From c819a30aba6d2966f45db64f2a304a49ec0da1c4 Mon Sep 17 00:00:00 2001 From: Hoa Nguyen Date: Tue, 25 Jul 2023 15:31:10 +1000 Subject: [PATCH 1/6] Update the hybrid examples --- dataset/.DS_Store | Bin 6148 -> 6148 bytes dataset/iquantum/.DS_Store | Bin 10244 -> 10244 bytes ...iers_calibrations_2023-07-23T10_55_33Z.csv | 28 + .../MQT-Set00-7-127-AllOpt-IBMMapped-Mini.csv | 21 + ...MQT-Set01-298-10-27-IBMQ27-Opt3-Extra.csv} | 0 ...sv => MQT-Set01-298-10-27-IBMQ27-Opt3.csv} | 0 ...02-10-27-Mapped-AllAlgorithmLeft-Extra.csv | 1134 +++ ...QT-Set02-10-27-Mapped-AllAlgorithmLeft.csv | 1134 +++ ...QT-Set03-7-127-AllOpt-IBMMapped-Extra.csv} | 0 ...v => MQT-Set03-7-127-AllOpt-IBMMapped.csv} | 0 dataset/iquantum/iquantumDataGen.ipynb | 23 +- .../1.0/distribution-1.0.tar.gz.md5 | 2 +- .../1.0/distribution-1.0.tar.gz.sha1 | 2 +- .../distribution/1.0/distribution-1.0.zip.md5 | 2 +- .../1.0/distribution-1.0.zip.sha1 | 2 +- .../iquantum/distribution/maven-metadata.xml | 2 +- .../distribution/maven-metadata.xml.md5 | 2 +- .../distribution/maven-metadata.xml.sha1 | 2 +- .../iquantum/documentation/maven-metadata.xml | 2 +- .../documentation/maven-metadata.xml.md5 | 2 +- .../documentation/maven-metadata.xml.sha1 | 2 +- modules/iquantum-examples/pom.xml | 32 + .../hybrid/iQuantumHybridExample1.java | 3 +- .../examples/p4j/iQuantumExampleP4J.java | 4 +- .../qcloudedge/iQuantumCloudEdgeExample1.java | 6 +- .../qcloudedge/iQuantumCloudEdgeExample3.java | 218 + .../examples/quantum/iQuantumExample1.java | 41 +- .../examples/quantum/iQuantumExample2.java | 27 +- .../examples/quantum/iQuantumExample3.java | 3 +- .../examples/quantum/iQuantumExample4.java | 3 +- .../examples/quantum/iQuantumExample5.java | 3 +- .../examples/quantum/iQuantumExample6.java | 8 +- .../examples/quantum/iQuantumExample7.java | 126 + .../1.0/iquantum-examples-1.0-sources.jar.md5 | 1 - .../iquantum-examples-1.0-sources.jar.sha1 | 1 - .../1.0/iquantum-examples-1.0.jar.md5 | 1 - .../1.0/iquantum-examples-1.0.jar.sha1 | 1 - .../1.0/iquantum-examples-1.0.pom | 30 - .../1.0/iquantum-examples-1.0.pom.md5 | 1 - .../1.0/iquantum-examples-1.0.pom.sha1 | 1 - .../iquantum-examples/maven-metadata.xml | 12 - .../iquantum-examples/maven-metadata.xml.md5 | 1 - .../iquantum-examples/maven-metadata.xml.sha1 | 1 - .../javadoc-options-javadoc-resources.xml | 10 - .../javadoc-bundle-options/package-list | 217 - .../target/maven-archiver/pom.properties | 4 +- .../target/site/apidocs/element-list | 10 - .../target/site/apidocs/javadoc.sh | 1 - .../site/apidocs/jquery-ui.overrides.css | 35 - .../apidocs/legal/ADDITIONAL_LICENSE_INFO | 37 - .../site/apidocs/legal/ASSEMBLY_EXCEPTION | 27 - .../target/site/apidocs/legal/LICENSE | 347 - .../target/site/apidocs/legal/jquery.md | 72 - .../target/site/apidocs/legal/jqueryUI.md | 49 - .../site/apidocs/member-search-index.js | 1 - .../site/apidocs/module-search-index.js | 1 - .../target/site/apidocs/options | 26 - .../site/apidocs/package-search-index.js | 1 - .../target/site/apidocs/packages | 10 - .../target/site/apidocs/resources/glass.png | Bin 499 -> 0 bytes .../target/site/apidocs/resources/x.png | Bin 394 -> 0 bytes .../apidocs/script-dir/jquery-3.6.1.min.js | 2 - .../site/apidocs/script-dir/jquery-ui.min.css | 6 - .../site/apidocs/script-dir/jquery-ui.min.js | 6 - .../target/site/apidocs/script.js | 132 - .../target/site/apidocs/search.js | 354 - .../target/site/apidocs/stylesheet.css | 869 -- .../target/site/apidocs/tag-search-index.js | 1 - .../target/site/apidocs/type-search-index.js | 1 - modules/iquantum/pom.xml | 17 + .../iquantum/backends/quantum/IBMQNode.java | 6 + .../org/iquantum/backends/quantum/QNode.java | 7 + .../quantum/qubittopologies/IBMQTopology.java | 2 +- .../java/org/iquantum/brokers/QBroker.java | 76 +- .../java/org/iquantum/brokers/QBrokerMQ.java | 2 +- .../org/iquantum/brokers/QBrokerSimple.java | 10 +- .../org/iquantum/brokers/QCloudBroker.java | 84 +- .../org/iquantum/brokers/QEdgeBroker.java | 103 + .../main/java/org/iquantum/core/iQuantum.java | 2 +- .../java/org/iquantum/core/iQuantumTags.java | 2 + .../org/iquantum/gateways/CloudGateway.java | 38 +- .../org/iquantum/gateways/EdgeGateway.java | 42 +- .../java/org/iquantum/gateways/Gateway.java | 18 + .../qtasks/QNodeSelectionLottery.java | 21 +- .../org/iquantum/utils/QTaskExporter.java | 1 - modules/iquantum/target/apidocs/copy.svg | 33 + .../iquantum/target/apidocs/legal/jquery.md | 6 +- .../iquantum/target/apidocs/legal/jqueryUI.md | 2 +- .../target/apidocs/member-search-index.js | 2 +- .../apidocs/script-dir/jquery-3.6.0.min.js | 2 + .../apidocs/script-dir/jquery-3.6.1.min.js | 2 - modules/iquantum/target/apidocs/script.js | 154 +- .../iquantum/target/apidocs/search-page.js | 299 + modules/iquantum/target/apidocs/search.js | 621 +- .../iquantum/target/apidocs/stylesheet.css | 583 +- .../target/apidocs/type-search-index.js | 2 +- .../iquantum/1.0/iquantum-1.0-javadoc.jar.md5 | 1 - .../1.0/iquantum-1.0-javadoc.jar.sha1 | 1 - .../iquantum/1.0/iquantum-1.0-sources.jar.md5 | 1 - .../1.0/iquantum-1.0-sources.jar.sha1 | 1 - .../1.0/iquantum-1.0-test-sources.jar.md5 | 1 - .../1.0/iquantum-1.0-test-sources.jar.sha1 | 1 - .../iquantum/1.0/iquantum-1.0.jar.md5 | 1 - .../iquantum/1.0/iquantum-1.0.jar.sha1 | 1 - .../iquantum/iquantum/1.0/iquantum-1.0.pom | 134 - .../iquantum/1.0/iquantum-1.0.pom.md5 | 1 - .../iquantum/1.0/iquantum-1.0.pom.sha1 | 1 - .../org/iquantum/iquantum/maven-metadata.xml | 12 - .../iquantum/iquantum/maven-metadata.xml.md5 | 1 - .../iquantum/iquantum/maven-metadata.xml.sha1 | 1 - .../target/maven-archiver/pom.properties | 4 +- .../maven-javadoc-plugin-stale-data.txt | 43 +- .../iquantum/target/site/apidocs/element-list | 60 - .../site/apidocs/jquery-ui.overrides.css | 35 - .../apidocs/legal/ADDITIONAL_LICENSE_INFO | 37 - .../site/apidocs/legal/ASSEMBLY_EXCEPTION | 27 - .../target/site/apidocs/legal/LICENSE | 347 - .../target/site/apidocs/legal/jquery.md | 72 - .../target/site/apidocs/legal/jqueryUI.md | 49 - .../site/apidocs/member-search-index.js | 1 - .../site/apidocs/module-search-index.js | 1 - .../site/apidocs/package-search-index.js | 1 - .../target/site/apidocs/resources/glass.png | Bin 499 -> 0 bytes .../target/site/apidocs/resources/x.png | Bin 394 -> 0 bytes .../apidocs/script-dir/jquery-3.6.1.min.js | 2 - .../site/apidocs/script-dir/jquery-ui.min.css | 6 - .../site/apidocs/script-dir/jquery-ui.min.js | 6 - .../iquantum/target/site/apidocs/script.js | 132 - .../iquantum/target/site/apidocs/search.js | 354 - .../target/site/apidocs/stylesheet.css | 869 -- .../target/site/apidocs/tag-search-index.js | 1 - .../target/site/apidocs/type-search-index.js | 1 - .../TEST-org.iquantum.CTaskTest.xml | 111 +- ...tum.CloudletSchedulerSingleServiceTest.xml | 129 +- ...T-org.iquantum.HostDynamicWorkloadTest.xml | 111 +- .../TEST-org.iquantum.HostTest.xml | 109 +- .../TEST-org.iquantum.LogTest.xml | 109 +- .../TEST-org.iquantum.PeTest.xml | 107 +- ....UtilizationModelPlanetLabInMemoryTest.xml | 101 +- ...quantum.UtilizationModelStochasticTest.xml | 101 +- ...chedulerTimeSharedOverSubscriptionTest.xml | 109 +- ...org.iquantum.VmSchedulerTimeSharedTest.xml | 105 +- .../TEST-org.iquantum.lists.PeListTest.xml | 117 +- .../TEST-org.iquantum.lists.VmListTest.xml | 103 +- .../TEST-org.iquantum.power.PowerHostTest.xml | 103 +- ...mSelectionPolicyMaximumCorrelationTest.xml | 101 +- ...antum.power.models.PowerModelCubicTest.xml | 109 +- ...ntum.power.models.PowerModelLinearTest.xml | 109 +- ...werModelSpecPowerIbmX3550XeonX5675Test.xml | 105 +- ...uantum.power.models.PowerModelSqrtTest.xml | 109 +- ...ntum.power.models.PowerModelSquareTest.xml | 109 +- ...m.provisioners.BwProvisionerSimpleTest.xml | 109 +- ...m.provisioners.PeProvisionerSimpleTest.xml | 113 +- ....provisioners.RamProvisionerSimpleTest.xml | 109 +- .../TEST-org.iquantum.util.MathUtilTest.xml | 109 +- ...g.iquantum.util.WorkloadFileReaderTest.xml | 101 +- .../org.iquantum.CTaskTest.txt | 2 +- ...tum.CloudletSchedulerSingleServiceTest.txt | 2 +- .../org.iquantum.HostDynamicWorkloadTest.txt | 2 +- .../org.iquantum.HostTest.txt | 2 +- .../surefire-reports/org.iquantum.LogTest.txt | 2 +- .../surefire-reports/org.iquantum.PeTest.txt | 2 +- ....UtilizationModelPlanetLabInMemoryTest.txt | 2 +- ...quantum.UtilizationModelStochasticTest.txt | 2 +- ...chedulerTimeSharedOverSubscriptionTest.txt | 2 +- ...org.iquantum.VmSchedulerTimeSharedTest.txt | 2 +- .../org.iquantum.lists.PeListTest.txt | 2 +- .../org.iquantum.lists.VmListTest.txt | 2 +- .../org.iquantum.power.PowerHostTest.txt | 2 +- ...mSelectionPolicyMaximumCorrelationTest.txt | 2 +- ...antum.power.models.PowerModelCubicTest.txt | 2 +- ...ntum.power.models.PowerModelLinearTest.txt | 2 +- ...werModelSpecPowerIbmX3550XeonX5675Test.txt | 2 +- ...uantum.power.models.PowerModelSqrtTest.txt | 2 +- ...ntum.power.models.PowerModelSquareTest.txt | 2 +- ...m.provisioners.BwProvisionerSimpleTest.txt | 2 +- ...m.provisioners.PeProvisionerSimpleTest.txt | 2 +- ....provisioners.RamProvisionerSimpleTest.txt | 2 +- .../org.iquantum.util.MathUtilTest.txt | 2 +- ...g.iquantum.util.WorkloadFileReaderTest.txt | 2 +- .../org/iquantum/modules/maven-metadata.xml | 2 +- .../iquantum/modules/maven-metadata.xml.md5 | 2 +- .../iquantum/modules/maven-metadata.xml.sha1 | 2 +- .../iQuantumExample5-17-07-2023_12-25-36.csv | 299 - .../iQuantumExample5-17-07-2023_12-27-09.csv | 299 - .../iQuantumExample5-17-07-2023_12-40-31.csv | 299 - .../iQuantumExample5-17-07-2023_12-43-37.csv | 299 - .../iQuantumExample5-17-07-2023_16-35-28.csv | 299 - .../iQuantumExample5-17-07-2023_18-20-53.csv | 299 - .../iQuantumExample5-17-07-2023_18-22-31.csv | 299 - .../iQuantumExample5-19-07-2023_10-39-55.csv | 299 - .../iQuantumExample6-17-07-2023_12-24-10.csv | 7316 ----------------- .../iQuantumExample6-17-07-2023_12-47-01.csv | 7316 ----------------- .../iQuantumExample6-17-07-2023_12-54-36.csv | 7316 ----------------- .../iQuantumExample6-17-07-2023_12-55-43.csv | 7316 ----------------- .../iQuantumExample6-17-07-2023_12-57-10.csv | 7316 ----------------- .../iQuantumExample6-17-07-2023_13-02-59.csv | 7316 ----------------- .../iQuantumExample6-17-07-2023_16-41-12.csv | 7316 ----------------- .../iQuantumExample6-19-07-2023_14-46-38.csv | 7316 ----------------- 199 files changed, 5755 insertions(+), 67263 deletions(-) create mode 100644 dataset/iquantum/IBMQTopologies/ibm_algiers_calibrations_2023-07-23T10_55_33Z.csv create mode 100644 dataset/iquantum/MQT-Set00-7-127-AllOpt-IBMMapped-Mini.csv rename dataset/iquantum/{MQT-Set1-298-10-27-IBMQ27-Opt3-Extra.csv => MQT-Set01-298-10-27-IBMQ27-Opt3-Extra.csv} (100%) rename dataset/iquantum/{MQT-Set1-298-10-27-IBMQ27-Opt3.csv => MQT-Set01-298-10-27-IBMQ27-Opt3.csv} (100%) create mode 100644 dataset/iquantum/MQT-Set02-10-27-Mapped-AllAlgorithmLeft-Extra.csv create mode 100644 dataset/iquantum/MQT-Set02-10-27-Mapped-AllAlgorithmLeft.csv rename dataset/iquantum/{MQT-Set2-7-127-AllOpt-IBMMapped-Extra.csv => MQT-Set03-7-127-AllOpt-IBMMapped-Extra.csv} (100%) rename dataset/iquantum/{MQT-Set2-7-127-AllOpt-IBMMapped.csv => MQT-Set03-7-127-AllOpt-IBMMapped.csv} (100%) create mode 100644 modules/iquantum-examples/src/main/java/org/iquantum/examples/qcloudedge/iQuantumCloudEdgeExample3.java create mode 100644 modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample7.java delete mode 100644 modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0-sources.jar.md5 delete mode 100644 modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0-sources.jar.sha1 delete mode 100644 modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.jar.md5 delete mode 100644 modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.jar.sha1 delete mode 100644 modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.pom delete mode 100644 modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.pom.md5 delete mode 100644 modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.pom.sha1 delete mode 100644 modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/maven-metadata.xml delete mode 100644 modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/maven-metadata.xml.md5 delete mode 100644 modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/maven-metadata.xml.sha1 delete mode 100644 modules/iquantum-examples/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml delete mode 100644 modules/iquantum-examples/target/javadoc-bundle-options/package-list delete mode 100644 modules/iquantum-examples/target/site/apidocs/element-list delete mode 100755 modules/iquantum-examples/target/site/apidocs/javadoc.sh delete mode 100644 modules/iquantum-examples/target/site/apidocs/jquery-ui.overrides.css delete mode 100644 modules/iquantum-examples/target/site/apidocs/legal/ADDITIONAL_LICENSE_INFO delete mode 100644 modules/iquantum-examples/target/site/apidocs/legal/ASSEMBLY_EXCEPTION delete mode 100644 modules/iquantum-examples/target/site/apidocs/legal/LICENSE delete mode 100644 modules/iquantum-examples/target/site/apidocs/legal/jquery.md delete mode 100644 modules/iquantum-examples/target/site/apidocs/legal/jqueryUI.md delete mode 100644 modules/iquantum-examples/target/site/apidocs/member-search-index.js delete mode 100644 modules/iquantum-examples/target/site/apidocs/module-search-index.js delete mode 100644 modules/iquantum-examples/target/site/apidocs/options delete mode 100644 modules/iquantum-examples/target/site/apidocs/package-search-index.js delete mode 100644 modules/iquantum-examples/target/site/apidocs/packages delete mode 100644 modules/iquantum-examples/target/site/apidocs/resources/glass.png delete mode 100644 modules/iquantum-examples/target/site/apidocs/resources/x.png delete mode 100644 modules/iquantum-examples/target/site/apidocs/script-dir/jquery-3.6.1.min.js delete mode 100644 modules/iquantum-examples/target/site/apidocs/script-dir/jquery-ui.min.css delete mode 100644 modules/iquantum-examples/target/site/apidocs/script-dir/jquery-ui.min.js delete mode 100644 modules/iquantum-examples/target/site/apidocs/script.js delete mode 100644 modules/iquantum-examples/target/site/apidocs/search.js delete mode 100644 modules/iquantum-examples/target/site/apidocs/stylesheet.css delete mode 100644 modules/iquantum-examples/target/site/apidocs/tag-search-index.js delete mode 100644 modules/iquantum-examples/target/site/apidocs/type-search-index.js create mode 100644 modules/iquantum/target/apidocs/copy.svg create mode 100644 modules/iquantum/target/apidocs/script-dir/jquery-3.6.0.min.js delete mode 100644 modules/iquantum/target/apidocs/script-dir/jquery-3.6.1.min.js create mode 100644 modules/iquantum/target/apidocs/search-page.js delete mode 100644 modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-javadoc.jar.md5 delete mode 100644 modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-javadoc.jar.sha1 delete mode 100644 modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-sources.jar.md5 delete mode 100644 modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-sources.jar.sha1 delete mode 100644 modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-test-sources.jar.md5 delete mode 100644 modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-test-sources.jar.sha1 delete mode 100644 modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.jar.md5 delete mode 100644 modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.jar.sha1 delete mode 100644 modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.pom delete mode 100644 modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.pom.md5 delete mode 100644 modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.pom.sha1 delete mode 100644 modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/maven-metadata.xml delete mode 100644 modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/maven-metadata.xml.md5 delete mode 100644 modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/maven-metadata.xml.sha1 delete mode 100644 modules/iquantum/target/site/apidocs/element-list delete mode 100644 modules/iquantum/target/site/apidocs/jquery-ui.overrides.css delete mode 100644 modules/iquantum/target/site/apidocs/legal/ADDITIONAL_LICENSE_INFO delete mode 100644 modules/iquantum/target/site/apidocs/legal/ASSEMBLY_EXCEPTION delete mode 100644 modules/iquantum/target/site/apidocs/legal/LICENSE delete mode 100644 modules/iquantum/target/site/apidocs/legal/jquery.md delete mode 100644 modules/iquantum/target/site/apidocs/legal/jqueryUI.md delete mode 100644 modules/iquantum/target/site/apidocs/member-search-index.js delete mode 100644 modules/iquantum/target/site/apidocs/module-search-index.js delete mode 100644 modules/iquantum/target/site/apidocs/package-search-index.js delete mode 100644 modules/iquantum/target/site/apidocs/resources/glass.png delete mode 100644 modules/iquantum/target/site/apidocs/resources/x.png delete mode 100644 modules/iquantum/target/site/apidocs/script-dir/jquery-3.6.1.min.js delete mode 100644 modules/iquantum/target/site/apidocs/script-dir/jquery-ui.min.css delete mode 100644 modules/iquantum/target/site/apidocs/script-dir/jquery-ui.min.js delete mode 100644 modules/iquantum/target/site/apidocs/script.js delete mode 100644 modules/iquantum/target/site/apidocs/search.js delete mode 100644 modules/iquantum/target/site/apidocs/stylesheet.css delete mode 100644 modules/iquantum/target/site/apidocs/tag-search-index.js delete mode 100644 modules/iquantum/target/site/apidocs/type-search-index.js delete mode 100644 output/iQuantumExample5-17-07-2023_12-25-36.csv delete mode 100644 output/iQuantumExample5-17-07-2023_12-27-09.csv delete mode 100644 output/iQuantumExample5-17-07-2023_12-40-31.csv delete mode 100644 output/iQuantumExample5-17-07-2023_12-43-37.csv delete mode 100644 output/iQuantumExample5-17-07-2023_16-35-28.csv delete mode 100644 output/iQuantumExample5-17-07-2023_18-20-53.csv delete mode 100644 output/iQuantumExample5-17-07-2023_18-22-31.csv delete mode 100644 output/iQuantumExample5-19-07-2023_10-39-55.csv delete mode 100644 output/iQuantumExample6-17-07-2023_12-24-10.csv delete mode 100644 output/iQuantumExample6-17-07-2023_12-47-01.csv delete mode 100644 output/iQuantumExample6-17-07-2023_12-54-36.csv delete mode 100644 output/iQuantumExample6-17-07-2023_12-55-43.csv delete mode 100644 output/iQuantumExample6-17-07-2023_12-57-10.csv delete mode 100644 output/iQuantumExample6-17-07-2023_13-02-59.csv delete mode 100644 output/iQuantumExample6-17-07-2023_16-41-12.csv delete mode 100644 output/iQuantumExample6-19-07-2023_14-46-38.csv diff --git a/dataset/.DS_Store b/dataset/.DS_Store index cbbb42fc5585681e9131804ac0b462a344a3c611..806b6fab9096562ba1e7977328bfd4b0f9ee7e0b 100644 GIT binary patch delta 49 zcmZoMXffEJ&BVBCvJO)ruT*ulp_!qXj)I|yfx+aJOwx=!laDgVGxlzN%B0A;nVsV= FKLBUh4yphE delta 48 zcmZoMXffEJ&BVBKvJO)rk7RYVk(sfnj)J*~`Q%kh(v01ck1@$J_H2H}q{zCNjpH9b E09~LChX4Qo diff --git a/dataset/iquantum/.DS_Store b/dataset/iquantum/.DS_Store index 6712b32855e5a8ef798d68f9201b3b5611983fa1..21fe080a60de721ada4af07055e9d498de4e2037 100644 GIT binary patch delta 22 dcmZn(XbIRbQIb>F%+gdx!O+lR^DN0MJ^)gf2B81| delta 22 dcmZn(XbIRbQIgZh*w{!%!O*~X^DN0MJ^)fF29y8* diff --git a/dataset/iquantum/IBMQTopologies/ibm_algiers_calibrations_2023-07-23T10_55_33Z.csv b/dataset/iquantum/IBMQTopologies/ibm_algiers_calibrations_2023-07-23T10_55_33Z.csv new file mode 100644 index 000000000..d101929ec --- /dev/null +++ b/dataset/iquantum/IBMQTopologies/ibm_algiers_calibrations_2023-07-23T10_55_33Z.csv @@ -0,0 +1,28 @@ +Qubit,T1 (us),T2 (us),Frequency (GHz),Anharmonicity (GHz),Readout assignment error ,Prob meas0 prep1 ,Prob meas1 prep0 ,Readout length (ns),ID error ,√x (sx) error ,Pauli-X error ,CNOT error ,Gate time (ns) +0,100.01226752328235,100.89994514548589,4.946272756837593,-0.3441379643980549,0.006666666666666599,0.0033333333333332993,0.01,910.2222222222222,0.0010592185755060885,0.0010592185755060885,0.0010592185755060885,0_1:0.011183999864512267,0_1:259.55555555555554 +1,191.33522337708789,189.21500969306734,4.836301240593509,-0.3487002789786346,0.0016666666666667052,0.0033333333333332993,0,910.2222222222222,0.00021979571446528536,0.00021979571446528536,0.00021979571446528536,1_2:0.025595918681606794; 1_4:0.008375239472699553; 1_0:0.011183999864512267,1_2:320; 1_4:391.1111111111111; 1_0:330.66666666666663 +2,242.37641534977783,416.8157293350579,5.053373191896177,-0.34155045049321014,0.0050000000000000044,0.010000000000000009,0,910.2222222222222,0.004632267008275146,0.004632267008275146,0.004632267008275146,2_1:0.025595918681606794; 2_3:0.08165025787551977,2_1:284.44444444444446; 2_3:341.3333333333333 +3,177.70900542980513,55.63693957306862,5.19662259064993,-0.33924166446260745,0.008333333333333304,0.0033333333333332993,0.013333333333333334,910.2222222222222,0.000238592836026592,0.000238592836026592,0.000238592836026592,3_5:0.006339322261375652; 3_2:0.08165025787551977,3_5:348.4444444444444; 3_2:270.22222222222223 +4,145.9024752481936,261.2041654685537,4.959117950668388,-0.3431163552156697,0.0033333333333332993,0.0033333333333333335,0.0033333333333332993,910.2222222222222,0.00024307150681237343,0.00024307150681237343,0.00024307150681237343,4_7:0.004797362223045748; 4_1:0.008375239472699553,4_7:256; 4_1:320 +5,175.79170884178276,119.26085308490644,5.117652926242802,-0.34053255554406897,0.011666666666666714,0.00666666666666671,0.016666666666666666,910.2222222222222,0.0001700694082751075,0.0001700694082751075,0.0001700694082751075,5_8:0.009974326302462755; 5_3:0.006339322261375652,5_8:362.66666666666663; 5_3:384 +6,124.75862111044623,225.57503927033056,4.987172956141792,-0.3444769597500831,0.008333333333333304,0.010000000000000009,0.006666666666666667,910.2222222222222,0.00032072282167757056,0.00032072282167757056,0.00032072282167757056,6_7:0.01568990319389693,6_7:362.66666666666663 +7,136.33411801691275,250.55042686698508,4.882499168571327,-0.34560653051507434,0.006666666666666599,0.01,0.0033333333333332993,910.2222222222222,0.00022052287951005044,0.00022052287951005044,0.00022052287951005044,7_6:0.01568990319389693; 7_4:0.004797362223045748; 7_10:0.004799030799762044,7_6:398.2222222222222; 7_4:327.1111111111111; 7_10:270.22222222222223 +8,142.10039332624555,166.75489172420396,5.018651696135569,-0.33180025737305086,0.008333333333333304,0.013333333333333308,0.0033333333333333335,910.2222222222222,0.00019674712278980333,0.00019674712278980333,0.00019674712278980333,8_11:0.010842168471436042; 8_9:0.02562503540409819; 8_5:0.009974326302462755,8_11:398.2222222222222; 8_9:362.66666666666663; 8_5:398.2222222222222 +9,211.60023401507434,177.11598789940152,4.904229174442125,-0.345492515530258,0.008333333333333304,0.013333333333333334,0.0033333333333332993,910.2222222222222,0.0008753198652981135,0.0008753198652981135,0.0008753198652981135,9_8:0.02562503540409819,9_8:398.2222222222222 +10,117.90606088265206,134.40204490843993,4.9488891384167,-0.3446725957664228,0.011666666666666714,0.0033333333333333335,0.020000000000000018,910.2222222222222,0.0003509041683258222,0.0003509041683258222,0.0003509041683258222,10_12:0.00963496565682384; 10_7:0.004799030799762044,10_12:288; 10_7:199.1111111111111 +11,59.82438449537396,29.57447416220791,5.095074710887666,-0.34275422029132,0.015000000000000013,0.023333333333333317,0.006666666666666667,910.2222222222222,0.00022344325066864498,0.00022344325066864498,0.00022344325066864498,11_8:0.010842168471436042; 11_14:1,11_8:362.66666666666663; 11_14:376.88888888888886 +12,128.18058875688288,72.8959945004336,5.064292880842826,-0.34206691765765174,0.0016666666666667052,0,0.0033333333333332993,910.2222222222222,0.0005870716537558938,0.0005870716537558938,0.0005870716537558938,12_15:0.0086160398782473; 12_10:0.00963496565682384; 12_13:0.0050561761532677,12_15:469.3333333333333; 12_10:216.88888888888889; 12_13:284.44444444444446 +13,106.68705234363026,199.2582124886001,5.113788729154906,-0.342088328609265,0.030000000000000027,0.036666666666666625,0.023333333333333334,910.2222222222222,0.00042312839312708003,0.00042312839312708003,0.00042312839312708003,13_12:0.0050561761532677; 13_14:1,13_12:213.33333333333331; 13_14:355.55555555555554 +14,154.8316274027613,94.74287548365604,4.9867904224455515,-0.34484480134525225,0.020000000000000018,0.01,0.030000000000000027,910.2222222222222,0.00017781628087020109,0.00017781628087020109,0.00017781628087020109,14_11:1; 14_13:1; 14_16:1,14_11:412.4444444444444; 14_13:391.1111111111111; 14_16:298.66666666666663 +15,140.48405664397143,207.75367809212028,4.807692576734698,-0.3405146004657813,0.010000000000000009,0.02,0,910.2222222222222,0.0005080679261222112,0.0005080679261222112,0.0005080679261222112,15_12:0.0086160398782473; 15_18:1,15_12:504.88888888888886; 15_18:320 +16,134.5004846919967,70.37070815483968,4.883026998720859,-0.34329389694176865,0.4686666666666667,0.6583333333333333,0.279,910.2222222222222,0.00032952438894701363,0.00032952438894701363,0.00032952438894701363,16_14:1; 16_19:1,16_14:334.22222222222223; 16_19:405.3333333333333 +17,187.82597062459647,53.73308649006807,4.88819543108532,-0.3466557873871231,0.011666666666666714,0.02,0.0033333333333332993,910.2222222222222,0.00017327844769679187,0.00017327844769679187,0.00017327844769679187,17_18:0.03443694294160274,17_18:433.77777777777777 +18,149.1399108518907,55.80436412048159,5.0097521905285065,-0.34411198899010936,0.010000000000000009,0.013333333333333308,0.006666666666666667,910.2222222222222,0.0010191919593175696,0.0010191919593175696,0.0010191919593175696,18_21:0.015079626231896293; 18_17:0.03443694294160274; 18_15:1,18_21:398.2222222222222; 18_17:398.2222222222222; 18_15:284.44444444444446 +19,145.1219243858215,37.66326180978354,5.215876104714746,-0.3276275551647752,0.09666666666666668,0.08666666666666667,0.10666666666666667,910.2222222222222,0.0005552731849254167,0.0005552731849254167,0.0005552731849254167,19_22:0.01062749027025578; 19_20:0.01327760169464881; 19_16:1,19_22:398.2222222222222; 19_20:334.22222222222223; 19_16:369.77777777777777 +20,64.93016236377231,78.33259349636825,4.961904328359002,-0.3444372831425557,0.03499999999999992,0.043333333333333335,0.02666666666666667,910.2222222222222,0.0007941532201209711,0.0007941532201209711,0.0007941532201209711,20_19:0.01327760169464881,20_19:369.77777777777777 +21,94.95633806851102,123.20391573325313,5.05650231599387,-0.34223080318781285,0.021666666666666723,0.023333333333333317,0.02,910.2222222222222,0.0006743388644514369,0.0006743388644514369,0.0006743388644514369,21_23:0.012351409472035502; 21_18:0.015079626231896293,21_23:483.55555555555554; 21_18:362.66666666666663 +22,199.4954087090914,178.71685426243252,4.978399985871593,-0.34449387861773334,0.0050000000000000044,0,0.010000000000000009,910.2222222222222,0.00018254068984751705,0.00018254068984751705,0.00018254068984751705,22_25:0.007123528194668688; 22_19:0.01062749027025578,22_25:469.3333333333333; 22_19:433.77777777777777 +23,150.72399316575581,54.31449558671161,5.213679646680343,-0.3387972713571885,0.006666666666666599,0.0033333333333333335,0.010000000000000009,910.2222222222222,0.00017646790821653163,0.00017646790821653163,0.00017646790821653163,23_21:0.012351409472035502; 23_24:0.007656045388387045,23_21:519.1111111111111; 23_24:334.22222222222223 +24,193.47832405390025,91.00548960603925,5.023835336814217,-0.3416855801472811,0.008333333333333304,0.00666666666666671,0.01,910.2222222222222,0.00021681250254346697,0.00021681250254346697,0.00021681250254346697,24_23:0.007656045388387045; 24_25:0.005139261255590749,24_23:369.77777777777777; 24_25:384 +25,115.82434275433395,66.10581419952595,4.897163298306094,-0.3448349844952132,0.006666666666666599,0.013333333333333334,0,910.2222222222222,0.0002670344242693711,0.0002670344242693711,0.0002670344242693711,25_26:0.011560079769138809; 25_22:0.007123528194668688; 25_24:0.005139261255590749,25_26:376.88888888888886; 25_22:433.77777777777777; 25_24:419.55555555555554 +26,146.5602650705455,39.65713617571618,4.840394564506624,-0.3130029100051983,0.043333333333333335,0.04666666666666667,0.040000000000000036,910.2222222222222,0.0009015009426893124,0.0009015009426893124,0.0009015009426893124,26_25:0.011560079769138809,26_25:412.4444444444444 diff --git a/dataset/iquantum/MQT-Set00-7-127-AllOpt-IBMMapped-Mini.csv b/dataset/iquantum/MQT-Set00-7-127-AllOpt-IBMMapped-Mini.csv new file mode 100644 index 000000000..e9183006c --- /dev/null +++ b/dataset/iquantum/MQT-Set00-7-127-AllOpt-IBMMapped-Mini.csv @@ -0,0 +1,21 @@ +index,n_qubits,qc_depth,single_qubit_gates,multi_qubit_gates,qubit_topology,qasm_file,n_shots,mapped_backend,application,sdk,opt_level +0,27,2501,"{'rz': 300, 'sx': 200, 'measure': 25}",{'cx': 9945},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_25.qasm,1483,ibm_27q,twolocalrandom,qiskit,0 +1,27,339,"{'rz': 288, 'sx': 201, 'measure': 8, 'x': 1}",{'cx': 256},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",portfoliovqe_mapped_ibm_montreal_qiskit_opt3_8.qasm,3695,ibm_27q,portfoliovqe,qiskit,3 +2,27,233,"{'rz': 162, 'sx': 76, 'measure': 9, 'x': 5}",{'cx': 324},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",qnn_mapped_ibm_montreal_qiskit_opt3_9.qasm,3108,ibm_27q,qnn,qiskit,3 +3,27,84,"{'rz': 162, 'sx': 81, 'measure': 27}",{'cx': 282},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt0_27.qasm,1692,ibm_27q,graphstate,qiskit,0 +4,27,445,"{'rz': 245, 'sx': 70, 'measure': 20}",{'cx': 611},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt2_10.qasm,2504,ibm_27q,portfolioqaoa,qiskit,2 +5,27,465,"{'rz': 429, 'sx': 18, 'measure': 18}",{'cx': 882},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_18.qasm,3426,ibm_27q,qft,qiskit,2 +6,27,1057,"{'rz': 192, 'sx': 128, 'measure': 16}",{'cx': 3387},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",realamprandom_mapped_ibm_montreal_qiskit_opt0_16.qasm,3085,ibm_27q,realamprandom,qiskit,0 +7,27,35,"{'rz': 80, 'sx': 40, 'measure': 8}",{'cx': 56},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt1_8.qasm,3938,ibm_27q,qaoa,qiskit,1 +8,27,116,"{'rz': 144, 'sx': 96, 'measure': 12}",{'cx': 210},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",routing_mapped_ibm_montreal_qiskit_opt0_12.qasm,2074,ibm_27q,routing,qiskit,0 +9,27,223,"{'rz': 164, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 227},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qpeexact_mapped_ibm_montreal_qiskit_opt1_10.qasm,2997,ibm_27q,qpeexact,qiskit,1 +10,127,20952,"{'rz': 21544, 'sx': 8201, 'x': 271, 'measure': 76}",{'cx': 95992},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_76.qasm,1231,ibm_127q,random,qiskit,2 +11,127,8733,"{'sx': 688, 'rz': 688, 'measure': 86}",{'cx': 54408},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_86.qasm,3347,ibm_127q,twolocalrandom,qiskit,1 +12,127,1838,"{'rz': 2747, 'sx': 82, 'measure': 41, 'x': 1}",{'cx': 5331},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100)",qpeexact_mapped_ibm_washington_qiskit_opt1_42.qasm,2280,ibm_127q,qpeexact,qiskit,1 +13,127,694,"{'rz': 386, 'sx': 193, 'measure': 96, 'x': 85}",{'cx': 1200},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (90, 94); (91, 98); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",dj_mapped_ibm_washington_qiskit_opt0_97.qasm,3601,ibm_127q,dj,qiskit,0 +14,127,3152,"{'sx': 592, 'rz': 592, 'measure': 74}",{'cx': 30944},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_74.qasm,2973,ibm_127q,realamprandom,qiskit,2 +15,127,3527,"{'rz': 488, 'sx': 488, 'measure': 61}",{'cx': 24580},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_61.qasm,1365,ibm_127q,twolocalrandom,qiskit,1 +16,127,1094,"{'sx': 518, 'rz': 414, 'measure': 115, 'x': 1}",{'cx': 1413},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",wstate_mapped_ibm_washington_qiskit_opt2_115.qasm,3168,ibm_127q,wstate,qiskit,2 +17,127,2777,"{'rz': 2187, 'sx': 39, 'measure': 38}",{'cx': 9633},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_38.qasm,2578,ibm_127q,qftentangled,qiskit,0 +18,127,26,"{'sx': 48, 'rz': 46, 'measure': 6}",{'cx': 15},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",routing_mapped_ibm_washington_qiskit_opt3_6.qasm,1249,ibm_127q,routing,qiskit,3 +19,127,1027,"{'rz': 780, 'sx': 468, 'measure': 79, 'x': 1}",{'cx': 1146},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_79.qasm,3902,ibm_127q,wstate,qiskit,0 \ No newline at end of file diff --git a/dataset/iquantum/MQT-Set1-298-10-27-IBMQ27-Opt3-Extra.csv b/dataset/iquantum/MQT-Set01-298-10-27-IBMQ27-Opt3-Extra.csv similarity index 100% rename from dataset/iquantum/MQT-Set1-298-10-27-IBMQ27-Opt3-Extra.csv rename to dataset/iquantum/MQT-Set01-298-10-27-IBMQ27-Opt3-Extra.csv diff --git a/dataset/iquantum/MQT-Set1-298-10-27-IBMQ27-Opt3.csv b/dataset/iquantum/MQT-Set01-298-10-27-IBMQ27-Opt3.csv similarity index 100% rename from dataset/iquantum/MQT-Set1-298-10-27-IBMQ27-Opt3.csv rename to dataset/iquantum/MQT-Set01-298-10-27-IBMQ27-Opt3.csv diff --git a/dataset/iquantum/MQT-Set02-10-27-Mapped-AllAlgorithmLeft-Extra.csv b/dataset/iquantum/MQT-Set02-10-27-Mapped-AllAlgorithmLeft-Extra.csv new file mode 100644 index 000000000..a78cbef2c --- /dev/null +++ b/dataset/iquantum/MQT-Set02-10-27-Mapped-AllAlgorithmLeft-Extra.csv @@ -0,0 +1,1134 @@ +index,n_qubits,qc_depth,single_qubit_gates,multi_qubit_gates,qubit_topology,qasm_file,n_shots,mapped_backend,application,sdk,opt_level +0,27,1063,"{'rz': 774, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 2596},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt0_22.qasm,3219,ibm_27q,qpeexact,qiskit,0 +1,27,719,"{'rz': 551, 'sx': 19, 'measure': 19}",{'cx': 1815},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qft_mapped_ibm_montreal_qiskit_opt0_19.qasm,2870,ibm_27q,qft,qiskit,0 +2,27,573,"{'rz': 714, 'sx': 24, 'measure': 24}",{'cx': 1437},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt2_24.qasm,2463,ibm_27q,qft,qiskit,2 +3,27,410,"{'rz': 245, 'sx': 70, 'measure': 20}",{'cx': 627},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt1_10.qasm,1718,ibm_27q,portfolioqaoa,qiskit,1 +4,27,105,"{'measure': 23, 'rz': 2, 'sx': 1}",{'cx': 187},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt0_23.qasm,3799,ibm_27q,ghz,qiskit,0 +5,27,271,"{'rz': 182, 'sx': 56, 'measure': 10}",{'cx': 201},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",ae_mapped_ibm_montreal_qiskit_opt1_10.qasm,2595,ibm_27q,ae,qiskit,1 +6,27,369,"{'rz': 282, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 687},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_13.qasm,3669,ibm_27q,qpeinexact,qiskit,0 +7,27,580,"{'rz': 894, 'sx': 825, 'measure': 20, 'x': 3}",{'cx': 1559},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23)",realamprandom_mapped_ibm_montreal_qiskit_opt3_20.qasm,3500,ibm_27q,realamprandom,qiskit,3 +8,27,41,"{'rz': 48, 'sx': 24, 'measure': 14}",{'cx': 35},"(5, 8); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",graphstate_mapped_ibm_montreal_qiskit_opt2_14.qasm,1417,ibm_27q,graphstate,qiskit,2 +9,27,418,"{'rz': 662, 'sx': 70, 'measure': 21, 'x': 3}",{'cx': 1118},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_21.qasm,1242,ibm_27q,qftentangled,qiskit,3 +10,27,358,"{'rz': 80, 'sx': 80, 'measure': 10}",{'cx': 530},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_10.qasm,2524,ibm_27q,twolocalrandom,qiskit,1 +11,27,1472,"{'rz': 336, 'sx': 168, 'measure': 21}",{'cx': 5658},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt0_21.qasm,3100,ibm_27q,su2random,qiskit,0 +12,27,41,"{'sx': 36, 'rz': 18, 'measure': 10, 'x': 1}",{'cx': 18},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_10.qasm,3181,ibm_27q,wstate,qiskit,1 +13,27,622,"{'rz': 645, 'sx': 282, 'x': 14, 'measure': 14}",{'cx': 1030},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",random_mapped_ibm_montreal_qiskit_opt2_14.qasm,1187,ibm_27q,random,qiskit,2 +14,27,69,"{'rz': 90, 'sx': 60, 'measure': 10}",{'cx': 114},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",vqe_mapped_ibm_montreal_qiskit_opt0_10.qasm,3094,ibm_27q,vqe,qiskit,0 +15,27,98,"{'rz': 74, 'sx': 37, 'measure': 18}",{'cx': 75},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21)",dj_mapped_ibm_montreal_qiskit_opt1_19.qasm,3790,ibm_27q,dj,qiskit,1 +16,27,96,"{'rz': 87, 'sx': 57, 'measure': 23, 'x': 5}",{'cx': 55},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_24.qasm,2244,ibm_27q,dj,qiskit,3 +17,27,477,"{'rz': 276, 'sx': 72, 'measure': 12}",{'cx': 1262},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qnn_mapped_ibm_montreal_qiskit_opt0_12.qasm,2991,ibm_27q,qnn,qiskit,0 +18,27,40,"{'rz': 105, 'sx': 55, 'measure': 11}",{'cx': 59},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qaoa_mapped_ibm_montreal_qiskit_opt2_11.qasm,3562,ibm_27q,qaoa,qiskit,2 +19,27,467,"{'rz': 384, 'sx': 158, 'measure': 14, 'x': 2}",{'cx': 825},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_14.qasm,3978,ibm_27q,qnn,qiskit,3 +20,27,128,"{'rz': 86, 'sx': 43, 'x': 21, 'measure': 21}",{'cx': 204},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18)",dj_mapped_ibm_montreal_qiskit_opt0_22.qasm,2900,ibm_27q,dj,qiskit,0 +21,27,2472,"{'rz': 312, 'sx': 208, 'measure': 26}",{'cx': 9669},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt0_26.qasm,3316,ibm_27q,realamprandom,qiskit,0 +22,27,418,"{'rz': 376, 'sx': 108, 'x': 15, 'measure': 14}",{'cx': 567},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_15.qasm,2327,ibm_27q,qpeinexact,qiskit,3 +23,27,468,"{'rz': 399, 'sx': 92, 'measure': 16}",{'cx': 609},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt2_16.qasm,2063,ibm_27q,ae,qiskit,2 +24,27,65,"{'sx': 60, 'rz': 30, 'measure': 16, 'x': 1}",{'cx': 30},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_16.qasm,2481,ibm_27q,wstate,qiskit,2 +25,27,1185,"{'rz': 1342, 'sx': 1126, 'x': 71, 'measure': 27}",{'cx': 3632},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt3_27.qasm,1967,ibm_27q,su2random,qiskit,3 +26,27,503,"{'rz': 524, 'sx': 199, 'measure': 12, 'x': 5}",{'cx': 733},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_12.qasm,2662,ibm_27q,random,qiskit,1 +27,27,1247,"{'rz': 1109, 'sx': 28, 'measure': 27}",{'cx': 3998},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt0_27.qasm,3631,ibm_27q,qftentangled,qiskit,0 +28,27,458,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1159},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_16.qasm,2799,ibm_27q,twolocalrandom,qiskit,2 +29,27,1831,"{'rz': 2052, 'sx': 1062, 'measure': 18}",{'cx': 4305},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_18.qasm,2416,ibm_27q,portfoliovqe,qiskit,0 +30,27,22,"{'rz': 24, 'sx': 12, 'measure': 12}",{'cx': 12},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_12.qasm,3326,ibm_27q,graphstate,qiskit,1 +31,27,21,"{'measure': 18, 'rz': 2, 'sx': 1}",{'cx': 17},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_18.qasm,2934,ibm_27q,ghz,qiskit,1 +32,27,74,"{'measure': 25, 'rz': 22, 'sx': 16, 'x': 2}",{'cx': 51},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_25.qasm,4056,ibm_27q,ghz,qiskit,3 +33,27,772,"{'rz': 924, 'sx': 247, 'x': 38, 'measure': 23}",{'cx': 1503},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt3_24.qasm,3468,ibm_27q,qpeexact,qiskit,3 +34,27,581,"{'rz': 585, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1152},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt1_19.qasm,3260,ibm_27q,qpeexact,qiskit,1 +35,27,640,"{'rz': 712, 'sx': 22, 'measure': 22}",{'cx': 1356},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_22.qasm,2106,ibm_27q,qft,qiskit,1 +36,27,60,"{'rz': 78, 'sx': 39, 'measure': 13}",{'cx': 76},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10)",graphstate_mapped_ibm_montreal_qiskit_opt0_13.qasm,3775,ibm_27q,graphstate,qiskit,0 +37,27,728,"{'rz': 1001, 'sx': 27, 'measure': 26}",{'cx': 1965},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_26.qasm,1380,ibm_27q,qftentangled,qiskit,1 +38,27,555,"{'rz': 499, 'sx': 448, 'measure': 17, 'x': 5}",{'cx': 1212},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_17.qasm,2608,ibm_27q,twolocalrandom,qiskit,3 +39,27,69,"{'sx': 64, 'rz': 32, 'measure': 17, 'x': 1}",{'cx': 32},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_17.qasm,3466,ibm_27q,wstate,qiskit,3 +40,27,959,"{'sx': 208, 'rz': 208, 'measure': 26}",{'cx': 3553},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt2_26.qasm,3346,ibm_27q,su2random,qiskit,2 +41,27,794,"{'rz': 809, 'sx': 306, 'measure': 13, 'x': 3}",{'cx': 1418},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",random_mapped_ibm_montreal_qiskit_opt0_13.qasm,2716,ibm_27q,random,qiskit,0 +42,27,529,"{'rz': 505, 'sx': 197, 'x': 20, 'measure': 17}",{'cx': 581},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt3_17.qasm,1317,ibm_27q,ae,qiskit,3 +43,27,398,"{'rz': 281, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 506},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_14.qasm,1883,ibm_27q,qpeinexact,qiskit,2 +44,27,1217,"{'rz': 216, 'sx': 216, 'measure': 27}",{'cx': 4638},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_27.qasm,3376,ibm_27q,realamprandom,qiskit,1 +45,27,107,"{'rz': 90, 'sx': 45, 'measure': 22}",{'cx': 100},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt1_23.qasm,1595,ibm_27q,dj,qiskit,1 +46,27,394,"{'rz': 330, 'sx': 90, 'measure': 15}",{'cx': 963},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_15.qasm,2723,ibm_27q,qnn,qiskit,2 +47,27,690,"{'rz': 805, 'sx': 23, 'measure': 23}",{'cx': 2195},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt0_23.qasm,3394,ibm_27q,qft,qiskit,0 +48,27,796,"{'rz': 826, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 1874},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt2_25.qasm,2508,ibm_27q,qpeexact,qiskit,2 +49,27,687,"{'rz': 524, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 1576},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qpeexact_mapped_ibm_montreal_qiskit_opt0_18.qasm,3084,ibm_27q,qpeexact,qiskit,0 +50,27,80,"{'measure': 19, 'rz': 2, 'sx': 1}",{'cx': 138},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",ghz_mapped_ibm_montreal_qiskit_opt0_19.qasm,3573,ibm_27q,ghz,qiskit,0 +51,27,66,"{'measure': 24, 'rz': 2, 'sx': 1}",{'cx': 65},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_24.qasm,2394,ibm_27q,ghz,qiskit,2 +52,27,55,"{'measure': 22, 'rz': 2, 'sx': 1}",{'cx': 54},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_22.qasm,3822,ibm_27q,ghz,qiskit,1 +53,27,364,"{'rz': 319, 'sx': 77, 'measure': 22}",{'cx': 1008},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt0_11.qasm,4045,ibm_27q,portfolioqaoa,qiskit,0 +54,27,543,"{'rz': 475, 'sx': 18, 'measure': 18}",{'cx': 972},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_18.qasm,2807,ibm_27q,qft,qiskit,1 +55,27,527,"{'rz': 1015, 'sx': 341, 'measure': 25, 'x': 24}",{'cx': 1457},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_25.qasm,1985,ibm_27q,qft,qiskit,3 +56,27,770,"{'rz': 841, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 1540},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt1_23.qasm,4021,ibm_27q,qpeexact,qiskit,1 +57,27,53,"{'rz': 96, 'sx': 50, 'measure': 10}",{'cx': 61},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (19, 22); (21, 18); (22, 19); (22, 25); (25, 22)",qaoa_mapped_ibm_montreal_qiskit_opt3_10.qasm,1445,ibm_27q,qaoa,qiskit,3 +58,27,394,"{'rz': 260, 'sx': 78, 'measure': 13}",{'cx': 694},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt1_13.qasm,3252,ibm_27q,qnn,qiskit,1 +59,27,104,"{'rz': 70, 'sx': 35, 'x': 21, 'measure': 17}",{'cx': 164},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",dj_mapped_ibm_montreal_qiskit_opt0_18.qasm,1968,ibm_27q,dj,qiskit,0 +60,27,106,"{'rz': 84, 'sx': 49, 'measure': 24}",{'cx': 97},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt2_25.qasm,2661,ibm_27q,dj,qiskit,2 +61,27,25,"{'rz': 62, 'sx': 58, 'measure': 11, 'x': 4}",{'cx': 20},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt1_11.qasm,3585,ibm_27q,vqe,qiskit,1 +62,27,704,"{'sx': 160, 'rz': 160, 'measure': 20}",{'cx': 2406},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt1_20.qasm,3261,ibm_27q,su2random,qiskit,1 +63,27,133,"{'rz': 100, 'sx': 60, 'measure': 11, 'x': 1}",{'cx': 125},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",wstate_mapped_ibm_montreal_qiskit_opt0_11.qasm,3951,ibm_27q,wstate,qiskit,0 +64,27,920,"{'rz': 1021, 'sx': 512, 'x': 39, 'measure': 15}",{'cx': 1293},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",random_mapped_ibm_montreal_qiskit_opt3_15.qasm,1524,ibm_27q,random,qiskit,3 +65,27,456,"{'rz': 554, 'sx': 21, 'measure': 20}",{'cx': 1127},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt2_20.qasm,2568,ibm_27q,qftentangled,qiskit,2 +66,27,274,"{'rz': 132, 'sx': 88, 'measure': 11}",{'cx': 843},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_11.qasm,3974,ibm_27q,twolocalrandom,qiskit,0 +67,27,31,"{'rz': 56, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 37},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22)",graphstate_mapped_ibm_montreal_qiskit_opt3_15.qasm,1626,ibm_27q,graphstate,qiskit,3 +68,27,503,"{'rz': 168, 'sx': 168, 'measure': 21}",{'cx': 1977},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt2_21.qasm,3109,ibm_27q,realamprandom,qiskit,2 +69,27,362,"{'rz': 241, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 369},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_12.qasm,3243,ibm_27q,qpeinexact,qiskit,1 +70,27,366,"{'rz': 258, 'sx': 62, 'measure': 11}",{'cx': 449},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ae_mapped_ibm_montreal_qiskit_opt0_11.qasm,3831,ibm_27q,ae,qiskit,0 +71,27,15,"{'measure': 12, 'rz': 2, 'sx': 1}",{'cx': 11},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_12.qasm,4028,ibm_27q,ghz,qiskit,2 +72,27,9670,"{'rz': 3918, 'sx': 279, 'x': 113, 'measure': 11}",{'cx': 9076},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",grover-v-chain_mapped_ibm_montreal_qiskit_opt0_11.qasm,1727,ibm_27q,grover-v-chain,qiskit,0 +73,27,341,"{'rz': 236, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 422},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21)",qpeexact_mapped_ibm_montreal_qiskit_opt2_13.qasm,3249,ibm_27q,qpeexact,qiskit,2 +74,27,361,"{'rz': 345, 'sx': 15, 'measure': 15}",{'cx': 873},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qft_mapped_ibm_montreal_qiskit_opt0_15.qasm,2916,ibm_27q,qft,qiskit,0 +75,27,734,"{'rz': 690, 'sx': 138, 'measure': 23}",{'cx': 2204},"(2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt2_23.qasm,2250,ibm_27q,qnn,qiskit,2 +76,27,73,"{'rz': 58, 'sx': 29, 'measure': 14}",{'cx': 53},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18)",dj_mapped_ibm_montreal_qiskit_opt1_15.qasm,2581,ibm_27q,dj,qiskit,1 +77,27,338,"{'rz': 88, 'sx': 88, 'measure': 11}",{'cx': 650},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt1_11.qasm,3810,ibm_27q,realamprandom,qiskit,1 +78,27,708,"{'rz': 664, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 1455},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_22.qasm,2157,ibm_27q,qpeinexact,qiskit,2 +79,27,38994,"{'rz': 18316, 'sx': 137, 'x': 10, 'measure': 10}",{'cx': 37419},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt1_10.qasm,1316,ibm_27q,qwalk-noancilla,qiskit,1 +80,27,766,"{'rz': 809, 'sx': 332, 'x': 34, 'measure': 21}",{'cx': 1016},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt3_21.qasm,1474,ibm_27q,ae,qiskit,3 +81,27,1237,"{'rz': 1126, 'sx': 469, 'measure': 18, 'x': 16}",{'cx': 2198},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_18.qasm,2595,ibm_27q,random,qiskit,2 +82,27,3039,"{'rz': 2992, 'sx': 1108, 'measure': 25, 'x': 11}",{'cx': 8570},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt0_25.qasm,3144,ibm_27q,random,qiskit,0 +83,27,85,"{'sx': 80, 'rz': 40, 'measure': 21, 'x': 1}",{'cx': 40},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_21.qasm,3556,ibm_27q,wstate,qiskit,3 +84,27,299,"{'sx': 80, 'rz': 80, 'measure': 10}",{'cx': 438},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt2_10.qasm,3103,ibm_27q,su2random,qiskit,2 +85,27,840,"{'rz': 617, 'sx': 525, 'measure': 21, 'x': 8}",{'cx': 2038},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_21.qasm,3436,ibm_27q,twolocalrandom,qiskit,3 +86,27,225,"{'rz': 146, 'sx': 11, 'measure': 10}",{'cx': 261},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qftentangled_mapped_ibm_montreal_qiskit_opt1_10.qasm,3286,ibm_27q,qftentangled,qiskit,1 +87,27,85,"{'rz': 150, 'sx': 75, 'measure': 25}",{'cx': 256},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt0_25.qasm,2636,ibm_27q,graphstate,qiskit,0 +88,27,20,"{'rz': 52, 'sx': 26, 'measure': 18}",{'cx': 36},"(4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (11, 8); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_18.qasm,2858,ibm_27q,graphstate,qiskit,2 +89,27,559,"{'rz': 744, 'sx': 542, 'measure': 12, 'x': 8}",{'cx': 617},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt3_12.qasm,3305,ibm_27q,portfoliovqe,qiskit,3 +90,27,1321,"{'rz': 1290, 'sx': 158, 'measure': 27}",{'cx': 3126},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt0_27.qasm,2146,ibm_27q,ae,qiskit,0 +91,27,889,"{'rz': 920, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 1809},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_24.qasm,2023,ibm_27q,qpeinexact,qiskit,1 +92,27,576,"{'rz': 628, 'sx': 188, 'x': 29, 'measure': 18}",{'cx': 1010},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_19.qasm,1450,ibm_27q,qpeinexact,qiskit,3 +93,27,521,"{'rz': 136, 'sx': 136, 'measure': 17}",{'cx': 1371},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt2_17.qasm,3048,ibm_27q,realamprandom,qiskit,2 +94,27,37,"{'rz': 58, 'sx': 30, 'measure': 23}",{'cx': 51},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt3_23.qasm,1592,ibm_27q,graphstate,qiskit,3 +95,27,1001,"{'rz': 1260, 'sx': 658, 'measure': 14}",{'cx': 2106},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_14.qasm,1322,ibm_27q,portfoliovqe,qiskit,0 +96,27,2683,"{'rz': 324, 'sx': 216, 'measure': 27}",{'cx': 11466},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_27.qasm,1597,ibm_27q,twolocalrandom,qiskit,0 +97,27,340,"{'rz': 358, 'sx': 17, 'measure': 16}",{'cx': 677},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_16.qasm,2393,ibm_27q,qftentangled,qiskit,2 +98,27,1882,"{'rz': 2328, 'sx': 1117, 'x': 109, 'measure': 23}",{'cx': 3878},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_23.qasm,3213,ibm_27q,random,qiskit,3 +99,27,598,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1591},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt1_16.qasm,1951,ibm_27q,su2random,qiskit,1 +100,27,316,"{'rz': 260, 'sx': 156, 'measure': 27, 'x': 1}",{'cx': 274},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt0_27.qasm,4038,ibm_27q,wstate,qiskit,0 +101,27,40,"{'rz': 43, 'sx': 25, 'measure': 12}",{'cx': 30},"(8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt2_13.qasm,3206,ibm_27q,dj,qiskit,2 +102,27,891,"{'rz': 800, 'sx': 150, 'measure': 25}",{'cx': 2827},"(1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt1_25.qasm,1760,ibm_27q,qnn,qiskit,1 +103,27,633,"{'rz': 688, 'sx': 317, 'measure': 18, 'x': 5}",{'cx': 1350},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_18.qasm,1276,ibm_27q,qnn,qiskit,3 +104,27,466,"{'rz': 371, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 627},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 22); (22, 19)",qpeexact_mapped_ibm_montreal_qiskit_opt1_15.qasm,1498,ibm_27q,qpeexact,qiskit,1 +105,27,261,"{'rz': 256, 'sx': 61, 'measure': 13, 'x': 3}",{'cx': 405},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_13.qasm,1617,ibm_27q,qft,qiskit,3 +106,27,17,"{'measure': 14, 'rz': 2, 'sx': 1}",{'cx': 13},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_14.qasm,1365,ibm_27q,ghz,qiskit,1 +107,27,2174,"{'rz': 840, 'sx': 144, 'measure': 24}",{'cx': 7592},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt0_24.qasm,1771,ibm_27q,qnn,qiskit,0 +108,27,552,"{'rz': 494, 'sx': 114, 'measure': 19}",{'cx': 1529},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_19.qasm,1687,ibm_27q,qnn,qiskit,2 +109,27,48,"{'rz': 42, 'sx': 29, 'measure': 11, 'x': 3}",{'cx': 24},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",dj_mapped_ibm_montreal_qiskit_opt3_12.qasm,3390,ibm_27q,dj,qiskit,3 +110,27,1606,"{'rz': 1620, 'sx': 649, 'x': 23, 'measure': 22}",{'cx': 3518},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt2_22.qasm,3252,ibm_27q,random,qiskit,2 +111,27,1137,"{'rz': 272, 'sx': 136, 'measure': 17}",{'cx': 3606},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",su2random_mapped_ibm_montreal_qiskit_opt0_17.qasm,3788,ibm_27q,su2random,qiskit,0 +112,27,136,"{'sx': 104, 'rz': 62, 'measure': 26, 'x': 1}",{'cx': 89},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_26.qasm,4087,ibm_27q,wstate,qiskit,1 +113,27,1375,"{'rz': 208, 'sx': 208, 'measure': 26}",{'cx': 4346},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_26.qasm,3977,ibm_27q,twolocalrandom,qiskit,1 +114,27,327,"{'rz': 600, 'sx': 326, 'measure': 17, 'x': 10}",{'cx': 584},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qftentangled_mapped_ibm_montreal_qiskit_opt3_17.qasm,2746,ibm_27q,qftentangled,qiskit,3 +115,27,42,"{'rz': 72, 'sx': 36, 'measure': 22}",{'cx': 58},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_22.qasm,2976,ibm_27q,graphstate,qiskit,2 +116,27,773,"{'rz': 912, 'sx': 528, 'measure': 15}",{'cx': 1320},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_15.qasm,1891,ibm_27q,portfoliovqe,qiskit,1 +117,27,521,"{'rz': 472, 'sx': 408, 'x': 19, 'measure': 16}",{'cx': 1096},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_16.qasm,2034,ibm_27q,realamprandom,qiskit,3 +118,27,1171,"{'rz': 996, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 3225},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_25.qasm,1907,ibm_27q,qpeinexact,qiskit,0 +119,27,574,"{'rz': 464, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 936},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_18.qasm,1214,ibm_27q,qpeinexact,qiskit,2 +120,27,1001,"{'rz': 1102, 'sx': 152, 'measure': 26}",{'cx': 1850},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt1_26.qasm,2567,ibm_27q,ae,qiskit,1 +121,27,60,"{'measure': 15, 'rz': 2, 'sx': 1}",{'cx': 104},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ghz_mapped_ibm_montreal_qiskit_opt0_15.qasm,2234,ibm_27q,ghz,qiskit,0 +122,27,2658,"{'rz': 1296, 'sx': 303, 'x': 36, 'measure': 11}",{'cx': 2661},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt0_11.qasm,1626,ibm_27q,qwalk-v-chain,qiskit,0 +123,27,249,"{'rz': 186, 'sx': 12, 'measure': 12}",{'cx': 351},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qft_mapped_ibm_montreal_qiskit_opt2_12.qasm,1118,ibm_27q,qft,qiskit,2 +124,27,392,"{'rz': 316, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 749},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeexact_mapped_ibm_montreal_qiskit_opt0_14.qasm,2014,ibm_27q,qpeexact,qiskit,0 +125,27,333,"{'rz': 285, 'sx': 14, 'measure': 14}",{'cx': 539},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_14.qasm,4067,ibm_27q,qft,qiskit,1 +126,27,352,"{'rz': 248, 'sx': 77, 'x': 11, 'measure': 11}",{'cx': 320},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qpeexact_mapped_ibm_montreal_qiskit_opt3_12.qasm,2112,ibm_27q,qpeexact,qiskit,3 +127,27,16,"{'measure': 13, 'rz': 2, 'sx': 1}",{'cx': 12},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_13.qasm,2310,ibm_27q,ghz,qiskit,3 +128,27,40,"{'rz': 72, 'sx': 36, 'measure': 24}",{'cx': 69},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_24.qasm,1136,ibm_27q,graphstate,qiskit,1 +129,27,45,"{'rz': 67, 'sx': 35, 'measure': 19}",{'cx': 44},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_19.qasm,2673,ibm_27q,graphstate,qiskit,3 +130,27,732,"{'rz': 727, 'sx': 423, 'measure': 13}",{'cx': 972},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_13.qasm,2389,ibm_27q,portfoliovqe,qiskit,2 +131,27,499,"{'rz': 160, 'sx': 160, 'measure': 20}",{'cx': 1780},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_20.qasm,3099,ibm_27q,twolocalrandom,qiskit,2 +132,27,222,"{'rz': 189, 'sx': 12, 'measure': 11}",{'cx': 516},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qftentangled_mapped_ibm_montreal_qiskit_opt0_11.qasm,2497,ibm_27q,qftentangled,qiskit,0 +133,27,1335,"{'rz': 1384, 'sx': 691, 'x': 73, 'measure': 19}",{'cx': 2214},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt3_19.qasm,1173,ibm_27q,random,qiskit,3 +134,27,2280,"{'rz': 2291, 'sx': 841, 'x': 32, 'measure': 24}",{'cx': 4989},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_24.qasm,2537,ibm_27q,random,qiskit,1 +135,27,81,"{'sx': 76, 'rz': 38, 'measure': 20, 'x': 1}",{'cx': 38},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_20.qasm,3628,ibm_27q,wstate,qiskit,2 +136,27,408,"{'rz': 208, 'sx': 182, 'measure': 11, 'x': 9}",{'cx': 555},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",su2random_mapped_ibm_montreal_qiskit_opt3_11.qasm,2860,ibm_27q,su2random,qiskit,3 +137,27,730,"{'rz': 608, 'sx': 116, 'measure': 20}",{'cx': 1026},"(4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt2_20.qasm,2828,ibm_27q,ae,qiskit,2 +138,27,98613,"{'rz': 37080, 'sx': 255, 'x': 60, 'measure': 11}",{'cx': 89358},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (9, 8); (10, 7)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt0_11.qasm,1496,ibm_27q,qwalk-noancilla,qiskit,0 +139,27,783,"{'rz': 913, 'sx': 303, 'x': 35, 'measure': 22}",{'cx': 1414},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_23.qasm,3316,ibm_27q,qpeinexact,qiskit,3 +140,27,311,"{'rz': 120, 'sx': 80, 'measure': 10}",{'cx': 795},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",realamprandom_mapped_ibm_montreal_qiskit_opt0_10.qasm,3941,ibm_27q,realamprandom,qiskit,0 +141,27,78,"{'rz': 54, 'sx': 27, 'x': 19, 'measure': 13}",{'cx': 124},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",dj_mapped_ibm_montreal_qiskit_opt0_14.qasm,1901,ibm_27q,dj,qiskit,0 +142,27,714,"{'rz': 1203, 'sx': 652, 'measure': 22, 'x': 7}",{'cx': 1921},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_22.qasm,3970,ibm_27q,qnn,qiskit,3 +143,27,90,"{'rz': 58, 'sx': 29, 'x': 19, 'measure': 14}",{'cx': 128},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",dj_mapped_ibm_montreal_qiskit_opt0_15.qasm,3192,ibm_27q,dj,qiskit,0 +144,27,695,"{'rz': 1262, 'sx': 675, 'measure': 23, 'x': 6}",{'cx': 2097},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_23.qasm,2540,ibm_27q,qnn,qiskit,3 +145,27,33,"{'rz': 65, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 39},"(4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (14, 11); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18); (22, 25); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_18.qasm,2617,ibm_27q,graphstate,qiskit,3 +146,27,44,"{'rz': 62, 'sx': 31, 'measure': 25}",{'cx': 46},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_25.qasm,1918,ibm_27q,graphstate,qiskit,1 +147,27,573,"{'rz': 553, 'sx': 333, 'measure': 12}",{'cx': 750},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_12.qasm,3394,ibm_27q,portfoliovqe,qiskit,2 +148,27,503,"{'rz': 168, 'sx': 168, 'measure': 21}",{'cx': 1977},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_21.qasm,2838,ibm_27q,twolocalrandom,qiskit,2 +149,27,206,"{'rz': 157, 'sx': 11, 'measure': 10}",{'cx': 477},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qftentangled_mapped_ibm_montreal_qiskit_opt0_10.qasm,4054,ibm_27q,qftentangled,qiskit,0 +150,27,2192,"{'rz': 2291, 'sx': 923, 'x': 39, 'measure': 25}",{'cx': 4958},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_25.qasm,1820,ibm_27q,random,qiskit,1 +151,27,1311,"{'rz': 1326, 'sx': 651, 'x': 53, 'measure': 18}",{'cx': 2009},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_18.qasm,1370,ibm_27q,random,qiskit,3 +152,27,85,"{'sx': 80, 'rz': 40, 'measure': 21, 'x': 1}",{'cx': 40},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_21.qasm,3248,ibm_27q,wstate,qiskit,2 +153,27,297,"{'rz': 157, 'sx': 136, 'measure': 10, 'x': 2}",{'cx': 422},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",su2random_mapped_ibm_montreal_qiskit_opt3_10.qasm,3411,ibm_27q,su2random,qiskit,3 +154,27,794,"{'rz': 658, 'sx': 122, 'measure': 21}",{'cx': 1116},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt2_21.qasm,2227,ibm_27q,ae,qiskit,2 +155,27,47750,"{'rz': 18642, 'sx': 243, 'x': 54, 'measure': 10}",{'cx': 42786},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 9); (9, 8)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt0_10.qasm,1262,ibm_27q,qwalk-noancilla,qiskit,0 +156,27,706,"{'rz': 816, 'sx': 249, 'x': 26, 'measure': 21}",{'cx': 1294},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_22.qasm,2383,ibm_27q,qpeinexact,qiskit,3 +157,27,274,"{'rz': 132, 'sx': 88, 'measure': 11}",{'cx': 843},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",realamprandom_mapped_ibm_montreal_qiskit_opt0_11.qasm,2458,ibm_27q,realamprandom,qiskit,0 +158,27,15,"{'measure': 12, 'rz': 2, 'sx': 1}",{'cx': 11},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_12.qasm,3345,ibm_27q,ghz,qiskit,3 +159,27,409,"{'rz': 329, 'sx': 15, 'measure': 15}",{'cx': 618},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qft_mapped_ibm_montreal_qiskit_opt1_15.qasm,1311,ibm_27q,qft,qiskit,1 +160,27,328,"{'rz': 290, 'sx': 98, 'measure': 12, 'x': 10}",{'cx': 374},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21)",qpeexact_mapped_ibm_montreal_qiskit_opt3_13.qasm,3399,ibm_27q,qpeexact,qiskit,3 +161,27,7193,"{'rz': 3625, 'sx': 205, 'measure': 11, 'x': 1}",{'cx': 7084},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",grover-v-chain_mapped_ibm_montreal_qiskit_opt1_11.qasm,2619,ibm_27q,grover-v-chain,qiskit,1 +162,27,297,"{'rz': 220, 'sx': 13, 'measure': 13}",{'cx': 435},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qft_mapped_ibm_montreal_qiskit_opt2_13.qasm,2043,ibm_27q,qft,qiskit,2 +163,27,464,"{'rz': 371, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 1008},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeexact_mapped_ibm_montreal_qiskit_opt0_15.qasm,2990,ibm_27q,qpeexact,qiskit,0 +164,27,59,"{'measure': 14, 'rz': 2, 'sx': 1}",{'cx': 103},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ghz_mapped_ibm_montreal_qiskit_opt0_14.qasm,3536,ibm_27q,ghz,qiskit,0 +165,27,1910,"{'rz': 1911, 'sx': 724, 'measure': 23, 'x': 20}",{'cx': 4133},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_23.qasm,1502,ibm_27q,random,qiskit,2 +166,27,1005,"{'rz': 256, 'sx': 128, 'measure': 16}",{'cx': 3105},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",su2random_mapped_ibm_montreal_qiskit_opt0_16.qasm,2218,ibm_27q,su2random,qiskit,0 +167,27,154,"{'sx': 111, 'rz': 73, 'measure': 27, 'x': 1}",{'cx': 138},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_27.qasm,1076,ibm_27q,wstate,qiskit,1 +168,27,1217,"{'rz': 216, 'sx': 216, 'measure': 27}",{'cx': 4638},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_27.qasm,2229,ibm_27q,twolocalrandom,qiskit,1 +169,27,340,"{'rz': 425, 'sx': 101, 'measure': 16, 'x': 8}",{'cx': 621},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qftentangled_mapped_ibm_montreal_qiskit_opt3_16.qasm,3839,ibm_27q,qftentangled,qiskit,3 +170,27,33,"{'rz': 70, 'sx': 35, 'measure': 23}",{'cx': 59},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_23.qasm,3449,ibm_27q,graphstate,qiskit,2 +171,27,815,"{'rz': 827, 'sx': 477, 'measure': 14}",{'cx': 1260},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_14.qasm,2348,ibm_27q,portfoliovqe,qiskit,1 +172,27,555,"{'rz': 499, 'sx': 448, 'measure': 17, 'x': 5}",{'cx': 1212},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt3_17.qasm,1655,ibm_27q,realamprandom,qiskit,3 +173,27,701,"{'rz': 508, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1086},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_19.qasm,3138,ibm_27q,qpeinexact,qiskit,2 +174,27,1226,"{'rz': 920, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 3246},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_24.qasm,1263,ibm_27q,qpeinexact,qiskit,0 +175,27,1099,"{'rz': 1185, 'sx': 158, 'measure': 27}",{'cx': 1947},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt1_27.qasm,1193,ibm_27q,ae,qiskit,1 +176,27,552,"{'rz': 451, 'sx': 108, 'measure': 18}",{'cx': 1369},"(5, 8); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_18.qasm,3234,ibm_27q,qnn,qiskit,2 +177,27,2328,"{'rz': 900, 'sx': 150, 'measure': 25}",{'cx': 8571},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt0_25.qasm,2522,ibm_27q,qnn,qiskit,0 +178,27,40,"{'rz': 43, 'sx': 25, 'measure': 12}",{'cx': 30},"(8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_13.qasm,3563,ibm_27q,dj,qiskit,3 +179,27,2043,"{'rz': 785, 'sx': 181, 'measure': 11, 'x': 10}",{'cx': 1887},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt1_11.qasm,1313,ibm_27q,qwalk-v-chain,qiskit,1 +180,27,18,"{'measure': 15, 'rz': 2, 'sx': 1}",{'cx': 14},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_15.qasm,3392,ibm_27q,ghz,qiskit,1 +181,27,367,"{'rz': 316, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 533},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16)",qpeexact_mapped_ibm_montreal_qiskit_opt1_14.qasm,1215,ibm_27q,qpeexact,qiskit,1 +182,27,238,"{'rz': 219, 'sx': 56, 'measure': 12, 'x': 5}",{'cx': 317},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qft_mapped_ibm_montreal_qiskit_opt3_12.qasm,1853,ibm_27q,qft,qiskit,3 +183,27,39,"{'rz': 41, 'sx': 23, 'measure': 11}",{'cx': 28},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",dj_mapped_ibm_montreal_qiskit_opt2_12.qasm,2544,ibm_27q,dj,qiskit,2 +184,27,578,"{'rz': 810, 'sx': 401, 'measure': 19, 'x': 2}",{'cx': 1447},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_19.qasm,1713,ibm_27q,qnn,qiskit,3 +185,27,872,"{'rz': 744, 'sx': 144, 'measure': 24}",{'cx': 2586},"(2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt1_24.qasm,2542,ibm_27q,qnn,qiskit,1 +186,27,1352,"{'rz': 1203, 'sx': 152, 'measure': 26}",{'cx': 3203},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt0_26.qasm,1157,ibm_27q,ae,qiskit,0 +187,27,560,"{'rz': 608, 'sx': 233, 'x': 34, 'measure': 17}",{'cx': 863},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_18.qasm,1559,ibm_27q,qpeinexact,qiskit,3 +188,27,958,"{'rz': 996, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 1842},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_25.qasm,3087,ibm_27q,qpeinexact,qiskit,1 +189,27,458,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1159},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt2_16.qasm,2475,ibm_27q,realamprandom,qiskit,2 +190,27,25,"{'rz': 60, 'sx': 31, 'measure': 22}",{'cx': 35},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt3_22.qasm,1153,ibm_27q,graphstate,qiskit,3 +191,27,1203,"{'rz': 1440, 'sx': 750, 'measure': 15}",{'cx': 2508},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_15.qasm,3566,ibm_27q,portfoliovqe,qiskit,0 +192,27,2472,"{'rz': 312, 'sx': 208, 'measure': 26}",{'cx': 9669},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_26.qasm,3510,ibm_27q,twolocalrandom,qiskit,0 +193,27,350,"{'rz': 416, 'sx': 18, 'measure': 17}",{'cx': 780},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt2_17.qasm,2078,ibm_27q,qftentangled,qiskit,2 +194,27,1691,"{'rz': 1982, 'sx': 998, 'x': 105, 'measure': 22}",{'cx': 3258},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_22.qasm,2954,ibm_27q,random,qiskit,3 +195,27,506,"{'sx': 136, 'rz': 136, 'measure': 17}",{'cx': 1555},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (20, 19)",su2random_mapped_ibm_montreal_qiskit_opt1_17.qasm,3069,ibm_27q,su2random,qiskit,1 +196,27,307,"{'rz': 250, 'sx': 150, 'measure': 26, 'x': 1}",{'cx': 272},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt0_26.qasm,2039,ibm_27q,wstate,qiskit,0 +197,27,358,"{'rz': 80, 'sx': 80, 'measure': 10}",{'cx': 530},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",realamprandom_mapped_ibm_montreal_qiskit_opt1_10.qasm,2511,ibm_27q,realamprandom,qiskit,1 +198,27,784,"{'rz': 754, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 1494},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_23.qasm,2974,ibm_27q,qpeinexact,qiskit,2 +199,27,76125,"{'rz': 36749, 'sx': 149, 'measure': 11, 'x': 10}",{'cx': 74733},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt1_11.qasm,2482,ibm_27q,qwalk-noancilla,qiskit,1 +200,27,631,"{'rz': 685, 'sx': 254, 'x': 24, 'measure': 20}",{'cx': 913},"(3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23)",ae_mapped_ibm_montreal_qiskit_opt3_20.qasm,3304,ibm_27q,ae,qiskit,3 +201,27,2907,"{'rz': 2915, 'sx': 1001, 'measure': 24, 'x': 14}",{'cx': 8226},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt0_24.qasm,2895,ibm_27q,random,qiskit,0 +202,27,1317,"{'rz': 1183, 'sx': 498, 'x': 23, 'measure': 19}",{'cx': 2384},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt2_19.qasm,3325,ibm_27q,random,qiskit,2 +203,27,81,"{'sx': 76, 'rz': 38, 'measure': 20, 'x': 1}",{'cx': 38},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_20.qasm,2468,ibm_27q,wstate,qiskit,3 +204,27,324,"{'sx': 88, 'rz': 88, 'measure': 11}",{'cx': 514},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",su2random_mapped_ibm_montreal_qiskit_opt2_11.qasm,2883,ibm_27q,su2random,qiskit,2 +205,27,580,"{'rz': 894, 'sx': 825, 'measure': 20, 'x': 3}",{'cx': 1559},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_20.qasm,1436,ibm_27q,twolocalrandom,qiskit,3 +206,27,252,"{'rz': 178, 'sx': 12, 'measure': 11}",{'cx': 321},"(11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_11.qasm,1750,ibm_27q,qftentangled,qiskit,1 +207,27,39,"{'rz': 58, 'sx': 29, 'measure': 19}",{'cx': 55},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt2_19.qasm,2655,ibm_27q,graphstate,qiskit,2 +208,27,87,"{'rz': 144, 'sx': 72, 'measure': 24}",{'cx': 198},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt0_24.qasm,1164,ibm_27q,graphstate,qiskit,0 +209,27,634,"{'rz': 676, 'sx': 471, 'measure': 13, 'x': 6}",{'cx': 858},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt3_13.qasm,2716,ibm_27q,portfoliovqe,qiskit,3 +210,27,696,"{'rz': 638, 'sx': 132, 'measure': 22}",{'cx': 1999},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21)",qnn_mapped_ibm_montreal_qiskit_opt2_22.qasm,3406,ibm_27q,qnn,qiskit,2 +211,27,59,"{'rz': 54, 'sx': 27, 'measure': 13}",{'cx': 37},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21)",dj_mapped_ibm_montreal_qiskit_opt1_14.qasm,2305,ibm_27q,dj,qiskit,1 +212,27,336,"{'rz': 207, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 361},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qpeexact_mapped_ibm_montreal_qiskit_opt2_12.qasm,3115,ibm_27q,qpeexact,qiskit,2 +213,27,312,"{'rz': 301, 'sx': 14, 'measure': 14}",{'cx': 719},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qft_mapped_ibm_montreal_qiskit_opt0_14.qasm,2672,ibm_27q,qft,qiskit,0 +214,27,5046,"{'rz': 1819, 'sx': 439, 'measure': 17, 'x': 10}",{'cx': 4504},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt2_17.qasm,2531,ibm_27q,qwalk-v-chain,qiskit,2 +215,27,16,"{'measure': 13, 'rz': 2, 'sx': 1}",{'cx': 12},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_13.qasm,2164,ibm_27q,ghz,qiskit,2 +216,27,942,"{'sx': 168, 'rz': 168, 'measure': 21}",{'cx': 2745},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt1_21.qasm,3281,ibm_27q,su2random,qiskit,1 +217,27,118,"{'rz': 90, 'sx': 54, 'measure': 10, 'x': 1}",{'cx': 111},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",wstate_mapped_ibm_montreal_qiskit_opt0_10.qasm,2872,ibm_27q,wstate,qiskit,0 +218,27,672,"{'rz': 772, 'sx': 407, 'x': 50, 'measure': 14}",{'cx': 947},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt3_14.qasm,1981,ibm_27q,random,qiskit,3 +219,27,430,"{'rz': 617, 'sx': 22, 'measure': 21}",{'cx': 1174},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt2_21.qasm,2634,ibm_27q,qftentangled,qiskit,2 +220,27,311,"{'rz': 120, 'sx': 80, 'measure': 10}",{'cx': 795},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_10.qasm,1953,ibm_27q,twolocalrandom,qiskit,0 +221,27,23,"{'rz': 40, 'sx': 20, 'measure': 14}",{'cx': 26},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (16, 19); (19, 16); (19, 22); (22, 19)",graphstate_mapped_ibm_montreal_qiskit_opt3_14.qasm,1734,ibm_27q,graphstate,qiskit,3 +222,27,499,"{'rz': 160, 'sx': 160, 'measure': 20}",{'cx': 1780},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt2_20.qasm,2392,ibm_27q,realamprandom,qiskit,2 +223,27,370,"{'rz': 282, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 489},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_13.qasm,3595,ibm_27q,qpeinexact,qiskit,1 +224,27,345,"{'rz': 219, 'sx': 56, 'measure': 10}",{'cx': 381},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ae_mapped_ibm_montreal_qiskit_opt0_10.qasm,1997,ibm_27q,ae,qiskit,0 +225,27,35,"{'rz': 104, 'sx': 55, 'measure': 11}",{'cx': 50},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qaoa_mapped_ibm_montreal_qiskit_opt3_11.qasm,2160,ibm_27q,qaoa,qiskit,3 +226,27,315,"{'rz': 228, 'sx': 72, 'measure': 12}",{'cx': 635},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23)",qnn_mapped_ibm_montreal_qiskit_opt1_12.qasm,3198,ibm_27q,qnn,qiskit,1 +227,27,106,"{'rz': 83, 'sx': 47, 'measure': 23}",{'cx': 93},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt2_24.qasm,3682,ibm_27q,dj,qiskit,2 +228,27,105,"{'rz': 74, 'sx': 37, 'x': 21, 'measure': 18}",{'cx': 174},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",dj_mapped_ibm_montreal_qiskit_opt0_19.qasm,3492,ibm_27q,dj,qiskit,0 +229,27,24,"{'rz': 59, 'sx': 58, 'measure': 10, 'x': 1}",{'cx': 18},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt1_10.qasm,3974,ibm_27q,vqe,qiskit,1 +230,27,542,"{'rz': 966, 'sx': 300, 'measure': 24, 'x': 16}",{'cx': 1334},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_24.qasm,1868,ibm_27q,qft,qiskit,3 +231,27,535,"{'rz': 530, 'sx': 19, 'measure': 19}",{'cx': 1047},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_19.qasm,2512,ibm_27q,qft,qiskit,1 +232,27,699,"{'rz': 774, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 1402},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt1_22.qasm,3350,ibm_27q,qpeexact,qiskit,1 +233,27,62,"{'measure': 23, 'rz': 2, 'sx': 1}",{'cx': 67},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_23.qasm,3490,ibm_27q,ghz,qiskit,1 +234,27,426,"{'rz': 275, 'sx': 70, 'measure': 20}",{'cx': 954},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt0_10.qasm,1088,ibm_27q,portfolioqaoa,qiskit,0 +235,27,88017,"{'rz': 39634, 'sx': 315, 'measure': 10, 'x': 1}",{'cx': 80063},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",grover-noancilla_mapped_ibm_montreal_qiskit_opt2_10.qasm,2379,ibm_27q,grover-noancilla,qiskit,2 +236,27,73,"{'measure': 25, 'rz': 2, 'sx': 1}",{'cx': 75},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_25.qasm,1164,ibm_27q,ghz,qiskit,2 +237,27,79,"{'measure': 18, 'rz': 2, 'sx': 1}",{'cx': 137},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",ghz_mapped_ibm_montreal_qiskit_opt0_18.qasm,1308,ibm_27q,ghz,qiskit,0 +238,27,564,"{'rz': 737, 'sx': 22, 'measure': 22}",{'cx': 1857},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt0_22.qasm,2162,ibm_27q,qft,qiskit,0 +239,27,843,"{'rz': 585, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1911},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qpeexact_mapped_ibm_montreal_qiskit_opt0_19.qasm,2213,ibm_27q,qpeexact,qiskit,0 +240,27,729,"{'rz': 772, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 1665},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt2_24.qasm,2030,ibm_27q,qpeexact,qiskit,2 +241,27,103,"{'rz': 86, 'sx': 43, 'measure': 21}",{'cx': 81},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt1_22.qasm,1691,ibm_27q,dj,qiskit,1 +242,27,461,"{'rz': 294, 'sx': 84, 'measure': 14}",{'cx': 840},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_14.qasm,1990,ibm_27q,qnn,qiskit,2 +243,27,1073,"{'rz': 1425, 'sx': 793, 'measure': 18}",{'cx': 2202},"(3, 5); (5, 3); (5, 8); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_18.qasm,2411,ibm_27q,portfoliovqe,qiskit,1 +244,27,74,"{'rz': 72, 'sx': 36, 'measure': 12}",{'cx': 117},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",graphstate_mapped_ibm_montreal_qiskit_opt0_12.qasm,2854,ibm_27q,graphstate,qiskit,0 +245,27,865,"{'rz': 1078, 'sx': 28, 'measure': 27}",{'cx': 2153},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_27.qasm,3437,ibm_27q,qftentangled,qiskit,1 +246,27,521,"{'rz': 472, 'sx': 408, 'x': 19, 'measure': 16}",{'cx': 1096},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_16.qasm,1440,ibm_27q,twolocalrandom,qiskit,3 +247,27,65,"{'sx': 60, 'rz': 30, 'measure': 16, 'x': 1}",{'cx': 30},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_16.qasm,1155,ibm_27q,wstate,qiskit,3 +248,27,1138,"{'sx': 216, 'rz': 216, 'measure': 27}",{'cx': 4070},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt2_27.qasm,1199,ibm_27q,su2random,qiskit,2 +249,27,723,"{'rz': 675, 'sx': 233, 'measure': 12, 'x': 4}",{'cx': 1173},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",random_mapped_ibm_montreal_qiskit_opt0_12.qasm,3610,ibm_27q,random,qiskit,0 +250,27,467,"{'rz': 499, 'sx': 243, 'x': 28, 'measure': 16}",{'cx': 466},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt3_16.qasm,3820,ibm_27q,ae,qiskit,3 +251,27,434,"{'rz': 319, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 639},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_15.qasm,2927,ibm_27q,qpeinexact,qiskit,2 +252,27,1375,"{'rz': 208, 'sx': 208, 'measure': 26}",{'cx': 4346},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_26.qasm,1066,ibm_27q,realamprandom,qiskit,1 +253,27,600,"{'rz': 524, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 955},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qpeexact_mapped_ibm_montreal_qiskit_opt1_18.qasm,1575,ibm_27q,qpeexact,qiskit,1 +254,27,880,"{'rz': 1044, 'sx': 320, 'x': 49, 'measure': 24}",{'cx': 1550},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt3_25.qasm,3726,ibm_27q,qpeexact,qiskit,3 +255,27,604,"{'rz': 779, 'sx': 23, 'measure': 23}",{'cx': 1460},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_23.qasm,2648,ibm_27q,qft,qiskit,1 +256,27,87,"{'rz': 28, 'measure': 24, 'sx': 21, 'x': 3}",{'cx': 57},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_24.qasm,2844,ibm_27q,ghz,qiskit,3 +257,27,22,"{'measure': 19, 'rz': 2, 'sx': 1}",{'cx': 18},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_19.qasm,2702,ibm_27q,ghz,qiskit,1 +258,27,2683,"{'rz': 324, 'sx': 216, 'measure': 27}",{'cx': 11466},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt0_27.qasm,3133,ibm_27q,realamprandom,qiskit,0 +259,27,438,"{'rz': 333, 'sx': 99, 'x': 17, 'measure': 13}",{'cx': 456},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_14.qasm,2124,ibm_27q,qpeinexact,qiskit,3 +260,27,525,"{'rz': 449, 'sx': 98, 'measure': 17}",{'cx': 674},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt2_17.qasm,2800,ibm_27q,ae,qiskit,2 +261,27,69,"{'sx': 64, 'rz': 32, 'measure': 17, 'x': 1}",{'cx': 32},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_17.qasm,2508,ibm_27q,wstate,qiskit,2 +262,27,1089,"{'rz': 1029, 'sx': 874, 'x': 46, 'measure': 26}",{'cx': 3330},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt3_26.qasm,1631,ibm_27q,su2random,qiskit,3 +263,27,602,"{'rz': 630, 'sx': 256, 'x': 15, 'measure': 13}",{'cx': 901},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_13.qasm,3686,ibm_27q,random,qiskit,1 +264,27,1200,"{'rz': 1029, 'sx': 27, 'measure': 26}",{'cx': 3825},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt0_26.qasm,1415,ibm_27q,qftentangled,qiskit,0 +265,27,521,"{'rz': 136, 'sx': 136, 'measure': 17}",{'cx': 1371},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_17.qasm,3480,ibm_27q,twolocalrandom,qiskit,2 +266,27,26,"{'rz': 34, 'sx': 17, 'measure': 13}",{'cx': 40},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt1_13.qasm,2874,ibm_27q,graphstate,qiskit,1 +267,27,399,"{'rz': 524, 'sx': 276, 'measure': 15, 'x': 3}",{'cx': 872},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_15.qasm,2165,ibm_27q,qnn,qiskit,3 +268,27,143,"{'rz': 90, 'sx': 45, 'x': 23, 'measure': 22}",{'cx': 226},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",dj_mapped_ibm_montreal_qiskit_opt0_23.qasm,3044,ibm_27q,dj,qiskit,0 +269,27,78,"{'rz': 99, 'sx': 66, 'measure': 11}",{'cx': 128},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",vqe_mapped_ibm_montreal_qiskit_opt0_11.qasm,2484,ibm_27q,vqe,qiskit,0 +270,27,112,"{'rz': 97, 'sx': 57, 'measure': 24, 'x': 4}",{'cx': 71},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt3_25.qasm,2516,ibm_27q,dj,qiskit,3 +271,27,89,"{'rz': 70, 'sx': 35, 'measure': 17}",{'cx': 68},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt1_18.qasm,3883,ibm_27q,dj,qiskit,1 +272,27,677,"{'rz': 312, 'sx': 78, 'measure': 13}",{'cx': 1638},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qnn_mapped_ibm_montreal_qiskit_opt0_13.qasm,1087,ibm_27q,qnn,qiskit,0 +273,27,53,"{'rz': 96, 'sx': 50, 'measure': 10}",{'cx': 61},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (19, 22); (21, 18); (22, 19); (22, 25); (25, 22)",qaoa_mapped_ibm_montreal_qiskit_opt2_10.qasm,3496,ibm_27q,qaoa,qiskit,2 +274,27,310,"{'rz': 217, 'sx': 62, 'measure': 11}",{'cx': 236},"(11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt1_11.qasm,3946,ibm_27q,ae,qiskit,1 +275,27,325,"{'rz': 242, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 630},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_12.qasm,2723,ibm_27q,qpeinexact,qiskit,0 +276,27,840,"{'rz': 617, 'sx': 525, 'measure': 21, 'x': 8}",{'cx': 2038},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21)",realamprandom_mapped_ibm_montreal_qiskit_opt3_21.qasm,2168,ibm_27q,realamprandom,qiskit,3 +277,27,42,"{'rz': 38, 'sx': 19, 'measure': 15}",{'cx': 36},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_15.qasm,2149,ibm_27q,graphstate,qiskit,2 +278,27,401,"{'rz': 619, 'sx': 85, 'measure': 20, 'x': 8}",{'cx': 1015},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_20.qasm,3237,ibm_27q,qftentangled,qiskit,3 +279,27,338,"{'rz': 88, 'sx': 88, 'measure': 11}",{'cx': 650},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_11.qasm,2539,ibm_27q,twolocalrandom,qiskit,1 +280,27,1579,"{'rz': 320, 'sx': 160, 'measure': 20}",{'cx': 5568},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt0_20.qasm,2279,ibm_27q,su2random,qiskit,0 +281,27,45,"{'sx': 40, 'rz': 20, 'measure': 11, 'x': 1}",{'cx': 20},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_11.qasm,3758,ibm_27q,wstate,qiskit,1 +282,27,835,"{'rz': 830, 'sx': 326, 'measure': 15, 'x': 10}",{'cx': 1444},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_15.qasm,1249,ibm_27q,random,qiskit,2 +283,27,508,"{'rz': 286, 'sx': 77, 'measure': 22}",{'cx': 797},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt1_11.qasm,3248,ibm_27q,portfolioqaoa,qiskit,1 +284,27,101,"{'measure': 22, 'rz': 2, 'sx': 1}",{'cx': 186},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt0_22.qasm,2529,ibm_27q,ghz,qiskit,0 +285,27,1084,"{'rz': 841, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 2707},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt0_23.qasm,2187,ibm_27q,qpeexact,qiskit,0 +286,27,744,"{'rz': 779, 'sx': 25, 'measure': 25}",{'cx': 1633},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt2_25.qasm,1047,ibm_27q,qft,qiskit,2 +287,27,654,"{'rz': 495, 'sx': 18, 'measure': 18}",{'cx': 1515},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qft_mapped_ibm_montreal_qiskit_opt0_18.qasm,4055,ibm_27q,qft,qiskit,0 +288,27,17,"{'measure': 14, 'rz': 2, 'sx': 1}",{'cx': 13},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_14.qasm,3509,ibm_27q,ghz,qiskit,2 +289,27,434,"{'rz': 319, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 639},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_15.qasm,3349,ibm_27q,qpeexact,qiskit,2 +290,27,260,"{'rz': 260, 'sx': 13, 'measure': 13}",{'cx': 663},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qft_mapped_ibm_montreal_qiskit_opt0_13.qasm,3067,ibm_27q,qft,qiskit,0 +291,27,55,"{'rz': 50, 'sx': 25, 'measure': 12}",{'cx': 42},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt1_13.qasm,2902,ibm_27q,dj,qiskit,1 +292,27,1384,"{'rz': 522, 'sx': 108, 'measure': 18}",{'cx': 4064},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qnn_mapped_ibm_montreal_qiskit_opt0_18.qasm,2610,ibm_27q,qnn,qiskit,0 +293,27,840,"{'rz': 800, 'sx': 150, 'measure': 25}",{'cx': 2672},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (9, 8); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt2_25.qasm,1561,ibm_27q,qnn,qiskit,2 +294,27,912,"{'rz': 1254, 'sx': 501, 'x': 55, 'measure': 27}",{'cx': 1630},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt3_27.qasm,3427,ibm_27q,ae,qiskit,3 +295,27,633,"{'rz': 136, 'sx': 136, 'measure': 17}",{'cx': 1684},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_17.qasm,3532,ibm_27q,realamprandom,qiskit,1 +296,27,843,"{'rz': 585, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1911},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_19.qasm,1507,ibm_27q,qpeinexact,qiskit,0 +297,27,758,"{'rz': 802, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 1671},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_24.qasm,3766,ibm_27q,qpeinexact,qiskit,2 +298,27,410,"{'rz': 375, 'sx': 17, 'measure': 16}",{'cx': 723},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_16.qasm,1906,ibm_27q,qftentangled,qiskit,1 +299,27,1283,"{'rz': 1191, 'sx': 997, 'x': 65, 'measure': 27}",{'cx': 3803},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_27.qasm,2508,ibm_27q,twolocalrandom,qiskit,3 +300,27,104,"{'rz': 138, 'sx': 69, 'measure': 23}",{'cx': 242},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt0_23.qasm,3206,ibm_27q,graphstate,qiskit,0 +301,27,130,"{'sx': 106, 'rz': 58, 'measure': 27, 'x': 1}",{'cx': 82},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_27.qasm,3099,ibm_27q,wstate,qiskit,3 +302,27,520,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1312},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt2_16.qasm,3542,ibm_27q,su2random,qiskit,2 +303,27,2652,"{'rz': 2571, 'sx': 865, 'measure': 23, 'x': 6}",{'cx': 7057},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt0_23.qasm,1180,ibm_27q,random,qiskit,0 +304,27,779,"{'rz': 777, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 1551},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_22.qasm,3698,ibm_27q,qpeinexact,qiskit,1 +305,27,275,"{'sx': 88, 'rz': 88, 'measure': 11}",{'cx': 509},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt2_11.qasm,2534,ibm_27q,realamprandom,qiskit,2 +306,27,40815,"{'rz': 18295, 'sx': 137, 'x': 10, 'measure': 10}",{'cx': 37794},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt2_10.qasm,3376,ibm_27q,qwalk-noancilla,qiskit,2 +307,27,987,"{'rz': 813, 'sx': 122, 'measure': 21}",{'cx': 1977},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt0_21.qasm,1253,ibm_27q,ae,qiskit,0 +308,27,275,"{'sx': 80, 'rz': 80, 'measure': 10}",{'cx': 492},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt1_10.qasm,1389,ibm_27q,su2random,qiskit,1 +309,27,250,"{'rz': 200, 'sx': 120, 'measure': 21, 'x': 1}",{'cx': 235},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt0_21.qasm,3197,ibm_27q,wstate,qiskit,0 +310,27,1272,"{'rz': 1177, 'sx': 467, 'measure': 18, 'x': 16}",{'cx': 2360},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_18.qasm,1457,ibm_27q,random,qiskit,1 +311,27,722,"{'rz': 936, 'sx': 492, 'measure': 12}",{'cx': 1344},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_12.qasm,2931,ibm_27q,portfoliovqe,qiskit,0 +312,27,32,"{'rz': 60, 'sx': 30, 'measure': 18}",{'cx': 51},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (19, 22); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_18.qasm,3006,ibm_27q,graphstate,qiskit,1 +313,27,29,"{'rz': 79, 'sx': 43, 'measure': 25, 'x': 1}",{'cx': 45},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_25.qasm,3591,ibm_27q,graphstate,qiskit,3 +314,27,217,"{'rz': 127, 'sx': 11, 'measure': 10}",{'cx': 255},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qftentangled_mapped_ibm_montreal_qiskit_opt2_10.qasm,2483,ibm_27q,qftentangled,qiskit,2 +315,27,1318,"{'rz': 252, 'sx': 168, 'measure': 21}",{'cx': 5322},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_21.qasm,1701,ibm_27q,twolocalrandom,qiskit,0 +316,27,844,"{'rz': 690, 'sx': 138, 'measure': 23}",{'cx': 2372},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22)",qnn_mapped_ibm_montreal_qiskit_opt1_23.qasm,3086,ibm_27q,qnn,qiskit,1 +317,27,53,"{'rz': 49, 'sx': 29, 'measure': 14}",{'cx': 40},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt2_15.qasm,3561,ibm_27q,dj,qiskit,2 +318,27,7682,"{'rz': 4481, 'sx': 1313, 'x': 118, 'measure': 11}",{'cx': 6351},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",grover-v-chain_mapped_ibm_montreal_qiskit_opt3_11.qasm,1172,ibm_27q,grover-v-chain,qiskit,3 +319,27,360,"{'rz': 276, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 473},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18)",qpeexact_mapped_ibm_montreal_qiskit_opt1_13.qasm,1051,ibm_27q,qpeexact,qiskit,1 +320,27,290,"{'rz': 406, 'sx': 171, 'measure': 15, 'x': 8}",{'cx': 498},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",qft_mapped_ibm_montreal_qiskit_opt3_15.qasm,1635,ibm_27q,qft,qiskit,3 +321,27,15,"{'measure': 12, 'rz': 2, 'sx': 1}",{'cx': 11},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_12.qasm,3831,ibm_27q,ghz,qiskit,1 +322,27,52,"{'rz': 48, 'sx': 31, 'measure': 13, 'x': 2}",{'cx': 29},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21)",dj_mapped_ibm_montreal_qiskit_opt3_14.qasm,2017,ibm_27q,dj,qiskit,3 +323,27,1638,"{'rz': 726, 'sx': 132, 'measure': 22}",{'cx': 5412},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt0_22.qasm,3279,ibm_27q,qnn,qiskit,0 +324,27,225,"{'rz': 218, 'sx': 84, 'measure': 11, 'x': 5}",{'cx': 273},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qftentangled_mapped_ibm_montreal_qiskit_opt3_11.qasm,2426,ibm_27q,qftentangled,qiskit,3 +325,27,763,"{'sx': 160, 'rz': 160, 'measure': 20}",{'cx': 2389},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_20.qasm,3648,ibm_27q,twolocalrandom,qiskit,1 +326,27,770,"{'rz': 744, 'sx': 434, 'measure': 13}",{'cx': 1080},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_13.qasm,1123,ibm_27q,portfoliovqe,qiskit,1 +327,27,89,"{'rz': 114, 'sx': 57, 'measure': 19}",{'cx': 211},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",graphstate_mapped_ibm_montreal_qiskit_opt0_19.qasm,3518,ibm_27q,graphstate,qiskit,0 +328,27,29,"{'rz': 72, 'sx': 36, 'measure': 24}",{'cx': 63},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_24.qasm,1600,ibm_27q,graphstate,qiskit,2 +329,27,274,"{'rz': 176, 'sx': 88, 'measure': 11}",{'cx': 843},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",su2random_mapped_ibm_montreal_qiskit_opt0_11.qasm,1885,ibm_27q,su2random,qiskit,0 +330,27,81,"{'sx': 76, 'rz': 38, 'measure': 20, 'x': 1}",{'cx': 38},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_20.qasm,1796,ibm_27q,wstate,qiskit,1 +331,27,2358,"{'rz': 2183, 'sx': 840, 'x': 32, 'measure': 24}",{'cx': 4985},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt2_24.qasm,3770,ibm_27q,random,qiskit,2 +332,27,1680,"{'rz': 1555, 'sx': 566, 'measure': 19, 'x': 12}",{'cx': 3694},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",random_mapped_ibm_montreal_qiskit_opt0_19.qasm,2512,ibm_27q,random,qiskit,0 +333,27,767,"{'rz': 667, 'sx': 116, 'measure': 20}",{'cx': 1058},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",ae_mapped_ibm_montreal_qiskit_opt1_20.qasm,1591,ibm_27q,ae,qiskit,1 +334,27,352,"{'rz': 222, 'sx': 189, 'measure': 10, 'x': 6}",{'cx': 395},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt3_10.qasm,2178,ibm_27q,realamprandom,qiskit,3 +335,27,1059,"{'rz': 847, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 2888},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_23.qasm,3355,ibm_27q,qpeinexact,qiskit,0 +336,27,58,"{'measure': 13, 'rz': 2, 'sx': 1}",{'cx': 102},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ghz_mapped_ibm_montreal_qiskit_opt0_13.qasm,3995,ibm_27q,ghz,qiskit,0 +337,27,7007,"{'rz': 3222, 'sx': 771, 'x': 54, 'measure': 17}",{'cx': 7299},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt0_17.qasm,3428,ibm_27q,qwalk-v-chain,qiskit,0 +338,27,324,"{'rz': 252, 'sx': 14, 'measure': 14}",{'cx': 509},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",qft_mapped_ibm_montreal_qiskit_opt2_14.qasm,3616,ibm_27q,qft,qiskit,2 +339,27,316,"{'rz': 239, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 541},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeexact_mapped_ibm_montreal_qiskit_opt0_12.qasm,4074,ibm_27q,qpeexact,qiskit,0 +340,27,258,"{'rz': 210, 'sx': 12, 'measure': 12}",{'cx': 369},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt1_12.qasm,3224,ibm_27q,qft,qiskit,1 +341,27,333,"{'rz': 316, 'sx': 98, 'x': 16, 'measure': 13}",{'cx': 452},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_14.qasm,1962,ibm_27q,qpeexact,qiskit,3 +342,27,18,"{'measure': 15, 'rz': 2, 'sx': 1}",{'cx': 14},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_15.qasm,1771,ibm_27q,ghz,qiskit,3 +343,27,2277,"{'rz': 1178, 'sx': 590, 'x': 28, 'measure': 11}",{'cx': 1627},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt3_11.qasm,1504,ibm_27q,qwalk-v-chain,qiskit,3 +344,27,120,"{'sx': 100, 'rz': 50, 'measure': 26, 'x': 1}",{'cx': 65},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_26.qasm,3171,ibm_27q,wstate,qiskit,2 +345,27,734,"{'rz': 603, 'sx': 502, 'x': 34, 'measure': 17}",{'cx': 1327},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",su2random_mapped_ibm_montreal_qiskit_opt3_17.qasm,4063,ibm_27q,su2random,qiskit,3 +346,27,1643,"{'rz': 1706, 'sx': 649, 'x': 22, 'measure': 22}",{'cx': 3579},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_22.qasm,2976,ibm_27q,random,qiskit,1 +347,27,729,"{'rz': 874, 'sx': 512, 'measure': 15}",{'cx': 1323},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_15.qasm,2079,ibm_27q,portfoliovqe,qiskit,2 +348,27,37,"{'rz': 72, 'sx': 36, 'measure': 22}",{'cx': 61},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_22.qasm,2647,ibm_27q,graphstate,qiskit,1 +349,27,652,"{'rz': 444, 'sx': 18, 'measure': 17}",{'cx': 1584},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qftentangled_mapped_ibm_montreal_qiskit_opt0_17.qasm,3152,ibm_27q,qftentangled,qiskit,0 +350,27,998,"{'rz': 208, 'sx': 208, 'measure': 26}",{'cx': 3618},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_26.qasm,2969,ibm_27q,twolocalrandom,qiskit,2 +351,27,558,"{'rz': 525, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 951},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_18.qasm,3120,ibm_27q,qpeinexact,qiskit,1 +352,27,812,"{'rz': 1036, 'sx': 310, 'x': 39, 'measure': 24}",{'cx': 1662},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_25.qasm,2554,ibm_27q,qpeinexact,qiskit,3 +353,27,1057,"{'rz': 192, 'sx': 128, 'measure': 16}",{'cx': 3387},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",realamprandom_mapped_ibm_montreal_qiskit_opt0_16.qasm,3111,ibm_27q,realamprandom,qiskit,0 +354,27,1036,"{'rz': 937, 'sx': 152, 'measure': 26}",{'cx': 1737},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt2_26.qasm,1692,ibm_27q,ae,qiskit,2 +355,27,479,"{'rz': 494, 'sx': 114, 'measure': 19}",{'cx': 1457},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt1_19.qasm,1340,ibm_27q,qnn,qiskit,1 +356,27,802,"{'rz': 1898, 'sx': 1237, 'measure': 24, 'x': 9}",{'cx': 2040},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_24.qasm,2101,ibm_27q,qnn,qiskit,3 +357,27,76,"{'rz': 46, 'sx': 23, 'x': 15, 'measure': 11}",{'cx': 107},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",dj_mapped_ibm_montreal_qiskit_opt0_12.qasm,2631,ibm_27q,dj,qiskit,0 +358,27,701,"{'rz': 508, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1086},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_19.qasm,3836,ibm_27q,qpeexact,qiskit,2 +359,27,1207,"{'rz': 911, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 3105},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt0_24.qasm,1334,ibm_27q,qpeexact,qiskit,0 +360,27,584,"{'rz': 627, 'sx': 22, 'measure': 22}",{'cx': 1261},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_22.qasm,3868,ibm_27q,qft,qiskit,2 +361,27,107,"{'measure': 25, 'rz': 2, 'sx': 1}",{'cx': 195},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt0_25.qasm,1384,ibm_27q,ghz,qiskit,0 +362,27,21,"{'measure': 18, 'rz': 2, 'sx': 1}",{'cx': 17},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_18.qasm,3077,ibm_27q,ghz,qiskit,2 +363,27,464,"{'rz': 371, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 1008},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_15.qasm,1394,ibm_27q,qpeinexact,qiskit,0 +364,27,1215,"{'rz': 873, 'sx': 700, 'x': 37, 'measure': 26}",{'cx': 3472},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt3_26.qasm,3897,ibm_27q,realamprandom,qiskit,3 +365,27,571,"{'rz': 437, 'sx': 92, 'measure': 16}",{'cx': 651},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18)",ae_mapped_ibm_montreal_qiskit_opt1_16.qasm,1849,ibm_27q,ae,qiskit,1 +366,27,494,"{'rz': 495, 'sx': 199, 'measure': 12, 'x': 5}",{'cx': 726},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_12.qasm,3488,ibm_27q,random,qiskit,2 +367,27,2667,"{'rz': 432, 'sx': 216, 'measure': 27}",{'cx': 11265},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt0_27.qasm,3955,ibm_27q,su2random,qiskit,0 +368,27,65,"{'sx': 60, 'rz': 30, 'measure': 16, 'x': 1}",{'cx': 30},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_16.qasm,3526,ibm_27q,wstate,qiskit,1 +369,27,21,"{'rz': 24, 'sx': 12, 'measure': 12}",{'cx': 12},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt2_12.qasm,4016,ibm_27q,graphstate,qiskit,2 +370,27,547,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1466},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_16.qasm,1553,ibm_27q,twolocalrandom,qiskit,1 +371,27,731,"{'rz': 1130, 'sx': 356, 'x': 37, 'measure': 27}",{'cx': 1710},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt3_27.qasm,2697,ibm_27q,qftentangled,qiskit,3 +372,27,754,"{'rz': 350, 'sx': 84, 'measure': 14}",{'cx': 1925},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qnn_mapped_ibm_montreal_qiskit_opt0_14.qasm,2813,ibm_27q,qnn,qiskit,0 +373,27,91,"{'rz': 81, 'sx': 49, 'measure': 21, 'x': 3}",{'cx': 59},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt3_22.qasm,3079,ibm_27q,dj,qiskit,3 +374,27,136,"{'rz': 94, 'sx': 47, 'x': 23, 'measure': 23}",{'cx': 221},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt0_24.qasm,2504,ibm_27q,dj,qiskit,0 +375,27,74,"{'rz': 63, 'sx': 37, 'measure': 18}",{'cx': 60},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt2_19.qasm,1065,ibm_27q,dj,qiskit,2 +376,27,24,"{'rz': 55, 'sx': 52, 'measure': 10, 'x': 4}",{'cx': 18},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt3_10.qasm,2018,ibm_27q,vqe,qiskit,3 +377,27,347,"{'rz': 388, 'sx': 210, 'measure': 12, 'x': 1}",{'cx': 541},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_12.qasm,1207,ibm_27q,qnn,qiskit,3 +378,27,54,"{'rz': 110, 'sx': 55, 'measure': 11}",{'cx': 71},"(8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt1_11.qasm,1330,ibm_27q,qaoa,qiskit,1 +379,27,262,"{'rz': 161, 'sx': 56, 'measure': 10}",{'cx': 192},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",ae_mapped_ibm_montreal_qiskit_opt2_10.qasm,1108,ibm_27q,ae,qiskit,2 +380,27,1352,"{'rz': 240, 'sx': 160, 'measure': 20}",{'cx': 5064},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt0_20.qasm,2456,ibm_27q,realamprandom,qiskit,0 +381,27,359,"{'rz': 262, 'sx': 62, 'measure': 12, 'x': 10}",{'cx': 382},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_13.qasm,1042,ibm_27q,qpeinexact,qiskit,3 +382,27,225,"{'rz': 80, 'sx': 80, 'measure': 10}",{'cx': 394},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_10.qasm,1562,ibm_27q,twolocalrandom,qiskit,2 +383,27,522,"{'rz': 674, 'sx': 22, 'measure': 21}",{'cx': 2063},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt0_21.qasm,1584,ibm_27q,qftentangled,qiskit,0 +384,27,44,"{'rz': 52, 'sx': 26, 'measure': 14}",{'cx': 38},"(10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt1_14.qasm,2126,ibm_27q,graphstate,qiskit,1 +385,27,693,"{'rz': 697, 'sx': 287, 'x': 14, 'measure': 14}",{'cx': 1018},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_14.qasm,1457,ibm_27q,random,qiskit,1 +386,27,41,"{'sx': 36, 'rz': 18, 'measure': 10, 'x': 1}",{'cx': 18},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_10.qasm,3398,ibm_27q,wstate,qiskit,2 +387,27,842,"{'rz': 992, 'sx': 839, 'measure': 21, 'x': 18}",{'cx': 1972},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_21.qasm,1686,ibm_27q,su2random,qiskit,3 +388,27,445,"{'rz': 245, 'sx': 70, 'measure': 20}",{'cx': 611},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt2_10.qasm,3721,ibm_27q,portfolioqaoa,qiskit,2 +389,27,81,"{'rz': 38, 'sx': 26, 'measure': 23, 'x': 2}",{'cx': 48},"(1, 4); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_23.qasm,2779,ibm_27q,ghz,qiskit,3 +390,27,708,"{'rz': 813, 'sx': 206, 'x': 37, 'measure': 21}",{'cx': 1376},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_22.qasm,1756,ibm_27q,qpeexact,qiskit,3 +391,27,757,"{'rz': 849, 'sx': 24, 'measure': 24}",{'cx': 1635},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_24.qasm,3986,ibm_27q,qft,qiskit,1 +392,27,463,"{'rz': 602, 'sx': 187, 'x': 21, 'measure': 19}",{'cx': 891},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_19.qasm,1405,ibm_27q,qft,qiskit,3 +393,27,1114,"{'rz': 1126, 'sx': 395, 'measure': 15, 'x': 3}",{'cx': 2245},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",random_mapped_ibm_montreal_qiskit_opt0_15.qasm,3668,ibm_27q,random,qiskit,0 +394,27,45,"{'sx': 40, 'rz': 20, 'measure': 11, 'x': 1}",{'cx': 20},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_11.qasm,1107,ibm_27q,wstate,qiskit,3 +395,27,658,"{'sx': 160, 'rz': 160, 'measure': 20}",{'cx': 2016},"(3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt2_20.qasm,4019,ibm_27q,su2random,qiskit,2 +396,27,82,"{'rz': 90, 'sx': 45, 'measure': 15}",{'cx': 126},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",graphstate_mapped_ibm_montreal_qiskit_opt0_15.qasm,1446,ibm_27q,graphstate,qiskit,0 +397,27,430,"{'rz': 228, 'sx': 202, 'measure': 11, 'x': 9}",{'cx': 518},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_11.qasm,2118,ibm_27q,twolocalrandom,qiskit,3 +398,27,544,"{'rz': 592, 'sx': 21, 'measure': 20}",{'cx': 1149},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt1_20.qasm,2493,ibm_27q,qftentangled,qiskit,1 +399,27,329,"{'rz': 210, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 339},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_12.qasm,3073,ibm_27q,qpeinexact,qiskit,2 +400,27,546,"{'rz': 168, 'sx': 168, 'measure': 21}",{'cx': 2416},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_21.qasm,1808,ibm_27q,realamprandom,qiskit,1 +401,27,273,"{'rz': 211, 'sx': 89, 'measure': 11, 'x': 7}",{'cx': 207},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",ae_mapped_ibm_montreal_qiskit_opt3_11.qasm,2940,ibm_27q,ae,qiskit,3 +402,27,73,"{'rz': 100, 'sx': 50, 'measure': 10}",{'cx': 172},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qaoa_mapped_ibm_montreal_qiskit_opt0_10.qasm,2479,ibm_27q,qaoa,qiskit,0 +403,27,380,"{'rz': 260, 'sx': 78, 'measure': 13}",{'cx': 678},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qnn_mapped_ibm_montreal_qiskit_opt2_13.qasm,1528,ibm_27q,qnn,qiskit,2 +404,27,25,"{'rz': 61, 'sx': 58, 'measure': 11, 'x': 4}",{'cx': 20},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt2_11.qasm,1117,ibm_27q,vqe,qiskit,2 +405,27,116,"{'rz': 98, 'sx': 49, 'measure': 24}",{'cx': 96},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt1_25.qasm,1377,ibm_27q,dj,qiskit,1 +406,27,69,"{'rz': 67, 'sx': 41, 'measure': 17, 'x': 2}",{'cx': 40},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",dj_mapped_ibm_montreal_qiskit_opt3_18.qasm,4049,ibm_27q,dj,qiskit,3 +407,27,931,"{'rz': 950, 'sx': 25, 'measure': 25}",{'cx': 3081},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt0_25.qasm,2305,ibm_27q,qft,qiskit,0 +408,27,465,"{'rz': 429, 'sx': 18, 'measure': 18}",{'cx': 882},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_18.qasm,1201,ibm_27q,qft,qiskit,2 +409,27,729,"{'rz': 748, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 1550},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_23.qasm,1048,ibm_27q,qpeexact,qiskit,2 +410,27,49,"{'measure': 22, 'rz': 2, 'sx': 1}",{'cx': 45},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt2_22.qasm,3332,ibm_27q,ghz,qiskit,2 +411,27,537,"{'rz': 370, 'sx': 155, 'measure': 22, 'x': 15}",{'cx': 762},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt3_11.qasm,2795,ibm_27q,portfolioqaoa,qiskit,3 +412,27,66,"{'measure': 24, 'rz': 2, 'sx': 1}",{'cx': 65},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_24.qasm,2974,ibm_27q,ghz,qiskit,1 +413,27,22,"{'measure': 19, 'rz': 2, 'sx': 1}",{'cx': 18},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_19.qasm,2759,ibm_27q,ghz,qiskit,3 +414,27,458,"{'rz': 912, 'sx': 315, 'measure': 23, 'x': 17}",{'cx': 1187},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_23.qasm,1682,ibm_27q,qft,qiskit,3 +415,27,547,"{'rz': 528, 'sx': 135, 'x': 22, 'measure': 17}",{'cx': 845},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18)",qpeexact_mapped_ibm_montreal_qiskit_opt3_18.qasm,3022,ibm_27q,qpeexact,qiskit,3 +416,27,921,"{'rz': 984, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 1852},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt1_25.qasm,2204,ibm_27q,qpeexact,qiskit,1 +417,27,99,"{'rz': 80, 'sx': 45, 'measure': 22}",{'cx': 94},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt2_23.qasm,1575,ibm_27q,dj,qiskit,2 +418,27,432,"{'rz': 330, 'sx': 90, 'measure': 15}",{'cx': 979},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt1_15.qasm,3223,ibm_27q,qnn,qiskit,1 +419,27,1119,"{'rz': 204, 'sx': 136, 'measure': 17}",{'cx': 3753},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_17.qasm,2660,ibm_27q,twolocalrandom,qiskit,0 +420,27,576,"{'rz': 839, 'sx': 27, 'measure': 26}",{'cx': 1654},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_26.qasm,1070,ibm_27q,qftentangled,qiskit,2 +421,27,32,"{'rz': 34, 'sx': 17, 'measure': 13}",{'cx': 25},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_13.qasm,3312,ibm_27q,graphstate,qiskit,3 +422,27,624,"{'rz': 703, 'sx': 362, 'x': 42, 'measure': 13}",{'cx': 802},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_13.qasm,3341,ibm_27q,random,qiskit,3 +423,27,1093,"{'sx': 208, 'rz': 208, 'measure': 26}",{'cx': 4251},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt1_26.qasm,2962,ibm_27q,su2random,qiskit,1 +424,27,211,"{'rz': 160, 'sx': 96, 'measure': 17, 'x': 1}",{'cx': 179},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",wstate_mapped_ibm_montreal_qiskit_opt0_17.qasm,2889,ibm_27q,wstate,qiskit,0 +425,27,712,"{'rz': 555, 'sx': 98, 'measure': 17}",{'cx': 1223},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",ae_mapped_ibm_montreal_qiskit_opt0_17.qasm,3250,ibm_27q,ae,qiskit,0 +426,27,1126,"{'sx': 216, 'rz': 216, 'measure': 27}",{'cx': 4043},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt2_27.qasm,3032,ibm_27q,realamprandom,qiskit,2 +427,27,433,"{'rz': 325, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 533},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_14.qasm,3602,ibm_27q,qpeinexact,qiskit,1 +428,27,1057,"{'rz': 192, 'sx': 128, 'measure': 16}",{'cx': 3387},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_16.qasm,1326,ibm_27q,twolocalrandom,qiskit,0 +429,27,806,"{'rz': 834, 'sx': 28, 'measure': 27}",{'cx': 1895},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_27.qasm,2779,ibm_27q,qftentangled,qiskit,2 +430,27,19,"{'rz': 35, 'sx': 19, 'measure': 12}",{'cx': 22},"(1, 4); (4, 1); (4, 7); (7, 4); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_12.qasm,1627,ibm_27q,graphstate,qiskit,3 +431,27,604,"{'rz': 1370, 'sx': 768, 'measure': 18}",{'cx': 1767},"(3, 5); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_18.qasm,3622,ibm_27q,portfoliovqe,qiskit,2 +432,27,499,"{'rz': 568, 'sx': 269, 'x': 25, 'measure': 12}",{'cx': 674},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_12.qasm,2084,ibm_27q,random,qiskit,3 +433,27,1271,"{'sx': 216, 'rz': 216, 'measure': 27}",{'cx': 4629},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (17, 18); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt1_27.qasm,3204,ibm_27q,su2random,qiskit,1 +434,27,190,"{'rz': 150, 'sx': 90, 'measure': 16, 'x': 1}",{'cx': 159},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",wstate_mapped_ibm_montreal_qiskit_opt0_16.qasm,2544,ibm_27q,wstate,qiskit,0 +435,27,645,"{'rz': 498, 'sx': 92, 'measure': 16}",{'cx': 999},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",ae_mapped_ibm_montreal_qiskit_opt0_16.qasm,3680,ibm_27q,ae,qiskit,0 +436,27,998,"{'rz': 208, 'sx': 208, 'measure': 26}",{'cx': 3618},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt2_26.qasm,2268,ibm_27q,realamprandom,qiskit,2 +437,27,466,"{'rz': 371, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 627},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 22); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_15.qasm,1907,ibm_27q,qpeinexact,qiskit,1 +438,27,91,"{'rz': 74, 'sx': 43, 'measure': 21}",{'cx': 75},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt2_22.qasm,2881,ibm_27q,dj,qiskit,2 +439,27,433,"{'rz': 294, 'sx': 84, 'measure': 14}",{'cx': 863},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt1_14.qasm,1215,ibm_27q,qnn,qiskit,1 +440,27,559,"{'rz': 1007, 'sx': 566, 'measure': 22, 'x': 7}",{'cx': 970},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_22.qasm,3861,ibm_27q,qft,qiskit,3 +441,27,829,"{'rz': 911, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 1725},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt1_24.qasm,1280,ibm_27q,qpeexact,qiskit,1 +442,27,578,"{'rz': 629, 'sx': 190, 'x': 29, 'measure': 18}",{'cx': 1009},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_19.qasm,3527,ibm_27q,qpeexact,qiskit,3 +443,27,21,"{'measure': 18, 'rz': 2, 'sx': 1}",{'cx': 17},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_18.qasm,3969,ibm_27q,ghz,qiskit,3 +444,27,73,"{'measure': 25, 'rz': 2, 'sx': 1}",{'cx': 75},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_25.qasm,1333,ibm_27q,ghz,qiskit,1 +445,27,7947,"{'rz': 2785, 'sx': 671, 'measure': 21, 'x': 10}",{'cx': 7275},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt1_21.qasm,4046,ibm_27q,qwalk-v-chain,qiskit,1 +446,27,53,"{'measure': 23, 'rz': 2, 'sx': 1}",{'cx': 58},"(1, 4); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_23.qasm,2237,ibm_27q,ghz,qiskit,2 +447,27,420,"{'rz': 290, 'sx': 116, 'measure': 20, 'x': 6}",{'cx': 595},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt3_10.qasm,2072,ibm_27q,portfolioqaoa,qiskit,3 +448,27,83432,"{'rz': 39666, 'sx': 315, 'measure': 10, 'x': 1}",{'cx': 80216},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",grover-noancilla_mapped_ibm_montreal_qiskit_opt1_10.qasm,1974,ibm_27q,grover-noancilla,qiskit,1 +449,27,484,"{'rz': 475, 'sx': 19, 'measure': 19}",{'cx': 1012},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_19.qasm,1528,ibm_27q,qft,qiskit,2 +450,27,770,"{'rz': 876, 'sx': 24, 'measure': 24}",{'cx': 2685},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt0_24.qasm,3699,ibm_27q,qft,qiskit,0 +451,27,659,"{'rz': 661, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 1354},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt2_22.qasm,1557,ibm_27q,qpeexact,qiskit,2 +452,27,74,"{'rz': 110, 'sx': 55, 'measure': 11}",{'cx': 149},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qaoa_mapped_ibm_montreal_qiskit_opt0_11.qasm,3371,ibm_27q,qaoa,qiskit,0 +453,27,395,"{'rz': 228, 'sx': 72, 'measure': 12}",{'cx': 600},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qnn_mapped_ibm_montreal_qiskit_opt2_12.qasm,1238,ibm_27q,qnn,qiskit,2 +454,27,24,"{'sx': 60, 'rz': 60, 'measure': 10}",{'cx': 18},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt2_10.qasm,1036,ibm_27q,vqe,qiskit,2 +455,27,78,"{'rz': 70, 'sx': 43, 'measure': 18, 'x': 2}",{'cx': 47},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_19.qasm,1359,ibm_27q,dj,qiskit,3 +456,27,111,"{'rz': 94, 'sx': 47, 'measure': 23}",{'cx': 110},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt1_24.qasm,1347,ibm_27q,dj,qiskit,1 +457,27,869,"{'rz': 937, 'sx': 350, 'measure': 14, 'x': 4}",{'cx': 1737},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",random_mapped_ibm_montreal_qiskit_opt0_14.qasm,2041,ibm_27q,random,qiskit,0 +458,27,41,"{'sx': 36, 'rz': 18, 'measure': 10, 'x': 1}",{'cx': 18},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_10.qasm,1359,ibm_27q,wstate,qiskit,3 +459,27,600,"{'sx': 168, 'rz': 168, 'measure': 21}",{'cx': 2121},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt2_21.qasm,3410,ibm_27q,su2random,qiskit,2 +460,27,54,"{'rz': 84, 'sx': 42, 'measure': 14}",{'cx': 98},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",graphstate_mapped_ibm_montreal_qiskit_opt0_14.qasm,1784,ibm_27q,graphstate,qiskit,0 +461,27,352,"{'rz': 222, 'sx': 189, 'measure': 10, 'x': 6}",{'cx': 395},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_10.qasm,3301,ibm_27q,twolocalrandom,qiskit,3 +462,27,492,"{'rz': 653, 'sx': 22, 'measure': 21}",{'cx': 1217},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt1_21.qasm,2440,ibm_27q,qftentangled,qiskit,1 +463,27,395,"{'rz': 243, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 423},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_13.qasm,3644,ibm_27q,qpeinexact,qiskit,2 +464,27,763,"{'sx': 160, 'rz': 160, 'measure': 20}",{'cx': 2389},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_20.qasm,3675,ibm_27q,realamprandom,qiskit,1 +465,27,222,"{'rz': 190, 'sx': 90, 'measure': 10, 'x': 7}",{'cx': 151},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",ae_mapped_ibm_montreal_qiskit_opt3_10.qasm,3872,ibm_27q,ae,qiskit,3 +466,27,761,"{'rz': 961, 'sx': 344, 'x': 44, 'measure': 22}",{'cx': 1362},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_23.qasm,3377,ibm_27q,qpeexact,qiskit,3 +467,27,392,"{'rz': 585, 'sx': 198, 'measure': 18, 'x': 13}",{'cx': 759},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_18.qasm,2541,ibm_27q,qft,qiskit,3 +468,27,670,"{'rz': 923, 'sx': 25, 'measure': 25}",{'cx': 1668},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_25.qasm,2919,ibm_27q,qft,qiskit,1 +469,27,520,"{'rz': 286, 'sx': 77, 'measure': 22}",{'cx': 737},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt2_11.qasm,3384,ibm_27q,portfolioqaoa,qiskit,2 +470,27,70,"{'rz': 28, 'measure': 22, 'sx': 21, 'x': 3}",{'cx': 37},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt3_22.qasm,2522,ibm_27q,ghz,qiskit,3 +471,27,309,"{'rz': 189, 'sx': 62, 'measure': 11}",{'cx': 242},"(11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt2_11.qasm,3433,ibm_27q,ae,qiskit,2 +472,27,1318,"{'rz': 252, 'sx': 168, 'measure': 21}",{'cx': 5322},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt0_21.qasm,2763,ibm_27q,realamprandom,qiskit,0 +473,27,335,"{'rz': 246, 'sx': 72, 'measure': 11, 'x': 8}",{'cx': 313},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_12.qasm,1101,ibm_27q,qpeinexact,qiskit,3 +474,27,275,"{'sx': 88, 'rz': 88, 'measure': 11}",{'cx': 509},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_11.qasm,2147,ibm_27q,twolocalrandom,qiskit,2 +475,27,664,"{'rz': 612, 'sx': 21, 'measure': 20}",{'cx': 2055},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt0_20.qasm,2119,ibm_27q,qftentangled,qiskit,0 +476,27,27,"{'rz': 50, 'sx': 25, 'measure': 15}",{'cx': 36},"(0, 1); (1, 0); (1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (22, 25); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_15.qasm,1402,ibm_27q,graphstate,qiskit,1 +477,27,983,"{'rz': 868, 'sx': 326, 'measure': 15, 'x': 11}",{'cx': 1472},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",random_mapped_ibm_montreal_qiskit_opt1_15.qasm,1973,ibm_27q,random,qiskit,1 +478,27,45,"{'sx': 40, 'rz': 20, 'measure': 11, 'x': 1}",{'cx': 20},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_11.qasm,3685,ibm_27q,wstate,qiskit,2 +479,27,502,"{'rz': 527, 'sx': 470, 'measure': 20, 'x': 2}",{'cx': 1492},"(1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_20.qasm,3781,ibm_27q,su2random,qiskit,3 +480,27,61,"{'rz': 57, 'sx': 35, 'measure': 17}",{'cx': 49},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",dj_mapped_ibm_montreal_qiskit_opt2_18.qasm,3948,ibm_27q,dj,qiskit,2 +481,27,144,"{'rz': 98, 'sx': 49, 'measure': 24, 'x': 23}",{'cx': 240},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt0_25.qasm,1059,ibm_27q,dj,qiskit,0 +482,27,25,"{'rz': 61, 'sx': 56, 'measure': 11, 'x': 5}",{'cx': 20},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt3_11.qasm,4089,ibm_27q,vqe,qiskit,3 +483,27,394,"{'rz': 426, 'sx': 229, 'measure': 13, 'x': 3}",{'cx': 645},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_13.qasm,2195,ibm_27q,qnn,qiskit,3 +484,27,54,"{'rz': 100, 'sx': 50, 'measure': 10}",{'cx': 61},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (19, 22); (21, 18); (22, 19); (22, 25); (25, 22)",qaoa_mapped_ibm_montreal_qiskit_opt1_10.qasm,3804,ibm_27q,qaoa,qiskit,1 +485,27,830,"{'rz': 390, 'sx': 90, 'measure': 15}",{'cx': 2342},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qnn_mapped_ibm_montreal_qiskit_opt0_15.qasm,3626,ibm_27q,qnn,qiskit,0 +486,27,103,"{'rz': 86, 'sx': 55, 'measure': 22, 'x': 5}",{'cx': 64},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt3_23.qasm,1650,ibm_27q,dj,qiskit,3 +487,27,440,"{'rz': 325, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 866},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_14.qasm,1971,ibm_27q,qpeinexact,qiskit,0 +488,27,1283,"{'rz': 1191, 'sx': 997, 'x': 65, 'measure': 27}",{'cx': 3803},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt3_27.qasm,2267,ibm_27q,realamprandom,qiskit,3 +489,27,607,"{'rz': 490, 'sx': 98, 'measure': 17}",{'cx': 686},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt1_17.qasm,1641,ibm_27q,ae,qiskit,1 +490,27,582,"{'rz': 577, 'sx': 253, 'x': 16, 'measure': 13}",{'cx': 865},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_13.qasm,2277,ibm_27q,random,qiskit,2 +491,27,2513,"{'rz': 416, 'sx': 208, 'measure': 26}",{'cx': 10461},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt0_26.qasm,2096,ibm_27q,su2random,qiskit,0 +492,27,69,"{'sx': 64, 'rz': 32, 'measure': 17, 'x': 1}",{'cx': 32},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_17.qasm,2798,ibm_27q,wstate,qiskit,1 +493,27,31,"{'rz': 30, 'sx': 15, 'measure': 13}",{'cx': 16},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt2_13.qasm,1706,ibm_27q,graphstate,qiskit,2 +494,27,633,"{'rz': 136, 'sx': 136, 'measure': 17}",{'cx': 1684},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_17.qasm,4000,ibm_27q,twolocalrandom,qiskit,1 +495,27,711,"{'rz': 1108, 'sx': 339, 'x': 26, 'measure': 26}",{'cx': 1640},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt3_26.qasm,3120,ibm_27q,qftentangled,qiskit,3 +496,27,22,"{'measure': 19, 'rz': 2, 'sx': 1}",{'cx': 18},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_19.qasm,4040,ibm_27q,ghz,qiskit,2 +497,27,106,"{'measure': 24, 'rz': 2, 'sx': 1}",{'cx': 194},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt0_24.qasm,3600,ibm_27q,ghz,qiskit,0 +498,27,1153,"{'rz': 984, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 3265},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt0_25.qasm,1430,ibm_27q,qpeexact,qiskit,0 +499,27,559,"{'rz': 462, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 961},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_18.qasm,1082,ibm_27q,qpeexact,qiskit,2 +500,27,730,"{'rz': 668, 'sx': 23, 'measure': 23}",{'cx': 1424},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_23.qasm,1304,ibm_27q,qft,qiskit,2 +501,27,895,"{'rz': 1441, 'sx': 745, 'measure': 25, 'x': 7}",{'cx': 2568},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_25.qasm,2739,ibm_27q,qnn,qiskit,3 +502,27,504,"{'rz': 450, 'sx': 108, 'measure': 18}",{'cx': 1369},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt1_18.qasm,1163,ibm_27q,qnn,qiskit,1 +503,27,68,"{'rz': 50, 'sx': 25, 'x': 17, 'measure': 12}",{'cx': 108},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10)",dj_mapped_ibm_montreal_qiskit_opt0_13.qasm,1986,ibm_27q,dj,qiskit,0 +504,27,130,"{'sx': 106, 'rz': 58, 'measure': 27, 'x': 1}",{'cx': 82},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_27.qasm,3465,ibm_27q,wstate,qiskit,2 +505,27,389,"{'rz': 135, 'sx': 132, 'measure': 16, 'x': 1}",{'cx': 1050},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_16.qasm,2976,ibm_27q,su2random,qiskit,3 +506,27,1909,"{'rz': 2016, 'sx': 726, 'measure': 23, 'x': 20}",{'cx': 4166},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_23.qasm,2524,ibm_27q,random,qiskit,1 +507,27,680,"{'rz': 815, 'sx': 473, 'measure': 14}",{'cx': 1119},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_14.qasm,3584,ibm_27q,portfoliovqe,qiskit,2 +508,27,30,"{'rz': 62, 'sx': 31, 'measure': 23}",{'cx': 56},"(2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_23.qasm,3949,ibm_27q,graphstate,qiskit,1 +509,27,617,"{'rz': 394, 'sx': 17, 'measure': 16}",{'cx': 1503},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qftentangled_mapped_ibm_montreal_qiskit_opt0_16.qasm,3208,ibm_27q,qftentangled,qiskit,0 +510,27,1126,"{'sx': 216, 'rz': 216, 'measure': 27}",{'cx': 4043},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_27.qasm,2908,ibm_27q,twolocalrandom,qiskit,2 +511,27,886,"{'rz': 1002, 'sx': 324, 'x': 49, 'measure': 23}",{'cx': 1576},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_24.qasm,3823,ibm_27q,qpeinexact,qiskit,3 +512,27,581,"{'rz': 585, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1152},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_19.qasm,1270,ibm_27q,qpeinexact,qiskit,1 +513,27,1119,"{'rz': 204, 'sx': 136, 'measure': 17}",{'cx': 3753},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",realamprandom_mapped_ibm_montreal_qiskit_opt0_17.qasm,3314,ibm_27q,realamprandom,qiskit,0 +514,27,1008,"{'rz': 1003, 'sx': 158, 'measure': 27}",{'cx': 1899},"(0, 1); (1, 0); (1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt2_27.qasm,2108,ibm_27q,ae,qiskit,2 +515,27,17,"{'measure': 14, 'rz': 2, 'sx': 1}",{'cx': 13},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_14.qasm,3092,ibm_27q,ghz,qiskit,3 +516,27,356,"{'rz': 246, 'sx': 13, 'measure': 13}",{'cx': 450},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt1_13.qasm,3720,ibm_27q,qft,qiskit,1 +517,27,416,"{'rz': 377, 'sx': 110, 'x': 15, 'measure': 14}",{'cx': 566},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qpeexact_mapped_ibm_montreal_qiskit_opt3_15.qasm,2786,ibm_27q,qpeexact,qiskit,3 +518,27,362,"{'rz': 307, 'sx': 15, 'measure': 15}",{'cx': 594},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_15.qasm,3706,ibm_27q,qft,qiskit,2 +519,27,322,"{'rz': 276, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 647},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeexact_mapped_ibm_montreal_qiskit_opt0_13.qasm,1024,ibm_27q,qpeexact,qiskit,0 +520,27,7051,"{'rz': 3608, 'sx': 205, 'measure': 11, 'x': 1}",{'cx': 6899},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18)",grover-v-chain_mapped_ibm_montreal_qiskit_opt2_11.qasm,2319,ibm_27q,grover-v-chain,qiskit,2 +521,27,52,"{'measure': 12, 'rz': 2, 'sx': 1}",{'cx': 95},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ghz_mapped_ibm_montreal_qiskit_opt0_12.qasm,1254,ibm_27q,ghz,qiskit,0 +522,27,221,"{'rz': 165, 'sx': 59, 'measure': 10, 'x': 5}",{'cx': 231},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qftentangled_mapped_ibm_montreal_qiskit_opt3_10.qasm,3414,ibm_27q,qftentangled,qiskit,3 +523,27,546,"{'rz': 168, 'sx': 168, 'measure': 21}",{'cx': 2416},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_21.qasm,1735,ibm_27q,twolocalrandom,qiskit,1 +524,27,670,"{'rz': 583, 'sx': 351, 'measure': 12}",{'cx': 807},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_12.qasm,2173,ibm_27q,portfoliovqe,qiskit,1 +525,27,35,"{'rz': 74, 'sx': 37, 'measure': 25}",{'cx': 67},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_25.qasm,2409,ibm_27q,graphstate,qiskit,2 +526,27,68,"{'rz': 108, 'sx': 54, 'measure': 18}",{'cx': 171},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",graphstate_mapped_ibm_montreal_qiskit_opt0_18.qasm,4093,ibm_27q,graphstate,qiskit,0 +527,27,329,"{'rz': 160, 'sx': 80, 'measure': 10}",{'cx': 819},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",su2random_mapped_ibm_montreal_qiskit_opt0_10.qasm,3579,ibm_27q,su2random,qiskit,0 +528,27,85,"{'sx': 80, 'rz': 40, 'measure': 21, 'x': 1}",{'cx': 40},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_21.qasm,1195,ibm_27q,wstate,qiskit,1 +529,27,1516,"{'rz': 1490, 'sx': 541, 'measure': 18, 'x': 7}",{'cx': 3455},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",random_mapped_ibm_montreal_qiskit_opt0_18.qasm,1830,ibm_27q,random,qiskit,0 +530,27,2096,"{'rz': 2172, 'sx': 920, 'x': 41, 'measure': 25}",{'cx': 4726},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt2_25.qasm,2761,ibm_27q,random,qiskit,2 +531,27,810,"{'rz': 732, 'sx': 122, 'measure': 21}",{'cx': 1182},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt1_21.qasm,3611,ibm_27q,ae,qiskit,1 +532,27,430,"{'rz': 228, 'sx': 202, 'measure': 11, 'x': 9}",{'cx': 518},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt3_11.qasm,2106,ibm_27q,realamprandom,qiskit,3 +533,27,962,"{'rz': 777, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 2442},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_22.qasm,3329,ibm_27q,qpeinexact,qiskit,0 +534,27,56,"{'rz': 54, 'sx': 33, 'measure': 14, 'x': 1}",{'cx': 33},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_15.qasm,1102,ibm_27q,dj,qiskit,3 +535,27,2007,"{'rz': 782, 'sx': 138, 'measure': 23}",{'cx': 7352},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt0_23.qasm,3410,ibm_27q,qnn,qiskit,0 +536,27,5161,"{'rz': 1841, 'sx': 439, 'measure': 17, 'x': 10}",{'cx': 4581},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt1_17.qasm,1450,ibm_27q,qwalk-v-chain,qiskit,1 +537,27,16,"{'measure': 13, 'rz': 2, 'sx': 1}",{'cx': 12},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_13.qasm,4076,ibm_27q,ghz,qiskit,1 +538,27,365,"{'rz': 239, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 391},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qpeexact_mapped_ibm_montreal_qiskit_opt1_12.qasm,2485,ibm_27q,qpeexact,qiskit,1 +539,27,288,"{'rz': 328, 'sx': 106, 'measure': 14, 'x': 5}",{'cx': 445},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_14.qasm,1789,ibm_27q,qft,qiskit,3 +540,27,746,"{'rz': 638, 'sx': 132, 'measure': 22}",{'cx': 2117},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt1_22.qasm,2168,ibm_27q,qnn,qiskit,1 +541,27,50,"{'rz': 44, 'sx': 27, 'measure': 13}",{'cx': 33},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21)",dj_mapped_ibm_montreal_qiskit_opt2_14.qasm,1776,ibm_27q,dj,qiskit,2 +542,27,773,"{'rz': 847, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 1556},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_23.qasm,2604,ibm_27q,qpeinexact,qiskit,1 +543,27,225,"{'rz': 80, 'sx': 80, 'measure': 10}",{'cx': 394},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",realamprandom_mapped_ibm_montreal_qiskit_opt2_10.qasm,1211,ibm_27q,realamprandom,qiskit,2 +544,27,79315,"{'rz': 36727, 'sx': 149, 'measure': 11, 'x': 10}",{'cx': 72498},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt2_11.qasm,2563,ibm_27q,qwalk-noancilla,qiskit,2 +545,27,902,"{'rz': 744, 'sx': 116, 'measure': 20}",{'cx': 1685},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16)",ae_mapped_ibm_montreal_qiskit_opt0_20.qasm,3549,ibm_27q,ae,qiskit,0 +546,27,355,"{'sx': 88, 'rz': 88, 'measure': 11}",{'cx': 632},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt1_11.qasm,2466,ibm_27q,su2random,qiskit,1 +547,27,244,"{'rz': 190, 'sx': 114, 'measure': 20, 'x': 1}",{'cx': 224},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt0_20.qasm,2986,ibm_27q,wstate,qiskit,0 +548,27,1473,"{'rz': 1248, 'sx': 498, 'x': 23, 'measure': 19}",{'cx': 2516},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt1_19.qasm,1435,ibm_27q,random,qiskit,1 +549,27,2378,"{'rz': 2649, 'sx': 1268, 'x': 129, 'measure': 24}",{'cx': 4675},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_24.qasm,2168,ibm_27q,random,qiskit,3 +550,27,869,"{'rz': 1092, 'sx': 572, 'measure': 13}",{'cx': 1755},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_13.qasm,3074,ibm_27q,portfoliovqe,qiskit,0 +551,27,46,"{'rz': 67, 'sx': 36, 'measure': 24}",{'cx': 47},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 22); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt3_24.qasm,1343,ibm_27q,graphstate,qiskit,3 +552,27,31,"{'rz': 54, 'sx': 27, 'measure': 19}",{'cx': 43},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_19.qasm,2985,ibm_27q,graphstate,qiskit,1 +553,27,213,"{'rz': 157, 'sx': 12, 'measure': 11}",{'cx': 315},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qftentangled_mapped_ibm_montreal_qiskit_opt2_11.qasm,3000,ibm_27q,qftentangled,qiskit,2 +554,27,1352,"{'rz': 240, 'sx': 160, 'measure': 20}",{'cx': 5064},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_20.qasm,2058,ibm_27q,twolocalrandom,qiskit,0 +555,27,939,"{'rz': 1088, 'sx': 362, 'x': 27, 'measure': 26}",{'cx': 1526},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt3_26.qasm,1819,ibm_27q,ae,qiskit,3 +556,27,547,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1466},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt1_16.qasm,2218,ibm_27q,realamprandom,qiskit,1 +557,27,930,"{'rz': 836, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 1788},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_25.qasm,1982,ibm_27q,qpeinexact,qiskit,2 +558,27,629,"{'rz': 527, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 1461},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_18.qasm,3899,ibm_27q,qpeinexact,qiskit,0 +559,27,381,"{'rz': 427, 'sx': 18, 'measure': 17}",{'cx': 777},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_17.qasm,3726,ibm_27q,qftentangled,qiskit,1 +560,27,1215,"{'rz': 873, 'sx': 700, 'x': 37, 'measure': 26}",{'cx': 3472},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_26.qasm,1179,ibm_27q,twolocalrandom,qiskit,3 +561,27,99,"{'rz': 132, 'sx': 66, 'measure': 22}",{'cx': 235},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18)",graphstate_mapped_ibm_montreal_qiskit_opt0_22.qasm,1825,ibm_27q,graphstate,qiskit,0 +562,27,120,"{'sx': 100, 'rz': 50, 'measure': 26, 'x': 1}",{'cx': 65},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_26.qasm,1135,ibm_27q,wstate,qiskit,3 +563,27,633,"{'sx': 136, 'rz': 136, 'measure': 17}",{'cx': 1537},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt2_17.qasm,1795,ibm_27q,su2random,qiskit,2 +564,27,2211,"{'rz': 2238, 'sx': 788, 'measure': 22, 'x': 6}",{'cx': 5845},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt0_22.qasm,1303,ibm_27q,random,qiskit,0 +565,27,45,"{'rz': 46, 'sx': 23, 'measure': 11}",{'cx': 32},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",dj_mapped_ibm_montreal_qiskit_opt1_12.qasm,1903,ibm_27q,dj,qiskit,1 +566,27,819,"{'rz': 744, 'sx': 144, 'measure': 24}",{'cx': 2510},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_24.qasm,4096,ibm_27q,qnn,qiskit,2 +567,27,1611,"{'rz': 570, 'sx': 114, 'measure': 19}",{'cx': 5076},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qnn_mapped_ibm_montreal_qiskit_opt0_19.qasm,1671,ibm_27q,qnn,qiskit,0 +568,27,371,"{'rz': 268, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 518},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qpeexact_mapped_ibm_montreal_qiskit_opt2_14.qasm,2690,ibm_27q,qpeexact,qiskit,2 +569,27,254,"{'rz': 222, 'sx': 12, 'measure': 12}",{'cx': 588},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qft_mapped_ibm_montreal_qiskit_opt0_12.qasm,1420,ibm_27q,qft,qiskit,0 +570,27,2042,"{'rz': 780, 'sx': 181, 'measure': 11, 'x': 10}",{'cx': 1842},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt2_11.qasm,3575,ibm_27q,qwalk-v-chain,qiskit,2 +571,27,18,"{'measure': 15, 'rz': 2, 'sx': 1}",{'cx': 14},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_15.qasm,2964,ibm_27q,ghz,qiskit,2 +572,27,63,"{'rz': 38, 'sx': 19, 'x': 13, 'measure': 9}",{'cx': 81},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 9); (9, 8)",dj_mapped_ibm_montreal_qiskit_opt0_10.qasm,2674,ibm_27q,dj,qiskit,0 +573,27,930,"{'rz': 1666, 'sx': 878, 'measure': 26, 'x': 12}",{'cx': 2746},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (9, 8); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_26.qasm,3110,ibm_27q,qnn,qiskit,3 +574,27,864,"{'rz': 826, 'sx': 140, 'measure': 24}",{'cx': 1455},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt2_24.qasm,1845,ibm_27q,ae,qiskit,2 +575,27,866,"{'rz': 678, 'sx': 110, 'measure': 19}",{'cx': 1545},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",ae_mapped_ibm_montreal_qiskit_opt0_19.qasm,2090,ibm_27q,ae,qiskit,0 +576,27,891,"{'rz': 1145, 'sx': 292, 'x': 40, 'measure': 26}",{'cx': 1936},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_27.qasm,1171,ibm_27q,qpeinexact,qiskit,3 +577,27,675,"{'rz': 168, 'sx': 112, 'measure': 14}",{'cx': 2106},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",realamprandom_mapped_ibm_montreal_qiskit_opt0_14.qasm,3863,ibm_27q,realamprandom,qiskit,0 +578,27,828,"{'rz': 1184, 'sx': 673, 'measure': 17}",{'cx': 1671},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_17.qasm,1767,ibm_27q,portfoliovqe,qiskit,2 +579,27,17,"{'rz': 40, 'sx': 20, 'measure': 20}",{'cx': 20},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_20.qasm,2969,ibm_27q,graphstate,qiskit,1 +580,27,442,"{'rz': 347, 'sx': 16, 'measure': 15}",{'cx': 1139},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qftentangled_mapped_ibm_montreal_qiskit_opt0_15.qasm,3226,ibm_27q,qftentangled,qiskit,0 +581,27,896,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 2999},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_24.qasm,3331,ibm_27q,twolocalrandom,qiskit,2 +582,27,1527,"{'rz': 228, 'sx': 152, 'measure': 19}",{'cx': 5046},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_19.qasm,3667,ibm_27q,twolocalrandom,qiskit,0 +583,27,223,"{'rz': 180, 'sx': 108, 'measure': 19, 'x': 1}",{'cx': 183},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",wstate_mapped_ibm_montreal_qiskit_opt0_19.qasm,1973,ibm_27q,wstate,qiskit,0 +584,27,536,"{'rz': 470, 'sx': 378, 'measure': 15, 'x': 6}",{'cx': 999},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_15.qasm,2640,ibm_27q,su2random,qiskit,3 +585,27,131,"{'sx': 96, 'rz': 58, 'measure': 24, 'x': 1}",{'cx': 102},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_24.qasm,2432,ibm_27q,wstate,qiskit,2 +586,27,1538,"{'rz': 1472, 'sx': 558, 'measure': 20, 'x': 19}",{'cx': 2995},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_20.qasm,2651,ibm_27q,random,qiskit,1 +587,27,3048,"{'rz': 1445, 'sx': 628, 'x': 32, 'measure': 13}",{'cx': 2322},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt3_13.qasm,2960,ibm_27q,qwalk-v-chain,qiskit,3 +588,27,20,"{'measure': 17, 'rz': 2, 'sx': 1}",{'cx': 16},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_17.qasm,1728,ibm_27q,ghz,qiskit,3 +589,27,516,"{'rz': 458, 'sx': 154, 'x': 23, 'measure': 15}",{'cx': 660},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_16.qasm,1967,ibm_27q,qpeexact,qiskit,3 +590,27,218,"{'rz': 145, 'sx': 10, 'measure': 10}",{'cx': 252},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15)",qft_mapped_ibm_montreal_qiskit_opt1_10.qasm,3992,ibm_27q,qft,qiskit,1 +591,27,217,"{'rz': 165, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 335},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeexact_mapped_ibm_montreal_qiskit_opt0_10.qasm,4080,ibm_27q,qpeexact,qiskit,0 +592,27,396,"{'rz': 337, 'sx': 16, 'measure': 16}",{'cx': 705},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_16.qasm,2799,ibm_27q,qft,qiskit,2 +593,27,5358,"{'rz': 2484, 'sx': 591, 'x': 48, 'measure': 15}",{'cx': 5487},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt0_15.qasm,2415,ibm_27q,qwalk-v-chain,qiskit,0 +594,27,53,"{'measure': 11, 'rz': 2, 'sx': 1}",{'cx': 91},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ghz_mapped_ibm_montreal_qiskit_opt0_11.qasm,2240,ibm_27q,ghz,qiskit,0 +595,27,409,"{'rz': 445, 'sx': 381, 'measure': 12, 'x': 5}",{'cx': 541},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_12.qasm,1114,ibm_27q,realamprandom,qiskit,3 +596,27,904,"{'rz': 710, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 2172},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_21.qasm,2225,ibm_27q,qpeinexact,qiskit,0 +597,27,852,"{'rz': 800, 'sx': 128, 'measure': 22}",{'cx': 1221},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt1_22.qasm,4081,ibm_27q,ae,qiskit,1 +598,27,110,"{'sx': 85, 'rz': 45, 'measure': 22, 'x': 1}",{'cx': 70},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_22.qasm,1953,ibm_27q,wstate,qiskit,1 +599,27,466,"{'rz': 208, 'sx': 104, 'measure': 13}",{'cx': 1581},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",su2random_mapped_ibm_montreal_qiskit_opt0_13.qasm,3578,ibm_27q,su2random,qiskit,0 +600,27,2415,"{'rz': 2410, 'sx': 989, 'x': 45, 'measure': 26}",{'cx': 5753},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_26.qasm,2334,ibm_27q,random,qiskit,2 +601,27,305,"{'rz': 283, 'sx': 90, 'measure': 13, 'x': 8}",{'cx': 424},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_13.qasm,2412,ibm_27q,qftentangled,qiskit,3 +602,27,881,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 3160},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_22.qasm,2674,ibm_27q,twolocalrandom,qiskit,1 +603,27,535,"{'rz': 567, 'sx': 333, 'measure': 11}",{'cx': 678},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_11.qasm,3382,ibm_27q,portfoliovqe,qiskit,1 +604,27,64,"{'rz': 84, 'sx': 42, 'measure': 26}",{'cx': 77},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_26.qasm,4081,ibm_27q,graphstate,qiskit,2 +605,27,1390,"{'rz': 620, 'sx': 120, 'measure': 20}",{'cx': 4577},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt0_20.qasm,1635,ibm_27q,qnn,qiskit,0 +606,27,61,"{'rz': 55, 'sx': 39, 'measure': 15, 'x': 4}",{'cx': 30},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",dj_mapped_ibm_montreal_qiskit_opt3_16.qasm,3156,ibm_27q,dj,qiskit,3 +607,27,13,"{'measure': 10, 'rz': 2, 'sx': 1}",{'cx': 9},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_10.qasm,2916,ibm_27q,ghz,qiskit,1 +608,27,446,"{'rz': 459, 'sx': 125, 'measure': 17, 'x': 3}",{'cx': 692},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qft_mapped_ibm_montreal_qiskit_opt3_17.qasm,1334,ibm_27q,qft,qiskit,3 +609,27,292,"{'rz': 205, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 299},"(8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt1_11.qasm,2967,ibm_27q,qpeexact,qiskit,1 +610,27,76,"{'rz': 57, 'sx': 33, 'measure': 16}",{'cx': 58},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt2_17.qasm,2298,ibm_27q,dj,qiskit,2 +611,27,712,"{'rz': 588, 'sx': 126, 'measure': 21}",{'cx': 1997},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (25, 22)",qnn_mapped_ibm_montreal_qiskit_opt1_21.qasm,1920,ibm_27q,qnn,qiskit,1 +612,27,512,"{'rz': 660, 'sx': 350, 'measure': 10}",{'cx': 795},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_10.qasm,3962,ibm_27q,portfoliovqe,qiskit,0 +613,27,39,"{'rz': 98, 'sx': 51, 'measure': 27}",{'cx': 71},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt3_27.qasm,3223,ibm_27q,graphstate,qiskit,3 +614,27,275,"{'rz': 187, 'sx': 13, 'measure': 12}",{'cx': 398},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_12.qasm,2609,ibm_27q,qftentangled,qiskit,2 +615,27,1764,"{'rz': 276, 'sx': 184, 'measure': 23}",{'cx': 7299},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_23.qasm,1395,ibm_27q,twolocalrandom,qiskit,0 +616,27,283,"{'rz': 220, 'sx': 132, 'measure': 23, 'x': 1}",{'cx': 266},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt0_23.qasm,1043,ibm_27q,wstate,qiskit,0 +617,27,413,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 796},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt1_12.qasm,1723,ibm_27q,su2random,qiskit,1 +618,27,1003,"{'rz': 960, 'sx': 134, 'measure': 23}",{'cx': 2273},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt0_23.qasm,1671,ibm_27q,ae,qiskit,0 +619,27,658,"{'rz': 645, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 1250},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_20.qasm,3579,ibm_27q,qpeinexact,qiskit,1 +620,27,448,"{'rz': 104, 'sx': 104, 'measure': 13}",{'cx': 852},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt2_13.qasm,1395,ibm_27q,realamprandom,qiskit,2 +621,27,73,"{'sx': 68, 'rz': 34, 'measure': 18, 'x': 1}",{'cx': 34},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_18.qasm,3543,ibm_27q,wstate,qiskit,1 +622,27,574,"{'sx': 112, 'rz': 112, 'measure': 14}",{'cx': 1081},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt2_14.qasm,1875,ibm_27q,su2random,qiskit,2 +623,27,113,"{'sx': 96, 'rz': 48, 'measure': 25, 'x': 1}",{'cx': 60},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_25.qasm,1081,ibm_27q,wstate,qiskit,3 +624,27,2136,"{'rz': 2036, 'sx': 719, 'measure': 21, 'x': 10}",{'cx': 5463},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt0_21.qasm,3433,ibm_27q,random,qiskit,0 +625,27,313,"{'rz': 288, 'sx': 15, 'measure': 14}",{'cx': 531},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qftentangled_mapped_ibm_montreal_qiskit_opt1_14.qasm,3350,ibm_27q,qftentangled,qiskit,1 +626,27,1170,"{'rz': 1282, 'sx': 1070, 'x': 29, 'measure': 25}",{'cx': 3124},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_25.qasm,1843,ibm_27q,twolocalrandom,qiskit,3 +627,27,688,"{'sx': 144, 'rz': 144, 'measure': 18}",{'cx': 2144},"(3, 5); (5, 3); (5, 8); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_18.qasm,3803,ibm_27q,twolocalrandom,qiskit,1 +628,27,93,"{'rz': 126, 'sx': 63, 'measure': 21}",{'cx': 189},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (20, 19)",graphstate_mapped_ibm_montreal_qiskit_opt0_21.qasm,1135,ibm_27q,graphstate,qiskit,0 +629,27,484,"{'rz': 120, 'sx': 120, 'measure': 15}",{'cx': 1264},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt1_15.qasm,1411,ibm_27q,realamprandom,qiskit,1 +630,27,791,"{'rz': 885, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 1965},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_26.qasm,2030,ibm_27q,qpeinexact,qiskit,2 +631,27,818,"{'rz': 1078, 'sx': 416, 'x': 51, 'measure': 25}",{'cx': 1384},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt3_25.qasm,3665,ibm_27q,ae,qiskit,3 +632,27,647,"{'rz': 546, 'sx': 104, 'measure': 18}",{'cx': 819},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt1_18.qasm,2639,ibm_27q,ae,qiskit,1 +633,27,1142,"{'rz': 918, 'sx': 162, 'measure': 27}",{'cx': 3400},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt2_27.qasm,3020,ibm_27q,qnn,qiskit,2 +634,27,48,"{'rz': 42, 'sx': 21, 'measure': 10}",{'cx': 34},"(5, 8); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18)",dj_mapped_ibm_montreal_qiskit_opt1_11.qasm,4073,ibm_27q,dj,qiskit,1 +635,27,229,"{'rz': 187, 'sx': 11, 'measure': 11}",{'cx': 536},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qft_mapped_ibm_montreal_qiskit_opt0_11.qasm,2066,ibm_27q,qft,qiskit,0 +636,27,518,"{'rz': 422, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 833},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_17.qasm,1913,ibm_27q,qpeexact,qiskit,2 +637,27,19,"{'measure': 16, 'rz': 2, 'sx': 1}",{'cx': 15},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_16.qasm,3239,ibm_27q,ghz,qiskit,2 +638,27,1289,"{'rz': 216, 'sx': 144, 'measure': 18}",{'cx': 4305},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",realamprandom_mapped_ibm_montreal_qiskit_opt0_18.qasm,1744,ibm_27q,realamprandom,qiskit,0 +639,27,891,"{'rz': 200, 'sx': 200, 'measure': 25}",{'cx': 3215},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt2_25.qasm,3741,ibm_27q,realamprandom,qiskit,2 +640,27,568,"{'rz': 419, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 714},"(5, 8); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_16.qasm,3896,ibm_27q,qpeinexact,qiskit,1 +641,27,585,"{'rz': 444, 'sx': 86, 'measure': 15}",{'cx': 894},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ae_mapped_ibm_montreal_qiskit_opt0_15.qasm,1071,ibm_27q,ae,qiskit,0 +642,27,470,"{'rz': 448, 'sx': 225, 'x': 30, 'measure': 11}",{'cx': 514},"(8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_11.qasm,2857,ibm_27q,random,qiskit,3 +643,27,484,"{'rz': 594, 'sx': 517, 'measure': 19, 'x': 4}",{'cx': 1302},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_19.qasm,2090,ibm_27q,su2random,qiskit,3 +644,27,175,"{'rz': 140, 'sx': 84, 'measure': 15, 'x': 1}",{'cx': 145},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",wstate_mapped_ibm_montreal_qiskit_opt0_15.qasm,1278,ibm_27q,wstate,qiskit,0 +645,27,1113,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 3730},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt1_24.qasm,1172,ibm_27q,su2random,qiskit,1 +646,27,825,"{'rz': 180, 'sx': 120, 'measure': 15}",{'cx': 2508},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_15.qasm,3376,ibm_27q,twolocalrandom,qiskit,0 +647,27,810,"{'rz': 553, 'sx': 20, 'measure': 19}",{'cx': 1911},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qftentangled_mapped_ibm_montreal_qiskit_opt0_19.qasm,2162,ibm_27q,qftentangled,qiskit,0 +648,27,605,"{'rz': 716, 'sx': 25, 'measure': 24}",{'cx': 1532},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt2_24.qasm,1309,ibm_27q,qftentangled,qiskit,2 +649,27,26,"{'rz': 37, 'sx': 21, 'measure': 11, 'x': 1}",{'cx': 27},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_11.qasm,1257,ibm_27q,graphstate,qiskit,3 +650,27,480,"{'rz': 408, 'sx': 102, 'measure': 17}",{'cx': 1284},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt1_17.qasm,2032,ibm_27q,qnn,qiskit,1 +651,27,90,"{'rz': 72, 'sx': 41, 'measure': 20}",{'cx': 71},"(4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt2_21.qasm,1936,ibm_27q,dj,qiskit,2 +652,27,42,"{'rz': 134, 'sx': 70, 'measure': 14}",{'cx': 89},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qaoa_mapped_ibm_montreal_qiskit_opt3_14.qasm,2531,ibm_27q,qaoa,qiskit,3 +653,27,976,"{'rz': 1157, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 2208},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt1_27.qasm,2015,ibm_27q,qpeexact,qiskit,1 +654,27,448,"{'rz': 929, 'sx': 545, 'measure': 21, 'x': 15}",{'cx': 896},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_21.qasm,2839,ibm_27q,qft,qiskit,3 +655,27,74,"{'measure': 26, 'rz': 2, 'sx': 1}",{'cx': 70},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_26.qasm,2509,ibm_27q,ghz,qiskit,1 +656,27,9153,"{'rz': 4056, 'sx': 975, 'x': 60, 'measure': 19}",{'cx': 9699},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt0_19.qasm,1636,ibm_27q,qwalk-v-chain,qiskit,0 +657,27,645,"{'rz': 518, 'sx': 210, 'measure': 26, 'x': 5}",{'cx': 1063},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt3_13.qasm,2142,ibm_27q,portfolioqaoa,qiskit,3 +658,27,23,"{'measure': 20, 'rz': 2, 'sx': 1}",{'cx': 19},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_20.qasm,1441,ibm_27q,ghz,qiskit,2 +659,27,728,"{'rz': 628, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 1332},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_21.qasm,3915,ibm_27q,qpeexact,qiskit,2 +660,27,1242,"{'rz': 1107, 'sx': 27, 'measure': 27}",{'cx': 3840},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt0_27.qasm,3219,ibm_27q,qft,qiskit,0 +661,27,27,"{'rz': 73, 'sx': 70, 'measure': 13, 'x': 4}",{'cx': 24},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt2_13.qasm,2734,ibm_27q,vqe,qiskit,2 +662,27,130,"{'rz': 106, 'sx': 53, 'measure': 26}",{'cx': 125},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt1_27.qasm,1396,ibm_27q,dj,qiskit,1 +663,27,358,"{'rz': 198, 'sx': 66, 'measure': 11}",{'cx': 511},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",qnn_mapped_ibm_montreal_qiskit_opt2_11.qasm,2510,ibm_27q,qnn,qiskit,2 +664,27,100,"{'rz': 120, 'sx': 60, 'measure': 12}",{'cx': 189},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qaoa_mapped_ibm_montreal_qiskit_opt0_12.qasm,1787,ibm_27q,qaoa,qiskit,0 +665,27,350,"{'rz': 287, 'sx': 103, 'measure': 13, 'x': 10}",{'cx': 319},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt3_13.qasm,3719,ibm_27q,ae,qiskit,3 +666,27,225,"{'rz': 145, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 240},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_10.qasm,3689,ibm_27q,qpeinexact,qiskit,2 +667,27,915,"{'rz': 184, 'sx': 184, 'measure': 23}",{'cx': 3369},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_23.qasm,1490,ibm_27q,realamprandom,qiskit,1 +668,27,66,"{'rz': 102, 'sx': 51, 'measure': 17}",{'cx': 134},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",graphstate_mapped_ibm_montreal_qiskit_opt0_17.qasm,3465,ibm_27q,graphstate,qiskit,0 +669,27,504,"{'rz': 337, 'sx': 280, 'measure': 13, 'x': 10}",{'cx': 802},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_13.qasm,3316,ibm_27q,twolocalrandom,qiskit,3 +670,27,592,"{'rz': 715, 'sx': 23, 'measure': 22}",{'cx': 1422},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt1_22.qasm,2978,ibm_27q,qftentangled,qiskit,1 +671,27,1310,"{'rz': 1297, 'sx': 485, 'measure': 17, 'x': 8}",{'cx': 2596},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",random_mapped_ibm_montreal_qiskit_opt0_17.qasm,3896,ibm_27q,random,qiskit,0 +672,27,772,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 2440},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt2_22.qasm,1615,ibm_27q,su2random,qiskit,2 +673,27,53,"{'sx': 48, 'rz': 24, 'measure': 13, 'x': 1}",{'cx': 24},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_13.qasm,2230,ibm_27q,wstate,qiskit,3 +674,27,848,"{'rz': 1000, 'sx': 26, 'measure': 26}",{'cx': 1907},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt1_26.qasm,2395,ibm_27q,qft,qiskit,1 +675,27,655,"{'rz': 714, 'sx': 251, 'x': 29, 'measure': 19}",{'cx': 1050},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_20.qasm,4080,ibm_27q,qpeexact,qiskit,3 +676,27,24,"{'measure': 21, 'rz': 2, 'sx': 1}",{'cx': 20},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_21.qasm,1667,ibm_27q,ghz,qiskit,3 +677,27,637,"{'rz': 330, 'sx': 84, 'measure': 24}",{'cx': 955},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt2_12.qasm,2617,ibm_27q,portfolioqaoa,qiskit,2 +678,27,1075,"{'rz': 1004, 'sx': 360, 'measure': 16, 'x': 10}",{'cx': 1732},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt1_16.qasm,2017,ibm_27q,random,qiskit,1 +679,27,804,"{'rz': 1106, 'sx': 963, 'x': 25, 'measure': 23}",{'cx': 2223},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt3_23.qasm,1150,ibm_27q,su2random,qiskit,3 +680,27,49,"{'sx': 44, 'rz': 22, 'measure': 12, 'x': 1}",{'cx': 22},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_12.qasm,1691,ibm_27q,wstate,qiskit,2 +681,27,365,"{'rz': 96, 'sx': 96, 'measure': 12}",{'cx': 656},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_12.qasm,1598,ibm_27q,twolocalrandom,qiskit,2 +682,27,847,"{'rz': 807, 'sx': 24, 'measure': 23}",{'cx': 2715},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt0_23.qasm,2654,ibm_27q,qftentangled,qiskit,0 +683,27,33,"{'rz': 60, 'sx': 30, 'measure': 16}",{'cx': 40},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (7, 4); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (19, 20); (19, 22); (20, 19); (22, 19)",graphstate_mapped_ibm_montreal_qiskit_opt1_16.qasm,3818,ibm_27q,graphstate,qiskit,1 +684,27,1748,"{'rz': 264, 'sx': 176, 'measure': 22}",{'cx': 6621},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt0_22.qasm,2991,ibm_27q,realamprandom,qiskit,0 +685,27,302,"{'rz': 203, 'sx': 60, 'measure': 10, 'x': 9}",{'cx': 259},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_11.qasm,3543,ibm_27q,qpeinexact,qiskit,3 +686,27,312,"{'rz': 226, 'sx': 68, 'measure': 12}",{'cx': 318},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",ae_mapped_ibm_montreal_qiskit_opt2_12.qasm,3246,ibm_27q,ae,qiskit,2 +687,27,44,"{'rz': 130, 'sx': 65, 'measure': 13}",{'cx': 58},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt1_13.qasm,1815,ibm_27q,qaoa,qiskit,1 +688,27,314,"{'rz': 237, 'sx': 116, 'measure': 10, 'x': 3}",{'cx': 387},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qnn_mapped_ibm_montreal_qiskit_opt3_10.qasm,2535,ibm_27q,qnn,qiskit,3 +689,27,164,"{'rz': 102, 'sx': 51, 'x': 25, 'measure': 25}",{'cx': 268},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt0_26.qasm,3149,ibm_27q,dj,qiskit,0 +690,27,26,"{'rz': 70, 'sx': 70, 'measure': 12, 'x': 1}",{'cx': 22},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",vqe_mapped_ibm_montreal_qiskit_opt3_12.qasm,2959,ibm_27q,vqe,qiskit,3 +691,27,105,"{'rz': 126, 'sx': 84, 'measure': 14}",{'cx': 161},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",vqe_mapped_ibm_montreal_qiskit_opt0_14.qasm,3227,ibm_27q,vqe,qiskit,0 +692,27,79,"{'rz': 68, 'sx': 45, 'measure': 19, 'x': 3}",{'cx': 48},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_20.qasm,3106,ibm_27q,dj,qiskit,3 +693,27,937,"{'rz': 432, 'sx': 96, 'measure': 16}",{'cx': 2670},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qnn_mapped_ibm_montreal_qiskit_opt0_16.qasm,1736,ibm_27q,qnn,qiskit,0 +694,27,23,"{'rz': 20, 'sx': 10, 'measure': 10}",{'cx': 22},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",graphstate_mapped_ibm_montreal_qiskit_opt2_10.qasm,1617,ibm_27q,graphstate,qiskit,2 +695,27,561,"{'rz': 112, 'sx': 112, 'measure': 14}",{'cx': 1232},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_14.qasm,1136,ibm_27q,twolocalrandom,qiskit,1 +696,27,349,"{'rz': 479, 'sx': 19, 'measure': 18}",{'cx': 887},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt1_18.qasm,3165,ibm_27q,qftentangled,qiskit,1 +697,27,599,"{'rz': 948, 'sx': 170, 'measure': 25, 'x': 14}",{'cx': 1544},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt3_25.qasm,3337,ibm_27q,qftentangled,qiskit,3 +698,27,303,"{'rz': 260, 'sx': 114, 'measure': 10, 'x': 7}",{'cx': 366},"(8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",random_mapped_ibm_montreal_qiskit_opt2_10.qasm,2146,ibm_27q,random,qiskit,2 +699,27,474,"{'sx': 144, 'rz': 144, 'measure': 18}",{'cx': 1441},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt2_18.qasm,1183,ibm_27q,su2random,qiskit,2 +700,27,57,"{'sx': 52, 'rz': 26, 'measure': 14, 'x': 1}",{'cx': 26},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_14.qasm,1649,ibm_27q,wstate,qiskit,1 +701,27,2282,"{'rz': 400, 'sx': 200, 'measure': 25}",{'cx': 9435},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt0_25.qasm,1697,ibm_27q,su2random,qiskit,0 +702,27,469,"{'rz': 340, 'sx': 80, 'measure': 14}",{'cx': 440},"(3, 5); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",ae_mapped_ibm_montreal_qiskit_opt1_14.qasm,3541,ibm_27q,ae,qiskit,1 +703,27,690,"{'rz': 472, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 1433},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_17.qasm,3536,ibm_27q,qpeinexact,qiskit,0 +704,27,436,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1886},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt1_19.qasm,3598,ibm_27q,realamprandom,qiskit,1 +705,27,1114,"{'rz': 1080, 'sx': 872, 'x': 40, 'measure': 24}",{'cx': 2863},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_24.qasm,2222,ibm_27q,realamprandom,qiskit,3 +706,27,716,"{'rz': 427, 'sx': 98, 'measure': 28}",{'cx': 1445},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt1_14.qasm,2758,ibm_27q,portfolioqaoa,qiskit,1 +707,27,109,"{'measure': 27, 'rz': 2, 'sx': 1}",{'cx': 197},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt0_27.qasm,2174,ibm_27q,ghz,qiskit,0 +708,27,430,"{'rz': 545, 'sx': 20, 'measure': 20}",{'cx': 1058},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt2_20.qasm,1277,ibm_27q,qft,qiskit,2 +709,27,1238,"{'rz': 1075, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 3608},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt0_26.qasm,2621,ibm_27q,qpeexact,qiskit,0 +710,27,475,"{'rz': 599, 'sx': 21, 'measure': 21}",{'cx': 1140},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_21.qasm,2922,ibm_27q,qft,qiskit,2 +711,27,1229,"{'rz': 1157, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 3669},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt0_27.qasm,1617,ibm_27q,qpeexact,qiskit,0 +712,27,108,"{'measure': 26, 'rz': 2, 'sx': 1}",{'cx': 196},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt0_26.qasm,3553,ibm_27q,ghz,qiskit,0 +713,27,22,"{'rz': 30, 'sx': 15, 'measure': 11}",{'cx': 20},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",graphstate_mapped_ibm_montreal_qiskit_opt2_11.qasm,2728,ibm_27q,graphstate,qiskit,2 +714,27,484,"{'rz': 120, 'sx': 120, 'measure': 15}",{'cx': 1264},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_15.qasm,3858,ibm_27q,twolocalrandom,qiskit,1 +715,27,573,"{'rz': 969, 'sx': 361, 'x': 30, 'measure': 24}",{'cx': 1297},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt3_24.qasm,1558,ibm_27q,qftentangled,qiskit,3 +716,27,463,"{'rz': 534, 'sx': 20, 'measure': 19}",{'cx': 1038},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt1_19.qasm,1093,ibm_27q,qftentangled,qiskit,1 +717,27,426,"{'rz': 400, 'sx': 163, 'measure': 11, 'x': 8}",{'cx': 592},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt2_11.qasm,3021,ibm_27q,random,qiskit,2 +718,27,61,"{'sx': 56, 'rz': 28, 'measure': 15, 'x': 1}",{'cx': 28},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_15.qasm,3611,ibm_27q,wstate,qiskit,1 +719,27,1962,"{'rz': 384, 'sx': 192, 'measure': 24}",{'cx': 8235},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt0_24.qasm,1698,ibm_27q,su2random,qiskit,0 +720,27,680,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1779},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt2_19.qasm,1756,ibm_27q,su2random,qiskit,2 +721,27,481,"{'rz': 387, 'sx': 86, 'measure': 15}",{'cx': 525},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",ae_mapped_ibm_montreal_qiskit_opt1_15.qasm,2010,ibm_27q,ae,qiskit,1 +722,27,557,"{'rz': 420, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 1191},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_16.qasm,2115,ibm_27q,qpeinexact,qiskit,0 +723,27,1170,"{'rz': 1282, 'sx': 1070, 'x': 29, 'measure': 25}",{'cx': 3124},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt3_25.qasm,2699,ibm_27q,realamprandom,qiskit,3 +724,27,688,"{'sx': 144, 'rz': 144, 'measure': 18}",{'cx': 2144},"(3, 5); (5, 3); (5, 8); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt1_18.qasm,2071,ibm_27q,realamprandom,qiskit,1 +725,27,85,"{'rz': 77, 'sx': 47, 'measure': 20, 'x': 2}",{'cx': 53},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_21.qasm,3518,ibm_27q,dj,qiskit,3 +726,27,1193,"{'rz': 476, 'sx': 102, 'measure': 17}",{'cx': 3368},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qnn_mapped_ibm_montreal_qiskit_opt0_17.qasm,1335,ibm_27q,qnn,qiskit,0 +727,27,35,"{'rz': 120, 'sx': 60, 'measure': 12}",{'cx': 48},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt1_12.qasm,2192,ibm_27q,qaoa,qiskit,1 +728,27,366,"{'rz': 272, 'sx': 125, 'measure': 11, 'x': 3}",{'cx': 477},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",qnn_mapped_ibm_montreal_qiskit_opt3_11.qasm,1444,ibm_27q,qnn,qiskit,3 +729,27,174,"{'rz': 106, 'sx': 53, 'x': 27, 'measure': 26}",{'cx': 278},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt0_27.qasm,4087,ibm_27q,dj,qiskit,0 +730,27,27,"{'rz': 73, 'sx': 70, 'measure': 13, 'x': 4}",{'cx': 24},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt3_13.qasm,1381,ibm_27q,vqe,qiskit,3 +731,27,1029,"{'rz': 972, 'sx': 408, 'x': 19, 'measure': 17}",{'cx': 1696},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt1_17.qasm,2320,ibm_27q,random,qiskit,1 +732,27,783,"{'rz': 827, 'sx': 725, 'measure': 22, 'x': 17}",{'cx': 2214},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_22.qasm,1327,ibm_27q,su2random,qiskit,3 +733,27,53,"{'sx': 48, 'rz': 24, 'measure': 13, 'x': 1}",{'cx': 24},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_13.qasm,2265,ibm_27q,wstate,qiskit,2 +734,27,448,"{'rz': 104, 'sx': 104, 'measure': 13}",{'cx': 852},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_13.qasm,2177,ibm_27q,twolocalrandom,qiskit,2 +735,27,862,"{'rz': 739, 'sx': 23, 'measure': 22}",{'cx': 2679},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt0_22.qasm,2224,ibm_27q,qftentangled,qiskit,0 +736,27,25,"{'rz': 46, 'sx': 23, 'measure': 17}",{'cx': 44},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_17.qasm,3793,ibm_27q,graphstate,qiskit,1 +737,27,1764,"{'rz': 276, 'sx': 184, 'measure': 23}",{'cx': 7299},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt0_23.qasm,2951,ibm_27q,realamprandom,qiskit,0 +738,27,248,"{'rz': 168, 'sx': 48, 'measure': 9, 'x': 6}",{'cx': 221},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_10.qasm,3943,ibm_27q,qpeinexact,qiskit,3 +739,27,382,"{'rz': 263, 'sx': 74, 'measure': 13}",{'cx': 354},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt2_13.qasm,3695,ibm_27q,ae,qiskit,2 +740,27,23,"{'measure': 20, 'rz': 2, 'sx': 1}",{'cx': 19},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_20.qasm,2642,ibm_27q,ghz,qiskit,3 +741,27,626,"{'rz': 377, 'sx': 91, 'measure': 26}",{'cx': 1176},"(0, 1); (1, 0); (1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt2_13.qasm,3281,ibm_27q,portfolioqaoa,qiskit,2 +742,27,6631,"{'rz': 2289, 'sx': 549, 'measure': 19, 'x': 10}",{'cx': 6144},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt1_19.qasm,2509,ibm_27q,qwalk-v-chain,qiskit,1 +743,27,875,"{'rz': 1079, 'sx': 27, 'measure': 27}",{'cx': 1998},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt1_27.qasm,2542,ibm_27q,qft,qiskit,1 +744,27,760,"{'rz': 757, 'sx': 226, 'x': 34, 'measure': 20}",{'cx': 1208},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_21.qasm,1421,ibm_27q,qpeexact,qiskit,3 +745,27,331,"{'rz': 257, 'sx': 107, 'measure': 12, 'x': 9}",{'cx': 258},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",ae_mapped_ibm_montreal_qiskit_opt3_12.qasm,2178,ibm_27q,ae,qiskit,3 +746,27,293,"{'rz': 174, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 290},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_11.qasm,1519,ibm_27q,qpeinexact,qiskit,2 +747,27,881,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 3160},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt1_22.qasm,2327,ibm_27q,realamprandom,qiskit,1 +748,27,100,"{'rz': 96, 'sx': 48, 'measure': 16}",{'cx': 154},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",graphstate_mapped_ibm_montreal_qiskit_opt0_16.qasm,1911,ibm_27q,graphstate,qiskit,0 +749,27,409,"{'rz': 445, 'sx': 381, 'measure': 12, 'x': 5}",{'cx': 541},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_12.qasm,3020,ibm_27q,twolocalrandom,qiskit,3 +750,27,587,"{'rz': 781, 'sx': 24, 'measure': 23}",{'cx': 1426},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_23.qasm,3068,ibm_27q,qftentangled,qiskit,1 +751,27,1336,"{'rz': 1294, 'sx': 430, 'measure': 16, 'x': 4}",{'cx': 2770},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",random_mapped_ibm_montreal_qiskit_opt0_16.qasm,1407,ibm_27q,random,qiskit,0 +752,27,740,"{'sx': 184, 'rz': 184, 'measure': 23}",{'cx': 2629},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt2_23.qasm,1928,ibm_27q,su2random,qiskit,2 +753,27,49,"{'sx': 44, 'rz': 22, 'measure': 12, 'x': 1}",{'cx': 22},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_12.qasm,2958,ibm_27q,wstate,qiskit,3 +754,27,26,"{'rz': 64, 'sx': 60, 'measure': 12, 'x': 6}",{'cx': 22},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",vqe_mapped_ibm_montreal_qiskit_opt2_12.qasm,3281,ibm_27q,vqe,qiskit,2 +755,27,128,"{'rz': 102, 'sx': 51, 'measure': 25}",{'cx': 109},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (9, 8); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt1_26.qasm,3102,ibm_27q,dj,qiskit,1 +756,27,298,"{'rz': 170, 'sx': 60, 'measure': 10}",{'cx': 404},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qnn_mapped_ibm_montreal_qiskit_opt2_10.qasm,3626,ibm_27q,qnn,qiskit,2 +757,27,94,"{'rz': 130, 'sx': 65, 'measure': 13}",{'cx': 229},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qaoa_mapped_ibm_montreal_qiskit_opt0_13.qasm,3139,ibm_27q,qaoa,qiskit,0 +758,27,710,"{'rz': 561, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 1212},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_20.qasm,3320,ibm_27q,qpeexact,qiskit,2 +759,27,1200,"{'rz': 1027, 'sx': 26, 'measure': 26}",{'cx': 3977},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt0_26.qasm,3715,ibm_27q,qft,qiskit,0 +760,27,615,"{'rz': 418, 'sx': 190, 'x': 26, 'measure': 24}",{'cx': 916},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt3_12.qasm,2553,ibm_27q,portfolioqaoa,qiskit,3 +761,27,24,"{'measure': 21, 'rz': 2, 'sx': 1}",{'cx': 20},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_21.qasm,1959,ibm_27q,ghz,qiskit,2 +762,27,87,"{'measure': 27, 'rz': 2, 'sx': 1}",{'cx': 95},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_27.qasm,1242,ibm_27q,ghz,qiskit,1 +763,27,678,"{'rz': 469, 'sx': 98, 'measure': 28}",{'cx': 1962},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt0_14.qasm,1095,ibm_27q,portfolioqaoa,qiskit,0 +764,27,912,"{'rz': 1075, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 2105},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt1_26.qasm,2815,ibm_27q,qpeexact,qiskit,1 +765,27,516,"{'rz': 636, 'sx': 188, 'measure': 20, 'x': 15}",{'cx': 983},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_20.qasm,1883,ibm_27q,qft,qiskit,3 +766,27,506,"{'rz': 368, 'sx': 96, 'measure': 16}",{'cx': 1133},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt1_16.qasm,3652,ibm_27q,qnn,qiskit,1 +767,27,70,"{'rz': 65, 'sx': 39, 'measure': 19}",{'cx': 55},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt2_20.qasm,3177,ibm_27q,dj,qiskit,2 +768,27,26,"{'rz': 69, 'sx': 54, 'x': 15, 'measure': 14}",{'cx': 26},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt1_14.qasm,4009,ibm_27q,vqe,qiskit,1 +769,27,896,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 2999},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22)",realamprandom_mapped_ibm_montreal_qiskit_opt2_24.qasm,3093,ibm_27q,realamprandom,qiskit,2 +770,27,1527,"{'rz': 228, 'sx': 152, 'measure': 19}",{'cx': 5046},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",realamprandom_mapped_ibm_montreal_qiskit_opt0_19.qasm,2884,ibm_27q,realamprandom,qiskit,0 +771,27,534,"{'rz': 471, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 869},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 22); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_17.qasm,3898,ibm_27q,qpeinexact,qiskit,1 +772,27,494,"{'rz': 393, 'sx': 80, 'measure': 14}",{'cx': 734},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ae_mapped_ibm_montreal_qiskit_opt0_14.qasm,1086,ibm_27q,ae,qiskit,0 +773,27,360,"{'rz': 306, 'sx': 155, 'x': 22, 'measure': 10}",{'cx': 332},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",random_mapped_ibm_montreal_qiskit_opt3_10.qasm,3501,ibm_27q,random,qiskit,3 +774,27,166,"{'rz': 130, 'sx': 78, 'measure': 14, 'x': 1}",{'cx': 143},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",wstate_mapped_ibm_montreal_qiskit_opt0_14.qasm,3339,ibm_27q,wstate,qiskit,0 +775,27,1156,"{'sx': 200, 'rz': 200, 'measure': 25}",{'cx': 4084},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt1_25.qasm,3166,ibm_27q,su2random,qiskit,1 +776,27,464,"{'rz': 409, 'sx': 381, 'measure': 18}",{'cx': 1212},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21)",su2random_mapped_ibm_montreal_qiskit_opt3_18.qasm,2366,ibm_27q,su2random,qiskit,3 +777,27,675,"{'rz': 168, 'sx': 112, 'measure': 14}",{'cx': 2106},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_14.qasm,3236,ibm_27q,twolocalrandom,qiskit,0 +778,27,579,"{'rz': 828, 'sx': 26, 'measure': 25}",{'cx': 1591},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_25.qasm,3734,ibm_27q,qftentangled,qiskit,2 +779,27,699,"{'rz': 497, 'sx': 19, 'measure': 18}",{'cx': 1790},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qftentangled_mapped_ibm_montreal_qiskit_opt0_18.qasm,1458,ibm_27q,qftentangled,qiskit,0 +780,27,23,"{'rz': 24, 'sx': 12, 'measure': 10}",{'cx': 22},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",graphstate_mapped_ibm_montreal_qiskit_opt3_10.qasm,3113,ibm_27q,graphstate,qiskit,3 +781,27,20,"{'measure': 17, 'rz': 2, 'sx': 1}",{'cx': 16},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_17.qasm,3071,ibm_27q,ghz,qiskit,2 +782,27,2837,"{'rz': 1074, 'sx': 255, 'measure': 13, 'x': 10}",{'cx': 2423},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt2_13.qasm,3439,ibm_27q,qwalk-v-chain,qiskit,2 +783,27,249,"{'rz': 155, 'sx': 10, 'measure': 10}",{'cx': 474},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qft_mapped_ibm_montreal_qiskit_opt0_10.qasm,1371,ibm_27q,qft,qiskit,0 +784,27,513,"{'rz': 372, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 711},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_16.qasm,4044,ibm_27q,qpeexact,qiskit,2 +785,27,933,"{'rz': 858, 'sx': 156, 'measure': 26}",{'cx': 3016},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt2_26.qasm,2362,ibm_27q,qnn,qiskit,2 +786,27,41,"{'rz': 38, 'sx': 19, 'measure': 9}",{'cx': 27},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21)",dj_mapped_ibm_montreal_qiskit_opt1_10.qasm,2633,ibm_27q,dj,qiskit,1 +787,27,549,"{'sx': 120, 'rz': 120, 'measure': 15}",{'cx': 1118},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt2_15.qasm,1760,ibm_27q,su2random,qiskit,2 +788,27,134,"{'sx': 103, 'rz': 67, 'measure': 24, 'x': 2}",{'cx': 93},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_24.qasm,1802,ibm_27q,wstate,qiskit,3 +789,27,77,"{'sx': 72, 'rz': 36, 'measure': 19, 'x': 1}",{'cx': 36},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_19.qasm,2632,ibm_27q,wstate,qiskit,1 +790,27,2099,"{'rz': 1877, 'sx': 645, 'measure': 20, 'x': 9}",{'cx': 4671},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt0_20.qasm,3589,ibm_27q,random,qiskit,0 +791,27,368,"{'rz': 332, 'sx': 16, 'measure': 15}",{'cx': 626},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt1_15.qasm,1977,ibm_27q,qftentangled,qiskit,1 +792,27,436,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1886},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_19.qasm,3988,ibm_27q,twolocalrandom,qiskit,1 +793,27,1114,"{'rz': 1080, 'sx': 872, 'x': 40, 'measure': 24}",{'cx': 2863},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_24.qasm,1082,ibm_27q,twolocalrandom,qiskit,3 +794,27,92,"{'rz': 120, 'sx': 60, 'measure': 20}",{'cx': 158},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16)",graphstate_mapped_ibm_montreal_qiskit_opt0_20.qasm,1455,ibm_27q,graphstate,qiskit,0 +795,27,561,"{'rz': 112, 'sx': 112, 'measure': 14}",{'cx': 1232},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt1_14.qasm,2888,ibm_27q,realamprandom,qiskit,1 +796,27,925,"{'rz': 935, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 2085},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_27.qasm,4065,ibm_27q,qpeinexact,qiskit,2 +797,27,674,"{'rz': 605, 'sx': 110, 'measure': 19}",{'cx': 933},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt1_19.qasm,3127,ibm_27q,ae,qiskit,1 +798,27,786,"{'rz': 930, 'sx': 308, 'x': 31, 'measure': 24}",{'cx': 1325},"(1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt3_24.qasm,3090,ibm_27q,ae,qiskit,3 +799,27,492,"{'rz': 792, 'sx': 418, 'measure': 11}",{'cx': 843},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_11.qasm,1083,ibm_27q,portfoliovqe,qiskit,0 +800,27,39,"{'rz': 81, 'sx': 43, 'measure': 26, 'x': 2}",{'cx': 67},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt3_26.qasm,2635,ibm_27q,graphstate,qiskit,3 +801,27,284,"{'rz': 224, 'sx': 14, 'measure': 13}",{'cx': 460},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qftentangled_mapped_ibm_montreal_qiskit_opt2_13.qasm,1041,ibm_27q,qftentangled,qiskit,2 +802,27,1748,"{'rz': 264, 'sx': 176, 'measure': 22}",{'cx': 6621},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_22.qasm,3858,ibm_27q,twolocalrandom,qiskit,0 +803,27,271,"{'rz': 210, 'sx': 126, 'measure': 22, 'x': 1}",{'cx': 252},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt0_22.qasm,2637,ibm_27q,wstate,qiskit,0 +804,27,453,"{'sx': 104, 'rz': 104, 'measure': 13}",{'cx': 959},"(0, 1); (1, 0); (1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt1_13.qasm,3302,ibm_27q,su2random,qiskit,1 +805,27,1067,"{'rz': 885, 'sx': 128, 'measure': 22}",{'cx': 2196},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt0_22.qasm,2867,ibm_27q,ae,qiskit,0 +806,27,759,"{'rz': 710, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 1335},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_21.qasm,2728,ibm_27q,qpeinexact,qiskit,1 +807,27,365,"{'rz': 96, 'sx': 96, 'measure': 12}",{'cx': 656},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt2_12.qasm,2229,ibm_27q,realamprandom,qiskit,2 +808,27,65,"{'rz': 52, 'sx': 31, 'measure': 15}",{'cx': 50},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt2_16.qasm,1512,ibm_27q,dj,qiskit,2 +809,27,619,"{'rz': 540, 'sx': 120, 'measure': 20}",{'cx': 1808},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt1_20.qasm,3665,ibm_27q,qnn,qiskit,1 +810,27,322,"{'rz': 479, 'sx': 208, 'measure': 16, 'x': 13}",{'cx': 564},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_16.qasm,3436,ibm_27q,qft,qiskit,3 +811,27,223,"{'rz': 164, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 227},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qpeexact_mapped_ibm_montreal_qiskit_opt1_10.qasm,2298,ibm_27q,qpeexact,qiskit,1 +812,27,14,"{'measure': 11, 'rz': 2, 'sx': 1}",{'cx': 10},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_11.qasm,2084,ibm_27q,ghz,qiskit,1 +813,27,3916,"{'rz': 1441, 'sx': 341, 'measure': 15, 'x': 10}",{'cx': 3492},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt1_15.qasm,2107,ibm_27q,qwalk-v-chain,qiskit,1 +814,27,1355,"{'rz': 672, 'sx': 126, 'measure': 21}",{'cx': 4787},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt0_21.qasm,3758,ibm_27q,qnn,qiskit,0 +815,27,73,"{'rz': 65, 'sx': 39, 'measure': 16, 'x': 3}",{'cx': 39},"(0, 1); (1, 0); (1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt3_17.qasm,3543,ibm_27q,dj,qiskit,3 +816,27,504,"{'rz': 337, 'sx': 280, 'measure': 13, 'x': 10}",{'cx': 802},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt3_13.qasm,1384,ibm_27q,realamprandom,qiskit,3 +817,27,912,"{'rz': 646, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 2117},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_20.qasm,3597,ibm_27q,qpeinexact,qiskit,0 +818,27,846,"{'rz': 871, 'sx': 134, 'measure': 23}",{'cx': 1364},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt1_23.qasm,1149,ibm_27q,ae,qiskit,1 +819,27,127,"{'sx': 89, 'rz': 47, 'measure': 23, 'x': 1}",{'cx': 101},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_23.qasm,2894,ibm_27q,wstate,qiskit,1 +820,27,392,"{'rz': 192, 'sx': 96, 'measure': 12}",{'cx': 1149},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",su2random_mapped_ibm_montreal_qiskit_opt0_12.qasm,2326,ibm_27q,su2random,qiskit,0 +821,27,2567,"{'rz': 2467, 'sx': 1006, 'x': 31, 'measure': 27}",{'cx': 6111},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt2_27.qasm,2096,ibm_27q,random,qiskit,2 +822,27,217,"{'rz': 209, 'sx': 17, 'measure': 12}",{'cx': 390},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15)",qftentangled_mapped_ibm_montreal_qiskit_opt3_12.qasm,3125,ibm_27q,qftentangled,qiskit,3 +823,27,915,"{'rz': 184, 'sx': 184, 'measure': 23}",{'cx': 3369},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_23.qasm,3299,ibm_27q,twolocalrandom,qiskit,1 +824,27,500,"{'rz': 404, 'sx': 250, 'measure': 10}",{'cx': 546},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_10.qasm,3681,ibm_27q,portfoliovqe,qiskit,1 +825,27,58,"{'rz': 98, 'sx': 49, 'measure': 27}",{'cx': 90},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_27.qasm,3886,ibm_27q,graphstate,qiskit,2 +826,27,43,"{'measure': 10, 'rz': 2, 'sx': 1}",{'cx': 72},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ghz_mapped_ibm_montreal_qiskit_opt0_10.qasm,3351,ibm_27q,ghz,qiskit,0 +827,27,21215,"{'rz': 10158, 'sx': 352, 'measure': 13, 'x': 1}",{'cx': 17702},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18)",grover-v-chain_mapped_ibm_montreal_qiskit_opt2_13.qasm,3295,ibm_27q,grover-v-chain,qiskit,2 +828,27,322,"{'rz': 205, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 434},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeexact_mapped_ibm_montreal_qiskit_opt0_11.qasm,1480,ibm_27q,qpeexact,qiskit,0 +829,27,481,"{'rz': 378, 'sx': 17, 'measure': 17}",{'cx': 800},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qft_mapped_ibm_montreal_qiskit_opt2_17.qasm,3618,ibm_27q,qft,qiskit,2 +830,27,536,"{'rz': 452, 'sx': 110, 'x': 18, 'measure': 16}",{'cx': 732},"(4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",qpeexact_mapped_ibm_montreal_qiskit_opt3_17.qasm,3786,ibm_27q,qpeexact,qiskit,3 +831,27,58861,"{'rz': 27679, 'sx': 563, 'measure': 15, 'x': 1}",{'cx': 60445},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (20, 19)",grover-v-chain_mapped_ibm_montreal_qiskit_opt1_15.qasm,2715,ibm_27q,grover-v-chain,qiskit,1 +832,27,217,"{'rz': 175, 'sx': 11, 'measure': 11}",{'cx': 278},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22)",qft_mapped_ibm_montreal_qiskit_opt1_11.qasm,3402,ibm_27q,qft,qiskit,1 +833,27,19,"{'measure': 16, 'rz': 2, 'sx': 1}",{'cx': 15},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_16.qasm,3361,ibm_27q,ghz,qiskit,3 +834,27,766,"{'rz': 615, 'sx': 104, 'measure': 18}",{'cx': 1398},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",ae_mapped_ibm_montreal_qiskit_opt0_18.qasm,2199,ibm_27q,ae,qiskit,0 +835,27,884,"{'rz': 907, 'sx': 146, 'measure': 25}",{'cx': 1578},"(1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt2_25.qasm,3470,ibm_27q,ae,qiskit,2 +836,27,914,"{'rz': 1112, 'sx': 351, 'x': 48, 'measure': 25}",{'cx': 1775},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_26.qasm,3511,ibm_27q,qpeinexact,qiskit,3 +837,27,825,"{'rz': 180, 'sx': 120, 'measure': 15}",{'cx': 2508},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",realamprandom_mapped_ibm_montreal_qiskit_opt0_15.qasm,2281,ibm_27q,realamprandom,qiskit,0 +838,27,720,"{'rz': 1087, 'sx': 623, 'measure': 16}",{'cx': 1467},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_16.qasm,2816,ibm_27q,portfoliovqe,qiskit,2 +839,27,56,"{'rz': 54, 'sx': 27, 'measure': 21}",{'cx': 60},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (5, 3); (5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt1_21.qasm,3482,ibm_27q,graphstate,qiskit,1 +840,27,340,"{'rz': 303, 'sx': 15, 'measure': 14}",{'cx': 897},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qftentangled_mapped_ibm_montreal_qiskit_opt0_14.qasm,1451,ibm_27q,qftentangled,qiskit,0 +841,27,1289,"{'rz': 216, 'sx': 144, 'measure': 18}",{'cx': 4305},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_18.qasm,3700,ibm_27q,twolocalrandom,qiskit,0 +842,27,891,"{'rz': 200, 'sx': 200, 'measure': 25}",{'cx': 3215},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_25.qasm,3086,ibm_27q,twolocalrandom,qiskit,2 +843,27,557,"{'rz': 295, 'sx': 241, 'measure': 14, 'x': 5}",{'cx': 959},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18)",su2random_mapped_ibm_montreal_qiskit_opt3_14.qasm,2261,ibm_27q,su2random,qiskit,3 +844,27,113,"{'sx': 96, 'rz': 48, 'measure': 25, 'x': 1}",{'cx': 60},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_25.qasm,3732,ibm_27q,wstate,qiskit,2 +845,27,217,"{'rz': 170, 'sx': 102, 'measure': 18, 'x': 1}",{'cx': 181},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",wstate_mapped_ibm_montreal_qiskit_opt0_18.qasm,3824,ibm_27q,wstate,qiskit,0 +846,27,1544,"{'rz': 1619, 'sx': 629, 'x': 23, 'measure': 21}",{'cx': 3310},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_21.qasm,3150,ibm_27q,random,qiskit,1 +847,27,59,"{'rz': 42, 'sx': 21, 'x': 15, 'measure': 10}",{'cx': 76},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (9, 8); (10, 7)",dj_mapped_ibm_montreal_qiskit_opt0_11.qasm,1065,ibm_27q,dj,qiskit,0 +848,27,1000,"{'rz': 1760, 'sx': 903, 'measure': 27, 'x': 13}",{'cx': 2986},"(0, 1); (1, 0); (1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_27.qasm,2292,ibm_27q,qnn,qiskit,3 +849,27,455,"{'rz': 345, 'sx': 74, 'measure': 13}",{'cx': 627},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ae_mapped_ibm_montreal_qiskit_opt0_13.qasm,2207,ibm_27q,ae,qiskit,0 +850,27,791,"{'rz': 184, 'sx': 184, 'measure': 23}",{'cx': 2639},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt2_23.qasm,1142,ibm_27q,realamprandom,qiskit,2 +851,27,275,"{'rz': 171, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 249},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_10.qasm,4077,ibm_27q,qpeinexact,qiskit,1 +852,27,559,"{'rz': 672, 'sx': 23, 'measure': 22}",{'cx': 1268},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt2_22.qasm,3320,ibm_27q,qftentangled,qiskit,2 +853,27,600,"{'rz': 156, 'sx': 104, 'measure': 13}",{'cx': 1755},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_13.qasm,1646,ibm_27q,twolocalrandom,qiskit,0 +854,27,29,"{'rz': 50, 'sx': 25, 'measure': 17}",{'cx': 41},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21)",graphstate_mapped_ibm_montreal_qiskit_opt3_17.qasm,3179,ibm_27q,graphstate,qiskit,3 +855,27,157,"{'rz': 120, 'sx': 72, 'measure': 13, 'x': 1}",{'cx': 141},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",wstate_mapped_ibm_montreal_qiskit_opt0_13.qasm,2042,ibm_27q,wstate,qiskit,0 +856,27,788,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 2921},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt1_22.qasm,2673,ibm_27q,su2random,qiskit,1 +857,27,922,"{'rz': 1134, 'sx': 598, 'x': 57, 'measure': 17}",{'cx': 1498},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt3_17.qasm,3736,ibm_27q,random,qiskit,3 +858,27,122,"{'rz': 96, 'sx': 53, 'measure': 26}",{'cx': 119},"(0, 1); (1, 0); (1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt2_27.qasm,1228,ibm_27q,dj,qiskit,2 +859,27,27,"{'rz': 78, 'sx': 78, 'measure': 13}",{'cx': 24},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt1_13.qasm,1791,ibm_27q,vqe,qiskit,1 +860,27,337,"{'rz': 198, 'sx': 66, 'measure': 11}",{'cx': 525},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt1_11.qasm,1109,ibm_27q,qnn,qiskit,1 +861,27,35,"{'rz': 114, 'sx': 60, 'measure': 12}",{'cx': 48},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt3_12.qasm,3928,ibm_27q,qaoa,qiskit,3 +862,27,759,"{'rz': 710, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 1335},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt1_21.qasm,1315,ibm_27q,qpeexact,qiskit,1 +863,27,724,"{'rz': 1132, 'sx': 367, 'x': 32, 'measure': 27}",{'cx': 1662},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_27.qasm,3793,ibm_27q,qft,qiskit,3 +864,27,574,"{'rz': 416, 'sx': 91, 'measure': 26}",{'cx': 1815},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt0_13.qasm,1382,ibm_27q,portfolioqaoa,qiskit,0 +865,27,23,"{'measure': 20, 'rz': 2, 'sx': 1}",{'cx': 19},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_20.qasm,3655,ibm_27q,ghz,qiskit,1 +866,27,74,"{'measure': 26, 'rz': 2, 'sx': 1}",{'cx': 70},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_26.qasm,2167,ibm_27q,ghz,qiskit,2 +867,27,925,"{'rz': 935, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 2085},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt2_27.qasm,1324,ibm_27q,qpeexact,qiskit,2 +868,27,536,"{'rz': 672, 'sx': 21, 'measure': 21}",{'cx': 1785},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt0_21.qasm,2990,ibm_27q,qft,qiskit,0 +869,27,461,"{'rz': 408, 'sx': 102, 'measure': 17}",{'cx': 1258},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_17.qasm,2789,ibm_27q,qnn,qiskit,2 +870,27,30,"{'rz': 85, 'sx': 74, 'measure': 15, 'x': 8}",{'cx': 28},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt2_15.qasm,2134,ibm_27q,vqe,qiskit,2 +871,27,97,"{'rz': 82, 'sx': 41, 'measure': 20}",{'cx': 80},"(2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt1_21.qasm,1182,ibm_27q,dj,qiskit,1 +872,27,71,"{'rz': 140, 'sx': 70, 'measure': 14}",{'cx': 179},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qaoa_mapped_ibm_montreal_qiskit_opt0_14.qasm,3406,ibm_27q,qaoa,qiskit,0 +873,27,513,"{'rz': 372, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 711},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_16.qasm,1388,ibm_27q,qpeinexact,qiskit,2 +874,27,1218,"{'rz': 200, 'sx': 200, 'measure': 25}",{'cx': 4031},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_25.qasm,3104,ibm_27q,realamprandom,qiskit,1 +875,27,656,"{'rz': 552, 'sx': 488, 'x': 23, 'measure': 18}",{'cx': 1340},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_18.qasm,1138,ibm_27q,realamprandom,qiskit,3 +876,27,446,"{'rz': 412, 'sx': 164, 'x': 17, 'measure': 15}",{'cx': 438},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",ae_mapped_ibm_montreal_qiskit_opt3_15.qasm,1579,ibm_27q,ae,qiskit,3 +877,27,833,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 3061},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt2_24.qasm,2659,ibm_27q,su2random,qiskit,2 +878,27,61,"{'sx': 56, 'rz': 28, 'measure': 15, 'x': 1}",{'cx': 28},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_15.qasm,2978,ibm_27q,wstate,qiskit,3 +879,27,1616,"{'rz': 304, 'sx': 152, 'measure': 19}",{'cx': 5175},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",su2random_mapped_ibm_montreal_qiskit_opt0_19.qasm,2430,ibm_27q,su2random,qiskit,0 +880,27,593,"{'rz': 531, 'sx': 195, 'measure': 11, 'x': 2}",{'cx': 987},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",random_mapped_ibm_montreal_qiskit_opt0_11.qasm,1770,ibm_27q,random,qiskit,0 +881,27,74,"{'rz': 66, 'sx': 33, 'measure': 11}",{'cx': 101},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (9, 8); (10, 7)",graphstate_mapped_ibm_montreal_qiskit_opt0_11.qasm,3197,ibm_27q,graphstate,qiskit,0 +882,27,559,"{'rz': 854, 'sx': 25, 'measure': 24}",{'cx': 1592},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt1_24.qasm,3918,ibm_27q,qftentangled,qiskit,1 +883,27,412,"{'rz': 769, 'sx': 420, 'measure': 19, 'x': 11}",{'cx': 751},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_19.qasm,1518,ibm_27q,qftentangled,qiskit,3 +884,27,568,"{'rz': 516, 'sx': 442, 'measure': 15, 'x': 10}",{'cx': 991},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_15.qasm,1364,ibm_27q,twolocalrandom,qiskit,3 +885,27,532,"{'rz': 587, 'sx': 20, 'measure': 20}",{'cx': 1124},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_20.qasm,2185,ibm_27q,qft,qiskit,1 +886,27,916,"{'rz': 1117, 'sx': 353, 'x': 45, 'measure': 25}",{'cx': 1774},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt3_26.qasm,3932,ibm_27q,qpeexact,qiskit,3 +887,27,787,"{'rz': 427, 'sx': 98, 'measure': 28}",{'cx': 1414},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt2_14.qasm,1076,ibm_27q,portfolioqaoa,qiskit,2 +888,27,95,"{'measure': 27, 'rz': 24, 'sx': 16, 'x': 1}",{'cx': 68},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_27.qasm,1450,ibm_27q,ghz,qiskit,3 +889,27,1091,"{'rz': 952, 'sx': 26, 'measure': 25}",{'cx': 3549},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt0_25.qasm,3241,ibm_27q,qftentangled,qiskit,0 +890,27,348,"{'rz': 470, 'sx': 19, 'measure': 18}",{'cx': 887},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt2_18.qasm,1515,ibm_27q,qftentangled,qiskit,2 +891,27,402,"{'rz': 112, 'sx': 112, 'measure': 14}",{'cx': 929},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_14.qasm,3946,ibm_27q,twolocalrandom,qiskit,2 +892,27,31,"{'rz': 32, 'sx': 16, 'measure': 10}",{'cx': 22},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_10.qasm,3781,ibm_27q,graphstate,qiskit,1 +893,27,1078,"{'rz': 1570, 'sx': 1289, 'x': 43, 'measure': 25}",{'cx': 3019},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt3_25.qasm,2298,ibm_27q,su2random,qiskit,3 +894,27,57,"{'sx': 52, 'rz': 26, 'measure': 14, 'x': 1}",{'cx': 26},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_14.qasm,1447,ibm_27q,wstate,qiskit,2 +895,27,432,"{'sx': 144, 'rz': 144, 'measure': 18}",{'cx': 1535},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt1_18.qasm,1704,ibm_27q,su2random,qiskit,1 +896,27,333,"{'rz': 278, 'sx': 113, 'measure': 10, 'x': 7}",{'cx': 378},"(8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",random_mapped_ibm_montreal_qiskit_opt1_10.qasm,1665,ibm_27q,random,qiskit,1 +897,27,423,"{'rz': 309, 'sx': 80, 'measure': 14}",{'cx': 434},"(0, 1); (1, 0); (1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",ae_mapped_ibm_montreal_qiskit_opt2_14.qasm,2726,ibm_27q,ae,qiskit,2 +898,27,2039,"{'rz': 288, 'sx': 192, 'measure': 24}",{'cx': 8376},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt0_24.qasm,3667,ibm_27q,realamprandom,qiskit,0 +899,27,389,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1368},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt2_19.qasm,1136,ibm_27q,realamprandom,qiskit,2 +900,27,533,"{'rz': 452, 'sx': 109, 'x': 17, 'measure': 16}",{'cx': 733},"(4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_17.qasm,3365,ibm_27q,qpeinexact,qiskit,3 +901,27,113,"{'rz': 78, 'sx': 39, 'x': 21, 'measure': 19}",{'cx': 181},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16)",dj_mapped_ibm_montreal_qiskit_opt0_20.qasm,1649,ibm_27q,dj,qiskit,0 +902,27,30,"{'rz': 77, 'sx': 64, 'measure': 14, 'x': 10}",{'cx': 26},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt3_14.qasm,1111,ibm_27q,vqe,qiskit,3 +903,27,483,"{'rz': 631, 'sx': 315, 'measure': 16, 'x': 5}",{'cx': 1003},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_16.qasm,1126,ibm_27q,qnn,qiskit,3 +904,27,44,"{'rz': 122, 'sx': 65, 'measure': 13}",{'cx': 58},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt2_13.qasm,2932,ibm_27q,qaoa,qiskit,2 +905,27,331,"{'rz': 210, 'sx': 60, 'measure': 10}",{'cx': 633},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qnn_mapped_ibm_montreal_qiskit_opt0_10.qasm,3109,ibm_27q,qnn,qiskit,0 +906,27,96,"{'rz': 108, 'sx': 72, 'measure': 12}",{'cx': 154},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",vqe_mapped_ibm_montreal_qiskit_opt0_12.qasm,1172,ibm_27q,vqe,qiskit,0 +907,27,110,"{'rz': 98, 'sx': 59, 'measure': 25, 'x': 3}",{'cx': 77},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_26.qasm,1909,ibm_27q,dj,qiskit,3 +908,27,49,"{'sx': 44, 'rz': 22, 'measure': 12, 'x': 1}",{'cx': 22},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_12.qasm,2469,ibm_27q,wstate,qiskit,1 +909,27,1821,"{'rz': 368, 'sx': 184, 'measure': 23}",{'cx': 7233},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt0_23.qasm,3842,ibm_27q,su2random,qiskit,0 +910,27,1021,"{'rz': 957, 'sx': 361, 'measure': 16, 'x': 9}",{'cx': 1721},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",random_mapped_ibm_montreal_qiskit_opt2_16.qasm,1338,ibm_27q,random,qiskit,2 +911,27,38,"{'rz': 48, 'sx': 24, 'measure': 16}",{'cx': 37},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (20, 19)",graphstate_mapped_ibm_montreal_qiskit_opt2_16.qasm,3133,ibm_27q,graphstate,qiskit,2 +912,27,538,"{'rz': 1058, 'sx': 520, 'x': 24, 'measure': 23}",{'cx': 1145},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_23.qasm,2742,ibm_27q,qftentangled,qiskit,3 +913,27,407,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 763},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_12.qasm,2192,ibm_27q,twolocalrandom,qiskit,1 +914,27,322,"{'rz': 205, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 434},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_11.qasm,1245,ibm_27q,qpeinexact,qiskit,0 +915,27,836,"{'rz': 766, 'sx': 678, 'x': 31, 'measure': 22}",{'cx': 2207},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_22.qasm,3681,ibm_27q,realamprandom,qiskit,3 +916,27,326,"{'rz': 255, 'sx': 68, 'measure': 12}",{'cx': 291},"(3, 5); (5, 3); (5, 8); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",ae_mapped_ibm_montreal_qiskit_opt1_12.qasm,3004,ibm_27q,ae,qiskit,1 +917,27,91,"{'measure': 21, 'rz': 2, 'sx': 1}",{'cx': 164},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt0_21.qasm,1439,ibm_27q,ghz,qiskit,0 +918,27,561,"{'rz': 330, 'sx': 84, 'measure': 24}",{'cx': 994},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt1_12.qasm,3476,ibm_27q,portfolioqaoa,qiskit,1 +919,27,634,"{'rz': 831, 'sx': 26, 'measure': 26}",{'cx': 1739},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_26.qasm,2916,ibm_27q,qft,qiskit,2 +920,27,912,"{'rz': 646, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 2117},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt0_20.qasm,1912,ibm_27q,qpeexact,qiskit,0 +921,27,622,"{'rz': 1036, 'sx': 565, 'measure': 20, 'x': 5}",{'cx': 1501},"(4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_20.qasm,1532,ibm_27q,qnn,qiskit,3 +922,27,91,"{'rz': 62, 'sx': 31, 'x': 19, 'measure': 15}",{'cx': 147},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12)",dj_mapped_ibm_montreal_qiskit_opt0_16.qasm,1056,ibm_27q,dj,qiskit,0 +923,27,756,"{'rz': 751, 'sx': 225, 'x': 34, 'measure': 20}",{'cx': 1209},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_21.qasm,2681,ibm_27q,qpeinexact,qiskit,3 +924,27,474,"{'rz': 144, 'sx': 96, 'measure': 12}",{'cx': 1344},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",realamprandom_mapped_ibm_montreal_qiskit_opt0_12.qasm,1784,ibm_27q,realamprandom,qiskit,0 +925,27,805,"{'rz': 695, 'sx': 128, 'measure': 22}",{'cx': 1227},"(1, 4); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt2_22.qasm,2919,ibm_27q,ae,qiskit,2 +926,27,2566,"{'rz': 2525, 'sx': 994, 'x': 43, 'measure': 26}",{'cx': 5782},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt1_26.qasm,2731,ibm_27q,random,qiskit,1 +927,27,499,"{'rz': 288, 'sx': 250, 'measure': 13, 'x': 6}",{'cx': 747},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt3_13.qasm,3028,ibm_27q,su2random,qiskit,3 +928,27,107,"{'sx': 85, 'rz': 45, 'measure': 22, 'x': 1}",{'cx': 70},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_22.qasm,2171,ibm_27q,wstate,qiskit,2 +929,27,37,"{'rz': 80, 'sx': 40, 'measure': 26}",{'cx': 68},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt1_26.qasm,3082,ibm_27q,graphstate,qiskit,1 +930,27,438,"{'rz': 542, 'sx': 324, 'measure': 11}",{'cx': 609},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_11.qasm,3239,ibm_27q,portfoliovqe,qiskit,2 +931,27,781,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 2375},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_22.qasm,2703,ibm_27q,twolocalrandom,qiskit,2 +932,27,271,"{'rz': 262, 'sx': 14, 'measure': 13}",{'cx': 699},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qftentangled_mapped_ibm_montreal_qiskit_opt0_13.qasm,1460,ibm_27q,qftentangled,qiskit,0 +933,27,14,"{'measure': 11, 'rz': 2, 'sx': 1}",{'cx': 10},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_11.qasm,3177,ibm_27q,ghz,qiskit,3 +934,27,200,"{'rz': 164, 'sx': 50, 'measure': 9, 'x': 6}",{'cx': 207},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qpeexact_mapped_ibm_montreal_qiskit_opt3_10.qasm,3977,ibm_27q,qpeexact,qiskit,3 +935,27,409,"{'rz': 376, 'sx': 16, 'measure': 16}",{'cx': 684},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qft_mapped_ibm_montreal_qiskit_opt1_16.qasm,3407,ibm_27q,qft,qiskit,1 +936,27,557,"{'rz': 420, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 1191},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qpeexact_mapped_ibm_montreal_qiskit_opt0_16.qasm,3449,ibm_27q,qpeexact,qiskit,0 +937,27,209,"{'rz': 129, 'sx': 10, 'measure': 10}",{'cx': 231},"(8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qft_mapped_ibm_montreal_qiskit_opt2_10.qasm,3468,ibm_27q,qft,qiskit,2 +938,27,4102,"{'rz': 1842, 'sx': 435, 'x': 42, 'measure': 13}",{'cx': 4272},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt0_13.qasm,1741,ibm_27q,qwalk-v-chain,qiskit,0 +939,27,77,"{'measure': 17, 'rz': 2, 'sx': 1}",{'cx': 127},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",ghz_mapped_ibm_montreal_qiskit_opt0_17.qasm,2509,ibm_27q,ghz,qiskit,0 +940,27,616,"{'rz': 654, 'sx': 255, 'x': 32, 'measure': 19}",{'cx': 773},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt3_19.qasm,1706,ibm_27q,ae,qiskit,3 +941,27,1056,"{'rz': 945, 'sx': 140, 'measure': 24}",{'cx': 1578},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23)",ae_mapped_ibm_montreal_qiskit_opt1_24.qasm,1755,ibm_27q,ae,qiskit,1 +942,27,586,"{'rz': 288, 'sx': 253, 'measure': 14, 'x': 11}",{'cx': 981},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_14.qasm,3895,ibm_27q,realamprandom,qiskit,3 +943,27,1229,"{'rz': 1157, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 3669},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_27.qasm,2638,ibm_27q,qpeinexact,qiskit,0 +944,27,485,"{'rz': 359, 'sx': 345, 'measure': 19, 'x': 3}",{'cx': 1360},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_19.qasm,3581,ibm_27q,twolocalrandom,qiskit,3 +945,27,896,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 3442},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_24.qasm,4044,ibm_27q,twolocalrandom,qiskit,1 +946,27,292,"{'rz': 335, 'sx': 28, 'measure': 15, 'x': 2}",{'cx': 572},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_15.qasm,3191,ibm_27q,qftentangled,qiskit,3 +947,27,20,"{'rz': 40, 'sx': 20, 'measure': 20}",{'cx': 20},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt2_20.qasm,1246,ibm_27q,graphstate,qiskit,2 +948,27,928,"{'rz': 1290, 'sx': 724, 'measure': 17}",{'cx': 1740},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_17.qasm,3034,ibm_27q,portfoliovqe,qiskit,1 +949,27,1502,"{'rz': 1413, 'sx': 555, 'measure': 20, 'x': 19}",{'cx': 2948},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_20.qasm,1225,ibm_27q,random,qiskit,2 +950,27,131,"{'sx': 96, 'rz': 58, 'measure': 24, 'x': 1}",{'cx': 102},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_24.qasm,1301,ibm_27q,wstate,qiskit,1 +951,27,848,"{'rz': 240, 'sx': 120, 'measure': 15}",{'cx': 2577},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",su2random_mapped_ibm_montreal_qiskit_opt0_15.qasm,3333,ibm_27q,su2random,qiskit,0 +952,27,77,"{'sx': 72, 'rz': 36, 'measure': 19, 'x': 1}",{'cx': 36},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_19.qasm,2010,ibm_27q,wstate,qiskit,3 +953,27,37,"{'rz': 33, 'sx': 21, 'measure': 9, 'x': 1}",{'cx': 20},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (20, 19)",dj_mapped_ibm_montreal_qiskit_opt3_10.qasm,4071,ibm_27q,dj,qiskit,3 +954,27,2560,"{'rz': 962, 'sx': 156, 'measure': 26}",{'cx': 9782},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt0_26.qasm,2216,ibm_27q,qnn,qiskit,0 +955,27,19,"{'measure': 16, 'rz': 2, 'sx': 1}",{'cx': 15},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_16.qasm,2064,ibm_27q,ghz,qiskit,1 +956,27,218,"{'rz': 188, 'sx': 51, 'measure': 11, 'x': 2}",{'cx': 258},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22)",qft_mapped_ibm_montreal_qiskit_opt3_11.qasm,3274,ibm_27q,qft,qiskit,3 +957,27,534,"{'rz': 471, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 869},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 22); (22, 19)",qpeexact_mapped_ibm_montreal_qiskit_opt1_17.qasm,3280,ibm_27q,qpeexact,qiskit,1 +958,27,1050,"{'rz': 918, 'sx': 162, 'measure': 27}",{'cx': 3402},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt1_27.qasm,2594,ibm_27q,qnn,qiskit,1 +959,27,42,"{'rz': 34, 'sx': 21, 'measure': 10}",{'cx': 27},"(8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt2_11.qasm,3477,ibm_27q,dj,qiskit,2 +960,27,1748,"{'rz': 1844, 'sx': 907, 'x': 89, 'measure': 21}",{'cx': 3083},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt3_21.qasm,1713,ibm_27q,random,qiskit,3 +961,27,298,"{'rz': 240, 'sx': 144, 'measure': 25, 'x': 1}",{'cx': 270},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt0_25.qasm,2377,ibm_27q,wstate,qiskit,0 +962,27,445,"{'sx': 112, 'rz': 112, 'measure': 14}",{'cx': 1060},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",su2random_mapped_ibm_montreal_qiskit_opt1_14.qasm,4015,ibm_27q,su2random,qiskit,1 +963,27,73,"{'sx': 68, 'rz': 34, 'measure': 18, 'x': 1}",{'cx': 34},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_18.qasm,2533,ibm_27q,wstate,qiskit,2 +964,27,26,"{'rz': 51, 'sx': 29, 'measure': 21}",{'cx': 34},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_21.qasm,3655,ibm_27q,graphstate,qiskit,3 +965,27,1487,"{'rz': 1632, 'sx': 848, 'measure': 16}",{'cx': 3387},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_16.qasm,3342,ibm_27q,portfoliovqe,qiskit,0 +966,27,380,"{'rz': 144, 'sx': 144, 'measure': 18}",{'cx': 1225},"(3, 5); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_18.qasm,3421,ibm_27q,twolocalrandom,qiskit,2 +967,27,2501,"{'rz': 300, 'sx': 200, 'measure': 25}",{'cx': 9945},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_25.qasm,1634,ibm_27q,twolocalrandom,qiskit,0 +968,27,307,"{'rz': 268, 'sx': 15, 'measure': 14}",{'cx': 528},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_14.qasm,2590,ibm_27q,qftentangled,qiskit,2 +969,27,912,"{'rz': 1075, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 2105},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_26.qasm,1922,ibm_27q,qpeinexact,qiskit,1 +970,27,460,"{'rz': 120, 'sx': 120, 'measure': 15}",{'cx': 1157},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",realamprandom_mapped_ibm_montreal_qiskit_opt2_15.qasm,2281,ibm_27q,realamprandom,qiskit,2 +971,27,608,"{'rz': 489, 'sx': 104, 'measure': 18}",{'cx': 777},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23)",ae_mapped_ibm_montreal_qiskit_opt2_18.qasm,2358,ibm_27q,ae,qiskit,2 +972,27,1185,"{'rz': 1119, 'sx': 146, 'measure': 25}",{'cx': 2850},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt0_25.qasm,1903,ibm_27q,ae,qiskit,0 +973,27,992,"{'rz': 998, 'sx': 897, 'x': 36, 'measure': 23}",{'cx': 2482},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_23.qasm,4063,ibm_27q,twolocalrandom,qiskit,3 +974,27,274,"{'rz': 212, 'sx': 13, 'measure': 12}",{'cx': 413},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_12.qasm,2752,ibm_27q,qftentangled,qiskit,1 +975,27,84,"{'rz': 162, 'sx': 81, 'measure': 27}",{'cx': 282},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt0_27.qasm,2928,ibm_27q,graphstate,qiskit,0 +976,27,465,"{'rz': 418, 'sx': 300, 'measure': 10, 'x': 2}",{'cx': 435},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt3_10.qasm,1057,ibm_27q,portfoliovqe,qiskit,3 +977,27,3481,"{'rz': 3250, 'sx': 1142, 'measure': 27, 'x': 13}",{'cx': 10579},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt0_27.qasm,1415,ibm_27q,random,qiskit,0 +978,27,425,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 691},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt2_12.qasm,3476,ibm_27q,su2random,qiskit,2 +979,27,105,"{'sx': 92, 'rz': 56, 'measure': 23, 'x': 1}",{'cx': 71},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_23.qasm,3302,ibm_27q,wstate,qiskit,3 +980,27,862,"{'rz': 929, 'sx': 351, 'x': 37, 'measure': 23}",{'cx': 1207},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt3_23.qasm,3987,ibm_27q,ae,qiskit,3 +981,27,161588,"{'rz': 73607, 'sx': 161, 'measure': 12, 'x': 10}",{'cx': 150315},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt1_12.qasm,2357,ibm_27q,qwalk-noancilla,qiskit,1 +982,27,521,"{'rz': 104, 'sx': 104, 'measure': 13}",{'cx': 1042},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt1_13.qasm,2242,ibm_27q,realamprandom,qiskit,1 +983,27,710,"{'rz': 561, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 1212},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_20.qasm,2178,ibm_27q,qpeinexact,qiskit,2 +984,27,84,"{'rz': 66, 'sx': 33, 'measure': 16}",{'cx': 58},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt1_17.qasm,2233,ibm_27q,dj,qiskit,1 +985,27,729,"{'rz': 588, 'sx': 126, 'measure': 21}",{'cx': 1961},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt2_21.qasm,3276,ibm_27q,qnn,qiskit,2 +986,27,518,"{'rz': 442, 'sx': 17, 'measure': 17}",{'cx': 1250},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qft_mapped_ibm_montreal_qiskit_opt0_17.qasm,3879,ibm_27q,qft,qiskit,0 +987,27,293,"{'rz': 174, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 290},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qpeexact_mapped_ibm_montreal_qiskit_opt2_11.qasm,1828,ibm_27q,qpeexact,qiskit,2 +988,27,28587,"{'rz': 10720, 'sx': 488, 'x': 193, 'measure': 13}",{'cx': 27066},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",grover-v-chain_mapped_ibm_montreal_qiskit_opt0_13.qasm,4091,ibm_27q,grover-v-chain,qiskit,0 +989,27,13,"{'measure': 10, 'rz': 2, 'sx': 1}",{'cx': 9},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_10.qasm,3363,ibm_27q,ghz,qiskit,2 +990,27,14,"{'measure': 11, 'rz': 2, 'sx': 1}",{'cx': 10},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_11.qasm,1042,ibm_27q,ghz,qiskit,2 +991,27,3918,"{'rz': 1427, 'sx': 341, 'measure': 15, 'x': 10}",{'cx': 3398},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt2_15.qasm,4061,ibm_27q,qwalk-v-chain,qiskit,2 +992,27,485,"{'rz': 392, 'sx': 16, 'measure': 16}",{'cx': 1119},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qft_mapped_ibm_montreal_qiskit_opt0_16.qasm,2976,ibm_27q,qft,qiskit,0 +993,27,197,"{'rz': 143, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 224},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qpeexact_mapped_ibm_montreal_qiskit_opt2_10.qasm,2280,ibm_27q,qpeexact,qiskit,2 +994,27,83,"{'rz': 62, 'sx': 31, 'measure': 15}",{'cx': 57},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt1_16.qasm,1838,ibm_27q,dj,qiskit,1 +995,27,621,"{'rz': 540, 'sx': 120, 'measure': 20}",{'cx': 1708},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_20.qasm,1525,ibm_27q,qnn,qiskit,2 +996,27,836,"{'rz': 766, 'sx': 678, 'x': 31, 'measure': 22}",{'cx': 2207},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_22.qasm,2987,ibm_27q,twolocalrandom,qiskit,3 +997,27,350,"{'rz': 249, 'sx': 14, 'measure': 13}",{'cx': 477},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qftentangled_mapped_ibm_montreal_qiskit_opt1_13.qasm,2666,ibm_27q,qftentangled,qiskit,1 +998,27,108,"{'rz': 156, 'sx': 78, 'measure': 26}",{'cx': 287},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt0_26.qasm,2086,ibm_27q,graphstate,qiskit,0 +999,27,565,"{'rz': 508, 'sx': 351, 'measure': 11, 'x': 1}",{'cx': 574},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt3_11.qasm,3456,ibm_27q,portfoliovqe,qiskit,3 +1000,27,3341,"{'rz': 3184, 'sx': 1153, 'measure': 26, 'x': 18}",{'cx': 10001},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt0_26.qasm,1153,ibm_27q,random,qiskit,0 +1001,27,438,"{'sx': 104, 'rz': 104, 'measure': 13}",{'cx': 860},"(0, 1); (1, 0); (1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt2_13.qasm,1630,ibm_27q,su2random,qiskit,2 +1002,27,101,"{'sx': 84, 'rz': 42, 'measure': 22, 'x': 1}",{'cx': 60},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_22.qasm,2402,ibm_27q,wstate,qiskit,3 +1003,27,713,"{'rz': 896, 'sx': 372, 'x': 35, 'measure': 22}",{'cx': 1122},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt3_22.qasm,3974,ibm_27q,ae,qiskit,3 +1004,27,407,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 763},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt1_12.qasm,1663,ibm_27q,realamprandom,qiskit,1 +1005,27,728,"{'rz': 628, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 1332},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_21.qasm,2488,ibm_27q,qpeinexact,qiskit,2 +1006,27,1594,"{'rz': 1709, 'sx': 826, 'x': 90, 'measure': 20}",{'cx': 2770},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_20.qasm,1563,ibm_27q,random,qiskit,3 +1007,27,77,"{'sx': 72, 'rz': 36, 'measure': 19, 'x': 1}",{'cx': 36},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_19.qasm,2728,ibm_27q,wstate,qiskit,2 +1008,27,289,"{'rz': 230, 'sx': 138, 'measure': 24, 'x': 1}",{'cx': 268},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt0_24.qasm,1236,ibm_27q,wstate,qiskit,0 +1009,27,589,"{'sx': 120, 'rz': 120, 'measure': 15}",{'cx': 1395},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",su2random_mapped_ibm_montreal_qiskit_opt1_15.qasm,1655,ibm_27q,su2random,qiskit,1 +1010,27,21,"{'rz': 48, 'sx': 25, 'measure': 20}",{'cx': 30},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (8, 5); (8, 11); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_20.qasm,2527,ibm_27q,graphstate,qiskit,3 +1011,27,1565,"{'rz': 1836, 'sx': 952, 'measure': 17}",{'cx': 3753},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_17.qasm,1888,ibm_27q,portfoliovqe,qiskit,0 +1012,27,2039,"{'rz': 288, 'sx': 192, 'measure': 24}",{'cx': 8376},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_24.qasm,1970,ibm_27q,twolocalrandom,qiskit,0 +1013,27,389,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1368},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_19.qasm,3886,ibm_27q,twolocalrandom,qiskit,2 +1014,27,340,"{'rz': 292, 'sx': 16, 'measure': 15}",{'cx': 590},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_15.qasm,3159,ibm_27q,qftentangled,qiskit,2 +1015,27,976,"{'rz': 1157, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 2208},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_27.qasm,2942,ibm_27q,qpeinexact,qiskit,1 +1016,27,402,"{'rz': 112, 'sx': 112, 'measure': 14}",{'cx': 929},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt2_14.qasm,3081,ibm_27q,realamprandom,qiskit,2 +1017,27,1064,"{'rz': 1038, 'sx': 140, 'measure': 24}",{'cx': 2475},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt0_24.qasm,1402,ibm_27q,ae,qiskit,0 +1018,27,669,"{'rz': 542, 'sx': 110, 'measure': 19}",{'cx': 879},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt2_19.qasm,2201,ibm_27q,ae,qiskit,2 +1019,27,1054,"{'rz': 858, 'sx': 156, 'measure': 26}",{'cx': 3159},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt1_26.qasm,2648,ibm_27q,qnn,qiskit,1 +1020,27,34,"{'rz': 32, 'sx': 19, 'measure': 9}",{'cx': 23},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21)",dj_mapped_ibm_montreal_qiskit_opt2_10.qasm,3570,ibm_27q,dj,qiskit,2 +1021,27,181,"{'rz': 147, 'sx': 34, 'measure': 10, 'x': 2}",{'cx': 210},"(8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qft_mapped_ibm_montreal_qiskit_opt3_10.qasm,3976,ibm_27q,qft,qiskit,3 +1022,27,568,"{'rz': 419, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 714},"(5, 8); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qpeexact_mapped_ibm_montreal_qiskit_opt1_16.qasm,1475,ibm_27q,qpeexact,qiskit,1 +1023,27,20,"{'measure': 17, 'rz': 2, 'sx': 1}",{'cx': 16},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_17.qasm,1213,ibm_27q,ghz,qiskit,1 +1024,27,2887,"{'rz': 1089, 'sx': 255, 'measure': 13, 'x': 10}",{'cx': 2505},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt1_13.qasm,2031,ibm_27q,qwalk-v-chain,qiskit,1 +1025,27,40,"{'rz': 36, 'sx': 23, 'measure': 10, 'x': 1}",{'cx': 24},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 22); (22, 19)",dj_mapped_ibm_montreal_qiskit_opt3_11.qasm,3587,ibm_27q,dj,qiskit,3 +1026,27,2847,"{'rz': 1026, 'sx': 162, 'measure': 27}",{'cx': 10877},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt0_27.qasm,2983,ibm_27q,qnn,qiskit,0 +1027,27,1076,"{'rz': 1022, 'sx': 146, 'measure': 25}",{'cx': 1686},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt1_25.qasm,2261,ibm_27q,ae,qiskit,1 +1028,27,583,"{'rz': 566, 'sx': 223, 'x': 18, 'measure': 18}",{'cx': 659},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt3_18.qasm,3883,ibm_27q,ae,qiskit,3 +1029,27,568,"{'rz': 516, 'sx': 442, 'measure': 15, 'x': 10}",{'cx': 991},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_15.qasm,2388,ibm_27q,realamprandom,qiskit,3 +1030,27,1238,"{'rz': 1075, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 3608},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_26.qasm,1637,ibm_27q,qpeinexact,qiskit,0 +1031,27,1218,"{'rz': 200, 'sx': 200, 'measure': 25}",{'cx': 4031},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_25.qasm,3107,ibm_27q,twolocalrandom,qiskit,1 +1032,27,656,"{'rz': 552, 'sx': 488, 'x': 23, 'measure': 18}",{'cx': 1340},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_18.qasm,3049,ibm_27q,twolocalrandom,qiskit,3 +1033,27,262,"{'rz': 282, 'sx': 15, 'measure': 14}",{'cx': 507},"(8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_14.qasm,3471,ibm_27q,qftentangled,qiskit,3 +1034,27,36,"{'rz': 62, 'sx': 31, 'measure': 21}",{'cx': 42},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_21.qasm,1623,ibm_27q,graphstate,qiskit,2 +1035,27,874,"{'rz': 1161, 'sx': 657, 'measure': 16}",{'cx': 1566},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_16.qasm,2191,ibm_27q,portfoliovqe,qiskit,1 +1036,27,1666,"{'rz': 1553, 'sx': 634, 'x': 22, 'measure': 21}",{'cx': 3307},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_21.qasm,2946,ibm_27q,random,qiskit,2 +1037,27,73,"{'sx': 68, 'rz': 34, 'measure': 18, 'x': 1}",{'cx': 34},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_18.qasm,1797,ibm_27q,wstate,qiskit,3 +1038,27,125,"{'sx': 100, 'rz': 60, 'measure': 25, 'x': 1}",{'cx': 81},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_25.qasm,3410,ibm_27q,wstate,qiskit,1 +1039,27,549,"{'rz': 224, 'sx': 112, 'measure': 14}",{'cx': 1689},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",su2random_mapped_ibm_montreal_qiskit_opt0_14.qasm,3927,ibm_27q,su2random,qiskit,0 +1040,27,67,"{'measure': 16, 'rz': 2, 'sx': 1}",{'cx': 117},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",ghz_mapped_ibm_montreal_qiskit_opt0_16.qasm,2978,ibm_27q,ghz,qiskit,0 +1041,27,690,"{'rz': 472, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 1433},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qpeexact_mapped_ibm_montreal_qiskit_opt0_17.qasm,3602,ibm_27q,qpeexact,qiskit,0 +1042,27,58129,"{'rz': 27635, 'sx': 563, 'measure': 15, 'x': 1}",{'cx': 57816},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",grover-v-chain_mapped_ibm_montreal_qiskit_opt2_15.qasm,3177,ibm_27q,grover-v-chain,qiskit,2 +1043,27,212,"{'rz': 156, 'sx': 11, 'measure': 11}",{'cx': 278},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22)",qft_mapped_ibm_montreal_qiskit_opt2_11.qasm,3018,ibm_27q,qft,qiskit,2 +1044,27,21227,"{'rz': 10183, 'sx': 352, 'measure': 13, 'x': 1}",{'cx': 17724},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18)",grover-v-chain_mapped_ibm_montreal_qiskit_opt1_13.qasm,3821,ibm_27q,grover-v-chain,qiskit,1 +1045,27,305,"{'rz': 206, 'sx': 61, 'x': 10, 'measure': 10}",{'cx': 258},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qpeexact_mapped_ibm_montreal_qiskit_opt3_11.qasm,1500,ibm_27q,qpeexact,qiskit,3 +1046,27,447,"{'rz': 424, 'sx': 17, 'measure': 17}",{'cx': 761},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qft_mapped_ibm_montreal_qiskit_opt1_17.qasm,2287,ibm_27q,qft,qiskit,1 +1047,27,13,"{'measure': 10, 'rz': 2, 'sx': 1}",{'cx': 9},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_10.qasm,1202,ibm_27q,ghz,qiskit,3 +1048,27,653,"{'rz': 713, 'sx': 249, 'x': 29, 'measure': 19}",{'cx': 1051},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_20.qasm,3054,ibm_27q,qpeinexact,qiskit,3 +1049,27,600,"{'rz': 156, 'sx': 104, 'measure': 13}",{'cx': 1755},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",realamprandom_mapped_ibm_montreal_qiskit_opt0_13.qasm,2679,ibm_27q,realamprandom,qiskit,0 +1050,27,894,"{'rz': 778, 'sx': 134, 'measure': 23}",{'cx': 1353},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt2_23.qasm,3332,ibm_27q,ae,qiskit,2 +1051,27,2532,"{'rz': 2587, 'sx': 1005, 'x': 31, 'measure': 27}",{'cx': 6277},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt1_27.qasm,4005,ibm_27q,random,qiskit,1 +1052,27,465,"{'rz': 273, 'sx': 231, 'measure': 12, 'x': 9}",{'cx': 674},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt3_12.qasm,1643,ibm_27q,su2random,qiskit,3 +1053,27,130,"{'sx': 92, 'rz': 56, 'measure': 23, 'x': 1}",{'cx': 102},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_23.qasm,3514,ibm_27q,wstate,qiskit,2 +1054,27,55,"{'rz': 90, 'sx': 45, 'measure': 27}",{'cx': 81},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt1_27.qasm,2568,ibm_27q,graphstate,qiskit,1 +1055,27,399,"{'rz': 394, 'sx': 244, 'measure': 10}",{'cx': 468},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_10.qasm,2556,ibm_27q,portfoliovqe,qiskit,2 +1056,27,791,"{'rz': 184, 'sx': 184, 'measure': 23}",{'cx': 2639},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_23.qasm,1380,ibm_27q,twolocalrandom,qiskit,2 +1057,27,272,"{'rz': 224, 'sx': 13, 'measure': 12}",{'cx': 695},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qftentangled_mapped_ibm_montreal_qiskit_opt0_12.qasm,2743,ibm_27q,qftentangled,qiskit,0 +1058,27,658,"{'rz': 1321, 'sx': 822, 'measure': 21, 'x': 3}",{'cx': 1644},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_21.qasm,3214,ibm_27q,qnn,qiskit,3 +1059,27,101,"{'rz': 66, 'sx': 33, 'x': 21, 'measure': 16}",{'cx': 139},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",dj_mapped_ibm_montreal_qiskit_opt0_17.qasm,1896,ibm_27q,dj,qiskit,0 +1060,27,795,"{'rz': 870, 'sx': 27, 'measure': 27}",{'cx': 1896},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt2_27.qasm,2192,ibm_27q,qft,qiskit,2 +1061,27,904,"{'rz': 710, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 2172},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt0_21.qasm,1972,ibm_27q,qpeexact,qiskit,0 +1062,27,90,"{'measure': 20, 'rz': 2, 'sx': 1}",{'cx': 163},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt0_20.qasm,2693,ibm_27q,ghz,qiskit,0 +1063,27,633,"{'rz': 377, 'sx': 91, 'measure': 26}",{'cx': 1193},"(0, 1); (1, 0); (1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt1_13.qasm,3065,ibm_27q,portfolioqaoa,qiskit,1 +1064,27,6455,"{'rz': 2264, 'sx': 549, 'measure': 19, 'x': 10}",{'cx': 5963},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt2_19.qasm,1192,ibm_27q,qwalk-v-chain,qiskit,2 +1065,27,53,"{'sx': 48, 'rz': 24, 'measure': 13, 'x': 1}",{'cx': 24},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_13.qasm,2478,ibm_27q,wstate,qiskit,1 +1066,27,1695,"{'rz': 352, 'sx': 176, 'measure': 22}",{'cx': 6327},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt0_22.qasm,3207,ibm_27q,su2random,qiskit,0 +1067,27,976,"{'rz': 926, 'sx': 408, 'x': 19, 'measure': 17}",{'cx': 1670},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_17.qasm,2919,ibm_27q,random,qiskit,2 +1068,27,42,"{'rz': 54, 'sx': 27, 'measure': 17}",{'cx': 38},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt2_17.qasm,2594,ibm_27q,graphstate,qiskit,2 +1069,27,442,"{'rz': 708, 'sx': 63, 'measure': 22, 'x': 10}",{'cx': 1222},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_22.qasm,2486,ibm_27q,qftentangled,qiskit,3 +1070,27,521,"{'rz': 104, 'sx': 104, 'measure': 13}",{'cx': 1042},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_13.qasm,2275,ibm_27q,twolocalrandom,qiskit,1 +1071,27,271,"{'rz': 171, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 375},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 9); (9, 8)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_10.qasm,2099,ibm_27q,qpeinexact,qiskit,0 +1072,27,992,"{'rz': 998, 'sx': 897, 'x': 36, 'measure': 23}",{'cx': 2482},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_23.qasm,3323,ibm_27q,realamprandom,qiskit,3 +1073,27,389,"{'rz': 296, 'sx': 74, 'measure': 13}",{'cx': 396},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt1_13.qasm,1252,ibm_27q,ae,qiskit,1 +1074,27,35,"{'rz': 114, 'sx': 60, 'measure': 12}",{'cx': 48},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt2_12.qasm,1794,ibm_27q,qaoa,qiskit,2 +1075,27,394,"{'rz': 242, 'sx': 66, 'measure': 11}",{'cx': 926},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qnn_mapped_ibm_montreal_qiskit_opt0_11.qasm,3436,ibm_27q,qnn,qiskit,0 +1076,27,101,"{'rz': 117, 'sx': 78, 'measure': 13}",{'cx': 165},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",vqe_mapped_ibm_montreal_qiskit_opt0_13.qasm,3909,ibm_27q,vqe,qiskit,0 +1077,27,116,"{'rz': 103, 'sx': 63, 'measure': 26, 'x': 5}",{'cx': 72},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_27.qasm,2953,ibm_27q,dj,qiskit,3 +1078,27,82,"{'rz': 140, 'sx': 70, 'measure': 14}",{'cx': 89},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 22); (22, 19)",qaoa_mapped_ibm_montreal_qiskit_opt1_14.qasm,1947,ibm_27q,qaoa,qiskit,1 +1079,27,125,"{'rz': 82, 'sx': 41, 'x': 21, 'measure': 20}",{'cx': 200},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (20, 19)",dj_mapped_ibm_montreal_qiskit_opt0_21.qasm,2726,ibm_27q,dj,qiskit,0 +1080,27,29,"{'rz': 84, 'sx': 82, 'measure': 15, 'x': 4}",{'cx': 28},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt3_15.qasm,4020,ibm_27q,vqe,qiskit,3 +1081,27,607,"{'rz': 661, 'sx': 326, 'measure': 17, 'x': 4}",{'cx': 1177},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_17.qasm,2300,ibm_27q,qnn,qiskit,3 +1082,27,418,"{'rz': 516, 'sx': 20, 'measure': 19}",{'cx': 1030},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt2_19.qasm,1429,ibm_27q,qftentangled,qiskit,2 +1083,27,943,"{'rz': 878, 'sx': 25, 'measure': 24}",{'cx': 3164},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt0_24.qasm,2447,ibm_27q,qftentangled,qiskit,0 +1084,27,460,"{'rz': 120, 'sx': 120, 'measure': 15}",{'cx': 1157},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_15.qasm,1777,ibm_27q,twolocalrandom,qiskit,2 +1085,27,26,"{'rz': 38, 'sx': 19, 'measure': 11}",{'cx': 32},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23)",graphstate_mapped_ibm_montreal_qiskit_opt1_11.qasm,3433,ibm_27q,graphstate,qiskit,1 +1086,27,629,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1979},"(4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt1_19.qasm,3592,ibm_27q,su2random,qiskit,1 +1087,27,1050,"{'rz': 1119, 'sx': 949, 'x': 62, 'measure': 24}",{'cx': 2735},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt3_24.qasm,1191,ibm_27q,su2random,qiskit,3 +1088,27,61,"{'sx': 56, 'rz': 28, 'measure': 15, 'x': 1}",{'cx': 28},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_15.qasm,1092,ibm_27q,wstate,qiskit,2 +1089,27,478,"{'rz': 416, 'sx': 163, 'measure': 11, 'x': 8}",{'cx': 595},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt1_11.qasm,1711,ibm_27q,random,qiskit,1 +1090,27,470,"{'rz': 350, 'sx': 86, 'measure': 15}",{'cx': 498},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt2_15.qasm,2436,ibm_27q,ae,qiskit,2 +1091,27,380,"{'rz': 144, 'sx': 144, 'measure': 18}",{'cx': 1225},"(3, 5); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt2_18.qasm,2338,ibm_27q,realamprandom,qiskit,2 +1092,27,2501,"{'rz': 300, 'sx': 200, 'measure': 25}",{'cx': 9945},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt0_25.qasm,3724,ibm_27q,realamprandom,qiskit,0 +1093,27,514,"{'rz': 458, 'sx': 152, 'x': 23, 'measure': 15}",{'cx': 661},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_16.qasm,3916,ibm_27q,qpeinexact,qiskit,3 +1094,27,84,"{'rz': 30, 'measure': 26, 'sx': 21, 'x': 2}",{'cx': 56},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_26.qasm,1133,ibm_27q,ghz,qiskit,3 +1095,27,607,"{'rz': 649, 'sx': 21, 'measure': 21}",{'cx': 1254},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_21.qasm,2344,ibm_27q,qft,qiskit,1 +1096,27,892,"{'rz': 1146, 'sx': 294, 'x': 40, 'measure': 26}",{'cx': 1935},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt3_27.qasm,2389,ibm_27q,qpeexact,qiskit,3 +1097,27,518,"{'rz': 422, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 833},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_17.qasm,2609,ibm_27q,qpeinexact,qiskit,2 +1098,27,485,"{'rz': 359, 'sx': 345, 'measure': 19, 'x': 3}",{'cx': 1360},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_19.qasm,1532,ibm_27q,realamprandom,qiskit,3 +1099,27,896,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 3442},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_24.qasm,2756,ibm_27q,realamprandom,qiskit,1 +1100,27,436,"{'rz': 344, 'sx': 127, 'measure': 14, 'x': 13}",{'cx': 383},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",ae_mapped_ibm_montreal_qiskit_opt3_14.qasm,1509,ibm_27q,ae,qiskit,3 +1101,27,1287,"{'rz': 288, 'sx': 144, 'measure': 18}",{'cx': 4290},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",su2random_mapped_ibm_montreal_qiskit_opt0_18.qasm,2278,ibm_27q,su2random,qiskit,0 +1102,27,870,"{'sx': 200, 'rz': 200, 'measure': 25}",{'cx': 3178},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt2_25.qasm,1425,ibm_27q,su2random,qiskit,2 +1103,27,57,"{'sx': 52, 'rz': 26, 'measure': 14, 'x': 1}",{'cx': 26},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_14.qasm,1950,ibm_27q,wstate,qiskit,3 +1104,27,366,"{'rz': 364, 'sx': 143, 'measure': 10}",{'cx': 704},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",random_mapped_ibm_montreal_qiskit_opt0_10.qasm,3412,ibm_27q,random,qiskit,0 +1105,27,63,"{'rz': 60, 'sx': 30, 'measure': 10}",{'cx': 79},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 9); (9, 8)",graphstate_mapped_ibm_montreal_qiskit_opt0_10.qasm,4045,ibm_27q,graphstate,qiskit,0 +1106,27,366,"{'rz': 482, 'sx': 51, 'measure': 18, 'x': 4}",{'cx': 830},"(5, 8); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_18.qasm,3526,ibm_27q,qftentangled,qiskit,3 +1107,27,680,"{'rz': 925, 'sx': 26, 'measure': 25}",{'cx': 1698},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_25.qasm,2183,ibm_27q,qftentangled,qiskit,1 +1108,27,586,"{'rz': 288, 'sx': 253, 'measure': 14, 'x': 11}",{'cx': 981},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_14.qasm,1112,ibm_27q,twolocalrandom,qiskit,3 +1109,27,416,"{'rz': 368, 'sx': 96, 'measure': 16}",{'cx': 1083},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_16.qasm,2525,ibm_27q,qnn,qiskit,2 +1110,27,28,"{'sx': 82, 'rz': 81, 'measure': 14, 'x': 1}",{'cx': 26},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt2_14.qasm,3728,ibm_27q,vqe,qiskit,2 +1111,27,89,"{'rz': 78, 'sx': 39, 'measure': 19}",{'cx': 79},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt1_20.qasm,1878,ibm_27q,dj,qiskit,1 +1112,27,791,"{'rz': 885, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 1965},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt2_26.qasm,2802,ibm_27q,qpeexact,qiskit,2 +1113,27,614,"{'rz': 610, 'sx': 20, 'measure': 20}",{'cx': 1856},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt0_20.qasm,3157,ibm_27q,qft,qiskit,0 +1114,27,87,"{'measure': 27, 'rz': 2, 'sx': 1}",{'cx': 95},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_27.qasm,2653,ibm_27q,ghz,qiskit,2 +1115,27,766,"{'rz': 533, 'sx': 201, 'measure': 28, 'x': 14}",{'cx': 1296},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt3_14.qasm,2523,ibm_27q,portfolioqaoa,qiskit,3 +1116,27,498,"{'rz': 366, 'sx': 84, 'measure': 24}",{'cx': 1347},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt0_12.qasm,4061,ibm_27q,portfolioqaoa,qiskit,0 +1117,27,24,"{'measure': 21, 'rz': 2, 'sx': 1}",{'cx': 20},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_21.qasm,2511,ibm_27q,ghz,qiskit,1 +1118,27,658,"{'rz': 645, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 1250},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt1_20.qasm,2102,ibm_27q,qpeexact,qiskit,1 +1119,27,707,"{'rz': 990, 'sx': 246, 'measure': 26, 'x': 15}",{'cx': 1672},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_26.qasm,2626,ibm_27q,qft,qiskit,3 +1120,27,106,"{'rz': 89, 'sx': 51, 'measure': 25}",{'cx': 95},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (9, 8); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt2_26.qasm,1200,ibm_27q,dj,qiskit,2 +1121,27,26,"{'rz': 70, 'sx': 68, 'measure': 12, 'x': 2}",{'cx': 22},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",vqe_mapped_ibm_montreal_qiskit_opt1_12.qasm,2685,ibm_27q,vqe,qiskit,1 +1122,27,251,"{'rz': 170, 'sx': 60, 'measure': 10}",{'cx': 421},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",qnn_mapped_ibm_montreal_qiskit_opt1_10.qasm,1868,ibm_27q,qnn,qiskit,1 +1123,27,44,"{'rz': 122, 'sx': 65, 'measure': 13}",{'cx': 58},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt3_13.qasm,3811,ibm_27q,qaoa,qiskit,3 +1124,27,425,"{'rz': 300, 'sx': 68, 'measure': 12}",{'cx': 519},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ae_mapped_ibm_montreal_qiskit_opt0_12.qasm,2289,ibm_27q,ae,qiskit,0 +1125,27,781,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 2375},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt2_22.qasm,3324,ibm_27q,realamprandom,qiskit,2 +1126,27,292,"{'rz': 205, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 299},"(8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_11.qasm,3633,ibm_27q,qpeinexact,qiskit,1 +1127,27,549,"{'rz': 713, 'sx': 24, 'measure': 23}",{'cx': 1402},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_23.qasm,2515,ibm_27q,qftentangled,qiskit,2 +1128,27,474,"{'rz': 144, 'sx': 96, 'measure': 12}",{'cx': 1344},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_12.qasm,2552,ibm_27q,twolocalrandom,qiskit,0 +1129,27,26,"{'rz': 36, 'sx': 18, 'measure': 16}",{'cx': 37},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_16.qasm,2268,ibm_27q,graphstate,qiskit,3 +1130,27,145,"{'rz': 110, 'sx': 66, 'measure': 12, 'x': 1}",{'cx': 130},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",wstate_mapped_ibm_montreal_qiskit_opt0_12.qasm,2040,ibm_27q,wstate,qiskit,0 +1131,27,877,"{'sx': 184, 'rz': 184, 'measure': 23}",{'cx': 3408},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt1_23.qasm,1751,ibm_27q,su2random,qiskit,1 +1132,27,1110,"{'rz': 1171, 'sx': 553, 'x': 59, 'measure': 16}",{'cx': 1561},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt3_16.qasm,2090,ibm_27q,random,qiskit,3 diff --git a/dataset/iquantum/MQT-Set02-10-27-Mapped-AllAlgorithmLeft.csv b/dataset/iquantum/MQT-Set02-10-27-Mapped-AllAlgorithmLeft.csv new file mode 100644 index 000000000..2c16eb2f7 --- /dev/null +++ b/dataset/iquantum/MQT-Set02-10-27-Mapped-AllAlgorithmLeft.csv @@ -0,0 +1,1134 @@ +index,n_qubits,qc_depth,single_qubit_gates,multi_qubit_gates,qubit_topology,qasm_file +0,27,1063,"{'rz': 774, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 2596},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt0_22.qasm +1,27,719,"{'rz': 551, 'sx': 19, 'measure': 19}",{'cx': 1815},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qft_mapped_ibm_montreal_qiskit_opt0_19.qasm +2,27,573,"{'rz': 714, 'sx': 24, 'measure': 24}",{'cx': 1437},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt2_24.qasm +3,27,410,"{'rz': 245, 'sx': 70, 'measure': 20}",{'cx': 627},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt1_10.qasm +4,27,105,"{'measure': 23, 'rz': 2, 'sx': 1}",{'cx': 187},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt0_23.qasm +5,27,271,"{'rz': 182, 'sx': 56, 'measure': 10}",{'cx': 201},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",ae_mapped_ibm_montreal_qiskit_opt1_10.qasm +6,27,369,"{'rz': 282, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 687},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_13.qasm +7,27,580,"{'rz': 894, 'sx': 825, 'measure': 20, 'x': 3}",{'cx': 1559},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23)",realamprandom_mapped_ibm_montreal_qiskit_opt3_20.qasm +8,27,41,"{'rz': 48, 'sx': 24, 'measure': 14}",{'cx': 35},"(5, 8); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",graphstate_mapped_ibm_montreal_qiskit_opt2_14.qasm +9,27,418,"{'rz': 662, 'sx': 70, 'measure': 21, 'x': 3}",{'cx': 1118},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_21.qasm +10,27,358,"{'rz': 80, 'sx': 80, 'measure': 10}",{'cx': 530},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_10.qasm +11,27,1472,"{'rz': 336, 'sx': 168, 'measure': 21}",{'cx': 5658},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt0_21.qasm +12,27,41,"{'sx': 36, 'rz': 18, 'measure': 10, 'x': 1}",{'cx': 18},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_10.qasm +13,27,622,"{'rz': 645, 'sx': 282, 'x': 14, 'measure': 14}",{'cx': 1030},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",random_mapped_ibm_montreal_qiskit_opt2_14.qasm +14,27,69,"{'rz': 90, 'sx': 60, 'measure': 10}",{'cx': 114},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",vqe_mapped_ibm_montreal_qiskit_opt0_10.qasm +15,27,98,"{'rz': 74, 'sx': 37, 'measure': 18}",{'cx': 75},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21)",dj_mapped_ibm_montreal_qiskit_opt1_19.qasm +16,27,96,"{'rz': 87, 'sx': 57, 'measure': 23, 'x': 5}",{'cx': 55},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_24.qasm +17,27,477,"{'rz': 276, 'sx': 72, 'measure': 12}",{'cx': 1262},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qnn_mapped_ibm_montreal_qiskit_opt0_12.qasm +18,27,40,"{'rz': 105, 'sx': 55, 'measure': 11}",{'cx': 59},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qaoa_mapped_ibm_montreal_qiskit_opt2_11.qasm +19,27,467,"{'rz': 384, 'sx': 158, 'measure': 14, 'x': 2}",{'cx': 825},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_14.qasm +20,27,128,"{'rz': 86, 'sx': 43, 'x': 21, 'measure': 21}",{'cx': 204},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18)",dj_mapped_ibm_montreal_qiskit_opt0_22.qasm +21,27,2472,"{'rz': 312, 'sx': 208, 'measure': 26}",{'cx': 9669},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt0_26.qasm +22,27,418,"{'rz': 376, 'sx': 108, 'x': 15, 'measure': 14}",{'cx': 567},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_15.qasm +23,27,468,"{'rz': 399, 'sx': 92, 'measure': 16}",{'cx': 609},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt2_16.qasm +24,27,65,"{'sx': 60, 'rz': 30, 'measure': 16, 'x': 1}",{'cx': 30},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_16.qasm +25,27,1185,"{'rz': 1342, 'sx': 1126, 'x': 71, 'measure': 27}",{'cx': 3632},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt3_27.qasm +26,27,503,"{'rz': 524, 'sx': 199, 'measure': 12, 'x': 5}",{'cx': 733},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_12.qasm +27,27,1247,"{'rz': 1109, 'sx': 28, 'measure': 27}",{'cx': 3998},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt0_27.qasm +28,27,458,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1159},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_16.qasm +29,27,1831,"{'rz': 2052, 'sx': 1062, 'measure': 18}",{'cx': 4305},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_18.qasm +30,27,22,"{'rz': 24, 'sx': 12, 'measure': 12}",{'cx': 12},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_12.qasm +31,27,21,"{'measure': 18, 'rz': 2, 'sx': 1}",{'cx': 17},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_18.qasm +32,27,74,"{'measure': 25, 'rz': 22, 'sx': 16, 'x': 2}",{'cx': 51},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_25.qasm +33,27,772,"{'rz': 924, 'sx': 247, 'x': 38, 'measure': 23}",{'cx': 1503},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt3_24.qasm +34,27,581,"{'rz': 585, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1152},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt1_19.qasm +35,27,640,"{'rz': 712, 'sx': 22, 'measure': 22}",{'cx': 1356},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_22.qasm +36,27,60,"{'rz': 78, 'sx': 39, 'measure': 13}",{'cx': 76},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10)",graphstate_mapped_ibm_montreal_qiskit_opt0_13.qasm +37,27,728,"{'rz': 1001, 'sx': 27, 'measure': 26}",{'cx': 1965},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_26.qasm +38,27,555,"{'rz': 499, 'sx': 448, 'measure': 17, 'x': 5}",{'cx': 1212},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_17.qasm +39,27,69,"{'sx': 64, 'rz': 32, 'measure': 17, 'x': 1}",{'cx': 32},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_17.qasm +40,27,959,"{'sx': 208, 'rz': 208, 'measure': 26}",{'cx': 3553},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt2_26.qasm +41,27,794,"{'rz': 809, 'sx': 306, 'measure': 13, 'x': 3}",{'cx': 1418},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",random_mapped_ibm_montreal_qiskit_opt0_13.qasm +42,27,529,"{'rz': 505, 'sx': 197, 'x': 20, 'measure': 17}",{'cx': 581},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt3_17.qasm +43,27,398,"{'rz': 281, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 506},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_14.qasm +44,27,1217,"{'rz': 216, 'sx': 216, 'measure': 27}",{'cx': 4638},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_27.qasm +45,27,107,"{'rz': 90, 'sx': 45, 'measure': 22}",{'cx': 100},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt1_23.qasm +46,27,394,"{'rz': 330, 'sx': 90, 'measure': 15}",{'cx': 963},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_15.qasm +47,27,690,"{'rz': 805, 'sx': 23, 'measure': 23}",{'cx': 2195},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt0_23.qasm +48,27,796,"{'rz': 826, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 1874},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt2_25.qasm +49,27,687,"{'rz': 524, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 1576},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qpeexact_mapped_ibm_montreal_qiskit_opt0_18.qasm +50,27,80,"{'measure': 19, 'rz': 2, 'sx': 1}",{'cx': 138},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",ghz_mapped_ibm_montreal_qiskit_opt0_19.qasm +51,27,66,"{'measure': 24, 'rz': 2, 'sx': 1}",{'cx': 65},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_24.qasm +52,27,55,"{'measure': 22, 'rz': 2, 'sx': 1}",{'cx': 54},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_22.qasm +53,27,364,"{'rz': 319, 'sx': 77, 'measure': 22}",{'cx': 1008},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt0_11.qasm +54,27,543,"{'rz': 475, 'sx': 18, 'measure': 18}",{'cx': 972},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_18.qasm +55,27,527,"{'rz': 1015, 'sx': 341, 'measure': 25, 'x': 24}",{'cx': 1457},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_25.qasm +56,27,770,"{'rz': 841, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 1540},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt1_23.qasm +57,27,53,"{'rz': 96, 'sx': 50, 'measure': 10}",{'cx': 61},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (19, 22); (21, 18); (22, 19); (22, 25); (25, 22)",qaoa_mapped_ibm_montreal_qiskit_opt3_10.qasm +58,27,394,"{'rz': 260, 'sx': 78, 'measure': 13}",{'cx': 694},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt1_13.qasm +59,27,104,"{'rz': 70, 'sx': 35, 'x': 21, 'measure': 17}",{'cx': 164},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",dj_mapped_ibm_montreal_qiskit_opt0_18.qasm +60,27,106,"{'rz': 84, 'sx': 49, 'measure': 24}",{'cx': 97},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt2_25.qasm +61,27,25,"{'rz': 62, 'sx': 58, 'measure': 11, 'x': 4}",{'cx': 20},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt1_11.qasm +62,27,704,"{'sx': 160, 'rz': 160, 'measure': 20}",{'cx': 2406},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt1_20.qasm +63,27,133,"{'rz': 100, 'sx': 60, 'measure': 11, 'x': 1}",{'cx': 125},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",wstate_mapped_ibm_montreal_qiskit_opt0_11.qasm +64,27,920,"{'rz': 1021, 'sx': 512, 'x': 39, 'measure': 15}",{'cx': 1293},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",random_mapped_ibm_montreal_qiskit_opt3_15.qasm +65,27,456,"{'rz': 554, 'sx': 21, 'measure': 20}",{'cx': 1127},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt2_20.qasm +66,27,274,"{'rz': 132, 'sx': 88, 'measure': 11}",{'cx': 843},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_11.qasm +67,27,31,"{'rz': 56, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 37},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22)",graphstate_mapped_ibm_montreal_qiskit_opt3_15.qasm +68,27,503,"{'rz': 168, 'sx': 168, 'measure': 21}",{'cx': 1977},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt2_21.qasm +69,27,362,"{'rz': 241, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 369},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_12.qasm +70,27,366,"{'rz': 258, 'sx': 62, 'measure': 11}",{'cx': 449},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ae_mapped_ibm_montreal_qiskit_opt0_11.qasm +71,27,15,"{'measure': 12, 'rz': 2, 'sx': 1}",{'cx': 11},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_12.qasm +72,27,9670,"{'rz': 3918, 'sx': 279, 'x': 113, 'measure': 11}",{'cx': 9076},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",grover-v-chain_mapped_ibm_montreal_qiskit_opt0_11.qasm +73,27,341,"{'rz': 236, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 422},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21)",qpeexact_mapped_ibm_montreal_qiskit_opt2_13.qasm +74,27,361,"{'rz': 345, 'sx': 15, 'measure': 15}",{'cx': 873},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qft_mapped_ibm_montreal_qiskit_opt0_15.qasm +75,27,734,"{'rz': 690, 'sx': 138, 'measure': 23}",{'cx': 2204},"(2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt2_23.qasm +76,27,73,"{'rz': 58, 'sx': 29, 'measure': 14}",{'cx': 53},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18)",dj_mapped_ibm_montreal_qiskit_opt1_15.qasm +77,27,338,"{'rz': 88, 'sx': 88, 'measure': 11}",{'cx': 650},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt1_11.qasm +78,27,708,"{'rz': 664, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 1455},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_22.qasm +79,27,38994,"{'rz': 18316, 'sx': 137, 'x': 10, 'measure': 10}",{'cx': 37419},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt1_10.qasm +80,27,766,"{'rz': 809, 'sx': 332, 'x': 34, 'measure': 21}",{'cx': 1016},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt3_21.qasm +81,27,1237,"{'rz': 1126, 'sx': 469, 'measure': 18, 'x': 16}",{'cx': 2198},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_18.qasm +82,27,3039,"{'rz': 2992, 'sx': 1108, 'measure': 25, 'x': 11}",{'cx': 8570},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt0_25.qasm +83,27,85,"{'sx': 80, 'rz': 40, 'measure': 21, 'x': 1}",{'cx': 40},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_21.qasm +84,27,299,"{'sx': 80, 'rz': 80, 'measure': 10}",{'cx': 438},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt2_10.qasm +85,27,840,"{'rz': 617, 'sx': 525, 'measure': 21, 'x': 8}",{'cx': 2038},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_21.qasm +86,27,225,"{'rz': 146, 'sx': 11, 'measure': 10}",{'cx': 261},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qftentangled_mapped_ibm_montreal_qiskit_opt1_10.qasm +87,27,85,"{'rz': 150, 'sx': 75, 'measure': 25}",{'cx': 256},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt0_25.qasm +88,27,20,"{'rz': 52, 'sx': 26, 'measure': 18}",{'cx': 36},"(4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (11, 8); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_18.qasm +89,27,559,"{'rz': 744, 'sx': 542, 'measure': 12, 'x': 8}",{'cx': 617},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt3_12.qasm +90,27,1321,"{'rz': 1290, 'sx': 158, 'measure': 27}",{'cx': 3126},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt0_27.qasm +91,27,889,"{'rz': 920, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 1809},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_24.qasm +92,27,576,"{'rz': 628, 'sx': 188, 'x': 29, 'measure': 18}",{'cx': 1010},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_19.qasm +93,27,521,"{'rz': 136, 'sx': 136, 'measure': 17}",{'cx': 1371},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt2_17.qasm +94,27,37,"{'rz': 58, 'sx': 30, 'measure': 23}",{'cx': 51},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt3_23.qasm +95,27,1001,"{'rz': 1260, 'sx': 658, 'measure': 14}",{'cx': 2106},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_14.qasm +96,27,2683,"{'rz': 324, 'sx': 216, 'measure': 27}",{'cx': 11466},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_27.qasm +97,27,340,"{'rz': 358, 'sx': 17, 'measure': 16}",{'cx': 677},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_16.qasm +98,27,1882,"{'rz': 2328, 'sx': 1117, 'x': 109, 'measure': 23}",{'cx': 3878},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_23.qasm +99,27,598,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1591},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt1_16.qasm +100,27,316,"{'rz': 260, 'sx': 156, 'measure': 27, 'x': 1}",{'cx': 274},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt0_27.qasm +101,27,40,"{'rz': 43, 'sx': 25, 'measure': 12}",{'cx': 30},"(8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt2_13.qasm +102,27,891,"{'rz': 800, 'sx': 150, 'measure': 25}",{'cx': 2827},"(1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt1_25.qasm +103,27,633,"{'rz': 688, 'sx': 317, 'measure': 18, 'x': 5}",{'cx': 1350},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_18.qasm +104,27,466,"{'rz': 371, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 627},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 22); (22, 19)",qpeexact_mapped_ibm_montreal_qiskit_opt1_15.qasm +105,27,261,"{'rz': 256, 'sx': 61, 'measure': 13, 'x': 3}",{'cx': 405},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_13.qasm +106,27,17,"{'measure': 14, 'rz': 2, 'sx': 1}",{'cx': 13},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_14.qasm +107,27,2174,"{'rz': 840, 'sx': 144, 'measure': 24}",{'cx': 7592},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt0_24.qasm +108,27,552,"{'rz': 494, 'sx': 114, 'measure': 19}",{'cx': 1529},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_19.qasm +109,27,48,"{'rz': 42, 'sx': 29, 'measure': 11, 'x': 3}",{'cx': 24},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",dj_mapped_ibm_montreal_qiskit_opt3_12.qasm +110,27,1606,"{'rz': 1620, 'sx': 649, 'x': 23, 'measure': 22}",{'cx': 3518},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt2_22.qasm +111,27,1137,"{'rz': 272, 'sx': 136, 'measure': 17}",{'cx': 3606},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",su2random_mapped_ibm_montreal_qiskit_opt0_17.qasm +112,27,136,"{'sx': 104, 'rz': 62, 'measure': 26, 'x': 1}",{'cx': 89},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_26.qasm +113,27,1375,"{'rz': 208, 'sx': 208, 'measure': 26}",{'cx': 4346},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_26.qasm +114,27,327,"{'rz': 600, 'sx': 326, 'measure': 17, 'x': 10}",{'cx': 584},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qftentangled_mapped_ibm_montreal_qiskit_opt3_17.qasm +115,27,42,"{'rz': 72, 'sx': 36, 'measure': 22}",{'cx': 58},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_22.qasm +116,27,773,"{'rz': 912, 'sx': 528, 'measure': 15}",{'cx': 1320},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_15.qasm +117,27,521,"{'rz': 472, 'sx': 408, 'x': 19, 'measure': 16}",{'cx': 1096},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_16.qasm +118,27,1171,"{'rz': 996, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 3225},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_25.qasm +119,27,574,"{'rz': 464, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 936},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_18.qasm +120,27,1001,"{'rz': 1102, 'sx': 152, 'measure': 26}",{'cx': 1850},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt1_26.qasm +121,27,60,"{'measure': 15, 'rz': 2, 'sx': 1}",{'cx': 104},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ghz_mapped_ibm_montreal_qiskit_opt0_15.qasm +122,27,2658,"{'rz': 1296, 'sx': 303, 'x': 36, 'measure': 11}",{'cx': 2661},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt0_11.qasm +123,27,249,"{'rz': 186, 'sx': 12, 'measure': 12}",{'cx': 351},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qft_mapped_ibm_montreal_qiskit_opt2_12.qasm +124,27,392,"{'rz': 316, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 749},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeexact_mapped_ibm_montreal_qiskit_opt0_14.qasm +125,27,333,"{'rz': 285, 'sx': 14, 'measure': 14}",{'cx': 539},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_14.qasm +126,27,352,"{'rz': 248, 'sx': 77, 'x': 11, 'measure': 11}",{'cx': 320},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qpeexact_mapped_ibm_montreal_qiskit_opt3_12.qasm +127,27,16,"{'measure': 13, 'rz': 2, 'sx': 1}",{'cx': 12},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_13.qasm +128,27,40,"{'rz': 72, 'sx': 36, 'measure': 24}",{'cx': 69},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_24.qasm +129,27,45,"{'rz': 67, 'sx': 35, 'measure': 19}",{'cx': 44},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_19.qasm +130,27,732,"{'rz': 727, 'sx': 423, 'measure': 13}",{'cx': 972},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_13.qasm +131,27,499,"{'rz': 160, 'sx': 160, 'measure': 20}",{'cx': 1780},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_20.qasm +132,27,222,"{'rz': 189, 'sx': 12, 'measure': 11}",{'cx': 516},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qftentangled_mapped_ibm_montreal_qiskit_opt0_11.qasm +133,27,1335,"{'rz': 1384, 'sx': 691, 'x': 73, 'measure': 19}",{'cx': 2214},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt3_19.qasm +134,27,2280,"{'rz': 2291, 'sx': 841, 'x': 32, 'measure': 24}",{'cx': 4989},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_24.qasm +135,27,81,"{'sx': 76, 'rz': 38, 'measure': 20, 'x': 1}",{'cx': 38},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_20.qasm +136,27,408,"{'rz': 208, 'sx': 182, 'measure': 11, 'x': 9}",{'cx': 555},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",su2random_mapped_ibm_montreal_qiskit_opt3_11.qasm +137,27,730,"{'rz': 608, 'sx': 116, 'measure': 20}",{'cx': 1026},"(4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt2_20.qasm +138,27,98613,"{'rz': 37080, 'sx': 255, 'x': 60, 'measure': 11}",{'cx': 89358},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (9, 8); (10, 7)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt0_11.qasm +139,27,783,"{'rz': 913, 'sx': 303, 'x': 35, 'measure': 22}",{'cx': 1414},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_23.qasm +140,27,311,"{'rz': 120, 'sx': 80, 'measure': 10}",{'cx': 795},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",realamprandom_mapped_ibm_montreal_qiskit_opt0_10.qasm +141,27,78,"{'rz': 54, 'sx': 27, 'x': 19, 'measure': 13}",{'cx': 124},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",dj_mapped_ibm_montreal_qiskit_opt0_14.qasm +142,27,714,"{'rz': 1203, 'sx': 652, 'measure': 22, 'x': 7}",{'cx': 1921},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_22.qasm +143,27,90,"{'rz': 58, 'sx': 29, 'x': 19, 'measure': 14}",{'cx': 128},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",dj_mapped_ibm_montreal_qiskit_opt0_15.qasm +144,27,695,"{'rz': 1262, 'sx': 675, 'measure': 23, 'x': 6}",{'cx': 2097},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_23.qasm +145,27,33,"{'rz': 65, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 39},"(4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (14, 11); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18); (22, 25); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_18.qasm +146,27,44,"{'rz': 62, 'sx': 31, 'measure': 25}",{'cx': 46},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_25.qasm +147,27,573,"{'rz': 553, 'sx': 333, 'measure': 12}",{'cx': 750},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_12.qasm +148,27,503,"{'rz': 168, 'sx': 168, 'measure': 21}",{'cx': 1977},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_21.qasm +149,27,206,"{'rz': 157, 'sx': 11, 'measure': 10}",{'cx': 477},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qftentangled_mapped_ibm_montreal_qiskit_opt0_10.qasm +150,27,2192,"{'rz': 2291, 'sx': 923, 'x': 39, 'measure': 25}",{'cx': 4958},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_25.qasm +151,27,1311,"{'rz': 1326, 'sx': 651, 'x': 53, 'measure': 18}",{'cx': 2009},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_18.qasm +152,27,85,"{'sx': 80, 'rz': 40, 'measure': 21, 'x': 1}",{'cx': 40},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_21.qasm +153,27,297,"{'rz': 157, 'sx': 136, 'measure': 10, 'x': 2}",{'cx': 422},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",su2random_mapped_ibm_montreal_qiskit_opt3_10.qasm +154,27,794,"{'rz': 658, 'sx': 122, 'measure': 21}",{'cx': 1116},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt2_21.qasm +155,27,47750,"{'rz': 18642, 'sx': 243, 'x': 54, 'measure': 10}",{'cx': 42786},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 9); (9, 8)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt0_10.qasm +156,27,706,"{'rz': 816, 'sx': 249, 'x': 26, 'measure': 21}",{'cx': 1294},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_22.qasm +157,27,274,"{'rz': 132, 'sx': 88, 'measure': 11}",{'cx': 843},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",realamprandom_mapped_ibm_montreal_qiskit_opt0_11.qasm +158,27,15,"{'measure': 12, 'rz': 2, 'sx': 1}",{'cx': 11},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_12.qasm +159,27,409,"{'rz': 329, 'sx': 15, 'measure': 15}",{'cx': 618},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qft_mapped_ibm_montreal_qiskit_opt1_15.qasm +160,27,328,"{'rz': 290, 'sx': 98, 'measure': 12, 'x': 10}",{'cx': 374},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21)",qpeexact_mapped_ibm_montreal_qiskit_opt3_13.qasm +161,27,7193,"{'rz': 3625, 'sx': 205, 'measure': 11, 'x': 1}",{'cx': 7084},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",grover-v-chain_mapped_ibm_montreal_qiskit_opt1_11.qasm +162,27,297,"{'rz': 220, 'sx': 13, 'measure': 13}",{'cx': 435},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qft_mapped_ibm_montreal_qiskit_opt2_13.qasm +163,27,464,"{'rz': 371, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 1008},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeexact_mapped_ibm_montreal_qiskit_opt0_15.qasm +164,27,59,"{'measure': 14, 'rz': 2, 'sx': 1}",{'cx': 103},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ghz_mapped_ibm_montreal_qiskit_opt0_14.qasm +165,27,1910,"{'rz': 1911, 'sx': 724, 'measure': 23, 'x': 20}",{'cx': 4133},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_23.qasm +166,27,1005,"{'rz': 256, 'sx': 128, 'measure': 16}",{'cx': 3105},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",su2random_mapped_ibm_montreal_qiskit_opt0_16.qasm +167,27,154,"{'sx': 111, 'rz': 73, 'measure': 27, 'x': 1}",{'cx': 138},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_27.qasm +168,27,1217,"{'rz': 216, 'sx': 216, 'measure': 27}",{'cx': 4638},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_27.qasm +169,27,340,"{'rz': 425, 'sx': 101, 'measure': 16, 'x': 8}",{'cx': 621},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qftentangled_mapped_ibm_montreal_qiskit_opt3_16.qasm +170,27,33,"{'rz': 70, 'sx': 35, 'measure': 23}",{'cx': 59},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_23.qasm +171,27,815,"{'rz': 827, 'sx': 477, 'measure': 14}",{'cx': 1260},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_14.qasm +172,27,555,"{'rz': 499, 'sx': 448, 'measure': 17, 'x': 5}",{'cx': 1212},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt3_17.qasm +173,27,701,"{'rz': 508, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1086},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_19.qasm +174,27,1226,"{'rz': 920, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 3246},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_24.qasm +175,27,1099,"{'rz': 1185, 'sx': 158, 'measure': 27}",{'cx': 1947},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt1_27.qasm +176,27,552,"{'rz': 451, 'sx': 108, 'measure': 18}",{'cx': 1369},"(5, 8); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_18.qasm +177,27,2328,"{'rz': 900, 'sx': 150, 'measure': 25}",{'cx': 8571},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt0_25.qasm +178,27,40,"{'rz': 43, 'sx': 25, 'measure': 12}",{'cx': 30},"(8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_13.qasm +179,27,2043,"{'rz': 785, 'sx': 181, 'measure': 11, 'x': 10}",{'cx': 1887},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt1_11.qasm +180,27,18,"{'measure': 15, 'rz': 2, 'sx': 1}",{'cx': 14},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_15.qasm +181,27,367,"{'rz': 316, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 533},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16)",qpeexact_mapped_ibm_montreal_qiskit_opt1_14.qasm +182,27,238,"{'rz': 219, 'sx': 56, 'measure': 12, 'x': 5}",{'cx': 317},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qft_mapped_ibm_montreal_qiskit_opt3_12.qasm +183,27,39,"{'rz': 41, 'sx': 23, 'measure': 11}",{'cx': 28},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",dj_mapped_ibm_montreal_qiskit_opt2_12.qasm +184,27,578,"{'rz': 810, 'sx': 401, 'measure': 19, 'x': 2}",{'cx': 1447},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_19.qasm +185,27,872,"{'rz': 744, 'sx': 144, 'measure': 24}",{'cx': 2586},"(2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt1_24.qasm +186,27,1352,"{'rz': 1203, 'sx': 152, 'measure': 26}",{'cx': 3203},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt0_26.qasm +187,27,560,"{'rz': 608, 'sx': 233, 'x': 34, 'measure': 17}",{'cx': 863},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_18.qasm +188,27,958,"{'rz': 996, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 1842},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_25.qasm +189,27,458,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1159},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt2_16.qasm +190,27,25,"{'rz': 60, 'sx': 31, 'measure': 22}",{'cx': 35},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt3_22.qasm +191,27,1203,"{'rz': 1440, 'sx': 750, 'measure': 15}",{'cx': 2508},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_15.qasm +192,27,2472,"{'rz': 312, 'sx': 208, 'measure': 26}",{'cx': 9669},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_26.qasm +193,27,350,"{'rz': 416, 'sx': 18, 'measure': 17}",{'cx': 780},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt2_17.qasm +194,27,1691,"{'rz': 1982, 'sx': 998, 'x': 105, 'measure': 22}",{'cx': 3258},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_22.qasm +195,27,506,"{'sx': 136, 'rz': 136, 'measure': 17}",{'cx': 1555},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (20, 19)",su2random_mapped_ibm_montreal_qiskit_opt1_17.qasm +196,27,307,"{'rz': 250, 'sx': 150, 'measure': 26, 'x': 1}",{'cx': 272},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt0_26.qasm +197,27,358,"{'rz': 80, 'sx': 80, 'measure': 10}",{'cx': 530},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",realamprandom_mapped_ibm_montreal_qiskit_opt1_10.qasm +198,27,784,"{'rz': 754, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 1494},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_23.qasm +199,27,76125,"{'rz': 36749, 'sx': 149, 'measure': 11, 'x': 10}",{'cx': 74733},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt1_11.qasm +200,27,631,"{'rz': 685, 'sx': 254, 'x': 24, 'measure': 20}",{'cx': 913},"(3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23)",ae_mapped_ibm_montreal_qiskit_opt3_20.qasm +201,27,2907,"{'rz': 2915, 'sx': 1001, 'measure': 24, 'x': 14}",{'cx': 8226},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt0_24.qasm +202,27,1317,"{'rz': 1183, 'sx': 498, 'x': 23, 'measure': 19}",{'cx': 2384},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt2_19.qasm +203,27,81,"{'sx': 76, 'rz': 38, 'measure': 20, 'x': 1}",{'cx': 38},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_20.qasm +204,27,324,"{'sx': 88, 'rz': 88, 'measure': 11}",{'cx': 514},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",su2random_mapped_ibm_montreal_qiskit_opt2_11.qasm +205,27,580,"{'rz': 894, 'sx': 825, 'measure': 20, 'x': 3}",{'cx': 1559},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_20.qasm +206,27,252,"{'rz': 178, 'sx': 12, 'measure': 11}",{'cx': 321},"(11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_11.qasm +207,27,39,"{'rz': 58, 'sx': 29, 'measure': 19}",{'cx': 55},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt2_19.qasm +208,27,87,"{'rz': 144, 'sx': 72, 'measure': 24}",{'cx': 198},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt0_24.qasm +209,27,634,"{'rz': 676, 'sx': 471, 'measure': 13, 'x': 6}",{'cx': 858},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt3_13.qasm +210,27,696,"{'rz': 638, 'sx': 132, 'measure': 22}",{'cx': 1999},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21)",qnn_mapped_ibm_montreal_qiskit_opt2_22.qasm +211,27,59,"{'rz': 54, 'sx': 27, 'measure': 13}",{'cx': 37},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21)",dj_mapped_ibm_montreal_qiskit_opt1_14.qasm +212,27,336,"{'rz': 207, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 361},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qpeexact_mapped_ibm_montreal_qiskit_opt2_12.qasm +213,27,312,"{'rz': 301, 'sx': 14, 'measure': 14}",{'cx': 719},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qft_mapped_ibm_montreal_qiskit_opt0_14.qasm +214,27,5046,"{'rz': 1819, 'sx': 439, 'measure': 17, 'x': 10}",{'cx': 4504},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt2_17.qasm +215,27,16,"{'measure': 13, 'rz': 2, 'sx': 1}",{'cx': 12},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_13.qasm +216,27,942,"{'sx': 168, 'rz': 168, 'measure': 21}",{'cx': 2745},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt1_21.qasm +217,27,118,"{'rz': 90, 'sx': 54, 'measure': 10, 'x': 1}",{'cx': 111},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",wstate_mapped_ibm_montreal_qiskit_opt0_10.qasm +218,27,672,"{'rz': 772, 'sx': 407, 'x': 50, 'measure': 14}",{'cx': 947},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt3_14.qasm +219,27,430,"{'rz': 617, 'sx': 22, 'measure': 21}",{'cx': 1174},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt2_21.qasm +220,27,311,"{'rz': 120, 'sx': 80, 'measure': 10}",{'cx': 795},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_10.qasm +221,27,23,"{'rz': 40, 'sx': 20, 'measure': 14}",{'cx': 26},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (16, 19); (19, 16); (19, 22); (22, 19)",graphstate_mapped_ibm_montreal_qiskit_opt3_14.qasm +222,27,499,"{'rz': 160, 'sx': 160, 'measure': 20}",{'cx': 1780},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt2_20.qasm +223,27,370,"{'rz': 282, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 489},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_13.qasm +224,27,345,"{'rz': 219, 'sx': 56, 'measure': 10}",{'cx': 381},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ae_mapped_ibm_montreal_qiskit_opt0_10.qasm +225,27,35,"{'rz': 104, 'sx': 55, 'measure': 11}",{'cx': 50},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qaoa_mapped_ibm_montreal_qiskit_opt3_11.qasm +226,27,315,"{'rz': 228, 'sx': 72, 'measure': 12}",{'cx': 635},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23)",qnn_mapped_ibm_montreal_qiskit_opt1_12.qasm +227,27,106,"{'rz': 83, 'sx': 47, 'measure': 23}",{'cx': 93},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt2_24.qasm +228,27,105,"{'rz': 74, 'sx': 37, 'x': 21, 'measure': 18}",{'cx': 174},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",dj_mapped_ibm_montreal_qiskit_opt0_19.qasm +229,27,24,"{'rz': 59, 'sx': 58, 'measure': 10, 'x': 1}",{'cx': 18},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt1_10.qasm +230,27,542,"{'rz': 966, 'sx': 300, 'measure': 24, 'x': 16}",{'cx': 1334},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_24.qasm +231,27,535,"{'rz': 530, 'sx': 19, 'measure': 19}",{'cx': 1047},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_19.qasm +232,27,699,"{'rz': 774, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 1402},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt1_22.qasm +233,27,62,"{'measure': 23, 'rz': 2, 'sx': 1}",{'cx': 67},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_23.qasm +234,27,426,"{'rz': 275, 'sx': 70, 'measure': 20}",{'cx': 954},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt0_10.qasm +235,27,88017,"{'rz': 39634, 'sx': 315, 'measure': 10, 'x': 1}",{'cx': 80063},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",grover-noancilla_mapped_ibm_montreal_qiskit_opt2_10.qasm +236,27,73,"{'measure': 25, 'rz': 2, 'sx': 1}",{'cx': 75},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_25.qasm +237,27,79,"{'measure': 18, 'rz': 2, 'sx': 1}",{'cx': 137},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",ghz_mapped_ibm_montreal_qiskit_opt0_18.qasm +238,27,564,"{'rz': 737, 'sx': 22, 'measure': 22}",{'cx': 1857},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt0_22.qasm +239,27,843,"{'rz': 585, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1911},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qpeexact_mapped_ibm_montreal_qiskit_opt0_19.qasm +240,27,729,"{'rz': 772, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 1665},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt2_24.qasm +241,27,103,"{'rz': 86, 'sx': 43, 'measure': 21}",{'cx': 81},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt1_22.qasm +242,27,461,"{'rz': 294, 'sx': 84, 'measure': 14}",{'cx': 840},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_14.qasm +243,27,1073,"{'rz': 1425, 'sx': 793, 'measure': 18}",{'cx': 2202},"(3, 5); (5, 3); (5, 8); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_18.qasm +244,27,74,"{'rz': 72, 'sx': 36, 'measure': 12}",{'cx': 117},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",graphstate_mapped_ibm_montreal_qiskit_opt0_12.qasm +245,27,865,"{'rz': 1078, 'sx': 28, 'measure': 27}",{'cx': 2153},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_27.qasm +246,27,521,"{'rz': 472, 'sx': 408, 'x': 19, 'measure': 16}",{'cx': 1096},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_16.qasm +247,27,65,"{'sx': 60, 'rz': 30, 'measure': 16, 'x': 1}",{'cx': 30},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_16.qasm +248,27,1138,"{'sx': 216, 'rz': 216, 'measure': 27}",{'cx': 4070},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt2_27.qasm +249,27,723,"{'rz': 675, 'sx': 233, 'measure': 12, 'x': 4}",{'cx': 1173},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",random_mapped_ibm_montreal_qiskit_opt0_12.qasm +250,27,467,"{'rz': 499, 'sx': 243, 'x': 28, 'measure': 16}",{'cx': 466},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt3_16.qasm +251,27,434,"{'rz': 319, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 639},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_15.qasm +252,27,1375,"{'rz': 208, 'sx': 208, 'measure': 26}",{'cx': 4346},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_26.qasm +253,27,600,"{'rz': 524, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 955},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qpeexact_mapped_ibm_montreal_qiskit_opt1_18.qasm +254,27,880,"{'rz': 1044, 'sx': 320, 'x': 49, 'measure': 24}",{'cx': 1550},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt3_25.qasm +255,27,604,"{'rz': 779, 'sx': 23, 'measure': 23}",{'cx': 1460},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_23.qasm +256,27,87,"{'rz': 28, 'measure': 24, 'sx': 21, 'x': 3}",{'cx': 57},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_24.qasm +257,27,22,"{'measure': 19, 'rz': 2, 'sx': 1}",{'cx': 18},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_19.qasm +258,27,2683,"{'rz': 324, 'sx': 216, 'measure': 27}",{'cx': 11466},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt0_27.qasm +259,27,438,"{'rz': 333, 'sx': 99, 'x': 17, 'measure': 13}",{'cx': 456},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_14.qasm +260,27,525,"{'rz': 449, 'sx': 98, 'measure': 17}",{'cx': 674},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt2_17.qasm +261,27,69,"{'sx': 64, 'rz': 32, 'measure': 17, 'x': 1}",{'cx': 32},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_17.qasm +262,27,1089,"{'rz': 1029, 'sx': 874, 'x': 46, 'measure': 26}",{'cx': 3330},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt3_26.qasm +263,27,602,"{'rz': 630, 'sx': 256, 'x': 15, 'measure': 13}",{'cx': 901},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_13.qasm +264,27,1200,"{'rz': 1029, 'sx': 27, 'measure': 26}",{'cx': 3825},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt0_26.qasm +265,27,521,"{'rz': 136, 'sx': 136, 'measure': 17}",{'cx': 1371},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_17.qasm +266,27,26,"{'rz': 34, 'sx': 17, 'measure': 13}",{'cx': 40},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt1_13.qasm +267,27,399,"{'rz': 524, 'sx': 276, 'measure': 15, 'x': 3}",{'cx': 872},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_15.qasm +268,27,143,"{'rz': 90, 'sx': 45, 'x': 23, 'measure': 22}",{'cx': 226},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",dj_mapped_ibm_montreal_qiskit_opt0_23.qasm +269,27,78,"{'rz': 99, 'sx': 66, 'measure': 11}",{'cx': 128},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",vqe_mapped_ibm_montreal_qiskit_opt0_11.qasm +270,27,112,"{'rz': 97, 'sx': 57, 'measure': 24, 'x': 4}",{'cx': 71},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt3_25.qasm +271,27,89,"{'rz': 70, 'sx': 35, 'measure': 17}",{'cx': 68},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt1_18.qasm +272,27,677,"{'rz': 312, 'sx': 78, 'measure': 13}",{'cx': 1638},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qnn_mapped_ibm_montreal_qiskit_opt0_13.qasm +273,27,53,"{'rz': 96, 'sx': 50, 'measure': 10}",{'cx': 61},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (19, 22); (21, 18); (22, 19); (22, 25); (25, 22)",qaoa_mapped_ibm_montreal_qiskit_opt2_10.qasm +274,27,310,"{'rz': 217, 'sx': 62, 'measure': 11}",{'cx': 236},"(11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt1_11.qasm +275,27,325,"{'rz': 242, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 630},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_12.qasm +276,27,840,"{'rz': 617, 'sx': 525, 'measure': 21, 'x': 8}",{'cx': 2038},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21)",realamprandom_mapped_ibm_montreal_qiskit_opt3_21.qasm +277,27,42,"{'rz': 38, 'sx': 19, 'measure': 15}",{'cx': 36},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_15.qasm +278,27,401,"{'rz': 619, 'sx': 85, 'measure': 20, 'x': 8}",{'cx': 1015},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_20.qasm +279,27,338,"{'rz': 88, 'sx': 88, 'measure': 11}",{'cx': 650},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_11.qasm +280,27,1579,"{'rz': 320, 'sx': 160, 'measure': 20}",{'cx': 5568},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt0_20.qasm +281,27,45,"{'sx': 40, 'rz': 20, 'measure': 11, 'x': 1}",{'cx': 20},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_11.qasm +282,27,835,"{'rz': 830, 'sx': 326, 'measure': 15, 'x': 10}",{'cx': 1444},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_15.qasm +283,27,508,"{'rz': 286, 'sx': 77, 'measure': 22}",{'cx': 797},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt1_11.qasm +284,27,101,"{'measure': 22, 'rz': 2, 'sx': 1}",{'cx': 186},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt0_22.qasm +285,27,1084,"{'rz': 841, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 2707},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt0_23.qasm +286,27,744,"{'rz': 779, 'sx': 25, 'measure': 25}",{'cx': 1633},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt2_25.qasm +287,27,654,"{'rz': 495, 'sx': 18, 'measure': 18}",{'cx': 1515},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qft_mapped_ibm_montreal_qiskit_opt0_18.qasm +288,27,17,"{'measure': 14, 'rz': 2, 'sx': 1}",{'cx': 13},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_14.qasm +289,27,434,"{'rz': 319, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 639},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_15.qasm +290,27,260,"{'rz': 260, 'sx': 13, 'measure': 13}",{'cx': 663},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qft_mapped_ibm_montreal_qiskit_opt0_13.qasm +291,27,55,"{'rz': 50, 'sx': 25, 'measure': 12}",{'cx': 42},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt1_13.qasm +292,27,1384,"{'rz': 522, 'sx': 108, 'measure': 18}",{'cx': 4064},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qnn_mapped_ibm_montreal_qiskit_opt0_18.qasm +293,27,840,"{'rz': 800, 'sx': 150, 'measure': 25}",{'cx': 2672},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (9, 8); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt2_25.qasm +294,27,912,"{'rz': 1254, 'sx': 501, 'x': 55, 'measure': 27}",{'cx': 1630},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt3_27.qasm +295,27,633,"{'rz': 136, 'sx': 136, 'measure': 17}",{'cx': 1684},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_17.qasm +296,27,843,"{'rz': 585, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1911},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_19.qasm +297,27,758,"{'rz': 802, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 1671},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_24.qasm +298,27,410,"{'rz': 375, 'sx': 17, 'measure': 16}",{'cx': 723},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_16.qasm +299,27,1283,"{'rz': 1191, 'sx': 997, 'x': 65, 'measure': 27}",{'cx': 3803},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_27.qasm +300,27,104,"{'rz': 138, 'sx': 69, 'measure': 23}",{'cx': 242},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt0_23.qasm +301,27,130,"{'sx': 106, 'rz': 58, 'measure': 27, 'x': 1}",{'cx': 82},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_27.qasm +302,27,520,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1312},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt2_16.qasm +303,27,2652,"{'rz': 2571, 'sx': 865, 'measure': 23, 'x': 6}",{'cx': 7057},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt0_23.qasm +304,27,779,"{'rz': 777, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 1551},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_22.qasm +305,27,275,"{'sx': 88, 'rz': 88, 'measure': 11}",{'cx': 509},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt2_11.qasm +306,27,40815,"{'rz': 18295, 'sx': 137, 'x': 10, 'measure': 10}",{'cx': 37794},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt2_10.qasm +307,27,987,"{'rz': 813, 'sx': 122, 'measure': 21}",{'cx': 1977},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt0_21.qasm +308,27,275,"{'sx': 80, 'rz': 80, 'measure': 10}",{'cx': 492},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt1_10.qasm +309,27,250,"{'rz': 200, 'sx': 120, 'measure': 21, 'x': 1}",{'cx': 235},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt0_21.qasm +310,27,1272,"{'rz': 1177, 'sx': 467, 'measure': 18, 'x': 16}",{'cx': 2360},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_18.qasm +311,27,722,"{'rz': 936, 'sx': 492, 'measure': 12}",{'cx': 1344},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_12.qasm +312,27,32,"{'rz': 60, 'sx': 30, 'measure': 18}",{'cx': 51},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (19, 22); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_18.qasm +313,27,29,"{'rz': 79, 'sx': 43, 'measure': 25, 'x': 1}",{'cx': 45},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_25.qasm +314,27,217,"{'rz': 127, 'sx': 11, 'measure': 10}",{'cx': 255},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qftentangled_mapped_ibm_montreal_qiskit_opt2_10.qasm +315,27,1318,"{'rz': 252, 'sx': 168, 'measure': 21}",{'cx': 5322},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_21.qasm +316,27,844,"{'rz': 690, 'sx': 138, 'measure': 23}",{'cx': 2372},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22)",qnn_mapped_ibm_montreal_qiskit_opt1_23.qasm +317,27,53,"{'rz': 49, 'sx': 29, 'measure': 14}",{'cx': 40},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt2_15.qasm +318,27,7682,"{'rz': 4481, 'sx': 1313, 'x': 118, 'measure': 11}",{'cx': 6351},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",grover-v-chain_mapped_ibm_montreal_qiskit_opt3_11.qasm +319,27,360,"{'rz': 276, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 473},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18)",qpeexact_mapped_ibm_montreal_qiskit_opt1_13.qasm +320,27,290,"{'rz': 406, 'sx': 171, 'measure': 15, 'x': 8}",{'cx': 498},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",qft_mapped_ibm_montreal_qiskit_opt3_15.qasm +321,27,15,"{'measure': 12, 'rz': 2, 'sx': 1}",{'cx': 11},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_12.qasm +322,27,52,"{'rz': 48, 'sx': 31, 'measure': 13, 'x': 2}",{'cx': 29},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21)",dj_mapped_ibm_montreal_qiskit_opt3_14.qasm +323,27,1638,"{'rz': 726, 'sx': 132, 'measure': 22}",{'cx': 5412},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt0_22.qasm +324,27,225,"{'rz': 218, 'sx': 84, 'measure': 11, 'x': 5}",{'cx': 273},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qftentangled_mapped_ibm_montreal_qiskit_opt3_11.qasm +325,27,763,"{'sx': 160, 'rz': 160, 'measure': 20}",{'cx': 2389},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_20.qasm +326,27,770,"{'rz': 744, 'sx': 434, 'measure': 13}",{'cx': 1080},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_13.qasm +327,27,89,"{'rz': 114, 'sx': 57, 'measure': 19}",{'cx': 211},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",graphstate_mapped_ibm_montreal_qiskit_opt0_19.qasm +328,27,29,"{'rz': 72, 'sx': 36, 'measure': 24}",{'cx': 63},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_24.qasm +329,27,274,"{'rz': 176, 'sx': 88, 'measure': 11}",{'cx': 843},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",su2random_mapped_ibm_montreal_qiskit_opt0_11.qasm +330,27,81,"{'sx': 76, 'rz': 38, 'measure': 20, 'x': 1}",{'cx': 38},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_20.qasm +331,27,2358,"{'rz': 2183, 'sx': 840, 'x': 32, 'measure': 24}",{'cx': 4985},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt2_24.qasm +332,27,1680,"{'rz': 1555, 'sx': 566, 'measure': 19, 'x': 12}",{'cx': 3694},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",random_mapped_ibm_montreal_qiskit_opt0_19.qasm +333,27,767,"{'rz': 667, 'sx': 116, 'measure': 20}",{'cx': 1058},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",ae_mapped_ibm_montreal_qiskit_opt1_20.qasm +334,27,352,"{'rz': 222, 'sx': 189, 'measure': 10, 'x': 6}",{'cx': 395},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt3_10.qasm +335,27,1059,"{'rz': 847, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 2888},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_23.qasm +336,27,58,"{'measure': 13, 'rz': 2, 'sx': 1}",{'cx': 102},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ghz_mapped_ibm_montreal_qiskit_opt0_13.qasm +337,27,7007,"{'rz': 3222, 'sx': 771, 'x': 54, 'measure': 17}",{'cx': 7299},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt0_17.qasm +338,27,324,"{'rz': 252, 'sx': 14, 'measure': 14}",{'cx': 509},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",qft_mapped_ibm_montreal_qiskit_opt2_14.qasm +339,27,316,"{'rz': 239, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 541},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeexact_mapped_ibm_montreal_qiskit_opt0_12.qasm +340,27,258,"{'rz': 210, 'sx': 12, 'measure': 12}",{'cx': 369},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt1_12.qasm +341,27,333,"{'rz': 316, 'sx': 98, 'x': 16, 'measure': 13}",{'cx': 452},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_14.qasm +342,27,18,"{'measure': 15, 'rz': 2, 'sx': 1}",{'cx': 14},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_15.qasm +343,27,2277,"{'rz': 1178, 'sx': 590, 'x': 28, 'measure': 11}",{'cx': 1627},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt3_11.qasm +344,27,120,"{'sx': 100, 'rz': 50, 'measure': 26, 'x': 1}",{'cx': 65},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_26.qasm +345,27,734,"{'rz': 603, 'sx': 502, 'x': 34, 'measure': 17}",{'cx': 1327},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",su2random_mapped_ibm_montreal_qiskit_opt3_17.qasm +346,27,1643,"{'rz': 1706, 'sx': 649, 'x': 22, 'measure': 22}",{'cx': 3579},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_22.qasm +347,27,729,"{'rz': 874, 'sx': 512, 'measure': 15}",{'cx': 1323},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_15.qasm +348,27,37,"{'rz': 72, 'sx': 36, 'measure': 22}",{'cx': 61},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_22.qasm +349,27,652,"{'rz': 444, 'sx': 18, 'measure': 17}",{'cx': 1584},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qftentangled_mapped_ibm_montreal_qiskit_opt0_17.qasm +350,27,998,"{'rz': 208, 'sx': 208, 'measure': 26}",{'cx': 3618},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_26.qasm +351,27,558,"{'rz': 525, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 951},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_18.qasm +352,27,812,"{'rz': 1036, 'sx': 310, 'x': 39, 'measure': 24}",{'cx': 1662},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_25.qasm +353,27,1057,"{'rz': 192, 'sx': 128, 'measure': 16}",{'cx': 3387},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",realamprandom_mapped_ibm_montreal_qiskit_opt0_16.qasm +354,27,1036,"{'rz': 937, 'sx': 152, 'measure': 26}",{'cx': 1737},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt2_26.qasm +355,27,479,"{'rz': 494, 'sx': 114, 'measure': 19}",{'cx': 1457},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt1_19.qasm +356,27,802,"{'rz': 1898, 'sx': 1237, 'measure': 24, 'x': 9}",{'cx': 2040},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_24.qasm +357,27,76,"{'rz': 46, 'sx': 23, 'x': 15, 'measure': 11}",{'cx': 107},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",dj_mapped_ibm_montreal_qiskit_opt0_12.qasm +358,27,701,"{'rz': 508, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1086},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_19.qasm +359,27,1207,"{'rz': 911, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 3105},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt0_24.qasm +360,27,584,"{'rz': 627, 'sx': 22, 'measure': 22}",{'cx': 1261},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_22.qasm +361,27,107,"{'measure': 25, 'rz': 2, 'sx': 1}",{'cx': 195},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt0_25.qasm +362,27,21,"{'measure': 18, 'rz': 2, 'sx': 1}",{'cx': 17},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_18.qasm +363,27,464,"{'rz': 371, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 1008},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_15.qasm +364,27,1215,"{'rz': 873, 'sx': 700, 'x': 37, 'measure': 26}",{'cx': 3472},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt3_26.qasm +365,27,571,"{'rz': 437, 'sx': 92, 'measure': 16}",{'cx': 651},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18)",ae_mapped_ibm_montreal_qiskit_opt1_16.qasm +366,27,494,"{'rz': 495, 'sx': 199, 'measure': 12, 'x': 5}",{'cx': 726},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_12.qasm +367,27,2667,"{'rz': 432, 'sx': 216, 'measure': 27}",{'cx': 11265},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt0_27.qasm +368,27,65,"{'sx': 60, 'rz': 30, 'measure': 16, 'x': 1}",{'cx': 30},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_16.qasm +369,27,21,"{'rz': 24, 'sx': 12, 'measure': 12}",{'cx': 12},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt2_12.qasm +370,27,547,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1466},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_16.qasm +371,27,731,"{'rz': 1130, 'sx': 356, 'x': 37, 'measure': 27}",{'cx': 1710},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt3_27.qasm +372,27,754,"{'rz': 350, 'sx': 84, 'measure': 14}",{'cx': 1925},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qnn_mapped_ibm_montreal_qiskit_opt0_14.qasm +373,27,91,"{'rz': 81, 'sx': 49, 'measure': 21, 'x': 3}",{'cx': 59},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt3_22.qasm +374,27,136,"{'rz': 94, 'sx': 47, 'x': 23, 'measure': 23}",{'cx': 221},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt0_24.qasm +375,27,74,"{'rz': 63, 'sx': 37, 'measure': 18}",{'cx': 60},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt2_19.qasm +376,27,24,"{'rz': 55, 'sx': 52, 'measure': 10, 'x': 4}",{'cx': 18},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt3_10.qasm +377,27,347,"{'rz': 388, 'sx': 210, 'measure': 12, 'x': 1}",{'cx': 541},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_12.qasm +378,27,54,"{'rz': 110, 'sx': 55, 'measure': 11}",{'cx': 71},"(8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt1_11.qasm +379,27,262,"{'rz': 161, 'sx': 56, 'measure': 10}",{'cx': 192},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",ae_mapped_ibm_montreal_qiskit_opt2_10.qasm +380,27,1352,"{'rz': 240, 'sx': 160, 'measure': 20}",{'cx': 5064},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt0_20.qasm +381,27,359,"{'rz': 262, 'sx': 62, 'measure': 12, 'x': 10}",{'cx': 382},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_13.qasm +382,27,225,"{'rz': 80, 'sx': 80, 'measure': 10}",{'cx': 394},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_10.qasm +383,27,522,"{'rz': 674, 'sx': 22, 'measure': 21}",{'cx': 2063},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt0_21.qasm +384,27,44,"{'rz': 52, 'sx': 26, 'measure': 14}",{'cx': 38},"(10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt1_14.qasm +385,27,693,"{'rz': 697, 'sx': 287, 'x': 14, 'measure': 14}",{'cx': 1018},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_14.qasm +386,27,41,"{'sx': 36, 'rz': 18, 'measure': 10, 'x': 1}",{'cx': 18},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_10.qasm +387,27,842,"{'rz': 992, 'sx': 839, 'measure': 21, 'x': 18}",{'cx': 1972},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_21.qasm +388,27,445,"{'rz': 245, 'sx': 70, 'measure': 20}",{'cx': 611},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt2_10.qasm +389,27,81,"{'rz': 38, 'sx': 26, 'measure': 23, 'x': 2}",{'cx': 48},"(1, 4); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_23.qasm +390,27,708,"{'rz': 813, 'sx': 206, 'x': 37, 'measure': 21}",{'cx': 1376},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_22.qasm +391,27,757,"{'rz': 849, 'sx': 24, 'measure': 24}",{'cx': 1635},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_24.qasm +392,27,463,"{'rz': 602, 'sx': 187, 'x': 21, 'measure': 19}",{'cx': 891},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_19.qasm +393,27,1114,"{'rz': 1126, 'sx': 395, 'measure': 15, 'x': 3}",{'cx': 2245},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",random_mapped_ibm_montreal_qiskit_opt0_15.qasm +394,27,45,"{'sx': 40, 'rz': 20, 'measure': 11, 'x': 1}",{'cx': 20},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_11.qasm +395,27,658,"{'sx': 160, 'rz': 160, 'measure': 20}",{'cx': 2016},"(3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt2_20.qasm +396,27,82,"{'rz': 90, 'sx': 45, 'measure': 15}",{'cx': 126},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",graphstate_mapped_ibm_montreal_qiskit_opt0_15.qasm +397,27,430,"{'rz': 228, 'sx': 202, 'measure': 11, 'x': 9}",{'cx': 518},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_11.qasm +398,27,544,"{'rz': 592, 'sx': 21, 'measure': 20}",{'cx': 1149},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt1_20.qasm +399,27,329,"{'rz': 210, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 339},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_12.qasm +400,27,546,"{'rz': 168, 'sx': 168, 'measure': 21}",{'cx': 2416},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_21.qasm +401,27,273,"{'rz': 211, 'sx': 89, 'measure': 11, 'x': 7}",{'cx': 207},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",ae_mapped_ibm_montreal_qiskit_opt3_11.qasm +402,27,73,"{'rz': 100, 'sx': 50, 'measure': 10}",{'cx': 172},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qaoa_mapped_ibm_montreal_qiskit_opt0_10.qasm +403,27,380,"{'rz': 260, 'sx': 78, 'measure': 13}",{'cx': 678},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qnn_mapped_ibm_montreal_qiskit_opt2_13.qasm +404,27,25,"{'rz': 61, 'sx': 58, 'measure': 11, 'x': 4}",{'cx': 20},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt2_11.qasm +405,27,116,"{'rz': 98, 'sx': 49, 'measure': 24}",{'cx': 96},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt1_25.qasm +406,27,69,"{'rz': 67, 'sx': 41, 'measure': 17, 'x': 2}",{'cx': 40},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",dj_mapped_ibm_montreal_qiskit_opt3_18.qasm +407,27,931,"{'rz': 950, 'sx': 25, 'measure': 25}",{'cx': 3081},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt0_25.qasm +408,27,465,"{'rz': 429, 'sx': 18, 'measure': 18}",{'cx': 882},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_18.qasm +409,27,729,"{'rz': 748, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 1550},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_23.qasm +410,27,49,"{'measure': 22, 'rz': 2, 'sx': 1}",{'cx': 45},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt2_22.qasm +411,27,537,"{'rz': 370, 'sx': 155, 'measure': 22, 'x': 15}",{'cx': 762},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt3_11.qasm +412,27,66,"{'measure': 24, 'rz': 2, 'sx': 1}",{'cx': 65},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_24.qasm +413,27,22,"{'measure': 19, 'rz': 2, 'sx': 1}",{'cx': 18},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_19.qasm +414,27,458,"{'rz': 912, 'sx': 315, 'measure': 23, 'x': 17}",{'cx': 1187},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_23.qasm +415,27,547,"{'rz': 528, 'sx': 135, 'x': 22, 'measure': 17}",{'cx': 845},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18)",qpeexact_mapped_ibm_montreal_qiskit_opt3_18.qasm +416,27,921,"{'rz': 984, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 1852},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt1_25.qasm +417,27,99,"{'rz': 80, 'sx': 45, 'measure': 22}",{'cx': 94},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt2_23.qasm +418,27,432,"{'rz': 330, 'sx': 90, 'measure': 15}",{'cx': 979},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt1_15.qasm +419,27,1119,"{'rz': 204, 'sx': 136, 'measure': 17}",{'cx': 3753},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_17.qasm +420,27,576,"{'rz': 839, 'sx': 27, 'measure': 26}",{'cx': 1654},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_26.qasm +421,27,32,"{'rz': 34, 'sx': 17, 'measure': 13}",{'cx': 25},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_13.qasm +422,27,624,"{'rz': 703, 'sx': 362, 'x': 42, 'measure': 13}",{'cx': 802},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_13.qasm +423,27,1093,"{'sx': 208, 'rz': 208, 'measure': 26}",{'cx': 4251},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt1_26.qasm +424,27,211,"{'rz': 160, 'sx': 96, 'measure': 17, 'x': 1}",{'cx': 179},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",wstate_mapped_ibm_montreal_qiskit_opt0_17.qasm +425,27,712,"{'rz': 555, 'sx': 98, 'measure': 17}",{'cx': 1223},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",ae_mapped_ibm_montreal_qiskit_opt0_17.qasm +426,27,1126,"{'sx': 216, 'rz': 216, 'measure': 27}",{'cx': 4043},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt2_27.qasm +427,27,433,"{'rz': 325, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 533},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_14.qasm +428,27,1057,"{'rz': 192, 'sx': 128, 'measure': 16}",{'cx': 3387},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_16.qasm +429,27,806,"{'rz': 834, 'sx': 28, 'measure': 27}",{'cx': 1895},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_27.qasm +430,27,19,"{'rz': 35, 'sx': 19, 'measure': 12}",{'cx': 22},"(1, 4); (4, 1); (4, 7); (7, 4); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_12.qasm +431,27,604,"{'rz': 1370, 'sx': 768, 'measure': 18}",{'cx': 1767},"(3, 5); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_18.qasm +432,27,499,"{'rz': 568, 'sx': 269, 'x': 25, 'measure': 12}",{'cx': 674},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_12.qasm +433,27,1271,"{'sx': 216, 'rz': 216, 'measure': 27}",{'cx': 4629},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (17, 18); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt1_27.qasm +434,27,190,"{'rz': 150, 'sx': 90, 'measure': 16, 'x': 1}",{'cx': 159},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",wstate_mapped_ibm_montreal_qiskit_opt0_16.qasm +435,27,645,"{'rz': 498, 'sx': 92, 'measure': 16}",{'cx': 999},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",ae_mapped_ibm_montreal_qiskit_opt0_16.qasm +436,27,998,"{'rz': 208, 'sx': 208, 'measure': 26}",{'cx': 3618},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt2_26.qasm +437,27,466,"{'rz': 371, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 627},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 22); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_15.qasm +438,27,91,"{'rz': 74, 'sx': 43, 'measure': 21}",{'cx': 75},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt2_22.qasm +439,27,433,"{'rz': 294, 'sx': 84, 'measure': 14}",{'cx': 863},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt1_14.qasm +440,27,559,"{'rz': 1007, 'sx': 566, 'measure': 22, 'x': 7}",{'cx': 970},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_22.qasm +441,27,829,"{'rz': 911, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 1725},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt1_24.qasm +442,27,578,"{'rz': 629, 'sx': 190, 'x': 29, 'measure': 18}",{'cx': 1009},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_19.qasm +443,27,21,"{'measure': 18, 'rz': 2, 'sx': 1}",{'cx': 17},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_18.qasm +444,27,73,"{'measure': 25, 'rz': 2, 'sx': 1}",{'cx': 75},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_25.qasm +445,27,7947,"{'rz': 2785, 'sx': 671, 'measure': 21, 'x': 10}",{'cx': 7275},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt1_21.qasm +446,27,53,"{'measure': 23, 'rz': 2, 'sx': 1}",{'cx': 58},"(1, 4); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_23.qasm +447,27,420,"{'rz': 290, 'sx': 116, 'measure': 20, 'x': 6}",{'cx': 595},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt3_10.qasm +448,27,83432,"{'rz': 39666, 'sx': 315, 'measure': 10, 'x': 1}",{'cx': 80216},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",grover-noancilla_mapped_ibm_montreal_qiskit_opt1_10.qasm +449,27,484,"{'rz': 475, 'sx': 19, 'measure': 19}",{'cx': 1012},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_19.qasm +450,27,770,"{'rz': 876, 'sx': 24, 'measure': 24}",{'cx': 2685},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt0_24.qasm +451,27,659,"{'rz': 661, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 1354},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt2_22.qasm +452,27,74,"{'rz': 110, 'sx': 55, 'measure': 11}",{'cx': 149},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qaoa_mapped_ibm_montreal_qiskit_opt0_11.qasm +453,27,395,"{'rz': 228, 'sx': 72, 'measure': 12}",{'cx': 600},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qnn_mapped_ibm_montreal_qiskit_opt2_12.qasm +454,27,24,"{'sx': 60, 'rz': 60, 'measure': 10}",{'cx': 18},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt2_10.qasm +455,27,78,"{'rz': 70, 'sx': 43, 'measure': 18, 'x': 2}",{'cx': 47},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_19.qasm +456,27,111,"{'rz': 94, 'sx': 47, 'measure': 23}",{'cx': 110},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt1_24.qasm +457,27,869,"{'rz': 937, 'sx': 350, 'measure': 14, 'x': 4}",{'cx': 1737},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",random_mapped_ibm_montreal_qiskit_opt0_14.qasm +458,27,41,"{'sx': 36, 'rz': 18, 'measure': 10, 'x': 1}",{'cx': 18},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_10.qasm +459,27,600,"{'sx': 168, 'rz': 168, 'measure': 21}",{'cx': 2121},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt2_21.qasm +460,27,54,"{'rz': 84, 'sx': 42, 'measure': 14}",{'cx': 98},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",graphstate_mapped_ibm_montreal_qiskit_opt0_14.qasm +461,27,352,"{'rz': 222, 'sx': 189, 'measure': 10, 'x': 6}",{'cx': 395},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_10.qasm +462,27,492,"{'rz': 653, 'sx': 22, 'measure': 21}",{'cx': 1217},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt1_21.qasm +463,27,395,"{'rz': 243, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 423},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_13.qasm +464,27,763,"{'sx': 160, 'rz': 160, 'measure': 20}",{'cx': 2389},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_20.qasm +465,27,222,"{'rz': 190, 'sx': 90, 'measure': 10, 'x': 7}",{'cx': 151},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",ae_mapped_ibm_montreal_qiskit_opt3_10.qasm +466,27,761,"{'rz': 961, 'sx': 344, 'x': 44, 'measure': 22}",{'cx': 1362},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_23.qasm +467,27,392,"{'rz': 585, 'sx': 198, 'measure': 18, 'x': 13}",{'cx': 759},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_18.qasm +468,27,670,"{'rz': 923, 'sx': 25, 'measure': 25}",{'cx': 1668},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_25.qasm +469,27,520,"{'rz': 286, 'sx': 77, 'measure': 22}",{'cx': 737},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt2_11.qasm +470,27,70,"{'rz': 28, 'measure': 22, 'sx': 21, 'x': 3}",{'cx': 37},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt3_22.qasm +471,27,309,"{'rz': 189, 'sx': 62, 'measure': 11}",{'cx': 242},"(11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt2_11.qasm +472,27,1318,"{'rz': 252, 'sx': 168, 'measure': 21}",{'cx': 5322},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt0_21.qasm +473,27,335,"{'rz': 246, 'sx': 72, 'measure': 11, 'x': 8}",{'cx': 313},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_12.qasm +474,27,275,"{'sx': 88, 'rz': 88, 'measure': 11}",{'cx': 509},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_11.qasm +475,27,664,"{'rz': 612, 'sx': 21, 'measure': 20}",{'cx': 2055},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt0_20.qasm +476,27,27,"{'rz': 50, 'sx': 25, 'measure': 15}",{'cx': 36},"(0, 1); (1, 0); (1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (22, 25); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_15.qasm +477,27,983,"{'rz': 868, 'sx': 326, 'measure': 15, 'x': 11}",{'cx': 1472},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",random_mapped_ibm_montreal_qiskit_opt1_15.qasm +478,27,45,"{'sx': 40, 'rz': 20, 'measure': 11, 'x': 1}",{'cx': 20},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_11.qasm +479,27,502,"{'rz': 527, 'sx': 470, 'measure': 20, 'x': 2}",{'cx': 1492},"(1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_20.qasm +480,27,61,"{'rz': 57, 'sx': 35, 'measure': 17}",{'cx': 49},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",dj_mapped_ibm_montreal_qiskit_opt2_18.qasm +481,27,144,"{'rz': 98, 'sx': 49, 'measure': 24, 'x': 23}",{'cx': 240},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt0_25.qasm +482,27,25,"{'rz': 61, 'sx': 56, 'measure': 11, 'x': 5}",{'cx': 20},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt3_11.qasm +483,27,394,"{'rz': 426, 'sx': 229, 'measure': 13, 'x': 3}",{'cx': 645},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_13.qasm +484,27,54,"{'rz': 100, 'sx': 50, 'measure': 10}",{'cx': 61},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (19, 22); (21, 18); (22, 19); (22, 25); (25, 22)",qaoa_mapped_ibm_montreal_qiskit_opt1_10.qasm +485,27,830,"{'rz': 390, 'sx': 90, 'measure': 15}",{'cx': 2342},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qnn_mapped_ibm_montreal_qiskit_opt0_15.qasm +486,27,103,"{'rz': 86, 'sx': 55, 'measure': 22, 'x': 5}",{'cx': 64},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt3_23.qasm +487,27,440,"{'rz': 325, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 866},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_14.qasm +488,27,1283,"{'rz': 1191, 'sx': 997, 'x': 65, 'measure': 27}",{'cx': 3803},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt3_27.qasm +489,27,607,"{'rz': 490, 'sx': 98, 'measure': 17}",{'cx': 686},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt1_17.qasm +490,27,582,"{'rz': 577, 'sx': 253, 'x': 16, 'measure': 13}",{'cx': 865},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_13.qasm +491,27,2513,"{'rz': 416, 'sx': 208, 'measure': 26}",{'cx': 10461},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt0_26.qasm +492,27,69,"{'sx': 64, 'rz': 32, 'measure': 17, 'x': 1}",{'cx': 32},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_17.qasm +493,27,31,"{'rz': 30, 'sx': 15, 'measure': 13}",{'cx': 16},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt2_13.qasm +494,27,633,"{'rz': 136, 'sx': 136, 'measure': 17}",{'cx': 1684},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_17.qasm +495,27,711,"{'rz': 1108, 'sx': 339, 'x': 26, 'measure': 26}",{'cx': 1640},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt3_26.qasm +496,27,22,"{'measure': 19, 'rz': 2, 'sx': 1}",{'cx': 18},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_19.qasm +497,27,106,"{'measure': 24, 'rz': 2, 'sx': 1}",{'cx': 194},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt0_24.qasm +498,27,1153,"{'rz': 984, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 3265},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt0_25.qasm +499,27,559,"{'rz': 462, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 961},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_18.qasm +500,27,730,"{'rz': 668, 'sx': 23, 'measure': 23}",{'cx': 1424},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_23.qasm +501,27,895,"{'rz': 1441, 'sx': 745, 'measure': 25, 'x': 7}",{'cx': 2568},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_25.qasm +502,27,504,"{'rz': 450, 'sx': 108, 'measure': 18}",{'cx': 1369},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt1_18.qasm +503,27,68,"{'rz': 50, 'sx': 25, 'x': 17, 'measure': 12}",{'cx': 108},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10)",dj_mapped_ibm_montreal_qiskit_opt0_13.qasm +504,27,130,"{'sx': 106, 'rz': 58, 'measure': 27, 'x': 1}",{'cx': 82},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_27.qasm +505,27,389,"{'rz': 135, 'sx': 132, 'measure': 16, 'x': 1}",{'cx': 1050},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_16.qasm +506,27,1909,"{'rz': 2016, 'sx': 726, 'measure': 23, 'x': 20}",{'cx': 4166},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_23.qasm +507,27,680,"{'rz': 815, 'sx': 473, 'measure': 14}",{'cx': 1119},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_14.qasm +508,27,30,"{'rz': 62, 'sx': 31, 'measure': 23}",{'cx': 56},"(2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_23.qasm +509,27,617,"{'rz': 394, 'sx': 17, 'measure': 16}",{'cx': 1503},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qftentangled_mapped_ibm_montreal_qiskit_opt0_16.qasm +510,27,1126,"{'sx': 216, 'rz': 216, 'measure': 27}",{'cx': 4043},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_27.qasm +511,27,886,"{'rz': 1002, 'sx': 324, 'x': 49, 'measure': 23}",{'cx': 1576},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_24.qasm +512,27,581,"{'rz': 585, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1152},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_19.qasm +513,27,1119,"{'rz': 204, 'sx': 136, 'measure': 17}",{'cx': 3753},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",realamprandom_mapped_ibm_montreal_qiskit_opt0_17.qasm +514,27,1008,"{'rz': 1003, 'sx': 158, 'measure': 27}",{'cx': 1899},"(0, 1); (1, 0); (1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt2_27.qasm +515,27,17,"{'measure': 14, 'rz': 2, 'sx': 1}",{'cx': 13},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_14.qasm +516,27,356,"{'rz': 246, 'sx': 13, 'measure': 13}",{'cx': 450},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt1_13.qasm +517,27,416,"{'rz': 377, 'sx': 110, 'x': 15, 'measure': 14}",{'cx': 566},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qpeexact_mapped_ibm_montreal_qiskit_opt3_15.qasm +518,27,362,"{'rz': 307, 'sx': 15, 'measure': 15}",{'cx': 594},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_15.qasm +519,27,322,"{'rz': 276, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 647},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeexact_mapped_ibm_montreal_qiskit_opt0_13.qasm +520,27,7051,"{'rz': 3608, 'sx': 205, 'measure': 11, 'x': 1}",{'cx': 6899},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18)",grover-v-chain_mapped_ibm_montreal_qiskit_opt2_11.qasm +521,27,52,"{'measure': 12, 'rz': 2, 'sx': 1}",{'cx': 95},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ghz_mapped_ibm_montreal_qiskit_opt0_12.qasm +522,27,221,"{'rz': 165, 'sx': 59, 'measure': 10, 'x': 5}",{'cx': 231},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qftentangled_mapped_ibm_montreal_qiskit_opt3_10.qasm +523,27,546,"{'rz': 168, 'sx': 168, 'measure': 21}",{'cx': 2416},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_21.qasm +524,27,670,"{'rz': 583, 'sx': 351, 'measure': 12}",{'cx': 807},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_12.qasm +525,27,35,"{'rz': 74, 'sx': 37, 'measure': 25}",{'cx': 67},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_25.qasm +526,27,68,"{'rz': 108, 'sx': 54, 'measure': 18}",{'cx': 171},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",graphstate_mapped_ibm_montreal_qiskit_opt0_18.qasm +527,27,329,"{'rz': 160, 'sx': 80, 'measure': 10}",{'cx': 819},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",su2random_mapped_ibm_montreal_qiskit_opt0_10.qasm +528,27,85,"{'sx': 80, 'rz': 40, 'measure': 21, 'x': 1}",{'cx': 40},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_21.qasm +529,27,1516,"{'rz': 1490, 'sx': 541, 'measure': 18, 'x': 7}",{'cx': 3455},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",random_mapped_ibm_montreal_qiskit_opt0_18.qasm +530,27,2096,"{'rz': 2172, 'sx': 920, 'x': 41, 'measure': 25}",{'cx': 4726},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt2_25.qasm +531,27,810,"{'rz': 732, 'sx': 122, 'measure': 21}",{'cx': 1182},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt1_21.qasm +532,27,430,"{'rz': 228, 'sx': 202, 'measure': 11, 'x': 9}",{'cx': 518},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt3_11.qasm +533,27,962,"{'rz': 777, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 2442},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_22.qasm +534,27,56,"{'rz': 54, 'sx': 33, 'measure': 14, 'x': 1}",{'cx': 33},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_15.qasm +535,27,2007,"{'rz': 782, 'sx': 138, 'measure': 23}",{'cx': 7352},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt0_23.qasm +536,27,5161,"{'rz': 1841, 'sx': 439, 'measure': 17, 'x': 10}",{'cx': 4581},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt1_17.qasm +537,27,16,"{'measure': 13, 'rz': 2, 'sx': 1}",{'cx': 12},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_13.qasm +538,27,365,"{'rz': 239, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 391},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qpeexact_mapped_ibm_montreal_qiskit_opt1_12.qasm +539,27,288,"{'rz': 328, 'sx': 106, 'measure': 14, 'x': 5}",{'cx': 445},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_14.qasm +540,27,746,"{'rz': 638, 'sx': 132, 'measure': 22}",{'cx': 2117},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt1_22.qasm +541,27,50,"{'rz': 44, 'sx': 27, 'measure': 13}",{'cx': 33},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21)",dj_mapped_ibm_montreal_qiskit_opt2_14.qasm +542,27,773,"{'rz': 847, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 1556},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_23.qasm +543,27,225,"{'rz': 80, 'sx': 80, 'measure': 10}",{'cx': 394},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",realamprandom_mapped_ibm_montreal_qiskit_opt2_10.qasm +544,27,79315,"{'rz': 36727, 'sx': 149, 'measure': 11, 'x': 10}",{'cx': 72498},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt2_11.qasm +545,27,902,"{'rz': 744, 'sx': 116, 'measure': 20}",{'cx': 1685},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16)",ae_mapped_ibm_montreal_qiskit_opt0_20.qasm +546,27,355,"{'sx': 88, 'rz': 88, 'measure': 11}",{'cx': 632},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt1_11.qasm +547,27,244,"{'rz': 190, 'sx': 114, 'measure': 20, 'x': 1}",{'cx': 224},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt0_20.qasm +548,27,1473,"{'rz': 1248, 'sx': 498, 'x': 23, 'measure': 19}",{'cx': 2516},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt1_19.qasm +549,27,2378,"{'rz': 2649, 'sx': 1268, 'x': 129, 'measure': 24}",{'cx': 4675},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_24.qasm +550,27,869,"{'rz': 1092, 'sx': 572, 'measure': 13}",{'cx': 1755},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_13.qasm +551,27,46,"{'rz': 67, 'sx': 36, 'measure': 24}",{'cx': 47},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 22); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt3_24.qasm +552,27,31,"{'rz': 54, 'sx': 27, 'measure': 19}",{'cx': 43},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_19.qasm +553,27,213,"{'rz': 157, 'sx': 12, 'measure': 11}",{'cx': 315},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qftentangled_mapped_ibm_montreal_qiskit_opt2_11.qasm +554,27,1352,"{'rz': 240, 'sx': 160, 'measure': 20}",{'cx': 5064},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_20.qasm +555,27,939,"{'rz': 1088, 'sx': 362, 'x': 27, 'measure': 26}",{'cx': 1526},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt3_26.qasm +556,27,547,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1466},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt1_16.qasm +557,27,930,"{'rz': 836, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 1788},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_25.qasm +558,27,629,"{'rz': 527, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 1461},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_18.qasm +559,27,381,"{'rz': 427, 'sx': 18, 'measure': 17}",{'cx': 777},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_17.qasm +560,27,1215,"{'rz': 873, 'sx': 700, 'x': 37, 'measure': 26}",{'cx': 3472},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_26.qasm +561,27,99,"{'rz': 132, 'sx': 66, 'measure': 22}",{'cx': 235},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18)",graphstate_mapped_ibm_montreal_qiskit_opt0_22.qasm +562,27,120,"{'sx': 100, 'rz': 50, 'measure': 26, 'x': 1}",{'cx': 65},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_26.qasm +563,27,633,"{'sx': 136, 'rz': 136, 'measure': 17}",{'cx': 1537},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt2_17.qasm +564,27,2211,"{'rz': 2238, 'sx': 788, 'measure': 22, 'x': 6}",{'cx': 5845},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt0_22.qasm +565,27,45,"{'rz': 46, 'sx': 23, 'measure': 11}",{'cx': 32},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",dj_mapped_ibm_montreal_qiskit_opt1_12.qasm +566,27,819,"{'rz': 744, 'sx': 144, 'measure': 24}",{'cx': 2510},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_24.qasm +567,27,1611,"{'rz': 570, 'sx': 114, 'measure': 19}",{'cx': 5076},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qnn_mapped_ibm_montreal_qiskit_opt0_19.qasm +568,27,371,"{'rz': 268, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 518},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qpeexact_mapped_ibm_montreal_qiskit_opt2_14.qasm +569,27,254,"{'rz': 222, 'sx': 12, 'measure': 12}",{'cx': 588},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qft_mapped_ibm_montreal_qiskit_opt0_12.qasm +570,27,2042,"{'rz': 780, 'sx': 181, 'measure': 11, 'x': 10}",{'cx': 1842},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt2_11.qasm +571,27,18,"{'measure': 15, 'rz': 2, 'sx': 1}",{'cx': 14},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_15.qasm +572,27,63,"{'rz': 38, 'sx': 19, 'x': 13, 'measure': 9}",{'cx': 81},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 9); (9, 8)",dj_mapped_ibm_montreal_qiskit_opt0_10.qasm +573,27,930,"{'rz': 1666, 'sx': 878, 'measure': 26, 'x': 12}",{'cx': 2746},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (9, 8); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_26.qasm +574,27,864,"{'rz': 826, 'sx': 140, 'measure': 24}",{'cx': 1455},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt2_24.qasm +575,27,866,"{'rz': 678, 'sx': 110, 'measure': 19}",{'cx': 1545},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",ae_mapped_ibm_montreal_qiskit_opt0_19.qasm +576,27,891,"{'rz': 1145, 'sx': 292, 'x': 40, 'measure': 26}",{'cx': 1936},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_27.qasm +577,27,675,"{'rz': 168, 'sx': 112, 'measure': 14}",{'cx': 2106},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",realamprandom_mapped_ibm_montreal_qiskit_opt0_14.qasm +578,27,828,"{'rz': 1184, 'sx': 673, 'measure': 17}",{'cx': 1671},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_17.qasm +579,27,17,"{'rz': 40, 'sx': 20, 'measure': 20}",{'cx': 20},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_20.qasm +580,27,442,"{'rz': 347, 'sx': 16, 'measure': 15}",{'cx': 1139},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qftentangled_mapped_ibm_montreal_qiskit_opt0_15.qasm +581,27,896,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 2999},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_24.qasm +582,27,1527,"{'rz': 228, 'sx': 152, 'measure': 19}",{'cx': 5046},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_19.qasm +583,27,223,"{'rz': 180, 'sx': 108, 'measure': 19, 'x': 1}",{'cx': 183},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",wstate_mapped_ibm_montreal_qiskit_opt0_19.qasm +584,27,536,"{'rz': 470, 'sx': 378, 'measure': 15, 'x': 6}",{'cx': 999},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_15.qasm +585,27,131,"{'sx': 96, 'rz': 58, 'measure': 24, 'x': 1}",{'cx': 102},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_24.qasm +586,27,1538,"{'rz': 1472, 'sx': 558, 'measure': 20, 'x': 19}",{'cx': 2995},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_20.qasm +587,27,3048,"{'rz': 1445, 'sx': 628, 'x': 32, 'measure': 13}",{'cx': 2322},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt3_13.qasm +588,27,20,"{'measure': 17, 'rz': 2, 'sx': 1}",{'cx': 16},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_17.qasm +589,27,516,"{'rz': 458, 'sx': 154, 'x': 23, 'measure': 15}",{'cx': 660},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_16.qasm +590,27,218,"{'rz': 145, 'sx': 10, 'measure': 10}",{'cx': 252},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15)",qft_mapped_ibm_montreal_qiskit_opt1_10.qasm +591,27,217,"{'rz': 165, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 335},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeexact_mapped_ibm_montreal_qiskit_opt0_10.qasm +592,27,396,"{'rz': 337, 'sx': 16, 'measure': 16}",{'cx': 705},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_16.qasm +593,27,5358,"{'rz': 2484, 'sx': 591, 'x': 48, 'measure': 15}",{'cx': 5487},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt0_15.qasm +594,27,53,"{'measure': 11, 'rz': 2, 'sx': 1}",{'cx': 91},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ghz_mapped_ibm_montreal_qiskit_opt0_11.qasm +595,27,409,"{'rz': 445, 'sx': 381, 'measure': 12, 'x': 5}",{'cx': 541},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_12.qasm +596,27,904,"{'rz': 710, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 2172},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_21.qasm +597,27,852,"{'rz': 800, 'sx': 128, 'measure': 22}",{'cx': 1221},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt1_22.qasm +598,27,110,"{'sx': 85, 'rz': 45, 'measure': 22, 'x': 1}",{'cx': 70},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_22.qasm +599,27,466,"{'rz': 208, 'sx': 104, 'measure': 13}",{'cx': 1581},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",su2random_mapped_ibm_montreal_qiskit_opt0_13.qasm +600,27,2415,"{'rz': 2410, 'sx': 989, 'x': 45, 'measure': 26}",{'cx': 5753},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_26.qasm +601,27,305,"{'rz': 283, 'sx': 90, 'measure': 13, 'x': 8}",{'cx': 424},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_13.qasm +602,27,881,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 3160},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_22.qasm +603,27,535,"{'rz': 567, 'sx': 333, 'measure': 11}",{'cx': 678},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_11.qasm +604,27,64,"{'rz': 84, 'sx': 42, 'measure': 26}",{'cx': 77},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_26.qasm +605,27,1390,"{'rz': 620, 'sx': 120, 'measure': 20}",{'cx': 4577},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt0_20.qasm +606,27,61,"{'rz': 55, 'sx': 39, 'measure': 15, 'x': 4}",{'cx': 30},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",dj_mapped_ibm_montreal_qiskit_opt3_16.qasm +607,27,13,"{'measure': 10, 'rz': 2, 'sx': 1}",{'cx': 9},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_10.qasm +608,27,446,"{'rz': 459, 'sx': 125, 'measure': 17, 'x': 3}",{'cx': 692},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qft_mapped_ibm_montreal_qiskit_opt3_17.qasm +609,27,292,"{'rz': 205, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 299},"(8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt1_11.qasm +610,27,76,"{'rz': 57, 'sx': 33, 'measure': 16}",{'cx': 58},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt2_17.qasm +611,27,712,"{'rz': 588, 'sx': 126, 'measure': 21}",{'cx': 1997},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (25, 22)",qnn_mapped_ibm_montreal_qiskit_opt1_21.qasm +612,27,512,"{'rz': 660, 'sx': 350, 'measure': 10}",{'cx': 795},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_10.qasm +613,27,39,"{'rz': 98, 'sx': 51, 'measure': 27}",{'cx': 71},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt3_27.qasm +614,27,275,"{'rz': 187, 'sx': 13, 'measure': 12}",{'cx': 398},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_12.qasm +615,27,1764,"{'rz': 276, 'sx': 184, 'measure': 23}",{'cx': 7299},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_23.qasm +616,27,283,"{'rz': 220, 'sx': 132, 'measure': 23, 'x': 1}",{'cx': 266},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt0_23.qasm +617,27,413,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 796},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt1_12.qasm +618,27,1003,"{'rz': 960, 'sx': 134, 'measure': 23}",{'cx': 2273},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt0_23.qasm +619,27,658,"{'rz': 645, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 1250},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_20.qasm +620,27,448,"{'rz': 104, 'sx': 104, 'measure': 13}",{'cx': 852},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt2_13.qasm +621,27,73,"{'sx': 68, 'rz': 34, 'measure': 18, 'x': 1}",{'cx': 34},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_18.qasm +622,27,574,"{'sx': 112, 'rz': 112, 'measure': 14}",{'cx': 1081},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt2_14.qasm +623,27,113,"{'sx': 96, 'rz': 48, 'measure': 25, 'x': 1}",{'cx': 60},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_25.qasm +624,27,2136,"{'rz': 2036, 'sx': 719, 'measure': 21, 'x': 10}",{'cx': 5463},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt0_21.qasm +625,27,313,"{'rz': 288, 'sx': 15, 'measure': 14}",{'cx': 531},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qftentangled_mapped_ibm_montreal_qiskit_opt1_14.qasm +626,27,1170,"{'rz': 1282, 'sx': 1070, 'x': 29, 'measure': 25}",{'cx': 3124},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_25.qasm +627,27,688,"{'sx': 144, 'rz': 144, 'measure': 18}",{'cx': 2144},"(3, 5); (5, 3); (5, 8); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_18.qasm +628,27,93,"{'rz': 126, 'sx': 63, 'measure': 21}",{'cx': 189},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (20, 19)",graphstate_mapped_ibm_montreal_qiskit_opt0_21.qasm +629,27,484,"{'rz': 120, 'sx': 120, 'measure': 15}",{'cx': 1264},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt1_15.qasm +630,27,791,"{'rz': 885, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 1965},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_26.qasm +631,27,818,"{'rz': 1078, 'sx': 416, 'x': 51, 'measure': 25}",{'cx': 1384},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt3_25.qasm +632,27,647,"{'rz': 546, 'sx': 104, 'measure': 18}",{'cx': 819},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt1_18.qasm +633,27,1142,"{'rz': 918, 'sx': 162, 'measure': 27}",{'cx': 3400},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt2_27.qasm +634,27,48,"{'rz': 42, 'sx': 21, 'measure': 10}",{'cx': 34},"(5, 8); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18)",dj_mapped_ibm_montreal_qiskit_opt1_11.qasm +635,27,229,"{'rz': 187, 'sx': 11, 'measure': 11}",{'cx': 536},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qft_mapped_ibm_montreal_qiskit_opt0_11.qasm +636,27,518,"{'rz': 422, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 833},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_17.qasm +637,27,19,"{'measure': 16, 'rz': 2, 'sx': 1}",{'cx': 15},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_16.qasm +638,27,1289,"{'rz': 216, 'sx': 144, 'measure': 18}",{'cx': 4305},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",realamprandom_mapped_ibm_montreal_qiskit_opt0_18.qasm +639,27,891,"{'rz': 200, 'sx': 200, 'measure': 25}",{'cx': 3215},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt2_25.qasm +640,27,568,"{'rz': 419, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 714},"(5, 8); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_16.qasm +641,27,585,"{'rz': 444, 'sx': 86, 'measure': 15}",{'cx': 894},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ae_mapped_ibm_montreal_qiskit_opt0_15.qasm +642,27,470,"{'rz': 448, 'sx': 225, 'x': 30, 'measure': 11}",{'cx': 514},"(8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_11.qasm +643,27,484,"{'rz': 594, 'sx': 517, 'measure': 19, 'x': 4}",{'cx': 1302},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_19.qasm +644,27,175,"{'rz': 140, 'sx': 84, 'measure': 15, 'x': 1}",{'cx': 145},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",wstate_mapped_ibm_montreal_qiskit_opt0_15.qasm +645,27,1113,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 3730},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt1_24.qasm +646,27,825,"{'rz': 180, 'sx': 120, 'measure': 15}",{'cx': 2508},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_15.qasm +647,27,810,"{'rz': 553, 'sx': 20, 'measure': 19}",{'cx': 1911},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qftentangled_mapped_ibm_montreal_qiskit_opt0_19.qasm +648,27,605,"{'rz': 716, 'sx': 25, 'measure': 24}",{'cx': 1532},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt2_24.qasm +649,27,26,"{'rz': 37, 'sx': 21, 'measure': 11, 'x': 1}",{'cx': 27},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_11.qasm +650,27,480,"{'rz': 408, 'sx': 102, 'measure': 17}",{'cx': 1284},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt1_17.qasm +651,27,90,"{'rz': 72, 'sx': 41, 'measure': 20}",{'cx': 71},"(4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt2_21.qasm +652,27,42,"{'rz': 134, 'sx': 70, 'measure': 14}",{'cx': 89},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qaoa_mapped_ibm_montreal_qiskit_opt3_14.qasm +653,27,976,"{'rz': 1157, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 2208},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt1_27.qasm +654,27,448,"{'rz': 929, 'sx': 545, 'measure': 21, 'x': 15}",{'cx': 896},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_21.qasm +655,27,74,"{'measure': 26, 'rz': 2, 'sx': 1}",{'cx': 70},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_26.qasm +656,27,9153,"{'rz': 4056, 'sx': 975, 'x': 60, 'measure': 19}",{'cx': 9699},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt0_19.qasm +657,27,645,"{'rz': 518, 'sx': 210, 'measure': 26, 'x': 5}",{'cx': 1063},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt3_13.qasm +658,27,23,"{'measure': 20, 'rz': 2, 'sx': 1}",{'cx': 19},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_20.qasm +659,27,728,"{'rz': 628, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 1332},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_21.qasm +660,27,1242,"{'rz': 1107, 'sx': 27, 'measure': 27}",{'cx': 3840},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt0_27.qasm +661,27,27,"{'rz': 73, 'sx': 70, 'measure': 13, 'x': 4}",{'cx': 24},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt2_13.qasm +662,27,130,"{'rz': 106, 'sx': 53, 'measure': 26}",{'cx': 125},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt1_27.qasm +663,27,358,"{'rz': 198, 'sx': 66, 'measure': 11}",{'cx': 511},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",qnn_mapped_ibm_montreal_qiskit_opt2_11.qasm +664,27,100,"{'rz': 120, 'sx': 60, 'measure': 12}",{'cx': 189},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qaoa_mapped_ibm_montreal_qiskit_opt0_12.qasm +665,27,350,"{'rz': 287, 'sx': 103, 'measure': 13, 'x': 10}",{'cx': 319},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt3_13.qasm +666,27,225,"{'rz': 145, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 240},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_10.qasm +667,27,915,"{'rz': 184, 'sx': 184, 'measure': 23}",{'cx': 3369},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_23.qasm +668,27,66,"{'rz': 102, 'sx': 51, 'measure': 17}",{'cx': 134},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",graphstate_mapped_ibm_montreal_qiskit_opt0_17.qasm +669,27,504,"{'rz': 337, 'sx': 280, 'measure': 13, 'x': 10}",{'cx': 802},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_13.qasm +670,27,592,"{'rz': 715, 'sx': 23, 'measure': 22}",{'cx': 1422},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt1_22.qasm +671,27,1310,"{'rz': 1297, 'sx': 485, 'measure': 17, 'x': 8}",{'cx': 2596},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",random_mapped_ibm_montreal_qiskit_opt0_17.qasm +672,27,772,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 2440},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt2_22.qasm +673,27,53,"{'sx': 48, 'rz': 24, 'measure': 13, 'x': 1}",{'cx': 24},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_13.qasm +674,27,848,"{'rz': 1000, 'sx': 26, 'measure': 26}",{'cx': 1907},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt1_26.qasm +675,27,655,"{'rz': 714, 'sx': 251, 'x': 29, 'measure': 19}",{'cx': 1050},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_20.qasm +676,27,24,"{'measure': 21, 'rz': 2, 'sx': 1}",{'cx': 20},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_21.qasm +677,27,637,"{'rz': 330, 'sx': 84, 'measure': 24}",{'cx': 955},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt2_12.qasm +678,27,1075,"{'rz': 1004, 'sx': 360, 'measure': 16, 'x': 10}",{'cx': 1732},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt1_16.qasm +679,27,804,"{'rz': 1106, 'sx': 963, 'x': 25, 'measure': 23}",{'cx': 2223},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt3_23.qasm +680,27,49,"{'sx': 44, 'rz': 22, 'measure': 12, 'x': 1}",{'cx': 22},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_12.qasm +681,27,365,"{'rz': 96, 'sx': 96, 'measure': 12}",{'cx': 656},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_12.qasm +682,27,847,"{'rz': 807, 'sx': 24, 'measure': 23}",{'cx': 2715},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt0_23.qasm +683,27,33,"{'rz': 60, 'sx': 30, 'measure': 16}",{'cx': 40},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (7, 4); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (19, 20); (19, 22); (20, 19); (22, 19)",graphstate_mapped_ibm_montreal_qiskit_opt1_16.qasm +684,27,1748,"{'rz': 264, 'sx': 176, 'measure': 22}",{'cx': 6621},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt0_22.qasm +685,27,302,"{'rz': 203, 'sx': 60, 'measure': 10, 'x': 9}",{'cx': 259},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_11.qasm +686,27,312,"{'rz': 226, 'sx': 68, 'measure': 12}",{'cx': 318},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",ae_mapped_ibm_montreal_qiskit_opt2_12.qasm +687,27,44,"{'rz': 130, 'sx': 65, 'measure': 13}",{'cx': 58},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt1_13.qasm +688,27,314,"{'rz': 237, 'sx': 116, 'measure': 10, 'x': 3}",{'cx': 387},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qnn_mapped_ibm_montreal_qiskit_opt3_10.qasm +689,27,164,"{'rz': 102, 'sx': 51, 'x': 25, 'measure': 25}",{'cx': 268},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt0_26.qasm +690,27,26,"{'rz': 70, 'sx': 70, 'measure': 12, 'x': 1}",{'cx': 22},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",vqe_mapped_ibm_montreal_qiskit_opt3_12.qasm +691,27,105,"{'rz': 126, 'sx': 84, 'measure': 14}",{'cx': 161},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",vqe_mapped_ibm_montreal_qiskit_opt0_14.qasm +692,27,79,"{'rz': 68, 'sx': 45, 'measure': 19, 'x': 3}",{'cx': 48},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_20.qasm +693,27,937,"{'rz': 432, 'sx': 96, 'measure': 16}",{'cx': 2670},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qnn_mapped_ibm_montreal_qiskit_opt0_16.qasm +694,27,23,"{'rz': 20, 'sx': 10, 'measure': 10}",{'cx': 22},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",graphstate_mapped_ibm_montreal_qiskit_opt2_10.qasm +695,27,561,"{'rz': 112, 'sx': 112, 'measure': 14}",{'cx': 1232},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_14.qasm +696,27,349,"{'rz': 479, 'sx': 19, 'measure': 18}",{'cx': 887},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt1_18.qasm +697,27,599,"{'rz': 948, 'sx': 170, 'measure': 25, 'x': 14}",{'cx': 1544},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt3_25.qasm +698,27,303,"{'rz': 260, 'sx': 114, 'measure': 10, 'x': 7}",{'cx': 366},"(8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",random_mapped_ibm_montreal_qiskit_opt2_10.qasm +699,27,474,"{'sx': 144, 'rz': 144, 'measure': 18}",{'cx': 1441},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt2_18.qasm +700,27,57,"{'sx': 52, 'rz': 26, 'measure': 14, 'x': 1}",{'cx': 26},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_14.qasm +701,27,2282,"{'rz': 400, 'sx': 200, 'measure': 25}",{'cx': 9435},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt0_25.qasm +702,27,469,"{'rz': 340, 'sx': 80, 'measure': 14}",{'cx': 440},"(3, 5); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",ae_mapped_ibm_montreal_qiskit_opt1_14.qasm +703,27,690,"{'rz': 472, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 1433},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_17.qasm +704,27,436,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1886},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt1_19.qasm +705,27,1114,"{'rz': 1080, 'sx': 872, 'x': 40, 'measure': 24}",{'cx': 2863},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_24.qasm +706,27,716,"{'rz': 427, 'sx': 98, 'measure': 28}",{'cx': 1445},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt1_14.qasm +707,27,109,"{'measure': 27, 'rz': 2, 'sx': 1}",{'cx': 197},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt0_27.qasm +708,27,430,"{'rz': 545, 'sx': 20, 'measure': 20}",{'cx': 1058},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt2_20.qasm +709,27,1238,"{'rz': 1075, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 3608},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt0_26.qasm +710,27,475,"{'rz': 599, 'sx': 21, 'measure': 21}",{'cx': 1140},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_21.qasm +711,27,1229,"{'rz': 1157, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 3669},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt0_27.qasm +712,27,108,"{'measure': 26, 'rz': 2, 'sx': 1}",{'cx': 196},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt0_26.qasm +713,27,22,"{'rz': 30, 'sx': 15, 'measure': 11}",{'cx': 20},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",graphstate_mapped_ibm_montreal_qiskit_opt2_11.qasm +714,27,484,"{'rz': 120, 'sx': 120, 'measure': 15}",{'cx': 1264},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_15.qasm +715,27,573,"{'rz': 969, 'sx': 361, 'x': 30, 'measure': 24}",{'cx': 1297},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt3_24.qasm +716,27,463,"{'rz': 534, 'sx': 20, 'measure': 19}",{'cx': 1038},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt1_19.qasm +717,27,426,"{'rz': 400, 'sx': 163, 'measure': 11, 'x': 8}",{'cx': 592},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt2_11.qasm +718,27,61,"{'sx': 56, 'rz': 28, 'measure': 15, 'x': 1}",{'cx': 28},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_15.qasm +719,27,1962,"{'rz': 384, 'sx': 192, 'measure': 24}",{'cx': 8235},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt0_24.qasm +720,27,680,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1779},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt2_19.qasm +721,27,481,"{'rz': 387, 'sx': 86, 'measure': 15}",{'cx': 525},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",ae_mapped_ibm_montreal_qiskit_opt1_15.qasm +722,27,557,"{'rz': 420, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 1191},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_16.qasm +723,27,1170,"{'rz': 1282, 'sx': 1070, 'x': 29, 'measure': 25}",{'cx': 3124},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt3_25.qasm +724,27,688,"{'sx': 144, 'rz': 144, 'measure': 18}",{'cx': 2144},"(3, 5); (5, 3); (5, 8); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt1_18.qasm +725,27,85,"{'rz': 77, 'sx': 47, 'measure': 20, 'x': 2}",{'cx': 53},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_21.qasm +726,27,1193,"{'rz': 476, 'sx': 102, 'measure': 17}",{'cx': 3368},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qnn_mapped_ibm_montreal_qiskit_opt0_17.qasm +727,27,35,"{'rz': 120, 'sx': 60, 'measure': 12}",{'cx': 48},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt1_12.qasm +728,27,366,"{'rz': 272, 'sx': 125, 'measure': 11, 'x': 3}",{'cx': 477},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",qnn_mapped_ibm_montreal_qiskit_opt3_11.qasm +729,27,174,"{'rz': 106, 'sx': 53, 'x': 27, 'measure': 26}",{'cx': 278},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt0_27.qasm +730,27,27,"{'rz': 73, 'sx': 70, 'measure': 13, 'x': 4}",{'cx': 24},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt3_13.qasm +731,27,1029,"{'rz': 972, 'sx': 408, 'x': 19, 'measure': 17}",{'cx': 1696},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt1_17.qasm +732,27,783,"{'rz': 827, 'sx': 725, 'measure': 22, 'x': 17}",{'cx': 2214},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_22.qasm +733,27,53,"{'sx': 48, 'rz': 24, 'measure': 13, 'x': 1}",{'cx': 24},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_13.qasm +734,27,448,"{'rz': 104, 'sx': 104, 'measure': 13}",{'cx': 852},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_13.qasm +735,27,862,"{'rz': 739, 'sx': 23, 'measure': 22}",{'cx': 2679},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt0_22.qasm +736,27,25,"{'rz': 46, 'sx': 23, 'measure': 17}",{'cx': 44},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_17.qasm +737,27,1764,"{'rz': 276, 'sx': 184, 'measure': 23}",{'cx': 7299},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt0_23.qasm +738,27,248,"{'rz': 168, 'sx': 48, 'measure': 9, 'x': 6}",{'cx': 221},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_10.qasm +739,27,382,"{'rz': 263, 'sx': 74, 'measure': 13}",{'cx': 354},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt2_13.qasm +740,27,23,"{'measure': 20, 'rz': 2, 'sx': 1}",{'cx': 19},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_20.qasm +741,27,626,"{'rz': 377, 'sx': 91, 'measure': 26}",{'cx': 1176},"(0, 1); (1, 0); (1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt2_13.qasm +742,27,6631,"{'rz': 2289, 'sx': 549, 'measure': 19, 'x': 10}",{'cx': 6144},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt1_19.qasm +743,27,875,"{'rz': 1079, 'sx': 27, 'measure': 27}",{'cx': 1998},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt1_27.qasm +744,27,760,"{'rz': 757, 'sx': 226, 'x': 34, 'measure': 20}",{'cx': 1208},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_21.qasm +745,27,331,"{'rz': 257, 'sx': 107, 'measure': 12, 'x': 9}",{'cx': 258},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",ae_mapped_ibm_montreal_qiskit_opt3_12.qasm +746,27,293,"{'rz': 174, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 290},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_11.qasm +747,27,881,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 3160},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt1_22.qasm +748,27,100,"{'rz': 96, 'sx': 48, 'measure': 16}",{'cx': 154},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",graphstate_mapped_ibm_montreal_qiskit_opt0_16.qasm +749,27,409,"{'rz': 445, 'sx': 381, 'measure': 12, 'x': 5}",{'cx': 541},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_12.qasm +750,27,587,"{'rz': 781, 'sx': 24, 'measure': 23}",{'cx': 1426},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_23.qasm +751,27,1336,"{'rz': 1294, 'sx': 430, 'measure': 16, 'x': 4}",{'cx': 2770},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",random_mapped_ibm_montreal_qiskit_opt0_16.qasm +752,27,740,"{'sx': 184, 'rz': 184, 'measure': 23}",{'cx': 2629},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt2_23.qasm +753,27,49,"{'sx': 44, 'rz': 22, 'measure': 12, 'x': 1}",{'cx': 22},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_12.qasm +754,27,26,"{'rz': 64, 'sx': 60, 'measure': 12, 'x': 6}",{'cx': 22},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",vqe_mapped_ibm_montreal_qiskit_opt2_12.qasm +755,27,128,"{'rz': 102, 'sx': 51, 'measure': 25}",{'cx': 109},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (9, 8); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt1_26.qasm +756,27,298,"{'rz': 170, 'sx': 60, 'measure': 10}",{'cx': 404},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qnn_mapped_ibm_montreal_qiskit_opt2_10.qasm +757,27,94,"{'rz': 130, 'sx': 65, 'measure': 13}",{'cx': 229},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qaoa_mapped_ibm_montreal_qiskit_opt0_13.qasm +758,27,710,"{'rz': 561, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 1212},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_20.qasm +759,27,1200,"{'rz': 1027, 'sx': 26, 'measure': 26}",{'cx': 3977},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt0_26.qasm +760,27,615,"{'rz': 418, 'sx': 190, 'x': 26, 'measure': 24}",{'cx': 916},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt3_12.qasm +761,27,24,"{'measure': 21, 'rz': 2, 'sx': 1}",{'cx': 20},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_21.qasm +762,27,87,"{'measure': 27, 'rz': 2, 'sx': 1}",{'cx': 95},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_27.qasm +763,27,678,"{'rz': 469, 'sx': 98, 'measure': 28}",{'cx': 1962},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt0_14.qasm +764,27,912,"{'rz': 1075, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 2105},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt1_26.qasm +765,27,516,"{'rz': 636, 'sx': 188, 'measure': 20, 'x': 15}",{'cx': 983},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_20.qasm +766,27,506,"{'rz': 368, 'sx': 96, 'measure': 16}",{'cx': 1133},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt1_16.qasm +767,27,70,"{'rz': 65, 'sx': 39, 'measure': 19}",{'cx': 55},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt2_20.qasm +768,27,26,"{'rz': 69, 'sx': 54, 'x': 15, 'measure': 14}",{'cx': 26},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt1_14.qasm +769,27,896,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 2999},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22)",realamprandom_mapped_ibm_montreal_qiskit_opt2_24.qasm +770,27,1527,"{'rz': 228, 'sx': 152, 'measure': 19}",{'cx': 5046},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",realamprandom_mapped_ibm_montreal_qiskit_opt0_19.qasm +771,27,534,"{'rz': 471, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 869},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 22); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_17.qasm +772,27,494,"{'rz': 393, 'sx': 80, 'measure': 14}",{'cx': 734},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ae_mapped_ibm_montreal_qiskit_opt0_14.qasm +773,27,360,"{'rz': 306, 'sx': 155, 'x': 22, 'measure': 10}",{'cx': 332},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",random_mapped_ibm_montreal_qiskit_opt3_10.qasm +774,27,166,"{'rz': 130, 'sx': 78, 'measure': 14, 'x': 1}",{'cx': 143},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",wstate_mapped_ibm_montreal_qiskit_opt0_14.qasm +775,27,1156,"{'sx': 200, 'rz': 200, 'measure': 25}",{'cx': 4084},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt1_25.qasm +776,27,464,"{'rz': 409, 'sx': 381, 'measure': 18}",{'cx': 1212},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21)",su2random_mapped_ibm_montreal_qiskit_opt3_18.qasm +777,27,675,"{'rz': 168, 'sx': 112, 'measure': 14}",{'cx': 2106},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_14.qasm +778,27,579,"{'rz': 828, 'sx': 26, 'measure': 25}",{'cx': 1591},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_25.qasm +779,27,699,"{'rz': 497, 'sx': 19, 'measure': 18}",{'cx': 1790},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qftentangled_mapped_ibm_montreal_qiskit_opt0_18.qasm +780,27,23,"{'rz': 24, 'sx': 12, 'measure': 10}",{'cx': 22},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",graphstate_mapped_ibm_montreal_qiskit_opt3_10.qasm +781,27,20,"{'measure': 17, 'rz': 2, 'sx': 1}",{'cx': 16},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_17.qasm +782,27,2837,"{'rz': 1074, 'sx': 255, 'measure': 13, 'x': 10}",{'cx': 2423},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt2_13.qasm +783,27,249,"{'rz': 155, 'sx': 10, 'measure': 10}",{'cx': 474},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qft_mapped_ibm_montreal_qiskit_opt0_10.qasm +784,27,513,"{'rz': 372, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 711},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_16.qasm +785,27,933,"{'rz': 858, 'sx': 156, 'measure': 26}",{'cx': 3016},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt2_26.qasm +786,27,41,"{'rz': 38, 'sx': 19, 'measure': 9}",{'cx': 27},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21)",dj_mapped_ibm_montreal_qiskit_opt1_10.qasm +787,27,549,"{'sx': 120, 'rz': 120, 'measure': 15}",{'cx': 1118},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt2_15.qasm +788,27,134,"{'sx': 103, 'rz': 67, 'measure': 24, 'x': 2}",{'cx': 93},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_24.qasm +789,27,77,"{'sx': 72, 'rz': 36, 'measure': 19, 'x': 1}",{'cx': 36},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_19.qasm +790,27,2099,"{'rz': 1877, 'sx': 645, 'measure': 20, 'x': 9}",{'cx': 4671},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt0_20.qasm +791,27,368,"{'rz': 332, 'sx': 16, 'measure': 15}",{'cx': 626},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt1_15.qasm +792,27,436,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1886},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_19.qasm +793,27,1114,"{'rz': 1080, 'sx': 872, 'x': 40, 'measure': 24}",{'cx': 2863},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_24.qasm +794,27,92,"{'rz': 120, 'sx': 60, 'measure': 20}",{'cx': 158},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16)",graphstate_mapped_ibm_montreal_qiskit_opt0_20.qasm +795,27,561,"{'rz': 112, 'sx': 112, 'measure': 14}",{'cx': 1232},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt1_14.qasm +796,27,925,"{'rz': 935, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 2085},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_27.qasm +797,27,674,"{'rz': 605, 'sx': 110, 'measure': 19}",{'cx': 933},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt1_19.qasm +798,27,786,"{'rz': 930, 'sx': 308, 'x': 31, 'measure': 24}",{'cx': 1325},"(1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt3_24.qasm +799,27,492,"{'rz': 792, 'sx': 418, 'measure': 11}",{'cx': 843},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_11.qasm +800,27,39,"{'rz': 81, 'sx': 43, 'measure': 26, 'x': 2}",{'cx': 67},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt3_26.qasm +801,27,284,"{'rz': 224, 'sx': 14, 'measure': 13}",{'cx': 460},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qftentangled_mapped_ibm_montreal_qiskit_opt2_13.qasm +802,27,1748,"{'rz': 264, 'sx': 176, 'measure': 22}",{'cx': 6621},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_22.qasm +803,27,271,"{'rz': 210, 'sx': 126, 'measure': 22, 'x': 1}",{'cx': 252},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt0_22.qasm +804,27,453,"{'sx': 104, 'rz': 104, 'measure': 13}",{'cx': 959},"(0, 1); (1, 0); (1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt1_13.qasm +805,27,1067,"{'rz': 885, 'sx': 128, 'measure': 22}",{'cx': 2196},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt0_22.qasm +806,27,759,"{'rz': 710, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 1335},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_21.qasm +807,27,365,"{'rz': 96, 'sx': 96, 'measure': 12}",{'cx': 656},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt2_12.qasm +808,27,65,"{'rz': 52, 'sx': 31, 'measure': 15}",{'cx': 50},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt2_16.qasm +809,27,619,"{'rz': 540, 'sx': 120, 'measure': 20}",{'cx': 1808},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt1_20.qasm +810,27,322,"{'rz': 479, 'sx': 208, 'measure': 16, 'x': 13}",{'cx': 564},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_16.qasm +811,27,223,"{'rz': 164, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 227},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qpeexact_mapped_ibm_montreal_qiskit_opt1_10.qasm +812,27,14,"{'measure': 11, 'rz': 2, 'sx': 1}",{'cx': 10},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_11.qasm +813,27,3916,"{'rz': 1441, 'sx': 341, 'measure': 15, 'x': 10}",{'cx': 3492},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt1_15.qasm +814,27,1355,"{'rz': 672, 'sx': 126, 'measure': 21}",{'cx': 4787},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt0_21.qasm +815,27,73,"{'rz': 65, 'sx': 39, 'measure': 16, 'x': 3}",{'cx': 39},"(0, 1); (1, 0); (1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt3_17.qasm +816,27,504,"{'rz': 337, 'sx': 280, 'measure': 13, 'x': 10}",{'cx': 802},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt3_13.qasm +817,27,912,"{'rz': 646, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 2117},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_20.qasm +818,27,846,"{'rz': 871, 'sx': 134, 'measure': 23}",{'cx': 1364},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt1_23.qasm +819,27,127,"{'sx': 89, 'rz': 47, 'measure': 23, 'x': 1}",{'cx': 101},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_23.qasm +820,27,392,"{'rz': 192, 'sx': 96, 'measure': 12}",{'cx': 1149},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",su2random_mapped_ibm_montreal_qiskit_opt0_12.qasm +821,27,2567,"{'rz': 2467, 'sx': 1006, 'x': 31, 'measure': 27}",{'cx': 6111},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt2_27.qasm +822,27,217,"{'rz': 209, 'sx': 17, 'measure': 12}",{'cx': 390},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15)",qftentangled_mapped_ibm_montreal_qiskit_opt3_12.qasm +823,27,915,"{'rz': 184, 'sx': 184, 'measure': 23}",{'cx': 3369},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_23.qasm +824,27,500,"{'rz': 404, 'sx': 250, 'measure': 10}",{'cx': 546},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_10.qasm +825,27,58,"{'rz': 98, 'sx': 49, 'measure': 27}",{'cx': 90},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_27.qasm +826,27,43,"{'measure': 10, 'rz': 2, 'sx': 1}",{'cx': 72},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ghz_mapped_ibm_montreal_qiskit_opt0_10.qasm +827,27,21215,"{'rz': 10158, 'sx': 352, 'measure': 13, 'x': 1}",{'cx': 17702},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18)",grover-v-chain_mapped_ibm_montreal_qiskit_opt2_13.qasm +828,27,322,"{'rz': 205, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 434},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeexact_mapped_ibm_montreal_qiskit_opt0_11.qasm +829,27,481,"{'rz': 378, 'sx': 17, 'measure': 17}",{'cx': 800},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qft_mapped_ibm_montreal_qiskit_opt2_17.qasm +830,27,536,"{'rz': 452, 'sx': 110, 'x': 18, 'measure': 16}",{'cx': 732},"(4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",qpeexact_mapped_ibm_montreal_qiskit_opt3_17.qasm +831,27,58861,"{'rz': 27679, 'sx': 563, 'measure': 15, 'x': 1}",{'cx': 60445},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (20, 19)",grover-v-chain_mapped_ibm_montreal_qiskit_opt1_15.qasm +832,27,217,"{'rz': 175, 'sx': 11, 'measure': 11}",{'cx': 278},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22)",qft_mapped_ibm_montreal_qiskit_opt1_11.qasm +833,27,19,"{'measure': 16, 'rz': 2, 'sx': 1}",{'cx': 15},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_16.qasm +834,27,766,"{'rz': 615, 'sx': 104, 'measure': 18}",{'cx': 1398},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",ae_mapped_ibm_montreal_qiskit_opt0_18.qasm +835,27,884,"{'rz': 907, 'sx': 146, 'measure': 25}",{'cx': 1578},"(1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt2_25.qasm +836,27,914,"{'rz': 1112, 'sx': 351, 'x': 48, 'measure': 25}",{'cx': 1775},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_26.qasm +837,27,825,"{'rz': 180, 'sx': 120, 'measure': 15}",{'cx': 2508},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",realamprandom_mapped_ibm_montreal_qiskit_opt0_15.qasm +838,27,720,"{'rz': 1087, 'sx': 623, 'measure': 16}",{'cx': 1467},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_16.qasm +839,27,56,"{'rz': 54, 'sx': 27, 'measure': 21}",{'cx': 60},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (5, 3); (5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt1_21.qasm +840,27,340,"{'rz': 303, 'sx': 15, 'measure': 14}",{'cx': 897},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qftentangled_mapped_ibm_montreal_qiskit_opt0_14.qasm +841,27,1289,"{'rz': 216, 'sx': 144, 'measure': 18}",{'cx': 4305},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_18.qasm +842,27,891,"{'rz': 200, 'sx': 200, 'measure': 25}",{'cx': 3215},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_25.qasm +843,27,557,"{'rz': 295, 'sx': 241, 'measure': 14, 'x': 5}",{'cx': 959},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18)",su2random_mapped_ibm_montreal_qiskit_opt3_14.qasm +844,27,113,"{'sx': 96, 'rz': 48, 'measure': 25, 'x': 1}",{'cx': 60},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_25.qasm +845,27,217,"{'rz': 170, 'sx': 102, 'measure': 18, 'x': 1}",{'cx': 181},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",wstate_mapped_ibm_montreal_qiskit_opt0_18.qasm +846,27,1544,"{'rz': 1619, 'sx': 629, 'x': 23, 'measure': 21}",{'cx': 3310},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_21.qasm +847,27,59,"{'rz': 42, 'sx': 21, 'x': 15, 'measure': 10}",{'cx': 76},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (9, 8); (10, 7)",dj_mapped_ibm_montreal_qiskit_opt0_11.qasm +848,27,1000,"{'rz': 1760, 'sx': 903, 'measure': 27, 'x': 13}",{'cx': 2986},"(0, 1); (1, 0); (1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_27.qasm +849,27,455,"{'rz': 345, 'sx': 74, 'measure': 13}",{'cx': 627},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ae_mapped_ibm_montreal_qiskit_opt0_13.qasm +850,27,791,"{'rz': 184, 'sx': 184, 'measure': 23}",{'cx': 2639},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt2_23.qasm +851,27,275,"{'rz': 171, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 249},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_10.qasm +852,27,559,"{'rz': 672, 'sx': 23, 'measure': 22}",{'cx': 1268},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt2_22.qasm +853,27,600,"{'rz': 156, 'sx': 104, 'measure': 13}",{'cx': 1755},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_13.qasm +854,27,29,"{'rz': 50, 'sx': 25, 'measure': 17}",{'cx': 41},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21)",graphstate_mapped_ibm_montreal_qiskit_opt3_17.qasm +855,27,157,"{'rz': 120, 'sx': 72, 'measure': 13, 'x': 1}",{'cx': 141},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",wstate_mapped_ibm_montreal_qiskit_opt0_13.qasm +856,27,788,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 2921},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt1_22.qasm +857,27,922,"{'rz': 1134, 'sx': 598, 'x': 57, 'measure': 17}",{'cx': 1498},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt3_17.qasm +858,27,122,"{'rz': 96, 'sx': 53, 'measure': 26}",{'cx': 119},"(0, 1); (1, 0); (1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt2_27.qasm +859,27,27,"{'rz': 78, 'sx': 78, 'measure': 13}",{'cx': 24},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt1_13.qasm +860,27,337,"{'rz': 198, 'sx': 66, 'measure': 11}",{'cx': 525},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt1_11.qasm +861,27,35,"{'rz': 114, 'sx': 60, 'measure': 12}",{'cx': 48},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt3_12.qasm +862,27,759,"{'rz': 710, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 1335},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt1_21.qasm +863,27,724,"{'rz': 1132, 'sx': 367, 'x': 32, 'measure': 27}",{'cx': 1662},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_27.qasm +864,27,574,"{'rz': 416, 'sx': 91, 'measure': 26}",{'cx': 1815},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt0_13.qasm +865,27,23,"{'measure': 20, 'rz': 2, 'sx': 1}",{'cx': 19},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_20.qasm +866,27,74,"{'measure': 26, 'rz': 2, 'sx': 1}",{'cx': 70},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_26.qasm +867,27,925,"{'rz': 935, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 2085},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt2_27.qasm +868,27,536,"{'rz': 672, 'sx': 21, 'measure': 21}",{'cx': 1785},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt0_21.qasm +869,27,461,"{'rz': 408, 'sx': 102, 'measure': 17}",{'cx': 1258},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_17.qasm +870,27,30,"{'rz': 85, 'sx': 74, 'measure': 15, 'x': 8}",{'cx': 28},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt2_15.qasm +871,27,97,"{'rz': 82, 'sx': 41, 'measure': 20}",{'cx': 80},"(2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt1_21.qasm +872,27,71,"{'rz': 140, 'sx': 70, 'measure': 14}",{'cx': 179},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qaoa_mapped_ibm_montreal_qiskit_opt0_14.qasm +873,27,513,"{'rz': 372, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 711},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_16.qasm +874,27,1218,"{'rz': 200, 'sx': 200, 'measure': 25}",{'cx': 4031},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_25.qasm +875,27,656,"{'rz': 552, 'sx': 488, 'x': 23, 'measure': 18}",{'cx': 1340},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_18.qasm +876,27,446,"{'rz': 412, 'sx': 164, 'x': 17, 'measure': 15}",{'cx': 438},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",ae_mapped_ibm_montreal_qiskit_opt3_15.qasm +877,27,833,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 3061},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt2_24.qasm +878,27,61,"{'sx': 56, 'rz': 28, 'measure': 15, 'x': 1}",{'cx': 28},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_15.qasm +879,27,1616,"{'rz': 304, 'sx': 152, 'measure': 19}",{'cx': 5175},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",su2random_mapped_ibm_montreal_qiskit_opt0_19.qasm +880,27,593,"{'rz': 531, 'sx': 195, 'measure': 11, 'x': 2}",{'cx': 987},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",random_mapped_ibm_montreal_qiskit_opt0_11.qasm +881,27,74,"{'rz': 66, 'sx': 33, 'measure': 11}",{'cx': 101},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (9, 8); (10, 7)",graphstate_mapped_ibm_montreal_qiskit_opt0_11.qasm +882,27,559,"{'rz': 854, 'sx': 25, 'measure': 24}",{'cx': 1592},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt1_24.qasm +883,27,412,"{'rz': 769, 'sx': 420, 'measure': 19, 'x': 11}",{'cx': 751},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_19.qasm +884,27,568,"{'rz': 516, 'sx': 442, 'measure': 15, 'x': 10}",{'cx': 991},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_15.qasm +885,27,532,"{'rz': 587, 'sx': 20, 'measure': 20}",{'cx': 1124},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_20.qasm +886,27,916,"{'rz': 1117, 'sx': 353, 'x': 45, 'measure': 25}",{'cx': 1774},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt3_26.qasm +887,27,787,"{'rz': 427, 'sx': 98, 'measure': 28}",{'cx': 1414},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt2_14.qasm +888,27,95,"{'measure': 27, 'rz': 24, 'sx': 16, 'x': 1}",{'cx': 68},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_27.qasm +889,27,1091,"{'rz': 952, 'sx': 26, 'measure': 25}",{'cx': 3549},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt0_25.qasm +890,27,348,"{'rz': 470, 'sx': 19, 'measure': 18}",{'cx': 887},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt2_18.qasm +891,27,402,"{'rz': 112, 'sx': 112, 'measure': 14}",{'cx': 929},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_14.qasm +892,27,31,"{'rz': 32, 'sx': 16, 'measure': 10}",{'cx': 22},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_10.qasm +893,27,1078,"{'rz': 1570, 'sx': 1289, 'x': 43, 'measure': 25}",{'cx': 3019},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt3_25.qasm +894,27,57,"{'sx': 52, 'rz': 26, 'measure': 14, 'x': 1}",{'cx': 26},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_14.qasm +895,27,432,"{'sx': 144, 'rz': 144, 'measure': 18}",{'cx': 1535},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt1_18.qasm +896,27,333,"{'rz': 278, 'sx': 113, 'measure': 10, 'x': 7}",{'cx': 378},"(8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",random_mapped_ibm_montreal_qiskit_opt1_10.qasm +897,27,423,"{'rz': 309, 'sx': 80, 'measure': 14}",{'cx': 434},"(0, 1); (1, 0); (1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",ae_mapped_ibm_montreal_qiskit_opt2_14.qasm +898,27,2039,"{'rz': 288, 'sx': 192, 'measure': 24}",{'cx': 8376},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt0_24.qasm +899,27,389,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1368},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt2_19.qasm +900,27,533,"{'rz': 452, 'sx': 109, 'x': 17, 'measure': 16}",{'cx': 733},"(4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_17.qasm +901,27,113,"{'rz': 78, 'sx': 39, 'x': 21, 'measure': 19}",{'cx': 181},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16)",dj_mapped_ibm_montreal_qiskit_opt0_20.qasm +902,27,30,"{'rz': 77, 'sx': 64, 'measure': 14, 'x': 10}",{'cx': 26},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt3_14.qasm +903,27,483,"{'rz': 631, 'sx': 315, 'measure': 16, 'x': 5}",{'cx': 1003},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_16.qasm +904,27,44,"{'rz': 122, 'sx': 65, 'measure': 13}",{'cx': 58},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt2_13.qasm +905,27,331,"{'rz': 210, 'sx': 60, 'measure': 10}",{'cx': 633},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qnn_mapped_ibm_montreal_qiskit_opt0_10.qasm +906,27,96,"{'rz': 108, 'sx': 72, 'measure': 12}",{'cx': 154},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",vqe_mapped_ibm_montreal_qiskit_opt0_12.qasm +907,27,110,"{'rz': 98, 'sx': 59, 'measure': 25, 'x': 3}",{'cx': 77},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_26.qasm +908,27,49,"{'sx': 44, 'rz': 22, 'measure': 12, 'x': 1}",{'cx': 22},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_12.qasm +909,27,1821,"{'rz': 368, 'sx': 184, 'measure': 23}",{'cx': 7233},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt0_23.qasm +910,27,1021,"{'rz': 957, 'sx': 361, 'measure': 16, 'x': 9}",{'cx': 1721},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",random_mapped_ibm_montreal_qiskit_opt2_16.qasm +911,27,38,"{'rz': 48, 'sx': 24, 'measure': 16}",{'cx': 37},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (20, 19)",graphstate_mapped_ibm_montreal_qiskit_opt2_16.qasm +912,27,538,"{'rz': 1058, 'sx': 520, 'x': 24, 'measure': 23}",{'cx': 1145},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_23.qasm +913,27,407,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 763},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_12.qasm +914,27,322,"{'rz': 205, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 434},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_11.qasm +915,27,836,"{'rz': 766, 'sx': 678, 'x': 31, 'measure': 22}",{'cx': 2207},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_22.qasm +916,27,326,"{'rz': 255, 'sx': 68, 'measure': 12}",{'cx': 291},"(3, 5); (5, 3); (5, 8); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",ae_mapped_ibm_montreal_qiskit_opt1_12.qasm +917,27,91,"{'measure': 21, 'rz': 2, 'sx': 1}",{'cx': 164},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt0_21.qasm +918,27,561,"{'rz': 330, 'sx': 84, 'measure': 24}",{'cx': 994},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt1_12.qasm +919,27,634,"{'rz': 831, 'sx': 26, 'measure': 26}",{'cx': 1739},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_26.qasm +920,27,912,"{'rz': 646, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 2117},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt0_20.qasm +921,27,622,"{'rz': 1036, 'sx': 565, 'measure': 20, 'x': 5}",{'cx': 1501},"(4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_20.qasm +922,27,91,"{'rz': 62, 'sx': 31, 'x': 19, 'measure': 15}",{'cx': 147},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12)",dj_mapped_ibm_montreal_qiskit_opt0_16.qasm +923,27,756,"{'rz': 751, 'sx': 225, 'x': 34, 'measure': 20}",{'cx': 1209},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_21.qasm +924,27,474,"{'rz': 144, 'sx': 96, 'measure': 12}",{'cx': 1344},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",realamprandom_mapped_ibm_montreal_qiskit_opt0_12.qasm +925,27,805,"{'rz': 695, 'sx': 128, 'measure': 22}",{'cx': 1227},"(1, 4); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt2_22.qasm +926,27,2566,"{'rz': 2525, 'sx': 994, 'x': 43, 'measure': 26}",{'cx': 5782},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt1_26.qasm +927,27,499,"{'rz': 288, 'sx': 250, 'measure': 13, 'x': 6}",{'cx': 747},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt3_13.qasm +928,27,107,"{'sx': 85, 'rz': 45, 'measure': 22, 'x': 1}",{'cx': 70},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_22.qasm +929,27,37,"{'rz': 80, 'sx': 40, 'measure': 26}",{'cx': 68},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt1_26.qasm +930,27,438,"{'rz': 542, 'sx': 324, 'measure': 11}",{'cx': 609},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_11.qasm +931,27,781,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 2375},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_22.qasm +932,27,271,"{'rz': 262, 'sx': 14, 'measure': 13}",{'cx': 699},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qftentangled_mapped_ibm_montreal_qiskit_opt0_13.qasm +933,27,14,"{'measure': 11, 'rz': 2, 'sx': 1}",{'cx': 10},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_11.qasm +934,27,200,"{'rz': 164, 'sx': 50, 'measure': 9, 'x': 6}",{'cx': 207},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qpeexact_mapped_ibm_montreal_qiskit_opt3_10.qasm +935,27,409,"{'rz': 376, 'sx': 16, 'measure': 16}",{'cx': 684},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qft_mapped_ibm_montreal_qiskit_opt1_16.qasm +936,27,557,"{'rz': 420, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 1191},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qpeexact_mapped_ibm_montreal_qiskit_opt0_16.qasm +937,27,209,"{'rz': 129, 'sx': 10, 'measure': 10}",{'cx': 231},"(8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qft_mapped_ibm_montreal_qiskit_opt2_10.qasm +938,27,4102,"{'rz': 1842, 'sx': 435, 'x': 42, 'measure': 13}",{'cx': 4272},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt0_13.qasm +939,27,77,"{'measure': 17, 'rz': 2, 'sx': 1}",{'cx': 127},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",ghz_mapped_ibm_montreal_qiskit_opt0_17.qasm +940,27,616,"{'rz': 654, 'sx': 255, 'x': 32, 'measure': 19}",{'cx': 773},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt3_19.qasm +941,27,1056,"{'rz': 945, 'sx': 140, 'measure': 24}",{'cx': 1578},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23)",ae_mapped_ibm_montreal_qiskit_opt1_24.qasm +942,27,586,"{'rz': 288, 'sx': 253, 'measure': 14, 'x': 11}",{'cx': 981},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_14.qasm +943,27,1229,"{'rz': 1157, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 3669},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_27.qasm +944,27,485,"{'rz': 359, 'sx': 345, 'measure': 19, 'x': 3}",{'cx': 1360},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_19.qasm +945,27,896,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 3442},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_24.qasm +946,27,292,"{'rz': 335, 'sx': 28, 'measure': 15, 'x': 2}",{'cx': 572},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_15.qasm +947,27,20,"{'rz': 40, 'sx': 20, 'measure': 20}",{'cx': 20},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt2_20.qasm +948,27,928,"{'rz': 1290, 'sx': 724, 'measure': 17}",{'cx': 1740},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_17.qasm +949,27,1502,"{'rz': 1413, 'sx': 555, 'measure': 20, 'x': 19}",{'cx': 2948},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_20.qasm +950,27,131,"{'sx': 96, 'rz': 58, 'measure': 24, 'x': 1}",{'cx': 102},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_24.qasm +951,27,848,"{'rz': 240, 'sx': 120, 'measure': 15}",{'cx': 2577},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",su2random_mapped_ibm_montreal_qiskit_opt0_15.qasm +952,27,77,"{'sx': 72, 'rz': 36, 'measure': 19, 'x': 1}",{'cx': 36},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_19.qasm +953,27,37,"{'rz': 33, 'sx': 21, 'measure': 9, 'x': 1}",{'cx': 20},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (20, 19)",dj_mapped_ibm_montreal_qiskit_opt3_10.qasm +954,27,2560,"{'rz': 962, 'sx': 156, 'measure': 26}",{'cx': 9782},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt0_26.qasm +955,27,19,"{'measure': 16, 'rz': 2, 'sx': 1}",{'cx': 15},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_16.qasm +956,27,218,"{'rz': 188, 'sx': 51, 'measure': 11, 'x': 2}",{'cx': 258},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22)",qft_mapped_ibm_montreal_qiskit_opt3_11.qasm +957,27,534,"{'rz': 471, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 869},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 22); (22, 19)",qpeexact_mapped_ibm_montreal_qiskit_opt1_17.qasm +958,27,1050,"{'rz': 918, 'sx': 162, 'measure': 27}",{'cx': 3402},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt1_27.qasm +959,27,42,"{'rz': 34, 'sx': 21, 'measure': 10}",{'cx': 27},"(8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt2_11.qasm +960,27,1748,"{'rz': 1844, 'sx': 907, 'x': 89, 'measure': 21}",{'cx': 3083},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt3_21.qasm +961,27,298,"{'rz': 240, 'sx': 144, 'measure': 25, 'x': 1}",{'cx': 270},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt0_25.qasm +962,27,445,"{'sx': 112, 'rz': 112, 'measure': 14}",{'cx': 1060},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",su2random_mapped_ibm_montreal_qiskit_opt1_14.qasm +963,27,73,"{'sx': 68, 'rz': 34, 'measure': 18, 'x': 1}",{'cx': 34},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_18.qasm +964,27,26,"{'rz': 51, 'sx': 29, 'measure': 21}",{'cx': 34},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_21.qasm +965,27,1487,"{'rz': 1632, 'sx': 848, 'measure': 16}",{'cx': 3387},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_16.qasm +966,27,380,"{'rz': 144, 'sx': 144, 'measure': 18}",{'cx': 1225},"(3, 5); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_18.qasm +967,27,2501,"{'rz': 300, 'sx': 200, 'measure': 25}",{'cx': 9945},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_25.qasm +968,27,307,"{'rz': 268, 'sx': 15, 'measure': 14}",{'cx': 528},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_14.qasm +969,27,912,"{'rz': 1075, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 2105},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_26.qasm +970,27,460,"{'rz': 120, 'sx': 120, 'measure': 15}",{'cx': 1157},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",realamprandom_mapped_ibm_montreal_qiskit_opt2_15.qasm +971,27,608,"{'rz': 489, 'sx': 104, 'measure': 18}",{'cx': 777},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23)",ae_mapped_ibm_montreal_qiskit_opt2_18.qasm +972,27,1185,"{'rz': 1119, 'sx': 146, 'measure': 25}",{'cx': 2850},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt0_25.qasm +973,27,992,"{'rz': 998, 'sx': 897, 'x': 36, 'measure': 23}",{'cx': 2482},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_23.qasm +974,27,274,"{'rz': 212, 'sx': 13, 'measure': 12}",{'cx': 413},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_12.qasm +975,27,84,"{'rz': 162, 'sx': 81, 'measure': 27}",{'cx': 282},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt0_27.qasm +976,27,465,"{'rz': 418, 'sx': 300, 'measure': 10, 'x': 2}",{'cx': 435},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt3_10.qasm +977,27,3481,"{'rz': 3250, 'sx': 1142, 'measure': 27, 'x': 13}",{'cx': 10579},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt0_27.qasm +978,27,425,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 691},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt2_12.qasm +979,27,105,"{'sx': 92, 'rz': 56, 'measure': 23, 'x': 1}",{'cx': 71},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_23.qasm +980,27,862,"{'rz': 929, 'sx': 351, 'x': 37, 'measure': 23}",{'cx': 1207},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt3_23.qasm +981,27,161588,"{'rz': 73607, 'sx': 161, 'measure': 12, 'x': 10}",{'cx': 150315},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt1_12.qasm +982,27,521,"{'rz': 104, 'sx': 104, 'measure': 13}",{'cx': 1042},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt1_13.qasm +983,27,710,"{'rz': 561, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 1212},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_20.qasm +984,27,84,"{'rz': 66, 'sx': 33, 'measure': 16}",{'cx': 58},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt1_17.qasm +985,27,729,"{'rz': 588, 'sx': 126, 'measure': 21}",{'cx': 1961},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt2_21.qasm +986,27,518,"{'rz': 442, 'sx': 17, 'measure': 17}",{'cx': 1250},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qft_mapped_ibm_montreal_qiskit_opt0_17.qasm +987,27,293,"{'rz': 174, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 290},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qpeexact_mapped_ibm_montreal_qiskit_opt2_11.qasm +988,27,28587,"{'rz': 10720, 'sx': 488, 'x': 193, 'measure': 13}",{'cx': 27066},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",grover-v-chain_mapped_ibm_montreal_qiskit_opt0_13.qasm +989,27,13,"{'measure': 10, 'rz': 2, 'sx': 1}",{'cx': 9},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_10.qasm +990,27,14,"{'measure': 11, 'rz': 2, 'sx': 1}",{'cx': 10},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_11.qasm +991,27,3918,"{'rz': 1427, 'sx': 341, 'measure': 15, 'x': 10}",{'cx': 3398},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt2_15.qasm +992,27,485,"{'rz': 392, 'sx': 16, 'measure': 16}",{'cx': 1119},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qft_mapped_ibm_montreal_qiskit_opt0_16.qasm +993,27,197,"{'rz': 143, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 224},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qpeexact_mapped_ibm_montreal_qiskit_opt2_10.qasm +994,27,83,"{'rz': 62, 'sx': 31, 'measure': 15}",{'cx': 57},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt1_16.qasm +995,27,621,"{'rz': 540, 'sx': 120, 'measure': 20}",{'cx': 1708},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_20.qasm +996,27,836,"{'rz': 766, 'sx': 678, 'x': 31, 'measure': 22}",{'cx': 2207},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_22.qasm +997,27,350,"{'rz': 249, 'sx': 14, 'measure': 13}",{'cx': 477},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qftentangled_mapped_ibm_montreal_qiskit_opt1_13.qasm +998,27,108,"{'rz': 156, 'sx': 78, 'measure': 26}",{'cx': 287},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt0_26.qasm +999,27,565,"{'rz': 508, 'sx': 351, 'measure': 11, 'x': 1}",{'cx': 574},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt3_11.qasm +1000,27,3341,"{'rz': 3184, 'sx': 1153, 'measure': 26, 'x': 18}",{'cx': 10001},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt0_26.qasm +1001,27,438,"{'sx': 104, 'rz': 104, 'measure': 13}",{'cx': 860},"(0, 1); (1, 0); (1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt2_13.qasm +1002,27,101,"{'sx': 84, 'rz': 42, 'measure': 22, 'x': 1}",{'cx': 60},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_22.qasm +1003,27,713,"{'rz': 896, 'sx': 372, 'x': 35, 'measure': 22}",{'cx': 1122},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt3_22.qasm +1004,27,407,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 763},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt1_12.qasm +1005,27,728,"{'rz': 628, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 1332},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_21.qasm +1006,27,1594,"{'rz': 1709, 'sx': 826, 'x': 90, 'measure': 20}",{'cx': 2770},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_20.qasm +1007,27,77,"{'sx': 72, 'rz': 36, 'measure': 19, 'x': 1}",{'cx': 36},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_19.qasm +1008,27,289,"{'rz': 230, 'sx': 138, 'measure': 24, 'x': 1}",{'cx': 268},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt0_24.qasm +1009,27,589,"{'sx': 120, 'rz': 120, 'measure': 15}",{'cx': 1395},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",su2random_mapped_ibm_montreal_qiskit_opt1_15.qasm +1010,27,21,"{'rz': 48, 'sx': 25, 'measure': 20}",{'cx': 30},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (8, 5); (8, 11); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_20.qasm +1011,27,1565,"{'rz': 1836, 'sx': 952, 'measure': 17}",{'cx': 3753},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_17.qasm +1012,27,2039,"{'rz': 288, 'sx': 192, 'measure': 24}",{'cx': 8376},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_24.qasm +1013,27,389,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1368},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_19.qasm +1014,27,340,"{'rz': 292, 'sx': 16, 'measure': 15}",{'cx': 590},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_15.qasm +1015,27,976,"{'rz': 1157, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 2208},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_27.qasm +1016,27,402,"{'rz': 112, 'sx': 112, 'measure': 14}",{'cx': 929},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt2_14.qasm +1017,27,1064,"{'rz': 1038, 'sx': 140, 'measure': 24}",{'cx': 2475},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt0_24.qasm +1018,27,669,"{'rz': 542, 'sx': 110, 'measure': 19}",{'cx': 879},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt2_19.qasm +1019,27,1054,"{'rz': 858, 'sx': 156, 'measure': 26}",{'cx': 3159},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt1_26.qasm +1020,27,34,"{'rz': 32, 'sx': 19, 'measure': 9}",{'cx': 23},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21)",dj_mapped_ibm_montreal_qiskit_opt2_10.qasm +1021,27,181,"{'rz': 147, 'sx': 34, 'measure': 10, 'x': 2}",{'cx': 210},"(8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qft_mapped_ibm_montreal_qiskit_opt3_10.qasm +1022,27,568,"{'rz': 419, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 714},"(5, 8); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qpeexact_mapped_ibm_montreal_qiskit_opt1_16.qasm +1023,27,20,"{'measure': 17, 'rz': 2, 'sx': 1}",{'cx': 16},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_17.qasm +1024,27,2887,"{'rz': 1089, 'sx': 255, 'measure': 13, 'x': 10}",{'cx': 2505},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt1_13.qasm +1025,27,40,"{'rz': 36, 'sx': 23, 'measure': 10, 'x': 1}",{'cx': 24},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 22); (22, 19)",dj_mapped_ibm_montreal_qiskit_opt3_11.qasm +1026,27,2847,"{'rz': 1026, 'sx': 162, 'measure': 27}",{'cx': 10877},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt0_27.qasm +1027,27,1076,"{'rz': 1022, 'sx': 146, 'measure': 25}",{'cx': 1686},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt1_25.qasm +1028,27,583,"{'rz': 566, 'sx': 223, 'x': 18, 'measure': 18}",{'cx': 659},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt3_18.qasm +1029,27,568,"{'rz': 516, 'sx': 442, 'measure': 15, 'x': 10}",{'cx': 991},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_15.qasm +1030,27,1238,"{'rz': 1075, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 3608},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_26.qasm +1031,27,1218,"{'rz': 200, 'sx': 200, 'measure': 25}",{'cx': 4031},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_25.qasm +1032,27,656,"{'rz': 552, 'sx': 488, 'x': 23, 'measure': 18}",{'cx': 1340},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_18.qasm +1033,27,262,"{'rz': 282, 'sx': 15, 'measure': 14}",{'cx': 507},"(8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_14.qasm +1034,27,36,"{'rz': 62, 'sx': 31, 'measure': 21}",{'cx': 42},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_21.qasm +1035,27,874,"{'rz': 1161, 'sx': 657, 'measure': 16}",{'cx': 1566},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_16.qasm +1036,27,1666,"{'rz': 1553, 'sx': 634, 'x': 22, 'measure': 21}",{'cx': 3307},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_21.qasm +1037,27,73,"{'sx': 68, 'rz': 34, 'measure': 18, 'x': 1}",{'cx': 34},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_18.qasm +1038,27,125,"{'sx': 100, 'rz': 60, 'measure': 25, 'x': 1}",{'cx': 81},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_25.qasm +1039,27,549,"{'rz': 224, 'sx': 112, 'measure': 14}",{'cx': 1689},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",su2random_mapped_ibm_montreal_qiskit_opt0_14.qasm +1040,27,67,"{'measure': 16, 'rz': 2, 'sx': 1}",{'cx': 117},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",ghz_mapped_ibm_montreal_qiskit_opt0_16.qasm +1041,27,690,"{'rz': 472, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 1433},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qpeexact_mapped_ibm_montreal_qiskit_opt0_17.qasm +1042,27,58129,"{'rz': 27635, 'sx': 563, 'measure': 15, 'x': 1}",{'cx': 57816},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",grover-v-chain_mapped_ibm_montreal_qiskit_opt2_15.qasm +1043,27,212,"{'rz': 156, 'sx': 11, 'measure': 11}",{'cx': 278},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22)",qft_mapped_ibm_montreal_qiskit_opt2_11.qasm +1044,27,21227,"{'rz': 10183, 'sx': 352, 'measure': 13, 'x': 1}",{'cx': 17724},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18)",grover-v-chain_mapped_ibm_montreal_qiskit_opt1_13.qasm +1045,27,305,"{'rz': 206, 'sx': 61, 'x': 10, 'measure': 10}",{'cx': 258},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qpeexact_mapped_ibm_montreal_qiskit_opt3_11.qasm +1046,27,447,"{'rz': 424, 'sx': 17, 'measure': 17}",{'cx': 761},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qft_mapped_ibm_montreal_qiskit_opt1_17.qasm +1047,27,13,"{'measure': 10, 'rz': 2, 'sx': 1}",{'cx': 9},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_10.qasm +1048,27,653,"{'rz': 713, 'sx': 249, 'x': 29, 'measure': 19}",{'cx': 1051},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_20.qasm +1049,27,600,"{'rz': 156, 'sx': 104, 'measure': 13}",{'cx': 1755},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",realamprandom_mapped_ibm_montreal_qiskit_opt0_13.qasm +1050,27,894,"{'rz': 778, 'sx': 134, 'measure': 23}",{'cx': 1353},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt2_23.qasm +1051,27,2532,"{'rz': 2587, 'sx': 1005, 'x': 31, 'measure': 27}",{'cx': 6277},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt1_27.qasm +1052,27,465,"{'rz': 273, 'sx': 231, 'measure': 12, 'x': 9}",{'cx': 674},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt3_12.qasm +1053,27,130,"{'sx': 92, 'rz': 56, 'measure': 23, 'x': 1}",{'cx': 102},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_23.qasm +1054,27,55,"{'rz': 90, 'sx': 45, 'measure': 27}",{'cx': 81},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt1_27.qasm +1055,27,399,"{'rz': 394, 'sx': 244, 'measure': 10}",{'cx': 468},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_10.qasm +1056,27,791,"{'rz': 184, 'sx': 184, 'measure': 23}",{'cx': 2639},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_23.qasm +1057,27,272,"{'rz': 224, 'sx': 13, 'measure': 12}",{'cx': 695},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qftentangled_mapped_ibm_montreal_qiskit_opt0_12.qasm +1058,27,658,"{'rz': 1321, 'sx': 822, 'measure': 21, 'x': 3}",{'cx': 1644},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_21.qasm +1059,27,101,"{'rz': 66, 'sx': 33, 'x': 21, 'measure': 16}",{'cx': 139},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",dj_mapped_ibm_montreal_qiskit_opt0_17.qasm +1060,27,795,"{'rz': 870, 'sx': 27, 'measure': 27}",{'cx': 1896},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt2_27.qasm +1061,27,904,"{'rz': 710, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 2172},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt0_21.qasm +1062,27,90,"{'measure': 20, 'rz': 2, 'sx': 1}",{'cx': 163},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt0_20.qasm +1063,27,633,"{'rz': 377, 'sx': 91, 'measure': 26}",{'cx': 1193},"(0, 1); (1, 0); (1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt1_13.qasm +1064,27,6455,"{'rz': 2264, 'sx': 549, 'measure': 19, 'x': 10}",{'cx': 5963},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt2_19.qasm +1065,27,53,"{'sx': 48, 'rz': 24, 'measure': 13, 'x': 1}",{'cx': 24},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_13.qasm +1066,27,1695,"{'rz': 352, 'sx': 176, 'measure': 22}",{'cx': 6327},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt0_22.qasm +1067,27,976,"{'rz': 926, 'sx': 408, 'x': 19, 'measure': 17}",{'cx': 1670},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_17.qasm +1068,27,42,"{'rz': 54, 'sx': 27, 'measure': 17}",{'cx': 38},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt2_17.qasm +1069,27,442,"{'rz': 708, 'sx': 63, 'measure': 22, 'x': 10}",{'cx': 1222},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_22.qasm +1070,27,521,"{'rz': 104, 'sx': 104, 'measure': 13}",{'cx': 1042},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_13.qasm +1071,27,271,"{'rz': 171, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 375},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 9); (9, 8)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_10.qasm +1072,27,992,"{'rz': 998, 'sx': 897, 'x': 36, 'measure': 23}",{'cx': 2482},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_23.qasm +1073,27,389,"{'rz': 296, 'sx': 74, 'measure': 13}",{'cx': 396},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt1_13.qasm +1074,27,35,"{'rz': 114, 'sx': 60, 'measure': 12}",{'cx': 48},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt2_12.qasm +1075,27,394,"{'rz': 242, 'sx': 66, 'measure': 11}",{'cx': 926},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qnn_mapped_ibm_montreal_qiskit_opt0_11.qasm +1076,27,101,"{'rz': 117, 'sx': 78, 'measure': 13}",{'cx': 165},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",vqe_mapped_ibm_montreal_qiskit_opt0_13.qasm +1077,27,116,"{'rz': 103, 'sx': 63, 'measure': 26, 'x': 5}",{'cx': 72},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_27.qasm +1078,27,82,"{'rz': 140, 'sx': 70, 'measure': 14}",{'cx': 89},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 22); (22, 19)",qaoa_mapped_ibm_montreal_qiskit_opt1_14.qasm +1079,27,125,"{'rz': 82, 'sx': 41, 'x': 21, 'measure': 20}",{'cx': 200},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (20, 19)",dj_mapped_ibm_montreal_qiskit_opt0_21.qasm +1080,27,29,"{'rz': 84, 'sx': 82, 'measure': 15, 'x': 4}",{'cx': 28},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt3_15.qasm +1081,27,607,"{'rz': 661, 'sx': 326, 'measure': 17, 'x': 4}",{'cx': 1177},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_17.qasm +1082,27,418,"{'rz': 516, 'sx': 20, 'measure': 19}",{'cx': 1030},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt2_19.qasm +1083,27,943,"{'rz': 878, 'sx': 25, 'measure': 24}",{'cx': 3164},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt0_24.qasm +1084,27,460,"{'rz': 120, 'sx': 120, 'measure': 15}",{'cx': 1157},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_15.qasm +1085,27,26,"{'rz': 38, 'sx': 19, 'measure': 11}",{'cx': 32},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23)",graphstate_mapped_ibm_montreal_qiskit_opt1_11.qasm +1086,27,629,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1979},"(4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt1_19.qasm +1087,27,1050,"{'rz': 1119, 'sx': 949, 'x': 62, 'measure': 24}",{'cx': 2735},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt3_24.qasm +1088,27,61,"{'sx': 56, 'rz': 28, 'measure': 15, 'x': 1}",{'cx': 28},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_15.qasm +1089,27,478,"{'rz': 416, 'sx': 163, 'measure': 11, 'x': 8}",{'cx': 595},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt1_11.qasm +1090,27,470,"{'rz': 350, 'sx': 86, 'measure': 15}",{'cx': 498},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt2_15.qasm +1091,27,380,"{'rz': 144, 'sx': 144, 'measure': 18}",{'cx': 1225},"(3, 5); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt2_18.qasm +1092,27,2501,"{'rz': 300, 'sx': 200, 'measure': 25}",{'cx': 9945},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt0_25.qasm +1093,27,514,"{'rz': 458, 'sx': 152, 'x': 23, 'measure': 15}",{'cx': 661},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_16.qasm +1094,27,84,"{'rz': 30, 'measure': 26, 'sx': 21, 'x': 2}",{'cx': 56},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_26.qasm +1095,27,607,"{'rz': 649, 'sx': 21, 'measure': 21}",{'cx': 1254},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_21.qasm +1096,27,892,"{'rz': 1146, 'sx': 294, 'x': 40, 'measure': 26}",{'cx': 1935},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt3_27.qasm +1097,27,518,"{'rz': 422, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 833},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_17.qasm +1098,27,485,"{'rz': 359, 'sx': 345, 'measure': 19, 'x': 3}",{'cx': 1360},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_19.qasm +1099,27,896,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 3442},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_24.qasm +1100,27,436,"{'rz': 344, 'sx': 127, 'measure': 14, 'x': 13}",{'cx': 383},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",ae_mapped_ibm_montreal_qiskit_opt3_14.qasm +1101,27,1287,"{'rz': 288, 'sx': 144, 'measure': 18}",{'cx': 4290},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",su2random_mapped_ibm_montreal_qiskit_opt0_18.qasm +1102,27,870,"{'sx': 200, 'rz': 200, 'measure': 25}",{'cx': 3178},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt2_25.qasm +1103,27,57,"{'sx': 52, 'rz': 26, 'measure': 14, 'x': 1}",{'cx': 26},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_14.qasm +1104,27,366,"{'rz': 364, 'sx': 143, 'measure': 10}",{'cx': 704},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",random_mapped_ibm_montreal_qiskit_opt0_10.qasm +1105,27,63,"{'rz': 60, 'sx': 30, 'measure': 10}",{'cx': 79},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 9); (9, 8)",graphstate_mapped_ibm_montreal_qiskit_opt0_10.qasm +1106,27,366,"{'rz': 482, 'sx': 51, 'measure': 18, 'x': 4}",{'cx': 830},"(5, 8); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_18.qasm +1107,27,680,"{'rz': 925, 'sx': 26, 'measure': 25}",{'cx': 1698},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_25.qasm +1108,27,586,"{'rz': 288, 'sx': 253, 'measure': 14, 'x': 11}",{'cx': 981},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_14.qasm +1109,27,416,"{'rz': 368, 'sx': 96, 'measure': 16}",{'cx': 1083},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_16.qasm +1110,27,28,"{'sx': 82, 'rz': 81, 'measure': 14, 'x': 1}",{'cx': 26},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt2_14.qasm +1111,27,89,"{'rz': 78, 'sx': 39, 'measure': 19}",{'cx': 79},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt1_20.qasm +1112,27,791,"{'rz': 885, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 1965},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt2_26.qasm +1113,27,614,"{'rz': 610, 'sx': 20, 'measure': 20}",{'cx': 1856},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt0_20.qasm +1114,27,87,"{'measure': 27, 'rz': 2, 'sx': 1}",{'cx': 95},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_27.qasm +1115,27,766,"{'rz': 533, 'sx': 201, 'measure': 28, 'x': 14}",{'cx': 1296},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt3_14.qasm +1116,27,498,"{'rz': 366, 'sx': 84, 'measure': 24}",{'cx': 1347},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt0_12.qasm +1117,27,24,"{'measure': 21, 'rz': 2, 'sx': 1}",{'cx': 20},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_21.qasm +1118,27,658,"{'rz': 645, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 1250},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt1_20.qasm +1119,27,707,"{'rz': 990, 'sx': 246, 'measure': 26, 'x': 15}",{'cx': 1672},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_26.qasm +1120,27,106,"{'rz': 89, 'sx': 51, 'measure': 25}",{'cx': 95},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (9, 8); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt2_26.qasm +1121,27,26,"{'rz': 70, 'sx': 68, 'measure': 12, 'x': 2}",{'cx': 22},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",vqe_mapped_ibm_montreal_qiskit_opt1_12.qasm +1122,27,251,"{'rz': 170, 'sx': 60, 'measure': 10}",{'cx': 421},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",qnn_mapped_ibm_montreal_qiskit_opt1_10.qasm +1123,27,44,"{'rz': 122, 'sx': 65, 'measure': 13}",{'cx': 58},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt3_13.qasm +1124,27,425,"{'rz': 300, 'sx': 68, 'measure': 12}",{'cx': 519},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ae_mapped_ibm_montreal_qiskit_opt0_12.qasm +1125,27,781,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 2375},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt2_22.qasm +1126,27,292,"{'rz': 205, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 299},"(8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_11.qasm +1127,27,549,"{'rz': 713, 'sx': 24, 'measure': 23}",{'cx': 1402},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_23.qasm +1128,27,474,"{'rz': 144, 'sx': 96, 'measure': 12}",{'cx': 1344},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_12.qasm +1129,27,26,"{'rz': 36, 'sx': 18, 'measure': 16}",{'cx': 37},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_16.qasm +1130,27,145,"{'rz': 110, 'sx': 66, 'measure': 12, 'x': 1}",{'cx': 130},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",wstate_mapped_ibm_montreal_qiskit_opt0_12.qasm +1131,27,877,"{'sx': 184, 'rz': 184, 'measure': 23}",{'cx': 3408},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt1_23.qasm +1132,27,1110,"{'rz': 1171, 'sx': 553, 'x': 59, 'measure': 16}",{'cx': 1561},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt3_16.qasm diff --git a/dataset/iquantum/MQT-Set2-7-127-AllOpt-IBMMapped-Extra.csv b/dataset/iquantum/MQT-Set03-7-127-AllOpt-IBMMapped-Extra.csv similarity index 100% rename from dataset/iquantum/MQT-Set2-7-127-AllOpt-IBMMapped-Extra.csv rename to dataset/iquantum/MQT-Set03-7-127-AllOpt-IBMMapped-Extra.csv diff --git a/dataset/iquantum/MQT-Set2-7-127-AllOpt-IBMMapped.csv b/dataset/iquantum/MQT-Set03-7-127-AllOpt-IBMMapped.csv similarity index 100% rename from dataset/iquantum/MQT-Set2-7-127-AllOpt-IBMMapped.csv rename to dataset/iquantum/MQT-Set03-7-127-AllOpt-IBMMapped.csv diff --git a/dataset/iquantum/iquantumDataGen.ipynb b/dataset/iquantum/iquantumDataGen.ipynb index 57312a07a..960d080d8 100644 --- a/dataset/iquantum/iquantumDataGen.ipynb +++ b/dataset/iquantum/iquantumDataGen.ipynb @@ -10,7 +10,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 1, "metadata": {}, "outputs": [], "source": [ @@ -65,12 +65,21 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 2, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/var/folders/_s/jg1zw33138n0bcr554kbw2lm0000gn/T/ipykernel_58929/2019718186.py:30: DeprecationWarning: Back-references to from Bit instances to their containing Registers have been deprecated. Instead, inspect Registers to find their contained Bits.\n", + " qubit_pair = tuple([qarg.index for qarg in qargs]) # Sort qubit indices to ensure uniqueness\n" + ] + } + ], "source": [ - "folder_path = \"QASM/MQT-Set2-7-127-AllOpt-IBMMapped\"\n", - "csv_output_path = \"MQT-Set2-7-127-AllOpt-IBMMapped.csv\"\n", + "folder_path = \"QASM/MQT-Set3-10-27-Mapped-AllAlgorithmLeft\"\n", + "csv_output_path = \"MQT-Set3-10-27-Mapped-AllAlgorithmLeft.csv\"\n", "qasm_files = [os.path.join(folder_path, file) for file in os.listdir(folder_path) if file.endswith(\".qasm\")]\n", "\n", "analyzed_data = []\n", @@ -94,8 +103,8 @@ "import csv\n", "import random\n", "\n", - "input_file = \"MQT-Set2-7-127-AllOpt-IBMMapped.csv\"\n", - "output_file = \"MQT-Set2-7-127-AllOpt-IBMMapped-Extra.csv\"\n", + "input_file = \"MQT-Set3-10-27-Mapped-AllAlgorithmLeft.csv\"\n", + "output_file = \"MQT-Set3-10-27-Mapped-AllAlgorithmLeft-Extra.csv\"\n", "\n", "# Define the mapping of qasm_file values to mapped_backend values\n", "mapping = {\n", diff --git a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.md5 b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.md5 index 31313064c..b681f49e1 100644 --- a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.md5 +++ b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.md5 @@ -1 +1 @@ -5926a6d45a2f5cccc4dc75fc444cc981 \ No newline at end of file +44d12187ec2b4bedff6b98787b870daf \ No newline at end of file diff --git a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.sha1 b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.sha1 index cb3f02437..8cca23ccf 100644 --- a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.sha1 +++ b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.sha1 @@ -1 +1 @@ -9e15d168c8b92e2f8022144ffb4b85721616f9ba \ No newline at end of file +59cf26776960d3a8d08ec45f070a81e8c7be6e52 \ No newline at end of file diff --git a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.md5 b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.md5 index 1aadffb34..fe6a3a01a 100644 --- a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.md5 +++ b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.md5 @@ -1 +1 @@ -e41351b26132887cdebfe72ac8320ed9 \ No newline at end of file +eecc2a478a5501b565da26fd505faf49 \ No newline at end of file diff --git a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.sha1 b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.sha1 index f6f962330..8207abd14 100644 --- a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.sha1 +++ b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.sha1 @@ -1 +1 @@ -fc5d9d54f5a181188df6a5bb9737b6ac155cab0f \ No newline at end of file +fbb220146e564cf9f65f7f0c7c3d1d47058568ee \ No newline at end of file diff --git a/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml b/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml index 1a1b7a5b3..aec48dee2 100644 --- a/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml +++ b/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml @@ -7,6 +7,6 @@ 1.0 - 20230719045656 + 20230725031503 diff --git a/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.md5 b/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.md5 index 9e8664c1e..2404402cb 100644 --- a/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.md5 +++ b/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.md5 @@ -1 +1 @@ -a01aaa48d125ae54222ebdb6ca6a89dd \ No newline at end of file +9a45030c950924e66a7523d98704d311 \ No newline at end of file diff --git a/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.sha1 b/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.sha1 index 7c1bca685..89f8274e1 100644 --- a/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.sha1 +++ b/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.sha1 @@ -1 +1 @@ -b54235b330606c9c2a91d3632355526316e862a9 \ No newline at end of file +d159aee429a1a1c4085d5095fde7032a8d93647b \ No newline at end of file diff --git a/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml b/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml index d204f6c5e..060c1ebd8 100644 --- a/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml +++ b/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml @@ -7,6 +7,6 @@ 1.0 - 20230719045654 + 20230725031501 diff --git a/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.md5 b/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.md5 index 6a77c0757..5b577af3c 100644 --- a/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.md5 +++ b/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.md5 @@ -1 +1 @@ -2b95bf0c4f2b497b3abf11597f3c2a73 \ No newline at end of file +4f87c89592b81a614d133b71965bd5c1 \ No newline at end of file diff --git a/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.sha1 b/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.sha1 index 7c6c492b9..ca04b41c4 100644 --- a/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.sha1 +++ b/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.sha1 @@ -1 +1 @@ -a132247c6d28ec6280e0667a6e178d2c844a6484 \ No newline at end of file +0a6e57e0817b6d96b3f1411bd5502d7eb2675bcf \ No newline at end of file diff --git a/modules/iquantum-examples/pom.xml b/modules/iquantum-examples/pom.xml index 6c5eeb9a8..96053bf22 100644 --- a/modules/iquantum-examples/pom.xml +++ b/modules/iquantum-examples/pom.xml @@ -26,5 +26,37 @@ + + + + org.apache.maven.plugins + maven-jar-plugin + 3.2.2 + + + + org.iquantum.examples.qcloudedge.iQuantumCloudEdgeExample3 + + + + + + org.apache.maven.plugins + maven-shade-plugin + 3.2.4 + + false + + + + package + + shade + + + + + + diff --git a/modules/iquantum-examples/src/main/java/org/iquantum/examples/hybrid/iQuantumHybridExample1.java b/modules/iquantum-examples/src/main/java/org/iquantum/examples/hybrid/iQuantumHybridExample1.java index 53de528a3..f32346af2 100644 --- a/modules/iquantum-examples/src/main/java/org/iquantum/examples/hybrid/iQuantumHybridExample1.java +++ b/modules/iquantum-examples/src/main/java/org/iquantum/examples/hybrid/iQuantumHybridExample1.java @@ -13,6 +13,7 @@ import org.iquantum.backends.classical.Vm; import org.iquantum.brokers.CBroker; import org.iquantum.brokers.QBroker; +import org.iquantum.brokers.QCloudBroker; import org.iquantum.datacenters.CDatacenter; import org.iquantum.datacenters.CDatacenterCharacteristics; import org.iquantum.datacenters.QDatacenter; @@ -335,7 +336,7 @@ private static List createQTaskList(QDatacenter qDatacenter, QBroker qBro private static QBroker createQBroker() { QBroker qBroker = null; try { - qBroker = new QBroker("QBroker"); + qBroker = new QCloudBroker("QBroker"); } catch (Exception e) { e.printStackTrace(); return null; diff --git a/modules/iquantum-examples/src/main/java/org/iquantum/examples/p4j/iQuantumExampleP4J.java b/modules/iquantum-examples/src/main/java/org/iquantum/examples/p4j/iQuantumExampleP4J.java index 14d3e7dec..fcd9610e3 100644 --- a/modules/iquantum-examples/src/main/java/org/iquantum/examples/p4j/iQuantumExampleP4J.java +++ b/modules/iquantum-examples/src/main/java/org/iquantum/examples/p4j/iQuantumExampleP4J.java @@ -6,6 +6,8 @@ */ package org.iquantum.examples.p4j; +import org.iquantum.brokers.QBrokerSimple; +import org.iquantum.brokers.QCloudBroker; import py4j.GatewayServer; import org.iquantum.backends.quantum.IBMQNode; @@ -102,7 +104,7 @@ private static List createQTaskList(QDatacenter qDatacenter, QBroker qBro private static QBroker createQBroker() { QBroker qBroker = null; try { - qBroker = new QBroker("QBroker"); + qBroker = new QCloudBroker("QBroker"); } catch (Exception e) { e.printStackTrace(); return null; diff --git a/modules/iquantum-examples/src/main/java/org/iquantum/examples/qcloudedge/iQuantumCloudEdgeExample1.java b/modules/iquantum-examples/src/main/java/org/iquantum/examples/qcloudedge/iQuantumCloudEdgeExample1.java index 725a500f2..35bb956f3 100644 --- a/modules/iquantum-examples/src/main/java/org/iquantum/examples/qcloudedge/iQuantumCloudEdgeExample1.java +++ b/modules/iquantum-examples/src/main/java/org/iquantum/examples/qcloudedge/iQuantumCloudEdgeExample1.java @@ -70,7 +70,7 @@ public static void main(String[] args) throws Exception { QEdgeBroker qeBroker = createQEBroker(); CloudGateway cloudGateway = new CloudGateway("CloudGateway", ccBroker, qcBroker); - EdgeGateway edgeGateway = new EdgeGateway("EdgeGateway", ceBroker, qeBroker); + EdgeGateway edgeGateway = new EdgeGateway("EdgeGateway", ceBroker, qeBroker, cloudGateway); // Step 6: Create 4 QTasks qTaskList = createQTaskList(qeBroker); @@ -88,6 +88,7 @@ public static void main(String[] args) throws Exception { Log.printLine("SIMULATION RESULTS"); Log.printLine("=========================================================="); List qcTaskResults = qcBroker.getQTaskReceivedList(); + Log.printLine(); Log.printLine("CLOUD Layer ================================"); if(qcTaskResults.size() == 0) { Log.printLine("No QTask received"); @@ -95,6 +96,8 @@ public static void main(String[] args) throws Exception { QTaskExporter.printQTaskList(qcTaskResults); QTaskExporter.extractQTaskListToCSV(qcTaskResults, exampleName+"-cloud"); } + + Log.printLine(); List qeTaskResults = qeBroker.getQTaskReceivedList(); Log.printLine("EDGE Layer ================================"); if(qeTaskResults.size() == 0) { @@ -141,6 +144,7 @@ private static List createQTaskList(QBroker qBroker) { List QTaskList = new ArrayList<>(); // String folderPath = "dataset/iquantum/MQT-Set1-298-10-27-IBMQ27-Opt3-Extra.csv"; String folderPath = "dataset/iquantum/MQT-Set2-7-127-AllOpt-IBMMapped-Extra.csv"; +// String folderPath = "dataset/iquantum/MQT-Set3-7-127-AllOpt-IBMMapped-Mini.csv"; Path datasetPath = Paths.get(System.getProperty("user.dir"), folderPath); QTaskImporter QTaskImporter = new QTaskImporter(); try { diff --git a/modules/iquantum-examples/src/main/java/org/iquantum/examples/qcloudedge/iQuantumCloudEdgeExample3.java b/modules/iquantum-examples/src/main/java/org/iquantum/examples/qcloudedge/iQuantumCloudEdgeExample3.java new file mode 100644 index 000000000..4bb096844 --- /dev/null +++ b/modules/iquantum-examples/src/main/java/org/iquantum/examples/qcloudedge/iQuantumCloudEdgeExample3.java @@ -0,0 +1,218 @@ +/** + * iQuantum Cloud Edge Example + * This example demonstrates the use of iQuantum in a hybrid cloud-edge environment. + * It creates a CEDatacenter, a CCDatacenter, a QEDatacenter, and a QDatacenter, and then creates all respective brokers + * and gateways for the cloud and edge environments. + * It also creates a CTask and a QTask to be submitted to the CCloudBroker and QCloudBroker respectively. + * Finally, it starts the simulation and prints the results. + */ + +package org.iquantum.examples.qcloudedge; + +import org.iquantum.backends.quantum.IBMQNode; +import org.iquantum.backends.quantum.QNode; +import org.iquantum.brokers.*; +import org.iquantum.core.iQuantum; +import org.iquantum.datacenters.QCloudDatacenter; +import org.iquantum.datacenters.QDatacenterCharacteristics; +import org.iquantum.datacenters.QEdgeDatacenter; +import org.iquantum.gateways.CloudGateway; +import org.iquantum.gateways.EdgeGateway; +import org.iquantum.policies.qtasks.QTaskSchedulerSpaceShared; +import org.iquantum.tasks.QTask; +import org.iquantum.utils.Log; +import org.iquantum.utils.QTaskExporter; +import org.iquantum.utils.QTaskImporter; + +import java.io.IOException; +import java.nio.file.Path; +import java.nio.file.Paths; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Calendar; +import java.util.List; + +public class iQuantumCloudEdgeExample3 { + private static List qTaskList; + + private static List qcNodeList; + + private static List qeNodeList; + public static void main(String[] args) throws Exception { + String exampleName = "iQuantumCloudEdgeExample3"; + System.out.println("Start the " + exampleName + " simulation"); + + // Step 1: Initialize the core simulation package. It should be called before creating any entities. + int num_user = 1; + Calendar calendar = Calendar.getInstance(); + boolean trace_flag = true; // trace events + iQuantum.init(num_user, calendar, trace_flag); + + // Step 2: Create QDatacenter + + QCloudDatacenter QCDatacenter = createQCDatacenter("QCloudDatacenter"); + QEdgeDatacenter QEDatacenter = createQEDatacenter("QEdgeDatacenter"); + + // Step 3: Create a CBroker and a QBroker + CCloudBroker ccBroker = createBroker(); + CEdgeBroker ceBroker = createEBroker(); + + QCloudBroker qcBroker = createQCBroker(); + QEdgeBroker qeBroker = createQEBroker(); + + CloudGateway cloudGateway = new CloudGateway("CloudGateway", ccBroker, qcBroker); + EdgeGateway edgeGateway = new EdgeGateway("EdgeGateway", ceBroker, qeBroker, cloudGateway); + + // Step 6: Create 4 QTasks + qTaskList = createQTaskList(qeBroker); + + // Step 7: Submit all tasks to brokers + edgeGateway.submitQTasks(qTaskList); + + // Step 8: Start the simulation + iQuantum.startSimulation(); + + // Step 9: Stop the simulation + iQuantum.stopSimulation(); + + // Step 10: Print the results when simulation is over + Log.printLine("SIMULATION RESULTS"); + Log.printLine("=========================================================="); + List qcTaskResults = qcBroker.getQTaskReceivedList(); + Log.printLine(); + Log.printLine("CLOUD Layer ================================"); + if(qcTaskResults.size() == 0) { + Log.printLine("No QTask received"); + } else { + QTaskExporter.printQTaskList(qcTaskResults); + QTaskExporter.extractQTaskListToCSV(qcTaskResults, exampleName+"-cloud"); + } + + Log.printLine(); + List qeTaskResults = qeBroker.getQTaskReceivedList(); + Log.printLine("EDGE Layer ================================"); + if(qeTaskResults.size() == 0) { + Log.printLine("No QTask received"); + } else { + QTaskExporter.printQTaskList(qeTaskResults); + QTaskExporter.extractQTaskListToCSV(qeTaskResults, exampleName+"-edge"); + } + Log.printLine(exampleName +" finished!"); + } + + /** + * Creates the broker. + * + * @return the datacenter broker + */ + private static CCloudBroker createBroker() { + CCloudBroker broker = null; + try { + broker = new CCloudBroker("CCBroker"); + } catch (Exception e) { + e.printStackTrace(); + return null; + } + return broker; + } + + private static CEdgeBroker createEBroker() { + CEdgeBroker broker = null; + try { + broker = new CEdgeBroker("CEBroker"); + } catch (Exception e) { + e.printStackTrace(); + return null; + } + return broker; + } + + /** + * QUANTUM PART + */ + + private static List createQTaskList(QBroker qBroker) { + List QTaskList = new ArrayList<>(); +// String folderPath = "dataset/iquantum/MQT-Set01-298-10-27-IBMQ27-Opt3-Extra.csv"; +// String folderPath = "dataset/iquantum/MQT-Set02-10-27-Mapped-AllAlgorithmLeft-Extra.csv"; + String folderPath = "dataset/iquantum/MQT-Set03-7-127-AllOpt-IBMMapped-Extra.csv"; + Path datasetPath = Paths.get(System.getProperty("user.dir"), folderPath); + QTaskImporter QTaskImporter = new QTaskImporter(); + try { + List QTasks = QTaskImporter.importQTasksFromCsv(datasetPath.toString()); + for (QTask qtask : QTasks) { + qtask.setBrokerId(qBroker.getId()); + QTaskList.add(qtask); + } + } catch (IOException e) { + System.err.println("Error reading CSV file: " + e.getMessage()); + } + return QTaskList; + } + + /** + * Create a QBroker + * @return QBroker + */ + private static QCloudBroker createQCBroker() { + QCloudBroker qBroker = null; + try { + qBroker = new QCloudBroker("QCBroker"); + } catch (Exception e) { + e.printStackTrace(); + return null; + } + return qBroker; + } + + private static QEdgeBroker createQEBroker() { + QEdgeBroker qBroker = null; + try { + qBroker = new QEdgeBroker("QEBroker"); + } catch (Exception e) { + e.printStackTrace(); + return null; + } + return qBroker; + } + + private static QEdgeDatacenter createQEDatacenter(String name) { + // Automatically create two quantum nodes (IBM Hanoi and IBM Cairo) from the dataset + QNode qNode1 = IBMQNode.createNode(11,"ibm_hanoi",new QTaskSchedulerSpaceShared()); + QNode qNode2 = IBMQNode.createNode(12,"ibm_auckland",new QTaskSchedulerSpaceShared()); + QNode qNode3 = IBMQNode.createNode(13,"ibm_cairo",new QTaskSchedulerSpaceShared()); + QNode qNode4 = IBMQNode.createNode(14,"ibmq_mumbai",new QTaskSchedulerSpaceShared()); + QNode qNode5 = IBMQNode.createNode(15,"ibmq_kolkata",new QTaskSchedulerSpaceShared()); + qeNodeList = new ArrayList<>(); + qeNodeList.addAll(Arrays.asList(qNode1, qNode2, qNode3, qNode4, qNode5)); + double timeZone = 0.0; + double costPerSec = 1.6; // the cost of using a quantum node per second (as IBM Quantum Pricing) + QDatacenterCharacteristics characteristics = new QDatacenterCharacteristics(qeNodeList, timeZone, costPerSec); + return new QEdgeDatacenter(name, characteristics); + } + + private static QCloudDatacenter createQCDatacenter(String name) { + int[] nodeIds = {21, 22, 23, 24, 25, 26}; + String backendName = "ibm_washington"; + QTaskSchedulerSpaceShared taskScheduler = new QTaskSchedulerSpaceShared(); + int quantumVolume = 128; + int clops = 850; + List qcNodeList = new ArrayList<>(); + for (int nodeId : nodeIds) { + QNode qcNode = IBMQNode.createNode(nodeId, backendName, taskScheduler); + qcNodeList.add(qcNode); + // Modify the quantum volume and CLOPS of the remaining 3 nodes + if (nodeId >= 24) { + qcNode.setQuantumVolume(quantumVolume); + qcNode.setCLOPS(clops); + } + } + double timeZone = 0.0; + double costPerSec = 1.6; // the cost of using a quantum node per second (as IBM Quantum Pricing) + QDatacenterCharacteristics characteristics = new QDatacenterCharacteristics(qcNodeList, timeZone, costPerSec); + QCloudDatacenter qDatacenter = new QCloudDatacenter(name, characteristics); + return qDatacenter; + } + +} + diff --git a/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample1.java b/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample1.java index 8189905f1..4c3cef400 100644 --- a/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample1.java +++ b/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample1.java @@ -6,11 +6,14 @@ */ package org.iquantum.examples.quantum; +import org.iquantum.brokers.QCloudBroker; import org.iquantum.core.iQuantum; import org.iquantum.brokers.QBroker; +import org.iquantum.datacenters.QCloudDatacenter; import org.iquantum.datacenters.QDatacenter; import org.iquantum.datacenters.QDatacenterCharacteristics; import org.iquantum.backends.quantum.QNode; +import org.iquantum.gateways.CloudGateway; import org.iquantum.tasks.QTask; import org.iquantum.backends.quantum.qubittopologies.QubitTopology; import org.iquantum.policies.qtasks.QTaskSchedulerSpaceShared; @@ -24,11 +27,11 @@ public class iQuantumExample1 { - private static List QTaskList; + private static List qTaskList; private static List qNodeList; - public static void main(String[] args) { + public static void main(String[] args) throws Exception { System.out.println("Start the iQuantum Example 1"); // Step 1: Initialize the core simulation package. It should be called before creating any entities. @@ -38,16 +41,17 @@ public static void main(String[] args) { iQuantum.init(num_user, calendar, trace_flag); // Step 2: Create a QDatacenter with a 7-qubit quantum nodes (IBM Oslo) - QDatacenter qDatacenter = createQDatacenter("QDatacenter_0"); + QCloudDatacenter qDatacenter = createQDatacenter("QDatacenter_0"); // Step 3: Create a QBroker - QBroker qBroker = createQBroker(); + QCloudBroker qBroker = createQBroker(); + CloudGateway cloudGateway = new CloudGateway("CloudGateway_0", qBroker); // Step 4: Create a list of 1 qtasks for testing - QTaskList = createQTaskList(qDatacenter, qBroker); + qTaskList = createQTaskList(qBroker); // Step 5: Submit qtask to the QBroker - qBroker.submitQTaskList(QTaskList); + cloudGateway.submitQTasks(qTaskList); // Step 6: Start the simulation iQuantum.startSimulation(); @@ -64,12 +68,11 @@ public static void main(String[] args) { /** * Create a list of 1 QTask and set the QBroker and QNode for the QTask - * @param qDatacenter: QDatacenter where the QNode is located * @param qBroker: QBroker that will receive the QTask * @return A list of 1 QTask */ - private static List createQTaskList(QDatacenter qDatacenter, QBroker qBroker) { - List QTaskList = new ArrayList<>(); + private static List createQTaskList(QCloudBroker qBroker) { + List qTaskList = new ArrayList<>(); // Create QTask 1 List ql1Edges = new ArrayList<>(); ql1Edges.add(new int[]{0, 1}); @@ -80,25 +83,23 @@ private static List createQTaskList(QDatacenter qDatacenter, QBroker qBro ql1Edges.add(new int[]{3, 1}); ArrayList qlGates = new ArrayList<>(Arrays.asList("CX", "RZ", "X")); QubitTopology ql1Topology = new QubitTopology(4, ql1Edges); - QTask QTask1 = new QTask(0,4, 25, 4096, qlGates, ql1Topology); + QTask qTask1 = new QTask(0,4, 25, 4096, qlGates, ql1Topology); // Set QBroker for QTask 1 - QTask1.setBrokerId(qBroker.getId()); - // Set QNode for QTask 1 - QTask1.setQNodeId(qDatacenter.getCharacteristics().getQNodeList().get(0).getId()); + qTask1.setBrokerId(qBroker.getId()); // Add all QTasks to the list - QTaskList.add(QTask1); + qTaskList.add(qTask1); - return QTaskList; + return qTaskList; } /** * Create a QBroker * @return QBroker */ - private static QBroker createQBroker() { - QBroker qBroker = null; + private static QCloudBroker createQBroker() { + QCloudBroker qBroker = null; try { - qBroker = new QBroker("QBroker"); + qBroker = new QCloudBroker("QBroker"); } catch (Exception e) { e.printStackTrace(); return null; @@ -111,7 +112,7 @@ private static QBroker createQBroker() { * @param name: name of the QDatacenter * @return QDatacenter */ - private static QDatacenter createQDatacenter(String name) { + private static QCloudDatacenter createQDatacenter(String name) { // Create 7-qubit quantum node (IBM Oslo) // Manually create the topology of the quantum node (Automatically create the topology in Example 4) List edges_oslo = new ArrayList<>(); @@ -138,7 +139,7 @@ private static QDatacenter createQDatacenter(String name) { // Create a QDatacenter with a 7-qubit quantum node (IBM Oslo) QDatacenterCharacteristics characteristics = new QDatacenterCharacteristics(qNodeList, timeZone, costPerSec); - QDatacenter qDatacenter = new QDatacenter(name, characteristics); + QCloudDatacenter qDatacenter = new QCloudDatacenter(name, characteristics); return qDatacenter; } diff --git a/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample2.java b/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample2.java index b40648c60..abe6a9043 100644 --- a/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample2.java +++ b/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample2.java @@ -1,14 +1,15 @@ /** * iQuantum Example 2 - * This example shows how to create a QDatacenter with two 7-qubit quantum nodes (IBM Oslo and IBM Perth), + * This example shows how to create a QCloudDatacenter with two 7-qubit quantum nodes (IBM Oslo and IBM Perth), * a QBroker, and a list of 2 QTasks for testing. The QTasks are submitted to the QBroker and the simulation * is started. The results are printed when the simulation is over. */ package org.iquantum.examples.quantum; +import org.iquantum.brokers.QCloudBroker; import org.iquantum.core.iQuantum; import org.iquantum.brokers.QBroker; -import org.iquantum.datacenters.QDatacenter; +import org.iquantum.datacenters.QCloudDatacenter; import org.iquantum.datacenters.QDatacenterCharacteristics; import org.iquantum.backends.quantum.QNode; import org.iquantum.tasks.QTask; @@ -37,8 +38,8 @@ public static void main(String[] args) { boolean trace_flag = true; // trace events iQuantum.init(num_user, calendar, trace_flag); - // Step 2: Create a QDatacenter and two 7-qubit quantum nodes (IBM Oslo and IBM Nairobi) - QDatacenter qDatacenter = createQDatacenter("QDatacenter_0"); + // Step 2: Create a QCloudDatacenter and two 7-qubit quantum nodes (IBM Oslo and IBM Nairobi) + QCloudDatacenter qDatacenter = createQCloudDatacenter("QCloudDatacenter_0"); // Step 3: Create a QBroker QBroker qBroker = createQBroker(); @@ -64,11 +65,11 @@ public static void main(String[] args) { /** * Create a list of 2 QTasks and set the QBroker and QNode for each QTask - * @param qDatacenter: QDatacenter where the QNode is located + * @param qDatacenter: QCloudDatacenter where the QNode is located * @param qBroker: QBroker that will receive the QTasks * @return A list of 2 QTasks */ - private static List createQTaskList(QDatacenter qDatacenter, QBroker qBroker) { + private static List createQTaskList(QCloudDatacenter qDatacenter, QBroker qBroker) { List QTaskList = new ArrayList<>(); ArrayList qlGates = new ArrayList<>(Arrays.asList("CX", "RZ", "X")); // Create QTask 1 @@ -113,7 +114,7 @@ private static List createQTaskList(QDatacenter qDatacenter, QBroker qBro private static QBroker createQBroker() { QBroker qBroker = null; try { - qBroker = new QBroker("QBroker"); + qBroker = new QCloudBroker("QBroker"); } catch (Exception e) { e.printStackTrace(); return null; @@ -122,11 +123,11 @@ private static QBroker createQBroker() { } /** - * Create a QDatacenter with two 7-qubit quantum nodes (follow the topology of IBM Oslo and IBM Perth) - * @param name: name of the QDatacenter - * @return QDatacenter + * Create a QCloudDatacenter with two 7-qubit quantum nodes (follow the topology of IBM Oslo and IBM Perth) + * @param name: name of the QCloudDatacenter + * @return QCloudDatacenter */ - private static QDatacenter createQDatacenter(String name) { + private static QCloudDatacenter createQCloudDatacenter(String name) { // Create 7-qubit quantum node (IBM Oslo) // Manually create the topology of the quantum node (Automatically create the topology in Example 4) List edges_oslo = new ArrayList<>(); @@ -156,9 +157,9 @@ private static QDatacenter createQDatacenter(String name) { double timeZone = 0.0; double costPerSec = 3.0; - // Create a QDatacenter with two 7-qubit quantum nodes (IBM Oslo and IBM Perth) + // Create a QCloudDatacenter with two 7-qubit quantum nodes (IBM Oslo and IBM Perth) QDatacenterCharacteristics characteristics = new QDatacenterCharacteristics(qNodeList, timeZone, costPerSec); - QDatacenter qDatacenter = new QDatacenter(name, characteristics); + QCloudDatacenter qDatacenter = new QCloudDatacenter(name, characteristics); return qDatacenter; } diff --git a/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample3.java b/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample3.java index 40843949a..61da7d885 100644 --- a/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample3.java +++ b/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample3.java @@ -6,6 +6,7 @@ * The results are printed when the simulation is over. */ package org.iquantum.examples.quantum; +import org.iquantum.brokers.QCloudBroker; import org.iquantum.core.iQuantum; import org.iquantum.brokers.QBroker; import org.iquantum.datacenters.QDatacenter; @@ -128,7 +129,7 @@ private static List createQTaskList(QDatacenter qDatacenter, QBroker qBro private static QBroker createQBroker() { QBroker qBroker = null; try { - qBroker = new QBroker("QBroker"); + qBroker = new QCloudBroker("QBroker"); } catch (Exception e) { e.printStackTrace(); return null; diff --git a/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample4.java b/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample4.java index 027d391d1..50a71a450 100644 --- a/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample4.java +++ b/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample4.java @@ -7,6 +7,7 @@ package org.iquantum.examples.quantum; import org.iquantum.brokers.QBroker; +import org.iquantum.brokers.QCloudBroker; import org.iquantum.datacenters.QDatacenter; import org.iquantum.datacenters.QDatacenterCharacteristics; import org.iquantum.backends.quantum.IBMQNode; @@ -124,7 +125,7 @@ private static List createQTaskList(QDatacenter qDatacenter, QBroker qBro private static QBroker createQBroker() { QBroker qBroker = null; try { - qBroker = new QBroker("QBroker"); + qBroker = new QCloudBroker("QBroker"); } catch (Exception e) { e.printStackTrace(); return null; diff --git a/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample5.java b/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample5.java index aed0f9cbf..3286da050 100644 --- a/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample5.java +++ b/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample5.java @@ -7,6 +7,7 @@ package org.iquantum.examples.quantum; +import org.iquantum.brokers.QCloudBroker; import org.iquantum.core.iQuantum; import org.iquantum.brokers.QBroker; import org.iquantum.datacenters.QDatacenter; @@ -96,7 +97,7 @@ private static List createQTaskList(QDatacenter qDatacenter, QBroker qBro private static QBroker createQBroker() { QBroker qBroker = null; try { - qBroker = new QBroker("QBroker"); + qBroker = new QCloudBroker("QBroker"); } catch (Exception e) { e.printStackTrace(); return null; diff --git a/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample6.java b/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample6.java index 5067955c6..a3d8face1 100644 --- a/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample6.java +++ b/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample6.java @@ -11,6 +11,7 @@ import org.iquantum.backends.quantum.QNode; import org.iquantum.brokers.QBroker; import org.iquantum.brokers.QBroker; +import org.iquantum.brokers.QCloudBroker; import org.iquantum.core.iQuantum; import org.iquantum.datacenters.QDatacenter; import org.iquantum.datacenters.QDatacenterCharacteristics; @@ -62,7 +63,10 @@ public static void main(String[] args) throws IOException { // Step 7: Stop the simulation iQuantum.stopSimulation(); - + // Step 8: Print the results when simulation is over + List newList = qBroker.getQTaskReceivedList(); + QTaskExporter.printQTaskList(newList); + QTaskExporter.extractQTaskListToCSV(newList, exampleName); Log.printLine("iQuantum Example 6 finished!"); } @@ -105,7 +109,7 @@ private static List createQTaskList(QDatacenter qDatacenter, QBroker qBro private static QBroker createQBroker() { QBroker qBroker = null; try { - qBroker = new QBroker("QBroker"); + qBroker = new QCloudBroker("QBroker"); } catch (Exception e) { e.printStackTrace(); return null; diff --git a/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample7.java b/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample7.java new file mode 100644 index 000000000..70170e8a4 --- /dev/null +++ b/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample7.java @@ -0,0 +1,126 @@ +/** + * iQuantum Example 5 + * This example shows how to create a QDatacenter with a 27-qubit and a 127-qubit quantum nodes following the topology of + * IBM Hanoi and IBM Geneva automatically from the datasheet. Then, it creates a QBroker and four QTasks to + * be submitted to the QBroker. Finally, it starts the simulation and prints the results. + */ + +package org.iquantum.examples.quantum; + +import org.iquantum.backends.quantum.IBMQNode; +import org.iquantum.backends.quantum.QNode; +import org.iquantum.brokers.QBroker; +import org.iquantum.brokers.QCloudBroker; +import org.iquantum.core.iQuantum; +import org.iquantum.datacenters.QCloudDatacenter; +import org.iquantum.datacenters.QDatacenter; +import org.iquantum.datacenters.QDatacenterCharacteristics; +import org.iquantum.policies.qtasks.QTaskSchedulerSpaceShared; +import org.iquantum.tasks.QTask; +import org.iquantum.utils.Log; +import org.iquantum.utils.QTaskExporter; +import org.iquantum.utils.QTaskImporter; + +import java.io.IOException; +import java.nio.file.Path; +import java.nio.file.Paths; +import java.util.*; + +public class iQuantumExample7 { + private static List QTaskList; + + private static List qNodeList; + + public static void main(String[] args) throws IOException { + String exampleName = "iQuantumExample7"; + System.out.println("Start the " + exampleName); + + // Step 1: Initialize the core simulation package. It should be called before creating any entities. + int num_user = 1; + Calendar calendar = Calendar.getInstance(); + boolean trace_flag = true; // trace events + iQuantum.init(num_user, calendar, trace_flag); + + // Step 2: Create a QDatacenter and two quantum nodes (IBM Hanoi and IBM Geneva) + QCloudDatacenter qDatacenter = createQDatacenter("QDatacenter_0"); + + // Step 3: Create a QBroker + QCloudBroker qBroker = createQBroker(); + + // Step 4: Create a list of QTasks + QTaskList = createQTaskList(qBroker); + + // Step 5: Submit QTask to the QBroker + qBroker.submitQTaskList(QTaskList); + + // Step 6: Start the simulation + iQuantum.startSimulation(); + + // Step 7: Stop the simulation + iQuantum.stopSimulation(); + + // Step 8: Print the results when simulation is over + List newList = qBroker.getQTaskReceivedList(); + QTaskExporter.printQTaskList(newList); + QTaskExporter.extractQTaskListToCSV(newList, exampleName); + + Log.printLine(exampleName + " finished!"); + } + + private static List createQTaskList(QCloudBroker qBroker) { + List QTaskList = new ArrayList<>(); + String folderPath = "dataset/iquantum/MQT-Set3-10-27-Mapped-AllAlgorithmLeft-Extra.csv"; + Path datasetPath = Paths.get(System.getProperty("user.dir"), folderPath); + QTaskImporter QTaskImporter = new QTaskImporter(); + try { + List QTasks = QTaskImporter.importQTasksFromCsv(datasetPath.toString()); + for (QTask qtask : QTasks) { + qtask.setBrokerId(qBroker.getId()); + QTaskList.add(qtask); + } + } catch (IOException e) { + System.err.println("Error reading CSV file: " + e.getMessage()); + } + return QTaskList; + } + + /** + * Create a QBroker + * @return QBroker + */ + private static QCloudBroker createQBroker() { + QCloudBroker qBroker = null; + try { + qBroker = new QCloudBroker("QBroker"); + } catch (Exception e) { + e.printStackTrace(); + return null; + } + return qBroker; + } + + /** + * Create a QDatacenter with two quantum nodes (IBM Hanoi and IBM Geneva) + * @param name name of the QDatacenter + * @return QDatacenter + */ + private static QCloudDatacenter createQDatacenter(String name) { + // Automatically create two quantum nodes (IBM Hanoi and IBM Cairo) from the dataset + QNode qNode1 = IBMQNode.createNode(0,"ibm_hanoi",new QTaskSchedulerSpaceShared()); + QNode qNode2 = IBMQNode.createNode(1,"ibm_auckland",new QTaskSchedulerSpaceShared()); + QNode qNode3 = IBMQNode.createNode(2,"ibm_cairo",new QTaskSchedulerSpaceShared()); + QNode qNode4 = IBMQNode.createNode(3,"ibmq_mumbai",new QTaskSchedulerSpaceShared()); + QNode qNode5 = IBMQNode.createNode(4,"ibmq_kolkata",new QTaskSchedulerSpaceShared()); + qNodeList = new ArrayList<>(); + qNodeList.addAll(Arrays.asList(qNode1, qNode2, qNode3, qNode4, qNode5)); + double timeZone = 0.0; + double costPerSec = 1.6; // the cost of using a quantum node per second (as IBM Quantum Pricing) + + // Create a QDatacenter with two 7-qubit quantum nodes (IBM Hanoi and IBM Geneva) + QDatacenterCharacteristics characteristics = new QDatacenterCharacteristics(qNodeList, timeZone, costPerSec); + QCloudDatacenter qDatacenter = new QCloudDatacenter(name, characteristics); + return qDatacenter; + } + +} + diff --git a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0-sources.jar.md5 b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0-sources.jar.md5 deleted file mode 100644 index 6aef748e4..000000000 --- a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0-sources.jar.md5 +++ /dev/null @@ -1 +0,0 @@ -06af79f046c0f51a557b0e2e08064fad \ No newline at end of file diff --git a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0-sources.jar.sha1 b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0-sources.jar.sha1 deleted file mode 100644 index 7e29ed4d8..000000000 --- a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0-sources.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -d1fb0aa08e4459d8085639f7f8ce60fe699bf643 \ No newline at end of file diff --git a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.jar.md5 b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.jar.md5 deleted file mode 100644 index bbf52748a..000000000 --- a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.jar.md5 +++ /dev/null @@ -1 +0,0 @@ -5f89af09d4d0151014f2b36df5b8b944 \ No newline at end of file diff --git a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.jar.sha1 b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.jar.sha1 deleted file mode 100644 index a787d45a8..000000000 --- a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -754bb2990d0334ccfaa8dac3a01360fe657d4882 \ No newline at end of file diff --git a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.pom b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.pom deleted file mode 100644 index 6c5eeb9a8..000000000 --- a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.pom +++ /dev/null @@ -1,30 +0,0 @@ - - - 4.0.0 - - modules - org.iquantum - 1.0 - - - iquantum-examples - iquantum-examples - - - - ${project.groupId} - iquantum - ${project.version} - - - ${project.groupId} - py4j - 1.0.0 - system - ${project.basedir}/libs/py4j0.10.9.7.jar - - - - - - diff --git a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.pom.md5 b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.pom.md5 deleted file mode 100644 index f6af17344..000000000 --- a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.pom.md5 +++ /dev/null @@ -1 +0,0 @@ -df802ddbf69c3c8c20fc76a9987f890d \ No newline at end of file diff --git a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.pom.sha1 b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.pom.sha1 deleted file mode 100644 index f900ed093..000000000 --- a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.pom.sha1 +++ /dev/null @@ -1 +0,0 @@ -a0fd6b20be26eb0c9e571cae34e9779c268131f2 \ No newline at end of file diff --git a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/maven-metadata.xml b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/maven-metadata.xml deleted file mode 100644 index 691caf5a6..000000000 --- a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/maven-metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - org.iquantum - iquantum-examples - - 1.0 - - 1.0 - - 20230719045654 - - diff --git a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/maven-metadata.xml.md5 b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/maven-metadata.xml.md5 deleted file mode 100644 index 16d7d2546..000000000 --- a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/maven-metadata.xml.md5 +++ /dev/null @@ -1 +0,0 @@ -cf5eff5023f1c3e38b816630862cd96b \ No newline at end of file diff --git a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/maven-metadata.xml.sha1 b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/maven-metadata.xml.sha1 deleted file mode 100644 index 0d5f67f3f..000000000 --- a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/maven-metadata.xml.sha1 +++ /dev/null @@ -1 +0,0 @@ -2932fa2c27af5e3a416ce425e52781b102c555cf \ No newline at end of file diff --git a/modules/iquantum-examples/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml b/modules/iquantum-examples/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml deleted file mode 100644 index 8b89c977b..000000000 --- a/modules/iquantum-examples/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - src/main/javadoc - diff --git a/modules/iquantum-examples/target/javadoc-bundle-options/package-list b/modules/iquantum-examples/target/javadoc-bundle-options/package-list deleted file mode 100644 index 351c18685..000000000 --- a/modules/iquantum-examples/target/javadoc-bundle-options/package-list +++ /dev/null @@ -1,217 +0,0 @@ -java.applet -java.awt -java.awt.color -java.awt.datatransfer -java.awt.dnd -java.awt.event -java.awt.font -java.awt.geom -java.awt.im -java.awt.im.spi -java.awt.image -java.awt.image.renderable -java.awt.print -java.beans -java.beans.beancontext -java.io -java.lang -java.lang.annotation -java.lang.instrument -java.lang.invoke -java.lang.management -java.lang.ref -java.lang.reflect -java.math -java.net -java.nio -java.nio.channels -java.nio.channels.spi -java.nio.charset -java.nio.charset.spi -java.nio.file -java.nio.file.attribute -java.nio.file.spi -java.rmi -java.rmi.activation -java.rmi.dgc -java.rmi.registry -java.rmi.server -java.security -java.security.acl -java.security.cert -java.security.interfaces -java.security.spec -java.sql -java.text -java.text.spi -java.time -java.time.chrono -java.time.format -java.time.temporal -java.time.zone -java.util -java.util.concurrent -java.util.concurrent.atomic -java.util.concurrent.locks -java.util.function -java.util.jar -java.util.logging -java.util.prefs -java.util.regex -java.util.spi -java.util.stream -java.util.zip -javax.accessibility -javax.activation -javax.activity -javax.annotation -javax.annotation.processing -javax.crypto -javax.crypto.interfaces -javax.crypto.spec -javax.imageio -javax.imageio.event -javax.imageio.metadata -javax.imageio.plugins.bmp -javax.imageio.plugins.jpeg -javax.imageio.spi -javax.imageio.stream -javax.jws -javax.jws.soap -javax.lang.model -javax.lang.model.element -javax.lang.model.type -javax.lang.model.util -javax.management -javax.management.loading -javax.management.modelmbean -javax.management.monitor -javax.management.openmbean -javax.management.relation -javax.management.remote -javax.management.remote.rmi -javax.management.timer -javax.naming -javax.naming.directory -javax.naming.event -javax.naming.ldap -javax.naming.spi -javax.net -javax.net.ssl -javax.print -javax.print.attribute -javax.print.attribute.standard -javax.print.event -javax.rmi -javax.rmi.CORBA -javax.rmi.ssl -javax.script -javax.security.auth -javax.security.auth.callback -javax.security.auth.kerberos -javax.security.auth.login -javax.security.auth.spi -javax.security.auth.x500 -javax.security.cert -javax.security.sasl -javax.sound.midi -javax.sound.midi.spi -javax.sound.sampled -javax.sound.sampled.spi -javax.sql -javax.sql.rowset -javax.sql.rowset.serial -javax.sql.rowset.spi -javax.swing -javax.swing.border -javax.swing.colorchooser -javax.swing.event -javax.swing.filechooser -javax.swing.plaf -javax.swing.plaf.basic -javax.swing.plaf.metal -javax.swing.plaf.multi -javax.swing.plaf.nimbus -javax.swing.plaf.synth -javax.swing.table -javax.swing.text -javax.swing.text.html -javax.swing.text.html.parser -javax.swing.text.rtf -javax.swing.tree -javax.swing.undo -javax.tools -javax.transaction -javax.transaction.xa -javax.xml -javax.xml.bind -javax.xml.bind.annotation -javax.xml.bind.annotation.adapters -javax.xml.bind.attachment -javax.xml.bind.helpers -javax.xml.bind.util -javax.xml.crypto -javax.xml.crypto.dom -javax.xml.crypto.dsig -javax.xml.crypto.dsig.dom -javax.xml.crypto.dsig.keyinfo -javax.xml.crypto.dsig.spec -javax.xml.datatype -javax.xml.namespace -javax.xml.parsers -javax.xml.soap -javax.xml.stream -javax.xml.stream.events -javax.xml.stream.util -javax.xml.transform -javax.xml.transform.dom -javax.xml.transform.sax -javax.xml.transform.stax -javax.xml.transform.stream -javax.xml.validation -javax.xml.ws -javax.xml.ws.handler -javax.xml.ws.handler.soap -javax.xml.ws.http -javax.xml.ws.soap -javax.xml.ws.spi -javax.xml.ws.spi.http -javax.xml.ws.wsaddressing -javax.xml.xpath -org.ietf.jgss -org.omg.CORBA -org.omg.CORBA.DynAnyPackage -org.omg.CORBA.ORBPackage -org.omg.CORBA.TypeCodePackage -org.omg.CORBA.portable -org.omg.CORBA_2_3 -org.omg.CORBA_2_3.portable -org.omg.CosNaming -org.omg.CosNaming.NamingContextExtPackage -org.omg.CosNaming.NamingContextPackage -org.omg.Dynamic -org.omg.DynamicAny -org.omg.DynamicAny.DynAnyFactoryPackage -org.omg.DynamicAny.DynAnyPackage -org.omg.IOP -org.omg.IOP.CodecFactoryPackage -org.omg.IOP.CodecPackage -org.omg.Messaging -org.omg.PortableInterceptor -org.omg.PortableInterceptor.ORBInitInfoPackage -org.omg.PortableServer -org.omg.PortableServer.CurrentPackage -org.omg.PortableServer.POAManagerPackage -org.omg.PortableServer.POAPackage -org.omg.PortableServer.ServantLocatorPackage -org.omg.PortableServer.portable -org.omg.SendingContext -org.omg.stub.java.rmi -org.w3c.dom -org.w3c.dom.bootstrap -org.w3c.dom.events -org.w3c.dom.ls -org.w3c.dom.views -org.xml.sax -org.xml.sax.ext -org.xml.sax.helpers diff --git a/modules/iquantum-examples/target/maven-archiver/pom.properties b/modules/iquantum-examples/target/maven-archiver/pom.properties index ef64314a3..6dd81903c 100644 --- a/modules/iquantum-examples/target/maven-archiver/pom.properties +++ b/modules/iquantum-examples/target/maven-archiver/pom.properties @@ -1,5 +1,3 @@ -#Generated by Maven -#Fri Jul 14 19:15:51 AEST 2023 -groupId=org.iquantum artifactId=iquantum-examples +groupId=org.iquantum version=1.0 diff --git a/modules/iquantum-examples/target/site/apidocs/element-list b/modules/iquantum-examples/target/site/apidocs/element-list deleted file mode 100644 index 7a95e3e4f..000000000 --- a/modules/iquantum-examples/target/site/apidocs/element-list +++ /dev/null @@ -1,10 +0,0 @@ -org.iquantum.examples.cloudsim -org.iquantum.examples.cloudsim.container -org.iquantum.examples.cloudsim.network -org.iquantum.examples.cloudsim.network.datacenter -org.iquantum.examples.cloudsim.power -org.iquantum.examples.cloudsim.power.planetlab -org.iquantum.examples.cloudsim.power.random -org.iquantum.examples.hybrid -org.iquantum.examples.multiqpu -org.iquantum.examples.quantum diff --git a/modules/iquantum-examples/target/site/apidocs/javadoc.sh b/modules/iquantum-examples/target/site/apidocs/javadoc.sh deleted file mode 100755 index 041badc90..000000000 --- a/modules/iquantum-examples/target/site/apidocs/javadoc.sh +++ /dev/null @@ -1 +0,0 @@ -/Users/biboo/Library/Java/JavaVirtualMachines/corretto-17.0.7/Contents/Home/bin/javadoc @options @packages \ No newline at end of file diff --git a/modules/iquantum-examples/target/site/apidocs/jquery-ui.overrides.css b/modules/iquantum-examples/target/site/apidocs/jquery-ui.overrides.css deleted file mode 100644 index facf852c2..000000000 --- a/modules/iquantum-examples/target/site/apidocs/jquery-ui.overrides.css +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This code is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. - * - * This code is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * version 2 for more details (a copy is included in the LICENSE file that - * accompanied this code). - * - * You should have received a copy of the GNU General Public License version - * 2 along with this work; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. - * - * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA - * or visit www.oracle.com if you need additional information or have any - * questions. - */ - -.ui-state-active, -.ui-widget-content .ui-state-active, -.ui-widget-header .ui-state-active, -a.ui-button:active, -.ui-button:active, -.ui-button.ui-state-active:hover { - /* Overrides the color of selection used in jQuery UI */ - background: #F8981D; - border: 1px solid #F8981D; -} diff --git a/modules/iquantum-examples/target/site/apidocs/legal/ADDITIONAL_LICENSE_INFO b/modules/iquantum-examples/target/site/apidocs/legal/ADDITIONAL_LICENSE_INFO deleted file mode 100644 index ff700cd09..000000000 --- a/modules/iquantum-examples/target/site/apidocs/legal/ADDITIONAL_LICENSE_INFO +++ /dev/null @@ -1,37 +0,0 @@ - ADDITIONAL INFORMATION ABOUT LICENSING - -Certain files distributed by Oracle America, Inc. and/or its affiliates are -subject to the following clarification and special exception to the GPLv2, -based on the GNU Project exception for its Classpath libraries, known as the -GNU Classpath Exception. - -Note that Oracle includes multiple, independent programs in this software -package. Some of those programs are provided under licenses deemed -incompatible with the GPLv2 by the Free Software Foundation and others. -For example, the package includes programs licensed under the Apache -License, Version 2.0 and may include FreeType. Such programs are licensed -to you under their original licenses. - -Oracle facilitates your further distribution of this package by adding the -Classpath Exception to the necessary parts of its GPLv2 code, which permits -you to use that code in combination with other independent modules not -licensed under the GPLv2. However, note that this would not permit you to -commingle code under an incompatible license with Oracle's GPLv2 licensed -code by, for example, cutting and pasting such code into a file also -containing Oracle's GPLv2 licensed code and then distributing the result. - -Additionally, if you were to remove the Classpath Exception from any of the -files to which it applies and distribute the result, you would likely be -required to license some or all of the other code in that distribution under -the GPLv2 as well, and since the GPLv2 is incompatible with the license terms -of some items included in the distribution by Oracle, removing the Classpath -Exception could therefore effectively compromise your ability to further -distribute the package. - -Failing to distribute notices associated with some files may also create -unexpected legal consequences. - -Proceed with caution and we recommend that you obtain the advice of a lawyer -skilled in open source matters before removing the Classpath Exception or -making modifications to this package which may subsequently be redistributed -and/or involve the use of third party software. diff --git a/modules/iquantum-examples/target/site/apidocs/legal/ASSEMBLY_EXCEPTION b/modules/iquantum-examples/target/site/apidocs/legal/ASSEMBLY_EXCEPTION deleted file mode 100644 index 065b8d902..000000000 --- a/modules/iquantum-examples/target/site/apidocs/legal/ASSEMBLY_EXCEPTION +++ /dev/null @@ -1,27 +0,0 @@ - -OPENJDK ASSEMBLY EXCEPTION - -The OpenJDK source code made available by Oracle America, Inc. (Oracle) at -openjdk.java.net ("OpenJDK Code") is distributed under the terms of the GNU -General Public License version 2 -only ("GPL2"), with the following clarification and special exception. - - Linking this OpenJDK Code statically or dynamically with other code - is making a combined work based on this library. Thus, the terms - and conditions of GPL2 cover the whole combination. - - As a special exception, Oracle gives you permission to link this - OpenJDK Code with certain code licensed by Oracle as indicated at - http://openjdk.java.net/legal/exception-modules-2007-05-08.html - ("Designated Exception Modules") to produce an executable, - regardless of the license terms of the Designated Exception Modules, - and to copy and distribute the resulting executable under GPL2, - provided that the Designated Exception Modules continue to be - governed by the licenses under which they were offered by Oracle. - -As such, it allows licensees and sublicensees of Oracle's GPL2 OpenJDK Code -to build an executable that includes those portions of necessary code that -Oracle could not provide under GPL2 (or that Oracle has provided under GPL2 -with the Classpath exception). If you modify or add to the OpenJDK code, -that new GPL2 code may still be combined with Designated Exception Modules -if the new code is made subject to this exception by its copyright holder. diff --git a/modules/iquantum-examples/target/site/apidocs/legal/LICENSE b/modules/iquantum-examples/target/site/apidocs/legal/LICENSE deleted file mode 100644 index 8b400c7ab..000000000 --- a/modules/iquantum-examples/target/site/apidocs/legal/LICENSE +++ /dev/null @@ -1,347 +0,0 @@ -The GNU General Public License (GPL) - -Version 2, June 1991 - -Copyright (C) 1989, 1991 Free Software Foundation, Inc. -51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -Everyone is permitted to copy and distribute verbatim copies of this license -document, but changing it is not allowed. - -Preamble - -The licenses for most software are designed to take away your freedom to share -and change it. By contrast, the GNU General Public License is intended to -guarantee your freedom to share and change free software--to make sure the -software is free for all its users. This General Public License applies to -most of the Free Software Foundation's software and to any other program whose -authors commit to using it. (Some other Free Software Foundation software is -covered by the GNU Library General Public License instead.) You can apply it to -your programs, too. - -When we speak of free software, we are referring to freedom, not price. Our -General Public Licenses are designed to make sure that you have the freedom to -distribute copies of free software (and charge for this service if you wish), -that you receive source code or can get it if you want it, that you can change -the software or use pieces of it in new free programs; and that you know you -can do these things. - -To protect your rights, we need to make restrictions that forbid anyone to deny -you these rights or to ask you to surrender the rights. These restrictions -translate to certain responsibilities for you if you distribute copies of the -software, or if you modify it. - -For example, if you distribute copies of such a program, whether gratis or for -a fee, you must give the recipients all the rights that you have. You must -make sure that they, too, receive or can get the source code. And you must -show them these terms so they know their rights. - -We protect your rights with two steps: (1) copyright the software, and (2) -offer you this license which gives you legal permission to copy, distribute -and/or modify the software. - -Also, for each author's protection and ours, we want to make certain that -everyone understands that there is no warranty for this free software. If the -software is modified by someone else and passed on, we want its recipients to -know that what they have is not the original, so that any problems introduced -by others will not reflect on the original authors' reputations. - -Finally, any free program is threatened constantly by software patents. We -wish to avoid the danger that redistributors of a free program will -individually obtain patent licenses, in effect making the program proprietary. -To prevent this, we have made it clear that any patent must be licensed for -everyone's free use or not licensed at all. - -The precise terms and conditions for copying, distribution and modification -follow. - -TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - -0. This License applies to any program or other work which contains a notice -placed by the copyright holder saying it may be distributed under the terms of -this General Public License. The "Program", below, refers to any such program -or work, and a "work based on the Program" means either the Program or any -derivative work under copyright law: that is to say, a work containing the -Program or a portion of it, either verbatim or with modifications and/or -translated into another language. (Hereinafter, translation is included -without limitation in the term "modification".) Each licensee is addressed as -"you". - -Activities other than copying, distribution and modification are not covered by -this License; they are outside its scope. The act of running the Program is -not restricted, and the output from the Program is covered only if its contents -constitute a work based on the Program (independent of having been made by -running the Program). Whether that is true depends on what the Program does. - -1. You may copy and distribute verbatim copies of the Program's source code as -you receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice and -disclaimer of warranty; keep intact all the notices that refer to this License -and to the absence of any warranty; and give any other recipients of the -Program a copy of this License along with the Program. - -You may charge a fee for the physical act of transferring a copy, and you may -at your option offer warranty protection in exchange for a fee. - -2. You may modify your copy or copies of the Program or any portion of it, thus -forming a work based on the Program, and copy and distribute such modifications -or work under the terms of Section 1 above, provided that you also meet all of -these conditions: - - a) You must cause the modified files to carry prominent notices stating - that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in whole or - in part contains or is derived from the Program or any part thereof, to be - licensed as a whole at no charge to all third parties under the terms of - this License. - - c) If the modified program normally reads commands interactively when run, - you must cause it, when started running for such interactive use in the - most ordinary way, to print or display an announcement including an - appropriate copyright notice and a notice that there is no warranty (or - else, saying that you provide a warranty) and that users may redistribute - the program under these conditions, and telling the user how to view a copy - of this License. (Exception: if the Program itself is interactive but does - not normally print such an announcement, your work based on the Program is - not required to print an announcement.) - -These requirements apply to the modified work as a whole. If identifiable -sections of that work are not derived from the Program, and can be reasonably -considered independent and separate works in themselves, then this License, and -its terms, do not apply to those sections when you distribute them as separate -works. But when you distribute the same sections as part of a whole which is a -work based on the Program, the distribution of the whole must be on the terms -of this License, whose permissions for other licensees extend to the entire -whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest your -rights to work written entirely by you; rather, the intent is to exercise the -right to control the distribution of derivative or collective works based on -the Program. - -In addition, mere aggregation of another work not based on the Program with the -Program (or with a work based on the Program) on a volume of a storage or -distribution medium does not bring the other work under the scope of this -License. - -3. You may copy and distribute the Program (or a work based on it, under -Section 2) in object code or executable form under the terms of Sections 1 and -2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable source - code, which must be distributed under the terms of Sections 1 and 2 above - on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three years, to - give any third party, for a charge no more than your cost of physically - performing source distribution, a complete machine-readable copy of the - corresponding source code, to be distributed under the terms of Sections 1 - and 2 above on a medium customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer to - distribute corresponding source code. (This alternative is allowed only - for noncommercial distribution and only if you received the program in - object code or executable form with such an offer, in accord with - Subsection b above.) - -The source code for a work means the preferred form of the work for making -modifications to it. For an executable work, complete source code means all -the source code for all modules it contains, plus any associated interface -definition files, plus the scripts used to control compilation and installation -of the executable. However, as a special exception, the source code -distributed need not include anything that is normally distributed (in either -source or binary form) with the major components (compiler, kernel, and so on) -of the operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the source -code from the same place counts as distribution of the source code, even though -third parties are not compelled to copy the source along with the object code. - -4. You may not copy, modify, sublicense, or distribute the Program except as -expressly provided under this License. Any attempt otherwise to copy, modify, -sublicense or distribute the Program is void, and will automatically terminate -your rights under this License. However, parties who have received copies, or -rights, from you under this License will not have their licenses terminated so -long as such parties remain in full compliance. - -5. You are not required to accept this License, since you have not signed it. -However, nothing else grants you permission to modify or distribute the Program -or its derivative works. These actions are prohibited by law if you do not -accept this License. Therefore, by modifying or distributing the Program (or -any work based on the Program), you indicate your acceptance of this License to -do so, and all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - -6. Each time you redistribute the Program (or any work based on the Program), -the recipient automatically receives a license from the original licensor to -copy, distribute or modify the Program subject to these terms and conditions. -You may not impose any further restrictions on the recipients' exercise of the -rights granted herein. You are not responsible for enforcing compliance by -third parties to this License. - -7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), conditions -are imposed on you (whether by court order, agreement or otherwise) that -contradict the conditions of this License, they do not excuse you from the -conditions of this License. If you cannot distribute so as to satisfy -simultaneously your obligations under this License and any other pertinent -obligations, then as a consequence you may not distribute the Program at all. -For example, if a patent license would not permit royalty-free redistribution -of the Program by all those who receive copies directly or indirectly through -you, then the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply and -the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any patents or -other property right claims or to contest validity of any such claims; this -section has the sole purpose of protecting the integrity of the free software -distribution system, which is implemented by public license practices. Many -people have made generous contributions to the wide range of software -distributed through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing to -distribute software through any other system and a licensee cannot impose that -choice. - -This section is intended to make thoroughly clear what is believed to be a -consequence of the rest of this License. - -8. If the distribution and/or use of the Program is restricted in certain -countries either by patents or by copyrighted interfaces, the original -copyright holder who places the Program under this License may add an explicit -geographical distribution limitation excluding those countries, so that -distribution is permitted only in or among countries not thus excluded. In -such case, this License incorporates the limitation as if written in the body -of this License. - -9. The Free Software Foundation may publish revised and/or new versions of the -General Public License from time to time. Such new versions will be similar in -spirit to the present version, but may differ in detail to address new problems -or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any later -version", you have the option of following the terms and conditions either of -that version or of any later version published by the Free Software Foundation. -If the Program does not specify a version number of this License, you may -choose any version ever published by the Free Software Foundation. - -10. If you wish to incorporate parts of the Program into other free programs -whose distribution conditions are different, write to the author to ask for -permission. For software which is copyrighted by the Free Software Foundation, -write to the Free Software Foundation; we sometimes make exceptions for this. -Our decision will be guided by the two goals of preserving the free status of -all derivatives of our free software and of promoting the sharing and reuse of -software generally. - -NO WARRANTY - -11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR -THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE -STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE -PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND -PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, -YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - -12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL -ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE -PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR -INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA -BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER -OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -END OF TERMS AND CONDITIONS - -How to Apply These Terms to Your New Programs - -If you develop a new program, and you want it to be of the greatest possible -use to the public, the best way to achieve this is to make it free software -which everyone can redistribute and change under these terms. - -To do so, attach the following notices to the program. It is safest to attach -them to the start of each source file to most effectively convey the exclusion -of warranty; and each file should have at least the "copyright" line and a -pointer to where the full notice is found. - - One line to give the program's name and a brief idea of what it does. - - Copyright (C) - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by the Free - Software Foundation; either version 2 of the License, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this when it -starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author Gnomovision comes - with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free - software, and you are welcome to redistribute it under certain conditions; - type 'show c' for details. - -The hypothetical commands 'show w' and 'show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may be -called something other than 'show w' and 'show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your school, -if any, to sign a "copyright disclaimer" for the program, if necessary. Here -is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - 'Gnomovision' (which makes passes at compilers) written by James Hacker. - - signature of Ty Coon, 1 April 1989 - - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General Public -License instead of this License. - - -"CLASSPATH" EXCEPTION TO THE GPL - -Certain source files distributed by Oracle America and/or its affiliates are -subject to the following clarification and special exception to the GPL, but -only where Oracle has expressly included in the particular source file's header -the words "Oracle designates this particular file as subject to the "Classpath" -exception as provided by Oracle in the LICENSE file that accompanied this code." - - Linking this library statically or dynamically with other modules is making - a combined work based on this library. Thus, the terms and conditions of - the GNU General Public License cover the whole combination. - - As a special exception, the copyright holders of this library give you - permission to link this library with independent modules to produce an - executable, regardless of the license terms of these independent modules, - and to copy and distribute the resulting executable under terms of your - choice, provided that you also meet, for each linked independent module, - the terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. If - you modify this library, you may extend this exception to your version of - the library, but you are not obligated to do so. If you do not wish to do - so, delete this exception statement from your version. diff --git a/modules/iquantum-examples/target/site/apidocs/legal/jquery.md b/modules/iquantum-examples/target/site/apidocs/legal/jquery.md deleted file mode 100644 index d468b3183..000000000 --- a/modules/iquantum-examples/target/site/apidocs/legal/jquery.md +++ /dev/null @@ -1,72 +0,0 @@ -## jQuery v3.6.1 - -### jQuery License -``` -jQuery v 3.6.1 -Copyright OpenJS Foundation and other contributors, https://openjsf.org/ - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -****************************************** - -The jQuery JavaScript Library v3.6.1 also includes Sizzle.js - -Sizzle.js includes the following license: - -Copyright JS Foundation and other contributors, https://js.foundation/ - -This software consists of voluntary contributions made by many -individuals. For exact contribution history, see the revision history -available at https://github.com/jquery/sizzle - -The following license applies to all parts of this software except as -documented below: - -==== - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -==== - -All files located in the node_modules and external directories are -externally maintained libraries used by this software which have their -own licenses; we recommend you read them, as their terms may differ from -the terms above. - -********************* - -``` diff --git a/modules/iquantum-examples/target/site/apidocs/legal/jqueryUI.md b/modules/iquantum-examples/target/site/apidocs/legal/jqueryUI.md deleted file mode 100644 index 8031bdb56..000000000 --- a/modules/iquantum-examples/target/site/apidocs/legal/jqueryUI.md +++ /dev/null @@ -1,49 +0,0 @@ -## jQuery UI v1.12.1 - -### jQuery UI License -``` -Copyright jQuery Foundation and other contributors, https://jquery.org/ - -This software consists of voluntary contributions made by many -individuals. For exact contribution history, see the revision history -available at https://github.com/jquery/jquery-ui - -The following license applies to all parts of this software except as -documented below: - -==== - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -==== - -Copyright and related rights for sample code are waived via CC0. Sample -code is defined as all source code contained within the demos directory. - -CC0: http://creativecommons.org/publicdomain/zero/1.0/ - -==== - -All files located in the node_modules and external directories are -externally maintained libraries used by this software which have their -own licenses; we recommend you read them, as their terms may differ from -the terms above. - -``` diff --git a/modules/iquantum-examples/target/site/apidocs/member-search-index.js b/modules/iquantum-examples/target/site/apidocs/member-search-index.js deleted file mode 100644 index 3df150fd9..000000000 --- a/modules/iquantum-examples/target/site/apidocs/member-search-index.js +++ /dev/null @@ -1 +0,0 @@ -memberSearchIndex = [{"p":"org.iquantum.examples.cloudsim.container","c":"RunnerAbs","l":"broker"},{"p":"org.iquantum.examples.cloudsim.power","c":"RunnerAbstract","l":"broker"},{"p":"org.iquantum.examples.cloudsim.container","c":"UtilizationModelPlanetLabInMemoryExtended","l":"calUtilization(double)"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"CLOUDLET_LENGTH"},{"p":"org.iquantum.examples.cloudsim.power","c":"Constants","l":"CLOUDLET_LENGTH"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"CLOUDLET_PES"},{"p":"org.iquantum.examples.cloudsim.power","c":"Constants","l":"CLOUDLET_PES"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"RandomConstants","l":"CLOUDLET_UTILIZATION_SEED"},{"p":"org.iquantum.examples.cloudsim.container","c":"RunnerAbs","l":"cloudletList"},{"p":"org.iquantum.examples.cloudsim","c":"CloudSimExample1","l":"CloudSimExample1()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim","c":"CloudSimExample2","l":"CloudSimExample2()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim","c":"CloudSimExample3","l":"CloudSimExample3()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim","c":"CloudSimExample4","l":"CloudSimExample4()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim","c":"CloudSimExample5","l":"CloudSimExample5()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim","c":"CloudSimExample6","l":"CloudSimExample6()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim","c":"CloudSimExample7","l":"CloudSimExample7()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim","c":"CloudSimExample8","l":"CloudSimExample8()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power","c":"Constants","l":"Constants()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"ConstantsExamples()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"CONTAINER_BW"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"CONTAINER_MIPS"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"CONTAINER_PES"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"CONTAINER_RAM"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"CONTAINER_STARTTUP_DELAY"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"CONTAINER_TYPES"},{"p":"org.iquantum.examples.cloudsim.container","c":"ContainerCloudSimExample1","l":"ContainerCloudSimExample1()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.container","c":"ContainerInitialPlacementTest","l":"ContainerInitialPlacementTest()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.container","c":"RunnerAbs","l":"containerList"},{"p":"org.iquantum.examples.cloudsim.container","c":"ContainerOverbooking","l":"ContainerOverbooking()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.container","c":"ContainerSelectionTest","l":"ContainerSelectionTest()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power","c":"Helper","l":"createBroker()"},{"p":"org.iquantum.examples.cloudsim.container","c":"HelperEx","l":"createBroker(double)"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"RandomHelper","l":"createCloudletList(int, int)","u":"createCloudletList(int,int)"},{"p":"org.iquantum.examples.cloudsim.network.datacenter","c":"TestBagofTaskApp","l":"createCloudletList(List)","u":"createCloudletList(java.util.List)"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"PlanetLabHelper","l":"createCloudletListPlanetLab(int, String)","u":"createCloudletListPlanetLab(int,java.lang.String)"},{"p":"org.iquantum.examples.cloudsim.container","c":"ContainerCloudSimExample1","l":"createContainerCloudletList(int, int)","u":"createContainerCloudletList(int,int)"},{"p":"org.iquantum.examples.cloudsim.container","c":"HelperEx","l":"createContainerCloudletList(int, String, int)","u":"createContainerCloudletList(int,java.lang.String,int)"},{"p":"org.iquantum.examples.cloudsim.container","c":"ContainerCloudSimExample1","l":"createContainerList(int, int)","u":"createContainerList(int,int)"},{"p":"org.iquantum.examples.cloudsim.container","c":"HelperEx","l":"createContainerList(int, int)","u":"createContainerList(int,int)"},{"p":"org.iquantum.examples.cloudsim.power","c":"Helper","l":"createDatacenter(String, Class, List, VmAllocationPolicy)","u":"createDatacenter(java.lang.String,java.lang.Class,java.util.List,org.iquantum.policies.vm.VmAllocationPolicy)"},{"p":"org.iquantum.examples.cloudsim.container","c":"ContainerCloudSimExample1","l":"createDatacenter(String, Class, List, ContainerVmAllocationPolicy, ContainerAllocationPolicy, String, double, String, double, double)","u":"createDatacenter(java.lang.String,java.lang.Class,java.util.List,org.iquantum.backends.classical.container.resourceAllocators.ContainerVmAllocationPolicy,org.iquantum.backends.classical.container.resourceAllocators.ContainerAllocationPolicy,java.lang.String,double,java.lang.String,double,double)"},{"p":"org.iquantum.examples.cloudsim.container","c":"HelperEx","l":"createDatacenter(String, Class, List, ContainerVmAllocationPolicy, ContainerAllocationPolicy, String, double, String, double, double)","u":"createDatacenter(java.lang.String,java.lang.Class,java.util.List,org.iquantum.backends.classical.container.resourceAllocators.ContainerVmAllocationPolicy,org.iquantum.backends.classical.container.resourceAllocators.ContainerAllocationPolicy,java.lang.String,double,java.lang.String,double,double)"},{"p":"org.iquantum.examples.cloudsim.container","c":"ContainerCloudSimExample1","l":"createHostList(int)"},{"p":"org.iquantum.examples.cloudsim.container","c":"HelperEx","l":"createHostList(int)"},{"p":"org.iquantum.examples.cloudsim.power","c":"Helper","l":"createHostList(int)"},{"p":"org.iquantum.examples.cloudsim.container","c":"HelperEx","l":"createVmList(int, int)","u":"createVmList(int,int)"},{"p":"org.iquantum.examples.cloudsim.power","c":"Helper","l":"createVmList(int, int)","u":"createVmList(int,int)"},{"p":"org.iquantum.examples.cloudsim.power","c":"RunnerAbstract","l":"CTaskList"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"Dvfs","l":"Dvfs()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"Dvfs","l":"Dvfs()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"ENABLE_OUTPUT"},{"p":"org.iquantum.examples.cloudsim.power","c":"Constants","l":"ENABLE_OUTPUT"},{"p":"org.iquantum.examples.cloudsim","c":"CloudSimExample8.GlobalBroker","l":"getBroker()"},{"p":"org.iquantum.examples.cloudsim","c":"CloudSimExample8.GlobalBroker","l":"getCloudletList()"},{"p":"org.iquantum.examples.cloudsim.container","c":"RunnerAbs","l":"getContainerAllocationPolicy(String)","u":"getContainerAllocationPolicy(java.lang.String)"},{"p":"org.iquantum.examples.cloudsim.container","c":"RunnerAbs","l":"getContainerPlacementPolicy(String)","u":"getContainerPlacementPolicy(java.lang.String)"},{"p":"org.iquantum.examples.cloudsim.container","c":"RunnerAbs","l":"getContainerSelectionPolicy(String)","u":"getContainerSelectionPolicy(java.lang.String)"},{"p":"org.iquantum.examples.cloudsim.container","c":"RunnerAbs","l":"getExperimentName()"},{"p":"org.iquantum.examples.cloudsim.container","c":"RunnerAbs","l":"getExperimentName(String...)","u":"getExperimentName(java.lang.String...)"},{"p":"org.iquantum.examples.cloudsim.power","c":"RunnerAbstract","l":"getExperimentName(String...)","u":"getExperimentName(java.lang.String...)"},{"p":"org.iquantum.examples.cloudsim.container","c":"RunnerAbs","l":"getHostSelectionPolicy(String)","u":"getHostSelectionPolicy(java.lang.String)"},{"p":"org.iquantum.examples.cloudsim.container","c":"RunnerAbs","l":"getLogAddress()"},{"p":"org.iquantum.examples.cloudsim.container","c":"HelperEx","l":"getNumberofOverUtilization(List, PowerContainerVmAllocationPolicyMigrationAbstract)","u":"getNumberofOverUtilization(java.util.List,org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled.PowerContainerVmAllocationPolicyMigrationAbstract)"},{"p":"org.iquantum.examples.cloudsim.network.datacenter","c":"TestBagofTaskApp","l":"getnumvm()"},{"p":"org.iquantum.examples.cloudsim.container","c":"RunnerAbs","l":"getOverBookingFactor()"},{"p":"org.iquantum.examples.cloudsim.container","c":"RunnerAbs","l":"getRunTime()"},{"p":"org.iquantum.examples.cloudsim.container","c":"HelperEx","l":"getSlaMetrics(List)","u":"getSlaMetrics(java.util.List)"},{"p":"org.iquantum.examples.cloudsim.power","c":"Helper","l":"getSlaMetrics(List)","u":"getSlaMetrics(java.util.List)"},{"p":"org.iquantum.examples.cloudsim.container","c":"HelperEx","l":"getSlaTimePerActiveHost(List)","u":"getSlaTimePerActiveHost(java.util.List)"},{"p":"org.iquantum.examples.cloudsim.power","c":"Helper","l":"getSlaTimePerActiveHost(List)","u":"getSlaTimePerActiveHost(java.util.List)"},{"p":"org.iquantum.examples.cloudsim.container","c":"HelperEx","l":"getSlaTimePerHost(List)","u":"getSlaTimePerHost(java.util.List)"},{"p":"org.iquantum.examples.cloudsim.power","c":"Helper","l":"getSlaTimePerHost(List)","u":"getSlaTimePerHost(java.util.List)"},{"p":"org.iquantum.examples.cloudsim.container","c":"HelperEx","l":"getTimesBeforeContainerMigration(List)","u":"getTimesBeforeContainerMigration(java.util.List)"},{"p":"org.iquantum.examples.cloudsim.container","c":"HelperEx","l":"getTimesBeforeHostShutdown(List)","u":"getTimesBeforeHostShutdown(java.util.List)"},{"p":"org.iquantum.examples.cloudsim.power","c":"Helper","l":"getTimesBeforeHostShutdown(List)","u":"getTimesBeforeHostShutdown(java.util.List)"},{"p":"org.iquantum.examples.cloudsim.container","c":"HelperEx","l":"getTimesBeforeVmMigration(List)","u":"getTimesBeforeVmMigration(java.util.List)"},{"p":"org.iquantum.examples.cloudsim.power","c":"Helper","l":"getTimesBeforeVmMigration(List)","u":"getTimesBeforeVmMigration(java.util.List)"},{"p":"org.iquantum.examples.cloudsim.container","c":"UtilizationModelPlanetLabInMemoryExtended","l":"getUtilization(double)"},{"p":"org.iquantum.examples.cloudsim.power","c":"RunnerAbstract","l":"getVmAllocationPolicy(String, String, String)","u":"getVmAllocationPolicy(java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.iquantum.examples.cloudsim.container","c":"RunnerAbs","l":"getVmAllocationPolicy(String, String, String, String)","u":"getVmAllocationPolicy(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.iquantum.examples.cloudsim","c":"CloudSimExample8.GlobalBroker","l":"getVmList()"},{"p":"org.iquantum.examples.cloudsim.container","c":"RunnerAbs","l":"getVmSelectionPolicy(String)","u":"getVmSelectionPolicy(java.lang.String)"},{"p":"org.iquantum.examples.cloudsim.power","c":"RunnerAbstract","l":"getVmSelectionPolicy(String)","u":"getVmSelectionPolicy(java.lang.String)"},{"p":"org.iquantum.examples.cloudsim","c":"CloudSimExample8.GlobalBroker","l":"GlobalBroker(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.examples.cloudsim.power","c":"Helper","l":"Helper()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.container","c":"HelperEx","l":"HelperEx()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"HOST_BW"},{"p":"org.iquantum.examples.cloudsim.power","c":"Constants","l":"HOST_BW"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"HOST_MIPS"},{"p":"org.iquantum.examples.cloudsim.power","c":"Constants","l":"HOST_MIPS"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"HOST_PES"},{"p":"org.iquantum.examples.cloudsim.power","c":"Constants","l":"HOST_PES"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"HOST_POWER"},{"p":"org.iquantum.examples.cloudsim.power","c":"Constants","l":"HOST_POWER"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"HOST_RAM"},{"p":"org.iquantum.examples.cloudsim.power","c":"Constants","l":"HOST_RAM"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"HOST_STORAGE"},{"p":"org.iquantum.examples.cloudsim.power","c":"Constants","l":"HOST_STORAGE"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"HOST_TYPES"},{"p":"org.iquantum.examples.cloudsim.power","c":"Constants","l":"HOST_TYPES"},{"p":"org.iquantum.examples.cloudsim.container","c":"RunnerAbs","l":"hostList"},{"p":"org.iquantum.examples.cloudsim.power","c":"RunnerAbstract","l":"hostList"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"PlanetLabRunner","l":"init(String)","u":"init(java.lang.String)"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"RandomRunner","l":"init(String)","u":"init(java.lang.String)"},{"p":"org.iquantum.examples.cloudsim.power","c":"RunnerAbstract","l":"init(String)","u":"init(java.lang.String)"},{"p":"org.iquantum.examples.cloudsim.container","c":"RunnerAbs","l":"init(String, double)","u":"init(java.lang.String,double)"},{"p":"org.iquantum.examples.cloudsim.container","c":"RunnerInitiator","l":"init(String, double)","u":"init(java.lang.String,double)"},{"p":"org.iquantum.examples.cloudsim.container","c":"RunnerAbs","l":"initLogOutput(boolean, boolean, String, String, String, String, String)","u":"initLogOutput(boolean,boolean,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.iquantum.examples.cloudsim.power","c":"RunnerAbstract","l":"initLogOutput(boolean, boolean, String, String, String, String, String)","u":"initLogOutput(boolean,boolean,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"IqrMc","l":"IqrMc()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"IqrMc","l":"IqrMc()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"IqrMmt","l":"IqrMmt()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"IqrMmt","l":"IqrMmt()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"IqrMu","l":"IqrMu()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"IqrMu","l":"IqrMu()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"IqrRs","l":"IqrRs()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"IqrRs","l":"IqrRs()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.quantum","c":"iQuantumExample1","l":"iQuantumExample1()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.quantum","c":"iQuantumExample2","l":"iQuantumExample2()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.quantum","c":"iQuantumExample3","l":"iQuantumExample3()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.quantum","c":"iQuantumExample4","l":"iQuantumExample4()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.quantum","c":"iQuantumExample5","l":"iQuantumExample5()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.hybrid","c":"iQuantumHybridExample1","l":"iQuantumHybridExample1()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.hybrid","c":"iQuantumHybridExample2","l":"iQuantumHybridExample2()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.multiqpu","c":"iQuantumMultiQPUExample1","l":"iQuantumMultiQPUExample1()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.container","c":"RunnerAbs","l":"isEnableOutput()"},{"p":"org.iquantum.examples.cloudsim.power","c":"RunnerAbstract","l":"isEnableOutput()"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"LrMc","l":"LrMc()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"LrMc","l":"LrMc()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"LrMmt","l":"LrMmt()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"LrMmt","l":"LrMmt()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"LrMu","l":"LrMu()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"LrMu","l":"LrMu()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"LrrMc","l":"LrrMc()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"LrrMc","l":"LrrMc()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"LrrMmt","l":"LrrMmt()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"LrrMmt","l":"LrrMmt()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"LrrMu","l":"LrrMu()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"LrrMu","l":"LrrMu()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"LrrRs","l":"LrrRs()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"LrrRs","l":"LrrRs()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"LrRs","l":"LrRs()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"LrRs","l":"LrRs()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"MadMc","l":"MadMc()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"MadMc","l":"MadMc()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"MadMmt","l":"MadMmt()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"MadMmt","l":"MadMmt()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"MadMu","l":"MadMu()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"MadMu","l":"MadMu()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"MadRs","l":"MadRs()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"MadRs","l":"MadRs()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim","c":"CloudSimExample1","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim","c":"CloudSimExample2","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim","c":"CloudSimExample3","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim","c":"CloudSimExample4","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim","c":"CloudSimExample5","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim","c":"CloudSimExample6","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim","c":"CloudSimExample7","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim","c":"CloudSimExample8","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.container","c":"ContainerCloudSimExample1","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.container","c":"ContainerInitialPlacementTest","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.container","c":"ContainerOverbooking","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.container","c":"ContainerSelectionTest","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.network.datacenter","c":"TestExample","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.network","c":"NetworkExample1","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.network","c":"NetworkExample2","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.network","c":"NetworkExample3","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.network","c":"NetworkExample4","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"Dvfs","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"IqrMc","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"IqrMmt","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"IqrMu","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"IqrRs","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"LrMc","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"LrMmt","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"LrMu","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"LrrMc","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"LrrMmt","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"LrrMu","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"LrrRs","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"LrRs","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"MadMc","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"MadMmt","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"MadMu","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"MadRs","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"NonPowerAware","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"PlanetLabRunnerConsole","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"ThrMc","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"ThrMmt","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"ThrMu","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"ThrRs","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"Dvfs","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"IqrMc","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"IqrMmt","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"IqrMu","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"IqrRs","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"LrMc","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"LrMmt","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"LrMu","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"LrrMc","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"LrrMmt","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"LrrMu","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"LrrRs","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"LrRs","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"MadMc","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"MadMmt","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"MadMu","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"MadRs","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"NonPowerAware","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"ThrMc","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"ThrMmt","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"ThrMu","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"ThrRs","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.hybrid","c":"iQuantumHybridExample1","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.hybrid","c":"iQuantumHybridExample2","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.multiqpu","c":"iQuantumMultiQPUExample1","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.quantum","c":"iQuantumExample1","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.quantum","c":"iQuantumExample2","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.quantum","c":"iQuantumExample3","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.quantum","c":"iQuantumExample4","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.quantum","c":"iQuantumExample5","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.examples.cloudsim.network","c":"NetworkExample1","l":"NetworkExample1()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.network","c":"NetworkExample2","l":"NetworkExample2()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.network","c":"NetworkExample3","l":"NetworkExample3()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.network","c":"NetworkExample4","l":"NetworkExample4()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"NonPowerAware","l":"NonPowerAware()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"NonPowerAware","l":"NonPowerAware()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"NUMBER_CLOUDLETS"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"NUMBER_HOSTS"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"PlanetLabConstants","l":"NUMBER_OF_HOSTS"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"RandomConstants","l":"NUMBER_OF_HOSTS"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"RandomConstants","l":"NUMBER_OF_VMS"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"NUMBER_VMS"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"OUTPUT_CSV"},{"p":"org.iquantum.examples.cloudsim.power","c":"Constants","l":"OUTPUT_CSV"},{"p":"org.iquantum.examples.cloudsim.container","c":"HelperEx","l":"parseExperimentName(String)","u":"parseExperimentName(java.lang.String)"},{"p":"org.iquantum.examples.cloudsim.power","c":"Helper","l":"parseExperimentName(String)","u":"parseExperimentName(java.lang.String)"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"PlanetLabConstants","l":"PlanetLabConstants()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"PlanetLabHelper","l":"PlanetLabHelper()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"PlanetLabRunner","l":"PlanetLabRunner(boolean, boolean, String, String, String, String, String, String)","u":"%3Cinit%3E(boolean,boolean,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"PlanetLabRunnerConsole","l":"PlanetLabRunnerConsole()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power","c":"Helper","l":"printCloudletList(List)","u":"printCloudletList(java.util.List)"},{"p":"org.iquantum.examples.cloudsim.container","c":"HelperEx","l":"printMetricHistory(List, PowerContainerVmAllocationPolicyMigrationAbstract)","u":"printMetricHistory(java.util.List,org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled.PowerContainerVmAllocationPolicyMigrationAbstract)"},{"p":"org.iquantum.examples.cloudsim.power","c":"Helper","l":"printMetricHistory(List, PowerVmAllocationPolicyMigrationAbstract)","u":"printMetricHistory(java.util.List,org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract)"},{"p":"org.iquantum.examples.cloudsim.power","c":"Helper","l":"printResults(PowerCDatacenter, List, double, String, boolean, String)","u":"printResults(org.iquantum.power.PowerCDatacenter,java.util.List,double,java.lang.String,boolean,java.lang.String)"},{"p":"org.iquantum.examples.cloudsim.container","c":"HelperEx","l":"printResults(PowerContainerDatacenter, List, List, double, String, boolean, String)","u":"printResults(org.iquantum.backends.classical.container.core.PowerContainerDatacenter,java.util.List,java.util.List,double,java.lang.String,boolean,java.lang.String)"},{"p":"org.iquantum.examples.cloudsim.container","c":"HelperEx","l":"printResultsNew(PowerContainerDatacenter, ContainerDatacenterBroker, double, String, boolean, String)","u":"printResultsNew(org.iquantum.backends.classical.container.core.PowerContainerDatacenter,org.iquantum.backends.classical.container.core.ContainerDatacenterBroker,double,java.lang.String,boolean,java.lang.String)"},{"p":"org.iquantum.examples.cloudsim","c":"CloudSimExample8.GlobalBroker","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"RandomConstants","l":"RandomConstants()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"RandomHelper","l":"RandomHelper()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"RandomRunner","l":"RandomRunner(boolean, boolean, String, String, String, String, String, String)","u":"%3Cinit%3E(boolean,boolean,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.iquantum.examples.cloudsim.container","c":"RunnerAbs","l":"RunnerAbs(boolean, boolean, String, String, String, String, String, String, String, double, String, String)","u":"%3Cinit%3E(boolean,boolean,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,double,java.lang.String,java.lang.String)"},{"p":"org.iquantum.examples.cloudsim.power","c":"RunnerAbstract","l":"RunnerAbstract(boolean, boolean, String, String, String, String, String, String)","u":"%3Cinit%3E(boolean,boolean,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)"},{"p":"org.iquantum.examples.cloudsim.container","c":"RunnerInitiator","l":"RunnerInitiator(boolean, boolean, String, String, String, String, String, String, String, double, String, String)","u":"%3Cinit%3E(boolean,boolean,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,double,java.lang.String,java.lang.String)"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"SCHEDULING_INTERVAL"},{"p":"org.iquantum.examples.cloudsim.power","c":"Constants","l":"SCHEDULING_INTERVAL"},{"p":"org.iquantum.examples.cloudsim","c":"CloudSimExample8.GlobalBroker","l":"setBroker(CBroker)","u":"setBroker(org.iquantum.brokers.CBroker)"},{"p":"org.iquantum.examples.cloudsim","c":"CloudSimExample8.GlobalBroker","l":"setCloudletList(List)","u":"setCloudletList(java.util.List)"},{"p":"org.iquantum.examples.cloudsim.container","c":"RunnerAbs","l":"setEnableOutput(boolean)"},{"p":"org.iquantum.examples.cloudsim.power","c":"RunnerAbstract","l":"setEnableOutput(boolean)"},{"p":"org.iquantum.examples.cloudsim.container","c":"RunnerAbs","l":"setExperimentName(String)","u":"setExperimentName(java.lang.String)"},{"p":"org.iquantum.examples.cloudsim.container","c":"RunnerAbs","l":"setLogAddress(String)","u":"setLogAddress(java.lang.String)"},{"p":"org.iquantum.examples.cloudsim.container","c":"RunnerAbs","l":"setOverBookingFactor(double)"},{"p":"org.iquantum.examples.cloudsim.container","c":"RunnerAbs","l":"setRunTime(String)","u":"setRunTime(java.lang.String)"},{"p":"org.iquantum.examples.cloudsim","c":"CloudSimExample8.GlobalBroker","l":"setVmList(List)","u":"setVmList(java.util.List)"},{"p":"org.iquantum.examples.cloudsim","c":"CloudSimExample8.GlobalBroker","l":"shutdownEntity()"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"SIMULATION_LIMIT"},{"p":"org.iquantum.examples.cloudsim.power","c":"Constants","l":"SIMULATION_LIMIT"},{"p":"org.iquantum.examples.cloudsim.container","c":"RunnerAbs","l":"start(String, String, ContainerVmAllocationPolicy, ContainerAllocationPolicy)","u":"start(java.lang.String,java.lang.String,org.iquantum.backends.classical.container.resourceAllocators.ContainerVmAllocationPolicy,org.iquantum.backends.classical.container.resourceAllocators.ContainerAllocationPolicy)"},{"p":"org.iquantum.examples.cloudsim.power","c":"RunnerAbstract","l":"start(String, String, VmAllocationPolicy)","u":"start(java.lang.String,java.lang.String,org.iquantum.policies.vm.VmAllocationPolicy)"},{"p":"org.iquantum.examples.cloudsim","c":"CloudSimExample8.GlobalBroker","l":"startEntity()"},{"p":"org.iquantum.examples.cloudsim.network.datacenter","c":"TestBagofTaskApp","l":"TestBagofTaskApp(int, int, double, int, int)","u":"%3Cinit%3E(int,int,double,int,int)"},{"p":"org.iquantum.examples.cloudsim.network.datacenter","c":"TestExample","l":"TestExample()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"ThrMc","l":"ThrMc()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"ThrMc","l":"ThrMc()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"ThrMmt","l":"ThrMmt()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"ThrMmt","l":"ThrMmt()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"ThrMu","l":"ThrMu()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"ThrMu","l":"ThrMu()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","c":"ThrRs","l":"ThrRs()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.power.random","c":"ThrRs","l":"ThrRs()","u":"%3Cinit%3E()"},{"p":"org.iquantum.examples.cloudsim.container","c":"UtilizationModelPlanetLabInMemoryExtended","l":"UtilizationModelPlanetLabInMemoryExtended(String, double)","u":"%3Cinit%3E(java.lang.String,double)"},{"p":"org.iquantum.examples.cloudsim.container","c":"UtilizationModelPlanetLabInMemoryExtended","l":"UtilizationModelPlanetLabInMemoryExtended(String, double, int)","u":"%3Cinit%3E(java.lang.String,double,int)"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"VM_BW"},{"p":"org.iquantum.examples.cloudsim.power","c":"Constants","l":"VM_BW"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"VM_MIPS"},{"p":"org.iquantum.examples.cloudsim.power","c":"Constants","l":"VM_MIPS"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"VM_PES"},{"p":"org.iquantum.examples.cloudsim.power","c":"Constants","l":"VM_PES"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"VM_RAM"},{"p":"org.iquantum.examples.cloudsim.power","c":"Constants","l":"VM_RAM"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"VM_SIZE"},{"p":"org.iquantum.examples.cloudsim.power","c":"Constants","l":"VM_SIZE"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"VM_STARTTUP_DELAY"},{"p":"org.iquantum.examples.cloudsim.container","c":"ConstantsExamples","l":"VM_TYPES"},{"p":"org.iquantum.examples.cloudsim.power","c":"Constants","l":"VM_TYPES"},{"p":"org.iquantum.examples.cloudsim.container","c":"RunnerAbs","l":"vmList"},{"p":"org.iquantum.examples.cloudsim.power","c":"RunnerAbstract","l":"vmList"},{"p":"org.iquantum.examples.cloudsim.container","c":"HelperEx","l":"writeDataColumn(List, String)","u":"writeDataColumn(java.util.List,java.lang.String)"},{"p":"org.iquantum.examples.cloudsim.power","c":"Helper","l":"writeDataColumn(List, String)","u":"writeDataColumn(java.util.List,java.lang.String)"},{"p":"org.iquantum.examples.cloudsim.container","c":"HelperEx","l":"writeDataRow(String, String)","u":"writeDataRow(java.lang.String,java.lang.String)"},{"p":"org.iquantum.examples.cloudsim.power","c":"Helper","l":"writeDataRow(String, String)","u":"writeDataRow(java.lang.String,java.lang.String)"},{"p":"org.iquantum.examples.cloudsim.container","c":"HelperEx","l":"writeMetricHistory(List, PowerContainerVmAllocationPolicyMigrationAbstract, String)","u":"writeMetricHistory(java.util.List,org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled.PowerContainerVmAllocationPolicyMigrationAbstract,java.lang.String)"},{"p":"org.iquantum.examples.cloudsim.power","c":"Helper","l":"writeMetricHistory(List, PowerVmAllocationPolicyMigrationAbstract, String)","u":"writeMetricHistory(java.util.List,org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract,java.lang.String)"}];updateSearchResults(); \ No newline at end of file diff --git a/modules/iquantum-examples/target/site/apidocs/module-search-index.js b/modules/iquantum-examples/target/site/apidocs/module-search-index.js deleted file mode 100644 index 0d59754fc..000000000 --- a/modules/iquantum-examples/target/site/apidocs/module-search-index.js +++ /dev/null @@ -1 +0,0 @@ -moduleSearchIndex = [];updateSearchResults(); \ No newline at end of file diff --git a/modules/iquantum-examples/target/site/apidocs/options b/modules/iquantum-examples/target/site/apidocs/options deleted file mode 100644 index 05d71368b..000000000 --- a/modules/iquantum-examples/target/site/apidocs/options +++ /dev/null @@ -1,26 +0,0 @@ --classpath -'/Users/biboo/.m2/repository/org/iquantum/iquantum/1.0/iquantum-1.0.jar:/Users/biboo/.m2/repository/com/opencsv/opencsv/3.7/opencsv-3.7.jar:/Users/biboo/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar:/Users/biboo/.m2/repository/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar:/Users/biboo/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/Users/biboo/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/Users/biboo/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/Users/biboo/.m2/repository/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar:/Users/biboo/.m2/repository/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar:/Users/biboo/.m2/repository/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar:/Users/biboo/.m2/repository/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar:/Users/biboo/.m2/repository/org/apache/commons/commons-csv/1.10.0/commons-csv-1.10.0.jar:/Users/biboo/.m2/repository/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar' --encoding -'UTF-8' --protected --sourcepath -'/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum-examples/src/main/java' --author --bottom -'Copyright © 2023 The Cloud Computing and Distributed Systems (CLOUDS) Laboratory, The University of Melbourne. All rights reserved.' --charset -'UTF-8' --d -'/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum-examples/target/site/apidocs' --docencoding -'UTF-8' --doctitle -'iquantum-examples 1.0 API' --linkoffline -'https://docs.oracle.com/javase/8/docs/api' '/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum-examples/target/javadoc-bundle-options' --linkoffline -'http://www.cloudbus.org/iquantum/modules/iquantum/apidocs' '/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/site/apidocs' --use --version --windowtitle -'iquantum-examples 1.0 API' diff --git a/modules/iquantum-examples/target/site/apidocs/package-search-index.js b/modules/iquantum-examples/target/site/apidocs/package-search-index.js deleted file mode 100644 index 55d416f50..000000000 --- a/modules/iquantum-examples/target/site/apidocs/package-search-index.js +++ /dev/null @@ -1 +0,0 @@ -packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html"},{"l":"org.iquantum.examples.cloudsim"},{"l":"org.iquantum.examples.cloudsim.container"},{"l":"org.iquantum.examples.cloudsim.network"},{"l":"org.iquantum.examples.cloudsim.network.datacenter"},{"l":"org.iquantum.examples.cloudsim.power"},{"l":"org.iquantum.examples.cloudsim.power.planetlab"},{"l":"org.iquantum.examples.cloudsim.power.random"},{"l":"org.iquantum.examples.hybrid"},{"l":"org.iquantum.examples.multiqpu"},{"l":"org.iquantum.examples.quantum"}];updateSearchResults(); \ No newline at end of file diff --git a/modules/iquantum-examples/target/site/apidocs/packages b/modules/iquantum-examples/target/site/apidocs/packages deleted file mode 100644 index 9ef28616b..000000000 --- a/modules/iquantum-examples/target/site/apidocs/packages +++ /dev/null @@ -1,10 +0,0 @@ -org.iquantum.examples.multiqpu -org.iquantum.examples.cloudsim.power -org.iquantum.examples.cloudsim.power.planetlab -org.iquantum.examples.cloudsim.power.random -org.iquantum.examples.cloudsim -org.iquantum.examples.cloudsim.network.datacenter -org.iquantum.examples.cloudsim.network -org.iquantum.examples.cloudsim.container -org.iquantum.examples.hybrid -org.iquantum.examples.quantum \ No newline at end of file diff --git a/modules/iquantum-examples/target/site/apidocs/resources/glass.png b/modules/iquantum-examples/target/site/apidocs/resources/glass.png deleted file mode 100644 index a7f591f467a1c0c949bbc510156a0c1afb860a6e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 499 zcmVJoRsvExf%rEN>jUL}qZ_~k#FbE+Q;{`;0FZwVNX2n-^JoI; zP;4#$8DIy*Yk-P>VN(DUKmPse7mx+ExD4O|;?E5D0Z5($mjO3`*anwQU^s{ZDK#Lz zj>~{qyaIx5K!t%=G&2IJNzg!ChRpyLkO7}Ry!QaotAHAMpbB3AF(}|_f!G-oI|uK6 z`id_dumai5K%C3Y$;tKS_iqMPHg<*|-@e`liWLAggVM!zAP#@l;=c>S03;{#04Z~5 zN_+ss=Yg6*hTr59mzMwZ@+l~q!+?ft!fF66AXT#wWavHt30bZWFCK%!BNk}LN?0Hg z1VF_nfs`Lm^DjYZ1(1uD0u4CSIr)XAaqW6IT{!St5~1{i=i}zAy76p%_|w8rh@@c0Axr!ns=D-X+|*sY6!@wacG9%)Qn*O zl0sa739kT-&_?#oVxXF6tOnqTD)cZ}2vi$`ZU8RLAlo8=_z#*P3xI~i!lEh+Pdu-L zx{d*wgjtXbnGX_Yf@Tc7Q3YhLhPvc8noGJs2DA~1DySiA&6V{5JzFt ojAY1KXm~va;tU{v7C?Xj0BHw!K;2aXV*mgE07*qoM6N<$f;4TDA^-pY diff --git a/modules/iquantum-examples/target/site/apidocs/script-dir/jquery-3.6.1.min.js b/modules/iquantum-examples/target/site/apidocs/script-dir/jquery-3.6.1.min.js deleted file mode 100644 index 2c69bc908..000000000 --- a/modules/iquantum-examples/target/site/apidocs/script-dir/jquery-3.6.1.min.js +++ /dev/null @@ -1,2 +0,0 @@ -/*! jQuery v3.6.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */ -!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,y=n.hasOwnProperty,a=y.toString,l=a.call(Object),v={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.1",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&v(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!y||!y.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ve(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ye(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ve(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],y=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||y.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||y.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||y.push(".#.+[+~]"),e.querySelectorAll("\\\f"),y.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),y=y.length&&new RegExp(y.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),v=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&v(p,e)?-1:t==C||t.ownerDocument==p&&v(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!y||!y.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,D=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),v.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",v.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",v.option=!!ce.lastChild;var ge={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||S.expando+"_"+Ct.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),v.createHTMLDocument=((Ut=E.implementation.createHTMLDocument("").body).innerHTML="
",2===Ut.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(v.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return B(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=_e(v.pixelPosition,function(e,t){if(t)return t=Be(e,n),Pe.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return B(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=x(e||this.defaultElement||this)[0],this.element=x(e),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=x(),this.hoverable=x(),this.focusable=x(),this.classesElementLookup={},e!==this&&(x.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=x(e.style?e.ownerDocument:e.document||e),this.window=x(this.document[0].defaultView||this.document[0].parentWindow)),this.options=x.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:x.noop,_create:x.noop,_init:x.noop,destroy:function(){var i=this;this._destroy(),x.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:x.noop,widget:function(){return this.element},option:function(t,e){var i,s,n,o=t;if(0===arguments.length)return x.widget.extend({},this.options);if("string"==typeof t)if(o={},t=(i=t.split(".")).shift(),i.length){for(s=o[t]=x.widget.extend({},this.options[t]),n=0;n
"),i=e.children()[0];return x("body").append(e),t=i.offsetWidth,e.css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e.remove(),s=t-i},getScrollInfo:function(t){var e=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.widthC(E(s),E(n))?o.important="horizontal":o.important="vertical",c.using.call(this,t,o)}),l.offset(x.extend(u,{using:t}))})},x.ui.position={fit:{left:function(t,e){var i=e.within,s=i.isWindow?i.scrollLeft:i.offset.left,n=i.width,o=t.left-e.collisionPosition.marginLeft,l=s-o,a=o+e.collisionWidth-n-s;e.collisionWidth>n?0n?0",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.lastMousePosition={x:null,y:null},this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault(),this._activateItem(t)},"click .ui-menu-item":function(t){var e=x(t.target),i=x(x.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&e.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),e.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&i.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":"_activateItem","mousemove .ui-menu-item":"_activateItem",mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this._menuItems().first();e||this.focus(t,i)},blur:function(t){this._delay(function(){x.contains(this.element[0],x.ui.safeActiveElement(this.document[0]))||this.collapseAll(t)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t,!0),this.mouseHandled=!1}})},_activateItem:function(t){var e,i;this.previousFilter||t.clientX===this.lastMousePosition.x&&t.clientY===this.lastMousePosition.y||(this.lastMousePosition={x:t.clientX,y:t.clientY},e=x(t.target).closest(".ui-menu-item"),i=x(t.currentTarget),e[0]===i[0]&&(i.is(".ui-state-active")||(this._removeClass(i.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(t,i))))},_destroy:function(){var t=this.element.find(".ui-menu-item").removeAttr("role aria-disabled").children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),t.children().each(function(){var t=x(this);t.data("ui-menu-submenu-caret")&&t.remove()})},_keydown:function(t){var e,i,s,n=!0;switch(t.keyCode){case x.ui.keyCode.PAGE_UP:this.previousPage(t);break;case x.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case x.ui.keyCode.HOME:this._move("first","first",t);break;case x.ui.keyCode.END:this._move("last","last",t);break;case x.ui.keyCode.UP:this.previous(t);break;case x.ui.keyCode.DOWN:this.next(t);break;case x.ui.keyCode.LEFT:this.collapse(t);break;case x.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case x.ui.keyCode.ENTER:case x.ui.keyCode.SPACE:this._activate(t);break;case x.ui.keyCode.ESCAPE:this.collapse(t);break;default:e=this.previousFilter||"",s=n=!1,i=96<=t.keyCode&&t.keyCode<=105?(t.keyCode-96).toString():String.fromCharCode(t.keyCode),clearTimeout(this.filterTimer),i===e?s=!0:i=e+i,e=this._filterMenuItems(i),(e=s&&-1!==e.index(this.active.next())?this.active.nextAll(".ui-menu-item"):e).length||(i=String.fromCharCode(t.keyCode),e=this._filterMenuItems(i)),e.length?(this.focus(t,e),this.previousFilter=i,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}n&&t.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var t,e,s=this,n=this.options.icons.submenu,i=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),e=i.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var t=x(this),e=t.prev(),i=x("").data("ui-menu-submenu-caret",!0);s._addClass(i,"ui-menu-icon","ui-icon "+n),e.attr("aria-haspopup","true").prepend(i),t.attr("aria-labelledby",e.attr("id"))}),this._addClass(e,"ui-menu","ui-widget ui-widget-content ui-front"),(t=i.add(this.element).find(this.options.items)).not(".ui-menu-item").each(function(){var t=x(this);s._isDivider(t)&&s._addClass(t,"ui-menu-divider","ui-widget-content")}),i=(e=t.not(".ui-menu-item, .ui-menu-divider")).children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(e,"ui-menu-item")._addClass(i,"ui-menu-item-wrapper"),t.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!x.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){var i;"icons"===t&&(i=this.element.find(".ui-menu-icon"),this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",String(t)),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),i=this.active.children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",i.attr("id")),i=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),(i=e.children(".ui-menu")).length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(t){var e,i,s;this._hasScroll()&&(i=parseFloat(x.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(x.css(this.activeMenu[0],"paddingTop"))||0,e=t.offset().top-this.activeMenu.offset().top-i-s,i=this.activeMenu.scrollTop(),s=this.activeMenu.height(),t=t.outerHeight(),e<0?this.activeMenu.scrollTop(i+e):s",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,liveRegionTimer:null,_create:function(){var i,s,n,t=this.element[0].nodeName.toLowerCase(),e="textarea"===t,t="input"===t;this.isMultiLine=e||!t&&this._isContentEditable(this.element),this.valueMethod=this.element[e||t?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(t){if(this.element.prop("readOnly"))s=n=i=!0;else{s=n=i=!1;var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:i=!0,this._move("previousPage",t);break;case e.PAGE_DOWN:i=!0,this._move("nextPage",t);break;case e.UP:i=!0,this._keyEvent("previous",t);break;case e.DOWN:i=!0,this._keyEvent("next",t);break;case e.ENTER:this.menu.active&&(i=!0,t.preventDefault(),this.menu.select(t));break;case e.TAB:this.menu.active&&this.menu.select(t);break;case e.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(t),t.preventDefault());break;default:s=!0,this._searchTimeout(t)}}},keypress:function(t){if(i)return i=!1,void(this.isMultiLine&&!this.menu.element.is(":visible")||t.preventDefault());if(!s){var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:this._move("previousPage",t);break;case e.PAGE_DOWN:this._move("nextPage",t);break;case e.UP:this._keyEvent("previous",t);break;case e.DOWN:this._keyEvent("next",t)}}},input:function(t){if(n)return n=!1,void t.preventDefault();this._searchTimeout(t)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){clearTimeout(this.searching),this.close(t),this._change(t)}}),this._initSource(),this.menu=x("
    ").appendTo(this._appendTo()).menu({role:null}).hide().attr({unselectable:"on"}).menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(t){t.preventDefault()},menufocus:function(t,e){var i,s;if(this.isNewMenu&&(this.isNewMenu=!1,t.originalEvent&&/^mouse/.test(t.originalEvent.type)))return this.menu.blur(),void this.document.one("mousemove",function(){x(t.target).trigger(t.originalEvent)});s=e.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",t,{item:s})&&t.originalEvent&&/^key/.test(t.originalEvent.type)&&this._value(s.value),(i=e.item.attr("aria-label")||s.value)&&String.prototype.trim.call(i).length&&(clearTimeout(this.liveRegionTimer),this.liveRegionTimer=this._delay(function(){this.liveRegion.html(x("
    ").text(i))},100))},menuselect:function(t,e){var i=e.item.data("ui-autocomplete-item"),s=this.previous;this.element[0]!==x.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=s,this._delay(function(){this.previous=s,this.selectedItem=i})),!1!==this._trigger("select",t,{item:i})&&this._value(i.value),this.term=this._value(),this.close(t),this.selectedItem=i}}),this.liveRegion=x("
    ",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(t){var e=this.menu.element[0];return t.target===this.element[0]||t.target===e||x.contains(e,t.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var t=this.options.appendTo;return t=!(t=!(t=t&&(t.jquery||t.nodeType?x(t):this.document.find(t).eq(0)))||!t[0]?this.element.closest(".ui-front, dialog"):t).length?this.document[0].body:t},_initSource:function(){var i,s,n=this;Array.isArray(this.options.source)?(i=this.options.source,this.source=function(t,e){e(x.ui.autocomplete.filter(i,t.term))}):"string"==typeof this.options.source?(s=this.options.source,this.source=function(t,e){n.xhr&&n.xhr.abort(),n.xhr=x.ajax({url:s,data:t,dataType:"json",success:function(t){e(t)},error:function(){e([])}})}):this.source=this.options.source},_searchTimeout:function(s){clearTimeout(this.searching),this.searching=this._delay(function(){var t=this.term===this._value(),e=this.menu.element.is(":visible"),i=s.altKey||s.ctrlKey||s.metaKey||s.shiftKey;t&&(e||i)||(this.selectedItem=null,this.search(null,s))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length").append(x("
    ").text(e.label)).appendTo(t)},_move:function(t,e){if(this.menu.element.is(":visible"))return this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),void this.menu.blur()):void this.menu[t](e);this.search(null,e)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){this.isMultiLine&&!this.menu.element.is(":visible")||(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),x.extend(x.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(t,e){var i=new RegExp(x.ui.autocomplete.escapeRegex(e),"i");return x.grep(t,function(t){return i.test(t.label||t.value||t)})}}),x.widget("ui.autocomplete",x.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(1").text(e))},100))}});x.ui.autocomplete}); \ No newline at end of file diff --git a/modules/iquantum-examples/target/site/apidocs/script.js b/modules/iquantum-examples/target/site/apidocs/script.js deleted file mode 100644 index 864989cf4..000000000 --- a/modules/iquantum-examples/target/site/apidocs/script.js +++ /dev/null @@ -1,132 +0,0 @@ -/* - * Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved. - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This code is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. - * - * This code is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * version 2 for more details (a copy is included in the LICENSE file that - * accompanied this code). - * - * You should have received a copy of the GNU General Public License version - * 2 along with this work; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. - * - * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA - * or visit www.oracle.com if you need additional information or have any - * questions. - */ - -var moduleSearchIndex; -var packageSearchIndex; -var typeSearchIndex; -var memberSearchIndex; -var tagSearchIndex; -function loadScripts(doc, tag) { - createElem(doc, tag, 'search.js'); - - createElem(doc, tag, 'module-search-index.js'); - createElem(doc, tag, 'package-search-index.js'); - createElem(doc, tag, 'type-search-index.js'); - createElem(doc, tag, 'member-search-index.js'); - createElem(doc, tag, 'tag-search-index.js'); -} - -function createElem(doc, tag, path) { - var script = doc.createElement(tag); - var scriptElement = doc.getElementsByTagName(tag)[0]; - script.src = pathtoroot + path; - scriptElement.parentNode.insertBefore(script, scriptElement); -} - -function show(tableId, selected, columns) { - if (tableId !== selected) { - document.querySelectorAll('div.' + tableId + ':not(.' + selected + ')') - .forEach(function(elem) { - elem.style.display = 'none'; - }); - } - document.querySelectorAll('div.' + selected) - .forEach(function(elem, index) { - elem.style.display = ''; - var isEvenRow = index % (columns * 2) < columns; - elem.classList.remove(isEvenRow ? oddRowColor : evenRowColor); - elem.classList.add(isEvenRow ? evenRowColor : oddRowColor); - }); - updateTabs(tableId, selected); -} - -function updateTabs(tableId, selected) { - document.querySelector('div#' + tableId +' .summary-table') - .setAttribute('aria-labelledby', selected); - document.querySelectorAll('button[id^="' + tableId + '"]') - .forEach(function(tab, index) { - if (selected === tab.id || (tableId === selected && index === 0)) { - tab.className = activeTableTab; - tab.setAttribute('aria-selected', true); - tab.setAttribute('tabindex',0); - } else { - tab.className = tableTab; - tab.setAttribute('aria-selected', false); - tab.setAttribute('tabindex',-1); - } - }); -} - -function switchTab(e) { - var selected = document.querySelector('[aria-selected=true]'); - if (selected) { - if ((e.keyCode === 37 || e.keyCode === 38) && selected.previousSibling) { - // left or up arrow key pressed: move focus to previous tab - selected.previousSibling.click(); - selected.previousSibling.focus(); - e.preventDefault(); - } else if ((e.keyCode === 39 || e.keyCode === 40) && selected.nextSibling) { - // right or down arrow key pressed: move focus to next tab - selected.nextSibling.click(); - selected.nextSibling.focus(); - e.preventDefault(); - } - } -} - -var updateSearchResults = function() {}; - -function indexFilesLoaded() { - return moduleSearchIndex - && packageSearchIndex - && typeSearchIndex - && memberSearchIndex - && tagSearchIndex; -} - -// Workaround for scroll position not being included in browser history (8249133) -document.addEventListener("DOMContentLoaded", function(e) { - var contentDiv = document.querySelector("div.flex-content"); - window.addEventListener("popstate", function(e) { - if (e.state !== null) { - contentDiv.scrollTop = e.state; - } - }); - window.addEventListener("hashchange", function(e) { - history.replaceState(contentDiv.scrollTop, document.title); - }); - contentDiv.addEventListener("scroll", function(e) { - var timeoutID; - if (!timeoutID) { - timeoutID = setTimeout(function() { - history.replaceState(contentDiv.scrollTop, document.title); - timeoutID = null; - }, 100); - } - }); - if (!location.hash) { - history.replaceState(contentDiv.scrollTop, document.title); - } -}); diff --git a/modules/iquantum-examples/target/site/apidocs/search.js b/modules/iquantum-examples/target/site/apidocs/search.js deleted file mode 100644 index db3b2f4a6..000000000 --- a/modules/iquantum-examples/target/site/apidocs/search.js +++ /dev/null @@ -1,354 +0,0 @@ -/* - * Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved. - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This code is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. - * - * This code is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * version 2 for more details (a copy is included in the LICENSE file that - * accompanied this code). - * - * You should have received a copy of the GNU General Public License version - * 2 along with this work; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. - * - * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA - * or visit www.oracle.com if you need additional information or have any - * questions. - */ - -var noResult = {l: "No results found"}; -var loading = {l: "Loading search index..."}; -var catModules = "Modules"; -var catPackages = "Packages"; -var catTypes = "Classes and Interfaces"; -var catMembers = "Members"; -var catSearchTags = "Search Tags"; -var highlight = "$&"; -var searchPattern = ""; -var fallbackPattern = ""; -var RANKING_THRESHOLD = 2; -var NO_MATCH = 0xffff; -var MIN_RESULTS = 3; -var MAX_RESULTS = 500; -var UNNAMED = ""; -function escapeHtml(str) { - return str.replace(//g, ">"); -} -function getHighlightedText(item, matcher, fallbackMatcher) { - var escapedItem = escapeHtml(item); - var highlighted = escapedItem.replace(matcher, highlight); - if (highlighted === escapedItem) { - highlighted = escapedItem.replace(fallbackMatcher, highlight) - } - return highlighted; -} -function getURLPrefix(ui) { - var urlPrefix=""; - var slash = "/"; - if (ui.item.category === catModules) { - return ui.item.l + slash; - } else if (ui.item.category === catPackages && ui.item.m) { - return ui.item.m + slash; - } else if (ui.item.category === catTypes || ui.item.category === catMembers) { - if (ui.item.m) { - urlPrefix = ui.item.m + slash; - } else { - $.each(packageSearchIndex, function(index, item) { - if (item.m && ui.item.p === item.l) { - urlPrefix = item.m + slash; - } - }); - } - } - return urlPrefix; -} -function createSearchPattern(term) { - var pattern = ""; - var isWordToken = false; - term.replace(/,\s*/g, ", ").trim().split(/\s+/).forEach(function(w, index) { - if (index > 0) { - // whitespace between identifiers is significant - pattern += (isWordToken && /^\w/.test(w)) ? "\\s+" : "\\s*"; - } - var tokens = w.split(/(?=[A-Z,.()<>[\/])/); - for (var i = 0; i < tokens.length; i++) { - var s = tokens[i]; - if (s === "") { - continue; - } - pattern += $.ui.autocomplete.escapeRegex(s); - isWordToken = /\w$/.test(s); - if (isWordToken) { - pattern += "([a-z0-9_$<>\\[\\]]*?)"; - } - } - }); - return pattern; -} -function createMatcher(pattern, flags) { - var isCamelCase = /[A-Z]/.test(pattern); - return new RegExp(pattern, flags + (isCamelCase ? "" : "i")); -} -var watermark = 'Search'; -$(function() { - var search = $("#search-input"); - var reset = $("#reset-button"); - search.val(''); - search.prop("disabled", false); - reset.prop("disabled", false); - search.val(watermark).addClass('watermark'); - search.blur(function() { - if ($(this).val().length === 0) { - $(this).val(watermark).addClass('watermark'); - } - }); - search.on('click keydown paste', function() { - if ($(this).val() === watermark) { - $(this).val('').removeClass('watermark'); - } - }); - reset.click(function() { - search.val('').focus(); - }); - search.focus()[0].setSelectionRange(0, 0); -}); -$.widget("custom.catcomplete", $.ui.autocomplete, { - _create: function() { - this._super(); - this.widget().menu("option", "items", "> :not(.ui-autocomplete-category)"); - }, - _renderMenu: function(ul, items) { - var rMenu = this; - var currentCategory = ""; - rMenu.menu.bindings = $(); - $.each(items, function(index, item) { - var li; - if (item.category && item.category !== currentCategory) { - ul.append("
  • " + item.category + "
  • "); - currentCategory = item.category; - } - li = rMenu._renderItemData(ul, item); - if (item.category) { - li.attr("aria-label", item.category + " : " + item.l); - li.attr("class", "result-item"); - } else { - li.attr("aria-label", item.l); - li.attr("class", "result-item"); - } - }); - }, - _renderItem: function(ul, item) { - var label = ""; - var matcher = createMatcher(escapeHtml(searchPattern), "g"); - var fallbackMatcher = new RegExp(fallbackPattern, "gi") - if (item.category === catModules) { - label = getHighlightedText(item.l, matcher, fallbackMatcher); - } else if (item.category === catPackages) { - label = getHighlightedText(item.l, matcher, fallbackMatcher); - } else if (item.category === catTypes) { - label = (item.p && item.p !== UNNAMED) - ? getHighlightedText(item.p + "." + item.l, matcher, fallbackMatcher) - : getHighlightedText(item.l, matcher, fallbackMatcher); - } else if (item.category === catMembers) { - label = (item.p && item.p !== UNNAMED) - ? getHighlightedText(item.p + "." + item.c + "." + item.l, matcher, fallbackMatcher) - : getHighlightedText(item.c + "." + item.l, matcher, fallbackMatcher); - } else if (item.category === catSearchTags) { - label = getHighlightedText(item.l, matcher, fallbackMatcher); - } else { - label = item.l; - } - var li = $("
  • ").appendTo(ul); - var div = $("
    ").appendTo(li); - if (item.category === catSearchTags && item.h) { - if (item.d) { - div.html(label + " (" + item.h + ")
    " - + item.d + "
    "); - } else { - div.html(label + " (" + item.h + ")"); - } - } else { - if (item.m) { - div.html(item.m + "/" + label); - } else { - div.html(label); - } - } - return li; - } -}); -function rankMatch(match, category) { - if (!match) { - return NO_MATCH; - } - var index = match.index; - var input = match.input; - var leftBoundaryMatch = 2; - var periferalMatch = 0; - // make sure match is anchored on a left word boundary - if (index === 0 || /\W/.test(input[index - 1]) || "_" === input[index]) { - leftBoundaryMatch = 0; - } else if ("_" === input[index - 1] || (input[index] === input[index].toUpperCase() && !/^[A-Z0-9_$]+$/.test(input))) { - leftBoundaryMatch = 1; - } - var matchEnd = index + match[0].length; - var leftParen = input.indexOf("("); - var endOfName = leftParen > -1 ? leftParen : input.length; - // exclude peripheral matches - if (category !== catModules && category !== catSearchTags) { - var delim = category === catPackages ? "/" : "."; - if (leftParen > -1 && leftParen < index) { - periferalMatch += 2; - } else if (input.lastIndexOf(delim, endOfName) >= matchEnd) { - periferalMatch += 2; - } - } - var delta = match[0].length === endOfName ? 0 : 1; // rank full match higher than partial match - for (var i = 1; i < match.length; i++) { - // lower ranking if parts of the name are missing - if (match[i]) - delta += match[i].length; - } - if (category === catTypes) { - // lower ranking if a type name contains unmatched camel-case parts - if (/[A-Z]/.test(input.substring(matchEnd))) - delta += 5; - if (/[A-Z]/.test(input.substring(0, index))) - delta += 5; - } - return leftBoundaryMatch + periferalMatch + (delta / 200); - -} -function doSearch(request, response) { - var result = []; - searchPattern = createSearchPattern(request.term); - fallbackPattern = createSearchPattern(request.term.toLowerCase()); - if (searchPattern === "") { - return this.close(); - } - var camelCaseMatcher = createMatcher(searchPattern, ""); - var fallbackMatcher = new RegExp(fallbackPattern, "i"); - - function searchIndexWithMatcher(indexArray, matcher, category, nameFunc) { - if (indexArray) { - var newResults = []; - $.each(indexArray, function (i, item) { - item.category = category; - var ranking = rankMatch(matcher.exec(nameFunc(item)), category); - if (ranking < RANKING_THRESHOLD) { - newResults.push({ranking: ranking, item: item}); - } - return newResults.length <= MAX_RESULTS; - }); - return newResults.sort(function(e1, e2) { - return e1.ranking - e2.ranking; - }).map(function(e) { - return e.item; - }); - } - return []; - } - function searchIndex(indexArray, category, nameFunc) { - var primaryResults = searchIndexWithMatcher(indexArray, camelCaseMatcher, category, nameFunc); - result = result.concat(primaryResults); - if (primaryResults.length <= MIN_RESULTS && !camelCaseMatcher.ignoreCase) { - var secondaryResults = searchIndexWithMatcher(indexArray, fallbackMatcher, category, nameFunc); - result = result.concat(secondaryResults.filter(function (item) { - return primaryResults.indexOf(item) === -1; - })); - } - } - - searchIndex(moduleSearchIndex, catModules, function(item) { return item.l; }); - searchIndex(packageSearchIndex, catPackages, function(item) { - return (item.m && request.term.indexOf("/") > -1) - ? (item.m + "/" + item.l) : item.l; - }); - searchIndex(typeSearchIndex, catTypes, function(item) { - return request.term.indexOf(".") > -1 ? item.p + "." + item.l : item.l; - }); - searchIndex(memberSearchIndex, catMembers, function(item) { - return request.term.indexOf(".") > -1 - ? item.p + "." + item.c + "." + item.l : item.l; - }); - searchIndex(tagSearchIndex, catSearchTags, function(item) { return item.l; }); - - if (!indexFilesLoaded()) { - updateSearchResults = function() { - doSearch(request, response); - } - result.unshift(loading); - } else { - updateSearchResults = function() {}; - } - response(result); -} -$(function() { - $("#search-input").catcomplete({ - minLength: 1, - delay: 300, - source: doSearch, - response: function(event, ui) { - if (!ui.content.length) { - ui.content.push(noResult); - } else { - $("#search-input").empty(); - } - }, - autoFocus: true, - focus: function(event, ui) { - return false; - }, - position: { - collision: "flip" - }, - select: function(event, ui) { - if (ui.item.category) { - var url = getURLPrefix(ui); - if (ui.item.category === catModules) { - url += "module-summary.html"; - } else if (ui.item.category === catPackages) { - if (ui.item.u) { - url = ui.item.u; - } else { - url += ui.item.l.replace(/\./g, '/') + "/package-summary.html"; - } - } else if (ui.item.category === catTypes) { - if (ui.item.u) { - url = ui.item.u; - } else if (ui.item.p === UNNAMED) { - url += ui.item.l + ".html"; - } else { - url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.l + ".html"; - } - } else if (ui.item.category === catMembers) { - if (ui.item.p === UNNAMED) { - url += ui.item.c + ".html" + "#"; - } else { - url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.c + ".html" + "#"; - } - if (ui.item.u) { - url += ui.item.u; - } else { - url += ui.item.l; - } - } else if (ui.item.category === catSearchTags) { - url += ui.item.u; - } - if (top !== window) { - parent.classFrame.location = pathtoroot + url; - } else { - window.location.href = pathtoroot + url; - } - $("#search-input").focus(); - } - } - }); -}); diff --git a/modules/iquantum-examples/target/site/apidocs/stylesheet.css b/modules/iquantum-examples/target/site/apidocs/stylesheet.css deleted file mode 100644 index 4a576bd24..000000000 --- a/modules/iquantum-examples/target/site/apidocs/stylesheet.css +++ /dev/null @@ -1,869 +0,0 @@ -/* - * Javadoc style sheet - */ - -@import url('resources/fonts/dejavu.css'); - -/* - * Styles for individual HTML elements. - * - * These are styles that are specific to individual HTML elements. Changing them affects the style of a particular - * HTML element throughout the page. - */ - -body { - background-color:#ffffff; - color:#353833; - font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; - font-size:14px; - margin:0; - padding:0; - height:100%; - width:100%; -} -iframe { - margin:0; - padding:0; - height:100%; - width:100%; - overflow-y:scroll; - border:none; -} -a:link, a:visited { - text-decoration:none; - color:#4A6782; -} -a[href]:hover, a[href]:focus { - text-decoration:none; - color:#bb7a2a; -} -a[name] { - color:#353833; -} -pre { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; -} -h1 { - font-size:20px; -} -h2 { - font-size:18px; -} -h3 { - font-size:16px; -} -h4 { - font-size:15px; -} -h5 { - font-size:14px; -} -h6 { - font-size:13px; -} -ul { - list-style-type:disc; -} -code, tt { - font-family:'DejaVu Sans Mono', monospace; -} -:not(h1, h2, h3, h4, h5, h6) > code, -:not(h1, h2, h3, h4, h5, h6) > tt { - font-size:14px; - padding-top:4px; - margin-top:8px; - line-height:1.4em; -} -dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - padding-top:4px; -} -.summary-table dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - vertical-align:top; - padding-top:4px; -} -sup { - font-size:8px; -} -button { - font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; - font-size: 14px; -} -/* - * Styles for HTML generated by javadoc. - * - * These are style classes that are used by the standard doclet to generate HTML documentation. - */ - -/* - * Styles for document title and copyright. - */ -.clear { - clear:both; - height:0; - overflow:hidden; -} -.about-language { - float:right; - padding:0 21px 8px 8px; - font-size:11px; - margin-top:-9px; - height:2.9em; -} -.legal-copy { - margin-left:.5em; -} -.tab { - background-color:#0066FF; - color:#ffffff; - padding:8px; - width:5em; - font-weight:bold; -} -/* - * Styles for navigation bar. - */ -@media screen { - .flex-box { - position:fixed; - display:flex; - flex-direction:column; - height: 100%; - width: 100%; - } - .flex-header { - flex: 0 0 auto; - } - .flex-content { - flex: 1 1 auto; - overflow-y: auto; - } -} -.top-nav { - background-color:#4D7A97; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - min-height:2.8em; - padding-top:10px; - overflow:hidden; - font-size:12px; -} -.sub-nav { - background-color:#dee3e9; - float:left; - width:100%; - overflow:hidden; - font-size:12px; -} -.sub-nav div { - clear:left; - float:left; - padding:0 0 5px 6px; - text-transform:uppercase; -} -.sub-nav .nav-list { - padding-top:5px; -} -ul.nav-list { - display:block; - margin:0 25px 0 0; - padding:0; -} -ul.sub-nav-list { - float:left; - margin:0 25px 0 0; - padding:0; -} -ul.nav-list li { - list-style:none; - float:left; - padding: 5px 6px; - text-transform:uppercase; -} -.sub-nav .nav-list-search { - float:right; - margin:0 0 0 0; - padding:5px 6px; - clear:none; -} -.nav-list-search label { - position:relative; - right:-16px; -} -ul.sub-nav-list li { - list-style:none; - float:left; - padding-top:10px; -} -.top-nav a:link, .top-nav a:active, .top-nav a:visited { - color:#FFFFFF; - text-decoration:none; - text-transform:uppercase; -} -.top-nav a:hover { - text-decoration:none; - color:#bb7a2a; - text-transform:uppercase; -} -.nav-bar-cell1-rev { - background-color:#F8981D; - color:#253441; - margin: auto 5px; -} -.skip-nav { - position:absolute; - top:auto; - left:-9999px; - overflow:hidden; -} -/* - * Hide navigation links and search box in print layout - */ -@media print { - ul.nav-list, div.sub-nav { - display:none; - } -} -/* - * Styles for page header and footer. - */ -.title { - color:#2c4557; - margin:10px 0; -} -.sub-title { - margin:5px 0 0 0; -} -.header ul { - margin:0 0 15px 0; - padding:0; -} -.header ul li, .footer ul li { - list-style:none; - font-size:13px; -} -/* - * Styles for headings. - */ -body.class-declaration-page .summary h2, -body.class-declaration-page .details h2, -body.class-use-page h2, -body.module-declaration-page .block-list h2 { - font-style: italic; - padding:0; - margin:15px 0; -} -body.class-declaration-page .summary h3, -body.class-declaration-page .details h3, -body.class-declaration-page .summary .inherited-list h2 { - background-color:#dee3e9; - border:1px solid #d0d9e0; - margin:0 0 6px -8px; - padding:7px 5px; -} -/* - * Styles for page layout containers. - */ -main { - clear:both; - padding:10px 20px; - position:relative; -} -dl.notes > dt { - font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; - font-size:12px; - font-weight:bold; - margin:10px 0 0 0; - color:#4E4E4E; -} -dl.notes > dd { - margin:5px 10px 10px 0; - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; -} -dl.name-value > dt { - margin-left:1px; - font-size:1.1em; - display:inline; - font-weight:bold; -} -dl.name-value > dd { - margin:0 0 0 1px; - font-size:1.1em; - display:inline; -} -/* - * Styles for lists. - */ -li.circle { - list-style:circle; -} -ul.horizontal li { - display:inline; - font-size:0.9em; -} -div.inheritance { - margin:0; - padding:0; -} -div.inheritance div.inheritance { - margin-left:2em; -} -ul.block-list, -ul.details-list, -ul.member-list, -ul.summary-list { - margin:10px 0 10px 0; - padding:0; -} -ul.block-list > li, -ul.details-list > li, -ul.member-list > li, -ul.summary-list > li { - list-style:none; - margin-bottom:15px; - line-height:1.4; -} -.summary-table dl, .summary-table dl dt, .summary-table dl dd { - margin-top:0; - margin-bottom:1px; -} -ul.see-list, ul.see-list-long { - padding-left: 0; - list-style: none; -} -ul.see-list li { - display: inline; -} -ul.see-list li:not(:last-child):after, -ul.see-list-long li:not(:last-child):after { - content: ", "; - white-space: pre-wrap; -} -/* - * Styles for tables. - */ -.summary-table, .details-table { - width:100%; - border-spacing:0; - border-left:1px solid #EEE; - border-right:1px solid #EEE; - border-bottom:1px solid #EEE; - padding:0; -} -.caption { - position:relative; - text-align:left; - background-repeat:no-repeat; - color:#253441; - font-weight:bold; - clear:none; - overflow:hidden; - padding:0; - padding-top:10px; - padding-left:1px; - margin:0; - white-space:pre; -} -.caption a:link, .caption a:visited { - color:#1f389c; -} -.caption a:hover, -.caption a:active { - color:#FFFFFF; -} -.caption span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - padding-bottom:7px; - display:inline-block; - float:left; - background-color:#F8981D; - border: none; - height:16px; -} -div.table-tabs { - padding:10px 0 0 1px; - margin:0; -} -div.table-tabs > button { - border: none; - cursor: pointer; - padding: 5px 12px 7px 12px; - font-weight: bold; - margin-right: 3px; -} -div.table-tabs > button.active-table-tab { - background: #F8981D; - color: #253441; -} -div.table-tabs > button.table-tab { - background: #4D7A97; - color: #FFFFFF; -} -.two-column-summary { - display: grid; - grid-template-columns: minmax(15%, max-content) minmax(15%, auto); -} -.three-column-summary { - display: grid; - grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, auto); -} -.four-column-summary { - display: grid; - grid-template-columns: minmax(10%, max-content) minmax(10%, max-content) minmax(10%, max-content) minmax(10%, auto); -} -@media screen and (max-width: 600px) { - .two-column-summary { - display: grid; - grid-template-columns: 1fr; - } -} -@media screen and (max-width: 800px) { - .three-column-summary { - display: grid; - grid-template-columns: minmax(10%, max-content) minmax(25%, auto); - } - .three-column-summary .col-last { - grid-column-end: span 2; - } -} -@media screen and (max-width: 1000px) { - .four-column-summary { - display: grid; - grid-template-columns: minmax(15%, max-content) minmax(15%, auto); - } -} -.summary-table > div, .details-table > div { - text-align:left; - padding: 8px 3px 3px 7px; -} -.col-first, .col-second, .col-last, .col-constructor-name, .col-summary-item-name { - vertical-align:top; - padding-right:0; - padding-top:8px; - padding-bottom:3px; -} -.table-header { - background:#dee3e9; - font-weight: bold; -} -.col-first, .col-first { - font-size:13px; -} -.col-second, .col-second, .col-last, .col-constructor-name, .col-summary-item-name, .col-last { - font-size:13px; -} -.col-first, .col-second, .col-constructor-name { - vertical-align:top; - overflow: auto; -} -.col-last { - white-space:normal; -} -.col-first a:link, .col-first a:visited, -.col-second a:link, .col-second a:visited, -.col-first a:link, .col-first a:visited, -.col-second a:link, .col-second a:visited, -.col-constructor-name a:link, .col-constructor-name a:visited, -.col-summary-item-name a:link, .col-summary-item-name a:visited, -.constant-values-container a:link, .constant-values-container a:visited, -.all-classes-container a:link, .all-classes-container a:visited, -.all-packages-container a:link, .all-packages-container a:visited { - font-weight:bold; -} -.table-sub-heading-color { - background-color:#EEEEFF; -} -.even-row-color, .even-row-color .table-header { - background-color:#FFFFFF; -} -.odd-row-color, .odd-row-color .table-header { - background-color:#EEEEEF; -} -/* - * Styles for contents. - */ -.deprecated-content { - margin:0; - padding:10px 0; -} -div.block { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; -} -.col-last div { - padding-top:0; -} -.col-last a { - padding-bottom:3px; -} -.module-signature, -.package-signature, -.type-signature, -.member-signature { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - margin:14px 0; - white-space: pre-wrap; -} -.module-signature, -.package-signature, -.type-signature { - margin-top: 0; -} -.member-signature .type-parameters-long, -.member-signature .parameters, -.member-signature .exceptions { - display: inline-block; - vertical-align: top; - white-space: pre; -} -.member-signature .type-parameters { - white-space: normal; -} -/* - * Styles for formatting effect. - */ -.source-line-no { - color:green; - padding:0 30px 0 0; -} -h1.hidden { - visibility:hidden; - overflow:hidden; - font-size:10px; -} -.block { - display:block; - margin:0 10px 5px 0; - color:#474747; -} -.deprecated-label, .descfrm-type-label, .implementation-label, .member-name-label, .member-name-link, -.module-label-in-package, .module-label-in-type, .override-specify-label, .package-label-in-type, -.package-hierarchy-label, .type-name-label, .type-name-link, .search-tag-link, .preview-label { - font-weight:bold; -} -.deprecation-comment, .help-footnote, .preview-comment { - font-style:italic; -} -.deprecation-block { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; - border-style:solid; - border-width:thin; - border-radius:10px; - padding:10px; - margin-bottom:10px; - margin-right:10px; - display:inline-block; -} -.preview-block { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; - border-style:solid; - border-width:thin; - border-radius:10px; - padding:10px; - margin-bottom:10px; - margin-right:10px; - display:inline-block; -} -div.block div.deprecation-comment { - font-style:normal; -} -/* - * Styles specific to HTML5 elements. - */ -main, nav, header, footer, section { - display:block; -} -/* - * Styles for javadoc search. - */ -.ui-autocomplete-category { - font-weight:bold; - font-size:15px; - padding:7px 0 7px 3px; - background-color:#4D7A97; - color:#FFFFFF; -} -.result-item { - font-size:13px; -} -.ui-autocomplete { - max-height:85%; - max-width:65%; - overflow-y:scroll; - overflow-x:scroll; - white-space:nowrap; - box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); -} -ul.ui-autocomplete { - position:fixed; - z-index:999999; - background-color: #FFFFFF; -} -ul.ui-autocomplete li { - float:left; - clear:both; - width:100%; -} -.result-highlight { - font-weight:bold; -} -.ui-autocomplete .result-item { - font-size: inherit; -} -#search-input { - background-image:url('resources/glass.png'); - background-size:13px; - background-repeat:no-repeat; - background-position:2px 3px; - padding-left:20px; - position:relative; - right:-18px; - width:400px; -} -#reset-button { - background-color: rgb(255,255,255); - background-image:url('resources/x.png'); - background-position:center; - background-repeat:no-repeat; - background-size:12px; - border:0 none; - width:16px; - height:16px; - position:relative; - left:-4px; - top:-4px; - font-size:0px; -} -.watermark { - color:#545454; -} -.search-tag-desc-result { - font-style:italic; - font-size:11px; -} -.search-tag-holder-result { - font-style:italic; - font-size:12px; -} -.search-tag-result:target { - background-color:yellow; -} -.module-graph span { - display:none; - position:absolute; -} -.module-graph:hover span { - display:block; - margin: -100px 0 0 100px; - z-index: 1; -} -.inherited-list { - margin: 10px 0 10px 0; -} -section.class-description { - line-height: 1.4; -} -.summary section[class$="-summary"], .details section[class$="-details"], -.class-uses .detail, .serialized-class-details { - padding: 0px 20px 5px 10px; - border: 1px solid #ededed; - background-color: #f8f8f8; -} -.inherited-list, section[class$="-details"] .detail { - padding:0 0 5px 8px; - background-color:#ffffff; - border:none; -} -.vertical-separator { - padding: 0 5px; -} -ul.help-section-list { - margin: 0; -} -ul.help-subtoc > li { - display: inline-block; - padding-right: 5px; - font-size: smaller; -} -ul.help-subtoc > li::before { - content: "\2022" ; - padding-right:2px; -} -span.help-note { - font-style: italic; -} -/* - * Indicator icon for external links. - */ -main a[href*="://"]::after { - content:""; - display:inline-block; - background-image:url('data:image/svg+xml; utf8, \ - \ - \ - '); - background-size:100% 100%; - width:7px; - height:7px; - margin-left:2px; - margin-bottom:4px; -} -main a[href*="://"]:hover::after, -main a[href*="://"]:focus::after { - background-image:url('data:image/svg+xml; utf8, \ - \ - \ - '); -} - -/* - * Styles for user-provided tables. - * - * borderless: - * No borders, vertical margins, styled caption. - * This style is provided for use with existing doc comments. - * In general, borderless tables should not be used for layout purposes. - * - * plain: - * Plain borders around table and cells, vertical margins, styled caption. - * Best for small tables or for complex tables for tables with cells that span - * rows and columns, when the "striped" style does not work well. - * - * striped: - * Borders around the table and vertical borders between cells, striped rows, - * vertical margins, styled caption. - * Best for tables that have a header row, and a body containing a series of simple rows. - */ - -table.borderless, -table.plain, -table.striped { - margin-top: 10px; - margin-bottom: 10px; -} -table.borderless > caption, -table.plain > caption, -table.striped > caption { - font-weight: bold; - font-size: smaller; -} -table.borderless th, table.borderless td, -table.plain th, table.plain td, -table.striped th, table.striped td { - padding: 2px 5px; -} -table.borderless, -table.borderless > thead > tr > th, table.borderless > tbody > tr > th, table.borderless > tr > th, -table.borderless > thead > tr > td, table.borderless > tbody > tr > td, table.borderless > tr > td { - border: none; -} -table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > tr { - background-color: transparent; -} -table.plain { - border-collapse: collapse; - border: 1px solid black; -} -table.plain > thead > tr, table.plain > tbody tr, table.plain > tr { - background-color: transparent; -} -table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th, -table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr > td { - border: 1px solid black; -} -table.striped { - border-collapse: collapse; - border: 1px solid black; -} -table.striped > thead { - background-color: #E3E3E3; -} -table.striped > thead > tr > th, table.striped > thead > tr > td { - border: 1px solid black; -} -table.striped > tbody > tr:nth-child(even) { - background-color: #EEE -} -table.striped > tbody > tr:nth-child(odd) { - background-color: #FFF -} -table.striped > tbody > tr > th, table.striped > tbody > tr > td { - border-left: 1px solid black; - border-right: 1px solid black; -} -table.striped > tbody > tr > th { - font-weight: normal; -} -/** - * Tweak font sizes and paddings for small screens. - */ -@media screen and (max-width: 1050px) { - #search-input { - width: 300px; - } -} -@media screen and (max-width: 800px) { - #search-input { - width: 200px; - } - .top-nav, - .bottom-nav { - font-size: 11px; - padding-top: 6px; - } - .sub-nav { - font-size: 11px; - } - .about-language { - padding-right: 16px; - } - ul.nav-list li, - .sub-nav .nav-list-search { - padding: 6px; - } - ul.sub-nav-list li { - padding-top: 5px; - } - main { - padding: 10px; - } - .summary section[class$="-summary"], .details section[class$="-details"], - .class-uses .detail, .serialized-class-details { - padding: 0 8px 5px 8px; - } - body { - -webkit-text-size-adjust: none; - } -} -@media screen and (max-width: 500px) { - #search-input { - width: 150px; - } - .top-nav, - .bottom-nav { - font-size: 10px; - } - .sub-nav { - font-size: 10px; - } - .about-language { - font-size: 10px; - padding-right: 12px; - } -} diff --git a/modules/iquantum-examples/target/site/apidocs/tag-search-index.js b/modules/iquantum-examples/target/site/apidocs/tag-search-index.js deleted file mode 100644 index f2a440c7f..000000000 --- a/modules/iquantum-examples/target/site/apidocs/tag-search-index.js +++ /dev/null @@ -1 +0,0 @@ -tagSearchIndex = [{"l":"Constant Field Values","h":"","u":"constant-values.html"}];updateSearchResults(); \ No newline at end of file diff --git a/modules/iquantum-examples/target/site/apidocs/type-search-index.js b/modules/iquantum-examples/target/site/apidocs/type-search-index.js deleted file mode 100644 index ad44456b4..000000000 --- a/modules/iquantum-examples/target/site/apidocs/type-search-index.js +++ /dev/null @@ -1 +0,0 @@ -typeSearchIndex = [{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"org.iquantum.examples.cloudsim","l":"CloudSimExample1"},{"p":"org.iquantum.examples.cloudsim","l":"CloudSimExample2"},{"p":"org.iquantum.examples.cloudsim","l":"CloudSimExample3"},{"p":"org.iquantum.examples.cloudsim","l":"CloudSimExample4"},{"p":"org.iquantum.examples.cloudsim","l":"CloudSimExample5"},{"p":"org.iquantum.examples.cloudsim","l":"CloudSimExample6"},{"p":"org.iquantum.examples.cloudsim","l":"CloudSimExample7"},{"p":"org.iquantum.examples.cloudsim","l":"CloudSimExample8"},{"p":"org.iquantum.examples.cloudsim.power","l":"Constants"},{"p":"org.iquantum.examples.cloudsim.container","l":"ConstantsExamples"},{"p":"org.iquantum.examples.cloudsim.container","l":"ContainerCloudSimExample1"},{"p":"org.iquantum.examples.cloudsim.container","l":"ContainerInitialPlacementTest"},{"p":"org.iquantum.examples.cloudsim.container","l":"ContainerOverbooking"},{"p":"org.iquantum.examples.cloudsim.container","l":"ContainerSelectionTest"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","l":"Dvfs"},{"p":"org.iquantum.examples.cloudsim.power.random","l":"Dvfs"},{"p":"org.iquantum.examples.cloudsim","l":"CloudSimExample8.GlobalBroker"},{"p":"org.iquantum.examples.cloudsim.power","l":"Helper"},{"p":"org.iquantum.examples.cloudsim.container","l":"HelperEx"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","l":"IqrMc"},{"p":"org.iquantum.examples.cloudsim.power.random","l":"IqrMc"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","l":"IqrMmt"},{"p":"org.iquantum.examples.cloudsim.power.random","l":"IqrMmt"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","l":"IqrMu"},{"p":"org.iquantum.examples.cloudsim.power.random","l":"IqrMu"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","l":"IqrRs"},{"p":"org.iquantum.examples.cloudsim.power.random","l":"IqrRs"},{"p":"org.iquantum.examples.quantum","l":"iQuantumExample1"},{"p":"org.iquantum.examples.quantum","l":"iQuantumExample2"},{"p":"org.iquantum.examples.quantum","l":"iQuantumExample3"},{"p":"org.iquantum.examples.quantum","l":"iQuantumExample4"},{"p":"org.iquantum.examples.quantum","l":"iQuantumExample5"},{"p":"org.iquantum.examples.hybrid","l":"iQuantumHybridExample1"},{"p":"org.iquantum.examples.hybrid","l":"iQuantumHybridExample2"},{"p":"org.iquantum.examples.multiqpu","l":"iQuantumMultiQPUExample1"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","l":"LrMc"},{"p":"org.iquantum.examples.cloudsim.power.random","l":"LrMc"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","l":"LrMmt"},{"p":"org.iquantum.examples.cloudsim.power.random","l":"LrMmt"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","l":"LrMu"},{"p":"org.iquantum.examples.cloudsim.power.random","l":"LrMu"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","l":"LrrMc"},{"p":"org.iquantum.examples.cloudsim.power.random","l":"LrrMc"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","l":"LrrMmt"},{"p":"org.iquantum.examples.cloudsim.power.random","l":"LrrMmt"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","l":"LrrMu"},{"p":"org.iquantum.examples.cloudsim.power.random","l":"LrrMu"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","l":"LrrRs"},{"p":"org.iquantum.examples.cloudsim.power.random","l":"LrrRs"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","l":"LrRs"},{"p":"org.iquantum.examples.cloudsim.power.random","l":"LrRs"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","l":"MadMc"},{"p":"org.iquantum.examples.cloudsim.power.random","l":"MadMc"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","l":"MadMmt"},{"p":"org.iquantum.examples.cloudsim.power.random","l":"MadMmt"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","l":"MadMu"},{"p":"org.iquantum.examples.cloudsim.power.random","l":"MadMu"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","l":"MadRs"},{"p":"org.iquantum.examples.cloudsim.power.random","l":"MadRs"},{"p":"org.iquantum.examples.cloudsim.network","l":"NetworkExample1"},{"p":"org.iquantum.examples.cloudsim.network","l":"NetworkExample2"},{"p":"org.iquantum.examples.cloudsim.network","l":"NetworkExample3"},{"p":"org.iquantum.examples.cloudsim.network","l":"NetworkExample4"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","l":"NonPowerAware"},{"p":"org.iquantum.examples.cloudsim.power.random","l":"NonPowerAware"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","l":"PlanetLabConstants"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","l":"PlanetLabHelper"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","l":"PlanetLabRunner"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","l":"PlanetLabRunnerConsole"},{"p":"org.iquantum.examples.cloudsim.power.random","l":"RandomConstants"},{"p":"org.iquantum.examples.cloudsim.power.random","l":"RandomHelper"},{"p":"org.iquantum.examples.cloudsim.power.random","l":"RandomRunner"},{"p":"org.iquantum.examples.cloudsim.container","l":"RunnerAbs"},{"p":"org.iquantum.examples.cloudsim.power","l":"RunnerAbstract"},{"p":"org.iquantum.examples.cloudsim.container","l":"RunnerInitiator"},{"p":"org.iquantum.examples.cloudsim.network.datacenter","l":"TestBagofTaskApp"},{"p":"org.iquantum.examples.cloudsim.network.datacenter","l":"TestExample"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","l":"ThrMc"},{"p":"org.iquantum.examples.cloudsim.power.random","l":"ThrMc"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","l":"ThrMmt"},{"p":"org.iquantum.examples.cloudsim.power.random","l":"ThrMmt"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","l":"ThrMu"},{"p":"org.iquantum.examples.cloudsim.power.random","l":"ThrMu"},{"p":"org.iquantum.examples.cloudsim.power.planetlab","l":"ThrRs"},{"p":"org.iquantum.examples.cloudsim.power.random","l":"ThrRs"},{"p":"org.iquantum.examples.cloudsim.container","l":"UtilizationModelPlanetLabInMemoryExtended"}];updateSearchResults(); \ No newline at end of file diff --git a/modules/iquantum/pom.xml b/modules/iquantum/pom.xml index fe09eff78..9229d109a 100644 --- a/modules/iquantum/pom.xml +++ b/modules/iquantum/pom.xml @@ -66,6 +66,23 @@ + + + org.apache.maven.plugins + maven-shade-plugin + 3.2.4 + + false + + + + package + + shade + + + + diff --git a/modules/iquantum/src/main/java/org/iquantum/backends/quantum/IBMQNode.java b/modules/iquantum/src/main/java/org/iquantum/backends/quantum/IBMQNode.java index 91e6dc98a..50daaf532 100644 --- a/modules/iquantum/src/main/java/org/iquantum/backends/quantum/IBMQNode.java +++ b/modules/iquantum/src/main/java/org/iquantum/backends/quantum/IBMQNode.java @@ -66,6 +66,12 @@ public static QNode createNode(int id, String node, QTaskScheduler QTaskSchedule clops = 1900; basicGateset = basicGateset_1; break; + case "ibm_algiers": + numQubits = 27; + quantumVolume = 128; + clops = 2200; + basicGateset = basicGateset_1; + break; case "ibm_guadalupe": numQubits = 16; quantumVolume = 32; diff --git a/modules/iquantum/src/main/java/org/iquantum/backends/quantum/QNode.java b/modules/iquantum/src/main/java/org/iquantum/backends/quantum/QNode.java index ca14cb17e..ac8fbc786 100644 --- a/modules/iquantum/src/main/java/org/iquantum/backends/quantum/QNode.java +++ b/modules/iquantum/src/main/java/org/iquantum/backends/quantum/QNode.java @@ -96,10 +96,17 @@ public int getQuantumVolume() { return quantumVolume; } + public void setQuantumVolume(int quantumVolume) { + this.quantumVolume = quantumVolume; + } public double getCLOPS() { return clops; } + public void setCLOPS(double clops) { + this.clops = clops; + } + public List getGateSets() { return gateSets; } diff --git a/modules/iquantum/src/main/java/org/iquantum/backends/quantum/qubittopologies/IBMQTopology.java b/modules/iquantum/src/main/java/org/iquantum/backends/quantum/qubittopologies/IBMQTopology.java index f0e8a1fa9..70d2a0d97 100644 --- a/modules/iquantum/src/main/java/org/iquantum/backends/quantum/qubittopologies/IBMQTopology.java +++ b/modules/iquantum/src/main/java/org/iquantum/backends/quantum/qubittopologies/IBMQTopology.java @@ -71,7 +71,7 @@ public static QubitTopologyExtended importFromCsv(String filename) { double idError = parseDoubleOrDefault(csvRecord.get("ID error "), -1); double sxError = parseDoubleOrDefault(csvRecord.get("√x (sx) error "), -1); double pauliXError = parseDoubleOrDefault(csvRecord.get("Pauli-X error "), -1); - String cnotErrors = csvRecord.get("CNOT error "); + String cnotErrors = csvRecord.isSet("CNOT error ") ? csvRecord.get("CNOT error ") : (csvRecord.isSet("ECR error ") ? csvRecord.get("ECR error ") : ""); String gateTimes = csvRecord.get("Gate time (ns)"); diff --git a/modules/iquantum/src/main/java/org/iquantum/brokers/QBroker.java b/modules/iquantum/src/main/java/org/iquantum/brokers/QBroker.java index a35d590a5..440afa904 100644 --- a/modules/iquantum/src/main/java/org/iquantum/brokers/QBroker.java +++ b/modules/iquantum/src/main/java/org/iquantum/brokers/QBroker.java @@ -22,7 +22,7 @@ import java.util.List; import java.util.Map; -public class QBroker extends SimEntity { +public abstract class QBroker extends SimEntity { /** The list of QNodes submitted to be managed by the broker.. */ protected List qNodeList; @@ -68,7 +68,7 @@ public void submitQTaskList(List qtaskList) { getQTaskList().addAll(qtaskList); } - public void bindCloudletToQNode(int qtaskId, int qNodeId) { + public void bindQTaskToQNode(int qtaskId, int qNodeId) { QTaskList.getById(getQTaskList(), qtaskId).setQNodeId(qNodeId); } @@ -159,6 +159,9 @@ public void processEvent(SimEvent ev) { shutdownEntity(); break; // other unknown tags are processed by this method + case iQuantumTags.OFFLOAD_QTASK_FROM_EDGE: + processQTaskOffload(ev); + break; default: processOtherEvent(ev); break; @@ -166,6 +169,8 @@ public void processEvent(SimEvent ev) { } + protected abstract void processQTaskOffload(SimEvent ev); + protected void processQResourceCharacteristicsRequest(SimEvent ev) { setDatacenterIdsList(iQuantum.getQuantumResourceList()); setDatacenterCharacteristicsList(new HashMap()); @@ -195,70 +200,9 @@ protected void setDatacenterIdsList(List datacenterIdsList) { * Process QTask Submit and Scheduling * @param ev */ - private void processQTaskSubmit(SimEvent ev) { - int[] data = (int[]) ev.getData(); - int qDatacenter = data[0]; - List submittedQTasks = new ArrayList(); - List failedQTasks = new ArrayList(); - Log.printConcatLine(iQuantum.clock(), ": ", getName(), " : Started scheduling all QTasks to QDatacenter #", qDatacenter); - - List qNodeList = getQDatacenterCharacteristicsList().get(qDatacenter).getQNodeList(); - setQNodeList(qNodeList); - QNodeSelectionLottery qnodeselection = new QNodeSelectionLottery(0.5, 0.5); - QNode qNode = null; - for (QTask qTask : getQTaskList()) { - if (qTask.getQNodeId() == -1) { - // APPLY SIMPLE LOTTERY BACKEND SELECTION STRATEGY - List preQNodes; - preQNodes = preScheduleQTask((List) qNodeList, qTask); - if(!preQNodes.isEmpty()) { - qNode = qnodeselection.selectQNode(preQNodes); - qTask.setQNodeId(qNode.getId()); - } - } else { - // Submit qtask to a specific QNode - qNode = QNodeList.getById(getQNodeList(), qTask.getQNodeId()); - if (qNode == null) { - if(!Log.isDisabled()) { - Log.printConcatLine(iQuantum.clock(), ": ", getName(), ": Postponing execution of QTask ", qTask.getQTaskId(), - ": QNode is not available"); - } - continue; - } - } - /** QNode must have enough resources to execute the QTask - * number of qubits of QNode >= number of qubits of QTask - */ - if (qNode!=null) { - if (!Log.isDisabled()) { - Log.printConcatLine(iQuantum.clock(), ": ", getName(), ": Checking if QNode #", qNode.getId(), " has enough qubits/gates to execute QTask", - qTask.getQTaskId()); - } - if(verifyConstraints(qNode, qTask, submittedQTasks)) { - if (!Log.isDisabled()) { - Log.printConcatLine(iQuantum.clock(), ": ", getName(), ": Sending QTask ", - qTask.getQTaskId(), " to QNode #", qNode.getId()); - } - sendNow(qNode.getQDatacenter().getId(), iQuantumTags.QTASK_SUBMIT, qTask); - numQTaskSubmitted++; - submittedQTasks.add(qTask); - } - } else - { - if(!Log.isDisabled()) { - Log.printConcatLine(iQuantum.clock(), ": ", getName(), ": Postponing execution of QTask ", qTask.getQTaskId(), - ": No sufficient QNode available."); - } - failedQTasks.add(qTask); - numQTaskFailed++; - // If this task is submitted to Edge Layer, it can be offloaded to Cloud Layer - } - } - getQTaskList().removeAll(submittedQTasks); - getQTaskList().removeAll(failedQTasks); - } + protected abstract void processQTaskSubmit(SimEvent ev); - private List preScheduleQTask(List qNodeList, QTask qTask) { + protected List preScheduleQTask(List qNodeList, QTask qTask) { List preScheduledQNodeList = new ArrayList<>(); for (QNode qNode : qNodeList) { if (qNode.getNumQubits() >= qTask.getNumQubits() @@ -272,7 +216,7 @@ & isSubset(qTask.getGateSet(), qNode.getGateSets())) { return preScheduledQNodeList; } - private boolean verifyConstraints(QNode qNode, QTask QTask, List submittedQTasks){ + protected boolean verifyConstraints(QNode qNode, QTask QTask, List submittedQTasks){ if(qNode.getNumQubits() < QTask.getNumQubits()) { if (!Log.isDisabled()) { Log.printConcatLine(iQuantum.clock(), ": ", getName(), ": Cancel the execution of QTask #", QTask.getQTaskId(), diff --git a/modules/iquantum/src/main/java/org/iquantum/brokers/QBrokerMQ.java b/modules/iquantum/src/main/java/org/iquantum/brokers/QBrokerMQ.java index 473556b1b..e5eea15d0 100644 --- a/modules/iquantum/src/main/java/org/iquantum/brokers/QBrokerMQ.java +++ b/modules/iquantum/src/main/java/org/iquantum/brokers/QBrokerMQ.java @@ -63,7 +63,7 @@ public void submitQTaskList(List qtaskList) { getQTaskList().addAll(qtaskList); } - public void bindCloudletToQNode(int qtaskId, int qNodeId) { + public void bindQTaskToQNode(int qtaskId, int qNodeId) { QTaskList.getById(getQTaskList(), qtaskId).setQNodeId(qNodeId); } diff --git a/modules/iquantum/src/main/java/org/iquantum/brokers/QBrokerSimple.java b/modules/iquantum/src/main/java/org/iquantum/brokers/QBrokerSimple.java index 7004898ef..9f7277c7f 100644 --- a/modules/iquantum/src/main/java/org/iquantum/brokers/QBrokerSimple.java +++ b/modules/iquantum/src/main/java/org/iquantum/brokers/QBrokerSimple.java @@ -169,6 +169,11 @@ public void processEvent(SimEvent ev) { } + @Override + protected void processQTaskOffload(SimEvent ev) { + + } + protected void processQResourceCharacteristicsRequest(SimEvent ev) { setDatacenterIdsList(iQuantum.getQuantumResourceList()); setDatacenterCharacteristicsList(new HashMap()); @@ -198,7 +203,8 @@ protected void setDatacenterIdsList(List datacenterIdsList) { * Process QTask Submit and Scheduling * @param ev */ - private void processQTaskSubmit(SimEvent ev) { + @Override + protected void processQTaskSubmit(SimEvent ev) { int[] data = (int[]) ev.getData(); int qDatacenter = data[0]; int qNodeId = 0; @@ -244,7 +250,7 @@ private void processQTaskSubmit(SimEvent ev) { getQTaskList().removeAll(submittedQTasks); } - private boolean verifyConstraints(QNode qNode, QTask QTask, List submittedQTasks){ + protected boolean verifyConstraints(QNode qNode, QTask QTask, List submittedQTasks){ if(qNode.getNumQubits() < QTask.getNumQubits()) { if (!Log.isDisabled()) { Log.printConcatLine(iQuantum.clock(), ": ", getName(), ": Cancel the execution of QTask #", QTask.getQTaskId(), diff --git a/modules/iquantum/src/main/java/org/iquantum/brokers/QCloudBroker.java b/modules/iquantum/src/main/java/org/iquantum/brokers/QCloudBroker.java index 17eceae87..71edab5cb 100644 --- a/modules/iquantum/src/main/java/org/iquantum/brokers/QCloudBroker.java +++ b/modules/iquantum/src/main/java/org/iquantum/brokers/QCloudBroker.java @@ -1,5 +1,6 @@ package org.iquantum.brokers; +import org.iquantum.backends.quantum.QNode; import org.iquantum.core.SimEvent; import org.iquantum.core.iQuantum; import org.iquantum.core.iQuantumTags; @@ -7,6 +8,9 @@ import org.iquantum.datacenters.CEdgeDatacenter; import org.iquantum.datacenters.QCloudDatacenter; import org.iquantum.datacenters.QDatacenterCharacteristics; +import org.iquantum.lists.QNodeList; +import org.iquantum.policies.qtasks.QNodeSelectionLottery; +import org.iquantum.tasks.QTask; import org.iquantum.utils.Log; import java.util.ArrayList; @@ -41,4 +45,82 @@ protected void processQResourceCharacteristicsRequest(SimEvent ev) { sendNow(datacenterId, iQuantumTags.QRESOURCE_CHARACTERISTICS, getId()); } } -} + + @Override + protected void processQTaskSubmit(SimEvent ev) { + int[] data = (int[]) ev.getData(); + int qDatacenter = data[0]; + List submittedQTasks = new ArrayList(); + List failedQTasks = new ArrayList(); + Log.printConcatLine(iQuantum.clock(), ": ", getName(), " : Started scheduling all QTasks to QDatacenter #", qDatacenter); + + List qNodeList = getQDatacenterCharacteristicsList().get(qDatacenter).getQNodeList(); + setQNodeList(qNodeList); + QNodeSelectionLottery qnodeselection = new QNodeSelectionLottery(0.5, 0.5); + QNode qNode = null; + for (QTask qTask : getQTaskList()) { + if (qTask.getQNodeId() == -1) { + // APPLY SIMPLE LOTTERY BACKEND SELECTION STRATEGY + List preQNodes; + preQNodes = preScheduleQTask((List) qNodeList, qTask); + if(preQNodes.size() > 1) { + qNode = qnodeselection.selectQNode(preQNodes); + qTask.setQNodeId(qNode.getId()); + } + else if(preQNodes.size() == 1) { + qNode = preQNodes.get(0); + qTask.setQNodeId(qNode.getId()); + } + } else { + // Submit qtask to a specific QNode + qNode = QNodeList.getById(getQNodeList(), qTask.getQNodeId()); + if (qNode == null) { + if(!Log.isDisabled()) { + Log.printConcatLine(iQuantum.clock(), ": ", getName(), ": Postponing execution of QTask ", qTask.getQTaskId(), + ": QNode is not available"); + } + continue; + } + } + /** QNode must have enough resources to execute the QTask + * number of qubits of QNode >= number of qubits of QTask + */ + if (qNode!=null) { + if (!Log.isDisabled()) { + Log.printConcatLine(iQuantum.clock(), ": ", getName(), ": Checking if QNode #", qNode.getId(), " has enough qubits/gates to execute QTask", + qTask.getQTaskId()); + } + if(verifyConstraints(qNode, qTask, submittedQTasks)) { + if (!Log.isDisabled()) { + Log.printConcatLine(iQuantum.clock(), ": ", getName(), ": Sending QTask ", + qTask.getQTaskId(), " to QNode #", qNode.getId()); + } + sendNow(qNode.getQDatacenter().getId(), iQuantumTags.QTASK_SUBMIT, qTask); + numQTaskSubmitted++; + submittedQTasks.add(qTask); + } + } else + { + if(!Log.isDisabled()) { + Log.printConcatLine(iQuantum.clock(), ": ", getName(), ": Postponing execution of QTask ", qTask.getQTaskId(), + ": No sufficient QNode available."); + } + failedQTasks.add(qTask); + numQTaskFailed++; + // If this task is submitted to Edge Layer, it can be offloaded to Cloud Layer + } + } + getQTaskList().removeAll(submittedQTasks); + getQTaskList().removeAll(failedQTasks); + } + + protected void processQTaskOffload(SimEvent ev) { + setQTaskList((List) ev.getData()); + for (QTask qtask : getQTaskList()) { + qtask.setBrokerId(getId()); + } + for (Integer datacenterId : getDatacenterIdsList()) { + sendNow(datacenterId, iQuantumTags.QTASK_SUBMIT_READY, getId()); + } + } + } diff --git a/modules/iquantum/src/main/java/org/iquantum/brokers/QEdgeBroker.java b/modules/iquantum/src/main/java/org/iquantum/brokers/QEdgeBroker.java index 14592c269..a2fddd034 100644 --- a/modules/iquantum/src/main/java/org/iquantum/brokers/QEdgeBroker.java +++ b/modules/iquantum/src/main/java/org/iquantum/brokers/QEdgeBroker.java @@ -1,11 +1,16 @@ package org.iquantum.brokers; +import org.iquantum.backends.quantum.QNode; import org.iquantum.core.SimEvent; import org.iquantum.core.iQuantum; import org.iquantum.core.iQuantumTags; import org.iquantum.datacenters.QDatacenterCharacteristics; import org.iquantum.datacenters.QEdgeDatacenter; import org.iquantum.gateways.CloudGateway; +import org.iquantum.gateways.EdgeGateway; +import org.iquantum.lists.QNodeList; +import org.iquantum.policies.qtasks.QNodeSelectionLottery; +import org.iquantum.tasks.QTask; import org.iquantum.utils.Log; import java.util.ArrayList; @@ -17,10 +22,20 @@ */ public class QEdgeBroker extends QBroker{ + protected EdgeGateway edgeGateway; + + protected CloudGateway cloudGateway; + + public QEdgeBroker(String name) throws Exception { super(name); } + @Override + protected void processQTaskOffload(SimEvent ev) { + + } + @Override protected void processQResourceCharacteristicsRequest(SimEvent ev) { List qdatacenterIdsList = iQuantum.getQuantumResourceList(); @@ -41,4 +56,92 @@ protected void processQResourceCharacteristicsRequest(SimEvent ev) { sendNow(datacenterId, iQuantumTags.QRESOURCE_CHARACTERISTICS, getId()); } } + + @Override + protected void processQTaskSubmit(SimEvent ev) { + int[] data = (int[]) ev.getData(); + int qDatacenter = data[0]; + List submittedQTasks = new ArrayList(); + List failedQTasks = new ArrayList(); + Log.printConcatLine(iQuantum.clock(), ": ", getName(), " : Started scheduling all QTasks to QDatacenter #", qDatacenter); + + List qNodeList = getQDatacenterCharacteristicsList().get(qDatacenter).getQNodeList(); + setQNodeList(qNodeList); + QNodeSelectionLottery qnodeselection = new QNodeSelectionLottery(0.5, 0.5); + QNode qNode = null; + for (QTask qTask : getQTaskList()) { + if (qTask.getQNodeId() == -1) { + // APPLY SIMPLE LOTTERY BACKEND SELECTION STRATEGY + List preQNodes; + preQNodes = preScheduleQTask((List) qNodeList, qTask); + if(!preQNodes.isEmpty()) { + qNode = qnodeselection.selectQNode(preQNodes); + qTask.setQNodeId(qNode.getId()); + } + } else { + // Submit qtask to a specific QNode + qNode = QNodeList.getById(getQNodeList(), qTask.getQNodeId()); + if (qNode == null) { + if(!Log.isDisabled()) { + Log.printConcatLine(iQuantum.clock(), ": ", getName(), ": Postponing execution of QTask ", qTask.getQTaskId(), + ": QNode is not available"); + } + continue; + } + } + /** QNode must have enough resources to execute the QTask + * number of qubits of QNode >= number of qubits of QTask + */ + if (qNode!=null) { + if (!Log.isDisabled()) { + Log.printConcatLine(iQuantum.clock(), ": ", getName(), ": Checking if QNode #", qNode.getId(), " has enough qubits/gates to execute QTask", + qTask.getQTaskId()); + } + if(verifyConstraints(qNode, qTask, submittedQTasks)) { + if (!Log.isDisabled()) { + Log.printConcatLine(iQuantum.clock(), ": ", getName(), ": Sending QTask ", + qTask.getQTaskId(), " to QNode #", qNode.getId()); + } + sendNow(qNode.getQDatacenter().getId(), iQuantumTags.QTASK_SUBMIT, qTask); + numQTaskSubmitted++; + submittedQTasks.add(qTask); + } else { + if(!Log.isDisabled()) { + Log.printConcatLine(iQuantum.clock(), ": ", getName(), ": Try offloading QTask to Cloud ", qTask.getQTaskId(), + ": No sufficient QNode at Edge layer is available."); + } + qTask.setBrokerId(-1); + failedQTasks.add(qTask); + numQTaskFailed++; + } + } else + { + if(!Log.isDisabled()) { + Log.printConcatLine(iQuantum.clock(), ": ", getName(), ": Postponing execution of QTask ", qTask.getQTaskId(), + ": No sufficient QNode available."); + } + } + } + // If this task is submitted to Edge Layer, it can be offloaded to Cloud Layer + sendNow(getCloudGateway().getId(),iQuantumTags.OFFLOAD_QTASK_FROM_EDGE, failedQTasks); + getQTaskList().removeAll(submittedQTasks); + getQTaskList().removeAll(failedQTasks); + } + + public void setEdgeGateway(EdgeGateway edgeGateway) { + this.edgeGateway = edgeGateway; + } + + public void setCloudGateway(CloudGateway cloudGateway) { + this.cloudGateway = cloudGateway; + } + + public EdgeGateway getEdgeGateway() { + return edgeGateway; + } + + public CloudGateway getCloudGateway() { + return cloudGateway; + } + } diff --git a/modules/iquantum/src/main/java/org/iquantum/core/iQuantum.java b/modules/iquantum/src/main/java/org/iquantum/core/iQuantum.java index 9433f1a63..53eab47a6 100644 --- a/modules/iquantum/src/main/java/org/iquantum/core/iQuantum.java +++ b/modules/iquantum/src/main/java/org/iquantum/core/iQuantum.java @@ -183,7 +183,7 @@ public static double startSimulation() throws NullPointerException { return clock; } catch (IllegalArgumentException e) { e.printStackTrace(); - throw new NullPointerException("iQuantum.startiQuantumulation() :" + throw new NullPointerException("iQuantum.starSimulation() :" + " Error - you haven't initialized iQuantum."); } } diff --git a/modules/iquantum/src/main/java/org/iquantum/core/iQuantumTags.java b/modules/iquantum/src/main/java/org/iquantum/core/iQuantumTags.java index d413b7a77..cb8dbda3f 100644 --- a/modules/iquantum/src/main/java/org/iquantum/core/iQuantumTags.java +++ b/modules/iquantum/src/main/java/org/iquantum/core/iQuantumTags.java @@ -343,6 +343,8 @@ public class iQuantumTags { public static final int QRESOURCE_LIST = QBASE + 12; public static final int CLOUD_GATEWAY_DISPATCH_TASK = QBASE + 13; + + public static final int OFFLOAD_QTASK_FROM_EDGE = QBASE + 14; /** Private Constructor. */ private iQuantumTags() { throw new UnsupportedOperationException("iQuantumTags cannot be instantiated"); diff --git a/modules/iquantum/src/main/java/org/iquantum/gateways/CloudGateway.java b/modules/iquantum/src/main/java/org/iquantum/gateways/CloudGateway.java index c2c8eed00..cc539a804 100644 --- a/modules/iquantum/src/main/java/org/iquantum/gateways/CloudGateway.java +++ b/modules/iquantum/src/main/java/org/iquantum/gateways/CloudGateway.java @@ -1,6 +1,8 @@ package org.iquantum.gateways; +import org.iquantum.brokers.CBroker; import org.iquantum.brokers.CCloudBroker; +import org.iquantum.brokers.QBroker; import org.iquantum.brokers.QCloudBroker; import org.iquantum.core.SimEvent; import org.iquantum.core.iQuantum; @@ -33,6 +35,24 @@ public CloudGateway(String name, CCloudBroker cBroker, QCloudBroker qBroker) thr setQTaskList(new ArrayList<>()); } + public CloudGateway(String name, CCloudBroker cBroker) throws Exception { + super(name); + this.name = name; + this.cBroker = cBroker; + this.qBroker = null; + setCTaskList(new ArrayList<>()); + setQTaskList(new ArrayList<>()); + } + + public CloudGateway(String name, QCloudBroker qBroker) throws Exception { + super(name); + this.name = name; + this.cBroker = null; + this.qBroker = qBroker; + setCTaskList(new ArrayList<>()); + setQTaskList(new ArrayList<>()); + } + // GETTERS AND SETTERS protected void setCTaskList(List ctaskList) { this.cTaskList = ctaskList; @@ -75,16 +95,30 @@ public void processEvent(SimEvent ev) { case iQuantumTags.CLOUD_GATEWAY_DISPATCH_TASK: processTaskDispatch(ev); break; + case iQuantumTags.OFFLOAD_QTASK_FROM_EDGE: + processQTaskOffload(ev); + break; default: Log.printConcatLine(getName(), ": unknown event type at Cloud Gateway"); } } + private void processQTaskOffload(SimEvent ev) { + List qTaskList = (List) ev.getData(); + Log.printConcatLine(iQuantum.clock(), ": ", getName(), " : Offloading ",qTaskList.size()," QTasks from Edge Gateway to Cloud Gateway"); + getQTaskList().addAll(qTaskList); + sendNow(qBroker.getId(), iQuantumTags.OFFLOAD_QTASK_FROM_EDGE, qTaskList); + } + @Override protected void processTaskDispatch(SimEvent ev) { Log.printConcatLine(iQuantum.clock(), ": ", getName(), " : Dispatching ",getCTaskList().size()," CTasks and ",getQTaskList().size()," QTasks from Cloud Gateway to Brokers for processing"); - cBroker.submitCloudletList(getCTaskList()); - qBroker.submitQTaskList(getQTaskList()); + if(cBroker != null) { + cBroker.submitCloudletList(getCTaskList()); + } + if(qBroker != null) { + qBroker.submitQTaskList(getQTaskList()); + } } @Override diff --git a/modules/iquantum/src/main/java/org/iquantum/gateways/EdgeGateway.java b/modules/iquantum/src/main/java/org/iquantum/gateways/EdgeGateway.java index 6b152b131..e4005675e 100644 --- a/modules/iquantum/src/main/java/org/iquantum/gateways/EdgeGateway.java +++ b/modules/iquantum/src/main/java/org/iquantum/gateways/EdgeGateway.java @@ -1,6 +1,8 @@ package org.iquantum.gateways; +import org.iquantum.brokers.CCloudBroker; import org.iquantum.brokers.CEdgeBroker; +import org.iquantum.brokers.QCloudBroker; import org.iquantum.brokers.QEdgeBroker; import org.iquantum.core.SimEntity; import org.iquantum.core.SimEvent; @@ -28,6 +30,9 @@ public class EdgeGateway extends Gateway { protected QEdgeBroker qBroker; + /** Linked Cloud Gateway that will be used to offload Tasks. */ + protected CloudGateway cloudGateway; + public EdgeGateway(String name, CEdgeBroker cBroker, QEdgeBroker qBroker) throws Exception { super(name); this.cBroker = cBroker; @@ -35,6 +40,35 @@ public EdgeGateway(String name, CEdgeBroker cBroker, QEdgeBroker qBroker) throws setCTaskList(new ArrayList<>()); setQTaskList(new ArrayList<>()); } + public EdgeGateway(String name, CEdgeBroker cBroker) throws Exception { + super(name); + this.name = name; + this.cBroker = cBroker; + this.qBroker = null; + setCTaskList(new ArrayList<>()); + setQTaskList(new ArrayList<>()); + } + + public EdgeGateway(String name, QEdgeBroker qBroker) throws Exception { + super(name); + this.name = name; + this.cBroker = null; + this.qBroker = qBroker; + setCTaskList(new ArrayList<>()); + setQTaskList(new ArrayList<>()); + } + + public EdgeGateway(String name, CEdgeBroker cBroker, QEdgeBroker qBroker, CloudGateway cloudGateway) throws Exception { + super(name); + this.cBroker = cBroker; + this.qBroker = qBroker; + this.cloudGateway = cloudGateway; + setCTaskList(new ArrayList<>()); + setQTaskList(new ArrayList<>()); + qBroker.setEdgeGateway(this); + qBroker.setCloudGateway(cloudGateway); + + } // GETTERS AND SETTERS protected void setCTaskList(List ctaskList) { @@ -86,8 +120,12 @@ public void processEvent(SimEvent ev) { @Override protected void processTaskDispatch(SimEvent ev) { Log.printConcatLine(iQuantum.clock(), ": ", getName(), " : Dispatching ",getCTaskList().size()," CTasks and ",getQTaskList().size()," QTasks from Edge Gateway to Brokers for processing"); - cBroker.submitCloudletList(getCTaskList()); - qBroker.submitQTaskList(getQTaskList()); + if(cBroker != null) { + cBroker.submitCloudletList(getCTaskList()); + } + if(qBroker != null) { + qBroker.submitQTaskList(getQTaskList()); + } } @Override diff --git a/modules/iquantum/src/main/java/org/iquantum/gateways/Gateway.java b/modules/iquantum/src/main/java/org/iquantum/gateways/Gateway.java index a099c9465..3c22dba5c 100644 --- a/modules/iquantum/src/main/java/org/iquantum/gateways/Gateway.java +++ b/modules/iquantum/src/main/java/org/iquantum/gateways/Gateway.java @@ -37,6 +37,24 @@ public Gateway(String name, CBroker cBroker, QBroker qBroker) throws Exception { setQTaskList(new ArrayList<>()); } + public Gateway(String name, CBroker cBroker) throws Exception { + super(name); + this.name = name; + this.cBroker = cBroker; + this.qBroker = null; + setCTaskList(new ArrayList<>()); + setQTaskList(new ArrayList<>()); + } + + public Gateway(String name, QBroker qBroker) throws Exception { + super(name); + this.name = name; + this.cBroker = null; + this.qBroker = null; + setCTaskList(new ArrayList<>()); + setQTaskList(new ArrayList<>()); + } + public Gateway(String name) { super(name); this.name = name; diff --git a/modules/iquantum/src/main/java/org/iquantum/policies/qtasks/QNodeSelectionLottery.java b/modules/iquantum/src/main/java/org/iquantum/policies/qtasks/QNodeSelectionLottery.java index 7a9e29ef2..4ab9683c9 100644 --- a/modules/iquantum/src/main/java/org/iquantum/policies/qtasks/QNodeSelectionLottery.java +++ b/modules/iquantum/src/main/java/org/iquantum/policies/qtasks/QNodeSelectionLottery.java @@ -56,6 +56,11 @@ private int calculateTotalTickets(List qNodeList) { } private int calculateTicketsForQNode(QNode qNode, List qNodeList) { + int numIdenticalNodes = 0; + if (qNodeList.size() == 1) { + // If there is only one QNode, return a default or fallback number of tickets + return 1; + } for (QNode node : qNodeList) { double quantumVolume = node.getQuantumVolume(); double clops = node.getCLOPS(); @@ -64,6 +69,15 @@ private int calculateTicketsForQNode(QNode qNode, List qNodeLis maxQuantumVolume = Math.max(maxQuantumVolume, quantumVolume); minClops = Math.min(minClops, clops); maxClops = Math.max(maxClops, clops); + + if (quantumVolume == qNode.getQuantumVolume() && clops == qNode.getCLOPS()) { + numIdenticalNodes++; + } + } + + if (numIdenticalNodes > 1) { + // If there are multiple identical nodes, return a fixed number of tickets for all of them + return numIdenticalNodes; } // Normalize the quantumVolume and clops values to a range between 0 and 1 @@ -91,6 +105,11 @@ private double normalizeValue(double value, double minValue, double maxValue) { private int generateRandomTicket(int totalTickets) { Random random = new Random(); - return random.nextInt(totalTickets) + 1; // Generate a random number within the range of totalTickets + if (totalTickets == 1) { + return 1; // If there is only one ticket, return 1 + } else if (totalTickets <= 0) { + return 0; // If there are no tickets, return 0 + } + return random.nextInt(totalTickets) + 1; // Generate a random ticket between 1 and totalTickets } } diff --git a/modules/iquantum/src/main/java/org/iquantum/utils/QTaskExporter.java b/modules/iquantum/src/main/java/org/iquantum/utils/QTaskExporter.java index 9d03d26db..b2596f352 100644 --- a/modules/iquantum/src/main/java/org/iquantum/utils/QTaskExporter.java +++ b/modules/iquantum/src/main/java/org/iquantum/utils/QTaskExporter.java @@ -19,7 +19,6 @@ public static void printQTaskList(List list) { QTask QTask; String indent = " "; - Log.printLine(); Log.printLine("========== OUTPUT =========="); Log.printLine("QTask ID" + indent + "Status" + indent + "QDCenter" + indent + "QNode ID" + indent + "Execution Time" + indent diff --git a/modules/iquantum/target/apidocs/copy.svg b/modules/iquantum/target/apidocs/copy.svg new file mode 100644 index 000000000..7c46ab15f --- /dev/null +++ b/modules/iquantum/target/apidocs/copy.svg @@ -0,0 +1,33 @@ + + + + + + + + diff --git a/modules/iquantum/target/apidocs/legal/jquery.md b/modules/iquantum/target/apidocs/legal/jquery.md index d468b3183..f7b72e3fb 100644 --- a/modules/iquantum/target/apidocs/legal/jquery.md +++ b/modules/iquantum/target/apidocs/legal/jquery.md @@ -1,8 +1,8 @@ -## jQuery v3.6.1 +## jQuery v3.6.0 ### jQuery License ``` -jQuery v 3.6.1 +jQuery v 3.6.0 Copyright OpenJS Foundation and other contributors, https://openjsf.org/ Permission is hereby granted, free of charge, to any person obtaining @@ -26,7 +26,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ****************************************** -The jQuery JavaScript Library v3.6.1 also includes Sizzle.js +The jQuery JavaScript Library v3.6.0 also includes Sizzle.js Sizzle.js includes the following license: diff --git a/modules/iquantum/target/apidocs/legal/jqueryUI.md b/modules/iquantum/target/apidocs/legal/jqueryUI.md index 8031bdb56..9f4c9e951 100644 --- a/modules/iquantum/target/apidocs/legal/jqueryUI.md +++ b/modules/iquantum/target/apidocs/legal/jqueryUI.md @@ -1,4 +1,4 @@ -## jQuery UI v1.12.1 +## jQuery UI v1.13.1 ### jQuery UI License ``` diff --git a/modules/iquantum/target/apidocs/member-search-index.js b/modules/iquantum/target/apidocs/member-search-index.js index 5b914ba11..68f5e3209 100644 --- a/modules/iquantum/target/apidocs/member-search-index.js +++ b/modules/iquantum/target/apidocs/member-search-index.js @@ -1 +1 @@ -memberSearchIndex = [{"p":"org.iquantum.core","c":"iQuantumTags","l":"ABRUPT_END_OF_SIMULATION"},{"p":"org.iquantum.core","c":"iQuantum","l":"abruptallyTerminate()"},{"p":"org.iquantum.utils","c":"MathUtil","l":"abs(double[])"},{"p":"org.iquantum.tasks","c":"CTask","l":"accumulatedBwCost"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"accuracy"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"ACTIVE_APP_UPDATE"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"activeApplications"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"ACTUATOR"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"ACTUATOR"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"ACTUATOR_JOINED"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"Actuator(String, int, String, int, double, GeoLocation, String, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String,int,double,org.iquantum.fog.utils.GeoLocation,java.lang.String,java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"Actuator(String, int, String, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String,java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorGui","l":"ActuatorGui(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorModule","l":"ActuatorModule()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorModule","l":"ActuatorModule(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"actuators"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"actuators"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"actuators"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"ADAPTIVE_OPERATOR_REPLACEMENT"},{"p":"org.iquantum.lists","c":"QPUList","l":"add(QPU)","u":"add(org.iquantum.backends.quantum.QPU)"},{"p":"org.iquantum.sdn","c":"Request","l":"addActivity(Activity)","u":"addActivity(org.iquantum.sdn.Activity)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddActuator","l":"AddActuator(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddActuatorModule","l":"AddActuatorModule(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddAppEdge","l":"AddAppEdge(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.fog.application","c":"Application","l":"addAppEdge(String, String, double, double, double, String, int, int)","u":"addAppEdge(java.lang.String,java.lang.String,double,double,double,java.lang.String,int,int)"},{"p":"org.iquantum.fog.application","c":"Application","l":"addAppEdge(String, String, double, double, String, int, int)","u":"addAppEdge(java.lang.String,java.lang.String,double,double,java.lang.String,int,int)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddApplicationModule","l":"AddApplicationModule(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.fog.application","c":"Application","l":"addAppModule(String, int)","u":"addAppModule(java.lang.String,int)"},{"p":"org.iquantum.fog.application","c":"Application","l":"addAppModule(String, int, int, int)","u":"addAppModule(java.lang.String,int,int,int)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"addBaudRate(double)"},{"p":"org.iquantum.sdn","c":"Link","l":"addChannel(Node, Channel)","u":"addChannel(org.iquantum.sdn.Node,org.iquantum.sdn.Channel)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"addChild(int)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"addClusterMember(int)"},{"p":"org.iquantum.sdn","c":"Transmission","l":"addCompletedLength(long)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"addCostCalcData(List, String, int, int)","u":"addCostCalcData(java.util.List,java.lang.String,int,int)"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"addEdge(Node, Edge)","u":"addEdge(org.iquantum.fog.gui.core.Node,org.iquantum.fog.gui.core.Edge)"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"addEdge(Node, Edge)","u":"addEdge(org.iquantum.sdn.graph.core.Node,org.iquantum.sdn.graph.core.Edge)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology.Node","l":"addEdge(QubitTopology.Node)","u":"addEdge(org.iquantum.backends.quantum.qubittopologies.QubitTopology.Node)"},{"p":"org.iquantum.fog.application","c":"DAG","l":"addEdge(String, String)","u":"addEdge(java.lang.String,java.lang.String)"},{"p":"org.iquantum.core","c":"iQuantum","l":"addEntity(SimEntity)","u":"addEntity(org.iquantum.core.SimEntity)"},{"p":"org.iquantum.core","c":"iQuantum","l":"addEntityDynamically(SimEntity)","u":"addEntityDynamically(org.iquantum.core.SimEntity)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"addEntryTime(double)"},{"p":"org.iquantum.core","c":"DeferredQueue","l":"addEvent(SimEvent)","u":"addEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core","c":"FutureQueue","l":"addEvent(SimEvent)","u":"addEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core","c":"FutureQueue","l":"addEventFirst(SimEvent)","u":"addEventFirst(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"addExitTime(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"addFile(File)","u":"addFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"addFile(File)","u":"addFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"SanStorage","l":"addFile(File)","u":"addFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"addFile(File)","u":"addFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"addFile(File)","u":"addFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"addFile(List)","u":"addFile(java.util.List)"},{"p":"org.iquantum.backends.classical","c":"SanStorage","l":"addFile(List)","u":"addFile(java.util.List)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"addFile(List)","u":"addFile(java.util.List)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddFogDevice","l":"AddFogDevice(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"addHistoryEntry(ContainerHostDynamicWorkload, double)","u":"addHistoryEntry(org.iquantum.backends.classical.container.core.ContainerHostDynamicWorkload,double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"addHistoryEntry(HostDynamicWorkload, double)","u":"addHistoryEntry(org.iquantum.backends.classical.HostDynamicWorkload,double)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"addHop(int)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"PhysicalTopologyGenerator","l":"addHost(String, int, long, int, long, long)","u":"addHost(java.lang.String,int,long,int,long,long)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"PhysicalTopologyGenerator","l":"addHost(String, PhysicalTopologyGenerator.HostSpec)","u":"addHost(java.lang.String,org.iquantum.sdn.example.topogenerators.PhysicalTopologyGenerator.HostSpec)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddLink","l":"AddLink(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"addLink(int, int, double)","u":"addLink(int,int,double)"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"addLink(int, int, double, double)","u":"addLink(int,int,double,double)"},{"p":"org.iquantum.sdn","c":"Node","l":"addLink(Link)","u":"addLink(org.iquantum.sdn.Link)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"addLink(Link)","u":"addLink(org.iquantum.sdn.Link)"},{"p":"org.iquantum.sdn","c":"Switch","l":"addLink(Link)","u":"addLink(org.iquantum.sdn.Link)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGenerator","l":"addLink(String, VirtualTopologyGenerator.VMSpec, VirtualTopologyGenerator.VMSpec, Long)","u":"addLink(java.lang.String,org.iquantum.sdn.example.topogenerators.VirtualTopologyGenerator.VMSpec,org.iquantum.sdn.example.topogenerators.VirtualTopologyGenerator.VMSpec,java.lang.Long)"},{"p":"org.iquantum.network","c":"TopologicalGraph","l":"addLink(TopologicalLink)","u":"addLink(org.iquantum.network.TopologicalLink)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"addMiddlebox(Middlebox)","u":"addMiddlebox(org.iquantum.sdn.Middlebox)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"addMigratingInContainer(Container)","u":"addMigratingInContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"addMigratingInContainerVm(ContainerVm)","u":"addMigratingInContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"addMigratingInVm(Vm)","u":"addMigratingInVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.fog.placement","c":"ModuleMapping","l":"addModuleToDevice(String, String)","u":"addModuleToDevice(java.lang.String,java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"addMonitoredDevice(FogDevice)","u":"addMonitoredDevice(org.iquantum.fog.entities.FogDevice)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"addMonitoredDevice(FogDevice)","u":"addMonitoredDevice(org.iquantum.fog.entities.FogDevice)"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"addNode(Node)","u":"addNode(org.iquantum.fog.gui.core.Node)"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"addNode(Node)","u":"addNode(org.iquantum.sdn.graph.core.Node)"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"addNode(Node)","u":"addNode(org.iquantum.sdn.Node)"},{"p":"org.iquantum.network","c":"TopologicalGraph","l":"addNode(TopologicalNode)","u":"addNode(org.iquantum.network.TopologicalNode)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"addPackageToChannel(Node, Package)","u":"addPackageToChannel(org.iquantum.sdn.Node,org.iquantum.sdn.Package)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddPhysicalEdge","l":"AddPhysicalEdge(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.sdn.graph.dialog","c":"AddPhysicalEdge","l":"AddPhysicalEdge(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.sdn.graph.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddPhysicalNode","l":"AddPhysicalNode(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.sdn.graph.dialog","c":"AddPhysicalNode","l":"AddPhysicalNode(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.sdn.graph.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"addPlacementRequest(PlacementRequest)","u":"addPlacementRequest(org.iquantum.fog.entities.PlacementRequest)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"addPoint(float, float)","u":"addPoint(float,float)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"addPoint(Point2D)","u":"addPoint(java.awt.geom.Point2D)"},{"p":"org.iquantum.tasks","c":"CTask","l":"addRequiredFile(String)","u":"addRequiredFile(java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"addReservedFile(File)","u":"addReservedFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"SanStorage","l":"addReservedFile(File)","u":"addReservedFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"addReservedFile(File)","u":"addReservedFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.sdn","c":"Node","l":"addRoute(Node, Link)","u":"addRoute(org.iquantum.sdn.Node,org.iquantum.sdn.Link)"},{"p":"org.iquantum.sdn","c":"RoutingTable","l":"addRoute(Node, Link)","u":"addRoute(org.iquantum.sdn.Node,org.iquantum.sdn.Link)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"addRoute(Node, Link)","u":"addRoute(org.iquantum.sdn.Node,org.iquantum.sdn.Link)"},{"p":"org.iquantum.sdn","c":"Switch","l":"addRoute(Node, Link)","u":"addRoute(org.iquantum.sdn.Node,org.iquantum.sdn.Link)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"addRoutingTable(Map)","u":"addRoutingTable(java.util.Map)"},{"p":"org.iquantum.sdn","c":"ForwardingRule","l":"addRule(int, int, int, Node)","u":"addRule(int,int,int,org.iquantum.sdn.Node)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddSensor","l":"AddSensor(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddSensorModule","l":"AddSensorModule(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"addServiceDiscoveryInfo(String, Integer)","u":"addServiceDiscoveryInfo(java.lang.String,java.lang.Integer)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"addStateHistoryEntry(double, double, double, boolean)","u":"addStateHistoryEntry(double,double,double,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"addStateHistoryEntry(double, double, double, boolean)","u":"addStateHistoryEntry(double,double,double,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"addStateHistoryEntry(double, double, double, boolean)","u":"addStateHistoryEntry(double,double,double,boolean)"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"addStateHistoryEntry(double, double, double, boolean)","u":"addStateHistoryEntry(double,double,double,boolean)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"addStateHistoryEntry(double, double, double, boolean)","u":"addStateHistoryEntry(double,double,double,boolean)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"PhysicalTopologyGenerator","l":"addSwitch(String, String, long, long)","u":"addSwitch(java.lang.String,java.lang.String,long,long)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"addToTraversedMicroservices(Integer, String)","u":"addToTraversedMicroservices(java.lang.Integer,java.lang.String)"},{"p":"org.iquantum.sdn","c":"Channel","l":"addTransmission(Transmission)","u":"addTransmission(org.iquantum.sdn.Transmission)"},{"p":"org.iquantum.fog.application","c":"Application","l":"addTupleMapping(String, String, String, SelectivityModel)","u":"addTupleMapping(java.lang.String,java.lang.String,java.lang.String,org.iquantum.fog.application.selectivity.SelectivityModel)"},{"p":"org.iquantum.sdn.example.policies","c":"VmSchedulerTimeSharedEnergy","l":"addUtilizationEntryTermination(double)"},{"p":"org.iquantum.sdn.overbooking","c":"VmSchedulerTimeSharedOverbookingEnergy","l":"addUtilizationEntryTermination(double)"},{"p":"org.iquantum.sdn.power","c":"PowerUtilizationInterface","l":"addUtilizationEntryTermination(double)"},{"p":"org.iquantum.sdn","c":"Switch","l":"addUtilizationEntryTermination(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"addUtilizationHistoryValue(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"addUtilizationHistoryValue(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"addUtilizationHistoryValue(double)"},{"p":"org.iquantum.power","c":"PowerVm","l":"addUtilizationHistoryValue(double)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddVirtualEdge","l":"AddVirtualEdge(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.sdn.graph.dialog","c":"AddVirtualEdge","l":"AddVirtualEdge(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.sdn.graph.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddVirtualNode","l":"AddVirtualNode(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.sdn.graph.dialog","c":"AddVirtualNode","l":"AddVirtualNode(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.sdn.graph.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGenerator","l":"addVM(String, int, long, int, long, long, double, double)","u":"addVM(java.lang.String,int,long,int,long,long,double,double)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGenerator","l":"addVM(String, VirtualTopologyGenerator.VMSpec)","u":"addVM(java.lang.String,org.iquantum.sdn.example.topogenerators.VirtualTopologyGenerator.VMSpec)"},{"p":"org.iquantum.sdn","c":"SDNDatacenter","l":"addVm(Vm)","u":"addVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn","c":"Node","l":"addVMRoute(int, int, int, Node)","u":"addVMRoute(int,int,int,org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"addVMRoute(int, int, int, Node)","u":"addVMRoute(int,int,int,org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"Switch","l":"addVMRoute(int, int, int, Node)","u":"addVMRoute(int,int,int,org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGenerator","l":"addWorkload(String, VirtualTopologyGenerator.VMSpec, VirtualTopologyGenerator.VMSpec)","u":"addWorkload(java.lang.String,org.iquantum.sdn.example.topogenerators.VirtualTopologyGenerator.VMSpec,org.iquantum.sdn.example.topogenerators.VirtualTopologyGenerator.VMSpec)"},{"p":"org.iquantum.sdn","c":"Channel","l":"adjustDedicatedBandwidthAlongLink()"},{"p":"org.iquantum.sdn","c":"Channel","l":"adjustSharedBandwidthAlongLink()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"ADVANCE_RESERVATION"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"ADVANCE_RESERVATION"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"ADVANCE_RESERVATION"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"Agg_LEVEL"},{"p":"org.iquantum.network.datacenter","c":"AggregateSwitch","l":"AggregateSwitch(String, int, NetworkCDatacenter)","u":"%3Cinit%3E(java.lang.String,int,org.iquantum.network.datacenter.NetworkCDatacenter)"},{"p":"org.iquantum.sdn","c":"AggregationSwitch","l":"AggregationSwitch(String, int, long, int, int, NetworkOperatingSystem)","u":"%3Cinit%3E(java.lang.String,int,long,int,int,org.iquantum.sdn.NetworkOperatingSystem)"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"AggSwitchPort"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"allocateBwForContainer(Container, long)","u":"allocateBwForContainer(org.iquantum.backends.classical.container.core.Container,long)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisionerSimple","l":"allocateBwForContainer(Container, long)","u":"allocateBwForContainer(org.iquantum.backends.classical.container.core.Container,long)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"allocateBwForContainerVm(ContainerVm, long)","u":"allocateBwForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,long)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisionerSimple","l":"allocateBwForContainerVm(ContainerVm, long)","u":"allocateBwForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,long)"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"allocateBwForVm(Vm, long)","u":"allocateBwForVm(org.iquantum.backends.classical.Vm,long)"},{"p":"org.iquantum.provisioners","c":"BwProvisionerSimple","l":"allocateBwForVm(Vm, long)","u":"allocateBwForVm(org.iquantum.backends.classical.Vm,long)"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"allocateBwForVm(Vm, long)","u":"allocateBwForVm(org.iquantum.backends.classical.Vm,long)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"allocateHostForVm(ContainerVm)","u":"allocateHostForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"allocateHostForVm(ContainerVm)","u":"allocateHostForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationAbstract","l":"allocateHostForVm(ContainerVm)","u":"allocateHostForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"allocateHostForVm(ContainerVm, ContainerHost)","u":"allocateHostForVm(org.iquantum.backends.classical.container.core.ContainerVm,org.iquantum.backends.classical.container.core.ContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"allocateHostForVm(ContainerVm, ContainerHost)","u":"allocateHostForVm(org.iquantum.backends.classical.container.core.ContainerVm,org.iquantum.backends.classical.container.core.ContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationAbstract","l":"allocateHostForVm(ContainerVm, ContainerHost)","u":"allocateHostForVm(org.iquantum.backends.classical.container.core.ContainerVm,org.iquantum.backends.classical.container.core.ContainerHost)"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicy","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyAbstract","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedLeastFullFirst","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyMipsLeastFullFirst","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyMipsMostFullFirst","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedLeastFullFirst","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyMipsLeastFullFirst","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyMipsMostFullFirst","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"allocateHostForVm(Vm, Host)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm,org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"allocateHostForVm(Vm, Host)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm,org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicy","l":"allocateHostForVm(Vm, Host)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm,org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"allocateHostForVm(Vm, Host)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm,org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyAbstract","l":"allocateHostForVm(Vm, Host)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm,org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"allocateHostForVm(Vm, Host)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm,org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"allocateHostForVm(Vm, Host)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm,org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"allocateHostForVm(Vm, Host)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm,org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"allocateMipsForContainer(Container, double)","u":"allocateMipsForContainer(org.iquantum.backends.classical.container.core.Container,double)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"allocateMipsForContainer(Container, double)","u":"allocateMipsForContainer(org.iquantum.backends.classical.container.core.Container,double)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"allocateMipsForContainer(Container, List)","u":"allocateMipsForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"allocateMipsForContainer(Container, List)","u":"allocateMipsForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"allocateMipsForContainer(String, double)","u":"allocateMipsForContainer(java.lang.String,double)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"allocateMipsForContainer(String, double)","u":"allocateMipsForContainer(java.lang.String,double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"allocateMipsForContainerVm(ContainerVm, double)","u":"allocateMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"allocateMipsForContainerVm(ContainerVm, double)","u":"allocateMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"allocateMipsForContainerVm(ContainerVm, List)","u":"allocateMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"allocateMipsForContainerVm(ContainerVm, List)","u":"allocateMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"allocateMipsForContainerVm(String, double)","u":"allocateMipsForContainerVm(java.lang.String,double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"allocateMipsForContainerVm(String, double)","u":"allocateMipsForContainerVm(java.lang.String,double)"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"allocateMipsForVm(String, double)","u":"allocateMipsForVm(java.lang.String,double)"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"allocateMipsForVm(String, double)","u":"allocateMipsForVm(java.lang.String,double)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"allocateMipsForVm(String, double)","u":"allocateMipsForVm(java.lang.String,double)"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"allocateMipsForVm(Vm, double)","u":"allocateMipsForVm(org.iquantum.backends.classical.Vm,double)"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"allocateMipsForVm(Vm, double)","u":"allocateMipsForVm(org.iquantum.backends.classical.Vm,double)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"allocateMipsForVm(Vm, double)","u":"allocateMipsForVm(org.iquantum.backends.classical.Vm,double)"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"allocateMipsForVm(Vm, List)","u":"allocateMipsForVm(org.iquantum.backends.classical.Vm,java.util.List)"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"allocateMipsForVm(Vm, List)","u":"allocateMipsForVm(org.iquantum.backends.classical.Vm,java.util.List)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"allocateMipsForVm(Vm, List)","u":"allocateMipsForVm(org.iquantum.backends.classical.Vm,java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"allocatePesForContainer(Container, List)","u":"allocatePesForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"allocatePesForContainer(Container, List)","u":"allocatePesForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"allocatePesForContainer(Container, List)","u":"allocatePesForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"allocatePesForContainer(String, List)","u":"allocatePesForContainer(java.lang.String,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeSharedOverSubscription","l":"allocatePesForContainer(String, List)","u":"allocatePesForContainer(java.lang.String,java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"allocatePesForContainerVm(ContainerVm, List)","u":"allocatePesForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"allocatePesForVm(ContainerVm, List)","u":"allocatePesForVm(org.iquantum.backends.classical.container.core.ContainerVm,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"allocatePesForVm(ContainerVm, List)","u":"allocatePesForVm(org.iquantum.backends.classical.container.core.ContainerVm,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"allocatePesForVm(String, List)","u":"allocatePesForVm(java.lang.String,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeSharedOverSubscription","l":"allocatePesForVm(String, List)","u":"allocatePesForVm(java.lang.String,java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"allocatePesForVm(String, List)","u":"allocatePesForVm(java.lang.String,java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeSharedOverSubscription","l":"allocatePesForVm(String, List)","u":"allocatePesForVm(java.lang.String,java.util.List)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"allocatePesForVm(Vm, List)","u":"allocatePesForVm(org.iquantum.backends.classical.Vm,java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"allocatePesForVm(Vm, List)","u":"allocatePesForVm(org.iquantum.backends.classical.Vm,java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerSpaceShared","l":"allocatePesForVm(Vm, List)","u":"allocatePesForVm(org.iquantum.backends.classical.Vm,java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"allocatePesForVm(Vm, List)","u":"allocatePesForVm(org.iquantum.backends.classical.Vm,java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"allocatePesForVm(Vm, List)","u":"allocatePesForVm(org.iquantum.backends.classical.Vm,java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"allocateRamForContainer(Container, float)","u":"allocateRamForContainer(org.iquantum.backends.classical.container.core.Container,float)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisionerSimple","l":"allocateRamForContainer(Container, float)","u":"allocateRamForContainer(org.iquantum.backends.classical.container.core.Container,float)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"allocateRamForContainerVm(ContainerVm, float)","u":"allocateRamForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,float)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisionerSimple","l":"allocateRamForContainerVm(ContainerVm, float)","u":"allocateRamForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,float)"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"allocateRamForVm(Vm, int)","u":"allocateRamForVm(org.iquantum.backends.classical.Vm,int)"},{"p":"org.iquantum.provisioners","c":"RamProvisionerSimple","l":"allocateRamForVm(Vm, int)","u":"allocateRamForVm(org.iquantum.backends.classical.Vm,int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicy","l":"allocateVmForContainer(Container, ContainerVm)","u":"allocateVmForContainer(org.iquantum.backends.classical.container.core.Container,org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"allocateVmForContainer(Container, ContainerVm)","u":"allocateVmForContainer(org.iquantum.backends.classical.container.core.Container,org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicy","l":"allocateVmForContainer(Container, ContainerVm)","u":"allocateVmForContainer(org.iquantum.backends.classical.container.core.Container,org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicy","l":"allocateVmForContainer(Container, List)","u":"allocateVmForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"allocateVmForContainer(Container, List)","u":"allocateVmForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicy","l":"allocateVmForContainer(Container, List)","u":"allocateVmForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.network","c":"FloydWarshall_Float","l":"allPairsShortestPaths(float[][])"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"APP_MC"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"APP_SUBMIT"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"APP_Workflow"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"AppCloudlet(int, int, double, int, int)","u":"%3Cinit%3E(int,int,double,int,int)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"AppEdge()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"AppEdge(String, String, double, double, double, String, int, int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,double,double,double,java.lang.String,int,int)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"AppEdge(String, String, double, double, String, int, int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,double,double,java.lang.String,int,int)"},{"p":"org.iquantum.sdn.example","c":"SDNBroker","l":"appId"},{"p":"org.iquantum.sdn.example","c":"Workload","l":"appId"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"appID"},{"p":"org.iquantum.fog.utils","c":"FogUtils","l":"appIdToGeoCoverageMap"},{"p":"org.iquantum.sdn","c":"Constants","l":"APPLICATION_SUBMIT"},{"p":"org.iquantum.sdn","c":"Constants","l":"APPLICATION_SUBMIT_ACK"},{"p":"org.iquantum.fog.application","c":"Application","l":"Application(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"org.iquantum.fog.application","c":"Application","l":"Application(String, List, List, List, GeoCoverage)","u":"%3Cinit%3E(java.lang.String,java.util.List,java.util.List,java.util.List,org.iquantum.fog.utils.GeoCoverage)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"applicationMap"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"applications"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"AppLoop(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.fog.gui.core","c":"AppModule","l":"AppModule()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"AppModule(AppModule)","u":"%3Cinit%3E(org.iquantum.fog.application.AppModule)"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"AppModule(int, String, String, int, double, int, long, long, String, CloudletScheduler, Map, SelectivityModel>)","u":"%3Cinit%3E(int,java.lang.String,java.lang.String,int,double,int,long,long,java.lang.String,org.iquantum.policies.ctasks.CloudletScheduler,java.util.Map)"},{"p":"org.iquantum.fog.gui.core","c":"AppModule","l":"AppModule(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"AppModuleAllocationPolicy(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"appToModulesMap"},{"p":"org.iquantum.sdn","c":"Arc","l":"Arc(int, int, int, long, double)","u":"%3Cinit%3E(int,int,int,long,double)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"arcList"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"areAllContainersMigratingOutOrAnyContainersMigratingIn(PowerContainerHost)","u":"areAllContainersMigratingOutOrAnyContainersMigratingIn(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"areAllVmsMigratingOutOrAnyVmMigratingIn(PowerContainerHost)","u":"areAllVmsMigratingOutOrAnyVmMigratingIn(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"areAllVmsMigratingOutOrAnyVmMigratingIn(PowerHost)","u":"areAllVmsMigratingOutOrAnyVmMigratingIn(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"associatedActuatorIds"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"BagofTaskVm"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"bandwidth"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"BandWidthAggRoot"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"BandWidthEdgeAgg"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"BandWidthEdgeHost"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"BASE"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"bindCloudletToContainer(int, int)","u":"bindCloudletToContainer(int,int)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"bindCloudletToQNode(int, int)","u":"bindCloudletToQNode(int,int)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"bindCloudletToQNode(int, int)","u":"bindCloudletToQNode(int,int)"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"bindCloudletToQNode(int, int)","u":"bindCloudletToQNode(int,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"bindCloudletToVm(int, int)","u":"bindCloudletToVm(int,int)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"bindCloudletToVm(int, int)","u":"bindCloudletToVm(int,int)"},{"p":"org.iquantum.fog.mobilitydata","c":"Location","l":"block"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"bounds"},{"p":"org.iquantum.fog.gui.core","c":"Bridge","l":"Bridge()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.core","c":"Bridge","l":"Bridge()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"buildDefaultRouting()"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"buildNetworkTopology(String)","u":"buildNetworkTopology(java.lang.String)"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"BurstySelectivity(double, double, double)","u":"%3Cinit%3E(double,double,double)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"BUSY"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"BUSY"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"BUSY"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"BUSY"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"bwMatrix"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"BwProvisioner(long)","u":"%3Cinit%3E(long)"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"BwProvisionerOverbooking(long)","u":"%3Cinit%3E(long)"},{"p":"org.iquantum.provisioners","c":"BwProvisionerSimple","l":"BwProvisionerSimple(long)","u":"%3Cinit%3E(long)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"cachedcloudlet"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"CALCULATE_INPUT_RATE"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"CALCULATE_UTIL"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"calculateDistance(Location, Location)","u":"calculateDistance(org.iquantum.fog.mobilitydata.Location,org.iquantum.fog.mobilitydata.Location)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"canBeCreated(FogDevice, AppModule)","u":"canBeCreated(org.iquantum.fog.entities.FogDevice,org.iquantum.fog.application.AppModule)"},{"p":"org.iquantum.fog.utils","c":"CanBeSentResult","l":"CanBeSentResult()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.utils","c":"CanBeSentResult","l":"CanBeSentResult(double, double, boolean)","u":"%3Cinit%3E(double,double,boolean)"},{"p":"org.iquantum.core","c":"iQuantum","l":"cancel(int, Predicate)","u":"cancel(int,org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.core","c":"iQuantum","l":"cancelAll(int, Predicate)","u":"cancelAll(int,org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.tasks","c":"CTask","l":"CANCELED"},{"p":"org.iquantum.tasks","c":"QTask","l":"CANCELED"},{"p":"org.iquantum.core","c":"SimEntity","l":"cancelEvent(Predicate)","u":"cancelEvent(org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"canSelect()"},{"p":"org.iquantum.fog.application.selectivity","c":"FractionalSelectivity","l":"canSelect()"},{"p":"org.iquantum.fog.application.selectivity","c":"SelectivityModel","l":"canSelect()"},{"p":"org.iquantum.fog.test.perfeval","c":"CardiovascularHealthMonitoringApplication","l":"CardiovascularHealthMonitoringApplication()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.test.perfeval","c":"CardiovascularHealthMonitoringApplicationEdgeward","l":"CardiovascularHealthMonitoringApplicationEdgeward()","u":"%3Cinit%3E()"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"cBroker"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"cBroker"},{"p":"org.iquantum.brokers","c":"CBroker","l":"CBroker(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.brokers","c":"CCloudBroker","l":"CCloudBroker(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"CCloudDatacenter","l":"CCloudDatacenter(String, CDatacenterCharacteristics, VmAllocationPolicy, List, double)","u":"%3Cinit%3E(java.lang.String,org.iquantum.datacenters.CDatacenterCharacteristics,org.iquantum.policies.vm.VmAllocationPolicy,java.util.List,double)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"CDatacenter(String, CDatacenterCharacteristics, VmAllocationPolicy, List, double)","u":"%3Cinit%3E(java.lang.String,org.iquantum.datacenters.CDatacenterCharacteristics,org.iquantum.policies.vm.VmAllocationPolicy,java.util.List,double)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"CDatacenterCharacteristics(String, String, String, List, double, double, double, double, double)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.util.List,double,double,double,double,double)"},{"p":"org.iquantum.brokers","c":"CEdgeBroker","l":"CEdgeBroker(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"CEdgeDatacenter","l":"CEdgeDatacenter(String, CDatacenterCharacteristics, VmAllocationPolicy, List, double)","u":"%3Cinit%3E(java.lang.String,org.iquantum.datacenters.CDatacenterCharacteristics,org.iquantum.policies.vm.VmAllocationPolicy,java.util.List,double)"},{"p":"org.iquantum.sdn","c":"Channel","l":"changeBandwidth(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"changeMips(double)"},{"p":"org.iquantum.sdn","c":"Channel","l":"Channel(int, int, int, List, List, double)","u":"%3Cinit%3E(int,int,int,java.util.List,java.util.List,double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"checkCloudletCompletion()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"checkCloudletCompletion()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"checkCloudletCompletion()"},{"p":"org.iquantum.sdn","c":"SDNDatacenter","l":"checkCloudletCompletion()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"childrenIds"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"childToLatencyMap"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"childToOperatorsMap"},{"p":"org.iquantum.fog.test","c":"CleanFromJson","l":"CleanFromJson()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core","c":"DeferredQueue","l":"clear()"},{"p":"org.iquantum.core","c":"FutureQueue","l":"clear()"},{"p":"org.iquantum.sdn","c":"ForwardingRule","l":"clear()"},{"p":"org.iquantum.sdn","c":"RoutingTable","l":"clear()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"clearDatacenters()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"clearDatacenters()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"clearDatacenters()"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"clearGraph()"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"clearGraph()"},{"p":"org.iquantum.sdn","c":"Node","l":"clearVMRoutingTable()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"clearVMRoutingTable()"},{"p":"org.iquantum.sdn","c":"Switch","l":"clearVMRoutingTable()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"CLIENT"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"clist"},{"p":"org.iquantum.core","c":"iQuantum","l":"clock()"},{"p":"org.iquantum.core","c":"SimEntity","l":"clone()"},{"p":"org.iquantum.core","c":"SimEvent","l":"clone()"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"clone()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"CLOUD"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUD_GATEWAY_DISPATCH_TASK"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"CloudGateway(String, CCloudBroker, QCloudBroker)","u":"%3Cinit%3E(java.lang.String,org.iquantum.brokers.CCloudBroker,org.iquantum.brokers.QCloudBroker)"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_CANCEL"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_MOVE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_MOVE_ACK"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_PAUSE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_PAUSE_ACK"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_RESUME"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_RESUME_ACK"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_RETURN"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_STATUS"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_SUBMIT"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_SUBMIT_ACK"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletCancel(int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"cloudletCancel(int)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"cloudletCancel(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletCancel(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"cloudletCancel(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"cloudletCancel(int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletExecList"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletExecList"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletFailedList"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletFailedList"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletFinish(ResCTask)","u":"cloudletFinish(org.iquantum.tasks.ResCTask)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"cloudletFinish(ResCTask)","u":"cloudletFinish(org.iquantum.tasks.ResCTask)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"cloudletFinish(ResCTask)","u":"cloudletFinish(org.iquantum.tasks.ResCTask)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"cloudletFinish(ResCTask)","u":"cloudletFinish(org.iquantum.tasks.ResCTask)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletFinish(ResCTask)","u":"cloudletFinish(org.iquantum.tasks.ResCTask)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"cloudletFinish(ResCTask)","u":"cloudletFinish(org.iquantum.tasks.ResCTask)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"cloudletFinish(ResCTask)","u":"cloudletFinish(org.iquantum.tasks.ResCTask)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"cloudletFinish(ResCTask)","u":"cloudletFinish(org.iquantum.tasks.ResCTask)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletFinishedList"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletFinishedList"},{"p":"org.iquantum.network.datacenter","c":"NetworkVm","l":"cloudletlist"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"cloudletList"},{"p":"org.iquantum.brokers","c":"CBroker","l":"cloudletList"},{"p":"org.iquantum.lists","c":"CloudletList","l":"CloudletList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletPause(int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"cloudletPause(int)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"cloudletPause(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletPause(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"cloudletPause(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"cloudletPause(int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletPausedList"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletPausedList"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"cloudletReceivedList"},{"p":"org.iquantum.brokers","c":"CBroker","l":"cloudletReceivedList"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletResume(int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"cloudletResume(int)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"cloudletResume(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletResume(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"cloudletResume(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"cloudletResume(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"CloudletScheduler()","u":"%3Cinit%3E()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"CloudletSchedulerDynamicWorkload(double, int)","u":"%3Cinit%3E(double,int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"CloudletSchedulerSpaceShared()","u":"%3Cinit%3E()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"CloudletSchedulerTimeShared()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"cloudletsSubmitted"},{"p":"org.iquantum.brokers","c":"CBroker","l":"cloudletsSubmitted"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletSubmit(CTask)","u":"cloudletSubmit(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"cloudletSubmit(CTask)","u":"cloudletSubmit(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"cloudletSubmit(CTask)","u":"cloudletSubmit(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"cloudletSubmit(CTask)","u":"cloudletSubmit(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletSubmit(CTask)","u":"cloudletSubmit(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"cloudletSubmit(CTask)","u":"cloudletSubmit(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"cloudletSubmit(CTask)","u":"cloudletSubmit(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"cloudletSubmit(CTask)","u":"cloudletSubmit(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletSubmit(CTask, double)","u":"cloudletSubmit(org.iquantum.tasks.CTask,double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"cloudletSubmit(CTask, double)","u":"cloudletSubmit(org.iquantum.tasks.CTask,double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"cloudletSubmit(CTask, double)","u":"cloudletSubmit(org.iquantum.tasks.CTask,double)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"cloudletSubmit(CTask, double)","u":"cloudletSubmit(org.iquantum.tasks.CTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletSubmit(CTask, double)","u":"cloudletSubmit(org.iquantum.tasks.CTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"cloudletSubmit(CTask, double)","u":"cloudletSubmit(org.iquantum.tasks.CTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"cloudletSubmit(CTask, double)","u":"cloudletSubmit(org.iquantum.tasks.CTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"cloudletSubmit(CTask, double)","u":"cloudletSubmit(org.iquantum.tasks.CTask,double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"cloudletSubmittedList"},{"p":"org.iquantum.brokers","c":"CBroker","l":"cloudletSubmittedList"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletWaitingList"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletWaitingList"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"cloudTrafficMap"},{"p":"org.iquantum.fog.placement","c":"PlacementLogicFactory","l":"CLUSTERED_MICROSERVICES_PLACEMENT"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"ClusteredMicroservicePlacementLogic(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"clustering_levels"},{"p":"org.iquantum.fog.mobilitydata","c":"Clustering","l":"Clustering()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"ClusteringController(String, List, List, List, LocationHandler)","u":"%3Cinit%3E(java.lang.String,java.util.List,java.util.List,java.util.List,org.iquantum.fog.placement.LocationHandler)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"ClusteringController(String, List, List, List, LocationHandler, List)","u":"%3Cinit%3E(java.lang.String,java.util.List,java.util.List,java.util.List,org.iquantum.fog.placement.LocationHandler,java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"clusteringFeature"},{"p":"org.iquantum.fog.utils","c":"Config","l":"clusteringLatency"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"clusteringSubmit(List)","u":"clusteringSubmit(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"clusteringSubmit(List)","u":"clusteringSubmit(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"clusterLinkBandwidth"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"clusterMembers"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"clusterMembersToLatencyMap"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"clusterTupleQueue"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"COMMUNICATION_LENGTH"},{"p":"org.iquantum.fog.utils","c":"OperatorSetComparator","l":"compare(List, List)","u":"compare(java.util.List,java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"compareTo(Object)","u":"compareTo(java.lang.Object)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVm","l":"compareTo(Object)","u":"compareTo(java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEvent","l":"compareTo(SimEvent)","u":"compareTo(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.utils","c":"Config","l":"Config()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"connectWithLatencies()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"connectWithLatencies()"},{"p":"org.iquantum.sdn","c":"Constants","l":"Constants()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.core","c":"containeriQuantumTags","l":"CONTAINER_CREATE_ACK"},{"p":"org.iquantum.backends.classical.container.core","c":"containeriQuantumTags","l":"CONTAINER_MIGRATE"},{"p":"org.iquantum.backends.classical.container.core","c":"containeriQuantumTags","l":"CONTAINER_SUBMIT"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"Container(int, int, double, int, int, long, long, String, ContainerCloudletScheduler, double)","u":"%3Cinit%3E(int,int,double,int,int,long,long,java.lang.String,org.iquantum.backends.classical.container.schedulers.ContainerCloudletScheduler,double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicy","l":"ContainerAllocationPolicy()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicyRS","l":"ContainerAllocationPolicyRS(ContainerPlacementPolicy)","u":"%3Cinit%3E(org.iquantum.backends.classical.container.containerPlacementPolicies.ContainerPlacementPolicy)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"ContainerAllocationPolicySimple()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"ContainerBwProvisioner(long)","u":"%3Cinit%3E(long)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisionerSimple","l":"ContainerBwProvisionerSimple(long)","u":"%3Cinit%3E(long)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"ContainerCloudletScheduler()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"ContainerCloudletSchedulerDynamicWorkload(double, int)","u":"%3Cinit%3E(double,int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"ContainerCloudletSchedulerTimeShared()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"containerCreate(Container)","u":"containerCreate(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerCTask","l":"ContainerCTask(int, long, int, long, long, UtilizationModel, UtilizationModel, UtilizationModel)","u":"%3Cinit%3E(int,long,int,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerCTask","l":"ContainerCTask(int, long, int, long, long, UtilizationModel, UtilizationModel, UtilizationModel, boolean)","u":"%3Cinit%3E(int,long,int,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerCTask","l":"ContainerCTask(int, long, int, long, long, UtilizationModel, UtilizationModel, UtilizationModel, boolean, List)","u":"%3Cinit%3E(int,long,int,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,boolean,java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerCTask","l":"ContainerCTask(int, long, int, long, long, UtilizationModel, UtilizationModel, UtilizationModel, List)","u":"%3Cinit%3E(int,long,int,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"ContainerDatacenter(String, ContainerDatacenterCharacteristics, ContainerVmAllocationPolicy, ContainerAllocationPolicy, List, double, String, String)","u":"%3Cinit%3E(java.lang.String,org.iquantum.backends.classical.container.core.ContainerDatacenterCharacteristics,org.iquantum.backends.classical.container.resourceAllocators.ContainerVmAllocationPolicy,org.iquantum.backends.classical.container.resourceAllocators.ContainerAllocationPolicy,java.util.List,double,java.lang.String,java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"ContainerDatacenterBroker(String, double)","u":"%3Cinit%3E(java.lang.String,double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"ContainerDatacenterCharacteristics(String, String, String, List, double, double, double, double, double)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.util.List,double,double,double,double,double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"containerDeallocate(Container)","u":"containerDeallocate(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"containerDeallocateAll()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"containerDestroy(Container)","u":"containerDestroy(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"containerDestroyAll()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"ContainerHost(int, ContainerVmRamProvisioner, ContainerVmBwProvisioner, long, List, ContainerVmScheduler)","u":"%3Cinit%3E(int,org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmRamProvisioner,org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmBwProvisioner,long,java.util.List,org.iquantum.backends.classical.container.schedulers.ContainerVmScheduler)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"ContainerHostDynamicWorkload(int, ContainerVmRamProvisioner, ContainerVmBwProvisioner, long, List, ContainerVmScheduler)","u":"%3Cinit%3E(int,org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmRamProvisioner,org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmBwProvisioner,long,java.util.List,org.iquantum.backends.classical.container.schedulers.ContainerVmScheduler)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"ContainerHostList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerCTask","l":"containerId"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"containerList"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerList","l":"ContainerList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"containerMigrationCount"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"ContainerPe(int, ContainerPeProvisioner)","u":"%3Cinit%3E(int,org.iquantum.backends.classical.container.containerProvisioners.ContainerPeProvisioner)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"ContainerPeList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"ContainerPeProvisioner(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicy","l":"ContainerPlacementPolicy()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicyFirstFit","l":"ContainerPlacementPolicyFirstFit()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicyLeastFull","l":"ContainerPlacementPolicyLeastFull()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicyMostFull","l":"ContainerPlacementPolicyMostFull()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicyRandomSelection","l":"ContainerPlacementPolicyRandomSelection()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"ContainerRamProvisioner(float)","u":"%3Cinit%3E(float)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisionerSimple","l":"ContainerRamProvisionerSimple(float)","u":"%3Cinit%3E(float)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"containersAcks"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"ContainerScheduler(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"ContainerSchedulerTimeShared(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeSharedOverSubscription","l":"ContainerSchedulerTimeSharedOverSubscription(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"containersCreated"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"containersCreatedList"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"containersToDatacentersMap"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"ContainerVm(int, int, double, float, long, long, String, ContainerScheduler, ContainerRamProvisioner, ContainerBwProvisioner, List)","u":"%3Cinit%3E(int,int,double,float,long,long,java.lang.String,org.iquantum.backends.classical.container.schedulers.ContainerScheduler,org.iquantum.backends.classical.container.containerProvisioners.ContainerRamProvisioner,org.iquantum.backends.classical.container.containerProvisioners.ContainerBwProvisioner,java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"ContainerVmAllocationPolicy(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"ContainerVmAllocationPolicySimple(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"ContainerVmBwProvisioner(long)","u":"%3Cinit%3E(long)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisionerSimple","l":"ContainerVmBwProvisionerSimple(long)","u":"%3Cinit%3E(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"containerVmCreate(ContainerVm)","u":"containerVmCreate(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"containerVmDeallocate(ContainerVm)","u":"containerVmDeallocate(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"containerVmDeallocateAll()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"containerVmDestroy(ContainerVm)","u":"containerVmDestroy(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"containerVmDestroyAll()"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmList","l":"ContainerVmList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"ContainerVmPe(int, ContainerVmPeProvisioner)","u":"%3Cinit%3E(int,org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmPeProvisioner)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"ContainerVmPeList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"ContainerVmPeProvisioner(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"ContainerVmPeProvisionerSimple(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"ContainerVmRamProvisioner(float)","u":"%3Cinit%3E(float)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisionerSimple","l":"ContainerVmRamProvisionerSimple(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"ContainerVmScheduler(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"ContainerVmSchedulerTimeShared(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeSharedOverSubscription","l":"ContainerVmSchedulerTimeSharedOverSubscription(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"contains(double, double)","u":"contains(double,double)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"contains(double, double, double, double)","u":"contains(double,double,double,double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"contains(File)","u":"contains(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"contains(File)","u":"contains(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"contains(File)","u":"contains(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"contains(File)","u":"contains(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"contains(int, int)","u":"contains(int,int)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"contains(Point)","u":"contains(java.awt.Point)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"contains(Point2D)","u":"contains(java.awt.geom.Point2D)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"contains(Rectangle2D)","u":"contains(java.awt.geom.Rectangle2D)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"contains(String)","u":"contains(java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"contains(String)","u":"contains(java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"contains(String)","u":"contains(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"contains(String)","u":"contains(java.lang.String)"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"CONTROL_MSG_ARRIVAL"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"CONTROLLER_RESOURCE_MANAGE"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"Controller(String, List, List, List)","u":"%3Cinit%3E(java.lang.String,java.util.List,java.util.List,java.util.List)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"controllerComponent"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"ControllerComponent(Integer, LoadBalancer)","u":"%3Cinit%3E(java.lang.Integer,org.iquantum.fog.entities.LoadBalancer)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"ControllerComponent(Integer, LoadBalancer, MicroservicePlacementLogic, Map>, Map, List)","u":"%3Cinit%3E(java.lang.Integer,org.iquantum.fog.entities.LoadBalancer,org.iquantum.fog.placement.MicroservicePlacementLogic,java.util.Map,java.util.Map,java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"controllerId"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"convertWeightedMetric(double, double)","u":"convertWeightedMetric(double,double)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"convertWeightedMetric(double, double)","u":"convertWeightedMetric(double,double)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"convertWeightedMetric(double, double)","u":"convertWeightedMetric(double,double)"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"coordinates"},{"p":"org.iquantum.fog.gui.core","c":"Coordinates","l":"Coordinates()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.core","c":"Coordinates","l":"Coordinates()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"Coordinates","l":"Coordinates(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"org.iquantum.sdn.graph.core","c":"Coordinates","l":"Coordinates(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"copyValue(FileAttribute)","u":"copyValue(org.iquantum.utils.datacloud.FileAttribute)"},{"p":"org.iquantum.sdn","c":"CoreSwitch","l":"CoreSwitch(String, int, long, int, int, NetworkOperatingSystem)","u":"%3Cinit%3E(java.lang.String,int,long,int,int,org.iquantum.sdn.NetworkOperatingSystem)"},{"p":"org.iquantum.backends.classical.container.utils","c":"Correlation","l":"Correlation()","u":"%3Cinit%3E()"},{"p":"org.iquantum.tasks","c":"CTask","l":"costPerBw"},{"p":"org.iquantum.backends.classical.container.utils","c":"CostumeCSVReader","l":"CostumeCSVReader(File)","u":"%3Cinit%3E(java.io.File)"},{"p":"org.iquantum.backends.classical.container.utils","c":"CostumeCSVWriter","l":"CostumeCSVWriter(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"CotainerPeProvisionerSimple(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.utils","c":"MathUtil","l":"countNonZeroBeginning(double[])"},{"p":"org.iquantum.utils","c":"MathUtil","l":"countShortestRow(double[][])"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"covers(GeoCoverage)","u":"covers(org.iquantum.fog.utils.GeoCoverage)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"CPU"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"CPUfinTimeCPU"},{"p":"org.iquantum.core","c":"SimEvent","l":"CREATE"},{"p":"org.iquantum.backends.classical.container.core","c":"containeriQuantumTags","l":"CREATE_NEW_VM"},{"p":"org.iquantum.sdn.example","c":"SDNExample.VmAllocationPolicyFactory","l":"create(List)","u":"create(java.util.List)"},{"p":"org.iquantum.fog.application","c":"Application","l":"createApplication(String, int)","u":"createApplication(java.lang.String,int)"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"createBroker()"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"createCloudletList(List)","u":"createCloudletList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"WorkflowApp","l":"createCloudletList(List)","u":"createCloudletList(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"createClusterConnections(int, List, Double)","u":"createClusterConnections(int,java.util.List,java.lang.Double)"},{"p":"org.iquantum.fog.mobilitydata","c":"Clustering","l":"createClusterMembers(int, int, JSONObject)","u":"createClusterMembers(int,int,org.json.simple.JSONObject)"},{"p":"org.iquantum.tasks","c":"CTask","l":"CREATED"},{"p":"org.iquantum.tasks","c":"QTask","l":"CREATED"},{"p":"org.iquantum.fog.application","c":"Application","l":"createDAG()"},{"p":"org.iquantum.fog.utils","c":"FogEntityFactory","l":"createFogDevice(String, int, double, double, double, double)","u":"createFogDevice(java.lang.String,int,double,double,double,double)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"createHost(int, int, long, long, long, double)","u":"createHost(int,int,long,long,long,double)"},{"p":"org.iquantum.sdn.overbooking","c":"OverbookingNetworkOperatingSystem","l":"createHost(int, int, long, long, long, double)","u":"createHost(int,int,long,long,long,double)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"PhysicalTopologyGenerator","l":"createHostSpec(int, long, int, long, long)","u":"createHostSpec(int,long,int,long,long)"},{"p":"org.iquantum.utils","c":"MathUtil","l":"createLinearRegression(double[], double[])","u":"createLinearRegression(double[],double[])"},{"p":"org.iquantum.utils","c":"MathUtil","l":"createLinearRegression(double[][], double[])","u":"createLinearRegression(double[][],double[])"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"createModuleInstanceOnDevice(AppModule, FogDevice)","u":"createModuleInstanceOnDevice(org.iquantum.fog.application.AppModule,org.iquantum.fog.entities.FogDevice)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"createModuleInstanceOnDevice(AppModule, FogDevice, int)","u":"createModuleInstanceOnDevice(org.iquantum.fog.application.AppModule,org.iquantum.fog.entities.FogDevice,int)"},{"p":"org.iquantum.fog.placement","c":"ModuleMapping","l":"createModuleMapping()"},{"p":"org.iquantum.backends.quantum","c":"IBMQNode","l":"createNode(int, String, QTaskScheduler)","u":"createNode(int,java.lang.String,org.iquantum.policies.qtasks.QTaskScheduler)"},{"p":"org.iquantum.backends.quantum","c":"IBMQNodeMQ","l":"createNode(int, String, QTaskSchedulerFCFSMQ)","u":"createNode(int,java.lang.String,org.iquantum.policies.qtasks.QTaskSchedulerFCFSMQ)"},{"p":"org.iquantum.fog.mobilitydata","c":"RandomMobilityGenerator","l":"createRandomData(int, int, String, boolean)","u":"createRandomData(int,int,java.lang.String,boolean)"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"createSDNDatacenter(String, String, NetworkOperatingSystem, SDNExample.VmAllocationPolicyFactory)","u":"createSDNDatacenter(java.lang.String,java.lang.String,org.iquantum.sdn.NetworkOperatingSystem,org.iquantum.sdn.example.SDNExample.VmAllocationPolicyFactory)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"PhysicalTopologyGenerator","l":"createTopology(PhysicalTopologyGenerator.HostSpec, long, long, int, double)","u":"createTopology(org.iquantum.sdn.example.topogenerators.PhysicalTopologyGenerator.HostSpec,long,long,int,double)"},{"p":"org.iquantum.fog.application","c":"Application","l":"createTuple(AppEdge, int, int)","u":"createTuple(org.iquantum.fog.application.AppEdge,int,int)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGeneratorVmTypes","l":"createVM(VirtualTopologyGeneratorVmTypes.VMtype, double, double)","u":"createVM(org.iquantum.sdn.example.topogenerators.VirtualTopologyGeneratorVmTypes.VMtype,double,double)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"createvmflag"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"createVMinHost(ContainerHost, boolean)","u":"createVMinHost(org.iquantum.backends.classical.container.core.ContainerHost,boolean)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"createVms(ContainerHost, boolean)","u":"createVms(org.iquantum.backends.classical.container.core.ContainerHost,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"createVmsInDatacenter(int)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"createVmsInDatacenter(int)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"createVmsInDatacenterBase(int)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGenerator","l":"createVmSpec(int, long, int, long, long, double, double)","u":"createVmSpec(int,long,int,long,long,double,double)"},{"p":"org.iquantum.utils","c":"MathUtil","l":"createWeigthedLinearRegression(double[], double[], double[])","u":"createWeigthedLinearRegression(double[],double[],double[])"},{"p":"org.iquantum.fog.test.perfeval","c":"CrowdSensing_Microservices_RandomMobility_Clustering","l":"CrowdSensing_Microservices_RandomMobility_Clustering()","u":"%3Cinit%3E()"},{"p":"org.iquantum.tasks","c":"CTask","l":"CTask(int, long, int, long, long, UtilizationModel, UtilizationModel, UtilizationModel)","u":"%3Cinit%3E(int,long,int,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel)"},{"p":"org.iquantum.tasks","c":"CTask","l":"CTask(int, long, int, long, long, UtilizationModel, UtilizationModel, UtilizationModel, boolean)","u":"%3Cinit%3E(int,long,int,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,boolean)"},{"p":"org.iquantum.tasks","c":"CTask","l":"CTask(int, long, int, long, long, UtilizationModel, UtilizationModel, UtilizationModel, boolean, List)","u":"%3Cinit%3E(int,long,int,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,boolean,java.util.List)"},{"p":"org.iquantum.tasks","c":"CTask","l":"CTask(int, long, int, long, long, UtilizationModel, UtilizationModel, UtilizationModel, List)","u":"%3Cinit%3E(int,long,int,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,java.util.List)"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"cTaskList"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"cTaskList"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_MASTER"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_MASTER_ERROR"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_MASTER_ERROR_FULL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_MASTER_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_MASTER_SUCCESSFUL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_REPLICA"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_REPLICA_ERROR"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_REPLICA_ERROR_DOESNT_EXIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_REPLICA_ERROR_FULL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_REPLICA_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_REPLICA_SUCCESSFUL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_MASTER"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_MASTER_DOESNT_EXIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_MASTER_ERROR"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_MASTER_REPLICAS_EXIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_MASTER_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_MASTER_SUCCESSFUL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_REPLICA"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_REPLICA_ERROR"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_REPLICA_ERROR_DOESNT_EXIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_REPLICA_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_REPLICA_SUCCESSFUL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_FILE_ATTR_DELIVERY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_FILTER"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_FILTER_DELIVERY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_GET_FILE_ATTR"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_GET_REPLICA"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_GET_REPLICA_LIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_MODIFY_MASTER"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_MODIFY_MASTER_ERROR"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_MODIFY_MASTER_ERROR_DOESNT_EXIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_MODIFY_MASTER_ERROR_READ_ONLY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_MODIFY_MASTER_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_MODIFY_MASTER_SUCCESSFUL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_REPLICA_DELIVERY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_REPLICA_LIST_DELIVERY"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"currentAppId"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"currentCloudletId"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"currentCpuLoad"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"currentCpuLoad"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"currentCpuLoad"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"currentCpuLoad"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"currentCpuLoad"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"currentCpus"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"currentCpus"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"currentCPUs"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"currentCPUs"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"currentModuleInstanceNum"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"currentModuleInstanceNum"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"currentModuleInstanceNum"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"currentModuleInstanceNum"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"currentModuleInstanceNum"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"currentModuleLoadMap"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"currentModuleLoadMap"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"currentModuleLoadMap"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"currentModuleLoadMap"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"currentModuleLoadMap"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"currentModuleMap"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"currentModuleMap"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"currentModuleMap"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"currentModuleMap"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"currentModuleMap"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"currentQPUs"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"currentQPUs"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"currStagenum"},{"p":"org.iquantum.fog.application","c":"Application","l":"dag"},{"p":"org.iquantum.fog.application","c":"DAG","l":"DAG(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"datacenter"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"datacenterCharacteristicsList"},{"p":"org.iquantum.brokers","c":"CBroker","l":"datacenterCharacteristicsList"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"datacenterid"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"datacenterIdsList"},{"p":"org.iquantum.brokers","c":"CBroker","l":"datacenterIdsList"},{"p":"org.iquantum.brokers","c":"QBroker","l":"datacenterIdsList"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"datacenterIdsList"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"datacenterIdsList"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"datacenterRequestedIdsList"},{"p":"org.iquantum.brokers","c":"CBroker","l":"datacenterRequestedIdsList"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"DATAcloudlet_SUBMIT"},{"p":"org.iquantum.utils","c":"DataFormat","l":"DataFormat()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"dataObject"},{"p":"org.iquantum.fog.mobilitydata","c":"DataParser","l":"DataParser()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"dataset_random"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"dataset_reference"},{"p":"org.iquantum.core","c":"Consts","l":"DAY"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"dc"},{"p":"org.iquantum.fog.test.perfeval","c":"DCNSFog","l":"DCNSFog()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"deadline"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"deallocateBwForAllContainers()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisionerSimple","l":"deallocateBwForAllContainers()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"deallocateBwForAllContainerVms()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisionerSimple","l":"deallocateBwForAllContainerVms()"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"deallocateBwForAllVms()"},{"p":"org.iquantum.provisioners","c":"BwProvisionerSimple","l":"deallocateBwForAllVms()"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"deallocateBwForAllVms()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"deallocateBwForContainer(Container)","u":"deallocateBwForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisionerSimple","l":"deallocateBwForContainer(Container)","u":"deallocateBwForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"deallocateBwForContainerVm(ContainerVm)","u":"deallocateBwForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisionerSimple","l":"deallocateBwForContainerVm(ContainerVm)","u":"deallocateBwForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"deallocateBwForVm(Vm)","u":"deallocateBwForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"BwProvisionerSimple","l":"deallocateBwForVm(Vm)","u":"deallocateBwForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"deallocateBwForVm(Vm)","u":"deallocateBwForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"deallocateHostForVm(ContainerVm)","u":"deallocateHostForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"deallocateHostForVm(ContainerVm)","u":"deallocateHostForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationAbstract","l":"deallocateHostForVm(ContainerVm)","u":"deallocateHostForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"deallocateHostForVm(Vm)","u":"deallocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"deallocateHostForVm(Vm)","u":"deallocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicy","l":"deallocateHostForVm(Vm)","u":"deallocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"deallocateHostForVm(Vm)","u":"deallocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyAbstract","l":"deallocateHostForVm(Vm)","u":"deallocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"deallocateHostForVm(Vm)","u":"deallocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"deallocateHostForVm(Vm)","u":"deallocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"deallocateHostForVm(Vm)","u":"deallocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"deallocateMipsForAllContainers()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"deallocateMipsForAllContainers()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"deallocateMipsForAllContainerVms()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"deallocateMipsForAllContainerVms()"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"deallocateMipsForAllVms()"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"deallocateMipsForAllVms()"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"deallocateMipsForAllVms()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"deallocateMipsForContainer(Container)","u":"deallocateMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"deallocateMipsForContainer(Container)","u":"deallocateMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"deallocateMipsForContainerVm(ContainerVm)","u":"deallocateMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"deallocateMipsForContainerVm(ContainerVm)","u":"deallocateMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"deallocateMipsForVm(Vm)","u":"deallocateMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"deallocateMipsForVm(Vm)","u":"deallocateMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"deallocateMipsForVm(Vm)","u":"deallocateMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"deallocatePesForAllContainers()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"deallocatePesForAllContainers()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"deallocatePesForAllContainerVms()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"deallocatePesForAllContainerVms()"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"deallocatePesForAllVms()"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"deallocatePesForAllVms()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"deallocatePesForContainer(Container)","u":"deallocatePesForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"deallocatePesForContainer(Container)","u":"deallocatePesForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"deallocatePesForContainer(Container)","u":"deallocatePesForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"deallocatePesForContainerVm(ContainerVm)","u":"deallocatePesForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"deallocatePesForVm(ContainerVm)","u":"deallocatePesForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"deallocatePesForVm(ContainerVm)","u":"deallocatePesForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"deallocatePesForVm(Vm)","u":"deallocatePesForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"deallocatePesForVm(Vm)","u":"deallocatePesForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerSpaceShared","l":"deallocatePesForVm(Vm)","u":"deallocatePesForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"deallocatePesForVm(Vm)","u":"deallocatePesForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"deallocatePesForVm(Vm)","u":"deallocatePesForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"deallocateRamForAllContainers()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisionerSimple","l":"deallocateRamForAllContainers()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"deallocateRamForAllContainerVms()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisionerSimple","l":"deallocateRamForAllContainerVms()"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"deallocateRamForAllVms()"},{"p":"org.iquantum.provisioners","c":"RamProvisionerSimple","l":"deallocateRamForAllVms()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"deallocateRamForContainer(Container)","u":"deallocateRamForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisionerSimple","l":"deallocateRamForContainer(Container)","u":"deallocateRamForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"deallocateRamForContainerVm(ContainerVm)","u":"deallocateRamForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisionerSimple","l":"deallocateRamForContainerVm(ContainerVm)","u":"deallocateRamForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"deallocateRamForVm(Vm)","u":"deallocateRamForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"RamProvisionerSimple","l":"deallocateRamForVm(Vm)","u":"deallocateRamForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicy","l":"deallocateVmForContainer(Container)","u":"deallocateVmForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"deallocateVmForContainer(Container)","u":"deallocateVmForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicy","l":"deallocateVmForContainer(Container)","u":"deallocateVmForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.fog.utils","c":"Logger","l":"DEBUG"},{"p":"org.iquantum.fog.utils","c":"Logger","l":"debug(String, String)","u":"debug(java.lang.String,java.lang.String)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"debugFlowIdName"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"debugVmIdName"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"DEFAULT_BAUD_RATE"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"DEFAULT_MTU"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"DEFAULT_STORAGE_SIZE"},{"p":"org.iquantum.core","c":"iQuantum","l":"deferred"},{"p":"org.iquantum.core","c":"DeferredQueue","l":"DeferredQueue()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"delayMatrix"},{"p":"org.iquantum.network","c":"DelayMatrix_Float","l":"DelayMatrix_Float(TopologicalGraph, boolean)","u":"%3Cinit%3E(org.iquantum.network.TopologicalGraph,boolean)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"deleteFile(File)","u":"deleteFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"SanStorage","l":"deleteFile(File)","u":"deleteFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"deleteFile(File)","u":"deleteFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"deleteFile(String)","u":"deleteFile(java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"deleteFile(String)","u":"deleteFile(java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"deleteFile(String, File)","u":"deleteFile(java.lang.String,org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"SanStorage","l":"deleteFile(String, File)","u":"deleteFile(java.lang.String,org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"deleteFile(String, File)","u":"deleteFile(java.lang.String,org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.tasks","c":"CTask","l":"deleteRequiredFile(String)","u":"deleteRequiredFile(java.lang.String)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"deployApplication(int, String)","u":"deployApplication(int,java.lang.String)"},{"p":"org.iquantum.sdn.example","c":"SimpleNetworkOperatingSystem","l":"deployApplication(List, List, List)","u":"deployApplication(java.util.List,java.util.List,java.util.List)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"deployApplication(List, List, List)","u":"deployApplication(java.util.List,java.util.List,java.util.List)"},{"p":"org.iquantum.sdn.overbooking","c":"OverbookingNetworkOperatingSystem","l":"deployApplication(List, List, List)","u":"deployApplication(java.util.List,java.util.List,java.util.List)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"deployementSet"},{"p":"org.iquantum.sdn.example","c":"SimpleNetworkOperatingSystem","l":"deployFlow(List)","u":"deployFlow(java.util.List)"},{"p":"org.iquantum.sdn.overbooking","c":"OverbookingNetworkOperatingSystem","l":"deployFlow(List)","u":"deployFlow(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"deploymentFile"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"DEPLOYMENTREQUEST"},{"p":"org.iquantum.sdn.example","c":"SimpleNetworkOperatingSystem","l":"deployMiddlebox(String, Vm)","u":"deployMiddlebox(java.lang.String,org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"deployMiddlebox(String, Vm)","u":"deployMiddlebox(java.lang.String,org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.overbooking","c":"OverbookingNetworkOperatingSystem","l":"deployMiddlebox(String, Vm)","u":"deployMiddlebox(java.lang.String,org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"destinationDeviceId"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"determineParent(int, double)","u":"determineParent(int,double)"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"DETERMINISTIC"},{"p":"org.iquantum.fog.utils.distribution","c":"DeterministicDistribution","l":"DeterministicDistribution(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"deviceId"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"deviceType"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"DIRECTIONAL_MOBILITY"},{"p":"org.iquantum.utils","c":"Log","l":"disable()"},{"p":"org.iquantum.fog.placement","c":"PlacementLogicFactory","l":"DISTRIBUTED_MICROSERVICES_PLACEMENT"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"DistributedMicroservicePlacementLogic(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"Distribution()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"DOWN"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"downlinkbandwidth"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"downlinkBandwidth"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"downlinkswitches"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"downlinkswitchpktlist"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"EDGE_LEVEL"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"Edge(Node)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Node)"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"Edge(Node)","u":"%3Cinit%3E(org.iquantum.sdn.graph.core.Node)"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"Edge(Node, double)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Node,double)"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"Edge(Node, double)","u":"%3Cinit%3E(org.iquantum.sdn.graph.core.Node,double)"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"Edge(Node, Map)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Node,java.util.Map)"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"Edge(Node, Map)","u":"%3Cinit%3E(org.iquantum.sdn.graph.core.Node,java.util.Map)"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"Edge(Node, String, long)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Node,java.lang.String,long)"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"Edge(Node, String, long)","u":"%3Cinit%3E(org.iquantum.sdn.graph.core.Node,java.lang.String,long)"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"EdgeGateway(String, CEdgeBroker, QEdgeBroker)","u":"%3Cinit%3E(java.lang.String,org.iquantum.brokers.CEdgeBroker,org.iquantum.brokers.QEdgeBroker)"},{"p":"org.iquantum.sdn","c":"EdgeSwitch","l":"EdgeSwitch(String, int, long, int, int, NetworkOperatingSystem)","u":"%3Cinit%3E(java.lang.String,int,long,int,int,org.iquantum.sdn.NetworkOperatingSystem)"},{"p":"org.iquantum.network.datacenter","c":"EdgeSwitch","l":"EdgeSwitch(String, int, NetworkCDatacenter)","u":"%3Cinit%3E(java.lang.String,int,org.iquantum.network.datacenter.NetworkCDatacenter)"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"EdgeSwitchPort"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"EDGEWARDS"},{"p":"org.iquantum.fog.placement","c":"PlacementLogicFactory","l":"EDGEWART_MICROSERCVICES_PLACEMENT"},{"p":"org.iquantum.sdn","c":"Middlebox","l":"editRequest(Request)","u":"editRequest(org.iquantum.sdn.Request)"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"EMIT_TUPLE"},{"p":"org.iquantum.fog.utils","c":"Config","l":"ENABLE_DYNAMIC_CLUSTERING"},{"p":"org.iquantum.fog.utils","c":"MicroservicePlacementConfig","l":"ENABLE_RESOURCE_DATA_SHARING"},{"p":"org.iquantum.fog.utils","c":"Config","l":"ENABLE_STATIC_CLUSTERING"},{"p":"org.iquantum.utils","c":"Log","l":"enable()"},{"p":"org.iquantum.fog.utils","c":"Logger","l":"ENABLED"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"END_OF_SIMULATION"},{"p":"org.iquantum.utils","c":"ExecutionTimeMeasurer","l":"end(String)","u":"end(java.lang.String)"},{"p":"org.iquantum.core","c":"SimEvent","l":"endWaitingTime()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"energyConsumption"},{"p":"org.iquantum.core","c":"SimEvent","l":"ENULL"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"environmentLimit"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.iquantum.fog.utils","c":"Logger","l":"ERROR"},{"p":"org.iquantum.fog.utils","c":"Logger","l":"error(String, String)","u":"error(java.lang.String,java.lang.String)"},{"p":"org.iquantum.core","c":"SimEvent","l":"eventTime()"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"executeApplicationPlacementLogic(List)","u":"executeApplicationPlacementLogic(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"executeTuple(SimEvent, String)","u":"executeTuple(org.iquantum.core.SimEvent,java.lang.String)"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"EXECUTION"},{"p":"org.iquantum.utils","c":"ExecutionTimeMeasurer","l":"ExecutionTimeMeasurer()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"exetime"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"exeTime"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"EXPERIMENT"},{"p":"org.iquantum.distributions","c":"ExponentialDistr","l":"ExponentialDistr(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.distributions","c":"ExponentialDistr","l":"ExponentialDistr(long, double)","u":"%3Cinit%3E(long,double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"extractHostListFromMigrationMap(List>)","u":"extractHostListFromMigrationMap(java.util.List)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"extractHostListFromMigrationMap(List>)","u":"extractHostListFromMigrationMap(java.util.List)"},{"p":"org.iquantum.utils","c":"QTaskExporter","l":"extractQTaskListToCSV(List, String)","u":"extractQTaskListToCSV(java.util.List,java.lang.String)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"FAILED"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"FAILED"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"FAILED"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"FAILED"},{"p":"org.iquantum.tasks","c":"CTask","l":"FAILED"},{"p":"org.iquantum.tasks","c":"QTask","l":"FAILED"},{"p":"org.iquantum.tasks","c":"QTask","l":"FAILED_GATES_INSUFFICIENT"},{"p":"org.iquantum.tasks","c":"QTask","l":"FAILED_QUBIT_MAP"},{"p":"org.iquantum.tasks","c":"QTask","l":"FAILED_QUBITS_INSUFFICIENT"},{"p":"org.iquantum.tasks","c":"CTask","l":"FAILED_RESOURCE_UNAVAILABLE"},{"p":"org.iquantum.tasks","c":"QTask","l":"FAILED_RESOURCE_UNAVAILABLE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"FALSE"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"FCN"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"fFloat"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDNExample","l":"fFloat"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_ERROR"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_ERROR_ACCESS_DENIED"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_ERROR_EMPTY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_ERROR_EXIST_READ_ONLY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_ERROR_STORAGE_FULL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_MASTER"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_MASTER_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_REPLICA"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_REPLICA_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_SUCCESSFUL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_ERROR"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_ERROR_ACCESS_DENIED"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_ERROR_DOESNT_EXIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_ERROR_IN_USE"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_ERROR_READ_ONLY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_MASTER"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_MASTER_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_REPLICA"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_REPLICA_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_SUCCESSFUL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELIVERY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_MODIFY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_MODIFY_ERROR"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_MODIFY_ERROR_ACCESS_DENIED"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_MODIFY_ERROR_DOESNT_EXIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_MODIFY_ERROR_IN_USE"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_MODIFY_ERROR_READ_ONLY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_MODIFY_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_MODIFY_SUCCESSFUL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_REQUEST"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"FILE_SIZE"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"File(File)","u":"%3Cinit%3E(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"File(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"FileAttribute(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"finalizeCloudlet()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"finalizeQTask()"},{"p":"org.iquantum.backends.classical.container.core","c":"containeriQuantumTags","l":"FIND_VM_FOR_CLOUDLET"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"findAvailableHostForContainer(Container, List>)","u":"findAvailableHostForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection","l":"findAvailableHostForContainer(Container, List>)","u":"findAvailableHostForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.core","c":"iQuantum","l":"findFirstDeferred(int, Predicate)","u":"findFirstDeferred(int,org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"findHostForContainer(Container, Set, boolean)","u":"findHostForContainer(org.iquantum.backends.classical.container.core.Container,java.util.Set,boolean)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection","l":"findHostForContainer(Container, Set, boolean)","u":"findHostForContainer(org.iquantum.backends.classical.container.core.Container,java.util.Set,boolean)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"findHostForVm(ContainerVm)","u":"findHostForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationAbstract","l":"findHostForVm(ContainerVm)","u":"findHostForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"findHostForVm(ContainerVm, Set)","u":"findHostForVm(org.iquantum.backends.classical.container.core.ContainerVm,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"findHostForVm(ContainerVm, Set)","u":"findHostForVm(org.iquantum.backends.classical.container.core.ContainerVm,java.util.Set)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyAbstract","l":"findHostForVm(Vm)","u":"findHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"findHostForVm(Vm)","u":"findHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"findHostForVm(Vm, Set)","u":"findHostForVm(org.iquantum.backends.classical.Vm,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"findMapInSwitchedOffHosts(List)","u":"findMapInSwitchedOffHosts(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"findMapInUnderUtilizedHosts(List, List)","u":"findMapInUnderUtilizedHosts(java.util.List,java.util.List)"},{"p":"org.iquantum.policies.qubitMapping","c":"QubitMappingBackTracking","l":"findMapping(QubitTopology, QubitTopology)","u":"findMapping(org.iquantum.backends.quantum.qubittopologies.QubitTopology,org.iquantum.backends.quantum.qubittopologies.QubitTopology)"},{"p":"org.iquantum.policies.qubitMapping","c":"QubitMappingBackTracking","l":"findMappingIndex(QubitTopology, QubitTopology)","u":"findMappingIndex(org.iquantum.backends.quantum.qubittopologies.QubitTopology,org.iquantum.backends.quantum.qubittopologies.QubitTopology)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"findSDNHost(Host)","u":"findSDNHost(org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"findSDNHost(int)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"findVm(int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicyRS","l":"findVmForContainer(Container)","u":"findVmForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicy","l":"findVmForContainer(Container)","u":"findVmForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"FINISH"},{"p":"org.iquantum.core","c":"SimEntity","l":"FINISHED"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"finishExecution()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"finishExecution()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"finishExecution()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"finishExecution()"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"finishExecution()"},{"p":"org.iquantum.core","c":"iQuantum","l":"finishSimulation()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"finishtime"},{"p":"org.iquantum.network.datacenter","c":"NetworkVm","l":"finishtime"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"fInt"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDNExample","l":"fInt"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"fintime"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"fintimelistHost"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"fintimelistVM"},{"p":"org.iquantum.network.datacenter","c":"NetworkVm","l":"flagfree"},{"p":"org.iquantum.network","c":"FloydWarshall_Float","l":"FloydWarshall_Float()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.utils","c":"Config","l":"FOG_DEVICE_ARCH"},{"p":"org.iquantum.fog.utils","c":"Config","l":"FOG_DEVICE_COST"},{"p":"org.iquantum.fog.utils","c":"Config","l":"FOG_DEVICE_COST_PER_BW"},{"p":"org.iquantum.fog.utils","c":"Config","l":"FOG_DEVICE_COST_PER_MEMORY"},{"p":"org.iquantum.fog.utils","c":"Config","l":"FOG_DEVICE_COST_PER_STORAGE"},{"p":"org.iquantum.fog.utils","c":"Config","l":"FOG_DEVICE_OS"},{"p":"org.iquantum.fog.utils","c":"Config","l":"FOG_DEVICE_TIMEZONE"},{"p":"org.iquantum.fog.utils","c":"Config","l":"FOG_DEVICE_VMM"},{"p":"org.iquantum.fog.entities","c":"FogBrokerC","l":"FogBrokerC(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"FogDevice(String, FogDeviceCharacteristicsC, VmAllocationPolicy, List, double, double, double, double, double)","u":"%3Cinit%3E(java.lang.String,org.iquantum.fog.entities.FogDeviceCharacteristicsC,org.iquantum.policies.vm.VmAllocationPolicy,java.util.List,double,double,double,double,double)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"FogDevice(String, long, int, double, double, double, PowerModel)","u":"%3Cinit%3E(java.lang.String,long,int,double,double,double,org.iquantum.power.models.PowerModel)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"FogDeviceCharacteristicsC(String, String, String, Host, double, double, double, double, double)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,org.iquantum.backends.classical.Host,double,double,double,double,double)"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"FogDeviceGui()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"FogDeviceGui(String, long, int, long, long, int, double)","u":"%3Cinit%3E(java.lang.String,long,int,long,long,int,double)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"fogDevices"},{"p":"org.iquantum.fog.utils","c":"FogEntityFactory","l":"FogEntityFactory()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"FogEvents()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.example","c":"FogGui","l":"FogGui()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.utils","c":"FogLinearPowerModel","l":"FogLinearPowerModel(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.fog.utils","c":"FogUtils","l":"FogUtils()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"FON"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"fonID"},{"p":"org.iquantum.utils","c":"Log","l":"format(String, Object...)","u":"format(java.lang.String,java.lang.Object...)"},{"p":"org.iquantum.utils","c":"Log","l":"formatLine(String, Object...)","u":"formatLine(java.lang.String,java.lang.Object...)"},{"p":"org.iquantum.sdn","c":"ForwardingRule","l":"ForwardingRule()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.application.selectivity","c":"FractionalSelectivity","l":"FractionalSelectivity(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"FREE"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"FREE"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"FREE"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"FREE"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"fString"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDNExample","l":"fString"},{"p":"org.iquantum.core","c":"iQuantum","l":"future"},{"p":"org.iquantum.core","c":"FutureQueue","l":"FutureQueue()","u":"%3Cinit%3E()"},{"p":"org.iquantum.distributions","c":"GammaDistr","l":"GammaDistr(int, double)","u":"%3Cinit%3E(int,double)"},{"p":"org.iquantum.distributions","c":"GammaDistr","l":"GammaDistr(Random, int, double)","u":"%3Cinit%3E(java.util.Random,int,double)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGeneratorVmTypes","l":"generate3TierTopology(int, String)","u":"generate3TierTopology(int,java.lang.String)"},{"p":"org.iquantum.fog.utils","c":"FogUtils","l":"generateActualTupleId()"},{"p":"org.iquantum.fog.utils","c":"FogUtils","l":"generateEntityId()"},{"p":"org.iquantum.sdn.request","c":"VMRequestGenerator","l":"generateLinks()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"generateRoutingTable()"},{"p":"org.iquantum.fog.utils","c":"ShortestPathRoutingGenerator","l":"generateRoutingTable(List)","u":"generateRoutingTable(java.util.List)"},{"p":"org.iquantum.fog.utils","c":"FogUtils","l":"generateTupleId()"},{"p":"org.iquantum.sdn.request","c":"VMRequestGenerator","l":"generateVM(long, int, long, int, long, double, double)","u":"generateVM(long,int,long,int,long,double,double)"},{"p":"org.iquantum.sdn.request","c":"VMRequestGenerator","l":"generateVM(VMRequestGenerator.VMtype, double, double)","u":"generateVM(org.iquantum.sdn.request.VMRequestGenerator.VMtype,double,double)"},{"p":"org.iquantum.sdn.request","c":"VMRequestGenerator","l":"generateVMGroup(int, double, double)","u":"generateVMGroup(int,double,double)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGeneratorVmTypes","l":"generateVMGroup(int, double, double, Long)","u":"generateVMGroup(int,double,double,java.lang.Long)"},{"p":"org.iquantum.sdn.request","c":"VMRequestGenerator","l":"generateVMs(int)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VMRequestRandomGenerator","l":"generateVMsRandom(int)"},{"p":"org.iquantum.models","c":"WorkloadFileReader","l":"generateWorkload()"},{"p":"org.iquantum.models","c":"WorkloadModel","l":"generateWorkload()"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"GeoCoverage(double, double, double, double)","u":"%3Cinit%3E(double,double,double,double)"},{"p":"org.iquantum.fog.utils","c":"GeoLocation","l":"GeoLocation(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"GET_RESOURCE_USAGE"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getActiveApplications()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getActiveHostList()"},{"p":"org.iquantum.sdn","c":"Channel","l":"getActiveTransmissionNum()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getActiveVmList()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getActualCPUTime()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getActualCPUTime(int)"},{"p":"org.iquantum.tasks","c":"QTask","l":"getActualQPUTime()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getActualQPUTime(int)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getActualTupleId()"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"getActualTupleId()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getActuatorId()"},{"p":"org.iquantum.fog.entities","c":"PhysicalTopology","l":"getActuators()"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"getActuators()"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"getActuators()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"getActuators()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getActuators()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getActuators()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getActuators()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementOnlyCloud","l":"getActuators()"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"getActuatorSubscriptions()"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"getActuatorType()"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorGui","l":"getActuatorType()"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorModule","l":"getActuatorType()"},{"p":"org.iquantum.sdn","c":"Node","l":"getAddress()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"getAddress()"},{"p":"org.iquantum.sdn","c":"Switch","l":"getAddress()"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"getAdjacencyList()"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"getAdjacencyList()"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"getAdjacentLinks(Node)","u":"getAdjacentLinks(org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"Channel","l":"getAdjustedRequestedBandwidth()"},{"p":"org.iquantum.core","c":"ResourceInformationService","l":"getAdvReservList()"},{"p":"org.iquantum.sdn.example","c":"WorkloadParser","l":"getAllCTasks()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getAllGateSets()"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"getAllLinks()"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"getAllNodes()"},{"p":"org.iquantum.sdn","c":"Channel","l":"getAllocatedBandwidth()"},{"p":"org.iquantum.sdn","c":"Link","l":"getAllocatedBandwidthForDedicatedChannels(Node)","u":"getAllocatedBandwidthForDedicatedChannels(org.iquantum.sdn.Node)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"getAllocatedBwForContainer(Container)","u":"getAllocatedBwForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisionerSimple","l":"getAllocatedBwForContainer(Container)","u":"getAllocatedBwForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"getAllocatedBwForContainerVm(ContainerVm)","u":"getAllocatedBwForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisionerSimple","l":"getAllocatedBwForContainerVm(ContainerVm)","u":"getAllocatedBwForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"getAllocatedBwForVm(Vm)","u":"getAllocatedBwForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"BwProvisionerSimple","l":"getAllocatedBwForVm(Vm)","u":"getAllocatedBwForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"getAllocatedBwForVm(Vm)","u":"getAllocatedBwForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical","c":"HostStateHistoryEntry","l":"getAllocatedMips()"},{"p":"org.iquantum.policies.vm","c":"VmStateHistoryEntry","l":"getAllocatedMips()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"getAllocatedMipsForContainer(Container)","u":"getAllocatedMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"getAllocatedMipsForContainer(Container)","u":"getAllocatedMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getAllocatedMipsForContainer(Container)","u":"getAllocatedMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getAllocatedMipsForContainer(Container)","u":"getAllocatedMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"getAllocatedMipsForContainerByVirtualPeId(Container, int)","u":"getAllocatedMipsForContainerByVirtualPeId(org.iquantum.backends.classical.container.core.Container,int)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"getAllocatedMipsForContainerByVirtualPeId(Container, int)","u":"getAllocatedMipsForContainerByVirtualPeId(org.iquantum.backends.classical.container.core.Container,int)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"getAllocatedMipsForContainerVm(ContainerVm)","u":"getAllocatedMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"getAllocatedMipsForContainerVm(ContainerVm)","u":"getAllocatedMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getAllocatedMipsForContainerVm(ContainerVm)","u":"getAllocatedMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getAllocatedMipsForContainerVm(ContainerVm)","u":"getAllocatedMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"getAllocatedMipsForContainerVmByVirtualPeId(ContainerVm, int)","u":"getAllocatedMipsForContainerVmByVirtualPeId(org.iquantum.backends.classical.container.core.ContainerVm,int)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"getAllocatedMipsForContainerVmByVirtualPeId(ContainerVm, int)","u":"getAllocatedMipsForContainerVmByVirtualPeId(org.iquantum.backends.classical.container.core.ContainerVm,int)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getAllocatedMipsForVm(Vm)","u":"getAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getAllocatedMipsForVm(Vm)","u":"getAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"getAllocatedMipsForVm(Vm)","u":"getAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"getAllocatedMipsForVm(Vm)","u":"getAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"getAllocatedMipsForVm(Vm)","u":"getAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"getAllocatedMipsForVmByVirtualPeId(Vm, int)","u":"getAllocatedMipsForVmByVirtualPeId(org.iquantum.backends.classical.Vm,int)"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"getAllocatedMipsForVmByVirtualPeId(Vm, int)","u":"getAllocatedMipsForVmByVirtualPeId(org.iquantum.backends.classical.Vm,int)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"getAllocatedMipsForVmByVirtualPeId(Vm, int)","u":"getAllocatedMipsForVmByVirtualPeId(org.iquantum.backends.classical.Vm,int)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"getAllocatedRamForContainer(Container)","u":"getAllocatedRamForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisionerSimple","l":"getAllocatedRamForContainer(Container)","u":"getAllocatedRamForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"getAllocatedRamForContainerVm(ContainerVm)","u":"getAllocatedRamForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisionerSimple","l":"getAllocatedRamForContainerVm(ContainerVm)","u":"getAllocatedRamForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"getAllocatedRamForVm(Vm)","u":"getAllocatedRamForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"RamProvisionerSimple","l":"getAllocatedRamForVm(Vm)","u":"getAllocatedRamForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getAllocationPolicy()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getAllocationPolicy()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getAllocationPolicy()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getAllQubitTopologies()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getAllResourceId()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getAllResourceId()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getAllResourceName()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getAllResourceName()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getAnharmonicityGHz()"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"getApp()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getApp()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getAppCloudletList()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getAppId()"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"getAppId()"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"getAppId()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getAppId()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getAppId()"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"getAppLaunchDelays()"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"getAppLaunchDelays()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"getAppLaunchDelays()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getApplication()"},{"p":"org.iquantum.fog.entities","c":"PlacementRequest","l":"getApplicationId()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getApplicationMap()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getApplicationName()"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"getApplicationPerId(String)","u":"getApplicationPerId(java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"getApplications()"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"getApplications()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"getApplications()"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"getAppModuleIdsIds()"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"getAppModulePlacementPolicy()"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"getAppModulePlacementPolicy()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"getAppModulePlacementPolicy()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getArchitecture()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getArchitecture()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getArchitecture()"},{"p":"org.iquantum.sdn","c":"Channel","l":"getArrivedPackages()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"getAssignedContainers(List>)","u":"getAssignedContainers(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getAssociatedActuatorIds()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getAttributeSize()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getAttributeSize()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"getAvailableBw()"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"getAvailableBw()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"getAvailableMips()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"getAvailableMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getAvailableMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getAvailableMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getAvailableMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getAvailableMips()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getAvailableMips()"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getAvailableMips()"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"getAvailableMips()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"getAvailableRam()"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"getAvailableRam()"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"getAvailableResource(int, String)","u":"getAvailableResource(int,java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getAvailableSpace()"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"getAvailableSpace()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"getAvailableVmBw()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"getAvailableVmRam()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getAvgSeekTime()"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"getBandwidth()"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"getBandwidth()"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"getBandwidth()"},{"p":"org.iquantum.sdn","c":"Node","l":"getBandwidth()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"getBandwidth()"},{"p":"org.iquantum.sdn","c":"Switch","l":"getBandwidth()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getBaudRate()"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"getBounds()"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"getBounds2D()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getBrokerId()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getBrokerId()"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"getBurstHighPeriod()"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"getBurstLowPeriod()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"getBw()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"getBw()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getBw()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getBw()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getBw()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getBw()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getBw()"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"getBw()"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"getBw()"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"getBw()"},{"p":"org.iquantum.sdn","c":"Arc","l":"getBw()"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"getBw()"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"getBw()"},{"p":"org.iquantum.sdn","c":"Link","l":"getBw()"},{"p":"org.iquantum.sdn","c":"Link","l":"getBw(Node)","u":"getBw(org.iquantum.sdn.Node)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getBwProvisioner()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisionerSimple","l":"getBwTable()"},{"p":"org.iquantum.provisioners","c":"BwProvisionerSimple","l":"getBwTable()"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"getBwTable()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getById(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.lists","c":"CloudletList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.lists","c":"HostList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.lists","c":"PeList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.lists","c":"QNodeList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.lists","c":"QNodeMQList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.lists","c":"QTaskList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.lists","c":"VmList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerList","l":"getByIdAndUserId(List, int, int)","u":"getByIdAndUserId(java.util.List,int,int)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmList","l":"getByIdAndUserId(List, int, int)","u":"getByIdAndUserId(java.util.List,int,int)"},{"p":"org.iquantum.lists","c":"ResCloudletList","l":"getByIdAndUserId(List, int, int)","u":"getByIdAndUserId(java.util.List,int,int)"},{"p":"org.iquantum.lists","c":"VmList","l":"getByIdAndUserId(List, int, int)","u":"getByIdAndUserId(java.util.List,int,int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getCacheCurrentRequestedMips()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getCacheCurrentRequestedMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getCachePreviousTime()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getCachePreviousTime()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getCapacity()"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"getCapacity()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"getCapacity(double)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"getCapacity(double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getCapacity(List)","u":"getCapacity(java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getCapacity(List)","u":"getCapacity(java.util.List)"},{"p":"org.iquantum.sdn","c":"Link","l":"getChannelCount(Node)","u":"getChannelCount(org.iquantum.sdn.Node)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getCharacteristics()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"getCharacteristics()"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"getCharacteristics()"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"getCharacteristics()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getChecksum()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getChecksum()"},{"p":"org.iquantum.sdn","c":"Channel","l":"getChId()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getChildIdForTuple(Tuple)","u":"getChildIdForTuple(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getChildIdWithRouteTo(int)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getChildrenIds()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getChildToLatencyMap()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getChildToOperatorsMap()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getClassType()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"getClientServiceNodeIds(Application, String, Map, Map)","u":"getClientServiceNodeIds(org.iquantum.fog.application.Application,java.lang.String,java.util.Map,java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"getClientServiceNodeIds(Application, String, Map, Map)","u":"getClientServiceNodeIds(org.iquantum.fog.application.Application,java.lang.String,java.util.Map,java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"getClientServiceNodeIds(Application, String, Map, Map)","u":"getClientServiceNodeIds(org.iquantum.fog.application.Application,java.lang.String,java.util.Map,java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"getClientServices(Application, String)","u":"getClientServices(org.iquantum.fog.application.Application,java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"getClientServices(Application, String)","u":"getClientServices(org.iquantum.fog.application.Application,java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"getClientServices(Application, String)","u":"getClientServices(org.iquantum.fog.application.Application,java.lang.String)"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"getClops()"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"getCLOPS()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getClopsOfQPUById(int)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"getCloud()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getClouddletFinishTime()"},{"p":"org.iquantum.core","c":"iQuantum","l":"getCloudInfoServiceEntityId()"},{"p":"org.iquantum.sdn","c":"Processing","l":"getCloudlet()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getCloudlet()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getCloudletArrivalTime()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getCloudletClassType()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCloudletExecList()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCloudletExecList()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCloudletFailedList()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCloudletFailedList()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletFileSize()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCloudletFinishedList()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCloudletFinishedList()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletFinishedSoFar()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletFinishedSoFar(int)"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletHistory()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletId()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getCloudletId()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletLength()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getCloudletLength()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getCloudletList()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getCloudletList()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getCloudletList()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletOutputSize()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCloudletPausedList()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCloudletPausedList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getCloudletReceivedList()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getCloudletReceivedList()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getCloudletReceivedList()"},{"p":"org.iquantum.sdn.example","c":"SDNBroker","l":"getCloudletReceivedList()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCloudletScheduler()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletStatus()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getCloudletStatus()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCloudletStatus(int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getCloudletStatus(int)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"getCloudletStatus(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCloudletStatus(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"getCloudletStatus(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getCloudletStatus(int)"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletStatusString()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getCloudletSubmitted()"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"getCloudletSubmitted()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getCloudletSubmittedList()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getCloudletSubmittedList()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getCloudletSubmittedList()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletTotalLength()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getCloudletTotalLength()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCloudletWaitingList()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCloudletWaitingList()"},{"p":"org.iquantum.core","c":"iQuantum","l":"getCloudResourceList()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getClusteringFeature()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getClusterLinkBandwidth()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getClusterMembers()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getClusterMembersToLatencyMap()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getClusterTupleQueue()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitEdge","l":"getCnotErrorRate()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getCompletedVms()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getCompletedVms()"},{"p":"org.iquantum.fog.utils","c":"FogLinearPowerModel","l":"getConstant()"},{"p":"org.iquantum.power.models","c":"PowerModelCubic","l":"getConstant()"},{"p":"org.iquantum.power.models","c":"PowerModelLinear","l":"getConstant()"},{"p":"org.iquantum.power.models","c":"PowerModelSqrt","l":"getConstant()"},{"p":"org.iquantum.power.models","c":"PowerModelSquare","l":"getConstant()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getContainer(int, int)","u":"getContainer(int,int)"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyCor","l":"getContainer(List, PowerContainerHost)","u":"getContainer(java.util.List,org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getContainerAllocationPolicy()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getContainerBwProvisioner()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisionerSimple","l":"getContainerBwTable()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getContainerCloudletScheduler()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"getContainerHostList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerCTask","l":"getContainerId()"},{"p":"org.iquantum.backends.classical.container.core","c":"ResContainerCloudlet","l":"getContainerId()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getContainerList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getContainerList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getContainerList()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getContainerManager()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"getContainerMigrationCount()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getContainerMigrationList()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"getContainerMigrationMapFromUnderUtilizedHosts(List, List>)","u":"getContainerMigrationMapFromUnderUtilizedHosts(java.util.List,java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection","l":"getContainerMigrationMapFromUnderUtilizedHosts(List, List>)","u":"getContainerMigrationMapFromUnderUtilizedHosts(java.util.List,java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getContainerMigrationWriter()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"getContainerPeProvisioner()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicyRS","l":"getContainerPlacementPolicy()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getContainerRamProvisioner()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisionerSimple","l":"getContainerRamTable()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getContainersAcks()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getContainerScheduler()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getContainersCreated()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getContainersCreatedList()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"getContainerSelectionPolicy()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getContainersMigratingIn()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getContainersMigratingIn()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getContainersMigratingOut()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection","l":"getContainersToMigrateFromUnderUtilizedHost(PowerContainerHost)","u":"getContainersToMigrateFromUnderUtilizedHost(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getContainersToVmsMap()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicy","l":"getContainerTable()"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicy","l":"getContainerToMigrate(PowerContainerHost)","u":"getContainerToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyCor","l":"getContainerToMigrate(PowerContainerHost)","u":"getContainerToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMaximumCorrelation","l":"getContainerToMigrate(PowerContainerHost)","u":"getContainerToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMaximumUsage","l":"getContainerToMigrate(PowerContainerHost)","u":"getContainerToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMinimumMigrationTime","l":"getContainerToMigrate(PowerContainerHost)","u":"getContainerToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicy","l":"getContainerVm(Container)","u":"getContainerVm(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"getContainerVm(Container)","u":"getContainerVm(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicy","l":"getContainerVm(Container)","u":"getContainerVm(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getContainerVm(int, int)","u":"getContainerVm(int,int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicy","l":"getContainerVm(int, int)","u":"getContainerVm(int,int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"getContainerVm(int, int)","u":"getContainerVm(int,int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicy","l":"getContainerVm(int, int)","u":"getContainerVm(int,int)"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicy","l":"getContainerVm(List, Object, Set)","u":"getContainerVm(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicyFirstFit","l":"getContainerVm(List, Object, Set)","u":"getContainerVm(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicyLeastFull","l":"getContainerVm(List, Object, Set)","u":"getContainerVm(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicyMostFull","l":"getContainerVm(List, Object, Set)","u":"getContainerVm(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicyRandomSelection","l":"getContainerVm(List, Object, Set)","u":"getContainerVm(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVMSelectionPolicyCor","l":"getContainerVM(List, PowerContainerHost)","u":"getContainerVM(java.util.List,org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getContainerVmBwProvisioner()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getContainerVmList()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicy","l":"getContainerVmList()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"getContainerVmPeProvisioner()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getContainerVmRamProvisioner()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisionerSimple","l":"getContainerVmRamTable()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getContainerVmScheduler()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"getContainerVmTable()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"getControllerComponent()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getControllerId()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getControllerId()"},{"p":"org.iquantum.fog.gui.core","c":"GraphView","l":"getCoordForNodes(Map>, List, Map>, List, int, int)","u":"getCoordForNodes(java.util.Map,java.util.List,java.util.Map,java.util.List,int,int)"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"getCoordinate()"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"getCoordinate()"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"getCoordinates()"},{"p":"org.iquantum.network","c":"TopologicalNode","l":"getCoordinateX()"},{"p":"org.iquantum.network","c":"TopologicalNode","l":"getCoordinateY()"},{"p":"org.iquantum.backends.classical.container.utils","c":"Correlation","l":"getCor(double[], double[])","u":"getCor(double[],double[])"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMaximumCorrelation","l":"getCorrelationCoefficients(double[][])"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMaximumCorrelation","l":"getCorrelationCoefficients(double[][])"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMaximumCorrelation","l":"getCorrelationCoefficients(double[][])"},{"p":"org.iquantum.tasks","c":"QTask","l":"getCost()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getCost()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getCost()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getCostPerBw()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getCostPerBw()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getCostPerBw()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getCostPerMem()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getCostPerMem()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getCostPerMem()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getCostPerMi()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getCostPerMi()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getCostPerMi()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCostPerSec()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCostPerSec(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getCostPerSecond()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getCostPerSecond()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristics","l":"getCostPerSecond()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristicsExtended","l":"getCostPerSecond()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getCostPerSecond()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getCostPerStorage()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getCostPerStorage()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getCostPerStorage()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getCount()"},{"p":"org.iquantum.fog.utils","c":"CanBeSentResult","l":"getCpuLoad()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getCpuTime(double, double)","u":"getCpuTime(double,double)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getCpuTime(double, double)","u":"getCpuTime(double,double)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getCpuTime(double, double)","u":"getCpuTime(double,double)"},{"p":"org.iquantum.fog.utils","c":"ResourceUsageDetails","l":"getCpuTrafficIntensity()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getCreationTime()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getCreationTime()"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"getCTaskList()"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"getCTaskList()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getCurrentAllocatedBw()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getCurrentAllocatedBw()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCurrentAllocatedBw()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getCurrentAllocatedMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getCurrentAllocatedMips()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCurrentAllocatedMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getCurrentAllocatedRam()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getCurrentAllocatedRam()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCurrentAllocatedRam()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getCurrentAllocatedSize()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getCurrentAllocatedSize()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCurrentAllocatedSize()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"getCurrentClops()"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"getCurrentCpuLoad()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getCurrentCpuLoad()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getCurrentCpuLoad()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getCurrentCpuLoad()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCurrentMipsShare()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCurrentMipsShare()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getCurrentModuleInstanceNum()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getCurrentModuleInstanceNum()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getCurrentModuleInstanceNum()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getCurrentModuleLoadMap()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getCurrentModuleLoadMap()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getCurrentModuleLoadMap()"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"getCurrentModuleMap()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getCurrentModuleMap()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getCurrentModuleMap()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getCurrentModuleMap()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getCurrentRequestedBw()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getCurrentRequestedBw()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCurrentRequestedBw()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getCurrentRequestedMaxMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getCurrentRequestedMaxMips()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCurrentRequestedMaxMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getCurrentRequestedRam()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getCurrentRequestedRam()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCurrentRequestedRam()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getCurrentRequestedTotalMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getCurrentRequestedTotalMips()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCurrentRequestedTotalMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCurrentRequestedUtilizationOfBw()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getCurrentRequestedUtilizationOfBw()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"getCurrentRequestedUtilizationOfBw()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCurrentRequestedUtilizationOfBw()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"getCurrentRequestedUtilizationOfBw()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getCurrentRequestedUtilizationOfBw()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCurrentRequestedUtilizationOfRam()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getCurrentRequestedUtilizationOfRam()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"getCurrentRequestedUtilizationOfRam()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCurrentRequestedUtilizationOfRam()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"getCurrentRequestedUtilizationOfRam()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getCurrentRequestedUtilizationOfRam()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getCurrentSize()"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"getCurrentSize()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getDAG()"},{"p":"org.iquantum.core","c":"SimEvent","l":"getData()"},{"p":"org.iquantum.models","c":"UtilizationModelPlanetLabInMemory","l":"getData()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getDatacenter()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"getDatacenter()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getDatacenter()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getDatacenterCharacteristicsList()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getDatacenterCharacteristicsList()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getDatacenterCharacteristicsList()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getDatacenterEnergyList()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getDatacenterEnergyWriter()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getDatacenterIdsList()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getDatacenterIdsList()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"getDatacenterIdsList()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"getDatacenterIdsList()"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"getDatacenterIdsList()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getDatacenterIdsList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getDatacenterRequestedIdsList()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getDatacenterRequestedIdsList()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getDatacenterRequestedIdsList()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"getDataIdByInstanceID(int)"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"getDataIdsLevelReferences()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"getDataObject()"},{"p":"org.iquantum.sdn","c":"Link","l":"getDedicatedChannelAdjustFactor(Node)","u":"getDedicatedChannelAdjustFactor(org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"Link","l":"getDedicatedChannelCount(Node)","u":"getDedicatedChannelCount(org.iquantum.sdn.Node)"},{"p":"org.iquantum.network","c":"DelayMatrix_Float","l":"getDelay(int, int)","u":"getDelay(int,int)"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"getDelay(int, int)","u":"getDelay(int,int)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"getDeployementSet()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getDestId()"},{"p":"org.iquantum.network","c":"Packet","l":"getDestId()"},{"p":"org.iquantum.core","c":"SimEvent","l":"getDestination()"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"getDestination()"},{"p":"org.iquantum.sdn","c":"Package","l":"getDestination()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getDestinationDeviceId()"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"getDestinationDeviceId(String)","u":"getDestinationDeviceId(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getDestModuleName()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getDestModuleName()"},{"p":"org.iquantum.network","c":"TopologicalLink","l":"getDestNodeID()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getDetailBaudRate()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getDetailEntryTimes()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getDetailExitTimes()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getDetailHops()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getDeviceById(int)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getDeviceByName(String)","u":"getDeviceByName(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getDeviceForMicroservice(String)","u":"getDeviceForMicroservice(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"LoadBalancer","l":"getDeviceId(String, ServiceDiscovery)","u":"getDeviceId(java.lang.String,org.iquantum.fog.entities.ServiceDiscovery)"},{"p":"org.iquantum.fog.entities","c":"RRLoadBalancer","l":"getDeviceId(String, ServiceDiscovery)","u":"getDeviceId(java.lang.String,org.iquantum.fog.entities.ServiceDiscovery)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"getDevicesForFON(FogDevice)","u":"getDevicesForFON(org.iquantum.fog.entities.FogDevice)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getDeviceToModuleMap()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"getDeviceType()"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"getDirection()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getDirection()"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"getDistribution()"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"getDistributionType()"},{"p":"org.iquantum.fog.utils.distribution","c":"DeterministicDistribution","l":"getDistributionType()"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"getDistributionType()"},{"p":"org.iquantum.fog.utils.distribution","c":"NormalDistribution","l":"getDistributionType()"},{"p":"org.iquantum.fog.utils.distribution","c":"UniformDistribution","l":"getDistributionType()"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"getDownBw()"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"getDownInstanceIdsMaps()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getDownlinkBandwidth()"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"getDownports()"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"getDownports()"},{"p":"org.iquantum.fog.utils","c":"OperatorEdge","l":"getDst()"},{"p":"org.iquantum.sdn","c":"Arc","l":"getDstId()"},{"p":"org.iquantum.sdn","c":"Channel","l":"getDstId()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getDurationTime()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getDurationTime()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getEdgeMap()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended","l":"getEdgeProperties(int)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended","l":"getEdges()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getEdges()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCDatacenter","l":"getEdgeSwitch()"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"getEdgeType()"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"getEmitTime()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getEmitTimes()"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"getEndModule()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getEndTimes()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getEnergyConsumption()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerHost","l":"getEnergyLinearInterpolation(double, double, double)","u":"getEnergyLinearInterpolation(double,double,double)"},{"p":"org.iquantum.power","c":"PowerHost","l":"getEnergyLinearInterpolation(double, double, double)","u":"getEnergyLinearInterpolation(double,double,double)"},{"p":"org.iquantum.core","c":"iQuantum","l":"getEntity(int)"},{"p":"org.iquantum.core","c":"iQuantum","l":"getEntity(String)","u":"getEntity(java.lang.String)"},{"p":"org.iquantum.core","c":"iQuantum","l":"getEntityId(String)","u":"getEntityId(java.lang.String)"},{"p":"org.iquantum.core","c":"iQuantum","l":"getEntityList()"},{"p":"org.iquantum.core","c":"iQuantum","l":"getEntityName(int)"},{"p":"org.iquantum.core","c":"iQuantum","l":"getEntityName(Integer)","u":"getEntityName(java.lang.Integer)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getEstimatedFinishTime(ResCTask, double)","u":"getEstimatedFinishTime(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.fog.scheduler","c":"TupleScheduler","l":"getEstimatedFinishTime(ResCTask, double)","u":"getEstimatedFinishTime(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getEstimatedFinishTime(ResCTask, double)","u":"getEstimatedFinishTime(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.core","c":"SimEntity","l":"getEventBuffer()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getExecStartTime()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getExecStartTime()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getExecStartTime()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getExecStartTime()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getExecutionTimeHistoryHostSelection()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getExecutionTimeHistoryHostSelection()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getExecutionTimeHistoryTotal()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getExecutionTimeHistoryTotal()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getExecutionTimeHistoryVmReallocation()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getExecutionTimeHistoryVmReallocation()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getExecutionTimeHistoryVmSelection()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getExecutionTimeHistoryVmSelection()"},{"p":"org.iquantum.utils","c":"ExecutionTimeMeasurer","l":"getExecutionTimes()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getExperimentName()"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyCor","l":"getFallbackPolicy()"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMaximumCorrelation","l":"getFallbackPolicy()"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyMinimumCorrelation","l":"getFallbackPolicy()"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVMSelectionPolicyCor","l":"getFallbackPolicy()"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMaximumCorrelation","l":"getFallbackPolicy()"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMaximumCorrelation","l":"getFallbackPolicy()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationInterQuartileRange","l":"getFallbackVmAllocationPolicy()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"getFallbackVmAllocationPolicy()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation","l":"getFallbackVmAllocationPolicy()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getFile(String)","u":"getFile(java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"getFile(String)","u":"getFile(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.utils","c":"CostumeCSVWriter","l":"getFileAddress()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getFileAttribute()"},{"p":"org.iquantum.backends.classical.container.utils","c":"CostumeCSVReader","l":"getFileData()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getFileNameList()"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"getFileNameList()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getFileSize()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getFileSizeInByte()"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"getFinishTime()"},{"p":"org.iquantum.sdn","c":"Package","l":"getFinishTime()"},{"p":"org.iquantum.sdn","c":"TimedVm","l":"getFinishTime()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getFinishTime()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getFinishTime()"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"getFirstHighTime()"},{"p":"org.iquantum.sdn","c":"Arc","l":"getFlowId()"},{"p":"org.iquantum.sdn","c":"Package","l":"getFlowId()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"getFlowNameIdTable()"},{"p":"org.iquantum.sdn","c":"SDNDatacenter","l":"getFlowNameIdTable()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"getFogDeviceById(int)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getFogDeviceById(int)"},{"p":"org.iquantum.fog.entities","c":"PhysicalTopology","l":"getFogDevices()"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"getFogDevices()"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"getFogDevices()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"getFogDevices()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getFogDevices()"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"getFogHost()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"getFonId()"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"getFonID()"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"getFonID()"},{"p":"org.iquantum.sdn","c":"Link","l":"getFreeBandwidth(Node)","u":"getFreeBandwidth(org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"Link","l":"getFreeBandwidthForDedicatedChannel(Node)","u":"getFreeBandwidthForDedicatedChannel(org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getFreeBw()"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getFreeBw()"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getFreeBw()"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"getfreehostlist(int)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getFreeMips()"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getFreeMips()"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getFreeMips()"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"getFreePe(List)","u":"getFreePe(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"getFreePe(List)","u":"getFreePe(java.util.List)"},{"p":"org.iquantum.lists","c":"PeList","l":"getFreePe(List)","u":"getFreePe(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"getFreePes()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"getFreePes()"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"getFreePes()"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"getFreePes()"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerSpaceShared","l":"getFreePes()"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getFreePes()"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getFreePes()"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"getFreePes()"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getFreePes()"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"getfreeVmlist(int)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getFrequencyGHz()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getGateSet()"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"getGateSets()"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"getGateSets()"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"getGateSets()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getGateSetsOfQPUById(int)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitEdge","l":"getGateTime()"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"getGatewayDeviceId()"},{"p":"org.iquantum.fog.entities","c":"PlacementRequest","l":"getGatewayDeviceId()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getGatewayDeviceId()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getGeoCoverage()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getGeoCoverage()"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"getGeoLocation()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getGeoLocation()"},{"p":"org.iquantum.sdn","c":"Link","l":"getHighOrder()"},{"p":"org.iquantum.models","c":"UtilizationModelStochastic","l":"getHistory()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getHost()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getHost()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getHost()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"getHost()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"getHost(ContainerVm)","u":"getHost(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"getHost(ContainerVm)","u":"getHost(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationAbstract","l":"getHost(ContainerVm)","u":"getHost(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationAbstract","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicy","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyAbstract","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicy","l":"getHost(List, Object, Set)","u":"getHost(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyFirstFit","l":"getHost(List, Object, Set)","u":"getHost(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyLeastFull","l":"getHost(List, Object, Set)","u":"getHost(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyMinimumCorrelation","l":"getHost(List, Object, Set)","u":"getHost(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyMostFull","l":"getHost(List, Object, Set)","u":"getHost(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyRandomSelection","l":"getHost(List, Object, Set)","u":"getHost(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"getHost(Vm)","u":"getHost(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"getHost(Vm)","u":"getHost(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicy","l":"getHost(Vm)","u":"getHost(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"getHost(Vm)","u":"getHost(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyAbstract","l":"getHost(Vm)","u":"getHost(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getHost(Vm)","u":"getHost(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getHost(Vm)","u":"getHost(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getHost(Vm)","u":"getHost(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"getHostAddressByVmId(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getHostList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getHostList()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"getHostList()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getHostList()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getHostList()"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicy","l":"getHostList()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"getHostList()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection","l":"getHostSelectionPolicy()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"getHostSelectionPolicy()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationInterQuartileRange","l":"getHostUtilizationIqr(PowerHostUtilizationHistory)","u":"getHostUtilizationIqr(org.iquantum.power.PowerHostUtilizationHistory)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation","l":"getHostUtilizationMad(PowerHostUtilizationHistory)","u":"getHostUtilizationMad(org.iquantum.power.PowerHostUtilizationHistory)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getHostWithFreePe()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getHostWithFreePe()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getHostWithFreePe()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getHostWithFreePe(int)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getHostWithFreePe(int)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getHostWithFreePe(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"getHostWithFreePe(List)","u":"getHostWithFreePe(java.util.List)"},{"p":"org.iquantum.lists","c":"HostList","l":"getHostWithFreePe(List)","u":"getHostWithFreePe(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"getHostWithFreePe(List, int)","u":"getHostWithFreePe(java.util.List,int)"},{"p":"org.iquantum.lists","c":"HostList","l":"getHostWithFreePe(List, int)","u":"getHostWithFreePe(java.util.List,int)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"getHostwithVM(int)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"getId()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"getId()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getId()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getId()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getId()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getId()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getId()"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"getId()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getId()"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"getId()"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"getId()"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"getId()"},{"p":"org.iquantum.core","c":"SimEntity","l":"getId()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getId()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristics","l":"getId()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristicsExtended","l":"getId()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getId()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getId()"},{"p":"org.iquantum.network","c":"Packet","l":"getId()"},{"p":"org.iquantum.sdn","c":"Middlebox","l":"getId()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getIdError()"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"getInfo()"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"getInfo()"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"getInfo()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getInstance()"},{"p":"org.iquantum.fog.utils","c":"ModuleLaunchConfig","l":"getInstanceCount()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"getInstenceDataIdReferences()"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"getIops()"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"getIops()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getIsInCluster()"},{"p":"org.iquantum.sdn","c":"RoutingTable","l":"getKnownDestination()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getLast()"},{"p":"org.iquantum.network","c":"Packet","l":"getLast()"},{"p":"org.iquantum.sdn.example","c":"WorkloadParser","l":"getLastCTasks()"},{"p":"org.iquantum.sdn","c":"Channel","l":"getLastNode()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getLastProcessTime()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"getLastProcessTime()"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"getLastProcessTime()"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"getLastProcessTime()"},{"p":"org.iquantum.sdn","c":"Channel","l":"getLastUpdateTime()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getLastUpdateTime()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getLastUpdateTime()"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"getLat_l()"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"getLat_u()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getLatency()"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"getLatency()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getLatency()"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"getLatency()"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"getLatency()"},{"p":"org.iquantum.sdn","c":"Arc","l":"getLatency()"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"getLatency()"},{"p":"org.iquantum.sdn","c":"Link","l":"getLatency()"},{"p":"org.iquantum.fog.utils","c":"GeoLocation","l":"getLatitude()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getLeafToRootPaths()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getLeafToRootPaths()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getLeafToRootPaths()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getLevel()"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"getLevel()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"getLevelID(String)","u":"getLevelID(java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"getLevelWiseResources(int)"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"getLink(int, int)","u":"getLink(int,int)"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"getLinkBandwidth(int, int)","u":"getLinkBandwidth(int,int)"},{"p":"org.iquantum.network","c":"TopologicalLink","l":"getLinkBw()"},{"p":"org.iquantum.network","c":"TopologicalLink","l":"getLinkDelay()"},{"p":"org.iquantum.network","c":"TopologicalGraph","l":"getLinkIterator()"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"getLinkLatency(int, int)","u":"getLinkLatency(int,int)"},{"p":"org.iquantum.core","c":"ResourceInformationService","l":"getList()"},{"p":"org.iquantum.fog.gui.core","c":"NodeCellRenderer","l":"getListCellRendererComponent(JList, Object, int, boolean, boolean)","u":"getListCellRendererComponent(javax.swing.JList,java.lang.Object,int,boolean,boolean)"},{"p":"org.iquantum.sdn.graph.core","c":"NodeCellRenderer","l":"getListCellRendererComponent(JList, Object, int, boolean, boolean)","u":"getListCellRendererComponent(javax.swing.JList,java.lang.Object,int,boolean,boolean)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"getLocator()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"getLocator()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"getLocator()"},{"p":"org.iquantum.utils","c":"MathUtil","l":"getLoessParameterEstimates(double[])"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getLogAddress()"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"getLong_l()"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"getLong_u()"},{"p":"org.iquantum.fog.utils","c":"GeoLocation","l":"getLongitude()"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"getLoopId()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getLoopIdToCurrentAverage()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getLoopIdToCurrentNum()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getLoopIdToLatencyQoSSuccessCount()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getLoopIdToTupleIds()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getLoops()"},{"p":"org.iquantum.sdn","c":"Link","l":"getLowOrder()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getMachineId()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getMachineIdList()"},{"p":"org.iquantum.fog.utils.distribution","c":"UniformDistribution","l":"getMax()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getMaxAvailableMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getMaxAvailableMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getMaxAvailableMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"getMaxAvailableMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getMaxAvailableMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"getMaxAvailableMips()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getMaxAvailableMips()"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getMaxAvailableMips()"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"getMaxAvailableMips()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getMaxClops()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"getMaximumVmMigrationTime(PowerHost)","u":"getMaximumVmMigrationTime(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getMaxNumHostsUsed()"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getMaxNumHostsUsed()"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getMaxNumHostsUsed()"},{"p":"org.iquantum.sdn.power","c":"PowerUtilizationMaxHostInterface","l":"getMaxNumHostsUsed()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerHost","l":"getMaxPower()"},{"p":"org.iquantum.fog.utils","c":"FogLinearPowerModel","l":"getMaxPower()"},{"p":"org.iquantum.power.models","c":"PowerModelCubic","l":"getMaxPower()"},{"p":"org.iquantum.power.models","c":"PowerModelLinear","l":"getMaxPower()"},{"p":"org.iquantum.power.models","c":"PowerModelSqrt","l":"getMaxPower()"},{"p":"org.iquantum.power.models","c":"PowerModelSquare","l":"getMaxPower()"},{"p":"org.iquantum.power","c":"PowerHost","l":"getMaxPower()"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"getMaxRate()"},{"p":"org.iquantum.fog.application.selectivity","c":"FractionalSelectivity","l":"getMaxRate()"},{"p":"org.iquantum.fog.application.selectivity","c":"SelectivityModel","l":"getMaxRate()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getMaxTransferRate()"},{"p":"org.iquantum.backends.classical","c":"SanStorage","l":"getMaxTransferRate()"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"getMaxTransferRate()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getMaxUtilization()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getMaxUtilization()"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"getMaxUtilization(List)","u":"getMaxUtilization(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"getMaxUtilization(List)","u":"getMaxUtilization(java.util.List)"},{"p":"org.iquantum.lists","c":"PeList","l":"getMaxUtilization(List)","u":"getMaxUtilization(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"getMaxUtilizationAfterAllocation(NetworkHost, Vm)","u":"getMaxUtilizationAfterAllocation(org.iquantum.network.datacenter.NetworkHost,org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getMaxUtilizationAfterAllocation(PowerContainerHost, ContainerVm)","u":"getMaxUtilizationAfterAllocation(org.iquantum.backends.classical.container.core.PowerContainerHost,org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getMaxUtilizationAfterAllocation(PowerHost, Vm)","u":"getMaxUtilizationAfterAllocation(org.iquantum.power.PowerHost,org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"getMaxUtilizationAfterContainerAllocation(PowerContainerHost, Container, ContainerVm)","u":"getMaxUtilizationAfterContainerAllocation(org.iquantum.backends.classical.container.core.PowerContainerHost,org.iquantum.backends.classical.container.core.Container,org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getMaxUtilizationAmongVmsPes(ContainerVm)","u":"getMaxUtilizationAmongVmsPes(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"getMaxUtilizationAmongVmsPes(List, Container)","u":"getMaxUtilizationAmongVmsPes(java.util.List,org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"getMaxUtilizationAmongVmsPes(List, ContainerVm)","u":"getMaxUtilizationAmongVmsPes(java.util.List,org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.lists","c":"PeList","l":"getMaxUtilizationAmongVmsPes(List, Vm)","u":"getMaxUtilizationAmongVmsPes(java.util.List,org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getMaxUtilizationAmongVmsPes(Vm)","u":"getMaxUtilizationAmongVmsPes(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"getMaxUtilizationAmongVmsPes(Vm)","u":"getMaxUtilizationAmongVmsPes(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.fog.utils.distribution","c":"NormalDistribution","l":"getMean()"},{"p":"org.iquantum.fog.utils.distribution","c":"DeterministicDistribution","l":"getMeanInterTransmitTime()"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"getMeanInterTransmitTime()"},{"p":"org.iquantum.fog.utils.distribution","c":"NormalDistribution","l":"getMeanInterTransmitTime()"},{"p":"org.iquantum.fog.utils.distribution","c":"UniformDistribution","l":"getMeanInterTransmitTime()"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"getMeanRate()"},{"p":"org.iquantum.fog.application.selectivity","c":"FractionalSelectivity","l":"getMeanRate()"},{"p":"org.iquantum.fog.application.selectivity","c":"SelectivityModel","l":"getMeanRate()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getMetricHistory()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getMetricHistory()"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicy","l":"getMigratableContainers(PowerContainerHost)","u":"getMigratableContainers(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicy","l":"getMigratableVms(PowerContainerHost)","u":"getMigratableVms(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicy","l":"getMigratableVms(PowerHost)","u":"getMigratableVms(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"getMigrationCount()"},{"p":"org.iquantum.fog.utils","c":"MigrationDelayMonitor","l":"getMigrationDelay()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getMigrationMapFromUnderUtilizedHosts(List, List>)","u":"getMigrationMapFromUnderUtilizedHosts(java.util.List,java.util.List)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getMigrationMapFromUnderUtilizedHosts(List)","u":"getMigrationMapFromUnderUtilizedHosts(java.util.List)"},{"p":"org.iquantum.fog.utils.distribution","c":"UniformDistribution","l":"getMin()"},{"p":"org.iquantum.core","c":"iQuantum","l":"getMinTimeBetweenEvents()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"getMinTimeBetweenNetworkEvents()"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMaximumCorrelation","l":"getMinUtilizationHistorySize(List)","u":"getMinUtilizationHistorySize(java.util.List)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMaximumCorrelation","l":"getMinUtilizationHistorySize(List)","u":"getMinUtilizationHistorySize(java.util.List)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMaximumCorrelation","l":"getMinUtilizationHistorySize(List)","u":"getMinUtilizationHistorySize(java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"getMips()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"getMips()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"getMips()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"getMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getMips()"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"getMips()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getMips()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getMips()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getMips()"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"getMips()"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"getMips()"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"getMips()"},{"p":"org.iquantum.fog.utils","c":"ResourceUsageDetails","l":"getMips()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getMips()"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"getMips()"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"getMips()"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"getMips()"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"getMips(List, int)","u":"getMips(java.util.List,int)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"getMips(List, int)","u":"getMips(java.util.List,int)"},{"p":"org.iquantum.lists","c":"PeList","l":"getMips(List, int)","u":"getMips(java.util.List,int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getMipsMap()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getMipsMap()"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getMipsMap()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"getMipsMapRequested()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"getMipsMapRequested()"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"getMipsMapRequested()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getMipsOfOnePe()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getMipsOfOnePe()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getMipsOfOnePe()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getMipsOfOnePe(int, int)","u":"getMipsOfOnePe(int,int)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getMipsOfOnePe(int, int)","u":"getMipsOfOnePe(int,int)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getMipsOfOnePe(int, int)","u":"getMipsOfOnePe(int,int)"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"getMobileUserDataId()"},{"p":"org.iquantum.fog.utils","c":"ModuleLaunchConfig","l":"getModule()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getModuleByName(String)","u":"getModuleByName(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getModuleCopyMap()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getModuleInstanceCount()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getModuleInstanceCountMap()"},{"p":"org.iquantum.fog.placement","c":"ModuleMapping","l":"getModuleMapping()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getModuleMapping()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMapping","l":"getModuleMapping()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getModuleMapping()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getModuleMapping()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getModuleNames()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getModules()"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"getModules()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getModulesOnDevice()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getModulesOnPath()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getModuleToDeviceMap()"},{"p":"org.iquantum.utils","c":"QASMReader","l":"getMultiQubitGates()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getName()"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"getName()"},{"p":"org.iquantum.core","c":"SimEntity","l":"getName()"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"getName()"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorGui","l":"getName()"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"getName()"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"getName()"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"getName()"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"getName()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getName()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getName()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology.Node","l":"getNeighbors()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getNetServiceLevel()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getNetServiceType()"},{"p":"org.iquantum.network","c":"Packet","l":"getNetServiceType()"},{"p":"org.iquantum.fog.utils","c":"NetworkUsageMonitor","l":"getNetworkUsage()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection","l":"getNewContainerPlacementFromUnderUtilizedHost(List, Set)","u":"getNewContainerPlacementFromUnderUtilizedHost(java.util.List,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"getNewlyCreatedVms()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"getNewlyCreatedVmsList()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"getNewlyCreatedVmWriter()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getNewVmPlacement(List, Set)","u":"getNewVmPlacement(java.util.List,java.util.Set)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getNewVmPlacement(List, Set)","u":"getNewVmPlacement(java.util.List,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getNewVmPlacementFromUnderUtilizedHost(List, Set)","u":"getNewVmPlacementFromUnderUtilizedHost(java.util.List,java.util.Set)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getNewVmPlacementFromUnderUtilizedHost(List, Set)","u":"getNewVmPlacementFromUnderUtilizedHost(java.util.List,java.util.Set)"},{"p":"org.iquantum.sdn","c":"Request","l":"getNextActivity()"},{"p":"org.iquantum.core","c":"SimEntity","l":"getNextEvent()"},{"p":"org.iquantum.core","c":"SimEntity","l":"getNextEvent(Predicate)","u":"getNextEvent(org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getNextFinishedCloudlet()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getNextFinishedCloudlet()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"getNextFinishedCloudlet()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getNextFinishedCloudlet()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"getNextFinishedCloudlet()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getNextFinishedCloudlet()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"getNextFinishedQTask()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"getNextFinishedQTask()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"getNextFinishedQTask()"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"getNextModuleInLoop(String)","u":"getNextModuleInLoop(java.lang.String)"},{"p":"org.iquantum.sdn","c":"Request","l":"getNextTransmission()"},{"p":"org.iquantum.fog.utils.distribution","c":"DeterministicDistribution","l":"getNextValue()"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"getNextValue()"},{"p":"org.iquantum.fog.utils.distribution","c":"NormalDistribution","l":"getNextValue()"},{"p":"org.iquantum.fog.utils.distribution","c":"UniformDistribution","l":"getNextValue()"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"getNode()"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"getNode()"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"getNode()"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"getNode()"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"getNode(int)"},{"p":"org.iquantum.network","c":"TopologicalNode","l":"getNodeID()"},{"p":"org.iquantum.network","c":"TopologicalGraph","l":"getNodeIterator()"},{"p":"org.iquantum.network","c":"TopologicalNode","l":"getNodeLabel()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getNorthTupleQueue()"},{"p":"org.iquantum.backends.classical.container.utils","c":"RandomGen","l":"getNum(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getNumberOfBusyPes()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getNumberOfBusyPes()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getNumberOfBusyPes()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"getNumberOfBusyPes(List)","u":"getNumberOfBusyPes(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"getNumberOfBusyPes(List)","u":"getNumberOfBusyPes(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"getNumberOfBusyPes(List)","u":"getNumberOfBusyPes(java.util.List)"},{"p":"org.iquantum.lists","c":"HostList","l":"getNumberOfBusyPes(List)","u":"getNumberOfBusyPes(java.util.List)"},{"p":"org.iquantum.lists","c":"PeList","l":"getNumberOfBusyPes(List)","u":"getNumberOfBusyPes(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getNumberofContainers()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getNumberOfContainers()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getNumberOfContainers()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getNumberOfCreatedVMs()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getNumberOfFailedHosts()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getNumberOfFailedHosts()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getNumberOfFailedHosts()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getNumberOfFreePes()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getNumberOfFreePes()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getNumberOfFreePes()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getNumberOfFreePes()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getNumberOfFreePes()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getNumberOfFreePes()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"getNumberOfFreePes(List)","u":"getNumberOfFreePes(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"getNumberOfFreePes(List)","u":"getNumberOfFreePes(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"getNumberOfFreePes(List)","u":"getNumberOfFreePes(java.util.List)"},{"p":"org.iquantum.lists","c":"HostList","l":"getNumberOfFreePes(List)","u":"getNumberOfFreePes(java.util.List)"},{"p":"org.iquantum.lists","c":"PeList","l":"getNumberOfFreePes(List)","u":"getNumberOfFreePes(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getNumberOfHosts()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getNumberOfHosts()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getNumberOfHosts()"},{"p":"org.iquantum.network","c":"TopologicalGraph","l":"getNumberOfLinks()"},{"p":"org.iquantum.network","c":"TopologicalGraph","l":"getNumberOfNodes()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getNumberOfPes()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getNumberOfPes()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getNumberOfPes()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getNumberOfPes()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getNumberOfPes()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getNumberOfPes()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getNumberOfPes()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getNumberOfPes()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getNumberOfPes()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getNumberOfPes()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getNumberOfPes()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getNumberOfPes()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getNumberOfPes()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"getNumberOfPes(List)","u":"getNumberOfPes(java.util.List)"},{"p":"org.iquantum.lists","c":"HostList","l":"getNumberOfPes(List)","u":"getNumberOfPes(java.util.List)"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"getNumberOfQPU()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getNumberOfQPU()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getNumberOfVms()"},{"p":"org.iquantum.core","c":"iQuantum","l":"getNumEntities()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getNumHop()"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"getNumInstances()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getNumLayers()"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"getNumQubits()"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"getNumQubits()"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"getNumQubits()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology","l":"getNumQubits()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended","l":"getNumQubits()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getNumQubits()"},{"p":"org.iquantum.utils","c":"QASMReader","l":"getNumQubits()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getNumQubitsOfQPUById(int)"},{"p":"org.iquantum.tasks","c":"QTask","l":"getNumShots()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getNumShots()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getNumStoredFile()"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"getNumStoredFile()"},{"p":"org.iquantum.fog.utils","c":"CanBeSentResult","l":"getNwLoad()"},{"p":"org.iquantum.fog.utils","c":"ResourceUsageDetails","l":"getNwTrafficIntensity()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getOperatorName(int)"},{"p":"org.iquantum.sdn","c":"Package","l":"getOrigin()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getOriginalPingSize()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getOs()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getOs()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getOs()"},{"p":"org.iquantum.sdn","c":"Link","l":"getOtherNode(Node)","u":"getOtherNode(org.iquantum.sdn.Node)"},{"p":"org.iquantum.utils","c":"Log","l":"getOutput()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getOutputSize()"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"getOverbookedBw(long)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"getOverbookedMips(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getOverBookingfactor()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getOverUtilizedHosts()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getOverUtilizedHosts()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationAbstract","l":"getOverUtilizedVms()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getOwnerName()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getOwnerName()"},{"p":"org.iquantum.sdn","c":"Transmission","l":"getPackage()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"getParameterEstimates(double[])"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegressionRobust","l":"getParameterEstimates(double[])"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getParentDevice(int)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getParentId()"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"getPathIterator(AffineTransform)","u":"getPathIterator(java.awt.geom.AffineTransform)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"getPathIterator(AffineTransform, double)","u":"getPathIterator(java.awt.geom.AffineTransform,double)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getPaths(int)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getPaths(int)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getPaths(int)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getPauliXError()"},{"p":"org.iquantum.sdn","c":"Package","l":"getPayload()"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerSpaceShared","l":"getPeAllocationMap()"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"getPeAllocationMap()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getPeCapacity()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getPeCapacity()"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getPeCapacity()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getPeId()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getPeIdList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getPeList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getPeList()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getPeList()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getPeList()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getPeList()"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getPeList()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getPeMap()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getPeMap()"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getPeMap()"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"getPeProvisioner()"},{"p":"org.iquantum.fog.placement","c":"PlacementLogicOutput","l":"getPerDevice()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getPeriodicEdges(String)","u":"getPeriodicEdges(java.lang.String)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"getPeriodicity()"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"getPes()"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"getPes()"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"getPes()"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"getPes()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getPesAllocatedForContainerVM(ContainerVm)","u":"getPesAllocatedForContainerVM(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getPesAllocatedForVM(Container)","u":"getPesAllocatedForVM(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getPesAllocatedForVM(Vm)","u":"getPesAllocatedForVM(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"getPesInUse()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"getPesInUse()"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"getPesInUse()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"getPeTable()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"getPeTable()"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"getPeTable()"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"getPeTable()"},{"p":"org.iquantum.fog.utils","c":"JsonToTopology","l":"getPhysicalTopology(int, String, String)","u":"getPhysicalTopology(int,java.lang.String,java.lang.String)"},{"p":"org.iquantum.network","c":"FloydWarshall_Float","l":"getPK()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getPlacedAppModulesPerApplication(String)","u":"getPlacedAppModulesPerApplication(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"PlacementRequest","l":"getPlacedMicroservices()"},{"p":"org.iquantum.fog.placement","c":"PlacementLogicFactory","l":"getPlacementLogic(int, int)","u":"getPlacementLogic(int,int)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"getPlacementRequest()"},{"p":"org.iquantum.fog.entities","c":"PlacementRequest","l":"getPlacementRequestId()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"getPlacementRequests()"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"getPolygon()"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"getPolyline2D()"},{"p":"org.iquantum.lists","c":"CloudletList","l":"getPositionById(List, int)","u":"getPositionById(java.util.List,int)"},{"p":"org.iquantum.lists","c":"QTaskList","l":"getPositionById(List, int)","u":"getPositionById(java.util.List,int)"},{"p":"org.iquantum.lists","c":"ResCloudletList","l":"getPositionById(List, int)","u":"getPositionById(java.util.List,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getPower()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerHost","l":"getPower()"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"getPower()"},{"p":"org.iquantum.power","c":"PowerHost","l":"getPower()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerHost","l":"getPower(double)"},{"p":"org.iquantum.fog.utils","c":"FogLinearPowerModel","l":"getPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModel","l":"getPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelCubic","l":"getPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelLinear","l":"getPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPower","l":"getPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelSqrt","l":"getPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelSquare","l":"getPower(double)"},{"p":"org.iquantum.power","c":"PowerHost","l":"getPower(double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getPowerAfterAllocation(PowerContainerHost, ContainerVm)","u":"getPowerAfterAllocation(org.iquantum.backends.classical.container.core.PowerContainerHost,org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getPowerAfterAllocation(PowerHost, Vm)","u":"getPowerAfterAllocation(org.iquantum.power.PowerHost,org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"getPowerAfterContainerAllocation(PowerContainerHost, Container, ContainerVm)","u":"getPowerAfterContainerAllocation(org.iquantum.backends.classical.container.core.PowerContainerHost,org.iquantum.backends.classical.container.core.Container,org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPower","l":"getPowerData(int)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerHpProLiantMl110G3PentiumD930","l":"getPowerData(int)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerHpProLiantMl110G4Xeon3040","l":"getPowerData(int)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerHpProLiantMl110G5Xeon3075","l":"getPowerData(int)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerIbmX3250XeonX3470","l":"getPowerData(int)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerIbmX3250XeonX3480","l":"getPowerData(int)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerIbmX3550XeonX5670","l":"getPowerData(int)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerIbmX3550XeonX5675","l":"getPowerData(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerHost","l":"getPowerModel()"},{"p":"org.iquantum.power","c":"PowerHost","l":"getPowerModel()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getPreferredBackend()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getPreviousTime()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"getPreviousTime()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"getPreviousTime()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getPreviousTime()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getPreviousTime()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"getPreviousTime()"},{"p":"org.iquantum.power","c":"PowerVm","l":"getPreviousTime()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getPreviousUtilizationMips()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getPreviousUtilizationMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getPreviousUtilizationOfCpu()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getPreviousUtilizationOfCpu()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getProbMeas0Prep1()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getProbMeas1Prep0()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getProcessingCost()"},{"p":"org.iquantum.fog.placement","c":"PlacementLogicOutput","l":"getPrStatus()"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"getQDatacenter()"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"getQDatacenter()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"getQDatacenterCharacteristicsList()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"getQDatacenterCharacteristicsList()"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"getQDatacenterCharacteristicsList()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"getQDatacenterIdList()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"getQDatacenterIdList()"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"getQDatacenterIdList()"},{"p":"org.iquantum.core","c":"ResourceInformationService","l":"getQList()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getQNodeId()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"getQNodeList()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"getQNodeList()"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"getQNodeList()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristics","l":"getQNodeList()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristicsExtended","l":"getQNodeList()"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"getQPUList()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getQPUList()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getQTask()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getQTaskArrivalTime()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"getQTaskExecList()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"getQTaskFailedList()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"getQTaskFinishedList()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getQTaskFinishedSoFar()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getQTaskFinishedSoFar(int)"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getQTaskFinishTime()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getQTaskHistory()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getQTaskId()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getQTaskId()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getQTaskLayer()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getQTaskLength()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"getQTaskList()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"getQTaskList()"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"getQTaskList()"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"getQTaskList()"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"getQTaskList()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"getQTaskPausedList()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"getQTaskReceivedList()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"getQTaskReceivedList()"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"getQTaskReceivedList()"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"getQTaskScheduler()"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"getQTaskScheduler()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getQTaskStatus()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getQTaskStatus()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"getQTaskStatus(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"getQTaskStatus(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"getQTaskStatus(int)"},{"p":"org.iquantum.tasks","c":"QTask","l":"getQTaskStatusString()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"getQTaskSubmittedList()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"getQTaskSubmittedList()"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"getQTaskSubmittedList()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"getQTaskWaitingList()"},{"p":"org.iquantum.core","c":"iQuantum","l":"getQuantumResourceList()"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"getQuantumVolume()"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"getQuantumVolume()"},{"p":"org.iquantum.utils","c":"QASMReader","l":"getQubitConnectivity()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology.Node","l":"getQubitIndex()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitEdge","l":"getQubitIndex()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended","l":"getQubitProperties(int)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology","l":"getQubits()"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"getQubitTopology()"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"getQubitTopology()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getQubitTopology()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"IBMQTopology","l":"getQubitTopology(String)","u":"getQubitTopology(java.lang.String)"},{"p":"org.iquantum.lists","c":"QPUList","l":"getQubitTopologyOfQPUById(int)"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"getQueryId()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"getRam()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"getRam()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getRam()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getRam()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getRam()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getRam()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getRam()"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"getRam()"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"getRam()"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"getRam()"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"getRam()"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"getRam()"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"getRam()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getRamProvisioner()"},{"p":"org.iquantum.provisioners","c":"RamProvisionerSimple","l":"getRamTable()"},{"p":"org.iquantum.backends.classical.container.utils","c":"RandomGaussian","l":"getRandom()"},{"p":"org.iquantum.backends.classical.container.utils","c":"RandomGen","l":"getRandom()"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"getRandom()"},{"p":"org.iquantum.models","c":"UtilizationModelStochastic","l":"getRandomGenerator()"},{"p":"org.iquantum.sdn","c":"Node","l":"getRank()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"getRank()"},{"p":"org.iquantum.sdn","c":"Switch","l":"getRank()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getRateOfSensor(String)","u":"getRateOfSensor(java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getRateOfSensor(String)","u":"getRateOfSensor(java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getRateOfSensor(String)","u":"getRateOfSensor(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getRatePerMips()"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"getRatePerMips()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getReadoutAssignmentError()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getReadoutLengthNs()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getRegionalCisName()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"getRegionalCisName()"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"getRegionalCISName()"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"getRegionalCISName()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getRegistrationID()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getRegistrationID()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getRemainingCloudletLength()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getRemainingQTaskLength()"},{"p":"org.iquantum.sdn","c":"Request","l":"getRemovedActivities()"},{"p":"org.iquantum.sdn","c":"Channel","l":"getRequestedBandwidth()"},{"p":"org.iquantum.sdn","c":"Link","l":"getRequestedBandwidthForDedicatedChannels(Node)","u":"getRequestedBandwidthForDedicatedChannels(org.iquantum.sdn.Node)"},{"p":"org.iquantum.backends.classical","c":"HostStateHistoryEntry","l":"getRequestedMips()"},{"p":"org.iquantum.policies.vm","c":"VmStateHistoryEntry","l":"getRequestedMips()"},{"p":"org.iquantum.sdn","c":"Request","l":"getRequestId()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getRequiredFiles()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getReservationId()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getReservationID()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getReservationID()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"getResourceAvailabilityOfDevice()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getResourceById(int)"},{"p":"org.iquantum.tasks","c":"QTask","l":"getResourceById(int)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"getResourceData()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getResourceId()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getResourceId()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getResourceID()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getResourceID()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"getResourceInfo(List)","u":"getResourceInfo(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getResourceName()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getResourceName()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristics","l":"getResourceName()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristicsExtended","l":"getResourceName()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getResourceName()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getResourceName(int)"},{"p":"org.iquantum.tasks","c":"QTask","l":"getResourceName(int)"},{"p":"org.iquantum.fog.application","c":"Application","l":"getResultantTuples(String, Tuple, int, int)","u":"getResultantTuples(java.lang.String,org.iquantum.fog.entities.Tuple,int,int)"},{"p":"org.iquantum.utils","c":"MathUtil","l":"getRobustLoessParameterEstimates(double[])"},{"p":"org.iquantum.sdn","c":"ForwardingRule","l":"getRoute(int, int, int)","u":"getRoute(int,int,int)"},{"p":"org.iquantum.sdn","c":"Node","l":"getRoute(Node)","u":"getRoute(org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"RoutingTable","l":"getRoute(Node)","u":"getRoute(org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"getRoute(Node)","u":"getRoute(org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"Switch","l":"getRoute(Node)","u":"getRoute(org.iquantum.sdn.Node)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"getRoutingTable()"},{"p":"org.iquantum.sdn","c":"Node","l":"getRoutingTable()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"getRoutingTable()"},{"p":"org.iquantum.sdn","c":"Switch","l":"getRoutingTable()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationInterQuartileRange","l":"getSafetyParameter()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"getSafetyParameter()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation","l":"getSafetyParameter()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getSavedAllocation()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getSavedAllocation()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getSchedulingInterval()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getSchedulingInterval()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"getSchedulingInterval()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"getSchedulingInterval()"},{"p":"org.iquantum.models","c":"UtilizationModelPlanetLabInMemory","l":"getSchedulingInterval()"},{"p":"org.iquantum.power","c":"PowerVm","l":"getSchedulingInterval()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"getSchedulingInterval()"},{"p":"org.iquantum.fog.application.selectivity","c":"FractionalSelectivity","l":"getSelectivity()"},{"p":"org.iquantum.fog.utils","c":"OperatorEdge","l":"getSelectivity()"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"getSelectivityMap()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getSelfCluster()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getSensorName()"},{"p":"org.iquantum.fog.entities","c":"PhysicalTopology","l":"getSensors()"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"getSensors()"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"getSensors()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"getSensors()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getSensors()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getSensors()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getSensors()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementOnlyCloud","l":"getSensors()"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"getSensorType()"},{"p":"org.iquantum.fog.gui.core","c":"SensorModule","l":"getSensorType()"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"getSensorType()"},{"p":"org.iquantum.fog.utils","c":"FogUtils","l":"getSensorTypeFromSensorName(String)","u":"getSensorTypeFromSensorName(java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"PlacementLogicOutput","l":"getServiceDiscoveryInfo()"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"getServiceDiscoveryInfor()"},{"p":"org.iquantum.sdn","c":"Link","l":"getSharedBandwidthPerChannel(Node, Node)","u":"getSharedBandwidthPerChannel(org.iquantum.sdn.Node,org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"Link","l":"getSharedChannelCount(Node)","u":"getSharedChannelCount(org.iquantum.sdn.Node)"},{"p":"org.iquantum.core","c":"iQuantum","l":"getSimulationCalendar()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getSimulationStartTime()"},{"p":"org.iquantum.utils","c":"QASMReader","l":"getSingleQubitGates()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getSize()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getSize()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getSize()"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"getSize()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getSize()"},{"p":"org.iquantum.network","c":"Packet","l":"getSize()"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"getSize()"},{"p":"org.iquantum.sdn","c":"Package","l":"getSize()"},{"p":"org.iquantum.sdn","c":"Transmission","l":"getSize()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getSize()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getSizeInByte()"},{"p":"org.iquantum.core","c":"SimEvent","l":"getSource()"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"getSource()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getSourceDeviceId()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getSourceModuleId()"},{"p":"org.iquantum.fog.application","c":"DAG","l":"getSources(List, List)","u":"getSources(java.util.List,java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getSouthTupleQueue()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getSpecialPlacementInfo()"},{"p":"org.iquantum.fog.utils","c":"OperatorEdge","l":"getSrc()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getSrcId()"},{"p":"org.iquantum.network","c":"Packet","l":"getSrcId()"},{"p":"org.iquantum.sdn","c":"Arc","l":"getSrcId()"},{"p":"org.iquantum.sdn","c":"Channel","l":"getSrcId()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getSrcModuleName()"},{"p":"org.iquantum.network","c":"TopologicalLink","l":"getSrcNodeID()"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"getStartModule()"},{"p":"org.iquantum.sdn","c":"Package","l":"getStartTime()"},{"p":"org.iquantum.sdn","c":"TimedVm","l":"getStartTime()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getStartTime()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getStartTime()"},{"p":"org.iquantum.core","c":"SimEntity","l":"getState()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getStateHistory()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getStateHistory()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getStateHistory()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getStateHistory()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getStateHistory()"},{"p":"org.iquantum.fog.utils","c":"FogLinearPowerModel","l":"getStaticPower()"},{"p":"org.iquantum.power.models","c":"PowerModelCubic","l":"getStaticPower()"},{"p":"org.iquantum.power.models","c":"PowerModelLinear","l":"getStaticPower()"},{"p":"org.iquantum.power.models","c":"PowerModelSqrt","l":"getStaticPower()"},{"p":"org.iquantum.power.models","c":"PowerModelSquare","l":"getStaticPower()"},{"p":"org.iquantum.utils","c":"MathUtil","l":"getStatistics(double[])"},{"p":"org.iquantum.utils","c":"MathUtil","l":"getStatistics(List)","u":"getStatistics(java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"getStatus()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"getStatus()"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"getStatus()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getStatus()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getStatusString(int)"},{"p":"org.iquantum.fog.utils.distribution","c":"NormalDistribution","l":"getStdDev()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getStorage()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getStorage()"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"getStorage()"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"getStorage()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getStorageList()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"getStorageList()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"getStringForLoopId(int)"},{"p":"org.iquantum.tasks","c":"CTask","l":"getSubmissionTime()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getSubmissionTime()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getSubmissionTime(int)"},{"p":"org.iquantum.tasks","c":"QTask","l":"getSubmissionTime(int)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"getSubmittime()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getSwitchedOffHosts()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getSwitchedOffHosts()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"getSwitchList()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getSxError()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getT1Us()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getT2Us()"},{"p":"org.iquantum.core","c":"SimEvent","l":"getTag()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getTag()"},{"p":"org.iquantum.network","c":"Packet","l":"getTag()"},{"p":"org.iquantum.backends.classical","c":"HostStateHistoryEntry","l":"getTime()"},{"p":"org.iquantum.policies.vm","c":"VmStateHistoryEntry","l":"getTime()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getTimeHistory()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getTimeHistory()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"getTimeSheet(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getTimeZone()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getTimeZone()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristics","l":"getTimeZone()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristicsExtended","l":"getTimeZone()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getTimeZone()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"getTotalAllocatedMips()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"getTotalAllocatedMips()"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"getTotalAllocatedMips()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"getTotalAllocatedMipsForContainer(Container)","u":"getTotalAllocatedMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"getTotalAllocatedMipsForContainer(Container)","u":"getTotalAllocatedMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getTotalAllocatedMipsForContainer(Container)","u":"getTotalAllocatedMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getTotalAllocatedMipsForContainer(Container)","u":"getTotalAllocatedMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"getTotalAllocatedMipsForContainerVm(ContainerVm)","u":"getTotalAllocatedMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"getTotalAllocatedMipsForContainerVm(ContainerVm)","u":"getTotalAllocatedMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getTotalAllocatedMipsForContainerVm(ContainerVm)","u":"getTotalAllocatedMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getTotalAllocatedMipsForContainerVm(ContainerVm)","u":"getTotalAllocatedMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getTotalAllocatedMipsForVm(Vm)","u":"getTotalAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getTotalAllocatedMipsForVm(Vm)","u":"getTotalAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"getTotalAllocatedMipsForVm(Vm)","u":"getTotalAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"getTotalAllocatedMipsForVm(Vm)","u":"getTotalAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"getTotalAllocatedMipsForVm(Vm)","u":"getTotalAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"getTotalClops()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getTotalClops()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getTotalCost()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getTotalCurrentAllocatedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getTotalCurrentAllocatedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getTotalCurrentAllocatedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"getTotalCurrentAllocatedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getTotalCurrentAllocatedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getTotalCurrentAllocatedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"getTotalCurrentAllocatedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getTotalCurrentAllocatedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getTotalCurrentAvailableMipsForCloudlet(ResCTask, List)","u":"getTotalCurrentAvailableMipsForCloudlet(org.iquantum.tasks.ResCTask,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getTotalCurrentAvailableMipsForCloudlet(ResCTask, List)","u":"getTotalCurrentAvailableMipsForCloudlet(org.iquantum.tasks.ResCTask,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getTotalCurrentAvailableMipsForCloudlet(ResCTask, List)","u":"getTotalCurrentAvailableMipsForCloudlet(org.iquantum.tasks.ResCTask,java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"getTotalCurrentAvailableMipsForCloudlet(ResCTask, List)","u":"getTotalCurrentAvailableMipsForCloudlet(org.iquantum.tasks.ResCTask,java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getTotalCurrentAvailableMipsForCloudlet(ResCTask, List)","u":"getTotalCurrentAvailableMipsForCloudlet(org.iquantum.tasks.ResCTask,java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getTotalCurrentAvailableMipsForCloudlet(ResCTask, List)","u":"getTotalCurrentAvailableMipsForCloudlet(org.iquantum.tasks.ResCTask,java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"getTotalCurrentAvailableMipsForCloudlet(ResCTask, List)","u":"getTotalCurrentAvailableMipsForCloudlet(org.iquantum.tasks.ResCTask,java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getTotalCurrentAvailableMipsForCloudlet(ResCTask, List)","u":"getTotalCurrentAvailableMipsForCloudlet(org.iquantum.tasks.ResCTask,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getTotalCurrentMips()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getTotalCurrentMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getTotalCurrentRequestedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentRequestedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getTotalCurrentRequestedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentRequestedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getTotalCurrentRequestedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentRequestedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"getTotalCurrentRequestedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentRequestedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getTotalCurrentRequestedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentRequestedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getTotalCurrentRequestedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentRequestedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"getTotalCurrentRequestedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentRequestedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getTotalCurrentRequestedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentRequestedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getTotalMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getTotalMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getTotalMips()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getTotalMips()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getTotalMips()"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"getTotalMips(List)","u":"getTotalMips(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"getTotalMips(List)","u":"getTotalMips(java.util.List)"},{"p":"org.iquantum.lists","c":"PeList","l":"getTotalMips(List)","u":"getTotalMips(java.util.List)"},{"p":"org.iquantum.lists","c":"QPUList","l":"getTotalNumQubits()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getTotalResponseTime()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getTotalUtilizationOfCpuMips(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getTotalUtilizationOfCpuMips(double)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getTotalUtilizationOfCpuMips(double)"},{"p":"org.iquantum.core","c":"iQuantum","l":"getTraceFlag()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getTransactionTime()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getTransmissionStartDelay()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getTransmitDistribution()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getTraversed()"},{"p":"org.iquantum.utils","c":"MathUtil","l":"getTricubeBisquareWeigts(double[])"},{"p":"org.iquantum.utils","c":"MathUtil","l":"getTricubeWeigts(int)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"getTupleCpuLength()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getTupleIdToCpuStartTime()"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"getTupleNwLength()"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"getTupleType()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getTupleType()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getTupleType()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getTupleTypeToAverageCpuTime()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getTupleTypeToExecutedTupleCount()"},{"p":"org.iquantum.core","c":"SimEvent","l":"getType()"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"getType()"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"getType()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getType()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getType()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getUid()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getUid()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getUid()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getUid()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getUid()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getUid(int, int)","u":"getUid(int,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getUid(int, int)","u":"getUid(int,int)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getUid(int, int)","u":"getUid(int,int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getUnderAllocatedMips()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getUnderAllocatedMips()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelectionUnderUtilizedAdded","l":"getUnderUtilizationThr()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"getUnderUtilizationThreshold()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getUnderUtilizedHost(Set)","u":"getUnderUtilizedHost(java.util.Set)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelectionUnderUtilizedAdded","l":"getUnderUtilizedHost(Set)","u":"getUnderUtilizedHost(java.util.Set)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"getUnderUtilizedHost(Set)","u":"getUnderUtilizedHost(java.util.Set)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getUnderUtilizedHost(Set)","u":"getUnderUtilizedHost(java.util.Set)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"getUnderUtilizedHostList(Set)","u":"getUnderUtilizedHostList(java.util.Set)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelectionUnderUtilizedAdded","l":"getUnderUtilizedHostList(Set)","u":"getUnderUtilizedHostList(java.util.Set)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"getUnderUtilizedHostList(Set)","u":"getUnderUtilizedHostList(java.util.Set)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getUniqueId()"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"getUpBw()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getUplinkBandwidth()"},{"p":"org.iquantum.fog.utils","c":"ResourceUsageDetails","l":"getUplinkBandwidth()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getUplinkLatency()"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"getUpports()"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"getUpports()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"getUsedBw()"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"getUsedBw()"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getUsedBw()"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getUsedBw()"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getUsedBw()"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getUsedMips()"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getUsedMips()"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getUsedMips()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"getUsedPes()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"getUsedPes()"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"getUsedPes()"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"getUsedPes()"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getUsedPes()"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getUsedPes()"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getUsedPes()"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"getUsedRam()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"getUsedVmBw()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"getUsedVmRam()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"getUsedVmRam()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getUserId()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getUserId()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getUserId()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getUserId()"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"getUserId()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getUserId()"},{"p":"org.iquantum.sdn","c":"Request","l":"getUserId()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getUserId()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getUserId()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"getUtilization()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"getUtilization()"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"getUtilization()"},{"p":"org.iquantum.models","c":"UtilizationModel","l":"getUtilization(double)"},{"p":"org.iquantum.models","c":"UtilizationModelFull","l":"getUtilization(double)"},{"p":"org.iquantum.models","c":"UtilizationModelNull","l":"getUtilization(double)"},{"p":"org.iquantum.models","c":"UtilizationModelPlanetLabInMemory","l":"getUtilization(double)"},{"p":"org.iquantum.models","c":"UtilizationModelStochastic","l":"getUtilization(double)"},{"p":"org.iquantum.sdn.example.policies","c":"VmSchedulerTimeSharedEnergy","l":"getUtilizationEnergyConsumption()"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"getUtilizationEnergyConsumption()"},{"p":"org.iquantum.sdn.overbooking","c":"VmSchedulerTimeSharedOverbookingEnergy","l":"getUtilizationEnergyConsumption()"},{"p":"org.iquantum.sdn.power","c":"PowerUtilizationInterface","l":"getUtilizationEnergyConsumption()"},{"p":"org.iquantum.sdn","c":"Switch","l":"getUtilizationEnergyConsumption()"},{"p":"org.iquantum.sdn.example.policies","c":"VmSchedulerTimeSharedEnergy","l":"getUtilizationHisotry()"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"getUtilizationHisotry()"},{"p":"org.iquantum.sdn.overbooking","c":"VmSchedulerTimeSharedOverbookingEnergy","l":"getUtilizationHisotry()"},{"p":"org.iquantum.sdn.power","c":"PowerUtilizationInterface","l":"getUtilizationHisotry()"},{"p":"org.iquantum.sdn","c":"Switch","l":"getUtilizationHisotry()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getUtilizationHistory()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"getUtilizationHistory()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerHostUtilizationHistory","l":"getUtilizationHistory()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"getUtilizationHistory()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getUtilizationHistory()"},{"p":"org.iquantum.power","c":"PowerHostUtilizationHistory","l":"getUtilizationHistory()"},{"p":"org.iquantum.power","c":"PowerVm","l":"getUtilizationHistory()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getUtilizationHistory()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"getUtilizationHistoryList()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"getUtilizationHistoryList()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getUtilizationMad()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"getUtilizationMad()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"getUtilizationMad()"},{"p":"org.iquantum.power","c":"PowerVm","l":"getUtilizationMad()"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMaximumCorrelation","l":"getUtilizationMatrix(List)","u":"getUtilizationMatrix(java.util.List)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMaximumCorrelation","l":"getUtilizationMatrix(List)","u":"getUtilizationMatrix(java.util.List)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMaximumCorrelation","l":"getUtilizationMatrix(List)","u":"getUtilizationMatrix(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getUtilizationMean()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"getUtilizationMean()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"getUtilizationMean()"},{"p":"org.iquantum.power","c":"PowerVm","l":"getUtilizationMean()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getUtilizationMips()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getUtilizationMips()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getUtilizationModelBw()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getUtilizationModelCpu()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getUtilizationModelRam()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getUtilizationOfBw()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getUtilizationOfBw()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getUtilizationOfBw(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getUtilizationOfCpu()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getUtilizationOfCpu()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getUtilizationOfCpu(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getUtilizationOfCpuMips()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getUtilizationOfCpuMips()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getUtilizationOfCpuMips(PowerContainerHost)","u":"getUtilizationOfCpuMips(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getUtilizationOfCpuMips(PowerHost)","u":"getUtilizationOfCpuMips(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"getUtilizationOfCpuMipsofVm(ContainerVm)","u":"getUtilizationOfCpuMipsofVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getUtilizationOfRam()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getUtilizationOfRam()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getUtilizationOfRam(double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"getUtilizationThreshold()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThreshold","l":"getUtilizationThreshold()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMC","l":"getUtilizationThreshold()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMCUnderUtilized","l":"getUtilizationThreshold()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationStaticThreshold","l":"getUtilizationThreshold()"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"getUtilizationTotalMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getUtilizationVariance()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"getUtilizationVariance()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"getUtilizationVariance()"},{"p":"org.iquantum.power","c":"PowerVm","l":"getUtilizationVariance()"},{"p":"org.iquantum.fog.utils.distribution","c":"DeterministicDistribution","l":"getValue()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getVm()"},{"p":"org.iquantum.sdn","c":"Middlebox","l":"getVm()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getVm(int, int)","u":"getVm(int,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getVmAllocationPolicy()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"getVmAllocationPolicy()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getVmId()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getVmList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getVmList()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getVmList()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getVmList()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"getVmList()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getVmList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getVmm()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getVmm()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getVmm()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getVmm()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getVmm()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getVmMigrationCount()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getVmMigrationWriter()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"getVmNameIdTable()"},{"p":"org.iquantum.sdn","c":"SDNDatacenter","l":"getVmNameIdTable()"},{"p":"org.iquantum.sdn","c":"Node","l":"getVMRoute(int, int, int)","u":"getVMRoute(int,int,int)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"getVMRoute(int, int, int)","u":"getVMRoute(int,int,int)"},{"p":"org.iquantum.sdn","c":"Switch","l":"getVMRoute(int, int, int)","u":"getVMRoute(int,int,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getVmsAcks()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getVmsAcks()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getVmsAcks()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getVmScheduler()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getVmsCreatedList()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getVmsCreatedList()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getVmsCreatedList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getVmsDestroyed()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getVmsDestroyed()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getVmsDestroyed()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getVmSelectionPolicy()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getVmSelectionPolicy()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getVmsMigratingIn()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getVmsMigratingIn()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getVmsMigratingIn()"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getVmsMigratingIn()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getVmsMigratingOut()"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getVmsMigratingOut()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getVmsRequested()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getVmsRequested()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getVmsRequested()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getVmsToDatacentersMap()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getVmsToDatacentersMap()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getVmsToDatacentersMap()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getVmsToMigrateFromHosts(List)","u":"getVmsToMigrateFromHosts(java.util.List)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getVmsToMigrateFromHosts(List)","u":"getVmsToMigrateFromHosts(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getVmsToMigrateFromUnderUtilizedHost(PowerContainerHost)","u":"getVmsToMigrateFromUnderUtilizedHost(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getVmsToMigrateFromUnderUtilizedHost(PowerHost)","u":"getVmsToMigrateFromUnderUtilizedHost(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"getVmTable()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationAbstract","l":"getVmTable()"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"getVmTable()"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"getVmTable()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyAbstract","l":"getVmTable()"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getVmTable()"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getVmTable()"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getVmTable()"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicy","l":"getVmToMigrate(PowerContainerHost)","u":"getVmToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVMSelectionPolicyCor","l":"getVmToMigrate(PowerContainerHost)","u":"getVmToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMaximumCorrelation","l":"getVmToMigrate(PowerContainerHost)","u":"getVmToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMaximumUsage","l":"getVmToMigrate(PowerContainerHost)","u":"getVmToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMinimumMigrationTime","l":"getVmToMigrate(PowerContainerHost)","u":"getVmToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicy","l":"getVmToMigrate(PowerHost)","u":"getVmToMigrate(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMaximumCorrelation","l":"getVmToMigrate(PowerHost)","u":"getVmToMigrate(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMinimumMigrationTime","l":"getVmToMigrate(PowerHost)","u":"getVmToMigrate(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMinimumUtilization","l":"getVmToMigrate(PowerHost)","u":"getVmToMigrate(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyRandomSelection","l":"getVmToMigrate(PowerHost)","u":"getVmToMigrate(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.tasks","c":"CTask","l":"getWaitingTime()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getWaitingTime()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getWallClockTime()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getWallClockTime()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getWallClockTime(int)"},{"p":"org.iquantum.tasks","c":"QTask","l":"getWallClockTime(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getWorkloadMips()"},{"p":"org.iquantum.sdn.example","c":"SDNBroker","l":"getWorkloads()"},{"p":"org.iquantum.sdn.example","c":"WorkloadParser","l":"getWorkloads()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getWorkloadTotalMips()"},{"p":"org.iquantum.fog.gui.core","c":"Coordinates","l":"getX()"},{"p":"org.iquantum.sdn.graph.core","c":"Coordinates","l":"getX()"},{"p":"org.iquantum.fog.gui.core","c":"Coordinates","l":"getY()"},{"p":"org.iquantum.sdn.graph.core","c":"Coordinates","l":"getY()"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"graph"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"Graph()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"Graph()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"Graph(Map>)","u":"%3Cinit%3E(java.util.Map)"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"Graph(Map>)","u":"%3Cinit%3E(java.util.Map)"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDN","l":"GraphicSDN()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDNExample","l":"GraphicSDNExample(String, String, String, String, JTextArea)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,javax.swing.JTextArea)"},{"p":"org.iquantum.network","c":"GraphReaderBrite","l":"GraphReaderBrite()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"Bridge","l":"graphToJson(Graph)","u":"graphToJson(org.iquantum.fog.gui.core.Graph)"},{"p":"org.iquantum.sdn.graph.core","c":"Bridge","l":"graphToJson(Graph)","u":"graphToJson(org.iquantum.sdn.graph.core.Graph)"},{"p":"org.iquantum.fog.gui.core","c":"GraphView","l":"GraphView(Graph)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph)"},{"p":"org.iquantum.sdn.graph.core","c":"GraphView","l":"GraphView(Graph)","u":"%3Cinit%3E(org.iquantum.sdn.graph.core.Graph)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"HarddriveStorage(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"HarddriveStorage(String, double)","u":"%3Cinit%3E(java.lang.String,double)"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"hasEdge(String, String)","u":"hasEdge(java.lang.String,java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"hashCode()"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"hashCode()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"hasPotentialAvailableSpace(int)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"hasPotentialAvailableSpace(int)"},{"p":"org.iquantum.tasks","c":"CTask","l":"hasReserved()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"hasReserved()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"hasReserved()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"HISTORY_LENGTH"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"HISTORY_LENGTH"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"HISTORY_LENGTH"},{"p":"org.iquantum.power","c":"PowerVm","l":"HISTORY_LENGTH"},{"p":"org.iquantum.core","c":"SimEvent","l":"HOLD_DONE"},{"p":"org.iquantum.core","c":"iQuantum","l":"hold(int, long)","u":"hold(int,long)"},{"p":"org.iquantum.core","c":"SimEntity","l":"HOLDING"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"HOST_PEs"},{"p":"org.iquantum.backends.classical","c":"Host","l":"Host(int, RamProvisioner, BwProvisioner, long, List, VmScheduler)","u":"%3Cinit%3E(int,org.iquantum.provisioners.RamProvisioner,org.iquantum.provisioners.BwProvisioner,long,java.util.List,org.iquantum.policies.vm.VmScheduler)"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"HostDynamicWorkload(int, RamProvisioner, BwProvisioner, long, List, VmScheduler)","u":"%3Cinit%3E(int,org.iquantum.provisioners.RamProvisioner,org.iquantum.provisioners.BwProvisioner,long,java.util.List,org.iquantum.policies.vm.VmScheduler)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"hostlist"},{"p":"org.iquantum.lists","c":"HostList","l":"HostList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"HostNode()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"HostNode()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"HostNode(String, String, long, long, int, long, long)","u":"%3Cinit%3E(java.lang.String,java.lang.String,long,long,int,long,long)"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"HostNode(String, String, long, long, int, long, long)","u":"%3Cinit%3E(java.lang.String,java.lang.String,long,long,int,long,long)"},{"p":"org.iquantum.network.datacenter","c":"HostPacket","l":"HostPacket(int, int, double, double, double, int, int)","u":"%3Cinit%3E(int,int,double,double,double,int,int)"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicy","l":"HostSelectionPolicy()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyFirstFit","l":"HostSelectionPolicyFirstFit()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyLeastFull","l":"HostSelectionPolicyLeastFull()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyMinimumCorrelation","l":"HostSelectionPolicyMinimumCorrelation(HostSelectionPolicy)","u":"%3Cinit%3E(org.iquantum.backends.classical.container.hostSelectionPolicies.HostSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyMostFull","l":"HostSelectionPolicyMostFull()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyRandomSelection","l":"HostSelectionPolicyRandomSelection()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical","c":"HostStateHistoryEntry","l":"HostStateHistoryEntry(double, double, double, boolean)","u":"%3Cinit%3E(double,double,double,boolean)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCDatacenter","l":"HostToSwitchid"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"hostTotalBw"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"hostTotalBw"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"hostTotalBw"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"hostTotalMips"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"hostTotalMips"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"hostTotalMips"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"hostTotalPes"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"hostTotalPes"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"hostTotalPes"},{"p":"org.iquantum.core","c":"Consts","l":"HOUR"},{"p":"org.iquantum.backends.quantum","c":"IBMQNode","l":"IBMQNode()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.quantum","c":"IBMQNodeMQ","l":"IBMQNodeMQ()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"IBMQTopology","l":"IBMQTopology()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"id"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"IBMQTopology","l":"importFromCsv(String)","u":"importFromCsv(java.lang.String)"},{"p":"org.iquantum.utils","c":"QTaskImporter","l":"importQTasksFromCsv(String)","u":"importQTasksFromCsv(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"incrementContainerMigrationCount()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"incrementContainersAcks()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"incrementMigrationCount()"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"incrementMigrationCount()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"incrementNewlyCreatedVmsCount()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"incrementVmsAcks()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"incrementVmsAcks()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"incrementVmsAcks()"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"indent"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDNExample","l":"indent"},{"p":"org.iquantum.lists","c":"ResCloudletList","l":"indexOf(List, int, int)","u":"indexOf(java.util.List,int,int)"},{"p":"org.iquantum.tasks","c":"CTask","l":"INEXEC"},{"p":"org.iquantum.network","c":"InfoPacket","l":"InfoPacket(String, int, long, int, int, int)","u":"%3Cinit%3E(java.lang.String,int,long,int,int,int)"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"INFOPKT_RETURN"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"INFOPKT_SUBMIT"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"INIT_TIME"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"init()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"init()"},{"p":"org.iquantum.core","c":"iQuantum","l":"init(int, Calendar, boolean)","u":"init(int,java.util.Calendar,boolean)"},{"p":"org.iquantum.core","c":"iQuantum","l":"init(int, Calendar, boolean, double)","u":"init(int,java.util.Calendar,boolean,double)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"init(Map>)","u":"init(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"init(Map>)","u":"init(java.util.Map)"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"INITIALIZE_SENSOR"},{"p":"org.iquantum.core","c":"iQuantum","l":"initialize()"},{"p":"org.iquantum.sdn","c":"Channel","l":"initialize()"},{"p":"org.iquantum.network","c":"FloydWarshall_Float","l":"initialize(int)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"initializeController(LoadBalancer)","u":"initializeController(org.iquantum.fog.entities.LoadBalancer)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"initializeController(LoadBalancer, MicroservicePlacementLogic, Map>, Map, List)","u":"initializeController(org.iquantum.fog.entities.LoadBalancer,org.iquantum.fog.placement.MicroservicePlacementLogic,java.util.Map,java.util.Map,java.util.List)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"initializeControllers(int)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"initializeControllers(int, Map>)","u":"initializeControllers(int,java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"initializePeriodicTuples(AppModule)","u":"initializePeriodicTuples(org.iquantum.fog.application.AppModule)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"initiatePlacementRequestProcessing()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"initiatePlacementRequestProcessingDynamic()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"initPhysicalTopology()"},{"p":"org.iquantum.fog.gui.example","c":"FogGui","l":"initUI()"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDN","l":"initUI()"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"INQUIRY_GLOBAL_RC_LIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"INQUIRY_LOCAL_RC_LIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"INQUIRY_RC_LIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"INQUIRY_RC_RESULT"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"INSIGNIFICANT"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"instanceToDataId"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"intersects(double, double, double, double)","u":"intersects(double,double,double,double)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"intersects(Rectangle2D)","u":"intersects(java.awt.geom.Rectangle2D)"},{"p":"org.iquantum.utils","c":"MathUtil","l":"iqr(double[])"},{"p":"org.iquantum.core","c":"iQuantum","l":"iQuantum()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core","c":"iQuantumShutdown","l":"iQuantumShutdown(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"org.iquantum.backends.classical","c":"HostStateHistoryEntry","l":"isActive()"},{"p":"org.iquantum.sdn","c":"Link","l":"isActive()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"isAMobileDevice(int)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"isApplicationDeployed()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"isBeingInstantiated()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"isBeingInstantiated()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"isBeingInstantiated()"},{"p":"org.iquantum.fog.utils","c":"CanBeSentResult","l":"isCanBeSent()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"isCloud(int)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"isClusterLinkBusy"},{"p":"org.iquantum.sdn","c":"Transmission","l":"isCompleted()"},{"p":"org.iquantum.utils","c":"Log","l":"isDisabled()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"isDisableMigrations()"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"isDisableMigrations()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"isDisableVmMigrations()"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"isEndModule(String)","u":"isEndModule(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"isFailed()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"isFailed()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"isFailed()"},{"p":"org.iquantum.sdn","c":"Request","l":"isFinished()"},{"p":"org.iquantum.tasks","c":"CTask","l":"isFinished()"},{"p":"org.iquantum.tasks","c":"QTask","l":"isFinished()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"isFinishedCloudlets()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"isFinishedCloudlets()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"isFinishedCloudlets()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"isFinishedCloudlets()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"isFinishedCloudlets()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"isFinishedCloudlets()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"isFinishedQTasks()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"isFinishedQTasks()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"isFinishedQTasks()"},{"p":"org.iquantum.network.datacenter","c":"NetworkVm","l":"isFree()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"isFull()"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"isFull()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"isHostOverUtilized(PowerContainerHost)","u":"isHostOverUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"isHostOverUtilized(PowerContainerHost)","u":"isHostOverUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThreshold","l":"isHostOverUtilized(PowerContainerHost)","u":"isHostOverUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMC","l":"isHostOverUtilized(PowerContainerHost)","u":"isHostOverUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMCUnderUtilized","l":"isHostOverUtilized(PowerContainerHost)","u":"isHostOverUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"isHostOverUtilized(PowerHost)","u":"isHostOverUtilized(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationInterQuartileRange","l":"isHostOverUtilized(PowerHost)","u":"isHostOverUtilized(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"isHostOverUtilized(PowerHost)","u":"isHostOverUtilized(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation","l":"isHostOverUtilized(PowerHost)","u":"isHostOverUtilized(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationStaticThreshold","l":"isHostOverUtilized(PowerHost)","u":"isHostOverUtilized(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"isHostOverUtilizedAfterAllocation(PowerContainerHost, ContainerVm)","u":"isHostOverUtilizedAfterAllocation(org.iquantum.backends.classical.container.core.PowerContainerHost,org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"isHostOverUtilizedAfterAllocation(PowerHost, Vm)","u":"isHostOverUtilizedAfterAllocation(org.iquantum.power.PowerHost,org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"isHostOverUtilizedAfterContainerAllocation(PowerContainerHost, ContainerVm, Container)","u":"isHostOverUtilizedAfterContainerAllocation(org.iquantum.backends.classical.container.core.PowerContainerHost,org.iquantum.backends.classical.container.core.ContainerVm,org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"isHostUnderUtilized(PowerContainerHost)","u":"isHostUnderUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"isHostUnderUtilized(PowerContainerHost)","u":"isHostUnderUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThreshold","l":"isHostUnderUtilized(PowerContainerHost)","u":"isHostUnderUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMC","l":"isHostUnderUtilized(PowerContainerHost)","u":"isHostUnderUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMCUnderUtilized","l":"isHostUnderUtilized(PowerContainerHost)","u":"isHostUnderUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"isInCluster"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"isInMigration()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"isInMigration()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"isInMigration()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"isInMigration()"},{"p":"org.iquantum.policies.vm","c":"VmStateHistoryEntry","l":"isInMigration()"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"isInMigration()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"isInPause()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"isInWaiting()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"isMasterCopy()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"isMasterCopy()"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"isNetworkEnabled()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"isNorthLinkBusy"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"isNorthLinkBusy()"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"isOccupied"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"isOccupied()"},{"p":"org.iquantum.core","c":"iQuantum","l":"isPaused()"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"isPeriodic()"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"isPlaced()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"isReadOnly()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"isReadOnly()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"isRegistered()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"isRegistered()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"isSouthLinkBusy"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"isSouthLinkBusy()"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"isStartModule(String)","u":"isStartModule(java.lang.String)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"isSubset(List, Set)","u":"isSubset(java.util.List,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"isSuitableForContainer(Container)","u":"isSuitableForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"isSuitableForContainer(Container, float)","u":"isSuitableForContainer(org.iquantum.backends.classical.container.core.Container,float)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisionerSimple","l":"isSuitableForContainer(Container, float)","u":"isSuitableForContainer(org.iquantum.backends.classical.container.core.Container,float)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"isSuitableForContainer(Container, long)","u":"isSuitableForContainer(org.iquantum.backends.classical.container.core.Container,long)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisionerSimple","l":"isSuitableForContainer(Container, long)","u":"isSuitableForContainer(org.iquantum.backends.classical.container.core.Container,long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"isSuitableForContainerVm(ContainerVm)","u":"isSuitableForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"isSuitableForContainerVm(ContainerVm, float)","u":"isSuitableForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,float)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisionerSimple","l":"isSuitableForContainerVm(ContainerVm, float)","u":"isSuitableForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,float)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"isSuitableForContainerVm(ContainerVm, long)","u":"isSuitableForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,long)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisionerSimple","l":"isSuitableForContainerVm(ContainerVm, long)","u":"isSuitableForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,long)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"isSuitableForVm(Vm)","u":"isSuitableForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"isSuitableForVm(Vm, int)","u":"isSuitableForVm(org.iquantum.backends.classical.Vm,int)"},{"p":"org.iquantum.provisioners","c":"RamProvisionerSimple","l":"isSuitableForVm(Vm, int)","u":"isSuitableForVm(org.iquantum.backends.classical.Vm,int)"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"isSuitableForVm(Vm, long)","u":"isSuitableForVm(org.iquantum.backends.classical.Vm,long)"},{"p":"org.iquantum.provisioners","c":"BwProvisionerSimple","l":"isSuitableForVm(Vm, long)","u":"isSuitableForVm(org.iquantum.backends.classical.Vm,long)"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"isSuitableForVm(Vm, long)","u":"isSuitableForVm(org.iquantum.backends.classical.Vm,long)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"isVmOverUtilized(ContainerVm)","u":"isVmOverUtilized(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"isWorking()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"isWorking()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"isWorking()"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"iteration"},{"p":"org.iquantum.core","c":"DeferredQueue","l":"iterator()"},{"p":"org.iquantum.core","c":"FutureQueue","l":"iterator()"},{"p":"org.iquantum.fog.gui.core","c":"Bridge","l":"jsonToGraph(String, int)","u":"jsonToGraph(java.lang.String,int)"},{"p":"org.iquantum.sdn.graph.core","c":"Bridge","l":"jsonToGraph(String, int)","u":"jsonToGraph(java.lang.String,int)"},{"p":"org.iquantum.fog.utils","c":"JsonToTopology","l":"JsonToTopology()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"lastUtilization"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"lastUtilizationUpdateTime"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"lat_reference"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"latency"},{"p":"org.iquantum.fog.mobilitydata","c":"Location","l":"latitude"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"LAUNCH_MODULE"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"LAUNCH_MODULE_INSTANCE"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"level"},{"p":"org.iquantum.fog.mobilitydata","c":"DataParser","l":"levelID"},{"p":"org.iquantum.fog.mobilitydata","c":"DataParser","l":"levelwiseResources"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"Link(Node)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Node)"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"Link(Node, double)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Node,double)"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"Link(Node, Map)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Node,java.util.Map)"},{"p":"org.iquantum.sdn","c":"Link","l":"Link(Node, Node, double, double)","u":"%3Cinit%3E(org.iquantum.sdn.Node,org.iquantum.sdn.Node,double,double)"},{"p":"org.iquantum.sdn","c":"Link","l":"Link(Node, Node, double, double, double)","u":"%3Cinit%3E(org.iquantum.sdn.Node,org.iquantum.sdn.Node,double,double,double)"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"Link(Node, String, long)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Node,java.lang.String,long)"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"linkDataWithInstance(int, String)","u":"linkDataWithInstance(int,java.lang.String)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"linkDC"},{"p":"org.iquantum.utils","c":"MathUtil","l":"listToArray(List)","u":"listToArray(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"loadBalancer"},{"p":"org.iquantum.fog.entities","c":"RRLoadBalancer","l":"loadBalancerPosition"},{"p":"org.iquantum.models","c":"UtilizationModelStochastic","l":"loadHistory(String)","u":"loadHistory(java.lang.String)"},{"p":"org.iquantum.fog.mobilitydata","c":"Location","l":"Location(double, double, int)","u":"%3Cinit%3E(double,double,int)"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"LocationHandler()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"LocationHandler(DataParser)","u":"%3Cinit%3E(org.iquantum.fog.mobilitydata.DataParser)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"lockTime"},{"p":"org.iquantum.fog.utils","c":"Logger","l":"LOG_LEVEL"},{"p":"org.iquantum.utils","c":"Log","l":"Log()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"logflag"},{"p":"org.iquantum.fog.utils","c":"Logger","l":"Logger()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"logMaxNumHostsUsed()"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"logMaxNumHostsUsed()"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"logMaxNumHostsUsed()"},{"p":"org.iquantum.sdn.power","c":"PowerUtilizationMaxHostInterface","l":"logMaxNumHostsUsed()"},{"p":"org.iquantum.distributions","c":"LognormalDistr","l":"LognormalDistr(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.distributions","c":"LognormalDistr","l":"LognormalDistr(Random, double, double)","u":"%3Cinit%3E(java.util.Random,double,double)"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"LogPrinter()","u":"%3Cinit%3E()"},{"p":"org.iquantum.distributions","c":"LomaxDistribution","l":"LomaxDistribution(double, double, double)","u":"%3Cinit%3E(double,double,double)"},{"p":"org.iquantum.distributions","c":"LomaxDistribution","l":"LomaxDistribution(Random, double, double, double)","u":"%3Cinit%3E(java.util.Random,double,double,double)"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"long_reference"},{"p":"org.iquantum.fog.mobilitydata","c":"Location","l":"longitude"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"loopIdToTupleIds()"},{"p":"org.iquantum.utils","c":"MathUtil","l":"mad(double[])"},{"p":"org.iquantum.fog.gui.example","c":"FogGui","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test","c":"CleanFromJson","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"CardiovascularHealthMonitoringApplication","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"CardiovascularHealthMonitoringApplicationEdgeward","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"CrowdSensing_Microservices_RandomMobility_Clustering","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"DCNSFog","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"MicroserviceApp_RandomMobility_Clustering","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"MicroserviceAppSample2","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"MicroservicesAppSample1","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"TranslationServiceFog_Clustering","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"TranslationServiceFog_RandomMobility_Clustering","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"TranslationServiceFog_RandomMobility","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"TranslationServiceFog","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"TwoApps","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"VRGameFog","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.sdn.example.topogenerators","c":"PhysicalTopologyGenerator","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGeneratorVmTypes","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VMRequestRandomGenerator","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDN","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.sdn.request","c":"VMRequestGenerator","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.gui.core","c":"SpringUtilities","l":"makeCompactGrid(Container, int, int, int, int, int, int)","u":"makeCompactGrid(java.awt.Container,int,int,int,int,int,int)"},{"p":"org.iquantum.sdn.graph.core","c":"SpringUtilities","l":"makeCompactGrid(Container, int, int, int, int, int, int)","u":"makeCompactGrid(java.awt.Container,int,int,int,int,int,int)"},{"p":"org.iquantum.fog.gui.core","c":"SpringUtilities","l":"makeGrid(Container, int, int, int, int, int, int)","u":"makeGrid(java.awt.Container,int,int,int,int,int,int)"},{"p":"org.iquantum.sdn.graph.core","c":"SpringUtilities","l":"makeGrid(Container, int, int, int, int, int, int)","u":"makeGrid(java.awt.Container,int,int,int,int,int,int)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"makeMasterCopy()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"makeReplica()"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"MANAGEMENT_TUPLE_ARRIVAL"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"ManagementTuple(int, int, int)","u":"%3Cinit%3E(int,int,int)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"ManagementTuple(String, int, int, int)","u":"%3Cinit%3E(java.lang.String,int,int,int)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"managementTupleType"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"manageResources()"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"manageResources()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"manageResources()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"manageResources()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"manageResources(SimEvent)","u":"manageResources(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"map"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"mapModules()"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"mapModules()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"mapModules()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"mapModules()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMapping","l":"mapModules()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"mapModules()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"mapModules()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementOnlyCloud","l":"mapModules()"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"mapNode(int, int)","u":"mapNode(int,int)"},{"p":"org.iquantum.core.predicates","c":"Predicate","l":"match(SimEvent)","u":"match(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core.predicates","c":"PredicateAny","l":"match(SimEvent)","u":"match(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core.predicates","c":"PredicateFrom","l":"match(SimEvent)","u":"match(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core.predicates","c":"PredicateNone","l":"match(SimEvent)","u":"match(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core.predicates","c":"PredicateNotFrom","l":"match(SimEvent)","u":"match(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core.predicates","c":"PredicateNotType","l":"match(SimEvent)","u":"match(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core.predicates","c":"PredicateType","l":"match(SimEvent)","u":"match(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.utils","c":"MathUtil","l":"MathUtil()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.utils","c":"FogUtils","l":"MAX"},{"p":"org.iquantum.fog.utils","c":"Config","l":"MAX_SIMULATION_TIME"},{"p":"org.iquantum.fog.utils","c":"Config","l":"MAX_VALUE"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"maxHostHandler"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"maxhostVM"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"maxMemperVM"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"MaxMobilitySpeed"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"maxNumHostsUsed"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"maxNumHostsUsed"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"maxNumHostsUsed"},{"p":"org.iquantum.network","c":"DelayMatrix_Float","l":"mDelayMatrix"},{"p":"org.iquantum.utils","c":"MathUtil","l":"mean(List)","u":"mean(java.util.List)"},{"p":"org.iquantum.utils","c":"MathUtil","l":"median(double[])"},{"p":"org.iquantum.utils","c":"MathUtil","l":"median(List)","u":"median(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"memory"},{"p":"org.iquantum.network.datacenter","c":"NetworkVm","l":"memory"},{"p":"org.iquantum.fog.test.perfeval","c":"MicroserviceApp_RandomMobility_Clustering","l":"MicroserviceApp_RandomMobility_Clustering()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.test.perfeval","c":"MicroserviceAppSample2","l":"MicroserviceAppSample2()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"MicroserviceFogDevice(String, FogDeviceCharacteristicsC, VmAllocationPolicy, List, double, double, double, double, double, double, String)","u":"%3Cinit%3E(java.lang.String,org.iquantum.fog.entities.FogDeviceCharacteristicsC,org.iquantum.policies.vm.VmAllocationPolicy,java.util.List,double,double,double,double,double,double,java.lang.String)"},{"p":"org.iquantum.fog.utils","c":"MicroservicePlacementConfig","l":"MicroservicePlacementConfig()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"microservicePlacementLogic"},{"p":"org.iquantum.fog.test.perfeval","c":"MicroservicesAppSample1","l":"MicroservicesAppSample1()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"MicroservicesController(String, List, List, List, List, Double, int)","u":"%3Cinit%3E(java.lang.String,java.util.List,java.util.List,java.util.List,java.util.List,java.lang.Double,int)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"MicroservicesController(String, List, List, List, List, Double, int, Map>)","u":"%3Cinit%3E(java.lang.String,java.util.List,java.util.List,java.util.List,java.util.List,java.lang.Double,int,java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"MicroservicesMobilityClusteringController(String, List, List, List, List, Double, int, LocationHandler)","u":"%3Cinit%3E(java.lang.String,java.util.List,java.util.List,java.util.List,java.util.List,java.lang.Double,int,org.iquantum.fog.placement.LocationHandler)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"MicroservicesMobilityClusteringController(String, List, List, List, List, Double, int, Map>, LocationHandler)","u":"%3Cinit%3E(java.lang.String,java.util.List,java.util.List,java.util.List,java.util.List,java.lang.Double,int,java.util.Map,org.iquantum.fog.placement.LocationHandler)"},{"p":"org.iquantum.sdn","c":"Middlebox","l":"Middlebox(Vm, int)","u":"%3Cinit%3E(org.iquantum.backends.classical.Vm,int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"migrateCloudlet()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"migrateCloudlet()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"migrateCloudlet()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"migrateCloudlet()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"migrateCloudlet()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"migrateCloudlet()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"migrateQTask()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"migrateQTask()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"migrateQTask()"},{"p":"org.iquantum.fog.utils","c":"MigrationDelayMonitor","l":"MigrationDelayMonitor()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core","c":"Consts","l":"MILLION"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"MinMobilitySpeed"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"minTimeBetweenEvents"},{"p":"org.iquantum.core","c":"Consts","l":"MINUTE"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"MOBILITY_MANAGEMENT"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"MOBILITY_SUBMIT"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"MobilityController(String, List, List, List, LocationHandler)","u":"%3Cinit%3E(java.lang.String,java.util.List,java.util.List,java.util.List,org.iquantum.fog.placement.LocationHandler)"},{"p":"org.iquantum.fog.mobilitydata","c":"RandomMobilityGenerator","l":"MobilityPositionInitiator(int, int, int)","u":"MobilityPositionInitiator(int,int,int)"},{"p":"org.iquantum.fog.mobilitydata","c":"RandomMobilityGenerator","l":"mobilityPositions"},{"p":"org.iquantum.fog.mobilitydata","c":"RandomMobilityGenerator","l":"mobilityPositionsAngle"},{"p":"org.iquantum.fog.mobilitydata","c":"RandomMobilityGenerator","l":"mobilityPositionsPauseTime"},{"p":"org.iquantum.fog.mobilitydata","c":"RandomMobilityGenerator","l":"mobilityPositionsSpeed"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"MODULE"},{"p":"org.iquantum.fog.utils","c":"MicroservicePlacementConfig","l":"MODULE_DEPLOYMENT_TIME"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"MODULE_RECEIVE"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"MODULE_SEND"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"moduleInstanceCount"},{"p":"org.iquantum.fog.utils","c":"ModuleLaunchConfig","l":"ModuleLaunchConfig(AppModule, int)","u":"%3Cinit%3E(org.iquantum.fog.application.AppModule,int)"},{"p":"org.iquantum.fog.placement","c":"ModuleMapping","l":"moduleMapping"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"moduleMapping"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"moduleMapping"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"moduleMapping"},{"p":"org.iquantum.fog.placement","c":"ModuleMapping","l":"ModuleMapping()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"ModulePlacement()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"ModulePlacementEdgewards(List, List, List, Application, ModuleMapping)","u":"%3Cinit%3E(java.util.List,java.util.List,java.util.List,org.iquantum.fog.application.Application,org.iquantum.fog.placement.ModuleMapping)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMapping","l":"ModulePlacementMapping(List, Application, ModuleMapping)","u":"%3Cinit%3E(java.util.List,org.iquantum.fog.application.Application,org.iquantum.fog.placement.ModuleMapping)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"ModulePlacementMobileEdgewards(List, List, List, Application, ModuleMapping)","u":"%3Cinit%3E(java.util.List,java.util.List,java.util.List,org.iquantum.fog.application.Application,org.iquantum.fog.placement.ModuleMapping)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"ModulePlacementMobileEdgewardsCluster(List, List, List, Application, ModuleMapping, Boolean)","u":"%3Cinit%3E(java.util.List,java.util.List,java.util.List,org.iquantum.fog.application.Application,org.iquantum.fog.placement.ModuleMapping,java.lang.Boolean)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementOnlyCloud","l":"ModulePlacementOnlyCloud(List, List, List, Application)","u":"%3Cinit%3E(java.util.List,java.util.List,java.util.List,org.iquantum.fog.application.Application)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"moduleReceive(SimEvent)","u":"moduleReceive(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"moduleReceive(SimEvent)","u":"moduleReceive(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"moduleSend(SimEvent)","u":"moduleSend(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"moduleSend(SimEvent)","u":"moduleSend(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"modulesOnDevice"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"modulesOnPath"},{"p":"org.iquantum.lists","c":"ResCloudletList","l":"move(List, List, T)","u":"move(java.util.List,java.util.List,T)"},{"p":"org.iquantum.network","c":"DelayMatrix_Float","l":"mTotalNodeNum"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"name"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"name"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology.Node","l":"neighbors"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"NetDatacenterBroker(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"Network_Event_DOWN"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"Network_Event_Host"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"Network_Event_send"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"Network_Event_UP"},{"p":"org.iquantum.network.datacenter","c":"NetworkCDatacenter","l":"NetworkCDatacenter(String, CDatacenterCharacteristics, VmAllocationPolicy, List, double)","u":"%3Cinit%3E(java.lang.String,org.iquantum.datacenters.CDatacenterCharacteristics,org.iquantum.policies.vm.VmAllocationPolicy,java.util.List,double)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"NetworkCloudletSpaceSharedScheduler()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"NetworkConstants()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"NetworkCTask(int, long, int, long, long, long, UtilizationModel, UtilizationModel, UtilizationModel)","u":"%3Cinit%3E(int,long,int,long,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel)"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"NetworkHost(int, RamProvisioner, BwProvisioner, long, List, VmScheduler)","u":"%3Cinit%3E(int,org.iquantum.provisioners.RamProvisioner,org.iquantum.provisioners.BwProvisioner,long,java.util.List,org.iquantum.policies.vm.VmScheduler)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"NetworkOperatingSystem(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.network.datacenter","c":"NetworkPacket","l":"NetworkPacket(int, HostPacket, int, int)","u":"%3Cinit%3E(int,org.iquantum.network.datacenter.HostPacket,int,int)"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"NetworkTopology()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.utils","c":"NetworkUsageMonitor","l":"NetworkUsageMonitor()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"NetworkVm","l":"NetworkVm(int, int, double, int, int, long, long, String, CloudletScheduler)","u":"%3Cinit%3E(int,int,double,int,int,long,long,java.lang.String,org.iquantum.policies.ctasks.CloudletScheduler)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"NetworkVmAllocationPolicy(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"NextCycle"},{"p":"org.iquantum.sdn","c":"Channel","l":"nextFinishTime()"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"nextIdx"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"nexttime"},{"p":"org.iquantum.core","c":"Consts","l":"NIX_OS"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"node"},{"p":"org.iquantum.fog.utils","c":"Config","l":"Node_Communication_RANGE"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"Node()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"Node()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology.Node","l":"Node(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"Node(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"Node(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"NodeCellRenderer","l":"NodeCellRenderer()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.core","c":"NodeCellRenderer","l":"NodeCellRenderer()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"NONE"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"NORMAL"},{"p":"org.iquantum.fog.utils.distribution","c":"NormalDistribution","l":"NormalDistribution(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"northTupleQueue"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"nos"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"NOT_REGISTERED"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"NOT_SET"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"npoints"},{"p":"org.iquantum.sdn","c":"Switch.HistoryEntry","l":"numActivePorts"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"numberOfCreatedVMs"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"numberOfVmTypes"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"numbervm"},{"p":"org.iquantum.core","c":"SimEntity","l":"numEventsWaiting()"},{"p":"org.iquantum.core","c":"SimEntity","l":"numEventsWaiting(Predicate)","u":"numEventsWaiting(org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"numport"},{"p":"org.iquantum.brokers","c":"QBroker","l":"numQTaskSubmitted"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"numQTaskSubmitted"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"numQTaskSubmitted"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"numStage"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"ONLY_CLOUD"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"ONLY_CLOUD"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"ONLY_CLOUD"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"ONLY_CLOUD"},{"p":"org.iquantum.fog.gui.example","c":"FogGui","l":"openAddActuatorDialog()"},{"p":"org.iquantum.fog.gui.example","c":"FogGui","l":"openAddFogDeviceDialog()"},{"p":"org.iquantum.fog.gui.example","c":"FogGui","l":"openAddLinkDialog()"},{"p":"org.iquantum.fog.gui.example","c":"FogGui","l":"openAddSensorDialog()"},{"p":"org.iquantum.fog.utils","c":"OperatorEdge","l":"OperatorEdge(String, String, double)","u":"%3Cinit%3E(java.lang.String,java.lang.String,double)"},{"p":"org.iquantum.fog.utils","c":"OperatorSetComparator","l":"OperatorSetComparator()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicy","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicySimple","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationSimple","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicy","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicySimple","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"OTHER_POLICY_DIFFERENT_RATING"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"OTHER_POLICY_DIFFERENT_RATING"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"OTHER_POLICY_DIFFERENT_RATING"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"OTHER_POLICY_SAME_RATING"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"OTHER_POLICY_SAME_RATING"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"OTHER_POLICY_SAME_RATING"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"OUTPUT_SIZE"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDNExample","l":"output()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"overBookingfactor"},{"p":"org.iquantum.sdn.overbooking","c":"OverbookingNetworkOperatingSystem","l":"OverbookingNetworkOperatingSystem(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"overbookingRatioBw"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"overbookingRatioMips"},{"p":"org.iquantum.sdn","c":"Package","l":"Package(int, int, long, int, Request)","u":"%3Cinit%3E(int,int,long,int,org.iquantum.sdn.Request)"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"packetrecieved"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"packetTohost"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"packetTosendGlobal"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"packetTosendLocal"},{"p":"org.iquantum.utils.datacloud","c":"ParameterException","l":"ParameterException()","u":"%3Cinit%3E()"},{"p":"org.iquantum.utils.datacloud","c":"ParameterException","l":"ParameterException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"parentId"},{"p":"org.iquantum.distributions","c":"ParetoDistr","l":"ParetoDistr(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.distributions","c":"ParetoDistr","l":"ParetoDistr(Random, double, double)","u":"%3Cinit%3E(java.util.Random,double,double)"},{"p":"org.iquantum.fog.mobilitydata","c":"DataParser","l":"parseResourceData()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"parseResourceInfo()"},{"p":"org.iquantum.fog.mobilitydata","c":"DataParser","l":"parseUserData(Map, String)","u":"parseUserData(java.util.Map,java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"parseUserInfo(Map, String)","u":"parseUserInfo(java.util.Map,java.lang.String)"},{"p":"org.iquantum.core","c":"SimEntity","l":"pause(double)"},{"p":"org.iquantum.core","c":"iQuantum","l":"pause(int, double)","u":"pause(int,double)"},{"p":"org.iquantum.tasks","c":"CTask","l":"PAUSED"},{"p":"org.iquantum.tasks","c":"QTask","l":"PAUSED"},{"p":"org.iquantum.core","c":"iQuantum","l":"pauseSimulation()"},{"p":"org.iquantum.core","c":"iQuantum","l":"pauseSimulation(long)"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"Pe(int, PeProvisioner)","u":"%3Cinit%3E(int,org.iquantum.provisioners.PeProvisioner)"},{"p":"org.iquantum.lists","c":"PeList","l":"PeList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"PeProvisioner(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"PeProvisionerOverbooking(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"PeProvisionerSimple(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"perClientDevicePrs"},{"p":"org.iquantum.fog.utils","c":"MicroservicePlacementConfig","l":"PERIODIC"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"PES_NUMBER"},{"p":"org.iquantum.fog.entities","c":"PhysicalTopology","l":"PhysicalTopology()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"PhysicalTopology()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"physicalTopologyFile"},{"p":"org.iquantum.sdn.example.topogenerators","c":"PhysicalTopologyGenerator","l":"PhysicalTopologyGenerator()","u":"%3Cinit%3E()"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"PKT_SIZE"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"pktlist"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"pktrecv"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"pkttosend"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"PlaceHolder()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"PlaceHolder(Coordinates)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Coordinates)"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"PlaceHolder(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"org.iquantum.fog.utils","c":"MicroservicePlacementConfig","l":"PLACEMENT_INTERVAL"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"PLACEMENT_REQUEST"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"placementLogic"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"placementLogicFactory"},{"p":"org.iquantum.fog.placement","c":"PlacementLogicFactory","l":"PlacementLogicFactory()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.placement","c":"PlacementLogicOutput","l":"PlacementLogicOutput(Map>>, Map>>, Map)","u":"%3Cinit%3E(java.util.Map,java.util.Map,java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"placementRequest"},{"p":"org.iquantum.fog.entities","c":"PlacementRequest","l":"PlacementRequest(String, int, int)","u":"%3Cinit%3E(java.lang.String,int,int)"},{"p":"org.iquantum.fog.entities","c":"PlacementRequest","l":"PlacementRequest(String, int, int, Map)","u":"%3Cinit%3E(java.lang.String,int,int,java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"placementRequestDelayMap"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"placementRequests"},{"p":"org.iquantum.backends.classical.container.utils","c":"IDs","l":"pollId(Class)","u":"pollId(java.lang.Class)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"Polygon2D()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"Polygon2D(float[], float[], int)","u":"%3Cinit%3E(float[],float[],int)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"Polygon2D(int[], int[], int)","u":"%3Cinit%3E(int[],int[],int)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"Polygon2D(Polygon)","u":"%3Cinit%3E(java.awt.Polygon)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"Polygon2D(Rectangle2D)","u":"%3Cinit%3E(java.awt.geom.Rectangle2D)"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"postProcessing()"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"postProcessing()"},{"p":"org.iquantum.fog.placement","c":"MicroservicePlacementLogic","l":"postProcessing()"},{"p":"org.iquantum.power","c":"PowerCBroker","l":"PowerCBroker(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"PowerCDatacenter(String, CDatacenterCharacteristics, VmAllocationPolicy, List, double)","u":"%3Cinit%3E(java.lang.String,org.iquantum.datacenters.CDatacenterCharacteristics,org.iquantum.policies.vm.VmAllocationPolicy,java.util.List,double)"},{"p":"org.iquantum.power","c":"PowerCDatacenterNonPowerAware","l":"PowerCDatacenterNonPowerAware(String, CDatacenterCharacteristics, VmAllocationPolicy, List, double)","u":"%3Cinit%3E(java.lang.String,org.iquantum.datacenters.CDatacenterCharacteristics,org.iquantum.policies.vm.VmAllocationPolicy,java.util.List,double)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"PowerContainer(int, int, double, int, int, long, long, String, ContainerCloudletScheduler, double)","u":"%3Cinit%3E(int,int,double,int,int,long,long,java.lang.String,org.iquantum.backends.classical.container.schedulers.ContainerCloudletScheduler,double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicy","l":"PowerContainerAllocationPolicy()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicySimple","l":"PowerContainerAllocationPolicySimple()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"PowerContainerDatacenter(String, ContainerDatacenterCharacteristics, ContainerVmAllocationPolicy, ContainerAllocationPolicy, List, double, String, String)","u":"%3Cinit%3E(java.lang.String,org.iquantum.backends.classical.container.core.ContainerDatacenterCharacteristics,org.iquantum.backends.classical.container.resourceAllocators.ContainerVmAllocationPolicy,org.iquantum.backends.classical.container.resourceAllocators.ContainerAllocationPolicy,java.util.List,double,java.lang.String,java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"PowerContainerDatacenterCM(String, ContainerDatacenterCharacteristics, ContainerVmAllocationPolicy, ContainerAllocationPolicy, List, double, String, String, double, double)","u":"%3Cinit%3E(java.lang.String,org.iquantum.backends.classical.container.core.ContainerDatacenterCharacteristics,org.iquantum.backends.classical.container.resourceAllocators.ContainerVmAllocationPolicy,org.iquantum.backends.classical.container.resourceAllocators.ContainerAllocationPolicy,java.util.List,double,java.lang.String,java.lang.String,double,double)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerHost","l":"PowerContainerHost(int, ContainerVmRamProvisioner, ContainerVmBwProvisioner, long, List, ContainerVmScheduler, PowerModel)","u":"%3Cinit%3E(int,org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmRamProvisioner,org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmBwProvisioner,long,java.util.List,org.iquantum.backends.classical.container.schedulers.ContainerVmScheduler,org.iquantum.power.models.PowerModel)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerHostUtilizationHistory","l":"PowerContainerHostUtilizationHistory(int, ContainerVmRamProvisioner, ContainerVmBwProvisioner, long, List, ContainerVmScheduler, PowerModel)","u":"%3Cinit%3E(int,org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmRamProvisioner,org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmBwProvisioner,long,java.util.List,org.iquantum.backends.classical.container.schedulers.ContainerVmScheduler,org.iquantum.power.models.PowerModel)"},{"p":"org.iquantum.backends.classical.container.lists","c":"PowerContainerList","l":"PowerContainerList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicy","l":"PowerContainerSelectionPolicy()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyCor","l":"PowerContainerSelectionPolicyCor(PowerContainerSelectionPolicy)","u":"%3Cinit%3E(org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMaximumCorrelation","l":"PowerContainerSelectionPolicyMaximumCorrelation(PowerContainerSelectionPolicy)","u":"%3Cinit%3E(org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMaximumUsage","l":"PowerContainerSelectionPolicyMaximumUsage()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMinimumMigrationTime","l":"PowerContainerSelectionPolicyMinimumMigrationTime()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"PowerContainerVm(int, int, double, float, long, long, String, ContainerScheduler, ContainerRamProvisioner, ContainerBwProvisioner, List, double)","u":"%3Cinit%3E(int,int,double,float,long,long,java.lang.String,org.iquantum.backends.classical.container.schedulers.ContainerScheduler,org.iquantum.backends.classical.container.containerProvisioners.ContainerRamProvisioner,org.iquantum.backends.classical.container.containerProvisioners.ContainerBwProvisioner,java.util.List,double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationAbstract","l":"PowerContainerVmAllocationAbstract(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"PowerContainerVmAllocationPolicyMigrationAbstract(List, PowerContainerVmSelectionPolicy)","u":"%3Cinit%3E(java.util.List,org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded(List, PowerContainerVmSelectionPolicy, PowerContainerSelectionPolicy, int, int[], float[], long, long, double[])","u":"%3Cinit%3E(java.util.List,org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy,org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy,int,int[],float[],long,long,double[])"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection","l":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection(List, PowerContainerVmSelectionPolicy, PowerContainerSelectionPolicy, HostSelectionPolicy, int, int[], float[], long, long, double[])","u":"%3Cinit%3E(java.util.List,org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy,org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy,org.iquantum.backends.classical.container.hostSelectionPolicies.HostSelectionPolicy,int,int[],float[],long,long,double[])"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelectionUnderUtilizedAdded","l":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelectionUnderUtilizedAdded(List, PowerContainerVmSelectionPolicy, PowerContainerSelectionPolicy, HostSelectionPolicy, double, int, int[], float[], long, long, double[])","u":"%3Cinit%3E(java.util.List,org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy,org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy,org.iquantum.backends.classical.container.hostSelectionPolicies.HostSelectionPolicy,double,int,int[],float[],long,long,double[])"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection(List, PowerContainerVmSelectionPolicy, HostSelectionPolicy, double, double)","u":"%3Cinit%3E(java.util.List,org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy,org.iquantum.backends.classical.container.hostSelectionPolicies.HostSelectionPolicy,double,double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThreshold","l":"PowerContainerVmAllocationPolicyMigrationStaticThreshold(List, PowerContainerVmSelectionPolicy, double)","u":"%3Cinit%3E(java.util.List,org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy,double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMC","l":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMC(List, PowerContainerVmSelectionPolicy, PowerContainerSelectionPolicy, HostSelectionPolicy, double, int, int[], float[], long, long, double[])","u":"%3Cinit%3E(java.util.List,org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy,org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy,org.iquantum.backends.classical.container.hostSelectionPolicies.HostSelectionPolicy,double,int,int[],float[],long,long,double[])"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMCUnderUtilized","l":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMCUnderUtilized(List, PowerContainerVmSelectionPolicy, PowerContainerSelectionPolicy, HostSelectionPolicy, double, double, int, int[], float[], long, long, double[])","u":"%3Cinit%3E(java.util.List,org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy,org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy,org.iquantum.backends.classical.container.hostSelectionPolicies.HostSelectionPolicy,double,double,int,int[],float[],long,long,double[])"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationSimple","l":"PowerContainerVmAllocationSimple(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"PowerContainerVmList","l":"PowerContainerVmList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicy","l":"PowerContainerVmSelectionPolicy()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVMSelectionPolicyCor","l":"PowerContainerVMSelectionPolicyCor(PowerContainerVmSelectionPolicy)","u":"%3Cinit%3E(org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMaximumCorrelation","l":"PowerContainerVmSelectionPolicyMaximumCorrelation(PowerContainerVmSelectionPolicy)","u":"%3Cinit%3E(org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMaximumUsage","l":"PowerContainerVmSelectionPolicyMaximumUsage()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMinimumMigrationTime","l":"PowerContainerVmSelectionPolicyMinimumMigrationTime()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power","c":"PowerHost","l":"PowerHost(int, RamProvisioner, BwProvisioner, long, List, VmScheduler, PowerModel)","u":"%3Cinit%3E(int,org.iquantum.provisioners.RamProvisioner,org.iquantum.provisioners.BwProvisioner,long,java.util.List,org.iquantum.policies.vm.VmScheduler,org.iquantum.power.models.PowerModel)"},{"p":"org.iquantum.power","c":"PowerHostUtilizationHistory","l":"PowerHostUtilizationHistory(int, RamProvisioner, BwProvisioner, long, List, VmScheduler, PowerModel)","u":"%3Cinit%3E(int,org.iquantum.provisioners.RamProvisioner,org.iquantum.provisioners.BwProvisioner,long,java.util.List,org.iquantum.policies.vm.VmScheduler,org.iquantum.power.models.PowerModel)"},{"p":"org.iquantum.power.models","c":"PowerModelCubic","l":"PowerModelCubic(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.power.models","c":"PowerModelLinear","l":"PowerModelLinear(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPower","l":"PowerModelSpecPower()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerHpProLiantMl110G3PentiumD930","l":"PowerModelSpecPowerHpProLiantMl110G3PentiumD930()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerHpProLiantMl110G4Xeon3040","l":"PowerModelSpecPowerHpProLiantMl110G4Xeon3040()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerHpProLiantMl110G5Xeon3075","l":"PowerModelSpecPowerHpProLiantMl110G5Xeon3075()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerIbmX3250XeonX3470","l":"PowerModelSpecPowerIbmX3250XeonX3470()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerIbmX3250XeonX3480","l":"PowerModelSpecPowerIbmX3250XeonX3480()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerIbmX3550XeonX5670","l":"PowerModelSpecPowerIbmX3550XeonX5670()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerIbmX3550XeonX5675","l":"PowerModelSpecPowerIbmX3550XeonX5675()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power.models","c":"PowerModelSqrt","l":"PowerModelSqrt(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.power.models","c":"PowerModelSquare","l":"PowerModelSquare(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.sdn.power","c":"PowerUtilizationHistoryEntry","l":"PowerUtilizationHistoryEntry(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.power","c":"PowerVm","l":"PowerVm(int, int, double, int, int, long, long, int, String, CloudletScheduler, double)","u":"%3Cinit%3E(int,int,double,int,int,long,long,int,java.lang.String,org.iquantum.policies.ctasks.CloudletScheduler,double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyAbstract","l":"PowerVmAllocationPolicyAbstract(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"PowerVmAllocationPolicyMigrationAbstract(List, PowerVmSelectionPolicy)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationInterQuartileRange","l":"PowerVmAllocationPolicyMigrationInterQuartileRange(List, PowerVmSelectionPolicy, double, PowerVmAllocationPolicyMigrationAbstract)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy,double,org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationInterQuartileRange","l":"PowerVmAllocationPolicyMigrationInterQuartileRange(List, PowerVmSelectionPolicy, double, PowerVmAllocationPolicyMigrationAbstract, double)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy,double,org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract,double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"PowerVmAllocationPolicyMigrationLocalRegression(List, PowerVmSelectionPolicy, double, double, PowerVmAllocationPolicyMigrationAbstract)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy,double,double,org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"PowerVmAllocationPolicyMigrationLocalRegression(List, PowerVmSelectionPolicy, double, double, PowerVmAllocationPolicyMigrationAbstract, double)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy,double,double,org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract,double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegressionRobust","l":"PowerVmAllocationPolicyMigrationLocalRegressionRobust(List, PowerVmSelectionPolicy, double, double, PowerVmAllocationPolicyMigrationAbstract)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy,double,double,org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegressionRobust","l":"PowerVmAllocationPolicyMigrationLocalRegressionRobust(List, PowerVmSelectionPolicy, double, double, PowerVmAllocationPolicyMigrationAbstract, double)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy,double,double,org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract,double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation","l":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation(List, PowerVmSelectionPolicy, double, PowerVmAllocationPolicyMigrationAbstract)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy,double,org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation","l":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation(List, PowerVmSelectionPolicy, double, PowerVmAllocationPolicyMigrationAbstract, double)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy,double,org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract,double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationStaticThreshold","l":"PowerVmAllocationPolicyMigrationStaticThreshold(List, PowerVmSelectionPolicy, double)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy,double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicySimple","l":"PowerVmAllocationPolicySimple(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.power.lists","c":"PowerVmList","l":"PowerVmList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicy","l":"PowerVmSelectionPolicy()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMaximumCorrelation","l":"PowerVmSelectionPolicyMaximumCorrelation(PowerVmSelectionPolicy)","u":"%3Cinit%3E(org.iquantum.power.PowerVmSelectionPolicy)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMinimumMigrationTime","l":"PowerVmSelectionPolicyMinimumMigrationTime()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMinimumUtilization","l":"PowerVmSelectionPolicyMinimumUtilization()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyRandomSelection","l":"PowerVmSelectionPolicyRandomSelection()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.utils","c":"MicroservicePlacementConfig","l":"PR_PROCESSING_MODE"},{"p":"org.iquantum.core.predicates","c":"Predicate","l":"Predicate()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core.predicates","c":"PredicateAny","l":"PredicateAny()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core.predicates","c":"PredicateFrom","l":"PredicateFrom(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.core.predicates","c":"PredicateFrom","l":"PredicateFrom(int[])","u":"%3Cinit%3E(int[])"},{"p":"org.iquantum.core.predicates","c":"PredicateNone","l":"PredicateNone()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core.predicates","c":"PredicateNotFrom","l":"PredicateNotFrom(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.core.predicates","c":"PredicateNotFrom","l":"PredicateNotFrom(int[])","u":"%3Cinit%3E(int[])"},{"p":"org.iquantum.core.predicates","c":"PredicateNotType","l":"PredicateNotType(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.core.predicates","c":"PredicateNotType","l":"PredicateNotType(int[])","u":"%3Cinit%3E(int[])"},{"p":"org.iquantum.core.predicates","c":"PredicateType","l":"PredicateType(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.core.predicates","c":"PredicateType","l":"PredicateType(int[])","u":"%3Cinit%3E(int[])"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"predictFileTransferTime(List)","u":"predictFileTransferTime(java.util.List)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"predictFileTransferTime(List)","u":"predictFileTransferTime(java.util.List)"},{"p":"org.iquantum.utils","c":"Log","l":"print(Object)","u":"print(java.lang.Object)"},{"p":"org.iquantum.utils","c":"Log","l":"print(String)","u":"print(java.lang.String)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended","l":"printAllQubitConnectivity()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended","l":"printAllQubitMetrics()"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"printArguments(String, String, List)","u":"printArguments(java.lang.String,java.lang.String,java.util.List)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"printClusterConnections()"},{"p":"org.iquantum.utils","c":"Log","l":"printConcat(Object...)","u":"printConcat(java.lang.Object...)"},{"p":"org.iquantum.utils","c":"Log","l":"printConcatLine(Object...)","u":"printConcatLine(java.lang.Object...)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"printCostDetails()"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"printCTaskList(List)","u":"printCTaskList(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"printEnergyConsumption(List, List, double)","u":"printEnergyConsumption(java.util.List,java.util.List,double)"},{"p":"org.iquantum.sdn","c":"ForwardingRule","l":"printForwardingTable(String)","u":"printForwardingTable(java.lang.String)"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"printGroupStatistics(int, int[], double[])","u":"printGroupStatistics(int,int[],double[])"},{"p":"org.iquantum.utils","c":"Log","l":"printLine()"},{"p":"org.iquantum.utils","c":"Log","l":"printLine(Object)","u":"printLine(java.lang.Object)"},{"p":"org.iquantum.utils","c":"Log","l":"printLine(String)","u":"printLine(java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"printNetworkUsageDetails()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"printOverUtilizedHosts(List)","u":"printOverUtilizedHosts(java.util.List)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"printOverUtilizedHosts(List)","u":"printOverUtilizedHosts(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"printPowerDetails()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"printQoSDetails()"},{"p":"org.iquantum.utils","c":"QTaskExporter","l":"printQTaskList(List)","u":"printQTaskList(java.util.List)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended","l":"printQubitConnectivityMetrics(int, int)","u":"printQubitConnectivityMetrics(int,int)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended","l":"printQubitMetrics(int)"},{"p":"org.iquantum.sdn","c":"RoutingTable","l":"printRoutingTable()"},{"p":"org.iquantum.fog.gui.core","c":"SpringUtilities","l":"printSizes(Component)","u":"printSizes(java.awt.Component)"},{"p":"org.iquantum.sdn.graph.core","c":"SpringUtilities","l":"printSizes(Component)","u":"printSizes(java.awt.Component)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"printTimeDetails()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology","l":"printTopology(QubitTopology)","u":"printTopology(org.iquantum.backends.quantum.qubittopologies.QubitTopology)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology","l":"printTopologyShort(QubitTopology)","u":"printTopologyShort(org.iquantum.backends.quantum.qubittopologies.QubitTopology)"},{"p":"org.iquantum.sdn","c":"Node","l":"printVMRoute()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"printVMRoute()"},{"p":"org.iquantum.sdn","c":"Switch","l":"printVMRoute()"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"printWorkloadList(List)","u":"printWorkloadList(java.util.List)"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"PROCESS_PRS"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"processActuatorJoined(SimEvent)","u":"processActuatorJoined(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"processAppSubmit(SimEvent)","u":"processAppSubmit(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processCloudlet(SimEvent, int)","u":"processCloudlet(org.iquantum.core.SimEvent,int)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processCloudlet(SimEvent, int)","u":"processCloudlet(org.iquantum.core.SimEvent,int)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processCloudletCancel(int, int, int)","u":"processCloudletCancel(int,int,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processCloudletCancel(int, int, int, int)","u":"processCloudletCancel(int,int,int,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processCloudletMove(int[], int)","u":"processCloudletMove(int[],int)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processCloudletMove(int[], int)","u":"processCloudletMove(int[],int)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processCloudletPause(int, int, int, boolean)","u":"processCloudletPause(int,int,int,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processCloudletPause(int, int, int, int, boolean)","u":"processCloudletPause(int,int,int,int,boolean)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processCloudletResume(int, int, int, boolean)","u":"processCloudletResume(int,int,int,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processCloudletResume(int, int, int, int, boolean)","u":"processCloudletResume(int,int,int,int,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"processCloudletReturn(SimEvent)","u":"processCloudletReturn(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"processCloudletReturn(SimEvent)","u":"processCloudletReturn(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"processCloudletReturn(SimEvent)","u":"processCloudletReturn(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processCloudletStatus(SimEvent)","u":"processCloudletStatus(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processCloudletStatus(SimEvent)","u":"processCloudletStatus(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processCloudletSubmit(SimEvent, boolean)","u":"processCloudletSubmit(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"processCloudletSubmit(SimEvent, boolean)","u":"processCloudletSubmit(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processCloudletSubmit(SimEvent, boolean)","u":"processCloudletSubmit(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCDatacenter","l":"processCloudletSubmit(SimEvent, boolean)","u":"processCloudletSubmit(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"processCloudletSubmit(SimEvent, boolean)","u":"processCloudletSubmit(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"processClustering(int, int, SimEvent)","u":"processClustering(int,int,org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"processContainerCreate(SimEvent)","u":"processContainerCreate(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processContainerMigrate(SimEvent, boolean)","u":"processContainerMigrate(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processContainerSubmit(SimEvent, boolean)","u":"processContainerSubmit(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processDataAdd(SimEvent, boolean)","u":"processDataAdd(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processDataAdd(SimEvent, boolean)","u":"processDataAdd(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processDataDelete(SimEvent, boolean)","u":"processDataDelete(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processDataDelete(SimEvent, boolean)","u":"processDataDelete(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.core","c":"ResourceInformationService","l":"processEndSimulation()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core","c":"iQuantumShutdown","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core","c":"ResourceInformationService","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core","c":"SimEntity","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogBrokerC","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.sdn.example","c":"SDNBroker","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.sdn","c":"Switch","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"processhostpacket(SimEvent)","u":"processhostpacket(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.sdn","c":"Processing","l":"Processing(CTask)","u":"%3Cinit%3E(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"processingDelay"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"processModuleArrival(SimEvent)","u":"processModuleArrival(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"processModuleArrival(SimEvent)","u":"processModuleArrival(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"processModuleTermination(SimEvent)","u":"processModuleTermination(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"processNewVmCreate(SimEvent)","u":"processNewVmCreate(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"processOperatorRelease(SimEvent)","u":"processOperatorRelease(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processOtherEvent(SimEvent)","u":"processOtherEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"processOtherEvent(SimEvent)","u":"processOtherEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"processOtherEvent(SimEvent)","u":"processOtherEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core","c":"ResourceInformationService","l":"processOtherEvent(SimEvent)","u":"processOtherEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processOtherEvent(SimEvent)","u":"processOtherEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"processOtherEvent(SimEvent)","u":"processOtherEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"processOtherEvent(SimEvent)","u":"processOtherEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"processOtherEvent(SimEvent)","u":"processOtherEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.sdn","c":"SDNDatacenter","l":"processOtherEvent(SimEvent)","u":"processOtherEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"AggregateSwitch","l":"processpacket_down(SimEvent)","u":"processpacket_down(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"processpacket_down(SimEvent)","u":"processpacket_down(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"AggregateSwitch","l":"processpacket_up(SimEvent)","u":"processpacket_up(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"EdgeSwitch","l":"processpacket_up(SimEvent)","u":"processpacket_up(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"RootSwitch","l":"processpacket_up(SimEvent)","u":"processpacket_up(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"processpacket_up(SimEvent)","u":"processpacket_up(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"processpacket(SimEvent)","u":"processpacket(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"EdgeSwitch","l":"processpacketforward(SimEvent)","u":"processpacketforward(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"processpacketforward(SimEvent)","u":"processpacketforward(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processPingRequest(SimEvent)","u":"processPingRequest(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processPingRequest(SimEvent)","u":"processPingRequest(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"processPlacedModules(PlacementRequest)","u":"processPlacedModules(org.iquantum.fog.entities.PlacementRequest)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"processPlacementRequests()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"processQResourceCharacteristicsRequest(SimEvent)","u":"processQResourceCharacteristicsRequest(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"processQResourceCharacteristicsRequest(SimEvent)","u":"processQResourceCharacteristicsRequest(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"processQResourceCharacteristicsRequest(SimEvent)","u":"processQResourceCharacteristicsRequest(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"QCloudBroker","l":"processQResourceCharacteristicsRequest(SimEvent)","u":"processQResourceCharacteristicsRequest(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"QEdgeBroker","l":"processQResourceCharacteristicsRequest(SimEvent)","u":"processQResourceCharacteristicsRequest(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"processQTaskSubmit(SimEvent, boolean)","u":"processQTaskSubmit(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"processQTaskSubmit(SimEvent, boolean)","u":"processQTaskSubmit(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"processResourceCharacteristics(SimEvent)","u":"processResourceCharacteristics(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"processResourceCharacteristics(SimEvent)","u":"processResourceCharacteristics(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"processResourceCharacteristics(SimEvent)","u":"processResourceCharacteristics(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"processResourceCharacteristicsRequest(SimEvent)","u":"processResourceCharacteristicsRequest(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"processResourceCharacteristicsRequest(SimEvent)","u":"processResourceCharacteristicsRequest(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"CCloudBroker","l":"processResourceCharacteristicsRequest(SimEvent)","u":"processResourceCharacteristicsRequest(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"CEdgeBroker","l":"processResourceCharacteristicsRequest(SimEvent)","u":"processResourceCharacteristicsRequest(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"processResourceCharacteristicsRequest(SimEvent)","u":"processResourceCharacteristicsRequest(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"processSensorJoining(SimEvent)","u":"processSensorJoining(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"processTupleArrival(SimEvent)","u":"processTupleArrival(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"processTupleArrival(SimEvent)","u":"processTupleArrival(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"processVmCreate(SimEvent)","u":"processVmCreate(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"processVmCreate(SimEvent)","u":"processVmCreate(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.power","c":"PowerCBroker","l":"processVmCreate(SimEvent)","u":"processVmCreate(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processVmCreate(SimEvent, boolean)","u":"processVmCreate(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"processVmCreate(SimEvent, boolean)","u":"processVmCreate(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processVmCreate(SimEvent, boolean)","u":"processVmCreate(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.sdn","c":"SDNDatacenter","l":"processVmCreate(SimEvent, boolean)","u":"processVmCreate(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.sdn.example","c":"SimpleNetworkOperatingSystem","l":"processVmCreateAck(SimEvent)","u":"processVmCreateAck(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"processVmCreateAck(SimEvent)","u":"processVmCreateAck(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.sdn.overbooking","c":"OverbookingNetworkOperatingSystem","l":"processVmCreateAck(SimEvent)","u":"processVmCreateAck(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCDatacenter","l":"processVmCreateNetwork(Vm)","u":"processVmCreateNetwork(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processVmDestroy(SimEvent, boolean)","u":"processVmDestroy(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processVmDestroy(SimEvent, boolean)","u":"processVmDestroy(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"processVmDestroyAck(SimEvent)","u":"processVmDestroyAck(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processVmMigrate(SimEvent, boolean)","u":"processVmMigrate(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"processVmMigrate(SimEvent, boolean)","u":"processVmMigrate(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processVmMigrate(SimEvent, boolean)","u":"processVmMigrate(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"processVmMigrate(SimEvent, boolean)","u":"processVmMigrate(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"prStatus"},{"p":"org.iquantum.utils","c":"QASMReader","l":"QASMReader()","u":"%3Cinit%3E()"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"qBroker"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"qBroker"},{"p":"org.iquantum.brokers","c":"QBroker","l":"QBroker(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"QBrokerMQ(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"QBrokerSimple(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.brokers","c":"QCloudBroker","l":"QCloudBroker(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"QCloudDatacenter","l":"QCloudDatacenter(String, QDatacenterCharacteristics)","u":"%3Cinit%3E(java.lang.String,org.iquantum.datacenters.QDatacenterCharacteristics)"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"QDatacenter(String, QDatacenterCharacteristics)","u":"%3Cinit%3E(java.lang.String,org.iquantum.datacenters.QDatacenterCharacteristics)"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristics","l":"QDatacenterCharacteristics(List, double, double)","u":"%3Cinit%3E(java.util.List,double,double)"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristicsExtended","l":"QDatacenterCharacteristicsExtended(List, double, double)","u":"%3Cinit%3E(java.util.List,double,double)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"qDatacenterCharacteristicsList"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"qDatacenterCharacteristicsList"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"qDatacenterCharacteristicsList"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"QDatacenterExtended(String, QDatacenterCharacteristicsExtended)","u":"%3Cinit%3E(java.lang.String,org.iquantum.datacenters.QDatacenterCharacteristicsExtended)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"qDatacenterIdList"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"qDatacenterIdList"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"qDatacenterIdList"},{"p":"org.iquantum.brokers","c":"QEdgeBroker","l":"QEdgeBroker(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"QEdgeDatacenter","l":"QEdgeDatacenter(String, QDatacenterCharacteristics)","u":"%3Cinit%3E(java.lang.String,org.iquantum.datacenters.QDatacenterCharacteristics)"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"QNode(int, int, int, double, List, QubitTopology, QTaskScheduler)","u":"%3Cinit%3E(int,int,int,double,java.util.List,org.iquantum.backends.quantum.qubittopologies.QubitTopology,org.iquantum.policies.qtasks.QTaskScheduler)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"qNodeList"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"qNodeList"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"qNodeList"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"QNodeMQ(int, QPUList, QTaskSchedulerFCFSMQ)","u":"%3Cinit%3E(int,org.iquantum.lists.QPUList,org.iquantum.policies.qtasks.QTaskSchedulerFCFSMQ)"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"QPU(int, int, int, double, List, QubitTopology)","u":"%3Cinit%3E(int,int,int,double,java.util.List,org.iquantum.backends.quantum.qubittopologies.QubitTopology)"},{"p":"org.iquantum.lists","c":"QPUList","l":"QPUList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QREGISTER_RESOURCE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QRESOURCE_CHARACTERISTICS"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QRESOURCE_CHARACTERISTICS_REQUEST"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QRESOURCE_LIST"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QTASK_CANCEL"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QTASK_FAILED_GATES"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QTASK_FAILED_QUBIT"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QTASK_FAILED_QUBIT_MAP"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QTASK_RETURN"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QTASK_SUBMIT"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QTASK_SUBMIT_READY"},{"p":"org.iquantum.tasks","c":"QTask","l":"QTask(int, int, int, int, List, QubitTopology)","u":"%3Cinit%3E(int,int,int,int,java.util.List,org.iquantum.backends.quantum.qubittopologies.QubitTopology)"},{"p":"org.iquantum.tasks","c":"QTask","l":"QTask(int, int, int, int, List, QubitTopology, String, String)","u":"%3Cinit%3E(int,int,int,int,java.util.List,org.iquantum.backends.quantum.qubittopologies.QubitTopology,java.lang.String,java.lang.String)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskCancel(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"qtaskCancel(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"qtaskCancel(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskExecList"},{"p":"org.iquantum.utils","c":"QTaskExporter","l":"QTaskExporter()","u":"%3Cinit%3E()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskFailedList"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskFinish(ResQTask)","u":"qtaskFinish(org.iquantum.tasks.ResQTask)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"qtaskFinish(ResQTask)","u":"qtaskFinish(org.iquantum.tasks.ResQTask)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"qtaskFinish(ResQTask)","u":"qtaskFinish(org.iquantum.tasks.ResQTask)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskFinishedList"},{"p":"org.iquantum.utils","c":"QTaskImporter","l":"QTaskImporter()","u":"%3Cinit%3E()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"qtaskList"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"qtaskList"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"qtaskList"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"qTaskList"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"qTaskList"},{"p":"org.iquantum.lists","c":"QTaskList","l":"QTaskList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskMapping(QTask, QNode)","u":"qtaskMapping(org.iquantum.tasks.QTask,org.iquantum.backends.quantum.QNode)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"qtaskMapping(QTask, QNode)","u":"qtaskMapping(org.iquantum.tasks.QTask,org.iquantum.backends.quantum.QNode)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"qtaskMapping(QTask, QNode)","u":"qtaskMapping(org.iquantum.tasks.QTask,org.iquantum.backends.quantum.QNode)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"qtaskMapping(QTask, QNodeMQ)","u":"qtaskMapping(org.iquantum.tasks.QTask,org.iquantum.backends.quantum.QNodeMQ)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskPause(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"qtaskPause(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"qtaskPause(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskPausedList"},{"p":"org.iquantum.brokers","c":"QBroker","l":"qtaskReceivedList"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"qtaskReceivedList"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"qtaskReceivedList"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskResume(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"qtaskResume(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"qtaskResume(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"QTaskScheduler()","u":"%3Cinit%3E()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"QTaskSchedulerFCFSMQ()","u":"%3Cinit%3E()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"QTaskSchedulerSpaceShared()","u":"%3Cinit%3E()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskSubmit(QTask)","u":"qtaskSubmit(org.iquantum.tasks.QTask)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"qtaskSubmit(QTask)","u":"qtaskSubmit(org.iquantum.tasks.QTask)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"qtaskSubmit(QTask)","u":"qtaskSubmit(org.iquantum.tasks.QTask)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskSubmit(QTask, double)","u":"qtaskSubmit(org.iquantum.tasks.QTask,double)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"qtaskSubmit(QTask, double)","u":"qtaskSubmit(org.iquantum.tasks.QTask,double)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"qtaskSubmit(QTask, double)","u":"qtaskSubmit(org.iquantum.tasks.QTask,double)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"qtaskSubmittedList"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"qtaskSubmittedList"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"qtaskSubmittedList"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskWaitingList"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitEdge","l":"QubitEdge(int, double, double)","u":"%3Cinit%3E(int,double,double)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology.Node","l":"qubitIndex"},{"p":"org.iquantum.policies.qubitMapping","c":"QubitMappingBackTracking","l":"QubitMappingBackTracking()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"QubitProperties(double, double, double, double, double, double, double, double, double, double, double)","u":"%3Cinit%3E(double,double,double,double,double,double,double,double,double,double,double)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology","l":"QubitTopology(int, List)","u":"%3Cinit%3E(int,java.util.List)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended","l":"QubitTopologyExtended(int, List, Map, Map>)","u":"%3Cinit%3E(int,java.util.List,java.util.Map,java.util.Map)"},{"p":"org.iquantum.tasks","c":"CTask","l":"QUEUED"},{"p":"org.iquantum.tasks","c":"QTask","l":"QUEUED"},{"p":"org.iquantum.tasks","c":"QTask","l":"quletStatusString(int)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"RAM"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"RamProvisioner(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.provisioners","c":"RamProvisionerSimple","l":"RamProvisionerSimple(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"random"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"RANDOM_MOBILITY"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"random_walk_mobility_model"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"random_waypoint_mobility_model"},{"p":"org.iquantum.backends.classical.container.utils","c":"RandomGaussian","l":"RandomGaussian()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.utils","c":"RandomGen","l":"RandomGen()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.mobilitydata","c":"RandomMobilityGenerator","l":"RandomMobilityGenerator()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"ratePerMips"},{"p":"org.iquantum.network","c":"GraphReaderBrite","l":"readGraphFile(String)","u":"readGraphFile(java.lang.String)"},{"p":"org.iquantum.network","c":"GraphReaderIF","l":"readGraphFile(String)","u":"readGraphFile(java.lang.String)"},{"p":"org.iquantum.utils","c":"QASMReader","l":"readQASMFile(String)","u":"readQASMFile(java.lang.String)"},{"p":"org.iquantum.tasks","c":"CTask","l":"READY"},{"p":"org.iquantum.tasks","c":"QTask","l":"READY"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"reallocateMigratingInContainers()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"reallocateMigratingInContainerVms()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"reallocateMigratingInVms()"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"RECEIVE_PR"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RECORD_STATISTICS"},{"p":"org.iquantum.network.datacenter","c":"NetworkVm","l":"recvPktlist"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeSharedOverSubscription","l":"redistributeMipsDueToOverSubscription()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeSharedOverSubscription","l":"redistributeMipsDueToOverSubscription()"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeSharedOverSubscription","l":"redistributeMipsDueToOverSubscription()"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"References()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"REGISTER_REGIONAL_GIS"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"REGISTER_REPLICA_CTLG"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"REGISTER_RESOURCE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"REGISTER_RESOURCE_AR"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"registerOtherEntity()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"registerOtherEntity()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"registerOtherEntity()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"registerOtherEntity()"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"RELEASE_MODULE"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"RELEASE_OPERATOR"},{"p":"org.iquantum.core","c":"FutureQueue","l":"remove(SimEvent)","u":"remove(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core","c":"FutureQueue","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"org.iquantum.sdn","c":"Link","l":"removeChannel(Channel)","u":"removeChannel(org.iquantum.sdn.Channel)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"removeChild(int)"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"removeEdge(Node, Edge)","u":"removeEdge(org.iquantum.fog.gui.core.Node,org.iquantum.fog.gui.core.Edge)"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"removeEdge(Node, Edge)","u":"removeEdge(org.iquantum.sdn.graph.core.Node,org.iquantum.sdn.graph.core.Edge)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"removeMigratingInContainer(Container)","u":"removeMigratingInContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"removeMigratingInContainerVm(ContainerVm)","u":"removeMigratingInContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"removeMigratingInVm(Vm)","u":"removeMigratingInVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"removeMonitoredDevice(FogDevice)","u":"removeMonitoredDevice(org.iquantum.fog.entities.FogDevice)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"removeMonitoredDevice(FogDevice)","u":"removeMonitoredDevice(org.iquantum.fog.entities.FogDevice)"},{"p":"org.iquantum.sdn","c":"Request","l":"removeNextActivity()"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"removeNode(Node)","u":"removeNode(org.iquantum.fog.gui.core.Node)"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"removeNode(Node)","u":"removeNode(org.iquantum.sdn.graph.core.Node)"},{"p":"org.iquantum.sdn","c":"RoutingTable","l":"removeRoute(Node)","u":"removeRoute(org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"ForwardingRule","l":"removeRule(int, int, int)","u":"removeRule(int,int,int)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"removeServiceDiscoveryInfo(String, Integer)","u":"removeServiceDiscoveryInfo(java.lang.String,java.lang.Integer)"},{"p":"org.iquantum.sdn","c":"Channel","l":"removeTransmission(Transmission)","u":"removeTransmission(org.iquantum.sdn.Transmission)"},{"p":"org.iquantum.fog.application","c":"DAG","l":"removeUnplacedFromAdjacencyList(HashMap>, String)","u":"removeUnplacedFromAdjacencyList(java.util.HashMap,java.lang.String)"},{"p":"org.iquantum.sdn","c":"Node","l":"removeVMRoute(int, int, int)","u":"removeVMRoute(int,int,int)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"removeVMRoute(int, int, int)","u":"removeVMRoute(int,int,int)"},{"p":"org.iquantum.sdn","c":"Switch","l":"removeVMRoute(int, int, int)","u":"removeVMRoute(int,int,int)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"renameFile(File, String)","u":"renameFile(org.iquantum.utils.datacloud.File,java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"renameFile(File, String)","u":"renameFile(org.iquantum.utils.datacloud.File,java.lang.String)"},{"p":"org.iquantum.sdn.example","c":"Workload","l":"request"},{"p":"org.iquantum.sdn","c":"Constants","l":"REQUEST_COMPLETED"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"REQUEST_REGIONAL_GIS"},{"p":"org.iquantum.sdn","c":"Constants","l":"REQUEST_SUBMIT"},{"p":"org.iquantum.sdn","c":"Request","l":"Request(long, int)","u":"%3Cinit%3E(long,int)"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"requestclass"},{"p":"org.iquantum.tasks","c":"CTask","l":"requiresFiles()"},{"p":"org.iquantum.lists","c":"ResCloudletList","l":"ResCloudletList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.core","c":"ResContainerCloudlet","l":"ResContainerCloudlet(CTask)","u":"%3Cinit%3E(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.backends.classical.container.core","c":"ResContainerCloudlet","l":"ResContainerCloudlet(CTask, long, int, int)","u":"%3Cinit%3E(org.iquantum.tasks.CTask,long,int,int)"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"ResCTask(CTask)","u":"%3Cinit%3E(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"ResCTask(CTask, long, int, int)","u":"%3Cinit%3E(org.iquantum.tasks.CTask,long,int,int)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"reserveSpace(int)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"reserveSpace(int)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"reset()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"resolutionPlaces"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RESOURCE_AR_LIST"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RESOURCE_CHARACTERISTICS"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RESOURCE_CHARACTERISTICS_REQUEST"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RESOURCE_DYNAMICS"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RESOURCE_LIST"},{"p":"org.iquantum.fog.utils","c":"Config","l":"RESOURCE_MANAGE_INTERVAL"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"RESOURCE_MGMT"},{"p":"org.iquantum.fog.utils","c":"Config","l":"RESOURCE_MGMT_INTERVAL"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RESOURCE_NUM_FREE_PE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RESOURCE_NUM_PE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RESOURCE_Register"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"RESOURCE_UPDATE"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"RESOURCE_USAGE"},{"p":"org.iquantum.fog.mobilitydata","c":"DataParser","l":"resourceAndUserToLevel"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"resourceAvailability"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"resourceAvailability"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"resourceAvailability"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"resourceData"},{"p":"org.iquantum.core","c":"ResourceInformationService","l":"resourceExist(int)"},{"p":"org.iquantum.core","c":"ResourceInformationService","l":"resourceExist(Integer)","u":"resourceExist(java.lang.Integer)"},{"p":"org.iquantum.core","c":"ResourceInformationService","l":"ResourceInformationService(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.fog.mobilitydata","c":"DataParser","l":"resourceLocationData"},{"p":"org.iquantum.core","c":"ResourceInformationService","l":"resourceSupportAR(int)"},{"p":"org.iquantum.core","c":"ResourceInformationService","l":"resourceSupportAR(Integer)","u":"resourceSupportAR(java.lang.Integer)"},{"p":"org.iquantum.fog.utils","c":"ResourceUsageDetails","l":"ResourceUsageDetails(double, double, double, double)","u":"%3Cinit%3E(double,double,double,double)"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"ResQTask(QTask)","u":"%3Cinit%3E(org.iquantum.tasks.QTask)"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"ResQTask(QTask, long, int, int)","u":"%3Cinit%3E(org.iquantum.tasks.QTask,long,int,int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"restoreAllocation()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"restoreAllocation()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"restoreAllocation()"},{"p":"org.iquantum.tasks","c":"CTask","l":"RESUMED"},{"p":"org.iquantum.tasks","c":"QTask","l":"RESUMED"},{"p":"org.iquantum.core","c":"iQuantum","l":"resumeSimulation()"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RETURN_ACC_STATISTICS_BY_CATEGORY"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RETURN_STAT_LIST"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"ROOT_LEVEL"},{"p":"org.iquantum.network.datacenter","c":"RootSwitch","l":"RootSwitch(String, int, NetworkCDatacenter)","u":"%3Cinit%3E(java.lang.String,int,org.iquantum.network.datacenter.NetworkCDatacenter)"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"RootSwitchPort"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"round(double)"},{"p":"org.iquantum.sdn.request","c":"VMRequestGenerator","l":"round(double, int)","u":"round(double,int)"},{"p":"org.iquantum.utils","c":"DataFormat","l":"roundDouble(Double, int)","u":"roundDouble(java.lang.Double,int)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"routingTable"},{"p":"org.iquantum.sdn","c":"RoutingTable","l":"RoutingTable()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.entities","c":"RRLoadBalancer","l":"RRLoadBalancer()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core","c":"iQuantum","l":"run()"},{"p":"org.iquantum.core","c":"SimEntity","l":"run()"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"run(List, Map, Map>, List)","u":"run(java.util.List,java.util.Map,java.util.Map,java.util.List)"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"run(List, Map, Map>, List)","u":"run(java.util.List,java.util.Map,java.util.Map,java.util.List)"},{"p":"org.iquantum.fog.placement","c":"MicroservicePlacementLogic","l":"run(List, Map, Map>, List)","u":"run(java.util.List,java.util.Map,java.util.Map,java.util.List)"},{"p":"org.iquantum.core","c":"iQuantum","l":"runClockTick()"},{"p":"org.iquantum.core","c":"SimEntity","l":"RUNNABLE"},{"p":"org.iquantum.tasks","c":"QTask","l":"RUNNING"},{"p":"org.iquantum.core","c":"iQuantum","l":"running()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"runningCloudlets()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"runningCloudlets()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"runningCloudlets()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"runningCloudlets()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"runningCloudlets()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"runningCloudlets()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"runningQTasks()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"runningQTasks()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"runningQTasks()"},{"p":"org.iquantum.core","c":"iQuantum","l":"runStart()"},{"p":"org.iquantum.core","c":"iQuantum","l":"runStop()"},{"p":"org.iquantum.distributions","c":"ContinuousDistribution","l":"sample()"},{"p":"org.iquantum.distributions","c":"ExponentialDistr","l":"sample()"},{"p":"org.iquantum.distributions","c":"GammaDistr","l":"sample()"},{"p":"org.iquantum.distributions","c":"LognormalDistr","l":"sample()"},{"p":"org.iquantum.distributions","c":"LomaxDistribution","l":"sample()"},{"p":"org.iquantum.distributions","c":"ParetoDistr","l":"sample()"},{"p":"org.iquantum.distributions","c":"UniformDistr","l":"sample()"},{"p":"org.iquantum.distributions","c":"WeibullDistr","l":"sample()"},{"p":"org.iquantum.distributions","c":"ZipfDistr","l":"sample()"},{"p":"org.iquantum.distributions","c":"UniformDistr","l":"sample(Random, double, double)","u":"sample(java.util.Random,double,double)"},{"p":"org.iquantum.backends.classical","c":"SanStorage","l":"SanStorage(double, double, double)","u":"%3Cinit%3E(double,double,double)"},{"p":"org.iquantum.backends.classical","c":"SanStorage","l":"SanStorage(String, double, double, double)","u":"%3Cinit%3E(java.lang.String,double,double,double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"saveAllocation()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"saveAllocation()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"saveAllocation()"},{"p":"org.iquantum.models","c":"UtilizationModelStochastic","l":"saveHistory(String)","u":"saveHistory(java.lang.String)"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"SCHEDULE_NOW"},{"p":"org.iquantum.core","c":"SimEntity","l":"schedule(int, double, int)","u":"schedule(int,double,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"schedule(int, double, int, Object)","u":"schedule(int,double,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEntity","l":"schedule(String, double, int)","u":"schedule(java.lang.String,double,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"schedule(String, double, int, Object)","u":"schedule(java.lang.String,double,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEvent","l":"scheduledBy()"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleFirst(int, double, int)","u":"scheduleFirst(int,double,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleFirst(int, double, int, Object)","u":"scheduleFirst(int,double,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleFirst(String, double, int)","u":"scheduleFirst(java.lang.String,double,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleFirst(String, double, int, Object)","u":"scheduleFirst(java.lang.String,double,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleFirstNow(int, int)","u":"scheduleFirstNow(int,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleFirstNow(int, int, Object)","u":"scheduleFirstNow(int,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleFirstNow(String, int)","u":"scheduleFirstNow(java.lang.String,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleFirstNow(String, int, Object)","u":"scheduleFirstNow(java.lang.String,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleNow(int, int)","u":"scheduleNow(int,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleNow(int, int, Object)","u":"scheduleNow(int,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleNow(String, int)","u":"scheduleNow(java.lang.String,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleNow(String, int, Object)","u":"scheduleNow(java.lang.String,int,java.lang.Object)"},{"p":"org.iquantum.sdn","c":"Constants","l":"SDN_INTERNAL_PACKAGE_PROCESS"},{"p":"org.iquantum.sdn","c":"Constants","l":"SDN_PACKAGE"},{"p":"org.iquantum.sdn.example","c":"SDNBroker","l":"SDNBroker(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.sdn","c":"SDNDatacenter","l":"SDNDatacenter(String, CDatacenterCharacteristics, VmAllocationPolicy, List, double, NetworkOperatingSystem)","u":"%3Cinit%3E(java.lang.String,org.iquantum.datacenters.CDatacenterCharacteristics,org.iquantum.policies.vm.VmAllocationPolicy,java.util.List,double,org.iquantum.sdn.NetworkOperatingSystem)"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"SDNExample()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"sdnhosts"},{"p":"org.iquantum.fog.gui.dialog","c":"SDNRun","l":"SDNRun(String, String, String, String, JFrame)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,javax.swing.JFrame)"},{"p":"org.iquantum.sdn.graph.dialog","c":"SDNRun","l":"SDNRun(String, String, String, String, JFrame)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,javax.swing.JFrame)"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"seed"},{"p":"org.iquantum.core","c":"iQuantum","l":"select(int, Predicate)","u":"select(int,org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.core","c":"SimEntity","l":"selectEvent(Predicate)","u":"selectEvent(org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"selfCluster"},{"p":"org.iquantum.core","c":"SimEvent","l":"SEND"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"SEND_PERIODIC_TUPLE"},{"p":"org.iquantum.core","c":"SimEntity","l":"send(int, double, int)","u":"send(int,double,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"send(int, double, int, Object)","u":"send(int,double,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"iQuantum","l":"send(int, int, double, int, Object)","u":"send(int,int,double,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEntity","l":"send(String, double, int)","u":"send(java.lang.String,double,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"send(String, double, int, Object)","u":"send(java.lang.String,double,int,java.lang.Object)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"sendDown(Tuple, int)","u":"sendDown(org.iquantum.fog.entities.Tuple,int)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"sendDownFreeLink(Tuple, int)","u":"sendDownFreeLink(org.iquantum.fog.entities.Tuple,int)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"sendDownFreeLink(Tuple, int)","u":"sendDownFreeLink(org.iquantum.fog.entities.Tuple,int)"},{"p":"org.iquantum.core","c":"iQuantum","l":"sendFirst(int, int, double, int, Object)","u":"sendFirst(int,int,double,int,java.lang.Object)"},{"p":"org.iquantum.fog.utils","c":"NetworkUsageMonitor","l":"sendingModule(double, long)","u":"sendingModule(double,long)"},{"p":"org.iquantum.fog.utils","c":"NetworkUsageMonitor","l":"sendingTuple(double, double)","u":"sendingTuple(double,double)"},{"p":"org.iquantum.core","c":"SimEntity","l":"sendNow(int, int)","u":"sendNow(int,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"sendNow(int, int, Object)","u":"sendNow(int,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEntity","l":"sendNow(String, int)","u":"sendNow(java.lang.String,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"sendNow(String, int, Object)","u":"sendNow(java.lang.String,int,java.lang.Object)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"sendPeriodicTuple(SimEvent)","u":"sendPeriodicTuple(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"sendToCluster(Tuple, int)","u":"sendToCluster(org.iquantum.fog.entities.Tuple,int)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"sendToSelf(Tuple)","u":"sendToSelf(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"sendTupleToActuator(Tuple)","u":"sendTupleToActuator(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"sendUp(Tuple)","u":"sendUp(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"sendUpFreeLink(Tuple)","u":"sendUpFreeLink(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"sendUpFreeLink(Tuple)","u":"sendUpFreeLink(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"SENSOR"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"SENSOR_JOINED"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"Sensor(String, int, String, int, double, GeoLocation, Distribution, int, int, String, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String,int,double,org.iquantum.fog.utils.GeoLocation,org.iquantum.fog.utils.distribution.Distribution,int,int,java.lang.String,java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"Sensor(String, int, String, int, double, GeoLocation, Distribution, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String,int,double,org.iquantum.fog.utils.GeoLocation,org.iquantum.fog.utils.distribution.Distribution,java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"Sensor(String, String, int, String, Distribution)","u":"%3Cinit%3E(java.lang.String,java.lang.String,int,java.lang.String,org.iquantum.fog.utils.distribution.Distribution)"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"SensorGui(String, String, Distribution)","u":"%3Cinit%3E(java.lang.String,java.lang.String,org.iquantum.fog.utils.distribution.Distribution)"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"SensorGui(String, String, String, double, double, double, double, double)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,double,double,double,double,double)"},{"p":"org.iquantum.fog.gui.core","c":"SensorModule","l":"SensorModule()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"SensorModule","l":"SensorModule(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"sensors"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"sensors"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"sensors"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"sensors"},{"p":"org.iquantum.fog.utils","c":"MicroservicePlacementConfig","l":"SEQUENTIAL"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"SERVICE_DISCOVERY_INFO"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"serviceDiscoveryInfo"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"serviceDiscoveryInfor"},{"p":"org.iquantum.backends.classical","c":"HostStateHistoryEntry","l":"setActive(boolean)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setActiveApplications(List)","u":"setActiveApplications(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setActiveHostList(ArrayList)","u":"setActiveHostList(java.util.ArrayList)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setActiveVmList(List)","u":"setActiveVmList(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setActualTupleId(int)"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"setActualTupleId(int)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setActuatorId(int)"},{"p":"org.iquantum.fog.entities","c":"PhysicalTopology","l":"setActuators(List)","u":"setActuators(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"setActuators(List)","u":"setActuators(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"setActuators(List)","u":"setActuators(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"setActuators(List)","u":"setActuators(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"setActuators(List)","u":"setActuators(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"setActuators(List)","u":"setActuators(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"setActuators(List)","u":"setActuators(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementOnlyCloud","l":"setActuators(List)","u":"setActuators(java.util.List)"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"setActuatorSubscriptions(Map>)","u":"setActuatorSubscriptions(java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"setActuatorType(String)","u":"setActuatorType(java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorGui","l":"setActuatorType(String)","u":"setActuatorType(java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorModule","l":"setActuatorType(String)","u":"setActuatorType(java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"setAdjacencyList(Map>)","u":"setAdjacencyList(java.util.Map)"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"setAdjacencyList(Map>)","u":"setAdjacencyList(java.util.Map)"},{"p":"org.iquantum.backends.classical","c":"HostStateHistoryEntry","l":"setAllocatedMips(double)"},{"p":"org.iquantum.policies.vm","c":"VmStateHistoryEntry","l":"setAllocatedMips(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setAllocationPolicy(int)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setAllocationPolicy(int)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setAllocationPolicy(int)"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"setApp(Application)","u":"setApp(org.iquantum.fog.application.Application)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setApp(Application)","u":"setApp(org.iquantum.fog.application.Application)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setAppCloudletList(List)","u":"setAppCloudletList(java.util.List)"},{"p":"org.iquantum.fog.application","c":"Application","l":"setAppId(String)","u":"setAppId(java.lang.String)"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"setAppId(String)","u":"setAppId(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"setAppId(String)","u":"setAppId(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setAppId(String)","u":"setAppId(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setAppId(String)","u":"setAppId(java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"setAppLaunchDelays(Map)","u":"setAppLaunchDelays(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"setAppLaunchDelays(Map)","u":"setAppLaunchDelays(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"setAppLaunchDelays(Map)","u":"setAppLaunchDelays(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"setApplication(Application)","u":"setApplication(org.iquantum.fog.application.Application)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setApplicationMap(Map)","u":"setApplicationMap(java.util.Map)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setApplicationName(String)","u":"setApplicationName(java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"setApplications(Map)","u":"setApplications(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"setApplications(Map)","u":"setApplications(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"setApplications(Map)","u":"setApplications(java.util.Map)"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"setAppModuleIds(List)","u":"setAppModuleIds(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"setAppModulePlacementPolicy(Map)","u":"setAppModulePlacementPolicy(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"setAppModulePlacementPolicy(Map)","u":"setAppModulePlacementPolicy(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"setAppModulePlacementPolicy(Map)","u":"setAppModulePlacementPolicy(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setArchitecture(String)","u":"setArchitecture(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setArchitecture(String)","u":"setArchitecture(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setArchitecture(String)","u":"setArchitecture(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setAssociatedActuatorIds(List>)","u":"setAssociatedActuatorIds(java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"setAvailableBw(long)"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"setAvailableBw(long)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"setAvailableMips(double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"setAvailableMips(double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"setAvailableMips(double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"setAvailableMips(double)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"setAvailableMips(double)"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"setAvailableMips(double)"},{"p":"org.iquantum.sdn.example.policies","c":"VmSchedulerTimeSharedEnergy","l":"setAvailableMips(double)"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"setAvailableMips(double)"},{"p":"org.iquantum.sdn.overbooking","c":"VmSchedulerTimeSharedOverbookingEnergy","l":"setAvailableMips(double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"setAvailableRam(float)"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"setAvailableRam(int)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"setAvailableVmBw(long)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"setAvailableVmRam(float)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"setAvgSeekTime(double)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"setAvgSeekTime(double, ContinuousDistribution)","u":"setAvgSeekTime(double,org.iquantum.distributions.ContinuousDistribution)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setBeingInstantiated(boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setBeingInstantiated(boolean)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setBeingInstantiated(boolean)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setBrokerId(int)"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"setBurstHighPeriod(double)"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"setBurstLowPeriod(double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"setBw(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setBw(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setBw(long)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setBw(long)"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"setBw(long)"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"setBw(long)"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"setBw(long)"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"setBw(long)"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"setBw(long)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setBwProvisioner(BwProvisioner)","u":"setBwProvisioner(org.iquantum.provisioners.BwProvisioner)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisionerSimple","l":"setBwTable(Map)","u":"setBwTable(java.util.Map)"},{"p":"org.iquantum.provisioners","c":"BwProvisionerSimple","l":"setBwTable(Map)","u":"setBwTable(java.util.Map)"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"setBwTable(Map)","u":"setBwTable(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"setCacheCurrentRequestedMips(List)","u":"setCacheCurrentRequestedMips(java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"setCacheCurrentRequestedMips(List)","u":"setCacheCurrentRequestedMips(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"setCachePreviousTime(double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"setCachePreviousTime(double)"},{"p":"org.iquantum.fog.utils","c":"CanBeSentResult","l":"setCanBeSent(boolean)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"setCharacteristics(CDatacenterCharacteristics)","u":"setCharacteristics(org.iquantum.datacenters.CDatacenterCharacteristics)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setCharacteristics(ContainerDatacenterCharacteristics)","u":"setCharacteristics(org.iquantum.backends.classical.container.core.ContainerDatacenterCharacteristics)"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"setCharacteristics(QDatacenterCharacteristics)","u":"setCharacteristics(org.iquantum.datacenters.QDatacenterCharacteristics)"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"setCharacteristics(QDatacenterCharacteristicsExtended)","u":"setCharacteristics(org.iquantum.datacenters.QDatacenterCharacteristicsExtended)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setChecksum(int)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setChecksum(int)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setChildrenIds(List)","u":"setChildrenIds(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setChildToLatencyMap(Map)","u":"setChildToLatencyMap(java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setChildToOperatorsMap(Map>)","u":"setChildToOperatorsMap(java.util.Map)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setClassType(int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"setCloudletExecList(List)","u":"setCloudletExecList(java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"setCloudletExecList(List)","u":"setCloudletExecList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"setCloudletFailedList(List)","u":"setCloudletFailedList(java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"setCloudletFailedList(List)","u":"setCloudletFailedList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"setCloudletFinishedList(List)","u":"setCloudletFinishedList(java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"setCloudletFinishedList(List)","u":"setCloudletFinishedList(java.util.List)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setCloudletFinishedSoFar(long)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setCloudletLength(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setCloudletList(List)","u":"setCloudletList(java.util.List)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setCloudletList(List)","u":"setCloudletList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setCloudletList(List)","u":"setCloudletList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"setCloudletPausedList(List)","u":"setCloudletPausedList(java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"setCloudletPausedList(List)","u":"setCloudletPausedList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setCloudletReceivedList(List)","u":"setCloudletReceivedList(java.util.List)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setCloudletReceivedList(List)","u":"setCloudletReceivedList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setCloudletReceivedList(List)","u":"setCloudletReceivedList(java.util.List)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setCloudletScheduler(CloudletScheduler)","u":"setCloudletScheduler(org.iquantum.policies.ctasks.CloudletScheduler)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setCloudletStatus(int)"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"setCloudletStatus(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setCloudletSubmitted(double)"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"setCloudletSubmitted(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setCloudletSubmittedList(List)","u":"setCloudletSubmittedList(java.util.List)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setCloudletSubmittedList(List)","u":"setCloudletSubmittedList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setCloudletSubmittedList(List)","u":"setCloudletSubmittedList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"setCloudletWaitingList(List)","u":"setCloudletWaitingList(java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"setCloudletWaitingList(List)","u":"setCloudletWaitingList(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"setClusteringFeature(Boolean)","u":"setClusteringFeature(java.lang.Boolean)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setClusterLinkBandwidth(double)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setClusterLinkBusy(boolean)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setClusterMembers(List)","u":"setClusterMembers(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setClusterMembersToLatencyMap(Map)","u":"setClusterMembersToLatencyMap(java.util.Map)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitEdge","l":"setCnotErrorRate(double)"},{"p":"org.iquantum.models","c":"WorkloadFileReader","l":"setComment(String)","u":"setComment(java.lang.String)"},{"p":"org.iquantum.fog.utils","c":"FogLinearPowerModel","l":"setConstant(double)"},{"p":"org.iquantum.power.models","c":"PowerModelCubic","l":"setConstant(double)"},{"p":"org.iquantum.power.models","c":"PowerModelLinear","l":"setConstant(double)"},{"p":"org.iquantum.power.models","c":"PowerModelSqrt","l":"setConstant(double)"},{"p":"org.iquantum.power.models","c":"PowerModelSquare","l":"setConstant(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setContainerAllocationPolicy(ContainerAllocationPolicy)","u":"setContainerAllocationPolicy(org.iquantum.backends.classical.container.resourceAllocators.ContainerAllocationPolicy)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setContainerBwProvisioner(ContainerBwProvisioner)","u":"setContainerBwProvisioner(org.iquantum.backends.classical.container.containerProvisioners.ContainerBwProvisioner)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisionerSimple","l":"setContainerBwTable(Map)","u":"setContainerBwTable(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setContainerCloudletScheduler(ContainerCloudletScheduler)","u":"setContainerCloudletScheduler(org.iquantum.backends.classical.container.schedulers.ContainerCloudletScheduler)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"setContainerHostList(List)","u":"setContainerHostList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerCTask","l":"setContainerId(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setContainerList(List)","u":"setContainerList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setContainerList(List)","u":"setContainerList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setContainerManager(String)","u":"setContainerManager(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"setContainerMigrationCount(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setContainerMigrationList(List)","u":"setContainerMigrationList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setContainerMigrationWriter(CostumeCSVWriter)","u":"setContainerMigrationWriter(org.iquantum.backends.classical.container.utils.CostumeCSVWriter)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"setContainerPeProvisioner(ContainerPeProvisioner)","u":"setContainerPeProvisioner(org.iquantum.backends.classical.container.containerProvisioners.ContainerPeProvisioner)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicyRS","l":"setContainerPlacementPolicy(ContainerPlacementPolicy)","u":"setContainerPlacementPolicy(org.iquantum.backends.classical.container.containerPlacementPolicies.ContainerPlacementPolicy)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setContainerRamProvisioner(ContainerRamProvisioner)","u":"setContainerRamProvisioner(org.iquantum.backends.classical.container.containerProvisioners.ContainerRamProvisioner)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisionerSimple","l":"setContainerRamTable(Map)","u":"setContainerRamTable(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setContainersAcks(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setContainerScheduler(ContainerScheduler)","u":"setContainerScheduler(org.iquantum.backends.classical.container.schedulers.ContainerScheduler)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setContainersCreated(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setContainersCreatedList(List)","u":"setContainersCreatedList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"setContainerSelectionPolicy(PowerContainerSelectionPolicy)","u":"setContainerSelectionPolicy(org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"setContainersMigratingIn(List)","u":"setContainersMigratingIn(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"setContainersMigratingOut(List)","u":"setContainersMigratingOut(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setContainersToDatacentersMap(Map)","u":"setContainersToDatacentersMap(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setContainerVmBwProvisioner(ContainerVmBwProvisioner)","u":"setContainerVmBwProvisioner(org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmBwProvisioner)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicy","l":"setContainerVmList(List)","u":"setContainerVmList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setContainerVmList(List)","u":"setContainerVmList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"setContainerVmPeProvisioner(ContainerVmPeProvisioner)","u":"setContainerVmPeProvisioner(org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmPeProvisioner)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setContainerVmRamProvisioner(ContainerVmRamProvisioner)","u":"setContainerVmRamProvisioner(org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmRamProvisioner)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisionerSimple","l":"setContainerVmRamTable(Map)","u":"setContainerVmRamTable(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setContainerVmScheduler(ContainerVmScheduler)","u":"setContainerVmScheduler(org.iquantum.backends.classical.container.schedulers.ContainerVmScheduler)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"setContainerVmTable(Map)","u":"setContainerVmTable(java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setControllerId(int)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setControllerId(int)"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"setCoordinate(Coordinates)","u":"setCoordinate(org.iquantum.fog.gui.core.Coordinates)"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"setCoordinate(Coordinates)","u":"setCoordinate(org.iquantum.sdn.graph.core.Coordinates)"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"setCoordinates(Coordinates)","u":"setCoordinates(org.iquantum.fog.gui.core.Coordinates)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setCost()"},{"p":"org.iquantum.tasks","c":"QTask","l":"setCost(double)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setCost(double)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setCost(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setCostPerBw(double)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setCostPerBw(double)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setCostPerBw(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setCostPerMem(double)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setCostPerMem(double)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setCostPerMem(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setCostPerSecond(double)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setCostPerSecond(double)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setCostPerSecond(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setCostPerStorage(double)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setCostPerStorage(double)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setCostPerStorage(double)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setCount(int)"},{"p":"org.iquantum.fog.utils","c":"CanBeSentResult","l":"setCpuLoad(double)"},{"p":"org.iquantum.fog.utils","c":"ResourceUsageDetails","l":"setCpuTrafficIntensity(double)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setCreationTime(long)"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"setCTaskList(List)","u":"setCTaskList(java.util.List)"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"setCTaskList(List)","u":"setCTaskList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setCurrentAllocatedBw(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setCurrentAllocatedBw(long)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setCurrentAllocatedBw(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setCurrentAllocatedMips(List)","u":"setCurrentAllocatedMips(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setCurrentAllocatedMips(List)","u":"setCurrentAllocatedMips(java.util.List)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setCurrentAllocatedMips(List)","u":"setCurrentAllocatedMips(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setCurrentAllocatedRam(float)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setCurrentAllocatedRam(float)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setCurrentAllocatedRam(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setCurrentAllocatedSize(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setCurrentAllocatedSize(long)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setCurrentAllocatedSize(long)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"setCurrentClops(double)"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"setCurrentCpuLoad(Map)","u":"setCurrentCpuLoad(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"setCurrentCpuLoad(Map)","u":"setCurrentCpuLoad(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"setCurrentCpuLoad(Map)","u":"setCurrentCpuLoad(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"setCurrentCpuLoad(Map)","u":"setCurrentCpuLoad(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"setCurrentMipsShare(List)","u":"setCurrentMipsShare(java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"setCurrentMipsShare(List)","u":"setCurrentMipsShare(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"setCurrentModuleInstanceNum(Map>)","u":"setCurrentModuleInstanceNum(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"setCurrentModuleInstanceNum(Map>)","u":"setCurrentModuleInstanceNum(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"setCurrentModuleInstanceNum(Map>)","u":"setCurrentModuleInstanceNum(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"setCurrentModuleLoadMap(Map>)","u":"setCurrentModuleLoadMap(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"setCurrentModuleLoadMap(Map>)","u":"setCurrentModuleLoadMap(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"setCurrentModuleLoadMap(Map>)","u":"setCurrentModuleLoadMap(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"setCurrentModuleMap(Map>)","u":"setCurrentModuleMap(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"setCurrentModuleMap(Map>)","u":"setCurrentModuleMap(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"setCurrentModuleMap(Map>)","u":"setCurrentModuleMap(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"setCurrentModuleMap(Map>)","u":"setCurrentModuleMap(java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"setData(PlacementRequest)","u":"setData(org.iquantum.fog.entities.PlacementRequest)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setDatacenter(CDatacenter)","u":"setDatacenter(org.iquantum.datacenters.CDatacenter)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setDatacenter(ContainerDatacenter)","u":"setDatacenter(org.iquantum.backends.classical.container.core.ContainerDatacenter)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"setDatacenter(ContainerDatacenter)","u":"setDatacenter(org.iquantum.backends.classical.container.core.ContainerDatacenter)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"setDatacenter(ContainerDatacenter)","u":"setDatacenter(org.iquantum.backends.classical.container.core.ContainerDatacenter)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThreshold","l":"setDatacenter(ContainerDatacenter)","u":"setDatacenter(org.iquantum.backends.classical.container.core.ContainerDatacenter)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMC","l":"setDatacenter(ContainerDatacenter)","u":"setDatacenter(org.iquantum.backends.classical.container.core.ContainerDatacenter)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMCUnderUtilized","l":"setDatacenter(ContainerDatacenter)","u":"setDatacenter(org.iquantum.backends.classical.container.core.ContainerDatacenter)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"setDatacenter(ContainerDatacenter)","u":"setDatacenter(org.iquantum.backends.classical.container.core.ContainerDatacenter)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"setDatacenter(ContainerDatacenter)","u":"setDatacenter(org.iquantum.backends.classical.container.core.ContainerDatacenter)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationSimple","l":"setDatacenter(ContainerDatacenter)","u":"setDatacenter(org.iquantum.backends.classical.container.core.ContainerDatacenter)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"setDatacenter(SDNDatacenter)","u":"setDatacenter(org.iquantum.sdn.SDNDatacenter)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setDatacenterCharacteristicsList(Map)","u":"setDatacenterCharacteristicsList(java.util.Map)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setDatacenterCharacteristicsList(Map)","u":"setDatacenterCharacteristicsList(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setDatacenterCharacteristicsList(Map)","u":"setDatacenterCharacteristicsList(java.util.Map)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"setDatacenterCharacteristicsList(Map)","u":"setDatacenterCharacteristicsList(java.util.Map)"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"setDatacenterCharacteristicsList(Map)","u":"setDatacenterCharacteristicsList(java.util.Map)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"setDatacenterCharacteristicsList(Map)","u":"setDatacenterCharacteristicsList(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setDatacenterEnergyList(List)","u":"setDatacenterEnergyList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setDatacenterEnergyWriter(CostumeCSVWriter)","u":"setDatacenterEnergyWriter(org.iquantum.backends.classical.container.utils.CostumeCSVWriter)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setDatacenterIdsList(List)","u":"setDatacenterIdsList(java.util.List)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setDatacenterIdsList(List)","u":"setDatacenterIdsList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"setDatacenterIdsList(List)","u":"setDatacenterIdsList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"setDatacenterIdsList(List)","u":"setDatacenterIdsList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"setDatacenterIdsList(List)","u":"setDatacenterIdsList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setDatacenterIdsList(List)","u":"setDatacenterIdsList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setDatacenterRequestedIdsList(List)","u":"setDatacenterRequestedIdsList(java.util.List)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setDatacenterRequestedIdsList(List)","u":"setDatacenterRequestedIdsList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setDatacenterRequestedIdsList(List)","u":"setDatacenterRequestedIdsList(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"setDeployementSet(Map>)","u":"setDeployementSet(java.util.Map)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"setDestId(int)"},{"p":"org.iquantum.core","c":"SimEvent","l":"setDestination(int)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"setDestination(String)","u":"setDestination(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setDestinationDeviceId(int)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setDestModuleName(String)","u":"setDestModuleName(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setDestModuleName(String)","u":"setDestModuleName(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"setDeviceId(int)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"setDeviceToModuleMap(Map>)","u":"setDeviceToModuleMap(java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"setDeviceType(String)","u":"setDeviceType(java.lang.String)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"setDirection(int)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setDirection(int)"},{"p":"org.iquantum.utils","c":"Log","l":"setDisabled(boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"setDisableMigrations(boolean)"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"setDisableMigrations(boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setDisableVmMigrations(boolean)"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"setDistribution(Distribution)","u":"setDistribution(org.iquantum.fog.utils.distribution.Distribution)"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"setDownBw(long)"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"setDownInstanceIdsMaps(Map>)","u":"setDownInstanceIdsMaps(java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setDownlinkBandwidth(double)"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"setDownports(int)"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"setDownports(int)"},{"p":"org.iquantum.fog.utils","c":"OperatorEdge","l":"setDst(String)","u":"setDst(java.lang.String)"},{"p":"org.iquantum.fog.application","c":"Application","l":"setEdgeMap(Map)","u":"setEdgeMap(java.util.Map)"},{"p":"org.iquantum.fog.application","c":"Application","l":"setEdges(List)","u":"setEdges(java.util.List)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"setEdgeSwitch(EdgeSwitch)","u":"setEdgeSwitch(org.iquantum.sdn.EdgeSwitch)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"setEdgeType(int)"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"setEmitTime(double)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setEmitTimes(Map)","u":"setEmitTimes(java.util.Map)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setEndTimes(Map)","u":"setEndTimes(java.util.Map)"},{"p":"org.iquantum.core","c":"SimEvent","l":"setEndWaitingTime(double)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setEnergyConsumption(double)"},{"p":"org.iquantum.core","c":"SimEntity","l":"setEventBuffer(SimEvent)","u":"setEventBuffer(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setExecParam(double, double)","u":"setExecParam(double,double)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setExecParam(double, double)","u":"setExecParam(double,double)"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"setExecParam(double, double)","u":"setExecParam(double,double)"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"setExecParam(double, double)","u":"setExecParam(double,double)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setExecStartTime(double)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setExecStartTime(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setExperimentName(String)","u":"setExperimentName(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setFailed(boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setFailed(boolean)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setFailed(boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setFailed(String, boolean)","u":"setFailed(java.lang.String,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setFailed(String, boolean)","u":"setFailed(java.lang.String,boolean)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setFailed(String, boolean)","u":"setFailed(java.lang.String,boolean)"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyMinimumCorrelation","l":"setFallbackPolicy(HostSelectionPolicy)","u":"setFallbackPolicy(org.iquantum.backends.classical.container.hostSelectionPolicies.HostSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyCor","l":"setFallbackPolicy(PowerContainerSelectionPolicy)","u":"setFallbackPolicy(org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMaximumCorrelation","l":"setFallbackPolicy(PowerContainerSelectionPolicy)","u":"setFallbackPolicy(org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVMSelectionPolicyCor","l":"setFallbackPolicy(PowerContainerVmSelectionPolicy)","u":"setFallbackPolicy(org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMaximumCorrelation","l":"setFallbackPolicy(PowerContainerVmSelectionPolicy)","u":"setFallbackPolicy(org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMaximumCorrelation","l":"setFallbackPolicy(PowerVmSelectionPolicy)","u":"setFallbackPolicy(org.iquantum.power.PowerVmSelectionPolicy)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationInterQuartileRange","l":"setFallbackVmAllocationPolicy(PowerVmAllocationPolicyMigrationAbstract)","u":"setFallbackVmAllocationPolicy(org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"setFallbackVmAllocationPolicy(PowerVmAllocationPolicyMigrationAbstract)","u":"setFallbackVmAllocationPolicy(org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation","l":"setFallbackVmAllocationPolicy(PowerVmAllocationPolicyMigrationAbstract)","u":"setFallbackVmAllocationPolicy(org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract)"},{"p":"org.iquantum.models","c":"WorkloadFileReader","l":"setField(int, int, int, int, int)","u":"setField(int,int,int,int,int)"},{"p":"org.iquantum.backends.classical.container.utils","c":"CostumeCSVWriter","l":"setFileAddress(String)","u":"setFileAddress(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.utils","c":"CostumeCSVReader","l":"setFileData(List)","u":"setFileData(java.util.List)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setFileSize(int)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setFileSize(int)"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"setFinishTime(double)"},{"p":"org.iquantum.sdn","c":"Package","l":"setFinishTime(double)"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"setFinishTime(double)"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"setFinishTime(double)"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"setFirstHighTime(double)"},{"p":"org.iquantum.fog.entities","c":"PhysicalTopology","l":"setFogDevices(List)","u":"setFogDevices(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"setFogDevices(List)","u":"setFogDevices(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"setFogDevices(List)","u":"setFogDevices(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"setFogDevices(List)","u":"setFogDevices(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"setFogDevices(List)","u":"setFogDevices(java.util.List)"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"setFogHost(Host)","u":"setFogHost(org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"setFonID(int)"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"setFONId(int)"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"setFONId(int)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setFreeBw(List)","u":"setFreeBw(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setFreeBw(List)","u":"setFreeBw(java.util.List)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"setFreeBw(List)","u":"setFreeBw(java.util.List)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setFreeMips(List)","u":"setFreeMips(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setFreeMips(List)","u":"setFreeMips(java.util.List)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"setFreeMips(List)","u":"setFreeMips(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"setFreePes(List)","u":"setFreePes(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"setFreePes(List)","u":"setFreePes(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"setFreePes(List)","u":"setFreePes(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"setFreePes(List)","u":"setFreePes(java.util.List)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setFreePes(List)","u":"setFreePes(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setFreePes(List)","u":"setFreePes(java.util.List)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"setFreePes(List)","u":"setFreePes(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerSpaceShared","l":"setFreePes(List)","u":"setFreePes(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"setFreePes(List)","u":"setFreePes(java.util.List)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitEdge","l":"setGateTime(double)"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"setGatewayDeviceId(int)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setGatewayDeviceId(int)"},{"p":"org.iquantum.fog.application","c":"Application","l":"setGeoCoverage(GeoCoverage)","u":"setGeoCoverage(org.iquantum.fog.utils.GeoCoverage)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setGeoCoverage(GeoCoverage)","u":"setGeoCoverage(org.iquantum.fog.utils.GeoCoverage)"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"setGeoLocation(GeoLocation)","u":"setGeoLocation(org.iquantum.fog.utils.GeoLocation)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setGeoLocation(GeoLocation)","u":"setGeoLocation(org.iquantum.fog.utils.GeoLocation)"},{"p":"org.iquantum.fog.gui.core","c":"GraphView","l":"setGraph(Graph)","u":"setGraph(org.iquantum.fog.gui.core.Graph)"},{"p":"org.iquantum.sdn.graph.core","c":"GraphView","l":"setGraph(Graph)","u":"setGraph(org.iquantum.sdn.graph.core.Graph)"},{"p":"org.iquantum.models","c":"UtilizationModelStochastic","l":"setHistory(Map)","u":"setHistory(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setHost(ContainerHost)","u":"setHost(org.iquantum.backends.classical.container.core.ContainerHost)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setHost(Host)","u":"setHost(org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.sdn","c":"Middlebox","l":"setHost(SDNHost)","u":"setHost(org.iquantum.sdn.SDNHost)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicy","l":"setHostList(List)","u":"setHostList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setHostList(List)","u":"setHostList(java.util.List)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setHostList(List)","u":"setHostList(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setHostList(List)","u":"setHostList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection","l":"setHostSelectionPolicy(HostSelectionPolicy)","u":"setHostSelectionPolicy(org.iquantum.backends.classical.container.hostSelectionPolicies.HostSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"setHostSelectionPolicy(HostSelectionPolicy)","u":"setHostSelectionPolicy(org.iquantum.backends.classical.container.hostSelectionPolicies.HostSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"setId(int)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"setId(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setId(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setId(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setId(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setId(int)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setId(int)"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"setId(int)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setId(int)"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"setId(int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"setId(int)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setId(int)"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristics","l":"setId(int)"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristicsExtended","l":"setId(int)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setId(int)"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"setInfo(Map)","u":"setInfo(java.util.Map)"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"setInfo(Map)","u":"setInfo(java.util.Map)"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"setInfo(Map)","u":"setInfo(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setInMigration(boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setInMigration(boolean)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setInMigration(boolean)"},{"p":"org.iquantum.policies.vm","c":"VmStateHistoryEntry","l":"setInMigration(boolean)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setInPause(boolean)"},{"p":"org.iquantum.fog.utils","c":"ModuleLaunchConfig","l":"setInstanceCount(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setInWaiting(boolean)"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"setIops(long)"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"setIops(long)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setIsInCluster(Boolean)","u":"setIsInCluster(java.lang.Boolean)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"setLast(int)"},{"p":"org.iquantum.network","c":"Packet","l":"setLast(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setLastProcessTime(double)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"setLastProcessTime(double)"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"setLastProcessTime(double)"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"setLastProcessTime(double)"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"setLat_l(double)"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"setLat_u(double)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"setLatency(double)"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"setLatency(double)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setLatency(Double)","u":"setLatency(java.lang.Double)"},{"p":"org.iquantum.fog.utils","c":"GeoLocation","l":"setLatitude(double)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setLevel(int)"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"setLevel(int)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setLinkDC(NetworkCDatacenter)","u":"setLinkDC(org.iquantum.network.datacenter.NetworkCDatacenter)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"setLocator(LocationHandler)","u":"setLocator(org.iquantum.fog.placement.LocationHandler)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"setLocator(LocationHandler)","u":"setLocator(org.iquantum.fog.placement.LocationHandler)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"setLocator(LocationHandler)","u":"setLocator(org.iquantum.fog.placement.LocationHandler)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setLogAddress(String)","u":"setLogAddress(java.lang.String)"},{"p":"org.iquantum.fog.utils","c":"Logger","l":"setLogLevel(int)"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"setLong_l(double)"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"setLong_u(double)"},{"p":"org.iquantum.fog.utils","c":"GeoLocation","l":"setLongitude(double)"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"setLoopId(int)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setLoopIdToCurrentAverage(Map)","u":"setLoopIdToCurrentAverage(java.util.Map)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setLoopIdToCurrentNum(Map)","u":"setLoopIdToCurrentNum(java.util.Map)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setLoopIdToTupleIds(Map>)","u":"setLoopIdToTupleIds(java.util.Map)"},{"p":"org.iquantum.fog.application","c":"Application","l":"setLoops(List)","u":"setLoops(java.util.List)"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"setMachineAndPeId(int, int)","u":"setMachineAndPeId(int,int)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setMasterCopy(boolean)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setMasterCopy(boolean)"},{"p":"org.iquantum.fog.utils.distribution","c":"UniformDistribution","l":"setMax(double)"},{"p":"org.iquantum.fog.utils","c":"FogLinearPowerModel","l":"setMaxPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelCubic","l":"setMaxPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelLinear","l":"setMaxPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelSqrt","l":"setMaxPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelSquare","l":"setMaxPower(double)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"setMaxTransferRate(int)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"setMaxTransferRate(int)"},{"p":"org.iquantum.fog.utils.distribution","c":"NormalDistribution","l":"setMean(double)"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"setMigrationCount(int)"},{"p":"org.iquantum.fog.utils","c":"MigrationDelayMonitor","l":"setMigrationDelay(double)"},{"p":"org.iquantum.fog.utils.distribution","c":"UniformDistribution","l":"setMin(double)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"setMips(double)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"setMips(double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"setMips(double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"setMips(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setMips(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setMips(double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"setMips(double)"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"setMips(double)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setMips(double)"},{"p":"org.iquantum.fog.utils","c":"ResourceUsageDetails","l":"setMips(double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"setMips(double)"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"setMips(double)"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"setMips(long)"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"setMips(long)"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"setMips(long)"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"setMips(long)"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"setMips(long)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"setMipsMap(Map>)","u":"setMipsMap(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"setMipsMap(Map>)","u":"setMipsMap(java.util.Map)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"setMipsMap(Map>)","u":"setMipsMap(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"setMipsMapRequested(Map>)","u":"setMipsMapRequested(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"setMipsMapRequested(Map>)","u":"setMipsMapRequested(java.util.Map)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"setMipsMapRequested(Map>)","u":"setMipsMapRequested(java.util.Map)"},{"p":"org.iquantum.fog.utils","c":"ModuleLaunchConfig","l":"setModule(AppModule)","u":"setModule(org.iquantum.fog.application.AppModule)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setModuleCopyMap(Map)","u":"setModuleCopyMap(java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setModuleInstanceCount(Map>)","u":"setModuleInstanceCount(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"setModuleInstanceCountMap(Map>)","u":"setModuleInstanceCountMap(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModuleMapping","l":"setModuleMapping(Map>)","u":"setModuleMapping(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"setModuleMapping(ModuleMapping)","u":"setModuleMapping(org.iquantum.fog.placement.ModuleMapping)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMapping","l":"setModuleMapping(ModuleMapping)","u":"setModuleMapping(org.iquantum.fog.placement.ModuleMapping)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"setModuleMapping(ModuleMapping)","u":"setModuleMapping(org.iquantum.fog.placement.ModuleMapping)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"setModuleMapping(ModuleMapping)","u":"setModuleMapping(org.iquantum.fog.placement.ModuleMapping)"},{"p":"org.iquantum.fog.application","c":"Application","l":"setModules(List)","u":"setModules(java.util.List)"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"setModules(List)","u":"setModules(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"setModulesOnDevice(Map>)","u":"setModulesOnDevice(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"setModulesOnPath(Map>>)","u":"setModulesOnPath(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"setModuleToDeviceMap(Map>)","u":"setModuleToDeviceMap(java.util.Map)"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorGui","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setNetServiceLevel(int)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"setNetServiceType(int)"},{"p":"org.iquantum.network","c":"Packet","l":"setNetServiceType(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"setNewlyCreatedVms(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"setNewlyCreatedVmsList(List)","u":"setNewlyCreatedVmsList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"setNewlyCreatedVmWriter(CostumeCSVWriter)","u":"setNewlyCreatedVmWriter(org.iquantum.backends.classical.container.utils.CostumeCSVWriter)"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"setNode(Node)","u":"setNode(org.iquantum.fog.gui.core.Node)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setNorthLinkBusy(boolean)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setNorthTupleQueue(Queue)","u":"setNorthTupleQueue(java.util.Queue)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setNumberOfContainers(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setNumberOfCreatedVMs(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setNumberOfPes(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setNumberOfPes(int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"setNumberOfPes(int)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setNumberOfPes(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"setNumberOfPes(int)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setNumberOfPes(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setNumberOfVms(int)"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"setNumInstances(int)"},{"p":"org.iquantum.fog.utils","c":"CanBeSentResult","l":"setNwLoad(double)"},{"p":"org.iquantum.fog.utils","c":"ResourceUsageDetails","l":"setNwTrafficIntensity(double)"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"setOccupied(boolean)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"setOriginalPingSize(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setOs(String)","u":"setOs(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setOs(String)","u":"setOs(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setOs(String)","u":"setOs(java.lang.String)"},{"p":"org.iquantum.utils","c":"Log","l":"setOutput(OutputStream)","u":"setOutput(java.io.OutputStream)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setOverBookingfactor(double)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setOwnerName(String)","u":"setOwnerName(java.lang.String)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setOwnerName(String)","u":"setOwnerName(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setParentId(int)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerSpaceShared","l":"setPeAllocationMap(Map>)","u":"setPeAllocationMap(java.util.Map)"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"setPeAllocationMap(Map>)","u":"setPeAllocationMap(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setPeList(List)","u":"setPeList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setPeList(List)","u":"setPeList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"setPeList(List)","u":"setPeList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"setPeList(List)","u":"setPeList(java.util.List)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setPeList(List)","u":"setPeList(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"setPeList(List)","u":"setPeList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"setPeMap(Map>)","u":"setPeMap(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"setPeMap(Map>)","u":"setPeMap(java.util.Map)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"setPeMap(Map>)","u":"setPeMap(java.util.Map)"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"setPeProvisioner(PeProvisioner)","u":"setPeProvisioner(org.iquantum.provisioners.PeProvisioner)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"setPeriodic(boolean)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"setPeriodicity(double)"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"setPes(int)"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"setPes(int)"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"setPes(long)"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"setPes(long)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"setPesInUse(int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"setPesInUse(int)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"setPesInUse(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setPeStatus(int, int)","u":"setPeStatus(int,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setPeStatus(int, int)","u":"setPeStatus(int,int)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setPeStatus(int, int)","u":"setPeStatus(int,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setPeStatus(int, int, int)","u":"setPeStatus(int,int,int)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setPeStatus(int, int, int)","u":"setPeStatus(int,int,int)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setPeStatus(int, int, int)","u":"setPeStatus(int,int,int)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"setPeStatus(List, int, int)","u":"setPeStatus(java.util.List,int,int)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"setPeStatus(List, int, int)","u":"setPeStatus(java.util.List,int,int)"},{"p":"org.iquantum.lists","c":"PeList","l":"setPeStatus(List, int, int)","u":"setPeStatus(java.util.List,int,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"setPeStatus(List, int, int, int)","u":"setPeStatus(java.util.List,int,int,int)"},{"p":"org.iquantum.lists","c":"HostList","l":"setPeStatus(List, int, int, int)","u":"setPeStatus(java.util.List,int,int,int)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"setPeTable(Map>)","u":"setPeTable(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"setPeTable(Map>)","u":"setPeTable(java.util.Map)"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"setPeTable(Map>)","u":"setPeTable(java.util.Map)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"setPeTable(Map>)","u":"setPeTable(java.util.Map)"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"setPlaced(boolean)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"setPlacementRequests(List)","u":"setPlacementRequests(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setPower(double)"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"setPower(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerHost","l":"setPowerModel(PowerModel)","u":"setPowerModel(org.iquantum.power.models.PowerModel)"},{"p":"org.iquantum.power","c":"PowerHost","l":"setPowerModel(PowerModel)","u":"setPowerModel(org.iquantum.power.models.PowerModel)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setPreferredBackend(String)","u":"setPreferredBackend(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setPreviousTime(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"setPreviousTime(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"setPreviousTime(double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"setPreviousTime(double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"setPreviousTime(double)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"setPreviousTime(double)"},{"p":"org.iquantum.power","c":"PowerVm","l":"setPreviousTime(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"setPreviousUtilizationMips(double)"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"setPreviousUtilizationMips(double)"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"setQDatacenter(QDatacenter)","u":"setQDatacenter(org.iquantum.datacenters.QDatacenter)"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"setQDatacenter(QDatacenterExtended)","u":"setQDatacenter(org.iquantum.datacenters.QDatacenterExtended)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"setQDatacenterCharacteristicsList(Map)","u":"setQDatacenterCharacteristicsList(java.util.Map)"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"setQDatacenterCharacteristicsList(Map)","u":"setQDatacenterCharacteristicsList(java.util.Map)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"setQDatacenterCharacteristicsList(Map)","u":"setQDatacenterCharacteristicsList(java.util.Map)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"setQDatacenterIdList(List)","u":"setQDatacenterIdList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"setQDatacenterIdList(List)","u":"setQDatacenterIdList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"setQDatacenterIdList(List)","u":"setQDatacenterIdList(java.util.List)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setQNodeId(int)"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristics","l":"setQNodeList(List)","u":"setQNodeList(java.util.List)"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristicsExtended","l":"setQNodeList(List)","u":"setQNodeList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"setQNodeList(List)","u":"setQNodeList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"setQNodeList(List)","u":"setQNodeList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"setQNodeList(List)","u":"setQNodeList(java.util.List)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"setQTaskExecList(List)","u":"setQTaskExecList(java.util.List)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"setQTaskFailedList(List)","u":"setQTaskFailedList(java.util.List)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"setQTaskFinishedList(List)","u":"setQTaskFinishedList(java.util.List)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setQTaskFinishedSoFar(long)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setQTaskId(int)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"setQTaskList(List)","u":"setQTaskList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"setQTaskList(List)","u":"setQTaskList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"setQTaskList(List)","u":"setQTaskList(java.util.List)"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"setQTaskList(List)","u":"setQTaskList(java.util.List)"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"setQTaskList(List)","u":"setQTaskList(java.util.List)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"setQTaskPausedList(List)","u":"setQTaskPausedList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"setQTaskReceivedList(List)","u":"setQTaskReceivedList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"setQTaskReceivedList(List)","u":"setQTaskReceivedList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"setQTaskReceivedList(List)","u":"setQTaskReceivedList(java.util.List)"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"setQTaskScheduler(QTaskScheduler)","u":"setQTaskScheduler(org.iquantum.policies.qtasks.QTaskScheduler)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setQTaskStatus(int)"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"setQTaskStatus(int)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"setQTaskSubmittedList(List)","u":"setQTaskSubmittedList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"setQTaskSubmittedList(List)","u":"setQTaskSubmittedList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"setQTaskSubmittedList(List)","u":"setQTaskSubmittedList(java.util.List)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"setQTaskWaitingList(List)","u":"setQTaskWaitingList(java.util.List)"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"setQueryId(String)","u":"setQueryId(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"setRam(float)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"setRam(float)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setRam(float)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setRam(int)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setRam(int)"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"setRam(int)"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"setRam(int)"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"setRam(int)"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"setRam(int)"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"setRam(int)"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"setRam(int)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setRamProvisioner(RamProvisioner)","u":"setRamProvisioner(org.iquantum.provisioners.RamProvisioner)"},{"p":"org.iquantum.provisioners","c":"RamProvisionerSimple","l":"setRamTable(Map)","u":"setRamTable(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.utils","c":"RandomGaussian","l":"setRandom(Random)","u":"setRandom(java.util.Random)"},{"p":"org.iquantum.backends.classical.container.utils","c":"RandomGen","l":"setRandom(Random)","u":"setRandom(java.util.Random)"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"setRandom(Random)","u":"setRandom(java.util.Random)"},{"p":"org.iquantum.models","c":"UtilizationModelStochastic","l":"setRandomGenerator(Random)","u":"setRandomGenerator(java.util.Random)"},{"p":"org.iquantum.sdn","c":"Node","l":"setRank(int)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"setRank(int)"},{"p":"org.iquantum.sdn","c":"Switch","l":"setRank(int)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setRatePerMips(double)"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"setRatePerMips(double)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setReadOnly(boolean)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setReadOnly(boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setRegionalCisName(String)","u":"setRegionalCisName(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"setRegionalCisName(String)","u":"setRegionalCisName(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"setRegionalCISName(String)","u":"setRegionalCISName(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"setRegionalCISName(String)","u":"setRegionalCISName(java.lang.String)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setRegistrationId(int)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setRegistrationID(int)"},{"p":"org.iquantum.backends.classical","c":"HostStateHistoryEntry","l":"setRequestedMips(double)"},{"p":"org.iquantum.policies.vm","c":"VmStateHistoryEntry","l":"setRequestedMips(double)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setRequiredFiles(List)","u":"setRequiredFiles(java.util.List)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setReservationId(int)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"setResourceData(Pair>)","u":"setResourceData(org.apache.commons.math3.util.Pair)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setResourceID(int)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setResourceID(int)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setResourceParameter(int, double)","u":"setResourceParameter(int,double)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setResourceParameter(int, double)","u":"setResourceParameter(int,double)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setResourceParameter(int, double, double)","u":"setResourceParameter(int,double,double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationInterQuartileRange","l":"setSafetyParameter(double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"setSafetyParameter(double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation","l":"setSafetyParameter(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setSchedulingInterval(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setSchedulingInterval(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"setSchedulingInterval(double)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"setSchedulingInterval(double)"},{"p":"org.iquantum.models","c":"UtilizationModelPlanetLabInMemory","l":"setSchedulingInterval(double)"},{"p":"org.iquantum.power","c":"PowerVm","l":"setSchedulingInterval(double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"setSchedulingInterval(double)"},{"p":"org.iquantum.distributions","c":"UniformDistr","l":"setSeed(long)"},{"p":"org.iquantum.fog.application.selectivity","c":"FractionalSelectivity","l":"setSelectivity(double)"},{"p":"org.iquantum.fog.utils","c":"OperatorEdge","l":"setSelectivity(double)"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"setSelectivityMap(Map, SelectivityModel>)","u":"setSelectivityMap(java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setSelfCluster(Boolean)","u":"setSelfCluster(java.lang.Boolean)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setSensorName(String)","u":"setSensorName(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"PhysicalTopology","l":"setSensors(List)","u":"setSensors(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"setSensors(List)","u":"setSensors(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"setSensors(List)","u":"setSensors(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"setSensors(List)","u":"setSensors(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"setSensors(List)","u":"setSensors(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"setSensors(List)","u":"setSensors(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"setSensors(List)","u":"setSensors(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementOnlyCloud","l":"setSensors(List)","u":"setSensors(java.util.List)"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"setSensorType(String)","u":"setSensorType(java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"SensorModule","l":"setSensorType(String)","u":"setSensorType(java.lang.String)"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"setSensorType(String)","u":"setSensorType(java.lang.String)"},{"p":"org.iquantum.core","c":"SimEvent","l":"setSerial(long)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"setServiceDiscoveryInfor(Pair)","u":"setServiceDiscoveryInfor(org.apache.commons.math3.util.Pair)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setSimulationStartTime(long)"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"setSize(int)"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"setSize(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setSize(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setSize(long)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setSize(long)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"setSize(long)"},{"p":"org.iquantum.network","c":"Packet","l":"setSize(long)"},{"p":"org.iquantum.core","c":"SimEvent","l":"setSource(int)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"setSource(String)","u":"setSource(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setSourceDeviceId(int)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setSourceModuleId(int)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setSouthLinkBusy(boolean)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setSouthTupleQueue(Queue>)","u":"setSouthTupleQueue(java.util.Queue)"},{"p":"org.iquantum.fog.application","c":"Application","l":"setSpecialPlacementInfo(String, String)","u":"setSpecialPlacementInfo(java.lang.String,java.lang.String)"},{"p":"org.iquantum.fog.utils","c":"OperatorEdge","l":"setSrc(String)","u":"setSrc(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setSrcModuleName(String)","u":"setSrcModuleName(java.lang.String)"},{"p":"org.iquantum.sdn","c":"Package","l":"setStartTime(double)"},{"p":"org.iquantum.core","c":"SimEntity","l":"setState(int)"},{"p":"org.iquantum.fog.utils","c":"FogLinearPowerModel","l":"setStaticPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelCubic","l":"setStaticPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelLinear","l":"setStaticPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelSqrt","l":"setStaticPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelSquare","l":"setStaticPower(double)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"setStatus(int)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"setStatus(int)"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"setStatus(int)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"setStatusBusy()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"setStatusBusy()"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"setStatusBusy()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"setStatusFailed()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"setStatusFailed()"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"setStatusFailed()"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"setStatusFailed(List, boolean)","u":"setStatusFailed(java.util.List,boolean)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"setStatusFailed(List, boolean)","u":"setStatusFailed(java.util.List,boolean)"},{"p":"org.iquantum.lists","c":"PeList","l":"setStatusFailed(List, boolean)","u":"setStatusFailed(java.util.List,boolean)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"setStatusFailed(List, String, int, boolean)","u":"setStatusFailed(java.util.List,java.lang.String,int,boolean)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"setStatusFailed(List, String, int, boolean)","u":"setStatusFailed(java.util.List,java.lang.String,int,boolean)"},{"p":"org.iquantum.lists","c":"PeList","l":"setStatusFailed(List, String, int, boolean)","u":"setStatusFailed(java.util.List,java.lang.String,int,boolean)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"setStatusFree()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"setStatusFree()"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"setStatusFree()"},{"p":"org.iquantum.fog.utils.distribution","c":"NormalDistribution","l":"setStdDev(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setStorage(long)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setStorage(long)"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"setStorage(long)"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"setStorage(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setStorageList(List)","u":"setStorageList(java.util.List)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"setStorageList(List)","u":"setStorageList(java.util.List)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setSubmissionTime(double)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setSubmissionTime(double)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"setTag(int)"},{"p":"org.iquantum.backends.classical","c":"HostStateHistoryEntry","l":"setTime(double)"},{"p":"org.iquantum.policies.vm","c":"VmStateHistoryEntry","l":"setTime(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setTimeZone(double)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setTimeZone(double)"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristics","l":"setTimeZone(double)"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristicsExtended","l":"setTimeZone(double)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setTimeZone(double)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setTotalCost(double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"setTotalMips(double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"setTotalMips(double)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setTransactionTime(double)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setTransmissionStartDelay(int)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setTransmitDistribution(Distribution)","u":"setTransmitDistribution(org.iquantum.fog.utils.distribution.Distribution)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setTraversedMicroservices(Map)","u":"setTraversedMicroservices(java.util.Map)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"setTupleCpuLength(double)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setTupleIdToCpuStartTime(Map)","u":"setTupleIdToCpuStartTime(java.util.Map)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"setTupleNwLength(double)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"setTupleType(String)","u":"setTupleType(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setTupleType(String)","u":"setTupleType(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setTupleType(String)","u":"setTupleType(java.lang.String)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setTupleTypeToAverageCpuTime(Map)","u":"setTupleTypeToAverageCpuTime(java.util.Map)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setTupleTypeToExecutedTupleCount(Map)","u":"setTupleTypeToExecutedTupleCount(java.util.Map)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setType(int)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setType(int)"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setUid(String)","u":"setUid(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setUid(String)","u":"setUid(java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setUid(String)","u":"setUid(java.lang.String)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddActuator","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddActuatorModule","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddApplicationModule","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddFogDevice","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddPhysicalNode","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddSensor","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddSensorModule","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddVirtualNode","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.sdn.graph.dialog","c":"AddPhysicalNode","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.sdn.graph.dialog","c":"AddVirtualNode","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"setUnderAllocatedMips(Map)","u":"setUnderAllocatedMips(java.util.Map)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"setUnderAllocatedMips(Map)","u":"setUnderAllocatedMips(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelectionUnderUtilizedAdded","l":"setUnderUtilizationThr(double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"setUnderUtilizationThreshold(double)"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"SETUP_TIME"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"setUpBw(long)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setUpdateTime(double)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setUpdateTime(double)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setUplinkBandwidth(double)"},{"p":"org.iquantum.fog.utils","c":"ResourceUsageDetails","l":"setUplinkBandwidth(double)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setUplinkLatency(double)"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"setUpports(int)"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"setUpports(int)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setUsedBw(Map)","u":"setUsedBw(java.util.Map)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setUsedBw(Map)","u":"setUsedBw(java.util.Map)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"setUsedBw(Map)","u":"setUsedBw(java.util.Map)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setUsedMips(Map)","u":"setUsedMips(java.util.Map)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setUsedMips(Map)","u":"setUsedMips(java.util.Map)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"setUsedMips(Map)","u":"setUsedMips(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"setUsedPes(Map)","u":"setUsedPes(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"setUsedPes(Map)","u":"setUsedPes(java.util.Map)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"setUsedPes(Map)","u":"setUsedPes(java.util.Map)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"setUsedPes(Map)","u":"setUsedPes(java.util.Map)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setUsedPes(Map)","u":"setUsedPes(java.util.Map)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setUsedPes(Map)","u":"setUsedPes(java.util.Map)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"setUsedPes(Map)","u":"setUsedPes(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setUserId(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setUserId(int)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setUserId(int)"},{"p":"org.iquantum.fog.application","c":"Application","l":"setUserId(int)"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"setUserId(int)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setUserId(int)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setUserId(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"setUtilizationMips(double)"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"setUtilizationMips(double)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setUtilizationModelBw(UtilizationModel)","u":"setUtilizationModelBw(org.iquantum.models.UtilizationModel)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setUtilizationModelCpu(UtilizationModel)","u":"setUtilizationModelCpu(org.iquantum.models.UtilizationModel)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setUtilizationModelRam(UtilizationModel)","u":"setUtilizationModelRam(org.iquantum.models.UtilizationModel)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"setUtilizationThreshold(double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThreshold","l":"setUtilizationThreshold(double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMC","l":"setUtilizationThreshold(double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMCUnderUtilized","l":"setUtilizationThreshold(double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationStaticThreshold","l":"setUtilizationThreshold(double)"},{"p":"org.iquantum.fog.utils.distribution","c":"DeterministicDistribution","l":"setValue(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setVm(ContainerVm)","u":"setVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setVmAllocationPolicy(ContainerVmAllocationPolicy)","u":"setVmAllocationPolicy(org.iquantum.backends.classical.container.resourceAllocators.ContainerVmAllocationPolicy)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"setVmAllocationPolicy(VmAllocationPolicy)","u":"setVmAllocationPolicy(org.iquantum.policies.vm.VmAllocationPolicy)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"setVmBw(long)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setVmId(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setVmList(List)","u":"setVmList(java.util.List)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setVmList(List)","u":"setVmList(java.util.List)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"setVmList(List)","u":"setVmList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setVmList(List)","u":"setVmList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setVmm(String)","u":"setVmm(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setVmm(String)","u":"setVmm(java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setVmm(String)","u":"setVmm(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setVmm(String)","u":"setVmm(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setVmm(String)","u":"setVmm(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setVmMigrationCount(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setVmMigrationWriter(CostumeCSVWriter)","u":"setVmMigrationWriter(org.iquantum.backends.classical.container.utils.CostumeCSVWriter)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setVmsAcks(int)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setVmsAcks(int)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setVmsAcks(int)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setVmScheduler(VmScheduler)","u":"setVmScheduler(org.iquantum.policies.vm.VmScheduler)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setVmsCreatedList(List)","u":"setVmsCreatedList(java.util.List)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setVmsCreatedList(List)","u":"setVmsCreatedList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setVmsCreatedList(List)","u":"setVmsCreatedList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setVmsDestroyed(int)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setVmsDestroyed(int)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setVmsDestroyed(int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"setVmSelectionPolicy(PowerContainerVmSelectionPolicy)","u":"setVmSelectionPolicy(org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"setVmSelectionPolicy(PowerVmSelectionPolicy)","u":"setVmSelectionPolicy(org.iquantum.power.PowerVmSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"setVmsMigratingIn(List)","u":"setVmsMigratingIn(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"setVmsMigratingIn(List)","u":"setVmsMigratingIn(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"setVmsMigratingOut(List)","u":"setVmsMigratingOut(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"setVmsMigratingOut(List)","u":"setVmsMigratingOut(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setVmsRequested(int)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setVmsRequested(int)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setVmsRequested(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setVmsToDatacentersMap(Map)","u":"setVmsToDatacentersMap(java.util.Map)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setVmsToDatacentersMap(Map)","u":"setVmsToDatacentersMap(java.util.Map)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setVmsToDatacentersMap(Map)","u":"setVmsToDatacentersMap(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"setVmTable(Map)","u":"setVmTable(java.util.Map)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"setVmTable(Map)","u":"setVmTable(java.util.Map)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"setVmTable(Map)","u":"setVmTable(java.util.Map)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setVmTable(Map)","u":"setVmTable(java.util.Map)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setVmTable(Map)","u":"setVmTable(java.util.Map)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"setVmTable(Map)","u":"setVmTable(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setWorkloadMips(double)"},{"p":"org.iquantum.fog.gui.core","c":"Coordinates","l":"setX(int)"},{"p":"org.iquantum.sdn.graph.core","c":"Coordinates","l":"setX(int)"},{"p":"org.iquantum.fog.gui.core","c":"Coordinates","l":"setY(int)"},{"p":"org.iquantum.sdn.graph.core","c":"Coordinates","l":"setY(int)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"shareResourceDataAmongClusterNodes()"},{"p":"org.iquantum.fog.utils","c":"ShortestPathRoutingGenerator","l":"ShortestPathRoutingGenerator()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"shutdownEntity()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"shutdownEntity()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"shutdownEntity()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"shutdownEntity()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"shutdownEntity()"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"shutdownEntity()"},{"p":"org.iquantum.core","c":"iQuantumShutdown","l":"shutdownEntity()"},{"p":"org.iquantum.core","c":"ResourceInformationService","l":"shutdownEntity()"},{"p":"org.iquantum.core","c":"SimEntity","l":"shutdownEntity()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"shutdownEntity()"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"shutdownEntity()"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"shutdownEntity()"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"shutdownEntity()"},{"p":"org.iquantum.fog.entities","c":"FogBrokerC","l":"shutdownEntity()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"shutdownEntity()"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"shutdownEntity()"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"shutdownEntity()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"shutdownEntity()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"shutdownEntity()"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"shutdownEntity()"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"shutdownEntity()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"shutdownEntity()"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"shutdownEntity()"},{"p":"org.iquantum.sdn.example","c":"SDNBroker","l":"shutdownEntity()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"shutdownEntity()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"shutdownEntity()"},{"p":"org.iquantum.sdn","c":"Switch","l":"shutdownEntity()"},{"p":"org.iquantum.core","c":"ResourceInformationService","l":"signalShutdown(Collection)","u":"signalShutdown(java.util.Collection)"},{"p":"org.iquantum.core","c":"iQuantum","l":"SIM_ANY"},{"p":"org.iquantum.core","c":"iQuantum","l":"SIM_NONE"},{"p":"org.iquantum.core","c":"SimEntity","l":"SimEntity(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.core","c":"SimEvent","l":"SimEvent()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.example","c":"SimpleNetworkOperatingSystem","l":"SimpleNetworkOperatingSystem(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDNExample","l":"simulate()"},{"p":"org.iquantum.fog.utils","c":"MicroservicePlacementConfig","l":"SIMULATION_MODE"},{"p":"org.iquantum.core","c":"DeferredQueue","l":"size()"},{"p":"org.iquantum.core","c":"FutureQueue","l":"size()"},{"p":"org.iquantum.lists","c":"CloudletList","l":"sort(List)","u":"sort(java.util.List)"},{"p":"org.iquantum.lists","c":"QTaskList","l":"sort(List)","u":"sort(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"sortByCpuUtilization(List)","u":"sortByCpuUtilization(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"PowerContainerList","l":"sortByCpuUtilization(List)","u":"sortByCpuUtilization(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"PowerContainerVmList","l":"sortByCpuUtilization(List)","u":"sortByCpuUtilization(java.util.List)"},{"p":"org.iquantum.power.lists","c":"PowerVmList","l":"sortByCpuUtilization(List)","u":"sortByCpuUtilization(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"sortByCpuUtilizationDescending(List)","u":"sortByCpuUtilizationDescending(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"southTupleQueue"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"SPACE_SHARED"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"SPACE_SHARED"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"SPACE_SHARED"},{"p":"org.iquantum.fog.application","c":"Application","l":"specialPlacementInfo"},{"p":"org.iquantum.fog.gui.core","c":"SpringUtilities","l":"SpringUtilities()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.core","c":"SpringUtilities","l":"SpringUtilities()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"stages"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"START_DYNAMIC_CLUSTERING"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VMRequestRandomGenerator","l":"start()"},{"p":"org.iquantum.utils","c":"ExecutionTimeMeasurer","l":"start(String)","u":"start(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"startEntity()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"startEntity()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"startEntity()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"startEntity()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"startEntity()"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"startEntity()"},{"p":"org.iquantum.core","c":"iQuantumShutdown","l":"startEntity()"},{"p":"org.iquantum.core","c":"ResourceInformationService","l":"startEntity()"},{"p":"org.iquantum.core","c":"SimEntity","l":"startEntity()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"startEntity()"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"startEntity()"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"startEntity()"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"startEntity()"},{"p":"org.iquantum.fog.entities","c":"FogBrokerC","l":"startEntity()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"startEntity()"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"startEntity()"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"startEntity()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"startEntity()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"startEntity()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"startEntity()"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"startEntity()"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"startEntity()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"startEntity()"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"startEntity()"},{"p":"org.iquantum.sdn.example","c":"SDNBroker","l":"startEntity()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"startEntity()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"startEntity()"},{"p":"org.iquantum.sdn","c":"Switch","l":"startEntity()"},{"p":"org.iquantum.core","c":"iQuantum","l":"startSimulation()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"starttime"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy.HistoryEntry","l":"startTime"},{"p":"org.iquantum.sdn.power","c":"PowerUtilizationHistoryEntry","l":"startTime"},{"p":"org.iquantum.sdn","c":"Switch.HistoryEntry","l":"startTime"},{"p":"org.iquantum.utils","c":"MathUtil","l":"stDev(List)","u":"stDev(java.util.List)"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"STOP_SIMULATION"},{"p":"org.iquantum.core","c":"iQuantum","l":"stopSimulation()"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"STORAGE"},{"p":"org.iquantum.fog.scheduler","c":"StreamOperatorScheduler","l":"StreamOperatorScheduler(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"submitApplication(Application, int, ModulePlacement)","u":"submitApplication(org.iquantum.fog.application.Application,int,org.iquantum.fog.placement.ModulePlacement)"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"submitApplication(Application, int, ModulePlacement)","u":"submitApplication(org.iquantum.fog.application.Application,int,org.iquantum.fog.placement.ModulePlacement)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"submitApplication(Application, int, ModulePlacement)","u":"submitApplication(org.iquantum.fog.application.Application,int,org.iquantum.fog.placement.ModulePlacement)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"submitApplication(Application, ModulePlacement)","u":"submitApplication(org.iquantum.fog.application.Application,org.iquantum.fog.placement.ModulePlacement)"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"submitApplication(Application, ModulePlacement)","u":"submitApplication(org.iquantum.fog.application.Application,org.iquantum.fog.placement.ModulePlacement)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"submitApplication(Application, ModulePlacement)","u":"submitApplication(org.iquantum.fog.application.Application,org.iquantum.fog.placement.ModulePlacement)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"submitCloudletList(List)","u":"submitCloudletList(java.util.List)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"submitCloudletList(List)","u":"submitCloudletList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"submitCloudletList(List)","u":"submitCloudletList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"submitCloudlets()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"submitCloudlets()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"submitContainerList(List)","u":"submitContainerList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"submitContainers()"},{"p":"org.iquantum.sdn.example","c":"SDNBroker","l":"submitDeployApplication(SDNDatacenter, String)","u":"submitDeployApplication(org.iquantum.sdn.SDNDatacenter,java.lang.String)"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"submitGroupWorkloads(SDNBroker, int, int, String, String)","u":"submitGroupWorkloads(org.iquantum.sdn.example.SDNBroker,int,int,java.lang.String,java.lang.String)"},{"p":"org.iquantum.sdn.example","c":"Workload","l":"submitPktSize"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"submitPlacementRequests(List, int)","u":"submitPlacementRequests(java.util.List,int)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"submitPlacementRequests(List, int)","u":"submitPlacementRequests(java.util.List,int)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"submitQTaskList(List)","u":"submitQTaskList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"submitQTaskList(List)","u":"submitQTaskList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"submitQTaskList(List)","u":"submitQTaskList(java.util.List)"},{"p":"org.iquantum.sdn","c":"Middlebox","l":"submitRequest(Request)","u":"submitRequest(org.iquantum.sdn.Request)"},{"p":"org.iquantum.sdn.example","c":"SDNBroker","l":"submitRequests(String)","u":"submitRequests(java.lang.String)"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"submitTasks(List, List)","u":"submitTasks(java.util.List,java.util.List)"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"submitTasks(List, List)","u":"submitTasks(java.util.List,java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"submittime"},{"p":"org.iquantum.sdn.example","c":"Workload","l":"submitVmId"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"submitVmList(List)","u":"submitVmList(java.util.List)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"submitVmList(List)","u":"submitVmList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"submitVmList(List)","u":"submitVmList(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"submitWorkloads(SDNBroker)","u":"submitWorkloads(org.iquantum.sdn.example.SDNBroker)"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"subscribeActuator(int, String)","u":"subscribeActuator(int,java.lang.String)"},{"p":"org.iquantum.tasks","c":"CTask","l":"SUCCESS"},{"p":"org.iquantum.tasks","c":"QTask","l":"SUCCESS"},{"p":"org.iquantum.utils","c":"MathUtil","l":"sum(List)","u":"sum(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"sw"},{"p":"org.iquantum.sdn","c":"Switch","l":"Switch(String, int, long, int, int, NetworkOperatingSystem)","u":"%3Cinit%3E(java.lang.String,int,long,int,int,org.iquantum.sdn.NetworkOperatingSystem)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"Switch(String, int, NetworkCDatacenter)","u":"%3Cinit%3E(java.lang.String,int,org.iquantum.network.datacenter.NetworkCDatacenter)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"switches"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"switching_delay"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"SwitchingDelayAgg"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"SwitchingDelayEdge"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"SwitchingDelayRoot"},{"p":"org.iquantum.network.datacenter","c":"NetworkCDatacenter","l":"Switchlist"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"SwitchNode()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"SwitchNode()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"SwitchNode(String, String, long, int, int, long)","u":"%3Cinit%3E(java.lang.String,java.lang.String,long,int,int,long)"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"SwitchNode(String, String, long, int, int, long)","u":"%3Cinit%3E(java.lang.String,java.lang.String,long,int,int,long)"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"tabSize"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDNExample","l":"tabSize"},{"p":"org.iquantum.network.datacenter","c":"TaskStage","l":"TaskStage(int, double, double, double, long, int, int)","u":"%3Cinit%3E(int,double,double,double,long,int,int)"},{"p":"org.iquantum.sdn","c":"Channel","l":"terminate()"},{"p":"org.iquantum.core","c":"iQuantum","l":"terminateSimulation()"},{"p":"org.iquantum.core","c":"iQuantum","l":"terminateSimulation(double)"},{"p":"org.iquantum.sdn.example","c":"Workload","l":"time"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"TIME_SHARED"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"TIME_SHARED"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"TIME_SHARED"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"timeCommunicate"},{"p":"org.iquantum.sdn","c":"TimedVm","l":"TimedVm(int, int, double, int, int, long, long, String, CloudletScheduler)","u":"%3Cinit%3E(int,int,double,int,int,long,long,java.lang.String,org.iquantum.policies.ctasks.CloudletScheduler)"},{"p":"org.iquantum.sdn","c":"TimedVm","l":"TimedVm(int, int, double, int, int, long, long, String, CloudletScheduler, double, double)","u":"%3Cinit%3E(int,int,double,int,int,long,long,java.lang.String,org.iquantum.policies.ctasks.CloudletScheduler,double,double)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"timespentInStage"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"timetostartStage"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"timeUnit"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"toClient"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"toJsonString()"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"toJsonString()"},{"p":"org.iquantum.network","c":"TopologicalGraph","l":"TopologicalGraph()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network","c":"TopologicalLink","l":"TopologicalLink(int, int, float, float)","u":"%3Cinit%3E(int,int,float,float)"},{"p":"org.iquantum.network","c":"TopologicalNode","l":"TopologicalNode(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.network","c":"TopologicalNode","l":"TopologicalNode(int, int, int)","u":"%3Cinit%3E(int,int,int)"},{"p":"org.iquantum.network","c":"TopologicalNode","l":"TopologicalNode(int, String, int, int)","u":"%3Cinit%3E(int,java.lang.String,int,int)"},{"p":"org.iquantum.fog.application","c":"DAG","l":"topologicalSort()"},{"p":"org.iquantum.fog.application","c":"DAG","l":"topologicalSortUtil(String, Map, Stack)","u":"topologicalSortUtil(java.lang.String,java.util.Map,java.util.Stack)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"topology"},{"p":"org.iquantum.core","c":"SimEvent","l":"toString()"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorGui","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorModule","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"AppModule","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"Coordinates","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"SensorModule","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"toString()"},{"p":"org.iquantum.network","c":"DelayMatrix_Float","l":"toString()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"toString()"},{"p":"org.iquantum.network","c":"Packet","l":"toString()"},{"p":"org.iquantum.network","c":"TopologicalGraph","l":"toString()"},{"p":"org.iquantum.sdn","c":"Channel","l":"toString()"},{"p":"org.iquantum.sdn.graph.core","c":"Coordinates","l":"toString()"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"toString()"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"toString()"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"toString()"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"toString()"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"toString()"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"toString()"},{"p":"org.iquantum.sdn","c":"Link","l":"toString()"},{"p":"org.iquantum.sdn","c":"Package","l":"toString()"},{"p":"org.iquantum.sdn","c":"Request","l":"toString()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"toString()"},{"p":"org.iquantum.sdn","c":"Switch","l":"toString()"},{"p":"org.iquantum.sdn","c":"Transmission","l":"toString()"},{"p":"org.iquantum.utils.datacloud","c":"ParameterException","l":"toString()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"totalCost"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"totaldatatransfer"},{"p":"org.iquantum.fog.test.perfeval","c":"TranslationServiceFog_Clustering","l":"TranslationServiceFog_Clustering()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.test.perfeval","c":"TranslationServiceFog_RandomMobility_Clustering","l":"TranslationServiceFog_RandomMobility_Clustering()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.test.perfeval","c":"TranslationServiceFog_RandomMobility","l":"TranslationServiceFog_RandomMobility()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.test.perfeval","c":"TranslationServiceFog","l":"TranslationServiceFog()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.utils","c":"Config","l":"TRANSMISSION_START_DELAY"},{"p":"org.iquantum.sdn","c":"Transmission","l":"Transmission(int, int, long, int, Request)","u":"%3Cinit%3E(int,int,long,int,org.iquantum.sdn.Request)"},{"p":"org.iquantum.sdn","c":"Transmission","l":"Transmission(Package)","u":"%3Cinit%3E(org.iquantum.sdn.Package)"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"TRANSMIT_PR"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"transmit()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"traversedMicroservices"},{"p":"org.iquantum.utils","c":"MathUtil","l":"trimZeroTail(double[])"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"TRUE"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"TUPLE_ACK"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"TUPLE_ARRIVAL"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"TUPLE_FINISHED"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"Tuple(String, int, int, long, int, long, long, UtilizationModel, UtilizationModel, UtilizationModel)","u":"%3Cinit%3E(java.lang.String,int,int,long,int,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"tupleEndedExecution(Tuple)","u":"tupleEndedExecution(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"TupleFinishDetails(String, int, double, double, String)","u":"%3Cinit%3E(java.lang.String,int,double,double,java.lang.String)"},{"p":"org.iquantum.fog.scheduler","c":"TupleScheduler","l":"TupleScheduler(double, int)","u":"%3Cinit%3E(double,int)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"tupleStartedExecution(Tuple)","u":"tupleStartedExecution(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.fog.test.perfeval","c":"TwoApps","l":"TwoApps()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"type"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"TYPE_RAW_DATA"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"TYPE_RECONSTRUCTED_DATA"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"TYPE_TAG_DATA"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"TYPE_UNKOWN"},{"p":"org.iquantum.core","c":"SimEvent","l":"type()"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"UNIFORM"},{"p":"org.iquantum.distributions","c":"UniformDistr","l":"UniformDistr(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.distributions","c":"UniformDistr","l":"UniformDistr(double, double, long)","u":"%3Cinit%3E(double,double,long)"},{"p":"org.iquantum.fog.utils.distribution","c":"UniformDistribution","l":"UniformDistribution(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"unmapNode(int)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"UP"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"UPDATE_CLUSTER_TUPLE_QUEUE"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"UPDATE_NORTH_TUPLE_QUEUE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"UPDATE_QTASK_PROCESSING"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"UPDATE_RESOURCE_INFO"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"UPDATE_RESOURCE_USAGE"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"UPDATE_SERVICE_DISCOVERY"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"UPDATE_SOUTH_TUPLE_QUEUE"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"updateActiveApplications(SimEvent)","u":"updateActiveApplications(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"updateAllocatedMips(String)","u":"updateAllocatedMips(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"updateCloudetProcessingWithoutSchedulingFutureEvents()"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"updateCloudetProcessingWithoutSchedulingFutureEvents()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"updateCloudetProcessingWithoutSchedulingFutureEventsForce()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"updateCloudetProcessingWithoutSchedulingFutureEventsForce()"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"updateCloudetProcessingWithoutSchedulingFutureEventsForce()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"updateCloudletFinishedSoFar(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"updateCloudletProcessing()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"updateCloudletProcessing()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"updateCloudletProcessing()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"updateCloudletProcessing()"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"updateCloudletProcessing()"},{"p":"org.iquantum.power","c":"PowerCDatacenterNonPowerAware","l":"updateCloudletProcessing()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"updateCloudTraffic()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"updateContainerProcessing(double, List)","u":"updateContainerProcessing(double,java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"updateContainerProcessing(double, List)","u":"updateContainerProcessing(double,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"updateContainerProcessing(double, List)","u":"updateContainerProcessing(double,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"updateContainerProcessing(double, List)","u":"updateContainerProcessing(double,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"updateContainerProcessing(double, List)","u":"updateContainerProcessing(double,java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"updateContainersProcessing(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"updateContainerVmsProcessing(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"updateContainerVmsProcessing(double)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"updateModuleInstanceCount(SimEvent)","u":"updateModuleInstanceCount(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"updateModuleInstanceCount(SimEvent)","u":"updateModuleInstanceCount(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.sdn","c":"Node","l":"updateNetworkUtilization()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"updateNetworkUtilization()"},{"p":"org.iquantum.sdn","c":"Switch","l":"updateNetworkUtilization()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"updateNorthTupleQueue()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"updateNumberOfVmsContainers()"},{"p":"org.iquantum.sdn","c":"Channel","l":"updatePackageProcessing()"},{"p":"org.iquantum.fog.gui.dialog","c":"AddSensor","l":"updatePanel(String)","u":"updatePanel(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"updatePeProvisioning()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"updatePeProvisioning()"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"updatePeProvisioning()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"updateQNodeProcessing(double, double)","u":"updateQNodeProcessing(double,double)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"updateQNodeProcessing(double, double)","u":"updateQNodeProcessing(double,double)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"updateQNodeProcessing(double, double)","u":"updateQNodeProcessing(double,double)"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"updateQTaskFinishedSoFar(long)"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"updateQTaskProcessing(double)"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"updateQTaskProcessing(double)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"updateResourceInfo(int, Map)","u":"updateResourceInfo(int,java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"updateResources(int, String, double)","u":"updateResources(int,java.lang.String,double)"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"updateResources(Map>)","u":"updateResources(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"updateResources(Map>)","u":"updateResources(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"MicroservicePlacementLogic","l":"updateResources(Map>)","u":"updateResources(java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"updateRoutingTable(int, int)","u":"updateRoutingTable(int,int)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"updateServiceDiscovery(SimEvent)","u":"updateServiceDiscovery(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"updateSouthTupleQueue()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"updateTimings(String, String)","u":"updateTimings(java.lang.String,java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"updateTimingsOnReceipt(Tuple)","u":"updateTimingsOnReceipt(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"updateTimingsOnSending(Tuple)","u":"updateTimingsOnSending(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"updateUnderAllocatedMipsForCloudlet(ResCTask, double)","u":"updateUnderAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"updateUnderAllocatedMipsForCloudlet(ResCTask, double)","u":"updateUnderAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"updateVmProcessing(double, List)","u":"updateVmProcessing(double,java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"updateVmProcessing(double, List)","u":"updateVmProcessing(double,java.util.List)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"updateVmProcessing(double, List)","u":"updateVmProcessing(double,java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"updateVmProcessing(double, List)","u":"updateVmProcessing(double,java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"updateVmProcessing(double, List)","u":"updateVmProcessing(double,java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"updateVmProcessing(double, List)","u":"updateVmProcessing(double,java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"updateVmProcessing(double, List)","u":"updateVmProcessing(double,java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"updateVmProcessing(double, List)","u":"updateVmProcessing(double,java.util.List)"},{"p":"org.iquantum.power","c":"PowerVm","l":"updateVmProcessing(double, List)","u":"updateVmProcessing(double,java.util.List)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"updateVmsProcessing(double)"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"updateVmsProcessing(double)"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"updateVmsProcessing(double)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"uplinkbandwidth"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"uplinkBandwidth"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"uplinkLatency"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"uplinkswitches"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"uplinkswitchpktlist"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy.HistoryEntry","l":"usedMips"},{"p":"org.iquantum.sdn.power","c":"PowerUtilizationHistoryEntry","l":"usedMips"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"usedPes"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"usedPes"},{"p":"org.iquantum.fog.utils","c":"FogUtils","l":"USER_ID"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"USER_MAPPING"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"userId"},{"p":"org.iquantum.fog.mobilitydata","c":"DataParser","l":"usersLocation"},{"p":"org.iquantum.models","c":"UtilizationModelFull","l":"UtilizationModelFull()","u":"%3Cinit%3E()"},{"p":"org.iquantum.models","c":"UtilizationModelNull","l":"UtilizationModelNull()","u":"%3Cinit%3E()"},{"p":"org.iquantum.models","c":"UtilizationModelPlanetLabInMemory","l":"UtilizationModelPlanetLabInMemory(String, double)","u":"%3Cinit%3E(java.lang.String,double)"},{"p":"org.iquantum.models","c":"UtilizationModelPlanetLabInMemory","l":"UtilizationModelPlanetLabInMemory(String, double, int)","u":"%3Cinit%3E(java.lang.String,double,int)"},{"p":"org.iquantum.models","c":"UtilizationModelStochastic","l":"UtilizationModelStochastic()","u":"%3Cinit%3E()"},{"p":"org.iquantum.models","c":"UtilizationModelStochastic","l":"UtilizationModelStochastic(long)","u":"%3Cinit%3E(long)"},{"p":"org.iquantum.utils","c":"MathUtil","l":"variance(List)","u":"variance(java.util.List)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGenerator","l":"VirtualTopologyGenerator()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGeneratorVmTypes","l":"VirtualTopologyGeneratorVmTypes()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_BROKER_EVENT"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_CREATE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_CREATE_ACK"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_DATA_ADD"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_DATA_ADD_ACK"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_DATA_DEL"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_DATA_DEL_ACK"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_DATACENTER_EVENT"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_DESTROY"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_DESTROY_ACK"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_MIGRATE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_MIGRATE_ACK"},{"p":"org.iquantum.backends.classical.container.core","c":"containeriQuantumTags","l":"VM_NEW_CREATE"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"Vm(int, int, double, int, int, long, long, String, CloudletScheduler)","u":"%3Cinit%3E(int,int,double,int,int,long,long,java.lang.String,org.iquantum.policies.ctasks.CloudletScheduler)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicy","l":"VmAllocationPolicy(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedLeastFullFirst","l":"VmAllocationPolicyCombinedLeastFullFirst(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedLeastFullFirst","l":"VmAllocationPolicyCombinedLeastFullFirst(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"VmAllocationPolicyCombinedMostFullFirst(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"VmAllocationPolicyCombinedMostFullFirst(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyMipsLeastFullFirst","l":"VmAllocationPolicyMipsLeastFullFirst(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyMipsLeastFullFirst","l":"VmAllocationPolicyMipsLeastFullFirst(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyMipsMostFullFirst","l":"VmAllocationPolicyMipsMostFullFirst(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyMipsMostFullFirst","l":"VmAllocationPolicyMipsMostFullFirst(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"VmAllocationPolicyOverbooking(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"VmAllocationPolicySimple(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"vmBw"},{"p":"org.iquantum.backends.classical","c":"Host","l":"vmCreate(Vm)","u":"vmCreate(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"vmDeallocate(Vm)","u":"vmDeallocate(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"vmDeallocateAll()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"vmDestroy(Vm)","u":"vmDestroy(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"vmDestroyAll()"},{"p":"org.iquantum.tasks","c":"CTask","l":"vmId"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"vmList"},{"p":"org.iquantum.brokers","c":"CBroker","l":"vmList"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"vmList"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"Vmlist"},{"p":"org.iquantum.lists","c":"VmList","l":"VmList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"vmMips"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"VmNode()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"VmNode()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"VmNode(String, String, long, int, long, int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,long,int,long,int)"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"VmNode(String, String, long, int, long, int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,long,int,long,int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"vmPes"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"vmRam"},{"p":"org.iquantum.sdn.request","c":"VMRequestGenerator","l":"VMRequestGenerator()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VMRequestRandomGenerator","l":"VMRequestRandomGenerator(VirtualTopologyGeneratorVmTypes, int, String)","u":"%3Cinit%3E(org.iquantum.sdn.example.topogenerators.VirtualTopologyGeneratorVmTypes,int,java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"vmsAcks"},{"p":"org.iquantum.brokers","c":"CBroker","l":"vmsAcks"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"VmScheduler(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerSpaceShared","l":"VmSchedulerSpaceShared(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"VmSchedulerSpaceSharedEnergy(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"VmSchedulerTimeShared(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example.policies","c":"VmSchedulerTimeSharedEnergy","l":"VmSchedulerTimeSharedEnergy(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.overbooking","c":"VmSchedulerTimeSharedOverbookingEnergy","l":"VmSchedulerTimeSharedOverbookingEnergy(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeSharedOverSubscription","l":"VmSchedulerTimeSharedOverSubscription(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"vmsCreatedList"},{"p":"org.iquantum.brokers","c":"CBroker","l":"vmsCreatedList"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"vmsDestroyed"},{"p":"org.iquantum.brokers","c":"CBroker","l":"vmsDestroyed"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"vmSize"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"vmsRequested"},{"p":"org.iquantum.brokers","c":"CBroker","l":"vmsRequested"},{"p":"org.iquantum.policies.vm","c":"VmStateHistoryEntry","l":"VmStateHistoryEntry(double, double, double, boolean)","u":"%3Cinit%3E(double,double,double,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"vmsToDatacentersMap"},{"p":"org.iquantum.brokers","c":"CBroker","l":"vmsToDatacentersMap"},{"p":"org.iquantum.network.datacenter","c":"NetworkCDatacenter","l":"VmtoHostlist"},{"p":"org.iquantum.network.datacenter","c":"NetworkCDatacenter","l":"VmToSwitchid"},{"p":"org.iquantum.fog.test.perfeval","c":"VRGameFog","l":"VRGameFog()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"WAIT_RECV"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"WAIT_SEND"},{"p":"org.iquantum.core","c":"iQuantum","l":"wait(int, Predicate)","u":"wait(int,org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.core","c":"SimEntity","l":"waitForEvent(Predicate)","u":"waitForEvent(org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.core","c":"SimEntity","l":"WAITING"},{"p":"org.iquantum.core","c":"iQuantum","l":"waiting(int, Predicate)","u":"waiting(int,org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.core","c":"Consts","l":"WEEK"},{"p":"org.iquantum.distributions","c":"WeibullDistr","l":"WeibullDistr(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.distributions","c":"WeibullDistr","l":"WeibullDistr(Random, double, double)","u":"%3Cinit%3E(java.util.Random,double,double)"},{"p":"org.iquantum.core","c":"Consts","l":"WINDOWS"},{"p":"org.iquantum.network.datacenter","c":"WorkflowApp","l":"WorkflowApp(int, int, double, int, int)","u":"%3Cinit%3E(int,int,double,int,int)"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"workload_files"},{"p":"org.iquantum.sdn.example","c":"Workload","l":"Workload()","u":"%3Cinit%3E()"},{"p":"org.iquantum.models","c":"WorkloadFileReader","l":"WorkloadFileReader(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"org.iquantum.sdn.example","c":"WorkloadParser","l":"WorkloadParser(String, int, UtilizationModel, Map, Map)","u":"%3Cinit%3E(java.lang.String,int,org.iquantum.models.UtilizationModel,java.util.Map,java.util.Map)"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"workloads"},{"p":"org.iquantum.tasks","c":"CTask","l":"write(String)","u":"write(java.lang.String)"},{"p":"org.iquantum.tasks","c":"QTask","l":"write(String)","u":"write(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.utils","c":"CostumeCSVWriter","l":"writeTofile(String[])","u":"writeTofile(java.lang.String[])"},{"p":"org.iquantum.sdn.request","c":"VMRequestGenerator","l":"wrtieJSON(List, List, String)","u":"wrtieJSON(java.util.List,java.util.List,java.lang.String)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"PhysicalTopologyGenerator","l":"wrtieJSON(String)","u":"wrtieJSON(java.lang.String)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGenerator","l":"wrtieJSON(String)","u":"wrtieJSON(java.lang.String)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"xpoints"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"ypoints"},{"p":"org.iquantum.distributions","c":"ZipfDistr","l":"ZipfDistr(double, int)","u":"%3Cinit%3E(double,int)"},{"p":"org.iquantum.distributions","c":"ZipfDistr","l":"ZipfDistr(long, double, int)","u":"%3Cinit%3E(long,double,int)"}];updateSearchResults(); \ No newline at end of file +memberSearchIndex = [{"p":"org.iquantum.core","c":"iQuantumTags","l":"ABRUPT_END_OF_SIMULATION"},{"p":"org.iquantum.core","c":"iQuantum","l":"abruptallyTerminate()"},{"p":"org.iquantum.utils","c":"MathUtil","l":"abs(double[])"},{"p":"org.iquantum.tasks","c":"CTask","l":"accumulatedBwCost"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"accuracy"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"ACTIVE_APP_UPDATE"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"activeApplications"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"ACTUATOR"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"ACTUATOR"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"ACTUATOR_JOINED"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"Actuator(String, int, String, int, double, GeoLocation, String, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String,int,double,org.iquantum.fog.utils.GeoLocation,java.lang.String,java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"Actuator(String, int, String, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String,java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorGui","l":"ActuatorGui(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorModule","l":"ActuatorModule()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorModule","l":"ActuatorModule(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"actuators"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"actuators"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"actuators"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"ADAPTIVE_OPERATOR_REPLACEMENT"},{"p":"org.iquantum.lists","c":"QPUList","l":"add(QPU)","u":"add(org.iquantum.backends.quantum.QPU)"},{"p":"org.iquantum.sdn","c":"Request","l":"addActivity(Activity)","u":"addActivity(org.iquantum.sdn.Activity)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddActuator","l":"AddActuator(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddActuatorModule","l":"AddActuatorModule(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddAppEdge","l":"AddAppEdge(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.fog.application","c":"Application","l":"addAppEdge(String, String, double, double, double, String, int, int)","u":"addAppEdge(java.lang.String,java.lang.String,double,double,double,java.lang.String,int,int)"},{"p":"org.iquantum.fog.application","c":"Application","l":"addAppEdge(String, String, double, double, String, int, int)","u":"addAppEdge(java.lang.String,java.lang.String,double,double,java.lang.String,int,int)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddApplicationModule","l":"AddApplicationModule(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.fog.application","c":"Application","l":"addAppModule(String, int)","u":"addAppModule(java.lang.String,int)"},{"p":"org.iquantum.fog.application","c":"Application","l":"addAppModule(String, int, int, int)","u":"addAppModule(java.lang.String,int,int,int)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"addBaudRate(double)"},{"p":"org.iquantum.sdn","c":"Link","l":"addChannel(Node, Channel)","u":"addChannel(org.iquantum.sdn.Node,org.iquantum.sdn.Channel)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"addChild(int)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"addClusterMember(int)"},{"p":"org.iquantum.sdn","c":"Transmission","l":"addCompletedLength(long)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"addCostCalcData(List, String, int, int)","u":"addCostCalcData(java.util.List,java.lang.String,int,int)"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"addEdge(Node, Edge)","u":"addEdge(org.iquantum.fog.gui.core.Node,org.iquantum.fog.gui.core.Edge)"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"addEdge(Node, Edge)","u":"addEdge(org.iquantum.sdn.graph.core.Node,org.iquantum.sdn.graph.core.Edge)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology.Node","l":"addEdge(QubitTopology.Node)","u":"addEdge(org.iquantum.backends.quantum.qubittopologies.QubitTopology.Node)"},{"p":"org.iquantum.fog.application","c":"DAG","l":"addEdge(String, String)","u":"addEdge(java.lang.String,java.lang.String)"},{"p":"org.iquantum.core","c":"iQuantum","l":"addEntity(SimEntity)","u":"addEntity(org.iquantum.core.SimEntity)"},{"p":"org.iquantum.core","c":"iQuantum","l":"addEntityDynamically(SimEntity)","u":"addEntityDynamically(org.iquantum.core.SimEntity)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"addEntryTime(double)"},{"p":"org.iquantum.core","c":"DeferredQueue","l":"addEvent(SimEvent)","u":"addEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core","c":"FutureQueue","l":"addEvent(SimEvent)","u":"addEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core","c":"FutureQueue","l":"addEventFirst(SimEvent)","u":"addEventFirst(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"addExitTime(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"addFile(File)","u":"addFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"addFile(File)","u":"addFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"SanStorage","l":"addFile(File)","u":"addFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"addFile(File)","u":"addFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"addFile(File)","u":"addFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"addFile(List)","u":"addFile(java.util.List)"},{"p":"org.iquantum.backends.classical","c":"SanStorage","l":"addFile(List)","u":"addFile(java.util.List)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"addFile(List)","u":"addFile(java.util.List)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddFogDevice","l":"AddFogDevice(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"addHistoryEntry(ContainerHostDynamicWorkload, double)","u":"addHistoryEntry(org.iquantum.backends.classical.container.core.ContainerHostDynamicWorkload,double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"addHistoryEntry(HostDynamicWorkload, double)","u":"addHistoryEntry(org.iquantum.backends.classical.HostDynamicWorkload,double)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"addHop(int)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"PhysicalTopologyGenerator","l":"addHost(String, int, long, int, long, long)","u":"addHost(java.lang.String,int,long,int,long,long)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"PhysicalTopologyGenerator","l":"addHost(String, PhysicalTopologyGenerator.HostSpec)","u":"addHost(java.lang.String,org.iquantum.sdn.example.topogenerators.PhysicalTopologyGenerator.HostSpec)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddLink","l":"AddLink(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"addLink(int, int, double)","u":"addLink(int,int,double)"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"addLink(int, int, double, double)","u":"addLink(int,int,double,double)"},{"p":"org.iquantum.sdn","c":"Node","l":"addLink(Link)","u":"addLink(org.iquantum.sdn.Link)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"addLink(Link)","u":"addLink(org.iquantum.sdn.Link)"},{"p":"org.iquantum.sdn","c":"Switch","l":"addLink(Link)","u":"addLink(org.iquantum.sdn.Link)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGenerator","l":"addLink(String, VirtualTopologyGenerator.VMSpec, VirtualTopologyGenerator.VMSpec, Long)","u":"addLink(java.lang.String,org.iquantum.sdn.example.topogenerators.VirtualTopologyGenerator.VMSpec,org.iquantum.sdn.example.topogenerators.VirtualTopologyGenerator.VMSpec,java.lang.Long)"},{"p":"org.iquantum.network","c":"TopologicalGraph","l":"addLink(TopologicalLink)","u":"addLink(org.iquantum.network.TopologicalLink)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"addMiddlebox(Middlebox)","u":"addMiddlebox(org.iquantum.sdn.Middlebox)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"addMigratingInContainer(Container)","u":"addMigratingInContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"addMigratingInContainerVm(ContainerVm)","u":"addMigratingInContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"addMigratingInVm(Vm)","u":"addMigratingInVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.fog.placement","c":"ModuleMapping","l":"addModuleToDevice(String, String)","u":"addModuleToDevice(java.lang.String,java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"addMonitoredDevice(FogDevice)","u":"addMonitoredDevice(org.iquantum.fog.entities.FogDevice)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"addMonitoredDevice(FogDevice)","u":"addMonitoredDevice(org.iquantum.fog.entities.FogDevice)"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"addNode(Node)","u":"addNode(org.iquantum.fog.gui.core.Node)"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"addNode(Node)","u":"addNode(org.iquantum.sdn.graph.core.Node)"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"addNode(Node)","u":"addNode(org.iquantum.sdn.Node)"},{"p":"org.iquantum.network","c":"TopologicalGraph","l":"addNode(TopologicalNode)","u":"addNode(org.iquantum.network.TopologicalNode)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"addPackageToChannel(Node, Package)","u":"addPackageToChannel(org.iquantum.sdn.Node,org.iquantum.sdn.Package)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddPhysicalEdge","l":"AddPhysicalEdge(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.sdn.graph.dialog","c":"AddPhysicalEdge","l":"AddPhysicalEdge(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.sdn.graph.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddPhysicalNode","l":"AddPhysicalNode(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.sdn.graph.dialog","c":"AddPhysicalNode","l":"AddPhysicalNode(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.sdn.graph.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"addPlacementRequest(PlacementRequest)","u":"addPlacementRequest(org.iquantum.fog.entities.PlacementRequest)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"addPoint(float, float)","u":"addPoint(float,float)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"addPoint(Point2D)","u":"addPoint(java.awt.geom.Point2D)"},{"p":"org.iquantum.tasks","c":"CTask","l":"addRequiredFile(String)","u":"addRequiredFile(java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"addReservedFile(File)","u":"addReservedFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"SanStorage","l":"addReservedFile(File)","u":"addReservedFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"addReservedFile(File)","u":"addReservedFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.sdn","c":"Node","l":"addRoute(Node, Link)","u":"addRoute(org.iquantum.sdn.Node,org.iquantum.sdn.Link)"},{"p":"org.iquantum.sdn","c":"RoutingTable","l":"addRoute(Node, Link)","u":"addRoute(org.iquantum.sdn.Node,org.iquantum.sdn.Link)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"addRoute(Node, Link)","u":"addRoute(org.iquantum.sdn.Node,org.iquantum.sdn.Link)"},{"p":"org.iquantum.sdn","c":"Switch","l":"addRoute(Node, Link)","u":"addRoute(org.iquantum.sdn.Node,org.iquantum.sdn.Link)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"addRoutingTable(Map)","u":"addRoutingTable(java.util.Map)"},{"p":"org.iquantum.sdn","c":"ForwardingRule","l":"addRule(int, int, int, Node)","u":"addRule(int,int,int,org.iquantum.sdn.Node)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddSensor","l":"AddSensor(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddSensorModule","l":"AddSensorModule(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"addServiceDiscoveryInfo(String, Integer)","u":"addServiceDiscoveryInfo(java.lang.String,java.lang.Integer)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"addStateHistoryEntry(double, double, double, boolean)","u":"addStateHistoryEntry(double,double,double,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"addStateHistoryEntry(double, double, double, boolean)","u":"addStateHistoryEntry(double,double,double,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"addStateHistoryEntry(double, double, double, boolean)","u":"addStateHistoryEntry(double,double,double,boolean)"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"addStateHistoryEntry(double, double, double, boolean)","u":"addStateHistoryEntry(double,double,double,boolean)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"addStateHistoryEntry(double, double, double, boolean)","u":"addStateHistoryEntry(double,double,double,boolean)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"PhysicalTopologyGenerator","l":"addSwitch(String, String, long, long)","u":"addSwitch(java.lang.String,java.lang.String,long,long)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"addToTraversedMicroservices(Integer, String)","u":"addToTraversedMicroservices(java.lang.Integer,java.lang.String)"},{"p":"org.iquantum.sdn","c":"Channel","l":"addTransmission(Transmission)","u":"addTransmission(org.iquantum.sdn.Transmission)"},{"p":"org.iquantum.fog.application","c":"Application","l":"addTupleMapping(String, String, String, SelectivityModel)","u":"addTupleMapping(java.lang.String,java.lang.String,java.lang.String,org.iquantum.fog.application.selectivity.SelectivityModel)"},{"p":"org.iquantum.sdn.example.policies","c":"VmSchedulerTimeSharedEnergy","l":"addUtilizationEntryTermination(double)"},{"p":"org.iquantum.sdn.overbooking","c":"VmSchedulerTimeSharedOverbookingEnergy","l":"addUtilizationEntryTermination(double)"},{"p":"org.iquantum.sdn.power","c":"PowerUtilizationInterface","l":"addUtilizationEntryTermination(double)"},{"p":"org.iquantum.sdn","c":"Switch","l":"addUtilizationEntryTermination(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"addUtilizationHistoryValue(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"addUtilizationHistoryValue(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"addUtilizationHistoryValue(double)"},{"p":"org.iquantum.power","c":"PowerVm","l":"addUtilizationHistoryValue(double)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddVirtualEdge","l":"AddVirtualEdge(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.sdn.graph.dialog","c":"AddVirtualEdge","l":"AddVirtualEdge(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.sdn.graph.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddVirtualNode","l":"AddVirtualNode(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.sdn.graph.dialog","c":"AddVirtualNode","l":"AddVirtualNode(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.sdn.graph.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGenerator","l":"addVM(String, int, long, int, long, long, double, double)","u":"addVM(java.lang.String,int,long,int,long,long,double,double)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGenerator","l":"addVM(String, VirtualTopologyGenerator.VMSpec)","u":"addVM(java.lang.String,org.iquantum.sdn.example.topogenerators.VirtualTopologyGenerator.VMSpec)"},{"p":"org.iquantum.sdn","c":"SDNDatacenter","l":"addVm(Vm)","u":"addVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn","c":"Node","l":"addVMRoute(int, int, int, Node)","u":"addVMRoute(int,int,int,org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"addVMRoute(int, int, int, Node)","u":"addVMRoute(int,int,int,org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"Switch","l":"addVMRoute(int, int, int, Node)","u":"addVMRoute(int,int,int,org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGenerator","l":"addWorkload(String, VirtualTopologyGenerator.VMSpec, VirtualTopologyGenerator.VMSpec)","u":"addWorkload(java.lang.String,org.iquantum.sdn.example.topogenerators.VirtualTopologyGenerator.VMSpec,org.iquantum.sdn.example.topogenerators.VirtualTopologyGenerator.VMSpec)"},{"p":"org.iquantum.sdn","c":"Channel","l":"adjustDedicatedBandwidthAlongLink()"},{"p":"org.iquantum.sdn","c":"Channel","l":"adjustSharedBandwidthAlongLink()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"ADVANCE_RESERVATION"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"ADVANCE_RESERVATION"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"ADVANCE_RESERVATION"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"Agg_LEVEL"},{"p":"org.iquantum.network.datacenter","c":"AggregateSwitch","l":"AggregateSwitch(String, int, NetworkCDatacenter)","u":"%3Cinit%3E(java.lang.String,int,org.iquantum.network.datacenter.NetworkCDatacenter)"},{"p":"org.iquantum.sdn","c":"AggregationSwitch","l":"AggregationSwitch(String, int, long, int, int, NetworkOperatingSystem)","u":"%3Cinit%3E(java.lang.String,int,long,int,int,org.iquantum.sdn.NetworkOperatingSystem)"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"AggSwitchPort"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"allocateBwForContainer(Container, long)","u":"allocateBwForContainer(org.iquantum.backends.classical.container.core.Container,long)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisionerSimple","l":"allocateBwForContainer(Container, long)","u":"allocateBwForContainer(org.iquantum.backends.classical.container.core.Container,long)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"allocateBwForContainerVm(ContainerVm, long)","u":"allocateBwForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,long)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisionerSimple","l":"allocateBwForContainerVm(ContainerVm, long)","u":"allocateBwForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,long)"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"allocateBwForVm(Vm, long)","u":"allocateBwForVm(org.iquantum.backends.classical.Vm,long)"},{"p":"org.iquantum.provisioners","c":"BwProvisionerSimple","l":"allocateBwForVm(Vm, long)","u":"allocateBwForVm(org.iquantum.backends.classical.Vm,long)"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"allocateBwForVm(Vm, long)","u":"allocateBwForVm(org.iquantum.backends.classical.Vm,long)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"allocateHostForVm(ContainerVm)","u":"allocateHostForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"allocateHostForVm(ContainerVm)","u":"allocateHostForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationAbstract","l":"allocateHostForVm(ContainerVm)","u":"allocateHostForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"allocateHostForVm(ContainerVm, ContainerHost)","u":"allocateHostForVm(org.iquantum.backends.classical.container.core.ContainerVm,org.iquantum.backends.classical.container.core.ContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"allocateHostForVm(ContainerVm, ContainerHost)","u":"allocateHostForVm(org.iquantum.backends.classical.container.core.ContainerVm,org.iquantum.backends.classical.container.core.ContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationAbstract","l":"allocateHostForVm(ContainerVm, ContainerHost)","u":"allocateHostForVm(org.iquantum.backends.classical.container.core.ContainerVm,org.iquantum.backends.classical.container.core.ContainerHost)"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicy","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyAbstract","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedLeastFullFirst","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyMipsLeastFullFirst","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyMipsMostFullFirst","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedLeastFullFirst","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyMipsLeastFullFirst","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyMipsMostFullFirst","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"allocateHostForVm(Vm, Host)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm,org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"allocateHostForVm(Vm, Host)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm,org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicy","l":"allocateHostForVm(Vm, Host)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm,org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"allocateHostForVm(Vm, Host)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm,org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyAbstract","l":"allocateHostForVm(Vm, Host)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm,org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"allocateHostForVm(Vm, Host)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm,org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"allocateHostForVm(Vm, Host)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm,org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"allocateHostForVm(Vm, Host)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm,org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"allocateMipsForContainer(Container, double)","u":"allocateMipsForContainer(org.iquantum.backends.classical.container.core.Container,double)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"allocateMipsForContainer(Container, double)","u":"allocateMipsForContainer(org.iquantum.backends.classical.container.core.Container,double)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"allocateMipsForContainer(Container, List)","u":"allocateMipsForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"allocateMipsForContainer(Container, List)","u":"allocateMipsForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"allocateMipsForContainer(String, double)","u":"allocateMipsForContainer(java.lang.String,double)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"allocateMipsForContainer(String, double)","u":"allocateMipsForContainer(java.lang.String,double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"allocateMipsForContainerVm(ContainerVm, double)","u":"allocateMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"allocateMipsForContainerVm(ContainerVm, double)","u":"allocateMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"allocateMipsForContainerVm(ContainerVm, List)","u":"allocateMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"allocateMipsForContainerVm(ContainerVm, List)","u":"allocateMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"allocateMipsForContainerVm(String, double)","u":"allocateMipsForContainerVm(java.lang.String,double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"allocateMipsForContainerVm(String, double)","u":"allocateMipsForContainerVm(java.lang.String,double)"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"allocateMipsForVm(String, double)","u":"allocateMipsForVm(java.lang.String,double)"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"allocateMipsForVm(String, double)","u":"allocateMipsForVm(java.lang.String,double)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"allocateMipsForVm(String, double)","u":"allocateMipsForVm(java.lang.String,double)"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"allocateMipsForVm(Vm, double)","u":"allocateMipsForVm(org.iquantum.backends.classical.Vm,double)"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"allocateMipsForVm(Vm, double)","u":"allocateMipsForVm(org.iquantum.backends.classical.Vm,double)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"allocateMipsForVm(Vm, double)","u":"allocateMipsForVm(org.iquantum.backends.classical.Vm,double)"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"allocateMipsForVm(Vm, List)","u":"allocateMipsForVm(org.iquantum.backends.classical.Vm,java.util.List)"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"allocateMipsForVm(Vm, List)","u":"allocateMipsForVm(org.iquantum.backends.classical.Vm,java.util.List)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"allocateMipsForVm(Vm, List)","u":"allocateMipsForVm(org.iquantum.backends.classical.Vm,java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"allocatePesForContainer(Container, List)","u":"allocatePesForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"allocatePesForContainer(Container, List)","u":"allocatePesForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"allocatePesForContainer(Container, List)","u":"allocatePesForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"allocatePesForContainer(String, List)","u":"allocatePesForContainer(java.lang.String,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeSharedOverSubscription","l":"allocatePesForContainer(String, List)","u":"allocatePesForContainer(java.lang.String,java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"allocatePesForContainerVm(ContainerVm, List)","u":"allocatePesForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"allocatePesForVm(ContainerVm, List)","u":"allocatePesForVm(org.iquantum.backends.classical.container.core.ContainerVm,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"allocatePesForVm(ContainerVm, List)","u":"allocatePesForVm(org.iquantum.backends.classical.container.core.ContainerVm,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"allocatePesForVm(String, List)","u":"allocatePesForVm(java.lang.String,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeSharedOverSubscription","l":"allocatePesForVm(String, List)","u":"allocatePesForVm(java.lang.String,java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"allocatePesForVm(String, List)","u":"allocatePesForVm(java.lang.String,java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeSharedOverSubscription","l":"allocatePesForVm(String, List)","u":"allocatePesForVm(java.lang.String,java.util.List)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"allocatePesForVm(Vm, List)","u":"allocatePesForVm(org.iquantum.backends.classical.Vm,java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"allocatePesForVm(Vm, List)","u":"allocatePesForVm(org.iquantum.backends.classical.Vm,java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerSpaceShared","l":"allocatePesForVm(Vm, List)","u":"allocatePesForVm(org.iquantum.backends.classical.Vm,java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"allocatePesForVm(Vm, List)","u":"allocatePesForVm(org.iquantum.backends.classical.Vm,java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"allocatePesForVm(Vm, List)","u":"allocatePesForVm(org.iquantum.backends.classical.Vm,java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"allocateRamForContainer(Container, float)","u":"allocateRamForContainer(org.iquantum.backends.classical.container.core.Container,float)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisionerSimple","l":"allocateRamForContainer(Container, float)","u":"allocateRamForContainer(org.iquantum.backends.classical.container.core.Container,float)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"allocateRamForContainerVm(ContainerVm, float)","u":"allocateRamForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,float)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisionerSimple","l":"allocateRamForContainerVm(ContainerVm, float)","u":"allocateRamForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,float)"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"allocateRamForVm(Vm, int)","u":"allocateRamForVm(org.iquantum.backends.classical.Vm,int)"},{"p":"org.iquantum.provisioners","c":"RamProvisionerSimple","l":"allocateRamForVm(Vm, int)","u":"allocateRamForVm(org.iquantum.backends.classical.Vm,int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicy","l":"allocateVmForContainer(Container, ContainerVm)","u":"allocateVmForContainer(org.iquantum.backends.classical.container.core.Container,org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"allocateVmForContainer(Container, ContainerVm)","u":"allocateVmForContainer(org.iquantum.backends.classical.container.core.Container,org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicy","l":"allocateVmForContainer(Container, ContainerVm)","u":"allocateVmForContainer(org.iquantum.backends.classical.container.core.Container,org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicy","l":"allocateVmForContainer(Container, List)","u":"allocateVmForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"allocateVmForContainer(Container, List)","u":"allocateVmForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicy","l":"allocateVmForContainer(Container, List)","u":"allocateVmForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.network","c":"FloydWarshall_Float","l":"allPairsShortestPaths(float[][])"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"APP_MC"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"APP_SUBMIT"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"APP_Workflow"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"AppCloudlet(int, int, double, int, int)","u":"%3Cinit%3E(int,int,double,int,int)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"AppEdge()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"AppEdge(String, String, double, double, double, String, int, int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,double,double,double,java.lang.String,int,int)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"AppEdge(String, String, double, double, String, int, int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,double,double,java.lang.String,int,int)"},{"p":"org.iquantum.sdn.example","c":"SDNBroker","l":"appId"},{"p":"org.iquantum.sdn.example","c":"Workload","l":"appId"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"appID"},{"p":"org.iquantum.fog.utils","c":"FogUtils","l":"appIdToGeoCoverageMap"},{"p":"org.iquantum.sdn","c":"Constants","l":"APPLICATION_SUBMIT"},{"p":"org.iquantum.sdn","c":"Constants","l":"APPLICATION_SUBMIT_ACK"},{"p":"org.iquantum.fog.application","c":"Application","l":"Application(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"org.iquantum.fog.application","c":"Application","l":"Application(String, List, List, List, GeoCoverage)","u":"%3Cinit%3E(java.lang.String,java.util.List,java.util.List,java.util.List,org.iquantum.fog.utils.GeoCoverage)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"applicationMap"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"applications"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"AppLoop(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.fog.gui.core","c":"AppModule","l":"AppModule()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"AppModule(AppModule)","u":"%3Cinit%3E(org.iquantum.fog.application.AppModule)"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"AppModule(int, String, String, int, double, int, long, long, String, CloudletScheduler, Map, SelectivityModel>)","u":"%3Cinit%3E(int,java.lang.String,java.lang.String,int,double,int,long,long,java.lang.String,org.iquantum.policies.ctasks.CloudletScheduler,java.util.Map)"},{"p":"org.iquantum.fog.gui.core","c":"AppModule","l":"AppModule(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"AppModuleAllocationPolicy(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"appToModulesMap"},{"p":"org.iquantum.sdn","c":"Arc","l":"Arc(int, int, int, long, double)","u":"%3Cinit%3E(int,int,int,long,double)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"arcList"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"areAllContainersMigratingOutOrAnyContainersMigratingIn(PowerContainerHost)","u":"areAllContainersMigratingOutOrAnyContainersMigratingIn(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"areAllVmsMigratingOutOrAnyVmMigratingIn(PowerContainerHost)","u":"areAllVmsMigratingOutOrAnyVmMigratingIn(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"areAllVmsMigratingOutOrAnyVmMigratingIn(PowerHost)","u":"areAllVmsMigratingOutOrAnyVmMigratingIn(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"associatedActuatorIds"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"BagofTaskVm"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"bandwidth"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"BandWidthAggRoot"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"BandWidthEdgeAgg"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"BandWidthEdgeHost"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"BASE"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"bindCloudletToContainer(int, int)","u":"bindCloudletToContainer(int,int)"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"bindCloudletToQNode(int, int)","u":"bindCloudletToQNode(int,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"bindCloudletToVm(int, int)","u":"bindCloudletToVm(int,int)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"bindCloudletToVm(int, int)","u":"bindCloudletToVm(int,int)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"bindQTaskToQNode(int, int)","u":"bindQTaskToQNode(int,int)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"bindQTaskToQNode(int, int)","u":"bindQTaskToQNode(int,int)"},{"p":"org.iquantum.fog.mobilitydata","c":"Location","l":"block"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"bounds"},{"p":"org.iquantum.fog.gui.core","c":"Bridge","l":"Bridge()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.core","c":"Bridge","l":"Bridge()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"buildDefaultRouting()"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"buildNetworkTopology(String)","u":"buildNetworkTopology(java.lang.String)"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"BurstySelectivity(double, double, double)","u":"%3Cinit%3E(double,double,double)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"BUSY"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"BUSY"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"BUSY"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"BUSY"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"bwMatrix"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"BwProvisioner(long)","u":"%3Cinit%3E(long)"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"BwProvisionerOverbooking(long)","u":"%3Cinit%3E(long)"},{"p":"org.iquantum.provisioners","c":"BwProvisionerSimple","l":"BwProvisionerSimple(long)","u":"%3Cinit%3E(long)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"cachedcloudlet"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"CALCULATE_INPUT_RATE"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"CALCULATE_UTIL"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"calculateDistance(Location, Location)","u":"calculateDistance(org.iquantum.fog.mobilitydata.Location,org.iquantum.fog.mobilitydata.Location)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"canBeCreated(FogDevice, AppModule)","u":"canBeCreated(org.iquantum.fog.entities.FogDevice,org.iquantum.fog.application.AppModule)"},{"p":"org.iquantum.fog.utils","c":"CanBeSentResult","l":"CanBeSentResult()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.utils","c":"CanBeSentResult","l":"CanBeSentResult(double, double, boolean)","u":"%3Cinit%3E(double,double,boolean)"},{"p":"org.iquantum.core","c":"iQuantum","l":"cancel(int, Predicate)","u":"cancel(int,org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.core","c":"iQuantum","l":"cancelAll(int, Predicate)","u":"cancelAll(int,org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.tasks","c":"CTask","l":"CANCELED"},{"p":"org.iquantum.tasks","c":"QTask","l":"CANCELED"},{"p":"org.iquantum.core","c":"SimEntity","l":"cancelEvent(Predicate)","u":"cancelEvent(org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"canSelect()"},{"p":"org.iquantum.fog.application.selectivity","c":"FractionalSelectivity","l":"canSelect()"},{"p":"org.iquantum.fog.application.selectivity","c":"SelectivityModel","l":"canSelect()"},{"p":"org.iquantum.fog.test.perfeval","c":"CardiovascularHealthMonitoringApplication","l":"CardiovascularHealthMonitoringApplication()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.test.perfeval","c":"CardiovascularHealthMonitoringApplicationEdgeward","l":"CardiovascularHealthMonitoringApplicationEdgeward()","u":"%3Cinit%3E()"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"cBroker"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"cBroker"},{"p":"org.iquantum.gateways","c":"Gateway","l":"cBroker"},{"p":"org.iquantum.brokers","c":"CBroker","l":"CBroker(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.brokers","c":"CCloudBroker","l":"CCloudBroker(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"CCloudDatacenter","l":"CCloudDatacenter(String, CDatacenterCharacteristics, VmAllocationPolicy, List, double)","u":"%3Cinit%3E(java.lang.String,org.iquantum.datacenters.CDatacenterCharacteristics,org.iquantum.policies.vm.VmAllocationPolicy,java.util.List,double)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"CDatacenter(String, CDatacenterCharacteristics, VmAllocationPolicy, List, double)","u":"%3Cinit%3E(java.lang.String,org.iquantum.datacenters.CDatacenterCharacteristics,org.iquantum.policies.vm.VmAllocationPolicy,java.util.List,double)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"CDatacenterCharacteristics(String, String, String, List, double, double, double, double, double)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.util.List,double,double,double,double,double)"},{"p":"org.iquantum.brokers","c":"CEdgeBroker","l":"CEdgeBroker(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"CEdgeDatacenter","l":"CEdgeDatacenter(String, CDatacenterCharacteristics, VmAllocationPolicy, List, double)","u":"%3Cinit%3E(java.lang.String,org.iquantum.datacenters.CDatacenterCharacteristics,org.iquantum.policies.vm.VmAllocationPolicy,java.util.List,double)"},{"p":"org.iquantum.sdn","c":"Channel","l":"changeBandwidth(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"changeMips(double)"},{"p":"org.iquantum.sdn","c":"Channel","l":"Channel(int, int, int, List, List, double)","u":"%3Cinit%3E(int,int,int,java.util.List,java.util.List,double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"checkCloudletCompletion()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"checkCloudletCompletion()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"checkCloudletCompletion()"},{"p":"org.iquantum.sdn","c":"SDNDatacenter","l":"checkCloudletCompletion()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"childrenIds"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"childToLatencyMap"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"childToOperatorsMap"},{"p":"org.iquantum.fog.test","c":"CleanFromJson","l":"CleanFromJson()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core","c":"DeferredQueue","l":"clear()"},{"p":"org.iquantum.core","c":"FutureQueue","l":"clear()"},{"p":"org.iquantum.sdn","c":"ForwardingRule","l":"clear()"},{"p":"org.iquantum.sdn","c":"RoutingTable","l":"clear()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"clearDatacenters()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"clearDatacenters()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"clearDatacenters()"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"clearGraph()"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"clearGraph()"},{"p":"org.iquantum.sdn","c":"Node","l":"clearVMRoutingTable()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"clearVMRoutingTable()"},{"p":"org.iquantum.sdn","c":"Switch","l":"clearVMRoutingTable()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"CLIENT"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"clist"},{"p":"org.iquantum.core","c":"iQuantum","l":"clock()"},{"p":"org.iquantum.core","c":"SimEntity","l":"clone()"},{"p":"org.iquantum.core","c":"SimEvent","l":"clone()"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"clone()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"CLOUD"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUD_GATEWAY_DISPATCH_TASK"},{"p":"org.iquantum.brokers","c":"QEdgeBroker","l":"cloudGateway"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"cloudGateway"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"CloudGateway(String, CCloudBroker)","u":"%3Cinit%3E(java.lang.String,org.iquantum.brokers.CCloudBroker)"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"CloudGateway(String, CCloudBroker, QCloudBroker)","u":"%3Cinit%3E(java.lang.String,org.iquantum.brokers.CCloudBroker,org.iquantum.brokers.QCloudBroker)"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"CloudGateway(String, QCloudBroker)","u":"%3Cinit%3E(java.lang.String,org.iquantum.brokers.QCloudBroker)"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_CANCEL"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_MOVE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_MOVE_ACK"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_PAUSE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_PAUSE_ACK"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_RESUME"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_RESUME_ACK"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_RETURN"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_STATUS"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_SUBMIT"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_SUBMIT_ACK"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletCancel(int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"cloudletCancel(int)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"cloudletCancel(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletCancel(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"cloudletCancel(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"cloudletCancel(int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletExecList"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletExecList"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletFailedList"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletFailedList"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletFinish(ResCTask)","u":"cloudletFinish(org.iquantum.tasks.ResCTask)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"cloudletFinish(ResCTask)","u":"cloudletFinish(org.iquantum.tasks.ResCTask)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"cloudletFinish(ResCTask)","u":"cloudletFinish(org.iquantum.tasks.ResCTask)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"cloudletFinish(ResCTask)","u":"cloudletFinish(org.iquantum.tasks.ResCTask)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletFinish(ResCTask)","u":"cloudletFinish(org.iquantum.tasks.ResCTask)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"cloudletFinish(ResCTask)","u":"cloudletFinish(org.iquantum.tasks.ResCTask)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"cloudletFinish(ResCTask)","u":"cloudletFinish(org.iquantum.tasks.ResCTask)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"cloudletFinish(ResCTask)","u":"cloudletFinish(org.iquantum.tasks.ResCTask)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletFinishedList"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletFinishedList"},{"p":"org.iquantum.network.datacenter","c":"NetworkVm","l":"cloudletlist"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"cloudletList"},{"p":"org.iquantum.brokers","c":"CBroker","l":"cloudletList"},{"p":"org.iquantum.lists","c":"CloudletList","l":"CloudletList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletPause(int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"cloudletPause(int)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"cloudletPause(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletPause(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"cloudletPause(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"cloudletPause(int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletPausedList"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletPausedList"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"cloudletReceivedList"},{"p":"org.iquantum.brokers","c":"CBroker","l":"cloudletReceivedList"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletResume(int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"cloudletResume(int)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"cloudletResume(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletResume(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"cloudletResume(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"cloudletResume(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"CloudletScheduler()","u":"%3Cinit%3E()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"CloudletSchedulerDynamicWorkload(double, int)","u":"%3Cinit%3E(double,int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"CloudletSchedulerSpaceShared()","u":"%3Cinit%3E()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"CloudletSchedulerTimeShared()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"cloudletsSubmitted"},{"p":"org.iquantum.brokers","c":"CBroker","l":"cloudletsSubmitted"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletSubmit(CTask)","u":"cloudletSubmit(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"cloudletSubmit(CTask)","u":"cloudletSubmit(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"cloudletSubmit(CTask)","u":"cloudletSubmit(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"cloudletSubmit(CTask)","u":"cloudletSubmit(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletSubmit(CTask)","u":"cloudletSubmit(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"cloudletSubmit(CTask)","u":"cloudletSubmit(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"cloudletSubmit(CTask)","u":"cloudletSubmit(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"cloudletSubmit(CTask)","u":"cloudletSubmit(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletSubmit(CTask, double)","u":"cloudletSubmit(org.iquantum.tasks.CTask,double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"cloudletSubmit(CTask, double)","u":"cloudletSubmit(org.iquantum.tasks.CTask,double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"cloudletSubmit(CTask, double)","u":"cloudletSubmit(org.iquantum.tasks.CTask,double)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"cloudletSubmit(CTask, double)","u":"cloudletSubmit(org.iquantum.tasks.CTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletSubmit(CTask, double)","u":"cloudletSubmit(org.iquantum.tasks.CTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"cloudletSubmit(CTask, double)","u":"cloudletSubmit(org.iquantum.tasks.CTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"cloudletSubmit(CTask, double)","u":"cloudletSubmit(org.iquantum.tasks.CTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"cloudletSubmit(CTask, double)","u":"cloudletSubmit(org.iquantum.tasks.CTask,double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"cloudletSubmittedList"},{"p":"org.iquantum.brokers","c":"CBroker","l":"cloudletSubmittedList"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletWaitingList"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletWaitingList"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"cloudTrafficMap"},{"p":"org.iquantum.fog.placement","c":"PlacementLogicFactory","l":"CLUSTERED_MICROSERVICES_PLACEMENT"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"ClusteredMicroservicePlacementLogic(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"clustering_levels"},{"p":"org.iquantum.fog.mobilitydata","c":"Clustering","l":"Clustering()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"ClusteringController(String, List, List, List, LocationHandler)","u":"%3Cinit%3E(java.lang.String,java.util.List,java.util.List,java.util.List,org.iquantum.fog.placement.LocationHandler)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"ClusteringController(String, List, List, List, LocationHandler, List)","u":"%3Cinit%3E(java.lang.String,java.util.List,java.util.List,java.util.List,org.iquantum.fog.placement.LocationHandler,java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"clusteringFeature"},{"p":"org.iquantum.fog.utils","c":"Config","l":"clusteringLatency"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"clusteringSubmit(List)","u":"clusteringSubmit(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"clusteringSubmit(List)","u":"clusteringSubmit(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"clusterLinkBandwidth"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"clusterMembers"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"clusterMembersToLatencyMap"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"clusterTupleQueue"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"COMMUNICATION_LENGTH"},{"p":"org.iquantum.fog.utils","c":"OperatorSetComparator","l":"compare(List, List)","u":"compare(java.util.List,java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"compareTo(Object)","u":"compareTo(java.lang.Object)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVm","l":"compareTo(Object)","u":"compareTo(java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEvent","l":"compareTo(SimEvent)","u":"compareTo(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.utils","c":"Config","l":"Config()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"connectWithLatencies()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"connectWithLatencies()"},{"p":"org.iquantum.sdn","c":"Constants","l":"Constants()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.core","c":"containeriQuantumTags","l":"CONTAINER_CREATE_ACK"},{"p":"org.iquantum.backends.classical.container.core","c":"containeriQuantumTags","l":"CONTAINER_MIGRATE"},{"p":"org.iquantum.backends.classical.container.core","c":"containeriQuantumTags","l":"CONTAINER_SUBMIT"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"Container(int, int, double, int, int, long, long, String, ContainerCloudletScheduler, double)","u":"%3Cinit%3E(int,int,double,int,int,long,long,java.lang.String,org.iquantum.backends.classical.container.schedulers.ContainerCloudletScheduler,double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicy","l":"ContainerAllocationPolicy()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicyRS","l":"ContainerAllocationPolicyRS(ContainerPlacementPolicy)","u":"%3Cinit%3E(org.iquantum.backends.classical.container.containerPlacementPolicies.ContainerPlacementPolicy)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"ContainerAllocationPolicySimple()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"ContainerBwProvisioner(long)","u":"%3Cinit%3E(long)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisionerSimple","l":"ContainerBwProvisionerSimple(long)","u":"%3Cinit%3E(long)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"ContainerCloudletScheduler()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"ContainerCloudletSchedulerDynamicWorkload(double, int)","u":"%3Cinit%3E(double,int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"ContainerCloudletSchedulerTimeShared()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"containerCreate(Container)","u":"containerCreate(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerCTask","l":"ContainerCTask(int, long, int, long, long, UtilizationModel, UtilizationModel, UtilizationModel)","u":"%3Cinit%3E(int,long,int,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerCTask","l":"ContainerCTask(int, long, int, long, long, UtilizationModel, UtilizationModel, UtilizationModel, boolean)","u":"%3Cinit%3E(int,long,int,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerCTask","l":"ContainerCTask(int, long, int, long, long, UtilizationModel, UtilizationModel, UtilizationModel, boolean, List)","u":"%3Cinit%3E(int,long,int,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,boolean,java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerCTask","l":"ContainerCTask(int, long, int, long, long, UtilizationModel, UtilizationModel, UtilizationModel, List)","u":"%3Cinit%3E(int,long,int,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"ContainerDatacenter(String, ContainerDatacenterCharacteristics, ContainerVmAllocationPolicy, ContainerAllocationPolicy, List, double, String, String)","u":"%3Cinit%3E(java.lang.String,org.iquantum.backends.classical.container.core.ContainerDatacenterCharacteristics,org.iquantum.backends.classical.container.resourceAllocators.ContainerVmAllocationPolicy,org.iquantum.backends.classical.container.resourceAllocators.ContainerAllocationPolicy,java.util.List,double,java.lang.String,java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"ContainerDatacenterBroker(String, double)","u":"%3Cinit%3E(java.lang.String,double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"ContainerDatacenterCharacteristics(String, String, String, List, double, double, double, double, double)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.util.List,double,double,double,double,double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"containerDeallocate(Container)","u":"containerDeallocate(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"containerDeallocateAll()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"containerDestroy(Container)","u":"containerDestroy(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"containerDestroyAll()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"ContainerHost(int, ContainerVmRamProvisioner, ContainerVmBwProvisioner, long, List, ContainerVmScheduler)","u":"%3Cinit%3E(int,org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmRamProvisioner,org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmBwProvisioner,long,java.util.List,org.iquantum.backends.classical.container.schedulers.ContainerVmScheduler)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"ContainerHostDynamicWorkload(int, ContainerVmRamProvisioner, ContainerVmBwProvisioner, long, List, ContainerVmScheduler)","u":"%3Cinit%3E(int,org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmRamProvisioner,org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmBwProvisioner,long,java.util.List,org.iquantum.backends.classical.container.schedulers.ContainerVmScheduler)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"ContainerHostList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerCTask","l":"containerId"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"containerList"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerList","l":"ContainerList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"containerMigrationCount"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"ContainerPe(int, ContainerPeProvisioner)","u":"%3Cinit%3E(int,org.iquantum.backends.classical.container.containerProvisioners.ContainerPeProvisioner)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"ContainerPeList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"ContainerPeProvisioner(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicy","l":"ContainerPlacementPolicy()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicyFirstFit","l":"ContainerPlacementPolicyFirstFit()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicyLeastFull","l":"ContainerPlacementPolicyLeastFull()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicyMostFull","l":"ContainerPlacementPolicyMostFull()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicyRandomSelection","l":"ContainerPlacementPolicyRandomSelection()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"ContainerRamProvisioner(float)","u":"%3Cinit%3E(float)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisionerSimple","l":"ContainerRamProvisionerSimple(float)","u":"%3Cinit%3E(float)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"containersAcks"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"ContainerScheduler(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"ContainerSchedulerTimeShared(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeSharedOverSubscription","l":"ContainerSchedulerTimeSharedOverSubscription(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"containersCreated"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"containersCreatedList"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"containersToDatacentersMap"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"ContainerVm(int, int, double, float, long, long, String, ContainerScheduler, ContainerRamProvisioner, ContainerBwProvisioner, List)","u":"%3Cinit%3E(int,int,double,float,long,long,java.lang.String,org.iquantum.backends.classical.container.schedulers.ContainerScheduler,org.iquantum.backends.classical.container.containerProvisioners.ContainerRamProvisioner,org.iquantum.backends.classical.container.containerProvisioners.ContainerBwProvisioner,java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"ContainerVmAllocationPolicy(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"ContainerVmAllocationPolicySimple(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"ContainerVmBwProvisioner(long)","u":"%3Cinit%3E(long)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisionerSimple","l":"ContainerVmBwProvisionerSimple(long)","u":"%3Cinit%3E(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"containerVmCreate(ContainerVm)","u":"containerVmCreate(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"containerVmDeallocate(ContainerVm)","u":"containerVmDeallocate(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"containerVmDeallocateAll()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"containerVmDestroy(ContainerVm)","u":"containerVmDestroy(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"containerVmDestroyAll()"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmList","l":"ContainerVmList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"ContainerVmPe(int, ContainerVmPeProvisioner)","u":"%3Cinit%3E(int,org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmPeProvisioner)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"ContainerVmPeList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"ContainerVmPeProvisioner(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"ContainerVmPeProvisionerSimple(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"ContainerVmRamProvisioner(float)","u":"%3Cinit%3E(float)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisionerSimple","l":"ContainerVmRamProvisionerSimple(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"ContainerVmScheduler(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"ContainerVmSchedulerTimeShared(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeSharedOverSubscription","l":"ContainerVmSchedulerTimeSharedOverSubscription(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"contains(double, double)","u":"contains(double,double)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"contains(double, double, double, double)","u":"contains(double,double,double,double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"contains(File)","u":"contains(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"contains(File)","u":"contains(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"contains(File)","u":"contains(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"contains(File)","u":"contains(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"contains(int, int)","u":"contains(int,int)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"contains(Point)","u":"contains(java.awt.Point)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"contains(Point2D)","u":"contains(java.awt.geom.Point2D)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"contains(Rectangle2D)","u":"contains(java.awt.geom.Rectangle2D)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"contains(String)","u":"contains(java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"contains(String)","u":"contains(java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"contains(String)","u":"contains(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"contains(String)","u":"contains(java.lang.String)"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"CONTROL_MSG_ARRIVAL"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"CONTROLLER_RESOURCE_MANAGE"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"Controller(String, List, List, List)","u":"%3Cinit%3E(java.lang.String,java.util.List,java.util.List,java.util.List)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"controllerComponent"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"ControllerComponent(Integer, LoadBalancer)","u":"%3Cinit%3E(java.lang.Integer,org.iquantum.fog.entities.LoadBalancer)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"ControllerComponent(Integer, LoadBalancer, MicroservicePlacementLogic, Map>, Map, List)","u":"%3Cinit%3E(java.lang.Integer,org.iquantum.fog.entities.LoadBalancer,org.iquantum.fog.placement.MicroservicePlacementLogic,java.util.Map,java.util.Map,java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"controllerId"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"convertWeightedMetric(double, double)","u":"convertWeightedMetric(double,double)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"convertWeightedMetric(double, double)","u":"convertWeightedMetric(double,double)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"convertWeightedMetric(double, double)","u":"convertWeightedMetric(double,double)"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"coordinates"},{"p":"org.iquantum.fog.gui.core","c":"Coordinates","l":"Coordinates()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.core","c":"Coordinates","l":"Coordinates()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"Coordinates","l":"Coordinates(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"org.iquantum.sdn.graph.core","c":"Coordinates","l":"Coordinates(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"copyValue(FileAttribute)","u":"copyValue(org.iquantum.utils.datacloud.FileAttribute)"},{"p":"org.iquantum.sdn","c":"CoreSwitch","l":"CoreSwitch(String, int, long, int, int, NetworkOperatingSystem)","u":"%3Cinit%3E(java.lang.String,int,long,int,int,org.iquantum.sdn.NetworkOperatingSystem)"},{"p":"org.iquantum.backends.classical.container.utils","c":"Correlation","l":"Correlation()","u":"%3Cinit%3E()"},{"p":"org.iquantum.tasks","c":"CTask","l":"costPerBw"},{"p":"org.iquantum.backends.classical.container.utils","c":"CostumeCSVReader","l":"CostumeCSVReader(File)","u":"%3Cinit%3E(java.io.File)"},{"p":"org.iquantum.backends.classical.container.utils","c":"CostumeCSVWriter","l":"CostumeCSVWriter(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"CotainerPeProvisionerSimple(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.utils","c":"MathUtil","l":"countNonZeroBeginning(double[])"},{"p":"org.iquantum.utils","c":"MathUtil","l":"countShortestRow(double[][])"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"covers(GeoCoverage)","u":"covers(org.iquantum.fog.utils.GeoCoverage)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"CPU"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"CPUfinTimeCPU"},{"p":"org.iquantum.core","c":"SimEvent","l":"CREATE"},{"p":"org.iquantum.backends.classical.container.core","c":"containeriQuantumTags","l":"CREATE_NEW_VM"},{"p":"org.iquantum.sdn.example","c":"SDNExample.VmAllocationPolicyFactory","l":"create(List)","u":"create(java.util.List)"},{"p":"org.iquantum.fog.application","c":"Application","l":"createApplication(String, int)","u":"createApplication(java.lang.String,int)"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"createBroker()"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"createCloudletList(List)","u":"createCloudletList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"WorkflowApp","l":"createCloudletList(List)","u":"createCloudletList(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"createClusterConnections(int, List, Double)","u":"createClusterConnections(int,java.util.List,java.lang.Double)"},{"p":"org.iquantum.fog.mobilitydata","c":"Clustering","l":"createClusterMembers(int, int, JSONObject)","u":"createClusterMembers(int,int,org.json.simple.JSONObject)"},{"p":"org.iquantum.tasks","c":"CTask","l":"CREATED"},{"p":"org.iquantum.tasks","c":"QTask","l":"CREATED"},{"p":"org.iquantum.fog.application","c":"Application","l":"createDAG()"},{"p":"org.iquantum.fog.utils","c":"FogEntityFactory","l":"createFogDevice(String, int, double, double, double, double)","u":"createFogDevice(java.lang.String,int,double,double,double,double)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"createHost(int, int, long, long, long, double)","u":"createHost(int,int,long,long,long,double)"},{"p":"org.iquantum.sdn.overbooking","c":"OverbookingNetworkOperatingSystem","l":"createHost(int, int, long, long, long, double)","u":"createHost(int,int,long,long,long,double)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"PhysicalTopologyGenerator","l":"createHostSpec(int, long, int, long, long)","u":"createHostSpec(int,long,int,long,long)"},{"p":"org.iquantum.utils","c":"MathUtil","l":"createLinearRegression(double[], double[])","u":"createLinearRegression(double[],double[])"},{"p":"org.iquantum.utils","c":"MathUtil","l":"createLinearRegression(double[][], double[])","u":"createLinearRegression(double[][],double[])"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"createModuleInstanceOnDevice(AppModule, FogDevice)","u":"createModuleInstanceOnDevice(org.iquantum.fog.application.AppModule,org.iquantum.fog.entities.FogDevice)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"createModuleInstanceOnDevice(AppModule, FogDevice, int)","u":"createModuleInstanceOnDevice(org.iquantum.fog.application.AppModule,org.iquantum.fog.entities.FogDevice,int)"},{"p":"org.iquantum.fog.placement","c":"ModuleMapping","l":"createModuleMapping()"},{"p":"org.iquantum.backends.quantum","c":"IBMQNode","l":"createNode(int, String, QTaskScheduler)","u":"createNode(int,java.lang.String,org.iquantum.policies.qtasks.QTaskScheduler)"},{"p":"org.iquantum.backends.quantum","c":"IBMQNodeMQ","l":"createNode(int, String, QTaskSchedulerFCFSMQ)","u":"createNode(int,java.lang.String,org.iquantum.policies.qtasks.QTaskSchedulerFCFSMQ)"},{"p":"org.iquantum.fog.mobilitydata","c":"RandomMobilityGenerator","l":"createRandomData(int, int, String, boolean)","u":"createRandomData(int,int,java.lang.String,boolean)"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"createSDNDatacenter(String, String, NetworkOperatingSystem, SDNExample.VmAllocationPolicyFactory)","u":"createSDNDatacenter(java.lang.String,java.lang.String,org.iquantum.sdn.NetworkOperatingSystem,org.iquantum.sdn.example.SDNExample.VmAllocationPolicyFactory)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"PhysicalTopologyGenerator","l":"createTopology(PhysicalTopologyGenerator.HostSpec, long, long, int, double)","u":"createTopology(org.iquantum.sdn.example.topogenerators.PhysicalTopologyGenerator.HostSpec,long,long,int,double)"},{"p":"org.iquantum.fog.application","c":"Application","l":"createTuple(AppEdge, int, int)","u":"createTuple(org.iquantum.fog.application.AppEdge,int,int)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGeneratorVmTypes","l":"createVM(VirtualTopologyGeneratorVmTypes.VMtype, double, double)","u":"createVM(org.iquantum.sdn.example.topogenerators.VirtualTopologyGeneratorVmTypes.VMtype,double,double)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"createvmflag"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"createVMinHost(ContainerHost, boolean)","u":"createVMinHost(org.iquantum.backends.classical.container.core.ContainerHost,boolean)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"createVms(ContainerHost, boolean)","u":"createVms(org.iquantum.backends.classical.container.core.ContainerHost,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"createVmsInDatacenter(int)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"createVmsInDatacenter(int)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"createVmsInDatacenterBase(int)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGenerator","l":"createVmSpec(int, long, int, long, long, double, double)","u":"createVmSpec(int,long,int,long,long,double,double)"},{"p":"org.iquantum.utils","c":"MathUtil","l":"createWeigthedLinearRegression(double[], double[], double[])","u":"createWeigthedLinearRegression(double[],double[],double[])"},{"p":"org.iquantum.fog.test.perfeval","c":"CrowdSensing_Microservices_RandomMobility_Clustering","l":"CrowdSensing_Microservices_RandomMobility_Clustering()","u":"%3Cinit%3E()"},{"p":"org.iquantum.tasks","c":"CTask","l":"CTask(int, long, int, long, long, UtilizationModel, UtilizationModel, UtilizationModel)","u":"%3Cinit%3E(int,long,int,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel)"},{"p":"org.iquantum.tasks","c":"CTask","l":"CTask(int, long, int, long, long, UtilizationModel, UtilizationModel, UtilizationModel, boolean)","u":"%3Cinit%3E(int,long,int,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,boolean)"},{"p":"org.iquantum.tasks","c":"CTask","l":"CTask(int, long, int, long, long, UtilizationModel, UtilizationModel, UtilizationModel, boolean, List)","u":"%3Cinit%3E(int,long,int,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,boolean,java.util.List)"},{"p":"org.iquantum.tasks","c":"CTask","l":"CTask(int, long, int, long, long, UtilizationModel, UtilizationModel, UtilizationModel, List)","u":"%3Cinit%3E(int,long,int,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,java.util.List)"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"cTaskList"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"cTaskList"},{"p":"org.iquantum.gateways","c":"Gateway","l":"cTaskList"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_MASTER"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_MASTER_ERROR"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_MASTER_ERROR_FULL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_MASTER_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_MASTER_SUCCESSFUL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_REPLICA"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_REPLICA_ERROR"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_REPLICA_ERROR_DOESNT_EXIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_REPLICA_ERROR_FULL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_REPLICA_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_REPLICA_SUCCESSFUL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_MASTER"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_MASTER_DOESNT_EXIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_MASTER_ERROR"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_MASTER_REPLICAS_EXIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_MASTER_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_MASTER_SUCCESSFUL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_REPLICA"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_REPLICA_ERROR"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_REPLICA_ERROR_DOESNT_EXIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_REPLICA_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_REPLICA_SUCCESSFUL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_FILE_ATTR_DELIVERY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_FILTER"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_FILTER_DELIVERY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_GET_FILE_ATTR"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_GET_REPLICA"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_GET_REPLICA_LIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_MODIFY_MASTER"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_MODIFY_MASTER_ERROR"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_MODIFY_MASTER_ERROR_DOESNT_EXIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_MODIFY_MASTER_ERROR_READ_ONLY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_MODIFY_MASTER_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_MODIFY_MASTER_SUCCESSFUL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_REPLICA_DELIVERY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_REPLICA_LIST_DELIVERY"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"currentAppId"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"currentCloudletId"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"currentCpuLoad"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"currentCpuLoad"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"currentCpuLoad"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"currentCpuLoad"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"currentCpuLoad"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"currentCpus"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"currentCpus"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"currentCPUs"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"currentCPUs"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"currentModuleInstanceNum"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"currentModuleInstanceNum"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"currentModuleInstanceNum"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"currentModuleInstanceNum"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"currentModuleInstanceNum"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"currentModuleLoadMap"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"currentModuleLoadMap"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"currentModuleLoadMap"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"currentModuleLoadMap"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"currentModuleLoadMap"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"currentModuleMap"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"currentModuleMap"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"currentModuleMap"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"currentModuleMap"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"currentModuleMap"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"currentQPUs"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"currentQPUs"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"currStagenum"},{"p":"org.iquantum.fog.application","c":"Application","l":"dag"},{"p":"org.iquantum.fog.application","c":"DAG","l":"DAG(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"datacenter"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"datacenterCharacteristicsList"},{"p":"org.iquantum.brokers","c":"CBroker","l":"datacenterCharacteristicsList"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"datacenterid"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"datacenterIdsList"},{"p":"org.iquantum.brokers","c":"CBroker","l":"datacenterIdsList"},{"p":"org.iquantum.brokers","c":"QBroker","l":"datacenterIdsList"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"datacenterIdsList"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"datacenterIdsList"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"datacenterRequestedIdsList"},{"p":"org.iquantum.brokers","c":"CBroker","l":"datacenterRequestedIdsList"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"DATAcloudlet_SUBMIT"},{"p":"org.iquantum.utils","c":"DataFormat","l":"DataFormat()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"dataObject"},{"p":"org.iquantum.fog.mobilitydata","c":"DataParser","l":"DataParser()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"dataset_random"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"dataset_reference"},{"p":"org.iquantum.core","c":"Consts","l":"DAY"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"dc"},{"p":"org.iquantum.fog.test.perfeval","c":"DCNSFog","l":"DCNSFog()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"deadline"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"deallocateBwForAllContainers()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisionerSimple","l":"deallocateBwForAllContainers()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"deallocateBwForAllContainerVms()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisionerSimple","l":"deallocateBwForAllContainerVms()"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"deallocateBwForAllVms()"},{"p":"org.iquantum.provisioners","c":"BwProvisionerSimple","l":"deallocateBwForAllVms()"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"deallocateBwForAllVms()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"deallocateBwForContainer(Container)","u":"deallocateBwForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisionerSimple","l":"deallocateBwForContainer(Container)","u":"deallocateBwForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"deallocateBwForContainerVm(ContainerVm)","u":"deallocateBwForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisionerSimple","l":"deallocateBwForContainerVm(ContainerVm)","u":"deallocateBwForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"deallocateBwForVm(Vm)","u":"deallocateBwForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"BwProvisionerSimple","l":"deallocateBwForVm(Vm)","u":"deallocateBwForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"deallocateBwForVm(Vm)","u":"deallocateBwForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"deallocateHostForVm(ContainerVm)","u":"deallocateHostForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"deallocateHostForVm(ContainerVm)","u":"deallocateHostForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationAbstract","l":"deallocateHostForVm(ContainerVm)","u":"deallocateHostForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"deallocateHostForVm(Vm)","u":"deallocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"deallocateHostForVm(Vm)","u":"deallocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicy","l":"deallocateHostForVm(Vm)","u":"deallocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"deallocateHostForVm(Vm)","u":"deallocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyAbstract","l":"deallocateHostForVm(Vm)","u":"deallocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"deallocateHostForVm(Vm)","u":"deallocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"deallocateHostForVm(Vm)","u":"deallocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"deallocateHostForVm(Vm)","u":"deallocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"deallocateMipsForAllContainers()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"deallocateMipsForAllContainers()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"deallocateMipsForAllContainerVms()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"deallocateMipsForAllContainerVms()"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"deallocateMipsForAllVms()"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"deallocateMipsForAllVms()"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"deallocateMipsForAllVms()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"deallocateMipsForContainer(Container)","u":"deallocateMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"deallocateMipsForContainer(Container)","u":"deallocateMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"deallocateMipsForContainerVm(ContainerVm)","u":"deallocateMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"deallocateMipsForContainerVm(ContainerVm)","u":"deallocateMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"deallocateMipsForVm(Vm)","u":"deallocateMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"deallocateMipsForVm(Vm)","u":"deallocateMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"deallocateMipsForVm(Vm)","u":"deallocateMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"deallocatePesForAllContainers()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"deallocatePesForAllContainers()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"deallocatePesForAllContainerVms()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"deallocatePesForAllContainerVms()"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"deallocatePesForAllVms()"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"deallocatePesForAllVms()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"deallocatePesForContainer(Container)","u":"deallocatePesForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"deallocatePesForContainer(Container)","u":"deallocatePesForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"deallocatePesForContainer(Container)","u":"deallocatePesForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"deallocatePesForContainerVm(ContainerVm)","u":"deallocatePesForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"deallocatePesForVm(ContainerVm)","u":"deallocatePesForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"deallocatePesForVm(ContainerVm)","u":"deallocatePesForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"deallocatePesForVm(Vm)","u":"deallocatePesForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"deallocatePesForVm(Vm)","u":"deallocatePesForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerSpaceShared","l":"deallocatePesForVm(Vm)","u":"deallocatePesForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"deallocatePesForVm(Vm)","u":"deallocatePesForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"deallocatePesForVm(Vm)","u":"deallocatePesForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"deallocateRamForAllContainers()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisionerSimple","l":"deallocateRamForAllContainers()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"deallocateRamForAllContainerVms()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisionerSimple","l":"deallocateRamForAllContainerVms()"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"deallocateRamForAllVms()"},{"p":"org.iquantum.provisioners","c":"RamProvisionerSimple","l":"deallocateRamForAllVms()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"deallocateRamForContainer(Container)","u":"deallocateRamForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisionerSimple","l":"deallocateRamForContainer(Container)","u":"deallocateRamForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"deallocateRamForContainerVm(ContainerVm)","u":"deallocateRamForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisionerSimple","l":"deallocateRamForContainerVm(ContainerVm)","u":"deallocateRamForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"deallocateRamForVm(Vm)","u":"deallocateRamForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"RamProvisionerSimple","l":"deallocateRamForVm(Vm)","u":"deallocateRamForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicy","l":"deallocateVmForContainer(Container)","u":"deallocateVmForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"deallocateVmForContainer(Container)","u":"deallocateVmForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicy","l":"deallocateVmForContainer(Container)","u":"deallocateVmForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.fog.utils","c":"Logger","l":"DEBUG"},{"p":"org.iquantum.fog.utils","c":"Logger","l":"debug(String, String)","u":"debug(java.lang.String,java.lang.String)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"debugFlowIdName"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"debugVmIdName"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"DEFAULT_BAUD_RATE"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"DEFAULT_MTU"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"DEFAULT_STORAGE_SIZE"},{"p":"org.iquantum.core","c":"iQuantum","l":"deferred"},{"p":"org.iquantum.core","c":"DeferredQueue","l":"DeferredQueue()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"delayMatrix"},{"p":"org.iquantum.network","c":"DelayMatrix_Float","l":"DelayMatrix_Float(TopologicalGraph, boolean)","u":"%3Cinit%3E(org.iquantum.network.TopologicalGraph,boolean)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"deleteFile(File)","u":"deleteFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"SanStorage","l":"deleteFile(File)","u":"deleteFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"deleteFile(File)","u":"deleteFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"deleteFile(String)","u":"deleteFile(java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"deleteFile(String)","u":"deleteFile(java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"deleteFile(String, File)","u":"deleteFile(java.lang.String,org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"SanStorage","l":"deleteFile(String, File)","u":"deleteFile(java.lang.String,org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"deleteFile(String, File)","u":"deleteFile(java.lang.String,org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.tasks","c":"CTask","l":"deleteRequiredFile(String)","u":"deleteRequiredFile(java.lang.String)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"deployApplication(int, String)","u":"deployApplication(int,java.lang.String)"},{"p":"org.iquantum.sdn.example","c":"SimpleNetworkOperatingSystem","l":"deployApplication(List, List, List)","u":"deployApplication(java.util.List,java.util.List,java.util.List)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"deployApplication(List, List, List)","u":"deployApplication(java.util.List,java.util.List,java.util.List)"},{"p":"org.iquantum.sdn.overbooking","c":"OverbookingNetworkOperatingSystem","l":"deployApplication(List, List, List)","u":"deployApplication(java.util.List,java.util.List,java.util.List)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"deployementSet"},{"p":"org.iquantum.sdn.example","c":"SimpleNetworkOperatingSystem","l":"deployFlow(List)","u":"deployFlow(java.util.List)"},{"p":"org.iquantum.sdn.overbooking","c":"OverbookingNetworkOperatingSystem","l":"deployFlow(List)","u":"deployFlow(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"deploymentFile"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"DEPLOYMENTREQUEST"},{"p":"org.iquantum.sdn.example","c":"SimpleNetworkOperatingSystem","l":"deployMiddlebox(String, Vm)","u":"deployMiddlebox(java.lang.String,org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"deployMiddlebox(String, Vm)","u":"deployMiddlebox(java.lang.String,org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.overbooking","c":"OverbookingNetworkOperatingSystem","l":"deployMiddlebox(String, Vm)","u":"deployMiddlebox(java.lang.String,org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"destinationDeviceId"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"determineParent(int, double)","u":"determineParent(int,double)"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"DETERMINISTIC"},{"p":"org.iquantum.fog.utils.distribution","c":"DeterministicDistribution","l":"DeterministicDistribution(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"deviceId"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"deviceType"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"DIRECTIONAL_MOBILITY"},{"p":"org.iquantum.utils","c":"Log","l":"disable()"},{"p":"org.iquantum.fog.placement","c":"PlacementLogicFactory","l":"DISTRIBUTED_MICROSERVICES_PLACEMENT"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"DistributedMicroservicePlacementLogic(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"Distribution()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"DOWN"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"downlinkbandwidth"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"downlinkBandwidth"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"downlinkswitches"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"downlinkswitchpktlist"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"EDGE_LEVEL"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"Edge(Node)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Node)"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"Edge(Node)","u":"%3Cinit%3E(org.iquantum.sdn.graph.core.Node)"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"Edge(Node, double)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Node,double)"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"Edge(Node, double)","u":"%3Cinit%3E(org.iquantum.sdn.graph.core.Node,double)"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"Edge(Node, Map)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Node,java.util.Map)"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"Edge(Node, Map)","u":"%3Cinit%3E(org.iquantum.sdn.graph.core.Node,java.util.Map)"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"Edge(Node, String, long)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Node,java.lang.String,long)"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"Edge(Node, String, long)","u":"%3Cinit%3E(org.iquantum.sdn.graph.core.Node,java.lang.String,long)"},{"p":"org.iquantum.brokers","c":"QEdgeBroker","l":"edgeGateway"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"EdgeGateway(String, CEdgeBroker)","u":"%3Cinit%3E(java.lang.String,org.iquantum.brokers.CEdgeBroker)"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"EdgeGateway(String, CEdgeBroker, QEdgeBroker)","u":"%3Cinit%3E(java.lang.String,org.iquantum.brokers.CEdgeBroker,org.iquantum.brokers.QEdgeBroker)"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"EdgeGateway(String, CEdgeBroker, QEdgeBroker, CloudGateway)","u":"%3Cinit%3E(java.lang.String,org.iquantum.brokers.CEdgeBroker,org.iquantum.brokers.QEdgeBroker,org.iquantum.gateways.CloudGateway)"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"EdgeGateway(String, QEdgeBroker)","u":"%3Cinit%3E(java.lang.String,org.iquantum.brokers.QEdgeBroker)"},{"p":"org.iquantum.sdn","c":"EdgeSwitch","l":"EdgeSwitch(String, int, long, int, int, NetworkOperatingSystem)","u":"%3Cinit%3E(java.lang.String,int,long,int,int,org.iquantum.sdn.NetworkOperatingSystem)"},{"p":"org.iquantum.network.datacenter","c":"EdgeSwitch","l":"EdgeSwitch(String, int, NetworkCDatacenter)","u":"%3Cinit%3E(java.lang.String,int,org.iquantum.network.datacenter.NetworkCDatacenter)"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"EdgeSwitchPort"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"EDGEWARDS"},{"p":"org.iquantum.fog.placement","c":"PlacementLogicFactory","l":"EDGEWART_MICROSERCVICES_PLACEMENT"},{"p":"org.iquantum.sdn","c":"Middlebox","l":"editRequest(Request)","u":"editRequest(org.iquantum.sdn.Request)"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"EMIT_TUPLE"},{"p":"org.iquantum.fog.utils","c":"Config","l":"ENABLE_DYNAMIC_CLUSTERING"},{"p":"org.iquantum.fog.utils","c":"MicroservicePlacementConfig","l":"ENABLE_RESOURCE_DATA_SHARING"},{"p":"org.iquantum.fog.utils","c":"Config","l":"ENABLE_STATIC_CLUSTERING"},{"p":"org.iquantum.utils","c":"Log","l":"enable()"},{"p":"org.iquantum.fog.utils","c":"Logger","l":"ENABLED"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"END_OF_SIMULATION"},{"p":"org.iquantum.utils","c":"ExecutionTimeMeasurer","l":"end(String)","u":"end(java.lang.String)"},{"p":"org.iquantum.core","c":"SimEvent","l":"endWaitingTime()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"energyConsumption"},{"p":"org.iquantum.core","c":"SimEvent","l":"ENULL"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"environmentLimit"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.iquantum.fog.utils","c":"Logger","l":"ERROR"},{"p":"org.iquantum.fog.utils","c":"Logger","l":"error(String, String)","u":"error(java.lang.String,java.lang.String)"},{"p":"org.iquantum.core","c":"SimEvent","l":"eventTime()"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"executeApplicationPlacementLogic(List)","u":"executeApplicationPlacementLogic(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"executeTuple(SimEvent, String)","u":"executeTuple(org.iquantum.core.SimEvent,java.lang.String)"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"EXECUTION"},{"p":"org.iquantum.utils","c":"ExecutionTimeMeasurer","l":"ExecutionTimeMeasurer()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"exetime"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"exeTime"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"EXPERIMENT"},{"p":"org.iquantum.distributions","c":"ExponentialDistr","l":"ExponentialDistr(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.distributions","c":"ExponentialDistr","l":"ExponentialDistr(long, double)","u":"%3Cinit%3E(long,double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"extractHostListFromMigrationMap(List>)","u":"extractHostListFromMigrationMap(java.util.List)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"extractHostListFromMigrationMap(List>)","u":"extractHostListFromMigrationMap(java.util.List)"},{"p":"org.iquantum.utils","c":"QTaskExporter","l":"extractQTaskListToCSV(List, String)","u":"extractQTaskListToCSV(java.util.List,java.lang.String)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"FAILED"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"FAILED"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"FAILED"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"FAILED"},{"p":"org.iquantum.tasks","c":"CTask","l":"FAILED"},{"p":"org.iquantum.tasks","c":"QTask","l":"FAILED"},{"p":"org.iquantum.tasks","c":"QTask","l":"FAILED_GATES_INSUFFICIENT"},{"p":"org.iquantum.tasks","c":"QTask","l":"FAILED_QUBIT_MAP"},{"p":"org.iquantum.tasks","c":"QTask","l":"FAILED_QUBITS_INSUFFICIENT"},{"p":"org.iquantum.tasks","c":"CTask","l":"FAILED_RESOURCE_UNAVAILABLE"},{"p":"org.iquantum.tasks","c":"QTask","l":"FAILED_RESOURCE_UNAVAILABLE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"FALSE"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"FCN"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"fFloat"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDNExample","l":"fFloat"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_ERROR"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_ERROR_ACCESS_DENIED"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_ERROR_EMPTY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_ERROR_EXIST_READ_ONLY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_ERROR_STORAGE_FULL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_MASTER"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_MASTER_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_REPLICA"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_REPLICA_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_SUCCESSFUL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_ERROR"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_ERROR_ACCESS_DENIED"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_ERROR_DOESNT_EXIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_ERROR_IN_USE"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_ERROR_READ_ONLY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_MASTER"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_MASTER_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_REPLICA"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_REPLICA_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_SUCCESSFUL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELIVERY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_MODIFY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_MODIFY_ERROR"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_MODIFY_ERROR_ACCESS_DENIED"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_MODIFY_ERROR_DOESNT_EXIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_MODIFY_ERROR_IN_USE"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_MODIFY_ERROR_READ_ONLY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_MODIFY_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_MODIFY_SUCCESSFUL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_REQUEST"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"FILE_SIZE"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"File(File)","u":"%3Cinit%3E(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"File(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"FileAttribute(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"finalizeCloudlet()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"finalizeQTask()"},{"p":"org.iquantum.backends.classical.container.core","c":"containeriQuantumTags","l":"FIND_VM_FOR_CLOUDLET"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"findAvailableHostForContainer(Container, List>)","u":"findAvailableHostForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection","l":"findAvailableHostForContainer(Container, List>)","u":"findAvailableHostForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.core","c":"iQuantum","l":"findFirstDeferred(int, Predicate)","u":"findFirstDeferred(int,org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"findHostForContainer(Container, Set, boolean)","u":"findHostForContainer(org.iquantum.backends.classical.container.core.Container,java.util.Set,boolean)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection","l":"findHostForContainer(Container, Set, boolean)","u":"findHostForContainer(org.iquantum.backends.classical.container.core.Container,java.util.Set,boolean)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"findHostForVm(ContainerVm)","u":"findHostForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationAbstract","l":"findHostForVm(ContainerVm)","u":"findHostForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"findHostForVm(ContainerVm, Set)","u":"findHostForVm(org.iquantum.backends.classical.container.core.ContainerVm,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"findHostForVm(ContainerVm, Set)","u":"findHostForVm(org.iquantum.backends.classical.container.core.ContainerVm,java.util.Set)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyAbstract","l":"findHostForVm(Vm)","u":"findHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"findHostForVm(Vm)","u":"findHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"findHostForVm(Vm, Set)","u":"findHostForVm(org.iquantum.backends.classical.Vm,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"findMapInSwitchedOffHosts(List)","u":"findMapInSwitchedOffHosts(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"findMapInUnderUtilizedHosts(List, List)","u":"findMapInUnderUtilizedHosts(java.util.List,java.util.List)"},{"p":"org.iquantum.policies.qubitMapping","c":"QubitMappingBackTracking","l":"findMapping(QubitTopology, QubitTopology)","u":"findMapping(org.iquantum.backends.quantum.qubittopologies.QubitTopology,org.iquantum.backends.quantum.qubittopologies.QubitTopology)"},{"p":"org.iquantum.policies.qubitMapping","c":"QubitMappingBackTracking","l":"findMappingIndex(QubitTopology, QubitTopology)","u":"findMappingIndex(org.iquantum.backends.quantum.qubittopologies.QubitTopology,org.iquantum.backends.quantum.qubittopologies.QubitTopology)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"findSDNHost(Host)","u":"findSDNHost(org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"findSDNHost(int)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"findVm(int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicyRS","l":"findVmForContainer(Container)","u":"findVmForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicy","l":"findVmForContainer(Container)","u":"findVmForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"FINISH"},{"p":"org.iquantum.core","c":"SimEntity","l":"FINISHED"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"finishExecution()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"finishExecution()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"finishExecution()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"finishExecution()"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"finishExecution()"},{"p":"org.iquantum.core","c":"iQuantum","l":"finishSimulation()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"finishtime"},{"p":"org.iquantum.network.datacenter","c":"NetworkVm","l":"finishtime"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"fInt"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDNExample","l":"fInt"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"fintime"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"fintimelistHost"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"fintimelistVM"},{"p":"org.iquantum.network.datacenter","c":"NetworkVm","l":"flagfree"},{"p":"org.iquantum.network","c":"FloydWarshall_Float","l":"FloydWarshall_Float()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.utils","c":"Config","l":"FOG_DEVICE_ARCH"},{"p":"org.iquantum.fog.utils","c":"Config","l":"FOG_DEVICE_COST"},{"p":"org.iquantum.fog.utils","c":"Config","l":"FOG_DEVICE_COST_PER_BW"},{"p":"org.iquantum.fog.utils","c":"Config","l":"FOG_DEVICE_COST_PER_MEMORY"},{"p":"org.iquantum.fog.utils","c":"Config","l":"FOG_DEVICE_COST_PER_STORAGE"},{"p":"org.iquantum.fog.utils","c":"Config","l":"FOG_DEVICE_OS"},{"p":"org.iquantum.fog.utils","c":"Config","l":"FOG_DEVICE_TIMEZONE"},{"p":"org.iquantum.fog.utils","c":"Config","l":"FOG_DEVICE_VMM"},{"p":"org.iquantum.fog.entities","c":"FogBrokerC","l":"FogBrokerC(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"FogDevice(String, FogDeviceCharacteristicsC, VmAllocationPolicy, List, double, double, double, double, double)","u":"%3Cinit%3E(java.lang.String,org.iquantum.fog.entities.FogDeviceCharacteristicsC,org.iquantum.policies.vm.VmAllocationPolicy,java.util.List,double,double,double,double,double)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"FogDevice(String, long, int, double, double, double, PowerModel)","u":"%3Cinit%3E(java.lang.String,long,int,double,double,double,org.iquantum.power.models.PowerModel)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"FogDeviceCharacteristicsC(String, String, String, Host, double, double, double, double, double)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,org.iquantum.backends.classical.Host,double,double,double,double,double)"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"FogDeviceGui()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"FogDeviceGui(String, long, int, long, long, int, double)","u":"%3Cinit%3E(java.lang.String,long,int,long,long,int,double)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"fogDevices"},{"p":"org.iquantum.fog.utils","c":"FogEntityFactory","l":"FogEntityFactory()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"FogEvents()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.example","c":"FogGui","l":"FogGui()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.utils","c":"FogLinearPowerModel","l":"FogLinearPowerModel(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.fog.utils","c":"FogUtils","l":"FogUtils()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"FON"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"fonID"},{"p":"org.iquantum.utils","c":"Log","l":"format(String, Object...)","u":"format(java.lang.String,java.lang.Object...)"},{"p":"org.iquantum.utils","c":"Log","l":"formatLine(String, Object...)","u":"formatLine(java.lang.String,java.lang.Object...)"},{"p":"org.iquantum.sdn","c":"ForwardingRule","l":"ForwardingRule()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.application.selectivity","c":"FractionalSelectivity","l":"FractionalSelectivity(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"FREE"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"FREE"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"FREE"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"FREE"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"fString"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDNExample","l":"fString"},{"p":"org.iquantum.core","c":"iQuantum","l":"future"},{"p":"org.iquantum.core","c":"FutureQueue","l":"FutureQueue()","u":"%3Cinit%3E()"},{"p":"org.iquantum.distributions","c":"GammaDistr","l":"GammaDistr(int, double)","u":"%3Cinit%3E(int,double)"},{"p":"org.iquantum.distributions","c":"GammaDistr","l":"GammaDistr(Random, int, double)","u":"%3Cinit%3E(java.util.Random,int,double)"},{"p":"org.iquantum.gateways","c":"Gateway","l":"Gateway(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.gateways","c":"Gateway","l":"Gateway(String, CBroker)","u":"%3Cinit%3E(java.lang.String,org.iquantum.brokers.CBroker)"},{"p":"org.iquantum.gateways","c":"Gateway","l":"Gateway(String, CBroker, QBroker)","u":"%3Cinit%3E(java.lang.String,org.iquantum.brokers.CBroker,org.iquantum.brokers.QBroker)"},{"p":"org.iquantum.gateways","c":"Gateway","l":"Gateway(String, QBroker)","u":"%3Cinit%3E(java.lang.String,org.iquantum.brokers.QBroker)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGeneratorVmTypes","l":"generate3TierTopology(int, String)","u":"generate3TierTopology(int,java.lang.String)"},{"p":"org.iquantum.fog.utils","c":"FogUtils","l":"generateActualTupleId()"},{"p":"org.iquantum.fog.utils","c":"FogUtils","l":"generateEntityId()"},{"p":"org.iquantum.sdn.request","c":"VMRequestGenerator","l":"generateLinks()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"generateRoutingTable()"},{"p":"org.iquantum.fog.utils","c":"ShortestPathRoutingGenerator","l":"generateRoutingTable(List)","u":"generateRoutingTable(java.util.List)"},{"p":"org.iquantum.fog.utils","c":"FogUtils","l":"generateTupleId()"},{"p":"org.iquantum.sdn.request","c":"VMRequestGenerator","l":"generateVM(long, int, long, int, long, double, double)","u":"generateVM(long,int,long,int,long,double,double)"},{"p":"org.iquantum.sdn.request","c":"VMRequestGenerator","l":"generateVM(VMRequestGenerator.VMtype, double, double)","u":"generateVM(org.iquantum.sdn.request.VMRequestGenerator.VMtype,double,double)"},{"p":"org.iquantum.sdn.request","c":"VMRequestGenerator","l":"generateVMGroup(int, double, double)","u":"generateVMGroup(int,double,double)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGeneratorVmTypes","l":"generateVMGroup(int, double, double, Long)","u":"generateVMGroup(int,double,double,java.lang.Long)"},{"p":"org.iquantum.sdn.request","c":"VMRequestGenerator","l":"generateVMs(int)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VMRequestRandomGenerator","l":"generateVMsRandom(int)"},{"p":"org.iquantum.models","c":"WorkloadFileReader","l":"generateWorkload()"},{"p":"org.iquantum.models","c":"WorkloadModel","l":"generateWorkload()"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"GeoCoverage(double, double, double, double)","u":"%3Cinit%3E(double,double,double,double)"},{"p":"org.iquantum.fog.utils","c":"GeoLocation","l":"GeoLocation(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"GET_RESOURCE_USAGE"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getActiveApplications()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getActiveHostList()"},{"p":"org.iquantum.sdn","c":"Channel","l":"getActiveTransmissionNum()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getActiveVmList()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getActualCPUTime()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getActualCPUTime(int)"},{"p":"org.iquantum.tasks","c":"QTask","l":"getActualQPUTime()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getActualQPUTime(int)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getActualTupleId()"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"getActualTupleId()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getActuatorId()"},{"p":"org.iquantum.fog.entities","c":"PhysicalTopology","l":"getActuators()"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"getActuators()"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"getActuators()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"getActuators()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getActuators()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getActuators()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getActuators()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementOnlyCloud","l":"getActuators()"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"getActuatorSubscriptions()"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"getActuatorType()"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorGui","l":"getActuatorType()"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorModule","l":"getActuatorType()"},{"p":"org.iquantum.sdn","c":"Node","l":"getAddress()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"getAddress()"},{"p":"org.iquantum.sdn","c":"Switch","l":"getAddress()"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"getAdjacencyList()"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"getAdjacencyList()"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"getAdjacentLinks(Node)","u":"getAdjacentLinks(org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"Channel","l":"getAdjustedRequestedBandwidth()"},{"p":"org.iquantum.core","c":"ResourceInformationService","l":"getAdvReservList()"},{"p":"org.iquantum.sdn.example","c":"WorkloadParser","l":"getAllCTasks()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getAllGateSets()"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"getAllLinks()"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"getAllNodes()"},{"p":"org.iquantum.sdn","c":"Channel","l":"getAllocatedBandwidth()"},{"p":"org.iquantum.sdn","c":"Link","l":"getAllocatedBandwidthForDedicatedChannels(Node)","u":"getAllocatedBandwidthForDedicatedChannels(org.iquantum.sdn.Node)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"getAllocatedBwForContainer(Container)","u":"getAllocatedBwForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisionerSimple","l":"getAllocatedBwForContainer(Container)","u":"getAllocatedBwForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"getAllocatedBwForContainerVm(ContainerVm)","u":"getAllocatedBwForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisionerSimple","l":"getAllocatedBwForContainerVm(ContainerVm)","u":"getAllocatedBwForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"getAllocatedBwForVm(Vm)","u":"getAllocatedBwForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"BwProvisionerSimple","l":"getAllocatedBwForVm(Vm)","u":"getAllocatedBwForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"getAllocatedBwForVm(Vm)","u":"getAllocatedBwForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical","c":"HostStateHistoryEntry","l":"getAllocatedMips()"},{"p":"org.iquantum.policies.vm","c":"VmStateHistoryEntry","l":"getAllocatedMips()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"getAllocatedMipsForContainer(Container)","u":"getAllocatedMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"getAllocatedMipsForContainer(Container)","u":"getAllocatedMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getAllocatedMipsForContainer(Container)","u":"getAllocatedMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getAllocatedMipsForContainer(Container)","u":"getAllocatedMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"getAllocatedMipsForContainerByVirtualPeId(Container, int)","u":"getAllocatedMipsForContainerByVirtualPeId(org.iquantum.backends.classical.container.core.Container,int)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"getAllocatedMipsForContainerByVirtualPeId(Container, int)","u":"getAllocatedMipsForContainerByVirtualPeId(org.iquantum.backends.classical.container.core.Container,int)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"getAllocatedMipsForContainerVm(ContainerVm)","u":"getAllocatedMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"getAllocatedMipsForContainerVm(ContainerVm)","u":"getAllocatedMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getAllocatedMipsForContainerVm(ContainerVm)","u":"getAllocatedMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getAllocatedMipsForContainerVm(ContainerVm)","u":"getAllocatedMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"getAllocatedMipsForContainerVmByVirtualPeId(ContainerVm, int)","u":"getAllocatedMipsForContainerVmByVirtualPeId(org.iquantum.backends.classical.container.core.ContainerVm,int)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"getAllocatedMipsForContainerVmByVirtualPeId(ContainerVm, int)","u":"getAllocatedMipsForContainerVmByVirtualPeId(org.iquantum.backends.classical.container.core.ContainerVm,int)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getAllocatedMipsForVm(Vm)","u":"getAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getAllocatedMipsForVm(Vm)","u":"getAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"getAllocatedMipsForVm(Vm)","u":"getAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"getAllocatedMipsForVm(Vm)","u":"getAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"getAllocatedMipsForVm(Vm)","u":"getAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"getAllocatedMipsForVmByVirtualPeId(Vm, int)","u":"getAllocatedMipsForVmByVirtualPeId(org.iquantum.backends.classical.Vm,int)"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"getAllocatedMipsForVmByVirtualPeId(Vm, int)","u":"getAllocatedMipsForVmByVirtualPeId(org.iquantum.backends.classical.Vm,int)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"getAllocatedMipsForVmByVirtualPeId(Vm, int)","u":"getAllocatedMipsForVmByVirtualPeId(org.iquantum.backends.classical.Vm,int)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"getAllocatedRamForContainer(Container)","u":"getAllocatedRamForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisionerSimple","l":"getAllocatedRamForContainer(Container)","u":"getAllocatedRamForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"getAllocatedRamForContainerVm(ContainerVm)","u":"getAllocatedRamForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisionerSimple","l":"getAllocatedRamForContainerVm(ContainerVm)","u":"getAllocatedRamForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"getAllocatedRamForVm(Vm)","u":"getAllocatedRamForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"RamProvisionerSimple","l":"getAllocatedRamForVm(Vm)","u":"getAllocatedRamForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getAllocationPolicy()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getAllocationPolicy()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getAllocationPolicy()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getAllQubitTopologies()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getAllResourceId()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getAllResourceId()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getAllResourceName()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getAllResourceName()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getAnharmonicityGHz()"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"getApp()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getApp()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getAppCloudletList()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getAppId()"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"getAppId()"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"getAppId()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getAppId()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getAppId()"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"getAppLaunchDelays()"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"getAppLaunchDelays()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"getAppLaunchDelays()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getApplication()"},{"p":"org.iquantum.fog.entities","c":"PlacementRequest","l":"getApplicationId()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getApplicationMap()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getApplicationName()"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"getApplicationPerId(String)","u":"getApplicationPerId(java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"getApplications()"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"getApplications()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"getApplications()"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"getAppModuleIdsIds()"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"getAppModulePlacementPolicy()"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"getAppModulePlacementPolicy()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"getAppModulePlacementPolicy()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getArchitecture()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getArchitecture()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getArchitecture()"},{"p":"org.iquantum.sdn","c":"Channel","l":"getArrivedPackages()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"getAssignedContainers(List>)","u":"getAssignedContainers(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getAssociatedActuatorIds()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getAttributeSize()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getAttributeSize()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"getAvailableBw()"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"getAvailableBw()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"getAvailableMips()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"getAvailableMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getAvailableMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getAvailableMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getAvailableMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getAvailableMips()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getAvailableMips()"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getAvailableMips()"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"getAvailableMips()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"getAvailableRam()"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"getAvailableRam()"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"getAvailableResource(int, String)","u":"getAvailableResource(int,java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getAvailableSpace()"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"getAvailableSpace()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"getAvailableVmBw()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"getAvailableVmRam()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getAvgSeekTime()"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"getBandwidth()"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"getBandwidth()"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"getBandwidth()"},{"p":"org.iquantum.sdn","c":"Node","l":"getBandwidth()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"getBandwidth()"},{"p":"org.iquantum.sdn","c":"Switch","l":"getBandwidth()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getBaudRate()"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"getBounds()"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"getBounds2D()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getBrokerId()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getBrokerId()"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"getBurstHighPeriod()"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"getBurstLowPeriod()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"getBw()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"getBw()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getBw()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getBw()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getBw()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getBw()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getBw()"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"getBw()"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"getBw()"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"getBw()"},{"p":"org.iquantum.sdn","c":"Arc","l":"getBw()"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"getBw()"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"getBw()"},{"p":"org.iquantum.sdn","c":"Link","l":"getBw()"},{"p":"org.iquantum.sdn","c":"Link","l":"getBw(Node)","u":"getBw(org.iquantum.sdn.Node)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getBwProvisioner()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisionerSimple","l":"getBwTable()"},{"p":"org.iquantum.provisioners","c":"BwProvisionerSimple","l":"getBwTable()"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"getBwTable()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getById(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.lists","c":"CloudletList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.lists","c":"HostList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.lists","c":"PeList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.lists","c":"QNodeList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.lists","c":"QNodeMQList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.lists","c":"QTaskList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.lists","c":"VmList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerList","l":"getByIdAndUserId(List, int, int)","u":"getByIdAndUserId(java.util.List,int,int)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmList","l":"getByIdAndUserId(List, int, int)","u":"getByIdAndUserId(java.util.List,int,int)"},{"p":"org.iquantum.lists","c":"ResCloudletList","l":"getByIdAndUserId(List, int, int)","u":"getByIdAndUserId(java.util.List,int,int)"},{"p":"org.iquantum.lists","c":"VmList","l":"getByIdAndUserId(List, int, int)","u":"getByIdAndUserId(java.util.List,int,int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getCacheCurrentRequestedMips()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getCacheCurrentRequestedMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getCachePreviousTime()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getCachePreviousTime()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getCapacity()"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"getCapacity()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"getCapacity(double)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"getCapacity(double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getCapacity(List)","u":"getCapacity(java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getCapacity(List)","u":"getCapacity(java.util.List)"},{"p":"org.iquantum.sdn","c":"Link","l":"getChannelCount(Node)","u":"getChannelCount(org.iquantum.sdn.Node)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getCharacteristics()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"getCharacteristics()"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"getCharacteristics()"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"getCharacteristics()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getChecksum()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getChecksum()"},{"p":"org.iquantum.sdn","c":"Channel","l":"getChId()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getChildIdForTuple(Tuple)","u":"getChildIdForTuple(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getChildIdWithRouteTo(int)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getChildrenIds()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getChildToLatencyMap()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getChildToOperatorsMap()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getClassType()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"getClientServiceNodeIds(Application, String, Map, Map)","u":"getClientServiceNodeIds(org.iquantum.fog.application.Application,java.lang.String,java.util.Map,java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"getClientServiceNodeIds(Application, String, Map, Map)","u":"getClientServiceNodeIds(org.iquantum.fog.application.Application,java.lang.String,java.util.Map,java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"getClientServiceNodeIds(Application, String, Map, Map)","u":"getClientServiceNodeIds(org.iquantum.fog.application.Application,java.lang.String,java.util.Map,java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"getClientServices(Application, String)","u":"getClientServices(org.iquantum.fog.application.Application,java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"getClientServices(Application, String)","u":"getClientServices(org.iquantum.fog.application.Application,java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"getClientServices(Application, String)","u":"getClientServices(org.iquantum.fog.application.Application,java.lang.String)"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"getClops()"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"getCLOPS()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getClopsOfQPUById(int)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"getCloud()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getClouddletFinishTime()"},{"p":"org.iquantum.brokers","c":"QEdgeBroker","l":"getCloudGateway()"},{"p":"org.iquantum.core","c":"iQuantum","l":"getCloudInfoServiceEntityId()"},{"p":"org.iquantum.sdn","c":"Processing","l":"getCloudlet()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getCloudlet()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getCloudletArrivalTime()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getCloudletClassType()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCloudletExecList()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCloudletExecList()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCloudletFailedList()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCloudletFailedList()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletFileSize()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCloudletFinishedList()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCloudletFinishedList()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletFinishedSoFar()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletFinishedSoFar(int)"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletHistory()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletId()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getCloudletId()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletLength()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getCloudletLength()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getCloudletList()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getCloudletList()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getCloudletList()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletOutputSize()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCloudletPausedList()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCloudletPausedList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getCloudletReceivedList()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getCloudletReceivedList()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getCloudletReceivedList()"},{"p":"org.iquantum.sdn.example","c":"SDNBroker","l":"getCloudletReceivedList()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCloudletScheduler()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletStatus()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getCloudletStatus()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCloudletStatus(int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getCloudletStatus(int)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"getCloudletStatus(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCloudletStatus(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"getCloudletStatus(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getCloudletStatus(int)"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletStatusString()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getCloudletSubmitted()"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"getCloudletSubmitted()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getCloudletSubmittedList()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getCloudletSubmittedList()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getCloudletSubmittedList()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletTotalLength()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getCloudletTotalLength()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCloudletWaitingList()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCloudletWaitingList()"},{"p":"org.iquantum.core","c":"iQuantum","l":"getCloudResourceList()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getClusteringFeature()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getClusterLinkBandwidth()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getClusterMembers()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getClusterMembersToLatencyMap()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getClusterTupleQueue()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitEdge","l":"getCnotErrorRate()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getCompletedVms()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getCompletedVms()"},{"p":"org.iquantum.fog.utils","c":"FogLinearPowerModel","l":"getConstant()"},{"p":"org.iquantum.power.models","c":"PowerModelCubic","l":"getConstant()"},{"p":"org.iquantum.power.models","c":"PowerModelLinear","l":"getConstant()"},{"p":"org.iquantum.power.models","c":"PowerModelSqrt","l":"getConstant()"},{"p":"org.iquantum.power.models","c":"PowerModelSquare","l":"getConstant()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getContainer(int, int)","u":"getContainer(int,int)"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyCor","l":"getContainer(List, PowerContainerHost)","u":"getContainer(java.util.List,org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getContainerAllocationPolicy()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getContainerBwProvisioner()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisionerSimple","l":"getContainerBwTable()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getContainerCloudletScheduler()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"getContainerHostList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerCTask","l":"getContainerId()"},{"p":"org.iquantum.backends.classical.container.core","c":"ResContainerCloudlet","l":"getContainerId()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getContainerList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getContainerList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getContainerList()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getContainerManager()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"getContainerMigrationCount()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getContainerMigrationList()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"getContainerMigrationMapFromUnderUtilizedHosts(List, List>)","u":"getContainerMigrationMapFromUnderUtilizedHosts(java.util.List,java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection","l":"getContainerMigrationMapFromUnderUtilizedHosts(List, List>)","u":"getContainerMigrationMapFromUnderUtilizedHosts(java.util.List,java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getContainerMigrationWriter()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"getContainerPeProvisioner()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicyRS","l":"getContainerPlacementPolicy()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getContainerRamProvisioner()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisionerSimple","l":"getContainerRamTable()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getContainersAcks()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getContainerScheduler()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getContainersCreated()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getContainersCreatedList()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"getContainerSelectionPolicy()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getContainersMigratingIn()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getContainersMigratingIn()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getContainersMigratingOut()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection","l":"getContainersToMigrateFromUnderUtilizedHost(PowerContainerHost)","u":"getContainersToMigrateFromUnderUtilizedHost(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getContainersToVmsMap()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicy","l":"getContainerTable()"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicy","l":"getContainerToMigrate(PowerContainerHost)","u":"getContainerToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyCor","l":"getContainerToMigrate(PowerContainerHost)","u":"getContainerToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMaximumCorrelation","l":"getContainerToMigrate(PowerContainerHost)","u":"getContainerToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMaximumUsage","l":"getContainerToMigrate(PowerContainerHost)","u":"getContainerToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMinimumMigrationTime","l":"getContainerToMigrate(PowerContainerHost)","u":"getContainerToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicy","l":"getContainerVm(Container)","u":"getContainerVm(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"getContainerVm(Container)","u":"getContainerVm(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicy","l":"getContainerVm(Container)","u":"getContainerVm(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getContainerVm(int, int)","u":"getContainerVm(int,int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicy","l":"getContainerVm(int, int)","u":"getContainerVm(int,int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"getContainerVm(int, int)","u":"getContainerVm(int,int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicy","l":"getContainerVm(int, int)","u":"getContainerVm(int,int)"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicy","l":"getContainerVm(List, Object, Set)","u":"getContainerVm(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicyFirstFit","l":"getContainerVm(List, Object, Set)","u":"getContainerVm(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicyLeastFull","l":"getContainerVm(List, Object, Set)","u":"getContainerVm(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicyMostFull","l":"getContainerVm(List, Object, Set)","u":"getContainerVm(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicyRandomSelection","l":"getContainerVm(List, Object, Set)","u":"getContainerVm(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVMSelectionPolicyCor","l":"getContainerVM(List, PowerContainerHost)","u":"getContainerVM(java.util.List,org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getContainerVmBwProvisioner()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getContainerVmList()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicy","l":"getContainerVmList()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"getContainerVmPeProvisioner()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getContainerVmRamProvisioner()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisionerSimple","l":"getContainerVmRamTable()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getContainerVmScheduler()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"getContainerVmTable()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"getControllerComponent()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getControllerId()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getControllerId()"},{"p":"org.iquantum.fog.gui.core","c":"GraphView","l":"getCoordForNodes(Map>, List, Map>, List, int, int)","u":"getCoordForNodes(java.util.Map,java.util.List,java.util.Map,java.util.List,int,int)"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"getCoordinate()"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"getCoordinate()"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"getCoordinates()"},{"p":"org.iquantum.network","c":"TopologicalNode","l":"getCoordinateX()"},{"p":"org.iquantum.network","c":"TopologicalNode","l":"getCoordinateY()"},{"p":"org.iquantum.backends.classical.container.utils","c":"Correlation","l":"getCor(double[], double[])","u":"getCor(double[],double[])"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMaximumCorrelation","l":"getCorrelationCoefficients(double[][])"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMaximumCorrelation","l":"getCorrelationCoefficients(double[][])"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMaximumCorrelation","l":"getCorrelationCoefficients(double[][])"},{"p":"org.iquantum.tasks","c":"QTask","l":"getCost()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getCost()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getCost()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getCostPerBw()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getCostPerBw()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getCostPerBw()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getCostPerMem()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getCostPerMem()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getCostPerMem()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getCostPerMi()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getCostPerMi()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getCostPerMi()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCostPerSec()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCostPerSec(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getCostPerSecond()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getCostPerSecond()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristics","l":"getCostPerSecond()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristicsExtended","l":"getCostPerSecond()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getCostPerSecond()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getCostPerStorage()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getCostPerStorage()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getCostPerStorage()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getCount()"},{"p":"org.iquantum.fog.utils","c":"CanBeSentResult","l":"getCpuLoad()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getCpuTime(double, double)","u":"getCpuTime(double,double)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getCpuTime(double, double)","u":"getCpuTime(double,double)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getCpuTime(double, double)","u":"getCpuTime(double,double)"},{"p":"org.iquantum.fog.utils","c":"ResourceUsageDetails","l":"getCpuTrafficIntensity()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getCreationTime()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getCreationTime()"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"getCTaskList()"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"getCTaskList()"},{"p":"org.iquantum.gateways","c":"Gateway","l":"getCTaskList()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getCurrentAllocatedBw()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getCurrentAllocatedBw()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCurrentAllocatedBw()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getCurrentAllocatedMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getCurrentAllocatedMips()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCurrentAllocatedMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getCurrentAllocatedRam()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getCurrentAllocatedRam()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCurrentAllocatedRam()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getCurrentAllocatedSize()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getCurrentAllocatedSize()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCurrentAllocatedSize()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"getCurrentClops()"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"getCurrentCpuLoad()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getCurrentCpuLoad()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getCurrentCpuLoad()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getCurrentCpuLoad()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCurrentMipsShare()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCurrentMipsShare()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getCurrentModuleInstanceNum()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getCurrentModuleInstanceNum()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getCurrentModuleInstanceNum()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getCurrentModuleLoadMap()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getCurrentModuleLoadMap()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getCurrentModuleLoadMap()"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"getCurrentModuleMap()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getCurrentModuleMap()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getCurrentModuleMap()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getCurrentModuleMap()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getCurrentRequestedBw()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getCurrentRequestedBw()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCurrentRequestedBw()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getCurrentRequestedMaxMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getCurrentRequestedMaxMips()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCurrentRequestedMaxMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getCurrentRequestedRam()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getCurrentRequestedRam()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCurrentRequestedRam()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getCurrentRequestedTotalMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getCurrentRequestedTotalMips()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCurrentRequestedTotalMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCurrentRequestedUtilizationOfBw()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getCurrentRequestedUtilizationOfBw()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"getCurrentRequestedUtilizationOfBw()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCurrentRequestedUtilizationOfBw()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"getCurrentRequestedUtilizationOfBw()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getCurrentRequestedUtilizationOfBw()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCurrentRequestedUtilizationOfRam()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getCurrentRequestedUtilizationOfRam()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"getCurrentRequestedUtilizationOfRam()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCurrentRequestedUtilizationOfRam()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"getCurrentRequestedUtilizationOfRam()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getCurrentRequestedUtilizationOfRam()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getCurrentSize()"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"getCurrentSize()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getDAG()"},{"p":"org.iquantum.core","c":"SimEvent","l":"getData()"},{"p":"org.iquantum.models","c":"UtilizationModelPlanetLabInMemory","l":"getData()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getDatacenter()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"getDatacenter()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getDatacenter()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getDatacenterCharacteristicsList()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getDatacenterCharacteristicsList()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getDatacenterCharacteristicsList()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getDatacenterEnergyList()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getDatacenterEnergyWriter()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getDatacenterIdsList()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getDatacenterIdsList()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"getDatacenterIdsList()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"getDatacenterIdsList()"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"getDatacenterIdsList()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getDatacenterIdsList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getDatacenterRequestedIdsList()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getDatacenterRequestedIdsList()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getDatacenterRequestedIdsList()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"getDataIdByInstanceID(int)"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"getDataIdsLevelReferences()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"getDataObject()"},{"p":"org.iquantum.sdn","c":"Link","l":"getDedicatedChannelAdjustFactor(Node)","u":"getDedicatedChannelAdjustFactor(org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"Link","l":"getDedicatedChannelCount(Node)","u":"getDedicatedChannelCount(org.iquantum.sdn.Node)"},{"p":"org.iquantum.network","c":"DelayMatrix_Float","l":"getDelay(int, int)","u":"getDelay(int,int)"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"getDelay(int, int)","u":"getDelay(int,int)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"getDeployementSet()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getDestId()"},{"p":"org.iquantum.network","c":"Packet","l":"getDestId()"},{"p":"org.iquantum.core","c":"SimEvent","l":"getDestination()"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"getDestination()"},{"p":"org.iquantum.sdn","c":"Package","l":"getDestination()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getDestinationDeviceId()"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"getDestinationDeviceId(String)","u":"getDestinationDeviceId(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getDestModuleName()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getDestModuleName()"},{"p":"org.iquantum.network","c":"TopologicalLink","l":"getDestNodeID()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getDetailBaudRate()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getDetailEntryTimes()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getDetailExitTimes()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getDetailHops()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getDeviceById(int)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getDeviceByName(String)","u":"getDeviceByName(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getDeviceForMicroservice(String)","u":"getDeviceForMicroservice(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"LoadBalancer","l":"getDeviceId(String, ServiceDiscovery)","u":"getDeviceId(java.lang.String,org.iquantum.fog.entities.ServiceDiscovery)"},{"p":"org.iquantum.fog.entities","c":"RRLoadBalancer","l":"getDeviceId(String, ServiceDiscovery)","u":"getDeviceId(java.lang.String,org.iquantum.fog.entities.ServiceDiscovery)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"getDevicesForFON(FogDevice)","u":"getDevicesForFON(org.iquantum.fog.entities.FogDevice)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getDeviceToModuleMap()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"getDeviceType()"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"getDirection()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getDirection()"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"getDistribution()"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"getDistributionType()"},{"p":"org.iquantum.fog.utils.distribution","c":"DeterministicDistribution","l":"getDistributionType()"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"getDistributionType()"},{"p":"org.iquantum.fog.utils.distribution","c":"NormalDistribution","l":"getDistributionType()"},{"p":"org.iquantum.fog.utils.distribution","c":"UniformDistribution","l":"getDistributionType()"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"getDownBw()"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"getDownInstanceIdsMaps()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getDownlinkBandwidth()"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"getDownports()"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"getDownports()"},{"p":"org.iquantum.fog.utils","c":"OperatorEdge","l":"getDst()"},{"p":"org.iquantum.sdn","c":"Arc","l":"getDstId()"},{"p":"org.iquantum.sdn","c":"Channel","l":"getDstId()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getDurationTime()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getDurationTime()"},{"p":"org.iquantum.brokers","c":"QEdgeBroker","l":"getEdgeGateway()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getEdgeMap()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended","l":"getEdgeProperties(int)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended","l":"getEdges()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getEdges()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCDatacenter","l":"getEdgeSwitch()"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"getEdgeType()"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"getEmitTime()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getEmitTimes()"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"getEndModule()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getEndTimes()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getEnergyConsumption()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerHost","l":"getEnergyLinearInterpolation(double, double, double)","u":"getEnergyLinearInterpolation(double,double,double)"},{"p":"org.iquantum.power","c":"PowerHost","l":"getEnergyLinearInterpolation(double, double, double)","u":"getEnergyLinearInterpolation(double,double,double)"},{"p":"org.iquantum.core","c":"iQuantum","l":"getEntity(int)"},{"p":"org.iquantum.core","c":"iQuantum","l":"getEntity(String)","u":"getEntity(java.lang.String)"},{"p":"org.iquantum.core","c":"iQuantum","l":"getEntityId(String)","u":"getEntityId(java.lang.String)"},{"p":"org.iquantum.core","c":"iQuantum","l":"getEntityList()"},{"p":"org.iquantum.core","c":"iQuantum","l":"getEntityName(int)"},{"p":"org.iquantum.core","c":"iQuantum","l":"getEntityName(Integer)","u":"getEntityName(java.lang.Integer)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getEstimatedFinishTime(ResCTask, double)","u":"getEstimatedFinishTime(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.fog.scheduler","c":"TupleScheduler","l":"getEstimatedFinishTime(ResCTask, double)","u":"getEstimatedFinishTime(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getEstimatedFinishTime(ResCTask, double)","u":"getEstimatedFinishTime(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.core","c":"SimEntity","l":"getEventBuffer()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getExecStartTime()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getExecStartTime()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getExecStartTime()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getExecStartTime()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getExecutionTimeHistoryHostSelection()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getExecutionTimeHistoryHostSelection()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getExecutionTimeHistoryTotal()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getExecutionTimeHistoryTotal()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getExecutionTimeHistoryVmReallocation()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getExecutionTimeHistoryVmReallocation()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getExecutionTimeHistoryVmSelection()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getExecutionTimeHistoryVmSelection()"},{"p":"org.iquantum.utils","c":"ExecutionTimeMeasurer","l":"getExecutionTimes()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getExperimentName()"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyCor","l":"getFallbackPolicy()"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMaximumCorrelation","l":"getFallbackPolicy()"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyMinimumCorrelation","l":"getFallbackPolicy()"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVMSelectionPolicyCor","l":"getFallbackPolicy()"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMaximumCorrelation","l":"getFallbackPolicy()"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMaximumCorrelation","l":"getFallbackPolicy()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationInterQuartileRange","l":"getFallbackVmAllocationPolicy()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"getFallbackVmAllocationPolicy()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation","l":"getFallbackVmAllocationPolicy()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getFile(String)","u":"getFile(java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"getFile(String)","u":"getFile(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.utils","c":"CostumeCSVWriter","l":"getFileAddress()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getFileAttribute()"},{"p":"org.iquantum.backends.classical.container.utils","c":"CostumeCSVReader","l":"getFileData()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getFileNameList()"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"getFileNameList()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getFileSize()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getFileSizeInByte()"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"getFinishTime()"},{"p":"org.iquantum.sdn","c":"Package","l":"getFinishTime()"},{"p":"org.iquantum.sdn","c":"TimedVm","l":"getFinishTime()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getFinishTime()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getFinishTime()"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"getFirstHighTime()"},{"p":"org.iquantum.sdn","c":"Arc","l":"getFlowId()"},{"p":"org.iquantum.sdn","c":"Package","l":"getFlowId()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"getFlowNameIdTable()"},{"p":"org.iquantum.sdn","c":"SDNDatacenter","l":"getFlowNameIdTable()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"getFogDeviceById(int)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getFogDeviceById(int)"},{"p":"org.iquantum.fog.entities","c":"PhysicalTopology","l":"getFogDevices()"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"getFogDevices()"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"getFogDevices()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"getFogDevices()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getFogDevices()"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"getFogHost()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"getFonId()"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"getFonID()"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"getFonID()"},{"p":"org.iquantum.sdn","c":"Link","l":"getFreeBandwidth(Node)","u":"getFreeBandwidth(org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"Link","l":"getFreeBandwidthForDedicatedChannel(Node)","u":"getFreeBandwidthForDedicatedChannel(org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getFreeBw()"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getFreeBw()"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getFreeBw()"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"getfreehostlist(int)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getFreeMips()"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getFreeMips()"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getFreeMips()"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"getFreePe(List)","u":"getFreePe(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"getFreePe(List)","u":"getFreePe(java.util.List)"},{"p":"org.iquantum.lists","c":"PeList","l":"getFreePe(List)","u":"getFreePe(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"getFreePes()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"getFreePes()"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"getFreePes()"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"getFreePes()"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerSpaceShared","l":"getFreePes()"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getFreePes()"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getFreePes()"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"getFreePes()"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getFreePes()"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"getfreeVmlist(int)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getFrequencyGHz()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getGateSet()"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"getGateSets()"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"getGateSets()"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"getGateSets()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getGateSetsOfQPUById(int)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitEdge","l":"getGateTime()"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"getGatewayDeviceId()"},{"p":"org.iquantum.fog.entities","c":"PlacementRequest","l":"getGatewayDeviceId()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getGatewayDeviceId()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getGeoCoverage()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getGeoCoverage()"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"getGeoLocation()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getGeoLocation()"},{"p":"org.iquantum.sdn","c":"Link","l":"getHighOrder()"},{"p":"org.iquantum.models","c":"UtilizationModelStochastic","l":"getHistory()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getHost()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getHost()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getHost()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"getHost()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"getHost(ContainerVm)","u":"getHost(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"getHost(ContainerVm)","u":"getHost(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationAbstract","l":"getHost(ContainerVm)","u":"getHost(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationAbstract","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicy","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyAbstract","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicy","l":"getHost(List, Object, Set)","u":"getHost(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyFirstFit","l":"getHost(List, Object, Set)","u":"getHost(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyLeastFull","l":"getHost(List, Object, Set)","u":"getHost(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyMinimumCorrelation","l":"getHost(List, Object, Set)","u":"getHost(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyMostFull","l":"getHost(List, Object, Set)","u":"getHost(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyRandomSelection","l":"getHost(List, Object, Set)","u":"getHost(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"getHost(Vm)","u":"getHost(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"getHost(Vm)","u":"getHost(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicy","l":"getHost(Vm)","u":"getHost(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"getHost(Vm)","u":"getHost(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyAbstract","l":"getHost(Vm)","u":"getHost(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getHost(Vm)","u":"getHost(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getHost(Vm)","u":"getHost(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getHost(Vm)","u":"getHost(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"getHostAddressByVmId(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getHostList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getHostList()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"getHostList()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getHostList()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getHostList()"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicy","l":"getHostList()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"getHostList()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection","l":"getHostSelectionPolicy()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"getHostSelectionPolicy()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationInterQuartileRange","l":"getHostUtilizationIqr(PowerHostUtilizationHistory)","u":"getHostUtilizationIqr(org.iquantum.power.PowerHostUtilizationHistory)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation","l":"getHostUtilizationMad(PowerHostUtilizationHistory)","u":"getHostUtilizationMad(org.iquantum.power.PowerHostUtilizationHistory)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getHostWithFreePe()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getHostWithFreePe()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getHostWithFreePe()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getHostWithFreePe(int)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getHostWithFreePe(int)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getHostWithFreePe(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"getHostWithFreePe(List)","u":"getHostWithFreePe(java.util.List)"},{"p":"org.iquantum.lists","c":"HostList","l":"getHostWithFreePe(List)","u":"getHostWithFreePe(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"getHostWithFreePe(List, int)","u":"getHostWithFreePe(java.util.List,int)"},{"p":"org.iquantum.lists","c":"HostList","l":"getHostWithFreePe(List, int)","u":"getHostWithFreePe(java.util.List,int)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"getHostwithVM(int)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"getId()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"getId()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getId()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getId()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getId()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getId()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getId()"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"getId()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getId()"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"getId()"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"getId()"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"getId()"},{"p":"org.iquantum.core","c":"SimEntity","l":"getId()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getId()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristics","l":"getId()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristicsExtended","l":"getId()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getId()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getId()"},{"p":"org.iquantum.network","c":"Packet","l":"getId()"},{"p":"org.iquantum.sdn","c":"Middlebox","l":"getId()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getIdError()"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"getInfo()"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"getInfo()"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"getInfo()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getInstance()"},{"p":"org.iquantum.fog.utils","c":"ModuleLaunchConfig","l":"getInstanceCount()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"getInstenceDataIdReferences()"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"getIops()"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"getIops()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getIsInCluster()"},{"p":"org.iquantum.sdn","c":"RoutingTable","l":"getKnownDestination()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getLast()"},{"p":"org.iquantum.network","c":"Packet","l":"getLast()"},{"p":"org.iquantum.sdn.example","c":"WorkloadParser","l":"getLastCTasks()"},{"p":"org.iquantum.sdn","c":"Channel","l":"getLastNode()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getLastProcessTime()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"getLastProcessTime()"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"getLastProcessTime()"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"getLastProcessTime()"},{"p":"org.iquantum.sdn","c":"Channel","l":"getLastUpdateTime()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getLastUpdateTime()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getLastUpdateTime()"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"getLat_l()"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"getLat_u()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getLatency()"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"getLatency()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getLatency()"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"getLatency()"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"getLatency()"},{"p":"org.iquantum.sdn","c":"Arc","l":"getLatency()"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"getLatency()"},{"p":"org.iquantum.sdn","c":"Link","l":"getLatency()"},{"p":"org.iquantum.fog.utils","c":"GeoLocation","l":"getLatitude()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getLeafToRootPaths()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getLeafToRootPaths()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getLeafToRootPaths()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getLevel()"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"getLevel()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"getLevelID(String)","u":"getLevelID(java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"getLevelWiseResources(int)"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"getLink(int, int)","u":"getLink(int,int)"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"getLinkBandwidth(int, int)","u":"getLinkBandwidth(int,int)"},{"p":"org.iquantum.network","c":"TopologicalLink","l":"getLinkBw()"},{"p":"org.iquantum.network","c":"TopologicalLink","l":"getLinkDelay()"},{"p":"org.iquantum.network","c":"TopologicalGraph","l":"getLinkIterator()"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"getLinkLatency(int, int)","u":"getLinkLatency(int,int)"},{"p":"org.iquantum.core","c":"ResourceInformationService","l":"getList()"},{"p":"org.iquantum.fog.gui.core","c":"NodeCellRenderer","l":"getListCellRendererComponent(JList, Object, int, boolean, boolean)","u":"getListCellRendererComponent(javax.swing.JList,java.lang.Object,int,boolean,boolean)"},{"p":"org.iquantum.sdn.graph.core","c":"NodeCellRenderer","l":"getListCellRendererComponent(JList, Object, int, boolean, boolean)","u":"getListCellRendererComponent(javax.swing.JList,java.lang.Object,int,boolean,boolean)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"getLocator()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"getLocator()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"getLocator()"},{"p":"org.iquantum.utils","c":"MathUtil","l":"getLoessParameterEstimates(double[])"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getLogAddress()"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"getLong_l()"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"getLong_u()"},{"p":"org.iquantum.fog.utils","c":"GeoLocation","l":"getLongitude()"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"getLoopId()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getLoopIdToCurrentAverage()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getLoopIdToCurrentNum()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getLoopIdToLatencyQoSSuccessCount()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getLoopIdToTupleIds()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getLoops()"},{"p":"org.iquantum.sdn","c":"Link","l":"getLowOrder()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getMachineId()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getMachineIdList()"},{"p":"org.iquantum.fog.utils.distribution","c":"UniformDistribution","l":"getMax()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getMaxAvailableMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getMaxAvailableMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getMaxAvailableMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"getMaxAvailableMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getMaxAvailableMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"getMaxAvailableMips()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getMaxAvailableMips()"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getMaxAvailableMips()"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"getMaxAvailableMips()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getMaxClops()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"getMaximumVmMigrationTime(PowerHost)","u":"getMaximumVmMigrationTime(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getMaxNumHostsUsed()"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getMaxNumHostsUsed()"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getMaxNumHostsUsed()"},{"p":"org.iquantum.sdn.power","c":"PowerUtilizationMaxHostInterface","l":"getMaxNumHostsUsed()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerHost","l":"getMaxPower()"},{"p":"org.iquantum.fog.utils","c":"FogLinearPowerModel","l":"getMaxPower()"},{"p":"org.iquantum.power.models","c":"PowerModelCubic","l":"getMaxPower()"},{"p":"org.iquantum.power.models","c":"PowerModelLinear","l":"getMaxPower()"},{"p":"org.iquantum.power.models","c":"PowerModelSqrt","l":"getMaxPower()"},{"p":"org.iquantum.power.models","c":"PowerModelSquare","l":"getMaxPower()"},{"p":"org.iquantum.power","c":"PowerHost","l":"getMaxPower()"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"getMaxRate()"},{"p":"org.iquantum.fog.application.selectivity","c":"FractionalSelectivity","l":"getMaxRate()"},{"p":"org.iquantum.fog.application.selectivity","c":"SelectivityModel","l":"getMaxRate()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getMaxTransferRate()"},{"p":"org.iquantum.backends.classical","c":"SanStorage","l":"getMaxTransferRate()"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"getMaxTransferRate()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getMaxUtilization()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getMaxUtilization()"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"getMaxUtilization(List)","u":"getMaxUtilization(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"getMaxUtilization(List)","u":"getMaxUtilization(java.util.List)"},{"p":"org.iquantum.lists","c":"PeList","l":"getMaxUtilization(List)","u":"getMaxUtilization(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"getMaxUtilizationAfterAllocation(NetworkHost, Vm)","u":"getMaxUtilizationAfterAllocation(org.iquantum.network.datacenter.NetworkHost,org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getMaxUtilizationAfterAllocation(PowerContainerHost, ContainerVm)","u":"getMaxUtilizationAfterAllocation(org.iquantum.backends.classical.container.core.PowerContainerHost,org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getMaxUtilizationAfterAllocation(PowerHost, Vm)","u":"getMaxUtilizationAfterAllocation(org.iquantum.power.PowerHost,org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"getMaxUtilizationAfterContainerAllocation(PowerContainerHost, Container, ContainerVm)","u":"getMaxUtilizationAfterContainerAllocation(org.iquantum.backends.classical.container.core.PowerContainerHost,org.iquantum.backends.classical.container.core.Container,org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getMaxUtilizationAmongVmsPes(ContainerVm)","u":"getMaxUtilizationAmongVmsPes(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"getMaxUtilizationAmongVmsPes(List, Container)","u":"getMaxUtilizationAmongVmsPes(java.util.List,org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"getMaxUtilizationAmongVmsPes(List, ContainerVm)","u":"getMaxUtilizationAmongVmsPes(java.util.List,org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.lists","c":"PeList","l":"getMaxUtilizationAmongVmsPes(List, Vm)","u":"getMaxUtilizationAmongVmsPes(java.util.List,org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getMaxUtilizationAmongVmsPes(Vm)","u":"getMaxUtilizationAmongVmsPes(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"getMaxUtilizationAmongVmsPes(Vm)","u":"getMaxUtilizationAmongVmsPes(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.fog.utils.distribution","c":"NormalDistribution","l":"getMean()"},{"p":"org.iquantum.fog.utils.distribution","c":"DeterministicDistribution","l":"getMeanInterTransmitTime()"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"getMeanInterTransmitTime()"},{"p":"org.iquantum.fog.utils.distribution","c":"NormalDistribution","l":"getMeanInterTransmitTime()"},{"p":"org.iquantum.fog.utils.distribution","c":"UniformDistribution","l":"getMeanInterTransmitTime()"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"getMeanRate()"},{"p":"org.iquantum.fog.application.selectivity","c":"FractionalSelectivity","l":"getMeanRate()"},{"p":"org.iquantum.fog.application.selectivity","c":"SelectivityModel","l":"getMeanRate()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getMetricHistory()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getMetricHistory()"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicy","l":"getMigratableContainers(PowerContainerHost)","u":"getMigratableContainers(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicy","l":"getMigratableVms(PowerContainerHost)","u":"getMigratableVms(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicy","l":"getMigratableVms(PowerHost)","u":"getMigratableVms(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"getMigrationCount()"},{"p":"org.iquantum.fog.utils","c":"MigrationDelayMonitor","l":"getMigrationDelay()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getMigrationMapFromUnderUtilizedHosts(List, List>)","u":"getMigrationMapFromUnderUtilizedHosts(java.util.List,java.util.List)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getMigrationMapFromUnderUtilizedHosts(List)","u":"getMigrationMapFromUnderUtilizedHosts(java.util.List)"},{"p":"org.iquantum.fog.utils.distribution","c":"UniformDistribution","l":"getMin()"},{"p":"org.iquantum.core","c":"iQuantum","l":"getMinTimeBetweenEvents()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"getMinTimeBetweenNetworkEvents()"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMaximumCorrelation","l":"getMinUtilizationHistorySize(List)","u":"getMinUtilizationHistorySize(java.util.List)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMaximumCorrelation","l":"getMinUtilizationHistorySize(List)","u":"getMinUtilizationHistorySize(java.util.List)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMaximumCorrelation","l":"getMinUtilizationHistorySize(List)","u":"getMinUtilizationHistorySize(java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"getMips()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"getMips()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"getMips()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"getMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getMips()"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"getMips()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getMips()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getMips()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getMips()"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"getMips()"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"getMips()"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"getMips()"},{"p":"org.iquantum.fog.utils","c":"ResourceUsageDetails","l":"getMips()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getMips()"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"getMips()"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"getMips()"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"getMips()"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"getMips(List, int)","u":"getMips(java.util.List,int)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"getMips(List, int)","u":"getMips(java.util.List,int)"},{"p":"org.iquantum.lists","c":"PeList","l":"getMips(List, int)","u":"getMips(java.util.List,int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getMipsMap()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getMipsMap()"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getMipsMap()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"getMipsMapRequested()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"getMipsMapRequested()"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"getMipsMapRequested()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getMipsOfOnePe()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getMipsOfOnePe()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getMipsOfOnePe()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getMipsOfOnePe(int, int)","u":"getMipsOfOnePe(int,int)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getMipsOfOnePe(int, int)","u":"getMipsOfOnePe(int,int)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getMipsOfOnePe(int, int)","u":"getMipsOfOnePe(int,int)"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"getMobileUserDataId()"},{"p":"org.iquantum.fog.utils","c":"ModuleLaunchConfig","l":"getModule()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getModuleByName(String)","u":"getModuleByName(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getModuleCopyMap()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getModuleInstanceCount()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getModuleInstanceCountMap()"},{"p":"org.iquantum.fog.placement","c":"ModuleMapping","l":"getModuleMapping()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getModuleMapping()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMapping","l":"getModuleMapping()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getModuleMapping()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getModuleMapping()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getModuleNames()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getModules()"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"getModules()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getModulesOnDevice()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getModulesOnPath()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getModuleToDeviceMap()"},{"p":"org.iquantum.utils","c":"QASMReader","l":"getMultiQubitGates()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getName()"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"getName()"},{"p":"org.iquantum.core","c":"SimEntity","l":"getName()"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"getName()"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorGui","l":"getName()"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"getName()"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"getName()"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"getName()"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"getName()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getName()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getName()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology.Node","l":"getNeighbors()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getNetServiceLevel()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getNetServiceType()"},{"p":"org.iquantum.network","c":"Packet","l":"getNetServiceType()"},{"p":"org.iquantum.fog.utils","c":"NetworkUsageMonitor","l":"getNetworkUsage()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection","l":"getNewContainerPlacementFromUnderUtilizedHost(List, Set)","u":"getNewContainerPlacementFromUnderUtilizedHost(java.util.List,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"getNewlyCreatedVms()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"getNewlyCreatedVmsList()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"getNewlyCreatedVmWriter()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getNewVmPlacement(List, Set)","u":"getNewVmPlacement(java.util.List,java.util.Set)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getNewVmPlacement(List, Set)","u":"getNewVmPlacement(java.util.List,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getNewVmPlacementFromUnderUtilizedHost(List, Set)","u":"getNewVmPlacementFromUnderUtilizedHost(java.util.List,java.util.Set)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getNewVmPlacementFromUnderUtilizedHost(List, Set)","u":"getNewVmPlacementFromUnderUtilizedHost(java.util.List,java.util.Set)"},{"p":"org.iquantum.sdn","c":"Request","l":"getNextActivity()"},{"p":"org.iquantum.core","c":"SimEntity","l":"getNextEvent()"},{"p":"org.iquantum.core","c":"SimEntity","l":"getNextEvent(Predicate)","u":"getNextEvent(org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getNextFinishedCloudlet()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getNextFinishedCloudlet()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"getNextFinishedCloudlet()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getNextFinishedCloudlet()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"getNextFinishedCloudlet()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getNextFinishedCloudlet()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"getNextFinishedQTask()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"getNextFinishedQTask()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"getNextFinishedQTask()"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"getNextModuleInLoop(String)","u":"getNextModuleInLoop(java.lang.String)"},{"p":"org.iquantum.sdn","c":"Request","l":"getNextTransmission()"},{"p":"org.iquantum.fog.utils.distribution","c":"DeterministicDistribution","l":"getNextValue()"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"getNextValue()"},{"p":"org.iquantum.fog.utils.distribution","c":"NormalDistribution","l":"getNextValue()"},{"p":"org.iquantum.fog.utils.distribution","c":"UniformDistribution","l":"getNextValue()"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"getNode()"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"getNode()"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"getNode()"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"getNode()"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"getNode(int)"},{"p":"org.iquantum.network","c":"TopologicalNode","l":"getNodeID()"},{"p":"org.iquantum.network","c":"TopologicalGraph","l":"getNodeIterator()"},{"p":"org.iquantum.network","c":"TopologicalNode","l":"getNodeLabel()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getNorthTupleQueue()"},{"p":"org.iquantum.backends.classical.container.utils","c":"RandomGen","l":"getNum(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getNumberOfBusyPes()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getNumberOfBusyPes()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getNumberOfBusyPes()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"getNumberOfBusyPes(List)","u":"getNumberOfBusyPes(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"getNumberOfBusyPes(List)","u":"getNumberOfBusyPes(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"getNumberOfBusyPes(List)","u":"getNumberOfBusyPes(java.util.List)"},{"p":"org.iquantum.lists","c":"HostList","l":"getNumberOfBusyPes(List)","u":"getNumberOfBusyPes(java.util.List)"},{"p":"org.iquantum.lists","c":"PeList","l":"getNumberOfBusyPes(List)","u":"getNumberOfBusyPes(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getNumberofContainers()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getNumberOfContainers()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getNumberOfContainers()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getNumberOfCreatedVMs()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getNumberOfFailedHosts()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getNumberOfFailedHosts()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getNumberOfFailedHosts()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getNumberOfFreePes()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getNumberOfFreePes()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getNumberOfFreePes()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getNumberOfFreePes()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getNumberOfFreePes()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getNumberOfFreePes()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"getNumberOfFreePes(List)","u":"getNumberOfFreePes(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"getNumberOfFreePes(List)","u":"getNumberOfFreePes(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"getNumberOfFreePes(List)","u":"getNumberOfFreePes(java.util.List)"},{"p":"org.iquantum.lists","c":"HostList","l":"getNumberOfFreePes(List)","u":"getNumberOfFreePes(java.util.List)"},{"p":"org.iquantum.lists","c":"PeList","l":"getNumberOfFreePes(List)","u":"getNumberOfFreePes(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getNumberOfHosts()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getNumberOfHosts()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getNumberOfHosts()"},{"p":"org.iquantum.network","c":"TopologicalGraph","l":"getNumberOfLinks()"},{"p":"org.iquantum.network","c":"TopologicalGraph","l":"getNumberOfNodes()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getNumberOfPes()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getNumberOfPes()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getNumberOfPes()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getNumberOfPes()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getNumberOfPes()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getNumberOfPes()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getNumberOfPes()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getNumberOfPes()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getNumberOfPes()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getNumberOfPes()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getNumberOfPes()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getNumberOfPes()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getNumberOfPes()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"getNumberOfPes(List)","u":"getNumberOfPes(java.util.List)"},{"p":"org.iquantum.lists","c":"HostList","l":"getNumberOfPes(List)","u":"getNumberOfPes(java.util.List)"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"getNumberOfQPU()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getNumberOfQPU()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getNumberOfVms()"},{"p":"org.iquantum.core","c":"iQuantum","l":"getNumEntities()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getNumHop()"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"getNumInstances()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getNumLayers()"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"getNumQubits()"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"getNumQubits()"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"getNumQubits()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology","l":"getNumQubits()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended","l":"getNumQubits()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getNumQubits()"},{"p":"org.iquantum.utils","c":"QASMReader","l":"getNumQubits()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getNumQubitsOfQPUById(int)"},{"p":"org.iquantum.tasks","c":"QTask","l":"getNumShots()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getNumShots()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getNumStoredFile()"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"getNumStoredFile()"},{"p":"org.iquantum.fog.utils","c":"CanBeSentResult","l":"getNwLoad()"},{"p":"org.iquantum.fog.utils","c":"ResourceUsageDetails","l":"getNwTrafficIntensity()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getOperatorName(int)"},{"p":"org.iquantum.sdn","c":"Package","l":"getOrigin()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getOriginalPingSize()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getOs()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getOs()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getOs()"},{"p":"org.iquantum.sdn","c":"Link","l":"getOtherNode(Node)","u":"getOtherNode(org.iquantum.sdn.Node)"},{"p":"org.iquantum.utils","c":"Log","l":"getOutput()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getOutputSize()"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"getOverbookedBw(long)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"getOverbookedMips(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getOverBookingfactor()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getOverUtilizedHosts()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getOverUtilizedHosts()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationAbstract","l":"getOverUtilizedVms()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getOwnerName()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getOwnerName()"},{"p":"org.iquantum.sdn","c":"Transmission","l":"getPackage()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"getParameterEstimates(double[])"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegressionRobust","l":"getParameterEstimates(double[])"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getParentDevice(int)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getParentId()"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"getPathIterator(AffineTransform)","u":"getPathIterator(java.awt.geom.AffineTransform)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"getPathIterator(AffineTransform, double)","u":"getPathIterator(java.awt.geom.AffineTransform,double)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getPaths(int)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getPaths(int)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getPaths(int)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getPauliXError()"},{"p":"org.iquantum.sdn","c":"Package","l":"getPayload()"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerSpaceShared","l":"getPeAllocationMap()"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"getPeAllocationMap()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getPeCapacity()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getPeCapacity()"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getPeCapacity()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getPeId()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getPeIdList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getPeList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getPeList()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getPeList()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getPeList()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getPeList()"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getPeList()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getPeMap()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getPeMap()"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getPeMap()"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"getPeProvisioner()"},{"p":"org.iquantum.fog.placement","c":"PlacementLogicOutput","l":"getPerDevice()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getPeriodicEdges(String)","u":"getPeriodicEdges(java.lang.String)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"getPeriodicity()"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"getPes()"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"getPes()"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"getPes()"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"getPes()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getPesAllocatedForContainerVM(ContainerVm)","u":"getPesAllocatedForContainerVM(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getPesAllocatedForVM(Container)","u":"getPesAllocatedForVM(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getPesAllocatedForVM(Vm)","u":"getPesAllocatedForVM(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"getPesInUse()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"getPesInUse()"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"getPesInUse()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"getPeTable()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"getPeTable()"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"getPeTable()"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"getPeTable()"},{"p":"org.iquantum.fog.utils","c":"JsonToTopology","l":"getPhysicalTopology(int, String, String)","u":"getPhysicalTopology(int,java.lang.String,java.lang.String)"},{"p":"org.iquantum.network","c":"FloydWarshall_Float","l":"getPK()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getPlacedAppModulesPerApplication(String)","u":"getPlacedAppModulesPerApplication(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"PlacementRequest","l":"getPlacedMicroservices()"},{"p":"org.iquantum.fog.placement","c":"PlacementLogicFactory","l":"getPlacementLogic(int, int)","u":"getPlacementLogic(int,int)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"getPlacementRequest()"},{"p":"org.iquantum.fog.entities","c":"PlacementRequest","l":"getPlacementRequestId()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"getPlacementRequests()"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"getPolygon()"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"getPolyline2D()"},{"p":"org.iquantum.lists","c":"CloudletList","l":"getPositionById(List, int)","u":"getPositionById(java.util.List,int)"},{"p":"org.iquantum.lists","c":"QTaskList","l":"getPositionById(List, int)","u":"getPositionById(java.util.List,int)"},{"p":"org.iquantum.lists","c":"ResCloudletList","l":"getPositionById(List, int)","u":"getPositionById(java.util.List,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getPower()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerHost","l":"getPower()"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"getPower()"},{"p":"org.iquantum.power","c":"PowerHost","l":"getPower()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerHost","l":"getPower(double)"},{"p":"org.iquantum.fog.utils","c":"FogLinearPowerModel","l":"getPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModel","l":"getPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelCubic","l":"getPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelLinear","l":"getPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPower","l":"getPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelSqrt","l":"getPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelSquare","l":"getPower(double)"},{"p":"org.iquantum.power","c":"PowerHost","l":"getPower(double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getPowerAfterAllocation(PowerContainerHost, ContainerVm)","u":"getPowerAfterAllocation(org.iquantum.backends.classical.container.core.PowerContainerHost,org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getPowerAfterAllocation(PowerHost, Vm)","u":"getPowerAfterAllocation(org.iquantum.power.PowerHost,org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"getPowerAfterContainerAllocation(PowerContainerHost, Container, ContainerVm)","u":"getPowerAfterContainerAllocation(org.iquantum.backends.classical.container.core.PowerContainerHost,org.iquantum.backends.classical.container.core.Container,org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPower","l":"getPowerData(int)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerHpProLiantMl110G3PentiumD930","l":"getPowerData(int)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerHpProLiantMl110G4Xeon3040","l":"getPowerData(int)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerHpProLiantMl110G5Xeon3075","l":"getPowerData(int)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerIbmX3250XeonX3470","l":"getPowerData(int)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerIbmX3250XeonX3480","l":"getPowerData(int)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerIbmX3550XeonX5670","l":"getPowerData(int)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerIbmX3550XeonX5675","l":"getPowerData(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerHost","l":"getPowerModel()"},{"p":"org.iquantum.power","c":"PowerHost","l":"getPowerModel()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getPreferredBackend()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getPreviousTime()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"getPreviousTime()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"getPreviousTime()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getPreviousTime()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getPreviousTime()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"getPreviousTime()"},{"p":"org.iquantum.power","c":"PowerVm","l":"getPreviousTime()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getPreviousUtilizationMips()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getPreviousUtilizationMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getPreviousUtilizationOfCpu()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getPreviousUtilizationOfCpu()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getProbMeas0Prep1()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getProbMeas1Prep0()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getProcessingCost()"},{"p":"org.iquantum.fog.placement","c":"PlacementLogicOutput","l":"getPrStatus()"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"getQDatacenter()"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"getQDatacenter()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"getQDatacenterCharacteristicsList()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"getQDatacenterCharacteristicsList()"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"getQDatacenterCharacteristicsList()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"getQDatacenterIdList()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"getQDatacenterIdList()"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"getQDatacenterIdList()"},{"p":"org.iquantum.core","c":"ResourceInformationService","l":"getQList()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getQNodeId()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"getQNodeList()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"getQNodeList()"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"getQNodeList()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristics","l":"getQNodeList()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristicsExtended","l":"getQNodeList()"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"getQPUList()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getQPUList()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getQTask()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getQTaskArrivalTime()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"getQTaskExecList()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"getQTaskFailedList()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"getQTaskFinishedList()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getQTaskFinishedSoFar()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getQTaskFinishedSoFar(int)"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getQTaskFinishTime()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getQTaskHistory()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getQTaskId()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getQTaskId()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getQTaskLayer()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getQTaskLength()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"getQTaskList()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"getQTaskList()"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"getQTaskList()"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"getQTaskList()"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"getQTaskList()"},{"p":"org.iquantum.gateways","c":"Gateway","l":"getQTaskList()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"getQTaskPausedList()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"getQTaskReceivedList()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"getQTaskReceivedList()"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"getQTaskReceivedList()"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"getQTaskScheduler()"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"getQTaskScheduler()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getQTaskStatus()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getQTaskStatus()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"getQTaskStatus(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"getQTaskStatus(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"getQTaskStatus(int)"},{"p":"org.iquantum.tasks","c":"QTask","l":"getQTaskStatusString()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"getQTaskSubmittedList()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"getQTaskSubmittedList()"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"getQTaskSubmittedList()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"getQTaskWaitingList()"},{"p":"org.iquantum.core","c":"iQuantum","l":"getQuantumResourceList()"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"getQuantumVolume()"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"getQuantumVolume()"},{"p":"org.iquantum.utils","c":"QASMReader","l":"getQubitConnectivity()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology.Node","l":"getQubitIndex()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitEdge","l":"getQubitIndex()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended","l":"getQubitProperties(int)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology","l":"getQubits()"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"getQubitTopology()"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"getQubitTopology()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getQubitTopology()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"IBMQTopology","l":"getQubitTopology(String)","u":"getQubitTopology(java.lang.String)"},{"p":"org.iquantum.lists","c":"QPUList","l":"getQubitTopologyOfQPUById(int)"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"getQueryId()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"getRam()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"getRam()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getRam()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getRam()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getRam()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getRam()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getRam()"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"getRam()"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"getRam()"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"getRam()"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"getRam()"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"getRam()"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"getRam()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getRamProvisioner()"},{"p":"org.iquantum.provisioners","c":"RamProvisionerSimple","l":"getRamTable()"},{"p":"org.iquantum.backends.classical.container.utils","c":"RandomGaussian","l":"getRandom()"},{"p":"org.iquantum.backends.classical.container.utils","c":"RandomGen","l":"getRandom()"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"getRandom()"},{"p":"org.iquantum.models","c":"UtilizationModelStochastic","l":"getRandomGenerator()"},{"p":"org.iquantum.sdn","c":"Node","l":"getRank()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"getRank()"},{"p":"org.iquantum.sdn","c":"Switch","l":"getRank()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getRateOfSensor(String)","u":"getRateOfSensor(java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getRateOfSensor(String)","u":"getRateOfSensor(java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getRateOfSensor(String)","u":"getRateOfSensor(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getRatePerMips()"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"getRatePerMips()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getReadoutAssignmentError()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getReadoutLengthNs()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getRegionalCisName()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"getRegionalCisName()"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"getRegionalCISName()"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"getRegionalCISName()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getRegistrationID()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getRegistrationID()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getRemainingCloudletLength()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getRemainingQTaskLength()"},{"p":"org.iquantum.sdn","c":"Request","l":"getRemovedActivities()"},{"p":"org.iquantum.sdn","c":"Channel","l":"getRequestedBandwidth()"},{"p":"org.iquantum.sdn","c":"Link","l":"getRequestedBandwidthForDedicatedChannels(Node)","u":"getRequestedBandwidthForDedicatedChannels(org.iquantum.sdn.Node)"},{"p":"org.iquantum.backends.classical","c":"HostStateHistoryEntry","l":"getRequestedMips()"},{"p":"org.iquantum.policies.vm","c":"VmStateHistoryEntry","l":"getRequestedMips()"},{"p":"org.iquantum.sdn","c":"Request","l":"getRequestId()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getRequiredFiles()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getReservationId()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getReservationID()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getReservationID()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"getResourceAvailabilityOfDevice()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getResourceById(int)"},{"p":"org.iquantum.tasks","c":"QTask","l":"getResourceById(int)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"getResourceData()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getResourceId()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getResourceId()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getResourceID()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getResourceID()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"getResourceInfo(List)","u":"getResourceInfo(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getResourceName()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getResourceName()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristics","l":"getResourceName()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristicsExtended","l":"getResourceName()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getResourceName()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getResourceName(int)"},{"p":"org.iquantum.tasks","c":"QTask","l":"getResourceName(int)"},{"p":"org.iquantum.fog.application","c":"Application","l":"getResultantTuples(String, Tuple, int, int)","u":"getResultantTuples(java.lang.String,org.iquantum.fog.entities.Tuple,int,int)"},{"p":"org.iquantum.utils","c":"MathUtil","l":"getRobustLoessParameterEstimates(double[])"},{"p":"org.iquantum.sdn","c":"ForwardingRule","l":"getRoute(int, int, int)","u":"getRoute(int,int,int)"},{"p":"org.iquantum.sdn","c":"Node","l":"getRoute(Node)","u":"getRoute(org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"RoutingTable","l":"getRoute(Node)","u":"getRoute(org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"getRoute(Node)","u":"getRoute(org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"Switch","l":"getRoute(Node)","u":"getRoute(org.iquantum.sdn.Node)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"getRoutingTable()"},{"p":"org.iquantum.sdn","c":"Node","l":"getRoutingTable()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"getRoutingTable()"},{"p":"org.iquantum.sdn","c":"Switch","l":"getRoutingTable()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationInterQuartileRange","l":"getSafetyParameter()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"getSafetyParameter()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation","l":"getSafetyParameter()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getSavedAllocation()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getSavedAllocation()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getSchedulingInterval()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getSchedulingInterval()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"getSchedulingInterval()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"getSchedulingInterval()"},{"p":"org.iquantum.models","c":"UtilizationModelPlanetLabInMemory","l":"getSchedulingInterval()"},{"p":"org.iquantum.power","c":"PowerVm","l":"getSchedulingInterval()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"getSchedulingInterval()"},{"p":"org.iquantum.fog.application.selectivity","c":"FractionalSelectivity","l":"getSelectivity()"},{"p":"org.iquantum.fog.utils","c":"OperatorEdge","l":"getSelectivity()"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"getSelectivityMap()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getSelfCluster()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getSensorName()"},{"p":"org.iquantum.fog.entities","c":"PhysicalTopology","l":"getSensors()"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"getSensors()"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"getSensors()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"getSensors()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getSensors()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getSensors()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getSensors()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementOnlyCloud","l":"getSensors()"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"getSensorType()"},{"p":"org.iquantum.fog.gui.core","c":"SensorModule","l":"getSensorType()"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"getSensorType()"},{"p":"org.iquantum.fog.utils","c":"FogUtils","l":"getSensorTypeFromSensorName(String)","u":"getSensorTypeFromSensorName(java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"PlacementLogicOutput","l":"getServiceDiscoveryInfo()"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"getServiceDiscoveryInfor()"},{"p":"org.iquantum.sdn","c":"Link","l":"getSharedBandwidthPerChannel(Node, Node)","u":"getSharedBandwidthPerChannel(org.iquantum.sdn.Node,org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"Link","l":"getSharedChannelCount(Node)","u":"getSharedChannelCount(org.iquantum.sdn.Node)"},{"p":"org.iquantum.core","c":"iQuantum","l":"getSimulationCalendar()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getSimulationStartTime()"},{"p":"org.iquantum.utils","c":"QASMReader","l":"getSingleQubitGates()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getSize()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getSize()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getSize()"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"getSize()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getSize()"},{"p":"org.iquantum.network","c":"Packet","l":"getSize()"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"getSize()"},{"p":"org.iquantum.sdn","c":"Package","l":"getSize()"},{"p":"org.iquantum.sdn","c":"Transmission","l":"getSize()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getSize()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getSizeInByte()"},{"p":"org.iquantum.core","c":"SimEvent","l":"getSource()"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"getSource()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getSourceDeviceId()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getSourceModuleId()"},{"p":"org.iquantum.fog.application","c":"DAG","l":"getSources(List, List)","u":"getSources(java.util.List,java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getSouthTupleQueue()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getSpecialPlacementInfo()"},{"p":"org.iquantum.fog.utils","c":"OperatorEdge","l":"getSrc()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getSrcId()"},{"p":"org.iquantum.network","c":"Packet","l":"getSrcId()"},{"p":"org.iquantum.sdn","c":"Arc","l":"getSrcId()"},{"p":"org.iquantum.sdn","c":"Channel","l":"getSrcId()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getSrcModuleName()"},{"p":"org.iquantum.network","c":"TopologicalLink","l":"getSrcNodeID()"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"getStartModule()"},{"p":"org.iquantum.sdn","c":"Package","l":"getStartTime()"},{"p":"org.iquantum.sdn","c":"TimedVm","l":"getStartTime()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getStartTime()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getStartTime()"},{"p":"org.iquantum.core","c":"SimEntity","l":"getState()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getStateHistory()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getStateHistory()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getStateHistory()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getStateHistory()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getStateHistory()"},{"p":"org.iquantum.fog.utils","c":"FogLinearPowerModel","l":"getStaticPower()"},{"p":"org.iquantum.power.models","c":"PowerModelCubic","l":"getStaticPower()"},{"p":"org.iquantum.power.models","c":"PowerModelLinear","l":"getStaticPower()"},{"p":"org.iquantum.power.models","c":"PowerModelSqrt","l":"getStaticPower()"},{"p":"org.iquantum.power.models","c":"PowerModelSquare","l":"getStaticPower()"},{"p":"org.iquantum.utils","c":"MathUtil","l":"getStatistics(double[])"},{"p":"org.iquantum.utils","c":"MathUtil","l":"getStatistics(List)","u":"getStatistics(java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"getStatus()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"getStatus()"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"getStatus()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getStatus()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getStatusString(int)"},{"p":"org.iquantum.fog.utils.distribution","c":"NormalDistribution","l":"getStdDev()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getStorage()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getStorage()"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"getStorage()"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"getStorage()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getStorageList()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"getStorageList()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"getStringForLoopId(int)"},{"p":"org.iquantum.tasks","c":"CTask","l":"getSubmissionTime()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getSubmissionTime()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getSubmissionTime(int)"},{"p":"org.iquantum.tasks","c":"QTask","l":"getSubmissionTime(int)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"getSubmittime()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getSwitchedOffHosts()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getSwitchedOffHosts()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"getSwitchList()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getSxError()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getT1Us()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getT2Us()"},{"p":"org.iquantum.core","c":"SimEvent","l":"getTag()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getTag()"},{"p":"org.iquantum.network","c":"Packet","l":"getTag()"},{"p":"org.iquantum.backends.classical","c":"HostStateHistoryEntry","l":"getTime()"},{"p":"org.iquantum.policies.vm","c":"VmStateHistoryEntry","l":"getTime()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getTimeHistory()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getTimeHistory()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"getTimeSheet(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getTimeZone()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getTimeZone()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristics","l":"getTimeZone()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristicsExtended","l":"getTimeZone()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getTimeZone()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"getTotalAllocatedMips()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"getTotalAllocatedMips()"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"getTotalAllocatedMips()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"getTotalAllocatedMipsForContainer(Container)","u":"getTotalAllocatedMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"getTotalAllocatedMipsForContainer(Container)","u":"getTotalAllocatedMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getTotalAllocatedMipsForContainer(Container)","u":"getTotalAllocatedMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getTotalAllocatedMipsForContainer(Container)","u":"getTotalAllocatedMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"getTotalAllocatedMipsForContainerVm(ContainerVm)","u":"getTotalAllocatedMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"getTotalAllocatedMipsForContainerVm(ContainerVm)","u":"getTotalAllocatedMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getTotalAllocatedMipsForContainerVm(ContainerVm)","u":"getTotalAllocatedMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getTotalAllocatedMipsForContainerVm(ContainerVm)","u":"getTotalAllocatedMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getTotalAllocatedMipsForVm(Vm)","u":"getTotalAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getTotalAllocatedMipsForVm(Vm)","u":"getTotalAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"getTotalAllocatedMipsForVm(Vm)","u":"getTotalAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"getTotalAllocatedMipsForVm(Vm)","u":"getTotalAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"getTotalAllocatedMipsForVm(Vm)","u":"getTotalAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"getTotalClops()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getTotalClops()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getTotalCost()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getTotalCurrentAllocatedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getTotalCurrentAllocatedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getTotalCurrentAllocatedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"getTotalCurrentAllocatedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getTotalCurrentAllocatedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getTotalCurrentAllocatedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"getTotalCurrentAllocatedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getTotalCurrentAllocatedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getTotalCurrentAvailableMipsForCloudlet(ResCTask, List)","u":"getTotalCurrentAvailableMipsForCloudlet(org.iquantum.tasks.ResCTask,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getTotalCurrentAvailableMipsForCloudlet(ResCTask, List)","u":"getTotalCurrentAvailableMipsForCloudlet(org.iquantum.tasks.ResCTask,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getTotalCurrentAvailableMipsForCloudlet(ResCTask, List)","u":"getTotalCurrentAvailableMipsForCloudlet(org.iquantum.tasks.ResCTask,java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"getTotalCurrentAvailableMipsForCloudlet(ResCTask, List)","u":"getTotalCurrentAvailableMipsForCloudlet(org.iquantum.tasks.ResCTask,java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getTotalCurrentAvailableMipsForCloudlet(ResCTask, List)","u":"getTotalCurrentAvailableMipsForCloudlet(org.iquantum.tasks.ResCTask,java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getTotalCurrentAvailableMipsForCloudlet(ResCTask, List)","u":"getTotalCurrentAvailableMipsForCloudlet(org.iquantum.tasks.ResCTask,java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"getTotalCurrentAvailableMipsForCloudlet(ResCTask, List)","u":"getTotalCurrentAvailableMipsForCloudlet(org.iquantum.tasks.ResCTask,java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getTotalCurrentAvailableMipsForCloudlet(ResCTask, List)","u":"getTotalCurrentAvailableMipsForCloudlet(org.iquantum.tasks.ResCTask,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getTotalCurrentMips()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getTotalCurrentMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getTotalCurrentRequestedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentRequestedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getTotalCurrentRequestedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentRequestedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getTotalCurrentRequestedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentRequestedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"getTotalCurrentRequestedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentRequestedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getTotalCurrentRequestedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentRequestedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getTotalCurrentRequestedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentRequestedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"getTotalCurrentRequestedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentRequestedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getTotalCurrentRequestedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentRequestedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getTotalMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getTotalMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getTotalMips()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getTotalMips()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getTotalMips()"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"getTotalMips(List)","u":"getTotalMips(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"getTotalMips(List)","u":"getTotalMips(java.util.List)"},{"p":"org.iquantum.lists","c":"PeList","l":"getTotalMips(List)","u":"getTotalMips(java.util.List)"},{"p":"org.iquantum.lists","c":"QPUList","l":"getTotalNumQubits()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getTotalResponseTime()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getTotalUtilizationOfCpuMips(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getTotalUtilizationOfCpuMips(double)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getTotalUtilizationOfCpuMips(double)"},{"p":"org.iquantum.core","c":"iQuantum","l":"getTraceFlag()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getTransactionTime()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getTransmissionStartDelay()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getTransmitDistribution()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getTraversed()"},{"p":"org.iquantum.utils","c":"MathUtil","l":"getTricubeBisquareWeigts(double[])"},{"p":"org.iquantum.utils","c":"MathUtil","l":"getTricubeWeigts(int)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"getTupleCpuLength()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getTupleIdToCpuStartTime()"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"getTupleNwLength()"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"getTupleType()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getTupleType()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getTupleType()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getTupleTypeToAverageCpuTime()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getTupleTypeToExecutedTupleCount()"},{"p":"org.iquantum.core","c":"SimEvent","l":"getType()"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"getType()"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"getType()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getType()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getType()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getUid()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getUid()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getUid()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getUid()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getUid()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getUid(int, int)","u":"getUid(int,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getUid(int, int)","u":"getUid(int,int)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getUid(int, int)","u":"getUid(int,int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getUnderAllocatedMips()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getUnderAllocatedMips()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelectionUnderUtilizedAdded","l":"getUnderUtilizationThr()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"getUnderUtilizationThreshold()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getUnderUtilizedHost(Set)","u":"getUnderUtilizedHost(java.util.Set)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelectionUnderUtilizedAdded","l":"getUnderUtilizedHost(Set)","u":"getUnderUtilizedHost(java.util.Set)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"getUnderUtilizedHost(Set)","u":"getUnderUtilizedHost(java.util.Set)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getUnderUtilizedHost(Set)","u":"getUnderUtilizedHost(java.util.Set)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"getUnderUtilizedHostList(Set)","u":"getUnderUtilizedHostList(java.util.Set)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelectionUnderUtilizedAdded","l":"getUnderUtilizedHostList(Set)","u":"getUnderUtilizedHostList(java.util.Set)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"getUnderUtilizedHostList(Set)","u":"getUnderUtilizedHostList(java.util.Set)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getUniqueId()"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"getUpBw()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getUplinkBandwidth()"},{"p":"org.iquantum.fog.utils","c":"ResourceUsageDetails","l":"getUplinkBandwidth()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getUplinkLatency()"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"getUpports()"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"getUpports()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"getUsedBw()"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"getUsedBw()"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getUsedBw()"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getUsedBw()"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getUsedBw()"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getUsedMips()"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getUsedMips()"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getUsedMips()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"getUsedPes()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"getUsedPes()"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"getUsedPes()"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"getUsedPes()"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getUsedPes()"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getUsedPes()"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getUsedPes()"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"getUsedRam()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"getUsedVmBw()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"getUsedVmRam()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"getUsedVmRam()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getUserId()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getUserId()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getUserId()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getUserId()"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"getUserId()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getUserId()"},{"p":"org.iquantum.sdn","c":"Request","l":"getUserId()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getUserId()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getUserId()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"getUtilization()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"getUtilization()"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"getUtilization()"},{"p":"org.iquantum.models","c":"UtilizationModel","l":"getUtilization(double)"},{"p":"org.iquantum.models","c":"UtilizationModelFull","l":"getUtilization(double)"},{"p":"org.iquantum.models","c":"UtilizationModelNull","l":"getUtilization(double)"},{"p":"org.iquantum.models","c":"UtilizationModelPlanetLabInMemory","l":"getUtilization(double)"},{"p":"org.iquantum.models","c":"UtilizationModelStochastic","l":"getUtilization(double)"},{"p":"org.iquantum.sdn.example.policies","c":"VmSchedulerTimeSharedEnergy","l":"getUtilizationEnergyConsumption()"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"getUtilizationEnergyConsumption()"},{"p":"org.iquantum.sdn.overbooking","c":"VmSchedulerTimeSharedOverbookingEnergy","l":"getUtilizationEnergyConsumption()"},{"p":"org.iquantum.sdn.power","c":"PowerUtilizationInterface","l":"getUtilizationEnergyConsumption()"},{"p":"org.iquantum.sdn","c":"Switch","l":"getUtilizationEnergyConsumption()"},{"p":"org.iquantum.sdn.example.policies","c":"VmSchedulerTimeSharedEnergy","l":"getUtilizationHisotry()"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"getUtilizationHisotry()"},{"p":"org.iquantum.sdn.overbooking","c":"VmSchedulerTimeSharedOverbookingEnergy","l":"getUtilizationHisotry()"},{"p":"org.iquantum.sdn.power","c":"PowerUtilizationInterface","l":"getUtilizationHisotry()"},{"p":"org.iquantum.sdn","c":"Switch","l":"getUtilizationHisotry()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getUtilizationHistory()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"getUtilizationHistory()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerHostUtilizationHistory","l":"getUtilizationHistory()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"getUtilizationHistory()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getUtilizationHistory()"},{"p":"org.iquantum.power","c":"PowerHostUtilizationHistory","l":"getUtilizationHistory()"},{"p":"org.iquantum.power","c":"PowerVm","l":"getUtilizationHistory()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getUtilizationHistory()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"getUtilizationHistoryList()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"getUtilizationHistoryList()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getUtilizationMad()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"getUtilizationMad()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"getUtilizationMad()"},{"p":"org.iquantum.power","c":"PowerVm","l":"getUtilizationMad()"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMaximumCorrelation","l":"getUtilizationMatrix(List)","u":"getUtilizationMatrix(java.util.List)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMaximumCorrelation","l":"getUtilizationMatrix(List)","u":"getUtilizationMatrix(java.util.List)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMaximumCorrelation","l":"getUtilizationMatrix(List)","u":"getUtilizationMatrix(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getUtilizationMean()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"getUtilizationMean()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"getUtilizationMean()"},{"p":"org.iquantum.power","c":"PowerVm","l":"getUtilizationMean()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getUtilizationMips()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getUtilizationMips()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getUtilizationModelBw()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getUtilizationModelCpu()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getUtilizationModelRam()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getUtilizationOfBw()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getUtilizationOfBw()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getUtilizationOfBw(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getUtilizationOfCpu()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getUtilizationOfCpu()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getUtilizationOfCpu(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getUtilizationOfCpuMips()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getUtilizationOfCpuMips()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getUtilizationOfCpuMips(PowerContainerHost)","u":"getUtilizationOfCpuMips(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getUtilizationOfCpuMips(PowerHost)","u":"getUtilizationOfCpuMips(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"getUtilizationOfCpuMipsofVm(ContainerVm)","u":"getUtilizationOfCpuMipsofVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getUtilizationOfRam()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getUtilizationOfRam()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getUtilizationOfRam(double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"getUtilizationThreshold()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThreshold","l":"getUtilizationThreshold()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMC","l":"getUtilizationThreshold()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMCUnderUtilized","l":"getUtilizationThreshold()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationStaticThreshold","l":"getUtilizationThreshold()"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"getUtilizationTotalMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getUtilizationVariance()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"getUtilizationVariance()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"getUtilizationVariance()"},{"p":"org.iquantum.power","c":"PowerVm","l":"getUtilizationVariance()"},{"p":"org.iquantum.fog.utils.distribution","c":"DeterministicDistribution","l":"getValue()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getVm()"},{"p":"org.iquantum.sdn","c":"Middlebox","l":"getVm()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getVm(int, int)","u":"getVm(int,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getVmAllocationPolicy()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"getVmAllocationPolicy()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getVmId()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getVmList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getVmList()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getVmList()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getVmList()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"getVmList()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getVmList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getVmm()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getVmm()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getVmm()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getVmm()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getVmm()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getVmMigrationCount()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getVmMigrationWriter()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"getVmNameIdTable()"},{"p":"org.iquantum.sdn","c":"SDNDatacenter","l":"getVmNameIdTable()"},{"p":"org.iquantum.sdn","c":"Node","l":"getVMRoute(int, int, int)","u":"getVMRoute(int,int,int)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"getVMRoute(int, int, int)","u":"getVMRoute(int,int,int)"},{"p":"org.iquantum.sdn","c":"Switch","l":"getVMRoute(int, int, int)","u":"getVMRoute(int,int,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getVmsAcks()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getVmsAcks()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getVmsAcks()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getVmScheduler()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getVmsCreatedList()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getVmsCreatedList()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getVmsCreatedList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getVmsDestroyed()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getVmsDestroyed()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getVmsDestroyed()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getVmSelectionPolicy()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getVmSelectionPolicy()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getVmsMigratingIn()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getVmsMigratingIn()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getVmsMigratingIn()"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getVmsMigratingIn()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getVmsMigratingOut()"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getVmsMigratingOut()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getVmsRequested()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getVmsRequested()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getVmsRequested()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getVmsToDatacentersMap()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getVmsToDatacentersMap()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getVmsToDatacentersMap()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getVmsToMigrateFromHosts(List)","u":"getVmsToMigrateFromHosts(java.util.List)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getVmsToMigrateFromHosts(List)","u":"getVmsToMigrateFromHosts(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getVmsToMigrateFromUnderUtilizedHost(PowerContainerHost)","u":"getVmsToMigrateFromUnderUtilizedHost(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getVmsToMigrateFromUnderUtilizedHost(PowerHost)","u":"getVmsToMigrateFromUnderUtilizedHost(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"getVmTable()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationAbstract","l":"getVmTable()"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"getVmTable()"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"getVmTable()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyAbstract","l":"getVmTable()"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getVmTable()"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getVmTable()"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getVmTable()"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicy","l":"getVmToMigrate(PowerContainerHost)","u":"getVmToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVMSelectionPolicyCor","l":"getVmToMigrate(PowerContainerHost)","u":"getVmToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMaximumCorrelation","l":"getVmToMigrate(PowerContainerHost)","u":"getVmToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMaximumUsage","l":"getVmToMigrate(PowerContainerHost)","u":"getVmToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMinimumMigrationTime","l":"getVmToMigrate(PowerContainerHost)","u":"getVmToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicy","l":"getVmToMigrate(PowerHost)","u":"getVmToMigrate(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMaximumCorrelation","l":"getVmToMigrate(PowerHost)","u":"getVmToMigrate(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMinimumMigrationTime","l":"getVmToMigrate(PowerHost)","u":"getVmToMigrate(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMinimumUtilization","l":"getVmToMigrate(PowerHost)","u":"getVmToMigrate(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyRandomSelection","l":"getVmToMigrate(PowerHost)","u":"getVmToMigrate(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.tasks","c":"CTask","l":"getWaitingTime()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getWaitingTime()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getWallClockTime()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getWallClockTime()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getWallClockTime(int)"},{"p":"org.iquantum.tasks","c":"QTask","l":"getWallClockTime(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getWorkloadMips()"},{"p":"org.iquantum.sdn.example","c":"SDNBroker","l":"getWorkloads()"},{"p":"org.iquantum.sdn.example","c":"WorkloadParser","l":"getWorkloads()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getWorkloadTotalMips()"},{"p":"org.iquantum.fog.gui.core","c":"Coordinates","l":"getX()"},{"p":"org.iquantum.sdn.graph.core","c":"Coordinates","l":"getX()"},{"p":"org.iquantum.fog.gui.core","c":"Coordinates","l":"getY()"},{"p":"org.iquantum.sdn.graph.core","c":"Coordinates","l":"getY()"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"graph"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"Graph()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"Graph()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"Graph(Map>)","u":"%3Cinit%3E(java.util.Map)"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"Graph(Map>)","u":"%3Cinit%3E(java.util.Map)"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDN","l":"GraphicSDN()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDNExample","l":"GraphicSDNExample(String, String, String, String, JTextArea)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,javax.swing.JTextArea)"},{"p":"org.iquantum.network","c":"GraphReaderBrite","l":"GraphReaderBrite()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"Bridge","l":"graphToJson(Graph)","u":"graphToJson(org.iquantum.fog.gui.core.Graph)"},{"p":"org.iquantum.sdn.graph.core","c":"Bridge","l":"graphToJson(Graph)","u":"graphToJson(org.iquantum.sdn.graph.core.Graph)"},{"p":"org.iquantum.fog.gui.core","c":"GraphView","l":"GraphView(Graph)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph)"},{"p":"org.iquantum.sdn.graph.core","c":"GraphView","l":"GraphView(Graph)","u":"%3Cinit%3E(org.iquantum.sdn.graph.core.Graph)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"HarddriveStorage(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"HarddriveStorage(String, double)","u":"%3Cinit%3E(java.lang.String,double)"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"hasEdge(String, String)","u":"hasEdge(java.lang.String,java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"hashCode()"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"hashCode()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"hasPotentialAvailableSpace(int)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"hasPotentialAvailableSpace(int)"},{"p":"org.iquantum.tasks","c":"CTask","l":"hasReserved()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"hasReserved()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"hasReserved()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"HISTORY_LENGTH"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"HISTORY_LENGTH"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"HISTORY_LENGTH"},{"p":"org.iquantum.power","c":"PowerVm","l":"HISTORY_LENGTH"},{"p":"org.iquantum.core","c":"SimEvent","l":"HOLD_DONE"},{"p":"org.iquantum.core","c":"iQuantum","l":"hold(int, long)","u":"hold(int,long)"},{"p":"org.iquantum.core","c":"SimEntity","l":"HOLDING"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"HOST_PEs"},{"p":"org.iquantum.backends.classical","c":"Host","l":"Host(int, RamProvisioner, BwProvisioner, long, List, VmScheduler)","u":"%3Cinit%3E(int,org.iquantum.provisioners.RamProvisioner,org.iquantum.provisioners.BwProvisioner,long,java.util.List,org.iquantum.policies.vm.VmScheduler)"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"HostDynamicWorkload(int, RamProvisioner, BwProvisioner, long, List, VmScheduler)","u":"%3Cinit%3E(int,org.iquantum.provisioners.RamProvisioner,org.iquantum.provisioners.BwProvisioner,long,java.util.List,org.iquantum.policies.vm.VmScheduler)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"hostlist"},{"p":"org.iquantum.lists","c":"HostList","l":"HostList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"HostNode()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"HostNode()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"HostNode(String, String, long, long, int, long, long)","u":"%3Cinit%3E(java.lang.String,java.lang.String,long,long,int,long,long)"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"HostNode(String, String, long, long, int, long, long)","u":"%3Cinit%3E(java.lang.String,java.lang.String,long,long,int,long,long)"},{"p":"org.iquantum.network.datacenter","c":"HostPacket","l":"HostPacket(int, int, double, double, double, int, int)","u":"%3Cinit%3E(int,int,double,double,double,int,int)"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicy","l":"HostSelectionPolicy()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyFirstFit","l":"HostSelectionPolicyFirstFit()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyLeastFull","l":"HostSelectionPolicyLeastFull()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyMinimumCorrelation","l":"HostSelectionPolicyMinimumCorrelation(HostSelectionPolicy)","u":"%3Cinit%3E(org.iquantum.backends.classical.container.hostSelectionPolicies.HostSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyMostFull","l":"HostSelectionPolicyMostFull()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyRandomSelection","l":"HostSelectionPolicyRandomSelection()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical","c":"HostStateHistoryEntry","l":"HostStateHistoryEntry(double, double, double, boolean)","u":"%3Cinit%3E(double,double,double,boolean)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCDatacenter","l":"HostToSwitchid"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"hostTotalBw"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"hostTotalBw"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"hostTotalBw"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"hostTotalMips"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"hostTotalMips"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"hostTotalMips"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"hostTotalPes"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"hostTotalPes"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"hostTotalPes"},{"p":"org.iquantum.core","c":"Consts","l":"HOUR"},{"p":"org.iquantum.backends.quantum","c":"IBMQNode","l":"IBMQNode()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.quantum","c":"IBMQNodeMQ","l":"IBMQNodeMQ()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"IBMQTopology","l":"IBMQTopology()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"id"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"IBMQTopology","l":"importFromCsv(String)","u":"importFromCsv(java.lang.String)"},{"p":"org.iquantum.utils","c":"QTaskImporter","l":"importQTasksFromCsv(String)","u":"importQTasksFromCsv(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"incrementContainerMigrationCount()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"incrementContainersAcks()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"incrementMigrationCount()"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"incrementMigrationCount()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"incrementNewlyCreatedVmsCount()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"incrementVmsAcks()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"incrementVmsAcks()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"incrementVmsAcks()"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"indent"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDNExample","l":"indent"},{"p":"org.iquantum.lists","c":"ResCloudletList","l":"indexOf(List, int, int)","u":"indexOf(java.util.List,int,int)"},{"p":"org.iquantum.tasks","c":"CTask","l":"INEXEC"},{"p":"org.iquantum.network","c":"InfoPacket","l":"InfoPacket(String, int, long, int, int, int)","u":"%3Cinit%3E(java.lang.String,int,long,int,int,int)"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"INFOPKT_RETURN"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"INFOPKT_SUBMIT"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"INIT_TIME"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"init()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"init()"},{"p":"org.iquantum.core","c":"iQuantum","l":"init(int, Calendar, boolean)","u":"init(int,java.util.Calendar,boolean)"},{"p":"org.iquantum.core","c":"iQuantum","l":"init(int, Calendar, boolean, double)","u":"init(int,java.util.Calendar,boolean,double)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"init(Map>)","u":"init(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"init(Map>)","u":"init(java.util.Map)"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"INITIALIZE_SENSOR"},{"p":"org.iquantum.core","c":"iQuantum","l":"initialize()"},{"p":"org.iquantum.sdn","c":"Channel","l":"initialize()"},{"p":"org.iquantum.network","c":"FloydWarshall_Float","l":"initialize(int)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"initializeController(LoadBalancer)","u":"initializeController(org.iquantum.fog.entities.LoadBalancer)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"initializeController(LoadBalancer, MicroservicePlacementLogic, Map>, Map, List)","u":"initializeController(org.iquantum.fog.entities.LoadBalancer,org.iquantum.fog.placement.MicroservicePlacementLogic,java.util.Map,java.util.Map,java.util.List)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"initializeControllers(int)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"initializeControllers(int, Map>)","u":"initializeControllers(int,java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"initializePeriodicTuples(AppModule)","u":"initializePeriodicTuples(org.iquantum.fog.application.AppModule)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"initiatePlacementRequestProcessing()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"initiatePlacementRequestProcessingDynamic()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"initPhysicalTopology()"},{"p":"org.iquantum.fog.gui.example","c":"FogGui","l":"initUI()"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDN","l":"initUI()"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"INQUIRY_GLOBAL_RC_LIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"INQUIRY_LOCAL_RC_LIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"INQUIRY_RC_LIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"INQUIRY_RC_RESULT"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"INSIGNIFICANT"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"instanceToDataId"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"intersects(double, double, double, double)","u":"intersects(double,double,double,double)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"intersects(Rectangle2D)","u":"intersects(java.awt.geom.Rectangle2D)"},{"p":"org.iquantum.utils","c":"MathUtil","l":"iqr(double[])"},{"p":"org.iquantum.core","c":"iQuantum","l":"iQuantum()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core","c":"iQuantumShutdown","l":"iQuantumShutdown(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"org.iquantum.backends.classical","c":"HostStateHistoryEntry","l":"isActive()"},{"p":"org.iquantum.sdn","c":"Link","l":"isActive()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"isAMobileDevice(int)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"isApplicationDeployed()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"isBeingInstantiated()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"isBeingInstantiated()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"isBeingInstantiated()"},{"p":"org.iquantum.fog.utils","c":"CanBeSentResult","l":"isCanBeSent()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"isCloud(int)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"isClusterLinkBusy"},{"p":"org.iquantum.sdn","c":"Transmission","l":"isCompleted()"},{"p":"org.iquantum.utils","c":"Log","l":"isDisabled()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"isDisableMigrations()"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"isDisableMigrations()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"isDisableVmMigrations()"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"isEndModule(String)","u":"isEndModule(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"isFailed()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"isFailed()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"isFailed()"},{"p":"org.iquantum.sdn","c":"Request","l":"isFinished()"},{"p":"org.iquantum.tasks","c":"CTask","l":"isFinished()"},{"p":"org.iquantum.tasks","c":"QTask","l":"isFinished()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"isFinishedCloudlets()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"isFinishedCloudlets()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"isFinishedCloudlets()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"isFinishedCloudlets()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"isFinishedCloudlets()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"isFinishedCloudlets()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"isFinishedQTasks()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"isFinishedQTasks()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"isFinishedQTasks()"},{"p":"org.iquantum.network.datacenter","c":"NetworkVm","l":"isFree()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"isFull()"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"isFull()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"isHostOverUtilized(PowerContainerHost)","u":"isHostOverUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"isHostOverUtilized(PowerContainerHost)","u":"isHostOverUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThreshold","l":"isHostOverUtilized(PowerContainerHost)","u":"isHostOverUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMC","l":"isHostOverUtilized(PowerContainerHost)","u":"isHostOverUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMCUnderUtilized","l":"isHostOverUtilized(PowerContainerHost)","u":"isHostOverUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"isHostOverUtilized(PowerHost)","u":"isHostOverUtilized(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationInterQuartileRange","l":"isHostOverUtilized(PowerHost)","u":"isHostOverUtilized(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"isHostOverUtilized(PowerHost)","u":"isHostOverUtilized(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation","l":"isHostOverUtilized(PowerHost)","u":"isHostOverUtilized(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationStaticThreshold","l":"isHostOverUtilized(PowerHost)","u":"isHostOverUtilized(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"isHostOverUtilizedAfterAllocation(PowerContainerHost, ContainerVm)","u":"isHostOverUtilizedAfterAllocation(org.iquantum.backends.classical.container.core.PowerContainerHost,org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"isHostOverUtilizedAfterAllocation(PowerHost, Vm)","u":"isHostOverUtilizedAfterAllocation(org.iquantum.power.PowerHost,org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"isHostOverUtilizedAfterContainerAllocation(PowerContainerHost, ContainerVm, Container)","u":"isHostOverUtilizedAfterContainerAllocation(org.iquantum.backends.classical.container.core.PowerContainerHost,org.iquantum.backends.classical.container.core.ContainerVm,org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"isHostUnderUtilized(PowerContainerHost)","u":"isHostUnderUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"isHostUnderUtilized(PowerContainerHost)","u":"isHostUnderUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThreshold","l":"isHostUnderUtilized(PowerContainerHost)","u":"isHostUnderUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMC","l":"isHostUnderUtilized(PowerContainerHost)","u":"isHostUnderUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMCUnderUtilized","l":"isHostUnderUtilized(PowerContainerHost)","u":"isHostUnderUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"isInCluster"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"isInMigration()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"isInMigration()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"isInMigration()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"isInMigration()"},{"p":"org.iquantum.policies.vm","c":"VmStateHistoryEntry","l":"isInMigration()"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"isInMigration()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"isInPause()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"isInWaiting()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"isMasterCopy()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"isMasterCopy()"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"isNetworkEnabled()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"isNorthLinkBusy"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"isNorthLinkBusy()"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"isOccupied"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"isOccupied()"},{"p":"org.iquantum.core","c":"iQuantum","l":"isPaused()"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"isPeriodic()"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"isPlaced()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"isReadOnly()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"isReadOnly()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"isRegistered()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"isRegistered()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"isSouthLinkBusy"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"isSouthLinkBusy()"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"isStartModule(String)","u":"isStartModule(java.lang.String)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"isSubset(List, Set)","u":"isSubset(java.util.List,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"isSuitableForContainer(Container)","u":"isSuitableForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"isSuitableForContainer(Container, float)","u":"isSuitableForContainer(org.iquantum.backends.classical.container.core.Container,float)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisionerSimple","l":"isSuitableForContainer(Container, float)","u":"isSuitableForContainer(org.iquantum.backends.classical.container.core.Container,float)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"isSuitableForContainer(Container, long)","u":"isSuitableForContainer(org.iquantum.backends.classical.container.core.Container,long)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisionerSimple","l":"isSuitableForContainer(Container, long)","u":"isSuitableForContainer(org.iquantum.backends.classical.container.core.Container,long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"isSuitableForContainerVm(ContainerVm)","u":"isSuitableForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"isSuitableForContainerVm(ContainerVm, float)","u":"isSuitableForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,float)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisionerSimple","l":"isSuitableForContainerVm(ContainerVm, float)","u":"isSuitableForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,float)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"isSuitableForContainerVm(ContainerVm, long)","u":"isSuitableForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,long)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisionerSimple","l":"isSuitableForContainerVm(ContainerVm, long)","u":"isSuitableForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,long)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"isSuitableForVm(Vm)","u":"isSuitableForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"isSuitableForVm(Vm, int)","u":"isSuitableForVm(org.iquantum.backends.classical.Vm,int)"},{"p":"org.iquantum.provisioners","c":"RamProvisionerSimple","l":"isSuitableForVm(Vm, int)","u":"isSuitableForVm(org.iquantum.backends.classical.Vm,int)"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"isSuitableForVm(Vm, long)","u":"isSuitableForVm(org.iquantum.backends.classical.Vm,long)"},{"p":"org.iquantum.provisioners","c":"BwProvisionerSimple","l":"isSuitableForVm(Vm, long)","u":"isSuitableForVm(org.iquantum.backends.classical.Vm,long)"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"isSuitableForVm(Vm, long)","u":"isSuitableForVm(org.iquantum.backends.classical.Vm,long)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"isVmOverUtilized(ContainerVm)","u":"isVmOverUtilized(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"isWorking()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"isWorking()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"isWorking()"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"iteration"},{"p":"org.iquantum.core","c":"DeferredQueue","l":"iterator()"},{"p":"org.iquantum.core","c":"FutureQueue","l":"iterator()"},{"p":"org.iquantum.fog.gui.core","c":"Bridge","l":"jsonToGraph(String, int)","u":"jsonToGraph(java.lang.String,int)"},{"p":"org.iquantum.sdn.graph.core","c":"Bridge","l":"jsonToGraph(String, int)","u":"jsonToGraph(java.lang.String,int)"},{"p":"org.iquantum.fog.utils","c":"JsonToTopology","l":"JsonToTopology()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"lastUtilization"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"lastUtilizationUpdateTime"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"lat_reference"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"latency"},{"p":"org.iquantum.fog.mobilitydata","c":"Location","l":"latitude"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"LAUNCH_MODULE"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"LAUNCH_MODULE_INSTANCE"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"level"},{"p":"org.iquantum.fog.mobilitydata","c":"DataParser","l":"levelID"},{"p":"org.iquantum.fog.mobilitydata","c":"DataParser","l":"levelwiseResources"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"Link(Node)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Node)"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"Link(Node, double)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Node,double)"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"Link(Node, Map)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Node,java.util.Map)"},{"p":"org.iquantum.sdn","c":"Link","l":"Link(Node, Node, double, double)","u":"%3Cinit%3E(org.iquantum.sdn.Node,org.iquantum.sdn.Node,double,double)"},{"p":"org.iquantum.sdn","c":"Link","l":"Link(Node, Node, double, double, double)","u":"%3Cinit%3E(org.iquantum.sdn.Node,org.iquantum.sdn.Node,double,double,double)"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"Link(Node, String, long)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Node,java.lang.String,long)"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"linkDataWithInstance(int, String)","u":"linkDataWithInstance(int,java.lang.String)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"linkDC"},{"p":"org.iquantum.utils","c":"MathUtil","l":"listToArray(List)","u":"listToArray(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"loadBalancer"},{"p":"org.iquantum.fog.entities","c":"RRLoadBalancer","l":"loadBalancerPosition"},{"p":"org.iquantum.models","c":"UtilizationModelStochastic","l":"loadHistory(String)","u":"loadHistory(java.lang.String)"},{"p":"org.iquantum.fog.mobilitydata","c":"Location","l":"Location(double, double, int)","u":"%3Cinit%3E(double,double,int)"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"LocationHandler()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"LocationHandler(DataParser)","u":"%3Cinit%3E(org.iquantum.fog.mobilitydata.DataParser)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"lockTime"},{"p":"org.iquantum.fog.utils","c":"Logger","l":"LOG_LEVEL"},{"p":"org.iquantum.utils","c":"Log","l":"Log()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"logflag"},{"p":"org.iquantum.fog.utils","c":"Logger","l":"Logger()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"logMaxNumHostsUsed()"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"logMaxNumHostsUsed()"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"logMaxNumHostsUsed()"},{"p":"org.iquantum.sdn.power","c":"PowerUtilizationMaxHostInterface","l":"logMaxNumHostsUsed()"},{"p":"org.iquantum.distributions","c":"LognormalDistr","l":"LognormalDistr(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.distributions","c":"LognormalDistr","l":"LognormalDistr(Random, double, double)","u":"%3Cinit%3E(java.util.Random,double,double)"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"LogPrinter()","u":"%3Cinit%3E()"},{"p":"org.iquantum.distributions","c":"LomaxDistribution","l":"LomaxDistribution(double, double, double)","u":"%3Cinit%3E(double,double,double)"},{"p":"org.iquantum.distributions","c":"LomaxDistribution","l":"LomaxDistribution(Random, double, double, double)","u":"%3Cinit%3E(java.util.Random,double,double,double)"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"long_reference"},{"p":"org.iquantum.fog.mobilitydata","c":"Location","l":"longitude"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"loopIdToTupleIds()"},{"p":"org.iquantum.utils","c":"MathUtil","l":"mad(double[])"},{"p":"org.iquantum.fog.gui.example","c":"FogGui","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test","c":"CleanFromJson","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"CardiovascularHealthMonitoringApplication","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"CardiovascularHealthMonitoringApplicationEdgeward","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"CrowdSensing_Microservices_RandomMobility_Clustering","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"DCNSFog","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"MicroserviceApp_RandomMobility_Clustering","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"MicroserviceAppSample2","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"MicroservicesAppSample1","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"TranslationServiceFog_Clustering","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"TranslationServiceFog_RandomMobility_Clustering","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"TranslationServiceFog_RandomMobility","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"TranslationServiceFog","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"TwoApps","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"VRGameFog","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.sdn.example.topogenerators","c":"PhysicalTopologyGenerator","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGeneratorVmTypes","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VMRequestRandomGenerator","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDN","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.sdn.request","c":"VMRequestGenerator","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.gui.core","c":"SpringUtilities","l":"makeCompactGrid(Container, int, int, int, int, int, int)","u":"makeCompactGrid(java.awt.Container,int,int,int,int,int,int)"},{"p":"org.iquantum.sdn.graph.core","c":"SpringUtilities","l":"makeCompactGrid(Container, int, int, int, int, int, int)","u":"makeCompactGrid(java.awt.Container,int,int,int,int,int,int)"},{"p":"org.iquantum.fog.gui.core","c":"SpringUtilities","l":"makeGrid(Container, int, int, int, int, int, int)","u":"makeGrid(java.awt.Container,int,int,int,int,int,int)"},{"p":"org.iquantum.sdn.graph.core","c":"SpringUtilities","l":"makeGrid(Container, int, int, int, int, int, int)","u":"makeGrid(java.awt.Container,int,int,int,int,int,int)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"makeMasterCopy()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"makeReplica()"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"MANAGEMENT_TUPLE_ARRIVAL"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"ManagementTuple(int, int, int)","u":"%3Cinit%3E(int,int,int)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"ManagementTuple(String, int, int, int)","u":"%3Cinit%3E(java.lang.String,int,int,int)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"managementTupleType"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"manageResources()"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"manageResources()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"manageResources()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"manageResources()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"manageResources(SimEvent)","u":"manageResources(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"map"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"mapModules()"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"mapModules()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"mapModules()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"mapModules()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMapping","l":"mapModules()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"mapModules()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"mapModules()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementOnlyCloud","l":"mapModules()"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"mapNode(int, int)","u":"mapNode(int,int)"},{"p":"org.iquantum.core.predicates","c":"Predicate","l":"match(SimEvent)","u":"match(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core.predicates","c":"PredicateAny","l":"match(SimEvent)","u":"match(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core.predicates","c":"PredicateFrom","l":"match(SimEvent)","u":"match(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core.predicates","c":"PredicateNone","l":"match(SimEvent)","u":"match(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core.predicates","c":"PredicateNotFrom","l":"match(SimEvent)","u":"match(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core.predicates","c":"PredicateNotType","l":"match(SimEvent)","u":"match(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core.predicates","c":"PredicateType","l":"match(SimEvent)","u":"match(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.utils","c":"MathUtil","l":"MathUtil()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.utils","c":"FogUtils","l":"MAX"},{"p":"org.iquantum.fog.utils","c":"Config","l":"MAX_SIMULATION_TIME"},{"p":"org.iquantum.fog.utils","c":"Config","l":"MAX_VALUE"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"maxHostHandler"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"maxhostVM"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"maxMemperVM"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"MaxMobilitySpeed"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"maxNumHostsUsed"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"maxNumHostsUsed"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"maxNumHostsUsed"},{"p":"org.iquantum.network","c":"DelayMatrix_Float","l":"mDelayMatrix"},{"p":"org.iquantum.utils","c":"MathUtil","l":"mean(List)","u":"mean(java.util.List)"},{"p":"org.iquantum.utils","c":"MathUtil","l":"median(double[])"},{"p":"org.iquantum.utils","c":"MathUtil","l":"median(List)","u":"median(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"memory"},{"p":"org.iquantum.network.datacenter","c":"NetworkVm","l":"memory"},{"p":"org.iquantum.fog.test.perfeval","c":"MicroserviceApp_RandomMobility_Clustering","l":"MicroserviceApp_RandomMobility_Clustering()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.test.perfeval","c":"MicroserviceAppSample2","l":"MicroserviceAppSample2()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"MicroserviceFogDevice(String, FogDeviceCharacteristicsC, VmAllocationPolicy, List, double, double, double, double, double, double, String)","u":"%3Cinit%3E(java.lang.String,org.iquantum.fog.entities.FogDeviceCharacteristicsC,org.iquantum.policies.vm.VmAllocationPolicy,java.util.List,double,double,double,double,double,double,java.lang.String)"},{"p":"org.iquantum.fog.utils","c":"MicroservicePlacementConfig","l":"MicroservicePlacementConfig()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"microservicePlacementLogic"},{"p":"org.iquantum.fog.test.perfeval","c":"MicroservicesAppSample1","l":"MicroservicesAppSample1()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"MicroservicesController(String, List, List, List, List, Double, int)","u":"%3Cinit%3E(java.lang.String,java.util.List,java.util.List,java.util.List,java.util.List,java.lang.Double,int)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"MicroservicesController(String, List, List, List, List, Double, int, Map>)","u":"%3Cinit%3E(java.lang.String,java.util.List,java.util.List,java.util.List,java.util.List,java.lang.Double,int,java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"MicroservicesMobilityClusteringController(String, List, List, List, List, Double, int, LocationHandler)","u":"%3Cinit%3E(java.lang.String,java.util.List,java.util.List,java.util.List,java.util.List,java.lang.Double,int,org.iquantum.fog.placement.LocationHandler)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"MicroservicesMobilityClusteringController(String, List, List, List, List, Double, int, Map>, LocationHandler)","u":"%3Cinit%3E(java.lang.String,java.util.List,java.util.List,java.util.List,java.util.List,java.lang.Double,int,java.util.Map,org.iquantum.fog.placement.LocationHandler)"},{"p":"org.iquantum.sdn","c":"Middlebox","l":"Middlebox(Vm, int)","u":"%3Cinit%3E(org.iquantum.backends.classical.Vm,int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"migrateCloudlet()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"migrateCloudlet()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"migrateCloudlet()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"migrateCloudlet()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"migrateCloudlet()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"migrateCloudlet()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"migrateQTask()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"migrateQTask()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"migrateQTask()"},{"p":"org.iquantum.fog.utils","c":"MigrationDelayMonitor","l":"MigrationDelayMonitor()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core","c":"Consts","l":"MILLION"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"MinMobilitySpeed"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"minTimeBetweenEvents"},{"p":"org.iquantum.core","c":"Consts","l":"MINUTE"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"MOBILITY_MANAGEMENT"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"MOBILITY_SUBMIT"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"MobilityController(String, List, List, List, LocationHandler)","u":"%3Cinit%3E(java.lang.String,java.util.List,java.util.List,java.util.List,org.iquantum.fog.placement.LocationHandler)"},{"p":"org.iquantum.fog.mobilitydata","c":"RandomMobilityGenerator","l":"MobilityPositionInitiator(int, int, int)","u":"MobilityPositionInitiator(int,int,int)"},{"p":"org.iquantum.fog.mobilitydata","c":"RandomMobilityGenerator","l":"mobilityPositions"},{"p":"org.iquantum.fog.mobilitydata","c":"RandomMobilityGenerator","l":"mobilityPositionsAngle"},{"p":"org.iquantum.fog.mobilitydata","c":"RandomMobilityGenerator","l":"mobilityPositionsPauseTime"},{"p":"org.iquantum.fog.mobilitydata","c":"RandomMobilityGenerator","l":"mobilityPositionsSpeed"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"MODULE"},{"p":"org.iquantum.fog.utils","c":"MicroservicePlacementConfig","l":"MODULE_DEPLOYMENT_TIME"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"MODULE_RECEIVE"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"MODULE_SEND"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"moduleInstanceCount"},{"p":"org.iquantum.fog.utils","c":"ModuleLaunchConfig","l":"ModuleLaunchConfig(AppModule, int)","u":"%3Cinit%3E(org.iquantum.fog.application.AppModule,int)"},{"p":"org.iquantum.fog.placement","c":"ModuleMapping","l":"moduleMapping"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"moduleMapping"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"moduleMapping"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"moduleMapping"},{"p":"org.iquantum.fog.placement","c":"ModuleMapping","l":"ModuleMapping()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"ModulePlacement()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"ModulePlacementEdgewards(List, List, List, Application, ModuleMapping)","u":"%3Cinit%3E(java.util.List,java.util.List,java.util.List,org.iquantum.fog.application.Application,org.iquantum.fog.placement.ModuleMapping)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMapping","l":"ModulePlacementMapping(List, Application, ModuleMapping)","u":"%3Cinit%3E(java.util.List,org.iquantum.fog.application.Application,org.iquantum.fog.placement.ModuleMapping)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"ModulePlacementMobileEdgewards(List, List, List, Application, ModuleMapping)","u":"%3Cinit%3E(java.util.List,java.util.List,java.util.List,org.iquantum.fog.application.Application,org.iquantum.fog.placement.ModuleMapping)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"ModulePlacementMobileEdgewardsCluster(List, List, List, Application, ModuleMapping, Boolean)","u":"%3Cinit%3E(java.util.List,java.util.List,java.util.List,org.iquantum.fog.application.Application,org.iquantum.fog.placement.ModuleMapping,java.lang.Boolean)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementOnlyCloud","l":"ModulePlacementOnlyCloud(List, List, List, Application)","u":"%3Cinit%3E(java.util.List,java.util.List,java.util.List,org.iquantum.fog.application.Application)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"moduleReceive(SimEvent)","u":"moduleReceive(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"moduleReceive(SimEvent)","u":"moduleReceive(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"moduleSend(SimEvent)","u":"moduleSend(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"moduleSend(SimEvent)","u":"moduleSend(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"modulesOnDevice"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"modulesOnPath"},{"p":"org.iquantum.lists","c":"ResCloudletList","l":"move(List, List, T)","u":"move(java.util.List,java.util.List,T)"},{"p":"org.iquantum.network","c":"DelayMatrix_Float","l":"mTotalNodeNum"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"name"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"name"},{"p":"org.iquantum.gateways","c":"Gateway","l":"name"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology.Node","l":"neighbors"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"NetDatacenterBroker(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"Network_Event_DOWN"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"Network_Event_Host"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"Network_Event_send"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"Network_Event_UP"},{"p":"org.iquantum.network.datacenter","c":"NetworkCDatacenter","l":"NetworkCDatacenter(String, CDatacenterCharacteristics, VmAllocationPolicy, List, double)","u":"%3Cinit%3E(java.lang.String,org.iquantum.datacenters.CDatacenterCharacteristics,org.iquantum.policies.vm.VmAllocationPolicy,java.util.List,double)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"NetworkCloudletSpaceSharedScheduler()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"NetworkConstants()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"NetworkCTask(int, long, int, long, long, long, UtilizationModel, UtilizationModel, UtilizationModel)","u":"%3Cinit%3E(int,long,int,long,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel)"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"NetworkHost(int, RamProvisioner, BwProvisioner, long, List, VmScheduler)","u":"%3Cinit%3E(int,org.iquantum.provisioners.RamProvisioner,org.iquantum.provisioners.BwProvisioner,long,java.util.List,org.iquantum.policies.vm.VmScheduler)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"NetworkOperatingSystem(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.network.datacenter","c":"NetworkPacket","l":"NetworkPacket(int, HostPacket, int, int)","u":"%3Cinit%3E(int,org.iquantum.network.datacenter.HostPacket,int,int)"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"NetworkTopology()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.utils","c":"NetworkUsageMonitor","l":"NetworkUsageMonitor()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"NetworkVm","l":"NetworkVm(int, int, double, int, int, long, long, String, CloudletScheduler)","u":"%3Cinit%3E(int,int,double,int,int,long,long,java.lang.String,org.iquantum.policies.ctasks.CloudletScheduler)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"NetworkVmAllocationPolicy(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"NextCycle"},{"p":"org.iquantum.sdn","c":"Channel","l":"nextFinishTime()"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"nextIdx"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"nexttime"},{"p":"org.iquantum.core","c":"Consts","l":"NIX_OS"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"node"},{"p":"org.iquantum.fog.utils","c":"Config","l":"Node_Communication_RANGE"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"Node()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"Node()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology.Node","l":"Node(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"Node(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"Node(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"NodeCellRenderer","l":"NodeCellRenderer()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.core","c":"NodeCellRenderer","l":"NodeCellRenderer()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"NONE"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"NORMAL"},{"p":"org.iquantum.fog.utils.distribution","c":"NormalDistribution","l":"NormalDistribution(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"northTupleQueue"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"nos"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"NOT_REGISTERED"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"NOT_SET"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"npoints"},{"p":"org.iquantum.sdn","c":"Switch.HistoryEntry","l":"numActivePorts"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"numberOfCreatedVMs"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"numberOfVmTypes"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"numbervm"},{"p":"org.iquantum.core","c":"SimEntity","l":"numEventsWaiting()"},{"p":"org.iquantum.core","c":"SimEntity","l":"numEventsWaiting(Predicate)","u":"numEventsWaiting(org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"numport"},{"p":"org.iquantum.brokers","c":"QBroker","l":"numQTaskFailed"},{"p":"org.iquantum.brokers","c":"QBroker","l":"numQTaskSubmitted"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"numQTaskSubmitted"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"numQTaskSubmitted"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"numStage"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"OFFLOAD_QTASK_FROM_EDGE"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"ONLY_CLOUD"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"ONLY_CLOUD"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"ONLY_CLOUD"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"ONLY_CLOUD"},{"p":"org.iquantum.fog.gui.example","c":"FogGui","l":"openAddActuatorDialog()"},{"p":"org.iquantum.fog.gui.example","c":"FogGui","l":"openAddFogDeviceDialog()"},{"p":"org.iquantum.fog.gui.example","c":"FogGui","l":"openAddLinkDialog()"},{"p":"org.iquantum.fog.gui.example","c":"FogGui","l":"openAddSensorDialog()"},{"p":"org.iquantum.fog.utils","c":"OperatorEdge","l":"OperatorEdge(String, String, double)","u":"%3Cinit%3E(java.lang.String,java.lang.String,double)"},{"p":"org.iquantum.fog.utils","c":"OperatorSetComparator","l":"OperatorSetComparator()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicy","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicySimple","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationSimple","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicy","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicySimple","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"OTHER_POLICY_DIFFERENT_RATING"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"OTHER_POLICY_DIFFERENT_RATING"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"OTHER_POLICY_DIFFERENT_RATING"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"OTHER_POLICY_SAME_RATING"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"OTHER_POLICY_SAME_RATING"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"OTHER_POLICY_SAME_RATING"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"OUTPUT_SIZE"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDNExample","l":"output()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"overBookingfactor"},{"p":"org.iquantum.sdn.overbooking","c":"OverbookingNetworkOperatingSystem","l":"OverbookingNetworkOperatingSystem(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"overbookingRatioBw"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"overbookingRatioMips"},{"p":"org.iquantum.sdn","c":"Package","l":"Package(int, int, long, int, Request)","u":"%3Cinit%3E(int,int,long,int,org.iquantum.sdn.Request)"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"packetrecieved"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"packetTohost"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"packetTosendGlobal"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"packetTosendLocal"},{"p":"org.iquantum.utils.datacloud","c":"ParameterException","l":"ParameterException()","u":"%3Cinit%3E()"},{"p":"org.iquantum.utils.datacloud","c":"ParameterException","l":"ParameterException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"parentId"},{"p":"org.iquantum.distributions","c":"ParetoDistr","l":"ParetoDistr(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.distributions","c":"ParetoDistr","l":"ParetoDistr(Random, double, double)","u":"%3Cinit%3E(java.util.Random,double,double)"},{"p":"org.iquantum.fog.mobilitydata","c":"DataParser","l":"parseResourceData()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"parseResourceInfo()"},{"p":"org.iquantum.fog.mobilitydata","c":"DataParser","l":"parseUserData(Map, String)","u":"parseUserData(java.util.Map,java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"parseUserInfo(Map, String)","u":"parseUserInfo(java.util.Map,java.lang.String)"},{"p":"org.iquantum.core","c":"SimEntity","l":"pause(double)"},{"p":"org.iquantum.core","c":"iQuantum","l":"pause(int, double)","u":"pause(int,double)"},{"p":"org.iquantum.tasks","c":"CTask","l":"PAUSED"},{"p":"org.iquantum.tasks","c":"QTask","l":"PAUSED"},{"p":"org.iquantum.core","c":"iQuantum","l":"pauseSimulation()"},{"p":"org.iquantum.core","c":"iQuantum","l":"pauseSimulation(long)"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"Pe(int, PeProvisioner)","u":"%3Cinit%3E(int,org.iquantum.provisioners.PeProvisioner)"},{"p":"org.iquantum.lists","c":"PeList","l":"PeList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"PeProvisioner(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"PeProvisionerOverbooking(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"PeProvisionerSimple(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"perClientDevicePrs"},{"p":"org.iquantum.fog.utils","c":"MicroservicePlacementConfig","l":"PERIODIC"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"PES_NUMBER"},{"p":"org.iquantum.fog.entities","c":"PhysicalTopology","l":"PhysicalTopology()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"PhysicalTopology()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"physicalTopologyFile"},{"p":"org.iquantum.sdn.example.topogenerators","c":"PhysicalTopologyGenerator","l":"PhysicalTopologyGenerator()","u":"%3Cinit%3E()"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"PKT_SIZE"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"pktlist"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"pktrecv"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"pkttosend"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"PlaceHolder()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"PlaceHolder(Coordinates)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Coordinates)"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"PlaceHolder(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"org.iquantum.fog.utils","c":"MicroservicePlacementConfig","l":"PLACEMENT_INTERVAL"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"PLACEMENT_REQUEST"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"placementLogic"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"placementLogicFactory"},{"p":"org.iquantum.fog.placement","c":"PlacementLogicFactory","l":"PlacementLogicFactory()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.placement","c":"PlacementLogicOutput","l":"PlacementLogicOutput(Map>>, Map>>, Map)","u":"%3Cinit%3E(java.util.Map,java.util.Map,java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"placementRequest"},{"p":"org.iquantum.fog.entities","c":"PlacementRequest","l":"PlacementRequest(String, int, int)","u":"%3Cinit%3E(java.lang.String,int,int)"},{"p":"org.iquantum.fog.entities","c":"PlacementRequest","l":"PlacementRequest(String, int, int, Map)","u":"%3Cinit%3E(java.lang.String,int,int,java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"placementRequestDelayMap"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"placementRequests"},{"p":"org.iquantum.backends.classical.container.utils","c":"IDs","l":"pollId(Class)","u":"pollId(java.lang.Class)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"Polygon2D()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"Polygon2D(float[], float[], int)","u":"%3Cinit%3E(float[],float[],int)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"Polygon2D(int[], int[], int)","u":"%3Cinit%3E(int[],int[],int)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"Polygon2D(Polygon)","u":"%3Cinit%3E(java.awt.Polygon)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"Polygon2D(Rectangle2D)","u":"%3Cinit%3E(java.awt.geom.Rectangle2D)"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"postProcessing()"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"postProcessing()"},{"p":"org.iquantum.fog.placement","c":"MicroservicePlacementLogic","l":"postProcessing()"},{"p":"org.iquantum.power","c":"PowerCBroker","l":"PowerCBroker(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"PowerCDatacenter(String, CDatacenterCharacteristics, VmAllocationPolicy, List, double)","u":"%3Cinit%3E(java.lang.String,org.iquantum.datacenters.CDatacenterCharacteristics,org.iquantum.policies.vm.VmAllocationPolicy,java.util.List,double)"},{"p":"org.iquantum.power","c":"PowerCDatacenterNonPowerAware","l":"PowerCDatacenterNonPowerAware(String, CDatacenterCharacteristics, VmAllocationPolicy, List, double)","u":"%3Cinit%3E(java.lang.String,org.iquantum.datacenters.CDatacenterCharacteristics,org.iquantum.policies.vm.VmAllocationPolicy,java.util.List,double)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"PowerContainer(int, int, double, int, int, long, long, String, ContainerCloudletScheduler, double)","u":"%3Cinit%3E(int,int,double,int,int,long,long,java.lang.String,org.iquantum.backends.classical.container.schedulers.ContainerCloudletScheduler,double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicy","l":"PowerContainerAllocationPolicy()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicySimple","l":"PowerContainerAllocationPolicySimple()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"PowerContainerDatacenter(String, ContainerDatacenterCharacteristics, ContainerVmAllocationPolicy, ContainerAllocationPolicy, List, double, String, String)","u":"%3Cinit%3E(java.lang.String,org.iquantum.backends.classical.container.core.ContainerDatacenterCharacteristics,org.iquantum.backends.classical.container.resourceAllocators.ContainerVmAllocationPolicy,org.iquantum.backends.classical.container.resourceAllocators.ContainerAllocationPolicy,java.util.List,double,java.lang.String,java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"PowerContainerDatacenterCM(String, ContainerDatacenterCharacteristics, ContainerVmAllocationPolicy, ContainerAllocationPolicy, List, double, String, String, double, double)","u":"%3Cinit%3E(java.lang.String,org.iquantum.backends.classical.container.core.ContainerDatacenterCharacteristics,org.iquantum.backends.classical.container.resourceAllocators.ContainerVmAllocationPolicy,org.iquantum.backends.classical.container.resourceAllocators.ContainerAllocationPolicy,java.util.List,double,java.lang.String,java.lang.String,double,double)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerHost","l":"PowerContainerHost(int, ContainerVmRamProvisioner, ContainerVmBwProvisioner, long, List, ContainerVmScheduler, PowerModel)","u":"%3Cinit%3E(int,org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmRamProvisioner,org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmBwProvisioner,long,java.util.List,org.iquantum.backends.classical.container.schedulers.ContainerVmScheduler,org.iquantum.power.models.PowerModel)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerHostUtilizationHistory","l":"PowerContainerHostUtilizationHistory(int, ContainerVmRamProvisioner, ContainerVmBwProvisioner, long, List, ContainerVmScheduler, PowerModel)","u":"%3Cinit%3E(int,org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmRamProvisioner,org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmBwProvisioner,long,java.util.List,org.iquantum.backends.classical.container.schedulers.ContainerVmScheduler,org.iquantum.power.models.PowerModel)"},{"p":"org.iquantum.backends.classical.container.lists","c":"PowerContainerList","l":"PowerContainerList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicy","l":"PowerContainerSelectionPolicy()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyCor","l":"PowerContainerSelectionPolicyCor(PowerContainerSelectionPolicy)","u":"%3Cinit%3E(org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMaximumCorrelation","l":"PowerContainerSelectionPolicyMaximumCorrelation(PowerContainerSelectionPolicy)","u":"%3Cinit%3E(org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMaximumUsage","l":"PowerContainerSelectionPolicyMaximumUsage()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMinimumMigrationTime","l":"PowerContainerSelectionPolicyMinimumMigrationTime()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"PowerContainerVm(int, int, double, float, long, long, String, ContainerScheduler, ContainerRamProvisioner, ContainerBwProvisioner, List, double)","u":"%3Cinit%3E(int,int,double,float,long,long,java.lang.String,org.iquantum.backends.classical.container.schedulers.ContainerScheduler,org.iquantum.backends.classical.container.containerProvisioners.ContainerRamProvisioner,org.iquantum.backends.classical.container.containerProvisioners.ContainerBwProvisioner,java.util.List,double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationAbstract","l":"PowerContainerVmAllocationAbstract(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"PowerContainerVmAllocationPolicyMigrationAbstract(List, PowerContainerVmSelectionPolicy)","u":"%3Cinit%3E(java.util.List,org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded(List, PowerContainerVmSelectionPolicy, PowerContainerSelectionPolicy, int, int[], float[], long, long, double[])","u":"%3Cinit%3E(java.util.List,org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy,org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy,int,int[],float[],long,long,double[])"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection","l":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection(List, PowerContainerVmSelectionPolicy, PowerContainerSelectionPolicy, HostSelectionPolicy, int, int[], float[], long, long, double[])","u":"%3Cinit%3E(java.util.List,org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy,org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy,org.iquantum.backends.classical.container.hostSelectionPolicies.HostSelectionPolicy,int,int[],float[],long,long,double[])"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelectionUnderUtilizedAdded","l":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelectionUnderUtilizedAdded(List, PowerContainerVmSelectionPolicy, PowerContainerSelectionPolicy, HostSelectionPolicy, double, int, int[], float[], long, long, double[])","u":"%3Cinit%3E(java.util.List,org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy,org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy,org.iquantum.backends.classical.container.hostSelectionPolicies.HostSelectionPolicy,double,int,int[],float[],long,long,double[])"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection(List, PowerContainerVmSelectionPolicy, HostSelectionPolicy, double, double)","u":"%3Cinit%3E(java.util.List,org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy,org.iquantum.backends.classical.container.hostSelectionPolicies.HostSelectionPolicy,double,double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThreshold","l":"PowerContainerVmAllocationPolicyMigrationStaticThreshold(List, PowerContainerVmSelectionPolicy, double)","u":"%3Cinit%3E(java.util.List,org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy,double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMC","l":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMC(List, PowerContainerVmSelectionPolicy, PowerContainerSelectionPolicy, HostSelectionPolicy, double, int, int[], float[], long, long, double[])","u":"%3Cinit%3E(java.util.List,org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy,org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy,org.iquantum.backends.classical.container.hostSelectionPolicies.HostSelectionPolicy,double,int,int[],float[],long,long,double[])"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMCUnderUtilized","l":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMCUnderUtilized(List, PowerContainerVmSelectionPolicy, PowerContainerSelectionPolicy, HostSelectionPolicy, double, double, int, int[], float[], long, long, double[])","u":"%3Cinit%3E(java.util.List,org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy,org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy,org.iquantum.backends.classical.container.hostSelectionPolicies.HostSelectionPolicy,double,double,int,int[],float[],long,long,double[])"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationSimple","l":"PowerContainerVmAllocationSimple(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"PowerContainerVmList","l":"PowerContainerVmList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicy","l":"PowerContainerVmSelectionPolicy()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVMSelectionPolicyCor","l":"PowerContainerVMSelectionPolicyCor(PowerContainerVmSelectionPolicy)","u":"%3Cinit%3E(org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMaximumCorrelation","l":"PowerContainerVmSelectionPolicyMaximumCorrelation(PowerContainerVmSelectionPolicy)","u":"%3Cinit%3E(org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMaximumUsage","l":"PowerContainerVmSelectionPolicyMaximumUsage()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMinimumMigrationTime","l":"PowerContainerVmSelectionPolicyMinimumMigrationTime()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power","c":"PowerHost","l":"PowerHost(int, RamProvisioner, BwProvisioner, long, List, VmScheduler, PowerModel)","u":"%3Cinit%3E(int,org.iquantum.provisioners.RamProvisioner,org.iquantum.provisioners.BwProvisioner,long,java.util.List,org.iquantum.policies.vm.VmScheduler,org.iquantum.power.models.PowerModel)"},{"p":"org.iquantum.power","c":"PowerHostUtilizationHistory","l":"PowerHostUtilizationHistory(int, RamProvisioner, BwProvisioner, long, List, VmScheduler, PowerModel)","u":"%3Cinit%3E(int,org.iquantum.provisioners.RamProvisioner,org.iquantum.provisioners.BwProvisioner,long,java.util.List,org.iquantum.policies.vm.VmScheduler,org.iquantum.power.models.PowerModel)"},{"p":"org.iquantum.power.models","c":"PowerModelCubic","l":"PowerModelCubic(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.power.models","c":"PowerModelLinear","l":"PowerModelLinear(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPower","l":"PowerModelSpecPower()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerHpProLiantMl110G3PentiumD930","l":"PowerModelSpecPowerHpProLiantMl110G3PentiumD930()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerHpProLiantMl110G4Xeon3040","l":"PowerModelSpecPowerHpProLiantMl110G4Xeon3040()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerHpProLiantMl110G5Xeon3075","l":"PowerModelSpecPowerHpProLiantMl110G5Xeon3075()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerIbmX3250XeonX3470","l":"PowerModelSpecPowerIbmX3250XeonX3470()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerIbmX3250XeonX3480","l":"PowerModelSpecPowerIbmX3250XeonX3480()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerIbmX3550XeonX5670","l":"PowerModelSpecPowerIbmX3550XeonX5670()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerIbmX3550XeonX5675","l":"PowerModelSpecPowerIbmX3550XeonX5675()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power.models","c":"PowerModelSqrt","l":"PowerModelSqrt(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.power.models","c":"PowerModelSquare","l":"PowerModelSquare(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.sdn.power","c":"PowerUtilizationHistoryEntry","l":"PowerUtilizationHistoryEntry(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.power","c":"PowerVm","l":"PowerVm(int, int, double, int, int, long, long, int, String, CloudletScheduler, double)","u":"%3Cinit%3E(int,int,double,int,int,long,long,int,java.lang.String,org.iquantum.policies.ctasks.CloudletScheduler,double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyAbstract","l":"PowerVmAllocationPolicyAbstract(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"PowerVmAllocationPolicyMigrationAbstract(List, PowerVmSelectionPolicy)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationInterQuartileRange","l":"PowerVmAllocationPolicyMigrationInterQuartileRange(List, PowerVmSelectionPolicy, double, PowerVmAllocationPolicyMigrationAbstract)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy,double,org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationInterQuartileRange","l":"PowerVmAllocationPolicyMigrationInterQuartileRange(List, PowerVmSelectionPolicy, double, PowerVmAllocationPolicyMigrationAbstract, double)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy,double,org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract,double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"PowerVmAllocationPolicyMigrationLocalRegression(List, PowerVmSelectionPolicy, double, double, PowerVmAllocationPolicyMigrationAbstract)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy,double,double,org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"PowerVmAllocationPolicyMigrationLocalRegression(List, PowerVmSelectionPolicy, double, double, PowerVmAllocationPolicyMigrationAbstract, double)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy,double,double,org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract,double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegressionRobust","l":"PowerVmAllocationPolicyMigrationLocalRegressionRobust(List, PowerVmSelectionPolicy, double, double, PowerVmAllocationPolicyMigrationAbstract)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy,double,double,org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegressionRobust","l":"PowerVmAllocationPolicyMigrationLocalRegressionRobust(List, PowerVmSelectionPolicy, double, double, PowerVmAllocationPolicyMigrationAbstract, double)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy,double,double,org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract,double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation","l":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation(List, PowerVmSelectionPolicy, double, PowerVmAllocationPolicyMigrationAbstract)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy,double,org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation","l":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation(List, PowerVmSelectionPolicy, double, PowerVmAllocationPolicyMigrationAbstract, double)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy,double,org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract,double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationStaticThreshold","l":"PowerVmAllocationPolicyMigrationStaticThreshold(List, PowerVmSelectionPolicy, double)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy,double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicySimple","l":"PowerVmAllocationPolicySimple(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.power.lists","c":"PowerVmList","l":"PowerVmList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicy","l":"PowerVmSelectionPolicy()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMaximumCorrelation","l":"PowerVmSelectionPolicyMaximumCorrelation(PowerVmSelectionPolicy)","u":"%3Cinit%3E(org.iquantum.power.PowerVmSelectionPolicy)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMinimumMigrationTime","l":"PowerVmSelectionPolicyMinimumMigrationTime()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMinimumUtilization","l":"PowerVmSelectionPolicyMinimumUtilization()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyRandomSelection","l":"PowerVmSelectionPolicyRandomSelection()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.utils","c":"MicroservicePlacementConfig","l":"PR_PROCESSING_MODE"},{"p":"org.iquantum.core.predicates","c":"Predicate","l":"Predicate()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core.predicates","c":"PredicateAny","l":"PredicateAny()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core.predicates","c":"PredicateFrom","l":"PredicateFrom(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.core.predicates","c":"PredicateFrom","l":"PredicateFrom(int[])","u":"%3Cinit%3E(int[])"},{"p":"org.iquantum.core.predicates","c":"PredicateNone","l":"PredicateNone()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core.predicates","c":"PredicateNotFrom","l":"PredicateNotFrom(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.core.predicates","c":"PredicateNotFrom","l":"PredicateNotFrom(int[])","u":"%3Cinit%3E(int[])"},{"p":"org.iquantum.core.predicates","c":"PredicateNotType","l":"PredicateNotType(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.core.predicates","c":"PredicateNotType","l":"PredicateNotType(int[])","u":"%3Cinit%3E(int[])"},{"p":"org.iquantum.core.predicates","c":"PredicateType","l":"PredicateType(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.core.predicates","c":"PredicateType","l":"PredicateType(int[])","u":"%3Cinit%3E(int[])"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"predictFileTransferTime(List)","u":"predictFileTransferTime(java.util.List)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"predictFileTransferTime(List)","u":"predictFileTransferTime(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"preScheduleQTask(List, QTask)","u":"preScheduleQTask(java.util.List,org.iquantum.tasks.QTask)"},{"p":"org.iquantum.utils","c":"Log","l":"print(Object)","u":"print(java.lang.Object)"},{"p":"org.iquantum.utils","c":"Log","l":"print(String)","u":"print(java.lang.String)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended","l":"printAllQubitConnectivity()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended","l":"printAllQubitMetrics()"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"printArguments(String, String, List)","u":"printArguments(java.lang.String,java.lang.String,java.util.List)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"printClusterConnections()"},{"p":"org.iquantum.utils","c":"Log","l":"printConcat(Object...)","u":"printConcat(java.lang.Object...)"},{"p":"org.iquantum.utils","c":"Log","l":"printConcatLine(Object...)","u":"printConcatLine(java.lang.Object...)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"printCostDetails()"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"printCTaskList(List)","u":"printCTaskList(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"printEnergyConsumption(List, List, double)","u":"printEnergyConsumption(java.util.List,java.util.List,double)"},{"p":"org.iquantum.sdn","c":"ForwardingRule","l":"printForwardingTable(String)","u":"printForwardingTable(java.lang.String)"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"printGroupStatistics(int, int[], double[])","u":"printGroupStatistics(int,int[],double[])"},{"p":"org.iquantum.utils","c":"Log","l":"printLine()"},{"p":"org.iquantum.utils","c":"Log","l":"printLine(Object)","u":"printLine(java.lang.Object)"},{"p":"org.iquantum.utils","c":"Log","l":"printLine(String)","u":"printLine(java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"printNetworkUsageDetails()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"printOverUtilizedHosts(List)","u":"printOverUtilizedHosts(java.util.List)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"printOverUtilizedHosts(List)","u":"printOverUtilizedHosts(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"printPowerDetails()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"printQoSDetails()"},{"p":"org.iquantum.utils","c":"QTaskExporter","l":"printQTaskList(List)","u":"printQTaskList(java.util.List)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended","l":"printQubitConnectivityMetrics(int, int)","u":"printQubitConnectivityMetrics(int,int)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended","l":"printQubitMetrics(int)"},{"p":"org.iquantum.sdn","c":"RoutingTable","l":"printRoutingTable()"},{"p":"org.iquantum.fog.gui.core","c":"SpringUtilities","l":"printSizes(Component)","u":"printSizes(java.awt.Component)"},{"p":"org.iquantum.sdn.graph.core","c":"SpringUtilities","l":"printSizes(Component)","u":"printSizes(java.awt.Component)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"printTimeDetails()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology","l":"printTopology(QubitTopology)","u":"printTopology(org.iquantum.backends.quantum.qubittopologies.QubitTopology)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology","l":"printTopologyShort(QubitTopology)","u":"printTopologyShort(org.iquantum.backends.quantum.qubittopologies.QubitTopology)"},{"p":"org.iquantum.sdn","c":"Node","l":"printVMRoute()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"printVMRoute()"},{"p":"org.iquantum.sdn","c":"Switch","l":"printVMRoute()"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"printWorkloadList(List)","u":"printWorkloadList(java.util.List)"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"PROCESS_PRS"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"processActuatorJoined(SimEvent)","u":"processActuatorJoined(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"processAppSubmit(SimEvent)","u":"processAppSubmit(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processCloudlet(SimEvent, int)","u":"processCloudlet(org.iquantum.core.SimEvent,int)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processCloudlet(SimEvent, int)","u":"processCloudlet(org.iquantum.core.SimEvent,int)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processCloudletCancel(int, int, int)","u":"processCloudletCancel(int,int,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processCloudletCancel(int, int, int, int)","u":"processCloudletCancel(int,int,int,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processCloudletMove(int[], int)","u":"processCloudletMove(int[],int)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processCloudletMove(int[], int)","u":"processCloudletMove(int[],int)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processCloudletPause(int, int, int, boolean)","u":"processCloudletPause(int,int,int,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processCloudletPause(int, int, int, int, boolean)","u":"processCloudletPause(int,int,int,int,boolean)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processCloudletResume(int, int, int, boolean)","u":"processCloudletResume(int,int,int,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processCloudletResume(int, int, int, int, boolean)","u":"processCloudletResume(int,int,int,int,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"processCloudletReturn(SimEvent)","u":"processCloudletReturn(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"processCloudletReturn(SimEvent)","u":"processCloudletReturn(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"processCloudletReturn(SimEvent)","u":"processCloudletReturn(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processCloudletStatus(SimEvent)","u":"processCloudletStatus(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processCloudletStatus(SimEvent)","u":"processCloudletStatus(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processCloudletSubmit(SimEvent, boolean)","u":"processCloudletSubmit(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"processCloudletSubmit(SimEvent, boolean)","u":"processCloudletSubmit(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processCloudletSubmit(SimEvent, boolean)","u":"processCloudletSubmit(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCDatacenter","l":"processCloudletSubmit(SimEvent, boolean)","u":"processCloudletSubmit(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"processCloudletSubmit(SimEvent, boolean)","u":"processCloudletSubmit(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"processClustering(int, int, SimEvent)","u":"processClustering(int,int,org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"processContainerCreate(SimEvent)","u":"processContainerCreate(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processContainerMigrate(SimEvent, boolean)","u":"processContainerMigrate(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processContainerSubmit(SimEvent, boolean)","u":"processContainerSubmit(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processDataAdd(SimEvent, boolean)","u":"processDataAdd(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processDataAdd(SimEvent, boolean)","u":"processDataAdd(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processDataDelete(SimEvent, boolean)","u":"processDataDelete(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processDataDelete(SimEvent, boolean)","u":"processDataDelete(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.core","c":"ResourceInformationService","l":"processEndSimulation()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core","c":"iQuantumShutdown","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core","c":"ResourceInformationService","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core","c":"SimEntity","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogBrokerC","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.gateways","c":"Gateway","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.sdn.example","c":"SDNBroker","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.sdn","c":"Switch","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"processhostpacket(SimEvent)","u":"processhostpacket(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.sdn","c":"Processing","l":"Processing(CTask)","u":"%3Cinit%3E(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"processingDelay"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"processModuleArrival(SimEvent)","u":"processModuleArrival(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"processModuleArrival(SimEvent)","u":"processModuleArrival(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"processModuleTermination(SimEvent)","u":"processModuleTermination(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"processNewVmCreate(SimEvent)","u":"processNewVmCreate(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"processOperatorRelease(SimEvent)","u":"processOperatorRelease(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processOtherEvent(SimEvent)","u":"processOtherEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"processOtherEvent(SimEvent)","u":"processOtherEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"processOtherEvent(SimEvent)","u":"processOtherEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core","c":"ResourceInformationService","l":"processOtherEvent(SimEvent)","u":"processOtherEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processOtherEvent(SimEvent)","u":"processOtherEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"processOtherEvent(SimEvent)","u":"processOtherEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"processOtherEvent(SimEvent)","u":"processOtherEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"processOtherEvent(SimEvent)","u":"processOtherEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.sdn","c":"SDNDatacenter","l":"processOtherEvent(SimEvent)","u":"processOtherEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"AggregateSwitch","l":"processpacket_down(SimEvent)","u":"processpacket_down(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"processpacket_down(SimEvent)","u":"processpacket_down(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"AggregateSwitch","l":"processpacket_up(SimEvent)","u":"processpacket_up(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"EdgeSwitch","l":"processpacket_up(SimEvent)","u":"processpacket_up(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"RootSwitch","l":"processpacket_up(SimEvent)","u":"processpacket_up(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"processpacket_up(SimEvent)","u":"processpacket_up(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"processpacket(SimEvent)","u":"processpacket(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"EdgeSwitch","l":"processpacketforward(SimEvent)","u":"processpacketforward(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"processpacketforward(SimEvent)","u":"processpacketforward(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processPingRequest(SimEvent)","u":"processPingRequest(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processPingRequest(SimEvent)","u":"processPingRequest(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"processPlacedModules(PlacementRequest)","u":"processPlacedModules(org.iquantum.fog.entities.PlacementRequest)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"processPlacementRequests()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"processQResourceCharacteristicsRequest(SimEvent)","u":"processQResourceCharacteristicsRequest(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"processQResourceCharacteristicsRequest(SimEvent)","u":"processQResourceCharacteristicsRequest(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"processQResourceCharacteristicsRequest(SimEvent)","u":"processQResourceCharacteristicsRequest(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"QCloudBroker","l":"processQResourceCharacteristicsRequest(SimEvent)","u":"processQResourceCharacteristicsRequest(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"QEdgeBroker","l":"processQResourceCharacteristicsRequest(SimEvent)","u":"processQResourceCharacteristicsRequest(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"processQTaskOffload(SimEvent)","u":"processQTaskOffload(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"processQTaskOffload(SimEvent)","u":"processQTaskOffload(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"QCloudBroker","l":"processQTaskOffload(SimEvent)","u":"processQTaskOffload(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"QEdgeBroker","l":"processQTaskOffload(SimEvent)","u":"processQTaskOffload(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"processQTaskSubmit(SimEvent)","u":"processQTaskSubmit(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"processQTaskSubmit(SimEvent)","u":"processQTaskSubmit(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"QCloudBroker","l":"processQTaskSubmit(SimEvent)","u":"processQTaskSubmit(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"QEdgeBroker","l":"processQTaskSubmit(SimEvent)","u":"processQTaskSubmit(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"processQTaskSubmit(SimEvent, boolean)","u":"processQTaskSubmit(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"processQTaskSubmit(SimEvent, boolean)","u":"processQTaskSubmit(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"processResourceCharacteristics(SimEvent)","u":"processResourceCharacteristics(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"processResourceCharacteristics(SimEvent)","u":"processResourceCharacteristics(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"processResourceCharacteristics(SimEvent)","u":"processResourceCharacteristics(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"processResourceCharacteristicsRequest(SimEvent)","u":"processResourceCharacteristicsRequest(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"processResourceCharacteristicsRequest(SimEvent)","u":"processResourceCharacteristicsRequest(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"CCloudBroker","l":"processResourceCharacteristicsRequest(SimEvent)","u":"processResourceCharacteristicsRequest(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"CEdgeBroker","l":"processResourceCharacteristicsRequest(SimEvent)","u":"processResourceCharacteristicsRequest(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"processResourceCharacteristicsRequest(SimEvent)","u":"processResourceCharacteristicsRequest(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"processSensorJoining(SimEvent)","u":"processSensorJoining(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"processTaskDispatch(SimEvent)","u":"processTaskDispatch(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"processTaskDispatch(SimEvent)","u":"processTaskDispatch(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.gateways","c":"Gateway","l":"processTaskDispatch(SimEvent)","u":"processTaskDispatch(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"processTupleArrival(SimEvent)","u":"processTupleArrival(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"processTupleArrival(SimEvent)","u":"processTupleArrival(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"processVmCreate(SimEvent)","u":"processVmCreate(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"processVmCreate(SimEvent)","u":"processVmCreate(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.power","c":"PowerCBroker","l":"processVmCreate(SimEvent)","u":"processVmCreate(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processVmCreate(SimEvent, boolean)","u":"processVmCreate(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"processVmCreate(SimEvent, boolean)","u":"processVmCreate(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processVmCreate(SimEvent, boolean)","u":"processVmCreate(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.sdn","c":"SDNDatacenter","l":"processVmCreate(SimEvent, boolean)","u":"processVmCreate(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.sdn.example","c":"SimpleNetworkOperatingSystem","l":"processVmCreateAck(SimEvent)","u":"processVmCreateAck(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"processVmCreateAck(SimEvent)","u":"processVmCreateAck(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.sdn.overbooking","c":"OverbookingNetworkOperatingSystem","l":"processVmCreateAck(SimEvent)","u":"processVmCreateAck(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCDatacenter","l":"processVmCreateNetwork(Vm)","u":"processVmCreateNetwork(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processVmDestroy(SimEvent, boolean)","u":"processVmDestroy(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processVmDestroy(SimEvent, boolean)","u":"processVmDestroy(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"processVmDestroyAck(SimEvent)","u":"processVmDestroyAck(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processVmMigrate(SimEvent, boolean)","u":"processVmMigrate(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"processVmMigrate(SimEvent, boolean)","u":"processVmMigrate(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processVmMigrate(SimEvent, boolean)","u":"processVmMigrate(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"processVmMigrate(SimEvent, boolean)","u":"processVmMigrate(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"prStatus"},{"p":"org.iquantum.utils","c":"QASMReader","l":"QASMReader()","u":"%3Cinit%3E()"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"qBroker"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"qBroker"},{"p":"org.iquantum.gateways","c":"Gateway","l":"qBroker"},{"p":"org.iquantum.brokers","c":"QBroker","l":"QBroker(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"QBrokerMQ(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"QBrokerSimple(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.brokers","c":"QCloudBroker","l":"QCloudBroker(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"QCloudDatacenter","l":"QCloudDatacenter(String, QDatacenterCharacteristics)","u":"%3Cinit%3E(java.lang.String,org.iquantum.datacenters.QDatacenterCharacteristics)"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"QDatacenter(String, QDatacenterCharacteristics)","u":"%3Cinit%3E(java.lang.String,org.iquantum.datacenters.QDatacenterCharacteristics)"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristics","l":"QDatacenterCharacteristics(List, double, double)","u":"%3Cinit%3E(java.util.List,double,double)"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristicsExtended","l":"QDatacenterCharacteristicsExtended(List, double, double)","u":"%3Cinit%3E(java.util.List,double,double)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"qDatacenterCharacteristicsList"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"qDatacenterCharacteristicsList"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"qDatacenterCharacteristicsList"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"QDatacenterExtended(String, QDatacenterCharacteristicsExtended)","u":"%3Cinit%3E(java.lang.String,org.iquantum.datacenters.QDatacenterCharacteristicsExtended)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"qDatacenterIdList"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"qDatacenterIdList"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"qDatacenterIdList"},{"p":"org.iquantum.brokers","c":"QEdgeBroker","l":"QEdgeBroker(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"QEdgeDatacenter","l":"QEdgeDatacenter(String, QDatacenterCharacteristics)","u":"%3Cinit%3E(java.lang.String,org.iquantum.datacenters.QDatacenterCharacteristics)"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"QNode(int, int, int, double, List, QubitTopology, QTaskScheduler)","u":"%3Cinit%3E(int,int,int,double,java.util.List,org.iquantum.backends.quantum.qubittopologies.QubitTopology,org.iquantum.policies.qtasks.QTaskScheduler)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"qNodeList"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"qNodeList"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"qNodeList"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"QNodeMQ(int, QPUList, QTaskSchedulerFCFSMQ)","u":"%3Cinit%3E(int,org.iquantum.lists.QPUList,org.iquantum.policies.qtasks.QTaskSchedulerFCFSMQ)"},{"p":"org.iquantum.policies.qtasks","c":"QNodeSelectionLottery","l":"QNodeSelectionLottery(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"QPU(int, int, int, double, List, QubitTopology)","u":"%3Cinit%3E(int,int,int,double,java.util.List,org.iquantum.backends.quantum.qubittopologies.QubitTopology)"},{"p":"org.iquantum.lists","c":"QPUList","l":"QPUList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QREGISTER_RESOURCE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QRESOURCE_CHARACTERISTICS"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QRESOURCE_CHARACTERISTICS_REQUEST"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QRESOURCE_LIST"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QTASK_CANCEL"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QTASK_FAILED_GATES"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QTASK_FAILED_QUBIT"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QTASK_FAILED_QUBIT_MAP"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QTASK_RETURN"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QTASK_SUBMIT"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QTASK_SUBMIT_READY"},{"p":"org.iquantum.tasks","c":"QTask","l":"QTask(int, int, int, int, List, QubitTopology)","u":"%3Cinit%3E(int,int,int,int,java.util.List,org.iquantum.backends.quantum.qubittopologies.QubitTopology)"},{"p":"org.iquantum.tasks","c":"QTask","l":"QTask(int, int, int, int, List, QubitTopology, String, String)","u":"%3Cinit%3E(int,int,int,int,java.util.List,org.iquantum.backends.quantum.qubittopologies.QubitTopology,java.lang.String,java.lang.String)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskCancel(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"qtaskCancel(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"qtaskCancel(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskExecList"},{"p":"org.iquantum.utils","c":"QTaskExporter","l":"QTaskExporter()","u":"%3Cinit%3E()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskFailedList"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskFinish(ResQTask)","u":"qtaskFinish(org.iquantum.tasks.ResQTask)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"qtaskFinish(ResQTask)","u":"qtaskFinish(org.iquantum.tasks.ResQTask)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"qtaskFinish(ResQTask)","u":"qtaskFinish(org.iquantum.tasks.ResQTask)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskFinishedList"},{"p":"org.iquantum.utils","c":"QTaskImporter","l":"QTaskImporter()","u":"%3Cinit%3E()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"qtaskList"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"qtaskList"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"qtaskList"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"qTaskList"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"qTaskList"},{"p":"org.iquantum.gateways","c":"Gateway","l":"qTaskList"},{"p":"org.iquantum.lists","c":"QTaskList","l":"QTaskList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskMapping(QTask, QNode)","u":"qtaskMapping(org.iquantum.tasks.QTask,org.iquantum.backends.quantum.QNode)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"qtaskMapping(QTask, QNode)","u":"qtaskMapping(org.iquantum.tasks.QTask,org.iquantum.backends.quantum.QNode)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"qtaskMapping(QTask, QNode)","u":"qtaskMapping(org.iquantum.tasks.QTask,org.iquantum.backends.quantum.QNode)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"qtaskMapping(QTask, QNodeMQ)","u":"qtaskMapping(org.iquantum.tasks.QTask,org.iquantum.backends.quantum.QNodeMQ)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskPause(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"qtaskPause(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"qtaskPause(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskPausedList"},{"p":"org.iquantum.brokers","c":"QBroker","l":"qtaskReceivedList"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"qtaskReceivedList"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"qtaskReceivedList"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskResume(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"qtaskResume(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"qtaskResume(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"QTaskScheduler()","u":"%3Cinit%3E()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"QTaskSchedulerFCFSMQ()","u":"%3Cinit%3E()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"QTaskSchedulerSpaceShared()","u":"%3Cinit%3E()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskSubmit(QTask)","u":"qtaskSubmit(org.iquantum.tasks.QTask)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"qtaskSubmit(QTask)","u":"qtaskSubmit(org.iquantum.tasks.QTask)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"qtaskSubmit(QTask)","u":"qtaskSubmit(org.iquantum.tasks.QTask)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskSubmit(QTask, double)","u":"qtaskSubmit(org.iquantum.tasks.QTask,double)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"qtaskSubmit(QTask, double)","u":"qtaskSubmit(org.iquantum.tasks.QTask,double)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"qtaskSubmit(QTask, double)","u":"qtaskSubmit(org.iquantum.tasks.QTask,double)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"qtaskSubmittedList"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"qtaskSubmittedList"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"qtaskSubmittedList"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskWaitingList"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitEdge","l":"QubitEdge(int, double, double)","u":"%3Cinit%3E(int,double,double)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology.Node","l":"qubitIndex"},{"p":"org.iquantum.policies.qubitMapping","c":"QubitMappingBackTracking","l":"QubitMappingBackTracking()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"QubitProperties(double, double, double, double, double, double, double, double, double, double, double)","u":"%3Cinit%3E(double,double,double,double,double,double,double,double,double,double,double)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology","l":"QubitTopology(int, List)","u":"%3Cinit%3E(int,java.util.List)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended","l":"QubitTopologyExtended(int, List, Map, Map>)","u":"%3Cinit%3E(int,java.util.List,java.util.Map,java.util.Map)"},{"p":"org.iquantum.tasks","c":"CTask","l":"QUEUED"},{"p":"org.iquantum.tasks","c":"QTask","l":"QUEUED"},{"p":"org.iquantum.tasks","c":"QTask","l":"quletStatusString(int)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"RAM"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"RamProvisioner(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.provisioners","c":"RamProvisionerSimple","l":"RamProvisionerSimple(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"random"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"RANDOM_MOBILITY"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"random_walk_mobility_model"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"random_waypoint_mobility_model"},{"p":"org.iquantum.backends.classical.container.utils","c":"RandomGaussian","l":"RandomGaussian()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.utils","c":"RandomGen","l":"RandomGen()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.mobilitydata","c":"RandomMobilityGenerator","l":"RandomMobilityGenerator()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"ratePerMips"},{"p":"org.iquantum.network","c":"GraphReaderBrite","l":"readGraphFile(String)","u":"readGraphFile(java.lang.String)"},{"p":"org.iquantum.network","c":"GraphReaderIF","l":"readGraphFile(String)","u":"readGraphFile(java.lang.String)"},{"p":"org.iquantum.utils","c":"QASMReader","l":"readQASMFile(String)","u":"readQASMFile(java.lang.String)"},{"p":"org.iquantum.tasks","c":"CTask","l":"READY"},{"p":"org.iquantum.tasks","c":"QTask","l":"READY"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"reallocateMigratingInContainers()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"reallocateMigratingInContainerVms()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"reallocateMigratingInVms()"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"RECEIVE_PR"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RECORD_STATISTICS"},{"p":"org.iquantum.network.datacenter","c":"NetworkVm","l":"recvPktlist"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeSharedOverSubscription","l":"redistributeMipsDueToOverSubscription()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeSharedOverSubscription","l":"redistributeMipsDueToOverSubscription()"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeSharedOverSubscription","l":"redistributeMipsDueToOverSubscription()"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"References()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"REGISTER_REGIONAL_GIS"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"REGISTER_REPLICA_CTLG"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"REGISTER_RESOURCE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"REGISTER_RESOURCE_AR"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"registerOtherEntity()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"registerOtherEntity()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"registerOtherEntity()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"registerOtherEntity()"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"RELEASE_MODULE"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"RELEASE_OPERATOR"},{"p":"org.iquantum.core","c":"FutureQueue","l":"remove(SimEvent)","u":"remove(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core","c":"FutureQueue","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"org.iquantum.sdn","c":"Link","l":"removeChannel(Channel)","u":"removeChannel(org.iquantum.sdn.Channel)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"removeChild(int)"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"removeEdge(Node, Edge)","u":"removeEdge(org.iquantum.fog.gui.core.Node,org.iquantum.fog.gui.core.Edge)"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"removeEdge(Node, Edge)","u":"removeEdge(org.iquantum.sdn.graph.core.Node,org.iquantum.sdn.graph.core.Edge)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"removeMigratingInContainer(Container)","u":"removeMigratingInContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"removeMigratingInContainerVm(ContainerVm)","u":"removeMigratingInContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"removeMigratingInVm(Vm)","u":"removeMigratingInVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"removeMonitoredDevice(FogDevice)","u":"removeMonitoredDevice(org.iquantum.fog.entities.FogDevice)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"removeMonitoredDevice(FogDevice)","u":"removeMonitoredDevice(org.iquantum.fog.entities.FogDevice)"},{"p":"org.iquantum.sdn","c":"Request","l":"removeNextActivity()"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"removeNode(Node)","u":"removeNode(org.iquantum.fog.gui.core.Node)"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"removeNode(Node)","u":"removeNode(org.iquantum.sdn.graph.core.Node)"},{"p":"org.iquantum.sdn","c":"RoutingTable","l":"removeRoute(Node)","u":"removeRoute(org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"ForwardingRule","l":"removeRule(int, int, int)","u":"removeRule(int,int,int)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"removeServiceDiscoveryInfo(String, Integer)","u":"removeServiceDiscoveryInfo(java.lang.String,java.lang.Integer)"},{"p":"org.iquantum.sdn","c":"Channel","l":"removeTransmission(Transmission)","u":"removeTransmission(org.iquantum.sdn.Transmission)"},{"p":"org.iquantum.fog.application","c":"DAG","l":"removeUnplacedFromAdjacencyList(HashMap>, String)","u":"removeUnplacedFromAdjacencyList(java.util.HashMap,java.lang.String)"},{"p":"org.iquantum.sdn","c":"Node","l":"removeVMRoute(int, int, int)","u":"removeVMRoute(int,int,int)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"removeVMRoute(int, int, int)","u":"removeVMRoute(int,int,int)"},{"p":"org.iquantum.sdn","c":"Switch","l":"removeVMRoute(int, int, int)","u":"removeVMRoute(int,int,int)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"renameFile(File, String)","u":"renameFile(org.iquantum.utils.datacloud.File,java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"renameFile(File, String)","u":"renameFile(org.iquantum.utils.datacloud.File,java.lang.String)"},{"p":"org.iquantum.sdn.example","c":"Workload","l":"request"},{"p":"org.iquantum.sdn","c":"Constants","l":"REQUEST_COMPLETED"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"REQUEST_REGIONAL_GIS"},{"p":"org.iquantum.sdn","c":"Constants","l":"REQUEST_SUBMIT"},{"p":"org.iquantum.sdn","c":"Request","l":"Request(long, int)","u":"%3Cinit%3E(long,int)"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"requestclass"},{"p":"org.iquantum.tasks","c":"CTask","l":"requiresFiles()"},{"p":"org.iquantum.lists","c":"ResCloudletList","l":"ResCloudletList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.core","c":"ResContainerCloudlet","l":"ResContainerCloudlet(CTask)","u":"%3Cinit%3E(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.backends.classical.container.core","c":"ResContainerCloudlet","l":"ResContainerCloudlet(CTask, long, int, int)","u":"%3Cinit%3E(org.iquantum.tasks.CTask,long,int,int)"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"ResCTask(CTask)","u":"%3Cinit%3E(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"ResCTask(CTask, long, int, int)","u":"%3Cinit%3E(org.iquantum.tasks.CTask,long,int,int)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"reserveSpace(int)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"reserveSpace(int)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"reset()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"resolutionPlaces"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RESOURCE_AR_LIST"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RESOURCE_CHARACTERISTICS"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RESOURCE_CHARACTERISTICS_REQUEST"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RESOURCE_DYNAMICS"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RESOURCE_LIST"},{"p":"org.iquantum.fog.utils","c":"Config","l":"RESOURCE_MANAGE_INTERVAL"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"RESOURCE_MGMT"},{"p":"org.iquantum.fog.utils","c":"Config","l":"RESOURCE_MGMT_INTERVAL"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RESOURCE_NUM_FREE_PE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RESOURCE_NUM_PE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RESOURCE_Register"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"RESOURCE_UPDATE"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"RESOURCE_USAGE"},{"p":"org.iquantum.fog.mobilitydata","c":"DataParser","l":"resourceAndUserToLevel"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"resourceAvailability"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"resourceAvailability"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"resourceAvailability"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"resourceData"},{"p":"org.iquantum.core","c":"ResourceInformationService","l":"resourceExist(int)"},{"p":"org.iquantum.core","c":"ResourceInformationService","l":"resourceExist(Integer)","u":"resourceExist(java.lang.Integer)"},{"p":"org.iquantum.core","c":"ResourceInformationService","l":"ResourceInformationService(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.fog.mobilitydata","c":"DataParser","l":"resourceLocationData"},{"p":"org.iquantum.core","c":"ResourceInformationService","l":"resourceSupportAR(int)"},{"p":"org.iquantum.core","c":"ResourceInformationService","l":"resourceSupportAR(Integer)","u":"resourceSupportAR(java.lang.Integer)"},{"p":"org.iquantum.fog.utils","c":"ResourceUsageDetails","l":"ResourceUsageDetails(double, double, double, double)","u":"%3Cinit%3E(double,double,double,double)"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"ResQTask(QTask)","u":"%3Cinit%3E(org.iquantum.tasks.QTask)"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"ResQTask(QTask, long, int, int)","u":"%3Cinit%3E(org.iquantum.tasks.QTask,long,int,int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"restoreAllocation()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"restoreAllocation()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"restoreAllocation()"},{"p":"org.iquantum.tasks","c":"CTask","l":"RESUMED"},{"p":"org.iquantum.tasks","c":"QTask","l":"RESUMED"},{"p":"org.iquantum.core","c":"iQuantum","l":"resumeSimulation()"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RETURN_ACC_STATISTICS_BY_CATEGORY"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RETURN_STAT_LIST"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"ROOT_LEVEL"},{"p":"org.iquantum.network.datacenter","c":"RootSwitch","l":"RootSwitch(String, int, NetworkCDatacenter)","u":"%3Cinit%3E(java.lang.String,int,org.iquantum.network.datacenter.NetworkCDatacenter)"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"RootSwitchPort"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"round(double)"},{"p":"org.iquantum.sdn.request","c":"VMRequestGenerator","l":"round(double, int)","u":"round(double,int)"},{"p":"org.iquantum.utils","c":"DataFormat","l":"roundDouble(Double, int)","u":"roundDouble(java.lang.Double,int)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"routingTable"},{"p":"org.iquantum.sdn","c":"RoutingTable","l":"RoutingTable()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.entities","c":"RRLoadBalancer","l":"RRLoadBalancer()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core","c":"iQuantum","l":"run()"},{"p":"org.iquantum.core","c":"SimEntity","l":"run()"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"run(List, Map, Map>, List)","u":"run(java.util.List,java.util.Map,java.util.Map,java.util.List)"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"run(List, Map, Map>, List)","u":"run(java.util.List,java.util.Map,java.util.Map,java.util.List)"},{"p":"org.iquantum.fog.placement","c":"MicroservicePlacementLogic","l":"run(List, Map, Map>, List)","u":"run(java.util.List,java.util.Map,java.util.Map,java.util.List)"},{"p":"org.iquantum.core","c":"iQuantum","l":"runClockTick()"},{"p":"org.iquantum.core","c":"SimEntity","l":"RUNNABLE"},{"p":"org.iquantum.tasks","c":"QTask","l":"RUNNING"},{"p":"org.iquantum.core","c":"iQuantum","l":"running()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"runningCloudlets()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"runningCloudlets()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"runningCloudlets()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"runningCloudlets()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"runningCloudlets()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"runningCloudlets()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"runningQTasks()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"runningQTasks()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"runningQTasks()"},{"p":"org.iquantum.core","c":"iQuantum","l":"runStart()"},{"p":"org.iquantum.core","c":"iQuantum","l":"runStop()"},{"p":"org.iquantum.distributions","c":"ContinuousDistribution","l":"sample()"},{"p":"org.iquantum.distributions","c":"ExponentialDistr","l":"sample()"},{"p":"org.iquantum.distributions","c":"GammaDistr","l":"sample()"},{"p":"org.iquantum.distributions","c":"LognormalDistr","l":"sample()"},{"p":"org.iquantum.distributions","c":"LomaxDistribution","l":"sample()"},{"p":"org.iquantum.distributions","c":"ParetoDistr","l":"sample()"},{"p":"org.iquantum.distributions","c":"UniformDistr","l":"sample()"},{"p":"org.iquantum.distributions","c":"WeibullDistr","l":"sample()"},{"p":"org.iquantum.distributions","c":"ZipfDistr","l":"sample()"},{"p":"org.iquantum.distributions","c":"UniformDistr","l":"sample(Random, double, double)","u":"sample(java.util.Random,double,double)"},{"p":"org.iquantum.backends.classical","c":"SanStorage","l":"SanStorage(double, double, double)","u":"%3Cinit%3E(double,double,double)"},{"p":"org.iquantum.backends.classical","c":"SanStorage","l":"SanStorage(String, double, double, double)","u":"%3Cinit%3E(java.lang.String,double,double,double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"saveAllocation()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"saveAllocation()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"saveAllocation()"},{"p":"org.iquantum.models","c":"UtilizationModelStochastic","l":"saveHistory(String)","u":"saveHistory(java.lang.String)"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"SCHEDULE_NOW"},{"p":"org.iquantum.core","c":"SimEntity","l":"schedule(int, double, int)","u":"schedule(int,double,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"schedule(int, double, int, Object)","u":"schedule(int,double,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEntity","l":"schedule(String, double, int)","u":"schedule(java.lang.String,double,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"schedule(String, double, int, Object)","u":"schedule(java.lang.String,double,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEvent","l":"scheduledBy()"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleFirst(int, double, int)","u":"scheduleFirst(int,double,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleFirst(int, double, int, Object)","u":"scheduleFirst(int,double,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleFirst(String, double, int)","u":"scheduleFirst(java.lang.String,double,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleFirst(String, double, int, Object)","u":"scheduleFirst(java.lang.String,double,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleFirstNow(int, int)","u":"scheduleFirstNow(int,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleFirstNow(int, int, Object)","u":"scheduleFirstNow(int,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleFirstNow(String, int)","u":"scheduleFirstNow(java.lang.String,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleFirstNow(String, int, Object)","u":"scheduleFirstNow(java.lang.String,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleNow(int, int)","u":"scheduleNow(int,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleNow(int, int, Object)","u":"scheduleNow(int,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleNow(String, int)","u":"scheduleNow(java.lang.String,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleNow(String, int, Object)","u":"scheduleNow(java.lang.String,int,java.lang.Object)"},{"p":"org.iquantum.sdn","c":"Constants","l":"SDN_INTERNAL_PACKAGE_PROCESS"},{"p":"org.iquantum.sdn","c":"Constants","l":"SDN_PACKAGE"},{"p":"org.iquantum.sdn.example","c":"SDNBroker","l":"SDNBroker(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.sdn","c":"SDNDatacenter","l":"SDNDatacenter(String, CDatacenterCharacteristics, VmAllocationPolicy, List, double, NetworkOperatingSystem)","u":"%3Cinit%3E(java.lang.String,org.iquantum.datacenters.CDatacenterCharacteristics,org.iquantum.policies.vm.VmAllocationPolicy,java.util.List,double,org.iquantum.sdn.NetworkOperatingSystem)"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"SDNExample()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"sdnhosts"},{"p":"org.iquantum.fog.gui.dialog","c":"SDNRun","l":"SDNRun(String, String, String, String, JFrame)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,javax.swing.JFrame)"},{"p":"org.iquantum.sdn.graph.dialog","c":"SDNRun","l":"SDNRun(String, String, String, String, JFrame)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,javax.swing.JFrame)"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"seed"},{"p":"org.iquantum.core","c":"iQuantum","l":"select(int, Predicate)","u":"select(int,org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.core","c":"SimEntity","l":"selectEvent(Predicate)","u":"selectEvent(org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.policies.qtasks","c":"QNodeSelectionLottery","l":"selectQNode(List)","u":"selectQNode(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"selfCluster"},{"p":"org.iquantum.core","c":"SimEvent","l":"SEND"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"SEND_PERIODIC_TUPLE"},{"p":"org.iquantum.core","c":"SimEntity","l":"send(int, double, int)","u":"send(int,double,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"send(int, double, int, Object)","u":"send(int,double,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"iQuantum","l":"send(int, int, double, int, Object)","u":"send(int,int,double,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEntity","l":"send(String, double, int)","u":"send(java.lang.String,double,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"send(String, double, int, Object)","u":"send(java.lang.String,double,int,java.lang.Object)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"sendDown(Tuple, int)","u":"sendDown(org.iquantum.fog.entities.Tuple,int)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"sendDownFreeLink(Tuple, int)","u":"sendDownFreeLink(org.iquantum.fog.entities.Tuple,int)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"sendDownFreeLink(Tuple, int)","u":"sendDownFreeLink(org.iquantum.fog.entities.Tuple,int)"},{"p":"org.iquantum.core","c":"iQuantum","l":"sendFirst(int, int, double, int, Object)","u":"sendFirst(int,int,double,int,java.lang.Object)"},{"p":"org.iquantum.fog.utils","c":"NetworkUsageMonitor","l":"sendingModule(double, long)","u":"sendingModule(double,long)"},{"p":"org.iquantum.fog.utils","c":"NetworkUsageMonitor","l":"sendingTuple(double, double)","u":"sendingTuple(double,double)"},{"p":"org.iquantum.core","c":"SimEntity","l":"sendNow(int, int)","u":"sendNow(int,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"sendNow(int, int, Object)","u":"sendNow(int,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEntity","l":"sendNow(String, int)","u":"sendNow(java.lang.String,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"sendNow(String, int, Object)","u":"sendNow(java.lang.String,int,java.lang.Object)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"sendPeriodicTuple(SimEvent)","u":"sendPeriodicTuple(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"sendToCluster(Tuple, int)","u":"sendToCluster(org.iquantum.fog.entities.Tuple,int)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"sendToSelf(Tuple)","u":"sendToSelf(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"sendTupleToActuator(Tuple)","u":"sendTupleToActuator(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"sendUp(Tuple)","u":"sendUp(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"sendUpFreeLink(Tuple)","u":"sendUpFreeLink(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"sendUpFreeLink(Tuple)","u":"sendUpFreeLink(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"SENSOR"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"SENSOR_JOINED"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"Sensor(String, int, String, int, double, GeoLocation, Distribution, int, int, String, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String,int,double,org.iquantum.fog.utils.GeoLocation,org.iquantum.fog.utils.distribution.Distribution,int,int,java.lang.String,java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"Sensor(String, int, String, int, double, GeoLocation, Distribution, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String,int,double,org.iquantum.fog.utils.GeoLocation,org.iquantum.fog.utils.distribution.Distribution,java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"Sensor(String, String, int, String, Distribution)","u":"%3Cinit%3E(java.lang.String,java.lang.String,int,java.lang.String,org.iquantum.fog.utils.distribution.Distribution)"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"SensorGui(String, String, Distribution)","u":"%3Cinit%3E(java.lang.String,java.lang.String,org.iquantum.fog.utils.distribution.Distribution)"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"SensorGui(String, String, String, double, double, double, double, double)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,double,double,double,double,double)"},{"p":"org.iquantum.fog.gui.core","c":"SensorModule","l":"SensorModule()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"SensorModule","l":"SensorModule(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"sensors"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"sensors"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"sensors"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"sensors"},{"p":"org.iquantum.fog.utils","c":"MicroservicePlacementConfig","l":"SEQUENTIAL"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"SERVICE_DISCOVERY_INFO"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"serviceDiscoveryInfo"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"serviceDiscoveryInfor"},{"p":"org.iquantum.backends.classical","c":"HostStateHistoryEntry","l":"setActive(boolean)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setActiveApplications(List)","u":"setActiveApplications(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setActiveHostList(ArrayList)","u":"setActiveHostList(java.util.ArrayList)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setActiveVmList(List)","u":"setActiveVmList(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setActualTupleId(int)"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"setActualTupleId(int)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setActuatorId(int)"},{"p":"org.iquantum.fog.entities","c":"PhysicalTopology","l":"setActuators(List)","u":"setActuators(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"setActuators(List)","u":"setActuators(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"setActuators(List)","u":"setActuators(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"setActuators(List)","u":"setActuators(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"setActuators(List)","u":"setActuators(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"setActuators(List)","u":"setActuators(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"setActuators(List)","u":"setActuators(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementOnlyCloud","l":"setActuators(List)","u":"setActuators(java.util.List)"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"setActuatorSubscriptions(Map>)","u":"setActuatorSubscriptions(java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"setActuatorType(String)","u":"setActuatorType(java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorGui","l":"setActuatorType(String)","u":"setActuatorType(java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorModule","l":"setActuatorType(String)","u":"setActuatorType(java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"setAdjacencyList(Map>)","u":"setAdjacencyList(java.util.Map)"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"setAdjacencyList(Map>)","u":"setAdjacencyList(java.util.Map)"},{"p":"org.iquantum.backends.classical","c":"HostStateHistoryEntry","l":"setAllocatedMips(double)"},{"p":"org.iquantum.policies.vm","c":"VmStateHistoryEntry","l":"setAllocatedMips(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setAllocationPolicy(int)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setAllocationPolicy(int)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setAllocationPolicy(int)"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"setApp(Application)","u":"setApp(org.iquantum.fog.application.Application)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setApp(Application)","u":"setApp(org.iquantum.fog.application.Application)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setAppCloudletList(List)","u":"setAppCloudletList(java.util.List)"},{"p":"org.iquantum.fog.application","c":"Application","l":"setAppId(String)","u":"setAppId(java.lang.String)"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"setAppId(String)","u":"setAppId(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"setAppId(String)","u":"setAppId(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setAppId(String)","u":"setAppId(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setAppId(String)","u":"setAppId(java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"setAppLaunchDelays(Map)","u":"setAppLaunchDelays(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"setAppLaunchDelays(Map)","u":"setAppLaunchDelays(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"setAppLaunchDelays(Map)","u":"setAppLaunchDelays(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"setApplication(Application)","u":"setApplication(org.iquantum.fog.application.Application)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setApplicationMap(Map)","u":"setApplicationMap(java.util.Map)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setApplicationName(String)","u":"setApplicationName(java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"setApplications(Map)","u":"setApplications(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"setApplications(Map)","u":"setApplications(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"setApplications(Map)","u":"setApplications(java.util.Map)"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"setAppModuleIds(List)","u":"setAppModuleIds(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"setAppModulePlacementPolicy(Map)","u":"setAppModulePlacementPolicy(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"setAppModulePlacementPolicy(Map)","u":"setAppModulePlacementPolicy(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"setAppModulePlacementPolicy(Map)","u":"setAppModulePlacementPolicy(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setArchitecture(String)","u":"setArchitecture(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setArchitecture(String)","u":"setArchitecture(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setArchitecture(String)","u":"setArchitecture(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setAssociatedActuatorIds(List>)","u":"setAssociatedActuatorIds(java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"setAvailableBw(long)"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"setAvailableBw(long)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"setAvailableMips(double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"setAvailableMips(double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"setAvailableMips(double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"setAvailableMips(double)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"setAvailableMips(double)"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"setAvailableMips(double)"},{"p":"org.iquantum.sdn.example.policies","c":"VmSchedulerTimeSharedEnergy","l":"setAvailableMips(double)"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"setAvailableMips(double)"},{"p":"org.iquantum.sdn.overbooking","c":"VmSchedulerTimeSharedOverbookingEnergy","l":"setAvailableMips(double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"setAvailableRam(float)"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"setAvailableRam(int)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"setAvailableVmBw(long)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"setAvailableVmRam(float)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"setAvgSeekTime(double)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"setAvgSeekTime(double, ContinuousDistribution)","u":"setAvgSeekTime(double,org.iquantum.distributions.ContinuousDistribution)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setBeingInstantiated(boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setBeingInstantiated(boolean)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setBeingInstantiated(boolean)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setBrokerId(int)"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"setBurstHighPeriod(double)"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"setBurstLowPeriod(double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"setBw(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setBw(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setBw(long)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setBw(long)"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"setBw(long)"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"setBw(long)"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"setBw(long)"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"setBw(long)"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"setBw(long)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setBwProvisioner(BwProvisioner)","u":"setBwProvisioner(org.iquantum.provisioners.BwProvisioner)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisionerSimple","l":"setBwTable(Map)","u":"setBwTable(java.util.Map)"},{"p":"org.iquantum.provisioners","c":"BwProvisionerSimple","l":"setBwTable(Map)","u":"setBwTable(java.util.Map)"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"setBwTable(Map)","u":"setBwTable(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"setCacheCurrentRequestedMips(List)","u":"setCacheCurrentRequestedMips(java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"setCacheCurrentRequestedMips(List)","u":"setCacheCurrentRequestedMips(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"setCachePreviousTime(double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"setCachePreviousTime(double)"},{"p":"org.iquantum.fog.utils","c":"CanBeSentResult","l":"setCanBeSent(boolean)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"setCharacteristics(CDatacenterCharacteristics)","u":"setCharacteristics(org.iquantum.datacenters.CDatacenterCharacteristics)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setCharacteristics(ContainerDatacenterCharacteristics)","u":"setCharacteristics(org.iquantum.backends.classical.container.core.ContainerDatacenterCharacteristics)"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"setCharacteristics(QDatacenterCharacteristics)","u":"setCharacteristics(org.iquantum.datacenters.QDatacenterCharacteristics)"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"setCharacteristics(QDatacenterCharacteristicsExtended)","u":"setCharacteristics(org.iquantum.datacenters.QDatacenterCharacteristicsExtended)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setChecksum(int)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setChecksum(int)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setChildrenIds(List)","u":"setChildrenIds(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setChildToLatencyMap(Map)","u":"setChildToLatencyMap(java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setChildToOperatorsMap(Map>)","u":"setChildToOperatorsMap(java.util.Map)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setClassType(int)"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"setCLOPS(double)"},{"p":"org.iquantum.brokers","c":"QEdgeBroker","l":"setCloudGateway(CloudGateway)","u":"setCloudGateway(org.iquantum.gateways.CloudGateway)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"setCloudletExecList(List)","u":"setCloudletExecList(java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"setCloudletExecList(List)","u":"setCloudletExecList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"setCloudletFailedList(List)","u":"setCloudletFailedList(java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"setCloudletFailedList(List)","u":"setCloudletFailedList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"setCloudletFinishedList(List)","u":"setCloudletFinishedList(java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"setCloudletFinishedList(List)","u":"setCloudletFinishedList(java.util.List)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setCloudletFinishedSoFar(long)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setCloudletLength(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setCloudletList(List)","u":"setCloudletList(java.util.List)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setCloudletList(List)","u":"setCloudletList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setCloudletList(List)","u":"setCloudletList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"setCloudletPausedList(List)","u":"setCloudletPausedList(java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"setCloudletPausedList(List)","u":"setCloudletPausedList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setCloudletReceivedList(List)","u":"setCloudletReceivedList(java.util.List)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setCloudletReceivedList(List)","u":"setCloudletReceivedList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setCloudletReceivedList(List)","u":"setCloudletReceivedList(java.util.List)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setCloudletScheduler(CloudletScheduler)","u":"setCloudletScheduler(org.iquantum.policies.ctasks.CloudletScheduler)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setCloudletStatus(int)"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"setCloudletStatus(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setCloudletSubmitted(double)"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"setCloudletSubmitted(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setCloudletSubmittedList(List)","u":"setCloudletSubmittedList(java.util.List)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setCloudletSubmittedList(List)","u":"setCloudletSubmittedList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setCloudletSubmittedList(List)","u":"setCloudletSubmittedList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"setCloudletWaitingList(List)","u":"setCloudletWaitingList(java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"setCloudletWaitingList(List)","u":"setCloudletWaitingList(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"setClusteringFeature(Boolean)","u":"setClusteringFeature(java.lang.Boolean)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setClusterLinkBandwidth(double)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setClusterLinkBusy(boolean)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setClusterMembers(List)","u":"setClusterMembers(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setClusterMembersToLatencyMap(Map)","u":"setClusterMembersToLatencyMap(java.util.Map)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitEdge","l":"setCnotErrorRate(double)"},{"p":"org.iquantum.models","c":"WorkloadFileReader","l":"setComment(String)","u":"setComment(java.lang.String)"},{"p":"org.iquantum.fog.utils","c":"FogLinearPowerModel","l":"setConstant(double)"},{"p":"org.iquantum.power.models","c":"PowerModelCubic","l":"setConstant(double)"},{"p":"org.iquantum.power.models","c":"PowerModelLinear","l":"setConstant(double)"},{"p":"org.iquantum.power.models","c":"PowerModelSqrt","l":"setConstant(double)"},{"p":"org.iquantum.power.models","c":"PowerModelSquare","l":"setConstant(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setContainerAllocationPolicy(ContainerAllocationPolicy)","u":"setContainerAllocationPolicy(org.iquantum.backends.classical.container.resourceAllocators.ContainerAllocationPolicy)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setContainerBwProvisioner(ContainerBwProvisioner)","u":"setContainerBwProvisioner(org.iquantum.backends.classical.container.containerProvisioners.ContainerBwProvisioner)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisionerSimple","l":"setContainerBwTable(Map)","u":"setContainerBwTable(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setContainerCloudletScheduler(ContainerCloudletScheduler)","u":"setContainerCloudletScheduler(org.iquantum.backends.classical.container.schedulers.ContainerCloudletScheduler)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"setContainerHostList(List)","u":"setContainerHostList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerCTask","l":"setContainerId(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setContainerList(List)","u":"setContainerList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setContainerList(List)","u":"setContainerList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setContainerManager(String)","u":"setContainerManager(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"setContainerMigrationCount(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setContainerMigrationList(List)","u":"setContainerMigrationList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setContainerMigrationWriter(CostumeCSVWriter)","u":"setContainerMigrationWriter(org.iquantum.backends.classical.container.utils.CostumeCSVWriter)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"setContainerPeProvisioner(ContainerPeProvisioner)","u":"setContainerPeProvisioner(org.iquantum.backends.classical.container.containerProvisioners.ContainerPeProvisioner)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicyRS","l":"setContainerPlacementPolicy(ContainerPlacementPolicy)","u":"setContainerPlacementPolicy(org.iquantum.backends.classical.container.containerPlacementPolicies.ContainerPlacementPolicy)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setContainerRamProvisioner(ContainerRamProvisioner)","u":"setContainerRamProvisioner(org.iquantum.backends.classical.container.containerProvisioners.ContainerRamProvisioner)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisionerSimple","l":"setContainerRamTable(Map)","u":"setContainerRamTable(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setContainersAcks(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setContainerScheduler(ContainerScheduler)","u":"setContainerScheduler(org.iquantum.backends.classical.container.schedulers.ContainerScheduler)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setContainersCreated(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setContainersCreatedList(List)","u":"setContainersCreatedList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"setContainerSelectionPolicy(PowerContainerSelectionPolicy)","u":"setContainerSelectionPolicy(org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"setContainersMigratingIn(List)","u":"setContainersMigratingIn(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"setContainersMigratingOut(List)","u":"setContainersMigratingOut(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setContainersToDatacentersMap(Map)","u":"setContainersToDatacentersMap(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setContainerVmBwProvisioner(ContainerVmBwProvisioner)","u":"setContainerVmBwProvisioner(org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmBwProvisioner)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicy","l":"setContainerVmList(List)","u":"setContainerVmList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setContainerVmList(List)","u":"setContainerVmList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"setContainerVmPeProvisioner(ContainerVmPeProvisioner)","u":"setContainerVmPeProvisioner(org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmPeProvisioner)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setContainerVmRamProvisioner(ContainerVmRamProvisioner)","u":"setContainerVmRamProvisioner(org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmRamProvisioner)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisionerSimple","l":"setContainerVmRamTable(Map)","u":"setContainerVmRamTable(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setContainerVmScheduler(ContainerVmScheduler)","u":"setContainerVmScheduler(org.iquantum.backends.classical.container.schedulers.ContainerVmScheduler)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"setContainerVmTable(Map)","u":"setContainerVmTable(java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setControllerId(int)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setControllerId(int)"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"setCoordinate(Coordinates)","u":"setCoordinate(org.iquantum.fog.gui.core.Coordinates)"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"setCoordinate(Coordinates)","u":"setCoordinate(org.iquantum.sdn.graph.core.Coordinates)"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"setCoordinates(Coordinates)","u":"setCoordinates(org.iquantum.fog.gui.core.Coordinates)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setCost()"},{"p":"org.iquantum.tasks","c":"QTask","l":"setCost(double)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setCost(double)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setCost(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setCostPerBw(double)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setCostPerBw(double)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setCostPerBw(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setCostPerMem(double)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setCostPerMem(double)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setCostPerMem(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setCostPerSecond(double)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setCostPerSecond(double)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setCostPerSecond(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setCostPerStorage(double)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setCostPerStorage(double)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setCostPerStorage(double)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setCount(int)"},{"p":"org.iquantum.fog.utils","c":"CanBeSentResult","l":"setCpuLoad(double)"},{"p":"org.iquantum.fog.utils","c":"ResourceUsageDetails","l":"setCpuTrafficIntensity(double)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setCreationTime(long)"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"setCTaskList(List)","u":"setCTaskList(java.util.List)"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"setCTaskList(List)","u":"setCTaskList(java.util.List)"},{"p":"org.iquantum.gateways","c":"Gateway","l":"setCTaskList(List)","u":"setCTaskList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setCurrentAllocatedBw(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setCurrentAllocatedBw(long)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setCurrentAllocatedBw(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setCurrentAllocatedMips(List)","u":"setCurrentAllocatedMips(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setCurrentAllocatedMips(List)","u":"setCurrentAllocatedMips(java.util.List)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setCurrentAllocatedMips(List)","u":"setCurrentAllocatedMips(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setCurrentAllocatedRam(float)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setCurrentAllocatedRam(float)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setCurrentAllocatedRam(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setCurrentAllocatedSize(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setCurrentAllocatedSize(long)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setCurrentAllocatedSize(long)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"setCurrentClops(double)"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"setCurrentCpuLoad(Map)","u":"setCurrentCpuLoad(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"setCurrentCpuLoad(Map)","u":"setCurrentCpuLoad(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"setCurrentCpuLoad(Map)","u":"setCurrentCpuLoad(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"setCurrentCpuLoad(Map)","u":"setCurrentCpuLoad(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"setCurrentMipsShare(List)","u":"setCurrentMipsShare(java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"setCurrentMipsShare(List)","u":"setCurrentMipsShare(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"setCurrentModuleInstanceNum(Map>)","u":"setCurrentModuleInstanceNum(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"setCurrentModuleInstanceNum(Map>)","u":"setCurrentModuleInstanceNum(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"setCurrentModuleInstanceNum(Map>)","u":"setCurrentModuleInstanceNum(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"setCurrentModuleLoadMap(Map>)","u":"setCurrentModuleLoadMap(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"setCurrentModuleLoadMap(Map>)","u":"setCurrentModuleLoadMap(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"setCurrentModuleLoadMap(Map>)","u":"setCurrentModuleLoadMap(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"setCurrentModuleMap(Map>)","u":"setCurrentModuleMap(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"setCurrentModuleMap(Map>)","u":"setCurrentModuleMap(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"setCurrentModuleMap(Map>)","u":"setCurrentModuleMap(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"setCurrentModuleMap(Map>)","u":"setCurrentModuleMap(java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"setData(PlacementRequest)","u":"setData(org.iquantum.fog.entities.PlacementRequest)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setDatacenter(CDatacenter)","u":"setDatacenter(org.iquantum.datacenters.CDatacenter)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setDatacenter(ContainerDatacenter)","u":"setDatacenter(org.iquantum.backends.classical.container.core.ContainerDatacenter)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"setDatacenter(ContainerDatacenter)","u":"setDatacenter(org.iquantum.backends.classical.container.core.ContainerDatacenter)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"setDatacenter(ContainerDatacenter)","u":"setDatacenter(org.iquantum.backends.classical.container.core.ContainerDatacenter)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThreshold","l":"setDatacenter(ContainerDatacenter)","u":"setDatacenter(org.iquantum.backends.classical.container.core.ContainerDatacenter)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMC","l":"setDatacenter(ContainerDatacenter)","u":"setDatacenter(org.iquantum.backends.classical.container.core.ContainerDatacenter)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMCUnderUtilized","l":"setDatacenter(ContainerDatacenter)","u":"setDatacenter(org.iquantum.backends.classical.container.core.ContainerDatacenter)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"setDatacenter(ContainerDatacenter)","u":"setDatacenter(org.iquantum.backends.classical.container.core.ContainerDatacenter)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"setDatacenter(ContainerDatacenter)","u":"setDatacenter(org.iquantum.backends.classical.container.core.ContainerDatacenter)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationSimple","l":"setDatacenter(ContainerDatacenter)","u":"setDatacenter(org.iquantum.backends.classical.container.core.ContainerDatacenter)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"setDatacenter(SDNDatacenter)","u":"setDatacenter(org.iquantum.sdn.SDNDatacenter)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setDatacenterCharacteristicsList(Map)","u":"setDatacenterCharacteristicsList(java.util.Map)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setDatacenterCharacteristicsList(Map)","u":"setDatacenterCharacteristicsList(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setDatacenterCharacteristicsList(Map)","u":"setDatacenterCharacteristicsList(java.util.Map)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"setDatacenterCharacteristicsList(Map)","u":"setDatacenterCharacteristicsList(java.util.Map)"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"setDatacenterCharacteristicsList(Map)","u":"setDatacenterCharacteristicsList(java.util.Map)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"setDatacenterCharacteristicsList(Map)","u":"setDatacenterCharacteristicsList(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setDatacenterEnergyList(List)","u":"setDatacenterEnergyList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setDatacenterEnergyWriter(CostumeCSVWriter)","u":"setDatacenterEnergyWriter(org.iquantum.backends.classical.container.utils.CostumeCSVWriter)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setDatacenterIdsList(List)","u":"setDatacenterIdsList(java.util.List)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setDatacenterIdsList(List)","u":"setDatacenterIdsList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"setDatacenterIdsList(List)","u":"setDatacenterIdsList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"setDatacenterIdsList(List)","u":"setDatacenterIdsList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"setDatacenterIdsList(List)","u":"setDatacenterIdsList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setDatacenterIdsList(List)","u":"setDatacenterIdsList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setDatacenterRequestedIdsList(List)","u":"setDatacenterRequestedIdsList(java.util.List)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setDatacenterRequestedIdsList(List)","u":"setDatacenterRequestedIdsList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setDatacenterRequestedIdsList(List)","u":"setDatacenterRequestedIdsList(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"setDeployementSet(Map>)","u":"setDeployementSet(java.util.Map)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"setDestId(int)"},{"p":"org.iquantum.core","c":"SimEvent","l":"setDestination(int)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"setDestination(String)","u":"setDestination(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setDestinationDeviceId(int)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setDestModuleName(String)","u":"setDestModuleName(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setDestModuleName(String)","u":"setDestModuleName(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"setDeviceId(int)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"setDeviceToModuleMap(Map>)","u":"setDeviceToModuleMap(java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"setDeviceType(String)","u":"setDeviceType(java.lang.String)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"setDirection(int)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setDirection(int)"},{"p":"org.iquantum.utils","c":"Log","l":"setDisabled(boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"setDisableMigrations(boolean)"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"setDisableMigrations(boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setDisableVmMigrations(boolean)"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"setDistribution(Distribution)","u":"setDistribution(org.iquantum.fog.utils.distribution.Distribution)"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"setDownBw(long)"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"setDownInstanceIdsMaps(Map>)","u":"setDownInstanceIdsMaps(java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setDownlinkBandwidth(double)"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"setDownports(int)"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"setDownports(int)"},{"p":"org.iquantum.fog.utils","c":"OperatorEdge","l":"setDst(String)","u":"setDst(java.lang.String)"},{"p":"org.iquantum.brokers","c":"QEdgeBroker","l":"setEdgeGateway(EdgeGateway)","u":"setEdgeGateway(org.iquantum.gateways.EdgeGateway)"},{"p":"org.iquantum.fog.application","c":"Application","l":"setEdgeMap(Map)","u":"setEdgeMap(java.util.Map)"},{"p":"org.iquantum.fog.application","c":"Application","l":"setEdges(List)","u":"setEdges(java.util.List)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"setEdgeSwitch(EdgeSwitch)","u":"setEdgeSwitch(org.iquantum.sdn.EdgeSwitch)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"setEdgeType(int)"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"setEmitTime(double)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setEmitTimes(Map)","u":"setEmitTimes(java.util.Map)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setEndTimes(Map)","u":"setEndTimes(java.util.Map)"},{"p":"org.iquantum.core","c":"SimEvent","l":"setEndWaitingTime(double)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setEnergyConsumption(double)"},{"p":"org.iquantum.core","c":"SimEntity","l":"setEventBuffer(SimEvent)","u":"setEventBuffer(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setExecParam(double, double)","u":"setExecParam(double,double)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setExecParam(double, double)","u":"setExecParam(double,double)"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"setExecParam(double, double)","u":"setExecParam(double,double)"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"setExecParam(double, double)","u":"setExecParam(double,double)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setExecStartTime(double)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setExecStartTime(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setExperimentName(String)","u":"setExperimentName(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setFailed(boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setFailed(boolean)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setFailed(boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setFailed(String, boolean)","u":"setFailed(java.lang.String,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setFailed(String, boolean)","u":"setFailed(java.lang.String,boolean)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setFailed(String, boolean)","u":"setFailed(java.lang.String,boolean)"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyMinimumCorrelation","l":"setFallbackPolicy(HostSelectionPolicy)","u":"setFallbackPolicy(org.iquantum.backends.classical.container.hostSelectionPolicies.HostSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyCor","l":"setFallbackPolicy(PowerContainerSelectionPolicy)","u":"setFallbackPolicy(org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMaximumCorrelation","l":"setFallbackPolicy(PowerContainerSelectionPolicy)","u":"setFallbackPolicy(org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVMSelectionPolicyCor","l":"setFallbackPolicy(PowerContainerVmSelectionPolicy)","u":"setFallbackPolicy(org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMaximumCorrelation","l":"setFallbackPolicy(PowerContainerVmSelectionPolicy)","u":"setFallbackPolicy(org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMaximumCorrelation","l":"setFallbackPolicy(PowerVmSelectionPolicy)","u":"setFallbackPolicy(org.iquantum.power.PowerVmSelectionPolicy)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationInterQuartileRange","l":"setFallbackVmAllocationPolicy(PowerVmAllocationPolicyMigrationAbstract)","u":"setFallbackVmAllocationPolicy(org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"setFallbackVmAllocationPolicy(PowerVmAllocationPolicyMigrationAbstract)","u":"setFallbackVmAllocationPolicy(org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation","l":"setFallbackVmAllocationPolicy(PowerVmAllocationPolicyMigrationAbstract)","u":"setFallbackVmAllocationPolicy(org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract)"},{"p":"org.iquantum.models","c":"WorkloadFileReader","l":"setField(int, int, int, int, int)","u":"setField(int,int,int,int,int)"},{"p":"org.iquantum.backends.classical.container.utils","c":"CostumeCSVWriter","l":"setFileAddress(String)","u":"setFileAddress(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.utils","c":"CostumeCSVReader","l":"setFileData(List)","u":"setFileData(java.util.List)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setFileSize(int)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setFileSize(int)"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"setFinishTime(double)"},{"p":"org.iquantum.sdn","c":"Package","l":"setFinishTime(double)"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"setFinishTime(double)"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"setFinishTime(double)"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"setFirstHighTime(double)"},{"p":"org.iquantum.fog.entities","c":"PhysicalTopology","l":"setFogDevices(List)","u":"setFogDevices(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"setFogDevices(List)","u":"setFogDevices(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"setFogDevices(List)","u":"setFogDevices(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"setFogDevices(List)","u":"setFogDevices(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"setFogDevices(List)","u":"setFogDevices(java.util.List)"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"setFogHost(Host)","u":"setFogHost(org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"setFonID(int)"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"setFONId(int)"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"setFONId(int)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setFreeBw(List)","u":"setFreeBw(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setFreeBw(List)","u":"setFreeBw(java.util.List)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"setFreeBw(List)","u":"setFreeBw(java.util.List)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setFreeMips(List)","u":"setFreeMips(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setFreeMips(List)","u":"setFreeMips(java.util.List)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"setFreeMips(List)","u":"setFreeMips(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"setFreePes(List)","u":"setFreePes(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"setFreePes(List)","u":"setFreePes(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"setFreePes(List)","u":"setFreePes(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"setFreePes(List)","u":"setFreePes(java.util.List)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setFreePes(List)","u":"setFreePes(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setFreePes(List)","u":"setFreePes(java.util.List)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"setFreePes(List)","u":"setFreePes(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerSpaceShared","l":"setFreePes(List)","u":"setFreePes(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"setFreePes(List)","u":"setFreePes(java.util.List)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitEdge","l":"setGateTime(double)"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"setGatewayDeviceId(int)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setGatewayDeviceId(int)"},{"p":"org.iquantum.fog.application","c":"Application","l":"setGeoCoverage(GeoCoverage)","u":"setGeoCoverage(org.iquantum.fog.utils.GeoCoverage)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setGeoCoverage(GeoCoverage)","u":"setGeoCoverage(org.iquantum.fog.utils.GeoCoverage)"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"setGeoLocation(GeoLocation)","u":"setGeoLocation(org.iquantum.fog.utils.GeoLocation)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setGeoLocation(GeoLocation)","u":"setGeoLocation(org.iquantum.fog.utils.GeoLocation)"},{"p":"org.iquantum.fog.gui.core","c":"GraphView","l":"setGraph(Graph)","u":"setGraph(org.iquantum.fog.gui.core.Graph)"},{"p":"org.iquantum.sdn.graph.core","c":"GraphView","l":"setGraph(Graph)","u":"setGraph(org.iquantum.sdn.graph.core.Graph)"},{"p":"org.iquantum.models","c":"UtilizationModelStochastic","l":"setHistory(Map)","u":"setHistory(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setHost(ContainerHost)","u":"setHost(org.iquantum.backends.classical.container.core.ContainerHost)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setHost(Host)","u":"setHost(org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.sdn","c":"Middlebox","l":"setHost(SDNHost)","u":"setHost(org.iquantum.sdn.SDNHost)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicy","l":"setHostList(List)","u":"setHostList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setHostList(List)","u":"setHostList(java.util.List)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setHostList(List)","u":"setHostList(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setHostList(List)","u":"setHostList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection","l":"setHostSelectionPolicy(HostSelectionPolicy)","u":"setHostSelectionPolicy(org.iquantum.backends.classical.container.hostSelectionPolicies.HostSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"setHostSelectionPolicy(HostSelectionPolicy)","u":"setHostSelectionPolicy(org.iquantum.backends.classical.container.hostSelectionPolicies.HostSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"setId(int)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"setId(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setId(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setId(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setId(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setId(int)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setId(int)"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"setId(int)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setId(int)"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"setId(int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"setId(int)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setId(int)"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristics","l":"setId(int)"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristicsExtended","l":"setId(int)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setId(int)"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"setInfo(Map)","u":"setInfo(java.util.Map)"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"setInfo(Map)","u":"setInfo(java.util.Map)"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"setInfo(Map)","u":"setInfo(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setInMigration(boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setInMigration(boolean)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setInMigration(boolean)"},{"p":"org.iquantum.policies.vm","c":"VmStateHistoryEntry","l":"setInMigration(boolean)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setInPause(boolean)"},{"p":"org.iquantum.fog.utils","c":"ModuleLaunchConfig","l":"setInstanceCount(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setInWaiting(boolean)"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"setIops(long)"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"setIops(long)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setIsInCluster(Boolean)","u":"setIsInCluster(java.lang.Boolean)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"setLast(int)"},{"p":"org.iquantum.network","c":"Packet","l":"setLast(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setLastProcessTime(double)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"setLastProcessTime(double)"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"setLastProcessTime(double)"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"setLastProcessTime(double)"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"setLat_l(double)"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"setLat_u(double)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"setLatency(double)"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"setLatency(double)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setLatency(Double)","u":"setLatency(java.lang.Double)"},{"p":"org.iquantum.fog.utils","c":"GeoLocation","l":"setLatitude(double)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setLevel(int)"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"setLevel(int)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setLinkDC(NetworkCDatacenter)","u":"setLinkDC(org.iquantum.network.datacenter.NetworkCDatacenter)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"setLocator(LocationHandler)","u":"setLocator(org.iquantum.fog.placement.LocationHandler)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"setLocator(LocationHandler)","u":"setLocator(org.iquantum.fog.placement.LocationHandler)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"setLocator(LocationHandler)","u":"setLocator(org.iquantum.fog.placement.LocationHandler)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setLogAddress(String)","u":"setLogAddress(java.lang.String)"},{"p":"org.iquantum.fog.utils","c":"Logger","l":"setLogLevel(int)"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"setLong_l(double)"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"setLong_u(double)"},{"p":"org.iquantum.fog.utils","c":"GeoLocation","l":"setLongitude(double)"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"setLoopId(int)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setLoopIdToCurrentAverage(Map)","u":"setLoopIdToCurrentAverage(java.util.Map)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setLoopIdToCurrentNum(Map)","u":"setLoopIdToCurrentNum(java.util.Map)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setLoopIdToTupleIds(Map>)","u":"setLoopIdToTupleIds(java.util.Map)"},{"p":"org.iquantum.fog.application","c":"Application","l":"setLoops(List)","u":"setLoops(java.util.List)"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"setMachineAndPeId(int, int)","u":"setMachineAndPeId(int,int)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setMasterCopy(boolean)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setMasterCopy(boolean)"},{"p":"org.iquantum.fog.utils.distribution","c":"UniformDistribution","l":"setMax(double)"},{"p":"org.iquantum.fog.utils","c":"FogLinearPowerModel","l":"setMaxPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelCubic","l":"setMaxPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelLinear","l":"setMaxPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelSqrt","l":"setMaxPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelSquare","l":"setMaxPower(double)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"setMaxTransferRate(int)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"setMaxTransferRate(int)"},{"p":"org.iquantum.fog.utils.distribution","c":"NormalDistribution","l":"setMean(double)"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"setMigrationCount(int)"},{"p":"org.iquantum.fog.utils","c":"MigrationDelayMonitor","l":"setMigrationDelay(double)"},{"p":"org.iquantum.fog.utils.distribution","c":"UniformDistribution","l":"setMin(double)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"setMips(double)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"setMips(double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"setMips(double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"setMips(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setMips(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setMips(double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"setMips(double)"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"setMips(double)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setMips(double)"},{"p":"org.iquantum.fog.utils","c":"ResourceUsageDetails","l":"setMips(double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"setMips(double)"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"setMips(double)"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"setMips(long)"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"setMips(long)"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"setMips(long)"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"setMips(long)"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"setMips(long)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"setMipsMap(Map>)","u":"setMipsMap(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"setMipsMap(Map>)","u":"setMipsMap(java.util.Map)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"setMipsMap(Map>)","u":"setMipsMap(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"setMipsMapRequested(Map>)","u":"setMipsMapRequested(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"setMipsMapRequested(Map>)","u":"setMipsMapRequested(java.util.Map)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"setMipsMapRequested(Map>)","u":"setMipsMapRequested(java.util.Map)"},{"p":"org.iquantum.fog.utils","c":"ModuleLaunchConfig","l":"setModule(AppModule)","u":"setModule(org.iquantum.fog.application.AppModule)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setModuleCopyMap(Map)","u":"setModuleCopyMap(java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setModuleInstanceCount(Map>)","u":"setModuleInstanceCount(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"setModuleInstanceCountMap(Map>)","u":"setModuleInstanceCountMap(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModuleMapping","l":"setModuleMapping(Map>)","u":"setModuleMapping(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"setModuleMapping(ModuleMapping)","u":"setModuleMapping(org.iquantum.fog.placement.ModuleMapping)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMapping","l":"setModuleMapping(ModuleMapping)","u":"setModuleMapping(org.iquantum.fog.placement.ModuleMapping)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"setModuleMapping(ModuleMapping)","u":"setModuleMapping(org.iquantum.fog.placement.ModuleMapping)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"setModuleMapping(ModuleMapping)","u":"setModuleMapping(org.iquantum.fog.placement.ModuleMapping)"},{"p":"org.iquantum.fog.application","c":"Application","l":"setModules(List)","u":"setModules(java.util.List)"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"setModules(List)","u":"setModules(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"setModulesOnDevice(Map>)","u":"setModulesOnDevice(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"setModulesOnPath(Map>>)","u":"setModulesOnPath(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"setModuleToDeviceMap(Map>)","u":"setModuleToDeviceMap(java.util.Map)"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorGui","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setNetServiceLevel(int)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"setNetServiceType(int)"},{"p":"org.iquantum.network","c":"Packet","l":"setNetServiceType(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"setNewlyCreatedVms(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"setNewlyCreatedVmsList(List)","u":"setNewlyCreatedVmsList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"setNewlyCreatedVmWriter(CostumeCSVWriter)","u":"setNewlyCreatedVmWriter(org.iquantum.backends.classical.container.utils.CostumeCSVWriter)"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"setNode(Node)","u":"setNode(org.iquantum.fog.gui.core.Node)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setNorthLinkBusy(boolean)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setNorthTupleQueue(Queue)","u":"setNorthTupleQueue(java.util.Queue)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setNumberOfContainers(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setNumberOfCreatedVMs(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setNumberOfPes(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setNumberOfPes(int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"setNumberOfPes(int)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setNumberOfPes(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"setNumberOfPes(int)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setNumberOfPes(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setNumberOfVms(int)"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"setNumInstances(int)"},{"p":"org.iquantum.fog.utils","c":"CanBeSentResult","l":"setNwLoad(double)"},{"p":"org.iquantum.fog.utils","c":"ResourceUsageDetails","l":"setNwTrafficIntensity(double)"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"setOccupied(boolean)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"setOriginalPingSize(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setOs(String)","u":"setOs(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setOs(String)","u":"setOs(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setOs(String)","u":"setOs(java.lang.String)"},{"p":"org.iquantum.utils","c":"Log","l":"setOutput(OutputStream)","u":"setOutput(java.io.OutputStream)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setOverBookingfactor(double)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setOwnerName(String)","u":"setOwnerName(java.lang.String)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setOwnerName(String)","u":"setOwnerName(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setParentId(int)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerSpaceShared","l":"setPeAllocationMap(Map>)","u":"setPeAllocationMap(java.util.Map)"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"setPeAllocationMap(Map>)","u":"setPeAllocationMap(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setPeList(List)","u":"setPeList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setPeList(List)","u":"setPeList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"setPeList(List)","u":"setPeList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"setPeList(List)","u":"setPeList(java.util.List)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setPeList(List)","u":"setPeList(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"setPeList(List)","u":"setPeList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"setPeMap(Map>)","u":"setPeMap(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"setPeMap(Map>)","u":"setPeMap(java.util.Map)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"setPeMap(Map>)","u":"setPeMap(java.util.Map)"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"setPeProvisioner(PeProvisioner)","u":"setPeProvisioner(org.iquantum.provisioners.PeProvisioner)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"setPeriodic(boolean)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"setPeriodicity(double)"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"setPes(int)"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"setPes(int)"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"setPes(long)"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"setPes(long)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"setPesInUse(int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"setPesInUse(int)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"setPesInUse(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setPeStatus(int, int)","u":"setPeStatus(int,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setPeStatus(int, int)","u":"setPeStatus(int,int)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setPeStatus(int, int)","u":"setPeStatus(int,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setPeStatus(int, int, int)","u":"setPeStatus(int,int,int)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setPeStatus(int, int, int)","u":"setPeStatus(int,int,int)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setPeStatus(int, int, int)","u":"setPeStatus(int,int,int)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"setPeStatus(List, int, int)","u":"setPeStatus(java.util.List,int,int)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"setPeStatus(List, int, int)","u":"setPeStatus(java.util.List,int,int)"},{"p":"org.iquantum.lists","c":"PeList","l":"setPeStatus(List, int, int)","u":"setPeStatus(java.util.List,int,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"setPeStatus(List, int, int, int)","u":"setPeStatus(java.util.List,int,int,int)"},{"p":"org.iquantum.lists","c":"HostList","l":"setPeStatus(List, int, int, int)","u":"setPeStatus(java.util.List,int,int,int)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"setPeTable(Map>)","u":"setPeTable(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"setPeTable(Map>)","u":"setPeTable(java.util.Map)"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"setPeTable(Map>)","u":"setPeTable(java.util.Map)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"setPeTable(Map>)","u":"setPeTable(java.util.Map)"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"setPlaced(boolean)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"setPlacementRequests(List)","u":"setPlacementRequests(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setPower(double)"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"setPower(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerHost","l":"setPowerModel(PowerModel)","u":"setPowerModel(org.iquantum.power.models.PowerModel)"},{"p":"org.iquantum.power","c":"PowerHost","l":"setPowerModel(PowerModel)","u":"setPowerModel(org.iquantum.power.models.PowerModel)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setPreferredBackend(String)","u":"setPreferredBackend(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setPreviousTime(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"setPreviousTime(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"setPreviousTime(double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"setPreviousTime(double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"setPreviousTime(double)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"setPreviousTime(double)"},{"p":"org.iquantum.power","c":"PowerVm","l":"setPreviousTime(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"setPreviousUtilizationMips(double)"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"setPreviousUtilizationMips(double)"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"setQDatacenter(QDatacenter)","u":"setQDatacenter(org.iquantum.datacenters.QDatacenter)"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"setQDatacenter(QDatacenterExtended)","u":"setQDatacenter(org.iquantum.datacenters.QDatacenterExtended)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"setQDatacenterCharacteristicsList(Map)","u":"setQDatacenterCharacteristicsList(java.util.Map)"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"setQDatacenterCharacteristicsList(Map)","u":"setQDatacenterCharacteristicsList(java.util.Map)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"setQDatacenterCharacteristicsList(Map)","u":"setQDatacenterCharacteristicsList(java.util.Map)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"setQDatacenterIdList(List)","u":"setQDatacenterIdList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"setQDatacenterIdList(List)","u":"setQDatacenterIdList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"setQDatacenterIdList(List)","u":"setQDatacenterIdList(java.util.List)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setQNodeId(int)"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristics","l":"setQNodeList(List)","u":"setQNodeList(java.util.List)"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristicsExtended","l":"setQNodeList(List)","u":"setQNodeList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"setQNodeList(List)","u":"setQNodeList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"setQNodeList(List)","u":"setQNodeList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"setQNodeList(List)","u":"setQNodeList(java.util.List)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"setQTaskExecList(List)","u":"setQTaskExecList(java.util.List)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"setQTaskFailedList(List)","u":"setQTaskFailedList(java.util.List)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"setQTaskFinishedList(List)","u":"setQTaskFinishedList(java.util.List)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setQTaskFinishedSoFar(long)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setQTaskId(int)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"setQTaskList(List)","u":"setQTaskList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"setQTaskList(List)","u":"setQTaskList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"setQTaskList(List)","u":"setQTaskList(java.util.List)"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"setQTaskList(List)","u":"setQTaskList(java.util.List)"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"setQTaskList(List)","u":"setQTaskList(java.util.List)"},{"p":"org.iquantum.gateways","c":"Gateway","l":"setQTaskList(List)","u":"setQTaskList(java.util.List)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"setQTaskPausedList(List)","u":"setQTaskPausedList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"setQTaskReceivedList(List)","u":"setQTaskReceivedList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"setQTaskReceivedList(List)","u":"setQTaskReceivedList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"setQTaskReceivedList(List)","u":"setQTaskReceivedList(java.util.List)"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"setQTaskScheduler(QTaskScheduler)","u":"setQTaskScheduler(org.iquantum.policies.qtasks.QTaskScheduler)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setQTaskStatus(int)"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"setQTaskStatus(int)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"setQTaskSubmittedList(List)","u":"setQTaskSubmittedList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"setQTaskSubmittedList(List)","u":"setQTaskSubmittedList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"setQTaskSubmittedList(List)","u":"setQTaskSubmittedList(java.util.List)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"setQTaskWaitingList(List)","u":"setQTaskWaitingList(java.util.List)"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"setQuantumVolume(int)"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"setQueryId(String)","u":"setQueryId(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"setRam(float)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"setRam(float)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setRam(float)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setRam(int)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setRam(int)"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"setRam(int)"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"setRam(int)"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"setRam(int)"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"setRam(int)"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"setRam(int)"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"setRam(int)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setRamProvisioner(RamProvisioner)","u":"setRamProvisioner(org.iquantum.provisioners.RamProvisioner)"},{"p":"org.iquantum.provisioners","c":"RamProvisionerSimple","l":"setRamTable(Map)","u":"setRamTable(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.utils","c":"RandomGaussian","l":"setRandom(Random)","u":"setRandom(java.util.Random)"},{"p":"org.iquantum.backends.classical.container.utils","c":"RandomGen","l":"setRandom(Random)","u":"setRandom(java.util.Random)"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"setRandom(Random)","u":"setRandom(java.util.Random)"},{"p":"org.iquantum.models","c":"UtilizationModelStochastic","l":"setRandomGenerator(Random)","u":"setRandomGenerator(java.util.Random)"},{"p":"org.iquantum.sdn","c":"Node","l":"setRank(int)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"setRank(int)"},{"p":"org.iquantum.sdn","c":"Switch","l":"setRank(int)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setRatePerMips(double)"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"setRatePerMips(double)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setReadOnly(boolean)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setReadOnly(boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setRegionalCisName(String)","u":"setRegionalCisName(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"setRegionalCisName(String)","u":"setRegionalCisName(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"setRegionalCISName(String)","u":"setRegionalCISName(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"setRegionalCISName(String)","u":"setRegionalCISName(java.lang.String)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setRegistrationId(int)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setRegistrationID(int)"},{"p":"org.iquantum.backends.classical","c":"HostStateHistoryEntry","l":"setRequestedMips(double)"},{"p":"org.iquantum.policies.vm","c":"VmStateHistoryEntry","l":"setRequestedMips(double)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setRequiredFiles(List)","u":"setRequiredFiles(java.util.List)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setReservationId(int)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"setResourceData(Pair>)","u":"setResourceData(org.apache.commons.math3.util.Pair)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setResourceID(int)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setResourceID(int)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setResourceParameter(int, double)","u":"setResourceParameter(int,double)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setResourceParameter(int, double)","u":"setResourceParameter(int,double)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setResourceParameter(int, double, double)","u":"setResourceParameter(int,double,double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationInterQuartileRange","l":"setSafetyParameter(double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"setSafetyParameter(double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation","l":"setSafetyParameter(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setSchedulingInterval(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setSchedulingInterval(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"setSchedulingInterval(double)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"setSchedulingInterval(double)"},{"p":"org.iquantum.models","c":"UtilizationModelPlanetLabInMemory","l":"setSchedulingInterval(double)"},{"p":"org.iquantum.power","c":"PowerVm","l":"setSchedulingInterval(double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"setSchedulingInterval(double)"},{"p":"org.iquantum.distributions","c":"UniformDistr","l":"setSeed(long)"},{"p":"org.iquantum.fog.application.selectivity","c":"FractionalSelectivity","l":"setSelectivity(double)"},{"p":"org.iquantum.fog.utils","c":"OperatorEdge","l":"setSelectivity(double)"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"setSelectivityMap(Map, SelectivityModel>)","u":"setSelectivityMap(java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setSelfCluster(Boolean)","u":"setSelfCluster(java.lang.Boolean)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setSensorName(String)","u":"setSensorName(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"PhysicalTopology","l":"setSensors(List)","u":"setSensors(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"setSensors(List)","u":"setSensors(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"setSensors(List)","u":"setSensors(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"setSensors(List)","u":"setSensors(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"setSensors(List)","u":"setSensors(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"setSensors(List)","u":"setSensors(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"setSensors(List)","u":"setSensors(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementOnlyCloud","l":"setSensors(List)","u":"setSensors(java.util.List)"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"setSensorType(String)","u":"setSensorType(java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"SensorModule","l":"setSensorType(String)","u":"setSensorType(java.lang.String)"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"setSensorType(String)","u":"setSensorType(java.lang.String)"},{"p":"org.iquantum.core","c":"SimEvent","l":"setSerial(long)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"setServiceDiscoveryInfor(Pair)","u":"setServiceDiscoveryInfor(org.apache.commons.math3.util.Pair)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setSimulationStartTime(long)"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"setSize(int)"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"setSize(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setSize(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setSize(long)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setSize(long)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"setSize(long)"},{"p":"org.iquantum.network","c":"Packet","l":"setSize(long)"},{"p":"org.iquantum.core","c":"SimEvent","l":"setSource(int)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"setSource(String)","u":"setSource(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setSourceDeviceId(int)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setSourceModuleId(int)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setSouthLinkBusy(boolean)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setSouthTupleQueue(Queue>)","u":"setSouthTupleQueue(java.util.Queue)"},{"p":"org.iquantum.fog.application","c":"Application","l":"setSpecialPlacementInfo(String, String)","u":"setSpecialPlacementInfo(java.lang.String,java.lang.String)"},{"p":"org.iquantum.fog.utils","c":"OperatorEdge","l":"setSrc(String)","u":"setSrc(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setSrcModuleName(String)","u":"setSrcModuleName(java.lang.String)"},{"p":"org.iquantum.sdn","c":"Package","l":"setStartTime(double)"},{"p":"org.iquantum.core","c":"SimEntity","l":"setState(int)"},{"p":"org.iquantum.fog.utils","c":"FogLinearPowerModel","l":"setStaticPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelCubic","l":"setStaticPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelLinear","l":"setStaticPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelSqrt","l":"setStaticPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelSquare","l":"setStaticPower(double)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"setStatus(int)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"setStatus(int)"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"setStatus(int)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"setStatusBusy()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"setStatusBusy()"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"setStatusBusy()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"setStatusFailed()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"setStatusFailed()"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"setStatusFailed()"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"setStatusFailed(List, boolean)","u":"setStatusFailed(java.util.List,boolean)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"setStatusFailed(List, boolean)","u":"setStatusFailed(java.util.List,boolean)"},{"p":"org.iquantum.lists","c":"PeList","l":"setStatusFailed(List, boolean)","u":"setStatusFailed(java.util.List,boolean)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"setStatusFailed(List, String, int, boolean)","u":"setStatusFailed(java.util.List,java.lang.String,int,boolean)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"setStatusFailed(List, String, int, boolean)","u":"setStatusFailed(java.util.List,java.lang.String,int,boolean)"},{"p":"org.iquantum.lists","c":"PeList","l":"setStatusFailed(List, String, int, boolean)","u":"setStatusFailed(java.util.List,java.lang.String,int,boolean)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"setStatusFree()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"setStatusFree()"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"setStatusFree()"},{"p":"org.iquantum.fog.utils.distribution","c":"NormalDistribution","l":"setStdDev(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setStorage(long)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setStorage(long)"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"setStorage(long)"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"setStorage(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setStorageList(List)","u":"setStorageList(java.util.List)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"setStorageList(List)","u":"setStorageList(java.util.List)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setSubmissionTime(double)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setSubmissionTime(double)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"setTag(int)"},{"p":"org.iquantum.backends.classical","c":"HostStateHistoryEntry","l":"setTime(double)"},{"p":"org.iquantum.policies.vm","c":"VmStateHistoryEntry","l":"setTime(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setTimeZone(double)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setTimeZone(double)"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristics","l":"setTimeZone(double)"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristicsExtended","l":"setTimeZone(double)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setTimeZone(double)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setTotalCost(double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"setTotalMips(double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"setTotalMips(double)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setTransactionTime(double)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setTransmissionStartDelay(int)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setTransmitDistribution(Distribution)","u":"setTransmitDistribution(org.iquantum.fog.utils.distribution.Distribution)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setTraversedMicroservices(Map)","u":"setTraversedMicroservices(java.util.Map)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"setTupleCpuLength(double)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setTupleIdToCpuStartTime(Map)","u":"setTupleIdToCpuStartTime(java.util.Map)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"setTupleNwLength(double)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"setTupleType(String)","u":"setTupleType(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setTupleType(String)","u":"setTupleType(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setTupleType(String)","u":"setTupleType(java.lang.String)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setTupleTypeToAverageCpuTime(Map)","u":"setTupleTypeToAverageCpuTime(java.util.Map)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setTupleTypeToExecutedTupleCount(Map)","u":"setTupleTypeToExecutedTupleCount(java.util.Map)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setType(int)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setType(int)"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setUid(String)","u":"setUid(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setUid(String)","u":"setUid(java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setUid(String)","u":"setUid(java.lang.String)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddActuator","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddActuatorModule","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddApplicationModule","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddFogDevice","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddPhysicalNode","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddSensor","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddSensorModule","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddVirtualNode","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.sdn.graph.dialog","c":"AddPhysicalNode","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.sdn.graph.dialog","c":"AddVirtualNode","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"setUnderAllocatedMips(Map)","u":"setUnderAllocatedMips(java.util.Map)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"setUnderAllocatedMips(Map)","u":"setUnderAllocatedMips(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelectionUnderUtilizedAdded","l":"setUnderUtilizationThr(double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"setUnderUtilizationThreshold(double)"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"SETUP_TIME"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"setUpBw(long)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setUpdateTime(double)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setUpdateTime(double)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setUplinkBandwidth(double)"},{"p":"org.iquantum.fog.utils","c":"ResourceUsageDetails","l":"setUplinkBandwidth(double)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setUplinkLatency(double)"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"setUpports(int)"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"setUpports(int)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setUsedBw(Map)","u":"setUsedBw(java.util.Map)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setUsedBw(Map)","u":"setUsedBw(java.util.Map)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"setUsedBw(Map)","u":"setUsedBw(java.util.Map)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setUsedMips(Map)","u":"setUsedMips(java.util.Map)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setUsedMips(Map)","u":"setUsedMips(java.util.Map)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"setUsedMips(Map)","u":"setUsedMips(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"setUsedPes(Map)","u":"setUsedPes(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"setUsedPes(Map)","u":"setUsedPes(java.util.Map)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"setUsedPes(Map)","u":"setUsedPes(java.util.Map)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"setUsedPes(Map)","u":"setUsedPes(java.util.Map)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setUsedPes(Map)","u":"setUsedPes(java.util.Map)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setUsedPes(Map)","u":"setUsedPes(java.util.Map)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"setUsedPes(Map)","u":"setUsedPes(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setUserId(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setUserId(int)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setUserId(int)"},{"p":"org.iquantum.fog.application","c":"Application","l":"setUserId(int)"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"setUserId(int)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setUserId(int)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setUserId(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"setUtilizationMips(double)"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"setUtilizationMips(double)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setUtilizationModelBw(UtilizationModel)","u":"setUtilizationModelBw(org.iquantum.models.UtilizationModel)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setUtilizationModelCpu(UtilizationModel)","u":"setUtilizationModelCpu(org.iquantum.models.UtilizationModel)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setUtilizationModelRam(UtilizationModel)","u":"setUtilizationModelRam(org.iquantum.models.UtilizationModel)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"setUtilizationThreshold(double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThreshold","l":"setUtilizationThreshold(double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMC","l":"setUtilizationThreshold(double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMCUnderUtilized","l":"setUtilizationThreshold(double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationStaticThreshold","l":"setUtilizationThreshold(double)"},{"p":"org.iquantum.fog.utils.distribution","c":"DeterministicDistribution","l":"setValue(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setVm(ContainerVm)","u":"setVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setVmAllocationPolicy(ContainerVmAllocationPolicy)","u":"setVmAllocationPolicy(org.iquantum.backends.classical.container.resourceAllocators.ContainerVmAllocationPolicy)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"setVmAllocationPolicy(VmAllocationPolicy)","u":"setVmAllocationPolicy(org.iquantum.policies.vm.VmAllocationPolicy)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"setVmBw(long)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setVmId(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setVmList(List)","u":"setVmList(java.util.List)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setVmList(List)","u":"setVmList(java.util.List)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"setVmList(List)","u":"setVmList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setVmList(List)","u":"setVmList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setVmm(String)","u":"setVmm(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setVmm(String)","u":"setVmm(java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setVmm(String)","u":"setVmm(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setVmm(String)","u":"setVmm(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setVmm(String)","u":"setVmm(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setVmMigrationCount(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setVmMigrationWriter(CostumeCSVWriter)","u":"setVmMigrationWriter(org.iquantum.backends.classical.container.utils.CostumeCSVWriter)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setVmsAcks(int)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setVmsAcks(int)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setVmsAcks(int)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setVmScheduler(VmScheduler)","u":"setVmScheduler(org.iquantum.policies.vm.VmScheduler)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setVmsCreatedList(List)","u":"setVmsCreatedList(java.util.List)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setVmsCreatedList(List)","u":"setVmsCreatedList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setVmsCreatedList(List)","u":"setVmsCreatedList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setVmsDestroyed(int)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setVmsDestroyed(int)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setVmsDestroyed(int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"setVmSelectionPolicy(PowerContainerVmSelectionPolicy)","u":"setVmSelectionPolicy(org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"setVmSelectionPolicy(PowerVmSelectionPolicy)","u":"setVmSelectionPolicy(org.iquantum.power.PowerVmSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"setVmsMigratingIn(List)","u":"setVmsMigratingIn(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"setVmsMigratingIn(List)","u":"setVmsMigratingIn(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"setVmsMigratingOut(List)","u":"setVmsMigratingOut(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"setVmsMigratingOut(List)","u":"setVmsMigratingOut(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setVmsRequested(int)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setVmsRequested(int)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setVmsRequested(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setVmsToDatacentersMap(Map)","u":"setVmsToDatacentersMap(java.util.Map)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setVmsToDatacentersMap(Map)","u":"setVmsToDatacentersMap(java.util.Map)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setVmsToDatacentersMap(Map)","u":"setVmsToDatacentersMap(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"setVmTable(Map)","u":"setVmTable(java.util.Map)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"setVmTable(Map)","u":"setVmTable(java.util.Map)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"setVmTable(Map)","u":"setVmTable(java.util.Map)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setVmTable(Map)","u":"setVmTable(java.util.Map)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setVmTable(Map)","u":"setVmTable(java.util.Map)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"setVmTable(Map)","u":"setVmTable(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setWorkloadMips(double)"},{"p":"org.iquantum.fog.gui.core","c":"Coordinates","l":"setX(int)"},{"p":"org.iquantum.sdn.graph.core","c":"Coordinates","l":"setX(int)"},{"p":"org.iquantum.fog.gui.core","c":"Coordinates","l":"setY(int)"},{"p":"org.iquantum.sdn.graph.core","c":"Coordinates","l":"setY(int)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"shareResourceDataAmongClusterNodes()"},{"p":"org.iquantum.fog.utils","c":"ShortestPathRoutingGenerator","l":"ShortestPathRoutingGenerator()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"shutdownEntity()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"shutdownEntity()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"shutdownEntity()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"shutdownEntity()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"shutdownEntity()"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"shutdownEntity()"},{"p":"org.iquantum.core","c":"iQuantumShutdown","l":"shutdownEntity()"},{"p":"org.iquantum.core","c":"ResourceInformationService","l":"shutdownEntity()"},{"p":"org.iquantum.core","c":"SimEntity","l":"shutdownEntity()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"shutdownEntity()"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"shutdownEntity()"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"shutdownEntity()"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"shutdownEntity()"},{"p":"org.iquantum.fog.entities","c":"FogBrokerC","l":"shutdownEntity()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"shutdownEntity()"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"shutdownEntity()"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"shutdownEntity()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"shutdownEntity()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"shutdownEntity()"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"shutdownEntity()"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"shutdownEntity()"},{"p":"org.iquantum.gateways","c":"Gateway","l":"shutdownEntity()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"shutdownEntity()"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"shutdownEntity()"},{"p":"org.iquantum.sdn.example","c":"SDNBroker","l":"shutdownEntity()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"shutdownEntity()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"shutdownEntity()"},{"p":"org.iquantum.sdn","c":"Switch","l":"shutdownEntity()"},{"p":"org.iquantum.core","c":"ResourceInformationService","l":"signalShutdown(Collection)","u":"signalShutdown(java.util.Collection)"},{"p":"org.iquantum.core","c":"iQuantum","l":"SIM_ANY"},{"p":"org.iquantum.core","c":"iQuantum","l":"SIM_NONE"},{"p":"org.iquantum.core","c":"SimEntity","l":"SimEntity(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.core","c":"SimEvent","l":"SimEvent()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.example","c":"SimpleNetworkOperatingSystem","l":"SimpleNetworkOperatingSystem(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDNExample","l":"simulate()"},{"p":"org.iquantum.fog.utils","c":"MicroservicePlacementConfig","l":"SIMULATION_MODE"},{"p":"org.iquantum.core","c":"DeferredQueue","l":"size()"},{"p":"org.iquantum.core","c":"FutureQueue","l":"size()"},{"p":"org.iquantum.lists","c":"CloudletList","l":"sort(List)","u":"sort(java.util.List)"},{"p":"org.iquantum.lists","c":"QTaskList","l":"sort(List)","u":"sort(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"sortByCpuUtilization(List)","u":"sortByCpuUtilization(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"PowerContainerList","l":"sortByCpuUtilization(List)","u":"sortByCpuUtilization(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"PowerContainerVmList","l":"sortByCpuUtilization(List)","u":"sortByCpuUtilization(java.util.List)"},{"p":"org.iquantum.power.lists","c":"PowerVmList","l":"sortByCpuUtilization(List)","u":"sortByCpuUtilization(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"sortByCpuUtilizationDescending(List)","u":"sortByCpuUtilizationDescending(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"southTupleQueue"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"SPACE_SHARED"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"SPACE_SHARED"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"SPACE_SHARED"},{"p":"org.iquantum.fog.application","c":"Application","l":"specialPlacementInfo"},{"p":"org.iquantum.fog.gui.core","c":"SpringUtilities","l":"SpringUtilities()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.core","c":"SpringUtilities","l":"SpringUtilities()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"stages"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"START_DYNAMIC_CLUSTERING"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VMRequestRandomGenerator","l":"start()"},{"p":"org.iquantum.utils","c":"ExecutionTimeMeasurer","l":"start(String)","u":"start(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"startEntity()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"startEntity()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"startEntity()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"startEntity()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"startEntity()"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"startEntity()"},{"p":"org.iquantum.core","c":"iQuantumShutdown","l":"startEntity()"},{"p":"org.iquantum.core","c":"ResourceInformationService","l":"startEntity()"},{"p":"org.iquantum.core","c":"SimEntity","l":"startEntity()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"startEntity()"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"startEntity()"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"startEntity()"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"startEntity()"},{"p":"org.iquantum.fog.entities","c":"FogBrokerC","l":"startEntity()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"startEntity()"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"startEntity()"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"startEntity()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"startEntity()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"startEntity()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"startEntity()"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"startEntity()"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"startEntity()"},{"p":"org.iquantum.gateways","c":"Gateway","l":"startEntity()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"startEntity()"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"startEntity()"},{"p":"org.iquantum.sdn.example","c":"SDNBroker","l":"startEntity()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"startEntity()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"startEntity()"},{"p":"org.iquantum.sdn","c":"Switch","l":"startEntity()"},{"p":"org.iquantum.core","c":"iQuantum","l":"startSimulation()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"starttime"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy.HistoryEntry","l":"startTime"},{"p":"org.iquantum.sdn.power","c":"PowerUtilizationHistoryEntry","l":"startTime"},{"p":"org.iquantum.sdn","c":"Switch.HistoryEntry","l":"startTime"},{"p":"org.iquantum.utils","c":"MathUtil","l":"stDev(List)","u":"stDev(java.util.List)"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"STOP_SIMULATION"},{"p":"org.iquantum.core","c":"iQuantum","l":"stopSimulation()"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"STORAGE"},{"p":"org.iquantum.fog.scheduler","c":"StreamOperatorScheduler","l":"StreamOperatorScheduler(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"submitApplication(Application, int, ModulePlacement)","u":"submitApplication(org.iquantum.fog.application.Application,int,org.iquantum.fog.placement.ModulePlacement)"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"submitApplication(Application, int, ModulePlacement)","u":"submitApplication(org.iquantum.fog.application.Application,int,org.iquantum.fog.placement.ModulePlacement)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"submitApplication(Application, int, ModulePlacement)","u":"submitApplication(org.iquantum.fog.application.Application,int,org.iquantum.fog.placement.ModulePlacement)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"submitApplication(Application, ModulePlacement)","u":"submitApplication(org.iquantum.fog.application.Application,org.iquantum.fog.placement.ModulePlacement)"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"submitApplication(Application, ModulePlacement)","u":"submitApplication(org.iquantum.fog.application.Application,org.iquantum.fog.placement.ModulePlacement)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"submitApplication(Application, ModulePlacement)","u":"submitApplication(org.iquantum.fog.application.Application,org.iquantum.fog.placement.ModulePlacement)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"submitCloudletList(List)","u":"submitCloudletList(java.util.List)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"submitCloudletList(List)","u":"submitCloudletList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"submitCloudletList(List)","u":"submitCloudletList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"submitCloudlets()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"submitCloudlets()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"submitContainerList(List)","u":"submitContainerList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"submitContainers()"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"submitCTasks(List)","u":"submitCTasks(java.util.List)"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"submitCTasks(List)","u":"submitCTasks(java.util.List)"},{"p":"org.iquantum.gateways","c":"Gateway","l":"submitCTasks(List)","u":"submitCTasks(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"SDNBroker","l":"submitDeployApplication(SDNDatacenter, String)","u":"submitDeployApplication(org.iquantum.sdn.SDNDatacenter,java.lang.String)"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"submitGroupWorkloads(SDNBroker, int, int, String, String)","u":"submitGroupWorkloads(org.iquantum.sdn.example.SDNBroker,int,int,java.lang.String,java.lang.String)"},{"p":"org.iquantum.sdn.example","c":"Workload","l":"submitPktSize"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"submitPlacementRequests(List, int)","u":"submitPlacementRequests(java.util.List,int)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"submitPlacementRequests(List, int)","u":"submitPlacementRequests(java.util.List,int)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"submitQTaskList(List)","u":"submitQTaskList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"submitQTaskList(List)","u":"submitQTaskList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"submitQTaskList(List)","u":"submitQTaskList(java.util.List)"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"submitQTasks(List)","u":"submitQTasks(java.util.List)"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"submitQTasks(List)","u":"submitQTasks(java.util.List)"},{"p":"org.iquantum.gateways","c":"Gateway","l":"submitQTasks(List)","u":"submitQTasks(java.util.List)"},{"p":"org.iquantum.sdn","c":"Middlebox","l":"submitRequest(Request)","u":"submitRequest(org.iquantum.sdn.Request)"},{"p":"org.iquantum.sdn.example","c":"SDNBroker","l":"submitRequests(String)","u":"submitRequests(java.lang.String)"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"submitTasks(List, List)","u":"submitTasks(java.util.List,java.util.List)"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"submitTasks(List, List)","u":"submitTasks(java.util.List,java.util.List)"},{"p":"org.iquantum.gateways","c":"Gateway","l":"submitTasks(List, List)","u":"submitTasks(java.util.List,java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"submittime"},{"p":"org.iquantum.sdn.example","c":"Workload","l":"submitVmId"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"submitVmList(List)","u":"submitVmList(java.util.List)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"submitVmList(List)","u":"submitVmList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"submitVmList(List)","u":"submitVmList(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"submitWorkloads(SDNBroker)","u":"submitWorkloads(org.iquantum.sdn.example.SDNBroker)"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"subscribeActuator(int, String)","u":"subscribeActuator(int,java.lang.String)"},{"p":"org.iquantum.tasks","c":"CTask","l":"SUCCESS"},{"p":"org.iquantum.tasks","c":"QTask","l":"SUCCESS"},{"p":"org.iquantum.utils","c":"MathUtil","l":"sum(List)","u":"sum(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"sw"},{"p":"org.iquantum.sdn","c":"Switch","l":"Switch(String, int, long, int, int, NetworkOperatingSystem)","u":"%3Cinit%3E(java.lang.String,int,long,int,int,org.iquantum.sdn.NetworkOperatingSystem)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"Switch(String, int, NetworkCDatacenter)","u":"%3Cinit%3E(java.lang.String,int,org.iquantum.network.datacenter.NetworkCDatacenter)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"switches"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"switching_delay"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"SwitchingDelayAgg"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"SwitchingDelayEdge"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"SwitchingDelayRoot"},{"p":"org.iquantum.network.datacenter","c":"NetworkCDatacenter","l":"Switchlist"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"SwitchNode()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"SwitchNode()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"SwitchNode(String, String, long, int, int, long)","u":"%3Cinit%3E(java.lang.String,java.lang.String,long,int,int,long)"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"SwitchNode(String, String, long, int, int, long)","u":"%3Cinit%3E(java.lang.String,java.lang.String,long,int,int,long)"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"tabSize"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDNExample","l":"tabSize"},{"p":"org.iquantum.network.datacenter","c":"TaskStage","l":"TaskStage(int, double, double, double, long, int, int)","u":"%3Cinit%3E(int,double,double,double,long,int,int)"},{"p":"org.iquantum.sdn","c":"Channel","l":"terminate()"},{"p":"org.iquantum.core","c":"iQuantum","l":"terminateSimulation()"},{"p":"org.iquantum.core","c":"iQuantum","l":"terminateSimulation(double)"},{"p":"org.iquantum.sdn.example","c":"Workload","l":"time"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"TIME_SHARED"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"TIME_SHARED"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"TIME_SHARED"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"timeCommunicate"},{"p":"org.iquantum.sdn","c":"TimedVm","l":"TimedVm(int, int, double, int, int, long, long, String, CloudletScheduler)","u":"%3Cinit%3E(int,int,double,int,int,long,long,java.lang.String,org.iquantum.policies.ctasks.CloudletScheduler)"},{"p":"org.iquantum.sdn","c":"TimedVm","l":"TimedVm(int, int, double, int, int, long, long, String, CloudletScheduler, double, double)","u":"%3Cinit%3E(int,int,double,int,int,long,long,java.lang.String,org.iquantum.policies.ctasks.CloudletScheduler,double,double)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"timespentInStage"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"timetostartStage"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"timeUnit"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"toClient"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"toJsonString()"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"toJsonString()"},{"p":"org.iquantum.network","c":"TopologicalGraph","l":"TopologicalGraph()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network","c":"TopologicalLink","l":"TopologicalLink(int, int, float, float)","u":"%3Cinit%3E(int,int,float,float)"},{"p":"org.iquantum.network","c":"TopologicalNode","l":"TopologicalNode(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.network","c":"TopologicalNode","l":"TopologicalNode(int, int, int)","u":"%3Cinit%3E(int,int,int)"},{"p":"org.iquantum.network","c":"TopologicalNode","l":"TopologicalNode(int, String, int, int)","u":"%3Cinit%3E(int,java.lang.String,int,int)"},{"p":"org.iquantum.fog.application","c":"DAG","l":"topologicalSort()"},{"p":"org.iquantum.fog.application","c":"DAG","l":"topologicalSortUtil(String, Map, Stack)","u":"topologicalSortUtil(java.lang.String,java.util.Map,java.util.Stack)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"topology"},{"p":"org.iquantum.core","c":"SimEvent","l":"toString()"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorGui","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorModule","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"AppModule","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"Coordinates","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"SensorModule","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"toString()"},{"p":"org.iquantum.network","c":"DelayMatrix_Float","l":"toString()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"toString()"},{"p":"org.iquantum.network","c":"Packet","l":"toString()"},{"p":"org.iquantum.network","c":"TopologicalGraph","l":"toString()"},{"p":"org.iquantum.sdn","c":"Channel","l":"toString()"},{"p":"org.iquantum.sdn.graph.core","c":"Coordinates","l":"toString()"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"toString()"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"toString()"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"toString()"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"toString()"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"toString()"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"toString()"},{"p":"org.iquantum.sdn","c":"Link","l":"toString()"},{"p":"org.iquantum.sdn","c":"Package","l":"toString()"},{"p":"org.iquantum.sdn","c":"Request","l":"toString()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"toString()"},{"p":"org.iquantum.sdn","c":"Switch","l":"toString()"},{"p":"org.iquantum.sdn","c":"Transmission","l":"toString()"},{"p":"org.iquantum.utils.datacloud","c":"ParameterException","l":"toString()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"totalCost"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"totaldatatransfer"},{"p":"org.iquantum.fog.test.perfeval","c":"TranslationServiceFog_Clustering","l":"TranslationServiceFog_Clustering()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.test.perfeval","c":"TranslationServiceFog_RandomMobility_Clustering","l":"TranslationServiceFog_RandomMobility_Clustering()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.test.perfeval","c":"TranslationServiceFog_RandomMobility","l":"TranslationServiceFog_RandomMobility()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.test.perfeval","c":"TranslationServiceFog","l":"TranslationServiceFog()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.utils","c":"Config","l":"TRANSMISSION_START_DELAY"},{"p":"org.iquantum.sdn","c":"Transmission","l":"Transmission(int, int, long, int, Request)","u":"%3Cinit%3E(int,int,long,int,org.iquantum.sdn.Request)"},{"p":"org.iquantum.sdn","c":"Transmission","l":"Transmission(Package)","u":"%3Cinit%3E(org.iquantum.sdn.Package)"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"TRANSMIT_PR"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"transmit()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"traversedMicroservices"},{"p":"org.iquantum.utils","c":"MathUtil","l":"trimZeroTail(double[])"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"TRUE"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"TUPLE_ACK"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"TUPLE_ARRIVAL"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"TUPLE_FINISHED"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"Tuple(String, int, int, long, int, long, long, UtilizationModel, UtilizationModel, UtilizationModel)","u":"%3Cinit%3E(java.lang.String,int,int,long,int,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"tupleEndedExecution(Tuple)","u":"tupleEndedExecution(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"TupleFinishDetails(String, int, double, double, String)","u":"%3Cinit%3E(java.lang.String,int,double,double,java.lang.String)"},{"p":"org.iquantum.fog.scheduler","c":"TupleScheduler","l":"TupleScheduler(double, int)","u":"%3Cinit%3E(double,int)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"tupleStartedExecution(Tuple)","u":"tupleStartedExecution(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.fog.test.perfeval","c":"TwoApps","l":"TwoApps()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"type"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"TYPE_RAW_DATA"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"TYPE_RECONSTRUCTED_DATA"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"TYPE_TAG_DATA"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"TYPE_UNKOWN"},{"p":"org.iquantum.core","c":"SimEvent","l":"type()"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"UNIFORM"},{"p":"org.iquantum.distributions","c":"UniformDistr","l":"UniformDistr(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.distributions","c":"UniformDistr","l":"UniformDistr(double, double, long)","u":"%3Cinit%3E(double,double,long)"},{"p":"org.iquantum.fog.utils.distribution","c":"UniformDistribution","l":"UniformDistribution(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"unmapNode(int)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"UP"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"UPDATE_CLUSTER_TUPLE_QUEUE"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"UPDATE_NORTH_TUPLE_QUEUE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"UPDATE_QTASK_PROCESSING"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"UPDATE_RESOURCE_INFO"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"UPDATE_RESOURCE_USAGE"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"UPDATE_SERVICE_DISCOVERY"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"UPDATE_SOUTH_TUPLE_QUEUE"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"updateActiveApplications(SimEvent)","u":"updateActiveApplications(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"updateAllocatedMips(String)","u":"updateAllocatedMips(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"updateCloudetProcessingWithoutSchedulingFutureEvents()"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"updateCloudetProcessingWithoutSchedulingFutureEvents()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"updateCloudetProcessingWithoutSchedulingFutureEventsForce()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"updateCloudetProcessingWithoutSchedulingFutureEventsForce()"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"updateCloudetProcessingWithoutSchedulingFutureEventsForce()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"updateCloudletFinishedSoFar(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"updateCloudletProcessing()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"updateCloudletProcessing()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"updateCloudletProcessing()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"updateCloudletProcessing()"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"updateCloudletProcessing()"},{"p":"org.iquantum.power","c":"PowerCDatacenterNonPowerAware","l":"updateCloudletProcessing()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"updateCloudTraffic()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"updateContainerProcessing(double, List)","u":"updateContainerProcessing(double,java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"updateContainerProcessing(double, List)","u":"updateContainerProcessing(double,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"updateContainerProcessing(double, List)","u":"updateContainerProcessing(double,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"updateContainerProcessing(double, List)","u":"updateContainerProcessing(double,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"updateContainerProcessing(double, List)","u":"updateContainerProcessing(double,java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"updateContainersProcessing(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"updateContainerVmsProcessing(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"updateContainerVmsProcessing(double)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"updateModuleInstanceCount(SimEvent)","u":"updateModuleInstanceCount(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"updateModuleInstanceCount(SimEvent)","u":"updateModuleInstanceCount(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.sdn","c":"Node","l":"updateNetworkUtilization()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"updateNetworkUtilization()"},{"p":"org.iquantum.sdn","c":"Switch","l":"updateNetworkUtilization()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"updateNorthTupleQueue()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"updateNumberOfVmsContainers()"},{"p":"org.iquantum.sdn","c":"Channel","l":"updatePackageProcessing()"},{"p":"org.iquantum.fog.gui.dialog","c":"AddSensor","l":"updatePanel(String)","u":"updatePanel(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"updatePeProvisioning()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"updatePeProvisioning()"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"updatePeProvisioning()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"updateQNodeProcessing(double, double)","u":"updateQNodeProcessing(double,double)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"updateQNodeProcessing(double, double)","u":"updateQNodeProcessing(double,double)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"updateQNodeProcessing(double, double)","u":"updateQNodeProcessing(double,double)"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"updateQTaskFinishedSoFar(long)"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"updateQTaskProcessing(double)"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"updateQTaskProcessing(double)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"updateResourceInfo(int, Map)","u":"updateResourceInfo(int,java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"updateResources(int, String, double)","u":"updateResources(int,java.lang.String,double)"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"updateResources(Map>)","u":"updateResources(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"updateResources(Map>)","u":"updateResources(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"MicroservicePlacementLogic","l":"updateResources(Map>)","u":"updateResources(java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"updateRoutingTable(int, int)","u":"updateRoutingTable(int,int)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"updateServiceDiscovery(SimEvent)","u":"updateServiceDiscovery(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"updateSouthTupleQueue()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"updateTimings(String, String)","u":"updateTimings(java.lang.String,java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"updateTimingsOnReceipt(Tuple)","u":"updateTimingsOnReceipt(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"updateTimingsOnSending(Tuple)","u":"updateTimingsOnSending(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"updateUnderAllocatedMipsForCloudlet(ResCTask, double)","u":"updateUnderAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"updateUnderAllocatedMipsForCloudlet(ResCTask, double)","u":"updateUnderAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"updateVmProcessing(double, List)","u":"updateVmProcessing(double,java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"updateVmProcessing(double, List)","u":"updateVmProcessing(double,java.util.List)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"updateVmProcessing(double, List)","u":"updateVmProcessing(double,java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"updateVmProcessing(double, List)","u":"updateVmProcessing(double,java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"updateVmProcessing(double, List)","u":"updateVmProcessing(double,java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"updateVmProcessing(double, List)","u":"updateVmProcessing(double,java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"updateVmProcessing(double, List)","u":"updateVmProcessing(double,java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"updateVmProcessing(double, List)","u":"updateVmProcessing(double,java.util.List)"},{"p":"org.iquantum.power","c":"PowerVm","l":"updateVmProcessing(double, List)","u":"updateVmProcessing(double,java.util.List)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"updateVmsProcessing(double)"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"updateVmsProcessing(double)"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"updateVmsProcessing(double)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"uplinkbandwidth"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"uplinkBandwidth"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"uplinkLatency"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"uplinkswitches"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"uplinkswitchpktlist"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy.HistoryEntry","l":"usedMips"},{"p":"org.iquantum.sdn.power","c":"PowerUtilizationHistoryEntry","l":"usedMips"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"usedPes"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"usedPes"},{"p":"org.iquantum.fog.utils","c":"FogUtils","l":"USER_ID"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"USER_MAPPING"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"userId"},{"p":"org.iquantum.fog.mobilitydata","c":"DataParser","l":"usersLocation"},{"p":"org.iquantum.models","c":"UtilizationModelFull","l":"UtilizationModelFull()","u":"%3Cinit%3E()"},{"p":"org.iquantum.models","c":"UtilizationModelNull","l":"UtilizationModelNull()","u":"%3Cinit%3E()"},{"p":"org.iquantum.models","c":"UtilizationModelPlanetLabInMemory","l":"UtilizationModelPlanetLabInMemory(String, double)","u":"%3Cinit%3E(java.lang.String,double)"},{"p":"org.iquantum.models","c":"UtilizationModelPlanetLabInMemory","l":"UtilizationModelPlanetLabInMemory(String, double, int)","u":"%3Cinit%3E(java.lang.String,double,int)"},{"p":"org.iquantum.models","c":"UtilizationModelStochastic","l":"UtilizationModelStochastic()","u":"%3Cinit%3E()"},{"p":"org.iquantum.models","c":"UtilizationModelStochastic","l":"UtilizationModelStochastic(long)","u":"%3Cinit%3E(long)"},{"p":"org.iquantum.utils","c":"MathUtil","l":"variance(List)","u":"variance(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"verifyConstraints(QNode, QTask, List)","u":"verifyConstraints(org.iquantum.backends.quantum.QNode,org.iquantum.tasks.QTask,java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerSimple","l":"verifyConstraints(QNode, QTask, List)","u":"verifyConstraints(org.iquantum.backends.quantum.QNode,org.iquantum.tasks.QTask,java.util.List)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGenerator","l":"VirtualTopologyGenerator()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGeneratorVmTypes","l":"VirtualTopologyGeneratorVmTypes()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_BROKER_EVENT"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_CREATE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_CREATE_ACK"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_DATA_ADD"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_DATA_ADD_ACK"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_DATA_DEL"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_DATA_DEL_ACK"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_DATACENTER_EVENT"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_DESTROY"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_DESTROY_ACK"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_MIGRATE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_MIGRATE_ACK"},{"p":"org.iquantum.backends.classical.container.core","c":"containeriQuantumTags","l":"VM_NEW_CREATE"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"Vm(int, int, double, int, int, long, long, String, CloudletScheduler)","u":"%3Cinit%3E(int,int,double,int,int,long,long,java.lang.String,org.iquantum.policies.ctasks.CloudletScheduler)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicy","l":"VmAllocationPolicy(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedLeastFullFirst","l":"VmAllocationPolicyCombinedLeastFullFirst(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedLeastFullFirst","l":"VmAllocationPolicyCombinedLeastFullFirst(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"VmAllocationPolicyCombinedMostFullFirst(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"VmAllocationPolicyCombinedMostFullFirst(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyMipsLeastFullFirst","l":"VmAllocationPolicyMipsLeastFullFirst(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyMipsLeastFullFirst","l":"VmAllocationPolicyMipsLeastFullFirst(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyMipsMostFullFirst","l":"VmAllocationPolicyMipsMostFullFirst(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyMipsMostFullFirst","l":"VmAllocationPolicyMipsMostFullFirst(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"VmAllocationPolicyOverbooking(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"VmAllocationPolicySimple(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"vmBw"},{"p":"org.iquantum.backends.classical","c":"Host","l":"vmCreate(Vm)","u":"vmCreate(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"vmDeallocate(Vm)","u":"vmDeallocate(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"vmDeallocateAll()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"vmDestroy(Vm)","u":"vmDestroy(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"vmDestroyAll()"},{"p":"org.iquantum.tasks","c":"CTask","l":"vmId"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"vmList"},{"p":"org.iquantum.brokers","c":"CBroker","l":"vmList"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"vmList"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"Vmlist"},{"p":"org.iquantum.lists","c":"VmList","l":"VmList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"vmMips"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"VmNode()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"VmNode()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"VmNode(String, String, long, int, long, int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,long,int,long,int)"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"VmNode(String, String, long, int, long, int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,long,int,long,int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"vmPes"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"vmRam"},{"p":"org.iquantum.sdn.request","c":"VMRequestGenerator","l":"VMRequestGenerator()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VMRequestRandomGenerator","l":"VMRequestRandomGenerator(VirtualTopologyGeneratorVmTypes, int, String)","u":"%3Cinit%3E(org.iquantum.sdn.example.topogenerators.VirtualTopologyGeneratorVmTypes,int,java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"vmsAcks"},{"p":"org.iquantum.brokers","c":"CBroker","l":"vmsAcks"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"VmScheduler(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerSpaceShared","l":"VmSchedulerSpaceShared(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"VmSchedulerSpaceSharedEnergy(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"VmSchedulerTimeShared(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example.policies","c":"VmSchedulerTimeSharedEnergy","l":"VmSchedulerTimeSharedEnergy(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.overbooking","c":"VmSchedulerTimeSharedOverbookingEnergy","l":"VmSchedulerTimeSharedOverbookingEnergy(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeSharedOverSubscription","l":"VmSchedulerTimeSharedOverSubscription(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"vmsCreatedList"},{"p":"org.iquantum.brokers","c":"CBroker","l":"vmsCreatedList"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"vmsDestroyed"},{"p":"org.iquantum.brokers","c":"CBroker","l":"vmsDestroyed"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"vmSize"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"vmsRequested"},{"p":"org.iquantum.brokers","c":"CBroker","l":"vmsRequested"},{"p":"org.iquantum.policies.vm","c":"VmStateHistoryEntry","l":"VmStateHistoryEntry(double, double, double, boolean)","u":"%3Cinit%3E(double,double,double,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"vmsToDatacentersMap"},{"p":"org.iquantum.brokers","c":"CBroker","l":"vmsToDatacentersMap"},{"p":"org.iquantum.network.datacenter","c":"NetworkCDatacenter","l":"VmtoHostlist"},{"p":"org.iquantum.network.datacenter","c":"NetworkCDatacenter","l":"VmToSwitchid"},{"p":"org.iquantum.fog.test.perfeval","c":"VRGameFog","l":"VRGameFog()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"WAIT_RECV"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"WAIT_SEND"},{"p":"org.iquantum.core","c":"iQuantum","l":"wait(int, Predicate)","u":"wait(int,org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.core","c":"SimEntity","l":"waitForEvent(Predicate)","u":"waitForEvent(org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.core","c":"SimEntity","l":"WAITING"},{"p":"org.iquantum.core","c":"iQuantum","l":"waiting(int, Predicate)","u":"waiting(int,org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.core","c":"Consts","l":"WEEK"},{"p":"org.iquantum.distributions","c":"WeibullDistr","l":"WeibullDistr(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.distributions","c":"WeibullDistr","l":"WeibullDistr(Random, double, double)","u":"%3Cinit%3E(java.util.Random,double,double)"},{"p":"org.iquantum.core","c":"Consts","l":"WINDOWS"},{"p":"org.iquantum.network.datacenter","c":"WorkflowApp","l":"WorkflowApp(int, int, double, int, int)","u":"%3Cinit%3E(int,int,double,int,int)"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"workload_files"},{"p":"org.iquantum.sdn.example","c":"Workload","l":"Workload()","u":"%3Cinit%3E()"},{"p":"org.iquantum.models","c":"WorkloadFileReader","l":"WorkloadFileReader(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"org.iquantum.sdn.example","c":"WorkloadParser","l":"WorkloadParser(String, int, UtilizationModel, Map, Map)","u":"%3Cinit%3E(java.lang.String,int,org.iquantum.models.UtilizationModel,java.util.Map,java.util.Map)"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"workloads"},{"p":"org.iquantum.tasks","c":"CTask","l":"write(String)","u":"write(java.lang.String)"},{"p":"org.iquantum.tasks","c":"QTask","l":"write(String)","u":"write(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.utils","c":"CostumeCSVWriter","l":"writeTofile(String[])","u":"writeTofile(java.lang.String[])"},{"p":"org.iquantum.sdn.request","c":"VMRequestGenerator","l":"wrtieJSON(List, List, String)","u":"wrtieJSON(java.util.List,java.util.List,java.lang.String)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"PhysicalTopologyGenerator","l":"wrtieJSON(String)","u":"wrtieJSON(java.lang.String)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGenerator","l":"wrtieJSON(String)","u":"wrtieJSON(java.lang.String)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"xpoints"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"ypoints"},{"p":"org.iquantum.distributions","c":"ZipfDistr","l":"ZipfDistr(double, int)","u":"%3Cinit%3E(double,int)"},{"p":"org.iquantum.distributions","c":"ZipfDistr","l":"ZipfDistr(long, double, int)","u":"%3Cinit%3E(long,double,int)"}];updateSearchResults(); \ No newline at end of file diff --git a/modules/iquantum/target/apidocs/script-dir/jquery-3.6.0.min.js b/modules/iquantum/target/apidocs/script-dir/jquery-3.6.0.min.js new file mode 100644 index 000000000..c4c6022f2 --- /dev/null +++ b/modules/iquantum/target/apidocs/script-dir/jquery-3.6.0.min.js @@ -0,0 +1,2 @@ +/*! jQuery v3.6.0 | (c) OpenJS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.0",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&y(p,e)?-1:t==C||t.ownerDocument==p&&y(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,D=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),y.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",y.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",y.option=!!ce.lastChild;var ge={thead:[1,"","
    "],col:[2,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var _t,zt=[],Ut=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=zt.pop()||S.expando+"_"+wt.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Ut.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Ut.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Ut,"$1"+r):!1!==e.jsonp&&(e.url+=(Tt.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,zt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((_t=E.implementation.createHTMLDocument("").body).innerHTML="
    ",2===_t.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=Fe(y.pixelPosition,function(e,t){if(t)return t=We(e,n),Pe.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&v(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!y||!y.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ve(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ye(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ve(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],y=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||y.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||y.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||y.push(".#.+[+~]"),e.querySelectorAll("\\\f"),y.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),y=y.length&&new RegExp(y.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),v=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&v(p,e)?-1:t==C||t.ownerDocument==p&&v(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!y||!y.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,D=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),v.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",v.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",v.option=!!ce.lastChild;var ge={thead:[1,"","
    "],col:[2,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],_default:[0,"",""]};function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||S.expando+"_"+Ct.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),v.createHTMLDocument=((Ut=E.implementation.createHTMLDocument("").body).innerHTML="
    ",2===Ut.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(v.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return B(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=_e(v.pixelPosition,function(e,t){if(t)return t=Be(e,n),Pe.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return B(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0 kb) + return descending ? -1 : 1; + return 0; + }; + var sorted = rows.sort(comparator); + var visible = 0; + sorted.forEach(function(row) { + if (row[0].style.display !== 'none') { + var isEvenRow = visible++ % 2 === 0; + } + row.forEach(function(cell) { + toggleStyle(cell.classList, isEvenRow, evenRowColor, oddRowColor); + container.appendChild(cell); + }) + }); + toggleStyle(header.classList, descending, sortDesc, sortAsc); +} + +// Toggles the visibility of a table category in all tables in a page +function toggleGlobal(checkbox, selected, columns) { + var display = checkbox.checked ? '' : 'none'; + document.querySelectorAll("div.table-tabs").forEach(function(t) { + var id = t.parentElement.getAttribute("id"); + var selectedClass = id + "-tab" + selected; + // if selected is empty string it selects all uncategorized entries + var selectUncategorized = !Boolean(selected); + var visible = 0; + document.querySelectorAll('div.' + id) + .forEach(function(elem) { + if (selectUncategorized) { + if (elem.className.indexOf(selectedClass) === -1) { + elem.style.display = display; + } + } else if (elem.classList.contains(selectedClass)) { + elem.style.display = display; + } + if (elem.style.display === '') { + var isEvenRow = visible++ % (columns * 2) < columns; + toggleStyle(elem.classList, isEvenRow, evenRowColor, oddRowColor); + } + }); + t.parentElement.style.display = visible === 0 ? 'none' : ''; + }) +} + +// Shows the elements of a table belonging to a specific category function show(tableId, selected, columns) { if (tableId !== selected) { document.querySelectorAll('div.' + tableId + ':not(.' + selected + ')') @@ -56,8 +149,7 @@ function show(tableId, selected, columns) { .forEach(function(elem, index) { elem.style.display = ''; var isEvenRow = index % (columns * 2) < columns; - elem.classList.remove(isEvenRow ? oddRowColor : evenRowColor); - elem.classList.add(isEvenRow ? evenRowColor : oddRowColor); + toggleStyle(elem.classList, isEvenRow, evenRowColor, oddRowColor); }); updateTabs(tableId, selected); } @@ -105,7 +197,49 @@ function indexFilesLoaded() { && memberSearchIndex && tagSearchIndex; } - +// Copy the contents of the local snippet to the clipboard +function copySnippet(button) { + copyToClipboard(button.nextElementSibling.innerText); + switchCopyLabel(button.firstElementChild, button.parentElement); +} +// Copy the link to the adjacent header to the clipboard +function copyUrl(button) { + var id; + var header = button.parentElement; + if (header.hasAttribute("id")) { + id = header.getAttribute("id"); + } else if (header.parentElement.tagName === 'SECTION' && header.parentElement.hasAttribute("id")) { + id = header.parentElement.getAttribute("id"); + } else if (header.firstElementChild && header.firstElementChild.tagName === "A" + && header.firstElementChild.hasAttribute("id")) { + id = header.firstElementChild.getAttribute("id"); + } + var url = document.location.href; + if (url.indexOf("#") > -1) { + url = url.substring(0, url.indexOf("#")); + } + copyToClipboard(url + "#" + id); + switchCopyLabel(button.lastElementChild, button.parentElement); +} +function copyToClipboard(content) { + var textarea = document.createElement("textarea"); + textarea.style.height = 0; + document.body.appendChild(textarea); + textarea.value = content; + textarea.select(); + document.execCommand("copy"); + document.body.removeChild(textarea); +} +function switchCopyLabel(span, parent) { + var copied = span.getAttribute("data-copied"); + if (span.innerHTML !== copied) { + var initialLabel = span.innerHTML; + span.innerHTML = copied; + parent.onmouseleave = parent.ontouchend = function() { + span.innerHTML = initialLabel; + }; + } +} // Workaround for scroll position not being included in browser history (8249133) document.addEventListener("DOMContentLoaded", function(e) { var contentDiv = document.querySelector("div.flex-content"); @@ -117,14 +251,14 @@ document.addEventListener("DOMContentLoaded", function(e) { window.addEventListener("hashchange", function(e) { history.replaceState(contentDiv.scrollTop, document.title); }); + var timeoutId; contentDiv.addEventListener("scroll", function(e) { - var timeoutID; - if (!timeoutID) { - timeoutID = setTimeout(function() { - history.replaceState(contentDiv.scrollTop, document.title); - timeoutID = null; - }, 100); + if (timeoutId) { + clearTimeout(timeoutId); } + timeoutId = setTimeout(function() { + history.replaceState(contentDiv.scrollTop, document.title); + }, 100); }); if (!location.hash) { history.replaceState(contentDiv.scrollTop, document.title); diff --git a/modules/iquantum/target/apidocs/search-page.js b/modules/iquantum/target/apidocs/search-page.js new file mode 100644 index 000000000..d55f29e59 --- /dev/null +++ b/modules/iquantum/target/apidocs/search-page.js @@ -0,0 +1,299 @@ +/* + * Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved. + * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. + * + * This code is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License version 2 only, as + * published by the Free Software Foundation. Oracle designates this + * particular file as subject to the "Classpath" exception as provided + * by Oracle in the LICENSE file that accompanied this code. + * + * This code is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License + * version 2 for more details (a copy is included in the LICENSE file that + * accompanied this code). + * + * You should have received a copy of the GNU General Public License version + * 2 along with this work; if not, write to the Free Software Foundation, + * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + * + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. + */ + +"use strict"; +$(function() { + var copy = $("#page-search-copy"); + var expand = $("#page-search-expand"); + var searchLink = $("span#page-search-link"); + var redirect = $("input#search-redirect"); + function setSearchUrlTemplate() { + var href = document.location.href.split(/[#?]/)[0]; + href += "?q=" + "%s"; + if (redirect.is(":checked")) { + href += "&r=1"; + } + searchLink.html(href); + copy[0].onmouseenter(); + } + function copyLink(e) { + var textarea = document.createElement("textarea"); + textarea.style.height = 0; + document.body.appendChild(textarea); + textarea.value = this.previousSibling.innerText; + textarea.select(); + document.execCommand("copy"); + document.body.removeChild(textarea); + var span = this.lastElementChild; + var copied = span.getAttribute("data-copied"); + if (span.innerHTML !== copied) { + var initialLabel = span.innerHTML; + span.innerHTML = copied; + var parent = this.parentElement.parentElement; + parent.onmouseleave = parent.ontouchend = copy[0].onmouseenter = function() { + span.innerHTML = initialLabel; + }; + } + } + copy.click(copyLink); + copy[0].onmouseenter = function() {}; + redirect.click(setSearchUrlTemplate); + setSearchUrlTemplate(); + copy.prop("disabled", false); + redirect.prop("disabled", false); + expand.click(function (e) { + var searchInfo = $("div.page-search-info"); + if(this.parentElement.hasAttribute("open")) { + searchInfo.attr("style", "border-width: 0;"); + } else { + searchInfo.attr("style", "border-width: 1px;").height(searchInfo.prop("scrollHeight")); + } + }); +}); +$(window).on("load", function() { + var input = $("#page-search-input"); + var reset = $("#page-search-reset"); + var notify = $("#page-search-notify"); + var resultSection = $("div#result-section"); + var resultContainer = $("div#result-container"); + var searchTerm = ""; + var activeTab = ""; + var fixedTab = false; + var visibleTabs = []; + var feelingLucky = false; + function renderResults(result) { + if (!result.length) { + notify.html(messages.noResult); + } else if (result.length === 1) { + notify.html(messages.oneResult); + } else { + notify.html(messages.manyResults.replace("{0}", result.length)); + } + resultContainer.empty(); + var r = { + "types": [], + "members": [], + "packages": [], + "modules": [], + "searchTags": [] + }; + for (var i in result) { + var item = result[i]; + var arr = r[item.category]; + arr.push(item); + } + if (!activeTab || r[activeTab].length === 0 || !fixedTab) { + Object.keys(r).reduce(function(prev, curr) { + if (r[curr].length > 0 && r[curr][0].score > prev) { + activeTab = curr; + return r[curr][0].score; + } + return prev; + }, 0); + } + if (feelingLucky && activeTab) { + notify.html(messages.redirecting) + var firstItem = r[activeTab][0]; + window.location = getURL(firstItem.indexItem, firstItem.category); + return; + } + if (result.length > 20) { + if (searchTerm[searchTerm.length - 1] === ".") { + if (activeTab === "types" && r["members"].length > r["types"].length) { + activeTab = "members"; + } else if (activeTab === "packages" && r["types"].length > r["packages"].length) { + activeTab = "types"; + } + } + } + var categoryCount = Object.keys(r).reduce(function(prev, curr) { + return prev + (r[curr].length > 0 ? 1 : 0); + }, 0); + visibleTabs = []; + var tabContainer = $("
    ").appendTo(resultContainer); + for (var key in r) { + var id = "#result-tab-" + key.replace("searchTags", "search_tags"); + if (r[key].length) { + var count = r[key].length >= 1000 ? "999+" : r[key].length; + if (result.length > 20 && categoryCount > 1) { + var button = $("").appendTo(tabContainer); + button.click(key, function(e) { + fixedTab = true; + renderResult(e.data, $(this)); + }); + visibleTabs.push(key); + } else { + $("" + categories[key] + + " (" + count + ")").appendTo(tabContainer); + renderTable(key, r[key]).appendTo(resultContainer); + tabContainer = $("
    ").appendTo(resultContainer); + + } + } + } + if (activeTab && result.length > 20 && categoryCount > 1) { + $("button#result-tab-" + activeTab).addClass("active-table-tab"); + renderTable(activeTab, r[activeTab]).appendTo(resultContainer); + } + resultSection.show(); + function renderResult(category, button) { + activeTab = category; + setSearchUrl(); + resultContainer.find("div.summary-table").remove(); + renderTable(activeTab, r[activeTab]).appendTo(resultContainer); + button.siblings().removeClass("active-table-tab"); + button.addClass("active-table-tab"); + } + } + function selectTab(category) { + $("button#result-tab-" + category).click(); + } + function renderTable(category, items) { + var table = $("
    ") + .addClass(category === "modules" + ? "one-column-search-results" + : "two-column-search-results"); + var col1, col2; + if (category === "modules") { + col1 = "Module"; + } else if (category === "packages") { + col1 = "Module"; + col2 = "Package"; + } else if (category === "types") { + col1 = "Package"; + col2 = "Class" + } else if (category === "members") { + col1 = "Class"; + col2 = "Member"; + } else if (category === "searchTags") { + col1 = "Location"; + col2 = "Name"; + } + $("
    " + col1 + "
    ").appendTo(table); + if (category !== "modules") { + $("
    " + col2 + "
    ").appendTo(table); + } + $.each(items, function(index, item) { + var rowColor = index % 2 ? "odd-row-color" : "even-row-color"; + renderItem(item, table, rowColor); + }); + return table; + } + function renderItem(item, table, rowColor) { + var label = getHighlightedText(item.input, item.boundaries, item.prefix.length, item.input.length); + var link = $("") + .attr("href", getURL(item.indexItem, item.category)) + .attr("tabindex", "0") + .addClass("search-result-link") + .html(label); + var container = getHighlightedText(item.input, item.boundaries, 0, item.prefix.length - 1); + if (item.category === "searchTags") { + container = item.indexItem.h || ""; + } + if (item.category !== "modules") { + $("
    ").html(container).addClass("col-plain").addClass(rowColor).appendTo(table); + } + $("
    ").html(link).addClass("col-last").addClass(rowColor).appendTo(table); + } + var timeout; + function schedulePageSearch() { + if (timeout) { + clearTimeout(timeout); + } + timeout = setTimeout(function () { + doPageSearch() + }, 100); + } + function doPageSearch() { + setSearchUrl(); + var term = searchTerm = input.val().trim(); + if (term === "") { + notify.html(messages.enterTerm); + activeTab = ""; + fixedTab = false; + resultContainer.empty(); + resultSection.hide(); + } else { + notify.html(messages.searching); + doSearch({ term: term, maxResults: 1200 }, renderResults); + } + } + function setSearchUrl() { + var query = input.val().trim(); + var url = document.location.pathname; + if (query) { + url += "?q=" + encodeURI(query); + if (activeTab && fixedTab) { + url += "&c=" + activeTab; + } + } + history.replaceState({query: query}, "", url); + } + input.on("input", function(e) { + feelingLucky = false; + schedulePageSearch(); + }); + $(document).keydown(function(e) { + if ((e.ctrlKey || e.metaKey) && (e.key === "ArrowLeft" || e.key === "ArrowRight")) { + if (activeTab && visibleTabs.length > 1) { + var idx = visibleTabs.indexOf(activeTab); + idx += e.key === "ArrowLeft" ? visibleTabs.length - 1 : 1; + selectTab(visibleTabs[idx % visibleTabs.length]); + return false; + } + } + }); + reset.click(function() { + notify.html(messages.enterTerm); + resultSection.hide(); + activeTab = ""; + fixedTab = false; + resultContainer.empty(); + input.val('').focus(); + setSearchUrl(); + }); + input.prop("disabled", false); + reset.prop("disabled", false); + + var urlParams = new URLSearchParams(window.location.search); + if (urlParams.has("q")) { + input.val(urlParams.get("q")) + } + if (urlParams.has("c")) { + activeTab = urlParams.get("c"); + fixedTab = true; + } + if (urlParams.get("r")) { + feelingLucky = true; + } + if (input.val()) { + doPageSearch(); + } else { + notify.html(messages.enterTerm); + } + input.select().focus(); +}); diff --git a/modules/iquantum/target/apidocs/search.js b/modules/iquantum/target/apidocs/search.js index db3b2f4a6..b2b3c9a1b 100644 --- a/modules/iquantum/target/apidocs/search.js +++ b/modules/iquantum/target/apidocs/search.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2022, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -22,282 +22,420 @@ * or visit www.oracle.com if you need additional information or have any * questions. */ - -var noResult = {l: "No results found"}; -var loading = {l: "Loading search index..."}; -var catModules = "Modules"; -var catPackages = "Packages"; -var catTypes = "Classes and Interfaces"; -var catMembers = "Members"; -var catSearchTags = "Search Tags"; -var highlight = "$&"; -var searchPattern = ""; -var fallbackPattern = ""; -var RANKING_THRESHOLD = 2; -var NO_MATCH = 0xffff; -var MIN_RESULTS = 3; -var MAX_RESULTS = 500; -var UNNAMED = ""; +"use strict"; +const messages = { + enterTerm: "Enter a search term", + noResult: "No results found", + oneResult: "Found one result", + manyResults: "Found {0} results", + loading: "Loading search index...", + searching: "Searching...", + redirecting: "Redirecting to first result...", + copyUrl: "Copy URL", + urlCopied: "Copied!" +} +const categories = { + modules: "Modules", + packages: "Packages", + types: "Classes and Interfaces", + members: "Members", + searchTags: "Search Tags" +}; +const highlight = "$&"; +const NO_MATCH = {}; +const MAX_RESULTS = 500; +function checkUnnamed(name, separator) { + return name === "" || !name ? "" : name + separator; +} function escapeHtml(str) { return str.replace(//g, ">"); } -function getHighlightedText(item, matcher, fallbackMatcher) { - var escapedItem = escapeHtml(item); - var highlighted = escapedItem.replace(matcher, highlight); - if (highlighted === escapedItem) { - highlighted = escapedItem.replace(fallbackMatcher, highlight) +function getHighlightedText(str, boundaries, from, to) { + var start = from; + var text = ""; + for (var i = 0; i < boundaries.length; i += 2) { + var b0 = boundaries[i]; + var b1 = boundaries[i + 1]; + if (b0 >= to || b1 <= from) { + continue; + } + text += escapeHtml(str.slice(start, Math.max(start, b0))); + text += ""; + text += escapeHtml(str.slice(Math.max(start, b0), Math.min(to, b1))); + text += ""; + start = Math.min(to, b1); } - return highlighted; + text += escapeHtml(str.slice(start, to)); + return text; } -function getURLPrefix(ui) { - var urlPrefix=""; +function getURLPrefix(item, category) { + var urlPrefix = ""; var slash = "/"; - if (ui.item.category === catModules) { - return ui.item.l + slash; - } else if (ui.item.category === catPackages && ui.item.m) { - return ui.item.m + slash; - } else if (ui.item.category === catTypes || ui.item.category === catMembers) { - if (ui.item.m) { - urlPrefix = ui.item.m + slash; + if (category === "modules") { + return item.l + slash; + } else if (category === "packages" && item.m) { + return item.m + slash; + } else if (category === "types" || category === "members") { + if (item.m) { + urlPrefix = item.m + slash; } else { - $.each(packageSearchIndex, function(index, item) { - if (item.m && ui.item.p === item.l) { - urlPrefix = item.m + slash; + $.each(packageSearchIndex, function(index, it) { + if (it.m && item.p === it.l) { + urlPrefix = it.m + slash; } }); } } return urlPrefix; } -function createSearchPattern(term) { - var pattern = ""; - var isWordToken = false; - term.replace(/,\s*/g, ", ").trim().split(/\s+/).forEach(function(w, index) { - if (index > 0) { - // whitespace between identifiers is significant - pattern += (isWordToken && /^\w/.test(w)) ? "\\s+" : "\\s*"; +function getURL(item, category) { + if (item.url) { + return item.url; + } + var url = getURLPrefix(item, category); + if (category === "modules") { + url += "module-summary.html"; + } else if (category === "packages") { + if (item.u) { + url = item.u; + } else { + url += item.l.replace(/\./g, '/') + "/package-summary.html"; + } + } else if (category === "types") { + if (item.u) { + url = item.u; + } else { + url += checkUnnamed(item.p, "/").replace(/\./g, '/') + item.l + ".html"; } - var tokens = w.split(/(?=[A-Z,.()<>[\/])/); + } else if (category === "members") { + url += checkUnnamed(item.p, "/").replace(/\./g, '/') + item.c + ".html" + "#"; + if (item.u) { + url += item.u; + } else { + url += item.l; + } + } else if (category === "searchTags") { + url += item.u; + } + item.url = url; + return url; +} +function createMatcher(term, camelCase) { + if (camelCase && !isUpperCase(term)) { + return null; // no need for camel-case matcher for lower case query + } + var pattern = ""; + var upperCase = []; + term.trim().split(/\s+/).forEach(function(w, index, array) { + var tokens = w.split(/(?=[A-Z,.()<>?[\/])/); for (var i = 0; i < tokens.length; i++) { var s = tokens[i]; - if (s === "") { - continue; - } - pattern += $.ui.autocomplete.escapeRegex(s); - isWordToken = /\w$/.test(s); + // ',' and '?' are the only delimiters commonly followed by space in java signatures + pattern += "(" + $.ui.autocomplete.escapeRegex(s).replace(/[,?]/g, "$&\\s*?") + ")"; + upperCase.push(false); + var isWordToken = /\w$/.test(s); if (isWordToken) { - pattern += "([a-z0-9_$<>\\[\\]]*?)"; + if (i === tokens.length - 1 && index < array.length - 1) { + // space in query string matches all delimiters + pattern += "(.*?)"; + upperCase.push(isUpperCase(s[0])); + } else { + if (!camelCase && isUpperCase(s) && s.length === 1) { + pattern += "()"; + } else { + pattern += "([a-z0-9$<>?[\\]]*?)"; + } + upperCase.push(isUpperCase(s[0])); + } + } else { + pattern += "()"; + upperCase.push(false); } } }); - return pattern; + var re = new RegExp(pattern, "gi"); + re.upperCase = upperCase; + return re; } -function createMatcher(pattern, flags) { - var isCamelCase = /[A-Z]/.test(pattern); - return new RegExp(pattern, flags + (isCamelCase ? "" : "i")); +function analyzeMatch(matcher, input, startOfName, category) { + var from = startOfName; + matcher.lastIndex = from; + var match = matcher.exec(input); + while (!match && from > 1) { + from = input.lastIndexOf(".", from - 2) + 1; + matcher.lastIndex = from; + match = matcher.exec(input); + } + if (!match) { + return NO_MATCH; + } + var boundaries = []; + var matchEnd = match.index + match[0].length; + var leftParen = input.indexOf("("); + // exclude peripheral matches + if (category !== "modules" && category !== "searchTags") { + if (leftParen > -1 && leftParen < match.index) { + return NO_MATCH; + } else if (startOfName - 1 >= matchEnd) { + return NO_MATCH; + } + } + var endOfName = leftParen > -1 ? leftParen : input.length; + var score = 5; + var start = match.index; + var prevEnd = -1; + for (var i = 1; i < match.length; i += 2) { + var isUpper = isUpperCase(input[start]); + var isMatcherUpper = matcher.upperCase[i]; + // capturing groups come in pairs, match and non-match + boundaries.push(start, start + match[i].length); + // make sure groups are anchored on a left word boundary + var prevChar = input[start - 1] || ""; + var nextChar = input[start + 1] || ""; + if (start !== 0 && !/[\W_]/.test(prevChar) && !/[\W_]/.test(input[start])) { + if (isUpper && (isLowerCase(prevChar) || isLowerCase(nextChar))) { + score -= 0.1; + } else if (isMatcherUpper && start === prevEnd) { + score -= isUpper ? 0.1 : 1.0; + } else { + return NO_MATCH; + } + } + prevEnd = start + match[i].length; + start += match[i].length + match[i + 1].length; + + // lower score for parts of the name that are missing + if (match[i + 1] && prevEnd < endOfName) { + score -= rateNoise(match[i + 1]); + } + } + // lower score if a type name contains unmatched camel-case parts + if (input[matchEnd - 1] !== "." && endOfName > matchEnd) + score -= rateNoise(input.slice(matchEnd, endOfName)); + score -= rateNoise(input.slice(0, Math.max(startOfName, match.index))); + + if (score <= 0) { + return NO_MATCH; + } + return { + input: input, + score: score, + category: category, + boundaries: boundaries + }; } -var watermark = 'Search'; -$(function() { - var search = $("#search-input"); - var reset = $("#reset-button"); - search.val(''); - search.prop("disabled", false); - reset.prop("disabled", false); - search.val(watermark).addClass('watermark'); - search.blur(function() { - if ($(this).val().length === 0) { - $(this).val(watermark).addClass('watermark'); +function isUpperCase(s) { + return s !== s.toLowerCase(); +} +function isLowerCase(s) { + return s !== s.toUpperCase(); +} +function rateNoise(str) { + return (str.match(/([.(])/g) || []).length / 5 + + (str.match(/([A-Z]+)/g) || []).length / 10 + + str.length / 20; +} +function doSearch(request, response) { + var term = request.term.trim(); + var maxResults = request.maxResults || MAX_RESULTS; + if (term.length === 0) { + return this.close(); + } + var matcher = { + plainMatcher: createMatcher(term, false), + camelCaseMatcher: createMatcher(term, true) + } + var indexLoaded = indexFilesLoaded(); + + function getPrefix(item, category) { + switch (category) { + case "packages": + return checkUnnamed(item.m, "/"); + case "types": + return checkUnnamed(item.p, "."); + case "members": + return checkUnnamed(item.p, ".") + item.c + "."; + default: + return ""; } - }); - search.on('click keydown paste', function() { - if ($(this).val() === watermark) { - $(this).val('').removeClass('watermark'); + } + function useQualifiedName(category) { + switch (category) { + case "packages": + return /[\s/]/.test(term); + case "types": + case "members": + return /[\s.]/.test(term); + default: + return false; } - }); - reset.click(function() { - search.val('').focus(); - }); - search.focus()[0].setSelectionRange(0, 0); -}); + } + function searchIndex(indexArray, category) { + var matches = []; + if (!indexArray) { + if (!indexLoaded) { + matches.push({ l: messages.loading, category: category }); + } + return matches; + } + $.each(indexArray, function (i, item) { + var prefix = getPrefix(item, category); + var simpleName = item.l; + var qualifiedName = prefix + simpleName; + var useQualified = useQualifiedName(category); + var input = useQualified ? qualifiedName : simpleName; + var startOfName = useQualified ? prefix.length : 0; + var m = analyzeMatch(matcher.plainMatcher, input, startOfName, category); + if (m === NO_MATCH && matcher.camelCaseMatcher) { + m = analyzeMatch(matcher.camelCaseMatcher, input, startOfName, category); + } + if (m !== NO_MATCH) { + m.indexItem = item; + m.prefix = prefix; + if (!useQualified) { + m.input = qualifiedName; + m.boundaries = m.boundaries.map(function(b) { + return b + prefix.length; + }); + } + matches.push(m); + } + return matches.length < maxResults; + }); + return matches.sort(function(e1, e2) { + return e2.score - e1.score; + }); + } + + var result = searchIndex(moduleSearchIndex, "modules") + .concat(searchIndex(packageSearchIndex, "packages")) + .concat(searchIndex(typeSearchIndex, "types")) + .concat(searchIndex(memberSearchIndex, "members")) + .concat(searchIndex(tagSearchIndex, "searchTags")); + + if (!indexLoaded) { + updateSearchResults = function() { + doSearch(request, response); + } + } else { + updateSearchResults = function() {}; + } + response(result); +} +// JQuery search menu implementation $.widget("custom.catcomplete", $.ui.autocomplete, { _create: function() { this._super(); - this.widget().menu("option", "items", "> :not(.ui-autocomplete-category)"); + this.widget().menu("option", "items", "> .result-item"); + // workaround for search result scrolling + this.menu._scrollIntoView = function _scrollIntoView( item ) { + var borderTop, paddingTop, offset, scroll, elementHeight, itemHeight; + if ( this._hasScroll() ) { + borderTop = parseFloat( $.css( this.activeMenu[ 0 ], "borderTopWidth" ) ) || 0; + paddingTop = parseFloat( $.css( this.activeMenu[ 0 ], "paddingTop" ) ) || 0; + offset = item.offset().top - this.activeMenu.offset().top - borderTop - paddingTop; + scroll = this.activeMenu.scrollTop(); + elementHeight = this.activeMenu.height() - 26; + itemHeight = item.outerHeight(); + + if ( offset < 0 ) { + this.activeMenu.scrollTop( scroll + offset ); + } else if ( offset + itemHeight > elementHeight ) { + this.activeMenu.scrollTop( scroll + offset - elementHeight + itemHeight ); + } + } + }; }, _renderMenu: function(ul, items) { - var rMenu = this; var currentCategory = ""; - rMenu.menu.bindings = $(); + var widget = this; + widget.menu.bindings = $(); $.each(items, function(index, item) { - var li; if (item.category && item.category !== currentCategory) { - ul.append("
  • " + item.category + "
  • "); + ul.append("
  • " + categories[item.category] + "
  • "); currentCategory = item.category; } - li = rMenu._renderItemData(ul, item); + var li = widget._renderItemData(ul, item); if (item.category) { - li.attr("aria-label", item.category + " : " + item.l); - li.attr("class", "result-item"); + li.attr("aria-label", categories[item.category] + " : " + item.l); } else { li.attr("aria-label", item.l); - li.attr("class", "result-item"); } + li.attr("class", "result-item"); }); + ul.append("
    "); }, _renderItem: function(ul, item) { - var label = ""; - var matcher = createMatcher(escapeHtml(searchPattern), "g"); - var fallbackMatcher = new RegExp(fallbackPattern, "gi") - if (item.category === catModules) { - label = getHighlightedText(item.l, matcher, fallbackMatcher); - } else if (item.category === catPackages) { - label = getHighlightedText(item.l, matcher, fallbackMatcher); - } else if (item.category === catTypes) { - label = (item.p && item.p !== UNNAMED) - ? getHighlightedText(item.p + "." + item.l, matcher, fallbackMatcher) - : getHighlightedText(item.l, matcher, fallbackMatcher); - } else if (item.category === catMembers) { - label = (item.p && item.p !== UNNAMED) - ? getHighlightedText(item.p + "." + item.c + "." + item.l, matcher, fallbackMatcher) - : getHighlightedText(item.c + "." + item.l, matcher, fallbackMatcher); - } else if (item.category === catSearchTags) { - label = getHighlightedText(item.l, matcher, fallbackMatcher); - } else { - label = item.l; - } var li = $("
  • ").appendTo(ul); var div = $("
    ").appendTo(li); - if (item.category === catSearchTags && item.h) { - if (item.d) { - div.html(label + " (" + item.h + ")
    " - + item.d + "
    "); + var label = item.l + ? item.l + : getHighlightedText(item.input, item.boundaries, 0, item.input.length); + var idx = item.indexItem; + if (item.category === "searchTags" && idx.h) { + if (idx.d) { + div.html(label + " (" + idx.h + ")
    " + + idx.d + "
    "); } else { - div.html(label + " (" + item.h + ")"); + div.html(label + " (" + idx.h + ")"); } } else { - if (item.m) { - div.html(item.m + "/" + label); - } else { - div.html(label); - } + div.html(label); } return li; } }); -function rankMatch(match, category) { - if (!match) { - return NO_MATCH; - } - var index = match.index; - var input = match.input; - var leftBoundaryMatch = 2; - var periferalMatch = 0; - // make sure match is anchored on a left word boundary - if (index === 0 || /\W/.test(input[index - 1]) || "_" === input[index]) { - leftBoundaryMatch = 0; - } else if ("_" === input[index - 1] || (input[index] === input[index].toUpperCase() && !/^[A-Z0-9_$]+$/.test(input))) { - leftBoundaryMatch = 1; - } - var matchEnd = index + match[0].length; - var leftParen = input.indexOf("("); - var endOfName = leftParen > -1 ? leftParen : input.length; - // exclude peripheral matches - if (category !== catModules && category !== catSearchTags) { - var delim = category === catPackages ? "/" : "."; - if (leftParen > -1 && leftParen < index) { - periferalMatch += 2; - } else if (input.lastIndexOf(delim, endOfName) >= matchEnd) { - periferalMatch += 2; - } - } - var delta = match[0].length === endOfName ? 0 : 1; // rank full match higher than partial match - for (var i = 1; i < match.length; i++) { - // lower ranking if parts of the name are missing - if (match[i]) - delta += match[i].length; - } - if (category === catTypes) { - // lower ranking if a type name contains unmatched camel-case parts - if (/[A-Z]/.test(input.substring(matchEnd))) - delta += 5; - if (/[A-Z]/.test(input.substring(0, index))) - delta += 5; - } - return leftBoundaryMatch + periferalMatch + (delta / 200); - -} -function doSearch(request, response) { - var result = []; - searchPattern = createSearchPattern(request.term); - fallbackPattern = createSearchPattern(request.term.toLowerCase()); - if (searchPattern === "") { - return this.close(); - } - var camelCaseMatcher = createMatcher(searchPattern, ""); - var fallbackMatcher = new RegExp(fallbackPattern, "i"); - - function searchIndexWithMatcher(indexArray, matcher, category, nameFunc) { - if (indexArray) { - var newResults = []; - $.each(indexArray, function (i, item) { - item.category = category; - var ranking = rankMatch(matcher.exec(nameFunc(item)), category); - if (ranking < RANKING_THRESHOLD) { - newResults.push({ranking: ranking, item: item}); - } - return newResults.length <= MAX_RESULTS; - }); - return newResults.sort(function(e1, e2) { - return e1.ranking - e2.ranking; - }).map(function(e) { - return e.item; - }); +$(function() { + var expanded = false; + var windowWidth; + function collapse() { + if (expanded) { + $("div#navbar-top").removeAttr("style"); + $("button#navbar-toggle-button") + .removeClass("expanded") + .attr("aria-expanded", "false"); + expanded = false; } - return []; } - function searchIndex(indexArray, category, nameFunc) { - var primaryResults = searchIndexWithMatcher(indexArray, camelCaseMatcher, category, nameFunc); - result = result.concat(primaryResults); - if (primaryResults.length <= MIN_RESULTS && !camelCaseMatcher.ignoreCase) { - var secondaryResults = searchIndexWithMatcher(indexArray, fallbackMatcher, category, nameFunc); - result = result.concat(secondaryResults.filter(function (item) { - return primaryResults.indexOf(item) === -1; - })); + $("button#navbar-toggle-button").click(function (e) { + if (expanded) { + collapse(); + } else { + var navbar = $("div#navbar-top"); + navbar.height(navbar.prop("scrollHeight")); + $("button#navbar-toggle-button") + .addClass("expanded") + .attr("aria-expanded", "true"); + expanded = true; + windowWidth = window.innerWidth; } - } - - searchIndex(moduleSearchIndex, catModules, function(item) { return item.l; }); - searchIndex(packageSearchIndex, catPackages, function(item) { - return (item.m && request.term.indexOf("/") > -1) - ? (item.m + "/" + item.l) : item.l; - }); - searchIndex(typeSearchIndex, catTypes, function(item) { - return request.term.indexOf(".") > -1 ? item.p + "." + item.l : item.l; - }); - searchIndex(memberSearchIndex, catMembers, function(item) { - return request.term.indexOf(".") > -1 - ? item.p + "." + item.c + "." + item.l : item.l; }); - searchIndex(tagSearchIndex, catSearchTags, function(item) { return item.l; }); - - if (!indexFilesLoaded()) { - updateSearchResults = function() { - doSearch(request, response); + $("ul.sub-nav-list-small li a").click(collapse); + $("input#search-input").focus(collapse); + $("main").click(collapse); + $("section[id] > :header, :header[id], :header:has(a[id])").hover( + function () { + $(this).append($("")); + }, + function () { + $(this).find("button:last").remove(); } - result.unshift(loading); - } else { - updateSearchResults = function() {}; - } - response(result); -} -$(function() { - $("#search-input").catcomplete({ + ); + $(window).on("orientationchange", collapse).on("resize", function(e) { + if (expanded && windowWidth !== window.innerWidth) collapse(); + }); + var search = $("#search-input"); + var reset = $("#reset-button"); + search.catcomplete({ minLength: 1, - delay: 300, + delay: 200, source: doSearch, response: function(event, ui) { if (!ui.content.length) { - ui.content.push(noResult); + ui.content.push({ l: messages.noResult }); } else { $("#search-input").empty(); } @@ -310,45 +448,18 @@ $(function() { collision: "flip" }, select: function(event, ui) { - if (ui.item.category) { - var url = getURLPrefix(ui); - if (ui.item.category === catModules) { - url += "module-summary.html"; - } else if (ui.item.category === catPackages) { - if (ui.item.u) { - url = ui.item.u; - } else { - url += ui.item.l.replace(/\./g, '/') + "/package-summary.html"; - } - } else if (ui.item.category === catTypes) { - if (ui.item.u) { - url = ui.item.u; - } else if (ui.item.p === UNNAMED) { - url += ui.item.l + ".html"; - } else { - url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.l + ".html"; - } - } else if (ui.item.category === catMembers) { - if (ui.item.p === UNNAMED) { - url += ui.item.c + ".html" + "#"; - } else { - url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.c + ".html" + "#"; - } - if (ui.item.u) { - url += ui.item.u; - } else { - url += ui.item.l; - } - } else if (ui.item.category === catSearchTags) { - url += ui.item.u; - } - if (top !== window) { - parent.classFrame.location = pathtoroot + url; - } else { - window.location.href = pathtoroot + url; - } + if (ui.item.indexItem) { + var url = getURL(ui.item.indexItem, ui.item.category); + window.location.href = pathtoroot + url; $("#search-input").focus(); } } }); + search.val(''); + search.prop("disabled", false); + reset.prop("disabled", false); + reset.click(function() { + search.val('').focus(); + }); + search.focus(); }); diff --git a/modules/iquantum/target/apidocs/stylesheet.css b/modules/iquantum/target/apidocs/stylesheet.css index 4a576bd24..d3309916f 100644 --- a/modules/iquantum/target/apidocs/stylesheet.css +++ b/modules/iquantum/target/apidocs/stylesheet.css @@ -62,6 +62,10 @@ h5 { h6 { font-size:13px; } +/* Disable font boosting for selected elements */ +h1, h2, h3, h4, h5, h6, div.member-signature { + max-height: 1000em; +} ul { list-style-type:disc; } @@ -102,11 +106,6 @@ button { /* * Styles for document title and copyright. */ -.clear { - clear:both; - height:0; - overflow:hidden; -} .about-language { float:right; padding:0 21px 8px 8px; @@ -117,28 +116,21 @@ button { .legal-copy { margin-left:.5em; } -.tab { - background-color:#0066FF; - color:#ffffff; - padding:8px; - width:5em; - font-weight:bold; -} /* * Styles for navigation bar. */ @media screen { - .flex-box { + div.flex-box { position:fixed; display:flex; flex-direction:column; height: 100%; width: 100%; } - .flex-header { + header.flex-header { flex: 0 0 auto; } - .flex-content { + div.flex-content { flex: 1 1 auto; overflow-y: auto; } @@ -155,6 +147,12 @@ button { overflow:hidden; font-size:12px; } +button#navbar-toggle-button { + display:none; +} +ul.sub-nav-list-small { + display: none; +} .sub-nav { background-color:#dee3e9; float:left; @@ -165,11 +163,11 @@ button { .sub-nav div { clear:left; float:left; - padding:0 0 5px 6px; + padding:6px; text-transform:uppercase; } -.sub-nav .nav-list { - padding-top:5px; +.sub-nav .sub-nav-list { + padding-top:4px; } ul.nav-list { display:block; @@ -189,28 +187,23 @@ ul.nav-list li { } .sub-nav .nav-list-search { float:right; - margin:0 0 0 0; - padding:5px 6px; + margin:0; + padding:6px; clear:none; -} -.nav-list-search label { + text-align:right; position:relative; - right:-16px; } ul.sub-nav-list li { list-style:none; float:left; - padding-top:10px; } .top-nav a:link, .top-nav a:active, .top-nav a:visited { - color:#FFFFFF; + color:#ffffff; text-decoration:none; text-transform:uppercase; } .top-nav a:hover { - text-decoration:none; color:#bb7a2a; - text-transform:uppercase; } .nav-bar-cell1-rev { background-color:#F8981D; @@ -232,7 +225,7 @@ ul.sub-nav-list li { } } /* - * Styles for page header and footer. + * Styles for page header. */ .title { color:#2c4557; @@ -245,7 +238,7 @@ ul.sub-nav-list li { margin:0 0 15px 0; padding:0; } -.header ul li, .footer ul li { +.header ul li { list-style:none; font-size:13px; } @@ -363,14 +356,12 @@ ul.see-list-long li:not(:last-child):after { text-align:left; background-repeat:no-repeat; color:#253441; - font-weight:bold; clear:none; overflow:hidden; padding:0; padding-top:10px; padding-left:1px; margin:0; - white-space:pre; } .caption a:link, .caption a:visited { color:#1f389c; @@ -380,11 +371,9 @@ ul.see-list-long li:not(:last-child):after { color:#FFFFFF; } .caption span { + font-weight:bold; white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - padding-bottom:7px; + padding:5px 12px 7px 12px; display:inline-block; float:left; background-color:#F8981D; @@ -393,16 +382,22 @@ ul.see-list-long li:not(:last-child):after { } div.table-tabs { padding:10px 0 0 1px; - margin:0; + margin:10px 0 0 0; +} +div.table-tabs > span { + background-color: #EEE; + color: #000; + border: none; + padding: 5px 12px 8px 12px; } div.table-tabs > button { border: none; cursor: pointer; padding: 5px 12px 7px 12px; font-weight: bold; - margin-right: 3px; + margin-right: 8px; } -div.table-tabs > button.active-table-tab { +div.table-tabs > .active-table-tab { background: #F8981D; color: #253441; } @@ -410,42 +405,74 @@ div.table-tabs > button.table-tab { background: #4D7A97; color: #FFFFFF; } +.two-column-search-results { + display: grid; + grid-template-columns: minmax(400px, max-content) minmax(400px, auto); +} +div.checkboxes { + line-height: 2em; +} +div.checkboxes > span { + margin-left: 10px; +} +div.checkboxes > label { + margin-left: 8px; + white-space: nowrap; +} +div.checkboxes > label > input { + margin: 0 2px; +} .two-column-summary { display: grid; - grid-template-columns: minmax(15%, max-content) minmax(15%, auto); + grid-template-columns: minmax(25%, max-content) minmax(25%, auto); } .three-column-summary { display: grid; - grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, auto); + grid-template-columns: minmax(15%, max-content) minmax(20%, max-content) minmax(20%, auto); +} +.three-column-release-summary { + display: grid; + grid-template-columns: minmax(40%, max-content) minmax(10%, max-content) minmax(40%, auto); } .four-column-summary { display: grid; - grid-template-columns: minmax(10%, max-content) minmax(10%, max-content) minmax(10%, max-content) minmax(10%, auto); + grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, max-content) minmax(15%, auto); } -@media screen and (max-width: 600px) { - .two-column-summary { +@media screen and (max-width: 1000px) { + .four-column-summary { display: grid; - grid-template-columns: 1fr; + grid-template-columns: minmax(15%, max-content) minmax(15%, auto); } } @media screen and (max-width: 800px) { + .two-column-search-results { + display: grid; + grid-template-columns: minmax(40%, max-content) minmax(40%, auto); + } .three-column-summary { display: grid; grid-template-columns: minmax(10%, max-content) minmax(25%, auto); } - .three-column-summary .col-last { + .three-column-release-summary { + display: grid; + grid-template-columns: minmax(70%, max-content) minmax(30%, max-content) + } + .three-column-summary .col-last, + .three-column-release-summary .col-last{ grid-column-end: span 2; } } -@media screen and (max-width: 1000px) { - .four-column-summary { +@media screen and (max-width: 600px) { + .two-column-summary { display: grid; - grid-template-columns: minmax(15%, max-content) minmax(15%, auto); + grid-template-columns: 1fr; } } .summary-table > div, .details-table > div { text-align:left; padding: 8px 3px 3px 7px; + overflow-x: auto; + scrollbar-width: thin; } .col-first, .col-second, .col-last, .col-constructor-name, .col-summary-item-name { vertical-align:top; @@ -457,6 +484,35 @@ div.table-tabs > button.table-tab { background:#dee3e9; font-weight: bold; } +/* Sortable table columns */ +.table-header[onclick] { + cursor: pointer; +} +.table-header[onclick]::after { + content:""; + display:inline-block; + background-image:url('data:image/svg+xml; utf8, \ + \ + '); + background-size:100% 100%; + width:9px; + height:14px; + margin-left:4px; + margin-bottom:-3px; +} +.table-header[onclick].sort-asc::after { + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); + +} +.table-header[onclick].sort-desc::after { + background-image:url('data:image/svg+xml; utf8, \ + \ + \ + '); +} .col-first, .col-first { font-size:13px; } @@ -475,15 +531,9 @@ div.table-tabs > button.table-tab { .col-first a:link, .col-first a:visited, .col-second a:link, .col-second a:visited, .col-constructor-name a:link, .col-constructor-name a:visited, -.col-summary-item-name a:link, .col-summary-item-name a:visited, -.constant-values-container a:link, .constant-values-container a:visited, -.all-classes-container a:link, .all-classes-container a:visited, -.all-packages-container a:link, .all-packages-container a:visited { +.col-summary-item-name a:link, .col-summary-item-name a:visited { font-weight:bold; } -.table-sub-heading-color { - background-color:#EEEEFF; -} .even-row-color, .even-row-color .table-header { background-color:#FFFFFF; } @@ -493,10 +543,6 @@ div.table-tabs > button.table-tab { /* * Styles for contents. */ -.deprecated-content { - margin:0; - padding:10px 0; -} div.block { font-size:14px; font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; @@ -538,18 +584,13 @@ div.block { color:green; padding:0 30px 0 0; } -h1.hidden { - visibility:hidden; - overflow:hidden; - font-size:10px; -} .block { display:block; margin:0 10px 5px 0; color:#474747; } -.deprecated-label, .descfrm-type-label, .implementation-label, .member-name-label, .member-name-link, -.module-label-in-package, .module-label-in-type, .override-specify-label, .package-label-in-type, +.deprecated-label, .description-from-type-label, .implementation-label, .member-name-link, +.module-label-in-package, .module-label-in-type, .package-label-in-type, .package-hierarchy-label, .type-name-label, .type-name-link, .search-tag-link, .preview-label { font-weight:bold; } @@ -581,6 +622,18 @@ h1.hidden { div.block div.deprecation-comment { font-style:normal; } +details.invalid-tag, span.invalid-tag { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + background: #ffe6e6; + border: thin solid #000000; + border-radius:2px; + padding: 2px 4px; + display:inline-block; +} +details summary { + cursor: pointer; +} /* * Styles specific to HTML5 elements. */ @@ -597,59 +650,77 @@ main, nav, header, footer, section { background-color:#4D7A97; color:#FFFFFF; } -.result-item { - font-size:13px; -} .ui-autocomplete { max-height:85%; max-width:65%; - overflow-y:scroll; - overflow-x:scroll; + overflow-y:auto; + overflow-x:auto; + scrollbar-width: thin; white-space:nowrap; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); } ul.ui-autocomplete { position:fixed; - z-index:999999; + z-index:1; background-color: #FFFFFF; } -ul.ui-autocomplete li { +ul.ui-autocomplete li { float:left; clear:both; - width:100%; + min-width:100%; +} +ul.ui-autocomplete li.ui-static-link { + position:sticky; + bottom:0; + left:0; + background: #dee3e9; + padding: 5px 0; + font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size: 13px; + font-weight: bolder; + z-index: 2; } -.result-highlight { - font-weight:bold; +li.ui-static-link a, li.ui-static-link a:visited { + text-decoration:none; + color:#4A6782; + float:right; + margin-right:20px; } .ui-autocomplete .result-item { font-size: inherit; } -#search-input { +.ui-autocomplete .result-highlight { + font-weight:bold; +} +#search-input, #page-search-input { background-image:url('resources/glass.png'); background-size:13px; background-repeat:no-repeat; background-position:2px 3px; padding-left:20px; - position:relative; - right:-18px; - width:400px; + width: 250px; + margin: 0; +} +#search-input { + margin-left: 4px; } #reset-button { - background-color: rgb(255,255,255); + background-color: transparent; background-image:url('resources/x.png'); - background-position:center; background-repeat:no-repeat; - background-size:12px; - border:0 none; - width:16px; - height:16px; - position:relative; - left:-4px; - top:-4px; - font-size:0px; + background-size:contain; + border:0; + border-radius:0; + width:12px; + height:12px; + position:absolute; + right:12px; + top:10px; + font-size:0; } -.watermark { - color:#545454; +::placeholder { + color:#909090; + opacity: 1; } .search-tag-desc-result { font-style:italic; @@ -662,6 +733,48 @@ ul.ui-autocomplete li { .search-tag-result:target { background-color:yellow; } +details.page-search-details { + display: inline-block; +} +div#result-container { + font-size: 14px; +} +div#result-container a.search-result-link { + padding: 0; + margin: 4px 0; + width: 100%; +} +#result-container .result-highlight { + font-weight:bolder; +} +.page-search-info { + background-color: #f5f8ff; + border-radius: 3px; + border: 0 solid #b9c8d3; + padding: 0 8px; + overflow: hidden; + height: 0; + transition: all 0.2s ease; +} +div.table-tabs > button.table-tab { + background: #4D7A97; + color: #FFFFFF; +} +.page-search-header { + padding: 5px 12px 7px 12px; + font-weight: bold; + margin-right: 3px; + background-color:#4D7A97; + color:#ffffff; + display: inline-block; +} +button.page-search-header { + border: none; + cursor: pointer; +} +span#page-search-link { + text-decoration: underline; +} .module-graph span { display:none; position:absolute; @@ -703,7 +816,7 @@ ul.help-subtoc > li::before { content: "\2022" ; padding-right:2px; } -span.help-note { +.help-note { font-style: italic; } /* @@ -731,7 +844,111 @@ main a[href*="://"]:focus::after { 132-240 240 120 120 240-240 132 132V0z" fill="%23bb7a2a"/>\ '); } - +/* + * Styles for copy-to-clipboard buttons + */ +button.copy { + opacity: 80%; + border: none; + border-radius: 3px; + position: relative; + background:none; + transition: opacity 0.2s; + cursor: pointer; +} +button.copy:hover, +button.copy:active { + opacity: 100%; +} +button.copy img { + position: relative; + background: none; +} +button.copy span { + color: #303030; + position: relative; + top: -0.1em; + transition: all 0.1s; + font-size: 85%; + line-height: 1.2em; +} +/* header/section copy button */ +button.copy-header { + margin: 0 0.2em; + padding: 0 4px; + height: 1.35em; +} +button.copy-header img { + height: 1em; + top: 0.1em; +} +button.copy-header:active { + background-color: rgba(128, 128, 160, 0.2); +} +/* search page copy button */ +button#page-search-copy { + margin-left: 0.4em; + padding:0.3em; + top:0.13em; +} +button#page-search-copy img { + width: 1.2em; + height: 1.2em; + padding: 0.01em 0; + top: 0.15em; +} +button#page-search-copy span { + color: #000000; + content: attr(aria-label); + line-height: 1.2em; + padding: 0.2em; + top: -0.18em; + opacity: 0; +} +div.page-search-info:hover button#page-search-copy, +div.page-search-info:hover button#page-search-copy span { + opacity: 90%; +} +div.page-search-info button#page-search-copy:hover { + background-color: #dfe6f1; +} +div.page-search-info button#page-search-copy:active { + background-color: #cfdbee; +} +/* snippet copy button */ +button.snippet-copy { + position: absolute; + top: 6px; + right: 6px; + height: 1.7em; + opacity: 50%; + padding: 2px; +} +button.snippet-copy img { + width: 18px; + height: 18px; + padding: 0.05em 0; +} +button.snippet-copy span { + content: attr(aria-label); + line-height: 1.2em; + padding: 0.2em; + position: relative; + top: -0.5em; + display: none; +} +div.snippet-container:hover button.snippet-copy span { + display: inline; +} +div.snippet-container:hover button.snippet-copy { + opacity: 80%; +} +div.snippet-container button.snippet-copy:hover { + opacity: 100%; +} +button.snippet-copy:active { + background: #d3d3d3; +} /* * Styles for user-provided tables. * @@ -811,34 +1028,113 @@ table.striped > tbody > tr > th { font-weight: normal; } /** - * Tweak font sizes and paddings for small screens. + * Tweak style for small screens. */ -@media screen and (max-width: 1050px) { - #search-input { - width: 300px; +@media screen and (max-width: 920px) { + header.flex-header { + max-height: 100vh; + overflow-y: auto; } -} -@media screen and (max-width: 800px) { - #search-input { - width: 200px; + div#navbar-top { + height: 2.8em; + transition: height 0.35s ease; + } + ul.nav-list { + display: block; + width: 40%; + float:left; + clear: left; + margin: 10px 0 0 0; + padding: 0; + } + ul.nav-list li { + float: none; + padding: 6px; + margin-left: 10px; + margin-top: 2px; + } + ul.sub-nav-list-small { + display:block; + height: 100%; + width: 50%; + float: right; + clear: right; + background-color: #dee3e9; + color: #353833; + margin: 6px 0 0 0; + padding: 0; + } + ul.sub-nav-list-small ul { + padding-left: 20px; } - .top-nav, - .bottom-nav { - font-size: 11px; - padding-top: 6px; + ul.sub-nav-list-small a:link, ul.sub-nav-list-small a:visited { + color:#4A6782; } - .sub-nav { - font-size: 11px; + ul.sub-nav-list-small a:hover { + color:#bb7a2a; } + ul.sub-nav-list-small li { + list-style:none; + float:none; + padding: 6px; + margin-top: 1px; + text-transform:uppercase; + } + ul.sub-nav-list-small > li { + margin-left: 10px; + } + ul.sub-nav-list-small li p { + margin: 5px 0; + } + div#navbar-sub-list { + display: none; + } + .top-nav a:link, .top-nav a:active, .top-nav a:visited { + display: block; + } + button#navbar-toggle-button { + width: 3.4em; + height: 2.8em; + background-color: transparent; + display: block; + float: left; + border: 0; + margin: 0 10px; + cursor: pointer; + font-size: 10px; + } + button#navbar-toggle-button .nav-bar-toggle-icon { + display: block; + width: 24px; + height: 3px; + margin: 1px 0 4px 0; + border-radius: 2px; + transition: all 0.1s; + background-color: #ffffff; + } + button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(1) { + transform: rotate(45deg); + transform-origin: 10% 10%; + width: 26px; + } + button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(2) { + opacity: 0; + } + button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(3) { + transform: rotate(-45deg); + transform-origin: 10% 90%; + width: 26px; + } +} +@media screen and (max-width: 800px) { .about-language { padding-right: 16px; } - ul.nav-list li, - .sub-nav .nav-list-search { - padding: 6px; + ul.nav-list li { + margin-left: 5px; } - ul.sub-nav-list li { - padding-top: 5px; + ul.sub-nav-list-small > li { + margin-left: 5px; } main { padding: 10px; @@ -851,19 +1147,58 @@ table.striped > tbody > tr > th { -webkit-text-size-adjust: none; } } -@media screen and (max-width: 500px) { - #search-input { - width: 150px; - } - .top-nav, - .bottom-nav { - font-size: 10px; - } - .sub-nav { - font-size: 10px; - } +@media screen and (max-width: 400px) { .about-language { font-size: 10px; padding-right: 12px; } } +@media screen and (max-width: 400px) { + .nav-list-search { + width: 94%; + } + #search-input, #page-search-input { + width: 70%; + } +} +@media screen and (max-width: 320px) { + .nav-list-search > label { + display: none; + } + .nav-list-search { + width: 90%; + } + #search-input, #page-search-input { + width: 80%; + } +} + +pre.snippet { + background-color: #ebecee; + padding: 10px; + margin: 12px 0; + overflow: auto; + white-space: pre; +} +div.snippet-container { + position: relative; +} +@media screen and (max-width: 800px) { + pre.snippet { + padding-top: 26px; + } + button.snippet-copy { + top: 4px; + right: 4px; + } +} +pre.snippet .italic { + font-style: italic; +} +pre.snippet .bold { + font-weight: bold; +} +pre.snippet .highlighted { + background-color: #f7c590; + border-radius: 10%; +} diff --git a/modules/iquantum/target/apidocs/type-search-index.js b/modules/iquantum/target/apidocs/type-search-index.js index 6ce503bf2..a928124ce 100644 --- a/modules/iquantum/target/apidocs/type-search-index.js +++ b/modules/iquantum/target/apidocs/type-search-index.js @@ -1 +1 @@ -typeSearchIndex = [{"p":"org.iquantum.sdn","l":"Activity"},{"p":"org.iquantum.fog.entities","l":"Actuator"},{"p":"org.iquantum.fog.gui.core","l":"ActuatorGui"},{"p":"org.iquantum.fog.gui.core","l":"ActuatorModule"},{"p":"org.iquantum.fog.gui.dialog","l":"AddActuator"},{"p":"org.iquantum.fog.gui.dialog","l":"AddActuatorModule"},{"p":"org.iquantum.fog.gui.dialog","l":"AddAppEdge"},{"p":"org.iquantum.fog.gui.dialog","l":"AddApplicationModule"},{"p":"org.iquantum.fog.gui.dialog","l":"AddFogDevice"},{"p":"org.iquantum.fog.gui.dialog","l":"AddLink"},{"p":"org.iquantum.fog.gui.dialog","l":"AddPhysicalEdge"},{"p":"org.iquantum.sdn.graph.dialog","l":"AddPhysicalEdge"},{"p":"org.iquantum.fog.gui.dialog","l":"AddPhysicalNode"},{"p":"org.iquantum.sdn.graph.dialog","l":"AddPhysicalNode"},{"p":"org.iquantum.fog.gui.dialog","l":"AddSensor"},{"p":"org.iquantum.fog.gui.dialog","l":"AddSensorModule"},{"p":"org.iquantum.fog.gui.dialog","l":"AddVirtualEdge"},{"p":"org.iquantum.sdn.graph.dialog","l":"AddVirtualEdge"},{"p":"org.iquantum.fog.gui.dialog","l":"AddVirtualNode"},{"p":"org.iquantum.sdn.graph.dialog","l":"AddVirtualNode"},{"p":"org.iquantum.network.datacenter","l":"AggregateSwitch"},{"p":"org.iquantum.sdn","l":"AggregationSwitch"},{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"org.iquantum.network.datacenter","l":"AppCloudlet"},{"p":"org.iquantum.fog.application","l":"AppEdge"},{"p":"org.iquantum.fog.application","l":"Application"},{"p":"org.iquantum.fog.application","l":"AppLoop"},{"p":"org.iquantum.fog.application","l":"AppModule"},{"p":"org.iquantum.fog.gui.core","l":"AppModule"},{"p":"org.iquantum.fog.policy","l":"AppModuleAllocationPolicy"},{"p":"org.iquantum.sdn","l":"Arc"},{"p":"org.iquantum.fog.gui.core","l":"Bridge"},{"p":"org.iquantum.sdn.graph.core","l":"Bridge"},{"p":"org.iquantum.fog.application.selectivity","l":"BurstySelectivity"},{"p":"org.iquantum.provisioners","l":"BwProvisioner"},{"p":"org.iquantum.sdn.overbooking","l":"BwProvisionerOverbooking"},{"p":"org.iquantum.provisioners","l":"BwProvisionerSimple"},{"p":"org.iquantum.fog.utils","l":"CanBeSentResult"},{"p":"org.iquantum.fog.test.perfeval","l":"CardiovascularHealthMonitoringApplication"},{"p":"org.iquantum.fog.test.perfeval","l":"CardiovascularHealthMonitoringApplicationEdgeward"},{"p":"org.iquantum.brokers","l":"CBroker"},{"p":"org.iquantum.brokers","l":"CCloudBroker"},{"p":"org.iquantum.datacenters","l":"CCloudDatacenter"},{"p":"org.iquantum.datacenters","l":"CDatacenter"},{"p":"org.iquantum.datacenters","l":"CDatacenterCharacteristics"},{"p":"org.iquantum.brokers","l":"CEdgeBroker"},{"p":"org.iquantum.datacenters","l":"CEdgeDatacenter"},{"p":"org.iquantum.sdn","l":"Channel"},{"p":"org.iquantum.fog.test","l":"CleanFromJson"},{"p":"org.iquantum.gateways","l":"CloudGateway"},{"p":"org.iquantum.lists","l":"CloudletList"},{"p":"org.iquantum.policies.ctasks","l":"CloudletScheduler"},{"p":"org.iquantum.policies.ctasks","l":"CloudletSchedulerDynamicWorkload"},{"p":"org.iquantum.policies.ctasks","l":"CloudletSchedulerSpaceShared"},{"p":"org.iquantum.policies.ctasks","l":"CloudletSchedulerTimeShared"},{"p":"org.iquantum.fog.placement","l":"ClusteredMicroservicePlacementLogic"},{"p":"org.iquantum.fog.mobilitydata","l":"Clustering"},{"p":"org.iquantum.fog.placement","l":"ClusteringController"},{"p":"org.iquantum.fog.utils","l":"Config"},{"p":"org.iquantum.sdn","l":"Constants"},{"p":"org.iquantum.core","l":"Consts"},{"p":"org.iquantum.backends.classical.container.core","l":"Container"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","l":"ContainerAllocationPolicy"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","l":"ContainerAllocationPolicyRS"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","l":"ContainerAllocationPolicySimple"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","l":"ContainerBwProvisioner"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","l":"ContainerBwProvisionerSimple"},{"p":"org.iquantum.backends.classical.container.schedulers","l":"ContainerCloudletScheduler"},{"p":"org.iquantum.backends.classical.container.schedulers","l":"ContainerCloudletSchedulerDynamicWorkload"},{"p":"org.iquantum.backends.classical.container.schedulers","l":"ContainerCloudletSchedulerTimeShared"},{"p":"org.iquantum.backends.classical.container.core","l":"ContainerCTask"},{"p":"org.iquantum.backends.classical.container.core","l":"ContainerDatacenter"},{"p":"org.iquantum.backends.classical.container.core","l":"ContainerDatacenterBroker"},{"p":"org.iquantum.backends.classical.container.core","l":"ContainerDatacenterCharacteristics"},{"p":"org.iquantum.backends.classical.container.core","l":"ContainerHost"},{"p":"org.iquantum.backends.classical.container.core","l":"ContainerHostDynamicWorkload"},{"p":"org.iquantum.backends.classical.container.core","l":"ContainerHostList"},{"p":"org.iquantum.backends.classical.container.core","l":"containeriQuantumTags"},{"p":"org.iquantum.backends.classical.container.lists","l":"ContainerList"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","l":"ContainerPe"},{"p":"org.iquantum.backends.classical.container.lists","l":"ContainerPeList"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","l":"ContainerPeProvisioner"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","l":"ContainerPlacementPolicy"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","l":"ContainerPlacementPolicyFirstFit"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","l":"ContainerPlacementPolicyLeastFull"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","l":"ContainerPlacementPolicyMostFull"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","l":"ContainerPlacementPolicyRandomSelection"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","l":"ContainerRamProvisioner"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","l":"ContainerRamProvisionerSimple"},{"p":"org.iquantum.backends.classical.container.schedulers","l":"ContainerScheduler"},{"p":"org.iquantum.backends.classical.container.schedulers","l":"ContainerSchedulerTimeShared"},{"p":"org.iquantum.backends.classical.container.schedulers","l":"ContainerSchedulerTimeSharedOverSubscription"},{"p":"org.iquantum.backends.classical.container.core","l":"ContainerVm"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","l":"ContainerVmAllocationPolicy"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","l":"ContainerVmAllocationPolicySimple"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","l":"ContainerVmBwProvisioner"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","l":"ContainerVmBwProvisionerSimple"},{"p":"org.iquantum.backends.classical.container.lists","l":"ContainerVmList"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","l":"ContainerVmPe"},{"p":"org.iquantum.backends.classical.container.lists","l":"ContainerVmPeList"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","l":"ContainerVmPeProvisioner"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","l":"ContainerVmPeProvisionerSimple"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","l":"ContainerVmRamProvisioner"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","l":"ContainerVmRamProvisionerSimple"},{"p":"org.iquantum.backends.classical.container.schedulers","l":"ContainerVmScheduler"},{"p":"org.iquantum.backends.classical.container.schedulers","l":"ContainerVmSchedulerTimeShared"},{"p":"org.iquantum.backends.classical.container.schedulers","l":"ContainerVmSchedulerTimeSharedOverSubscription"},{"p":"org.iquantum.distributions","l":"ContinuousDistribution"},{"p":"org.iquantum.fog.placement","l":"Controller"},{"p":"org.iquantum.fog.entities","l":"ControllerComponent"},{"p":"org.iquantum.fog.gui.core","l":"Coordinates"},{"p":"org.iquantum.sdn.graph.core","l":"Coordinates"},{"p":"org.iquantum.sdn","l":"CoreSwitch"},{"p":"org.iquantum.backends.classical.container.utils","l":"Correlation"},{"p":"org.iquantum.backends.classical.container.utils","l":"CostumeCSVReader"},{"p":"org.iquantum.backends.classical.container.utils","l":"CostumeCSVWriter"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","l":"CotainerPeProvisionerSimple"},{"p":"org.iquantum.fog.test.perfeval","l":"CrowdSensing_Microservices_RandomMobility_Clustering"},{"p":"org.iquantum.tasks","l":"CTask"},{"p":"org.iquantum.fog.application","l":"DAG"},{"p":"org.iquantum.utils.datacloud","l":"DataCloudTags"},{"p":"org.iquantum.utils","l":"DataFormat"},{"p":"org.iquantum.fog.mobilitydata","l":"DataParser"},{"p":"org.iquantum.fog.test.perfeval","l":"DCNSFog"},{"p":"org.iquantum.core","l":"DeferredQueue"},{"p":"org.iquantum.network","l":"DelayMatrix_Float"},{"p":"org.iquantum.fog.utils.distribution","l":"DeterministicDistribution"},{"p":"org.iquantum.fog.placement","l":"DistributedMicroservicePlacementLogic"},{"p":"org.iquantum.fog.utils.distribution","l":"Distribution"},{"p":"org.iquantum.fog.gui.core","l":"Edge"},{"p":"org.iquantum.sdn.graph.core","l":"Edge"},{"p":"org.iquantum.gateways","l":"EdgeGateway"},{"p":"org.iquantum.network.datacenter","l":"EdgeSwitch"},{"p":"org.iquantum.sdn","l":"EdgeSwitch"},{"p":"org.iquantum.utils","l":"ExecutionTimeMeasurer"},{"p":"org.iquantum.distributions","l":"ExponentialDistr"},{"p":"org.iquantum.utils.datacloud","l":"File"},{"p":"org.iquantum.utils.datacloud","l":"FileAttribute"},{"p":"org.iquantum.network","l":"FloydWarshall_Float"},{"p":"org.iquantum.fog.entities","l":"FogBrokerC"},{"p":"org.iquantum.fog.entities","l":"FogDevice"},{"p":"org.iquantum.fog.entities","l":"FogDeviceCharacteristicsC"},{"p":"org.iquantum.fog.gui.core","l":"FogDeviceGui"},{"p":"org.iquantum.fog.utils","l":"FogEntityFactory"},{"p":"org.iquantum.fog.utils","l":"FogEvents"},{"p":"org.iquantum.fog.gui.example","l":"FogGui"},{"p":"org.iquantum.fog.utils","l":"FogLinearPowerModel"},{"p":"org.iquantum.fog.utils","l":"FogUtils"},{"p":"org.iquantum.sdn","l":"ForwardingRule"},{"p":"org.iquantum.fog.application.selectivity","l":"FractionalSelectivity"},{"p":"org.iquantum.core","l":"FutureQueue"},{"p":"org.iquantum.distributions","l":"GammaDistr"},{"p":"org.iquantum.fog.utils","l":"GeoCoverage"},{"p":"org.iquantum.fog.utils","l":"GeoLocation"},{"p":"org.iquantum.fog.gui.core","l":"Graph"},{"p":"org.iquantum.sdn.graph.core","l":"Graph"},{"p":"org.iquantum.sdn.graph.example","l":"GraphicSDN"},{"p":"org.iquantum.sdn.graph.example","l":"GraphicSDNExample"},{"p":"org.iquantum.network","l":"GraphReaderBrite"},{"p":"org.iquantum.network","l":"GraphReaderIF"},{"p":"org.iquantum.fog.gui.core","l":"GraphView"},{"p":"org.iquantum.sdn.graph.core","l":"GraphView"},{"p":"org.iquantum.backends.classical","l":"HarddriveStorage"},{"p":"org.iquantum.sdn","l":"Switch.HistoryEntry"},{"p":"org.iquantum.sdn.example","l":"VmSchedulerSpaceSharedEnergy.HistoryEntry"},{"p":"org.iquantum.backends.classical","l":"Host"},{"p":"org.iquantum.backends.classical","l":"HostDynamicWorkload"},{"p":"org.iquantum.lists","l":"HostList"},{"p":"org.iquantum.fog.gui.core","l":"HostNode"},{"p":"org.iquantum.sdn.graph.core","l":"HostNode"},{"p":"org.iquantum.network.datacenter","l":"HostPacket"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","l":"HostSelectionPolicy"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","l":"HostSelectionPolicyFirstFit"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","l":"HostSelectionPolicyLeastFull"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","l":"HostSelectionPolicyMinimumCorrelation"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","l":"HostSelectionPolicyMostFull"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","l":"HostSelectionPolicyRandomSelection"},{"p":"org.iquantum.backends.classical","l":"HostStateHistoryEntry"},{"p":"org.iquantum.backends.quantum","l":"IBMQNode"},{"p":"org.iquantum.backends.quantum","l":"IBMQNodeMQ"},{"p":"org.iquantum.backends.quantum.qubittopologies","l":"IBMQTopology"},{"p":"org.iquantum.backends.classical.container.utils","l":"IDs"},{"p":"org.iquantum.network","l":"InfoPacket"},{"p":"org.iquantum.core","l":"iQuantum"},{"p":"org.iquantum.core","l":"iQuantumShutdown"},{"p":"org.iquantum.core","l":"iQuantumTags"},{"p":"org.iquantum.fog.utils","l":"JsonToTopology"},{"p":"org.iquantum.fog.gui.core","l":"Link"},{"p":"org.iquantum.sdn","l":"Link"},{"p":"org.iquantum.fog.entities","l":"LoadBalancer"},{"p":"org.iquantum.fog.mobilitydata","l":"Location"},{"p":"org.iquantum.fog.placement","l":"LocationHandler"},{"p":"org.iquantum.utils","l":"Log"},{"p":"org.iquantum.fog.utils","l":"Logger"},{"p":"org.iquantum.distributions","l":"LognormalDistr"},{"p":"org.iquantum.sdn.example","l":"LogPrinter"},{"p":"org.iquantum.distributions","l":"LomaxDistribution"},{"p":"org.iquantum.fog.entities","l":"ManagementTuple"},{"p":"org.iquantum.utils","l":"MathUtil"},{"p":"org.iquantum.fog.test.perfeval","l":"MicroserviceApp_RandomMobility_Clustering"},{"p":"org.iquantum.fog.test.perfeval","l":"MicroserviceAppSample2"},{"p":"org.iquantum.fog.entities","l":"MicroserviceFogDevice"},{"p":"org.iquantum.fog.utils","l":"MicroservicePlacementConfig"},{"p":"org.iquantum.fog.placement","l":"MicroservicePlacementLogic"},{"p":"org.iquantum.fog.test.perfeval","l":"MicroservicesAppSample1"},{"p":"org.iquantum.fog.placement","l":"MicroservicesController"},{"p":"org.iquantum.fog.placement","l":"MicroservicesMobilityClusteringController"},{"p":"org.iquantum.sdn","l":"Middlebox"},{"p":"org.iquantum.fog.utils","l":"MigrationDelayMonitor"},{"p":"org.iquantum.fog.placement","l":"MobilityController"},{"p":"org.iquantum.fog.utils","l":"ModuleLaunchConfig"},{"p":"org.iquantum.fog.placement","l":"ModuleMapping"},{"p":"org.iquantum.fog.placement","l":"ModulePlacement"},{"p":"org.iquantum.fog.placement","l":"ModulePlacementEdgewards"},{"p":"org.iquantum.fog.placement","l":"ModulePlacementMapping"},{"p":"org.iquantum.fog.placement","l":"ModulePlacementMobileEdgewards"},{"p":"org.iquantum.fog.placement","l":"ModulePlacementMobileEdgewardsCluster"},{"p":"org.iquantum.fog.placement","l":"ModulePlacementOnlyCloud"},{"p":"org.iquantum.network.datacenter","l":"NetDatacenterBroker"},{"p":"org.iquantum.network.datacenter","l":"NetworkCDatacenter"},{"p":"org.iquantum.network.datacenter","l":"NetworkCloudletSpaceSharedScheduler"},{"p":"org.iquantum.network.datacenter","l":"NetworkConstants"},{"p":"org.iquantum.network.datacenter","l":"NetworkCTask"},{"p":"org.iquantum.network.datacenter","l":"NetworkHost"},{"p":"org.iquantum.sdn","l":"NetworkOperatingSystem"},{"p":"org.iquantum.network.datacenter","l":"NetworkPacket"},{"p":"org.iquantum.network","l":"NetworkTopology"},{"p":"org.iquantum.fog.utils","l":"NetworkUsageMonitor"},{"p":"org.iquantum.network.datacenter","l":"NetworkVm"},{"p":"org.iquantum.network.datacenter","l":"NetworkVmAllocationPolicy"},{"p":"org.iquantum.fog.gui.core","l":"Node"},{"p":"org.iquantum.sdn.graph.core","l":"Node"},{"p":"org.iquantum.sdn","l":"Node"},{"p":"org.iquantum.backends.quantum.qubittopologies","l":"QubitTopology.Node"},{"p":"org.iquantum.fog.gui.core","l":"NodeCellRenderer"},{"p":"org.iquantum.sdn.graph.core","l":"NodeCellRenderer"},{"p":"org.iquantum.fog.utils.distribution","l":"NormalDistribution"},{"p":"org.iquantum.fog.utils","l":"OperatorEdge"},{"p":"org.iquantum.fog.utils","l":"OperatorSetComparator"},{"p":"org.iquantum.sdn.overbooking","l":"OverbookingNetworkOperatingSystem"},{"p":"org.iquantum.sdn","l":"Package"},{"p":"org.iquantum.network","l":"Packet"},{"p":"org.iquantum.utils.datacloud","l":"ParameterException"},{"p":"org.iquantum.distributions","l":"ParetoDistr"},{"p":"org.iquantum.backends.classical","l":"Pe"},{"p":"org.iquantum.lists","l":"PeList"},{"p":"org.iquantum.provisioners","l":"PeProvisioner"},{"p":"org.iquantum.sdn.overbooking","l":"PeProvisionerOverbooking"},{"p":"org.iquantum.provisioners","l":"PeProvisionerSimple"},{"p":"org.iquantum.fog.entities","l":"PhysicalTopology"},{"p":"org.iquantum.sdn","l":"PhysicalTopology"},{"p":"org.iquantum.sdn.example.topogenerators","l":"PhysicalTopologyGenerator"},{"p":"org.iquantum.fog.gui.core","l":"PlaceHolder"},{"p":"org.iquantum.fog.placement","l":"PlacementLogicFactory"},{"p":"org.iquantum.fog.placement","l":"PlacementLogicOutput"},{"p":"org.iquantum.fog.entities","l":"PlacementRequest"},{"p":"org.iquantum.fog.mobilitydata","l":"Polygon2D"},{"p":"org.iquantum.power","l":"PowerCBroker"},{"p":"org.iquantum.power","l":"PowerCDatacenter"},{"p":"org.iquantum.power","l":"PowerCDatacenterNonPowerAware"},{"p":"org.iquantum.backends.classical.container.core","l":"PowerContainer"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","l":"PowerContainerAllocationPolicy"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","l":"PowerContainerAllocationPolicySimple"},{"p":"org.iquantum.backends.classical.container.core","l":"PowerContainerDatacenter"},{"p":"org.iquantum.backends.classical.container.core","l":"PowerContainerDatacenterCM"},{"p":"org.iquantum.backends.classical.container.core","l":"PowerContainerHost"},{"p":"org.iquantum.backends.classical.container.core","l":"PowerContainerHostUtilizationHistory"},{"p":"org.iquantum.backends.classical.container.lists","l":"PowerContainerList"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","l":"PowerContainerSelectionPolicy"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","l":"PowerContainerSelectionPolicyCor"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","l":"PowerContainerSelectionPolicyMaximumCorrelation"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","l":"PowerContainerSelectionPolicyMaximumUsage"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","l":"PowerContainerSelectionPolicyMinimumMigrationTime"},{"p":"org.iquantum.backends.classical.container.core","l":"PowerContainerVm"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","l":"PowerContainerVmAllocationAbstract"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","l":"PowerContainerVmAllocationPolicyMigrationAbstract"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","l":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","l":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","l":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelectionUnderUtilizedAdded"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","l":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","l":"PowerContainerVmAllocationPolicyMigrationStaticThreshold"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","l":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMC"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","l":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMCUnderUtilized"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","l":"PowerContainerVmAllocationSimple"},{"p":"org.iquantum.backends.classical.container.lists","l":"PowerContainerVmList"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","l":"PowerContainerVmSelectionPolicy"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","l":"PowerContainerVMSelectionPolicyCor"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","l":"PowerContainerVmSelectionPolicyMaximumCorrelation"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","l":"PowerContainerVmSelectionPolicyMaximumUsage"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","l":"PowerContainerVmSelectionPolicyMinimumMigrationTime"},{"p":"org.iquantum.power","l":"PowerHost"},{"p":"org.iquantum.power","l":"PowerHostUtilizationHistory"},{"p":"org.iquantum.power.models","l":"PowerModel"},{"p":"org.iquantum.power.models","l":"PowerModelCubic"},{"p":"org.iquantum.power.models","l":"PowerModelLinear"},{"p":"org.iquantum.power.models","l":"PowerModelSpecPower"},{"p":"org.iquantum.power.models","l":"PowerModelSpecPowerHpProLiantMl110G3PentiumD930"},{"p":"org.iquantum.power.models","l":"PowerModelSpecPowerHpProLiantMl110G4Xeon3040"},{"p":"org.iquantum.power.models","l":"PowerModelSpecPowerHpProLiantMl110G5Xeon3075"},{"p":"org.iquantum.power.models","l":"PowerModelSpecPowerIbmX3250XeonX3470"},{"p":"org.iquantum.power.models","l":"PowerModelSpecPowerIbmX3250XeonX3480"},{"p":"org.iquantum.power.models","l":"PowerModelSpecPowerIbmX3550XeonX5670"},{"p":"org.iquantum.power.models","l":"PowerModelSpecPowerIbmX3550XeonX5675"},{"p":"org.iquantum.power.models","l":"PowerModelSqrt"},{"p":"org.iquantum.power.models","l":"PowerModelSquare"},{"p":"org.iquantum.sdn.power","l":"PowerUtilizationHistoryEntry"},{"p":"org.iquantum.sdn.power","l":"PowerUtilizationInterface"},{"p":"org.iquantum.sdn.power","l":"PowerUtilizationMaxHostInterface"},{"p":"org.iquantum.power","l":"PowerVm"},{"p":"org.iquantum.power","l":"PowerVmAllocationPolicyAbstract"},{"p":"org.iquantum.power","l":"PowerVmAllocationPolicyMigrationAbstract"},{"p":"org.iquantum.power","l":"PowerVmAllocationPolicyMigrationInterQuartileRange"},{"p":"org.iquantum.power","l":"PowerVmAllocationPolicyMigrationLocalRegression"},{"p":"org.iquantum.power","l":"PowerVmAllocationPolicyMigrationLocalRegressionRobust"},{"p":"org.iquantum.power","l":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation"},{"p":"org.iquantum.power","l":"PowerVmAllocationPolicyMigrationStaticThreshold"},{"p":"org.iquantum.power","l":"PowerVmAllocationPolicySimple"},{"p":"org.iquantum.power.lists","l":"PowerVmList"},{"p":"org.iquantum.power","l":"PowerVmSelectionPolicy"},{"p":"org.iquantum.power","l":"PowerVmSelectionPolicyMaximumCorrelation"},{"p":"org.iquantum.power","l":"PowerVmSelectionPolicyMinimumMigrationTime"},{"p":"org.iquantum.power","l":"PowerVmSelectionPolicyMinimumUtilization"},{"p":"org.iquantum.power","l":"PowerVmSelectionPolicyRandomSelection"},{"p":"org.iquantum.core.predicates","l":"Predicate"},{"p":"org.iquantum.core.predicates","l":"PredicateAny"},{"p":"org.iquantum.core.predicates","l":"PredicateFrom"},{"p":"org.iquantum.core.predicates","l":"PredicateNone"},{"p":"org.iquantum.core.predicates","l":"PredicateNotFrom"},{"p":"org.iquantum.core.predicates","l":"PredicateNotType"},{"p":"org.iquantum.core.predicates","l":"PredicateType"},{"p":"org.iquantum.sdn","l":"Processing"},{"p":"org.iquantum.utils","l":"QASMReader"},{"p":"org.iquantum.brokers","l":"QBroker"},{"p":"org.iquantum.brokers","l":"QBrokerMQ"},{"p":"org.iquantum.brokers","l":"QBrokerSimple"},{"p":"org.iquantum.brokers","l":"QCloudBroker"},{"p":"org.iquantum.datacenters","l":"QCloudDatacenter"},{"p":"org.iquantum.datacenters","l":"QDatacenter"},{"p":"org.iquantum.datacenters","l":"QDatacenterCharacteristics"},{"p":"org.iquantum.datacenters","l":"QDatacenterCharacteristicsExtended"},{"p":"org.iquantum.datacenters","l":"QDatacenterExtended"},{"p":"org.iquantum.brokers","l":"QEdgeBroker"},{"p":"org.iquantum.datacenters","l":"QEdgeDatacenter"},{"p":"org.iquantum.backends.quantum","l":"QNode"},{"p":"org.iquantum.lists","l":"QNodeList"},{"p":"org.iquantum.backends.quantum","l":"QNodeMQ"},{"p":"org.iquantum.lists","l":"QNodeMQList"},{"p":"org.iquantum.backends.quantum","l":"QPU"},{"p":"org.iquantum.lists","l":"QPUList"},{"p":"org.iquantum.tasks","l":"QTask"},{"p":"org.iquantum.utils","l":"QTaskExporter"},{"p":"org.iquantum.utils","l":"QTaskImporter"},{"p":"org.iquantum.lists","l":"QTaskList"},{"p":"org.iquantum.policies.qtasks","l":"QTaskScheduler"},{"p":"org.iquantum.policies.qtasks","l":"QTaskSchedulerFCFSMQ"},{"p":"org.iquantum.policies.qtasks","l":"QTaskSchedulerSpaceShared"},{"p":"org.iquantum.backends.quantum.qubittopologies","l":"QubitTopologyExtended.QubitEdge"},{"p":"org.iquantum.policies.qubitMapping","l":"QubitMappingBackTracking"},{"p":"org.iquantum.backends.quantum.qubittopologies","l":"QubitTopologyExtended.QubitProperties"},{"p":"org.iquantum.backends.quantum.qubittopologies","l":"QubitTopology"},{"p":"org.iquantum.backends.quantum.qubittopologies","l":"QubitTopologyExtended"},{"p":"org.iquantum.provisioners","l":"RamProvisioner"},{"p":"org.iquantum.provisioners","l":"RamProvisionerSimple"},{"p":"org.iquantum.backends.classical.container.utils","l":"RandomGaussian"},{"p":"org.iquantum.backends.classical.container.utils","l":"RandomGen"},{"p":"org.iquantum.fog.mobilitydata","l":"RandomMobilityGenerator"},{"p":"org.iquantum.fog.mobilitydata","l":"References"},{"p":"org.iquantum.sdn","l":"Request"},{"p":"org.iquantum.lists","l":"ResCloudletList"},{"p":"org.iquantum.backends.classical.container.core","l":"ResContainerCloudlet"},{"p":"org.iquantum.tasks","l":"ResCTask"},{"p":"org.iquantum.core","l":"ResourceInformationService"},{"p":"org.iquantum.fog.utils","l":"ResourceUsageDetails"},{"p":"org.iquantum.tasks","l":"ResQTask"},{"p":"org.iquantum.network.datacenter","l":"RootSwitch"},{"p":"org.iquantum.sdn","l":"RoutingTable"},{"p":"org.iquantum.fog.entities","l":"RRLoadBalancer"},{"p":"org.iquantum.backends.classical","l":"SanStorage"},{"p":"org.iquantum.sdn.example","l":"SDNBroker"},{"p":"org.iquantum.sdn","l":"SDNDatacenter"},{"p":"org.iquantum.sdn.example","l":"SDNExample"},{"p":"org.iquantum.sdn","l":"SDNHost"},{"p":"org.iquantum.fog.gui.dialog","l":"SDNRun"},{"p":"org.iquantum.sdn.graph.dialog","l":"SDNRun"},{"p":"org.iquantum.fog.application.selectivity","l":"SelectivityModel"},{"p":"org.iquantum.fog.entities","l":"Sensor"},{"p":"org.iquantum.fog.gui.core","l":"SensorGui"},{"p":"org.iquantum.fog.gui.core","l":"SensorModule"},{"p":"org.iquantum.fog.utils","l":"ShortestPathRoutingGenerator"},{"p":"org.iquantum.core","l":"SimEntity"},{"p":"org.iquantum.core","l":"SimEvent"},{"p":"org.iquantum.sdn.example","l":"SimpleNetworkOperatingSystem"},{"p":"org.iquantum.fog.gui.core","l":"SpringUtilities"},{"p":"org.iquantum.sdn.graph.core","l":"SpringUtilities"},{"p":"org.iquantum.backends.classical","l":"Storage"},{"p":"org.iquantum.fog.scheduler","l":"StreamOperatorScheduler"},{"p":"org.iquantum.network.datacenter","l":"Switch"},{"p":"org.iquantum.sdn","l":"Switch"},{"p":"org.iquantum.fog.gui.core","l":"SwitchNode"},{"p":"org.iquantum.sdn.graph.core","l":"SwitchNode"},{"p":"org.iquantum.network.datacenter","l":"TaskStage"},{"p":"org.iquantum.sdn","l":"TimedVm"},{"p":"org.iquantum.fog.utils","l":"TimeKeeper"},{"p":"org.iquantum.network","l":"TopologicalGraph"},{"p":"org.iquantum.network","l":"TopologicalLink"},{"p":"org.iquantum.network","l":"TopologicalNode"},{"p":"org.iquantum.fog.test.perfeval","l":"TranslationServiceFog"},{"p":"org.iquantum.fog.test.perfeval","l":"TranslationServiceFog_Clustering"},{"p":"org.iquantum.fog.test.perfeval","l":"TranslationServiceFog_RandomMobility"},{"p":"org.iquantum.fog.test.perfeval","l":"TranslationServiceFog_RandomMobility_Clustering"},{"p":"org.iquantum.sdn","l":"Transmission"},{"p":"org.iquantum.fog.entities","l":"Tuple"},{"p":"org.iquantum.fog.utils","l":"TupleFinishDetails"},{"p":"org.iquantum.fog.scheduler","l":"TupleScheduler"},{"p":"org.iquantum.fog.test.perfeval","l":"TwoApps"},{"p":"org.iquantum.distributions","l":"UniformDistr"},{"p":"org.iquantum.fog.utils.distribution","l":"UniformDistribution"},{"p":"org.iquantum.models","l":"UtilizationModel"},{"p":"org.iquantum.models","l":"UtilizationModelFull"},{"p":"org.iquantum.models","l":"UtilizationModelNull"},{"p":"org.iquantum.models","l":"UtilizationModelPlanetLabInMemory"},{"p":"org.iquantum.models","l":"UtilizationModelStochastic"},{"p":"org.iquantum.sdn.example.topogenerators","l":"VirtualTopologyGenerator"},{"p":"org.iquantum.sdn.example.topogenerators","l":"VirtualTopologyGeneratorVmTypes"},{"p":"org.iquantum.backends.classical","l":"Vm"},{"p":"org.iquantum.policies.vm","l":"VmAllocationPolicy"},{"p":"org.iquantum.sdn.example.policies","l":"VmAllocationPolicyCombinedLeastFullFirst"},{"p":"org.iquantum.sdn.example","l":"VmAllocationPolicyCombinedLeastFullFirst"},{"p":"org.iquantum.sdn.example.policies","l":"VmAllocationPolicyCombinedMostFullFirst"},{"p":"org.iquantum.sdn.example","l":"VmAllocationPolicyCombinedMostFullFirst"},{"p":"org.iquantum.sdn.example","l":"SDNExample.VmAllocationPolicyFactory"},{"p":"org.iquantum.sdn.example.policies","l":"VmAllocationPolicyMipsLeastFullFirst"},{"p":"org.iquantum.sdn.example","l":"VmAllocationPolicyMipsLeastFullFirst"},{"p":"org.iquantum.sdn.example.policies","l":"VmAllocationPolicyMipsMostFullFirst"},{"p":"org.iquantum.sdn.example","l":"VmAllocationPolicyMipsMostFullFirst"},{"p":"org.iquantum.sdn.overbooking","l":"VmAllocationPolicyOverbooking"},{"p":"org.iquantum.policies.vm","l":"VmAllocationPolicySimple"},{"p":"org.iquantum.lists","l":"VmList"},{"p":"org.iquantum.fog.gui.core","l":"VmNode"},{"p":"org.iquantum.sdn.graph.core","l":"VmNode"},{"p":"org.iquantum.sdn.request","l":"VMRequestGenerator"},{"p":"org.iquantum.sdn.example.topogenerators","l":"VMRequestRandomGenerator"},{"p":"org.iquantum.policies.vm","l":"VmScheduler"},{"p":"org.iquantum.policies.vm","l":"VmSchedulerSpaceShared"},{"p":"org.iquantum.sdn.example","l":"VmSchedulerSpaceSharedEnergy"},{"p":"org.iquantum.policies.vm","l":"VmSchedulerTimeShared"},{"p":"org.iquantum.sdn.example.policies","l":"VmSchedulerTimeSharedEnergy"},{"p":"org.iquantum.sdn.overbooking","l":"VmSchedulerTimeSharedOverbookingEnergy"},{"p":"org.iquantum.policies.vm","l":"VmSchedulerTimeSharedOverSubscription"},{"p":"org.iquantum.policies.vm","l":"VmStateHistoryEntry"},{"p":"org.iquantum.fog.test.perfeval","l":"VRGameFog"},{"p":"org.iquantum.distributions","l":"WeibullDistr"},{"p":"org.iquantum.network.datacenter","l":"WorkflowApp"},{"p":"org.iquantum.sdn.example","l":"Workload"},{"p":"org.iquantum.models","l":"WorkloadFileReader"},{"p":"org.iquantum.models","l":"WorkloadModel"},{"p":"org.iquantum.sdn.example","l":"WorkloadParser"},{"p":"org.iquantum.distributions","l":"ZipfDistr"}];updateSearchResults(); \ No newline at end of file +typeSearchIndex = [{"p":"org.iquantum.sdn","l":"Activity"},{"p":"org.iquantum.fog.entities","l":"Actuator"},{"p":"org.iquantum.fog.gui.core","l":"ActuatorGui"},{"p":"org.iquantum.fog.gui.core","l":"ActuatorModule"},{"p":"org.iquantum.fog.gui.dialog","l":"AddActuator"},{"p":"org.iquantum.fog.gui.dialog","l":"AddActuatorModule"},{"p":"org.iquantum.fog.gui.dialog","l":"AddAppEdge"},{"p":"org.iquantum.fog.gui.dialog","l":"AddApplicationModule"},{"p":"org.iquantum.fog.gui.dialog","l":"AddFogDevice"},{"p":"org.iquantum.fog.gui.dialog","l":"AddLink"},{"p":"org.iquantum.fog.gui.dialog","l":"AddPhysicalEdge"},{"p":"org.iquantum.sdn.graph.dialog","l":"AddPhysicalEdge"},{"p":"org.iquantum.fog.gui.dialog","l":"AddPhysicalNode"},{"p":"org.iquantum.sdn.graph.dialog","l":"AddPhysicalNode"},{"p":"org.iquantum.fog.gui.dialog","l":"AddSensor"},{"p":"org.iquantum.fog.gui.dialog","l":"AddSensorModule"},{"p":"org.iquantum.fog.gui.dialog","l":"AddVirtualEdge"},{"p":"org.iquantum.sdn.graph.dialog","l":"AddVirtualEdge"},{"p":"org.iquantum.fog.gui.dialog","l":"AddVirtualNode"},{"p":"org.iquantum.sdn.graph.dialog","l":"AddVirtualNode"},{"p":"org.iquantum.network.datacenter","l":"AggregateSwitch"},{"p":"org.iquantum.sdn","l":"AggregationSwitch"},{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"org.iquantum.network.datacenter","l":"AppCloudlet"},{"p":"org.iquantum.fog.application","l":"AppEdge"},{"p":"org.iquantum.fog.application","l":"Application"},{"p":"org.iquantum.fog.application","l":"AppLoop"},{"p":"org.iquantum.fog.application","l":"AppModule"},{"p":"org.iquantum.fog.gui.core","l":"AppModule"},{"p":"org.iquantum.fog.policy","l":"AppModuleAllocationPolicy"},{"p":"org.iquantum.sdn","l":"Arc"},{"p":"org.iquantum.fog.gui.core","l":"Bridge"},{"p":"org.iquantum.sdn.graph.core","l":"Bridge"},{"p":"org.iquantum.fog.application.selectivity","l":"BurstySelectivity"},{"p":"org.iquantum.provisioners","l":"BwProvisioner"},{"p":"org.iquantum.sdn.overbooking","l":"BwProvisionerOverbooking"},{"p":"org.iquantum.provisioners","l":"BwProvisionerSimple"},{"p":"org.iquantum.fog.utils","l":"CanBeSentResult"},{"p":"org.iquantum.fog.test.perfeval","l":"CardiovascularHealthMonitoringApplication"},{"p":"org.iquantum.fog.test.perfeval","l":"CardiovascularHealthMonitoringApplicationEdgeward"},{"p":"org.iquantum.brokers","l":"CBroker"},{"p":"org.iquantum.brokers","l":"CCloudBroker"},{"p":"org.iquantum.datacenters","l":"CCloudDatacenter"},{"p":"org.iquantum.datacenters","l":"CDatacenter"},{"p":"org.iquantum.datacenters","l":"CDatacenterCharacteristics"},{"p":"org.iquantum.brokers","l":"CEdgeBroker"},{"p":"org.iquantum.datacenters","l":"CEdgeDatacenter"},{"p":"org.iquantum.sdn","l":"Channel"},{"p":"org.iquantum.fog.test","l":"CleanFromJson"},{"p":"org.iquantum.gateways","l":"CloudGateway"},{"p":"org.iquantum.lists","l":"CloudletList"},{"p":"org.iquantum.policies.ctasks","l":"CloudletScheduler"},{"p":"org.iquantum.policies.ctasks","l":"CloudletSchedulerDynamicWorkload"},{"p":"org.iquantum.policies.ctasks","l":"CloudletSchedulerSpaceShared"},{"p":"org.iquantum.policies.ctasks","l":"CloudletSchedulerTimeShared"},{"p":"org.iquantum.fog.placement","l":"ClusteredMicroservicePlacementLogic"},{"p":"org.iquantum.fog.mobilitydata","l":"Clustering"},{"p":"org.iquantum.fog.placement","l":"ClusteringController"},{"p":"org.iquantum.fog.utils","l":"Config"},{"p":"org.iquantum.sdn","l":"Constants"},{"p":"org.iquantum.core","l":"Consts"},{"p":"org.iquantum.backends.classical.container.core","l":"Container"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","l":"ContainerAllocationPolicy"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","l":"ContainerAllocationPolicyRS"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","l":"ContainerAllocationPolicySimple"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","l":"ContainerBwProvisioner"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","l":"ContainerBwProvisionerSimple"},{"p":"org.iquantum.backends.classical.container.schedulers","l":"ContainerCloudletScheduler"},{"p":"org.iquantum.backends.classical.container.schedulers","l":"ContainerCloudletSchedulerDynamicWorkload"},{"p":"org.iquantum.backends.classical.container.schedulers","l":"ContainerCloudletSchedulerTimeShared"},{"p":"org.iquantum.backends.classical.container.core","l":"ContainerCTask"},{"p":"org.iquantum.backends.classical.container.core","l":"ContainerDatacenter"},{"p":"org.iquantum.backends.classical.container.core","l":"ContainerDatacenterBroker"},{"p":"org.iquantum.backends.classical.container.core","l":"ContainerDatacenterCharacteristics"},{"p":"org.iquantum.backends.classical.container.core","l":"ContainerHost"},{"p":"org.iquantum.backends.classical.container.core","l":"ContainerHostDynamicWorkload"},{"p":"org.iquantum.backends.classical.container.core","l":"ContainerHostList"},{"p":"org.iquantum.backends.classical.container.core","l":"containeriQuantumTags"},{"p":"org.iquantum.backends.classical.container.lists","l":"ContainerList"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","l":"ContainerPe"},{"p":"org.iquantum.backends.classical.container.lists","l":"ContainerPeList"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","l":"ContainerPeProvisioner"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","l":"ContainerPlacementPolicy"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","l":"ContainerPlacementPolicyFirstFit"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","l":"ContainerPlacementPolicyLeastFull"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","l":"ContainerPlacementPolicyMostFull"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","l":"ContainerPlacementPolicyRandomSelection"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","l":"ContainerRamProvisioner"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","l":"ContainerRamProvisionerSimple"},{"p":"org.iquantum.backends.classical.container.schedulers","l":"ContainerScheduler"},{"p":"org.iquantum.backends.classical.container.schedulers","l":"ContainerSchedulerTimeShared"},{"p":"org.iquantum.backends.classical.container.schedulers","l":"ContainerSchedulerTimeSharedOverSubscription"},{"p":"org.iquantum.backends.classical.container.core","l":"ContainerVm"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","l":"ContainerVmAllocationPolicy"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","l":"ContainerVmAllocationPolicySimple"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","l":"ContainerVmBwProvisioner"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","l":"ContainerVmBwProvisionerSimple"},{"p":"org.iquantum.backends.classical.container.lists","l":"ContainerVmList"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","l":"ContainerVmPe"},{"p":"org.iquantum.backends.classical.container.lists","l":"ContainerVmPeList"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","l":"ContainerVmPeProvisioner"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","l":"ContainerVmPeProvisionerSimple"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","l":"ContainerVmRamProvisioner"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","l":"ContainerVmRamProvisionerSimple"},{"p":"org.iquantum.backends.classical.container.schedulers","l":"ContainerVmScheduler"},{"p":"org.iquantum.backends.classical.container.schedulers","l":"ContainerVmSchedulerTimeShared"},{"p":"org.iquantum.backends.classical.container.schedulers","l":"ContainerVmSchedulerTimeSharedOverSubscription"},{"p":"org.iquantum.distributions","l":"ContinuousDistribution"},{"p":"org.iquantum.fog.placement","l":"Controller"},{"p":"org.iquantum.fog.entities","l":"ControllerComponent"},{"p":"org.iquantum.fog.gui.core","l":"Coordinates"},{"p":"org.iquantum.sdn.graph.core","l":"Coordinates"},{"p":"org.iquantum.sdn","l":"CoreSwitch"},{"p":"org.iquantum.backends.classical.container.utils","l":"Correlation"},{"p":"org.iquantum.backends.classical.container.utils","l":"CostumeCSVReader"},{"p":"org.iquantum.backends.classical.container.utils","l":"CostumeCSVWriter"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","l":"CotainerPeProvisionerSimple"},{"p":"org.iquantum.fog.test.perfeval","l":"CrowdSensing_Microservices_RandomMobility_Clustering"},{"p":"org.iquantum.tasks","l":"CTask"},{"p":"org.iquantum.fog.application","l":"DAG"},{"p":"org.iquantum.utils.datacloud","l":"DataCloudTags"},{"p":"org.iquantum.utils","l":"DataFormat"},{"p":"org.iquantum.fog.mobilitydata","l":"DataParser"},{"p":"org.iquantum.fog.test.perfeval","l":"DCNSFog"},{"p":"org.iquantum.core","l":"DeferredQueue"},{"p":"org.iquantum.network","l":"DelayMatrix_Float"},{"p":"org.iquantum.fog.utils.distribution","l":"DeterministicDistribution"},{"p":"org.iquantum.fog.placement","l":"DistributedMicroservicePlacementLogic"},{"p":"org.iquantum.fog.utils.distribution","l":"Distribution"},{"p":"org.iquantum.fog.gui.core","l":"Edge"},{"p":"org.iquantum.sdn.graph.core","l":"Edge"},{"p":"org.iquantum.gateways","l":"EdgeGateway"},{"p":"org.iquantum.network.datacenter","l":"EdgeSwitch"},{"p":"org.iquantum.sdn","l":"EdgeSwitch"},{"p":"org.iquantum.utils","l":"ExecutionTimeMeasurer"},{"p":"org.iquantum.distributions","l":"ExponentialDistr"},{"p":"org.iquantum.utils.datacloud","l":"File"},{"p":"org.iquantum.utils.datacloud","l":"FileAttribute"},{"p":"org.iquantum.network","l":"FloydWarshall_Float"},{"p":"org.iquantum.fog.entities","l":"FogBrokerC"},{"p":"org.iquantum.fog.entities","l":"FogDevice"},{"p":"org.iquantum.fog.entities","l":"FogDeviceCharacteristicsC"},{"p":"org.iquantum.fog.gui.core","l":"FogDeviceGui"},{"p":"org.iquantum.fog.utils","l":"FogEntityFactory"},{"p":"org.iquantum.fog.utils","l":"FogEvents"},{"p":"org.iquantum.fog.gui.example","l":"FogGui"},{"p":"org.iquantum.fog.utils","l":"FogLinearPowerModel"},{"p":"org.iquantum.fog.utils","l":"FogUtils"},{"p":"org.iquantum.sdn","l":"ForwardingRule"},{"p":"org.iquantum.fog.application.selectivity","l":"FractionalSelectivity"},{"p":"org.iquantum.core","l":"FutureQueue"},{"p":"org.iquantum.distributions","l":"GammaDistr"},{"p":"org.iquantum.gateways","l":"Gateway"},{"p":"org.iquantum.fog.utils","l":"GeoCoverage"},{"p":"org.iquantum.fog.utils","l":"GeoLocation"},{"p":"org.iquantum.fog.gui.core","l":"Graph"},{"p":"org.iquantum.sdn.graph.core","l":"Graph"},{"p":"org.iquantum.sdn.graph.example","l":"GraphicSDN"},{"p":"org.iquantum.sdn.graph.example","l":"GraphicSDNExample"},{"p":"org.iquantum.network","l":"GraphReaderBrite"},{"p":"org.iquantum.network","l":"GraphReaderIF"},{"p":"org.iquantum.fog.gui.core","l":"GraphView"},{"p":"org.iquantum.sdn.graph.core","l":"GraphView"},{"p":"org.iquantum.backends.classical","l":"HarddriveStorage"},{"p":"org.iquantum.sdn","l":"Switch.HistoryEntry"},{"p":"org.iquantum.sdn.example","l":"VmSchedulerSpaceSharedEnergy.HistoryEntry"},{"p":"org.iquantum.backends.classical","l":"Host"},{"p":"org.iquantum.backends.classical","l":"HostDynamicWorkload"},{"p":"org.iquantum.lists","l":"HostList"},{"p":"org.iquantum.fog.gui.core","l":"HostNode"},{"p":"org.iquantum.sdn.graph.core","l":"HostNode"},{"p":"org.iquantum.network.datacenter","l":"HostPacket"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","l":"HostSelectionPolicy"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","l":"HostSelectionPolicyFirstFit"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","l":"HostSelectionPolicyLeastFull"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","l":"HostSelectionPolicyMinimumCorrelation"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","l":"HostSelectionPolicyMostFull"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","l":"HostSelectionPolicyRandomSelection"},{"p":"org.iquantum.backends.classical","l":"HostStateHistoryEntry"},{"p":"org.iquantum.backends.quantum","l":"IBMQNode"},{"p":"org.iquantum.backends.quantum","l":"IBMQNodeMQ"},{"p":"org.iquantum.backends.quantum.qubittopologies","l":"IBMQTopology"},{"p":"org.iquantum.backends.classical.container.utils","l":"IDs"},{"p":"org.iquantum.network","l":"InfoPacket"},{"p":"org.iquantum.core","l":"iQuantum"},{"p":"org.iquantum.core","l":"iQuantumShutdown"},{"p":"org.iquantum.core","l":"iQuantumTags"},{"p":"org.iquantum.fog.utils","l":"JsonToTopology"},{"p":"org.iquantum.fog.gui.core","l":"Link"},{"p":"org.iquantum.sdn","l":"Link"},{"p":"org.iquantum.fog.entities","l":"LoadBalancer"},{"p":"org.iquantum.fog.mobilitydata","l":"Location"},{"p":"org.iquantum.fog.placement","l":"LocationHandler"},{"p":"org.iquantum.utils","l":"Log"},{"p":"org.iquantum.fog.utils","l":"Logger"},{"p":"org.iquantum.distributions","l":"LognormalDistr"},{"p":"org.iquantum.sdn.example","l":"LogPrinter"},{"p":"org.iquantum.distributions","l":"LomaxDistribution"},{"p":"org.iquantum.fog.entities","l":"ManagementTuple"},{"p":"org.iquantum.utils","l":"MathUtil"},{"p":"org.iquantum.fog.test.perfeval","l":"MicroserviceApp_RandomMobility_Clustering"},{"p":"org.iquantum.fog.test.perfeval","l":"MicroserviceAppSample2"},{"p":"org.iquantum.fog.entities","l":"MicroserviceFogDevice"},{"p":"org.iquantum.fog.utils","l":"MicroservicePlacementConfig"},{"p":"org.iquantum.fog.placement","l":"MicroservicePlacementLogic"},{"p":"org.iquantum.fog.test.perfeval","l":"MicroservicesAppSample1"},{"p":"org.iquantum.fog.placement","l":"MicroservicesController"},{"p":"org.iquantum.fog.placement","l":"MicroservicesMobilityClusteringController"},{"p":"org.iquantum.sdn","l":"Middlebox"},{"p":"org.iquantum.fog.utils","l":"MigrationDelayMonitor"},{"p":"org.iquantum.fog.placement","l":"MobilityController"},{"p":"org.iquantum.fog.utils","l":"ModuleLaunchConfig"},{"p":"org.iquantum.fog.placement","l":"ModuleMapping"},{"p":"org.iquantum.fog.placement","l":"ModulePlacement"},{"p":"org.iquantum.fog.placement","l":"ModulePlacementEdgewards"},{"p":"org.iquantum.fog.placement","l":"ModulePlacementMapping"},{"p":"org.iquantum.fog.placement","l":"ModulePlacementMobileEdgewards"},{"p":"org.iquantum.fog.placement","l":"ModulePlacementMobileEdgewardsCluster"},{"p":"org.iquantum.fog.placement","l":"ModulePlacementOnlyCloud"},{"p":"org.iquantum.network.datacenter","l":"NetDatacenterBroker"},{"p":"org.iquantum.network.datacenter","l":"NetworkCDatacenter"},{"p":"org.iquantum.network.datacenter","l":"NetworkCloudletSpaceSharedScheduler"},{"p":"org.iquantum.network.datacenter","l":"NetworkConstants"},{"p":"org.iquantum.network.datacenter","l":"NetworkCTask"},{"p":"org.iquantum.network.datacenter","l":"NetworkHost"},{"p":"org.iquantum.sdn","l":"NetworkOperatingSystem"},{"p":"org.iquantum.network.datacenter","l":"NetworkPacket"},{"p":"org.iquantum.network","l":"NetworkTopology"},{"p":"org.iquantum.fog.utils","l":"NetworkUsageMonitor"},{"p":"org.iquantum.network.datacenter","l":"NetworkVm"},{"p":"org.iquantum.network.datacenter","l":"NetworkVmAllocationPolicy"},{"p":"org.iquantum.fog.gui.core","l":"Node"},{"p":"org.iquantum.sdn.graph.core","l":"Node"},{"p":"org.iquantum.sdn","l":"Node"},{"p":"org.iquantum.backends.quantum.qubittopologies","l":"QubitTopology.Node"},{"p":"org.iquantum.fog.gui.core","l":"NodeCellRenderer"},{"p":"org.iquantum.sdn.graph.core","l":"NodeCellRenderer"},{"p":"org.iquantum.fog.utils.distribution","l":"NormalDistribution"},{"p":"org.iquantum.fog.utils","l":"OperatorEdge"},{"p":"org.iquantum.fog.utils","l":"OperatorSetComparator"},{"p":"org.iquantum.sdn.overbooking","l":"OverbookingNetworkOperatingSystem"},{"p":"org.iquantum.sdn","l":"Package"},{"p":"org.iquantum.network","l":"Packet"},{"p":"org.iquantum.utils.datacloud","l":"ParameterException"},{"p":"org.iquantum.distributions","l":"ParetoDistr"},{"p":"org.iquantum.backends.classical","l":"Pe"},{"p":"org.iquantum.lists","l":"PeList"},{"p":"org.iquantum.provisioners","l":"PeProvisioner"},{"p":"org.iquantum.sdn.overbooking","l":"PeProvisionerOverbooking"},{"p":"org.iquantum.provisioners","l":"PeProvisionerSimple"},{"p":"org.iquantum.fog.entities","l":"PhysicalTopology"},{"p":"org.iquantum.sdn","l":"PhysicalTopology"},{"p":"org.iquantum.sdn.example.topogenerators","l":"PhysicalTopologyGenerator"},{"p":"org.iquantum.fog.gui.core","l":"PlaceHolder"},{"p":"org.iquantum.fog.placement","l":"PlacementLogicFactory"},{"p":"org.iquantum.fog.placement","l":"PlacementLogicOutput"},{"p":"org.iquantum.fog.entities","l":"PlacementRequest"},{"p":"org.iquantum.fog.mobilitydata","l":"Polygon2D"},{"p":"org.iquantum.power","l":"PowerCBroker"},{"p":"org.iquantum.power","l":"PowerCDatacenter"},{"p":"org.iquantum.power","l":"PowerCDatacenterNonPowerAware"},{"p":"org.iquantum.backends.classical.container.core","l":"PowerContainer"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","l":"PowerContainerAllocationPolicy"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","l":"PowerContainerAllocationPolicySimple"},{"p":"org.iquantum.backends.classical.container.core","l":"PowerContainerDatacenter"},{"p":"org.iquantum.backends.classical.container.core","l":"PowerContainerDatacenterCM"},{"p":"org.iquantum.backends.classical.container.core","l":"PowerContainerHost"},{"p":"org.iquantum.backends.classical.container.core","l":"PowerContainerHostUtilizationHistory"},{"p":"org.iquantum.backends.classical.container.lists","l":"PowerContainerList"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","l":"PowerContainerSelectionPolicy"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","l":"PowerContainerSelectionPolicyCor"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","l":"PowerContainerSelectionPolicyMaximumCorrelation"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","l":"PowerContainerSelectionPolicyMaximumUsage"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","l":"PowerContainerSelectionPolicyMinimumMigrationTime"},{"p":"org.iquantum.backends.classical.container.core","l":"PowerContainerVm"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","l":"PowerContainerVmAllocationAbstract"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","l":"PowerContainerVmAllocationPolicyMigrationAbstract"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","l":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","l":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","l":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelectionUnderUtilizedAdded"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","l":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","l":"PowerContainerVmAllocationPolicyMigrationStaticThreshold"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","l":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMC"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","l":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMCUnderUtilized"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","l":"PowerContainerVmAllocationSimple"},{"p":"org.iquantum.backends.classical.container.lists","l":"PowerContainerVmList"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","l":"PowerContainerVmSelectionPolicy"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","l":"PowerContainerVMSelectionPolicyCor"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","l":"PowerContainerVmSelectionPolicyMaximumCorrelation"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","l":"PowerContainerVmSelectionPolicyMaximumUsage"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","l":"PowerContainerVmSelectionPolicyMinimumMigrationTime"},{"p":"org.iquantum.power","l":"PowerHost"},{"p":"org.iquantum.power","l":"PowerHostUtilizationHistory"},{"p":"org.iquantum.power.models","l":"PowerModel"},{"p":"org.iquantum.power.models","l":"PowerModelCubic"},{"p":"org.iquantum.power.models","l":"PowerModelLinear"},{"p":"org.iquantum.power.models","l":"PowerModelSpecPower"},{"p":"org.iquantum.power.models","l":"PowerModelSpecPowerHpProLiantMl110G3PentiumD930"},{"p":"org.iquantum.power.models","l":"PowerModelSpecPowerHpProLiantMl110G4Xeon3040"},{"p":"org.iquantum.power.models","l":"PowerModelSpecPowerHpProLiantMl110G5Xeon3075"},{"p":"org.iquantum.power.models","l":"PowerModelSpecPowerIbmX3250XeonX3470"},{"p":"org.iquantum.power.models","l":"PowerModelSpecPowerIbmX3250XeonX3480"},{"p":"org.iquantum.power.models","l":"PowerModelSpecPowerIbmX3550XeonX5670"},{"p":"org.iquantum.power.models","l":"PowerModelSpecPowerIbmX3550XeonX5675"},{"p":"org.iquantum.power.models","l":"PowerModelSqrt"},{"p":"org.iquantum.power.models","l":"PowerModelSquare"},{"p":"org.iquantum.sdn.power","l":"PowerUtilizationHistoryEntry"},{"p":"org.iquantum.sdn.power","l":"PowerUtilizationInterface"},{"p":"org.iquantum.sdn.power","l":"PowerUtilizationMaxHostInterface"},{"p":"org.iquantum.power","l":"PowerVm"},{"p":"org.iquantum.power","l":"PowerVmAllocationPolicyAbstract"},{"p":"org.iquantum.power","l":"PowerVmAllocationPolicyMigrationAbstract"},{"p":"org.iquantum.power","l":"PowerVmAllocationPolicyMigrationInterQuartileRange"},{"p":"org.iquantum.power","l":"PowerVmAllocationPolicyMigrationLocalRegression"},{"p":"org.iquantum.power","l":"PowerVmAllocationPolicyMigrationLocalRegressionRobust"},{"p":"org.iquantum.power","l":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation"},{"p":"org.iquantum.power","l":"PowerVmAllocationPolicyMigrationStaticThreshold"},{"p":"org.iquantum.power","l":"PowerVmAllocationPolicySimple"},{"p":"org.iquantum.power.lists","l":"PowerVmList"},{"p":"org.iquantum.power","l":"PowerVmSelectionPolicy"},{"p":"org.iquantum.power","l":"PowerVmSelectionPolicyMaximumCorrelation"},{"p":"org.iquantum.power","l":"PowerVmSelectionPolicyMinimumMigrationTime"},{"p":"org.iquantum.power","l":"PowerVmSelectionPolicyMinimumUtilization"},{"p":"org.iquantum.power","l":"PowerVmSelectionPolicyRandomSelection"},{"p":"org.iquantum.core.predicates","l":"Predicate"},{"p":"org.iquantum.core.predicates","l":"PredicateAny"},{"p":"org.iquantum.core.predicates","l":"PredicateFrom"},{"p":"org.iquantum.core.predicates","l":"PredicateNone"},{"p":"org.iquantum.core.predicates","l":"PredicateNotFrom"},{"p":"org.iquantum.core.predicates","l":"PredicateNotType"},{"p":"org.iquantum.core.predicates","l":"PredicateType"},{"p":"org.iquantum.sdn","l":"Processing"},{"p":"org.iquantum.utils","l":"QASMReader"},{"p":"org.iquantum.brokers","l":"QBroker"},{"p":"org.iquantum.brokers","l":"QBrokerMQ"},{"p":"org.iquantum.brokers","l":"QBrokerSimple"},{"p":"org.iquantum.brokers","l":"QCloudBroker"},{"p":"org.iquantum.datacenters","l":"QCloudDatacenter"},{"p":"org.iquantum.datacenters","l":"QDatacenter"},{"p":"org.iquantum.datacenters","l":"QDatacenterCharacteristics"},{"p":"org.iquantum.datacenters","l":"QDatacenterCharacteristicsExtended"},{"p":"org.iquantum.datacenters","l":"QDatacenterExtended"},{"p":"org.iquantum.brokers","l":"QEdgeBroker"},{"p":"org.iquantum.datacenters","l":"QEdgeDatacenter"},{"p":"org.iquantum.backends.quantum","l":"QNode"},{"p":"org.iquantum.lists","l":"QNodeList"},{"p":"org.iquantum.backends.quantum","l":"QNodeMQ"},{"p":"org.iquantum.lists","l":"QNodeMQList"},{"p":"org.iquantum.policies.qtasks","l":"QNodeSelectionLottery"},{"p":"org.iquantum.backends.quantum","l":"QPU"},{"p":"org.iquantum.lists","l":"QPUList"},{"p":"org.iquantum.tasks","l":"QTask"},{"p":"org.iquantum.utils","l":"QTaskExporter"},{"p":"org.iquantum.utils","l":"QTaskImporter"},{"p":"org.iquantum.lists","l":"QTaskList"},{"p":"org.iquantum.policies.qtasks","l":"QTaskScheduler"},{"p":"org.iquantum.policies.qtasks","l":"QTaskSchedulerFCFSMQ"},{"p":"org.iquantum.policies.qtasks","l":"QTaskSchedulerSpaceShared"},{"p":"org.iquantum.backends.quantum.qubittopologies","l":"QubitTopologyExtended.QubitEdge"},{"p":"org.iquantum.policies.qubitMapping","l":"QubitMappingBackTracking"},{"p":"org.iquantum.backends.quantum.qubittopologies","l":"QubitTopologyExtended.QubitProperties"},{"p":"org.iquantum.backends.quantum.qubittopologies","l":"QubitTopology"},{"p":"org.iquantum.backends.quantum.qubittopologies","l":"QubitTopologyExtended"},{"p":"org.iquantum.provisioners","l":"RamProvisioner"},{"p":"org.iquantum.provisioners","l":"RamProvisionerSimple"},{"p":"org.iquantum.backends.classical.container.utils","l":"RandomGaussian"},{"p":"org.iquantum.backends.classical.container.utils","l":"RandomGen"},{"p":"org.iquantum.fog.mobilitydata","l":"RandomMobilityGenerator"},{"p":"org.iquantum.fog.mobilitydata","l":"References"},{"p":"org.iquantum.sdn","l":"Request"},{"p":"org.iquantum.lists","l":"ResCloudletList"},{"p":"org.iquantum.backends.classical.container.core","l":"ResContainerCloudlet"},{"p":"org.iquantum.tasks","l":"ResCTask"},{"p":"org.iquantum.core","l":"ResourceInformationService"},{"p":"org.iquantum.fog.utils","l":"ResourceUsageDetails"},{"p":"org.iquantum.tasks","l":"ResQTask"},{"p":"org.iquantum.network.datacenter","l":"RootSwitch"},{"p":"org.iquantum.sdn","l":"RoutingTable"},{"p":"org.iquantum.fog.entities","l":"RRLoadBalancer"},{"p":"org.iquantum.backends.classical","l":"SanStorage"},{"p":"org.iquantum.sdn.example","l":"SDNBroker"},{"p":"org.iquantum.sdn","l":"SDNDatacenter"},{"p":"org.iquantum.sdn.example","l":"SDNExample"},{"p":"org.iquantum.sdn","l":"SDNHost"},{"p":"org.iquantum.fog.gui.dialog","l":"SDNRun"},{"p":"org.iquantum.sdn.graph.dialog","l":"SDNRun"},{"p":"org.iquantum.fog.application.selectivity","l":"SelectivityModel"},{"p":"org.iquantum.fog.entities","l":"Sensor"},{"p":"org.iquantum.fog.gui.core","l":"SensorGui"},{"p":"org.iquantum.fog.gui.core","l":"SensorModule"},{"p":"org.iquantum.fog.utils","l":"ShortestPathRoutingGenerator"},{"p":"org.iquantum.core","l":"SimEntity"},{"p":"org.iquantum.core","l":"SimEvent"},{"p":"org.iquantum.sdn.example","l":"SimpleNetworkOperatingSystem"},{"p":"org.iquantum.fog.gui.core","l":"SpringUtilities"},{"p":"org.iquantum.sdn.graph.core","l":"SpringUtilities"},{"p":"org.iquantum.backends.classical","l":"Storage"},{"p":"org.iquantum.fog.scheduler","l":"StreamOperatorScheduler"},{"p":"org.iquantum.network.datacenter","l":"Switch"},{"p":"org.iquantum.sdn","l":"Switch"},{"p":"org.iquantum.fog.gui.core","l":"SwitchNode"},{"p":"org.iquantum.sdn.graph.core","l":"SwitchNode"},{"p":"org.iquantum.network.datacenter","l":"TaskStage"},{"p":"org.iquantum.sdn","l":"TimedVm"},{"p":"org.iquantum.fog.utils","l":"TimeKeeper"},{"p":"org.iquantum.network","l":"TopologicalGraph"},{"p":"org.iquantum.network","l":"TopologicalLink"},{"p":"org.iquantum.network","l":"TopologicalNode"},{"p":"org.iquantum.fog.test.perfeval","l":"TranslationServiceFog"},{"p":"org.iquantum.fog.test.perfeval","l":"TranslationServiceFog_Clustering"},{"p":"org.iquantum.fog.test.perfeval","l":"TranslationServiceFog_RandomMobility"},{"p":"org.iquantum.fog.test.perfeval","l":"TranslationServiceFog_RandomMobility_Clustering"},{"p":"org.iquantum.sdn","l":"Transmission"},{"p":"org.iquantum.fog.entities","l":"Tuple"},{"p":"org.iquantum.fog.utils","l":"TupleFinishDetails"},{"p":"org.iquantum.fog.scheduler","l":"TupleScheduler"},{"p":"org.iquantum.fog.test.perfeval","l":"TwoApps"},{"p":"org.iquantum.distributions","l":"UniformDistr"},{"p":"org.iquantum.fog.utils.distribution","l":"UniformDistribution"},{"p":"org.iquantum.models","l":"UtilizationModel"},{"p":"org.iquantum.models","l":"UtilizationModelFull"},{"p":"org.iquantum.models","l":"UtilizationModelNull"},{"p":"org.iquantum.models","l":"UtilizationModelPlanetLabInMemory"},{"p":"org.iquantum.models","l":"UtilizationModelStochastic"},{"p":"org.iquantum.sdn.example.topogenerators","l":"VirtualTopologyGenerator"},{"p":"org.iquantum.sdn.example.topogenerators","l":"VirtualTopologyGeneratorVmTypes"},{"p":"org.iquantum.backends.classical","l":"Vm"},{"p":"org.iquantum.policies.vm","l":"VmAllocationPolicy"},{"p":"org.iquantum.sdn.example.policies","l":"VmAllocationPolicyCombinedLeastFullFirst"},{"p":"org.iquantum.sdn.example","l":"VmAllocationPolicyCombinedLeastFullFirst"},{"p":"org.iquantum.sdn.example.policies","l":"VmAllocationPolicyCombinedMostFullFirst"},{"p":"org.iquantum.sdn.example","l":"VmAllocationPolicyCombinedMostFullFirst"},{"p":"org.iquantum.sdn.example","l":"SDNExample.VmAllocationPolicyFactory"},{"p":"org.iquantum.sdn.example.policies","l":"VmAllocationPolicyMipsLeastFullFirst"},{"p":"org.iquantum.sdn.example","l":"VmAllocationPolicyMipsLeastFullFirst"},{"p":"org.iquantum.sdn.example.policies","l":"VmAllocationPolicyMipsMostFullFirst"},{"p":"org.iquantum.sdn.example","l":"VmAllocationPolicyMipsMostFullFirst"},{"p":"org.iquantum.sdn.overbooking","l":"VmAllocationPolicyOverbooking"},{"p":"org.iquantum.policies.vm","l":"VmAllocationPolicySimple"},{"p":"org.iquantum.lists","l":"VmList"},{"p":"org.iquantum.fog.gui.core","l":"VmNode"},{"p":"org.iquantum.sdn.graph.core","l":"VmNode"},{"p":"org.iquantum.sdn.request","l":"VMRequestGenerator"},{"p":"org.iquantum.sdn.example.topogenerators","l":"VMRequestRandomGenerator"},{"p":"org.iquantum.policies.vm","l":"VmScheduler"},{"p":"org.iquantum.policies.vm","l":"VmSchedulerSpaceShared"},{"p":"org.iquantum.sdn.example","l":"VmSchedulerSpaceSharedEnergy"},{"p":"org.iquantum.policies.vm","l":"VmSchedulerTimeShared"},{"p":"org.iquantum.sdn.example.policies","l":"VmSchedulerTimeSharedEnergy"},{"p":"org.iquantum.sdn.overbooking","l":"VmSchedulerTimeSharedOverbookingEnergy"},{"p":"org.iquantum.policies.vm","l":"VmSchedulerTimeSharedOverSubscription"},{"p":"org.iquantum.policies.vm","l":"VmStateHistoryEntry"},{"p":"org.iquantum.fog.test.perfeval","l":"VRGameFog"},{"p":"org.iquantum.distributions","l":"WeibullDistr"},{"p":"org.iquantum.network.datacenter","l":"WorkflowApp"},{"p":"org.iquantum.sdn.example","l":"Workload"},{"p":"org.iquantum.models","l":"WorkloadFileReader"},{"p":"org.iquantum.models","l":"WorkloadModel"},{"p":"org.iquantum.sdn.example","l":"WorkloadParser"},{"p":"org.iquantum.distributions","l":"ZipfDistr"}];updateSearchResults(); \ No newline at end of file diff --git a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-javadoc.jar.md5 b/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-javadoc.jar.md5 deleted file mode 100644 index e169fba44..000000000 --- a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-javadoc.jar.md5 +++ /dev/null @@ -1 +0,0 @@ -46ee7b112c3f3feb0789882561615074 \ No newline at end of file diff --git a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-javadoc.jar.sha1 b/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-javadoc.jar.sha1 deleted file mode 100644 index 4f3b3347e..000000000 --- a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-javadoc.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -b807f17529bfe452ccb17ab4c2713e530c480b91 \ No newline at end of file diff --git a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-sources.jar.md5 b/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-sources.jar.md5 deleted file mode 100644 index 8cf0ef448..000000000 --- a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-sources.jar.md5 +++ /dev/null @@ -1 +0,0 @@ -85d5b14df3e10e18ef59d55b0327e9d9 \ No newline at end of file diff --git a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-sources.jar.sha1 b/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-sources.jar.sha1 deleted file mode 100644 index fd7a6db68..000000000 --- a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-sources.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -83f19e38a395a8048cdf0e3e69050633e6d524c5 \ No newline at end of file diff --git a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-test-sources.jar.md5 b/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-test-sources.jar.md5 deleted file mode 100644 index 2a936bfae..000000000 --- a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-test-sources.jar.md5 +++ /dev/null @@ -1 +0,0 @@ -f189768487686287695d76d576070156 \ No newline at end of file diff --git a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-test-sources.jar.sha1 b/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-test-sources.jar.sha1 deleted file mode 100644 index 991c4d589..000000000 --- a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-test-sources.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -3add4fd39cd1c477133d04229156baef6aeef345 \ No newline at end of file diff --git a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.jar.md5 b/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.jar.md5 deleted file mode 100644 index 65a1bc1f2..000000000 --- a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.jar.md5 +++ /dev/null @@ -1 +0,0 @@ -464b7e2719764c994226e999d2010b86 \ No newline at end of file diff --git a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.jar.sha1 b/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.jar.sha1 deleted file mode 100644 index 858b2fb19..000000000 --- a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -063a022ac4a0f5d8369abc7f1fae3b41e22f6ec4 \ No newline at end of file diff --git a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.pom b/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.pom deleted file mode 100644 index fe09eff78..000000000 --- a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.pom +++ /dev/null @@ -1,134 +0,0 @@ - - - 4.0.0 - - modules - org.iquantum - 1.0 - - - iquantum - iquantum - - - - - - - - - - - - - - - - - - - - - - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.5.0 - - - docs - prepare-package - - jar - - - - - - none - org.iquantum.examples.* - - - pre - a - Precondition: - - - post - a - Postcondition: - - - - - - - - - org.apache.commons - commons-math3 - 3.4.1 - jar - - - com.opencsv - opencsv - 3.7 - - - com.google.guava - guava - 32.0.1-jre - - - com.googlecode.json-simple - json-simple - 1.1.1 - - - junit - junit - 4.13.1 - test - - - org.apache.commons - commons-csv - 1.10.0 - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.5.0 - - org.iquantum.examples.* - none - - - - - - - - - - - - - - - - - - - - - diff --git a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.pom.md5 b/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.pom.md5 deleted file mode 100644 index 14f9167a2..000000000 --- a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.pom.md5 +++ /dev/null @@ -1 +0,0 @@ -7e832d9969a67603c966653c25507e0e \ No newline at end of file diff --git a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.pom.sha1 b/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.pom.sha1 deleted file mode 100644 index 8831e903c..000000000 --- a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.pom.sha1 +++ /dev/null @@ -1 +0,0 @@ -0e3445842d9d1cc62c4dca3eb0dfe16013a8ade3 \ No newline at end of file diff --git a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/maven-metadata.xml b/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/maven-metadata.xml deleted file mode 100644 index 6b2eef2b0..000000000 --- a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/maven-metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - org.iquantum - iquantum - - 1.0 - - 1.0 - - 20230719045654 - - diff --git a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/maven-metadata.xml.md5 b/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/maven-metadata.xml.md5 deleted file mode 100644 index 0c567a09e..000000000 --- a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/maven-metadata.xml.md5 +++ /dev/null @@ -1 +0,0 @@ -aabc42d598d4f313d1e40854609fafc0 \ No newline at end of file diff --git a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/maven-metadata.xml.sha1 b/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/maven-metadata.xml.sha1 deleted file mode 100644 index ddff39aa4..000000000 --- a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/maven-metadata.xml.sha1 +++ /dev/null @@ -1 +0,0 @@ -3a9c48aa63336ba6dd0d25568b1d3ee08106ec34 \ No newline at end of file diff --git a/modules/iquantum/target/maven-archiver/pom.properties b/modules/iquantum/target/maven-archiver/pom.properties index 62a524bf0..c33c9948f 100644 --- a/modules/iquantum/target/maven-archiver/pom.properties +++ b/modules/iquantum/target/maven-archiver/pom.properties @@ -1,5 +1,3 @@ -#Generated by Maven -#Fri Jul 14 19:15:50 AEST 2023 -groupId=org.iquantum artifactId=iquantum +groupId=org.iquantum version=1.0 diff --git a/modules/iquantum/target/maven-javadoc-plugin-stale-data.txt b/modules/iquantum/target/maven-javadoc-plugin-stale-data.txt index 530cca4ec..683a5d676 100644 --- a/modules/iquantum/target/maven-javadoc-plugin-stale-data.txt +++ b/modules/iquantum/target/maven-javadoc-plugin-stale-data.txt @@ -103,23 +103,26 @@ org.iquantum.distributions /Users/biboo/.m2/repository/org/apache/commons/commons-csv/1.10.0/commons-csv-1.10.0.jar = 1681182728742 /Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/src/main/java/.DS_Store = 1681275293143 /Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/src/main/java = 1688726692432 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/constant-values.html = 1689742612350 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/tag-search-index.js = 1689742612956 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/overview-tree.html = 1689742612767 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/module-search-index.js = 1689742612951 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/index.html = 1689742612771 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/package-search-index.js = 1689742612951 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/jquery-ui.overrides.css = 1689742613082 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/serialized-form.html = 1689742612372 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/index-all.html = 1689742613068 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/allpackages-index.html = 1689742612950 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/deprecated-list.html = 1689742612769 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/member-search-index.js = 1689742612956 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/script.js = 1689742613080 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/stylesheet.css = 1689742613080 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/overview-summary.html = 1689742613071 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/help-doc.html = 1689742613079 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/element-list = 1689742612252 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/allclasses-index.html = 1689742612949 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/type-search-index.js = 1689742612951 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/search.js = 1689742613081 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/constant-values.html = 1690257660967 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/tag-search-index.js = 1690257661634 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/overview-tree.html = 1690257661392 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/module-search-index.js = 1690257661623 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/index.html = 1690257661397 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/package-search-index.js = 1690257661624 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/jquery-ui.overrides.css = 1690257661794 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/serialized-form.html = 1690257660989 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/index-all.html = 1690257661780 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/allpackages-index.html = 1690257661623 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/deprecated-list.html = 1690257661394 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/member-search-index.js = 1690257661633 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/copy.svg = 1690257661791 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/script.js = 1690257661791 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/stylesheet.css = 1690257661790 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/search-page.js = 1690257661792 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/overview-summary.html = 1690257661782 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/help-doc.html = 1690257661788 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/element-list = 1690257660873 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/search.html = 1690257661781 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/allclasses-index.html = 1690257661620 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/type-search-index.js = 1690257661625 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/search.js = 1690257661791 diff --git a/modules/iquantum/target/site/apidocs/element-list b/modules/iquantum/target/site/apidocs/element-list deleted file mode 100644 index c550b2f59..000000000 --- a/modules/iquantum/target/site/apidocs/element-list +++ /dev/null @@ -1,60 +0,0 @@ -org.iquantum.backends.classical -org.iquantum.backends.classical.container.containerPlacementPolicies -org.iquantum.backends.classical.container.containerProvisioners -org.iquantum.backends.classical.container.containerSelectionPolicies -org.iquantum.backends.classical.container.containerVmProvisioners -org.iquantum.backends.classical.container.core -org.iquantum.backends.classical.container.hostSelectionPolicies -org.iquantum.backends.classical.container.lists -org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled -org.iquantum.backends.classical.container.resourceAllocators -org.iquantum.backends.classical.container.schedulers -org.iquantum.backends.classical.container.utils -org.iquantum.backends.classical.container.vmSelectionPolicies -org.iquantum.backends.quantum -org.iquantum.backends.quantum.qubittopologies -org.iquantum.brokers -org.iquantum.core -org.iquantum.core.predicates -org.iquantum.datacenters -org.iquantum.distributions -org.iquantum.fog.application -org.iquantum.fog.application.selectivity -org.iquantum.fog.entities -org.iquantum.fog.gui.core -org.iquantum.fog.gui.dialog -org.iquantum.fog.gui.example -org.iquantum.fog.mobilitydata -org.iquantum.fog.placement -org.iquantum.fog.policy -org.iquantum.fog.scheduler -org.iquantum.fog.test -org.iquantum.fog.test.perfeval -org.iquantum.fog.utils -org.iquantum.fog.utils.distribution -org.iquantum.gateways -org.iquantum.lists -org.iquantum.models -org.iquantum.network -org.iquantum.network.datacenter -org.iquantum.policies.ctasks -org.iquantum.policies.qtasks -org.iquantum.policies.qubitMapping -org.iquantum.policies.vm -org.iquantum.power -org.iquantum.power.lists -org.iquantum.power.models -org.iquantum.provisioners -org.iquantum.sdn -org.iquantum.sdn.example -org.iquantum.sdn.example.policies -org.iquantum.sdn.example.topogenerators -org.iquantum.sdn.graph.core -org.iquantum.sdn.graph.dialog -org.iquantum.sdn.graph.example -org.iquantum.sdn.overbooking -org.iquantum.sdn.power -org.iquantum.sdn.request -org.iquantum.tasks -org.iquantum.utils -org.iquantum.utils.datacloud diff --git a/modules/iquantum/target/site/apidocs/jquery-ui.overrides.css b/modules/iquantum/target/site/apidocs/jquery-ui.overrides.css deleted file mode 100644 index facf852c2..000000000 --- a/modules/iquantum/target/site/apidocs/jquery-ui.overrides.css +++ /dev/null @@ -1,35 +0,0 @@ -/* - * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved. - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This code is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. - * - * This code is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * version 2 for more details (a copy is included in the LICENSE file that - * accompanied this code). - * - * You should have received a copy of the GNU General Public License version - * 2 along with this work; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. - * - * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA - * or visit www.oracle.com if you need additional information or have any - * questions. - */ - -.ui-state-active, -.ui-widget-content .ui-state-active, -.ui-widget-header .ui-state-active, -a.ui-button:active, -.ui-button:active, -.ui-button.ui-state-active:hover { - /* Overrides the color of selection used in jQuery UI */ - background: #F8981D; - border: 1px solid #F8981D; -} diff --git a/modules/iquantum/target/site/apidocs/legal/ADDITIONAL_LICENSE_INFO b/modules/iquantum/target/site/apidocs/legal/ADDITIONAL_LICENSE_INFO deleted file mode 100644 index ff700cd09..000000000 --- a/modules/iquantum/target/site/apidocs/legal/ADDITIONAL_LICENSE_INFO +++ /dev/null @@ -1,37 +0,0 @@ - ADDITIONAL INFORMATION ABOUT LICENSING - -Certain files distributed by Oracle America, Inc. and/or its affiliates are -subject to the following clarification and special exception to the GPLv2, -based on the GNU Project exception for its Classpath libraries, known as the -GNU Classpath Exception. - -Note that Oracle includes multiple, independent programs in this software -package. Some of those programs are provided under licenses deemed -incompatible with the GPLv2 by the Free Software Foundation and others. -For example, the package includes programs licensed under the Apache -License, Version 2.0 and may include FreeType. Such programs are licensed -to you under their original licenses. - -Oracle facilitates your further distribution of this package by adding the -Classpath Exception to the necessary parts of its GPLv2 code, which permits -you to use that code in combination with other independent modules not -licensed under the GPLv2. However, note that this would not permit you to -commingle code under an incompatible license with Oracle's GPLv2 licensed -code by, for example, cutting and pasting such code into a file also -containing Oracle's GPLv2 licensed code and then distributing the result. - -Additionally, if you were to remove the Classpath Exception from any of the -files to which it applies and distribute the result, you would likely be -required to license some or all of the other code in that distribution under -the GPLv2 as well, and since the GPLv2 is incompatible with the license terms -of some items included in the distribution by Oracle, removing the Classpath -Exception could therefore effectively compromise your ability to further -distribute the package. - -Failing to distribute notices associated with some files may also create -unexpected legal consequences. - -Proceed with caution and we recommend that you obtain the advice of a lawyer -skilled in open source matters before removing the Classpath Exception or -making modifications to this package which may subsequently be redistributed -and/or involve the use of third party software. diff --git a/modules/iquantum/target/site/apidocs/legal/ASSEMBLY_EXCEPTION b/modules/iquantum/target/site/apidocs/legal/ASSEMBLY_EXCEPTION deleted file mode 100644 index 065b8d902..000000000 --- a/modules/iquantum/target/site/apidocs/legal/ASSEMBLY_EXCEPTION +++ /dev/null @@ -1,27 +0,0 @@ - -OPENJDK ASSEMBLY EXCEPTION - -The OpenJDK source code made available by Oracle America, Inc. (Oracle) at -openjdk.java.net ("OpenJDK Code") is distributed under the terms of the GNU -General Public License version 2 -only ("GPL2"), with the following clarification and special exception. - - Linking this OpenJDK Code statically or dynamically with other code - is making a combined work based on this library. Thus, the terms - and conditions of GPL2 cover the whole combination. - - As a special exception, Oracle gives you permission to link this - OpenJDK Code with certain code licensed by Oracle as indicated at - http://openjdk.java.net/legal/exception-modules-2007-05-08.html - ("Designated Exception Modules") to produce an executable, - regardless of the license terms of the Designated Exception Modules, - and to copy and distribute the resulting executable under GPL2, - provided that the Designated Exception Modules continue to be - governed by the licenses under which they were offered by Oracle. - -As such, it allows licensees and sublicensees of Oracle's GPL2 OpenJDK Code -to build an executable that includes those portions of necessary code that -Oracle could not provide under GPL2 (or that Oracle has provided under GPL2 -with the Classpath exception). If you modify or add to the OpenJDK code, -that new GPL2 code may still be combined with Designated Exception Modules -if the new code is made subject to this exception by its copyright holder. diff --git a/modules/iquantum/target/site/apidocs/legal/LICENSE b/modules/iquantum/target/site/apidocs/legal/LICENSE deleted file mode 100644 index 8b400c7ab..000000000 --- a/modules/iquantum/target/site/apidocs/legal/LICENSE +++ /dev/null @@ -1,347 +0,0 @@ -The GNU General Public License (GPL) - -Version 2, June 1991 - -Copyright (C) 1989, 1991 Free Software Foundation, Inc. -51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - -Everyone is permitted to copy and distribute verbatim copies of this license -document, but changing it is not allowed. - -Preamble - -The licenses for most software are designed to take away your freedom to share -and change it. By contrast, the GNU General Public License is intended to -guarantee your freedom to share and change free software--to make sure the -software is free for all its users. This General Public License applies to -most of the Free Software Foundation's software and to any other program whose -authors commit to using it. (Some other Free Software Foundation software is -covered by the GNU Library General Public License instead.) You can apply it to -your programs, too. - -When we speak of free software, we are referring to freedom, not price. Our -General Public Licenses are designed to make sure that you have the freedom to -distribute copies of free software (and charge for this service if you wish), -that you receive source code or can get it if you want it, that you can change -the software or use pieces of it in new free programs; and that you know you -can do these things. - -To protect your rights, we need to make restrictions that forbid anyone to deny -you these rights or to ask you to surrender the rights. These restrictions -translate to certain responsibilities for you if you distribute copies of the -software, or if you modify it. - -For example, if you distribute copies of such a program, whether gratis or for -a fee, you must give the recipients all the rights that you have. You must -make sure that they, too, receive or can get the source code. And you must -show them these terms so they know their rights. - -We protect your rights with two steps: (1) copyright the software, and (2) -offer you this license which gives you legal permission to copy, distribute -and/or modify the software. - -Also, for each author's protection and ours, we want to make certain that -everyone understands that there is no warranty for this free software. If the -software is modified by someone else and passed on, we want its recipients to -know that what they have is not the original, so that any problems introduced -by others will not reflect on the original authors' reputations. - -Finally, any free program is threatened constantly by software patents. We -wish to avoid the danger that redistributors of a free program will -individually obtain patent licenses, in effect making the program proprietary. -To prevent this, we have made it clear that any patent must be licensed for -everyone's free use or not licensed at all. - -The precise terms and conditions for copying, distribution and modification -follow. - -TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - -0. This License applies to any program or other work which contains a notice -placed by the copyright holder saying it may be distributed under the terms of -this General Public License. The "Program", below, refers to any such program -or work, and a "work based on the Program" means either the Program or any -derivative work under copyright law: that is to say, a work containing the -Program or a portion of it, either verbatim or with modifications and/or -translated into another language. (Hereinafter, translation is included -without limitation in the term "modification".) Each licensee is addressed as -"you". - -Activities other than copying, distribution and modification are not covered by -this License; they are outside its scope. The act of running the Program is -not restricted, and the output from the Program is covered only if its contents -constitute a work based on the Program (independent of having been made by -running the Program). Whether that is true depends on what the Program does. - -1. You may copy and distribute verbatim copies of the Program's source code as -you receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice and -disclaimer of warranty; keep intact all the notices that refer to this License -and to the absence of any warranty; and give any other recipients of the -Program a copy of this License along with the Program. - -You may charge a fee for the physical act of transferring a copy, and you may -at your option offer warranty protection in exchange for a fee. - -2. You may modify your copy or copies of the Program or any portion of it, thus -forming a work based on the Program, and copy and distribute such modifications -or work under the terms of Section 1 above, provided that you also meet all of -these conditions: - - a) You must cause the modified files to carry prominent notices stating - that you changed the files and the date of any change. - - b) You must cause any work that you distribute or publish, that in whole or - in part contains or is derived from the Program or any part thereof, to be - licensed as a whole at no charge to all third parties under the terms of - this License. - - c) If the modified program normally reads commands interactively when run, - you must cause it, when started running for such interactive use in the - most ordinary way, to print or display an announcement including an - appropriate copyright notice and a notice that there is no warranty (or - else, saying that you provide a warranty) and that users may redistribute - the program under these conditions, and telling the user how to view a copy - of this License. (Exception: if the Program itself is interactive but does - not normally print such an announcement, your work based on the Program is - not required to print an announcement.) - -These requirements apply to the modified work as a whole. If identifiable -sections of that work are not derived from the Program, and can be reasonably -considered independent and separate works in themselves, then this License, and -its terms, do not apply to those sections when you distribute them as separate -works. But when you distribute the same sections as part of a whole which is a -work based on the Program, the distribution of the whole must be on the terms -of this License, whose permissions for other licensees extend to the entire -whole, and thus to each and every part regardless of who wrote it. - -Thus, it is not the intent of this section to claim rights or contest your -rights to work written entirely by you; rather, the intent is to exercise the -right to control the distribution of derivative or collective works based on -the Program. - -In addition, mere aggregation of another work not based on the Program with the -Program (or with a work based on the Program) on a volume of a storage or -distribution medium does not bring the other work under the scope of this -License. - -3. You may copy and distribute the Program (or a work based on it, under -Section 2) in object code or executable form under the terms of Sections 1 and -2 above provided that you also do one of the following: - - a) Accompany it with the complete corresponding machine-readable source - code, which must be distributed under the terms of Sections 1 and 2 above - on a medium customarily used for software interchange; or, - - b) Accompany it with a written offer, valid for at least three years, to - give any third party, for a charge no more than your cost of physically - performing source distribution, a complete machine-readable copy of the - corresponding source code, to be distributed under the terms of Sections 1 - and 2 above on a medium customarily used for software interchange; or, - - c) Accompany it with the information you received as to the offer to - distribute corresponding source code. (This alternative is allowed only - for noncommercial distribution and only if you received the program in - object code or executable form with such an offer, in accord with - Subsection b above.) - -The source code for a work means the preferred form of the work for making -modifications to it. For an executable work, complete source code means all -the source code for all modules it contains, plus any associated interface -definition files, plus the scripts used to control compilation and installation -of the executable. However, as a special exception, the source code -distributed need not include anything that is normally distributed (in either -source or binary form) with the major components (compiler, kernel, and so on) -of the operating system on which the executable runs, unless that component -itself accompanies the executable. - -If distribution of executable or object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the source -code from the same place counts as distribution of the source code, even though -third parties are not compelled to copy the source along with the object code. - -4. You may not copy, modify, sublicense, or distribute the Program except as -expressly provided under this License. Any attempt otherwise to copy, modify, -sublicense or distribute the Program is void, and will automatically terminate -your rights under this License. However, parties who have received copies, or -rights, from you under this License will not have their licenses terminated so -long as such parties remain in full compliance. - -5. You are not required to accept this License, since you have not signed it. -However, nothing else grants you permission to modify or distribute the Program -or its derivative works. These actions are prohibited by law if you do not -accept this License. Therefore, by modifying or distributing the Program (or -any work based on the Program), you indicate your acceptance of this License to -do so, and all its terms and conditions for copying, distributing or modifying -the Program or works based on it. - -6. Each time you redistribute the Program (or any work based on the Program), -the recipient automatically receives a license from the original licensor to -copy, distribute or modify the Program subject to these terms and conditions. -You may not impose any further restrictions on the recipients' exercise of the -rights granted herein. You are not responsible for enforcing compliance by -third parties to this License. - -7. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), conditions -are imposed on you (whether by court order, agreement or otherwise) that -contradict the conditions of this License, they do not excuse you from the -conditions of this License. If you cannot distribute so as to satisfy -simultaneously your obligations under this License and any other pertinent -obligations, then as a consequence you may not distribute the Program at all. -For example, if a patent license would not permit royalty-free redistribution -of the Program by all those who receive copies directly or indirectly through -you, then the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Program. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply and -the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any patents or -other property right claims or to contest validity of any such claims; this -section has the sole purpose of protecting the integrity of the free software -distribution system, which is implemented by public license practices. Many -people have made generous contributions to the wide range of software -distributed through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing to -distribute software through any other system and a licensee cannot impose that -choice. - -This section is intended to make thoroughly clear what is believed to be a -consequence of the rest of this License. - -8. If the distribution and/or use of the Program is restricted in certain -countries either by patents or by copyrighted interfaces, the original -copyright holder who places the Program under this License may add an explicit -geographical distribution limitation excluding those countries, so that -distribution is permitted only in or among countries not thus excluded. In -such case, this License incorporates the limitation as if written in the body -of this License. - -9. The Free Software Foundation may publish revised and/or new versions of the -General Public License from time to time. Such new versions will be similar in -spirit to the present version, but may differ in detail to address new problems -or concerns. - -Each version is given a distinguishing version number. If the Program -specifies a version number of this License which applies to it and "any later -version", you have the option of following the terms and conditions either of -that version or of any later version published by the Free Software Foundation. -If the Program does not specify a version number of this License, you may -choose any version ever published by the Free Software Foundation. - -10. If you wish to incorporate parts of the Program into other free programs -whose distribution conditions are different, write to the author to ask for -permission. For software which is copyrighted by the Free Software Foundation, -write to the Free Software Foundation; we sometimes make exceptions for this. -Our decision will be guided by the two goals of preserving the free status of -all derivatives of our free software and of promoting the sharing and reuse of -software generally. - -NO WARRANTY - -11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR -THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE -STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE -PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, -INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND -FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND -PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, -YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - -12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL -ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE -PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR -INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA -BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER -OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. - -END OF TERMS AND CONDITIONS - -How to Apply These Terms to Your New Programs - -If you develop a new program, and you want it to be of the greatest possible -use to the public, the best way to achieve this is to make it free software -which everyone can redistribute and change under these terms. - -To do so, attach the following notices to the program. It is safest to attach -them to the start of each source file to most effectively convey the exclusion -of warranty; and each file should have at least the "copyright" line and a -pointer to where the full notice is found. - - One line to give the program's name and a brief idea of what it does. - - Copyright (C) - - This program is free software; you can redistribute it and/or modify it - under the terms of the GNU General Public License as published by the Free - Software Foundation; either version 2 of the License, or (at your option) - any later version. - - This program is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - -Also add information on how to contact you by electronic and paper mail. - -If the program is interactive, make it output a short notice like this when it -starts in an interactive mode: - - Gnomovision version 69, Copyright (C) year name of author Gnomovision comes - with ABSOLUTELY NO WARRANTY; for details type 'show w'. This is free - software, and you are welcome to redistribute it under certain conditions; - type 'show c' for details. - -The hypothetical commands 'show w' and 'show c' should show the appropriate -parts of the General Public License. Of course, the commands you use may be -called something other than 'show w' and 'show c'; they could even be -mouse-clicks or menu items--whatever suits your program. - -You should also get your employer (if you work as a programmer) or your school, -if any, to sign a "copyright disclaimer" for the program, if necessary. Here -is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the program - 'Gnomovision' (which makes passes at compilers) written by James Hacker. - - signature of Ty Coon, 1 April 1989 - - Ty Coon, President of Vice - -This General Public License does not permit incorporating your program into -proprietary programs. If your program is a subroutine library, you may -consider it more useful to permit linking proprietary applications with the -library. If this is what you want to do, use the GNU Library General Public -License instead of this License. - - -"CLASSPATH" EXCEPTION TO THE GPL - -Certain source files distributed by Oracle America and/or its affiliates are -subject to the following clarification and special exception to the GPL, but -only where Oracle has expressly included in the particular source file's header -the words "Oracle designates this particular file as subject to the "Classpath" -exception as provided by Oracle in the LICENSE file that accompanied this code." - - Linking this library statically or dynamically with other modules is making - a combined work based on this library. Thus, the terms and conditions of - the GNU General Public License cover the whole combination. - - As a special exception, the copyright holders of this library give you - permission to link this library with independent modules to produce an - executable, regardless of the license terms of these independent modules, - and to copy and distribute the resulting executable under terms of your - choice, provided that you also meet, for each linked independent module, - the terms and conditions of the license of that module. An independent - module is a module which is not derived from or based on this library. If - you modify this library, you may extend this exception to your version of - the library, but you are not obligated to do so. If you do not wish to do - so, delete this exception statement from your version. diff --git a/modules/iquantum/target/site/apidocs/legal/jquery.md b/modules/iquantum/target/site/apidocs/legal/jquery.md deleted file mode 100644 index d468b3183..000000000 --- a/modules/iquantum/target/site/apidocs/legal/jquery.md +++ /dev/null @@ -1,72 +0,0 @@ -## jQuery v3.6.1 - -### jQuery License -``` -jQuery v 3.6.1 -Copyright OpenJS Foundation and other contributors, https://openjsf.org/ - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -****************************************** - -The jQuery JavaScript Library v3.6.1 also includes Sizzle.js - -Sizzle.js includes the following license: - -Copyright JS Foundation and other contributors, https://js.foundation/ - -This software consists of voluntary contributions made by many -individuals. For exact contribution history, see the revision history -available at https://github.com/jquery/sizzle - -The following license applies to all parts of this software except as -documented below: - -==== - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -==== - -All files located in the node_modules and external directories are -externally maintained libraries used by this software which have their -own licenses; we recommend you read them, as their terms may differ from -the terms above. - -********************* - -``` diff --git a/modules/iquantum/target/site/apidocs/legal/jqueryUI.md b/modules/iquantum/target/site/apidocs/legal/jqueryUI.md deleted file mode 100644 index 8031bdb56..000000000 --- a/modules/iquantum/target/site/apidocs/legal/jqueryUI.md +++ /dev/null @@ -1,49 +0,0 @@ -## jQuery UI v1.12.1 - -### jQuery UI License -``` -Copyright jQuery Foundation and other contributors, https://jquery.org/ - -This software consists of voluntary contributions made by many -individuals. For exact contribution history, see the revision history -available at https://github.com/jquery/jquery-ui - -The following license applies to all parts of this software except as -documented below: - -==== - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -==== - -Copyright and related rights for sample code are waived via CC0. Sample -code is defined as all source code contained within the demos directory. - -CC0: http://creativecommons.org/publicdomain/zero/1.0/ - -==== - -All files located in the node_modules and external directories are -externally maintained libraries used by this software which have their -own licenses; we recommend you read them, as their terms may differ from -the terms above. - -``` diff --git a/modules/iquantum/target/site/apidocs/member-search-index.js b/modules/iquantum/target/site/apidocs/member-search-index.js deleted file mode 100644 index 751f28d39..000000000 --- a/modules/iquantum/target/site/apidocs/member-search-index.js +++ /dev/null @@ -1 +0,0 @@ -memberSearchIndex = [{"p":"org.iquantum.core","c":"iQuantumTags","l":"ABRUPT_END_OF_SIMULATION"},{"p":"org.iquantum.core","c":"iQuantum","l":"abruptallyTerminate()"},{"p":"org.iquantum.utils","c":"MathUtil","l":"abs(double[])"},{"p":"org.iquantum.tasks","c":"CTask","l":"accumulatedBwCost"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"accuracy"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"ACTIVE_APP_UPDATE"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"activeApplications"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"ACTUATOR"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"ACTUATOR"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"ACTUATOR_JOINED"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"Actuator(String, int, String, int, double, GeoLocation, String, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String,int,double,org.iquantum.fog.utils.GeoLocation,java.lang.String,java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"Actuator(String, int, String, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String,java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorGui","l":"ActuatorGui(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorModule","l":"ActuatorModule()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorModule","l":"ActuatorModule(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"actuators"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"actuators"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"actuators"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"ADAPTIVE_OPERATOR_REPLACEMENT"},{"p":"org.iquantum.lists","c":"QPUList","l":"add(QPU)","u":"add(org.iquantum.backends.quantum.QPU)"},{"p":"org.iquantum.sdn","c":"Request","l":"addActivity(Activity)","u":"addActivity(org.iquantum.sdn.Activity)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddActuator","l":"AddActuator(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddActuatorModule","l":"AddActuatorModule(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddAppEdge","l":"AddAppEdge(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.fog.application","c":"Application","l":"addAppEdge(String, String, double, double, double, String, int, int)","u":"addAppEdge(java.lang.String,java.lang.String,double,double,double,java.lang.String,int,int)"},{"p":"org.iquantum.fog.application","c":"Application","l":"addAppEdge(String, String, double, double, String, int, int)","u":"addAppEdge(java.lang.String,java.lang.String,double,double,java.lang.String,int,int)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddApplicationModule","l":"AddApplicationModule(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.fog.application","c":"Application","l":"addAppModule(String, int)","u":"addAppModule(java.lang.String,int)"},{"p":"org.iquantum.fog.application","c":"Application","l":"addAppModule(String, int, int, int)","u":"addAppModule(java.lang.String,int,int,int)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"addBaudRate(double)"},{"p":"org.iquantum.sdn","c":"Link","l":"addChannel(Node, Channel)","u":"addChannel(org.iquantum.sdn.Node,org.iquantum.sdn.Channel)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"addChild(int)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"addClusterMember(int)"},{"p":"org.iquantum.sdn","c":"Transmission","l":"addCompletedLength(long)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"addCostCalcData(List, String, int, int)","u":"addCostCalcData(java.util.List,java.lang.String,int,int)"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"addEdge(Node, Edge)","u":"addEdge(org.iquantum.fog.gui.core.Node,org.iquantum.fog.gui.core.Edge)"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"addEdge(Node, Edge)","u":"addEdge(org.iquantum.sdn.graph.core.Node,org.iquantum.sdn.graph.core.Edge)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology.Node","l":"addEdge(QubitTopology.Node)","u":"addEdge(org.iquantum.backends.quantum.qubittopologies.QubitTopology.Node)"},{"p":"org.iquantum.fog.application","c":"DAG","l":"addEdge(String, String)","u":"addEdge(java.lang.String,java.lang.String)"},{"p":"org.iquantum.core","c":"iQuantum","l":"addEntity(SimEntity)","u":"addEntity(org.iquantum.core.SimEntity)"},{"p":"org.iquantum.core","c":"iQuantum","l":"addEntityDynamically(SimEntity)","u":"addEntityDynamically(org.iquantum.core.SimEntity)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"addEntryTime(double)"},{"p":"org.iquantum.core","c":"DeferredQueue","l":"addEvent(SimEvent)","u":"addEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core","c":"FutureQueue","l":"addEvent(SimEvent)","u":"addEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core","c":"FutureQueue","l":"addEventFirst(SimEvent)","u":"addEventFirst(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"addExitTime(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"addFile(File)","u":"addFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"addFile(File)","u":"addFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"SanStorage","l":"addFile(File)","u":"addFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"addFile(File)","u":"addFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"addFile(File)","u":"addFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"addFile(List)","u":"addFile(java.util.List)"},{"p":"org.iquantum.backends.classical","c":"SanStorage","l":"addFile(List)","u":"addFile(java.util.List)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"addFile(List)","u":"addFile(java.util.List)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddFogDevice","l":"AddFogDevice(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"addHistoryEntry(ContainerHostDynamicWorkload, double)","u":"addHistoryEntry(org.iquantum.backends.classical.container.core.ContainerHostDynamicWorkload,double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"addHistoryEntry(HostDynamicWorkload, double)","u":"addHistoryEntry(org.iquantum.backends.classical.HostDynamicWorkload,double)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"addHop(int)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"PhysicalTopologyGenerator","l":"addHost(String, int, long, int, long, long)","u":"addHost(java.lang.String,int,long,int,long,long)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"PhysicalTopologyGenerator","l":"addHost(String, PhysicalTopologyGenerator.HostSpec)","u":"addHost(java.lang.String,org.iquantum.sdn.example.topogenerators.PhysicalTopologyGenerator.HostSpec)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddLink","l":"AddLink(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"addLink(int, int, double)","u":"addLink(int,int,double)"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"addLink(int, int, double, double)","u":"addLink(int,int,double,double)"},{"p":"org.iquantum.sdn","c":"Node","l":"addLink(Link)","u":"addLink(org.iquantum.sdn.Link)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"addLink(Link)","u":"addLink(org.iquantum.sdn.Link)"},{"p":"org.iquantum.sdn","c":"Switch","l":"addLink(Link)","u":"addLink(org.iquantum.sdn.Link)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGenerator","l":"addLink(String, VirtualTopologyGenerator.VMSpec, VirtualTopologyGenerator.VMSpec, Long)","u":"addLink(java.lang.String,org.iquantum.sdn.example.topogenerators.VirtualTopologyGenerator.VMSpec,org.iquantum.sdn.example.topogenerators.VirtualTopologyGenerator.VMSpec,java.lang.Long)"},{"p":"org.iquantum.network","c":"TopologicalGraph","l":"addLink(TopologicalLink)","u":"addLink(org.iquantum.network.TopologicalLink)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"addMiddlebox(Middlebox)","u":"addMiddlebox(org.iquantum.sdn.Middlebox)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"addMigratingInContainer(Container)","u":"addMigratingInContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"addMigratingInContainerVm(ContainerVm)","u":"addMigratingInContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"addMigratingInVm(Vm)","u":"addMigratingInVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.fog.placement","c":"ModuleMapping","l":"addModuleToDevice(String, String)","u":"addModuleToDevice(java.lang.String,java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"addMonitoredDevice(FogDevice)","u":"addMonitoredDevice(org.iquantum.fog.entities.FogDevice)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"addMonitoredDevice(FogDevice)","u":"addMonitoredDevice(org.iquantum.fog.entities.FogDevice)"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"addNode(Node)","u":"addNode(org.iquantum.fog.gui.core.Node)"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"addNode(Node)","u":"addNode(org.iquantum.sdn.graph.core.Node)"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"addNode(Node)","u":"addNode(org.iquantum.sdn.Node)"},{"p":"org.iquantum.network","c":"TopologicalGraph","l":"addNode(TopologicalNode)","u":"addNode(org.iquantum.network.TopologicalNode)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"addPackageToChannel(Node, Package)","u":"addPackageToChannel(org.iquantum.sdn.Node,org.iquantum.sdn.Package)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddPhysicalEdge","l":"AddPhysicalEdge(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.sdn.graph.dialog","c":"AddPhysicalEdge","l":"AddPhysicalEdge(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.sdn.graph.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddPhysicalNode","l":"AddPhysicalNode(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.sdn.graph.dialog","c":"AddPhysicalNode","l":"AddPhysicalNode(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.sdn.graph.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"addPlacementRequest(PlacementRequest)","u":"addPlacementRequest(org.iquantum.fog.entities.PlacementRequest)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"addPoint(float, float)","u":"addPoint(float,float)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"addPoint(Point2D)","u":"addPoint(java.awt.geom.Point2D)"},{"p":"org.iquantum.tasks","c":"CTask","l":"addRequiredFile(String)","u":"addRequiredFile(java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"addReservedFile(File)","u":"addReservedFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"SanStorage","l":"addReservedFile(File)","u":"addReservedFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"addReservedFile(File)","u":"addReservedFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.sdn","c":"Node","l":"addRoute(Node, Link)","u":"addRoute(org.iquantum.sdn.Node,org.iquantum.sdn.Link)"},{"p":"org.iquantum.sdn","c":"RoutingTable","l":"addRoute(Node, Link)","u":"addRoute(org.iquantum.sdn.Node,org.iquantum.sdn.Link)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"addRoute(Node, Link)","u":"addRoute(org.iquantum.sdn.Node,org.iquantum.sdn.Link)"},{"p":"org.iquantum.sdn","c":"Switch","l":"addRoute(Node, Link)","u":"addRoute(org.iquantum.sdn.Node,org.iquantum.sdn.Link)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"addRoutingTable(Map)","u":"addRoutingTable(java.util.Map)"},{"p":"org.iquantum.sdn","c":"ForwardingRule","l":"addRule(int, int, int, Node)","u":"addRule(int,int,int,org.iquantum.sdn.Node)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddSensor","l":"AddSensor(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddSensorModule","l":"AddSensorModule(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"addServiceDiscoveryInfo(String, Integer)","u":"addServiceDiscoveryInfo(java.lang.String,java.lang.Integer)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"addStateHistoryEntry(double, double, double, boolean)","u":"addStateHistoryEntry(double,double,double,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"addStateHistoryEntry(double, double, double, boolean)","u":"addStateHistoryEntry(double,double,double,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"addStateHistoryEntry(double, double, double, boolean)","u":"addStateHistoryEntry(double,double,double,boolean)"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"addStateHistoryEntry(double, double, double, boolean)","u":"addStateHistoryEntry(double,double,double,boolean)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"addStateHistoryEntry(double, double, double, boolean)","u":"addStateHistoryEntry(double,double,double,boolean)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"PhysicalTopologyGenerator","l":"addSwitch(String, String, long, long)","u":"addSwitch(java.lang.String,java.lang.String,long,long)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"addToTraversedMicroservices(Integer, String)","u":"addToTraversedMicroservices(java.lang.Integer,java.lang.String)"},{"p":"org.iquantum.sdn","c":"Channel","l":"addTransmission(Transmission)","u":"addTransmission(org.iquantum.sdn.Transmission)"},{"p":"org.iquantum.fog.application","c":"Application","l":"addTupleMapping(String, String, String, SelectivityModel)","u":"addTupleMapping(java.lang.String,java.lang.String,java.lang.String,org.iquantum.fog.application.selectivity.SelectivityModel)"},{"p":"org.iquantum.sdn.example.policies","c":"VmSchedulerTimeSharedEnergy","l":"addUtilizationEntryTermination(double)"},{"p":"org.iquantum.sdn.overbooking","c":"VmSchedulerTimeSharedOverbookingEnergy","l":"addUtilizationEntryTermination(double)"},{"p":"org.iquantum.sdn.power","c":"PowerUtilizationInterface","l":"addUtilizationEntryTermination(double)"},{"p":"org.iquantum.sdn","c":"Switch","l":"addUtilizationEntryTermination(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"addUtilizationHistoryValue(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"addUtilizationHistoryValue(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"addUtilizationHistoryValue(double)"},{"p":"org.iquantum.power","c":"PowerVm","l":"addUtilizationHistoryValue(double)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddVirtualEdge","l":"AddVirtualEdge(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.sdn.graph.dialog","c":"AddVirtualEdge","l":"AddVirtualEdge(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.sdn.graph.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddVirtualNode","l":"AddVirtualNode(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.sdn.graph.dialog","c":"AddVirtualNode","l":"AddVirtualNode(Graph, JFrame)","u":"%3Cinit%3E(org.iquantum.sdn.graph.core.Graph,javax.swing.JFrame)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGenerator","l":"addVM(String, int, long, int, long, long, double, double)","u":"addVM(java.lang.String,int,long,int,long,long,double,double)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGenerator","l":"addVM(String, VirtualTopologyGenerator.VMSpec)","u":"addVM(java.lang.String,org.iquantum.sdn.example.topogenerators.VirtualTopologyGenerator.VMSpec)"},{"p":"org.iquantum.sdn","c":"SDNDatacenter","l":"addVm(Vm)","u":"addVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn","c":"Node","l":"addVMRoute(int, int, int, Node)","u":"addVMRoute(int,int,int,org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"addVMRoute(int, int, int, Node)","u":"addVMRoute(int,int,int,org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"Switch","l":"addVMRoute(int, int, int, Node)","u":"addVMRoute(int,int,int,org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGenerator","l":"addWorkload(String, VirtualTopologyGenerator.VMSpec, VirtualTopologyGenerator.VMSpec)","u":"addWorkload(java.lang.String,org.iquantum.sdn.example.topogenerators.VirtualTopologyGenerator.VMSpec,org.iquantum.sdn.example.topogenerators.VirtualTopologyGenerator.VMSpec)"},{"p":"org.iquantum.sdn","c":"Channel","l":"adjustDedicatedBandwidthAlongLink()"},{"p":"org.iquantum.sdn","c":"Channel","l":"adjustSharedBandwidthAlongLink()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"ADVANCE_RESERVATION"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"ADVANCE_RESERVATION"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"ADVANCE_RESERVATION"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"Agg_LEVEL"},{"p":"org.iquantum.network.datacenter","c":"AggregateSwitch","l":"AggregateSwitch(String, int, NetworkCDatacenter)","u":"%3Cinit%3E(java.lang.String,int,org.iquantum.network.datacenter.NetworkCDatacenter)"},{"p":"org.iquantum.sdn","c":"AggregationSwitch","l":"AggregationSwitch(String, int, long, int, int, NetworkOperatingSystem)","u":"%3Cinit%3E(java.lang.String,int,long,int,int,org.iquantum.sdn.NetworkOperatingSystem)"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"AggSwitchPort"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"allocateBwForContainer(Container, long)","u":"allocateBwForContainer(org.iquantum.backends.classical.container.core.Container,long)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisionerSimple","l":"allocateBwForContainer(Container, long)","u":"allocateBwForContainer(org.iquantum.backends.classical.container.core.Container,long)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"allocateBwForContainerVm(ContainerVm, long)","u":"allocateBwForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,long)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisionerSimple","l":"allocateBwForContainerVm(ContainerVm, long)","u":"allocateBwForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,long)"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"allocateBwForVm(Vm, long)","u":"allocateBwForVm(org.iquantum.backends.classical.Vm,long)"},{"p":"org.iquantum.provisioners","c":"BwProvisionerSimple","l":"allocateBwForVm(Vm, long)","u":"allocateBwForVm(org.iquantum.backends.classical.Vm,long)"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"allocateBwForVm(Vm, long)","u":"allocateBwForVm(org.iquantum.backends.classical.Vm,long)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"allocateHostForVm(ContainerVm)","u":"allocateHostForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"allocateHostForVm(ContainerVm)","u":"allocateHostForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationAbstract","l":"allocateHostForVm(ContainerVm)","u":"allocateHostForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"allocateHostForVm(ContainerVm, ContainerHost)","u":"allocateHostForVm(org.iquantum.backends.classical.container.core.ContainerVm,org.iquantum.backends.classical.container.core.ContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"allocateHostForVm(ContainerVm, ContainerHost)","u":"allocateHostForVm(org.iquantum.backends.classical.container.core.ContainerVm,org.iquantum.backends.classical.container.core.ContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationAbstract","l":"allocateHostForVm(ContainerVm, ContainerHost)","u":"allocateHostForVm(org.iquantum.backends.classical.container.core.ContainerVm,org.iquantum.backends.classical.container.core.ContainerHost)"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicy","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyAbstract","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedLeastFullFirst","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyMipsLeastFullFirst","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyMipsMostFullFirst","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedLeastFullFirst","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyMipsLeastFullFirst","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyMipsMostFullFirst","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"allocateHostForVm(Vm)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"allocateHostForVm(Vm, Host)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm,org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"allocateHostForVm(Vm, Host)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm,org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicy","l":"allocateHostForVm(Vm, Host)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm,org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"allocateHostForVm(Vm, Host)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm,org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyAbstract","l":"allocateHostForVm(Vm, Host)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm,org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"allocateHostForVm(Vm, Host)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm,org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"allocateHostForVm(Vm, Host)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm,org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"allocateHostForVm(Vm, Host)","u":"allocateHostForVm(org.iquantum.backends.classical.Vm,org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"allocateMipsForContainer(Container, double)","u":"allocateMipsForContainer(org.iquantum.backends.classical.container.core.Container,double)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"allocateMipsForContainer(Container, double)","u":"allocateMipsForContainer(org.iquantum.backends.classical.container.core.Container,double)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"allocateMipsForContainer(Container, List)","u":"allocateMipsForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"allocateMipsForContainer(Container, List)","u":"allocateMipsForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"allocateMipsForContainer(String, double)","u":"allocateMipsForContainer(java.lang.String,double)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"allocateMipsForContainer(String, double)","u":"allocateMipsForContainer(java.lang.String,double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"allocateMipsForContainerVm(ContainerVm, double)","u":"allocateMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"allocateMipsForContainerVm(ContainerVm, double)","u":"allocateMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"allocateMipsForContainerVm(ContainerVm, List)","u":"allocateMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"allocateMipsForContainerVm(ContainerVm, List)","u":"allocateMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"allocateMipsForContainerVm(String, double)","u":"allocateMipsForContainerVm(java.lang.String,double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"allocateMipsForContainerVm(String, double)","u":"allocateMipsForContainerVm(java.lang.String,double)"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"allocateMipsForVm(String, double)","u":"allocateMipsForVm(java.lang.String,double)"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"allocateMipsForVm(String, double)","u":"allocateMipsForVm(java.lang.String,double)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"allocateMipsForVm(String, double)","u":"allocateMipsForVm(java.lang.String,double)"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"allocateMipsForVm(Vm, double)","u":"allocateMipsForVm(org.iquantum.backends.classical.Vm,double)"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"allocateMipsForVm(Vm, double)","u":"allocateMipsForVm(org.iquantum.backends.classical.Vm,double)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"allocateMipsForVm(Vm, double)","u":"allocateMipsForVm(org.iquantum.backends.classical.Vm,double)"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"allocateMipsForVm(Vm, List)","u":"allocateMipsForVm(org.iquantum.backends.classical.Vm,java.util.List)"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"allocateMipsForVm(Vm, List)","u":"allocateMipsForVm(org.iquantum.backends.classical.Vm,java.util.List)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"allocateMipsForVm(Vm, List)","u":"allocateMipsForVm(org.iquantum.backends.classical.Vm,java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"allocatePesForContainer(Container, List)","u":"allocatePesForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"allocatePesForContainer(Container, List)","u":"allocatePesForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"allocatePesForContainer(Container, List)","u":"allocatePesForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"allocatePesForContainer(String, List)","u":"allocatePesForContainer(java.lang.String,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeSharedOverSubscription","l":"allocatePesForContainer(String, List)","u":"allocatePesForContainer(java.lang.String,java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"allocatePesForContainerVm(ContainerVm, List)","u":"allocatePesForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"allocatePesForVm(ContainerVm, List)","u":"allocatePesForVm(org.iquantum.backends.classical.container.core.ContainerVm,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"allocatePesForVm(ContainerVm, List)","u":"allocatePesForVm(org.iquantum.backends.classical.container.core.ContainerVm,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"allocatePesForVm(String, List)","u":"allocatePesForVm(java.lang.String,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeSharedOverSubscription","l":"allocatePesForVm(String, List)","u":"allocatePesForVm(java.lang.String,java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"allocatePesForVm(String, List)","u":"allocatePesForVm(java.lang.String,java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeSharedOverSubscription","l":"allocatePesForVm(String, List)","u":"allocatePesForVm(java.lang.String,java.util.List)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"allocatePesForVm(Vm, List)","u":"allocatePesForVm(org.iquantum.backends.classical.Vm,java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"allocatePesForVm(Vm, List)","u":"allocatePesForVm(org.iquantum.backends.classical.Vm,java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerSpaceShared","l":"allocatePesForVm(Vm, List)","u":"allocatePesForVm(org.iquantum.backends.classical.Vm,java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"allocatePesForVm(Vm, List)","u":"allocatePesForVm(org.iquantum.backends.classical.Vm,java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"allocatePesForVm(Vm, List)","u":"allocatePesForVm(org.iquantum.backends.classical.Vm,java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"allocateRamForContainer(Container, float)","u":"allocateRamForContainer(org.iquantum.backends.classical.container.core.Container,float)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisionerSimple","l":"allocateRamForContainer(Container, float)","u":"allocateRamForContainer(org.iquantum.backends.classical.container.core.Container,float)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"allocateRamForContainerVm(ContainerVm, float)","u":"allocateRamForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,float)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisionerSimple","l":"allocateRamForContainerVm(ContainerVm, float)","u":"allocateRamForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,float)"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"allocateRamForVm(Vm, int)","u":"allocateRamForVm(org.iquantum.backends.classical.Vm,int)"},{"p":"org.iquantum.provisioners","c":"RamProvisionerSimple","l":"allocateRamForVm(Vm, int)","u":"allocateRamForVm(org.iquantum.backends.classical.Vm,int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicy","l":"allocateVmForContainer(Container, ContainerVm)","u":"allocateVmForContainer(org.iquantum.backends.classical.container.core.Container,org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"allocateVmForContainer(Container, ContainerVm)","u":"allocateVmForContainer(org.iquantum.backends.classical.container.core.Container,org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicy","l":"allocateVmForContainer(Container, ContainerVm)","u":"allocateVmForContainer(org.iquantum.backends.classical.container.core.Container,org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicy","l":"allocateVmForContainer(Container, List)","u":"allocateVmForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"allocateVmForContainer(Container, List)","u":"allocateVmForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicy","l":"allocateVmForContainer(Container, List)","u":"allocateVmForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.network","c":"FloydWarshall_Float","l":"allPairsShortestPaths(float[][])"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"APP_MC"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"APP_SUBMIT"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"APP_Workflow"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"AppCloudlet(int, int, double, int, int)","u":"%3Cinit%3E(int,int,double,int,int)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"AppEdge()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"AppEdge(String, String, double, double, double, String, int, int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,double,double,double,java.lang.String,int,int)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"AppEdge(String, String, double, double, String, int, int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,double,double,java.lang.String,int,int)"},{"p":"org.iquantum.sdn.example","c":"SDNBroker","l":"appId"},{"p":"org.iquantum.sdn.example","c":"Workload","l":"appId"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"appID"},{"p":"org.iquantum.fog.utils","c":"FogUtils","l":"appIdToGeoCoverageMap"},{"p":"org.iquantum.sdn","c":"Constants","l":"APPLICATION_SUBMIT"},{"p":"org.iquantum.sdn","c":"Constants","l":"APPLICATION_SUBMIT_ACK"},{"p":"org.iquantum.fog.application","c":"Application","l":"Application(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"org.iquantum.fog.application","c":"Application","l":"Application(String, List, List, List, GeoCoverage)","u":"%3Cinit%3E(java.lang.String,java.util.List,java.util.List,java.util.List,org.iquantum.fog.utils.GeoCoverage)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"applicationMap"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"applications"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"AppLoop(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.fog.gui.core","c":"AppModule","l":"AppModule()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"AppModule(AppModule)","u":"%3Cinit%3E(org.iquantum.fog.application.AppModule)"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"AppModule(int, String, String, int, double, int, long, long, String, CloudletScheduler, Map, SelectivityModel>)","u":"%3Cinit%3E(int,java.lang.String,java.lang.String,int,double,int,long,long,java.lang.String,org.iquantum.policies.ctasks.CloudletScheduler,java.util.Map)"},{"p":"org.iquantum.fog.gui.core","c":"AppModule","l":"AppModule(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"AppModuleAllocationPolicy(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"appToModulesMap"},{"p":"org.iquantum.sdn","c":"Arc","l":"Arc(int, int, int, long, double)","u":"%3Cinit%3E(int,int,int,long,double)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"arcList"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"areAllContainersMigratingOutOrAnyContainersMigratingIn(PowerContainerHost)","u":"areAllContainersMigratingOutOrAnyContainersMigratingIn(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"areAllVmsMigratingOutOrAnyVmMigratingIn(PowerContainerHost)","u":"areAllVmsMigratingOutOrAnyVmMigratingIn(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"areAllVmsMigratingOutOrAnyVmMigratingIn(PowerHost)","u":"areAllVmsMigratingOutOrAnyVmMigratingIn(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"associatedActuatorIds"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"BagofTaskVm"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"bandwidth"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"BandWidthAggRoot"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"BandWidthEdgeAgg"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"BandWidthEdgeHost"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"BASE"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"bindCloudletToContainer(int, int)","u":"bindCloudletToContainer(int,int)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"bindCloudletToQNode(int, int)","u":"bindCloudletToQNode(int,int)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"bindCloudletToQNode(int, int)","u":"bindCloudletToQNode(int,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"bindCloudletToVm(int, int)","u":"bindCloudletToVm(int,int)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"bindCloudletToVm(int, int)","u":"bindCloudletToVm(int,int)"},{"p":"org.iquantum.fog.mobilitydata","c":"Location","l":"block"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"bounds"},{"p":"org.iquantum.fog.gui.core","c":"Bridge","l":"Bridge()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.core","c":"Bridge","l":"Bridge()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"buildDefaultRouting()"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"buildNetworkTopology(String)","u":"buildNetworkTopology(java.lang.String)"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"BurstySelectivity(double, double, double)","u":"%3Cinit%3E(double,double,double)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"BUSY"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"BUSY"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"BUSY"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"BUSY"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"bwMatrix"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"BwProvisioner(long)","u":"%3Cinit%3E(long)"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"BwProvisionerOverbooking(long)","u":"%3Cinit%3E(long)"},{"p":"org.iquantum.provisioners","c":"BwProvisionerSimple","l":"BwProvisionerSimple(long)","u":"%3Cinit%3E(long)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"cachedcloudlet"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"CALCULATE_INPUT_RATE"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"CALCULATE_UTIL"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"calculateDistance(Location, Location)","u":"calculateDistance(org.iquantum.fog.mobilitydata.Location,org.iquantum.fog.mobilitydata.Location)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"canBeCreated(FogDevice, AppModule)","u":"canBeCreated(org.iquantum.fog.entities.FogDevice,org.iquantum.fog.application.AppModule)"},{"p":"org.iquantum.fog.utils","c":"CanBeSentResult","l":"CanBeSentResult()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.utils","c":"CanBeSentResult","l":"CanBeSentResult(double, double, boolean)","u":"%3Cinit%3E(double,double,boolean)"},{"p":"org.iquantum.core","c":"iQuantum","l":"cancel(int, Predicate)","u":"cancel(int,org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.core","c":"iQuantum","l":"cancelAll(int, Predicate)","u":"cancelAll(int,org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.tasks","c":"CTask","l":"CANCELED"},{"p":"org.iquantum.tasks","c":"QTask","l":"CANCELED"},{"p":"org.iquantum.core","c":"SimEntity","l":"cancelEvent(Predicate)","u":"cancelEvent(org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"canSelect()"},{"p":"org.iquantum.fog.application.selectivity","c":"FractionalSelectivity","l":"canSelect()"},{"p":"org.iquantum.fog.application.selectivity","c":"SelectivityModel","l":"canSelect()"},{"p":"org.iquantum.fog.test.perfeval","c":"CardiovascularHealthMonitoringApplication","l":"CardiovascularHealthMonitoringApplication()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.test.perfeval","c":"CardiovascularHealthMonitoringApplicationEdgeward","l":"CardiovascularHealthMonitoringApplicationEdgeward()","u":"%3Cinit%3E()"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"cBroker"},{"p":"org.iquantum.brokers","c":"CBroker","l":"CBroker(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.brokers","c":"CCloudBroker","l":"CCloudBroker(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"CDatacenter(String, CDatacenterCharacteristics, VmAllocationPolicy, List, double)","u":"%3Cinit%3E(java.lang.String,org.iquantum.datacenters.CDatacenterCharacteristics,org.iquantum.policies.vm.VmAllocationPolicy,java.util.List,double)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"CDatacenterCharacteristics(String, String, String, List, double, double, double, double, double)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.util.List,double,double,double,double,double)"},{"p":"org.iquantum.brokers","c":"CEdgeBroker","l":"CEdgeBroker(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.sdn","c":"Channel","l":"changeBandwidth(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"changeMips(double)"},{"p":"org.iquantum.sdn","c":"Channel","l":"Channel(int, int, int, List, List, double)","u":"%3Cinit%3E(int,int,int,java.util.List,java.util.List,double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"checkCloudletCompletion()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"checkCloudletCompletion()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"checkCloudletCompletion()"},{"p":"org.iquantum.sdn","c":"SDNDatacenter","l":"checkCloudletCompletion()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"childrenIds"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"childToLatencyMap"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"childToOperatorsMap"},{"p":"org.iquantum.fog.test","c":"CleanFromJson","l":"CleanFromJson()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core","c":"DeferredQueue","l":"clear()"},{"p":"org.iquantum.core","c":"FutureQueue","l":"clear()"},{"p":"org.iquantum.sdn","c":"ForwardingRule","l":"clear()"},{"p":"org.iquantum.sdn","c":"RoutingTable","l":"clear()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"clearDatacenters()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"clearDatacenters()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"clearDatacenters()"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"clearGraph()"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"clearGraph()"},{"p":"org.iquantum.sdn","c":"Node","l":"clearVMRoutingTable()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"clearVMRoutingTable()"},{"p":"org.iquantum.sdn","c":"Switch","l":"clearVMRoutingTable()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"CLIENT"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"clist"},{"p":"org.iquantum.core","c":"iQuantum","l":"clock()"},{"p":"org.iquantum.core","c":"SimEntity","l":"clone()"},{"p":"org.iquantum.core","c":"SimEvent","l":"clone()"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"clone()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"CLOUD"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUD_GATEWAY_DISPATCH_TASK"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"CloudGateway(String, CCloudBroker, QCloudBroker)","u":"%3Cinit%3E(java.lang.String,org.iquantum.brokers.CCloudBroker,org.iquantum.brokers.QCloudBroker)"},{"p":"org.iquantum.core","c":"CloudInformationService","l":"CloudInformationService(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_CANCEL"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_MOVE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_MOVE_ACK"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_PAUSE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_PAUSE_ACK"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_RESUME"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_RESUME_ACK"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_RETURN"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_STATUS"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_SUBMIT"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"CLOUDLET_SUBMIT_ACK"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletCancel(int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"cloudletCancel(int)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"cloudletCancel(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletCancel(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"cloudletCancel(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"cloudletCancel(int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletExecList"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletExecList"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletFailedList"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletFailedList"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletFinish(ResCTask)","u":"cloudletFinish(org.iquantum.tasks.ResCTask)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"cloudletFinish(ResCTask)","u":"cloudletFinish(org.iquantum.tasks.ResCTask)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"cloudletFinish(ResCTask)","u":"cloudletFinish(org.iquantum.tasks.ResCTask)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"cloudletFinish(ResCTask)","u":"cloudletFinish(org.iquantum.tasks.ResCTask)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletFinish(ResCTask)","u":"cloudletFinish(org.iquantum.tasks.ResCTask)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"cloudletFinish(ResCTask)","u":"cloudletFinish(org.iquantum.tasks.ResCTask)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"cloudletFinish(ResCTask)","u":"cloudletFinish(org.iquantum.tasks.ResCTask)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"cloudletFinish(ResCTask)","u":"cloudletFinish(org.iquantum.tasks.ResCTask)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletFinishedList"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletFinishedList"},{"p":"org.iquantum.network.datacenter","c":"NetworkVm","l":"cloudletlist"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"cloudletList"},{"p":"org.iquantum.brokers","c":"CBroker","l":"cloudletList"},{"p":"org.iquantum.lists","c":"CloudletList","l":"CloudletList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletPause(int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"cloudletPause(int)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"cloudletPause(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletPause(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"cloudletPause(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"cloudletPause(int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletPausedList"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletPausedList"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"cloudletReceivedList"},{"p":"org.iquantum.brokers","c":"CBroker","l":"cloudletReceivedList"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletResume(int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"cloudletResume(int)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"cloudletResume(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletResume(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"cloudletResume(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"cloudletResume(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"CloudletScheduler()","u":"%3Cinit%3E()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"CloudletSchedulerDynamicWorkload(double, int)","u":"%3Cinit%3E(double,int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"CloudletSchedulerSpaceShared()","u":"%3Cinit%3E()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"CloudletSchedulerTimeShared()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"cloudletsSubmitted"},{"p":"org.iquantum.brokers","c":"CBroker","l":"cloudletsSubmitted"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletSubmit(CTask)","u":"cloudletSubmit(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"cloudletSubmit(CTask)","u":"cloudletSubmit(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"cloudletSubmit(CTask)","u":"cloudletSubmit(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"cloudletSubmit(CTask)","u":"cloudletSubmit(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletSubmit(CTask)","u":"cloudletSubmit(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"cloudletSubmit(CTask)","u":"cloudletSubmit(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"cloudletSubmit(CTask)","u":"cloudletSubmit(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"cloudletSubmit(CTask)","u":"cloudletSubmit(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletSubmit(CTask, double)","u":"cloudletSubmit(org.iquantum.tasks.CTask,double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"cloudletSubmit(CTask, double)","u":"cloudletSubmit(org.iquantum.tasks.CTask,double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"cloudletSubmit(CTask, double)","u":"cloudletSubmit(org.iquantum.tasks.CTask,double)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"cloudletSubmit(CTask, double)","u":"cloudletSubmit(org.iquantum.tasks.CTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletSubmit(CTask, double)","u":"cloudletSubmit(org.iquantum.tasks.CTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"cloudletSubmit(CTask, double)","u":"cloudletSubmit(org.iquantum.tasks.CTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"cloudletSubmit(CTask, double)","u":"cloudletSubmit(org.iquantum.tasks.CTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"cloudletSubmit(CTask, double)","u":"cloudletSubmit(org.iquantum.tasks.CTask,double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"cloudletSubmittedList"},{"p":"org.iquantum.brokers","c":"CBroker","l":"cloudletSubmittedList"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"cloudletWaitingList"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"cloudletWaitingList"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"cloudTrafficMap"},{"p":"org.iquantum.fog.placement","c":"PlacementLogicFactory","l":"CLUSTERED_MICROSERVICES_PLACEMENT"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"ClusteredMicroservicePlacementLogic(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"clustering_levels"},{"p":"org.iquantum.fog.mobilitydata","c":"Clustering","l":"Clustering()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"ClusteringController(String, List, List, List, LocationHandler)","u":"%3Cinit%3E(java.lang.String,java.util.List,java.util.List,java.util.List,org.iquantum.fog.placement.LocationHandler)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"ClusteringController(String, List, List, List, LocationHandler, List)","u":"%3Cinit%3E(java.lang.String,java.util.List,java.util.List,java.util.List,org.iquantum.fog.placement.LocationHandler,java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"clusteringFeature"},{"p":"org.iquantum.fog.utils","c":"Config","l":"clusteringLatency"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"clusteringSubmit(List)","u":"clusteringSubmit(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"clusteringSubmit(List)","u":"clusteringSubmit(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"clusterLinkBandwidth"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"clusterMembers"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"clusterMembersToLatencyMap"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"clusterTupleQueue"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"COMMUNICATION_LENGTH"},{"p":"org.iquantum.fog.utils","c":"OperatorSetComparator","l":"compare(List, List)","u":"compare(java.util.List,java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"compareTo(Object)","u":"compareTo(java.lang.Object)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVm","l":"compareTo(Object)","u":"compareTo(java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEvent","l":"compareTo(SimEvent)","u":"compareTo(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.utils","c":"Config","l":"Config()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"connectWithLatencies()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"connectWithLatencies()"},{"p":"org.iquantum.sdn","c":"Constants","l":"Constants()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.core","c":"containeriQuantumTags","l":"CONTAINER_CREATE_ACK"},{"p":"org.iquantum.backends.classical.container.core","c":"containeriQuantumTags","l":"CONTAINER_MIGRATE"},{"p":"org.iquantum.backends.classical.container.core","c":"containeriQuantumTags","l":"CONTAINER_SUBMIT"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"Container(int, int, double, int, int, long, long, String, ContainerCloudletScheduler, double)","u":"%3Cinit%3E(int,int,double,int,int,long,long,java.lang.String,org.iquantum.backends.classical.container.schedulers.ContainerCloudletScheduler,double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicy","l":"ContainerAllocationPolicy()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicyRS","l":"ContainerAllocationPolicyRS(ContainerPlacementPolicy)","u":"%3Cinit%3E(org.iquantum.backends.classical.container.containerPlacementPolicies.ContainerPlacementPolicy)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"ContainerAllocationPolicySimple()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"ContainerBwProvisioner(long)","u":"%3Cinit%3E(long)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisionerSimple","l":"ContainerBwProvisionerSimple(long)","u":"%3Cinit%3E(long)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"ContainerCloudletScheduler()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"ContainerCloudletSchedulerDynamicWorkload(double, int)","u":"%3Cinit%3E(double,int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"ContainerCloudletSchedulerTimeShared()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"containerCreate(Container)","u":"containerCreate(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerCTask","l":"ContainerCTask(int, long, int, long, long, UtilizationModel, UtilizationModel, UtilizationModel)","u":"%3Cinit%3E(int,long,int,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerCTask","l":"ContainerCTask(int, long, int, long, long, UtilizationModel, UtilizationModel, UtilizationModel, boolean)","u":"%3Cinit%3E(int,long,int,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerCTask","l":"ContainerCTask(int, long, int, long, long, UtilizationModel, UtilizationModel, UtilizationModel, boolean, List)","u":"%3Cinit%3E(int,long,int,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,boolean,java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerCTask","l":"ContainerCTask(int, long, int, long, long, UtilizationModel, UtilizationModel, UtilizationModel, List)","u":"%3Cinit%3E(int,long,int,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"ContainerDatacenter(String, ContainerDatacenterCharacteristics, ContainerVmAllocationPolicy, ContainerAllocationPolicy, List, double, String, String)","u":"%3Cinit%3E(java.lang.String,org.iquantum.backends.classical.container.core.ContainerDatacenterCharacteristics,org.iquantum.backends.classical.container.resourceAllocators.ContainerVmAllocationPolicy,org.iquantum.backends.classical.container.resourceAllocators.ContainerAllocationPolicy,java.util.List,double,java.lang.String,java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"ContainerDatacenterBroker(String, double)","u":"%3Cinit%3E(java.lang.String,double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"ContainerDatacenterCharacteristics(String, String, String, List, double, double, double, double, double)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.util.List,double,double,double,double,double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"containerDeallocate(Container)","u":"containerDeallocate(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"containerDeallocateAll()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"containerDestroy(Container)","u":"containerDestroy(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"containerDestroyAll()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"ContainerHost(int, ContainerVmRamProvisioner, ContainerVmBwProvisioner, long, List, ContainerVmScheduler)","u":"%3Cinit%3E(int,org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmRamProvisioner,org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmBwProvisioner,long,java.util.List,org.iquantum.backends.classical.container.schedulers.ContainerVmScheduler)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"ContainerHostDynamicWorkload(int, ContainerVmRamProvisioner, ContainerVmBwProvisioner, long, List, ContainerVmScheduler)","u":"%3Cinit%3E(int,org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmRamProvisioner,org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmBwProvisioner,long,java.util.List,org.iquantum.backends.classical.container.schedulers.ContainerVmScheduler)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"ContainerHostList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerCTask","l":"containerId"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"containerList"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerList","l":"ContainerList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"containerMigrationCount"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"ContainerPe(int, ContainerPeProvisioner)","u":"%3Cinit%3E(int,org.iquantum.backends.classical.container.containerProvisioners.ContainerPeProvisioner)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"ContainerPeList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"ContainerPeProvisioner(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicy","l":"ContainerPlacementPolicy()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicyFirstFit","l":"ContainerPlacementPolicyFirstFit()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicyLeastFull","l":"ContainerPlacementPolicyLeastFull()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicyMostFull","l":"ContainerPlacementPolicyMostFull()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicyRandomSelection","l":"ContainerPlacementPolicyRandomSelection()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"ContainerRamProvisioner(float)","u":"%3Cinit%3E(float)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisionerSimple","l":"ContainerRamProvisionerSimple(float)","u":"%3Cinit%3E(float)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"containersAcks"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"ContainerScheduler(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"ContainerSchedulerTimeShared(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeSharedOverSubscription","l":"ContainerSchedulerTimeSharedOverSubscription(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"containersCreated"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"containersCreatedList"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"containersToDatacentersMap"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"ContainerVm(int, int, double, float, long, long, String, ContainerScheduler, ContainerRamProvisioner, ContainerBwProvisioner, List)","u":"%3Cinit%3E(int,int,double,float,long,long,java.lang.String,org.iquantum.backends.classical.container.schedulers.ContainerScheduler,org.iquantum.backends.classical.container.containerProvisioners.ContainerRamProvisioner,org.iquantum.backends.classical.container.containerProvisioners.ContainerBwProvisioner,java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"ContainerVmAllocationPolicy(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"ContainerVmAllocationPolicySimple(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"ContainerVmBwProvisioner(long)","u":"%3Cinit%3E(long)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisionerSimple","l":"ContainerVmBwProvisionerSimple(long)","u":"%3Cinit%3E(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"containerVmCreate(ContainerVm)","u":"containerVmCreate(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"containerVmDeallocate(ContainerVm)","u":"containerVmDeallocate(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"containerVmDeallocateAll()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"containerVmDestroy(ContainerVm)","u":"containerVmDestroy(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"containerVmDestroyAll()"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmList","l":"ContainerVmList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"ContainerVmPe(int, ContainerVmPeProvisioner)","u":"%3Cinit%3E(int,org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmPeProvisioner)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"ContainerVmPeList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"ContainerVmPeProvisioner(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"ContainerVmPeProvisionerSimple(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"ContainerVmRamProvisioner(float)","u":"%3Cinit%3E(float)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisionerSimple","l":"ContainerVmRamProvisionerSimple(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"ContainerVmScheduler(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"ContainerVmSchedulerTimeShared(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeSharedOverSubscription","l":"ContainerVmSchedulerTimeSharedOverSubscription(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"contains(double, double)","u":"contains(double,double)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"contains(double, double, double, double)","u":"contains(double,double,double,double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"contains(File)","u":"contains(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"contains(File)","u":"contains(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"contains(File)","u":"contains(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"contains(File)","u":"contains(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"contains(int, int)","u":"contains(int,int)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"contains(Point)","u":"contains(java.awt.Point)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"contains(Point2D)","u":"contains(java.awt.geom.Point2D)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"contains(Rectangle2D)","u":"contains(java.awt.geom.Rectangle2D)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"contains(String)","u":"contains(java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"contains(String)","u":"contains(java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"contains(String)","u":"contains(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"contains(String)","u":"contains(java.lang.String)"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"CONTROL_MSG_ARRIVAL"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"CONTROLLER_RESOURCE_MANAGE"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"Controller(String, List, List, List)","u":"%3Cinit%3E(java.lang.String,java.util.List,java.util.List,java.util.List)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"controllerComponent"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"ControllerComponent(Integer, LoadBalancer)","u":"%3Cinit%3E(java.lang.Integer,org.iquantum.fog.entities.LoadBalancer)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"ControllerComponent(Integer, LoadBalancer, MicroservicePlacementLogic, Map>, Map, List)","u":"%3Cinit%3E(java.lang.Integer,org.iquantum.fog.entities.LoadBalancer,org.iquantum.fog.placement.MicroservicePlacementLogic,java.util.Map,java.util.Map,java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"controllerId"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"convertWeightedMetric(double, double)","u":"convertWeightedMetric(double,double)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"convertWeightedMetric(double, double)","u":"convertWeightedMetric(double,double)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"convertWeightedMetric(double, double)","u":"convertWeightedMetric(double,double)"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"coordinates"},{"p":"org.iquantum.fog.gui.core","c":"Coordinates","l":"Coordinates()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.core","c":"Coordinates","l":"Coordinates()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"Coordinates","l":"Coordinates(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"org.iquantum.sdn.graph.core","c":"Coordinates","l":"Coordinates(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"copyValue(FileAttribute)","u":"copyValue(org.iquantum.utils.datacloud.FileAttribute)"},{"p":"org.iquantum.sdn","c":"CoreSwitch","l":"CoreSwitch(String, int, long, int, int, NetworkOperatingSystem)","u":"%3Cinit%3E(java.lang.String,int,long,int,int,org.iquantum.sdn.NetworkOperatingSystem)"},{"p":"org.iquantum.backends.classical.container.utils","c":"Correlation","l":"Correlation()","u":"%3Cinit%3E()"},{"p":"org.iquantum.tasks","c":"CTask","l":"costPerBw"},{"p":"org.iquantum.backends.classical.container.utils","c":"CostumeCSVReader","l":"CostumeCSVReader(File)","u":"%3Cinit%3E(java.io.File)"},{"p":"org.iquantum.backends.classical.container.utils","c":"CostumeCSVWriter","l":"CostumeCSVWriter(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"CotainerPeProvisionerSimple(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.utils","c":"MathUtil","l":"countNonZeroBeginning(double[])"},{"p":"org.iquantum.utils","c":"MathUtil","l":"countShortestRow(double[][])"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"covers(GeoCoverage)","u":"covers(org.iquantum.fog.utils.GeoCoverage)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"CPU"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"CPUfinTimeCPU"},{"p":"org.iquantum.core","c":"SimEvent","l":"CREATE"},{"p":"org.iquantum.backends.classical.container.core","c":"containeriQuantumTags","l":"CREATE_NEW_VM"},{"p":"org.iquantum.sdn.example","c":"SDNExample.VmAllocationPolicyFactory","l":"create(List)","u":"create(java.util.List)"},{"p":"org.iquantum.fog.application","c":"Application","l":"createApplication(String, int)","u":"createApplication(java.lang.String,int)"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"createBroker()"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"createCloudletList(List)","u":"createCloudletList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"WorkflowApp","l":"createCloudletList(List)","u":"createCloudletList(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"createClusterConnections(int, List, Double)","u":"createClusterConnections(int,java.util.List,java.lang.Double)"},{"p":"org.iquantum.fog.mobilitydata","c":"Clustering","l":"createClusterMembers(int, int, JSONObject)","u":"createClusterMembers(int,int,org.json.simple.JSONObject)"},{"p":"org.iquantum.tasks","c":"CTask","l":"CREATED"},{"p":"org.iquantum.tasks","c":"QTask","l":"CREATED"},{"p":"org.iquantum.fog.application","c":"Application","l":"createDAG()"},{"p":"org.iquantum.fog.utils","c":"FogEntityFactory","l":"createFogDevice(String, int, double, double, double, double)","u":"createFogDevice(java.lang.String,int,double,double,double,double)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"createHost(int, int, long, long, long, double)","u":"createHost(int,int,long,long,long,double)"},{"p":"org.iquantum.sdn.overbooking","c":"OverbookingNetworkOperatingSystem","l":"createHost(int, int, long, long, long, double)","u":"createHost(int,int,long,long,long,double)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"PhysicalTopologyGenerator","l":"createHostSpec(int, long, int, long, long)","u":"createHostSpec(int,long,int,long,long)"},{"p":"org.iquantum.utils","c":"MathUtil","l":"createLinearRegression(double[], double[])","u":"createLinearRegression(double[],double[])"},{"p":"org.iquantum.utils","c":"MathUtil","l":"createLinearRegression(double[][], double[])","u":"createLinearRegression(double[][],double[])"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"createModuleInstanceOnDevice(AppModule, FogDevice)","u":"createModuleInstanceOnDevice(org.iquantum.fog.application.AppModule,org.iquantum.fog.entities.FogDevice)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"createModuleInstanceOnDevice(AppModule, FogDevice, int)","u":"createModuleInstanceOnDevice(org.iquantum.fog.application.AppModule,org.iquantum.fog.entities.FogDevice,int)"},{"p":"org.iquantum.fog.placement","c":"ModuleMapping","l":"createModuleMapping()"},{"p":"org.iquantum.backends.quantum","c":"IBMQNode","l":"createNode(int, String, QTaskScheduler)","u":"createNode(int,java.lang.String,org.iquantum.policies.qtasks.QTaskScheduler)"},{"p":"org.iquantum.backends.quantum","c":"IBMQNodeMQ","l":"createNode(int, String, QTaskSchedulerFCFSMQ)","u":"createNode(int,java.lang.String,org.iquantum.policies.qtasks.QTaskSchedulerFCFSMQ)"},{"p":"org.iquantum.fog.mobilitydata","c":"RandomMobilityGenerator","l":"createRandomData(int, int, String, boolean)","u":"createRandomData(int,int,java.lang.String,boolean)"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"createSDNDatacenter(String, String, NetworkOperatingSystem, SDNExample.VmAllocationPolicyFactory)","u":"createSDNDatacenter(java.lang.String,java.lang.String,org.iquantum.sdn.NetworkOperatingSystem,org.iquantum.sdn.example.SDNExample.VmAllocationPolicyFactory)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"PhysicalTopologyGenerator","l":"createTopology(PhysicalTopologyGenerator.HostSpec, long, long, int, double)","u":"createTopology(org.iquantum.sdn.example.topogenerators.PhysicalTopologyGenerator.HostSpec,long,long,int,double)"},{"p":"org.iquantum.fog.application","c":"Application","l":"createTuple(AppEdge, int, int)","u":"createTuple(org.iquantum.fog.application.AppEdge,int,int)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGeneratorVmTypes","l":"createVM(VirtualTopologyGeneratorVmTypes.VMtype, double, double)","u":"createVM(org.iquantum.sdn.example.topogenerators.VirtualTopologyGeneratorVmTypes.VMtype,double,double)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"createvmflag"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"createVMinHost(ContainerHost, boolean)","u":"createVMinHost(org.iquantum.backends.classical.container.core.ContainerHost,boolean)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"createVms(ContainerHost, boolean)","u":"createVms(org.iquantum.backends.classical.container.core.ContainerHost,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"createVmsInDatacenter(int)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"createVmsInDatacenter(int)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"createVmsInDatacenterBase(int)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGenerator","l":"createVmSpec(int, long, int, long, long, double, double)","u":"createVmSpec(int,long,int,long,long,double,double)"},{"p":"org.iquantum.utils","c":"MathUtil","l":"createWeigthedLinearRegression(double[], double[], double[])","u":"createWeigthedLinearRegression(double[],double[],double[])"},{"p":"org.iquantum.fog.test.perfeval","c":"CrowdSensing_Microservices_RandomMobility_Clustering","l":"CrowdSensing_Microservices_RandomMobility_Clustering()","u":"%3Cinit%3E()"},{"p":"org.iquantum.tasks","c":"CTask","l":"CTask(int, long, int, long, long, UtilizationModel, UtilizationModel, UtilizationModel)","u":"%3Cinit%3E(int,long,int,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel)"},{"p":"org.iquantum.tasks","c":"CTask","l":"CTask(int, long, int, long, long, UtilizationModel, UtilizationModel, UtilizationModel, boolean)","u":"%3Cinit%3E(int,long,int,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,boolean)"},{"p":"org.iquantum.tasks","c":"CTask","l":"CTask(int, long, int, long, long, UtilizationModel, UtilizationModel, UtilizationModel, boolean, List)","u":"%3Cinit%3E(int,long,int,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,boolean,java.util.List)"},{"p":"org.iquantum.tasks","c":"CTask","l":"CTask(int, long, int, long, long, UtilizationModel, UtilizationModel, UtilizationModel, List)","u":"%3Cinit%3E(int,long,int,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,java.util.List)"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"cTaskList"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_MASTER"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_MASTER_ERROR"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_MASTER_ERROR_FULL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_MASTER_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_MASTER_SUCCESSFUL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_REPLICA"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_REPLICA_ERROR"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_REPLICA_ERROR_DOESNT_EXIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_REPLICA_ERROR_FULL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_REPLICA_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_ADD_REPLICA_SUCCESSFUL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_MASTER"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_MASTER_DOESNT_EXIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_MASTER_ERROR"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_MASTER_REPLICAS_EXIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_MASTER_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_MASTER_SUCCESSFUL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_REPLICA"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_REPLICA_ERROR"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_REPLICA_ERROR_DOESNT_EXIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_REPLICA_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_DELETE_REPLICA_SUCCESSFUL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_FILE_ATTR_DELIVERY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_FILTER"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_FILTER_DELIVERY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_GET_FILE_ATTR"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_GET_REPLICA"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_GET_REPLICA_LIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_MODIFY_MASTER"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_MODIFY_MASTER_ERROR"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_MODIFY_MASTER_ERROR_DOESNT_EXIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_MODIFY_MASTER_ERROR_READ_ONLY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_MODIFY_MASTER_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_MODIFY_MASTER_SUCCESSFUL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_REPLICA_DELIVERY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"CTLG_REPLICA_LIST_DELIVERY"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"currentAppId"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"currentCloudletId"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"currentCpuLoad"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"currentCpuLoad"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"currentCpuLoad"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"currentCpuLoad"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"currentCpuLoad"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"currentCpus"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"currentCpus"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"currentCPUs"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"currentCPUs"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"currentModuleInstanceNum"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"currentModuleInstanceNum"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"currentModuleInstanceNum"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"currentModuleInstanceNum"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"currentModuleInstanceNum"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"currentModuleLoadMap"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"currentModuleLoadMap"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"currentModuleLoadMap"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"currentModuleLoadMap"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"currentModuleLoadMap"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"currentModuleMap"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"currentModuleMap"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"currentModuleMap"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"currentModuleMap"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"currentModuleMap"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"currentQPUs"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"currentQPUs"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"currStagenum"},{"p":"org.iquantum.fog.application","c":"Application","l":"dag"},{"p":"org.iquantum.fog.application","c":"DAG","l":"DAG(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"datacenter"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"datacenterCharacteristicsList"},{"p":"org.iquantum.brokers","c":"CBroker","l":"datacenterCharacteristicsList"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"datacenterid"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"datacenterIdsList"},{"p":"org.iquantum.brokers","c":"CBroker","l":"datacenterIdsList"},{"p":"org.iquantum.brokers","c":"QBroker","l":"datacenterIdsList"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"datacenterIdsList"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"datacenterRequestedIdsList"},{"p":"org.iquantum.brokers","c":"CBroker","l":"datacenterRequestedIdsList"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"DATAcloudlet_SUBMIT"},{"p":"org.iquantum.utils","c":"DataFormat","l":"DataFormat()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"dataObject"},{"p":"org.iquantum.fog.mobilitydata","c":"DataParser","l":"DataParser()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"dataset_random"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"dataset_reference"},{"p":"org.iquantum.core","c":"Consts","l":"DAY"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"dc"},{"p":"org.iquantum.fog.test.perfeval","c":"DCNSFog","l":"DCNSFog()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"deadline"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"deallocateBwForAllContainers()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisionerSimple","l":"deallocateBwForAllContainers()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"deallocateBwForAllContainerVms()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisionerSimple","l":"deallocateBwForAllContainerVms()"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"deallocateBwForAllVms()"},{"p":"org.iquantum.provisioners","c":"BwProvisionerSimple","l":"deallocateBwForAllVms()"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"deallocateBwForAllVms()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"deallocateBwForContainer(Container)","u":"deallocateBwForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisionerSimple","l":"deallocateBwForContainer(Container)","u":"deallocateBwForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"deallocateBwForContainerVm(ContainerVm)","u":"deallocateBwForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisionerSimple","l":"deallocateBwForContainerVm(ContainerVm)","u":"deallocateBwForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"deallocateBwForVm(Vm)","u":"deallocateBwForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"BwProvisionerSimple","l":"deallocateBwForVm(Vm)","u":"deallocateBwForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"deallocateBwForVm(Vm)","u":"deallocateBwForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"deallocateHostForVm(ContainerVm)","u":"deallocateHostForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"deallocateHostForVm(ContainerVm)","u":"deallocateHostForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationAbstract","l":"deallocateHostForVm(ContainerVm)","u":"deallocateHostForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"deallocateHostForVm(Vm)","u":"deallocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"deallocateHostForVm(Vm)","u":"deallocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicy","l":"deallocateHostForVm(Vm)","u":"deallocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"deallocateHostForVm(Vm)","u":"deallocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyAbstract","l":"deallocateHostForVm(Vm)","u":"deallocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"deallocateHostForVm(Vm)","u":"deallocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"deallocateHostForVm(Vm)","u":"deallocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"deallocateHostForVm(Vm)","u":"deallocateHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"deallocateMipsForAllContainers()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"deallocateMipsForAllContainers()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"deallocateMipsForAllContainerVms()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"deallocateMipsForAllContainerVms()"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"deallocateMipsForAllVms()"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"deallocateMipsForAllVms()"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"deallocateMipsForAllVms()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"deallocateMipsForContainer(Container)","u":"deallocateMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"deallocateMipsForContainer(Container)","u":"deallocateMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"deallocateMipsForContainerVm(ContainerVm)","u":"deallocateMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"deallocateMipsForContainerVm(ContainerVm)","u":"deallocateMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"deallocateMipsForVm(Vm)","u":"deallocateMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"deallocateMipsForVm(Vm)","u":"deallocateMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"deallocateMipsForVm(Vm)","u":"deallocateMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"deallocatePesForAllContainers()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"deallocatePesForAllContainers()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"deallocatePesForAllContainerVms()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"deallocatePesForAllContainerVms()"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"deallocatePesForAllVms()"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"deallocatePesForAllVms()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"deallocatePesForContainer(Container)","u":"deallocatePesForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"deallocatePesForContainer(Container)","u":"deallocatePesForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"deallocatePesForContainer(Container)","u":"deallocatePesForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"deallocatePesForContainerVm(ContainerVm)","u":"deallocatePesForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"deallocatePesForVm(ContainerVm)","u":"deallocatePesForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"deallocatePesForVm(ContainerVm)","u":"deallocatePesForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"deallocatePesForVm(Vm)","u":"deallocatePesForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"deallocatePesForVm(Vm)","u":"deallocatePesForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerSpaceShared","l":"deallocatePesForVm(Vm)","u":"deallocatePesForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"deallocatePesForVm(Vm)","u":"deallocatePesForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"deallocatePesForVm(Vm)","u":"deallocatePesForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"deallocateRamForAllContainers()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisionerSimple","l":"deallocateRamForAllContainers()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"deallocateRamForAllContainerVms()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisionerSimple","l":"deallocateRamForAllContainerVms()"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"deallocateRamForAllVms()"},{"p":"org.iquantum.provisioners","c":"RamProvisionerSimple","l":"deallocateRamForAllVms()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"deallocateRamForContainer(Container)","u":"deallocateRamForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisionerSimple","l":"deallocateRamForContainer(Container)","u":"deallocateRamForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"deallocateRamForContainerVm(ContainerVm)","u":"deallocateRamForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisionerSimple","l":"deallocateRamForContainerVm(ContainerVm)","u":"deallocateRamForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"deallocateRamForVm(Vm)","u":"deallocateRamForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"RamProvisionerSimple","l":"deallocateRamForVm(Vm)","u":"deallocateRamForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicy","l":"deallocateVmForContainer(Container)","u":"deallocateVmForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"deallocateVmForContainer(Container)","u":"deallocateVmForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicy","l":"deallocateVmForContainer(Container)","u":"deallocateVmForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.fog.utils","c":"Logger","l":"DEBUG"},{"p":"org.iquantum.fog.utils","c":"Logger","l":"debug(String, String)","u":"debug(java.lang.String,java.lang.String)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"debugFlowIdName"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"debugVmIdName"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"DEFAULT_BAUD_RATE"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"DEFAULT_MTU"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"DEFAULT_STORAGE_SIZE"},{"p":"org.iquantum.core","c":"iQuantum","l":"deferred"},{"p":"org.iquantum.core","c":"DeferredQueue","l":"DeferredQueue()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"delayMatrix"},{"p":"org.iquantum.network","c":"DelayMatrix_Float","l":"DelayMatrix_Float(TopologicalGraph, boolean)","u":"%3Cinit%3E(org.iquantum.network.TopologicalGraph,boolean)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"deleteFile(File)","u":"deleteFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"SanStorage","l":"deleteFile(File)","u":"deleteFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"deleteFile(File)","u":"deleteFile(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"deleteFile(String)","u":"deleteFile(java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"deleteFile(String)","u":"deleteFile(java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"deleteFile(String, File)","u":"deleteFile(java.lang.String,org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"SanStorage","l":"deleteFile(String, File)","u":"deleteFile(java.lang.String,org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"deleteFile(String, File)","u":"deleteFile(java.lang.String,org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.tasks","c":"CTask","l":"deleteRequiredFile(String)","u":"deleteRequiredFile(java.lang.String)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"deployApplication(int, String)","u":"deployApplication(int,java.lang.String)"},{"p":"org.iquantum.sdn.example","c":"SimpleNetworkOperatingSystem","l":"deployApplication(List, List, List)","u":"deployApplication(java.util.List,java.util.List,java.util.List)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"deployApplication(List, List, List)","u":"deployApplication(java.util.List,java.util.List,java.util.List)"},{"p":"org.iquantum.sdn.overbooking","c":"OverbookingNetworkOperatingSystem","l":"deployApplication(List, List, List)","u":"deployApplication(java.util.List,java.util.List,java.util.List)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"deployementSet"},{"p":"org.iquantum.sdn.example","c":"SimpleNetworkOperatingSystem","l":"deployFlow(List)","u":"deployFlow(java.util.List)"},{"p":"org.iquantum.sdn.overbooking","c":"OverbookingNetworkOperatingSystem","l":"deployFlow(List)","u":"deployFlow(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"deploymentFile"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"DEPLOYMENTREQUEST"},{"p":"org.iquantum.sdn.example","c":"SimpleNetworkOperatingSystem","l":"deployMiddlebox(String, Vm)","u":"deployMiddlebox(java.lang.String,org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"deployMiddlebox(String, Vm)","u":"deployMiddlebox(java.lang.String,org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.overbooking","c":"OverbookingNetworkOperatingSystem","l":"deployMiddlebox(String, Vm)","u":"deployMiddlebox(java.lang.String,org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"destinationDeviceId"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"determineParent(int, double)","u":"determineParent(int,double)"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"DETERMINISTIC"},{"p":"org.iquantum.fog.utils.distribution","c":"DeterministicDistribution","l":"DeterministicDistribution(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"deviceId"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"deviceType"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"DIRECTIONAL_MOBILITY"},{"p":"org.iquantum.utils","c":"Log","l":"disable()"},{"p":"org.iquantum.fog.placement","c":"PlacementLogicFactory","l":"DISTRIBUTED_MICROSERVICES_PLACEMENT"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"DistributedMicroservicePlacementLogic(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"Distribution()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"DOWN"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"downlinkbandwidth"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"downlinkBandwidth"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"downlinkswitches"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"downlinkswitchpktlist"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"EDGE_LEVEL"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"Edge(Node)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Node)"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"Edge(Node)","u":"%3Cinit%3E(org.iquantum.sdn.graph.core.Node)"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"Edge(Node, double)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Node,double)"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"Edge(Node, double)","u":"%3Cinit%3E(org.iquantum.sdn.graph.core.Node,double)"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"Edge(Node, Map)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Node,java.util.Map)"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"Edge(Node, Map)","u":"%3Cinit%3E(org.iquantum.sdn.graph.core.Node,java.util.Map)"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"Edge(Node, String, long)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Node,java.lang.String,long)"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"Edge(Node, String, long)","u":"%3Cinit%3E(org.iquantum.sdn.graph.core.Node,java.lang.String,long)"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"EdgeGateway(String, CCloudBroker, QCloudBroker)","u":"%3Cinit%3E(java.lang.String,org.iquantum.brokers.CCloudBroker,org.iquantum.brokers.QCloudBroker)"},{"p":"org.iquantum.sdn","c":"EdgeSwitch","l":"EdgeSwitch(String, int, long, int, int, NetworkOperatingSystem)","u":"%3Cinit%3E(java.lang.String,int,long,int,int,org.iquantum.sdn.NetworkOperatingSystem)"},{"p":"org.iquantum.network.datacenter","c":"EdgeSwitch","l":"EdgeSwitch(String, int, NetworkCDatacenter)","u":"%3Cinit%3E(java.lang.String,int,org.iquantum.network.datacenter.NetworkCDatacenter)"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"EdgeSwitchPort"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"EDGEWARDS"},{"p":"org.iquantum.fog.placement","c":"PlacementLogicFactory","l":"EDGEWART_MICROSERCVICES_PLACEMENT"},{"p":"org.iquantum.sdn","c":"Middlebox","l":"editRequest(Request)","u":"editRequest(org.iquantum.sdn.Request)"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"EMIT_TUPLE"},{"p":"org.iquantum.fog.utils","c":"Config","l":"ENABLE_DYNAMIC_CLUSTERING"},{"p":"org.iquantum.fog.utils","c":"MicroservicePlacementConfig","l":"ENABLE_RESOURCE_DATA_SHARING"},{"p":"org.iquantum.fog.utils","c":"Config","l":"ENABLE_STATIC_CLUSTERING"},{"p":"org.iquantum.utils","c":"Log","l":"enable()"},{"p":"org.iquantum.fog.utils","c":"Logger","l":"ENABLED"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"END_OF_SIMULATION"},{"p":"org.iquantum.utils","c":"ExecutionTimeMeasurer","l":"end(String)","u":"end(java.lang.String)"},{"p":"org.iquantum.core","c":"SimEvent","l":"endWaitingTime()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"energyConsumption"},{"p":"org.iquantum.core","c":"SimEvent","l":"ENULL"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"environmentLimit"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"equals(Object)","u":"equals(java.lang.Object)"},{"p":"org.iquantum.fog.utils","c":"Logger","l":"ERROR"},{"p":"org.iquantum.fog.utils","c":"Logger","l":"error(String, String)","u":"error(java.lang.String,java.lang.String)"},{"p":"org.iquantum.core","c":"SimEvent","l":"eventTime()"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"executeApplicationPlacementLogic(List)","u":"executeApplicationPlacementLogic(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"executeTuple(SimEvent, String)","u":"executeTuple(org.iquantum.core.SimEvent,java.lang.String)"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"EXECUTION"},{"p":"org.iquantum.utils","c":"ExecutionTimeMeasurer","l":"ExecutionTimeMeasurer()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"exetime"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"exeTime"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"EXPERIMENT"},{"p":"org.iquantum.distributions","c":"ExponentialDistr","l":"ExponentialDistr(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.distributions","c":"ExponentialDistr","l":"ExponentialDistr(long, double)","u":"%3Cinit%3E(long,double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"extractHostListFromMigrationMap(List>)","u":"extractHostListFromMigrationMap(java.util.List)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"extractHostListFromMigrationMap(List>)","u":"extractHostListFromMigrationMap(java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"FAILED"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"FAILED"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"FAILED"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"FAILED"},{"p":"org.iquantum.tasks","c":"CTask","l":"FAILED"},{"p":"org.iquantum.tasks","c":"QTask","l":"FAILED"},{"p":"org.iquantum.tasks","c":"QTask","l":"FAILED_GATES_INSUFFICIENT"},{"p":"org.iquantum.tasks","c":"QTask","l":"FAILED_QUBIT_MAP"},{"p":"org.iquantum.tasks","c":"QTask","l":"FAILED_QUBITS_INSUFFICIENT"},{"p":"org.iquantum.tasks","c":"CTask","l":"FAILED_RESOURCE_UNAVAILABLE"},{"p":"org.iquantum.tasks","c":"QTask","l":"FAILED_RESOURCE_UNAVAILABLE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"FALSE"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"FCN"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"fFloat"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDNExample","l":"fFloat"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_ERROR"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_ERROR_ACCESS_DENIED"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_ERROR_EMPTY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_ERROR_EXIST_READ_ONLY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_ERROR_STORAGE_FULL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_MASTER"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_MASTER_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_REPLICA"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_REPLICA_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_ADD_SUCCESSFUL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_ERROR"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_ERROR_ACCESS_DENIED"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_ERROR_DOESNT_EXIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_ERROR_IN_USE"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_ERROR_READ_ONLY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_MASTER"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_MASTER_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_REPLICA"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_REPLICA_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELETE_SUCCESSFUL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_DELIVERY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_MODIFY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_MODIFY_ERROR"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_MODIFY_ERROR_ACCESS_DENIED"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_MODIFY_ERROR_DOESNT_EXIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_MODIFY_ERROR_IN_USE"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_MODIFY_ERROR_READ_ONLY"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_MODIFY_RESULT"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_MODIFY_SUCCESSFUL"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"FILE_REQUEST"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"FILE_SIZE"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"File(File)","u":"%3Cinit%3E(org.iquantum.utils.datacloud.File)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"File(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"FileAttribute(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"finalizeCloudlet()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"finalizeQTask()"},{"p":"org.iquantum.backends.classical.container.core","c":"containeriQuantumTags","l":"FIND_VM_FOR_CLOUDLET"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"findAvailableHostForContainer(Container, List>)","u":"findAvailableHostForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection","l":"findAvailableHostForContainer(Container, List>)","u":"findAvailableHostForContainer(org.iquantum.backends.classical.container.core.Container,java.util.List)"},{"p":"org.iquantum.core","c":"iQuantum","l":"findFirstDeferred(int, Predicate)","u":"findFirstDeferred(int,org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"findHostForContainer(Container, Set, boolean)","u":"findHostForContainer(org.iquantum.backends.classical.container.core.Container,java.util.Set,boolean)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection","l":"findHostForContainer(Container, Set, boolean)","u":"findHostForContainer(org.iquantum.backends.classical.container.core.Container,java.util.Set,boolean)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"findHostForVm(ContainerVm)","u":"findHostForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationAbstract","l":"findHostForVm(ContainerVm)","u":"findHostForVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"findHostForVm(ContainerVm, Set)","u":"findHostForVm(org.iquantum.backends.classical.container.core.ContainerVm,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"findHostForVm(ContainerVm, Set)","u":"findHostForVm(org.iquantum.backends.classical.container.core.ContainerVm,java.util.Set)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyAbstract","l":"findHostForVm(Vm)","u":"findHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"findHostForVm(Vm)","u":"findHostForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"findHostForVm(Vm, Set)","u":"findHostForVm(org.iquantum.backends.classical.Vm,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"findMapInSwitchedOffHosts(List)","u":"findMapInSwitchedOffHosts(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"findMapInUnderUtilizedHosts(List, List)","u":"findMapInUnderUtilizedHosts(java.util.List,java.util.List)"},{"p":"org.iquantum.policies.qubitMapping","c":"QubitMappingBackTracking","l":"findMapping(QubitTopology, QubitTopology)","u":"findMapping(org.iquantum.backends.quantum.qubittopologies.QubitTopology,org.iquantum.backends.quantum.qubittopologies.QubitTopology)"},{"p":"org.iquantum.policies.qubitMapping","c":"QubitMappingBackTracking","l":"findMappingIndex(QubitTopology, QubitTopology)","u":"findMappingIndex(org.iquantum.backends.quantum.qubittopologies.QubitTopology,org.iquantum.backends.quantum.qubittopologies.QubitTopology)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"findSDNHost(Host)","u":"findSDNHost(org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"findSDNHost(int)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"findVm(int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicyRS","l":"findVmForContainer(Container)","u":"findVmForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicy","l":"findVmForContainer(Container)","u":"findVmForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"FINISH"},{"p":"org.iquantum.core","c":"SimEntity","l":"FINISHED"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"finishExecution()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"finishExecution()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"finishExecution()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"finishExecution()"},{"p":"org.iquantum.core","c":"iQuantum","l":"finishSimulation()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"finishtime"},{"p":"org.iquantum.network.datacenter","c":"NetworkVm","l":"finishtime"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"fInt"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDNExample","l":"fInt"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"fintime"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"fintimelistHost"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"fintimelistVM"},{"p":"org.iquantum.network.datacenter","c":"NetworkVm","l":"flagfree"},{"p":"org.iquantum.network","c":"FloydWarshall_Float","l":"FloydWarshall_Float()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.utils","c":"Config","l":"FOG_DEVICE_ARCH"},{"p":"org.iquantum.fog.utils","c":"Config","l":"FOG_DEVICE_COST"},{"p":"org.iquantum.fog.utils","c":"Config","l":"FOG_DEVICE_COST_PER_BW"},{"p":"org.iquantum.fog.utils","c":"Config","l":"FOG_DEVICE_COST_PER_MEMORY"},{"p":"org.iquantum.fog.utils","c":"Config","l":"FOG_DEVICE_COST_PER_STORAGE"},{"p":"org.iquantum.fog.utils","c":"Config","l":"FOG_DEVICE_OS"},{"p":"org.iquantum.fog.utils","c":"Config","l":"FOG_DEVICE_TIMEZONE"},{"p":"org.iquantum.fog.utils","c":"Config","l":"FOG_DEVICE_VMM"},{"p":"org.iquantum.fog.entities","c":"FogBrokerC","l":"FogBrokerC(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"FogDevice(String, FogDeviceCharacteristicsC, VmAllocationPolicy, List, double, double, double, double, double)","u":"%3Cinit%3E(java.lang.String,org.iquantum.fog.entities.FogDeviceCharacteristicsC,org.iquantum.policies.vm.VmAllocationPolicy,java.util.List,double,double,double,double,double)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"FogDevice(String, long, int, double, double, double, PowerModel)","u":"%3Cinit%3E(java.lang.String,long,int,double,double,double,org.iquantum.power.models.PowerModel)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"FogDeviceCharacteristicsC(String, String, String, Host, double, double, double, double, double)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,org.iquantum.backends.classical.Host,double,double,double,double,double)"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"FogDeviceGui()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"FogDeviceGui(String, long, int, long, long, int, double)","u":"%3Cinit%3E(java.lang.String,long,int,long,long,int,double)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"fogDevices"},{"p":"org.iquantum.fog.utils","c":"FogEntityFactory","l":"FogEntityFactory()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"FogEvents()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.example","c":"FogGui","l":"FogGui()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.utils","c":"FogLinearPowerModel","l":"FogLinearPowerModel(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.fog.utils","c":"FogUtils","l":"FogUtils()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"FON"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"fonID"},{"p":"org.iquantum.utils","c":"Log","l":"format(String, Object...)","u":"format(java.lang.String,java.lang.Object...)"},{"p":"org.iquantum.utils","c":"Log","l":"formatLine(String, Object...)","u":"formatLine(java.lang.String,java.lang.Object...)"},{"p":"org.iquantum.sdn","c":"ForwardingRule","l":"ForwardingRule()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.application.selectivity","c":"FractionalSelectivity","l":"FractionalSelectivity(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"FREE"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"FREE"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"FREE"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"FREE"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"fString"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDNExample","l":"fString"},{"p":"org.iquantum.core","c":"iQuantum","l":"future"},{"p":"org.iquantum.core","c":"FutureQueue","l":"FutureQueue()","u":"%3Cinit%3E()"},{"p":"org.iquantum.distributions","c":"GammaDistr","l":"GammaDistr(int, double)","u":"%3Cinit%3E(int,double)"},{"p":"org.iquantum.distributions","c":"GammaDistr","l":"GammaDistr(Random, int, double)","u":"%3Cinit%3E(java.util.Random,int,double)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGeneratorVmTypes","l":"generate3TierTopology(int, String)","u":"generate3TierTopology(int,java.lang.String)"},{"p":"org.iquantum.fog.utils","c":"FogUtils","l":"generateActualTupleId()"},{"p":"org.iquantum.fog.utils","c":"FogUtils","l":"generateEntityId()"},{"p":"org.iquantum.sdn.request","c":"VMRequestGenerator","l":"generateLinks()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"generateRoutingTable()"},{"p":"org.iquantum.fog.utils","c":"ShortestPathRoutingGenerator","l":"generateRoutingTable(List)","u":"generateRoutingTable(java.util.List)"},{"p":"org.iquantum.fog.utils","c":"FogUtils","l":"generateTupleId()"},{"p":"org.iquantum.sdn.request","c":"VMRequestGenerator","l":"generateVM(long, int, long, int, long, double, double)","u":"generateVM(long,int,long,int,long,double,double)"},{"p":"org.iquantum.sdn.request","c":"VMRequestGenerator","l":"generateVM(VMRequestGenerator.VMtype, double, double)","u":"generateVM(org.iquantum.sdn.request.VMRequestGenerator.VMtype,double,double)"},{"p":"org.iquantum.sdn.request","c":"VMRequestGenerator","l":"generateVMGroup(int, double, double)","u":"generateVMGroup(int,double,double)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGeneratorVmTypes","l":"generateVMGroup(int, double, double, Long)","u":"generateVMGroup(int,double,double,java.lang.Long)"},{"p":"org.iquantum.sdn.request","c":"VMRequestGenerator","l":"generateVMs(int)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VMRequestRandomGenerator","l":"generateVMsRandom(int)"},{"p":"org.iquantum.models","c":"WorkloadFileReader","l":"generateWorkload()"},{"p":"org.iquantum.models","c":"WorkloadModel","l":"generateWorkload()"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"GeoCoverage(double, double, double, double)","u":"%3Cinit%3E(double,double,double,double)"},{"p":"org.iquantum.fog.utils","c":"GeoLocation","l":"GeoLocation(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"GET_RESOURCE_USAGE"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getActiveApplications()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getActiveHostList()"},{"p":"org.iquantum.sdn","c":"Channel","l":"getActiveTransmissionNum()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getActiveVmList()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getActualCPUTime()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getActualCPUTime(int)"},{"p":"org.iquantum.tasks","c":"QTask","l":"getActualQPUTime()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getActualQPUTime(int)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getActualTupleId()"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"getActualTupleId()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getActuatorId()"},{"p":"org.iquantum.fog.entities","c":"PhysicalTopology","l":"getActuators()"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"getActuators()"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"getActuators()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"getActuators()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getActuators()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getActuators()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getActuators()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementOnlyCloud","l":"getActuators()"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"getActuatorSubscriptions()"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"getActuatorType()"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorGui","l":"getActuatorType()"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorModule","l":"getActuatorType()"},{"p":"org.iquantum.sdn","c":"Node","l":"getAddress()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"getAddress()"},{"p":"org.iquantum.sdn","c":"Switch","l":"getAddress()"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"getAdjacencyList()"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"getAdjacencyList()"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"getAdjacentLinks(Node)","u":"getAdjacentLinks(org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"Channel","l":"getAdjustedRequestedBandwidth()"},{"p":"org.iquantum.core","c":"CloudInformationService","l":"getAdvReservList()"},{"p":"org.iquantum.sdn.example","c":"WorkloadParser","l":"getAllCTasks()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getAllGateSets()"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"getAllLinks()"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"getAllNodes()"},{"p":"org.iquantum.sdn","c":"Channel","l":"getAllocatedBandwidth()"},{"p":"org.iquantum.sdn","c":"Link","l":"getAllocatedBandwidthForDedicatedChannels(Node)","u":"getAllocatedBandwidthForDedicatedChannels(org.iquantum.sdn.Node)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"getAllocatedBwForContainer(Container)","u":"getAllocatedBwForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisionerSimple","l":"getAllocatedBwForContainer(Container)","u":"getAllocatedBwForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"getAllocatedBwForContainerVm(ContainerVm)","u":"getAllocatedBwForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisionerSimple","l":"getAllocatedBwForContainerVm(ContainerVm)","u":"getAllocatedBwForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"getAllocatedBwForVm(Vm)","u":"getAllocatedBwForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"BwProvisionerSimple","l":"getAllocatedBwForVm(Vm)","u":"getAllocatedBwForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"getAllocatedBwForVm(Vm)","u":"getAllocatedBwForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical","c":"HostStateHistoryEntry","l":"getAllocatedMips()"},{"p":"org.iquantum.policies.vm","c":"VmStateHistoryEntry","l":"getAllocatedMips()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"getAllocatedMipsForContainer(Container)","u":"getAllocatedMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"getAllocatedMipsForContainer(Container)","u":"getAllocatedMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getAllocatedMipsForContainer(Container)","u":"getAllocatedMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getAllocatedMipsForContainer(Container)","u":"getAllocatedMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"getAllocatedMipsForContainerByVirtualPeId(Container, int)","u":"getAllocatedMipsForContainerByVirtualPeId(org.iquantum.backends.classical.container.core.Container,int)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"getAllocatedMipsForContainerByVirtualPeId(Container, int)","u":"getAllocatedMipsForContainerByVirtualPeId(org.iquantum.backends.classical.container.core.Container,int)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"getAllocatedMipsForContainerVm(ContainerVm)","u":"getAllocatedMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"getAllocatedMipsForContainerVm(ContainerVm)","u":"getAllocatedMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getAllocatedMipsForContainerVm(ContainerVm)","u":"getAllocatedMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getAllocatedMipsForContainerVm(ContainerVm)","u":"getAllocatedMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"getAllocatedMipsForContainerVmByVirtualPeId(ContainerVm, int)","u":"getAllocatedMipsForContainerVmByVirtualPeId(org.iquantum.backends.classical.container.core.ContainerVm,int)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"getAllocatedMipsForContainerVmByVirtualPeId(ContainerVm, int)","u":"getAllocatedMipsForContainerVmByVirtualPeId(org.iquantum.backends.classical.container.core.ContainerVm,int)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getAllocatedMipsForVm(Vm)","u":"getAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getAllocatedMipsForVm(Vm)","u":"getAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"getAllocatedMipsForVm(Vm)","u":"getAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"getAllocatedMipsForVm(Vm)","u":"getAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"getAllocatedMipsForVm(Vm)","u":"getAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"getAllocatedMipsForVmByVirtualPeId(Vm, int)","u":"getAllocatedMipsForVmByVirtualPeId(org.iquantum.backends.classical.Vm,int)"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"getAllocatedMipsForVmByVirtualPeId(Vm, int)","u":"getAllocatedMipsForVmByVirtualPeId(org.iquantum.backends.classical.Vm,int)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"getAllocatedMipsForVmByVirtualPeId(Vm, int)","u":"getAllocatedMipsForVmByVirtualPeId(org.iquantum.backends.classical.Vm,int)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"getAllocatedRamForContainer(Container)","u":"getAllocatedRamForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisionerSimple","l":"getAllocatedRamForContainer(Container)","u":"getAllocatedRamForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"getAllocatedRamForContainerVm(ContainerVm)","u":"getAllocatedRamForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisionerSimple","l":"getAllocatedRamForContainerVm(ContainerVm)","u":"getAllocatedRamForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"getAllocatedRamForVm(Vm)","u":"getAllocatedRamForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"RamProvisionerSimple","l":"getAllocatedRamForVm(Vm)","u":"getAllocatedRamForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getAllocationPolicy()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getAllocationPolicy()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getAllocationPolicy()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getAllQubitTopologies()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getAllResourceId()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getAllResourceId()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getAllResourceName()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getAllResourceName()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getAnharmonicityGHz()"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"getApp()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getApp()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getAppCloudletList()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getAppId()"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"getAppId()"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"getAppId()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getAppId()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getAppId()"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"getAppLaunchDelays()"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"getAppLaunchDelays()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"getAppLaunchDelays()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getApplication()"},{"p":"org.iquantum.fog.entities","c":"PlacementRequest","l":"getApplicationId()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getApplicationMap()"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"getApplicationPerId(String)","u":"getApplicationPerId(java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"getApplications()"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"getApplications()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"getApplications()"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"getAppModuleIdsIds()"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"getAppModulePlacementPolicy()"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"getAppModulePlacementPolicy()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"getAppModulePlacementPolicy()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getArchitecture()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getArchitecture()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getArchitecture()"},{"p":"org.iquantum.sdn","c":"Channel","l":"getArrivedPackages()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"getAssignedContainers(List>)","u":"getAssignedContainers(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getAssociatedActuatorIds()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getAttributeSize()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getAttributeSize()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"getAvailableBw()"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"getAvailableBw()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"getAvailableMips()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"getAvailableMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getAvailableMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getAvailableMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getAvailableMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getAvailableMips()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getAvailableMips()"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getAvailableMips()"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"getAvailableMips()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"getAvailableRam()"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"getAvailableRam()"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"getAvailableResource(int, String)","u":"getAvailableResource(int,java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getAvailableSpace()"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"getAvailableSpace()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"getAvailableVmBw()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"getAvailableVmRam()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getAvgSeekTime()"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"getBandwidth()"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"getBandwidth()"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"getBandwidth()"},{"p":"org.iquantum.sdn","c":"Node","l":"getBandwidth()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"getBandwidth()"},{"p":"org.iquantum.sdn","c":"Switch","l":"getBandwidth()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getBaudRate()"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"getBounds()"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"getBounds2D()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getBrokerId()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getBrokerId()"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"getBurstHighPeriod()"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"getBurstLowPeriod()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"getBw()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"getBw()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getBw()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getBw()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getBw()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getBw()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getBw()"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"getBw()"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"getBw()"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"getBw()"},{"p":"org.iquantum.sdn","c":"Arc","l":"getBw()"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"getBw()"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"getBw()"},{"p":"org.iquantum.sdn","c":"Link","l":"getBw()"},{"p":"org.iquantum.sdn","c":"Link","l":"getBw(Node)","u":"getBw(org.iquantum.sdn.Node)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getBwProvisioner()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisionerSimple","l":"getBwTable()"},{"p":"org.iquantum.provisioners","c":"BwProvisionerSimple","l":"getBwTable()"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"getBwTable()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getById(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.lists","c":"CloudletList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.lists","c":"HostList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.lists","c":"PeList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.lists","c":"QNodeList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.lists","c":"QNodeMQList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.lists","c":"QTaskList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.lists","c":"VmList","l":"getById(List, int)","u":"getById(java.util.List,int)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerList","l":"getByIdAndUserId(List, int, int)","u":"getByIdAndUserId(java.util.List,int,int)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmList","l":"getByIdAndUserId(List, int, int)","u":"getByIdAndUserId(java.util.List,int,int)"},{"p":"org.iquantum.lists","c":"ResCloudletList","l":"getByIdAndUserId(List, int, int)","u":"getByIdAndUserId(java.util.List,int,int)"},{"p":"org.iquantum.lists","c":"VmList","l":"getByIdAndUserId(List, int, int)","u":"getByIdAndUserId(java.util.List,int,int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getCacheCurrentRequestedMips()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getCacheCurrentRequestedMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getCachePreviousTime()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getCachePreviousTime()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getCapacity()"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"getCapacity()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"getCapacity(double)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"getCapacity(double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getCapacity(List)","u":"getCapacity(java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getCapacity(List)","u":"getCapacity(java.util.List)"},{"p":"org.iquantum.sdn","c":"Link","l":"getChannelCount(Node)","u":"getChannelCount(org.iquantum.sdn.Node)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getCharacteristics()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"getCharacteristics()"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"getCharacteristics()"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"getCharacteristics()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getChecksum()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getChecksum()"},{"p":"org.iquantum.sdn","c":"Channel","l":"getChId()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getChildIdForTuple(Tuple)","u":"getChildIdForTuple(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getChildIdWithRouteTo(int)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getChildrenIds()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getChildToLatencyMap()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getChildToOperatorsMap()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getClassType()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"getClientServiceNodeIds(Application, String, Map, Map)","u":"getClientServiceNodeIds(org.iquantum.fog.application.Application,java.lang.String,java.util.Map,java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"getClientServiceNodeIds(Application, String, Map, Map)","u":"getClientServiceNodeIds(org.iquantum.fog.application.Application,java.lang.String,java.util.Map,java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"getClientServiceNodeIds(Application, String, Map, Map)","u":"getClientServiceNodeIds(org.iquantum.fog.application.Application,java.lang.String,java.util.Map,java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"getClientServices(Application, String)","u":"getClientServices(org.iquantum.fog.application.Application,java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"getClientServices(Application, String)","u":"getClientServices(org.iquantum.fog.application.Application,java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"getClientServices(Application, String)","u":"getClientServices(org.iquantum.fog.application.Application,java.lang.String)"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"getClops()"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"getCLOPS()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getClopsOfQPUById(int)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"getCloud()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getClouddletFinishTime()"},{"p":"org.iquantum.core","c":"iQuantum","l":"getCloudInfoServiceEntityId()"},{"p":"org.iquantum.sdn","c":"Processing","l":"getCloudlet()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getCloudlet()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getCloudletArrivalTime()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getCloudletClassType()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCloudletExecList()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCloudletExecList()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCloudletFailedList()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCloudletFailedList()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletFileSize()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCloudletFinishedList()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCloudletFinishedList()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletFinishedSoFar()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletFinishedSoFar(int)"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletHistory()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletId()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getCloudletId()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletLength()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getCloudletLength()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getCloudletList()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getCloudletList()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getCloudletList()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletOutputSize()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCloudletPausedList()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCloudletPausedList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getCloudletReceivedList()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getCloudletReceivedList()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getCloudletReceivedList()"},{"p":"org.iquantum.sdn.example","c":"SDNBroker","l":"getCloudletReceivedList()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCloudletScheduler()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletStatus()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getCloudletStatus()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCloudletStatus(int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getCloudletStatus(int)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"getCloudletStatus(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCloudletStatus(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"getCloudletStatus(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getCloudletStatus(int)"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletStatusString()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getCloudletSubmitted()"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"getCloudletSubmitted()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getCloudletSubmittedList()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getCloudletSubmittedList()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getCloudletSubmittedList()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCloudletTotalLength()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getCloudletTotalLength()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCloudletWaitingList()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCloudletWaitingList()"},{"p":"org.iquantum.core","c":"iQuantum","l":"getCloudResourceList()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getClusteringFeature()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getClusterLinkBandwidth()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getClusterMembers()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getClusterMembersToLatencyMap()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getClusterTupleQueue()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitEdge","l":"getCnotErrorRate()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getCompletedVms()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getCompletedVms()"},{"p":"org.iquantum.fog.utils","c":"FogLinearPowerModel","l":"getConstant()"},{"p":"org.iquantum.power.models","c":"PowerModelCubic","l":"getConstant()"},{"p":"org.iquantum.power.models","c":"PowerModelLinear","l":"getConstant()"},{"p":"org.iquantum.power.models","c":"PowerModelSqrt","l":"getConstant()"},{"p":"org.iquantum.power.models","c":"PowerModelSquare","l":"getConstant()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getContainer(int, int)","u":"getContainer(int,int)"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyCor","l":"getContainer(List, PowerContainerHost)","u":"getContainer(java.util.List,org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getContainerAllocationPolicy()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getContainerBwProvisioner()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisionerSimple","l":"getContainerBwTable()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getContainerCloudletScheduler()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"getContainerHostList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerCTask","l":"getContainerId()"},{"p":"org.iquantum.backends.classical.container.core","c":"ResContainerCloudlet","l":"getContainerId()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getContainerList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getContainerList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getContainerList()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getContainerManager()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"getContainerMigrationCount()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getContainerMigrationList()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"getContainerMigrationMapFromUnderUtilizedHosts(List, List>)","u":"getContainerMigrationMapFromUnderUtilizedHosts(java.util.List,java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection","l":"getContainerMigrationMapFromUnderUtilizedHosts(List, List>)","u":"getContainerMigrationMapFromUnderUtilizedHosts(java.util.List,java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getContainerMigrationWriter()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"getContainerPeProvisioner()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicyRS","l":"getContainerPlacementPolicy()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getContainerRamProvisioner()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisionerSimple","l":"getContainerRamTable()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getContainersAcks()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getContainerScheduler()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getContainersCreated()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getContainersCreatedList()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"getContainerSelectionPolicy()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getContainersMigratingIn()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getContainersMigratingIn()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getContainersMigratingOut()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection","l":"getContainersToMigrateFromUnderUtilizedHost(PowerContainerHost)","u":"getContainersToMigrateFromUnderUtilizedHost(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getContainersToVmsMap()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicy","l":"getContainerTable()"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicy","l":"getContainerToMigrate(PowerContainerHost)","u":"getContainerToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyCor","l":"getContainerToMigrate(PowerContainerHost)","u":"getContainerToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMaximumCorrelation","l":"getContainerToMigrate(PowerContainerHost)","u":"getContainerToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMaximumUsage","l":"getContainerToMigrate(PowerContainerHost)","u":"getContainerToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMinimumMigrationTime","l":"getContainerToMigrate(PowerContainerHost)","u":"getContainerToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicy","l":"getContainerVm(Container)","u":"getContainerVm(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"getContainerVm(Container)","u":"getContainerVm(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicy","l":"getContainerVm(Container)","u":"getContainerVm(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getContainerVm(int, int)","u":"getContainerVm(int,int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicy","l":"getContainerVm(int, int)","u":"getContainerVm(int,int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"getContainerVm(int, int)","u":"getContainerVm(int,int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicy","l":"getContainerVm(int, int)","u":"getContainerVm(int,int)"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicy","l":"getContainerVm(List, Object, Set)","u":"getContainerVm(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicyFirstFit","l":"getContainerVm(List, Object, Set)","u":"getContainerVm(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicyLeastFull","l":"getContainerVm(List, Object, Set)","u":"getContainerVm(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicyMostFull","l":"getContainerVm(List, Object, Set)","u":"getContainerVm(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","c":"ContainerPlacementPolicyRandomSelection","l":"getContainerVm(List, Object, Set)","u":"getContainerVm(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVMSelectionPolicyCor","l":"getContainerVM(List, PowerContainerHost)","u":"getContainerVM(java.util.List,org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getContainerVmBwProvisioner()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getContainerVmList()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicy","l":"getContainerVmList()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"getContainerVmPeProvisioner()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getContainerVmRamProvisioner()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisionerSimple","l":"getContainerVmRamTable()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getContainerVmScheduler()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"getContainerVmTable()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"getControllerComponent()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getControllerId()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getControllerId()"},{"p":"org.iquantum.fog.gui.core","c":"GraphView","l":"getCoordForNodes(Map>, List, Map>, List, int, int)","u":"getCoordForNodes(java.util.Map,java.util.List,java.util.Map,java.util.List,int,int)"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"getCoordinate()"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"getCoordinate()"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"getCoordinates()"},{"p":"org.iquantum.network","c":"TopologicalNode","l":"getCoordinateX()"},{"p":"org.iquantum.network","c":"TopologicalNode","l":"getCoordinateY()"},{"p":"org.iquantum.backends.classical.container.utils","c":"Correlation","l":"getCor(double[], double[])","u":"getCor(double[],double[])"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMaximumCorrelation","l":"getCorrelationCoefficients(double[][])"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMaximumCorrelation","l":"getCorrelationCoefficients(double[][])"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMaximumCorrelation","l":"getCorrelationCoefficients(double[][])"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getCost()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getCost()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getCostPerBw()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getCostPerBw()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getCostPerBw()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getCostPerMem()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getCostPerMem()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getCostPerMem()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getCostPerMi()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getCostPerMi()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getCostPerMi()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCostPerSec()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getCostPerSec(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getCostPerSecond()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getCostPerSecond()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristics","l":"getCostPerSecond()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristicsExtended","l":"getCostPerSecond()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getCostPerSecond()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getCostPerStorage()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getCostPerStorage()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getCostPerStorage()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getCount()"},{"p":"org.iquantum.fog.utils","c":"CanBeSentResult","l":"getCpuLoad()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getCpuTime(double, double)","u":"getCpuTime(double,double)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getCpuTime(double, double)","u":"getCpuTime(double,double)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getCpuTime(double, double)","u":"getCpuTime(double,double)"},{"p":"org.iquantum.fog.utils","c":"ResourceUsageDetails","l":"getCpuTrafficIntensity()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getCreationTime()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getCreationTime()"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"getCTaskList()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getCurrentAllocatedBw()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getCurrentAllocatedBw()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCurrentAllocatedBw()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getCurrentAllocatedMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getCurrentAllocatedMips()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCurrentAllocatedMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getCurrentAllocatedRam()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getCurrentAllocatedRam()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCurrentAllocatedRam()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getCurrentAllocatedSize()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getCurrentAllocatedSize()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCurrentAllocatedSize()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"getCurrentClops()"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"getCurrentCpuLoad()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getCurrentCpuLoad()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getCurrentCpuLoad()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getCurrentCpuLoad()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCurrentMipsShare()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCurrentMipsShare()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getCurrentModuleInstanceNum()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getCurrentModuleInstanceNum()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getCurrentModuleInstanceNum()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getCurrentModuleLoadMap()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getCurrentModuleLoadMap()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getCurrentModuleLoadMap()"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"getCurrentModuleMap()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getCurrentModuleMap()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getCurrentModuleMap()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getCurrentModuleMap()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getCurrentRequestedBw()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getCurrentRequestedBw()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCurrentRequestedBw()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getCurrentRequestedMaxMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getCurrentRequestedMaxMips()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCurrentRequestedMaxMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getCurrentRequestedMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getCurrentRequestedRam()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getCurrentRequestedRam()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCurrentRequestedRam()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getCurrentRequestedTotalMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getCurrentRequestedTotalMips()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getCurrentRequestedTotalMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCurrentRequestedUtilizationOfBw()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getCurrentRequestedUtilizationOfBw()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"getCurrentRequestedUtilizationOfBw()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCurrentRequestedUtilizationOfBw()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"getCurrentRequestedUtilizationOfBw()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getCurrentRequestedUtilizationOfBw()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getCurrentRequestedUtilizationOfRam()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getCurrentRequestedUtilizationOfRam()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"getCurrentRequestedUtilizationOfRam()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getCurrentRequestedUtilizationOfRam()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"getCurrentRequestedUtilizationOfRam()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getCurrentRequestedUtilizationOfRam()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getCurrentSize()"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"getCurrentSize()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getDAG()"},{"p":"org.iquantum.core","c":"SimEvent","l":"getData()"},{"p":"org.iquantum.models","c":"UtilizationModelPlanetLabInMemory","l":"getData()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getDatacenter()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"getDatacenter()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getDatacenter()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getDatacenterCharacteristicsList()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getDatacenterCharacteristicsList()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getDatacenterCharacteristicsList()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getDatacenterEnergyList()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getDatacenterEnergyWriter()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getDatacenterIdsList()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getDatacenterIdsList()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"getDatacenterIdsList()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"getDatacenterIdsList()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getDatacenterIdsList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getDatacenterRequestedIdsList()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getDatacenterRequestedIdsList()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getDatacenterRequestedIdsList()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"getDataIdByInstanceID(int)"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"getDataIdsLevelReferences()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"getDataObject()"},{"p":"org.iquantum.sdn","c":"Link","l":"getDedicatedChannelAdjustFactor(Node)","u":"getDedicatedChannelAdjustFactor(org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"Link","l":"getDedicatedChannelCount(Node)","u":"getDedicatedChannelCount(org.iquantum.sdn.Node)"},{"p":"org.iquantum.network","c":"DelayMatrix_Float","l":"getDelay(int, int)","u":"getDelay(int,int)"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"getDelay(int, int)","u":"getDelay(int,int)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"getDeployementSet()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getDestId()"},{"p":"org.iquantum.network","c":"Packet","l":"getDestId()"},{"p":"org.iquantum.core","c":"SimEvent","l":"getDestination()"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"getDestination()"},{"p":"org.iquantum.sdn","c":"Package","l":"getDestination()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getDestinationDeviceId()"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"getDestinationDeviceId(String)","u":"getDestinationDeviceId(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getDestModuleName()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getDestModuleName()"},{"p":"org.iquantum.network","c":"TopologicalLink","l":"getDestNodeID()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getDetailBaudRate()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getDetailEntryTimes()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getDetailExitTimes()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getDetailHops()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getDeviceById(int)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getDeviceByName(String)","u":"getDeviceByName(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getDeviceForMicroservice(String)","u":"getDeviceForMicroservice(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"LoadBalancer","l":"getDeviceId(String, ServiceDiscovery)","u":"getDeviceId(java.lang.String,org.iquantum.fog.entities.ServiceDiscovery)"},{"p":"org.iquantum.fog.entities","c":"RRLoadBalancer","l":"getDeviceId(String, ServiceDiscovery)","u":"getDeviceId(java.lang.String,org.iquantum.fog.entities.ServiceDiscovery)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"getDevicesForFON(FogDevice)","u":"getDevicesForFON(org.iquantum.fog.entities.FogDevice)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getDeviceToModuleMap()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"getDeviceType()"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"getDirection()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getDirection()"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"getDistribution()"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"getDistributionType()"},{"p":"org.iquantum.fog.utils.distribution","c":"DeterministicDistribution","l":"getDistributionType()"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"getDistributionType()"},{"p":"org.iquantum.fog.utils.distribution","c":"NormalDistribution","l":"getDistributionType()"},{"p":"org.iquantum.fog.utils.distribution","c":"UniformDistribution","l":"getDistributionType()"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"getDownBw()"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"getDownInstanceIdsMaps()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getDownlinkBandwidth()"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"getDownports()"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"getDownports()"},{"p":"org.iquantum.fog.utils","c":"OperatorEdge","l":"getDst()"},{"p":"org.iquantum.sdn","c":"Arc","l":"getDstId()"},{"p":"org.iquantum.sdn","c":"Channel","l":"getDstId()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getDurationTime()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getDurationTime()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getEdgeMap()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended","l":"getEdgeProperties(int)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended","l":"getEdges()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getEdges()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCDatacenter","l":"getEdgeSwitch()"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"getEdgeType()"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"getEmitTime()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getEmitTimes()"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"getEndModule()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getEndTimes()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getEnergyConsumption()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerHost","l":"getEnergyLinearInterpolation(double, double, double)","u":"getEnergyLinearInterpolation(double,double,double)"},{"p":"org.iquantum.power","c":"PowerHost","l":"getEnergyLinearInterpolation(double, double, double)","u":"getEnergyLinearInterpolation(double,double,double)"},{"p":"org.iquantum.core","c":"iQuantum","l":"getEntity(int)"},{"p":"org.iquantum.core","c":"iQuantum","l":"getEntity(String)","u":"getEntity(java.lang.String)"},{"p":"org.iquantum.core","c":"iQuantum","l":"getEntityId(String)","u":"getEntityId(java.lang.String)"},{"p":"org.iquantum.core","c":"iQuantum","l":"getEntityList()"},{"p":"org.iquantum.core","c":"iQuantum","l":"getEntityName(int)"},{"p":"org.iquantum.core","c":"iQuantum","l":"getEntityName(Integer)","u":"getEntityName(java.lang.Integer)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getEstimatedFinishTime(ResCTask, double)","u":"getEstimatedFinishTime(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.fog.scheduler","c":"TupleScheduler","l":"getEstimatedFinishTime(ResCTask, double)","u":"getEstimatedFinishTime(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getEstimatedFinishTime(ResCTask, double)","u":"getEstimatedFinishTime(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.core","c":"SimEntity","l":"getEventBuffer()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getExecStartTime()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getExecStartTime()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getExecStartTime()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getExecStartTime()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getExecutionTimeHistoryHostSelection()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getExecutionTimeHistoryHostSelection()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getExecutionTimeHistoryTotal()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getExecutionTimeHistoryTotal()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getExecutionTimeHistoryVmReallocation()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getExecutionTimeHistoryVmReallocation()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getExecutionTimeHistoryVmSelection()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getExecutionTimeHistoryVmSelection()"},{"p":"org.iquantum.utils","c":"ExecutionTimeMeasurer","l":"getExecutionTimes()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getExperimentName()"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyCor","l":"getFallbackPolicy()"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMaximumCorrelation","l":"getFallbackPolicy()"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyMinimumCorrelation","l":"getFallbackPolicy()"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVMSelectionPolicyCor","l":"getFallbackPolicy()"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMaximumCorrelation","l":"getFallbackPolicy()"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMaximumCorrelation","l":"getFallbackPolicy()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationInterQuartileRange","l":"getFallbackVmAllocationPolicy()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"getFallbackVmAllocationPolicy()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation","l":"getFallbackVmAllocationPolicy()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getFile(String)","u":"getFile(java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"getFile(String)","u":"getFile(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.utils","c":"CostumeCSVWriter","l":"getFileAddress()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getFileAttribute()"},{"p":"org.iquantum.backends.classical.container.utils","c":"CostumeCSVReader","l":"getFileData()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getFileNameList()"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"getFileNameList()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getFileSize()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getFileSizeInByte()"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"getFinishTime()"},{"p":"org.iquantum.sdn","c":"Package","l":"getFinishTime()"},{"p":"org.iquantum.sdn","c":"TimedVm","l":"getFinishTime()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getFinishTime()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getFinishTime()"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"getFirstHighTime()"},{"p":"org.iquantum.sdn","c":"Arc","l":"getFlowId()"},{"p":"org.iquantum.sdn","c":"Package","l":"getFlowId()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"getFlowNameIdTable()"},{"p":"org.iquantum.sdn","c":"SDNDatacenter","l":"getFlowNameIdTable()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"getFogDeviceById(int)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getFogDeviceById(int)"},{"p":"org.iquantum.fog.entities","c":"PhysicalTopology","l":"getFogDevices()"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"getFogDevices()"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"getFogDevices()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"getFogDevices()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getFogDevices()"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"getFogHost()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"getFonId()"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"getFonID()"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"getFonID()"},{"p":"org.iquantum.sdn","c":"Link","l":"getFreeBandwidth(Node)","u":"getFreeBandwidth(org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"Link","l":"getFreeBandwidthForDedicatedChannel(Node)","u":"getFreeBandwidthForDedicatedChannel(org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getFreeBw()"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getFreeBw()"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getFreeBw()"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"getfreehostlist(int)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getFreeMips()"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getFreeMips()"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getFreeMips()"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"getFreePe(List)","u":"getFreePe(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"getFreePe(List)","u":"getFreePe(java.util.List)"},{"p":"org.iquantum.lists","c":"PeList","l":"getFreePe(List)","u":"getFreePe(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"getFreePes()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"getFreePes()"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"getFreePes()"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"getFreePes()"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerSpaceShared","l":"getFreePes()"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getFreePes()"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getFreePes()"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"getFreePes()"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getFreePes()"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"getfreeVmlist(int)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getFrequencyGHz()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getGateSet()"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"getGateSets()"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"getGateSets()"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"getGateSets()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getGateSetsOfQPUById(int)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitEdge","l":"getGateTime()"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"getGatewayDeviceId()"},{"p":"org.iquantum.fog.entities","c":"PlacementRequest","l":"getGatewayDeviceId()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getGatewayDeviceId()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getGeoCoverage()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getGeoCoverage()"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"getGeoLocation()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getGeoLocation()"},{"p":"org.iquantum.sdn","c":"Link","l":"getHighOrder()"},{"p":"org.iquantum.models","c":"UtilizationModelStochastic","l":"getHistory()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getHost()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getHost()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getHost()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"getHost()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"getHost(ContainerVm)","u":"getHost(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"getHost(ContainerVm)","u":"getHost(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationAbstract","l":"getHost(ContainerVm)","u":"getHost(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationAbstract","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicy","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyAbstract","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getHost(int, int)","u":"getHost(int,int)"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicy","l":"getHost(List, Object, Set)","u":"getHost(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyFirstFit","l":"getHost(List, Object, Set)","u":"getHost(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyLeastFull","l":"getHost(List, Object, Set)","u":"getHost(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyMinimumCorrelation","l":"getHost(List, Object, Set)","u":"getHost(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyMostFull","l":"getHost(List, Object, Set)","u":"getHost(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyRandomSelection","l":"getHost(List, Object, Set)","u":"getHost(java.util.List,java.lang.Object,java.util.Set)"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"getHost(Vm)","u":"getHost(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"getHost(Vm)","u":"getHost(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicy","l":"getHost(Vm)","u":"getHost(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"getHost(Vm)","u":"getHost(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyAbstract","l":"getHost(Vm)","u":"getHost(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getHost(Vm)","u":"getHost(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getHost(Vm)","u":"getHost(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getHost(Vm)","u":"getHost(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"getHostAddressByVmId(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getHostList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getHostList()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"getHostList()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getHostList()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getHostList()"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicy","l":"getHostList()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"getHostList()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection","l":"getHostSelectionPolicy()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"getHostSelectionPolicy()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationInterQuartileRange","l":"getHostUtilizationIqr(PowerHostUtilizationHistory)","u":"getHostUtilizationIqr(org.iquantum.power.PowerHostUtilizationHistory)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation","l":"getHostUtilizationMad(PowerHostUtilizationHistory)","u":"getHostUtilizationMad(org.iquantum.power.PowerHostUtilizationHistory)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getHostWithFreePe()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getHostWithFreePe()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getHostWithFreePe()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getHostWithFreePe(int)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getHostWithFreePe(int)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getHostWithFreePe(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"getHostWithFreePe(List)","u":"getHostWithFreePe(java.util.List)"},{"p":"org.iquantum.lists","c":"HostList","l":"getHostWithFreePe(List)","u":"getHostWithFreePe(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"getHostWithFreePe(List, int)","u":"getHostWithFreePe(java.util.List,int)"},{"p":"org.iquantum.lists","c":"HostList","l":"getHostWithFreePe(List, int)","u":"getHostWithFreePe(java.util.List,int)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"getHostwithVM(int)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"getId()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"getId()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getId()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getId()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getId()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getId()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getId()"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"getId()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getId()"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"getId()"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"getId()"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"getId()"},{"p":"org.iquantum.core","c":"SimEntity","l":"getId()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getId()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristics","l":"getId()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristicsExtended","l":"getId()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getId()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getId()"},{"p":"org.iquantum.network","c":"Packet","l":"getId()"},{"p":"org.iquantum.sdn","c":"Middlebox","l":"getId()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getIdError()"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"getInfo()"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"getInfo()"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"getInfo()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getInstance()"},{"p":"org.iquantum.fog.utils","c":"ModuleLaunchConfig","l":"getInstanceCount()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"getInstenceDataIdReferences()"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"getIops()"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"getIops()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getIsInCluster()"},{"p":"org.iquantum.sdn","c":"RoutingTable","l":"getKnownDestination()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getLast()"},{"p":"org.iquantum.network","c":"Packet","l":"getLast()"},{"p":"org.iquantum.sdn.example","c":"WorkloadParser","l":"getLastCTasks()"},{"p":"org.iquantum.sdn","c":"Channel","l":"getLastNode()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getLastProcessTime()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"getLastProcessTime()"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"getLastProcessTime()"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"getLastProcessTime()"},{"p":"org.iquantum.sdn","c":"Channel","l":"getLastUpdateTime()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getLastUpdateTime()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getLastUpdateTime()"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"getLat_l()"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"getLat_u()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getLatency()"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"getLatency()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getLatency()"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"getLatency()"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"getLatency()"},{"p":"org.iquantum.sdn","c":"Arc","l":"getLatency()"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"getLatency()"},{"p":"org.iquantum.sdn","c":"Link","l":"getLatency()"},{"p":"org.iquantum.fog.utils","c":"GeoLocation","l":"getLatitude()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getLeafToRootPaths()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getLeafToRootPaths()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getLeafToRootPaths()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getLevel()"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"getLevel()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"getLevelID(String)","u":"getLevelID(java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"getLevelWiseResources(int)"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"getLink(int, int)","u":"getLink(int,int)"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"getLinkBandwidth(int, int)","u":"getLinkBandwidth(int,int)"},{"p":"org.iquantum.network","c":"TopologicalLink","l":"getLinkBw()"},{"p":"org.iquantum.network","c":"TopologicalLink","l":"getLinkDelay()"},{"p":"org.iquantum.network","c":"TopologicalGraph","l":"getLinkIterator()"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"getLinkLatency(int, int)","u":"getLinkLatency(int,int)"},{"p":"org.iquantum.core","c":"CloudInformationService","l":"getList()"},{"p":"org.iquantum.fog.gui.core","c":"NodeCellRenderer","l":"getListCellRendererComponent(JList, Object, int, boolean, boolean)","u":"getListCellRendererComponent(javax.swing.JList,java.lang.Object,int,boolean,boolean)"},{"p":"org.iquantum.sdn.graph.core","c":"NodeCellRenderer","l":"getListCellRendererComponent(JList, Object, int, boolean, boolean)","u":"getListCellRendererComponent(javax.swing.JList,java.lang.Object,int,boolean,boolean)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"getLocator()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"getLocator()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"getLocator()"},{"p":"org.iquantum.utils","c":"MathUtil","l":"getLoessParameterEstimates(double[])"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getLogAddress()"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"getLong_l()"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"getLong_u()"},{"p":"org.iquantum.fog.utils","c":"GeoLocation","l":"getLongitude()"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"getLoopId()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getLoopIdToCurrentAverage()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getLoopIdToCurrentNum()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getLoopIdToLatencyQoSSuccessCount()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getLoopIdToTupleIds()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getLoops()"},{"p":"org.iquantum.sdn","c":"Link","l":"getLowOrder()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getMachineId()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getMachineIdList()"},{"p":"org.iquantum.fog.utils.distribution","c":"UniformDistribution","l":"getMax()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getMaxAvailableMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getMaxAvailableMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getMaxAvailableMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"getMaxAvailableMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getMaxAvailableMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"getMaxAvailableMips()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getMaxAvailableMips()"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getMaxAvailableMips()"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"getMaxAvailableMips()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getMaxClops()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"getMaximumVmMigrationTime(PowerHost)","u":"getMaximumVmMigrationTime(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getMaxNumHostsUsed()"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getMaxNumHostsUsed()"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getMaxNumHostsUsed()"},{"p":"org.iquantum.sdn.power","c":"PowerUtilizationMaxHostInterface","l":"getMaxNumHostsUsed()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerHost","l":"getMaxPower()"},{"p":"org.iquantum.fog.utils","c":"FogLinearPowerModel","l":"getMaxPower()"},{"p":"org.iquantum.power.models","c":"PowerModelCubic","l":"getMaxPower()"},{"p":"org.iquantum.power.models","c":"PowerModelLinear","l":"getMaxPower()"},{"p":"org.iquantum.power.models","c":"PowerModelSqrt","l":"getMaxPower()"},{"p":"org.iquantum.power.models","c":"PowerModelSquare","l":"getMaxPower()"},{"p":"org.iquantum.power","c":"PowerHost","l":"getMaxPower()"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"getMaxRate()"},{"p":"org.iquantum.fog.application.selectivity","c":"FractionalSelectivity","l":"getMaxRate()"},{"p":"org.iquantum.fog.application.selectivity","c":"SelectivityModel","l":"getMaxRate()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getMaxTransferRate()"},{"p":"org.iquantum.backends.classical","c":"SanStorage","l":"getMaxTransferRate()"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"getMaxTransferRate()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getMaxUtilization()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getMaxUtilization()"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"getMaxUtilization(List)","u":"getMaxUtilization(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"getMaxUtilization(List)","u":"getMaxUtilization(java.util.List)"},{"p":"org.iquantum.lists","c":"PeList","l":"getMaxUtilization(List)","u":"getMaxUtilization(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"getMaxUtilizationAfterAllocation(NetworkHost, Vm)","u":"getMaxUtilizationAfterAllocation(org.iquantum.network.datacenter.NetworkHost,org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getMaxUtilizationAfterAllocation(PowerContainerHost, ContainerVm)","u":"getMaxUtilizationAfterAllocation(org.iquantum.backends.classical.container.core.PowerContainerHost,org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getMaxUtilizationAfterAllocation(PowerHost, Vm)","u":"getMaxUtilizationAfterAllocation(org.iquantum.power.PowerHost,org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"getMaxUtilizationAfterContainerAllocation(PowerContainerHost, Container, ContainerVm)","u":"getMaxUtilizationAfterContainerAllocation(org.iquantum.backends.classical.container.core.PowerContainerHost,org.iquantum.backends.classical.container.core.Container,org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getMaxUtilizationAmongVmsPes(ContainerVm)","u":"getMaxUtilizationAmongVmsPes(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"getMaxUtilizationAmongVmsPes(List, Container)","u":"getMaxUtilizationAmongVmsPes(java.util.List,org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"getMaxUtilizationAmongVmsPes(List, ContainerVm)","u":"getMaxUtilizationAmongVmsPes(java.util.List,org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.lists","c":"PeList","l":"getMaxUtilizationAmongVmsPes(List, Vm)","u":"getMaxUtilizationAmongVmsPes(java.util.List,org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getMaxUtilizationAmongVmsPes(Vm)","u":"getMaxUtilizationAmongVmsPes(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"getMaxUtilizationAmongVmsPes(Vm)","u":"getMaxUtilizationAmongVmsPes(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.fog.utils.distribution","c":"NormalDistribution","l":"getMean()"},{"p":"org.iquantum.fog.utils.distribution","c":"DeterministicDistribution","l":"getMeanInterTransmitTime()"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"getMeanInterTransmitTime()"},{"p":"org.iquantum.fog.utils.distribution","c":"NormalDistribution","l":"getMeanInterTransmitTime()"},{"p":"org.iquantum.fog.utils.distribution","c":"UniformDistribution","l":"getMeanInterTransmitTime()"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"getMeanRate()"},{"p":"org.iquantum.fog.application.selectivity","c":"FractionalSelectivity","l":"getMeanRate()"},{"p":"org.iquantum.fog.application.selectivity","c":"SelectivityModel","l":"getMeanRate()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getMetricHistory()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getMetricHistory()"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicy","l":"getMigratableContainers(PowerContainerHost)","u":"getMigratableContainers(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicy","l":"getMigratableVms(PowerContainerHost)","u":"getMigratableVms(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicy","l":"getMigratableVms(PowerHost)","u":"getMigratableVms(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"getMigrationCount()"},{"p":"org.iquantum.fog.utils","c":"MigrationDelayMonitor","l":"getMigrationDelay()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getMigrationMapFromUnderUtilizedHosts(List, List>)","u":"getMigrationMapFromUnderUtilizedHosts(java.util.List,java.util.List)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getMigrationMapFromUnderUtilizedHosts(List)","u":"getMigrationMapFromUnderUtilizedHosts(java.util.List)"},{"p":"org.iquantum.fog.utils.distribution","c":"UniformDistribution","l":"getMin()"},{"p":"org.iquantum.core","c":"iQuantum","l":"getMinTimeBetweenEvents()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"getMinTimeBetweenNetworkEvents()"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMaximumCorrelation","l":"getMinUtilizationHistorySize(List)","u":"getMinUtilizationHistorySize(java.util.List)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMaximumCorrelation","l":"getMinUtilizationHistorySize(List)","u":"getMinUtilizationHistorySize(java.util.List)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMaximumCorrelation","l":"getMinUtilizationHistorySize(List)","u":"getMinUtilizationHistorySize(java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"getMips()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"getMips()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"getMips()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"getMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getMips()"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"getMips()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getMips()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getMips()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getMips()"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"getMips()"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"getMips()"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"getMips()"},{"p":"org.iquantum.fog.utils","c":"ResourceUsageDetails","l":"getMips()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getMips()"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"getMips()"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"getMips()"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"getMips()"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"getMips(List, int)","u":"getMips(java.util.List,int)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"getMips(List, int)","u":"getMips(java.util.List,int)"},{"p":"org.iquantum.lists","c":"PeList","l":"getMips(List, int)","u":"getMips(java.util.List,int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getMipsMap()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getMipsMap()"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getMipsMap()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"getMipsMapRequested()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"getMipsMapRequested()"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"getMipsMapRequested()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getMipsOfOnePe()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getMipsOfOnePe()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getMipsOfOnePe()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getMipsOfOnePe(int, int)","u":"getMipsOfOnePe(int,int)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getMipsOfOnePe(int, int)","u":"getMipsOfOnePe(int,int)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getMipsOfOnePe(int, int)","u":"getMipsOfOnePe(int,int)"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"getMobileUserDataId()"},{"p":"org.iquantum.fog.utils","c":"ModuleLaunchConfig","l":"getModule()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getModuleByName(String)","u":"getModuleByName(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getModuleCopyMap()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getModuleInstanceCount()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getModuleInstanceCountMap()"},{"p":"org.iquantum.fog.placement","c":"ModuleMapping","l":"getModuleMapping()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getModuleMapping()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMapping","l":"getModuleMapping()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getModuleMapping()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getModuleMapping()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getModuleNames()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getModules()"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"getModules()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getModulesOnDevice()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getModulesOnPath()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getModuleToDeviceMap()"},{"p":"org.iquantum.utils","c":"QASMReader","l":"getMultiQubitGates()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getName()"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"getName()"},{"p":"org.iquantum.core","c":"SimEntity","l":"getName()"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"getName()"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorGui","l":"getName()"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"getName()"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"getName()"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"getName()"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"getName()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getName()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getName()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology.Node","l":"getNeighbors()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getNetServiceLevel()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getNetServiceType()"},{"p":"org.iquantum.network","c":"Packet","l":"getNetServiceType()"},{"p":"org.iquantum.fog.utils","c":"NetworkUsageMonitor","l":"getNetworkUsage()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection","l":"getNewContainerPlacementFromUnderUtilizedHost(List, Set)","u":"getNewContainerPlacementFromUnderUtilizedHost(java.util.List,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"getNewlyCreatedVms()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"getNewlyCreatedVmsList()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"getNewlyCreatedVmWriter()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getNewVmPlacement(List, Set)","u":"getNewVmPlacement(java.util.List,java.util.Set)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getNewVmPlacement(List, Set)","u":"getNewVmPlacement(java.util.List,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getNewVmPlacementFromUnderUtilizedHost(List, Set)","u":"getNewVmPlacementFromUnderUtilizedHost(java.util.List,java.util.Set)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getNewVmPlacementFromUnderUtilizedHost(List, Set)","u":"getNewVmPlacementFromUnderUtilizedHost(java.util.List,java.util.Set)"},{"p":"org.iquantum.sdn","c":"Request","l":"getNextActivity()"},{"p":"org.iquantum.core","c":"SimEntity","l":"getNextEvent()"},{"p":"org.iquantum.core","c":"SimEntity","l":"getNextEvent(Predicate)","u":"getNextEvent(org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getNextFinishedCloudlet()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getNextFinishedCloudlet()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"getNextFinishedCloudlet()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getNextFinishedCloudlet()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"getNextFinishedCloudlet()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getNextFinishedCloudlet()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"getNextFinishedQTask()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"getNextFinishedQTask()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"getNextFinishedQTask()"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"getNextModuleInLoop(String)","u":"getNextModuleInLoop(java.lang.String)"},{"p":"org.iquantum.sdn","c":"Request","l":"getNextTransmission()"},{"p":"org.iquantum.fog.utils.distribution","c":"DeterministicDistribution","l":"getNextValue()"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"getNextValue()"},{"p":"org.iquantum.fog.utils.distribution","c":"NormalDistribution","l":"getNextValue()"},{"p":"org.iquantum.fog.utils.distribution","c":"UniformDistribution","l":"getNextValue()"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"getNode()"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"getNode()"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"getNode()"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"getNode()"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"getNode(int)"},{"p":"org.iquantum.network","c":"TopologicalNode","l":"getNodeID()"},{"p":"org.iquantum.network","c":"TopologicalGraph","l":"getNodeIterator()"},{"p":"org.iquantum.network","c":"TopologicalNode","l":"getNodeLabel()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getNorthTupleQueue()"},{"p":"org.iquantum.backends.classical.container.utils","c":"RandomGen","l":"getNum(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getNumberOfBusyPes()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getNumberOfBusyPes()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getNumberOfBusyPes()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"getNumberOfBusyPes(List)","u":"getNumberOfBusyPes(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"getNumberOfBusyPes(List)","u":"getNumberOfBusyPes(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"getNumberOfBusyPes(List)","u":"getNumberOfBusyPes(java.util.List)"},{"p":"org.iquantum.lists","c":"HostList","l":"getNumberOfBusyPes(List)","u":"getNumberOfBusyPes(java.util.List)"},{"p":"org.iquantum.lists","c":"PeList","l":"getNumberOfBusyPes(List)","u":"getNumberOfBusyPes(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getNumberofContainers()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getNumberOfContainers()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getNumberOfContainers()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getNumberOfCreatedVMs()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getNumberOfFailedHosts()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getNumberOfFailedHosts()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getNumberOfFailedHosts()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getNumberOfFreePes()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getNumberOfFreePes()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getNumberOfFreePes()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getNumberOfFreePes()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getNumberOfFreePes()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getNumberOfFreePes()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"getNumberOfFreePes(List)","u":"getNumberOfFreePes(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"getNumberOfFreePes(List)","u":"getNumberOfFreePes(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"getNumberOfFreePes(List)","u":"getNumberOfFreePes(java.util.List)"},{"p":"org.iquantum.lists","c":"HostList","l":"getNumberOfFreePes(List)","u":"getNumberOfFreePes(java.util.List)"},{"p":"org.iquantum.lists","c":"PeList","l":"getNumberOfFreePes(List)","u":"getNumberOfFreePes(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getNumberOfHosts()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getNumberOfHosts()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getNumberOfHosts()"},{"p":"org.iquantum.network","c":"TopologicalGraph","l":"getNumberOfLinks()"},{"p":"org.iquantum.network","c":"TopologicalGraph","l":"getNumberOfNodes()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getNumberOfPes()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getNumberOfPes()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getNumberOfPes()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getNumberOfPes()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getNumberOfPes()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getNumberOfPes()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getNumberOfPes()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getNumberOfPes()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getNumberOfPes()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getNumberOfPes()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getNumberOfPes()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getNumberOfPes()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getNumberOfPes()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"getNumberOfPes(List)","u":"getNumberOfPes(java.util.List)"},{"p":"org.iquantum.lists","c":"HostList","l":"getNumberOfPes(List)","u":"getNumberOfPes(java.util.List)"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"getNumberOfQPU()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getNumberOfQPU()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getNumberOfVms()"},{"p":"org.iquantum.core","c":"iQuantum","l":"getNumEntities()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getNumHop()"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"getNumInstances()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getNumLayers()"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"getNumQubits()"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"getNumQubits()"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"getNumQubits()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology","l":"getNumQubits()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended","l":"getNumQubits()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getNumQubits()"},{"p":"org.iquantum.utils","c":"QASMReader","l":"getNumQubits()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getNumQubitsOfQPUById(int)"},{"p":"org.iquantum.tasks","c":"QTask","l":"getNumShots()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getNumShots()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"getNumStoredFile()"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"getNumStoredFile()"},{"p":"org.iquantum.fog.utils","c":"CanBeSentResult","l":"getNwLoad()"},{"p":"org.iquantum.fog.utils","c":"ResourceUsageDetails","l":"getNwTrafficIntensity()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getOperatorName(int)"},{"p":"org.iquantum.sdn","c":"Package","l":"getOrigin()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getOriginalPingSize()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getOs()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getOs()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getOs()"},{"p":"org.iquantum.sdn","c":"Link","l":"getOtherNode(Node)","u":"getOtherNode(org.iquantum.sdn.Node)"},{"p":"org.iquantum.utils","c":"Log","l":"getOutput()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getOutputSize()"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"getOverbookedBw(long)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"getOverbookedMips(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getOverBookingfactor()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getOverUtilizedHosts()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getOverUtilizedHosts()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationAbstract","l":"getOverUtilizedVms()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getOwnerName()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getOwnerName()"},{"p":"org.iquantum.sdn","c":"Transmission","l":"getPackage()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"getParameterEstimates(double[])"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegressionRobust","l":"getParameterEstimates(double[])"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"getParentDevice(int)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getParentId()"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"getPathIterator(AffineTransform)","u":"getPathIterator(java.awt.geom.AffineTransform)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"getPathIterator(AffineTransform, double)","u":"getPathIterator(java.awt.geom.AffineTransform,double)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getPaths(int)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getPaths(int)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getPaths(int)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getPauliXError()"},{"p":"org.iquantum.sdn","c":"Package","l":"getPayload()"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerSpaceShared","l":"getPeAllocationMap()"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"getPeAllocationMap()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getPeCapacity()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getPeCapacity()"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getPeCapacity()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getPeId()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getPeIdList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getPeList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getPeList()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getPeList()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getPeList()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getPeList()"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getPeList()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getPeMap()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getPeMap()"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getPeMap()"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"getPeProvisioner()"},{"p":"org.iquantum.fog.placement","c":"PlacementLogicOutput","l":"getPerDevice()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getPeriodicEdges(String)","u":"getPeriodicEdges(java.lang.String)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"getPeriodicity()"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"getPes()"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"getPes()"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"getPes()"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"getPes()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getPesAllocatedForContainerVM(ContainerVm)","u":"getPesAllocatedForContainerVM(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getPesAllocatedForVM(Container)","u":"getPesAllocatedForVM(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getPesAllocatedForVM(Vm)","u":"getPesAllocatedForVM(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"getPesInUse()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"getPesInUse()"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"getPesInUse()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"getPeTable()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"getPeTable()"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"getPeTable()"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"getPeTable()"},{"p":"org.iquantum.fog.utils","c":"JsonToTopology","l":"getPhysicalTopology(int, String, String)","u":"getPhysicalTopology(int,java.lang.String,java.lang.String)"},{"p":"org.iquantum.network","c":"FloydWarshall_Float","l":"getPK()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getPlacedAppModulesPerApplication(String)","u":"getPlacedAppModulesPerApplication(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"PlacementRequest","l":"getPlacedMicroservices()"},{"p":"org.iquantum.fog.placement","c":"PlacementLogicFactory","l":"getPlacementLogic(int, int)","u":"getPlacementLogic(int,int)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"getPlacementRequest()"},{"p":"org.iquantum.fog.entities","c":"PlacementRequest","l":"getPlacementRequestId()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"getPlacementRequests()"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"getPolygon()"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"getPolyline2D()"},{"p":"org.iquantum.lists","c":"CloudletList","l":"getPositionById(List, int)","u":"getPositionById(java.util.List,int)"},{"p":"org.iquantum.lists","c":"QTaskList","l":"getPositionById(List, int)","u":"getPositionById(java.util.List,int)"},{"p":"org.iquantum.lists","c":"ResCloudletList","l":"getPositionById(List, int)","u":"getPositionById(java.util.List,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getPower()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerHost","l":"getPower()"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"getPower()"},{"p":"org.iquantum.power","c":"PowerHost","l":"getPower()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerHost","l":"getPower(double)"},{"p":"org.iquantum.fog.utils","c":"FogLinearPowerModel","l":"getPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModel","l":"getPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelCubic","l":"getPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelLinear","l":"getPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPower","l":"getPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelSqrt","l":"getPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelSquare","l":"getPower(double)"},{"p":"org.iquantum.power","c":"PowerHost","l":"getPower(double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getPowerAfterAllocation(PowerContainerHost, ContainerVm)","u":"getPowerAfterAllocation(org.iquantum.backends.classical.container.core.PowerContainerHost,org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getPowerAfterAllocation(PowerHost, Vm)","u":"getPowerAfterAllocation(org.iquantum.power.PowerHost,org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"getPowerAfterContainerAllocation(PowerContainerHost, Container, ContainerVm)","u":"getPowerAfterContainerAllocation(org.iquantum.backends.classical.container.core.PowerContainerHost,org.iquantum.backends.classical.container.core.Container,org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPower","l":"getPowerData(int)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerHpProLiantMl110G3PentiumD930","l":"getPowerData(int)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerHpProLiantMl110G4Xeon3040","l":"getPowerData(int)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerHpProLiantMl110G5Xeon3075","l":"getPowerData(int)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerIbmX3250XeonX3470","l":"getPowerData(int)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerIbmX3250XeonX3480","l":"getPowerData(int)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerIbmX3550XeonX5670","l":"getPowerData(int)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerIbmX3550XeonX5675","l":"getPowerData(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerHost","l":"getPowerModel()"},{"p":"org.iquantum.power","c":"PowerHost","l":"getPowerModel()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getPreviousTime()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"getPreviousTime()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"getPreviousTime()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getPreviousTime()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getPreviousTime()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"getPreviousTime()"},{"p":"org.iquantum.power","c":"PowerVm","l":"getPreviousTime()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getPreviousUtilizationMips()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getPreviousUtilizationMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getPreviousUtilizationOfCpu()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getPreviousUtilizationOfCpu()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getProbMeas0Prep1()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getProbMeas1Prep0()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getProcessingCost()"},{"p":"org.iquantum.fog.placement","c":"PlacementLogicOutput","l":"getPrStatus()"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"getQDatacenter()"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"getQDatacenter()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"getQDatacenterCharacteristicsList()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"getQDatacenterCharacteristicsList()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"getQDatacenterIdList()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"getQDatacenterIdList()"},{"p":"org.iquantum.core","c":"CloudInformationService","l":"getQList()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getQNodeId()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"getQNodeList()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"getQNodeList()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristics","l":"getQNodeList()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristicsExtended","l":"getQNodeList()"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"getQPUList()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getQPUList()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getQTask()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getQTaskArrivalTime()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"getQTaskExecList()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"getQTaskFailedList()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"getQTaskFinishedList()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getQTaskFinishedSoFar()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getQTaskFinishedSoFar(int)"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getQTaskFinishTime()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getQTaskHistory()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getQTaskId()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getQTaskId()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getQTaskLayer()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getQTaskLength()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"getQTaskList()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"getQTaskList()"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"getQTaskList()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"getQTaskPausedList()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"getQTaskReceivedList()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"getQTaskReceivedList()"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"getQTaskScheduler()"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"getQTaskScheduler()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getQTaskStatus()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getQTaskStatus()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"getQTaskStatus(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"getQTaskStatus(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"getQTaskStatus(int)"},{"p":"org.iquantum.tasks","c":"QTask","l":"getQTaskStatusString()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"getQTaskSubmittedList()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"getQTaskSubmittedList()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"getQTaskWaitingList()"},{"p":"org.iquantum.core","c":"iQuantum","l":"getQuantumResourceList()"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"getQuantumVolume()"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"getQuantumVolume()"},{"p":"org.iquantum.utils","c":"QASMReader","l":"getQubitConnectivity()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology.Node","l":"getQubitIndex()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitEdge","l":"getQubitIndex()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended","l":"getQubitProperties(int)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology","l":"getQubits()"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"getQubitTopology()"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"getQubitTopology()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getQubitTopology()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"IBMQTopology","l":"getQubitTopology(String)","u":"getQubitTopology(java.lang.String)"},{"p":"org.iquantum.lists","c":"QPUList","l":"getQubitTopologyOfQPUById(int)"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"getQueryId()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"getRam()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"getRam()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getRam()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getRam()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getRam()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getRam()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getRam()"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"getRam()"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"getRam()"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"getRam()"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"getRam()"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"getRam()"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"getRam()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getRamProvisioner()"},{"p":"org.iquantum.provisioners","c":"RamProvisionerSimple","l":"getRamTable()"},{"p":"org.iquantum.backends.classical.container.utils","c":"RandomGaussian","l":"getRandom()"},{"p":"org.iquantum.backends.classical.container.utils","c":"RandomGen","l":"getRandom()"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"getRandom()"},{"p":"org.iquantum.models","c":"UtilizationModelStochastic","l":"getRandomGenerator()"},{"p":"org.iquantum.sdn","c":"Node","l":"getRank()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"getRank()"},{"p":"org.iquantum.sdn","c":"Switch","l":"getRank()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getRateOfSensor(String)","u":"getRateOfSensor(java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getRateOfSensor(String)","u":"getRateOfSensor(java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getRateOfSensor(String)","u":"getRateOfSensor(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getRatePerMips()"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"getRatePerMips()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getReadoutAssignmentError()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getReadoutLengthNs()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getRegionalCisName()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"getRegionalCisName()"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"getRegionalCISName()"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"getRegionalCISName()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getRegistrationID()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getRegistrationID()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getRemainingCloudletLength()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getRemainingQTaskLength()"},{"p":"org.iquantum.sdn","c":"Request","l":"getRemovedActivities()"},{"p":"org.iquantum.sdn","c":"Channel","l":"getRequestedBandwidth()"},{"p":"org.iquantum.sdn","c":"Link","l":"getRequestedBandwidthForDedicatedChannels(Node)","u":"getRequestedBandwidthForDedicatedChannels(org.iquantum.sdn.Node)"},{"p":"org.iquantum.backends.classical","c":"HostStateHistoryEntry","l":"getRequestedMips()"},{"p":"org.iquantum.policies.vm","c":"VmStateHistoryEntry","l":"getRequestedMips()"},{"p":"org.iquantum.sdn","c":"Request","l":"getRequestId()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getRequiredFiles()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getReservationId()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getReservationID()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getReservationID()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"getResourceAvailabilityOfDevice()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getResourceById(int)"},{"p":"org.iquantum.tasks","c":"QTask","l":"getResourceById(int)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"getResourceData()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getResourceId()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getResourceId()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getResourceID()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getResourceID()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"getResourceInfo(List)","u":"getResourceInfo(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getResourceName()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getResourceName()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristics","l":"getResourceName()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristicsExtended","l":"getResourceName()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getResourceName()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getResourceName(int)"},{"p":"org.iquantum.tasks","c":"QTask","l":"getResourceName(int)"},{"p":"org.iquantum.fog.application","c":"Application","l":"getResultantTuples(String, Tuple, int, int)","u":"getResultantTuples(java.lang.String,org.iquantum.fog.entities.Tuple,int,int)"},{"p":"org.iquantum.utils","c":"MathUtil","l":"getRobustLoessParameterEstimates(double[])"},{"p":"org.iquantum.sdn","c":"ForwardingRule","l":"getRoute(int, int, int)","u":"getRoute(int,int,int)"},{"p":"org.iquantum.sdn","c":"Node","l":"getRoute(Node)","u":"getRoute(org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"RoutingTable","l":"getRoute(Node)","u":"getRoute(org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"getRoute(Node)","u":"getRoute(org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"Switch","l":"getRoute(Node)","u":"getRoute(org.iquantum.sdn.Node)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"getRoutingTable()"},{"p":"org.iquantum.sdn","c":"Node","l":"getRoutingTable()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"getRoutingTable()"},{"p":"org.iquantum.sdn","c":"Switch","l":"getRoutingTable()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationInterQuartileRange","l":"getSafetyParameter()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"getSafetyParameter()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation","l":"getSafetyParameter()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getSavedAllocation()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getSavedAllocation()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getSchedulingInterval()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getSchedulingInterval()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"getSchedulingInterval()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"getSchedulingInterval()"},{"p":"org.iquantum.models","c":"UtilizationModelPlanetLabInMemory","l":"getSchedulingInterval()"},{"p":"org.iquantum.power","c":"PowerVm","l":"getSchedulingInterval()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"getSchedulingInterval()"},{"p":"org.iquantum.fog.application.selectivity","c":"FractionalSelectivity","l":"getSelectivity()"},{"p":"org.iquantum.fog.utils","c":"OperatorEdge","l":"getSelectivity()"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"getSelectivityMap()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getSelfCluster()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getSensorName()"},{"p":"org.iquantum.fog.entities","c":"PhysicalTopology","l":"getSensors()"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"getSensors()"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"getSensors()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"getSensors()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"getSensors()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"getSensors()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"getSensors()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementOnlyCloud","l":"getSensors()"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"getSensorType()"},{"p":"org.iquantum.fog.gui.core","c":"SensorModule","l":"getSensorType()"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"getSensorType()"},{"p":"org.iquantum.fog.utils","c":"FogUtils","l":"getSensorTypeFromSensorName(String)","u":"getSensorTypeFromSensorName(java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"PlacementLogicOutput","l":"getServiceDiscoveryInfo()"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"getServiceDiscoveryInfor()"},{"p":"org.iquantum.sdn","c":"Link","l":"getSharedBandwidthPerChannel(Node, Node)","u":"getSharedBandwidthPerChannel(org.iquantum.sdn.Node,org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"Link","l":"getSharedChannelCount(Node)","u":"getSharedChannelCount(org.iquantum.sdn.Node)"},{"p":"org.iquantum.core","c":"iQuantum","l":"getSimulationCalendar()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getSimulationStartTime()"},{"p":"org.iquantum.utils","c":"QASMReader","l":"getSingleQubitGates()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getSize()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getSize()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getSize()"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"getSize()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getSize()"},{"p":"org.iquantum.network","c":"Packet","l":"getSize()"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"getSize()"},{"p":"org.iquantum.sdn","c":"Package","l":"getSize()"},{"p":"org.iquantum.sdn","c":"Transmission","l":"getSize()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getSize()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getSizeInByte()"},{"p":"org.iquantum.core","c":"SimEvent","l":"getSource()"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"getSource()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getSourceDeviceId()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getSourceModuleId()"},{"p":"org.iquantum.fog.application","c":"DAG","l":"getSources(List, List)","u":"getSources(java.util.List,java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getSouthTupleQueue()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getSpecialPlacementInfo()"},{"p":"org.iquantum.fog.utils","c":"OperatorEdge","l":"getSrc()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getSrcId()"},{"p":"org.iquantum.network","c":"Packet","l":"getSrcId()"},{"p":"org.iquantum.sdn","c":"Arc","l":"getSrcId()"},{"p":"org.iquantum.sdn","c":"Channel","l":"getSrcId()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getSrcModuleName()"},{"p":"org.iquantum.network","c":"TopologicalLink","l":"getSrcNodeID()"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"getStartModule()"},{"p":"org.iquantum.sdn","c":"Package","l":"getStartTime()"},{"p":"org.iquantum.sdn","c":"TimedVm","l":"getStartTime()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getStartTime()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getStartTime()"},{"p":"org.iquantum.core","c":"SimEntity","l":"getState()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getStateHistory()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getStateHistory()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getStateHistory()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getStateHistory()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getStateHistory()"},{"p":"org.iquantum.fog.utils","c":"FogLinearPowerModel","l":"getStaticPower()"},{"p":"org.iquantum.power.models","c":"PowerModelCubic","l":"getStaticPower()"},{"p":"org.iquantum.power.models","c":"PowerModelLinear","l":"getStaticPower()"},{"p":"org.iquantum.power.models","c":"PowerModelSqrt","l":"getStaticPower()"},{"p":"org.iquantum.power.models","c":"PowerModelSquare","l":"getStaticPower()"},{"p":"org.iquantum.utils","c":"MathUtil","l":"getStatistics(double[])"},{"p":"org.iquantum.utils","c":"MathUtil","l":"getStatistics(List)","u":"getStatistics(java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"getStatus()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"getStatus()"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"getStatus()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getStatus()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getStatusString(int)"},{"p":"org.iquantum.fog.utils.distribution","c":"NormalDistribution","l":"getStdDev()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getStorage()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getStorage()"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"getStorage()"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"getStorage()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getStorageList()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"getStorageList()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"getStringForLoopId(int)"},{"p":"org.iquantum.tasks","c":"CTask","l":"getSubmissionTime()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getSubmissionTime()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getSubmissionTime(int)"},{"p":"org.iquantum.tasks","c":"QTask","l":"getSubmissionTime(int)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"getSubmittime()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getSwitchedOffHosts()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getSwitchedOffHosts()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"getSwitchList()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getSxError()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getT1Us()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"getT2Us()"},{"p":"org.iquantum.core","c":"SimEvent","l":"getTag()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getTag()"},{"p":"org.iquantum.network","c":"Packet","l":"getTag()"},{"p":"org.iquantum.backends.classical","c":"HostStateHistoryEntry","l":"getTime()"},{"p":"org.iquantum.policies.vm","c":"VmStateHistoryEntry","l":"getTime()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getTimeHistory()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getTimeHistory()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"getTimeSheet(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getTimeZone()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getTimeZone()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristics","l":"getTimeZone()"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristicsExtended","l":"getTimeZone()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getTimeZone()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"getTotalAllocatedMips()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"getTotalAllocatedMips()"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"getTotalAllocatedMips()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"getTotalAllocatedMipsForContainer(Container)","u":"getTotalAllocatedMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"getTotalAllocatedMipsForContainer(Container)","u":"getTotalAllocatedMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getTotalAllocatedMipsForContainer(Container)","u":"getTotalAllocatedMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"getTotalAllocatedMipsForContainer(Container)","u":"getTotalAllocatedMipsForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"getTotalAllocatedMipsForContainerVm(ContainerVm)","u":"getTotalAllocatedMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"getTotalAllocatedMipsForContainerVm(ContainerVm)","u":"getTotalAllocatedMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getTotalAllocatedMipsForContainerVm(ContainerVm)","u":"getTotalAllocatedMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getTotalAllocatedMipsForContainerVm(ContainerVm)","u":"getTotalAllocatedMipsForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getTotalAllocatedMipsForVm(Vm)","u":"getTotalAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getTotalAllocatedMipsForVm(Vm)","u":"getTotalAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"getTotalAllocatedMipsForVm(Vm)","u":"getTotalAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"getTotalAllocatedMipsForVm(Vm)","u":"getTotalAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"getTotalAllocatedMipsForVm(Vm)","u":"getTotalAllocatedMipsForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"getTotalClops()"},{"p":"org.iquantum.lists","c":"QPUList","l":"getTotalClops()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getTotalCost()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getTotalCurrentAllocatedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getTotalCurrentAllocatedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getTotalCurrentAllocatedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"getTotalCurrentAllocatedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getTotalCurrentAllocatedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getTotalCurrentAllocatedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"getTotalCurrentAllocatedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getTotalCurrentAllocatedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getTotalCurrentAvailableMipsForCloudlet(ResCTask, List)","u":"getTotalCurrentAvailableMipsForCloudlet(org.iquantum.tasks.ResCTask,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getTotalCurrentAvailableMipsForCloudlet(ResCTask, List)","u":"getTotalCurrentAvailableMipsForCloudlet(org.iquantum.tasks.ResCTask,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getTotalCurrentAvailableMipsForCloudlet(ResCTask, List)","u":"getTotalCurrentAvailableMipsForCloudlet(org.iquantum.tasks.ResCTask,java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"getTotalCurrentAvailableMipsForCloudlet(ResCTask, List)","u":"getTotalCurrentAvailableMipsForCloudlet(org.iquantum.tasks.ResCTask,java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getTotalCurrentAvailableMipsForCloudlet(ResCTask, List)","u":"getTotalCurrentAvailableMipsForCloudlet(org.iquantum.tasks.ResCTask,java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getTotalCurrentAvailableMipsForCloudlet(ResCTask, List)","u":"getTotalCurrentAvailableMipsForCloudlet(org.iquantum.tasks.ResCTask,java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"getTotalCurrentAvailableMipsForCloudlet(ResCTask, List)","u":"getTotalCurrentAvailableMipsForCloudlet(org.iquantum.tasks.ResCTask,java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getTotalCurrentAvailableMipsForCloudlet(ResCTask, List)","u":"getTotalCurrentAvailableMipsForCloudlet(org.iquantum.tasks.ResCTask,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getTotalCurrentMips()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getTotalCurrentMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getTotalCurrentRequestedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentRequestedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getTotalCurrentRequestedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentRequestedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getTotalCurrentRequestedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentRequestedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"getTotalCurrentRequestedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentRequestedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getTotalCurrentRequestedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentRequestedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getTotalCurrentRequestedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentRequestedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"getTotalCurrentRequestedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentRequestedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getTotalCurrentRequestedMipsForCloudlet(ResCTask, double)","u":"getTotalCurrentRequestedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getTotalMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getTotalMips()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getTotalMips()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getTotalMips()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getTotalMips()"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"getTotalMips(List)","u":"getTotalMips(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"getTotalMips(List)","u":"getTotalMips(java.util.List)"},{"p":"org.iquantum.lists","c":"PeList","l":"getTotalMips(List)","u":"getTotalMips(java.util.List)"},{"p":"org.iquantum.lists","c":"QPUList","l":"getTotalNumQubits()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"getTotalResponseTime()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"getTotalUtilizationOfCpu(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getTotalUtilizationOfCpuMips(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getTotalUtilizationOfCpuMips(double)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getTotalUtilizationOfCpuMips(double)"},{"p":"org.iquantum.core","c":"iQuantum","l":"getTraceFlag()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getTransactionTime()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getTransmissionStartDelay()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getTransmitDistribution()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getTraversed()"},{"p":"org.iquantum.utils","c":"MathUtil","l":"getTricubeBisquareWeigts(double[])"},{"p":"org.iquantum.utils","c":"MathUtil","l":"getTricubeWeigts(int)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"getTupleCpuLength()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getTupleIdToCpuStartTime()"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"getTupleNwLength()"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"getTupleType()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getTupleType()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"getTupleType()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getTupleTypeToAverageCpuTime()"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getTupleTypeToExecutedTupleCount()"},{"p":"org.iquantum.core","c":"SimEvent","l":"getType()"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"getType()"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"getType()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"getType()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"getType()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getUid()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getUid()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getUid()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getUid()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"getUid()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getUid(int, int)","u":"getUid(int,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getUid(int, int)","u":"getUid(int,int)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getUid(int, int)","u":"getUid(int,int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"getUnderAllocatedMips()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"getUnderAllocatedMips()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelectionUnderUtilizedAdded","l":"getUnderUtilizationThr()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"getUnderUtilizationThreshold()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getUnderUtilizedHost(Set)","u":"getUnderUtilizedHost(java.util.Set)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelectionUnderUtilizedAdded","l":"getUnderUtilizedHost(Set)","u":"getUnderUtilizedHost(java.util.Set)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"getUnderUtilizedHost(Set)","u":"getUnderUtilizedHost(java.util.Set)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getUnderUtilizedHost(Set)","u":"getUnderUtilizedHost(java.util.Set)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"getUnderUtilizedHostList(Set)","u":"getUnderUtilizedHostList(java.util.Set)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelectionUnderUtilizedAdded","l":"getUnderUtilizedHostList(Set)","u":"getUnderUtilizedHostList(java.util.Set)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"getUnderUtilizedHostList(Set)","u":"getUnderUtilizedHostList(java.util.Set)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"getUniqueId()"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"getUpBw()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getUplinkBandwidth()"},{"p":"org.iquantum.fog.utils","c":"ResourceUsageDetails","l":"getUplinkBandwidth()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"getUplinkLatency()"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"getUpports()"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"getUpports()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"getUsedBw()"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"getUsedBw()"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getUsedBw()"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getUsedBw()"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getUsedBw()"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getUsedMips()"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getUsedMips()"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getUsedMips()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"getUsedPes()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"getUsedPes()"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"getUsedPes()"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"getUsedPes()"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getUsedPes()"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getUsedPes()"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getUsedPes()"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"getUsedRam()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"getUsedVmBw()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"getUsedVmRam()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"getUsedVmRam()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getUserId()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getUserId()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getUserId()"},{"p":"org.iquantum.fog.application","c":"Application","l":"getUserId()"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"getUserId()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"getUserId()"},{"p":"org.iquantum.sdn","c":"Request","l":"getUserId()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getUserId()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"getUserId()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"getUtilization()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"getUtilization()"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"getUtilization()"},{"p":"org.iquantum.models","c":"UtilizationModel","l":"getUtilization(double)"},{"p":"org.iquantum.models","c":"UtilizationModelFull","l":"getUtilization(double)"},{"p":"org.iquantum.models","c":"UtilizationModelNull","l":"getUtilization(double)"},{"p":"org.iquantum.models","c":"UtilizationModelPlanetLabInMemory","l":"getUtilization(double)"},{"p":"org.iquantum.models","c":"UtilizationModelStochastic","l":"getUtilization(double)"},{"p":"org.iquantum.sdn.example.policies","c":"VmSchedulerTimeSharedEnergy","l":"getUtilizationEnergyConsumption()"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"getUtilizationEnergyConsumption()"},{"p":"org.iquantum.sdn.overbooking","c":"VmSchedulerTimeSharedOverbookingEnergy","l":"getUtilizationEnergyConsumption()"},{"p":"org.iquantum.sdn.power","c":"PowerUtilizationInterface","l":"getUtilizationEnergyConsumption()"},{"p":"org.iquantum.sdn","c":"Switch","l":"getUtilizationEnergyConsumption()"},{"p":"org.iquantum.sdn.example.policies","c":"VmSchedulerTimeSharedEnergy","l":"getUtilizationHisotry()"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"getUtilizationHisotry()"},{"p":"org.iquantum.sdn.overbooking","c":"VmSchedulerTimeSharedOverbookingEnergy","l":"getUtilizationHisotry()"},{"p":"org.iquantum.sdn.power","c":"PowerUtilizationInterface","l":"getUtilizationHisotry()"},{"p":"org.iquantum.sdn","c":"Switch","l":"getUtilizationHisotry()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getUtilizationHistory()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"getUtilizationHistory()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerHostUtilizationHistory","l":"getUtilizationHistory()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"getUtilizationHistory()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getUtilizationHistory()"},{"p":"org.iquantum.power","c":"PowerHostUtilizationHistory","l":"getUtilizationHistory()"},{"p":"org.iquantum.power","c":"PowerVm","l":"getUtilizationHistory()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getUtilizationHistory()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"getUtilizationHistoryList()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"getUtilizationHistoryList()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getUtilizationMad()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"getUtilizationMad()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"getUtilizationMad()"},{"p":"org.iquantum.power","c":"PowerVm","l":"getUtilizationMad()"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMaximumCorrelation","l":"getUtilizationMatrix(List)","u":"getUtilizationMatrix(java.util.List)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMaximumCorrelation","l":"getUtilizationMatrix(List)","u":"getUtilizationMatrix(java.util.List)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMaximumCorrelation","l":"getUtilizationMatrix(List)","u":"getUtilizationMatrix(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getUtilizationMean()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"getUtilizationMean()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"getUtilizationMean()"},{"p":"org.iquantum.power","c":"PowerVm","l":"getUtilizationMean()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getUtilizationMips()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getUtilizationMips()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getUtilizationModelBw()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getUtilizationModelCpu()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getUtilizationModelRam()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getUtilizationOfBw()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getUtilizationOfBw()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getUtilizationOfBw(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getUtilizationOfCpu()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getUtilizationOfCpu()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getUtilizationOfCpu(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getUtilizationOfCpuMips()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getUtilizationOfCpuMips()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getUtilizationOfCpuMips(PowerContainerHost)","u":"getUtilizationOfCpuMips(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getUtilizationOfCpuMips(PowerHost)","u":"getUtilizationOfCpuMips(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"getUtilizationOfCpuMipsofVm(ContainerVm)","u":"getUtilizationOfCpuMipsofVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"getUtilizationOfRam()"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"getUtilizationOfRam()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getUtilizationOfRam(double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"getUtilizationThreshold()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThreshold","l":"getUtilizationThreshold()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMC","l":"getUtilizationThreshold()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMCUnderUtilized","l":"getUtilizationThreshold()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationStaticThreshold","l":"getUtilizationThreshold()"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"getUtilizationTotalMips()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getUtilizationVariance()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"getUtilizationVariance()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"getUtilizationVariance()"},{"p":"org.iquantum.power","c":"PowerVm","l":"getUtilizationVariance()"},{"p":"org.iquantum.fog.utils.distribution","c":"DeterministicDistribution","l":"getValue()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getVm()"},{"p":"org.iquantum.sdn","c":"Middlebox","l":"getVm()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getVm(int, int)","u":"getVm(int,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"getVmAllocationPolicy()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"getVmAllocationPolicy()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getVmId()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getVmList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getVmList()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getVmList()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getVmList()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"getVmList()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getVmList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"getVmm()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"getVmm()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"getVmm()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"getVmm()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"getVmm()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getVmMigrationCount()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"getVmMigrationWriter()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"getVmNameIdTable()"},{"p":"org.iquantum.sdn","c":"SDNDatacenter","l":"getVmNameIdTable()"},{"p":"org.iquantum.sdn","c":"Node","l":"getVMRoute(int, int, int)","u":"getVMRoute(int,int,int)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"getVMRoute(int, int, int)","u":"getVMRoute(int,int,int)"},{"p":"org.iquantum.sdn","c":"Switch","l":"getVMRoute(int, int, int)","u":"getVMRoute(int,int,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getVmsAcks()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getVmsAcks()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getVmsAcks()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getVmScheduler()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getVmsCreatedList()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getVmsCreatedList()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getVmsCreatedList()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getVmsDestroyed()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getVmsDestroyed()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getVmsDestroyed()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getVmSelectionPolicy()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getVmSelectionPolicy()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"getVmsMigratingIn()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getVmsMigratingIn()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"getVmsMigratingIn()"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getVmsMigratingIn()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"getVmsMigratingOut()"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"getVmsMigratingOut()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getVmsRequested()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getVmsRequested()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getVmsRequested()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"getVmsToDatacentersMap()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"getVmsToDatacentersMap()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"getVmsToDatacentersMap()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getVmsToMigrateFromHosts(List)","u":"getVmsToMigrateFromHosts(java.util.List)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getVmsToMigrateFromHosts(List)","u":"getVmsToMigrateFromHosts(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"getVmsToMigrateFromUnderUtilizedHost(PowerContainerHost)","u":"getVmsToMigrateFromUnderUtilizedHost(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"getVmsToMigrateFromUnderUtilizedHost(PowerHost)","u":"getVmsToMigrateFromUnderUtilizedHost(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"getVmTable()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationAbstract","l":"getVmTable()"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"getVmTable()"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"getVmTable()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyAbstract","l":"getVmTable()"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getVmTable()"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"getVmTable()"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"getVmTable()"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicy","l":"getVmToMigrate(PowerContainerHost)","u":"getVmToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVMSelectionPolicyCor","l":"getVmToMigrate(PowerContainerHost)","u":"getVmToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMaximumCorrelation","l":"getVmToMigrate(PowerContainerHost)","u":"getVmToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMaximumUsage","l":"getVmToMigrate(PowerContainerHost)","u":"getVmToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMinimumMigrationTime","l":"getVmToMigrate(PowerContainerHost)","u":"getVmToMigrate(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicy","l":"getVmToMigrate(PowerHost)","u":"getVmToMigrate(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMaximumCorrelation","l":"getVmToMigrate(PowerHost)","u":"getVmToMigrate(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMinimumMigrationTime","l":"getVmToMigrate(PowerHost)","u":"getVmToMigrate(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMinimumUtilization","l":"getVmToMigrate(PowerHost)","u":"getVmToMigrate(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyRandomSelection","l":"getVmToMigrate(PowerHost)","u":"getVmToMigrate(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.tasks","c":"CTask","l":"getWaitingTime()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getWaitingTime()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getWallClockTime()"},{"p":"org.iquantum.tasks","c":"QTask","l":"getWallClockTime()"},{"p":"org.iquantum.tasks","c":"CTask","l":"getWallClockTime(int)"},{"p":"org.iquantum.tasks","c":"QTask","l":"getWallClockTime(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getWorkloadMips()"},{"p":"org.iquantum.sdn.example","c":"SDNBroker","l":"getWorkloads()"},{"p":"org.iquantum.sdn.example","c":"WorkloadParser","l":"getWorkloads()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"getWorkloadTotalMips()"},{"p":"org.iquantum.fog.gui.core","c":"Coordinates","l":"getX()"},{"p":"org.iquantum.sdn.graph.core","c":"Coordinates","l":"getX()"},{"p":"org.iquantum.fog.gui.core","c":"Coordinates","l":"getY()"},{"p":"org.iquantum.sdn.graph.core","c":"Coordinates","l":"getY()"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"graph"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"Graph()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"Graph()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"Graph(Map>)","u":"%3Cinit%3E(java.util.Map)"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"Graph(Map>)","u":"%3Cinit%3E(java.util.Map)"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDN","l":"GraphicSDN()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDNExample","l":"GraphicSDNExample(String, String, String, String, JTextArea)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,javax.swing.JTextArea)"},{"p":"org.iquantum.network","c":"GraphReaderBrite","l":"GraphReaderBrite()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"Bridge","l":"graphToJson(Graph)","u":"graphToJson(org.iquantum.fog.gui.core.Graph)"},{"p":"org.iquantum.sdn.graph.core","c":"Bridge","l":"graphToJson(Graph)","u":"graphToJson(org.iquantum.sdn.graph.core.Graph)"},{"p":"org.iquantum.fog.gui.core","c":"GraphView","l":"GraphView(Graph)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Graph)"},{"p":"org.iquantum.sdn.graph.core","c":"GraphView","l":"GraphView(Graph)","u":"%3Cinit%3E(org.iquantum.sdn.graph.core.Graph)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"HarddriveStorage(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"HarddriveStorage(String, double)","u":"%3Cinit%3E(java.lang.String,double)"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"hasEdge(String, String)","u":"hasEdge(java.lang.String,java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"hashCode()"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"hashCode()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"hasPotentialAvailableSpace(int)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"hasPotentialAvailableSpace(int)"},{"p":"org.iquantum.tasks","c":"CTask","l":"hasReserved()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"hasReserved()"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"hasReserved()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"HISTORY_LENGTH"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"HISTORY_LENGTH"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"HISTORY_LENGTH"},{"p":"org.iquantum.power","c":"PowerVm","l":"HISTORY_LENGTH"},{"p":"org.iquantum.core","c":"SimEvent","l":"HOLD_DONE"},{"p":"org.iquantum.core","c":"iQuantum","l":"hold(int, long)","u":"hold(int,long)"},{"p":"org.iquantum.core","c":"SimEntity","l":"HOLDING"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"HOST_PEs"},{"p":"org.iquantum.backends.classical","c":"Host","l":"Host(int, RamProvisioner, BwProvisioner, long, List, VmScheduler)","u":"%3Cinit%3E(int,org.iquantum.provisioners.RamProvisioner,org.iquantum.provisioners.BwProvisioner,long,java.util.List,org.iquantum.policies.vm.VmScheduler)"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"HostDynamicWorkload(int, RamProvisioner, BwProvisioner, long, List, VmScheduler)","u":"%3Cinit%3E(int,org.iquantum.provisioners.RamProvisioner,org.iquantum.provisioners.BwProvisioner,long,java.util.List,org.iquantum.policies.vm.VmScheduler)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"hostlist"},{"p":"org.iquantum.lists","c":"HostList","l":"HostList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"HostNode()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"HostNode()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"HostNode(String, String, long, long, int, long, long)","u":"%3Cinit%3E(java.lang.String,java.lang.String,long,long,int,long,long)"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"HostNode(String, String, long, long, int, long, long)","u":"%3Cinit%3E(java.lang.String,java.lang.String,long,long,int,long,long)"},{"p":"org.iquantum.network.datacenter","c":"HostPacket","l":"HostPacket(int, int, double, double, double, int, int)","u":"%3Cinit%3E(int,int,double,double,double,int,int)"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicy","l":"HostSelectionPolicy()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyFirstFit","l":"HostSelectionPolicyFirstFit()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyLeastFull","l":"HostSelectionPolicyLeastFull()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyMinimumCorrelation","l":"HostSelectionPolicyMinimumCorrelation(HostSelectionPolicy)","u":"%3Cinit%3E(org.iquantum.backends.classical.container.hostSelectionPolicies.HostSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyMostFull","l":"HostSelectionPolicyMostFull()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyRandomSelection","l":"HostSelectionPolicyRandomSelection()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical","c":"HostStateHistoryEntry","l":"HostStateHistoryEntry(double, double, double, boolean)","u":"%3Cinit%3E(double,double,double,boolean)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCDatacenter","l":"HostToSwitchid"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"hostTotalBw"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"hostTotalBw"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"hostTotalBw"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"hostTotalMips"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"hostTotalMips"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"hostTotalMips"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"hostTotalPes"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"hostTotalPes"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"hostTotalPes"},{"p":"org.iquantum.core","c":"Consts","l":"HOUR"},{"p":"org.iquantum.backends.quantum","c":"IBMQNode","l":"IBMQNode()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.quantum","c":"IBMQNodeMQ","l":"IBMQNodeMQ()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"IBMQTopology","l":"IBMQTopology()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"id"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"IBMQTopology","l":"importFromCsv(String)","u":"importFromCsv(java.lang.String)"},{"p":"org.iquantum.utils","c":"QTaskImporter","l":"importQTasksFromCsv(String)","u":"importQTasksFromCsv(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"incrementContainerMigrationCount()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"incrementContainersAcks()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"incrementMigrationCount()"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"incrementMigrationCount()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"incrementNewlyCreatedVmsCount()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"incrementVmsAcks()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"incrementVmsAcks()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"incrementVmsAcks()"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"indent"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDNExample","l":"indent"},{"p":"org.iquantum.lists","c":"ResCloudletList","l":"indexOf(List, int, int)","u":"indexOf(java.util.List,int,int)"},{"p":"org.iquantum.tasks","c":"CTask","l":"INEXEC"},{"p":"org.iquantum.network","c":"InfoPacket","l":"InfoPacket(String, int, long, int, int, int)","u":"%3Cinit%3E(java.lang.String,int,long,int,int,int)"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"INFOPKT_RETURN"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"INFOPKT_SUBMIT"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"INIT_TIME"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"init()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"init()"},{"p":"org.iquantum.core","c":"iQuantum","l":"init(int, Calendar, boolean)","u":"init(int,java.util.Calendar,boolean)"},{"p":"org.iquantum.core","c":"iQuantum","l":"init(int, Calendar, boolean, double)","u":"init(int,java.util.Calendar,boolean,double)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"init(Map>)","u":"init(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"init(Map>)","u":"init(java.util.Map)"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"INITIALIZE_SENSOR"},{"p":"org.iquantum.core","c":"iQuantum","l":"initialize()"},{"p":"org.iquantum.sdn","c":"Channel","l":"initialize()"},{"p":"org.iquantum.network","c":"FloydWarshall_Float","l":"initialize(int)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"initializeController(LoadBalancer)","u":"initializeController(org.iquantum.fog.entities.LoadBalancer)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"initializeController(LoadBalancer, MicroservicePlacementLogic, Map>, Map, List)","u":"initializeController(org.iquantum.fog.entities.LoadBalancer,org.iquantum.fog.placement.MicroservicePlacementLogic,java.util.Map,java.util.Map,java.util.List)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"initializeControllers(int)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"initializeControllers(int, Map>)","u":"initializeControllers(int,java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"initializePeriodicTuples(AppModule)","u":"initializePeriodicTuples(org.iquantum.fog.application.AppModule)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"initiatePlacementRequestProcessing()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"initiatePlacementRequestProcessingDynamic()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"initPhysicalTopology()"},{"p":"org.iquantum.fog.gui.example","c":"FogGui","l":"initUI()"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDN","l":"initUI()"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"INQUIRY_GLOBAL_RC_LIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"INQUIRY_LOCAL_RC_LIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"INQUIRY_RC_LIST"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"INQUIRY_RC_RESULT"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"INSIGNIFICANT"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"instanceToDataId"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"intersects(double, double, double, double)","u":"intersects(double,double,double,double)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"intersects(Rectangle2D)","u":"intersects(java.awt.geom.Rectangle2D)"},{"p":"org.iquantum.utils","c":"MathUtil","l":"iqr(double[])"},{"p":"org.iquantum.core","c":"iQuantum","l":"iQuantum()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core","c":"iQuantumShutdown","l":"iQuantumShutdown(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"org.iquantum.backends.classical","c":"HostStateHistoryEntry","l":"isActive()"},{"p":"org.iquantum.sdn","c":"Link","l":"isActive()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"isAMobileDevice(int)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"isApplicationDeployed()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"isBeingInstantiated()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"isBeingInstantiated()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"isBeingInstantiated()"},{"p":"org.iquantum.fog.utils","c":"CanBeSentResult","l":"isCanBeSent()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"isCloud(int)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"isClusterLinkBusy"},{"p":"org.iquantum.sdn","c":"Transmission","l":"isCompleted()"},{"p":"org.iquantum.utils","c":"Log","l":"isDisabled()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"isDisableMigrations()"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"isDisableMigrations()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"isDisableVmMigrations()"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"isEndModule(String)","u":"isEndModule(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"isFailed()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"isFailed()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"isFailed()"},{"p":"org.iquantum.sdn","c":"Request","l":"isFinished()"},{"p":"org.iquantum.tasks","c":"CTask","l":"isFinished()"},{"p":"org.iquantum.tasks","c":"QTask","l":"isFinished()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"isFinishedCloudlets()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"isFinishedCloudlets()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"isFinishedCloudlets()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"isFinishedCloudlets()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"isFinishedCloudlets()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"isFinishedCloudlets()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"isFinishedQTasks()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"isFinishedQTasks()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"isFinishedQTasks()"},{"p":"org.iquantum.network.datacenter","c":"NetworkVm","l":"isFree()"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"isFull()"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"isFull()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"isHostOverUtilized(PowerContainerHost)","u":"isHostOverUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"isHostOverUtilized(PowerContainerHost)","u":"isHostOverUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThreshold","l":"isHostOverUtilized(PowerContainerHost)","u":"isHostOverUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMC","l":"isHostOverUtilized(PowerContainerHost)","u":"isHostOverUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMCUnderUtilized","l":"isHostOverUtilized(PowerContainerHost)","u":"isHostOverUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"isHostOverUtilized(PowerHost)","u":"isHostOverUtilized(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationInterQuartileRange","l":"isHostOverUtilized(PowerHost)","u":"isHostOverUtilized(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"isHostOverUtilized(PowerHost)","u":"isHostOverUtilized(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation","l":"isHostOverUtilized(PowerHost)","u":"isHostOverUtilized(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationStaticThreshold","l":"isHostOverUtilized(PowerHost)","u":"isHostOverUtilized(org.iquantum.power.PowerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"isHostOverUtilizedAfterAllocation(PowerContainerHost, ContainerVm)","u":"isHostOverUtilizedAfterAllocation(org.iquantum.backends.classical.container.core.PowerContainerHost,org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"isHostOverUtilizedAfterAllocation(PowerHost, Vm)","u":"isHostOverUtilizedAfterAllocation(org.iquantum.power.PowerHost,org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"isHostOverUtilizedAfterContainerAllocation(PowerContainerHost, ContainerVm, Container)","u":"isHostOverUtilizedAfterContainerAllocation(org.iquantum.backends.classical.container.core.PowerContainerHost,org.iquantum.backends.classical.container.core.ContainerVm,org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"isHostUnderUtilized(PowerContainerHost)","u":"isHostUnderUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"isHostUnderUtilized(PowerContainerHost)","u":"isHostUnderUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThreshold","l":"isHostUnderUtilized(PowerContainerHost)","u":"isHostUnderUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMC","l":"isHostUnderUtilized(PowerContainerHost)","u":"isHostUnderUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMCUnderUtilized","l":"isHostUnderUtilized(PowerContainerHost)","u":"isHostUnderUtilized(org.iquantum.backends.classical.container.core.PowerContainerHost)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"isInCluster"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"isInMigration()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"isInMigration()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"isInMigration()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"isInMigration()"},{"p":"org.iquantum.policies.vm","c":"VmStateHistoryEntry","l":"isInMigration()"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"isInMigration()"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"isInPause()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"isInWaiting()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"isMasterCopy()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"isMasterCopy()"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"isNetworkEnabled()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"isNorthLinkBusy"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"isNorthLinkBusy()"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"isOccupied"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"isOccupied()"},{"p":"org.iquantum.core","c":"iQuantum","l":"isPaused()"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"isPeriodic()"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"isPlaced()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"isReadOnly()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"isReadOnly()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"isRegistered()"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"isRegistered()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"isSouthLinkBusy"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"isSouthLinkBusy()"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"isStartModule(String)","u":"isStartModule(java.lang.String)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"isSubset(List, Set)","u":"isSubset(java.util.List,java.util.Set)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"isSuitableForContainer(Container)","u":"isSuitableForContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"isSuitableForContainer(Container, float)","u":"isSuitableForContainer(org.iquantum.backends.classical.container.core.Container,float)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisionerSimple","l":"isSuitableForContainer(Container, float)","u":"isSuitableForContainer(org.iquantum.backends.classical.container.core.Container,float)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"isSuitableForContainer(Container, long)","u":"isSuitableForContainer(org.iquantum.backends.classical.container.core.Container,long)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisionerSimple","l":"isSuitableForContainer(Container, long)","u":"isSuitableForContainer(org.iquantum.backends.classical.container.core.Container,long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"isSuitableForContainerVm(ContainerVm)","u":"isSuitableForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"isSuitableForContainerVm(ContainerVm, float)","u":"isSuitableForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,float)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisionerSimple","l":"isSuitableForContainerVm(ContainerVm, float)","u":"isSuitableForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,float)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"isSuitableForContainerVm(ContainerVm, long)","u":"isSuitableForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,long)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisionerSimple","l":"isSuitableForContainerVm(ContainerVm, long)","u":"isSuitableForContainerVm(org.iquantum.backends.classical.container.core.ContainerVm,long)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"isSuitableForVm(Vm)","u":"isSuitableForVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"isSuitableForVm(Vm, int)","u":"isSuitableForVm(org.iquantum.backends.classical.Vm,int)"},{"p":"org.iquantum.provisioners","c":"RamProvisionerSimple","l":"isSuitableForVm(Vm, int)","u":"isSuitableForVm(org.iquantum.backends.classical.Vm,int)"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"isSuitableForVm(Vm, long)","u":"isSuitableForVm(org.iquantum.backends.classical.Vm,long)"},{"p":"org.iquantum.provisioners","c":"BwProvisionerSimple","l":"isSuitableForVm(Vm, long)","u":"isSuitableForVm(org.iquantum.backends.classical.Vm,long)"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"isSuitableForVm(Vm, long)","u":"isSuitableForVm(org.iquantum.backends.classical.Vm,long)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"isVmOverUtilized(ContainerVm)","u":"isVmOverUtilized(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"isWorking()"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"isWorking()"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"isWorking()"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"iteration"},{"p":"org.iquantum.core","c":"DeferredQueue","l":"iterator()"},{"p":"org.iquantum.core","c":"FutureQueue","l":"iterator()"},{"p":"org.iquantum.fog.gui.core","c":"Bridge","l":"jsonToGraph(String, int)","u":"jsonToGraph(java.lang.String,int)"},{"p":"org.iquantum.sdn.graph.core","c":"Bridge","l":"jsonToGraph(String, int)","u":"jsonToGraph(java.lang.String,int)"},{"p":"org.iquantum.fog.utils","c":"JsonToTopology","l":"JsonToTopology()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"lastUtilization"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"lastUtilizationUpdateTime"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"lat_reference"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"latency"},{"p":"org.iquantum.fog.mobilitydata","c":"Location","l":"latitude"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"LAUNCH_MODULE"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"LAUNCH_MODULE_INSTANCE"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"level"},{"p":"org.iquantum.fog.mobilitydata","c":"DataParser","l":"levelID"},{"p":"org.iquantum.fog.mobilitydata","c":"DataParser","l":"levelwiseResources"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"Link(Node)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Node)"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"Link(Node, double)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Node,double)"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"Link(Node, Map)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Node,java.util.Map)"},{"p":"org.iquantum.sdn","c":"Link","l":"Link(Node, Node, double, double)","u":"%3Cinit%3E(org.iquantum.sdn.Node,org.iquantum.sdn.Node,double,double)"},{"p":"org.iquantum.sdn","c":"Link","l":"Link(Node, Node, double, double, double)","u":"%3Cinit%3E(org.iquantum.sdn.Node,org.iquantum.sdn.Node,double,double,double)"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"Link(Node, String, long)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Node,java.lang.String,long)"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"linkDataWithInstance(int, String)","u":"linkDataWithInstance(int,java.lang.String)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"linkDC"},{"p":"org.iquantum.utils","c":"MathUtil","l":"listToArray(List)","u":"listToArray(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"loadBalancer"},{"p":"org.iquantum.fog.entities","c":"RRLoadBalancer","l":"loadBalancerPosition"},{"p":"org.iquantum.models","c":"UtilizationModelStochastic","l":"loadHistory(String)","u":"loadHistory(java.lang.String)"},{"p":"org.iquantum.fog.mobilitydata","c":"Location","l":"Location(double, double, int)","u":"%3Cinit%3E(double,double,int)"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"LocationHandler()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"LocationHandler(DataParser)","u":"%3Cinit%3E(org.iquantum.fog.mobilitydata.DataParser)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"lockTime"},{"p":"org.iquantum.fog.utils","c":"Logger","l":"LOG_LEVEL"},{"p":"org.iquantum.utils","c":"Log","l":"Log()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"logflag"},{"p":"org.iquantum.fog.utils","c":"Logger","l":"Logger()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"logMaxNumHostsUsed()"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"logMaxNumHostsUsed()"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"logMaxNumHostsUsed()"},{"p":"org.iquantum.sdn.power","c":"PowerUtilizationMaxHostInterface","l":"logMaxNumHostsUsed()"},{"p":"org.iquantum.distributions","c":"LognormalDistr","l":"LognormalDistr(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.distributions","c":"LognormalDistr","l":"LognormalDistr(Random, double, double)","u":"%3Cinit%3E(java.util.Random,double,double)"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"LogPrinter()","u":"%3Cinit%3E()"},{"p":"org.iquantum.distributions","c":"LomaxDistribution","l":"LomaxDistribution(double, double, double)","u":"%3Cinit%3E(double,double,double)"},{"p":"org.iquantum.distributions","c":"LomaxDistribution","l":"LomaxDistribution(Random, double, double, double)","u":"%3Cinit%3E(java.util.Random,double,double,double)"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"long_reference"},{"p":"org.iquantum.fog.mobilitydata","c":"Location","l":"longitude"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"loopIdToTupleIds()"},{"p":"org.iquantum.utils","c":"MathUtil","l":"mad(double[])"},{"p":"org.iquantum.fog.gui.example","c":"FogGui","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test","c":"CleanFromJson","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"CardiovascularHealthMonitoringApplication","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"CardiovascularHealthMonitoringApplicationEdgeward","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"CrowdSensing_Microservices_RandomMobility_Clustering","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"DCNSFog","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"MicroserviceApp_RandomMobility_Clustering","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"MicroserviceAppSample2","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"MicroservicesAppSample1","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"TranslationServiceFog_Clustering","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"TranslationServiceFog_RandomMobility_Clustering","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"TranslationServiceFog_RandomMobility","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"TranslationServiceFog","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"TwoApps","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.test.perfeval","c":"VRGameFog","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.sdn.example.topogenerators","c":"PhysicalTopologyGenerator","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGeneratorVmTypes","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VMRequestRandomGenerator","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDN","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.sdn.request","c":"VMRequestGenerator","l":"main(String[])","u":"main(java.lang.String[])"},{"p":"org.iquantum.fog.gui.core","c":"SpringUtilities","l":"makeCompactGrid(Container, int, int, int, int, int, int)","u":"makeCompactGrid(java.awt.Container,int,int,int,int,int,int)"},{"p":"org.iquantum.sdn.graph.core","c":"SpringUtilities","l":"makeCompactGrid(Container, int, int, int, int, int, int)","u":"makeCompactGrid(java.awt.Container,int,int,int,int,int,int)"},{"p":"org.iquantum.fog.gui.core","c":"SpringUtilities","l":"makeGrid(Container, int, int, int, int, int, int)","u":"makeGrid(java.awt.Container,int,int,int,int,int,int)"},{"p":"org.iquantum.sdn.graph.core","c":"SpringUtilities","l":"makeGrid(Container, int, int, int, int, int, int)","u":"makeGrid(java.awt.Container,int,int,int,int,int,int)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"makeMasterCopy()"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"makeReplica()"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"MANAGEMENT_TUPLE_ARRIVAL"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"ManagementTuple(int, int, int)","u":"%3Cinit%3E(int,int,int)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"ManagementTuple(String, int, int, int)","u":"%3Cinit%3E(java.lang.String,int,int,int)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"managementTupleType"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"manageResources()"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"manageResources()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"manageResources()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"manageResources()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"manageResources(SimEvent)","u":"manageResources(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"map"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"mapModules()"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"mapModules()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"mapModules()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"mapModules()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMapping","l":"mapModules()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"mapModules()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"mapModules()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementOnlyCloud","l":"mapModules()"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"mapNode(int, int)","u":"mapNode(int,int)"},{"p":"org.iquantum.core.predicates","c":"Predicate","l":"match(SimEvent)","u":"match(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core.predicates","c":"PredicateAny","l":"match(SimEvent)","u":"match(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core.predicates","c":"PredicateFrom","l":"match(SimEvent)","u":"match(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core.predicates","c":"PredicateNone","l":"match(SimEvent)","u":"match(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core.predicates","c":"PredicateNotFrom","l":"match(SimEvent)","u":"match(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core.predicates","c":"PredicateNotType","l":"match(SimEvent)","u":"match(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core.predicates","c":"PredicateType","l":"match(SimEvent)","u":"match(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.utils","c":"MathUtil","l":"MathUtil()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.utils","c":"FogUtils","l":"MAX"},{"p":"org.iquantum.fog.utils","c":"Config","l":"MAX_SIMULATION_TIME"},{"p":"org.iquantum.fog.utils","c":"Config","l":"MAX_VALUE"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"maxHostHandler"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"maxhostVM"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"maxMemperVM"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"MaxMobilitySpeed"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"maxNumHostsUsed"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"maxNumHostsUsed"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"maxNumHostsUsed"},{"p":"org.iquantum.network","c":"DelayMatrix_Float","l":"mDelayMatrix"},{"p":"org.iquantum.utils","c":"MathUtil","l":"mean(List)","u":"mean(java.util.List)"},{"p":"org.iquantum.utils","c":"MathUtil","l":"median(double[])"},{"p":"org.iquantum.utils","c":"MathUtil","l":"median(List)","u":"median(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"memory"},{"p":"org.iquantum.network.datacenter","c":"NetworkVm","l":"memory"},{"p":"org.iquantum.fog.test.perfeval","c":"MicroserviceApp_RandomMobility_Clustering","l":"MicroserviceApp_RandomMobility_Clustering()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.test.perfeval","c":"MicroserviceAppSample2","l":"MicroserviceAppSample2()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"MicroserviceFogDevice(String, FogDeviceCharacteristicsC, VmAllocationPolicy, List, double, double, double, double, double, double, String)","u":"%3Cinit%3E(java.lang.String,org.iquantum.fog.entities.FogDeviceCharacteristicsC,org.iquantum.policies.vm.VmAllocationPolicy,java.util.List,double,double,double,double,double,double,java.lang.String)"},{"p":"org.iquantum.fog.utils","c":"MicroservicePlacementConfig","l":"MicroservicePlacementConfig()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"microservicePlacementLogic"},{"p":"org.iquantum.fog.test.perfeval","c":"MicroservicesAppSample1","l":"MicroservicesAppSample1()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"MicroservicesController(String, List, List, List, List, Double, int)","u":"%3Cinit%3E(java.lang.String,java.util.List,java.util.List,java.util.List,java.util.List,java.lang.Double,int)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"MicroservicesController(String, List, List, List, List, Double, int, Map>)","u":"%3Cinit%3E(java.lang.String,java.util.List,java.util.List,java.util.List,java.util.List,java.lang.Double,int,java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"MicroservicesMobilityClusteringController(String, List, List, List, List, Double, int, LocationHandler)","u":"%3Cinit%3E(java.lang.String,java.util.List,java.util.List,java.util.List,java.util.List,java.lang.Double,int,org.iquantum.fog.placement.LocationHandler)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"MicroservicesMobilityClusteringController(String, List, List, List, List, Double, int, Map>, LocationHandler)","u":"%3Cinit%3E(java.lang.String,java.util.List,java.util.List,java.util.List,java.util.List,java.lang.Double,int,java.util.Map,org.iquantum.fog.placement.LocationHandler)"},{"p":"org.iquantum.sdn","c":"Middlebox","l":"Middlebox(Vm, int)","u":"%3Cinit%3E(org.iquantum.backends.classical.Vm,int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"migrateCloudlet()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"migrateCloudlet()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"migrateCloudlet()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"migrateCloudlet()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"migrateCloudlet()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"migrateCloudlet()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"migrateQTask()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"migrateQTask()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"migrateQTask()"},{"p":"org.iquantum.fog.utils","c":"MigrationDelayMonitor","l":"MigrationDelayMonitor()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core","c":"Consts","l":"MILLION"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"MinMobilitySpeed"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"minTimeBetweenEvents"},{"p":"org.iquantum.core","c":"Consts","l":"MINUTE"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"MOBILITY_MANAGEMENT"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"MOBILITY_SUBMIT"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"MobilityController(String, List, List, List, LocationHandler)","u":"%3Cinit%3E(java.lang.String,java.util.List,java.util.List,java.util.List,org.iquantum.fog.placement.LocationHandler)"},{"p":"org.iquantum.fog.mobilitydata","c":"RandomMobilityGenerator","l":"MobilityPositionInitiator(int, int, int)","u":"MobilityPositionInitiator(int,int,int)"},{"p":"org.iquantum.fog.mobilitydata","c":"RandomMobilityGenerator","l":"mobilityPositions"},{"p":"org.iquantum.fog.mobilitydata","c":"RandomMobilityGenerator","l":"mobilityPositionsAngle"},{"p":"org.iquantum.fog.mobilitydata","c":"RandomMobilityGenerator","l":"mobilityPositionsPauseTime"},{"p":"org.iquantum.fog.mobilitydata","c":"RandomMobilityGenerator","l":"mobilityPositionsSpeed"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"MODULE"},{"p":"org.iquantum.fog.utils","c":"MicroservicePlacementConfig","l":"MODULE_DEPLOYMENT_TIME"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"MODULE_RECEIVE"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"MODULE_SEND"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"moduleInstanceCount"},{"p":"org.iquantum.fog.utils","c":"ModuleLaunchConfig","l":"ModuleLaunchConfig(AppModule, int)","u":"%3Cinit%3E(org.iquantum.fog.application.AppModule,int)"},{"p":"org.iquantum.fog.placement","c":"ModuleMapping","l":"moduleMapping"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"moduleMapping"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"moduleMapping"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"moduleMapping"},{"p":"org.iquantum.fog.placement","c":"ModuleMapping","l":"ModuleMapping()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"ModulePlacement()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"ModulePlacementEdgewards(List, List, List, Application, ModuleMapping)","u":"%3Cinit%3E(java.util.List,java.util.List,java.util.List,org.iquantum.fog.application.Application,org.iquantum.fog.placement.ModuleMapping)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMapping","l":"ModulePlacementMapping(List, Application, ModuleMapping)","u":"%3Cinit%3E(java.util.List,org.iquantum.fog.application.Application,org.iquantum.fog.placement.ModuleMapping)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"ModulePlacementMobileEdgewards(List, List, List, Application, ModuleMapping)","u":"%3Cinit%3E(java.util.List,java.util.List,java.util.List,org.iquantum.fog.application.Application,org.iquantum.fog.placement.ModuleMapping)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"ModulePlacementMobileEdgewardsCluster(List, List, List, Application, ModuleMapping, Boolean)","u":"%3Cinit%3E(java.util.List,java.util.List,java.util.List,org.iquantum.fog.application.Application,org.iquantum.fog.placement.ModuleMapping,java.lang.Boolean)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementOnlyCloud","l":"ModulePlacementOnlyCloud(List, List, List, Application)","u":"%3Cinit%3E(java.util.List,java.util.List,java.util.List,org.iquantum.fog.application.Application)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"moduleReceive(SimEvent)","u":"moduleReceive(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"moduleReceive(SimEvent)","u":"moduleReceive(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"moduleSend(SimEvent)","u":"moduleSend(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"moduleSend(SimEvent)","u":"moduleSend(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"modulesOnDevice"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"modulesOnPath"},{"p":"org.iquantum.lists","c":"ResCloudletList","l":"move(List, List, T)","u":"move(java.util.List,java.util.List,T)"},{"p":"org.iquantum.network","c":"DelayMatrix_Float","l":"mTotalNodeNum"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"name"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology.Node","l":"neighbors"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"NetDatacenterBroker(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"Network_Event_DOWN"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"Network_Event_Host"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"Network_Event_send"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"Network_Event_UP"},{"p":"org.iquantum.network.datacenter","c":"NetworkCDatacenter","l":"NetworkCDatacenter(String, CDatacenterCharacteristics, VmAllocationPolicy, List, double)","u":"%3Cinit%3E(java.lang.String,org.iquantum.datacenters.CDatacenterCharacteristics,org.iquantum.policies.vm.VmAllocationPolicy,java.util.List,double)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"NetworkCloudletSpaceSharedScheduler()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"NetworkConstants()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"NetworkCTask(int, long, int, long, long, long, UtilizationModel, UtilizationModel, UtilizationModel)","u":"%3Cinit%3E(int,long,int,long,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel)"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"NetworkHost(int, RamProvisioner, BwProvisioner, long, List, VmScheduler)","u":"%3Cinit%3E(int,org.iquantum.provisioners.RamProvisioner,org.iquantum.provisioners.BwProvisioner,long,java.util.List,org.iquantum.policies.vm.VmScheduler)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"NetworkOperatingSystem(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.network.datacenter","c":"NetworkPacket","l":"NetworkPacket(int, HostPacket, int, int)","u":"%3Cinit%3E(int,org.iquantum.network.datacenter.HostPacket,int,int)"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"NetworkTopology()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.utils","c":"NetworkUsageMonitor","l":"NetworkUsageMonitor()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"NetworkVm","l":"NetworkVm(int, int, double, int, int, long, long, String, CloudletScheduler)","u":"%3Cinit%3E(int,int,double,int,int,long,long,java.lang.String,org.iquantum.policies.ctasks.CloudletScheduler)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"NetworkVmAllocationPolicy(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"NextCycle"},{"p":"org.iquantum.sdn","c":"Channel","l":"nextFinishTime()"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"nextIdx"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"nexttime"},{"p":"org.iquantum.core","c":"Consts","l":"NIX_OS"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"node"},{"p":"org.iquantum.fog.utils","c":"Config","l":"Node_Communication_RANGE"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"Node()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"Node()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology.Node","l":"Node(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"Node(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"Node(String, String)","u":"%3Cinit%3E(java.lang.String,java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"NodeCellRenderer","l":"NodeCellRenderer()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.core","c":"NodeCellRenderer","l":"NodeCellRenderer()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"NONE"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"NORMAL"},{"p":"org.iquantum.fog.utils.distribution","c":"NormalDistribution","l":"NormalDistribution(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"northTupleQueue"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"nos"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"NOT_REGISTERED"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"NOT_SET"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"npoints"},{"p":"org.iquantum.sdn","c":"Switch.HistoryEntry","l":"numActivePorts"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"numberOfCreatedVMs"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"numberOfVmTypes"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"numbervm"},{"p":"org.iquantum.core","c":"SimEntity","l":"numEventsWaiting()"},{"p":"org.iquantum.core","c":"SimEntity","l":"numEventsWaiting(Predicate)","u":"numEventsWaiting(org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"numport"},{"p":"org.iquantum.brokers","c":"QBroker","l":"numQTaskSubmitted"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"numQTaskSubmitted"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"numStage"},{"p":"org.iquantum.gateways","c":"EdgeGateway","l":"offloadTasks(CloudGateway)","u":"offloadTasks(org.iquantum.gateways.CloudGateway)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"ONLY_CLOUD"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"ONLY_CLOUD"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"ONLY_CLOUD"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"ONLY_CLOUD"},{"p":"org.iquantum.fog.gui.example","c":"FogGui","l":"openAddActuatorDialog()"},{"p":"org.iquantum.fog.gui.example","c":"FogGui","l":"openAddFogDeviceDialog()"},{"p":"org.iquantum.fog.gui.example","c":"FogGui","l":"openAddLinkDialog()"},{"p":"org.iquantum.fog.gui.example","c":"FogGui","l":"openAddSensorDialog()"},{"p":"org.iquantum.fog.utils","c":"OperatorEdge","l":"OperatorEdge(String, String, double)","u":"%3Cinit%3E(java.lang.String,java.lang.String,double)"},{"p":"org.iquantum.fog.utils","c":"OperatorSetComparator","l":"OperatorSetComparator()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicy","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicySimple","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationSimple","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicy","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicySimple","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"optimizeAllocation(List)","u":"optimizeAllocation(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"OTHER_POLICY_DIFFERENT_RATING"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"OTHER_POLICY_DIFFERENT_RATING"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"OTHER_POLICY_DIFFERENT_RATING"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"OTHER_POLICY_SAME_RATING"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"OTHER_POLICY_SAME_RATING"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"OTHER_POLICY_SAME_RATING"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"OUTPUT_SIZE"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDNExample","l":"output()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"overBookingfactor"},{"p":"org.iquantum.sdn.overbooking","c":"OverbookingNetworkOperatingSystem","l":"OverbookingNetworkOperatingSystem(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"overbookingRatioBw"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"overbookingRatioMips"},{"p":"org.iquantum.sdn","c":"Package","l":"Package(int, int, long, int, Request)","u":"%3Cinit%3E(int,int,long,int,org.iquantum.sdn.Request)"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"packetrecieved"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"packetTohost"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"packetTosendGlobal"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"packetTosendLocal"},{"p":"org.iquantum.utils.datacloud","c":"ParameterException","l":"ParameterException()","u":"%3Cinit%3E()"},{"p":"org.iquantum.utils.datacloud","c":"ParameterException","l":"ParameterException(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"parentId"},{"p":"org.iquantum.distributions","c":"ParetoDistr","l":"ParetoDistr(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.distributions","c":"ParetoDistr","l":"ParetoDistr(Random, double, double)","u":"%3Cinit%3E(java.util.Random,double,double)"},{"p":"org.iquantum.fog.mobilitydata","c":"DataParser","l":"parseResourceData()"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"parseResourceInfo()"},{"p":"org.iquantum.fog.mobilitydata","c":"DataParser","l":"parseUserData(Map, String)","u":"parseUserData(java.util.Map,java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"LocationHandler","l":"parseUserInfo(Map, String)","u":"parseUserInfo(java.util.Map,java.lang.String)"},{"p":"org.iquantum.core","c":"SimEntity","l":"pause(double)"},{"p":"org.iquantum.core","c":"iQuantum","l":"pause(int, double)","u":"pause(int,double)"},{"p":"org.iquantum.tasks","c":"CTask","l":"PAUSED"},{"p":"org.iquantum.tasks","c":"QTask","l":"PAUSED"},{"p":"org.iquantum.core","c":"iQuantum","l":"pauseSimulation()"},{"p":"org.iquantum.core","c":"iQuantum","l":"pauseSimulation(long)"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"Pe(int, PeProvisioner)","u":"%3Cinit%3E(int,org.iquantum.provisioners.PeProvisioner)"},{"p":"org.iquantum.lists","c":"PeList","l":"PeList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"PeProvisioner(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"PeProvisionerOverbooking(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"PeProvisionerSimple(double)","u":"%3Cinit%3E(double)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"perClientDevicePrs"},{"p":"org.iquantum.fog.utils","c":"MicroservicePlacementConfig","l":"PERIODIC"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"PES_NUMBER"},{"p":"org.iquantum.fog.entities","c":"PhysicalTopology","l":"PhysicalTopology()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn","c":"PhysicalTopology","l":"PhysicalTopology()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"physicalTopologyFile"},{"p":"org.iquantum.sdn.example.topogenerators","c":"PhysicalTopologyGenerator","l":"PhysicalTopologyGenerator()","u":"%3Cinit%3E()"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"PKT_SIZE"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"pktlist"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"pktrecv"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"pkttosend"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"PlaceHolder()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"PlaceHolder(Coordinates)","u":"%3Cinit%3E(org.iquantum.fog.gui.core.Coordinates)"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"PlaceHolder(int, int)","u":"%3Cinit%3E(int,int)"},{"p":"org.iquantum.fog.utils","c":"MicroservicePlacementConfig","l":"PLACEMENT_INTERVAL"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"PLACEMENT_REQUEST"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"placementLogic"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"placementLogicFactory"},{"p":"org.iquantum.fog.placement","c":"PlacementLogicFactory","l":"PlacementLogicFactory()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.placement","c":"PlacementLogicOutput","l":"PlacementLogicOutput(Map>>, Map>>, Map)","u":"%3Cinit%3E(java.util.Map,java.util.Map,java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"placementRequest"},{"p":"org.iquantum.fog.entities","c":"PlacementRequest","l":"PlacementRequest(String, int, int)","u":"%3Cinit%3E(java.lang.String,int,int)"},{"p":"org.iquantum.fog.entities","c":"PlacementRequest","l":"PlacementRequest(String, int, int, Map)","u":"%3Cinit%3E(java.lang.String,int,int,java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"placementRequestDelayMap"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"placementRequests"},{"p":"org.iquantum.backends.classical.container.utils","c":"IDs","l":"pollId(Class)","u":"pollId(java.lang.Class)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"Polygon2D()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"Polygon2D(float[], float[], int)","u":"%3Cinit%3E(float[],float[],int)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"Polygon2D(int[], int[], int)","u":"%3Cinit%3E(int[],int[],int)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"Polygon2D(Polygon)","u":"%3Cinit%3E(java.awt.Polygon)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"Polygon2D(Rectangle2D)","u":"%3Cinit%3E(java.awt.geom.Rectangle2D)"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"postProcessing()"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"postProcessing()"},{"p":"org.iquantum.fog.placement","c":"MicroservicePlacementLogic","l":"postProcessing()"},{"p":"org.iquantum.power","c":"PowerCBroker","l":"PowerCBroker(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"PowerCDatacenter(String, CDatacenterCharacteristics, VmAllocationPolicy, List, double)","u":"%3Cinit%3E(java.lang.String,org.iquantum.datacenters.CDatacenterCharacteristics,org.iquantum.policies.vm.VmAllocationPolicy,java.util.List,double)"},{"p":"org.iquantum.power","c":"PowerCDatacenterNonPowerAware","l":"PowerCDatacenterNonPowerAware(String, CDatacenterCharacteristics, VmAllocationPolicy, List, double)","u":"%3Cinit%3E(java.lang.String,org.iquantum.datacenters.CDatacenterCharacteristics,org.iquantum.policies.vm.VmAllocationPolicy,java.util.List,double)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"PowerContainer(int, int, double, int, int, long, long, String, ContainerCloudletScheduler, double)","u":"%3Cinit%3E(int,int,double,int,int,long,long,java.lang.String,org.iquantum.backends.classical.container.schedulers.ContainerCloudletScheduler,double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicy","l":"PowerContainerAllocationPolicy()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerAllocationPolicySimple","l":"PowerContainerAllocationPolicySimple()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"PowerContainerDatacenter(String, ContainerDatacenterCharacteristics, ContainerVmAllocationPolicy, ContainerAllocationPolicy, List, double, String, String)","u":"%3Cinit%3E(java.lang.String,org.iquantum.backends.classical.container.core.ContainerDatacenterCharacteristics,org.iquantum.backends.classical.container.resourceAllocators.ContainerVmAllocationPolicy,org.iquantum.backends.classical.container.resourceAllocators.ContainerAllocationPolicy,java.util.List,double,java.lang.String,java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"PowerContainerDatacenterCM(String, ContainerDatacenterCharacteristics, ContainerVmAllocationPolicy, ContainerAllocationPolicy, List, double, String, String, double, double)","u":"%3Cinit%3E(java.lang.String,org.iquantum.backends.classical.container.core.ContainerDatacenterCharacteristics,org.iquantum.backends.classical.container.resourceAllocators.ContainerVmAllocationPolicy,org.iquantum.backends.classical.container.resourceAllocators.ContainerAllocationPolicy,java.util.List,double,java.lang.String,java.lang.String,double,double)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerHost","l":"PowerContainerHost(int, ContainerVmRamProvisioner, ContainerVmBwProvisioner, long, List, ContainerVmScheduler, PowerModel)","u":"%3Cinit%3E(int,org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmRamProvisioner,org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmBwProvisioner,long,java.util.List,org.iquantum.backends.classical.container.schedulers.ContainerVmScheduler,org.iquantum.power.models.PowerModel)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerHostUtilizationHistory","l":"PowerContainerHostUtilizationHistory(int, ContainerVmRamProvisioner, ContainerVmBwProvisioner, long, List, ContainerVmScheduler, PowerModel)","u":"%3Cinit%3E(int,org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmRamProvisioner,org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmBwProvisioner,long,java.util.List,org.iquantum.backends.classical.container.schedulers.ContainerVmScheduler,org.iquantum.power.models.PowerModel)"},{"p":"org.iquantum.backends.classical.container.lists","c":"PowerContainerList","l":"PowerContainerList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicy","l":"PowerContainerSelectionPolicy()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyCor","l":"PowerContainerSelectionPolicyCor(PowerContainerSelectionPolicy)","u":"%3Cinit%3E(org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMaximumCorrelation","l":"PowerContainerSelectionPolicyMaximumCorrelation(PowerContainerSelectionPolicy)","u":"%3Cinit%3E(org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMaximumUsage","l":"PowerContainerSelectionPolicyMaximumUsage()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMinimumMigrationTime","l":"PowerContainerSelectionPolicyMinimumMigrationTime()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"PowerContainerVm(int, int, double, float, long, long, String, ContainerScheduler, ContainerRamProvisioner, ContainerBwProvisioner, List, double)","u":"%3Cinit%3E(int,int,double,float,long,long,java.lang.String,org.iquantum.backends.classical.container.schedulers.ContainerScheduler,org.iquantum.backends.classical.container.containerProvisioners.ContainerRamProvisioner,org.iquantum.backends.classical.container.containerProvisioners.ContainerBwProvisioner,java.util.List,double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationAbstract","l":"PowerContainerVmAllocationAbstract(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"PowerContainerVmAllocationPolicyMigrationAbstract(List, PowerContainerVmSelectionPolicy)","u":"%3Cinit%3E(java.util.List,org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded(List, PowerContainerVmSelectionPolicy, PowerContainerSelectionPolicy, int, int[], float[], long, long, double[])","u":"%3Cinit%3E(java.util.List,org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy,org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy,int,int[],float[],long,long,double[])"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection","l":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection(List, PowerContainerVmSelectionPolicy, PowerContainerSelectionPolicy, HostSelectionPolicy, int, int[], float[], long, long, double[])","u":"%3Cinit%3E(java.util.List,org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy,org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy,org.iquantum.backends.classical.container.hostSelectionPolicies.HostSelectionPolicy,int,int[],float[],long,long,double[])"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelectionUnderUtilizedAdded","l":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelectionUnderUtilizedAdded(List, PowerContainerVmSelectionPolicy, PowerContainerSelectionPolicy, HostSelectionPolicy, double, int, int[], float[], long, long, double[])","u":"%3Cinit%3E(java.util.List,org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy,org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy,org.iquantum.backends.classical.container.hostSelectionPolicies.HostSelectionPolicy,double,int,int[],float[],long,long,double[])"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection(List, PowerContainerVmSelectionPolicy, HostSelectionPolicy, double, double)","u":"%3Cinit%3E(java.util.List,org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy,org.iquantum.backends.classical.container.hostSelectionPolicies.HostSelectionPolicy,double,double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThreshold","l":"PowerContainerVmAllocationPolicyMigrationStaticThreshold(List, PowerContainerVmSelectionPolicy, double)","u":"%3Cinit%3E(java.util.List,org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy,double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMC","l":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMC(List, PowerContainerVmSelectionPolicy, PowerContainerSelectionPolicy, HostSelectionPolicy, double, int, int[], float[], long, long, double[])","u":"%3Cinit%3E(java.util.List,org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy,org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy,org.iquantum.backends.classical.container.hostSelectionPolicies.HostSelectionPolicy,double,int,int[],float[],long,long,double[])"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMCUnderUtilized","l":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMCUnderUtilized(List, PowerContainerVmSelectionPolicy, PowerContainerSelectionPolicy, HostSelectionPolicy, double, double, int, int[], float[], long, long, double[])","u":"%3Cinit%3E(java.util.List,org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy,org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy,org.iquantum.backends.classical.container.hostSelectionPolicies.HostSelectionPolicy,double,double,int,int[],float[],long,long,double[])"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationSimple","l":"PowerContainerVmAllocationSimple(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"PowerContainerVmList","l":"PowerContainerVmList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicy","l":"PowerContainerVmSelectionPolicy()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVMSelectionPolicyCor","l":"PowerContainerVMSelectionPolicyCor(PowerContainerVmSelectionPolicy)","u":"%3Cinit%3E(org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMaximumCorrelation","l":"PowerContainerVmSelectionPolicyMaximumCorrelation(PowerContainerVmSelectionPolicy)","u":"%3Cinit%3E(org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMaximumUsage","l":"PowerContainerVmSelectionPolicyMaximumUsage()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMinimumMigrationTime","l":"PowerContainerVmSelectionPolicyMinimumMigrationTime()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power","c":"PowerHost","l":"PowerHost(int, RamProvisioner, BwProvisioner, long, List, VmScheduler, PowerModel)","u":"%3Cinit%3E(int,org.iquantum.provisioners.RamProvisioner,org.iquantum.provisioners.BwProvisioner,long,java.util.List,org.iquantum.policies.vm.VmScheduler,org.iquantum.power.models.PowerModel)"},{"p":"org.iquantum.power","c":"PowerHostUtilizationHistory","l":"PowerHostUtilizationHistory(int, RamProvisioner, BwProvisioner, long, List, VmScheduler, PowerModel)","u":"%3Cinit%3E(int,org.iquantum.provisioners.RamProvisioner,org.iquantum.provisioners.BwProvisioner,long,java.util.List,org.iquantum.policies.vm.VmScheduler,org.iquantum.power.models.PowerModel)"},{"p":"org.iquantum.power.models","c":"PowerModelCubic","l":"PowerModelCubic(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.power.models","c":"PowerModelLinear","l":"PowerModelLinear(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPower","l":"PowerModelSpecPower()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerHpProLiantMl110G3PentiumD930","l":"PowerModelSpecPowerHpProLiantMl110G3PentiumD930()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerHpProLiantMl110G4Xeon3040","l":"PowerModelSpecPowerHpProLiantMl110G4Xeon3040()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerHpProLiantMl110G5Xeon3075","l":"PowerModelSpecPowerHpProLiantMl110G5Xeon3075()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerIbmX3250XeonX3470","l":"PowerModelSpecPowerIbmX3250XeonX3470()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerIbmX3250XeonX3480","l":"PowerModelSpecPowerIbmX3250XeonX3480()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerIbmX3550XeonX5670","l":"PowerModelSpecPowerIbmX3550XeonX5670()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power.models","c":"PowerModelSpecPowerIbmX3550XeonX5675","l":"PowerModelSpecPowerIbmX3550XeonX5675()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power.models","c":"PowerModelSqrt","l":"PowerModelSqrt(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.power.models","c":"PowerModelSquare","l":"PowerModelSquare(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.sdn.power","c":"PowerUtilizationHistoryEntry","l":"PowerUtilizationHistoryEntry(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.power","c":"PowerVm","l":"PowerVm(int, int, double, int, int, long, long, int, String, CloudletScheduler, double)","u":"%3Cinit%3E(int,int,double,int,int,long,long,int,java.lang.String,org.iquantum.policies.ctasks.CloudletScheduler,double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyAbstract","l":"PowerVmAllocationPolicyAbstract(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"PowerVmAllocationPolicyMigrationAbstract(List, PowerVmSelectionPolicy)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationInterQuartileRange","l":"PowerVmAllocationPolicyMigrationInterQuartileRange(List, PowerVmSelectionPolicy, double, PowerVmAllocationPolicyMigrationAbstract)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy,double,org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationInterQuartileRange","l":"PowerVmAllocationPolicyMigrationInterQuartileRange(List, PowerVmSelectionPolicy, double, PowerVmAllocationPolicyMigrationAbstract, double)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy,double,org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract,double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"PowerVmAllocationPolicyMigrationLocalRegression(List, PowerVmSelectionPolicy, double, double, PowerVmAllocationPolicyMigrationAbstract)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy,double,double,org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"PowerVmAllocationPolicyMigrationLocalRegression(List, PowerVmSelectionPolicy, double, double, PowerVmAllocationPolicyMigrationAbstract, double)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy,double,double,org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract,double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegressionRobust","l":"PowerVmAllocationPolicyMigrationLocalRegressionRobust(List, PowerVmSelectionPolicy, double, double, PowerVmAllocationPolicyMigrationAbstract)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy,double,double,org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegressionRobust","l":"PowerVmAllocationPolicyMigrationLocalRegressionRobust(List, PowerVmSelectionPolicy, double, double, PowerVmAllocationPolicyMigrationAbstract, double)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy,double,double,org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract,double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation","l":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation(List, PowerVmSelectionPolicy, double, PowerVmAllocationPolicyMigrationAbstract)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy,double,org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation","l":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation(List, PowerVmSelectionPolicy, double, PowerVmAllocationPolicyMigrationAbstract, double)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy,double,org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract,double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationStaticThreshold","l":"PowerVmAllocationPolicyMigrationStaticThreshold(List, PowerVmSelectionPolicy, double)","u":"%3Cinit%3E(java.util.List,org.iquantum.power.PowerVmSelectionPolicy,double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicySimple","l":"PowerVmAllocationPolicySimple(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.power.lists","c":"PowerVmList","l":"PowerVmList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicy","l":"PowerVmSelectionPolicy()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMaximumCorrelation","l":"PowerVmSelectionPolicyMaximumCorrelation(PowerVmSelectionPolicy)","u":"%3Cinit%3E(org.iquantum.power.PowerVmSelectionPolicy)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMinimumMigrationTime","l":"PowerVmSelectionPolicyMinimumMigrationTime()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMinimumUtilization","l":"PowerVmSelectionPolicyMinimumUtilization()","u":"%3Cinit%3E()"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyRandomSelection","l":"PowerVmSelectionPolicyRandomSelection()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.utils","c":"MicroservicePlacementConfig","l":"PR_PROCESSING_MODE"},{"p":"org.iquantum.core.predicates","c":"Predicate","l":"Predicate()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core.predicates","c":"PredicateAny","l":"PredicateAny()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core.predicates","c":"PredicateFrom","l":"PredicateFrom(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.core.predicates","c":"PredicateFrom","l":"PredicateFrom(int[])","u":"%3Cinit%3E(int[])"},{"p":"org.iquantum.core.predicates","c":"PredicateNone","l":"PredicateNone()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core.predicates","c":"PredicateNotFrom","l":"PredicateNotFrom(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.core.predicates","c":"PredicateNotFrom","l":"PredicateNotFrom(int[])","u":"%3Cinit%3E(int[])"},{"p":"org.iquantum.core.predicates","c":"PredicateNotType","l":"PredicateNotType(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.core.predicates","c":"PredicateNotType","l":"PredicateNotType(int[])","u":"%3Cinit%3E(int[])"},{"p":"org.iquantum.core.predicates","c":"PredicateType","l":"PredicateType(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.core.predicates","c":"PredicateType","l":"PredicateType(int[])","u":"%3Cinit%3E(int[])"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"predictFileTransferTime(List)","u":"predictFileTransferTime(java.util.List)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"predictFileTransferTime(List)","u":"predictFileTransferTime(java.util.List)"},{"p":"org.iquantum.utils","c":"Log","l":"print(Object)","u":"print(java.lang.Object)"},{"p":"org.iquantum.utils","c":"Log","l":"print(String)","u":"print(java.lang.String)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended","l":"printAllQubitConnectivity()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended","l":"printAllQubitMetrics()"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"printArguments(String, String, List)","u":"printArguments(java.lang.String,java.lang.String,java.util.List)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"printClusterConnections()"},{"p":"org.iquantum.utils","c":"Log","l":"printConcat(Object...)","u":"printConcat(java.lang.Object...)"},{"p":"org.iquantum.utils","c":"Log","l":"printConcatLine(Object...)","u":"printConcatLine(java.lang.Object...)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"printCostDetails()"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"printCTaskList(List)","u":"printCTaskList(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"printEnergyConsumption(List, List, double)","u":"printEnergyConsumption(java.util.List,java.util.List,double)"},{"p":"org.iquantum.sdn","c":"ForwardingRule","l":"printForwardingTable(String)","u":"printForwardingTable(java.lang.String)"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"printGroupStatistics(int, int[], double[])","u":"printGroupStatistics(int,int[],double[])"},{"p":"org.iquantum.utils","c":"Log","l":"printLine()"},{"p":"org.iquantum.utils","c":"Log","l":"printLine(Object)","u":"printLine(java.lang.Object)"},{"p":"org.iquantum.utils","c":"Log","l":"printLine(String)","u":"printLine(java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"printNetworkUsageDetails()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"printOverUtilizedHosts(List)","u":"printOverUtilizedHosts(java.util.List)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"printOverUtilizedHosts(List)","u":"printOverUtilizedHosts(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"printPowerDetails()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"printQoSDetails()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended","l":"printQubitConnectivityMetrics(int, int)","u":"printQubitConnectivityMetrics(int,int)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended","l":"printQubitMetrics(int)"},{"p":"org.iquantum.sdn","c":"RoutingTable","l":"printRoutingTable()"},{"p":"org.iquantum.fog.gui.core","c":"SpringUtilities","l":"printSizes(Component)","u":"printSizes(java.awt.Component)"},{"p":"org.iquantum.sdn.graph.core","c":"SpringUtilities","l":"printSizes(Component)","u":"printSizes(java.awt.Component)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"printTimeDetails()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology","l":"printTopology(QubitTopology)","u":"printTopology(org.iquantum.backends.quantum.qubittopologies.QubitTopology)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology","l":"printTopologyShort(QubitTopology)","u":"printTopologyShort(org.iquantum.backends.quantum.qubittopologies.QubitTopology)"},{"p":"org.iquantum.sdn","c":"Node","l":"printVMRoute()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"printVMRoute()"},{"p":"org.iquantum.sdn","c":"Switch","l":"printVMRoute()"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"printWorkloadList(List)","u":"printWorkloadList(java.util.List)"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"PROCESS_PRS"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"processActuatorJoined(SimEvent)","u":"processActuatorJoined(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"processAppSubmit(SimEvent)","u":"processAppSubmit(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processCloudlet(SimEvent, int)","u":"processCloudlet(org.iquantum.core.SimEvent,int)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processCloudlet(SimEvent, int)","u":"processCloudlet(org.iquantum.core.SimEvent,int)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processCloudletCancel(int, int, int)","u":"processCloudletCancel(int,int,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processCloudletCancel(int, int, int, int)","u":"processCloudletCancel(int,int,int,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processCloudletMove(int[], int)","u":"processCloudletMove(int[],int)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processCloudletMove(int[], int)","u":"processCloudletMove(int[],int)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processCloudletPause(int, int, int, boolean)","u":"processCloudletPause(int,int,int,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processCloudletPause(int, int, int, int, boolean)","u":"processCloudletPause(int,int,int,int,boolean)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processCloudletResume(int, int, int, boolean)","u":"processCloudletResume(int,int,int,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processCloudletResume(int, int, int, int, boolean)","u":"processCloudletResume(int,int,int,int,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"processCloudletReturn(SimEvent)","u":"processCloudletReturn(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"processCloudletReturn(SimEvent)","u":"processCloudletReturn(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"processCloudletReturn(SimEvent)","u":"processCloudletReturn(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processCloudletStatus(SimEvent)","u":"processCloudletStatus(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processCloudletStatus(SimEvent)","u":"processCloudletStatus(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processCloudletSubmit(SimEvent, boolean)","u":"processCloudletSubmit(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"processCloudletSubmit(SimEvent, boolean)","u":"processCloudletSubmit(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processCloudletSubmit(SimEvent, boolean)","u":"processCloudletSubmit(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCDatacenter","l":"processCloudletSubmit(SimEvent, boolean)","u":"processCloudletSubmit(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"processCloudletSubmit(SimEvent, boolean)","u":"processCloudletSubmit(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"processClustering(int, int, SimEvent)","u":"processClustering(int,int,org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"processContainerCreate(SimEvent)","u":"processContainerCreate(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processContainerMigrate(SimEvent, boolean)","u":"processContainerMigrate(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processContainerSubmit(SimEvent, boolean)","u":"processContainerSubmit(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processDataAdd(SimEvent, boolean)","u":"processDataAdd(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processDataAdd(SimEvent, boolean)","u":"processDataAdd(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processDataDelete(SimEvent, boolean)","u":"processDataDelete(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processDataDelete(SimEvent, boolean)","u":"processDataDelete(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.core","c":"CloudInformationService","l":"processEndSimulation()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core","c":"CloudInformationService","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core","c":"iQuantumShutdown","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core","c":"SimEntity","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogBrokerC","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.sdn.example","c":"SDNBroker","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.sdn","c":"Switch","l":"processEvent(SimEvent)","u":"processEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"processhostpacket(SimEvent)","u":"processhostpacket(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.sdn","c":"Processing","l":"Processing(CTask)","u":"%3Cinit%3E(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"processingDelay"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"processModuleArrival(SimEvent)","u":"processModuleArrival(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"processModuleArrival(SimEvent)","u":"processModuleArrival(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"processModuleTermination(SimEvent)","u":"processModuleTermination(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"processNewVmCreate(SimEvent)","u":"processNewVmCreate(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"processOperatorRelease(SimEvent)","u":"processOperatorRelease(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processOtherEvent(SimEvent)","u":"processOtherEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"processOtherEvent(SimEvent)","u":"processOtherEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"processOtherEvent(SimEvent)","u":"processOtherEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core","c":"CloudInformationService","l":"processOtherEvent(SimEvent)","u":"processOtherEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processOtherEvent(SimEvent)","u":"processOtherEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"processOtherEvent(SimEvent)","u":"processOtherEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"processOtherEvent(SimEvent)","u":"processOtherEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"processOtherEvent(SimEvent)","u":"processOtherEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.sdn","c":"SDNDatacenter","l":"processOtherEvent(SimEvent)","u":"processOtherEvent(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"AggregateSwitch","l":"processpacket_down(SimEvent)","u":"processpacket_down(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"processpacket_down(SimEvent)","u":"processpacket_down(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"AggregateSwitch","l":"processpacket_up(SimEvent)","u":"processpacket_up(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"EdgeSwitch","l":"processpacket_up(SimEvent)","u":"processpacket_up(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"RootSwitch","l":"processpacket_up(SimEvent)","u":"processpacket_up(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"processpacket_up(SimEvent)","u":"processpacket_up(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"processpacket(SimEvent)","u":"processpacket(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"EdgeSwitch","l":"processpacketforward(SimEvent)","u":"processpacketforward(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"processpacketforward(SimEvent)","u":"processpacketforward(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processPingRequest(SimEvent)","u":"processPingRequest(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processPingRequest(SimEvent)","u":"processPingRequest(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"processPlacedModules(PlacementRequest)","u":"processPlacedModules(org.iquantum.fog.entities.PlacementRequest)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"processPlacementRequests()"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"processQTaskSubmit(SimEvent, boolean)","u":"processQTaskSubmit(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"processQTaskSubmit(SimEvent, boolean)","u":"processQTaskSubmit(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"processResourceCharacteristics(SimEvent)","u":"processResourceCharacteristics(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"processResourceCharacteristics(SimEvent)","u":"processResourceCharacteristics(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"processResourceCharacteristics(SimEvent)","u":"processResourceCharacteristics(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"processResourceCharacteristicsRequest(SimEvent)","u":"processResourceCharacteristicsRequest(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"processResourceCharacteristicsRequest(SimEvent)","u":"processResourceCharacteristicsRequest(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"processResourceCharacteristicsRequest(SimEvent)","u":"processResourceCharacteristicsRequest(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"processSensorJoining(SimEvent)","u":"processSensorJoining(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"processTupleArrival(SimEvent)","u":"processTupleArrival(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"processTupleArrival(SimEvent)","u":"processTupleArrival(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"processVmCreate(SimEvent)","u":"processVmCreate(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"processVmCreate(SimEvent)","u":"processVmCreate(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.power","c":"PowerCBroker","l":"processVmCreate(SimEvent)","u":"processVmCreate(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processVmCreate(SimEvent, boolean)","u":"processVmCreate(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"processVmCreate(SimEvent, boolean)","u":"processVmCreate(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processVmCreate(SimEvent, boolean)","u":"processVmCreate(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.sdn","c":"SDNDatacenter","l":"processVmCreate(SimEvent, boolean)","u":"processVmCreate(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.sdn.example","c":"SimpleNetworkOperatingSystem","l":"processVmCreateAck(SimEvent)","u":"processVmCreateAck(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"processVmCreateAck(SimEvent)","u":"processVmCreateAck(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.sdn.overbooking","c":"OverbookingNetworkOperatingSystem","l":"processVmCreateAck(SimEvent)","u":"processVmCreateAck(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCDatacenter","l":"processVmCreateNetwork(Vm)","u":"processVmCreateNetwork(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processVmDestroy(SimEvent, boolean)","u":"processVmDestroy(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processVmDestroy(SimEvent, boolean)","u":"processVmDestroy(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"processVmDestroyAck(SimEvent)","u":"processVmDestroyAck(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"processVmMigrate(SimEvent, boolean)","u":"processVmMigrate(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"processVmMigrate(SimEvent, boolean)","u":"processVmMigrate(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"processVmMigrate(SimEvent, boolean)","u":"processVmMigrate(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"processVmMigrate(SimEvent, boolean)","u":"processVmMigrate(org.iquantum.core.SimEvent,boolean)"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"prStatus"},{"p":"org.iquantum.utils","c":"QASMReader","l":"QASMReader()","u":"%3Cinit%3E()"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"qBroker"},{"p":"org.iquantum.brokers","c":"QBroker","l":"QBroker(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"QBrokerMQ(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.brokers","c":"QCloudBroker","l":"QCloudBroker(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"QDatacenter(String, QDatacenterCharacteristics)","u":"%3Cinit%3E(java.lang.String,org.iquantum.datacenters.QDatacenterCharacteristics)"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristics","l":"QDatacenterCharacteristics(List, double, double)","u":"%3Cinit%3E(java.util.List,double,double)"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristicsExtended","l":"QDatacenterCharacteristicsExtended(List, double, double)","u":"%3Cinit%3E(java.util.List,double,double)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"qDatacenterCharacteristicsList"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"qDatacenterCharacteristicsList"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"QDatacenterExtended(String, QDatacenterCharacteristicsExtended)","u":"%3Cinit%3E(java.lang.String,org.iquantum.datacenters.QDatacenterCharacteristicsExtended)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"qDatacenterIdList"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"qDatacenterIdList"},{"p":"org.iquantum.brokers","c":"QEdgeBroker","l":"QEdgeBroker(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"QNode(int, int, int, double, List, QubitTopology, QTaskScheduler)","u":"%3Cinit%3E(int,int,int,double,java.util.List,org.iquantum.backends.quantum.qubittopologies.QubitTopology,org.iquantum.policies.qtasks.QTaskScheduler)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"qNodeList"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"qNodeList"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"QNodeMQ(int, QPUList, QTaskSchedulerFCFSMQ)","u":"%3Cinit%3E(int,org.iquantum.lists.QPUList,org.iquantum.policies.qtasks.QTaskSchedulerFCFSMQ)"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"QPU(int, int, int, double, List, QubitTopology)","u":"%3Cinit%3E(int,int,int,double,java.util.List,org.iquantum.backends.quantum.qubittopologies.QubitTopology)"},{"p":"org.iquantum.lists","c":"QPUList","l":"QPUList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QREGISTER_RESOURCE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QRESOURCE_CHARACTERISTICS"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QRESOURCE_CHARACTERISTICS_REQUEST"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QRESOURCE_LIST"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QTASK_CANCEL"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QTASK_FAILED_GATES"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QTASK_FAILED_QUBIT"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QTASK_FAILED_QUBIT_MAP"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QTASK_RETURN"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QTASK_SUBMIT"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"QTASK_SUBMIT_READY"},{"p":"org.iquantum.tasks","c":"QTask","l":"QTask(int, int, int, int, List, QubitTopology)","u":"%3Cinit%3E(int,int,int,int,java.util.List,org.iquantum.backends.quantum.qubittopologies.QubitTopology)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskCancel(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"qtaskCancel(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"qtaskCancel(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskExecList"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskFailedList"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskFinish(ResQTask)","u":"qtaskFinish(org.iquantum.tasks.ResQTask)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"qtaskFinish(ResQTask)","u":"qtaskFinish(org.iquantum.tasks.ResQTask)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"qtaskFinish(ResQTask)","u":"qtaskFinish(org.iquantum.tasks.ResQTask)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskFinishedList"},{"p":"org.iquantum.utils","c":"QTaskImporter","l":"QTaskImporter()","u":"%3Cinit%3E()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"qtaskList"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"qtaskList"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"qTaskList"},{"p":"org.iquantum.lists","c":"QTaskList","l":"QTaskList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskMapping(QTask, QNode)","u":"qtaskMapping(org.iquantum.tasks.QTask,org.iquantum.backends.quantum.QNode)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"qtaskMapping(QTask, QNode)","u":"qtaskMapping(org.iquantum.tasks.QTask,org.iquantum.backends.quantum.QNode)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"qtaskMapping(QTask, QNode)","u":"qtaskMapping(org.iquantum.tasks.QTask,org.iquantum.backends.quantum.QNode)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"qtaskMapping(QTask, QNodeMQ)","u":"qtaskMapping(org.iquantum.tasks.QTask,org.iquantum.backends.quantum.QNodeMQ)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskPause(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"qtaskPause(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"qtaskPause(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskPausedList"},{"p":"org.iquantum.brokers","c":"QBroker","l":"qtaskReceivedList"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"qtaskReceivedList"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskResume(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"qtaskResume(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"qtaskResume(int)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"QTaskScheduler()","u":"%3Cinit%3E()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"QTaskSchedulerFCFSMQ()","u":"%3Cinit%3E()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"QTaskSchedulerSpaceShared()","u":"%3Cinit%3E()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskSubmit(QTask)","u":"qtaskSubmit(org.iquantum.tasks.QTask)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"qtaskSubmit(QTask)","u":"qtaskSubmit(org.iquantum.tasks.QTask)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"qtaskSubmit(QTask)","u":"qtaskSubmit(org.iquantum.tasks.QTask)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskSubmit(QTask, double)","u":"qtaskSubmit(org.iquantum.tasks.QTask,double)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"qtaskSubmit(QTask, double)","u":"qtaskSubmit(org.iquantum.tasks.QTask,double)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"qtaskSubmit(QTask, double)","u":"qtaskSubmit(org.iquantum.tasks.QTask,double)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"qtaskSubmittedList"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"qtaskSubmittedList"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"qtaskWaitingList"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitEdge","l":"QubitEdge(int, double, double)","u":"%3Cinit%3E(int,double,double)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology.Node","l":"qubitIndex"},{"p":"org.iquantum.policies.qubitMapping","c":"QubitMappingBackTracking","l":"QubitMappingBackTracking()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitProperties","l":"QubitProperties(double, double, double, double, double, double, double, double, double, double, double)","u":"%3Cinit%3E(double,double,double,double,double,double,double,double,double,double,double)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopology","l":"QubitTopology(int, List)","u":"%3Cinit%3E(int,java.util.List)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended","l":"QubitTopologyExtended(int, List, Map, Map>)","u":"%3Cinit%3E(int,java.util.List,java.util.Map,java.util.Map)"},{"p":"org.iquantum.tasks","c":"CTask","l":"QUEUED"},{"p":"org.iquantum.tasks","c":"QTask","l":"QUEUED"},{"p":"org.iquantum.tasks","c":"QTask","l":"quletStatusString(int)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"RAM"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"RamProvisioner(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.provisioners","c":"RamProvisionerSimple","l":"RamProvisionerSimple(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"random"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"RANDOM_MOBILITY"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"random_walk_mobility_model"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"random_waypoint_mobility_model"},{"p":"org.iquantum.backends.classical.container.utils","c":"RandomGaussian","l":"RandomGaussian()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.utils","c":"RandomGen","l":"RandomGen()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.mobilitydata","c":"RandomMobilityGenerator","l":"RandomMobilityGenerator()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"ratePerMips"},{"p":"org.iquantum.network","c":"GraphReaderBrite","l":"readGraphFile(String)","u":"readGraphFile(java.lang.String)"},{"p":"org.iquantum.network","c":"GraphReaderIF","l":"readGraphFile(String)","u":"readGraphFile(java.lang.String)"},{"p":"org.iquantum.utils","c":"QASMReader","l":"readQASMFile(String)","u":"readQASMFile(java.lang.String)"},{"p":"org.iquantum.tasks","c":"CTask","l":"READY"},{"p":"org.iquantum.tasks","c":"QTask","l":"READY"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"reallocateMigratingInContainers()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"reallocateMigratingInContainerVms()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"reallocateMigratingInVms()"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"RECEIVE_PR"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RECORD_STATISTICS"},{"p":"org.iquantum.network.datacenter","c":"NetworkVm","l":"recvPktlist"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeSharedOverSubscription","l":"redistributeMipsDueToOverSubscription()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeSharedOverSubscription","l":"redistributeMipsDueToOverSubscription()"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeSharedOverSubscription","l":"redistributeMipsDueToOverSubscription()"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"References()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"REGISTER_REGIONAL_GIS"},{"p":"org.iquantum.utils.datacloud","c":"DataCloudTags","l":"REGISTER_REPLICA_CTLG"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"REGISTER_RESOURCE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"REGISTER_RESOURCE_AR"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"registerOtherEntity()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"registerOtherEntity()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"registerOtherEntity()"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"registerOtherEntity()"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"RELEASE_MODULE"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"RELEASE_OPERATOR"},{"p":"org.iquantum.core","c":"FutureQueue","l":"remove(SimEvent)","u":"remove(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.core","c":"FutureQueue","l":"removeAll(Collection)","u":"removeAll(java.util.Collection)"},{"p":"org.iquantum.sdn","c":"Link","l":"removeChannel(Channel)","u":"removeChannel(org.iquantum.sdn.Channel)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"removeChild(int)"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"removeEdge(Node, Edge)","u":"removeEdge(org.iquantum.fog.gui.core.Node,org.iquantum.fog.gui.core.Edge)"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"removeEdge(Node, Edge)","u":"removeEdge(org.iquantum.sdn.graph.core.Node,org.iquantum.sdn.graph.core.Edge)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"removeMigratingInContainer(Container)","u":"removeMigratingInContainer(org.iquantum.backends.classical.container.core.Container)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"removeMigratingInContainerVm(ContainerVm)","u":"removeMigratingInContainerVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"removeMigratingInVm(Vm)","u":"removeMigratingInVm(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"removeMonitoredDevice(FogDevice)","u":"removeMonitoredDevice(org.iquantum.fog.entities.FogDevice)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"removeMonitoredDevice(FogDevice)","u":"removeMonitoredDevice(org.iquantum.fog.entities.FogDevice)"},{"p":"org.iquantum.sdn","c":"Request","l":"removeNextActivity()"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"removeNode(Node)","u":"removeNode(org.iquantum.fog.gui.core.Node)"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"removeNode(Node)","u":"removeNode(org.iquantum.sdn.graph.core.Node)"},{"p":"org.iquantum.sdn","c":"RoutingTable","l":"removeRoute(Node)","u":"removeRoute(org.iquantum.sdn.Node)"},{"p":"org.iquantum.sdn","c":"ForwardingRule","l":"removeRule(int, int, int)","u":"removeRule(int,int,int)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"removeServiceDiscoveryInfo(String, Integer)","u":"removeServiceDiscoveryInfo(java.lang.String,java.lang.Integer)"},{"p":"org.iquantum.sdn","c":"Channel","l":"removeTransmission(Transmission)","u":"removeTransmission(org.iquantum.sdn.Transmission)"},{"p":"org.iquantum.fog.application","c":"DAG","l":"removeUnplacedFromAdjacencyList(HashMap>, String)","u":"removeUnplacedFromAdjacencyList(java.util.HashMap,java.lang.String)"},{"p":"org.iquantum.sdn","c":"Node","l":"removeVMRoute(int, int, int)","u":"removeVMRoute(int,int,int)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"removeVMRoute(int, int, int)","u":"removeVMRoute(int,int,int)"},{"p":"org.iquantum.sdn","c":"Switch","l":"removeVMRoute(int, int, int)","u":"removeVMRoute(int,int,int)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"renameFile(File, String)","u":"renameFile(org.iquantum.utils.datacloud.File,java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"renameFile(File, String)","u":"renameFile(org.iquantum.utils.datacloud.File,java.lang.String)"},{"p":"org.iquantum.sdn.example","c":"Workload","l":"request"},{"p":"org.iquantum.sdn","c":"Constants","l":"REQUEST_COMPLETED"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"REQUEST_REGIONAL_GIS"},{"p":"org.iquantum.sdn","c":"Constants","l":"REQUEST_SUBMIT"},{"p":"org.iquantum.sdn","c":"Request","l":"Request(long, int)","u":"%3Cinit%3E(long,int)"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"requestclass"},{"p":"org.iquantum.tasks","c":"CTask","l":"requiresFiles()"},{"p":"org.iquantum.lists","c":"ResCloudletList","l":"ResCloudletList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.core","c":"ResContainerCloudlet","l":"ResContainerCloudlet(CTask)","u":"%3Cinit%3E(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.backends.classical.container.core","c":"ResContainerCloudlet","l":"ResContainerCloudlet(CTask, long, int, int)","u":"%3Cinit%3E(org.iquantum.tasks.CTask,long,int,int)"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"ResCTask(CTask)","u":"%3Cinit%3E(org.iquantum.tasks.CTask)"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"ResCTask(CTask, long, int, int)","u":"%3Cinit%3E(org.iquantum.tasks.CTask,long,int,int)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"reserveSpace(int)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"reserveSpace(int)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"reset()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"resolutionPlaces"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RESOURCE_AR_LIST"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RESOURCE_CHARACTERISTICS"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RESOURCE_CHARACTERISTICS_REQUEST"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RESOURCE_DYNAMICS"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RESOURCE_LIST"},{"p":"org.iquantum.fog.utils","c":"Config","l":"RESOURCE_MANAGE_INTERVAL"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"RESOURCE_MGMT"},{"p":"org.iquantum.fog.utils","c":"Config","l":"RESOURCE_MGMT_INTERVAL"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RESOURCE_NUM_FREE_PE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RESOURCE_NUM_PE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RESOURCE_Register"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"RESOURCE_UPDATE"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"RESOURCE_USAGE"},{"p":"org.iquantum.fog.mobilitydata","c":"DataParser","l":"resourceAndUserToLevel"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"resourceAvailability"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"resourceAvailability"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"resourceAvailability"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"resourceData"},{"p":"org.iquantum.core","c":"CloudInformationService","l":"resourceExist(int)"},{"p":"org.iquantum.core","c":"CloudInformationService","l":"resourceExist(Integer)","u":"resourceExist(java.lang.Integer)"},{"p":"org.iquantum.fog.mobilitydata","c":"DataParser","l":"resourceLocationData"},{"p":"org.iquantum.core","c":"CloudInformationService","l":"resourceSupportAR(int)"},{"p":"org.iquantum.core","c":"CloudInformationService","l":"resourceSupportAR(Integer)","u":"resourceSupportAR(java.lang.Integer)"},{"p":"org.iquantum.fog.utils","c":"ResourceUsageDetails","l":"ResourceUsageDetails(double, double, double, double)","u":"%3Cinit%3E(double,double,double,double)"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"ResQTask(QTask)","u":"%3Cinit%3E(org.iquantum.tasks.QTask)"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"ResQTask(QTask, long, int, int)","u":"%3Cinit%3E(org.iquantum.tasks.QTask,long,int,int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"restoreAllocation()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"restoreAllocation()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"restoreAllocation()"},{"p":"org.iquantum.tasks","c":"CTask","l":"RESUMED"},{"p":"org.iquantum.tasks","c":"QTask","l":"RESUMED"},{"p":"org.iquantum.core","c":"iQuantum","l":"resumeSimulation()"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RETURN_ACC_STATISTICS_BY_CATEGORY"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"RETURN_STAT_LIST"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"ROOT_LEVEL"},{"p":"org.iquantum.network.datacenter","c":"RootSwitch","l":"RootSwitch(String, int, NetworkCDatacenter)","u":"%3Cinit%3E(java.lang.String,int,org.iquantum.network.datacenter.NetworkCDatacenter)"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"RootSwitchPort"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"round(double)"},{"p":"org.iquantum.sdn.request","c":"VMRequestGenerator","l":"round(double, int)","u":"round(double,int)"},{"p":"org.iquantum.utils","c":"DataFormat","l":"roundDouble(Double, int)","u":"roundDouble(java.lang.Double,int)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"routingTable"},{"p":"org.iquantum.sdn","c":"RoutingTable","l":"RoutingTable()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.entities","c":"RRLoadBalancer","l":"RRLoadBalancer()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core","c":"iQuantum","l":"run()"},{"p":"org.iquantum.core","c":"SimEntity","l":"run()"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"run(List, Map, Map>, List)","u":"run(java.util.List,java.util.Map,java.util.Map,java.util.List)"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"run(List, Map, Map>, List)","u":"run(java.util.List,java.util.Map,java.util.Map,java.util.List)"},{"p":"org.iquantum.fog.placement","c":"MicroservicePlacementLogic","l":"run(List, Map, Map>, List)","u":"run(java.util.List,java.util.Map,java.util.Map,java.util.List)"},{"p":"org.iquantum.core","c":"iQuantum","l":"runClockTick()"},{"p":"org.iquantum.core","c":"SimEntity","l":"RUNNABLE"},{"p":"org.iquantum.tasks","c":"QTask","l":"RUNNING"},{"p":"org.iquantum.core","c":"iQuantum","l":"running()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"runningCloudlets()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"runningCloudlets()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"runningCloudlets()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"runningCloudlets()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"runningCloudlets()"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"runningCloudlets()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"runningQTasks()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"runningQTasks()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"runningQTasks()"},{"p":"org.iquantum.core","c":"iQuantum","l":"runStart()"},{"p":"org.iquantum.core","c":"iQuantum","l":"runStop()"},{"p":"org.iquantum.distributions","c":"ContinuousDistribution","l":"sample()"},{"p":"org.iquantum.distributions","c":"ExponentialDistr","l":"sample()"},{"p":"org.iquantum.distributions","c":"GammaDistr","l":"sample()"},{"p":"org.iquantum.distributions","c":"LognormalDistr","l":"sample()"},{"p":"org.iquantum.distributions","c":"LomaxDistribution","l":"sample()"},{"p":"org.iquantum.distributions","c":"ParetoDistr","l":"sample()"},{"p":"org.iquantum.distributions","c":"UniformDistr","l":"sample()"},{"p":"org.iquantum.distributions","c":"WeibullDistr","l":"sample()"},{"p":"org.iquantum.distributions","c":"ZipfDistr","l":"sample()"},{"p":"org.iquantum.distributions","c":"UniformDistr","l":"sample(Random, double, double)","u":"sample(java.util.Random,double,double)"},{"p":"org.iquantum.backends.classical","c":"SanStorage","l":"SanStorage(double, double, double)","u":"%3Cinit%3E(double,double,double)"},{"p":"org.iquantum.backends.classical","c":"SanStorage","l":"SanStorage(String, double, double, double)","u":"%3Cinit%3E(java.lang.String,double,double,double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"saveAllocation()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"saveAllocation()"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"saveAllocation()"},{"p":"org.iquantum.models","c":"UtilizationModelStochastic","l":"saveHistory(String)","u":"saveHistory(java.lang.String)"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"SCHEDULE_NOW"},{"p":"org.iquantum.core","c":"SimEntity","l":"schedule(int, double, int)","u":"schedule(int,double,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"schedule(int, double, int, Object)","u":"schedule(int,double,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEntity","l":"schedule(String, double, int)","u":"schedule(java.lang.String,double,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"schedule(String, double, int, Object)","u":"schedule(java.lang.String,double,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEvent","l":"scheduledBy()"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleFirst(int, double, int)","u":"scheduleFirst(int,double,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleFirst(int, double, int, Object)","u":"scheduleFirst(int,double,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleFirst(String, double, int)","u":"scheduleFirst(java.lang.String,double,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleFirst(String, double, int, Object)","u":"scheduleFirst(java.lang.String,double,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleFirstNow(int, int)","u":"scheduleFirstNow(int,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleFirstNow(int, int, Object)","u":"scheduleFirstNow(int,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleFirstNow(String, int)","u":"scheduleFirstNow(java.lang.String,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleFirstNow(String, int, Object)","u":"scheduleFirstNow(java.lang.String,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleNow(int, int)","u":"scheduleNow(int,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleNow(int, int, Object)","u":"scheduleNow(int,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleNow(String, int)","u":"scheduleNow(java.lang.String,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"scheduleNow(String, int, Object)","u":"scheduleNow(java.lang.String,int,java.lang.Object)"},{"p":"org.iquantum.sdn","c":"Constants","l":"SDN_INTERNAL_PACKAGE_PROCESS"},{"p":"org.iquantum.sdn","c":"Constants","l":"SDN_PACKAGE"},{"p":"org.iquantum.sdn.example","c":"SDNBroker","l":"SDNBroker(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.sdn","c":"SDNDatacenter","l":"SDNDatacenter(String, CDatacenterCharacteristics, VmAllocationPolicy, List, double, NetworkOperatingSystem)","u":"%3Cinit%3E(java.lang.String,org.iquantum.datacenters.CDatacenterCharacteristics,org.iquantum.policies.vm.VmAllocationPolicy,java.util.List,double,org.iquantum.sdn.NetworkOperatingSystem)"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"SDNExample()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"sdnhosts"},{"p":"org.iquantum.fog.gui.dialog","c":"SDNRun","l":"SDNRun(String, String, String, String, JFrame)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,javax.swing.JFrame)"},{"p":"org.iquantum.sdn.graph.dialog","c":"SDNRun","l":"SDNRun(String, String, String, String, JFrame)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,java.lang.String,javax.swing.JFrame)"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"seed"},{"p":"org.iquantum.core","c":"iQuantum","l":"select(int, Predicate)","u":"select(int,org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.core","c":"SimEntity","l":"selectEvent(Predicate)","u":"selectEvent(org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"selfCluster"},{"p":"org.iquantum.core","c":"SimEvent","l":"SEND"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"SEND_PERIODIC_TUPLE"},{"p":"org.iquantum.core","c":"SimEntity","l":"send(int, double, int)","u":"send(int,double,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"send(int, double, int, Object)","u":"send(int,double,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"iQuantum","l":"send(int, int, double, int, Object)","u":"send(int,int,double,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEntity","l":"send(String, double, int)","u":"send(java.lang.String,double,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"send(String, double, int, Object)","u":"send(java.lang.String,double,int,java.lang.Object)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"sendDown(Tuple, int)","u":"sendDown(org.iquantum.fog.entities.Tuple,int)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"sendDownFreeLink(Tuple, int)","u":"sendDownFreeLink(org.iquantum.fog.entities.Tuple,int)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"sendDownFreeLink(Tuple, int)","u":"sendDownFreeLink(org.iquantum.fog.entities.Tuple,int)"},{"p":"org.iquantum.core","c":"iQuantum","l":"sendFirst(int, int, double, int, Object)","u":"sendFirst(int,int,double,int,java.lang.Object)"},{"p":"org.iquantum.fog.utils","c":"NetworkUsageMonitor","l":"sendingModule(double, long)","u":"sendingModule(double,long)"},{"p":"org.iquantum.fog.utils","c":"NetworkUsageMonitor","l":"sendingTuple(double, double)","u":"sendingTuple(double,double)"},{"p":"org.iquantum.core","c":"SimEntity","l":"sendNow(int, int)","u":"sendNow(int,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"sendNow(int, int, Object)","u":"sendNow(int,int,java.lang.Object)"},{"p":"org.iquantum.core","c":"SimEntity","l":"sendNow(String, int)","u":"sendNow(java.lang.String,int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"sendNow(String, int, Object)","u":"sendNow(java.lang.String,int,java.lang.Object)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"sendPeriodicTuple(SimEvent)","u":"sendPeriodicTuple(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"sendToCluster(Tuple, int)","u":"sendToCluster(org.iquantum.fog.entities.Tuple,int)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"sendToSelf(Tuple)","u":"sendToSelf(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"sendTupleToActuator(Tuple)","u":"sendTupleToActuator(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"sendUp(Tuple)","u":"sendUp(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"sendUpFreeLink(Tuple)","u":"sendUpFreeLink(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"sendUpFreeLink(Tuple)","u":"sendUpFreeLink(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"SENSOR"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"SENSOR_JOINED"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"Sensor(String, int, String, int, double, GeoLocation, Distribution, int, int, String, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String,int,double,org.iquantum.fog.utils.GeoLocation,org.iquantum.fog.utils.distribution.Distribution,int,int,java.lang.String,java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"Sensor(String, int, String, int, double, GeoLocation, Distribution, String)","u":"%3Cinit%3E(java.lang.String,int,java.lang.String,int,double,org.iquantum.fog.utils.GeoLocation,org.iquantum.fog.utils.distribution.Distribution,java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"Sensor(String, String, int, String, Distribution)","u":"%3Cinit%3E(java.lang.String,java.lang.String,int,java.lang.String,org.iquantum.fog.utils.distribution.Distribution)"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"SensorGui(String, String, Distribution)","u":"%3Cinit%3E(java.lang.String,java.lang.String,org.iquantum.fog.utils.distribution.Distribution)"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"SensorGui(String, String, String, double, double, double, double, double)","u":"%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,double,double,double,double,double)"},{"p":"org.iquantum.fog.gui.core","c":"SensorModule","l":"SensorModule()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"SensorModule","l":"SensorModule(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"sensors"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"sensors"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"sensors"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"sensors"},{"p":"org.iquantum.fog.utils","c":"MicroservicePlacementConfig","l":"SEQUENTIAL"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"SERVICE_DISCOVERY_INFO"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"serviceDiscoveryInfo"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"serviceDiscoveryInfor"},{"p":"org.iquantum.backends.classical","c":"HostStateHistoryEntry","l":"setActive(boolean)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setActiveApplications(List)","u":"setActiveApplications(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setActiveHostList(ArrayList)","u":"setActiveHostList(java.util.ArrayList)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setActiveVmList(List)","u":"setActiveVmList(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setActualTupleId(int)"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"setActualTupleId(int)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setActuatorId(int)"},{"p":"org.iquantum.fog.entities","c":"PhysicalTopology","l":"setActuators(List)","u":"setActuators(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"setActuators(List)","u":"setActuators(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"setActuators(List)","u":"setActuators(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"setActuators(List)","u":"setActuators(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"setActuators(List)","u":"setActuators(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"setActuators(List)","u":"setActuators(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"setActuators(List)","u":"setActuators(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementOnlyCloud","l":"setActuators(List)","u":"setActuators(java.util.List)"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"setActuatorSubscriptions(Map>)","u":"setActuatorSubscriptions(java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"setActuatorType(String)","u":"setActuatorType(java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorGui","l":"setActuatorType(String)","u":"setActuatorType(java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorModule","l":"setActuatorType(String)","u":"setActuatorType(java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"setAdjacencyList(Map>)","u":"setAdjacencyList(java.util.Map)"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"setAdjacencyList(Map>)","u":"setAdjacencyList(java.util.Map)"},{"p":"org.iquantum.backends.classical","c":"HostStateHistoryEntry","l":"setAllocatedMips(double)"},{"p":"org.iquantum.policies.vm","c":"VmStateHistoryEntry","l":"setAllocatedMips(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setAllocationPolicy(int)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setAllocationPolicy(int)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setAllocationPolicy(int)"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"setApp(Application)","u":"setApp(org.iquantum.fog.application.Application)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setApp(Application)","u":"setApp(org.iquantum.fog.application.Application)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setAppCloudletList(List)","u":"setAppCloudletList(java.util.List)"},{"p":"org.iquantum.fog.application","c":"Application","l":"setAppId(String)","u":"setAppId(java.lang.String)"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"setAppId(String)","u":"setAppId(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"setAppId(String)","u":"setAppId(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setAppId(String)","u":"setAppId(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setAppId(String)","u":"setAppId(java.lang.String)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"setAppLaunchDelays(Map)","u":"setAppLaunchDelays(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"setAppLaunchDelays(Map)","u":"setAppLaunchDelays(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"setAppLaunchDelays(Map)","u":"setAppLaunchDelays(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"setApplication(Application)","u":"setApplication(org.iquantum.fog.application.Application)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setApplicationMap(Map)","u":"setApplicationMap(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"setApplications(Map)","u":"setApplications(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"setApplications(Map)","u":"setApplications(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"setApplications(Map)","u":"setApplications(java.util.Map)"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"setAppModuleIds(List)","u":"setAppModuleIds(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"setAppModulePlacementPolicy(Map)","u":"setAppModulePlacementPolicy(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"setAppModulePlacementPolicy(Map)","u":"setAppModulePlacementPolicy(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"setAppModulePlacementPolicy(Map)","u":"setAppModulePlacementPolicy(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setArchitecture(String)","u":"setArchitecture(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setArchitecture(String)","u":"setArchitecture(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setArchitecture(String)","u":"setArchitecture(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setAssociatedActuatorIds(List>)","u":"setAssociatedActuatorIds(java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"setAvailableBw(long)"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"setAvailableBw(long)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"setAvailableMips(double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"setAvailableMips(double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"setAvailableMips(double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"setAvailableMips(double)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"setAvailableMips(double)"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"setAvailableMips(double)"},{"p":"org.iquantum.sdn.example.policies","c":"VmSchedulerTimeSharedEnergy","l":"setAvailableMips(double)"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"setAvailableMips(double)"},{"p":"org.iquantum.sdn.overbooking","c":"VmSchedulerTimeSharedOverbookingEnergy","l":"setAvailableMips(double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"setAvailableRam(float)"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"setAvailableRam(int)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"setAvailableVmBw(long)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"setAvailableVmRam(float)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"setAvgSeekTime(double)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"setAvgSeekTime(double, ContinuousDistribution)","u":"setAvgSeekTime(double,org.iquantum.distributions.ContinuousDistribution)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setBeingInstantiated(boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setBeingInstantiated(boolean)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setBeingInstantiated(boolean)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setBrokerId(int)"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"setBurstHighPeriod(double)"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"setBurstLowPeriod(double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisioner","l":"setBw(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setBw(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setBw(long)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setBw(long)"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"setBw(long)"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"setBw(long)"},{"p":"org.iquantum.provisioners","c":"BwProvisioner","l":"setBw(long)"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"setBw(long)"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"setBw(long)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setBwProvisioner(BwProvisioner)","u":"setBwProvisioner(org.iquantum.provisioners.BwProvisioner)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmBwProvisionerSimple","l":"setBwTable(Map)","u":"setBwTable(java.util.Map)"},{"p":"org.iquantum.provisioners","c":"BwProvisionerSimple","l":"setBwTable(Map)","u":"setBwTable(java.util.Map)"},{"p":"org.iquantum.sdn.overbooking","c":"BwProvisionerOverbooking","l":"setBwTable(Map)","u":"setBwTable(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"setCacheCurrentRequestedMips(List)","u":"setCacheCurrentRequestedMips(java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"setCacheCurrentRequestedMips(List)","u":"setCacheCurrentRequestedMips(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"setCachePreviousTime(double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"setCachePreviousTime(double)"},{"p":"org.iquantum.fog.utils","c":"CanBeSentResult","l":"setCanBeSent(boolean)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"setCharacteristics(CDatacenterCharacteristics)","u":"setCharacteristics(org.iquantum.datacenters.CDatacenterCharacteristics)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setCharacteristics(ContainerDatacenterCharacteristics)","u":"setCharacteristics(org.iquantum.backends.classical.container.core.ContainerDatacenterCharacteristics)"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"setCharacteristics(QDatacenterCharacteristics)","u":"setCharacteristics(org.iquantum.datacenters.QDatacenterCharacteristics)"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"setCharacteristics(QDatacenterCharacteristicsExtended)","u":"setCharacteristics(org.iquantum.datacenters.QDatacenterCharacteristicsExtended)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setChecksum(int)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setChecksum(int)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setChildrenIds(List)","u":"setChildrenIds(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setChildToLatencyMap(Map)","u":"setChildToLatencyMap(java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setChildToOperatorsMap(Map>)","u":"setChildToOperatorsMap(java.util.Map)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setClassType(int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"setCloudletExecList(List)","u":"setCloudletExecList(java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"setCloudletExecList(List)","u":"setCloudletExecList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"setCloudletFailedList(List)","u":"setCloudletFailedList(java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"setCloudletFailedList(List)","u":"setCloudletFailedList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"setCloudletFinishedList(List)","u":"setCloudletFinishedList(java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"setCloudletFinishedList(List)","u":"setCloudletFinishedList(java.util.List)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setCloudletFinishedSoFar(long)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setCloudletLength(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setCloudletList(List)","u":"setCloudletList(java.util.List)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setCloudletList(List)","u":"setCloudletList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setCloudletList(List)","u":"setCloudletList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"setCloudletPausedList(List)","u":"setCloudletPausedList(java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"setCloudletPausedList(List)","u":"setCloudletPausedList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setCloudletReceivedList(List)","u":"setCloudletReceivedList(java.util.List)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setCloudletReceivedList(List)","u":"setCloudletReceivedList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setCloudletReceivedList(List)","u":"setCloudletReceivedList(java.util.List)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setCloudletScheduler(CloudletScheduler)","u":"setCloudletScheduler(org.iquantum.policies.ctasks.CloudletScheduler)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setCloudletStatus(int)"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"setCloudletStatus(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setCloudletSubmitted(double)"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"setCloudletSubmitted(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setCloudletSubmittedList(List)","u":"setCloudletSubmittedList(java.util.List)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setCloudletSubmittedList(List)","u":"setCloudletSubmittedList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setCloudletSubmittedList(List)","u":"setCloudletSubmittedList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"setCloudletWaitingList(List)","u":"setCloudletWaitingList(java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"setCloudletWaitingList(List)","u":"setCloudletWaitingList(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"setClusteringFeature(Boolean)","u":"setClusteringFeature(java.lang.Boolean)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setClusterLinkBandwidth(double)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setClusterLinkBusy(boolean)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setClusterMembers(List)","u":"setClusterMembers(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setClusterMembersToLatencyMap(Map)","u":"setClusterMembersToLatencyMap(java.util.Map)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitEdge","l":"setCnotErrorRate(double)"},{"p":"org.iquantum.models","c":"WorkloadFileReader","l":"setComment(String)","u":"setComment(java.lang.String)"},{"p":"org.iquantum.fog.utils","c":"FogLinearPowerModel","l":"setConstant(double)"},{"p":"org.iquantum.power.models","c":"PowerModelCubic","l":"setConstant(double)"},{"p":"org.iquantum.power.models","c":"PowerModelLinear","l":"setConstant(double)"},{"p":"org.iquantum.power.models","c":"PowerModelSqrt","l":"setConstant(double)"},{"p":"org.iquantum.power.models","c":"PowerModelSquare","l":"setConstant(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setContainerAllocationPolicy(ContainerAllocationPolicy)","u":"setContainerAllocationPolicy(org.iquantum.backends.classical.container.resourceAllocators.ContainerAllocationPolicy)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setContainerBwProvisioner(ContainerBwProvisioner)","u":"setContainerBwProvisioner(org.iquantum.backends.classical.container.containerProvisioners.ContainerBwProvisioner)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisionerSimple","l":"setContainerBwTable(Map)","u":"setContainerBwTable(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setContainerCloudletScheduler(ContainerCloudletScheduler)","u":"setContainerCloudletScheduler(org.iquantum.backends.classical.container.schedulers.ContainerCloudletScheduler)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"setContainerHostList(List)","u":"setContainerHostList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerCTask","l":"setContainerId(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setContainerList(List)","u":"setContainerList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setContainerList(List)","u":"setContainerList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setContainerManager(String)","u":"setContainerManager(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"setContainerMigrationCount(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setContainerMigrationList(List)","u":"setContainerMigrationList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setContainerMigrationWriter(CostumeCSVWriter)","u":"setContainerMigrationWriter(org.iquantum.backends.classical.container.utils.CostumeCSVWriter)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"setContainerPeProvisioner(ContainerPeProvisioner)","u":"setContainerPeProvisioner(org.iquantum.backends.classical.container.containerProvisioners.ContainerPeProvisioner)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicyRS","l":"setContainerPlacementPolicy(ContainerPlacementPolicy)","u":"setContainerPlacementPolicy(org.iquantum.backends.classical.container.containerPlacementPolicies.ContainerPlacementPolicy)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setContainerRamProvisioner(ContainerRamProvisioner)","u":"setContainerRamProvisioner(org.iquantum.backends.classical.container.containerProvisioners.ContainerRamProvisioner)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisionerSimple","l":"setContainerRamTable(Map)","u":"setContainerRamTable(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setContainersAcks(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setContainerScheduler(ContainerScheduler)","u":"setContainerScheduler(org.iquantum.backends.classical.container.schedulers.ContainerScheduler)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setContainersCreated(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setContainersCreatedList(List)","u":"setContainersCreatedList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"setContainerSelectionPolicy(PowerContainerSelectionPolicy)","u":"setContainerSelectionPolicy(org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"setContainersMigratingIn(List)","u":"setContainersMigratingIn(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"setContainersMigratingOut(List)","u":"setContainersMigratingOut(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setContainersToDatacentersMap(Map)","u":"setContainersToDatacentersMap(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setContainerVmBwProvisioner(ContainerVmBwProvisioner)","u":"setContainerVmBwProvisioner(org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmBwProvisioner)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicy","l":"setContainerVmList(List)","u":"setContainerVmList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setContainerVmList(List)","u":"setContainerVmList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"setContainerVmPeProvisioner(ContainerVmPeProvisioner)","u":"setContainerVmPeProvisioner(org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmPeProvisioner)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setContainerVmRamProvisioner(ContainerVmRamProvisioner)","u":"setContainerVmRamProvisioner(org.iquantum.backends.classical.container.containerVmProvisioners.ContainerVmRamProvisioner)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisionerSimple","l":"setContainerVmRamTable(Map)","u":"setContainerVmRamTable(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setContainerVmScheduler(ContainerVmScheduler)","u":"setContainerVmScheduler(org.iquantum.backends.classical.container.schedulers.ContainerVmScheduler)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"setContainerVmTable(Map)","u":"setContainerVmTable(java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setControllerId(int)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setControllerId(int)"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"setCoordinate(Coordinates)","u":"setCoordinate(org.iquantum.fog.gui.core.Coordinates)"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"setCoordinate(Coordinates)","u":"setCoordinate(org.iquantum.sdn.graph.core.Coordinates)"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"setCoordinates(Coordinates)","u":"setCoordinates(org.iquantum.fog.gui.core.Coordinates)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setCost(double)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setCost(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setCostPerBw(double)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setCostPerBw(double)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setCostPerBw(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setCostPerMem(double)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setCostPerMem(double)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setCostPerMem(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setCostPerSecond(double)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setCostPerSecond(double)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setCostPerSecond(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setCostPerStorage(double)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setCostPerStorage(double)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setCostPerStorage(double)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setCount(int)"},{"p":"org.iquantum.fog.utils","c":"CanBeSentResult","l":"setCpuLoad(double)"},{"p":"org.iquantum.fog.utils","c":"ResourceUsageDetails","l":"setCpuTrafficIntensity(double)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setCreationTime(long)"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"setCTaskList(List)","u":"setCTaskList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setCurrentAllocatedBw(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setCurrentAllocatedBw(long)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setCurrentAllocatedBw(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setCurrentAllocatedMips(List)","u":"setCurrentAllocatedMips(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setCurrentAllocatedMips(List)","u":"setCurrentAllocatedMips(java.util.List)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setCurrentAllocatedMips(List)","u":"setCurrentAllocatedMips(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setCurrentAllocatedRam(float)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setCurrentAllocatedRam(float)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setCurrentAllocatedRam(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setCurrentAllocatedSize(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setCurrentAllocatedSize(long)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setCurrentAllocatedSize(long)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"setCurrentClops(double)"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"setCurrentCpuLoad(Map)","u":"setCurrentCpuLoad(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"setCurrentCpuLoad(Map)","u":"setCurrentCpuLoad(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"setCurrentCpuLoad(Map)","u":"setCurrentCpuLoad(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"setCurrentCpuLoad(Map)","u":"setCurrentCpuLoad(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"setCurrentMipsShare(List)","u":"setCurrentMipsShare(java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"setCurrentMipsShare(List)","u":"setCurrentMipsShare(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"setCurrentModuleInstanceNum(Map>)","u":"setCurrentModuleInstanceNum(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"setCurrentModuleInstanceNum(Map>)","u":"setCurrentModuleInstanceNum(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"setCurrentModuleInstanceNum(Map>)","u":"setCurrentModuleInstanceNum(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"setCurrentModuleLoadMap(Map>)","u":"setCurrentModuleLoadMap(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"setCurrentModuleLoadMap(Map>)","u":"setCurrentModuleLoadMap(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"setCurrentModuleLoadMap(Map>)","u":"setCurrentModuleLoadMap(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"setCurrentModuleMap(Map>)","u":"setCurrentModuleMap(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"setCurrentModuleMap(Map>)","u":"setCurrentModuleMap(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"setCurrentModuleMap(Map>)","u":"setCurrentModuleMap(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"setCurrentModuleMap(Map>)","u":"setCurrentModuleMap(java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"setData(PlacementRequest)","u":"setData(org.iquantum.fog.entities.PlacementRequest)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setDatacenter(CDatacenter)","u":"setDatacenter(org.iquantum.datacenters.CDatacenter)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setDatacenter(ContainerDatacenter)","u":"setDatacenter(org.iquantum.backends.classical.container.core.ContainerDatacenter)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"setDatacenter(ContainerDatacenter)","u":"setDatacenter(org.iquantum.backends.classical.container.core.ContainerDatacenter)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"setDatacenter(ContainerDatacenter)","u":"setDatacenter(org.iquantum.backends.classical.container.core.ContainerDatacenter)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThreshold","l":"setDatacenter(ContainerDatacenter)","u":"setDatacenter(org.iquantum.backends.classical.container.core.ContainerDatacenter)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMC","l":"setDatacenter(ContainerDatacenter)","u":"setDatacenter(org.iquantum.backends.classical.container.core.ContainerDatacenter)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMCUnderUtilized","l":"setDatacenter(ContainerDatacenter)","u":"setDatacenter(org.iquantum.backends.classical.container.core.ContainerDatacenter)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicy","l":"setDatacenter(ContainerDatacenter)","u":"setDatacenter(org.iquantum.backends.classical.container.core.ContainerDatacenter)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"setDatacenter(ContainerDatacenter)","u":"setDatacenter(org.iquantum.backends.classical.container.core.ContainerDatacenter)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"PowerContainerVmAllocationSimple","l":"setDatacenter(ContainerDatacenter)","u":"setDatacenter(org.iquantum.backends.classical.container.core.ContainerDatacenter)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"setDatacenter(SDNDatacenter)","u":"setDatacenter(org.iquantum.sdn.SDNDatacenter)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setDatacenterCharacteristicsList(Map)","u":"setDatacenterCharacteristicsList(java.util.Map)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setDatacenterCharacteristicsList(Map)","u":"setDatacenterCharacteristicsList(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setDatacenterCharacteristicsList(Map)","u":"setDatacenterCharacteristicsList(java.util.Map)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"setDatacenterCharacteristicsList(Map)","u":"setDatacenterCharacteristicsList(java.util.Map)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"setDatacenterCharacteristicsList(Map)","u":"setDatacenterCharacteristicsList(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setDatacenterEnergyList(List)","u":"setDatacenterEnergyList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setDatacenterEnergyWriter(CostumeCSVWriter)","u":"setDatacenterEnergyWriter(org.iquantum.backends.classical.container.utils.CostumeCSVWriter)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setDatacenterIdsList(List)","u":"setDatacenterIdsList(java.util.List)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setDatacenterIdsList(List)","u":"setDatacenterIdsList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"setDatacenterIdsList(List)","u":"setDatacenterIdsList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"setDatacenterIdsList(List)","u":"setDatacenterIdsList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setDatacenterIdsList(List)","u":"setDatacenterIdsList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setDatacenterRequestedIdsList(List)","u":"setDatacenterRequestedIdsList(java.util.List)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setDatacenterRequestedIdsList(List)","u":"setDatacenterRequestedIdsList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setDatacenterRequestedIdsList(List)","u":"setDatacenterRequestedIdsList(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"setDeployementSet(Map>)","u":"setDeployementSet(java.util.Map)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"setDestId(int)"},{"p":"org.iquantum.core","c":"SimEvent","l":"setDestination(int)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"setDestination(String)","u":"setDestination(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setDestinationDeviceId(int)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setDestModuleName(String)","u":"setDestModuleName(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setDestModuleName(String)","u":"setDestModuleName(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"setDeviceId(int)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"setDeviceToModuleMap(Map>)","u":"setDeviceToModuleMap(java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"setDeviceType(String)","u":"setDeviceType(java.lang.String)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"setDirection(int)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setDirection(int)"},{"p":"org.iquantum.utils","c":"Log","l":"setDisabled(boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"setDisableMigrations(boolean)"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"setDisableMigrations(boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setDisableVmMigrations(boolean)"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"setDistribution(Distribution)","u":"setDistribution(org.iquantum.fog.utils.distribution.Distribution)"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"setDownBw(long)"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"setDownInstanceIdsMaps(Map>)","u":"setDownInstanceIdsMaps(java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setDownlinkBandwidth(double)"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"setDownports(int)"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"setDownports(int)"},{"p":"org.iquantum.fog.utils","c":"OperatorEdge","l":"setDst(String)","u":"setDst(java.lang.String)"},{"p":"org.iquantum.fog.application","c":"Application","l":"setEdgeMap(Map)","u":"setEdgeMap(java.util.Map)"},{"p":"org.iquantum.fog.application","c":"Application","l":"setEdges(List)","u":"setEdges(java.util.List)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"setEdgeSwitch(EdgeSwitch)","u":"setEdgeSwitch(org.iquantum.sdn.EdgeSwitch)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"setEdgeType(int)"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"setEmitTime(double)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setEmitTimes(Map)","u":"setEmitTimes(java.util.Map)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setEndTimes(Map)","u":"setEndTimes(java.util.Map)"},{"p":"org.iquantum.core","c":"SimEvent","l":"setEndWaitingTime(double)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setEnergyConsumption(double)"},{"p":"org.iquantum.core","c":"SimEntity","l":"setEventBuffer(SimEvent)","u":"setEventBuffer(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setExecParam(double, double)","u":"setExecParam(double,double)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setExecParam(double, double)","u":"setExecParam(double,double)"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"setExecParam(double, double)","u":"setExecParam(double,double)"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"setExecParam(double, double)","u":"setExecParam(double,double)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setExecStartTime(double)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setExecStartTime(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setExperimentName(String)","u":"setExperimentName(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setFailed(boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setFailed(boolean)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setFailed(boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setFailed(String, boolean)","u":"setFailed(java.lang.String,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setFailed(String, boolean)","u":"setFailed(java.lang.String,boolean)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setFailed(String, boolean)","u":"setFailed(java.lang.String,boolean)"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","c":"HostSelectionPolicyMinimumCorrelation","l":"setFallbackPolicy(HostSelectionPolicy)","u":"setFallbackPolicy(org.iquantum.backends.classical.container.hostSelectionPolicies.HostSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyCor","l":"setFallbackPolicy(PowerContainerSelectionPolicy)","u":"setFallbackPolicy(org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","c":"PowerContainerSelectionPolicyMaximumCorrelation","l":"setFallbackPolicy(PowerContainerSelectionPolicy)","u":"setFallbackPolicy(org.iquantum.backends.classical.container.containerSelectionPolicies.PowerContainerSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVMSelectionPolicyCor","l":"setFallbackPolicy(PowerContainerVmSelectionPolicy)","u":"setFallbackPolicy(org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","c":"PowerContainerVmSelectionPolicyMaximumCorrelation","l":"setFallbackPolicy(PowerContainerVmSelectionPolicy)","u":"setFallbackPolicy(org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy)"},{"p":"org.iquantum.power","c":"PowerVmSelectionPolicyMaximumCorrelation","l":"setFallbackPolicy(PowerVmSelectionPolicy)","u":"setFallbackPolicy(org.iquantum.power.PowerVmSelectionPolicy)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationInterQuartileRange","l":"setFallbackVmAllocationPolicy(PowerVmAllocationPolicyMigrationAbstract)","u":"setFallbackVmAllocationPolicy(org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"setFallbackVmAllocationPolicy(PowerVmAllocationPolicyMigrationAbstract)","u":"setFallbackVmAllocationPolicy(org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation","l":"setFallbackVmAllocationPolicy(PowerVmAllocationPolicyMigrationAbstract)","u":"setFallbackVmAllocationPolicy(org.iquantum.power.PowerVmAllocationPolicyMigrationAbstract)"},{"p":"org.iquantum.models","c":"WorkloadFileReader","l":"setField(int, int, int, int, int)","u":"setField(int,int,int,int,int)"},{"p":"org.iquantum.backends.classical.container.utils","c":"CostumeCSVWriter","l":"setFileAddress(String)","u":"setFileAddress(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.utils","c":"CostumeCSVReader","l":"setFileData(List)","u":"setFileData(java.util.List)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setFileSize(int)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setFileSize(int)"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"setFinishTime(double)"},{"p":"org.iquantum.sdn","c":"Package","l":"setFinishTime(double)"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"setFinishTime(double)"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"setFinishTime(double)"},{"p":"org.iquantum.fog.application.selectivity","c":"BurstySelectivity","l":"setFirstHighTime(double)"},{"p":"org.iquantum.fog.entities","c":"PhysicalTopology","l":"setFogDevices(List)","u":"setFogDevices(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"setFogDevices(List)","u":"setFogDevices(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"setFogDevices(List)","u":"setFogDevices(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"setFogDevices(List)","u":"setFogDevices(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"setFogDevices(List)","u":"setFogDevices(java.util.List)"},{"p":"org.iquantum.fog.policy","c":"AppModuleAllocationPolicy","l":"setFogHost(Host)","u":"setFogHost(org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"setFonID(int)"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"setFONId(int)"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"setFONId(int)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setFreeBw(List)","u":"setFreeBw(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setFreeBw(List)","u":"setFreeBw(java.util.List)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"setFreeBw(List)","u":"setFreeBw(java.util.List)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setFreeMips(List)","u":"setFreeMips(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setFreeMips(List)","u":"setFreeMips(java.util.List)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"setFreeMips(List)","u":"setFreeMips(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"setFreePes(List)","u":"setFreePes(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"setFreePes(List)","u":"setFreePes(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"setFreePes(List)","u":"setFreePes(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"setFreePes(List)","u":"setFreePes(java.util.List)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setFreePes(List)","u":"setFreePes(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setFreePes(List)","u":"setFreePes(java.util.List)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"setFreePes(List)","u":"setFreePes(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerSpaceShared","l":"setFreePes(List)","u":"setFreePes(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"setFreePes(List)","u":"setFreePes(java.util.List)"},{"p":"org.iquantum.backends.quantum.qubittopologies","c":"QubitTopologyExtended.QubitEdge","l":"setGateTime(double)"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"setGatewayDeviceId(int)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setGatewayDeviceId(int)"},{"p":"org.iquantum.fog.application","c":"Application","l":"setGeoCoverage(GeoCoverage)","u":"setGeoCoverage(org.iquantum.fog.utils.GeoCoverage)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setGeoCoverage(GeoCoverage)","u":"setGeoCoverage(org.iquantum.fog.utils.GeoCoverage)"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"setGeoLocation(GeoLocation)","u":"setGeoLocation(org.iquantum.fog.utils.GeoLocation)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setGeoLocation(GeoLocation)","u":"setGeoLocation(org.iquantum.fog.utils.GeoLocation)"},{"p":"org.iquantum.fog.gui.core","c":"GraphView","l":"setGraph(Graph)","u":"setGraph(org.iquantum.fog.gui.core.Graph)"},{"p":"org.iquantum.sdn.graph.core","c":"GraphView","l":"setGraph(Graph)","u":"setGraph(org.iquantum.sdn.graph.core.Graph)"},{"p":"org.iquantum.models","c":"UtilizationModelStochastic","l":"setHistory(Map)","u":"setHistory(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setHost(ContainerHost)","u":"setHost(org.iquantum.backends.classical.container.core.ContainerHost)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setHost(Host)","u":"setHost(org.iquantum.backends.classical.Host)"},{"p":"org.iquantum.sdn","c":"Middlebox","l":"setHost(SDNHost)","u":"setHost(org.iquantum.sdn.SDNHost)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicy","l":"setHostList(List)","u":"setHostList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setHostList(List)","u":"setHostList(java.util.List)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setHostList(List)","u":"setHostList(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setHostList(List)","u":"setHostList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection","l":"setHostSelectionPolicy(HostSelectionPolicy)","u":"setHostSelectionPolicy(org.iquantum.backends.classical.container.hostSelectionPolicies.HostSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"setHostSelectionPolicy(HostSelectionPolicy)","u":"setHostSelectionPolicy(org.iquantum.backends.classical.container.hostSelectionPolicies.HostSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"setId(int)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"setId(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setId(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setId(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setId(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setId(int)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setId(int)"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"setId(int)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setId(int)"},{"p":"org.iquantum.backends.quantum","c":"QPU","l":"setId(int)"},{"p":"org.iquantum.core","c":"SimEntity","l":"setId(int)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setId(int)"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristics","l":"setId(int)"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristicsExtended","l":"setId(int)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setId(int)"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"setInfo(Map)","u":"setInfo(java.util.Map)"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"setInfo(Map)","u":"setInfo(java.util.Map)"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"setInfo(Map)","u":"setInfo(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setInMigration(boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setInMigration(boolean)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setInMigration(boolean)"},{"p":"org.iquantum.policies.vm","c":"VmStateHistoryEntry","l":"setInMigration(boolean)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setInPause(boolean)"},{"p":"org.iquantum.fog.utils","c":"ModuleLaunchConfig","l":"setInstanceCount(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setInWaiting(boolean)"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"setIops(long)"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"setIops(long)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setIsInCluster(Boolean)","u":"setIsInCluster(java.lang.Boolean)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"setLast(int)"},{"p":"org.iquantum.network","c":"Packet","l":"setLast(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setLastProcessTime(double)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"setLastProcessTime(double)"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"setLastProcessTime(double)"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"setLastProcessTime(double)"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"setLat_l(double)"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"setLat_u(double)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"setLatency(double)"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"setLatency(double)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setLatency(Double)","u":"setLatency(java.lang.Double)"},{"p":"org.iquantum.fog.utils","c":"GeoLocation","l":"setLatitude(double)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setLevel(int)"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"setLevel(int)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setLinkDC(NetworkCDatacenter)","u":"setLinkDC(org.iquantum.network.datacenter.NetworkCDatacenter)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"setLocator(LocationHandler)","u":"setLocator(org.iquantum.fog.placement.LocationHandler)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"setLocator(LocationHandler)","u":"setLocator(org.iquantum.fog.placement.LocationHandler)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"setLocator(LocationHandler)","u":"setLocator(org.iquantum.fog.placement.LocationHandler)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setLogAddress(String)","u":"setLogAddress(java.lang.String)"},{"p":"org.iquantum.fog.utils","c":"Logger","l":"setLogLevel(int)"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"setLong_l(double)"},{"p":"org.iquantum.fog.utils","c":"GeoCoverage","l":"setLong_u(double)"},{"p":"org.iquantum.fog.utils","c":"GeoLocation","l":"setLongitude(double)"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"setLoopId(int)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setLoopIdToCurrentAverage(Map)","u":"setLoopIdToCurrentAverage(java.util.Map)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setLoopIdToCurrentNum(Map)","u":"setLoopIdToCurrentNum(java.util.Map)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setLoopIdToTupleIds(Map>)","u":"setLoopIdToTupleIds(java.util.Map)"},{"p":"org.iquantum.fog.application","c":"Application","l":"setLoops(List)","u":"setLoops(java.util.List)"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"setMachineAndPeId(int, int)","u":"setMachineAndPeId(int,int)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setMasterCopy(boolean)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setMasterCopy(boolean)"},{"p":"org.iquantum.fog.utils.distribution","c":"UniformDistribution","l":"setMax(double)"},{"p":"org.iquantum.fog.utils","c":"FogLinearPowerModel","l":"setMaxPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelCubic","l":"setMaxPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelLinear","l":"setMaxPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelSqrt","l":"setMaxPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelSquare","l":"setMaxPower(double)"},{"p":"org.iquantum.backends.classical","c":"HarddriveStorage","l":"setMaxTransferRate(int)"},{"p":"org.iquantum.backends.classical","c":"Storage","l":"setMaxTransferRate(int)"},{"p":"org.iquantum.fog.utils.distribution","c":"NormalDistribution","l":"setMean(double)"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"setMigrationCount(int)"},{"p":"org.iquantum.fog.utils","c":"MigrationDelayMonitor","l":"setMigrationDelay(double)"},{"p":"org.iquantum.fog.utils.distribution","c":"UniformDistribution","l":"setMin(double)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"setMips(double)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPeProvisioner","l":"setMips(double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"setMips(double)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisioner","l":"setMips(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setMips(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setMips(double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"setMips(double)"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"setMips(double)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setMips(double)"},{"p":"org.iquantum.fog.utils","c":"ResourceUsageDetails","l":"setMips(double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"setMips(double)"},{"p":"org.iquantum.provisioners","c":"PeProvisioner","l":"setMips(double)"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"setMips(long)"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"setMips(long)"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"setMips(long)"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"setMips(long)"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"setMips(long)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"setMipsMap(Map>)","u":"setMipsMap(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"setMipsMap(Map>)","u":"setMipsMap(java.util.Map)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"setMipsMap(Map>)","u":"setMipsMap(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"setMipsMapRequested(Map>)","u":"setMipsMapRequested(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"setMipsMapRequested(Map>)","u":"setMipsMapRequested(java.util.Map)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"setMipsMapRequested(Map>)","u":"setMipsMapRequested(java.util.Map)"},{"p":"org.iquantum.fog.utils","c":"ModuleLaunchConfig","l":"setModule(AppModule)","u":"setModule(org.iquantum.fog.application.AppModule)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setModuleCopyMap(Map)","u":"setModuleCopyMap(java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setModuleInstanceCount(Map>)","u":"setModuleInstanceCount(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"setModuleInstanceCountMap(Map>)","u":"setModuleInstanceCountMap(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModuleMapping","l":"setModuleMapping(Map>)","u":"setModuleMapping(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"setModuleMapping(ModuleMapping)","u":"setModuleMapping(org.iquantum.fog.placement.ModuleMapping)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMapping","l":"setModuleMapping(ModuleMapping)","u":"setModuleMapping(org.iquantum.fog.placement.ModuleMapping)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"setModuleMapping(ModuleMapping)","u":"setModuleMapping(org.iquantum.fog.placement.ModuleMapping)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"setModuleMapping(ModuleMapping)","u":"setModuleMapping(org.iquantum.fog.placement.ModuleMapping)"},{"p":"org.iquantum.fog.application","c":"Application","l":"setModules(List)","u":"setModules(java.util.List)"},{"p":"org.iquantum.fog.application","c":"AppLoop","l":"setModules(List)","u":"setModules(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"setModulesOnDevice(Map>)","u":"setModulesOnDevice(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"setModulesOnPath(Map>>)","u":"setModulesOnPath(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"setModuleToDeviceMap(Map>)","u":"setModuleToDeviceMap(java.util.Map)"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorGui","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setName(String)","u":"setName(java.lang.String)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setNetServiceLevel(int)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"setNetServiceType(int)"},{"p":"org.iquantum.network","c":"Packet","l":"setNetServiceType(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"setNewlyCreatedVms(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"setNewlyCreatedVmsList(List)","u":"setNewlyCreatedVmsList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"setNewlyCreatedVmWriter(CostumeCSVWriter)","u":"setNewlyCreatedVmWriter(org.iquantum.backends.classical.container.utils.CostumeCSVWriter)"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"setNode(Node)","u":"setNode(org.iquantum.fog.gui.core.Node)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setNorthLinkBusy(boolean)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setNorthTupleQueue(Queue)","u":"setNorthTupleQueue(java.util.Queue)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setNumberOfContainers(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setNumberOfCreatedVMs(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setNumberOfPes(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setNumberOfPes(int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"setNumberOfPes(int)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setNumberOfPes(int)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"setNumberOfPes(int)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setNumberOfPes(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setNumberOfVms(int)"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"setNumInstances(int)"},{"p":"org.iquantum.fog.utils","c":"CanBeSentResult","l":"setNwLoad(double)"},{"p":"org.iquantum.fog.utils","c":"ResourceUsageDetails","l":"setNwTrafficIntensity(double)"},{"p":"org.iquantum.fog.gui.core","c":"PlaceHolder","l":"setOccupied(boolean)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"setOriginalPingSize(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setOs(String)","u":"setOs(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setOs(String)","u":"setOs(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setOs(String)","u":"setOs(java.lang.String)"},{"p":"org.iquantum.utils","c":"Log","l":"setOutput(OutputStream)","u":"setOutput(java.io.OutputStream)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setOverBookingfactor(double)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setOwnerName(String)","u":"setOwnerName(java.lang.String)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setOwnerName(String)","u":"setOwnerName(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setParentId(int)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerSpaceShared","l":"setPeAllocationMap(Map>)","u":"setPeAllocationMap(java.util.Map)"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"setPeAllocationMap(Map>)","u":"setPeAllocationMap(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setPeList(List)","u":"setPeList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setPeList(List)","u":"setPeList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"setPeList(List)","u":"setPeList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"setPeList(List)","u":"setPeList(java.util.List)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setPeList(List)","u":"setPeList(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"setPeList(List)","u":"setPeList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerScheduler","l":"setPeMap(Map>)","u":"setPeMap(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"setPeMap(Map>)","u":"setPeMap(java.util.Map)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"setPeMap(Map>)","u":"setPeMap(java.util.Map)"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"setPeProvisioner(PeProvisioner)","u":"setPeProvisioner(org.iquantum.provisioners.PeProvisioner)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"setPeriodic(boolean)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"setPeriodicity(double)"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"setPes(int)"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"setPes(int)"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"setPes(long)"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"setPes(long)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"setPesInUse(int)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"setPesInUse(int)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"setPesInUse(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setPeStatus(int, int)","u":"setPeStatus(int,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setPeStatus(int, int)","u":"setPeStatus(int,int)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setPeStatus(int, int)","u":"setPeStatus(int,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setPeStatus(int, int, int)","u":"setPeStatus(int,int,int)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setPeStatus(int, int, int)","u":"setPeStatus(int,int,int)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setPeStatus(int, int, int)","u":"setPeStatus(int,int,int)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"setPeStatus(List, int, int)","u":"setPeStatus(java.util.List,int,int)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"setPeStatus(List, int, int)","u":"setPeStatus(java.util.List,int,int)"},{"p":"org.iquantum.lists","c":"PeList","l":"setPeStatus(List, int, int)","u":"setPeStatus(java.util.List,int,int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"setPeStatus(List, int, int, int)","u":"setPeStatus(java.util.List,int,int,int)"},{"p":"org.iquantum.lists","c":"HostList","l":"setPeStatus(List, int, int, int)","u":"setPeStatus(java.util.List,int,int,int)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"CotainerPeProvisionerSimple","l":"setPeTable(Map>)","u":"setPeTable(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPeProvisionerSimple","l":"setPeTable(Map>)","u":"setPeTable(java.util.Map)"},{"p":"org.iquantum.provisioners","c":"PeProvisionerSimple","l":"setPeTable(Map>)","u":"setPeTable(java.util.Map)"},{"p":"org.iquantum.sdn.overbooking","c":"PeProvisionerOverbooking","l":"setPeTable(Map>)","u":"setPeTable(java.util.Map)"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"setPlaced(boolean)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"setPlacementRequests(List)","u":"setPlacementRequests(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setPower(double)"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"setPower(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerHost","l":"setPowerModel(PowerModel)","u":"setPowerModel(org.iquantum.power.models.PowerModel)"},{"p":"org.iquantum.power","c":"PowerHost","l":"setPowerModel(PowerModel)","u":"setPowerModel(org.iquantum.power.models.PowerModel)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setPreviousTime(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"setPreviousTime(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"setPreviousTime(double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"setPreviousTime(double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"setPreviousTime(double)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"setPreviousTime(double)"},{"p":"org.iquantum.power","c":"PowerVm","l":"setPreviousTime(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"setPreviousUtilizationMips(double)"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"setPreviousUtilizationMips(double)"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"setQDatacenter(QDatacenter)","u":"setQDatacenter(org.iquantum.datacenters.QDatacenter)"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"setQDatacenter(QDatacenterExtended)","u":"setQDatacenter(org.iquantum.datacenters.QDatacenterExtended)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"setQDatacenterCharacteristicsList(Map)","u":"setQDatacenterCharacteristicsList(java.util.Map)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"setQDatacenterCharacteristicsList(Map)","u":"setQDatacenterCharacteristicsList(java.util.Map)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"setQDatacenterIdList(List)","u":"setQDatacenterIdList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"setQDatacenterIdList(List)","u":"setQDatacenterIdList(java.util.List)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setQNodeId(int)"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristics","l":"setQNodeList(List)","u":"setQNodeList(java.util.List)"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristicsExtended","l":"setQNodeList(List)","u":"setQNodeList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"setQNodeList(List)","u":"setQNodeList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"setQNodeList(List)","u":"setQNodeList(java.util.List)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"setQTaskExecList(List)","u":"setQTaskExecList(java.util.List)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"setQTaskFailedList(List)","u":"setQTaskFailedList(java.util.List)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"setQTaskFinishedList(List)","u":"setQTaskFinishedList(java.util.List)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setQTaskFinishedSoFar(long)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setQTaskId(int)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"setQTaskList(List)","u":"setQTaskList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"setQTaskList(List)","u":"setQTaskList(java.util.List)"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"setQTaskList(List)","u":"setQTaskList(java.util.List)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"setQTaskPausedList(List)","u":"setQTaskPausedList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"setQTaskReceivedList(List)","u":"setQTaskReceivedList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"setQTaskReceivedList(List)","u":"setQTaskReceivedList(java.util.List)"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"setQTaskScheduler(QTaskScheduler)","u":"setQTaskScheduler(org.iquantum.policies.qtasks.QTaskScheduler)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setQTaskStatus(int)"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"setQTaskStatus(int)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"setQTaskSubmittedList(List)","u":"setQTaskSubmittedList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"setQTaskSubmittedList(List)","u":"setQTaskSubmittedList(java.util.List)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"setQTaskWaitingList(List)","u":"setQTaskWaitingList(java.util.List)"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"setQueryId(String)","u":"setQueryId(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerRamProvisioner","l":"setRam(float)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmRamProvisioner","l":"setRam(float)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setRam(float)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setRam(int)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setRam(int)"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"setRam(int)"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"setRam(int)"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"setRam(int)"},{"p":"org.iquantum.provisioners","c":"RamProvisioner","l":"setRam(int)"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"setRam(int)"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"setRam(int)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setRamProvisioner(RamProvisioner)","u":"setRamProvisioner(org.iquantum.provisioners.RamProvisioner)"},{"p":"org.iquantum.provisioners","c":"RamProvisionerSimple","l":"setRamTable(Map)","u":"setRamTable(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.utils","c":"RandomGaussian","l":"setRandom(Random)","u":"setRandom(java.util.Random)"},{"p":"org.iquantum.backends.classical.container.utils","c":"RandomGen","l":"setRandom(Random)","u":"setRandom(java.util.Random)"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"setRandom(Random)","u":"setRandom(java.util.Random)"},{"p":"org.iquantum.models","c":"UtilizationModelStochastic","l":"setRandomGenerator(Random)","u":"setRandomGenerator(java.util.Random)"},{"p":"org.iquantum.sdn","c":"Node","l":"setRank(int)"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"setRank(int)"},{"p":"org.iquantum.sdn","c":"Switch","l":"setRank(int)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setRatePerMips(double)"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"setRatePerMips(double)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setReadOnly(boolean)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setReadOnly(boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setRegionalCisName(String)","u":"setRegionalCisName(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"setRegionalCisName(String)","u":"setRegionalCisName(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"setRegionalCISName(String)","u":"setRegionalCISName(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"setRegionalCISName(String)","u":"setRegionalCISName(java.lang.String)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setRegistrationId(int)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setRegistrationID(int)"},{"p":"org.iquantum.backends.classical","c":"HostStateHistoryEntry","l":"setRequestedMips(double)"},{"p":"org.iquantum.policies.vm","c":"VmStateHistoryEntry","l":"setRequestedMips(double)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setRequiredFiles(List)","u":"setRequiredFiles(java.util.List)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setReservationId(int)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"setResourceData(Pair>)","u":"setResourceData(org.apache.commons.math3.util.Pair)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setResourceID(int)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setResourceID(int)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setResourceParameter(int, double)","u":"setResourceParameter(int,double)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setResourceParameter(int, double)","u":"setResourceParameter(int,double)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setResourceParameter(int, double, double)","u":"setResourceParameter(int,double,double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationInterQuartileRange","l":"setSafetyParameter(double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"setSafetyParameter(double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation","l":"setSafetyParameter(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setSchedulingInterval(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setSchedulingInterval(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"setSchedulingInterval(double)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"setSchedulingInterval(double)"},{"p":"org.iquantum.models","c":"UtilizationModelPlanetLabInMemory","l":"setSchedulingInterval(double)"},{"p":"org.iquantum.power","c":"PowerVm","l":"setSchedulingInterval(double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationLocalRegression","l":"setSchedulingInterval(double)"},{"p":"org.iquantum.distributions","c":"UniformDistr","l":"setSeed(long)"},{"p":"org.iquantum.fog.application.selectivity","c":"FractionalSelectivity","l":"setSelectivity(double)"},{"p":"org.iquantum.fog.utils","c":"OperatorEdge","l":"setSelectivity(double)"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"setSelectivityMap(Map, SelectivityModel>)","u":"setSelectivityMap(java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setSelfCluster(Boolean)","u":"setSelfCluster(java.lang.Boolean)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setSensorName(String)","u":"setSensorName(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"PhysicalTopology","l":"setSensors(List)","u":"setSensors(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"setSensors(List)","u":"setSensors(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"setSensors(List)","u":"setSensors(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"setSensors(List)","u":"setSensors(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementEdgewards","l":"setSensors(List)","u":"setSensors(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewards","l":"setSensors(List)","u":"setSensors(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementMobileEdgewardsCluster","l":"setSensors(List)","u":"setSensors(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ModulePlacementOnlyCloud","l":"setSensors(List)","u":"setSensors(java.util.List)"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"setSensorType(String)","u":"setSensorType(java.lang.String)"},{"p":"org.iquantum.fog.gui.core","c":"SensorModule","l":"setSensorType(String)","u":"setSensorType(java.lang.String)"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"setSensorType(String)","u":"setSensorType(java.lang.String)"},{"p":"org.iquantum.core","c":"SimEvent","l":"setSerial(long)"},{"p":"org.iquantum.fog.entities","c":"ManagementTuple","l":"setServiceDiscoveryInfor(Pair)","u":"setServiceDiscoveryInfor(org.apache.commons.math3.util.Pair)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setSimulationStartTime(long)"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"setSize(int)"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"setSize(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setSize(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setSize(long)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setSize(long)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"setSize(long)"},{"p":"org.iquantum.network","c":"Packet","l":"setSize(long)"},{"p":"org.iquantum.core","c":"SimEvent","l":"setSource(int)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"setSource(String)","u":"setSource(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setSourceDeviceId(int)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setSourceModuleId(int)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setSouthLinkBusy(boolean)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setSouthTupleQueue(Queue>)","u":"setSouthTupleQueue(java.util.Queue)"},{"p":"org.iquantum.fog.application","c":"Application","l":"setSpecialPlacementInfo(String, String)","u":"setSpecialPlacementInfo(java.lang.String,java.lang.String)"},{"p":"org.iquantum.fog.utils","c":"OperatorEdge","l":"setSrc(String)","u":"setSrc(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setSrcModuleName(String)","u":"setSrcModuleName(java.lang.String)"},{"p":"org.iquantum.sdn","c":"Package","l":"setStartTime(double)"},{"p":"org.iquantum.core","c":"SimEntity","l":"setState(int)"},{"p":"org.iquantum.fog.utils","c":"FogLinearPowerModel","l":"setStaticPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelCubic","l":"setStaticPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelLinear","l":"setStaticPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelSqrt","l":"setStaticPower(double)"},{"p":"org.iquantum.power.models","c":"PowerModelSquare","l":"setStaticPower(double)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"setStatus(int)"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"setStatus(int)"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"setStatus(int)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"setStatusBusy()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"setStatusBusy()"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"setStatusBusy()"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"setStatusFailed()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"setStatusFailed()"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"setStatusFailed()"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"setStatusFailed(List, boolean)","u":"setStatusFailed(java.util.List,boolean)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"setStatusFailed(List, boolean)","u":"setStatusFailed(java.util.List,boolean)"},{"p":"org.iquantum.lists","c":"PeList","l":"setStatusFailed(List, boolean)","u":"setStatusFailed(java.util.List,boolean)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerPeList","l":"setStatusFailed(List, String, int, boolean)","u":"setStatusFailed(java.util.List,java.lang.String,int,boolean)"},{"p":"org.iquantum.backends.classical.container.lists","c":"ContainerVmPeList","l":"setStatusFailed(List, String, int, boolean)","u":"setStatusFailed(java.util.List,java.lang.String,int,boolean)"},{"p":"org.iquantum.lists","c":"PeList","l":"setStatusFailed(List, String, int, boolean)","u":"setStatusFailed(java.util.List,java.lang.String,int,boolean)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerPe","l":"setStatusFree()"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","c":"ContainerVmPe","l":"setStatusFree()"},{"p":"org.iquantum.backends.classical","c":"Pe","l":"setStatusFree()"},{"p":"org.iquantum.fog.utils.distribution","c":"NormalDistribution","l":"setStdDev(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"setStorage(long)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setStorage(long)"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"setStorage(long)"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"setStorage(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setStorageList(List)","u":"setStorageList(java.util.List)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"setStorageList(List)","u":"setStorageList(java.util.List)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setSubmissionTime(double)"},{"p":"org.iquantum.tasks","c":"QTask","l":"setSubmissionTime(double)"},{"p":"org.iquantum.network","c":"InfoPacket","l":"setTag(int)"},{"p":"org.iquantum.backends.classical","c":"HostStateHistoryEntry","l":"setTime(double)"},{"p":"org.iquantum.policies.vm","c":"VmStateHistoryEntry","l":"setTime(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setTimeZone(double)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setTimeZone(double)"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristics","l":"setTimeZone(double)"},{"p":"org.iquantum.datacenters","c":"QDatacenterCharacteristicsExtended","l":"setTimeZone(double)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setTimeZone(double)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setTotalCost(double)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"setTotalMips(double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"setTotalMips(double)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setTransactionTime(double)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setTransmissionStartDelay(int)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setTransmitDistribution(Distribution)","u":"setTransmitDistribution(org.iquantum.fog.utils.distribution.Distribution)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setTraversedMicroservices(Map)","u":"setTraversedMicroservices(java.util.Map)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"setTupleCpuLength(double)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setTupleIdToCpuStartTime(Map)","u":"setTupleIdToCpuStartTime(java.util.Map)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"setTupleNwLength(double)"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"setTupleType(String)","u":"setTupleType(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setTupleType(String)","u":"setTupleType(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"setTupleType(String)","u":"setTupleType(java.lang.String)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setTupleTypeToAverageCpuTime(Map)","u":"setTupleTypeToAverageCpuTime(java.util.Map)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"setTupleTypeToExecutedTupleCount(Map)","u":"setTupleTypeToExecutedTupleCount(java.util.Map)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setType(int)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setType(int)"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"setType(String)","u":"setType(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setUid(String)","u":"setUid(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setUid(String)","u":"setUid(java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setUid(String)","u":"setUid(java.lang.String)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddActuator","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddActuatorModule","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddApplicationModule","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddFogDevice","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddPhysicalNode","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddSensor","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddSensorModule","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.fog.gui.dialog","c":"AddVirtualNode","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.sdn.graph.dialog","c":"AddPhysicalNode","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.sdn.graph.dialog","c":"AddVirtualNode","l":"setUIFont(FontUIResource)","u":"setUIFont(javax.swing.plaf.FontUIResource)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"setUnderAllocatedMips(Map)","u":"setUnderAllocatedMips(java.util.Map)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"setUnderAllocatedMips(Map)","u":"setUnderAllocatedMips(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelectionUnderUtilizedAdded","l":"setUnderUtilizationThr(double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"setUnderUtilizationThreshold(double)"},{"p":"org.iquantum.fog.mobilitydata","c":"References","l":"SETUP_TIME"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"setUpBw(long)"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"setUpdateTime(double)"},{"p":"org.iquantum.utils.datacloud","c":"FileAttribute","l":"setUpdateTime(double)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setUplinkBandwidth(double)"},{"p":"org.iquantum.fog.utils","c":"ResourceUsageDetails","l":"setUplinkBandwidth(double)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"setUplinkLatency(double)"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"setUpports(int)"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"setUpports(int)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setUsedBw(Map)","u":"setUsedBw(java.util.Map)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setUsedBw(Map)","u":"setUsedBw(java.util.Map)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"setUsedBw(Map)","u":"setUsedBw(java.util.Map)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setUsedMips(Map)","u":"setUsedMips(java.util.Map)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setUsedMips(Map)","u":"setUsedMips(java.util.Map)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"setUsedMips(Map)","u":"setUsedMips(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerAllocationPolicySimple","l":"setUsedPes(Map)","u":"setUsedPes(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"setUsedPes(Map)","u":"setUsedPes(java.util.Map)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"setUsedPes(Map)","u":"setUsedPes(java.util.Map)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"setUsedPes(Map)","u":"setUsedPes(java.util.Map)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setUsedPes(Map)","u":"setUsedPes(java.util.Map)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setUsedPes(Map)","u":"setUsedPes(java.util.Map)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"setUsedPes(Map)","u":"setUsedPes(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setUserId(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setUserId(int)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setUserId(int)"},{"p":"org.iquantum.fog.application","c":"Application","l":"setUserId(int)"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"setUserId(int)"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"setUserId(int)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setUserId(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"setUtilizationMips(double)"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"setUtilizationMips(double)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setUtilizationModelBw(UtilizationModel)","u":"setUtilizationModelBw(org.iquantum.models.UtilizationModel)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setUtilizationModelCpu(UtilizationModel)","u":"setUtilizationModelCpu(org.iquantum.models.UtilizationModel)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setUtilizationModelRam(UtilizationModel)","u":"setUtilizationModelRam(org.iquantum.models.UtilizationModel)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection","l":"setUtilizationThreshold(double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThreshold","l":"setUtilizationThreshold(double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMC","l":"setUtilizationThreshold(double)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMCUnderUtilized","l":"setUtilizationThreshold(double)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationStaticThreshold","l":"setUtilizationThreshold(double)"},{"p":"org.iquantum.fog.utils.distribution","c":"DeterministicDistribution","l":"setValue(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setVm(ContainerVm)","u":"setVm(org.iquantum.backends.classical.container.core.ContainerVm)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"setVmAllocationPolicy(ContainerVmAllocationPolicy)","u":"setVmAllocationPolicy(org.iquantum.backends.classical.container.resourceAllocators.ContainerVmAllocationPolicy)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"setVmAllocationPolicy(VmAllocationPolicy)","u":"setVmAllocationPolicy(org.iquantum.policies.vm.VmAllocationPolicy)"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","c":"ContainerBwProvisioner","l":"setVmBw(long)"},{"p":"org.iquantum.tasks","c":"CTask","l":"setVmId(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setVmList(List)","u":"setVmList(java.util.List)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setVmList(List)","u":"setVmList(java.util.List)"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"setVmList(List)","u":"setVmList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setVmList(List)","u":"setVmList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"setVmm(String)","u":"setVmm(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"setVmm(String)","u":"setVmm(java.lang.String)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"setVmm(String)","u":"setVmm(java.lang.String)"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"setVmm(String)","u":"setVmm(java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"setVmm(String)","u":"setVmm(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setVmMigrationCount(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"setVmMigrationWriter(CostumeCSVWriter)","u":"setVmMigrationWriter(org.iquantum.backends.classical.container.utils.CostumeCSVWriter)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setVmsAcks(int)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setVmsAcks(int)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setVmsAcks(int)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"setVmScheduler(VmScheduler)","u":"setVmScheduler(org.iquantum.policies.vm.VmScheduler)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setVmsCreatedList(List)","u":"setVmsCreatedList(java.util.List)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setVmsCreatedList(List)","u":"setVmsCreatedList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setVmsCreatedList(List)","u":"setVmsCreatedList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setVmsDestroyed(int)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setVmsDestroyed(int)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setVmsDestroyed(int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstract","l":"setVmSelectionPolicy(PowerContainerVmSelectionPolicy)","u":"setVmSelectionPolicy(org.iquantum.backends.classical.container.vmSelectionPolicies.PowerContainerVmSelectionPolicy)"},{"p":"org.iquantum.power","c":"PowerVmAllocationPolicyMigrationAbstract","l":"setVmSelectionPolicy(PowerVmSelectionPolicy)","u":"setVmSelectionPolicy(org.iquantum.power.PowerVmSelectionPolicy)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"setVmsMigratingIn(List)","u":"setVmsMigratingIn(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"setVmsMigratingIn(List)","u":"setVmsMigratingIn(java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmScheduler","l":"setVmsMigratingOut(List)","u":"setVmsMigratingOut(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"setVmsMigratingOut(List)","u":"setVmsMigratingOut(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setVmsRequested(int)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setVmsRequested(int)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setVmsRequested(int)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"setVmsToDatacentersMap(Map)","u":"setVmsToDatacentersMap(java.util.Map)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"setVmsToDatacentersMap(Map)","u":"setVmsToDatacentersMap(java.util.Map)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"setVmsToDatacentersMap(Map)","u":"setVmsToDatacentersMap(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","c":"ContainerVmAllocationPolicySimple","l":"setVmTable(Map)","u":"setVmTable(java.util.Map)"},{"p":"org.iquantum.network.datacenter","c":"NetworkVmAllocationPolicy","l":"setVmTable(Map)","u":"setVmTable(java.util.Map)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"setVmTable(Map)","u":"setVmTable(java.util.Map)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setVmTable(Map)","u":"setVmTable(java.util.Map)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"setVmTable(Map)","u":"setVmTable(java.util.Map)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"setVmTable(Map)","u":"setVmTable(java.util.Map)"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"setWorkloadMips(double)"},{"p":"org.iquantum.fog.gui.core","c":"Coordinates","l":"setX(int)"},{"p":"org.iquantum.sdn.graph.core","c":"Coordinates","l":"setX(int)"},{"p":"org.iquantum.fog.gui.core","c":"Coordinates","l":"setY(int)"},{"p":"org.iquantum.sdn.graph.core","c":"Coordinates","l":"setY(int)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"shareResourceDataAmongClusterNodes()"},{"p":"org.iquantum.fog.utils","c":"ShortestPathRoutingGenerator","l":"ShortestPathRoutingGenerator()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"shutdownEntity()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"shutdownEntity()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"shutdownEntity()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"shutdownEntity()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"shutdownEntity()"},{"p":"org.iquantum.core","c":"CloudInformationService","l":"shutdownEntity()"},{"p":"org.iquantum.core","c":"iQuantumShutdown","l":"shutdownEntity()"},{"p":"org.iquantum.core","c":"SimEntity","l":"shutdownEntity()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"shutdownEntity()"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"shutdownEntity()"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"shutdownEntity()"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"shutdownEntity()"},{"p":"org.iquantum.fog.entities","c":"FogBrokerC","l":"shutdownEntity()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"shutdownEntity()"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"shutdownEntity()"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"shutdownEntity()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"shutdownEntity()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"shutdownEntity()"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"shutdownEntity()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"shutdownEntity()"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"shutdownEntity()"},{"p":"org.iquantum.sdn.example","c":"SDNBroker","l":"shutdownEntity()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"shutdownEntity()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"shutdownEntity()"},{"p":"org.iquantum.sdn","c":"Switch","l":"shutdownEntity()"},{"p":"org.iquantum.core","c":"CloudInformationService","l":"signalShutdown(Collection)","u":"signalShutdown(java.util.Collection)"},{"p":"org.iquantum.core","c":"iQuantum","l":"SIM_ANY"},{"p":"org.iquantum.core","c":"iQuantum","l":"SIM_NONE"},{"p":"org.iquantum.core","c":"SimEntity","l":"SimEntity(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.core","c":"SimEvent","l":"SimEvent()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.example","c":"SimpleNetworkOperatingSystem","l":"SimpleNetworkOperatingSystem(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDNExample","l":"simulate()"},{"p":"org.iquantum.fog.utils","c":"MicroservicePlacementConfig","l":"SIMULATION_MODE"},{"p":"org.iquantum.core","c":"DeferredQueue","l":"size()"},{"p":"org.iquantum.core","c":"FutureQueue","l":"size()"},{"p":"org.iquantum.lists","c":"CloudletList","l":"sort(List)","u":"sort(java.util.List)"},{"p":"org.iquantum.lists","c":"QTaskList","l":"sort(List)","u":"sort(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"sortByCpuUtilization(List)","u":"sortByCpuUtilization(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"PowerContainerList","l":"sortByCpuUtilization(List)","u":"sortByCpuUtilization(java.util.List)"},{"p":"org.iquantum.backends.classical.container.lists","c":"PowerContainerVmList","l":"sortByCpuUtilization(List)","u":"sortByCpuUtilization(java.util.List)"},{"p":"org.iquantum.power.lists","c":"PowerVmList","l":"sortByCpuUtilization(List)","u":"sortByCpuUtilization(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostList","l":"sortByCpuUtilizationDescending(List)","u":"sortByCpuUtilizationDescending(java.util.List)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"southTupleQueue"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"SPACE_SHARED"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"SPACE_SHARED"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"SPACE_SHARED"},{"p":"org.iquantum.fog.application","c":"Application","l":"specialPlacementInfo"},{"p":"org.iquantum.fog.gui.core","c":"SpringUtilities","l":"SpringUtilities()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.core","c":"SpringUtilities","l":"SpringUtilities()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"stages"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"START_DYNAMIC_CLUSTERING"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VMRequestRandomGenerator","l":"start()"},{"p":"org.iquantum.utils","c":"ExecutionTimeMeasurer","l":"start(String)","u":"start(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"startEntity()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"startEntity()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"startEntity()"},{"p":"org.iquantum.brokers","c":"QBroker","l":"startEntity()"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"startEntity()"},{"p":"org.iquantum.core","c":"CloudInformationService","l":"startEntity()"},{"p":"org.iquantum.core","c":"iQuantumShutdown","l":"startEntity()"},{"p":"org.iquantum.core","c":"SimEntity","l":"startEntity()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"startEntity()"},{"p":"org.iquantum.datacenters","c":"QDatacenter","l":"startEntity()"},{"p":"org.iquantum.datacenters","c":"QDatacenterExtended","l":"startEntity()"},{"p":"org.iquantum.fog.entities","c":"Actuator","l":"startEntity()"},{"p":"org.iquantum.fog.entities","c":"FogBrokerC","l":"startEntity()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"startEntity()"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"startEntity()"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"startEntity()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"startEntity()"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"startEntity()"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"startEntity()"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"startEntity()"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"startEntity()"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"startEntity()"},{"p":"org.iquantum.sdn.example","c":"SDNBroker","l":"startEntity()"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"startEntity()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"startEntity()"},{"p":"org.iquantum.sdn","c":"Switch","l":"startEntity()"},{"p":"org.iquantum.core","c":"iQuantum","l":"startSimulation()"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"starttime"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy.HistoryEntry","l":"startTime"},{"p":"org.iquantum.sdn.power","c":"PowerUtilizationHistoryEntry","l":"startTime"},{"p":"org.iquantum.sdn","c":"Switch.HistoryEntry","l":"startTime"},{"p":"org.iquantum.utils","c":"MathUtil","l":"stDev(List)","u":"stDev(java.util.List)"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"STOP_SIMULATION"},{"p":"org.iquantum.core","c":"iQuantum","l":"stopSimulation()"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"STORAGE"},{"p":"org.iquantum.fog.scheduler","c":"StreamOperatorScheduler","l":"StreamOperatorScheduler(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"submitApplication(Application, int, ModulePlacement)","u":"submitApplication(org.iquantum.fog.application.Application,int,org.iquantum.fog.placement.ModulePlacement)"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"submitApplication(Application, int, ModulePlacement)","u":"submitApplication(org.iquantum.fog.application.Application,int,org.iquantum.fog.placement.ModulePlacement)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"submitApplication(Application, int, ModulePlacement)","u":"submitApplication(org.iquantum.fog.application.Application,int,org.iquantum.fog.placement.ModulePlacement)"},{"p":"org.iquantum.fog.placement","c":"ClusteringController","l":"submitApplication(Application, ModulePlacement)","u":"submitApplication(org.iquantum.fog.application.Application,org.iquantum.fog.placement.ModulePlacement)"},{"p":"org.iquantum.fog.placement","c":"Controller","l":"submitApplication(Application, ModulePlacement)","u":"submitApplication(org.iquantum.fog.application.Application,org.iquantum.fog.placement.ModulePlacement)"},{"p":"org.iquantum.fog.placement","c":"MobilityController","l":"submitApplication(Application, ModulePlacement)","u":"submitApplication(org.iquantum.fog.application.Application,org.iquantum.fog.placement.ModulePlacement)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"submitCloudletList(List)","u":"submitCloudletList(java.util.List)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"submitCloudletList(List)","u":"submitCloudletList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"submitCloudletList(List)","u":"submitCloudletList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"submitCloudlets()"},{"p":"org.iquantum.brokers","c":"CBroker","l":"submitCloudlets()"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"submitContainerList(List)","u":"submitContainerList(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"submitContainers()"},{"p":"org.iquantum.sdn.example","c":"SDNBroker","l":"submitDeployApplication(SDNDatacenter, String)","u":"submitDeployApplication(org.iquantum.sdn.SDNDatacenter,java.lang.String)"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"submitGroupWorkloads(SDNBroker, int, int, String, String)","u":"submitGroupWorkloads(org.iquantum.sdn.example.SDNBroker,int,int,java.lang.String,java.lang.String)"},{"p":"org.iquantum.sdn.example","c":"Workload","l":"submitPktSize"},{"p":"org.iquantum.fog.placement","c":"MicroservicesController","l":"submitPlacementRequests(List, int)","u":"submitPlacementRequests(java.util.List,int)"},{"p":"org.iquantum.fog.placement","c":"MicroservicesMobilityClusteringController","l":"submitPlacementRequests(List, int)","u":"submitPlacementRequests(java.util.List,int)"},{"p":"org.iquantum.brokers","c":"QBroker","l":"submitQTaskList(List)","u":"submitQTaskList(java.util.List)"},{"p":"org.iquantum.brokers","c":"QBrokerMQ","l":"submitQTaskList(List)","u":"submitQTaskList(java.util.List)"},{"p":"org.iquantum.sdn","c":"Middlebox","l":"submitRequest(Request)","u":"submitRequest(org.iquantum.sdn.Request)"},{"p":"org.iquantum.sdn.example","c":"SDNBroker","l":"submitRequests(String)","u":"submitRequests(java.lang.String)"},{"p":"org.iquantum.gateways","c":"CloudGateway","l":"submitTasks(List, List)","u":"submitTasks(java.util.List,java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"submittime"},{"p":"org.iquantum.sdn.example","c":"Workload","l":"submitVmId"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"submitVmList(List)","u":"submitVmList(java.util.List)"},{"p":"org.iquantum.brokers","c":"CBroker","l":"submitVmList(List)","u":"submitVmList(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetDatacenterBroker","l":"submitVmList(List)","u":"submitVmList(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"submitWorkloads(SDNBroker)","u":"submitWorkloads(org.iquantum.sdn.example.SDNBroker)"},{"p":"org.iquantum.fog.application","c":"AppModule","l":"subscribeActuator(int, String)","u":"subscribeActuator(int,java.lang.String)"},{"p":"org.iquantum.tasks","c":"CTask","l":"SUCCESS"},{"p":"org.iquantum.tasks","c":"QTask","l":"SUCCESS"},{"p":"org.iquantum.utils","c":"MathUtil","l":"sum(List)","u":"sum(java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"sw"},{"p":"org.iquantum.sdn","c":"Switch","l":"Switch(String, int, long, int, int, NetworkOperatingSystem)","u":"%3Cinit%3E(java.lang.String,int,long,int,int,org.iquantum.sdn.NetworkOperatingSystem)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"Switch(String, int, NetworkCDatacenter)","u":"%3Cinit%3E(java.lang.String,int,org.iquantum.network.datacenter.NetworkCDatacenter)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"switches"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"switching_delay"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"SwitchingDelayAgg"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"SwitchingDelayEdge"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"SwitchingDelayRoot"},{"p":"org.iquantum.network.datacenter","c":"NetworkCDatacenter","l":"Switchlist"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"SwitchNode()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"SwitchNode()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"SwitchNode(String, String, long, int, int, long)","u":"%3Cinit%3E(java.lang.String,java.lang.String,long,int,int,long)"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"SwitchNode(String, String, long, int, int, long)","u":"%3Cinit%3E(java.lang.String,java.lang.String,long,int,int,long)"},{"p":"org.iquantum.sdn.example","c":"LogPrinter","l":"tabSize"},{"p":"org.iquantum.sdn.graph.example","c":"GraphicSDNExample","l":"tabSize"},{"p":"org.iquantum.network.datacenter","c":"TaskStage","l":"TaskStage(int, double, double, double, long, int, int)","u":"%3Cinit%3E(int,double,double,double,long,int,int)"},{"p":"org.iquantum.sdn","c":"Channel","l":"terminate()"},{"p":"org.iquantum.core","c":"iQuantum","l":"terminateSimulation()"},{"p":"org.iquantum.core","c":"iQuantum","l":"terminateSimulation(double)"},{"p":"org.iquantum.sdn.example","c":"Workload","l":"time"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterCharacteristics","l":"TIME_SHARED"},{"p":"org.iquantum.datacenters","c":"CDatacenterCharacteristics","l":"TIME_SHARED"},{"p":"org.iquantum.fog.entities","c":"FogDeviceCharacteristicsC","l":"TIME_SHARED"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"timeCommunicate"},{"p":"org.iquantum.sdn","c":"TimedVm","l":"TimedVm(int, int, double, int, int, long, long, String, CloudletScheduler)","u":"%3Cinit%3E(int,int,double,int,int,long,long,java.lang.String,org.iquantum.policies.ctasks.CloudletScheduler)"},{"p":"org.iquantum.sdn","c":"TimedVm","l":"TimedVm(int, int, double, int, int, long, long, String, CloudletScheduler, double, double)","u":"%3Cinit%3E(int,int,double,int,int,long,long,java.lang.String,org.iquantum.policies.ctasks.CloudletScheduler,double,double)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"timespentInStage"},{"p":"org.iquantum.network.datacenter","c":"NetworkCTask","l":"timetostartStage"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"timeUnit"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"toClient"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"toJsonString()"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"toJsonString()"},{"p":"org.iquantum.network","c":"TopologicalGraph","l":"TopologicalGraph()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network","c":"TopologicalLink","l":"TopologicalLink(int, int, float, float)","u":"%3Cinit%3E(int,int,float,float)"},{"p":"org.iquantum.network","c":"TopologicalNode","l":"TopologicalNode(int)","u":"%3Cinit%3E(int)"},{"p":"org.iquantum.network","c":"TopologicalNode","l":"TopologicalNode(int, int, int)","u":"%3Cinit%3E(int,int,int)"},{"p":"org.iquantum.network","c":"TopologicalNode","l":"TopologicalNode(int, String, int, int)","u":"%3Cinit%3E(int,java.lang.String,int,int)"},{"p":"org.iquantum.fog.application","c":"DAG","l":"topologicalSort()"},{"p":"org.iquantum.fog.application","c":"DAG","l":"topologicalSortUtil(String, Map, Stack)","u":"topologicalSortUtil(java.lang.String,java.util.Map,java.util.Stack)"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"topology"},{"p":"org.iquantum.core","c":"SimEvent","l":"toString()"},{"p":"org.iquantum.fog.application","c":"AppEdge","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorGui","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"ActuatorModule","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"AppModule","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"Coordinates","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"Edge","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"FogDeviceGui","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"Graph","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"HostNode","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"Link","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"Node","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"SensorGui","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"SensorModule","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"SwitchNode","l":"toString()"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"toString()"},{"p":"org.iquantum.network","c":"DelayMatrix_Float","l":"toString()"},{"p":"org.iquantum.network","c":"InfoPacket","l":"toString()"},{"p":"org.iquantum.network","c":"Packet","l":"toString()"},{"p":"org.iquantum.network","c":"TopologicalGraph","l":"toString()"},{"p":"org.iquantum.sdn","c":"Channel","l":"toString()"},{"p":"org.iquantum.sdn.graph.core","c":"Coordinates","l":"toString()"},{"p":"org.iquantum.sdn.graph.core","c":"Edge","l":"toString()"},{"p":"org.iquantum.sdn.graph.core","c":"Graph","l":"toString()"},{"p":"org.iquantum.sdn.graph.core","c":"HostNode","l":"toString()"},{"p":"org.iquantum.sdn.graph.core","c":"Node","l":"toString()"},{"p":"org.iquantum.sdn.graph.core","c":"SwitchNode","l":"toString()"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"toString()"},{"p":"org.iquantum.sdn","c":"Link","l":"toString()"},{"p":"org.iquantum.sdn","c":"Package","l":"toString()"},{"p":"org.iquantum.sdn","c":"Request","l":"toString()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"toString()"},{"p":"org.iquantum.sdn","c":"Switch","l":"toString()"},{"p":"org.iquantum.sdn","c":"Transmission","l":"toString()"},{"p":"org.iquantum.utils.datacloud","c":"ParameterException","l":"toString()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"totalCost"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"totaldatatransfer"},{"p":"org.iquantum.fog.test.perfeval","c":"TranslationServiceFog_Clustering","l":"TranslationServiceFog_Clustering()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.test.perfeval","c":"TranslationServiceFog_RandomMobility_Clustering","l":"TranslationServiceFog_RandomMobility_Clustering()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.test.perfeval","c":"TranslationServiceFog_RandomMobility","l":"TranslationServiceFog_RandomMobility()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.test.perfeval","c":"TranslationServiceFog","l":"TranslationServiceFog()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.utils","c":"Config","l":"TRANSMISSION_START_DELAY"},{"p":"org.iquantum.sdn","c":"Transmission","l":"Transmission(int, int, long, int, Request)","u":"%3Cinit%3E(int,int,long,int,org.iquantum.sdn.Request)"},{"p":"org.iquantum.sdn","c":"Transmission","l":"Transmission(Package)","u":"%3Cinit%3E(org.iquantum.sdn.Package)"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"TRANSMIT_PR"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"transmit()"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"traversedMicroservices"},{"p":"org.iquantum.utils","c":"MathUtil","l":"trimZeroTail(double[])"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"TRUE"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"TUPLE_ACK"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"TUPLE_ARRIVAL"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"TUPLE_FINISHED"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"Tuple(String, int, int, long, int, long, long, UtilizationModel, UtilizationModel, UtilizationModel)","u":"%3Cinit%3E(java.lang.String,int,int,long,int,long,long,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel,org.iquantum.models.UtilizationModel)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"tupleEndedExecution(Tuple)","u":"tupleEndedExecution(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.fog.utils","c":"TupleFinishDetails","l":"TupleFinishDetails(String, int, double, double, String)","u":"%3Cinit%3E(java.lang.String,int,double,double,java.lang.String)"},{"p":"org.iquantum.fog.scheduler","c":"TupleScheduler","l":"TupleScheduler(double, int)","u":"%3Cinit%3E(double,int)"},{"p":"org.iquantum.fog.utils","c":"TimeKeeper","l":"tupleStartedExecution(Tuple)","u":"tupleStartedExecution(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.fog.test.perfeval","c":"TwoApps","l":"TwoApps()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"type"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"TYPE_RAW_DATA"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"TYPE_RECONSTRUCTED_DATA"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"TYPE_TAG_DATA"},{"p":"org.iquantum.utils.datacloud","c":"File","l":"TYPE_UNKOWN"},{"p":"org.iquantum.core","c":"SimEvent","l":"type()"},{"p":"org.iquantum.fog.utils.distribution","c":"Distribution","l":"UNIFORM"},{"p":"org.iquantum.distributions","c":"UniformDistr","l":"UniformDistr(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.distributions","c":"UniformDistr","l":"UniformDistr(double, double, long)","u":"%3Cinit%3E(double,double,long)"},{"p":"org.iquantum.fog.utils.distribution","c":"UniformDistribution","l":"UniformDistribution(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.network","c":"NetworkTopology","l":"unmapNode(int)"},{"p":"org.iquantum.fog.entities","c":"Tuple","l":"UP"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"UPDATE_CLUSTER_TUPLE_QUEUE"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"UPDATE_NORTH_TUPLE_QUEUE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"UPDATE_QTASK_PROCESSING"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"UPDATE_RESOURCE_INFO"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"UPDATE_RESOURCE_USAGE"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"UPDATE_SERVICE_DISCOVERY"},{"p":"org.iquantum.fog.utils","c":"FogEvents","l":"UPDATE_SOUTH_TUPLE_QUEUE"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"updateActiveApplications(SimEvent)","u":"updateActiveApplications(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"updateAllocatedMips(String)","u":"updateAllocatedMips(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"updateCloudetProcessingWithoutSchedulingFutureEvents()"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"updateCloudetProcessingWithoutSchedulingFutureEvents()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"updateCloudetProcessingWithoutSchedulingFutureEventsForce()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"updateCloudetProcessingWithoutSchedulingFutureEventsForce()"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"updateCloudetProcessingWithoutSchedulingFutureEventsForce()"},{"p":"org.iquantum.tasks","c":"ResCTask","l":"updateCloudletFinishedSoFar(long)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenter","l":"updateCloudletProcessing()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"updateCloudletProcessing()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenterCM","l":"updateCloudletProcessing()"},{"p":"org.iquantum.datacenters","c":"CDatacenter","l":"updateCloudletProcessing()"},{"p":"org.iquantum.power","c":"PowerCDatacenter","l":"updateCloudletProcessing()"},{"p":"org.iquantum.power","c":"PowerCDatacenterNonPowerAware","l":"updateCloudletProcessing()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"updateCloudTraffic()"},{"p":"org.iquantum.backends.classical.container.core","c":"Container","l":"updateContainerProcessing(double, List)","u":"updateContainerProcessing(double,java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainer","l":"updateContainerProcessing(double, List)","u":"updateContainerProcessing(double,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletScheduler","l":"updateContainerProcessing(double, List)","u":"updateContainerProcessing(double,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"updateContainerProcessing(double, List)","u":"updateContainerProcessing(double,java.util.List)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerTimeShared","l":"updateContainerProcessing(double, List)","u":"updateContainerProcessing(double,java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"updateContainersProcessing(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHost","l":"updateContainerVmsProcessing(double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerHostDynamicWorkload","l":"updateContainerVmsProcessing(double)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"updateModuleInstanceCount(SimEvent)","u":"updateModuleInstanceCount(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"updateModuleInstanceCount(SimEvent)","u":"updateModuleInstanceCount(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.sdn","c":"Node","l":"updateNetworkUtilization()"},{"p":"org.iquantum.sdn","c":"SDNHost","l":"updateNetworkUtilization()"},{"p":"org.iquantum.sdn","c":"Switch","l":"updateNetworkUtilization()"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"updateNorthTupleQueue()"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerDatacenter","l":"updateNumberOfVmsContainers()"},{"p":"org.iquantum.sdn","c":"Channel","l":"updatePackageProcessing()"},{"p":"org.iquantum.fog.gui.dialog","c":"AddSensor","l":"updatePanel(String)","u":"updatePanel(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerSchedulerTimeShared","l":"updatePeProvisioning()"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerVmSchedulerTimeShared","l":"updatePeProvisioning()"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"updatePeProvisioning()"},{"p":"org.iquantum.policies.qtasks","c":"QTaskScheduler","l":"updateQNodeProcessing(double, double)","u":"updateQNodeProcessing(double,double)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerFCFSMQ","l":"updateQNodeProcessing(double, double)","u":"updateQNodeProcessing(double,double)"},{"p":"org.iquantum.policies.qtasks","c":"QTaskSchedulerSpaceShared","l":"updateQNodeProcessing(double, double)","u":"updateQNodeProcessing(double,double)"},{"p":"org.iquantum.tasks","c":"ResQTask","l":"updateQTaskFinishedSoFar(long)"},{"p":"org.iquantum.backends.quantum","c":"QNode","l":"updateQTaskProcessing(double)"},{"p":"org.iquantum.backends.quantum","c":"QNodeMQ","l":"updateQTaskProcessing(double)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"updateResourceInfo(int, Map)","u":"updateResourceInfo(int,java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"ControllerComponent","l":"updateResources(int, String, double)","u":"updateResources(int,java.lang.String,double)"},{"p":"org.iquantum.fog.placement","c":"ClusteredMicroservicePlacementLogic","l":"updateResources(Map>)","u":"updateResources(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"DistributedMicroservicePlacementLogic","l":"updateResources(Map>)","u":"updateResources(java.util.Map)"},{"p":"org.iquantum.fog.placement","c":"MicroservicePlacementLogic","l":"updateResources(Map>)","u":"updateResources(java.util.Map)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"updateRoutingTable(int, int)","u":"updateRoutingTable(int,int)"},{"p":"org.iquantum.fog.entities","c":"MicroserviceFogDevice","l":"updateServiceDiscovery(SimEvent)","u":"updateServiceDiscovery(org.iquantum.core.SimEvent)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"updateSouthTupleQueue()"},{"p":"org.iquantum.fog.entities","c":"Sensor","l":"updateTimings(String, String)","u":"updateTimings(java.lang.String,java.lang.String)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"updateTimingsOnReceipt(Tuple)","u":"updateTimingsOnReceipt(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"updateTimingsOnSending(Tuple)","u":"updateTimingsOnSending(org.iquantum.fog.entities.Tuple)"},{"p":"org.iquantum.backends.classical.container.schedulers","c":"ContainerCloudletSchedulerDynamicWorkload","l":"updateUnderAllocatedMipsForCloudlet(ResCTask, double)","u":"updateUnderAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"updateUnderAllocatedMipsForCloudlet(ResCTask, double)","u":"updateUnderAllocatedMipsForCloudlet(org.iquantum.tasks.ResCTask,double)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerVm","l":"updateVmProcessing(double, List)","u":"updateVmProcessing(double,java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"PowerContainerVm","l":"updateVmProcessing(double, List)","u":"updateVmProcessing(double,java.util.List)"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"updateVmProcessing(double, List)","u":"updateVmProcessing(double,java.util.List)"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"updateVmProcessing(double, List)","u":"updateVmProcessing(double,java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletScheduler","l":"updateVmProcessing(double, List)","u":"updateVmProcessing(double,java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerDynamicWorkload","l":"updateVmProcessing(double, List)","u":"updateVmProcessing(double,java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"updateVmProcessing(double, List)","u":"updateVmProcessing(double,java.util.List)"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerTimeShared","l":"updateVmProcessing(double, List)","u":"updateVmProcessing(double,java.util.List)"},{"p":"org.iquantum.power","c":"PowerVm","l":"updateVmProcessing(double, List)","u":"updateVmProcessing(double,java.util.List)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"updateVmsProcessing(double)"},{"p":"org.iquantum.backends.classical","c":"HostDynamicWorkload","l":"updateVmsProcessing(double)"},{"p":"org.iquantum.network.datacenter","c":"NetworkHost","l":"updateVmsProcessing(double)"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"uplinkbandwidth"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"uplinkBandwidth"},{"p":"org.iquantum.fog.entities","c":"FogDevice","l":"uplinkLatency"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"uplinkswitches"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"uplinkswitchpktlist"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy.HistoryEntry","l":"usedMips"},{"p":"org.iquantum.sdn.power","c":"PowerUtilizationHistoryEntry","l":"usedMips"},{"p":"org.iquantum.network.datacenter","c":"NetworkCloudletSpaceSharedScheduler","l":"usedPes"},{"p":"org.iquantum.policies.ctasks","c":"CloudletSchedulerSpaceShared","l":"usedPes"},{"p":"org.iquantum.fog.utils","c":"FogUtils","l":"USER_ID"},{"p":"org.iquantum.fog.placement","c":"ModulePlacement","l":"USER_MAPPING"},{"p":"org.iquantum.network.datacenter","c":"AppCloudlet","l":"userId"},{"p":"org.iquantum.fog.mobilitydata","c":"DataParser","l":"usersLocation"},{"p":"org.iquantum.models","c":"UtilizationModelFull","l":"UtilizationModelFull()","u":"%3Cinit%3E()"},{"p":"org.iquantum.models","c":"UtilizationModelNull","l":"UtilizationModelNull()","u":"%3Cinit%3E()"},{"p":"org.iquantum.models","c":"UtilizationModelPlanetLabInMemory","l":"UtilizationModelPlanetLabInMemory(String, double)","u":"%3Cinit%3E(java.lang.String,double)"},{"p":"org.iquantum.models","c":"UtilizationModelPlanetLabInMemory","l":"UtilizationModelPlanetLabInMemory(String, double, int)","u":"%3Cinit%3E(java.lang.String,double,int)"},{"p":"org.iquantum.models","c":"UtilizationModelStochastic","l":"UtilizationModelStochastic()","u":"%3Cinit%3E()"},{"p":"org.iquantum.models","c":"UtilizationModelStochastic","l":"UtilizationModelStochastic(long)","u":"%3Cinit%3E(long)"},{"p":"org.iquantum.utils","c":"MathUtil","l":"variance(List)","u":"variance(java.util.List)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGenerator","l":"VirtualTopologyGenerator()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGeneratorVmTypes","l":"VirtualTopologyGeneratorVmTypes()","u":"%3Cinit%3E()"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_BROKER_EVENT"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_CREATE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_CREATE_ACK"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_DATA_ADD"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_DATA_ADD_ACK"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_DATA_DEL"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_DATA_DEL_ACK"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_DATACENTER_EVENT"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_DESTROY"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_DESTROY_ACK"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_MIGRATE"},{"p":"org.iquantum.core","c":"iQuantumTags","l":"VM_MIGRATE_ACK"},{"p":"org.iquantum.backends.classical.container.core","c":"containeriQuantumTags","l":"VM_NEW_CREATE"},{"p":"org.iquantum.backends.classical","c":"Vm","l":"Vm(int, int, double, int, int, long, long, String, CloudletScheduler)","u":"%3Cinit%3E(int,int,double,int,int,long,long,java.lang.String,org.iquantum.policies.ctasks.CloudletScheduler)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicy","l":"VmAllocationPolicy(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedLeastFullFirst","l":"VmAllocationPolicyCombinedLeastFullFirst(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedLeastFullFirst","l":"VmAllocationPolicyCombinedLeastFullFirst(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyCombinedMostFullFirst","l":"VmAllocationPolicyCombinedMostFullFirst(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyCombinedMostFullFirst","l":"VmAllocationPolicyCombinedMostFullFirst(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyMipsLeastFullFirst","l":"VmAllocationPolicyMipsLeastFullFirst(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyMipsLeastFullFirst","l":"VmAllocationPolicyMipsLeastFullFirst(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example.policies","c":"VmAllocationPolicyMipsMostFullFirst","l":"VmAllocationPolicyMipsMostFullFirst(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmAllocationPolicyMipsMostFullFirst","l":"VmAllocationPolicyMipsMostFullFirst(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.overbooking","c":"VmAllocationPolicyOverbooking","l":"VmAllocationPolicyOverbooking(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmAllocationPolicySimple","l":"VmAllocationPolicySimple(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"vmBw"},{"p":"org.iquantum.backends.classical","c":"Host","l":"vmCreate(Vm)","u":"vmCreate(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"vmDeallocate(Vm)","u":"vmDeallocate(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"vmDeallocateAll()"},{"p":"org.iquantum.backends.classical","c":"Host","l":"vmDestroy(Vm)","u":"vmDestroy(org.iquantum.backends.classical.Vm)"},{"p":"org.iquantum.backends.classical","c":"Host","l":"vmDestroyAll()"},{"p":"org.iquantum.tasks","c":"CTask","l":"vmId"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"vmList"},{"p":"org.iquantum.brokers","c":"CBroker","l":"vmList"},{"p":"org.iquantum.sdn","c":"NetworkOperatingSystem","l":"vmList"},{"p":"org.iquantum.network.datacenter","c":"Switch","l":"Vmlist"},{"p":"org.iquantum.lists","c":"VmList","l":"VmList()","u":"%3Cinit%3E()"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"vmMips"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"VmNode()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"VmNode()","u":"%3Cinit%3E()"},{"p":"org.iquantum.fog.gui.core","c":"VmNode","l":"VmNode(String, String, long, int, long, int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,long,int,long,int)"},{"p":"org.iquantum.sdn.graph.core","c":"VmNode","l":"VmNode(String, String, long, int, long, int)","u":"%3Cinit%3E(java.lang.String,java.lang.String,long,int,long,int)"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"vmPes"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"vmRam"},{"p":"org.iquantum.sdn.request","c":"VMRequestGenerator","l":"VMRequestGenerator()","u":"%3Cinit%3E()"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VMRequestRandomGenerator","l":"VMRequestRandomGenerator(VirtualTopologyGeneratorVmTypes, int, String)","u":"%3Cinit%3E(org.iquantum.sdn.example.topogenerators.VirtualTopologyGeneratorVmTypes,int,java.lang.String)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"vmsAcks"},{"p":"org.iquantum.brokers","c":"CBroker","l":"vmsAcks"},{"p":"org.iquantum.policies.vm","c":"VmScheduler","l":"VmScheduler(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerSpaceShared","l":"VmSchedulerSpaceShared(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example","c":"VmSchedulerSpaceSharedEnergy","l":"VmSchedulerSpaceSharedEnergy(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeShared","l":"VmSchedulerTimeShared(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.example.policies","c":"VmSchedulerTimeSharedEnergy","l":"VmSchedulerTimeSharedEnergy(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.sdn.overbooking","c":"VmSchedulerTimeSharedOverbookingEnergy","l":"VmSchedulerTimeSharedOverbookingEnergy(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.policies.vm","c":"VmSchedulerTimeSharedOverSubscription","l":"VmSchedulerTimeSharedOverSubscription(List)","u":"%3Cinit%3E(java.util.List)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"vmsCreatedList"},{"p":"org.iquantum.brokers","c":"CBroker","l":"vmsCreatedList"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"vmsDestroyed"},{"p":"org.iquantum.brokers","c":"CBroker","l":"vmsDestroyed"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","c":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded","l":"vmSize"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"vmsRequested"},{"p":"org.iquantum.brokers","c":"CBroker","l":"vmsRequested"},{"p":"org.iquantum.policies.vm","c":"VmStateHistoryEntry","l":"VmStateHistoryEntry(double, double, double, boolean)","u":"%3Cinit%3E(double,double,double,boolean)"},{"p":"org.iquantum.backends.classical.container.core","c":"ContainerDatacenterBroker","l":"vmsToDatacentersMap"},{"p":"org.iquantum.brokers","c":"CBroker","l":"vmsToDatacentersMap"},{"p":"org.iquantum.network.datacenter","c":"NetworkCDatacenter","l":"VmtoHostlist"},{"p":"org.iquantum.network.datacenter","c":"NetworkCDatacenter","l":"VmToSwitchid"},{"p":"org.iquantum.fog.test.perfeval","c":"VRGameFog","l":"VRGameFog()","u":"%3Cinit%3E()"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"WAIT_RECV"},{"p":"org.iquantum.network.datacenter","c":"NetworkConstants","l":"WAIT_SEND"},{"p":"org.iquantum.core","c":"iQuantum","l":"wait(int, Predicate)","u":"wait(int,org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.core","c":"SimEntity","l":"waitForEvent(Predicate)","u":"waitForEvent(org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.core","c":"SimEntity","l":"WAITING"},{"p":"org.iquantum.core","c":"iQuantum","l":"waiting(int, Predicate)","u":"waiting(int,org.iquantum.core.predicates.Predicate)"},{"p":"org.iquantum.core","c":"Consts","l":"WEEK"},{"p":"org.iquantum.distributions","c":"WeibullDistr","l":"WeibullDistr(double, double)","u":"%3Cinit%3E(double,double)"},{"p":"org.iquantum.distributions","c":"WeibullDistr","l":"WeibullDistr(Random, double, double)","u":"%3Cinit%3E(java.util.Random,double,double)"},{"p":"org.iquantum.core","c":"Consts","l":"WINDOWS"},{"p":"org.iquantum.network.datacenter","c":"WorkflowApp","l":"WorkflowApp(int, int, double, int, int)","u":"%3Cinit%3E(int,int,double,int,int)"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"workload_files"},{"p":"org.iquantum.sdn.example","c":"Workload","l":"Workload()","u":"%3Cinit%3E()"},{"p":"org.iquantum.models","c":"WorkloadFileReader","l":"WorkloadFileReader(String, int)","u":"%3Cinit%3E(java.lang.String,int)"},{"p":"org.iquantum.sdn.example","c":"WorkloadParser","l":"WorkloadParser(String, int, UtilizationModel, Map, Map)","u":"%3Cinit%3E(java.lang.String,int,org.iquantum.models.UtilizationModel,java.util.Map,java.util.Map)"},{"p":"org.iquantum.sdn.example","c":"SDNExample","l":"workloads"},{"p":"org.iquantum.tasks","c":"CTask","l":"write(String)","u":"write(java.lang.String)"},{"p":"org.iquantum.tasks","c":"QTask","l":"write(String)","u":"write(java.lang.String)"},{"p":"org.iquantum.backends.classical.container.utils","c":"CostumeCSVWriter","l":"writeTofile(String[])","u":"writeTofile(java.lang.String[])"},{"p":"org.iquantum.sdn.request","c":"VMRequestGenerator","l":"wrtieJSON(List, List, String)","u":"wrtieJSON(java.util.List,java.util.List,java.lang.String)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"PhysicalTopologyGenerator","l":"wrtieJSON(String)","u":"wrtieJSON(java.lang.String)"},{"p":"org.iquantum.sdn.example.topogenerators","c":"VirtualTopologyGenerator","l":"wrtieJSON(String)","u":"wrtieJSON(java.lang.String)"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"xpoints"},{"p":"org.iquantum.fog.mobilitydata","c":"Polygon2D","l":"ypoints"},{"p":"org.iquantum.distributions","c":"ZipfDistr","l":"ZipfDistr(double, int)","u":"%3Cinit%3E(double,int)"},{"p":"org.iquantum.distributions","c":"ZipfDistr","l":"ZipfDistr(long, double, int)","u":"%3Cinit%3E(long,double,int)"}];updateSearchResults(); \ No newline at end of file diff --git a/modules/iquantum/target/site/apidocs/module-search-index.js b/modules/iquantum/target/site/apidocs/module-search-index.js deleted file mode 100644 index 0d59754fc..000000000 --- a/modules/iquantum/target/site/apidocs/module-search-index.js +++ /dev/null @@ -1 +0,0 @@ -moduleSearchIndex = [];updateSearchResults(); \ No newline at end of file diff --git a/modules/iquantum/target/site/apidocs/package-search-index.js b/modules/iquantum/target/site/apidocs/package-search-index.js deleted file mode 100644 index a4b13228a..000000000 --- a/modules/iquantum/target/site/apidocs/package-search-index.js +++ /dev/null @@ -1 +0,0 @@ -packageSearchIndex = [{"l":"All Packages","u":"allpackages-index.html"},{"l":"org.iquantum.backends.classical"},{"l":"org.iquantum.backends.classical.container.containerPlacementPolicies"},{"l":"org.iquantum.backends.classical.container.containerProvisioners"},{"l":"org.iquantum.backends.classical.container.containerSelectionPolicies"},{"l":"org.iquantum.backends.classical.container.containerVmProvisioners"},{"l":"org.iquantum.backends.classical.container.core"},{"l":"org.iquantum.backends.classical.container.hostSelectionPolicies"},{"l":"org.iquantum.backends.classical.container.lists"},{"l":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled"},{"l":"org.iquantum.backends.classical.container.resourceAllocators"},{"l":"org.iquantum.backends.classical.container.schedulers"},{"l":"org.iquantum.backends.classical.container.utils"},{"l":"org.iquantum.backends.classical.container.vmSelectionPolicies"},{"l":"org.iquantum.backends.quantum"},{"l":"org.iquantum.backends.quantum.qubittopologies"},{"l":"org.iquantum.brokers"},{"l":"org.iquantum.core"},{"l":"org.iquantum.core.predicates"},{"l":"org.iquantum.datacenters"},{"l":"org.iquantum.distributions"},{"l":"org.iquantum.fog.application"},{"l":"org.iquantum.fog.application.selectivity"},{"l":"org.iquantum.fog.entities"},{"l":"org.iquantum.fog.gui.core"},{"l":"org.iquantum.fog.gui.dialog"},{"l":"org.iquantum.fog.gui.example"},{"l":"org.iquantum.fog.mobilitydata"},{"l":"org.iquantum.fog.placement"},{"l":"org.iquantum.fog.policy"},{"l":"org.iquantum.fog.scheduler"},{"l":"org.iquantum.fog.test"},{"l":"org.iquantum.fog.test.perfeval"},{"l":"org.iquantum.fog.utils"},{"l":"org.iquantum.fog.utils.distribution"},{"l":"org.iquantum.gateways"},{"l":"org.iquantum.lists"},{"l":"org.iquantum.models"},{"l":"org.iquantum.network"},{"l":"org.iquantum.network.datacenter"},{"l":"org.iquantum.policies.ctasks"},{"l":"org.iquantum.policies.qtasks"},{"l":"org.iquantum.policies.qubitMapping"},{"l":"org.iquantum.policies.vm"},{"l":"org.iquantum.power"},{"l":"org.iquantum.power.lists"},{"l":"org.iquantum.power.models"},{"l":"org.iquantum.provisioners"},{"l":"org.iquantum.sdn"},{"l":"org.iquantum.sdn.example"},{"l":"org.iquantum.sdn.example.policies"},{"l":"org.iquantum.sdn.example.topogenerators"},{"l":"org.iquantum.sdn.graph.core"},{"l":"org.iquantum.sdn.graph.dialog"},{"l":"org.iquantum.sdn.graph.example"},{"l":"org.iquantum.sdn.overbooking"},{"l":"org.iquantum.sdn.power"},{"l":"org.iquantum.sdn.request"},{"l":"org.iquantum.tasks"},{"l":"org.iquantum.utils"},{"l":"org.iquantum.utils.datacloud"}];updateSearchResults(); \ No newline at end of file diff --git a/modules/iquantum/target/site/apidocs/resources/glass.png b/modules/iquantum/target/site/apidocs/resources/glass.png deleted file mode 100644 index a7f591f467a1c0c949bbc510156a0c1afb860a6e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 499 zcmVJoRsvExf%rEN>jUL}qZ_~k#FbE+Q;{`;0FZwVNX2n-^JoI; zP;4#$8DIy*Yk-P>VN(DUKmPse7mx+ExD4O|;?E5D0Z5($mjO3`*anwQU^s{ZDK#Lz zj>~{qyaIx5K!t%=G&2IJNzg!ChRpyLkO7}Ry!QaotAHAMpbB3AF(}|_f!G-oI|uK6 z`id_dumai5K%C3Y$;tKS_iqMPHg<*|-@e`liWLAggVM!zAP#@l;=c>S03;{#04Z~5 zN_+ss=Yg6*hTr59mzMwZ@+l~q!+?ft!fF66AXT#wWavHt30bZWFCK%!BNk}LN?0Hg z1VF_nfs`Lm^DjYZ1(1uD0u4CSIr)XAaqW6IT{!St5~1{i=i}zAy76p%_|w8rh@@c0Axr!ns=D-X+|*sY6!@wacG9%)Qn*O zl0sa739kT-&_?#oVxXF6tOnqTD)cZ}2vi$`ZU8RLAlo8=_z#*P3xI~i!lEh+Pdu-L zx{d*wgjtXbnGX_Yf@Tc7Q3YhLhPvc8noGJs2DA~1DySiA&6V{5JzFt ojAY1KXm~va;tU{v7C?Xj0BHw!K;2aXV*mgE07*qoM6N<$f;4TDA^-pY diff --git a/modules/iquantum/target/site/apidocs/script-dir/jquery-3.6.1.min.js b/modules/iquantum/target/site/apidocs/script-dir/jquery-3.6.1.min.js deleted file mode 100644 index 2c69bc908..000000000 --- a/modules/iquantum/target/site/apidocs/script-dir/jquery-3.6.1.min.js +++ /dev/null @@ -1,2 +0,0 @@ -/*! jQuery v3.6.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */ -!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,y=n.hasOwnProperty,a=y.toString,l=a.call(Object),v={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.1",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&v(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!y||!y.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ve(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ye(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ve(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],y=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||y.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||y.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||y.push(".#.+[+~]"),e.querySelectorAll("\\\f"),y.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),y=y.length&&new RegExp(y.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),v=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&v(p,e)?-1:t==C||t.ownerDocument==p&&v(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!y||!y.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,D=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),v.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",v.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",v.option=!!ce.lastChild;var ge={thead:[1,"","
    "],col:[2,"","
    "],tr:[2,"","
    "],td:[3,"","
    "],_default:[0,"",""]};function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||S.expando+"_"+Ct.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),v.createHTMLDocument=((Ut=E.implementation.createHTMLDocument("").body).innerHTML="
    ",2===Ut.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(v.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return B(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=_e(v.pixelPosition,function(e,t){if(t)return t=Be(e,n),Pe.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return B(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0",options:{classes:{},disabled:!1,create:null},_createWidget:function(t,e){e=x(e||this.defaultElement||this)[0],this.element=x(e),this.uuid=i++,this.eventNamespace="."+this.widgetName+this.uuid,this.bindings=x(),this.hoverable=x(),this.focusable=x(),this.classesElementLookup={},e!==this&&(x.data(e,this.widgetFullName,this),this._on(!0,this.element,{remove:function(t){t.target===e&&this.destroy()}}),this.document=x(e.style?e.ownerDocument:e.document||e),this.window=x(this.document[0].defaultView||this.document[0].parentWindow)),this.options=x.widget.extend({},this.options,this._getCreateOptions(),t),this._create(),this.options.disabled&&this._setOptionDisabled(this.options.disabled),this._trigger("create",null,this._getCreateEventData()),this._init()},_getCreateOptions:function(){return{}},_getCreateEventData:x.noop,_create:x.noop,_init:x.noop,destroy:function(){var i=this;this._destroy(),x.each(this.classesElementLookup,function(t,e){i._removeClass(e,t)}),this.element.off(this.eventNamespace).removeData(this.widgetFullName),this.widget().off(this.eventNamespace).removeAttr("aria-disabled"),this.bindings.off(this.eventNamespace)},_destroy:x.noop,widget:function(){return this.element},option:function(t,e){var i,s,n,o=t;if(0===arguments.length)return x.widget.extend({},this.options);if("string"==typeof t)if(o={},t=(i=t.split(".")).shift(),i.length){for(s=o[t]=x.widget.extend({},this.options[t]),n=0;n
    "),i=e.children()[0];return x("body").append(e),t=i.offsetWidth,e.css("overflow","scroll"),t===(i=i.offsetWidth)&&(i=e[0].clientWidth),e.remove(),s=t-i},getScrollInfo:function(t){var e=t.isWindow||t.isDocument?"":t.element.css("overflow-x"),i=t.isWindow||t.isDocument?"":t.element.css("overflow-y"),e="scroll"===e||"auto"===e&&t.widthC(E(s),E(n))?o.important="horizontal":o.important="vertical",c.using.call(this,t,o)}),l.offset(x.extend(u,{using:t}))})},x.ui.position={fit:{left:function(t,e){var i=e.within,s=i.isWindow?i.scrollLeft:i.offset.left,n=i.width,o=t.left-e.collisionPosition.marginLeft,l=s-o,a=o+e.collisionWidth-n-s;e.collisionWidth>n?0n?0",delay:300,options:{icons:{submenu:"ui-icon-caret-1-e"},items:"> *",menus:"ul",position:{my:"left top",at:"right top"},role:"menu",blur:null,focus:null,select:null},_create:function(){this.activeMenu=this.element,this.mouseHandled=!1,this.lastMousePosition={x:null,y:null},this.element.uniqueId().attr({role:this.options.role,tabIndex:0}),this._addClass("ui-menu","ui-widget ui-widget-content"),this._on({"mousedown .ui-menu-item":function(t){t.preventDefault(),this._activateItem(t)},"click .ui-menu-item":function(t){var e=x(t.target),i=x(x.ui.safeActiveElement(this.document[0]));!this.mouseHandled&&e.not(".ui-state-disabled").length&&(this.select(t),t.isPropagationStopped()||(this.mouseHandled=!0),e.has(".ui-menu").length?this.expand(t):!this.element.is(":focus")&&i.closest(".ui-menu").length&&(this.element.trigger("focus",[!0]),this.active&&1===this.active.parents(".ui-menu").length&&clearTimeout(this.timer)))},"mouseenter .ui-menu-item":"_activateItem","mousemove .ui-menu-item":"_activateItem",mouseleave:"collapseAll","mouseleave .ui-menu":"collapseAll",focus:function(t,e){var i=this.active||this._menuItems().first();e||this.focus(t,i)},blur:function(t){this._delay(function(){x.contains(this.element[0],x.ui.safeActiveElement(this.document[0]))||this.collapseAll(t)})},keydown:"_keydown"}),this.refresh(),this._on(this.document,{click:function(t){this._closeOnDocumentClick(t)&&this.collapseAll(t,!0),this.mouseHandled=!1}})},_activateItem:function(t){var e,i;this.previousFilter||t.clientX===this.lastMousePosition.x&&t.clientY===this.lastMousePosition.y||(this.lastMousePosition={x:t.clientX,y:t.clientY},e=x(t.target).closest(".ui-menu-item"),i=x(t.currentTarget),e[0]===i[0]&&(i.is(".ui-state-active")||(this._removeClass(i.siblings().children(".ui-state-active"),null,"ui-state-active"),this.focus(t,i))))},_destroy:function(){var t=this.element.find(".ui-menu-item").removeAttr("role aria-disabled").children(".ui-menu-item-wrapper").removeUniqueId().removeAttr("tabIndex role aria-haspopup");this.element.removeAttr("aria-activedescendant").find(".ui-menu").addBack().removeAttr("role aria-labelledby aria-expanded aria-hidden aria-disabled tabIndex").removeUniqueId().show(),t.children().each(function(){var t=x(this);t.data("ui-menu-submenu-caret")&&t.remove()})},_keydown:function(t){var e,i,s,n=!0;switch(t.keyCode){case x.ui.keyCode.PAGE_UP:this.previousPage(t);break;case x.ui.keyCode.PAGE_DOWN:this.nextPage(t);break;case x.ui.keyCode.HOME:this._move("first","first",t);break;case x.ui.keyCode.END:this._move("last","last",t);break;case x.ui.keyCode.UP:this.previous(t);break;case x.ui.keyCode.DOWN:this.next(t);break;case x.ui.keyCode.LEFT:this.collapse(t);break;case x.ui.keyCode.RIGHT:this.active&&!this.active.is(".ui-state-disabled")&&this.expand(t);break;case x.ui.keyCode.ENTER:case x.ui.keyCode.SPACE:this._activate(t);break;case x.ui.keyCode.ESCAPE:this.collapse(t);break;default:e=this.previousFilter||"",s=n=!1,i=96<=t.keyCode&&t.keyCode<=105?(t.keyCode-96).toString():String.fromCharCode(t.keyCode),clearTimeout(this.filterTimer),i===e?s=!0:i=e+i,e=this._filterMenuItems(i),(e=s&&-1!==e.index(this.active.next())?this.active.nextAll(".ui-menu-item"):e).length||(i=String.fromCharCode(t.keyCode),e=this._filterMenuItems(i)),e.length?(this.focus(t,e),this.previousFilter=i,this.filterTimer=this._delay(function(){delete this.previousFilter},1e3)):delete this.previousFilter}n&&t.preventDefault()},_activate:function(t){this.active&&!this.active.is(".ui-state-disabled")&&(this.active.children("[aria-haspopup='true']").length?this.expand(t):this.select(t))},refresh:function(){var t,e,s=this,n=this.options.icons.submenu,i=this.element.find(this.options.menus);this._toggleClass("ui-menu-icons",null,!!this.element.find(".ui-icon").length),e=i.filter(":not(.ui-menu)").hide().attr({role:this.options.role,"aria-hidden":"true","aria-expanded":"false"}).each(function(){var t=x(this),e=t.prev(),i=x("").data("ui-menu-submenu-caret",!0);s._addClass(i,"ui-menu-icon","ui-icon "+n),e.attr("aria-haspopup","true").prepend(i),t.attr("aria-labelledby",e.attr("id"))}),this._addClass(e,"ui-menu","ui-widget ui-widget-content ui-front"),(t=i.add(this.element).find(this.options.items)).not(".ui-menu-item").each(function(){var t=x(this);s._isDivider(t)&&s._addClass(t,"ui-menu-divider","ui-widget-content")}),i=(e=t.not(".ui-menu-item, .ui-menu-divider")).children().not(".ui-menu").uniqueId().attr({tabIndex:-1,role:this._itemRole()}),this._addClass(e,"ui-menu-item")._addClass(i,"ui-menu-item-wrapper"),t.filter(".ui-state-disabled").attr("aria-disabled","true"),this.active&&!x.contains(this.element[0],this.active[0])&&this.blur()},_itemRole:function(){return{menu:"menuitem",listbox:"option"}[this.options.role]},_setOption:function(t,e){var i;"icons"===t&&(i=this.element.find(".ui-menu-icon"),this._removeClass(i,null,this.options.icons.submenu)._addClass(i,null,e.submenu)),this._super(t,e)},_setOptionDisabled:function(t){this._super(t),this.element.attr("aria-disabled",String(t)),this._toggleClass(null,"ui-state-disabled",!!t)},focus:function(t,e){var i;this.blur(t,t&&"focus"===t.type),this._scrollIntoView(e),this.active=e.first(),i=this.active.children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),this.options.role&&this.element.attr("aria-activedescendant",i.attr("id")),i=this.active.parent().closest(".ui-menu-item").children(".ui-menu-item-wrapper"),this._addClass(i,null,"ui-state-active"),t&&"keydown"===t.type?this._close():this.timer=this._delay(function(){this._close()},this.delay),(i=e.children(".ui-menu")).length&&t&&/^mouse/.test(t.type)&&this._startOpening(i),this.activeMenu=e.parent(),this._trigger("focus",t,{item:e})},_scrollIntoView:function(t){var e,i,s;this._hasScroll()&&(i=parseFloat(x.css(this.activeMenu[0],"borderTopWidth"))||0,s=parseFloat(x.css(this.activeMenu[0],"paddingTop"))||0,e=t.offset().top-this.activeMenu.offset().top-i-s,i=this.activeMenu.scrollTop(),s=this.activeMenu.height(),t=t.outerHeight(),e<0?this.activeMenu.scrollTop(i+e):s",options:{appendTo:null,autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",collision:"none"},source:null,change:null,close:null,focus:null,open:null,response:null,search:null,select:null},requestIndex:0,pending:0,liveRegionTimer:null,_create:function(){var i,s,n,t=this.element[0].nodeName.toLowerCase(),e="textarea"===t,t="input"===t;this.isMultiLine=e||!t&&this._isContentEditable(this.element),this.valueMethod=this.element[e||t?"val":"text"],this.isNewMenu=!0,this._addClass("ui-autocomplete-input"),this.element.attr("autocomplete","off"),this._on(this.element,{keydown:function(t){if(this.element.prop("readOnly"))s=n=i=!0;else{s=n=i=!1;var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:i=!0,this._move("previousPage",t);break;case e.PAGE_DOWN:i=!0,this._move("nextPage",t);break;case e.UP:i=!0,this._keyEvent("previous",t);break;case e.DOWN:i=!0,this._keyEvent("next",t);break;case e.ENTER:this.menu.active&&(i=!0,t.preventDefault(),this.menu.select(t));break;case e.TAB:this.menu.active&&this.menu.select(t);break;case e.ESCAPE:this.menu.element.is(":visible")&&(this.isMultiLine||this._value(this.term),this.close(t),t.preventDefault());break;default:s=!0,this._searchTimeout(t)}}},keypress:function(t){if(i)return i=!1,void(this.isMultiLine&&!this.menu.element.is(":visible")||t.preventDefault());if(!s){var e=x.ui.keyCode;switch(t.keyCode){case e.PAGE_UP:this._move("previousPage",t);break;case e.PAGE_DOWN:this._move("nextPage",t);break;case e.UP:this._keyEvent("previous",t);break;case e.DOWN:this._keyEvent("next",t)}}},input:function(t){if(n)return n=!1,void t.preventDefault();this._searchTimeout(t)},focus:function(){this.selectedItem=null,this.previous=this._value()},blur:function(t){clearTimeout(this.searching),this.close(t),this._change(t)}}),this._initSource(),this.menu=x("
      ").appendTo(this._appendTo()).menu({role:null}).hide().attr({unselectable:"on"}).menu("instance"),this._addClass(this.menu.element,"ui-autocomplete","ui-front"),this._on(this.menu.element,{mousedown:function(t){t.preventDefault()},menufocus:function(t,e){var i,s;if(this.isNewMenu&&(this.isNewMenu=!1,t.originalEvent&&/^mouse/.test(t.originalEvent.type)))return this.menu.blur(),void this.document.one("mousemove",function(){x(t.target).trigger(t.originalEvent)});s=e.item.data("ui-autocomplete-item"),!1!==this._trigger("focus",t,{item:s})&&t.originalEvent&&/^key/.test(t.originalEvent.type)&&this._value(s.value),(i=e.item.attr("aria-label")||s.value)&&String.prototype.trim.call(i).length&&(clearTimeout(this.liveRegionTimer),this.liveRegionTimer=this._delay(function(){this.liveRegion.html(x("
      ").text(i))},100))},menuselect:function(t,e){var i=e.item.data("ui-autocomplete-item"),s=this.previous;this.element[0]!==x.ui.safeActiveElement(this.document[0])&&(this.element.trigger("focus"),this.previous=s,this._delay(function(){this.previous=s,this.selectedItem=i})),!1!==this._trigger("select",t,{item:i})&&this._value(i.value),this.term=this._value(),this.close(t),this.selectedItem=i}}),this.liveRegion=x("
      ",{role:"status","aria-live":"assertive","aria-relevant":"additions"}).appendTo(this.document[0].body),this._addClass(this.liveRegion,null,"ui-helper-hidden-accessible"),this._on(this.window,{beforeunload:function(){this.element.removeAttr("autocomplete")}})},_destroy:function(){clearTimeout(this.searching),this.element.removeAttr("autocomplete"),this.menu.element.remove(),this.liveRegion.remove()},_setOption:function(t,e){this._super(t,e),"source"===t&&this._initSource(),"appendTo"===t&&this.menu.element.appendTo(this._appendTo()),"disabled"===t&&e&&this.xhr&&this.xhr.abort()},_isEventTargetInWidget:function(t){var e=this.menu.element[0];return t.target===this.element[0]||t.target===e||x.contains(e,t.target)},_closeOnClickOutside:function(t){this._isEventTargetInWidget(t)||this.close()},_appendTo:function(){var t=this.options.appendTo;return t=!(t=!(t=t&&(t.jquery||t.nodeType?x(t):this.document.find(t).eq(0)))||!t[0]?this.element.closest(".ui-front, dialog"):t).length?this.document[0].body:t},_initSource:function(){var i,s,n=this;Array.isArray(this.options.source)?(i=this.options.source,this.source=function(t,e){e(x.ui.autocomplete.filter(i,t.term))}):"string"==typeof this.options.source?(s=this.options.source,this.source=function(t,e){n.xhr&&n.xhr.abort(),n.xhr=x.ajax({url:s,data:t,dataType:"json",success:function(t){e(t)},error:function(){e([])}})}):this.source=this.options.source},_searchTimeout:function(s){clearTimeout(this.searching),this.searching=this._delay(function(){var t=this.term===this._value(),e=this.menu.element.is(":visible"),i=s.altKey||s.ctrlKey||s.metaKey||s.shiftKey;t&&(e||i)||(this.selectedItem=null,this.search(null,s))},this.options.delay)},search:function(t,e){return t=null!=t?t:this._value(),this.term=this._value(),t.length").append(x("
      ").text(e.label)).appendTo(t)},_move:function(t,e){if(this.menu.element.is(":visible"))return this.menu.isFirstItem()&&/^previous/.test(t)||this.menu.isLastItem()&&/^next/.test(t)?(this.isMultiLine||this._value(this.term),void this.menu.blur()):void this.menu[t](e);this.search(null,e)},widget:function(){return this.menu.element},_value:function(){return this.valueMethod.apply(this.element,arguments)},_keyEvent:function(t,e){this.isMultiLine&&!this.menu.element.is(":visible")||(this._move(t,e),e.preventDefault())},_isContentEditable:function(t){if(!t.length)return!1;var e=t.prop("contentEditable");return"inherit"===e?this._isContentEditable(t.parent()):"true"===e}}),x.extend(x.ui.autocomplete,{escapeRegex:function(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")},filter:function(t,e){var i=new RegExp(x.ui.autocomplete.escapeRegex(e),"i");return x.grep(t,function(t){return i.test(t.label||t.value||t)})}}),x.widget("ui.autocomplete",x.ui.autocomplete,{options:{messages:{noResults:"No search results.",results:function(t){return t+(1").text(e))},100))}});x.ui.autocomplete}); \ No newline at end of file diff --git a/modules/iquantum/target/site/apidocs/script.js b/modules/iquantum/target/site/apidocs/script.js deleted file mode 100644 index 864989cf4..000000000 --- a/modules/iquantum/target/site/apidocs/script.js +++ /dev/null @@ -1,132 +0,0 @@ -/* - * Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved. - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This code is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. - * - * This code is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * version 2 for more details (a copy is included in the LICENSE file that - * accompanied this code). - * - * You should have received a copy of the GNU General Public License version - * 2 along with this work; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. - * - * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA - * or visit www.oracle.com if you need additional information or have any - * questions. - */ - -var moduleSearchIndex; -var packageSearchIndex; -var typeSearchIndex; -var memberSearchIndex; -var tagSearchIndex; -function loadScripts(doc, tag) { - createElem(doc, tag, 'search.js'); - - createElem(doc, tag, 'module-search-index.js'); - createElem(doc, tag, 'package-search-index.js'); - createElem(doc, tag, 'type-search-index.js'); - createElem(doc, tag, 'member-search-index.js'); - createElem(doc, tag, 'tag-search-index.js'); -} - -function createElem(doc, tag, path) { - var script = doc.createElement(tag); - var scriptElement = doc.getElementsByTagName(tag)[0]; - script.src = pathtoroot + path; - scriptElement.parentNode.insertBefore(script, scriptElement); -} - -function show(tableId, selected, columns) { - if (tableId !== selected) { - document.querySelectorAll('div.' + tableId + ':not(.' + selected + ')') - .forEach(function(elem) { - elem.style.display = 'none'; - }); - } - document.querySelectorAll('div.' + selected) - .forEach(function(elem, index) { - elem.style.display = ''; - var isEvenRow = index % (columns * 2) < columns; - elem.classList.remove(isEvenRow ? oddRowColor : evenRowColor); - elem.classList.add(isEvenRow ? evenRowColor : oddRowColor); - }); - updateTabs(tableId, selected); -} - -function updateTabs(tableId, selected) { - document.querySelector('div#' + tableId +' .summary-table') - .setAttribute('aria-labelledby', selected); - document.querySelectorAll('button[id^="' + tableId + '"]') - .forEach(function(tab, index) { - if (selected === tab.id || (tableId === selected && index === 0)) { - tab.className = activeTableTab; - tab.setAttribute('aria-selected', true); - tab.setAttribute('tabindex',0); - } else { - tab.className = tableTab; - tab.setAttribute('aria-selected', false); - tab.setAttribute('tabindex',-1); - } - }); -} - -function switchTab(e) { - var selected = document.querySelector('[aria-selected=true]'); - if (selected) { - if ((e.keyCode === 37 || e.keyCode === 38) && selected.previousSibling) { - // left or up arrow key pressed: move focus to previous tab - selected.previousSibling.click(); - selected.previousSibling.focus(); - e.preventDefault(); - } else if ((e.keyCode === 39 || e.keyCode === 40) && selected.nextSibling) { - // right or down arrow key pressed: move focus to next tab - selected.nextSibling.click(); - selected.nextSibling.focus(); - e.preventDefault(); - } - } -} - -var updateSearchResults = function() {}; - -function indexFilesLoaded() { - return moduleSearchIndex - && packageSearchIndex - && typeSearchIndex - && memberSearchIndex - && tagSearchIndex; -} - -// Workaround for scroll position not being included in browser history (8249133) -document.addEventListener("DOMContentLoaded", function(e) { - var contentDiv = document.querySelector("div.flex-content"); - window.addEventListener("popstate", function(e) { - if (e.state !== null) { - contentDiv.scrollTop = e.state; - } - }); - window.addEventListener("hashchange", function(e) { - history.replaceState(contentDiv.scrollTop, document.title); - }); - contentDiv.addEventListener("scroll", function(e) { - var timeoutID; - if (!timeoutID) { - timeoutID = setTimeout(function() { - history.replaceState(contentDiv.scrollTop, document.title); - timeoutID = null; - }, 100); - } - }); - if (!location.hash) { - history.replaceState(contentDiv.scrollTop, document.title); - } -}); diff --git a/modules/iquantum/target/site/apidocs/search.js b/modules/iquantum/target/site/apidocs/search.js deleted file mode 100644 index db3b2f4a6..000000000 --- a/modules/iquantum/target/site/apidocs/search.js +++ /dev/null @@ -1,354 +0,0 @@ -/* - * Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved. - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This code is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. - * - * This code is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * version 2 for more details (a copy is included in the LICENSE file that - * accompanied this code). - * - * You should have received a copy of the GNU General Public License version - * 2 along with this work; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. - * - * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA - * or visit www.oracle.com if you need additional information or have any - * questions. - */ - -var noResult = {l: "No results found"}; -var loading = {l: "Loading search index..."}; -var catModules = "Modules"; -var catPackages = "Packages"; -var catTypes = "Classes and Interfaces"; -var catMembers = "Members"; -var catSearchTags = "Search Tags"; -var highlight = "$&"; -var searchPattern = ""; -var fallbackPattern = ""; -var RANKING_THRESHOLD = 2; -var NO_MATCH = 0xffff; -var MIN_RESULTS = 3; -var MAX_RESULTS = 500; -var UNNAMED = ""; -function escapeHtml(str) { - return str.replace(//g, ">"); -} -function getHighlightedText(item, matcher, fallbackMatcher) { - var escapedItem = escapeHtml(item); - var highlighted = escapedItem.replace(matcher, highlight); - if (highlighted === escapedItem) { - highlighted = escapedItem.replace(fallbackMatcher, highlight) - } - return highlighted; -} -function getURLPrefix(ui) { - var urlPrefix=""; - var slash = "/"; - if (ui.item.category === catModules) { - return ui.item.l + slash; - } else if (ui.item.category === catPackages && ui.item.m) { - return ui.item.m + slash; - } else if (ui.item.category === catTypes || ui.item.category === catMembers) { - if (ui.item.m) { - urlPrefix = ui.item.m + slash; - } else { - $.each(packageSearchIndex, function(index, item) { - if (item.m && ui.item.p === item.l) { - urlPrefix = item.m + slash; - } - }); - } - } - return urlPrefix; -} -function createSearchPattern(term) { - var pattern = ""; - var isWordToken = false; - term.replace(/,\s*/g, ", ").trim().split(/\s+/).forEach(function(w, index) { - if (index > 0) { - // whitespace between identifiers is significant - pattern += (isWordToken && /^\w/.test(w)) ? "\\s+" : "\\s*"; - } - var tokens = w.split(/(?=[A-Z,.()<>[\/])/); - for (var i = 0; i < tokens.length; i++) { - var s = tokens[i]; - if (s === "") { - continue; - } - pattern += $.ui.autocomplete.escapeRegex(s); - isWordToken = /\w$/.test(s); - if (isWordToken) { - pattern += "([a-z0-9_$<>\\[\\]]*?)"; - } - } - }); - return pattern; -} -function createMatcher(pattern, flags) { - var isCamelCase = /[A-Z]/.test(pattern); - return new RegExp(pattern, flags + (isCamelCase ? "" : "i")); -} -var watermark = 'Search'; -$(function() { - var search = $("#search-input"); - var reset = $("#reset-button"); - search.val(''); - search.prop("disabled", false); - reset.prop("disabled", false); - search.val(watermark).addClass('watermark'); - search.blur(function() { - if ($(this).val().length === 0) { - $(this).val(watermark).addClass('watermark'); - } - }); - search.on('click keydown paste', function() { - if ($(this).val() === watermark) { - $(this).val('').removeClass('watermark'); - } - }); - reset.click(function() { - search.val('').focus(); - }); - search.focus()[0].setSelectionRange(0, 0); -}); -$.widget("custom.catcomplete", $.ui.autocomplete, { - _create: function() { - this._super(); - this.widget().menu("option", "items", "> :not(.ui-autocomplete-category)"); - }, - _renderMenu: function(ul, items) { - var rMenu = this; - var currentCategory = ""; - rMenu.menu.bindings = $(); - $.each(items, function(index, item) { - var li; - if (item.category && item.category !== currentCategory) { - ul.append("
    • " + item.category + "
    • "); - currentCategory = item.category; - } - li = rMenu._renderItemData(ul, item); - if (item.category) { - li.attr("aria-label", item.category + " : " + item.l); - li.attr("class", "result-item"); - } else { - li.attr("aria-label", item.l); - li.attr("class", "result-item"); - } - }); - }, - _renderItem: function(ul, item) { - var label = ""; - var matcher = createMatcher(escapeHtml(searchPattern), "g"); - var fallbackMatcher = new RegExp(fallbackPattern, "gi") - if (item.category === catModules) { - label = getHighlightedText(item.l, matcher, fallbackMatcher); - } else if (item.category === catPackages) { - label = getHighlightedText(item.l, matcher, fallbackMatcher); - } else if (item.category === catTypes) { - label = (item.p && item.p !== UNNAMED) - ? getHighlightedText(item.p + "." + item.l, matcher, fallbackMatcher) - : getHighlightedText(item.l, matcher, fallbackMatcher); - } else if (item.category === catMembers) { - label = (item.p && item.p !== UNNAMED) - ? getHighlightedText(item.p + "." + item.c + "." + item.l, matcher, fallbackMatcher) - : getHighlightedText(item.c + "." + item.l, matcher, fallbackMatcher); - } else if (item.category === catSearchTags) { - label = getHighlightedText(item.l, matcher, fallbackMatcher); - } else { - label = item.l; - } - var li = $("
    • ").appendTo(ul); - var div = $("
      ").appendTo(li); - if (item.category === catSearchTags && item.h) { - if (item.d) { - div.html(label + " (" + item.h + ")
      " - + item.d + "
      "); - } else { - div.html(label + " (" + item.h + ")"); - } - } else { - if (item.m) { - div.html(item.m + "/" + label); - } else { - div.html(label); - } - } - return li; - } -}); -function rankMatch(match, category) { - if (!match) { - return NO_MATCH; - } - var index = match.index; - var input = match.input; - var leftBoundaryMatch = 2; - var periferalMatch = 0; - // make sure match is anchored on a left word boundary - if (index === 0 || /\W/.test(input[index - 1]) || "_" === input[index]) { - leftBoundaryMatch = 0; - } else if ("_" === input[index - 1] || (input[index] === input[index].toUpperCase() && !/^[A-Z0-9_$]+$/.test(input))) { - leftBoundaryMatch = 1; - } - var matchEnd = index + match[0].length; - var leftParen = input.indexOf("("); - var endOfName = leftParen > -1 ? leftParen : input.length; - // exclude peripheral matches - if (category !== catModules && category !== catSearchTags) { - var delim = category === catPackages ? "/" : "."; - if (leftParen > -1 && leftParen < index) { - periferalMatch += 2; - } else if (input.lastIndexOf(delim, endOfName) >= matchEnd) { - periferalMatch += 2; - } - } - var delta = match[0].length === endOfName ? 0 : 1; // rank full match higher than partial match - for (var i = 1; i < match.length; i++) { - // lower ranking if parts of the name are missing - if (match[i]) - delta += match[i].length; - } - if (category === catTypes) { - // lower ranking if a type name contains unmatched camel-case parts - if (/[A-Z]/.test(input.substring(matchEnd))) - delta += 5; - if (/[A-Z]/.test(input.substring(0, index))) - delta += 5; - } - return leftBoundaryMatch + periferalMatch + (delta / 200); - -} -function doSearch(request, response) { - var result = []; - searchPattern = createSearchPattern(request.term); - fallbackPattern = createSearchPattern(request.term.toLowerCase()); - if (searchPattern === "") { - return this.close(); - } - var camelCaseMatcher = createMatcher(searchPattern, ""); - var fallbackMatcher = new RegExp(fallbackPattern, "i"); - - function searchIndexWithMatcher(indexArray, matcher, category, nameFunc) { - if (indexArray) { - var newResults = []; - $.each(indexArray, function (i, item) { - item.category = category; - var ranking = rankMatch(matcher.exec(nameFunc(item)), category); - if (ranking < RANKING_THRESHOLD) { - newResults.push({ranking: ranking, item: item}); - } - return newResults.length <= MAX_RESULTS; - }); - return newResults.sort(function(e1, e2) { - return e1.ranking - e2.ranking; - }).map(function(e) { - return e.item; - }); - } - return []; - } - function searchIndex(indexArray, category, nameFunc) { - var primaryResults = searchIndexWithMatcher(indexArray, camelCaseMatcher, category, nameFunc); - result = result.concat(primaryResults); - if (primaryResults.length <= MIN_RESULTS && !camelCaseMatcher.ignoreCase) { - var secondaryResults = searchIndexWithMatcher(indexArray, fallbackMatcher, category, nameFunc); - result = result.concat(secondaryResults.filter(function (item) { - return primaryResults.indexOf(item) === -1; - })); - } - } - - searchIndex(moduleSearchIndex, catModules, function(item) { return item.l; }); - searchIndex(packageSearchIndex, catPackages, function(item) { - return (item.m && request.term.indexOf("/") > -1) - ? (item.m + "/" + item.l) : item.l; - }); - searchIndex(typeSearchIndex, catTypes, function(item) { - return request.term.indexOf(".") > -1 ? item.p + "." + item.l : item.l; - }); - searchIndex(memberSearchIndex, catMembers, function(item) { - return request.term.indexOf(".") > -1 - ? item.p + "." + item.c + "." + item.l : item.l; - }); - searchIndex(tagSearchIndex, catSearchTags, function(item) { return item.l; }); - - if (!indexFilesLoaded()) { - updateSearchResults = function() { - doSearch(request, response); - } - result.unshift(loading); - } else { - updateSearchResults = function() {}; - } - response(result); -} -$(function() { - $("#search-input").catcomplete({ - minLength: 1, - delay: 300, - source: doSearch, - response: function(event, ui) { - if (!ui.content.length) { - ui.content.push(noResult); - } else { - $("#search-input").empty(); - } - }, - autoFocus: true, - focus: function(event, ui) { - return false; - }, - position: { - collision: "flip" - }, - select: function(event, ui) { - if (ui.item.category) { - var url = getURLPrefix(ui); - if (ui.item.category === catModules) { - url += "module-summary.html"; - } else if (ui.item.category === catPackages) { - if (ui.item.u) { - url = ui.item.u; - } else { - url += ui.item.l.replace(/\./g, '/') + "/package-summary.html"; - } - } else if (ui.item.category === catTypes) { - if (ui.item.u) { - url = ui.item.u; - } else if (ui.item.p === UNNAMED) { - url += ui.item.l + ".html"; - } else { - url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.l + ".html"; - } - } else if (ui.item.category === catMembers) { - if (ui.item.p === UNNAMED) { - url += ui.item.c + ".html" + "#"; - } else { - url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.c + ".html" + "#"; - } - if (ui.item.u) { - url += ui.item.u; - } else { - url += ui.item.l; - } - } else if (ui.item.category === catSearchTags) { - url += ui.item.u; - } - if (top !== window) { - parent.classFrame.location = pathtoroot + url; - } else { - window.location.href = pathtoroot + url; - } - $("#search-input").focus(); - } - } - }); -}); diff --git a/modules/iquantum/target/site/apidocs/stylesheet.css b/modules/iquantum/target/site/apidocs/stylesheet.css deleted file mode 100644 index 4a576bd24..000000000 --- a/modules/iquantum/target/site/apidocs/stylesheet.css +++ /dev/null @@ -1,869 +0,0 @@ -/* - * Javadoc style sheet - */ - -@import url('resources/fonts/dejavu.css'); - -/* - * Styles for individual HTML elements. - * - * These are styles that are specific to individual HTML elements. Changing them affects the style of a particular - * HTML element throughout the page. - */ - -body { - background-color:#ffffff; - color:#353833; - font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; - font-size:14px; - margin:0; - padding:0; - height:100%; - width:100%; -} -iframe { - margin:0; - padding:0; - height:100%; - width:100%; - overflow-y:scroll; - border:none; -} -a:link, a:visited { - text-decoration:none; - color:#4A6782; -} -a[href]:hover, a[href]:focus { - text-decoration:none; - color:#bb7a2a; -} -a[name] { - color:#353833; -} -pre { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; -} -h1 { - font-size:20px; -} -h2 { - font-size:18px; -} -h3 { - font-size:16px; -} -h4 { - font-size:15px; -} -h5 { - font-size:14px; -} -h6 { - font-size:13px; -} -ul { - list-style-type:disc; -} -code, tt { - font-family:'DejaVu Sans Mono', monospace; -} -:not(h1, h2, h3, h4, h5, h6) > code, -:not(h1, h2, h3, h4, h5, h6) > tt { - font-size:14px; - padding-top:4px; - margin-top:8px; - line-height:1.4em; -} -dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - padding-top:4px; -} -.summary-table dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - vertical-align:top; - padding-top:4px; -} -sup { - font-size:8px; -} -button { - font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; - font-size: 14px; -} -/* - * Styles for HTML generated by javadoc. - * - * These are style classes that are used by the standard doclet to generate HTML documentation. - */ - -/* - * Styles for document title and copyright. - */ -.clear { - clear:both; - height:0; - overflow:hidden; -} -.about-language { - float:right; - padding:0 21px 8px 8px; - font-size:11px; - margin-top:-9px; - height:2.9em; -} -.legal-copy { - margin-left:.5em; -} -.tab { - background-color:#0066FF; - color:#ffffff; - padding:8px; - width:5em; - font-weight:bold; -} -/* - * Styles for navigation bar. - */ -@media screen { - .flex-box { - position:fixed; - display:flex; - flex-direction:column; - height: 100%; - width: 100%; - } - .flex-header { - flex: 0 0 auto; - } - .flex-content { - flex: 1 1 auto; - overflow-y: auto; - } -} -.top-nav { - background-color:#4D7A97; - color:#FFFFFF; - float:left; - padding:0; - width:100%; - clear:right; - min-height:2.8em; - padding-top:10px; - overflow:hidden; - font-size:12px; -} -.sub-nav { - background-color:#dee3e9; - float:left; - width:100%; - overflow:hidden; - font-size:12px; -} -.sub-nav div { - clear:left; - float:left; - padding:0 0 5px 6px; - text-transform:uppercase; -} -.sub-nav .nav-list { - padding-top:5px; -} -ul.nav-list { - display:block; - margin:0 25px 0 0; - padding:0; -} -ul.sub-nav-list { - float:left; - margin:0 25px 0 0; - padding:0; -} -ul.nav-list li { - list-style:none; - float:left; - padding: 5px 6px; - text-transform:uppercase; -} -.sub-nav .nav-list-search { - float:right; - margin:0 0 0 0; - padding:5px 6px; - clear:none; -} -.nav-list-search label { - position:relative; - right:-16px; -} -ul.sub-nav-list li { - list-style:none; - float:left; - padding-top:10px; -} -.top-nav a:link, .top-nav a:active, .top-nav a:visited { - color:#FFFFFF; - text-decoration:none; - text-transform:uppercase; -} -.top-nav a:hover { - text-decoration:none; - color:#bb7a2a; - text-transform:uppercase; -} -.nav-bar-cell1-rev { - background-color:#F8981D; - color:#253441; - margin: auto 5px; -} -.skip-nav { - position:absolute; - top:auto; - left:-9999px; - overflow:hidden; -} -/* - * Hide navigation links and search box in print layout - */ -@media print { - ul.nav-list, div.sub-nav { - display:none; - } -} -/* - * Styles for page header and footer. - */ -.title { - color:#2c4557; - margin:10px 0; -} -.sub-title { - margin:5px 0 0 0; -} -.header ul { - margin:0 0 15px 0; - padding:0; -} -.header ul li, .footer ul li { - list-style:none; - font-size:13px; -} -/* - * Styles for headings. - */ -body.class-declaration-page .summary h2, -body.class-declaration-page .details h2, -body.class-use-page h2, -body.module-declaration-page .block-list h2 { - font-style: italic; - padding:0; - margin:15px 0; -} -body.class-declaration-page .summary h3, -body.class-declaration-page .details h3, -body.class-declaration-page .summary .inherited-list h2 { - background-color:#dee3e9; - border:1px solid #d0d9e0; - margin:0 0 6px -8px; - padding:7px 5px; -} -/* - * Styles for page layout containers. - */ -main { - clear:both; - padding:10px 20px; - position:relative; -} -dl.notes > dt { - font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; - font-size:12px; - font-weight:bold; - margin:10px 0 0 0; - color:#4E4E4E; -} -dl.notes > dd { - margin:5px 10px 10px 0; - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; -} -dl.name-value > dt { - margin-left:1px; - font-size:1.1em; - display:inline; - font-weight:bold; -} -dl.name-value > dd { - margin:0 0 0 1px; - font-size:1.1em; - display:inline; -} -/* - * Styles for lists. - */ -li.circle { - list-style:circle; -} -ul.horizontal li { - display:inline; - font-size:0.9em; -} -div.inheritance { - margin:0; - padding:0; -} -div.inheritance div.inheritance { - margin-left:2em; -} -ul.block-list, -ul.details-list, -ul.member-list, -ul.summary-list { - margin:10px 0 10px 0; - padding:0; -} -ul.block-list > li, -ul.details-list > li, -ul.member-list > li, -ul.summary-list > li { - list-style:none; - margin-bottom:15px; - line-height:1.4; -} -.summary-table dl, .summary-table dl dt, .summary-table dl dd { - margin-top:0; - margin-bottom:1px; -} -ul.see-list, ul.see-list-long { - padding-left: 0; - list-style: none; -} -ul.see-list li { - display: inline; -} -ul.see-list li:not(:last-child):after, -ul.see-list-long li:not(:last-child):after { - content: ", "; - white-space: pre-wrap; -} -/* - * Styles for tables. - */ -.summary-table, .details-table { - width:100%; - border-spacing:0; - border-left:1px solid #EEE; - border-right:1px solid #EEE; - border-bottom:1px solid #EEE; - padding:0; -} -.caption { - position:relative; - text-align:left; - background-repeat:no-repeat; - color:#253441; - font-weight:bold; - clear:none; - overflow:hidden; - padding:0; - padding-top:10px; - padding-left:1px; - margin:0; - white-space:pre; -} -.caption a:link, .caption a:visited { - color:#1f389c; -} -.caption a:hover, -.caption a:active { - color:#FFFFFF; -} -.caption span { - white-space:nowrap; - padding-top:5px; - padding-left:12px; - padding-right:12px; - padding-bottom:7px; - display:inline-block; - float:left; - background-color:#F8981D; - border: none; - height:16px; -} -div.table-tabs { - padding:10px 0 0 1px; - margin:0; -} -div.table-tabs > button { - border: none; - cursor: pointer; - padding: 5px 12px 7px 12px; - font-weight: bold; - margin-right: 3px; -} -div.table-tabs > button.active-table-tab { - background: #F8981D; - color: #253441; -} -div.table-tabs > button.table-tab { - background: #4D7A97; - color: #FFFFFF; -} -.two-column-summary { - display: grid; - grid-template-columns: minmax(15%, max-content) minmax(15%, auto); -} -.three-column-summary { - display: grid; - grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, auto); -} -.four-column-summary { - display: grid; - grid-template-columns: minmax(10%, max-content) minmax(10%, max-content) minmax(10%, max-content) minmax(10%, auto); -} -@media screen and (max-width: 600px) { - .two-column-summary { - display: grid; - grid-template-columns: 1fr; - } -} -@media screen and (max-width: 800px) { - .three-column-summary { - display: grid; - grid-template-columns: minmax(10%, max-content) minmax(25%, auto); - } - .three-column-summary .col-last { - grid-column-end: span 2; - } -} -@media screen and (max-width: 1000px) { - .four-column-summary { - display: grid; - grid-template-columns: minmax(15%, max-content) minmax(15%, auto); - } -} -.summary-table > div, .details-table > div { - text-align:left; - padding: 8px 3px 3px 7px; -} -.col-first, .col-second, .col-last, .col-constructor-name, .col-summary-item-name { - vertical-align:top; - padding-right:0; - padding-top:8px; - padding-bottom:3px; -} -.table-header { - background:#dee3e9; - font-weight: bold; -} -.col-first, .col-first { - font-size:13px; -} -.col-second, .col-second, .col-last, .col-constructor-name, .col-summary-item-name, .col-last { - font-size:13px; -} -.col-first, .col-second, .col-constructor-name { - vertical-align:top; - overflow: auto; -} -.col-last { - white-space:normal; -} -.col-first a:link, .col-first a:visited, -.col-second a:link, .col-second a:visited, -.col-first a:link, .col-first a:visited, -.col-second a:link, .col-second a:visited, -.col-constructor-name a:link, .col-constructor-name a:visited, -.col-summary-item-name a:link, .col-summary-item-name a:visited, -.constant-values-container a:link, .constant-values-container a:visited, -.all-classes-container a:link, .all-classes-container a:visited, -.all-packages-container a:link, .all-packages-container a:visited { - font-weight:bold; -} -.table-sub-heading-color { - background-color:#EEEEFF; -} -.even-row-color, .even-row-color .table-header { - background-color:#FFFFFF; -} -.odd-row-color, .odd-row-color .table-header { - background-color:#EEEEEF; -} -/* - * Styles for contents. - */ -.deprecated-content { - margin:0; - padding:10px 0; -} -div.block { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; -} -.col-last div { - padding-top:0; -} -.col-last a { - padding-bottom:3px; -} -.module-signature, -.package-signature, -.type-signature, -.member-signature { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; - margin:14px 0; - white-space: pre-wrap; -} -.module-signature, -.package-signature, -.type-signature { - margin-top: 0; -} -.member-signature .type-parameters-long, -.member-signature .parameters, -.member-signature .exceptions { - display: inline-block; - vertical-align: top; - white-space: pre; -} -.member-signature .type-parameters { - white-space: normal; -} -/* - * Styles for formatting effect. - */ -.source-line-no { - color:green; - padding:0 30px 0 0; -} -h1.hidden { - visibility:hidden; - overflow:hidden; - font-size:10px; -} -.block { - display:block; - margin:0 10px 5px 0; - color:#474747; -} -.deprecated-label, .descfrm-type-label, .implementation-label, .member-name-label, .member-name-link, -.module-label-in-package, .module-label-in-type, .override-specify-label, .package-label-in-type, -.package-hierarchy-label, .type-name-label, .type-name-link, .search-tag-link, .preview-label { - font-weight:bold; -} -.deprecation-comment, .help-footnote, .preview-comment { - font-style:italic; -} -.deprecation-block { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; - border-style:solid; - border-width:thin; - border-radius:10px; - padding:10px; - margin-bottom:10px; - margin-right:10px; - display:inline-block; -} -.preview-block { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; - border-style:solid; - border-width:thin; - border-radius:10px; - padding:10px; - margin-bottom:10px; - margin-right:10px; - display:inline-block; -} -div.block div.deprecation-comment { - font-style:normal; -} -/* - * Styles specific to HTML5 elements. - */ -main, nav, header, footer, section { - display:block; -} -/* - * Styles for javadoc search. - */ -.ui-autocomplete-category { - font-weight:bold; - font-size:15px; - padding:7px 0 7px 3px; - background-color:#4D7A97; - color:#FFFFFF; -} -.result-item { - font-size:13px; -} -.ui-autocomplete { - max-height:85%; - max-width:65%; - overflow-y:scroll; - overflow-x:scroll; - white-space:nowrap; - box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); -} -ul.ui-autocomplete { - position:fixed; - z-index:999999; - background-color: #FFFFFF; -} -ul.ui-autocomplete li { - float:left; - clear:both; - width:100%; -} -.result-highlight { - font-weight:bold; -} -.ui-autocomplete .result-item { - font-size: inherit; -} -#search-input { - background-image:url('resources/glass.png'); - background-size:13px; - background-repeat:no-repeat; - background-position:2px 3px; - padding-left:20px; - position:relative; - right:-18px; - width:400px; -} -#reset-button { - background-color: rgb(255,255,255); - background-image:url('resources/x.png'); - background-position:center; - background-repeat:no-repeat; - background-size:12px; - border:0 none; - width:16px; - height:16px; - position:relative; - left:-4px; - top:-4px; - font-size:0px; -} -.watermark { - color:#545454; -} -.search-tag-desc-result { - font-style:italic; - font-size:11px; -} -.search-tag-holder-result { - font-style:italic; - font-size:12px; -} -.search-tag-result:target { - background-color:yellow; -} -.module-graph span { - display:none; - position:absolute; -} -.module-graph:hover span { - display:block; - margin: -100px 0 0 100px; - z-index: 1; -} -.inherited-list { - margin: 10px 0 10px 0; -} -section.class-description { - line-height: 1.4; -} -.summary section[class$="-summary"], .details section[class$="-details"], -.class-uses .detail, .serialized-class-details { - padding: 0px 20px 5px 10px; - border: 1px solid #ededed; - background-color: #f8f8f8; -} -.inherited-list, section[class$="-details"] .detail { - padding:0 0 5px 8px; - background-color:#ffffff; - border:none; -} -.vertical-separator { - padding: 0 5px; -} -ul.help-section-list { - margin: 0; -} -ul.help-subtoc > li { - display: inline-block; - padding-right: 5px; - font-size: smaller; -} -ul.help-subtoc > li::before { - content: "\2022" ; - padding-right:2px; -} -span.help-note { - font-style: italic; -} -/* - * Indicator icon for external links. - */ -main a[href*="://"]::after { - content:""; - display:inline-block; - background-image:url('data:image/svg+xml; utf8, \ - \ - \ - '); - background-size:100% 100%; - width:7px; - height:7px; - margin-left:2px; - margin-bottom:4px; -} -main a[href*="://"]:hover::after, -main a[href*="://"]:focus::after { - background-image:url('data:image/svg+xml; utf8, \ - \ - \ - '); -} - -/* - * Styles for user-provided tables. - * - * borderless: - * No borders, vertical margins, styled caption. - * This style is provided for use with existing doc comments. - * In general, borderless tables should not be used for layout purposes. - * - * plain: - * Plain borders around table and cells, vertical margins, styled caption. - * Best for small tables or for complex tables for tables with cells that span - * rows and columns, when the "striped" style does not work well. - * - * striped: - * Borders around the table and vertical borders between cells, striped rows, - * vertical margins, styled caption. - * Best for tables that have a header row, and a body containing a series of simple rows. - */ - -table.borderless, -table.plain, -table.striped { - margin-top: 10px; - margin-bottom: 10px; -} -table.borderless > caption, -table.plain > caption, -table.striped > caption { - font-weight: bold; - font-size: smaller; -} -table.borderless th, table.borderless td, -table.plain th, table.plain td, -table.striped th, table.striped td { - padding: 2px 5px; -} -table.borderless, -table.borderless > thead > tr > th, table.borderless > tbody > tr > th, table.borderless > tr > th, -table.borderless > thead > tr > td, table.borderless > tbody > tr > td, table.borderless > tr > td { - border: none; -} -table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > tr { - background-color: transparent; -} -table.plain { - border-collapse: collapse; - border: 1px solid black; -} -table.plain > thead > tr, table.plain > tbody tr, table.plain > tr { - background-color: transparent; -} -table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th, -table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr > td { - border: 1px solid black; -} -table.striped { - border-collapse: collapse; - border: 1px solid black; -} -table.striped > thead { - background-color: #E3E3E3; -} -table.striped > thead > tr > th, table.striped > thead > tr > td { - border: 1px solid black; -} -table.striped > tbody > tr:nth-child(even) { - background-color: #EEE -} -table.striped > tbody > tr:nth-child(odd) { - background-color: #FFF -} -table.striped > tbody > tr > th, table.striped > tbody > tr > td { - border-left: 1px solid black; - border-right: 1px solid black; -} -table.striped > tbody > tr > th { - font-weight: normal; -} -/** - * Tweak font sizes and paddings for small screens. - */ -@media screen and (max-width: 1050px) { - #search-input { - width: 300px; - } -} -@media screen and (max-width: 800px) { - #search-input { - width: 200px; - } - .top-nav, - .bottom-nav { - font-size: 11px; - padding-top: 6px; - } - .sub-nav { - font-size: 11px; - } - .about-language { - padding-right: 16px; - } - ul.nav-list li, - .sub-nav .nav-list-search { - padding: 6px; - } - ul.sub-nav-list li { - padding-top: 5px; - } - main { - padding: 10px; - } - .summary section[class$="-summary"], .details section[class$="-details"], - .class-uses .detail, .serialized-class-details { - padding: 0 8px 5px 8px; - } - body { - -webkit-text-size-adjust: none; - } -} -@media screen and (max-width: 500px) { - #search-input { - width: 150px; - } - .top-nav, - .bottom-nav { - font-size: 10px; - } - .sub-nav { - font-size: 10px; - } - .about-language { - font-size: 10px; - padding-right: 12px; - } -} diff --git a/modules/iquantum/target/site/apidocs/tag-search-index.js b/modules/iquantum/target/site/apidocs/tag-search-index.js deleted file mode 100644 index bf10aaf6d..000000000 --- a/modules/iquantum/target/site/apidocs/tag-search-index.js +++ /dev/null @@ -1 +0,0 @@ -tagSearchIndex = [{"l":"Constant Field Values","h":"","u":"constant-values.html"},{"l":"Serialized Form","h":"","u":"serialized-form.html"}];updateSearchResults(); \ No newline at end of file diff --git a/modules/iquantum/target/site/apidocs/type-search-index.js b/modules/iquantum/target/site/apidocs/type-search-index.js deleted file mode 100644 index ccc3b8dae..000000000 --- a/modules/iquantum/target/site/apidocs/type-search-index.js +++ /dev/null @@ -1 +0,0 @@ -typeSearchIndex = [{"p":"org.iquantum.sdn","l":"Activity"},{"p":"org.iquantum.fog.entities","l":"Actuator"},{"p":"org.iquantum.fog.gui.core","l":"ActuatorGui"},{"p":"org.iquantum.fog.gui.core","l":"ActuatorModule"},{"p":"org.iquantum.fog.gui.dialog","l":"AddActuator"},{"p":"org.iquantum.fog.gui.dialog","l":"AddActuatorModule"},{"p":"org.iquantum.fog.gui.dialog","l":"AddAppEdge"},{"p":"org.iquantum.fog.gui.dialog","l":"AddApplicationModule"},{"p":"org.iquantum.fog.gui.dialog","l":"AddFogDevice"},{"p":"org.iquantum.fog.gui.dialog","l":"AddLink"},{"p":"org.iquantum.fog.gui.dialog","l":"AddPhysicalEdge"},{"p":"org.iquantum.sdn.graph.dialog","l":"AddPhysicalEdge"},{"p":"org.iquantum.fog.gui.dialog","l":"AddPhysicalNode"},{"p":"org.iquantum.sdn.graph.dialog","l":"AddPhysicalNode"},{"p":"org.iquantum.fog.gui.dialog","l":"AddSensor"},{"p":"org.iquantum.fog.gui.dialog","l":"AddSensorModule"},{"p":"org.iquantum.fog.gui.dialog","l":"AddVirtualEdge"},{"p":"org.iquantum.sdn.graph.dialog","l":"AddVirtualEdge"},{"p":"org.iquantum.fog.gui.dialog","l":"AddVirtualNode"},{"p":"org.iquantum.sdn.graph.dialog","l":"AddVirtualNode"},{"p":"org.iquantum.network.datacenter","l":"AggregateSwitch"},{"p":"org.iquantum.sdn","l":"AggregationSwitch"},{"l":"All Classes and Interfaces","u":"allclasses-index.html"},{"p":"org.iquantum.network.datacenter","l":"AppCloudlet"},{"p":"org.iquantum.fog.application","l":"AppEdge"},{"p":"org.iquantum.fog.application","l":"Application"},{"p":"org.iquantum.fog.application","l":"AppLoop"},{"p":"org.iquantum.fog.application","l":"AppModule"},{"p":"org.iquantum.fog.gui.core","l":"AppModule"},{"p":"org.iquantum.fog.policy","l":"AppModuleAllocationPolicy"},{"p":"org.iquantum.sdn","l":"Arc"},{"p":"org.iquantum.fog.gui.core","l":"Bridge"},{"p":"org.iquantum.sdn.graph.core","l":"Bridge"},{"p":"org.iquantum.fog.application.selectivity","l":"BurstySelectivity"},{"p":"org.iquantum.provisioners","l":"BwProvisioner"},{"p":"org.iquantum.sdn.overbooking","l":"BwProvisionerOverbooking"},{"p":"org.iquantum.provisioners","l":"BwProvisionerSimple"},{"p":"org.iquantum.fog.utils","l":"CanBeSentResult"},{"p":"org.iquantum.fog.test.perfeval","l":"CardiovascularHealthMonitoringApplication"},{"p":"org.iquantum.fog.test.perfeval","l":"CardiovascularHealthMonitoringApplicationEdgeward"},{"p":"org.iquantum.brokers","l":"CBroker"},{"p":"org.iquantum.brokers","l":"CCloudBroker"},{"p":"org.iquantum.datacenters","l":"CDatacenter"},{"p":"org.iquantum.datacenters","l":"CDatacenterCharacteristics"},{"p":"org.iquantum.brokers","l":"CEdgeBroker"},{"p":"org.iquantum.sdn","l":"Channel"},{"p":"org.iquantum.fog.test","l":"CleanFromJson"},{"p":"org.iquantum.gateways","l":"CloudGateway"},{"p":"org.iquantum.core","l":"CloudInformationService"},{"p":"org.iquantum.lists","l":"CloudletList"},{"p":"org.iquantum.policies.ctasks","l":"CloudletScheduler"},{"p":"org.iquantum.policies.ctasks","l":"CloudletSchedulerDynamicWorkload"},{"p":"org.iquantum.policies.ctasks","l":"CloudletSchedulerSpaceShared"},{"p":"org.iquantum.policies.ctasks","l":"CloudletSchedulerTimeShared"},{"p":"org.iquantum.fog.placement","l":"ClusteredMicroservicePlacementLogic"},{"p":"org.iquantum.fog.mobilitydata","l":"Clustering"},{"p":"org.iquantum.fog.placement","l":"ClusteringController"},{"p":"org.iquantum.fog.utils","l":"Config"},{"p":"org.iquantum.sdn","l":"Constants"},{"p":"org.iquantum.core","l":"Consts"},{"p":"org.iquantum.backends.classical.container.core","l":"Container"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","l":"ContainerAllocationPolicy"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","l":"ContainerAllocationPolicyRS"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","l":"ContainerAllocationPolicySimple"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","l":"ContainerBwProvisioner"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","l":"ContainerBwProvisionerSimple"},{"p":"org.iquantum.backends.classical.container.schedulers","l":"ContainerCloudletScheduler"},{"p":"org.iquantum.backends.classical.container.schedulers","l":"ContainerCloudletSchedulerDynamicWorkload"},{"p":"org.iquantum.backends.classical.container.schedulers","l":"ContainerCloudletSchedulerTimeShared"},{"p":"org.iquantum.backends.classical.container.core","l":"ContainerCTask"},{"p":"org.iquantum.backends.classical.container.core","l":"ContainerDatacenter"},{"p":"org.iquantum.backends.classical.container.core","l":"ContainerDatacenterBroker"},{"p":"org.iquantum.backends.classical.container.core","l":"ContainerDatacenterCharacteristics"},{"p":"org.iquantum.backends.classical.container.core","l":"ContainerHost"},{"p":"org.iquantum.backends.classical.container.core","l":"ContainerHostDynamicWorkload"},{"p":"org.iquantum.backends.classical.container.core","l":"ContainerHostList"},{"p":"org.iquantum.backends.classical.container.core","l":"containeriQuantumTags"},{"p":"org.iquantum.backends.classical.container.lists","l":"ContainerList"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","l":"ContainerPe"},{"p":"org.iquantum.backends.classical.container.lists","l":"ContainerPeList"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","l":"ContainerPeProvisioner"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","l":"ContainerPlacementPolicy"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","l":"ContainerPlacementPolicyFirstFit"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","l":"ContainerPlacementPolicyLeastFull"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","l":"ContainerPlacementPolicyMostFull"},{"p":"org.iquantum.backends.classical.container.containerPlacementPolicies","l":"ContainerPlacementPolicyRandomSelection"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","l":"ContainerRamProvisioner"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","l":"ContainerRamProvisionerSimple"},{"p":"org.iquantum.backends.classical.container.schedulers","l":"ContainerScheduler"},{"p":"org.iquantum.backends.classical.container.schedulers","l":"ContainerSchedulerTimeShared"},{"p":"org.iquantum.backends.classical.container.schedulers","l":"ContainerSchedulerTimeSharedOverSubscription"},{"p":"org.iquantum.backends.classical.container.core","l":"ContainerVm"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","l":"ContainerVmAllocationPolicy"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","l":"ContainerVmAllocationPolicySimple"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","l":"ContainerVmBwProvisioner"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","l":"ContainerVmBwProvisionerSimple"},{"p":"org.iquantum.backends.classical.container.lists","l":"ContainerVmList"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","l":"ContainerVmPe"},{"p":"org.iquantum.backends.classical.container.lists","l":"ContainerVmPeList"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","l":"ContainerVmPeProvisioner"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","l":"ContainerVmPeProvisionerSimple"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","l":"ContainerVmRamProvisioner"},{"p":"org.iquantum.backends.classical.container.containerVmProvisioners","l":"ContainerVmRamProvisionerSimple"},{"p":"org.iquantum.backends.classical.container.schedulers","l":"ContainerVmScheduler"},{"p":"org.iquantum.backends.classical.container.schedulers","l":"ContainerVmSchedulerTimeShared"},{"p":"org.iquantum.backends.classical.container.schedulers","l":"ContainerVmSchedulerTimeSharedOverSubscription"},{"p":"org.iquantum.distributions","l":"ContinuousDistribution"},{"p":"org.iquantum.fog.placement","l":"Controller"},{"p":"org.iquantum.fog.entities","l":"ControllerComponent"},{"p":"org.iquantum.fog.gui.core","l":"Coordinates"},{"p":"org.iquantum.sdn.graph.core","l":"Coordinates"},{"p":"org.iquantum.sdn","l":"CoreSwitch"},{"p":"org.iquantum.backends.classical.container.utils","l":"Correlation"},{"p":"org.iquantum.backends.classical.container.utils","l":"CostumeCSVReader"},{"p":"org.iquantum.backends.classical.container.utils","l":"CostumeCSVWriter"},{"p":"org.iquantum.backends.classical.container.containerProvisioners","l":"CotainerPeProvisionerSimple"},{"p":"org.iquantum.fog.test.perfeval","l":"CrowdSensing_Microservices_RandomMobility_Clustering"},{"p":"org.iquantum.tasks","l":"CTask"},{"p":"org.iquantum.fog.application","l":"DAG"},{"p":"org.iquantum.utils.datacloud","l":"DataCloudTags"},{"p":"org.iquantum.utils","l":"DataFormat"},{"p":"org.iquantum.fog.mobilitydata","l":"DataParser"},{"p":"org.iquantum.fog.test.perfeval","l":"DCNSFog"},{"p":"org.iquantum.core","l":"DeferredQueue"},{"p":"org.iquantum.network","l":"DelayMatrix_Float"},{"p":"org.iquantum.fog.utils.distribution","l":"DeterministicDistribution"},{"p":"org.iquantum.fog.placement","l":"DistributedMicroservicePlacementLogic"},{"p":"org.iquantum.fog.utils.distribution","l":"Distribution"},{"p":"org.iquantum.fog.gui.core","l":"Edge"},{"p":"org.iquantum.sdn.graph.core","l":"Edge"},{"p":"org.iquantum.gateways","l":"EdgeGateway"},{"p":"org.iquantum.network.datacenter","l":"EdgeSwitch"},{"p":"org.iquantum.sdn","l":"EdgeSwitch"},{"p":"org.iquantum.utils","l":"ExecutionTimeMeasurer"},{"p":"org.iquantum.distributions","l":"ExponentialDistr"},{"p":"org.iquantum.utils.datacloud","l":"File"},{"p":"org.iquantum.utils.datacloud","l":"FileAttribute"},{"p":"org.iquantum.network","l":"FloydWarshall_Float"},{"p":"org.iquantum.fog.entities","l":"FogBrokerC"},{"p":"org.iquantum.fog.entities","l":"FogDevice"},{"p":"org.iquantum.fog.entities","l":"FogDeviceCharacteristicsC"},{"p":"org.iquantum.fog.gui.core","l":"FogDeviceGui"},{"p":"org.iquantum.fog.utils","l":"FogEntityFactory"},{"p":"org.iquantum.fog.utils","l":"FogEvents"},{"p":"org.iquantum.fog.gui.example","l":"FogGui"},{"p":"org.iquantum.fog.utils","l":"FogLinearPowerModel"},{"p":"org.iquantum.fog.utils","l":"FogUtils"},{"p":"org.iquantum.sdn","l":"ForwardingRule"},{"p":"org.iquantum.fog.application.selectivity","l":"FractionalSelectivity"},{"p":"org.iquantum.core","l":"FutureQueue"},{"p":"org.iquantum.distributions","l":"GammaDistr"},{"p":"org.iquantum.fog.utils","l":"GeoCoverage"},{"p":"org.iquantum.fog.utils","l":"GeoLocation"},{"p":"org.iquantum.fog.gui.core","l":"Graph"},{"p":"org.iquantum.sdn.graph.core","l":"Graph"},{"p":"org.iquantum.sdn.graph.example","l":"GraphicSDN"},{"p":"org.iquantum.sdn.graph.example","l":"GraphicSDNExample"},{"p":"org.iquantum.network","l":"GraphReaderBrite"},{"p":"org.iquantum.network","l":"GraphReaderIF"},{"p":"org.iquantum.fog.gui.core","l":"GraphView"},{"p":"org.iquantum.sdn.graph.core","l":"GraphView"},{"p":"org.iquantum.backends.classical","l":"HarddriveStorage"},{"p":"org.iquantum.sdn","l":"Switch.HistoryEntry"},{"p":"org.iquantum.sdn.example","l":"VmSchedulerSpaceSharedEnergy.HistoryEntry"},{"p":"org.iquantum.backends.classical","l":"Host"},{"p":"org.iquantum.backends.classical","l":"HostDynamicWorkload"},{"p":"org.iquantum.lists","l":"HostList"},{"p":"org.iquantum.fog.gui.core","l":"HostNode"},{"p":"org.iquantum.sdn.graph.core","l":"HostNode"},{"p":"org.iquantum.network.datacenter","l":"HostPacket"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","l":"HostSelectionPolicy"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","l":"HostSelectionPolicyFirstFit"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","l":"HostSelectionPolicyLeastFull"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","l":"HostSelectionPolicyMinimumCorrelation"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","l":"HostSelectionPolicyMostFull"},{"p":"org.iquantum.backends.classical.container.hostSelectionPolicies","l":"HostSelectionPolicyRandomSelection"},{"p":"org.iquantum.backends.classical","l":"HostStateHistoryEntry"},{"p":"org.iquantum.backends.quantum","l":"IBMQNode"},{"p":"org.iquantum.backends.quantum","l":"IBMQNodeMQ"},{"p":"org.iquantum.backends.quantum.qubittopologies","l":"IBMQTopology"},{"p":"org.iquantum.backends.classical.container.utils","l":"IDs"},{"p":"org.iquantum.network","l":"InfoPacket"},{"p":"org.iquantum.core","l":"iQuantum"},{"p":"org.iquantum.core","l":"iQuantumShutdown"},{"p":"org.iquantum.core","l":"iQuantumTags"},{"p":"org.iquantum.fog.utils","l":"JsonToTopology"},{"p":"org.iquantum.fog.gui.core","l":"Link"},{"p":"org.iquantum.sdn","l":"Link"},{"p":"org.iquantum.fog.entities","l":"LoadBalancer"},{"p":"org.iquantum.fog.mobilitydata","l":"Location"},{"p":"org.iquantum.fog.placement","l":"LocationHandler"},{"p":"org.iquantum.utils","l":"Log"},{"p":"org.iquantum.fog.utils","l":"Logger"},{"p":"org.iquantum.distributions","l":"LognormalDistr"},{"p":"org.iquantum.sdn.example","l":"LogPrinter"},{"p":"org.iquantum.distributions","l":"LomaxDistribution"},{"p":"org.iquantum.fog.entities","l":"ManagementTuple"},{"p":"org.iquantum.utils","l":"MathUtil"},{"p":"org.iquantum.fog.test.perfeval","l":"MicroserviceApp_RandomMobility_Clustering"},{"p":"org.iquantum.fog.test.perfeval","l":"MicroserviceAppSample2"},{"p":"org.iquantum.fog.entities","l":"MicroserviceFogDevice"},{"p":"org.iquantum.fog.utils","l":"MicroservicePlacementConfig"},{"p":"org.iquantum.fog.placement","l":"MicroservicePlacementLogic"},{"p":"org.iquantum.fog.test.perfeval","l":"MicroservicesAppSample1"},{"p":"org.iquantum.fog.placement","l":"MicroservicesController"},{"p":"org.iquantum.fog.placement","l":"MicroservicesMobilityClusteringController"},{"p":"org.iquantum.sdn","l":"Middlebox"},{"p":"org.iquantum.fog.utils","l":"MigrationDelayMonitor"},{"p":"org.iquantum.fog.placement","l":"MobilityController"},{"p":"org.iquantum.fog.utils","l":"ModuleLaunchConfig"},{"p":"org.iquantum.fog.placement","l":"ModuleMapping"},{"p":"org.iquantum.fog.placement","l":"ModulePlacement"},{"p":"org.iquantum.fog.placement","l":"ModulePlacementEdgewards"},{"p":"org.iquantum.fog.placement","l":"ModulePlacementMapping"},{"p":"org.iquantum.fog.placement","l":"ModulePlacementMobileEdgewards"},{"p":"org.iquantum.fog.placement","l":"ModulePlacementMobileEdgewardsCluster"},{"p":"org.iquantum.fog.placement","l":"ModulePlacementOnlyCloud"},{"p":"org.iquantum.network.datacenter","l":"NetDatacenterBroker"},{"p":"org.iquantum.network.datacenter","l":"NetworkCDatacenter"},{"p":"org.iquantum.network.datacenter","l":"NetworkCloudletSpaceSharedScheduler"},{"p":"org.iquantum.network.datacenter","l":"NetworkConstants"},{"p":"org.iquantum.network.datacenter","l":"NetworkCTask"},{"p":"org.iquantum.network.datacenter","l":"NetworkHost"},{"p":"org.iquantum.sdn","l":"NetworkOperatingSystem"},{"p":"org.iquantum.network.datacenter","l":"NetworkPacket"},{"p":"org.iquantum.network","l":"NetworkTopology"},{"p":"org.iquantum.fog.utils","l":"NetworkUsageMonitor"},{"p":"org.iquantum.network.datacenter","l":"NetworkVm"},{"p":"org.iquantum.network.datacenter","l":"NetworkVmAllocationPolicy"},{"p":"org.iquantum.fog.gui.core","l":"Node"},{"p":"org.iquantum.sdn.graph.core","l":"Node"},{"p":"org.iquantum.sdn","l":"Node"},{"p":"org.iquantum.backends.quantum.qubittopologies","l":"QubitTopology.Node"},{"p":"org.iquantum.fog.gui.core","l":"NodeCellRenderer"},{"p":"org.iquantum.sdn.graph.core","l":"NodeCellRenderer"},{"p":"org.iquantum.fog.utils.distribution","l":"NormalDistribution"},{"p":"org.iquantum.fog.utils","l":"OperatorEdge"},{"p":"org.iquantum.fog.utils","l":"OperatorSetComparator"},{"p":"org.iquantum.sdn.overbooking","l":"OverbookingNetworkOperatingSystem"},{"p":"org.iquantum.sdn","l":"Package"},{"p":"org.iquantum.network","l":"Packet"},{"p":"org.iquantum.utils.datacloud","l":"ParameterException"},{"p":"org.iquantum.distributions","l":"ParetoDistr"},{"p":"org.iquantum.backends.classical","l":"Pe"},{"p":"org.iquantum.lists","l":"PeList"},{"p":"org.iquantum.provisioners","l":"PeProvisioner"},{"p":"org.iquantum.sdn.overbooking","l":"PeProvisionerOverbooking"},{"p":"org.iquantum.provisioners","l":"PeProvisionerSimple"},{"p":"org.iquantum.fog.entities","l":"PhysicalTopology"},{"p":"org.iquantum.sdn","l":"PhysicalTopology"},{"p":"org.iquantum.sdn.example.topogenerators","l":"PhysicalTopologyGenerator"},{"p":"org.iquantum.fog.gui.core","l":"PlaceHolder"},{"p":"org.iquantum.fog.placement","l":"PlacementLogicFactory"},{"p":"org.iquantum.fog.placement","l":"PlacementLogicOutput"},{"p":"org.iquantum.fog.entities","l":"PlacementRequest"},{"p":"org.iquantum.fog.mobilitydata","l":"Polygon2D"},{"p":"org.iquantum.power","l":"PowerCBroker"},{"p":"org.iquantum.power","l":"PowerCDatacenter"},{"p":"org.iquantum.power","l":"PowerCDatacenterNonPowerAware"},{"p":"org.iquantum.backends.classical.container.core","l":"PowerContainer"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","l":"PowerContainerAllocationPolicy"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","l":"PowerContainerAllocationPolicySimple"},{"p":"org.iquantum.backends.classical.container.core","l":"PowerContainerDatacenter"},{"p":"org.iquantum.backends.classical.container.core","l":"PowerContainerDatacenterCM"},{"p":"org.iquantum.backends.classical.container.core","l":"PowerContainerHost"},{"p":"org.iquantum.backends.classical.container.core","l":"PowerContainerHostUtilizationHistory"},{"p":"org.iquantum.backends.classical.container.lists","l":"PowerContainerList"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","l":"PowerContainerSelectionPolicy"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","l":"PowerContainerSelectionPolicyCor"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","l":"PowerContainerSelectionPolicyMaximumCorrelation"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","l":"PowerContainerSelectionPolicyMaximumUsage"},{"p":"org.iquantum.backends.classical.container.containerSelectionPolicies","l":"PowerContainerSelectionPolicyMinimumMigrationTime"},{"p":"org.iquantum.backends.classical.container.core","l":"PowerContainerVm"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","l":"PowerContainerVmAllocationAbstract"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","l":"PowerContainerVmAllocationPolicyMigrationAbstract"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","l":"PowerContainerVmAllocationPolicyMigrationAbstractContainerAdded"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","l":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelection"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","l":"PowerContainerVmAllocationPolicyMigrationAbstractContainerHostSelectionUnderUtilizedAdded"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","l":"PowerContainerVmAllocationPolicyMigrationAbstractHostSelection"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","l":"PowerContainerVmAllocationPolicyMigrationStaticThreshold"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","l":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMC"},{"p":"org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled","l":"PowerContainerVmAllocationPolicyMigrationStaticThresholdMCUnderUtilized"},{"p":"org.iquantum.backends.classical.container.resourceAllocators","l":"PowerContainerVmAllocationSimple"},{"p":"org.iquantum.backends.classical.container.lists","l":"PowerContainerVmList"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","l":"PowerContainerVmSelectionPolicy"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","l":"PowerContainerVMSelectionPolicyCor"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","l":"PowerContainerVmSelectionPolicyMaximumCorrelation"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","l":"PowerContainerVmSelectionPolicyMaximumUsage"},{"p":"org.iquantum.backends.classical.container.vmSelectionPolicies","l":"PowerContainerVmSelectionPolicyMinimumMigrationTime"},{"p":"org.iquantum.power","l":"PowerHost"},{"p":"org.iquantum.power","l":"PowerHostUtilizationHistory"},{"p":"org.iquantum.power.models","l":"PowerModel"},{"p":"org.iquantum.power.models","l":"PowerModelCubic"},{"p":"org.iquantum.power.models","l":"PowerModelLinear"},{"p":"org.iquantum.power.models","l":"PowerModelSpecPower"},{"p":"org.iquantum.power.models","l":"PowerModelSpecPowerHpProLiantMl110G3PentiumD930"},{"p":"org.iquantum.power.models","l":"PowerModelSpecPowerHpProLiantMl110G4Xeon3040"},{"p":"org.iquantum.power.models","l":"PowerModelSpecPowerHpProLiantMl110G5Xeon3075"},{"p":"org.iquantum.power.models","l":"PowerModelSpecPowerIbmX3250XeonX3470"},{"p":"org.iquantum.power.models","l":"PowerModelSpecPowerIbmX3250XeonX3480"},{"p":"org.iquantum.power.models","l":"PowerModelSpecPowerIbmX3550XeonX5670"},{"p":"org.iquantum.power.models","l":"PowerModelSpecPowerIbmX3550XeonX5675"},{"p":"org.iquantum.power.models","l":"PowerModelSqrt"},{"p":"org.iquantum.power.models","l":"PowerModelSquare"},{"p":"org.iquantum.sdn.power","l":"PowerUtilizationHistoryEntry"},{"p":"org.iquantum.sdn.power","l":"PowerUtilizationInterface"},{"p":"org.iquantum.sdn.power","l":"PowerUtilizationMaxHostInterface"},{"p":"org.iquantum.power","l":"PowerVm"},{"p":"org.iquantum.power","l":"PowerVmAllocationPolicyAbstract"},{"p":"org.iquantum.power","l":"PowerVmAllocationPolicyMigrationAbstract"},{"p":"org.iquantum.power","l":"PowerVmAllocationPolicyMigrationInterQuartileRange"},{"p":"org.iquantum.power","l":"PowerVmAllocationPolicyMigrationLocalRegression"},{"p":"org.iquantum.power","l":"PowerVmAllocationPolicyMigrationLocalRegressionRobust"},{"p":"org.iquantum.power","l":"PowerVmAllocationPolicyMigrationMedianAbsoluteDeviation"},{"p":"org.iquantum.power","l":"PowerVmAllocationPolicyMigrationStaticThreshold"},{"p":"org.iquantum.power","l":"PowerVmAllocationPolicySimple"},{"p":"org.iquantum.power.lists","l":"PowerVmList"},{"p":"org.iquantum.power","l":"PowerVmSelectionPolicy"},{"p":"org.iquantum.power","l":"PowerVmSelectionPolicyMaximumCorrelation"},{"p":"org.iquantum.power","l":"PowerVmSelectionPolicyMinimumMigrationTime"},{"p":"org.iquantum.power","l":"PowerVmSelectionPolicyMinimumUtilization"},{"p":"org.iquantum.power","l":"PowerVmSelectionPolicyRandomSelection"},{"p":"org.iquantum.core.predicates","l":"Predicate"},{"p":"org.iquantum.core.predicates","l":"PredicateAny"},{"p":"org.iquantum.core.predicates","l":"PredicateFrom"},{"p":"org.iquantum.core.predicates","l":"PredicateNone"},{"p":"org.iquantum.core.predicates","l":"PredicateNotFrom"},{"p":"org.iquantum.core.predicates","l":"PredicateNotType"},{"p":"org.iquantum.core.predicates","l":"PredicateType"},{"p":"org.iquantum.sdn","l":"Processing"},{"p":"org.iquantum.utils","l":"QASMReader"},{"p":"org.iquantum.brokers","l":"QBroker"},{"p":"org.iquantum.brokers","l":"QBrokerMQ"},{"p":"org.iquantum.brokers","l":"QCloudBroker"},{"p":"org.iquantum.datacenters","l":"QDatacenter"},{"p":"org.iquantum.datacenters","l":"QDatacenterCharacteristics"},{"p":"org.iquantum.datacenters","l":"QDatacenterCharacteristicsExtended"},{"p":"org.iquantum.datacenters","l":"QDatacenterExtended"},{"p":"org.iquantum.brokers","l":"QEdgeBroker"},{"p":"org.iquantum.backends.quantum","l":"QNode"},{"p":"org.iquantum.lists","l":"QNodeList"},{"p":"org.iquantum.backends.quantum","l":"QNodeMQ"},{"p":"org.iquantum.lists","l":"QNodeMQList"},{"p":"org.iquantum.backends.quantum","l":"QPU"},{"p":"org.iquantum.lists","l":"QPUList"},{"p":"org.iquantum.tasks","l":"QTask"},{"p":"org.iquantum.utils","l":"QTaskImporter"},{"p":"org.iquantum.lists","l":"QTaskList"},{"p":"org.iquantum.policies.qtasks","l":"QTaskScheduler"},{"p":"org.iquantum.policies.qtasks","l":"QTaskSchedulerFCFSMQ"},{"p":"org.iquantum.policies.qtasks","l":"QTaskSchedulerSpaceShared"},{"p":"org.iquantum.backends.quantum.qubittopologies","l":"QubitTopologyExtended.QubitEdge"},{"p":"org.iquantum.policies.qubitMapping","l":"QubitMappingBackTracking"},{"p":"org.iquantum.backends.quantum.qubittopologies","l":"QubitTopologyExtended.QubitProperties"},{"p":"org.iquantum.backends.quantum.qubittopologies","l":"QubitTopology"},{"p":"org.iquantum.backends.quantum.qubittopologies","l":"QubitTopologyExtended"},{"p":"org.iquantum.provisioners","l":"RamProvisioner"},{"p":"org.iquantum.provisioners","l":"RamProvisionerSimple"},{"p":"org.iquantum.backends.classical.container.utils","l":"RandomGaussian"},{"p":"org.iquantum.backends.classical.container.utils","l":"RandomGen"},{"p":"org.iquantum.fog.mobilitydata","l":"RandomMobilityGenerator"},{"p":"org.iquantum.fog.mobilitydata","l":"References"},{"p":"org.iquantum.sdn","l":"Request"},{"p":"org.iquantum.lists","l":"ResCloudletList"},{"p":"org.iquantum.backends.classical.container.core","l":"ResContainerCloudlet"},{"p":"org.iquantum.tasks","l":"ResCTask"},{"p":"org.iquantum.fog.utils","l":"ResourceUsageDetails"},{"p":"org.iquantum.tasks","l":"ResQTask"},{"p":"org.iquantum.network.datacenter","l":"RootSwitch"},{"p":"org.iquantum.sdn","l":"RoutingTable"},{"p":"org.iquantum.fog.entities","l":"RRLoadBalancer"},{"p":"org.iquantum.backends.classical","l":"SanStorage"},{"p":"org.iquantum.sdn.example","l":"SDNBroker"},{"p":"org.iquantum.sdn","l":"SDNDatacenter"},{"p":"org.iquantum.sdn.example","l":"SDNExample"},{"p":"org.iquantum.sdn","l":"SDNHost"},{"p":"org.iquantum.fog.gui.dialog","l":"SDNRun"},{"p":"org.iquantum.sdn.graph.dialog","l":"SDNRun"},{"p":"org.iquantum.fog.application.selectivity","l":"SelectivityModel"},{"p":"org.iquantum.fog.entities","l":"Sensor"},{"p":"org.iquantum.fog.gui.core","l":"SensorGui"},{"p":"org.iquantum.fog.gui.core","l":"SensorModule"},{"p":"org.iquantum.fog.utils","l":"ShortestPathRoutingGenerator"},{"p":"org.iquantum.core","l":"SimEntity"},{"p":"org.iquantum.core","l":"SimEvent"},{"p":"org.iquantum.sdn.example","l":"SimpleNetworkOperatingSystem"},{"p":"org.iquantum.fog.gui.core","l":"SpringUtilities"},{"p":"org.iquantum.sdn.graph.core","l":"SpringUtilities"},{"p":"org.iquantum.backends.classical","l":"Storage"},{"p":"org.iquantum.fog.scheduler","l":"StreamOperatorScheduler"},{"p":"org.iquantum.network.datacenter","l":"Switch"},{"p":"org.iquantum.sdn","l":"Switch"},{"p":"org.iquantum.fog.gui.core","l":"SwitchNode"},{"p":"org.iquantum.sdn.graph.core","l":"SwitchNode"},{"p":"org.iquantum.network.datacenter","l":"TaskStage"},{"p":"org.iquantum.sdn","l":"TimedVm"},{"p":"org.iquantum.fog.utils","l":"TimeKeeper"},{"p":"org.iquantum.network","l":"TopologicalGraph"},{"p":"org.iquantum.network","l":"TopologicalLink"},{"p":"org.iquantum.network","l":"TopologicalNode"},{"p":"org.iquantum.fog.test.perfeval","l":"TranslationServiceFog"},{"p":"org.iquantum.fog.test.perfeval","l":"TranslationServiceFog_Clustering"},{"p":"org.iquantum.fog.test.perfeval","l":"TranslationServiceFog_RandomMobility"},{"p":"org.iquantum.fog.test.perfeval","l":"TranslationServiceFog_RandomMobility_Clustering"},{"p":"org.iquantum.sdn","l":"Transmission"},{"p":"org.iquantum.fog.entities","l":"Tuple"},{"p":"org.iquantum.fog.utils","l":"TupleFinishDetails"},{"p":"org.iquantum.fog.scheduler","l":"TupleScheduler"},{"p":"org.iquantum.fog.test.perfeval","l":"TwoApps"},{"p":"org.iquantum.distributions","l":"UniformDistr"},{"p":"org.iquantum.fog.utils.distribution","l":"UniformDistribution"},{"p":"org.iquantum.models","l":"UtilizationModel"},{"p":"org.iquantum.models","l":"UtilizationModelFull"},{"p":"org.iquantum.models","l":"UtilizationModelNull"},{"p":"org.iquantum.models","l":"UtilizationModelPlanetLabInMemory"},{"p":"org.iquantum.models","l":"UtilizationModelStochastic"},{"p":"org.iquantum.sdn.example.topogenerators","l":"VirtualTopologyGenerator"},{"p":"org.iquantum.sdn.example.topogenerators","l":"VirtualTopologyGeneratorVmTypes"},{"p":"org.iquantum.backends.classical","l":"Vm"},{"p":"org.iquantum.policies.vm","l":"VmAllocationPolicy"},{"p":"org.iquantum.sdn.example.policies","l":"VmAllocationPolicyCombinedLeastFullFirst"},{"p":"org.iquantum.sdn.example","l":"VmAllocationPolicyCombinedLeastFullFirst"},{"p":"org.iquantum.sdn.example.policies","l":"VmAllocationPolicyCombinedMostFullFirst"},{"p":"org.iquantum.sdn.example","l":"VmAllocationPolicyCombinedMostFullFirst"},{"p":"org.iquantum.sdn.example","l":"SDNExample.VmAllocationPolicyFactory"},{"p":"org.iquantum.sdn.example.policies","l":"VmAllocationPolicyMipsLeastFullFirst"},{"p":"org.iquantum.sdn.example","l":"VmAllocationPolicyMipsLeastFullFirst"},{"p":"org.iquantum.sdn.example.policies","l":"VmAllocationPolicyMipsMostFullFirst"},{"p":"org.iquantum.sdn.example","l":"VmAllocationPolicyMipsMostFullFirst"},{"p":"org.iquantum.sdn.overbooking","l":"VmAllocationPolicyOverbooking"},{"p":"org.iquantum.policies.vm","l":"VmAllocationPolicySimple"},{"p":"org.iquantum.lists","l":"VmList"},{"p":"org.iquantum.fog.gui.core","l":"VmNode"},{"p":"org.iquantum.sdn.graph.core","l":"VmNode"},{"p":"org.iquantum.sdn.request","l":"VMRequestGenerator"},{"p":"org.iquantum.sdn.example.topogenerators","l":"VMRequestRandomGenerator"},{"p":"org.iquantum.policies.vm","l":"VmScheduler"},{"p":"org.iquantum.policies.vm","l":"VmSchedulerSpaceShared"},{"p":"org.iquantum.sdn.example","l":"VmSchedulerSpaceSharedEnergy"},{"p":"org.iquantum.policies.vm","l":"VmSchedulerTimeShared"},{"p":"org.iquantum.sdn.example.policies","l":"VmSchedulerTimeSharedEnergy"},{"p":"org.iquantum.sdn.overbooking","l":"VmSchedulerTimeSharedOverbookingEnergy"},{"p":"org.iquantum.policies.vm","l":"VmSchedulerTimeSharedOverSubscription"},{"p":"org.iquantum.policies.vm","l":"VmStateHistoryEntry"},{"p":"org.iquantum.fog.test.perfeval","l":"VRGameFog"},{"p":"org.iquantum.distributions","l":"WeibullDistr"},{"p":"org.iquantum.network.datacenter","l":"WorkflowApp"},{"p":"org.iquantum.sdn.example","l":"Workload"},{"p":"org.iquantum.models","l":"WorkloadFileReader"},{"p":"org.iquantum.models","l":"WorkloadModel"},{"p":"org.iquantum.sdn.example","l":"WorkloadParser"},{"p":"org.iquantum.distributions","l":"ZipfDistr"}];updateSearchResults(); \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CTaskTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CTaskTest.xml index ed9c85b2e..1881d592a 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CTaskTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CTaskTest.xml @@ -1,70 +1,67 @@ - - + + - - - - - - - - - - - + + + + + + + + - - + + + + + + + + + + + + + + - - - - + - - - - - - - - - + + + + + + + - - - + - - - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - - + - - - - - - + + + + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CloudletSchedulerSingleServiceTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CloudletSchedulerSingleServiceTest.xml index c6b863142..d69b374c7 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CloudletSchedulerSingleServiceTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CloudletSchedulerSingleServiceTest.xml @@ -1,79 +1,76 @@ - - + + - - - - - - - - - - - + + + + + + + + - - + + + + + + + + + + + + + + - - - - + - - - - - - - - - + + + + + + + - - - + - - - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - - + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostDynamicWorkloadTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostDynamicWorkloadTest.xml index 214915c94..4dc69f385 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostDynamicWorkloadTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostDynamicWorkloadTest.xml @@ -1,70 +1,67 @@ - - + + - - - - - - - - - - - + + + + + + + + - - + + + + + + + + + + + + + + - - - - + - - - - - - - - - + + + + + + + - - - + - - - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - - + - - - - - - + + + + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostTest.xml index 7ba18d72b..42c568d55 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostTest.xml @@ -1,71 +1,68 @@ - - + + - - - - - - - - - - - + + + + + + + + - - + + + + + + + + + + + + + + - - - - + - - - - - - - - - + + + + + + + - - - + - - - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - - + - - - - + + + + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.LogTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.LogTest.xml index ebee0e3f3..b4f9e18d5 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.LogTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.LogTest.xml @@ -1,69 +1,66 @@ - - + + - - - - - - - - - - - + + + + + + + + - - + + + + + + + + + + + + + + - - - - + - - - - - - - - - + + + + + + + - - - + - - - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - - + - - - - - + + + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.PeTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.PeTest.xml index 95c33c9a1..5dd7e80c1 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.PeTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.PeTest.xml @@ -1,68 +1,65 @@ - - + + - - - - - - - - - - - + + + + + + + + - - + + + + + + + + + + + + + + - - - - + - - - - - - - - - + + + + + + + - - - + - - - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - - + - - - - + + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelPlanetLabInMemoryTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelPlanetLabInMemoryTest.xml index 029293c37..b781e3929 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelPlanetLabInMemoryTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelPlanetLabInMemoryTest.xml @@ -1,65 +1,62 @@ - - + + - - - - - - - - - - - + + + + + + + + - - + + + + + + + + + + + + + + - - - - + - - - - - - - - - + + + + + + + - - - + - - - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - - + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelStochasticTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelStochasticTest.xml index b12705aaf..67d00d6cb 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelStochasticTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelStochasticTest.xml @@ -1,65 +1,62 @@ - - + + - - - - - - - - - - - + + + + + + + + - - + + + + + + + + + + + + + + - - - - + - - - - - - - - - + + + + + + + - - - + - - - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - - + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.xml index 1996d4e4d..bcaec6cbc 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.xml @@ -1,69 +1,66 @@ - - + + - - - - - - - - - - - + + + + + + + + - - + + + + + + + + + + + + + + - - - - + - - - - - - - - - + + + + + + + - - - + - - - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - - + - - - - - + + + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedTest.xml index 166bf8b23..2d3db6fc6 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedTest.xml @@ -1,67 +1,64 @@ - - + + - - - - - - - - - - - + + + + + + + + - - + + + + + + + + + + + + + + - - - - + - - - - - - - - - + + + + + + + - - - + - - - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - - + - - - + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.PeListTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.PeListTest.xml index 15be6685b..957830089 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.PeListTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.PeListTest.xml @@ -1,71 +1,72 @@ - - + + - - - - - - - - - - - + + + + + + + + - - + + + + + + + + + + + + + + - - - - + - - - - - - - - - + + + + + + + - - - + - - - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - - + - - - - - - - + + + + + + + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.VmListTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.VmListTest.xml index 0d86082c9..e915ab90f 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.VmListTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.VmListTest.xml @@ -1,66 +1,63 @@ - - + + - - - - - - - - - - - + + + + + + + + - - + + + + + + + + + + + + + + - - - - + - - - - - - - - - + + + + + + + - - - + - - - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - - + - - + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerHostTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerHostTest.xml index bf85861bd..20f1237b2 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerHostTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerHostTest.xml @@ -1,66 +1,63 @@ - - + + - - - - - - - - - - - + + + + + + + + - - + + + + + + + + + + + + + + - - - - + - - - - - - - - - + + + + + + + - - - + - - - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - - + - - + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.xml index 347d37d5c..783750369 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.xml @@ -1,65 +1,62 @@ - - + + - - - - - - - - - - - + + + + + + + + - - + + + + + + + + + + + + + + - - - - + - - - - - - - - - + + + + + + + - - - + - - - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - - + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelCubicTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelCubicTest.xml index 9e5d9e28b..64d361622 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelCubicTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelCubicTest.xml @@ -1,71 +1,68 @@ - - + + - - - - - - - - - - - + + + + + + + + - - + + + + + + + + + + + + + + - - - - + - - - - - - - - - + + + + + + + - - - + - - - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - - + - - - + + + - - + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelLinearTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelLinearTest.xml index 1933ba639..984a6a932 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelLinearTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelLinearTest.xml @@ -1,71 +1,68 @@ - - + + - - - - - - - - - - - + + + + + + + + - - + + + + + + + + + + + + + + - - - - + - - - - - - - - - + + + + + + + - - - + - - - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - - + - - - + + + - - + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test.xml index debff7c11..53e4d0dae 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test.xml @@ -1,67 +1,64 @@ - - + + - - - - - - - - - - - + + + + + + + + - - + + + + + + + + + + + + + + - - - - + - - - - - - - - - + + + + + + + - - - + - - - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - - + - - - + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSqrtTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSqrtTest.xml index f42904628..cd7991cfb 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSqrtTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSqrtTest.xml @@ -1,71 +1,68 @@ - - + + - - - - - - - - - - - + + + + + + + + - - + + + + + + + + + + + + + + - - - - + - - - - - - - - - + + + + + + + - - - + - - - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - - + - - - + + + - - + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSquareTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSquareTest.xml index 30933e371..4f13c3d12 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSquareTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSquareTest.xml @@ -1,71 +1,68 @@ - - + + - - - - - - - - - - - + + + + + + + + - - + + + + + + + + + + + + + + - - - - + - - - - - - - - - + + + + + + + - - - + - - - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - - + - - - + + + - - + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.BwProvisionerSimpleTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.BwProvisionerSimpleTest.xml index 6416581ed..a38cffb64 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.BwProvisionerSimpleTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.BwProvisionerSimpleTest.xml @@ -1,69 +1,66 @@ - - + + - - - - - - - - - - - + + + + + + + + - - + + + + + + + + + + + + + + - - - - + - - - - - - - - - + + + + + + + - - - + - - - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - - + - - - - - + + + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.PeProvisionerSimpleTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.PeProvisionerSimpleTest.xml index 4713005b8..93704e623 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.PeProvisionerSimpleTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.PeProvisionerSimpleTest.xml @@ -1,71 +1,68 @@ - - + + - - - - - - - - - - - + + + + + + + + - - + + + + + + + + + + + + + + - - - - + - - - - - - - - - + + + + + + + - - - + - - - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - - + - - - - - - - + + + + + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.RamProvisionerSimpleTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.RamProvisionerSimpleTest.xml index 579680d6c..a19bfb5a3 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.RamProvisionerSimpleTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.RamProvisionerSimpleTest.xml @@ -1,69 +1,66 @@ - - + + - - - - - - - - - - - + + + + + + + + - - + + + + + + + + + + + + + + - - - - + - - - - - - - - - + + + + + + + - - - + - - - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - - + - - - - - + + + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.MathUtilTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.MathUtilTest.xml index 36f08c970..2c5201dc7 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.MathUtilTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.MathUtilTest.xml @@ -1,69 +1,66 @@ - - + + - - - - - - - - - - - + + + + + + + + - - + + + + + + + + + + + + + + - - - - + - - - - - - - - - + + + + + + + - - - + - - - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - - + - - - - - + + + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.WorkloadFileReaderTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.WorkloadFileReaderTest.xml index 8457582f4..ac718d851 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.WorkloadFileReaderTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.WorkloadFileReaderTest.xml @@ -1,65 +1,62 @@ - - + + - - - - - - - - - - - + + + + + + + + - - + + + + + + + + + + + + + + - - - - + - - - - - - - - - + + + + + + + - - - + - - - - - - - - - - - + + + + + + + + + - - - - - + + + + + - - - + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.CTaskTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.CTaskTest.txt index 2887333c2..e58661a0a 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.CTaskTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.CTaskTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.CTaskTest ------------------------------------------------------------------------------- -Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec +Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.CTaskTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.CloudletSchedulerSingleServiceTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.CloudletSchedulerSingleServiceTest.txt index af98f00b2..500b40eb0 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.CloudletSchedulerSingleServiceTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.CloudletSchedulerSingleServiceTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.CloudletSchedulerSingleServiceTest ------------------------------------------------------------------------------- -Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec +Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.iquantum.CloudletSchedulerSingleServiceTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.HostDynamicWorkloadTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.HostDynamicWorkloadTest.txt index b4f5f14cb..0197adbeb 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.HostDynamicWorkloadTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.HostDynamicWorkloadTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.HostDynamicWorkloadTest ------------------------------------------------------------------------------- -Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec +Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.iquantum.HostDynamicWorkloadTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.HostTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.HostTest.txt index 5a4825eae..073844c45 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.HostTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.HostTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.HostTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec +Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.iquantum.HostTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.LogTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.LogTest.txt index 76d024ea5..30b9761c2 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.LogTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.LogTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.LogTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec +Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.LogTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.PeTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.PeTest.txt index 4d2ee75cf..e5470202d 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.PeTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.PeTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.PeTest ------------------------------------------------------------------------------- -Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec +Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.PeTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelPlanetLabInMemoryTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelPlanetLabInMemoryTest.txt index 9e2134efa..0ddbfc4ac 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelPlanetLabInMemoryTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelPlanetLabInMemoryTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.UtilizationModelPlanetLabInMemoryTest ------------------------------------------------------------------------------- -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec +Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.UtilizationModelPlanetLabInMemoryTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelStochasticTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelStochasticTest.txt index 71bcc6d24..e0105ef9d 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelStochasticTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelStochasticTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.UtilizationModelStochasticTest ------------------------------------------------------------------------------- -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec +Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.UtilizationModelStochasticTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.txt index a45880e2a..8ad339569 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec +Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedTest.txt index 33ee01df7..cdcc0c90c 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.VmSchedulerTimeSharedTest ------------------------------------------------------------------------------- -Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec +Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.VmSchedulerTimeSharedTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.lists.PeListTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.lists.PeListTest.txt index 14c28b6fc..b6b7d032c 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.lists.PeListTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.lists.PeListTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.lists.PeListTest ------------------------------------------------------------------------------- -Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec +Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.iquantum.lists.PeListTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.lists.VmListTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.lists.VmListTest.txt index 282e4c32c..e8ab75887 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.lists.VmListTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.lists.VmListTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.lists.VmListTest ------------------------------------------------------------------------------- -Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec +Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.lists.VmListTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.power.PowerHostTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.power.PowerHostTest.txt index 01af4b73e..2376a89a9 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.power.PowerHostTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.power.PowerHostTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.power.PowerHostTest ------------------------------------------------------------------------------- -Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec +Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.power.PowerHostTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.txt index de1b74199..2fbc2b52a 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest ------------------------------------------------------------------------------- -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec +Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelCubicTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelCubicTest.txt index 809112807..039e45319 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelCubicTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelCubicTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.power.models.PowerModelCubicTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec +Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.iquantum.power.models.PowerModelCubicTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelLinearTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelLinearTest.txt index ab863fb8c..f2e8e4136 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelLinearTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelLinearTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.power.models.PowerModelLinearTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec +Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.iquantum.power.models.PowerModelLinearTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test.txt b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test.txt index 7f48fc9db..73d70c0de 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test ------------------------------------------------------------------------------- -Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec +Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSqrtTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSqrtTest.txt index b5f65b717..829a8685c 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSqrtTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSqrtTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.power.models.PowerModelSqrtTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 sec +Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.iquantum.power.models.PowerModelSqrtTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSquareTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSquareTest.txt index 804f8f315..5363a0c72 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSquareTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSquareTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.power.models.PowerModelSquareTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec +Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.iquantum.power.models.PowerModelSquareTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.BwProvisionerSimpleTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.BwProvisionerSimpleTest.txt index 769cc5611..64dcd3fbb 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.BwProvisionerSimpleTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.BwProvisionerSimpleTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.provisioners.BwProvisionerSimpleTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec +Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.provisioners.BwProvisionerSimpleTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.PeProvisionerSimpleTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.PeProvisionerSimpleTest.txt index d26cfc062..578ca31e6 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.PeProvisionerSimpleTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.PeProvisionerSimpleTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.provisioners.PeProvisionerSimpleTest ------------------------------------------------------------------------------- -Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec +Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.provisioners.PeProvisionerSimpleTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.RamProvisionerSimpleTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.RamProvisionerSimpleTest.txt index fd1de94af..cfff12ac3 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.RamProvisionerSimpleTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.RamProvisionerSimpleTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.provisioners.RamProvisionerSimpleTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec +Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.provisioners.RamProvisionerSimpleTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.util.MathUtilTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.util.MathUtilTest.txt index 9299a4e7a..2eeafd851 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.util.MathUtilTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.util.MathUtilTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.util.MathUtilTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec +Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.iquantum.util.MathUtilTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.util.WorkloadFileReaderTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.util.WorkloadFileReaderTest.txt index f5d99f070..aaa09e181 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.util.WorkloadFileReaderTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.util.WorkloadFileReaderTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.util.WorkloadFileReaderTest ------------------------------------------------------------------------------- -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.463 sec +Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.522 s - in org.iquantum.util.WorkloadFileReaderTest diff --git a/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml b/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml index fe632efd8..2e480afe6 100644 --- a/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml +++ b/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml @@ -7,6 +7,6 @@ 1.0 - 20230719045647 + 20230725031453 diff --git a/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.md5 b/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.md5 index 7234ea8b4..32dbb1cf8 100644 --- a/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.md5 +++ b/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.md5 @@ -1 +1 @@ -f7b7f805d0d1bfaebbfdbffb54e0bdc6 \ No newline at end of file +ae63fd3fa776f9f434a38c1061e0749c \ No newline at end of file diff --git a/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.sha1 b/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.sha1 index 2fe4cf666..f991fc784 100644 --- a/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.sha1 +++ b/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.sha1 @@ -1 +1 @@ -25fa67bdd04e8fa15736c5c9461aeafddffc00c7 \ No newline at end of file +f6deeef4d82e8135d6b9dd73116ededf2b061e4f \ No newline at end of file diff --git a/output/iQuantumExample5-17-07-2023_12-25-36.csv b/output/iQuantumExample5-17-07-2023_12-25-36.csv deleted file mode 100644 index a5462c3ab..000000000 --- a/output/iQuantumExample5-17-07-2023_12-25-36.csv +++ /dev/null @@ -1,299 +0,0 @@ -QTask_ID,Status,QDCenter,QNode_ID,Execution_Time,Start_Time,Finish_Time,No_Qubits,Application -1,SUCCESS,2,0,384.07,0.01,384.08,27, -2,SUCCESS,2,0,656.26,384.08,1040.34,27, -3,SUCCESS,2,0,52.62,1040.34,1092.96,27, -0,SUCCESS,2,1,1679.72,0.01,1679.73,27, -4,SUCCESS,2,1,35.53,1679.73,1715.26,27, -5,SUCCESS,2,1,47.48,1715.26,1762.74,27, -7,SUCCESS,2,0,701.16,1092.96,1794.12,27, -6,SUCCESS,2,1,571.11,1762.74,2333.85,27, -8,SUCCESS,2,0,573.44,1794.12,2367.56,27, -9,SUCCESS,2,1,54.67,2333.85,2388.52,27, -12,SUCCESS,2,1,36.52,2388.52,2425.04,27, -13,SUCCESS,2,1,458.25,2425.04,2883.29,27, -17,SUCCESS,2,1,22.01,2883.29,2905.3,27, -10,SUCCESS,2,0,791.14,2367.56,3158.7,27, -22,SUCCESS,2,1,522.67,2905.3,3427.97,27, -24,SUCCESS,2,1,48.95,3427.97,3476.92,27, -26,SUCCESS,2,1,446.53,3476.92,3923.45,27, -28,SUCCESS,2,1,45.66,3923.45,3969.11,27, -11,SUCCESS,2,0,919.13,3158.7,4077.83,27, -29,SUCCESS,2,1,459.17,3969.11,4428.28,27, -14,SUCCESS,2,0,622.78,4077.83,4700.61,27, -15,SUCCESS,2,0,69.27,4700.61,4769.88,27, -30,SUCCESS,2,1,507.55,4428.28,4935.83,27, -32,SUCCESS,2,1,24.72,4935.83,4960.55,27, -33,SUCCESS,2,1,76.15,4960.55,5036.7,27, -16,SUCCESS,2,0,674.41,4769.88,5444.29,27, -36,SUCCESS,2,1,909.26,5036.7,5945.96,27, -18,SUCCESS,2,0,1133.54,5444.29,6577.83,27, -38,SUCCESS,2,1,984.59,5945.96,6930.55,27, -19,SUCCESS,2,0,424.3,6577.83,7002.13,27, -20,SUCCESS,2,0,115.38,7002.13,7117.51,27, -21,SUCCESS,2,0,587.64,7117.51,7705.15,27, -41,SUCCESS,2,1,1664.43,6930.55,8594.98,27, -23,SUCCESS,2,0,961.93,7705.15,8667.08,27, -42,SUCCESS,2,1,395.26,8594.98,8990.24,27, -25,SUCCESS,2,0,863.27,8667.08,9530.35,27, -27,SUCCESS,2,0,152.63,9530.35,9682.98,27, -31,SUCCESS,2,0,252.68,9682.98,9935.66,27, -43,SUCCESS,2,1,962.81,8990.24,9953.05,27, -46,SUCCESS,2,1,280.08,9953.05,10233.13,27, -34,SUCCESS,2,0,741.22,9935.66,10676.88,27, -47,SUCCESS,2,1,653.05,10233.13,10886.18,27, -48,SUCCESS,2,1,67.74,10886.18,10953.92,27, -35,SUCCESS,2,0,378.74,10676.88,11055.62,27, -50,SUCCESS,2,1,380.52,10953.92,11334.44,27, -51,SUCCESS,2,1,342.77,11334.44,11677.21,27, -37,SUCCESS,2,0,940,11055.62,11995.62,27, -39,SUCCESS,2,0,31.91,11995.62,12027.53,27, -54,SUCCESS,2,1,493.5,11677.21,12170.71,27, -40,SUCCESS,2,0,389.14,12027.53,12416.67,27, -44,SUCCESS,2,0,13.57,12416.67,12430.24,27, -45,SUCCESS,2,0,403.16,12430.24,12833.4,27, -49,SUCCESS,2,0,362.9,12833.4,13196.3,27, -52,SUCCESS,2,0,25.73,13196.3,13222.03,27, -53,SUCCESS,2,0,977.11,13222.03,14199.14,27, -55,SUCCESS,2,0,136.26,14199.14,14335.4,27, -56,SUCCESS,2,0,866.73,14335.4,15202.13,27, -57,SUCCESS,2,0,497.28,15202.13,15699.41,27, -59,SUCCESS,2,0,1066.44,15699.41,16765.85,27, -62,SUCCESS,2,0,16.03,16765.85,16781.88,27, -63,SUCCESS,2,0,911.04,16781.88,17692.92,27, -67,SUCCESS,2,0,813.6,17692.92,18506.52,27, -68,SUCCESS,2,0,1531.97,18506.52,20038.49,27, -69,SUCCESS,2,0,104.06,20038.49,20142.55,27, -58,SUCCESS,2,1,9599.95,12170.71,21770.66,27, -71,SUCCESS,2,0,1706.89,20142.55,21849.44,27, -60,SUCCESS,2,1,215.48,21770.66,21986.14,27, -61,SUCCESS,2,1,29.61,21986.14,22015.75,27, -72,SUCCESS,2,0,699.12,21849.44,22548.56,27, -73,SUCCESS,2,0,163.82,22548.56,22712.38,27, -75,SUCCESS,2,0,238.69,22712.38,22951.07,27, -64,SUCCESS,2,1,1426.24,22015.75,23441.99,27, -65,SUCCESS,2,1,497.13,23441.99,23939.12,27, -66,SUCCESS,2,1,108.12,23939.12,24047.24,27, -78,SUCCESS,2,0,1250.65,22951.07,24201.72,27, -70,SUCCESS,2,1,269.92,24047.24,24317.16,27, -79,SUCCESS,2,0,185.68,24201.72,24387.4,27, -74,SUCCESS,2,1,411.61,24317.16,24728.77,27, -76,SUCCESS,2,1,944.45,24728.77,25673.22,27, -77,SUCCESS,2,1,1162.81,25673.22,26836.03,27, -80,SUCCESS,2,1,17.04,26836.03,26853.07,27, -81,SUCCESS,2,1,39.91,26853.07,26892.98,27, -84,SUCCESS,2,1,54.37,26892.98,26947.35,27, -85,SUCCESS,2,1,243.1,26947.35,27190.45,27, -86,SUCCESS,2,1,223.52,27190.45,27413.97,27, -93,SUCCESS,2,1,1273.22,27413.97,28687.19,27, -94,SUCCESS,2,1,728.57,28687.19,29415.76,27, -95,SUCCESS,2,1,133.24,29415.76,29549,27, -96,SUCCESS,2,1,10.77,29549,29559.77,27, -97,SUCCESS,2,1,196.2,29559.77,29755.97,27, -82,SUCCESS,2,0,6322.63,24387.4,30710.03,27, -99,SUCCESS,2,1,1080.22,29755.97,30836.19,27, -100,SUCCESS,2,1,51.84,30836.19,30888.03,27, -83,SUCCESS,2,0,324.81,30710.03,31034.84,27, -87,SUCCESS,2,0,531.36,31034.84,31566.2,27, -88,SUCCESS,2,0,9.29,31566.2,31575.49,27, -101,SUCCESS,2,1,977.93,30888.03,31865.96,27, -102,SUCCESS,2,1,621.97,31865.96,32487.93,27, -103,SUCCESS,2,1,54.89,32487.93,32542.82,27, -89,SUCCESS,2,0,1181.08,31575.49,32756.57,27, -105,SUCCESS,2,1,374.93,32542.82,32917.75,27, -106,SUCCESS,2,1,63.72,32917.75,32981.47,27, -90,SUCCESS,2,0,881.44,32756.57,33638.01,27, -107,SUCCESS,2,1,780.89,32981.47,33762.36,27, -91,SUCCESS,2,0,526.39,33638.01,34164.4,27, -109,SUCCESS,2,1,493.69,33762.36,34256.05,27, -112,SUCCESS,2,1,730.09,34256.05,34986.14,27, -92,SUCCESS,2,0,1205.45,34164.4,35369.85,27, -114,SUCCESS,2,1,403.99,34986.14,35390.13,27, -98,SUCCESS,2,0,304.06,35369.85,35673.91,27, -115,SUCCESS,2,1,636.57,35390.13,36026.7,27, -118,SUCCESS,2,1,226.63,36026.7,36253.33,27, -104,SUCCESS,2,0,708.01,35673.91,36381.92,27, -108,SUCCESS,2,0,30.42,36381.92,36412.34,27, -110,SUCCESS,2,0,565.56,36412.34,36977.9,27, -111,SUCCESS,2,0,16.51,36977.9,36994.41,27, -113,SUCCESS,2,0,9.63,36994.41,37004.04,27, -119,SUCCESS,2,1,892.75,36253.33,37146.08,27, -116,SUCCESS,2,0,361.63,37004.04,37365.67,27, -117,SUCCESS,2,0,16.28,37365.67,37381.95,27, -120,SUCCESS,2,0,108.39,37381.95,37490.34,27, -122,SUCCESS,2,1,369.02,37146.08,37515.1,27, -121,SUCCESS,2,0,28.03,37490.34,37518.37,27, -123,SUCCESS,2,0,321.42,37518.37,37839.79,27, -126,SUCCESS,2,0,100.2,37839.79,37939.99,27, -127,SUCCESS,2,0,152.94,37939.99,38092.93,27, -128,SUCCESS,2,0,58.04,38092.93,38150.97,27, -124,SUCCESS,2,1,817.76,37515.1,38332.86,27, -125,SUCCESS,2,1,223.61,38332.86,38556.47,27, -129,SUCCESS,2,0,693.64,38150.97,38844.61,27, -130,SUCCESS,2,0,18.71,38844.61,38863.32,27, -131,SUCCESS,2,1,341.8,38556.47,38898.27,27, -132,SUCCESS,2,1,173.13,38898.27,39071.4,27, -136,SUCCESS,2,1,1299.25,39071.4,40370.65,27, -133,SUCCESS,2,0,2031.05,38863.32,40894.37,27, -143,SUCCESS,2,1,727.06,40370.65,41097.71,27, -134,SUCCESS,2,0,227.48,40894.37,41121.85,27, -144,SUCCESS,2,1,28.89,41097.71,41126.6,27, -135,SUCCESS,2,0,918.12,41121.85,42039.97,27, -137,SUCCESS,2,0,270.44,42039.97,42310.41,27, -138,SUCCESS,2,0,691.09,42310.41,43001.5,27, -139,SUCCESS,2,0,28.95,43001.5,43030.45,27, -140,SUCCESS,2,0,416.01,43030.45,43446.46,27, -141,SUCCESS,2,0,43.57,43446.46,43490.03,27, -142,SUCCESS,2,0,299.41,43490.03,43789.44,27, -145,SUCCESS,2,0,292.76,43789.44,44082.2,27, -146,SUCCESS,2,1,3380.73,41126.6,44507.33,27, -147,SUCCESS,2,1,56.14,44507.33,44563.47,27, -150,SUCCESS,2,1,142.75,44563.47,44706.22,27, -151,SUCCESS,2,1,731.99,44706.22,45438.21,27, -148,SUCCESS,2,0,1464.44,44082.2,45546.64,27, -152,SUCCESS,2,1,1090.74,45438.21,46528.95,27, -149,SUCCESS,2,0,1438.99,45546.64,46985.63,27, -153,SUCCESS,2,0,265.91,46985.63,47251.54,27, -155,SUCCESS,2,0,20.66,47251.54,47272.2,27, -157,SUCCESS,2,0,333.53,47272.2,47605.73,27, -161,SUCCESS,2,0,547.81,47605.73,48153.54,27, -162,SUCCESS,2,0,32.6,48153.54,48186.14,27, -165,SUCCESS,2,0,940.35,48186.14,49126.49,27, -167,SUCCESS,2,0,771.62,49126.49,49898.11,27, -169,SUCCESS,2,0,31,49898.11,49929.11,27, -170,SUCCESS,2,0,24.53,49929.11,49953.64,27, -154,SUCCESS,2,1,3580.14,46528.95,50109.09,27, -171,SUCCESS,2,0,604.61,49953.64,50558.25,27, -156,SUCCESS,2,1,861.3,50109.09,50970.39,27, -176,SUCCESS,2,0,955.74,50558.25,51513.99,27, -177,SUCCESS,2,0,20.71,51513.99,51534.7,27, -158,SUCCESS,2,1,585.56,50970.39,51555.95,27, -159,SUCCESS,2,1,392.31,51555.95,51948.26,27, -160,SUCCESS,2,1,43.16,51948.26,51991.42,27, -179,SUCCESS,2,0,515.9,51534.7,52050.6,27, -163,SUCCESS,2,1,100.34,51991.42,52091.76,27, -180,SUCCESS,2,0,215.03,52050.6,52265.63,27, -181,SUCCESS,2,0,40.52,52265.63,52306.15,27, -184,SUCCESS,2,0,707.61,52306.15,53013.76,27, -164,SUCCESS,2,1,1283.11,52091.76,53374.87,27, -185,SUCCESS,2,0,999.7,53013.76,54013.46,27, -166,SUCCESS,2,1,995.06,53374.87,54369.93,27, -186,SUCCESS,2,0,766.33,54013.46,54779.79,27, -189,SUCCESS,2,0,140.85,54779.79,54920.64,27, -168,SUCCESS,2,1,584.44,54369.93,54954.37,27, -172,SUCCESS,2,1,607.92,54954.37,55562.29,27, -192,SUCCESS,2,0,650.24,54920.64,55570.88,27, -194,SUCCESS,2,0,18.32,55570.88,55589.2,27, -173,SUCCESS,2,1,222.55,55562.29,55784.84,27, -195,SUCCESS,2,0,639.07,55589.2,56228.27,27, -198,SUCCESS,2,0,61.92,56228.27,56290.19,27, -202,SUCCESS,2,0,241.05,56290.19,56531.24,27, -174,SUCCESS,2,1,749.29,55784.84,56534.13,27, -175,SUCCESS,2,1,83.44,56534.13,56617.57,27, -203,SUCCESS,2,0,399.05,56531.24,56930.29,27, -204,SUCCESS,2,0,37.68,56930.29,56967.97,27, -178,SUCCESS,2,1,373.53,56617.57,56991.1,27, -182,SUCCESS,2,1,19.48,56991.1,57010.58,27, -183,SUCCESS,2,1,122.22,57010.58,57132.8,27, -187,SUCCESS,2,1,80.42,57132.8,57213.22,27, -206,SUCCESS,2,0,704.2,56967.97,57672.17,27, -188,SUCCESS,2,1,1841.78,57213.22,59055,27, -207,SUCCESS,2,0,1427.86,57672.17,59100.03,27, -209,SUCCESS,2,0,31.53,59100.03,59131.56,27, -210,SUCCESS,2,0,195.87,59131.56,59327.43,27, -190,SUCCESS,2,1,295.7,59055,59350.7,27, -191,SUCCESS,2,1,26.53,59350.7,59377.23,27, -193,SUCCESS,2,1,120.8,59377.23,59498.03,27, -213,SUCCESS,2,0,264.18,59327.43,59591.61,27, -215,SUCCESS,2,0,19.2,59591.61,59610.81,27, -196,SUCCESS,2,1,547.67,59498.03,60045.7,27, -216,SUCCESS,2,0,735.58,59610.81,60346.39,27, -197,SUCCESS,2,1,514.66,60045.7,60560.36,27, -199,SUCCESS,2,1,906.06,60560.36,61466.42,27, -200,SUCCESS,2,1,538.13,61466.42,62004.55,27, -218,SUCCESS,2,0,1711.74,60346.39,62058.13,27, -221,SUCCESS,2,0,44.44,62058.13,62102.57,27, -201,SUCCESS,2,1,371.1,62004.55,62375.65,27, -205,SUCCESS,2,1,215.63,62375.65,62591.28,27, -208,SUCCESS,2,1,927.81,62591.28,63519.09,27, -211,SUCCESS,2,1,32.34,63519.09,63551.43,27, -212,SUCCESS,2,1,751.6,63551.43,64303.03,27, -214,SUCCESS,2,1,857.38,64303.03,65160.41,27, -217,SUCCESS,2,1,847.81,65160.41,66008.22,27, -219,SUCCESS,2,1,47.25,66008.22,66055.47,27, -220,SUCCESS,2,1,897.03,66055.47,66952.5,27, -222,SUCCESS,2,1,425.35,66952.5,67377.85,27, -224,SUCCESS,2,1,1070.93,67377.85,68448.78,27, -227,SUCCESS,2,1,439.99,68448.78,68888.77,27, -229,SUCCESS,2,1,999.21,68888.77,69887.98,27, -230,SUCCESS,2,1,155.84,69887.98,70043.82,27, -234,SUCCESS,2,1,263.84,70043.82,70307.66,27, -235,SUCCESS,2,1,166.88,70307.66,70474.54,27, -236,SUCCESS,2,1,857.22,70474.54,71331.76,27, -238,SUCCESS,2,1,269.28,71331.76,71601.04,27, -223,SUCCESS,2,0,9820.66,62102.57,71923.23,27, -225,SUCCESS,2,0,460.16,71923.23,72383.39,27, -226,SUCCESS,2,0,33.71,72383.39,72417.1,27, -239,SUCCESS,2,1,881.06,71601.04,72482.1,27, -241,SUCCESS,2,1,20.35,72482.1,72502.45,27, -242,SUCCESS,2,1,246.25,72502.45,72748.7,27, -228,SUCCESS,2,0,694.69,72417.1,73111.79,27, -244,SUCCESS,2,1,949.81,72748.7,73698.51,27, -245,SUCCESS,2,1,678.6,73698.51,74377.11,27, -231,SUCCESS,2,0,1419.22,73111.79,74531.01,27, -246,SUCCESS,2,1,480.71,74377.11,74857.82,27, -247,SUCCESS,2,1,114.7,74857.82,74972.52,27, -232,SUCCESS,2,0,468.58,74531.01,74999.59,27, -233,SUCCESS,2,0,37.8,74999.59,75037.39,27, -249,SUCCESS,2,1,107.73,74972.52,75080.25,27, -237,SUCCESS,2,0,662.63,75037.39,75700.02,27, -253,SUCCESS,2,1,668.06,75080.25,75748.31,27, -240,SUCCESS,2,0,476.44,75700.02,76176.46,27, -243,SUCCESS,2,0,463.08,76176.46,76639.54,27, -248,SUCCESS,2,0,62.52,76639.54,76702.06,27, -256,SUCCESS,2,1,3236.29,75748.31,78984.6,27, -257,SUCCESS,2,1,533.3,78984.6,79517.9,27, -250,SUCCESS,2,0,3097.77,76702.06,79799.83,27, -251,SUCCESS,2,0,25.61,79799.83,79825.44,27, -252,SUCCESS,2,0,1403.47,79825.44,81228.91,27, -254,SUCCESS,2,0,80.22,81228.91,81309.13,27, -261,SUCCESS,2,1,1980.55,79517.9,81498.45,27, -263,SUCCESS,2,1,199.1,81498.45,81697.55,27, -264,SUCCESS,2,1,52.32,81697.55,81749.87,27, -255,SUCCESS,2,0,1435.8,81309.13,82744.93,27, -258,SUCCESS,2,0,434.81,82744.93,83179.74,27, -259,SUCCESS,2,0,140.66,83179.74,83320.4,27, -260,SUCCESS,2,0,551.8,83320.4,83872.2,27, -262,SUCCESS,2,0,15.09,83872.2,83887.29,27, -266,SUCCESS,2,0,823.3,83887.29,84710.59,27, -267,SUCCESS,2,0,821.88,84710.59,85532.47,27, -268,SUCCESS,2,0,301.19,85532.47,85833.66,27, -270,SUCCESS,2,0,45.93,85833.66,85879.59,27, -265,SUCCESS,2,1,4780.38,81749.87,86530.25,27, -275,SUCCESS,2,0,754.42,85879.59,86634.01,27, -269,SUCCESS,2,1,320.96,86530.25,86851.21,27, -279,SUCCESS,2,0,404.5,86634.01,87038.51,27, -280,SUCCESS,2,0,43.27,87038.51,87081.78,27, -271,SUCCESS,2,1,501.09,86851.21,87352.3,27, -272,SUCCESS,2,1,21.94,87352.3,87374.24,27, -283,SUCCESS,2,0,514.68,87081.78,87596.46,27, -284,SUCCESS,2,0,87.04,87596.46,87683.5,27, -289,SUCCESS,2,0,166.77,87683.5,87850.27,27, -273,SUCCESS,2,1,889.17,87374.24,88263.41,27, -290,SUCCESS,2,0,757.73,87850.27,88608,27, -274,SUCCESS,2,1,678.91,88263.41,88942.32,27, -276,SUCCESS,2,1,291.91,88942.32,89234.23,27, -292,SUCCESS,2,0,969.5,88608,89577.5,27, -293,SUCCESS,2,0,384.86,89577.5,89962.36,27, -294,SUCCESS,2,0,45.73,89962.36,90008.09,27, -277,SUCCESS,2,1,822.54,89234.23,90056.77,27, -278,SUCCESS,2,1,89.37,90056.77,90146.14,27, -295,SUCCESS,2,0,243.23,90008.09,90251.32,27, -296,SUCCESS,2,0,27.19,90251.32,90278.51,27, -281,SUCCESS,2,1,718.29,90146.14,90864.43,27, -297,SUCCESS,2,0,1662.59,90278.51,91941.1,27, -282,SUCCESS,2,1,1648.94,90864.43,92513.37,27, -285,SUCCESS,2,1,522.94,92513.37,93036.31,27, -286,SUCCESS,2,1,288.38,93036.31,93324.69,27, -287,SUCCESS,2,1,268.14,93324.69,93592.83,27, -288,SUCCESS,2,1,37.22,93592.83,93630.05,27, -291,SUCCESS,2,1,1235.05,93630.05,94865.1,27, diff --git a/output/iQuantumExample5-17-07-2023_12-27-09.csv b/output/iQuantumExample5-17-07-2023_12-27-09.csv deleted file mode 100644 index 0f320d4ac..000000000 --- a/output/iQuantumExample5-17-07-2023_12-27-09.csv +++ /dev/null @@ -1,299 +0,0 @@ -QTask_ID,Status,QDCenter,QNode_ID,Execution_Time,Start_Time,Finish_Time,No_Qubits,Application -2,SUCCESS,2,1,626.83,0.01,626.84,27,qftentangled -4,SUCCESS,2,1,18.96,626.84,645.8,27,routing -6,SUCCESS,2,1,339.16,645.8,984.96,27,qnn -7,SUCCESS,2,1,320.12,984.96,1305.08,27,qpeinexact -9,SUCCESS,2,1,51.8,1305.08,1356.88,27,ghz -10,SUCCESS,2,1,524.97,1356.88,1881.85,27,qpeexact -12,SUCCESS,2,1,32.64,1881.85,1914.49,27,wstate -0,SUCCESS,2,0,2743.58,0.01,2743.59,27,pricingcall -14,SUCCESS,2,1,858.36,1914.49,2772.85,27,qft -15,SUCCESS,2,1,83.19,2772.85,2856.04,27,qaoa -1,SUCCESS,2,0,1000.13,2743.59,3743.72,27,realamprandom -3,SUCCESS,2,0,42.89,3743.72,3786.61,27,routing -5,SUCCESS,2,0,155.23,3786.61,3941.84,27,dj -16,SUCCESS,2,1,1133.14,2856.04,3989.18,27,random -17,SUCCESS,2,1,21.86,3989.18,4011.04,27,graphstate -8,SUCCESS,2,0,655.36,3941.84,4597.2,27,su2random -11,SUCCESS,2,0,522.19,4597.2,5119.39,27,twolocalrandom -13,SUCCESS,2,0,847.79,5119.39,5967.18,27,ae -18,SUCCESS,2,1,2328.39,4011.04,6339.43,27,pricingcall -22,SUCCESS,2,1,294.18,6339.43,6633.61,27,portfoliovqe -19,SUCCESS,2,0,1243.26,5967.18,7210.44,27,ae -23,SUCCESS,2,1,684.73,6633.61,7318.34,27,qpeinexact -20,SUCCESS,2,0,150.09,7210.44,7360.53,27,wstate -24,SUCCESS,2,1,49.65,7318.34,7367.99,27,graphstate -21,SUCCESS,2,0,619.05,7360.53,7979.58,27,twolocalrandom -27,SUCCESS,2,0,453.69,7979.58,8433.27,27,qft -28,SUCCESS,2,0,28.58,8433.27,8461.85,27,dj -29,SUCCESS,2,0,453.54,8461.85,8915.39,27,qftentangled -30,SUCCESS,2,0,250.99,8915.39,9166.38,27,realamprandom -32,SUCCESS,2,0,7.59,9166.38,9173.97,27,ghz -25,SUCCESS,2,1,2484.25,7367.99,9852.24,27,random -34,SUCCESS,2,0,813.77,9173.97,9987.74,27,random -26,SUCCESS,2,1,463.41,9852.24,10315.65,27,qnn -35,SUCCESS,2,0,432.13,9987.74,10419.87,27,su2random -31,SUCCESS,2,1,256.82,10315.65,10572.47,27,qpeexact -33,SUCCESS,2,1,49.99,10572.47,10622.46,27,graphstate -37,SUCCESS,2,1,320.71,10622.46,10943.17,27,qnn -39,SUCCESS,2,1,46.15,10943.17,10989.32,27,graphstate -36,SUCCESS,2,0,676.11,10419.87,11095.98,27,qpeinexact -40,SUCCESS,2,1,547.51,10989.32,11536.83,27,pricingcall -38,SUCCESS,2,0,1193.89,11095.98,12289.87,27,qnn -47,SUCCESS,2,0,797.76,12289.87,13087.63,27,realamprandom -48,SUCCESS,2,0,57.92,13087.63,13145.55,27,dj -51,SUCCESS,2,0,256.39,13145.55,13401.94,27,qpeinexact -41,SUCCESS,2,1,2091.05,11536.83,13627.88,27,random -42,SUCCESS,2,1,377.94,13627.88,14005.82,27,su2random -53,SUCCESS,2,0,835.21,13401.94,14237.15,27,random -43,SUCCESS,2,1,350.36,14005.82,14356.18,27,qpeinexact -44,SUCCESS,2,1,12.22,14356.18,14368.4,27,ghz -54,SUCCESS,2,0,289.72,14237.15,14526.87,27,ae -55,SUCCESS,2,0,71.95,14526.87,14598.82,27,wstate -45,SUCCESS,2,1,293.29,14368.4,14661.69,27,qpeexact -46,SUCCESS,2,1,317.06,14661.69,14978.75,27,qftentangled -49,SUCCESS,2,1,256.95,14978.75,15235.7,27,qft -56,SUCCESS,2,0,824.11,14598.82,15422.93,27,twolocalrandom -50,SUCCESS,2,1,841.48,15235.7,16077.18,27,qnn -52,SUCCESS,2,1,37.16,16077.18,16114.34,27,graphstate -57,SUCCESS,2,1,345.27,16114.34,16459.61,27,portfoliovqe -60,SUCCESS,2,1,136.05,16459.61,16595.66,27,pricingcall -61,SUCCESS,2,1,20.73,16595.66,16616.39,27,graphstate -62,SUCCESS,2,1,51.16,16616.39,16667.55,27,qaoa -63,SUCCESS,2,1,499.55,16667.55,17167.1,27,qft -64,SUCCESS,2,1,2206.43,17167.1,19373.53,27,pricingput -67,SUCCESS,2,1,288.57,19373.53,19662.1,27,ae -68,SUCCESS,2,1,995.5,19662.1,20657.6,27,qpeexact -69,SUCCESS,2,1,45.79,20657.6,20703.39,27,ghz -73,SUCCESS,2,1,48.44,20703.39,20751.83,27,dj -76,SUCCESS,2,1,952.35,20751.83,21704.18,27,pricingcall -77,SUCCESS,2,1,1275.29,21704.18,22979.47,27,ae -58,SUCCESS,2,0,10901.85,15422.93,26324.78,27,pricingput -59,SUCCESS,2,0,1130.13,26324.78,27454.91,27,random -65,SUCCESS,2,0,429.94,27454.91,27884.85,27,twolocalrandom -66,SUCCESS,2,0,53.16,27884.85,27938.01,27,wstate -70,SUCCESS,2,0,349.26,27938.01,28287.27,27,qpeinexact -71,SUCCESS,2,0,661.45,28287.27,28948.72,27,su2random -72,SUCCESS,2,0,385.47,28948.72,29334.19,27,qnn -74,SUCCESS,2,0,1013.48,29334.19,30347.67,27,realamprandom -75,SUCCESS,2,0,240.6,30347.67,30588.27,27,qftentangled -78,SUCCESS,2,0,1679.06,30588.27,32267.33,27,twolocalrandom -79,SUCCESS,2,0,75.12,32267.33,32342.45,27,wstate -80,SUCCESS,2,0,43.28,32342.45,32385.73,27,graphstate -81,SUCCESS,2,0,68.47,32385.73,32454.2,27,tsp -86,SUCCESS,2,0,216.87,32454.2,32671.07,27,realamprandom -82,SUCCESS,2,1,9740.14,22979.47,32719.61,27,grover-v-chain -87,SUCCESS,2,0,157.53,32671.07,32828.6,27,qpeexact -88,SUCCESS,2,0,25.3,32828.6,32853.9,27,ghz -83,SUCCESS,2,1,472.1,32719.61,33191.71,27,qft -84,SUCCESS,2,1,42.43,33191.71,33234.14,27,dj -91,SUCCESS,2,0,501.68,32853.9,33355.58,27,qpeinexact -85,SUCCESS,2,1,174.94,33234.14,33409.08,27,qftentangled -92,SUCCESS,2,0,773.41,33355.58,34128.99,27,qnn -93,SUCCESS,2,0,1778.13,34128.99,35907.12,27,realamprandom -96,SUCCESS,2,0,38.95,35907.12,35946.07,27,vqe -89,SUCCESS,2,1,2773.2,33409.08,36182.28,27,qwalk-v-chain -97,SUCCESS,2,0,304.76,35946.07,36250.83,27,qnn -100,SUCCESS,2,0,91.32,36250.83,36342.15,27,ghz -90,SUCCESS,2,1,504.94,36182.28,36687.22,27,su2random -102,SUCCESS,2,0,538.29,36342.15,36880.44,27,qft -106,SUCCESS,2,0,111.16,36880.44,36991.6,27,dj -94,SUCCESS,2,1,368.25,36687.22,37055.47,27,qftentangled -95,SUCCESS,2,1,67.8,37055.47,37123.27,27,dj -98,SUCCESS,2,1,198.8,37123.27,37322.07,27,qpeinexact -107,SUCCESS,2,0,633.67,36991.6,37625.27,27,portfolioqaoa -110,SUCCESS,2,0,263.28,37625.27,37888.55,27,qpeexact -113,SUCCESS,2,0,17.81,37888.55,37906.36,27,graphstate -99,SUCCESS,2,1,878.14,37322.07,38200.21,27,su2random -114,SUCCESS,2,0,387.71,37906.36,38294.07,27,random -117,SUCCESS,2,0,12.65,38294.07,38306.72,27,ghz -101,SUCCESS,2,1,536.02,38200.21,38736.23,27,qpeexact -103,SUCCESS,2,1,67.6,38736.23,38803.83,27,wstate -119,SUCCESS,2,0,633.06,38306.72,38939.78,27,pricingput -104,SUCCESS,2,1,184.01,38803.83,38987.84,27,twolocalrandom -120,SUCCESS,2,0,97.47,38939.78,39037.25,27,dj -122,SUCCESS,2,0,252.37,39037.25,39289.62,27,twolocalrandom -105,SUCCESS,2,1,347.51,38987.84,39335.35,27,ae -108,SUCCESS,2,1,23.22,39335.35,39358.57,27,ghz -124,SUCCESS,2,0,479.77,39289.62,39769.39,27,qpeexact -109,SUCCESS,2,1,656.85,39358.57,40015.42,27,qft -111,SUCCESS,2,1,53.43,40015.42,40068.85,27,graphstate -125,SUCCESS,2,0,343.09,39769.39,40112.48,27,qft -126,SUCCESS,2,0,64.44,40112.48,40176.92,27,ghz -112,SUCCESS,2,1,412.63,40068.85,40481.48,27,random -129,SUCCESS,2,0,888.76,40176.92,41065.68,27,su2random -130,SUCCESS,2,0,39.89,41065.68,41105.57,27,vqe -115,SUCCESS,2,1,877.64,40481.48,41359.12,27,qft -134,SUCCESS,2,0,364.97,41105.57,41470.54,27,pricingput -116,SUCCESS,2,1,709.5,41359.12,42068.62,27,qpeexact -118,SUCCESS,2,1,282.28,42068.62,42350.9,27,portfolioqaoa -121,SUCCESS,2,1,55.36,42350.9,42406.26,27,wstate -135,SUCCESS,2,0,1022.61,41470.54,42493.15,27,qftentangled -123,SUCCESS,2,1,374.54,42406.26,42780.8,27,ae -127,SUCCESS,2,1,420.29,42780.8,43201.09,27,qpeinexact -128,SUCCESS,2,1,62.55,43201.09,43263.64,27,tsp -131,SUCCESS,2,1,298.3,43263.64,43561.94,27,qnn -136,SUCCESS,2,0,1074.78,42493.15,43567.93,27,qnn -142,SUCCESS,2,0,114.35,43567.93,43682.28,27,qftentangled -144,SUCCESS,2,0,41.98,43682.28,43724.26,27,dj -132,SUCCESS,2,1,172.83,43561.94,43734.77,27,dj -145,SUCCESS,2,0,366.39,43724.26,44090.65,27,qft -133,SUCCESS,2,1,1118.89,43734.77,44853.66,27,realamprandom -137,SUCCESS,2,1,195.32,44853.66,45048.98,27,su2random -138,SUCCESS,2,1,993.43,45048.98,46042.41,27,qpeinexact -146,SUCCESS,2,0,1960.3,44090.65,46050.95,27,random -139,SUCCESS,2,1,19.48,46042.41,46061.89,27,ghz -140,SUCCESS,2,1,231.93,46061.89,46293.82,27,qpeexact -141,SUCCESS,2,1,48.57,46293.82,46342.39,27,groundstate -143,SUCCESS,2,1,401.52,46342.39,46743.91,27,realamprandom -147,SUCCESS,2,1,72.07,46743.91,46815.98,27,graphstate -150,SUCCESS,2,1,195,46815.98,47010.98,27,wstate -148,SUCCESS,2,0,1279.9,46050.95,47330.85,27,ae -152,SUCCESS,2,1,490.43,47010.98,47501.41,27,qpeinexact -156,SUCCESS,2,1,559.65,47501.41,48061.06,27,qpeexact -157,SUCCESS,2,1,248.46,48061.06,48309.52,27,groundstate -159,SUCCESS,2,1,432.22,48309.52,48741.74,27,qftentangled -160,SUCCESS,2,1,93.16,48741.74,48834.9,27,dj -149,SUCCESS,2,0,1828.32,47330.85,49159.17,27,twolocalrandom -165,SUCCESS,2,1,1225.3,48834.9,50060.2,27,ae -151,SUCCESS,2,0,950.22,49159.17,50109.39,27,qnn -166,SUCCESS,2,1,459.28,50060.2,50519.48,27,pricingcall -153,SUCCESS,2,0,741.32,50109.39,50850.71,27,su2random -167,SUCCESS,2,1,572.43,50519.48,51091.91,27,random -168,SUCCESS,2,1,504.58,51091.91,51596.49,27,su2random -172,SUCCESS,2,1,958.91,51596.49,52555.4,27,portfolioqaoa -174,SUCCESS,2,1,502.75,52555.4,53058.15,27,twolocalrandom -176,SUCCESS,2,1,1052.1,53058.15,54110.25,27,qpeexact -179,SUCCESS,2,1,386.82,54110.25,54497.07,27,qpeinexact -180,SUCCESS,2,1,462.63,54497.07,54959.7,27,qnn -154,SUCCESS,2,0,4120.11,50850.71,54970.82,27,qwalk-v-chain -182,SUCCESS,2,1,12.84,54959.7,54972.54,27,routing -155,SUCCESS,2,0,28.85,54970.82,54999.67,27,ghz -158,SUCCESS,2,0,213.4,54999.67,55213.07,27,realamprandom -161,SUCCESS,2,0,442.51,55213.07,55655.58,27,qft -162,SUCCESS,2,0,23.29,55655.58,55678.87,27,graphstate -163,SUCCESS,2,0,143.47,55678.87,55822.34,27,wstate -185,SUCCESS,2,1,1238.87,54972.54,56211.41,27,realamprandom -187,SUCCESS,2,1,166.82,56211.41,56378.23,27,pricingput -164,SUCCESS,2,0,723.37,55822.34,56545.71,27,twolocalrandom -169,SUCCESS,2,0,17.05,56545.71,56562.76,27,graphstate -170,SUCCESS,2,0,28.22,56562.76,56590.98,27,qaoa -171,SUCCESS,2,0,587.27,56590.98,57178.25,27,qft -173,SUCCESS,2,0,531.55,57178.25,57709.8,27,ae -175,SUCCESS,2,0,62.59,57709.8,57772.39,27,wstate -177,SUCCESS,2,0,38.43,57772.39,57810.82,27,ghz -188,SUCCESS,2,1,1911.98,56378.23,58290.21,27,realamprandom -191,SUCCESS,2,1,29.39,58290.21,58319.6,27,vqe -193,SUCCESS,2,1,114.81,58319.6,58434.41,27,qpeinexact -194,SUCCESS,2,1,25.32,58434.41,58459.73,27,ghz -178,SUCCESS,2,0,917.96,57810.82,58728.78,27,su2random -181,SUCCESS,2,0,23.85,58728.78,58752.63,27,vqe -183,SUCCESS,2,0,65.37,58752.63,58818,27,dj -196,SUCCESS,2,1,562.98,58459.73,59022.71,27,ae -184,SUCCESS,2,0,349.51,58818,59167.51,27,qftentangled -197,SUCCESS,2,1,318.68,59022.71,59341.39,27,twolocalrandom -186,SUCCESS,2,0,341.06,59167.51,59508.57,27,qftentangled -189,SUCCESS,2,0,127.47,59508.57,59636.04,27,dj -190,SUCCESS,2,0,495.06,59636.04,60131.1,27,qnn -192,SUCCESS,2,0,424.53,60131.1,60555.63,27,su2random -199,SUCCESS,2,1,1414.8,59341.39,60756.19,27,pricingput -195,SUCCESS,2,0,457.99,60555.63,61013.62,27,qpeexact -198,SUCCESS,2,0,22.82,61013.62,61036.44,27,wstate -202,SUCCESS,2,1,362.41,60756.19,61118.6,27,random -204,SUCCESS,2,1,26.35,61118.6,61144.95,27,graphstate -205,SUCCESS,2,1,201.45,61144.95,61346.4,27,wstate -200,SUCCESS,2,0,723.57,61036.44,61760.01,27,portfolioqaoa -206,SUCCESS,2,1,557.36,61346.4,61903.76,27,pricingput -201,SUCCESS,2,0,290.98,61760.01,62050.99,27,qft -203,SUCCESS,2,0,531.39,62050.99,62582.38,27,su2random -209,SUCCESS,2,0,58.23,62582.38,62640.61,27,graphstate -213,SUCCESS,2,0,218.42,62640.61,62859.03,27,qftentangled -207,SUCCESS,2,1,998.43,61903.76,62902.19,27,twolocalrandom -208,SUCCESS,2,1,596.38,62902.19,63498.57,27,ae -214,SUCCESS,2,0,762.76,62859.03,63621.79,27,qpeexact -215,SUCCESS,2,0,23.9,63621.79,63645.69,27,ghz -210,SUCCESS,2,1,529.96,63498.57,64028.53,27,qft -211,SUCCESS,2,1,78.63,64028.53,64107.16,27,dj -216,SUCCESS,2,0,598.48,63645.69,64244.17,27,qpeinexact -219,SUCCESS,2,0,16.89,64244.17,64261.06,27,graphstate -212,SUCCESS,2,1,451.51,64107.16,64558.67,27,realamprandom -217,SUCCESS,2,1,668.64,64558.67,65227.31,27,su2random -224,SUCCESS,2,0,1148.58,64261.06,65409.64,27,realamprandom -218,SUCCESS,2,1,704.17,65227.31,65931.48,27,qnn -225,SUCCESS,2,0,573.02,65409.64,65982.66,27,ae -228,SUCCESS,2,0,407.24,65982.66,66389.9,27,twolocalrandom -229,SUCCESS,2,0,896.89,66389.9,67286.79,27,qpeexact -220,SUCCESS,2,1,1439.86,65931.48,67371.34,27,random -221,SUCCESS,2,1,45.18,67371.34,67416.52,27,qaoa -231,SUCCESS,2,0,711.02,67286.79,67997.81,27,su2random -222,SUCCESS,2,1,1051.01,67416.52,68467.53,27,qft -232,SUCCESS,2,0,490.13,67997.81,68487.94,27,qpeinexact -233,SUCCESS,2,0,19.06,68487.94,68507,27,vqe -236,SUCCESS,2,0,692.62,68507,69199.62,27,qftentangled -237,SUCCESS,2,0,882.89,69199.62,70082.51,27,realamprandom -239,SUCCESS,2,0,441.44,70082.51,70523.95,27,qpeinexact -240,SUCCESS,2,0,269.03,70523.95,70792.98,27,su2random -242,SUCCESS,2,0,249.66,70792.98,71042.64,27,qpeexact -244,SUCCESS,2,0,526.13,71042.64,71568.77,27,realamprandom -245,SUCCESS,2,0,241.87,71568.77,71810.64,27,twolocalrandom -246,SUCCESS,2,0,148.93,71810.64,71959.57,27,qftentangled -247,SUCCESS,2,0,49.55,71959.57,72009.12,27,wstate -223,SUCCESS,2,1,4540.67,68467.53,73008.2,27,pricingcall -226,SUCCESS,2,1,84.95,73008.2,73093.15,27,wstate -252,SUCCESS,2,0,1120.1,72009.12,73129.22,27,twolocalrandom -253,SUCCESS,2,0,302.25,73129.22,73431.47,27,portfoliovqe -254,SUCCESS,2,0,163.3,73431.47,73594.77,27,wstate -227,SUCCESS,2,1,616.63,73093.15,73709.78,27,qftentangled -230,SUCCESS,2,1,131.34,73709.78,73841.12,27,ghz -257,SUCCESS,2,0,776.03,73594.77,74370.8,27,twolocalrandom -234,SUCCESS,2,1,795.95,73841.12,74637.07,27,qnn -235,SUCCESS,2,1,132.97,74637.07,74770.04,27,dj -238,SUCCESS,2,1,429.44,74770.04,75199.48,27,qnn -241,SUCCESS,2,1,16.87,75199.48,75216.35,27,ghz -258,SUCCESS,2,0,907.45,74370.8,75278.25,27,portfoliovqe -259,SUCCESS,2,0,68.99,75278.25,75347.24,27,wstate -243,SUCCESS,2,1,516.68,75216.35,75733.03,27,ae -248,SUCCESS,2,1,55.86,75733.03,75788.89,27,dj -249,SUCCESS,2,1,261.6,75788.89,76050.49,27,qft -266,SUCCESS,2,0,856.26,75347.24,76203.5,27,ae -267,SUCCESS,2,0,476.14,76203.5,76679.64,27,realamprandom -250,SUCCESS,2,1,1493.82,76050.49,77544.31,27,random -251,SUCCESS,2,1,21.54,77544.31,77565.85,27,graphstate -268,SUCCESS,2,0,1107.79,76679.64,77787.43,27,twolocalrandom -271,SUCCESS,2,0,155.02,77787.43,77942.45,27,qpeexact -255,SUCCESS,2,1,623.16,77565.85,78189.01,27,ae -274,SUCCESS,2,0,453.48,77942.45,78395.93,27,su2random -276,SUCCESS,2,0,521.18,78395.93,78917.11,27,qftentangled -278,SUCCESS,2,0,145,78917.11,79062.11,27,dj -281,SUCCESS,2,0,586.95,79062.11,79649.06,27,qnn -287,SUCCESS,2,0,545,79649.06,80194.06,27,ae -288,SUCCESS,2,0,91.85,80194.06,80285.91,27,wstate -289,SUCCESS,2,0,504.13,80285.91,80790.04,27,qftentangled -290,SUCCESS,2,0,682.06,80790.04,81472.1,27,twolocalrandom -256,SUCCESS,2,1,3538.56,78189.01,81727.57,27,pricingcall -260,SUCCESS,2,1,737.96,81727.57,82465.53,27,ae -261,SUCCESS,2,1,870.06,82465.53,83335.59,27,random -262,SUCCESS,2,1,33.65,83335.59,83369.24,27,graphstate -263,SUCCESS,2,1,124.29,83369.24,83493.53,27,qft -264,SUCCESS,2,1,60.14,83493.53,83553.67,27,dj -291,SUCCESS,2,0,2334.23,81472.1,83806.33,27,pricingput -295,SUCCESS,2,0,368.44,83806.33,84174.77,27,pricingcall -265,SUCCESS,2,1,2668.42,83553.67,86222.09,27,pricingput -269,SUCCESS,2,1,233.73,86222.09,86455.82,27,qftentangled -270,SUCCESS,2,1,124.17,86455.82,86579.99,27,wstate -272,SUCCESS,2,1,15.95,86579.99,86595.94,27,ghz -273,SUCCESS,2,1,693.27,86595.94,87289.21,27,qpeinexact -275,SUCCESS,2,1,402.76,87289.21,87691.97,27,qnn -277,SUCCESS,2,1,723.34,87691.97,88415.31,27,realamprandom -279,SUCCESS,2,1,567.42,88415.31,88982.73,27,groundstate -280,SUCCESS,2,1,14.24,88982.73,88996.97,27,vqe -282,SUCCESS,2,1,1728.13,88996.97,90725.1,27,su2random -283,SUCCESS,2,1,570.97,90725.1,91296.07,27,qpeinexact -284,SUCCESS,2,1,82.15,91296.07,91378.22,27,ghz -285,SUCCESS,2,1,907.61,91378.22,92285.83,27,qpeexact -286,SUCCESS,2,1,709.32,92285.83,92995.15,27,realamprandom -292,SUCCESS,2,1,571.31,92995.15,93566.46,27,portfolioqaoa -293,SUCCESS,2,1,871.38,93566.46,94437.84,27,qft -294,SUCCESS,2,1,28.6,94437.84,94466.44,27,qaoa -296,SUCCESS,2,1,14.39,94466.44,94480.83,27,graphstate -297,SUCCESS,2,1,1810.23,94480.83,96291.06,27,random diff --git a/output/iQuantumExample5-17-07-2023_12-40-31.csv b/output/iQuantumExample5-17-07-2023_12-40-31.csv deleted file mode 100644 index ff242ec39..000000000 --- a/output/iQuantumExample5-17-07-2023_12-40-31.csv +++ /dev/null @@ -1,299 +0,0 @@ -QTask_ID,Status,QDCenter,QNode_ID,Execution_Time,Start_Time,Finish_Time,No_Qubits,Application, Cost -1,SUCCESS,2,1,774.06,0.01,774.07,27,realamprandom,0.0 -2,SUCCESS,2,1,618.3,774.07,1392.37,27,qftentangled,0.0 -3,SUCCESS,2,1,28.26,1392.37,1420.63,27,routing,0.0 -0,SUCCESS,2,0,2733.55,0.01,2733.56,27,pricingcall,0.0 -4,SUCCESS,2,0,46.26,2733.56,2779.82,27,routing,0.0 -5,SUCCESS,2,0,87.78,2779.82,2867.6,27,dj,0.0 -6,SUCCESS,2,0,214.42,2867.6,3082.02,27,qnn,0.0 -8,SUCCESS,2,1,1963.65,1420.63,3384.28,27,su2random,0.0 -12,SUCCESS,2,1,85.62,3384.28,3469.9,27,wstate,0.0 -7,SUCCESS,2,0,525.78,3082.02,3607.8,27,qpeinexact,0.0 -9,SUCCESS,2,0,78.28,3607.8,3686.08,27,ghz,0.0 -13,SUCCESS,2,1,823.04,3469.9,4292.94,27,ae,0.0 -10,SUCCESS,2,0,670.64,3686.08,4356.72,27,qpeexact,0.0 -11,SUCCESS,2,0,326.01,4356.72,4682.73,27,twolocalrandom,0.0 -14,SUCCESS,2,1,653.05,4292.94,4945.99,27,qft,0.0 -15,SUCCESS,2,1,64.91,4945.99,5010.9,27,qaoa,0.0 -18,SUCCESS,2,0,997.04,4682.73,5679.77,27,pricingcall,0.0 -20,SUCCESS,2,0,65.49,5679.77,5745.26,27,wstate,0.0 -16,SUCCESS,2,1,1131.61,5010.9,6142.51,27,random,0.0 -17,SUCCESS,2,1,39.31,6142.51,6181.82,27,graphstate,0.0 -19,SUCCESS,2,1,410.13,6181.82,6591.95,27,ae,0.0 -21,SUCCESS,2,0,1260.01,5745.26,7005.27,27,twolocalrandom,0.0 -22,SUCCESS,2,1,464.44,6591.95,7056.39,27,portfoliovqe,0.0 -27,SUCCESS,2,0,131.07,7005.27,7136.34,27,qft,0.0 -28,SUCCESS,2,0,81.61,7136.34,7217.95,27,dj,0.0 -31,SUCCESS,2,0,290.79,7217.95,7508.74,27,qpeexact,0.0 -37,SUCCESS,2,0,332.48,7508.74,7841.22,27,qnn,0.0 -23,SUCCESS,2,1,869.77,7056.39,7926.16,27,qpeinexact,0.0 -24,SUCCESS,2,1,38.02,7926.16,7964.18,27,graphstate,0.0 -38,SUCCESS,2,0,638.5,7841.22,8479.72,27,qnn,0.0 -41,SUCCESS,2,0,898.32,8479.72,9378.04,27,random,0.0 -42,SUCCESS,2,0,206.48,9378.04,9584.52,27,su2random,0.0 -25,SUCCESS,2,1,1836.52,7964.18,9800.7,27,random,0.0 -46,SUCCESS,2,0,240.37,9584.52,9824.89,27,qftentangled,0.0 -48,SUCCESS,2,0,41.73,9824.89,9866.62,27,dj,0.0 -49,SUCCESS,2,0,333.21,9866.62,10199.83,27,qft,0.0 -52,SUCCESS,2,0,29.42,10199.83,10229.25,27,graphstate,0.0 -55,SUCCESS,2,0,108.3,10229.25,10337.55,27,wstate,0.0 -60,SUCCESS,2,0,111.23,10337.55,10448.78,27,pricingcall,0.0 -61,SUCCESS,2,0,38.25,10448.78,10487.03,27,graphstate,0.0 -26,SUCCESS,2,1,708.97,9800.7,10509.67,27,qnn,0.0 -29,SUCCESS,2,1,286.95,10509.67,10796.62,27,qftentangled,0.0 -63,SUCCESS,2,0,454.34,10487.03,10941.37,27,qft,0.0 -30,SUCCESS,2,1,277,10796.62,11073.62,27,realamprandom,0.0 -32,SUCCESS,2,1,25.4,11073.62,11099.02,27,ghz,0.0 -33,SUCCESS,2,1,45.38,11099.02,11144.4,27,graphstate,0.0 -68,SUCCESS,2,0,725.81,10941.37,11667.18,27,qpeexact,0.0 -70,SUCCESS,2,0,727.66,11667.18,12394.84,27,qpeinexact,0.0 -34,SUCCESS,2,1,1671.54,11144.4,12815.94,27,random,0.0 -71,SUCCESS,2,0,593.75,12394.84,12988.59,27,su2random,0.0 -35,SUCCESS,2,1,489.1,12815.94,13305.04,27,su2random,0.0 -74,SUCCESS,2,0,1311.14,12988.59,14299.73,27,realamprandom,0.0 -36,SUCCESS,2,1,1334.04,13305.04,14639.08,27,qpeinexact,0.0 -39,SUCCESS,2,1,47.03,14639.08,14686.11,27,graphstate,0.0 -75,SUCCESS,2,0,445.99,14299.73,14745.72,27,qftentangled,0.0 -40,SUCCESS,2,1,552.92,14686.11,15239.03,27,pricingcall,0.0 -77,SUCCESS,2,0,618.18,14745.72,15363.9,27,ae,0.0 -43,SUCCESS,2,1,983.7,15239.03,16222.73,27,qpeinexact,0.0 -44,SUCCESS,2,1,20.29,16222.73,16243.02,27,ghz,0.0 -45,SUCCESS,2,1,167.7,16243.02,16410.72,27,qpeexact,0.0 -47,SUCCESS,2,1,736.54,16410.72,17147.26,27,realamprandom,0.0 -78,SUCCESS,2,0,1916.14,15363.9,17280.04,27,twolocalrandom,0.0 -79,SUCCESS,2,0,87.05,17280.04,17367.09,27,wstate,0.0 -80,SUCCESS,2,0,26.63,17367.09,17393.72,27,graphstate,0.0 -81,SUCCESS,2,0,50.54,17393.72,17444.26,27,tsp,0.0 -50,SUCCESS,2,1,876.16,17147.26,18023.42,27,qnn,0.0 -51,SUCCESS,2,1,871.5,18023.42,18894.92,27,qpeinexact,0.0 -53,SUCCESS,2,1,1918.59,18894.92,20813.51,27,random,0.0 -54,SUCCESS,2,1,440.13,20813.51,21253.64,27,ae,0.0 -82,SUCCESS,2,0,3921.17,17444.26,21365.43,27,grover-v-chain,0.0 -56,SUCCESS,2,1,408.66,21253.64,21662.3,27,twolocalrandom,0.0 -83,SUCCESS,2,0,354.69,21365.43,21720.12,27,qft,0.0 -86,SUCCESS,2,0,499.54,21720.12,22219.66,27,realamprandom,0.0 -57,SUCCESS,2,1,606.27,21662.3,22268.57,27,portfoliovqe,0.0 -87,SUCCESS,2,0,326.78,22219.66,22546.44,27,qpeexact,0.0 -88,SUCCESS,2,0,20.65,22546.44,22567.09,27,ghz,0.0 -92,SUCCESS,2,0,1133.61,22567.09,23700.7,27,qnn,0.0 -97,SUCCESS,2,0,368.13,23700.7,24068.83,27,qnn,0.0 -98,SUCCESS,2,0,346.99,24068.83,24415.82,27,qpeinexact,0.0 -99,SUCCESS,2,0,658.23,24415.82,25074.05,27,su2random,0.0 -100,SUCCESS,2,0,45.82,25074.05,25119.87,27,ghz,0.0 -101,SUCCESS,2,0,876.39,25119.87,25996.26,27,qpeexact,0.0 -102,SUCCESS,2,0,631.3,25996.26,26627.56,27,qft,0.0 -104,SUCCESS,2,0,227.72,26627.56,26855.28,27,twolocalrandom,0.0 -106,SUCCESS,2,0,117.96,26855.28,26973.24,27,dj,0.0 -107,SUCCESS,2,0,540.51,26973.24,27513.75,27,portfolioqaoa,0.0 -111,SUCCESS,2,0,32.44,27513.75,27546.19,27,graphstate,0.0 -112,SUCCESS,2,0,645.98,27546.19,28192.17,27,random,0.0 -58,SUCCESS,2,1,5942.28,22268.57,28210.85,27,pricingput,0.0 -114,SUCCESS,2,0,595.98,28192.17,28788.15,27,random,0.0 -59,SUCCESS,2,1,843.64,28210.85,29054.49,27,random,0.0 -116,SUCCESS,2,0,286.24,28788.15,29074.39,27,qpeexact,0.0 -62,SUCCESS,2,1,48.31,29054.49,29102.8,27,qaoa,0.0 -117,SUCCESS,2,0,35.32,29074.39,29109.71,27,ghz,0.0 -118,SUCCESS,2,0,549.66,29109.71,29659.37,27,portfolioqaoa,0.0 -119,SUCCESS,2,0,992.17,29659.37,30651.54,27,pricingput,0.0 -122,SUCCESS,2,0,236.15,30651.54,30887.69,27,twolocalrandom,0.0 -123,SUCCESS,2,0,393.81,30887.69,31281.5,27,ae,0.0 -124,SUCCESS,2,0,507.23,31281.5,31788.73,27,qpeexact,0.0 -126,SUCCESS,2,0,60.54,31788.73,31849.27,27,ghz,0.0 -64,SUCCESS,2,1,2951.94,29102.8,32054.74,27,pricingput,0.0 -127,SUCCESS,2,0,394.87,31849.27,32244.14,27,qpeinexact,0.0 -128,SUCCESS,2,0,54.65,32244.14,32298.79,27,tsp,0.0 -129,SUCCESS,2,0,374.1,32298.79,32672.89,27,su2random,0.0 -130,SUCCESS,2,0,40.82,32672.89,32713.71,27,vqe,0.0 -65,SUCCESS,2,1,763.05,32054.74,32817.79,27,twolocalrandom,0.0 -132,SUCCESS,2,0,125.53,32713.71,32839.24,27,dj,0.0 -66,SUCCESS,2,1,109.26,32817.79,32927.05,27,wstate,0.0 -67,SUCCESS,2,1,276.31,32927.05,33203.36,27,ae,0.0 -69,SUCCESS,2,1,113.36,33203.36,33316.72,27,ghz,0.0 -133,SUCCESS,2,0,823.36,32839.24,33662.6,27,realamprandom,0.0 -72,SUCCESS,2,1,400.83,33316.72,33717.55,27,qnn,0.0 -134,SUCCESS,2,0,185.68,33662.6,33848.28,27,pricingput,0.0 -73,SUCCESS,2,1,160.77,33717.55,33878.32,27,dj,0.0 -137,SUCCESS,2,0,650.14,33848.28,34498.42,27,su2random,0.0 -76,SUCCESS,2,1,622.92,33878.32,34501.24,27,pricingcall,0.0 -139,SUCCESS,2,0,24.64,34498.42,34523.06,27,ghz,0.0 -84,SUCCESS,2,1,28.87,34501.24,34530.11,27,dj,0.0 -141,SUCCESS,2,0,89.61,34523.06,34612.67,27,groundstate,0.0 -85,SUCCESS,2,1,155.91,34530.11,34686.02,27,qftentangled,0.0 -142,SUCCESS,2,0,304.79,34612.67,34917.46,27,qftentangled,0.0 -144,SUCCESS,2,0,37.89,34917.46,34955.35,27,dj,0.0 -149,SUCCESS,2,0,2054.41,34955.35,37009.76,27,twolocalrandom,0.0 -89,SUCCESS,2,1,3544.54,34686.02,38230.56,27,qwalk-v-chain,0.0 -90,SUCCESS,2,1,582.31,38230.56,38812.87,27,su2random,0.0 -91,SUCCESS,2,1,611.37,38812.87,39424.24,27,qpeinexact,0.0 -154,SUCCESS,2,0,3597.97,37009.76,40607.73,27,qwalk-v-chain,0.0 -159,SUCCESS,2,0,478.72,40607.73,41086.45,27,qftentangled,0.0 -93,SUCCESS,2,1,1691.39,39424.24,41115.63,27,realamprandom,0.0 -163,SUCCESS,2,0,187.83,41086.45,41274.28,27,wstate,0.0 -94,SUCCESS,2,1,566.83,41115.63,41682.46,27,qftentangled,0.0 -95,SUCCESS,2,1,137.15,41682.46,41819.61,27,dj,0.0 -96,SUCCESS,2,1,27.58,41819.61,41847.19,27,vqe,0.0 -103,SUCCESS,2,1,34.5,41847.19,41881.69,27,wstate,0.0 -105,SUCCESS,2,1,273,41881.69,42154.69,27,ae,0.0 -108,SUCCESS,2,1,17.44,42154.69,42172.13,27,ghz,0.0 -109,SUCCESS,2,1,615.25,42172.13,42787.38,27,qft,0.0 -164,SUCCESS,2,0,1822.66,41274.28,43096.94,27,twolocalrandom,0.0 -110,SUCCESS,2,1,416.18,42787.38,43203.56,27,qpeexact,0.0 -113,SUCCESS,2,1,9.84,43203.56,43213.4,27,graphstate,0.0 -115,SUCCESS,2,1,650.77,43213.4,43864.17,27,qft,0.0 -120,SUCCESS,2,1,39.52,43864.17,43903.69,27,dj,0.0 -121,SUCCESS,2,1,68.49,43903.69,43972.18,27,wstate,0.0 -125,SUCCESS,2,1,210.05,43972.18,44182.23,27,qft,0.0 -165,SUCCESS,2,0,1242.66,43096.94,44339.6,27,ae,0.0 -131,SUCCESS,2,1,317.18,44182.23,44499.41,27,qnn,0.0 -166,SUCCESS,2,0,434.49,44339.6,44774.09,27,pricingcall,0.0 -170,SUCCESS,2,0,49.55,44774.09,44823.64,27,qaoa,0.0 -135,SUCCESS,2,1,764.33,44499.41,45263.74,27,qftentangled,0.0 -171,SUCCESS,2,0,741.54,44823.64,45565.18,27,qft,0.0 -136,SUCCESS,2,1,1005.39,45263.74,46269.13,27,qnn,0.0 -172,SUCCESS,2,0,882.81,45565.18,46447.99,27,portfolioqaoa,0.0 -138,SUCCESS,2,1,481.03,46269.13,46750.16,27,qpeinexact,0.0 -174,SUCCESS,2,0,625.84,46447.99,47073.83,27,twolocalrandom,0.0 -177,SUCCESS,2,0,42.56,47073.83,47116.39,27,ghz,0.0 -140,SUCCESS,2,1,524.51,46750.16,47274.67,27,qpeexact,0.0 -143,SUCCESS,2,1,504.72,47274.67,47779.39,27,realamprandom,0.0 -145,SUCCESS,2,1,354.12,47779.39,48133.51,27,qft,0.0 -178,SUCCESS,2,0,1146.23,47116.39,48262.62,27,su2random,0.0 -181,SUCCESS,2,0,28.27,48262.62,48290.89,27,vqe,0.0 -182,SUCCESS,2,0,10.94,48290.89,48301.83,27,routing,0.0 -183,SUCCESS,2,0,67.09,48301.83,48368.92,27,dj,0.0 -185,SUCCESS,2,0,1069.45,48368.92,49438.37,27,realamprandom,0.0 -146,SUCCESS,2,1,1817.19,48133.51,49950.7,27,random,0.0 -147,SUCCESS,2,1,22.89,49950.7,49973.59,27,graphstate,0.0 -186,SUCCESS,2,0,974.35,49438.37,50412.72,27,qftentangled,0.0 -187,SUCCESS,2,0,215.59,50412.72,50628.31,27,pricingput,0.0 -148,SUCCESS,2,1,747.29,49973.59,50720.88,27,ae,0.0 -150,SUCCESS,2,1,71.05,50720.88,50791.93,27,wstate,0.0 -192,SUCCESS,2,0,461.98,50628.31,51090.29,27,su2random,0.0 -196,SUCCESS,2,0,300.5,51090.29,51390.79,27,ae,0.0 -197,SUCCESS,2,0,300,51390.79,51690.79,27,twolocalrandom,0.0 -198,SUCCESS,2,0,54.69,51690.79,51745.48,27,wstate,0.0 -151,SUCCESS,2,1,1256.28,50791.93,52048.21,27,qnn,0.0 -199,SUCCESS,2,0,1124.1,51745.48,52869.58,27,pricingput,0.0 -201,SUCCESS,2,0,543.82,52869.58,53413.4,27,qft,0.0 -152,SUCCESS,2,1,1467.56,52048.21,53515.77,27,qpeinexact,0.0 -203,SUCCESS,2,0,571.94,53413.4,53985.34,27,su2random,0.0 -204,SUCCESS,2,0,17.13,53985.34,54002.47,27,graphstate,0.0 -153,SUCCESS,2,1,826.79,53515.77,54342.56,27,su2random,0.0 -155,SUCCESS,2,1,34.1,54342.56,54376.66,27,ghz,0.0 -156,SUCCESS,2,1,245.54,54376.66,54622.2,27,qpeexact,0.0 -157,SUCCESS,2,1,582.79,54622.2,55204.99,27,groundstate,0.0 -207,SUCCESS,2,0,1381.37,54002.47,55383.84,27,twolocalrandom,0.0 -158,SUCCESS,2,1,208.25,55204.99,55413.24,27,realamprandom,0.0 -160,SUCCESS,2,1,65.25,55413.24,55478.49,27,dj,0.0 -161,SUCCESS,2,1,231.18,55478.49,55709.67,27,qft,0.0 -210,SUCCESS,2,0,329.29,55383.84,55713.13,27,qft,0.0 -162,SUCCESS,2,1,55.99,55709.67,55765.66,27,graphstate,0.0 -213,SUCCESS,2,0,125.02,55713.13,55838.15,27,qftentangled,0.0 -167,SUCCESS,2,1,743.19,55765.66,56508.85,27,random,0.0 -214,SUCCESS,2,0,928.22,55838.15,56766.37,27,qpeexact,0.0 -168,SUCCESS,2,1,291.82,56508.85,56800.67,27,su2random,0.0 -169,SUCCESS,2,1,15.2,56800.67,56815.87,27,graphstate,0.0 -173,SUCCESS,2,1,293.57,56815.87,57109.44,27,ae,0.0 -175,SUCCESS,2,1,88.45,57109.44,57197.89,27,wstate,0.0 -176,SUCCESS,2,1,499.44,57197.89,57697.33,27,qpeexact,0.0 -217,SUCCESS,2,0,936.01,56766.37,57702.38,27,su2random,0.0 -179,SUCCESS,2,1,146.85,57697.33,57844.18,27,qpeinexact,0.0 -180,SUCCESS,2,1,299.87,57844.18,58144.05,27,qnn,0.0 -184,SUCCESS,2,1,714.06,58144.05,58858.11,27,qftentangled,0.0 -218,SUCCESS,2,0,1670.01,57702.38,59372.39,27,qnn,0.0 -188,SUCCESS,2,1,1498.09,58858.11,60356.2,27,realamprandom,0.0 -189,SUCCESS,2,1,56.35,60356.2,60412.55,27,dj,0.0 -220,SUCCESS,2,0,1105.6,59372.39,60477.99,27,random,0.0 -190,SUCCESS,2,1,160.13,60412.55,60572.68,27,qnn,0.0 -191,SUCCESS,2,1,20.48,60572.68,60593.16,27,vqe,0.0 -193,SUCCESS,2,1,379.55,60593.16,60972.71,27,qpeinexact,0.0 -194,SUCCESS,2,1,16.08,60972.71,60988.79,27,ghz,0.0 -195,SUCCESS,2,1,836.32,60988.79,61825.11,27,qpeexact,0.0 -200,SUCCESS,2,1,872.54,61825.11,62697.65,27,portfolioqaoa,0.0 -202,SUCCESS,2,1,447.31,62697.65,63144.96,27,random,0.0 -205,SUCCESS,2,1,99.67,63144.96,63244.63,27,wstate,0.0 -206,SUCCESS,2,1,671.46,63244.63,63916.09,27,pricingput,0.0 -208,SUCCESS,2,1,1098.77,63916.09,65014.86,27,ae,0.0 -209,SUCCESS,2,1,27.18,65014.86,65042.04,27,graphstate,0.0 -211,SUCCESS,2,1,71.58,65042.04,65113.62,27,dj,0.0 -212,SUCCESS,2,1,272.38,65113.62,65386,27,realamprandom,0.0 -215,SUCCESS,2,1,10.54,65386,65396.54,27,ghz,0.0 -216,SUCCESS,2,1,1494.4,65396.54,66890.94,27,qpeinexact,0.0 -219,SUCCESS,2,1,27.95,66890.94,66918.89,27,graphstate,0.0 -221,SUCCESS,2,1,58.09,66918.89,66976.98,27,qaoa,0.0 -222,SUCCESS,2,1,1040.15,66976.98,68017.13,27,qft,0.0 -224,SUCCESS,2,1,635.5,68017.13,68652.63,27,realamprandom,0.0 -225,SUCCESS,2,1,678.48,68652.63,69331.11,27,ae,0.0 -228,SUCCESS,2,1,741.96,69331.11,70073.07,27,twolocalrandom,0.0 -229,SUCCESS,2,1,830.89,70073.07,70903.96,27,qpeexact,0.0 -223,SUCCESS,2,0,11310.38,60477.99,71788.37,27,pricingcall,0.0 -231,SUCCESS,2,1,916.31,70903.96,71820.27,27,su2random,0.0 -226,SUCCESS,2,0,65.78,71788.37,71854.15,27,wstate,0.0 -227,SUCCESS,2,0,561.22,71854.15,72415.37,27,qftentangled,0.0 -232,SUCCESS,2,1,669.36,71820.27,72489.63,27,qpeinexact,0.0 -230,SUCCESS,2,0,136.85,72415.37,72552.22,27,ghz,0.0 -233,SUCCESS,2,0,33.32,72552.22,72585.54,27,vqe,0.0 -234,SUCCESS,2,0,298.62,72585.54,72884.16,27,qnn,0.0 -235,SUCCESS,2,0,119.04,72884.16,73003.2,27,dj,0.0 -237,SUCCESS,2,1,1349.8,72489.63,73839.43,27,realamprandom,0.0 -236,SUCCESS,2,0,862.21,73003.2,73865.41,27,qftentangled,0.0 -239,SUCCESS,2,0,514.41,73865.41,74379.82,27,qpeinexact,0.0 -240,SUCCESS,2,0,333.03,74379.82,74712.85,27,su2random,0.0 -241,SUCCESS,2,0,23.25,74712.85,74736.1,27,ghz,0.0 -238,SUCCESS,2,1,1012.05,73839.43,74851.48,27,qnn,0.0 -242,SUCCESS,2,0,182.18,74736.1,74918.28,27,qpeexact,0.0 -244,SUCCESS,2,1,345.26,74851.48,75196.74,27,realamprandom,0.0 -243,SUCCESS,2,0,730.1,74918.28,75648.38,27,ae,0.0 -245,SUCCESS,2,1,470.66,75196.74,75667.4,27,twolocalrandom,0.0 -247,SUCCESS,2,0,80.92,75648.38,75729.3,27,wstate,0.0 -246,SUCCESS,2,1,495.55,75667.4,76162.95,27,qftentangled,0.0 -248,SUCCESS,2,1,16.22,76162.95,76179.17,27,dj,0.0 -249,SUCCESS,2,1,300.75,76179.17,76479.92,27,qft,0.0 -253,SUCCESS,2,1,308.46,76479.92,76788.38,27,portfoliovqe,0.0 -254,SUCCESS,2,1,99.49,76788.38,76887.87,27,wstate,0.0 -255,SUCCESS,2,1,1002.08,76887.87,77889.95,27,ae,0.0 -259,SUCCESS,2,1,117.67,77889.95,78007.62,27,wstate,0.0 -250,SUCCESS,2,0,2648.61,75729.3,78377.91,27,random,0.0 -251,SUCCESS,2,0,12.21,78377.91,78390.12,27,graphstate,0.0 -260,SUCCESS,2,1,1183.59,78007.62,79191.21,27,ae,0.0 -262,SUCCESS,2,1,9.94,79191.21,79201.15,27,graphstate,0.0 -252,SUCCESS,2,0,917.39,78390.12,79307.51,27,twolocalrandom,0.0 -263,SUCCESS,2,1,246.39,79201.15,79447.54,27,qft,0.0 -264,SUCCESS,2,1,47.89,79447.54,79495.43,27,dj,0.0 -256,SUCCESS,2,0,1763.1,79307.51,81070.61,27,pricingcall,0.0 -257,SUCCESS,2,0,967.95,81070.61,82038.56,27,twolocalrandom,0.0 -258,SUCCESS,2,0,738.19,82038.56,82776.75,27,portfoliovqe,0.0 -265,SUCCESS,2,1,4780.38,79495.43,84275.81,27,pricingput,0.0 -267,SUCCESS,2,1,958.98,84275.81,85234.79,27,realamprandom,0.0 -270,SUCCESS,2,1,113.98,85234.79,85348.77,27,wstate,0.0 -261,SUCCESS,2,0,2646.05,82776.75,85422.8,27,random,0.0 -266,SUCCESS,2,0,302.4,85422.8,85725.2,27,ae,0.0 -274,SUCCESS,2,1,776.36,85348.77,86125.13,27,su2random,0.0 -268,SUCCESS,2,0,652.3,85725.2,86377.5,27,twolocalrandom,0.0 -269,SUCCESS,2,0,306.32,86377.5,86683.82,27,qftentangled,0.0 -271,SUCCESS,2,0,438.94,86683.82,87122.76,27,qpeexact,0.0 -272,SUCCESS,2,0,20.26,87122.76,87143.02,27,ghz,0.0 -277,SUCCESS,2,1,1389.22,86125.13,87514.35,27,realamprandom,0.0 -273,SUCCESS,2,0,754.65,87143.02,87897.67,27,qpeinexact,0.0 -281,SUCCESS,2,1,486.62,87514.35,88000.97,27,qnn,0.0 -283,SUCCESS,2,1,227.24,88000.97,88228.21,27,qpeinexact,0.0 -284,SUCCESS,2,1,135.1,88228.21,88363.31,27,ghz,0.0 -275,SUCCESS,2,0,577.9,87897.67,88475.57,27,qnn,0.0 -285,SUCCESS,2,1,431.51,88363.31,88794.82,27,qpeexact,0.0 -288,SUCCESS,2,1,33.99,88794.82,88828.81,27,wstate,0.0 -276,SUCCESS,2,0,467.18,88475.57,88942.75,27,qftentangled,0.0 -278,SUCCESS,2,0,61.84,88942.75,89004.59,27,dj,0.0 -289,SUCCESS,2,1,600.86,88828.81,89429.67,27,qftentangled,0.0 -279,SUCCESS,2,0,668.14,89004.59,89672.73,27,groundstate,0.0 -290,SUCCESS,2,1,258.33,89429.67,89688,27,twolocalrandom,0.0 -280,SUCCESS,2,0,38.5,89672.73,89711.23,27,vqe,0.0 -282,SUCCESS,2,0,476.16,89711.23,90187.39,27,su2random,0.0 -286,SUCCESS,2,0,472.77,90187.39,90660.16,27,realamprandom,0.0 -287,SUCCESS,2,0,670.69,90660.16,91330.85,27,ae,0.0 -291,SUCCESS,2,1,2021.21,89688,91709.21,27,pricingput,0.0 -292,SUCCESS,2,0,1202.29,91330.85,92533.14,27,portfolioqaoa,0.0 -293,SUCCESS,2,0,505.05,92533.14,93038.19,27,qft,0.0 -294,SUCCESS,2,0,40.14,93038.19,93078.33,27,qaoa,0.0 -297,SUCCESS,2,1,1524.87,91709.21,93234.08,27,random,0.0 -295,SUCCESS,2,0,204.16,93078.33,93282.49,27,pricingcall,0.0 -296,SUCCESS,2,0,17.28,93282.49,93299.77,27,graphstate,0.0 diff --git a/output/iQuantumExample5-17-07-2023_12-43-37.csv b/output/iQuantumExample5-17-07-2023_12-43-37.csv deleted file mode 100644 index 8e2f07969..000000000 --- a/output/iQuantumExample5-17-07-2023_12-43-37.csv +++ /dev/null @@ -1,299 +0,0 @@ -QTask_ID,Status,QDCenter,QNode_ID,Execution_Time,Start_Time,Finish_Time,No_Qubits,Application, Cost -2,SUCCESS,2,0,531.42,0.01,531.43,27,qftentangled,850.2643478260869 -3,SUCCESS,2,0,16.22,531.43,547.65,27,routing,25.959652173913128 -4,SUCCESS,2,0,31.86,547.65,579.51,27,routing,50.97600000000003 -9,SUCCESS,2,0,79.73,579.51,659.24,27,ghz,127.56800000000004 -11,SUCCESS,2,0,449.56,659.24,1108.8,27,twolocalrandom,719.2959999999999 -12,SUCCESS,2,0,81.6,1108.8,1190.4,27,wstate,130.56000000000023 -13,SUCCESS,2,0,296.94,1190.4,1487.34,27,ae,475.10399999999976 -15,SUCCESS,2,0,33.81,1487.34,1521.15,27,qaoa,54.09600000000028 -17,SUCCESS,2,0,40.16,1521.15,1561.31,27,graphstate,64.25599999999977 -19,SUCCESS,2,0,829.95,1561.31,2391.26,27,ae,1327.9200000000005 -25,SUCCESS,2,0,1850.09,2391.26,4241.35,27,random,2960.1440000000002 -0,SUCCESS,2,1,4858.2,0.01,4858.21,27,pricingcall,7773.12 -26,SUCCESS,2,0,705.39,4241.35,4946.74,27,qnn,1128.6239999999991 -28,SUCCESS,2,0,43.18,4946.74,4989.92,27,dj,69.08800000000046 -32,SUCCESS,2,0,7.18,4989.92,4997.1,27,ghz,11.488000000000467 -1,SUCCESS,2,1,412.05,4858.21,5270.26,27,realamprandom,659.2800000000003 -5,SUCCESS,2,1,64.21,5270.26,5334.47,27,dj,102.73600000000006 -6,SUCCESS,2,1,565.46,5334.47,5899.93,27,qnn,904.7360000000001 -7,SUCCESS,2,1,474.78,5899.93,6374.71,27,qpeinexact,759.6479999999997 -34,SUCCESS,2,0,1687.33,4997.1,6684.43,27,random,2699.728 -35,SUCCESS,2,0,320.37,6684.43,7004.8,27,su2random,512.5919999999999 -8,SUCCESS,2,1,1076.87,6374.71,7451.58,27,su2random,1722.992 -36,SUCCESS,2,0,707.09,7004.8,7711.89,27,qpeinexact,1131.3440000000003 -39,SUCCESS,2,0,33.94,7711.89,7745.83,27,graphstate,54.30399999999936 -10,SUCCESS,2,1,559.06,7451.58,8010.64,27,qpeexact,894.4960000000007 -40,SUCCESS,2,0,686.96,7745.83,8432.79,27,pricingcall,1099.1360000000016 -14,SUCCESS,2,1,618.13,8010.64,8628.77,27,qft,989.0080000000003 -42,SUCCESS,2,0,323.22,8432.79,8756.01,27,su2random,517.151999999999 -48,SUCCESS,2,0,36.82,8756.01,8792.83,27,dj,58.91199999999954 -16,SUCCESS,2,1,490.29,8628.77,9119.06,27,random,784.4639999999986 -50,SUCCESS,2,0,714.97,8792.83,9507.8,27,qnn,1143.9520000000018 -56,SUCCESS,2,0,276.89,9507.8,9784.69,27,twolocalrandom,443.0239999999991 -57,SUCCESS,2,0,713.67,9784.69,10498.36,27,portfoliovqe,1141.872 -18,SUCCESS,2,1,1960.94,9119.06,11080,27,pricingcall,3137.504000000001 -20,SUCCESS,2,1,131.22,11080,11211.22,27,wstate,209.95199999999897 -21,SUCCESS,2,1,1328.6,11211.22,12539.82,27,twolocalrandom,2125.7600000000007 -22,SUCCESS,2,1,794.02,12539.82,13333.84,27,portfoliovqe,1270.4320000000007 -23,SUCCESS,2,1,786.49,13333.84,14120.33,27,qpeinexact,1258.3839999999998 -24,SUCCESS,2,1,17.55,14120.33,14137.88,27,graphstate,28.080000000001746 -27,SUCCESS,2,1,297.98,14137.88,14435.86,27,qft,476.76799999999935 -29,SUCCESS,2,1,556.59,14435.86,14992.45,27,qftentangled,890.5440000000003 -30,SUCCESS,2,1,471.73,14992.45,15464.18,27,realamprandom,754.7679999999993 -31,SUCCESS,2,1,246.99,15464.18,15711.17,27,qpeexact,395.1839999999997 -33,SUCCESS,2,1,54.62,15711.17,15765.79,27,graphstate,87.39200000000129 -58,SUCCESS,2,0,5349.45,10498.36,15847.81,27,pricingput,8559.119999999999 -37,SUCCESS,2,1,625.05,15765.79,16390.84,27,qnn,1000.0799999999989 -59,SUCCESS,2,0,995.15,15847.81,16842.96,27,random,1592.2399999999996 -60,SUCCESS,2,0,224.65,16842.96,17067.61,27,pricingcall,359.43999999999653 -62,SUCCESS,2,0,25.83,17067.61,17093.44,27,qaoa,41.328000000002795 -38,SUCCESS,2,1,895.69,16390.84,17286.53,27,qnn,1433.103999999998 -65,SUCCESS,2,0,240.34,17093.44,17333.78,27,twolocalrandom,384.54400000000027 -67,SUCCESS,2,0,501.12,17333.78,17834.9,27,ae,801.7919999999984 -69,SUCCESS,2,0,101.91,17834.9,17936.81,27,ghz,163.05599999999978 -41,SUCCESS,2,1,840.14,17286.53,18126.67,27,random,1344.2239999999993 -70,SUCCESS,2,0,350.21,17936.81,18287.02,27,qpeinexact,560.3360000000044 -72,SUCCESS,2,0,559.82,18287.02,18846.84,27,qnn,895.7119999999995 -43,SUCCESS,2,1,746.89,18126.67,18873.56,27,qpeinexact,1195.024000000005 -44,SUCCESS,2,1,10.51,18873.56,18884.07,27,ghz,16.81599999999744 -73,SUCCESS,2,0,193.13,18846.84,19039.97,27,dj,309.00800000000163 -45,SUCCESS,2,1,486.4,18884.07,19370.47,27,qpeexact,778.2400000000024 -75,SUCCESS,2,0,427.85,19039.97,19467.82,27,qftentangled,684.5599999999977 -46,SUCCESS,2,1,394.55,19370.47,19765.02,27,qftentangled,631.279999999993 -47,SUCCESS,2,1,305.25,19765.02,20070.27,27,realamprandom,488.40000000000583 -76,SUCCESS,2,0,960.37,19467.82,20428.19,27,pricingcall,1536.5919999999985 -49,SUCCESS,2,1,362.46,20070.27,20432.73,27,qft,579.9359999999987 -51,SUCCESS,2,1,608.31,20432.73,21041.04,27,qpeinexact,973.2959999999963 -52,SUCCESS,2,1,38.16,21041.04,21079.2,27,graphstate,61.05600000000559 -78,SUCCESS,2,0,1377.84,20428.19,21806.03,27,twolocalrandom,2204.5440000000003 -80,SUCCESS,2,0,41.93,21806.03,21847.96,27,graphstate,67.08800000000046 -83,SUCCESS,2,0,178.92,21847.96,22026.88,27,qft,286.27200000000306 -84,SUCCESS,2,0,58.56,22026.88,22085.44,27,dj,93.69599999999627 -53,SUCCESS,2,1,1013.2,21079.2,22092.4,27,random,1621.1199999999953 -85,SUCCESS,2,0,373.6,22085.44,22459.04,27,qftentangled,597.7600000000035 -54,SUCCESS,2,1,551.08,22092.4,22643.48,27,ae,881.7280000000028 -55,SUCCESS,2,1,53.16,22643.48,22696.64,27,wstate,85.05599999999977 -61,SUCCESS,2,1,37.27,22696.64,22733.91,27,graphstate,59.6320000000007 -86,SUCCESS,2,0,484.24,22459.04,22943.28,27,realamprandom,774.7839999999968 -88,SUCCESS,2,0,14.32,22943.28,22957.6,27,ghz,22.911999999999537 -63,SUCCESS,2,1,346.89,22733.91,23080.8,27,qft,555.0239999999991 -90,SUCCESS,2,0,623.59,22957.6,23581.19,27,su2random,997.7440000000003 -91,SUCCESS,2,0,1054.55,23581.19,24635.74,27,qpeinexact,1687.2799999999988 -92,SUCCESS,2,0,1156.63,24635.74,25792.37,27,qnn,1850.6080000000018 -93,SUCCESS,2,0,779.19,25792.37,26571.56,27,realamprandom,1246.703999999998 -64,SUCCESS,2,1,3545.07,23080.8,26625.87,27,pricingput,5672.112 -66,SUCCESS,2,1,77.9,26625.87,26703.77,27,wstate,124.63999999999652 -97,SUCCESS,2,0,337.05,26571.56,26908.61,27,qnn,539.2799999999988 -98,SUCCESS,2,0,397.25,26908.61,27305.86,27,qpeinexact,635.6 -100,SUCCESS,2,0,140.21,27305.86,27446.07,27,ghz,224.33600000000445 -103,SUCCESS,2,0,66.33,27446.07,27512.4,27,wstate,106.1280000000028 -105,SUCCESS,2,0,433.72,27512.4,27946.12,27,ae,693.9519999999961 -106,SUCCESS,2,0,60.67,27946.12,28006.79,27,dj,97.07199999999722 -68,SUCCESS,2,1,1488.31,26703.77,28192.08,27,qpeexact,2381.296000000002 -107,SUCCESS,2,0,711.65,28006.79,28718.44,27,portfolioqaoa,1138.6400000000024 -108,SUCCESS,2,0,20.21,28718.44,28738.65,27,ghz,32.335999999998606 -110,SUCCESS,2,0,269.7,28738.65,29008.35,27,qpeexact,431.5200000000012 -111,SUCCESS,2,0,30.74,29008.35,29039.09,27,graphstate,49.18400000000256 -114,SUCCESS,2,0,312.64,29039.09,29351.73,27,random,500.2239999999991 -71,SUCCESS,2,1,1226.04,28192.08,29418.12,27,su2random,1961.6640000000016 -74,SUCCESS,2,1,504,29418.12,29922.12,27,realamprandom,806.4000000000001 -115,SUCCESS,2,0,582.58,29351.73,29934.31,27,qft,932.1280000000029 -117,SUCCESS,2,0,15.55,29934.31,29949.86,27,ghz,24.879999999993018 -120,SUCCESS,2,0,35.58,29949.86,29985.44,27,dj,56.9280000000028 -121,SUCCESS,2,0,27.99,29985.44,30013.43,27,wstate,44.784000000002564 -123,SUCCESS,2,0,113.61,30013.43,30127.04,27,ae,181.77600000000095 -125,SUCCESS,2,0,393.37,30127.04,30520.41,27,qft,629.3919999999985 -77,SUCCESS,2,1,804.85,29922.12,30726.97,27,ae,1287.7599999999977 -79,SUCCESS,2,1,85.8,30726.97,30812.77,27,wstate,137.28000000000466 -81,SUCCESS,2,1,86.66,30812.77,30899.43,27,tsp,138.65599999999395 -127,SUCCESS,2,0,567.76,30520.41,31088.17,27,qpeinexact,908.4159999999974 -129,SUCCESS,2,0,396.37,31088.17,31484.54,27,su2random,634.1919999999984 -131,SUCCESS,2,0,199.06,31484.54,31683.6,27,qnn,318.49600000000214 -133,SUCCESS,2,0,2018.78,31683.6,33702.38,27,realamprandom,3230.04800000001 -138,SUCCESS,2,0,952.65,33702.38,34655.03,27,qpeinexact,1524.2399999999907 -139,SUCCESS,2,0,20.91,34655.03,34675.94,27,ghz,33.45600000000559 -143,SUCCESS,2,0,583.87,34675.94,35259.81,27,realamprandom,934.1919999999926 -146,SUCCESS,2,0,2650.96,35259.81,37910.77,27,random,4241.53600000001 -147,SUCCESS,2,0,40.59,37910.77,37951.36,27,graphstate,64.94399999999442 -82,SUCCESS,2,1,7176.28,30899.43,38075.71,27,grover-v-chain,11482.048000000004 -87,SUCCESS,2,1,258.5,38075.71,38334.21,27,qpeexact,413.6 -148,SUCCESS,2,0,1481.18,37951.36,39432.54,27,ae,2369.8880000000004 -89,SUCCESS,2,1,2197.31,38334.21,40531.52,27,qwalk-v-chain,3515.6959999999963 -149,SUCCESS,2,0,1938.72,39432.54,41371.26,27,twolocalrandom,3101.952000000002 -94,SUCCESS,2,1,1212.55,40531.52,41744.07,27,qftentangled,1940.0800000000047 -95,SUCCESS,2,1,96.5,41744.07,41840.57,27,dj,154.4 -96,SUCCESS,2,1,16.82,41840.57,41857.39,27,vqe,26.911999999999537 -153,SUCCESS,2,0,897.69,41371.26,42268.95,27,su2random,1436.3040000000037 -155,SUCCESS,2,0,28.11,42268.95,42297.06,27,ghz,44.97600000000094 -157,SUCCESS,2,0,365.26,42297.06,42662.32,27,groundstate,584.4159999999916 -99,SUCCESS,2,1,910.77,41857.39,42768.16,27,su2random,1457.2320000000066 -158,SUCCESS,2,0,266.21,42662.32,42928.53,27,realamprandom,425.9359999999986 -101,SUCCESS,2,1,337.49,42768.16,43105.65,27,qpeexact,539.9839999999967 -159,SUCCESS,2,0,358.84,42928.53,43287.37,27,qftentangled,574.144000000006 -163,SUCCESS,2,0,156.78,43287.37,43444.15,27,wstate,250.84799999999814 -102,SUCCESS,2,1,538.24,43105.65,43643.89,27,qft,861.1839999999968 -104,SUCCESS,2,1,283.8,43643.89,43927.69,27,twolocalrandom,454.0800000000047 -164,SUCCESS,2,0,622.14,43444.15,44066.29,27,twolocalrandom,995.4239999999991 -109,SUCCESS,2,1,689.3,43927.69,44616.99,27,qft,1102.8800000000047 -166,SUCCESS,2,0,1039.63,44066.29,45105.92,27,pricingcall,1663.4079999999958 -112,SUCCESS,2,1,960.71,44616.99,45577.7,27,random,1537.1359999999986 -113,SUCCESS,2,1,9.65,45577.7,45587.35,27,graphstate,15.439999999990688 -168,SUCCESS,2,0,486.95,45105.92,45592.87,27,su2random,779.120000000007 -169,SUCCESS,2,0,45.83,45592.87,45638.7,27,graphstate,73.32799999999115 -170,SUCCESS,2,0,72.92,45638.7,45711.62,27,qaoa,116.67200000000885 -172,SUCCESS,2,0,406.92,45711.62,46118.54,27,portfolioqaoa,651.0719999999973 -116,SUCCESS,2,1,651.7,45587.35,46239.05,27,qpeexact,1042.720000000007 -173,SUCCESS,2,0,277.72,46118.54,46396.26,27,ae,444.3520000000019 -118,SUCCESS,2,1,254.98,46239.05,46494.03,27,portfolioqaoa,407.9679999999935 -119,SUCCESS,2,1,751.02,46494.03,47245.05,27,pricingput,1201.6320000000067 -176,SUCCESS,2,0,1152.24,46396.26,47548.5,27,qpeexact,1843.5839999999969 -177,SUCCESS,2,0,18.17,47548.5,47566.67,27,ghz,29.071999999997207 -122,SUCCESS,2,1,362.13,47245.05,47607.18,27,twolocalrandom,579.4079999999958 -179,SUCCESS,2,0,316.84,47566.67,47883.51,27,qpeinexact,506.9440000000061 -181,SUCCESS,2,0,33.01,47883.51,47916.52,27,vqe,52.81599999999162 -183,SUCCESS,2,0,62.55,47916.52,47979.07,27,dj,100.08000000000466 -191,SUCCESS,2,0,26.32,47979.07,48005.39,27,vqe,42.11199999999954 -193,SUCCESS,2,0,186.76,48005.39,48192.15,27,qpeinexact,298.81600000000327 -124,SUCCESS,2,1,713.13,47607.18,48320.31,27,qpeexact,1141.0080000000075 -126,SUCCESS,2,1,105.01,48320.31,48425.32,27,ghz,168.01599999999164 -128,SUCCESS,2,1,73.69,48425.32,48499.01,27,tsp,117.90400000000373 -130,SUCCESS,2,1,38.4,48499.01,48537.41,27,vqe,61.44000000000233 -132,SUCCESS,2,1,166.35,48537.41,48703.76,27,dj,266.1599999999977 -195,SUCCESS,2,0,967.85,48192.15,49160,27,qpeexact,1548.5599999999977 -134,SUCCESS,2,1,497.05,48703.76,49200.81,27,pricingput,795.2800000000047 -135,SUCCESS,2,1,403.2,49200.81,49604.01,27,qftentangled,645.1199999999953 -199,SUCCESS,2,0,1425.81,49160,50585.81,27,pricingput,2281.295999999996 -136,SUCCESS,2,1,988.23,49604.01,50592.24,27,qnn,1581.1679999999935 -137,SUCCESS,2,1,314.45,50592.24,50906.69,27,su2random,503.120000000007 -200,SUCCESS,2,0,420.61,50585.81,51006.42,27,portfolioqaoa,672.976000000001 -140,SUCCESS,2,1,428.14,50906.69,51334.83,27,qpeexact,685.0239999999991 -141,SUCCESS,2,1,55.83,51334.83,51390.66,27,groundstate,89.3280000000028 -203,SUCCESS,2,0,392.79,51006.42,51399.21,27,su2random,628.4640000000014 -142,SUCCESS,2,1,101.2,51390.66,51491.86,27,qftentangled,161.91999999999535 -144,SUCCESS,2,1,43.83,51491.86,51535.69,27,dj,70.1280000000028 -145,SUCCESS,2,1,359.65,51535.69,51895.34,27,qft,575.4400000000023 -150,SUCCESS,2,1,64.56,51895.34,51959.9,27,wstate,103.29599999999628 -206,SUCCESS,2,0,875.71,51399.21,52274.92,27,pricingput,1401.1360000000104 -151,SUCCESS,2,1,499.11,51959.9,52459.01,27,qnn,798.5760000000009 -208,SUCCESS,2,0,577.2,52274.92,52852.12,27,ae,923.5199999999954 -209,SUCCESS,2,0,20.73,52852.12,52872.85,27,graphstate,33.167999999993484 -211,SUCCESS,2,0,55.33,52872.85,52928.18,27,dj,88.5280000000028 -152,SUCCESS,2,1,617.77,52459.01,53076.78,27,qpeinexact,988.4319999999949 -212,SUCCESS,2,0,869.3,52928.18,53797.48,27,realamprandom,1390.8800000000047 -215,SUCCESS,2,0,28.4,53797.48,53825.88,27,ghz,45.44000000000233 -219,SUCCESS,2,0,34.4,53825.88,53860.28,27,graphstate,55.03999999999069 -223,SUCCESS,2,0,3468.96,53860.28,57329.24,27,pricingcall,5550.335999999999 -154,SUCCESS,2,1,4893.32,53076.78,57970.1,27,qwalk-v-chain,7829.312 -224,SUCCESS,2,0,706.77,57329.24,58036.01,27,realamprandom,1130.8320000000065 -156,SUCCESS,2,1,367.44,57970.1,58337.54,27,qpeexact,587.9040000000037 -160,SUCCESS,2,1,75.7,58337.54,58413.24,27,dj,121.120000000007 -228,SUCCESS,2,0,416.37,58036.01,58452.38,27,twolocalrandom,666.1919999999926 -230,SUCCESS,2,0,150.35,58452.38,58602.73,27,ghz,240.56000000000932 -161,SUCCESS,2,1,495.44,58413.24,58908.68,27,qft,792.7039999999921 -162,SUCCESS,2,1,37.59,58908.68,58946.27,27,graphstate,60.14399999999441 -231,SUCCESS,2,0,1353.13,58602.73,59955.86,27,su2random,2165.0079999999957 -165,SUCCESS,2,1,1038.18,58946.27,59984.45,27,ae,1661.0880000000006 -167,SUCCESS,2,1,736.34,59984.45,60720.79,27,random,1178.1440000000061 -234,SUCCESS,2,0,805.99,59955.86,60761.85,27,qnn,1289.5839999999969 -235,SUCCESS,2,0,84.08,60761.85,60845.93,27,dj,134.5280000000028 -171,SUCCESS,2,1,298.86,60720.79,61019.65,27,qft,478.17600000000095 -236,SUCCESS,2,0,417.54,60845.93,61263.47,27,qftentangled,668.0640000000014 -174,SUCCESS,2,1,467.68,61019.65,61487.33,27,twolocalrandom,748.2880000000005 -175,SUCCESS,2,1,30.61,61487.33,61517.94,27,wstate,48.97600000000094 -239,SUCCESS,2,0,543.01,61263.47,61806.48,27,qpeinexact,868.8160000000033 -240,SUCCESS,2,0,366.23,61806.48,62172.71,27,su2random,585.9679999999935 -241,SUCCESS,2,0,7.77,62172.71,62180.48,27,ghz,12.43200000000652 -178,SUCCESS,2,1,821.76,61517.94,62339.7,27,su2random,1314.8159999999916 -180,SUCCESS,2,1,152.56,62339.7,62492.26,27,qnn,244.09600000000793 -182,SUCCESS,2,1,14.38,62492.26,62506.64,27,routing,23.00799999999581 -244,SUCCESS,2,0,992.13,62180.48,63172.61,27,realamprandom,1587.4079999999958 -184,SUCCESS,2,1,696.84,62506.64,63203.48,27,qftentangled,1114.944000000006 -252,SUCCESS,2,0,773.77,63172.61,63946.38,27,twolocalrandom,1238.0320000000065 -254,SUCCESS,2,0,84.96,63946.38,64031.34,27,wstate,135.93599999998696 -185,SUCCESS,2,1,1132.57,63203.48,64336.05,27,realamprandom,1812.1119999999996 -186,SUCCESS,2,1,472.73,64336.05,64808.78,27,qftentangled,756.3679999999936 -187,SUCCESS,2,1,147.53,64808.78,64956.31,27,pricingput,236.04800000000978 -255,SUCCESS,2,0,1117.61,64031.34,65148.95,27,ae,1788.1760000000127 -188,SUCCESS,2,1,1667.26,64956.31,66623.57,27,realamprandom,2667.61599999998 -189,SUCCESS,2,1,45.8,66623.57,66669.37,27,dj,73.28000000000466 -190,SUCCESS,2,1,568.22,66669.37,67237.59,27,qnn,909.1520000000019 -192,SUCCESS,2,1,587.58,67237.59,67825.17,27,su2random,940.1280000000029 -194,SUCCESS,2,1,32.1,67825.17,67857.27,27,ghz,51.360000000009315 -256,SUCCESS,2,0,2831.16,65148.95,67980.11,27,pricingcall,4529.855999999994 -196,SUCCESS,2,1,371.83,67857.27,68229.1,27,ae,594.9279999999795 -197,SUCCESS,2,1,196.67,68229.1,68425.77,27,twolocalrandom,314.67199999999724 -198,SUCCESS,2,1,55.74,68425.77,68481.51,27,wstate,89.18400000000838 -201,SUCCESS,2,1,254.56,68481.51,68736.07,27,qft,407.2960000000196 -258,SUCCESS,2,0,968.12,67980.11,68948.23,27,portfoliovqe,1548.9919999999927 -259,SUCCESS,2,0,115.63,68948.23,69063.86,27,wstate,185.00800000000746 -202,SUCCESS,2,1,374.86,68736.07,69110.93,27,random,599.7759999999777 -204,SUCCESS,2,1,34.59,69110.93,69145.52,27,graphstate,55.3440000000177 -205,SUCCESS,2,1,65.5,69145.52,69211.02,27,wstate,104.79999999997672 -260,SUCCESS,2,0,949.23,69063.86,70013.09,27,ae,1518.7679999999937 -207,SUCCESS,2,1,1180.38,69211.02,70391.4,27,twolocalrandom,1888.6080000000075 -210,SUCCESS,2,1,520.71,70391.4,70912.11,27,qft,833.1360000000103 -213,SUCCESS,2,1,156.34,70912.11,71068.45,27,qftentangled,250.14399999999443 -261,SUCCESS,2,0,1403.42,70013.09,71416.51,27,random,2245.4719999999975 -262,SUCCESS,2,0,31.92,71416.51,71448.43,27,graphstate,51.07199999999721 -263,SUCCESS,2,0,187.62,71448.43,71636.05,27,qft,300.19199999999256 -264,SUCCESS,2,0,38.04,71636.05,71674.09,27,dj,60.86400000001304 -214,SUCCESS,2,1,791.05,71068.45,71859.5,27,qpeexact,1265.6800000000048 -216,SUCCESS,2,1,963.13,71859.5,72822.63,27,qpeinexact,1541.0080000000075 -217,SUCCESS,2,1,428.66,72822.63,73251.29,27,su2random,685.8559999999824 -218,SUCCESS,2,1,1227.5,73251.29,74478.79,27,qnn,1964.0 -220,SUCCESS,2,1,1045.71,74478.79,75524.5,27,random,1673.1360000000104 -221,SUCCESS,2,1,44.48,75524.5,75568.98,27,qaoa,71.16799999999348 -265,SUCCESS,2,0,4397.38,71674.09,76071.47,27,pricingput,7035.808000000008 -222,SUCCESS,2,1,987.96,75568.98,76556.94,27,qft,1580.7360000000103 -266,SUCCESS,2,0,663.1,76071.47,76734.57,27,ae,1060.9600000000094 -225,SUCCESS,2,1,556.39,76556.94,77113.33,27,ae,890.2239999999991 -267,SUCCESS,2,0,433.41,76734.57,77167.98,27,realamprandom,693.4559999999824 -226,SUCCESS,2,1,68.78,77113.33,77182.11,27,wstate,110.04799999999814 -269,SUCCESS,2,0,375.92,77167.98,77543.9,27,qftentangled,601.4719999999973 -227,SUCCESS,2,1,599.81,77182.11,77781.92,27,qftentangled,959.6959999999963 -271,SUCCESS,2,0,325.82,77543.9,77869.72,27,qpeexact,521.3120000000112 -272,SUCCESS,2,0,15.57,77869.72,77885.29,27,ghz,24.911999999987895 -273,SUCCESS,2,0,1072.91,77885.29,78958.2,27,qpeinexact,1716.6560000000056 -229,SUCCESS,2,1,1289.66,77781.92,79071.58,27,qpeexact,2063.4560000000056 -278,SUCCESS,2,0,198.92,78958.2,79157.12,27,dj,318.2719999999972 -279,SUCCESS,2,0,376.29,79157.12,79533.41,27,groundstate,602.0639999999897 -280,SUCCESS,2,0,24.38,79533.41,79557.79,27,vqe,39.008000000007456 -281,SUCCESS,2,0,278.17,79557.79,79835.96,27,qnn,445.0719999999972 -232,SUCCESS,2,1,850.14,79071.58,79921.72,27,qpeinexact,1360.2239999999993 -233,SUCCESS,2,1,39.73,79921.72,79961.45,27,vqe,63.56799999999348 -282,SUCCESS,2,0,1259.55,79835.96,81095.51,27,su2random,2015.2800000000047 -237,SUCCESS,2,1,1293.37,79961.45,81254.82,27,realamprandom,2069.3919999999925 -283,SUCCESS,2,0,899.28,81095.51,81994.79,27,qpeinexact,1438.8479999999981 -238,SUCCESS,2,1,851.89,81254.82,82106.71,27,qnn,1363.0239999999992 -286,SUCCESS,2,0,217.41,81994.79,82212.2,27,realamprandom,347.8560000000056 -288,SUCCESS,2,0,78.54,82212.2,82290.74,27,wstate,125.66400000001305 -242,SUCCESS,2,1,193.5,82106.71,82300.21,27,qpeexact,309.60000000002333 -289,SUCCESS,2,0,244.27,82290.74,82535.01,27,qftentangled,390.8319999999833 -293,SUCCESS,2,0,522.26,82535.01,83057.27,27,qft,835.616000000015 -243,SUCCESS,2,1,964.3,82300.21,83264.51,27,ae,1542.8799999999815 -245,SUCCESS,2,1,330.61,83264.51,83595.12,27,twolocalrandom,528.9760000000009 -246,SUCCESS,2,1,347.12,83595.12,83942.24,27,qftentangled,555.3920000000159 -247,SUCCESS,2,1,68.28,83942.24,84010.52,27,wstate,109.24799999997487 -248,SUCCESS,2,1,35.62,84010.52,84046.14,27,dj,56.992000000015835 -249,SUCCESS,2,1,312.56,84046.14,84358.7,27,qft,500.0959999999963 -250,SUCCESS,2,1,945.38,84358.7,85304.08,27,random,1512.6080000000075 -251,SUCCESS,2,1,33.4,85304.08,85337.48,27,graphstate,53.43999999999069 -253,SUCCESS,2,1,749.62,85337.48,86087.1,27,portfoliovqe,1199.392000000016 -257,SUCCESS,2,1,695.97,86087.1,86783.07,27,twolocalrandom,1113.552000000002 -268,SUCCESS,2,1,640.43,86783.07,87423.5,27,twolocalrandom,1024.687999999989 -270,SUCCESS,2,1,115.31,87423.5,87538.81,27,wstate,184.4959999999963 -274,SUCCESS,2,1,435.55,87538.81,87974.36,27,su2random,696.8800000000047 -275,SUCCESS,2,1,416.46,87974.36,88390.82,27,qnn,666.3360000000102 -276,SUCCESS,2,1,500.2,88390.82,88891.02,27,qftentangled,800.3199999999954 -277,SUCCESS,2,1,1387.15,88891.02,90278.17,27,realamprandom,2219.439999999991 -284,SUCCESS,2,1,106.05,90278.17,90384.22,27,ghz,169.68000000000467 -285,SUCCESS,2,1,1091.22,90384.22,91475.44,27,qpeexact,1745.9519999999786 -287,SUCCESS,2,1,300.66,91475.44,91776.1,27,ae,481.0560000000289 -290,SUCCESS,2,1,719.08,91776.1,92495.18,27,twolocalrandom,1150.5279999999796 -291,SUCCESS,2,1,1680.2,92495.18,94175.38,27,pricingput,2688.320000000019 -292,SUCCESS,2,1,358.43,94175.38,94533.81,27,portfolioqaoa,573.4879999999888 -294,SUCCESS,2,1,69.56,94533.81,94603.37,27,qaoa,111.29599999999628 -295,SUCCESS,2,1,468.65,94603.37,95072.02,27,pricingcall,749.840000000014 -296,SUCCESS,2,1,42.2,95072.02,95114.22,27,graphstate,67.51999999999535 -297,SUCCESS,2,1,1048.96,95114.22,96163.18,27,random,1678.335999999987 diff --git a/output/iQuantumExample5-17-07-2023_16-35-28.csv b/output/iQuantumExample5-17-07-2023_16-35-28.csv deleted file mode 100644 index 0e8de8afb..000000000 --- a/output/iQuantumExample5-17-07-2023_16-35-28.csv +++ /dev/null @@ -1,299 +0,0 @@ -QTask_ID,Status,QDCenter,QNode_ID,Execution_Time,Start_Time,Finish_Time,No_Qubits,No_Layers,Shots,Cost,Application -1,SUCCESS,2,1,733.46,0.01,733.47,27,580,3035,1173.53,realamprandom -6,SUCCESS,2,1,312.31,733.47,1045.78,27,467,1605,499.7,qnn -7,SUCCESS,2,1,307.06,1045.78,1352.84,27,418,1763,491.3,qpeinexact -9,SUCCESS,2,1,123.43,1352.84,1476.27,27,74,4003,197.49,ghz -12,SUCCESS,2,1,54.26,1476.27,1530.53,27,69,1887,86.82,wstate -15,SUCCESS,2,1,76.13,1530.53,1606.66,27,53,3447,121.81,qaoa -16,SUCCESS,2,1,1406.84,1606.66,3013.5,27,920,3670,2250.94,random -17,SUCCESS,2,1,31.32,3013.5,3044.82,27,31,2424,50.11,graphstate -19,SUCCESS,2,1,1100.81,3044.82,4145.63,27,766,3449,1761.3,ae -20,SUCCESS,2,1,91.66,4145.63,4237.29,27,85,2588,146.66,wstate -0,SUCCESS,2,0,4504.67,0.01,4504.68,27,3843,2696,7207.47,pricingcall -2,SUCCESS,2,0,452.9,4504.68,4957.58,27,418,2492,724.64,qftentangled -3,SUCCESS,2,0,24.78,4957.58,4982.36,27,32,1781,39.65,routing -4,SUCCESS,2,0,45.09,4982.36,5027.45,27,26,3988,72.14,routing -5,SUCCESS,2,0,167.38,5027.45,5194.83,27,96,4010,267.81,dj -21,SUCCESS,2,1,1229.21,4237.29,5466.5,27,840,3512,1966.74,twolocalrandom -24,SUCCESS,2,1,18.78,5466.5,5485.28,27,37,1218,30.05,graphstate -27,SUCCESS,2,1,307.33,5485.28,5792.61,27,261,2826,491.73,qft -32,SUCCESS,2,1,9.7,5792.61,5802.31,27,16,1455,15.52,ghz -8,SUCCESS,2,0,637.85,5194.83,5832.68,27,1185,1238,1020.56,su2random -33,SUCCESS,2,1,69.42,5802.31,5871.73,27,45,3702,111.07,graphstate -34,SUCCESS,2,1,615.77,5871.73,6487.5,27,1335,1107,985.23,random -36,SUCCESS,2,1,413.36,6487.5,6900.86,27,783,1267,661.38,qpeinexact -10,SUCCESS,2,0,1090.2,5832.68,6922.88,27,772,3248,1744.32,qpeexact -11,SUCCESS,2,0,987.66,6922.88,7910.54,27,555,4093,1580.26,twolocalrandom -37,SUCCESS,2,1,1052.86,6900.86,7953.72,27,714,3539,1684.58,qnn -39,SUCCESS,2,1,23.97,7953.72,7977.69,27,33,1743,38.35,graphstate -40,SUCCESS,2,1,671.25,7977.69,8648.94,27,500,3222,1074,pricingcall -13,SUCCESS,2,0,831.46,7910.54,8742,27,529,3615,1330.34,ae -14,SUCCESS,2,0,341.18,8742,9083.18,27,527,1489,545.89,qft -41,SUCCESS,2,1,1852.34,8648.94,10501.28,27,1311,3391,2963.74,random -42,SUCCESS,2,1,242.56,10501.28,10743.84,27,297,1960,388.1,su2random -18,SUCCESS,2,0,1854.49,9083.18,10937.67,27,1427,2989,2967.18,pricingcall -43,SUCCESS,2,1,585.69,10743.84,11329.53,27,706,1991,937.1,qpeinexact -44,SUCCESS,2,1,23.39,11329.53,11352.92,27,15,3742,37.42,ghz -45,SUCCESS,2,1,200.77,11352.92,11553.69,27,328,1469,321.23,qpeexact -22,SUCCESS,2,0,830.49,10937.67,11768.16,27,559,3417,1328.78,portfoliovqe -46,SUCCESS,2,1,214.49,11553.69,11768.18,27,340,1514,343.18,qftentangled -47,SUCCESS,2,1,344.34,11768.18,12112.52,27,555,1489,550.94,realamprandom -48,SUCCESS,2,1,28.32,12112.52,12140.84,27,40,1699,45.31,dj -23,SUCCESS,2,0,782.61,11768.16,12550.77,27,576,3125,1252.18,qpeinexact -50,SUCCESS,2,1,593.9,12140.84,12734.74,27,578,2466,950.24,qnn -51,SUCCESS,2,1,515.67,12734.74,13250.41,27,560,2210,825.07,qpeinexact -52,SUCCESS,2,1,17.75,13250.41,13268.16,27,25,1704,28.4,graphstate -53,SUCCESS,2,1,1777.67,13268.16,15045.83,27,1691,2523,2844.27,random -25,SUCCESS,2,0,2660.99,12550.77,15211.76,27,1882,3252,4257.58,random -26,SUCCESS,2,0,1100.87,15211.76,16312.63,27,633,4000,1761.39,qnn -28,SUCCESS,2,0,72.92,16312.63,16385.55,27,48,3494,116.67,dj -29,SUCCESS,2,0,281.08,16385.55,16666.63,27,327,1977,449.73,qftentangled -30,SUCCESS,2,0,529.84,16666.63,17196.47,27,521,2339,847.74,realamprandom -31,SUCCESS,2,0,168.05,17196.47,17364.52,27,352,1098,268.88,qpeexact -35,SUCCESS,2,0,306.54,17364.52,17671.06,27,408,1728,490.46,su2random -38,SUCCESS,2,0,932.51,17671.06,18603.57,27,695,3086,1492.02,qnn -49,SUCCESS,2,0,267.81,18603.57,18871.38,27,238,2588,428.5,qft -54,SUCCESS,2,0,373.12,18871.38,19244.5,27,631,1360,596.99,ae -55,SUCCESS,2,0,71.36,19244.5,19315.86,27,81,2026,114.18,wstate -56,SUCCESS,2,0,695,19315.86,20010.86,27,580,2756,1112,twolocalrandom -57,SUCCESS,2,0,1120.81,20010.86,21131.67,27,634,4066,1793.3,portfoliovqe -59,SUCCESS,2,0,861.63,21131.67,21993.3,27,672,2949,1378.61,random -60,SUCCESS,2,0,89.81,21993.3,22083.11,27,153,1350,143.7,pricingcall -61,SUCCESS,2,0,17.83,22083.11,22100.94,27,23,1783,28.53,graphstate -58,SUCCESS,2,1,7097.64,15045.83,22143.47,27,6967,2445,11356.22,pricingput -62,SUCCESS,2,1,39.03,22143.47,22182.5,27,35,2676,62.45,qaoa -63,SUCCESS,2,0,298.34,22100.94,22399.28,27,542,1266,477.34,qft -65,SUCCESS,2,0,278.17,22399.28,22677.45,27,521,1228,445.07,twolocalrandom -66,SUCCESS,2,0,94.2,22677.45,22771.65,27,65,3333,150.72,wstate -68,SUCCESS,2,0,669.19,22771.65,23440.84,27,880,1749,1070.7,qpeexact -69,SUCCESS,2,0,106.56,23440.84,23547.4,27,87,2817,170.5,ghz -73,SUCCESS,2,0,169.27,23547.4,23716.67,27,112,3476,270.83,dj -74,SUCCESS,2,0,921.81,23716.67,24638.48,27,840,2524,1474.9,realamprandom -64,SUCCESS,2,1,2628.01,22182.5,24810.51,27,2190,2880,4204.82,pricingput -67,SUCCESS,2,1,644.85,24810.51,25455.36,27,467,3314,1031.76,ae -70,SUCCESS,2,1,427.42,25455.36,25882.78,27,438,2342,683.87,qpeinexact -76,SUCCESS,2,0,1611.61,24638.48,26250.09,27,948,3910,2578.58,pricingcall -71,SUCCESS,2,1,1762.82,25882.78,27645.6,27,1089,3885,2820.51,su2random -72,SUCCESS,2,1,612.8,27645.6,28258.4,27,399,3686,980.48,qnn -75,SUCCESS,2,1,543.53,28258.4,28801.93,27,401,3253,869.65,qftentangled -77,SUCCESS,2,1,940.5,28801.93,29742.43,27,912,2475,1504.8,ae -78,SUCCESS,2,1,730.25,29742.43,30472.68,27,1283,1366,1168.4,twolocalrandom -79,SUCCESS,2,1,130.06,30472.68,30602.74,27,130,2401,208.1,wstate -80,SUCCESS,2,1,16.17,30602.74,30618.91,27,29,1338,25.87,graphstate -81,SUCCESS,2,1,95.87,30618.91,30714.78,27,66,3486,153.39,tsp -83,SUCCESS,2,1,317.8,30714.78,31032.58,27,290,2630,508.48,qft -86,SUCCESS,2,1,353.18,31032.58,31385.76,27,352,2408,565.09,realamprandom -82,SUCCESS,2,0,5420.83,26250.09,31670.92,27,7682,1623,8673.33,grover-v-chain -84,SUCCESS,2,0,25.39,31670.92,31696.31,27,52,1123,40.62,dj -85,SUCCESS,2,0,272.35,31696.31,31968.66,27,225,2784,435.76,qftentangled -87,SUCCESS,2,0,260.47,31968.66,32229.13,27,333,1799,416.75,qpeexact -88,SUCCESS,2,0,14.13,32229.13,32243.26,27,18,1805,22.61,ghz -90,SUCCESS,2,0,1049.31,32243.26,33292.57,27,734,3288,1678.9,su2random -91,SUCCESS,2,0,924.98,33292.57,34217.55,27,812,2620,1479.97,qpeinexact -96,SUCCESS,2,0,32.87,34217.55,34250.42,27,24,3150,52.59,vqe -97,SUCCESS,2,0,159.93,34250.42,34410.35,27,347,1060,255.89,qnn -98,SUCCESS,2,0,334.66,34410.35,34745.01,27,359,2144,535.46,qpeinexact -89,SUCCESS,2,1,3515.13,31385.76,34900.89,27,2277,3705,5624.21,qwalk-v-chain -92,SUCCESS,2,1,486.55,34900.89,35387.44,27,802,1456,778.48,qnn -99,SUCCESS,2,0,860.31,34745.01,35605.32,27,842,2350,1376.5,su2random -103,SUCCESS,2,0,71.91,35605.32,35677.23,27,45,3675,115.06,wstate -105,SUCCESS,2,0,305.41,35677.23,35982.64,27,273,2573,488.66,ae -106,SUCCESS,2,0,62.71,35982.64,36045.35,27,69,2090,100.34,dj -93,SUCCESS,2,1,681.92,35387.44,36069.36,27,1215,1347,1091.07,realamprandom -109,SUCCESS,2,0,245.93,36045.35,36291.28,27,458,1235,393.49,qft -94,SUCCESS,2,1,523.89,36069.36,36593.25,27,731,1720,838.22,qftentangled -95,SUCCESS,2,1,76.71,36593.25,36669.96,27,91,2023,122.74,dj -100,SUCCESS,2,1,123.16,36669.96,36793.12,27,81,3649,197.06,ghz -101,SUCCESS,2,1,323.33,36793.12,37116.45,27,708,1096,517.33,qpeexact -112,SUCCESS,2,0,852.99,36291.28,37144.27,27,624,3144,1364.78,random -117,SUCCESS,2,0,35.44,37144.27,37179.71,27,21,3881,56.7,ghz -118,SUCCESS,2,0,454.34,37179.71,37634.05,27,420,2488,726.94,portfolioqaoa -102,SUCCESS,2,1,739.46,37116.45,37855.91,27,463,3833,1183.14,qft -104,SUCCESS,2,1,313.01,37855.91,38168.92,27,430,1747,500.82,twolocalrandom -119,SUCCESS,2,0,1147.93,37634.05,38781.98,27,697,3788,1836.69,pricingput -107,SUCCESS,2,1,644.63,38168.92,38813.55,27,537,2881,1031.41,portfolioqaoa -108,SUCCESS,2,1,14.94,38813.55,38828.49,27,22,1629,23.9,ghz -120,SUCCESS,2,0,63.66,38781.98,38845.64,27,78,1877,101.86,dj -121,SUCCESS,2,0,42.32,38845.64,38887.96,27,41,2374,67.71,wstate -123,SUCCESS,2,0,255.98,38887.96,39143.94,27,222,2652,409.57,ae -110,SUCCESS,2,1,323.88,38828.49,39152.37,27,547,1421,518.21,qpeexact -111,SUCCESS,2,1,45.36,39152.37,39197.73,27,32,3402,72.58,graphstate -113,SUCCESS,2,1,16.6,39197.73,39214.33,27,19,2096,26.56,graphstate -126,SUCCESS,2,0,116.48,39143.94,39260.42,27,70,3827,186.37,ghz -114,SUCCESS,2,1,492.35,39214.33,39706.68,27,499,2368,787.76,random -127,SUCCESS,2,0,541.69,39260.42,39802.11,27,335,3719,866.7,qpeinexact -115,SUCCESS,2,1,538.51,39706.68,40245.19,27,559,2312,861.62,qft -129,SUCCESS,2,0,709.57,39802.11,40511.68,27,502,3251,1135.31,su2random -116,SUCCESS,2,1,459.03,40245.19,40704.22,27,578,1906,734.45,qpeexact -122,SUCCESS,2,1,208.86,40704.22,40913.08,27,352,1424,334.18,twolocalrandom -133,SUCCESS,2,0,706.77,40511.68,41218.45,27,1283,1267,1130.83,realamprandom -124,SUCCESS,2,1,756.88,40913.08,41669.96,27,761,2387,1211.01,qpeexact -135,SUCCESS,2,0,676.69,41218.45,41895.14,27,711,2189,1082.7,qftentangled -125,SUCCESS,2,1,645.83,41669.96,42315.79,27,392,3954,1033.33,qft -128,SUCCESS,2,1,66.19,42315.79,42381.98,27,45,3530,105.9,tsp -130,SUCCESS,2,1,40.03,42381.98,42422.01,27,25,3842,64.05,vqe -137,SUCCESS,2,0,590.61,41895.14,42485.75,27,389,3492,944.98,su2random -131,SUCCESS,2,1,653.72,42422.01,43075.73,27,394,3982,1045.95,qnn -132,SUCCESS,2,1,126.95,43075.73,43202.68,27,103,2958,203.12,dj -138,SUCCESS,2,0,808.96,42485.75,43294.71,27,886,2100,1294.34,qpeinexact -134,SUCCESS,2,1,315.7,43202.68,43518.38,27,327,2317,505.12,pricingput -142,SUCCESS,2,0,263.67,43294.71,43558.38,27,221,2744,421.87,qftentangled -143,SUCCESS,2,0,693.8,43558.38,44252.18,27,430,3711,1110.08,realamprandom -145,SUCCESS,2,0,162.41,44252.18,44414.59,27,288,1297,259.86,qft -150,SUCCESS,2,0,133.47,44414.59,44548.06,27,120,2558,213.55,wstate -136,SUCCESS,2,1,1347.35,43518.38,44865.73,27,895,3613,2155.76,qnn -139,SUCCESS,2,1,15.52,44865.73,44881.25,27,17,2190,24.83,ghz -153,SUCCESS,2,0,512.7,44548.06,45060.76,27,536,2200,820.32,su2random -155,SUCCESS,2,0,13.18,45060.76,45073.94,27,20,1515,21.09,ghz -140,SUCCESS,2,1,556.75,44881.25,45438,27,416,3212,890.8,qpeexact -141,SUCCESS,2,1,81.43,45438,45519.43,27,55,3553,130.29,groundstate -144,SUCCESS,2,1,36.71,45519.43,45556.14,27,56,1573,58.74,dj -156,SUCCESS,2,0,827.85,45073.94,45901.79,27,516,3690,1324.56,qpeexact -157,SUCCESS,2,0,335.28,45901.79,46237.07,27,401,1923,536.45,groundstate -159,SUCCESS,2,0,444.38,46237.07,46681.45,27,305,3351,711.01,qftentangled -160,SUCCESS,2,0,61.27,46681.45,46742.72,27,61,2310,98.03,dj -161,SUCCESS,2,0,569.53,46742.72,47312.25,27,446,2937,911.25,qft -163,SUCCESS,2,0,127.99,47312.25,47440.24,27,113,2605,204.78,wstate -164,SUCCESS,2,0,1553.56,47440.24,48993.8,27,1170,3054,2485.7,twolocalrandom -146,SUCCESS,2,1,3526.38,45556.14,49082.52,27,2378,3559,5642.21,random -147,SUCCESS,2,1,33.43,49082.52,49115.95,27,46,1744,53.49,graphstate -165,SUCCESS,2,0,521.04,48993.8,49514.84,27,818,1465,833.66,ae -167,SUCCESS,2,0,301.83,49514.84,49816.67,27,470,1477,482.93,random -168,SUCCESS,2,0,251.47,49816.67,50068.14,27,484,1195,402.35,su2random -170,SUCCESS,2,0,19.95,50068.14,50088.09,27,42,1092,31.92,qaoa -177,SUCCESS,2,0,32.56,50088.09,50120.65,27,24,3120,52.1,ghz -148,SUCCESS,2,1,1597.09,49115.95,50713.04,27,939,4082,2555.34,ae -178,SUCCESS,2,0,1156.37,50120.65,51277.02,27,804,3308,1850.19,su2random -149,SUCCESS,2,1,604.97,50713.04,51318.01,27,1215,1195,967.95,twolocalrandom -180,SUCCESS,2,0,446.98,51277.02,51724,27,314,3274,715.17,qnn -151,SUCCESS,2,1,416.96,51318.01,51734.97,27,930,1076,667.14,qnn -181,SUCCESS,2,0,15.44,51724,51739.44,27,26,1365,24.7,vqe -183,SUCCESS,2,0,129.6,51739.44,51869.04,27,79,3773,207.36,dj -191,SUCCESS,2,0,16.82,51869.04,51885.86,27,27,1432,26.91,vqe -192,SUCCESS,2,0,595.77,51885.86,52481.63,27,783,1750,953.23,su2random -152,SUCCESS,2,1,843.12,51734.97,52578.09,27,891,2271,1348.99,qpeinexact -193,SUCCESS,2,0,405.76,52481.63,52887.39,27,248,3763,649.22,qpeinexact -194,SUCCESS,2,0,25.26,52887.39,52912.65,27,23,2526,40.42,ghz -197,SUCCESS,2,0,506.99,52912.65,53419.64,27,409,2851,811.18,twolocalrandom -199,SUCCESS,2,0,1344.76,53419.64,54764.4,27,976,3169,2151.62,pricingput -201,SUCCESS,2,0,873.84,54764.4,55638.24,27,516,3895,1398.14,qft -203,SUCCESS,2,0,562.45,55638.24,56200.69,27,464,2788,899.92,su2random -204,SUCCESS,2,0,23.68,56200.69,56224.37,27,23,2367,37.89,graphstate -154,SUCCESS,2,1,3719.84,52578.09,56297.93,27,3048,2929,5951.74,qwalk-v-chain -158,SUCCESS,2,1,485.35,56297.93,56783.28,27,409,2848,776.56,realamprandom -162,SUCCESS,2,1,58.52,56783.28,56841.8,27,39,3601,93.63,graphstate -207,SUCCESS,2,0,1005.03,56224.37,57229.4,27,1114,2075,1608.05,twolocalrandom -209,SUCCESS,2,0,38.38,57229.4,57267.78,27,39,2263,61.41,graphstate -210,SUCCESS,2,0,425.18,57267.78,57692.96,27,322,3037,680.29,qft -166,SUCCESS,2,1,915.8,56841.8,57757.6,27,602,3651,1465.28,pricingcall -169,SUCCESS,2,1,35.16,57757.6,57792.76,27,26,3245,56.26,graphstate -171,SUCCESS,2,1,312.67,57792.76,58105.43,27,448,1675,500.27,qft -212,SUCCESS,2,0,729.93,57692.96,58422.89,27,504,3331,1167.89,realamprandom -172,SUCCESS,2,1,441.56,58105.43,58546.99,27,645,1643,706.5,portfolioqaoa -213,SUCCESS,2,0,221.25,58422.89,58644.14,27,217,2345,354,qftentangled -173,SUCCESS,2,1,375.09,58546.99,58922.08,27,350,2572,600.14,ae -214,SUCCESS,2,0,725.7,58644.14,59369.84,27,536,3114,1161.12,qpeexact -174,SUCCESS,2,1,502.12,58922.08,59424.2,27,504,2391,803.39,twolocalrandom -175,SUCCESS,2,1,45.1,59424.2,59469.3,27,53,2042,72.16,wstate -176,SUCCESS,2,1,634.81,59469.3,60104.11,27,655,2326,1015.7,qpeexact -217,SUCCESS,2,0,759.95,59369.84,60129.79,27,557,3138,1215.92,su2random -219,SUCCESS,2,0,30.63,60129.79,60160.42,27,29,2429,49.01,graphstate -221,SUCCESS,2,0,15.74,60160.42,60176.16,27,35,1034,25.18,qaoa -179,SUCCESS,2,1,234.18,60104.11,60338.29,27,302,1861,374.69,qpeinexact -182,SUCCESS,2,1,9.86,60338.29,60348.15,27,13,1819,15.78,routing -184,SUCCESS,2,1,723.8,60348.15,61071.95,27,599,2900,1158.08,qftentangled -185,SUCCESS,2,1,1520.15,61071.95,62592.1,27,1114,3275,2432.24,realamprandom -186,SUCCESS,2,1,321.6,62592.1,62913.7,27,573,1347,514.56,qftentangled -187,SUCCESS,2,1,279.14,62913.7,63192.84,27,169,3964,446.62,pricingput -188,SUCCESS,2,1,1733.07,63192.84,64925.91,27,1170,3555,2772.91,realamprandom -189,SUCCESS,2,1,105.3,64925.91,65031.21,27,85,2973,168.48,dj -190,SUCCESS,2,1,439.51,65031.21,65470.72,27,366,2882,703.22,qnn -195,SUCCESS,2,1,723.91,65470.72,66194.63,27,760,2286,1158.26,qpeexact -196,SUCCESS,2,1,406.03,66194.63,66600.66,27,331,2944,649.65,ae -198,SUCCESS,2,1,23.93,66600.66,66624.59,27,49,1172,38.29,wstate -200,SUCCESS,2,1,882.79,66624.59,67507.38,27,615,3445,1412.46,portfolioqaoa -202,SUCCESS,2,1,380.55,67507.38,67887.93,27,360,2537,608.88,random -205,SUCCESS,2,1,69.91,67887.93,67957.84,27,134,1252,111.86,wstate -206,SUCCESS,2,1,450.89,67957.84,68408.73,27,509,2126,721.42,pricingput -208,SUCCESS,2,1,595.4,68408.73,69004.13,27,786,1818,952.64,ae -211,SUCCESS,2,1,123.07,69004.13,69127.2,27,73,4046,196.91,dj -215,SUCCESS,2,1,11.45,69127.2,69138.65,27,19,1446,18.32,ghz -216,SUCCESS,2,1,573.16,69138.65,69711.81,27,914,1505,917.06,qpeinexact -218,SUCCESS,2,1,921.25,69711.81,70633.06,27,1000,2211,1474,qnn -223,SUCCESS,2,0,11425.21,60176.16,71601.37,27,6950,3781,18280.34,pricingcall -226,SUCCESS,2,0,77.58,71601.37,71678.95,27,61,2925,124.13,wstate -220,SUCCESS,2,1,1428.72,70633.06,72061.78,27,922,3719,2285.95,random -229,SUCCESS,2,0,673.86,71678.95,72352.81,27,916,1692,1078.18,qpeexact -232,SUCCESS,2,0,609.48,72352.81,72962.29,27,533,2630,975.17,qpeinexact -233,SUCCESS,2,0,27.64,72962.29,72989.93,27,30,2119,44.22,vqe -222,SUCCESS,2,1,1095.06,72061.78,73156.84,27,724,3630,1752.1,qft -236,SUCCESS,2,0,836.95,72989.93,73826.88,27,538,3578,1339.12,qftentangled -224,SUCCESS,2,1,1042.23,73156.84,74199.07,27,656,3813,1667.57,realamprandom -225,SUCCESS,2,1,344.73,74199.07,74543.8,27,446,1855,551.57,ae -237,SUCCESS,2,0,758.58,73826.88,74585.46,27,836,2087,1213.73,realamprandom -227,SUCCESS,2,1,580.75,74543.8,75124.55,27,412,3383,929.2,qftentangled -238,SUCCESS,2,0,791.84,74585.46,75377.3,27,622,2928,1266.94,qnn -240,SUCCESS,2,0,669.1,75377.3,76046.4,27,499,3084,1070.56,su2random -228,SUCCESS,2,1,923.24,75124.55,76047.79,27,568,3901,1477.18,twolocalrandom -241,SUCCESS,2,0,7.5,76046.4,76053.9,27,14,1231,12,ghz -230,SUCCESS,2,1,143.93,76047.79,76191.72,27,95,3636,230.29,ghz -245,SUCCESS,2,0,354.69,76053.9,76408.59,27,485,1682,567.5,twolocalrandom -247,SUCCESS,2,0,35.12,76408.59,76443.71,27,77,1049,56.19,wstate -248,SUCCESS,2,0,52.53,76443.71,76496.24,27,37,3265,84.05,dj -249,SUCCESS,2,0,273.36,76496.24,76769.6,27,218,2884,437.38,qft -231,SUCCESS,2,1,1069.02,76191.72,77260.74,27,1078,2380,1710.43,su2random -234,SUCCESS,2,1,419.61,77260.74,77680.35,27,483,2085,671.38,qnn -235,SUCCESS,2,1,80.81,77680.35,77761.16,27,110,1763,129.3,dj -250,SUCCESS,2,0,1126.33,76769.6,77895.93,27,1748,1482,1802.13,random -253,SUCCESS,2,0,676.07,77895.93,78572,27,465,3344,1081.71,portfoliovqe -255,SUCCESS,2,0,398.77,78572,78970.77,27,862,1064,638.03,ae -239,SUCCESS,2,1,1265.05,77761.16,79026.21,27,756,4016,2024.08,qpeinexact -242,SUCCESS,2,1,88.84,79026.21,79115.05,27,200,1066,142.14,qpeexact -243,SUCCESS,2,1,694.29,79115.05,79809.34,27,616,2705,1110.86,ae -244,SUCCESS,2,1,877.54,79809.34,80686.88,27,586,3594,1404.06,realamprandom -246,SUCCESS,2,1,446.64,80686.88,81133.52,27,292,3671,714.62,qftentangled -251,SUCCESS,2,1,17.21,81133.52,81150.73,27,26,1588,27.54,graphstate -252,SUCCESS,2,1,707.63,81150.73,81858.36,27,992,1712,1132.21,twolocalrandom -254,SUCCESS,2,1,147.62,81858.36,82005.98,27,105,3374,236.19,wstate -256,SUCCESS,2,0,3231.57,78970.77,82202.34,27,2172,3422,5170.51,pricingcall -258,SUCCESS,2,1,585.25,82005.98,82591.23,27,565,2486,936.4,portfoliovqe -257,SUCCESS,2,0,1316.16,82202.34,83518.5,27,836,3621,2105.86,twolocalrandom -259,SUCCESS,2,0,46.68,83518.5,83565.18,27,101,1063,74.69,wstate -260,SUCCESS,2,1,1110.5,82591.23,83701.73,27,713,3738,1776.8,ae -263,SUCCESS,2,0,194.86,83565.18,83760.04,27,181,2476,311.78,qft -264,SUCCESS,2,0,44.98,83760.04,83805.02,27,40,2586,71.97,dj -261,SUCCESS,2,1,2157.22,83701.73,85858.95,27,1594,3248,3451.55,random -262,SUCCESS,2,1,30.65,85858.95,85889.6,27,21,3502,49.04,graphstate -266,SUCCESS,2,1,494.1,85889.6,86383.7,27,583,2034,790.56,ae -267,SUCCESS,2,1,908.33,86383.7,87292.03,27,568,3838,1453.33,realamprandom -268,SUCCESS,2,1,907.47,87292.03,88199.5,27,656,3320,1451.95,twolocalrandom -269,SUCCESS,2,1,365.71,88199.5,88565.21,27,262,3350,585.14,qftentangled -265,SUCCESS,2,0,5124.05,83805.02,88929.07,27,3905,3018,8198.48,pricingput -273,SUCCESS,2,1,379.56,88565.21,88944.77,27,653,1395,607.3,qpeinexact -270,SUCCESS,2,0,100.4,88929.07,89029.47,27,73,3163,160.64,wstate -271,SUCCESS,2,0,276.63,89029.47,89306.1,27,305,2086,442.61,qpeexact -272,SUCCESS,2,0,17.11,89306.1,89323.21,27,13,3027,27.38,ghz -274,SUCCESS,2,0,394.45,89323.21,89717.66,27,465,1951,631.12,su2random -277,SUCCESS,2,1,964.31,88944.77,89909.08,27,992,2333,1542.9,realamprandom -278,SUCCESS,2,1,74.58,89909.08,89983.66,27,116,1543,119.33,dj -275,SUCCESS,2,0,391.37,89717.66,90109.03,27,658,1368,626.19,qnn -276,SUCCESS,2,0,492.35,90109.03,90601.38,27,442,2562,787.76,qftentangled -280,SUCCESS,2,0,42,90601.38,90643.38,27,29,3331,67.2,vqe -279,SUCCESS,2,1,827.26,89983.66,90810.92,27,507,3916,1323.62,groundstate -281,SUCCESS,2,0,292.42,90643.38,90935.8,27,607,1108,467.87,qnn -282,SUCCESS,2,1,1184.76,90810.92,91995.68,27,1050,2708,1895.62,su2random -285,SUCCESS,2,0,1477.62,90935.8,92413.42,27,892,3810,2364.19,qpeexact -283,SUCCESS,2,1,865.45,91995.68,92861.13,27,514,4041,1384.72,qpeinexact -284,SUCCESS,2,1,122.08,92861.13,92983.21,27,84,3488,195.33,ghz -288,SUCCESS,2,1,97.29,92983.21,93080.5,27,57,4096,155.66,wstate -286,SUCCESS,2,0,788.03,92413.42,93201.45,27,485,3737,1260.85,realamprandom -287,SUCCESS,2,0,730.97,93201.45,93932.42,27,436,3856,1169.55,ae -292,SUCCESS,2,1,1187.63,93080.5,94268.13,27,766,3721,1900.21,portfolioqaoa -289,SUCCESS,2,0,454.32,93932.42,94386.74,27,366,2855,726.91,qftentangled -293,SUCCESS,2,1,744.12,94268.13,95012.25,27,707,2526,1190.59,qft -290,SUCCESS,2,0,633.14,94386.74,95019.88,27,586,2485,1013.02,twolocalrandom -294,SUCCESS,2,1,58.69,95012.25,95070.94,27,44,3201,93.9,qaoa -296,SUCCESS,2,1,42.74,95070.94,95113.68,27,26,3945,68.38,graphstate -297,SUCCESS,2,1,1071.15,95113.68,96184.83,27,1110,2316,1713.84,random -291,SUCCESS,2,0,1603.16,95019.88,96623.04,27,1488,2478,2565.06,pricingput -295,SUCCESS,2,0,286.1,96623.04,96909.14,27,312,2109,457.76,pricingcall diff --git a/output/iQuantumExample5-17-07-2023_18-20-53.csv b/output/iQuantumExample5-17-07-2023_18-20-53.csv deleted file mode 100644 index a87ea7088..000000000 --- a/output/iQuantumExample5-17-07-2023_18-20-53.csv +++ /dev/null @@ -1,299 +0,0 @@ -QTask_ID,Status,QDCenter,QNode_ID,Execution_Time,Start_Time,Finish_Time,No_Qubits,No_Layers,Shots,Cost,Application -1,SUCCESS,2,0,765.35,0.01,765.36,27,580,3035,1224.56,realamprandom -3,SUCCESS,2,0,24.78,765.36,790.14,27,32,1781,39.65,routing -5,SUCCESS,2,0,167.38,790.14,957.52,27,96,4010,267.81,dj -6,SUCCESS,2,0,325.89,957.52,1283.41,27,467,1605,521.42,qnn -7,SUCCESS,2,0,320.41,1283.41,1603.82,27,418,1763,512.66,qpeinexact -8,SUCCESS,2,0,637.84,1603.82,2241.66,27,1185,1238,1020.54,su2random -11,SUCCESS,2,0,987.66,2241.66,3229.32,27,555,4093,1580.26,twolocalrandom -0,SUCCESS,2,1,4316.98,0.01,4316.99,27,3843,2696,6907.17,pricingcall -16,SUCCESS,2,0,1468.01,3229.32,4697.33,27,920,3670,2348.82,random -17,SUCCESS,2,0,32.68,4697.33,4730.01,27,31,2424,52.29,graphstate -2,SUCCESS,2,1,434.03,4316.99,4751.02,27,418,2492,694.45,qftentangled -4,SUCCESS,2,1,43.21,4751.02,4794.23,27,26,3988,69.14,routing -9,SUCCESS,2,1,123.43,4794.23,4917.66,27,74,4003,197.49,ghz -10,SUCCESS,2,1,1044.78,4917.66,5962.44,27,772,3248,1671.65,qpeexact -12,SUCCESS,2,1,54.26,5962.44,6016.7,27,69,1887,86.82,wstate -18,SUCCESS,2,0,1854.49,4730.01,6584.5,27,1427,2989,2967.18,pricingcall -13,SUCCESS,2,1,796.81,6016.7,6813.51,27,529,3615,1274.9,ae -14,SUCCESS,2,1,326.96,6813.51,7140.47,27,527,1489,523.14,qft -15,SUCCESS,2,1,76.13,7140.47,7216.6,27,53,3447,121.81,qaoa -20,SUCCESS,2,1,91.66,7216.6,7308.26,27,85,2588,146.66,wstate -19,SUCCESS,2,0,1148.67,6584.5,7733.17,27,766,3449,1837.87,ae -21,SUCCESS,2,1,1229.21,7308.26,8537.47,27,840,3512,1966.74,twolocalrandom -24,SUCCESS,2,1,18.78,8537.47,8556.25,27,37,1218,30.05,graphstate -22,SUCCESS,2,0,830.49,7733.17,8563.66,27,559,3417,1328.78,portfoliovqe -23,SUCCESS,2,0,782.61,8563.66,9346.27,27,576,3125,1252.18,qpeinexact -26,SUCCESS,2,1,1055.01,8556.25,9611.26,27,633,4000,1688.02,qnn -31,SUCCESS,2,1,161.05,9611.26,9772.31,27,352,1098,257.68,qpeexact -33,SUCCESS,2,1,69.42,9772.31,9841.73,27,45,3702,111.07,graphstate -34,SUCCESS,2,1,615.77,9841.73,10457.5,27,1335,1107,985.23,random -35,SUCCESS,2,1,293.76,10457.5,10751.26,27,408,1728,470.02,su2random -36,SUCCESS,2,1,413.36,10751.26,11164.62,27,783,1267,661.38,qpeinexact -25,SUCCESS,2,0,2660.99,9346.27,12007.26,27,1882,3252,4257.58,random -37,SUCCESS,2,1,1052.86,11164.62,12217.48,27,714,3539,1684.58,qnn -27,SUCCESS,2,0,320.69,12007.26,12327.95,27,261,2826,513.1,qft -28,SUCCESS,2,0,72.92,12327.95,12400.87,27,48,3494,116.67,dj -29,SUCCESS,2,0,281.08,12400.87,12681.95,27,327,1977,449.73,qftentangled -40,SUCCESS,2,1,671.26,12217.48,12888.74,27,500,3222,1074.02,pricingcall -45,SUCCESS,2,1,200.77,12888.74,13089.51,27,328,1469,321.23,qpeexact -30,SUCCESS,2,0,529.84,12681.95,13211.79,27,521,2339,847.74,realamprandom -32,SUCCESS,2,0,10.13,13211.79,13221.92,27,16,1455,16.21,ghz -46,SUCCESS,2,1,214.49,13089.51,13304,27,340,1514,343.18,qftentangled -48,SUCCESS,2,1,28.32,13304,13332.32,27,40,1699,45.31,dj -49,SUCCESS,2,1,256.65,13332.32,13588.97,27,238,2588,410.64,qft -51,SUCCESS,2,1,515.67,13588.97,14104.64,27,560,2210,825.07,qpeinexact -38,SUCCESS,2,0,932.51,13221.92,14154.43,27,695,3086,1492.02,qnn -39,SUCCESS,2,0,25.01,14154.43,14179.44,27,33,1743,40.02,graphstate -53,SUCCESS,2,1,1777.67,14104.64,15882.31,27,1691,2523,2844.27,random -41,SUCCESS,2,0,1932.88,14179.44,16112.32,27,1311,3391,3092.61,random -42,SUCCESS,2,0,253.1,16112.32,16365.42,27,297,1960,404.96,su2random -57,SUCCESS,2,1,1074.11,15882.31,16956.42,27,634,4066,1718.58,portfoliovqe -43,SUCCESS,2,0,611.16,16365.42,16976.58,27,706,1991,977.86,qpeinexact -44,SUCCESS,2,0,24.41,16976.58,17000.99,27,15,3742,39.06,ghz -47,SUCCESS,2,0,359.31,17000.99,17360.3,27,555,1489,574.9,realamprandom -50,SUCCESS,2,0,619.72,17360.3,17980.02,27,578,2466,991.55,qnn -52,SUCCESS,2,0,18.53,17980.02,17998.55,27,25,1704,29.65,graphstate -54,SUCCESS,2,0,373.12,17998.55,18371.67,27,631,1360,596.99,ae -55,SUCCESS,2,0,71.36,18371.67,18443.03,27,81,2026,114.18,wstate -56,SUCCESS,2,0,695,18443.03,19138.03,27,580,2756,1112,twolocalrandom -59,SUCCESS,2,0,861.63,19138.03,19999.66,27,672,2949,1378.61,random -62,SUCCESS,2,0,40.73,19999.66,20040.39,27,35,2676,65.17,qaoa -63,SUCCESS,2,0,298.34,20040.39,20338.73,27,542,1266,477.34,qft -64,SUCCESS,2,0,2742.27,20338.73,23081,27,2190,2880,4387.63,pricingput -65,SUCCESS,2,0,278.17,23081,23359.17,27,521,1228,445.07,twolocalrandom -66,SUCCESS,2,0,94.2,23359.17,23453.37,27,65,3333,150.72,wstate -58,SUCCESS,2,1,7097.64,16956.42,24054.06,27,6967,2445,11356.22,pricingput -67,SUCCESS,2,0,672.89,23453.37,24126.26,27,467,3314,1076.62,ae -60,SUCCESS,2,1,86.07,24054.06,24140.13,27,153,1350,137.71,pricingcall -61,SUCCESS,2,1,17.09,24140.13,24157.22,27,23,1783,27.34,graphstate -70,SUCCESS,2,0,446,24126.26,24572.26,27,438,2342,713.6,qpeinexact -68,SUCCESS,2,1,641.31,24157.22,24798.53,27,880,1749,1026.1,qpeexact -69,SUCCESS,2,1,102.12,24798.53,24900.65,27,87,2817,163.39,ghz -73,SUCCESS,2,1,162.22,24900.65,25062.87,27,112,3476,259.55,dj -74,SUCCESS,2,1,883.4,25062.87,25946.27,27,840,2524,1413.44,realamprandom -71,SUCCESS,2,0,1839.47,24572.26,26411.73,27,1089,3885,2943.15,su2random -72,SUCCESS,2,0,639.45,26411.73,27051.18,27,399,3686,1023.12,qnn -76,SUCCESS,2,1,1544.46,25946.27,27490.73,27,948,3910,2471.14,pricingcall -75,SUCCESS,2,0,567.16,27051.18,27618.34,27,401,3253,907.46,qftentangled -80,SUCCESS,2,0,16.88,27618.34,27635.22,27,29,1338,27.01,graphstate -77,SUCCESS,2,1,940.51,27490.73,28431.24,27,912,2475,1504.82,ae -78,SUCCESS,2,1,730.25,28431.24,29161.49,27,1283,1366,1168.4,twolocalrandom -79,SUCCESS,2,1,130.06,29161.49,29291.55,27,130,2401,208.1,wstate -81,SUCCESS,2,1,95.87,29291.55,29387.42,27,66,3486,153.39,tsp -85,SUCCESS,2,1,261,29387.42,29648.42,27,225,2784,417.6,qftentangled -86,SUCCESS,2,1,353.18,29648.42,30001.6,27,352,2408,565.09,realamprandom -82,SUCCESS,2,0,5420.83,27635.22,33056.05,27,7682,1623,8673.33,grover-v-chain -83,SUCCESS,2,0,331.61,33056.05,33387.66,27,290,2630,530.58,qft -84,SUCCESS,2,0,25.39,33387.66,33413.05,27,52,1123,40.62,dj -89,SUCCESS,2,1,3515.12,30001.6,33516.72,27,2277,3705,5624.19,qwalk-v-chain -87,SUCCESS,2,0,260.47,33413.05,33673.52,27,333,1799,416.75,qpeexact -88,SUCCESS,2,0,14.13,33673.52,33687.65,27,18,1805,22.61,ghz -91,SUCCESS,2,1,886.44,33516.72,34403.16,27,812,2620,1418.3,qpeinexact -90,SUCCESS,2,0,1049.31,33687.65,34736.96,27,734,3288,1678.9,su2random -92,SUCCESS,2,1,486.55,34403.16,34889.71,27,802,1456,778.48,qnn -94,SUCCESS,2,0,546.67,34736.96,35283.63,27,731,1720,874.67,qftentangled -96,SUCCESS,2,0,32.87,35283.63,35316.5,27,24,3150,52.59,vqe -97,SUCCESS,2,0,159.93,35316.5,35476.43,27,347,1060,255.89,qnn -93,SUCCESS,2,1,681.92,34889.71,35571.63,27,1215,1347,1091.07,realamprandom -95,SUCCESS,2,1,76.71,35571.63,35648.34,27,91,2023,122.74,dj -98,SUCCESS,2,0,334.66,35476.43,35811.09,27,359,2144,535.46,qpeinexact -100,SUCCESS,2,0,128.51,35811.09,35939.6,27,81,3649,205.62,ghz -99,SUCCESS,2,1,824.46,35648.34,36472.8,27,842,2350,1319.14,su2random -102,SUCCESS,2,0,771.6,35939.6,36711.2,27,463,3833,1234.56,qft -103,SUCCESS,2,0,71.91,36711.2,36783.11,27,45,3675,115.06,wstate -101,SUCCESS,2,1,323.33,36472.8,36796.13,27,708,1096,517.33,qpeexact -104,SUCCESS,2,0,326.62,36783.11,37109.73,27,430,1747,522.59,twolocalrandom -105,SUCCESS,2,0,305.41,37109.73,37415.14,27,273,2573,488.66,ae -107,SUCCESS,2,1,644.63,36796.13,37440.76,27,537,2881,1031.41,portfolioqaoa -108,SUCCESS,2,1,14.94,37440.76,37455.7,27,22,1629,23.9,ghz -106,SUCCESS,2,0,62.71,37415.14,37477.85,27,69,2090,100.34,dj -111,SUCCESS,2,0,47.34,37477.85,37525.19,27,32,3402,75.74,graphstate -109,SUCCESS,2,1,235.68,37455.7,37691.38,27,458,1235,377.09,qft -110,SUCCESS,2,1,323.87,37691.38,38015.25,27,547,1421,518.19,qpeexact -114,SUCCESS,2,0,513.76,37525.19,38038.95,27,499,2368,822.02,random -118,SUCCESS,2,0,454.34,38038.95,38493.29,27,420,2488,726.94,portfolioqaoa -112,SUCCESS,2,1,817.45,38015.25,38832.7,27,624,3144,1307.92,random -113,SUCCESS,2,1,16.6,38832.7,38849.3,27,19,2096,26.56,graphstate -115,SUCCESS,2,1,538.51,38849.3,39387.81,27,559,2312,861.62,qft -119,SUCCESS,2,0,1147.93,38493.29,39641.22,27,697,3788,1836.69,pricingput -121,SUCCESS,2,0,42.32,39641.22,39683.54,27,41,2374,67.71,wstate -116,SUCCESS,2,1,459.03,39387.81,39846.84,27,578,1906,734.45,qpeexact -117,SUCCESS,2,1,33.96,39846.84,39880.8,27,21,3881,54.34,ghz -123,SUCCESS,2,0,255.98,39683.54,39939.52,27,222,2652,409.57,ae -120,SUCCESS,2,1,61.01,39880.8,39941.81,27,78,1877,97.62,dj -122,SUCCESS,2,1,208.86,39941.81,40150.67,27,352,1424,334.18,twolocalrandom -127,SUCCESS,2,1,519.12,40150.67,40669.79,27,335,3719,830.59,qpeinexact -124,SUCCESS,2,0,789.79,39939.52,40729.31,27,761,2387,1263.66,qpeexact -129,SUCCESS,2,1,680.01,40669.79,41349.8,27,502,3251,1088.02,su2random -125,SUCCESS,2,0,673.9,40729.31,41403.21,27,392,3954,1078.24,qft -126,SUCCESS,2,0,116.48,41403.21,41519.69,27,70,3827,186.37,ghz -128,SUCCESS,2,0,69.07,41519.69,41588.76,27,45,3530,110.51,tsp -130,SUCCESS,2,0,41.77,41588.76,41630.53,27,25,3842,66.83,vqe -134,SUCCESS,2,1,315.7,41349.8,41665.5,27,327,2317,505.12,pricingput -131,SUCCESS,2,0,682.14,41630.53,42312.67,27,394,3982,1091.42,qnn -135,SUCCESS,2,1,648.5,41665.5,42314,27,711,2189,1037.6,qftentangled -139,SUCCESS,2,1,15.52,42314,42329.52,27,17,2190,24.83,ghz -141,SUCCESS,2,1,81.43,42329.52,42410.95,27,55,3553,130.29,groundstate -132,SUCCESS,2,0,132.47,42312.67,42445.14,27,103,2958,211.95,dj -142,SUCCESS,2,1,252.68,42410.95,42663.63,27,221,2744,404.29,qftentangled -133,SUCCESS,2,0,706.77,42445.14,43151.91,27,1283,1267,1130.83,realamprandom -143,SUCCESS,2,1,664.89,42663.63,43328.52,27,430,3711,1063.82,realamprandom -147,SUCCESS,2,1,33.43,43328.52,43361.95,27,46,1744,53.49,graphstate -136,SUCCESS,2,0,1405.93,43151.91,44557.84,27,895,3613,2249.49,qnn -148,SUCCESS,2,1,1597.09,43361.95,44959.04,27,939,4082,2555.34,ae -137,SUCCESS,2,0,590.61,44557.84,45148.45,27,389,3492,944.98,su2random -153,SUCCESS,2,1,491.34,44959.04,45450.38,27,536,2200,786.14,su2random -155,SUCCESS,2,1,12.63,45450.38,45463.01,27,20,1515,20.21,ghz -158,SUCCESS,2,1,485.35,45463.01,45948.36,27,409,2848,776.56,realamprandom -138,SUCCESS,2,0,808.96,45148.45,45957.41,27,886,2100,1294.34,qpeinexact -160,SUCCESS,2,1,58.72,45948.36,46007.08,27,61,2310,93.95,dj -162,SUCCESS,2,1,58.52,46007.08,46065.6,27,39,3601,93.63,graphstate -140,SUCCESS,2,0,580.96,45957.41,46538.37,27,416,3212,929.54,qpeexact -144,SUCCESS,2,0,38.3,46538.37,46576.67,27,56,1573,61.28,dj -145,SUCCESS,2,0,162.41,46576.67,46739.08,27,288,1297,259.86,qft -164,SUCCESS,2,1,1488.83,46065.6,47554.43,27,1170,3054,2382.13,twolocalrandom -165,SUCCESS,2,1,499.33,47554.43,48053.76,27,818,1465,798.93,ae -166,SUCCESS,2,1,915.8,48053.76,48969.56,27,602,3651,1465.28,pricingcall -167,SUCCESS,2,1,289.25,48969.56,49258.81,27,470,1477,462.8,random -168,SUCCESS,2,1,241,49258.81,49499.81,27,484,1195,385.6,su2random -169,SUCCESS,2,1,35.16,49499.81,49534.97,27,26,3245,56.26,graphstate -172,SUCCESS,2,1,441.56,49534.97,49976.53,27,645,1643,706.5,portfolioqaoa -173,SUCCESS,2,1,375.09,49976.53,50351.62,27,350,2572,600.14,ae -177,SUCCESS,2,1,31.21,50351.62,50382.83,27,24,3120,49.94,ghz -146,SUCCESS,2,0,3679.7,46739.08,50418.78,27,2378,3559,5887.52,random -149,SUCCESS,2,0,631.28,50418.78,51050.06,27,1215,1195,1010.05,twolocalrandom -150,SUCCESS,2,0,133.47,51050.06,51183.53,27,120,2558,213.55,wstate -178,SUCCESS,2,1,1108.19,50382.83,51491.02,27,804,3308,1773.1,su2random -151,SUCCESS,2,0,435.08,51183.53,51618.61,27,930,1076,696.13,qnn -179,SUCCESS,2,1,234.18,51491.02,51725.2,27,302,1861,374.69,qpeinexact -180,SUCCESS,2,1,428.35,51725.2,52153.55,27,314,3274,685.36,qnn -181,SUCCESS,2,1,14.79,52153.55,52168.34,27,26,1365,23.66,vqe -182,SUCCESS,2,1,9.86,52168.34,52178.2,27,13,1819,15.78,routing -183,SUCCESS,2,1,124.2,52178.2,52302.4,27,79,3773,198.72,dj -152,SUCCESS,2,0,879.77,51618.61,52498.38,27,891,2271,1407.63,qpeinexact -184,SUCCESS,2,1,723.8,52302.4,53026.2,27,599,2900,1158.08,qftentangled -185,SUCCESS,2,1,1520.15,53026.2,54546.35,27,1114,3275,2432.24,realamprandom -187,SUCCESS,2,1,279.14,54546.35,54825.49,27,169,3964,446.62,pricingput -154,SUCCESS,2,0,3881.57,52498.38,56379.95,27,3048,2929,6210.51,qwalk-v-chain -188,SUCCESS,2,1,1733.07,54825.49,56558.56,27,1170,3555,2772.91,realamprandom -189,SUCCESS,2,1,105.3,56558.56,56663.86,27,85,2973,168.48,dj -190,SUCCESS,2,1,439.51,56663.86,57103.37,27,366,2882,703.22,qnn -194,SUCCESS,2,1,24.21,57103.37,57127.58,27,23,2526,38.74,ghz -156,SUCCESS,2,0,827.85,56379.95,57207.8,27,516,3690,1324.56,qpeexact -157,SUCCESS,2,0,335.28,57207.8,57543.08,27,401,1923,536.45,groundstate -159,SUCCESS,2,0,444.38,57543.08,57987.46,27,305,3351,711.01,qftentangled -199,SUCCESS,2,1,1288.73,57127.58,58416.31,27,976,3169,2061.97,pricingput -161,SUCCESS,2,0,569.53,57987.46,58556.99,27,446,2937,911.25,qft -163,SUCCESS,2,0,127.99,58556.99,58684.98,27,113,2605,204.78,wstate -170,SUCCESS,2,0,19.95,58684.98,58704.93,27,42,1092,31.92,qaoa -171,SUCCESS,2,0,326.27,58704.93,59031.2,27,448,1675,522.03,qft -201,SUCCESS,2,1,837.43,58416.31,59253.74,27,516,3895,1339.89,qft -174,SUCCESS,2,0,523.95,59031.2,59555.15,27,504,2391,838.32,twolocalrandom -175,SUCCESS,2,0,47.06,59555.15,59602.21,27,53,2042,75.3,wstate -202,SUCCESS,2,1,380.56,59253.74,59634.3,27,360,2537,608.9,random -205,SUCCESS,2,1,69.91,59634.3,59704.21,27,134,1252,111.86,wstate -206,SUCCESS,2,1,450.89,59704.21,60155.1,27,509,2126,721.42,pricingput -176,SUCCESS,2,0,662.41,59602.21,60264.62,27,655,2326,1059.86,qpeexact -186,SUCCESS,2,0,335.58,60264.62,60600.2,27,573,1347,536.93,qftentangled -191,SUCCESS,2,0,16.82,60600.2,60617.02,27,27,1432,26.91,vqe -207,SUCCESS,2,1,963.15,60155.1,61118.25,27,1114,2075,1541.04,twolocalrandom -192,SUCCESS,2,0,595.77,60617.02,61212.79,27,783,1750,953.23,su2random -193,SUCCESS,2,0,405.75,61212.79,61618.54,27,248,3763,649.2,qpeinexact -208,SUCCESS,2,1,595.4,61118.25,61713.65,27,786,1818,952.64,ae -195,SUCCESS,2,0,755.38,61618.54,62373.92,27,760,2286,1208.61,qpeexact -214,SUCCESS,2,1,695.47,61713.65,62409.12,27,536,3114,1112.75,qpeexact -196,SUCCESS,2,0,423.69,62373.92,62797.61,27,331,2944,677.9,ae -216,SUCCESS,2,1,573.16,62409.12,62982.28,27,914,1505,917.06,qpeinexact -197,SUCCESS,2,0,506.99,62797.61,63304.6,27,409,2851,811.18,twolocalrandom -198,SUCCESS,2,0,24.97,63304.6,63329.57,27,49,1172,39.95,wstate -200,SUCCESS,2,0,921.17,63329.57,64250.74,27,615,3445,1473.87,portfolioqaoa -220,SUCCESS,2,1,1428.72,62982.28,64411,27,922,3719,2285.95,random -226,SUCCESS,2,1,74.35,64411,64485.35,27,61,2925,118.96,wstate -230,SUCCESS,2,1,143.93,64485.35,64629.28,27,95,3636,230.29,ghz -203,SUCCESS,2,0,562.45,64250.74,64813.19,27,464,2788,899.92,su2random -204,SUCCESS,2,0,23.68,64813.19,64836.87,27,23,2367,37.89,graphstate -209,SUCCESS,2,0,38.38,64836.87,64875.25,27,39,2263,61.41,graphstate -232,SUCCESS,2,1,584.08,64629.28,65213.36,27,533,2630,934.53,qpeinexact -210,SUCCESS,2,0,425.19,64875.25,65300.44,27,322,3037,680.3,qft -211,SUCCESS,2,0,128.42,65300.44,65428.86,27,73,4046,205.47,dj -234,SUCCESS,2,1,419.61,65213.36,65632.97,27,483,2085,671.38,qnn -235,SUCCESS,2,1,80.81,65632.97,65713.78,27,110,1763,129.3,dj -212,SUCCESS,2,0,729.93,65428.86,66158.79,27,504,3331,1167.89,realamprandom -213,SUCCESS,2,0,221.25,66158.79,66380.04,27,217,2345,354,qftentangled -215,SUCCESS,2,0,11.95,66380.04,66391.99,27,19,1446,19.12,ghz -236,SUCCESS,2,1,802.07,65713.78,66515.85,27,538,3578,1283.31,qftentangled -217,SUCCESS,2,0,759.95,66391.99,67151.94,27,557,3138,1215.92,su2random -237,SUCCESS,2,1,726.98,66515.85,67242.83,27,836,2087,1163.17,realamprandom -238,SUCCESS,2,1,758.85,67242.83,68001.68,27,622,2928,1214.16,qnn -218,SUCCESS,2,0,961.31,67151.94,68113.25,27,1000,2211,1538.1,qnn -219,SUCCESS,2,0,30.63,68113.25,68143.88,27,29,2429,49.01,graphstate -221,SUCCESS,2,0,15.74,68143.88,68159.62,27,35,1034,25.18,qaoa -239,SUCCESS,2,1,1265.05,68001.68,69266.73,27,756,4016,2024.08,qpeinexact -222,SUCCESS,2,0,1142.67,68159.62,69302.29,27,724,3630,1828.27,qft -240,SUCCESS,2,1,641.22,69266.73,69907.95,27,499,3084,1025.95,su2random -241,SUCCESS,2,1,7.19,69907.95,69915.14,27,14,1231,11.5,ghz -242,SUCCESS,2,1,88.84,69915.14,70003.98,27,200,1066,142.14,qpeexact -243,SUCCESS,2,1,694.29,70003.98,70698.27,27,616,2705,1110.86,ae -244,SUCCESS,2,1,877.54,70698.27,71575.81,27,586,3594,1404.06,realamprandom -246,SUCCESS,2,1,446.64,71575.81,72022.45,27,292,3671,714.62,qftentangled -248,SUCCESS,2,1,50.34,72022.45,72072.79,27,37,3265,80.54,dj -249,SUCCESS,2,1,261.97,72072.79,72334.76,27,218,2884,419.15,qft -251,SUCCESS,2,1,17.21,72334.76,72351.97,27,26,1588,27.54,graphstate -253,SUCCESS,2,1,647.91,72351.97,72999.88,27,465,3344,1036.66,portfoliovqe -254,SUCCESS,2,1,147.62,72999.88,73147.5,27,105,3374,236.19,wstate -256,SUCCESS,2,1,3096.91,73147.5,76244.41,27,2172,3422,4955.06,pricingcall -259,SUCCESS,2,1,44.74,76244.41,76289.15,27,101,1063,71.58,wstate -262,SUCCESS,2,1,30.65,76289.15,76319.8,27,21,3502,49.04,graphstate -264,SUCCESS,2,1,43.1,76319.8,76362.9,27,40,2586,68.96,dj -266,SUCCESS,2,1,494.1,76362.9,76857,27,583,2034,790.56,ae -271,SUCCESS,2,1,265.1,76857,77122.1,27,305,2086,424.16,qpeexact -274,SUCCESS,2,1,378.01,77122.1,77500.11,27,465,1951,604.82,su2random -275,SUCCESS,2,1,375.07,77500.11,77875.18,27,658,1368,600.11,qnn -276,SUCCESS,2,1,471.84,77875.18,78347.02,27,442,2562,754.94,qftentangled -281,SUCCESS,2,1,280.24,78347.02,78627.26,27,607,1108,448.38,qnn -284,SUCCESS,2,1,122.08,78627.26,78749.34,27,84,3488,195.33,ghz -285,SUCCESS,2,1,1416.05,78749.34,80165.39,27,892,3810,2265.68,qpeexact -223,SUCCESS,2,0,11425.21,69302.29,80727.5,27,6950,3781,18280.34,pricingcall -286,SUCCESS,2,1,755.19,80165.39,80920.58,27,485,3737,1208.3,realamprandom -224,SUCCESS,2,0,1087.54,80727.5,81815.04,27,656,3813,1740.06,realamprandom -225,SUCCESS,2,0,359.71,81815.04,82174.75,27,446,1855,575.54,ae -291,SUCCESS,2,1,1536.37,80920.58,82456.95,27,1488,2478,2458.19,pricingput -227,SUCCESS,2,0,606,82174.75,82780.75,27,412,3383,969.6,qftentangled -228,SUCCESS,2,0,963.38,82780.75,83744.13,27,568,3901,1541.41,twolocalrandom -229,SUCCESS,2,0,673.86,83744.13,84417.99,27,916,1692,1078.18,qpeexact -231,SUCCESS,2,0,1115.5,84417.99,85533.49,27,1078,2380,1784.8,su2random -233,SUCCESS,2,0,27.64,85533.49,85561.13,27,30,2119,44.22,vqe -245,SUCCESS,2,0,354.69,85561.13,85915.82,27,485,1682,567.5,twolocalrandom -247,SUCCESS,2,0,35.12,85915.82,85950.94,27,77,1049,56.19,wstate -250,SUCCESS,2,0,1126.33,85950.94,87077.27,27,1748,1482,1802.13,random -252,SUCCESS,2,0,738.4,87077.27,87815.67,27,992,1712,1181.44,twolocalrandom -255,SUCCESS,2,0,398.77,87815.67,88214.44,27,862,1064,638.03,ae -257,SUCCESS,2,0,1316.16,88214.44,89530.6,27,836,3621,2105.86,twolocalrandom -258,SUCCESS,2,0,610.7,89530.6,90141.3,27,565,2486,977.12,portfoliovqe -260,SUCCESS,2,0,1158.78,90141.3,91300.08,27,713,3738,1854.05,ae -261,SUCCESS,2,0,2251.01,91300.08,93551.09,27,1594,3248,3601.62,random -263,SUCCESS,2,0,194.86,93551.09,93745.95,27,181,2476,311.78,qft -265,SUCCESS,2,0,5124.04,93745.95,98869.99,27,3905,3018,8198.46,pricingput -267,SUCCESS,2,0,947.82,98869.99,99817.81,27,568,3838,1516.51,realamprandom -268,SUCCESS,2,0,946.93,99817.81,100764.74,27,656,3320,1515.09,twolocalrandom -269,SUCCESS,2,0,381.61,100764.74,101146.35,27,262,3350,610.58,qftentangled -270,SUCCESS,2,0,100.4,101146.35,101246.75,27,73,3163,160.64,wstate -272,SUCCESS,2,0,17.11,101246.75,101263.86,27,13,3027,27.38,ghz -273,SUCCESS,2,0,396.06,101263.86,101659.92,27,653,1395,633.7,qpeinexact -277,SUCCESS,2,0,1006.24,101659.92,102666.16,27,992,2333,1609.98,realamprandom -278,SUCCESS,2,0,77.83,102666.16,102743.99,27,116,1543,124.53,dj -279,SUCCESS,2,0,863.23,102743.99,103607.22,27,507,3916,1381.17,groundstate -280,SUCCESS,2,0,42,103607.22,103649.22,27,29,3331,67.2,vqe -282,SUCCESS,2,0,1236.27,103649.22,104885.49,27,1050,2708,1978.03,su2random -283,SUCCESS,2,0,903.08,104885.49,105788.57,27,514,4041,1444.93,qpeinexact -287,SUCCESS,2,0,730.97,105788.57,106519.54,27,436,3856,1169.55,ae -288,SUCCESS,2,0,101.51,106519.54,106621.05,27,57,4096,162.42,wstate -289,SUCCESS,2,0,454.32,106621.05,107075.37,27,366,2855,726.91,qftentangled -290,SUCCESS,2,0,633.14,107075.37,107708.51,27,586,2485,1013.02,twolocalrandom -292,SUCCESS,2,0,1239.26,107708.51,108947.77,27,766,3721,1982.82,portfolioqaoa -293,SUCCESS,2,0,776.48,108947.77,109724.25,27,707,2526,1242.37,qft -294,SUCCESS,2,0,61.24,109724.25,109785.49,27,44,3201,97.98,qaoa -295,SUCCESS,2,0,286.1,109785.49,110071.59,27,312,2109,457.76,pricingcall -296,SUCCESS,2,0,44.6,110071.59,110116.19,27,26,3945,71.36,graphstate -297,SUCCESS,2,0,1117.73,110116.19,111233.92,27,1110,2316,1788.37,random diff --git a/output/iQuantumExample5-17-07-2023_18-22-31.csv b/output/iQuantumExample5-17-07-2023_18-22-31.csv deleted file mode 100644 index bddda1b5e..000000000 --- a/output/iQuantumExample5-17-07-2023_18-22-31.csv +++ /dev/null @@ -1,299 +0,0 @@ -QTask_ID,Status,QDCenter,QNode_ID,Execution_Time,Start_Time,Finish_Time,No_Qubits,No_Layers,Shots,Cost,Application -1,SUCCESS,2,0,765.35,0.01,765.36,27,580,3035,1224.56,realamprandom -5,SUCCESS,2,0,167.38,765.36,932.74,27,96,4010,267.81,dj -8,SUCCESS,2,0,637.84,932.74,1570.58,27,1185,1238,1020.54,su2random -9,SUCCESS,2,0,128.8,1570.58,1699.38,27,74,4003,206.08,ghz -12,SUCCESS,2,0,56.61,1699.38,1755.99,27,69,1887,90.58,wstate -14,SUCCESS,2,0,341.18,1755.99,2097.17,27,527,1489,545.89,qft -15,SUCCESS,2,0,79.44,2097.17,2176.61,27,53,3447,127.1,qaoa -17,SUCCESS,2,0,32.68,2176.61,2209.29,27,31,2424,52.29,graphstate -20,SUCCESS,2,0,95.65,2209.29,2304.94,27,85,2588,153.04,wstate -22,SUCCESS,2,0,830.48,2304.94,3135.42,27,559,3417,1328.77,portfoliovqe -24,SUCCESS,2,0,19.6,3135.42,3155.02,27,37,1218,31.36,graphstate -28,SUCCESS,2,0,72.92,3155.02,3227.94,27,48,3494,116.67,dj -30,SUCCESS,2,0,529.84,3227.94,3757.78,27,521,2339,847.74,realamprandom -33,SUCCESS,2,0,72.44,3757.78,3830.22,27,45,3702,115.9,graphstate -0,SUCCESS,2,1,4316.98,0.01,4316.99,27,3843,2696,6907.17,pricingcall -2,SUCCESS,2,1,434.03,4316.99,4751.02,27,418,2492,694.45,qftentangled -3,SUCCESS,2,1,23.75,4751.02,4774.77,27,32,1781,38,routing -4,SUCCESS,2,1,43.21,4774.77,4817.98,27,26,3988,69.14,routing -37,SUCCESS,2,0,1098.63,3830.22,4928.85,27,714,3539,1757.81,qnn -39,SUCCESS,2,0,25.01,4928.85,4953.86,27,33,1743,40.02,graphstate -6,SUCCESS,2,1,312.31,4817.98,5130.29,27,467,1605,499.7,qnn -7,SUCCESS,2,1,307.06,5130.29,5437.35,27,418,1763,491.3,qpeinexact -10,SUCCESS,2,1,1044.78,5437.35,6482.13,27,772,3248,1671.65,qpeexact -41,SUCCESS,2,0,1932.88,4953.86,6886.74,27,1311,3391,3092.61,random -42,SUCCESS,2,0,253.1,6886.74,7139.84,27,297,1960,404.96,su2random -44,SUCCESS,2,0,24.41,7139.84,7164.25,27,15,3742,39.06,ghz -46,SUCCESS,2,0,223.81,7164.25,7388.06,27,340,1514,358.1,qftentangled -48,SUCCESS,2,0,29.55,7388.06,7417.61,27,40,1699,47.28,dj -11,SUCCESS,2,1,946.51,6482.13,7428.64,27,555,4093,1514.42,twolocalrandom -52,SUCCESS,2,0,18.53,7417.61,7436.14,27,25,1704,29.65,graphstate -13,SUCCESS,2,1,796.81,7428.64,8225.45,27,529,3615,1274.9,ae -53,SUCCESS,2,0,1854.96,7436.14,9291.1,27,1691,2523,2967.94,random -55,SUCCESS,2,0,71.36,9291.1,9362.46,27,81,2026,114.18,wstate -16,SUCCESS,2,1,1406.84,8225.45,9632.29,27,920,3670,2250.94,random -56,SUCCESS,2,0,695,9362.46,10057.46,27,580,2756,1112,twolocalrandom -18,SUCCESS,2,1,1777.22,9632.29,11409.51,27,1427,2989,2843.55,pricingcall -19,SUCCESS,2,1,1100.81,11409.51,12510.32,27,766,3449,1761.3,ae -21,SUCCESS,2,1,1229.2,12510.32,13739.52,27,840,3512,1966.72,twolocalrandom -23,SUCCESS,2,1,750,13739.52,14489.52,27,576,3125,1200,qpeinexact -25,SUCCESS,2,1,2550.11,14489.52,17039.63,27,1882,3252,4080.18,random -58,SUCCESS,2,0,7406.23,10057.46,17463.69,27,6967,2445,11849.97,pricingput -26,SUCCESS,2,1,1055.01,17039.63,18094.64,27,633,4000,1688.02,qnn -59,SUCCESS,2,0,861.63,17463.69,18325.32,27,672,2949,1378.61,random -27,SUCCESS,2,1,307.33,18094.64,18401.97,27,261,2826,491.73,qft -60,SUCCESS,2,0,89.81,18325.32,18415.13,27,153,1350,143.7,pricingcall -62,SUCCESS,2,0,40.73,18415.13,18455.86,27,35,2676,65.17,qaoa -29,SUCCESS,2,1,269.37,18401.97,18671.34,27,327,1977,430.99,qftentangled -63,SUCCESS,2,0,298.34,18455.86,18754.2,27,542,1266,477.34,qft -31,SUCCESS,2,1,161.04,18671.34,18832.38,27,352,1098,257.66,qpeexact -32,SUCCESS,2,1,9.7,18832.38,18842.08,27,16,1455,15.52,ghz -34,SUCCESS,2,1,615.77,18842.08,19457.85,27,1335,1107,985.23,random -35,SUCCESS,2,1,293.76,19457.85,19751.61,27,408,1728,470.02,su2random -36,SUCCESS,2,1,413.36,19751.61,20164.97,27,783,1267,661.38,qpeinexact -38,SUCCESS,2,1,893.66,20164.97,21058.63,27,695,3086,1429.86,qnn -64,SUCCESS,2,0,2742.27,18754.2,21496.47,27,2190,2880,4387.63,pricingput -40,SUCCESS,2,1,671.26,21058.63,21729.89,27,500,3222,1074.02,pricingcall -65,SUCCESS,2,0,278.17,21496.47,21774.64,27,521,1228,445.07,twolocalrandom -70,SUCCESS,2,0,446,21774.64,22220.64,27,438,2342,713.6,qpeinexact -43,SUCCESS,2,1,585.69,21729.89,22315.58,27,706,1991,937.1,qpeinexact -45,SUCCESS,2,1,200.77,22315.58,22516.35,27,328,1469,321.23,qpeexact -47,SUCCESS,2,1,344.34,22516.35,22860.69,27,555,1489,550.94,realamprandom -49,SUCCESS,2,1,256.65,22860.69,23117.34,27,238,2588,410.64,qft -50,SUCCESS,2,1,593.9,23117.34,23711.24,27,578,2466,950.24,qnn -71,SUCCESS,2,0,1839.47,22220.64,24060.11,27,1089,3885,2943.15,su2random -51,SUCCESS,2,1,515.67,23711.24,24226.91,27,560,2210,825.07,qpeinexact -73,SUCCESS,2,0,169.27,24060.11,24229.38,27,112,3476,270.83,dj -54,SUCCESS,2,1,357.57,24226.91,24584.48,27,631,1360,572.11,ae -77,SUCCESS,2,0,981.4,24229.38,25210.78,27,912,2475,1570.24,ae -79,SUCCESS,2,0,135.71,25210.78,25346.49,27,130,2401,217.14,wstate -84,SUCCESS,2,0,25.39,25346.49,25371.88,27,52,1123,40.62,dj -87,SUCCESS,2,0,260.47,25371.88,25632.35,27,333,1799,416.75,qpeexact -88,SUCCESS,2,0,14.13,25632.35,25646.48,27,18,1805,22.61,ghz -57,SUCCESS,2,1,1074.11,24584.48,25658.59,27,634,4066,1718.58,portfoliovqe -61,SUCCESS,2,1,17.09,25658.59,25675.68,27,23,1783,27.34,graphstate -66,SUCCESS,2,1,90.27,25675.68,25765.95,27,65,3333,144.43,wstate -67,SUCCESS,2,1,644.85,25765.95,26410.8,27,467,3314,1031.76,ae -68,SUCCESS,2,1,641.31,26410.8,27052.11,27,880,1749,1026.1,qpeexact -69,SUCCESS,2,1,102.12,27052.11,27154.23,27,87,2817,163.39,ghz -72,SUCCESS,2,1,612.8,27154.23,27767.03,27,399,3686,980.48,qnn -74,SUCCESS,2,1,883.4,27767.03,28650.43,27,840,2524,1413.44,realamprandom -75,SUCCESS,2,1,543.53,28650.43,29193.96,27,401,3253,869.65,qftentangled -89,SUCCESS,2,0,3667.96,25646.48,29314.44,27,2277,3705,5868.74,qwalk-v-chain -90,SUCCESS,2,0,1049.31,29314.44,30363.75,27,734,3288,1678.9,su2random -76,SUCCESS,2,1,1544.46,29193.96,30738.42,27,948,3910,2471.14,pricingcall -91,SUCCESS,2,0,924.98,30363.75,31288.73,27,812,2620,1479.97,qpeinexact -78,SUCCESS,2,1,730.25,30738.42,31468.67,27,1283,1366,1168.4,twolocalrandom -80,SUCCESS,2,1,16.17,31468.67,31484.84,27,29,1338,25.87,graphstate -81,SUCCESS,2,1,95.87,31484.84,31580.71,27,66,3486,153.39,tsp -92,SUCCESS,2,0,507.71,31288.73,31796.44,27,802,1456,812.34,qnn -93,SUCCESS,2,0,711.57,31796.44,32508.01,27,1215,1347,1138.51,realamprandom -98,SUCCESS,2,0,334.66,32508.01,32842.67,27,359,2144,535.46,qpeinexact -99,SUCCESS,2,0,860.31,32842.67,33702.98,27,842,2350,1376.5,su2random -101,SUCCESS,2,0,337.38,33702.98,34040.36,27,708,1096,539.81,qpeexact -104,SUCCESS,2,0,326.62,34040.36,34366.98,27,430,1747,522.59,twolocalrandom -105,SUCCESS,2,0,305.41,34366.98,34672.39,27,273,2573,488.66,ae -106,SUCCESS,2,0,62.71,34672.39,34735.1,27,69,2090,100.34,dj -111,SUCCESS,2,0,47.34,34735.1,34782.44,27,32,3402,75.74,graphstate -112,SUCCESS,2,0,852.99,34782.44,35635.43,27,624,3144,1364.78,random -117,SUCCESS,2,0,35.44,35635.43,35670.87,27,21,3881,56.7,ghz -118,SUCCESS,2,0,454.34,35670.87,36125.21,27,420,2488,726.94,portfolioqaoa -82,SUCCESS,2,1,5194.96,31580.71,36775.67,27,7682,1623,8311.94,grover-v-chain -83,SUCCESS,2,1,317.8,36775.67,37093.47,27,290,2630,508.48,qft -119,SUCCESS,2,0,1147.93,36125.21,37273.14,27,697,3788,1836.69,pricingput -120,SUCCESS,2,0,63.66,37273.14,37336.8,27,78,1877,101.86,dj -85,SUCCESS,2,1,261.01,37093.47,37354.48,27,225,2784,417.62,qftentangled -121,SUCCESS,2,0,42.32,37336.8,37379.12,27,41,2374,67.71,wstate -122,SUCCESS,2,0,217.94,37379.12,37597.06,27,352,1424,348.7,twolocalrandom -86,SUCCESS,2,1,353.18,37354.48,37707.66,27,352,2408,565.09,realamprandom -94,SUCCESS,2,1,523.89,37707.66,38231.55,27,731,1720,838.22,qftentangled -95,SUCCESS,2,1,76.71,38231.55,38308.26,27,91,2023,122.74,dj -96,SUCCESS,2,1,31.5,38308.26,38339.76,27,24,3150,50.4,vqe -124,SUCCESS,2,0,789.79,37597.06,38386.85,27,761,2387,1263.66,qpeexact -97,SUCCESS,2,1,153.26,38339.76,38493.02,27,347,1060,245.22,qnn -126,SUCCESS,2,0,116.48,38386.85,38503.33,27,70,3827,186.37,ghz -128,SUCCESS,2,0,69.07,38503.33,38572.4,27,45,3530,110.51,tsp -100,SUCCESS,2,1,123.16,38493.02,38616.18,27,81,3649,197.06,ghz -129,SUCCESS,2,0,709.57,38572.4,39281.97,27,502,3251,1135.31,su2random -102,SUCCESS,2,1,739.45,38616.18,39355.63,27,463,3833,1183.12,qft -103,SUCCESS,2,1,68.91,39355.63,39424.54,27,45,3675,110.26,wstate -131,SUCCESS,2,0,682.14,39281.97,39964.11,27,394,3982,1091.42,qnn -107,SUCCESS,2,1,644.63,39424.54,40069.17,27,537,2881,1031.41,portfolioqaoa -108,SUCCESS,2,1,14.94,40069.17,40084.11,27,22,1629,23.9,ghz -132,SUCCESS,2,0,132.47,39964.11,40096.58,27,103,2958,211.95,dj -109,SUCCESS,2,1,235.68,40084.11,40319.79,27,458,1235,377.09,qft -110,SUCCESS,2,1,323.87,40319.79,40643.66,27,547,1421,518.19,qpeexact -113,SUCCESS,2,1,16.6,40643.66,40660.26,27,19,2096,26.56,graphstate -133,SUCCESS,2,0,706.77,40096.58,40803.35,27,1283,1267,1130.83,realamprandom -134,SUCCESS,2,0,329.42,40803.35,41132.77,27,327,2317,527.07,pricingput -114,SUCCESS,2,1,492.35,40660.26,41152.61,27,499,2368,787.76,random -115,SUCCESS,2,1,538.51,41152.61,41691.12,27,559,2312,861.62,qft -116,SUCCESS,2,1,459.03,41691.12,42150.15,27,578,1906,734.45,qpeexact -123,SUCCESS,2,1,245.32,42150.15,42395.47,27,222,2652,392.51,ae -136,SUCCESS,2,0,1405.93,41132.77,42538.7,27,895,3613,2249.49,qnn -125,SUCCESS,2,1,645.83,42395.47,43041.3,27,392,3954,1033.33,qft -137,SUCCESS,2,0,590.61,42538.7,43129.31,27,389,3492,944.98,su2random -127,SUCCESS,2,1,519.12,43041.3,43560.42,27,335,3719,830.59,qpeinexact -130,SUCCESS,2,1,40.03,43560.42,43600.45,27,25,3842,64.05,vqe -138,SUCCESS,2,0,808.96,43129.31,43938.27,27,886,2100,1294.34,qpeinexact -139,SUCCESS,2,0,16.19,43938.27,43954.46,27,17,2190,25.9,ghz -142,SUCCESS,2,0,263.67,43954.46,44218.13,27,221,2744,421.87,qftentangled -135,SUCCESS,2,1,648.5,43600.45,44248.95,27,711,2189,1037.6,qftentangled -140,SUCCESS,2,1,556.75,44248.95,44805.7,27,416,3212,890.8,qpeexact -141,SUCCESS,2,1,81.43,44805.7,44887.13,27,55,3553,130.29,groundstate -143,SUCCESS,2,0,693.8,44218.13,44911.93,27,430,3711,1110.08,realamprandom -144,SUCCESS,2,1,36.71,44887.13,44923.84,27,56,1573,58.74,dj -145,SUCCESS,2,0,162.41,44911.93,45074.34,27,288,1297,259.86,qft -151,SUCCESS,2,0,435.08,45074.34,45509.42,27,930,1076,696.13,qnn -152,SUCCESS,2,0,879.77,45509.42,46389.19,27,891,2271,1407.63,qpeinexact -146,SUCCESS,2,1,3526.38,44923.84,48450.22,27,2378,3559,5642.21,random -147,SUCCESS,2,1,33.43,48450.22,48483.65,27,46,1744,53.49,graphstate -148,SUCCESS,2,1,1597.09,48483.65,50080.74,27,939,4082,2555.34,ae -154,SUCCESS,2,0,3881.57,46389.19,50270.76,27,3048,2929,6210.51,qwalk-v-chain -155,SUCCESS,2,0,13.18,50270.76,50283.94,27,20,1515,21.09,ghz -157,SUCCESS,2,0,335.28,50283.94,50619.22,27,401,1923,536.45,groundstate -149,SUCCESS,2,1,604.98,50080.74,50685.72,27,1215,1195,967.97,twolocalrandom -150,SUCCESS,2,1,127.9,50685.72,50813.62,27,120,2558,204.64,wstate -159,SUCCESS,2,0,444.38,50619.22,51063.6,27,305,3351,711.01,qftentangled -153,SUCCESS,2,1,491.34,50813.62,51304.96,27,536,2200,786.14,su2random -161,SUCCESS,2,0,569.53,51063.6,51633.13,27,446,2937,911.25,qft -163,SUCCESS,2,0,127.99,51633.13,51761.12,27,113,2605,204.78,wstate -156,SUCCESS,2,1,793.36,51304.96,52098.32,27,516,3690,1269.38,qpeexact -165,SUCCESS,2,0,521.04,51761.12,52282.16,27,818,1465,833.66,ae -158,SUCCESS,2,1,485.35,52098.32,52583.67,27,409,2848,776.56,realamprandom -160,SUCCESS,2,1,58.72,52583.67,52642.39,27,61,2310,93.95,dj -162,SUCCESS,2,1,58.52,52642.39,52700.91,27,39,3601,93.63,graphstate -166,SUCCESS,2,0,955.62,52282.16,53237.78,27,602,3651,1528.99,pricingcall -169,SUCCESS,2,0,36.69,53237.78,53274.47,27,26,3245,58.7,graphstate -170,SUCCESS,2,0,19.95,53274.47,53294.42,27,42,1092,31.92,qaoa -171,SUCCESS,2,0,326.27,53294.42,53620.69,27,448,1675,522.03,qft -172,SUCCESS,2,0,460.76,53620.69,54081.45,27,645,1643,737.22,portfolioqaoa -164,SUCCESS,2,1,1488.83,52700.91,54189.74,27,1170,3054,2382.13,twolocalrandom -167,SUCCESS,2,1,289.25,54189.74,54478.99,27,470,1477,462.8,random -174,SUCCESS,2,0,523.95,54081.45,54605.4,27,504,2391,838.32,twolocalrandom -175,SUCCESS,2,0,47.06,54605.4,54652.46,27,53,2042,75.3,wstate -168,SUCCESS,2,1,241,54478.99,54719.99,27,484,1195,385.6,su2random -173,SUCCESS,2,1,375.09,54719.99,55095.08,27,350,2572,600.14,ae -177,SUCCESS,2,1,31.21,55095.08,55126.29,27,24,3120,49.94,ghz -176,SUCCESS,2,0,662.41,54652.46,55314.87,27,655,2326,1059.86,qpeexact -179,SUCCESS,2,1,234.18,55126.29,55360.47,27,302,1861,374.69,qpeinexact -180,SUCCESS,2,1,428.35,55360.47,55788.82,27,314,3274,685.36,qnn -181,SUCCESS,2,1,14.79,55788.82,55803.61,27,26,1365,23.66,vqe -182,SUCCESS,2,1,9.86,55803.61,55813.47,27,13,1819,15.78,routing -186,SUCCESS,2,1,321.6,55813.47,56135.07,27,573,1347,514.56,qftentangled -187,SUCCESS,2,1,279.14,56135.07,56414.21,27,169,3964,446.62,pricingput -191,SUCCESS,2,1,16.11,56414.21,56430.32,27,27,1432,25.78,vqe -178,SUCCESS,2,0,1156.37,55314.87,56471.24,27,804,3308,1850.19,su2random -183,SUCCESS,2,0,129.6,56471.24,56600.84,27,79,3773,207.36,dj -193,SUCCESS,2,1,388.85,56430.32,56819.17,27,248,3763,622.16,qpeinexact -184,SUCCESS,2,0,755.27,56600.84,57356.11,27,599,2900,1208.43,qftentangled -195,SUCCESS,2,1,723.91,56819.17,57543.08,27,760,2286,1158.26,qpeexact -196,SUCCESS,2,1,406.03,57543.08,57949.11,27,331,2944,649.65,ae -197,SUCCESS,2,1,485.86,57949.11,58434.97,27,409,2851,777.38,twolocalrandom -198,SUCCESS,2,1,23.93,58434.97,58458.9,27,49,1172,38.29,wstate -185,SUCCESS,2,0,1586.25,57356.11,58942.36,27,1114,3275,2538,realamprandom -200,SUCCESS,2,1,882.79,58458.9,59341.69,27,615,3445,1412.46,portfolioqaoa -203,SUCCESS,2,1,539.02,59341.69,59880.71,27,464,2788,862.43,su2random -205,SUCCESS,2,1,69.91,59880.71,59950.62,27,134,1252,111.86,wstate -188,SUCCESS,2,0,1808.42,58942.36,60750.78,27,1170,3555,2893.47,realamprandom -189,SUCCESS,2,0,109.88,60750.78,60860.66,27,85,2973,175.81,dj -207,SUCCESS,2,1,963.15,59950.62,60913.77,27,1114,2075,1541.04,twolocalrandom -190,SUCCESS,2,0,458.62,60860.66,61319.28,27,366,2882,733.79,qnn -210,SUCCESS,2,1,407.47,60913.77,61321.24,27,322,3037,651.95,qft -211,SUCCESS,2,1,123.07,61321.24,61444.31,27,73,4046,196.91,dj -215,SUCCESS,2,1,11.45,61444.31,61455.76,27,19,1446,18.32,ghz -192,SUCCESS,2,0,595.77,61319.28,61915.05,27,783,1750,953.23,su2random -194,SUCCESS,2,0,25.27,61915.05,61940.32,27,23,2526,40.43,ghz -218,SUCCESS,2,1,921.26,61455.76,62377.02,27,1000,2211,1474.02,qnn -221,SUCCESS,2,1,15.08,62377.02,62392.1,27,35,1034,24.13,qaoa -199,SUCCESS,2,0,1344.76,61940.32,63285.08,27,976,3169,2151.62,pricingput -201,SUCCESS,2,0,873.84,63285.08,64158.92,27,516,3895,1398.14,qft -202,SUCCESS,2,0,397.1,64158.92,64556.02,27,360,2537,635.36,random -204,SUCCESS,2,0,23.67,64556.02,64579.69,27,23,2367,37.87,graphstate -206,SUCCESS,2,0,470.5,64579.69,65050.19,27,509,2126,752.8,pricingput -208,SUCCESS,2,0,621.29,65050.19,65671.48,27,786,1818,994.06,ae -209,SUCCESS,2,0,38.38,65671.48,65709.86,27,39,2263,61.41,graphstate -212,SUCCESS,2,0,729.93,65709.86,66439.79,27,504,3331,1167.89,realamprandom -213,SUCCESS,2,0,221.25,66439.79,66661.04,27,217,2345,354,qftentangled -214,SUCCESS,2,0,725.7,66661.04,67386.74,27,536,3114,1161.12,qpeexact -216,SUCCESS,2,0,598.08,67386.74,67984.82,27,914,1505,956.93,qpeinexact -217,SUCCESS,2,0,759.95,67984.82,68744.77,27,557,3138,1215.92,su2random -219,SUCCESS,2,0,30.63,68744.77,68775.4,27,29,2429,49.01,graphstate -220,SUCCESS,2,0,1490.84,68775.4,70266.24,27,922,3719,2385.34,random -222,SUCCESS,2,0,1142.67,70266.24,71408.91,27,724,3630,1828.27,qft -225,SUCCESS,2,0,359.71,71408.91,71768.62,27,446,1855,575.54,ae -226,SUCCESS,2,0,77.58,71768.62,71846.2,27,61,2925,124.13,wstate -229,SUCCESS,2,0,673.86,71846.2,72520.06,27,916,1692,1078.18,qpeexact -223,SUCCESS,2,1,10949.16,62392.1,73341.26,27,6950,3781,17518.66,pricingcall -236,SUCCESS,2,0,836.95,72520.06,73357.01,27,538,3578,1339.12,qftentangled -238,SUCCESS,2,0,791.84,73357.01,74148.85,27,622,2928,1266.94,qnn -224,SUCCESS,2,1,1042.23,73341.26,74383.49,27,656,3813,1667.57,realamprandom -227,SUCCESS,2,1,580.75,74383.49,74964.24,27,412,3383,929.2,qftentangled -239,SUCCESS,2,0,1320.05,74148.85,75468.9,27,756,4016,2112.08,qpeinexact -242,SUCCESS,2,0,92.7,75468.9,75561.6,27,200,1066,148.32,qpeexact -228,SUCCESS,2,1,923.24,74964.24,75887.48,27,568,3901,1477.18,twolocalrandom -230,SUCCESS,2,1,143.93,75887.48,76031.41,27,95,3636,230.29,ghz -243,SUCCESS,2,0,724.47,75561.6,76286.07,27,616,2705,1159.15,ae -246,SUCCESS,2,0,466.06,76286.07,76752.13,27,292,3671,745.7,qftentangled -249,SUCCESS,2,0,273.36,76752.13,77025.49,27,218,2884,437.38,qft -231,SUCCESS,2,1,1069.02,76031.41,77100.43,27,1078,2380,1710.43,su2random -254,SUCCESS,2,0,154.04,77025.49,77179.53,27,105,3374,246.46,wstate -255,SUCCESS,2,0,398.77,77179.53,77578.3,27,862,1064,638.03,ae -232,SUCCESS,2,1,584.08,77100.43,77684.51,27,533,2630,934.53,qpeinexact -233,SUCCESS,2,1,26.49,77684.51,77711,27,30,2119,42.38,vqe -234,SUCCESS,2,1,419.61,77711,78130.61,27,483,2085,671.38,qnn -235,SUCCESS,2,1,80.81,78130.61,78211.42,27,110,1763,129.3,dj -237,SUCCESS,2,1,726.98,78211.42,78938.4,27,836,2087,1163.17,realamprandom -240,SUCCESS,2,1,641.22,78938.4,79579.62,27,499,3084,1025.95,su2random -241,SUCCESS,2,1,7.19,79579.62,79586.81,27,14,1231,11.5,ghz -244,SUCCESS,2,1,877.54,79586.81,80464.35,27,586,3594,1404.06,realamprandom -245,SUCCESS,2,1,339.91,80464.35,80804.26,27,485,1682,543.86,twolocalrandom -256,SUCCESS,2,0,3231.57,77578.3,80809.87,27,2172,3422,5170.51,pricingcall -247,SUCCESS,2,1,33.66,80804.26,80837.92,27,77,1049,53.86,wstate -248,SUCCESS,2,1,50.34,80837.92,80888.26,27,37,3265,80.54,dj -258,SUCCESS,2,0,610.7,80809.87,81420.57,27,565,2486,977.12,portfoliovqe -250,SUCCESS,2,1,1079.4,80888.26,81967.66,27,1748,1482,1727.04,random -251,SUCCESS,2,1,17.21,81967.66,81984.87,27,26,1588,27.54,graphstate -260,SUCCESS,2,0,1158.79,81420.57,82579.36,27,713,3738,1854.06,ae -264,SUCCESS,2,0,44.98,82579.36,82624.34,27,40,2586,71.97,dj -252,SUCCESS,2,1,707.63,81984.87,82692.5,27,992,1712,1132.21,twolocalrandom -253,SUCCESS,2,1,647.91,82692.5,83340.41,27,465,3344,1036.66,portfoliovqe -257,SUCCESS,2,1,1261.32,83340.41,84601.73,27,836,3621,2018.11,twolocalrandom -259,SUCCESS,2,1,44.74,84601.73,84646.47,27,101,1063,71.58,wstate -261,SUCCESS,2,1,2157.22,84646.47,86803.69,27,1594,3248,3451.55,random -262,SUCCESS,2,1,30.65,86803.69,86834.34,27,21,3502,49.04,graphstate -263,SUCCESS,2,1,186.74,86834.34,87021.08,27,181,2476,298.78,qft -265,SUCCESS,2,0,5124.05,82624.34,87748.39,27,3905,3018,8198.48,pricingput -267,SUCCESS,2,1,908.33,87021.08,87929.41,27,568,3838,1453.33,realamprandom -266,SUCCESS,2,0,515.58,87748.39,88263.97,27,583,2034,824.93,ae -273,SUCCESS,2,1,379.56,87929.41,88308.97,27,653,1395,607.3,qpeinexact -274,SUCCESS,2,1,378.01,88308.97,88686.98,27,465,1951,604.82,su2random -275,SUCCESS,2,1,375.07,88686.98,89062.05,27,658,1368,600.11,qnn -268,SUCCESS,2,0,946.93,88263.97,89210.9,27,656,3320,1515.09,twolocalrandom -269,SUCCESS,2,0,381.61,89210.9,89592.51,27,262,3350,610.58,qftentangled -270,SUCCESS,2,0,100.4,89592.51,89692.91,27,73,3163,160.64,wstate -271,SUCCESS,2,0,276.63,89692.91,89969.54,27,305,2086,442.61,qpeexact -272,SUCCESS,2,0,17.11,89969.54,89986.65,27,13,3027,27.38,ghz -277,SUCCESS,2,1,964.31,89062.05,90026.36,27,992,2333,1542.9,realamprandom -278,SUCCESS,2,1,74.58,90026.36,90100.94,27,116,1543,119.33,dj -276,SUCCESS,2,0,492.35,89986.65,90479,27,442,2562,787.76,qftentangled -282,SUCCESS,2,1,1184.76,90100.94,91285.7,27,1050,2708,1895.62,su2random -279,SUCCESS,2,0,863.23,90479,91342.23,27,507,3916,1381.17,groundstate -280,SUCCESS,2,0,42,91342.23,91384.23,27,29,3331,67.2,vqe -281,SUCCESS,2,0,292.42,91384.23,91676.65,27,607,1108,467.87,qnn -289,SUCCESS,2,0,454.32,91676.65,92130.97,27,366,2855,726.91,qftentangled -283,SUCCESS,2,1,865.45,91285.7,92151.15,27,514,4041,1384.72,qpeinexact -284,SUCCESS,2,1,122.08,92151.15,92273.23,27,84,3488,195.33,ghz -293,SUCCESS,2,0,776.48,92130.97,92907.45,27,707,2526,1242.37,qft -294,SUCCESS,2,0,61.24,92907.45,92968.69,27,44,3201,97.98,qaoa -295,SUCCESS,2,0,286.1,92968.69,93254.79,27,312,2109,457.76,pricingcall -285,SUCCESS,2,1,1416.06,92273.23,93689.29,27,892,3810,2265.7,qpeexact -286,SUCCESS,2,1,755.19,93689.29,94444.48,27,485,3737,1208.3,realamprandom -287,SUCCESS,2,1,700.51,94444.48,95144.99,27,436,3856,1120.82,ae -288,SUCCESS,2,1,97.29,95144.99,95242.28,27,57,4096,155.66,wstate -290,SUCCESS,2,1,606.76,95242.28,95849.04,27,586,2485,970.82,twolocalrandom -291,SUCCESS,2,1,1536.36,95849.04,97385.4,27,1488,2478,2458.18,pricingput -292,SUCCESS,2,1,1187.62,97385.4,98573.02,27,766,3721,1900.19,portfolioqaoa -296,SUCCESS,2,1,42.74,98573.02,98615.76,27,26,3945,68.38,graphstate -297,SUCCESS,2,1,1071.15,98615.76,99686.91,27,1110,2316,1713.84,random diff --git a/output/iQuantumExample5-19-07-2023_10-39-55.csv b/output/iQuantumExample5-19-07-2023_10-39-55.csv deleted file mode 100644 index 2b0bfc01f..000000000 --- a/output/iQuantumExample5-19-07-2023_10-39-55.csv +++ /dev/null @@ -1,299 +0,0 @@ -QTask_ID,Status,QDCenter,QNode_ID,Execution_Time,Start_Time,Finish_Time,No_Qubits,No_Layers,Shots,Cost,Application -1,SUCCESS,2,1,733.46,0.01,733.47,27,580,3035,1173.53,realamprandom -2,SUCCESS,2,1,434.03,733.47,1167.5,27,418,2492,694.45,qftentangled -3,SUCCESS,2,1,23.75,1167.5,1191.25,27,32,1781,38,routing -6,SUCCESS,2,1,312.31,1191.25,1503.56,27,467,1605,499.7,qnn -7,SUCCESS,2,1,307.06,1503.56,1810.62,27,418,1763,491.3,qpeinexact -8,SUCCESS,2,1,611.27,1810.62,2421.89,27,1185,1238,978.03,su2random -11,SUCCESS,2,1,946.51,2421.89,3368.4,27,555,4093,1514.42,twolocalrandom -12,SUCCESS,2,1,54.26,3368.4,3422.66,27,69,1887,86.82,wstate -13,SUCCESS,2,1,796.81,3422.66,4219.47,27,529,3615,1274.9,ae -15,SUCCESS,2,1,76.13,4219.47,4295.6,27,53,3447,121.81,qaoa -17,SUCCESS,2,1,31.32,4295.6,4326.92,27,31,2424,50.11,graphstate -0,SUCCESS,2,0,4504.67,0.01,4504.68,27,3843,2696,7207.47,pricingcall -4,SUCCESS,2,0,45.09,4504.68,4549.77,27,26,3988,72.14,routing -5,SUCCESS,2,0,167.38,4549.77,4717.15,27,96,4010,267.81,dj -9,SUCCESS,2,0,128.8,4717.15,4845.95,27,74,4003,206.08,ghz -10,SUCCESS,2,0,1090.2,4845.95,5936.15,27,772,3248,1744.32,qpeexact -18,SUCCESS,2,1,1777.22,4326.92,6104.14,27,1427,2989,2843.55,pricingcall -14,SUCCESS,2,0,341.18,5936.15,6277.33,27,527,1489,545.89,qft -21,SUCCESS,2,1,1229.21,6104.14,7333.35,27,840,3512,1966.74,twolocalrandom -16,SUCCESS,2,0,1468.01,6277.33,7745.34,27,920,3670,2348.82,random -23,SUCCESS,2,1,750.01,7333.35,8083.36,27,576,3125,1200.02,qpeinexact -27,SUCCESS,2,1,307.33,8083.36,8390.69,27,261,2826,491.73,qft -29,SUCCESS,2,1,269.37,8390.69,8660.06,27,327,1977,430.99,qftentangled -19,SUCCESS,2,0,1148.67,7745.34,8894.01,27,766,3449,1837.87,ae -20,SUCCESS,2,0,95.65,8894.01,8989.66,27,85,2588,153.04,wstate -30,SUCCESS,2,1,507.76,8660.06,9167.82,27,521,2339,812.42,realamprandom -33,SUCCESS,2,1,69.42,9167.82,9237.24,27,45,3702,111.07,graphstate -36,SUCCESS,2,1,413.36,9237.24,9650.6,27,783,1267,661.38,qpeinexact -39,SUCCESS,2,1,23.97,9650.6,9674.57,27,33,1743,38.35,graphstate -22,SUCCESS,2,0,830.49,8989.66,9820.15,27,559,3417,1328.78,portfoliovqe -24,SUCCESS,2,0,19.6,9820.15,9839.75,27,37,1218,31.36,graphstate -41,SUCCESS,2,1,1852.34,9674.57,11526.91,27,1311,3391,2963.74,random -42,SUCCESS,2,1,242.56,11526.91,11769.47,27,297,1960,388.1,su2random -43,SUCCESS,2,1,585.69,11769.47,12355.16,27,706,1991,937.1,qpeinexact -44,SUCCESS,2,1,23.39,12355.16,12378.55,27,15,3742,37.42,ghz -25,SUCCESS,2,0,2660.99,9839.75,12500.74,27,1882,3252,4257.58,random -45,SUCCESS,2,1,200.77,12378.55,12579.32,27,328,1469,321.23,qpeexact -48,SUCCESS,2,1,28.32,12579.32,12607.64,27,40,1699,45.31,dj -54,SUCCESS,2,1,357.57,12607.64,12965.21,27,631,1360,572.11,ae -26,SUCCESS,2,0,1100.88,12500.74,13601.62,27,633,4000,1761.41,qnn -56,SUCCESS,2,1,666.04,12965.21,13631.25,27,580,2756,1065.66,twolocalrandom -28,SUCCESS,2,0,72.92,13601.62,13674.54,27,48,3494,116.67,dj -31,SUCCESS,2,0,168.05,13674.54,13842.59,27,352,1098,268.88,qpeexact -32,SUCCESS,2,0,10.13,13842.59,13852.72,27,16,1455,16.21,ghz -34,SUCCESS,2,0,642.55,13852.72,14495.27,27,1335,1107,1028.08,random -57,SUCCESS,2,1,1074.11,13631.25,14705.36,27,634,4066,1718.58,portfoliovqe -35,SUCCESS,2,0,306.54,14495.27,14801.81,27,408,1728,490.46,su2random -37,SUCCESS,2,0,1098.63,14801.81,15900.44,27,714,3539,1757.81,qnn -38,SUCCESS,2,0,932.51,15900.44,16832.95,27,695,3086,1492.02,qnn -40,SUCCESS,2,0,700.44,16832.95,17533.39,27,500,3222,1120.7,pricingcall -46,SUCCESS,2,0,223.81,17533.39,17757.2,27,340,1514,358.1,qftentangled -47,SUCCESS,2,0,359.31,17757.2,18116.51,27,555,1489,574.9,realamprandom -49,SUCCESS,2,0,267.81,18116.51,18384.32,27,238,2588,428.5,qft -50,SUCCESS,2,0,619.72,18384.32,19004.04,27,578,2466,991.55,qnn -51,SUCCESS,2,0,538.09,19004.04,19542.13,27,560,2210,860.94,qpeinexact -52,SUCCESS,2,0,18.53,19542.13,19560.66,27,25,1704,29.65,graphstate -53,SUCCESS,2,0,1854.96,19560.66,21415.62,27,1691,2523,2967.94,random -55,SUCCESS,2,0,71.36,21415.62,21486.98,27,81,2026,114.18,wstate -58,SUCCESS,2,1,7097.64,14705.36,21803,27,6967,2445,11356.22,pricingput -62,SUCCESS,2,1,39.03,21803,21842.03,27,35,2676,62.45,qaoa -59,SUCCESS,2,0,861.63,21486.98,22348.61,27,672,2949,1378.61,random -60,SUCCESS,2,0,89.81,22348.61,22438.42,27,153,1350,143.7,pricingcall -61,SUCCESS,2,0,17.83,22438.42,22456.25,27,23,1783,28.53,graphstate -67,SUCCESS,2,1,644.86,21842.03,22486.89,27,467,3314,1031.78,ae -63,SUCCESS,2,0,298.34,22456.25,22754.59,27,542,1266,477.34,qft -74,SUCCESS,2,1,883.4,22486.89,23370.29,27,840,2524,1413.44,realamprandom -77,SUCCESS,2,1,940.5,23370.29,24310.79,27,912,2475,1504.8,ae -78,SUCCESS,2,1,730.25,24310.79,25041.04,27,1283,1366,1168.4,twolocalrandom -79,SUCCESS,2,1,130.06,25041.04,25171.1,27,130,2401,208.1,wstate -81,SUCCESS,2,1,95.87,25171.1,25266.97,27,66,3486,153.39,tsp -64,SUCCESS,2,0,2742.27,22754.59,25496.86,27,2190,2880,4387.63,pricingput -65,SUCCESS,2,0,278.17,25496.86,25775.03,27,521,1228,445.07,twolocalrandom -66,SUCCESS,2,0,94.2,25775.03,25869.23,27,65,3333,150.72,wstate -68,SUCCESS,2,0,669.19,25869.23,26538.42,27,880,1749,1070.7,qpeexact -69,SUCCESS,2,0,106.56,26538.42,26644.98,27,87,2817,170.5,ghz -70,SUCCESS,2,0,446,26644.98,27090.98,27,438,2342,713.6,qpeinexact -71,SUCCESS,2,0,1839.47,27090.98,28930.45,27,1089,3885,2943.15,su2random -72,SUCCESS,2,0,639.45,28930.45,29569.9,27,399,3686,1023.12,qnn -73,SUCCESS,2,0,169.27,29569.9,29739.17,27,112,3476,270.83,dj -75,SUCCESS,2,0,567.16,29739.17,30306.33,27,401,3253,907.46,qftentangled -82,SUCCESS,2,1,5194.96,25266.97,30461.93,27,7682,1623,8311.94,grover-v-chain -83,SUCCESS,2,1,317.8,30461.93,30779.73,27,290,2630,508.48,qft -84,SUCCESS,2,1,24.34,30779.73,30804.07,27,52,1123,38.94,dj -85,SUCCESS,2,1,261,30804.07,31065.07,27,225,2784,417.6,qftentangled -86,SUCCESS,2,1,353.18,31065.07,31418.25,27,352,2408,565.09,realamprandom -87,SUCCESS,2,1,249.62,31418.25,31667.87,27,333,1799,399.39,qpeexact -88,SUCCESS,2,1,13.54,31667.87,31681.41,27,18,1805,21.66,ghz -76,SUCCESS,2,0,1611.61,30306.33,31917.94,27,948,3910,2578.58,pricingcall -80,SUCCESS,2,0,16.88,31917.94,31934.82,27,29,1338,27.01,graphstate -90,SUCCESS,2,0,1049.31,31934.82,32984.13,27,734,3288,1678.9,su2random -91,SUCCESS,2,0,924.98,32984.13,33909.11,27,812,2620,1479.97,qpeinexact -92,SUCCESS,2,0,507.71,33909.11,34416.82,27,802,1456,812.34,qnn -95,SUCCESS,2,0,80.05,34416.82,34496.87,27,91,2023,128.08,dj -97,SUCCESS,2,0,159.93,34496.87,34656.8,27,347,1060,255.89,qnn -98,SUCCESS,2,0,334.66,34656.8,34991.46,27,359,2144,535.46,qpeinexact -100,SUCCESS,2,0,128.51,34991.46,35119.97,27,81,3649,205.62,ghz -89,SUCCESS,2,1,3515.13,31681.41,35196.54,27,2277,3705,5624.21,qwalk-v-chain -101,SUCCESS,2,0,337.38,35119.97,35457.35,27,708,1096,539.81,qpeexact -93,SUCCESS,2,1,681.92,35196.54,35878.46,27,1215,1347,1091.07,realamprandom -102,SUCCESS,2,0,771.6,35457.35,36228.95,27,463,3833,1234.56,qft -103,SUCCESS,2,0,71.91,36228.95,36300.86,27,45,3675,115.06,wstate -94,SUCCESS,2,1,523.89,35878.46,36402.35,27,731,1720,838.22,qftentangled -96,SUCCESS,2,1,31.5,36402.35,36433.85,27,24,3150,50.4,vqe -104,SUCCESS,2,0,326.62,36300.86,36627.48,27,430,1747,522.59,twolocalrandom -99,SUCCESS,2,1,824.46,36433.85,37258.31,27,842,2350,1319.14,su2random -107,SUCCESS,2,0,672.66,36627.48,37300.14,27,537,2881,1076.26,portfolioqaoa -105,SUCCESS,2,1,292.68,37258.31,37550.99,27,273,2573,468.29,ae -106,SUCCESS,2,1,60.09,37550.99,37611.08,27,69,2090,96.14,dj -108,SUCCESS,2,1,14.94,37611.08,37626.02,27,22,1629,23.9,ghz -110,SUCCESS,2,0,337.96,37300.14,37638.1,27,547,1421,540.74,qpeexact -111,SUCCESS,2,0,47.34,37638.1,37685.44,27,32,3402,75.74,graphstate -109,SUCCESS,2,1,235.68,37626.02,37861.7,27,458,1235,377.09,qft -114,SUCCESS,2,0,513.76,37685.44,38199.2,27,499,2368,822.02,random -112,SUCCESS,2,1,817.45,37861.7,38679.15,27,624,3144,1307.92,random -113,SUCCESS,2,1,16.6,38679.15,38695.75,27,19,2096,26.56,graphstate -115,SUCCESS,2,0,561.92,38199.2,38761.12,27,559,2312,899.07,qft -116,SUCCESS,2,1,459.03,38695.75,39154.78,27,578,1906,734.45,qpeexact -117,SUCCESS,2,1,33.96,39154.78,39188.74,27,21,3881,54.34,ghz -118,SUCCESS,2,0,454.34,38761.12,39215.46,27,420,2488,726.94,portfolioqaoa -122,SUCCESS,2,0,217.94,39215.46,39433.4,27,352,1424,348.7,twolocalrandom -124,SUCCESS,2,0,789.79,39433.4,40223.19,27,761,2387,1263.66,qpeexact -119,SUCCESS,2,1,1100.1,39188.74,40288.84,27,697,3788,1760.16,pricingput -120,SUCCESS,2,1,61.01,40288.84,40349.85,27,78,1877,97.62,dj -121,SUCCESS,2,1,40.56,40349.85,40390.41,27,41,2374,64.9,wstate -123,SUCCESS,2,1,245.32,40390.41,40635.73,27,222,2652,392.51,ae -125,SUCCESS,2,0,673.91,40223.19,40897.1,27,392,3954,1078.26,qft -126,SUCCESS,2,0,116.48,40897.1,41013.58,27,70,3827,186.37,ghz -128,SUCCESS,2,0,69.07,41013.58,41082.65,27,45,3530,110.51,tsp -127,SUCCESS,2,1,519.12,40635.73,41154.85,27,335,3719,830.59,qpeinexact -132,SUCCESS,2,0,132.47,41082.65,41215.12,27,103,2958,211.95,dj -134,SUCCESS,2,0,329.42,41215.12,41544.54,27,327,2317,527.07,pricingput -129,SUCCESS,2,1,680.01,41154.85,41834.86,27,502,3251,1088.02,su2random -130,SUCCESS,2,1,40.03,41834.86,41874.89,27,25,3842,64.05,vqe -137,SUCCESS,2,0,590.61,41544.54,42135.15,27,389,3492,944.98,su2random -131,SUCCESS,2,1,653.72,41874.89,42528.61,27,394,3982,1045.95,qnn -138,SUCCESS,2,0,808.96,42135.15,42944.11,27,886,2100,1294.34,qpeinexact -139,SUCCESS,2,0,16.19,42944.11,42960.3,27,17,2190,25.9,ghz -141,SUCCESS,2,0,84.97,42960.3,43045.27,27,55,3553,135.95,groundstate -133,SUCCESS,2,1,677.32,42528.61,43205.93,27,1283,1267,1083.71,realamprandom -145,SUCCESS,2,0,162.41,43045.27,43207.68,27,288,1297,259.86,qft -147,SUCCESS,2,0,34.89,43207.68,43242.57,27,46,1744,55.82,graphstate -135,SUCCESS,2,1,648.5,43205.93,43854.43,27,711,2189,1037.6,qftentangled -149,SUCCESS,2,0,631.28,43242.57,43873.85,27,1215,1195,1010.05,twolocalrandom -136,SUCCESS,2,1,1347.35,43854.43,45201.78,27,895,3613,2155.76,qnn -140,SUCCESS,2,1,556.75,45201.78,45758.53,27,416,3212,890.8,qpeexact -142,SUCCESS,2,1,252.68,45758.53,46011.21,27,221,2744,404.29,qftentangled -143,SUCCESS,2,1,664.89,46011.21,46676.1,27,430,3711,1063.82,realamprandom -144,SUCCESS,2,1,36.71,46676.1,46712.81,27,56,1573,58.74,dj -154,SUCCESS,2,0,3881.57,43873.85,47755.42,27,3048,2929,6210.51,qwalk-v-chain -156,SUCCESS,2,0,827.85,47755.42,48583.27,27,516,3690,1324.56,qpeexact -160,SUCCESS,2,0,61.27,48583.27,48644.54,27,61,2310,98.03,dj -163,SUCCESS,2,0,127.99,48644.54,48772.53,27,113,2605,204.78,wstate -146,SUCCESS,2,1,3526.38,46712.81,50239.19,27,2378,3559,5642.21,random -164,SUCCESS,2,0,1553.56,48772.53,50326.09,27,1170,3054,2485.7,twolocalrandom -165,SUCCESS,2,0,521.04,50326.09,50847.13,27,818,1465,833.66,ae -166,SUCCESS,2,0,955.61,50847.13,51802.74,27,602,3651,1528.98,pricingcall -148,SUCCESS,2,1,1597.09,50239.19,51836.28,27,939,4082,2555.34,ae -169,SUCCESS,2,0,36.69,51802.74,51839.43,27,26,3245,58.7,graphstate -150,SUCCESS,2,1,127.91,51836.28,51964.19,27,120,2558,204.66,wstate -172,SUCCESS,2,0,460.76,51839.43,52300.19,27,645,1643,737.22,portfolioqaoa -151,SUCCESS,2,1,416.96,51964.19,52381.15,27,930,1076,667.14,qnn -174,SUCCESS,2,0,523.95,52300.19,52824.14,27,504,2391,838.32,twolocalrandom -175,SUCCESS,2,0,47.06,52824.14,52871.2,27,53,2042,75.3,wstate -152,SUCCESS,2,1,843.11,52381.15,53224.26,27,891,2271,1348.98,qpeinexact -176,SUCCESS,2,0,662.41,52871.2,53533.61,27,655,2326,1059.86,qpeexact -153,SUCCESS,2,1,491.34,53224.26,53715.6,27,536,2200,786.14,su2random -155,SUCCESS,2,1,12.63,53715.6,53728.23,27,20,1515,20.21,ghz -157,SUCCESS,2,1,321.31,53728.23,54049.54,27,401,1923,514.1,groundstate -158,SUCCESS,2,1,485.35,54049.54,54534.89,27,409,2848,776.56,realamprandom -178,SUCCESS,2,0,1156.37,53533.61,54689.98,27,804,3308,1850.19,su2random -179,SUCCESS,2,0,244.36,54689.98,54934.34,27,302,1861,390.98,qpeinexact -159,SUCCESS,2,1,425.86,54534.89,54960.75,27,305,3351,681.38,qftentangled -180,SUCCESS,2,0,446.98,54934.34,55381.32,27,314,3274,715.17,qnn -181,SUCCESS,2,0,15.44,55381.32,55396.76,27,26,1365,24.7,vqe -182,SUCCESS,2,0,10.29,55396.76,55407.05,27,13,1819,16.46,routing -161,SUCCESS,2,1,545.8,54960.75,55506.55,27,446,2937,873.28,qft -162,SUCCESS,2,1,58.52,55506.55,55565.07,27,39,3601,93.63,graphstate -186,SUCCESS,2,0,335.58,55407.05,55742.63,27,573,1347,536.93,qftentangled -167,SUCCESS,2,1,289.25,55565.07,55854.32,27,470,1477,462.8,random -187,SUCCESS,2,0,291.27,55742.63,56033.9,27,169,3964,466.03,pricingput -168,SUCCESS,2,1,241,55854.32,56095.32,27,484,1195,385.6,su2random -170,SUCCESS,2,1,19.11,56095.32,56114.43,27,42,1092,30.58,qaoa -171,SUCCESS,2,1,312.67,56114.43,56427.1,27,448,1675,500.27,qft -173,SUCCESS,2,1,375.09,56427.1,56802.19,27,350,2572,600.14,ae -177,SUCCESS,2,1,31.21,56802.19,56833.4,27,24,3120,49.94,ghz -183,SUCCESS,2,1,124.2,56833.4,56957.6,27,79,3773,198.72,dj -184,SUCCESS,2,1,723.8,56957.6,57681.4,27,599,2900,1158.08,qftentangled -188,SUCCESS,2,0,1808.42,56033.9,57842.32,27,1170,3555,2893.47,realamprandom -191,SUCCESS,2,0,16.82,57842.32,57859.14,27,27,1432,26.91,vqe -192,SUCCESS,2,0,595.77,57859.14,58454.91,27,783,1750,953.23,su2random -193,SUCCESS,2,0,405.75,58454.91,58860.66,27,248,3763,649.2,qpeinexact -185,SUCCESS,2,1,1520.15,57681.4,59201.55,27,1114,3275,2432.24,realamprandom -189,SUCCESS,2,1,105.3,59201.55,59306.85,27,85,2973,168.48,dj -195,SUCCESS,2,0,755.38,58860.66,59616.04,27,760,2286,1208.61,qpeexact -190,SUCCESS,2,1,439.51,59306.85,59746.36,27,366,2882,703.22,qnn -194,SUCCESS,2,1,24.21,59746.36,59770.57,27,23,2526,38.74,ghz -196,SUCCESS,2,0,423.69,59616.04,60039.73,27,331,2944,677.9,ae -197,SUCCESS,2,1,485.86,59770.57,60256.43,27,409,2851,777.38,twolocalrandom -198,SUCCESS,2,1,23.93,60256.43,60280.36,27,49,1172,38.29,wstate -200,SUCCESS,2,1,882.79,60280.36,61163.15,27,615,3445,1412.46,portfolioqaoa -199,SUCCESS,2,0,1344.76,60039.73,61384.49,27,976,3169,2151.62,pricingput -203,SUCCESS,2,0,562.45,61384.49,61946.94,27,464,2788,899.92,su2random -204,SUCCESS,2,0,23.68,61946.94,61970.62,27,23,2367,37.89,graphstate -201,SUCCESS,2,1,837.43,61163.15,62000.58,27,516,3895,1339.89,qft -202,SUCCESS,2,1,380.56,62000.58,62381.14,27,360,2537,608.9,random -206,SUCCESS,2,0,470.5,61970.62,62441.12,27,509,2126,752.8,pricingput -205,SUCCESS,2,1,69.91,62381.14,62451.05,27,134,1252,111.86,wstate -209,SUCCESS,2,1,36.78,62451.05,62487.83,27,39,2263,58.85,graphstate -210,SUCCESS,2,1,407.47,62487.83,62895.3,27,322,3037,651.95,qft -211,SUCCESS,2,1,123.07,62895.3,63018.37,27,73,4046,196.91,dj -207,SUCCESS,2,0,1005.03,62441.12,63446.15,27,1114,2075,1608.05,twolocalrandom -212,SUCCESS,2,1,699.52,63018.37,63717.89,27,504,3331,1119.23,realamprandom -208,SUCCESS,2,0,621.29,63446.15,64067.44,27,786,1818,994.06,ae -213,SUCCESS,2,0,221.25,64067.44,64288.69,27,217,2345,354,qftentangled -218,SUCCESS,2,1,921.26,63717.89,64639.15,27,1000,2211,1474.02,qnn -219,SUCCESS,2,1,29.36,64639.15,64668.51,27,29,2429,46.98,graphstate -221,SUCCESS,2,1,15.08,64668.51,64683.59,27,35,1034,24.13,qaoa -214,SUCCESS,2,0,725.7,64288.69,65014.39,27,536,3114,1161.12,qpeexact -215,SUCCESS,2,0,11.95,65014.39,65026.34,27,19,1446,19.12,ghz -216,SUCCESS,2,0,598.08,65026.34,65624.42,27,914,1505,956.93,qpeinexact -222,SUCCESS,2,1,1095.06,64683.59,65778.65,27,724,3630,1752.1,qft -217,SUCCESS,2,0,759.95,65624.42,66384.37,27,557,3138,1215.92,su2random -224,SUCCESS,2,1,1042.23,65778.65,66820.88,27,656,3813,1667.57,realamprandom -225,SUCCESS,2,1,344.73,66820.88,67165.61,27,446,1855,551.57,ae -226,SUCCESS,2,1,74.35,67165.61,67239.96,27,61,2925,118.96,wstate -220,SUCCESS,2,0,1490.84,66384.37,67875.21,27,922,3719,2385.34,random -228,SUCCESS,2,1,923.24,67239.96,68163.2,27,568,3901,1477.18,twolocalrandom -229,SUCCESS,2,1,645.79,68163.2,68808.99,27,916,1692,1033.26,qpeexact -231,SUCCESS,2,1,1069.02,68808.99,69878.01,27,1078,2380,1710.43,su2random -232,SUCCESS,2,1,584.08,69878.01,70462.09,27,533,2630,934.53,qpeinexact -238,SUCCESS,2,1,758.85,70462.09,71220.94,27,622,2928,1214.16,qnn -240,SUCCESS,2,1,641.22,71220.94,71862.16,27,499,3084,1025.95,su2random -249,SUCCESS,2,1,261.97,71862.16,72124.13,27,218,2884,419.15,qft -251,SUCCESS,2,1,17.21,72124.13,72141.34,27,26,1588,27.54,graphstate -253,SUCCESS,2,1,647.9,72141.34,72789.24,27,465,3344,1036.64,portfoliovqe -254,SUCCESS,2,1,147.62,72789.24,72936.86,27,105,3374,236.19,wstate -256,SUCCESS,2,1,3096.91,72936.86,76033.77,27,2172,3422,4955.06,pricingcall -257,SUCCESS,2,1,1261.32,76033.77,77295.09,27,836,3621,2018.11,twolocalrandom -258,SUCCESS,2,1,585.25,77295.09,77880.34,27,565,2486,936.4,portfoliovqe -264,SUCCESS,2,1,43.1,77880.34,77923.44,27,40,2586,68.96,dj -266,SUCCESS,2,1,494.1,77923.44,78417.54,27,583,2034,790.56,ae -269,SUCCESS,2,1,365.71,78417.54,78783.25,27,262,3350,585.14,qftentangled -272,SUCCESS,2,1,16.4,78783.25,78799.65,27,13,3027,26.24,ghz -273,SUCCESS,2,1,379.56,78799.65,79179.21,27,653,1395,607.3,qpeinexact -223,SUCCESS,2,0,11425.21,67875.21,79300.42,27,6950,3781,18280.34,pricingcall -274,SUCCESS,2,1,378.01,79179.21,79557.22,27,465,1951,604.82,su2random -227,SUCCESS,2,0,606,79300.42,79906.42,27,412,3383,969.6,qftentangled -275,SUCCESS,2,1,375.07,79557.22,79932.29,27,658,1368,600.11,qnn -230,SUCCESS,2,0,150.19,79906.42,80056.61,27,95,3636,240.3,ghz -233,SUCCESS,2,0,27.64,80056.61,80084.25,27,30,2119,44.22,vqe -276,SUCCESS,2,1,471.84,79932.29,80404.13,27,442,2562,754.94,qftentangled -234,SUCCESS,2,0,437.85,80084.25,80522.1,27,483,2085,700.56,qnn -235,SUCCESS,2,0,84.32,80522.1,80606.42,27,110,1763,134.91,dj -281,SUCCESS,2,1,280.24,80404.13,80684.37,27,607,1108,448.38,qnn -236,SUCCESS,2,0,836.95,80606.42,81443.37,27,538,3578,1339.12,qftentangled -283,SUCCESS,2,1,865.45,80684.37,81549.82,27,514,4041,1384.72,qpeinexact -288,SUCCESS,2,1,97.29,81549.82,81647.11,27,57,4096,155.66,wstate -289,SUCCESS,2,1,435.39,81647.11,82082.5,27,366,2855,696.62,qftentangled -294,SUCCESS,2,1,58.69,82082.5,82141.19,27,44,3201,93.9,qaoa -296,SUCCESS,2,1,42.74,82141.19,82183.93,27,26,3945,68.38,graphstate -237,SUCCESS,2,0,758.59,81443.37,82201.96,27,836,2087,1213.74,realamprandom -239,SUCCESS,2,0,1320.05,82201.96,83522.01,27,756,4016,2112.08,qpeinexact -241,SUCCESS,2,0,7.5,83522.01,83529.51,27,14,1231,12,ghz -242,SUCCESS,2,0,92.7,83529.51,83622.21,27,200,1066,148.32,qpeexact -243,SUCCESS,2,0,724.47,83622.21,84346.68,27,616,2705,1159.15,ae -244,SUCCESS,2,0,915.69,84346.68,85262.37,27,586,3594,1465.1,realamprandom -245,SUCCESS,2,0,354.69,85262.37,85617.06,27,485,1682,567.5,twolocalrandom -246,SUCCESS,2,0,466.06,85617.06,86083.12,27,292,3671,745.7,qftentangled -247,SUCCESS,2,0,35.12,86083.12,86118.24,27,77,1049,56.19,wstate -248,SUCCESS,2,0,52.53,86118.24,86170.77,27,37,3265,84.05,dj -250,SUCCESS,2,0,1126.32,86170.77,87297.09,27,1748,1482,1802.11,random -252,SUCCESS,2,0,738.4,87297.09,88035.49,27,992,1712,1181.44,twolocalrandom -255,SUCCESS,2,0,398.77,88035.49,88434.26,27,862,1064,638.03,ae -259,SUCCESS,2,0,46.68,88434.26,88480.94,27,101,1063,74.69,wstate -260,SUCCESS,2,0,1158.79,88480.94,89639.73,27,713,3738,1854.06,ae -261,SUCCESS,2,0,2251.01,89639.73,91890.74,27,1594,3248,3601.62,random -262,SUCCESS,2,0,31.98,91890.74,91922.72,27,21,3502,51.17,graphstate -263,SUCCESS,2,0,194.86,91922.72,92117.58,27,181,2476,311.78,qft -265,SUCCESS,2,0,5124.04,92117.58,97241.62,27,3905,3018,8198.46,pricingput -267,SUCCESS,2,0,947.82,97241.62,98189.44,27,568,3838,1516.51,realamprandom -268,SUCCESS,2,0,946.93,98189.44,99136.37,27,656,3320,1515.09,twolocalrandom -270,SUCCESS,2,0,100.4,99136.37,99236.77,27,73,3163,160.64,wstate -271,SUCCESS,2,0,276.63,99236.77,99513.4,27,305,2086,442.61,qpeexact -277,SUCCESS,2,0,1006.24,99513.4,100519.64,27,992,2333,1609.98,realamprandom -278,SUCCESS,2,0,77.83,100519.64,100597.47,27,116,1543,124.53,dj -279,SUCCESS,2,0,863.23,100597.47,101460.7,27,507,3916,1381.17,groundstate -280,SUCCESS,2,0,42,101460.7,101502.7,27,29,3331,67.2,vqe -282,SUCCESS,2,0,1236.27,101502.7,102738.97,27,1050,2708,1978.03,su2random -284,SUCCESS,2,0,127.39,102738.97,102866.36,27,84,3488,203.82,ghz -285,SUCCESS,2,0,1477.62,102866.36,104343.98,27,892,3810,2364.19,qpeexact -286,SUCCESS,2,0,788.02,104343.98,105132,27,485,3737,1260.83,realamprandom -287,SUCCESS,2,0,730.97,105132,105862.97,27,436,3856,1169.55,ae -290,SUCCESS,2,0,633.14,105862.97,106496.11,27,586,2485,1013.02,twolocalrandom -291,SUCCESS,2,0,1603.16,106496.11,108099.27,27,1488,2478,2565.06,pricingput -292,SUCCESS,2,0,1239.26,108099.27,109338.53,27,766,3721,1982.82,portfolioqaoa -293,SUCCESS,2,0,776.48,109338.53,110115.01,27,707,2526,1242.37,qft -295,SUCCESS,2,0,286.1,110115.01,110401.11,27,312,2109,457.76,pricingcall -297,SUCCESS,2,0,1117.73,110401.11,111518.84,27,1110,2316,1788.37,random diff --git a/output/iQuantumExample6-17-07-2023_12-24-10.csv b/output/iQuantumExample6-17-07-2023_12-24-10.csv deleted file mode 100644 index f4fe1ee6a..000000000 --- a/output/iQuantumExample6-17-07-2023_12-24-10.csv +++ /dev/null @@ -1,7316 +0,0 @@ -QTask_ID,Status,QDCenter,QNode_ID,Execution_Time,Start_Time,Finish_Time,No_Qubits,Application -3,SUCCESS,2,0,2806.57,0.01,2806.58,27,twolocalrandom -8,SUCCESS,2,0,190.87,2806.58,2997.45,27,portfoliovqe -9,SUCCESS,2,0,368.85,2997.45,3366.3,27,qnn -14,SUCCESS,2,0,55.63,3366.3,3421.93,27,graphstate -19,SUCCESS,2,0,675.44,3421.93,4097.37,27,portfolioqaoa -29,SUCCESS,2,0,448.83,4097.37,4546.2,27,qft -31,SUCCESS,2,0,1866.3,4546.2,6412.5,27,realamprandom -39,SUCCESS,2,0,28.83,6412.5,6441.33,27,qaoa -44,SUCCESS,2,0,75.61,6441.33,6516.94,27,routing -45,SUCCESS,2,0,166.67,6516.94,6683.61,27,qpeexact -47,SUCCESS,2,0,938.4,6683.61,7622.01,27,qftentangled -55,SUCCESS,2,0,1325.58,7622.01,8947.59,27,qpeexact -63,SUCCESS,2,0,95.33,8947.59,9042.92,27,wstate -64,SUCCESS,2,0,32.67,9042.92,9075.59,27,qaoa -66,SUCCESS,2,0,134.7,9075.59,9210.29,27,wstate -70,SUCCESS,2,0,403.79,9210.29,9614.08,27,qnn -84,SUCCESS,2,0,206.38,9614.08,9820.46,27,pricingput -86,SUCCESS,2,0,485.87,9820.46,10306.33,27,portfoliovqe -91,SUCCESS,2,0,309.29,10306.33,10615.62,27,portfoliovqe -99,SUCCESS,2,0,1074.02,10615.62,11689.64,27,qft -105,SUCCESS,2,0,97.02,11689.64,11786.66,27,dj -112,SUCCESS,2,0,654.78,11786.66,12441.44,27,qpeexact -118,SUCCESS,2,0,276,12441.44,12717.44,27,realamprandom -129,SUCCESS,2,0,2777.16,12717.44,15494.6,27,pricingput -136,SUCCESS,2,0,1531.77,15494.6,17026.37,27,qpeinexact -139,SUCCESS,2,0,582.45,17026.37,17608.82,27,qpeinexact -141,SUCCESS,2,0,602.31,17608.82,18211.13,27,su2random -158,SUCCESS,2,0,22.77,18211.13,18233.9,27,graphstate -159,SUCCESS,2,0,940.14,18233.9,19174.04,27,groundstate -160,SUCCESS,2,0,1548.95,19174.04,20722.99,27,realamprandom -161,SUCCESS,2,0,1917.56,20722.99,22640.55,27,twolocalrandom -166,SUCCESS,2,0,154.58,22640.55,22795.13,27,qpeexact -169,SUCCESS,2,0,38.66,22795.13,22833.79,27,ghz -184,SUCCESS,2,0,1069.73,22833.79,23903.52,27,qpeexact -193,SUCCESS,2,0,15.86,23903.52,23919.38,27,ghz -197,SUCCESS,2,0,614.78,23919.38,24534.16,27,portfoliovqe -207,SUCCESS,2,0,59.92,24534.16,24594.08,27,wstate -208,SUCCESS,2,0,283.78,24594.08,24877.86,27,su2random -213,SUCCESS,2,0,14.95,24877.86,24892.81,27,ghz -224,SUCCESS,2,0,419.05,24892.81,25311.86,27,qpeexact -229,SUCCESS,2,0,51.58,25311.86,25363.44,27,wstate -231,SUCCESS,2,0,9232.28,25363.44,34595.72,27,pricingput -236,SUCCESS,2,0,1809.88,34595.72,36405.6,27,qwalk-v-chain -237,SUCCESS,2,0,1065.12,36405.6,37470.72,27,qpeexact -240,SUCCESS,2,0,233.93,37470.72,37704.65,27,qpeexact -0,SUCCESS,2,1,39291.21,0.01,39291.22,127,random -252,SUCCESS,2,0,1626.43,37704.65,39331.08,27,portfoliovqe -260,SUCCESS,2,0,52.24,39331.08,39383.32,27,wstate -265,SUCCESS,2,0,410.93,39383.32,39794.25,27,qftentangled -272,SUCCESS,2,0,781.47,39794.25,40575.72,27,qpeexact -275,SUCCESS,2,0,259.59,40575.72,40835.31,27,ae -276,SUCCESS,2,0,31.89,40835.31,40867.2,27,ghz -278,SUCCESS,2,0,549.4,40867.2,41416.6,27,qpeinexact -285,SUCCESS,2,0,358.73,41416.6,41775.33,27,qft -287,SUCCESS,2,0,489.8,41775.33,42265.13,27,qft -289,SUCCESS,2,0,52.01,42265.13,42317.14,27,graphstate -291,SUCCESS,2,0,779.28,42317.14,43096.42,27,su2random -296,SUCCESS,2,0,825.6,43096.42,43922.02,27,qft -321,SUCCESS,2,0,752.16,43922.02,44674.18,27,qft -326,SUCCESS,2,0,12.9,44674.18,44687.08,27,ghz -329,SUCCESS,2,0,657.83,44687.08,45344.91,27,portfoliovqe -338,SUCCESS,2,0,35.18,45344.91,45380.09,27,vqe -339,SUCCESS,2,0,316.5,45380.09,45696.59,27,random -340,SUCCESS,2,0,1538.39,45696.59,47234.98,27,twolocalrandom -342,SUCCESS,2,0,25.91,47234.98,47260.89,27,ghz -344,SUCCESS,2,0,1534.84,47260.89,48795.73,27,pricingput -359,SUCCESS,2,0,2225.36,48795.73,51021.09,27,random -361,SUCCESS,2,0,965.3,51021.09,51986.39,27,qpeexact -367,SUCCESS,2,0,29.59,51986.39,52015.98,27,vqe -369,SUCCESS,2,0,50.55,52015.98,52066.53,27,dj -374,SUCCESS,2,0,793.37,52066.53,52859.9,27,ae -378,SUCCESS,2,0,1197.68,52859.9,54057.58,27,qnn -383,SUCCESS,2,0,568.6,54057.58,54626.18,27,qpeexact -1,SUCCESS,2,1,26897.67,39291.22,66188.89,127,twolocalrandom -384,SUCCESS,2,0,16429.77,54626.18,71055.95,27,grover-noancilla -391,SUCCESS,2,0,88.42,71055.95,71144.37,27,dj -2,SUCCESS,2,1,7739.07,66188.89,73927.96,127,qpeexact -4,SUCCESS,2,1,1079.38,73927.96,75007.34,127,dj -406,SUCCESS,2,0,4557.09,71144.37,75701.46,27,random -407,SUCCESS,2,0,266.83,75701.46,75968.29,27,qft -416,SUCCESS,2,0,571.96,75968.29,76540.25,27,qpeexact -427,SUCCESS,2,0,2939.71,76540.25,79479.96,27,realamprandom -5,SUCCESS,2,1,6793.5,75007.34,81800.84,127,realamprandom -434,SUCCESS,2,0,6069.92,79479.96,85549.88,27,qwalk-noancilla -447,SUCCESS,2,0,49.59,85549.88,85599.47,27,tsp -451,SUCCESS,2,0,62.09,85599.47,85661.56,27,qft -455,SUCCESS,2,0,63.17,85661.56,85724.73,27,dj -462,SUCCESS,2,0,380.56,85724.73,86105.29,27,qft -466,SUCCESS,2,0,490.65,86105.29,86595.94,27,twolocalrandom -467,SUCCESS,2,0,176.04,86595.94,86771.98,27,wstate -472,SUCCESS,2,0,162.34,86771.98,86934.32,27,wstate -473,SUCCESS,2,0,212.57,86934.32,87146.89,27,su2random -475,SUCCESS,2,0,568.71,87146.89,87715.6,27,realamprandom -6,SUCCESS,2,1,12000.11,81800.84,93800.95,127,twolocalrandom -7,SUCCESS,2,1,2379.78,93800.95,96180.73,127,wstate -10,SUCCESS,2,1,9543.08,96180.73,105723.81,127,qftentangled -11,SUCCESS,2,1,55.71,105723.81,105779.52,127,routing -12,SUCCESS,2,1,1337.52,105779.52,107117.04,127,wstate -480,SUCCESS,2,0,22567.07,87715.6,110282.67,27,qwalk-noancilla -484,SUCCESS,2,0,147.74,110282.67,110430.41,27,dj -486,SUCCESS,2,0,1034.08,110430.41,111464.49,27,ae -488,SUCCESS,2,0,71.99,111464.49,111536.48,27,ghz -499,SUCCESS,2,0,794.01,111536.48,112330.49,27,portfolioqaoa -503,SUCCESS,2,0,90.62,112330.49,112421.11,27,wstate -504,SUCCESS,2,0,1240.1,112421.11,113661.21,27,qnn -13,SUCCESS,2,1,6584.74,107117.04,113701.78,127,random -508,SUCCESS,2,0,505.89,113661.21,114167.1,27,qft -516,SUCCESS,2,0,349.65,114167.1,114516.75,27,qft -521,SUCCESS,2,0,446.34,114516.75,114963.09,27,qftentangled -533,SUCCESS,2,0,161.61,114963.09,115124.7,27,twolocalrandom -538,SUCCESS,2,0,72.24,115124.7,115196.94,27,graphstate -539,SUCCESS,2,0,730.56,115196.94,115927.5,27,ae -540,SUCCESS,2,0,119.41,115927.5,116046.91,27,graphstate -543,SUCCESS,2,0,150.97,116046.91,116197.88,27,qnn -555,SUCCESS,2,0,2453.26,116197.88,118651.14,27,random -559,SUCCESS,2,0,177.24,118651.14,118828.38,27,portfolioqaoa -562,SUCCESS,2,0,1299.14,118828.38,120127.52,27,qft -564,SUCCESS,2,0,272.44,120127.52,120399.96,27,pricingcall -15,SUCCESS,2,1,32533.62,113701.78,146235.4,127,qpeexact -16,SUCCESS,2,1,2260.61,146235.4,148496.01,127,ae -17,SUCCESS,2,1,13983.24,148496.01,162479.25,127,twolocalrandom -18,SUCCESS,2,1,1198.42,162479.25,163677.67,127,su2random -20,SUCCESS,2,1,251.55,163677.67,163929.22,127,dj -21,SUCCESS,2,1,29525.85,163929.22,193455.07,127,qft -22,SUCCESS,2,1,6222.23,193455.07,199677.3,127,qftentangled -567,SUCCESS,2,0,116871.28,120399.96,237271.24,27,grover-noancilla -568,SUCCESS,2,0,1642.24,237271.24,238913.48,27,qpeinexact -578,SUCCESS,2,0,41.54,238913.48,238955.02,27,graphstate -585,SUCCESS,2,0,183,238955.02,239138.02,27,qftentangled -589,SUCCESS,2,0,696.82,239138.02,239834.84,27,qftentangled -595,SUCCESS,2,0,176.32,239834.84,240011.16,27,dj -596,SUCCESS,2,0,974.2,240011.16,240985.36,27,portfoliovqe -603,SUCCESS,2,0,919.2,240985.36,241904.56,27,ae -612,SUCCESS,2,0,439.61,241904.56,242344.17,27,qpeinexact -614,SUCCESS,2,0,47727.87,242344.17,290072.04,27,grover-v-chain -616,SUCCESS,2,0,97.52,290072.04,290169.56,27,ghz -628,SUCCESS,2,0,735.28,290169.56,290904.84,27,portfolioqaoa -632,SUCCESS,2,0,282,290904.84,291186.84,27,random -633,SUCCESS,2,0,541.77,291186.84,291728.61,27,su2random -637,SUCCESS,2,0,25.38,291728.61,291753.99,27,graphstate -642,SUCCESS,2,0,14.96,291753.99,291768.95,27,routing -653,SUCCESS,2,0,6203.64,291768.95,297972.59,27,pricingcall -654,SUCCESS,2,0,150.64,297972.59,298123.23,27,wstate -663,SUCCESS,2,0,270.78,298123.23,298394.01,27,qpeexact -665,SUCCESS,2,0,285.44,298394.01,298679.45,27,wstate -672,SUCCESS,2,0,317.9,298679.45,298997.35,27,qpeexact -673,SUCCESS,2,0,374.07,298997.35,299371.42,27,qnn -675,SUCCESS,2,0,320.06,299371.42,299691.48,27,qpeexact -676,SUCCESS,2,0,233.18,299691.48,299924.66,27,portfoliovqe -681,SUCCESS,2,0,364.12,299924.66,300288.78,27,portfoliovqe -686,SUCCESS,2,0,212.86,300288.78,300501.64,27,ae -699,SUCCESS,2,0,177.07,300501.64,300678.71,27,dj -703,SUCCESS,2,0,87.64,300678.71,300766.35,27,graphstate -721,SUCCESS,2,0,860.69,300766.35,301627.04,27,twolocalrandom -723,SUCCESS,2,0,22.69,301627.04,301649.73,27,graphstate -725,SUCCESS,2,0,440.76,301649.73,302090.49,27,twolocalrandom -726,SUCCESS,2,0,555.08,302090.49,302645.57,27,twolocalrandom -733,SUCCESS,2,0,104.59,302645.57,302750.16,27,qaoa -735,SUCCESS,2,0,57.57,302750.16,302807.73,27,vqe -747,SUCCESS,2,0,159.08,302807.73,302966.81,27,dj -748,SUCCESS,2,0,67.98,302966.81,303034.79,27,dj -751,SUCCESS,2,0,10892.55,303034.79,313927.34,27,pricingput -761,SUCCESS,2,0,821.13,313927.34,314748.47,27,ae -762,SUCCESS,2,0,1112.52,314748.47,315860.99,27,qpeinexact -769,SUCCESS,2,0,1907.13,315860.99,317768.12,27,su2random -779,SUCCESS,2,0,41.82,317768.12,317809.94,27,ghz -784,SUCCESS,2,0,14.48,317809.94,317824.42,27,ghz -787,SUCCESS,2,0,1620.51,317824.42,319444.93,27,su2random -788,SUCCESS,2,0,219.51,319444.93,319664.44,27,dj -791,SUCCESS,2,0,537.66,319664.44,320202.1,27,qpeexact -792,SUCCESS,2,0,1119.13,320202.1,321321.23,27,ae -798,SUCCESS,2,0,28.37,321321.23,321349.6,27,graphstate -801,SUCCESS,2,0,1452.86,321349.6,322802.46,27,ae -803,SUCCESS,2,0,108.99,322802.46,322911.45,27,qpeexact -805,SUCCESS,2,0,674.12,322911.45,323585.57,27,twolocalrandom -814,SUCCESS,2,0,213.19,323585.57,323798.76,27,random -821,SUCCESS,2,0,484.54,323798.76,324283.3,27,ae -823,SUCCESS,2,0,660.85,324283.3,324944.15,27,realamprandom -826,SUCCESS,2,0,124.94,324944.15,325069.09,27,tsp -831,SUCCESS,2,0,45.88,325069.09,325114.97,27,wstate -832,SUCCESS,2,0,1111.11,325114.97,326226.08,27,qpeinexact -839,SUCCESS,2,0,233.93,326226.08,326460.01,27,ae -841,SUCCESS,2,0,1220.99,326460.01,327681,27,su2random -861,SUCCESS,2,0,457.82,327681,328138.82,27,random -865,SUCCESS,2,0,411.45,328138.82,328550.27,27,random -866,SUCCESS,2,0,655.05,328550.27,329205.32,27,realamprandom -867,SUCCESS,2,0,1007.86,329205.32,330213.18,27,pricingcall -868,SUCCESS,2,0,22.31,330213.18,330235.49,27,graphstate -869,SUCCESS,2,0,124.01,330235.49,330359.5,27,wstate -878,SUCCESS,2,0,29.81,330359.5,330389.31,27,routing -882,SUCCESS,2,0,451.99,330389.31,330841.3,27,qnn -887,SUCCESS,2,0,187.68,330841.3,331028.98,27,dj -894,SUCCESS,2,0,762.59,331028.98,331791.57,27,qft -895,SUCCESS,2,0,2090.08,331791.57,333881.65,27,qwalk-v-chain -901,SUCCESS,2,0,381.03,333881.65,334262.68,27,qft -903,SUCCESS,2,0,918.06,334262.68,335180.74,27,qft -904,SUCCESS,2,0,1519.55,335180.74,336700.29,27,ae -918,SUCCESS,2,0,433.93,336700.29,337134.22,27,qpeinexact -923,SUCCESS,2,0,338.5,337134.22,337472.72,27,qpeinexact -928,SUCCESS,2,0,3812.2,337472.72,341284.92,27,pricingcall -936,SUCCESS,2,0,671.42,341284.92,341956.34,27,ae -944,SUCCESS,2,0,87.21,341956.34,342043.55,27,dj -23,SUCCESS,2,1,143082,199677.3,342759.3,127,random -950,SUCCESS,2,0,1286.83,342043.55,343330.38,27,qft -24,SUCCESS,2,1,9025.67,342759.3,351784.97,127,realamprandom -25,SUCCESS,2,1,2471.47,351784.97,354256.44,127,wstate -26,SUCCESS,2,1,64.2,354256.44,354320.64,127,dj -27,SUCCESS,2,1,24444.75,354320.64,378765.39,127,qnn -28,SUCCESS,2,1,23319.85,378765.39,402085.24,127,ae -951,SUCCESS,2,0,96726.5,343330.38,440056.88,27,qwalk-noancilla -953,SUCCESS,2,0,446.73,440056.88,440503.61,27,realamprandom -30,SUCCESS,2,1,38445.21,402085.24,440530.45,127,realamprandom -968,SUCCESS,2,0,64.94,440503.61,440568.55,27,graphstate -32,SUCCESS,2,1,5764.02,440530.45,446294.47,127,qpeinexact -33,SUCCESS,2,1,954.13,446294.47,447248.6,127,qft -34,SUCCESS,2,1,896.83,447248.6,448145.43,127,realamprandom -35,SUCCESS,2,1,493.88,448145.43,448639.31,127,ghz -36,SUCCESS,2,1,11447.84,448639.31,460087.15,127,random -37,SUCCESS,2,1,4044.33,460087.15,464131.48,127,ae -38,SUCCESS,2,1,4696.8,464131.48,468828.28,127,qft -40,SUCCESS,2,1,21429.89,468828.28,490258.17,127,qft -41,SUCCESS,2,1,16919.32,490258.17,507177.49,127,ae -42,SUCCESS,2,1,249.35,507177.49,507426.84,127,graphstate -976,SUCCESS,2,0,68479.41,440568.55,509047.96,27,qwalk-noancilla -979,SUCCESS,2,0,1283.23,509047.96,510331.19,27,twolocalrandom -982,SUCCESS,2,0,344.78,510331.19,510675.97,27,qft -987,SUCCESS,2,0,203.21,510675.97,510879.18,27,wstate -991,SUCCESS,2,0,482.17,510879.18,511361.35,27,realamprandom -995,SUCCESS,2,0,173.03,511361.35,511534.38,27,ghz -1012,SUCCESS,2,0,1059.81,511534.38,512594.19,27,su2random -1015,SUCCESS,2,0,498.79,512594.19,513092.98,27,realamprandom -1016,SUCCESS,2,0,401.43,513092.98,513494.41,27,qnn -1018,SUCCESS,2,0,473.04,513494.41,513967.45,27,qft -1019,SUCCESS,2,0,605.42,513967.45,514572.87,27,qpeexact -1028,SUCCESS,2,0,360.77,514572.87,514933.64,27,realamprandom -1033,SUCCESS,2,0,266.04,514933.64,515199.68,27,qnn -1034,SUCCESS,2,0,1611.44,515199.68,516811.12,27,random -1038,SUCCESS,2,0,8.58,516811.12,516819.7,27,ghz -1039,SUCCESS,2,0,49.24,516819.7,516868.94,27,dj -1044,SUCCESS,2,0,1376.94,516868.94,518245.88,27,twolocalrandom -1046,SUCCESS,2,0,11.83,518245.88,518257.71,27,ghz -1047,SUCCESS,2,0,522.84,518257.71,518780.55,27,portfolioqaoa -1048,SUCCESS,2,0,106.64,518780.55,518887.19,27,ghz -1049,SUCCESS,2,0,204.19,518887.19,519091.38,27,tsp -1052,SUCCESS,2,0,2685.08,519091.38,521776.46,27,random -1057,SUCCESS,2,0,128.49,521776.46,521904.95,27,qft -1059,SUCCESS,2,0,251.41,521904.95,522156.36,27,qft -1072,SUCCESS,2,0,56.54,522156.36,522212.9,27,wstate -43,SUCCESS,2,1,15007.63,507426.84,522434.47,127,qpeexact -1077,SUCCESS,2,0,1283.22,522212.9,523496.12,27,portfolioqaoa -1079,SUCCESS,2,0,6292.23,523496.12,529788.35,27,qwalk-noancilla -46,SUCCESS,2,1,8141.65,522434.47,530576.12,127,qpeexact -1092,SUCCESS,2,0,891.26,529788.35,530679.61,27,random -48,SUCCESS,2,1,6219.71,530576.12,536795.83,127,random -49,SUCCESS,2,1,8902.14,536795.83,545697.97,127,qpeinexact -50,SUCCESS,2,1,26262.53,545697.97,571960.5,127,su2random -51,SUCCESS,2,1,208.99,571960.5,572169.49,127,graphstate -52,SUCCESS,2,1,121.91,572169.49,572291.4,127,wstate -1095,SUCCESS,2,0,53416.93,530679.61,584096.54,27,qwalk-noancilla -53,SUCCESS,2,1,81974.24,572291.4,654265.64,127,random -54,SUCCESS,2,1,220.95,654265.64,654486.59,127,wstate -56,SUCCESS,2,1,2955.82,654486.59,657442.41,127,dj -57,SUCCESS,2,1,4010.09,657442.41,661452.5,127,ae -58,SUCCESS,2,1,1678.02,661452.5,663130.52,127,dj -59,SUCCESS,2,1,3862.54,663130.52,666993.06,127,realamprandom -60,SUCCESS,2,1,3493.62,666993.06,670486.68,127,qnn -1096,SUCCESS,2,0,91472.87,584096.54,675569.41,27,qwalk-noancilla -1104,SUCCESS,2,0,673.74,675569.41,676243.15,27,qpeinexact -1127,SUCCESS,2,0,548.5,676243.15,676791.65,27,qftentangled -1135,SUCCESS,2,0,27.75,676791.65,676819.4,27,routing -61,SUCCESS,2,1,7376.74,670486.68,677863.42,127,qftentangled -1137,SUCCESS,2,0,1835.1,676819.4,678654.5,27,qnn -1139,SUCCESS,2,0,44.09,678654.5,678698.59,27,dj -1141,SUCCESS,2,0,102.34,678698.59,678800.93,27,qaoa -1146,SUCCESS,2,0,2391,678800.93,681191.93,27,random -1153,SUCCESS,2,0,332.73,681191.93,681524.66,27,qftentangled -1155,SUCCESS,2,0,129.33,681524.66,681653.99,27,dj -1158,SUCCESS,2,0,500.42,681653.99,682154.41,27,qpeexact -1161,SUCCESS,2,0,852.42,682154.41,683006.83,27,twolocalrandom -1170,SUCCESS,2,0,603.11,683006.83,683609.94,27,ae -1178,SUCCESS,2,0,14.63,683609.94,683624.57,27,ghz -1184,SUCCESS,2,0,39.17,683624.57,683663.74,27,dj -1188,SUCCESS,2,0,671.2,683663.74,684334.94,27,groundstate -62,SUCCESS,2,1,18178.28,677863.42,696041.7,127,realamprandom -1192,SUCCESS,2,0,18040.65,684334.94,702375.59,27,grover-noancilla -1199,SUCCESS,2,0,534.11,702375.59,702909.7,27,qft -1206,SUCCESS,2,0,171.25,702909.7,703080.95,27,portfolioqaoa -1210,SUCCESS,2,0,51.96,703080.95,703132.91,27,graphstate -1212,SUCCESS,2,0,18.2,703132.91,703151.11,27,dj -65,SUCCESS,2,1,7776.35,696041.7,703818.05,127,qftentangled -1235,SUCCESS,2,0,962.13,703151.11,704113.24,27,qftentangled -1238,SUCCESS,2,0,128.66,704113.24,704241.9,27,qft -1239,SUCCESS,2,0,597.17,704241.9,704839.07,27,ae -1242,SUCCESS,2,0,544.91,704839.07,705383.98,27,qpeexact -1243,SUCCESS,2,0,544,705383.98,705927.98,27,su2random -1244,SUCCESS,2,0,161.79,705927.98,706089.77,27,qpeinexact -1257,SUCCESS,2,0,70.26,706089.77,706160.03,27,dj -1268,SUCCESS,2,0,37.71,706160.03,706197.74,27,ghz -1270,SUCCESS,2,0,860.27,706197.74,707058.01,27,random -1272,SUCCESS,2,0,774.02,707058.01,707832.03,27,qftentangled -1274,SUCCESS,2,0,295.86,707832.03,708127.89,27,qnn -1278,SUCCESS,2,0,284.33,708127.89,708412.22,27,random -1294,SUCCESS,2,0,166.44,708412.22,708578.66,27,qftentangled -1299,SUCCESS,2,0,6,708578.66,708584.66,27,ghz -1307,SUCCESS,2,0,91.02,708584.66,708675.68,27,dj -1317,SUCCESS,2,0,1412.26,708675.68,710087.94,27,qftentangled -1318,SUCCESS,2,0,742.95,710087.94,710830.89,27,qnn -1320,SUCCESS,2,0,34.83,710830.89,710865.72,27,graphstate -1328,SUCCESS,2,0,984.66,710865.72,711850.38,27,su2random -1331,SUCCESS,2,0,39.74,711850.38,711890.12,27,dj -1334,SUCCESS,2,0,497.23,711890.12,712387.35,27,su2random -1343,SUCCESS,2,0,425.19,712387.35,712812.54,27,qpeinexact -1344,SUCCESS,2,0,65.16,712812.54,712877.7,27,graphstate -1345,SUCCESS,2,0,368.94,712877.7,713246.64,27,qpeexact -67,SUCCESS,2,1,19060.74,703818.05,722878.79,127,qpeexact -1346,SUCCESS,2,0,9702.67,713246.64,722949.31,27,pricingcall -1348,SUCCESS,2,0,302.05,722949.31,723251.36,27,pricingput -68,SUCCESS,2,1,741.57,722878.79,723620.36,127,qnn -1350,SUCCESS,2,0,713.44,723251.36,723964.8,27,realamprandom -1352,SUCCESS,2,0,540.61,723964.8,724505.41,27,portfolioqaoa -1354,SUCCESS,2,0,44.93,724505.41,724550.34,27,routing -1370,SUCCESS,2,0,147.4,724550.34,724697.74,27,qaoa -1374,SUCCESS,2,0,44.2,724697.74,724741.94,27,vqe -1380,SUCCESS,2,0,24.05,724741.94,724765.99,27,ghz -1383,SUCCESS,2,0,190.86,724765.99,724956.85,27,qft -69,SUCCESS,2,1,2050.78,723620.36,725671.14,127,wstate -1392,SUCCESS,2,0,1504.51,724956.85,726461.36,27,realamprandom -1395,SUCCESS,2,0,892.97,726461.36,727354.33,27,qpeinexact -1396,SUCCESS,2,0,169.33,727354.33,727523.66,27,dj -1402,SUCCESS,2,0,53.39,727523.66,727577.05,27,routing -1408,SUCCESS,2,0,278.66,727577.05,727855.71,27,ae -1428,SUCCESS,2,0,627.55,727855.71,728483.26,27,qnn -1433,SUCCESS,2,0,11.93,728483.26,728495.19,27,graphstate -1436,SUCCESS,2,0,527.01,728495.19,729022.2,27,qft -1439,SUCCESS,2,0,1392.73,729022.2,730414.93,27,twolocalrandom -1442,SUCCESS,2,0,313.37,730414.93,730728.3,27,su2random -1443,SUCCESS,2,0,495.95,730728.3,731224.25,27,pricingput -1444,SUCCESS,2,0,351.18,731224.25,731575.43,27,realamprandom -1448,SUCCESS,2,0,74.92,731575.43,731650.35,27,qaoa -1450,SUCCESS,2,0,939.47,731650.35,732589.82,27,pricingcall -1456,SUCCESS,2,0,78.86,732589.82,732668.68,27,wstate -1460,SUCCESS,2,0,430.53,732668.68,733099.21,27,pricingcall -1462,SUCCESS,2,0,42.52,733099.21,733141.73,27,dj -1464,SUCCESS,2,0,99.41,733141.73,733241.14,27,pricingcall -1469,SUCCESS,2,0,423.16,733241.14,733664.3,27,realamprandom -1470,SUCCESS,2,0,1452.53,733664.3,735116.83,27,qftentangled -1471,SUCCESS,2,0,395.62,735116.83,735512.45,27,realamprandom -1472,SUCCESS,2,0,180.32,735512.45,735692.77,27,su2random -1483,SUCCESS,2,0,91.21,735692.77,735783.98,27,wstate -1485,SUCCESS,2,0,29.86,735783.98,735813.84,27,vqe -1495,SUCCESS,2,0,746.69,735813.84,736560.53,27,portfolioqaoa -1497,SUCCESS,2,0,42.9,736560.53,736603.43,27,graphstate -1503,SUCCESS,2,0,552.93,736603.43,737156.36,27,qnn -1507,SUCCESS,2,0,1276.5,737156.36,738432.86,27,qpeinexact -1510,SUCCESS,2,0,18,738432.86,738450.86,27,graphstate -1511,SUCCESS,2,0,612.3,738450.86,739063.16,27,su2random -71,SUCCESS,2,1,21191.49,725671.14,746862.63,127,su2random -72,SUCCESS,2,1,1569.06,746862.63,748431.69,127,wstate -1513,SUCCESS,2,0,10248.18,739063.16,749311.34,27,qwalk-v-chain -73,SUCCESS,2,1,1416.05,748431.69,749847.74,127,graphstate -1517,SUCCESS,2,0,797.19,749311.34,750108.53,27,su2random -1519,SUCCESS,2,0,142.76,750108.53,750251.29,27,vqe -1522,SUCCESS,2,0,26815.59,750251.29,777066.88,27,grover-noancilla -1524,SUCCESS,2,0,130.9,777066.88,777197.78,27,random -1534,SUCCESS,2,0,303.11,777197.78,777500.89,27,portfoliovqe -1536,SUCCESS,2,0,374.28,777500.89,777875.17,27,qftentangled -1537,SUCCESS,2,0,2130.57,777875.17,780005.74,27,su2random -1538,SUCCESS,2,0,823.49,780005.74,780829.23,27,ae -1540,SUCCESS,2,0,721.09,780829.23,781550.32,27,realamprandom -1542,SUCCESS,2,0,15.23,781550.32,781565.55,27,vqe -1543,SUCCESS,2,0,3035.5,781565.55,784601.05,27,pricingput -1547,SUCCESS,2,0,1154.74,784601.05,785755.79,27,twolocalrandom -1555,SUCCESS,2,0,66.96,785755.79,785822.75,27,wstate -1565,SUCCESS,2,0,64.52,785822.75,785887.27,27,dj -1580,SUCCESS,2,0,46.99,785887.27,785934.26,27,graphstate -1583,SUCCESS,2,0,517.59,785934.26,786451.85,27,qnn -1591,SUCCESS,2,0,1882.16,786451.85,788334.01,27,ae -1597,SUCCESS,2,0,26.47,788334.01,788360.48,27,routing -1606,SUCCESS,2,0,80.73,788360.48,788441.21,27,qnn -1607,SUCCESS,2,0,229.67,788441.21,788670.88,27,twolocalrandom -1610,SUCCESS,2,0,220.76,788670.88,788891.64,27,qft -1615,SUCCESS,2,0,32.27,788891.64,788923.91,27,dj -1617,SUCCESS,2,0,634.05,788923.91,789557.96,27,qpeexact -1627,SUCCESS,2,0,53.21,789557.96,789611.17,27,graphstate -1632,SUCCESS,2,0,125.46,789611.17,789736.63,27,qftentangled -1636,SUCCESS,2,0,420.35,789736.63,790156.98,27,qftentangled -1637,SUCCESS,2,0,526.01,790156.98,790682.99,27,qpeinexact -1641,SUCCESS,2,0,16.72,790682.99,790699.71,27,routing -1642,SUCCESS,2,0,173.27,790699.71,790872.98,27,ghz -1647,SUCCESS,2,0,300.7,790872.98,791173.68,27,twolocalrandom -1650,SUCCESS,2,0,452.92,791173.68,791626.6,27,ae -1655,SUCCESS,2,0,91.36,791626.6,791717.96,27,qpeinexact -1657,SUCCESS,2,0,28.94,791717.96,791746.9,27,ghz -1658,SUCCESS,2,0,47.89,791746.9,791794.79,27,dj -1659,SUCCESS,2,0,328.67,791794.79,792123.46,27,qpeinexact -1660,SUCCESS,2,0,210.6,792123.46,792334.06,27,ae -1662,SUCCESS,2,0,852.6,792334.06,793186.66,27,qpeinexact -1663,SUCCESS,2,0,29.82,793186.66,793216.48,27,ghz -1664,SUCCESS,2,0,36.28,793216.48,793252.76,27,ghz -1674,SUCCESS,2,0,267.22,793252.76,793519.98,27,su2random -1678,SUCCESS,2,0,1998.96,793519.98,795518.94,27,pricingcall -1682,SUCCESS,2,0,64.87,795518.94,795583.81,27,dj -1692,SUCCESS,2,0,325.9,795583.81,795909.71,27,portfoliovqe -1701,SUCCESS,2,0,183.67,795909.71,796093.38,27,qpeinexact -1703,SUCCESS,2,0,95.87,796093.38,796189.25,27,routing -1723,SUCCESS,2,0,36650.83,796189.25,832840.08,27,shor -1726,SUCCESS,2,0,13.87,832840.08,832853.95,27,ghz -1731,SUCCESS,2,0,15.24,832853.95,832869.19,27,vqe -1732,SUCCESS,2,0,45.37,832869.19,832914.56,27,vqe -1737,SUCCESS,2,0,6.62,832914.56,832921.18,27,ghz -1757,SUCCESS,2,0,604.7,832921.18,833525.88,27,portfoliovqe -1769,SUCCESS,2,0,701.4,833525.88,834227.28,27,qpeinexact -1772,SUCCESS,2,0,3611.42,834227.28,837838.7,27,qwalk-v-chain -1776,SUCCESS,2,0,2770.77,837838.7,840609.47,27,grover-noancilla -1778,SUCCESS,2,0,768.64,840609.47,841378.11,27,ae -1784,SUCCESS,2,0,34.52,841378.11,841412.63,27,qaoa -1792,SUCCESS,2,0,1471.7,841412.63,842884.33,27,qpeinexact -1801,SUCCESS,2,0,44.13,842884.33,842928.46,27,wstate -1812,SUCCESS,2,0,51.5,842928.46,842979.96,27,graphstate -1813,SUCCESS,2,0,1378.3,842979.96,844358.26,27,realamprandom -1815,SUCCESS,2,0,159.09,844358.26,844517.35,27,dj -1817,SUCCESS,2,0,258.33,844517.35,844775.68,27,qftentangled -1821,SUCCESS,2,0,1543.91,844775.68,846319.59,27,ae -1824,SUCCESS,2,0,143.9,846319.59,846463.49,27,dj -74,SUCCESS,2,1,98034.95,749847.74,847882.69,127,random -75,SUCCESS,2,1,646.69,847882.69,848529.38,127,graphstate -1832,SUCCESS,2,0,3962.9,846463.49,850426.39,27,pricingcall -1842,SUCCESS,2,0,669.31,850426.39,851095.7,27,qftentangled -1844,SUCCESS,2,0,2270.37,851095.7,853366.07,27,qwalk-v-chain -1845,SUCCESS,2,0,354.03,853366.07,853720.1,27,portfoliovqe -1847,SUCCESS,2,0,1692.55,853720.1,855412.65,27,pricingcall -1848,SUCCESS,2,0,2246.52,855412.65,857659.17,27,random -1854,SUCCESS,2,0,1404.15,857659.17,859063.32,27,qpeinexact -1855,SUCCESS,2,0,839.75,859063.32,859903.07,27,grover-v-chain -1857,SUCCESS,2,0,404.55,859903.07,860307.62,27,su2random -1858,SUCCESS,2,0,6885,860307.62,867192.62,27,grover-noancilla -1862,SUCCESS,2,0,965.74,867192.62,868158.36,27,su2random -1869,SUCCESS,2,0,794.43,868158.36,868952.79,27,qpeexact -1874,SUCCESS,2,0,37.55,868952.79,868990.34,27,graphstate -1883,SUCCESS,2,0,137.81,868990.34,869128.15,27,ae -1884,SUCCESS,2,0,443.9,869128.15,869572.05,27,twolocalrandom -1886,SUCCESS,2,0,430.56,869572.05,870002.61,27,qftentangled -1888,SUCCESS,2,0,554.31,870002.61,870556.92,27,qft -1891,SUCCESS,2,0,708.19,870556.92,871265.11,27,qpeinexact -1892,SUCCESS,2,0,898.95,871265.11,872164.06,27,qft -1900,SUCCESS,2,0,632.82,872164.06,872796.88,27,realamprandom -1902,SUCCESS,2,0,581.3,872796.88,873378.18,27,qpeexact -1903,SUCCESS,2,0,26.5,873378.18,873404.68,27,vqe -76,SUCCESS,2,1,26004.15,848529.38,874533.53,127,qnn -1904,SUCCESS,2,0,5669.08,873404.68,879073.76,27,qwalk-noancilla -1905,SUCCESS,2,0,1421.37,879073.76,880495.13,27,realamprandom -1909,SUCCESS,2,0,195.48,880495.13,880690.61,27,pricingcall -1914,SUCCESS,2,0,2003.38,880690.61,882693.99,27,pricingcall -77,SUCCESS,2,1,8282.16,874533.53,882815.69,127,qftentangled -1916,SUCCESS,2,0,272.58,882693.99,882966.57,27,qpeexact -1922,SUCCESS,2,0,81.82,882966.57,883048.39,27,dj -1935,SUCCESS,2,0,1303.56,883048.39,884351.95,27,qnn -1941,SUCCESS,2,0,38.43,884351.95,884390.38,27,dj -1942,SUCCESS,2,0,1111.88,884390.38,885502.26,27,qpeexact -1947,SUCCESS,2,0,1022.8,885502.26,886525.06,27,su2random -1949,SUCCESS,2,0,1123.39,886525.06,887648.45,27,qpeinexact -1951,SUCCESS,2,0,85.58,887648.45,887734.03,27,ghz -1953,SUCCESS,2,0,423.13,887734.03,888157.16,27,qftentangled -1955,SUCCESS,2,0,29.78,888157.16,888186.94,27,graphstate -78,SUCCESS,2,1,5387.16,882815.69,888202.85,127,qnn -79,SUCCESS,2,1,323.09,888202.85,888525.94,127,wstate -1957,SUCCESS,2,0,537.61,888186.94,888724.55,27,realamprandom -1964,SUCCESS,2,0,574.32,888724.55,889298.87,27,portfoliovqe -1966,SUCCESS,2,0,274.01,889298.87,889572.88,27,qnn -1973,SUCCESS,2,0,398.35,889572.88,889971.23,27,qpeexact -1977,SUCCESS,2,0,654.43,889971.23,890625.66,27,qpeinexact -1980,SUCCESS,2,0,55.33,890625.66,890680.99,27,wstate -1985,SUCCESS,2,0,355.01,890680.99,891036,27,qpeexact -1987,SUCCESS,2,0,461.77,891036,891497.77,27,random -1988,SUCCESS,2,0,235.22,891497.77,891732.99,27,qpeinexact -1989,SUCCESS,2,0,1845.1,891732.99,893578.09,27,random -1992,SUCCESS,2,0,89.74,893578.09,893667.83,27,ae -2002,SUCCESS,2,0,457.42,893667.83,894125.25,27,qpeinexact -2007,SUCCESS,2,0,836.23,894125.25,894961.48,27,qpeexact -2010,SUCCESS,2,0,2552.08,894961.48,897513.56,27,random -2012,SUCCESS,2,0,55.33,897513.56,897568.89,27,ghz -80,SUCCESS,2,1,9383.4,888525.94,897909.34,127,su2random -2020,SUCCESS,2,0,2212.06,897568.89,899780.95,27,pricingput -2026,SUCCESS,2,0,1244.29,899780.95,901025.24,27,portfoliovqe -2027,SUCCESS,2,0,88.89,901025.24,901114.13,27,dj -2030,SUCCESS,2,0,1972.41,901114.13,903086.54,27,qnn -2044,SUCCESS,2,0,260.52,903086.54,903347.06,27,portfoliovqe -2045,SUCCESS,2,0,1045.82,903347.06,904392.88,27,ae -2049,SUCCESS,2,0,1294.47,904392.88,905687.35,27,qpeinexact -2055,SUCCESS,2,0,480.85,905687.35,906168.2,27,qftentangled -2061,SUCCESS,2,0,500.16,906168.2,906668.36,27,qnn -2062,SUCCESS,2,0,810.06,906668.36,907478.42,27,realamprandom -2066,SUCCESS,2,0,103.16,907478.42,907581.58,27,ghz -2075,SUCCESS,2,0,489.63,907581.58,908071.21,27,qpeinexact -2086,SUCCESS,2,0,589.75,908071.21,908660.96,27,qpeinexact -2087,SUCCESS,2,0,385,908660.96,909045.96,27,su2random -2088,SUCCESS,2,0,13.56,909045.96,909059.52,27,dj -2092,SUCCESS,2,0,35.26,909059.52,909094.78,27,graphstate -2099,SUCCESS,2,0,551.51,909094.78,909646.29,27,su2random -2100,SUCCESS,2,0,96.09,909646.29,909742.38,27,wstate -2103,SUCCESS,2,0,1411.75,909742.38,911154.13,27,ae -2104,SUCCESS,2,0,96.53,911154.13,911250.66,27,ghz -2109,SUCCESS,2,0,11.48,911250.66,911262.14,27,graphstate -2113,SUCCESS,2,0,283.52,911262.14,911545.66,27,random -2125,SUCCESS,2,0,34.38,911545.66,911580.04,27,wstate -2126,SUCCESS,2,0,816.41,911580.04,912396.45,27,su2random -2129,SUCCESS,2,0,915.2,912396.45,913311.65,27,portfoliovqe -2136,SUCCESS,2,0,33.87,913311.65,913345.52,27,graphstate -2143,SUCCESS,2,0,2200.45,913345.52,915545.97,27,grover-v-chain -2145,SUCCESS,2,0,827.07,915545.97,916373.04,27,qpeinexact -2156,SUCCESS,2,0,40.84,916373.04,916413.88,27,graphstate -2161,SUCCESS,2,0,671.83,916413.88,917085.71,27,portfolioqaoa -2182,SUCCESS,2,0,844.83,917085.71,917930.54,27,realamprandom -2184,SUCCESS,2,0,4646.22,917930.54,922576.76,27,qwalk-v-chain -2185,SUCCESS,2,0,1271.24,922576.76,923848,27,qnn -81,SUCCESS,2,1,26263.79,897909.34,924173.13,127,qpeexact -2188,SUCCESS,2,0,952.11,923848,924800.11,27,qft -2189,SUCCESS,2,0,1327.08,924800.11,926127.19,27,qft -2192,SUCCESS,2,0,153.82,926127.19,926281.01,27,dj -2193,SUCCESS,2,0,28.24,926281.01,926309.25,27,vqe -2194,SUCCESS,2,0,294.59,926309.25,926603.84,27,twolocalrandom -2204,SUCCESS,2,0,80.58,926603.84,926684.42,27,dj -82,SUCCESS,2,1,2690.12,924173.13,926863.25,127,ghz -2207,SUCCESS,2,0,255.26,926684.42,926939.68,27,ae -2210,SUCCESS,2,0,84.74,926939.68,927024.42,27,qaoa -2212,SUCCESS,2,0,437.08,927024.42,927461.5,27,qnn -2219,SUCCESS,2,0,27.79,927461.5,927489.29,27,graphstate -83,SUCCESS,2,1,920.94,926863.25,927784.19,127,wstate -2221,SUCCESS,2,0,490.74,927489.29,927980.03,27,qwalk-v-chain -85,SUCCESS,2,1,2258.35,927784.19,930042.54,127,ae -2223,SUCCESS,2,0,6249.68,927980.03,934229.71,27,pricingcall -2225,SUCCESS,2,0,294.98,934229.71,934524.69,27,qft -2237,SUCCESS,2,0,1053.28,934524.69,935577.97,27,realamprandom -2251,SUCCESS,2,0,1220.29,935577.97,936798.26,27,pricingput -2272,SUCCESS,2,0,1165.78,936798.26,937964.04,27,random -2274,SUCCESS,2,0,50.49,937964.04,938014.53,27,wstate -87,SUCCESS,2,1,8046.86,930042.54,938089.4,127,qftentangled -2282,SUCCESS,2,0,93.15,938014.53,938107.68,27,dj -2285,SUCCESS,2,0,502.28,938107.68,938609.96,27,random -2288,SUCCESS,2,0,640.61,938609.96,939250.57,27,qpeexact -2290,SUCCESS,2,0,190.23,939250.57,939440.8,27,ghz -2294,SUCCESS,2,0,198.75,939440.8,939639.55,27,qpeexact -2300,SUCCESS,2,0,135.82,939639.55,939775.37,27,qft -2306,SUCCESS,2,0,1033.93,939775.37,940809.3,27,qpeinexact -2307,SUCCESS,2,0,29.68,940809.3,940838.98,27,graphstate -2308,SUCCESS,2,0,450.56,940838.98,941289.54,27,portfoliovqe -2315,SUCCESS,2,0,81.55,941289.54,941371.09,27,wstate -2316,SUCCESS,2,0,835.73,941371.09,942206.82,27,random -2319,SUCCESS,2,0,650.88,942206.82,942857.7,27,su2random -88,SUCCESS,2,1,5846.87,938089.4,943936.27,127,random -2322,SUCCESS,2,0,1339.57,942857.7,944197.27,27,qft -2326,SUCCESS,2,0,402.57,944197.27,944599.84,27,su2random -2329,SUCCESS,2,0,53.87,944599.84,944653.71,27,dj -2332,SUCCESS,2,0,252.52,944653.71,944906.23,27,su2random -89,SUCCESS,2,1,973.29,943936.27,944909.56,127,qftentangled -2335,SUCCESS,2,0,858.41,944906.23,945764.64,27,twolocalrandom -2336,SUCCESS,2,0,422.52,945764.64,946187.16,27,su2random -2346,SUCCESS,2,0,363.07,946187.16,946550.23,27,twolocalrandom -2350,SUCCESS,2,0,67.59,946550.23,946617.82,27,qaoa -90,SUCCESS,2,1,2568.98,944909.56,947478.54,127,su2random -2353,SUCCESS,2,0,2073.79,946617.82,948691.61,27,pricingcall -2354,SUCCESS,2,0,1454.8,948691.61,950146.41,27,realamprandom -2357,SUCCESS,2,0,4067.25,950146.41,954213.66,27,qwalk-noancilla -2364,SUCCESS,2,0,36.65,954213.66,954250.31,27,ghz -2365,SUCCESS,2,0,3078.19,954250.31,957328.5,27,qwalk-v-chain -2373,SUCCESS,2,0,318.15,957328.5,957646.65,27,realamprandom -2375,SUCCESS,2,0,70.06,957646.65,957716.71,27,wstate -2376,SUCCESS,2,0,175.84,957716.71,957892.55,27,qnn -2378,SUCCESS,2,0,1834.46,957892.55,959727.01,27,random -2380,SUCCESS,2,0,532.59,959727.01,960259.6,27,twolocalrandom -2387,SUCCESS,2,0,582.49,960259.6,960842.09,27,twolocalrandom -2389,SUCCESS,2,0,58.4,960842.09,960900.49,27,graphstate -92,SUCCESS,2,1,14120.8,947478.54,961599.34,127,qwalk-v-chain -93,SUCCESS,2,1,150.12,961599.34,961749.46,127,dj -2391,SUCCESS,2,0,1011.89,960900.49,961912.38,27,portfoliovqe -2394,SUCCESS,2,0,115.48,961912.38,962027.86,27,wstate -2396,SUCCESS,2,0,222.12,962027.86,962249.98,27,qftentangled -2397,SUCCESS,2,0,363.64,962249.98,962613.62,27,ae -2399,SUCCESS,2,0,24.5,962613.62,962638.12,27,vqe -2401,SUCCESS,2,0,57.53,962638.12,962695.65,27,qaoa -2410,SUCCESS,2,0,305.81,962695.65,963001.46,27,qpeinexact -2412,SUCCESS,2,0,468.43,963001.46,963469.89,27,portfolioqaoa -2421,SUCCESS,2,0,498.62,963469.89,963968.51,27,twolocalrandom -2439,SUCCESS,2,0,911.78,963968.51,964880.29,27,ae -2441,SUCCESS,2,0,870.67,964880.29,965750.96,27,random -2442,SUCCESS,2,0,31.94,965750.96,965782.9,27,wstate -2447,SUCCESS,2,0,1111.62,965782.9,966894.52,27,portfoliovqe -2454,SUCCESS,2,0,105.25,966894.52,966999.77,27,wstate -2462,SUCCESS,2,0,944.59,966999.77,967944.36,27,qftentangled -94,SUCCESS,2,1,7312.82,961749.46,969062.28,127,qftentangled -95,SUCCESS,2,1,775.47,969062.28,969837.75,127,ae -96,SUCCESS,2,1,743.61,969837.75,970581.36,127,dj -2465,SUCCESS,2,0,3812.51,967944.36,971756.87,27,grover-noancilla -2470,SUCCESS,2,0,2148.07,971756.87,973904.94,27,su2random -2475,SUCCESS,2,0,374.75,973904.94,974279.69,27,qftentangled -2478,SUCCESS,2,0,836.75,974279.69,975116.44,27,su2random -2479,SUCCESS,2,0,137.1,975116.44,975253.54,27,wstate -2481,SUCCESS,2,0,698.63,975253.54,975952.17,27,qpeexact -97,SUCCESS,2,1,19670.97,970581.36,990252.33,127,qftentangled -98,SUCCESS,2,1,2252.03,990252.33,992504.36,127,dj -100,SUCCESS,2,1,4453.35,992504.36,996957.71,127,qft -101,SUCCESS,2,1,3933.66,996957.71,1000891.37,127,realamprandom -102,SUCCESS,2,1,3678.83,1000891.37,1004570.2,127,pricingcall -2487,SUCCESS,2,0,67798.7,975952.17,1043750.87,27,qwalk-noancilla -103,SUCCESS,2,1,39631.21,1004570.2,1044201.41,127,twolocalrandom -2488,SUCCESS,2,0,480.9,1043750.87,1044231.77,27,qnn -2494,SUCCESS,2,0,743.89,1044231.77,1044975.66,27,qnn -104,SUCCESS,2,1,929.02,1044201.41,1045130.43,127,realamprandom -2495,SUCCESS,2,0,888.64,1044975.66,1045864.3,27,qpeinexact -106,SUCCESS,2,1,1412.43,1045130.43,1046542.86,127,qpeinexact -2502,SUCCESS,2,0,1191.76,1045864.3,1047056.06,27,qftentangled -2505,SUCCESS,2,0,182.43,1047056.06,1047238.49,27,random -2510,SUCCESS,2,0,144.89,1047238.49,1047383.38,27,qftentangled -2513,SUCCESS,2,0,2220.55,1047383.38,1049603.93,27,twolocalrandom -107,SUCCESS,2,1,3493.6,1046542.86,1050036.46,127,su2random -2523,SUCCESS,2,0,2426.09,1049603.93,1052030.02,27,random -2524,SUCCESS,2,0,15.1,1052030.02,1052045.12,27,vqe -2528,SUCCESS,2,0,2702.71,1052045.12,1054747.83,27,qwalk-v-chain -2529,SUCCESS,2,0,17.37,1054747.83,1054765.2,27,ghz -2532,SUCCESS,2,0,499.92,1054765.2,1055265.12,27,portfoliovqe -2535,SUCCESS,2,0,634.54,1055265.12,1055899.66,27,random -2540,SUCCESS,2,0,19.43,1055899.66,1055919.09,27,ghz -2547,SUCCESS,2,0,81.67,1055919.09,1056000.76,27,wstate -2548,SUCCESS,2,0,397.66,1056000.76,1056398.42,27,ae -2549,SUCCESS,2,0,245.66,1056398.42,1056644.08,27,su2random -2550,SUCCESS,2,0,671.27,1056644.08,1057315.35,27,twolocalrandom -2554,SUCCESS,2,0,1414.2,1057315.35,1058729.55,27,qnn -2556,SUCCESS,2,0,44.39,1058729.55,1058773.94,27,ghz -2559,SUCCESS,2,0,280.16,1058773.94,1059054.1,27,qftentangled -2561,SUCCESS,2,0,1248.67,1059054.1,1060302.77,27,random -2564,SUCCESS,2,0,641.88,1060302.77,1060944.65,27,qftentangled -2566,SUCCESS,2,0,2925.56,1060944.65,1063870.21,27,realamprandom -2568,SUCCESS,2,0,277.39,1063870.21,1064147.6,27,qftentangled -2573,SUCCESS,2,0,40.33,1064147.6,1064187.93,27,tsp -2584,SUCCESS,2,0,531.18,1064187.93,1064719.11,27,qnn -2590,SUCCESS,2,0,360.29,1064719.11,1065079.4,27,twolocalrandom -2608,SUCCESS,2,0,18.87,1065079.4,1065098.27,27,ghz -2611,SUCCESS,2,0,81.43,1065098.27,1065179.7,27,qaoa -2615,SUCCESS,2,0,2127.5,1065179.7,1067307.2,27,grover-v-chain -2617,SUCCESS,2,0,16.49,1067307.2,1067323.69,27,graphstate -2620,SUCCESS,2,0,481.8,1067323.69,1067805.49,27,su2random -2628,SUCCESS,2,0,386.3,1067805.49,1068191.79,27,qnn -2629,SUCCESS,2,0,19.65,1068191.79,1068211.44,27,graphstate -2633,SUCCESS,2,0,1642.37,1068211.44,1069853.81,27,twolocalrandom -2634,SUCCESS,2,0,39.45,1069853.81,1069893.26,27,dj -108,SUCCESS,2,1,20566.47,1050036.46,1070602.93,127,qftentangled -2638,SUCCESS,2,0,1316.04,1069893.26,1071209.3,27,qnn -109,SUCCESS,2,1,28408.96,1070602.93,1099011.89,127,pricingcall -110,SUCCESS,2,1,1385.51,1099011.89,1100397.4,127,dj -2648,SUCCESS,2,0,32883.68,1071209.3,1104092.98,27,shor -2658,SUCCESS,2,0,49.07,1104092.98,1104142.05,27,wstate -2660,SUCCESS,2,0,720.48,1104142.05,1104862.53,27,su2random -2661,SUCCESS,2,0,49.7,1104862.53,1104912.23,27,wstate -111,SUCCESS,2,1,12459.75,1100397.4,1112857.15,127,qftentangled -113,SUCCESS,2,1,228.03,1112857.15,1113085.18,127,ghz -114,SUCCESS,2,1,816.75,1113085.18,1113901.93,127,random -115,SUCCESS,2,1,7131.46,1113901.93,1121033.39,127,qnn -116,SUCCESS,2,1,5101.42,1121033.39,1126134.81,127,ae -117,SUCCESS,2,1,4697.74,1126134.81,1130832.55,127,qpeexact -2665,SUCCESS,2,0,28185.77,1104912.23,1133098,27,grover-v-chain -119,SUCCESS,2,1,2326.59,1130832.55,1133159.14,127,qpeexact -2673,SUCCESS,2,0,202.29,1133098,1133300.29,27,twolocalrandom -2675,SUCCESS,2,0,415.53,1133300.29,1133715.82,27,twolocalrandom -2677,SUCCESS,2,0,6016.22,1133715.82,1139732.04,27,qwalk-noancilla -2686,SUCCESS,2,0,301.35,1139732.04,1140033.39,27,portfolioqaoa -2687,SUCCESS,2,0,861.92,1140033.39,1140895.31,27,qpeexact -2694,SUCCESS,2,0,532.74,1140895.31,1141428.05,27,realamprandom -2699,SUCCESS,2,0,576.21,1141428.05,1142004.26,27,qft -2702,SUCCESS,2,0,141.89,1142004.26,1142146.15,27,dj -2703,SUCCESS,2,0,1275.68,1142146.15,1143421.83,27,su2random -2709,SUCCESS,2,0,532.27,1143421.83,1143954.1,27,realamprandom -2727,SUCCESS,2,0,745.15,1143954.1,1144699.25,27,qft -2729,SUCCESS,2,0,999.77,1144699.25,1145699.02,27,pricingput -2734,SUCCESS,2,0,99.92,1145699.02,1145798.94,27,pricingput -2738,SUCCESS,2,0,69.69,1145798.94,1145868.63,27,qaoa -2739,SUCCESS,2,0,127.44,1145868.63,1145996.07,27,realamprandom -2756,SUCCESS,2,0,398.99,1145996.07,1146395.06,27,ae -2759,SUCCESS,2,0,168.21,1146395.06,1146563.27,27,wstate -2777,SUCCESS,2,0,2072.43,1146563.27,1148635.7,27,realamprandom -2783,SUCCESS,2,0,263.51,1148635.7,1148899.21,27,portfolioqaoa -2788,SUCCESS,2,0,84.73,1148899.21,1148983.94,27,su2random -2792,SUCCESS,2,0,217.3,1148983.94,1149201.24,27,twolocalrandom -2795,SUCCESS,2,0,768.35,1149201.24,1149969.59,27,pricingcall -2811,SUCCESS,2,0,289.23,1149969.59,1150258.82,27,qft -2813,SUCCESS,2,0,382.69,1150258.82,1150641.51,27,wstate -2815,SUCCESS,2,0,174.77,1150641.51,1150816.28,27,dj -2823,SUCCESS,2,0,37.34,1150816.28,1150853.62,27,wstate -2826,SUCCESS,2,0,902.61,1150853.62,1151756.23,27,qnn -2831,SUCCESS,2,0,685.23,1151756.23,1152441.46,27,groundstate -2833,SUCCESS,2,0,440.84,1152441.46,1152882.3,27,realamprandom -2836,SUCCESS,2,0,179.59,1152882.3,1153061.89,27,dj -2838,SUCCESS,2,0,981.13,1153061.89,1154043.02,27,qftentangled -2839,SUCCESS,2,0,940.15,1154043.02,1154983.17,27,realamprandom -2841,SUCCESS,2,0,212.09,1154983.17,1155195.26,27,wstate -2845,SUCCESS,2,0,3032.27,1155195.26,1158227.53,27,su2random -2846,SUCCESS,2,0,159.84,1158227.53,1158387.37,27,qpeinexact -2849,SUCCESS,2,0,479.8,1158387.37,1158867.17,27,qpeexact -2851,SUCCESS,2,0,716.65,1158867.17,1159583.82,27,ae -2856,SUCCESS,2,0,25.49,1159583.82,1159609.31,27,ghz -2864,SUCCESS,2,0,556.93,1159609.31,1160166.24,27,qpeexact -2874,SUCCESS,2,0,728.95,1160166.24,1160895.19,27,qpeinexact -2884,SUCCESS,2,0,27.41,1160895.19,1160922.6,27,wstate -2886,SUCCESS,2,0,277.38,1160922.6,1161199.98,27,qftentangled -2888,SUCCESS,2,0,778.7,1161199.98,1161978.68,27,twolocalrandom -2897,SUCCESS,2,0,597.18,1161978.68,1162575.86,27,qftentangled -120,SUCCESS,2,1,32295.94,1133159.14,1165455.08,127,realamprandom -121,SUCCESS,2,1,27393.39,1165455.08,1192848.47,127,ae -122,SUCCESS,2,1,495.31,1192848.47,1193343.78,127,random -2898,SUCCESS,2,0,66492.96,1162575.86,1229068.82,27,qwalk-noancilla -2900,SUCCESS,2,0,753.48,1229068.82,1229822.3,27,qnn -2905,SUCCESS,2,0,1026.53,1229822.3,1230848.83,27,ae -2912,SUCCESS,2,0,1862.8,1230848.83,1232711.63,27,twolocalrandom -2919,SUCCESS,2,0,606.64,1232711.63,1233318.27,27,qftentangled -2927,SUCCESS,2,0,90.11,1233318.27,1233408.38,27,dj -2931,SUCCESS,2,0,318.48,1233408.38,1233726.86,27,pricingcall -2932,SUCCESS,2,0,538.31,1233726.86,1234265.17,27,groundstate -2938,SUCCESS,2,0,241.73,1234265.17,1234506.9,27,qftentangled -2947,SUCCESS,2,0,429.22,1234506.9,1234936.12,27,random -2949,SUCCESS,2,0,204.88,1234936.12,1235141,27,qpeinexact -2950,SUCCESS,2,0,221.34,1235141,1235362.34,27,qnn -2956,SUCCESS,2,0,115.59,1235362.34,1235477.93,27,dj -2960,SUCCESS,2,0,1026.18,1235477.93,1236504.11,27,random -2967,SUCCESS,2,0,207.97,1236504.11,1236712.08,27,qpeinexact -2972,SUCCESS,2,0,353.61,1236712.08,1237065.69,27,pricingcall -2978,SUCCESS,2,0,105.35,1237065.69,1237171.04,27,qaoa -2987,SUCCESS,2,0,2155.81,1237171.04,1239326.85,27,random -2994,SUCCESS,2,0,455.77,1239326.85,1239782.62,27,ae -2998,SUCCESS,2,0,238.15,1239782.62,1240020.77,27,realamprandom -3003,SUCCESS,2,0,369.16,1240020.77,1240389.93,27,qpeexact -3014,SUCCESS,2,0,126.79,1240389.93,1240516.72,27,qnn -3021,SUCCESS,2,0,795.68,1240516.72,1241312.4,27,ae -3028,SUCCESS,2,0,68.98,1241312.4,1241381.38,27,graphstate -3031,SUCCESS,2,0,2913.85,1241381.38,1244295.23,27,qnn -3039,SUCCESS,2,0,658.26,1244295.23,1244953.49,27,ae -3045,SUCCESS,2,0,13.6,1244953.49,1244967.09,27,vqe -3052,SUCCESS,2,0,13.94,1244967.09,1244981.03,27,ghz -3054,SUCCESS,2,0,425.37,1244981.03,1245406.4,27,qft -3056,SUCCESS,2,0,484.53,1245406.4,1245890.93,27,pricingput -3063,SUCCESS,2,0,250.38,1245890.93,1246141.31,27,twolocalrandom -3064,SUCCESS,2,0,35.88,1246141.31,1246177.19,27,vqe -3066,SUCCESS,2,0,341.03,1246177.19,1246518.22,27,realamprandom -3074,SUCCESS,2,0,1698.84,1246518.22,1248217.06,27,su2random -3075,SUCCESS,2,0,40.45,1248217.06,1248257.51,27,qaoa -3095,SUCCESS,2,0,101.89,1248257.51,1248359.4,27,realamprandom -3097,SUCCESS,2,0,59.27,1248359.4,1248418.67,27,ghz -3103,SUCCESS,2,0,199.8,1248418.67,1248618.47,27,realamprandom -3117,SUCCESS,2,0,950.7,1248618.47,1249569.17,27,twolocalrandom -3120,SUCCESS,2,0,1031.13,1249569.17,1250600.3,27,random -3122,SUCCESS,2,0,173.07,1250600.3,1250773.37,27,ghz -123,SUCCESS,2,1,58307.35,1193343.78,1251651.13,127,twolocalrandom -3136,SUCCESS,2,0,948.81,1250773.37,1251722.18,27,qftentangled -3137,SUCCESS,2,0,403.18,1251722.18,1252125.36,27,portfoliovqe -3141,SUCCESS,2,0,272.71,1252125.36,1252398.07,27,random -124,SUCCESS,2,1,755.41,1251651.13,1252406.54,127,dj -3144,SUCCESS,2,0,165.99,1252398.07,1252564.06,27,wstate -3146,SUCCESS,2,0,527.33,1252564.06,1253091.39,27,su2random -3151,SUCCESS,2,0,119.16,1253091.39,1253210.55,27,dj -3153,SUCCESS,2,0,151.08,1253210.55,1253361.63,27,ae -125,SUCCESS,2,1,1019.47,1252406.54,1253426.01,127,wstate -126,SUCCESS,2,1,71.14,1253426.01,1253497.15,127,ghz -3162,SUCCESS,2,0,838.22,1253361.63,1254199.85,27,qnn -3164,SUCCESS,2,0,489.52,1254199.85,1254689.37,27,twolocalrandom -3166,SUCCESS,2,0,429.91,1254689.37,1255119.28,27,realamprandom -3168,SUCCESS,2,0,181.66,1255119.28,1255300.94,27,qpeexact -3174,SUCCESS,2,0,267.81,1255300.94,1255568.75,27,portfolioqaoa -127,SUCCESS,2,1,16877.24,1253497.15,1270374.39,127,realamprandom -128,SUCCESS,2,1,3925.6,1270374.39,1274299.99,127,pricingput -3182,SUCCESS,2,0,49055.4,1255568.75,1304624.15,27,grover-noancilla -3187,SUCCESS,2,0,86.71,1304624.15,1304710.86,27,dj -3188,SUCCESS,2,0,1014.25,1304710.86,1305725.11,27,qpeexact -3189,SUCCESS,2,0,381.99,1305725.11,1306107.1,27,portfolioqaoa -3190,SUCCESS,2,0,945.77,1306107.1,1307052.87,27,qpeexact -3192,SUCCESS,2,0,703.16,1307052.87,1307756.03,27,qft -130,SUCCESS,2,1,41400.01,1274299.99,1315700,127,qnn -131,SUCCESS,2,1,398.69,1315700,1316098.69,127,qft -132,SUCCESS,2,1,264.7,1316098.69,1316363.39,127,wstate -133,SUCCESS,2,1,142.64,1316363.39,1316506.03,127,graphstate -134,SUCCESS,2,1,110.97,1316506.03,1316617,127,qaoa -3195,SUCCESS,2,0,52118.43,1307756.03,1359874.46,27,shor -3196,SUCCESS,2,0,692.35,1359874.46,1360566.81,27,grover-v-chain -3202,SUCCESS,2,0,514.57,1360566.81,1361081.38,27,pricingput -135,SUCCESS,2,1,44476.91,1316617,1361093.91,127,qwalk-noancilla -3203,SUCCESS,2,0,193.99,1361081.38,1361275.37,27,wstate -3205,SUCCESS,2,0,893.19,1361275.37,1362168.56,27,qpeexact -3209,SUCCESS,2,0,1875.03,1362168.56,1364043.59,27,twolocalrandom -3223,SUCCESS,2,0,18441.97,1364043.59,1382485.56,27,qwalk-noancilla -3227,SUCCESS,2,0,1067.84,1382485.56,1383553.4,27,twolocalrandom -3228,SUCCESS,2,0,2923.2,1383553.4,1386476.6,27,random -3235,SUCCESS,2,0,881.2,1386476.6,1387357.8,27,qft -3238,SUCCESS,2,0,509.81,1387357.8,1387867.61,27,ae -3244,SUCCESS,2,0,710.65,1387867.61,1388578.26,27,portfoliovqe -3246,SUCCESS,2,0,9.24,1388578.26,1388587.5,27,ghz -3252,SUCCESS,2,0,1204.73,1388587.5,1389792.23,27,qpeinexact -3253,SUCCESS,2,0,561.19,1389792.23,1390353.42,27,ae -3263,SUCCESS,2,0,416.74,1390353.42,1390770.16,27,realamprandom -3268,SUCCESS,2,0,161.54,1390770.16,1390931.7,27,qnn -3286,SUCCESS,2,0,324.05,1390931.7,1391255.75,27,twolocalrandom -3290,SUCCESS,2,0,383.3,1391255.75,1391639.05,27,groundstate -3302,SUCCESS,2,0,8484.44,1391639.05,1400123.49,27,qwalk-v-chain -3303,SUCCESS,2,0,350.83,1400123.49,1400474.32,27,groundstate -3309,SUCCESS,2,0,63.92,1400474.32,1400538.24,27,graphstate -3311,SUCCESS,2,0,68.39,1400538.24,1400606.63,27,tsp -3326,SUCCESS,2,0,12.58,1400606.63,1400619.21,27,ghz -3330,SUCCESS,2,0,49.29,1400619.21,1400668.5,27,wstate -3331,SUCCESS,2,0,1197.73,1400668.5,1401866.23,27,qnn -3335,SUCCESS,2,0,23.83,1401866.23,1401890.06,27,graphstate -3339,SUCCESS,2,0,190.35,1401890.06,1402080.41,27,qftentangled -3352,SUCCESS,2,0,51.9,1402080.41,1402132.31,27,graphstate -3360,SUCCESS,2,0,91.3,1402132.31,1402223.61,27,qaoa -3366,SUCCESS,2,0,367.73,1402223.61,1402591.34,27,portfoliovqe -3372,SUCCESS,2,0,382.12,1402591.34,1402973.46,27,pricingcall -3378,SUCCESS,2,0,645.67,1402973.46,1403619.13,27,twolocalrandom -3390,SUCCESS,2,0,81.22,1403619.13,1403700.35,27,qaoa -3391,SUCCESS,2,0,10986.66,1403700.35,1414687.01,27,pricingput -3397,SUCCESS,2,0,531.22,1414687.01,1415218.23,27,qpeexact -3413,SUCCESS,2,0,66.09,1415218.23,1415284.32,27,wstate -3415,SUCCESS,2,0,5654.63,1415284.32,1420938.95,27,grover-v-chain -3416,SUCCESS,2,0,40.24,1420938.95,1420979.19,27,vqe -3423,SUCCESS,2,0,398.28,1420979.19,1421377.47,27,ae -137,SUCCESS,2,1,63528.14,1361093.91,1424622.05,127,random -3428,SUCCESS,2,0,34728.04,1421377.47,1456105.51,27,grover-v-chain -3432,SUCCESS,2,0,752.8,1456105.51,1456858.31,27,twolocalrandom -3433,SUCCESS,2,0,1336.99,1456858.31,1458195.3,27,twolocalrandom -138,SUCCESS,2,1,34871.29,1424622.05,1459493.34,127,su2random -3437,SUCCESS,2,0,2103.32,1458195.3,1460298.62,27,grover-v-chain -3453,SUCCESS,2,0,593.33,1460298.62,1460891.95,27,qpeexact -3458,SUCCESS,2,0,25.66,1460891.95,1460917.61,27,ghz -3459,SUCCESS,2,0,1629.59,1460917.61,1462547.2,27,qnn -3461,SUCCESS,2,0,30.14,1462547.2,1462577.34,27,qaoa -3463,SUCCESS,2,0,34.42,1462577.34,1462611.76,27,graphstate -3469,SUCCESS,2,0,1152.97,1462611.76,1463764.73,27,qnn -3473,SUCCESS,2,0,92.49,1463764.73,1463857.22,27,graphstate -3474,SUCCESS,2,0,12.46,1463857.22,1463869.68,27,vqe -3475,SUCCESS,2,0,156.04,1463869.68,1464025.72,27,twolocalrandom -3477,SUCCESS,2,0,2291.69,1464025.72,1466317.41,27,qnn -3479,SUCCESS,2,0,376.28,1466317.41,1466693.69,27,su2random -3483,SUCCESS,2,0,1408.75,1466693.69,1468102.44,27,ae -3484,SUCCESS,2,0,370.47,1468102.44,1468472.91,27,realamprandom -3485,SUCCESS,2,0,1380.53,1468472.91,1469853.44,27,qpeinexact -3486,SUCCESS,2,0,680.78,1469853.44,1470534.22,27,qft -3507,SUCCESS,2,0,580.35,1470534.22,1471114.57,27,random -3509,SUCCESS,2,0,1902.27,1471114.57,1473016.84,27,realamprandom -3532,SUCCESS,2,0,18.3,1473016.84,1473035.14,27,wstate -3537,SUCCESS,2,0,146.83,1473035.14,1473181.97,27,graphstate -140,SUCCESS,2,1,13779.01,1459493.34,1473272.35,127,qft -142,SUCCESS,2,1,57.45,1473272.35,1473329.8,127,ghz -3542,SUCCESS,2,0,1172.95,1473181.97,1474354.92,27,portfoliovqe -3543,SUCCESS,2,0,1756.14,1474354.92,1476111.06,27,random -3549,SUCCESS,2,0,61.63,1476111.06,1476172.69,27,qaoa -143,SUCCESS,2,1,14462.47,1473329.8,1487792.27,127,qft -3558,SUCCESS,2,0,16674.45,1476172.69,1492847.14,27,grover-v-chain -3568,SUCCESS,2,0,410.42,1492847.14,1493257.56,27,qpeinexact -3585,SUCCESS,2,0,2319.28,1493257.56,1495576.84,27,twolocalrandom -3586,SUCCESS,2,0,479.79,1495576.84,1496056.63,27,qftentangled -3592,SUCCESS,2,0,117.87,1496056.63,1496174.5,27,graphstate -3594,SUCCESS,2,0,28.55,1496174.5,1496203.05,27,graphstate -3595,SUCCESS,2,0,403.27,1496203.05,1496606.32,27,ae -3597,SUCCESS,2,0,397.3,1496606.32,1497003.62,27,random -3607,SUCCESS,2,0,115.26,1497003.62,1497118.88,27,qpeexact -3609,SUCCESS,2,0,2128,1497118.88,1499246.88,27,realamprandom -3611,SUCCESS,2,0,12.38,1499246.88,1499259.26,27,graphstate -3614,SUCCESS,2,0,68.06,1499259.26,1499327.32,27,qaoa -3618,SUCCESS,2,0,238.66,1499327.32,1499565.98,27,qftentangled -3620,SUCCESS,2,0,767.91,1499565.98,1500333.89,27,realamprandom -3632,SUCCESS,2,0,115.69,1500333.89,1500449.58,27,wstate -3634,SUCCESS,2,0,21.2,1500449.58,1500470.78,27,routing -3643,SUCCESS,2,0,69.52,1500470.78,1500540.3,27,groundstate -3644,SUCCESS,2,0,301.48,1500540.3,1500841.78,27,su2random -144,SUCCESS,2,1,14495.61,1487792.27,1502287.88,127,qpeinexact -3646,SUCCESS,2,0,1709.55,1500841.78,1502551.33,27,qnn -3657,SUCCESS,2,0,829.07,1502551.33,1503380.4,27,pricingput -3664,SUCCESS,2,0,641.42,1503380.4,1504021.82,27,twolocalrandom -3671,SUCCESS,2,0,980.44,1504021.82,1505002.26,27,realamprandom -3687,SUCCESS,2,0,444.49,1505002.26,1505446.75,27,qft -3692,SUCCESS,2,0,1065.73,1505446.75,1506512.48,27,portfolioqaoa -3704,SUCCESS,2,0,364.38,1506512.48,1506876.86,27,qftentangled -3708,SUCCESS,2,0,530.7,1506876.86,1507407.56,27,qpeinexact -3712,SUCCESS,2,0,1437.35,1507407.56,1508844.91,27,random -3717,SUCCESS,2,0,508.87,1508844.91,1509353.78,27,qpeexact -3719,SUCCESS,2,0,174.02,1509353.78,1509527.8,27,qpeexact -3725,SUCCESS,2,0,300.98,1509527.8,1509828.78,27,qftentangled -3737,SUCCESS,2,0,36.9,1509828.78,1509865.68,27,dj -3749,SUCCESS,2,0,176.08,1509865.68,1510041.76,27,qpeinexact -3767,SUCCESS,2,0,2414.67,1510041.76,1512456.43,27,random -3773,SUCCESS,2,0,345.73,1512456.43,1512802.16,27,qnn -3777,SUCCESS,2,0,366.02,1512802.16,1513168.18,27,ae -3779,SUCCESS,2,0,3245.13,1513168.18,1516413.31,27,random -145,SUCCESS,2,1,14953.26,1502287.88,1517241.14,127,random -3799,SUCCESS,2,0,868.31,1516413.31,1517281.62,27,twolocalrandom -146,SUCCESS,2,1,1088.42,1517241.14,1518329.56,127,realamprandom -147,SUCCESS,2,1,268.34,1518329.56,1518597.9,127,wstate -3809,SUCCESS,2,0,2624.56,1517281.62,1519906.18,27,random -3812,SUCCESS,2,0,2437.25,1519906.18,1522343.43,27,random -148,SUCCESS,2,1,3891.36,1518597.9,1522489.26,127,realamprandom -3813,SUCCESS,2,0,929.67,1522343.43,1523273.1,27,realamprandom -3829,SUCCESS,2,0,445.85,1523273.1,1523718.95,27,qftentangled -3831,SUCCESS,2,0,905.78,1523718.95,1524624.73,27,qpeexact -3833,SUCCESS,2,0,32.12,1524624.73,1524656.85,27,dj -3837,SUCCESS,2,0,63.81,1524656.85,1524720.66,27,dj -149,SUCCESS,2,1,6012.34,1522489.26,1528501.6,127,qftentangled -150,SUCCESS,2,1,964.77,1528501.6,1529466.37,127,ae -151,SUCCESS,2,1,1126.3,1529466.37,1530592.67,127,ae -152,SUCCESS,2,1,8785.68,1530592.67,1539378.35,127,realamprandom -153,SUCCESS,2,1,1944.72,1539378.35,1541323.07,127,qft -154,SUCCESS,2,1,7102.68,1541323.07,1548425.75,127,qftentangled -3845,SUCCESS,2,0,26941.92,1524720.66,1551662.58,27,qwalk-noancilla -3849,SUCCESS,2,0,236.75,1551662.58,1551899.33,27,wstate -3853,SUCCESS,2,0,1712.87,1551899.33,1553612.2,27,random -155,SUCCESS,2,1,5488,1548425.75,1553913.75,127,twolocalrandom -156,SUCCESS,2,1,105.53,1553913.75,1554019.28,127,wstate -3856,SUCCESS,2,0,621.58,1553612.2,1554233.78,27,su2random -3859,SUCCESS,2,0,85.21,1554233.78,1554318.99,27,vqe -3863,SUCCESS,2,0,105.51,1554318.99,1554424.5,27,wstate -3864,SUCCESS,2,0,42.03,1554424.5,1554466.53,27,graphstate -3877,SUCCESS,2,0,615.91,1554466.53,1555082.44,27,su2random -3889,SUCCESS,2,0,387.02,1555082.44,1555469.46,27,qpeexact -3890,SUCCESS,2,0,467.55,1555469.46,1555937.01,27,qnn -3893,SUCCESS,2,0,198.74,1555937.01,1556135.75,27,qft -3898,SUCCESS,2,0,1065.73,1556135.75,1557201.48,27,qwalk-v-chain -3901,SUCCESS,2,0,333.89,1557201.48,1557535.37,27,twolocalrandom -3909,SUCCESS,2,0,1106.12,1557535.37,1558641.49,27,ae -3916,SUCCESS,2,0,47.31,1558641.49,1558688.8,27,dj -3917,SUCCESS,2,0,36.14,1558688.8,1558724.94,27,ghz -3929,SUCCESS,2,0,381.32,1558724.94,1559106.26,27,ae -3938,SUCCESS,2,0,336.67,1559106.26,1559442.93,27,qft -3939,SUCCESS,2,0,419.95,1559442.93,1559862.88,27,qft -3942,SUCCESS,2,0,361.62,1559862.88,1560224.5,27,random -3943,SUCCESS,2,0,698.33,1560224.5,1560922.83,27,qft -3952,SUCCESS,2,0,19.09,1560922.83,1560941.92,27,ghz -3954,SUCCESS,2,0,27.51,1560941.92,1560969.43,27,wstate -3956,SUCCESS,2,0,452.17,1560969.43,1561421.6,27,realamprandom -3959,SUCCESS,2,0,196.25,1561421.6,1561617.85,27,realamprandom -3969,SUCCESS,2,0,507.22,1561617.85,1562125.07,27,qft -3970,SUCCESS,2,0,864.23,1562125.07,1562989.3,27,qpeexact -3981,SUCCESS,2,0,26.68,1562989.3,1563015.98,27,graphstate -3982,SUCCESS,2,0,194.78,1563015.98,1563210.76,27,qnn -3986,SUCCESS,2,0,101.22,1563210.76,1563311.98,27,wstate -3989,SUCCESS,2,0,111.83,1563311.98,1563423.81,27,su2random -3990,SUCCESS,2,0,621.81,1563423.81,1564045.62,27,twolocalrandom -3996,SUCCESS,2,0,19.56,1564045.62,1564065.18,27,qaoa -4001,SUCCESS,2,0,428.38,1564065.18,1564493.56,27,qft -4003,SUCCESS,2,0,302.7,1564493.56,1564796.26,27,qnn -4007,SUCCESS,2,0,746.88,1564796.26,1565543.14,27,qftentangled -4011,SUCCESS,2,0,437.62,1565543.14,1565980.76,27,qftentangled -4015,SUCCESS,2,0,960.92,1565980.76,1566941.68,27,qpeinexact -4017,SUCCESS,2,0,11.03,1566941.68,1566952.71,27,ghz -4021,SUCCESS,2,0,46.48,1566952.71,1566999.19,27,ghz -4029,SUCCESS,2,0,364.76,1566999.19,1567363.95,27,ae -4030,SUCCESS,2,0,44.24,1567363.95,1567408.19,27,wstate -4037,SUCCESS,2,0,1468.33,1567408.19,1568876.52,27,pricingput -4041,SUCCESS,2,0,600.67,1568876.52,1569477.19,27,su2random -4050,SUCCESS,2,0,1237.66,1569477.19,1570714.85,27,random -4057,SUCCESS,2,0,12.92,1570714.85,1570727.77,27,graphstate -4061,SUCCESS,2,0,1063.53,1570727.77,1571791.3,27,qnn -4063,SUCCESS,2,0,296.11,1571791.3,1572087.41,27,qft -4064,SUCCESS,2,0,38.71,1572087.41,1572126.12,27,dj -4066,SUCCESS,2,0,458.23,1572126.12,1572584.35,27,qft -4067,SUCCESS,2,0,43.38,1572584.35,1572627.73,27,graphstate -4092,SUCCESS,2,0,10,1572627.73,1572637.73,27,ghz -4119,SUCCESS,2,0,11.35,1572637.73,1572649.08,27,ghz -4120,SUCCESS,2,0,431.76,1572649.08,1573080.84,27,su2random -157,SUCCESS,2,1,21331.63,1554019.28,1575350.91,127,qftentangled -162,SUCCESS,2,1,4517.96,1575350.91,1579868.87,127,ae -163,SUCCESS,2,1,251.58,1579868.87,1580120.45,127,graphstate -164,SUCCESS,2,1,1678.31,1580120.45,1581798.76,127,qnn -165,SUCCESS,2,1,201.03,1581798.76,1581999.79,127,dj -167,SUCCESS,2,1,3456.61,1581999.79,1585456.4,127,twolocalrandom -168,SUCCESS,2,1,282.14,1585456.4,1585738.54,127,graphstate -170,SUCCESS,2,1,259.03,1585738.54,1585997.57,127,graphstate -171,SUCCESS,2,1,49.8,1585997.57,1586047.37,127,graphstate -172,SUCCESS,2,1,62.67,1586047.37,1586110.04,127,wstate -173,SUCCESS,2,1,2226.49,1586110.04,1588336.53,127,qftentangled -174,SUCCESS,2,1,1015.63,1588336.53,1589352.16,127,wstate -4130,SUCCESS,2,0,17492.48,1573080.84,1590573.32,27,qwalk-noancilla -4137,SUCCESS,2,0,2527.77,1590573.32,1593101.09,27,random -4142,SUCCESS,2,0,148.58,1593101.09,1593249.67,27,ghz -4148,SUCCESS,2,0,557.47,1593249.67,1593807.14,27,portfolioqaoa -4159,SUCCESS,2,0,224.24,1593807.14,1594031.38,27,wstate -4168,SUCCESS,2,0,963.35,1594031.38,1594994.73,27,portfolioqaoa -4186,SUCCESS,2,0,1723.92,1594994.73,1596718.65,27,random -4188,SUCCESS,2,0,183.17,1596718.65,1596901.82,27,realamprandom -4189,SUCCESS,2,0,89.58,1596901.82,1596991.4,27,ghz -4196,SUCCESS,2,0,81.04,1596991.4,1597072.44,27,qftentangled -4198,SUCCESS,2,0,154.45,1597072.44,1597226.89,27,dj -4204,SUCCESS,2,0,359.64,1597226.89,1597586.53,27,pricingput -4208,SUCCESS,2,0,785.52,1597586.53,1598372.05,27,qnn -4210,SUCCESS,2,0,2012.95,1598372.05,1600385,27,random -4214,SUCCESS,2,0,88.57,1600385,1600473.57,27,wstate -4218,SUCCESS,2,0,131.11,1600473.57,1600604.68,27,ghz -4222,SUCCESS,2,0,161.42,1600604.68,1600766.1,27,twolocalrandom -4225,SUCCESS,2,0,706.81,1600766.1,1601472.91,27,qft -4227,SUCCESS,2,0,391.19,1601472.91,1601864.1,27,qftentangled -4232,SUCCESS,2,0,684.44,1601864.1,1602548.54,27,pricingcall -4234,SUCCESS,2,0,436.47,1602548.54,1602985.01,27,qnn -4236,SUCCESS,2,0,109.72,1602985.01,1603094.73,27,qnn -175,SUCCESS,2,1,13815.59,1589352.16,1603167.75,127,qpeexact -4237,SUCCESS,2,0,104.11,1603094.73,1603198.84,27,wstate -4238,SUCCESS,2,0,188.39,1603198.84,1603387.23,27,wstate -4241,SUCCESS,2,0,2291.98,1603387.23,1605679.21,27,pricingput -4243,SUCCESS,2,0,2106.91,1605679.21,1607786.12,27,qnn -4252,SUCCESS,2,0,1550.28,1607786.12,1609336.4,27,qft -4255,SUCCESS,2,0,167.24,1609336.4,1609503.64,27,qftentangled -4283,SUCCESS,2,0,1147.22,1609503.64,1610650.86,27,qpeexact -4287,SUCCESS,2,0,218.89,1610650.86,1610869.75,27,qft -4290,SUCCESS,2,0,58.86,1610869.75,1610928.61,27,dj -4291,SUCCESS,2,0,435.68,1610928.61,1611364.29,27,qpeinexact -4294,SUCCESS,2,0,2051.52,1611364.29,1613415.81,27,ae -4297,SUCCESS,2,0,2673.43,1613415.81,1616089.24,27,su2random -4311,SUCCESS,2,0,1769.71,1616089.24,1617858.95,27,portfoliovqe -4316,SUCCESS,2,0,20.32,1617858.95,1617879.27,27,graphstate -4326,SUCCESS,2,0,13.26,1617879.27,1617892.53,27,vqe -4330,SUCCESS,2,0,23.73,1617892.53,1617916.26,27,ghz -4331,SUCCESS,2,0,217.7,1617916.26,1618133.96,27,portfolioqaoa -4333,SUCCESS,2,0,675.68,1618133.96,1618809.64,27,qpeinexact -4336,SUCCESS,2,0,49.69,1618809.64,1618859.33,27,graphstate -4342,SUCCESS,2,0,45.65,1618859.33,1618904.98,27,dj -4347,SUCCESS,2,0,1723.24,1618904.98,1620628.22,27,random -4349,SUCCESS,2,0,169.66,1620628.22,1620797.88,27,dj -4352,SUCCESS,2,0,320.57,1620797.88,1621118.45,27,su2random -4357,SUCCESS,2,0,704.76,1621118.45,1621823.21,27,qnn -4359,SUCCESS,2,0,38.4,1621823.21,1621861.61,27,routing -4362,SUCCESS,2,0,212.73,1621861.61,1622074.34,27,qft -4380,SUCCESS,2,0,81.11,1622074.34,1622155.45,27,qftentangled -4382,SUCCESS,2,0,419.75,1622155.45,1622575.2,27,realamprandom -4383,SUCCESS,2,0,364.08,1622575.2,1622939.28,27,twolocalrandom -4392,SUCCESS,2,0,15.94,1622939.28,1622955.22,27,vqe -4398,SUCCESS,2,0,673.79,1622955.22,1623629.01,27,qnn -4400,SUCCESS,2,0,2713.27,1623629.01,1626342.28,27,random -4401,SUCCESS,2,0,8.48,1626342.28,1626350.76,27,graphstate -4405,SUCCESS,2,0,82.95,1626350.76,1626433.71,27,graphstate -4411,SUCCESS,2,0,386.47,1626433.71,1626820.18,27,qft -4418,SUCCESS,2,0,16.24,1626820.18,1626836.42,27,ghz -4422,SUCCESS,2,0,1033.19,1626836.42,1627869.61,27,qpeexact -4424,SUCCESS,2,0,21.07,1627869.61,1627890.68,27,graphstate -4429,SUCCESS,2,0,420.46,1627890.68,1628311.14,27,twolocalrandom -4441,SUCCESS,2,0,1243.99,1628311.14,1629555.13,27,twolocalrandom -4447,SUCCESS,2,0,209.75,1629555.13,1629764.88,27,groundstate -4454,SUCCESS,2,0,561.45,1629764.88,1630326.33,27,qpeinexact -4455,SUCCESS,2,0,26,1630326.33,1630352.33,27,vqe -4460,SUCCESS,2,0,574.04,1630352.33,1630926.37,27,realamprandom -4476,SUCCESS,2,0,20.24,1630926.37,1630946.61,27,vqe -4478,SUCCESS,2,0,405.25,1630946.61,1631351.86,27,qpeinexact -4486,SUCCESS,2,0,473.55,1631351.86,1631825.41,27,qft -4502,SUCCESS,2,0,30.27,1631825.41,1631855.68,27,wstate -4508,SUCCESS,2,0,98.23,1631855.68,1631953.91,27,qnn -4514,SUCCESS,2,0,2481.16,1631953.91,1634435.07,27,pricingcall -4516,SUCCESS,2,0,732.95,1634435.07,1635168.02,27,ae -4520,SUCCESS,2,0,68.97,1635168.02,1635236.99,27,graphstate -4522,SUCCESS,2,0,624.03,1635236.99,1635861.02,27,portfolioqaoa -4523,SUCCESS,2,0,135.38,1635861.02,1635996.4,27,qaoa -4527,SUCCESS,2,0,66.43,1635996.4,1636062.83,27,wstate -4532,SUCCESS,2,0,152.93,1636062.83,1636215.76,27,qpeexact -4533,SUCCESS,2,0,532.74,1636215.76,1636748.5,27,ae -4537,SUCCESS,2,0,357.82,1636748.5,1637106.32,27,qftentangled -4549,SUCCESS,2,0,507.23,1637106.32,1637613.55,27,pricingput -4555,SUCCESS,2,0,401.54,1637613.55,1638015.09,27,pricingcall -4558,SUCCESS,2,0,290.1,1638015.09,1638305.19,27,wstate -4563,SUCCESS,2,0,354.99,1638305.19,1638660.18,27,realamprandom -4564,SUCCESS,2,0,947.46,1638660.18,1639607.64,27,pricingcall -4567,SUCCESS,2,0,845.11,1639607.64,1640452.75,27,su2random -4571,SUCCESS,2,0,258.03,1640452.75,1640710.78,27,realamprandom -4576,SUCCESS,2,0,1101.97,1640710.78,1641812.75,27,realamprandom -4582,SUCCESS,2,0,2356.87,1641812.75,1644169.62,27,pricingput -4584,SUCCESS,2,0,51.98,1644169.62,1644221.6,27,graphstate -4587,SUCCESS,2,0,288.58,1644221.6,1644510.18,27,qpeexact -4590,SUCCESS,2,0,390.83,1644510.18,1644901.01,27,ae -4598,SUCCESS,2,0,341.06,1644901.01,1645242.07,27,qftentangled -4606,SUCCESS,2,0,204.37,1645242.07,1645446.44,27,qpeexact -4613,SUCCESS,2,0,531.13,1645446.44,1645977.57,27,portfolioqaoa -4616,SUCCESS,2,0,583.57,1645977.57,1646561.14,27,qpeinexact -4617,SUCCESS,2,0,360.04,1646561.14,1646921.18,27,qftentangled -4619,SUCCESS,2,0,166.4,1646921.18,1647087.58,27,wstate -4621,SUCCESS,2,0,216.83,1647087.58,1647304.41,27,dj -4625,SUCCESS,2,0,55.9,1647304.41,1647360.31,27,qaoa -4628,SUCCESS,2,0,513.25,1647360.31,1647873.56,27,portfolioqaoa -4631,SUCCESS,2,0,745.76,1647873.56,1648619.32,27,portfolioqaoa -4635,SUCCESS,2,0,200.77,1648619.32,1648820.09,27,qpeinexact -4638,SUCCESS,2,0,595.79,1648820.09,1649415.88,27,random -176,SUCCESS,2,1,47469.97,1603167.75,1650637.72,127,qnn -4641,SUCCESS,2,0,1251.84,1649415.88,1650667.72,27,qwalk-v-chain -4645,SUCCESS,2,0,48.46,1650667.72,1650716.18,27,qaoa -177,SUCCESS,2,1,338.59,1650637.72,1650976.31,127,wstate -4646,SUCCESS,2,0,502.9,1650716.18,1651219.08,27,ae -4650,SUCCESS,2,0,223.32,1651219.08,1651442.4,27,wstate -4651,SUCCESS,2,0,975.28,1651442.4,1652417.68,27,qnn -4652,SUCCESS,2,0,412.16,1652417.68,1652829.84,27,qpeinexact -4661,SUCCESS,2,0,29.21,1652829.84,1652859.05,27,graphstate -4665,SUCCESS,2,0,2149.1,1652859.05,1655008.15,27,grover-noancilla -4666,SUCCESS,2,0,126.44,1655008.15,1655134.59,27,dj -4667,SUCCESS,2,0,692.45,1655134.59,1655827.04,27,qpeinexact -4671,SUCCESS,2,0,580.99,1655827.04,1656408.03,27,realamprandom -4674,SUCCESS,2,0,52.11,1656408.03,1656460.14,27,ghz -178,SUCCESS,2,1,5502.82,1650976.31,1656479.13,127,qpeinexact -4678,SUCCESS,2,0,1572.1,1656460.14,1658032.24,27,pricingcall -4685,SUCCESS,2,0,729.37,1658032.24,1658761.61,27,qnn -4689,SUCCESS,2,0,69.75,1658761.61,1658831.36,27,tsp -4691,SUCCESS,2,0,233.49,1658831.36,1659064.85,27,ae -4704,SUCCESS,2,0,1422.71,1659064.85,1660487.56,27,portfoliovqe -4710,SUCCESS,2,0,25,1660487.56,1660512.56,27,wstate -4715,SUCCESS,2,0,30.07,1660512.56,1660542.63,27,graphstate -179,SUCCESS,2,1,4170.88,1656479.13,1660650.01,127,qft -4717,SUCCESS,2,0,363.64,1660542.63,1660906.27,27,portfoliovqe -4719,SUCCESS,2,0,64.07,1660906.27,1660970.34,27,groundstate -4721,SUCCESS,2,0,330.89,1660970.34,1661301.23,27,su2random -4729,SUCCESS,2,0,239.54,1661301.23,1661540.77,27,qft -4730,SUCCESS,2,0,52.94,1661540.77,1661593.71,27,wstate -4741,SUCCESS,2,0,493.12,1661593.71,1662086.83,27,su2random -4743,SUCCESS,2,0,646.28,1662086.83,1662733.11,27,qpeinexact -4746,SUCCESS,2,0,1011.24,1662733.11,1663744.35,27,qpeinexact -4747,SUCCESS,2,0,113.9,1663744.35,1663858.25,27,qaoa -4755,SUCCESS,2,0,595.73,1663858.25,1664453.98,27,pricingput -4788,SUCCESS,2,0,4544.99,1664453.98,1668998.97,27,qwalk-v-chain -4792,SUCCESS,2,0,33.45,1668998.97,1669032.42,27,groundstate -4804,SUCCESS,2,0,663.7,1669032.42,1669696.12,27,pricingput -4814,SUCCESS,2,0,529.33,1669696.12,1670225.45,27,qpeinexact -4823,SUCCESS,2,0,1053.52,1670225.45,1671278.97,27,pricingcall -4830,SUCCESS,2,0,230.53,1671278.97,1671509.5,27,twolocalrandom -180,SUCCESS,2,1,10892.32,1660650.01,1671542.33,127,su2random -4833,SUCCESS,2,0,958.25,1671509.5,1672467.75,27,qpeexact -4834,SUCCESS,2,0,92.92,1672467.75,1672560.67,27,graphstate -181,SUCCESS,2,1,4368.49,1671542.33,1675910.82,127,qpeinexact -4851,SUCCESS,2,0,3801.53,1672560.67,1676362.2,27,pricingput -4856,SUCCESS,2,0,46.6,1676362.2,1676408.8,27,graphstate -4865,SUCCESS,2,0,648.27,1676408.8,1677057.07,27,realamprandom -4866,SUCCESS,2,0,282.23,1677057.07,1677339.3,27,random -4868,SUCCESS,2,0,853.97,1677339.3,1678193.27,27,qnn -4869,SUCCESS,2,0,27.26,1678193.27,1678220.53,27,dj -4871,SUCCESS,2,0,128.98,1678220.53,1678349.51,27,qpeinexact -4884,SUCCESS,2,0,1373.79,1678349.51,1679723.3,27,qpeinexact -4887,SUCCESS,2,0,24.13,1679723.3,1679747.43,27,graphstate -4888,SUCCESS,2,0,24.34,1679747.43,1679771.77,27,dj -4889,SUCCESS,2,0,879.69,1679771.77,1680651.46,27,twolocalrandom -4891,SUCCESS,2,0,71.22,1680651.46,1680722.68,27,dj -182,SUCCESS,2,1,5317.72,1675910.82,1681228.54,127,twolocalrandom -183,SUCCESS,2,1,103.61,1681228.54,1681332.15,127,graphstate -4894,SUCCESS,2,0,3684.92,1680722.68,1684407.6,27,grover-v-chain -4895,SUCCESS,2,0,694.14,1684407.6,1685101.74,27,qpeinexact -4902,SUCCESS,2,0,839.55,1685101.74,1685941.29,27,qnn -4909,SUCCESS,2,0,97.67,1685941.29,1686038.96,27,ae -4911,SUCCESS,2,0,1319.6,1686038.96,1687358.56,27,realamprandom -4913,SUCCESS,2,0,104.17,1687358.56,1687462.73,27,dj -4914,SUCCESS,2,0,180.26,1687462.73,1687642.99,27,wstate -4917,SUCCESS,2,0,92.9,1687642.99,1687735.89,27,qpeinexact -4918,SUCCESS,2,0,439.76,1687735.89,1688175.65,27,qft -4925,SUCCESS,2,0,8296.08,1688175.65,1696471.73,27,qwalk-v-chain -4930,SUCCESS,2,0,1012.61,1696471.73,1697484.34,27,portfoliovqe -4931,SUCCESS,2,0,336.46,1697484.34,1697820.8,27,qpeinexact -4938,SUCCESS,2,0,102.51,1697820.8,1697923.31,27,qftentangled -4942,SUCCESS,2,0,6330.55,1697923.31,1704253.86,27,pricingput -4943,SUCCESS,2,0,680.37,1704253.86,1704934.23,27,qnn -4944,SUCCESS,2,0,29.92,1704934.23,1704964.15,27,graphstate -4953,SUCCESS,2,0,727.88,1704964.15,1705692.03,27,su2random -4981,SUCCESS,2,0,4265.18,1705692.03,1709957.21,27,random -4991,SUCCESS,2,0,209.5,1709957.21,1710166.71,27,qpeinexact -4992,SUCCESS,2,0,47.26,1710166.71,1710213.97,27,graphstate -4996,SUCCESS,2,0,149.16,1710213.97,1710363.13,27,dj -5007,SUCCESS,2,0,27.83,1710363.13,1710390.96,27,graphstate -5010,SUCCESS,2,0,761.43,1710390.96,1711152.39,27,su2random -5012,SUCCESS,2,0,15.95,1711152.39,1711168.34,27,ghz -5019,SUCCESS,2,0,24.09,1711168.34,1711192.43,27,ghz -5024,SUCCESS,2,0,483.08,1711192.43,1711675.51,27,qft -5026,SUCCESS,2,0,508.77,1711675.51,1712184.28,27,qft -5036,SUCCESS,2,0,372.42,1712184.28,1712556.7,27,twolocalrandom -185,SUCCESS,2,1,31947.5,1681332.15,1713279.65,127,random -5038,SUCCESS,2,0,849.19,1712556.7,1713405.89,27,qftentangled -5051,SUCCESS,2,0,362.06,1713405.89,1713767.95,27,qpeinexact -5053,SUCCESS,2,0,425.64,1713767.95,1714193.59,27,qpeinexact -5056,SUCCESS,2,0,1169.75,1714193.59,1715363.34,27,ae -186,SUCCESS,2,1,2318.81,1713279.65,1715598.46,127,qft -5058,SUCCESS,2,0,1345.87,1715363.34,1716709.21,27,qpeexact -5061,SUCCESS,2,0,71.93,1716709.21,1716781.14,27,graphstate -5068,SUCCESS,2,0,48.73,1716781.14,1716829.87,27,ghz -5072,SUCCESS,2,0,635.13,1716829.87,1717465,27,portfoliovqe -5073,SUCCESS,2,0,757.79,1717465,1718222.79,27,qpeinexact -5074,SUCCESS,2,0,27.72,1718222.79,1718250.51,27,dj -5079,SUCCESS,2,0,404.11,1718250.51,1718654.62,27,portfolioqaoa -187,SUCCESS,2,1,5833,1715598.46,1721431.46,127,qpeexact -5081,SUCCESS,2,0,4227.14,1718654.62,1722881.76,27,qwalk-v-chain -5082,SUCCESS,2,0,952.08,1722881.76,1723833.84,27,qpeinexact -5085,SUCCESS,2,0,743.04,1723833.84,1724576.88,27,random -5093,SUCCESS,2,0,14.05,1724576.88,1724590.93,27,graphstate -5101,SUCCESS,2,0,1602.43,1724590.93,1726193.36,27,portfoliovqe -5105,SUCCESS,2,0,158.13,1726193.36,1726351.49,27,qftentangled -188,SUCCESS,2,1,5819.97,1721431.46,1727251.43,127,wstate -5113,SUCCESS,2,0,1057.27,1726351.49,1727408.76,27,qft -5115,SUCCESS,2,0,8825.25,1727408.76,1736234.01,27,qwalk-noancilla -5116,SUCCESS,2,0,52.96,1736234.01,1736286.97,27,qaoa -5117,SUCCESS,2,0,190.29,1736286.97,1736477.26,27,twolocalrandom -5122,SUCCESS,2,0,144.53,1736477.26,1736621.79,27,wstate -189,SUCCESS,2,1,17755.21,1727251.43,1745006.64,127,twolocalrandom -190,SUCCESS,2,1,533.41,1745006.64,1745540.05,127,qpeinexact -191,SUCCESS,2,1,510.81,1745540.05,1746050.86,127,wstate -192,SUCCESS,2,1,6471.13,1746050.86,1752521.99,127,twolocalrandom -194,SUCCESS,2,1,6668.09,1752521.99,1759190.08,127,realamprandom -5124,SUCCESS,2,0,59943.13,1736621.79,1796564.92,27,shor -5126,SUCCESS,2,0,448.8,1796564.92,1797013.72,27,qpeinexact -5131,SUCCESS,2,0,48.92,1797013.72,1797062.64,27,wstate -5136,SUCCESS,2,0,490.56,1797062.64,1797553.2,27,ae -5146,SUCCESS,2,0,40.55,1797553.2,1797593.75,27,wstate -5147,SUCCESS,2,0,665.54,1797593.75,1798259.29,27,twolocalrandom -5150,SUCCESS,2,0,674.24,1798259.29,1798933.53,27,ae -5151,SUCCESS,2,0,397.35,1798933.53,1799330.88,27,ae -5175,SUCCESS,2,0,2255.13,1799330.88,1801586.01,27,random -5177,SUCCESS,2,0,13373.4,1801586.01,1814959.41,27,grover-noancilla -5178,SUCCESS,2,0,1282.46,1814959.41,1816241.87,27,qpeexact -5185,SUCCESS,2,0,185.97,1816241.87,1816427.84,27,qpeexact -5186,SUCCESS,2,0,181.91,1816427.84,1816609.75,27,ae -5193,SUCCESS,2,0,529.23,1816609.75,1817138.98,27,pricingcall -5207,SUCCESS,2,0,671.93,1817138.98,1817810.91,27,qpeexact -5209,SUCCESS,2,0,49.29,1817810.91,1817860.2,27,dj -195,SUCCESS,2,1,73216.66,1759190.08,1832406.74,127,su2random -196,SUCCESS,2,1,1999.18,1832406.74,1834405.92,127,qftentangled -198,SUCCESS,2,1,10984.64,1834405.92,1845390.56,127,qftentangled -199,SUCCESS,2,1,1439.83,1845390.56,1846830.39,127,wstate -200,SUCCESS,2,1,134.6,1846830.39,1846964.99,127,vqe -201,SUCCESS,2,1,4637.57,1846964.99,1851602.56,127,qpeexact -202,SUCCESS,2,1,183.38,1851602.56,1851785.94,127,ghz -203,SUCCESS,2,1,2231.89,1851785.94,1854017.83,127,qpeinexact -204,SUCCESS,2,1,9049.44,1854017.83,1863067.27,127,qpeexact -205,SUCCESS,2,1,1953.82,1863067.27,1865021.09,127,ghz -5214,SUCCESS,2,0,47441.44,1817860.2,1865301.64,27,shor -5222,SUCCESS,2,0,38.44,1865301.64,1865340.08,27,graphstate -5223,SUCCESS,2,0,824.78,1865340.08,1866164.86,27,ae -5229,SUCCESS,2,0,103.09,1866164.86,1866267.95,27,wstate -5230,SUCCESS,2,0,86.68,1866267.95,1866354.63,27,dj -5237,SUCCESS,2,0,108.77,1866354.63,1866463.4,27,qft -5240,SUCCESS,2,0,1075.89,1866463.4,1867539.29,27,grover-v-chain -5242,SUCCESS,2,0,136.62,1867539.29,1867675.91,27,dj -5245,SUCCESS,2,0,1158.67,1867675.91,1868834.58,27,su2random -5250,SUCCESS,2,0,237.57,1868834.58,1869072.15,27,pricingput -5258,SUCCESS,2,0,665.98,1869072.15,1869738.13,27,portfoliovqe -206,SUCCESS,2,1,4810,1865021.09,1869831.09,127,qpeexact -5260,SUCCESS,2,0,1283.34,1869738.13,1871021.47,27,qpeexact -5261,SUCCESS,2,0,40.15,1871021.47,1871061.62,27,graphstate -5268,SUCCESS,2,0,411.01,1871061.62,1871472.63,27,twolocalrandom -5269,SUCCESS,2,0,98.68,1871472.63,1871571.31,27,dj -209,SUCCESS,2,1,2126.48,1869831.09,1871957.57,127,random -5271,SUCCESS,2,0,9685.54,1871571.31,1881256.85,27,grover-v-chain -5274,SUCCESS,2,0,128.05,1881256.85,1881384.9,27,graphstate -5278,SUCCESS,2,0,1153.03,1881384.9,1882537.93,27,random -5297,SUCCESS,2,0,986.24,1882537.93,1883524.17,27,ae -5298,SUCCESS,2,0,1110.9,1883524.17,1884635.07,27,ae -5302,SUCCESS,2,0,1708.49,1884635.07,1886343.56,27,su2random -5309,SUCCESS,2,0,18.59,1886343.56,1886362.15,27,ghz -5314,SUCCESS,2,0,123.57,1886362.15,1886485.72,27,qft -5315,SUCCESS,2,0,125.14,1886485.72,1886610.86,27,twolocalrandom -5317,SUCCESS,2,0,36.92,1886610.86,1886647.78,27,graphstate -5318,SUCCESS,2,0,62.62,1886647.78,1886710.4,27,vqe -5328,SUCCESS,2,0,114.77,1886710.4,1886825.17,27,dj -5336,SUCCESS,2,0,459.84,1886825.17,1887285.01,27,portfolioqaoa -5343,SUCCESS,2,0,388.6,1887285.01,1887673.61,27,random -5346,SUCCESS,2,0,884.5,1887673.61,1888558.11,27,qpeexact -5358,SUCCESS,2,0,43.87,1888558.11,1888601.98,27,ghz -5361,SUCCESS,2,0,107.61,1888601.98,1888709.59,27,wstate -210,SUCCESS,2,1,18900.77,1871957.57,1890858.34,127,qnn -5364,SUCCESS,2,0,2319.08,1888709.59,1891028.67,27,su2random -5367,SUCCESS,2,0,471.42,1891028.67,1891500.09,27,realamprandom -5369,SUCCESS,2,0,143.41,1891500.09,1891643.5,27,wstate -5382,SUCCESS,2,0,668.77,1891643.5,1892312.27,27,realamprandom -5385,SUCCESS,2,0,306.71,1892312.27,1892618.98,27,qftentangled -5392,SUCCESS,2,0,590.88,1892618.98,1893209.86,27,qpeinexact -5397,SUCCESS,2,0,194.97,1893209.86,1893404.83,27,wstate -211,SUCCESS,2,1,2714.09,1890858.34,1893572.43,127,qft -5399,SUCCESS,2,0,407.38,1893404.83,1893812.21,27,qftentangled -5403,SUCCESS,2,0,40.75,1893812.21,1893852.96,27,qaoa -5412,SUCCESS,2,0,615.56,1893852.96,1894468.52,27,ae -212,SUCCESS,2,1,1130.82,1893572.43,1894703.25,127,qpeinexact -214,SUCCESS,2,1,714.34,1894703.25,1895417.59,127,random -5415,SUCCESS,2,0,1038.48,1894468.52,1895507,27,qft -5419,SUCCESS,2,0,383.51,1895507,1895890.51,27,random -5421,SUCCESS,2,0,1501.34,1895890.51,1897391.85,27,grover-v-chain -5427,SUCCESS,2,0,1319.81,1897391.85,1898711.66,27,su2random -215,SUCCESS,2,1,3426.46,1895417.59,1898844.05,127,ghz -216,SUCCESS,2,1,10315.08,1898844.05,1909159.13,127,qft -5445,SUCCESS,2,0,42307.81,1898711.66,1941019.47,27,grover-v-chain -5446,SUCCESS,2,0,399.5,1941019.47,1941418.97,27,ae -5450,SUCCESS,2,0,1295.86,1941418.97,1942714.83,27,random -5454,SUCCESS,2,0,8.19,1942714.83,1942723.02,27,ghz -5455,SUCCESS,2,0,373.61,1942723.02,1943096.63,27,qpeinexact -5461,SUCCESS,2,0,313.36,1943096.63,1943409.99,27,ae -5465,SUCCESS,2,0,14.33,1943409.99,1943424.32,27,ghz -5477,SUCCESS,2,0,21.92,1943424.32,1943446.24,27,vqe -5489,SUCCESS,2,0,559.6,1943446.24,1944005.84,27,random -5499,SUCCESS,2,0,401.37,1944005.84,1944407.21,27,ae -5501,SUCCESS,2,0,90.37,1944407.21,1944497.58,27,ghz -217,SUCCESS,2,1,43891.29,1909159.13,1953050.42,127,twolocalrandom -218,SUCCESS,2,1,243.42,1953050.42,1953293.84,127,graphstate -219,SUCCESS,2,1,23228.93,1953293.84,1976522.77,127,ae -220,SUCCESS,2,1,2963.64,1976522.77,1979486.41,127,qwalk-v-chain -221,SUCCESS,2,1,8139.08,1979486.41,1987625.49,127,qpeexact -5502,SUCCESS,2,0,47358.44,1944497.58,1991856.02,27,shor -5510,SUCCESS,2,0,64.13,1991856.02,1991920.15,27,vqe -5515,SUCCESS,2,0,2197.02,1991920.15,1994117.17,27,random -5516,SUCCESS,2,0,4167.1,1994117.17,1998284.27,27,random -5518,SUCCESS,2,0,66.88,1998284.27,1998351.15,27,wstate -5520,SUCCESS,2,0,152.26,1998351.15,1998503.41,27,ae -5523,SUCCESS,2,0,3144.2,1998503.41,2001647.61,27,su2random -5525,SUCCESS,2,0,2020.24,2001647.61,2003667.85,27,qpeinexact -5559,SUCCESS,2,0,386.11,2003667.85,2004053.96,27,qftentangled -5577,SUCCESS,2,0,23.14,2004053.96,2004077.1,27,ghz -5586,SUCCESS,2,0,120.92,2004077.1,2004198.02,27,dj -5588,SUCCESS,2,0,884.75,2004198.02,2005082.77,27,twolocalrandom -5591,SUCCESS,2,0,35.07,2005082.77,2005117.84,27,dj -5596,SUCCESS,2,0,44.28,2005117.84,2005162.12,27,graphstate -5602,SUCCESS,2,0,125.13,2005162.12,2005287.25,27,qft -5606,SUCCESS,2,0,972.38,2005287.25,2006259.63,27,random -5609,SUCCESS,2,0,1796.08,2006259.63,2008055.71,27,random -5612,SUCCESS,2,0,29.3,2008055.71,2008085.01,27,ghz -5627,SUCCESS,2,0,1004.63,2008085.01,2009089.64,27,qnn -5634,SUCCESS,2,0,1103.39,2009089.64,2010193.03,27,su2random -5642,SUCCESS,2,0,851.14,2010193.03,2011044.17,27,ae -5643,SUCCESS,2,0,130.57,2011044.17,2011174.74,27,wstate -5649,SUCCESS,2,0,8387.77,2011174.74,2019562.51,27,pricingput -5651,SUCCESS,2,0,2484.42,2019562.51,2022046.93,27,random -5656,SUCCESS,2,0,884.5,2022046.93,2022931.43,27,qpeinexact -5658,SUCCESS,2,0,403.4,2022931.43,2023334.83,27,qft -5660,SUCCESS,2,0,201.05,2023334.83,2023535.88,27,qft -222,SUCCESS,2,1,36048.39,1987625.49,2023673.88,127,qft -5661,SUCCESS,2,0,883.22,2023535.88,2024419.1,27,qpeexact -5664,SUCCESS,2,0,121.26,2024419.1,2024540.36,27,su2random -5668,SUCCESS,2,0,255.89,2024540.36,2024796.25,27,qft -5671,SUCCESS,2,0,304.05,2024796.25,2025100.3,27,qpeinexact -5676,SUCCESS,2,0,146.3,2025100.3,2025246.6,27,vqe -5680,SUCCESS,2,0,666.74,2025246.6,2025913.34,27,portfolioqaoa -5682,SUCCESS,2,0,202.49,2025913.34,2026115.83,27,qftentangled -5686,SUCCESS,2,0,36.87,2026115.83,2026152.7,27,dj -5687,SUCCESS,2,0,1182.08,2026152.7,2027334.78,27,qwalk-v-chain -5689,SUCCESS,2,0,1547.5,2027334.78,2028882.28,27,pricingcall -5691,SUCCESS,2,0,710.38,2028882.28,2029592.66,27,qftentangled -5695,SUCCESS,2,0,3353.32,2029592.66,2032945.98,27,qwalk-v-chain -5700,SUCCESS,2,0,1587.82,2032945.98,2034533.8,27,ae -5703,SUCCESS,2,0,92.98,2034533.8,2034626.78,27,qft -5704,SUCCESS,2,0,553.69,2034626.78,2035180.47,27,twolocalrandom -5705,SUCCESS,2,0,283.65,2035180.47,2035464.12,27,random -5709,SUCCESS,2,0,322.32,2035464.12,2035786.44,27,pricingcall -5711,SUCCESS,2,0,173.53,2035786.44,2035959.97,27,ghz -5714,SUCCESS,2,0,12988.8,2035959.97,2048948.77,27,qwalk-noancilla -5720,SUCCESS,2,0,570.1,2048948.77,2049518.87,27,qpeexact -5724,SUCCESS,2,0,3141.48,2049518.87,2052660.35,27,qwalk-v-chain -5739,SUCCESS,2,0,1225.68,2052660.35,2053886.03,27,twolocalrandom -5740,SUCCESS,2,0,197.61,2053886.03,2054083.64,27,dj -5748,SUCCESS,2,0,1365.53,2054083.64,2055449.17,27,realamprandom -5749,SUCCESS,2,0,521.22,2055449.17,2055970.39,27,qnn -5751,SUCCESS,2,0,105.33,2055970.39,2056075.72,27,wstate -5755,SUCCESS,2,0,1003.21,2056075.72,2057078.93,27,twolocalrandom -5756,SUCCESS,2,0,204.87,2057078.93,2057283.8,27,qpeexact -5759,SUCCESS,2,0,1077.94,2057283.8,2058361.74,27,qft -5760,SUCCESS,2,0,506.38,2058361.74,2058868.12,27,realamprandom -5761,SUCCESS,2,0,851.66,2058868.12,2059719.78,27,qftentangled -5781,SUCCESS,2,0,560.07,2059719.78,2060279.85,27,su2random -5787,SUCCESS,2,0,628.77,2060279.85,2060908.62,27,portfoliovqe -5789,SUCCESS,2,0,787.9,2060908.62,2061696.52,27,su2random -5792,SUCCESS,2,0,401.97,2061696.52,2062098.49,27,qftentangled -5804,SUCCESS,2,0,560.71,2062098.49,2062659.2,27,qft -5812,SUCCESS,2,0,109.97,2062659.2,2062769.17,27,tsp -5815,SUCCESS,2,0,320.47,2062769.17,2063089.64,27,realamprandom -5816,SUCCESS,2,0,82.69,2063089.64,2063172.33,27,pricingcall -5818,SUCCESS,2,0,217.77,2063172.33,2063390.1,27,qftentangled -5826,SUCCESS,2,0,540.27,2063390.1,2063930.37,27,twolocalrandom -5835,SUCCESS,2,0,304.74,2063930.37,2064235.11,27,qftentangled -5852,SUCCESS,2,0,101.85,2064235.11,2064336.96,27,su2random -5853,SUCCESS,2,0,298.76,2064336.96,2064635.72,27,qftentangled -5867,SUCCESS,2,0,564.99,2064635.72,2065200.71,27,ae -5868,SUCCESS,2,0,540.79,2065200.71,2065741.5,27,qftentangled -5872,SUCCESS,2,0,31.88,2065741.5,2065773.38,27,ghz -5880,SUCCESS,2,0,354.84,2065773.38,2066128.22,27,twolocalrandom -5883,SUCCESS,2,0,1904.56,2066128.22,2068032.78,27,twolocalrandom -5886,SUCCESS,2,0,134.67,2068032.78,2068167.45,27,ghz -5906,SUCCESS,2,0,33.9,2068167.45,2068201.35,27,qaoa -5907,SUCCESS,2,0,228.05,2068201.35,2068429.4,27,realamprandom -5915,SUCCESS,2,0,1800.21,2068429.4,2070229.61,27,qwalk-v-chain -5919,SUCCESS,2,0,483.97,2070229.61,2070713.58,27,twolocalrandom -5921,SUCCESS,2,0,81.36,2070713.58,2070794.94,27,qftentangled -5925,SUCCESS,2,0,945.15,2070794.94,2071740.09,27,qftentangled -5928,SUCCESS,2,0,44.53,2071740.09,2071784.62,27,ghz -5931,SUCCESS,2,0,501.31,2071784.62,2072285.93,27,random -5932,SUCCESS,2,0,79.29,2072285.93,2072365.22,27,dj -5935,SUCCESS,2,0,336.91,2072365.22,2072702.13,27,portfolioqaoa -5948,SUCCESS,2,0,36.99,2072702.13,2072739.12,27,vqe -5955,SUCCESS,2,0,63.52,2072739.12,2072802.64,27,graphstate -5960,SUCCESS,2,0,62.61,2072802.64,2072865.25,27,ghz -5967,SUCCESS,2,0,458.9,2072865.25,2073324.15,27,qftentangled -5968,SUCCESS,2,0,697.91,2073324.15,2074022.06,27,portfoliovqe -5971,SUCCESS,2,0,296.35,2074022.06,2074318.41,27,twolocalrandom -5972,SUCCESS,2,0,130.02,2074318.41,2074448.43,27,wstate -5975,SUCCESS,2,0,465.9,2074448.43,2074914.33,27,realamprandom -5995,SUCCESS,2,0,412.47,2074914.33,2075326.8,27,pricingput -5998,SUCCESS,2,0,826.32,2075326.8,2076153.12,27,pricingcall -6005,SUCCESS,2,0,462.68,2076153.12,2076615.8,27,qpeexact -6007,SUCCESS,2,0,24.61,2076615.8,2076640.41,27,tsp -6009,SUCCESS,2,0,599.39,2076640.41,2077239.8,27,qft -6011,SUCCESS,2,0,522.22,2077239.8,2077762.02,27,qwalk-v-chain -223,SUCCESS,2,1,61702.32,2023673.88,2085376.2,127,grover-noancilla -225,SUCCESS,2,1,5993.66,2085376.2,2091369.86,127,qft -226,SUCCESS,2,1,2794.8,2091369.86,2094164.66,127,qnn -227,SUCCESS,2,1,8065.56,2094164.66,2102230.22,127,qftentangled -228,SUCCESS,2,1,5548.6,2102230.22,2107778.82,127,qft -6019,SUCCESS,2,0,49369.99,2077762.02,2127132.01,27,grover-noancilla -6021,SUCCESS,2,0,788.62,2127132.01,2127920.63,27,qpeinexact -6034,SUCCESS,2,0,1542.72,2127920.63,2129463.35,27,su2random -6037,SUCCESS,2,0,61.72,2129463.35,2129525.07,27,graphstate -6038,SUCCESS,2,0,30.29,2129525.07,2129555.36,27,dj -6039,SUCCESS,2,0,142.92,2129555.36,2129698.28,27,pricingput -6045,SUCCESS,2,0,151.37,2129698.28,2129849.65,27,qftentangled -6049,SUCCESS,2,0,303.85,2129849.65,2130153.5,27,su2random -6051,SUCCESS,2,0,45.29,2130153.5,2130198.79,27,ghz -6074,SUCCESS,2,0,1205.64,2130198.79,2131404.43,27,random -6077,SUCCESS,2,0,38.24,2131404.43,2131442.67,27,vqe -6082,SUCCESS,2,0,300.32,2131442.67,2131742.99,27,qnn -6085,SUCCESS,2,0,1574.57,2131742.99,2133317.56,27,realamprandom -6087,SUCCESS,2,0,485.87,2133317.56,2133803.43,27,portfolioqaoa -6088,SUCCESS,2,0,765.87,2133803.43,2134569.3,27,pricingput -230,SUCCESS,2,1,27017.16,2107778.82,2134795.98,127,ae -232,SUCCESS,2,1,89.39,2134795.98,2134885.37,127,ghz -6089,SUCCESS,2,0,403.84,2134569.3,2134973.14,27,qpeinexact -6101,SUCCESS,2,0,41.09,2134973.14,2135014.23,27,vqe -6102,SUCCESS,2,0,1659.2,2135014.23,2136673.43,27,pricingput -6105,SUCCESS,2,0,29.2,2136673.43,2136702.63,27,graphstate -233,SUCCESS,2,1,2234.2,2134885.37,2137119.57,127,realamprandom -6110,SUCCESS,2,0,1095.38,2136702.63,2137798.01,27,random -6113,SUCCESS,2,0,340.75,2137798.01,2138138.76,27,qnn -6119,SUCCESS,2,0,240.45,2138138.76,2138379.21,27,wstate -6120,SUCCESS,2,0,815.1,2138379.21,2139194.31,27,random -6124,SUCCESS,2,0,452.64,2139194.31,2139646.95,27,realamprandom -6125,SUCCESS,2,0,962.1,2139646.95,2140609.05,27,su2random -6127,SUCCESS,2,0,387.82,2140609.05,2140996.87,27,twolocalrandom -6128,SUCCESS,2,0,290.08,2140996.87,2141286.95,27,qpeinexact -234,SUCCESS,2,1,4412.21,2137119.57,2141531.78,127,qnn -6130,SUCCESS,2,0,587.55,2141286.95,2141874.5,27,twolocalrandom -6131,SUCCESS,2,0,634.42,2141874.5,2142508.92,27,qftentangled -6136,SUCCESS,2,0,1852.06,2142508.92,2144360.98,27,pricingcall -6141,SUCCESS,2,0,468.37,2144360.98,2144829.35,27,portfoliovqe -6152,SUCCESS,2,0,1635.84,2144829.35,2146465.19,27,pricingput -6157,SUCCESS,2,0,123.24,2146465.19,2146588.43,27,wstate -6168,SUCCESS,2,0,721.38,2146588.43,2147309.81,27,qpeexact -6169,SUCCESS,2,0,627.89,2147309.81,2147937.7,27,qpeexact -6178,SUCCESS,2,0,53.59,2147937.7,2147991.29,27,qaoa -6187,SUCCESS,2,0,517.53,2147991.29,2148508.82,27,su2random -6190,SUCCESS,2,0,210.47,2148508.82,2148719.29,27,su2random -6192,SUCCESS,2,0,520.95,2148719.29,2149240.24,27,qpeexact -6193,SUCCESS,2,0,1085.03,2149240.24,2150325.27,27,qpeexact -6195,SUCCESS,2,0,640.34,2150325.27,2150965.61,27,portfoliovqe -6200,SUCCESS,2,0,157.05,2150965.61,2151122.66,27,ae -6205,SUCCESS,2,0,32.79,2151122.66,2151155.45,27,ghz -6208,SUCCESS,2,0,114.31,2151155.45,2151269.76,27,vqe -6216,SUCCESS,2,0,1387.19,2151269.76,2152656.95,27,su2random -6229,SUCCESS,2,0,48.26,2152656.95,2152705.21,27,dj -6232,SUCCESS,2,0,1618.44,2152705.21,2154323.65,27,ae -6234,SUCCESS,2,0,798.25,2154323.65,2155121.9,27,qpeexact -6235,SUCCESS,2,0,2311.75,2155121.9,2157433.65,27,realamprandom -6237,SUCCESS,2,0,547.25,2157433.65,2157980.9,27,groundstate -6240,SUCCESS,2,0,756.91,2157980.9,2158737.81,27,su2random -6241,SUCCESS,2,0,3450.06,2158737.81,2162187.87,27,twolocalrandom -6246,SUCCESS,2,0,83.79,2162187.87,2162271.66,27,wstate -235,SUCCESS,2,1,21055.26,2141531.78,2162587.04,127,ae -6248,SUCCESS,2,0,658.01,2162271.66,2162929.67,27,qnn -6250,SUCCESS,2,0,105.59,2162929.67,2163035.26,27,graphstate -6251,SUCCESS,2,0,41.59,2163035.26,2163076.85,27,vqe -6257,SUCCESS,2,0,370.09,2163076.85,2163446.94,27,qpeinexact -6261,SUCCESS,2,0,16080.84,2163446.94,2179527.78,27,grover-noancilla -6262,SUCCESS,2,0,256.88,2179527.78,2179784.66,27,random -6266,SUCCESS,2,0,60.89,2179784.66,2179845.55,27,qaoa -6272,SUCCESS,2,0,1347.14,2179845.55,2181192.69,27,su2random -6273,SUCCESS,2,0,299.43,2181192.69,2181492.12,27,qpeexact -238,SUCCESS,2,1,19118.38,2162587.04,2181705.42,127,qpeexact -239,SUCCESS,2,1,205.15,2181705.42,2181910.57,127,ghz -6275,SUCCESS,2,0,1787.86,2181492.12,2183279.98,27,su2random -6278,SUCCESS,2,0,154.33,2183279.98,2183434.31,27,ae -241,SUCCESS,2,1,1724.42,2181910.57,2183634.99,127,qftentangled -6279,SUCCESS,2,0,1059.02,2183434.31,2184493.33,27,realamprandom -242,SUCCESS,2,1,946.23,2183634.99,2184581.22,127,wstate -6284,SUCCESS,2,0,315.45,2184493.33,2184808.78,27,qnn -6285,SUCCESS,2,0,342.16,2184808.78,2185150.94,27,wstate -6286,SUCCESS,2,0,156.89,2185150.94,2185307.83,27,qftentangled -6290,SUCCESS,2,0,16.97,2185307.83,2185324.8,27,ghz -6295,SUCCESS,2,0,181.27,2185324.8,2185506.07,27,qnn -6298,SUCCESS,2,0,201.55,2185506.07,2185707.62,27,wstate -6305,SUCCESS,2,0,303.45,2185707.62,2186011.07,27,su2random -6307,SUCCESS,2,0,476.25,2186011.07,2186487.32,27,qpeexact -6308,SUCCESS,2,0,1788.99,2186487.32,2188276.31,27,qpeexact -6319,SUCCESS,2,0,1002.17,2188276.31,2189278.48,27,su2random -6322,SUCCESS,2,0,43.36,2189278.48,2189321.84,27,ghz -6325,SUCCESS,2,0,154.68,2189321.84,2189476.52,27,graphstate -6334,SUCCESS,2,0,324.51,2189476.52,2189801.03,27,qpeexact -6341,SUCCESS,2,0,216.49,2189801.03,2190017.52,27,qftentangled -6346,SUCCESS,2,0,689.59,2190017.52,2190707.11,27,portfolioqaoa -6347,SUCCESS,2,0,273.34,2190707.11,2190980.45,27,qft -6351,SUCCESS,2,0,102.68,2190980.45,2191083.13,27,wstate -6357,SUCCESS,2,0,94.11,2191083.13,2191177.24,27,wstate -6359,SUCCESS,2,0,3316.87,2191177.24,2194494.11,27,qnn -6360,SUCCESS,2,0,300.1,2194494.11,2194794.21,27,qnn -6361,SUCCESS,2,0,2254.2,2194794.21,2197048.41,27,pricingcall -6371,SUCCESS,2,0,334.71,2197048.41,2197383.12,27,realamprandom -6372,SUCCESS,2,0,186.66,2197383.12,2197569.78,27,qnn -6375,SUCCESS,2,0,4371.32,2197569.78,2201941.1,27,realamprandom -6379,SUCCESS,2,0,636.67,2201941.1,2202577.77,27,qpeexact -6380,SUCCESS,2,0,1630.34,2202577.77,2204208.11,27,qpeinexact -6386,SUCCESS,2,0,664.62,2204208.11,2204872.73,27,twolocalrandom -6388,SUCCESS,2,0,6495.06,2204872.73,2211367.79,27,grover-noancilla -6394,SUCCESS,2,0,285.16,2211367.79,2211652.95,27,twolocalrandom -6397,SUCCESS,2,0,428.26,2211652.95,2212081.21,27,qftentangled -6403,SUCCESS,2,0,456.93,2212081.21,2212538.14,27,twolocalrandom -6408,SUCCESS,2,0,57.79,2212538.14,2212595.93,27,graphstate -6416,SUCCESS,2,0,40.77,2212595.93,2212636.7,27,qaoa -6417,SUCCESS,2,0,91.58,2212636.7,2212728.28,27,ghz -6418,SUCCESS,2,0,1130.82,2212728.28,2213859.1,27,portfoliovqe -6424,SUCCESS,2,0,77.09,2213859.1,2213936.19,27,ghz -6429,SUCCESS,2,0,377.77,2213936.19,2214313.96,27,qpeexact -6438,SUCCESS,2,0,616.07,2214313.96,2214930.03,27,ae -6451,SUCCESS,2,0,719.03,2214930.03,2215649.06,27,qnn -6452,SUCCESS,2,0,440.16,2215649.06,2216089.22,27,ae -243,SUCCESS,2,1,31583.68,2184581.22,2216164.9,127,realamprandom -6460,SUCCESS,2,0,248.71,2216089.22,2216337.93,27,qpeinexact -6470,SUCCESS,2,0,1416.65,2216337.93,2217754.58,27,twolocalrandom -6478,SUCCESS,2,0,585.78,2217754.58,2218340.36,27,qft -6480,SUCCESS,2,0,26.05,2218340.36,2218366.41,27,ghz -6485,SUCCESS,2,0,439.22,2218366.41,2218805.63,27,ae -244,SUCCESS,2,1,3097.09,2216164.9,2219261.99,127,qpeinexact -245,SUCCESS,2,1,193.02,2219261.99,2219455.01,127,graphstate -6489,SUCCESS,2,0,918.61,2218805.63,2219724.24,27,ae -6491,SUCCESS,2,0,467.6,2219724.24,2220191.84,27,portfolioqaoa -6493,SUCCESS,2,0,157.45,2220191.84,2220349.29,27,twolocalrandom -6497,SUCCESS,2,0,39.73,2220349.29,2220389.02,27,graphstate -6499,SUCCESS,2,0,37.41,2220389.02,2220426.43,27,dj -6500,SUCCESS,2,0,823.44,2220426.43,2221249.87,27,pricingcall -6501,SUCCESS,2,0,117.54,2221249.87,2221367.41,27,twolocalrandom -6509,SUCCESS,2,0,1035.89,2221367.41,2222403.3,27,realamprandom -6511,SUCCESS,2,0,279.22,2222403.3,2222682.52,27,qpeexact -6513,SUCCESS,2,0,289.68,2222682.52,2222972.2,27,qft -246,SUCCESS,2,1,4958.36,2219455.01,2224413.37,127,qftentangled -247,SUCCESS,2,1,1896.75,2224413.37,2226310.12,127,realamprandom -6514,SUCCESS,2,0,3809.01,2222972.2,2226781.21,27,random -6515,SUCCESS,2,0,763.64,2226781.21,2227544.85,27,qnn -6518,SUCCESS,2,0,535.21,2227544.85,2228080.06,27,qftentangled -6526,SUCCESS,2,0,1028.79,2228080.06,2229108.85,27,portfoliovqe -6529,SUCCESS,2,0,647.73,2229108.85,2229756.58,27,qft -6536,SUCCESS,2,0,389.72,2229756.58,2230146.3,27,twolocalrandom -6538,SUCCESS,2,0,816.3,2230146.3,2230962.6,27,realamprandom -6540,SUCCESS,2,0,645.02,2230962.6,2231607.62,27,random -6543,SUCCESS,2,0,124.88,2231607.62,2231732.5,27,dj -6545,SUCCESS,2,0,12.91,2231732.5,2231745.41,27,ghz -6546,SUCCESS,2,0,30.81,2231745.41,2231776.22,27,graphstate -6549,SUCCESS,2,0,562.02,2231776.22,2232338.24,27,qnn -6551,SUCCESS,2,0,979.78,2232338.24,2233318.02,27,twolocalrandom -6552,SUCCESS,2,0,348.63,2233318.02,2233666.65,27,qft -248,SUCCESS,2,1,11856.02,2226310.12,2238166.14,127,qpeexact -249,SUCCESS,2,1,742.04,2238166.14,2238908.18,127,ghz -6554,SUCCESS,2,0,8573.82,2233666.65,2242240.47,27,qwalk-v-chain -6574,SUCCESS,2,0,99.43,2242240.47,2242339.9,27,dj -6581,SUCCESS,2,0,786.69,2242339.9,2243126.59,27,portfoliovqe -6588,SUCCESS,2,0,137.84,2243126.59,2243264.43,27,qftentangled -6591,SUCCESS,2,0,506.36,2243264.43,2243770.79,27,qft -6592,SUCCESS,2,0,319.63,2243770.79,2244090.42,27,qpeinexact -6593,SUCCESS,2,0,679.11,2244090.42,2244769.53,27,su2random -6596,SUCCESS,2,0,267.51,2244769.53,2245037.04,27,su2random -6602,SUCCESS,2,0,391.97,2245037.04,2245429.01,27,realamprandom -6608,SUCCESS,2,0,622.29,2245429.01,2246051.3,27,pricingcall -6609,SUCCESS,2,0,368.24,2246051.3,2246419.54,27,su2random -6611,SUCCESS,2,0,838.14,2246419.54,2247257.68,27,realamprandom -6615,SUCCESS,2,0,1339.26,2247257.68,2248596.94,27,ae -6616,SUCCESS,2,0,1185.26,2248596.94,2249782.2,27,qnn -6621,SUCCESS,2,0,1535.74,2249782.2,2251317.94,27,qwalk-v-chain -6623,SUCCESS,2,0,344.35,2251317.94,2251662.29,27,qftentangled -6627,SUCCESS,2,0,277.95,2251662.29,2251940.24,27,qft -6629,SUCCESS,2,0,87.14,2251940.24,2252027.38,27,graphstate -6632,SUCCESS,2,0,277.2,2252027.38,2252304.58,27,qnn -6653,SUCCESS,2,0,2480.17,2252304.58,2254784.75,27,random -6658,SUCCESS,2,0,847.86,2254784.75,2255632.61,27,qpeexact -6665,SUCCESS,2,0,404.4,2255632.61,2256037.01,27,qpeinexact -6666,SUCCESS,2,0,814.67,2256037.01,2256851.68,27,qnn -6668,SUCCESS,2,0,205.56,2256851.68,2257057.24,27,portfoliovqe -6669,SUCCESS,2,0,24.51,2257057.24,2257081.75,27,ghz -6673,SUCCESS,2,0,3975.16,2257081.75,2261056.91,27,pricingcall -6675,SUCCESS,2,0,66.49,2261056.91,2261123.4,27,wstate -6681,SUCCESS,2,0,147.96,2261123.4,2261271.36,27,ghz -6683,SUCCESS,2,0,424.34,2261271.36,2261695.7,27,random -6699,SUCCESS,2,0,261.6,2261695.7,2261957.3,27,qft -6700,SUCCESS,2,0,2060.18,2261957.3,2264017.48,27,random -6710,SUCCESS,2,0,56.19,2264017.48,2264073.67,27,dj -6712,SUCCESS,2,0,133.09,2264073.67,2264206.76,27,qpeexact -6717,SUCCESS,2,0,23.85,2264206.76,2264230.61,27,routing -6719,SUCCESS,2,0,30.44,2264230.61,2264261.05,27,vqe -6722,SUCCESS,2,0,310.28,2264261.05,2264571.33,27,realamprandom -6723,SUCCESS,2,0,40.23,2264571.33,2264611.56,27,ghz -6727,SUCCESS,2,0,673.86,2264611.56,2265285.42,27,su2random -6732,SUCCESS,2,0,255.88,2265285.42,2265541.3,27,qnn -6744,SUCCESS,2,0,217.05,2265541.3,2265758.35,27,su2random -6750,SUCCESS,2,0,179.5,2265758.35,2265937.85,27,wstate -6758,SUCCESS,2,0,1350.16,2265937.85,2267288.01,27,qftentangled -6759,SUCCESS,2,0,1312.27,2267288.01,2268600.28,27,realamprandom -6773,SUCCESS,2,0,1979.17,2268600.28,2270579.45,27,twolocalrandom -6781,SUCCESS,2,0,119.07,2270579.45,2270698.52,27,qpeexact -6783,SUCCESS,2,0,288,2270698.52,2270986.52,27,realamprandom -6800,SUCCESS,2,0,1377.78,2270986.52,2272364.3,27,random -6805,SUCCESS,2,0,769.24,2272364.3,2273133.54,27,portfolioqaoa -6806,SUCCESS,2,0,251.81,2273133.54,2273385.35,27,qftentangled -6807,SUCCESS,2,0,536.7,2273385.35,2273922.05,27,qnn -6809,SUCCESS,2,0,58.8,2273922.05,2273980.85,27,ghz -250,SUCCESS,2,1,47003.05,2238908.18,2285911.23,127,realamprandom -251,SUCCESS,2,1,1523.8,2285911.23,2287435.03,127,qft -253,SUCCESS,2,1,27850.7,2287435.03,2315285.73,127,realamprandom -254,SUCCESS,2,1,6416.43,2315285.73,2321702.16,127,realamprandom -255,SUCCESS,2,1,968.93,2321702.16,2322671.09,127,qftentangled -256,SUCCESS,2,1,274,2322671.09,2322945.09,127,ghz -257,SUCCESS,2,1,1182.18,2322945.09,2324127.27,127,qnn -258,SUCCESS,2,1,192.48,2324127.27,2324319.75,127,qaoa -259,SUCCESS,2,1,506.24,2324319.75,2324825.99,127,graphstate -261,SUCCESS,2,1,2228.96,2324825.99,2327054.95,127,qft -262,SUCCESS,2,1,14100.1,2327054.95,2341155.05,127,qnn -6820,SUCCESS,2,0,83659.4,2273980.85,2357640.25,27,grover-v-chain -6821,SUCCESS,2,0,41.4,2357640.25,2357681.65,27,graphstate -6824,SUCCESS,2,0,1436.68,2357681.65,2359118.33,27,random -6829,SUCCESS,2,0,185.4,2359118.33,2359303.73,27,qft -6833,SUCCESS,2,0,1389.58,2359303.73,2360693.31,27,realamprandom -6837,SUCCESS,2,0,29.69,2360693.31,2360723,27,graphstate -6839,SUCCESS,2,0,210.25,2360723,2360933.25,27,qft -6858,SUCCESS,2,0,137.87,2360933.25,2361071.12,27,qft -6859,SUCCESS,2,0,99.98,2361071.12,2361171.1,27,ae -6863,SUCCESS,2,0,582.89,2361171.1,2361753.99,27,qnn -6869,SUCCESS,2,0,33.41,2361753.99,2361787.4,27,vqe -6872,SUCCESS,2,0,1073.6,2361787.4,2362861,27,su2random -6877,SUCCESS,2,0,610.93,2362861,2363471.93,27,su2random -6878,SUCCESS,2,0,54.91,2363471.93,2363526.84,27,groundstate -6881,SUCCESS,2,0,528.18,2363526.84,2364055.02,27,qpeexact -6882,SUCCESS,2,0,182.72,2364055.02,2364237.74,27,ae -6884,SUCCESS,2,0,2461.17,2364237.74,2366698.91,27,grover-v-chain -6893,SUCCESS,2,0,754.78,2366698.91,2367453.69,27,qft -6894,SUCCESS,2,0,1739.68,2367453.69,2369193.37,27,qwalk-v-chain -6908,SUCCESS,2,0,748.46,2369193.37,2369941.83,27,qpeinexact -6909,SUCCESS,2,0,379.96,2369941.83,2370321.79,27,qnn -6912,SUCCESS,2,0,250.9,2370321.79,2370572.69,27,qnn -6916,SUCCESS,2,0,733.81,2370572.69,2371306.5,27,qnn -6933,SUCCESS,2,0,574.2,2371306.5,2371880.7,27,qpeexact -6934,SUCCESS,2,0,488.56,2371880.7,2372369.26,27,twolocalrandom -6943,SUCCESS,2,0,824.21,2372369.26,2373193.47,27,ae -6944,SUCCESS,2,0,757.94,2373193.47,2373951.41,27,qpeexact -6946,SUCCESS,2,0,31.94,2373951.41,2373983.35,27,ghz -263,SUCCESS,2,1,35959.85,2341155.05,2377114.9,127,ae -6950,SUCCESS,2,0,7278.15,2373983.35,2381261.5,27,qwalk-v-chain -6953,SUCCESS,2,0,38.1,2381261.5,2381299.6,27,graphstate -6957,SUCCESS,2,0,961.44,2381299.6,2382261.04,27,ae -264,SUCCESS,2,1,5401.19,2377114.9,2382516.09,127,qpeexact -6965,SUCCESS,2,0,1357.38,2382261.04,2383618.42,27,su2random -6974,SUCCESS,2,0,80.65,2383618.42,2383699.07,27,qpeexact -6976,SUCCESS,2,0,215.61,2383699.07,2383914.68,27,realamprandom -6978,SUCCESS,2,0,509.64,2383914.68,2384424.32,27,qftentangled -6983,SUCCESS,2,0,425.37,2384424.32,2384849.69,27,twolocalrandom -6985,SUCCESS,2,0,12.84,2384849.69,2384862.53,27,vqe -6994,SUCCESS,2,0,408.29,2384862.53,2385270.82,27,su2random -7003,SUCCESS,2,0,3385.77,2385270.82,2388656.59,27,qnn -7008,SUCCESS,2,0,61.09,2388656.59,2388717.68,27,graphstate -7011,SUCCESS,2,0,64.76,2388717.68,2388782.44,27,graphstate -7014,SUCCESS,2,0,2196.57,2388782.44,2390979.01,27,realamprandom -7024,SUCCESS,2,0,415.28,2390979.01,2391394.29,27,qftentangled -7025,SUCCESS,2,0,382.2,2391394.29,2391776.49,27,random -7031,SUCCESS,2,0,108.35,2391776.49,2391884.84,27,dj -7039,SUCCESS,2,0,574.4,2391884.84,2392459.24,27,random -7045,SUCCESS,2,0,1001.17,2392459.24,2393460.41,27,ae -7047,SUCCESS,2,0,652.23,2393460.41,2394112.64,27,portfolioqaoa -7048,SUCCESS,2,0,56.58,2394112.64,2394169.22,27,dj -7058,SUCCESS,2,0,120.08,2394169.22,2394289.3,27,ae -7065,SUCCESS,2,0,40.29,2394289.3,2394329.59,27,dj -7066,SUCCESS,2,0,745.2,2394329.59,2395074.79,27,qftentangled -7072,SUCCESS,2,0,487.56,2395074.79,2395562.35,27,qftentangled -7073,SUCCESS,2,0,439.43,2395562.35,2396001.78,27,qft -7075,SUCCESS,2,0,344.52,2396001.78,2396346.3,27,wstate -7077,SUCCESS,2,0,337.78,2396346.3,2396684.08,27,realamprandom -7083,SUCCESS,2,0,10.15,2396684.08,2396694.23,27,graphstate -7086,SUCCESS,2,0,68.98,2396694.23,2396763.21,27,ghz -7089,SUCCESS,2,0,819.44,2396763.21,2397582.65,27,portfoliovqe -7093,SUCCESS,2,0,257.69,2397582.65,2397840.34,27,realamprandom -7097,SUCCESS,2,0,789.89,2397840.34,2398630.23,27,realamprandom -7100,SUCCESS,2,0,753.12,2398630.23,2399383.35,27,realamprandom -7101,SUCCESS,2,0,31.08,2399383.35,2399414.43,27,ghz -7107,SUCCESS,2,0,55.73,2399414.43,2399470.16,27,qaoa -266,SUCCESS,2,1,19694.62,2382516.09,2402210.71,127,qftentangled -267,SUCCESS,2,1,1493.02,2402210.71,2403703.73,127,graphstate -7108,SUCCESS,2,0,4339.47,2399470.16,2403809.63,27,twolocalrandom -7113,SUCCESS,2,0,5038.74,2403809.63,2408848.37,27,pricingcall -7116,SUCCESS,2,0,72.4,2408848.37,2408920.77,27,dj -7129,SUCCESS,2,0,184.29,2408920.77,2409105.06,27,wstate -7130,SUCCESS,2,0,799.47,2409105.06,2409904.53,27,ae -7133,SUCCESS,2,0,35.44,2409904.53,2409939.97,27,ghz -7134,SUCCESS,2,0,322.88,2409939.97,2410262.85,27,pricingput -7138,SUCCESS,2,0,1725.83,2410262.85,2411988.68,27,qpeinexact -7140,SUCCESS,2,0,2037.21,2411988.68,2414025.89,27,pricingput -7142,SUCCESS,2,0,455.14,2414025.89,2414481.03,27,qpeinexact -7144,SUCCESS,2,0,8040.81,2414481.03,2422521.84,27,qwalk-v-chain -7148,SUCCESS,2,0,598.26,2422521.84,2423120.1,27,qftentangled -7161,SUCCESS,2,0,3788.25,2423120.1,2426908.35,27,qwalk-v-chain -268,SUCCESS,2,1,26495.77,2403703.73,2430199.5,127,realamprandom -7164,SUCCESS,2,0,6669.17,2426908.35,2433577.52,27,qwalk-noancilla -7165,SUCCESS,2,0,4593.06,2433577.52,2438170.58,27,pricingput -7170,SUCCESS,2,0,143.81,2438170.58,2438314.39,27,wstate -7171,SUCCESS,2,0,1127.54,2438314.39,2439441.93,27,portfoliovqe -7176,SUCCESS,2,0,63.14,2439441.93,2439505.07,27,wstate -7181,SUCCESS,2,0,234.55,2439505.07,2439739.62,27,qnn -7182,SUCCESS,2,0,525.7,2439739.62,2440265.32,27,portfoliovqe -7183,SUCCESS,2,0,99.73,2440265.32,2440365.05,27,dj -7185,SUCCESS,2,0,864.35,2440365.05,2441229.4,27,qpeinexact -7197,SUCCESS,2,0,1080.48,2441229.4,2442309.88,27,realamprandom -7211,SUCCESS,2,0,2287.89,2442309.88,2444597.77,27,twolocalrandom -7223,SUCCESS,2,0,473.86,2444597.77,2445071.63,27,qftentangled -7235,SUCCESS,2,0,744.98,2445071.63,2445816.61,27,qpeexact -7237,SUCCESS,2,0,123.17,2445816.61,2445939.78,27,dj -7243,SUCCESS,2,0,1083.57,2445939.78,2447023.35,27,su2random -7248,SUCCESS,2,0,2903.77,2447023.35,2449927.12,27,su2random -7250,SUCCESS,2,0,376.46,2449927.12,2450303.58,27,wstate -7255,SUCCESS,2,0,941.97,2450303.58,2451245.55,27,twolocalrandom -7260,SUCCESS,2,0,593.23,2451245.55,2451838.78,27,qft -7272,SUCCESS,2,0,31.27,2451838.78,2451870.05,27,graphstate -7274,SUCCESS,2,0,171.66,2451870.05,2452041.71,27,qpeinexact -7290,SUCCESS,2,0,1059.21,2452041.71,2453100.92,27,qnn -7291,SUCCESS,2,0,75.71,2453100.92,2453176.63,27,dj -269,SUCCESS,2,1,23005.8,2430199.5,2453205.3,127,qft -7293,SUCCESS,2,0,224.95,2453176.63,2453401.58,27,qnn -7297,SUCCESS,2,0,243.26,2453401.58,2453644.84,27,qftentangled -7299,SUCCESS,2,0,2988.18,2453644.84,2456633.02,27,pricingput -7312,SUCCESS,2,0,123.59,2456633.02,2456756.61,27,qftentangled -270,SUCCESS,2,1,6460.38,2453205.3,2459665.68,127,wstate -271,SUCCESS,2,1,2251.62,2459665.68,2461917.3,127,random -273,SUCCESS,2,1,50690.72,2461917.3,2512608.02,127,random -274,SUCCESS,2,1,895.16,2512608.02,2513503.18,127,graphstate -277,SUCCESS,2,1,8981.48,2513503.18,2522484.66,127,qftentangled -279,SUCCESS,2,1,159.59,2522484.66,2522644.25,127,graphstate -280,SUCCESS,2,1,13615.95,2522644.25,2536260.2,127,qpeexact -281,SUCCESS,2,1,7191.83,2536260.2,2543452.03,127,qft -282,SUCCESS,2,1,97670.88,2543452.03,2641122.91,127,random -283,SUCCESS,2,1,25551.03,2641122.91,2666673.94,127,su2random -284,SUCCESS,2,1,32002.08,2666673.94,2698676.02,127,qftentangled -286,SUCCESS,2,1,49813.03,2698676.02,2748489.05,127,random -288,SUCCESS,2,1,15558.62,2748489.05,2764047.67,127,ae -290,SUCCESS,2,1,564.02,2764047.67,2764611.69,127,twolocalrandom -292,SUCCESS,2,1,11258.1,2764611.69,2775869.79,127,su2random -293,SUCCESS,2,1,290.61,2775869.79,2776160.4,127,ghz -294,SUCCESS,2,1,9024.27,2776160.4,2785184.67,127,pricingcall -295,SUCCESS,2,1,2262.68,2785184.67,2787447.35,127,dj -297,SUCCESS,2,1,8435.38,2787447.35,2795882.73,127,qftentangled -298,SUCCESS,2,1,23710.74,2795882.73,2819593.47,127,realamprandom -299,SUCCESS,2,1,404.81,2819593.47,2819998.28,127,graphstate -300,SUCCESS,2,1,190263.52,2819998.28,3010261.8,127,random -301,SUCCESS,2,1,155.12,3010261.8,3010416.92,127,ghz -302,SUCCESS,2,1,2009.98,3010416.92,3012426.9,127,dj -303,SUCCESS,2,1,34675.75,3012426.9,3047102.65,127,qpeexact -304,SUCCESS,2,1,3636.29,3047102.65,3050738.94,127,wstate -305,SUCCESS,2,1,174.33,3050738.94,3050913.27,127,graphstate -306,SUCCESS,2,1,20306.68,3050913.27,3071219.95,127,twolocalrandom -307,SUCCESS,2,1,17428.59,3071219.95,3088648.54,127,qft -308,SUCCESS,2,1,11446.75,3088648.54,3100095.29,127,ae -309,SUCCESS,2,1,35.36,3100095.29,3100130.65,127,vqe -310,SUCCESS,2,1,7394.19,3100130.65,3107524.84,127,qft -311,SUCCESS,2,1,158.25,3107524.84,3107683.09,127,ghz -312,SUCCESS,2,1,5178.79,3107683.09,3112861.88,127,qpeinexact -313,SUCCESS,2,1,30274.89,3112861.88,3143136.77,127,pricingput -314,SUCCESS,2,1,11140.41,3143136.77,3154277.18,127,qnn -315,SUCCESS,2,1,410.36,3154277.18,3154687.54,127,ghz -316,SUCCESS,2,1,1714.39,3154687.54,3156401.93,127,qpeinexact -317,SUCCESS,2,1,228.5,3156401.93,3156630.43,127,graphstate -318,SUCCESS,2,1,61727.55,3156630.43,3218357.98,127,su2random -319,SUCCESS,2,1,1088.41,3218357.98,3219446.39,127,qft -320,SUCCESS,2,1,13491.7,3219446.39,3232938.09,127,qnn -322,SUCCESS,2,1,1259.93,3232938.09,3234198.02,127,dj -323,SUCCESS,2,1,7672,3234198.02,3241870.02,127,su2random -324,SUCCESS,2,1,1935.22,3241870.02,3243805.24,127,random -325,SUCCESS,2,1,11484.06,3243805.24,3255289.3,127,qwalk-v-chain -327,SUCCESS,2,1,1251.33,3255289.3,3256540.63,127,realamprandom -328,SUCCESS,2,1,14312.02,3256540.63,3270852.65,127,realamprandom -330,SUCCESS,2,1,1829.51,3270852.65,3272682.16,127,portfoliovqe -331,SUCCESS,2,1,373.04,3272682.16,3273055.2,127,graphstate -332,SUCCESS,2,1,50680.5,3273055.2,3323735.7,127,random -333,SUCCESS,2,1,224.17,3323735.7,3323959.87,127,ghz -334,SUCCESS,2,1,778.92,3323959.87,3324738.79,127,dj -335,SUCCESS,2,1,1057.52,3324738.79,3325796.31,127,wstate -336,SUCCESS,2,1,15827.69,3325796.31,3341624,127,qft -337,SUCCESS,2,1,14386.8,3341624,3356010.8,127,twolocalrandom -341,SUCCESS,2,1,316.54,3356010.8,3356327.34,127,wstate -343,SUCCESS,2,1,9871.52,3356327.34,3366198.86,127,ae -345,SUCCESS,2,1,5998.24,3366198.86,3372197.1,127,qft -346,SUCCESS,2,1,12911.99,3372197.1,3385109.09,127,pricingcall -347,SUCCESS,2,1,506.62,3385109.09,3385615.71,127,wstate -348,SUCCESS,2,1,2913.74,3385615.71,3388529.45,127,qpeinexact -349,SUCCESS,2,1,126456.72,3388529.45,3514986.17,127,random -350,SUCCESS,2,1,444.47,3514986.17,3515430.64,127,wstate -351,SUCCESS,2,1,23163.44,3515430.64,3538594.08,127,qft -352,SUCCESS,2,1,14371.55,3538594.08,3552965.63,127,qpeexact -353,SUCCESS,2,1,663.18,3552965.63,3553628.81,127,realamprandom -354,SUCCESS,2,1,534.11,3553628.81,3554162.92,127,ghz -355,SUCCESS,2,1,2271.48,3554162.92,3556434.4,127,ghz -356,SUCCESS,2,1,201.92,3556434.4,3556636.32,127,graphstate -357,SUCCESS,2,1,20126.02,3556636.32,3576762.34,127,ae -358,SUCCESS,2,1,7378.76,3576762.34,3584141.1,127,wstate -360,SUCCESS,2,1,71516.81,3584141.1,3655657.91,127,grover-noancilla -362,SUCCESS,2,1,279.09,3655657.91,3655937,127,wstate -363,SUCCESS,2,1,743.06,3655937,3656680.06,127,dj -364,SUCCESS,2,1,1914.83,3656680.06,3658594.89,127,qft -365,SUCCESS,2,1,1721.19,3658594.89,3660316.08,127,twolocalrandom -366,SUCCESS,2,1,24760.26,3660316.08,3685076.34,127,twolocalrandom -368,SUCCESS,2,1,47146.37,3685076.34,3732222.71,127,realamprandom -370,SUCCESS,2,1,24468.16,3732222.71,3756690.87,127,twolocalrandom -371,SUCCESS,2,1,15266.16,3756690.87,3771957.03,127,su2random -372,SUCCESS,2,1,3872.18,3771957.03,3775829.21,127,qft -373,SUCCESS,2,1,1399.2,3775829.21,3777228.41,127,dj -375,SUCCESS,2,1,855.06,3777228.41,3778083.47,127,dj -376,SUCCESS,2,1,9058.48,3778083.47,3787141.95,127,qftentangled -377,SUCCESS,2,1,1217.81,3787141.95,3788359.76,127,dj -379,SUCCESS,2,1,14885.93,3788359.76,3803245.69,127,qftentangled -380,SUCCESS,2,1,505.43,3803245.69,3803751.12,127,twolocalrandom -381,SUCCESS,2,1,11466.53,3803751.12,3815217.65,127,ae -382,SUCCESS,2,1,26487.53,3815217.65,3841705.18,127,random -385,SUCCESS,2,1,1098.75,3841705.18,3842803.93,127,qftentangled -386,SUCCESS,2,1,15716.81,3842803.93,3858520.74,127,qnn -387,SUCCESS,2,1,28250.61,3858520.74,3886771.35,127,qnn -388,SUCCESS,2,1,725.41,3886771.35,3887496.76,127,dj -389,SUCCESS,2,1,24816.72,3887496.76,3912313.48,127,qftentangled -390,SUCCESS,2,1,3563.38,3912313.48,3915876.86,127,twolocalrandom -392,SUCCESS,2,1,2119.98,3915876.86,3917996.84,127,ae -393,SUCCESS,2,1,20243.63,3917996.84,3938240.47,127,random -394,SUCCESS,2,1,2594.15,3938240.47,3940834.62,127,wstate -395,SUCCESS,2,1,27259.75,3940834.62,3968094.37,127,qpeinexact -396,SUCCESS,2,1,235.24,3968094.37,3968329.61,127,tsp -397,SUCCESS,2,1,96.44,3968329.61,3968426.05,127,wstate -398,SUCCESS,2,1,21392.75,3968426.05,3989818.8,127,ae -399,SUCCESS,2,1,299.64,3989818.8,3990118.44,127,graphstate -400,SUCCESS,2,1,16149.59,3990118.44,4006268.03,127,qpeexact -401,SUCCESS,2,1,7899.69,4006268.03,4014167.72,127,qnn -402,SUCCESS,2,1,524.93,4014167.72,4014692.65,127,ae -403,SUCCESS,2,1,283.93,4014692.65,4014976.58,127,ghz -404,SUCCESS,2,1,757.77,4014976.58,4015734.35,127,wstate -405,SUCCESS,2,1,1703.38,4015734.35,4017437.73,127,ghz -408,SUCCESS,2,1,17042.97,4017437.73,4034480.7,127,qpeinexact -409,SUCCESS,2,1,3761.39,4034480.7,4038242.09,127,wstate -410,SUCCESS,2,1,2803.39,4038242.09,4041045.48,127,wstate -411,SUCCESS,2,1,429.04,4041045.48,4041474.52,127,wstate -412,SUCCESS,2,1,12048.73,4041474.52,4053523.25,127,realamprandom -413,SUCCESS,2,1,1134.1,4053523.25,4054657.35,127,portfolioqaoa -414,SUCCESS,2,1,1423.4,4054657.35,4056080.75,127,dj -415,SUCCESS,2,1,3068.83,4056080.75,4059149.58,127,su2random -417,SUCCESS,2,1,8222.76,4059149.58,4067372.34,127,twolocalrandom -418,SUCCESS,2,1,1316.57,4067372.34,4068688.91,127,wstate -419,SUCCESS,2,1,7438.61,4068688.91,4076127.52,127,qpeinexact -420,SUCCESS,2,1,36786.87,4076127.52,4112914.39,127,twolocalrandom -421,SUCCESS,2,1,11975.27,4112914.39,4124889.66,127,ae -422,SUCCESS,2,1,3816.38,4124889.66,4128706.04,127,ae -423,SUCCESS,2,1,188.74,4128706.04,4128894.78,127,dj -424,SUCCESS,2,1,268.15,4128894.78,4129162.93,127,graphstate -425,SUCCESS,2,1,583.16,4129162.93,4129746.09,127,qnn -426,SUCCESS,2,1,11388.52,4129746.09,4141134.61,127,qpeexact -428,SUCCESS,2,1,14561.18,4141134.61,4155695.79,127,qnn -429,SUCCESS,2,1,13675.98,4155695.79,4169371.77,127,ae -430,SUCCESS,2,1,1233.97,4169371.77,4170605.74,127,dj -431,SUCCESS,2,1,120.07,4170605.74,4170725.81,127,ghz -432,SUCCESS,2,1,53151.03,4170725.81,4223876.84,127,random -433,SUCCESS,2,1,2549.15,4223876.84,4226425.99,127,realamprandom -435,SUCCESS,2,1,113430.95,4226425.99,4339856.94,127,random -436,SUCCESS,2,1,790.81,4339856.94,4340647.75,127,ghz -437,SUCCESS,2,1,8124.68,4340647.75,4348772.43,127,qwalk-v-chain -438,SUCCESS,2,1,4395.21,4348772.43,4353167.64,127,random -439,SUCCESS,2,1,199.86,4353167.64,4353367.5,127,graphstate -440,SUCCESS,2,1,6716.3,4353367.5,4360083.8,127,qftentangled -441,SUCCESS,2,1,307.78,4360083.8,4360391.58,127,qftentangled -442,SUCCESS,2,1,23944.45,4360391.58,4384336.03,127,qpeinexact -443,SUCCESS,2,1,33471.05,4384336.03,4417807.08,127,qftentangled -444,SUCCESS,2,1,60.19,4417807.08,4417867.27,127,ghz -445,SUCCESS,2,1,149.75,4417867.27,4418017.02,127,ghz -446,SUCCESS,2,1,1351.24,4418017.02,4419368.26,127,graphstate -448,SUCCESS,2,1,19588.51,4419368.26,4438956.77,127,qpeinexact -449,SUCCESS,2,1,19611.09,4438956.77,4458567.86,127,ae -450,SUCCESS,2,1,51.09,4458567.86,4458618.95,127,ghz -452,SUCCESS,2,1,2524.12,4458618.95,4461143.07,127,dj -453,SUCCESS,2,1,29804.33,4461143.07,4490947.4,127,qnn -454,SUCCESS,2,1,8529.53,4490947.4,4499476.93,127,random -456,SUCCESS,2,1,1255.93,4499476.93,4500732.86,127,su2random -457,SUCCESS,2,1,13038.63,4500732.86,4513771.49,127,twolocalrandom -458,SUCCESS,2,1,14951.99,4513771.49,4528723.48,127,twolocalrandom -459,SUCCESS,2,1,3519.93,4528723.48,4532243.41,127,su2random -460,SUCCESS,2,1,36496.97,4532243.41,4568740.38,127,qpeinexact -461,SUCCESS,2,1,162.85,4568740.38,4568903.23,127,wstate -463,SUCCESS,2,1,21680.1,4568903.23,4590583.33,127,realamprandom -464,SUCCESS,2,1,12546.07,4590583.33,4603129.4,127,grover-v-chain -465,SUCCESS,2,1,1695.45,4603129.4,4604824.85,127,qft -468,SUCCESS,2,1,3990.92,4604824.85,4608815.77,127,qnn -469,SUCCESS,2,1,3229.5,4608815.77,4612045.27,127,twolocalrandom -470,SUCCESS,2,1,19723.15,4612045.27,4631768.42,127,twolocalrandom -471,SUCCESS,2,1,11633.78,4631768.42,4643402.2,127,su2random -474,SUCCESS,2,1,707.5,4643402.2,4644109.7,127,qpeinexact -476,SUCCESS,2,1,4514.41,4644109.7,4648624.11,127,realamprandom -477,SUCCESS,2,1,27389.34,4648624.11,4676013.45,127,su2random -478,SUCCESS,2,1,1876.99,4676013.45,4677890.44,127,realamprandom -479,SUCCESS,2,1,141.63,4677890.44,4678032.07,127,wstate -481,SUCCESS,2,1,89.22,4678032.07,4678121.29,127,ghz -482,SUCCESS,2,1,293.13,4678121.29,4678414.42,127,graphstate -483,SUCCESS,2,1,116659.6,4678414.42,4795074.02,127,shor -485,SUCCESS,2,1,153.5,4795074.02,4795227.52,127,graphstate -487,SUCCESS,2,1,1032.77,4795227.52,4796260.29,127,ghz -489,SUCCESS,2,1,496.35,4796260.29,4796756.64,127,portfoliovqe -490,SUCCESS,2,1,1434.38,4796756.64,4798191.02,127,dj -491,SUCCESS,2,1,4090.03,4798191.02,4802281.05,127,ae -492,SUCCESS,2,1,3899.05,4802281.05,4806180.1,127,twolocalrandom -493,SUCCESS,2,1,4010.24,4806180.1,4810190.34,127,ae -494,SUCCESS,2,1,22105.22,4810190.34,4832295.56,127,pricingcall -495,SUCCESS,2,1,14562.74,4832295.56,4846858.3,127,qftentangled -496,SUCCESS,2,1,2799.33,4846858.3,4849657.63,127,qftentangled -497,SUCCESS,2,1,11979.88,4849657.63,4861637.51,127,qft -498,SUCCESS,2,1,2896.32,4861637.51,4864533.83,127,random -500,SUCCESS,2,1,5263.3,4864533.83,4869797.13,127,qnn -501,SUCCESS,2,1,10145.47,4869797.13,4879942.6,127,random -502,SUCCESS,2,1,16067.48,4879942.6,4896010.08,127,qpeinexact -505,SUCCESS,2,1,896.47,4896010.08,4896906.55,127,random -506,SUCCESS,2,1,2411.87,4896906.55,4899318.42,127,qftentangled -507,SUCCESS,2,1,6536.92,4899318.42,4905855.34,127,su2random -509,SUCCESS,2,1,35049.71,4905855.34,4940905.05,127,random -510,SUCCESS,2,1,58421.2,4940905.05,4999326.25,127,realamprandom -511,SUCCESS,2,1,15268.16,4999326.25,5014594.41,127,qpeexact -512,SUCCESS,2,1,595.85,5014594.41,5015190.26,127,dj -513,SUCCESS,2,1,2917.14,5015190.26,5018107.4,127,dj -514,SUCCESS,2,1,10653.97,5018107.4,5028761.37,127,ae -515,SUCCESS,2,1,188.77,5028761.37,5028950.14,127,graphstate -517,SUCCESS,2,1,109.33,5028950.14,5029059.47,127,ghz -518,SUCCESS,2,1,2671.39,5029059.47,5031730.86,127,qpeexact -519,SUCCESS,2,1,15382.86,5031730.86,5047113.72,127,qpeexact -520,SUCCESS,2,1,36012.09,5047113.72,5083125.81,127,qpeinexact -522,SUCCESS,2,1,2013.41,5083125.81,5085139.22,127,realamprandom -523,SUCCESS,2,1,2171.8,5085139.22,5087311.02,127,qpeexact -524,SUCCESS,2,1,5390.69,5087311.02,5092701.71,127,ae -525,SUCCESS,2,1,2755.85,5092701.71,5095457.56,127,random -526,SUCCESS,2,1,141.72,5095457.56,5095599.28,127,ghz -527,SUCCESS,2,1,10631.53,5095599.28,5106230.81,127,qftentangled -528,SUCCESS,2,1,1253.56,5106230.81,5107484.37,127,qftentangled -529,SUCCESS,2,1,24328.97,5107484.37,5131813.34,127,realamprandom -530,SUCCESS,2,1,15085.49,5131813.34,5146898.83,127,qpeinexact -531,SUCCESS,2,1,2107.64,5146898.83,5149006.47,127,portfolioqaoa -532,SUCCESS,2,1,3392.43,5149006.47,5152398.9,127,qft -534,SUCCESS,2,1,9483.36,5152398.9,5161882.26,127,qft -535,SUCCESS,2,1,61.68,5161882.26,5161943.94,127,ghz -536,SUCCESS,2,1,6244.46,5161943.94,5168188.4,127,realamprandom -537,SUCCESS,2,1,811.68,5168188.4,5169000.08,127,twolocalrandom -541,SUCCESS,2,1,157.08,5169000.08,5169157.16,127,wstate -542,SUCCESS,2,1,43587.93,5169157.16,5212745.09,127,qnn -544,SUCCESS,2,1,457.65,5212745.09,5213202.74,127,graphstate -545,SUCCESS,2,1,14800.18,5213202.74,5228002.92,127,su2random -546,SUCCESS,2,1,4121.82,5228002.92,5232124.74,127,random -547,SUCCESS,2,1,6505.76,5232124.74,5238630.5,127,qft -548,SUCCESS,2,1,39152.45,5238630.5,5277782.95,127,qpeexact -549,SUCCESS,2,1,9651.25,5277782.95,5287434.2,127,qftentangled -550,SUCCESS,2,1,30700.13,5287434.2,5318134.33,127,qftentangled -551,SUCCESS,2,1,3000.14,5318134.33,5321134.47,127,ae -552,SUCCESS,2,1,20162.2,5321134.47,5341296.67,127,ae -553,SUCCESS,2,1,21695.97,5341296.67,5362992.64,127,qpeinexact -554,SUCCESS,2,1,394.68,5362992.64,5363387.32,127,graphstate -556,SUCCESS,2,1,12802.47,5363387.32,5376189.79,127,qpeinexact -557,SUCCESS,2,1,2935.63,5376189.79,5379125.42,127,realamprandom -558,SUCCESS,2,1,25430.02,5379125.42,5404555.44,127,qpeinexact -560,SUCCESS,2,1,3269.12,5404555.44,5407824.56,127,qftentangled -561,SUCCESS,2,1,5657.49,5407824.56,5413482.05,127,twolocalrandom -563,SUCCESS,2,1,116.4,5413482.05,5413598.45,127,graphstate -565,SUCCESS,2,1,18039.09,5413598.45,5431637.54,127,qpeexact -566,SUCCESS,2,1,2261.96,5431637.54,5433899.5,127,su2random -569,SUCCESS,2,1,2351.36,5433899.5,5436250.86,127,su2random -570,SUCCESS,2,1,447.31,5436250.86,5436698.17,127,dj -571,SUCCESS,2,1,7355.07,5436698.17,5444053.24,127,realamprandom -572,SUCCESS,2,1,14767.16,5444053.24,5458820.4,127,qnn -573,SUCCESS,2,1,1293.36,5458820.4,5460113.76,127,dj -574,SUCCESS,2,1,55068.45,5460113.76,5515182.21,127,random -575,SUCCESS,2,1,34482.17,5515182.21,5549664.38,127,twolocalrandom -576,SUCCESS,2,1,11204.9,5549664.38,5560869.28,127,qpeinexact -577,SUCCESS,2,1,183.13,5560869.28,5561052.41,127,ghz -579,SUCCESS,2,1,2921.11,5561052.41,5563973.52,127,dj -580,SUCCESS,2,1,42158.86,5563973.52,5606132.38,127,su2random -581,SUCCESS,2,1,20781.32,5606132.38,5626913.7,127,realamprandom -582,SUCCESS,2,1,1139.19,5626913.7,5628052.89,127,dj -583,SUCCESS,2,1,6629.65,5628052.89,5634682.54,127,qnn -584,SUCCESS,2,1,20416,5634682.54,5655098.54,127,qnn -586,SUCCESS,2,1,2518.86,5655098.54,5657617.4,127,qft -587,SUCCESS,2,1,764.44,5657617.4,5658381.84,127,ghz -588,SUCCESS,2,1,7257.19,5658381.84,5665639.03,127,qft -590,SUCCESS,2,1,25442.75,5665639.03,5691081.78,127,twolocalrandom -591,SUCCESS,2,1,1519.36,5691081.78,5692601.14,127,dj -592,SUCCESS,2,1,501.12,5692601.14,5693102.26,127,graphstate -593,SUCCESS,2,1,1588.3,5693102.26,5694690.56,127,qft -594,SUCCESS,2,1,248.32,5694690.56,5694938.88,127,graphstate -597,SUCCESS,2,1,30193.26,5694938.88,5725132.14,127,realamprandom -598,SUCCESS,2,1,386.93,5725132.14,5725519.07,127,graphstate -599,SUCCESS,2,1,71957.24,5725519.07,5797476.31,127,random -600,SUCCESS,2,1,17974.71,5797476.31,5815451.02,127,realamprandom -601,SUCCESS,2,1,36302.81,5815451.02,5851753.83,127,su2random -602,SUCCESS,2,1,53.55,5851753.83,5851807.38,127,ghz -604,SUCCESS,2,1,1047.31,5851807.38,5852854.69,127,dj -605,SUCCESS,2,1,23928.74,5852854.69,5876783.43,127,qft -606,SUCCESS,2,1,6570.51,5876783.43,5883353.94,127,su2random -607,SUCCESS,2,1,768.6,5883353.94,5884122.54,127,portfoliovqe -608,SUCCESS,2,1,3471.16,5884122.54,5887593.7,127,random -609,SUCCESS,2,1,1811.59,5887593.7,5889405.29,127,qpeexact -610,SUCCESS,2,1,387.78,5889405.29,5889793.07,127,ghz -611,SUCCESS,2,1,1867.31,5889793.07,5891660.38,127,wstate -613,SUCCESS,2,1,679.34,5891660.38,5892339.72,127,dj -615,SUCCESS,2,1,173.29,5892339.72,5892513.01,127,qaoa -617,SUCCESS,2,1,10544.25,5892513.01,5903057.26,127,ae -618,SUCCESS,2,1,3843.26,5903057.26,5906900.52,127,qpeinexact -619,SUCCESS,2,1,5075.53,5906900.52,5911976.05,127,qft -620,SUCCESS,2,1,4335.62,5911976.05,5916311.67,127,qnn -621,SUCCESS,2,1,102229.44,5916311.67,6018541.11,127,random -622,SUCCESS,2,1,643.32,6018541.11,6019184.43,127,wstate -623,SUCCESS,2,1,1634.58,6019184.43,6020819.01,127,graphstate -624,SUCCESS,2,1,2136.23,6020819.01,6022955.24,127,pricingput -625,SUCCESS,2,1,172.58,6022955.24,6023127.82,127,wstate -626,SUCCESS,2,1,17444.12,6023127.82,6040571.94,127,random -627,SUCCESS,2,1,2152.81,6040571.94,6042724.75,127,qpeexact -629,SUCCESS,2,1,1920.29,6042724.75,6044645.04,127,qftentangled -630,SUCCESS,2,1,1183.84,6044645.04,6045828.88,127,dj -631,SUCCESS,2,1,81.45,6045828.88,6045910.33,127,ghz -634,SUCCESS,2,1,13823.93,6045910.33,6059734.26,127,ae -635,SUCCESS,2,1,670.53,6059734.26,6060404.79,127,wstate -636,SUCCESS,2,1,8874.93,6060404.79,6069279.72,127,qpeinexact -638,SUCCESS,2,1,312.65,6069279.72,6069592.37,127,ghz -639,SUCCESS,2,1,65.55,6069592.37,6069657.92,127,graphstate -640,SUCCESS,2,1,113.88,6069657.92,6069771.8,127,graphstate -641,SUCCESS,2,1,1180.91,6069771.8,6070952.71,127,wstate -643,SUCCESS,2,1,5078.77,6070952.71,6076031.48,127,realamprandom -644,SUCCESS,2,1,1586.73,6076031.48,6077618.21,127,portfolioqaoa -645,SUCCESS,2,1,31219.54,6077618.21,6108837.75,127,su2random -646,SUCCESS,2,1,3943.02,6108837.75,6112780.77,127,qpeinexact -647,SUCCESS,2,1,1172.86,6112780.77,6113953.63,127,qft -648,SUCCESS,2,1,4705.65,6113953.63,6118659.28,127,qpeinexact -649,SUCCESS,2,1,13790.96,6118659.28,6132450.24,127,su2random -650,SUCCESS,2,1,6503.77,6132450.24,6138954.01,127,qft -651,SUCCESS,2,1,24606.48,6138954.01,6163560.49,127,qpeinexact -652,SUCCESS,2,1,1218.32,6163560.49,6164778.81,127,qpeinexact -655,SUCCESS,2,1,9161.51,6164778.81,6173940.32,127,qpeexact -656,SUCCESS,2,1,212.95,6173940.32,6174153.27,127,graphstate -657,SUCCESS,2,1,308.28,6174153.27,6174461.55,127,wstate -658,SUCCESS,2,1,5049.42,6174461.55,6179510.97,127,pricingput -659,SUCCESS,2,1,6642.38,6179510.97,6186153.35,127,wstate -660,SUCCESS,2,1,7334.74,6186153.35,6193488.09,127,qnn -661,SUCCESS,2,1,12929.99,6193488.09,6206418.08,127,qnn -662,SUCCESS,2,1,165.12,6206418.08,6206583.2,127,ghz -664,SUCCESS,2,1,355.67,6206583.2,6206938.87,127,graphstate -666,SUCCESS,2,1,16228.66,6206938.87,6223167.53,127,qpeinexact -667,SUCCESS,2,1,68.28,6223167.53,6223235.81,127,ghz -668,SUCCESS,2,1,1939.88,6223235.81,6225175.69,127,qft -669,SUCCESS,2,1,604.48,6225175.69,6225780.17,127,wstate -670,SUCCESS,2,1,498.07,6225780.17,6226278.24,127,wstate -671,SUCCESS,2,1,1995.02,6226278.24,6228273.26,127,portfolioqaoa -674,SUCCESS,2,1,16701.35,6228273.26,6244974.61,127,qftentangled -677,SUCCESS,2,1,3219.23,6244974.61,6248193.84,127,ae -678,SUCCESS,2,1,331.37,6248193.84,6248525.21,127,ghz -679,SUCCESS,2,1,1610.11,6248525.21,6250135.32,127,realamprandom -680,SUCCESS,2,1,1158.05,6250135.32,6251293.37,127,dj -682,SUCCESS,2,1,137.47,6251293.37,6251430.84,127,dj -683,SUCCESS,2,1,2979.75,6251430.84,6254410.59,127,qnn -684,SUCCESS,2,1,507.17,6254410.59,6254917.76,127,dj -685,SUCCESS,2,1,10642.97,6254917.76,6265560.73,127,qwalk-v-chain -687,SUCCESS,2,1,3305.65,6265560.73,6268866.38,127,ghz -688,SUCCESS,2,1,8097.95,6268866.38,6276964.33,127,qpeinexact -689,SUCCESS,2,1,6326.92,6276964.33,6283291.25,127,ae -690,SUCCESS,2,1,1679.91,6283291.25,6284971.16,127,graphstate -691,SUCCESS,2,1,34922.42,6284971.16,6319893.58,127,ae -692,SUCCESS,2,1,28720.23,6319893.58,6348613.81,127,su2random -693,SUCCESS,2,1,22971.53,6348613.81,6371585.34,127,qpeexact -694,SUCCESS,2,1,2089.46,6371585.34,6373674.8,127,su2random -695,SUCCESS,2,1,31259.97,6373674.8,6404934.77,127,qpeinexact -696,SUCCESS,2,1,1152.71,6404934.77,6406087.48,127,random -697,SUCCESS,2,1,11006.84,6406087.48,6417094.32,127,qft -698,SUCCESS,2,1,2833.4,6417094.32,6419927.72,127,qpeinexact -700,SUCCESS,2,1,9246.37,6419927.72,6429174.09,127,qftentangled -701,SUCCESS,2,1,1146.45,6429174.09,6430320.54,127,ghz -702,SUCCESS,2,1,42.83,6430320.54,6430363.37,127,ghz -704,SUCCESS,2,1,10192.08,6430363.37,6440555.45,127,qpeinexact -705,SUCCESS,2,1,1503.51,6440555.45,6442058.96,127,graphstate -706,SUCCESS,2,1,13488.93,6442058.96,6455547.89,127,twolocalrandom -707,SUCCESS,2,1,1328.4,6455547.89,6456876.29,127,su2random -708,SUCCESS,2,1,4536.24,6456876.29,6461412.53,127,realamprandom -709,SUCCESS,2,1,9072.48,6461412.53,6470485.01,127,qnn -710,SUCCESS,2,1,3059.99,6470485.01,6473545,127,wstate -711,SUCCESS,2,1,9808.47,6473545,6483353.47,127,ae -712,SUCCESS,2,1,5585.55,6483353.47,6488939.02,127,ae -713,SUCCESS,2,1,11440.32,6488939.02,6500379.34,127,ae -714,SUCCESS,2,1,1387.35,6500379.34,6501766.69,127,qnn -715,SUCCESS,2,1,6053.36,6501766.69,6507820.05,127,random -716,SUCCESS,2,1,1637.68,6507820.05,6509457.73,127,qpeexact -717,SUCCESS,2,1,3620.24,6509457.73,6513077.97,127,qnn -718,SUCCESS,2,1,501.32,6513077.97,6513579.29,127,graphstate -719,SUCCESS,2,1,507.46,6513579.29,6514086.75,127,ghz -720,SUCCESS,2,1,33082.42,6514086.75,6547169.17,127,realamprandom -722,SUCCESS,2,1,205.71,6547169.17,6547374.88,127,graphstate -724,SUCCESS,2,1,815.15,6547374.88,6548190.03,127,qnn -727,SUCCESS,2,1,54169.38,6548190.03,6602359.41,127,random -728,SUCCESS,2,1,8781.3,6602359.41,6611140.71,127,qftentangled -729,SUCCESS,2,1,6296.4,6611140.71,6617437.11,127,random -730,SUCCESS,2,1,4149.01,6617437.11,6621586.12,127,wstate -731,SUCCESS,2,1,313.37,6621586.12,6621899.49,127,dj -732,SUCCESS,2,1,28505.45,6621899.49,6650404.94,127,random -734,SUCCESS,2,1,3673.59,6650404.94,6654078.53,127,qpeexact -736,SUCCESS,2,1,449.12,6654078.53,6654527.65,127,dj -737,SUCCESS,2,1,6924.26,6654527.65,6661451.91,127,qpeinexact -738,SUCCESS,2,1,452.2,6661451.91,6661904.11,127,ghz -739,SUCCESS,2,1,267.08,6661904.11,6662171.19,127,ghz -740,SUCCESS,2,1,3132.8,6662171.19,6665303.99,127,realamprandom -741,SUCCESS,2,1,1145.86,6665303.99,6666449.85,127,ghz -742,SUCCESS,2,1,23340.71,6666449.85,6689790.56,127,twolocalrandom -743,SUCCESS,2,1,20658.08,6689790.56,6710448.64,127,realamprandom -744,SUCCESS,2,1,1538.16,6710448.64,6711986.8,127,qpeinexact -745,SUCCESS,2,1,42835.84,6711986.8,6754822.64,127,qpeinexact -746,SUCCESS,2,1,12562.08,6754822.64,6767384.72,127,realamprandom -749,SUCCESS,2,1,4274.02,6767384.72,6771658.74,127,random -750,SUCCESS,2,1,6626.82,6771658.74,6778285.56,127,ae -752,SUCCESS,2,1,3123.68,6778285.56,6781409.24,127,twolocalrandom -753,SUCCESS,2,1,20890.29,6781409.24,6802299.53,127,ae -754,SUCCESS,2,1,21337.92,6802299.53,6823637.45,127,su2random -755,SUCCESS,2,1,6633.17,6823637.45,6830270.62,127,qnn -756,SUCCESS,2,1,33625.74,6830270.62,6863896.36,127,twolocalrandom -757,SUCCESS,2,1,10912.88,6863896.36,6874809.24,127,su2random -758,SUCCESS,2,1,1098.83,6874809.24,6875908.07,127,portfolioqaoa -759,SUCCESS,2,1,12291.84,6875908.07,6888199.91,127,grover-noancilla -760,SUCCESS,2,1,4487.1,6888199.91,6892687.01,127,twolocalrandom -763,SUCCESS,2,1,185.52,6892687.01,6892872.53,127,groundstate -764,SUCCESS,2,1,5415.85,6892872.53,6898288.38,127,pricingcall -765,SUCCESS,2,1,33151.4,6898288.38,6931439.78,127,random -766,SUCCESS,2,1,125.57,6931439.78,6931565.35,127,ghz -767,SUCCESS,2,1,3414.65,6931565.35,6934980,127,qpeinexact -768,SUCCESS,2,1,9873.95,6934980,6944853.95,127,qpeinexact -770,SUCCESS,2,1,6088.21,6944853.95,6950942.16,127,qpeinexact -771,SUCCESS,2,1,16929.39,6950942.16,6967871.55,127,qwalk-noancilla -772,SUCCESS,2,1,180.95,6967871.55,6968052.5,127,ghz -773,SUCCESS,2,1,7740.76,6968052.5,6975793.26,127,realamprandom -774,SUCCESS,2,1,4128.93,6975793.26,6979922.19,127,qftentangled -775,SUCCESS,2,1,11599.66,6979922.19,6991521.85,127,twolocalrandom -776,SUCCESS,2,1,676.43,6991521.85,6992198.28,127,random -777,SUCCESS,2,1,1954.43,6992198.28,6994152.71,127,qft -778,SUCCESS,2,1,13170.34,6994152.71,7007323.05,127,su2random -780,SUCCESS,2,1,656.78,7007323.05,7007979.83,127,dj -781,SUCCESS,2,1,20124.83,7007979.83,7028104.66,127,realamprandom -782,SUCCESS,2,1,1947.26,7028104.66,7030051.92,127,qpeinexact -783,SUCCESS,2,1,17982.46,7030051.92,7048034.38,127,ae -785,SUCCESS,2,1,44482.52,7048034.38,7092516.9,127,random -786,SUCCESS,2,1,3374.89,7092516.9,7095891.79,127,su2random -789,SUCCESS,2,1,365.06,7095891.79,7096256.85,127,wstate -790,SUCCESS,2,1,2771.21,7096256.85,7099028.06,127,dj -793,SUCCESS,2,1,622.54,7099028.06,7099650.6,127,pricingput -794,SUCCESS,2,1,757.14,7099650.6,7100407.74,127,dj -795,SUCCESS,2,1,12233.4,7100407.74,7112641.14,127,ae -796,SUCCESS,2,1,2728.34,7112641.14,7115369.48,127,realamprandom -797,SUCCESS,2,1,8020.59,7115369.48,7123390.07,127,qpeinexact -799,SUCCESS,2,1,548.79,7123390.07,7123938.86,127,qpeinexact -800,SUCCESS,2,1,7051.79,7123938.86,7130990.65,127,qpeinexact -802,SUCCESS,2,1,1722.15,7130990.65,7132712.8,127,dj -804,SUCCESS,2,1,1189.73,7132712.8,7133902.53,127,twolocalrandom -806,SUCCESS,2,1,51978.16,7133902.53,7185880.69,127,realamprandom -807,SUCCESS,2,1,1381.09,7185880.69,7187261.78,127,qft -808,SUCCESS,2,1,5716.91,7187261.78,7192978.69,127,qpeinexact -809,SUCCESS,2,1,5139.74,7192978.69,7198118.43,127,qftentangled -810,SUCCESS,2,1,2070.76,7198118.43,7200189.19,127,dj -811,SUCCESS,2,1,27195.65,7200189.19,7227384.84,127,qnn -812,SUCCESS,2,1,4394.89,7227384.84,7231779.73,127,qft -813,SUCCESS,2,1,1332.8,7231779.73,7233112.53,127,dj -815,SUCCESS,2,1,635.28,7233112.53,7233747.81,127,realamprandom -816,SUCCESS,2,1,1134.43,7233747.81,7234882.24,127,qpeexact -817,SUCCESS,2,1,1280,7234882.24,7236162.24,127,ae -818,SUCCESS,2,1,3436.81,7236162.24,7239599.05,127,qft -819,SUCCESS,2,1,3782.83,7239599.05,7243381.88,127,qpeexact -820,SUCCESS,2,1,2808.86,7243381.88,7246190.74,127,wstate -822,SUCCESS,2,1,434.59,7246190.74,7246625.33,127,dj -824,SUCCESS,2,1,760.43,7246625.33,7247385.76,127,su2random -825,SUCCESS,2,1,909.52,7247385.76,7248295.28,127,qnn -827,SUCCESS,2,1,48040.94,7248295.28,7296336.22,127,random -828,SUCCESS,2,1,17484.89,7296336.22,7313821.11,127,random -829,SUCCESS,2,1,6766.69,7313821.11,7320587.8,127,qpeexact -830,SUCCESS,2,1,11242.94,7320587.8,7331830.74,127,twolocalrandom -833,SUCCESS,2,1,1027.97,7331830.74,7332858.71,127,qft -834,SUCCESS,2,1,3333.5,7332858.71,7336192.21,127,realamprandom -835,SUCCESS,2,1,464.24,7336192.21,7336656.45,127,qpeexact -836,SUCCESS,2,1,7499.41,7336656.45,7344155.86,127,qnn -837,SUCCESS,2,1,1616.69,7344155.86,7345772.55,127,portfolioqaoa -838,SUCCESS,2,1,592.28,7345772.55,7346364.83,127,wstate -840,SUCCESS,2,1,62323.62,7346364.83,7408688.45,127,qwalk-noancilla -842,SUCCESS,2,1,173037.63,7408688.45,7581726.08,127,random -843,SUCCESS,2,1,3120.91,7581726.08,7584846.99,127,qnn -844,SUCCESS,2,1,7452.48,7584846.99,7592299.47,127,realamprandom -845,SUCCESS,2,1,15374.35,7592299.47,7607673.82,127,su2random -846,SUCCESS,2,1,378.18,7607673.82,7608052,127,graphstate -847,SUCCESS,2,1,852.85,7608052,7608904.85,127,dj -848,SUCCESS,2,1,14708.56,7608904.85,7623613.41,127,qpeinexact -849,SUCCESS,2,1,1970.86,7623613.41,7625584.27,127,dj -850,SUCCESS,2,1,32378.32,7625584.27,7657962.59,127,su2random -851,SUCCESS,2,1,521.89,7657962.59,7658484.48,127,dj -852,SUCCESS,2,1,17031.69,7658484.48,7675516.17,127,qftentangled -853,SUCCESS,2,1,205.36,7675516.17,7675721.53,127,graphstate -854,SUCCESS,2,1,369.4,7675721.53,7676090.93,127,qftentangled -855,SUCCESS,2,1,119.71,7676090.93,7676210.64,127,graphstate -856,SUCCESS,2,1,121.52,7676210.64,7676332.16,127,dj -857,SUCCESS,2,1,5297.61,7676332.16,7681629.77,127,su2random -858,SUCCESS,2,1,11320.62,7681629.77,7692950.39,127,realamprandom -859,SUCCESS,2,1,66914.86,7692950.39,7759865.25,127,random -860,SUCCESS,2,1,33515.2,7759865.25,7793380.45,127,su2random -862,SUCCESS,2,1,2859.47,7793380.45,7796239.92,127,qpeexact -863,SUCCESS,2,1,6607.06,7796239.92,7802846.98,127,qpeexact -864,SUCCESS,2,1,352.83,7802846.98,7803199.81,127,graphstate -870,SUCCESS,2,1,5659.45,7803199.81,7808859.26,127,su2random -871,SUCCESS,2,1,32019.76,7808859.26,7840879.02,127,su2random -872,SUCCESS,2,1,639.25,7840879.02,7841518.27,127,qft -873,SUCCESS,2,1,7971.77,7841518.27,7849490.04,127,qpeinexact -874,SUCCESS,2,1,12562.86,7849490.04,7862052.9,127,random -875,SUCCESS,2,1,6539.06,7862052.9,7868591.96,127,qftentangled -876,SUCCESS,2,1,251.75,7868591.96,7868843.71,127,graphstate -877,SUCCESS,2,1,249.84,7868843.71,7869093.55,127,ghz -879,SUCCESS,2,1,892.83,7869093.55,7869986.38,127,realamprandom -880,SUCCESS,2,1,2601.43,7869986.38,7872587.81,127,wstate -881,SUCCESS,2,1,5568.46,7872587.81,7878156.27,127,qnn -883,SUCCESS,2,1,270157.16,7878156.27,8148313.43,127,random -884,SUCCESS,2,1,970.39,8148313.43,8149283.82,127,qftentangled -885,SUCCESS,2,1,12614.97,8149283.82,8161898.79,127,realamprandom -886,SUCCESS,2,1,5074.12,8161898.79,8166972.91,127,su2random -888,SUCCESS,2,1,17108.3,8166972.91,8184081.21,127,su2random -889,SUCCESS,2,1,16932.63,8184081.21,8201013.84,127,qpeinexact -890,SUCCESS,2,1,2376.92,8201013.84,8203390.76,127,realamprandom -891,SUCCESS,2,1,35252.26,8203390.76,8238643.02,127,qpeexact -892,SUCCESS,2,1,1772.13,8238643.02,8240415.15,127,wstate -893,SUCCESS,2,1,6869.51,8240415.15,8247284.66,127,twolocalrandom -896,SUCCESS,2,1,62592.19,8247284.66,8309876.85,127,realamprandom -897,SUCCESS,2,1,4534.12,8309876.85,8314410.97,127,pricingcall -898,SUCCESS,2,1,88.52,8314410.97,8314499.49,127,graphstate -899,SUCCESS,2,1,9894.99,8314499.49,8324394.48,127,su2random -900,SUCCESS,2,1,21509.44,8324394.48,8345903.92,127,su2random -902,SUCCESS,2,1,1089.47,8345903.92,8346993.39,127,dj -905,SUCCESS,2,1,15435.36,8346993.39,8362428.75,127,qnn -906,SUCCESS,2,1,2319.27,8362428.75,8364748.02,127,dj -907,SUCCESS,2,1,2040.99,8364748.02,8366789.01,127,qnn -908,SUCCESS,2,1,36861.98,8366789.01,8403650.99,127,ae -909,SUCCESS,2,1,912.42,8403650.99,8404563.41,127,ghz -910,SUCCESS,2,1,4773.22,8404563.41,8409336.63,127,pricingput -911,SUCCESS,2,1,54082.28,8409336.63,8463418.91,127,su2random -912,SUCCESS,2,1,5980.62,8463418.91,8469399.53,127,qftentangled -913,SUCCESS,2,1,1750.74,8469399.53,8471150.27,127,qnn -914,SUCCESS,2,1,4073.18,8471150.27,8475223.45,127,realamprandom -915,SUCCESS,2,1,1696.59,8475223.45,8476920.04,127,dj -916,SUCCESS,2,1,398.16,8476920.04,8477318.2,127,ghz -917,SUCCESS,2,1,1116.56,8477318.2,8478434.76,127,dj -919,SUCCESS,2,1,245.99,8478434.76,8478680.75,127,wstate -920,SUCCESS,2,1,2242.96,8478680.75,8480923.71,127,qnn -921,SUCCESS,2,1,4706.89,8480923.71,8485630.6,127,qftentangled -922,SUCCESS,2,1,1786.5,8485630.6,8487417.1,127,qftentangled -924,SUCCESS,2,1,3738.5,8487417.1,8491155.6,127,su2random -925,SUCCESS,2,1,1802.63,8491155.6,8492958.23,127,ghz -926,SUCCESS,2,1,16857.75,8492958.23,8509815.98,127,qnn -927,SUCCESS,2,1,17833.76,8509815.98,8527649.74,127,qftentangled -929,SUCCESS,2,1,17678.13,8527649.74,8545327.87,127,realamprandom -930,SUCCESS,2,1,1174.03,8545327.87,8546501.9,127,dj -931,SUCCESS,2,1,34302.03,8546501.9,8580803.93,127,qnn -932,SUCCESS,2,1,1662.39,8580803.93,8582466.32,127,wstate -933,SUCCESS,2,1,17342.35,8582466.32,8599808.67,127,qft -934,SUCCESS,2,1,730.95,8599808.67,8600539.62,127,qft -935,SUCCESS,2,1,1109.1,8600539.62,8601648.72,127,dj -937,SUCCESS,2,1,135110.88,8601648.72,8736759.6,127,random -938,SUCCESS,2,1,3868.46,8736759.6,8740628.06,127,qnn -939,SUCCESS,2,1,9015.66,8740628.06,8749643.72,127,ae -940,SUCCESS,2,1,10212.16,8749643.72,8759855.88,127,qpeexact -941,SUCCESS,2,1,3569.92,8759855.88,8763425.8,127,wstate -942,SUCCESS,2,1,2033.06,8763425.8,8765458.86,127,portfoliovqe -943,SUCCESS,2,1,106.06,8765458.86,8765564.92,127,graphstate -945,SUCCESS,2,1,6549.56,8765564.92,8772114.48,127,qnn -946,SUCCESS,2,1,625.55,8772114.48,8772740.03,127,graphstate -947,SUCCESS,2,1,26716.24,8772740.03,8799456.27,127,twolocalrandom -948,SUCCESS,2,1,920.4,8799456.27,8800376.67,127,dj -949,SUCCESS,2,1,3529.88,8800376.67,8803906.55,127,qpeexact -952,SUCCESS,2,1,395.08,8803906.55,8804301.63,127,ae -954,SUCCESS,2,1,614.72,8804301.63,8804916.35,127,dj -955,SUCCESS,2,1,3382.11,8804916.35,8808298.46,127,wstate -956,SUCCESS,2,1,10541.83,8808298.46,8818840.29,127,qftentangled -957,SUCCESS,2,1,4998.47,8818840.29,8823838.76,127,realamprandom -958,SUCCESS,2,1,49350.5,8823838.76,8873189.26,127,twolocalrandom -959,SUCCESS,2,1,761.02,8873189.26,8873950.28,127,random -960,SUCCESS,2,1,354.88,8873950.28,8874305.16,127,dj -961,SUCCESS,2,1,2346.12,8874305.16,8876651.28,127,su2random -962,SUCCESS,2,1,993.27,8876651.28,8877644.55,127,qftentangled -963,SUCCESS,2,1,4951.42,8877644.55,8882595.97,127,realamprandom -964,SUCCESS,2,1,830.86,8882595.97,8883426.83,127,dj -965,SUCCESS,2,1,211.79,8883426.83,8883638.62,127,graphstate -966,SUCCESS,2,1,35483.48,8883638.62,8919122.1,127,qnn -967,SUCCESS,2,1,23840.9,8919122.1,8942963,127,qpeexact -969,SUCCESS,2,1,1159.21,8942963,8944122.21,127,wstate -970,SUCCESS,2,1,290.43,8944122.21,8944412.64,127,vqe -971,SUCCESS,2,1,17341.68,8944412.64,8961754.32,127,qpeexact -972,SUCCESS,2,1,305.29,8961754.32,8962059.61,127,graphstate -973,SUCCESS,2,1,14758.34,8962059.61,8976817.95,127,realamprandom -974,SUCCESS,2,1,129.69,8976817.95,8976947.64,127,ghz -975,SUCCESS,2,1,3878.83,8976947.64,8980826.47,127,random -977,SUCCESS,2,1,12126.22,8980826.47,8992952.69,127,random -978,SUCCESS,2,1,16567.48,8992952.69,9009520.17,127,qpeexact -980,SUCCESS,2,1,13440.99,9009520.17,9022961.16,127,realamprandom -981,SUCCESS,2,1,10288.54,9022961.16,9033249.7,127,qft -983,SUCCESS,2,1,3046.56,9033249.7,9036296.26,127,twolocalrandom -984,SUCCESS,2,1,1225.06,9036296.26,9037521.32,127,dj -985,SUCCESS,2,1,23213.75,9037521.32,9060735.07,127,qpeinexact -986,SUCCESS,2,1,259.16,9060735.07,9060994.23,127,su2random -988,SUCCESS,2,1,12753.77,9060994.23,9073748,127,random -989,SUCCESS,2,1,4133.48,9073748,9077881.48,127,qftentangled -990,SUCCESS,2,1,14035.31,9077881.48,9091916.79,127,twolocalrandom -992,SUCCESS,2,1,33755.3,9091916.79,9125672.09,127,twolocalrandom -993,SUCCESS,2,1,33626.31,9125672.09,9159298.4,127,qpeinexact -994,SUCCESS,2,1,78176.59,9159298.4,9237474.99,127,random -996,SUCCESS,2,1,895.71,9237474.99,9238370.7,127,twolocalrandom -997,SUCCESS,2,1,36888.19,9238370.7,9275258.89,127,qft -998,SUCCESS,2,1,358.68,9275258.89,9275617.57,127,wstate -999,SUCCESS,2,1,3571.22,9275617.57,9279188.79,127,realamprandom -1000,SUCCESS,2,1,22401.06,9279188.79,9301589.85,127,qpeinexact -1001,SUCCESS,2,1,150.18,9301589.85,9301740.03,127,graphstate -1002,SUCCESS,2,1,208580.7,9301740.03,9510320.73,127,random -1003,SUCCESS,2,1,17481.93,9510320.73,9527802.66,127,qpeexact -1004,SUCCESS,2,1,2022.31,9527802.66,9529824.97,127,qftentangled -1005,SUCCESS,2,1,769.81,9529824.97,9530594.78,127,ghz -1006,SUCCESS,2,1,2270.61,9530594.78,9532865.39,127,realamprandom -1007,SUCCESS,2,1,2213.69,9532865.39,9535079.08,127,qftentangled -1008,SUCCESS,2,1,4573.16,9535079.08,9539652.24,127,wstate -1009,SUCCESS,2,1,8921.34,9539652.24,9548573.58,127,qpeexact -1010,SUCCESS,2,1,1553.34,9548573.58,9550126.92,127,wstate -1011,SUCCESS,2,1,6640,9550126.92,9556766.92,127,twolocalrandom -1013,SUCCESS,2,1,2984.27,9556766.92,9559751.19,127,qftentangled -1014,SUCCESS,2,1,1762.5,9559751.19,9561513.69,127,wstate -1017,SUCCESS,2,1,162.12,9561513.69,9561675.81,127,qaoa -1020,SUCCESS,2,1,620.52,9561675.81,9562296.33,127,wstate -1021,SUCCESS,2,1,15190,9562296.33,9577486.33,127,qft -1022,SUCCESS,2,1,711.3,9577486.33,9578197.63,127,dj -1023,SUCCESS,2,1,23305.13,9578197.63,9601502.76,127,twolocalrandom -1024,SUCCESS,2,1,34465.05,9601502.76,9635967.81,127,ae -1025,SUCCESS,2,1,7188.21,9635967.81,9643156.02,127,qft -1026,SUCCESS,2,1,25.08,9643156.02,9643181.1,127,ghz -1027,SUCCESS,2,1,3779.48,9643181.1,9646960.58,127,qpeinexact -1029,SUCCESS,2,1,4242.93,9646960.58,9651203.51,127,wstate -1030,SUCCESS,2,1,15936.22,9651203.51,9667139.73,127,twolocalrandom -1031,SUCCESS,2,1,9042.17,9667139.73,9676181.9,127,random -1032,SUCCESS,2,1,489.5,9676181.9,9676671.4,127,graphstate -1035,SUCCESS,2,1,1101.46,9676671.4,9677772.86,127,dj -1036,SUCCESS,2,1,18667.12,9677772.86,9696439.98,127,qft -1037,SUCCESS,2,1,2444.68,9696439.98,9698884.66,127,qpeexact -1040,SUCCESS,2,1,44563.8,9698884.66,9743448.46,127,su2random -1041,SUCCESS,2,1,316.62,9743448.46,9743765.08,127,graphstate -1042,SUCCESS,2,1,5339,9743765.08,9749104.08,127,ae -1043,SUCCESS,2,1,48.25,9749104.08,9749152.33,127,ghz -1045,SUCCESS,2,1,29218.68,9749152.33,9778371.01,127,twolocalrandom -1050,SUCCESS,2,1,337.45,9778371.01,9778708.46,127,dj -1051,SUCCESS,2,1,1580.19,9778708.46,9780288.65,127,qnn -1053,SUCCESS,2,1,1751.71,9780288.65,9782040.36,127,dj -1054,SUCCESS,2,1,1956.62,9782040.36,9783996.98,127,dj -1055,SUCCESS,2,1,3336,9783996.98,9787332.98,127,ae -1056,SUCCESS,2,1,15854.49,9787332.98,9803187.47,127,qpeexact -1058,SUCCESS,2,1,5253.37,9803187.47,9808440.84,127,pricingcall -1060,SUCCESS,2,1,8636.88,9808440.84,9817077.72,127,qftentangled -1061,SUCCESS,2,1,17848.83,9817077.72,9834926.55,127,twolocalrandom -1062,SUCCESS,2,1,11300.02,9834926.55,9846226.57,127,twolocalrandom -1063,SUCCESS,2,1,3200.56,9846226.57,9849427.13,127,wstate -1064,SUCCESS,2,1,3604.63,9849427.13,9853031.76,127,su2random -1065,SUCCESS,2,1,8974.53,9853031.76,9862006.29,127,ae -1066,SUCCESS,2,1,4264.66,9862006.29,9866270.95,127,su2random -1067,SUCCESS,2,1,711.23,9866270.95,9866982.18,127,qft -1068,SUCCESS,2,1,160.96,9866982.18,9867143.14,127,graphstate -1069,SUCCESS,2,1,358.39,9867143.14,9867501.53,127,wstate -1070,SUCCESS,2,1,3279.6,9867501.53,9870781.13,127,qftentangled -1071,SUCCESS,2,1,2282.66,9870781.13,9873063.79,127,random -1073,SUCCESS,2,1,9909.39,9873063.79,9882973.18,127,su2random -1074,SUCCESS,2,1,10381.52,9882973.18,9893354.7,127,random -1075,SUCCESS,2,1,20162.68,9893354.7,9913517.38,127,qpeexact -1076,SUCCESS,2,1,13775.02,9913517.38,9927292.4,127,ae -1078,SUCCESS,2,1,4691.13,9927292.4,9931983.53,127,qpeexact -1080,SUCCESS,2,1,119.8,9931983.53,9932103.33,127,ghz -1081,SUCCESS,2,1,1966.35,9932103.33,9934069.68,127,dj -1082,SUCCESS,2,1,17834.86,9934069.68,9951904.54,127,twolocalrandom -1083,SUCCESS,2,1,208.56,9951904.54,9952113.1,127,graphstate -1084,SUCCESS,2,1,1034.2,9952113.1,9953147.3,127,ghz -1085,SUCCESS,2,1,2177.51,9953147.3,9955324.81,127,random -1086,SUCCESS,2,1,15597.32,9955324.81,9970922.13,127,ae -1087,SUCCESS,2,1,958.69,9970922.13,9971880.82,127,qft -1088,SUCCESS,2,1,20167.33,9971880.82,9992048.15,127,qft -1089,SUCCESS,2,1,441.42,9992048.15,9992489.57,127,wstate -1090,SUCCESS,2,1,30591.68,9992489.57,10023081.25,127,qnn -1091,SUCCESS,2,1,21512.96,10023081.25,10044594.21,127,realamprandom -1093,SUCCESS,2,1,1885.63,10044594.21,10046479.84,127,qftentangled -1094,SUCCESS,2,1,611.85,10046479.84,10047091.69,127,graphstate -1097,SUCCESS,2,1,12602.64,10047091.69,10059694.33,127,qpeinexact -1098,SUCCESS,2,1,48.8,10059694.33,10059743.13,127,ghz -1099,SUCCESS,2,1,1580.64,10059743.13,10061323.77,127,dj -1100,SUCCESS,2,1,19098.69,10061323.77,10080422.46,127,qpeinexact -1101,SUCCESS,2,1,9381.43,10080422.46,10089803.89,127,qpeinexact -1102,SUCCESS,2,1,14962.28,10089803.89,10104766.17,127,twolocalrandom -1103,SUCCESS,2,1,1163.38,10104766.17,10105929.55,127,graphstate -1105,SUCCESS,2,1,46.4,10105929.55,10105975.95,127,ghz -1106,SUCCESS,2,1,948.15,10105975.95,10106924.1,127,ghz -1107,SUCCESS,2,1,1070.24,10106924.1,10107994.34,127,realamprandom -1108,SUCCESS,2,1,1309.44,10107994.34,10109303.78,127,qpeexact -1109,SUCCESS,2,1,50758.13,10109303.78,10160061.91,127,random -1110,SUCCESS,2,1,454.8,10160061.91,10160516.71,127,ghz -1111,SUCCESS,2,1,20232.34,10160516.71,10180749.05,127,qpeexact -1112,SUCCESS,2,1,50.85,10180749.05,10180799.9,127,graphstate -1113,SUCCESS,2,1,8514.45,10180799.9,10189314.35,127,qft -1114,SUCCESS,2,1,14082.07,10189314.35,10203396.42,127,su2random -1115,SUCCESS,2,1,124.42,10203396.42,10203520.84,127,wstate -1116,SUCCESS,2,1,20570.32,10203520.84,10224091.16,127,qftentangled -1117,SUCCESS,2,1,9041.67,10224091.16,10233132.83,127,ae -1118,SUCCESS,2,1,90.49,10233132.83,10233223.32,127,ghz -1119,SUCCESS,2,1,6301.17,10233223.32,10239524.49,127,qft -1120,SUCCESS,2,1,600.46,10239524.49,10240124.95,127,qftentangled -1121,SUCCESS,2,1,255.47,10240124.95,10240380.42,127,tsp -1122,SUCCESS,2,1,54740.99,10240380.42,10295121.41,127,su2random -1123,SUCCESS,2,1,10094.06,10295121.41,10305215.47,127,pricingput -1124,SUCCESS,2,1,1037.56,10305215.47,10306253.03,127,wstate -1125,SUCCESS,2,1,249.77,10306253.03,10306502.8,127,qaoa -1126,SUCCESS,2,1,1378.78,10306502.8,10307881.58,127,wstate -1128,SUCCESS,2,1,9367.79,10307881.58,10317249.37,127,qpeexact -1129,SUCCESS,2,1,47377.33,10317249.37,10364626.7,127,random -1130,SUCCESS,2,1,12166.48,10364626.7,10376793.18,127,ae -1131,SUCCESS,2,1,2497.47,10376793.18,10379290.65,127,qnn -1132,SUCCESS,2,1,8846.83,10379290.65,10388137.48,127,qpeinexact -1133,SUCCESS,2,1,3382.97,10388137.48,10391520.45,127,dj -1134,SUCCESS,2,1,11775.73,10391520.45,10403296.18,127,qftentangled -1136,SUCCESS,2,1,3701,10403296.18,10406997.18,127,twolocalrandom -1138,SUCCESS,2,1,23827.77,10406997.18,10430824.95,127,twolocalrandom -1140,SUCCESS,2,1,36493.55,10430824.95,10467318.5,127,twolocalrandom -1142,SUCCESS,2,1,3710.61,10467318.5,10471029.11,127,qpeinexact -1143,SUCCESS,2,1,15962,10471029.11,10486991.11,127,qft -1144,SUCCESS,2,1,226.72,10486991.11,10487217.83,127,qnn -1145,SUCCESS,2,1,591.43,10487217.83,10487809.26,127,dj -1147,SUCCESS,2,1,3797.82,10487809.26,10491607.08,127,ghz -1148,SUCCESS,2,1,3790.38,10491607.08,10495397.46,127,qftentangled -1149,SUCCESS,2,1,35723.55,10495397.46,10531121.01,127,ae -1150,SUCCESS,2,1,4902.35,10531121.01,10536023.36,127,wstate -1151,SUCCESS,2,1,33158.21,10536023.36,10569181.57,127,random -1152,SUCCESS,2,1,22259.26,10569181.57,10591440.83,127,su2random -1154,SUCCESS,2,1,3899.24,10591440.83,10595340.07,127,qpeexact -1156,SUCCESS,2,1,6312.83,10595340.07,10601652.9,127,qnn -1157,SUCCESS,2,1,237.43,10601652.9,10601890.33,127,qaoa -1159,SUCCESS,2,1,3234.18,10601890.33,10605124.51,127,realamprandom -1160,SUCCESS,2,1,33420.03,10605124.51,10638544.54,127,qpeinexact -1162,SUCCESS,2,1,148.58,10638544.54,10638693.12,127,graphstate -1163,SUCCESS,2,1,10532.4,10638693.12,10649225.52,127,ae -1164,SUCCESS,2,1,662.66,10649225.52,10649888.18,127,qnn -1165,SUCCESS,2,1,21043.83,10649888.18,10670932.01,127,qft -1166,SUCCESS,2,1,31803.54,10670932.01,10702735.55,127,su2random -1167,SUCCESS,2,1,27577.68,10702735.55,10730313.23,127,realamprandom -1168,SUCCESS,2,1,1334.55,10730313.23,10731647.78,127,su2random -1169,SUCCESS,2,1,1066.73,10731647.78,10732714.51,127,qftentangled -1171,SUCCESS,2,1,3148.58,10732714.51,10735863.09,127,twolocalrandom -1172,SUCCESS,2,1,54200.66,10735863.09,10790063.75,127,random -1173,SUCCESS,2,1,379.07,10790063.75,10790442.82,127,dj -1174,SUCCESS,2,1,1324.16,10790442.82,10791766.98,127,portfoliovqe -1175,SUCCESS,2,1,9517.63,10791766.98,10801284.61,127,qpeexact -1176,SUCCESS,2,1,17235.3,10801284.61,10818519.91,127,qpeinexact -1177,SUCCESS,2,1,6678.66,10818519.91,10825198.57,127,su2random -1179,SUCCESS,2,1,11399.34,10825198.57,10836597.91,127,qnn -1180,SUCCESS,2,1,52122.29,10836597.91,10888720.2,127,random -1181,SUCCESS,2,1,18884.31,10888720.2,10907604.51,127,random -1182,SUCCESS,2,1,1807.16,10907604.51,10909411.67,127,random -1183,SUCCESS,2,1,3345.61,10909411.67,10912757.28,127,su2random -1185,SUCCESS,2,1,10106.95,10912757.28,10922864.23,127,qft -1186,SUCCESS,2,1,89.81,10922864.23,10922954.04,127,ghz -1187,SUCCESS,2,1,4486.24,10922954.04,10927440.28,127,qnn -1189,SUCCESS,2,1,1912.49,10927440.28,10929352.77,127,su2random -1190,SUCCESS,2,1,15248.78,10929352.77,10944601.55,127,random -1191,SUCCESS,2,1,184.55,10944601.55,10944786.1,127,graphstate -1193,SUCCESS,2,1,3001.49,10944786.1,10947787.59,127,wstate -1194,SUCCESS,2,1,2927.16,10947787.59,10950714.75,127,qft -1195,SUCCESS,2,1,3460.89,10950714.75,10954175.64,127,wstate -1196,SUCCESS,2,1,388.83,10954175.64,10954564.47,127,qaoa -1197,SUCCESS,2,1,10513.54,10954564.47,10965078.01,127,qft -1198,SUCCESS,2,1,1987.48,10965078.01,10967065.49,127,twolocalrandom -1200,SUCCESS,2,1,117.53,10967065.49,10967183.02,127,ghz -1201,SUCCESS,2,1,75.77,10967183.02,10967258.79,127,ghz -1202,SUCCESS,2,1,94550.18,10967258.79,11061808.97,127,random -1203,SUCCESS,2,1,17554.18,11061808.97,11079363.15,127,qftentangled -1204,SUCCESS,2,1,49119.26,11079363.15,11128482.41,127,random -1205,SUCCESS,2,1,84.03,11128482.41,11128566.44,127,graphstate -1207,SUCCESS,2,1,2717.96,11128566.44,11131284.4,127,ae -1208,SUCCESS,2,1,68295.05,11131284.4,11199579.45,127,twolocalrandom -1209,SUCCESS,2,1,9120.91,11199579.45,11208700.36,127,qpeinexact -1211,SUCCESS,2,1,1762.31,11208700.36,11210462.67,127,qpeexact -1213,SUCCESS,2,1,3253.83,11210462.67,11213716.5,127,twolocalrandom -1214,SUCCESS,2,1,13550.56,11213716.5,11227267.06,127,twolocalrandom -1215,SUCCESS,2,1,1787.09,11227267.06,11229054.15,127,qftentangled -1216,SUCCESS,2,1,913.51,11229054.15,11229967.66,127,ae -1217,SUCCESS,2,1,2646.58,11229967.66,11232614.24,127,pricingcall -1218,SUCCESS,2,1,83.97,11232614.24,11232698.21,127,graphstate -1219,SUCCESS,2,1,7955.21,11232698.21,11240653.42,127,su2random -1220,SUCCESS,2,1,50487.93,11240653.42,11291141.35,127,grover-v-chain -1221,SUCCESS,2,1,180.05,11291141.35,11291321.4,127,graphstate -1222,SUCCESS,2,1,2028.61,11291321.4,11293350.01,127,ghz -1223,SUCCESS,2,1,12659.58,11293350.01,11306009.59,127,qftentangled -1224,SUCCESS,2,1,1130.3,11306009.59,11307139.89,127,qftentangled -1225,SUCCESS,2,1,9077.16,11307139.89,11316217.05,127,qftentangled -1226,SUCCESS,2,1,15062.54,11316217.05,11331279.59,127,qft -1227,SUCCESS,2,1,2477.67,11331279.59,11333757.26,127,realamprandom -1228,SUCCESS,2,1,33187.8,11333757.26,11366945.06,127,random -1229,SUCCESS,2,1,844.97,11366945.06,11367790.03,127,qpeexact -1230,SUCCESS,2,1,8684.68,11367790.03,11376474.71,127,qft -1231,SUCCESS,2,1,333.63,11376474.71,11376808.34,127,qpeexact -1232,SUCCESS,2,1,45.71,11376808.34,11376854.05,127,routing -1233,SUCCESS,2,1,1050.17,11376854.05,11377904.22,127,twolocalrandom -1234,SUCCESS,2,1,4724.21,11377904.22,11382628.43,127,random -1236,SUCCESS,2,1,4501.9,11382628.43,11387130.33,127,realamprandom -1237,SUCCESS,2,1,1650.06,11387130.33,11388780.39,127,ghz -1240,SUCCESS,2,1,1018.62,11388780.39,11389799.01,127,twolocalrandom -1241,SUCCESS,2,1,72.65,11389799.01,11389871.66,127,ghz -1245,SUCCESS,2,1,1194.54,11389871.66,11391066.2,127,ghz -1246,SUCCESS,2,1,105.45,11391066.2,11391171.65,127,ghz -1247,SUCCESS,2,1,4196.66,11391171.65,11395368.31,127,qft -1248,SUCCESS,2,1,4922.32,11395368.31,11400290.63,127,wstate -1249,SUCCESS,2,1,86.19,11400290.63,11400376.82,127,ghz -1250,SUCCESS,2,1,19079.89,11400376.82,11419456.71,127,twolocalrandom -1251,SUCCESS,2,1,765.03,11419456.71,11420221.74,127,qftentangled -1252,SUCCESS,2,1,3989.87,11420221.74,11424211.61,127,realamprandom -1253,SUCCESS,2,1,111.09,11424211.61,11424322.7,127,wstate -1254,SUCCESS,2,1,842.3,11424322.7,11425165,127,dj -1255,SUCCESS,2,1,34523.71,11425165,11459688.71,127,realamprandom -1256,SUCCESS,2,1,804.59,11459688.71,11460493.3,127,graphstate -1258,SUCCESS,2,1,1527.81,11460493.3,11462021.11,127,qnn -1259,SUCCESS,2,1,29861.52,11462021.11,11491882.63,127,qpeinexact -1260,SUCCESS,2,1,2252.44,11491882.63,11494135.07,127,su2random -1261,SUCCESS,2,1,122167.64,11494135.07,11616302.71,127,random -1262,SUCCESS,2,1,12161.57,11616302.71,11628464.28,127,qpeexact -1263,SUCCESS,2,1,126,11628464.28,11628590.28,127,graphstate -1264,SUCCESS,2,1,6196.15,11628590.28,11634786.43,127,wstate -1265,SUCCESS,2,1,445.31,11634786.43,11635231.74,127,wstate -1266,SUCCESS,2,1,969.25,11635231.74,11636200.99,127,dj -1267,SUCCESS,2,1,9811.17,11636200.99,11646012.16,127,su2random -1269,SUCCESS,2,1,1126.9,11646012.16,11647139.06,127,graphstate -1271,SUCCESS,2,1,6297.03,11647139.06,11653436.09,127,qftentangled -1273,SUCCESS,2,1,9504.47,11653436.09,11662940.56,127,qnn -1275,SUCCESS,2,1,2741.78,11662940.56,11665682.34,127,dj -1276,SUCCESS,2,1,90.01,11665682.34,11665772.35,127,ghz -1277,SUCCESS,2,1,1531.28,11665772.35,11667303.63,127,wstate -1279,SUCCESS,2,1,119.76,11667303.63,11667423.39,127,graphstate -1280,SUCCESS,2,1,2642.65,11667423.39,11670066.04,127,su2random -1281,SUCCESS,2,1,5214.12,11670066.04,11675280.16,127,qpeexact -1282,SUCCESS,2,1,1276.43,11675280.16,11676556.59,127,ghz -1283,SUCCESS,2,1,8110.42,11676556.59,11684667.01,127,random -1284,SUCCESS,2,1,32050.47,11684667.01,11716717.48,127,qpeinexact -1285,SUCCESS,2,1,523.79,11716717.48,11717241.27,127,wstate -1286,SUCCESS,2,1,665.02,11717241.27,11717906.29,127,wstate -1287,SUCCESS,2,1,500.71,11717906.29,11718407,127,ghz -1288,SUCCESS,2,1,1583.87,11718407,11719990.87,127,realamprandom -1289,SUCCESS,2,1,9753.74,11719990.87,11729744.61,127,qft -1290,SUCCESS,2,1,743.3,11729744.61,11730487.91,127,portfolioqaoa -1291,SUCCESS,2,1,48488.66,11730487.91,11778976.57,127,su2random -1292,SUCCESS,2,1,207.65,11778976.57,11779184.22,127,graphstate -1293,SUCCESS,2,1,6055.21,11779184.22,11785239.43,127,qftentangled -1295,SUCCESS,2,1,46940.3,11785239.43,11832179.73,127,twolocalrandom -1296,SUCCESS,2,1,22104.86,11832179.73,11854284.59,127,random -1297,SUCCESS,2,1,427.34,11854284.59,11854711.93,127,qpeexact -1298,SUCCESS,2,1,961.01,11854711.93,11855672.94,127,qft -1300,SUCCESS,2,1,1258.76,11855672.94,11856931.7,127,ghz -1301,SUCCESS,2,1,17308.8,11856931.7,11874240.5,127,qftentangled -1302,SUCCESS,2,1,7709.86,11874240.5,11881950.36,127,random -1303,SUCCESS,2,1,34553.88,11881950.36,11916504.24,127,random -1304,SUCCESS,2,1,2859.58,11916504.24,11919363.82,127,realamprandom -1305,SUCCESS,2,1,16084.24,11919363.82,11935448.06,127,qftentangled -1306,SUCCESS,2,1,17575.42,11935448.06,11953023.48,127,random -1308,SUCCESS,2,1,437.67,11953023.48,11953461.15,127,graphstate -1309,SUCCESS,2,1,1881.88,11953461.15,11955343.03,127,qftentangled -1310,SUCCESS,2,1,103685,11955343.03,12059028.03,127,random -1311,SUCCESS,2,1,3880.83,12059028.03,12062908.86,127,ghz -1312,SUCCESS,2,1,4461.32,12062908.86,12067370.18,127,qftentangled -1313,SUCCESS,2,1,363.87,12067370.18,12067734.05,127,dj -1314,SUCCESS,2,1,17828.61,12067734.05,12085562.66,127,ae -1315,SUCCESS,2,1,117.44,12085562.66,12085680.1,127,ghz -1316,SUCCESS,2,1,1355.66,12085680.1,12087035.76,127,ghz -1319,SUCCESS,2,1,47.59,12087035.76,12087083.35,127,ghz -1321,SUCCESS,2,1,1075.59,12087083.35,12088158.94,127,qft -1322,SUCCESS,2,1,8262.64,12088158.94,12096421.58,127,ae -1323,SUCCESS,2,1,6272.02,12096421.58,12102693.6,127,wstate -1324,SUCCESS,2,1,1615.51,12102693.6,12104309.11,127,dj -1325,SUCCESS,2,1,26763.42,12104309.11,12131072.53,127,qpeinexact -1326,SUCCESS,2,1,156.7,12131072.53,12131229.23,127,dj -1327,SUCCESS,2,1,8432.92,12131229.23,12139662.15,127,ae -1329,SUCCESS,2,1,27497.88,12139662.15,12167160.03,127,ae -1330,SUCCESS,2,1,24476.54,12167160.03,12191636.57,127,qnn -1332,SUCCESS,2,1,10333.85,12191636.57,12201970.42,127,ae -1333,SUCCESS,2,1,727.03,12201970.42,12202697.45,127,wstate -1335,SUCCESS,2,1,49858.59,12202697.45,12252556.04,127,twolocalrandom -1336,SUCCESS,2,1,1446.26,12252556.04,12254002.3,127,ghz -1337,SUCCESS,2,1,19480.85,12254002.3,12273483.15,127,su2random -1338,SUCCESS,2,1,4972.43,12273483.15,12278455.58,127,qpeinexact -1339,SUCCESS,2,1,16504.95,12278455.58,12294960.53,127,ae -1340,SUCCESS,2,1,44787.25,12294960.53,12339747.78,127,random -1341,SUCCESS,2,1,255.08,12339747.78,12340002.86,127,vqe -1342,SUCCESS,2,1,108.99,12340002.86,12340111.85,127,ghz -1347,SUCCESS,2,1,11696.87,12340111.85,12351808.72,127,qpeinexact -1349,SUCCESS,2,1,5903.3,12351808.72,12357712.02,127,ae -1351,SUCCESS,2,1,2058.11,12357712.02,12359770.13,127,realamprandom -1353,SUCCESS,2,1,11210.57,12359770.13,12370980.7,127,qpeexact -1355,SUCCESS,2,1,444.2,12370980.7,12371424.9,127,ae -1356,SUCCESS,2,1,1345.33,12371424.9,12372770.23,127,qwalk-v-chain -1357,SUCCESS,2,1,27638.31,12372770.23,12400408.54,127,ae -1358,SUCCESS,2,1,31683.21,12400408.54,12432091.75,127,twolocalrandom -1359,SUCCESS,2,1,13251.17,12432091.75,12445342.92,127,twolocalrandom -1360,SUCCESS,2,1,10789.51,12445342.92,12456132.43,127,qftentangled -1361,SUCCESS,2,1,1802.71,12456132.43,12457935.14,127,qpeinexact -1362,SUCCESS,2,1,344408.7,12457935.14,12802343.84,127,grover-noancilla -1363,SUCCESS,2,1,10530.5,12802343.84,12812874.34,127,random -1364,SUCCESS,2,1,1897.61,12812874.34,12814771.95,127,su2random -1365,SUCCESS,2,1,3005.22,12814771.95,12817777.17,127,realamprandom -1366,SUCCESS,2,1,1527.32,12817777.17,12819304.49,127,qpeinexact -1367,SUCCESS,2,1,7029.13,12819304.49,12826333.62,127,realamprandom -1368,SUCCESS,2,1,32317,12826333.62,12858650.62,127,realamprandom -1369,SUCCESS,2,1,8088.7,12858650.62,12866739.32,127,ae -1371,SUCCESS,2,1,7049,12866739.32,12873788.32,127,qftentangled -1372,SUCCESS,2,1,34602.4,12873788.32,12908390.72,127,random -1373,SUCCESS,2,1,29180.67,12908390.72,12937571.39,127,qft -1375,SUCCESS,2,1,897.43,12937571.39,12938468.82,127,wstate -1376,SUCCESS,2,1,468.71,12938468.82,12938937.53,127,realamprandom -1377,SUCCESS,2,1,2631.14,12938937.53,12941568.67,127,qft -1378,SUCCESS,2,1,22506.81,12941568.67,12964075.48,127,random -1379,SUCCESS,2,1,10390.22,12964075.48,12974465.7,127,qpeexact -1381,SUCCESS,2,1,16326.48,12974465.7,12990792.18,127,ae -1382,SUCCESS,2,1,3129.68,12990792.18,12993921.86,127,dj -1384,SUCCESS,2,1,15791.64,12993921.86,13009713.5,127,qpeexact -1385,SUCCESS,2,1,207.22,13009713.5,13009920.72,127,graphstate -1386,SUCCESS,2,1,117.07,13009920.72,13010037.79,127,qaoa -1387,SUCCESS,2,1,6586.94,13010037.79,13016624.73,127,su2random -1388,SUCCESS,2,1,8276.3,13016624.73,13024901.03,127,qftentangled -1389,SUCCESS,2,1,4250.58,13024901.03,13029151.61,127,twolocalrandom -1390,SUCCESS,2,1,508.98,13029151.61,13029660.59,127,qft -1391,SUCCESS,2,1,6764,13029660.59,13036424.59,127,qft -1393,SUCCESS,2,1,2233.8,13036424.59,13038658.39,127,qft -1394,SUCCESS,2,1,26159.58,13038658.39,13064817.97,127,su2random -1397,SUCCESS,2,1,64.51,13064817.97,13064882.48,127,vqe -1398,SUCCESS,2,1,412.81,13064882.48,13065295.29,127,graphstate -1399,SUCCESS,2,1,1726.54,13065295.29,13067021.83,127,dj -1400,SUCCESS,2,1,2544.51,13067021.83,13069566.34,127,qpeinexact -1401,SUCCESS,2,1,8081.01,13069566.34,13077647.35,127,qpeinexact -1403,SUCCESS,2,1,1466.82,13077647.35,13079114.17,127,qftentangled -1404,SUCCESS,2,1,3981.06,13079114.17,13083095.23,127,qft -1405,SUCCESS,2,1,2429.65,13083095.23,13085524.88,127,dj -1406,SUCCESS,2,1,50.45,13085524.88,13085575.33,127,ghz -1407,SUCCESS,2,1,10979.3,13085575.33,13096554.63,127,su2random -1409,SUCCESS,2,1,116424.46,13096554.63,13212979.09,127,random -1410,SUCCESS,2,1,2051.3,13212979.09,13215030.39,127,qpeinexact -1411,SUCCESS,2,1,18045.59,13215030.39,13233075.98,127,realamprandom -1412,SUCCESS,2,1,677.92,13233075.98,13233753.9,127,qpeexact -1413,SUCCESS,2,1,11376,13233753.9,13245129.9,127,qpeinexact -1414,SUCCESS,2,1,3081.53,13245129.9,13248211.43,127,pricingput -1415,SUCCESS,2,1,34455.93,13248211.43,13282667.36,127,su2random -1416,SUCCESS,2,1,988.2,13282667.36,13283655.56,127,twolocalrandom -1417,SUCCESS,2,1,153.77,13283655.56,13283809.33,127,ghz -1418,SUCCESS,2,1,3499.18,13283809.33,13287308.51,127,qpeinexact -1419,SUCCESS,2,1,1131.67,13287308.51,13288440.18,127,pricingput -1420,SUCCESS,2,1,1293.99,13288440.18,13289734.17,127,qpeexact -1421,SUCCESS,2,1,13926.7,13289734.17,13303660.87,127,qftentangled -1422,SUCCESS,2,1,28978.44,13303660.87,13332639.31,127,random -1423,SUCCESS,2,1,2134.77,13332639.31,13334774.08,127,wstate -1424,SUCCESS,2,1,3600.76,13334774.08,13338374.84,127,realamprandom -1425,SUCCESS,2,1,207.95,13338374.84,13338582.79,127,tsp -1426,SUCCESS,2,1,30166.19,13338582.79,13368748.98,127,random -1427,SUCCESS,2,1,77124.93,13368748.98,13445873.91,127,realamprandom -1429,SUCCESS,2,1,4738.48,13445873.91,13450612.39,127,realamprandom -1430,SUCCESS,2,1,2443.78,13450612.39,13453056.17,127,dj -1431,SUCCESS,2,1,20528.25,13453056.17,13473584.42,127,qpeinexact -1432,SUCCESS,2,1,1808.18,13473584.42,13475392.6,127,ae -1434,SUCCESS,2,1,4932.24,13475392.6,13480324.84,127,qft -1435,SUCCESS,2,1,1880.96,13480324.84,13482205.8,127,ghz -1437,SUCCESS,2,1,6603.58,13482205.8,13488809.38,127,qpeexact -1438,SUCCESS,2,1,436.35,13488809.38,13489245.73,127,wstate -1440,SUCCESS,2,1,15430.02,13489245.73,13504675.75,127,ae -1441,SUCCESS,2,1,4829.86,13504675.75,13509505.61,127,ae -1445,SUCCESS,2,1,14202.61,13509505.61,13523708.22,127,qpeinexact -1446,SUCCESS,2,1,1134.94,13523708.22,13524843.16,127,ghz -1447,SUCCESS,2,1,7908.85,13524843.16,13532752.01,127,twolocalrandom -1449,SUCCESS,2,1,720.2,13532752.01,13533472.21,127,dj -1451,SUCCESS,2,1,202.47,13533472.21,13533674.68,127,ghz -1452,SUCCESS,2,1,4307.86,13533674.68,13537982.54,127,qpeexact -1453,SUCCESS,2,1,1069.53,13537982.54,13539052.07,127,groundstate -1454,SUCCESS,2,1,6314.53,13539052.07,13545366.6,127,qpeinexact -1455,SUCCESS,2,1,951.57,13545366.6,13546318.17,127,qft -1457,SUCCESS,2,1,2156.43,13546318.17,13548474.6,127,su2random -1458,SUCCESS,2,1,1147.33,13548474.6,13549621.93,127,qnn -1459,SUCCESS,2,1,137.03,13549621.93,13549758.96,127,ghz -1461,SUCCESS,2,1,1040.21,13549758.96,13550799.17,127,realamprandom -1463,SUCCESS,2,1,46774.22,13550799.17,13597573.39,127,qnn -1465,SUCCESS,2,1,1676.85,13597573.39,13599250.24,127,ghz -1466,SUCCESS,2,1,6321.55,13599250.24,13605571.79,127,ae -1467,SUCCESS,2,1,41796.43,13605571.79,13647368.22,127,realamprandom -1468,SUCCESS,2,1,625.61,13647368.22,13647993.83,127,dj -1473,SUCCESS,2,1,18035.29,13647993.83,13666029.12,127,twolocalrandom -1474,SUCCESS,2,1,2287.98,13666029.12,13668317.1,127,dj -1475,SUCCESS,2,1,2185.23,13668317.1,13670502.33,127,qnn -1476,SUCCESS,2,1,879.6,13670502.33,13671381.93,127,dj -1477,SUCCESS,2,1,8277.37,13671381.93,13679659.3,127,qftentangled -1478,SUCCESS,2,1,3987.72,13679659.3,13683647.02,127,realamprandom -1479,SUCCESS,2,1,91324.76,13683647.02,13774971.78,127,random -1480,SUCCESS,2,1,576.72,13774971.78,13775548.5,127,wstate -1481,SUCCESS,2,1,60.94,13775548.5,13775609.44,127,qaoa -1482,SUCCESS,2,1,13107.09,13775609.44,13788716.53,127,qftentangled -1484,SUCCESS,2,1,57.02,13788716.53,13788773.55,127,wstate -1486,SUCCESS,2,1,3024.71,13788773.55,13791798.26,127,dj -1487,SUCCESS,2,1,3116.39,13791798.26,13794914.65,127,dj -1488,SUCCESS,2,1,1254.42,13794914.65,13796169.07,127,graphstate -1489,SUCCESS,2,1,23711.48,13796169.07,13819880.55,127,qpeinexact -1490,SUCCESS,2,1,363.03,13819880.55,13820243.58,127,ghz -1491,SUCCESS,2,1,34.52,13820243.58,13820278.1,127,ghz -1492,SUCCESS,2,1,11315.51,13820278.1,13831593.61,127,qftentangled -1493,SUCCESS,2,1,2453.96,13831593.61,13834047.57,127,qftentangled -1494,SUCCESS,2,1,208.19,13834047.57,13834255.76,127,graphstate -1496,SUCCESS,2,1,133.75,13834255.76,13834389.51,127,graphstate -1498,SUCCESS,2,1,5873.05,13834389.51,13840262.56,127,ae -1499,SUCCESS,2,1,384.14,13840262.56,13840646.7,127,wstate -1500,SUCCESS,2,1,1291.52,13840646.7,13841938.22,127,twolocalrandom -1501,SUCCESS,2,1,15537.84,13841938.22,13857476.06,127,ae -1502,SUCCESS,2,1,91867.13,13857476.06,13949343.19,127,random -1504,SUCCESS,2,1,2385.97,13949343.19,13951729.16,127,twolocalrandom -1505,SUCCESS,2,1,744.15,13951729.16,13952473.31,127,qftentangled -1506,SUCCESS,2,1,15221.73,13952473.31,13967695.04,127,qft -1508,SUCCESS,2,1,967.38,13967695.04,13968662.42,127,dj -1509,SUCCESS,2,1,7107.39,13968662.42,13975769.81,127,qftentangled -1512,SUCCESS,2,1,6959.5,13975769.81,13982729.31,127,twolocalrandom -1514,SUCCESS,2,1,500.27,13982729.31,13983229.58,127,graphstate -1515,SUCCESS,2,1,18085.61,13983229.58,14001315.19,127,su2random -1516,SUCCESS,2,1,1567.8,14001315.19,14002882.99,127,qftentangled -1518,SUCCESS,2,1,1784.37,14002882.99,14004667.36,127,qftentangled -1520,SUCCESS,2,1,9683.61,14004667.36,14014350.97,127,realamprandom -1521,SUCCESS,2,1,94.97,14014350.97,14014445.94,127,vqe -1523,SUCCESS,2,1,20213.83,14014445.94,14034659.77,127,qpeexact -1525,SUCCESS,2,1,1450.14,14034659.77,14036109.91,127,qpeinexact -1526,SUCCESS,2,1,23161.06,14036109.91,14059270.97,127,realamprandom -1527,SUCCESS,2,1,26702.16,14059270.97,14085973.13,127,su2random -1528,SUCCESS,2,1,12738.83,14085973.13,14098711.96,127,qnn -1529,SUCCESS,2,1,282.51,14098711.96,14098994.47,127,dj -1530,SUCCESS,2,1,1803.07,14098994.47,14100797.54,127,dj -1531,SUCCESS,2,1,833.76,14100797.54,14101631.3,127,qft -1532,SUCCESS,2,1,229.81,14101631.3,14101861.11,127,graphstate -1533,SUCCESS,2,1,190.84,14101861.11,14102051.95,127,wstate -1535,SUCCESS,2,1,464.85,14102051.95,14102516.8,127,wstate -1539,SUCCESS,2,1,9463.9,14102516.8,14111980.7,127,qft -1541,SUCCESS,2,1,7191.88,14111980.7,14119172.58,127,qpeexact -1544,SUCCESS,2,1,1500.63,14119172.58,14120673.21,127,wstate -1545,SUCCESS,2,1,2564.92,14120673.21,14123238.13,127,twolocalrandom -1546,SUCCESS,2,1,28171.13,14123238.13,14151409.26,127,su2random -1548,SUCCESS,2,1,2706.73,14151409.26,14154115.99,127,dj -1549,SUCCESS,2,1,391.92,14154115.99,14154507.91,127,dj -1550,SUCCESS,2,1,1456.95,14154507.91,14155964.86,127,ae -1551,SUCCESS,2,1,14010.92,14155964.86,14169975.78,127,twolocalrandom -1552,SUCCESS,2,1,23455.57,14169975.78,14193431.35,127,su2random -1553,SUCCESS,2,1,101704.01,14193431.35,14295135.36,127,random -1554,SUCCESS,2,1,700.99,14295135.36,14295836.35,127,wstate -1556,SUCCESS,2,1,850.77,14295836.35,14296687.12,127,qftentangled -1557,SUCCESS,2,1,16298.76,14296687.12,14312985.88,127,qft -1558,SUCCESS,2,1,8837.41,14312985.88,14321823.29,127,su2random -1559,SUCCESS,2,1,1895.79,14321823.29,14323719.08,127,qpeinexact -1560,SUCCESS,2,1,3789,14323719.08,14327508.08,127,qnn -1561,SUCCESS,2,1,9154.53,14327508.08,14336662.61,127,qpeinexact -1562,SUCCESS,2,1,1689.07,14336662.61,14338351.68,127,graphstate -1563,SUCCESS,2,1,9616.33,14338351.68,14347968.01,127,qwalk-noancilla -1564,SUCCESS,2,1,3342.5,14347968.01,14351310.51,127,qft -1566,SUCCESS,2,1,22657.93,14351310.51,14373968.44,127,su2random -1567,SUCCESS,2,1,161.7,14373968.44,14374130.14,127,wstate -1568,SUCCESS,2,1,14818.97,14374130.14,14388949.11,127,qpeinexact -1569,SUCCESS,2,1,58729.42,14388949.11,14447678.53,127,twolocalrandom -1570,SUCCESS,2,1,847.54,14447678.53,14448526.07,127,qftentangled -1571,SUCCESS,2,1,7945.32,14448526.07,14456471.39,127,qnn -1572,SUCCESS,2,1,8254.03,14456471.39,14464725.42,127,realamprandom -1573,SUCCESS,2,1,2207.96,14464725.42,14466933.38,127,ghz -1574,SUCCESS,2,1,2907.23,14466933.38,14469840.61,127,dj -1575,SUCCESS,2,1,138.77,14469840.61,14469979.38,127,wstate -1576,SUCCESS,2,1,968.89,14469979.38,14470948.27,127,dj -1577,SUCCESS,2,1,2370.57,14470948.27,14473318.84,127,qpeinexact -1578,SUCCESS,2,1,4629.69,14473318.84,14477948.53,127,random -1579,SUCCESS,2,1,1123.42,14477948.53,14479071.95,127,dj -1581,SUCCESS,2,1,215.6,14479071.95,14479287.55,127,graphstate -1582,SUCCESS,2,1,2163.43,14479287.55,14481450.98,127,pricingcall -1584,SUCCESS,2,1,771.9,14481450.98,14482222.88,127,wstate -1585,SUCCESS,2,1,108.83,14482222.88,14482331.71,127,graphstate -1586,SUCCESS,2,1,1409.33,14482331.71,14483741.04,127,qnn -1587,SUCCESS,2,1,1396.86,14483741.04,14485137.9,127,qnn -1588,SUCCESS,2,1,1661.14,14485137.9,14486799.04,127,portfolioqaoa -1589,SUCCESS,2,1,1073.97,14486799.04,14487873.01,127,qpeinexact -1590,SUCCESS,2,1,13729.42,14487873.01,14501602.43,127,qpeinexact -1592,SUCCESS,2,1,363.39,14501602.43,14501965.82,127,wstate -1593,SUCCESS,2,1,2266.59,14501965.82,14504232.41,127,qpeinexact -1594,SUCCESS,2,1,2357.18,14504232.41,14506589.59,127,qftentangled -1595,SUCCESS,2,1,10170.76,14506589.59,14516760.35,127,qpeinexact -1596,SUCCESS,2,1,271.92,14516760.35,14517032.27,127,wstate -1598,SUCCESS,2,1,51737.09,14517032.27,14568769.36,127,realamprandom -1599,SUCCESS,2,1,11549.56,14568769.36,14580318.92,127,qpeexact -1600,SUCCESS,2,1,1091.44,14580318.92,14581410.36,127,qpeexact -1601,SUCCESS,2,1,51811.54,14581410.36,14633221.9,127,su2random -1602,SUCCESS,2,1,3954.45,14633221.9,14637176.35,127,qftentangled -1603,SUCCESS,2,1,7817.65,14637176.35,14644994,127,random -1604,SUCCESS,2,1,421.61,14644994,14645415.61,127,ghz -1605,SUCCESS,2,1,17579.88,14645415.61,14662995.49,127,qpeexact -1608,SUCCESS,2,1,18754.89,14662995.49,14681750.38,127,qpeexact -1609,SUCCESS,2,1,174.81,14681750.38,14681925.19,127,wstate -1611,SUCCESS,2,1,1940.67,14681925.19,14683865.86,127,wstate -1612,SUCCESS,2,1,21850.22,14683865.86,14705716.08,127,su2random -1613,SUCCESS,2,1,52043.3,14705716.08,14757759.38,127,realamprandom -1614,SUCCESS,2,1,10678.46,14757759.38,14768437.84,127,su2random -1616,SUCCESS,2,1,2238.67,14768437.84,14770676.51,127,dj -1618,SUCCESS,2,1,2331,14770676.51,14773007.51,127,qpeexact -1619,SUCCESS,2,1,4026.96,14773007.51,14777034.47,127,su2random -1620,SUCCESS,2,1,1042.63,14777034.47,14778077.1,127,qft -1621,SUCCESS,2,1,141.27,14778077.1,14778218.37,127,graphstate -1622,SUCCESS,2,1,348.78,14778218.37,14778567.15,127,dj -1623,SUCCESS,2,1,396.88,14778567.15,14778964.03,127,graphstate -1624,SUCCESS,2,1,13041.31,14778964.03,14792005.34,127,realamprandom -1625,SUCCESS,2,1,4111.18,14792005.34,14796116.52,127,qpeinexact -1626,SUCCESS,2,1,1314.26,14796116.52,14797430.78,127,dj -1628,SUCCESS,2,1,1381.58,14797430.78,14798812.36,127,qftentangled -1629,SUCCESS,2,1,2634.5,14798812.36,14801446.86,127,qft -1630,SUCCESS,2,1,150.73,14801446.86,14801597.59,127,ghz -1631,SUCCESS,2,1,4214.77,14801597.59,14805812.36,127,wstate -1633,SUCCESS,2,1,711.07,14805812.36,14806523.43,127,graphstate -1634,SUCCESS,2,1,119089.38,14806523.43,14925612.81,127,random -1635,SUCCESS,2,1,2937.55,14925612.81,14928550.36,127,realamprandom -1638,SUCCESS,2,1,165.28,14928550.36,14928715.64,127,graphstate -1639,SUCCESS,2,1,959.12,14928715.64,14929674.76,127,qpeexact -1640,SUCCESS,2,1,2074.06,14929674.76,14931748.82,127,qnn -1643,SUCCESS,2,1,39390.87,14931748.82,14971139.69,127,su2random -1644,SUCCESS,2,1,9275.37,14971139.69,14980415.06,127,qftentangled -1645,SUCCESS,2,1,8428.24,14980415.06,14988843.3,127,random -1646,SUCCESS,2,1,584.74,14988843.3,14989428.04,127,graphstate -1648,SUCCESS,2,1,4881.44,14989428.04,14994309.48,127,wstate -1649,SUCCESS,2,1,254.71,14994309.48,14994564.19,127,graphstate -1651,SUCCESS,2,1,712.08,14994564.19,14995276.27,127,random -1652,SUCCESS,2,1,20669.61,14995276.27,15015945.88,127,random -1653,SUCCESS,2,1,101.95,15015945.88,15016047.83,127,dj -1654,SUCCESS,2,1,24096.49,15016047.83,15040144.32,127,qpeexact -1656,SUCCESS,2,1,1367.3,15040144.32,15041511.62,127,ghz -1661,SUCCESS,2,1,206.6,15041511.62,15041718.22,127,ghz -1665,SUCCESS,2,1,10511.83,15041718.22,15052230.05,127,realamprandom -1666,SUCCESS,2,1,12406.49,15052230.05,15064636.54,127,ae -1667,SUCCESS,2,1,1061.23,15064636.54,15065697.77,127,dj -1668,SUCCESS,2,1,19374.93,15065697.77,15085072.7,127,grover-noancilla -1669,SUCCESS,2,1,13666.11,15085072.7,15098738.81,127,ae -1670,SUCCESS,2,1,132.72,15098738.81,15098871.53,127,ghz -1671,SUCCESS,2,1,1343.78,15098871.53,15100215.31,127,portfoliovqe -1672,SUCCESS,2,1,405.41,15100215.31,15100620.72,127,pricingput -1673,SUCCESS,2,1,4869.53,15100620.72,15105490.25,127,su2random -1675,SUCCESS,2,1,5149.03,15105490.25,15110639.28,127,qnn -1676,SUCCESS,2,1,2310.89,15110639.28,15112950.17,127,ae -1677,SUCCESS,2,1,6935.37,15112950.17,15119885.54,127,realamprandom -1679,SUCCESS,2,1,1319.05,15119885.54,15121204.59,127,dj -1680,SUCCESS,2,1,643.73,15121204.59,15121848.32,127,wstate -1681,SUCCESS,2,1,10220.02,15121848.32,15132068.34,127,ae -1683,SUCCESS,2,1,25655.83,15132068.34,15157724.17,127,qnn -1684,SUCCESS,2,1,3601.77,15157724.17,15161325.94,127,qpeinexact -1685,SUCCESS,2,1,454.45,15161325.94,15161780.39,127,graphstate -1686,SUCCESS,2,1,954.02,15161780.39,15162734.41,127,twolocalrandom -1687,SUCCESS,2,1,5154.5,15162734.41,15167888.91,127,su2random -1688,SUCCESS,2,1,2514.16,15167888.91,15170403.07,127,dj -1689,SUCCESS,2,1,39230.98,15170403.07,15209634.05,127,realamprandom -1690,SUCCESS,2,1,3137.34,15209634.05,15212771.39,127,twolocalrandom -1691,SUCCESS,2,1,2058.29,15212771.39,15214829.68,127,qpeexact -1693,SUCCESS,2,1,15673.27,15214829.68,15230502.95,127,qpeexact -1694,SUCCESS,2,1,13775.88,15230502.95,15244278.83,127,qnn -1695,SUCCESS,2,1,719.81,15244278.83,15244998.64,127,dj -1696,SUCCESS,2,1,475.78,15244998.64,15245474.42,127,su2random -1697,SUCCESS,2,1,5044.76,15245474.42,15250519.18,127,qpeinexact -1698,SUCCESS,2,1,1207.97,15250519.18,15251727.15,127,twolocalrandom -1699,SUCCESS,2,1,6233.19,15251727.15,15257960.34,127,twolocalrandom -1700,SUCCESS,2,1,862.03,15257960.34,15258822.37,127,dj -1702,SUCCESS,2,1,838,15258822.37,15259660.37,127,ghz -1704,SUCCESS,2,1,13924.28,15259660.37,15273584.65,127,ae -1705,SUCCESS,2,1,2001,15273584.65,15275585.65,127,dj -1706,SUCCESS,2,1,1855.53,15275585.65,15277441.18,127,qpeexact -1707,SUCCESS,2,1,4122.55,15277441.18,15281563.73,127,qftentangled -1708,SUCCESS,2,1,4075.32,15281563.73,15285639.05,127,ae -1709,SUCCESS,2,1,858.87,15285639.05,15286497.92,127,realamprandom -1710,SUCCESS,2,1,236.69,15286497.92,15286734.61,127,dj -1711,SUCCESS,2,1,20876.15,15286734.61,15307610.76,127,qnn -1712,SUCCESS,2,1,1849.6,15307610.76,15309460.36,127,qwalk-v-chain -1713,SUCCESS,2,1,34.35,15309460.36,15309494.71,127,vqe -1714,SUCCESS,2,1,12716.69,15309494.71,15322211.4,127,qpeexact -1715,SUCCESS,2,1,1039.15,15322211.4,15323250.55,127,random -1716,SUCCESS,2,1,19987,15323250.55,15343237.55,127,su2random -1717,SUCCESS,2,1,14985.89,15343237.55,15358223.44,127,qpeexact -1718,SUCCESS,2,1,26576,15358223.44,15384799.44,127,random -1719,SUCCESS,2,1,963.68,15384799.44,15385763.12,127,dj -1720,SUCCESS,2,1,18228.82,15385763.12,15403991.94,127,qpeexact -1721,SUCCESS,2,1,6689.65,15403991.94,15410681.59,127,random -1722,SUCCESS,2,1,10823.16,15410681.59,15421504.75,127,su2random -1724,SUCCESS,2,1,22961.84,15421504.75,15444466.59,127,qftentangled -1725,SUCCESS,2,1,9449.22,15444466.59,15453915.81,127,qft -1727,SUCCESS,2,1,26392.56,15453915.81,15480308.37,127,qpeinexact -1728,SUCCESS,2,1,1392.89,15480308.37,15481701.26,127,qpeexact -1729,SUCCESS,2,1,2989.22,15481701.26,15484690.48,127,ghz -1730,SUCCESS,2,1,1247.83,15484690.48,15485938.31,127,qpeinexact -1733,SUCCESS,2,1,347.16,15485938.31,15486285.47,127,graphstate -1734,SUCCESS,2,1,33298.4,15486285.47,15519583.87,127,pricingcall -1735,SUCCESS,2,1,28871.25,15519583.87,15548455.12,127,qpeexact -1736,SUCCESS,2,1,2517.16,15548455.12,15550972.28,127,wstate -1738,SUCCESS,2,1,6931.28,15550972.28,15557903.56,127,qftentangled -1739,SUCCESS,2,1,652.87,15557903.56,15558556.43,127,twolocalrandom -1740,SUCCESS,2,1,1665.7,15558556.43,15560222.13,127,twolocalrandom -1741,SUCCESS,2,1,21039.89,15560222.13,15581262.02,127,twolocalrandom -1742,SUCCESS,2,1,2745.99,15581262.02,15584008.01,127,su2random -1743,SUCCESS,2,1,1425.35,15584008.01,15585433.36,127,twolocalrandom -1744,SUCCESS,2,1,220.64,15585433.36,15585654,127,graphstate -1745,SUCCESS,2,1,2493.72,15585654,15588147.72,127,qftentangled -1746,SUCCESS,2,1,3168.03,15588147.72,15591315.75,127,qnn -1747,SUCCESS,2,1,1625.4,15591315.75,15592941.15,127,qnn -1748,SUCCESS,2,1,1331.3,15592941.15,15594272.45,127,ghz -1749,SUCCESS,2,1,854.54,15594272.45,15595126.99,127,dj -1750,SUCCESS,2,1,13974.38,15595126.99,15609101.37,127,qpeexact -1751,SUCCESS,2,1,2649.67,15609101.37,15611751.04,127,dj -1752,SUCCESS,2,1,1727.15,15611751.04,15613478.19,127,qftentangled -1753,SUCCESS,2,1,5408.19,15613478.19,15618886.38,127,qpeinexact -1754,SUCCESS,2,1,244.44,15618886.38,15619130.82,127,graphstate -1755,SUCCESS,2,1,3275.22,15619130.82,15622406.04,127,twolocalrandom -1756,SUCCESS,2,1,17037.47,15622406.04,15639443.51,127,qft -1758,SUCCESS,2,1,1370.97,15639443.51,15640814.48,127,portfoliovqe -1759,SUCCESS,2,1,1711.13,15640814.48,15642525.61,127,dj -1760,SUCCESS,2,1,1071.26,15642525.61,15643596.87,127,twolocalrandom -1761,SUCCESS,2,1,33235.14,15643596.87,15676832.01,127,qftentangled -1762,SUCCESS,2,1,2798.09,15676832.01,15679630.1,127,twolocalrandom -1763,SUCCESS,2,1,2687.54,15679630.1,15682317.64,127,realamprandom -1764,SUCCESS,2,1,667.53,15682317.64,15682985.17,127,dj -1765,SUCCESS,2,1,6696,15682985.17,15689681.17,127,ae -1766,SUCCESS,2,1,156.93,15689681.17,15689838.1,127,graphstate -1767,SUCCESS,2,1,97.34,15689838.1,15689935.44,127,graphstate -1768,SUCCESS,2,1,124.52,15689935.44,15690059.96,127,groundstate -1770,SUCCESS,2,1,1005.79,15690059.96,15691065.75,127,dj -1771,SUCCESS,2,1,273.33,15691065.75,15691339.08,127,graphstate -1773,SUCCESS,2,1,45.72,15691339.08,15691384.8,127,ghz -1774,SUCCESS,2,1,119.98,15691384.8,15691504.78,127,graphstate -1775,SUCCESS,2,1,316.38,15691504.78,15691821.16,127,graphstate -1777,SUCCESS,2,1,7343.28,15691821.16,15699164.44,127,qft -1779,SUCCESS,2,1,2465.71,15699164.44,15701630.15,127,qpeinexact -1780,SUCCESS,2,1,2131.76,15701630.15,15703761.91,127,ghz -1781,SUCCESS,2,1,3716.94,15703761.91,15707478.85,127,qftentangled -1782,SUCCESS,2,1,9736.36,15707478.85,15717215.21,127,qftentangled -1783,SUCCESS,2,1,14794.04,15717215.21,15732009.25,127,qftentangled -1785,SUCCESS,2,1,10704.03,15732009.25,15742713.28,127,qft -1786,SUCCESS,2,1,4107.44,15742713.28,15746820.72,127,qft -1787,SUCCESS,2,1,818.02,15746820.72,15747638.74,127,su2random -1788,SUCCESS,2,1,5541.57,15747638.74,15753180.31,127,qpeexact -1789,SUCCESS,2,1,65.89,15753180.31,15753246.2,127,graphstate -1790,SUCCESS,2,1,336.39,15753246.2,15753582.59,127,dj -1791,SUCCESS,2,1,2119.6,15753582.59,15755702.19,127,dj -1793,SUCCESS,2,1,1379.09,15755702.19,15757081.28,127,qftentangled -1794,SUCCESS,2,1,18929.84,15757081.28,15776011.12,127,random -1795,SUCCESS,2,1,30386.4,15776011.12,15806397.52,127,qnn -1796,SUCCESS,2,1,1505.53,15806397.52,15807903.05,127,ae -1797,SUCCESS,2,1,3100.92,15807903.05,15811003.97,127,qpeinexact -1798,SUCCESS,2,1,3876.68,15811003.97,15814880.65,127,ae -1799,SUCCESS,2,1,27.05,15814880.65,15814907.7,127,ghz -1800,SUCCESS,2,1,46371.04,15814907.7,15861278.74,127,grover-v-chain -1802,SUCCESS,2,1,1594.97,15861278.74,15862873.71,127,ghz -1803,SUCCESS,2,1,23047.38,15862873.71,15885921.09,127,qnn -1804,SUCCESS,2,1,34394.43,15885921.09,15920315.52,127,realamprandom -1805,SUCCESS,2,1,2613.86,15920315.52,15922929.38,127,qnn -1806,SUCCESS,2,1,1266.82,15922929.38,15924196.2,127,ae -1807,SUCCESS,2,1,863.8,15924196.2,15925060,127,wstate -1808,SUCCESS,2,1,2755.51,15925060,15927815.51,127,qnn -1809,SUCCESS,2,1,1176.75,15927815.51,15928992.26,127,wstate -1810,SUCCESS,2,1,1433.02,15928992.26,15930425.28,127,dj -1811,SUCCESS,2,1,33906.6,15930425.28,15964331.88,127,qnn -1814,SUCCESS,2,1,39110.77,15964331.88,16003442.65,127,random -1816,SUCCESS,2,1,2085.09,16003442.65,16005527.74,127,twolocalrandom -1818,SUCCESS,2,1,191.53,16005527.74,16005719.27,127,ghz -1819,SUCCESS,2,1,1965.34,16005719.27,16007684.61,127,qft -1820,SUCCESS,2,1,1648.56,16007684.61,16009333.17,127,qftentangled -1822,SUCCESS,2,1,22229.48,16009333.17,16031562.65,127,grover-v-chain -1823,SUCCESS,2,1,1559.36,16031562.65,16033122.01,127,dj -1825,SUCCESS,2,1,587.68,16033122.01,16033709.69,127,graphstate -1826,SUCCESS,2,1,5270.71,16033709.69,16038980.4,127,realamprandom -1827,SUCCESS,2,1,5374.56,16038980.4,16044354.96,127,qftentangled -1828,SUCCESS,2,1,5019.15,16044354.96,16049374.11,127,ae -1829,SUCCESS,2,1,198.72,16049374.11,16049572.83,127,dj -1830,SUCCESS,2,1,2283.94,16049572.83,16051856.77,127,realamprandom -1831,SUCCESS,2,1,2152.08,16051856.77,16054008.85,127,qft -1833,SUCCESS,2,1,6852.98,16054008.85,16060861.83,127,realamprandom -1834,SUCCESS,2,1,54327.3,16060861.83,16115189.13,127,random -1835,SUCCESS,2,1,1261.07,16115189.13,16116450.2,127,dj -1836,SUCCESS,2,1,11679.76,16116450.2,16128129.96,127,qnn -1837,SUCCESS,2,1,8439.7,16128129.96,16136569.66,127,qpeexact -1838,SUCCESS,2,1,3609.02,16136569.66,16140178.68,127,ae -1839,SUCCESS,2,1,5301.35,16140178.68,16145480.03,127,qnn -1840,SUCCESS,2,1,39377.42,16145480.03,16184857.45,127,twolocalrandom -1841,SUCCESS,2,1,21277.84,16184857.45,16206135.29,127,ae -1843,SUCCESS,2,1,17859.47,16206135.29,16223994.76,127,random -1846,SUCCESS,2,1,1600.11,16223994.76,16225594.87,127,qpeexact -1849,SUCCESS,2,1,831.84,16225594.87,16226426.71,127,ghz -1850,SUCCESS,2,1,7053.27,16226426.71,16233479.98,127,realamprandom -1851,SUCCESS,2,1,20112.62,16233479.98,16253592.6,127,random -1852,SUCCESS,2,1,693.72,16253592.6,16254286.32,127,graphstate -1853,SUCCESS,2,1,455.51,16254286.32,16254741.83,127,graphstate -1856,SUCCESS,2,1,9967.22,16254741.83,16264709.05,127,qft -1859,SUCCESS,2,1,4487.95,16264709.05,16269197,127,wstate -1860,SUCCESS,2,1,2611.47,16269197,16271808.47,127,qpeinexact -1861,SUCCESS,2,1,100.72,16271808.47,16271909.19,127,ghz -1863,SUCCESS,2,1,23265.61,16271909.19,16295174.8,127,qftentangled -1864,SUCCESS,2,1,647.5,16295174.8,16295822.3,127,wstate -1865,SUCCESS,2,1,660.08,16295822.3,16296482.38,127,wstate -1866,SUCCESS,2,1,4917.3,16296482.38,16301399.68,127,qpeinexact -1867,SUCCESS,2,1,5847.61,16301399.68,16307247.29,127,su2random -1868,SUCCESS,2,1,866.84,16307247.29,16308114.13,127,ghz -1870,SUCCESS,2,1,5158.32,16308114.13,16313272.45,127,qftentangled -1871,SUCCESS,2,1,959.29,16313272.45,16314231.74,127,qpeexact -1872,SUCCESS,2,1,2325.03,16314231.74,16316556.77,127,dj -1873,SUCCESS,2,1,2049.72,16316556.77,16318606.49,127,wstate -1875,SUCCESS,2,1,7883.36,16318606.49,16326489.85,127,qpeinexact -1876,SUCCESS,2,1,139.77,16326489.85,16326629.62,127,ghz -1877,SUCCESS,2,1,6587.68,16326629.62,16333217.3,127,qft -1878,SUCCESS,2,1,15027.89,16333217.3,16348245.19,127,su2random -1879,SUCCESS,2,1,18209.36,16348245.19,16366454.55,127,ae -1880,SUCCESS,2,1,41852.41,16366454.55,16408306.96,127,realamprandom -1881,SUCCESS,2,1,11053.4,16408306.96,16419360.36,127,qpeexact -1882,SUCCESS,2,1,7192.05,16419360.36,16426552.41,127,qnn -1885,SUCCESS,2,1,180.31,16426552.41,16426732.72,127,wstate -1887,SUCCESS,2,1,2450.83,16426732.72,16429183.55,127,twolocalrandom -1889,SUCCESS,2,1,12860.45,16429183.55,16442044,127,qpeinexact -1890,SUCCESS,2,1,115.38,16442044,16442159.38,127,ghz -1893,SUCCESS,2,1,4134.67,16442159.38,16446294.05,127,ae -1894,SUCCESS,2,1,8190.16,16446294.05,16454484.21,127,ae -1895,SUCCESS,2,1,185.68,16454484.21,16454669.89,127,ghz -1896,SUCCESS,2,1,220.8,16454669.89,16454890.69,127,ghz -1897,SUCCESS,2,1,730.7,16454890.69,16455621.39,127,ghz -1898,SUCCESS,2,1,48.48,16455621.39,16455669.87,127,vqe -1899,SUCCESS,2,1,44362.01,16455669.87,16500031.88,127,random -1901,SUCCESS,2,1,1374.62,16500031.88,16501406.5,127,dj -1906,SUCCESS,2,1,8826.53,16501406.5,16510233.03,127,qftentangled -1907,SUCCESS,2,1,6135.2,16510233.03,16516368.23,127,wstate -1908,SUCCESS,2,1,10190.57,16516368.23,16526558.8,127,su2random -1910,SUCCESS,2,1,1518.55,16526558.8,16528077.35,127,dj -1911,SUCCESS,2,1,3754.28,16528077.35,16531831.63,127,qpeinexact -1912,SUCCESS,2,1,17979.92,16531831.63,16549811.55,127,pricingput -1913,SUCCESS,2,1,405.38,16549811.55,16550216.93,127,dj -1915,SUCCESS,2,1,28909.2,16550216.93,16579126.13,127,qpeexact -1917,SUCCESS,2,1,4221.04,16579126.13,16583347.17,127,qftentangled -1918,SUCCESS,2,1,565.63,16583347.17,16583912.8,127,dj -1919,SUCCESS,2,1,158157.53,16583912.8,16742070.33,127,random -1920,SUCCESS,2,1,113.6,16742070.33,16742183.93,127,ghz -1921,SUCCESS,2,1,14336.31,16742183.93,16756520.24,127,realamprandom -1923,SUCCESS,2,1,8890.34,16756520.24,16765410.58,127,qft -1924,SUCCESS,2,1,1086.65,16765410.58,16766497.23,127,qpeexact -1925,SUCCESS,2,1,17446.06,16766497.23,16783943.29,127,twolocalrandom -1926,SUCCESS,2,1,48673.13,16783943.29,16832616.42,127,su2random -1927,SUCCESS,2,1,3404.83,16832616.42,16836021.25,127,qft -1928,SUCCESS,2,1,125.83,16836021.25,16836147.08,127,vqe -1929,SUCCESS,2,1,35627.13,16836147.08,16871774.21,127,realamprandom -1930,SUCCESS,2,1,175.35,16871774.21,16871949.56,127,tsp -1931,SUCCESS,2,1,3420.59,16871949.56,16875370.15,127,qnn -1932,SUCCESS,2,1,24263.83,16875370.15,16899633.98,127,su2random -1933,SUCCESS,2,1,4631.53,16899633.98,16904265.51,127,pricingput -1934,SUCCESS,2,1,29933.03,16904265.51,16934198.54,127,random -1936,SUCCESS,2,1,14052.25,16934198.54,16948250.79,127,su2random -1937,SUCCESS,2,1,423.08,16948250.79,16948673.87,127,pricingput -1938,SUCCESS,2,1,1070.13,16948673.87,16949744,127,realamprandom -1939,SUCCESS,2,1,510.52,16949744,16950254.52,127,dj -1940,SUCCESS,2,1,205.03,16950254.52,16950459.55,127,ghz -1943,SUCCESS,2,1,226.11,16950459.55,16950685.66,127,wstate -1944,SUCCESS,2,1,8250.25,16950685.66,16958935.91,127,qftentangled -1945,SUCCESS,2,1,3698.62,16958935.91,16962634.53,127,qftentangled -1946,SUCCESS,2,1,2563.62,16962634.53,16965198.15,127,qftentangled -1948,SUCCESS,2,1,14498.73,16965198.15,16979696.88,127,qft -1950,SUCCESS,2,1,17630.66,16979696.88,16997327.54,127,qftentangled -1952,SUCCESS,2,1,17774.34,16997327.54,17015101.88,127,qnn -1954,SUCCESS,2,1,199.08,17015101.88,17015300.96,127,dj -1956,SUCCESS,2,1,8914.42,17015300.96,17024215.38,127,qpeexact -1958,SUCCESS,2,1,31476.1,17024215.38,17055691.48,127,ae -1959,SUCCESS,2,1,208.87,17055691.48,17055900.35,127,ghz -1960,SUCCESS,2,1,16087.28,17055900.35,17071987.63,127,qpeexact -1961,SUCCESS,2,1,507.89,17071987.63,17072495.52,127,wstate -1962,SUCCESS,2,1,14947.06,17072495.52,17087442.58,127,qpeexact -1963,SUCCESS,2,1,34068.74,17087442.58,17121511.32,127,qnn -1965,SUCCESS,2,1,1540.12,17121511.32,17123051.44,127,su2random -1967,SUCCESS,2,1,4679.02,17123051.44,17127730.46,127,qpeexact -1968,SUCCESS,2,1,16527.18,17127730.46,17144257.64,127,qftentangled -1969,SUCCESS,2,1,778.41,17144257.64,17145036.05,127,dj -1970,SUCCESS,2,1,17790.38,17145036.05,17162826.43,127,qft -1971,SUCCESS,2,1,72700.36,17162826.43,17235526.79,127,twolocalrandom -1972,SUCCESS,2,1,2014.01,17235526.79,17237540.8,127,qpeinexact -1974,SUCCESS,2,1,15140.05,17237540.8,17252680.85,127,realamprandom -1975,SUCCESS,2,1,96.49,17252680.85,17252777.34,127,graphstate -1976,SUCCESS,2,1,12446.46,17252777.34,17265223.8,127,twolocalrandom -1978,SUCCESS,2,1,2703.21,17265223.8,17267927.01,127,dj -1979,SUCCESS,2,1,6076.84,17267927.01,17274003.85,127,qpeinexact -1981,SUCCESS,2,1,735.13,17274003.85,17274738.98,127,wstate -1982,SUCCESS,2,1,1751.82,17274738.98,17276490.8,127,qpeexact -1983,SUCCESS,2,1,506.51,17276490.8,17276997.31,127,dj -1984,SUCCESS,2,1,1090.27,17276997.31,17278087.58,127,realamprandom -1986,SUCCESS,2,1,10397.67,17278087.58,17288485.25,127,qpeexact -1990,SUCCESS,2,1,167.55,17288485.25,17288652.8,127,graphstate -1991,SUCCESS,2,1,609.68,17288652.8,17289262.48,127,qpeinexact -1993,SUCCESS,2,1,16676.3,17289262.48,17305938.78,127,realamprandom -1994,SUCCESS,2,1,3865.39,17305938.78,17309804.17,127,qftentangled -1995,SUCCESS,2,1,1348.52,17309804.17,17311152.69,127,pricingcall -1996,SUCCESS,2,1,900.21,17311152.69,17312052.9,127,dj -1997,SUCCESS,2,1,788.65,17312052.9,17312841.55,127,dj -1998,SUCCESS,2,1,3936.83,17312841.55,17316778.38,127,ae -1999,SUCCESS,2,1,8774.11,17316778.38,17325552.49,127,qnn -2000,SUCCESS,2,1,478.59,17325552.49,17326031.08,127,ae -2001,SUCCESS,2,1,13268.84,17326031.08,17339299.92,127,qftentangled -2003,SUCCESS,2,1,1261.47,17339299.92,17340561.39,127,twolocalrandom -2004,SUCCESS,2,1,1813.28,17340561.39,17342374.67,127,qpeexact -2005,SUCCESS,2,1,12650.63,17342374.67,17355025.3,127,su2random -2006,SUCCESS,2,1,267.27,17355025.3,17355292.57,127,dj -2008,SUCCESS,2,1,28495.47,17355292.57,17383788.04,127,qpeinexact -2009,SUCCESS,2,1,16326.66,17383788.04,17400114.7,127,qpeexact -2011,SUCCESS,2,1,3056.71,17400114.7,17403171.41,127,qnn -2013,SUCCESS,2,1,18355.62,17403171.41,17421527.03,127,qftentangled -2014,SUCCESS,2,1,818.12,17421527.03,17422345.15,127,dj -2015,SUCCESS,2,1,10611.37,17422345.15,17432956.52,127,qftentangled -2016,SUCCESS,2,1,27816.81,17432956.52,17460773.33,127,qpeinexact -2017,SUCCESS,2,1,8187.16,17460773.33,17468960.49,127,qftentangled -2018,SUCCESS,2,1,201.64,17468960.49,17469162.13,127,graphstate -2019,SUCCESS,2,1,12933.08,17469162.13,17482095.21,127,qpeexact -2021,SUCCESS,2,1,40.69,17482095.21,17482135.9,127,ghz -2022,SUCCESS,2,1,279.64,17482135.9,17482415.54,127,graphstate -2023,SUCCESS,2,1,129.33,17482415.54,17482544.87,127,graphstate -2024,SUCCESS,2,1,18533.81,17482544.87,17501078.68,127,realamprandom -2025,SUCCESS,2,1,9262.36,17501078.68,17510341.04,127,qftentangled -2028,SUCCESS,2,1,15601.47,17510341.04,17525942.51,127,qft -2029,SUCCESS,2,1,175.42,17525942.51,17526117.93,127,ghz -2031,SUCCESS,2,1,21061.2,17526117.93,17547179.13,127,qftentangled -2032,SUCCESS,2,1,16594.34,17547179.13,17563773.47,127,twolocalrandom -2033,SUCCESS,2,1,3495.5,17563773.47,17567268.97,127,ae -2034,SUCCESS,2,1,213,17567268.97,17567481.97,127,wstate -2035,SUCCESS,2,1,30246.96,17567481.97,17597728.93,127,twolocalrandom -2036,SUCCESS,2,1,3766.08,17597728.93,17601495.01,127,qnn -2037,SUCCESS,2,1,7612.9,17601495.01,17609107.91,127,qpeexact -2038,SUCCESS,2,1,1741.48,17609107.91,17610849.39,127,ghz -2039,SUCCESS,2,1,8175.15,17610849.39,17619024.54,127,realamprandom -2040,SUCCESS,2,1,514.4,17619024.54,17619538.94,127,su2random -2041,SUCCESS,2,1,16307.82,17619538.94,17635846.76,127,realamprandom -2042,SUCCESS,2,1,16134.5,17635846.76,17651981.26,127,realamprandom -2043,SUCCESS,2,1,8129.01,17651981.26,17660110.27,127,ae -2046,SUCCESS,2,1,207.03,17660110.27,17660317.3,127,graphstate -2047,SUCCESS,2,1,577.42,17660317.3,17660894.72,127,wstate -2048,SUCCESS,2,1,825.87,17660894.72,17661720.59,127,realamprandom -2050,SUCCESS,2,1,10770.14,17661720.59,17672490.73,127,qpeinexact -2051,SUCCESS,2,1,214.95,17672490.73,17672705.68,127,ghz -2052,SUCCESS,2,1,134.6,17672705.68,17672840.28,127,graphstate -2053,SUCCESS,2,1,564.76,17672840.28,17673405.04,127,portfolioqaoa -2054,SUCCESS,2,1,642.66,17673405.04,17674047.7,127,qpeexact -2056,SUCCESS,2,1,53263.82,17674047.7,17727311.52,127,pricingput -2057,SUCCESS,2,1,1172.79,17727311.52,17728484.31,127,dj -2058,SUCCESS,2,1,205.41,17728484.31,17728689.72,127,ghz -2059,SUCCESS,2,1,9827.02,17728689.72,17738516.74,127,qftentangled -2060,SUCCESS,2,1,18489.63,17738516.74,17757006.37,127,su2random -2063,SUCCESS,2,1,841.18,17757006.37,17757847.55,127,wstate -2064,SUCCESS,2,1,8379.03,17757847.55,17766226.58,127,su2random -2065,SUCCESS,2,1,2610.6,17766226.58,17768837.18,127,random -2067,SUCCESS,2,1,1856.59,17768837.18,17770693.77,127,su2random -2068,SUCCESS,2,1,23817.96,17770693.77,17794511.73,127,su2random -2069,SUCCESS,2,1,4922.36,17794511.73,17799434.09,127,wstate -2070,SUCCESS,2,1,25334.23,17799434.09,17824768.32,127,twolocalrandom -2071,SUCCESS,2,1,9448.41,17824768.32,17834216.73,127,twolocalrandom -2072,SUCCESS,2,1,12737,17834216.73,17846953.73,127,su2random -2073,SUCCESS,2,1,3656.99,17846953.73,17850610.72,127,qpeexact -2074,SUCCESS,2,1,838.69,17850610.72,17851449.41,127,ae -2076,SUCCESS,2,1,2501.29,17851449.41,17853950.7,127,su2random -2077,SUCCESS,2,1,10675.12,17853950.7,17864625.82,127,qftentangled -2078,SUCCESS,2,1,1520.71,17864625.82,17866146.53,127,ae -2079,SUCCESS,2,1,231.11,17866146.53,17866377.64,127,wstate -2080,SUCCESS,2,1,3601.2,17866377.64,17869978.84,127,portfoliovqe -2081,SUCCESS,2,1,487.62,17869978.84,17870466.46,127,ghz -2082,SUCCESS,2,1,29522.12,17870466.46,17899988.58,127,twolocalrandom -2083,SUCCESS,2,1,831.17,17899988.58,17900819.75,127,qftentangled -2084,SUCCESS,2,1,31934.48,17900819.75,17932754.23,127,su2random -2085,SUCCESS,2,1,1951.62,17932754.23,17934705.85,127,realamprandom -2089,SUCCESS,2,1,459.49,17934705.85,17935165.34,127,qft -2090,SUCCESS,2,1,131.35,17935165.34,17935296.69,127,dj -2091,SUCCESS,2,1,85.5,17935296.69,17935382.19,127,graphstate -2093,SUCCESS,2,1,1572,17935382.19,17936954.19,127,qpeinexact -2094,SUCCESS,2,1,12162.1,17936954.19,17949116.29,127,qft -2095,SUCCESS,2,1,30500.5,17949116.29,17979616.79,127,qnn -2096,SUCCESS,2,1,155.53,17979616.79,17979772.32,127,graphstate -2097,SUCCESS,2,1,985.6,17979772.32,17980757.92,127,su2random -2098,SUCCESS,2,1,1268.42,17980757.92,17982026.34,127,qft -2101,SUCCESS,2,1,6867,17982026.34,17988893.34,127,qpeexact -2102,SUCCESS,2,1,17976.7,17988893.34,18006870.04,127,su2random -2105,SUCCESS,2,1,21702.72,18006870.04,18028572.76,127,qnn -2106,SUCCESS,2,1,8737.36,18028572.76,18037310.12,127,qftentangled -2107,SUCCESS,2,1,7154.97,18037310.12,18044465.09,127,twolocalrandom -2108,SUCCESS,2,1,39537.51,18044465.09,18084002.6,127,qpeinexact -2110,SUCCESS,2,1,110.12,18084002.6,18084112.72,127,routing -2111,SUCCESS,2,1,1653.36,18084112.72,18085766.08,127,wstate -2112,SUCCESS,2,1,33185.07,18085766.08,18118951.15,127,su2random -2114,SUCCESS,2,1,6794.09,18118951.15,18125745.24,127,qpeinexact -2115,SUCCESS,2,1,2324.19,18125745.24,18128069.43,127,qftentangled -2116,SUCCESS,2,1,1228.69,18128069.43,18129298.12,127,ghz -2117,SUCCESS,2,1,3835.04,18129298.12,18133133.16,127,qnn -2118,SUCCESS,2,1,283.57,18133133.16,18133416.73,127,realamprandom -2119,SUCCESS,2,1,6320.3,18133416.73,18139737.03,127,qftentangled -2120,SUCCESS,2,1,3536.35,18139737.03,18143273.38,127,realamprandom -2121,SUCCESS,2,1,3613.02,18143273.38,18146886.4,127,qnn -2122,SUCCESS,2,1,48502.12,18146886.4,18195388.52,127,realamprandom -2123,SUCCESS,2,1,3970.14,18195388.52,18199358.66,127,ae -2124,SUCCESS,2,1,220.94,18199358.66,18199579.6,127,wstate -2127,SUCCESS,2,1,1724.55,18199579.6,18201304.15,127,su2random -2128,SUCCESS,2,1,8142.41,18201304.15,18209446.56,127,qftentangled -2130,SUCCESS,2,1,31571.71,18209446.56,18241018.27,127,qnn -2131,SUCCESS,2,1,7646.53,18241018.27,18248664.8,127,su2random -2132,SUCCESS,2,1,16293.84,18248664.8,18264958.64,127,qpeinexact -2133,SUCCESS,2,1,2208.66,18264958.64,18267167.3,127,qpeinexact -2134,SUCCESS,2,1,5462.24,18267167.3,18272629.54,127,qnn -2135,SUCCESS,2,1,518.06,18272629.54,18273147.6,127,wstate -2137,SUCCESS,2,1,18912.28,18273147.6,18292059.88,127,qpeinexact -2138,SUCCESS,2,1,4804.75,18292059.88,18296864.63,127,qftentangled -2139,SUCCESS,2,1,26220.94,18296864.63,18323085.57,127,ae -2140,SUCCESS,2,1,47895.26,18323085.57,18370980.83,127,realamprandom -2141,SUCCESS,2,1,9728.44,18370980.83,18380709.27,127,qpeexact -2142,SUCCESS,2,1,8163.76,18380709.27,18388873.03,127,qftentangled -2144,SUCCESS,2,1,101.61,18388873.03,18388974.64,127,graphstate -2146,SUCCESS,2,1,46341.78,18388974.64,18435316.42,127,qpeexact -2147,SUCCESS,2,1,10333.4,18435316.42,18445649.82,127,qnn -2148,SUCCESS,2,1,6891.93,18445649.82,18452541.75,127,qftentangled -2149,SUCCESS,2,1,10555.32,18452541.75,18463097.07,127,qftentangled -2150,SUCCESS,2,1,8530.39,18463097.07,18471627.46,127,qpeinexact -2151,SUCCESS,2,1,3433.69,18471627.46,18475061.15,127,qftentangled -2152,SUCCESS,2,1,17628.41,18475061.15,18492689.56,127,qnn -2153,SUCCESS,2,1,21009.15,18492689.56,18513698.71,127,su2random -2154,SUCCESS,2,1,2027.91,18513698.71,18515726.62,127,qftentangled -2155,SUCCESS,2,1,13536.68,18515726.62,18529263.3,127,qpeexact -2157,SUCCESS,2,1,2015.3,18529263.3,18531278.6,127,dj -2158,SUCCESS,2,1,6936.61,18531278.6,18538215.21,127,qpeinexact -2159,SUCCESS,2,1,5652.04,18538215.21,18543867.25,127,qpeexact -2160,SUCCESS,2,1,130.45,18543867.25,18543997.7,127,graphstate -2162,SUCCESS,2,1,15122.49,18543997.7,18559120.19,127,ae -2163,SUCCESS,2,1,648.36,18559120.19,18559768.55,127,graphstate -2164,SUCCESS,2,1,15186.14,18559768.55,18574954.69,127,qft -2165,SUCCESS,2,1,7355.76,18574954.69,18582310.45,127,qpeexact -2166,SUCCESS,2,1,1647.35,18582310.45,18583957.8,127,realamprandom -2167,SUCCESS,2,1,37723.95,18583957.8,18621681.75,127,realamprandom -2168,SUCCESS,2,1,821.65,18621681.75,18622503.4,127,wstate -2169,SUCCESS,2,1,12661.92,18622503.4,18635165.32,127,qpeexact -2170,SUCCESS,2,1,6584.25,18635165.32,18641749.57,127,twolocalrandom -2171,SUCCESS,2,1,3343.89,18641749.57,18645093.46,127,realamprandom -2172,SUCCESS,2,1,18417.98,18645093.46,18663511.44,127,qpeexact -2173,SUCCESS,2,1,1280.95,18663511.44,18664792.39,127,ae -2174,SUCCESS,2,1,2137.98,18664792.39,18666930.37,127,dj -2175,SUCCESS,2,1,24376.64,18666930.37,18691307.01,127,random -2176,SUCCESS,2,1,1401.41,18691307.01,18692708.42,127,dj -2177,SUCCESS,2,1,29137.39,18692708.42,18721845.81,127,qpeinexact -2178,SUCCESS,2,1,16854.28,18721845.81,18738700.09,127,ae -2179,SUCCESS,2,1,18607.12,18738700.09,18757307.21,127,realamprandom -2180,SUCCESS,2,1,3978.26,18757307.21,18761285.47,127,ghz -2181,SUCCESS,2,1,15278.32,18761285.47,18776563.79,127,ae -2183,SUCCESS,2,1,16779.03,18776563.79,18793342.82,127,su2random -2186,SUCCESS,2,1,21236.81,18793342.82,18814579.63,127,qpeexact -2187,SUCCESS,2,1,3423.92,18814579.63,18818003.55,127,pricingcall -2190,SUCCESS,2,1,5601.61,18818003.55,18823605.16,127,qnn -2191,SUCCESS,2,1,799.28,18823605.16,18824404.44,127,realamprandom -2195,SUCCESS,2,1,543.78,18824404.44,18824948.22,127,dj -2196,SUCCESS,2,1,7636.72,18824948.22,18832584.94,127,su2random -2197,SUCCESS,2,1,473.81,18832584.94,18833058.75,127,qft -2198,SUCCESS,2,1,3699.57,18833058.75,18836758.32,127,random -2199,SUCCESS,2,1,14588.8,18836758.32,18851347.12,127,qnn -2200,SUCCESS,2,1,74.57,18851347.12,18851421.69,127,routing -2201,SUCCESS,2,1,102.09,18851421.69,18851523.78,127,ghz -2202,SUCCESS,2,1,37.22,18851523.78,18851561,127,graphstate -2203,SUCCESS,2,1,5367.12,18851561,18856928.12,127,qft -2205,SUCCESS,2,1,9716.52,18856928.12,18866644.64,127,qft -2206,SUCCESS,2,1,19421.87,18866644.64,18886066.51,127,realamprandom -2208,SUCCESS,2,1,14360.16,18886066.51,18900426.67,127,qft -2209,SUCCESS,2,1,608.12,18900426.67,18901034.79,127,qftentangled -2211,SUCCESS,2,1,5077.73,18901034.79,18906112.52,127,wstate -2213,SUCCESS,2,1,12386.99,18906112.52,18918499.51,127,qnn -2214,SUCCESS,2,1,40.42,18918499.51,18918539.93,127,graphstate -2215,SUCCESS,2,1,2409.48,18918539.93,18920949.41,127,portfolioqaoa -2216,SUCCESS,2,1,632.08,18920949.41,18921581.49,127,ghz -2217,SUCCESS,2,1,9070.31,18921581.49,18930651.8,127,qpeexact -2218,SUCCESS,2,1,756.15,18930651.8,18931407.95,127,qnn -2220,SUCCESS,2,1,988.29,18931407.95,18932396.24,127,wstate -2222,SUCCESS,2,1,23178.35,18932396.24,18955574.59,127,realamprandom -2224,SUCCESS,2,1,39520.73,18955574.59,18995095.32,127,realamprandom -2226,SUCCESS,2,1,2749.98,18995095.32,18997845.3,127,random -2227,SUCCESS,2,1,6339.45,18997845.3,19004184.75,127,qpeinexact -2228,SUCCESS,2,1,20165.51,19004184.75,19024350.26,127,qpeinexact -2229,SUCCESS,2,1,12598.45,19024350.26,19036948.71,127,qpeinexact -2230,SUCCESS,2,1,106.99,19036948.71,19037055.7,127,dj -2231,SUCCESS,2,1,315.18,19037055.7,19037370.88,127,ghz -2232,SUCCESS,2,1,69196.04,19037370.88,19106566.92,127,random -2233,SUCCESS,2,1,2463.9,19106566.92,19109030.82,127,ghz -2234,SUCCESS,2,1,5405.94,19109030.82,19114436.76,127,random -2235,SUCCESS,2,1,15102.05,19114436.76,19129538.81,127,grover-v-chain -2236,SUCCESS,2,1,7543.53,19129538.81,19137082.34,127,twolocalrandom -2238,SUCCESS,2,1,1043.23,19137082.34,19138125.57,127,realamprandom -2239,SUCCESS,2,1,37085.47,19138125.57,19175211.04,127,pricingput -2240,SUCCESS,2,1,12826.88,19175211.04,19188037.92,127,qpeexact -2241,SUCCESS,2,1,699.9,19188037.92,19188737.82,127,wstate -2242,SUCCESS,2,1,20855.7,19188737.82,19209593.52,127,qpeexact -2243,SUCCESS,2,1,17563.73,19209593.52,19227157.25,127,qpeexact -2244,SUCCESS,2,1,22611.3,19227157.25,19249768.55,127,ae -2245,SUCCESS,2,1,2919.82,19249768.55,19252688.37,127,su2random -2246,SUCCESS,2,1,2343.91,19252688.37,19255032.28,127,qnn -2247,SUCCESS,2,1,2325.86,19255032.28,19257358.14,127,qpeinexact -2248,SUCCESS,2,1,52579.32,19257358.14,19309937.46,127,realamprandom -2249,SUCCESS,2,1,845.3,19309937.46,19310782.76,127,dj -2250,SUCCESS,2,1,356.75,19310782.76,19311139.51,127,dj -2252,SUCCESS,2,1,1028.02,19311139.51,19312167.53,127,su2random -2253,SUCCESS,2,1,151.21,19312167.53,19312318.74,127,graphstate -2254,SUCCESS,2,1,5055.38,19312318.74,19317374.12,127,qnn -2255,SUCCESS,2,1,2889.39,19317374.12,19320263.51,127,qnn -2256,SUCCESS,2,1,996.14,19320263.51,19321259.65,127,dj -2257,SUCCESS,2,1,123.92,19321259.65,19321383.57,127,ghz -2258,SUCCESS,2,1,23068.24,19321383.57,19344451.81,127,qnn -2259,SUCCESS,2,1,788.76,19344451.81,19345240.57,127,dj -2260,SUCCESS,2,1,16147.83,19345240.57,19361388.4,127,qft -2261,SUCCESS,2,1,111910.1,19361388.4,19473298.5,127,random -2262,SUCCESS,2,1,18214.66,19473298.5,19491513.16,127,qft -2263,SUCCESS,2,1,171.07,19491513.16,19491684.23,127,ghz -2264,SUCCESS,2,1,643.62,19491684.23,19492327.85,127,qpeexact -2265,SUCCESS,2,1,5788.65,19492327.85,19498116.5,127,qft -2266,SUCCESS,2,1,748.92,19498116.5,19498865.42,127,qnn -2267,SUCCESS,2,1,113.52,19498865.42,19498978.94,127,vqe -2268,SUCCESS,2,1,1385.25,19498978.94,19500364.19,127,qftentangled -2269,SUCCESS,2,1,14257.82,19500364.19,19514622.01,127,twolocalrandom -2270,SUCCESS,2,1,16636.91,19514622.01,19531258.92,127,realamprandom -2271,SUCCESS,2,1,2839.9,19531258.92,19534098.82,127,qpeinexact -2273,SUCCESS,2,1,2541.19,19534098.82,19536640.01,127,qftentangled -2275,SUCCESS,2,1,19.42,19536640.01,19536659.43,127,ghz -2276,SUCCESS,2,1,4130.01,19536659.43,19540789.44,127,twolocalrandom -2277,SUCCESS,2,1,3005.05,19540789.44,19543794.49,127,qft -2278,SUCCESS,2,1,4381.28,19543794.49,19548175.77,127,qpeexact -2279,SUCCESS,2,1,19774.38,19548175.77,19567950.15,127,twolocalrandom -2280,SUCCESS,2,1,18341.64,19567950.15,19586291.79,127,qft -2281,SUCCESS,2,1,10056.25,19586291.79,19596348.04,127,qpeexact -2283,SUCCESS,2,1,23537.65,19596348.04,19619885.69,127,realamprandom -2284,SUCCESS,2,1,310.31,19619885.69,19620196,127,ghz -2286,SUCCESS,2,1,2023.48,19620196,19622219.48,127,qft -2287,SUCCESS,2,1,8985.59,19622219.48,19631205.07,127,ae -2289,SUCCESS,2,1,25011.83,19631205.07,19656216.9,127,qpeexact -2291,SUCCESS,2,1,24197.12,19656216.9,19680414.02,127,twolocalrandom -2292,SUCCESS,2,1,1277.55,19680414.02,19681691.57,127,dj -2293,SUCCESS,2,1,22199.61,19681691.57,19703891.18,127,qpeexact -2295,SUCCESS,2,1,17487.46,19703891.18,19721378.64,127,random -2296,SUCCESS,2,1,34038.64,19721378.64,19755417.28,127,random -2297,SUCCESS,2,1,10396.38,19755417.28,19765813.66,127,su2random -2298,SUCCESS,2,1,927.89,19765813.66,19766741.55,127,twolocalrandom -2299,SUCCESS,2,1,11851.76,19766741.55,19778593.31,127,ae -2301,SUCCESS,2,1,687.98,19778593.31,19779281.29,127,graphstate -2302,SUCCESS,2,1,8832.98,19779281.29,19788114.27,127,qnn -2303,SUCCESS,2,1,2607.43,19788114.27,19790721.7,127,dj -2304,SUCCESS,2,1,847.66,19790721.7,19791569.36,127,wstate -2305,SUCCESS,2,1,1985.26,19791569.36,19793554.62,127,dj -2309,SUCCESS,2,1,15342.98,19793554.62,19808897.6,127,qpeinexact -2310,SUCCESS,2,1,9353.19,19808897.6,19818250.79,127,qftentangled -2311,SUCCESS,2,1,46328.18,19818250.79,19864578.97,127,realamprandom -2312,SUCCESS,2,1,2153.44,19864578.97,19866732.41,127,twolocalrandom -2313,SUCCESS,2,1,181.65,19866732.41,19866914.06,127,ghz -2314,SUCCESS,2,1,677.7,19866914.06,19867591.76,127,qpeinexact -2317,SUCCESS,2,1,1940.9,19867591.76,19869532.66,127,dj -2318,SUCCESS,2,1,1026.99,19869532.66,19870559.65,127,dj -2320,SUCCESS,2,1,8173.25,19870559.65,19878732.9,127,qnn -2321,SUCCESS,2,1,185.68,19878732.9,19878918.58,127,ghz -2323,SUCCESS,2,1,20003.14,19878918.58,19898921.72,127,qpeinexact -2324,SUCCESS,2,1,464.94,19898921.72,19899386.66,127,wstate -2325,SUCCESS,2,1,15839.58,19899386.66,19915226.24,127,twolocalrandom -2327,SUCCESS,2,1,22606.09,19915226.24,19937832.33,127,qpeinexact -2328,SUCCESS,2,1,26089.46,19937832.33,19963921.79,127,qpeinexact -2330,SUCCESS,2,1,4909.45,19963921.79,19968831.24,127,qftentangled -2331,SUCCESS,2,1,1869.05,19968831.24,19970700.29,127,wstate -2333,SUCCESS,2,1,13480.9,19970700.29,19984181.19,127,realamprandom -2334,SUCCESS,2,1,14077.67,19984181.19,19998258.86,127,qftentangled -2337,SUCCESS,2,1,1605.08,19998258.86,19999863.94,127,wstate -2338,SUCCESS,2,1,235226.93,19999863.94,20235090.87,127,grover-v-chain -2339,SUCCESS,2,1,754.45,20235090.87,20235845.32,127,portfolioqaoa -2340,SUCCESS,2,1,12020.41,20235845.32,20247865.73,127,qft -2341,SUCCESS,2,1,2655.15,20247865.73,20250520.88,127,qftentangled -2342,SUCCESS,2,1,4794.93,20250520.88,20255315.81,127,qftentangled -2343,SUCCESS,2,1,3194.51,20255315.81,20258510.32,127,qftentangled -2344,SUCCESS,2,1,8503.91,20258510.32,20267014.23,127,qft -2345,SUCCESS,2,1,9998.11,20267014.23,20277012.34,127,twolocalrandom -2347,SUCCESS,2,1,7763.88,20277012.34,20284776.22,127,twolocalrandom -2348,SUCCESS,2,1,111.18,20284776.22,20284887.4,127,qaoa -2349,SUCCESS,2,1,25095.36,20284887.4,20309982.76,127,random -2351,SUCCESS,2,1,4909.57,20309982.76,20314892.33,127,qftentangled -2352,SUCCESS,2,1,21937.1,20314892.33,20336829.43,127,qpeinexact -2355,SUCCESS,2,1,136.05,20336829.43,20336965.48,127,graphstate -2356,SUCCESS,2,1,100.83,20336965.48,20337066.31,127,vqe -2358,SUCCESS,2,1,24349.32,20337066.31,20361415.63,127,qwalk-noancilla -2359,SUCCESS,2,1,211.33,20361415.63,20361626.96,127,qft -2360,SUCCESS,2,1,1031.12,20361626.96,20362658.08,127,qftentangled -2361,SUCCESS,2,1,34.12,20362658.08,20362692.2,127,ghz -2362,SUCCESS,2,1,61034.3,20362692.2,20423726.5,127,su2random -2363,SUCCESS,2,1,11785.81,20423726.5,20435512.31,127,su2random -2366,SUCCESS,2,1,1872.13,20435512.31,20437384.44,127,wstate -2367,SUCCESS,2,1,4061.22,20437384.44,20441445.66,127,ae -2368,SUCCESS,2,1,320.52,20441445.66,20441766.18,127,tsp -2369,SUCCESS,2,1,1560.77,20441766.18,20443326.95,127,qft -2370,SUCCESS,2,1,1426.81,20443326.95,20444753.76,127,dj -2371,SUCCESS,2,1,315.21,20444753.76,20445068.97,127,graphstate -2372,SUCCESS,2,1,9528.15,20445068.97,20454597.12,127,ae -2374,SUCCESS,2,1,50.02,20454597.12,20454647.14,127,ghz -2377,SUCCESS,2,1,1238.82,20454647.14,20455885.96,127,dj -2379,SUCCESS,2,1,5435,20455885.96,20461320.96,127,qpeexact -2381,SUCCESS,2,1,6517.71,20461320.96,20467838.67,127,qftentangled -2382,SUCCESS,2,1,4778.43,20467838.67,20472617.1,127,realamprandom -2383,SUCCESS,2,1,216.17,20472617.1,20472833.27,127,ghz -2384,SUCCESS,2,1,2307.15,20472833.27,20475140.42,127,twolocalrandom -2385,SUCCESS,2,1,1029.64,20475140.42,20476170.06,127,qpeexact -2386,SUCCESS,2,1,48646.1,20476170.06,20524816.16,127,qpeinexact -2388,SUCCESS,2,1,346.51,20524816.16,20525162.67,127,graphstate -2390,SUCCESS,2,1,19374.09,20525162.67,20544536.76,127,qft -2392,SUCCESS,2,1,18758.55,20544536.76,20563295.31,127,realamprandom -2393,SUCCESS,2,1,22556.18,20563295.31,20585851.49,127,su2random -2395,SUCCESS,2,1,38174.9,20585851.49,20624026.39,127,su2random -2398,SUCCESS,2,1,7433.62,20624026.39,20631460.01,127,realamprandom -2400,SUCCESS,2,1,75301.98,20631460.01,20706761.99,127,random -2402,SUCCESS,2,1,42812.77,20706761.99,20749574.76,127,realamprandom -2403,SUCCESS,2,1,260.89,20749574.76,20749835.65,127,graphstate -2404,SUCCESS,2,1,2062.35,20749835.65,20751898,127,su2random -2405,SUCCESS,2,1,12478.45,20751898,20764376.45,127,ae -2406,SUCCESS,2,1,74706.36,20764376.45,20839082.81,127,grover-v-chain -2407,SUCCESS,2,1,6123.77,20839082.81,20845206.58,127,qpeinexact -2408,SUCCESS,2,1,1737.44,20845206.58,20846944.02,127,realamprandom -2409,SUCCESS,2,1,4531.51,20846944.02,20851475.53,127,random -2411,SUCCESS,2,1,9016.6,20851475.53,20860492.13,127,su2random -2413,SUCCESS,2,1,19784.55,20860492.13,20880276.68,127,ae -2414,SUCCESS,2,1,91.73,20880276.68,20880368.41,127,routing -2415,SUCCESS,2,1,4122.78,20880368.41,20884491.19,127,twolocalrandom -2416,SUCCESS,2,1,32384.53,20884491.19,20916875.72,127,qpeexact -2417,SUCCESS,2,1,24567.33,20916875.72,20941443.05,127,qnn -2418,SUCCESS,2,1,516.82,20941443.05,20941959.87,127,dj -2419,SUCCESS,2,1,277.43,20941959.87,20942237.3,127,vqe -2420,SUCCESS,2,1,3805.76,20942237.3,20946043.06,127,ae -2422,SUCCESS,2,1,11987.72,20946043.06,20958030.78,127,realamprandom -2423,SUCCESS,2,1,1586.22,20958030.78,20959617,127,portfoliovqe -2424,SUCCESS,2,1,108.65,20959617,20959725.65,127,ghz -2425,SUCCESS,2,1,232.3,20959725.65,20959957.95,127,dj -2426,SUCCESS,2,1,46.88,20959957.95,20960004.83,127,ghz -2427,SUCCESS,2,1,21844.61,20960004.83,20981849.44,127,qftentangled -2428,SUCCESS,2,1,250.21,20981849.44,20982099.65,127,graphstate -2429,SUCCESS,2,1,238.09,20982099.65,20982337.74,127,graphstate -2430,SUCCESS,2,1,590.07,20982337.74,20982927.81,127,ae -2431,SUCCESS,2,1,622.98,20982927.81,20983550.79,127,wstate -2432,SUCCESS,2,1,209.86,20983550.79,20983760.65,127,graphstate -2433,SUCCESS,2,1,4086.22,20983760.65,20987846.87,127,ae -2434,SUCCESS,2,1,24646.42,20987846.87,21012493.29,127,realamprandom -2435,SUCCESS,2,1,172,21012493.29,21012665.29,127,qaoa -2436,SUCCESS,2,1,8942.46,21012665.29,21021607.75,127,ae -2437,SUCCESS,2,1,16976.64,21021607.75,21038584.39,127,qnn -2438,SUCCESS,2,1,5374.62,21038584.39,21043959.01,127,ae -2440,SUCCESS,2,1,1292.51,21043959.01,21045251.52,127,dj -2443,SUCCESS,2,1,15754.25,21045251.52,21061005.77,127,random -2444,SUCCESS,2,1,19709.11,21061005.77,21080714.88,127,qpeinexact -2445,SUCCESS,2,1,455.17,21080714.88,21081170.05,127,qft -2446,SUCCESS,2,1,131.59,21081170.05,21081301.64,127,graphstate -2448,SUCCESS,2,1,7694.16,21081301.64,21088995.8,127,qpeinexact -2449,SUCCESS,2,1,2815.53,21088995.8,21091811.33,127,qpeexact -2450,SUCCESS,2,1,11350.01,21091811.33,21103161.34,127,su2random -2451,SUCCESS,2,1,1787.28,21103161.34,21104948.62,127,twolocalrandom -2452,SUCCESS,2,1,287.54,21104948.62,21105236.16,127,graphstate -2453,SUCCESS,2,1,8397.24,21105236.16,21113633.4,127,qnn -2455,SUCCESS,2,1,662.37,21113633.4,21114295.77,127,ae -2456,SUCCESS,2,1,7657.84,21114295.77,21121953.61,127,qftentangled -2457,SUCCESS,2,1,1103.76,21121953.61,21123057.37,127,portfoliovqe -2458,SUCCESS,2,1,739.09,21123057.37,21123796.46,127,qnn -2459,SUCCESS,2,1,1065.29,21123796.46,21124861.75,127,qpeinexact -2460,SUCCESS,2,1,13195.92,21124861.75,21138057.67,127,realamprandom -2461,SUCCESS,2,1,511.91,21138057.67,21138569.58,127,graphstate -2463,SUCCESS,2,1,228.8,21138569.58,21138798.38,127,graphstate -2464,SUCCESS,2,1,21752.95,21138798.38,21160551.33,127,realamprandom -2466,SUCCESS,2,1,8003.01,21160551.33,21168554.34,127,su2random -2467,SUCCESS,2,1,22582.77,21168554.34,21191137.11,127,random -2468,SUCCESS,2,1,582.91,21191137.11,21191720.02,127,wstate -2469,SUCCESS,2,1,6990.23,21191720.02,21198710.25,127,twolocalrandom -2471,SUCCESS,2,1,434.59,21198710.25,21199144.84,127,su2random -2472,SUCCESS,2,1,8602.33,21199144.84,21207747.17,127,twolocalrandom -2473,SUCCESS,2,1,82.3,21207747.17,21207829.47,127,wstate -2474,SUCCESS,2,1,76.52,21207829.47,21207905.99,127,ghz -2476,SUCCESS,2,1,9008.22,21207905.99,21216914.21,127,ae -2477,SUCCESS,2,1,2447.47,21216914.21,21219361.68,127,portfoliovqe -2480,SUCCESS,2,1,83.57,21219361.68,21219445.25,127,ghz -2482,SUCCESS,2,1,2464.52,21219445.25,21221909.77,127,realamprandom -2483,SUCCESS,2,1,76.82,21221909.77,21221986.59,127,ghz -2484,SUCCESS,2,1,16093.99,21221986.59,21238080.58,127,qft -2485,SUCCESS,2,1,4738.88,21238080.58,21242819.46,127,twolocalrandom -2486,SUCCESS,2,1,6685.61,21242819.46,21249505.07,127,qft -2489,SUCCESS,2,1,772.04,21249505.07,21250277.11,127,wstate -2490,SUCCESS,2,1,1600.17,21250277.11,21251877.28,127,ghz -2491,SUCCESS,2,1,227.64,21251877.28,21252104.92,127,wstate -2492,SUCCESS,2,1,407.2,21252104.92,21252512.12,127,dj -2493,SUCCESS,2,1,24757.69,21252512.12,21277269.81,127,qnn -2496,SUCCESS,2,1,918.97,21277269.81,21278188.78,127,wstate -2497,SUCCESS,2,1,21791.75,21278188.78,21299980.53,127,su2random -2498,SUCCESS,2,1,146.94,21299980.53,21300127.47,127,graphstate -2499,SUCCESS,2,1,1156.98,21300127.47,21301284.45,127,dj -2500,SUCCESS,2,1,4378.95,21301284.45,21305663.4,127,qft -2501,SUCCESS,2,1,551.15,21305663.4,21306214.55,127,graphstate -2503,SUCCESS,2,1,733.84,21306214.55,21306948.39,127,twolocalrandom -2504,SUCCESS,2,1,37.47,21306948.39,21306985.86,127,ghz -2506,SUCCESS,2,1,230.67,21306985.86,21307216.53,127,dj -2507,SUCCESS,2,1,3323.57,21307216.53,21310540.1,127,ghz -2508,SUCCESS,2,1,15000.82,21310540.1,21325540.92,127,su2random -2509,SUCCESS,2,1,1107.25,21325540.92,21326648.17,127,su2random -2511,SUCCESS,2,1,3078,21326648.17,21329726.17,127,ae -2512,SUCCESS,2,1,1842.57,21329726.17,21331568.74,127,realamprandom -2514,SUCCESS,2,1,561.48,21331568.74,21332130.22,127,su2random -2515,SUCCESS,2,1,1916.79,21332130.22,21334047.01,127,qft -2516,SUCCESS,2,1,10326.84,21334047.01,21344373.85,127,qnn -2517,SUCCESS,2,1,1677.21,21344373.85,21346051.06,127,su2random -2518,SUCCESS,2,1,1365.44,21346051.06,21347416.5,127,wstate -2519,SUCCESS,2,1,6436.61,21347416.5,21353853.11,127,qpeexact -2520,SUCCESS,2,1,2344.73,21353853.11,21356197.84,127,wstate -2521,SUCCESS,2,1,13007.84,21356197.84,21369205.68,127,qpeexact -2522,SUCCESS,2,1,10356.61,21369205.68,21379562.29,127,ae -2525,SUCCESS,2,1,800.81,21379562.29,21380363.1,127,ae -2526,SUCCESS,2,1,237.58,21380363.1,21380600.68,127,ghz -2527,SUCCESS,2,1,1046.98,21380600.68,21381647.66,127,wstate -2530,SUCCESS,2,1,7009.72,21381647.66,21388657.38,127,qftentangled -2531,SUCCESS,2,1,1210.08,21388657.38,21389867.46,127,ae -2533,SUCCESS,2,1,291.05,21389867.46,21390158.51,127,graphstate -2534,SUCCESS,2,1,30220.79,21390158.51,21420379.3,127,qnn -2536,SUCCESS,2,1,16929.9,21420379.3,21437309.2,127,qpeinexact -2537,SUCCESS,2,1,38272.95,21437309.2,21475582.15,127,realamprandom -2538,SUCCESS,2,1,6250.89,21475582.15,21481833.04,127,su2random -2539,SUCCESS,2,1,1522.41,21481833.04,21483355.45,127,dj -2541,SUCCESS,2,1,201.89,21483355.45,21483557.34,127,ghz -2542,SUCCESS,2,1,337.7,21483557.34,21483895.04,127,graphstate -2543,SUCCESS,2,1,6245.77,21483895.04,21490140.81,127,realamprandom -2544,SUCCESS,2,1,759.61,21490140.81,21490900.42,127,ghz -2545,SUCCESS,2,1,36889.3,21490900.42,21527789.72,127,su2random -2546,SUCCESS,2,1,3604.53,21527789.72,21531394.25,127,ae -2551,SUCCESS,2,1,2208.4,21531394.25,21533602.65,127,qft -2552,SUCCESS,2,1,794.92,21533602.65,21534397.57,127,qftentangled -2553,SUCCESS,2,1,31780.87,21534397.57,21566178.44,127,random -2555,SUCCESS,2,1,1416.69,21566178.44,21567595.13,127,qpeexact -2557,SUCCESS,2,1,2703.91,21567595.13,21570299.04,127,qwalk-v-chain -2558,SUCCESS,2,1,5456.92,21570299.04,21575755.96,127,qnn -2560,SUCCESS,2,1,7375.89,21575755.96,21583131.85,127,su2random -2562,SUCCESS,2,1,23790.13,21583131.85,21606921.98,127,twolocalrandom -2563,SUCCESS,2,1,2372.67,21606921.98,21609294.65,127,qpeinexact -2565,SUCCESS,2,1,21018.78,21609294.65,21630313.43,127,random -2567,SUCCESS,2,1,1777.84,21630313.43,21632091.27,127,dj -2569,SUCCESS,2,1,7478.45,21632091.27,21639569.72,127,realamprandom -2570,SUCCESS,2,1,1064.3,21639569.72,21640634.02,127,dj -2571,SUCCESS,2,1,4307.86,21640634.02,21644941.88,127,qft -2572,SUCCESS,2,1,747,21644941.88,21645688.88,127,portfoliovqe -2574,SUCCESS,2,1,9968.21,21645688.88,21655657.09,127,random -2575,SUCCESS,2,1,1409.56,21655657.09,21657066.65,127,dj -2576,SUCCESS,2,1,15118.6,21657066.65,21672185.25,127,twolocalrandom -2577,SUCCESS,2,1,37696.22,21672185.25,21709881.47,127,su2random -2578,SUCCESS,2,1,7723.01,21709881.47,21717604.48,127,qft -2579,SUCCESS,2,1,28.09,21717604.48,21717632.57,127,vqe -2580,SUCCESS,2,1,27292.56,21717632.57,21744925.13,127,su2random -2581,SUCCESS,2,1,6423.16,21744925.13,21751348.29,127,qft -2582,SUCCESS,2,1,2590.32,21751348.29,21753938.61,127,realamprandom -2583,SUCCESS,2,1,33876.33,21753938.61,21787814.94,127,qpeexact -2585,SUCCESS,2,1,740.79,21787814.94,21788555.73,127,ae -2586,SUCCESS,2,1,220.73,21788555.73,21788776.46,127,ghz -2587,SUCCESS,2,1,4774.44,21788776.46,21793550.9,127,realamprandom -2588,SUCCESS,2,1,3855.83,21793550.9,21797406.73,127,qpeexact -2589,SUCCESS,2,1,1557.37,21797406.73,21798964.1,127,wstate -2591,SUCCESS,2,1,2415.47,21798964.1,21801379.57,127,wstate -2592,SUCCESS,2,1,1237.39,21801379.57,21802616.96,127,wstate -2593,SUCCESS,2,1,28053.78,21802616.96,21830670.74,127,su2random -2594,SUCCESS,2,1,4653.01,21830670.74,21835323.75,127,ae -2595,SUCCESS,2,1,9306.04,21835323.75,21844629.79,127,qpeexact -2596,SUCCESS,2,1,12067.37,21844629.79,21856697.16,127,qftentangled -2597,SUCCESS,2,1,9111.41,21856697.16,21865808.57,127,qft -2598,SUCCESS,2,1,43454.71,21865808.57,21909263.28,127,random -2599,SUCCESS,2,1,2113.93,21909263.28,21911377.21,127,twolocalrandom -2600,SUCCESS,2,1,7414.09,21911377.21,21918791.3,127,qftentangled -2601,SUCCESS,2,1,18445.4,21918791.3,21937236.7,127,qpeexact -2602,SUCCESS,2,1,7690.87,21937236.7,21944927.57,127,qnn -2603,SUCCESS,2,1,27360.91,21944927.57,21972288.48,127,ae -2604,SUCCESS,2,1,3948.72,21972288.48,21976237.2,127,realamprandom -2605,SUCCESS,2,1,11156.12,21976237.2,21987393.32,127,qpeexact -2606,SUCCESS,2,1,1317.4,21987393.32,21988710.72,127,su2random -2607,SUCCESS,2,1,62.08,21988710.72,21988772.8,127,ghz -2609,SUCCESS,2,1,558.87,21988772.8,21989331.67,127,wstate -2610,SUCCESS,2,1,8149.69,21989331.67,21997481.36,127,twolocalrandom -2612,SUCCESS,2,1,3384.29,21997481.36,22000865.65,127,twolocalrandom -2613,SUCCESS,2,1,330.22,22000865.65,22001195.87,127,graphstate -2614,SUCCESS,2,1,55.8,22001195.87,22001251.67,127,graphstate -2616,SUCCESS,2,1,345.84,22001251.67,22001597.51,127,dj -2618,SUCCESS,2,1,8141.68,22001597.51,22009739.19,127,ae -2619,SUCCESS,2,1,7210.9,22009739.19,22016950.09,127,qpeexact -2621,SUCCESS,2,1,3913.4,22016950.09,22020863.49,127,twolocalrandom -2622,SUCCESS,2,1,2583.14,22020863.49,22023446.63,127,qftentangled -2623,SUCCESS,2,1,2483.57,22023446.63,22025930.2,127,dj -2624,SUCCESS,2,1,162.73,22025930.2,22026092.93,127,ghz -2625,SUCCESS,2,1,5059.76,22026092.93,22031152.69,127,qftentangled -2626,SUCCESS,2,1,6702.5,22031152.69,22037855.19,127,qnn -2627,SUCCESS,2,1,182.52,22037855.19,22038037.71,127,graphstate -2630,SUCCESS,2,1,41801.39,22038037.71,22079839.1,127,qpeexact -2631,SUCCESS,2,1,4530.07,22079839.1,22084369.17,127,qpeinexact -2632,SUCCESS,2,1,4564.1,22084369.17,22088933.27,127,realamprandom -2635,SUCCESS,2,1,752.87,22088933.27,22089686.14,127,portfoliovqe -2636,SUCCESS,2,1,1196.74,22089686.14,22090882.88,127,qpeexact -2637,SUCCESS,2,1,311.09,22090882.88,22091193.97,127,dj -2639,SUCCESS,2,1,1272.07,22091193.97,22092466.04,127,wstate -2640,SUCCESS,2,1,368.78,22092466.04,22092834.82,127,graphstate -2641,SUCCESS,2,1,21932.9,22092834.82,22114767.72,127,qft -2642,SUCCESS,2,1,174.4,22114767.72,22114942.12,127,graphstate -2643,SUCCESS,2,1,1411.13,22114942.12,22116353.25,127,ae -2644,SUCCESS,2,1,7199.12,22116353.25,22123552.37,127,qpeexact -2645,SUCCESS,2,1,1248.38,22123552.37,22124800.75,127,wstate -2646,SUCCESS,2,1,264.29,22124800.75,22125065.04,127,ghz -2647,SUCCESS,2,1,7592.44,22125065.04,22132657.48,127,qft -2649,SUCCESS,2,1,362.16,22132657.48,22133019.64,127,wstate -2650,SUCCESS,2,1,328.26,22133019.64,22133347.9,127,wstate -2651,SUCCESS,2,1,30988.01,22133347.9,22164335.91,127,qft -2652,SUCCESS,2,1,1972.05,22164335.91,22166307.96,127,qpeexact -2653,SUCCESS,2,1,40298.6,22166307.96,22206606.56,127,qnn -2654,SUCCESS,2,1,297.17,22206606.56,22206903.73,127,graphstate -2655,SUCCESS,2,1,10697.23,22206903.73,22217600.96,127,qftentangled -2656,SUCCESS,2,1,2066.24,22217600.96,22219667.2,127,qftentangled -2657,SUCCESS,2,1,1391.38,22219667.2,22221058.58,127,su2random -2659,SUCCESS,2,1,11452.46,22221058.58,22232511.04,127,qpeexact -2662,SUCCESS,2,1,12233.4,22232511.04,22244744.44,127,realamprandom -2663,SUCCESS,2,1,63.62,22244744.44,22244808.06,127,ghz -2664,SUCCESS,2,1,2702.2,22244808.06,22247510.26,127,dj -2666,SUCCESS,2,1,3554.16,22247510.26,22251064.42,127,qnn -2667,SUCCESS,2,1,3157.84,22251064.42,22254222.26,127,wstate -2668,SUCCESS,2,1,7335.76,22254222.26,22261558.02,127,ae -2669,SUCCESS,2,1,15705.53,22261558.02,22277263.55,127,realamprandom -2670,SUCCESS,2,1,942.33,22277263.55,22278205.88,127,dj -2671,SUCCESS,2,1,1604.66,22278205.88,22279810.54,127,dj -2672,SUCCESS,2,1,1847.07,22279810.54,22281657.61,127,qft -2674,SUCCESS,2,1,26710.13,22281657.61,22308367.74,127,qpeexact -2676,SUCCESS,2,1,5885.46,22308367.74,22314253.2,127,qft -2678,SUCCESS,2,1,3373.71,22314253.2,22317626.91,127,realamprandom -2679,SUCCESS,2,1,13819.43,22317626.91,22331446.34,127,qpeexact -2680,SUCCESS,2,1,1021.08,22331446.34,22332467.42,127,qftentangled -2681,SUCCESS,2,1,737.19,22332467.42,22333204.61,127,qftentangled -2682,SUCCESS,2,1,3029.47,22333204.61,22336234.08,127,qft -2683,SUCCESS,2,1,2060.7,22336234.08,22338294.78,127,dj -2684,SUCCESS,2,1,650.11,22338294.78,22338944.89,127,qnn -2685,SUCCESS,2,1,2713.21,22338944.89,22341658.1,127,qftentangled -2688,SUCCESS,2,1,708.45,22341658.1,22342366.55,127,realamprandom -2689,SUCCESS,2,1,134432.94,22342366.55,22476799.49,127,shor -2690,SUCCESS,2,1,24384.85,22476799.49,22501184.34,127,realamprandom -2691,SUCCESS,2,1,12437.47,22501184.34,22513621.81,127,ae -2692,SUCCESS,2,1,3143.81,22513621.81,22516765.62,127,ae -2693,SUCCESS,2,1,1390.59,22516765.62,22518156.21,127,wstate -2695,SUCCESS,2,1,236.29,22518156.21,22518392.5,127,ghz -2696,SUCCESS,2,1,4516.42,22518392.5,22522908.92,127,qpeinexact -2697,SUCCESS,2,1,85702.15,22522908.92,22608611.07,127,random -2698,SUCCESS,2,1,29319.09,22608611.07,22637930.16,127,su2random -2700,SUCCESS,2,1,15269.55,22637930.16,22653199.71,127,qpeinexact -2701,SUCCESS,2,1,26158.14,22653199.71,22679357.85,127,realamprandom -2704,SUCCESS,2,1,3118.36,22679357.85,22682476.21,127,ae -2705,SUCCESS,2,1,5580.89,22682476.21,22688057.1,127,wstate -2706,SUCCESS,2,1,2248.99,22688057.1,22690306.09,127,ae -2707,SUCCESS,2,1,5779.12,22690306.09,22696085.21,127,qpeinexact -2708,SUCCESS,2,1,5160.42,22696085.21,22701245.63,127,twolocalrandom -2710,SUCCESS,2,1,3684.85,22701245.63,22704930.48,127,wstate -2711,SUCCESS,2,1,15613.51,22704930.48,22720543.99,127,qft -2712,SUCCESS,2,1,576.31,22720543.99,22721120.3,127,graphstate -2713,SUCCESS,2,1,7979.92,22721120.3,22729100.22,127,ae -2714,SUCCESS,2,1,8925.83,22729100.22,22738026.05,127,ae -2715,SUCCESS,2,1,3263.13,22738026.05,22741289.18,127,qnn -2716,SUCCESS,2,1,1270.18,22741289.18,22742559.36,127,wstate -2717,SUCCESS,2,1,646.81,22742559.36,22743206.17,127,qpeinexact -2718,SUCCESS,2,1,35.75,22743206.17,22743241.92,127,dj -2719,SUCCESS,2,1,33342.34,22743241.92,22776584.26,127,qnn -2720,SUCCESS,2,1,428.68,22776584.26,22777012.94,127,dj -2721,SUCCESS,2,1,2999.79,22777012.94,22780012.73,127,ghz -2722,SUCCESS,2,1,191.89,22780012.73,22780204.62,127,ghz -2723,SUCCESS,2,1,51073.97,22780204.62,22831278.59,127,su2random -2724,SUCCESS,2,1,2276.38,22831278.59,22833554.97,127,dj -2725,SUCCESS,2,1,7134.64,22833554.97,22840689.61,127,qft -2726,SUCCESS,2,1,3136.37,22840689.61,22843825.98,127,su2random -2728,SUCCESS,2,1,24927.29,22843825.98,22868753.27,127,qftentangled -2730,SUCCESS,2,1,2764.73,22868753.27,22871518,127,qpeinexact -2731,SUCCESS,2,1,203.17,22871518,22871721.17,127,dj -2732,SUCCESS,2,1,19388.86,22871721.17,22891110.03,127,realamprandom -2733,SUCCESS,2,1,1145,22891110.03,22892255.03,127,ghz -2735,SUCCESS,2,1,4616.93,22892255.03,22896871.96,127,wstate -2736,SUCCESS,2,1,58.67,22896871.96,22896930.63,127,vqe -2737,SUCCESS,2,1,4652.98,22896930.63,22901583.61,127,su2random -2740,SUCCESS,2,1,4392.57,22901583.61,22905976.18,127,wstate -2741,SUCCESS,2,1,1674.12,22905976.18,22907650.3,127,qft -2742,SUCCESS,2,1,1314.86,22907650.3,22908965.16,127,dj -2743,SUCCESS,2,1,324.86,22908965.16,22909290.02,127,wstate -2744,SUCCESS,2,1,149.35,22909290.02,22909439.37,127,qaoa -2745,SUCCESS,2,1,18890.75,22909439.37,22928330.12,127,realamprandom -2746,SUCCESS,2,1,2042.71,22928330.12,22930372.83,127,twolocalrandom -2747,SUCCESS,2,1,154.08,22930372.83,22930526.91,127,ghz -2748,SUCCESS,2,1,633.65,22930526.91,22931160.56,127,portfoliovqe -2749,SUCCESS,2,1,272.25,22931160.56,22931432.81,127,wstate -2750,SUCCESS,2,1,37051.85,22931432.81,22968484.66,127,qnn -2751,SUCCESS,2,1,10596.81,22968484.66,22979081.47,127,qftentangled -2752,SUCCESS,2,1,14702.72,22979081.47,22993784.19,127,qpeexact -2753,SUCCESS,2,1,13942.16,22993784.19,23007726.35,127,qpeinexact -2754,SUCCESS,2,1,1803.98,23007726.35,23009530.33,127,su2random -2755,SUCCESS,2,1,780.87,23009530.33,23010311.2,127,qpeinexact -2757,SUCCESS,2,1,796.21,23010311.2,23011107.41,127,qftentangled -2758,SUCCESS,2,1,33165.54,23011107.41,23044272.95,127,ae -2760,SUCCESS,2,1,29650.4,23044272.95,23073923.35,127,qpeexact -2761,SUCCESS,2,1,9602.97,23073923.35,23083526.32,127,qpeexact -2762,SUCCESS,2,1,142.97,23083526.32,23083669.29,127,ghz -2763,SUCCESS,2,1,24895.25,23083669.29,23108564.54,127,twolocalrandom -2764,SUCCESS,2,1,1264.24,23108564.54,23109828.78,127,qpeinexact -2765,SUCCESS,2,1,8794.61,23109828.78,23118623.39,127,qft -2766,SUCCESS,2,1,1894.64,23118623.39,23120518.03,127,su2random -2767,SUCCESS,2,1,4893.52,23120518.03,23125411.55,127,qftentangled -2768,SUCCESS,2,1,481.49,23125411.55,23125893.04,127,portfoliovqe -2769,SUCCESS,2,1,3899.35,23125893.04,23129792.39,127,qftentangled -2770,SUCCESS,2,1,104.06,23129792.39,23129896.45,127,graphstate -2771,SUCCESS,2,1,5273.72,23129896.45,23135170.17,127,grover-v-chain -2772,SUCCESS,2,1,9054.71,23135170.17,23144224.88,127,qftentangled -2773,SUCCESS,2,1,1244.19,23144224.88,23145469.07,127,twolocalrandom -2774,SUCCESS,2,1,7079.63,23145469.07,23152548.7,127,qpeexact -2775,SUCCESS,2,1,605.8,23152548.7,23153154.5,127,dj -2776,SUCCESS,2,1,3376.11,23153154.5,23156530.61,127,dj -2778,SUCCESS,2,1,797.35,23156530.61,23157327.96,127,wstate -2779,SUCCESS,2,1,1689.61,23157327.96,23159017.57,127,twolocalrandom -2780,SUCCESS,2,1,5520.45,23159017.57,23164538.02,127,qnn -2781,SUCCESS,2,1,24966.16,23164538.02,23189504.18,127,su2random -2782,SUCCESS,2,1,25269.77,23189504.18,23214773.95,127,qnn -2784,SUCCESS,2,1,811.01,23214773.95,23215584.96,127,qft -2785,SUCCESS,2,1,7275.14,23215584.96,23222860.1,127,qftentangled -2786,SUCCESS,2,1,10819.34,23222860.1,23233679.44,127,qft -2787,SUCCESS,2,1,1421.03,23233679.44,23235100.47,127,dj -2789,SUCCESS,2,1,1216.57,23235100.47,23236317.04,127,dj -2790,SUCCESS,2,1,2126.72,23236317.04,23238443.76,127,ghz -2791,SUCCESS,2,1,14575.07,23238443.76,23253018.83,127,qftentangled -2793,SUCCESS,2,1,2020.05,23253018.83,23255038.88,127,dj -2794,SUCCESS,2,1,6226.84,23255038.88,23261265.72,127,qft -2796,SUCCESS,2,1,148229.21,23261265.72,23409494.93,127,random -2797,SUCCESS,2,1,6981.71,23409494.93,23416476.64,127,qpeinexact -2798,SUCCESS,2,1,1078.39,23416476.64,23417555.03,127,random -2799,SUCCESS,2,1,222.23,23417555.03,23417777.26,127,dj -2800,SUCCESS,2,1,3096.3,23417777.26,23420873.56,127,qwalk-v-chain -2801,SUCCESS,2,1,649.71,23420873.56,23421523.27,127,portfolioqaoa -2802,SUCCESS,2,1,7788.85,23421523.27,23429312.12,127,realamprandom -2803,SUCCESS,2,1,8514.61,23429312.12,23437826.73,127,twolocalrandom -2804,SUCCESS,2,1,12779.04,23437826.73,23450605.77,127,su2random -2805,SUCCESS,2,1,14821.95,23450605.77,23465427.72,127,realamprandom -2806,SUCCESS,2,1,2498.4,23465427.72,23467926.12,127,ae -2807,SUCCESS,2,1,13236.18,23467926.12,23481162.3,127,qpeexact -2808,SUCCESS,2,1,297.27,23481162.3,23481459.57,127,dj -2809,SUCCESS,2,1,7973.7,23481459.57,23489433.27,127,su2random -2810,SUCCESS,2,1,17262.86,23489433.27,23506696.13,127,qpeexact -2812,SUCCESS,2,1,25570.11,23506696.13,23532266.24,127,qft -2814,SUCCESS,2,1,1729.6,23532266.24,23533995.84,127,random -2816,SUCCESS,2,1,768.08,23533995.84,23534763.92,127,qpeexact -2817,SUCCESS,2,1,567.79,23534763.92,23535331.71,127,graphstate -2818,SUCCESS,2,1,17940.74,23535331.71,23553272.45,127,qnn -2819,SUCCESS,2,1,8231.07,23553272.45,23561503.52,127,twolocalrandom -2820,SUCCESS,2,1,411.16,23561503.52,23561914.68,127,random -2821,SUCCESS,2,1,1381.69,23561914.68,23563296.37,127,qnn -2822,SUCCESS,2,1,4054.24,23563296.37,23567350.61,127,ae -2824,SUCCESS,2,1,6767.51,23567350.61,23574118.12,127,qnn -2825,SUCCESS,2,1,12763.94,23574118.12,23586882.06,127,ae -2827,SUCCESS,2,1,3238.91,23586882.06,23590120.97,127,qftentangled -2828,SUCCESS,2,1,1144.67,23590120.97,23591265.64,127,qnn -2829,SUCCESS,2,1,391.32,23591265.64,23591656.96,127,qftentangled -2830,SUCCESS,2,1,7711.97,23591656.96,23599368.93,127,twolocalrandom -2832,SUCCESS,2,1,8019.96,23599368.93,23607388.89,127,pricingput -2834,SUCCESS,2,1,160.69,23607388.89,23607549.58,127,dj -2835,SUCCESS,2,1,633.45,23607549.58,23608183.03,127,wstate -2837,SUCCESS,2,1,10462.57,23608183.03,23618645.6,127,qpeinexact -2840,SUCCESS,2,1,4405.78,23618645.6,23623051.38,127,pricingput -2842,SUCCESS,2,1,145.02,23623051.38,23623196.4,127,graphstate -2843,SUCCESS,2,1,12093.39,23623196.4,23635289.79,127,ae -2844,SUCCESS,2,1,903.89,23635289.79,23636193.68,127,wstate -2847,SUCCESS,2,1,7632.54,23636193.68,23643826.22,127,qpeexact -2848,SUCCESS,2,1,27804.92,23643826.22,23671631.14,127,random -2850,SUCCESS,2,1,14280.86,23671631.14,23685912,127,qpeexact -2852,SUCCESS,2,1,1709.49,23685912,23687621.49,127,qpeinexact -2853,SUCCESS,2,1,25339.84,23687621.49,23712961.33,127,su2random -2854,SUCCESS,2,1,4760.9,23712961.33,23717722.23,127,qpeinexact -2855,SUCCESS,2,1,19543.64,23717722.23,23737265.87,127,qft -2857,SUCCESS,2,1,26194.34,23737265.87,23763460.21,127,qpeexact -2858,SUCCESS,2,1,6926.42,23763460.21,23770386.63,127,qftentangled -2859,SUCCESS,2,1,4843.19,23770386.63,23775229.82,127,qftentangled -2860,SUCCESS,2,1,16157.49,23775229.82,23791387.31,127,qpeinexact -2861,SUCCESS,2,1,13559.52,23791387.31,23804946.83,127,su2random -2862,SUCCESS,2,1,1813.23,23804946.83,23806760.06,127,dj -2863,SUCCESS,2,1,1238.66,23806760.06,23807998.72,127,groundstate -2865,SUCCESS,2,1,194.49,23807998.72,23808193.21,127,graphstate -2866,SUCCESS,2,1,1649.19,23808193.21,23809842.4,127,dj -2867,SUCCESS,2,1,2583.04,23809842.4,23812425.44,127,portfoliovqe -2868,SUCCESS,2,1,25178.41,23812425.44,23837603.85,127,qpeexact -2869,SUCCESS,2,1,2038.98,23837603.85,23839642.83,127,dj -2870,SUCCESS,2,1,206.93,23839642.83,23839849.76,127,dj -2871,SUCCESS,2,1,976.3,23839849.76,23840826.06,127,random -2872,SUCCESS,2,1,73215.23,23840826.06,23914041.29,127,random -2873,SUCCESS,2,1,2591.93,23914041.29,23916633.22,127,dj -2875,SUCCESS,2,1,19424.14,23916633.22,23936057.36,127,qpeexact -2876,SUCCESS,2,1,2865.29,23936057.36,23938922.65,127,portfolioqaoa -2877,SUCCESS,2,1,470.42,23938922.65,23939393.07,127,twolocalrandom -2878,SUCCESS,2,1,553.23,23939393.07,23939946.3,127,graphstate -2879,SUCCESS,2,1,1652.64,23939946.3,23941598.94,127,ae -2880,SUCCESS,2,1,170.81,23941598.94,23941769.75,127,ghz -2881,SUCCESS,2,1,5096.48,23941769.75,23946866.23,127,qftentangled -2882,SUCCESS,2,1,2314.14,23946866.23,23949180.37,127,dj -2883,SUCCESS,2,1,49367.22,23949180.37,23998547.59,127,pricingcall -2885,SUCCESS,2,1,28955.45,23998547.59,24027503.04,127,random -2887,SUCCESS,2,1,88.04,24027503.04,24027591.08,127,graphstate -2889,SUCCESS,2,1,2086.05,24027591.08,24029677.13,127,qnn -2890,SUCCESS,2,1,2066.86,24029677.13,24031743.99,127,qft -2891,SUCCESS,2,1,8290.83,24031743.99,24040034.82,127,qftentangled -2892,SUCCESS,2,1,31586.15,24040034.82,24071620.97,127,pricingput -2893,SUCCESS,2,1,47490.53,24071620.97,24119111.5,127,random -2894,SUCCESS,2,1,1456.86,24119111.5,24120568.36,127,qpeinexact -2895,SUCCESS,2,1,2145.19,24120568.36,24122713.55,127,dj -2896,SUCCESS,2,1,6940.19,24122713.55,24129653.74,127,ae -2899,SUCCESS,2,1,1086.65,24129653.74,24130740.39,127,dj -2901,SUCCESS,2,1,20447.53,24130740.39,24151187.92,127,random -2902,SUCCESS,2,1,1095.59,24151187.92,24152283.51,127,dj -2903,SUCCESS,2,1,4524.21,24152283.51,24156807.72,127,qftentangled -2904,SUCCESS,2,1,14206.69,24156807.72,24171014.41,127,qpeinexact -2906,SUCCESS,2,1,7952.59,24171014.41,24178967,127,qpeinexact -2907,SUCCESS,2,1,994.35,24178967,24179961.35,127,dj -2908,SUCCESS,2,1,28299.14,24179961.35,24208260.49,127,qftentangled -2909,SUCCESS,2,1,12849.9,24208260.49,24221110.39,127,qftentangled -2910,SUCCESS,2,1,270.14,24221110.39,24221380.53,127,graphstate -2911,SUCCESS,2,1,1685.9,24221380.53,24223066.43,127,qftentangled -2913,SUCCESS,2,1,94.33,24223066.43,24223160.76,127,ghz -2914,SUCCESS,2,1,11209.24,24223160.76,24234370,127,qnn -2915,SUCCESS,2,1,1534.8,24234370,24235904.8,127,graphstate -2916,SUCCESS,2,1,105.29,24235904.8,24236010.09,127,qaoa -2917,SUCCESS,2,1,3455.31,24236010.09,24239465.4,127,qnn -2918,SUCCESS,2,1,1125.91,24239465.4,24240591.31,127,dj -2920,SUCCESS,2,1,6402.88,24240591.31,24246994.19,127,qnn -2921,SUCCESS,2,1,166.27,24246994.19,24247160.46,127,ghz -2922,SUCCESS,2,1,21997.59,24247160.46,24269158.05,127,twolocalrandom -2923,SUCCESS,2,1,1292.63,24269158.05,24270450.68,127,portfoliovqe -2924,SUCCESS,2,1,23527.44,24270450.68,24293978.12,127,ae -2925,SUCCESS,2,1,8155.28,24293978.12,24302133.4,127,qft -2926,SUCCESS,2,1,2202.44,24302133.4,24304335.84,127,qpeinexact -2928,SUCCESS,2,1,103.13,24304335.84,24304438.97,127,ghz -2929,SUCCESS,2,1,32633.9,24304438.97,24337072.87,127,realamprandom -2930,SUCCESS,2,1,1861.54,24337072.87,24338934.41,127,qpeinexact -2933,SUCCESS,2,1,20754.34,24338934.41,24359688.75,127,qpeinexact -2934,SUCCESS,2,1,7764.48,24359688.75,24367453.23,127,qpeinexact -2935,SUCCESS,2,1,205.02,24367453.23,24367658.25,127,graphstate -2936,SUCCESS,2,1,1148.63,24367658.25,24368806.88,127,wstate -2937,SUCCESS,2,1,47.05,24368806.88,24368853.93,127,wstate -2939,SUCCESS,2,1,390.02,24368853.93,24369243.95,127,su2random -2940,SUCCESS,2,1,7329.59,24369243.95,24376573.54,127,ae -2941,SUCCESS,2,1,630.12,24376573.54,24377203.66,127,wstate -2942,SUCCESS,2,1,30836.28,24377203.66,24408039.94,127,qft -2943,SUCCESS,2,1,15887.52,24408039.94,24423927.46,127,qnn -2944,SUCCESS,2,1,205.71,24423927.46,24424133.17,127,ghz -2945,SUCCESS,2,1,789.72,24424133.17,24424922.89,127,wstate -2946,SUCCESS,2,1,1995.07,24424922.89,24426917.96,127,qft -2948,SUCCESS,2,1,3554.91,24426917.96,24430472.87,127,qftentangled -2951,SUCCESS,2,1,14274.82,24430472.87,24444747.69,127,ae -2952,SUCCESS,2,1,24.85,24444747.69,24444772.54,127,ghz -2953,SUCCESS,2,1,6837.15,24444772.54,24451609.69,127,ae -2954,SUCCESS,2,1,24004.98,24451609.69,24475614.67,127,twolocalrandom -2955,SUCCESS,2,1,7037.56,24475614.67,24482652.23,127,qpeexact -2957,SUCCESS,2,1,29084.16,24482652.23,24511736.39,127,qnn -2958,SUCCESS,2,1,157.43,24511736.39,24511893.82,127,ghz -2959,SUCCESS,2,1,138.18,24511893.82,24512032,127,graphstate -2961,SUCCESS,2,1,857.09,24512032,24512889.09,127,dj -2962,SUCCESS,2,1,3963.4,24512889.09,24516852.49,127,wstate -2963,SUCCESS,2,1,35108.76,24516852.49,24551961.25,127,twolocalrandom -2964,SUCCESS,2,1,2923,24551961.25,24554884.25,127,portfoliovqe -2965,SUCCESS,2,1,2143.46,24554884.25,24557027.71,127,ghz -2966,SUCCESS,2,1,5535.31,24557027.71,24562563.02,127,qft -2968,SUCCESS,2,1,33227.79,24562563.02,24595790.81,127,su2random -2969,SUCCESS,2,1,2749.73,24595790.81,24598540.54,127,twolocalrandom -2970,SUCCESS,2,1,1590.38,24598540.54,24600130.92,127,qpeinexact -2971,SUCCESS,2,1,6723,24600130.92,24606853.92,127,qft -2973,SUCCESS,2,1,412.46,24606853.92,24607266.38,127,wstate -2974,SUCCESS,2,1,1314.4,24607266.38,24608580.78,127,dj -2975,SUCCESS,2,1,1971.85,24608580.78,24610552.63,127,ghz -2976,SUCCESS,2,1,574.25,24610552.63,24611126.88,127,qftentangled -2977,SUCCESS,2,1,11100.53,24611126.88,24622227.41,127,qft -2979,SUCCESS,2,1,1532.33,24622227.41,24623759.74,127,qft -2980,SUCCESS,2,1,321.93,24623759.74,24624081.67,127,graphstate -2981,SUCCESS,2,1,9345.83,24624081.67,24633427.5,127,realamprandom -2982,SUCCESS,2,1,21899.63,24633427.5,24655327.13,127,qpeexact -2983,SUCCESS,2,1,978.27,24655327.13,24656305.4,127,wstate -2984,SUCCESS,2,1,451.53,24656305.4,24656756.93,127,dj -2985,SUCCESS,2,1,945.51,24656756.93,24657702.44,127,dj -2986,SUCCESS,2,1,84.99,24657702.44,24657787.43,127,graphstate -2988,SUCCESS,2,1,8992.48,24657787.43,24666779.91,127,twolocalrandom -2989,SUCCESS,2,1,8559.76,24666779.91,24675339.67,127,grover-v-chain -2990,SUCCESS,2,1,241.35,24675339.67,24675581.02,127,dj -2991,SUCCESS,2,1,777.33,24675581.02,24676358.35,127,dj -2992,SUCCESS,2,1,628.39,24676358.35,24676986.74,127,graphstate -2993,SUCCESS,2,1,14263.84,24676986.74,24691250.58,127,qft -2995,SUCCESS,2,1,14028.39,24691250.58,24705278.97,127,qftentangled -2996,SUCCESS,2,1,8708.26,24705278.97,24713987.23,127,qpeexact -2997,SUCCESS,2,1,12048.96,24713987.23,24726036.19,127,qpeexact -2999,SUCCESS,2,1,2335.17,24726036.19,24728371.36,127,qpeinexact -3000,SUCCESS,2,1,2844.8,24728371.36,24731216.16,127,qft -3001,SUCCESS,2,1,9555.85,24731216.16,24740772.01,127,qft -3002,SUCCESS,2,1,18692.64,24740772.01,24759464.65,127,ae -3004,SUCCESS,2,1,423.7,24759464.65,24759888.35,127,ghz -3005,SUCCESS,2,1,537.36,24759888.35,24760425.71,127,su2random -3006,SUCCESS,2,1,373.83,24760425.71,24760799.54,127,graphstate -3007,SUCCESS,2,1,13586.68,24760799.54,24774386.22,127,pricingcall -3008,SUCCESS,2,1,486.94,24774386.22,24774873.16,127,graphstate -3009,SUCCESS,2,1,14832.53,24774873.16,24789705.69,127,qpeinexact -3010,SUCCESS,2,1,28661.8,24789705.69,24818367.49,127,qwalk-noancilla -3011,SUCCESS,2,1,1194.15,24818367.49,24819561.64,127,dj -3012,SUCCESS,2,1,14398.32,24819561.64,24833959.96,127,ae -3013,SUCCESS,2,1,475.49,24833959.96,24834435.45,127,portfolioqaoa -3015,SUCCESS,2,1,262.03,24834435.45,24834697.48,127,wstate -3016,SUCCESS,2,1,262.06,24834697.48,24834959.54,127,graphstate -3017,SUCCESS,2,1,26173.44,24834959.54,24861132.98,127,random -3018,SUCCESS,2,1,10699.78,24861132.98,24871832.76,127,su2random -3019,SUCCESS,2,1,23035.52,24871832.76,24894868.28,127,twolocalrandom -3020,SUCCESS,2,1,15031.71,24894868.28,24909899.99,127,qnn -3022,SUCCESS,2,1,19386.53,24909899.99,24929286.52,127,ae -3023,SUCCESS,2,1,914.69,24929286.52,24930201.21,127,ae -3024,SUCCESS,2,1,668.54,24930201.21,24930869.75,127,qft -3025,SUCCESS,2,1,1916.36,24930869.75,24932786.11,127,ae -3026,SUCCESS,2,1,21121.85,24932786.11,24953907.96,127,twolocalrandom -3027,SUCCESS,2,1,10836.12,24953907.96,24964744.08,127,qftentangled -3029,SUCCESS,2,1,136.96,24964744.08,24964881.04,127,ghz -3030,SUCCESS,2,1,19303.14,24964881.04,24984184.18,127,qnn -3032,SUCCESS,2,1,1225.82,24984184.18,24985410,127,dj -3033,SUCCESS,2,1,952.68,24985410,24986362.68,127,portfoliovqe -3034,SUCCESS,2,1,3555.37,24986362.68,24989918.05,127,qpeexact -3035,SUCCESS,2,1,52237.06,24989918.05,25042155.11,127,twolocalrandom -3036,SUCCESS,2,1,965.88,25042155.11,25043120.99,127,ghz -3037,SUCCESS,2,1,813.21,25043120.99,25043934.2,127,dj -3038,SUCCESS,2,1,1483.68,25043934.2,25045417.88,127,realamprandom -3040,SUCCESS,2,1,48.63,25045417.88,25045466.51,127,graphstate -3041,SUCCESS,2,1,127.41,25045466.51,25045593.92,127,wstate -3042,SUCCESS,2,1,9918.61,25045593.92,25055512.53,127,qpeinexact -3043,SUCCESS,2,1,9406.19,25055512.53,25064918.72,127,qnn -3044,SUCCESS,2,1,129.47,25064918.72,25065048.19,127,graphstate -3046,SUCCESS,2,1,12085.2,25065048.19,25077133.39,127,ae -3047,SUCCESS,2,1,2805.95,25077133.39,25079939.34,127,realamprandom -3048,SUCCESS,2,1,1354.34,25079939.34,25081293.68,127,dj -3049,SUCCESS,2,1,17393.86,25081293.68,25098687.54,127,qpeexact -3050,SUCCESS,2,1,2385.46,25098687.54,25101073,127,dj -3051,SUCCESS,2,1,1306.13,25101073,25102379.13,127,twolocalrandom -3053,SUCCESS,2,1,65.18,25102379.13,25102444.31,127,dj -3055,SUCCESS,2,1,25772.5,25102444.31,25128216.81,127,qpeinexact -3057,SUCCESS,2,1,419.36,25128216.81,25128636.17,127,wstate -3058,SUCCESS,2,1,140.12,25128636.17,25128776.29,127,qft -3059,SUCCESS,2,1,2068.88,25128776.29,25130845.17,127,wstate -3060,SUCCESS,2,1,866.78,25130845.17,25131711.95,127,dj -3061,SUCCESS,2,1,26542.12,25131711.95,25158254.07,127,qpeexact -3062,SUCCESS,2,1,7232.16,25158254.07,25165486.23,127,qftentangled -3065,SUCCESS,2,1,43.72,25165486.23,25165529.95,127,wstate -3067,SUCCESS,2,1,21958,25165529.95,25187487.95,127,qpeinexact -3068,SUCCESS,2,1,325.67,25187487.95,25187813.62,127,su2random -3069,SUCCESS,2,1,1294.35,25187813.62,25189107.97,127,qnn -3070,SUCCESS,2,1,23158.06,25189107.97,25212266.03,127,ae -3071,SUCCESS,2,1,180.57,25212266.03,25212446.6,127,ghz -3072,SUCCESS,2,1,14451.34,25212446.6,25226897.94,127,qft -3073,SUCCESS,2,1,3985.84,25226897.94,25230883.78,127,wstate -3076,SUCCESS,2,1,18212.63,25230883.78,25249096.41,127,qft -3077,SUCCESS,2,1,51.85,25249096.41,25249148.26,127,ghz -3078,SUCCESS,2,1,1558.3,25249148.26,25250706.56,127,ghz -3079,SUCCESS,2,1,3513.03,25250706.56,25254219.59,127,ghz -3080,SUCCESS,2,1,1516.52,25254219.59,25255736.11,127,portfolioqaoa -3081,SUCCESS,2,1,8138.36,25255736.11,25263874.47,127,su2random -3082,SUCCESS,2,1,1242.97,25263874.47,25265117.44,127,graphstate -3083,SUCCESS,2,1,165714.83,25265117.44,25430832.27,127,random -3084,SUCCESS,2,1,336.4,25430832.27,25431168.67,127,graphstate -3085,SUCCESS,2,1,9463.15,25431168.67,25440631.82,127,qft -3086,SUCCESS,2,1,423.69,25440631.82,25441055.51,127,twolocalrandom -3087,SUCCESS,2,1,6170.57,25441055.51,25447226.08,127,qft -3088,SUCCESS,2,1,580.15,25447226.08,25447806.23,127,portfolioqaoa -3089,SUCCESS,2,1,758.24,25447806.23,25448564.47,127,graphstate -3090,SUCCESS,2,1,5381.84,25448564.47,25453946.31,127,ae -3091,SUCCESS,2,1,131.03,25453946.31,25454077.34,127,graphstate -3092,SUCCESS,2,1,51929.1,25454077.34,25506006.44,127,realamprandom -3093,SUCCESS,2,1,9091.07,25506006.44,25515097.51,127,pricingput -3094,SUCCESS,2,1,1145.03,25515097.51,25516242.54,127,twolocalrandom -3096,SUCCESS,2,1,26160.32,25516242.54,25542402.86,127,qftentangled -3098,SUCCESS,2,1,252.6,25542402.86,25542655.46,127,ghz -3099,SUCCESS,2,1,4694.29,25542655.46,25547349.75,127,qnn -3100,SUCCESS,2,1,2571.02,25547349.75,25549920.77,127,su2random -3101,SUCCESS,2,1,3671.35,25549920.77,25553592.12,127,realamprandom -3102,SUCCESS,2,1,281.56,25553592.12,25553873.68,127,dj -3104,SUCCESS,2,1,1940.85,25553873.68,25555814.53,127,ghz -3105,SUCCESS,2,1,5009.17,25555814.53,25560823.7,127,qpeinexact -3106,SUCCESS,2,1,692.81,25560823.7,25561516.51,127,dj -3107,SUCCESS,2,1,18671.37,25561516.51,25580187.88,127,qft -3108,SUCCESS,2,1,1004.63,25580187.88,25581192.51,127,wstate -3109,SUCCESS,2,1,156.95,25581192.51,25581349.46,127,dj -3110,SUCCESS,2,1,75.8,25581349.46,25581425.26,127,ghz -3111,SUCCESS,2,1,10182.66,25581425.26,25591607.92,127,twolocalrandom -3112,SUCCESS,2,1,13823.56,25591607.92,25605431.48,127,realamprandom -3113,SUCCESS,2,1,26016.74,25605431.48,25631448.22,127,qnn -3114,SUCCESS,2,1,8983.11,25631448.22,25640431.33,127,twolocalrandom -3115,SUCCESS,2,1,859.05,25640431.33,25641290.38,127,dj -3116,SUCCESS,2,1,77.72,25641290.38,25641368.1,127,vqe -3118,SUCCESS,2,1,7524.38,25641368.1,25648892.48,127,su2random -3119,SUCCESS,2,1,487.85,25648892.48,25649380.33,127,ghz -3121,SUCCESS,2,1,67379.25,25649380.33,25716759.58,127,twolocalrandom -3123,SUCCESS,2,1,4995.37,25716759.58,25721754.95,127,wstate -3124,SUCCESS,2,1,12847.75,25721754.95,25734602.7,127,qpeinexact -3125,SUCCESS,2,1,848.99,25734602.7,25735451.69,127,dj -3126,SUCCESS,2,1,11202.41,25735451.69,25746654.1,127,qpeinexact -3127,SUCCESS,2,1,2569.42,25746654.1,25749223.52,127,pricingput -3128,SUCCESS,2,1,38609.85,25749223.52,25787833.37,127,qpeexact -3129,SUCCESS,2,1,39531.27,25787833.37,25827364.64,127,twolocalrandom -3130,SUCCESS,2,1,706.43,25827364.64,25828071.07,127,ghz -3131,SUCCESS,2,1,9101.97,25828071.07,25837173.04,127,qftentangled -3132,SUCCESS,2,1,1020.89,25837173.04,25838193.93,127,qftentangled -3133,SUCCESS,2,1,7627.6,25838193.93,25845821.53,127,qftentangled -3134,SUCCESS,2,1,709.16,25845821.53,25846530.69,127,graphstate -3135,SUCCESS,2,1,56197.08,25846530.69,25902727.77,127,su2random -3138,SUCCESS,2,1,21994.75,25902727.77,25924722.52,127,qnn -3139,SUCCESS,2,1,295.07,25924722.52,25925017.59,127,graphstate -3140,SUCCESS,2,1,11765.68,25925017.59,25936783.27,127,ae -3142,SUCCESS,2,1,321.98,25936783.27,25937105.25,127,graphstate -3143,SUCCESS,2,1,1299.15,25937105.25,25938404.4,127,qft -3145,SUCCESS,2,1,20526.52,25938404.4,25958930.92,127,ae -3147,SUCCESS,2,1,18869.31,25958930.92,25977800.23,127,qpeexact -3148,SUCCESS,2,1,63205.39,25977800.23,26041005.62,127,twolocalrandom -3149,SUCCESS,2,1,12320.9,26041005.62,26053326.52,127,realamprandom -3150,SUCCESS,2,1,33.9,26053326.52,26053360.42,127,ghz -3152,SUCCESS,2,1,174.55,26053360.42,26053534.97,127,ghz -3154,SUCCESS,2,1,1090.81,26053534.97,26054625.78,127,portfolioqaoa -3155,SUCCESS,2,1,34087.88,26054625.78,26088713.66,127,ae -3156,SUCCESS,2,1,3163.13,26088713.66,26091876.79,127,ae -3157,SUCCESS,2,1,27975.67,26091876.79,26119852.46,127,su2random -3158,SUCCESS,2,1,1324.53,26119852.46,26121176.99,127,su2random -3159,SUCCESS,2,1,610.22,26121176.99,26121787.21,127,dj -3160,SUCCESS,2,1,18738.48,26121787.21,26140525.69,127,twolocalrandom -3161,SUCCESS,2,1,2475.88,26140525.69,26143001.57,127,qnn -3163,SUCCESS,2,1,851.23,26143001.57,26143852.8,127,dj -3165,SUCCESS,2,1,449.19,26143852.8,26144301.99,127,wstate -3167,SUCCESS,2,1,1988.01,26144301.99,26146290,127,qnn -3169,SUCCESS,2,1,1302.06,26146290,26147592.06,127,qnn -3170,SUCCESS,2,1,1580.27,26147592.06,26149172.33,127,dj -3171,SUCCESS,2,1,947.03,26149172.33,26150119.36,127,su2random -3172,SUCCESS,2,1,13235.88,26150119.36,26163355.24,127,qftentangled -3173,SUCCESS,2,1,1064.52,26163355.24,26164419.76,127,qpeinexact -3175,SUCCESS,2,1,316.24,26164419.76,26164736,127,pricingcall -3176,SUCCESS,2,1,302.22,26164736,26165038.22,127,dj -3177,SUCCESS,2,1,15645.65,26165038.22,26180683.87,127,qpeexact -3178,SUCCESS,2,1,274.9,26180683.87,26180958.77,127,ae -3179,SUCCESS,2,1,2993.63,26180958.77,26183952.4,127,random -3180,SUCCESS,2,1,613.03,26183952.4,26184565.43,127,wstate -3181,SUCCESS,2,1,25185.82,26184565.43,26209751.25,127,qnn -3183,SUCCESS,2,1,104.76,26209751.25,26209856.01,127,graphstate -3184,SUCCESS,2,1,1865.4,26209856.01,26211721.41,127,dj -3185,SUCCESS,2,1,46691.85,26211721.41,26258413.26,127,qpeexact -3186,SUCCESS,2,1,10232.12,26258413.26,26268645.38,127,qpeinexact -3191,SUCCESS,2,1,20324.51,26268645.38,26288969.89,127,ae -3193,SUCCESS,2,1,1940.09,26288969.89,26290909.98,127,graphstate -3194,SUCCESS,2,1,1332.85,26290909.98,26292242.83,127,graphstate -3197,SUCCESS,2,1,27540.44,26292242.83,26319783.27,127,qft -3198,SUCCESS,2,1,343.79,26319783.27,26320127.06,127,wstate -3199,SUCCESS,2,1,20226.64,26320127.06,26340353.7,127,realamprandom -3200,SUCCESS,2,1,19197.83,26340353.7,26359551.53,127,qpeinexact -3201,SUCCESS,2,1,5466.82,26359551.53,26365018.35,127,qftentangled -3204,SUCCESS,2,1,744.12,26365018.35,26365762.47,127,ae -3206,SUCCESS,2,1,12081.01,26365762.47,26377843.48,127,qpeexact -3207,SUCCESS,2,1,56.15,26377843.48,26377899.63,127,ghz -3208,SUCCESS,2,1,154.96,26377899.63,26378054.59,127,graphstate -3210,SUCCESS,2,1,1487.64,26378054.59,26379542.23,127,qft -3211,SUCCESS,2,1,9181.73,26379542.23,26388723.96,127,twolocalrandom -3212,SUCCESS,2,1,123.59,26388723.96,26388847.55,127,graphstate -3213,SUCCESS,2,1,4827.32,26388847.55,26393674.87,127,ghz -3214,SUCCESS,2,1,34451.46,26393674.87,26428126.33,127,qnn -3215,SUCCESS,2,1,8032.94,26428126.33,26436159.27,127,ae -3216,SUCCESS,2,1,10319.89,26436159.27,26446479.16,127,qft -3217,SUCCESS,2,1,30694.97,26446479.16,26477174.13,127,qnn -3218,SUCCESS,2,1,8215.47,26477174.13,26485389.6,127,qft -3219,SUCCESS,2,1,6102.13,26485389.6,26491491.73,127,qnn -3220,SUCCESS,2,1,20494.88,26491491.73,26511986.61,127,qftentangled -3221,SUCCESS,2,1,14193.05,26511986.61,26526179.66,127,twolocalrandom -3222,SUCCESS,2,1,5490.39,26526179.66,26531670.05,127,qft -3224,SUCCESS,2,1,49151.09,26531670.05,26580821.14,127,su2random -3225,SUCCESS,2,1,4714.35,26580821.14,26585535.49,127,qpeexact -3226,SUCCESS,2,1,40904.92,26585535.49,26626440.41,127,twolocalrandom -3229,SUCCESS,2,1,64578.61,26626440.41,26691019.02,127,twolocalrandom -3230,SUCCESS,2,1,3369.97,26691019.02,26694388.99,127,twolocalrandom -3231,SUCCESS,2,1,23379.85,26694388.99,26717768.84,127,qnn -3232,SUCCESS,2,1,125.11,26717768.84,26717893.95,127,ghz -3233,SUCCESS,2,1,4457.47,26717893.95,26722351.42,127,qpeexact -3234,SUCCESS,2,1,3062.96,26722351.42,26725414.38,127,qftentangled -3236,SUCCESS,2,1,516.73,26725414.38,26725931.11,127,portfoliovqe -3237,SUCCESS,2,1,676.06,26725931.11,26726607.17,127,dj -3239,SUCCESS,2,1,240479.99,26726607.17,26967087.16,127,grover-v-chain -3240,SUCCESS,2,1,21435.86,26967087.16,26988523.02,127,realamprandom -3241,SUCCESS,2,1,751.37,26988523.02,26989274.39,127,graphstate -3242,SUCCESS,2,1,88834.93,26989274.39,27078109.32,127,random -3243,SUCCESS,2,1,992.19,27078109.32,27079101.51,127,wstate -3245,SUCCESS,2,1,4447.8,27079101.51,27083549.31,127,su2random -3247,SUCCESS,2,1,1726.37,27083549.31,27085275.68,127,qftentangled -3248,SUCCESS,2,1,42542.09,27085275.68,27127817.77,127,random -3249,SUCCESS,2,1,65323.31,27127817.77,27193141.08,127,random -3250,SUCCESS,2,1,4390.95,27193141.08,27197532.03,127,wstate -3251,SUCCESS,2,1,801.91,27197532.03,27198333.94,127,portfoliovqe -3254,SUCCESS,2,1,13265.81,27198333.94,27211599.75,127,twolocalrandom -3255,SUCCESS,2,1,1540.84,27211599.75,27213140.59,127,dj -3256,SUCCESS,2,1,125.97,27213140.59,27213266.56,127,ghz -3257,SUCCESS,2,1,2023.1,27213266.56,27215289.66,127,ghz -3258,SUCCESS,2,1,5315,27215289.66,27220604.66,127,qpeexact -3259,SUCCESS,2,1,133799.24,27220604.66,27354403.9,127,qwalk-noancilla -3260,SUCCESS,2,1,901.76,27354403.9,27355305.66,127,wstate -3261,SUCCESS,2,1,44.08,27355305.66,27355349.74,127,graphstate -3262,SUCCESS,2,1,8678.88,27355349.74,27364028.62,127,qftentangled -3264,SUCCESS,2,1,623.63,27364028.62,27364652.25,127,wstate -3265,SUCCESS,2,1,360.37,27364652.25,27365012.62,127,graphstate -3266,SUCCESS,2,1,10415.5,27365012.62,27375428.12,127,qpeinexact -3267,SUCCESS,2,1,74.86,27375428.12,27375502.98,127,vqe -3269,SUCCESS,2,1,468.83,27375502.98,27375971.81,127,qft -3270,SUCCESS,2,1,4814.44,27375971.81,27380786.25,127,ae -3271,SUCCESS,2,1,938.88,27380786.25,27381725.13,127,qftentangled -3272,SUCCESS,2,1,48.63,27381725.13,27381773.76,127,qaoa -3273,SUCCESS,2,1,196.49,27381773.76,27381970.25,127,graphstate -3274,SUCCESS,2,1,13891.25,27381970.25,27395861.5,127,ae -3275,SUCCESS,2,1,24534.59,27395861.5,27420396.09,127,random -3276,SUCCESS,2,1,391.08,27420396.09,27420787.17,127,ghz -3277,SUCCESS,2,1,1059.58,27420787.17,27421846.75,127,dj -3278,SUCCESS,2,1,2773.84,27421846.75,27424620.59,127,twolocalrandom -3279,SUCCESS,2,1,6978.85,27424620.59,27431599.44,127,qft -3280,SUCCESS,2,1,2986.01,27431599.44,27434585.45,127,dj -3281,SUCCESS,2,1,4178.26,27434585.45,27438763.71,127,su2random -3282,SUCCESS,2,1,2654.62,27438763.71,27441418.33,127,wstate -3283,SUCCESS,2,1,191.86,27441418.33,27441610.19,127,graphstate -3284,SUCCESS,2,1,42356.59,27441610.19,27483966.78,127,twolocalrandom -3285,SUCCESS,2,1,4075.18,27483966.78,27488041.96,127,qnn -3287,SUCCESS,2,1,11380.35,27488041.96,27499422.31,127,realamprandom -3288,SUCCESS,2,1,1208.01,27499422.31,27500630.32,127,ghz -3289,SUCCESS,2,1,44914.29,27500630.32,27545544.61,127,qpeexact -3291,SUCCESS,2,1,206833.86,27545544.61,27752378.47,127,random -3292,SUCCESS,2,1,8016.52,27752378.47,27760394.99,127,qft -3293,SUCCESS,2,1,1206.74,27760394.99,27761601.73,127,su2random -3294,SUCCESS,2,1,403.41,27761601.73,27762005.14,127,qnn -3295,SUCCESS,2,1,8734.99,27762005.14,27770740.13,127,qnn -3296,SUCCESS,2,1,2346.98,27770740.13,27773087.11,127,qft -3297,SUCCESS,2,1,92.53,27773087.11,27773179.64,127,vqe -3298,SUCCESS,2,1,5854.33,27773179.64,27779033.97,127,twolocalrandom -3299,SUCCESS,2,1,48560.82,27779033.97,27827594.79,127,random -3300,SUCCESS,2,1,1398.56,27827594.79,27828993.35,127,realamprandom -3301,SUCCESS,2,1,18640,27828993.35,27847633.35,127,qpeinexact -3304,SUCCESS,2,1,20390.12,27847633.35,27868023.47,127,qpeexact -3305,SUCCESS,2,1,2527.52,27868023.47,27870550.99,127,ae -3306,SUCCESS,2,1,87960.57,27870550.99,27958511.56,127,random -3307,SUCCESS,2,1,122.43,27958511.56,27958633.99,127,ghz -3308,SUCCESS,2,1,2068.06,27958633.99,27960702.05,127,dj -3310,SUCCESS,2,1,2191.52,27960702.05,27962893.57,127,qft -3312,SUCCESS,2,1,1400.73,27962893.57,27964294.3,127,qnn -3313,SUCCESS,2,1,1391.34,27964294.3,27965685.64,127,graphstate -3314,SUCCESS,2,1,1860.65,27965685.64,27967546.29,127,twolocalrandom -3315,SUCCESS,2,1,68363.41,27967546.29,28035909.7,127,random -3316,SUCCESS,2,1,17623.69,28035909.7,28053533.39,127,su2random -3317,SUCCESS,2,1,230.11,28053533.39,28053763.5,127,graphstate -3318,SUCCESS,2,1,3361.43,28053763.5,28057124.93,127,ae -3319,SUCCESS,2,1,6627.16,28057124.93,28063752.09,127,ae -3320,SUCCESS,2,1,8386.48,28063752.09,28072138.57,127,qftentangled -3321,SUCCESS,2,1,73.19,28072138.57,28072211.76,127,graphstate -3322,SUCCESS,2,1,2303.85,28072211.76,28074515.61,127,portfoliovqe -3323,SUCCESS,2,1,8326.73,28074515.61,28082842.34,127,qft -3324,SUCCESS,2,1,12125.16,28082842.34,28094967.5,127,su2random -3325,SUCCESS,2,1,30765.25,28094967.5,28125732.75,127,realamprandom -3327,SUCCESS,2,1,274.68,28125732.75,28126007.43,127,graphstate -3328,SUCCESS,2,1,26910.95,28126007.43,28152918.38,127,qft -3329,SUCCESS,2,1,38458.58,28152918.38,28191376.96,127,qnn -3332,SUCCESS,2,1,18552.28,28191376.96,28209929.24,127,qpeexact -3333,SUCCESS,2,1,1232.88,28209929.24,28211162.12,127,pricingcall -3334,SUCCESS,2,1,15565.83,28211162.12,28226727.95,127,qpeinexact -3336,SUCCESS,2,1,21682.31,28226727.95,28248410.26,127,random -3337,SUCCESS,2,1,31675.65,28248410.26,28280085.91,127,qftentangled -3338,SUCCESS,2,1,1486.07,28280085.91,28281571.98,127,ghz -3340,SUCCESS,2,1,15513.16,28281571.98,28297085.14,127,random -3341,SUCCESS,2,1,4839.72,28297085.14,28301924.86,127,qpeexact -3342,SUCCESS,2,1,75745.87,28301924.86,28377670.73,127,realamprandom -3343,SUCCESS,2,1,22967.99,28377670.73,28400638.72,127,grover-v-chain -3344,SUCCESS,2,1,22488.84,28400638.72,28423127.56,127,qftentangled -3345,SUCCESS,2,1,1196.26,28423127.56,28424323.82,127,qftentangled -3346,SUCCESS,2,1,464.09,28424323.82,28424787.91,127,graphstate -3347,SUCCESS,2,1,11155.16,28424787.91,28435943.07,127,qnn -3348,SUCCESS,2,1,130.4,28435943.07,28436073.47,127,ghz -3349,SUCCESS,2,1,1357.92,28436073.47,28437431.39,127,dj -3350,SUCCESS,2,1,3290.68,28437431.39,28440722.07,127,qftentangled -3351,SUCCESS,2,1,94.5,28440722.07,28440816.57,127,ghz -3353,SUCCESS,2,1,14543.56,28440816.57,28455360.13,127,pricingcall -3354,SUCCESS,2,1,12713.2,28455360.13,28468073.33,127,qpeinexact -3355,SUCCESS,2,1,15832.78,28468073.33,28483906.11,127,qft -3356,SUCCESS,2,1,4226.12,28483906.11,28488132.23,127,qnn -3357,SUCCESS,2,1,8053.55,28488132.23,28496185.78,127,realamprandom -3358,SUCCESS,2,1,659.52,28496185.78,28496845.3,127,dj -3359,SUCCESS,2,1,14039.24,28496845.3,28510884.54,127,qft -3361,SUCCESS,2,1,1076.58,28510884.54,28511961.12,127,dj -3362,SUCCESS,2,1,1483.06,28511961.12,28513444.18,127,wstate -3363,SUCCESS,2,1,22.42,28513444.18,28513466.6,127,ghz -3364,SUCCESS,2,1,36570.03,28513466.6,28550036.63,127,ae -3365,SUCCESS,2,1,11064.06,28550036.63,28561100.69,127,random -3367,SUCCESS,2,1,563.26,28561100.69,28561663.95,127,random -3368,SUCCESS,2,1,33397.7,28561663.95,28595061.65,127,qpeinexact -3369,SUCCESS,2,1,338.9,28595061.65,28595400.55,127,wstate -3370,SUCCESS,2,1,275.69,28595400.55,28595676.24,127,ghz -3371,SUCCESS,2,1,25298.31,28595676.24,28620974.55,127,random -3373,SUCCESS,2,1,8676.27,28620974.55,28629650.82,127,qpeinexact -3374,SUCCESS,2,1,4219.12,28629650.82,28633869.94,127,qnn -3375,SUCCESS,2,1,48362.41,28633869.94,28682232.35,127,random -3376,SUCCESS,2,1,3769.7,28682232.35,28686002.05,127,qnn -3377,SUCCESS,2,1,299.27,28686002.05,28686301.32,127,ghz -3379,SUCCESS,2,1,3965.14,28686301.32,28690266.46,127,realamprandom -3380,SUCCESS,2,1,1475.8,28690266.46,28691742.26,127,qpeexact -3381,SUCCESS,2,1,63.55,28691742.26,28691805.81,127,graphstate -3382,SUCCESS,2,1,33589.75,28691805.81,28725395.56,127,qnn -3383,SUCCESS,2,1,778.17,28725395.56,28726173.73,127,ghz -3384,SUCCESS,2,1,1158.75,28726173.73,28727332.48,127,dj -3385,SUCCESS,2,1,469.67,28727332.48,28727802.15,127,graphstate -3386,SUCCESS,2,1,189.6,28727802.15,28727991.75,127,ghz -3387,SUCCESS,2,1,2845.74,28727991.75,28730837.49,127,twolocalrandom -3388,SUCCESS,2,1,119.97,28730837.49,28730957.46,127,ghz -3389,SUCCESS,2,1,455.2,28730957.46,28731412.66,127,graphstate -3392,SUCCESS,2,1,288.43,28731412.66,28731701.09,127,ghz -3393,SUCCESS,2,1,1847.83,28731701.09,28733548.92,127,ae -3394,SUCCESS,2,1,142.46,28733548.92,28733691.38,127,graphstate -3395,SUCCESS,2,1,34768.73,28733691.38,28768460.11,127,qftentangled -3396,SUCCESS,2,1,7731.22,28768460.11,28776191.33,127,qnn -3398,SUCCESS,2,1,37897.43,28776191.33,28814088.76,127,qpeexact -3399,SUCCESS,2,1,1525.06,28814088.76,28815613.82,127,qpeexact -3400,SUCCESS,2,1,3549.65,28815613.82,28819163.47,127,random -3401,SUCCESS,2,1,21373.45,28819163.47,28840536.92,127,twolocalrandom -3402,SUCCESS,2,1,6783.55,28840536.92,28847320.47,127,realamprandom -3403,SUCCESS,2,1,6418.83,28847320.47,28853739.3,127,pricingcall -3404,SUCCESS,2,1,1276.17,28853739.3,28855015.47,127,ae -3405,SUCCESS,2,1,180.46,28855015.47,28855195.93,127,wstate -3406,SUCCESS,2,1,10003.17,28855195.93,28865199.1,127,su2random -3407,SUCCESS,2,1,18177.77,28865199.1,28883376.87,127,random -3408,SUCCESS,2,1,47428.84,28883376.87,28930805.71,127,qnn -3409,SUCCESS,2,1,21472.77,28930805.71,28952278.48,127,qpeexact -3410,SUCCESS,2,1,4277.17,28952278.48,28956555.65,127,twolocalrandom -3411,SUCCESS,2,1,1824.4,28956555.65,28958380.05,127,realamprandom -3412,SUCCESS,2,1,120.1,28958380.05,28958500.15,127,graphstate -3414,SUCCESS,2,1,202.92,28958500.15,28958703.07,127,graphstate -3417,SUCCESS,2,1,11188.01,28958703.07,28969891.08,127,pricingput -3418,SUCCESS,2,1,3697.23,28969891.08,28973588.31,127,su2random -3419,SUCCESS,2,1,4732.37,28973588.31,28978320.68,127,qnn -3420,SUCCESS,2,1,2173.11,28978320.68,28980493.79,127,qnn -3421,SUCCESS,2,1,2720.6,28980493.79,28983214.39,127,dj -3422,SUCCESS,2,1,22742.41,28983214.39,29005956.8,127,qnn -3424,SUCCESS,2,1,802.89,29005956.8,29006759.69,127,graphstate -3425,SUCCESS,2,1,296.99,29006759.69,29007056.68,127,dj -3426,SUCCESS,2,1,353.19,29007056.68,29007409.87,127,graphstate -3427,SUCCESS,2,1,8305.9,29007409.87,29015715.77,127,qft -3429,SUCCESS,2,1,436.32,29015715.77,29016152.09,127,ghz -3430,SUCCESS,2,1,5716.77,29016152.09,29021868.86,127,qftentangled -3431,SUCCESS,2,1,78557.79,29021868.86,29100426.65,127,random -3434,SUCCESS,2,1,24665.59,29100426.65,29125092.24,127,random -3435,SUCCESS,2,1,8771.18,29125092.24,29133863.42,127,twolocalrandom -3436,SUCCESS,2,1,1445.85,29133863.42,29135309.27,127,qpeinexact -3438,SUCCESS,2,1,5118.57,29135309.27,29140427.84,127,qpeexact -3439,SUCCESS,2,1,516.71,29140427.84,29140944.55,127,dj -3440,SUCCESS,2,1,41.27,29140944.55,29140985.82,127,graphstate -3441,SUCCESS,2,1,4805.55,29140985.82,29145791.37,127,qftentangled -3442,SUCCESS,2,1,80.8,29145791.37,29145872.17,127,graphstate -3443,SUCCESS,2,1,2361.22,29145872.17,29148233.39,127,realamprandom -3444,SUCCESS,2,1,1791.48,29148233.39,29150024.87,127,qft -3445,SUCCESS,2,1,3430.9,29150024.87,29153455.77,127,ghz -3446,SUCCESS,2,1,1331.6,29153455.77,29154787.37,127,wstate -3447,SUCCESS,2,1,6341.07,29154787.37,29161128.44,127,su2random -3448,SUCCESS,2,1,120.81,29161128.44,29161249.25,127,graphstate -3449,SUCCESS,2,1,13006.48,29161249.25,29174255.73,127,ae -3450,SUCCESS,2,1,35912.7,29174255.73,29210168.43,127,twolocalrandom -3451,SUCCESS,2,1,339.31,29210168.43,29210507.74,127,dj -3452,SUCCESS,2,1,4370.65,29210507.74,29214878.39,127,qnn -3454,SUCCESS,2,1,22170.64,29214878.39,29237049.03,127,twolocalrandom -3455,SUCCESS,2,1,10004.57,29237049.03,29247053.6,127,ae -3456,SUCCESS,2,1,562.26,29247053.6,29247615.86,127,qpeexact -3457,SUCCESS,2,1,15321.55,29247615.86,29262937.41,127,qpeinexact -3460,SUCCESS,2,1,3727.76,29262937.41,29266665.17,127,random -3462,SUCCESS,2,1,176.3,29266665.17,29266841.47,127,graphstate -3464,SUCCESS,2,1,1044.92,29266841.47,29267886.39,127,twolocalrandom -3465,SUCCESS,2,1,7260.8,29267886.39,29275147.19,127,qpeexact -3466,SUCCESS,2,1,1453.97,29275147.19,29276601.16,127,su2random -3467,SUCCESS,2,1,339.46,29276601.16,29276940.62,127,graphstate -3468,SUCCESS,2,1,56414.01,29276940.62,29333354.63,127,random -3470,SUCCESS,2,1,19013.59,29333354.63,29352368.22,127,ae -3471,SUCCESS,2,1,16445.02,29352368.22,29368813.24,127,qft -3472,SUCCESS,2,1,807.29,29368813.24,29369620.53,127,dj -3476,SUCCESS,2,1,772.01,29369620.53,29370392.54,127,qnn -3478,SUCCESS,2,1,858.63,29370392.54,29371251.17,127,qpeexact -3480,SUCCESS,2,1,20598.94,29371251.17,29391850.11,127,qft -3481,SUCCESS,2,1,560.73,29391850.11,29392410.84,127,qnn -3482,SUCCESS,2,1,521,29392410.84,29392931.84,127,graphstate -3487,SUCCESS,2,1,85.8,29392931.84,29393017.64,127,vqe -3488,SUCCESS,2,1,33212.03,29393017.64,29426229.67,127,qft -3489,SUCCESS,2,1,36750.56,29426229.67,29462980.23,127,qpeinexact -3490,SUCCESS,2,1,16112.86,29462980.23,29479093.09,127,qftentangled -3491,SUCCESS,2,1,7163.96,29479093.09,29486257.05,127,ae -3492,SUCCESS,2,1,3983.85,29486257.05,29490240.9,127,wstate -3493,SUCCESS,2,1,19143.91,29490240.9,29509384.81,127,twolocalrandom -3494,SUCCESS,2,1,661.56,29509384.81,29510046.37,127,wstate -3495,SUCCESS,2,1,24026.87,29510046.37,29534073.24,127,qnn -3496,SUCCESS,2,1,5868.71,29534073.24,29539941.95,127,qnn -3497,SUCCESS,2,1,1667.4,29539941.95,29541609.35,127,su2random -3498,SUCCESS,2,1,40656.99,29541609.35,29582266.34,127,realamprandom -3499,SUCCESS,2,1,15055.98,29582266.34,29597322.32,127,qft -3500,SUCCESS,2,1,24581.69,29597322.32,29621904.01,127,qpeinexact -3501,SUCCESS,2,1,129.32,29621904.01,29622033.33,127,graphstate -3502,SUCCESS,2,1,39.19,29622033.33,29622072.52,127,vqe -3503,SUCCESS,2,1,5196.78,29622072.52,29627269.3,127,qpeinexact -3504,SUCCESS,2,1,3195.02,29627269.3,29630464.32,127,ghz -3505,SUCCESS,2,1,6177.46,29630464.32,29636641.78,127,wstate -3506,SUCCESS,2,1,465.44,29636641.78,29637107.22,127,wstate -3508,SUCCESS,2,1,296.08,29637107.22,29637403.3,127,wstate -3510,SUCCESS,2,1,674.81,29637403.3,29638078.11,127,qpeinexact -3511,SUCCESS,2,1,3895.27,29638078.11,29641973.38,127,qft -3512,SUCCESS,2,1,887.87,29641973.38,29642861.25,127,su2random -3513,SUCCESS,2,1,2500.63,29642861.25,29645361.88,127,wstate -3514,SUCCESS,2,1,209.23,29645361.88,29645571.11,127,qnn -3515,SUCCESS,2,1,85.8,29645571.11,29645656.91,127,ghz -3516,SUCCESS,2,1,1243.56,29645656.91,29646900.47,127,su2random -3517,SUCCESS,2,1,3761.07,29646900.47,29650661.54,127,su2random -3518,SUCCESS,2,1,3346.41,29650661.54,29654007.95,127,qft -3519,SUCCESS,2,1,3254.97,29654007.95,29657262.92,127,pricingcall -3520,SUCCESS,2,1,17512.95,29657262.92,29674775.87,127,qpeexact -3521,SUCCESS,2,1,311.07,29674775.87,29675086.94,127,wstate -3522,SUCCESS,2,1,4387.85,29675086.94,29679474.79,127,qnn -3523,SUCCESS,2,1,64022.25,29679474.79,29743497.04,127,realamprandom -3524,SUCCESS,2,1,18064.81,29743497.04,29761561.85,127,qnn -3525,SUCCESS,2,1,5433.02,29761561.85,29766994.87,127,ae -3526,SUCCESS,2,1,3727.24,29766994.87,29770722.11,127,twolocalrandom -3527,SUCCESS,2,1,48103,29770722.11,29818825.11,127,realamprandom -3528,SUCCESS,2,1,30887.28,29818825.11,29849712.39,127,qpeexact -3529,SUCCESS,2,1,98.86,29849712.39,29849811.25,127,ghz -3530,SUCCESS,2,1,1981.64,29849811.25,29851792.89,127,qnn -3531,SUCCESS,2,1,100142.79,29851792.89,29951935.68,127,qwalk-noancilla -3533,SUCCESS,2,1,3518.05,29951935.68,29955453.73,127,realamprandom -3534,SUCCESS,2,1,4827.8,29955453.73,29960281.53,127,qftentangled -3535,SUCCESS,2,1,1372.48,29960281.53,29961654.01,127,qft -3536,SUCCESS,2,1,14373.42,29961654.01,29976027.43,127,ae -3538,SUCCESS,2,1,16569.21,29976027.43,29992596.64,127,random -3539,SUCCESS,2,1,123.93,29992596.64,29992720.57,127,graphstate -3540,SUCCESS,2,1,12949.17,29992720.57,30005669.74,127,ae -3541,SUCCESS,2,1,30131.63,30005669.74,30035801.37,127,qpeexact -3544,SUCCESS,2,1,158228.79,30035801.37,30194030.16,127,shor -3545,SUCCESS,2,1,13045.11,30194030.16,30207075.27,127,qpeinexact -3546,SUCCESS,2,1,7342.79,30207075.27,30214418.06,127,twolocalrandom -3547,SUCCESS,2,1,135874.59,30214418.06,30350292.65,127,random -3548,SUCCESS,2,1,12187.54,30350292.65,30362480.19,127,ae -3550,SUCCESS,2,1,9149.31,30362480.19,30371629.5,127,qpeinexact -3551,SUCCESS,2,1,1476.23,30371629.5,30373105.73,127,realamprandom -3552,SUCCESS,2,1,6452.6,30373105.73,30379558.33,127,twolocalrandom -3553,SUCCESS,2,1,740.7,30379558.33,30380299.03,127,su2random -3554,SUCCESS,2,1,9848.26,30380299.03,30390147.29,127,random -3555,SUCCESS,2,1,17374.09,30390147.29,30407521.38,127,qftentangled -3556,SUCCESS,2,1,19300.57,30407521.38,30426821.95,127,qft -3557,SUCCESS,2,1,14730.44,30426821.95,30441552.39,127,grover-noancilla -3559,SUCCESS,2,1,8921.42,30441552.39,30450473.81,127,su2random -3560,SUCCESS,2,1,21625.45,30450473.81,30472099.26,127,random -3561,SUCCESS,2,1,9583.56,30472099.26,30481682.82,127,qnn -3562,SUCCESS,2,1,81.55,30481682.82,30481764.37,127,vqe -3563,SUCCESS,2,1,101.91,30481764.37,30481866.28,127,ghz -3564,SUCCESS,2,1,7002.13,30481866.28,30488868.41,127,qpeexact -3565,SUCCESS,2,1,125393.25,30488868.41,30614261.66,127,random -3566,SUCCESS,2,1,50568,30614261.66,30664829.66,127,realamprandom -3567,SUCCESS,2,1,6625.5,30664829.66,30671455.16,127,su2random -3569,SUCCESS,2,1,1537.18,30671455.16,30672992.34,127,random -3570,SUCCESS,2,1,13468.9,30672992.34,30686461.24,127,qpeexact -3571,SUCCESS,2,1,1089.95,30686461.24,30687551.19,127,pricingcall -3572,SUCCESS,2,1,33,30687551.19,30687584.19,127,dj -3573,SUCCESS,2,1,2905.6,30687584.19,30690489.79,127,ae -3574,SUCCESS,2,1,8174.94,30690489.79,30698664.73,127,su2random -3575,SUCCESS,2,1,81963.48,30698664.73,30780628.21,127,random -3576,SUCCESS,2,1,2263.06,30780628.21,30782891.27,127,qft -3577,SUCCESS,2,1,329.69,30782891.27,30783220.96,127,dj -3578,SUCCESS,2,1,25818.36,30783220.96,30809039.32,127,qpeexact -3579,SUCCESS,2,1,69952.3,30809039.32,30878991.62,127,realamprandom -3580,SUCCESS,2,1,9410.01,30878991.62,30888401.63,127,qpeinexact -3581,SUCCESS,2,1,1324.24,30888401.63,30889725.87,127,twolocalrandom -3582,SUCCESS,2,1,14632.73,30889725.87,30904358.6,127,realamprandom -3583,SUCCESS,2,1,2080.38,30904358.6,30906438.98,127,su2random -3584,SUCCESS,2,1,1505.31,30906438.98,30907944.29,127,dj -3587,SUCCESS,2,1,1066.98,30907944.29,30909011.27,127,qft -3588,SUCCESS,2,1,25799.4,30909011.27,30934810.67,127,qpeexact -3589,SUCCESS,2,1,1762.67,30934810.67,30936573.34,127,qnn -3590,SUCCESS,2,1,24976.59,30936573.34,30961549.93,127,qpeexact -3591,SUCCESS,2,1,10460.51,30961549.93,30972010.44,127,qpeinexact -3593,SUCCESS,2,1,2039.96,30972010.44,30974050.4,127,dj -3596,SUCCESS,2,1,1595.19,30974050.4,30975645.59,127,ae -3598,SUCCESS,2,1,28572.14,30975645.59,31004217.73,127,qft -3599,SUCCESS,2,1,651.31,31004217.73,31004869.04,127,realamprandom -3600,SUCCESS,2,1,39562.62,31004869.04,31044431.66,127,qpeinexact -3601,SUCCESS,2,1,224.16,31044431.66,31044655.82,127,graphstate -3602,SUCCESS,2,1,2385.06,31044655.82,31047040.88,127,ghz -3603,SUCCESS,2,1,33857.97,31047040.88,31080898.85,127,twolocalrandom -3604,SUCCESS,2,1,259.33,31080898.85,31081158.18,127,ghz -3605,SUCCESS,2,1,338.67,31081158.18,31081496.85,127,qaoa -3606,SUCCESS,2,1,2992.71,31081496.85,31084489.56,127,ae -3608,SUCCESS,2,1,2817.38,31084489.56,31087306.94,127,grover-v-chain -3610,SUCCESS,2,1,15651.75,31087306.94,31102958.69,127,realamprandom -3612,SUCCESS,2,1,686.87,31102958.69,31103645.56,127,qpeexact -3613,SUCCESS,2,1,34992.49,31103645.56,31138638.05,127,su2random -3615,SUCCESS,2,1,748.39,31138638.05,31139386.44,127,graphstate -3616,SUCCESS,2,1,1750.63,31139386.44,31141137.07,127,ghz -3617,SUCCESS,2,1,127.2,31141137.07,31141264.27,127,wstate -3619,SUCCESS,2,1,7029.8,31141264.27,31148294.07,127,wstate -3621,SUCCESS,2,1,114168.28,31148294.07,31262462.35,127,grover-noancilla -3622,SUCCESS,2,1,1628.38,31262462.35,31264090.73,127,qpeexact -3623,SUCCESS,2,1,30.38,31264090.73,31264121.11,127,ghz -3624,SUCCESS,2,1,23741.49,31264121.11,31287862.6,127,realamprandom -3625,SUCCESS,2,1,39923.46,31287862.6,31327786.06,127,qnn -3626,SUCCESS,2,1,107.73,31327786.06,31327893.79,127,ghz -3627,SUCCESS,2,1,5393.29,31327893.79,31333287.08,127,qft -3628,SUCCESS,2,1,16807.33,31333287.08,31350094.41,127,qftentangled -3629,SUCCESS,2,1,28432.88,31350094.41,31378527.29,127,realamprandom -3630,SUCCESS,2,1,3083.38,31378527.29,31381610.67,127,random -3631,SUCCESS,2,1,17205.51,31381610.67,31398816.18,127,qpeinexact -3633,SUCCESS,2,1,8680.53,31398816.18,31407496.71,127,qftentangled -3635,SUCCESS,2,1,8401.06,31407496.71,31415897.77,127,random -3636,SUCCESS,2,1,2131.67,31415897.77,31418029.44,127,ghz -3637,SUCCESS,2,1,14657.75,31418029.44,31432687.19,127,qft -3638,SUCCESS,2,1,282.83,31432687.19,31432970.02,127,dj -3639,SUCCESS,2,1,4801.69,31432970.02,31437771.71,127,qft -3640,SUCCESS,2,1,417.94,31437771.71,31438189.65,127,dj -3641,SUCCESS,2,1,5281.16,31438189.65,31443470.81,127,twolocalrandom -3642,SUCCESS,2,1,3556.75,31443470.81,31447027.56,127,su2random -3645,SUCCESS,2,1,26133.31,31447027.56,31473160.87,127,qft -3647,SUCCESS,2,1,211.88,31473160.87,31473372.75,127,ghz -3648,SUCCESS,2,1,1506.32,31473372.75,31474879.07,127,dj -3649,SUCCESS,2,1,520.77,31474879.07,31475399.84,127,qft -3650,SUCCESS,2,1,7359.51,31475399.84,31482759.35,127,qpeexact -3651,SUCCESS,2,1,18767.78,31482759.35,31501527.13,127,ae -3652,SUCCESS,2,1,2176.86,31501527.13,31503703.99,127,qnn -3653,SUCCESS,2,1,2139.59,31503703.99,31505843.58,127,dj -3654,SUCCESS,2,1,5879.96,31505843.58,31511723.54,127,qpeexact -3655,SUCCESS,2,1,6013.13,31511723.54,31517736.67,127,qft -3656,SUCCESS,2,1,5025.47,31517736.67,31522762.14,127,qftentangled -3658,SUCCESS,2,1,6173.93,31522762.14,31528936.07,127,qftentangled -3659,SUCCESS,2,1,249.99,31528936.07,31529186.06,127,dj -3660,SUCCESS,2,1,12528.3,31529186.06,31541714.36,127,qft -3661,SUCCESS,2,1,28478.97,31541714.36,31570193.33,127,qpeinexact -3662,SUCCESS,2,1,1625.42,31570193.33,31571818.75,127,dj -3663,SUCCESS,2,1,10134.31,31571818.75,31581953.06,127,qpeinexact -3665,SUCCESS,2,1,59611.11,31581953.06,31641564.17,127,twolocalrandom -3666,SUCCESS,2,1,7648.39,31641564.17,31649212.56,127,qftentangled -3667,SUCCESS,2,1,345.5,31649212.56,31649558.06,127,wstate -3668,SUCCESS,2,1,2678.26,31649558.06,31652236.32,127,su2random -3669,SUCCESS,2,1,1309.26,31652236.32,31653545.58,127,twolocalrandom -3670,SUCCESS,2,1,1772.09,31653545.58,31655317.67,127,pricingcall -3672,SUCCESS,2,1,22091.66,31655317.67,31677409.33,127,random -3673,SUCCESS,2,1,1105.71,31677409.33,31678515.04,127,dj -3674,SUCCESS,2,1,3831.85,31678515.04,31682346.89,127,qpeinexact -3675,SUCCESS,2,1,2216.27,31682346.89,31684563.16,127,realamprandom -3676,SUCCESS,2,1,23474.57,31684563.16,31708037.73,127,ae -3677,SUCCESS,2,1,952.75,31708037.73,31708990.48,127,ae -3678,SUCCESS,2,1,82.82,31708990.48,31709073.3,127,ghz -3679,SUCCESS,2,1,803.1,31709073.3,31709876.4,127,pricingput -3680,SUCCESS,2,1,1544.5,31709876.4,31711420.9,127,qftentangled -3681,SUCCESS,2,1,46609.72,31711420.9,31758030.62,127,su2random -3682,SUCCESS,2,1,7491.08,31758030.62,31765521.7,127,qft -3683,SUCCESS,2,1,41021.69,31765521.7,31806543.39,127,su2random -3684,SUCCESS,2,1,1601.23,31806543.39,31808144.62,127,qnn -3685,SUCCESS,2,1,25967.5,31808144.62,31834112.12,127,qftentangled -3686,SUCCESS,2,1,7064.3,31834112.12,31841176.42,127,ae -3688,SUCCESS,2,1,6443.46,31841176.42,31847619.88,127,qftentangled -3689,SUCCESS,2,1,2556.37,31847619.88,31850176.25,127,realamprandom -3690,SUCCESS,2,1,11169.44,31850176.25,31861345.69,127,ae -3691,SUCCESS,2,1,2134,31861345.69,31863479.69,127,wstate -3693,SUCCESS,2,1,19746.89,31863479.69,31883226.58,127,qft -3694,SUCCESS,2,1,32987.26,31883226.58,31916213.84,127,random -3695,SUCCESS,2,1,73108.38,31916213.84,31989322.22,127,random -3696,SUCCESS,2,1,437.88,31989322.22,31989760.1,127,graphstate -3697,SUCCESS,2,1,29141.49,31989760.1,32018901.59,127,qpeexact -3698,SUCCESS,2,1,18636.6,32018901.59,32037538.19,127,qpeexact -3699,SUCCESS,2,1,92.66,32037538.19,32037630.85,127,wstate -3700,SUCCESS,2,1,102.21,32037630.85,32037733.06,127,qaoa -3701,SUCCESS,2,1,179.22,32037733.06,32037912.28,127,wstate -3702,SUCCESS,2,1,15938.63,32037912.28,32053850.91,127,qftentangled -3703,SUCCESS,2,1,2118.77,32053850.91,32055969.68,127,dj -3705,SUCCESS,2,1,78.12,32055969.68,32056047.8,127,ghz -3706,SUCCESS,2,1,443.4,32056047.8,32056491.2,127,dj -3707,SUCCESS,2,1,26510.15,32056491.2,32083001.35,127,ae -3709,SUCCESS,2,1,9372.09,32083001.35,32092373.44,127,su2random -3710,SUCCESS,2,1,112.65,32092373.44,32092486.09,127,vqe -3711,SUCCESS,2,1,1506.54,32092486.09,32093992.63,127,dj -3713,SUCCESS,2,1,4781.18,32093992.63,32098773.81,127,wstate -3714,SUCCESS,2,1,223.58,32098773.81,32098997.39,127,graphstate -3715,SUCCESS,2,1,1462.18,32098997.39,32100459.57,127,realamprandom -3716,SUCCESS,2,1,1839.8,32100459.57,32102299.37,127,ae -3718,SUCCESS,2,1,16399.48,32102299.37,32118698.85,127,qft -3720,SUCCESS,2,1,149.24,32118698.85,32118848.09,127,graphstate -3721,SUCCESS,2,1,945.91,32118848.09,32119794,127,dj -3722,SUCCESS,2,1,1546.17,32119794,32121340.17,127,dj -3723,SUCCESS,2,1,12186.82,32121340.17,32133526.99,127,qpeinexact -3724,SUCCESS,2,1,898.24,32133526.99,32134425.23,127,qnn -3726,SUCCESS,2,1,8615.35,32134425.23,32143040.58,127,qnn -3727,SUCCESS,2,1,239.71,32143040.58,32143280.29,127,ghz -3728,SUCCESS,2,1,177.66,32143280.29,32143457.95,127,ghz -3729,SUCCESS,2,1,1224.76,32143457.95,32144682.71,127,qft -3730,SUCCESS,2,1,57881.02,32144682.71,32202563.73,127,random -3731,SUCCESS,2,1,4450.29,32202563.73,32207014.02,127,wstate -3732,SUCCESS,2,1,493.21,32207014.02,32207507.23,127,wstate -3733,SUCCESS,2,1,46,32207507.23,32207553.23,127,vqe -3734,SUCCESS,2,1,14812.34,32207553.23,32222365.57,127,qpeexact -3735,SUCCESS,2,1,1583.87,32222365.57,32223949.44,127,wstate -3736,SUCCESS,2,1,1368.33,32223949.44,32225317.77,127,qpeexact -3738,SUCCESS,2,1,32379.78,32225317.77,32257697.55,127,qnn -3739,SUCCESS,2,1,7428.36,32257697.55,32265125.91,127,qpeexact -3740,SUCCESS,2,1,669.6,32265125.91,32265795.51,127,portfoliovqe -3741,SUCCESS,2,1,13210.51,32265795.51,32279006.02,127,qft -3742,SUCCESS,2,1,20240.24,32279006.02,32299246.26,127,qftentangled -3743,SUCCESS,2,1,5459.08,32299246.26,32304705.34,127,twolocalrandom -3744,SUCCESS,2,1,28952.98,32304705.34,32333658.32,127,pricingcall -3745,SUCCESS,2,1,868.68,32333658.32,32334527,127,wstate -3746,SUCCESS,2,1,16976.74,32334527,32351503.74,127,twolocalrandom -3747,SUCCESS,2,1,9269.95,32351503.74,32360773.69,127,qftentangled -3748,SUCCESS,2,1,1955.68,32360773.69,32362729.37,127,dj -3750,SUCCESS,2,1,45.77,32362729.37,32362775.14,127,graphstate -3751,SUCCESS,2,1,1587.81,32362775.14,32364362.95,127,qnn -3752,SUCCESS,2,1,31971.85,32364362.95,32396334.8,127,qft -3753,SUCCESS,2,1,7021.06,32396334.8,32403355.86,127,qpeinexact -3754,SUCCESS,2,1,18221.18,32403355.86,32421577.04,127,qpeexact -3755,SUCCESS,2,1,9436.19,32421577.04,32431013.23,127,ae -3756,SUCCESS,2,1,933.89,32431013.23,32431947.12,127,qpeexact -3757,SUCCESS,2,1,27117.81,32431947.12,32459064.93,127,qwalk-v-chain -3758,SUCCESS,2,1,1674.6,32459064.93,32460739.53,127,qft -3759,SUCCESS,2,1,126.33,32460739.53,32460865.86,127,graphstate -3760,SUCCESS,2,1,11538.64,32460865.86,32472404.5,127,qftentangled -3761,SUCCESS,2,1,1401.13,32472404.5,32473805.63,127,qpeinexact -3762,SUCCESS,2,1,4361.82,32473805.63,32478167.45,127,qftentangled -3763,SUCCESS,2,1,35633.46,32478167.45,32513800.91,127,qnn -3764,SUCCESS,2,1,311.27,32513800.91,32514112.18,127,graphstate -3765,SUCCESS,2,1,31249.59,32514112.18,32545361.77,127,random -3766,SUCCESS,2,1,1519.09,32545361.77,32546880.86,127,wstate -3768,SUCCESS,2,1,1096.76,32546880.86,32547977.62,127,dj -3769,SUCCESS,2,1,2692.55,32547977.62,32550670.17,127,ghz -3770,SUCCESS,2,1,22610.49,32550670.17,32573280.66,127,ae -3771,SUCCESS,2,1,635.28,32573280.66,32573915.94,127,realamprandom -3772,SUCCESS,2,1,11040.38,32573915.94,32584956.32,127,qpeexact -3774,SUCCESS,2,1,2488.97,32584956.32,32587445.29,127,qpeinexact -3775,SUCCESS,2,1,11184.23,32587445.29,32598629.52,127,twolocalrandom -3776,SUCCESS,2,1,1710.89,32598629.52,32600340.41,127,su2random -3778,SUCCESS,2,1,39576.15,32600340.41,32639916.56,127,qpeinexact -3780,SUCCESS,2,1,6696.66,32639916.56,32646613.22,127,qft -3781,SUCCESS,2,1,1842.77,32646613.22,32648455.99,127,wstate -3782,SUCCESS,2,1,15827.68,32648455.99,32664283.67,127,qpeexact -3783,SUCCESS,2,1,4764.31,32664283.67,32669047.98,127,qnn -3784,SUCCESS,2,1,2460.77,32669047.98,32671508.75,127,dj -3785,SUCCESS,2,1,2158.65,32671508.75,32673667.4,127,dj -3786,SUCCESS,2,1,10261.72,32673667.4,32683929.12,127,su2random -3787,SUCCESS,2,1,16884.43,32683929.12,32700813.55,127,su2random -3788,SUCCESS,2,1,67629.71,32700813.55,32768443.26,127,twolocalrandom -3789,SUCCESS,2,1,440.52,32768443.26,32768883.78,127,graphstate -3790,SUCCESS,2,1,6200.44,32768883.78,32775084.22,127,qpeinexact -3791,SUCCESS,2,1,2837.36,32775084.22,32777921.58,127,qnn -3792,SUCCESS,2,1,11276.23,32777921.58,32789197.81,127,qftentangled -3793,SUCCESS,2,1,237.5,32789197.81,32789435.31,127,qpeexact -3794,SUCCESS,2,1,680.4,32789435.31,32790115.71,127,ghz -3795,SUCCESS,2,1,4066.37,32790115.71,32794182.08,127,ae -3796,SUCCESS,2,1,890.69,32794182.08,32795072.77,127,twolocalrandom -3797,SUCCESS,2,1,19266.3,32795072.77,32814339.07,127,twolocalrandom -3798,SUCCESS,2,1,1490.26,32814339.07,32815829.33,127,graphstate -3800,SUCCESS,2,1,7874.26,32815829.33,32823703.59,127,twolocalrandom -3801,SUCCESS,2,1,6785.2,32823703.59,32830488.79,127,qftentangled -3802,SUCCESS,2,1,32956.91,32830488.79,32863445.7,127,ae -3803,SUCCESS,2,1,7796.33,32863445.7,32871242.03,127,qnn -3804,SUCCESS,2,1,9705.99,32871242.03,32880948.02,127,qft -3805,SUCCESS,2,1,1617.13,32880948.02,32882565.15,127,qnn -3806,SUCCESS,2,1,1671.36,32882565.15,32884236.51,127,ghz -3807,SUCCESS,2,1,9473.57,32884236.51,32893710.08,127,qftentangled -3808,SUCCESS,2,1,16344.83,32893710.08,32910054.91,127,twolocalrandom -3810,SUCCESS,2,1,241.87,32910054.91,32910296.78,127,qaoa -3811,SUCCESS,2,1,22113.95,32910296.78,32932410.73,127,qpeexact -3814,SUCCESS,2,1,488.7,32932410.73,32932899.43,127,qpeexact -3815,SUCCESS,2,1,11797.78,32932899.43,32944697.21,127,ae -3816,SUCCESS,2,1,2497.89,32944697.21,32947195.1,127,qftentangled -3817,SUCCESS,2,1,8951.64,32947195.1,32956146.74,127,qft -3818,SUCCESS,2,1,1241.85,32956146.74,32957388.59,127,qftentangled -3819,SUCCESS,2,1,284.02,32957388.59,32957672.61,127,wstate -3820,SUCCESS,2,1,3989.1,32957672.61,32961661.71,127,qpeexact -3821,SUCCESS,2,1,81880.93,32961661.71,33043542.64,127,random -3822,SUCCESS,2,1,3021.53,33043542.64,33046564.17,127,qftentangled -3823,SUCCESS,2,1,18416.86,33046564.17,33064981.03,127,qpeinexact -3824,SUCCESS,2,1,1142.03,33064981.03,33066123.06,127,ghz -3825,SUCCESS,2,1,405.77,33066123.06,33066528.83,127,dj -3826,SUCCESS,2,1,34873.8,33066528.83,33101402.63,127,twolocalrandom -3827,SUCCESS,2,1,953.6,33101402.63,33102356.23,127,qpeexact -3828,SUCCESS,2,1,2760.45,33102356.23,33105116.68,127,twolocalrandom -3830,SUCCESS,2,1,592.41,33105116.68,33105709.09,127,ghz -3832,SUCCESS,2,1,259.73,33105709.09,33105968.82,127,graphstate -3834,SUCCESS,2,1,182.71,33105968.82,33106151.53,127,graphstate -3835,SUCCESS,2,1,165084.66,33106151.53,33271236.19,127,qwalk-noancilla -3836,SUCCESS,2,1,3558.73,33271236.19,33274794.92,127,wstate -3838,SUCCESS,2,1,1153.09,33274794.92,33275948.01,127,dj -3839,SUCCESS,2,1,26718.95,33275948.01,33302666.96,127,random -3840,SUCCESS,2,1,600.23,33302666.96,33303267.19,127,qft -3841,SUCCESS,2,1,225.46,33303267.19,33303492.65,127,dj -3842,SUCCESS,2,1,45501.32,33303492.65,33348993.97,127,su2random -3843,SUCCESS,2,1,8643.69,33348993.97,33357637.66,127,su2random -3844,SUCCESS,2,1,13249.59,33357637.66,33370887.25,127,ae -3846,SUCCESS,2,1,52.77,33370887.25,33370940.02,127,ghz -3847,SUCCESS,2,1,9347.97,33370940.02,33380287.99,127,su2random -3848,SUCCESS,2,1,686.95,33380287.99,33380974.94,127,graphstate -3850,SUCCESS,2,1,12376.64,33380974.94,33393351.58,127,qpeexact -3851,SUCCESS,2,1,103.39,33393351.58,33393454.97,127,ghz -3852,SUCCESS,2,1,3369.81,33393454.97,33396824.78,127,qpeexact -3854,SUCCESS,2,1,3448.06,33396824.78,33400272.84,127,twolocalrandom -3855,SUCCESS,2,1,1297.48,33400272.84,33401570.32,127,qftentangled -3857,SUCCESS,2,1,11537.83,33401570.32,33413108.15,127,qftentangled -3858,SUCCESS,2,1,7357.12,33413108.15,33420465.27,127,su2random -3860,SUCCESS,2,1,279.29,33420465.27,33420744.56,127,graphstate -3861,SUCCESS,2,1,24789.44,33420744.56,33445534,127,su2random -3862,SUCCESS,2,1,3695.47,33445534,33449229.47,127,ae -3865,SUCCESS,2,1,37609.28,33449229.47,33486838.75,127,qft -3866,SUCCESS,2,1,18563.9,33486838.75,33505402.65,127,qpeexact -3867,SUCCESS,2,1,129391.09,33505402.65,33634793.74,127,random -3868,SUCCESS,2,1,82257.75,33634793.74,33717051.49,127,random -3869,SUCCESS,2,1,7708.5,33717051.49,33724759.99,127,qpeexact -3870,SUCCESS,2,1,25751.25,33724759.99,33750511.24,127,qpeinexact -3871,SUCCESS,2,1,1609.73,33750511.24,33752120.97,127,qpeexact -3872,SUCCESS,2,1,25234.24,33752120.97,33777355.21,127,qpeexact -3873,SUCCESS,2,1,3097.92,33777355.21,33780453.13,127,qpeinexact -3874,SUCCESS,2,1,42046.45,33780453.13,33822499.58,127,ae -3875,SUCCESS,2,1,6418.92,33822499.58,33828918.5,127,twolocalrandom -3876,SUCCESS,2,1,475.79,33828918.5,33829394.29,127,wstate -3878,SUCCESS,2,1,13230.55,33829394.29,33842624.84,127,qnn -3879,SUCCESS,2,1,21743.86,33842624.84,33864368.7,127,twolocalrandom -3880,SUCCESS,2,1,168.2,33864368.7,33864536.9,127,wstate -3881,SUCCESS,2,1,5055.26,33864536.9,33869592.16,127,qpeexact -3882,SUCCESS,2,1,31846.3,33869592.16,33901438.46,127,ae -3883,SUCCESS,2,1,21935,33901438.46,33923373.46,127,qwalk-noancilla -3884,SUCCESS,2,1,1726.6,33923373.46,33925100.06,127,ghz -3885,SUCCESS,2,1,22838.24,33925100.06,33947938.3,127,random -3886,SUCCESS,2,1,1824.62,33947938.3,33949762.92,127,pricingput -3887,SUCCESS,2,1,162.81,33949762.92,33949925.73,127,wstate -3888,SUCCESS,2,1,3002.14,33949925.73,33952927.87,127,pricingput -3891,SUCCESS,2,1,4717.72,33952927.87,33957645.59,127,qnn -3892,SUCCESS,2,1,20481.51,33957645.59,33978127.1,127,qpeinexact -3894,SUCCESS,2,1,6824.07,33978127.1,33984951.17,127,realamprandom -3895,SUCCESS,2,1,1365.11,33984951.17,33986316.28,127,su2random -3896,SUCCESS,2,1,775.92,33986316.28,33987092.2,127,portfoliovqe -3897,SUCCESS,2,1,15189.55,33987092.2,34002281.75,127,qnn -3899,SUCCESS,2,1,15062.26,34002281.75,34017344.01,127,qnn -3900,SUCCESS,2,1,144.51,34017344.01,34017488.52,127,wstate -3902,SUCCESS,2,1,2141.25,34017488.52,34019629.77,127,wstate -3903,SUCCESS,2,1,2355.28,34019629.77,34021985.05,127,twolocalrandom -3904,SUCCESS,2,1,31839.74,34021985.05,34053824.79,127,twolocalrandom -3905,SUCCESS,2,1,3525.41,34053824.79,34057350.2,127,su2random -3906,SUCCESS,2,1,11417.13,34057350.2,34068767.33,127,ae -3907,SUCCESS,2,1,76.36,34068767.33,34068843.69,127,ghz -3908,SUCCESS,2,1,83453.44,34068843.69,34152297.13,127,random -3910,SUCCESS,2,1,1648.61,34152297.13,34153945.74,127,qnn -3911,SUCCESS,2,1,113.41,34153945.74,34154059.15,127,dj -3912,SUCCESS,2,1,3487.78,34154059.15,34157546.93,127,random -3913,SUCCESS,2,1,158554.06,34157546.93,34316100.99,127,random -3914,SUCCESS,2,1,20454.96,34316100.99,34336555.95,127,grover-noancilla -3915,SUCCESS,2,1,733.27,34336555.95,34337289.22,127,su2random -3918,SUCCESS,2,1,9530.41,34337289.22,34346819.63,127,qpeexact -3919,SUCCESS,2,1,4679.68,34346819.63,34351499.31,127,pricingcall -3920,SUCCESS,2,1,3079.08,34351499.31,34354578.39,127,ghz -3921,SUCCESS,2,1,979.7,34354578.39,34355558.09,127,wstate -3922,SUCCESS,2,1,80812.53,34355558.09,34436370.62,127,random -3923,SUCCESS,2,1,132.45,34436370.62,34436503.07,127,graphstate -3924,SUCCESS,2,1,63.2,34436503.07,34436566.27,127,dj -3925,SUCCESS,2,1,18053.72,34436566.27,34454619.99,127,su2random -3926,SUCCESS,2,1,6149,34454619.99,34460768.99,127,wstate -3927,SUCCESS,2,1,22783.41,34460768.99,34483552.4,127,realamprandom -3928,SUCCESS,2,1,15461.47,34483552.4,34499013.87,127,qpeinexact -3930,SUCCESS,2,1,21967.88,34499013.87,34520981.75,127,random -3931,SUCCESS,2,1,532.3,34520981.75,34521514.05,127,graphstate -3932,SUCCESS,2,1,883.66,34521514.05,34522397.71,127,dj -3933,SUCCESS,2,1,37300.88,34522397.71,34559698.59,127,realamprandom -3934,SUCCESS,2,1,1552.85,34559698.59,34561251.44,127,realamprandom -3935,SUCCESS,2,1,1827.45,34561251.44,34563078.89,127,qpeinexact -3936,SUCCESS,2,1,2681.28,34563078.89,34565760.17,127,qpeinexact -3937,SUCCESS,2,1,10220.52,34565760.17,34575980.69,127,ae -3940,SUCCESS,2,1,106.69,34575980.69,34576087.38,127,graphstate -3941,SUCCESS,2,1,1129.77,34576087.38,34577217.15,127,dj -3944,SUCCESS,2,1,255.39,34577217.15,34577472.54,127,dj -3945,SUCCESS,2,1,481.09,34577472.54,34577953.63,127,qftentangled -3946,SUCCESS,2,1,8001.13,34577953.63,34585954.76,127,qpeinexact -3947,SUCCESS,2,1,50.63,34585954.76,34586005.39,127,vqe -3948,SUCCESS,2,1,2486.91,34586005.39,34588492.3,127,twolocalrandom -3949,SUCCESS,2,1,23986.01,34588492.3,34612478.31,127,qnn -3950,SUCCESS,2,1,4029.42,34612478.31,34616507.73,127,wstate -3951,SUCCESS,2,1,27890.81,34616507.73,34644398.54,127,ae -3953,SUCCESS,2,1,457.6,34644398.54,34644856.14,127,graphstate -3955,SUCCESS,2,1,102494,34644856.14,34747350.14,127,random -3957,SUCCESS,2,1,9776.76,34747350.14,34757126.9,127,qft -3958,SUCCESS,2,1,1948.74,34757126.9,34759075.64,127,qpeexact -3960,SUCCESS,2,1,646.81,34759075.64,34759722.45,127,graphstate -3961,SUCCESS,2,1,182.65,34759722.45,34759905.1,127,wstate -3962,SUCCESS,2,1,818.78,34759905.1,34760723.88,127,qftentangled -3963,SUCCESS,2,1,56248.1,34760723.88,34816971.98,127,realamprandom -3964,SUCCESS,2,1,18394.06,34816971.98,34835366.04,127,ae -3965,SUCCESS,2,1,255.49,34835366.04,34835621.53,127,graphstate -3966,SUCCESS,2,1,86003.26,34835621.53,34921624.79,127,random -3967,SUCCESS,2,1,5356.86,34921624.79,34926981.65,127,realamprandom -3968,SUCCESS,2,1,252.07,34926981.65,34927233.72,127,graphstate -3971,SUCCESS,2,1,11178.69,34927233.72,34938412.41,127,qpeexact -3972,SUCCESS,2,1,20288.19,34938412.41,34958700.6,127,qpeinexact -3973,SUCCESS,2,1,4996.48,34958700.6,34963697.08,127,qft -3974,SUCCESS,2,1,1110.48,34963697.08,34964807.56,127,wstate -3975,SUCCESS,2,1,852.94,34964807.56,34965660.5,127,qft -3976,SUCCESS,2,1,16892.17,34965660.5,34982552.67,127,twolocalrandom -3977,SUCCESS,2,1,15061.59,34982552.67,34997614.26,127,qftentangled -3978,SUCCESS,2,1,12434.21,34997614.26,35010048.47,127,ae -3979,SUCCESS,2,1,15937.31,35010048.47,35025985.78,127,qpeexact -3980,SUCCESS,2,1,1566.21,35025985.78,35027551.99,127,qnn -3983,SUCCESS,2,1,432.05,35027551.99,35027984.04,127,graphstate -3984,SUCCESS,2,1,21128.84,35027984.04,35049112.88,127,ae -3985,SUCCESS,2,1,17077.14,35049112.88,35066190.02,127,qpeinexact -3987,SUCCESS,2,1,786.77,35066190.02,35066976.79,127,ghz -3988,SUCCESS,2,1,856.91,35066976.79,35067833.7,127,qpeexact -3991,SUCCESS,2,1,6748.59,35067833.7,35074582.29,127,ae -3992,SUCCESS,2,1,4400.06,35074582.29,35078982.35,127,qftentangled -3993,SUCCESS,2,1,1519.12,35078982.35,35080501.47,127,dj -3994,SUCCESS,2,1,128.75,35080501.47,35080630.22,127,graphstate -3995,SUCCESS,2,1,7992.6,35080630.22,35088622.82,127,realamprandom -3997,SUCCESS,2,1,24113.67,35088622.82,35112736.49,127,random -3998,SUCCESS,2,1,231.84,35112736.49,35112968.33,127,ghz -3999,SUCCESS,2,1,5240.98,35112968.33,35118209.31,127,su2random -4000,SUCCESS,2,1,21542.16,35118209.31,35139751.47,127,qpeexact -4002,SUCCESS,2,1,2306.96,35139751.47,35142058.43,127,qnn -4004,SUCCESS,2,1,1517.07,35142058.43,35143575.5,127,dj -4005,SUCCESS,2,1,7207.72,35143575.5,35150783.22,127,su2random -4006,SUCCESS,2,1,1202.17,35150783.22,35151985.39,127,qpeexact -4008,SUCCESS,2,1,208.47,35151985.39,35152193.86,127,graphstate -4009,SUCCESS,2,1,1233.85,35152193.86,35153427.71,127,dj -4010,SUCCESS,2,1,6548.14,35153427.71,35159975.85,127,wstate -4012,SUCCESS,2,1,25060,35159975.85,35185035.85,127,su2random -4013,SUCCESS,2,1,6485.58,35185035.85,35191521.43,127,qftentangled -4014,SUCCESS,2,1,25910.46,35191521.43,35217431.89,127,realamprandom -4016,SUCCESS,2,1,1185,35217431.89,35218616.89,127,wstate -4018,SUCCESS,2,1,7817.23,35218616.89,35226434.12,127,qpeexact -4019,SUCCESS,2,1,806.03,35226434.12,35227240.15,127,dj -4020,SUCCESS,2,1,910.7,35227240.15,35228150.85,127,twolocalrandom -4022,SUCCESS,2,1,11461.44,35228150.85,35239612.29,127,qpeexact -4023,SUCCESS,2,1,447.77,35239612.29,35240060.06,127,ghz -4024,SUCCESS,2,1,1851.84,35240060.06,35241911.9,127,qpeexact -4025,SUCCESS,2,1,12909.7,35241911.9,35254821.6,127,su2random -4026,SUCCESS,2,1,29261.27,35254821.6,35284082.87,127,su2random -4027,SUCCESS,2,1,1201.31,35284082.87,35285284.18,127,qft -4028,SUCCESS,2,1,434.5,35285284.18,35285718.68,127,dj -4031,SUCCESS,2,1,12741.11,35285718.68,35298459.79,127,qft -4032,SUCCESS,2,1,21223.4,35298459.79,35319683.19,127,su2random -4033,SUCCESS,2,1,12261.74,35319683.19,35331944.93,127,qft -4034,SUCCESS,2,1,2747.73,35331944.93,35334692.66,127,ghz -4035,SUCCESS,2,1,937.81,35334692.66,35335630.47,127,portfolioqaoa -4036,SUCCESS,2,1,5562.09,35335630.47,35341192.56,127,qnn -4038,SUCCESS,2,1,1470.96,35341192.56,35342663.52,127,qft -4039,SUCCESS,2,1,3164.47,35342663.52,35345827.99,127,qnn -4040,SUCCESS,2,1,571.46,35345827.99,35346399.45,127,graphstate -4042,SUCCESS,2,1,1293.45,35346399.45,35347692.9,127,qpeinexact -4043,SUCCESS,2,1,4077.06,35347692.9,35351769.96,127,qnn -4044,SUCCESS,2,1,126.68,35351769.96,35351896.64,127,graphstate -4045,SUCCESS,2,1,32758.52,35351896.64,35384655.16,127,qnn -4046,SUCCESS,2,1,140.85,35384655.16,35384796.01,127,graphstate -4047,SUCCESS,2,1,1364.39,35384796.01,35386160.4,127,dj -4048,SUCCESS,2,1,620.32,35386160.4,35386780.72,127,dj -4049,SUCCESS,2,1,17655.98,35386780.72,35404436.7,127,twolocalrandom -4051,SUCCESS,2,1,1722.39,35404436.7,35406159.09,127,dj -4052,SUCCESS,2,1,12902.5,35406159.09,35419061.59,127,qpeexact -4053,SUCCESS,2,1,3123.91,35419061.59,35422185.5,127,dj -4054,SUCCESS,2,1,1589,35422185.5,35423774.5,127,qpeexact -4055,SUCCESS,2,1,3395.03,35423774.5,35427169.53,127,ghz -4056,SUCCESS,2,1,718.31,35427169.53,35427887.84,127,pricingcall -4058,SUCCESS,2,1,2798.19,35427887.84,35430686.03,127,qft -4059,SUCCESS,2,1,32749.3,35430686.03,35463435.33,127,qnn -4060,SUCCESS,2,1,46514.23,35463435.33,35509949.56,127,realamprandom -4062,SUCCESS,2,1,103.72,35509949.56,35510053.28,127,graphstate -4065,SUCCESS,2,1,6578.46,35510053.28,35516631.74,127,qft -4068,SUCCESS,2,1,10266.09,35516631.74,35526897.83,127,realamprandom -4069,SUCCESS,2,1,31562.14,35526897.83,35558459.97,127,twolocalrandom -4070,SUCCESS,2,1,4345.59,35558459.97,35562805.56,127,qft -4071,SUCCESS,2,1,12257.89,35562805.56,35575063.45,127,ae -4072,SUCCESS,2,1,36238.54,35575063.45,35611301.99,127,qpeinexact -4073,SUCCESS,2,1,75689.57,35611301.99,35686991.56,127,grover-noancilla -4074,SUCCESS,2,1,25534.92,35686991.56,35712526.48,127,su2random -4075,SUCCESS,2,1,2412.24,35712526.48,35714938.72,127,su2random -4076,SUCCESS,2,1,23256.97,35714938.72,35738195.69,127,qpeinexact -4077,SUCCESS,2,1,2809.07,35738195.69,35741004.76,127,qnn -4078,SUCCESS,2,1,18965.76,35741004.76,35759970.52,127,qpeinexact -4079,SUCCESS,2,1,21413.39,35759970.52,35781383.91,127,ae -4080,SUCCESS,2,1,1516.03,35781383.91,35782899.94,127,qpeexact -4081,SUCCESS,2,1,231.36,35782899.94,35783131.3,127,graphstate -4082,SUCCESS,2,1,773.35,35783131.3,35783904.65,127,wstate -4083,SUCCESS,2,1,13229.46,35783904.65,35797134.11,127,qftentangled -4084,SUCCESS,2,1,34699,35797134.11,35831833.11,127,su2random -4085,SUCCESS,2,1,33680.97,35831833.11,35865514.08,127,qnn -4086,SUCCESS,2,1,357.99,35865514.08,35865872.07,127,dj -4087,SUCCESS,2,1,7635.5,35865872.07,35873507.57,127,su2random -4088,SUCCESS,2,1,11647.48,35873507.57,35885155.05,127,qpeexact -4089,SUCCESS,2,1,227.96,35885155.05,35885383.01,127,graphstate -4090,SUCCESS,2,1,3724.79,35885383.01,35889107.8,127,qpeinexact -4091,SUCCESS,2,1,5189.31,35889107.8,35894297.11,127,qftentangled -4093,SUCCESS,2,1,9534.08,35894297.11,35903831.19,127,qft -4094,SUCCESS,2,1,12354.85,35903831.19,35916186.04,127,qpeinexact -4095,SUCCESS,2,1,1067.96,35916186.04,35917254,127,qftentangled -4096,SUCCESS,2,1,9480.56,35917254,35926734.56,127,grover-noancilla -4097,SUCCESS,2,1,892.76,35926734.56,35927627.32,127,qftentangled -4098,SUCCESS,2,1,8298.89,35927627.32,35935926.21,127,ae -4099,SUCCESS,2,1,850.79,35935926.21,35936777,127,dj -4100,SUCCESS,2,1,10195.03,35936777,35946972.03,127,qnn -4101,SUCCESS,2,1,23894.27,35946972.03,35970866.3,127,twolocalrandom -4102,SUCCESS,2,1,5527.28,35970866.3,35976393.58,127,qftentangled -4103,SUCCESS,2,1,7344.16,35976393.58,35983737.74,127,qpeexact -4104,SUCCESS,2,1,1040.81,35983737.74,35984778.55,127,wstate -4105,SUCCESS,2,1,933.63,35984778.55,35985712.18,127,pricingput -4106,SUCCESS,2,1,5661.52,35985712.18,35991373.7,127,ae -4107,SUCCESS,2,1,30240.24,35991373.7,36021613.94,127,qpeexact -4108,SUCCESS,2,1,22585.38,36021613.94,36044199.32,127,ae -4109,SUCCESS,2,1,5559.72,36044199.32,36049759.04,127,qnn -4110,SUCCESS,2,1,88500.3,36049759.04,36138259.34,127,random -4111,SUCCESS,2,1,11990.39,36138259.34,36150249.73,127,qft -4112,SUCCESS,2,1,33580.38,36150249.73,36183830.11,127,qftentangled -4113,SUCCESS,2,1,37904.41,36183830.11,36221734.52,127,realamprandom -4114,SUCCESS,2,1,6097.49,36221734.52,36227832.01,127,qpeinexact -4115,SUCCESS,2,1,33851.73,36227832.01,36261683.74,127,twolocalrandom -4116,SUCCESS,2,1,1208.48,36261683.74,36262892.22,127,realamprandom -4117,SUCCESS,2,1,151.87,36262892.22,36263044.09,127,graphstate -4118,SUCCESS,2,1,927.72,36263044.09,36263971.81,127,dj -4121,SUCCESS,2,1,12122.43,36263971.81,36276094.24,127,qpeexact -4122,SUCCESS,2,1,4244.43,36276094.24,36280338.67,127,su2random -4123,SUCCESS,2,1,3144.82,36280338.67,36283483.49,127,qpeinexact -4124,SUCCESS,2,1,448.76,36283483.49,36283932.25,127,qft -4125,SUCCESS,2,1,150.95,36283932.25,36284083.2,127,ghz -4126,SUCCESS,2,1,1908.15,36284083.2,36285991.35,127,qnn -4127,SUCCESS,2,1,20728.58,36285991.35,36306719.93,127,qnn -4128,SUCCESS,2,1,1275.05,36306719.93,36307994.98,127,dj -4129,SUCCESS,2,1,40023.34,36307994.98,36348018.32,127,random -4131,SUCCESS,2,1,27498.6,36348018.32,36375516.92,127,realamprandom -4132,SUCCESS,2,1,1433.91,36375516.92,36376950.83,127,qftentangled -4133,SUCCESS,2,1,16832.12,36376950.83,36393782.95,127,ae -4134,SUCCESS,2,1,362.08,36393782.95,36394145.03,127,su2random -4135,SUCCESS,2,1,10003.37,36394145.03,36404148.4,127,qpeexact -4136,SUCCESS,2,1,16645.07,36404148.4,36420793.47,127,qpeexact -4138,SUCCESS,2,1,2622.53,36420793.47,36423416,127,qnn -4139,SUCCESS,2,1,14740.4,36423416,36438156.4,127,qnn -4140,SUCCESS,2,1,1453.88,36438156.4,36439610.28,127,dj -4141,SUCCESS,2,1,10692.72,36439610.28,36450303,127,qpeexact -4143,SUCCESS,2,1,63,36450303,36450366,127,wstate -4144,SUCCESS,2,1,4564.61,36450366,36454930.61,127,qftentangled -4145,SUCCESS,2,1,1048.1,36454930.61,36455978.71,127,dj -4146,SUCCESS,2,1,3305.07,36455978.71,36459283.78,127,twolocalrandom -4147,SUCCESS,2,1,1985.68,36459283.78,36461269.46,127,su2random -4149,SUCCESS,2,1,26428.64,36461269.46,36487698.1,127,ae -4150,SUCCESS,2,1,21436.32,36487698.1,36509134.42,127,su2random -4151,SUCCESS,2,1,1166.42,36509134.42,36510300.84,127,qpeexact -4152,SUCCESS,2,1,1385.3,36510300.84,36511686.14,127,dj -4153,SUCCESS,2,1,5042.79,36511686.14,36516728.93,127,qpeinexact -4154,SUCCESS,2,1,13346.31,36516728.93,36530075.24,127,random -4155,SUCCESS,2,1,4706.77,36530075.24,36534782.01,127,qft -4156,SUCCESS,2,1,11187.35,36534782.01,36545969.36,127,twolocalrandom -4157,SUCCESS,2,1,18603.11,36545969.36,36564572.47,127,qpeinexact -4158,SUCCESS,2,1,1882.47,36564572.47,36566454.94,127,ghz -4160,SUCCESS,2,1,24998.17,36566454.94,36591453.11,127,qnn -4161,SUCCESS,2,1,12148.45,36591453.11,36603601.56,127,ae -4162,SUCCESS,2,1,81.77,36603601.56,36603683.33,127,wstate -4163,SUCCESS,2,1,1906.38,36603683.33,36605589.71,127,dj -4164,SUCCESS,2,1,901.23,36605589.71,36606490.94,127,wstate -4165,SUCCESS,2,1,1260.99,36606490.94,36607751.93,127,random -4166,SUCCESS,2,1,17435.38,36607751.93,36625187.31,127,su2random -4167,SUCCESS,2,1,5262.27,36625187.31,36630449.58,127,wstate -4169,SUCCESS,2,1,2200.36,36630449.58,36632649.94,127,qftentangled -4170,SUCCESS,2,1,21498.31,36632649.94,36654148.25,127,random -4171,SUCCESS,2,1,10209.31,36654148.25,36664357.56,127,qftentangled -4172,SUCCESS,2,1,106.64,36664357.56,36664464.2,127,graphstate -4173,SUCCESS,2,1,7079.06,36664464.2,36671543.26,127,random -4174,SUCCESS,2,1,63.52,36671543.26,36671606.78,127,vqe -4175,SUCCESS,2,1,62880.86,36671606.78,36734487.64,127,random -4176,SUCCESS,2,1,1284.99,36734487.64,36735772.63,127,portfoliovqe -4177,SUCCESS,2,1,3146.71,36735772.63,36738919.34,127,random -4178,SUCCESS,2,1,770.11,36738919.34,36739689.45,127,ae -4179,SUCCESS,2,1,25096.53,36739689.45,36764785.98,127,qpeexact -4180,SUCCESS,2,1,146.67,36764785.98,36764932.65,127,ghz -4181,SUCCESS,2,1,1702.8,36764932.65,36766635.45,127,portfoliovqe -4182,SUCCESS,2,1,751.6,36766635.45,36767387.05,127,dj -4183,SUCCESS,2,1,782.69,36767387.05,36768169.74,127,qnn -4184,SUCCESS,2,1,16510,36768169.74,36784679.74,127,su2random -4185,SUCCESS,2,1,207.36,36784679.74,36784887.1,127,graphstate -4187,SUCCESS,2,1,3938.85,36784887.1,36788825.95,127,qftentangled -4190,SUCCESS,2,1,1246.18,36788825.95,36790072.13,127,ae -4191,SUCCESS,2,1,1129.96,36790072.13,36791202.09,127,dj -4192,SUCCESS,2,1,41346.04,36791202.09,36832548.13,127,su2random -4193,SUCCESS,2,1,673.97,36832548.13,36833222.1,127,qftentangled -4194,SUCCESS,2,1,27642.55,36833222.1,36860864.65,127,qftentangled -4195,SUCCESS,2,1,12434.13,36860864.65,36873298.78,127,su2random -4197,SUCCESS,2,1,117.29,36873298.78,36873416.07,127,graphstate -4199,SUCCESS,2,1,23227.71,36873416.07,36896643.78,127,qftentangled -4200,SUCCESS,2,1,1246.5,36896643.78,36897890.28,127,twolocalrandom -4201,SUCCESS,2,1,25147.59,36897890.28,36923037.87,127,grover-noancilla -4202,SUCCESS,2,1,218.71,36923037.87,36923256.58,127,graphstate -4203,SUCCESS,2,1,1860.04,36923256.58,36925116.62,127,dj -4205,SUCCESS,2,1,6894.59,36925116.62,36932011.21,127,ae -4206,SUCCESS,2,1,15376.65,36932011.21,36947387.86,127,qnn -4207,SUCCESS,2,1,811.61,36947387.86,36948199.47,127,ae -4209,SUCCESS,2,1,3610.18,36948199.47,36951809.65,127,qft -4211,SUCCESS,2,1,395.21,36951809.65,36952204.86,127,qftentangled -4212,SUCCESS,2,1,110.59,36952204.86,36952315.45,127,graphstate -4213,SUCCESS,2,1,15700.88,36952315.45,36968016.33,127,qftentangled -4215,SUCCESS,2,1,15685.33,36968016.33,36983701.66,127,realamprandom -4216,SUCCESS,2,1,10207.8,36983701.66,36993909.46,127,qpeexact -4217,SUCCESS,2,1,2065.85,36993909.46,36995975.31,127,dj -4219,SUCCESS,2,1,1064,36995975.31,36997039.31,127,dj -4220,SUCCESS,2,1,12394.77,36997039.31,37009434.08,127,qftentangled -4221,SUCCESS,2,1,8363.49,37009434.08,37017797.57,127,qpeexact -4223,SUCCESS,2,1,825.43,37017797.57,37018623,127,dj -4224,SUCCESS,2,1,367.61,37018623,37018990.61,127,graphstate -4226,SUCCESS,2,1,17841.63,37018990.61,37036832.24,127,su2random -4228,SUCCESS,2,1,6725.37,37036832.24,37043557.61,127,qnn -4229,SUCCESS,2,1,5587.23,37043557.61,37049144.84,127,qftentangled -4230,SUCCESS,2,1,1923.31,37049144.84,37051068.15,127,su2random -4231,SUCCESS,2,1,2703.24,37051068.15,37053771.39,127,pricingput -4233,SUCCESS,2,1,2753.12,37053771.39,37056524.51,127,wstate -4235,SUCCESS,2,1,96.19,37056524.51,37056620.7,127,wstate -4239,SUCCESS,2,1,8410.55,37056620.7,37065031.25,127,qftentangled -4240,SUCCESS,2,1,31268.5,37065031.25,37096299.75,127,su2random -4242,SUCCESS,2,1,5658.06,37096299.75,37101957.81,127,qft -4244,SUCCESS,2,1,3222.75,37101957.81,37105180.56,127,ae -4245,SUCCESS,2,1,49659.7,37105180.56,37154840.26,127,random -4246,SUCCESS,2,1,2644.69,37154840.26,37157484.95,127,su2random -4247,SUCCESS,2,1,20018.34,37157484.95,37177503.29,127,qpeinexact -4248,SUCCESS,2,1,5951.12,37177503.29,37183454.41,127,qnn -4249,SUCCESS,2,1,222.57,37183454.41,37183676.98,127,ghz -4250,SUCCESS,2,1,727.44,37183676.98,37184404.42,127,qftentangled -4251,SUCCESS,2,1,2166.15,37184404.42,37186570.57,127,qftentangled -4253,SUCCESS,2,1,711.17,37186570.57,37187281.74,127,graphstate -4254,SUCCESS,2,1,727.97,37187281.74,37188009.71,127,dj -4256,SUCCESS,2,1,233.49,37188009.71,37188243.2,127,wstate -4257,SUCCESS,2,1,18306.08,37188243.2,37206549.28,127,twolocalrandom -4258,SUCCESS,2,1,179.24,37206549.28,37206728.52,127,graphstate -4259,SUCCESS,2,1,2026.06,37206728.52,37208754.58,127,qftentangled -4260,SUCCESS,2,1,9183.82,37208754.58,37217938.4,127,twolocalrandom -4261,SUCCESS,2,1,7135.55,37217938.4,37225073.95,127,ae -4262,SUCCESS,2,1,7277.83,37225073.95,37232351.78,127,qwalk-v-chain -4263,SUCCESS,2,1,1501.83,37232351.78,37233853.61,127,dj -4264,SUCCESS,2,1,551.16,37233853.61,37234404.77,127,graphstate -4265,SUCCESS,2,1,2054.77,37234404.77,37236459.54,127,ae -4266,SUCCESS,2,1,570.92,37236459.54,37237030.46,127,ghz -4267,SUCCESS,2,1,135.57,37237030.46,37237166.03,127,graphstate -4268,SUCCESS,2,1,19691.28,37237166.03,37256857.31,127,qftentangled -4269,SUCCESS,2,1,878.35,37256857.31,37257735.66,127,dj -4270,SUCCESS,2,1,15521.93,37257735.66,37273257.59,127,realamprandom -4271,SUCCESS,2,1,404.8,37273257.59,37273662.39,127,wstate -4272,SUCCESS,2,1,24628.61,37273662.39,37298291,127,su2random -4273,SUCCESS,2,1,106.45,37298291,37298397.45,127,graphstate -4274,SUCCESS,2,1,33543.4,37298397.45,37331940.85,127,su2random -4275,SUCCESS,2,1,2265.06,37331940.85,37334205.91,127,qft -4276,SUCCESS,2,1,2664.7,37334205.91,37336870.61,127,qnn -4277,SUCCESS,2,1,180.49,37336870.61,37337051.1,127,ghz -4278,SUCCESS,2,1,3223.93,37337051.1,37340275.03,127,qpeexact -4279,SUCCESS,2,1,3180.45,37340275.03,37343455.48,127,qnn -4280,SUCCESS,2,1,6729.89,37343455.48,37350185.37,127,qnn -4281,SUCCESS,2,1,427.06,37350185.37,37350612.43,127,twolocalrandom -4282,SUCCESS,2,1,2366.29,37350612.43,37352978.72,127,twolocalrandom -4284,SUCCESS,2,1,53.79,37352978.72,37353032.51,127,ghz -4285,SUCCESS,2,1,8480.47,37353032.51,37361512.98,127,ae -4286,SUCCESS,2,1,72598.24,37361512.98,37434111.22,127,random -4288,SUCCESS,2,1,98.84,37434111.22,37434210.06,127,ghz -4289,SUCCESS,2,1,8774.92,37434210.06,37442984.98,127,qpeinexact -4292,SUCCESS,2,1,10207.09,37442984.98,37453192.07,127,ae -4293,SUCCESS,2,1,5748.71,37453192.07,37458940.78,127,qpeexact -4295,SUCCESS,2,1,8825.17,37458940.78,37467765.95,127,qpeexact -4296,SUCCESS,2,1,23388.4,37467765.95,37491154.35,127,qnn -4298,SUCCESS,2,1,38162.97,37491154.35,37529317.32,127,qnn -4299,SUCCESS,2,1,77.54,37529317.32,37529394.86,127,vqe -4300,SUCCESS,2,1,4124.05,37529394.86,37533518.91,127,wstate -4301,SUCCESS,2,1,1959.06,37533518.91,37535477.97,127,twolocalrandom -4302,SUCCESS,2,1,8873.28,37535477.97,37544351.25,127,qpeexact -4303,SUCCESS,2,1,121.33,37544351.25,37544472.58,127,graphstate -4304,SUCCESS,2,1,6044.88,37544472.58,37550517.46,127,random -4305,SUCCESS,2,1,8367.6,37550517.46,37558885.06,127,qnn -4306,SUCCESS,2,1,15424.76,37558885.06,37574309.82,127,qnn -4307,SUCCESS,2,1,217.54,37574309.82,37574527.36,127,graphstate -4308,SUCCESS,2,1,24902.28,37574527.36,37599429.64,127,qpeexact -4309,SUCCESS,2,1,44786.03,37599429.64,37644215.67,127,realamprandom -4310,SUCCESS,2,1,1752.34,37644215.67,37645968.01,127,wstate -4312,SUCCESS,2,1,2212.74,37645968.01,37648180.75,127,dj -4313,SUCCESS,2,1,297.62,37648180.75,37648478.37,127,graphstate -4314,SUCCESS,2,1,853.34,37648478.37,37649331.71,127,wstate -4315,SUCCESS,2,1,2481.48,37649331.71,37651813.19,127,su2random -4317,SUCCESS,2,1,4942.46,37651813.19,37656755.65,127,qpeinexact -4318,SUCCESS,2,1,11860.97,37656755.65,37668616.62,127,qnn -4319,SUCCESS,2,1,10090.41,37668616.62,37678707.03,127,su2random -4320,SUCCESS,2,1,194.71,37678707.03,37678901.74,127,graphstate -4321,SUCCESS,2,1,687.5,37678901.74,37679589.24,127,dj -4322,SUCCESS,2,1,649.53,37679589.24,37680238.77,127,ghz -4323,SUCCESS,2,1,2638.66,37680238.77,37682877.43,127,ghz -4324,SUCCESS,2,1,817.06,37682877.43,37683694.49,127,dj -4325,SUCCESS,2,1,18918.46,37683694.49,37702612.95,127,su2random -4327,SUCCESS,2,1,14164.09,37702612.95,37716777.04,127,twolocalrandom -4328,SUCCESS,2,1,402.02,37716777.04,37717179.06,127,dj -4329,SUCCESS,2,1,10490.04,37717179.06,37727669.1,127,twolocalrandom -4332,SUCCESS,2,1,1068.48,37727669.1,37728737.58,127,su2random -4334,SUCCESS,2,1,278.93,37728737.58,37729016.51,127,ghz -4335,SUCCESS,2,1,1904.75,37729016.51,37730921.26,127,dj -4337,SUCCESS,2,1,60.39,37730921.26,37730981.65,127,graphstate -4338,SUCCESS,2,1,245.65,37730981.65,37731227.3,127,graphstate -4339,SUCCESS,2,1,85.39,37731227.3,37731312.69,127,graphstate -4340,SUCCESS,2,1,1864.97,37731312.69,37733177.66,127,ae -4341,SUCCESS,2,1,1893.66,37733177.66,37735071.32,127,dj -4343,SUCCESS,2,1,8723.11,37735071.32,37743794.43,127,ae -4344,SUCCESS,2,1,75.06,37743794.43,37743869.49,127,vqe -4345,SUCCESS,2,1,6689.05,37743869.49,37750558.54,127,qpeinexact -4346,SUCCESS,2,1,13626.49,37750558.54,37764185.03,127,realamprandom -4348,SUCCESS,2,1,18097.37,37764185.03,37782282.4,127,qpeinexact -4350,SUCCESS,2,1,2044.82,37782282.4,37784327.22,127,ghz -4351,SUCCESS,2,1,1948.01,37784327.22,37786275.23,127,qft -4353,SUCCESS,2,1,2784,37786275.23,37789059.23,127,pricingput -4354,SUCCESS,2,1,85.04,37789059.23,37789144.27,127,ghz -4355,SUCCESS,2,1,137.44,37789144.27,37789281.71,127,ghz -4356,SUCCESS,2,1,982.87,37789281.71,37790264.58,127,wstate -4358,SUCCESS,2,1,1035.47,37790264.58,37791300.05,127,dj -4360,SUCCESS,2,1,481.69,37791300.05,37791781.74,127,qnn -4361,SUCCESS,2,1,1519.3,37791781.74,37793301.04,127,qft -4363,SUCCESS,2,1,15448.51,37793301.04,37808749.55,127,qft -4364,SUCCESS,2,1,28620.14,37808749.55,37837369.69,127,random -4365,SUCCESS,2,1,4291.47,37837369.69,37841661.16,127,qpeinexact -4366,SUCCESS,2,1,39393.29,37841661.16,37881054.45,127,random -4367,SUCCESS,2,1,426.62,37881054.45,37881481.07,127,graphstate -4368,SUCCESS,2,1,151.84,37881481.07,37881632.91,127,ghz -4369,SUCCESS,2,1,7504.91,37881632.91,37889137.82,127,ae -4370,SUCCESS,2,1,5715.9,37889137.82,37894853.72,127,realamprandom -4371,SUCCESS,2,1,502.19,37894853.72,37895355.91,127,portfolioqaoa -4372,SUCCESS,2,1,10797.1,37895355.91,37906153.01,127,su2random -4373,SUCCESS,2,1,2335.2,37906153.01,37908488.21,127,qnn -4374,SUCCESS,2,1,4168.54,37908488.21,37912656.75,127,realamprandom -4375,SUCCESS,2,1,54201.41,37912656.75,37966858.16,127,su2random -4376,SUCCESS,2,1,35107.88,37966858.16,38001966.04,127,su2random -4377,SUCCESS,2,1,4252.19,38001966.04,38006218.23,127,pricingcall -4378,SUCCESS,2,1,5716.87,38006218.23,38011935.1,127,qwalk-noancilla -4379,SUCCESS,2,1,2387.88,38011935.1,38014322.98,127,realamprandom -4381,SUCCESS,2,1,290.17,38014322.98,38014613.15,127,dj -4384,SUCCESS,2,1,5609.92,38014613.15,38020223.07,127,su2random -4385,SUCCESS,2,1,1482.46,38020223.07,38021705.53,127,qft -4386,SUCCESS,2,1,9073.79,38021705.53,38030779.32,127,qft -4387,SUCCESS,2,1,3313.52,38030779.32,38034092.84,127,qpeinexact -4388,SUCCESS,2,1,6266.9,38034092.84,38040359.74,127,realamprandom -4389,SUCCESS,2,1,1113.87,38040359.74,38041473.61,127,dj -4390,SUCCESS,2,1,447.8,38041473.61,38041921.41,127,graphstate -4391,SUCCESS,2,1,174.98,38041921.41,38042096.39,127,ghz -4393,SUCCESS,2,1,10553.37,38042096.39,38052649.76,127,qft -4394,SUCCESS,2,1,27796.58,38052649.76,38080446.34,127,qpeexact -4395,SUCCESS,2,1,65.8,38080446.34,38080512.14,127,ghz -4396,SUCCESS,2,1,14290.83,38080512.14,38094802.97,127,qftentangled -4397,SUCCESS,2,1,1539.16,38094802.97,38096342.13,127,graphstate -4399,SUCCESS,2,1,21120.58,38096342.13,38117462.71,127,qpeexact -4402,SUCCESS,2,1,19750.03,38117462.71,38137212.74,127,random -4403,SUCCESS,2,1,542.11,38137212.74,38137754.85,127,wstate -4404,SUCCESS,2,1,1948.63,38137754.85,38139703.48,127,dj -4406,SUCCESS,2,1,3529.96,38139703.48,38143233.44,127,ghz -4407,SUCCESS,2,1,374.96,38143233.44,38143608.4,127,tsp -4408,SUCCESS,2,1,231.32,38143608.4,38143839.72,127,qaoa -4409,SUCCESS,2,1,13338.46,38143839.72,38157178.18,127,qft -4410,SUCCESS,2,1,111245.62,38157178.18,38268423.8,127,random -4412,SUCCESS,2,1,880.46,38268423.8,38269304.26,127,ae -4413,SUCCESS,2,1,3013.68,38269304.26,38272317.94,127,qnn -4414,SUCCESS,2,1,14126.08,38272317.94,38286444.02,127,random -4415,SUCCESS,2,1,2598.23,38286444.02,38289042.25,127,su2random -4416,SUCCESS,2,1,12392.08,38289042.25,38301434.33,127,qftentangled -4417,SUCCESS,2,1,303.67,38301434.33,38301738,127,wstate -4419,SUCCESS,2,1,1797.69,38301738,38303535.69,127,wstate -4420,SUCCESS,2,1,2270.08,38303535.69,38305805.77,127,twolocalrandom -4421,SUCCESS,2,1,5960.59,38305805.77,38311766.36,127,realamprandom -4423,SUCCESS,2,1,1468.7,38311766.36,38313235.06,127,ae -4425,SUCCESS,2,1,136.86,38313235.06,38313371.92,127,ghz -4426,SUCCESS,2,1,1149.55,38313371.92,38314521.47,127,ghz -4427,SUCCESS,2,1,24876.8,38314521.47,38339398.27,127,ae -4428,SUCCESS,2,1,65089.53,38339398.27,38404487.8,127,random -4430,SUCCESS,2,1,5914.25,38404487.8,38410402.05,127,qpeexact -4431,SUCCESS,2,1,333.42,38410402.05,38410735.47,127,ghz -4432,SUCCESS,2,1,7512.43,38410735.47,38418247.9,127,qpeexact -4433,SUCCESS,2,1,17277.39,38418247.9,38435525.29,127,qpeexact -4434,SUCCESS,2,1,8951.72,38435525.29,38444477.01,127,qwalk-v-chain -4435,SUCCESS,2,1,7914.66,38444477.01,38452391.67,127,qpeinexact -4436,SUCCESS,2,1,986.23,38452391.67,38453377.9,127,qftentangled -4437,SUCCESS,2,1,234.81,38453377.9,38453612.71,127,twolocalrandom -4438,SUCCESS,2,1,5374.38,38453612.71,38458987.09,127,grover-v-chain -4439,SUCCESS,2,1,1352.03,38458987.09,38460339.12,127,random -4440,SUCCESS,2,1,554.32,38460339.12,38460893.44,127,qpeinexact -4442,SUCCESS,2,1,417.89,38460893.44,38461311.33,127,dj -4443,SUCCESS,2,1,131612.29,38461311.33,38592923.62,127,random -4444,SUCCESS,2,1,11346,38592923.62,38604269.62,127,qft -4445,SUCCESS,2,1,10617.28,38604269.62,38614886.9,127,realamprandom -4446,SUCCESS,2,1,3086.12,38614886.9,38617973.02,127,qftentangled -4448,SUCCESS,2,1,925.35,38617973.02,38618898.37,127,qnn -4449,SUCCESS,2,1,656.32,38618898.37,38619554.69,127,wstate -4450,SUCCESS,2,1,2258.05,38619554.69,38621812.74,127,wstate -4451,SUCCESS,2,1,7910.1,38621812.74,38629722.84,127,qnn -4452,SUCCESS,2,1,16316.27,38629722.84,38646039.11,127,qftentangled -4453,SUCCESS,2,1,2471.2,38646039.11,38648510.31,127,qftentangled -4456,SUCCESS,2,1,595.61,38648510.31,38649105.92,127,dj -4457,SUCCESS,2,1,1175.17,38649105.92,38650281.09,127,wstate -4458,SUCCESS,2,1,66.34,38650281.09,38650347.43,127,graphstate -4459,SUCCESS,2,1,1456.41,38650347.43,38651803.84,127,portfolioqaoa -4461,SUCCESS,2,1,1765.24,38651803.84,38653569.08,127,su2random -4462,SUCCESS,2,1,6933.3,38653569.08,38660502.38,127,twolocalrandom -4463,SUCCESS,2,1,12719.6,38660502.38,38673221.98,127,qft -4464,SUCCESS,2,1,1446.53,38673221.98,38674668.51,127,twolocalrandom -4465,SUCCESS,2,1,102.69,38674668.51,38674771.2,127,dj -4466,SUCCESS,2,1,1014.07,38674771.2,38675785.27,127,dj -4467,SUCCESS,2,1,3224.12,38675785.27,38679009.39,127,random -4468,SUCCESS,2,1,4796.56,38679009.39,38683805.95,127,qpeexact -4469,SUCCESS,2,1,1162.15,38683805.95,38684968.1,127,qft -4470,SUCCESS,2,1,27245.36,38684968.1,38712213.46,127,qpeinexact -4471,SUCCESS,2,1,14540.26,38712213.46,38726753.72,127,su2random -4472,SUCCESS,2,1,20003.05,38726753.72,38746756.77,127,ae -4473,SUCCESS,2,1,4939,38746756.77,38751695.77,127,qpeexact -4474,SUCCESS,2,1,258.24,38751695.77,38751954.01,127,graphstate -4475,SUCCESS,2,1,38966.22,38751954.01,38790920.23,127,random -4477,SUCCESS,2,1,5938.71,38790920.23,38796858.94,127,su2random -4479,SUCCESS,2,1,19704.12,38796858.94,38816563.06,127,qpeinexact -4480,SUCCESS,2,1,4071.55,38816563.06,38820634.61,127,su2random -4481,SUCCESS,2,1,559.97,38820634.61,38821194.58,127,qaoa -4482,SUCCESS,2,1,350.58,38821194.58,38821545.16,127,wstate -4483,SUCCESS,2,1,62055.84,38821545.16,38883601,127,realamprandom -4484,SUCCESS,2,1,2066.64,38883601,38885667.64,127,qpeinexact -4485,SUCCESS,2,1,10874.21,38885667.64,38896541.85,127,su2random -4487,SUCCESS,2,1,2365.65,38896541.85,38898907.5,127,qnn -4488,SUCCESS,2,1,1848.27,38898907.5,38900755.77,127,dj -4489,SUCCESS,2,1,10143.96,38900755.77,38910899.73,127,qpeexact -4490,SUCCESS,2,1,583.72,38910899.73,38911483.45,127,graphstate -4491,SUCCESS,2,1,2186.15,38911483.45,38913669.6,127,qft -4492,SUCCESS,2,1,8098.14,38913669.6,38921767.74,127,ae -4493,SUCCESS,2,1,1929.56,38921767.74,38923697.3,127,wstate -4494,SUCCESS,2,1,4327.35,38923697.3,38928024.65,127,qpeinexact -4495,SUCCESS,2,1,2327.05,38928024.65,38930351.7,127,ghz -4496,SUCCESS,2,1,148.18,38930351.7,38930499.88,127,ghz -4497,SUCCESS,2,1,22280.72,38930499.88,38952780.6,127,qft -4498,SUCCESS,2,1,1943.54,38952780.6,38954724.14,127,qpeinexact -4499,SUCCESS,2,1,30.33,38954724.14,38954754.47,127,ghz -4500,SUCCESS,2,1,7581.54,38954754.47,38962336.01,127,su2random -4501,SUCCESS,2,1,6848.11,38962336.01,38969184.12,127,qpeinexact -4503,SUCCESS,2,1,753.74,38969184.12,38969937.86,127,dj -4504,SUCCESS,2,1,113.82,38969937.86,38970051.68,127,vqe -4505,SUCCESS,2,1,33424.76,38970051.68,39003476.44,127,ae -4506,SUCCESS,2,1,733.36,39003476.44,39004209.8,127,wstate -4507,SUCCESS,2,1,22175.38,39004209.8,39026385.18,127,ae -4509,SUCCESS,2,1,9810.11,39026385.18,39036195.29,127,ae -4510,SUCCESS,2,1,408.82,39036195.29,39036604.11,127,dj -4511,SUCCESS,2,1,706.62,39036604.11,39037310.73,127,dj -4512,SUCCESS,2,1,715.58,39037310.73,39038026.31,127,dj -4513,SUCCESS,2,1,24055.21,39038026.31,39062081.52,127,qft -4515,SUCCESS,2,1,134286.76,39062081.52,39196368.28,127,random -4517,SUCCESS,2,1,36.85,39196368.28,39196405.13,127,ghz -4518,SUCCESS,2,1,3560.18,39196405.13,39199965.31,127,twolocalrandom -4519,SUCCESS,2,1,289.66,39199965.31,39200254.97,127,dj -4521,SUCCESS,2,1,9902.52,39200254.97,39210157.49,127,qftentangled -4524,SUCCESS,2,1,1981.87,39210157.49,39212139.36,127,ae -4525,SUCCESS,2,1,167555.76,39212139.36,39379695.12,127,random -4526,SUCCESS,2,1,59126.63,39379695.12,39438821.75,127,twolocalrandom -4528,SUCCESS,2,1,221.83,39438821.75,39439043.58,127,graphstate -4529,SUCCESS,2,1,7199.54,39439043.58,39446243.12,127,qnn -4530,SUCCESS,2,1,7861.3,39446243.12,39454104.42,127,qnn -4531,SUCCESS,2,1,35127.53,39454104.42,39489231.95,127,qnn -4534,SUCCESS,2,1,33620.91,39489231.95,39522852.86,127,su2random -4535,SUCCESS,2,1,4149.27,39522852.86,39527002.13,127,qft -4536,SUCCESS,2,1,4620.17,39527002.13,39531622.3,127,su2random -4538,SUCCESS,2,1,1308.75,39531622.3,39532931.05,127,wstate -4539,SUCCESS,2,1,9282.88,39532931.05,39542213.93,127,pricingcall -4540,SUCCESS,2,1,1542.76,39542213.93,39543756.69,127,dj -4541,SUCCESS,2,1,27411.14,39543756.69,39571167.83,127,su2random -4542,SUCCESS,2,1,8167.12,39571167.83,39579334.95,127,qpeinexact -4543,SUCCESS,2,1,742.5,39579334.95,39580077.45,127,wstate -4544,SUCCESS,2,1,7002.87,39580077.45,39587080.32,127,qftentangled -4545,SUCCESS,2,1,12425.35,39587080.32,39599505.67,127,grover-noancilla -4546,SUCCESS,2,1,12870.37,39599505.67,39612376.04,127,su2random -4547,SUCCESS,2,1,14735.03,39612376.04,39627111.07,127,qftentangled -4548,SUCCESS,2,1,40503.35,39627111.07,39667614.42,127,qftentangled -4550,SUCCESS,2,1,3208.11,39667614.42,39670822.53,127,realamprandom -4551,SUCCESS,2,1,3603.75,39670822.53,39674426.28,127,qft -4552,SUCCESS,2,1,10154.89,39674426.28,39684581.17,127,qpeexact -4553,SUCCESS,2,1,1601.39,39684581.17,39686182.56,127,dj -4554,SUCCESS,2,1,840.99,39686182.56,39687023.55,127,graphstate -4556,SUCCESS,2,1,1093.69,39687023.55,39688117.24,127,wstate -4557,SUCCESS,2,1,389.92,39688117.24,39688507.16,127,realamprandom -4559,SUCCESS,2,1,1684.04,39688507.16,39690191.2,127,wstate -4560,SUCCESS,2,1,17890.3,39690191.2,39708081.5,127,twolocalrandom -4561,SUCCESS,2,1,19494.14,39708081.5,39727575.64,127,twolocalrandom -4562,SUCCESS,2,1,10130.09,39727575.64,39737705.73,127,realamprandom -4565,SUCCESS,2,1,89.32,39737705.73,39737795.05,127,ghz -4566,SUCCESS,2,1,19.3,39737795.05,39737814.35,127,ghz -4568,SUCCESS,2,1,901.41,39737814.35,39738715.76,127,qftentangled -4569,SUCCESS,2,1,2639.85,39738715.76,39741355.61,127,qnn -4570,SUCCESS,2,1,3711.52,39741355.61,39745067.13,127,qft -4572,SUCCESS,2,1,15977.29,39745067.13,39761044.42,127,ae -4573,SUCCESS,2,1,3037.66,39761044.42,39764082.08,127,qpeinexact -4574,SUCCESS,2,1,22557,39764082.08,39786639.08,127,qnn -4575,SUCCESS,2,1,6629.19,39786639.08,39793268.27,127,realamprandom -4577,SUCCESS,2,1,29069.33,39793268.27,39822337.6,127,qpeexact -4578,SUCCESS,2,1,363.6,39822337.6,39822701.2,127,graphstate -4579,SUCCESS,2,1,695.82,39822701.2,39823397.02,127,dj -4580,SUCCESS,2,1,966.35,39823397.02,39824363.37,127,qpeinexact -4581,SUCCESS,2,1,10153.96,39824363.37,39834517.33,127,qftentangled -4583,SUCCESS,2,1,570.55,39834517.33,39835087.88,127,wstate -4585,SUCCESS,2,1,6842.06,39835087.88,39841929.94,127,twolocalrandom -4586,SUCCESS,2,1,4916.59,39841929.94,39846846.53,127,qftentangled -4588,SUCCESS,2,1,4285.86,39846846.53,39851132.39,127,qpeexact -4589,SUCCESS,2,1,306.53,39851132.39,39851438.92,127,ghz -4591,SUCCESS,2,1,6221.31,39851438.92,39857660.23,127,su2random -4592,SUCCESS,2,1,16096.72,39857660.23,39873756.95,127,qpeinexact -4593,SUCCESS,2,1,200.72,39873756.95,39873957.67,127,ghz -4594,SUCCESS,2,1,701.05,39873957.67,39874658.72,127,dj -4595,SUCCESS,2,1,1468.08,39874658.72,39876126.8,127,ae -4596,SUCCESS,2,1,873.76,39876126.8,39877000.56,127,dj -4597,SUCCESS,2,1,9937.8,39877000.56,39886938.36,127,qft -4599,SUCCESS,2,1,1066.07,39886938.36,39888004.43,127,wstate -4600,SUCCESS,2,1,5717.34,39888004.43,39893721.77,127,su2random -4601,SUCCESS,2,1,2665.28,39893721.77,39896387.05,127,twolocalrandom -4602,SUCCESS,2,1,3340.27,39896387.05,39899727.32,127,qft -4603,SUCCESS,2,1,105.32,39899727.32,39899832.64,127,qaoa -4604,SUCCESS,2,1,55.44,39899832.64,39899888.08,127,routing -4605,SUCCESS,2,1,4962.28,39899888.08,39904850.36,127,realamprandom -4607,SUCCESS,2,1,547.19,39904850.36,39905397.55,127,ghz -4608,SUCCESS,2,1,5717.48,39905397.55,39911115.03,127,su2random -4609,SUCCESS,2,1,6078.14,39911115.03,39917193.17,127,qpeinexact -4610,SUCCESS,2,1,10831.69,39917193.17,39928024.86,127,qft -4611,SUCCESS,2,1,21957.73,39928024.86,39949982.59,127,random -4612,SUCCESS,2,1,3815.37,39949982.59,39953797.96,127,qftentangled -4614,SUCCESS,2,1,6336.18,39953797.96,39960134.14,127,qnn -4615,SUCCESS,2,1,77.05,39960134.14,39960211.19,127,qaoa -4618,SUCCESS,2,1,1226.96,39960211.19,39961438.15,127,su2random -4620,SUCCESS,2,1,26191.21,39961438.15,39987629.36,127,ae -4622,SUCCESS,2,1,1021.69,39987629.36,39988651.05,127,qpeinexact -4623,SUCCESS,2,1,7063.98,39988651.05,39995715.03,127,ae -4624,SUCCESS,2,1,6108.49,39995715.03,40001823.52,127,twolocalrandom -4626,SUCCESS,2,1,1097.42,40001823.52,40002920.94,127,wstate -4627,SUCCESS,2,1,12287.42,40002920.94,40015208.36,127,realamprandom -4629,SUCCESS,2,1,374.83,40015208.36,40015583.19,127,wstate -4630,SUCCESS,2,1,283.55,40015583.19,40015866.74,127,ghz -4632,SUCCESS,2,1,3456.48,40015866.74,40019323.22,127,qftentangled -4633,SUCCESS,2,1,340.26,40019323.22,40019663.48,127,dj -4634,SUCCESS,2,1,21646.45,40019663.48,40041309.93,127,qpeexact -4636,SUCCESS,2,1,1343.65,40041309.93,40042653.58,127,graphstate -4637,SUCCESS,2,1,4662.49,40042653.58,40047316.07,127,ae -4639,SUCCESS,2,1,16997.77,40047316.07,40064313.84,127,qnn -4640,SUCCESS,2,1,3809.29,40064313.84,40068123.13,127,realamprandom -4642,SUCCESS,2,1,3827.99,40068123.13,40071951.12,127,qnn -4643,SUCCESS,2,1,4500.51,40071951.12,40076451.63,127,qpeexact -4644,SUCCESS,2,1,34.52,40076451.63,40076486.15,127,vqe -4647,SUCCESS,2,1,2105.3,40076486.15,40078591.45,127,qnn -4648,SUCCESS,2,1,1065.98,40078591.45,40079657.43,127,realamprandom -4649,SUCCESS,2,1,47368.96,40079657.43,40127026.39,127,twolocalrandom -4653,SUCCESS,2,1,11069.62,40127026.39,40138096.01,127,qft -4654,SUCCESS,2,1,11262.43,40138096.01,40149358.44,127,qftentangled -4655,SUCCESS,2,1,3984.67,40149358.44,40153343.11,127,ae -4656,SUCCESS,2,1,109662.61,40153343.11,40263005.72,127,random -4657,SUCCESS,2,1,91.34,40263005.72,40263097.06,127,ghz -4658,SUCCESS,2,1,1843.14,40263097.06,40264940.2,127,portfoliovqe -4659,SUCCESS,2,1,1052.41,40264940.2,40265992.61,127,portfolioqaoa -4660,SUCCESS,2,1,21849.16,40265992.61,40287841.77,127,qwalk-v-chain -4662,SUCCESS,2,1,13315.04,40287841.77,40301156.81,127,random -4663,SUCCESS,2,1,35381.23,40301156.81,40336538.04,127,twolocalrandom -4664,SUCCESS,2,1,5552.92,40336538.04,40342090.96,127,twolocalrandom -4668,SUCCESS,2,1,1668.72,40342090.96,40343759.68,127,wstate -4669,SUCCESS,2,1,380.95,40343759.68,40344140.63,127,graphstate -4670,SUCCESS,2,1,5143.77,40344140.63,40349284.4,127,ae -4672,SUCCESS,2,1,4477.1,40349284.4,40353761.5,127,realamprandom -4673,SUCCESS,2,1,16300.17,40353761.5,40370061.67,127,qpeinexact -4675,SUCCESS,2,1,126.48,40370061.67,40370188.15,127,ghz -4676,SUCCESS,2,1,37099.25,40370188.15,40407287.4,127,qnn -4677,SUCCESS,2,1,2767,40407287.4,40410054.4,127,dj -4679,SUCCESS,2,1,6048.4,40410054.4,40416102.8,127,qftentangled -4680,SUCCESS,2,1,7169.94,40416102.8,40423272.74,127,qftentangled -4681,SUCCESS,2,1,16681.15,40423272.74,40439953.89,127,qftentangled -4682,SUCCESS,2,1,4211.47,40439953.89,40444165.36,127,realamprandom -4683,SUCCESS,2,1,41364.7,40444165.36,40485530.06,127,twolocalrandom -4684,SUCCESS,2,1,21652.77,40485530.06,40507182.83,127,realamprandom -4686,SUCCESS,2,1,59.27,40507182.83,40507242.1,127,vqe -4687,SUCCESS,2,1,361.6,40507242.1,40507603.7,127,dj -4688,SUCCESS,2,1,3347.41,40507603.7,40510951.11,127,wstate -4690,SUCCESS,2,1,1351.18,40510951.11,40512302.29,127,qft -4692,SUCCESS,2,1,941.08,40512302.29,40513243.37,127,qftentangled -4693,SUCCESS,2,1,10635.69,40513243.37,40523879.06,127,qft -4694,SUCCESS,2,1,20952.64,40523879.06,40544831.7,127,qpeexact -4695,SUCCESS,2,1,1509.76,40544831.7,40546341.46,127,dj -4696,SUCCESS,2,1,27362.79,40546341.46,40573704.25,127,qftentangled -4697,SUCCESS,2,1,1712.34,40573704.25,40575416.59,127,ghz -4698,SUCCESS,2,1,2497.6,40575416.59,40577914.19,127,qftentangled -4699,SUCCESS,2,1,7759.69,40577914.19,40585673.88,127,qft -4700,SUCCESS,2,1,751.94,40585673.88,40586425.82,127,ghz -4701,SUCCESS,2,1,307.36,40586425.82,40586733.18,127,ghz -4702,SUCCESS,2,1,2660.45,40586733.18,40589393.63,127,portfoliovqe -4703,SUCCESS,2,1,821.21,40589393.63,40590214.84,127,portfoliovqe -4705,SUCCESS,2,1,48604.37,40590214.84,40638819.21,127,twolocalrandom -4706,SUCCESS,2,1,422.99,40638819.21,40639242.2,127,graphstate -4707,SUCCESS,2,1,12123,40639242.2,40651365.2,127,realamprandom -4708,SUCCESS,2,1,26940.17,40651365.2,40678305.37,127,qpeinexact -4709,SUCCESS,2,1,9772.12,40678305.37,40688077.49,127,ae -4711,SUCCESS,2,1,51999.58,40688077.49,40740077.07,127,qnn -4712,SUCCESS,2,1,32052.24,40740077.07,40772129.31,127,qnn -4713,SUCCESS,2,1,4126.96,40772129.31,40776256.27,127,qnn -4714,SUCCESS,2,1,1455.89,40776256.27,40777712.16,127,qft -4716,SUCCESS,2,1,4355.71,40777712.16,40782067.87,127,qnn -4718,SUCCESS,2,1,251.5,40782067.87,40782319.37,127,tsp -4720,SUCCESS,2,1,1429.52,40782319.37,40783748.89,127,wstate -4722,SUCCESS,2,1,859.28,40783748.89,40784608.17,127,dj -4723,SUCCESS,2,1,16856.58,40784608.17,40801464.75,127,qpeinexact -4724,SUCCESS,2,1,4196.57,40801464.75,40805661.32,127,qpeexact -4725,SUCCESS,2,1,9507.79,40805661.32,40815169.11,127,qft -4726,SUCCESS,2,1,817.76,40815169.11,40815986.87,127,twolocalrandom -4727,SUCCESS,2,1,32090.22,40815986.87,40848077.09,127,qpeexact -4728,SUCCESS,2,1,1264.88,40848077.09,40849341.97,127,qftentangled -4731,SUCCESS,2,1,11875.34,40849341.97,40861217.31,127,realamprandom -4732,SUCCESS,2,1,814.9,40861217.31,40862032.21,127,wstate -4733,SUCCESS,2,1,1250.03,40862032.21,40863282.24,127,twolocalrandom -4734,SUCCESS,2,1,6596.66,40863282.24,40869878.9,127,random -4735,SUCCESS,2,1,39508.6,40869878.9,40909387.5,127,random -4736,SUCCESS,2,1,312.16,40909387.5,40909699.66,127,su2random -4737,SUCCESS,2,1,2309.51,40909699.66,40912009.17,127,qft -4738,SUCCESS,2,1,1461.03,40912009.17,40913470.2,127,wstate -4739,SUCCESS,2,1,550.59,40913470.2,40914020.79,127,graphstate -4740,SUCCESS,2,1,2579.43,40914020.79,40916600.22,127,dj -4742,SUCCESS,2,1,22010.11,40916600.22,40938610.33,127,twolocalrandom -4744,SUCCESS,2,1,1792.8,40938610.33,40940403.13,127,ghz -4745,SUCCESS,2,1,1074.83,40940403.13,40941477.96,127,dj -4748,SUCCESS,2,1,3688.26,40941477.96,40945166.22,127,ae -4749,SUCCESS,2,1,520.43,40945166.22,40945686.65,127,graphstate -4750,SUCCESS,2,1,1523.2,40945686.65,40947209.85,127,pricingcall -4751,SUCCESS,2,1,15694.73,40947209.85,40962904.58,127,qpeinexact -4752,SUCCESS,2,1,9096.1,40962904.58,40972000.68,127,ae -4753,SUCCESS,2,1,5770.71,40972000.68,40977771.39,127,qnn -4754,SUCCESS,2,1,20842.51,40977771.39,40998613.9,127,su2random -4756,SUCCESS,2,1,3033.94,40998613.9,41001647.84,127,dj -4757,SUCCESS,2,1,8936.81,41001647.84,41010584.65,127,ae -4758,SUCCESS,2,1,4188.58,41010584.65,41014773.23,127,wstate -4759,SUCCESS,2,1,7097.59,41014773.23,41021870.82,127,qpeexact -4760,SUCCESS,2,1,3969.93,41021870.82,41025840.75,127,qpeexact -4761,SUCCESS,2,1,25065.84,41025840.75,41050906.59,127,realamprandom -4762,SUCCESS,2,1,4812.16,41050906.59,41055718.75,127,realamprandom -4763,SUCCESS,2,1,252.7,41055718.75,41055971.45,127,ghz -4764,SUCCESS,2,1,31.5,41055971.45,41056002.95,127,ghz -4765,SUCCESS,2,1,169.13,41056002.95,41056172.08,127,qpeinexact -4766,SUCCESS,2,1,30405.94,41056172.08,41086578.02,127,qnn -4767,SUCCESS,2,1,5755.09,41086578.02,41092333.11,127,qpeexact -4768,SUCCESS,2,1,869.85,41092333.11,41093202.96,127,wstate -4769,SUCCESS,2,1,33302.23,41093202.96,41126505.19,127,twolocalrandom -4770,SUCCESS,2,1,5954,41126505.19,41132459.19,127,qpeexact -4771,SUCCESS,2,1,1156.55,41132459.19,41133615.74,127,ae -4772,SUCCESS,2,1,3115.16,41133615.74,41136730.9,127,ae -4773,SUCCESS,2,1,2157.86,41136730.9,41138888.76,127,qpeexact -4774,SUCCESS,2,1,1197.12,41138888.76,41140085.88,127,wstate -4775,SUCCESS,2,1,765.01,41140085.88,41140850.89,127,ghz -4776,SUCCESS,2,1,8898.12,41140850.89,41149749.01,127,qpeinexact -4777,SUCCESS,2,1,190130.92,41149749.01,41339879.93,127,random -4778,SUCCESS,2,1,1280.76,41339879.93,41341160.69,127,qpeinexact -4779,SUCCESS,2,1,16879.22,41341160.69,41358039.91,127,ae -4780,SUCCESS,2,1,1983.42,41358039.91,41360023.33,127,qnn -4781,SUCCESS,2,1,451.02,41360023.33,41360474.35,127,graphstate -4782,SUCCESS,2,1,650.41,41360474.35,41361124.76,127,qpeexact -4783,SUCCESS,2,1,1227.78,41361124.76,41362352.54,127,ae -4784,SUCCESS,2,1,15665.1,41362352.54,41378017.64,127,qft -4785,SUCCESS,2,1,300.36,41378017.64,41378318,127,su2random -4786,SUCCESS,2,1,889.12,41378318,41379207.12,127,twolocalrandom -4787,SUCCESS,2,1,44830.12,41379207.12,41424037.24,127,random -4789,SUCCESS,2,1,15804.55,41424037.24,41439841.79,127,qnn -4790,SUCCESS,2,1,351.75,41439841.79,41440193.54,127,graphstate -4791,SUCCESS,2,1,19337.6,41440193.54,41459531.14,127,qnn -4793,SUCCESS,2,1,2023.64,41459531.14,41461554.78,127,wstate -4794,SUCCESS,2,1,10588.33,41461554.78,41472143.11,127,qftentangled -4795,SUCCESS,2,1,3867.68,41472143.11,41476010.79,127,qnn -4796,SUCCESS,2,1,6941.59,41476010.79,41482952.38,127,su2random -4797,SUCCESS,2,1,1364.75,41482952.38,41484317.13,127,dj -4798,SUCCESS,2,1,84.5,41484317.13,41484401.63,127,dj -4799,SUCCESS,2,1,562.86,41484401.63,41484964.49,127,dj -4800,SUCCESS,2,1,1626.33,41484964.49,41486590.82,127,qftentangled -4801,SUCCESS,2,1,609.12,41486590.82,41487199.94,127,dj -4802,SUCCESS,2,1,569.24,41487199.94,41487769.18,127,ae -4803,SUCCESS,2,1,2788.32,41487769.18,41490557.5,127,dj -4805,SUCCESS,2,1,8653.67,41490557.5,41499211.17,127,realamprandom -4806,SUCCESS,2,1,128.48,41499211.17,41499339.65,127,graphstate -4807,SUCCESS,2,1,3100.32,41499339.65,41502439.97,127,qpeexact -4808,SUCCESS,2,1,17911.33,41502439.97,41520351.3,127,twolocalrandom -4809,SUCCESS,2,1,3080.21,41520351.3,41523431.51,127,qft -4810,SUCCESS,2,1,463.28,41523431.51,41523894.79,127,twolocalrandom -4811,SUCCESS,2,1,24062.28,41523894.79,41547957.07,127,qnn -4812,SUCCESS,2,1,6681.41,41547957.07,41554638.48,127,su2random -4813,SUCCESS,2,1,43.77,41554638.48,41554682.25,127,dj -4815,SUCCESS,2,1,473.43,41554682.25,41555155.68,127,graphstate -4816,SUCCESS,2,1,20263.16,41555155.68,41575418.84,127,ae -4817,SUCCESS,2,1,6031.54,41575418.84,41581450.38,127,wstate -4818,SUCCESS,2,1,109.62,41581450.38,41581560,127,ghz -4819,SUCCESS,2,1,2138.3,41581560,41583698.3,127,dj -4820,SUCCESS,2,1,6555.23,41583698.3,41590253.53,127,random -4821,SUCCESS,2,1,2759.33,41590253.53,41593012.86,127,dj -4822,SUCCESS,2,1,18869.32,41593012.86,41611882.18,127,qft -4824,SUCCESS,2,1,163.3,41611882.18,41612045.48,127,graphstate -4825,SUCCESS,2,1,1651.68,41612045.48,41613697.16,127,qpeexact -4826,SUCCESS,2,1,3933.62,41613697.16,41617630.78,127,ae -4827,SUCCESS,2,1,3456.22,41617630.78,41621087,127,qnn -4828,SUCCESS,2,1,2885.85,41621087,41623972.85,127,qftentangled -4829,SUCCESS,2,1,10940.09,41623972.85,41634912.94,127,pricingput -4831,SUCCESS,2,1,2732.25,41634912.94,41637645.19,127,qpeexact -4832,SUCCESS,2,1,223.13,41637645.19,41637868.32,127,dj -4835,SUCCESS,2,1,13560.53,41637868.32,41651428.85,127,qpeinexact -4836,SUCCESS,2,1,390.84,41651428.85,41651819.69,127,qnn -4837,SUCCESS,2,1,43247.35,41651819.69,41695067.04,127,su2random -4838,SUCCESS,2,1,468.7,41695067.04,41695535.74,127,wstate -4839,SUCCESS,2,1,709.85,41695535.74,41696245.59,127,dj -4840,SUCCESS,2,1,3655.61,41696245.59,41699901.2,127,qft -4841,SUCCESS,2,1,626.65,41699901.2,41700527.85,127,dj -4842,SUCCESS,2,1,1082.42,41700527.85,41701610.27,127,qpeexact -4843,SUCCESS,2,1,64.81,41701610.27,41701675.08,127,qaoa -4844,SUCCESS,2,1,31762.48,41701675.08,41733437.56,127,qpeinexact -4845,SUCCESS,2,1,3586.26,41733437.56,41737023.82,127,qpeexact -4846,SUCCESS,2,1,2850.22,41737023.82,41739874.04,127,dj -4847,SUCCESS,2,1,130277.09,41739874.04,41870151.13,127,random -4848,SUCCESS,2,1,2386.57,41870151.13,41872537.7,127,realamprandom -4849,SUCCESS,2,1,215.73,41872537.7,41872753.43,127,dj -4850,SUCCESS,2,1,11281.5,41872753.43,41884034.93,127,su2random -4852,SUCCESS,2,1,10684.86,41884034.93,41894719.79,127,pricingcall -4853,SUCCESS,2,1,8513.14,41894719.79,41903232.93,127,qpeexact -4854,SUCCESS,2,1,7356.23,41903232.93,41910589.16,127,realamprandom -4855,SUCCESS,2,1,3764.93,41910589.16,41914354.09,127,pricingput -4857,SUCCESS,2,1,1287,41914354.09,41915641.09,127,ghz -4858,SUCCESS,2,1,1072.42,41915641.09,41916713.51,127,twolocalrandom -4859,SUCCESS,2,1,1912.98,41916713.51,41918626.49,127,twolocalrandom -4860,SUCCESS,2,1,4371.69,41918626.49,41922998.18,127,qwalk-v-chain -4861,SUCCESS,2,1,9428.24,41922998.18,41932426.42,127,ae -4862,SUCCESS,2,1,31693.25,41932426.42,41964119.67,127,ae -4863,SUCCESS,2,1,833.08,41964119.67,41964952.75,127,realamprandom -4864,SUCCESS,2,1,130.43,41964952.75,41965083.18,127,wstate -4867,SUCCESS,2,1,13612.58,41965083.18,41978695.76,127,qft -4870,SUCCESS,2,1,2153.06,41978695.76,41980848.82,127,ghz -4872,SUCCESS,2,1,417.27,41980848.82,41981266.09,127,graphstate -4873,SUCCESS,2,1,1736.57,41981266.09,41983002.66,127,wstate -4874,SUCCESS,2,1,17345.31,41983002.66,42000347.97,127,realamprandom -4875,SUCCESS,2,1,23227.9,42000347.97,42023575.87,127,twolocalrandom -4876,SUCCESS,2,1,1685.15,42023575.87,42025261.02,127,portfolioqaoa -4877,SUCCESS,2,1,4380.51,42025261.02,42029641.53,127,twolocalrandom -4878,SUCCESS,2,1,3361.02,42029641.53,42033002.55,127,wstate -4879,SUCCESS,2,1,55.06,42033002.55,42033057.61,127,ghz -4880,SUCCESS,2,1,3921.59,42033057.61,42036979.2,127,qnn -4881,SUCCESS,2,1,5449.97,42036979.2,42042429.17,127,qnn -4882,SUCCESS,2,1,1836.06,42042429.17,42044265.23,127,twolocalrandom -4883,SUCCESS,2,1,2460.64,42044265.23,42046725.87,127,portfoliovqe -4885,SUCCESS,2,1,18117.23,42046725.87,42064843.1,127,qpeexact -4886,SUCCESS,2,1,12132.46,42064843.1,42076975.56,127,qftentangled -4890,SUCCESS,2,1,17537.06,42076975.56,42094512.62,127,twolocalrandom -4892,SUCCESS,2,1,5763.02,42094512.62,42100275.64,127,qpeinexact -4893,SUCCESS,2,1,22049.93,42100275.64,42122325.57,127,su2random -4896,SUCCESS,2,1,4740.77,42122325.57,42127066.34,127,ae -4897,SUCCESS,2,1,1829.79,42127066.34,42128896.13,127,qnn -4898,SUCCESS,2,1,44.94,42128896.13,42128941.07,127,routing -4899,SUCCESS,2,1,235.32,42128941.07,42129176.39,127,ghz -4900,SUCCESS,2,1,178.99,42129176.39,42129355.38,127,dj -4901,SUCCESS,2,1,2225.81,42129355.38,42131581.19,127,qnn -4903,SUCCESS,2,1,8754.02,42131581.19,42140335.21,127,ae -4904,SUCCESS,2,1,20416.64,42140335.21,42160751.85,127,random -4905,SUCCESS,2,1,1013.56,42160751.85,42161765.41,127,wstate -4906,SUCCESS,2,1,1168.65,42161765.41,42162934.06,127,pricingput -4907,SUCCESS,2,1,2921.39,42162934.06,42165855.45,127,qftentangled -4908,SUCCESS,2,1,70.05,42165855.45,42165925.5,127,graphstate -4910,SUCCESS,2,1,648.78,42165925.5,42166574.28,127,graphstate -4912,SUCCESS,2,1,208.24,42166574.28,42166782.52,127,qaoa -4915,SUCCESS,2,1,12850.98,42166782.52,42179633.5,127,realamprandom -4916,SUCCESS,2,1,1498.83,42179633.5,42181132.33,127,dj -4919,SUCCESS,2,1,8616.97,42181132.33,42189749.3,127,qnn -4920,SUCCESS,2,1,9599.72,42189749.3,42199349.02,127,qnn -4921,SUCCESS,2,1,662.94,42199349.02,42200011.96,127,qpeinexact -4922,SUCCESS,2,1,5202.42,42200011.96,42205214.38,127,su2random -4923,SUCCESS,2,1,1475.25,42205214.38,42206689.63,127,wstate -4924,SUCCESS,2,1,15763.69,42206689.63,42222453.32,127,qft -4926,SUCCESS,2,1,18175.96,42222453.32,42240629.28,127,ae -4927,SUCCESS,2,1,4805.14,42240629.28,42245434.42,127,qnn -4928,SUCCESS,2,1,3442.27,42245434.42,42248876.69,127,qpeinexact -4929,SUCCESS,2,1,159.96,42248876.69,42249036.65,127,dj -4932,SUCCESS,2,1,7613.42,42249036.65,42256650.07,127,ae -4933,SUCCESS,2,1,687.32,42256650.07,42257337.39,127,dj -4934,SUCCESS,2,1,312.99,42257337.39,42257650.38,127,graphstate -4935,SUCCESS,2,1,834.18,42257650.38,42258484.56,127,twolocalrandom -4936,SUCCESS,2,1,5869.91,42258484.56,42264354.47,127,ae -4937,SUCCESS,2,1,368.48,42264354.47,42264722.95,127,wstate -4939,SUCCESS,2,1,11809.81,42264722.95,42276532.76,127,qftentangled -4940,SUCCESS,2,1,706.58,42276532.76,42277239.34,127,dj -4941,SUCCESS,2,1,545.4,42277239.34,42277784.74,127,qft -4945,SUCCESS,2,1,1955.9,42277784.74,42279740.64,127,qpeinexact -4946,SUCCESS,2,1,11059.82,42279740.64,42290800.46,127,qftentangled -4947,SUCCESS,2,1,6771.62,42290800.46,42297572.08,127,qpeexact -4948,SUCCESS,2,1,53841.44,42297572.08,42351413.52,127,twolocalrandom -4949,SUCCESS,2,1,5164.75,42351413.52,42356578.27,127,realamprandom -4950,SUCCESS,2,1,150.07,42356578.27,42356728.34,127,ghz -4951,SUCCESS,2,1,96.39,42356728.34,42356824.73,127,graphstate -4952,SUCCESS,2,1,12143.33,42356824.73,42368968.06,127,twolocalrandom -4954,SUCCESS,2,1,363.53,42368968.06,42369331.59,127,qftentangled -4955,SUCCESS,2,1,429.93,42369331.59,42369761.52,127,dj -4956,SUCCESS,2,1,353.26,42369761.52,42370114.78,127,ghz -4957,SUCCESS,2,1,583.12,42370114.78,42370697.9,127,ae -4958,SUCCESS,2,1,3013.49,42370697.9,42373711.39,127,su2random -4959,SUCCESS,2,1,18451.78,42373711.39,42392163.17,127,qnn -4960,SUCCESS,2,1,164.2,42392163.17,42392327.37,127,graphstate -4961,SUCCESS,2,1,9272.12,42392327.37,42401599.49,127,qftentangled -4962,SUCCESS,2,1,19014.78,42401599.49,42420614.27,127,realamprandom -4963,SUCCESS,2,1,717.83,42420614.27,42421332.1,127,portfolioqaoa -4964,SUCCESS,2,1,433.59,42421332.1,42421765.69,127,wstate -4965,SUCCESS,2,1,1824.61,42421765.69,42423590.3,127,qft -4966,SUCCESS,2,1,30138.17,42423590.3,42453728.47,127,ae -4967,SUCCESS,2,1,5401.75,42453728.47,42459130.22,127,twolocalrandom -4968,SUCCESS,2,1,5005,42459130.22,42464135.22,127,ae -4969,SUCCESS,2,1,6018.64,42464135.22,42470153.86,127,qpeexact -4970,SUCCESS,2,1,652.34,42470153.86,42470806.2,127,ghz -4971,SUCCESS,2,1,74470.82,42470806.2,42545277.02,127,random -4972,SUCCESS,2,1,1220.9,42545277.02,42546497.92,127,ghz -4973,SUCCESS,2,1,295.41,42546497.92,42546793.33,127,routing -4974,SUCCESS,2,1,641.16,42546793.33,42547434.49,127,dj -4975,SUCCESS,2,1,105.21,42547434.49,42547539.7,127,dj -4976,SUCCESS,2,1,734.73,42547539.7,42548274.43,127,qft -4977,SUCCESS,2,1,37005.48,42548274.43,42585279.91,127,qnn -4978,SUCCESS,2,1,48109.84,42585279.91,42633389.75,127,twolocalrandom -4979,SUCCESS,2,1,273.28,42633389.75,42633663.03,127,ghz -4980,SUCCESS,2,1,59483.24,42633663.03,42693146.27,127,realamprandom -4982,SUCCESS,2,1,291206.73,42693146.27,42984353,127,qwalk-noancilla -4983,SUCCESS,2,1,12174.92,42984353,42996527.92,127,ae -4984,SUCCESS,2,1,17517.04,42996527.92,43014044.96,127,qnn -4985,SUCCESS,2,1,14704.96,43014044.96,43028749.92,127,ae -4986,SUCCESS,2,1,1342.42,43028749.92,43030092.34,127,qft -4987,SUCCESS,2,1,365.11,43030092.34,43030457.45,127,dj -4988,SUCCESS,2,1,3445.38,43030457.45,43033902.83,127,qpeexact -4989,SUCCESS,2,1,18066.45,43033902.83,43051969.28,127,qftentangled -4990,SUCCESS,2,1,9647,43051969.28,43061616.28,127,realamprandom -4993,SUCCESS,2,1,1929.51,43061616.28,43063545.79,127,dj -4994,SUCCESS,2,1,192.31,43063545.79,43063738.1,127,dj -4995,SUCCESS,2,1,3186.58,43063738.1,43066924.68,127,qnn -4997,SUCCESS,2,1,19877.8,43066924.68,43086802.48,127,twolocalrandom -4998,SUCCESS,2,1,13867.88,43086802.48,43100670.36,127,qpeinexact -4999,SUCCESS,2,1,9242.39,43100670.36,43109912.75,127,qft -5000,SUCCESS,2,1,6889.06,43109912.75,43116801.81,127,wstate -5001,SUCCESS,2,1,805.14,43116801.81,43117606.95,127,graphstate -5002,SUCCESS,2,1,23983.48,43117606.95,43141590.43,127,qpeinexact -5003,SUCCESS,2,1,475.8,43141590.43,43142066.23,127,random -5004,SUCCESS,2,1,2091.95,43142066.23,43144158.18,127,realamprandom -5005,SUCCESS,2,1,5372.88,43144158.18,43149531.06,127,qft -5006,SUCCESS,2,1,91.83,43149531.06,43149622.89,127,graphstate -5008,SUCCESS,2,1,1667.6,43149622.89,43151290.49,127,qpeexact -5009,SUCCESS,2,1,27280.03,43151290.49,43178570.52,127,qftentangled -5011,SUCCESS,2,1,1817.56,43178570.52,43180388.08,127,random -5013,SUCCESS,2,1,1397.65,43180388.08,43181785.73,127,wstate -5014,SUCCESS,2,1,29390.33,43181785.73,43211176.06,127,qnn -5015,SUCCESS,2,1,2760.99,43211176.06,43213937.05,127,qftentangled -5016,SUCCESS,2,1,49962.66,43213937.05,43263899.71,127,twolocalrandom -5017,SUCCESS,2,1,34315.69,43263899.71,43298215.4,127,qpeexact -5018,SUCCESS,2,1,6642.08,43298215.4,43304857.48,127,qnn -5020,SUCCESS,2,1,116.16,43304857.48,43304973.64,127,ghz -5021,SUCCESS,2,1,3194.04,43304973.64,43308167.68,127,qftentangled -5022,SUCCESS,2,1,27943.96,43308167.68,43336111.64,127,random -5023,SUCCESS,2,1,9969.8,43336111.64,43346081.44,127,realamprandom -5025,SUCCESS,2,1,15922.61,43346081.44,43362004.05,127,ae -5027,SUCCESS,2,1,133147.41,43362004.05,43495151.46,127,shor -5028,SUCCESS,2,1,211.67,43495151.46,43495363.13,127,graphstate -5029,SUCCESS,2,1,783.04,43495363.13,43496146.17,127,graphstate -5030,SUCCESS,2,1,938.06,43496146.17,43497084.23,127,dj -5031,SUCCESS,2,1,25.1,43497084.23,43497109.33,127,ghz -5032,SUCCESS,2,1,3156.91,43497109.33,43500266.24,127,su2random -5033,SUCCESS,2,1,7267.71,43500266.24,43507533.95,127,qpeexact -5034,SUCCESS,2,1,1130.56,43507533.95,43508664.51,127,realamprandom -5035,SUCCESS,2,1,2030.12,43508664.51,43510694.63,127,portfoliovqe -5037,SUCCESS,2,1,918.26,43510694.63,43511612.89,127,random -5039,SUCCESS,2,1,17899.85,43511612.89,43529512.74,127,realamprandom -5040,SUCCESS,2,1,9859.43,43529512.74,43539372.17,127,qftentangled -5041,SUCCESS,2,1,876.9,43539372.17,43540249.07,127,dj -5042,SUCCESS,2,1,10009.06,43540249.07,43550258.13,127,qnn -5043,SUCCESS,2,1,885.96,43550258.13,43551144.09,127,ghz -5044,SUCCESS,2,1,131.99,43551144.09,43551276.08,127,wstate -5045,SUCCESS,2,1,3185.65,43551276.08,43554461.73,127,qpeinexact -5046,SUCCESS,2,1,1526.34,43554461.73,43555988.07,127,qft -5047,SUCCESS,2,1,6265.34,43555988.07,43562253.41,127,qft -5048,SUCCESS,2,1,3201.04,43562253.41,43565454.45,127,wstate -5049,SUCCESS,2,1,212.93,43565454.45,43565667.38,127,dj -5050,SUCCESS,2,1,4242.19,43565667.38,43569909.57,127,realamprandom -5052,SUCCESS,2,1,303.02,43569909.57,43570212.59,127,dj -5054,SUCCESS,2,1,15739.49,43570212.59,43585952.08,127,qnn -5055,SUCCESS,2,1,19291.8,43585952.08,43605243.88,127,qpeinexact -5057,SUCCESS,2,1,19882.17,43605243.88,43625126.05,127,qpeexact -5059,SUCCESS,2,1,1398.35,43625126.05,43626524.4,127,wstate -5060,SUCCESS,2,1,13464.38,43626524.4,43639988.78,127,qnn -5062,SUCCESS,2,1,37661.93,43639988.78,43677650.71,127,ae -5063,SUCCESS,2,1,2833.31,43677650.71,43680484.02,127,qft -5064,SUCCESS,2,1,5116.18,43680484.02,43685600.2,127,realamprandom -5065,SUCCESS,2,1,7716.09,43685600.2,43693316.29,127,qftentangled -5066,SUCCESS,2,1,2588.69,43693316.29,43695904.98,127,qftentangled -5067,SUCCESS,2,1,7928.13,43695904.98,43703833.11,127,qpeinexact -5069,SUCCESS,2,1,5297.28,43703833.11,43709130.39,127,realamprandom -5070,SUCCESS,2,1,25509.41,43709130.39,43734639.8,127,random -5071,SUCCESS,2,1,167.65,43734639.8,43734807.45,127,graphstate -5075,SUCCESS,2,1,2039.14,43734807.45,43736846.59,127,wstate -5076,SUCCESS,2,1,25062.97,43736846.59,43761909.56,127,realamprandom -5077,SUCCESS,2,1,730,43761909.56,43762639.56,127,graphstate -5078,SUCCESS,2,1,2970.29,43762639.56,43765609.85,127,twolocalrandom -5080,SUCCESS,2,1,19875.69,43765609.85,43785485.54,127,twolocalrandom -5083,SUCCESS,2,1,61.98,43785485.54,43785547.52,127,vqe -5084,SUCCESS,2,1,1104,43785547.52,43786651.52,127,realamprandom -5086,SUCCESS,2,1,301.48,43786651.52,43786953,127,qpeinexact -5087,SUCCESS,2,1,798.88,43786953,43787751.88,127,qpeinexact -5088,SUCCESS,2,1,570.47,43787751.88,43788322.35,127,portfolioqaoa -5089,SUCCESS,2,1,9101.65,43788322.35,43797424,127,ae -5090,SUCCESS,2,1,5061.58,43797424,43802485.58,127,realamprandom -5091,SUCCESS,2,1,1037.18,43802485.58,43803522.76,127,portfoliovqe -5092,SUCCESS,2,1,4504.12,43803522.76,43808026.88,127,twolocalrandom -5094,SUCCESS,2,1,299.37,43808026.88,43808326.25,127,graphstate -5095,SUCCESS,2,1,295.7,43808326.25,43808621.95,127,ghz -5096,SUCCESS,2,1,19575.22,43808621.95,43828197.17,127,su2random -5097,SUCCESS,2,1,2826.31,43828197.17,43831023.48,127,twolocalrandom -5098,SUCCESS,2,1,21194.61,43831023.48,43852218.09,127,qnn -5099,SUCCESS,2,1,131.51,43852218.09,43852349.6,127,dj -5100,SUCCESS,2,1,12443.36,43852349.6,43864792.96,127,su2random -5102,SUCCESS,2,1,269.02,43864792.96,43865061.98,127,qpeinexact -5103,SUCCESS,2,1,183.52,43865061.98,43865245.5,127,qaoa -5104,SUCCESS,2,1,2278.12,43865245.5,43867523.62,127,ghz -5106,SUCCESS,2,1,5761.77,43867523.62,43873285.39,127,qpeexact -5107,SUCCESS,2,1,981.74,43873285.39,43874267.13,127,twolocalrandom -5108,SUCCESS,2,1,1227.59,43874267.13,43875494.72,127,su2random -5109,SUCCESS,2,1,5712.74,43875494.72,43881207.46,127,realamprandom -5110,SUCCESS,2,1,4902.91,43881207.46,43886110.37,127,qpeinexact -5111,SUCCESS,2,1,22734.45,43886110.37,43908844.82,127,realamprandom -5112,SUCCESS,2,1,201.66,43908844.82,43909046.48,127,graphstate -5114,SUCCESS,2,1,19754.67,43909046.48,43928801.15,127,qnn -5118,SUCCESS,2,1,51907.5,43928801.15,43980708.65,127,su2random -5119,SUCCESS,2,1,235.77,43980708.65,43980944.42,127,ghz -5120,SUCCESS,2,1,2173.28,43980944.42,43983117.7,127,qnn -5121,SUCCESS,2,1,1059.25,43983117.7,43984176.95,127,ghz -5123,SUCCESS,2,1,19698.01,43984176.95,44003874.96,127,qft -5125,SUCCESS,2,1,500.35,44003874.96,44004375.31,127,realamprandom -5127,SUCCESS,2,1,86,44004375.31,44004461.31,127,ghz -5128,SUCCESS,2,1,6540.21,44004461.31,44011001.52,127,qpeexact -5129,SUCCESS,2,1,757.84,44011001.52,44011759.36,127,wstate -5130,SUCCESS,2,1,2811.82,44011759.36,44014571.18,127,qft -5132,SUCCESS,2,1,1208.24,44014571.18,44015779.42,127,realamprandom -5133,SUCCESS,2,1,1491.45,44015779.42,44017270.87,127,qpeexact -5134,SUCCESS,2,1,25401.07,44017270.87,44042671.94,127,random -5135,SUCCESS,2,1,593.62,44042671.94,44043265.56,127,wstate -5137,SUCCESS,2,1,3054.71,44043265.56,44046320.27,127,qft -5138,SUCCESS,2,1,5172.73,44046320.27,44051493,127,qftentangled -5139,SUCCESS,2,1,8346.81,44051493,44059839.81,127,ae -5140,SUCCESS,2,1,17581.3,44059839.81,44077421.11,127,random -5141,SUCCESS,2,1,5811.61,44077421.11,44083232.72,127,twolocalrandom -5142,SUCCESS,2,1,11785.23,44083232.72,44095017.95,127,qpeexact -5143,SUCCESS,2,1,2476.9,44095017.95,44097494.85,127,qft -5144,SUCCESS,2,1,52311.98,44097494.85,44149806.83,127,qpeinexact -5145,SUCCESS,2,1,8555.33,44149806.83,44158362.16,127,qft -5148,SUCCESS,2,1,10638.54,44158362.16,44169000.7,127,realamprandom -5149,SUCCESS,2,1,37818.7,44169000.7,44206819.4,127,realamprandom -5152,SUCCESS,2,1,2490.44,44206819.4,44209309.84,127,ghz -5153,SUCCESS,2,1,19023.19,44209309.84,44228333.03,127,qnn -5154,SUCCESS,2,1,8768.79,44228333.03,44237101.82,127,qpeexact -5155,SUCCESS,2,1,863.28,44237101.82,44237965.1,127,ghz -5156,SUCCESS,2,1,19741.46,44237965.1,44257706.56,127,qpeinexact -5157,SUCCESS,2,1,2442.86,44257706.56,44260149.42,127,realamprandom -5158,SUCCESS,2,1,1451.1,44260149.42,44261600.52,127,dj -5159,SUCCESS,2,1,775.32,44261600.52,44262375.84,127,wstate -5160,SUCCESS,2,1,357.55,44262375.84,44262733.39,127,wstate -5161,SUCCESS,2,1,267.6,44262733.39,44263000.99,127,dj -5162,SUCCESS,2,1,1864,44263000.99,44264864.99,127,ghz -5163,SUCCESS,2,1,1613.21,44264864.99,44266478.2,127,qnn -5164,SUCCESS,2,1,72774.5,44266478.2,44339252.7,127,random -5165,SUCCESS,2,1,37712.84,44339252.7,44376965.54,127,qnn -5166,SUCCESS,2,1,485.11,44376965.54,44377450.65,127,qnn -5167,SUCCESS,2,1,4073.78,44377450.65,44381524.43,127,su2random -5168,SUCCESS,2,1,10980.29,44381524.43,44392504.72,127,su2random -5169,SUCCESS,2,1,527.93,44392504.72,44393032.65,127,qft -5170,SUCCESS,2,1,12123.88,44393032.65,44405156.53,127,pricingput -5171,SUCCESS,2,1,9393.93,44405156.53,44414550.46,127,qnn -5172,SUCCESS,2,1,2922.2,44414550.46,44417472.66,127,ghz -5173,SUCCESS,2,1,88.38,44417472.66,44417561.04,127,ghz -5174,SUCCESS,2,1,1155.1,44417561.04,44418716.14,127,dj -5176,SUCCESS,2,1,517.3,44418716.14,44419233.44,127,wstate -5179,SUCCESS,2,1,195.1,44419233.44,44419428.54,127,wstate -5180,SUCCESS,2,1,7145.69,44419428.54,44426574.23,127,qpeexact -5181,SUCCESS,2,1,19523.71,44426574.23,44446097.94,127,qpeexact -5182,SUCCESS,2,1,142.01,44446097.94,44446239.95,127,qaoa -5183,SUCCESS,2,1,65802.51,44446239.95,44512042.46,127,random -5184,SUCCESS,2,1,26860.07,44512042.46,44538902.53,127,qpeinexact -5187,SUCCESS,2,1,5742.64,44538902.53,44544645.17,127,twolocalrandom -5188,SUCCESS,2,1,9635.13,44544645.17,44554280.3,127,qnn -5189,SUCCESS,2,1,2416.5,44554280.3,44556696.8,127,qpeinexact -5190,SUCCESS,2,1,177.87,44556696.8,44556874.67,127,groundstate -5191,SUCCESS,2,1,18241.97,44556874.67,44575116.64,127,ae -5192,SUCCESS,2,1,231.34,44575116.64,44575347.98,127,ghz -5194,SUCCESS,2,1,26492.43,44575347.98,44601840.41,127,qpeexact -5195,SUCCESS,2,1,1667.83,44601840.41,44603508.24,127,dj -5196,SUCCESS,2,1,27797.8,44603508.24,44631306.04,127,realamprandom -5197,SUCCESS,2,1,14739.44,44631306.04,44646045.48,127,qpeinexact -5198,SUCCESS,2,1,3572.56,44646045.48,44649618.04,127,qft -5199,SUCCESS,2,1,1123.54,44649618.04,44650741.58,127,ae -5200,SUCCESS,2,1,1865.74,44650741.58,44652607.32,127,ghz -5201,SUCCESS,2,1,828.07,44652607.32,44653435.39,127,dj -5202,SUCCESS,2,1,22.09,44653435.39,44653457.48,127,graphstate -5203,SUCCESS,2,1,2422.17,44653457.48,44655879.65,127,ae -5204,SUCCESS,2,1,41.48,44655879.65,44655921.13,127,ghz -5205,SUCCESS,2,1,18446.01,44655921.13,44674367.14,127,qft -5206,SUCCESS,2,1,223.6,44674367.14,44674590.74,127,graphstate -5208,SUCCESS,2,1,13247.23,44674590.74,44687837.97,127,qwalk-v-chain -5210,SUCCESS,2,1,1414.11,44687837.97,44689252.08,127,qft -5211,SUCCESS,2,1,255.7,44689252.08,44689507.78,127,wstate -5212,SUCCESS,2,1,24003.98,44689507.78,44713511.76,127,su2random -5213,SUCCESS,2,1,1014.48,44713511.76,44714526.24,127,dj -5215,SUCCESS,2,1,3176.52,44714526.24,44717702.76,127,ae -5216,SUCCESS,2,1,49750.13,44717702.76,44767452.89,127,su2random -5217,SUCCESS,2,1,6770.89,44767452.89,44774223.78,127,qnn -5218,SUCCESS,2,1,938.92,44774223.78,44775162.7,127,qnn -5219,SUCCESS,2,1,730.88,44775162.7,44775893.58,127,qpeexact -5220,SUCCESS,2,1,177.98,44775893.58,44776071.56,127,graphstate -5221,SUCCESS,2,1,2137.13,44776071.56,44778208.69,127,su2random -5224,SUCCESS,2,1,6763.22,44778208.69,44784971.91,127,qft -5225,SUCCESS,2,1,847.94,44784971.91,44785819.85,127,dj -5226,SUCCESS,2,1,6561.81,44785819.85,44792381.66,127,qft -5227,SUCCESS,2,1,23942.09,44792381.66,44816323.75,127,ae -5228,SUCCESS,2,1,90.85,44816323.75,44816414.6,127,ghz -5231,SUCCESS,2,1,238.58,44816414.6,44816653.18,127,dj -5232,SUCCESS,2,1,925.87,44816653.18,44817579.05,127,graphstate -5233,SUCCESS,2,1,15186.13,44817579.05,44832765.18,127,su2random -5234,SUCCESS,2,1,32460.62,44832765.18,44865225.8,127,twolocalrandom -5235,SUCCESS,2,1,2827.46,44865225.8,44868053.26,127,ae -5236,SUCCESS,2,1,4350.49,44868053.26,44872403.75,127,qft -5238,SUCCESS,2,1,1016.04,44872403.75,44873419.79,127,random -5239,SUCCESS,2,1,467.14,44873419.79,44873886.93,127,dj -5241,SUCCESS,2,1,1611.86,44873886.93,44875498.79,127,qftentangled -5243,SUCCESS,2,1,8799.09,44875498.79,44884297.88,127,realamprandom -5244,SUCCESS,2,1,155.26,44884297.88,44884453.14,127,qaoa -5246,SUCCESS,2,1,1634.07,44884453.14,44886087.21,127,qnn -5247,SUCCESS,2,1,37644.79,44886087.21,44923732,127,twolocalrandom -5248,SUCCESS,2,1,1421.15,44923732,44925153.15,127,su2random -5249,SUCCESS,2,1,18798.14,44925153.15,44943951.29,127,twolocalrandom -5251,SUCCESS,2,1,130983.81,44943951.29,45074935.1,127,random -5252,SUCCESS,2,1,7342.83,45074935.1,45082277.93,127,qftentangled -5253,SUCCESS,2,1,19493.28,45082277.93,45101771.21,127,twolocalrandom -5254,SUCCESS,2,1,15299.19,45101771.21,45117070.4,127,qpeexact -5255,SUCCESS,2,1,249.76,45117070.4,45117320.16,127,dj -5256,SUCCESS,2,1,9492.03,45117320.16,45126812.19,127,qpeinexact -5257,SUCCESS,2,1,9388.04,45126812.19,45136200.23,127,realamprandom -5259,SUCCESS,2,1,1253.88,45136200.23,45137454.11,127,ghz -5262,SUCCESS,2,1,167.27,45137454.11,45137621.38,127,ghz -5263,SUCCESS,2,1,1453.72,45137621.38,45139075.1,127,random -5264,SUCCESS,2,1,5447.1,45139075.1,45144522.2,127,realamprandom -5265,SUCCESS,2,1,13173.8,45144522.2,45157696,127,qpeexact -5266,SUCCESS,2,1,3756.32,45157696,45161452.32,127,wstate -5267,SUCCESS,2,1,19912.01,45161452.32,45181364.33,127,qft -5270,SUCCESS,2,1,445.33,45181364.33,45181809.66,127,wstate -5272,SUCCESS,2,1,1718.59,45181809.66,45183528.25,127,realamprandom -5273,SUCCESS,2,1,3696.99,45183528.25,45187225.24,127,ae -5275,SUCCESS,2,1,1540.18,45187225.24,45188765.42,127,ae -5276,SUCCESS,2,1,262.73,45188765.42,45189028.15,127,graphstate -5277,SUCCESS,2,1,16088.17,45189028.15,45205116.32,127,ae -5279,SUCCESS,2,1,1169.09,45205116.32,45206285.41,127,wstate -5280,SUCCESS,2,1,2629.36,45206285.41,45208914.77,127,qftentangled -5281,SUCCESS,2,1,10753.69,45208914.77,45219668.46,127,twolocalrandom -5282,SUCCESS,2,1,325.89,45219668.46,45219994.35,127,graphstate -5283,SUCCESS,2,1,7717.87,45219994.35,45227712.22,127,twolocalrandom -5284,SUCCESS,2,1,1695.39,45227712.22,45229407.61,127,wstate -5285,SUCCESS,2,1,26209.04,45229407.61,45255616.65,127,ae -5286,SUCCESS,2,1,1229.09,45255616.65,45256845.74,127,qpeinexact -5287,SUCCESS,2,1,3217.63,45256845.74,45260063.37,127,wstate -5288,SUCCESS,2,1,231.17,45260063.37,45260294.54,127,ghz -5289,SUCCESS,2,1,698.45,45260294.54,45260992.99,127,pricingput -5290,SUCCESS,2,1,11713.63,45260992.99,45272706.62,127,realamprandom -5291,SUCCESS,2,1,3138.2,45272706.62,45275844.82,127,ae -5292,SUCCESS,2,1,36535.5,45275844.82,45312380.32,127,realamprandom -5293,SUCCESS,2,1,6291.73,45312380.32,45318672.05,127,qft -5294,SUCCESS,2,1,22764.93,45318672.05,45341436.98,127,qpeexact -5295,SUCCESS,2,1,52511.83,45341436.98,45393948.81,127,twolocalrandom -5296,SUCCESS,2,1,19649.4,45393948.81,45413598.21,127,twolocalrandom -5299,SUCCESS,2,1,72.45,45413598.21,45413670.66,127,graphstate -5300,SUCCESS,2,1,4511.86,45413670.66,45418182.52,127,twolocalrandom -5301,SUCCESS,2,1,13515.1,45418182.52,45431697.62,127,qpeexact -5303,SUCCESS,2,1,24114.02,45431697.62,45455811.64,127,su2random -5304,SUCCESS,2,1,15190.73,45455811.64,45471002.37,127,qpeexact -5305,SUCCESS,2,1,31081.12,45471002.37,45502083.49,127,qnn -5306,SUCCESS,2,1,5219.69,45502083.49,45507303.18,127,ae -5307,SUCCESS,2,1,419.52,45507303.18,45507722.7,127,graphstate -5308,SUCCESS,2,1,4815.18,45507722.7,45512537.88,127,qft -5310,SUCCESS,2,1,3737.18,45512537.88,45516275.06,127,qpeexact -5311,SUCCESS,2,1,22822.95,45516275.06,45539098.01,127,qnn -5312,SUCCESS,2,1,3279.77,45539098.01,45542377.78,127,wstate -5313,SUCCESS,2,1,1463.09,45542377.78,45543840.87,127,groundstate -5316,SUCCESS,2,1,954.45,45543840.87,45544795.32,127,graphstate -5319,SUCCESS,2,1,2334.16,45544795.32,45547129.48,127,dj -5320,SUCCESS,2,1,944.09,45547129.48,45548073.57,127,wstate -5321,SUCCESS,2,1,9468.64,45548073.57,45557542.21,127,qnn -5322,SUCCESS,2,1,7736.75,45557542.21,45565278.96,127,qpeexact -5323,SUCCESS,2,1,2276.09,45565278.96,45567555.05,127,realamprandom -5324,SUCCESS,2,1,6147.09,45567555.05,45573702.14,127,twolocalrandom -5325,SUCCESS,2,1,1630.59,45573702.14,45575332.73,127,qnn -5326,SUCCESS,2,1,325.46,45575332.73,45575658.19,127,dj -5327,SUCCESS,2,1,461.92,45575658.19,45576120.11,127,random -5329,SUCCESS,2,1,2892.18,45576120.11,45579012.29,127,su2random -5330,SUCCESS,2,1,2693.89,45579012.29,45581706.18,127,wstate -5331,SUCCESS,2,1,17976.5,45581706.18,45599682.68,127,su2random -5332,SUCCESS,2,1,3712.95,45599682.68,45603395.63,127,grover-v-chain -5333,SUCCESS,2,1,10543.39,45603395.63,45613939.02,127,qft -5334,SUCCESS,2,1,114.07,45613939.02,45614053.09,127,ghz -5335,SUCCESS,2,1,67213.5,45614053.09,45681266.59,127,random -5337,SUCCESS,2,1,21874.8,45681266.59,45703141.39,127,qnn -5338,SUCCESS,2,1,255.85,45703141.39,45703397.24,127,graphstate -5339,SUCCESS,2,1,12420.43,45703397.24,45715817.67,127,ae -5340,SUCCESS,2,1,164.84,45715817.67,45715982.51,127,vqe -5341,SUCCESS,2,1,1308.7,45715982.51,45717291.21,127,dj -5342,SUCCESS,2,1,183.53,45717291.21,45717474.74,127,graphstate -5344,SUCCESS,2,1,183.69,45717474.74,45717658.43,127,qftentangled -5345,SUCCESS,2,1,7805,45717658.43,45725463.43,127,qnn -5347,SUCCESS,2,1,300.58,45725463.43,45725764.01,127,graphstate -5348,SUCCESS,2,1,4167.64,45725764.01,45729931.65,127,qpeinexact -5349,SUCCESS,2,1,31001.84,45729931.65,45760933.49,127,qpeexact -5350,SUCCESS,2,1,5054.52,45760933.49,45765988.01,127,qpeexact -5351,SUCCESS,2,1,3992.74,45765988.01,45769980.75,127,realamprandom -5352,SUCCESS,2,1,1121.04,45769980.75,45771101.79,127,wstate -5353,SUCCESS,2,1,25166.46,45771101.79,45796268.25,127,qft -5354,SUCCESS,2,1,2159.14,45796268.25,45798427.39,127,su2random -5355,SUCCESS,2,1,35188.92,45798427.39,45833616.31,127,qpeexact -5356,SUCCESS,2,1,8551.13,45833616.31,45842167.44,127,qwalk-v-chain -5357,SUCCESS,2,1,165037.73,45842167.44,46007205.17,127,random -5359,SUCCESS,2,1,669.17,46007205.17,46007874.34,127,graphstate -5360,SUCCESS,2,1,14199.48,46007874.34,46022073.82,127,qpeinexact -5362,SUCCESS,2,1,24922.44,46022073.82,46046996.26,127,twolocalrandom -5363,SUCCESS,2,1,597.94,46046996.26,46047594.2,127,qftentangled -5365,SUCCESS,2,1,1194.13,46047594.2,46048788.33,127,graphstate -5366,SUCCESS,2,1,254,46048788.33,46049042.33,127,wstate -5368,SUCCESS,2,1,839.28,46049042.33,46049881.61,127,wstate -5370,SUCCESS,2,1,157.19,46049881.61,46050038.8,127,wstate -5371,SUCCESS,2,1,19556.04,46050038.8,46069594.84,127,twolocalrandom -5372,SUCCESS,2,1,14285.87,46069594.84,46083880.71,127,su2random -5373,SUCCESS,2,1,7911.27,46083880.71,46091791.98,127,qft -5374,SUCCESS,2,1,8054.5,46091791.98,46099846.48,127,qftentangled -5375,SUCCESS,2,1,31153.55,46099846.48,46131000.03,127,qpeinexact -5376,SUCCESS,2,1,48.91,46131000.03,46131048.94,127,graphstate -5377,SUCCESS,2,1,12940.98,46131048.94,46143989.92,127,qnn -5378,SUCCESS,2,1,5093.45,46143989.92,46149083.37,127,qwalk-v-chain -5379,SUCCESS,2,1,12683.58,46149083.37,46161766.95,127,random -5380,SUCCESS,2,1,6600.61,46161766.95,46168367.56,127,qftentangled -5381,SUCCESS,2,1,746.84,46168367.56,46169114.4,127,twolocalrandom -5383,SUCCESS,2,1,90.38,46169114.4,46169204.78,127,ghz -5384,SUCCESS,2,1,826.3,46169204.78,46170031.08,127,wstate -5386,SUCCESS,2,1,1655.09,46170031.08,46171686.17,127,qftentangled -5387,SUCCESS,2,1,6324.29,46171686.17,46178010.46,127,ae -5388,SUCCESS,2,1,7693.74,46178010.46,46185704.2,127,qpeexact -5389,SUCCESS,2,1,1677.87,46185704.2,46187382.07,127,dj -5390,SUCCESS,2,1,29754.29,46187382.07,46217136.36,127,twolocalrandom -5391,SUCCESS,2,1,2252.12,46217136.36,46219388.48,127,qnn -5393,SUCCESS,2,1,1283.69,46219388.48,46220672.17,127,ghz -5394,SUCCESS,2,1,120,46220672.17,46220792.17,127,ghz -5395,SUCCESS,2,1,256.39,46220792.17,46221048.56,127,graphstate -5396,SUCCESS,2,1,1174.37,46221048.56,46222222.93,127,qpeexact -5398,SUCCESS,2,1,42265.92,46222222.93,46264488.85,127,qnn -5400,SUCCESS,2,1,6743.19,46264488.85,46271232.04,127,qft -5401,SUCCESS,2,1,1246.66,46271232.04,46272478.7,127,pricingcall -5402,SUCCESS,2,1,1035.74,46272478.7,46273514.44,127,wstate -5404,SUCCESS,2,1,173.23,46273514.44,46273687.67,127,ghz -5405,SUCCESS,2,1,9233.16,46273687.67,46282920.83,127,realamprandom -5406,SUCCESS,2,1,15212.42,46282920.83,46298133.25,127,qpeinexact -5407,SUCCESS,2,1,714.1,46298133.25,46298847.35,127,wstate -5408,SUCCESS,2,1,10257.31,46298847.35,46309104.66,127,qpeinexact -5409,SUCCESS,2,1,3422.73,46309104.66,46312527.39,127,qft -5410,SUCCESS,2,1,1975.19,46312527.39,46314502.58,127,dj -5411,SUCCESS,2,1,673.62,46314502.58,46315176.2,127,ae -5413,SUCCESS,2,1,8300.98,46315176.2,46323477.18,127,qpeinexact -5414,SUCCESS,2,1,1889.5,46323477.18,46325366.68,127,dj -5416,SUCCESS,2,1,2465.5,46325366.68,46327832.18,127,qnn -5417,SUCCESS,2,1,714.26,46327832.18,46328546.44,127,dj -5418,SUCCESS,2,1,206.89,46328546.44,46328753.33,127,ghz -5420,SUCCESS,2,1,1597.31,46328753.33,46330350.64,127,ae -5422,SUCCESS,2,1,12040.26,46330350.64,46342390.9,127,random -5423,SUCCESS,2,1,22271.05,46342390.9,46364661.95,127,qpeexact -5424,SUCCESS,2,1,22156.7,46364661.95,46386818.65,127,qftentangled -5425,SUCCESS,2,1,511.68,46386818.65,46387330.33,127,realamprandom -5426,SUCCESS,2,1,2468.88,46387330.33,46389799.21,127,portfoliovqe -5428,SUCCESS,2,1,608.9,46389799.21,46390408.11,127,wstate -5429,SUCCESS,2,1,1704.55,46390408.11,46392112.66,127,dj -5430,SUCCESS,2,1,34503.55,46392112.66,46426616.21,127,ae -5431,SUCCESS,2,1,1918.71,46426616.21,46428534.92,127,ghz -5432,SUCCESS,2,1,1012.12,46428534.92,46429547.04,127,su2random -5433,SUCCESS,2,1,7227.79,46429547.04,46436774.83,127,su2random -5434,SUCCESS,2,1,2407.04,46436774.83,46439181.87,127,qnn -5435,SUCCESS,2,1,11429.65,46439181.87,46450611.52,127,qpeinexact -5436,SUCCESS,2,1,4261.3,46450611.52,46454872.82,127,qpeinexact -5437,SUCCESS,2,1,21410.94,46454872.82,46476283.76,127,realamprandom -5438,SUCCESS,2,1,12360.29,46476283.76,46488644.05,127,qpeexact -5439,SUCCESS,2,1,1776.83,46488644.05,46490420.88,127,portfoliovqe -5440,SUCCESS,2,1,5079.9,46490420.88,46495500.78,127,qpeinexact -5441,SUCCESS,2,1,27525,46495500.78,46523025.78,127,qft -5442,SUCCESS,2,1,581.74,46523025.78,46523607.52,127,wstate -5443,SUCCESS,2,1,2087.75,46523607.52,46525695.27,127,twolocalrandom -5444,SUCCESS,2,1,24747.72,46525695.27,46550442.99,127,twolocalrandom -5447,SUCCESS,2,1,835.8,46550442.99,46551278.79,127,su2random -5448,SUCCESS,2,1,24101.95,46551278.79,46575380.74,127,qnn -5449,SUCCESS,2,1,593.48,46575380.74,46575974.22,127,qpeexact -5451,SUCCESS,2,1,21292.51,46575974.22,46597266.73,127,twolocalrandom -5452,SUCCESS,2,1,235.57,46597266.73,46597502.3,127,graphstate -5453,SUCCESS,2,1,248.4,46597502.3,46597750.7,127,wstate -5456,SUCCESS,2,1,6133.07,46597750.7,46603883.77,127,qftentangled -5457,SUCCESS,2,1,817.09,46603883.77,46604700.86,127,ghz -5458,SUCCESS,2,1,9039.05,46604700.86,46613739.91,127,ae -5459,SUCCESS,2,1,14975.49,46613739.91,46628715.4,127,realamprandom -5460,SUCCESS,2,1,947.83,46628715.4,46629663.23,127,dj -5462,SUCCESS,2,1,7486.96,46629663.23,46637150.19,127,qnn -5463,SUCCESS,2,1,2742.21,46637150.19,46639892.4,127,ae -5464,SUCCESS,2,1,955.35,46639892.4,46640847.75,127,dj -5466,SUCCESS,2,1,33483.17,46640847.75,46674330.92,127,qpeexact -5467,SUCCESS,2,1,697.51,46674330.92,46675028.43,127,dj -5468,SUCCESS,2,1,68474.42,46675028.43,46743502.85,127,realamprandom -5469,SUCCESS,2,1,21698.39,46743502.85,46765201.24,127,qpeinexact -5470,SUCCESS,2,1,45217.22,46765201.24,46810418.46,127,su2random -5471,SUCCESS,2,1,23005.07,46810418.46,46833423.53,127,qftentangled -5472,SUCCESS,2,1,21074.54,46833423.53,46854498.07,127,ae -5473,SUCCESS,2,1,41239.68,46854498.07,46895737.75,127,su2random -5474,SUCCESS,2,1,2456.05,46895737.75,46898193.8,127,ae -5475,SUCCESS,2,1,600.44,46898193.8,46898794.24,127,dj -5476,SUCCESS,2,1,855.45,46898794.24,46899649.69,127,ghz -5478,SUCCESS,2,1,1809.71,46899649.69,46901459.4,127,graphstate -5479,SUCCESS,2,1,183.5,46901459.4,46901642.9,127,wstate -5480,SUCCESS,2,1,34134.57,46901642.9,46935777.47,127,qftentangled -5481,SUCCESS,2,1,70457.17,46935777.47,47006234.64,127,twolocalrandom -5482,SUCCESS,2,1,5895.37,47006234.64,47012130.01,127,qft -5483,SUCCESS,2,1,12166.09,47012130.01,47024296.1,127,qpeinexact -5484,SUCCESS,2,1,4699.29,47024296.1,47028995.39,127,realamprandom -5485,SUCCESS,2,1,21773.85,47028995.39,47050769.24,127,su2random -5486,SUCCESS,2,1,4881.82,47050769.24,47055651.06,127,su2random -5487,SUCCESS,2,1,824.31,47055651.06,47056475.37,127,wstate -5488,SUCCESS,2,1,9987.06,47056475.37,47066462.43,127,su2random -5490,SUCCESS,2,1,3405.97,47066462.43,47069868.4,127,portfoliovqe -5491,SUCCESS,2,1,33.6,47069868.4,47069902,127,graphstate -5492,SUCCESS,2,1,5433,47069902,47075335,127,su2random -5493,SUCCESS,2,1,19050.02,47075335,47094385.02,127,twolocalrandom -5494,SUCCESS,2,1,886.43,47094385.02,47095271.45,127,pricingput -5495,SUCCESS,2,1,250.44,47095271.45,47095521.89,127,dj -5496,SUCCESS,2,1,6811.67,47095521.89,47102333.56,127,realamprandom -5497,SUCCESS,2,1,31222.73,47102333.56,47133556.29,127,qftentangled -5498,SUCCESS,2,1,10741.39,47133556.29,47144297.68,127,pricingput -5500,SUCCESS,2,1,17703.53,47144297.68,47162001.21,127,twolocalrandom -5503,SUCCESS,2,1,1099.75,47162001.21,47163100.96,127,wstate -5504,SUCCESS,2,1,29848.05,47163100.96,47192949.01,127,random -5505,SUCCESS,2,1,21489.95,47192949.01,47214438.96,127,realamprandom -5506,SUCCESS,2,1,909.55,47214438.96,47215348.51,127,dj -5507,SUCCESS,2,1,11874.04,47215348.51,47227222.55,127,qft -5508,SUCCESS,2,1,2514.34,47227222.55,47229736.89,127,qft -5509,SUCCESS,2,1,20299.27,47229736.89,47250036.16,127,qft -5511,SUCCESS,2,1,730.5,47250036.16,47250766.66,127,qnn -5512,SUCCESS,2,1,79.77,47250766.66,47250846.43,127,graphstate -5513,SUCCESS,2,1,5105.13,47250846.43,47255951.56,127,twolocalrandom -5514,SUCCESS,2,1,277.54,47255951.56,47256229.1,127,graphstate -5517,SUCCESS,2,1,7259.39,47256229.1,47263488.49,127,qftentangled -5519,SUCCESS,2,1,95564.95,47263488.49,47359053.44,127,realamprandom -5521,SUCCESS,2,1,199.49,47359053.44,47359252.93,127,graphstate -5522,SUCCESS,2,1,10553.05,47359252.93,47369805.98,127,su2random -5524,SUCCESS,2,1,15766.2,47369805.98,47385572.18,127,qpeinexact -5526,SUCCESS,2,1,722.69,47385572.18,47386294.87,127,twolocalrandom -5527,SUCCESS,2,1,40968.76,47386294.87,47427263.63,127,su2random -5528,SUCCESS,2,1,108.53,47427263.63,47427372.16,127,vqe -5529,SUCCESS,2,1,4174.57,47427372.16,47431546.73,127,realamprandom -5530,SUCCESS,2,1,17960.69,47431546.73,47449507.42,127,random -5531,SUCCESS,2,1,121700.48,47449507.42,47571207.9,127,random -5532,SUCCESS,2,1,16427.14,47571207.9,47587635.04,127,random -5533,SUCCESS,2,1,19368.08,47587635.04,47607003.12,127,qwalk-noancilla -5534,SUCCESS,2,1,2332.02,47607003.12,47609335.14,127,qftentangled -5535,SUCCESS,2,1,272.19,47609335.14,47609607.33,127,dj -5536,SUCCESS,2,1,1827.61,47609607.33,47611434.94,127,qpeinexact -5537,SUCCESS,2,1,210.23,47611434.94,47611645.17,127,ghz -5538,SUCCESS,2,1,150.22,47611645.17,47611795.39,127,graphstate -5539,SUCCESS,2,1,761.91,47611795.39,47612557.3,127,graphstate -5540,SUCCESS,2,1,6178.19,47612557.3,47618735.49,127,wstate -5541,SUCCESS,2,1,277.51,47618735.49,47619013,127,wstate -5542,SUCCESS,2,1,542.09,47619013,47619555.09,127,qpeexact -5543,SUCCESS,2,1,336.17,47619555.09,47619891.26,127,wstate -5544,SUCCESS,2,1,11150.16,47619891.26,47631041.42,127,ae -5545,SUCCESS,2,1,79951.17,47631041.42,47710992.59,127,realamprandom -5546,SUCCESS,2,1,30316.24,47710992.59,47741308.83,127,ae -5547,SUCCESS,2,1,1263.77,47741308.83,47742572.6,127,random -5548,SUCCESS,2,1,2188.4,47742572.6,47744761,127,ghz -5549,SUCCESS,2,1,1757.93,47744761,47746518.93,127,qftentangled -5550,SUCCESS,2,1,44244.59,47746518.93,47790763.52,127,qpeexact -5551,SUCCESS,2,1,102.02,47790763.52,47790865.54,127,graphstate -5552,SUCCESS,2,1,7403.98,47790865.54,47798269.52,127,twolocalrandom -5553,SUCCESS,2,1,327.7,47798269.52,47798597.22,127,graphstate -5554,SUCCESS,2,1,3817.11,47798597.22,47802414.33,127,qnn -5555,SUCCESS,2,1,865.22,47802414.33,47803279.55,127,wstate -5556,SUCCESS,2,1,1239.6,47803279.55,47804519.15,127,portfoliovqe -5557,SUCCESS,2,1,307.18,47804519.15,47804826.33,127,graphstate -5558,SUCCESS,2,1,5515.6,47804826.33,47810341.93,127,qft -5560,SUCCESS,2,1,83.09,47810341.93,47810425.02,127,graphstate -5561,SUCCESS,2,1,15849.58,47810425.02,47826274.6,127,qftentangled -5562,SUCCESS,2,1,7752.03,47826274.6,47834026.63,127,qnn -5563,SUCCESS,2,1,1837.68,47834026.63,47835864.31,127,qpeinexact -5564,SUCCESS,2,1,87699.83,47835864.31,47923564.14,127,random -5565,SUCCESS,2,1,352.86,47923564.14,47923917,127,graphstate -5566,SUCCESS,2,1,18319.45,47923917,47942236.45,127,qnn -5567,SUCCESS,2,1,7159.95,47942236.45,47949396.4,127,ae -5568,SUCCESS,2,1,2237.61,47949396.4,47951634.01,127,su2random -5569,SUCCESS,2,1,3323.97,47951634.01,47954957.98,127,qft -5570,SUCCESS,2,1,33596.8,47954957.98,47988554.78,127,twolocalrandom -5571,SUCCESS,2,1,7808.3,47988554.78,47996363.08,127,qft -5572,SUCCESS,2,1,983.65,47996363.08,47997346.73,127,qpeexact -5573,SUCCESS,2,1,17860.62,47997346.73,48015207.35,127,qpeexact -5574,SUCCESS,2,1,1794.33,48015207.35,48017001.68,127,qft -5575,SUCCESS,2,1,1431,48017001.68,48018432.68,127,ae -5576,SUCCESS,2,1,835.67,48018432.68,48019268.35,127,qpeinexact -5578,SUCCESS,2,1,2205.82,48019268.35,48021474.17,127,dj -5579,SUCCESS,2,1,148.76,48021474.17,48021622.93,127,dj -5580,SUCCESS,2,1,17295.11,48021622.93,48038918.04,127,twolocalrandom -5581,SUCCESS,2,1,4953.55,48038918.04,48043871.59,127,ae -5582,SUCCESS,2,1,11669.66,48043871.59,48055541.25,127,qpeexact -5583,SUCCESS,2,1,4857.16,48055541.25,48060398.41,127,qwalk-v-chain -5584,SUCCESS,2,1,9913.01,48060398.41,48070311.42,127,realamprandom -5585,SUCCESS,2,1,1650.25,48070311.42,48071961.67,127,dj -5587,SUCCESS,2,1,31.63,48071961.67,48071993.3,127,ghz -5589,SUCCESS,2,1,25548.72,48071993.3,48097542.02,127,qpeinexact -5590,SUCCESS,2,1,23531.4,48097542.02,48121073.42,127,qft -5592,SUCCESS,2,1,4263.35,48121073.42,48125336.77,127,qpeexact -5593,SUCCESS,2,1,18805.85,48125336.77,48144142.62,127,qftentangled -5594,SUCCESS,2,1,6352.73,48144142.62,48150495.35,127,qpeinexact -5595,SUCCESS,2,1,11282.28,48150495.35,48161777.63,127,qft -5597,SUCCESS,2,1,35816.78,48161777.63,48197594.41,127,su2random -5598,SUCCESS,2,1,17335.18,48197594.41,48214929.59,127,qpeexact -5599,SUCCESS,2,1,14236.01,48214929.59,48229165.6,127,realamprandom -5600,SUCCESS,2,1,2823.06,48229165.6,48231988.66,127,su2random -5601,SUCCESS,2,1,30341.03,48231988.66,48262329.69,127,qft -5603,SUCCESS,2,1,1252.31,48262329.69,48263582,127,portfoliovqe -5604,SUCCESS,2,1,10565.84,48263582,48274147.84,127,qpeexact -5605,SUCCESS,2,1,416.14,48274147.84,48274563.98,127,ghz -5607,SUCCESS,2,1,1140.68,48274563.98,48275704.66,127,qnn -5608,SUCCESS,2,1,52448.52,48275704.66,48328153.18,127,random -5610,SUCCESS,2,1,449.41,48328153.18,48328602.59,127,realamprandom -5611,SUCCESS,2,1,17175.39,48328602.59,48345777.98,127,twolocalrandom -5613,SUCCESS,2,1,11361.87,48345777.98,48357139.85,127,qftentangled -5614,SUCCESS,2,1,297.16,48357139.85,48357437.01,127,wstate -5615,SUCCESS,2,1,8798.74,48357437.01,48366235.75,127,ae -5616,SUCCESS,2,1,359752.58,48366235.75,48725988.33,127,qwalk-noancilla -5617,SUCCESS,2,1,3137.26,48725988.33,48729125.59,127,twolocalrandom -5618,SUCCESS,2,1,5917.3,48729125.59,48735042.89,127,realamprandom -5619,SUCCESS,2,1,24430.61,48735042.89,48759473.5,127,qpeinexact -5620,SUCCESS,2,1,7746.78,48759473.5,48767220.28,127,qpeexact -5621,SUCCESS,2,1,17038.69,48767220.28,48784258.97,127,qpeinexact -5622,SUCCESS,2,1,651.73,48784258.97,48784910.7,127,qft -5623,SUCCESS,2,1,20477.42,48784910.7,48805388.12,127,twolocalrandom -5624,SUCCESS,2,1,1643.98,48805388.12,48807032.1,127,qpeinexact -5625,SUCCESS,2,1,35968.13,48807032.1,48843000.23,127,random -5626,SUCCESS,2,1,1594,48843000.23,48844594.23,127,su2random -5628,SUCCESS,2,1,109.8,48844594.23,48844704.03,127,vqe -5629,SUCCESS,2,1,16683.8,48844704.03,48861387.83,127,ae -5630,SUCCESS,2,1,6989.57,48861387.83,48868377.4,127,qpeinexact -5631,SUCCESS,2,1,14083.44,48868377.4,48882460.84,127,qpeinexact -5632,SUCCESS,2,1,3329.23,48882460.84,48885790.07,127,ae -5633,SUCCESS,2,1,23500.92,48885790.07,48909290.99,127,qpeinexact -5635,SUCCESS,2,1,3781.08,48909290.99,48913072.07,127,qnn -5636,SUCCESS,2,1,22008.04,48913072.07,48935080.11,127,ae -5637,SUCCESS,2,1,1324.17,48935080.11,48936404.28,127,ghz -5638,SUCCESS,2,1,35176.48,48936404.28,48971580.76,127,qnn -5639,SUCCESS,2,1,4995.19,48971580.76,48976575.95,127,twolocalrandom -5640,SUCCESS,2,1,15337.16,48976575.95,48991913.11,127,su2random -5641,SUCCESS,2,1,21941.85,48991913.11,49013854.96,127,qft -5644,SUCCESS,2,1,786.85,49013854.96,49014641.81,127,dj -5645,SUCCESS,2,1,6683.62,49014641.81,49021325.43,127,wstate -5646,SUCCESS,2,1,13008.1,49021325.43,49034333.53,127,qft -5647,SUCCESS,2,1,2734.49,49034333.53,49037068.02,127,wstate -5648,SUCCESS,2,1,960.62,49037068.02,49038028.64,127,ghz -5650,SUCCESS,2,1,6043.99,49038028.64,49044072.63,127,qpeexact -5652,SUCCESS,2,1,5239.18,49044072.63,49049311.81,127,realamprandom -5653,SUCCESS,2,1,3549.57,49049311.81,49052861.38,127,portfoliovqe -5654,SUCCESS,2,1,1325.38,49052861.38,49054186.76,127,dj -5655,SUCCESS,2,1,4980.9,49054186.76,49059167.66,127,qnn -5657,SUCCESS,2,1,697.44,49059167.66,49059865.1,127,dj -5659,SUCCESS,2,1,13841.55,49059865.1,49073706.65,127,qpeinexact -5662,SUCCESS,2,1,23188.25,49073706.65,49096894.9,127,realamprandom -5663,SUCCESS,2,1,949.33,49096894.9,49097844.23,127,dj -5665,SUCCESS,2,1,95.86,49097844.23,49097940.09,127,qaoa -5666,SUCCESS,2,1,113.69,49097940.09,49098053.78,127,vqe -5667,SUCCESS,2,1,752.96,49098053.78,49098806.74,127,dj -5669,SUCCESS,2,1,1808.08,49098806.74,49100614.82,127,qft -5670,SUCCESS,2,1,861.89,49100614.82,49101476.71,127,dj -5672,SUCCESS,2,1,11823.14,49101476.71,49113299.85,127,qnn -5673,SUCCESS,2,1,6233.75,49113299.85,49119533.6,127,twolocalrandom -5674,SUCCESS,2,1,2383.68,49119533.6,49121917.28,127,su2random -5675,SUCCESS,2,1,50325.9,49121917.28,49172243.18,127,random -5677,SUCCESS,2,1,118.99,49172243.18,49172362.17,127,ghz -5678,SUCCESS,2,1,4648.9,49172362.17,49177011.07,127,wstate -5679,SUCCESS,2,1,60132.02,49177011.07,49237143.09,127,realamprandom -5681,SUCCESS,2,1,1881.37,49237143.09,49239024.46,127,random -5683,SUCCESS,2,1,12866.43,49239024.46,49251890.89,127,ae -5684,SUCCESS,2,1,9755.04,49251890.89,49261645.93,127,su2random -5685,SUCCESS,2,1,9092.11,49261645.93,49270738.04,127,qft -5688,SUCCESS,2,1,19388.6,49270738.04,49290126.64,127,qft -5690,SUCCESS,2,1,17476.59,49290126.64,49307603.23,127,qftentangled -5692,SUCCESS,2,1,12842.1,49307603.23,49320445.33,127,qft -5693,SUCCESS,2,1,7310.44,49320445.33,49327755.77,127,qft -5694,SUCCESS,2,1,5680.66,49327755.77,49333436.43,127,qft -5696,SUCCESS,2,1,60739.43,49333436.43,49394175.86,127,su2random -5697,SUCCESS,2,1,2036.9,49394175.86,49396212.76,127,qnn -5698,SUCCESS,2,1,651.65,49396212.76,49396864.41,127,graphstate -5699,SUCCESS,2,1,6127.07,49396864.41,49402991.48,127,realamprandom -5701,SUCCESS,2,1,14835.18,49402991.48,49417826.66,127,qnn -5702,SUCCESS,2,1,4628.34,49417826.66,49422455,127,realamprandom -5706,SUCCESS,2,1,34459.92,49422455,49456914.92,127,su2random -5707,SUCCESS,2,1,24255.53,49456914.92,49481170.45,127,qnn -5708,SUCCESS,2,1,12117.99,49481170.45,49493288.44,127,su2random -5710,SUCCESS,2,1,968,49493288.44,49494256.44,127,qnn -5712,SUCCESS,2,1,23791.99,49494256.44,49518048.43,127,qft -5713,SUCCESS,2,1,10656.68,49518048.43,49528705.11,127,qpeinexact -5715,SUCCESS,2,1,76341.01,49528705.11,49605046.12,127,random -5716,SUCCESS,2,1,2792.48,49605046.12,49607838.6,127,wstate -5717,SUCCESS,2,1,1720.87,49607838.6,49609559.47,127,qnn -5718,SUCCESS,2,1,13772.36,49609559.47,49623331.83,127,random -5719,SUCCESS,2,1,3434.12,49623331.83,49626765.95,127,dj -5721,SUCCESS,2,1,57.63,49626765.95,49626823.58,127,graphstate -5722,SUCCESS,2,1,4391.33,49626823.58,49631214.91,127,qpeinexact -5723,SUCCESS,2,1,2064.53,49631214.91,49633279.44,127,qftentangled -5725,SUCCESS,2,1,4339.21,49633279.44,49637618.65,127,wstate -5726,SUCCESS,2,1,4011.75,49637618.65,49641630.4,127,ae -5727,SUCCESS,2,1,1568.95,49641630.4,49643199.35,127,qftentangled -5728,SUCCESS,2,1,29147.75,49643199.35,49672347.1,127,su2random -5729,SUCCESS,2,1,27946.73,49672347.1,49700293.83,127,qpeinexact -5730,SUCCESS,2,1,10232.54,49700293.83,49710526.37,127,qpeexact -5731,SUCCESS,2,1,1677.39,49710526.37,49712203.76,127,twolocalrandom -5732,SUCCESS,2,1,13775.91,49712203.76,49725979.67,127,qft -5733,SUCCESS,2,1,17290.62,49725979.67,49743270.29,127,realamprandom -5734,SUCCESS,2,1,21234.58,49743270.29,49764504.87,127,qpeexact -5735,SUCCESS,2,1,5103.9,49764504.87,49769608.77,127,qpeinexact -5736,SUCCESS,2,1,2570.41,49769608.77,49772179.18,127,qft -5737,SUCCESS,2,1,15737.04,49772179.18,49787916.22,127,qftentangled -5738,SUCCESS,2,1,15048.72,49787916.22,49802964.94,127,realamprandom -5741,SUCCESS,2,1,409.02,49802964.94,49803373.96,127,graphstate -5742,SUCCESS,2,1,9833.77,49803373.96,49813207.73,127,qft -5743,SUCCESS,2,1,5377.03,49813207.73,49818584.76,127,realamprandom -5744,SUCCESS,2,1,272.37,49818584.76,49818857.13,127,ghz -5745,SUCCESS,2,1,434.28,49818857.13,49819291.41,127,qft -5746,SUCCESS,2,1,25232.07,49819291.41,49844523.48,127,su2random -5747,SUCCESS,2,1,3801.18,49844523.48,49848324.66,127,qft -5750,SUCCESS,2,1,1582.38,49848324.66,49849907.04,127,graphstate -5752,SUCCESS,2,1,2101.87,49849907.04,49852008.91,127,realamprandom -5753,SUCCESS,2,1,3089.07,49852008.91,49855097.98,127,realamprandom -5754,SUCCESS,2,1,15793.45,49855097.98,49870891.43,127,realamprandom -5757,SUCCESS,2,1,376.97,49870891.43,49871268.4,127,graphstate -5758,SUCCESS,2,1,191.65,49871268.4,49871460.05,127,graphstate -5762,SUCCESS,2,1,11551.13,49871460.05,49883011.18,127,realamprandom -5763,SUCCESS,2,1,64.21,49883011.18,49883075.39,127,vqe -5764,SUCCESS,2,1,11208.04,49883075.39,49894283.43,127,random -5765,SUCCESS,2,1,54480.63,49894283.43,49948764.06,127,qnn -5766,SUCCESS,2,1,51.71,49948764.06,49948815.77,127,graphstate -5767,SUCCESS,2,1,6632.57,49948815.77,49955448.34,127,qftentangled -5768,SUCCESS,2,1,28709.03,49955448.34,49984157.37,127,qpeinexact -5769,SUCCESS,2,1,6892.62,49984157.37,49991049.99,127,qft -5770,SUCCESS,2,1,167.55,49991049.99,49991217.54,127,graphstate -5771,SUCCESS,2,1,31794.35,49991217.54,50023011.89,127,ae -5772,SUCCESS,2,1,33761,50023011.89,50056772.89,127,twolocalrandom -5773,SUCCESS,2,1,584.37,50056772.89,50057357.26,127,graphstate -5774,SUCCESS,2,1,6709.55,50057357.26,50064066.81,127,qpeexact -5775,SUCCESS,2,1,26561.3,50064066.81,50090628.11,127,qpeexact -5776,SUCCESS,2,1,468.89,50090628.11,50091097,127,portfolioqaoa -5777,SUCCESS,2,1,11768.55,50091097,50102865.55,127,qpeinexact -5778,SUCCESS,2,1,29686.88,50102865.55,50132552.43,127,twolocalrandom -5779,SUCCESS,2,1,56.64,50132552.43,50132609.07,127,wstate -5780,SUCCESS,2,1,54.77,50132609.07,50132663.84,127,graphstate -5782,SUCCESS,2,1,249.48,50132663.84,50132913.32,127,wstate -5783,SUCCESS,2,1,15219.89,50132913.32,50148133.21,127,twolocalrandom -5784,SUCCESS,2,1,2225.23,50148133.21,50150358.44,127,twolocalrandom -5785,SUCCESS,2,1,105.89,50150358.44,50150464.33,127,ghz -5786,SUCCESS,2,1,28200.67,50150464.33,50178665,127,qnn -5788,SUCCESS,2,1,242.8,50178665,50178907.8,127,wstate -5790,SUCCESS,2,1,67190.49,50178907.8,50246098.29,127,random -5791,SUCCESS,2,1,837.47,50246098.29,50246935.76,127,graphstate -5793,SUCCESS,2,1,8253.63,50246935.76,50255189.39,127,qft -5794,SUCCESS,2,1,8215.46,50255189.39,50263404.85,127,qftentangled -5795,SUCCESS,2,1,135.18,50263404.85,50263540.03,127,ghz -5796,SUCCESS,2,1,17359.97,50263540.03,50280900,127,qpeinexact -5797,SUCCESS,2,1,64772.38,50280900,50345672.38,127,random -5798,SUCCESS,2,1,6643.48,50345672.38,50352315.86,127,qpeexact -5799,SUCCESS,2,1,3031.58,50352315.86,50355347.44,127,wstate -5800,SUCCESS,2,1,2239.54,50355347.44,50357586.98,127,ghz -5801,SUCCESS,2,1,4968.33,50357586.98,50362555.31,127,ae -5802,SUCCESS,2,1,558.51,50362555.31,50363113.82,127,graphstate -5803,SUCCESS,2,1,13395.47,50363113.82,50376509.29,127,realamprandom -5805,SUCCESS,2,1,61462.45,50376509.29,50437971.74,127,random -5806,SUCCESS,2,1,11187.9,50437971.74,50449159.64,127,realamprandom -5807,SUCCESS,2,1,31854.6,50449159.64,50481014.24,127,realamprandom -5808,SUCCESS,2,1,26170.16,50481014.24,50507184.4,127,su2random -5809,SUCCESS,2,1,1171.12,50507184.4,50508355.52,127,wstate -5810,SUCCESS,2,1,437.85,50508355.52,50508793.37,127,wstate -5811,SUCCESS,2,1,470.62,50508793.37,50509263.99,127,graphstate -5813,SUCCESS,2,1,1943.16,50509263.99,50511207.15,127,realamprandom -5814,SUCCESS,2,1,1404.26,50511207.15,50512611.41,127,qpeinexact -5817,SUCCESS,2,1,2913.76,50512611.41,50515525.17,127,qnn -5819,SUCCESS,2,1,1539.87,50515525.17,50517065.04,127,wstate -5820,SUCCESS,2,1,3171.89,50517065.04,50520236.93,127,qpeexact -5821,SUCCESS,2,1,82760.09,50520236.93,50602997.02,127,random -5822,SUCCESS,2,1,205.3,50602997.02,50603202.32,127,graphstate -5823,SUCCESS,2,1,604.92,50603202.32,50603807.24,127,wstate -5824,SUCCESS,2,1,7504.09,50603807.24,50611311.33,127,qnn -5825,SUCCESS,2,1,13837.73,50611311.33,50625149.06,127,qpeinexact -5827,SUCCESS,2,1,5983.65,50625149.06,50631132.71,127,qnn -5828,SUCCESS,2,1,2857.66,50631132.71,50633990.37,127,qpeexact -5829,SUCCESS,2,1,1755.63,50633990.37,50635746,127,qft -5830,SUCCESS,2,1,202.51,50635746,50635948.51,127,ghz -5831,SUCCESS,2,1,3199.36,50635948.51,50639147.87,127,wstate -5832,SUCCESS,2,1,15042.9,50639147.87,50654190.77,127,random -5833,SUCCESS,2,1,2794.8,50654190.77,50656985.57,127,ghz -5834,SUCCESS,2,1,2329.39,50656985.57,50659314.96,127,dj -5836,SUCCESS,2,1,3816.96,50659314.96,50663131.92,127,random -5837,SUCCESS,2,1,33088.52,50663131.92,50696220.44,127,qpeexact -5838,SUCCESS,2,1,14426.15,50696220.44,50710646.59,127,su2random -5839,SUCCESS,2,1,202.47,50710646.59,50710849.06,127,wstate -5840,SUCCESS,2,1,7482.82,50710849.06,50718331.88,127,ae -5841,SUCCESS,2,1,25735.85,50718331.88,50744067.73,127,qft -5842,SUCCESS,2,1,28076.48,50744067.73,50772144.21,127,qpeinexact -5843,SUCCESS,2,1,145384.36,50772144.21,50917528.57,127,random -5844,SUCCESS,2,1,1368.51,50917528.57,50918897.08,127,pricingput -5845,SUCCESS,2,1,4828.24,50918897.08,50923725.32,127,qft -5846,SUCCESS,2,1,82286.1,50923725.32,51006011.42,127,random -5847,SUCCESS,2,1,1058.61,51006011.42,51007070.03,127,wstate -5848,SUCCESS,2,1,3569.02,51007070.03,51010639.05,127,wstate -5849,SUCCESS,2,1,871.93,51010639.05,51011510.98,127,graphstate -5850,SUCCESS,2,1,12401.53,51011510.98,51023912.51,127,qpeinexact -5851,SUCCESS,2,1,2566.25,51023912.51,51026478.76,127,su2random -5854,SUCCESS,2,1,288.03,51026478.76,51026766.79,127,wstate -5855,SUCCESS,2,1,1377.35,51026766.79,51028144.14,127,ghz -5856,SUCCESS,2,1,29755.3,51028144.14,51057899.44,127,qpeexact -5857,SUCCESS,2,1,457.78,51057899.44,51058357.22,127,dj -5858,SUCCESS,2,1,1220.11,51058357.22,51059577.33,127,qnn -5859,SUCCESS,2,1,925.43,51059577.33,51060502.76,127,realamprandom -5860,SUCCESS,2,1,12416.53,51060502.76,51072919.29,127,twolocalrandom -5861,SUCCESS,2,1,29345.04,51072919.29,51102264.33,127,su2random -5862,SUCCESS,2,1,28285.92,51102264.33,51130550.25,127,su2random -5863,SUCCESS,2,1,824.38,51130550.25,51131374.63,127,random -5864,SUCCESS,2,1,1825.76,51131374.63,51133200.39,127,qft -5865,SUCCESS,2,1,1892.05,51133200.39,51135092.44,127,qpeexact -5866,SUCCESS,2,1,26443.39,51135092.44,51161535.83,127,realamprandom -5869,SUCCESS,2,1,1448.19,51161535.83,51162984.02,127,wstate -5870,SUCCESS,2,1,3549.73,51162984.02,51166533.75,127,qnn -5871,SUCCESS,2,1,7010.07,51166533.75,51173543.82,127,qwalk-v-chain -5873,SUCCESS,2,1,1862.57,51173543.82,51175406.39,127,qftentangled -5874,SUCCESS,2,1,12981.66,51175406.39,51188388.05,127,realamprandom -5875,SUCCESS,2,1,12295.91,51188388.05,51200683.96,127,qpeinexact -5876,SUCCESS,2,1,1219.18,51200683.96,51201903.14,127,qft -5877,SUCCESS,2,1,601.3,51201903.14,51202504.44,127,qftentangled -5878,SUCCESS,2,1,2127.96,51202504.44,51204632.4,127,dj -5879,SUCCESS,2,1,131.05,51204632.4,51204763.45,127,wstate -5881,SUCCESS,2,1,36120.72,51204763.45,51240884.17,127,twolocalrandom -5882,SUCCESS,2,1,42632.14,51240884.17,51283516.31,127,random -5884,SUCCESS,2,1,26993.1,51283516.31,51310509.41,127,qpeexact -5885,SUCCESS,2,1,1304.15,51310509.41,51311813.56,127,portfolioqaoa -5887,SUCCESS,2,1,1373.19,51311813.56,51313186.75,127,qnn -5888,SUCCESS,2,1,880.4,51313186.75,51314067.15,127,wstate -5889,SUCCESS,2,1,16479.78,51314067.15,51330546.93,127,su2random -5890,SUCCESS,2,1,35833.03,51330546.93,51366379.96,127,random -5891,SUCCESS,2,1,49941.55,51366379.96,51416321.51,127,random -5892,SUCCESS,2,1,2909.76,51416321.51,51419231.27,127,dj -5893,SUCCESS,2,1,5784.48,51419231.27,51425015.75,127,qftentangled -5894,SUCCESS,2,1,20002.58,51425015.75,51445018.33,127,qft -5895,SUCCESS,2,1,4614.13,51445018.33,51449632.46,127,qpeinexact -5896,SUCCESS,2,1,1754.56,51449632.46,51451387.02,127,grover-v-chain -5897,SUCCESS,2,1,21129.21,51451387.02,51472516.23,127,realamprandom -5898,SUCCESS,2,1,1298.91,51472516.23,51473815.14,127,qftentangled -5899,SUCCESS,2,1,32116.71,51473815.14,51505931.85,127,realamprandom -5900,SUCCESS,2,1,233.03,51505931.85,51506164.88,127,wstate -5901,SUCCESS,2,1,5460.1,51506164.88,51511624.98,127,qpeinexact -5902,SUCCESS,2,1,755.69,51511624.98,51512380.67,127,wstate -5903,SUCCESS,2,1,1459.21,51512380.67,51513839.88,127,dj -5904,SUCCESS,2,1,1208.88,51513839.88,51515048.76,127,dj -5905,SUCCESS,2,1,254.05,51515048.76,51515302.81,127,graphstate -5908,SUCCESS,2,1,6731.6,51515302.81,51522034.41,127,ae -5909,SUCCESS,2,1,1746.11,51522034.41,51523780.52,127,qpeexact -5910,SUCCESS,2,1,1613.54,51523780.52,51525394.06,127,wstate -5911,SUCCESS,2,1,969.61,51525394.06,51526363.67,127,wstate -5912,SUCCESS,2,1,919.13,51526363.67,51527282.8,127,realamprandom -5913,SUCCESS,2,1,3286.05,51527282.8,51530568.85,127,qnn -5914,SUCCESS,2,1,119577.37,51530568.85,51650146.22,127,random -5916,SUCCESS,2,1,32959.27,51650146.22,51683105.49,127,su2random -5917,SUCCESS,2,1,58376.93,51683105.49,51741482.42,127,realamprandom -5918,SUCCESS,2,1,818.56,51741482.42,51742300.98,127,dj -5920,SUCCESS,2,1,1664.4,51742300.98,51743965.38,127,pricingcall -5922,SUCCESS,2,1,28125.97,51743965.38,51772091.35,127,twolocalrandom -5923,SUCCESS,2,1,27048.07,51772091.35,51799139.42,127,ae -5924,SUCCESS,2,1,1611.23,51799139.42,51800750.65,127,wstate -5926,SUCCESS,2,1,21554.87,51800750.65,51822305.52,127,random -5927,SUCCESS,2,1,2024.4,51822305.52,51824329.92,127,dj -5929,SUCCESS,2,1,8684.48,51824329.92,51833014.4,127,qpeinexact -5930,SUCCESS,2,1,165.62,51833014.4,51833180.02,127,tsp -5933,SUCCESS,2,1,1243.43,51833180.02,51834423.45,127,ghz -5934,SUCCESS,2,1,14397.42,51834423.45,51848820.87,127,qft -5936,SUCCESS,2,1,227.47,51848820.87,51849048.34,127,ghz -5937,SUCCESS,2,1,2161.33,51849048.34,51851209.67,127,qnn -5938,SUCCESS,2,1,2245.44,51851209.67,51853455.11,127,su2random -5939,SUCCESS,2,1,1684.28,51853455.11,51855139.39,127,realamprandom -5940,SUCCESS,2,1,1160.72,51855139.39,51856300.11,127,ghz -5941,SUCCESS,2,1,10375.8,51856300.11,51866675.91,127,ae -5942,SUCCESS,2,1,25479.76,51866675.91,51892155.67,127,su2random -5943,SUCCESS,2,1,409.45,51892155.67,51892565.12,127,qpeexact -5944,SUCCESS,2,1,142.2,51892565.12,51892707.32,127,graphstate -5945,SUCCESS,2,1,7317.82,51892707.32,51900025.14,127,qftentangled -5946,SUCCESS,2,1,3068.45,51900025.14,51903093.59,127,ae -5947,SUCCESS,2,1,1166.82,51903093.59,51904260.41,127,su2random -5949,SUCCESS,2,1,23718.35,51904260.41,51927978.76,127,twolocalrandom -5950,SUCCESS,2,1,1286.45,51927978.76,51929265.21,127,wstate -5951,SUCCESS,2,1,6356.68,51929265.21,51935621.89,127,ae -5952,SUCCESS,2,1,98.54,51935621.89,51935720.43,127,ghz -5953,SUCCESS,2,1,737.34,51935720.43,51936457.77,127,dj -5954,SUCCESS,2,1,24477.55,51936457.77,51960935.32,127,qpeinexact -5956,SUCCESS,2,1,15409.59,51960935.32,51976344.91,127,qftentangled -5957,SUCCESS,2,1,5106.91,51976344.91,51981451.82,127,twolocalrandom -5958,SUCCESS,2,1,4516.07,51981451.82,51985967.89,127,qft -5959,SUCCESS,2,1,548.82,51985967.89,51986516.71,127,qaoa -5961,SUCCESS,2,1,3282.2,51986516.71,51989798.91,127,realamprandom -5962,SUCCESS,2,1,1413.01,51989798.91,51991211.92,127,portfolioqaoa -5963,SUCCESS,2,1,33203.63,51991211.92,52024415.55,127,twolocalrandom -5964,SUCCESS,2,1,273.13,52024415.55,52024688.68,127,ghz -5965,SUCCESS,2,1,1021.2,52024688.68,52025709.88,127,ghz -5966,SUCCESS,2,1,1380.06,52025709.88,52027089.94,127,dj -5969,SUCCESS,2,1,2420.76,52027089.94,52029510.7,127,qpeinexact -5970,SUCCESS,2,1,6006.51,52029510.7,52035517.21,127,twolocalrandom -5973,SUCCESS,2,1,396.2,52035517.21,52035913.41,127,groundstate -5974,SUCCESS,2,1,154.51,52035913.41,52036067.92,127,graphstate -5976,SUCCESS,2,1,2965.38,52036067.92,52039033.3,127,qft -5977,SUCCESS,2,1,12991.16,52039033.3,52052024.46,127,qwalk-v-chain -5978,SUCCESS,2,1,29312.62,52052024.46,52081337.08,127,realamprandom -5979,SUCCESS,2,1,118.63,52081337.08,52081455.71,127,ghz -5980,SUCCESS,2,1,31813.28,52081455.71,52113268.99,127,ae -5981,SUCCESS,2,1,1368.02,52113268.99,52114637.01,127,groundstate -5982,SUCCESS,2,1,708.6,52114637.01,52115345.61,127,ghz -5983,SUCCESS,2,1,73.2,52115345.61,52115418.81,127,ghz -5984,SUCCESS,2,1,10524.89,52115418.81,52125943.7,127,ae -5985,SUCCESS,2,1,795.98,52125943.7,52126739.68,127,qft -5986,SUCCESS,2,1,577.27,52126739.68,52127316.95,127,qpeinexact -5987,SUCCESS,2,1,683.82,52127316.95,52128000.77,127,wstate -5988,SUCCESS,2,1,106.17,52128000.77,52128106.94,127,dj -5989,SUCCESS,2,1,6884.16,52128106.94,52134991.1,127,qpeexact -5990,SUCCESS,2,1,48582.73,52134991.1,52183573.83,127,su2random -5991,SUCCESS,2,1,14762.88,52183573.83,52198336.71,127,qpeinexact -5992,SUCCESS,2,1,388.81,52198336.71,52198725.52,127,graphstate -5993,SUCCESS,2,1,6904.34,52198725.52,52205629.86,127,twolocalrandom -5994,SUCCESS,2,1,140.1,52205629.86,52205769.96,127,graphstate -5996,SUCCESS,2,1,147.15,52205769.96,52205917.11,127,graphstate -5997,SUCCESS,2,1,25960.98,52205917.11,52231878.09,127,qft -5999,SUCCESS,2,1,44.46,52231878.09,52231922.55,127,ghz -6000,SUCCESS,2,1,36.68,52231922.55,52231959.23,127,graphstate -6001,SUCCESS,2,1,83.13,52231959.23,52232042.36,127,ghz -6002,SUCCESS,2,1,67911.17,52232042.36,52299953.53,127,twolocalrandom -6003,SUCCESS,2,1,6249.17,52299953.53,52306202.7,127,twolocalrandom -6004,SUCCESS,2,1,27206.13,52306202.7,52333408.83,127,ae -6006,SUCCESS,2,1,3455.96,52333408.83,52336864.79,127,su2random -6008,SUCCESS,2,1,2126.13,52336864.79,52338990.92,127,portfolioqaoa -6010,SUCCESS,2,1,27712.08,52338990.92,52366703,127,ae -6012,SUCCESS,2,1,17468.5,52366703,52384171.5,127,qnn -6013,SUCCESS,2,1,45824.98,52384171.5,52429996.48,127,qnn -6014,SUCCESS,2,1,4340.64,52429996.48,52434337.12,127,qpeexact -6015,SUCCESS,2,1,14591.1,52434337.12,52448928.22,127,twolocalrandom -6016,SUCCESS,2,1,1026.73,52448928.22,52449954.95,127,portfolioqaoa -6017,SUCCESS,2,1,390.93,52449954.95,52450345.88,127,dj -6018,SUCCESS,2,1,116.84,52450345.88,52450462.72,127,graphstate -6020,SUCCESS,2,1,697.66,52450462.72,52451160.38,127,qpeinexact -6022,SUCCESS,2,1,1999.18,52451160.38,52453159.56,127,dj -6023,SUCCESS,2,1,9489.98,52453159.56,52462649.54,127,twolocalrandom -6024,SUCCESS,2,1,458.11,52462649.54,52463107.65,127,dj -6025,SUCCESS,2,1,1174.21,52463107.65,52464281.86,127,ghz -6026,SUCCESS,2,1,11169.53,52464281.86,52475451.39,127,qpeinexact -6027,SUCCESS,2,1,6534.86,52475451.39,52481986.25,127,qft -6028,SUCCESS,2,1,22914.45,52481986.25,52504900.7,127,qpeexact -6029,SUCCESS,2,1,24632.68,52504900.7,52529533.38,127,realamprandom -6030,SUCCESS,2,1,659.53,52529533.38,52530192.91,127,graphstate -6031,SUCCESS,2,1,549.58,52530192.91,52530742.49,127,qpeexact -6032,SUCCESS,2,1,1280.86,52530742.49,52532023.35,127,portfoliovqe -6033,SUCCESS,2,1,1091.92,52532023.35,52533115.27,127,wstate -6035,SUCCESS,2,1,4287.93,52533115.27,52537403.2,127,qnn -6036,SUCCESS,2,1,95852.74,52537403.2,52633255.94,127,random -6040,SUCCESS,2,1,23628.73,52633255.94,52656884.67,127,ae -6041,SUCCESS,2,1,263.67,52656884.67,52657148.34,127,graphstate -6042,SUCCESS,2,1,12541.05,52657148.34,52669689.39,127,qft -6043,SUCCESS,2,1,587.12,52669689.39,52670276.51,127,qpeexact -6044,SUCCESS,2,1,336.1,52670276.51,52670612.61,127,qft -6046,SUCCESS,2,1,7684.89,52670612.61,52678297.5,127,qnn -6047,SUCCESS,2,1,9726.31,52678297.5,52688023.81,127,twolocalrandom -6048,SUCCESS,2,1,1966.55,52688023.81,52689990.36,127,dj -6050,SUCCESS,2,1,28321.77,52689990.36,52718312.13,127,twolocalrandom -6052,SUCCESS,2,1,609.62,52718312.13,52718921.75,127,portfoliovqe -6053,SUCCESS,2,1,27759.23,52718921.75,52746680.98,127,su2random -6054,SUCCESS,2,1,973.7,52746680.98,52747654.68,127,ghz -6055,SUCCESS,2,1,9650,52747654.68,52757304.68,127,qpeinexact -6056,SUCCESS,2,1,2712.06,52757304.68,52760016.74,127,su2random -6057,SUCCESS,2,1,51.51,52760016.74,52760068.25,127,graphstate -6058,SUCCESS,2,1,35494.2,52760068.25,52795562.45,127,ae -6059,SUCCESS,2,1,5644.23,52795562.45,52801206.68,127,ae -6060,SUCCESS,2,1,2764.37,52801206.68,52803971.05,127,qpeexact -6061,SUCCESS,2,1,1424.38,52803971.05,52805395.43,127,su2random -6062,SUCCESS,2,1,1656.62,52805395.43,52807052.05,127,dj -6063,SUCCESS,2,1,10232.41,52807052.05,52817284.46,127,qftentangled -6064,SUCCESS,2,1,13097.7,52817284.46,52830382.16,127,qpeexact -6065,SUCCESS,2,1,2244.48,52830382.16,52832626.64,127,twolocalrandom -6066,SUCCESS,2,1,379.59,52832626.64,52833006.23,127,su2random -6067,SUCCESS,2,1,367.17,52833006.23,52833373.4,127,graphstate -6068,SUCCESS,2,1,9463.03,52833373.4,52842836.43,127,qpeexact -6069,SUCCESS,2,1,3794.58,52842836.43,52846631.01,127,wstate -6070,SUCCESS,2,1,19567.03,52846631.01,52866198.04,127,ae -6071,SUCCESS,2,1,165.81,52866198.04,52866363.85,127,graphstate -6072,SUCCESS,2,1,26472.84,52866363.85,52892836.69,127,qft -6073,SUCCESS,2,1,6476.78,52892836.69,52899313.47,127,qnn -6075,SUCCESS,2,1,581.07,52899313.47,52899894.54,127,dj -6076,SUCCESS,2,1,49.25,52899894.54,52899943.79,127,graphstate -6078,SUCCESS,2,1,2480.09,52899943.79,52902423.88,127,qpeinexact -6079,SUCCESS,2,1,33913.65,52902423.88,52936337.53,127,random -6080,SUCCESS,2,1,314.27,52936337.53,52936651.8,127,graphstate -6081,SUCCESS,2,1,4097.3,52936651.8,52940749.1,127,qft -6083,SUCCESS,2,1,1152.42,52940749.1,52941901.52,127,qnn -6084,SUCCESS,2,1,2924.88,52941901.52,52944826.4,127,qftentangled -6086,SUCCESS,2,1,63.05,52944826.4,52944889.45,127,ghz -6090,SUCCESS,2,1,978.01,52944889.45,52945867.46,127,graphstate -6091,SUCCESS,2,1,3046.26,52945867.46,52948913.72,127,wstate -6092,SUCCESS,2,1,187.31,52948913.72,52949101.03,127,wstate -6093,SUCCESS,2,1,20591.3,52949101.03,52969692.33,127,qpeexact -6094,SUCCESS,2,1,829.74,52969692.33,52970522.07,127,dj -6095,SUCCESS,2,1,4569.57,52970522.07,52975091.64,127,qpeexact -6096,SUCCESS,2,1,43566.39,52975091.64,53018658.03,127,random -6097,SUCCESS,2,1,8171.74,53018658.03,53026829.77,127,qnn -6098,SUCCESS,2,1,2590.08,53026829.77,53029419.85,127,twolocalrandom -6099,SUCCESS,2,1,1159.9,53029419.85,53030579.75,127,su2random -6100,SUCCESS,2,1,252.18,53030579.75,53030831.93,127,dj -6103,SUCCESS,2,1,20605.83,53030831.93,53051437.76,127,ae -6104,SUCCESS,2,1,588,53051437.76,53052025.76,127,su2random -6106,SUCCESS,2,1,30726.05,53052025.76,53082751.81,127,realamprandom -6107,SUCCESS,2,1,444.78,53082751.81,53083196.59,127,wstate -6108,SUCCESS,2,1,4498.62,53083196.59,53087695.21,127,wstate -6109,SUCCESS,2,1,20703.48,53087695.21,53108398.69,127,random -6111,SUCCESS,2,1,3082.35,53108398.69,53111481.04,127,qftentangled -6112,SUCCESS,2,1,43982.72,53111481.04,53155463.76,127,random -6114,SUCCESS,2,1,42097.03,53155463.76,53197560.79,127,random -6115,SUCCESS,2,1,948.06,53197560.79,53198508.85,127,ae -6116,SUCCESS,2,1,2217.74,53198508.85,53200726.59,127,dj -6117,SUCCESS,2,1,1850.85,53200726.59,53202577.44,127,ae -6118,SUCCESS,2,1,1454.82,53202577.44,53204032.26,127,dj -6121,SUCCESS,2,1,265.82,53204032.26,53204298.08,127,ghz -6122,SUCCESS,2,1,3645.24,53204298.08,53207943.32,127,wstate -6123,SUCCESS,2,1,371.66,53207943.32,53208314.98,127,dj -6126,SUCCESS,2,1,2224.21,53208314.98,53210539.19,127,qpeexact -6129,SUCCESS,2,1,6699.31,53210539.19,53217238.5,127,twolocalrandom -6132,SUCCESS,2,1,372.99,53217238.5,53217611.49,127,ghz -6133,SUCCESS,2,1,4244.34,53217611.49,53221855.83,127,realamprandom -6134,SUCCESS,2,1,17480.05,53221855.83,53239335.88,127,qpeexact -6135,SUCCESS,2,1,4373.6,53239335.88,53243709.48,127,qpeinexact -6137,SUCCESS,2,1,13870.68,53243709.48,53257580.16,127,twolocalrandom -6138,SUCCESS,2,1,299.78,53257580.16,53257879.94,127,graphstate -6139,SUCCESS,2,1,43977.51,53257879.94,53301857.45,127,su2random -6140,SUCCESS,2,1,495.13,53301857.45,53302352.58,127,graphstate -6142,SUCCESS,2,1,5078.43,53302352.58,53307431.01,127,ae -6143,SUCCESS,2,1,759.31,53307431.01,53308190.32,127,graphstate -6144,SUCCESS,2,1,966.39,53308190.32,53309156.71,127,ae -6145,SUCCESS,2,1,19833.21,53309156.71,53328989.92,127,qpeinexact -6146,SUCCESS,2,1,161.83,53328989.92,53329151.75,127,graphstate -6147,SUCCESS,2,1,23426.94,53329151.75,53352578.69,127,qpeexact -6148,SUCCESS,2,1,14060.06,53352578.69,53366638.75,127,qpeinexact -6149,SUCCESS,2,1,1451.8,53366638.75,53368090.55,127,realamprandom -6150,SUCCESS,2,1,9872.67,53368090.55,53377963.22,127,ae -6151,SUCCESS,2,1,425.67,53377963.22,53378388.89,127,graphstate -6153,SUCCESS,2,1,856.71,53378388.89,53379245.6,127,dj -6154,SUCCESS,2,1,70706.36,53379245.6,53449951.96,127,su2random -6155,SUCCESS,2,1,3520.86,53449951.96,53453472.82,127,dj -6156,SUCCESS,2,1,19350.3,53453472.82,53472823.12,127,random -6158,SUCCESS,2,1,9101.84,53472823.12,53481924.96,127,qnn -6159,SUCCESS,2,1,27496.17,53481924.96,53509421.13,127,qpeinexact -6160,SUCCESS,2,1,1273.15,53509421.13,53510694.28,127,su2random -6161,SUCCESS,2,1,13925.68,53510694.28,53524619.96,127,qnn -6162,SUCCESS,2,1,22931.99,53524619.96,53547551.95,127,ae -6163,SUCCESS,2,1,503.8,53547551.95,53548055.75,127,graphstate -6164,SUCCESS,2,1,111.1,53548055.75,53548166.85,127,wstate -6165,SUCCESS,2,1,604.21,53548166.85,53548771.06,127,graphstate -6166,SUCCESS,2,1,26615.82,53548771.06,53575386.88,127,qft -6167,SUCCESS,2,1,1124.79,53575386.88,53576511.67,127,ghz -6170,SUCCESS,2,1,5463.14,53576511.67,53581974.81,127,qft -6171,SUCCESS,2,1,3266.22,53581974.81,53585241.03,127,realamprandom -6172,SUCCESS,2,1,198.57,53585241.03,53585439.6,127,wstate -6173,SUCCESS,2,1,516.9,53585439.6,53585956.5,127,portfolioqaoa -6174,SUCCESS,2,1,8246.79,53585956.5,53594203.29,127,qpeexact -6175,SUCCESS,2,1,109.73,53594203.29,53594313.02,127,ghz -6176,SUCCESS,2,1,32707.73,53594313.02,53627020.75,127,twolocalrandom -6177,SUCCESS,2,1,90.98,53627020.75,53627111.73,127,dj -6179,SUCCESS,2,1,111110.15,53627111.73,53738221.88,127,random -6180,SUCCESS,2,1,1278.49,53738221.88,53739500.37,127,wstate -6181,SUCCESS,2,1,582.24,53739500.37,53740082.61,127,qpeinexact -6182,SUCCESS,2,1,3482.06,53740082.61,53743564.67,127,qft -6183,SUCCESS,2,1,315.72,53743564.67,53743880.39,127,wstate -6184,SUCCESS,2,1,8956.81,53743880.39,53752837.2,127,ae -6185,SUCCESS,2,1,51510.18,53752837.2,53804347.38,127,realamprandom -6186,SUCCESS,2,1,2928.05,53804347.38,53807275.43,127,qpeinexact -6188,SUCCESS,2,1,126.69,53807275.43,53807402.12,127,graphstate -6189,SUCCESS,2,1,2808.16,53807402.12,53810210.28,127,su2random -6191,SUCCESS,2,1,47041.54,53810210.28,53857251.82,127,twolocalrandom -6194,SUCCESS,2,1,443.15,53857251.82,53857694.97,127,graphstate -6196,SUCCESS,2,1,10756.48,53857694.97,53868451.45,127,random -6197,SUCCESS,2,1,1395.06,53868451.45,53869846.51,127,ghz -6198,SUCCESS,2,1,3587.63,53869846.51,53873434.14,127,qpeinexact -6199,SUCCESS,2,1,2327.87,53873434.14,53875762.01,127,random -6201,SUCCESS,2,1,6742.16,53875762.01,53882504.17,127,qpeinexact -6202,SUCCESS,2,1,9234.73,53882504.17,53891738.9,127,qft -6203,SUCCESS,2,1,4086.1,53891738.9,53895825,127,qnn -6204,SUCCESS,2,1,1746.48,53895825,53897571.48,127,random -6206,SUCCESS,2,1,12161.45,53897571.48,53909732.93,127,qft -6207,SUCCESS,2,1,27005.83,53909732.93,53936738.76,127,qpeinexact -6209,SUCCESS,2,1,7486.07,53936738.76,53944224.83,127,qpeinexact -6210,SUCCESS,2,1,1321.42,53944224.83,53945546.25,127,wstate -6211,SUCCESS,2,1,42926.66,53945546.25,53988472.91,127,twolocalrandom -6212,SUCCESS,2,1,281.29,53988472.91,53988754.2,127,dj -6213,SUCCESS,2,1,22728.63,53988754.2,54011482.83,127,qpeexact -6214,SUCCESS,2,1,1613.59,54011482.83,54013096.42,127,qnn -6215,SUCCESS,2,1,892.46,54013096.42,54013988.88,127,dj -6217,SUCCESS,2,1,2380.24,54013988.88,54016369.12,127,realamprandom -6218,SUCCESS,2,1,17480.76,54016369.12,54033849.88,127,twolocalrandom -6219,SUCCESS,2,1,23885.92,54033849.88,54057735.8,127,twolocalrandom -6220,SUCCESS,2,1,12146.79,54057735.8,54069882.59,127,qwalk-v-chain -6221,SUCCESS,2,1,1974.55,54069882.59,54071857.14,127,twolocalrandom -6222,SUCCESS,2,1,14105.34,54071857.14,54085962.48,127,qftentangled -6223,SUCCESS,2,1,38.19,54085962.48,54086000.67,127,graphstate -6224,SUCCESS,2,1,547.62,54086000.67,54086548.29,127,graphstate -6225,SUCCESS,2,1,663.42,54086548.29,54087211.71,127,graphstate -6226,SUCCESS,2,1,2238.7,54087211.71,54089450.41,127,dj -6227,SUCCESS,2,1,1901.07,54089450.41,54091351.48,127,graphstate -6228,SUCCESS,2,1,21089.74,54091351.48,54112441.22,127,realamprandom -6230,SUCCESS,2,1,735.17,54112441.22,54113176.39,127,dj -6231,SUCCESS,2,1,1934.96,54113176.39,54115111.35,127,dj -6233,SUCCESS,2,1,2993.8,54115111.35,54118105.15,127,twolocalrandom -6236,SUCCESS,2,1,10013.86,54118105.15,54128119.01,127,qpeexact -6238,SUCCESS,2,1,24032.9,54128119.01,54152151.91,127,qpeexact -6239,SUCCESS,2,1,1685.37,54152151.91,54153837.28,127,qft -6242,SUCCESS,2,1,2024.14,54153837.28,54155861.42,127,wstate -6243,SUCCESS,2,1,4520.49,54155861.42,54160381.91,127,ghz -6244,SUCCESS,2,1,11484.15,54160381.91,54171866.06,127,qpeinexact -6245,SUCCESS,2,1,642.37,54171866.06,54172508.43,127,ghz -6247,SUCCESS,2,1,8241.94,54172508.43,54180750.37,127,su2random -6249,SUCCESS,2,1,4011.28,54180750.37,54184761.65,127,qpeexact -6252,SUCCESS,2,1,4641.08,54184761.65,54189402.73,127,qft -6253,SUCCESS,2,1,2383.22,54189402.73,54191785.95,127,dj -6254,SUCCESS,2,1,2704.19,54191785.95,54194490.14,127,qpeexact -6255,SUCCESS,2,1,3821.76,54194490.14,54198311.9,127,wstate -6256,SUCCESS,2,1,241.42,54198311.9,54198553.32,127,dj -6258,SUCCESS,2,1,12846.89,54198553.32,54211400.21,127,qnn -6259,SUCCESS,2,1,4193.54,54211400.21,54215593.75,127,random -6260,SUCCESS,2,1,10014.73,54215593.75,54225608.48,127,realamprandom -6263,SUCCESS,2,1,187.32,54225608.48,54225795.8,127,qpeexact -6264,SUCCESS,2,1,556.87,54225795.8,54226352.67,127,dj -6265,SUCCESS,2,1,41.71,54226352.67,54226394.38,127,ghz -6267,SUCCESS,2,1,1210.96,54226394.38,54227605.34,127,dj -6268,SUCCESS,2,1,1439.19,54227605.34,54229044.53,127,qftentangled -6269,SUCCESS,2,1,135.49,54229044.53,54229180.02,127,graphstate -6270,SUCCESS,2,1,1256.68,54229180.02,54230436.7,127,ghz -6271,SUCCESS,2,1,1100.3,54230436.7,54231537,127,wstate -6274,SUCCESS,2,1,20006.24,54231537,54251543.24,127,ae -6276,SUCCESS,2,1,1537.96,54251543.24,54253081.2,127,groundstate -6277,SUCCESS,2,1,3195.38,54253081.2,54256276.58,127,qft -6280,SUCCESS,2,1,935.53,54256276.58,54257212.11,127,qft -6281,SUCCESS,2,1,1279.2,54257212.11,54258491.31,127,qpeinexact -6282,SUCCESS,2,1,247.23,54258491.31,54258738.54,127,ghz -6283,SUCCESS,2,1,1874.9,54258738.54,54260613.44,127,qpeexact -6287,SUCCESS,2,1,16356.04,54260613.44,54276969.48,127,ae -6288,SUCCESS,2,1,5314.69,54276969.48,54282284.17,127,qpeinexact -6289,SUCCESS,2,1,230.15,54282284.17,54282514.32,127,dj -6291,SUCCESS,2,1,129.76,54282514.32,54282644.08,127,graphstate -6292,SUCCESS,2,1,322.95,54282644.08,54282967.03,127,ghz -6293,SUCCESS,2,1,30782.65,54282967.03,54313749.68,127,qft -6294,SUCCESS,2,1,13050.66,54313749.68,54326800.34,127,qpeinexact -6296,SUCCESS,2,1,10453.07,54326800.34,54337253.41,127,random -6297,SUCCESS,2,1,558.71,54337253.41,54337812.12,127,graphstate -6299,SUCCESS,2,1,253.09,54337812.12,54338065.21,127,wstate -6300,SUCCESS,2,1,1202.67,54338065.21,54339267.88,127,groundstate -6301,SUCCESS,2,1,305.85,54339267.88,54339573.73,127,graphstate -6302,SUCCESS,2,1,23995.58,54339573.73,54363569.31,127,qpeinexact -6303,SUCCESS,2,1,1746.75,54363569.31,54365316.06,127,qpeinexact -6304,SUCCESS,2,1,320.19,54365316.06,54365636.25,127,dj -6306,SUCCESS,2,1,2177.52,54365636.25,54367813.77,127,qftentangled -6309,SUCCESS,2,1,16429.8,54367813.77,54384243.57,127,su2random -6310,SUCCESS,2,1,462.73,54384243.57,54384706.3,127,wstate -6311,SUCCESS,2,1,5630.82,54384706.3,54390337.12,127,qnn -6312,SUCCESS,2,1,1660.41,54390337.12,54391997.53,127,qnn -6313,SUCCESS,2,1,258.59,54391997.53,54392256.12,127,dj -6314,SUCCESS,2,1,8815.23,54392256.12,54401071.35,127,qft -6315,SUCCESS,2,1,2969.84,54401071.35,54404041.19,127,ae -6316,SUCCESS,2,1,15105.59,54404041.19,54419146.78,127,su2random -6317,SUCCESS,2,1,1444.35,54419146.78,54420591.13,127,qftentangled -6318,SUCCESS,2,1,13392.48,54420591.13,54433983.61,127,su2random -6320,SUCCESS,2,1,20609.23,54433983.61,54454592.84,127,qpeinexact -6321,SUCCESS,2,1,2836.8,54454592.84,54457429.64,127,twolocalrandom -6323,SUCCESS,2,1,4008.53,54457429.64,54461438.17,127,ae -6324,SUCCESS,2,1,393.39,54461438.17,54461831.56,127,ghz -6326,SUCCESS,2,1,12810.84,54461831.56,54474642.4,127,su2random -6327,SUCCESS,2,1,21343.81,54474642.4,54495986.21,127,random -6328,SUCCESS,2,1,396.17,54495986.21,54496382.38,127,graphstate -6329,SUCCESS,2,1,42895,54496382.38,54539277.38,127,twolocalrandom -6330,SUCCESS,2,1,5555.07,54539277.38,54544832.45,127,qft -6331,SUCCESS,2,1,10381.99,54544832.45,54555214.44,127,qpeinexact -6332,SUCCESS,2,1,14464.9,54555214.44,54569679.34,127,qpeinexact -6333,SUCCESS,2,1,11440.71,54569679.34,54581120.05,127,ae -6335,SUCCESS,2,1,741.28,54581120.05,54581861.33,127,graphstate -6336,SUCCESS,2,1,2627.17,54581861.33,54584488.5,127,portfoliovqe -6337,SUCCESS,2,1,112.24,54584488.5,54584600.74,127,graphstate -6338,SUCCESS,2,1,12748.32,54584600.74,54597349.06,127,qftentangled -6339,SUCCESS,2,1,4286.87,54597349.06,54601635.93,127,qpeexact -6340,SUCCESS,2,1,38459.5,54601635.93,54640095.43,127,qpeexact -6342,SUCCESS,2,1,778.71,54640095.43,54640874.14,127,wstate -6343,SUCCESS,2,1,14898.98,54640874.14,54655773.12,127,qftentangled -6344,SUCCESS,2,1,3128.7,54655773.12,54658901.82,127,wstate -6345,SUCCESS,2,1,34119.94,54658901.82,54693021.76,127,twolocalrandom -6348,SUCCESS,2,1,17972.42,54693021.76,54710994.18,127,ae -6349,SUCCESS,2,1,325.89,54710994.18,54711320.07,127,dj -6350,SUCCESS,2,1,2513.21,54711320.07,54713833.28,127,su2random -6352,SUCCESS,2,1,16226.29,54713833.28,54730059.57,127,qft -6353,SUCCESS,2,1,444.16,54730059.57,54730503.73,127,twolocalrandom -6354,SUCCESS,2,1,1775.93,54730503.73,54732279.66,127,qft -6355,SUCCESS,2,1,192.75,54732279.66,54732472.41,127,graphstate -6356,SUCCESS,2,1,553.95,54732472.41,54733026.36,127,graphstate -6358,SUCCESS,2,1,164.55,54733026.36,54733190.91,127,graphstate -6362,SUCCESS,2,1,23602.73,54733190.91,54756793.64,127,twolocalrandom -6363,SUCCESS,2,1,758.11,54756793.64,54757551.75,127,realamprandom -6364,SUCCESS,2,1,21171.71,54757551.75,54778723.46,127,qwalk-noancilla -6365,SUCCESS,2,1,9094.75,54778723.46,54787818.21,127,twolocalrandom -6366,SUCCESS,2,1,17817.19,54787818.21,54805635.4,127,twolocalrandom -6367,SUCCESS,2,1,888.22,54805635.4,54806523.62,127,ghz -6368,SUCCESS,2,1,1174.32,54806523.62,54807697.94,127,qftentangled -6369,SUCCESS,2,1,99.99,54807697.94,54807797.93,127,ghz -6370,SUCCESS,2,1,383.05,54807797.93,54808180.98,127,dj -6373,SUCCESS,2,1,15437.71,54808180.98,54823618.69,127,qftentangled -6374,SUCCESS,2,1,16500.87,54823618.69,54840119.56,127,random -6376,SUCCESS,2,1,1191.31,54840119.56,54841310.87,127,twolocalrandom -6377,SUCCESS,2,1,788.07,54841310.87,54842098.94,127,qftentangled -6378,SUCCESS,2,1,414.53,54842098.94,54842513.47,127,qpeexact -6381,SUCCESS,2,1,2076.05,54842513.47,54844589.52,127,wstate -6382,SUCCESS,2,1,148.27,54844589.52,54844737.79,127,wstate -6383,SUCCESS,2,1,14116.47,54844737.79,54858854.26,127,qnn -6384,SUCCESS,2,1,1946.75,54858854.26,54860801.01,127,twolocalrandom -6385,SUCCESS,2,1,3059.6,54860801.01,54863860.61,127,ghz -6387,SUCCESS,2,1,3892.15,54863860.61,54867752.76,127,qnn -6389,SUCCESS,2,1,21701.8,54867752.76,54889454.56,127,qftentangled -6390,SUCCESS,2,1,68.72,54889454.56,54889523.28,127,graphstate -6391,SUCCESS,2,1,6550.04,54889523.28,54896073.32,127,qpeexact -6392,SUCCESS,2,1,163.6,54896073.32,54896236.92,127,ghz -6393,SUCCESS,2,1,2634.92,54896236.92,54898871.84,127,su2random -6395,SUCCESS,2,1,15691.43,54898871.84,54914563.27,127,twolocalrandom -6396,SUCCESS,2,1,8405.05,54914563.27,54922968.32,127,qnn -6398,SUCCESS,2,1,16108.28,54922968.32,54939076.6,127,qnn -6399,SUCCESS,2,1,15156.86,54939076.6,54954233.46,127,ae -6400,SUCCESS,2,1,3589.38,54954233.46,54957822.84,127,qnn -6401,SUCCESS,2,1,5309.9,54957822.84,54963132.74,127,qpeexact -6402,SUCCESS,2,1,1613.06,54963132.74,54964745.8,127,qftentangled -6404,SUCCESS,2,1,3399.7,54964745.8,54968145.5,127,ghz -6405,SUCCESS,2,1,989.77,54968145.5,54969135.27,127,portfoliovqe -6406,SUCCESS,2,1,1092.96,54969135.27,54970228.23,127,graphstate -6407,SUCCESS,2,1,62959.96,54970228.23,55033188.19,127,su2random -6409,SUCCESS,2,1,1591.51,55033188.19,55034779.7,127,ae -6410,SUCCESS,2,1,20381.72,55034779.7,55055161.42,127,qftentangled -6411,SUCCESS,2,1,27166.81,55055161.42,55082328.23,127,random -6412,SUCCESS,2,1,4092.8,55082328.23,55086421.03,127,wstate -6413,SUCCESS,2,1,244.02,55086421.03,55086665.05,127,wstate -6414,SUCCESS,2,1,2780.5,55086665.05,55089445.55,127,qft -6415,SUCCESS,2,1,106.93,55089445.55,55089552.48,127,ghz -6419,SUCCESS,2,1,1337.09,55089552.48,55090889.57,127,portfoliovqe -6420,SUCCESS,2,1,92382.6,55090889.57,55183272.17,127,qwalk-noancilla -6421,SUCCESS,2,1,36955.53,55183272.17,55220227.7,127,su2random -6422,SUCCESS,2,1,90.85,55220227.7,55220318.55,127,graphstate -6423,SUCCESS,2,1,1127.56,55220318.55,55221446.11,127,su2random -6425,SUCCESS,2,1,20197.74,55221446.11,55241643.85,127,realamprandom -6426,SUCCESS,2,1,3272.98,55241643.85,55244916.83,127,dj -6427,SUCCESS,2,1,322.17,55244916.83,55245239,127,ghz -6428,SUCCESS,2,1,62453.81,55245239,55307692.81,127,realamprandom -6430,SUCCESS,2,1,45587.43,55307692.81,55353280.24,127,realamprandom -6431,SUCCESS,2,1,5140.21,55353280.24,55358420.45,127,qpeinexact -6432,SUCCESS,2,1,10051.13,55358420.45,55368471.58,127,twolocalrandom -6433,SUCCESS,2,1,4314.09,55368471.58,55372785.67,127,qftentangled -6434,SUCCESS,2,1,25665.77,55372785.67,55398451.44,127,qftentangled -6435,SUCCESS,2,1,1103.52,55398451.44,55399554.96,127,pricingcall -6436,SUCCESS,2,1,12473.34,55399554.96,55412028.3,127,random -6437,SUCCESS,2,1,907.82,55412028.3,55412936.12,127,wstate -6439,SUCCESS,2,1,422.36,55412936.12,55413358.48,127,graphstate -6440,SUCCESS,2,1,2971.19,55413358.48,55416329.67,127,random -6441,SUCCESS,2,1,9301.56,55416329.67,55425631.23,127,qft -6442,SUCCESS,2,1,45223.28,55425631.23,55470854.51,127,qpeinexact -6443,SUCCESS,2,1,2191.36,55470854.51,55473045.87,127,twolocalrandom -6444,SUCCESS,2,1,6468.47,55473045.87,55479514.34,127,qnn -6445,SUCCESS,2,1,11987.27,55479514.34,55491501.61,127,qft -6446,SUCCESS,2,1,258.4,55491501.61,55491760.01,127,graphstate -6447,SUCCESS,2,1,27130.08,55491760.01,55518890.09,127,twolocalrandom -6448,SUCCESS,2,1,229.03,55518890.09,55519119.12,127,ghz -6449,SUCCESS,2,1,42857.12,55519119.12,55561976.24,127,su2random -6450,SUCCESS,2,1,6947.83,55561976.24,55568924.07,127,qpeinexact -6453,SUCCESS,2,1,125.48,55568924.07,55569049.55,127,vqe -6454,SUCCESS,2,1,3656.95,55569049.55,55572706.5,127,twolocalrandom -6455,SUCCESS,2,1,46.01,55572706.5,55572752.51,127,routing -6456,SUCCESS,2,1,29785.7,55572752.51,55602538.21,127,qft -6457,SUCCESS,2,1,17980.97,55602538.21,55620519.18,127,qftentangled -6458,SUCCESS,2,1,994.57,55620519.18,55621513.75,127,twolocalrandom -6459,SUCCESS,2,1,2197.37,55621513.75,55623711.12,127,dj -6461,SUCCESS,2,1,4732.88,55623711.12,55628444,127,twolocalrandom -6462,SUCCESS,2,1,233.24,55628444,55628677.24,127,vqe -6463,SUCCESS,2,1,4399.93,55628677.24,55633077.17,127,qwalk-v-chain -6464,SUCCESS,2,1,835.14,55633077.17,55633912.31,127,qft -6465,SUCCESS,2,1,1288.32,55633912.31,55635200.63,127,pricingcall -6466,SUCCESS,2,1,24313.97,55635200.63,55659514.6,127,su2random -6467,SUCCESS,2,1,601.5,55659514.6,55660116.1,127,dj -6468,SUCCESS,2,1,2726.9,55660116.1,55662843,127,qpeexact -6469,SUCCESS,2,1,34458.88,55662843,55697301.88,127,realamprandom -6471,SUCCESS,2,1,1460.24,55697301.88,55698762.12,127,ghz -6472,SUCCESS,2,1,4318.89,55698762.12,55703081.01,127,qpeinexact -6473,SUCCESS,2,1,1793.84,55703081.01,55704874.85,127,wstate -6474,SUCCESS,2,1,42718.02,55704874.85,55747592.87,127,qpeexact -6475,SUCCESS,2,1,727.93,55747592.87,55748320.8,127,wstate -6476,SUCCESS,2,1,9437.15,55748320.8,55757757.95,127,qnn -6477,SUCCESS,2,1,1226.36,55757757.95,55758984.31,127,wstate -6479,SUCCESS,2,1,745.73,55758984.31,55759730.04,127,qpeinexact -6481,SUCCESS,2,1,1258.79,55759730.04,55760988.83,127,ghz -6482,SUCCESS,2,1,38466.32,55760988.83,55799455.15,127,ae -6483,SUCCESS,2,1,22183.5,55799455.15,55821638.65,127,random -6484,SUCCESS,2,1,22498.02,55821638.65,55844136.67,127,ae -6486,SUCCESS,2,1,3249.2,55844136.67,55847385.87,127,wstate -6487,SUCCESS,2,1,1341.59,55847385.87,55848727.46,127,portfoliovqe -6488,SUCCESS,2,1,762.34,55848727.46,55849489.8,127,graphstate -6490,SUCCESS,2,1,380.3,55849489.8,55849870.1,127,ghz -6492,SUCCESS,2,1,16833.5,55849870.1,55866703.6,127,ae -6494,SUCCESS,2,1,316.34,55866703.6,55867019.94,127,ghz -6495,SUCCESS,2,1,70536.82,55867019.94,55937556.76,127,random -6496,SUCCESS,2,1,328.5,55937556.76,55937885.26,127,ghz -6498,SUCCESS,2,1,671.26,55937885.26,55938556.52,127,twolocalrandom -6502,SUCCESS,2,1,25161.68,55938556.52,55963718.2,127,ae -6503,SUCCESS,2,1,19268.25,55963718.2,55982986.45,127,realamprandom -6504,SUCCESS,2,1,19680.47,55982986.45,56002666.92,127,ae -6505,SUCCESS,2,1,1850.41,56002666.92,56004517.33,127,wstate -6506,SUCCESS,2,1,902.45,56004517.33,56005419.78,127,dj -6507,SUCCESS,2,1,79301.65,56005419.78,56084721.43,127,random -6508,SUCCESS,2,1,47878.88,56084721.43,56132600.31,127,su2random -6510,SUCCESS,2,1,888.02,56132600.31,56133488.33,127,dj -6512,SUCCESS,2,1,24826.82,56133488.33,56158315.15,127,qnn -6516,SUCCESS,2,1,1268.14,56158315.15,56159583.29,127,dj -6517,SUCCESS,2,1,4745.91,56159583.29,56164329.2,127,qft -6519,SUCCESS,2,1,14515.64,56164329.2,56178844.84,127,qpeinexact -6520,SUCCESS,2,1,6616.87,56178844.84,56185461.71,127,qft -6521,SUCCESS,2,1,733.92,56185461.71,56186195.63,127,qft -6522,SUCCESS,2,1,328.22,56186195.63,56186523.85,127,twolocalrandom -6523,SUCCESS,2,1,4868.91,56186523.85,56191392.76,127,su2random -6524,SUCCESS,2,1,59138.36,56191392.76,56250531.12,127,realamprandom -6525,SUCCESS,2,1,15409.36,56250531.12,56265940.48,127,random -6527,SUCCESS,2,1,21020.32,56265940.48,56286960.8,127,twolocalrandom -6528,SUCCESS,2,1,576.45,56286960.8,56287537.25,127,ae -6530,SUCCESS,2,1,4005.44,56287537.25,56291542.69,127,qft -6531,SUCCESS,2,1,320.56,56291542.69,56291863.25,127,dj -6532,SUCCESS,2,1,3082.56,56291863.25,56294945.81,127,dj -6533,SUCCESS,2,1,17757.8,56294945.81,56312703.61,127,qft -6534,SUCCESS,2,1,178.85,56312703.61,56312882.46,127,graphstate -6535,SUCCESS,2,1,204.71,56312882.46,56313087.17,127,graphstate -6537,SUCCESS,2,1,18305.27,56313087.17,56331392.44,127,qpeinexact -6539,SUCCESS,2,1,30386.65,56331392.44,56361779.09,127,random -6541,SUCCESS,2,1,83944.09,56361779.09,56445723.18,127,su2random -6542,SUCCESS,2,1,365.6,56445723.18,56446088.78,127,ghz -6544,SUCCESS,2,1,1796.49,56446088.78,56447885.27,127,ghz -6547,SUCCESS,2,1,1149.54,56447885.27,56449034.81,127,qftentangled -6548,SUCCESS,2,1,14139.72,56449034.81,56463174.53,127,qpeinexact -6550,SUCCESS,2,1,680.4,56463174.53,56463854.93,127,dj -6553,SUCCESS,2,1,15082.26,56463854.93,56478937.19,127,twolocalrandom -6555,SUCCESS,2,1,2354.88,56478937.19,56481292.07,127,qpeexact -6556,SUCCESS,2,1,1083.13,56481292.07,56482375.2,127,wstate -6557,SUCCESS,2,1,419.61,56482375.2,56482794.81,127,graphstate -6558,SUCCESS,2,1,46103.68,56482794.81,56528898.49,127,ae -6559,SUCCESS,2,1,3889.1,56528898.49,56532787.59,127,qpeinexact -6560,SUCCESS,2,1,210.18,56532787.59,56532997.77,127,realamprandom -6561,SUCCESS,2,1,66.05,56532997.77,56533063.82,127,routing -6562,SUCCESS,2,1,3158.07,56533063.82,56536221.89,127,qftentangled -6563,SUCCESS,2,1,4648.37,56536221.89,56540870.26,127,qpeexact -6564,SUCCESS,2,1,791.76,56540870.26,56541662.02,127,wstate -6565,SUCCESS,2,1,7677.01,56541662.02,56549339.03,127,realamprandom -6566,SUCCESS,2,1,1485.7,56549339.03,56550824.73,127,dj -6567,SUCCESS,2,1,12465.52,56550824.73,56563290.25,127,ae -6568,SUCCESS,2,1,4176.48,56563290.25,56567466.73,127,ae -6569,SUCCESS,2,1,585.2,56567466.73,56568051.93,127,ae -6570,SUCCESS,2,1,2306.15,56568051.93,56570358.08,127,ghz -6571,SUCCESS,2,1,4960.47,56570358.08,56575318.55,127,qft -6572,SUCCESS,2,1,16720.35,56575318.55,56592038.9,127,qnn -6573,SUCCESS,2,1,488.71,56592038.9,56592527.61,127,graphstate -6575,SUCCESS,2,1,279.82,56592527.61,56592807.43,127,graphstate -6576,SUCCESS,2,1,541.84,56592807.43,56593349.27,127,dj -6577,SUCCESS,2,1,6458.76,56593349.27,56599808.03,127,su2random -6578,SUCCESS,2,1,1173.29,56599808.03,56600981.32,127,ae -6579,SUCCESS,2,1,41471.69,56600981.32,56642453.01,127,su2random -6580,SUCCESS,2,1,19518.2,56642453.01,56661971.21,127,realamprandom -6582,SUCCESS,2,1,1150.66,56661971.21,56663121.87,127,graphstate -6583,SUCCESS,2,1,2699.67,56663121.87,56665821.54,127,qft -6584,SUCCESS,2,1,3066.47,56665821.54,56668888.01,127,su2random -6585,SUCCESS,2,1,71257.43,56668888.01,56740145.44,127,random -6586,SUCCESS,2,1,866.74,56740145.44,56741012.18,127,graphstate -6587,SUCCESS,2,1,151.16,56741012.18,56741163.34,127,ghz -6589,SUCCESS,2,1,1124.37,56741163.34,56742287.71,127,ghz -6590,SUCCESS,2,1,73.81,56742287.71,56742361.52,127,ghz -6594,SUCCESS,2,1,795.39,56742361.52,56743156.91,127,dj -6595,SUCCESS,2,1,9041.19,56743156.91,56752198.1,127,qftentangled -6597,SUCCESS,2,1,2043.26,56752198.1,56754241.36,127,qnn -6598,SUCCESS,2,1,50.19,56754241.36,56754291.55,127,dj -6599,SUCCESS,2,1,27861.05,56754291.55,56782152.6,127,grover-v-chain -6600,SUCCESS,2,1,1854.17,56782152.6,56784006.77,127,qpeexact -6601,SUCCESS,2,1,14573.94,56784006.77,56798580.71,127,qpeinexact -6603,SUCCESS,2,1,271.28,56798580.71,56798851.99,127,graphstate -6604,SUCCESS,2,1,1797.27,56798851.99,56800649.26,127,groundstate -6605,SUCCESS,2,1,1244.79,56800649.26,56801894.05,127,qnn -6606,SUCCESS,2,1,11356.26,56801894.05,56813250.31,127,qpeinexact -6607,SUCCESS,2,1,1164.37,56813250.31,56814414.68,127,qpeexact -6610,SUCCESS,2,1,4528.06,56814414.68,56818942.74,127,qftentangled -6612,SUCCESS,2,1,36902.49,56818942.74,56855845.23,127,realamprandom -6613,SUCCESS,2,1,28850.36,56855845.23,56884695.59,127,twolocalrandom -6614,SUCCESS,2,1,7129.7,56884695.59,56891825.29,127,qftentangled -6617,SUCCESS,2,1,3057.43,56891825.29,56894882.72,127,qnn -6618,SUCCESS,2,1,19807.66,56894882.72,56914690.38,127,qftentangled -6619,SUCCESS,2,1,325.85,56914690.38,56915016.23,127,graphstate -6620,SUCCESS,2,1,439.21,56915016.23,56915455.44,127,graphstate -6622,SUCCESS,2,1,618.7,56915455.44,56916074.14,127,qnn -6624,SUCCESS,2,1,7621.53,56916074.14,56923695.67,127,twolocalrandom -6625,SUCCESS,2,1,9383.82,56923695.67,56933079.49,127,qpeexact -6626,SUCCESS,2,1,37921.09,56933079.49,56971000.58,127,su2random -6628,SUCCESS,2,1,657.36,56971000.58,56971657.94,127,dj -6630,SUCCESS,2,1,124.87,56971657.94,56971782.81,127,graphstate -6631,SUCCESS,2,1,3396.36,56971782.81,56975179.17,127,ae -6633,SUCCESS,2,1,7240.78,56975179.17,56982419.95,127,qnn -6634,SUCCESS,2,1,14344.49,56982419.95,56996764.44,127,qftentangled -6635,SUCCESS,2,1,3966.35,56996764.44,57000730.79,127,qftentangled -6636,SUCCESS,2,1,14058.57,57000730.79,57014789.36,127,ae -6637,SUCCESS,2,1,1123.78,57014789.36,57015913.14,127,dj -6638,SUCCESS,2,1,31733.75,57015913.14,57047646.89,127,qnn -6639,SUCCESS,2,1,55.37,57047646.89,57047702.26,127,ghz -6640,SUCCESS,2,1,2023.92,57047702.26,57049726.18,127,qnn -6641,SUCCESS,2,1,104524.69,57049726.18,57154250.87,127,random -6642,SUCCESS,2,1,34.63,57154250.87,57154285.5,127,ghz -6643,SUCCESS,2,1,824.03,57154285.5,57155109.53,127,realamprandom -6644,SUCCESS,2,1,2021.84,57155109.53,57157131.37,127,ae -6645,SUCCESS,2,1,14745,57157131.37,57171876.37,127,qpeexact -6646,SUCCESS,2,1,18968.82,57171876.37,57190845.19,127,qpeinexact -6647,SUCCESS,2,1,1353.27,57190845.19,57192198.46,127,wstate -6648,SUCCESS,2,1,18423.43,57192198.46,57210621.89,127,qpeexact -6649,SUCCESS,2,1,1936.81,57210621.89,57212558.7,127,qpeexact -6650,SUCCESS,2,1,40584,57212558.7,57253142.7,127,random -6651,SUCCESS,2,1,16501.48,57253142.7,57269644.18,127,qpeinexact -6652,SUCCESS,2,1,2566.15,57269644.18,57272210.33,127,su2random -6654,SUCCESS,2,1,7389.07,57272210.33,57279599.4,127,qft -6655,SUCCESS,2,1,7825.09,57279599.4,57287424.49,127,realamprandom -6656,SUCCESS,2,1,9273.52,57287424.49,57296698.01,127,ae -6657,SUCCESS,2,1,8078.7,57296698.01,57304776.71,127,qft -6659,SUCCESS,2,1,267.49,57304776.71,57305044.2,127,ghz -6660,SUCCESS,2,1,308.73,57305044.2,57305352.93,127,graphstate -6661,SUCCESS,2,1,3702.39,57305352.93,57309055.32,127,twolocalrandom -6662,SUCCESS,2,1,53010.31,57309055.32,57362065.63,127,realamprandom -6663,SUCCESS,2,1,28515.53,57362065.63,57390581.16,127,grover-v-chain -6664,SUCCESS,2,1,464.96,57390581.16,57391046.12,127,ghz -6667,SUCCESS,2,1,27250.92,57391046.12,57418297.04,127,random -6670,SUCCESS,2,1,937.97,57418297.04,57419235.01,127,realamprandom -6671,SUCCESS,2,1,139.38,57419235.01,57419374.39,127,graphstate -6672,SUCCESS,2,1,66195.74,57419374.39,57485570.13,127,su2random -6674,SUCCESS,2,1,11061.79,57485570.13,57496631.92,127,qftentangled -6676,SUCCESS,2,1,3774.27,57496631.92,57500406.19,127,twolocalrandom -6677,SUCCESS,2,1,57355.66,57500406.19,57557761.85,127,qnn -6678,SUCCESS,2,1,450.24,57557761.85,57558212.09,127,dj -6679,SUCCESS,2,1,4609.83,57558212.09,57562821.92,127,qft -6680,SUCCESS,2,1,11769.69,57562821.92,57574591.61,127,ae -6682,SUCCESS,2,1,1013.7,57574591.61,57575605.31,127,qnn -6684,SUCCESS,2,1,524.6,57575605.31,57576129.91,127,ghz -6685,SUCCESS,2,1,1562.1,57576129.91,57577692.01,127,portfoliovqe -6686,SUCCESS,2,1,8741.13,57577692.01,57586433.14,127,random -6687,SUCCESS,2,1,8906.7,57586433.14,57595339.84,127,qnn -6688,SUCCESS,2,1,76.35,57595339.84,57595416.19,127,routing -6689,SUCCESS,2,1,897.57,57595416.19,57596313.76,127,qft -6690,SUCCESS,2,1,16543.01,57596313.76,57612856.77,127,qpeinexact -6691,SUCCESS,2,1,13053.73,57612856.77,57625910.5,127,ae -6692,SUCCESS,2,1,6632.81,57625910.5,57632543.31,127,ae -6693,SUCCESS,2,1,353.97,57632543.31,57632897.28,127,ghz -6694,SUCCESS,2,1,12891.37,57632897.28,57645788.65,127,su2random -6695,SUCCESS,2,1,33720.02,57645788.65,57679508.67,127,qpeinexact -6696,SUCCESS,2,1,105.71,57679508.67,57679614.38,127,graphstate -6697,SUCCESS,2,1,12938.72,57679614.38,57692553.1,127,qnn -6698,SUCCESS,2,1,880.7,57692553.1,57693433.8,127,ghz -6701,SUCCESS,2,1,16993.89,57693433.8,57710427.69,127,ae -6702,SUCCESS,2,1,2484.11,57710427.69,57712911.8,127,su2random -6703,SUCCESS,2,1,3086.44,57712911.8,57715998.24,127,qnn -6704,SUCCESS,2,1,2276.48,57715998.24,57718274.72,127,ae -6705,SUCCESS,2,1,12245.72,57718274.72,57730520.44,127,ae -6706,SUCCESS,2,1,643.82,57730520.44,57731164.26,127,wstate -6707,SUCCESS,2,1,2280.36,57731164.26,57733444.62,127,qpeinexact -6708,SUCCESS,2,1,3763.44,57733444.62,57737208.06,127,ghz -6709,SUCCESS,2,1,810.08,57737208.06,57738018.14,127,dj -6711,SUCCESS,2,1,7338.7,57738018.14,57745356.84,127,qpeinexact -6713,SUCCESS,2,1,687.07,57745356.84,57746043.91,127,dj -6714,SUCCESS,2,1,327.35,57746043.91,57746371.26,127,ae -6715,SUCCESS,2,1,1757.23,57746371.26,57748128.49,127,qpeexact -6716,SUCCESS,2,1,642.94,57748128.49,57748771.43,127,graphstate -6718,SUCCESS,2,1,12010.43,57748771.43,57760781.86,127,qftentangled -6720,SUCCESS,2,1,301.03,57760781.86,57761082.89,127,graphstate -6721,SUCCESS,2,1,8168.63,57761082.89,57769251.52,127,su2random -6724,SUCCESS,2,1,10352.93,57769251.52,57779604.45,127,qpeexact -6725,SUCCESS,2,1,34449.82,57779604.45,57814054.27,127,ae -6726,SUCCESS,2,1,1274.86,57814054.27,57815329.13,127,dj -6728,SUCCESS,2,1,1128.83,57815329.13,57816457.96,127,dj -6729,SUCCESS,2,1,101.6,57816457.96,57816559.56,127,graphstate -6730,SUCCESS,2,1,5569.94,57816559.56,57822129.5,127,twolocalrandom -6731,SUCCESS,2,1,58.78,57822129.5,57822188.28,127,graphstate -6733,SUCCESS,2,1,1822.95,57822188.28,57824011.23,127,portfoliovqe -6734,SUCCESS,2,1,134.18,57824011.23,57824145.41,127,dj -6735,SUCCESS,2,1,3180.46,57824145.41,57827325.87,127,qnn -6736,SUCCESS,2,1,59.6,57827325.87,57827385.47,127,ghz -6737,SUCCESS,2,1,873.95,57827385.47,57828259.42,127,pricingcall -6738,SUCCESS,2,1,434.48,57828259.42,57828693.9,127,graphstate -6739,SUCCESS,2,1,4456.1,57828693.9,57833150,127,ae -6740,SUCCESS,2,1,20384.77,57833150,57853534.77,127,qft -6741,SUCCESS,2,1,161.41,57853534.77,57853696.18,127,ghz -6742,SUCCESS,2,1,206.29,57853696.18,57853902.47,127,graphstate -6743,SUCCESS,2,1,8203.66,57853902.47,57862106.13,127,su2random -6745,SUCCESS,2,1,294805.13,57862106.13,58156911.26,127,grover-noancilla -6746,SUCCESS,2,1,9023.46,58156911.26,58165934.72,127,qnn -6747,SUCCESS,2,1,67029.52,58165934.72,58232964.24,127,realamprandom -6748,SUCCESS,2,1,149.35,58232964.24,58233113.59,127,wstate -6749,SUCCESS,2,1,7199.56,58233113.59,58240313.15,127,twolocalrandom -6751,SUCCESS,2,1,733.62,58240313.15,58241046.77,127,dj -6752,SUCCESS,2,1,280.5,58241046.77,58241327.27,127,qftentangled -6753,SUCCESS,2,1,317.42,58241327.27,58241644.69,127,qftentangled -6754,SUCCESS,2,1,71.13,58241644.69,58241715.82,127,ghz -6755,SUCCESS,2,1,131922.72,58241715.82,58373638.54,127,random -6756,SUCCESS,2,1,355.51,58373638.54,58373994.05,127,dj -6757,SUCCESS,2,1,1582.47,58373994.05,58375576.52,127,realamprandom -6760,SUCCESS,2,1,40913.12,58375576.52,58416489.64,127,random -6761,SUCCESS,2,1,179.73,58416489.64,58416669.37,127,graphstate -6762,SUCCESS,2,1,444.26,58416669.37,58417113.63,127,qnn -6763,SUCCESS,2,1,2874.06,58417113.63,58419987.69,127,random -6764,SUCCESS,2,1,40385.46,58419987.69,58460373.15,127,twolocalrandom -6765,SUCCESS,2,1,34402.61,58460373.15,58494775.76,127,realamprandom -6766,SUCCESS,2,1,2178.75,58494775.76,58496954.51,127,twolocalrandom -6767,SUCCESS,2,1,26428.97,58496954.51,58523383.48,127,ae -6768,SUCCESS,2,1,15825.3,58523383.48,58539208.78,127,realamprandom -6769,SUCCESS,2,1,1812.81,58539208.78,58541021.59,127,dj -6770,SUCCESS,2,1,1245.71,58541021.59,58542267.3,127,qpeexact -6771,SUCCESS,2,1,1995.94,58542267.3,58544263.24,127,dj -6772,SUCCESS,2,1,20818.43,58544263.24,58565081.67,127,qpeexact -6774,SUCCESS,2,1,1213.37,58565081.67,58566295.04,127,realamprandom -6775,SUCCESS,2,1,16114.25,58566295.04,58582409.29,127,su2random -6776,SUCCESS,2,1,7159.88,58582409.29,58589569.17,127,qpeinexact -6777,SUCCESS,2,1,26628.2,58589569.17,58616197.37,127,qnn -6778,SUCCESS,2,1,575.06,58616197.37,58616772.43,127,qpeexact -6779,SUCCESS,2,1,6320.86,58616772.43,58623093.29,127,random -6780,SUCCESS,2,1,19087.06,58623093.29,58642180.35,127,twolocalrandom -6782,SUCCESS,2,1,24687.65,58642180.35,58666868,127,su2random -6784,SUCCESS,2,1,103.55,58666868,58666971.55,127,vqe -6785,SUCCESS,2,1,6208.44,58666971.55,58673179.99,127,qpeexact -6786,SUCCESS,2,1,593.3,58673179.99,58673773.29,127,wstate -6787,SUCCESS,2,1,18731.02,58673773.29,58692504.31,127,qpeexact -6788,SUCCESS,2,1,19228.04,58692504.31,58711732.35,127,qftentangled -6789,SUCCESS,2,1,4420.41,58711732.35,58716152.76,127,twolocalrandom -6790,SUCCESS,2,1,1393.26,58716152.76,58717546.02,127,dj -6791,SUCCESS,2,1,13297.74,58717546.02,58730843.76,127,qpeinexact -6792,SUCCESS,2,1,105.56,58730843.76,58730949.32,127,ghz -6793,SUCCESS,2,1,476.06,58730949.32,58731425.38,127,wstate -6794,SUCCESS,2,1,1396.25,58731425.38,58732821.63,127,dj -6795,SUCCESS,2,1,31064.99,58732821.63,58763886.62,127,ae -6796,SUCCESS,2,1,11878.3,58763886.62,58775764.92,127,qnn -6797,SUCCESS,2,1,5897.42,58775764.92,58781662.34,127,ae -6798,SUCCESS,2,1,125.83,58781662.34,58781788.17,127,wstate -6799,SUCCESS,2,1,6428.95,58781788.17,58788217.12,127,qpeexact -6801,SUCCESS,2,1,369.36,58788217.12,58788586.48,127,graphstate -6802,SUCCESS,2,1,621.56,58788586.48,58789208.04,127,su2random -6803,SUCCESS,2,1,7502.42,58789208.04,58796710.46,127,ae -6804,SUCCESS,2,1,34970.73,58796710.46,58831681.19,127,twolocalrandom -6808,SUCCESS,2,1,7233.98,58831681.19,58838915.17,127,qpeexact -6810,SUCCESS,2,1,6839.28,58838915.17,58845754.45,127,random -6811,SUCCESS,2,1,71904.09,58845754.45,58917658.54,127,random -6812,SUCCESS,2,1,19782.09,58917658.54,58937440.63,127,qpeinexact -6813,SUCCESS,2,1,16010.75,58937440.63,58953451.38,127,qft -6814,SUCCESS,2,1,10088.08,58953451.38,58963539.46,127,ae -6815,SUCCESS,2,1,60092.62,58963539.46,59023632.08,127,random -6816,SUCCESS,2,1,57281.72,59023632.08,59080913.8,127,twolocalrandom -6817,SUCCESS,2,1,3572.04,59080913.8,59084485.84,127,ghz -6818,SUCCESS,2,1,559.54,59084485.84,59085045.38,127,su2random -6819,SUCCESS,2,1,5402.35,59085045.38,59090447.73,127,qnn -6822,SUCCESS,2,1,12720.66,59090447.73,59103168.39,127,su2random -6823,SUCCESS,2,1,17600,59103168.39,59120768.39,127,random -6825,SUCCESS,2,1,35566.83,59120768.39,59156335.22,127,su2random -6826,SUCCESS,2,1,36309.75,59156335.22,59192644.97,127,realamprandom -6827,SUCCESS,2,1,5982.24,59192644.97,59198627.21,127,qpeinexact -6828,SUCCESS,2,1,118.7,59198627.21,59198745.91,127,graphstate -6830,SUCCESS,2,1,963.29,59198745.91,59199709.2,127,qftentangled -6831,SUCCESS,2,1,581.56,59199709.2,59200290.76,127,graphstate -6832,SUCCESS,2,1,948.27,59200290.76,59201239.03,127,pricingcall -6834,SUCCESS,2,1,261.11,59201239.03,59201500.14,127,dj -6835,SUCCESS,2,1,9760.44,59201500.14,59211260.58,127,su2random -6836,SUCCESS,2,1,1852.12,59211260.58,59213112.7,127,twolocalrandom -6838,SUCCESS,2,1,617.04,59213112.7,59213729.74,127,dj -6840,SUCCESS,2,1,28.88,59213729.74,59213758.62,127,ghz -6841,SUCCESS,2,1,7085.9,59213758.62,59220844.52,127,qpeinexact -6842,SUCCESS,2,1,1435.15,59220844.52,59222279.67,127,realamprandom -6843,SUCCESS,2,1,24625.05,59222279.67,59246904.72,127,realamprandom -6844,SUCCESS,2,1,665.29,59246904.72,59247570.01,127,ghz -6845,SUCCESS,2,1,10920.02,59247570.01,59258490.03,127,qpeexact -6846,SUCCESS,2,1,21030.96,59258490.03,59279520.99,127,qftentangled -6847,SUCCESS,2,1,29154.91,59279520.99,59308675.9,127,qpeinexact -6848,SUCCESS,2,1,3451.47,59308675.9,59312127.37,127,qftentangled -6849,SUCCESS,2,1,6063.24,59312127.37,59318190.61,127,random -6850,SUCCESS,2,1,3583.76,59318190.61,59321774.37,127,wstate -6851,SUCCESS,2,1,225.06,59321774.37,59321999.43,127,wstate -6852,SUCCESS,2,1,2607.93,59321999.43,59324607.36,127,qnn -6853,SUCCESS,2,1,7559.88,59324607.36,59332167.24,127,ae -6854,SUCCESS,2,1,3537.64,59332167.24,59335704.88,127,qpeinexact -6855,SUCCESS,2,1,11496.71,59335704.88,59347201.59,127,qft -6856,SUCCESS,2,1,37027.41,59347201.59,59384229,127,ae -6857,SUCCESS,2,1,8537.05,59384229,59392766.05,127,su2random -6860,SUCCESS,2,1,25932.96,59392766.05,59418699.01,127,su2random -6861,SUCCESS,2,1,13680.46,59418699.01,59432379.47,127,realamprandom -6862,SUCCESS,2,1,1014.53,59432379.47,59433394,127,groundstate -6864,SUCCESS,2,1,20821.15,59433394,59454215.15,127,twolocalrandom -6865,SUCCESS,2,1,3330.47,59454215.15,59457545.62,127,qnn -6866,SUCCESS,2,1,4388.73,59457545.62,59461934.35,127,ae -6867,SUCCESS,2,1,329.84,59461934.35,59462264.19,127,ghz -6868,SUCCESS,2,1,9732.62,59462264.19,59471996.81,127,qpeexact -6870,SUCCESS,2,1,141.9,59471996.81,59472138.71,127,graphstate -6871,SUCCESS,2,1,119.25,59472138.71,59472257.96,127,qaoa -6873,SUCCESS,2,1,7629.28,59472257.96,59479887.24,127,qnn -6874,SUCCESS,2,1,12546.99,59479887.24,59492434.23,127,qnn -6875,SUCCESS,2,1,2461.54,59492434.23,59494895.77,127,qnn -6876,SUCCESS,2,1,4954.43,59494895.77,59499850.2,127,wstate -6879,SUCCESS,2,1,43783.73,59499850.2,59543633.93,127,realamprandom -6880,SUCCESS,2,1,7255.52,59543633.93,59550889.45,127,ae -6883,SUCCESS,2,1,61985.76,59550889.45,59612875.21,127,twolocalrandom -6885,SUCCESS,2,1,334.66,59612875.21,59613209.87,127,wstate -6886,SUCCESS,2,1,1469.84,59613209.87,59614679.71,127,qft -6887,SUCCESS,2,1,352.81,59614679.71,59615032.52,127,graphstate -6888,SUCCESS,2,1,36030.96,59615032.52,59651063.48,127,su2random -6889,SUCCESS,2,1,1181.76,59651063.48,59652245.24,127,qpeinexact -6890,SUCCESS,2,1,782.69,59652245.24,59653027.93,127,qft -6891,SUCCESS,2,1,5157.7,59653027.93,59658185.63,127,qftentangled -6892,SUCCESS,2,1,4871.83,59658185.63,59663057.46,127,ae -6895,SUCCESS,2,1,15248.63,59663057.46,59678306.09,127,qft -6896,SUCCESS,2,1,46322.22,59678306.09,59724628.31,127,qnn -6897,SUCCESS,2,1,215.05,59724628.31,59724843.36,127,graphstate -6898,SUCCESS,2,1,5992.89,59724843.36,59730836.25,127,qnn -6899,SUCCESS,2,1,5080.32,59730836.25,59735916.57,127,ae -6900,SUCCESS,2,1,7009.25,59735916.57,59742925.82,127,ae -6901,SUCCESS,2,1,4486.06,59742925.82,59747411.88,127,qpeinexact -6902,SUCCESS,2,1,882.12,59747411.88,59748294,127,wstate -6903,SUCCESS,2,1,319.74,59748294,59748613.74,127,graphstate -6904,SUCCESS,2,1,5533.93,59748613.74,59754147.67,127,qpeinexact -6905,SUCCESS,2,1,1756.69,59754147.67,59755904.36,127,dj -6906,SUCCESS,2,1,1264.12,59755904.36,59757168.48,127,ghz -6907,SUCCESS,2,1,38364.58,59757168.48,59795533.06,127,su2random -6910,SUCCESS,2,1,14634.96,59795533.06,59810168.02,127,qpeexact -6911,SUCCESS,2,1,7990.23,59810168.02,59818158.25,127,twolocalrandom -6913,SUCCESS,2,1,2539.93,59818158.25,59820698.18,127,su2random -6914,SUCCESS,2,1,1784.01,59820698.18,59822482.19,127,qft -6915,SUCCESS,2,1,1366.13,59822482.19,59823848.32,127,dj -6917,SUCCESS,2,1,847.22,59823848.32,59824695.54,127,dj -6918,SUCCESS,2,1,16955.26,59824695.54,59841650.8,127,ae -6919,SUCCESS,2,1,8251.9,59841650.8,59849902.7,127,ae -6920,SUCCESS,2,1,80.96,59849902.7,59849983.66,127,vqe -6921,SUCCESS,2,1,99.12,59849983.66,59850082.78,127,dj -6922,SUCCESS,2,1,22120.18,59850082.78,59872202.96,127,realamprandom -6923,SUCCESS,2,1,49937.56,59872202.96,59922140.52,127,random -6924,SUCCESS,2,1,1813.37,59922140.52,59923953.89,127,qpeinexact -6925,SUCCESS,2,1,896.37,59923953.89,59924850.26,127,qft -6926,SUCCESS,2,1,48706.15,59924850.26,59973556.41,127,random -6927,SUCCESS,2,1,191.59,59973556.41,59973748,127,dj -6928,SUCCESS,2,1,75.98,59973748,59973823.98,127,ghz -6929,SUCCESS,2,1,21984.99,59973823.98,59995808.97,127,qpeinexact -6930,SUCCESS,2,1,3824.5,59995808.97,59999633.47,127,su2random -6931,SUCCESS,2,1,3908.61,59999633.47,60003542.08,127,wstate -6932,SUCCESS,2,1,1077.78,60003542.08,60004619.86,127,dj -6935,SUCCESS,2,1,1645.94,60004619.86,60006265.8,127,wstate -6936,SUCCESS,2,1,7244.79,60006265.8,60013510.59,127,ae -6937,SUCCESS,2,1,23.5,60013510.59,60013534.09,127,ghz -6938,SUCCESS,2,1,1567.9,60013534.09,60015101.99,127,qpeexact -6939,SUCCESS,2,1,9282.42,60015101.99,60024384.41,127,su2random -6940,SUCCESS,2,1,455.99,60024384.41,60024840.4,127,qftentangled -6941,SUCCESS,2,1,2370.93,60024840.4,60027211.33,127,wstate -6942,SUCCESS,2,1,198106.42,60027211.33,60225317.75,127,random -6945,SUCCESS,2,1,18296.25,60225317.75,60243614,127,random -6947,SUCCESS,2,1,68.79,60243614,60243682.79,127,routing -6948,SUCCESS,2,1,10844.49,60243682.79,60254527.28,127,qpeinexact -6949,SUCCESS,2,1,168.46,60254527.28,60254695.74,127,graphstate -6951,SUCCESS,2,1,861.04,60254695.74,60255556.78,127,dj -6952,SUCCESS,2,1,1236.88,60255556.78,60256793.66,127,realamprandom -6954,SUCCESS,2,1,48.43,60256793.66,60256842.09,127,graphstate -6955,SUCCESS,2,1,15104.24,60256842.09,60271946.33,127,su2random -6956,SUCCESS,2,1,21685.05,60271946.33,60293631.38,127,twolocalrandom -6958,SUCCESS,2,1,4488.98,60293631.38,60298120.36,127,qft -6959,SUCCESS,2,1,798.73,60298120.36,60298919.09,127,graphstate -6960,SUCCESS,2,1,926.44,60298919.09,60299845.53,127,wstate -6961,SUCCESS,2,1,4722.38,60299845.53,60304567.91,127,qpeinexact -6962,SUCCESS,2,1,981.13,60304567.91,60305549.04,127,ae -6963,SUCCESS,2,1,1690.69,60305549.04,60307239.73,127,realamprandom -6964,SUCCESS,2,1,6093.18,60307239.73,60313332.91,127,realamprandom -6966,SUCCESS,2,1,21924.61,60313332.91,60335257.52,127,qftentangled -6967,SUCCESS,2,1,4620.78,60335257.52,60339878.3,127,ae -6968,SUCCESS,2,1,1782.32,60339878.3,60341660.62,127,ghz -6969,SUCCESS,2,1,20801.58,60341660.62,60362462.2,127,qpeinexact -6970,SUCCESS,2,1,10127.49,60362462.2,60372589.69,127,qft -6971,SUCCESS,2,1,2998.62,60372589.69,60375588.31,127,qpeinexact -6972,SUCCESS,2,1,26835.36,60375588.31,60402423.67,127,qft -6973,SUCCESS,2,1,45906.72,60402423.67,60448330.39,127,su2random -6975,SUCCESS,2,1,1093.05,60448330.39,60449423.44,127,ae -6977,SUCCESS,2,1,1080.58,60449423.44,60450504.02,127,dj -6979,SUCCESS,2,1,640.72,60450504.02,60451144.74,127,dj -6980,SUCCESS,2,1,29799.42,60451144.74,60480944.16,127,qpeinexact -6981,SUCCESS,2,1,5834.48,60480944.16,60486778.64,127,wstate -6982,SUCCESS,2,1,43912.28,60486778.64,60530690.92,127,realamprandom -6984,SUCCESS,2,1,5250.29,60530690.92,60535941.21,127,realamprandom -6986,SUCCESS,2,1,517.14,60535941.21,60536458.35,127,portfolioqaoa -6987,SUCCESS,2,1,20584.66,60536458.35,60557043.01,127,realamprandom -6988,SUCCESS,2,1,3639.91,60557043.01,60560682.92,127,su2random -6989,SUCCESS,2,1,1414.15,60560682.92,60562097.07,127,su2random -6990,SUCCESS,2,1,1407.58,60562097.07,60563504.65,127,qpeinexact -6991,SUCCESS,2,1,65.84,60563504.65,60563570.49,127,ghz -6992,SUCCESS,2,1,1052.39,60563570.49,60564622.88,127,twolocalrandom -6993,SUCCESS,2,1,9811.86,60564622.88,60574434.74,127,qnn -6995,SUCCESS,2,1,5734.04,60574434.74,60580168.78,127,qnn -6996,SUCCESS,2,1,7317.78,60580168.78,60587486.56,127,ae -6997,SUCCESS,2,1,7155.55,60587486.56,60594642.11,127,qftentangled -6998,SUCCESS,2,1,212.56,60594642.11,60594854.67,127,graphstate -6999,SUCCESS,2,1,3192.36,60594854.67,60598047.03,127,portfoliovqe -7000,SUCCESS,2,1,9004.5,60598047.03,60607051.53,127,twolocalrandom -7001,SUCCESS,2,1,1152.99,60607051.53,60608204.52,127,wstate -7002,SUCCESS,2,1,1056.53,60608204.52,60609261.05,127,dj -7004,SUCCESS,2,1,82.37,60609261.05,60609343.42,127,ghz -7005,SUCCESS,2,1,5029.39,60609343.42,60614372.81,127,qftentangled -7006,SUCCESS,2,1,30056.57,60614372.81,60644429.38,127,realamprandom -7007,SUCCESS,2,1,9994.62,60644429.38,60654424,127,su2random -7009,SUCCESS,2,1,14151.48,60654424,60668575.48,127,realamprandom -7010,SUCCESS,2,1,20158.15,60668575.48,60688733.63,127,twolocalrandom -7012,SUCCESS,2,1,231.82,60688733.63,60688965.45,127,graphstate -7013,SUCCESS,2,1,576.42,60688965.45,60689541.87,127,wstate -7015,SUCCESS,2,1,8650.1,60689541.87,60698191.97,127,qft -7016,SUCCESS,2,1,2440,60698191.97,60700631.97,127,qft -7017,SUCCESS,2,1,1194.54,60700631.97,60701826.51,127,dj -7018,SUCCESS,2,1,1596.37,60701826.51,60703422.88,127,dj -7019,SUCCESS,2,1,1674.27,60703422.88,60705097.15,127,ghz -7020,SUCCESS,2,1,24371.48,60705097.15,60729468.63,127,twolocalrandom -7021,SUCCESS,2,1,382.65,60729468.63,60729851.28,127,qpeinexact -7022,SUCCESS,2,1,312.38,60729851.28,60730163.66,127,ghz -7023,SUCCESS,2,1,198.41,60730163.66,60730362.07,127,wstate -7026,SUCCESS,2,1,128.18,60730362.07,60730490.25,127,graphstate -7027,SUCCESS,2,1,362.27,60730490.25,60730852.52,127,qaoa -7028,SUCCESS,2,1,345.26,60730852.52,60731197.78,127,dj -7029,SUCCESS,2,1,63684.71,60731197.78,60794882.49,127,random -7030,SUCCESS,2,1,460.14,60794882.49,60795342.63,127,wstate -7032,SUCCESS,2,1,153.68,60795342.63,60795496.31,127,ghz -7033,SUCCESS,2,1,1521.46,60795496.31,60797017.77,127,qft -7034,SUCCESS,2,1,197.83,60797017.77,60797215.6,127,wstate -7035,SUCCESS,2,1,524.78,60797215.6,60797740.38,127,dj -7036,SUCCESS,2,1,19662.78,60797740.38,60817403.16,127,realamprandom -7037,SUCCESS,2,1,11021.81,60817403.16,60828424.97,127,realamprandom -7038,SUCCESS,2,1,1051.52,60828424.97,60829476.49,127,twolocalrandom -7040,SUCCESS,2,1,926.11,60829476.49,60830402.6,127,wstate -7041,SUCCESS,2,1,1579.86,60830402.6,60831982.46,127,dj -7042,SUCCESS,2,1,7571.08,60831982.46,60839553.54,127,qftentangled -7043,SUCCESS,2,1,399.47,60839553.54,60839953.01,127,graphstate -7044,SUCCESS,2,1,958.59,60839953.01,60840911.6,127,dj -7046,SUCCESS,2,1,552.03,60840911.6,60841463.63,127,pricingcall -7049,SUCCESS,2,1,9060.82,60841463.63,60850524.45,127,qnn -7050,SUCCESS,2,1,992.97,60850524.45,60851517.42,127,qnn -7051,SUCCESS,2,1,2111.55,60851517.42,60853628.97,127,qpeinexact -7052,SUCCESS,2,1,2078.19,60853628.97,60855707.16,127,dj -7053,SUCCESS,2,1,1042,60855707.16,60856749.16,127,dj -7054,SUCCESS,2,1,971.33,60856749.16,60857720.49,127,qft -7055,SUCCESS,2,1,6035.17,60857720.49,60863755.66,127,random -7056,SUCCESS,2,1,288.89,60863755.66,60864044.55,127,qft -7057,SUCCESS,2,1,3465.05,60864044.55,60867509.6,127,su2random -7059,SUCCESS,2,1,17972,60867509.6,60885481.6,127,qnn -7060,SUCCESS,2,1,1958.24,60885481.6,60887439.84,127,dj -7061,SUCCESS,2,1,3706.69,60887439.84,60891146.53,127,qpeexact -7062,SUCCESS,2,1,8330.19,60891146.53,60899476.72,127,realamprandom -7063,SUCCESS,2,1,44500.63,60899476.72,60943977.35,127,qnn -7064,SUCCESS,2,1,6149.6,60943977.35,60950126.95,127,random -7067,SUCCESS,2,1,507.2,60950126.95,60950634.15,127,realamprandom -7068,SUCCESS,2,1,269.17,60950634.15,60950903.32,127,wstate -7069,SUCCESS,2,1,38188.01,60950903.32,60989091.33,127,twolocalrandom -7070,SUCCESS,2,1,2679.8,60989091.33,60991771.13,127,ae -7071,SUCCESS,2,1,174.86,60991771.13,60991945.99,127,wstate -7074,SUCCESS,2,1,1307.47,60991945.99,60993253.46,127,qftentangled -7076,SUCCESS,2,1,1862.05,60993253.46,60995115.51,127,qwalk-v-chain -7078,SUCCESS,2,1,1211.78,60995115.51,60996327.29,127,pricingput -7079,SUCCESS,2,1,1437.41,60996327.29,60997764.7,127,dj -7080,SUCCESS,2,1,116.12,60997764.7,60997880.82,127,ghz -7081,SUCCESS,2,1,3621.2,60997880.82,61001502.02,127,qft -7082,SUCCESS,2,1,14569.43,61001502.02,61016071.45,127,realamprandom -7084,SUCCESS,2,1,2499.2,61016071.45,61018570.65,127,qftentangled -7085,SUCCESS,2,1,7770.71,61018570.65,61026341.36,127,realamprandom -7087,SUCCESS,2,1,1906.99,61026341.36,61028248.35,127,portfolioqaoa -7088,SUCCESS,2,1,6409.7,61028248.35,61034658.05,127,ae -7090,SUCCESS,2,1,1096.77,61034658.05,61035754.82,127,wstate -7091,SUCCESS,2,1,481.18,61035754.82,61036236,127,dj -7092,SUCCESS,2,1,7185.18,61036236,61043421.18,127,qft -7094,SUCCESS,2,1,987.39,61043421.18,61044408.57,127,wstate -7095,SUCCESS,2,1,3631.01,61044408.57,61048039.58,127,qpeexact -7096,SUCCESS,2,1,8189.48,61048039.58,61056229.06,127,qpeinexact -7098,SUCCESS,2,1,26040.47,61056229.06,61082269.53,127,twolocalrandom -7099,SUCCESS,2,1,991.18,61082269.53,61083260.71,127,dj -7102,SUCCESS,2,1,791.09,61083260.71,61084051.8,127,wstate -7103,SUCCESS,2,1,112713.15,61084051.8,61196764.95,127,random -7104,SUCCESS,2,1,632.11,61196764.95,61197397.06,127,graphstate -7105,SUCCESS,2,1,22096.9,61197397.06,61219493.96,127,qpeinexact -7106,SUCCESS,2,1,2334.88,61219493.96,61221828.84,127,qft -7109,SUCCESS,2,1,4929.62,61221828.84,61226758.46,127,wstate -7110,SUCCESS,2,1,3408.87,61226758.46,61230167.33,127,qpeexact -7111,SUCCESS,2,1,249.7,61230167.33,61230417.03,127,ghz -7112,SUCCESS,2,1,24194.91,61230417.03,61254611.94,127,qpeexact -7114,SUCCESS,2,1,1643.85,61254611.94,61256255.79,127,dj -7115,SUCCESS,2,1,142.7,61256255.79,61256398.49,127,dj -7117,SUCCESS,2,1,2087.84,61256398.49,61258486.33,127,qnn -7118,SUCCESS,2,1,46.58,61258486.33,61258532.91,127,ghz -7119,SUCCESS,2,1,5639.17,61258532.91,61264172.08,127,ae -7120,SUCCESS,2,1,9560.45,61264172.08,61273732.53,127,twolocalrandom -7121,SUCCESS,2,1,2360.17,61273732.53,61276092.7,127,pricingput -7122,SUCCESS,2,1,1241.59,61276092.7,61277334.29,127,ae -7123,SUCCESS,2,1,17437.8,61277334.29,61294772.09,127,twolocalrandom -7124,SUCCESS,2,1,19698.5,61294772.09,61314470.59,127,qpeinexact -7125,SUCCESS,2,1,5402.38,61314470.59,61319872.97,127,su2random -7126,SUCCESS,2,1,63310.31,61319872.97,61383183.28,127,su2random -7127,SUCCESS,2,1,843.86,61383183.28,61384027.14,127,wstate -7128,SUCCESS,2,1,3981.69,61384027.14,61388008.83,127,random -7131,SUCCESS,2,1,4416.05,61388008.83,61392424.88,127,ae -7132,SUCCESS,2,1,23570.02,61392424.88,61415994.9,127,qftentangled -7135,SUCCESS,2,1,554.99,61415994.9,61416549.89,127,ae -7136,SUCCESS,2,1,669.56,61416549.89,61417219.45,127,wstate -7137,SUCCESS,2,1,702.85,61417219.45,61417922.3,127,qftentangled -7139,SUCCESS,2,1,126.94,61417922.3,61418049.24,127,graphstate -7141,SUCCESS,2,1,4790.32,61418049.24,61422839.56,127,qftentangled -7143,SUCCESS,2,1,171.53,61422839.56,61423011.09,127,graphstate -7145,SUCCESS,2,1,4072.84,61423011.09,61427083.93,127,wstate -7146,SUCCESS,2,1,15805.07,61427083.93,61442889,127,su2random -7147,SUCCESS,2,1,3520.74,61442889,61446409.74,127,ae -7149,SUCCESS,2,1,2928.68,61446409.74,61449338.42,127,twolocalrandom -7150,SUCCESS,2,1,1458.45,61449338.42,61450796.87,127,ae -7151,SUCCESS,2,1,2251.45,61450796.87,61453048.32,127,dj -7152,SUCCESS,2,1,4634.58,61453048.32,61457682.9,127,wstate -7153,SUCCESS,2,1,27815.72,61457682.9,61485498.62,127,twolocalrandom -7154,SUCCESS,2,1,9978.69,61485498.62,61495477.31,127,qpeinexact -7155,SUCCESS,2,1,4295.13,61495477.31,61499772.44,127,realamprandom -7156,SUCCESS,2,1,191.78,61499772.44,61499964.22,127,ghz -7157,SUCCESS,2,1,28050.81,61499964.22,61528015.03,127,su2random -7158,SUCCESS,2,1,518.25,61528015.03,61528533.28,127,graphstate -7159,SUCCESS,2,1,7662.79,61528533.28,61536196.07,127,qpeinexact -7160,SUCCESS,2,1,4742.76,61536196.07,61540938.83,127,ae -7162,SUCCESS,2,1,102997.76,61540938.83,61643936.59,127,random -7163,SUCCESS,2,1,7016.34,61643936.59,61650952.93,127,realamprandom -7166,SUCCESS,2,1,29356.54,61650952.93,61680309.47,127,qftentangled -7167,SUCCESS,2,1,14749.98,61680309.47,61695059.45,127,qpeexact -7168,SUCCESS,2,1,6603.01,61695059.45,61701662.46,127,twolocalrandom -7169,SUCCESS,2,1,205.87,61701662.46,61701868.33,127,ghz -7172,SUCCESS,2,1,3534.54,61701868.33,61705402.87,127,qftentangled -7173,SUCCESS,2,1,12333.89,61705402.87,61717736.76,127,ae -7174,SUCCESS,2,1,287.87,61717736.76,61718024.63,127,graphstate -7175,SUCCESS,2,1,25557.44,61718024.63,61743582.07,127,qwalk-v-chain -7177,SUCCESS,2,1,57045.37,61743582.07,61800627.44,127,random -7178,SUCCESS,2,1,99.9,61800627.44,61800727.34,127,graphstate -7179,SUCCESS,2,1,239.13,61800727.34,61800966.47,127,qaoa -7180,SUCCESS,2,1,455.77,61800966.47,61801422.24,127,su2random -7184,SUCCESS,2,1,313.48,61801422.24,61801735.72,127,graphstate -7186,SUCCESS,2,1,17744.12,61801735.72,61819479.84,127,su2random -7187,SUCCESS,2,1,4089.55,61819479.84,61823569.39,127,qnn -7188,SUCCESS,2,1,14746.71,61823569.39,61838316.1,127,qpeinexact -7189,SUCCESS,2,1,948.13,61838316.1,61839264.23,127,wstate -7190,SUCCESS,2,1,363.02,61839264.23,61839627.25,127,dj -7191,SUCCESS,2,1,15740.37,61839627.25,61855367.62,127,qpeinexact -7192,SUCCESS,2,1,354.11,61855367.62,61855721.73,127,graphstate -7193,SUCCESS,2,1,5414.24,61855721.73,61861135.97,127,realamprandom -7194,SUCCESS,2,1,16930.6,61861135.97,61878066.57,127,qpeinexact -7195,SUCCESS,2,1,5745.72,61878066.57,61883812.29,127,qpeinexact -7196,SUCCESS,2,1,5536.91,61883812.29,61889349.2,127,qnn -7198,SUCCESS,2,1,437.89,61889349.2,61889787.09,127,dj -7199,SUCCESS,2,1,8274.6,61889787.09,61898061.69,127,qft -7200,SUCCESS,2,1,3217.7,61898061.69,61901279.39,127,qpeexact -7201,SUCCESS,2,1,6959.1,61901279.39,61908238.49,127,realamprandom -7202,SUCCESS,2,1,4094.37,61908238.49,61912332.86,127,random -7203,SUCCESS,2,1,16197.15,61912332.86,61928530.01,127,qpeexact -7204,SUCCESS,2,1,279,61928530.01,61928809.01,127,graphstate -7205,SUCCESS,2,1,587.17,61928809.01,61929396.18,127,wstate -7206,SUCCESS,2,1,349.63,61929396.18,61929745.81,127,qftentangled -7207,SUCCESS,2,1,31175.47,61929745.81,61960921.28,127,qpeinexact -7208,SUCCESS,2,1,261.67,61960921.28,61961182.95,127,wstate -7209,SUCCESS,2,1,27233.85,61961182.95,61988416.8,127,qft -7210,SUCCESS,2,1,17007.14,61988416.8,62005423.94,127,qftentangled -7212,SUCCESS,2,1,17448.97,62005423.94,62022872.91,127,twolocalrandom -7213,SUCCESS,2,1,7962.58,62022872.91,62030835.49,127,realamprandom -7214,SUCCESS,2,1,326.99,62030835.49,62031162.48,127,graphstate -7215,SUCCESS,2,1,626.48,62031162.48,62031788.96,127,graphstate -7216,SUCCESS,2,1,274.29,62031788.96,62032063.25,127,graphstate -7217,SUCCESS,2,1,5448.16,62032063.25,62037511.41,127,twolocalrandom -7218,SUCCESS,2,1,8883.63,62037511.41,62046395.04,127,qpeinexact -7219,SUCCESS,2,1,2003.04,62046395.04,62048398.08,127,qftentangled -7220,SUCCESS,2,1,6982.83,62048398.08,62055380.91,127,qpeinexact -7221,SUCCESS,2,1,203.6,62055380.91,62055584.51,127,dj -7222,SUCCESS,2,1,834.26,62055584.51,62056418.77,127,qftentangled -7224,SUCCESS,2,1,8630.32,62056418.77,62065049.09,127,qftentangled -7225,SUCCESS,2,1,392.19,62065049.09,62065441.28,127,ghz -7226,SUCCESS,2,1,6033.69,62065441.28,62071474.97,127,qft -7227,SUCCESS,2,1,16697.23,62071474.97,62088172.2,127,qft -7228,SUCCESS,2,1,10345.71,62088172.2,62098517.91,127,qnn -7229,SUCCESS,2,1,5671.91,62098517.91,62104189.82,127,qpeinexact -7230,SUCCESS,2,1,6678.43,62104189.82,62110868.25,127,twolocalrandom -7231,SUCCESS,2,1,1721.91,62110868.25,62112590.16,127,dj -7232,SUCCESS,2,1,7183.05,62112590.16,62119773.21,127,pricingcall -7233,SUCCESS,2,1,238.4,62119773.21,62120011.61,127,graphstate -7234,SUCCESS,2,1,2467.96,62120011.61,62122479.57,127,qftentangled -7236,SUCCESS,2,1,63.64,62122479.57,62122543.21,127,graphstate -7238,SUCCESS,2,1,1938.9,62122543.21,62124482.11,127,qpeexact -7239,SUCCESS,2,1,736.53,62124482.11,62125218.64,127,graphstate -7240,SUCCESS,2,1,254.38,62125218.64,62125473.02,127,graphstate -7241,SUCCESS,2,1,1821.71,62125473.02,62127294.73,127,realamprandom -7242,SUCCESS,2,1,24354.58,62127294.73,62151649.31,127,qft -7244,SUCCESS,2,1,3792.1,62151649.31,62155441.41,127,ghz -7245,SUCCESS,2,1,692.36,62155441.41,62156133.77,127,dj -7246,SUCCESS,2,1,61156.8,62156133.77,62217290.57,127,random -7247,SUCCESS,2,1,871.99,62217290.57,62218162.56,127,twolocalrandom -7249,SUCCESS,2,1,11401.2,62218162.56,62229563.76,127,twolocalrandom -7251,SUCCESS,2,1,4977.69,62229563.76,62234541.45,127,twolocalrandom -7252,SUCCESS,2,1,1396.47,62234541.45,62235937.92,127,qpeinexact -7253,SUCCESS,2,1,11652.52,62235937.92,62247590.44,127,random -7254,SUCCESS,2,1,407.2,62247590.44,62247997.64,127,graphstate -7256,SUCCESS,2,1,10364.96,62247997.64,62258362.6,127,qnn -7257,SUCCESS,2,1,33834.09,62258362.6,62292196.69,127,random -7258,SUCCESS,2,1,8388.8,62292196.69,62300585.49,127,twolocalrandom -7259,SUCCESS,2,1,8870.7,62300585.49,62309456.19,127,qpeinexact -7261,SUCCESS,2,1,2697.48,62309456.19,62312153.67,127,ae -7262,SUCCESS,2,1,3420.19,62312153.67,62315573.86,127,wstate -7263,SUCCESS,2,1,1844.84,62315573.86,62317418.7,127,qpeinexact -7264,SUCCESS,2,1,104800.47,62317418.7,62422219.17,127,random -7265,SUCCESS,2,1,26963.23,62422219.17,62449182.4,127,qft -7266,SUCCESS,2,1,890.9,62449182.4,62450073.3,127,qpeinexact -7267,SUCCESS,2,1,387.84,62450073.3,62450461.14,127,graphstate -7268,SUCCESS,2,1,154.63,62450461.14,62450615.77,127,graphstate -7269,SUCCESS,2,1,2572.05,62450615.77,62453187.82,127,dj -7270,SUCCESS,2,1,32048.15,62453187.82,62485235.97,127,qnn -7271,SUCCESS,2,1,5604.3,62485235.97,62490840.27,127,realamprandom -7273,SUCCESS,2,1,14322.1,62490840.27,62505162.37,127,qpeexact -7275,SUCCESS,2,1,238.36,62505162.37,62505400.73,127,graphstate -7276,SUCCESS,2,1,533.88,62505400.73,62505934.61,127,dj -7277,SUCCESS,2,1,41769.75,62505934.61,62547704.36,127,ae -7278,SUCCESS,2,1,1984.95,62547704.36,62549689.31,127,twolocalrandom -7279,SUCCESS,2,1,12674.76,62549689.31,62562364.07,127,qpeinexact -7280,SUCCESS,2,1,1608.82,62562364.07,62563972.89,127,qftentangled -7281,SUCCESS,2,1,766.24,62563972.89,62564739.13,127,portfoliovqe -7282,SUCCESS,2,1,487.98,62564739.13,62565227.11,127,wstate -7283,SUCCESS,2,1,1001.7,62565227.11,62566228.81,127,twolocalrandom -7284,SUCCESS,2,1,11141.14,62566228.81,62577369.95,127,su2random -7285,SUCCESS,2,1,200.45,62577369.95,62577570.4,127,graphstate -7286,SUCCESS,2,1,699.08,62577570.4,62578269.48,127,su2random -7287,SUCCESS,2,1,6463.24,62578269.48,62584732.72,127,realamprandom -7288,SUCCESS,2,1,17636.72,62584732.72,62602369.44,127,ae -7289,SUCCESS,2,1,76.64,62602369.44,62602446.08,127,ghz -7292,SUCCESS,2,1,13070.12,62602446.08,62615516.2,127,su2random -7294,SUCCESS,2,1,56921.61,62615516.2,62672437.81,127,random -7295,SUCCESS,2,1,2914.27,62672437.81,62675352.08,127,dj -7296,SUCCESS,2,1,797.98,62675352.08,62676150.06,127,dj -7298,SUCCESS,2,1,5346.36,62676150.06,62681496.42,127,qnn -7300,SUCCESS,2,1,406.46,62681496.42,62681902.88,127,dj -7301,SUCCESS,2,1,1459.03,62681902.88,62683361.91,127,dj -7302,SUCCESS,2,1,9302.74,62683361.91,62692664.65,127,qpeexact -7303,SUCCESS,2,1,5162.89,62692664.65,62697827.54,127,twolocalrandom -7304,SUCCESS,2,1,13063.05,62697827.54,62710890.59,127,qpeinexact -7305,SUCCESS,2,1,53154.34,62710890.59,62764044.93,127,su2random -7306,SUCCESS,2,1,964.81,62764044.93,62765009.74,127,graphstate -7307,SUCCESS,2,1,20781.52,62765009.74,62785791.26,127,qftentangled -7308,SUCCESS,2,1,44826.36,62785791.26,62830617.62,127,twolocalrandom -7309,SUCCESS,2,1,368.69,62830617.62,62830986.31,127,qftentangled -7310,SUCCESS,2,1,16989.26,62830986.31,62847975.57,127,qftentangled -7311,SUCCESS,2,1,5750.69,62847975.57,62853726.26,127,ae -7313,SUCCESS,2,1,9180.86,62853726.26,62862907.12,127,ae -7314,SUCCESS,2,1,488.56,62862907.12,62863395.68,127,graphstate diff --git a/output/iQuantumExample6-17-07-2023_12-47-01.csv b/output/iQuantumExample6-17-07-2023_12-47-01.csv deleted file mode 100644 index b3cae5a6a..000000000 --- a/output/iQuantumExample6-17-07-2023_12-47-01.csv +++ /dev/null @@ -1,7316 +0,0 @@ -QTask_ID,Status,QDCenter,QNode_ID,Execution_Time,Start_Time,Finish_Time,No_Qubits,Application, Cost -3,SUCCESS,2,0,1790.94,0.01,1790.95,27,twolocalrandom,2865.5040000000004 -8,SUCCESS,2,0,206.65,1790.95,1997.6,27,portfoliovqe,330.6399999999998 -9,SUCCESS,2,0,248.91,1997.6,2246.51,27,qnn,398.25600000000054 -14,SUCCESS,2,0,145.22,2246.51,2391.73,27,graphstate,232.3519999999997 -19,SUCCESS,2,0,266.62,2391.73,2658.35,27,portfolioqaoa,426.59200000000055 -29,SUCCESS,2,0,705.19,2658.35,3363.54,27,qft,1128.304 -31,SUCCESS,2,0,1121.34,3363.54,4484.88,27,realamprandom,1794.1439999999996 -39,SUCCESS,2,0,38.05,4484.88,4522.93,27,qaoa,60.880000000000294 -44,SUCCESS,2,0,55.63,4522.93,4578.56,27,routing,89.00800000000018 -45,SUCCESS,2,0,276.23,4578.56,4854.79,27,qpeexact,441.96799999999934 -47,SUCCESS,2,0,370.16,4854.79,5224.95,27,qftentangled,592.2559999999997 -55,SUCCESS,2,0,493.28,5224.95,5718.23,27,qpeexact,789.2480000000011 -63,SUCCESS,2,0,36.91,5718.23,5755.14,27,wstate,59.05599999999977 -64,SUCCESS,2,0,73.72,5755.14,5828.86,27,qaoa,117.95199999999896 -66,SUCCESS,2,0,158.75,5828.86,5987.61,27,wstate,254.0 -70,SUCCESS,2,0,985.77,5987.61,6973.38,27,qnn,1577.2320000000009 -84,SUCCESS,2,0,366.97,6973.38,7340.35,27,pricingput,587.1520000000004 -86,SUCCESS,2,0,877.4,7340.35,8217.75,27,portfoliovqe,1403.8399999999995 -91,SUCCESS,2,0,513.54,8217.75,8731.29,27,portfoliovqe,821.6640000000015 -99,SUCCESS,2,0,1185.36,8731.29,9916.65,27,qft,1896.5759999999982 -105,SUCCESS,2,0,38.46,9916.65,9955.11,27,dj,61.536000000001515 -112,SUCCESS,2,0,479.48,9955.11,10434.59,27,qpeexact,767.1679999999993 -118,SUCCESS,2,0,268.99,10434.59,10703.58,27,realamprandom,430.3839999999997 -129,SUCCESS,2,0,3167.49,10703.58,13871.07,27,pricingput,5067.984 -136,SUCCESS,2,0,1050.79,13871.07,14921.86,27,qpeinexact,1681.2640000000015 -139,SUCCESS,2,0,603.82,14921.86,15525.68,27,qpeinexact,966.1119999999996 -141,SUCCESS,2,0,706.13,15525.68,16231.81,27,su2random,1129.8079999999989 -158,SUCCESS,2,0,26.56,16231.81,16258.37,27,graphstate,42.4960000000021 -159,SUCCESS,2,0,966.43,16258.37,17224.8,27,groundstate,1546.2879999999977 -160,SUCCESS,2,0,694.08,17224.8,17918.88,27,realamprandom,1110.527999999997 -161,SUCCESS,2,0,960.11,17918.88,18878.99,27,twolocalrandom,1536.176000000001 -166,SUCCESS,2,0,245.43,18878.99,19124.42,27,qpeexact,392.6880000000005 -169,SUCCESS,2,0,51.26,19124.42,19175.68,27,ghz,82.01599999999745 -184,SUCCESS,2,0,572.11,19175.68,19747.79,27,qpeexact,915.3760000000068 -193,SUCCESS,2,0,12.97,19747.79,19760.76,27,ghz,20.751999999996045 -197,SUCCESS,2,0,235.39,19760.76,19996.15,27,portfoliovqe,376.6239999999991 -207,SUCCESS,2,0,35.57,19996.15,20031.72,27,wstate,56.91199999999954 -208,SUCCESS,2,0,183.71,20031.72,20215.43,27,su2random,293.9359999999986 -213,SUCCESS,2,0,10.36,20215.43,20225.79,27,ghz,16.57600000000093 -224,SUCCESS,2,0,171.61,20225.79,20397.4,27,qpeexact,274.57600000000093 -229,SUCCESS,2,0,74.56,20397.4,20471.96,27,wstate,119.2960000000021 -231,SUCCESS,2,0,4835.52,20471.96,25307.48,27,pricingput,7736.832000000001 -236,SUCCESS,2,0,5090.81,25307.48,30398.29,27,qwalk-v-chain,8145.295999999997 -237,SUCCESS,2,0,530.44,30398.29,30928.73,27,qpeexact,848.7040000000038 -240,SUCCESS,2,0,261.54,30928.73,31190.27,27,qpeexact,418.4639999999956 -252,SUCCESS,2,0,855.38,31190.27,32045.65,27,portfoliovqe,1368.6080000000018 -260,SUCCESS,2,0,63.1,32045.65,32108.75,27,wstate,100.9600000000035 -265,SUCCESS,2,0,438.31,32108.75,32547.06,27,qftentangled,701.2960000000021 -272,SUCCESS,2,0,1156.05,32547.06,33703.11,27,qpeexact,1849.679999999999 -275,SUCCESS,2,0,268.39,33703.11,33971.5,27,ae,429.42399999999907 -276,SUCCESS,2,0,13.22,33971.5,33984.72,27,ghz,21.152000000001863 -278,SUCCESS,2,0,681.43,33984.72,34666.15,27,qpeinexact,1090.2880000000005 -285,SUCCESS,2,0,325.8,34666.15,34991.95,27,qft,521.279999999993 -287,SUCCESS,2,0,329.39,34991.95,35321.34,27,qft,527.0240000000107 -289,SUCCESS,2,0,17.16,35321.34,35338.5,27,graphstate,27.45599999999395 -291,SUCCESS,2,0,857.38,35338.5,36195.88,27,su2random,1371.807999999996 -296,SUCCESS,2,0,677.57,36195.88,36873.45,27,qft,1084.1119999999996 -321,SUCCESS,2,0,530.35,36873.45,37403.8,27,qft,848.5600000000094 -326,SUCCESS,2,0,9.86,37403.8,37413.66,27,ghz,15.776000000000932 -329,SUCCESS,2,0,258.49,37413.66,37672.15,27,portfoliovqe,413.58399999999676 -338,SUCCESS,2,0,24.49,37672.15,37696.64,27,vqe,39.18399999999674 -339,SUCCESS,2,0,268.35,37696.64,37964.99,27,random,429.3599999999977 -340,SUCCESS,2,0,937.53,37964.99,38902.52,27,twolocalrandom,1500.0479999999982 -342,SUCCESS,2,0,28.75,38902.52,38931.27,27,ghz,46.0 -344,SUCCESS,2,0,2083.36,38931.27,41014.63,27,pricingput,3333.376000000013 -359,SUCCESS,2,0,3607.27,41014.63,44621.9,27,random,5771.631999999995 -361,SUCCESS,2,0,821.42,44621.9,45443.32,27,qpeexact,1314.2719999999972 -367,SUCCESS,2,0,21.25,45443.32,45464.57,27,vqe,34.0 -369,SUCCESS,2,0,40.24,45464.57,45504.81,27,dj,64.38400000000838 -374,SUCCESS,2,0,641.21,45504.81,46146.02,27,ae,1025.9359999999986 -378,SUCCESS,2,0,1168.86,46146.02,47314.88,27,qnn,1870.1759999999895 -383,SUCCESS,2,0,717.97,47314.88,48032.85,27,qpeexact,1148.752000000002 -384,SUCCESS,2,0,9677.14,48032.85,57709.99,27,grover-noancilla,15483.423999999999 -391,SUCCESS,2,0,49.8,57709.99,57759.79,27,dj,79.68000000000467 -0,SUCCESS,2,1,62091.94,0.01,62091.95,127,random,99347.10399999999 -406,SUCCESS,2,0,4888.54,57759.79,62648.33,27,random,7821.664000000002 -407,SUCCESS,2,0,215.08,62648.33,62863.41,27,qft,344.1280000000028 -416,SUCCESS,2,0,1110.68,62863.41,63974.09,27,qpeexact,1777.0880000000006 -427,SUCCESS,2,0,2111.7,63974.09,66085.79,27,realamprandom,3378.719999999984 -434,SUCCESS,2,0,6343.06,66085.79,72428.85,27,qwalk-noancilla,10148.89600000002 -447,SUCCESS,2,0,55.03,72428.85,72483.88,27,tsp,88.04799999997486 -451,SUCCESS,2,0,82.09,72483.88,72565.97,27,qft,131.3440000000177 -455,SUCCESS,2,0,81.99,72565.97,72647.96,27,dj,131.18400000000838 -462,SUCCESS,2,0,836.33,72647.96,73484.29,27,qft,1338.1279999999797 -466,SUCCESS,2,0,566.76,73484.29,74051.05,27,twolocalrandom,906.8160000000149 -467,SUCCESS,2,0,83.22,74051.05,74134.27,27,wstate,133.15200000000186 -472,SUCCESS,2,0,145.36,74134.27,74279.63,27,wstate,232.57600000000093 -473,SUCCESS,2,0,424.42,74279.63,74704.05,27,su2random,679.071999999974 -475,SUCCESS,2,0,612.18,74704.05,75316.23,27,realamprandom,979.4880000000121 -1,SUCCESS,2,1,25335.99,62091.95,87427.94,127,twolocalrandom,40537.58399999999 -2,SUCCESS,2,1,4106.31,87427.94,91534.25,127,qpeexact,6570.09600000002 -4,SUCCESS,2,1,1748.88,91534.25,93283.13,127,dj,2798.208000000008 -5,SUCCESS,2,1,4983.87,93283.13,98267,127,realamprandom,7974.191999999993 -6,SUCCESS,2,1,13995.97,98267,112262.97,127,twolocalrandom,22393.552000000003 -7,SUCCESS,2,1,1440.22,112262.97,113703.19,127,wstate,2304.352000000002 -480,SUCCESS,2,0,39258.81,75316.23,114575.04,27,qwalk-noancilla,62814.096 -484,SUCCESS,2,0,152.53,114575.04,114727.57,27,dj,244.04799999999815 -486,SUCCESS,2,0,1679.94,114727.57,116407.51,27,ae,2687.904000000004 -488,SUCCESS,2,0,67.88,116407.51,116475.39,27,ghz,108.60800000000745 -499,SUCCESS,2,0,292.84,116475.39,116768.23,27,portfolioqaoa,468.5439999999944 -503,SUCCESS,2,0,134.82,116768.23,116903.05,27,wstate,215.7119999999879 -504,SUCCESS,2,0,543.06,116903.05,117446.11,27,qnn,868.8960000000196 -508,SUCCESS,2,0,487.16,117446.11,117933.27,27,qft,779.4560000000056 -516,SUCCESS,2,0,205.06,117933.27,118138.33,27,qft,328.0959999999963 -521,SUCCESS,2,0,462.24,118138.33,118600.57,27,qftentangled,739.5840000000085 -533,SUCCESS,2,0,291.92,118600.57,118892.49,27,twolocalrandom,467.07199999997397 -538,SUCCESS,2,0,36.87,118892.49,118929.36,27,graphstate,58.992000000015835 -539,SUCCESS,2,0,385.94,118929.36,119315.3,27,ae,617.5040000000038 -540,SUCCESS,2,0,56.01,119315.3,119371.31,27,graphstate,89.61599999999163 -543,SUCCESS,2,0,464.41,119371.31,119835.72,27,qnn,743.0560000000056 -555,SUCCESS,2,0,3029.6,119835.72,122865.32,27,random,4847.36000000001 -559,SUCCESS,2,0,170.51,122865.32,123035.83,27,portfolioqaoa,272.8159999999916 -10,SUCCESS,2,1,9340.54,113703.19,123043.73,127,qftentangled,14944.86399999999 -11,SUCCESS,2,1,100.92,123043.73,123144.65,127,routing,161.47199999999722 -562,SUCCESS,2,0,809.75,123035.83,123845.58,27,qft,1295.6000000000001 -564,SUCCESS,2,0,291.74,123845.58,124137.32,27,pricingcall,466.7840000000084 -12,SUCCESS,2,1,3872.4,123144.65,127017.05,127,wstate,6195.840000000015 -13,SUCCESS,2,1,5786.09,127017.05,132803.14,127,random,9257.744000000019 -15,SUCCESS,2,1,30101.43,132803.14,162904.57,127,qpeexact,48162.28799999999 -16,SUCCESS,2,1,1213.6,162904.57,164118.17,127,ae,1941.7600000000093 -17,SUCCESS,2,1,9846.11,164118.17,173964.28,127,twolocalrandom,15753.775999999978 -18,SUCCESS,2,1,2879.41,173964.28,176843.69,127,su2random,4607.056000000006 -20,SUCCESS,2,1,471.5,176843.69,177315.19,127,dj,754.4000000000001 -21,SUCCESS,2,1,8633.11,177315.19,185948.3,127,qft,13812.975999999979 -22,SUCCESS,2,1,1963.12,185948.3,187911.42,127,qftentangled,3140.9920000000393 -567,SUCCESS,2,0,67811.37,124137.32,191948.69,27,grover-noancilla,108498.192 -568,SUCCESS,2,0,764.87,191948.69,192713.56,27,qpeinexact,1223.7919999999926 -578,SUCCESS,2,0,128.96,192713.56,192842.52,27,graphstate,206.33600000003355 -585,SUCCESS,2,0,482.81,192842.52,193325.33,27,qftentangled,772.4959999999963 -589,SUCCESS,2,0,517.08,193325.33,193842.41,27,qftentangled,827.3279999999795 -595,SUCCESS,2,0,122.78,193842.41,193965.19,27,dj,196.44799999999816 -596,SUCCESS,2,0,1108.83,193965.19,195074.02,27,portfoliovqe,1774.128000000026 -603,SUCCESS,2,0,1051.76,195074.02,196125.78,27,ae,1682.8159999999684 -612,SUCCESS,2,0,149.56,196125.78,196275.34,27,qpeinexact,239.2959999999963 -614,SUCCESS,2,0,41935.89,196275.34,238211.23,27,grover-v-chain,67097.42400000003 -616,SUCCESS,2,0,39.2,238211.23,238250.43,27,ghz,62.72000000001863 -628,SUCCESS,2,0,375.93,238250.43,238626.36,27,portfolioqaoa,601.4879999999888 -632,SUCCESS,2,0,417.9,238626.36,239044.26,27,random,668.6399999999908 -633,SUCCESS,2,0,607.21,239044.26,239651.47,27,su2random,971.535999999987 -637,SUCCESS,2,0,36.15,239651.47,239687.62,27,graphstate,57.83999999999069 -642,SUCCESS,2,0,39.41,239687.62,239727.03,27,routing,63.05600000000559 -653,SUCCESS,2,0,8182.87,239727.03,247909.9,27,pricingcall,13092.591999999993 -654,SUCCESS,2,0,215.35,247909.9,248125.25,27,wstate,344.5600000000093 -663,SUCCESS,2,0,588.62,248125.25,248713.87,27,qpeexact,941.7919999999926 -665,SUCCESS,2,0,207.72,248713.87,248921.59,27,wstate,332.3520000000019 -672,SUCCESS,2,0,432.04,248921.59,249353.63,27,qpeexact,691.2640000000131 -673,SUCCESS,2,0,512.54,249353.63,249866.17,27,qnn,820.064000000013 -675,SUCCESS,2,0,350.93,249866.17,250217.1,27,qpeexact,561.4879999999888 -676,SUCCESS,2,0,333.39,250217.1,250550.49,27,portfoliovqe,533.4239999999758 -681,SUCCESS,2,0,298.04,250550.49,250848.53,27,portfoliovqe,476.86400000001305 -686,SUCCESS,2,0,97.88,250848.53,250946.41,27,ae,156.60800000000745 -699,SUCCESS,2,0,118.96,250946.41,251065.37,27,dj,190.33599999998697 -703,SUCCESS,2,0,101.06,251065.37,251166.43,27,graphstate,161.69600000004286 -721,SUCCESS,2,0,1688.44,251166.43,252854.87,27,twolocalrandom,2701.503999999957 -723,SUCCESS,2,0,43.82,252854.87,252898.69,27,graphstate,70.11200000001118 -725,SUCCESS,2,0,918.09,252898.69,253816.78,27,twolocalrandom,1468.9439999999945 -726,SUCCESS,2,0,525.5,253816.78,254342.28,27,twolocalrandom,840.8000000000001 -733,SUCCESS,2,0,85.14,254342.28,254427.42,27,qaoa,136.22400000002236 -735,SUCCESS,2,0,121.63,254427.42,254549.05,27,vqe,194.60800000000745 -747,SUCCESS,2,0,171.2,254549.05,254720.25,27,dj,273.91999999997205 -748,SUCCESS,2,0,45.37,254720.25,254765.62,27,dj,72.59199999999255 -751,SUCCESS,2,0,10994.9,254765.62,265760.52,27,pricingput,17591.840000000037 -761,SUCCESS,2,0,874.07,265760.52,266634.59,27,ae,1398.5120000000113 -762,SUCCESS,2,0,1473.74,266634.59,268108.33,27,qpeinexact,2357.9839999999854 -769,SUCCESS,2,0,521.19,268108.33,268629.52,27,su2random,833.9040000000037 -779,SUCCESS,2,0,97.83,268629.52,268727.35,27,ghz,156.52799999993294 -784,SUCCESS,2,0,6.47,268727.35,268733.82,27,ghz,10.35200000004843 -787,SUCCESS,2,0,2142.02,268733.82,270875.84,27,su2random,3427.23200000003 -788,SUCCESS,2,0,81.15,270875.84,270956.99,27,dj,129.83999999994413 -791,SUCCESS,2,0,408.02,270956.99,271365.01,27,qpeexact,652.8320000000299 -792,SUCCESS,2,0,716.04,271365.01,272081.05,27,ae,1145.6639999999666 -798,SUCCESS,2,0,29.64,272081.05,272110.69,27,graphstate,47.42400000002235 -801,SUCCESS,2,0,628.1,272110.69,272738.79,27,ae,1004.960000000056 -803,SUCCESS,2,0,155.15,272738.79,272893.94,27,qpeexact,248.23999999994413 -805,SUCCESS,2,0,427.6,272893.94,273321.54,27,twolocalrandom,684.1599999999628 -814,SUCCESS,2,0,464.52,273321.54,273786.06,27,random,743.2320000000299 -821,SUCCESS,2,0,399.9,273786.06,274185.96,27,ae,639.8400000000373 -823,SUCCESS,2,0,531.55,274185.96,274717.51,27,realamprandom,850.4799999999814 -826,SUCCESS,2,0,55.45,274717.51,274772.96,27,tsp,88.72000000001863 -831,SUCCESS,2,0,33.72,274772.96,274806.68,27,wstate,53.9519999999553 -832,SUCCESS,2,0,1166.9,274806.68,275973.58,27,qpeinexact,1867.0400000000373 -839,SUCCESS,2,0,615.33,275973.58,276588.91,27,ae,984.527999999933 -841,SUCCESS,2,0,709.51,276588.91,277298.42,27,su2random,1135.216000000015 -861,SUCCESS,2,0,209.26,277298.42,277507.68,27,random,334.8160000000149 -865,SUCCESS,2,0,845.42,277507.68,278353.1,27,random,1352.671999999974 -866,SUCCESS,2,0,377.34,278353.1,278730.44,27,realamprandom,603.744000000041 -867,SUCCESS,2,0,1639.32,278730.44,280369.76,27,pricingcall,2622.912000000011 -868,SUCCESS,2,0,72.67,280369.76,280442.43,27,graphstate,116.27199999997393 -869,SUCCESS,2,0,77.14,280442.43,280519.57,27,wstate,123.42400000002236 -878,SUCCESS,2,0,17.55,280519.57,280537.12,27,routing,28.079999999981375 -882,SUCCESS,2,0,808.56,280537.12,281345.68,27,qnn,1293.6959999999963 -887,SUCCESS,2,0,89.08,281345.68,281434.76,27,dj,142.52800000002608 -894,SUCCESS,2,0,920.24,281434.76,282355,27,qft,1472.3839999999852 -895,SUCCESS,2,0,2304.15,282355,284659.15,27,qwalk-v-chain,3686.6400000000376 -901,SUCCESS,2,0,252.6,284659.15,284911.75,27,qft,404.1599999999628 -903,SUCCESS,2,0,675.41,284911.75,285587.16,27,qft,1080.6560000000522 -904,SUCCESS,2,0,908.79,285587.16,286495.95,27,ae,1454.0639999999667 -918,SUCCESS,2,0,181.32,286495.95,286677.27,27,qpeinexact,290.11200000001116 -923,SUCCESS,2,0,470.17,286677.27,287147.44,27,qpeinexact,752.271999999974 -928,SUCCESS,2,0,11916.18,287147.44,299063.62,27,pricingcall,19065.887999999988 -936,SUCCESS,2,0,407.66,299063.62,299471.28,27,ae,652.2560000000522 -944,SUCCESS,2,0,71.3,299471.28,299542.58,27,dj,114.07999999998138 -950,SUCCESS,2,0,1946.7,299542.58,301489.28,27,qft,3114.720000000019 -23,SUCCESS,2,1,150151.26,187911.42,338062.68,127,random,240242.01599999997 -24,SUCCESS,2,1,6008.15,338062.68,344070.83,127,realamprandom,9613.040000000037 -25,SUCCESS,2,1,2991.54,344070.83,347062.37,127,wstate,4786.463999999966 -26,SUCCESS,2,1,184.2,347062.37,347246.57,127,dj,294.7200000000186 -27,SUCCESS,2,1,15276.64,347246.57,362523.21,127,qnn,24442.624000000025 -28,SUCCESS,2,1,31099.21,362523.21,393622.42,127,ae,49758.735999999946 -951,SUCCESS,2,0,113362.08,301489.28,414851.36,27,qwalk-noancilla,181379.32799999995 -953,SUCCESS,2,0,283.76,414851.36,415135.12,27,realamprandom,454.0160000000149 -968,SUCCESS,2,0,112.06,415135.12,415247.18,27,graphstate,179.2959999999963 -30,SUCCESS,2,1,38059.84,393622.42,431682.26,127,realamprandom,60895.74400000004 -32,SUCCESS,2,1,2334.32,431682.26,434016.58,127,qpeinexact,3734.912000000011 -33,SUCCESS,2,1,2859.07,434016.58,436875.65,127,qft,4574.5120000000115 -34,SUCCESS,2,1,972.73,436875.65,437848.38,127,realamprandom,1556.3679999999704 -35,SUCCESS,2,1,860.76,437848.38,438709.14,127,ghz,1377.216000000015 -36,SUCCESS,2,1,9075.1,438709.14,447784.24,127,random,14520.159999999963 -37,SUCCESS,2,1,3438.37,447784.24,451222.61,127,ae,5501.391999999993 -38,SUCCESS,2,1,2425.92,451222.61,453648.53,127,qft,3881.472000000067 -40,SUCCESS,2,1,10676.21,453648.53,464324.74,127,qft,17081.93599999994 -41,SUCCESS,2,1,17832.67,464324.74,482157.41,127,ae,28532.271999999975 -42,SUCCESS,2,1,397.22,482157.41,482554.63,127,graphstate,635.5520000000485 -43,SUCCESS,2,1,14243.79,482554.63,496798.42,127,qpeexact,22790.06399999997 -976,SUCCESS,2,0,89132.45,415247.18,504379.63,27,qwalk-noancilla,142611.92 -46,SUCCESS,2,1,8000.43,496798.42,504798.85,127,qpeexact,12800.688000000082 -979,SUCCESS,2,0,922.5,504379.63,505302.13,27,twolocalrandom,1476.0 -982,SUCCESS,2,0,649.13,505302.13,505951.26,27,qft,1038.6080000000075 -987,SUCCESS,2,0,488.57,505951.26,506439.83,27,wstate,781.7120000000112 -991,SUCCESS,2,0,505.09,506439.83,506944.92,27,realamprandom,808.1439999999479 -995,SUCCESS,2,0,59.48,506944.92,507004.4,27,ghz,95.16800000006333 -1012,SUCCESS,2,0,824.94,507004.4,507829.34,27,su2random,1319.9040000000039 -48,SUCCESS,2,1,3097.01,504798.85,507895.86,127,random,4955.215999999922 -1015,SUCCESS,2,0,654.01,507829.34,508483.35,27,realamprandom,1046.416000000015 -1016,SUCCESS,2,0,708.32,508483.35,509191.67,27,qnn,1133.311999999918 -1018,SUCCESS,2,0,498.68,509191.67,509690.35,27,qft,797.8879999999889 -1019,SUCCESS,2,0,2055.11,509690.35,511745.46,27,qpeexact,3288.176000000071 -1028,SUCCESS,2,0,393.15,511745.46,512138.61,27,realamprandom,629.0399999999441 -1033,SUCCESS,2,0,527.45,512138.61,512666.06,27,qnn,843.9200000000187 -49,SUCCESS,2,1,5518.32,507895.86,513414.18,127,qpeinexact,8829.31200000001 -1034,SUCCESS,2,0,1314.63,512666.06,513980.69,27,random,2103.4080000000076 -1038,SUCCESS,2,0,11.67,513980.69,513992.36,27,ghz,18.671999999973924 -1039,SUCCESS,2,0,40.47,513992.36,514032.83,27,dj,64.75200000004843 -1044,SUCCESS,2,0,840.43,514032.83,514873.26,27,twolocalrandom,1344.687999999989 -1046,SUCCESS,2,0,31.36,514873.26,514904.62,27,ghz,50.17599999997765 -1047,SUCCESS,2,0,693.97,514904.62,515598.59,27,portfolioqaoa,1110.3520000000485 -1048,SUCCESS,2,0,105.19,515598.59,515703.78,27,ghz,168.30400000000373 -1049,SUCCESS,2,0,228.98,515703.78,515932.76,27,tsp,366.3679999999702 -1052,SUCCESS,2,0,3083.13,515932.76,519015.89,27,random,4933.008000000008 -1057,SUCCESS,2,0,120.94,519015.89,519136.83,27,qft,193.50400000000374 -1059,SUCCESS,2,0,252,519136.83,519388.83,27,qft,403.20000000000005 -1072,SUCCESS,2,0,37.6,519388.83,519426.43,27,wstate,60.15999999996275 -1077,SUCCESS,2,0,807.97,519426.43,520234.4,27,portfolioqaoa,1292.7520000000486 -1079,SUCCESS,2,0,4430.82,520234.4,524665.22,27,qwalk-noancilla,7089.311999999918 -1092,SUCCESS,2,0,990.09,524665.22,525655.31,27,random,1584.1440000001342 -50,SUCCESS,2,1,42515.88,513414.18,555930.06,127,su2random,68025.4080000001 -51,SUCCESS,2,1,428.29,555930.06,556358.35,127,graphstate,685.2639999998734 -52,SUCCESS,2,1,77.83,556358.35,556436.18,127,wstate,124.52800000011922 -53,SUCCESS,2,1,77329.68,556436.18,633765.86,127,random,123727.4879999999 -54,SUCCESS,2,1,198.26,633765.86,633964.12,127,wstate,317.2160000000149 -56,SUCCESS,2,1,798.25,633964.12,634762.37,127,dj,1277.2 -57,SUCCESS,2,1,1364.4,634762.37,636126.77,127,ae,2183.0400000000373 -58,SUCCESS,2,1,663.4,636126.77,636790.17,127,dj,1061.4400000000373 -59,SUCCESS,2,1,1431.69,636790.17,638221.86,127,realamprandom,2290.7039999999106 -60,SUCCESS,2,1,6713.66,638221.86,644935.52,127,qnn,10741.856000000053 -61,SUCCESS,2,1,3601.53,644935.52,648537.05,127,qftentangled,5762.448000000045 -1095,SUCCESS,2,0,124386.62,525655.31,650041.93,27,qwalk-noancilla,199018.592 -62,SUCCESS,2,1,58612.88,648537.05,707149.93,127,realamprandom,93780.60800000001 -65,SUCCESS,2,1,10242.15,707149.93,717392.08,127,qftentangled,16387.439999999853 -67,SUCCESS,2,1,19808.32,717392.08,737200.4,127,qpeexact,31693.312000000107 -68,SUCCESS,2,1,934.05,737200.4,738134.45,127,qnn,1494.4799999998884 -69,SUCCESS,2,1,4532.51,738134.45,742666.96,127,wstate,7252.016000000015 -71,SUCCESS,2,1,16091.03,742666.96,758757.99,127,su2random,25745.648000000045 -72,SUCCESS,2,1,4970,758757.99,763727.99,127,wstate,7952.0 -73,SUCCESS,2,1,597,763727.99,764324.99,127,graphstate,955.2 -1096,SUCCESS,2,0,152946.56,650041.93,802988.49,27,qwalk-noancilla,244714.49599999993 -1104,SUCCESS,2,0,828.51,802988.49,803817,27,qpeinexact,1325.616000000015 -1127,SUCCESS,2,0,528.45,803817,804345.45,27,qftentangled,845.5199999999255 -1135,SUCCESS,2,0,25.01,804345.45,804370.46,27,routing,40.016000000014905 -1137,SUCCESS,2,0,3336.86,804370.46,807707.32,27,qnn,5338.975999999978 -1139,SUCCESS,2,0,44.84,807707.32,807752.16,27,dj,71.74400000013411 -1141,SUCCESS,2,0,163.24,807752.16,807915.4,27,qaoa,261.18399999998513 -1146,SUCCESS,2,0,1603.01,807915.4,809518.41,27,random,2564.8160000000153 -1153,SUCCESS,2,0,431.41,809518.41,809949.82,27,qftentangled,690.2560000000522 -1155,SUCCESS,2,0,77.83,809949.82,810027.65,27,dj,124.52799999993294 -1158,SUCCESS,2,0,529.23,810027.65,810556.88,27,qpeexact,846.7679999999702 -1161,SUCCESS,2,0,885.73,810556.88,811442.61,27,twolocalrandom,1417.1679999999703 -1170,SUCCESS,2,0,652.39,811442.61,812095,27,ae,1043.8240000000224 -1178,SUCCESS,2,0,11.84,812095,812106.84,27,ghz,18.943999999947845 -1184,SUCCESS,2,0,41.52,812106.84,812148.36,27,dj,66.4320000000298 -1188,SUCCESS,2,0,351.09,812148.36,812499.45,27,groundstate,561.7439999999478 -74,SUCCESS,2,1,62887.47,764324.99,827212.46,127,random,100619.95199999996 -75,SUCCESS,2,1,620.85,827212.46,827833.31,127,graphstate,993.3600000001491 -1192,SUCCESS,2,0,28322.17,812499.45,840821.62,27,grover-noancilla,45315.47200000007 -1199,SUCCESS,2,0,841.37,840821.62,841662.99,27,qft,1346.1919999999927 -1206,SUCCESS,2,0,395.67,841662.99,842058.66,27,portfolioqaoa,633.0720000000671 -1210,SUCCESS,2,0,38.96,842058.66,842097.62,27,graphstate,62.3359999999404 -1212,SUCCESS,2,0,39.8,842097.62,842137.42,27,dj,63.68000000007451 -1235,SUCCESS,2,0,310.93,842137.42,842448.35,27,qftentangled,497.4879999998957 -1238,SUCCESS,2,0,318.17,842448.35,842766.52,27,qft,509.0720000000671 -1239,SUCCESS,2,0,953.73,842766.52,843720.25,27,ae,1525.9679999999703 -1242,SUCCESS,2,0,381.29,843720.25,844101.54,27,qpeexact,610.0640000000597 -1243,SUCCESS,2,0,671.87,844101.54,844773.41,27,su2random,1074.9919999999927 -1244,SUCCESS,2,0,273.29,844773.41,845046.7,27,qpeinexact,437.26399999987336 -1257,SUCCESS,2,0,125.26,845046.7,845171.96,27,dj,200.41600000001492 -1268,SUCCESS,2,0,66.51,845171.96,845238.47,27,ghz,106.4160000000149 -1270,SUCCESS,2,0,1211.03,845238.47,846449.5,27,random,1937.6480000000447 -1272,SUCCESS,2,0,443.97,846449.5,846893.47,27,qftentangled,710.3519999999553 -1274,SUCCESS,2,0,648.14,846893.47,847541.61,27,qnn,1037.0240000000224 -1278,SUCCESS,2,0,92.47,847541.61,847634.08,27,random,147.9519999999553 -1294,SUCCESS,2,0,210.47,847634.08,847844.55,27,qftentangled,336.7520000001416 -1299,SUCCESS,2,0,16.84,847844.55,847861.39,27,ghz,26.94399999994785 -1307,SUCCESS,2,0,118.6,847861.39,847979.99,27,dj,189.75999999996276 -1317,SUCCESS,2,0,659.17,847979.99,848639.16,27,qftentangled,1054.672000000067 -1318,SUCCESS,2,0,404.59,848639.16,849043.75,27,qnn,647.3439999999479 -1320,SUCCESS,2,0,24.32,849043.75,849068.07,27,graphstate,38.911999999918045 -1328,SUCCESS,2,0,1897.07,849068.07,850965.14,27,su2random,3035.3120000001045 -1331,SUCCESS,2,0,60.05,850965.14,851025.19,27,dj,96.07999999988824 -1334,SUCCESS,2,0,707.47,851025.19,851732.66,27,su2random,1131.9520000001417 -1343,SUCCESS,2,0,304.94,851732.66,852037.6,27,qpeinexact,487.90399999991064 -1344,SUCCESS,2,0,52.37,852037.6,852089.97,27,graphstate,83.79199999999256 -1345,SUCCESS,2,0,380.13,852089.97,852470.1,27,qpeexact,608.2080000000075 -1346,SUCCESS,2,0,5329.68,852470.1,857799.78,27,pricingcall,8527.488000000083 -1348,SUCCESS,2,0,107.64,857799.78,857907.42,27,pricingput,172.22400000002236 -1350,SUCCESS,2,0,1825.9,857907.42,859733.32,27,realamprandom,2921.4399999998514 -1352,SUCCESS,2,0,222.57,859733.32,859955.89,27,portfolioqaoa,356.11200000010433 -1354,SUCCESS,2,0,23.33,859955.89,859979.22,27,routing,37.32799999993295 -1370,SUCCESS,2,0,161.35,859979.22,860140.57,27,qaoa,258.15999999996274 -1374,SUCCESS,2,0,18.71,860140.57,860159.28,27,vqe,29.93600000012666 -1380,SUCCESS,2,0,18.93,860159.28,860178.21,27,ghz,30.287999999895693 -1383,SUCCESS,2,0,504.62,860178.21,860682.83,27,qft,807.3919999999925 -1392,SUCCESS,2,0,1397.38,860682.83,862080.21,27,realamprandom,2235.8080000000077 -1395,SUCCESS,2,0,634.92,862080.21,862715.13,27,qpeinexact,1015.8720000000671 -1396,SUCCESS,2,0,179.36,862715.13,862894.49,27,dj,286.97599999997766 -1402,SUCCESS,2,0,33.23,862894.49,862927.72,27,routing,53.1679999999702 -1408,SUCCESS,2,0,159.21,862927.72,863086.93,27,ae,254.73600000012667 -1428,SUCCESS,2,0,731.75,863086.93,863818.68,27,qnn,1170.8 -1433,SUCCESS,2,0,19.5,863818.68,863838.18,27,graphstate,31.200000000000003 -1436,SUCCESS,2,0,461.22,863838.18,864299.4,27,qft,737.9519999999553 -1439,SUCCESS,2,0,2991.13,864299.4,867290.53,27,twolocalrandom,4785.808000000007 -1442,SUCCESS,2,0,581.86,867290.53,867872.39,27,su2random,930.9759999999777 -1443,SUCCESS,2,0,1482.16,867872.39,869354.55,27,pricingput,2371.4560000000524 -1444,SUCCESS,2,0,313.47,869354.55,869668.02,27,realamprandom,501.55199999995534 -1448,SUCCESS,2,0,42.69,869668.02,869710.71,27,qaoa,68.3039999999106 -1450,SUCCESS,2,0,2498.05,869710.71,872208.76,27,pricingcall,3996.8800000000747 -1456,SUCCESS,2,0,69.92,872208.76,872278.68,27,wstate,111.87200000006706 -76,SUCCESS,2,1,44572.65,827833.31,872405.96,127,qnn,71316.23999999986 -1460,SUCCESS,2,0,404.59,872278.68,872683.27,27,pricingcall,647.3439999999479 -1462,SUCCESS,2,0,35.64,872683.27,872718.91,27,dj,57.024000000022355 -1464,SUCCESS,2,0,157,872718.91,872875.91,27,pricingcall,251.20000000000002 -1469,SUCCESS,2,0,760.48,872875.91,873636.39,27,realamprandom,1216.7679999999702 -1470,SUCCESS,2,0,2036.35,873636.39,875672.74,27,qftentangled,3258.159999999963 -1471,SUCCESS,2,0,299.24,875672.74,875971.98,27,realamprandom,478.7839999999851 -1472,SUCCESS,2,0,330.23,875971.98,876302.21,27,su2random,528.3679999999703 -1483,SUCCESS,2,0,46.92,876302.21,876349.13,27,wstate,75.07200000006706 -1485,SUCCESS,2,0,20.83,876349.13,876369.96,27,vqe,33.32799999993295 -1495,SUCCESS,2,0,224.8,876369.96,876594.76,27,portfolioqaoa,359.68000000007453 -1497,SUCCESS,2,0,39.43,876594.76,876634.19,27,graphstate,63.08799999989569 -1503,SUCCESS,2,0,220.27,876634.19,876854.46,27,qnn,352.4320000000298 -1507,SUCCESS,2,0,1492.47,876854.46,878346.93,27,qpeinexact,2387.9520000001417 -1510,SUCCESS,2,0,36.05,878346.93,878382.98,27,graphstate,57.679999999888246 -1511,SUCCESS,2,0,832.26,878382.98,879215.24,27,su2random,1331.616000000015 -77,SUCCESS,2,1,15182.08,872405.96,887588.04,127,qftentangled,24291.32800000012 -1513,SUCCESS,2,0,10275.82,879215.24,889491.06,27,qwalk-v-chain,16441.312000000104 -1517,SUCCESS,2,0,943.04,889491.06,890434.1,27,su2random,1508.8639999998734 -1519,SUCCESS,2,0,58.67,890434.1,890492.77,27,vqe,93.87200000006706 -78,SUCCESS,2,1,3513.6,887588.04,891101.64,127,qnn,5621.759999999963 -79,SUCCESS,2,1,457.95,891101.64,891559.59,127,wstate,732.7199999999256 -80,SUCCESS,2,1,10557.36,891559.59,902116.95,127,su2random,16891.77599999998 -81,SUCCESS,2,1,29712.16,902116.95,931829.11,127,qpeexact,47539.45600000006 -1522,SUCCESS,2,0,43020.94,890492.77,933513.71,27,grover-noancilla,68833.50399999991 -1524,SUCCESS,2,0,329.91,933513.71,933843.62,27,random,527.8560000000522 -1534,SUCCESS,2,0,345.6,933843.62,934189.22,27,portfoliovqe,552.9599999999627 -1536,SUCCESS,2,0,189.88,934189.22,934379.1,27,qftentangled,303.80800000000744 -82,SUCCESS,2,1,3904.88,931829.11,935733.99,127,ghz,6247.808000000008 -1537,SUCCESS,2,0,1525.77,934379.1,935904.87,27,su2random,2441.23200000003 -1538,SUCCESS,2,0,732.87,935904.87,936637.74,27,ae,1172.5919999999926 -83,SUCCESS,2,1,1565.24,935733.99,937299.23,127,wstate,2504.3839999999855 -1540,SUCCESS,2,0,1538.4,936637.74,938176.14,27,realamprandom,2461.4400000000373 -1542,SUCCESS,2,0,15.3,938176.14,938191.44,27,vqe,24.479999999888243 -1543,SUCCESS,2,0,2648.17,938191.44,940839.61,27,pricingput,4237.072000000067 -1547,SUCCESS,2,0,1389.25,940839.61,942228.86,27,twolocalrandom,2222.8 -85,SUCCESS,2,1,5006.94,937299.23,942306.17,127,ae,8011.104000000098 -1555,SUCCESS,2,0,110.14,942228.86,942339,27,wstate,176.22400000002236 -1565,SUCCESS,2,0,81.72,942339,942420.72,27,dj,130.7519999999553 -1580,SUCCESS,2,0,46.17,942420.72,942466.89,27,graphstate,73.87200000006706 -1583,SUCCESS,2,0,748.99,942466.89,943215.88,27,qnn,1198.3839999999852 -1591,SUCCESS,2,0,628.82,943215.88,943844.7,27,ae,1006.1119999999181 -1597,SUCCESS,2,0,17.27,943844.7,943861.97,27,routing,27.632000000029805 -1606,SUCCESS,2,0,290.21,943861.97,944152.18,27,qnn,464.33600000012666 -1607,SUCCESS,2,0,93.83,944152.18,944246.01,27,twolocalrandom,150.12799999993294 -1610,SUCCESS,2,0,341.1,944246.01,944587.11,27,qft,545.7599999999628 -1615,SUCCESS,2,0,12.88,944587.11,944599.99,27,dj,20.60800000000745 -1617,SUCCESS,2,0,418.32,944599.99,945018.31,27,qpeexact,669.3120000001044 -1627,SUCCESS,2,0,37.88,945018.31,945056.19,27,graphstate,60.60799999982119 -1632,SUCCESS,2,0,328.23,945056.19,945384.42,27,qftentangled,525.1680000001564 -1636,SUCCESS,2,0,716.93,945384.42,946101.35,27,qftentangled,1147.0879999998958 -1637,SUCCESS,2,0,211.99,946101.35,946313.34,27,qpeinexact,339.18399999998513 -1641,SUCCESS,2,0,24.49,946313.34,946337.83,27,routing,39.183999999985105 -1642,SUCCESS,2,0,155.85,946337.83,946493.68,27,ghz,249.36000000014903 -1647,SUCCESS,2,0,808.69,946493.68,947302.37,27,twolocalrandom,1293.9039999999106 -1650,SUCCESS,2,0,524.84,947302.37,947827.21,27,ae,839.7439999999478 -1655,SUCCESS,2,0,107.32,947827.21,947934.53,27,qpeinexact,171.71200000010433 -1657,SUCCESS,2,0,10.52,947934.53,947945.05,27,ghz,16.832000000029804 -1658,SUCCESS,2,0,41.88,947945.05,947986.93,27,dj,67.00800000000746 -1659,SUCCESS,2,0,325.22,947986.93,948312.15,27,qpeinexact,520.3519999999553 -1660,SUCCESS,2,0,805.17,948312.15,949117.32,27,ae,1288.2720000000672 -1662,SUCCESS,2,0,377.89,949117.32,949495.21,27,qpeinexact,604.6239999998361 -1663,SUCCESS,2,0,18.71,949495.21,949513.92,27,ghz,29.93600000012666 -1664,SUCCESS,2,0,105.95,949513.92,949619.87,27,ghz,169.51999999992552 -1674,SUCCESS,2,0,119.8,949619.87,949739.67,27,su2random,191.68000000007453 -1678,SUCCESS,2,0,1614.21,949739.67,951353.88,27,pricingcall,2582.7359999999408 -1682,SUCCESS,2,0,32.18,951353.88,951386.06,27,dj,51.48800000008196 -1692,SUCCESS,2,0,431.42,951386.06,951817.48,27,portfoliovqe,690.2719999998808 -1701,SUCCESS,2,0,534.7,951817.48,952352.18,27,qpeinexact,855.5200000001118 -1703,SUCCESS,2,0,74.9,952352.18,952427.08,27,routing,119.83999999985099 -87,SUCCESS,2,1,11689.71,942306.17,953995.88,127,qftentangled,18703.535999999942 -88,SUCCESS,2,1,11421.17,953995.88,965417.05,127,random,18273.87200000007 -89,SUCCESS,2,1,3126.12,965417.05,968543.17,127,qftentangled,5001.791999999993 -90,SUCCESS,2,1,1553.49,968543.17,970096.66,127,su2random,2485.5839999999853 -92,SUCCESS,2,1,23374.85,970096.66,993471.51,127,qwalk-v-chain,37399.759999999966 -93,SUCCESS,2,1,109.01,993471.51,993580.52,127,dj,174.41600000001492 -1723,SUCCESS,2,0,47521.71,952427.08,999948.79,27,shor,76034.73600000014 -1726,SUCCESS,2,0,13.96,999948.79,999962.75,27,ghz,22.335999999940398 -1731,SUCCESS,2,0,44.16,999962.75,1000006.91,27,vqe,70.65600000005216 -1732,SUCCESS,2,0,26.46,1000006.91,1000033.37,27,vqe,42.3359999999404 -1737,SUCCESS,2,0,20.03,1000033.37,1000053.4,27,ghz,32.0480000000447 -94,SUCCESS,2,1,6541.93,993580.52,1000122.45,127,qftentangled,10467.087999999896 -1757,SUCCESS,2,0,358.01,1000053.4,1000411.41,27,portfoliovqe,572.8160000000149 -1769,SUCCESS,2,0,419.31,1000411.41,1000830.72,27,qpeinexact,670.8959999999032 -95,SUCCESS,2,1,1668.61,1000122.45,1001791.06,127,ae,2669.776000000164 -96,SUCCESS,2,1,359.71,1001791.06,1002150.77,127,dj,575.5359999999404 -1772,SUCCESS,2,0,1806.29,1000830.72,1002637.01,27,qwalk-v-chain,2890.06400000006 -1776,SUCCESS,2,0,2211.25,1002637.01,1004848.26,27,grover-noancilla,3538.0 -1778,SUCCESS,2,0,864.55,1004848.26,1005712.81,27,ae,1383.2800000000746 -1784,SUCCESS,2,0,20.15,1005712.81,1005732.96,27,qaoa,32.23999999985099 -1792,SUCCESS,2,0,1387.64,1005732.96,1007120.6,27,qpeinexact,2220.2240000000224 -1801,SUCCESS,2,0,120.26,1007120.6,1007240.86,27,wstate,192.41600000001492 -1812,SUCCESS,2,0,22.92,1007240.86,1007263.78,27,graphstate,36.67200000006706 -1813,SUCCESS,2,0,848.24,1007263.78,1008112.02,27,realamprandom,1357.1839999999852 -1815,SUCCESS,2,0,141.7,1008112.02,1008253.72,27,dj,226.7199999999255 -1817,SUCCESS,2,0,240.14,1008253.72,1008493.86,27,qftentangled,384.2240000000224 -1821,SUCCESS,2,0,1848.23,1008493.86,1010342.09,27,ae,2957.1679999999706 -1824,SUCCESS,2,0,187.32,1010342.09,1010529.41,27,dj,299.7120000001043 -97,SUCCESS,2,1,10034.61,1002150.77,1012185.38,127,qftentangled,16055.375999999978 -1832,SUCCESS,2,0,3919.64,1010529.41,1014449.05,27,pricingcall,6271.424000000023 -98,SUCCESS,2,1,2894.04,1012185.38,1015079.42,127,dj,4630.46400000006 -1842,SUCCESS,2,0,747.1,1014449.05,1015196.15,27,qftentangled,1195.3599999999628 -100,SUCCESS,2,1,4452.1,1015079.42,1019531.52,127,qft,7123.359999999963 -1844,SUCCESS,2,0,4724.44,1015196.15,1019920.59,27,qwalk-v-chain,7559.103999999911 -1845,SUCCESS,2,0,619.5,1019920.59,1020540.09,27,portfoliovqe,991.2 -1847,SUCCESS,2,0,1631.75,1020540.09,1022171.84,27,pricingcall,2610.8 -101,SUCCESS,2,1,3148.03,1019531.52,1022679.55,127,realamprandom,5036.848000000045 -102,SUCCESS,2,1,1867.06,1022679.55,1024546.61,127,pricingcall,2987.2959999999034 -1848,SUCCESS,2,0,2723.87,1022171.84,1024895.71,27,random,4358.191999999993 -1854,SUCCESS,2,0,637.02,1024895.71,1025532.73,27,qpeinexact,1019.2320000000299 -1855,SUCCESS,2,0,1697.41,1025532.73,1027230.14,27,grover-v-chain,2715.8560000000525 -1857,SUCCESS,2,0,266.72,1027230.14,1027496.86,27,su2random,426.75199999995533 -103,SUCCESS,2,1,14477.53,1024546.61,1039024.14,127,twolocalrandom,23164.048000000046 -104,SUCCESS,2,1,406.73,1039024.14,1039430.87,127,realamprandom,650.7679999999702 -1858,SUCCESS,2,0,13838.8,1027496.86,1041335.66,27,grover-noancilla,22142.080000000075 -106,SUCCESS,2,1,2590.93,1039430.87,1042021.8,127,qpeinexact,4145.488000000082 -1862,SUCCESS,2,0,958.18,1041335.66,1042293.84,27,su2random,1533.0879999998958 -1869,SUCCESS,2,0,507.84,1042293.84,1042801.68,27,qpeexact,812.5440000001341 -1874,SUCCESS,2,0,32.66,1042801.68,1042834.34,27,graphstate,52.25599999986589 -107,SUCCESS,2,1,1025.77,1042021.8,1043047.57,127,su2random,1641.2319999998435 -1883,SUCCESS,2,0,382.32,1042834.34,1043216.66,27,ae,611.7120000001044 -1884,SUCCESS,2,0,719,1043216.66,1043935.66,27,twolocalrandom,1150.4 -1886,SUCCESS,2,0,1078.41,1043935.66,1045014.07,27,qftentangled,1725.455999999866 -1888,SUCCESS,2,0,733.89,1045014.07,1045747.96,27,qft,1174.2240000000224 -1891,SUCCESS,2,0,867.2,1045747.96,1046615.16,27,qpeinexact,1387.5200000001118 -1892,SUCCESS,2,0,992.76,1046615.16,1047607.92,27,qft,1588.416000000015 -1900,SUCCESS,2,0,308.72,1047607.92,1047916.64,27,realamprandom,493.9519999999553 -1902,SUCCESS,2,0,483.17,1047916.64,1048399.81,27,qpeexact,773.0720000000671 -1903,SUCCESS,2,0,41.92,1048399.81,1048441.73,27,vqe,67.07199999988079 -108,SUCCESS,2,1,10069.17,1043047.57,1053116.74,127,qftentangled,16110.672000000068 -1904,SUCCESS,2,0,7826.57,1048441.73,1056268.3,27,qwalk-noancilla,12522.512000000104 -1905,SUCCESS,2,0,2236.1,1056268.3,1058504.4,27,realamprandom,3577.7599999997765 -1909,SUCCESS,2,0,74.93,1058504.4,1058579.33,27,pricingcall,119.88800000026822 -1914,SUCCESS,2,0,6391.08,1058579.33,1064970.41,27,pricingcall,10225.727999999748 -1916,SUCCESS,2,0,361.26,1064970.41,1065331.67,27,qpeexact,578.016000000015 -1922,SUCCESS,2,0,40.42,1065331.67,1065372.09,27,dj,64.67200000025332 -1935,SUCCESS,2,0,567.61,1065372.09,1065939.7,27,qnn,908.1759999997914 -1941,SUCCESS,2,0,29.23,1065939.7,1065968.93,27,dj,46.7679999999702 -1942,SUCCESS,2,0,704.68,1065968.93,1066673.61,27,qpeexact,1127.4880000002684 -1947,SUCCESS,2,0,978.6,1066673.61,1067652.21,27,su2random,1565.7599999997765 -1949,SUCCESS,2,0,1317.56,1067652.21,1068969.77,27,qpeinexact,2108.0960000000896 -1951,SUCCESS,2,0,157.75,1068969.77,1069127.52,27,ghz,252.4 -1953,SUCCESS,2,0,764.94,1069127.52,1069892.46,27,qftentangled,1223.9039999999106 -1955,SUCCESS,2,0,42.67,1069892.46,1069935.13,27,graphstate,68.27199999988079 -1957,SUCCESS,2,0,677.48,1069935.13,1070612.61,27,realamprandom,1083.9680000003427 -1964,SUCCESS,2,0,324.96,1070612.61,1070937.57,27,portfoliovqe,519.9359999999405 -1966,SUCCESS,2,0,268.74,1070937.57,1071206.31,27,qnn,429.98399999998514 -109,SUCCESS,2,1,18398.59,1053116.74,1071515.33,127,pricingcall,29437.744000000137 -1973,SUCCESS,2,0,432.32,1071206.31,1071638.63,27,qpeexact,691.7120000001044 -1977,SUCCESS,2,0,724.53,1071638.63,1072363.16,27,qpeinexact,1159.2479999996722 -1980,SUCCESS,2,0,37.93,1072363.16,1072401.09,27,wstate,60.688000000268225 -1985,SUCCESS,2,0,498.2,1072401.09,1072899.29,27,qpeexact,797.1199999999255 -110,SUCCESS,2,1,1463.24,1071515.33,1072978.57,127,dj,2341.183999999985 -1987,SUCCESS,2,0,906.78,1072899.29,1073806.07,27,random,1450.8480000000447 -1988,SUCCESS,2,0,355.87,1073806.07,1074161.94,27,qpeinexact,569.3919999998063 -1989,SUCCESS,2,0,1734.94,1074161.94,1075896.88,27,random,2775.903999999911 -1992,SUCCESS,2,0,274.43,1075896.88,1076171.31,27,ae,439.08800000026827 -2002,SUCCESS,2,0,885.56,1076171.31,1077056.87,27,qpeinexact,1416.8960000000895 -2007,SUCCESS,2,0,1317.37,1077056.87,1078374.24,27,qpeexact,2107.791999999806 -2010,SUCCESS,2,0,2755.76,1078374.24,1081130,27,random,4409.216000000015 -2012,SUCCESS,2,0,88.25,1081130,1081218.25,27,ghz,141.20000000000002 -2020,SUCCESS,2,0,2046.19,1081218.25,1083264.44,27,pricingput,3273.903999999911 -2026,SUCCESS,2,0,1024.94,1083264.44,1084289.38,27,portfoliovqe,1639.9039999999106 -2027,SUCCESS,2,0,86.28,1084289.38,1084375.66,27,dj,138.0480000000447 -111,SUCCESS,2,1,12101.56,1072978.57,1085080.13,127,qftentangled,19362.49600000009 -113,SUCCESS,2,1,344.93,1085080.13,1085425.06,127,ghz,551.8879999998957 -114,SUCCESS,2,1,773.29,1085425.06,1086198.35,127,random,1237.2640000000597 -2030,SUCCESS,2,0,2080.23,1084375.66,1086455.89,27,qnn,3328.3679999999704 -2044,SUCCESS,2,0,744.36,1086455.89,1087200.25,27,portfoliovqe,1190.976000000164 -2045,SUCCESS,2,0,956.11,1087200.25,1088156.36,27,ae,1529.776000000164 -2049,SUCCESS,2,0,1386.07,1088156.36,1089542.43,27,qpeinexact,2217.7119999997317 -2055,SUCCESS,2,0,282.18,1089542.43,1089824.61,27,qftentangled,451.48800000026824 -2061,SUCCESS,2,0,453.85,1089824.61,1090278.46,27,qnn,726.1599999997766 -2062,SUCCESS,2,0,1702.83,1090278.46,1091981.29,27,realamprandom,2724.5280000001194 -2066,SUCCESS,2,0,97.45,1091981.29,1092078.74,27,ghz,155.9199999999255 -2075,SUCCESS,2,0,394.32,1092078.74,1092473.06,27,qpeinexact,630.9120000001044 -2086,SUCCESS,2,0,979.99,1092473.06,1093453.05,27,qpeinexact,1567.9839999999851 -2087,SUCCESS,2,0,151.86,1093453.05,1093604.91,27,su2random,242.97599999979138 -2088,SUCCESS,2,0,32.29,1093604.91,1093637.2,27,dj,51.66400000005961 -2092,SUCCESS,2,0,38.62,1093637.2,1093675.82,27,graphstate,61.79200000017882 -2099,SUCCESS,2,0,1236.12,1093675.82,1094911.94,27,su2random,1977.7919999998064 -2100,SUCCESS,2,0,35.64,1094911.94,1094947.58,27,wstate,57.024000000208616 -2103,SUCCESS,2,0,1672.51,1094947.58,1096620.09,27,ae,2676.016000000015 -2104,SUCCESS,2,0,99,1096620.09,1096719.09,27,ghz,158.4 -2109,SUCCESS,2,0,29.39,1096719.09,1096748.48,27,graphstate,47.02399999983609 -2113,SUCCESS,2,0,140.41,1096748.48,1096888.89,27,random,224.6559999998659 -2125,SUCCESS,2,0,31.38,1096888.89,1096920.27,27,wstate,50.20800000019372 -2126,SUCCESS,2,0,499.66,1096920.27,1097419.93,27,su2random,799.455999999866 -2129,SUCCESS,2,0,432,1097419.93,1097851.93,27,portfoliovqe,691.2 -2136,SUCCESS,2,0,17.43,1097851.93,1097869.36,27,graphstate,27.88800000026822 -115,SUCCESS,2,1,12516.35,1086198.35,1098714.7,127,qnn,20026.159999999778 -2143,SUCCESS,2,0,1278.7,1097869.36,1099148.06,27,grover-v-chain,2045.9199999999255 -2145,SUCCESS,2,0,1433.78,1099148.06,1100581.84,27,qpeinexact,2294.048000000045 -2156,SUCCESS,2,0,50.09,1100581.84,1100631.93,27,graphstate,80.14399999976159 -2161,SUCCESS,2,0,993.77,1100631.93,1101625.7,27,portfolioqaoa,1590.03200000003 -2182,SUCCESS,2,0,607.1,1101625.7,1102232.8,27,realamprandom,971.3600000001491 -116,SUCCESS,2,1,5462.3,1098714.7,1104177,127,ae,8739.680000000075 -2184,SUCCESS,2,0,2883.68,1102232.8,1105116.48,27,qwalk-v-chain,4613.887999999896 -2185,SUCCESS,2,0,1933.56,1105116.48,1107050.04,27,qnn,3093.6960000000895 -2188,SUCCESS,2,0,401.35,1107050.04,1107451.39,27,qft,642.1599999997766 -2189,SUCCESS,2,0,791.43,1107451.39,1108242.82,27,qft,1266.2880000002683 -2192,SUCCESS,2,0,94.19,1108242.82,1108337.01,27,dj,150.7039999999106 -2193,SUCCESS,2,0,13.89,1108337.01,1108350.9,27,vqe,22.22399999983609 -2194,SUCCESS,2,0,150.56,1108350.9,1108501.46,27,twolocalrandom,240.89600000008943 -2204,SUCCESS,2,0,50.46,1108501.46,1108551.92,27,dj,80.7359999999404 -117,SUCCESS,2,1,4414.12,1104177,1108591.12,127,qpeexact,7062.592000000179 -2207,SUCCESS,2,0,222.39,1108551.92,1108774.31,27,ae,355.8240000002086 -2210,SUCCESS,2,0,50.44,1108774.31,1108824.75,27,qaoa,80.7039999999106 -2212,SUCCESS,2,0,177.24,1108824.75,1109001.99,27,qnn,283.5839999999851 -2219,SUCCESS,2,0,33.45,1109001.99,1109035.44,27,graphstate,53.519999999925496 -2221,SUCCESS,2,0,462.33,1109035.44,1109497.77,27,qwalk-v-chain,739.7280000001192 -119,SUCCESS,2,1,1304.84,1108591.12,1109895.96,127,qpeexact,2087.743999999762 -2223,SUCCESS,2,0,7309.57,1109497.77,1116807.34,27,pricingcall,11695.312000000105 -2225,SUCCESS,2,0,607.88,1116807.34,1117415.22,27,qft,972.6079999998212 -2237,SUCCESS,2,0,442.88,1117415.22,1117858.1,27,realamprandom,708.6080000001938 -2251,SUCCESS,2,0,910.74,1117858.1,1118768.84,27,pricingput,1457.1839999999852 -2272,SUCCESS,2,0,1187.59,1118768.84,1119956.43,27,random,1900.1439999997617 -2274,SUCCESS,2,0,56.5,1119956.43,1120012.93,27,wstate,90.4 -2282,SUCCESS,2,0,131.95,1120012.93,1120144.88,27,dj,211.1199999999255 -2285,SUCCESS,2,0,531.55,1120144.88,1120676.43,27,random,850.4800000000746 -2288,SUCCESS,2,0,739.59,1120676.43,1121416.02,27,qpeexact,1183.3440000001342 -2290,SUCCESS,2,0,168,1121416.02,1121584.02,27,ghz,268.8 -2294,SUCCESS,2,0,85.91,1121584.02,1121669.93,27,qpeexact,137.4559999998659 -2300,SUCCESS,2,0,170.84,1121669.93,1121840.77,27,qft,273.34400000013414 -2306,SUCCESS,2,0,1002.61,1121840.77,1122843.38,27,qpeinexact,1604.176000000164 -2307,SUCCESS,2,0,20.26,1122843.38,1122863.64,27,graphstate,32.41599999964237 -2308,SUCCESS,2,0,405.88,1122863.64,1123269.52,27,portfoliovqe,649.4080000001937 -2315,SUCCESS,2,0,118.46,1123269.52,1123387.98,27,wstate,189.5359999999404 -2316,SUCCESS,2,0,1230.36,1123387.98,1124618.34,27,random,1968.576000000164 -2319,SUCCESS,2,0,792.12,1124618.34,1125410.46,27,su2random,1267.3919999998063 -2322,SUCCESS,2,0,864.63,1125410.46,1126275.09,27,qft,1383.4080000001939 -2326,SUCCESS,2,0,806.85,1126275.09,1127081.94,27,su2random,1290.9599999997765 -2329,SUCCESS,2,0,108.14,1127081.94,1127190.08,27,dj,173.02400000020862 -2332,SUCCESS,2,0,332.25,1127190.08,1127522.33,27,su2random,531.6 -2335,SUCCESS,2,0,536.27,1127522.33,1128058.6,27,twolocalrandom,858.0320000000298 -2336,SUCCESS,2,0,614.68,1128058.6,1128673.28,27,su2random,983.4879999998957 -2346,SUCCESS,2,0,660.66,1128673.28,1129333.94,27,twolocalrandom,1057.055999999866 -2350,SUCCESS,2,0,31.48,1129333.94,1129365.42,27,qaoa,50.3679999999702 -2353,SUCCESS,2,0,3245.73,1129365.42,1132611.15,27,pricingcall,5193.167999999971 -2354,SUCCESS,2,0,668.42,1132611.15,1133279.57,27,realamprandom,1069.4720000002533 -2357,SUCCESS,2,0,2265,1133279.57,1135544.57,27,qwalk-noancilla,3624.0 -2364,SUCCESS,2,0,28.87,1135544.57,1135573.44,27,ghz,46.191999999806285 -2365,SUCCESS,2,0,3410.37,1135573.44,1138983.81,27,qwalk-v-chain,5456.592000000179 -2373,SUCCESS,2,0,272.2,1138983.81,1139256.01,27,realamprandom,435.5199999999255 -2375,SUCCESS,2,0,58.26,1139256.01,1139314.27,27,wstate,93.2160000000149 -2376,SUCCESS,2,0,258.29,1139314.27,1139572.56,27,qnn,413.26400000005964 -2378,SUCCESS,2,0,2407.67,1139572.56,1141980.23,27,random,3852.271999999881 -2380,SUCCESS,2,0,601.95,1141980.23,1142582.18,27,twolocalrandom,963.1199999999255 -2387,SUCCESS,2,0,288.51,1142582.18,1142870.69,27,twolocalrandom,461.61600000001494 -2389,SUCCESS,2,0,32.03,1142870.69,1142902.72,27,graphstate,51.248000000044705 -2391,SUCCESS,2,0,1228.82,1142902.72,1144131.54,27,portfoliovqe,1966.1120000001044 -2394,SUCCESS,2,0,111.33,1144131.54,1144242.87,27,wstate,178.12800000011921 -2396,SUCCESS,2,0,723.92,1144242.87,1144966.79,27,qftentangled,1158.2719999998808 -2397,SUCCESS,2,0,610.23,1144966.79,1145577.02,27,ae,976.3679999999703 -2399,SUCCESS,2,0,28.44,1145577.02,1145605.46,27,vqe,45.5039999999106 -2401,SUCCESS,2,0,53.16,1145605.46,1145658.62,27,qaoa,85.05600000023843 -2410,SUCCESS,2,0,461.67,1145658.62,1146120.29,27,qpeinexact,738.6719999998809 -2412,SUCCESS,2,0,532.63,1146120.29,1146652.92,27,portfolioqaoa,852.2079999998213 -120,SUCCESS,2,1,37136.07,1109895.96,1147032.03,127,realamprandom,59417.71200000011 -2421,SUCCESS,2,0,529.54,1146652.92,1147182.46,27,twolocalrandom,847.2640000000597 -2439,SUCCESS,2,0,738.87,1147182.46,1147921.33,27,ae,1182.192000000179 -2441,SUCCESS,2,0,2171.6,1147921.33,1150092.93,27,random,3474.5599999997767 -2442,SUCCESS,2,0,42.67,1150092.93,1150135.6,27,wstate,68.27200000025333 -2447,SUCCESS,2,0,633.92,1150135.6,1150769.52,27,portfoliovqe,1014.2719999998808 -2454,SUCCESS,2,0,43.12,1150769.52,1150812.64,27,wstate,68.99199999980628 -2462,SUCCESS,2,0,495.32,1150812.64,1151307.96,27,qftentangled,792.5120000001043 -2465,SUCCESS,2,0,3939.22,1151307.96,1155247.18,27,grover-noancilla,6302.751999999956 -2470,SUCCESS,2,0,4010.97,1155247.18,1159258.15,27,su2random,6417.551999999956 -2475,SUCCESS,2,0,553.88,1159258.15,1159812.03,27,qftentangled,886.2080000001938 -2478,SUCCESS,2,0,749.92,1159812.03,1160561.95,27,su2random,1199.871999999881 -2479,SUCCESS,2,0,138.81,1160561.95,1160700.76,27,wstate,222.09600000008942 -2481,SUCCESS,2,0,692.35,1160700.76,1161393.11,27,qpeexact,1107.7600000001491 -121,SUCCESS,2,1,17417.83,1147032.03,1164449.86,127,ae,27868.528000000122 -122,SUCCESS,2,1,805.68,1164449.86,1165255.54,127,random,1289.0879999998958 -123,SUCCESS,2,1,30893.52,1165255.54,1196149.06,127,twolocalrandom,49429.632000000034 -124,SUCCESS,2,1,665.21,1196149.06,1196814.27,127,dj,1064.3359999999404 -125,SUCCESS,2,1,500.25,1196814.27,1197314.52,127,wstate,800.4000000000001 -126,SUCCESS,2,1,38.28,1197314.52,1197352.8,127,ghz,61.248000000044705 -2487,SUCCESS,2,0,39756.93,1161393.11,1201150.04,27,qwalk-noancilla,63611.0879999999 -2488,SUCCESS,2,0,441.11,1201150.04,1201591.15,27,qnn,705.7759999997915 -2494,SUCCESS,2,0,1190.9,1201591.15,1202782.05,27,qnn,1905.4400000002236 -2495,SUCCESS,2,0,806.07,1202782.05,1203588.12,27,qpeinexact,1289.7120000001044 -2502,SUCCESS,2,0,1170.28,1203588.12,1204758.4,27,qftentangled,1872.4479999996722 -2505,SUCCESS,2,0,208.93,1204758.4,1204967.33,27,random,334.28800000026826 -2510,SUCCESS,2,0,347.29,1204967.33,1205314.62,27,qftentangled,555.6640000000597 -2513,SUCCESS,2,0,1147.81,1205314.62,1206462.43,27,twolocalrandom,1836.495999999717 -2523,SUCCESS,2,0,1559.57,1206462.43,1208022,27,random,2495.3120000001045 -2524,SUCCESS,2,0,11.46,1208022,1208033.46,27,vqe,18.335999999940395 -2528,SUCCESS,2,0,1895.85,1208033.46,1209929.31,27,qwalk-v-chain,3033.3600000001493 -2529,SUCCESS,2,0,14.46,1209929.31,1209943.77,27,ghz,23.135999999940395 -2532,SUCCESS,2,0,374.62,1209943.77,1210318.39,27,portfoliovqe,599.3919999998063 -2535,SUCCESS,2,0,601.52,1210318.39,1210919.91,27,random,962.4320000000298 -2540,SUCCESS,2,0,19.01,1210919.91,1210938.92,27,ghz,30.416000000014904 -2547,SUCCESS,2,0,71.97,1210938.92,1211010.89,27,wstate,115.15199999995531 -2548,SUCCESS,2,0,601.35,1211010.89,1211612.24,27,ae,962.160000000149 -2549,SUCCESS,2,0,608.99,1211612.24,1212221.23,27,su2random,974.3839999999851 -2550,SUCCESS,2,0,452.14,1212221.23,1212673.37,27,twolocalrandom,723.4240000002087 -2554,SUCCESS,2,0,619.12,1212673.37,1213292.49,27,qnn,990.5919999998064 -2556,SUCCESS,2,0,99.61,1213292.49,1213392.1,27,ghz,159.3760000001639 -2559,SUCCESS,2,0,251.06,1213392.1,1213643.16,27,qftentangled,401.6959999997169 -2561,SUCCESS,2,0,581.17,1213643.16,1214224.33,27,random,929.8720000002534 -2564,SUCCESS,2,0,800.6,1214224.33,1215024.93,27,qftentangled,1280.9599999997765 -2566,SUCCESS,2,0,3629.55,1215024.93,1218654.48,27,realamprandom,5807.280000000075 -2568,SUCCESS,2,0,258.33,1218654.48,1218912.81,27,qftentangled,413.32800000011923 -2573,SUCCESS,2,0,77.22,1218912.81,1218990.03,27,tsp,123.5519999999553 -2584,SUCCESS,2,0,592.47,1218990.03,1219582.5,27,qnn,947.9519999999553 -2590,SUCCESS,2,0,424.7,1219582.5,1220007.2,27,twolocalrandom,679.5199999999255 -2608,SUCCESS,2,0,21.04,1220007.2,1220028.24,27,ghz,33.66400000005961 -2611,SUCCESS,2,0,86.65,1220028.24,1220114.89,27,qaoa,138.639999999851 -2615,SUCCESS,2,0,3336.62,1220114.89,1223451.51,27,grover-v-chain,5338.592000000179 -2617,SUCCESS,2,0,22.27,1223451.51,1223473.78,27,graphstate,35.632000000029805 -127,SUCCESS,2,1,26147.03,1197352.8,1223499.83,127,realamprandom,41835.24800000005 -2620,SUCCESS,2,0,690.7,1223473.78,1224164.48,27,su2random,1105.1199999999255 -2628,SUCCESS,2,0,562.05,1224164.48,1224726.53,27,qnn,899.2800000000746 -2629,SUCCESS,2,0,40.33,1224726.53,1224766.86,27,graphstate,64.5280000001192 -2633,SUCCESS,2,0,1189.65,1224766.86,1225956.51,27,twolocalrandom,1903.4399999998511 -2634,SUCCESS,2,0,25.44,1225956.51,1225981.95,27,dj,40.70399999991059 -2638,SUCCESS,2,0,536.62,1225981.95,1226518.57,27,qnn,858.5920000001788 -128,SUCCESS,2,1,9024.41,1223499.83,1232524.24,127,pricingput,14439.055999999866 -130,SUCCESS,2,1,35564.71,1232524.24,1268088.95,127,qnn,56903.53599999994 -131,SUCCESS,2,1,231.96,1268088.95,1268320.91,127,qft,371.1359999999404 -132,SUCCESS,2,1,416.11,1268320.91,1268737.02,127,wstate,665.776000000164 -133,SUCCESS,2,1,98.17,1268737.02,1268835.19,127,graphstate,157.0719999998808 -134,SUCCESS,2,1,96.8,1268835.19,1268931.99,127,qaoa,154.88000000007452 -2648,SUCCESS,2,0,58207.38,1226518.57,1284725.95,27,shor,93131.80799999983 -2658,SUCCESS,2,0,128.93,1284725.95,1284854.88,27,wstate,206.28800000026823 -2660,SUCCESS,2,0,694.51,1284854.88,1285549.39,27,su2random,1111.2159999996425 -2661,SUCCESS,2,0,86.67,1285549.39,1285636.06,27,wstate,138.67200000025332 -2665,SUCCESS,2,0,25112.47,1285636.06,1310748.53,27,grover-v-chain,40179.95199999996 -2673,SUCCESS,2,0,487.96,1310748.53,1311236.49,27,twolocalrandom,780.7359999999404 -2675,SUCCESS,2,0,495.89,1311236.49,1311732.38,27,twolocalrandom,793.4240000002087 -2677,SUCCESS,2,0,16937.56,1311732.38,1328669.94,27,qwalk-noancilla,27100.095999999718 -2686,SUCCESS,2,0,474.16,1328669.94,1329144.1,27,portfolioqaoa,758.6560000002385 -2687,SUCCESS,2,0,333.4,1329144.1,1329477.5,27,qpeexact,533.439999999851 -2694,SUCCESS,2,0,496.51,1329477.5,1329974.01,27,realamprandom,794.416000000015 -2699,SUCCESS,2,0,507.59,1329974.01,1330481.6,27,qft,812.1440000001342 -2702,SUCCESS,2,0,134.61,1330481.6,1330616.21,27,dj,215.3759999997914 -2703,SUCCESS,2,0,1298.87,1330616.21,1331915.08,27,su2random,2078.1920000001787 -2709,SUCCESS,2,0,867.98,1331915.08,1332783.06,27,realamprandom,1388.7679999999702 -2727,SUCCESS,2,0,573.7,1332783.06,1333356.76,27,qft,917.9199999999255 -2729,SUCCESS,2,0,1189.03,1333356.76,1334545.79,27,pricingput,1902.4480000000449 -2734,SUCCESS,2,0,306.17,1334545.79,1334851.96,27,pricingput,489.8719999998808 -2738,SUCCESS,2,0,84.69,1334851.96,1334936.65,27,qaoa,135.5039999999106 -2739,SUCCESS,2,0,192.7,1334936.65,1335129.35,27,realamprandom,308.320000000298 -2756,SUCCESS,2,0,690.35,1335129.35,1335819.7,27,ae,1104.5599999997764 -2759,SUCCESS,2,0,131.64,1335819.7,1335951.34,27,wstate,210.62400000020864 -2777,SUCCESS,2,0,1838.94,1335951.34,1337790.28,27,realamprandom,2942.303999999911 -2783,SUCCESS,2,0,333.67,1337790.28,1338123.95,27,portfolioqaoa,533.8719999998808 -2788,SUCCESS,2,0,226.76,1338123.95,1338350.71,27,su2random,362.8160000000149 -2792,SUCCESS,2,0,187.55,1338350.71,1338538.26,27,twolocalrandom,300.0800000000745 -2795,SUCCESS,2,0,343.04,1338538.26,1338881.3,27,pricingcall,548.8640000000596 -2811,SUCCESS,2,0,178.62,1338881.3,1339059.92,27,qft,285.7919999998063 -2813,SUCCESS,2,0,214.64,1339059.92,1339274.56,27,wstate,343.42400000020865 -2815,SUCCESS,2,0,139.69,1339274.56,1339414.25,27,dj,223.5039999999106 -2823,SUCCESS,2,0,55.06,1339414.25,1339469.31,27,wstate,88.09600000008942 -2826,SUCCESS,2,0,825.66,1339469.31,1340294.97,27,qnn,1321.055999999866 -2831,SUCCESS,2,0,289.45,1340294.97,1340584.42,27,groundstate,463.11999999992554 -2833,SUCCESS,2,0,954.79,1340584.42,1341539.21,27,realamprandom,1527.6640000000598 -2836,SUCCESS,2,0,134.31,1341539.21,1341673.52,27,dj,214.89600000008943 -2838,SUCCESS,2,0,1289.43,1341673.52,1342962.95,27,qftentangled,2063.0879999998956 -2839,SUCCESS,2,0,1103.35,1342962.95,1344066.3,27,realamprandom,1765.360000000149 -2841,SUCCESS,2,0,258.51,1344066.3,1344324.81,27,wstate,413.61600000001494 -2845,SUCCESS,2,0,4278.8,1344324.81,1348603.61,27,su2random,6846.0800000000745 -2846,SUCCESS,2,0,208.32,1348603.61,1348811.93,27,qpeinexact,333.3119999997318 -2849,SUCCESS,2,0,1377.92,1348811.93,1350189.85,27,qpeexact,2204.6720000002533 -2851,SUCCESS,2,0,568,1350189.85,1350757.85,27,ae,908.8000000000001 -2856,SUCCESS,2,0,16.21,1350757.85,1350774.06,27,ghz,25.935999999940396 -2864,SUCCESS,2,0,560.56,1350774.06,1351334.62,27,qpeexact,896.8960000000894 -2874,SUCCESS,2,0,742.03,1351334.62,1352076.65,27,qpeinexact,1187.2479999996722 -2884,SUCCESS,2,0,92.82,1352076.65,1352169.47,27,wstate,148.5120000001043 -2886,SUCCESS,2,0,402.27,1352169.47,1352571.74,27,qftentangled,643.6320000000298 -2888,SUCCESS,2,0,479.74,1352571.74,1353051.48,27,twolocalrandom,767.5839999999852 -2897,SUCCESS,2,0,278.8,1353051.48,1353330.28,27,qftentangled,446.0800000000745 -135,SUCCESS,2,1,110730.28,1268931.99,1379662.27,127,qwalk-noancilla,177168.44800000006 -2898,SUCCESS,2,0,46280.67,1353330.28,1399610.95,27,qwalk-noancilla,74049.07199999988 -2900,SUCCESS,2,0,859.24,1399610.95,1400470.19,27,qnn,1374.783999999985 -2905,SUCCESS,2,0,1244.88,1400470.19,1401715.07,27,ae,1991.8080000001937 -2912,SUCCESS,2,0,1956.31,1401715.07,1403671.38,27,twolocalrandom,3130.0960000000896 -2919,SUCCESS,2,0,608.59,1403671.38,1404279.97,27,qftentangled,973.7439999997616 -2927,SUCCESS,2,0,124.5,1404279.97,1404404.47,27,dj,199.20000000000002 -2931,SUCCESS,2,0,558.7,1404404.47,1404963.17,27,pricingcall,893.9199999999255 -2932,SUCCESS,2,0,354.24,1404963.17,1405317.41,27,groundstate,566.7839999999851 -2938,SUCCESS,2,0,204.93,1405317.41,1405522.34,27,qftentangled,327.8880000002682 -2947,SUCCESS,2,0,304.13,1405522.34,1405826.47,27,random,486.60799999982123 -2949,SUCCESS,2,0,177.2,1405826.47,1406003.67,27,qpeinexact,283.5199999999255 -2950,SUCCESS,2,0,570.57,1406003.67,1406574.24,27,qnn,912.9120000001044 -2956,SUCCESS,2,0,123.33,1406574.24,1406697.57,27,dj,197.32800000011923 -2960,SUCCESS,2,0,423.17,1406697.57,1407120.74,27,random,677.0719999998809 -2967,SUCCESS,2,0,291.87,1407120.74,1407412.61,27,qpeinexact,466.99200000017885 -2972,SUCCESS,2,0,547.29,1407412.61,1407959.9,27,pricingcall,875.6639999996871 -2978,SUCCESS,2,0,63.07,1407959.9,1408022.97,27,qaoa,100.91200000010431 -2987,SUCCESS,2,0,3083.41,1408022.97,1411106.38,27,random,4933.456000000238 -2994,SUCCESS,2,0,486.05,1411106.38,1411592.43,27,ae,777.679999999702 -2998,SUCCESS,2,0,344.05,1411592.43,1411936.48,27,realamprandom,550.4800000000745 -3003,SUCCESS,2,0,599.52,1411936.48,1412536,27,qpeexact,959.2320000000299 -3014,SUCCESS,2,0,292.41,1412536,1412828.41,27,qnn,467.8559999998659 -3021,SUCCESS,2,0,605.27,1412828.41,1413433.68,27,ae,968.4320000000298 -3028,SUCCESS,2,0,47.53,1413433.68,1413481.21,27,graphstate,76.04800000004471 -3031,SUCCESS,2,0,4888.18,1413481.21,1418369.39,27,qnn,7821.087999999896 -3039,SUCCESS,2,0,676.82,1418369.39,1419046.21,27,ae,1082.9120000001044 -3045,SUCCESS,2,0,24.29,1419046.21,1419070.5,27,vqe,38.864000000059605 -3052,SUCCESS,2,0,25.54,1419070.5,1419096.04,27,ghz,40.864000000059605 -3054,SUCCESS,2,0,444.8,1419096.04,1419540.84,27,qft,711.6800000000745 -3056,SUCCESS,2,0,433.07,1419540.84,1419973.91,27,pricingput,692.9119999997318 -3063,SUCCESS,2,0,257.8,1419973.91,1420231.71,27,twolocalrandom,412.48000000007454 -3064,SUCCESS,2,0,10.69,1420231.71,1420242.4,27,vqe,17.103999999910595 -3066,SUCCESS,2,0,452.31,1420242.4,1420694.71,27,realamprandom,723.6960000000895 -3074,SUCCESS,2,0,1223,1420694.71,1421917.71,27,su2random,1956.8000000000002 -3075,SUCCESS,2,0,19.2,1421917.71,1421936.91,27,qaoa,30.719999999925495 -3095,SUCCESS,2,0,320.04,1421936.91,1422256.95,27,realamprandom,512.0640000000597 -3097,SUCCESS,2,0,27.84,1422256.95,1422284.79,27,ghz,44.54400000013411 -3103,SUCCESS,2,0,482.89,1422284.79,1422767.68,27,realamprandom,772.6239999998361 -3117,SUCCESS,2,0,799.9,1422767.68,1423567.58,27,twolocalrandom,1279.8400000002237 -3120,SUCCESS,2,0,623.59,1423567.58,1424191.17,27,random,997.7439999997616 -3122,SUCCESS,2,0,108.65,1424191.17,1424299.82,27,ghz,173.84000000022354 -3136,SUCCESS,2,0,1669.9,1424299.82,1425969.72,27,qftentangled,2671.839999999851 -3137,SUCCESS,2,0,1179.14,1425969.72,1427148.86,27,portfoliovqe,1886.6240000002088 -3141,SUCCESS,2,0,275.34,1427148.86,1427424.2,27,random,440.5439999997616 -3144,SUCCESS,2,0,115.56,1427424.2,1427539.76,27,wstate,184.89600000008943 -3146,SUCCESS,2,0,1104.64,1427539.76,1428644.4,27,su2random,1767.4239999998363 -3151,SUCCESS,2,0,147.25,1428644.4,1428791.65,27,dj,235.60000000000002 -3153,SUCCESS,2,0,292.77,1428791.65,1429084.42,27,ae,468.4320000000298 -3162,SUCCESS,2,0,1065.46,1429084.42,1430149.88,27,qnn,1704.7359999999405 -3164,SUCCESS,2,0,370.59,1430149.88,1430520.47,27,twolocalrandom,592.9440000001341 -3166,SUCCESS,2,0,332.47,1430520.47,1430852.94,27,realamprandom,531.9519999999553 -3168,SUCCESS,2,0,184.26,1430852.94,1431037.2,27,qpeexact,294.8160000000149 -3174,SUCCESS,2,0,448.24,1431037.2,1431485.44,27,portfolioqaoa,717.1839999999852 -3182,SUCCESS,2,0,18494.12,1431485.44,1449979.56,27,grover-noancilla,29590.59200000018 -3187,SUCCESS,2,0,30.1,1449979.56,1450009.66,27,dj,48.15999999977649 -3188,SUCCESS,2,0,1612.81,1450009.66,1451622.47,27,qpeexact,2580.4960000000897 -3189,SUCCESS,2,0,265.13,1451622.47,1451887.6,27,portfolioqaoa,424.20800000019375 -3190,SUCCESS,2,0,373.96,1451887.6,1452261.56,27,qpeexact,598.3359999999404 -3192,SUCCESS,2,0,527.37,1452261.56,1452788.93,27,qft,843.7919999998063 -3195,SUCCESS,2,0,29083.52,1452788.93,1481872.45,27,shor,46533.632000000034 -3196,SUCCESS,2,0,1453.3,1481872.45,1483325.75,27,grover-v-chain,2325.280000000075 -3202,SUCCESS,2,0,396.08,1483325.75,1483721.83,27,pricingput,633.7280000001192 -3203,SUCCESS,2,0,195.55,1483721.83,1483917.38,27,wstate,312.879999999702 -3205,SUCCESS,2,0,1179.08,1483917.38,1485096.46,27,qpeexact,1886.5280000001194 -3209,SUCCESS,2,0,626.85,1485096.46,1485723.31,27,twolocalrandom,1002.9600000001491 -3223,SUCCESS,2,0,22752.95,1485723.31,1508476.26,27,qwalk-noancilla,36404.71999999993 -3227,SUCCESS,2,0,561,1508476.26,1509037.26,27,twolocalrandom,897.6 -3228,SUCCESS,2,0,3123.75,1509037.26,1512161.01,27,random,4998.0 -3235,SUCCESS,2,0,906.79,1512161.01,1513067.8,27,qft,1450.8640000000596 -3238,SUCCESS,2,0,658.78,1513067.8,1513726.58,27,ae,1054.0480000000448 -3244,SUCCESS,2,0,1118.17,1513726.58,1514844.75,27,portfoliovqe,1789.071999999881 -3246,SUCCESS,2,0,28,1514844.75,1514872.75,27,ghz,44.800000000000004 -3252,SUCCESS,2,0,1298.96,1514872.75,1516171.71,27,qpeinexact,2078.3359999999407 -3253,SUCCESS,2,0,450.27,1516171.71,1516621.98,27,ae,720.4320000000298 -3263,SUCCESS,2,0,673.83,1516621.98,1517295.81,27,realamprandom,1078.1280000001193 -3268,SUCCESS,2,0,186.3,1517295.81,1517482.11,27,qnn,298.0800000000745 -3286,SUCCESS,2,0,573.82,1517482.11,1518055.93,27,twolocalrandom,918.1119999997318 -3290,SUCCESS,2,0,734.03,1518055.93,1518789.96,27,groundstate,1174.4480000000447 -137,SUCCESS,2,1,141378.81,1379662.27,1521041.08,127,random,226206.0960000001 -3302,SUCCESS,2,0,4775.48,1518789.96,1523565.44,27,qwalk-v-chain,7640.767999999971 -3303,SUCCESS,2,0,397.44,1523565.44,1523962.88,27,groundstate,635.9040000002832 -3309,SUCCESS,2,0,96.66,1523962.88,1524059.54,27,graphstate,154.6559999998659 -3311,SUCCESS,2,0,55.69,1524059.54,1524115.23,27,tsp,89.1039999999106 -3326,SUCCESS,2,0,17.75,1524115.23,1524132.98,27,ghz,28.400000000000002 -3330,SUCCESS,2,0,21.35,1524132.98,1524154.33,27,wstate,34.16000000014901 -3331,SUCCESS,2,0,1110.04,1524154.33,1525264.37,27,qnn,1776.0640000000597 -3335,SUCCESS,2,0,20.81,1525264.37,1525285.18,27,graphstate,33.29599999971688 -3339,SUCCESS,2,0,121.65,1525285.18,1525406.83,27,qftentangled,194.64000000022352 -3352,SUCCESS,2,0,47.61,1525406.83,1525454.44,27,graphstate,76.17599999979139 -3360,SUCCESS,2,0,89.25,1525454.44,1525543.69,27,qaoa,142.8 -3366,SUCCESS,2,0,153.81,1525543.69,1525697.5,27,portfoliovqe,246.09600000008942 -3372,SUCCESS,2,0,879.87,1525697.5,1526577.37,27,pricingcall,1407.7920000001789 -3378,SUCCESS,2,0,1150.31,1526577.37,1527727.68,27,twolocalrandom,1840.495999999717 -3390,SUCCESS,2,0,24.52,1527727.68,1527752.2,27,qaoa,39.23200000002981 -3391,SUCCESS,2,0,4664.87,1527752.2,1532417.07,27,pricingput,7463.7920000001795 -3397,SUCCESS,2,0,912.22,1532417.07,1533329.29,27,qpeexact,1459.5519999999553 -3413,SUCCESS,2,0,52.59,1533329.29,1533381.88,27,wstate,84.14399999976159 -3415,SUCCESS,2,0,13466.88,1533381.88,1546848.76,27,grover-v-chain,21547.008000000194 -3416,SUCCESS,2,0,42.11,1546848.76,1546890.87,27,vqe,67.37600000016391 -138,SUCCESS,2,1,25900.2,1521041.08,1546941.28,127,su2random,41440.31999999993 -3423,SUCCESS,2,0,365.72,1546890.87,1547256.59,27,ae,585.1519999999554 -140,SUCCESS,2,1,4245.23,1546941.28,1551186.51,127,qft,6792.36799999997 -142,SUCCESS,2,1,133.09,1551186.51,1551319.6,127,ghz,212.9440000001341 -143,SUCCESS,2,1,9447.78,1551319.6,1560767.38,127,qft,15116.447999999673 -3428,SUCCESS,2,0,20412.53,1547256.59,1567669.12,27,grover-v-chain,32660.048000000046 -144,SUCCESS,2,1,7101.31,1560767.38,1567868.69,127,qpeinexact,11362.09600000009 -3432,SUCCESS,2,0,236.41,1567669.12,1567905.53,27,twolocalrandom,378.25599999986594 -3433,SUCCESS,2,0,1545.8,1567905.53,1569451.33,27,twolocalrandom,2473.280000000075 -145,SUCCESS,2,1,6555.71,1567868.69,1574424.4,127,random,10489.13599999994 -3437,SUCCESS,2,0,5323.58,1569451.33,1574774.91,27,grover-v-chain,8517.727999999746 -146,SUCCESS,2,1,454.94,1574424.4,1574879.34,127,realamprandom,727.9040000002832 -147,SUCCESS,2,1,249.76,1574879.34,1575129.1,127,wstate,399.61600000001494 -3453,SUCCESS,2,0,602.42,1574774.91,1575377.33,27,qpeexact,963.8720000002534 -3458,SUCCESS,2,0,13.76,1575377.33,1575391.09,27,ghz,22.016000000014902 -3459,SUCCESS,2,0,1155.91,1575391.09,1576547,27,qnn,1849.455999999866 -3461,SUCCESS,2,0,26.25,1576547,1576573.25,27,qaoa,42.0 -3463,SUCCESS,2,0,33.39,1576573.25,1576606.64,27,graphstate,53.42399999983609 -3469,SUCCESS,2,0,408.15,1576606.64,1577014.79,27,qnn,653.0400000002236 -3473,SUCCESS,2,0,81.56,1577014.79,1577096.35,27,graphstate,130.49600000008942 -3474,SUCCESS,2,0,21.54,1577096.35,1577117.89,27,vqe,34.463999999687076 -3475,SUCCESS,2,0,158.62,1577117.89,1577276.51,27,twolocalrandom,253.79200000017883 -3477,SUCCESS,2,0,748.79,1577276.51,1578025.3,27,qnn,1198.0640000000597 -3479,SUCCESS,2,0,257.79,1578025.3,1578283.09,27,su2random,412.4640000000596 -3483,SUCCESS,2,0,864.16,1578283.09,1579147.25,27,ae,1382.655999999866 -3484,SUCCESS,2,0,145.77,1579147.25,1579293.02,27,realamprandom,233.2320000000298 -3485,SUCCESS,2,0,526,1579293.02,1579819.02,27,qpeinexact,841.6 -3486,SUCCESS,2,0,831.68,1579819.02,1580650.7,27,qft,1330.6879999998957 -3507,SUCCESS,2,0,692.03,1580650.7,1581342.73,27,random,1107.2480000000448 -3509,SUCCESS,2,0,686.22,1581342.73,1582028.95,27,realamprandom,1097.9519999999554 -3532,SUCCESS,2,0,33.81,1582028.95,1582062.76,27,wstate,54.09600000008941 -3537,SUCCESS,2,0,116.78,1582062.76,1582179.54,27,graphstate,186.84800000004472 -148,SUCCESS,2,1,7222.45,1575129.1,1582351.55,127,realamprandom,11555.919999999925 -3542,SUCCESS,2,0,476.24,1582179.54,1582655.78,27,portfoliovqe,761.9839999999851 -3543,SUCCESS,2,0,975.41,1582655.78,1583631.19,27,random,1560.655999999866 -3549,SUCCESS,2,0,41.7,1583631.19,1583672.89,27,qaoa,66.71999999992549 -3558,SUCCESS,2,0,6222.44,1583672.89,1589895.33,27,grover-v-chain,9955.904000000284 -3568,SUCCESS,2,0,515.71,1589895.33,1590411.04,27,qpeinexact,825.1359999999404 -3585,SUCCESS,2,0,2675.15,1590411.04,1593086.19,27,twolocalrandom,4280.2399999998515 -3586,SUCCESS,2,0,528.97,1593086.19,1593615.16,27,qftentangled,846.3519999999553 -3592,SUCCESS,2,0,144.26,1593615.16,1593759.42,27,graphstate,230.81600000001492 -3594,SUCCESS,2,0,24.67,1593759.42,1593784.09,27,graphstate,39.472000000253324 -3595,SUCCESS,2,0,1082.38,1593784.09,1594866.47,27,ae,1731.8079999998213 -3597,SUCCESS,2,0,283.5,1594866.47,1595149.97,27,random,453.6 -3607,SUCCESS,2,0,84.31,1595149.97,1595234.28,27,qpeexact,134.8960000000894 -149,SUCCESS,2,1,13739.39,1582351.55,1596090.94,127,qftentangled,21983.023999999838 -150,SUCCESS,2,1,554.39,1596090.94,1596645.33,127,ae,887.0240000002086 -3609,SUCCESS,2,0,1596.77,1595234.28,1596831.05,27,realamprandom,2554.83200000003 -3611,SUCCESS,2,0,40.13,1596831.05,1596871.18,27,graphstate,64.20799999982118 -3614,SUCCESS,2,0,94.3,1596871.18,1596965.48,27,qaoa,150.88000000007452 -3618,SUCCESS,2,0,289.62,1596965.48,1597255.1,27,qftentangled,463.3920000001788 -3620,SUCCESS,2,0,885.93,1597255.1,1598141.03,27,realamprandom,1417.4879999998957 -3632,SUCCESS,2,0,293.85,1598141.03,1598434.88,27,wstate,470.160000000149 -3634,SUCCESS,2,0,11.25,1598434.88,1598446.13,27,routing,17.999999999627473 -3643,SUCCESS,2,0,46.16,1598446.13,1598492.29,27,groundstate,73.85600000023842 -3644,SUCCESS,2,0,169.18,1598492.29,1598661.47,27,su2random,270.6879999998957 -151,SUCCESS,2,1,2258.33,1596645.33,1598903.66,127,ae,3613.3279999997467 -3646,SUCCESS,2,0,1374.38,1598661.47,1600035.85,27,qnn,2199.008000000194 -3657,SUCCESS,2,0,636.71,1600035.85,1600672.56,27,pricingput,1018.7359999999404 -3664,SUCCESS,2,0,560.2,1600672.56,1601232.76,27,twolocalrandom,896.3199999999256 -3671,SUCCESS,2,0,1133.48,1601232.76,1602366.24,27,realamprandom,1813.5679999999702 -3687,SUCCESS,2,0,341.82,1602366.24,1602708.06,27,qft,546.9120000001043 -3692,SUCCESS,2,0,300.5,1602708.06,1603008.56,27,portfolioqaoa,480.8 -3704,SUCCESS,2,0,505.72,1603008.56,1603514.28,27,qftentangled,809.1519999999554 -3708,SUCCESS,2,0,730.17,1603514.28,1604244.45,27,qpeinexact,1168.2719999998808 -152,SUCCESS,2,1,7104.32,1598903.66,1606007.98,127,realamprandom,11366.912000000106 -3712,SUCCESS,2,0,2129.58,1604244.45,1606374.03,27,random,3407.3280000001196 -153,SUCCESS,2,1,598.99,1606007.98,1606606.97,127,qft,958.3839999999851 -3717,SUCCESS,2,0,1428.67,1606374.03,1607802.7,27,qpeexact,2285.8719999998807 -3719,SUCCESS,2,0,318.49,1607802.7,1608121.19,27,qpeexact,509.5839999999851 -3725,SUCCESS,2,0,299.65,1608121.19,1608420.84,27,qftentangled,479.44000000022356 -3737,SUCCESS,2,0,69.71,1608420.84,1608490.55,27,dj,111.5359999999404 -3749,SUCCESS,2,0,127.65,1608490.55,1608618.2,27,qpeinexact,204.239999999851 -3767,SUCCESS,2,0,1423.66,1608618.2,1610041.86,27,random,2277.8560000002385 -3773,SUCCESS,2,0,295.32,1610041.86,1610337.18,27,qnn,472.5119999997318 -3777,SUCCESS,2,0,1140.68,1610337.18,1611477.86,27,ae,1825.0880000002683 -3779,SUCCESS,2,0,4158.82,1611477.86,1615636.68,27,random,6654.111999999732 -3799,SUCCESS,2,0,603.37,1615636.68,1616240.05,27,twolocalrandom,965.3920000001789 -154,SUCCESS,2,1,10948.58,1606606.97,1617555.55,127,qftentangled,17517.72800000012 -3809,SUCCESS,2,0,1990.98,1616240.05,1618231.03,27,random,3185.56799999997 -3812,SUCCESS,2,0,1245.46,1618231.03,1619476.49,27,random,1992.7359999999405 -3813,SUCCESS,2,0,793.63,1619476.49,1620270.12,27,realamprandom,1269.8080000001937 -3829,SUCCESS,2,0,766.78,1620270.12,1621036.9,27,qftentangled,1226.8479999996723 -3831,SUCCESS,2,0,606.26,1621036.9,1621643.16,27,qpeexact,970.016000000015 -3833,SUCCESS,2,0,61.32,1621643.16,1621704.48,27,dj,98.11200000010432 -3837,SUCCESS,2,0,103.19,1621704.48,1621807.67,27,dj,165.1039999999106 -155,SUCCESS,2,1,11319.5,1617555.55,1628875.05,127,twolocalrandom,18111.2 -156,SUCCESS,2,1,43.4,1628875.05,1628918.45,127,wstate,69.439999999851 -3845,SUCCESS,2,0,11249.44,1621807.67,1633057.11,27,qwalk-noancilla,17999.104000000283 -3849,SUCCESS,2,0,175.8,1633057.11,1633232.91,27,wstate,281.279999999702 -3853,SUCCESS,2,0,891.87,1633232.91,1634124.78,27,random,1426.992000000179 -3856,SUCCESS,2,0,367.8,1634124.78,1634492.58,27,su2random,588.4800000000745 -3859,SUCCESS,2,0,46.48,1634492.58,1634539.06,27,vqe,74.3679999999702 -3863,SUCCESS,2,0,57.22,1634539.06,1634596.28,27,wstate,91.5519999999553 -3864,SUCCESS,2,0,41.74,1634596.28,1634638.02,27,graphstate,66.7839999999851 -3877,SUCCESS,2,0,669.24,1634638.02,1635307.26,27,su2random,1070.783999999985 -3889,SUCCESS,2,0,436.45,1635307.26,1635743.71,27,qpeexact,698.3199999999256 -3890,SUCCESS,2,0,1391.95,1635743.71,1637135.66,27,qnn,2227.1199999999258 -3893,SUCCESS,2,0,57.94,1637135.66,1637193.6,27,qft,92.70400000028313 -3898,SUCCESS,2,0,1297.51,1637193.6,1638491.11,27,qwalk-v-chain,2076.016000000015 -3901,SUCCESS,2,0,256.11,1638491.11,1638747.22,27,twolocalrandom,409.7759999997914 -3909,SUCCESS,2,0,1410.25,1638747.22,1640157.47,27,ae,2256.4 -3916,SUCCESS,2,0,70.22,1640157.47,1640227.69,27,dj,112.3519999999553 -3917,SUCCESS,2,0,128.09,1640227.69,1640355.78,27,ghz,204.9440000001341 -3929,SUCCESS,2,0,780.79,1640355.78,1641136.57,27,ae,1249.2640000000597 -3938,SUCCESS,2,0,350.89,1641136.57,1641487.46,27,qft,561.4239999998362 -3939,SUCCESS,2,0,398.3,1641487.46,1641885.76,27,qft,637.2800000000746 -3942,SUCCESS,2,0,210.82,1641885.76,1642096.58,27,random,337.3120000001043 -3943,SUCCESS,2,0,231.71,1642096.58,1642328.29,27,qft,370.7359999999404 -3952,SUCCESS,2,0,16.79,1642328.29,1642345.08,27,ghz,26.864000000059605 -3954,SUCCESS,2,0,19.29,1642345.08,1642364.37,27,wstate,30.864000000059605 -3956,SUCCESS,2,0,530.87,1642364.37,1642895.24,27,realamprandom,849.3919999998063 -3959,SUCCESS,2,0,398.33,1642895.24,1643293.57,27,realamprandom,637.3280000001192 -3969,SUCCESS,2,0,908.73,1643293.57,1644202.3,27,qft,1453.9679999999703 -3970,SUCCESS,2,0,1609.38,1644202.3,1645811.68,27,qpeexact,2575.0079999998215 -3981,SUCCESS,2,0,33.96,1645811.68,1645845.64,27,graphstate,54.3359999999404 -3982,SUCCESS,2,0,475.02,1645845.64,1646320.66,27,qnn,760.0320000000298 -3986,SUCCESS,2,0,151.19,1646320.66,1646471.85,27,wstate,241.90400000028313 -3989,SUCCESS,2,0,212.33,1646471.85,1646684.18,27,su2random,339.7279999997467 -3990,SUCCESS,2,0,997.35,1646684.18,1647681.53,27,twolocalrandom,1595.7600000001491 -3996,SUCCESS,2,0,40.97,1647681.53,1647722.5,27,qaoa,65.5519999999553 -4001,SUCCESS,2,0,391.54,1647722.5,1648114.04,27,qft,626.4640000000596 -4003,SUCCESS,2,0,620.3,1648114.04,1648734.34,27,qnn,992.4800000000746 -4007,SUCCESS,2,0,726.83,1648734.34,1649461.17,27,qftentangled,1162.9279999997468 -4011,SUCCESS,2,0,478.12,1649461.17,1649939.29,27,qftentangled,764.9920000001789 -4015,SUCCESS,2,0,1321.22,1649939.29,1651260.51,27,qpeinexact,2113.951999999955 -4017,SUCCESS,2,0,25.71,1651260.51,1651286.22,27,ghz,41.135999999940395 -4021,SUCCESS,2,0,66.69,1651286.22,1651352.91,27,ghz,106.7039999999106 -4029,SUCCESS,2,0,222.89,1651352.91,1651575.8,27,ae,356.62400000020864 -4030,SUCCESS,2,0,28,1651575.8,1651603.8,27,wstate,44.800000000000004 -4037,SUCCESS,2,0,608.85,1651603.8,1652212.65,27,pricingput,974.1599999997766 -4041,SUCCESS,2,0,445.34,1652212.65,1652657.99,27,su2random,712.5440000001341 -4050,SUCCESS,2,0,1857.89,1652657.99,1654515.88,27,random,2972.624000000209 -4057,SUCCESS,2,0,28.4,1654515.88,1654544.28,27,graphstate,45.43999999985099 -4061,SUCCESS,2,0,779.23,1654544.28,1655323.51,27,qnn,1246.7679999999702 -4063,SUCCESS,2,0,186.34,1655323.51,1655509.85,27,qft,298.1440000001341 -4064,SUCCESS,2,0,31.86,1655509.85,1655541.71,27,dj,50.975999999791384 -4066,SUCCESS,2,0,209.03,1655541.71,1655750.74,27,qft,334.4480000000447 -4067,SUCCESS,2,0,45.33,1655750.74,1655796.07,27,graphstate,72.5280000001192 -4092,SUCCESS,2,0,19.6,1655796.07,1655815.67,27,ghz,31.359999999776484 -4119,SUCCESS,2,0,15.72,1655815.67,1655831.39,27,ghz,25.151999999955297 -4120,SUCCESS,2,0,278.79,1655831.39,1656110.18,27,su2random,446.06400000005965 -157,SUCCESS,2,1,30277.98,1628918.45,1659196.43,127,qftentangled,48444.767999999975 -162,SUCCESS,2,1,3687.11,1659196.43,1662883.54,127,ae,5899.376000000164 -163,SUCCESS,2,1,327.16,1662883.54,1663210.7,127,graphstate,523.4559999998659 -4130,SUCCESS,2,0,8224.37,1656110.18,1664334.55,27,qwalk-noancilla,13158.99200000018 -164,SUCCESS,2,1,1584.28,1663210.7,1664794.98,127,qnn,2534.848000000045 -165,SUCCESS,2,1,112.51,1664794.98,1664907.49,127,dj,180.0160000000149 -4137,SUCCESS,2,0,1477.78,1664334.55,1665812.33,27,random,2364.448000000045 -4142,SUCCESS,2,0,81.27,1665812.33,1665893.6,27,ghz,130.0320000000298 -4148,SUCCESS,2,0,536.35,1665893.6,1666429.95,27,portfolioqaoa,858.1599999997766 -4159,SUCCESS,2,0,262.21,1666429.95,1666692.16,27,wstate,419.53599999994043 -4168,SUCCESS,2,0,1135.8,1666692.16,1667827.96,27,portfolioqaoa,1817.2800000000746 -167,SUCCESS,2,1,4811.71,1664907.49,1669719.2,127,twolocalrandom,7698.735999999941 -168,SUCCESS,2,1,223.42,1669719.2,1669942.62,127,graphstate,357.47200000025333 -170,SUCCESS,2,1,358.49,1669942.62,1670301.11,127,graphstate,573.5839999999852 -171,SUCCESS,2,1,111.47,1670301.11,1670412.58,127,graphstate,178.3519999999553 -4186,SUCCESS,2,0,2722.32,1667827.96,1670550.28,27,random,4355.712000000104 -172,SUCCESS,2,1,177.62,1670412.58,1670590.2,127,wstate,284.1919999998063 -4188,SUCCESS,2,0,569.58,1670550.28,1671119.86,27,realamprandom,911.3280000001192 -4189,SUCCESS,2,0,47.23,1671119.86,1671167.09,27,ghz,75.5679999999702 -4196,SUCCESS,2,0,125.09,1671167.09,1671292.18,27,qftentangled,200.1439999997616 -4198,SUCCESS,2,0,96.7,1671292.18,1671388.88,27,dj,154.7199999999255 -4204,SUCCESS,2,0,120.26,1671388.88,1671509.14,27,pricingput,192.41600000001492 -4208,SUCCESS,2,0,569.76,1671509.14,1672078.9,27,qnn,911.616000000015 -173,SUCCESS,2,1,1655.2,1670590.2,1672245.4,127,qftentangled,2648.3199999999256 -174,SUCCESS,2,1,789.48,1672245.4,1673034.88,127,wstate,1263.1679999999703 -4210,SUCCESS,2,0,1787.16,1672078.9,1673866.06,27,random,2859.4560000002384 -4214,SUCCESS,2,0,179.19,1673866.06,1674045.25,27,wstate,286.7039999999106 -4218,SUCCESS,2,0,141.06,1674045.25,1674186.31,27,ghz,225.6960000000894 -4222,SUCCESS,2,0,218.59,1674186.31,1674404.9,27,twolocalrandom,349.7439999997616 -4225,SUCCESS,2,0,1210.8,1674404.9,1675615.7,27,qft,1937.2800000000746 -4227,SUCCESS,2,0,475.43,1675615.7,1676091.13,27,qftentangled,760.6879999998957 -4232,SUCCESS,2,0,597.22,1676091.13,1676688.35,27,pricingcall,955.5520000003279 -4234,SUCCESS,2,0,394.42,1676688.35,1677082.77,27,qnn,631.0719999998809 -4236,SUCCESS,2,0,279.6,1677082.77,1677362.37,27,qnn,447.36000000014906 -4237,SUCCESS,2,0,105.92,1677362.37,1677468.29,27,wstate,169.4719999998808 -4238,SUCCESS,2,0,207.43,1677468.29,1677675.72,27,wstate,331.8879999998957 -4241,SUCCESS,2,0,5715.26,1677675.72,1683390.98,27,pricingput,9144.416000000016 -175,SUCCESS,2,1,10740.34,1673034.88,1683775.22,127,qpeexact,17184.544000000136 -4243,SUCCESS,2,0,2171.35,1683390.98,1685562.33,27,qnn,3474.160000000149 -4252,SUCCESS,2,0,1371.47,1685562.33,1686933.8,27,qft,2194.3519999999553 -4255,SUCCESS,2,0,459.57,1686933.8,1687393.37,27,qftentangled,735.3120000001044 -4283,SUCCESS,2,0,633.35,1687393.37,1688026.72,27,qpeexact,1013.3599999997765 -4287,SUCCESS,2,0,158.15,1688026.72,1688184.87,27,qft,253.04000000022353 -4290,SUCCESS,2,0,67.89,1688184.87,1688252.76,27,dj,108.62399999983609 -4291,SUCCESS,2,0,382.82,1688252.76,1688635.58,27,qpeinexact,612.5120000001043 -4294,SUCCESS,2,0,2244.91,1688635.58,1690880.49,27,ae,3591.855999999866 -4297,SUCCESS,2,0,1070.78,1690880.49,1691951.27,27,su2random,1713.2480000000448 -4311,SUCCESS,2,0,2267.26,1691951.27,1694218.53,27,portfoliovqe,3627.616000000015 -4316,SUCCESS,2,0,38.89,1694218.53,1694257.42,27,graphstate,62.22399999983609 -4326,SUCCESS,2,0,16.8,1694257.42,1694274.22,27,vqe,26.880000000074507 -4330,SUCCESS,2,0,35.82,1694274.22,1694310.04,27,ghz,57.31200000010431 -4331,SUCCESS,2,0,175.79,1694310.04,1694485.83,27,portfolioqaoa,281.26400000005964 -4333,SUCCESS,2,0,896.46,1694485.83,1695382.29,27,qpeinexact,1434.3359999999404 -4336,SUCCESS,2,0,32,1695382.29,1695414.29,27,graphstate,51.2 -4342,SUCCESS,2,0,72.17,1695414.29,1695486.46,27,dj,115.4719999998808 -4347,SUCCESS,2,0,4130.64,1695486.46,1699617.1,27,random,6609.024000000209 -4349,SUCCESS,2,0,174.68,1699617.1,1699791.78,27,dj,279.4879999998957 -4352,SUCCESS,2,0,629.68,1699791.78,1700421.46,27,su2random,1007.4879999998957 -4357,SUCCESS,2,0,950.31,1700421.46,1701371.77,27,qnn,1520.4960000000895 -4359,SUCCESS,2,0,15.1,1701371.77,1701386.87,27,routing,24.16000000014901 -4362,SUCCESS,2,0,729.7,1701386.87,1702116.57,27,qft,1167.5199999999256 -4380,SUCCESS,2,0,94.92,1702116.57,1702211.49,27,qftentangled,151.87199999988079 -4382,SUCCESS,2,0,835.87,1702211.49,1703047.36,27,realamprandom,1337.392000000179 -4383,SUCCESS,2,0,326.25,1703047.36,1703373.61,27,twolocalrandom,522.0 -4392,SUCCESS,2,0,25.76,1703373.61,1703399.37,27,vqe,41.2160000000149 -4398,SUCCESS,2,0,1005.24,1703399.37,1704404.61,27,qnn,1608.3839999999852 -4400,SUCCESS,2,0,1595.39,1704404.61,1706000,27,random,2552.623999999836 -4401,SUCCESS,2,0,18.29,1706000,1706018.29,27,graphstate,29.264000000059607 -4405,SUCCESS,2,0,67.85,1706018.29,1706086.14,27,graphstate,108.5599999997765 -4411,SUCCESS,2,0,614.59,1706086.14,1706700.73,27,qft,983.3440000001342 -4418,SUCCESS,2,0,10.88,1706700.73,1706711.61,27,ghz,17.408000000193717 -4422,SUCCESS,2,0,1988.68,1706711.61,1708700.29,27,qpeexact,3181.887999999896 -4424,SUCCESS,2,0,12.29,1708700.29,1708712.58,27,graphstate,19.664000000059605 -4429,SUCCESS,2,0,642.87,1708712.58,1709355.45,27,twolocalrandom,1028.5919999998064 -4441,SUCCESS,2,0,1484.22,1709355.45,1710839.67,27,twolocalrandom,2374.7519999999554 -4447,SUCCESS,2,0,392.11,1710839.67,1711231.78,27,groundstate,627.3760000001639 -4454,SUCCESS,2,0,358.54,1711231.78,1711590.32,27,qpeinexact,573.6640000000597 -4455,SUCCESS,2,0,30.53,1711590.32,1711620.85,27,vqe,48.848000000044706 -4460,SUCCESS,2,0,798.38,1711620.85,1712419.23,27,realamprandom,1277.4079999998212 -4476,SUCCESS,2,0,34.95,1712419.23,1712454.18,27,vqe,55.919999999925494 -4478,SUCCESS,2,0,226.62,1712454.18,1712680.8,27,qpeinexact,362.5920000001788 -4486,SUCCESS,2,0,639.1,1712680.8,1713319.9,27,qft,1022.5599999997766 -4502,SUCCESS,2,0,27.47,1713319.9,1713347.37,27,wstate,43.95200000032783 -4508,SUCCESS,2,0,174.84,1713347.37,1713522.21,27,qnn,279.74399999976157 -4514,SUCCESS,2,0,5966,1713522.21,1719488.21,27,pricingcall,9545.6 -4516,SUCCESS,2,0,430.96,1719488.21,1719919.17,27,ae,689.5359999999405 -4520,SUCCESS,2,0,56.84,1719919.17,1719976.01,27,graphstate,90.94400000013411 -4522,SUCCESS,2,0,193.24,1719976.01,1720169.25,27,portfolioqaoa,309.18399999998513 -4523,SUCCESS,2,0,88.24,1720169.25,1720257.49,27,qaoa,141.1839999999851 -4527,SUCCESS,2,0,75.74,1720257.49,1720333.23,27,wstate,121.1839999999851 -4532,SUCCESS,2,0,125.85,1720333.23,1720459.08,27,qpeexact,201.36000000014903 -4533,SUCCESS,2,0,827.61,1720459.08,1721286.69,27,ae,1324.1759999997914 -176,SUCCESS,2,1,37598.63,1683775.22,1721373.85,127,qnn,60157.808000000194 -177,SUCCESS,2,1,167.99,1721373.85,1721541.84,127,wstate,268.7839999999851 -4537,SUCCESS,2,0,265.94,1721286.69,1721552.63,27,qftentangled,425.5039999999106 -4549,SUCCESS,2,0,480.01,1721552.63,1722032.64,27,pricingput,768.016000000015 -4555,SUCCESS,2,0,156.14,1722032.64,1722188.78,27,pricingcall,249.82400000020863 -4558,SUCCESS,2,0,353.9,1722188.78,1722542.68,27,wstate,566.239999999851 -4563,SUCCESS,2,0,420.53,1722542.68,1722963.21,27,realamprandom,672.8480000000447 -4564,SUCCESS,2,0,269.24,1722963.21,1723232.45,27,pricingcall,430.7839999999851 -4567,SUCCESS,2,0,691.7,1723232.45,1723924.15,27,su2random,1106.7199999999254 -4571,SUCCESS,2,0,549.02,1723924.15,1724473.17,27,realamprandom,878.4320000000298 -4576,SUCCESS,2,0,1809.68,1724473.17,1726282.85,27,realamprandom,2895.4880000002686 -178,SUCCESS,2,1,5854.22,1721541.84,1727396.06,127,qpeinexact,9366.751999999955 -4582,SUCCESS,2,0,2147.25,1726282.85,1728430.1,27,pricingput,3435.6000000000004 -4584,SUCCESS,2,0,28.36,1728430.1,1728458.46,27,graphstate,45.37599999979139 -4587,SUCCESS,2,0,257.61,1728458.46,1728716.07,27,qpeexact,412.1760000001639 -4590,SUCCESS,2,0,400.14,1728716.07,1729116.21,27,ae,640.2239999998361 -4598,SUCCESS,2,0,683.37,1729116.21,1729799.58,27,qftentangled,1093.3920000001788 -4606,SUCCESS,2,0,261.93,1729799.58,1730061.51,27,qpeexact,419.0879999998957 -4613,SUCCESS,2,0,521.58,1730061.51,1730583.09,27,portfolioqaoa,834.5280000001193 -4616,SUCCESS,2,0,643.91,1730583.09,1731227,27,qpeinexact,1030.255999999866 -4617,SUCCESS,2,0,353.32,1731227,1731580.32,27,qftentangled,565.3120000001044 -4619,SUCCESS,2,0,73.6,1731580.32,1731653.92,27,wstate,117.75999999977648 -4621,SUCCESS,2,0,191.84,1731653.92,1731845.76,27,dj,306.9440000001341 -4625,SUCCESS,2,0,38.67,1731845.76,1731884.43,27,qaoa,61.87199999988079 -4628,SUCCESS,2,0,284.09,1731884.43,1732168.52,27,portfolioqaoa,454.54400000013413 -4631,SUCCESS,2,0,675.7,1732168.52,1732844.22,27,portfolioqaoa,1081.1199999999255 -4635,SUCCESS,2,0,324.96,1732844.22,1733169.18,27,qpeinexact,519.9359999999405 -4638,SUCCESS,2,0,877.67,1733169.18,1734046.85,27,random,1404.2720000002535 -4641,SUCCESS,2,0,1057.5,1734046.85,1735104.35,27,qwalk-v-chain,1692.0 -4645,SUCCESS,2,0,51.47,1735104.35,1735155.82,27,qaoa,82.3519999999553 -4646,SUCCESS,2,0,375.61,1735155.82,1735531.43,27,ae,600.9759999997914 -4650,SUCCESS,2,0,207.55,1735531.43,1735738.98,27,wstate,332.0800000000745 -4651,SUCCESS,2,0,448.3,1735738.98,1736187.28,27,qnn,717.2800000000746 -4652,SUCCESS,2,0,228.47,1736187.28,1736415.75,27,qpeinexact,365.55199999995534 -4661,SUCCESS,2,0,29.59,1736415.75,1736445.34,27,graphstate,47.344000000134116 -179,SUCCESS,2,1,11160.57,1727396.06,1738556.63,127,qft,17856.912000000106 -4665,SUCCESS,2,0,5434.46,1736445.34,1741879.8,27,grover-noancilla,8695.13599999994 -4666,SUCCESS,2,0,180.46,1741879.8,1742060.26,27,dj,288.7359999999404 -4667,SUCCESS,2,0,305.48,1742060.26,1742365.74,27,qpeinexact,488.76799999997024 -180,SUCCESS,2,1,4502.63,1738556.63,1743059.26,127,su2random,7204.207999999821 -4671,SUCCESS,2,0,1266.74,1742365.74,1743632.48,27,realamprandom,2026.783999999985 -4674,SUCCESS,2,0,90.85,1743632.48,1743723.33,27,ghz,145.36000000014903 -4678,SUCCESS,2,0,1242.42,1743723.33,1744965.75,27,pricingcall,1987.871999999881 -4685,SUCCESS,2,0,593.07,1744965.75,1745558.82,27,qnn,948.9120000001044 -4689,SUCCESS,2,0,75.23,1745558.82,1745634.05,27,tsp,120.36799999997021 -4691,SUCCESS,2,0,123.55,1745634.05,1745757.6,27,ae,197.68000000007453 -181,SUCCESS,2,1,3465.61,1743059.26,1746524.87,127,qpeinexact,5544.976000000164 -4704,SUCCESS,2,0,1401.81,1745757.6,1747159.41,27,portfoliovqe,2242.895999999717 -4710,SUCCESS,2,0,52.38,1747159.41,1747211.79,27,wstate,83.80800000019372 -4715,SUCCESS,2,0,21.57,1747211.79,1747233.36,27,graphstate,34.51200000010431 -4717,SUCCESS,2,0,141.81,1747233.36,1747375.17,27,portfoliovqe,226.89599999971688 -4719,SUCCESS,2,0,147.39,1747375.17,1747522.56,27,groundstate,235.82400000020863 -4721,SUCCESS,2,0,115.75,1747522.56,1747638.31,27,su2random,185.20000000000002 -4729,SUCCESS,2,0,461,1747638.31,1748099.31,27,qft,737.6 -4730,SUCCESS,2,0,74.27,1748099.31,1748173.58,27,wstate,118.83200000002981 -182,SUCCESS,2,1,1992.5,1746524.87,1748517.37,127,twolocalrandom,3188.0 -4741,SUCCESS,2,0,390.12,1748173.58,1748563.7,27,su2random,624.1919999998063 -183,SUCCESS,2,1,316.55,1748517.37,1748833.92,127,graphstate,506.479999999702 -4743,SUCCESS,2,0,564.88,1748563.7,1749128.58,27,qpeinexact,903.8080000001937 -4746,SUCCESS,2,0,495.89,1749128.58,1749624.47,27,qpeinexact,793.4239999998362 -4747,SUCCESS,2,0,79.86,1749624.47,1749704.33,27,qaoa,127.77600000016392 -4755,SUCCESS,2,0,579.39,1749704.33,1750283.72,27,pricingput,927.0239999998362 -4788,SUCCESS,2,0,6690.52,1750283.72,1756974.24,27,qwalk-v-chain,10704.832000000031 -4792,SUCCESS,2,0,53.61,1756974.24,1757027.85,27,groundstate,85.77600000016392 -4804,SUCCESS,2,0,583.05,1757027.85,1757610.9,27,pricingput,932.879999999702 -4814,SUCCESS,2,0,531.63,1757610.9,1758142.53,27,qpeinexact,850.6080000001938 -4823,SUCCESS,2,0,1552.25,1758142.53,1759694.78,27,pricingcall,2483.6000000000004 -4830,SUCCESS,2,0,239.73,1759694.78,1759934.51,27,twolocalrandom,383.5679999999702 -4833,SUCCESS,2,0,1304.12,1759934.51,1761238.63,27,qpeexact,2086.5919999998064 -4834,SUCCESS,2,0,96.78,1761238.63,1761335.41,27,graphstate,154.84800000004472 -4851,SUCCESS,2,0,3845.46,1761335.41,1765180.87,27,pricingput,6152.736000000314 -4856,SUCCESS,2,0,71.47,1765180.87,1765252.34,27,graphstate,114.3519999999553 -4865,SUCCESS,2,0,429.96,1765252.34,1765682.3,27,realamprandom,687.9359999999405 -4866,SUCCESS,2,0,520.06,1765682.3,1766202.36,27,random,832.0960000000895 -4868,SUCCESS,2,0,650.92,1766202.36,1766853.28,27,qnn,1041.4719999998808 -4869,SUCCESS,2,0,33.7,1766853.28,1766886.98,27,dj,53.919999999925494 -4871,SUCCESS,2,0,304.48,1766886.98,1767191.46,27,qpeinexact,487.1679999999702 -4884,SUCCESS,2,0,987.92,1767191.46,1768179.38,27,qpeinexact,1580.6720000002533 -4887,SUCCESS,2,0,19.99,1768179.38,1768199.37,27,graphstate,31.9839999999851 -4888,SUCCESS,2,0,12.05,1768199.37,1768211.42,27,dj,19.279999999701978 -4889,SUCCESS,2,0,2063.45,1768211.42,1770274.87,27,twolocalrandom,3301.5200000002983 -4891,SUCCESS,2,0,119.6,1770274.87,1770394.47,27,dj,191.3599999997765 -185,SUCCESS,2,1,27210.17,1748833.92,1776044.09,127,random,43536.27200000026 -4894,SUCCESS,2,0,6471.6,1770394.47,1776866.07,27,grover-v-chain,10354.56000000015 -4895,SUCCESS,2,0,933.43,1776866.07,1777799.5,27,qpeinexact,1493.4879999998957 -186,SUCCESS,2,1,2400.21,1776044.09,1778444.3,127,qft,3840.3359999999407 -4902,SUCCESS,2,0,1391.48,1777799.5,1779190.98,27,qnn,2226.3679999999704 -4909,SUCCESS,2,0,237.79,1779190.98,1779428.77,27,ae,380.4640000000596 -4911,SUCCESS,2,0,420.27,1779428.77,1779849.04,27,realamprandom,672.4320000000298 -4913,SUCCESS,2,0,124.3,1779849.04,1779973.34,27,dj,198.88000000007452 -4914,SUCCESS,2,0,144.98,1779973.34,1780118.32,27,wstate,231.9679999999702 -4917,SUCCESS,2,0,173.86,1780118.32,1780292.18,27,qpeinexact,278.1759999997914 -4918,SUCCESS,2,0,1174.77,1780292.18,1781466.95,27,qft,1879.6320000000298 -187,SUCCESS,2,1,5475.32,1778444.3,1783919.62,127,qpeexact,8760.512000000104 -188,SUCCESS,2,1,4598.4,1783919.62,1788518.02,127,wstate,7357.439999999851 -4925,SUCCESS,2,0,8029.46,1781466.95,1789496.41,27,qwalk-v-chain,12847.13599999994 -4930,SUCCESS,2,0,628.86,1789496.41,1790125.27,27,portfoliovqe,1006.176000000164 -4931,SUCCESS,2,0,313.98,1790125.27,1790439.25,27,qpeinexact,502.3679999999702 -4938,SUCCESS,2,0,223.45,1790439.25,1790662.7,27,qftentangled,357.5199999999255 -189,SUCCESS,2,1,8235.01,1788518.02,1796753.03,127,twolocalrandom,13176.016000000016 -190,SUCCESS,2,1,700.52,1796753.03,1797453.55,127,qpeinexact,1120.83200000003 -4942,SUCCESS,2,0,7142.9,1790662.7,1797805.6,27,pricingput,11428.640000000225 -191,SUCCESS,2,1,634.71,1797453.55,1798088.26,127,wstate,1015.5359999999405 -4943,SUCCESS,2,0,846.15,1797805.6,1798651.75,27,qnn,1353.839999999851 -4944,SUCCESS,2,0,37.86,1798651.75,1798689.61,27,graphstate,60.576000000163916 -4953,SUCCESS,2,0,252.58,1798689.61,1798942.19,27,su2random,404.1279999997467 -4981,SUCCESS,2,0,2104.84,1798942.19,1801047.03,27,random,3367.7440000001343 -4991,SUCCESS,2,0,110.21,1801047.03,1801157.24,27,qpeinexact,176.3359999999404 -4992,SUCCESS,2,0,53.06,1801157.24,1801210.3,27,graphstate,84.89600000008942 -4996,SUCCESS,2,0,175.21,1801210.3,1801385.51,27,dj,280.3359999999404 -5007,SUCCESS,2,0,43.15,1801385.51,1801428.66,27,graphstate,69.03999999985099 -5010,SUCCESS,2,0,962.83,1801428.66,1802391.49,27,su2random,1540.5280000001194 -5012,SUCCESS,2,0,12.47,1802391.49,1802403.96,27,ghz,19.951999999955298 -5019,SUCCESS,2,0,16.22,1802403.96,1802420.18,27,ghz,25.951999999955298 -192,SUCCESS,2,1,4402.58,1798088.26,1802490.84,127,twolocalrandom,7044.12800000012 -5024,SUCCESS,2,0,216.39,1802420.18,1802636.57,27,qft,346.22400000020866 -5026,SUCCESS,2,0,374.86,1802636.57,1803011.43,27,qft,599.7759999997915 -5036,SUCCESS,2,0,243.79,1803011.43,1803255.22,27,twolocalrandom,390.06400000005965 -5038,SUCCESS,2,0,623.83,1803255.22,1803879.05,27,qftentangled,998.1280000001193 -5051,SUCCESS,2,0,361.71,1803879.05,1804240.76,27,qpeinexact,578.7359999999404 -5053,SUCCESS,2,0,223.17,1804240.76,1804463.93,27,qpeinexact,357.0719999998808 -5056,SUCCESS,2,0,771.06,1804463.93,1805234.99,27,ae,1233.6960000000895 -5058,SUCCESS,2,0,1329.01,1805234.99,1806564,27,qpeexact,2126.416000000015 -5061,SUCCESS,2,0,70.33,1806564,1806634.33,27,graphstate,112.52800000011922 -5068,SUCCESS,2,0,42.89,1806634.33,1806677.22,27,ghz,68.62399999983609 -5072,SUCCESS,2,0,685.38,1806677.22,1807362.6,27,portfoliovqe,1096.6080000001937 -5073,SUCCESS,2,0,1458.2,1807362.6,1808820.8,27,qpeinexact,2333.1199999999258 -5074,SUCCESS,2,0,10.71,1808820.8,1808831.51,27,dj,17.135999999940395 -5079,SUCCESS,2,0,914.29,1808831.51,1809745.8,27,portfolioqaoa,1462.8640000000596 -194,SUCCESS,2,1,7627.63,1802490.84,1810118.47,127,realamprandom,12204.207999999822 -5081,SUCCESS,2,0,2552.07,1809745.8,1812297.87,27,qwalk-v-chain,4083.3120000001045 -5082,SUCCESS,2,0,1535.54,1812297.87,1813833.41,27,qpeinexact,2456.863999999687 -5085,SUCCESS,2,0,882.22,1813833.41,1814715.63,27,random,1411.5519999999553 -5093,SUCCESS,2,0,31.09,1814715.63,1814746.72,27,graphstate,49.744000000134115 -5101,SUCCESS,2,0,1457.5,1814746.72,1816204.22,27,portfoliovqe,2332.0 -5105,SUCCESS,2,0,127.09,1816204.22,1816331.31,27,qftentangled,203.34400000013412 -5113,SUCCESS,2,0,598.75,1816331.31,1816930.06,27,qft,958.0 -5115,SUCCESS,2,0,14720.06,1816930.06,1831650.12,27,qwalk-noancilla,23552.096000000092 -5116,SUCCESS,2,0,41.51,1831650.12,1831691.63,27,qaoa,66.4160000000149 -5117,SUCCESS,2,0,219.21,1831691.63,1831910.84,27,twolocalrandom,350.7359999999404 -5122,SUCCESS,2,0,170.77,1831910.84,1832081.61,27,wstate,273.2320000000298 -5124,SUCCESS,2,0,26508.37,1832081.61,1858589.98,27,shor,42413.39199999981 -5126,SUCCESS,2,0,976.21,1858589.98,1859566.19,27,qpeinexact,1561.9359999999406 -5131,SUCCESS,2,0,55.78,1859566.19,1859621.97,27,wstate,89.24800000004471 -5136,SUCCESS,2,0,668.35,1859621.97,1860290.32,27,ae,1069.360000000149 -5146,SUCCESS,2,0,44.42,1860290.32,1860334.74,27,wstate,71.07199999988079 -5147,SUCCESS,2,0,507.87,1860334.74,1860842.61,27,twolocalrandom,812.5920000001788 -5150,SUCCESS,2,0,801.78,1860842.61,1861644.39,27,ae,1282.8479999996723 -5151,SUCCESS,2,0,341.72,1861644.39,1861986.11,27,ae,546.7520000003278 -5175,SUCCESS,2,0,2468.7,1861986.11,1864454.81,27,random,3949.9199999999255 -5177,SUCCESS,2,0,6761.27,1864454.81,1871216.08,27,grover-noancilla,10818.03200000003 -5178,SUCCESS,2,0,1054.16,1871216.08,1872270.24,27,qpeexact,1686.655999999866 -5185,SUCCESS,2,0,297.22,1872270.24,1872567.46,27,qpeexact,475.55199999995534 -5186,SUCCESS,2,0,199.3,1872567.46,1872766.76,27,ae,318.8800000000745 -5193,SUCCESS,2,0,425.47,1872766.76,1873192.23,27,pricingcall,680.7519999999554 -5207,SUCCESS,2,0,433.67,1873192.23,1873625.9,27,qpeexact,693.8719999998808 -5209,SUCCESS,2,0,23.36,1873625.9,1873649.26,27,dj,37.37600000016391 -195,SUCCESS,2,1,89582.48,1810118.47,1899700.95,127,su2random,143331.96799999996 -196,SUCCESS,2,1,3945.66,1899700.95,1903646.61,127,qftentangled,6313.056000000239 -198,SUCCESS,2,1,9123.38,1903646.61,1912769.99,127,qftentangled,14597.407999999821 -199,SUCCESS,2,1,1191.9,1912769.99,1913961.89,127,wstate,1907.039999999851 -200,SUCCESS,2,1,197.71,1913961.89,1914159.6,127,vqe,316.33600000031294 -5214,SUCCESS,2,0,41968.74,1873649.26,1915618,27,shor,67149.98399999998 -5222,SUCCESS,2,0,33.81,1915618,1915651.81,27,graphstate,54.09600000008941 -5223,SUCCESS,2,0,792.81,1915651.81,1916444.62,27,ae,1268.4960000000895 -5229,SUCCESS,2,0,80.58,1916444.62,1916525.2,27,wstate,128.92799999974667 -5230,SUCCESS,2,0,91.37,1916525.2,1916616.57,27,dj,146.1920000001788 -5237,SUCCESS,2,0,187.16,1916616.57,1916803.73,27,qft,299.4559999998659 -5240,SUCCESS,2,0,1691.69,1916803.73,1918495.42,27,grover-v-chain,2706.7039999999106 -5242,SUCCESS,2,0,122.58,1918495.42,1918618,27,dj,196.12800000011921 -5245,SUCCESS,2,0,1266.3,1918618,1919884.3,27,su2random,2026.0800000000745 -5250,SUCCESS,2,0,462.92,1919884.3,1920347.22,27,pricingput,740.6719999998809 -5258,SUCCESS,2,0,368.55,1920347.22,1920715.77,27,portfoliovqe,589.6800000000745 -5260,SUCCESS,2,0,482.21,1920715.77,1921197.98,27,qpeexact,771.5359999999405 -5261,SUCCESS,2,0,15.3,1921197.98,1921213.28,27,graphstate,24.480000000074508 -5268,SUCCESS,2,0,1163.92,1921213.28,1922377.2,27,twolocalrandom,1862.2719999998808 -5269,SUCCESS,2,0,69.63,1922377.2,1922446.83,27,dj,111.40800000019372 -201,SUCCESS,2,1,10560.7,1914159.6,1924720.3,127,qpeexact,16897.119999999926 -202,SUCCESS,2,1,168.78,1924720.3,1924889.08,127,ghz,270.04800000004474 -203,SUCCESS,2,1,2763.15,1924889.08,1927652.23,127,qpeinexact,4421.039999999851 -5271,SUCCESS,2,0,6264.17,1922446.83,1928711,27,grover-v-chain,10022.671999999882 -5274,SUCCESS,2,0,158.12,1928711,1928869.12,27,graphstate,252.99200000017882 -5278,SUCCESS,2,0,519.31,1928869.12,1929388.43,27,random,830.8959999997169 -5297,SUCCESS,2,0,515.03,1929388.43,1929903.46,27,ae,824.0480000000448 -5298,SUCCESS,2,0,1264.04,1929903.46,1931167.5,27,ae,2022.4640000000597 -5302,SUCCESS,2,0,1306.23,1931167.5,1932473.73,27,su2random,2089.9679999999703 -5309,SUCCESS,2,0,19.34,1932473.73,1932493.07,27,ghz,30.94400000013411 -5314,SUCCESS,2,0,255.65,1932493.07,1932748.72,27,qft,409.03999999985103 -5315,SUCCESS,2,0,211.17,1932748.72,1932959.89,27,twolocalrandom,337.8719999998808 -5317,SUCCESS,2,0,39.12,1932959.89,1932999.01,27,graphstate,62.592000000178814 -5318,SUCCESS,2,0,68.52,1932999.01,1933067.53,27,vqe,109.6320000000298 -5328,SUCCESS,2,0,47.52,1933067.53,1933115.05,27,dj,76.03200000002981 -5336,SUCCESS,2,0,272.49,1933115.05,1933387.54,27,portfolioqaoa,435.98399999998514 -5343,SUCCESS,2,0,725.76,1933387.54,1934113.3,27,random,1161.216000000015 -5346,SUCCESS,2,0,868.45,1934113.3,1934981.75,27,qpeexact,1389.5199999999256 -5358,SUCCESS,2,0,157.99,1934981.75,1935139.74,27,ghz,252.7839999999851 -5361,SUCCESS,2,0,138.08,1935139.74,1935277.82,27,wstate,220.92800000011923 -5364,SUCCESS,2,0,2372.62,1935277.82,1937650.44,27,su2random,3796.1919999998063 -5367,SUCCESS,2,0,1368.53,1937650.44,1939018.97,27,realamprandom,2189.6480000000447 -5369,SUCCESS,2,0,120.3,1939018.97,1939139.27,27,wstate,192.4800000000745 -5382,SUCCESS,2,0,551.26,1939139.27,1939690.53,27,realamprandom,882.016000000015 -5385,SUCCESS,2,0,763.11,1939690.53,1940453.64,27,qftentangled,1220.9759999997914 -5392,SUCCESS,2,0,811.45,1940453.64,1941265.09,27,qpeinexact,1298.320000000298 -5397,SUCCESS,2,0,149.12,1941265.09,1941414.21,27,wstate,238.5919999998063 -5399,SUCCESS,2,0,247.98,1941414.21,1941662.19,27,qftentangled,396.76799999997024 -5403,SUCCESS,2,0,44.2,1941662.19,1941706.39,27,qaoa,70.71999999992549 -5412,SUCCESS,2,0,670.24,1941706.39,1942376.63,27,ae,1072.3839999999852 -204,SUCCESS,2,1,14902.71,1927652.23,1942554.94,127,qpeexact,23844.33599999994 -5415,SUCCESS,2,0,407.94,1942376.63,1942784.57,27,qft,652.7040000002831 -5419,SUCCESS,2,0,318.02,1942784.57,1943102.59,27,random,508.83200000002984 -205,SUCCESS,2,1,2292.81,1942554.94,1944847.75,127,ghz,3668.4960000000897 -5421,SUCCESS,2,0,4523.82,1943102.59,1947626.41,27,grover-v-chain,7238.111999999732 -5427,SUCCESS,2,0,1860.33,1947626.41,1949486.74,27,su2random,2976.5280000001194 -206,SUCCESS,2,1,16083.25,1944847.75,1960931,127,qpeexact,25733.2 -209,SUCCESS,2,1,908.09,1960931,1961839.09,127,random,1452.944000000134 -210,SUCCESS,2,1,12328.41,1961839.09,1974167.5,127,qnn,19725.455999999867 -211,SUCCESS,2,1,2519.02,1974167.5,1976686.52,127,qft,4030.43200000003 -212,SUCCESS,2,1,1401.07,1976686.52,1978087.59,127,qpeinexact,2241.7120000001046 -214,SUCCESS,2,1,1477.67,1978087.59,1979565.26,127,random,2364.271999999881 -215,SUCCESS,2,1,1703.64,1979565.26,1981268.9,127,ghz,2725.8239999998364 -216,SUCCESS,2,1,12765.46,1981268.9,1994034.36,127,qft,20424.736000000314 -217,SUCCESS,2,1,14696.46,1994034.36,2008730.82,127,twolocalrandom,23514.33599999994 -218,SUCCESS,2,1,196.94,2008730.82,2008927.76,127,graphstate,315.1039999999106 -5445,SUCCESS,2,0,88684.64,1949486.74,2038171.38,27,grover-v-chain,141895.42399999985 -219,SUCCESS,2,1,29382.63,2008927.76,2038310.39,127,ae,47012.207999999824 -5446,SUCCESS,2,0,995.15,2038171.38,2039166.53,27,ae,1592.2400000002235 -5450,SUCCESS,2,0,1234.74,2039166.53,2040401.27,27,random,1975.5839999999853 -5454,SUCCESS,2,0,23.18,2040401.27,2040424.45,27,ghz,37.08799999989569 -5455,SUCCESS,2,0,398.52,2040424.45,2040822.97,27,qpeinexact,637.6320000000298 -220,SUCCESS,2,1,2890.15,2038310.39,2041200.54,127,qwalk-v-chain,4624.2400000002235 -5461,SUCCESS,2,0,632.46,2040822.97,2041455.43,27,ae,1011.9359999999405 -5465,SUCCESS,2,0,22.96,2041455.43,2041478.39,27,ghz,36.7359999999404 -5477,SUCCESS,2,0,13.61,2041478.39,2041492,27,vqe,21.776000000163915 -5489,SUCCESS,2,0,600.96,2041492,2042092.96,27,random,961.5359999999405 -5499,SUCCESS,2,0,721.34,2042092.96,2042814.3,27,ae,1154.1440000001342 -5501,SUCCESS,2,0,127.48,2042814.3,2042941.78,27,ghz,203.9679999999702 -221,SUCCESS,2,1,10835.36,2041200.54,2052035.9,127,qpeexact,17336.575999999794 -5502,SUCCESS,2,0,28438.35,2042941.78,2071380.13,27,shor,45501.35999999978 -5510,SUCCESS,2,0,126.3,2071380.13,2071506.43,27,vqe,202.0800000000745 -5515,SUCCESS,2,0,814.81,2071506.43,2072321.24,27,random,1303.6960000000895 -222,SUCCESS,2,1,22922.17,2052035.9,2074958.07,127,qft,36675.472000000256 -5516,SUCCESS,2,0,3221.61,2072321.24,2075542.85,27,random,5154.576000000165 -5518,SUCCESS,2,0,52.5,2075542.85,2075595.35,27,wstate,84.0 -5520,SUCCESS,2,0,512.19,2075595.35,2076107.54,27,ae,819.5039999999107 -5523,SUCCESS,2,0,2422.89,2076107.54,2078530.43,27,su2random,3876.623999999836 -5525,SUCCESS,2,0,768.65,2078530.43,2079299.08,27,qpeinexact,1229.8400000002237 -5559,SUCCESS,2,0,149.28,2079299.08,2079448.36,27,qftentangled,238.84800000004472 -5577,SUCCESS,2,0,10.63,2079448.36,2079458.99,27,ghz,17.007999999821187 -5586,SUCCESS,2,0,53.9,2079458.99,2079512.89,27,dj,86.239999999851 -5588,SUCCESS,2,0,458.14,2079512.89,2079971.03,27,twolocalrandom,733.0240000002086 -5591,SUCCESS,2,0,61.1,2079971.03,2080032.13,27,dj,97.76000000014902 -5596,SUCCESS,2,0,19.22,2080032.13,2080051.35,27,graphstate,30.7519999999553 -5602,SUCCESS,2,0,145.03,2080051.35,2080196.38,27,qft,232.0479999996722 -5606,SUCCESS,2,0,1776.88,2080196.38,2081973.26,27,random,2843.008000000194 -5609,SUCCESS,2,0,1681.1,2081973.26,2083654.36,27,random,2689.7600000001494 -5612,SUCCESS,2,0,19.5,2083654.36,2083673.86,27,ghz,31.200000000000003 -5627,SUCCESS,2,0,415.51,2083673.86,2084089.37,27,qnn,664.8160000000149 -5634,SUCCESS,2,0,1936.37,2084089.37,2086025.74,27,su2random,3098.1919999998063 -5642,SUCCESS,2,0,1789.35,2086025.74,2087815.09,27,ae,2862.960000000149 -5643,SUCCESS,2,0,93.18,2087815.09,2087908.27,27,wstate,149.0879999998957 -5649,SUCCESS,2,0,3699.31,2087908.27,2091607.58,27,pricingput,5918.89600000009 -5651,SUCCESS,2,0,957.32,2091607.58,2092564.9,27,random,1531.711999999732 -5656,SUCCESS,2,0,1808.59,2092564.9,2094373.49,27,qpeinexact,2893.7440000001343 -5658,SUCCESS,2,0,834.63,2094373.49,2095208.12,27,qft,1335.4080000001939 -5660,SUCCESS,2,0,361.06,2095208.12,2095569.18,27,qft,577.695999999717 -5661,SUCCESS,2,0,659.53,2095569.18,2096228.71,27,qpeexact,1055.2480000000448 -5664,SUCCESS,2,0,189.5,2096228.71,2096418.21,27,su2random,303.2 -5668,SUCCESS,2,0,227.8,2096418.21,2096646.01,27,qft,364.48000000007454 -5671,SUCCESS,2,0,334.67,2096646.01,2096980.68,27,qpeinexact,535.4719999998808 -5676,SUCCESS,2,0,169.59,2096980.68,2097150.27,27,vqe,271.34400000013414 -5680,SUCCESS,2,0,361.52,2097150.27,2097511.79,27,portfolioqaoa,578.4319999992848 -5682,SUCCESS,2,0,212.9,2097511.79,2097724.69,27,qftentangled,340.64000000059605 -5686,SUCCESS,2,0,54.35,2097724.69,2097779.04,27,dj,86.95999999940396 -5687,SUCCESS,2,0,679.73,2097779.04,2098458.77,27,qwalk-v-chain,1087.5679999999702 -5689,SUCCESS,2,0,688.3,2098458.77,2099147.07,27,pricingcall,1101.280000000447 -5691,SUCCESS,2,0,883.09,2099147.07,2100030.16,27,qftentangled,1412.9440000005068 -5695,SUCCESS,2,0,1171.05,2100030.16,2101201.21,27,qwalk-v-chain,1873.679999999702 -5700,SUCCESS,2,0,1115.38,2101201.21,2102316.59,27,ae,1784.6079999998212 -5703,SUCCESS,2,0,101.57,2102316.59,2102418.16,27,qft,162.51200000047686 -5704,SUCCESS,2,0,332.63,2102418.16,2102750.79,27,twolocalrandom,532.2079999998213 -5705,SUCCESS,2,0,263.1,2102750.79,2103013.89,27,random,420.959999999404 -5709,SUCCESS,2,0,336.6,2103013.89,2103350.49,27,pricingcall,538.560000000149 -5711,SUCCESS,2,0,99.02,2103350.49,2103449.51,27,ghz,158.4320000000298 -5714,SUCCESS,2,0,24600,2103449.51,2128049.51,27,qwalk-noancilla,39360.0 -5720,SUCCESS,2,0,882.85,2128049.51,2128932.36,27,qpeexact,1412.560000000149 -5724,SUCCESS,2,0,3314.26,2128932.36,2132246.62,27,qwalk-v-chain,5302.816000000388 -5739,SUCCESS,2,0,1057.55,2132246.62,2133304.17,27,twolocalrandom,1692.079999999702 -5740,SUCCESS,2,0,86.05,2133304.17,2133390.22,27,dj,137.67999999970198 -223,SUCCESS,2,1,58850.44,2074958.07,2133808.51,127,grover-noancilla,94160.70399999955 -5748,SUCCESS,2,0,974.57,2133390.22,2134364.79,27,realamprandom,1559.312000000477 -5749,SUCCESS,2,0,660.51,2134364.79,2135025.3,27,qnn,1056.8159999996424 -5751,SUCCESS,2,0,124.64,2135025.3,2135149.94,27,wstate,199.42400000020862 -5755,SUCCESS,2,0,525.59,2135149.94,2135675.53,27,twolocalrandom,840.9439999997617 -5756,SUCCESS,2,0,256.27,2135675.53,2135931.8,27,qpeexact,410.0320000000298 -5759,SUCCESS,2,0,416.12,2135931.8,2136347.92,27,qft,665.7920000001789 -5760,SUCCESS,2,0,687.86,2136347.92,2137035.78,27,realamprandom,1100.5759999997915 -5761,SUCCESS,2,0,989.65,2137035.78,2138025.43,27,qftentangled,1583.4400000005962 -5781,SUCCESS,2,0,1063.45,2138025.43,2139088.88,27,su2random,1701.519999999553 -5787,SUCCESS,2,0,335.26,2139088.88,2139424.14,27,portfoliovqe,536.4160000003875 -5789,SUCCESS,2,0,980.42,2139424.14,2140404.56,27,su2random,1568.6719999998809 -5792,SUCCESS,2,0,641.14,2140404.56,2141045.7,27,qftentangled,1025.8240000002086 -225,SUCCESS,2,1,7261.07,2133808.51,2141069.58,127,qft,11617.711999999732 -5804,SUCCESS,2,0,259.33,2141045.7,2141305.03,27,qft,414.92799999937415 -5812,SUCCESS,2,0,114.21,2141305.03,2141419.24,27,tsp,182.73600000068546 -5815,SUCCESS,2,0,242.91,2141419.24,2141662.15,27,realamprandom,388.65599999949336 -5816,SUCCESS,2,0,207.42,2141662.15,2141869.57,27,pricingcall,331.8719999998808 -5818,SUCCESS,2,0,306.89,2141869.57,2142176.46,27,qftentangled,491.0240000002086 -5826,SUCCESS,2,0,420.48,2142176.46,2142596.94,27,twolocalrandom,672.7679999999702 -5835,SUCCESS,2,0,457.54,2142596.94,2143054.48,27,qftentangled,732.0640000000597 -5852,SUCCESS,2,0,270.4,2143054.48,2143324.88,27,su2random,432.639999999851 -5853,SUCCESS,2,0,337.49,2143324.88,2143662.37,27,qftentangled,539.9840000003577 -5867,SUCCESS,2,0,624.34,2143662.37,2144286.71,27,ae,998.9439999997617 -226,SUCCESS,2,1,3812.9,2141069.58,2144882.48,127,qnn,6100.640000000596 -5868,SUCCESS,2,0,1171.37,2144286.71,2145458.08,27,qftentangled,1874.192000000179 -5872,SUCCESS,2,0,26.64,2145458.08,2145484.72,27,ghz,42.623999999463564 -5880,SUCCESS,2,0,207.24,2145484.72,2145691.96,27,twolocalrandom,331.58400000035766 -5883,SUCCESS,2,0,663.07,2145691.96,2146355.03,27,twolocalrandom,1060.9119999997317 -5886,SUCCESS,2,0,157.67,2146355.03,2146512.7,27,ghz,252.2719999998808 -5906,SUCCESS,2,0,38.7,2146512.7,2146551.4,27,qaoa,61.920000000298025 -5907,SUCCESS,2,0,396.09,2146551.4,2146947.49,27,realamprandom,633.7440000005067 -5915,SUCCESS,2,0,1286.07,2146947.49,2148233.56,27,qwalk-v-chain,2057.7119999997317 -5919,SUCCESS,2,0,626.33,2148233.56,2148859.89,27,twolocalrandom,1002.1279999993742 -5921,SUCCESS,2,0,52.41,2148859.89,2148912.3,27,qftentangled,83.85600000023842 -5925,SUCCESS,2,0,523.19,2148912.3,2149435.49,27,qftentangled,837.1040000006557 -5928,SUCCESS,2,0,104.96,2149435.49,2149540.45,27,ghz,167.93599999919536 -5931,SUCCESS,2,0,1148.39,2149540.45,2150688.84,27,random,1837.4240000002087 -5932,SUCCESS,2,0,71.6,2150688.84,2150760.44,27,dj,114.56000000014902 -5935,SUCCESS,2,0,447.92,2150760.44,2151208.36,27,portfolioqaoa,716.6719999998809 -5948,SUCCESS,2,0,19.01,2151208.36,2151227.37,27,vqe,30.415999999642374 -5955,SUCCESS,2,0,22.82,2151227.37,2151250.19,27,graphstate,36.51200000047684 -5960,SUCCESS,2,0,126.25,2151250.19,2151376.44,27,ghz,202.0 -5967,SUCCESS,2,0,216.46,2151376.44,2151592.9,27,qftentangled,346.33599999994044 -5968,SUCCESS,2,0,221.59,2151592.9,2151814.49,27,portfoliovqe,354.5439999997616 -5971,SUCCESS,2,0,722.11,2151814.49,2152536.6,27,twolocalrandom,1155.3759999997915 -5972,SUCCESS,2,0,64.46,2152536.6,2152601.06,27,wstate,103.1359999999404 -5975,SUCCESS,2,0,533.39,2152601.06,2153134.45,27,realamprandom,853.4240000009537 -227,SUCCESS,2,1,8603.44,2144882.48,2153485.92,127,qftentangled,13765.503999999912 -5995,SUCCESS,2,0,1370.38,2153134.45,2154504.83,27,pricingput,2192.6079999998215 -5998,SUCCESS,2,0,529.5,2154504.83,2155034.33,27,pricingcall,847.2 -6005,SUCCESS,2,0,164.97,2155034.33,2155199.3,27,qpeexact,263.95199999958277 -6007,SUCCESS,2,0,35.59,2155199.3,2155234.89,27,tsp,56.94400000050664 -6009,SUCCESS,2,0,555.81,2155234.89,2155790.7,27,qft,889.2960000000894 -6011,SUCCESS,2,0,692.59,2155790.7,2156483.29,27,qwalk-v-chain,1108.1439999997617 -228,SUCCESS,2,1,4719.27,2153485.92,2158205.19,127,qft,7550.83200000003 -230,SUCCESS,2,1,11990.1,2158205.19,2170195.29,127,ae,19184.16000000015 -232,SUCCESS,2,1,49.9,2170195.29,2170245.19,127,ghz,79.83999999985099 -233,SUCCESS,2,1,608.33,2170245.19,2170853.52,127,realamprandom,973.3280000001192 -234,SUCCESS,2,1,5853.92,2170853.52,2176707.44,127,qnn,9366.27199999988 -235,SUCCESS,2,1,15414.52,2176707.44,2192121.96,127,ae,24663.232000000033 -238,SUCCESS,2,1,27824.94,2192121.96,2219946.9,127,qpeexact,44519.903999999915 -239,SUCCESS,2,1,148.97,2219946.9,2220095.87,127,ghz,238.35199999958277 -241,SUCCESS,2,1,2246.76,2220095.87,2222342.63,127,qftentangled,3594.8160000003877 -242,SUCCESS,2,1,563.58,2222342.63,2222906.21,127,wstate,901.7280000001192 -243,SUCCESS,2,1,38822.41,2222906.21,2261728.62,127,realamprandom,62115.8559999995 -244,SUCCESS,2,1,2132.66,2261728.62,2263861.28,127,qpeinexact,3412.2560000002386 -245,SUCCESS,2,1,216.63,2263861.28,2264077.91,127,graphstate,346.6080000005663 -246,SUCCESS,2,1,7345.7,2264077.91,2271423.61,127,qftentangled,11753.119999999553 -247,SUCCESS,2,1,1271.98,2271423.61,2272695.59,127,realamprandom,2035.1679999999703 -248,SUCCESS,2,1,20592,2272695.59,2293287.59,127,qpeexact,32947.200000000004 -249,SUCCESS,2,1,636.1,2293287.59,2293923.69,127,ghz,1017.760000000149 -6019,SUCCESS,2,0,142632.46,2156483.29,2299115.75,27,grover-noancilla,228211.93599999996 -6021,SUCCESS,2,0,346.36,2299115.75,2299462.11,27,qpeinexact,554.1759999997914 -6034,SUCCESS,2,0,980.9,2299462.11,2300443.01,27,su2random,1569.4399999998511 -6037,SUCCESS,2,0,52.4,2300443.01,2300495.41,27,graphstate,83.84000000059605 -6038,SUCCESS,2,0,42.88,2300495.41,2300538.29,27,dj,68.60799999907613 -6039,SUCCESS,2,0,228.3,2300538.29,2300766.59,27,pricingput,365.28000000044705 -6045,SUCCESS,2,0,108.68,2300766.59,2300875.27,27,qftentangled,173.88799999952317 -6049,SUCCESS,2,0,503.1,2300875.27,2301378.37,27,su2random,804.9600000001491 -6051,SUCCESS,2,0,78.86,2301378.37,2301457.23,27,ghz,126.17600000053645 -6074,SUCCESS,2,0,1561.8,2301457.23,2303019.03,27,random,2498.8799999997022 -6077,SUCCESS,2,0,21.18,2303019.03,2303040.21,27,vqe,33.88800000026822 -6082,SUCCESS,2,0,682.65,2303040.21,2303722.86,27,qnn,1092.239999999851 -6085,SUCCESS,2,0,1696.51,2303722.86,2305419.37,27,realamprandom,2714.4160000003876 -6087,SUCCESS,2,0,851.27,2305419.37,2306270.64,27,portfolioqaoa,1362.0319999992848 -6088,SUCCESS,2,0,845,2306270.64,2307115.64,27,pricingput,1352.000000000745 -6089,SUCCESS,2,0,833.89,2307115.64,2307949.53,27,qpeinexact,1334.2239999994636 -6101,SUCCESS,2,0,26.16,2307949.53,2307975.69,27,vqe,41.856000000238424 -6102,SUCCESS,2,0,1659.2,2307975.69,2309634.89,27,pricingput,2654.720000000298 -6105,SUCCESS,2,0,10.67,2309634.89,2309645.56,27,graphstate,17.071999999135734 -6110,SUCCESS,2,0,740.5,2309645.56,2310386.06,27,random,1184.8 -6113,SUCCESS,2,0,317.88,2310386.06,2310703.94,27,qnn,508.6080000005663 -6119,SUCCESS,2,0,151.25,2310703.94,2310855.19,27,wstate,242.0 -6120,SUCCESS,2,0,503.55,2310855.19,2311358.74,27,random,805.6800000004471 -6124,SUCCESS,2,0,780.07,2311358.74,2312138.81,27,realamprandom,1248.1119999997318 -6125,SUCCESS,2,0,1633.52,2312138.81,2313772.33,27,su2random,2613.6319999992847 -6127,SUCCESS,2,0,200.75,2313772.33,2313973.08,27,twolocalrandom,321.20000000000005 -6128,SUCCESS,2,0,259,2313973.08,2314232.08,27,qpeinexact,414.4000000007451 -6130,SUCCESS,2,0,1040.76,2314232.08,2315272.84,27,twolocalrandom,1665.2159999996425 -250,SUCCESS,2,1,21626.55,2293923.69,2315550.24,127,realamprandom,34602.479999999705 -6131,SUCCESS,2,0,543.53,2315272.84,2315816.37,27,qftentangled,869.6480000004173 -251,SUCCESS,2,1,1317.19,2315550.24,2316867.43,127,qft,2107.5040000006557 -6136,SUCCESS,2,0,2035.94,2315816.37,2317852.31,27,pricingcall,3257.503999999166 -6141,SUCCESS,2,0,622.33,2317852.31,2318474.64,27,portfoliovqe,995.7280000008643 -6152,SUCCESS,2,0,3183.12,2318474.64,2321657.76,27,pricingput,5092.9919999994345 -6157,SUCCESS,2,0,80.55,2321657.76,2321738.31,27,wstate,128.88000000044704 -6168,SUCCESS,2,0,479.94,2321738.31,2322218.25,27,qpeexact,767.9039999999106 -6169,SUCCESS,2,0,838.12,2322218.25,2323056.37,27,qpeexact,1340.9919999994338 -6178,SUCCESS,2,0,21.78,2323056.37,2323078.15,27,qaoa,34.84800000041724 -6187,SUCCESS,2,0,818.31,2323078.15,2323896.46,27,su2random,1309.2960000000894 -6190,SUCCESS,2,0,397.93,2323896.46,2324294.39,27,su2random,636.6880000002683 -6192,SUCCESS,2,0,197.97,2324294.39,2324492.36,27,qpeexact,316.7519999995828 -6193,SUCCESS,2,0,755.82,2324492.36,2325248.18,27,qpeexact,1209.3119999997318 -6195,SUCCESS,2,0,321.34,2325248.18,2325569.52,27,portfoliovqe,514.1440000005067 -6200,SUCCESS,2,0,238.33,2325569.52,2325807.85,27,ae,381.3279999993742 -6205,SUCCESS,2,0,25.89,2325807.85,2325833.74,27,ghz,41.42400000020862 -6208,SUCCESS,2,0,165.03,2325833.74,2325998.77,27,vqe,264.04800000041723 -6216,SUCCESS,2,0,1089.39,2325998.77,2327088.16,27,su2random,1743.0240000002086 -6229,SUCCESS,2,0,85.2,2327088.16,2327173.36,27,dj,136.31999999955298 -6232,SUCCESS,2,0,679.52,2327173.36,2327852.88,27,ae,1087.2320000000298 -6234,SUCCESS,2,0,1571.73,2327852.88,2329424.61,27,qpeexact,2514.7679999999705 -6235,SUCCESS,2,0,1373.64,2329424.61,2330798.25,27,realamprandom,2197.824000000209 -6237,SUCCESS,2,0,348.38,2330798.25,2331146.63,27,groundstate,557.4079999998212 -6240,SUCCESS,2,0,849.52,2331146.63,2331996.15,27,su2random,1359.23200000003 -6241,SUCCESS,2,0,3199.63,2331996.15,2335195.78,27,twolocalrandom,5119.407999999821 -6246,SUCCESS,2,0,127.25,2335195.78,2335323.03,27,wstate,203.60000000000002 -6248,SUCCESS,2,0,631.7,2335323.03,2335954.73,27,qnn,1010.7200000002981 -6250,SUCCESS,2,0,58.61,2335954.73,2336013.34,27,graphstate,93.7759999997914 -6251,SUCCESS,2,0,28.76,2336013.34,2336042.1,27,vqe,46.016000000387436 -6257,SUCCESS,2,0,637.06,2336042.1,2336679.16,27,qpeinexact,1019.2959999993444 -6261,SUCCESS,2,0,16243.58,2336679.16,2352922.74,27,grover-noancilla,25989.72800000012 -6262,SUCCESS,2,0,119.28,2352922.74,2353042.02,27,random,190.84800000041724 -6266,SUCCESS,2,0,89.94,2353042.02,2353131.96,27,qaoa,143.9039999999106 -6272,SUCCESS,2,0,1066.62,2353131.96,2354198.58,27,su2random,1706.591999999434 -6273,SUCCESS,2,0,471.14,2354198.58,2354669.72,27,qpeexact,753.8240000002087 -6275,SUCCESS,2,0,1773.86,2354669.72,2356443.58,27,su2random,2838.1759999997917 -6278,SUCCESS,2,0,411.23,2356443.58,2356854.81,27,ae,657.9679999999703 -6279,SUCCESS,2,0,1482.3,2356854.81,2358337.11,27,realamprandom,2371.6800000004473 -6284,SUCCESS,2,0,462.46,2358337.11,2358799.57,27,qnn,739.9359999999405 -6285,SUCCESS,2,0,152.3,2358799.57,2358951.87,27,wstate,243.67999999970198 -6286,SUCCESS,2,0,145.03,2358951.87,2359096.9,27,qftentangled,232.04800000041723 -6290,SUCCESS,2,0,38.48,2359096.9,2359135.38,27,ghz,61.5679999999702 -6295,SUCCESS,2,0,346.46,2359135.38,2359481.84,27,qnn,554.3359999999404 -6298,SUCCESS,2,0,348.71,2359481.84,2359830.55,27,wstate,557.9359999999405 -6305,SUCCESS,2,0,86.91,2359830.55,2359917.46,27,su2random,139.0560000002384 -6307,SUCCESS,2,0,474.82,2359917.46,2360392.28,27,qpeexact,759.7119999997318 -6308,SUCCESS,2,0,1137.73,2360392.28,2361530.01,27,qpeexact,1820.3679999999704 -6319,SUCCESS,2,0,1133.2,2361530.01,2362663.21,27,su2random,1813.1200000002982 -6322,SUCCESS,2,0,59.1,2362663.21,2362722.31,27,ghz,94.56000000014902 -6325,SUCCESS,2,0,64.27,2362722.31,2362786.58,27,graphstate,102.83200000002981 -6334,SUCCESS,2,0,249.69,2362786.58,2363036.27,27,qpeexact,399.5039999999106 -6341,SUCCESS,2,0,457.93,2363036.27,2363494.2,27,qftentangled,732.6879999995232 -6346,SUCCESS,2,0,355.88,2363494.2,2363850.08,27,portfolioqaoa,569.4079999998212 -6347,SUCCESS,2,0,747.08,2363850.08,2364597.16,27,qft,1195.3280000008642 -6351,SUCCESS,2,0,41.79,2364597.16,2364638.95,27,wstate,66.86399999931454 -6357,SUCCESS,2,0,96.75,2364638.95,2364735.7,27,wstate,154.80000000074506 -6359,SUCCESS,2,0,3998.06,2364735.7,2368733.76,27,qnn,6396.895999999345 -6360,SUCCESS,2,0,597.4,2368733.76,2369331.16,27,qnn,955.839999999851 -253,SUCCESS,2,1,54504.8,2316867.43,2371372.23,127,realamprandom,87207.6799999997 -6361,SUCCESS,2,0,4780,2369331.16,2374111.16,27,pricingcall,7648.0 -6371,SUCCESS,2,0,249.25,2374111.16,2374360.41,27,realamprandom,398.80000000074506 -6372,SUCCESS,2,0,383.99,2374360.41,2374744.4,27,qnn,614.3839999996126 -6375,SUCCESS,2,0,2780.46,2374744.4,2377524.86,27,realamprandom,4448.735999999941 -6379,SUCCESS,2,0,592.35,2377524.86,2378117.21,27,qpeexact,947.760000000149 -6380,SUCCESS,2,0,1598.8,2378117.21,2379716.01,27,qpeinexact,2558.079999999702 -6386,SUCCESS,2,0,590.32,2379716.01,2380306.33,27,twolocalrandom,944.5120000004769 -254,SUCCESS,2,1,11253.05,2371372.23,2382625.28,127,realamprandom,18004.879999999703 -255,SUCCESS,2,1,554.17,2382625.28,2383179.45,127,qftentangled,886.6719999998809 -256,SUCCESS,2,1,258.64,2383179.45,2383438.09,127,ghz,413.8240000002086 -257,SUCCESS,2,1,1489.86,2383438.09,2384927.95,127,qnn,2383.7759999997916 -258,SUCCESS,2,1,132.1,2384927.95,2385060.05,127,qaoa,211.36000000014903 -259,SUCCESS,2,1,545.7,2385060.05,2385605.75,127,graphstate,873.1200000002981 -6388,SUCCESS,2,0,6469.43,2380306.33,2386775.76,27,grover-noancilla,10351.087999999523 -6394,SUCCESS,2,0,413.4,2386775.76,2387189.16,27,twolocalrandom,661.439999999851 -6397,SUCCESS,2,0,313.99,2387189.16,2387503.15,27,qftentangled,502.3840000003577 -6403,SUCCESS,2,0,485.16,2387503.15,2387988.31,27,twolocalrandom,776.2559999994934 -6408,SUCCESS,2,0,77.39,2387988.31,2388065.7,27,graphstate,123.82400000095367 -6416,SUCCESS,2,0,27.69,2388065.7,2388093.39,27,qaoa,44.303999999910594 -6417,SUCCESS,2,0,67.36,2388093.39,2388160.75,27,ghz,107.7759999997914 -261,SUCCESS,2,1,2579.47,2385605.75,2388185.22,127,qft,4127.151999999583 -6418,SUCCESS,2,0,1569.14,2388160.75,2389729.89,27,portfoliovqe,2510.6239999994636 -6424,SUCCESS,2,0,126.58,2389729.89,2389856.47,27,ghz,202.52800000011922 -6429,SUCCESS,2,0,178.96,2389856.47,2390035.43,27,qpeexact,286.3359999999404 -6438,SUCCESS,2,0,461.04,2390035.43,2390496.47,27,ae,737.6640000000597 -6451,SUCCESS,2,0,609.11,2390496.47,2391105.58,27,qnn,974.5760000005365 -6452,SUCCESS,2,0,232.97,2391105.58,2391338.55,27,ae,372.7519999995828 -6460,SUCCESS,2,0,601.97,2391338.55,2391940.52,27,qpeinexact,963.1519999995828 -6470,SUCCESS,2,0,1628.68,2391940.52,2393569.2,27,twolocalrandom,2605.8880000010136 -6478,SUCCESS,2,0,709.17,2393569.2,2394278.37,27,qft,1134.6719999991358 -6480,SUCCESS,2,0,19.44,2394278.37,2394297.81,27,ghz,31.104000000655653 -6485,SUCCESS,2,0,416.25,2394297.81,2394714.06,27,ae,666.0 -6489,SUCCESS,2,0,706.7,2394714.06,2395420.76,27,ae,1130.719999999553 -6491,SUCCESS,2,0,532.38,2395420.76,2395953.14,27,portfolioqaoa,851.8079999998213 -6493,SUCCESS,2,0,270.25,2395953.14,2396223.39,27,twolocalrandom,432.4000000007451 -6497,SUCCESS,2,0,59.27,2396223.39,2396282.66,27,graphstate,94.83199999928475 -6499,SUCCESS,2,0,37.69,2396282.66,2396320.35,27,dj,60.303999999910594 -6500,SUCCESS,2,0,1454.83,2396320.35,2397775.18,27,pricingcall,2327.7280000008645 -6501,SUCCESS,2,0,350.2,2397775.18,2398125.38,27,twolocalrandom,560.319999999553 -6509,SUCCESS,2,0,1225.32,2398125.38,2399350.7,27,realamprandom,1960.512000000477 -6511,SUCCESS,2,0,275.97,2399350.7,2399626.67,27,qpeexact,441.5519999995828 -6513,SUCCESS,2,0,91.92,2399626.67,2399718.59,27,qft,147.0719999998808 -6514,SUCCESS,2,0,3982.95,2399718.59,2403701.54,27,random,6372.720000000299 -6515,SUCCESS,2,0,660.16,2403701.54,2404361.7,27,qnn,1056.2560000002384 -6518,SUCCESS,2,0,740.84,2404361.7,2405102.54,27,qftentangled,1185.3439999990167 -6526,SUCCESS,2,0,586.21,2405102.54,2405688.75,27,portfoliovqe,937.9360000006855 -6529,SUCCESS,2,0,1143.22,2405688.75,2406831.97,27,qft,1829.1519999995828 -6536,SUCCESS,2,0,824.35,2406831.97,2407656.32,27,twolocalrandom,1318.9600000001492 -6538,SUCCESS,2,0,319.53,2407656.32,2407975.85,27,realamprandom,511.2480000004173 -6540,SUCCESS,2,0,424.81,2407975.85,2408400.66,27,random,679.6959999993444 -6543,SUCCESS,2,0,35.36,2408400.66,2408436.02,27,dj,56.576000000536446 -6545,SUCCESS,2,0,10.24,2408436.02,2408446.26,27,ghz,16.38399999961257 -6546,SUCCESS,2,0,52.59,2408446.26,2408498.85,27,graphstate,84.14400000050665 -6549,SUCCESS,2,0,262.17,2408498.85,2408761.02,27,qnn,419.47199999988084 -6551,SUCCESS,2,0,1050.51,2408761.02,2409811.53,27,twolocalrandom,1680.8159999996424 -6552,SUCCESS,2,0,643.42,2409811.53,2410454.95,27,qft,1029.472000000626 -6554,SUCCESS,2,0,3010.05,2410454.95,2413465,27,qwalk-v-chain,4816.0799999997025 -6574,SUCCESS,2,0,56.27,2413465,2413521.27,27,dj,90.03199999928475 -6581,SUCCESS,2,0,923.62,2413521.27,2414444.89,27,portfoliovqe,1477.7920000001789 -6588,SUCCESS,2,0,121.74,2414444.89,2414566.63,27,qftentangled,194.78400000035765 -6591,SUCCESS,2,0,833.46,2414566.63,2415400.09,27,qft,1333.5359999999405 -6592,SUCCESS,2,0,722.67,2415400.09,2416122.76,27,qpeinexact,1156.2719999998808 -6593,SUCCESS,2,0,420.05,2416122.76,2416542.81,27,su2random,672.0799999997021 -6596,SUCCESS,2,0,289.51,2416542.81,2416832.32,27,su2random,463.21600000038745 -6602,SUCCESS,2,0,759.31,2416832.32,2417591.63,27,realamprandom,1214.8960000000895 -6608,SUCCESS,2,0,369.51,2417591.63,2417961.14,27,pricingcall,591.2160000003875 -6609,SUCCESS,2,0,208.36,2417961.14,2418169.5,27,su2random,333.3759999997914 -6611,SUCCESS,2,0,364.03,2418169.5,2418533.53,27,realamprandom,582.4479999996722 -6615,SUCCESS,2,0,911.48,2418533.53,2419445.01,27,ae,1458.3679999999704 -6616,SUCCESS,2,0,3509.21,2419445.01,2422954.22,27,qnn,5614.736000000686 -6621,SUCCESS,2,0,971.76,2422954.22,2423925.98,27,qwalk-v-chain,1554.8159999996424 -262,SUCCESS,2,1,35754.94,2388185.22,2423940.16,127,qnn,57207.90400000066 -6623,SUCCESS,2,0,423.49,2423925.98,2424349.47,27,qftentangled,677.5840000003577 -6627,SUCCESS,2,0,136,2424349.47,2424485.47,27,qft,217.60000000000002 -6629,SUCCESS,2,0,127.22,2424485.47,2424612.69,27,graphstate,203.5519999995828 -6632,SUCCESS,2,0,700.8,2424612.69,2425313.49,27,qnn,1121.280000000447 -6653,SUCCESS,2,0,1176.64,2425313.49,2426490.13,27,random,1882.6239999994636 -6658,SUCCESS,2,0,654.12,2426490.13,2427144.25,27,qpeexact,1046.5920000001788 -6665,SUCCESS,2,0,542.69,2427144.25,2427686.94,27,qpeinexact,868.3039999999106 -6666,SUCCESS,2,0,498.29,2427686.94,2428185.23,27,qnn,797.2640000000597 -6668,SUCCESS,2,0,334.61,2428185.23,2428519.84,27,portfoliovqe,535.3759999997914 -6669,SUCCESS,2,0,25.47,2428519.84,2428545.31,27,ghz,40.75199999958277 -6673,SUCCESS,2,0,1517.58,2428545.31,2430062.89,27,pricingcall,2428.128000000864 -6675,SUCCESS,2,0,77.84,2430062.89,2430140.73,27,wstate,124.54399999976158 -6681,SUCCESS,2,0,152.61,2430140.73,2430293.34,27,ghz,244.1759999997914 -6683,SUCCESS,2,0,552.88,2430293.34,2430846.22,27,random,884.6079999998212 -6699,SUCCESS,2,0,423.02,2430846.22,2431269.24,27,qft,676.8320000007749 -6700,SUCCESS,2,0,2554.51,2431269.24,2433823.75,27,random,4087.2159999996425 -6710,SUCCESS,2,0,124.27,2433823.75,2433948.02,27,dj,198.8320000000298 -6712,SUCCESS,2,0,81.49,2433948.02,2434029.51,27,qpeexact,130.38399999961257 -6717,SUCCESS,2,0,13.25,2434029.51,2434042.76,27,routing,21.200000000000003 -6719,SUCCESS,2,0,28.71,2434042.76,2434071.47,27,vqe,45.9359999999404 -6722,SUCCESS,2,0,603.38,2434071.47,2434674.85,27,realamprandom,965.4079999998212 -6723,SUCCESS,2,0,21.48,2434674.85,2434696.33,27,ghz,34.368000000715256 -6727,SUCCESS,2,0,650.1,2434696.33,2435346.43,27,su2random,1040.160000000149 -6732,SUCCESS,2,0,333.33,2435346.43,2435679.76,27,qnn,533.3279999993741 -6744,SUCCESS,2,0,501.46,2435679.76,2436181.22,27,su2random,802.3359999999404 -6750,SUCCESS,2,0,336.94,2436181.22,2436518.16,27,wstate,539.1039999999106 -6758,SUCCESS,2,0,663.42,2436518.16,2437181.58,27,qftentangled,1061.472000000626 -6759,SUCCESS,2,0,2072.19,2437181.58,2439253.77,27,realamprandom,3315.503999999911 -6773,SUCCESS,2,0,932.13,2439253.77,2440185.9,27,twolocalrandom,1491.4079999998212 -6781,SUCCESS,2,0,190.36,2440185.9,2440376.26,27,qpeexact,304.5759999997914 -6783,SUCCESS,2,0,781.4,2440376.26,2441157.66,27,realamprandom,1250.2400000005962 -6800,SUCCESS,2,0,1283.24,2441157.66,2442440.9,27,random,2053.1839999996128 -6805,SUCCESS,2,0,681.76,2442440.9,2443122.66,27,portfolioqaoa,1090.8160000003875 -6806,SUCCESS,2,0,204.67,2443122.66,2443327.33,27,qftentangled,327.47199999988084 -6807,SUCCESS,2,0,460.3,2443327.33,2443787.63,27,qnn,736.479999999702 -6809,SUCCESS,2,0,100.27,2443787.63,2443887.9,27,ghz,160.4320000000298 -263,SUCCESS,2,1,23845.19,2423940.16,2447785.35,127,ae,38152.30399999917 -264,SUCCESS,2,1,5999.89,2447785.35,2453785.24,127,qpeexact,9599.824000000954 -266,SUCCESS,2,1,32610.77,2453785.24,2486396.01,127,qftentangled,52177.23199999929 -267,SUCCESS,2,1,1380.6,2486396.01,2487776.61,127,graphstate,2208.960000000149 -268,SUCCESS,2,1,20097.6,2487776.61,2507874.21,127,realamprandom,32156.16000000015 -269,SUCCESS,2,1,25602.37,2507874.21,2533476.58,127,qft,40963.791999999434 -270,SUCCESS,2,1,3670.53,2533476.58,2537147.11,127,wstate,5872.848000000417 -271,SUCCESS,2,1,1654.59,2537147.11,2538801.7,127,random,2647.3440000005066 -6820,SUCCESS,2,0,100396.4,2443887.9,2544284.3,27,grover-v-chain,160634.23999999987 -6821,SUCCESS,2,0,29.2,2544284.3,2544313.5,27,graphstate,46.72000000029803 -6824,SUCCESS,2,0,1845.52,2544313.5,2546159.02,27,random,2952.83200000003 -6829,SUCCESS,2,0,299.65,2546159.02,2546458.67,27,qft,479.439999999851 -6833,SUCCESS,2,0,1231.47,2546458.67,2547690.14,27,realamprandom,1970.3519999995829 -6837,SUCCESS,2,0,18.7,2547690.14,2547708.84,27,graphstate,29.920000000298025 -6839,SUCCESS,2,0,140.02,2547708.84,2547848.86,27,qft,224.03200000002983 -6858,SUCCESS,2,0,143.41,2547848.86,2547992.27,27,qft,229.45600000023842 -6859,SUCCESS,2,0,150.33,2547992.27,2548142.6,27,ae,240.52800000011922 -6863,SUCCESS,2,0,393.71,2548142.6,2548536.31,27,qnn,629.9359999991954 -6869,SUCCESS,2,0,33.02,2548536.31,2548569.33,27,vqe,52.83200000077486 -6872,SUCCESS,2,0,1429.09,2548569.33,2549998.42,27,su2random,2286.5439999997616 -6877,SUCCESS,2,0,1341.32,2549998.42,2551339.74,27,su2random,2146.111999999732 -6878,SUCCESS,2,0,56.15,2551339.74,2551395.89,27,groundstate,89.84000000059605 -6881,SUCCESS,2,0,1194.04,2551395.89,2552589.93,27,qpeexact,1910.4640000000597 -6882,SUCCESS,2,0,167,2552589.93,2552756.93,27,ae,267.2 -6884,SUCCESS,2,0,5131.51,2552756.93,2557888.44,27,grover-v-chain,8210.415999999643 -6893,SUCCESS,2,0,273.67,2557888.44,2558162.11,27,qft,437.8719999998808 -6894,SUCCESS,2,0,1874.11,2558162.11,2560036.22,27,qwalk-v-chain,2998.5760000005366 -6908,SUCCESS,2,0,659.49,2560036.22,2560695.71,27,qpeinexact,1055.1839999996125 -6909,SUCCESS,2,0,114.46,2560695.71,2560810.17,27,qnn,183.1359999999404 -6912,SUCCESS,2,0,354.02,2560810.17,2561164.19,27,qnn,566.4320000000298 -6916,SUCCESS,2,0,261.36,2561164.19,2561425.55,27,qnn,418.17599999979143 -6933,SUCCESS,2,0,393.9,2561425.55,2561819.45,27,qpeexact,630.2400000005961 -6934,SUCCESS,2,0,847.97,2561819.45,2562667.42,27,twolocalrandom,1356.751999999583 -6943,SUCCESS,2,0,422.53,2562667.42,2563089.95,27,ae,676.0479999996722 -6944,SUCCESS,2,0,659.09,2563089.95,2563749.04,27,qpeexact,1054.5439999997616 -6946,SUCCESS,2,0,15.35,2563749.04,2563764.39,27,ghz,24.56000000089407 -6950,SUCCESS,2,0,4801.32,2563764.39,2568565.71,27,qwalk-v-chain,7682.111999999732 -6953,SUCCESS,2,0,44.86,2568565.71,2568610.57,27,graphstate,71.77599999979138 -6957,SUCCESS,2,0,1034.4,2568610.57,2569644.97,27,ae,1655.039999999851 -6965,SUCCESS,2,0,684.74,2569644.97,2570329.71,27,su2random,1095.5840000003577 -6974,SUCCESS,2,0,202.07,2570329.71,2570531.78,27,qpeexact,323.3119999997318 -6976,SUCCESS,2,0,286.24,2570531.78,2570818.02,27,realamprandom,457.98400000035764 -6978,SUCCESS,2,0,431.42,2570818.02,2571249.44,27,qftentangled,690.2719999998808 -6983,SUCCESS,2,0,726.07,2571249.44,2571975.51,27,twolocalrandom,1161.711999999732 -6985,SUCCESS,2,0,37.21,2571975.51,2572012.72,27,vqe,59.5359999999404 -6994,SUCCESS,2,0,382.58,2572012.72,2572395.3,27,su2random,612.1280000001192 -7003,SUCCESS,2,0,1735.42,2572395.3,2574130.72,27,qnn,2776.672000000626 -7008,SUCCESS,2,0,61.24,2574130.72,2574191.96,27,graphstate,97.98399999961258 -7011,SUCCESS,2,0,98.73,2574191.96,2574290.69,27,graphstate,157.9679999999702 -7014,SUCCESS,2,0,2032.09,2574290.69,2576322.78,27,realamprandom,3251.3439999997618 -7024,SUCCESS,2,0,271.34,2576322.78,2576594.12,27,qftentangled,434.14400000050665 -7025,SUCCESS,2,0,531.21,2576594.12,2577125.33,27,random,849.9359999991954 -7031,SUCCESS,2,0,138.57,2577125.33,2577263.9,27,dj,221.71200000047685 -7039,SUCCESS,2,0,1321.6,2577263.9,2578585.5,27,random,2114.560000000149 -7045,SUCCESS,2,0,1650.01,2578585.5,2580235.51,27,ae,2640.0159999996426 -7047,SUCCESS,2,0,831.75,2580235.51,2581067.26,27,portfolioqaoa,1330.8000000000002 -7048,SUCCESS,2,0,40.96,2581067.26,2581108.22,27,dj,65.53600000068546 -7058,SUCCESS,2,0,248.13,2581108.22,2581356.35,27,ae,397.0079999998212 -7065,SUCCESS,2,0,41.22,2581356.35,2581397.57,27,dj,65.95199999958277 -7066,SUCCESS,2,0,812.36,2581397.57,2582209.93,27,qftentangled,1299.7760000005364 -7072,SUCCESS,2,0,660.28,2582209.93,2582870.21,27,qftentangled,1056.4479999996722 -7073,SUCCESS,2,0,356.46,2582870.21,2583226.67,27,qft,570.3359999999404 -7075,SUCCESS,2,0,441.04,2583226.67,2583667.71,27,wstate,705.6640000000597 -7077,SUCCESS,2,0,446.58,2583667.71,2584114.29,27,realamprandom,714.5280000001193 -7083,SUCCESS,2,0,27.82,2584114.29,2584142.11,27,graphstate,44.511999999731785 -7086,SUCCESS,2,0,108.21,2584142.11,2584250.32,27,ghz,173.1359999999404 -7089,SUCCESS,2,0,898.68,2584250.32,2585149,27,portfoliovqe,1437.8880000002682 -7093,SUCCESS,2,0,148.43,2585149,2585297.43,27,realamprandom,237.48800000026824 -7097,SUCCESS,2,0,2196.17,2585297.43,2587493.6,27,realamprandom,3513.871999999136 -7100,SUCCESS,2,0,566.1,2587493.6,2588059.7,27,realamprandom,905.7600000008941 -7101,SUCCESS,2,0,27.7,2588059.7,2588087.4,27,ghz,44.31999999955297 -7107,SUCCESS,2,0,52.42,2588087.4,2588139.82,27,qaoa,83.8719999998808 -7108,SUCCESS,2,0,2648.01,2588139.82,2590787.83,27,twolocalrandom,4236.815999999642 -273,SUCCESS,2,1,58567.18,2538801.7,2597368.88,127,random,93707.48799999953 -7113,SUCCESS,2,0,6743.71,2590787.83,2597531.54,27,pricingcall,10789.936000000685 -7116,SUCCESS,2,0,159.23,2597531.54,2597690.77,27,dj,254.76799999922514 -7129,SUCCESS,2,0,261.59,2597690.77,2597952.36,27,wstate,418.5440000005067 -274,SUCCESS,2,1,684.54,2597368.88,2598053.42,127,graphstate,1095.2640000000597 -7130,SUCCESS,2,0,925.34,2597952.36,2598877.7,27,ae,1480.5440000005067 -7133,SUCCESS,2,0,36.13,2598877.7,2598913.83,27,ghz,57.80799999982119 -7134,SUCCESS,2,0,377.54,2598913.83,2599291.37,27,pricingput,604.0639999993145 -7138,SUCCESS,2,0,1574.76,2599291.37,2600866.13,27,qpeinexact,2519.6160000003874 -277,SUCCESS,2,1,3886.24,2598053.42,2601939.66,127,qftentangled,6217.984000000358 -279,SUCCESS,2,1,115.24,2601939.66,2602054.9,127,graphstate,184.38399999961257 -7140,SUCCESS,2,0,2068.9,2600866.13,2602935.03,27,pricingput,3310.239999999851 -7142,SUCCESS,2,0,795.28,2602935.03,2603730.31,27,qpeinexact,1272.4479999996722 -7144,SUCCESS,2,0,7423.84,2603730.31,2611154.15,27,qwalk-v-chain,11878.144000000508 -7148,SUCCESS,2,0,376.81,2611154.15,2611530.96,27,qftentangled,602.8960000000894 -7161,SUCCESS,2,0,2261.91,2611530.96,2613792.87,27,qwalk-v-chain,3619.0559999994935 -7164,SUCCESS,2,0,2517.94,2613792.87,2616310.81,27,qwalk-noancilla,4028.7039999999106 -7165,SUCCESS,2,0,2688.13,2616310.81,2618998.94,27,pricingput,4301.008000000566 -7170,SUCCESS,2,0,76.45,2618998.94,2619075.39,27,wstate,122.32000000029802 -7171,SUCCESS,2,0,1593.68,2619075.39,2620669.07,27,portfoliovqe,2549.8879999995233 -7176,SUCCESS,2,0,34.09,2620669.07,2620703.16,27,wstate,54.54399999976158 -7181,SUCCESS,2,0,473.28,2620703.16,2621176.44,27,qnn,757.2480000004173 -7182,SUCCESS,2,0,823.92,2621176.44,2622000.36,27,portfoliovqe,1318.2719999998808 -7183,SUCCESS,2,0,94.76,2622000.36,2622095.12,27,dj,151.61599999964238 -7185,SUCCESS,2,0,411,2622095.12,2622506.12,27,qpeinexact,657.6 -7197,SUCCESS,2,0,1582.28,2622506.12,2624088.4,27,realamprandom,2531.6480000004176 -7211,SUCCESS,2,0,1644.62,2624088.4,2625733.02,27,twolocalrandom,2631.392000000179 -7223,SUCCESS,2,0,511.01,2625733.02,2626244.03,27,qftentangled,817.6159999996424 -7235,SUCCESS,2,0,1027.06,2626244.03,2627271.09,27,qpeexact,1643.2960000000894 -7237,SUCCESS,2,0,261.23,2627271.09,2627532.32,27,dj,417.96799999997023 -7243,SUCCESS,2,0,388.49,2627532.32,2627920.81,27,su2random,621.5840000003577 -7248,SUCCESS,2,0,1226.68,2627920.81,2629147.49,27,su2random,1962.6880000002684 -7250,SUCCESS,2,0,349.01,2629147.49,2629496.5,27,wstate,558.4159999996424 -280,SUCCESS,2,1,28018.6,2602054.9,2630073.5,127,qpeexact,44829.760000000155 -7255,SUCCESS,2,0,1136.49,2629496.5,2630632.99,27,twolocalrandom,1818.3840000003577 -7260,SUCCESS,2,0,442.08,2630632.99,2631075.07,27,qft,707.3279999993742 -7272,SUCCESS,2,0,14.1,2631075.07,2631089.17,27,graphstate,22.560000000149014 -7274,SUCCESS,2,0,128.68,2631089.17,2631217.85,27,qpeinexact,205.88799999952317 -7290,SUCCESS,2,0,668.99,2631217.85,2631886.84,27,qnn,1070.3840000003577 -7291,SUCCESS,2,0,84.24,2631886.84,2631971.08,27,dj,134.78399999961258 -7293,SUCCESS,2,0,289.98,2631971.08,2632261.06,27,qnn,463.96799999997023 -7297,SUCCESS,2,0,207.21,2632261.06,2632468.27,27,qftentangled,331.5360000006855 -7299,SUCCESS,2,0,2458.46,2632468.27,2634926.73,27,pricingput,3933.5359999999405 -7312,SUCCESS,2,0,292.37,2634926.73,2635219.1,27,qftentangled,467.79200000017886 -281,SUCCESS,2,1,5656.44,2630073.5,2635729.94,127,qft,9050.303999999911 -282,SUCCESS,2,1,95145.15,2635729.94,2730875.09,127,random,152232.23999999985 -283,SUCCESS,2,1,11818.24,2730875.09,2742693.33,127,su2random,18909.184000000358 -284,SUCCESS,2,1,25773.89,2742693.33,2768467.22,127,qftentangled,41238.22399999946 -286,SUCCESS,2,1,117609.56,2768467.22,2886076.78,127,random,188175.2960000001 -288,SUCCESS,2,1,5512.4,2886076.78,2891589.18,127,ae,8819.840000000597 -290,SUCCESS,2,1,449.19,2891589.18,2892038.37,127,twolocalrandom,718.7039999999106 -292,SUCCESS,2,1,13643.46,2892038.37,2905681.83,127,su2random,21829.535999999942 -293,SUCCESS,2,1,250.84,2905681.83,2905932.67,127,ghz,401.3439999997616 -294,SUCCESS,2,1,15651.69,2905932.67,2921584.36,127,pricingcall,25042.70399999991 -295,SUCCESS,2,1,905.86,2921584.36,2922490.22,127,dj,1449.3759999997915 -297,SUCCESS,2,1,5872.16,2922490.22,2928362.38,127,qftentangled,9395.456000000238 -298,SUCCESS,2,1,35306.41,2928362.38,2963668.79,127,realamprandom,56490.2559999995 -299,SUCCESS,2,1,581.87,2963668.79,2964250.66,127,graphstate,930.9920000009239 -300,SUCCESS,2,1,111324.41,2964250.66,3075575.07,127,random,178119.05599999952 -301,SUCCESS,2,1,148.24,3075575.07,3075723.31,127,ghz,237.18400000035763 -302,SUCCESS,2,1,2477.41,3075723.31,3078200.72,127,dj,3963.8560000002385 -303,SUCCESS,2,1,42264.88,3078200.72,3120465.6,127,qpeexact,67623.80799999983 -304,SUCCESS,2,1,3980.79,3120465.6,3124446.39,127,wstate,6369.26400000006 -305,SUCCESS,2,1,212.26,3124446.39,3124658.65,127,graphstate,339.6159999996424 -306,SUCCESS,2,1,30397.09,3124658.65,3155055.74,127,twolocalrandom,48635.34400000051 -307,SUCCESS,2,1,5830.1,3155055.74,3160885.84,127,qft,9328.159999999405 -308,SUCCESS,2,1,14027,3160885.84,3174912.84,127,ae,22443.2 -309,SUCCESS,2,1,81.04,3174912.84,3174993.88,127,vqe,129.66400000005962 -310,SUCCESS,2,1,4106.29,3174993.88,3179100.17,127,qft,6570.06400000006 -311,SUCCESS,2,1,112.59,3179100.17,3179212.76,127,ghz,180.1439999997616 -312,SUCCESS,2,1,1382.7,3179212.76,3180595.46,127,qpeinexact,2212.320000000298 -313,SUCCESS,2,1,33358.97,3180595.46,3213954.43,127,pricingput,53374.352000000334 -314,SUCCESS,2,1,21316.95,3213954.43,3235271.38,127,qnn,34107.11999999955 -315,SUCCESS,2,1,387.13,3235271.38,3235658.51,127,ghz,619.4079999998212 -316,SUCCESS,2,1,1343.19,3235658.51,3237001.7,127,qpeinexact,2149.1039999999107 -317,SUCCESS,2,1,139.91,3237001.7,3237141.61,127,graphstate,223.85600000023842 -318,SUCCESS,2,1,46889.2,3237141.61,3284030.81,127,su2random,75022.7200000003 -319,SUCCESS,2,1,496.22,3284030.81,3284527.03,127,qft,793.9519999995828 -320,SUCCESS,2,1,26766.67,3284527.03,3311293.7,127,qnn,42826.67199999988 -322,SUCCESS,2,1,1576.11,3311293.7,3312869.81,127,dj,2521.7759999997916 -323,SUCCESS,2,1,15618,3312869.81,3328487.81,127,su2random,24988.800000000745 -324,SUCCESS,2,1,1392.93,3328487.81,3329880.74,127,random,2228.687999999523 -325,SUCCESS,2,1,4884.07,3329880.74,3334764.81,127,qwalk-v-chain,7814.511999999732 -327,SUCCESS,2,1,1263.36,3334764.81,3336028.17,127,realamprandom,2021.3760000005366 -328,SUCCESS,2,1,25114.76,3336028.17,3361142.93,127,realamprandom,40183.615999999645 -330,SUCCESS,2,1,1061.48,3361142.93,3362204.41,127,portfoliovqe,1698.3679999999704 -331,SUCCESS,2,1,328.83,3362204.41,3362533.24,127,graphstate,526.1280000001192 -332,SUCCESS,2,1,46014.27,3362533.24,3408547.51,127,random,73622.83200000004 -333,SUCCESS,2,1,278.64,3408547.51,3408826.15,127,ghz,445.8240000002086 -334,SUCCESS,2,1,1531.5,3408826.15,3410357.65,127,dj,2450.4 -335,SUCCESS,2,1,895.82,3410357.65,3411253.47,127,wstate,1433.3119999997318 -336,SUCCESS,2,1,8766.76,3411253.47,3420020.23,127,qft,14026.816000000388 -337,SUCCESS,2,1,26813.31,3420020.23,3446833.54,127,twolocalrandom,42901.29600000009 -341,SUCCESS,2,1,494.01,3446833.54,3447327.55,127,wstate,790.4159999996424 -343,SUCCESS,2,1,11753.36,3447327.55,3459080.91,127,ae,18805.37600000054 -345,SUCCESS,2,1,4603.21,3459080.91,3463684.12,127,qft,7365.13599999994 -346,SUCCESS,2,1,13456.22,3463684.12,3477140.34,127,pricingcall,21529.951999999583 -347,SUCCESS,2,1,414.86,3477140.34,3477555.2,127,wstate,663.7759999997915 -348,SUCCESS,2,1,6087.53,3477555.2,3483642.73,127,qpeinexact,9740.048000000417 -349,SUCCESS,2,1,153868.83,3483642.73,3637511.56,127,random,246190.12800000014 -350,SUCCESS,2,1,415.11,3637511.56,3637926.67,127,wstate,664.1759999997914 -351,SUCCESS,2,1,28363.02,3637926.67,3666289.69,127,qft,45380.83200000003 -352,SUCCESS,2,1,9057.55,3666289.69,3675347.24,127,qpeexact,14492.079999999703 -353,SUCCESS,2,1,513.99,3675347.24,3675861.23,127,realamprandom,822.3840000003577 -354,SUCCESS,2,1,335.67,3675861.23,3676196.9,127,ghz,537.0719999998809 -355,SUCCESS,2,1,2007.2,3676196.9,3678204.1,127,ghz,3211.519999999553 -356,SUCCESS,2,1,340.99,3678204.1,3678545.09,127,graphstate,545.5840000003576 -357,SUCCESS,2,1,8304.07,3678545.09,3686849.16,127,ae,13286.512000000477 -358,SUCCESS,2,1,7146.58,3686849.16,3693995.74,127,wstate,11434.527999999375 -360,SUCCESS,2,1,147182.19,3693995.74,3841177.93,127,grover-noancilla,235491.50399999993 -362,SUCCESS,2,1,206.74,3841177.93,3841384.67,127,wstate,330.78400000035765 -363,SUCCESS,2,1,1699.53,3841384.67,3843084.2,127,dj,2719.2480000004175 -364,SUCCESS,2,1,4899.17,3843084.2,3847983.37,127,qft,7838.671999999881 -365,SUCCESS,2,1,2756.85,3847983.37,3850740.22,127,twolocalrandom,4410.959999999404 -366,SUCCESS,2,1,42238.1,3850740.22,3892978.32,127,twolocalrandom,67580.96000000015 -368,SUCCESS,2,1,50346.18,3892978.32,3943324.5,127,realamprandom,80553.88800000027 -370,SUCCESS,2,1,61283.97,3943324.5,4004608.47,127,twolocalrandom,98054.35199999959 -371,SUCCESS,2,1,20731.33,4004608.47,4025339.8,127,su2random,33170.12800000012 -372,SUCCESS,2,1,4531.44,4025339.8,4029871.24,127,qft,7250.303999999911 -373,SUCCESS,2,1,1277.1,4029871.24,4031148.34,127,dj,2043.360000000149 -375,SUCCESS,2,1,1005.25,4031148.34,4032153.59,127,dj,1608.4 -376,SUCCESS,2,1,3296.19,4032153.59,4035449.78,127,qftentangled,5273.903999999911 -377,SUCCESS,2,1,2068.38,4035449.78,4037518.16,127,dj,3309.4080000005665 -379,SUCCESS,2,1,18987.01,4037518.16,4056505.17,127,qftentangled,30379.215999999644 -380,SUCCESS,2,1,717.52,4056505.17,4057222.69,127,twolocalrandom,1148.03200000003 -381,SUCCESS,2,1,12850.1,4057222.69,4070072.79,127,ae,20560.159999999407 -382,SUCCESS,2,1,14126.69,4070072.79,4084199.48,127,random,22602.704000000656 -385,SUCCESS,2,1,1884.07,4084199.48,4086083.55,127,qftentangled,3014.511999999732 -386,SUCCESS,2,1,23056.32,4086083.55,4109139.87,127,qnn,36890.11200000048 -387,SUCCESS,2,1,15710.52,4109139.87,4124850.39,127,qnn,25136.83200000003 -388,SUCCESS,2,1,1492.93,4124850.39,4126343.32,127,dj,2388.687999999523 -389,SUCCESS,2,1,14391.5,4126343.32,4140734.82,127,qftentangled,23026.4 -390,SUCCESS,2,1,4462.29,4140734.82,4145197.11,127,twolocalrandom,7139.66400000006 -392,SUCCESS,2,1,2165.09,4145197.11,4147362.2,127,ae,3464.143999999762 -393,SUCCESS,2,1,13421.48,4147362.2,4160783.68,127,random,21474.367999999973 -394,SUCCESS,2,1,2278.12,4160783.68,4163061.8,127,wstate,3644.992000000179 -395,SUCCESS,2,1,32581.27,4163061.8,4195643.07,127,qpeinexact,52130.03200000078 -396,SUCCESS,2,1,69.83,4195643.07,4195712.9,127,tsp,111.7279999986291 -397,SUCCESS,2,1,135.96,4195712.9,4195848.86,127,wstate,217.53600000143052 -398,SUCCESS,2,1,19178.54,4195848.86,4215027.4,127,ae,30685.664000000063 -399,SUCCESS,2,1,304.23,4215027.4,4215331.63,127,graphstate,486.76799999922514 -400,SUCCESS,2,1,11807.1,4215331.63,4227138.73,127,qpeexact,18891.359999999404 -401,SUCCESS,2,1,16349.29,4227138.73,4243488.02,127,qnn,26158.86400000006 -402,SUCCESS,2,1,683.03,4243488.02,4244171.05,127,ae,1092.8480000004172 -403,SUCCESS,2,1,326.96,4244171.05,4244498.01,127,ghz,523.1359999999404 -404,SUCCESS,2,1,951.23,4244498.01,4245449.24,127,wstate,1521.9680000007154 -405,SUCCESS,2,1,723.12,4245449.24,4246172.36,127,ghz,1156.992000000179 -408,SUCCESS,2,1,11193.97,4246172.36,4257366.33,127,qpeinexact,17910.351999999584 -409,SUCCESS,2,1,6817.1,4257366.33,4264183.43,127,wstate,10907.359999999404 -410,SUCCESS,2,1,6192.36,4264183.43,4270375.79,127,wstate,9907.776000000536 -411,SUCCESS,2,1,903.13,4270375.79,4271278.92,127,wstate,1445.0079999998213 -412,SUCCESS,2,1,15155.29,4271278.92,4286434.21,127,realamprandom,24248.46400000006 -413,SUCCESS,2,1,1400.27,4286434.21,4287834.48,127,portfolioqaoa,2240.432000000775 -414,SUCCESS,2,1,1079.2,4287834.48,4288913.68,127,dj,1726.719999998808 -415,SUCCESS,2,1,3969.02,4288913.68,4292882.7,127,su2random,6350.432000000776 -417,SUCCESS,2,1,4214.74,4292882.7,4297097.44,127,twolocalrandom,6743.5839999988675 -418,SUCCESS,2,1,621.79,4297097.44,4297719.23,127,wstate,994.8640000000596 -419,SUCCESS,2,1,12091.48,4297719.23,4309810.71,127,qpeinexact,19346.368000000715 -420,SUCCESS,2,1,34591.63,4309810.71,4344402.34,127,twolocalrandom,55346.607999999826 -421,SUCCESS,2,1,6513.24,4344402.34,4350915.58,127,ae,10421.184000000358 -422,SUCCESS,2,1,4456.32,4350915.58,4355371.9,127,ae,7130.112000000478 -423,SUCCESS,2,1,211.86,4355371.9,4355583.76,127,dj,338.97599999904634 -424,SUCCESS,2,1,162.98,4355583.76,4355746.74,127,graphstate,260.7680000007153 -425,SUCCESS,2,1,671.25,4355746.74,4356417.99,127,qnn,1074.0 -426,SUCCESS,2,1,11548.29,4356417.99,4367966.28,127,qpeexact,18477.26400000006 -428,SUCCESS,2,1,7698.75,4367966.28,4375665.03,127,qnn,12318.0 -429,SUCCESS,2,1,12407.23,4375665.03,4388072.26,127,ae,19851.567999999228 -430,SUCCESS,2,1,1143.39,4388072.26,4389215.65,127,dj,1829.4240000009538 -431,SUCCESS,2,1,157.24,4389215.65,4389372.89,127,ghz,251.5839999988675 -432,SUCCESS,2,1,56620.89,4389372.89,4445993.78,127,random,90593.42399999948 -433,SUCCESS,2,1,1304.81,4445993.78,4447298.59,127,realamprandom,2087.6960000008344 -435,SUCCESS,2,1,86161.1,4447298.59,4533459.69,127,random,137857.7600000009 -436,SUCCESS,2,1,717.98,4533459.69,4534177.67,127,ghz,1148.7679999992251 -437,SUCCESS,2,1,6178.35,4534177.67,4540356.02,127,qwalk-v-chain,9885.359999999404 -438,SUCCESS,2,1,3190.96,4540356.02,4543546.98,127,random,5105.536000001431 -439,SUCCESS,2,1,482.33,4543546.98,4544029.31,127,graphstate,771.7279999986291 -440,SUCCESS,2,1,3661.44,4544029.31,4547690.75,127,qftentangled,5858.304000000656 -441,SUCCESS,2,1,206.71,4547690.75,4547897.46,127,qftentangled,330.7359999999404 -442,SUCCESS,2,1,29163.87,4547897.46,4577061.33,127,qpeinexact,46662.192000000185 -443,SUCCESS,2,1,35601.12,4577061.33,4612662.45,127,qftentangled,56961.79200000018 -444,SUCCESS,2,1,57.83,4612662.45,4612720.28,127,ghz,92.52800000011922 -445,SUCCESS,2,1,140.78,4612720.28,4612861.06,127,ghz,225.24799999892713 -446,SUCCESS,2,1,571.13,4612861.06,4613432.19,127,graphstate,913.8080000013114 -448,SUCCESS,2,1,29209.25,4613432.19,4642641.44,127,qpeinexact,46734.79999999851 -449,SUCCESS,2,1,5536.15,4642641.44,4648177.59,127,ae,8857.840000000597 -450,SUCCESS,2,1,25.38,4648177.59,4648202.97,127,ghz,40.60799999982119 -452,SUCCESS,2,1,2441.68,4648202.97,4650644.65,127,dj,3906.6880000010133 -453,SUCCESS,2,1,36629.97,4650644.65,4687274.62,127,qnn,58607.95199999958 -454,SUCCESS,2,1,9050.3,4687274.62,4696324.92,127,random,14480.479999999703 -456,SUCCESS,2,1,966.5,4696324.92,4697291.42,127,su2random,1546.4 -457,SUCCESS,2,1,4559.35,4697291.42,4701850.77,127,twolocalrandom,7294.959999999404 -458,SUCCESS,2,1,16903.27,4701850.77,4718754.04,127,twolocalrandom,27045.232000000775 -459,SUCCESS,2,1,1289.85,4718754.04,4720043.89,127,su2random,2063.759999999404 -460,SUCCESS,2,1,21867.29,4720043.89,4741911.18,127,qpeinexact,34987.66400000006 -461,SUCCESS,2,1,73.95,4741911.18,4741985.13,127,wstate,118.32000000029802 -463,SUCCESS,2,1,23366.84,4741985.13,4765351.97,127,realamprandom,37386.94399999976 -464,SUCCESS,2,1,7443.68,4765351.97,4772795.65,127,grover-v-chain,11909.887999999524 -465,SUCCESS,2,1,6003.98,4772795.65,4778799.63,127,qft,9606.368000000715 -468,SUCCESS,2,1,8791.46,4778799.63,4787591.09,127,qnn,14066.335999999941 -469,SUCCESS,2,1,5765.77,4787591.09,4793356.86,127,twolocalrandom,9225.231999999285 -470,SUCCESS,2,1,12605.07,4793356.86,4805961.93,127,twolocalrandom,20168.112000000478 -471,SUCCESS,2,1,5344.75,4805961.93,4811306.68,127,su2random,8551.6 -474,SUCCESS,2,1,464.66,4811306.68,4811771.34,127,qpeinexact,743.4560000002384 -476,SUCCESS,2,1,3621.31,4811771.34,4815392.65,127,realamprandom,5794.095999999345 -477,SUCCESS,2,1,32130.72,4815392.65,4847523.37,127,su2random,51409.15200000108 -478,SUCCESS,2,1,2774.07,4847523.37,4850297.44,127,realamprandom,4438.5119999989865 -479,SUCCESS,2,1,197.69,4850297.44,4850495.13,127,wstate,316.30400000065566 -481,SUCCESS,2,1,59.51,4850495.13,4850554.64,127,ghz,95.21599999964238 -482,SUCCESS,2,1,335.78,4850554.64,4850890.42,127,graphstate,537.2480000004173 -483,SUCCESS,2,1,132037.27,4850890.42,4982927.69,127,shor,211259.63199999928 -485,SUCCESS,2,1,240.72,4982927.69,4983168.41,127,graphstate,385.1520000010729 -487,SUCCESS,2,1,867.59,4983168.41,4984036,127,ghz,1388.1439999997617 -489,SUCCESS,2,1,306.9,4984036,4984342.9,127,portfoliovqe,491.03999999910593 -490,SUCCESS,2,1,1905.87,4984342.9,4986248.77,127,dj,3049.392000000179 -491,SUCCESS,2,1,9395.31,4986248.77,4995644.08,127,ae,15032.496000000836 -492,SUCCESS,2,1,4337.29,4995644.08,4999981.37,127,twolocalrandom,6939.66400000006 -493,SUCCESS,2,1,4084.18,4999981.37,5004065.55,127,ae,6534.6879999995235 -494,SUCCESS,2,1,33132.46,5004065.55,5037198.01,127,pricingcall,53011.93599999994 -495,SUCCESS,2,1,14784.71,5037198.01,5051982.72,127,qftentangled,23655.535999999942 -496,SUCCESS,2,1,1341.12,5051982.72,5053323.84,127,qftentangled,2145.792000000179 -497,SUCCESS,2,1,12871.52,5053323.84,5066195.36,127,qft,20594.432000000776 -498,SUCCESS,2,1,5167.99,5066195.36,5071363.35,127,random,8268.783999998868 -500,SUCCESS,2,1,2604.42,5071363.35,5073967.77,127,qnn,4167.071999999881 -501,SUCCESS,2,1,26410.79,5073967.77,5100378.56,127,random,42257.26400000006 -502,SUCCESS,2,1,6370.41,5100378.56,5106748.97,127,qpeinexact,10192.65600000024 -505,SUCCESS,2,1,844.56,5106748.97,5107593.53,127,random,1351.2959999993445 -506,SUCCESS,2,1,2238.6,5107593.53,5109832.13,127,qftentangled,3581.7600000008943 -507,SUCCESS,2,1,8681.55,5109832.13,5118513.68,127,su2random,13890.479999999703 -509,SUCCESS,2,1,99100.28,5118513.68,5217613.96,127,random,158560.44800000044 -510,SUCCESS,2,1,76322.89,5217613.96,5293936.85,127,realamprandom,122116.62399999947 -511,SUCCESS,2,1,10374.2,5293936.85,5304311.05,127,qpeexact,16598.7200000003 -512,SUCCESS,2,1,433.93,5304311.05,5304744.98,127,dj,694.2879999995232 -513,SUCCESS,2,1,2705.6,5304744.98,5307450.58,127,dj,4328.960000000894 -514,SUCCESS,2,1,20141.03,5307450.58,5327591.61,127,ae,32225.64800000042 -515,SUCCESS,2,1,104.16,5327591.61,5327695.77,127,graphstate,166.6559999987483 -517,SUCCESS,2,1,59.81,5327695.77,5327755.58,127,ghz,95.69600000083447 -518,SUCCESS,2,1,3684.07,5327755.58,5331439.65,127,qpeexact,5894.511999998987 -519,SUCCESS,2,1,20487.76,5331439.65,5351927.41,127,qpeexact,32780.41600000113 -520,SUCCESS,2,1,16592.56,5351927.41,5368519.97,127,qpeinexact,26548.095999999347 -522,SUCCESS,2,1,4824.72,5368519.97,5373344.69,127,realamprandom,7719.551999999583 -523,SUCCESS,2,1,2878.78,5373344.69,5376223.47,127,qpeexact,4606.048000000417 -524,SUCCESS,2,1,5304.29,5376223.47,5381527.76,127,ae,8486.86400000006 -525,SUCCESS,2,1,1415.59,5381527.76,5382943.35,127,random,2264.9439999997617 -526,SUCCESS,2,1,205.93,5382943.35,5383149.28,127,ghz,329.4879999995232 -527,SUCCESS,2,1,12307.14,5383149.28,5395456.42,127,qftentangled,19691.424000000956 -528,SUCCESS,2,1,3784.75,5395456.42,5399241.17,127,qftentangled,6055.6 -529,SUCCESS,2,1,17635.85,5399241.17,5416877.02,127,realamprandom,28217.359999999404 -530,SUCCESS,2,1,13042.09,5416877.02,5429919.11,127,qpeinexact,20867.343999999764 -531,SUCCESS,2,1,1607.83,5429919.11,5431526.94,127,portfolioqaoa,2572.5280000016096 -532,SUCCESS,2,1,9775.14,5431526.94,5441302.08,127,qft,15640.223999999464 -534,SUCCESS,2,1,5496.59,5441302.08,5446798.67,127,qft,8794.543999999762 -535,SUCCESS,2,1,144.73,5446798.67,5446943.4,127,ghz,231.56799999922515 -536,SUCCESS,2,1,12749.56,5446943.4,5459692.96,127,realamprandom,20399.296000000835 -537,SUCCESS,2,1,940.57,5459692.96,5460633.53,127,twolocalrandom,1504.9120000004768 -541,SUCCESS,2,1,348.59,5460633.53,5460982.12,127,wstate,557.7439999997616 -542,SUCCESS,2,1,22720.08,5460982.12,5483702.2,127,qnn,36352.12800000012 -544,SUCCESS,2,1,382.8,5483702.2,5484085,127,graphstate,612.479999999702 -545,SUCCESS,2,1,5936.83,5484085,5490021.83,127,su2random,9498.92800000012 -546,SUCCESS,2,1,3874.73,5490021.83,5493896.56,127,random,6199.567999999225 -547,SUCCESS,2,1,11593.59,5493896.56,5505490.15,127,qft,18549.743999999762 -548,SUCCESS,2,1,38052.83,5505490.15,5543542.98,127,qpeexact,60884.52800000012 -549,SUCCESS,2,1,6762.92,5543542.98,5550305.9,127,qftentangled,10820.672000001372 -550,SUCCESS,2,1,21408.68,5550305.9,5571714.58,127,qftentangled,34253.887999999526 -551,SUCCESS,2,1,1817.33,5571714.58,5573531.91,127,ae,2907.728000000119 -552,SUCCESS,2,1,12950.42,5573531.91,5586482.33,127,ae,20720.671999999882 -553,SUCCESS,2,1,39048.23,5586482.33,5625530.56,127,qpeinexact,62477.16799999923 -554,SUCCESS,2,1,400.04,5625530.56,5625930.6,127,graphstate,640.0640000000597 -556,SUCCESS,2,1,11051.73,5625930.6,5636982.33,127,qpeinexact,17682.768000000717 -557,SUCCESS,2,1,3268.19,5636982.33,5640250.52,127,realamprandom,5229.103999999166 -558,SUCCESS,2,1,8775.48,5640250.52,5649026,127,qpeinexact,14040.768000000717 -560,SUCCESS,2,1,2356.81,5649026,5651382.81,127,qftentangled,3770.8959999993444 -561,SUCCESS,2,1,5867.03,5651382.81,5657249.84,127,twolocalrandom,9387.248000000418 -563,SUCCESS,2,1,176.83,5657249.84,5657426.67,127,graphstate,282.9280000001192 -565,SUCCESS,2,1,18493.51,5657426.67,5675920.18,127,qpeexact,29589.615999999645 -566,SUCCESS,2,1,5381.76,5675920.18,5681301.94,127,su2random,8610.816000001132 -569,SUCCESS,2,1,1020.39,5681301.94,5682322.33,127,su2random,1632.6239999994636 -570,SUCCESS,2,1,938.42,5682322.33,5683260.75,127,dj,1501.4719999998808 -571,SUCCESS,2,1,6269.69,5683260.75,5689530.44,127,realamprandom,10031.504000000656 -572,SUCCESS,2,1,26118.32,5689530.44,5715648.76,127,qnn,41789.31199999899 -573,SUCCESS,2,1,1804.77,5715648.76,5717453.53,127,dj,2887.632000000775 -574,SUCCESS,2,1,41164.44,5717453.53,5758617.97,127,random,65863.10399999916 -575,SUCCESS,2,1,59416.42,5758617.97,5818034.39,127,twolocalrandom,95066.27199999988 -576,SUCCESS,2,1,11753.67,5818034.39,5829788.06,127,qpeinexact,18805.871999999883 -577,SUCCESS,2,1,212.46,5829788.06,5830000.52,127,ghz,339.9359999999404 -579,SUCCESS,2,1,2156.7,5830000.52,5832157.22,127,dj,3450.720000000298 -580,SUCCESS,2,1,56412.57,5832157.22,5888569.79,127,su2random,90260.11200000049 -581,SUCCESS,2,1,32275.81,5888569.79,5920845.6,127,realamprandom,51641.29599999935 -582,SUCCESS,2,1,1389.48,5920845.6,5922235.08,127,dj,2223.1680000007154 -583,SUCCESS,2,1,5072.95,5922235.08,5927308.03,127,qnn,8116.719999998808 -584,SUCCESS,2,1,48146.83,5927308.03,5975454.86,127,qnn,77034.92800000012 -586,SUCCESS,2,1,1971.94,5975454.86,5977426.8,127,qft,3155.104000000656 -587,SUCCESS,2,1,1207.43,5977426.8,5978634.23,127,ghz,1931.8880000010133 -588,SUCCESS,2,1,6917.53,5978634.23,5985551.76,127,qft,11068.047999998927 -590,SUCCESS,2,1,44690.35,5985551.76,6030242.11,127,twolocalrandom,71504.5600000009 -591,SUCCESS,2,1,2362.25,6030242.11,6032604.36,127,dj,3779.59999999851 -592,SUCCESS,2,1,415.08,6032604.36,6033019.44,127,graphstate,664.1280000016094 -593,SUCCESS,2,1,1416.74,6033019.44,6034436.18,127,qft,2266.783999998868 -594,SUCCESS,2,1,375.8,6034436.18,6034811.98,127,graphstate,601.279999999702 -597,SUCCESS,2,1,31716.77,6034811.98,6066528.75,127,realamprandom,50746.83200000078 -598,SUCCESS,2,1,798.63,6066528.75,6067327.38,127,graphstate,1277.8079999998213 -599,SUCCESS,2,1,114779.3,6067327.38,6182106.68,127,random,183646.8799999997 -600,SUCCESS,2,1,52847.78,6182106.68,6234954.46,127,realamprandom,84556.44800000043 -601,SUCCESS,2,1,38552.59,6234954.46,6273507.05,127,su2random,61684.14399999977 -602,SUCCESS,2,1,49.18,6273507.05,6273556.23,127,ghz,78.68799999952317 -604,SUCCESS,2,1,968.11,6273556.23,6274524.34,127,dj,1548.9760000005365 -605,SUCCESS,2,1,9129.04,6274524.34,6283653.38,127,qft,14606.46400000006 -606,SUCCESS,2,1,14996.71,6283653.38,6298650.09,127,su2random,23994.735999999943 -607,SUCCESS,2,1,1348.93,6298650.09,6299999.02,127,portfoliovqe,2158.2879999995234 -608,SUCCESS,2,1,3043.04,6299999.02,6303042.06,127,random,4868.86400000006 -609,SUCCESS,2,1,5258.34,6303042.06,6308300.4,127,qpeexact,8413.343999999763 -610,SUCCESS,2,1,428.29,6308300.4,6308728.69,127,ghz,685.2640000000597 -611,SUCCESS,2,1,1292.06,6308728.69,6310020.75,127,wstate,2067.2960000008347 -613,SUCCESS,2,1,328.4,6310020.75,6310349.15,127,dj,525.4400000005961 -615,SUCCESS,2,1,138.75,6310349.15,6310487.9,127,qaoa,222.0 -617,SUCCESS,2,1,3184.33,6310487.9,6313672.23,127,ae,5094.927999998629 -618,SUCCESS,2,1,1527.24,6313672.23,6315199.47,127,qpeinexact,2443.5840000003577 -619,SUCCESS,2,1,5275.57,6315199.47,6320475.04,127,qft,8440.912000000477 -620,SUCCESS,2,1,4765.42,6320475.04,6325240.46,127,qnn,7624.671999999881 -621,SUCCESS,2,1,162547.2,6325240.46,6487787.66,127,random,260075.5200000003 -622,SUCCESS,2,1,723.88,6487787.66,6488511.54,127,wstate,1158.2079999998211 -623,SUCCESS,2,1,1133.47,6488511.54,6489645.01,127,graphstate,1813.551999999583 -624,SUCCESS,2,1,1565.12,6489645.01,6491210.13,127,pricingput,2504.192000000179 -625,SUCCESS,2,1,271.95,6491210.13,6491482.08,127,wstate,435.12000000029803 -626,SUCCESS,2,1,24607.84,6491482.08,6516089.92,127,random,39372.54399999976 -627,SUCCESS,2,1,2781.39,6516089.92,6518871.31,127,qpeexact,4450.223999999464 -629,SUCCESS,2,1,2406.31,6518871.31,6521277.62,127,qftentangled,3850.0960000008345 -630,SUCCESS,2,1,1805.61,6521277.62,6523083.23,127,dj,2888.9759999990465 -631,SUCCESS,2,1,63.14,6523083.23,6523146.37,127,ghz,101.02400000095368 -634,SUCCESS,2,1,5279.78,6523146.37,6528426.15,127,ae,8447.647999998928 -635,SUCCESS,2,1,548.81,6528426.15,6528974.96,127,wstate,878.0960000008345 -636,SUCCESS,2,1,31931.45,6528974.96,6560906.41,127,qpeinexact,51090.3200000003 -638,SUCCESS,2,1,202.95,6560906.41,6561109.36,127,ghz,324.7199999988079 -639,SUCCESS,2,1,126.54,6561109.36,6561235.9,127,graphstate,202.46400000005963 -640,SUCCESS,2,1,179.34,6561235.9,6561415.24,127,graphstate,286.9440000012517 -641,SUCCESS,2,1,664.66,6561415.24,6562079.9,127,wstate,1063.4560000002384 -643,SUCCESS,2,1,7106.55,6562079.9,6569186.45,127,realamprandom,11370.479999999703 -644,SUCCESS,2,1,678.86,6569186.45,6569865.31,127,portfolioqaoa,1086.1759999990463 -645,SUCCESS,2,1,63104.98,6569865.31,6632970.29,127,su2random,100967.96800000072 -646,SUCCESS,2,1,5140.35,6632970.29,6638110.64,127,qpeinexact,8224.559999999405 -647,SUCCESS,2,1,1416.87,6638110.64,6639527.51,127,qft,2266.992000000179 -648,SUCCESS,2,1,5698.52,6639527.51,6645226.03,127,qpeinexact,9117.632000000774 -649,SUCCESS,2,1,35571.63,6645226.03,6680797.66,127,su2random,56914.607999999826 -650,SUCCESS,2,1,3328.57,6680797.66,6684126.23,127,qft,5325.711999998987 -651,SUCCESS,2,1,19410.04,6684126.23,6703536.27,127,qpeinexact,31056.06400000006 -652,SUCCESS,2,1,794.07,6703536.27,6704330.34,127,qpeinexact,1270.512000000477 -655,SUCCESS,2,1,6034.17,6704330.34,6710364.51,127,qpeexact,9654.67199999988 -656,SUCCESS,2,1,254.35,6710364.51,6710618.86,127,graphstate,406.959999999404 -657,SUCCESS,2,1,507.05,6710618.86,6711125.91,127,wstate,811.2800000011921 -658,SUCCESS,2,1,6166.77,6711125.91,6717292.68,127,pricingput,9866.831999999285 -659,SUCCESS,2,1,2693.05,6717292.68,6719985.73,127,wstate,4308.879999999702 -660,SUCCESS,2,1,7367.9,6719985.73,6727353.63,127,qnn,11788.640000000596 -661,SUCCESS,2,1,39656.4,6727353.63,6767010.03,127,qnn,63450.2400000006 -662,SUCCESS,2,1,123.65,6767010.03,6767133.68,127,ghz,197.83999999910594 -664,SUCCESS,2,1,1076.44,6767133.68,6768210.12,127,graphstate,1722.3040000006558 -666,SUCCESS,2,1,22280.36,6768210.12,6790490.48,127,qpeinexact,35648.57599999905 -667,SUCCESS,2,1,55.24,6790490.48,6790545.72,127,ghz,88.38400000035763 -668,SUCCESS,2,1,2783.96,6790545.72,6793329.68,127,qft,4454.33599999994 -669,SUCCESS,2,1,263.92,6793329.68,6793593.6,127,wstate,422.2719999998808 -670,SUCCESS,2,1,1403.8,6793593.6,6794997.4,127,wstate,2246.0800000011923 -671,SUCCESS,2,1,1656.06,6794997.4,6796653.46,127,portfolioqaoa,2649.6959999993446 -674,SUCCESS,2,1,16031.57,6796653.46,6812685.03,127,qftentangled,25650.51200000048 -677,SUCCESS,2,1,2194.44,6812685.03,6814879.47,127,ae,3511.103999999166 -678,SUCCESS,2,1,130.24,6814879.47,6815009.71,127,ghz,208.38400000035764 -679,SUCCESS,2,1,3356.11,6815009.71,6818365.82,127,realamprandom,5369.775999999047 -680,SUCCESS,2,1,2210.03,6818365.82,6820575.85,127,dj,3536.0480000004172 -682,SUCCESS,2,1,95.6,6820575.85,6820671.45,127,dj,152.96000000089407 -683,SUCCESS,2,1,6008.76,6820671.45,6826680.21,127,qnn,9614.015999999643 -684,SUCCESS,2,1,492.29,6826680.21,6827172.5,127,dj,787.6640000000597 -685,SUCCESS,2,1,14148.56,6827172.5,6841321.06,127,qwalk-v-chain,22637.695999999345 -687,SUCCESS,2,1,3488.16,6841321.06,6844809.22,127,ghz,5581.056000000239 -688,SUCCESS,2,1,6272.13,6844809.22,6851081.35,127,qpeinexact,10035.407999999821 -689,SUCCESS,2,1,6441.83,6851081.35,6857523.18,127,ae,10306.92800000012 -690,SUCCESS,2,1,1524.1,6857523.18,6859047.28,127,graphstate,2438.560000000894 -691,SUCCESS,2,1,33056.95,6859047.28,6892104.23,127,ae,52891.11999999881 -692,SUCCESS,2,1,21703.26,6892104.23,6913807.49,127,su2random,34725.216000001135 -693,SUCCESS,2,1,9960.11,6913807.49,6923767.6,127,qpeexact,15936.175999999046 -694,SUCCESS,2,1,2498.81,6923767.6,6926266.41,127,su2random,3998.0960000008345 -695,SUCCESS,2,1,22788.95,6926266.41,6949055.36,127,qpeinexact,36462.3200000003 -696,SUCCESS,2,1,389.42,6949055.36,6949444.78,127,random,623.0719999983908 -697,SUCCESS,2,1,9627,6949444.78,6959071.78,127,qft,15403.2 -698,SUCCESS,2,1,3465.44,6959071.78,6962537.22,127,qpeinexact,5544.704000000656 -700,SUCCESS,2,1,6219.53,6962537.22,6968756.75,127,qftentangled,9951.248000000418 -701,SUCCESS,2,1,1349.03,6968756.75,6970105.78,127,ghz,2158.4480000004173 -702,SUCCESS,2,1,18.69,6970105.78,6970124.47,127,ghz,29.903999999165535 -704,SUCCESS,2,1,9518.81,6970124.47,6979643.28,127,qpeinexact,15230.096000000834 -705,SUCCESS,2,1,558.92,6979643.28,6980202.2,127,graphstate,894.2719999998808 -706,SUCCESS,2,1,15497.01,6980202.2,6995699.21,127,twolocalrandom,24795.215999999644 -707,SUCCESS,2,1,1533.74,6995699.21,6997232.95,127,su2random,2453.984000000358 -708,SUCCESS,2,1,2901.35,6997232.95,7000134.3,127,realamprandom,4642.159999999404 -709,SUCCESS,2,1,24486.53,7000134.3,7024620.83,127,qnn,39178.44800000042 -710,SUCCESS,2,1,3843.16,7024620.83,7028463.99,127,wstate,6149.056000000239 -711,SUCCESS,2,1,15959.31,7028463.99,7044423.3,127,ae,25534.895999999346 -712,SUCCESS,2,1,8013.5,7044423.3,7052436.8,127,ae,12821.6 -713,SUCCESS,2,1,8015.51,7052436.8,7060452.31,127,ae,12824.815999999642 -714,SUCCESS,2,1,3551.95,7060452.31,7064004.26,127,qnn,5683.120000000298 -715,SUCCESS,2,1,3250.95,7064004.26,7067255.21,127,random,5201.520000000299 -716,SUCCESS,2,1,1511.08,7067255.21,7068766.29,127,qpeexact,2417.728000000119 -717,SUCCESS,2,1,1069.29,7068766.29,7069835.58,127,qnn,1710.8640000000596 -718,SUCCESS,2,1,765.17,7069835.58,7070600.75,127,graphstate,1224.2719999998808 -719,SUCCESS,2,1,1663.19,7070600.75,7072263.94,127,ghz,2661.103999999166 -720,SUCCESS,2,1,35697.5,7072263.94,7107961.44,127,realamprandom,57116.00000000149 -722,SUCCESS,2,1,94.33,7107961.44,7108055.77,127,graphstate,150.9279999986291 -724,SUCCESS,2,1,1183.24,7108055.77,7109239.01,127,qnn,1893.1840000003576 -727,SUCCESS,2,1,36262.89,7109239.01,7145501.9,127,random,58020.62400000096 -728,SUCCESS,2,1,10673.94,7145501.9,7156175.84,127,qftentangled,17078.303999999167 -729,SUCCESS,2,1,22215.6,7156175.84,7178391.44,127,random,35544.960000000894 -730,SUCCESS,2,1,7175.84,7178391.44,7185567.28,127,wstate,11481.343999998273 -731,SUCCESS,2,1,365.3,7185567.28,7185932.58,127,dj,584.4800000011921 -732,SUCCESS,2,1,86456.31,7185932.58,7272388.89,127,random,138330.09599999935 -734,SUCCESS,2,1,4022.02,7272388.89,7276410.91,127,qpeexact,6435.232000000775 -736,SUCCESS,2,1,414.18,7276410.91,7276825.09,127,dj,662.6879999995232 -737,SUCCESS,2,1,5474.86,7276825.09,7282299.95,127,qpeinexact,8759.776000000536 -738,SUCCESS,2,1,138.93,7282299.95,7282438.88,127,ghz,222.28799999952318 -739,SUCCESS,2,1,327.69,7282438.88,7282766.57,127,ghz,524.3039999991655 -740,SUCCESS,2,1,2825.68,7282766.57,7285592.25,127,realamprandom,4521.088000001014 -741,SUCCESS,2,1,1817.39,7285592.25,7287409.64,127,ghz,2907.823999999464 -742,SUCCESS,2,1,54231.78,7287409.64,7341641.42,127,twolocalrandom,86770.84800000042 -743,SUCCESS,2,1,19747.77,7341641.42,7361389.19,127,realamprandom,31596.432000000776 -744,SUCCESS,2,1,3100.36,7361389.19,7364489.55,127,qpeinexact,4960.575999999047 -745,SUCCESS,2,1,46607.23,7364489.55,7411096.78,127,qpeinexact,74571.56799999923 -746,SUCCESS,2,1,22925.78,7411096.78,7434022.56,127,realamprandom,36681.24800000042 -749,SUCCESS,2,1,5354.58,7434022.56,7439377.14,127,random,8567.32800000012 -750,SUCCESS,2,1,6183.7,7439377.14,7445560.84,127,ae,9893.920000000298 -752,SUCCESS,2,1,3874.56,7445560.84,7449435.4,127,twolocalrandom,6199.2959999993445 -753,SUCCESS,2,1,10441.48,7449435.4,7459876.88,127,ae,16706.368000000715 -754,SUCCESS,2,1,37716.5,7459876.88,7497593.38,127,su2random,60346.4 -755,SUCCESS,2,1,4555.78,7497593.38,7502149.16,127,qnn,7289.248000000418 -756,SUCCESS,2,1,35997,7502149.16,7538146.16,127,twolocalrandom,57595.200000000004 -757,SUCCESS,2,1,8565.8,7538146.16,7546711.96,127,su2random,13705.279999999702 -758,SUCCESS,2,1,1046.12,7546711.96,7547758.08,127,portfolioqaoa,1673.7920000001789 -759,SUCCESS,2,1,18066.08,7547758.08,7565824.16,127,grover-noancilla,28905.72800000012 -760,SUCCESS,2,1,2057.62,7565824.16,7567881.78,127,twolocalrandom,3292.192000000179 -763,SUCCESS,2,1,106.14,7567881.78,7567987.92,127,groundstate,169.82399999946358 -764,SUCCESS,2,1,1987.63,7567987.92,7569975.55,127,pricingcall,3180.2079999998214 -765,SUCCESS,2,1,10930.68,7569975.55,7580906.23,127,random,17489.088000001015 -766,SUCCESS,2,1,156.55,7580906.23,7581062.78,127,ghz,250.47999999821187 -767,SUCCESS,2,1,2329.4,7581062.78,7583392.18,127,qpeinexact,3727.040000000596 -768,SUCCESS,2,1,12130.43,7583392.18,7595522.61,127,qpeinexact,19408.687999999525 -770,SUCCESS,2,1,4266.84,7595522.61,7599789.45,127,qpeinexact,6826.944000001252 -771,SUCCESS,2,1,12441.41,7599789.45,7612230.86,127,qwalk-noancilla,19906.25600000024 -772,SUCCESS,2,1,192.02,7612230.86,7612422.88,127,ghz,307.23199999928477 -773,SUCCESS,2,1,3467.5,7612422.88,7615890.38,127,realamprandom,5548.0 -774,SUCCESS,2,1,5888.61,7615890.38,7621778.99,127,qftentangled,9421.776000000536 -775,SUCCESS,2,1,7673.41,7621778.99,7629452.4,127,twolocalrandom,12277.455999998749 -776,SUCCESS,2,1,703.33,7629452.4,7630155.73,127,random,1125.3280000016093 -777,SUCCESS,2,1,4333.33,7630155.73,7634489.06,127,qft,6933.32799999863 -778,SUCCESS,2,1,19221.4,7634489.06,7653710.46,127,su2random,30754.2400000006 -780,SUCCESS,2,1,632.97,7653710.46,7654343.43,127,dj,1012.7519999995828 -781,SUCCESS,2,1,7821.94,7654343.43,7662165.37,127,realamprandom,12515.104000000656 -782,SUCCESS,2,1,731.49,7662165.37,7662896.86,127,qpeinexact,1170.3839999988675 -783,SUCCESS,2,1,9705.32,7662896.86,7672602.18,127,ae,15528.512000000477 -785,SUCCESS,2,1,23617.93,7672602.18,7696220.11,127,random,37788.68800000101 -786,SUCCESS,2,1,9383.24,7696220.11,7705603.35,127,su2random,15013.183999998868 -789,SUCCESS,2,1,229.45,7705603.35,7705832.8,127,wstate,367.12000000029803 -790,SUCCESS,2,1,1633.92,7705832.8,7707466.72,127,dj,2614.271999999881 -793,SUCCESS,2,1,909.61,7707466.72,7708376.33,127,pricingput,1455.3760000005366 -794,SUCCESS,2,1,798.63,7708376.33,7709174.96,127,dj,1277.8079999998213 -795,SUCCESS,2,1,13980.28,7709174.96,7723155.24,127,ae,22368.44800000042 -796,SUCCESS,2,1,1664.4,7723155.24,7724819.64,127,realamprandom,2663.039999999106 -797,SUCCESS,2,1,8372.31,7724819.64,7733191.95,127,qpeinexact,13395.696000000835 -799,SUCCESS,2,1,820.93,7733191.95,7734012.88,127,qpeinexact,1313.4879999995233 -800,SUCCESS,2,1,3589.63,7734012.88,7737602.51,127,qpeinexact,5743.407999999821 -802,SUCCESS,2,1,867.82,7737602.51,7738470.33,127,dj,1388.512000000477 -804,SUCCESS,2,1,474.51,7738470.33,7738944.84,127,twolocalrandom,759.2159999996425 -806,SUCCESS,2,1,46436.49,7738944.84,7785381.33,127,realamprandom,74298.38400000035 -807,SUCCESS,2,1,1994.78,7785381.33,7787376.11,127,qft,3191.6480000004176 -808,SUCCESS,2,1,6272.87,7787376.11,7793648.98,127,qpeinexact,10036.592000000179 -809,SUCCESS,2,1,14764.8,7793648.98,7808413.78,127,qftentangled,23623.679999998214 -810,SUCCESS,2,1,1096.26,7808413.78,7809510.04,127,dj,1754.0160000011326 -811,SUCCESS,2,1,30951.11,7809510.04,7840461.15,127,qnn,49521.77599999905 -812,SUCCESS,2,1,4075.68,7840461.15,7844536.83,127,qft,6521.088000001014 -813,SUCCESS,2,1,1464.81,7844536.83,7846001.64,127,dj,2343.6959999993446 -815,SUCCESS,2,1,782.39,7846001.64,7846784.03,127,realamprandom,1251.8240000009537 -816,SUCCESS,2,1,2091.04,7846784.03,7848875.07,127,qpeexact,3345.6639999985696 -817,SUCCESS,2,1,2514.83,7848875.07,7851389.9,127,ae,4023.728000000119 -818,SUCCESS,2,1,4150.7,7851389.9,7855540.6,127,qft,6641.120000000298 -819,SUCCESS,2,1,5689.04,7855540.6,7861229.64,127,qpeexact,9102.46400000006 -820,SUCCESS,2,1,4932.89,7861229.64,7866162.53,127,wstate,7892.624000000954 -822,SUCCESS,2,1,252.24,7866162.53,7866414.77,127,dj,403.5839999988675 -824,SUCCESS,2,1,803.25,7866414.77,7867218.02,127,su2random,1285.2 -825,SUCCESS,2,1,2226.38,7867218.02,7869444.4,127,qnn,3562.2079999998214 -827,SUCCESS,2,1,54454.25,7869444.4,7923898.65,127,random,87126.8 -828,SUCCESS,2,1,8557.79,7923898.65,7932456.44,127,random,13692.46400000006 -829,SUCCESS,2,1,4876.34,7932456.44,7937332.78,127,qpeexact,7802.144000001252 -830,SUCCESS,2,1,14725.16,7937332.78,7952057.94,127,twolocalrandom,23560.25599999875 -833,SUCCESS,2,1,1111.44,7952057.94,7953169.38,127,qft,1778.3040000006558 -834,SUCCESS,2,1,3481.36,7953169.38,7956650.74,127,realamprandom,5570.176000000537 -835,SUCCESS,2,1,181.2,7956650.74,7956831.94,127,qpeexact,289.92000000029805 -836,SUCCESS,2,1,5225.25,7956831.94,7962057.19,127,qnn,8360.39999999851 -837,SUCCESS,2,1,995.09,7962057.19,7963052.28,127,portfolioqaoa,1592.1439999997617 -838,SUCCESS,2,1,1091.74,7963052.28,7964144.02,127,wstate,1746.7840000003578 -840,SUCCESS,2,1,46308.67,7964144.02,8010452.69,127,qwalk-noancilla,74093.87200000137 -842,SUCCESS,2,1,225431.5,8010452.69,8235884.19,127,random,360690.3999999985 -843,SUCCESS,2,1,2179.61,8235884.19,8238063.8,127,qnn,3487.376000000537 -844,SUCCESS,2,1,7923.16,8238063.8,8245986.96,127,realamprandom,12677.056000000239 -845,SUCCESS,2,1,31772.16,8245986.96,8277759.12,127,su2random,50835.45600000024 -846,SUCCESS,2,1,252.52,8277759.12,8278011.64,127,graphstate,404.0319999992848 -847,SUCCESS,2,1,1933.99,8278011.64,8279945.63,127,dj,3094.384000000358 -848,SUCCESS,2,1,12820.52,8279945.63,8292766.15,127,qpeinexact,20512.832000000777 -849,SUCCESS,2,1,1183.71,8292766.15,8293949.86,127,dj,1893.9359999999406 -850,SUCCESS,2,1,34244.3,8293949.86,8328194.16,127,su2random,54790.879999999706 -851,SUCCESS,2,1,455.02,8328194.16,8328649.18,127,dj,728.0319999992848 -852,SUCCESS,2,1,7183.84,8328649.18,8335833.02,127,qftentangled,11494.143999999762 -853,SUCCESS,2,1,244.42,8335833.02,8336077.44,127,graphstate,391.0719999998808 -854,SUCCESS,2,1,742.72,8336077.44,8336820.16,127,qftentangled,1188.3520000010728 -855,SUCCESS,2,1,56.03,8336820.16,8336876.19,127,graphstate,89.64800000041724 -856,SUCCESS,2,1,75.06,8336876.19,8336951.25,127,dj,120.09599999934436 -857,SUCCESS,2,1,9671.2,8336951.25,8346622.45,127,su2random,15473.920000000298 -858,SUCCESS,2,1,14651.75,8346622.45,8361274.2,127,realamprandom,23442.800000000003 -859,SUCCESS,2,1,78002.37,8361274.2,8439276.57,127,random,124803.79200000019 -860,SUCCESS,2,1,31072.61,8439276.57,8470349.18,127,su2random,49716.175999999046 -862,SUCCESS,2,1,8093.97,8470349.18,8478443.15,127,qpeexact,12950.352000001074 -863,SUCCESS,2,1,6564.37,8478443.15,8485007.52,127,qpeexact,10502.991999998689 -864,SUCCESS,2,1,232.39,8485007.52,8485239.91,127,graphstate,371.8240000009537 -870,SUCCESS,2,1,3341.26,8485239.91,8488581.17,127,su2random,5346.015999999643 -871,SUCCESS,2,1,60343.49,8488581.17,8548924.66,127,su2random,96549.58400000037 -872,SUCCESS,2,1,473.68,8548924.66,8549398.34,127,qft,757.8879999995232 -873,SUCCESS,2,1,15616.12,8549398.34,8565014.46,127,qpeinexact,24985.79200000167 -874,SUCCESS,2,1,4270.68,8565014.46,8569285.14,127,random,6833.087999999523 -875,SUCCESS,2,1,18258.12,8569285.14,8587543.26,127,qftentangled,29212.99199999869 -876,SUCCESS,2,1,248.58,8587543.26,8587791.84,127,graphstate,397.7280000001192 -877,SUCCESS,2,1,188.36,8587791.84,8587980.2,127,ghz,301.3759999990463 -879,SUCCESS,2,1,1027.58,8587980.2,8589007.78,127,realamprandom,1644.1280000001193 -880,SUCCESS,2,1,3933.35,8589007.78,8592941.13,127,wstate,6293.359999999404 -881,SUCCESS,2,1,5690.93,8592941.13,8598632.06,127,qnn,9105.488000002504 -883,SUCCESS,2,1,123329.7,8598632.06,8721961.76,127,random,197327.51999999883 -884,SUCCESS,2,1,1902.96,8721961.76,8723864.72,127,qftentangled,3044.7360000014305 -885,SUCCESS,2,1,37325.18,8723864.72,8761189.9,127,realamprandom,59720.28799999953 -886,SUCCESS,2,1,8336.51,8761189.9,8769526.41,127,su2random,13338.415999999643 -888,SUCCESS,2,1,7149.36,8769526.41,8776675.77,127,su2random,11438.975999999047 -889,SUCCESS,2,1,16134.96,8776675.77,8792810.73,127,qpeinexact,25815.93600000143 -890,SUCCESS,2,1,4572.56,8792810.73,8797383.29,127,realamprandom,7316.095999997855 -891,SUCCESS,2,1,31563.3,8797383.29,8828946.59,127,qpeexact,50501.28000000119 -892,SUCCESS,2,1,4115.4,8828946.59,8833061.99,127,wstate,6584.640000000596 -893,SUCCESS,2,1,3808.36,8833061.99,8836870.35,127,twolocalrandom,6093.375999999047 -896,SUCCESS,2,1,56757.17,8836870.35,8893627.52,127,realamprandom,90811.47199999989 -897,SUCCESS,2,1,8756.99,8893627.52,8902384.51,127,pricingcall,14011.184000000358 -898,SUCCESS,2,1,282.64,8902384.51,8902667.15,127,graphstate,452.2240000009537 -899,SUCCESS,2,1,16780.1,8902667.15,8919447.25,127,su2random,26848.159999999407 -900,SUCCESS,2,1,25535.18,8919447.25,8944982.43,127,su2random,40856.28799999953 -902,SUCCESS,2,1,1366.94,8944982.43,8946349.37,127,dj,2187.103999999166 -905,SUCCESS,2,1,19818.24,8946349.37,8966167.61,127,qnn,31709.184000000358 -906,SUCCESS,2,1,2521.04,8966167.61,8968688.65,127,dj,4033.66400000155 -907,SUCCESS,2,1,2519.81,8968688.65,8971208.46,127,qnn,4031.6959999978544 -908,SUCCESS,2,1,16192.13,8971208.46,8987400.59,127,ae,25907.408000001313 -909,SUCCESS,2,1,2035.97,8987400.59,8989436.56,127,ghz,3257.552000001073 -910,SUCCESS,2,1,13792.58,8989436.56,9003229.14,127,pricingput,22068.12800000012 -911,SUCCESS,2,1,53066.94,9003229.14,9056296.08,127,su2random,84907.10399999918 -912,SUCCESS,2,1,1925.13,9056296.08,9058221.21,127,qftentangled,3080.207999998331 -913,SUCCESS,2,1,1918.53,9058221.21,9060139.74,127,qnn,3069.6480000019073 -914,SUCCESS,2,1,5668.74,9060139.74,9065808.48,127,realamprandom,9069.984000000359 -915,SUCCESS,2,1,789.96,9065808.48,9066598.44,127,dj,1263.9359999984504 -916,SUCCESS,2,1,268.61,9066598.44,9066867.05,127,ghz,429.77599999904635 -917,SUCCESS,2,1,2238.32,9066867.05,9069105.37,127,dj,3581.312000000477 -919,SUCCESS,2,1,371.55,9069105.37,9069476.92,127,wstate,594.4800000011921 -920,SUCCESS,2,1,2803.08,9069476.92,9072280,127,qnn,4484.928000000119 -921,SUCCESS,2,1,4994.6,9072280,9077274.6,127,qftentangled,7991.359999999404 -922,SUCCESS,2,1,669.44,9077274.6,9077944.04,127,qftentangled,1071.1039999991656 -924,SUCCESS,2,1,5862.93,9077944.04,9083806.97,127,su2random,9380.688000002503 -925,SUCCESS,2,1,2122.57,9083806.97,9085929.54,127,ghz,3396.1119999974967 -926,SUCCESS,2,1,14997.03,9085929.54,9100926.57,127,qnn,23995.24800000191 -927,SUCCESS,2,1,17938.42,9100926.57,9118864.99,127,qftentangled,28701.47199999988 -929,SUCCESS,2,1,19534.18,9118864.99,9138399.17,127,realamprandom,31254.687999999525 -930,SUCCESS,2,1,2304.57,9138399.17,9140703.74,127,dj,3687.312000000477 -931,SUCCESS,2,1,19155.56,9140703.74,9159859.3,127,qnn,30648.896000000837 -932,SUCCESS,2,1,976.37,9159859.3,9160835.67,127,wstate,1562.1919999986887 -933,SUCCESS,2,1,13033.91,9160835.67,9173869.58,127,qft,20854.25600000024 -934,SUCCESS,2,1,242.53,9173869.58,9174112.11,127,qft,388.04799999892714 -935,SUCCESS,2,1,1450.36,9174112.11,9175562.47,127,dj,2320.576000002027 -937,SUCCESS,2,1,115832.99,9175562.47,9291395.46,127,random,185332.7839999974 -938,SUCCESS,2,1,4525.19,9291395.46,9295920.65,127,qnn,7240.3040000021465 -939,SUCCESS,2,1,5480.53,9295920.65,9301401.18,127,ae,8768.847999998927 -940,SUCCESS,2,1,7326.27,9301401.18,9308727.45,127,qpeexact,11722.031999999286 -941,SUCCESS,2,1,4219.97,9308727.45,9312947.42,127,wstate,6751.952000001073 -942,SUCCESS,2,1,2530.26,9312947.42,9315477.68,127,portfoliovqe,4048.4159999996427 -943,SUCCESS,2,1,101.91,9315477.68,9315579.59,127,graphstate,163.05600000023844 -945,SUCCESS,2,1,6686.16,9315579.59,9322265.75,127,qnn,10697.85600000024 -946,SUCCESS,2,1,1225.87,9322265.75,9323491.62,127,graphstate,1961.3919999986888 -947,SUCCESS,2,1,15561,9323491.62,9339052.62,127,twolocalrandom,24897.600000000002 -948,SUCCESS,2,1,383.76,9339052.62,9339436.38,127,dj,614.0160000026226 -949,SUCCESS,2,1,3904.31,9339436.38,9343340.69,127,qpeexact,6246.895999997854 -952,SUCCESS,2,1,277.31,9343340.69,9343618,127,ae,443.6960000008345 -954,SUCCESS,2,1,397.7,9343618,9344015.7,127,dj,636.3199999988079 -955,SUCCESS,2,1,2401.93,9344015.7,9346417.63,127,wstate,3843.087999999523 -956,SUCCESS,2,1,4355.61,9346417.63,9350773.24,127,qftentangled,6968.976000002027 -957,SUCCESS,2,1,9029.79,9350773.24,9359803.03,127,realamprandom,14447.663999998571 -958,SUCCESS,2,1,38724.99,9359803.03,9398528.02,127,twolocalrandom,61959.98400000036 -959,SUCCESS,2,1,865.78,9398528.02,9399393.8,127,random,1385.2479999989273 -960,SUCCESS,2,1,396.02,9399393.8,9399789.82,127,dj,633.632000002265 -961,SUCCESS,2,1,4678.36,9399789.82,9404468.18,127,su2random,7485.375999999047 -962,SUCCESS,2,1,1435.2,9404468.18,9405903.38,127,qftentangled,2296.3200000017882 -963,SUCCESS,2,1,7470.24,9405903.38,9413373.62,127,realamprandom,11952.383999997379 -964,SUCCESS,2,1,753.3,9413373.62,9414126.92,127,dj,1205.280000001192 -965,SUCCESS,2,1,159.23,9414126.92,9414286.15,127,graphstate,254.76800000071526 -966,SUCCESS,2,1,53807.05,9414286.15,9468093.2,127,qnn,86091.27999999822 -967,SUCCESS,2,1,11479.66,9468093.2,9479572.86,127,qpeexact,18367.45600000024 -969,SUCCESS,2,1,480.48,9479572.86,9480053.34,127,wstate,768.7680000007153 -970,SUCCESS,2,1,196.85,9480053.34,9480250.19,127,vqe,314.959999999404 -971,SUCCESS,2,1,16176.13,9480250.19,9496426.32,127,qpeexact,25881.808000001314 -972,SUCCESS,2,1,286.45,9496426.32,9496712.77,127,graphstate,458.31999999880793 -973,SUCCESS,2,1,17180.43,9496712.77,9513893.2,127,realamprandom,27488.687999999525 -974,SUCCESS,2,1,320.57,9513893.2,9514213.77,127,ghz,512.9120000004768 -975,SUCCESS,2,1,4432.03,9514213.77,9518645.8,127,random,7091.248000001908 -977,SUCCESS,2,1,20728.18,9518645.8,9539373.98,127,random,33165.08799999952 -978,SUCCESS,2,1,35842.81,9539373.98,9575216.79,127,qpeexact,57348.49599999786 -980,SUCCESS,2,1,6648.85,9575216.79,9581865.64,127,realamprandom,10638.160000002385 -981,SUCCESS,2,1,8297.43,9581865.64,9590163.07,127,qft,13275.887999999524 -983,SUCCESS,2,1,4152.37,9590163.07,9594315.44,127,twolocalrandom,6643.791999998689 -984,SUCCESS,2,1,706.68,9594315.44,9595022.12,127,dj,1130.6879999995233 -985,SUCCESS,2,1,17134.82,9595022.12,9612156.94,127,qpeinexact,27415.71200000048 -986,SUCCESS,2,1,554.84,9612156.94,9612711.78,127,su2random,887.7439999997616 -988,SUCCESS,2,1,14010.48,9612711.78,9626722.26,127,random,22416.768000000717 -989,SUCCESS,2,1,3624.46,9626722.26,9630346.72,127,qftentangled,5799.136000001431 -990,SUCCESS,2,1,20100.19,9630346.72,9650446.91,127,twolocalrandom,32160.303999999167 -992,SUCCESS,2,1,29435.3,9650446.91,9679882.21,127,twolocalrandom,47096.47999999821 -993,SUCCESS,2,1,18053.73,9679882.21,9697935.94,127,qpeinexact,28885.968000000717 -994,SUCCESS,2,1,94493.42,9697935.94,9792429.36,127,random,151189.4719999999 -996,SUCCESS,2,1,2624.26,9792429.36,9795053.62,127,twolocalrandom,4198.815999999642 -997,SUCCESS,2,1,16680.76,9795053.62,9811734.38,127,qft,26689.216000002623 -998,SUCCESS,2,1,987.09,9811734.38,9812721.47,127,wstate,1579.3439999997618 -999,SUCCESS,2,1,2923,9812721.47,9815644.47,127,realamprandom,4676.8 -1000,SUCCESS,2,1,31660.99,9815644.47,9847305.46,127,qpeinexact,50657.58399999738 -1001,SUCCESS,2,1,182.92,9847305.46,9847488.38,127,graphstate,292.6719999998808 -1002,SUCCESS,2,1,166134.45,9847488.38,10013622.83,127,random,265815.1200000018 -1003,SUCCESS,2,1,16580.05,10013622.83,10030202.88,127,qpeexact,26528.079999998212 -1004,SUCCESS,2,1,2184.18,10030202.88,10032387.06,127,qftentangled,3494.6880000025035 -1005,SUCCESS,2,1,412.47,10032387.06,10032799.53,127,ghz,659.9519999980927 -1006,SUCCESS,2,1,4013.16,10032799.53,10036812.69,127,realamprandom,6421.056000000239 -1007,SUCCESS,2,1,3130.54,10036812.69,10039943.23,127,qftentangled,5008.86400000155 -1008,SUCCESS,2,1,7097.86,10039943.23,10047041.09,127,wstate,11356.575999999048 -1009,SUCCESS,2,1,4254.27,10047041.09,10051295.36,127,qpeexact,6806.8319999992855 -1010,SUCCESS,2,1,1065.4,10051295.36,10052360.76,127,wstate,1704.640000000596 -1011,SUCCESS,2,1,6242.69,10052360.76,10058603.45,127,twolocalrandom,9988.303999999167 -1013,SUCCESS,2,1,4437.7,10058603.45,10063041.15,127,qftentangled,7100.320000001789 -1014,SUCCESS,2,1,1423.56,10063041.15,10064464.71,127,wstate,2277.6959999978544 -1017,SUCCESS,2,1,118.92,10064464.71,10064583.63,127,qaoa,190.27200000286103 -1020,SUCCESS,2,1,598.37,10064583.63,10065182,127,wstate,957.3919999986888 -1021,SUCCESS,2,1,10605,10065182,10075787,127,qft,16968.0 -1022,SUCCESS,2,1,463.66,10075787,10076250.66,127,dj,741.8560000002385 -1023,SUCCESS,2,1,8037.3,10076250.66,10084287.96,127,twolocalrandom,12859.679999998212 -1024,SUCCESS,2,1,14043.79,10084287.96,10098331.75,127,ae,22470.064000001552 -1025,SUCCESS,2,1,12331.98,10098331.75,10110663.73,127,qft,19731.168000000718 -1026,SUCCESS,2,1,17.85,10110663.73,10110681.58,127,ghz,28.559999999403956 -1027,SUCCESS,2,1,4256.07,10110681.58,10114937.65,127,qpeinexact,6809.712000000477 -1029,SUCCESS,2,1,2036.91,10114937.65,10116974.56,127,wstate,3259.056000000239 -1030,SUCCESS,2,1,7821.79,10116974.56,10124796.35,127,twolocalrandom,12514.86399999857 -1031,SUCCESS,2,1,7231.04,10124796.35,10132027.39,127,random,11569.66400000155 -1032,SUCCESS,2,1,268.7,10132027.39,10132296.09,127,graphstate,429.91999999880795 -1035,SUCCESS,2,1,823.95,10132296.09,10133120.04,127,dj,1318.319999998808 -1036,SUCCESS,2,1,10076.68,10133120.04,10143196.72,127,qft,16122.688000002505 -1037,SUCCESS,2,1,2740.14,10143196.72,10145936.86,127,qpeexact,4384.223999997974 -1040,SUCCESS,2,1,56083.01,10145936.86,10202019.87,127,su2random,89732.81599999964 -1041,SUCCESS,2,1,506.33,10202019.87,10202526.2,127,graphstate,810.1280000001193 -1042,SUCCESS,2,1,7145.9,10202526.2,10209672.1,127,ae,11433.440000000597 -1043,SUCCESS,2,1,32.71,10209672.1,10209704.81,127,ghz,52.33600000143051 -1045,SUCCESS,2,1,25739.98,10209704.81,10235444.79,127,twolocalrandom,41183.96799999774 -1050,SUCCESS,2,1,813.01,10235444.79,10236257.8,127,dj,1300.8159999996424 -1051,SUCCESS,2,1,1899.51,10236257.8,10238157.31,127,qnn,3039.216000002623 -1053,SUCCESS,2,1,901.73,10238157.31,10239059.04,127,dj,1442.7679999977352 -1054,SUCCESS,2,1,1830.24,10239059.04,10240889.28,127,dj,2928.384000000358 -1055,SUCCESS,2,1,4794,10240889.28,10245683.28,127,ae,7670.400000000001 -1056,SUCCESS,2,1,38932.78,10245683.28,10284616.06,127,qpeexact,62292.44800000191 -1058,SUCCESS,2,1,3045.85,10284616.06,10287661.91,127,pricingcall,4873.359999999404 -1060,SUCCESS,2,1,28212.85,10287661.91,10315874.76,127,qftentangled,45140.55999999941 -1061,SUCCESS,2,1,10594.64,10315874.76,10326469.4,127,twolocalrandom,16951.424000000956 -1062,SUCCESS,2,1,10782.97,10326469.4,10337252.37,127,twolocalrandom,17252.751999998094 -1063,SUCCESS,2,1,1516.86,10337252.37,10338769.23,127,wstate,2426.9760000020265 -1064,SUCCESS,2,1,9553.54,10338769.23,10348322.77,127,su2random,15285.663999998571 -1065,SUCCESS,2,1,7978.9,10348322.77,10356301.67,127,ae,12766.240000000596 -1066,SUCCESS,2,1,6087.53,10356301.67,10362389.2,127,su2random,9740.047999998927 -1067,SUCCESS,2,1,276.83,10362389.2,10362666.03,127,qft,442.92800000011925 -1068,SUCCESS,2,1,181.88,10362666.03,10362847.91,127,graphstate,291.0080000013113 -1069,SUCCESS,2,1,633.43,10362847.91,10363481.34,127,wstate,1013.4879999995233 -1070,SUCCESS,2,1,5004.98,10363481.34,10368486.32,127,qftentangled,8007.968000000716 -1071,SUCCESS,2,1,2388.6,10368486.32,10370874.92,127,random,3821.759999999404 -1073,SUCCESS,2,1,19642.15,10370874.92,10390517.07,127,su2random,31427.4400000006 -1074,SUCCESS,2,1,33339.7,10390517.07,10423856.77,127,random,53343.51999999881 -1075,SUCCESS,2,1,36938.33,10423856.77,10460795.1,127,qpeexact,59101.328000000125 -1076,SUCCESS,2,1,6229.31,10460795.1,10467024.41,127,ae,9966.896000000836 -1078,SUCCESS,2,1,6543.59,10467024.41,10473568,127,qpeexact,10469.743999999762 -1080,SUCCESS,2,1,87.51,10473568,10473655.51,127,ghz,140.0159999996424 -1081,SUCCESS,2,1,2285.37,10473655.51,10475940.88,127,dj,3656.592000001669 -1082,SUCCESS,2,1,25166.35,10475940.88,10501107.23,127,twolocalrandom,40266.15999999941 -1083,SUCCESS,2,1,110.12,10501107.23,10501217.35,127,graphstate,176.19199999868871 -1084,SUCCESS,2,1,368.39,10501217.35,10501585.74,127,ghz,589.4240000009537 -1085,SUCCESS,2,1,1078.55,10501585.74,10502664.29,127,random,1725.679999998212 -1086,SUCCESS,2,1,23959.22,10502664.29,10526623.51,127,ae,38334.75200000108 -1087,SUCCESS,2,1,484.06,10526623.51,10527107.57,127,qft,774.4960000008346 -1088,SUCCESS,2,1,34337.03,10527107.57,10561444.6,127,qft,54939.24799999893 -1089,SUCCESS,2,1,1186.13,10561444.6,10562630.73,127,wstate,1897.8080000013115 -1090,SUCCESS,2,1,17276.15,10562630.73,10579906.88,127,qnn,27641.840000000597 -1091,SUCCESS,2,1,20182.13,10579906.88,10600089.01,127,realamprandom,32291.407999998333 -1093,SUCCESS,2,1,2396.46,10600089.01,10602485.47,127,qftentangled,3834.336000001431 -1094,SUCCESS,2,1,396.09,10602485.47,10602881.56,127,graphstate,633.7439999997616 -1097,SUCCESS,2,1,14514.1,10602881.56,10617395.66,127,qpeinexact,23222.559999999405 -1098,SUCCESS,2,1,46.35,10617395.66,10617442.01,127,ghz,74.15999999940395 -1099,SUCCESS,2,1,720.33,10617442.01,10618162.34,127,dj,1152.5280000001192 -1100,SUCCESS,2,1,25631.29,10618162.34,10643793.63,127,qpeinexact,41010.06399999857 -1101,SUCCESS,2,1,13171.51,10643793.63,10656965.14,127,qpeinexact,21074.416000002624 -1102,SUCCESS,2,1,5294.57,10656965.14,10662259.71,127,twolocalrandom,8471.312000000476 -1103,SUCCESS,2,1,1280.39,10662259.71,10663540.1,127,graphstate,2048.6239999979734 -1105,SUCCESS,2,1,76.56,10663540.1,10663616.66,127,ghz,122.49600000083447 -1106,SUCCESS,2,1,975.97,10663616.66,10664592.63,127,ghz,1561.5520000010729 -1107,SUCCESS,2,1,791.77,10664592.63,10665384.4,127,realamprandom,1266.8319999992848 -1108,SUCCESS,2,1,1336.79,10665384.4,10666721.19,127,qpeexact,2138.8639999985694 -1109,SUCCESS,2,1,107282.19,10666721.19,10774003.38,127,random,171651.50399999917 -1110,SUCCESS,2,1,1196.54,10774003.38,10775199.92,127,ghz,1914.4640000015497 -1111,SUCCESS,2,1,6915.25,10775199.92,10782115.17,127,qpeexact,11064.400000000001 -1112,SUCCESS,2,1,164.1,10782115.17,10782279.27,127,graphstate,262.55999999940394 -1113,SUCCESS,2,1,25435.03,10782279.27,10807714.3,127,qft,40696.04800000191 -1114,SUCCESS,2,1,10017.84,10807714.3,10817732.14,127,su2random,16028.543999999762 -1115,SUCCESS,2,1,209.38,10817732.14,10817941.52,127,wstate,335.0079999983311 -1116,SUCCESS,2,1,24953.34,10817941.52,10842894.86,127,qftentangled,39925.343999999764 -1117,SUCCESS,2,1,4889.85,10842894.86,10847784.71,127,ae,7823.7599999994045 -1118,SUCCESS,2,1,172.4,10847784.71,10847957.11,127,ghz,275.84000000059604 -1119,SUCCESS,2,1,10709.35,10847957.11,10858666.46,127,qft,17134.959999999406 -1120,SUCCESS,2,1,740.76,10858666.46,10859407.22,127,qftentangled,1185.2160000026226 -1121,SUCCESS,2,1,286.96,10859407.22,10859694.18,127,tsp,459.1359999984503 -1122,SUCCESS,2,1,33669.32,10859694.18,10893363.5,127,su2random,53870.91200000048 -1123,SUCCESS,2,1,3343.02,10893363.5,10896706.52,127,pricingput,5348.8319999992855 -1124,SUCCESS,2,1,766.57,10896706.52,10897473.09,127,wstate,1226.512000000477 -1125,SUCCESS,2,1,107.35,10897473.09,10897580.44,127,qaoa,171.75999999940396 -1126,SUCCESS,2,1,419.3,10897580.44,10897999.74,127,wstate,670.8800000011921 -1128,SUCCESS,2,1,6752.9,10897999.74,10904752.64,127,qpeexact,10804.640000000596 -1129,SUCCESS,2,1,39434.89,10904752.64,10944187.53,127,random,63095.82399999798 -1130,SUCCESS,2,1,35358.82,10944187.53,10979546.35,127,ae,56574.11200000048 -1131,SUCCESS,2,1,2401.81,10979546.35,10981948.16,127,qnn,3842.8960000008346 -1132,SUCCESS,2,1,9776.81,10981948.16,10991724.97,127,qpeinexact,15642.896000000836 -1133,SUCCESS,2,1,4026.03,10991724.97,10995751,127,dj,6441.647999998928 -1134,SUCCESS,2,1,20583.4,10995751,11016334.4,127,qftentangled,32933.4400000006 -1136,SUCCESS,2,1,4470.24,11016334.4,11020804.64,127,twolocalrandom,7152.384000000358 -1138,SUCCESS,2,1,20897.23,11020804.64,11041701.87,127,twolocalrandom,33435.56799999774 -1140,SUCCESS,2,1,21633.39,11041701.87,11063335.26,127,twolocalrandom,34613.42400000095 -1142,SUCCESS,2,1,7228.05,11063335.26,11070563.31,127,qpeinexact,11564.880000001192 -1143,SUCCESS,2,1,15259.92,11070563.31,11085823.23,127,qft,24415.871999999883 -1144,SUCCESS,2,1,426.65,11085823.23,11086249.88,127,qnn,682.6399999976159 -1145,SUCCESS,2,1,435.72,11086249.88,11086685.6,127,dj,697.1520000010729 -1147,SUCCESS,2,1,3797.82,11086685.6,11090483.42,127,ghz,6076.512000000477 -1148,SUCCESS,2,1,5573.43,11090483.42,11096056.85,127,qftentangled,8917.487999999523 -1149,SUCCESS,2,1,25810.52,11096056.85,11121867.37,127,ae,41296.83199999929 -1150,SUCCESS,2,1,5045.32,11121867.37,11126912.69,127,wstate,8072.512000000477 -1151,SUCCESS,2,1,13556.83,11126912.69,11140469.52,127,random,21690.92800000012 -1152,SUCCESS,2,1,42559.35,11140469.52,11183028.87,127,su2random,68094.95999999941 -1154,SUCCESS,2,1,8296.91,11183028.87,11191325.78,127,qpeexact,13275.056000000239 -1156,SUCCESS,2,1,5880.92,11191325.78,11197206.7,127,qnn,9409.471999999882 -1157,SUCCESS,2,1,143.52,11197206.7,11197350.22,127,qaoa,229.632000002265 -1159,SUCCESS,2,1,4367.58,11197350.22,11201717.8,127,realamprandom,6988.12800000012 -1160,SUCCESS,2,1,31280.87,11201717.8,11232998.67,127,qpeinexact,50049.39199999869 -1162,SUCCESS,2,1,102.03,11232998.67,11233100.7,127,graphstate,163.24799999892713 -1163,SUCCESS,2,1,13755,11233100.7,11246855.7,127,ae,22008.0 -1164,SUCCESS,2,1,536.6,11246855.7,11247392.3,127,qnn,858.5600000023842 -1165,SUCCESS,2,1,8003.69,11247392.3,11255395.99,127,qft,12805.903999999166 -1166,SUCCESS,2,1,25406.56,11255395.99,11280802.55,127,su2random,40650.496000000836 -1167,SUCCESS,2,1,41002.59,11280802.55,11321805.14,127,realamprandom,65604.14399999977 -1168,SUCCESS,2,1,2568.75,11321805.14,11324373.89,127,su2random,4110.0 -1169,SUCCESS,2,1,782.12,11324373.89,11325156.01,127,qftentangled,1251.3919999986888 -1171,SUCCESS,2,1,7843.51,11325156.01,11332999.52,127,twolocalrandom,12549.615999999643 -1172,SUCCESS,2,1,109949.03,11332999.52,11442948.55,127,random,175918.44800000192 -1173,SUCCESS,2,1,198.51,11442948.55,11443147.06,127,dj,317.6159999996424 -1174,SUCCESS,2,1,2441.61,11443147.06,11445588.67,127,portfoliovqe,3906.5759999990464 -1175,SUCCESS,2,1,11293.09,11445588.67,11456881.76,127,qpeexact,18068.943999999763 -1176,SUCCESS,2,1,14650,11456881.76,11471531.76,127,qpeinexact,23440.0 -1177,SUCCESS,2,1,8026.84,11471531.76,11479558.6,127,su2random,12842.943999999763 -1179,SUCCESS,2,1,9497.91,11479558.6,11489056.51,127,qnn,15196.65600000024 -1180,SUCCESS,2,1,107058.14,11489056.51,11596114.65,127,random,171293.02400000097 -1181,SUCCESS,2,1,12475.87,11596114.65,11608590.52,127,random,19961.39199999869 -1182,SUCCESS,2,1,2270.71,11608590.52,11610861.23,127,random,3633.1360000014306 -1183,SUCCESS,2,1,6255.64,11610861.23,11617116.87,127,su2random,10009.023999997975 -1185,SUCCESS,2,1,4185.78,11617116.87,11621302.65,127,qft,6697.248000001908 -1186,SUCCESS,2,1,135.38,11621302.65,11621438.03,127,ghz,216.60799999833108 -1187,SUCCESS,2,1,4456.73,11621438.03,11625894.76,127,qnn,7130.768000000716 -1189,SUCCESS,2,1,1394.6,11625894.76,11627289.36,127,su2random,2231.359999999404 -1190,SUCCESS,2,1,17369.3,11627289.36,11644658.66,127,random,27790.880000001194 -1191,SUCCESS,2,1,420.15,11644658.66,11645078.81,127,graphstate,672.2400000005961 -1193,SUCCESS,2,1,1146.31,11645078.81,11646225.12,127,wstate,1834.0959999978543 -1194,SUCCESS,2,1,2580.55,11646225.12,11648805.67,127,qft,4128.8800000011925 -1195,SUCCESS,2,1,3054.09,11648805.67,11651859.76,127,wstate,4886.543999999762 -1196,SUCCESS,2,1,241.31,11651859.76,11652101.07,127,qaoa,386.09600000083447 -1197,SUCCESS,2,1,9645.28,11652101.07,11661746.35,127,qft,15432.447999998927 -1198,SUCCESS,2,1,1030.95,11661746.35,11662777.3,127,twolocalrandom,1649.519999998808 -1200,SUCCESS,2,1,163.04,11662777.3,11662940.34,127,ghz,260.86400000154975 -1201,SUCCESS,2,1,137.9,11662940.34,11663078.24,127,ghz,220.64000000059605 -1202,SUCCESS,2,1,56774.99,11663078.24,11719853.23,127,random,90839.98400000036 -1203,SUCCESS,2,1,27940.72,11719853.23,11747793.95,127,qftentangled,44705.151999998096 -1204,SUCCESS,2,1,44629.24,11747793.95,11792423.19,127,random,71406.78400000036 -1205,SUCCESS,2,1,25.78,11792423.19,11792448.97,127,graphstate,41.24800000190735 -1207,SUCCESS,2,1,6406.97,11792448.97,11798855.94,127,ae,10251.151999998094 -1208,SUCCESS,2,1,65365.12,11798855.94,11864221.06,127,twolocalrandom,104584.19200000167 -1209,SUCCESS,2,1,8658.13,11864221.06,11872879.19,127,qpeinexact,13853.007999998332 -1211,SUCCESS,2,1,1127.64,11872879.19,11874006.83,127,qpeexact,1804.2240000009538 -1213,SUCCESS,2,1,4859.55,11874006.83,11878866.38,127,twolocalrandom,7775.279999998213 -1214,SUCCESS,2,1,11896.68,11878866.38,11890763.06,127,twolocalrandom,19034.688000002505 -1215,SUCCESS,2,1,998.23,11890763.06,11891761.29,127,qftentangled,1597.167999997735 -1216,SUCCESS,2,1,3237.54,11891761.29,11894998.83,127,ae,5180.06400000155 -1217,SUCCESS,2,1,1099.16,11894998.83,11896097.99,127,pricingcall,1758.6560000002385 -1218,SUCCESS,2,1,62.31,11896097.99,11896160.3,127,graphstate,99.69600000083447 -1219,SUCCESS,2,1,8249,11896160.3,11904409.3,127,su2random,13198.400000000001 -1220,SUCCESS,2,1,40245.81,11904409.3,11944655.11,127,grover-v-chain,64393.295999997856 -1221,SUCCESS,2,1,88.25,11944655.11,11944743.36,127,graphstate,141.20000000000002 -1222,SUCCESS,2,1,997.28,11944743.36,11945740.64,127,ghz,1595.6480000019073 -1223,SUCCESS,2,1,9469.84,11945740.64,11955210.48,127,qftentangled,15151.743999999762 -1224,SUCCESS,2,1,384.68,11955210.48,11955595.16,127,qftentangled,615.4879999995233 -1225,SUCCESS,2,1,8841.78,11955595.16,11964436.94,127,qftentangled,14146.847999998929 -1226,SUCCESS,2,1,24559.27,11964436.94,11988996.21,127,qft,39294.83199999929 -1227,SUCCESS,2,1,1381.03,11988996.21,11990377.24,127,realamprandom,2209.6480000019073 -1228,SUCCESS,2,1,39796.47,11990377.24,12030173.71,127,random,63674.35199999809 -1229,SUCCESS,2,1,1596.18,12030173.71,12031769.89,127,qpeexact,2553.8880000025038 -1230,SUCCESS,2,1,7621.98,12031769.89,12039391.87,127,qft,12195.167999997735 -1231,SUCCESS,2,1,414.95,12039391.87,12039806.82,127,qpeexact,663.9200000017881 -1232,SUCCESS,2,1,131.47,12039806.82,12039938.29,127,routing,210.35199999809265 -1233,SUCCESS,2,1,1641.22,12039938.29,12041579.51,127,twolocalrandom,2625.952000001073 -1234,SUCCESS,2,1,2880.96,12041579.51,12044460.47,127,random,4609.536000001431 -1236,SUCCESS,2,1,3888.01,12044460.47,12048348.48,127,realamprandom,6220.815999999642 -1237,SUCCESS,2,1,3146.3,12048348.48,12051494.78,127,ghz,5034.079999998212 -1240,SUCCESS,2,1,1211.04,12051494.78,12052705.82,127,twolocalrandom,1937.6640000015498 -1241,SUCCESS,2,1,105.5,12052705.82,12052811.32,127,ghz,168.8 -1245,SUCCESS,2,1,1075,12052811.32,12053886.32,127,ghz,1720.0 -1246,SUCCESS,2,1,295.21,12053886.32,12054181.53,127,ghz,472.3359999984503 -1247,SUCCESS,2,1,9940.53,12054181.53,12064122.06,127,qft,15904.848000001908 -1248,SUCCESS,2,1,3968.12,12064122.06,12068090.18,127,wstate,6348.991999998689 -1249,SUCCESS,2,1,104.67,12068090.18,12068194.85,127,ghz,167.4719999998808 -1250,SUCCESS,2,1,40638.65,12068194.85,12108833.5,127,twolocalrandom,65021.8400000006 -1251,SUCCESS,2,1,324.01,12108833.5,12109157.51,127,qftentangled,518.4159999996424 -1252,SUCCESS,2,1,8441.38,12109157.51,12117598.89,127,realamprandom,13506.208000001312 -1253,SUCCESS,2,1,100.89,12117598.89,12117699.78,127,wstate,161.42399999797345 -1254,SUCCESS,2,1,707.23,12117699.78,12118407.01,127,dj,1131.5680000007153 -1255,SUCCESS,2,1,80346.45,12118407.01,12198753.46,127,realamprandom,128554.31999999881 -1256,SUCCESS,2,1,507.92,12198753.46,12199261.38,127,graphstate,812.6719999998809 -1258,SUCCESS,2,1,811.73,12199261.38,12200073.11,127,qnn,1298.7680000007153 -1259,SUCCESS,2,1,20278.96,12200073.11,12220352.07,127,qpeinexact,32446.336000001433 -1260,SUCCESS,2,1,4348.4,12220352.07,12224700.47,127,su2random,6957.440000000596 -1261,SUCCESS,2,1,121769.31,12224700.47,12346469.78,127,random,194830.89599999785 -1262,SUCCESS,2,1,15258.61,12346469.78,12361728.39,127,qpeexact,24413.776000002028 -1263,SUCCESS,2,1,178.4,12361728.39,12361906.79,127,graphstate,285.4399999976158 -1264,SUCCESS,2,1,2083.27,12361906.79,12363990.06,127,wstate,3333.232000002265 -1265,SUCCESS,2,1,397.17,12363990.06,12364387.23,127,wstate,635.4719999998808 -1266,SUCCESS,2,1,1810.2,12364387.23,12366197.43,127,dj,2896.3199999988083 -1267,SUCCESS,2,1,12215.96,12366197.43,12378413.39,127,su2random,19545.53600000143 -1269,SUCCESS,2,1,1022.39,12378413.39,12379435.78,127,graphstate,1635.8239999979735 -1271,SUCCESS,2,1,6707.7,12379435.78,12386143.48,127,qftentangled,10732.32000000179 -1273,SUCCESS,2,1,5403.19,12386143.48,12391546.67,127,qnn,8645.103999999166 -1275,SUCCESS,2,1,847.44,12391546.67,12392394.11,127,dj,1355.9039999991655 -1276,SUCCESS,2,1,227.94,12392394.11,12392622.05,127,ghz,364.70399999916555 -1277,SUCCESS,2,1,3032,12392622.05,12395654.05,127,wstate,4851.20000000298 -1279,SUCCESS,2,1,252.54,12395654.05,12395906.59,127,graphstate,404.0639999985695 -1280,SUCCESS,2,1,1833,12395906.59,12397739.59,127,su2random,2932.8 -1281,SUCCESS,2,1,5070.73,12397739.59,12402810.32,127,qpeexact,8113.168000000715 -1282,SUCCESS,2,1,2079.99,12402810.32,12404890.31,127,ghz,3327.984000000358 -1283,SUCCESS,2,1,2819.47,12404890.31,12407709.78,127,random,4511.151999998093 -1284,SUCCESS,2,1,17620.6,12407709.78,12425330.38,127,qpeinexact,28192.960000002386 -1285,SUCCESS,2,1,426.48,12425330.38,12425756.86,127,wstate,682.3679999977351 -1286,SUCCESS,2,1,262.99,12425756.86,12426019.85,127,wstate,420.78400000035765 -1287,SUCCESS,2,1,648.16,12426019.85,12426668.01,127,ghz,1037.0560000002386 -1288,SUCCESS,2,1,2731.28,12426668.01,12429399.29,127,realamprandom,4370.0479999989275 -1289,SUCCESS,2,1,13367.06,12429399.29,12442766.35,127,qft,21387.296000000835 -1290,SUCCESS,2,1,505.45,12442766.35,12443271.8,127,portfolioqaoa,808.7199999988079 -1291,SUCCESS,2,1,47728.85,12443271.8,12491000.65,127,su2random,76366.16000000239 -1292,SUCCESS,2,1,176.71,12491000.65,12491177.36,127,graphstate,282.73599999845027 -1293,SUCCESS,2,1,5280.45,12491177.36,12496457.81,127,qftentangled,8448.72000000179 -1295,SUCCESS,2,1,32628.73,12496457.81,12529086.54,127,twolocalrandom,52205.96799999774 -1296,SUCCESS,2,1,62462.52,12529086.54,12591549.06,127,random,99940.03200000228 -1297,SUCCESS,2,1,985.83,12591549.06,12592534.89,127,qpeexact,1577.3280000001193 -1298,SUCCESS,2,1,911.21,12592534.89,12593446.1,127,qft,1457.9359999984504 -1300,SUCCESS,2,1,1863.78,12593446.1,12595309.88,127,ghz,2982.0480000019074 -1301,SUCCESS,2,1,21916,12595309.88,12617225.88,127,qftentangled,35065.6 -1302,SUCCESS,2,1,3500.65,12617225.88,12620726.53,127,random,5601.039999997616 -1303,SUCCESS,2,1,47994.02,12620726.53,12668720.55,127,random,76790.43200000227 -1304,SUCCESS,2,1,3422.41,12668720.55,12672142.96,127,realamprandom,5475.855999997259 -1305,SUCCESS,2,1,10632.11,12672142.96,12682775.07,127,qftentangled,17011.376000002027 -1306,SUCCESS,2,1,16813.82,12682775.07,12699588.89,127,random,26902.112000000478 -1308,SUCCESS,2,1,155.31,12699588.89,12699744.2,127,graphstate,248.49599999785426 -1309,SUCCESS,2,1,1635.9,12699744.2,12701380.1,127,qftentangled,2617.4400000005962 -1310,SUCCESS,2,1,114272.8,12701380.1,12815652.9,127,random,182836.4800000012 -1311,SUCCESS,2,1,3305.74,12815652.9,12818958.64,127,ghz,5289.184000000358 -1312,SUCCESS,2,1,4351.08,12818958.64,12823309.72,127,qftentangled,6961.728000000119 -1313,SUCCESS,2,1,938.73,12823309.72,12824248.45,127,dj,1501.9679999977352 -1314,SUCCESS,2,1,21093.76,12824248.45,12845342.21,127,ae,33750.01599999965 -1315,SUCCESS,2,1,108.71,12845342.21,12845450.92,127,ghz,173.93600000143053 -1316,SUCCESS,2,1,665.89,12845450.92,12846116.81,127,ghz,1065.4240000009538 -1319,SUCCESS,2,1,20.22,12846116.81,12846137.03,127,ghz,32.35199999809265 -1321,SUCCESS,2,1,1425,12846137.03,12847562.03,127,qft,2280.0 -1322,SUCCESS,2,1,10263.82,12847562.03,12857825.85,127,ae,16422.112000000478 -1323,SUCCESS,2,1,5741.62,12857825.85,12863567.47,127,wstate,9186.592000001669 -1324,SUCCESS,2,1,1472.75,12863567.47,12865040.22,127,dj,2356.4 -1325,SUCCESS,2,1,19683.68,12865040.22,12884723.9,127,qpeinexact,31493.887999999526 -1326,SUCCESS,2,1,88.33,12884723.9,12884812.23,127,dj,141.3280000001192 -1327,SUCCESS,2,1,5529.86,12884812.23,12890342.09,127,ae,8847.775999999047 -1329,SUCCESS,2,1,26482.6,12890342.09,12916824.69,127,ae,42372.15999999941 -1330,SUCCESS,2,1,34643.06,12916824.69,12951467.75,127,qnn,55428.89600000084 -1332,SUCCESS,2,1,31329.3,12951467.75,12982797.05,127,ae,50126.879999998215 -1333,SUCCESS,2,1,624.06,12982797.05,12983421.11,127,wstate,998.4960000008346 -1335,SUCCESS,2,1,28101.12,12983421.11,13011522.23,127,twolocalrandom,44961.792000001675 -1336,SUCCESS,2,1,2188.58,13011522.23,13013710.81,127,ghz,3501.728000000119 -1337,SUCCESS,2,1,17885.24,13013710.81,13031596.05,127,su2random,28616.38399999738 -1338,SUCCESS,2,1,5735.03,13031596.05,13037331.08,127,qpeinexact,9176.048000001907 -1339,SUCCESS,2,1,17600.18,13037331.08,13054931.26,127,ae,28160.287999999524 -1340,SUCCESS,2,1,31935.03,13054931.26,13086866.29,127,random,51096.04799999893 -1341,SUCCESS,2,1,124.71,13086866.29,13086991,127,vqe,199.53600000143052 -1342,SUCCESS,2,1,100.15,13086991,13087091.15,127,ghz,160.24000000059607 -1347,SUCCESS,2,1,3756.96,13087091.15,13090848.11,127,qpeinexact,6011.135999998451 -1349,SUCCESS,2,1,9683.5,13090848.11,13100531.61,127,ae,15493.6 -1351,SUCCESS,2,1,3602.5,13100531.61,13104134.11,127,realamprandom,5764.0 -1353,SUCCESS,2,1,7928.03,13104134.11,13112062.14,127,qpeexact,12684.848000001908 -1355,SUCCESS,2,1,658.76,13112062.14,13112720.9,127,ae,1054.0159999996424 -1356,SUCCESS,2,1,1420.61,13112720.9,13114141.51,127,qwalk-v-chain,2272.9759999990465 -1357,SUCCESS,2,1,31206.03,13114141.51,13145347.54,127,ae,49929.64799999893 -1358,SUCCESS,2,1,38664.26,13145347.54,13184011.8,127,twolocalrandom,61862.81599999964 -1359,SUCCESS,2,1,15388.09,13184011.8,13199399.89,127,twolocalrandom,24620.944000002743 -1360,SUCCESS,2,1,9696.24,13199399.89,13209096.13,127,qftentangled,15513.983999997377 -1361,SUCCESS,2,1,2102.38,13209096.13,13211198.51,127,qpeinexact,3363.8080000013115 -1362,SUCCESS,2,1,132576.17,13211198.51,13343774.68,127,grover-noancilla,212121.8719999999 -1363,SUCCESS,2,1,20350.79,13343774.68,13364125.47,127,random,32561.264000001553 -1364,SUCCESS,2,1,2318.72,13364125.47,13366444.19,127,su2random,3709.951999998093 -1365,SUCCESS,2,1,3702.72,13366444.19,13370146.91,127,realamprandom,5924.352000001073 -1366,SUCCESS,2,1,3227.81,13370146.91,13373374.72,127,qpeinexact,5164.496000000835 -1367,SUCCESS,2,1,5109.05,13373374.72,13378483.77,127,realamprandom,8174.479999998212 -1368,SUCCESS,2,1,16773.25,13378483.77,13395257.02,127,realamprandom,26837.2 -1369,SUCCESS,2,1,9274.33,13395257.02,13404531.35,127,ae,14838.92800000012 -1371,SUCCESS,2,1,4037.5,13404531.35,13408568.85,127,qftentangled,6460.0 -1372,SUCCESS,2,1,27186.14,13408568.85,13435754.99,127,random,43497.824000000954 -1373,SUCCESS,2,1,17935.39,13435754.99,13453690.38,127,qft,28696.624000000957 -1375,SUCCESS,2,1,1812.35,13453690.38,13455502.73,127,wstate,2899.759999999404 -1376,SUCCESS,2,1,563.62,13455502.73,13456066.35,127,realamprandom,901.7919999986888 -1377,SUCCESS,2,1,2755.26,13456066.35,13458821.61,127,qft,4408.415999999643 -1378,SUCCESS,2,1,31212.88,13458821.61,13490034.49,127,random,49940.60800000132 -1379,SUCCESS,2,1,3636.58,13490034.49,13493671.07,127,qpeexact,5818.528000000119 -1381,SUCCESS,2,1,11241.18,13493671.07,13504912.25,127,ae,17985.887999999522 -1382,SUCCESS,2,1,1267.05,13504912.25,13506179.3,127,dj,2027.280000001192 -1384,SUCCESS,2,1,19555.29,13506179.3,13525734.59,127,qpeexact,31288.46399999857 -1385,SUCCESS,2,1,304,13525734.59,13526038.59,127,graphstate,486.40000000000003 -1386,SUCCESS,2,1,45.55,13526038.59,13526084.14,127,qaoa,72.8800000011921 -1387,SUCCESS,2,1,9163.3,13526084.14,13535247.44,127,su2random,14661.279999998213 -1388,SUCCESS,2,1,9803.43,13535247.44,13545050.87,127,qftentangled,15685.487999999525 -1389,SUCCESS,2,1,1395.52,13545050.87,13546446.39,127,twolocalrandom,2232.832000002265 -1390,SUCCESS,2,1,473.39,13546446.39,13546919.78,127,qft,757.4239999979735 -1391,SUCCESS,2,1,10518.4,13546919.78,13557438.18,127,qft,16829.440000000595 -1393,SUCCESS,2,1,810.05,13557438.18,13558248.23,127,qft,1296.0800000011923 -1394,SUCCESS,2,1,23731.21,13558248.23,13581979.44,127,su2random,37969.93599999845 -1397,SUCCESS,2,1,98.42,13581979.44,13582077.86,127,vqe,157.4719999998808 -1398,SUCCESS,2,1,295.57,13582077.86,13582373.43,127,graphstate,472.91200000047684 -1399,SUCCESS,2,1,911.03,13582373.43,13583284.46,127,dj,1457.6479999989272 -1400,SUCCESS,2,1,3560.69,13583284.46,13586845.15,127,qpeinexact,5697.104000002146 -1401,SUCCESS,2,1,7323.68,13586845.15,13594168.83,127,qpeinexact,11717.887999999524 -1403,SUCCESS,2,1,5405.75,13594168.83,13599574.58,127,qftentangled,8649.2 -1404,SUCCESS,2,1,4634.31,13599574.58,13604208.89,127,qft,7414.896000000835 -1405,SUCCESS,2,1,1827.16,13604208.89,13606036.05,127,dj,2923.4560000002384 -1406,SUCCESS,2,1,41.24,13606036.05,13606077.29,127,ghz,65.9839999973774 -1407,SUCCESS,2,1,9969.89,13606077.29,13616047.18,127,su2random,15951.824000000954 -1409,SUCCESS,2,1,46809.5,13616047.18,13662856.68,127,random,74895.2 -1410,SUCCESS,2,1,1859.44,13662856.68,13664716.12,127,qpeinexact,2975.103999999166 -1411,SUCCESS,2,1,20049.56,13664716.12,13684765.68,127,realamprandom,32079.296000000835 -1412,SUCCESS,2,1,798.2,13684765.68,13685563.88,127,qpeexact,1277.1200000017882 -1413,SUCCESS,2,1,12532.5,13685563.88,13698096.38,127,qpeinexact,20052.0 -1414,SUCCESS,2,1,4735.88,13698096.38,13702832.26,127,pricingput,7577.407999998331 -1415,SUCCESS,2,1,12537.16,13702832.26,13715369.42,127,su2random,20059.45600000024 -1416,SUCCESS,2,1,1709.11,13715369.42,13717078.53,127,twolocalrandom,2734.5759999990464 -1417,SUCCESS,2,1,298.8,13717078.53,13717377.33,127,ghz,478.0800000011921 -1418,SUCCESS,2,1,1991.71,13717377.33,13719369.04,127,qpeinexact,3186.7359999984506 -1419,SUCCESS,2,1,884.14,13719369.04,13720253.18,127,pricingput,1414.6240000009539 -1420,SUCCESS,2,1,3385.65,13720253.18,13723638.83,127,qpeexact,5417.040000000597 -1421,SUCCESS,2,1,4023.83,13723638.83,13727662.66,127,qftentangled,6438.12800000012 -1422,SUCCESS,2,1,31974.3,13727662.66,13759636.96,127,random,51158.8800000012 -1423,SUCCESS,2,1,2989.52,13759636.96,13762626.48,127,wstate,4783.231999999285 -1424,SUCCESS,2,1,2566.52,13762626.48,13765193,127,realamprandom,4106.431999999285 -1425,SUCCESS,2,1,301.83,13765193,13765494.83,127,tsp,482.92800000011925 -1426,SUCCESS,2,1,35041.37,13765494.83,13800536.2,127,random,56066.19199999869 -1427,SUCCESS,2,1,55906.2,13800536.2,13856442.4,127,realamprandom,89449.92000000179 -1429,SUCCESS,2,1,2254.09,13856442.4,13858696.49,127,realamprandom,3606.5439999997616 -1430,SUCCESS,2,1,2010.5,13858696.49,13860706.99,127,dj,3216.8 -1431,SUCCESS,2,1,10903.17,13860706.99,13871610.16,127,qpeinexact,17445.07199999988 -1432,SUCCESS,2,1,1380.88,13871610.16,13872991.04,127,ae,2209.407999998331 -1434,SUCCESS,2,1,5293.24,13872991.04,13878284.28,127,qft,8469.184000000358 -1435,SUCCESS,2,1,1724.74,13878284.28,13880009.02,127,ghz,2759.5840000003577 -1437,SUCCESS,2,1,12158.19,13880009.02,13892167.21,127,qpeexact,19453.104000002146 -1438,SUCCESS,2,1,547.86,13892167.21,13892715.07,127,wstate,876.5759999990464 -1440,SUCCESS,2,1,9936.65,13892715.07,13902651.72,127,ae,15898.640000000596 -1441,SUCCESS,2,1,8087.72,13902651.72,13910739.44,127,ae,12940.351999998093 -1445,SUCCESS,2,1,12706.37,13910739.44,13923445.81,127,qpeinexact,20330.19200000167 -1446,SUCCESS,2,1,725.25,13923445.81,13924171.06,127,ghz,1160.4 -1447,SUCCESS,2,1,11087.89,13924171.06,13935258.95,127,twolocalrandom,17740.623999997973 -1449,SUCCESS,2,1,542.26,13935258.95,13935801.21,127,dj,867.6160000026226 -1451,SUCCESS,2,1,169.61,13935801.21,13935970.82,127,ghz,271.3759999990463 -1452,SUCCESS,2,1,3121.57,13935970.82,13939092.39,127,qpeexact,4994.512000000477 -1453,SUCCESS,2,1,910.76,13939092.39,13940003.15,127,groundstate,1457.2159999996425 -1454,SUCCESS,2,1,24185.47,13940003.15,13964188.62,127,qpeinexact,38696.751999998094 -1455,SUCCESS,2,1,1664.92,13964188.62,13965853.54,127,qft,2663.871999999881 -1457,SUCCESS,2,1,4129.37,13965853.54,13969982.91,127,su2random,6606.992000001669 -1458,SUCCESS,2,1,2169.05,13969982.91,13972151.96,127,qnn,3470.4800000011924 -1459,SUCCESS,2,1,51.77,13972151.96,13972203.73,127,ghz,82.83199999928475 -1461,SUCCESS,2,1,1030.25,13972203.73,13973233.98,127,realamprandom,1648.4 -1463,SUCCESS,2,1,39711.18,13973233.98,14012945.16,127,qnn,63537.887999999526 -1465,SUCCESS,2,1,1284.37,14012945.16,14014229.53,127,ghz,2054.9919999986887 -1466,SUCCESS,2,1,5607.22,14014229.53,14019836.75,127,ae,8971.552000001073 -1467,SUCCESS,2,1,18765.29,14019836.75,14038602.04,127,realamprandom,30024.46399999857 -1468,SUCCESS,2,1,270.08,14038602.04,14038872.12,127,dj,432.12800000011924 -1473,SUCCESS,2,1,54618.72,14038872.12,14093490.84,127,twolocalrandom,87389.95200000108 -1474,SUCCESS,2,1,1193.18,14093490.84,14094684.02,127,dj,1909.0879999995232 -1475,SUCCESS,2,1,3912.85,14094684.02,14098596.87,127,qnn,6260.559999999405 -1476,SUCCESS,2,1,1054.96,14098596.87,14099651.83,127,dj,1687.9360000014306 -1477,SUCCESS,2,1,4382.56,14099651.83,14104034.39,127,qftentangled,7012.0960000008345 -1478,SUCCESS,2,1,6559.78,14104034.39,14110594.17,127,realamprandom,10495.647999998928 -1479,SUCCESS,2,1,48906.16,14110594.17,14159500.33,127,random,78249.85600000025 -1480,SUCCESS,2,1,311.5,14159500.33,14159811.83,127,wstate,498.40000000000003 -1481,SUCCESS,2,1,148.99,14159811.83,14159960.82,127,qaoa,238.38400000035764 -1482,SUCCESS,2,1,24851.92,14159960.82,14184812.74,127,qftentangled,39763.071999999884 -1484,SUCCESS,2,1,133.05,14184812.74,14184945.79,127,wstate,212.87999999821187 -1486,SUCCESS,2,1,2005.38,14184945.79,14186951.17,127,dj,3208.6080000013117 -1487,SUCCESS,2,1,2091.06,14186951.17,14189042.23,127,dj,3345.696000000835 -1488,SUCCESS,2,1,761.33,14189042.23,14189803.56,127,graphstate,1218.1280000001193 -1489,SUCCESS,2,1,15618.78,14189803.56,14205422.34,127,qpeinexact,24990.04799999893 -1490,SUCCESS,2,1,197.45,14205422.34,14205619.79,127,ghz,315.91999999880795 -1491,SUCCESS,2,1,47.64,14205619.79,14205667.43,127,ghz,76.22400000095368 -1492,SUCCESS,2,1,22288.12,14205667.43,14227955.55,127,qftentangled,35660.99200000167 -1493,SUCCESS,2,1,2109.36,14227955.55,14230064.91,127,qftentangled,3374.9759999990465 -1494,SUCCESS,2,1,224.29,14230064.91,14230289.2,127,graphstate,358.8639999985695 -1496,SUCCESS,2,1,129.87,14230289.2,14230419.07,127,graphstate,207.79200000166895 -1498,SUCCESS,2,1,2305.79,14230419.07,14232724.86,127,ae,3689.2639999985695 -1499,SUCCESS,2,1,247.58,14232724.86,14232972.44,127,wstate,396.12800000011924 -1500,SUCCESS,2,1,2310.29,14232972.44,14235282.73,127,twolocalrandom,3696.4640000015497 -1501,SUCCESS,2,1,8821.7,14235282.73,14244104.43,127,ae,14114.719999998808 -1502,SUCCESS,2,1,87971.71,14244104.43,14332076.14,127,random,140754.73600000143 -1504,SUCCESS,2,1,3842.19,14332076.14,14335918.33,127,twolocalrandom,6147.503999999166 -1505,SUCCESS,2,1,966.08,14335918.33,14336884.41,127,qftentangled,1545.7280000001192 -1506,SUCCESS,2,1,15953.13,14336884.41,14352837.54,127,qft,25525.00799999833 -1508,SUCCESS,2,1,2053.16,14352837.54,14354890.7,127,dj,3285.056000000239 -1509,SUCCESS,2,1,7843.94,14354890.7,14362734.64,127,qftentangled,12550.304000002146 -1512,SUCCESS,2,1,5515.51,14362734.64,14368250.15,127,twolocalrandom,8824.815999999642 -1514,SUCCESS,2,1,344.92,14368250.15,14368595.07,127,graphstate,551.8719999998808 -1515,SUCCESS,2,1,23637.21,14368595.07,14392232.28,127,su2random,37819.53599999845 -1516,SUCCESS,2,1,1492.61,14392232.28,14393724.89,127,qftentangled,2388.1760000020267 -1518,SUCCESS,2,1,1323.52,14393724.89,14395048.41,127,qftentangled,2117.6319999992847 -1520,SUCCESS,2,1,16444.57,14395048.41,14411492.98,127,realamprandom,26311.31200000048 -1521,SUCCESS,2,1,82.2,14411492.98,14411575.18,127,vqe,131.51999999880792 -1523,SUCCESS,2,1,20996.3,14411575.18,14432571.48,127,qpeexact,33594.080000001195 -1525,SUCCESS,2,1,1780.29,14432571.48,14434351.77,127,qpeinexact,2848.4639999985698 -1526,SUCCESS,2,1,21483.33,14434351.77,14455835.1,127,realamprandom,34373.32800000012 -1527,SUCCESS,2,1,25432.32,14455835.1,14481267.42,127,su2random,40691.71200000048 -1528,SUCCESS,2,1,19178.3,14481267.42,14500445.72,127,qnn,30685.280000001192 -1529,SUCCESS,2,1,199.76,14500445.72,14500645.48,127,dj,319.6159999996424 -1530,SUCCESS,2,1,1429.32,14500645.48,14502074.8,127,dj,2286.912000000477 -1531,SUCCESS,2,1,525.76,14502074.8,14502600.56,127,qft,841.2159999996425 -1532,SUCCESS,2,1,364.5,14502600.56,14502965.06,127,graphstate,583.2 -1533,SUCCESS,2,1,191.09,14502965.06,14503156.15,127,wstate,305.74399999976157 -1535,SUCCESS,2,1,415.68,14503156.15,14503571.83,127,wstate,665.0879999995232 -1539,SUCCESS,2,1,16315.35,14503571.83,14519887.18,127,qft,26104.559999999405 -1541,SUCCESS,2,1,11602.21,14519887.18,14531489.39,127,qpeexact,18563.53600000143 -1544,SUCCESS,2,1,3391.72,14531489.39,14534881.11,127,wstate,5426.751999998093 -1545,SUCCESS,2,1,9583.7,14534881.11,14544464.81,127,twolocalrandom,15333.920000001788 -1546,SUCCESS,2,1,32449.18,14544464.81,14576913.99,127,su2random,51918.68799999953 -1548,SUCCESS,2,1,1500.61,14576913.99,14578414.6,127,dj,2400.9759999990465 -1549,SUCCESS,2,1,1028.04,14578414.6,14579442.64,127,dj,1644.8640000015498 -1550,SUCCESS,2,1,1134.59,14579442.64,14580577.23,127,ae,1815.3439999997618 -1551,SUCCESS,2,1,13629.53,14580577.23,14594206.76,127,twolocalrandom,21807.24799999893 -1552,SUCCESS,2,1,14313.31,14594206.76,14608520.07,127,su2random,22901.296000000835 -1553,SUCCESS,2,1,84668.12,14608520.07,14693188.19,127,random,135468.9919999987 -1554,SUCCESS,2,1,730.11,14693188.19,14693918.3,127,wstate,1168.1759999990463 -1556,SUCCESS,2,1,1227.73,14693918.3,14695146.03,127,qftentangled,1964.3680000007153 -1557,SUCCESS,2,1,9627.77,14695146.03,14704773.8,127,qft,15404.432000002265 -1558,SUCCESS,2,1,20668.13,14704773.8,14725441.93,127,su2random,33069.007999998335 -1559,SUCCESS,2,1,1721.92,14725441.93,14727163.85,127,qpeinexact,2755.071999999881 -1560,SUCCESS,2,1,2759.29,14727163.85,14729923.14,127,qnn,4414.86400000155 -1561,SUCCESS,2,1,10443.81,14729923.14,14740366.95,127,qpeinexact,16710.095999997855 -1562,SUCCESS,2,1,914.91,14740366.95,14741281.86,127,graphstate,1463.8560000002385 -1563,SUCCESS,2,1,20733.34,14741281.86,14762015.2,127,qwalk-noancilla,33173.343999999764 -1564,SUCCESS,2,1,12071.47,14762015.2,14774086.67,127,qft,19314.352000001072 -1566,SUCCESS,2,1,11729.37,14774086.67,14785816.04,127,su2random,18766.99199999869 -1567,SUCCESS,2,1,501.9,14785816.04,14786317.94,127,wstate,803.0400000005961 -1568,SUCCESS,2,1,14081.35,14786317.94,14800399.29,127,qpeinexact,22530.159999999407 -1569,SUCCESS,2,1,31021.18,14800399.29,14831420.47,127,twolocalrandom,49633.88800000251 -1570,SUCCESS,2,1,1167.47,14831420.47,14832587.94,127,qftentangled,1867.9519999980928 -1571,SUCCESS,2,1,8160.91,14832587.94,14840748.85,127,qnn,13057.456000000238 -1572,SUCCESS,2,1,5188.97,14840748.85,14845937.82,127,realamprandom,8302.352000001074 -1573,SUCCESS,2,1,1426.64,14845937.82,14847364.46,127,ghz,2282.624000000954 -1574,SUCCESS,2,1,1313.58,14847364.46,14848678.04,127,dj,2101.7279999971392 -1575,SUCCESS,2,1,213.86,14848678.04,14848891.9,127,wstate,342.17600000202657 -1576,SUCCESS,2,1,1307.77,14848891.9,14850199.67,127,dj,2092.431999999285 -1577,SUCCESS,2,1,3451.57,14850199.67,14853651.24,127,qpeinexact,5522.512000000477 -1578,SUCCESS,2,1,1422.67,14853651.24,14855073.91,127,random,2276.271999999881 -1579,SUCCESS,2,1,790.1,14855073.91,14855864.01,127,dj,1264.1599999994041 -1581,SUCCESS,2,1,327.44,14855864.01,14856191.45,127,graphstate,523.9039999991655 -1582,SUCCESS,2,1,1161.93,14856191.45,14857353.38,127,pricingcall,1859.0880000025036 -1584,SUCCESS,2,1,1546.98,14857353.38,14858900.36,127,wstate,2475.167999997735 -1585,SUCCESS,2,1,203.68,14858900.36,14859104.04,127,graphstate,325.8879999995232 -1586,SUCCESS,2,1,1758.77,14859104.04,14860862.81,127,qnn,2814.0320000022652 -1587,SUCCESS,2,1,1970.99,14860862.81,14862833.8,127,qnn,3153.5839999973778 -1588,SUCCESS,2,1,1902.02,14862833.8,14864735.82,127,portfolioqaoa,3043.232000002265 -1589,SUCCESS,2,1,725.79,14864735.82,14865461.61,127,qpeinexact,1161.2639999985695 -1590,SUCCESS,2,1,7094.12,14865461.61,14872555.73,127,qpeinexact,11350.59200000167 -1592,SUCCESS,2,1,246.53,14872555.73,14872802.26,127,wstate,394.4479999989271 -1593,SUCCESS,2,1,1329.45,14872802.26,14874131.71,127,qpeinexact,2127.119999998808 -1594,SUCCESS,2,1,2011.23,14874131.71,14876142.94,127,qftentangled,3217.9680000007156 -1595,SUCCESS,2,1,11356.97,14876142.94,14887499.91,127,qpeinexact,18171.152000001075 -1596,SUCCESS,2,1,287.06,14887499.91,14887786.97,127,wstate,459.2960000008345 -1598,SUCCESS,2,1,36608.19,14887786.97,14924395.16,127,realamprandom,58573.10399999917 -1599,SUCCESS,2,1,31768.66,14924395.16,14956163.82,127,qpeexact,50829.85600000024 -1600,SUCCESS,2,1,1115.16,14956163.82,14957278.98,127,qpeexact,1784.2560000002386 -1601,SUCCESS,2,1,39338.4,14957278.98,14996617.38,127,su2random,62941.439999997616 -1602,SUCCESS,2,1,2413.31,14996617.38,14999030.69,127,qftentangled,3861.2960000008347 -1603,SUCCESS,2,1,11111.79,14999030.69,15010142.48,127,random,17778.86400000155 -1604,SUCCESS,2,1,254.48,15010142.48,15010396.96,127,ghz,407.167999997735 -1605,SUCCESS,2,1,24268.6,15010396.96,15034665.56,127,qpeexact,38829.76000000239 -1608,SUCCESS,2,1,51969.37,15034665.56,15086634.93,127,qpeexact,83150.99199999869 -1609,SUCCESS,2,1,319.2,15086634.93,15086954.13,127,wstate,510.72000000178815 -1611,SUCCESS,2,1,1144.49,15086954.13,15088098.62,127,wstate,1831.1839999973774 -1612,SUCCESS,2,1,31779.49,15088098.62,15119878.11,127,su2random,50847.18400000036 -1613,SUCCESS,2,1,43474.83,15119878.11,15163352.94,127,realamprandom,69559.72800000012 -1614,SUCCESS,2,1,15661.12,15163352.94,15179014.06,127,su2random,25057.79200000167 -1616,SUCCESS,2,1,2357.78,15179014.06,15181371.84,127,dj,3772.447999998927 -1618,SUCCESS,2,1,3954.56,15181371.84,15185326.4,127,qpeexact,6327.296000000835 -1619,SUCCESS,2,1,6559.49,15185326.4,15191885.89,127,su2random,10495.184000000358 -1620,SUCCESS,2,1,792.61,15191885.89,15192678.5,127,qft,1268.1759999990463 -1621,SUCCESS,2,1,175.13,15192678.5,15192853.63,127,graphstate,280.2079999983311 -1622,SUCCESS,2,1,203.3,15192853.63,15193056.93,127,dj,325.2800000011921 -1623,SUCCESS,2,1,226.96,15193056.93,15193283.89,127,graphstate,363.13600000143055 -1624,SUCCESS,2,1,16216.39,15193283.89,15209500.28,127,realamprandom,25946.223999997976 -1625,SUCCESS,2,1,6233.77,15209500.28,15215734.05,127,qpeinexact,9974.032000002266 -1626,SUCCESS,2,1,452.89,15215734.05,15216186.94,127,dj,724.6239999979734 -1628,SUCCESS,2,1,1439.75,15216186.94,15217626.69,127,qftentangled,2303.6 -1629,SUCCESS,2,1,3453.42,15217626.69,15221080.11,127,qft,5525.4719999998815 -1630,SUCCESS,2,1,83.42,15221080.11,15221163.53,127,ghz,133.4719999998808 -1631,SUCCESS,2,1,5503.74,15221163.53,15226667.27,127,wstate,8805.984000000359 -1633,SUCCESS,2,1,574.08,15226667.27,15227241.35,127,graphstate,918.5280000001193 -1634,SUCCESS,2,1,122979.32,15227241.35,15350220.67,127,random,196766.91200000048 -1635,SUCCESS,2,1,1396.36,15350220.67,15351617.03,127,realamprandom,2234.1759999990463 -1638,SUCCESS,2,1,89.33,15351617.03,15351706.36,127,graphstate,142.92800000011923 -1639,SUCCESS,2,1,987.36,15351706.36,15352693.72,127,qpeexact,1579.7760000020266 -1640,SUCCESS,2,1,1365.88,15352693.72,15354059.6,127,qnn,2185.407999998331 -1643,SUCCESS,2,1,29785.18,15354059.6,15383844.78,127,su2random,47656.28799999953 -1644,SUCCESS,2,1,4933.31,15383844.78,15388778.09,127,qftentangled,7893.296000000835 -1645,SUCCESS,2,1,10897.71,15388778.09,15399675.8,127,random,17436.336000001433 -1646,SUCCESS,2,1,576.8,15399675.8,15400252.6,127,graphstate,922.8799999982119 -1648,SUCCESS,2,1,4491.46,15400252.6,15404744.06,127,wstate,7186.336000001431 -1649,SUCCESS,2,1,263.89,15404744.06,15405007.95,127,graphstate,422.22399999797346 -1651,SUCCESS,2,1,387.56,15405007.95,15405395.51,127,random,620.0960000008345 -1652,SUCCESS,2,1,6854.4,15405395.51,15412249.91,127,random,10967.040000000598 -1653,SUCCESS,2,1,97.06,15412249.91,15412346.97,127,dj,155.29600000083448 -1654,SUCCESS,2,1,22233.06,15412346.97,15434580.03,127,qpeexact,35572.895999997854 -1656,SUCCESS,2,1,660.36,15434580.03,15435240.39,127,ghz,1056.5760000020266 -1661,SUCCESS,2,1,67.73,15435240.39,15435308.12,127,ghz,108.36799999773503 -1665,SUCCESS,2,1,9150.94,15435308.12,15444459.06,127,realamprandom,14641.504000002147 -1666,SUCCESS,2,1,20254.92,15444459.06,15464713.98,127,ae,32407.871999999883 -1667,SUCCESS,2,1,2584.1,15464713.98,15467298.08,127,dj,4134.559999999404 -1668,SUCCESS,2,1,15227.32,15467298.08,15482525.4,127,grover-noancilla,24363.71200000048 -1669,SUCCESS,2,1,21157.5,15482525.4,15503682.9,127,ae,33852.0 -1670,SUCCESS,2,1,188.36,15503682.9,15503871.26,127,ghz,301.3759999990463 -1671,SUCCESS,2,1,1181.05,15503871.26,15505052.31,127,portfoliovqe,1889.6800000011922 -1672,SUCCESS,2,1,261.46,15505052.31,15505313.77,127,pricingput,418.3359999984503 -1673,SUCCESS,2,1,4841.88,15505313.77,15510155.65,127,su2random,7747.008000001311 -1675,SUCCESS,2,1,1596.65,15510155.65,15511752.3,127,qnn,2554.639999997616 -1676,SUCCESS,2,1,866.23,15511752.3,15512618.53,127,ae,1385.9680000007154 -1677,SUCCESS,2,1,10112.75,15512618.53,15522731.28,127,realamprandom,16180.400000000001 -1679,SUCCESS,2,1,1507.49,15522731.28,15524238.77,127,dj,2411.984000000358 -1680,SUCCESS,2,1,442.07,15524238.77,15524680.84,127,wstate,707.3120000004769 -1681,SUCCESS,2,1,24892.31,15524680.84,15549573.15,127,ae,39827.69600000084 -1683,SUCCESS,2,1,22150.06,15549573.15,15571723.21,127,qnn,35440.096000000834 -1684,SUCCESS,2,1,6976.28,15571723.21,15578699.49,127,qpeinexact,11162.047999998927 -1685,SUCCESS,2,1,1579.52,15578699.49,15580279.01,127,graphstate,2527.231999999285 -1686,SUCCESS,2,1,1513.05,15580279.01,15581792.06,127,twolocalrandom,2420.880000001192 -1687,SUCCESS,2,1,3451.5,15581792.06,15585243.56,127,su2random,5522.400000000001 -1688,SUCCESS,2,1,2877.94,15585243.56,15588121.5,127,dj,4604.703999999166 -1689,SUCCESS,2,1,23921.1,15588121.5,15612042.6,127,realamprandom,38273.759999999405 -1690,SUCCESS,2,1,2875.8,15612042.6,15614918.4,127,twolocalrandom,4601.280000001192 -1691,SUCCESS,2,1,2745.89,15614918.4,15617664.29,127,qpeexact,4393.423999997974 -1693,SUCCESS,2,1,27919.28,15617664.29,15645583.57,127,qpeexact,44670.84800000191 -1694,SUCCESS,2,1,10832.92,15645583.57,15656416.49,127,qnn,17332.671999999882 -1695,SUCCESS,2,1,842.4,15656416.49,15657258.89,127,dj,1347.840000000596 -1696,SUCCESS,2,1,333.43,15657258.89,15657592.32,127,su2random,533.4879999995231 -1697,SUCCESS,2,1,4356.99,15657592.32,15661949.31,127,qpeinexact,6971.184000000358 -1698,SUCCESS,2,1,1263.04,15661949.31,15663212.35,127,twolocalrandom,2020.8639999985696 -1699,SUCCESS,2,1,13554.48,15663212.35,15676766.83,127,twolocalrandom,21687.168000000718 -1700,SUCCESS,2,1,366.04,15676766.83,15677132.87,127,dj,585.6639999985695 -1702,SUCCESS,2,1,539.53,15677132.87,15677672.4,127,ghz,863.2480000019074 -1704,SUCCESS,2,1,17485.66,15677672.4,15695158.06,127,ae,27977.05600000024 -1705,SUCCESS,2,1,1973.74,15695158.06,15697131.8,127,dj,3157.984000000358 -1706,SUCCESS,2,1,3802.39,15697131.8,15700934.19,127,qpeexact,6083.823999997974 -1707,SUCCESS,2,1,4769.3,15700934.19,15705703.49,127,qftentangled,7630.8800000011925 -1708,SUCCESS,2,1,2715.8,15705703.49,15708419.29,127,ae,4345.279999998212 -1709,SUCCESS,2,1,996.94,15708419.29,15709416.23,127,realamprandom,1595.1040000021458 -1710,SUCCESS,2,1,130.04,15709416.23,15709546.27,127,dj,208.0639999985695 -1711,SUCCESS,2,1,11620.93,15709546.27,15721167.2,127,qnn,18593.487999999525 -1712,SUCCESS,2,1,2042.21,15721167.2,15723209.41,127,qwalk-v-chain,3267.5360000014307 -1713,SUCCESS,2,1,33.5,15723209.41,15723242.91,127,vqe,53.6 -1714,SUCCESS,2,1,22036.27,15723242.91,15745279.18,127,qpeexact,35258.031999999286 -1715,SUCCESS,2,1,757.28,15745279.18,15746036.46,127,random,1211.6479999989272 -1716,SUCCESS,2,1,20457.97,15746036.46,15766494.43,127,su2random,32732.752000001074 -1717,SUCCESS,2,1,12380.72,15766494.43,15778875.15,127,qpeexact,19809.152000001075 -1718,SUCCESS,2,1,38879.13,15778875.15,15817754.28,127,random,62206.607999998334 -1719,SUCCESS,2,1,862.59,15817754.28,15818616.87,127,dj,1380.1439999997617 -1720,SUCCESS,2,1,20632.79,15818616.87,15839249.66,127,qpeexact,33012.46400000155 -1721,SUCCESS,2,1,6282.27,15839249.66,15845531.93,127,random,10051.631999999285 -1722,SUCCESS,2,1,14308.02,15845531.93,15859839.95,127,su2random,22892.831999999285 -1724,SUCCESS,2,1,8958.39,15859839.95,15868798.34,127,qftentangled,14333.424000000954 -1725,SUCCESS,2,1,8898.79,15868798.34,15877697.13,127,qft,14238.06399999857 -1727,SUCCESS,2,1,34583.36,15877697.13,15912280.49,127,qpeinexact,55333.37600000203 -1728,SUCCESS,2,1,3531.96,15912280.49,15915812.45,127,qpeexact,5651.135999998451 -1729,SUCCESS,2,1,4504.66,15915812.45,15920317.11,127,ghz,7207.456000000238 -1730,SUCCESS,2,1,3399.4,15920317.11,15923716.51,127,qpeinexact,5439.040000000597 -1733,SUCCESS,2,1,517.98,15923716.51,15924234.49,127,graphstate,828.7680000007153 -1734,SUCCESS,2,1,31683.62,15924234.49,15955918.11,127,pricingcall,50693.79199999869 -1735,SUCCESS,2,1,20201.7,15955918.11,15976119.81,127,qpeexact,32322.72000000179 -1736,SUCCESS,2,1,5294.53,15976119.81,15981414.34,127,wstate,8471.247999998928 -1738,SUCCESS,2,1,15583.67,15981414.34,15996998.01,127,qftentangled,24933.871999999883 -1739,SUCCESS,2,1,634.52,15996998.01,15997632.53,127,twolocalrandom,1015.2319999992848 -1740,SUCCESS,2,1,1862.36,15997632.53,15999494.89,127,twolocalrandom,2979.7760000020266 -1741,SUCCESS,2,1,7084.01,15999494.89,16006578.9,127,twolocalrandom,11334.415999999643 -1742,SUCCESS,2,1,7759.4,16006578.9,16014338.3,127,su2random,12415.039999997616 -1743,SUCCESS,2,1,2061.2,16014338.3,16016399.5,127,twolocalrandom,3297.920000001788 -1744,SUCCESS,2,1,540.3,16016399.5,16016939.8,127,graphstate,864.479999998212 -1745,SUCCESS,2,1,2162.35,16016939.8,16019102.15,127,qftentangled,3459.7600000023845 -1746,SUCCESS,2,1,6230.38,16019102.15,16025332.53,127,qnn,9968.607999998332 -1747,SUCCESS,2,1,2862.48,16025332.53,16028195.01,127,qnn,4579.968000000716 -1748,SUCCESS,2,1,2542.45,16028195.01,16030737.46,127,ghz,4067.920000001788 -1749,SUCCESS,2,1,283.64,16030737.46,16031021.1,127,dj,453.8239999979735 -1750,SUCCESS,2,1,8893.24,16031021.1,16039914.34,127,qpeexact,14229.184000000358 -1751,SUCCESS,2,1,2339.22,16039914.34,16042253.56,127,dj,3742.752000001073 -1752,SUCCESS,2,1,3955.97,16042253.56,16046209.53,127,qftentangled,6329.551999998093 -1753,SUCCESS,2,1,3889.79,16046209.53,16050099.32,127,qpeinexact,6223.66400000155 -1754,SUCCESS,2,1,148.34,16050099.32,16050247.66,127,graphstate,237.3439999997616 -1755,SUCCESS,2,1,2398.96,16050247.66,16052646.62,127,twolocalrandom,3838.3359999984505 -1756,SUCCESS,2,1,12060.66,16052646.62,16064707.28,127,qft,19297.05600000024 -1758,SUCCESS,2,1,483.79,16064707.28,16065191.07,127,portfoliovqe,774.0640000015497 -1759,SUCCESS,2,1,2337.26,16065191.07,16067528.33,127,dj,3739.6159999996426 -1760,SUCCESS,2,1,300.16,16067528.33,16067828.49,127,twolocalrandom,480.25600000023843 -1761,SUCCESS,2,1,27553.28,16067828.49,16095381.77,127,qftentangled,44085.24799999893 -1762,SUCCESS,2,1,4753.4,16095381.77,16100135.17,127,twolocalrandom,7605.440000000596 -1763,SUCCESS,2,1,3337.05,16100135.17,16103472.22,127,realamprandom,5339.280000001192 -1764,SUCCESS,2,1,410.27,16103472.22,16103882.49,127,dj,656.4319999992848 -1765,SUCCESS,2,1,5884.16,16103882.49,16109766.65,127,ae,9414.65600000024 -1766,SUCCESS,2,1,142.11,16109766.65,16109908.76,127,graphstate,227.37599999904634 -1767,SUCCESS,2,1,31.51,16109908.76,16109940.27,127,graphstate,50.41599999964237 -1768,SUCCESS,2,1,228.35,16109940.27,16110168.62,127,groundstate,365.35999999940395 -1770,SUCCESS,2,1,999.88,16110168.62,16111168.5,127,dj,1599.8080000013115 -1771,SUCCESS,2,1,399.63,16111168.5,16111568.13,127,graphstate,639.4079999983311 -1773,SUCCESS,2,1,53.44,16111568.13,16111621.57,127,ghz,85.50400000214577 -1774,SUCCESS,2,1,217.4,16111621.57,16111838.97,127,graphstate,347.8400000005961 -1775,SUCCESS,2,1,359.64,16111838.97,16112198.61,127,graphstate,575.4239999979735 -1777,SUCCESS,2,1,7605.92,16112198.61,16119804.53,127,qft,12169.471999999882 -1779,SUCCESS,2,1,1786.26,16119804.53,16121590.79,127,qpeinexact,2858.0159999996426 -1780,SUCCESS,2,1,2062.02,16121590.79,16123652.81,127,ghz,3299.232000002265 -1781,SUCCESS,2,1,8007.63,16123652.81,16131660.44,127,qftentangled,12812.207999998333 -1782,SUCCESS,2,1,15250.32,16131660.44,16146910.76,127,qftentangled,24400.51200000048 -1783,SUCCESS,2,1,10835.45,16146910.76,16157746.21,127,qftentangled,17336.719999998808 -1785,SUCCESS,2,1,6740.25,16157746.21,16164486.46,127,qft,10784.400000000001 -1786,SUCCESS,2,1,4480.55,16164486.46,16168967.01,127,qft,7168.8800000011925 -1787,SUCCESS,2,1,1312.01,16168967.01,16170279.02,127,su2random,2099.2159999996425 -1788,SUCCESS,2,1,2286.87,16170279.02,16172565.89,127,qpeexact,3658.992000001669 -1789,SUCCESS,2,1,80.32,16172565.89,16172646.21,127,graphstate,128.51199999749662 -1790,SUCCESS,2,1,257.01,16172646.21,16172903.22,127,dj,411.21600000262265 -1791,SUCCESS,2,1,1886.24,16172903.22,16174789.46,127,dj,3017.9839999973774 -1793,SUCCESS,2,1,1688.84,16174789.46,16176478.3,127,qftentangled,2702.144000002742 -1794,SUCCESS,2,1,29349.94,16176478.3,16205828.24,127,random,46959.903999999166 -1795,SUCCESS,2,1,25992.29,16205828.24,16231820.53,127,qnn,41587.66399999857 -1796,SUCCESS,2,1,1290.64,16231820.53,16233111.17,127,ae,2065.024000000954 -1797,SUCCESS,2,1,4303.38,16233111.17,16237414.55,127,qpeinexact,6885.407999998331 -1798,SUCCESS,2,1,4477.32,16237414.55,16241891.87,127,ae,7163.712000000477 -1799,SUCCESS,2,1,22.46,16241891.87,16241914.33,127,ghz,35.936000001430514 -1800,SUCCESS,2,1,61032.8,16241914.33,16302947.13,127,grover-v-chain,97652.4800000012 -1802,SUCCESS,2,1,1677.88,16302947.13,16304625.01,127,ghz,2684.6079999983313 -1803,SUCCESS,2,1,50338.04,16304625.01,16354963.05,127,qnn,80540.86399999858 -1804,SUCCESS,2,1,50962.95,16354963.05,16405926,127,realamprandom,81540.72000000179 -1805,SUCCESS,2,1,3745.48,16405926,16409671.48,127,qnn,5992.768000000716 -1806,SUCCESS,2,1,2995.35,16409671.48,16412666.83,127,ae,4792.559999999404 -1807,SUCCESS,2,1,1112.44,16412666.83,16413779.27,127,wstate,1779.9039999991655 -1808,SUCCESS,2,1,7903.05,16413779.27,16421682.32,127,qnn,12644.880000001192 -1809,SUCCESS,2,1,900.83,16421682.32,16422583.15,127,wstate,1441.3280000001193 -1810,SUCCESS,2,1,543.41,16422583.15,16423126.56,127,dj,869.4560000002384 -1811,SUCCESS,2,1,22205.5,16423126.56,16445332.06,127,qnn,35528.8 -1814,SUCCESS,2,1,40084.76,16445332.06,16485416.82,127,random,64135.615999999645 -1816,SUCCESS,2,1,805.84,16485416.82,16486222.66,127,twolocalrandom,1289.3439999997618 -1818,SUCCESS,2,1,271.46,16486222.66,16486494.12,127,ghz,434.3359999984503 -1819,SUCCESS,2,1,959.92,16486494.12,16487454.04,127,qft,1535.871999999881 -1820,SUCCESS,2,1,4067.52,16487454.04,16491521.56,127,qftentangled,6508.032000002266 -1822,SUCCESS,2,1,34082.71,16491521.56,16525604.27,127,grover-v-chain,54532.33599999845 -1823,SUCCESS,2,1,755.18,16525604.27,16526359.45,127,dj,1208.2879999995232 -1825,SUCCESS,2,1,1543.65,16526359.45,16527903.1,127,graphstate,2469.8400000005963 -1826,SUCCESS,2,1,6250.34,16527903.1,16534153.44,127,realamprandom,10000.543999999762 -1827,SUCCESS,2,1,2816.07,16534153.44,16536969.51,127,qftentangled,4505.712000000477 -1828,SUCCESS,2,1,3791.98,16536969.51,16540761.49,127,ae,6067.168000000715 -1829,SUCCESS,2,1,398.33,16540761.49,16541159.82,127,dj,637.3280000001192 -1830,SUCCESS,2,1,1900.05,16541159.82,16543059.87,127,realamprandom,3040.079999998212 -1831,SUCCESS,2,1,1612.13,16543059.87,16544672,127,qft,2579.4080000013114 -1833,SUCCESS,2,1,16592.3,16544672,16561264.3,127,realamprandom,26547.680000001194 -1834,SUCCESS,2,1,48511.02,16561264.3,16609775.32,127,random,77617.63199999928 -1835,SUCCESS,2,1,530.09,16609775.32,16610305.41,127,dj,848.1439999997616 -1836,SUCCESS,2,1,7157,16610305.41,16617462.41,127,qnn,11451.2 -1837,SUCCESS,2,1,9133.16,16617462.41,16626595.57,127,qpeexact,14613.056000000239 -1838,SUCCESS,2,1,3545.91,16626595.57,16630141.48,127,ae,5673.456000000238 -1839,SUCCESS,2,1,5698.5,16630141.48,16635839.98,127,qnn,9117.6 -1840,SUCCESS,2,1,29550.96,16635839.98,16665390.94,127,twolocalrandom,47281.53599999845 -1841,SUCCESS,2,1,19298.31,16665390.94,16684689.25,127,ae,30877.296000000835 -1843,SUCCESS,2,1,13945.38,16684689.25,16698634.63,127,random,22312.607999998334 -1846,SUCCESS,2,1,1526.88,16698634.63,16700161.51,127,qpeexact,2443.0080000013113 -1849,SUCCESS,2,1,1038.96,16700161.51,16701200.47,127,ghz,1662.3360000014306 -1850,SUCCESS,2,1,9102.09,16701200.47,16710302.56,127,realamprandom,14563.343999999763 -1851,SUCCESS,2,1,45564.96,16710302.56,16755867.52,127,random,72903.93599999846 -1852,SUCCESS,2,1,1060.33,16755867.52,16756927.85,127,graphstate,1696.5280000001194 -1853,SUCCESS,2,1,393.76,16756927.85,16757321.61,127,graphstate,630.0159999996424 -1856,SUCCESS,2,1,5881.41,16757321.61,16763203.02,127,qft,9410.25600000024 -1859,SUCCESS,2,1,4532.56,16763203.02,16767735.58,127,wstate,7252.0960000008345 -1860,SUCCESS,2,1,3258.06,16767735.58,16770993.64,127,qpeinexact,5212.896000000835 -1861,SUCCESS,2,1,62.24,16770993.64,16771055.88,127,ghz,99.5839999973774 -1863,SUCCESS,2,1,31064.32,16771055.88,16802120.2,127,qftentangled,49702.91200000048 -1864,SUCCESS,2,1,784.84,16802120.2,16802905.04,127,wstate,1255.7439999997616 -1865,SUCCESS,2,1,997.79,16802905.04,16803902.83,127,wstate,1596.4639999985695 -1866,SUCCESS,2,1,4959.75,16803902.83,16808862.58,127,qpeinexact,7935.600000005961 -1867,SUCCESS,2,1,6691.89,16808862.58,16815554.47,127,su2random,10707.024000000954 -1868,SUCCESS,2,1,317,16815554.47,16815871.47,127,ghz,507.19999999403956 -1870,SUCCESS,2,1,2157.65,16815871.47,16818029.12,127,qftentangled,3452.2400000035764 -1871,SUCCESS,2,1,1477.58,16818029.12,16819506.7,127,qpeexact,2364.1280000030997 -1872,SUCCESS,2,1,2809.26,16819506.7,16822315.96,127,dj,4494.815999996662 -1873,SUCCESS,2,1,4162.69,16822315.96,16826478.65,127,wstate,6660.3040000021465 -1875,SUCCESS,2,1,28890.3,16826478.65,16855368.95,127,qpeinexact,46224.47999999524 -1876,SUCCESS,2,1,121.77,16855368.95,16855490.72,127,ghz,194.83200000524522 -1877,SUCCESS,2,1,5628.04,16855490.72,16861118.76,127,qft,9004.86399999857 -1878,SUCCESS,2,1,17431.47,16861118.76,16878550.23,127,su2random,27890.351999998093 -1879,SUCCESS,2,1,32680.14,16878550.23,16911230.37,127,ae,52288.224000000955 -1880,SUCCESS,2,1,16087.75,16911230.37,16927318.12,127,realamprandom,25740.4 -1881,SUCCESS,2,1,13852.84,16927318.12,16941170.96,127,qpeexact,22164.54399999976 -1882,SUCCESS,2,1,10688.05,16941170.96,16951859.01,127,qnn,17100.880000001194 -1885,SUCCESS,2,1,70.33,16951859.01,16951929.34,127,wstate,112.52799999713898 -1887,SUCCESS,2,1,2484.18,16951929.34,16954413.52,127,twolocalrandom,3974.6879999995235 -1889,SUCCESS,2,1,6179.7,16954413.52,16960593.22,127,qpeinexact,9887.519999998809 -1890,SUCCESS,2,1,128.32,16960593.22,16960721.54,127,ghz,205.3120000064373 -1893,SUCCESS,2,1,8255.87,16960721.54,16968977.41,127,ae,13209.391999995709 -1894,SUCCESS,2,1,7996.69,16968977.41,16976974.1,127,ae,12794.704000002146 -1895,SUCCESS,2,1,196.63,16976974.1,16977170.73,127,ghz,314.6079999983311 -1896,SUCCESS,2,1,158.11,16977170.73,16977328.84,127,ghz,252.97599999904634 -1897,SUCCESS,2,1,867.14,16977328.84,16978195.98,127,ghz,1387.4240000009538 -1898,SUCCESS,2,1,71.78,16978195.98,16978267.76,127,vqe,114.84800000190735 -1899,SUCCESS,2,1,39332.31,16978267.76,17017600.07,127,random,62931.69599999786 -1901,SUCCESS,2,1,756.89,17017600.07,17018356.96,127,dj,1211.0240000009537 -1906,SUCCESS,2,1,19380.84,17018356.96,17037737.8,127,qftentangled,31009.343999999764 -1907,SUCCESS,2,1,5698.83,17037737.8,17043436.63,127,wstate,9118.1280000031 -1908,SUCCESS,2,1,14362.8,17043436.63,17057799.43,127,su2random,22980.479999995234 -1910,SUCCESS,2,1,1403.94,17057799.43,17059203.37,127,dj,2246.304000002146 -1911,SUCCESS,2,1,9102.34,17059203.37,17068305.71,127,qpeinexact,14563.743999999762 -1912,SUCCESS,2,1,15085.82,17068305.71,17083391.53,127,pricingput,24137.31200000048 -1913,SUCCESS,2,1,292.31,17083391.53,17083683.84,127,dj,467.69599999785424 -1915,SUCCESS,2,1,28293.42,17083683.84,17111977.26,127,qpeexact,45269.47200000286 -1917,SUCCESS,2,1,14387.7,17111977.26,17126364.96,127,qftentangled,23020.31999999881 -1918,SUCCESS,2,1,560.62,17126364.96,17126925.58,127,dj,896.9919999957085 -1919,SUCCESS,2,1,100962.36,17126925.58,17227887.94,127,random,161539.77600000502 -1920,SUCCESS,2,1,111.66,17227887.94,17227999.6,127,ghz,178.65600000023844 -1921,SUCCESS,2,1,21261.35,17227999.6,17249260.95,127,realamprandom,34018.159999996424 -1923,SUCCESS,2,1,14371.3,17249260.95,17263632.25,127,qft,22994.080000001195 -1924,SUCCESS,2,1,1192.77,17263632.25,17264825.02,127,qpeexact,1908.4320000052453 -1925,SUCCESS,2,1,12741.64,17264825.02,17277566.66,127,twolocalrandom,20386.623999994994 -1926,SUCCESS,2,1,38139.96,17277566.66,17315706.62,127,su2random,61023.936000001435 -1927,SUCCESS,2,1,1674.8,17315706.62,17317381.42,127,qft,2679.680000001192 -1928,SUCCESS,2,1,38.76,17317381.42,17317420.18,127,vqe,62.015999996662146 -1929,SUCCESS,2,1,66858.35,17317420.18,17384278.53,127,realamprandom,106973.36000000239 -1930,SUCCESS,2,1,69.52,17384278.53,17384348.05,127,tsp,111.23199999928475 -1931,SUCCESS,2,1,4109.56,17384348.05,17388457.61,127,qnn,6575.295999997855 -1932,SUCCESS,2,1,32645.05,17388457.61,17421102.66,127,su2random,52232.080000001195 -1933,SUCCESS,2,1,2777.7,17421102.66,17423880.36,127,pricingput,4444.319999998808 -1934,SUCCESS,2,1,40482.34,17423880.36,17464362.7,127,random,64771.743999999766 -1936,SUCCESS,2,1,3882.22,17464362.7,17468244.92,127,su2random,6211.552000004053 -1937,SUCCESS,2,1,685.26,17468244.92,17468930.18,127,pricingput,1096.4160000026227 -1938,SUCCESS,2,1,506.63,17468930.18,17469436.81,127,realamprandom,810.6079999983311 -1939,SUCCESS,2,1,553.35,17469436.81,17469990.16,127,dj,885.3599999964238 -1940,SUCCESS,2,1,214.5,17469990.16,17470204.66,127,ghz,343.20000000000005 -1943,SUCCESS,2,1,212.49,17470204.66,17470417.15,127,wstate,339.9839999973774 -1944,SUCCESS,2,1,10942.44,17470417.15,17481359.59,127,qftentangled,17507.904000002145 -1945,SUCCESS,2,1,6263.53,17481359.59,17487623.12,127,qftentangled,10021.648000001907 -1946,SUCCESS,2,1,3045.73,17487623.12,17490668.85,127,qftentangled,4873.168000000715 -1948,SUCCESS,2,1,8609.84,17490668.85,17499278.69,127,qft,13775.743999999762 -1950,SUCCESS,2,1,16571.19,17499278.69,17515849.88,127,qftentangled,26513.903999996186 -1952,SUCCESS,2,1,19173.34,17515849.88,17535023.22,127,qnn,30677.344000005724 -1954,SUCCESS,2,1,428.89,17535023.22,17535452.11,127,dj,686.2240000009538 -1956,SUCCESS,2,1,11631.02,17535452.11,17547083.13,127,qpeexact,18609.631999993326 -1958,SUCCESS,2,1,32719.54,17547083.13,17579802.67,127,ae,52351.264000004536 -1959,SUCCESS,2,1,393.56,17579802.67,17580196.23,127,ghz,629.6959999978543 -1960,SUCCESS,2,1,12550.36,17580196.23,17592746.59,127,qpeexact,20080.575999999048 -1961,SUCCESS,2,1,665.07,17592746.59,17593411.66,127,wstate,1064.1120000004769 -1962,SUCCESS,2,1,17211.77,17593411.66,17610623.43,127,qpeexact,27538.832000005248 -1963,SUCCESS,2,1,47025.29,17610623.43,17657648.72,127,qnn,75240.46399999857 -1965,SUCCESS,2,1,535.68,17657648.72,17658184.4,127,su2random,857.0879999935628 -1967,SUCCESS,2,1,6448.9,17658184.4,17664633.3,127,qpeexact,10318.240000003578 -1968,SUCCESS,2,1,21392.29,17664633.3,17686025.59,127,qftentangled,34227.66399999857 -1969,SUCCESS,2,1,546.57,17686025.59,17686572.16,127,dj,874.5120000004769 -1970,SUCCESS,2,1,15531.59,17686572.16,17702103.75,127,qft,24850.54399999976 -1971,SUCCESS,2,1,52560.27,17702103.75,17754664.02,127,twolocalrandom,84096.43200000525 -1972,SUCCESS,2,1,2736.25,17754664.02,17757400.27,127,qpeinexact,4378.0 -1974,SUCCESS,2,1,16945.9,17757400.27,17774346.17,127,realamprandom,27113.439999997616 -1975,SUCCESS,2,1,102.86,17774346.17,17774449.03,127,graphstate,164.57599999904633 -1976,SUCCESS,2,1,5303.25,17774449.03,17779752.28,127,twolocalrandom,8485.2 -1978,SUCCESS,2,1,2323.85,17779752.28,17782076.13,127,dj,3718.1599999964237 -1979,SUCCESS,2,1,6181.15,17782076.13,17788257.28,127,qpeinexact,9889.840000003576 -1981,SUCCESS,2,1,222.31,17788257.28,17788479.59,127,wstate,355.69599999785424 -1982,SUCCESS,2,1,2366.73,17788479.59,17790846.32,127,qpeexact,3786.7680000007153 -1983,SUCCESS,2,1,1760.67,17790846.32,17792606.99,127,dj,2817.0719999969006 -1984,SUCCESS,2,1,2497.21,17792606.99,17795104.2,127,realamprandom,3995.5360000014307 -1986,SUCCESS,2,1,7134.65,17795104.2,17802238.85,127,qpeexact,11415.440000003577 -1990,SUCCESS,2,1,168.5,17802238.85,17802407.35,127,graphstate,269.6 -1991,SUCCESS,2,1,1216,17802407.35,17803623.35,127,qpeinexact,1945.6000000000001 -1993,SUCCESS,2,1,19644.39,17803623.35,17823267.74,127,realamprandom,31431.023999994995 -1994,SUCCESS,2,1,6314.68,17823267.74,17829582.42,127,qftentangled,10103.488000005484 -1995,SUCCESS,2,1,1250.66,17829582.42,17830833.08,127,pricingcall,2001.055999994278 -1996,SUCCESS,2,1,777.76,17830833.08,17831610.84,127,dj,1244.4160000026227 -1997,SUCCESS,2,1,381.89,17831610.84,17831992.73,127,dj,611.0240000009537 -1998,SUCCESS,2,1,3441.55,17831992.73,17835434.28,127,ae,5506.480000001193 -1999,SUCCESS,2,1,6691.84,17835434.28,17842126.12,127,qnn,10706.943999999763 -2000,SUCCESS,2,1,559.74,17842126.12,17842685.86,127,ae,895.5839999973774 -2001,SUCCESS,2,1,16173.88,17842685.86,17858859.74,127,qftentangled,25878.207999998333 -2003,SUCCESS,2,1,1642.71,17858859.74,17860502.45,127,twolocalrandom,2628.3360000073912 -2004,SUCCESS,2,1,3507.99,17860502.45,17864010.44,127,qpeexact,5612.783999997378 -2005,SUCCESS,2,1,23258.2,17864010.44,17887268.64,127,su2random,37213.11999999881 -2006,SUCCESS,2,1,453.28,17887268.64,17887721.92,127,dj,725.2480000019074 -2008,SUCCESS,2,1,12856.87,17887721.92,17900578.79,127,qpeinexact,20570.992000001672 -2009,SUCCESS,2,1,6745.01,17900578.79,17907323.8,127,qpeexact,10792.015999996664 -2011,SUCCESS,2,1,3590.38,17907323.8,17910914.18,127,qnn,5744.607999998331 -2013,SUCCESS,2,1,15435.52,17910914.18,17926349.7,127,qftentangled,24696.832000005248 -2014,SUCCESS,2,1,518.83,17926349.7,17926868.53,127,dj,830.127999997139 -2015,SUCCESS,2,1,11583.3,17926868.53,17938451.83,127,qftentangled,18533.280000001192 -2016,SUCCESS,2,1,13149.77,17938451.83,17951601.6,127,qpeinexact,21039.631999999285 -2017,SUCCESS,2,1,15517.03,17951601.6,17967118.63,127,qftentangled,24827.24800000191 -2018,SUCCESS,2,1,76.9,17967118.63,17967195.53,127,graphstate,123.03999999761582 -2019,SUCCESS,2,1,9086.93,17967195.53,17976282.46,127,qpeexact,14539.087999999523 -2021,SUCCESS,2,1,34.71,17976282.46,17976317.17,127,ghz,55.536000001430516 -2022,SUCCESS,2,1,275.36,17976317.17,17976592.53,127,graphstate,440.57599999904636 -2023,SUCCESS,2,1,109.72,17976592.53,17976702.25,127,graphstate,175.55199999809267 -2024,SUCCESS,2,1,37616.86,17976702.25,18014319.11,127,realamprandom,60186.97599999905 -2025,SUCCESS,2,1,8071.03,18014319.11,18022390.14,127,qftentangled,12913.648000001907 -2028,SUCCESS,2,1,8505.98,18022390.14,18030896.12,127,qft,13609.568000000716 -2029,SUCCESS,2,1,501.16,18030896.12,18031397.28,127,ghz,801.8560000002385 -2031,SUCCESS,2,1,7307.07,18031397.28,18038704.35,127,qftentangled,11691.312000000478 -2032,SUCCESS,2,1,12313.79,18038704.35,18051018.14,127,twolocalrandom,19702.063999998572 -2033,SUCCESS,2,1,9267.02,18051018.14,18060285.16,127,ae,14827.231999999285 -2034,SUCCESS,2,1,246.24,18060285.16,18060531.4,127,wstate,393.9840000033379 -2035,SUCCESS,2,1,23294.67,18060531.4,18083826.07,127,twolocalrandom,37271.4719999969 -2036,SUCCESS,2,1,3961.06,18083826.07,18087787.13,127,qnn,6337.695999997854 -2037,SUCCESS,2,1,7230.88,18087787.13,18095018.01,127,qpeexact,11569.408000004292 -2038,SUCCESS,2,1,1851.81,18095018.01,18096869.82,127,ghz,2962.8959999978542 -2039,SUCCESS,2,1,13153.18,18096869.82,18110023,127,realamprandom,21045.087999999523 -2040,SUCCESS,2,1,525.21,18110023,18110548.21,127,su2random,840.3360000014305 -2041,SUCCESS,2,1,22149.18,18110548.21,18132697.39,127,realamprandom,35438.68799999952 -2042,SUCCESS,2,1,14754.5,18132697.39,18147451.89,127,realamprandom,23607.2 -2043,SUCCESS,2,1,7069.68,18147451.89,18154521.57,127,ae,11311.487999999525 -2046,SUCCESS,2,1,316.04,18154521.57,18154837.61,127,graphstate,505.6639999985695 -2047,SUCCESS,2,1,501.35,18154837.61,18155338.96,127,wstate,802.1600000023842 -2048,SUCCESS,2,1,583.32,18155338.96,18155922.28,127,realamprandom,933.3120000004769 -2050,SUCCESS,2,1,7162.07,18155922.28,18163084.35,127,qpeinexact,11459.312000000478 -2051,SUCCESS,2,1,324.23,18163084.35,18163408.58,127,ghz,518.7680000007152 -2052,SUCCESS,2,1,119.04,18163408.58,18163527.62,127,graphstate,190.4639999985695 -2053,SUCCESS,2,1,355.11,18163527.62,18163882.73,127,portfolioqaoa,568.1759999990463 -2054,SUCCESS,2,1,2324.75,18163882.73,18166207.48,127,qpeexact,3719.6000000000004 -2056,SUCCESS,2,1,34085.66,18166207.48,18200293.14,127,pricingput,54537.056000000244 -2057,SUCCESS,2,1,670.11,18200293.14,18200963.25,127,dj,1072.1759999990463 -2058,SUCCESS,2,1,313.03,18200963.25,18201276.28,127,ghz,500.8480000019074 -2059,SUCCESS,2,1,16071.91,18201276.28,18217348.19,127,qftentangled,25715.05600000024 -2060,SUCCESS,2,1,21140.61,18217348.19,18238488.8,127,su2random,33824.97599999905 -2063,SUCCESS,2,1,1040,18238488.8,18239528.8,127,wstate,1664.0 -2064,SUCCESS,2,1,7327.1,18239528.8,18246855.9,127,su2random,11723.360000002385 -2065,SUCCESS,2,1,1849.64,18246855.9,18248705.54,127,random,2959.423999994993 -2067,SUCCESS,2,1,1688.66,18248705.54,18250394.2,127,su2random,2701.856000006199 -2068,SUCCESS,2,1,16362.09,18250394.2,18266756.29,127,su2random,26179.343999993802 -2069,SUCCESS,2,1,3682.39,18266756.29,18270438.68,127,wstate,5891.824000000954 -2070,SUCCESS,2,1,41535.43,18270438.68,18311974.11,127,twolocalrandom,66456.68799999953 -2071,SUCCESS,2,1,19159.87,18311974.11,18331133.98,127,twolocalrandom,30655.79200000167 -2072,SUCCESS,2,1,45185.72,18331133.98,18376319.7,127,su2random,72297.15200000406 -2073,SUCCESS,2,1,2250.26,18376319.7,18378569.96,127,qpeexact,3600.4159999966623 -2074,SUCCESS,2,1,2123,18378569.96,18380692.96,127,ae,3396.8 -2076,SUCCESS,2,1,1625.88,18380692.96,18382318.84,127,su2random,2601.4079999983314 -2077,SUCCESS,2,1,7512.6,18382318.84,18389831.44,127,qftentangled,12020.160000002385 -2078,SUCCESS,2,1,1654.93,18389831.44,18391486.37,127,ae,2647.8879999995233 -2079,SUCCESS,2,1,437.86,18391486.37,18391924.23,127,wstate,700.5759999990464 -2080,SUCCESS,2,1,2041.28,18391924.23,18393965.51,127,portfoliovqe,3266.0480000019074 -2081,SUCCESS,2,1,395.37,18393965.51,18394360.88,127,ghz,632.592000001669 -2082,SUCCESS,2,1,31286.51,18394360.88,18425647.39,127,twolocalrandom,50058.415999996665 -2083,SUCCESS,2,1,662.46,18425647.39,18426309.85,127,qftentangled,1059.9360000014306 -2084,SUCCESS,2,1,36331.89,18426309.85,18462641.74,127,su2random,58131.02400000096 -2085,SUCCESS,2,1,3297.22,18462641.74,18465938.96,127,realamprandom,5275.551999998093 -2089,SUCCESS,2,1,765.28,18465938.96,18466704.24,127,qft,1224.447999995947 -2090,SUCCESS,2,1,230.03,18466704.24,18466934.27,127,dj,368.0480000078678 -2091,SUCCESS,2,1,45.59,18466934.27,18466979.86,127,graphstate,72.94399999976159 -2093,SUCCESS,2,1,1547.45,18466979.86,18468527.31,127,qpeinexact,2475.919999992848 -2094,SUCCESS,2,1,23053.43,18468527.31,18491580.74,127,qft,36885.48800000548 -2095,SUCCESS,2,1,47307.39,18491580.74,18538888.13,127,qnn,75691.82400000095 -2096,SUCCESS,2,1,306.09,18538888.13,18539194.22,127,graphstate,489.7439999997616 -2097,SUCCESS,2,1,1025.78,18539194.22,18540220,127,su2random,1641.2479999959469 -2098,SUCCESS,2,1,707.81,18540220,18540927.81,127,qft,1132.4959999978544 -2101,SUCCESS,2,1,9836.22,18540927.81,18550764.03,127,qpeexact,15737.952000004054 -2102,SUCCESS,2,1,10000.95,18550764.03,18560764.98,127,su2random,16001.519999998809 -2105,SUCCESS,2,1,39582.61,18560764.98,18600347.59,127,qnn,63332.175999999046 -2106,SUCCESS,2,1,13967.6,18600347.59,18614315.19,127,qftentangled,22348.160000002386 -2107,SUCCESS,2,1,7876.53,18614315.19,18622191.72,127,twolocalrandom,12602.448000001908 -2108,SUCCESS,2,1,26535.93,18622191.72,18648727.65,127,qpeinexact,42457.487999999525 -2110,SUCCESS,2,1,90.91,18648727.65,18648818.56,127,routing,145.45599999427796 -2111,SUCCESS,2,1,4423.24,18648818.56,18653241.8,127,wstate,7077.184000003338 -2112,SUCCESS,2,1,17414.08,18653241.8,18670655.88,127,su2random,27862.5280000031 -2114,SUCCESS,2,1,21225.64,18670655.88,18691881.52,127,qpeinexact,33961.02400000096 -2115,SUCCESS,2,1,2186.89,18691881.52,18694068.41,127,qftentangled,3499.0239999949936 -2116,SUCCESS,2,1,551.53,18694068.41,18694619.94,127,ghz,882.4480000019074 -2117,SUCCESS,2,1,3115.07,18694619.94,18697735.01,127,qnn,4984.112000000478 -2118,SUCCESS,2,1,411.49,18697735.01,18698146.5,127,realamprandom,658.3839999973775 -2119,SUCCESS,2,1,7021.09,18698146.5,18705167.59,127,qftentangled,11233.743999999762 -2120,SUCCESS,2,1,1751.64,18705167.59,18706919.23,127,realamprandom,2802.624000000954 -2121,SUCCESS,2,1,3542.19,18706919.23,18710461.42,127,qnn,5667.504000002146 -2122,SUCCESS,2,1,39760.61,18710461.42,18750222.03,127,realamprandom,63616.97599999905 -2123,SUCCESS,2,1,2953.61,18750222.03,18753175.64,127,ae,4725.775999999047 -2124,SUCCESS,2,1,499.56,18753175.64,18753675.2,127,wstate,799.2959999978543 -2127,SUCCESS,2,1,3106.3,18753675.2,18756781.5,127,su2random,4970.080000001192 -2128,SUCCESS,2,1,10672.98,18756781.5,18767454.48,127,qftentangled,17076.768000000717 -2130,SUCCESS,2,1,26000.72,18767454.48,18793455.2,127,qnn,41601.152000004055 -2131,SUCCESS,2,1,17790.41,18793455.2,18811245.61,127,su2random,28464.65600000024 -2132,SUCCESS,2,1,17395.76,18811245.61,18828641.37,127,qpeinexact,27833.215999996664 -2133,SUCCESS,2,1,2318.08,18828641.37,18830959.45,127,qpeinexact,3708.9280000030994 -2134,SUCCESS,2,1,5593.94,18830959.45,18836553.39,127,qnn,8950.303999996186 -2135,SUCCESS,2,1,894.16,18836553.39,18837447.55,127,wstate,1430.6560000002385 -2137,SUCCESS,2,1,19138.37,18837447.55,18856585.92,127,qpeinexact,30621.39200000167 -2138,SUCCESS,2,1,3710.75,18856585.92,18860296.67,127,qftentangled,5937.200000000001 -2139,SUCCESS,2,1,12476.92,18860296.67,18872773.59,127,ae,19963.0719999969 -2140,SUCCESS,2,1,43934.12,18872773.59,18916707.71,127,realamprandom,70294.59200000168 -2141,SUCCESS,2,1,9342.36,18916707.71,18926050.07,127,qpeexact,14947.775999999047 -2142,SUCCESS,2,1,10614.86,18926050.07,18936664.93,127,qftentangled,16983.776000005008 -2144,SUCCESS,2,1,99.7,18936664.93,18936764.63,127,graphstate,159.51999999880792 -2146,SUCCESS,2,1,27174.89,18936764.63,18963939.52,127,qpeexact,43479.824000000954 -2147,SUCCESS,2,1,11476.49,18963939.52,18975416.01,127,qnn,18362.38399999738 -2148,SUCCESS,2,1,3595.95,18975416.01,18979011.96,127,qftentangled,5753.519999998808 -2149,SUCCESS,2,1,19291.49,18979011.96,18998303.45,127,qftentangled,30866.384000003338 -2150,SUCCESS,2,1,24808.99,18998303.45,19023112.44,127,qpeinexact,39694.38399999738 -2151,SUCCESS,2,1,2365.31,19023112.44,19025477.75,127,qftentangled,3784.4959999978546 -2152,SUCCESS,2,1,21716.26,19025477.75,19047194.01,127,qnn,34746.01600000262 -2153,SUCCESS,2,1,15997.94,19047194.01,19063191.95,127,su2random,25596.704000002148 -2154,SUCCESS,2,1,3197.33,19063191.95,19066389.28,127,qftentangled,5115.72799999714 -2155,SUCCESS,2,1,14856.06,19066389.28,19081245.34,127,qpeexact,23769.695999997857 -2157,SUCCESS,2,1,1250.3,19081245.34,19082495.64,127,dj,2000.4800000011921 -2158,SUCCESS,2,1,6480.99,19082495.64,19088976.63,127,qpeinexact,10369.584000003339 -2159,SUCCESS,2,1,8436.28,19088976.63,19097412.91,127,qpeexact,13498.047999995948 -2160,SUCCESS,2,1,257.44,19097412.91,19097670.35,127,graphstate,411.9040000021458 -2162,SUCCESS,2,1,19581.37,19097670.35,19117251.72,127,ae,31330.19199999571 -2163,SUCCESS,2,1,350.19,19117251.72,19117601.91,127,graphstate,560.3040000021458 -2164,SUCCESS,2,1,6282.24,19117601.91,19123884.15,127,qft,10051.583999997378 -2165,SUCCESS,2,1,11832.89,19123884.15,19135717.04,127,qpeexact,18932.624000006916 -2166,SUCCESS,2,1,1492.79,19135717.04,19137209.83,127,realamprandom,2388.4639999985698 -2167,SUCCESS,2,1,41852.78,19137209.83,19179062.61,127,realamprandom,66964.44800000191 -2168,SUCCESS,2,1,257.06,19179062.61,19179319.67,127,wstate,411.29599999785427 -2169,SUCCESS,2,1,33565.85,19179319.67,19212885.52,127,qpeexact,53705.35999999643 -2170,SUCCESS,2,1,9861.36,19212885.52,19222746.88,127,twolocalrandom,15778.175999999046 -2171,SUCCESS,2,1,4789.78,19222746.88,19227536.66,127,realamprandom,7663.648000001907 -2172,SUCCESS,2,1,17046.75,19227536.66,19244583.41,127,qpeexact,27274.800000000003 -2173,SUCCESS,2,1,1244.45,19244583.41,19245827.86,127,ae,1991.119999998808 -2174,SUCCESS,2,1,1728.2,19245827.86,19247556.06,127,dj,2765.119999998808 -2175,SUCCESS,2,1,14128.33,19247556.06,19261684.39,127,random,22605.3280000031 -2176,SUCCESS,2,1,997,19261684.39,19262681.39,127,dj,1595.2 -2177,SUCCESS,2,1,34447.93,19262681.39,19297129.32,127,qpeinexact,55116.68799999953 -2178,SUCCESS,2,1,37966.99,19297129.32,19335096.31,127,ae,60747.18399999738 -2179,SUCCESS,2,1,37679.74,19335096.31,19372776.05,127,realamprandom,60287.58400000334 -2180,SUCCESS,2,1,2639.7,19372776.05,19375415.75,127,ghz,4223.519999998808 -2181,SUCCESS,2,1,9735.73,19375415.75,19385151.48,127,ae,15577.168000000716 -2183,SUCCESS,2,1,6907.3,19385151.48,19392058.78,127,su2random,11051.680000001194 -2186,SUCCESS,2,1,7774.09,19392058.78,19399832.87,127,qpeexact,12438.543999999762 -2187,SUCCESS,2,1,4160.33,19399832.87,19403993.2,127,pricingcall,6656.527999997139 -2190,SUCCESS,2,1,9558.72,19403993.2,19413551.92,127,qnn,15293.952000004054 -2191,SUCCESS,2,1,1184.33,19413551.92,19414736.25,127,realamprandom,1894.927999997139 -2195,SUCCESS,2,1,487.25,19414736.25,19415223.5,127,dj,779.6 -2196,SUCCESS,2,1,17455.37,19415223.5,19432678.87,127,su2random,27928.59200000167 -2197,SUCCESS,2,1,263.69,19432678.87,19432942.56,127,qft,421.90399999618535 -2198,SUCCESS,2,1,6094.82,19432942.56,19439037.38,127,random,9751.712000000478 -2199,SUCCESS,2,1,16691.31,19439037.38,19455728.69,127,qnn,26706.096000003818 -2200,SUCCESS,2,1,79.96,19455728.69,19455808.65,127,routing,127.93600000143051 -2201,SUCCESS,2,1,279.36,19455808.65,19456088.01,127,ghz,446.97599999904634 -2202,SUCCESS,2,1,58.6,19456088.01,19456146.61,127,graphstate,93.75999999642373 -2203,SUCCESS,2,1,3281.8,19456146.61,19459428.41,127,qft,5250.8800000011925 -2205,SUCCESS,2,1,15256.12,19459428.41,19474684.53,127,qft,24409.79200000167 -2206,SUCCESS,2,1,17971.45,19474684.53,19492655.98,127,realamprandom,28754.31999999881 -2208,SUCCESS,2,1,22846.57,19492655.98,19515502.55,127,qft,36554.512000000475 -2209,SUCCESS,2,1,1288.22,19515502.55,19516790.77,127,qftentangled,2061.152000004053 -2211,SUCCESS,2,1,3120.38,19516790.77,19519911.15,127,wstate,4992.607999992371 -2213,SUCCESS,2,1,27443.89,19519911.15,19547355.04,127,qnn,43910.224000006914 -2214,SUCCESS,2,1,39.01,19547355.04,19547394.05,127,graphstate,62.415999996662144 -2215,SUCCESS,2,1,1765.28,19547394.05,19549159.33,127,portfolioqaoa,2824.4480000019075 -2216,SUCCESS,2,1,2229.05,19549159.33,19551388.38,127,ghz,3566.479999995232 -2217,SUCCESS,2,1,3092.8,19551388.38,19554481.18,127,qpeexact,4948.480000001193 -2218,SUCCESS,2,1,582.38,19554481.18,19555063.56,127,qnn,931.8080000042916 -2220,SUCCESS,2,1,3206.76,19555063.56,19558270.32,127,wstate,5130.815999996663 -2222,SUCCESS,2,1,16314.8,19558270.32,19574585.12,127,realamprandom,26103.680000001194 -2224,SUCCESS,2,1,38103.2,19574585.12,19612688.32,127,realamprandom,60965.11999999881 -2226,SUCCESS,2,1,2645.09,19612688.32,19615333.41,127,random,4232.143999999762 -2227,SUCCESS,2,1,3839.51,19615333.41,19619172.92,127,qpeinexact,6143.216000002623 -2228,SUCCESS,2,1,14203.21,19619172.92,19633376.13,127,qpeinexact,22725.136000001432 -2229,SUCCESS,2,1,28850.17,19633376.13,19662226.3,127,qpeinexact,46160.271999996905 -2230,SUCCESS,2,1,176.26,19662226.3,19662402.56,127,dj,282.0160000026226 -2231,SUCCESS,2,1,217.28,19662402.56,19662619.84,127,ghz,347.6479999959469 -2232,SUCCESS,2,1,68352.19,19662619.84,19730972.03,127,random,109363.50400000215 -2233,SUCCESS,2,1,2880.39,19730972.03,19733852.42,127,ghz,4608.624000000954 -2234,SUCCESS,2,1,2796.28,19733852.42,19736648.7,127,random,4474.047999995947 -2235,SUCCESS,2,1,7533.63,19736648.7,19744182.33,127,grover-v-chain,12053.807999998331 -2236,SUCCESS,2,1,7013.6,19744182.33,19751195.93,127,twolocalrandom,11221.760000002385 -2238,SUCCESS,2,1,1335.67,19751195.93,19752531.6,127,realamprandom,2137.072000002861 -2239,SUCCESS,2,1,23920.8,19752531.6,19776452.4,127,pricingput,38273.27999999523 -2240,SUCCESS,2,1,14299.39,19776452.4,19790751.79,127,qpeexact,22879.024000000954 -2241,SUCCESS,2,1,358.15,19790751.79,19791109.94,127,wstate,573.0400000035763 -2242,SUCCESS,2,1,13458.63,19791109.94,19804568.57,127,qpeexact,21533.80799999833 -2243,SUCCESS,2,1,20277.34,19804568.57,19824845.91,127,qpeexact,32443.743999999762 -2244,SUCCESS,2,1,16704.91,19824845.91,19841550.82,127,ae,26727.85600000024 -2245,SUCCESS,2,1,4067.16,19841550.82,19845617.98,127,su2random,6507.456000000238 -2246,SUCCESS,2,1,1829.56,19845617.98,19847447.54,127,qnn,2927.2959999978543 -2247,SUCCESS,2,1,6884.71,19847447.54,19854332.25,127,qpeinexact,11015.536000001432 -2248,SUCCESS,2,1,25589.81,19854332.25,19879922.06,127,realamprandom,40943.69599999786 -2249,SUCCESS,2,1,2044.33,19879922.06,19881966.39,127,dj,3270.9280000030994 -2250,SUCCESS,2,1,142.77,19881966.39,19882109.16,127,dj,228.43199999928476 -2252,SUCCESS,2,1,2186.79,19882109.16,19884295.95,127,su2random,3498.86399999857 -2253,SUCCESS,2,1,278.91,19884295.95,19884574.86,127,graphstate,446.2560000061989 -2254,SUCCESS,2,1,3232.51,19884574.86,19887807.37,127,qnn,5172.015999996663 -2255,SUCCESS,2,1,2461.77,19887807.37,19890269.14,127,qnn,3938.831999999285 -2256,SUCCESS,2,1,988,19890269.14,19891257.14,127,dj,1580.8000000000002 -2257,SUCCESS,2,1,210.4,19891257.14,19891467.54,127,ghz,336.6400000035763 -2258,SUCCESS,2,1,39276.71,19891467.54,19930744.25,127,qnn,62842.73599999547 -2259,SUCCESS,2,1,717.37,19930744.25,19931461.62,127,dj,1147.792000001669 -2260,SUCCESS,2,1,11018.83,19931461.62,19942480.45,127,qft,17630.1280000031 -2261,SUCCESS,2,1,111378.89,19942480.45,20053859.34,127,random,178206.223999995 -2262,SUCCESS,2,1,10588.96,20053859.34,20064448.3,127,qft,16942.336000001433 -2263,SUCCESS,2,1,136.75,20064448.3,20064585.05,127,ghz,218.8 -2264,SUCCESS,2,1,300.14,20064585.05,20064885.19,127,qpeexact,480.2240000009537 -2265,SUCCESS,2,1,5216.65,20064885.19,20070101.84,127,qft,8346.639999997617 -2266,SUCCESS,2,1,659.27,20070101.84,20070761.11,127,qnn,1054.8319999992848 -2267,SUCCESS,2,1,83.02,20070761.11,20070844.13,127,vqe,132.83199999928476 -2268,SUCCESS,2,1,1378.16,20070844.13,20072222.29,127,qftentangled,2205.056000006199 -2269,SUCCESS,2,1,15045.71,20072222.29,20087268,127,twolocalrandom,24073.135999995473 -2270,SUCCESS,2,1,35574.29,20087268,20122842.29,127,realamprandom,56918.863999998575 -2271,SUCCESS,2,1,6097.12,20122842.29,20128939.41,127,qpeinexact,9755.39200000167 -2273,SUCCESS,2,1,4299.72,20128939.41,20133239.13,127,qftentangled,6879.552000004053 -2275,SUCCESS,2,1,44.02,20133239.13,20133283.15,127,ghz,70.43199999928474 -2276,SUCCESS,2,1,3298.62,20133283.15,20136581.77,127,twolocalrandom,5277.7919999957085 -2277,SUCCESS,2,1,1435.85,20136581.77,20138017.62,127,qft,2297.3600000023844 -2278,SUCCESS,2,1,3183.85,20138017.62,20141201.47,127,qpeexact,5094.159999996424 -2279,SUCCESS,2,1,31390.1,20141201.47,20172591.57,127,twolocalrandom,50224.16000000239 -2280,SUCCESS,2,1,19843.66,20172591.57,20192435.23,127,qft,31749.85600000024 -2281,SUCCESS,2,1,24938.83,20192435.23,20217374.06,127,qpeexact,39902.127999997145 -2283,SUCCESS,2,1,15611.3,20217374.06,20232985.36,127,realamprandom,24978.080000007154 -2284,SUCCESS,2,1,171.39,20232985.36,20233156.75,127,ghz,274.2239999949932 -2286,SUCCESS,2,1,3652.9,20233156.75,20236809.65,127,qft,5844.6399999976165 -2287,SUCCESS,2,1,9265.56,20236809.65,20246075.21,127,ae,14824.896000003815 -2289,SUCCESS,2,1,10344.78,20246075.21,20256419.99,127,qpeexact,16551.64799999595 -2291,SUCCESS,2,1,30329.93,20256419.99,20286749.92,127,twolocalrandom,48527.888000005485 -2292,SUCCESS,2,1,1120.74,20286749.92,20287870.66,127,dj,1793.1839999973774 -2293,SUCCESS,2,1,20382.88,20287870.66,20308253.54,127,qpeexact,32612.608000004293 -2295,SUCCESS,2,1,23267.6,20308253.54,20331521.14,127,random,37228.159999996424 -2296,SUCCESS,2,1,19781.91,20331521.14,20351303.05,127,random,31651.05600000024 -2297,SUCCESS,2,1,7150.27,20351303.05,20358453.32,127,su2random,11440.431999999286 -2298,SUCCESS,2,1,1531.11,20358453.32,20359984.43,127,twolocalrandom,2449.7759999990462 -2299,SUCCESS,2,1,10427.44,20359984.43,20370411.87,127,ae,16683.904000002145 -2301,SUCCESS,2,1,1147.36,20370411.87,20371559.23,127,graphstate,1835.7759999990465 -2302,SUCCESS,2,1,20257.47,20371559.23,20391816.7,127,qnn,32411.952000004054 -2303,SUCCESS,2,1,2305.88,20391816.7,20394122.58,127,dj,3689.4079999983314 -2304,SUCCESS,2,1,613.49,20394122.58,20394736.07,127,wstate,981.5839999973774 -2305,SUCCESS,2,1,1226.74,20394736.07,20395962.81,127,dj,1962.7839999973776 -2309,SUCCESS,2,1,16322.97,20395962.81,20412285.78,127,qpeinexact,26116.752000004053 -2310,SUCCESS,2,1,5459.13,20412285.78,20417744.91,127,qftentangled,8734.607999998332 -2311,SUCCESS,2,1,27079.07,20417744.91,20444823.98,127,realamprandom,43326.51200000048 -2312,SUCCESS,2,1,1753.37,20444823.98,20446577.35,127,twolocalrandom,2805.392000001669 -2313,SUCCESS,2,1,380.52,20446577.35,20446957.87,127,ghz,608.8319999992848 -2314,SUCCESS,2,1,541.98,20446957.87,20447499.85,127,qpeinexact,867.1680000007153 -2317,SUCCESS,2,1,2243.3,20447499.85,20449743.15,127,dj,3589.280000001192 -2318,SUCCESS,2,1,1287.14,20449743.15,20451030.29,127,dj,2059.423999994993 -2320,SUCCESS,2,1,10368.5,20451030.29,20461398.79,127,qnn,16589.600000000002 -2321,SUCCESS,2,1,76.91,20461398.79,20461475.7,127,ghz,123.05600000023843 -2323,SUCCESS,2,1,24023.78,20461475.7,20485499.48,127,qpeinexact,38438.04800000191 -2324,SUCCESS,2,1,726.21,20485499.48,20486225.69,127,wstate,1161.9360000014306 -2325,SUCCESS,2,1,29222.31,20486225.69,20515448,127,twolocalrandom,46755.69599999786 -2327,SUCCESS,2,1,14160.52,20515448,20529608.52,127,qpeinexact,22656.831999999285 -2328,SUCCESS,2,1,26632.73,20529608.52,20556241.25,127,qpeinexact,42612.368000000715 -2330,SUCCESS,2,1,5446.08,20556241.25,20561687.33,127,qftentangled,8713.72799999714 -2331,SUCCESS,2,1,1548.11,20561687.33,20563235.44,127,wstate,2476.976000005007 -2333,SUCCESS,2,1,15580.16,20563235.44,20578815.6,127,realamprandom,24928.25600000024 -2334,SUCCESS,2,1,15626.99,20578815.6,20594442.59,127,qftentangled,25003.183999997378 -2337,SUCCESS,2,1,1333.04,20594442.59,20595775.63,127,wstate,2132.86400000453 -2338,SUCCESS,2,1,103441.65,20595775.63,20699217.28,127,grover-v-chain,165506.63999999763 -2339,SUCCESS,2,1,654.78,20699217.28,20699872.06,127,portfolioqaoa,1047.647999995947 -2340,SUCCESS,2,1,11706.15,20699872.06,20711578.21,127,qft,18729.840000003576 -2341,SUCCESS,2,1,2314.14,20711578.21,20713892.35,127,qftentangled,3702.624000000954 -2342,SUCCESS,2,1,5554.61,20713892.35,20719446.96,127,qftentangled,8887.375999999047 -2343,SUCCESS,2,1,4183.65,20719446.96,20723630.61,127,qftentangled,6693.840000003576 -2344,SUCCESS,2,1,16054,20723630.61,20739684.61,127,qft,25686.399999994042 -2345,SUCCESS,2,1,6864.56,20739684.61,20746549.17,127,twolocalrandom,10983.296000003815 -2347,SUCCESS,2,1,7984.45,20746549.17,20754533.62,127,twolocalrandom,12775.11999999881 -2348,SUCCESS,2,1,157.92,20754533.62,20754691.54,127,qaoa,252.67200000286104 -2349,SUCCESS,2,1,41253.04,20754691.54,20795944.58,127,random,66004.86399999261 -2351,SUCCESS,2,1,2928.07,20795944.58,20798872.65,127,qftentangled,4684.912000006438 -2352,SUCCESS,2,1,25366.39,20798872.65,20824239.04,127,qpeinexact,40586.223999994996 -2355,SUCCESS,2,1,209.38,20824239.04,20824448.42,127,graphstate,335.00800000429155 -2356,SUCCESS,2,1,58.86,20824448.42,20824507.28,127,vqe,94.17599999904633 -2358,SUCCESS,2,1,45560.04,20824507.28,20870067.32,127,qwalk-noancilla,72896.06399999857 -2359,SUCCESS,2,1,301.03,20870067.32,20870368.35,127,qft,481.64800000190735 -2360,SUCCESS,2,1,653.86,20870368.35,20871022.21,127,qftentangled,1046.1759999990463 -2361,SUCCESS,2,1,43.33,20871022.21,20871065.54,127,ghz,69.32799999713897 -2362,SUCCESS,2,1,46327.24,20871065.54,20917392.78,127,su2random,74123.58400000333 -2363,SUCCESS,2,1,32088.08,20917392.78,20949480.86,127,su2random,51340.9280000031 -2366,SUCCESS,2,1,3412.59,20949480.86,20952893.45,127,wstate,5460.143999999762 -2367,SUCCESS,2,1,3762.25,20952893.45,20956655.7,127,ae,6019.5999999940395 -2368,SUCCESS,2,1,343.58,20956655.7,20956999.28,127,tsp,549.7280000030995 -2369,SUCCESS,2,1,1136.48,20956999.28,20958135.76,127,qft,1818.3680000007153 -2370,SUCCESS,2,1,1218.53,20958135.76,20959354.29,127,dj,1949.6480000019073 -2371,SUCCESS,2,1,869.12,20959354.29,20960223.41,127,graphstate,1390.5919999957086 -2372,SUCCESS,2,1,9026.29,20960223.41,20969249.7,127,ae,14442.06399999857 -2374,SUCCESS,2,1,69.71,20969249.7,20969319.41,127,ghz,111.53600000143052 -2377,SUCCESS,2,1,1232.23,20969319.41,20970551.64,127,dj,1971.5680000007153 -2379,SUCCESS,2,1,8661.81,20970551.64,20979213.45,127,qpeexact,13858.895999997854 -2381,SUCCESS,2,1,2798.9,20979213.45,20982012.35,127,qftentangled,4478.240000003577 -2382,SUCCESS,2,1,2122.12,20982012.35,20984134.47,127,realamprandom,3395.391999995709 -2383,SUCCESS,2,1,182.19,20984134.47,20984316.66,127,ghz,291.5040000021458 -2384,SUCCESS,2,1,959.85,20984316.66,20985276.51,127,twolocalrandom,1535.7600000023842 -2385,SUCCESS,2,1,1907.52,20985276.51,20987184.03,127,qpeexact,3052.031999999285 -2386,SUCCESS,2,1,19070.44,20987184.03,21006254.47,127,qpeinexact,30512.703999996185 -2388,SUCCESS,2,1,362.28,21006254.47,21006616.75,127,graphstate,579.6480000019073 -2390,SUCCESS,2,1,16286.42,21006616.75,21022903.17,127,qft,26058.272000002864 -2392,SUCCESS,2,1,18967.77,21022903.17,21041870.94,127,realamprandom,30348.431999999288 -2393,SUCCESS,2,1,46317.45,21041870.94,21088188.39,127,su2random,74107.9199999988 -2395,SUCCESS,2,1,24279.28,21088188.39,21112467.67,127,su2random,38846.84800000191 -2398,SUCCESS,2,1,3130.73,21112467.67,21115598.4,127,realamprandom,5009.1679999947555 -2400,SUCCESS,2,1,80497.31,21115598.4,21196095.71,127,random,128795.69600000382 -2402,SUCCESS,2,1,30732.99,21196095.71,21226828.7,127,realamprandom,49172.78399999738 -2403,SUCCESS,2,1,245.38,21226828.7,21227074.08,127,graphstate,392.6079999983311 -2404,SUCCESS,2,1,1461.73,21227074.08,21228535.81,127,su2random,2338.7680000007153 -2405,SUCCESS,2,1,9697.67,21228535.81,21238233.48,127,ae,15516.272000002862 -2406,SUCCESS,2,1,50641,21238233.48,21288874.48,127,grover-v-chain,81025.6 -2407,SUCCESS,2,1,6096.59,21288874.48,21294971.07,127,qpeinexact,9754.543999999762 -2408,SUCCESS,2,1,1098.6,21294971.07,21296069.67,127,realamprandom,1757.7600000023842 -2409,SUCCESS,2,1,7569,21296069.67,21303638.67,127,random,12110.400000000001 -2411,SUCCESS,2,1,5521.63,21303638.67,21309160.3,127,su2random,8834.607999998332 -2413,SUCCESS,2,1,19137.29,21309160.3,21328297.59,127,ae,30619.66399999857 -2414,SUCCESS,2,1,53.69,21328297.59,21328351.28,127,routing,85.90400000214578 -2415,SUCCESS,2,1,1202.06,21328351.28,21329553.34,127,twolocalrandom,1923.2959999978543 -2416,SUCCESS,2,1,30364.57,21329553.34,21359917.91,127,qpeexact,48583.31200000048 -2417,SUCCESS,2,1,12158.58,21359917.91,21372076.49,127,qnn,19453.72799999714 -2418,SUCCESS,2,1,1118.43,21372076.49,21373194.92,127,dj,1789.4880000054836 -2419,SUCCESS,2,1,555.31,21373194.92,21373750.23,127,vqe,888.4959999978543 -2420,SUCCESS,2,1,2120.63,21373750.23,21375870.86,127,ae,3393.0080000042917 -2422,SUCCESS,2,1,11185.92,21375870.86,21387056.78,127,realamprandom,17897.471999996902 -2423,SUCCESS,2,1,1065.76,21387056.78,21388122.54,127,portfoliovqe,1705.2159999966623 -2424,SUCCESS,2,1,141.44,21388122.54,21388263.98,127,ghz,226.30400000214578 -2425,SUCCESS,2,1,362.86,21388263.98,21388626.84,127,dj,580.5759999990463 -2426,SUCCESS,2,1,39.78,21388626.84,21388666.62,127,ghz,63.64800000190735 -2427,SUCCESS,2,1,6462.23,21388666.62,21395128.85,127,qftentangled,10339.568000000716 -2428,SUCCESS,2,1,144.12,21395128.85,21395272.97,127,graphstate,230.59200000166894 -2429,SUCCESS,2,1,378.7,21395272.97,21395651.67,127,graphstate,605.919999998808 -2430,SUCCESS,2,1,458.56,21395651.67,21396110.23,127,ae,733.6959999978543 -2431,SUCCESS,2,1,846.81,21396110.23,21396957.04,127,wstate,1354.8959999978542 -2432,SUCCESS,2,1,472.47,21396957.04,21397429.51,127,graphstate,755.9520000040532 -2433,SUCCESS,2,1,5039.67,21397429.51,21402469.18,127,ae,8063.472000002861 -2434,SUCCESS,2,1,13228.58,21402469.18,21415697.76,127,realamprandom,21165.72799999714 -2435,SUCCESS,2,1,175.6,21415697.76,21415873.36,127,qaoa,280.9600000023842 -2436,SUCCESS,2,1,18426.89,21415873.36,21434300.25,127,ae,29483.023999994995 -2437,SUCCESS,2,1,15895.97,21434300.25,21450196.22,127,qnn,25433.551999998093 -2438,SUCCESS,2,1,9959.87,21450196.22,21460156.09,127,ae,15935.79200000167 -2440,SUCCESS,2,1,1211.2,21460156.09,21461367.29,127,dj,1937.9200000047686 -2443,SUCCESS,2,1,15247.45,21461367.29,21476614.74,127,random,24395.91999999881 -2444,SUCCESS,2,1,6966.29,21476614.74,21483581.03,127,qpeinexact,11146.06399999857 -2445,SUCCESS,2,1,1246.54,21483581.03,21484827.57,127,qft,1994.4639999985695 -2446,SUCCESS,2,1,117.36,21484827.57,21484944.93,127,graphstate,187.77599999904635 -2448,SUCCESS,2,1,7694.16,21484944.93,21492639.09,127,qpeinexact,12310.65600000024 -2449,SUCCESS,2,1,3244.72,21492639.09,21495883.81,127,qpeexact,5191.552000004053 -2450,SUCCESS,2,1,9203.05,21495883.81,21505086.86,127,su2random,14724.880000001192 -2451,SUCCESS,2,1,2130.49,21505086.86,21507217.35,127,twolocalrandom,3408.7839999973776 -2452,SUCCESS,2,1,173.75,21507217.35,21507391.1,127,graphstate,278.0 -2453,SUCCESS,2,1,8522.71,21507391.1,21515913.81,127,qnn,13636.33599999547 -2455,SUCCESS,2,1,539.87,21515913.81,21516453.68,127,ae,863.7920000076294 -2456,SUCCESS,2,1,3852.37,21516453.68,21520306.05,127,qftentangled,6163.7919999957085 -2457,SUCCESS,2,1,1687.69,21520306.05,21521993.74,127,portfoliovqe,2700.304000002146 -2458,SUCCESS,2,1,1916.39,21521993.74,21523910.13,127,qnn,3066.2239999949934 -2459,SUCCESS,2,1,2274.26,21523910.13,21526184.39,127,qpeinexact,3638.816000002623 -2460,SUCCESS,2,1,26368.42,21526184.39,21552552.81,127,realamprandom,42189.47200000286 -2461,SUCCESS,2,1,219,21552552.81,21552771.81,127,graphstate,350.40000000000003 -2463,SUCCESS,2,1,300.65,21552771.81,21553072.46,127,graphstate,481.03999999761584 -2464,SUCCESS,2,1,19969.21,21553072.46,21573041.67,127,realamprandom,31950.73600000143 -2466,SUCCESS,2,1,5701.77,21573041.67,21578743.44,127,su2random,9122.831999999285 -2467,SUCCESS,2,1,34317.56,21578743.44,21613061,127,random,54908.09599999786 -2468,SUCCESS,2,1,512.91,21613061,21613573.91,127,wstate,820.6560000002385 -2469,SUCCESS,2,1,10615.64,21613573.91,21624189.55,127,twolocalrandom,16985.024000000954 -2471,SUCCESS,2,1,535.03,21624189.55,21624724.58,127,su2random,856.0480000019074 -2472,SUCCESS,2,1,7302.72,21624724.58,21632027.3,127,twolocalrandom,11684.351999998093 -2473,SUCCESS,2,1,128.08,21632027.3,21632155.38,127,wstate,204.92799999713898 -2474,SUCCESS,2,1,73.87,21632155.38,21632229.25,127,ghz,118.19200000166893 -2476,SUCCESS,2,1,13449.23,21632229.25,21645678.48,127,ae,21518.768000000717 -2477,SUCCESS,2,1,1455.87,21645678.48,21647134.35,127,portfoliovqe,2329.392000001669 -2480,SUCCESS,2,1,77.51,21647134.35,21647211.86,127,ghz,124.01599999666215 -2482,SUCCESS,2,1,2411.76,21647211.86,21649623.62,127,realamprandom,3858.816000002623 -2483,SUCCESS,2,1,139.36,21649623.62,21649762.98,127,ghz,222.97599999904634 -2484,SUCCESS,2,1,26670.48,21649762.98,21676433.46,127,qft,42672.76800000072 -2485,SUCCESS,2,1,4813.96,21676433.46,21681247.42,127,twolocalrandom,7702.336000001431 -2486,SUCCESS,2,1,12675.81,21681247.42,21693923.23,127,qft,20281.295999997856 -2489,SUCCESS,2,1,324.48,21693923.23,21694247.71,127,wstate,519.1680000007153 -2490,SUCCESS,2,1,1637.95,21694247.71,21695885.66,127,ghz,2620.719999998808 -2491,SUCCESS,2,1,238.94,21695885.66,21696124.6,127,wstate,382.3040000021458 -2492,SUCCESS,2,1,432.86,21696124.6,21696557.46,127,dj,692.5759999990464 -2493,SUCCESS,2,1,36555.12,21696557.46,21733112.58,127,qnn,58488.19199999571 -2496,SUCCESS,2,1,806.08,21733112.58,21733918.66,127,wstate,1289.7280000030996 -2497,SUCCESS,2,1,18548.48,21733918.66,21752467.14,127,su2random,29677.568000000716 -2498,SUCCESS,2,1,161.74,21752467.14,21752628.88,127,graphstate,258.7840000033379 -2499,SUCCESS,2,1,755.07,21752628.88,21753383.95,127,dj,1208.1120000004769 -2500,SUCCESS,2,1,4113.13,21753383.95,21757497.08,127,qft,6581.007999998332 -2501,SUCCESS,2,1,713.39,21757497.08,21758210.47,127,graphstate,1141.4240000009538 -2503,SUCCESS,2,1,284.45,21758210.47,21758494.92,127,twolocalrandom,455.11999999880794 -2504,SUCCESS,2,1,45.08,21758494.92,21758540,127,ghz,72.12799999713899 -2506,SUCCESS,2,1,180.6,21758540,21758720.6,127,dj,288.9600000023842 -2507,SUCCESS,2,1,1568.32,21758720.6,21760288.92,127,ghz,2509.312000000477 -2508,SUCCESS,2,1,11249.29,21760288.92,21771538.21,127,su2random,17998.86399999857 -2509,SUCCESS,2,1,931.91,21771538.21,21772470.12,127,su2random,1491.0560000002386 -2511,SUCCESS,2,1,1913,21772470.12,21774383.12,127,ae,3060.8 -2512,SUCCESS,2,1,2573.67,21774383.12,21776956.79,127,realamprandom,4117.871999996901 -2514,SUCCESS,2,1,1397.88,21776956.79,21778354.67,127,su2random,2236.6080000042916 -2515,SUCCESS,2,1,3445.59,21778354.67,21781800.26,127,qft,5512.943999999762 -2516,SUCCESS,2,1,6112.25,21781800.26,21787912.51,127,qnn,9779.6 -2517,SUCCESS,2,1,1846.33,21787912.51,21789758.84,127,su2random,2954.1279999971393 -2518,SUCCESS,2,1,1048.91,21789758.84,21790807.75,127,wstate,1678.2560000002386 -2519,SUCCESS,2,1,4932.39,21790807.75,21795740.14,127,qpeexact,7891.824000000954 -2520,SUCCESS,2,1,1432.01,21795740.14,21797172.15,127,wstate,2291.215999996662 -2521,SUCCESS,2,1,28829.08,21797172.15,21826001.23,127,qpeexact,46126.528000003105 -2522,SUCCESS,2,1,16964.6,21826001.23,21842965.83,127,ae,27143.359999996424 -2525,SUCCESS,2,1,1574.86,21842965.83,21844540.69,127,ae,2519.776000005007 -2526,SUCCESS,2,1,446.42,21844540.69,21844987.11,127,ghz,714.2719999969006 -2527,SUCCESS,2,1,360.68,21844987.11,21845347.79,127,wstate,577.0880000054837 -2530,SUCCESS,2,1,9140.89,21845347.79,21854488.68,127,qftentangled,14625.423999994993 -2531,SUCCESS,2,1,2774.67,21854488.68,21857263.35,127,ae,4439.472000002861 -2533,SUCCESS,2,1,145.21,21857263.35,21857408.56,127,graphstate,232.33600000143053 -2534,SUCCESS,2,1,17286.91,21857408.56,21874695.47,127,qnn,27659.055999994278 -2536,SUCCESS,2,1,30248.34,21874695.47,21904943.81,127,qpeinexact,48397.343999999764 -2537,SUCCESS,2,1,55284.71,21904943.81,21960228.52,127,realamprandom,88455.53600000143 -2538,SUCCESS,2,1,4762.24,21960228.52,21964990.76,127,su2random,7619.584000003339 -2539,SUCCESS,2,1,1439.94,21964990.76,21966430.7,127,dj,2303.9039999961856 -2541,SUCCESS,2,1,74.9,21966430.7,21966505.6,127,ghz,119.84000000357628 -2542,SUCCESS,2,1,285.97,21966505.6,21966791.57,127,graphstate,457.5519999980927 -2543,SUCCESS,2,1,4237.86,21966791.57,21971029.43,127,realamprandom,6780.575999999047 -2544,SUCCESS,2,1,2349.41,21971029.43,21973378.84,127,ghz,3759.056000000239 -2545,SUCCESS,2,1,22899.51,21973378.84,21996278.35,127,su2random,36639.21600000263 -2546,SUCCESS,2,1,2604.48,21996278.35,21998882.83,127,ae,4167.167999994755 -2551,SUCCESS,2,1,1121.58,21998882.83,22000004.41,127,qft,1794.5280000030996 -2552,SUCCESS,2,1,863.13,22000004.41,22000867.54,127,qftentangled,1381.0080000042917 -2553,SUCCESS,2,1,36556.28,22000867.54,22037423.82,127,random,58490.04799999595 -2555,SUCCESS,2,1,1322.94,22037423.82,22038746.76,127,qpeexact,2116.7040000021457 -2557,SUCCESS,2,1,1506.96,22038746.76,22040253.72,127,qwalk-v-chain,2411.1359999954702 -2558,SUCCESS,2,1,4086.23,22040253.72,22044339.95,127,qnn,6537.968000000716 -2560,SUCCESS,2,1,11414.95,22044339.95,22055754.9,127,su2random,18263.91999999881 -2562,SUCCESS,2,1,41487.82,22055754.9,22097242.72,127,twolocalrandom,66380.51200000048 -2563,SUCCESS,2,1,4166.17,22097242.72,22101408.89,127,qpeinexact,6665.872000002862 -2565,SUCCESS,2,1,12236.31,22101408.89,22113645.2,127,random,19578.095999997855 -2567,SUCCESS,2,1,4024.02,22113645.2,22117669.22,127,dj,6438.431999999285 -2569,SUCCESS,2,1,7636,22117669.22,22125305.22,127,realamprandom,12217.6 -2570,SUCCESS,2,1,2373.45,22125305.22,22127678.67,127,dj,3797.5200000047685 -2571,SUCCESS,2,1,4451.26,22127678.67,22132129.93,127,qft,7122.015999996663 -2572,SUCCESS,2,1,1134.13,22132129.93,22133264.06,127,portfoliovqe,1814.6079999983313 -2574,SUCCESS,2,1,11517.44,22133264.06,22144781.5,127,random,18427.904000002145 -2575,SUCCESS,2,1,897.92,22144781.5,22145679.42,127,dj,1436.672000002861 -2576,SUCCESS,2,1,39710.45,22145679.42,22185389.87,127,twolocalrandom,63536.71999999881 -2577,SUCCESS,2,1,49074.58,22185389.87,22234464.45,127,su2random,78519.32800000311 -2578,SUCCESS,2,1,5614.3,22234464.45,22240078.75,127,qft,8982.879999995232 -2579,SUCCESS,2,1,71.44,22240078.75,22240150.19,127,vqe,114.30400000214577 -2580,SUCCESS,2,1,23302.95,22240150.19,22263453.14,127,su2random,37284.71999999881 -2581,SUCCESS,2,1,3658.68,22263453.14,22267111.82,127,qft,5853.887999999523 -2582,SUCCESS,2,1,5572.8,22267111.82,22272684.62,127,realamprandom,8916.480000001193 -2583,SUCCESS,2,1,33131.98,22272684.62,22305816.6,127,qpeexact,53011.16800000072 -2585,SUCCESS,2,1,828.28,22305816.6,22306644.88,127,ae,1325.2480000019075 -2586,SUCCESS,2,1,395.9,22306644.88,22307040.78,127,ghz,633.4399999976158 -2587,SUCCESS,2,1,1852.3,22307040.78,22308893.08,127,realamprandom,2963.680000001192 -2588,SUCCESS,2,1,6150.61,22308893.08,22315043.69,127,qpeexact,9840.975999999047 -2589,SUCCESS,2,1,1110.48,22315043.69,22316154.17,127,wstate,1776.7680000007153 -2591,SUCCESS,2,1,2520.83,22316154.17,22318675,127,wstate,4033.327999997139 -2592,SUCCESS,2,1,967,22318675,22319642,127,wstate,1547.2 -2593,SUCCESS,2,1,23228.42,22319642,22342870.42,127,su2random,37165.47200000286 -2594,SUCCESS,2,1,6211.17,22342870.42,22349081.59,127,ae,9937.871999996902 -2595,SUCCESS,2,1,11913.64,22349081.59,22360995.23,127,qpeexact,19061.824000000954 -2596,SUCCESS,2,1,10659.05,22360995.23,22371654.28,127,qftentangled,17054.480000001193 -2597,SUCCESS,2,1,6886.89,22371654.28,22378541.17,127,qft,11019.024000000954 -2598,SUCCESS,2,1,61638.27,22378541.17,22440179.44,127,random,98621.23199999929 -2599,SUCCESS,2,1,6564.05,22440179.44,22446743.49,127,twolocalrandom,10502.480000001193 -2600,SUCCESS,2,1,5935.07,22446743.49,22452678.56,127,qftentangled,9496.111999994517 -2601,SUCCESS,2,1,7317.27,22452678.56,22459995.83,127,qpeexact,11707.632000005246 -2602,SUCCESS,2,1,3841.13,22459995.83,22463836.96,127,qnn,6145.807999998331 -2603,SUCCESS,2,1,14368.02,22463836.96,22478204.98,127,ae,22988.831999999285 -2604,SUCCESS,2,1,7604.19,22478204.98,22485809.17,127,realamprandom,12166.704000002146 -2605,SUCCESS,2,1,8916.7,22485809.17,22494725.87,127,qpeexact,14266.719999998808 -2606,SUCCESS,2,1,3564,22494725.87,22498289.87,127,su2random,5702.400000000001 -2607,SUCCESS,2,1,205.33,22498289.87,22498495.2,127,ghz,328.52800000309946 -2609,SUCCESS,2,1,379.89,22498495.2,22498875.09,127,wstate,607.8239999949932 -2610,SUCCESS,2,1,18110.41,22498875.09,22516985.5,127,twolocalrandom,28976.65600000024 -2612,SUCCESS,2,1,12127.28,22516985.5,22529112.78,127,twolocalrandom,19403.648000001907 -2613,SUCCESS,2,1,303.82,22529112.78,22529416.6,127,graphstate,486.1120000004769 -2614,SUCCESS,2,1,33.35,22529416.6,22529449.95,127,graphstate,53.359999996423724 -2616,SUCCESS,2,1,379.29,22529449.95,22529829.24,127,dj,606.86400000453 -2618,SUCCESS,2,1,7539.06,22529829.24,22537368.3,127,ae,12062.495999997855 -2619,SUCCESS,2,1,8172.92,22537368.3,22545541.22,127,qpeexact,13076.672000002862 -2621,SUCCESS,2,1,2629.91,22545541.22,22548171.13,127,twolocalrandom,4207.856000000239 -2622,SUCCESS,2,1,5029.03,22548171.13,22553200.16,127,qftentangled,8046.447999995948 -2623,SUCCESS,2,1,2084.5,22553200.16,22555284.66,127,dj,3335.2000000000003 -2624,SUCCESS,2,1,166.56,22555284.66,22555451.22,127,ghz,266.4960000038147 -2625,SUCCESS,2,1,3115.28,22555451.22,22558566.5,127,qftentangled,4984.447999995948 -2626,SUCCESS,2,1,3242.97,22558566.5,22561809.47,127,qnn,5188.752000004053 -2627,SUCCESS,2,1,179.88,22561809.47,22561989.35,127,graphstate,287.80799999833107 -2630,SUCCESS,2,1,35045.84,22561989.35,22597035.19,127,qpeexact,56073.343999999764 -2631,SUCCESS,2,1,4316.35,22597035.19,22601351.54,127,qpeinexact,6906.159999996424 -2632,SUCCESS,2,1,10199.38,22601351.54,22611550.92,127,realamprandom,16319.008000004293 -2635,SUCCESS,2,1,1582.76,22611550.92,22613133.68,127,portfoliovqe,2532.4159999966623 -2636,SUCCESS,2,1,956.09,22613133.68,22614089.77,127,qpeexact,1529.7440000057222 -2637,SUCCESS,2,1,187.74,22614089.77,22614277.51,127,dj,300.38399999737743 -2639,SUCCESS,2,1,3992.81,22614277.51,22618270.32,127,wstate,6388.495999997855 -2640,SUCCESS,2,1,391.34,22618270.32,22618661.66,127,graphstate,626.1439999997616 -2641,SUCCESS,2,1,12515.68,22618661.66,22631177.34,127,qft,20025.087999999523 -2642,SUCCESS,2,1,223.39,22631177.34,22631400.73,127,graphstate,357.4240000009537 -2643,SUCCESS,2,1,1969.89,22631400.73,22633370.62,127,ae,3151.8240000009537 -2644,SUCCESS,2,1,11374.87,22633370.62,22644745.49,127,qpeexact,18199.79199999571 -2645,SUCCESS,2,1,723.41,22644745.49,22645468.9,127,wstate,1157.456000006199 -2646,SUCCESS,2,1,264.96,22645468.9,22645733.86,127,ghz,423.93599999547007 -2647,SUCCESS,2,1,8528.46,22645733.86,22654262.32,127,qft,13645.536000001432 -2649,SUCCESS,2,1,131.85,22654262.32,22654394.17,127,wstate,210.9600000023842 -2650,SUCCESS,2,1,492.49,22654394.17,22654886.66,127,wstate,787.9839999973774 -2651,SUCCESS,2,1,19445.39,22654886.66,22674332.05,127,qft,31112.624000000957 -2652,SUCCESS,2,1,3451.68,22674332.05,22677783.73,127,qpeexact,5522.6879999995235 -2653,SUCCESS,2,1,44759.57,22677783.73,22722543.3,127,qnn,71615.31200000049 -2654,SUCCESS,2,1,187.73,22722543.3,22722731.03,127,graphstate,300.36800000071526 -2655,SUCCESS,2,1,10434.26,22722731.03,22733165.29,127,qftentangled,16694.816000002622 -2656,SUCCESS,2,1,675.32,22733165.29,22733840.61,127,qftentangled,1080.512000000477 -2657,SUCCESS,2,1,1014.35,22733840.61,22734854.96,127,su2random,1622.959999996424 -2659,SUCCESS,2,1,17265.11,22734854.96,22752120.07,127,qpeexact,27624.175999999046 -2662,SUCCESS,2,1,26883.97,22752120.07,22779004.04,127,realamprandom,43014.35199999809 -2663,SUCCESS,2,1,106.02,22779004.04,22779110.06,127,ghz,169.63200000524523 -2664,SUCCESS,2,1,1815.91,22779110.06,22780925.97,127,dj,2905.455999994278 -2666,SUCCESS,2,1,6178.98,22780925.97,22787104.95,127,qnn,9886.368000000715 -2667,SUCCESS,2,1,2152.38,22787104.95,22789257.33,127,wstate,3443.808000004292 -2668,SUCCESS,2,1,7815.05,22789257.33,22797072.38,127,ae,12504.080000001193 -2669,SUCCESS,2,1,15518.81,22797072.38,22812591.19,127,realamprandom,24830.095999997855 -2670,SUCCESS,2,1,894.27,22812591.19,22813485.46,127,dj,1430.8319999992848 -2671,SUCCESS,2,1,941.76,22813485.46,22814427.22,127,dj,1506.8160000026228 -2672,SUCCESS,2,1,2058.78,22814427.22,22816486,127,qft,3294.047999995947 -2674,SUCCESS,2,1,25606.54,22816486,22842092.54,127,qpeexact,40970.463999998574 -2676,SUCCESS,2,1,5592.2,22842092.54,22847684.74,127,qft,8947.519999998809 -2678,SUCCESS,2,1,3377.98,22847684.74,22851062.72,127,realamprandom,5404.768000000716 -2679,SUCCESS,2,1,8226.73,22851062.72,22859289.45,127,qpeexact,13162.768000006676 -2680,SUCCESS,2,1,2098.65,22859289.45,22861388.1,127,qftentangled,3357.839999997616 -2681,SUCCESS,2,1,707.03,22861388.1,22862095.13,127,qftentangled,1131.2480000019075 -2682,SUCCESS,2,1,2642.97,22862095.13,22864738.1,127,qft,4228.751999998093 -2683,SUCCESS,2,1,1112.81,22864738.1,22865850.91,127,dj,1780.4959999978544 -2684,SUCCESS,2,1,646.07,22865850.91,22866496.98,127,qnn,1033.7120000004768 -2685,SUCCESS,2,1,3714.16,22866496.98,22870211.14,127,qftentangled,5942.656000000239 -2688,SUCCESS,2,1,1175.39,22870211.14,22871386.53,127,realamprandom,1880.6240000009539 -2689,SUCCESS,2,1,113419.22,22871386.53,22984805.75,127,shor,181470.75199999812 -2690,SUCCESS,2,1,20393.5,22984805.75,23005199.25,127,realamprandom,32629.600000000002 -2691,SUCCESS,2,1,5701.18,23005199.25,23010900.43,127,ae,9121.888000005483 -2692,SUCCESS,2,1,2705.05,23010900.43,23013605.48,127,ae,4328.079999995231 -2693,SUCCESS,2,1,3092.65,23013605.48,23016698.13,127,wstate,4948.239999997616 -2695,SUCCESS,2,1,351.59,23016698.13,23017049.72,127,ghz,562.5439999997616 -2696,SUCCESS,2,1,3956.96,23017049.72,23021006.68,127,qpeinexact,6331.136000001431 -2697,SUCCESS,2,1,188404.5,23021006.68,23209411.18,127,random,301447.2 -2698,SUCCESS,2,1,12531.08,23209411.18,23221942.26,127,su2random,20049.728000003102 -2700,SUCCESS,2,1,12845.07,23221942.26,23234787.33,127,qpeinexact,20552.112000000478 -2701,SUCCESS,2,1,17099.18,23234787.33,23251886.51,127,realamprandom,27358.687999999525 -2704,SUCCESS,2,1,2706.78,23251886.51,23254593.29,127,ae,4330.847999995947 -2705,SUCCESS,2,1,5229.86,23254593.29,23259823.15,127,wstate,8367.776000005008 -2706,SUCCESS,2,1,2608.62,23259823.15,23262431.77,127,ae,4173.792000001669 -2707,SUCCESS,2,1,2057.33,23262431.77,23264489.1,127,qpeinexact,3291.7279999971392 -2708,SUCCESS,2,1,3171.47,23264489.1,23267660.57,127,twolocalrandom,5074.351999998093 -2710,SUCCESS,2,1,1907.85,23267660.57,23269568.42,127,wstate,3052.560000002384 -2711,SUCCESS,2,1,11096.36,23269568.42,23280664.78,127,qft,17754.175999999046 -2712,SUCCESS,2,1,478.73,23280664.78,23281143.51,127,graphstate,765.9680000007153 -2713,SUCCESS,2,1,7153.04,23281143.51,23288296.55,127,ae,11444.86399999857 -2714,SUCCESS,2,1,8026.7,23288296.55,23296323.25,127,ae,12842.719999998808 -2715,SUCCESS,2,1,3608.45,23296323.25,23299931.7,127,qnn,5773.520000004769 -2716,SUCCESS,2,1,1909.99,23299931.7,23301841.69,127,wstate,3055.9839999973774 -2717,SUCCESS,2,1,1155.94,23301841.69,23302997.63,127,qpeinexact,1849.5039999961855 -2718,SUCCESS,2,1,47.22,23302997.63,23303044.85,127,dj,75.55200000405311 -2719,SUCCESS,2,1,51487.13,23303044.85,23354531.98,127,qnn,82379.40799999834 -2720,SUCCESS,2,1,674.35,23354531.98,23355206.33,127,dj,1078.9599999964237 -2721,SUCCESS,2,1,1991.36,23355206.33,23357197.69,127,ghz,3186.176000005007 -2722,SUCCESS,2,1,130.36,23357197.69,23357328.05,127,ghz,208.57599999904633 -2723,SUCCESS,2,1,45484.12,23357328.05,23402812.17,127,su2random,72774.59200000168 -2724,SUCCESS,2,1,760.14,23402812.17,23403572.31,127,dj,1216.2240000009538 -2725,SUCCESS,2,1,4845.08,23403572.31,23408417.39,127,qft,7752.127999997139 -2726,SUCCESS,2,1,2381.73,23408417.39,23410799.12,127,su2random,3810.7680000007153 -2728,SUCCESS,2,1,24431.45,23410799.12,23435230.57,127,qftentangled,39090.31999999881 -2730,SUCCESS,2,1,3421.06,23435230.57,23438651.63,127,qpeinexact,5473.695999997854 -2731,SUCCESS,2,1,290.13,23438651.63,23438941.76,127,dj,464.20800000429153 -2732,SUCCESS,2,1,20899.29,23438941.76,23459841.05,127,realamprandom,33438.86399999857 -2733,SUCCESS,2,1,628.2,23459841.05,23460469.25,127,ghz,1005.119999998808 -2735,SUCCESS,2,1,2539.02,23460469.25,23463008.27,127,wstate,4062.4320000052453 -2736,SUCCESS,2,1,61.18,23463008.27,23463069.45,127,vqe,97.88799999952317 -2737,SUCCESS,2,1,1694.82,23463069.45,23464764.27,127,su2random,2711.7119999945166 -2740,SUCCESS,2,1,4184.71,23464764.27,23468948.98,127,wstate,6695.536000001431 -2741,SUCCESS,2,1,2311.18,23468948.98,23471260.16,127,qft,3697.8879999995233 -2742,SUCCESS,2,1,2179.48,23471260.16,23473439.64,127,dj,3487.1680000007154 -2743,SUCCESS,2,1,1245.82,23473439.64,23474685.46,127,wstate,1993.312000000477 -2744,SUCCESS,2,1,93.43,23474685.46,23474778.89,127,qaoa,149.48799999952317 -2745,SUCCESS,2,1,23181.12,23474778.89,23497960.01,127,realamprandom,37089.79200000167 -2746,SUCCESS,2,1,3961.11,23497960.01,23501921.12,127,twolocalrandom,6337.775999999047 -2747,SUCCESS,2,1,287.16,23501921.12,23502208.28,127,ghz,459.4560000002384 -2748,SUCCESS,2,1,972.03,23502208.28,23503180.31,127,portfoliovqe,1555.2480000019075 -2749,SUCCESS,2,1,383.51,23503180.31,23503563.82,127,wstate,613.6159999966621 -2750,SUCCESS,2,1,19102.86,23503563.82,23522666.68,127,qnn,30564.576000005007 -2751,SUCCESS,2,1,7947.61,23522666.68,23530614.29,127,qftentangled,12716.175999999046 -2752,SUCCESS,2,1,15618.8,23530614.29,23546233.09,127,qpeexact,24990.079999995232 -2753,SUCCESS,2,1,14250.02,23546233.09,23560483.11,127,qpeinexact,22800.031999999286 -2754,SUCCESS,2,1,1132.18,23560483.11,23561615.29,127,su2random,1811.4880000054836 -2755,SUCCESS,2,1,1238.91,23561615.29,23562854.2,127,qpeinexact,1982.255999994278 -2757,SUCCESS,2,1,374.92,23562854.2,23563229.12,127,qftentangled,599.872000002861 -2758,SUCCESS,2,1,22966.96,23563229.12,23586196.08,127,ae,36747.13599999547 -2760,SUCCESS,2,1,36720.88,23586196.08,23622916.96,127,qpeexact,58753.408000004296 -2761,SUCCESS,2,1,7985.9,23622916.96,23630902.86,127,qpeexact,12777.440000003577 -2762,SUCCESS,2,1,265.56,23630902.86,23631168.42,127,ghz,424.89599999785423 -2763,SUCCESS,2,1,16094.39,23631168.42,23647262.81,127,twolocalrandom,25751.023999994995 -2764,SUCCESS,2,1,2609.25,23647262.81,23649872.06,127,qpeinexact,4174.800000005961 -2765,SUCCESS,2,1,8854.73,23649872.06,23658726.79,127,qft,14167.567999994755 -2766,SUCCESS,2,1,1620.42,23658726.79,23660347.21,127,su2random,2592.6720000028613 -2767,SUCCESS,2,1,6884.49,23660347.21,23667231.7,127,qftentangled,11015.184000003339 -2768,SUCCESS,2,1,518.65,23667231.7,23667750.35,127,portfoliovqe,829.8399999976159 -2769,SUCCESS,2,1,1905.16,23667750.35,23669655.51,127,qftentangled,3048.2560000002386 -2770,SUCCESS,2,1,130.68,23669655.51,23669786.19,127,graphstate,209.08799999952316 -2771,SUCCESS,2,1,2882.77,23669786.19,23672668.96,127,grover-v-chain,4612.431999999285 -2772,SUCCESS,2,1,14469.42,23672668.96,23687138.38,127,qftentangled,23151.072000002863 -2773,SUCCESS,2,1,2898.5,23687138.38,23690036.88,127,twolocalrandom,4637.6 -2774,SUCCESS,2,1,8416.8,23690036.88,23698453.68,127,qpeexact,13466.880000001192 -2775,SUCCESS,2,1,587.63,23698453.68,23699041.31,127,dj,940.2079999923707 -2776,SUCCESS,2,1,1813.35,23699041.31,23700854.66,127,dj,2901.3600000023844 -2778,SUCCESS,2,1,972.64,23700854.66,23701827.3,127,wstate,1556.2240000009538 -2779,SUCCESS,2,1,3577.21,23701827.3,23705404.51,127,twolocalrandom,5723.536000001431 -2780,SUCCESS,2,1,7180.57,23705404.51,23712585.08,127,qnn,11488.911999994518 -2781,SUCCESS,2,1,45135.7,23712585.08,23757720.78,127,su2random,72217.12000000477 -2782,SUCCESS,2,1,37082.37,23757720.78,23794803.15,127,qnn,59331.792000001675 -2784,SUCCESS,2,1,603.89,23794803.15,23795407.04,127,qft,966.2240000009538 -2785,SUCCESS,2,1,6394.7,23795407.04,23801801.74,127,qftentangled,10231.519999992848 -2786,SUCCESS,2,1,17081.8,23801801.74,23818883.54,127,qft,27330.880000001194 -2787,SUCCESS,2,1,645.89,23818883.54,23819529.43,127,dj,1033.4240000069142 -2789,SUCCESS,2,1,874.69,23819529.43,23820404.12,127,dj,1399.5039999961855 -2790,SUCCESS,2,1,1762.28,23820404.12,23822166.4,127,ghz,2819.6480000019073 -2791,SUCCESS,2,1,12973.46,23822166.4,23835139.86,127,qftentangled,20757.53599999547 -2793,SUCCESS,2,1,840.19,23835139.86,23835980.05,127,dj,1344.3040000021458 -2794,SUCCESS,2,1,16471.82,23835980.05,23852451.87,127,qft,26354.912000000477 -2796,SUCCESS,2,1,182961.53,23852451.87,24035413.4,127,random,292738.44799999596 -2797,SUCCESS,2,1,7299.92,24035413.4,24042713.32,127,qpeinexact,11679.872000002862 -2798,SUCCESS,2,1,611.94,24042713.32,24043325.26,127,random,979.1040000021458 -2799,SUCCESS,2,1,472.44,24043325.26,24043797.7,127,dj,755.9039999961853 -2800,SUCCESS,2,1,5113.48,24043797.7,24048911.18,127,qwalk-v-chain,8181.568000006676 -2801,SUCCESS,2,1,1666.98,24048911.18,24050578.16,127,portfolioqaoa,2667.167999994755 -2802,SUCCESS,2,1,5605.38,24050578.16,24056183.54,127,realamprandom,8968.607999998332 -2803,SUCCESS,2,1,15230.94,24056183.54,24071414.48,127,twolocalrandom,24369.504000002147 -2804,SUCCESS,2,1,7196.13,24071414.48,24078610.61,127,su2random,11513.808000004292 -2805,SUCCESS,2,1,10884.87,24078610.61,24089495.48,127,realamprandom,17415.79199999571 -2806,SUCCESS,2,1,3539.22,24089495.48,24093034.7,127,ae,5662.751999998093 -2807,SUCCESS,2,1,14137.83,24093034.7,24107172.53,127,qpeexact,22620.5280000031 -2808,SUCCESS,2,1,230.25,24107172.53,24107402.78,127,dj,368.40000000000003 -2809,SUCCESS,2,1,3984.32,24107402.78,24111387.1,127,su2random,6374.912000000477 -2810,SUCCESS,2,1,10491.22,24111387.1,24121878.32,127,qpeexact,16785.951999998095 -2812,SUCCESS,2,1,29341.38,24121878.32,24151219.7,127,qft,46946.20800000429 -2814,SUCCESS,2,1,2984.76,24151219.7,24154204.46,127,random,4775.615999996662 -2816,SUCCESS,2,1,443.23,24154204.46,24154647.69,127,qpeexact,709.1680000007153 -2817,SUCCESS,2,1,620.8,24154647.69,24155268.49,127,graphstate,993.2799999952317 -2818,SUCCESS,2,1,50849.1,24155268.49,24206117.59,127,qnn,81358.56000000238 -2819,SUCCESS,2,1,18187.56,24206117.59,24224305.15,127,twolocalrandom,29100.095999997855 -2820,SUCCESS,2,1,659.4,24224305.15,24224964.55,127,random,1055.0400000035763 -2821,SUCCESS,2,1,1182.46,24224964.55,24226147.01,127,qnn,1891.9360000014306 -2822,SUCCESS,2,1,6224.42,24226147.01,24232371.43,127,ae,9959.072000002861 -2824,SUCCESS,2,1,11698.22,24232371.43,24244069.65,127,qnn,18717.151999998092 -2825,SUCCESS,2,1,9959.02,24244069.65,24254028.67,127,ae,15934.431999999286 -2827,SUCCESS,2,1,5214.63,24254028.67,24259243.3,127,qftentangled,8343.407999998331 -2828,SUCCESS,2,1,1897.95,24259243.3,24261141.25,127,qnn,3036.719999998808 -2829,SUCCESS,2,1,661.5,24261141.25,24261802.75,127,qftentangled,1058.4 -2830,SUCCESS,2,1,8428.29,24261802.75,24270231.04,127,twolocalrandom,13485.26399999857 -2832,SUCCESS,2,1,5670.88,24270231.04,24275901.92,127,pricingput,9073.408000004292 -2834,SUCCESS,2,1,204.09,24275901.92,24276106.01,127,dj,326.5439999997616 -2835,SUCCESS,2,1,512.09,24276106.01,24276618.1,127,wstate,819.3439999997616 -2837,SUCCESS,2,1,22546.09,24276618.1,24299164.19,127,qpeinexact,36073.743999999766 -2840,SUCCESS,2,1,4511.14,24299164.19,24303675.33,127,pricingput,7217.823999994994 -2842,SUCCESS,2,1,491.32,24303675.33,24304166.65,127,graphstate,786.1120000004769 -2843,SUCCESS,2,1,18325.77,24304166.65,24322492.42,127,ae,29321.232000005246 -2844,SUCCESS,2,1,1455.62,24322492.42,24323948.04,127,wstate,2328.9919999957087 -2847,SUCCESS,2,1,7473.83,24323948.04,24331421.87,127,qpeexact,11958.1280000031 -2848,SUCCESS,2,1,54861.11,24331421.87,24386282.98,127,random,87777.77599999905 -2850,SUCCESS,2,1,9701.36,24386282.98,24395984.34,127,qpeexact,15522.175999999046 -2852,SUCCESS,2,1,5158.13,24395984.34,24401142.47,127,qpeinexact,8253.007999998332 -2853,SUCCESS,2,1,21213.37,24401142.47,24422355.84,127,su2random,33941.39200000167 -2854,SUCCESS,2,1,5733.65,24422355.84,24428089.49,127,qpeinexact,9173.840000003576 -2855,SUCCESS,2,1,12844.76,24428089.49,24440934.25,127,qft,20551.615999996662 -2857,SUCCESS,2,1,29705.97,24440934.25,24470640.22,127,qpeexact,47529.552000004056 -2858,SUCCESS,2,1,3466.12,24470640.22,24474106.34,127,qftentangled,5545.7919999957085 -2859,SUCCESS,2,1,10009.08,24474106.34,24484115.42,127,qftentangled,16014.5280000031 -2860,SUCCESS,2,1,9447.88,24484115.42,24493563.3,127,qpeinexact,15116.607999998332 -2861,SUCCESS,2,1,27984.36,24493563.3,24521547.66,127,su2random,44774.97599999905 -2862,SUCCESS,2,1,1366.28,24521547.66,24522913.94,127,dj,2186.0480000019074 -2863,SUCCESS,2,1,438.85,24522913.94,24523352.79,127,groundstate,702.1600000023842 -2865,SUCCESS,2,1,199.12,24523352.79,24523551.91,127,graphstate,318.5919999957085 -2866,SUCCESS,2,1,1725.44,24523551.91,24525277.35,127,dj,2760.704000002146 -2867,SUCCESS,2,1,2294,24525277.35,24527571.35,127,portfoliovqe,3670.4 -2868,SUCCESS,2,1,19170.53,24527571.35,24546741.88,127,qpeexact,30672.848000001908 -2869,SUCCESS,2,1,3450.14,24546741.88,24550192.02,127,dj,5520.224000000954 -2870,SUCCESS,2,1,286.14,24550192.02,24550478.16,127,dj,457.82399999499324 -2871,SUCCESS,2,1,1957.27,24550478.16,24552435.43,127,random,3131.6320000052456 -2872,SUCCESS,2,1,113785.69,24552435.43,24666221.12,127,random,182057.1039999962 -2873,SUCCESS,2,1,2035.83,24666221.12,24668256.95,127,dj,3257.3280000030995 -2875,SUCCESS,2,1,6212.93,24668256.95,24674469.88,127,qpeexact,9940.687999999524 -2876,SUCCESS,2,1,2065.88,24674469.88,24676535.76,127,portfolioqaoa,3305.4079999983314 -2877,SUCCESS,2,1,400.53,24676535.76,24676936.29,127,twolocalrandom,640.8479999959469 -2878,SUCCESS,2,1,418.97,24676936.29,24677355.26,127,graphstate,670.3520000040531 -2879,SUCCESS,2,1,1689.47,24677355.26,24679044.73,127,ae,2703.151999998093 -2880,SUCCESS,2,1,115.13,24679044.73,24679159.86,127,ghz,184.20800000429153 -2881,SUCCESS,2,1,1970.64,24679159.86,24681130.5,127,qftentangled,3153.0239999949936 -2882,SUCCESS,2,1,2560.01,24681130.5,24683690.51,127,dj,4096.016000002623 -2883,SUCCESS,2,1,35637.4,24683690.51,24719327.91,127,pricingcall,57019.83999999762 -2885,SUCCESS,2,1,85568.74,24719327.91,24804896.65,127,random,136909.98399999738 -2887,SUCCESS,2,1,237.31,24804896.65,24805133.96,127,graphstate,379.69600000381473 -2889,SUCCESS,2,1,2783.92,24805133.96,24807917.88,127,qnn,4454.272000002861 -2890,SUCCESS,2,1,4797.22,24807917.88,24812715.1,127,qft,7675.551999998093 -2891,SUCCESS,2,1,11925.16,24812715.1,24824640.26,127,qftentangled,19080.256000000238 -2892,SUCCESS,2,1,25288.03,24824640.26,24849928.29,127,pricingput,40460.84799999595 -2893,SUCCESS,2,1,56793.81,24849928.29,24906722.1,127,random,90870.09600000382 -2894,SUCCESS,2,1,938.84,24906722.1,24907660.94,127,qpeinexact,1502.1439999997617 -2895,SUCCESS,2,1,1245.83,24907660.94,24908906.77,127,dj,1993.3279999971392 -2896,SUCCESS,2,1,5809.29,24908906.77,24914716.06,127,ae,9294.86399999857 -2899,SUCCESS,2,1,1103.12,24914716.06,24915819.18,127,dj,1764.992000001669 -2901,SUCCESS,2,1,28812.43,24915819.18,24944631.61,127,random,46099.888000005485 -2902,SUCCESS,2,1,525.54,24944631.61,24945157.15,127,dj,840.8639999985695 -2903,SUCCESS,2,1,4306.27,24945157.15,24949463.42,127,qftentangled,6890.031999999285 -2904,SUCCESS,2,1,8744.12,24949463.42,24958207.54,127,qpeinexact,13990.59200000167 -2906,SUCCESS,2,1,6204.9,24958207.54,24964412.44,127,qpeinexact,9927.839999997617 -2907,SUCCESS,2,1,757.77,24964412.44,24965170.21,127,dj,1212.4319999992847 -2908,SUCCESS,2,1,8925.18,24965170.21,24974095.39,127,qftentangled,14280.287999999524 -2909,SUCCESS,2,1,10452.95,24974095.39,24984548.34,127,qftentangled,16724.719999998808 -2910,SUCCESS,2,1,238.71,24984548.34,24984787.05,127,graphstate,381.93600000143056 -2911,SUCCESS,2,1,3390.55,24984787.05,24988177.6,127,qftentangled,5424.8800000011925 -2913,SUCCESS,2,1,54.01,24988177.6,24988231.61,127,ghz,86.41599999666215 -2914,SUCCESS,2,1,9502.42,24988231.61,24997734.03,127,qnn,15203.872000002862 -2915,SUCCESS,2,1,1045.16,24997734.03,24998779.19,127,graphstate,1672.2560000002386 -2916,SUCCESS,2,1,103.32,24998779.19,24998882.51,127,qaoa,165.31200000047684 -2917,SUCCESS,2,1,11341.13,24998882.51,25010223.64,127,qnn,18145.80799999833 -2918,SUCCESS,2,1,1758.86,25010223.64,25011982.5,127,dj,2814.1759999990463 -2920,SUCCESS,2,1,6144.38,25011982.5,25018126.88,127,qnn,9831.008000004293 -2921,SUCCESS,2,1,140.34,25018126.88,25018267.22,127,ghz,224.54399999976158 -2922,SUCCESS,2,1,13472.04,25018267.22,25031739.26,127,twolocalrandom,21555.26399999857 -2923,SUCCESS,2,1,890.59,25031739.26,25032629.85,127,portfoliovqe,1424.9439999997617 -2924,SUCCESS,2,1,37870.72,25032629.85,25070500.57,127,ae,60593.151999998096 -2925,SUCCESS,2,1,3601.28,25070500.57,25074101.85,127,qft,5762.048000001908 -2926,SUCCESS,2,1,4197.55,25074101.85,25078299.4,127,qpeinexact,6716.079999995232 -2928,SUCCESS,2,1,85.86,25078299.4,25078385.26,127,ghz,137.3760000050068 -2929,SUCCESS,2,1,46503.03,25078385.26,25124888.29,127,realamprandom,74404.8480000019 -2930,SUCCESS,2,1,2283.57,25124888.29,25127171.86,127,qpeinexact,3653.712000000477 -2933,SUCCESS,2,1,14242.97,25127171.86,25141414.83,127,qpeinexact,22788.751999992135 -2934,SUCCESS,2,1,6044.42,25141414.83,25147459.25,127,qpeinexact,9671.072000002861 -2935,SUCCESS,2,1,241.88,25147459.25,25147701.13,127,graphstate,387.0079999983311 -2936,SUCCESS,2,1,2847.93,25147701.13,25150549.06,127,wstate,4556.688000005483 -2937,SUCCESS,2,1,52.24,25150549.06,25150601.3,127,wstate,83.5839999973774 -2939,SUCCESS,2,1,235.69,25150601.3,25150836.99,127,su2random,377.10399999618534 -2940,SUCCESS,2,1,12668.84,25150836.99,25163505.83,127,ae,20270.143999999764 -2941,SUCCESS,2,1,1136.36,25163505.83,25164642.19,127,wstate,1818.176000005007 -2942,SUCCESS,2,1,13875.29,25164642.19,25178517.48,127,qft,22200.46399999857 -2943,SUCCESS,2,1,20888.65,25178517.48,25199406.13,127,qnn,33421.83999999762 -2944,SUCCESS,2,1,215.43,25199406.13,25199621.56,127,ghz,344.6879999995232 -2945,SUCCESS,2,1,871,25199621.56,25200492.56,127,wstate,1393.6000000000001 -2946,SUCCESS,2,1,3123.4,25200492.56,25203615.96,127,qft,4997.440000003577 -2948,SUCCESS,2,1,6405.98,25203615.96,25210021.94,127,qftentangled,10249.568000000716 -2951,SUCCESS,2,1,4789.77,25210021.94,25214811.71,127,ae,7663.631999999285 -2952,SUCCESS,2,1,47.27,25214811.71,25214858.98,127,ghz,75.63199999928474 -2953,SUCCESS,2,1,8132.96,25214858.98,25222991.94,127,ae,13012.73600000143 -2954,SUCCESS,2,1,8524.09,25222991.94,25231516.03,127,twolocalrandom,13638.543999999762 -2955,SUCCESS,2,1,19878.93,25231516.03,25251394.96,127,qpeexact,31806.287999999524 -2957,SUCCESS,2,1,35848.67,25251394.96,25287243.63,127,qnn,57357.8719999969 -2958,SUCCESS,2,1,128.75,25287243.63,25287372.38,127,ghz,206.0000000059605 -2959,SUCCESS,2,1,73.61,25287372.38,25287445.99,127,graphstate,117.77599999308586 -2961,SUCCESS,2,1,806.16,25287445.99,25288252.15,127,dj,1289.8560000061989 -2962,SUCCESS,2,1,1656.84,25288252.15,25289908.99,127,wstate,2650.9439999938013 -2963,SUCCESS,2,1,12138.99,25289908.99,25302047.98,127,twolocalrandom,19422.384000003338 -2964,SUCCESS,2,1,2652.16,25302047.98,25304700.14,127,portfoliovqe,4243.456000000238 -2965,SUCCESS,2,1,2430.47,25304700.14,25307130.61,127,ghz,3888.752000004053 -2966,SUCCESS,2,1,1713.21,25307130.61,25308843.82,127,qft,2741.1359999954702 -2968,SUCCESS,2,1,12567.71,25308843.82,25321411.53,127,su2random,20108.336000001433 -2969,SUCCESS,2,1,6065.84,25321411.53,25327477.37,127,twolocalrandom,9705.343999999763 -2970,SUCCESS,2,1,2749.11,25327477.37,25330226.48,127,qpeinexact,4398.575999999047 -2971,SUCCESS,2,1,3918.21,25330226.48,25334144.69,127,qft,6269.136000001431 -2973,SUCCESS,2,1,604.26,25334144.69,25334748.95,127,wstate,966.8160000026227 -2974,SUCCESS,2,1,1262.29,25334748.95,25336011.24,127,dj,2019.6639999926092 -2975,SUCCESS,2,1,2052.22,25336011.24,25338063.46,127,ghz,3283.5520000040533 -2976,SUCCESS,2,1,517.61,25338063.46,25338581.07,127,qftentangled,828.1759999990463 -2977,SUCCESS,2,1,8476.21,25338581.07,25347057.28,127,qft,13561.936000001431 -2979,SUCCESS,2,1,1433.41,25347057.28,25348490.69,127,qft,2293.4560000002384 -2980,SUCCESS,2,1,231.92,25348490.69,25348722.61,127,graphstate,371.07199999690056 -2981,SUCCESS,2,1,6385.98,25348722.61,25355108.59,127,realamprandom,10217.568000000716 -2982,SUCCESS,2,1,24553.37,25355108.59,25379661.96,127,qpeexact,39285.39200000167 -2983,SUCCESS,2,1,1743.85,25379661.96,25381405.81,127,wstate,2790.1599999964237 -2984,SUCCESS,2,1,277.2,25381405.81,25381683.01,127,dj,443.5200000047684 -2985,SUCCESS,2,1,2552.11,25381683.01,25384235.12,127,dj,4083.3759999990466 -2986,SUCCESS,2,1,139.58,25384235.12,25384374.7,127,graphstate,223.32800000309945 -2988,SUCCESS,2,1,10983.8,25384374.7,25395358.5,127,twolocalrandom,17574.079999995232 -2989,SUCCESS,2,1,13220.04,25395358.5,25408578.54,127,grover-v-chain,21152.06400000453 -2990,SUCCESS,2,1,127.86,25408578.54,25408706.4,127,dj,204.57599999308587 -2991,SUCCESS,2,1,884.08,25408706.4,25409590.48,127,dj,1414.5280000030996 -2992,SUCCESS,2,1,395.25,25409590.48,25409985.73,127,graphstate,632.4000000000001 -2993,SUCCESS,2,1,4618.38,25409985.73,25414604.11,127,qft,7389.407999998331 -2995,SUCCESS,2,1,15771.54,25414604.11,25430375.65,127,qftentangled,25234.464000004533 -2996,SUCCESS,2,1,9123.96,25430375.65,25439499.61,127,qpeexact,14598.33600000143 -2997,SUCCESS,2,1,15302.45,25439499.61,25454802.06,127,qpeexact,24483.91999999881 -2999,SUCCESS,2,1,908.16,25454802.06,25455710.22,127,qpeinexact,1453.055999994278 -3000,SUCCESS,2,1,4072.37,25455710.22,25459782.59,127,qft,6515.792000001669 -3001,SUCCESS,2,1,5612.16,25459782.59,25465394.75,127,qft,8979.456000000238 -3002,SUCCESS,2,1,11222.73,25465394.75,25476617.48,127,ae,17956.368000000715 -3004,SUCCESS,2,1,188.27,25476617.48,25476805.75,127,ghz,301.23199999928477 -3005,SUCCESS,2,1,706.58,25476805.75,25477512.33,127,su2random,1130.527999997139 -3006,SUCCESS,2,1,210.45,25477512.33,25477722.78,127,graphstate,336.7200000047684 -3007,SUCCESS,2,1,14516.9,25477722.78,25492239.68,127,pricingcall,23227.040000003577 -3008,SUCCESS,2,1,178.85,25492239.68,25492418.53,127,graphstate,286.1599999964237 -3009,SUCCESS,2,1,9423.64,25492418.53,25501842.17,127,qpeinexact,15077.824000000954 -3010,SUCCESS,2,1,83865.64,25501842.17,25585707.81,127,qwalk-noancilla,134185.023999995 -3011,SUCCESS,2,1,1151.32,25585707.81,25586859.13,127,dj,1842.1120000004769 -3012,SUCCESS,2,1,9943.48,25586859.13,25596802.61,127,ae,15909.568000000716 -3013,SUCCESS,2,1,765.47,25596802.61,25597568.08,127,portfolioqaoa,1224.7520000040531 -3015,SUCCESS,2,1,502.71,25597568.08,25598070.79,127,wstate,804.33599999547 -3016,SUCCESS,2,1,136.42,25598070.79,25598207.21,127,graphstate,218.27200000286103 -3017,SUCCESS,2,1,27864.85,25598207.21,25626072.06,127,random,44583.75999999643 -3018,SUCCESS,2,1,8703.21,25626072.06,25634775.27,127,su2random,13925.136000001432 -3019,SUCCESS,2,1,41475.31,25634775.27,25676250.58,127,twolocalrandom,66360.49599999786 -3020,SUCCESS,2,1,5045.97,25676250.58,25681296.55,127,qnn,8073.552000004053 -3022,SUCCESS,2,1,22438.32,25681296.55,25703734.87,127,ae,35901.31200000048 -3023,SUCCESS,2,1,553.89,25703734.87,25704288.76,127,ae,886.2240000009538 -3024,SUCCESS,2,1,198.57,25704288.76,25704487.33,127,qft,317.71200000047685 -3025,SUCCESS,2,1,4224.24,25704487.33,25708711.57,127,ae,6758.783999997378 -3026,SUCCESS,2,1,28396.98,25708711.57,25737108.55,127,twolocalrandom,45435.16800000072 -3027,SUCCESS,2,1,5970.47,25737108.55,25743079.02,127,qftentangled,9552.752000004053 -3029,SUCCESS,2,1,179.86,25743079.02,25743258.88,127,ghz,287.77599999308586 -3030,SUCCESS,2,1,20865.24,25743258.88,25764124.12,127,qnn,33384.38400000334 -3032,SUCCESS,2,1,833.64,25764124.12,25764957.76,127,dj,1333.8240000009537 -3033,SUCCESS,2,1,2212.09,25764957.76,25767169.85,127,portfoliovqe,3539.3439999997618 -3034,SUCCESS,2,1,3918.5,25767169.85,25771088.35,127,qpeexact,6269.6 -3035,SUCCESS,2,1,39587.66,25771088.35,25810676.01,127,twolocalrandom,63340.25600000024 -3036,SUCCESS,2,1,846.61,25810676.01,25811522.62,127,ghz,1354.5759999990464 -3037,SUCCESS,2,1,2949.48,25811522.62,25814472.1,127,dj,4719.168000000715 -3038,SUCCESS,2,1,1526.59,25814472.1,25815998.69,127,realamprandom,2442.5439999997616 -3040,SUCCESS,2,1,114.81,25815998.69,25816113.5,127,graphstate,183.69599999785424 -3041,SUCCESS,2,1,358.98,25816113.5,25816472.48,127,wstate,574.3680000007153 -3042,SUCCESS,2,1,11018.33,25816472.48,25827490.81,127,qpeinexact,17629.32799999714 -3043,SUCCESS,2,1,11085.87,25827490.81,25838576.68,127,qnn,17737.39200000763 -3044,SUCCESS,2,1,240.8,25838576.68,25838817.48,127,graphstate,385.27999999523166 -3046,SUCCESS,2,1,12152.97,25838817.48,25850970.45,127,ae,19444.751999998094 -3047,SUCCESS,2,1,2766.79,25850970.45,25853737.24,127,realamprandom,4426.86399999857 -3048,SUCCESS,2,1,597.84,25853737.24,25854335.08,127,dj,956.5440000057221 -3049,SUCCESS,2,1,9100.24,25854335.08,25863435.32,127,qpeexact,14560.383999997379 -3050,SUCCESS,2,1,1198.6,25863435.32,25864633.92,127,dj,1917.7600000023842 -3051,SUCCESS,2,1,1191.93,25864633.92,25865825.85,127,twolocalrandom,1907.0879999995232 -3053,SUCCESS,2,1,172.86,25865825.85,25865998.71,127,dj,276.57599999904636 -3055,SUCCESS,2,1,12521.15,25865998.71,25878519.86,127,qpeinexact,20033.839999997617 -3057,SUCCESS,2,1,656.63,25878519.86,25879176.49,127,wstate,1050.607999998331 -3058,SUCCESS,2,1,166.91,25879176.49,25879343.4,127,qft,267.0560000061989 -3059,SUCCESS,2,1,3726.59,25879343.4,25883069.99,127,wstate,5962.543999993802 -3060,SUCCESS,2,1,2154.67,25883069.99,25885224.66,127,dj,3447.472000002861 -3061,SUCCESS,2,1,14100.09,25885224.66,25899324.75,127,qpeexact,22560.143999999764 -3062,SUCCESS,2,1,6619.11,25899324.75,25905943.86,127,qftentangled,10590.575999999048 -3065,SUCCESS,2,1,60.96,25905943.86,25906004.82,127,wstate,97.53600000143052 -3067,SUCCESS,2,1,20549.83,25906004.82,25926554.65,127,qpeinexact,32879.7280000031 -3068,SUCCESS,2,1,470.46,25926554.65,25927025.11,127,su2random,752.7360000014305 -3069,SUCCESS,2,1,3256.73,25927025.11,25930281.84,127,qnn,5210.767999994755 -3070,SUCCESS,2,1,20665.82,25930281.84,25950947.66,127,ae,33065.31200000048 -3071,SUCCESS,2,1,141.09,25950947.66,25951088.75,127,ghz,225.7439999997616 -3072,SUCCESS,2,1,11253.44,25951088.75,25962342.19,127,qft,18005.504000002147 -3073,SUCCESS,2,1,1787.22,25962342.19,25964129.41,127,wstate,2859.551999998093 -3076,SUCCESS,2,1,21161.2,25964129.41,25985290.61,127,qft,33857.91999999881 -3077,SUCCESS,2,1,21.99,25985290.61,25985312.6,127,ghz,35.184000003337864 -3078,SUCCESS,2,1,3951.21,25985312.6,25989263.81,127,ghz,6321.936000001431 -3079,SUCCESS,2,1,2523.77,25989263.81,25991787.58,127,ghz,4038.031999999285 -3080,SUCCESS,2,1,1374.56,25991787.58,25993162.14,127,portfolioqaoa,2199.2959999978543 -3081,SUCCESS,2,1,8070.64,25993162.14,26001232.78,127,su2random,12913.024000000954 -3082,SUCCESS,2,1,1041.31,26001232.78,26002274.09,127,graphstate,1666.0959999978543 -3083,SUCCESS,2,1,155719.34,26002274.09,26157993.43,127,random,249150.94400000572 -3084,SUCCESS,2,1,576.68,26157993.43,26158570.11,127,graphstate,922.6879999935627 -3085,SUCCESS,2,1,5880.05,26158570.11,26164450.16,127,qft,9408.080000001193 -3086,SUCCESS,2,1,577.23,26164450.16,26165027.39,127,twolocalrandom,923.5680000007153 -3087,SUCCESS,2,1,16057.48,26165027.39,26181084.87,127,qft,25691.968000000717 -3088,SUCCESS,2,1,1677.27,26181084.87,26182762.14,127,portfolioqaoa,2683.6319999992847 -3089,SUCCESS,2,1,694.77,26182762.14,26183456.91,127,graphstate,1111.6319999992847 -3090,SUCCESS,2,1,18480.47,26183456.91,26201937.38,127,ae,29568.751999998094 -3091,SUCCESS,2,1,222.19,26201937.38,26202159.57,127,graphstate,355.5040000021458 -3092,SUCCESS,2,1,48610.76,26202159.57,26250770.33,127,realamprandom,77777.21600000262 -3093,SUCCESS,2,1,21779.5,26250770.33,26272549.83,127,pricingput,34847.200000000004 -3094,SUCCESS,2,1,557.79,26272549.83,26273107.62,127,twolocalrandom,892.4639999985695 -3096,SUCCESS,2,1,16908.16,26273107.62,26290015.78,127,qftentangled,27053.05600000024 -3098,SUCCESS,2,1,88.8,26290015.78,26290104.58,127,ghz,142.0800000011921 -3099,SUCCESS,2,1,8649.78,26290104.58,26298754.36,127,qnn,13839.648000001907 -3100,SUCCESS,2,1,1807.49,26298754.36,26300561.85,127,su2random,2891.9839999973774 -3101,SUCCESS,2,1,6548.56,26300561.85,26307110.41,127,realamprandom,10477.695999997855 -3102,SUCCESS,2,1,336.9,26307110.41,26307447.31,127,dj,539.0400000035763 -3104,SUCCESS,2,1,2200.32,26307447.31,26309647.63,127,ghz,3520.512000000477 -3105,SUCCESS,2,1,11421.07,26309647.63,26321068.7,127,qpeinexact,18273.712000000476 -3106,SUCCESS,2,1,481.13,26321068.7,26321549.83,127,dj,769.8079999983311 -3107,SUCCESS,2,1,27301.77,26321549.83,26348851.6,127,qft,43682.83199999929 -3108,SUCCESS,2,1,1157.27,26348851.6,26350008.87,127,wstate,1851.6319999992847 -3109,SUCCESS,2,1,412.81,26350008.87,26350421.68,127,dj,660.4959999978543 -3110,SUCCESS,2,1,33.28,26350421.68,26350454.96,127,ghz,53.24800000190735 -3111,SUCCESS,2,1,7546.78,26350454.96,26358001.74,127,twolocalrandom,12074.848000001908 -3112,SUCCESS,2,1,6633.54,26358001.74,26364635.28,127,realamprandom,10613.663999998571 -3113,SUCCESS,2,1,14293.78,26364635.28,26378929.06,127,qnn,22870.04799999595 -3114,SUCCESS,2,1,11876.06,26378929.06,26390805.12,127,twolocalrandom,19001.696000003816 -3115,SUCCESS,2,1,365.94,26390805.12,26391171.06,127,dj,585.5039999961854 -3116,SUCCESS,2,1,93.5,26391171.06,26391264.56,127,vqe,149.60000000596048 -3118,SUCCESS,2,1,8711.64,26391264.56,26399976.2,127,su2random,13938.624000000955 -3119,SUCCESS,2,1,706.2,26399976.2,26400682.4,127,ghz,1129.919999998808 -3121,SUCCESS,2,1,25997.66,26400682.4,26426680.06,127,twolocalrandom,41596.25600000024 -3123,SUCCESS,2,1,4440.97,26426680.06,26431121.03,127,wstate,7105.551999998093 -3124,SUCCESS,2,1,12548.96,26431121.03,26443669.99,127,qpeinexact,20078.33599999547 -3125,SUCCESS,2,1,1249.49,26443669.99,26444919.48,127,dj,1999.184000003338 -3126,SUCCESS,2,1,14972.98,26444919.48,26459892.46,127,qpeinexact,23956.768000000717 -3127,SUCCESS,2,1,2669.03,26459892.46,26462561.49,127,pricingput,4270.447999995947 -3128,SUCCESS,2,1,14122.14,26462561.49,26476683.63,127,qpeexact,22595.424000000956 -3129,SUCCESS,2,1,30090.09,26476683.63,26506773.72,127,twolocalrandom,48144.14400000573 -3130,SUCCESS,2,1,765.44,26506773.72,26507539.16,127,ghz,1224.7039999961853 -3131,SUCCESS,2,1,10539.5,26507539.16,26518078.66,127,qftentangled,16863.2 -3132,SUCCESS,2,1,1157,26518078.66,26519235.66,127,qftentangled,1851.2 -3133,SUCCESS,2,1,5433.15,26519235.66,26524668.81,127,qftentangled,8693.039999997616 -3134,SUCCESS,2,1,770.37,26524668.81,26525439.18,127,graphstate,1232.5920000076294 -3135,SUCCESS,2,1,36300.88,26525439.18,26561740.06,127,su2random,58081.40799999834 -3138,SUCCESS,2,1,6729.57,26561740.06,26568469.63,127,qnn,10767.312000000478 -3139,SUCCESS,2,1,278.33,26568469.63,26568747.96,127,graphstate,445.327999997139 -3140,SUCCESS,2,1,25598.11,26568747.96,26594346.07,127,ae,40956.97599999905 -3142,SUCCESS,2,1,837.19,26594346.07,26595183.26,127,graphstate,1339.5040000021459 -3143,SUCCESS,2,1,1011.79,26595183.26,26596195.05,127,qft,1618.8639999985696 -3145,SUCCESS,2,1,21155.26,26596195.05,26617350.31,127,ae,33848.416000002624 -3147,SUCCESS,2,1,19824.32,26617350.31,26637174.63,127,qpeexact,31718.912000000477 -3148,SUCCESS,2,1,33826.91,26637174.63,26671001.54,127,twolocalrandom,54123.05599999428 -3149,SUCCESS,2,1,4052.98,26671001.54,26675054.52,127,realamprandom,6484.768000000716 -3150,SUCCESS,2,1,54.56,26675054.52,26675109.08,127,ghz,87.2960000038147 -3152,SUCCESS,2,1,186.94,26675109.08,26675296.02,127,ghz,299.10399999618534 -3154,SUCCESS,2,1,761.87,26675296.02,26676057.89,127,portfolioqaoa,1218.9920000016689 -3155,SUCCESS,2,1,31357.32,26676057.89,26707415.21,127,ae,50171.71200000048 -3156,SUCCESS,2,1,5160.12,26707415.21,26712575.33,127,ae,8256.192000001669 -3157,SUCCESS,2,1,64257.12,26712575.33,26776832.45,127,su2random,102811.39200000168 -3158,SUCCESS,2,1,2149.91,26776832.45,26778982.36,127,su2random,3439.855999994278 -3159,SUCCESS,2,1,461.94,26778982.36,26779444.3,127,dj,739.1040000021458 -3160,SUCCESS,2,1,25036.8,26779444.3,26804481.1,127,twolocalrandom,40058.8800000012 -3161,SUCCESS,2,1,757.07,26804481.1,26805238.17,127,qnn,1211.312000000477 -3163,SUCCESS,2,1,1392.17,26805238.17,26806630.34,127,dj,2227.4719999969006 -3165,SUCCESS,2,1,441.09,26806630.34,26807071.43,127,wstate,705.7440000057221 -3167,SUCCESS,2,1,2078.7,26807071.43,26809150.13,127,qnn,3325.919999992848 -3169,SUCCESS,2,1,1856.33,26809150.13,26811006.46,127,qnn,2970.1280000030997 -3170,SUCCESS,2,1,1124.51,26811006.46,26812130.97,127,dj,1799.2159999966623 -3171,SUCCESS,2,1,2229.23,26812130.97,26814360.2,127,su2random,3566.7680000007153 -3172,SUCCESS,2,1,4931.37,26814360.2,26819291.57,127,qftentangled,7890.192000001669 -3173,SUCCESS,2,1,1350.62,26819291.57,26820642.19,127,qpeinexact,2160.992000001669 -3175,SUCCESS,2,1,513.89,26820642.19,26821156.08,127,pricingcall,822.2240000009538 -3176,SUCCESS,2,1,192.41,26821156.08,26821348.49,127,dj,307.85600000023845 -3177,SUCCESS,2,1,29735.64,26821348.49,26851084.13,127,qpeexact,47577.023999995 -3178,SUCCESS,2,1,571.19,26851084.13,26851655.32,127,ae,913.9040000021458 -3179,SUCCESS,2,1,5927.5,26851655.32,26857582.82,127,random,9484.0 -3180,SUCCESS,2,1,706.87,26857582.82,26858289.69,127,wstate,1130.9920000016689 -3181,SUCCESS,2,1,33684.64,26858289.69,26891974.33,127,qnn,53895.42400000096 -3183,SUCCESS,2,1,227.95,26891974.33,26892202.28,127,graphstate,364.7199999988079 -3184,SUCCESS,2,1,2567.21,26892202.28,26894769.49,127,dj,4107.53599999547 -3185,SUCCESS,2,1,25735.98,26894769.49,26920505.47,127,qpeexact,41177.56800000668 -3186,SUCCESS,2,1,27946.59,26920505.47,26948452.06,127,qpeinexact,44714.5439999938 -3191,SUCCESS,2,1,8867.69,26948452.06,26957319.75,127,ae,14188.304000002146 -3193,SUCCESS,2,1,1752.85,26957319.75,26959072.6,127,graphstate,2804.560000002384 -3194,SUCCESS,2,1,1377.45,26959072.6,26960450.05,127,graphstate,2203.919999998808 -3197,SUCCESS,2,1,29047.03,26960450.05,26989497.08,127,qft,46475.24800000191 -3198,SUCCESS,2,1,233.61,26989497.08,26989730.69,127,wstate,373.77599999904635 -3199,SUCCESS,2,1,25349.35,26989730.69,27015080.04,127,realamprandom,40558.960000002386 -3200,SUCCESS,2,1,9843.57,27015080.04,27024923.61,127,qpeinexact,15749.712000000478 -3201,SUCCESS,2,1,12969.16,27024923.61,27037892.77,127,qftentangled,20750.65599999428 -3204,SUCCESS,2,1,2404.71,27037892.77,27040297.48,127,ae,3847.5360000014307 -3206,SUCCESS,2,1,25328.04,27040297.48,27065625.52,127,qpeexact,40524.864000004534 -3207,SUCCESS,2,1,166.92,27065625.52,27065792.44,127,ghz,267.07199999690056 -3208,SUCCESS,2,1,299.64,27065792.44,27066092.08,127,graphstate,479.4240000009537 -3210,SUCCESS,2,1,1488.1,27066092.08,27067580.18,127,qft,2380.9600000023843 -3211,SUCCESS,2,1,9306.06,27067580.18,27076886.24,127,twolocalrandom,14889.695999991894 -3212,SUCCESS,2,1,201.95,27076886.24,27077088.19,127,graphstate,323.1200000047684 -3213,SUCCESS,2,1,1758.5,27077088.19,27078846.69,127,ghz,2813.6000000000004 -3214,SUCCESS,2,1,49460.02,27078846.69,27128306.71,127,qnn,79136.0319999993 -3215,SUCCESS,2,1,21656.85,27128306.71,27149963.56,127,ae,34650.960000002386 -3216,SUCCESS,2,1,23491.84,27149963.56,27173455.4,127,qft,37586.94399999976 -3217,SUCCESS,2,1,32048.73,27173455.4,27205504.13,127,qnn,51277.967999994755 -3218,SUCCESS,2,1,12014.53,27205504.13,27217518.66,127,qft,19223.24800000191 -3219,SUCCESS,2,1,4067.06,27217518.66,27221585.72,127,qnn,6507.295999997855 -3220,SUCCESS,2,1,20208,27221585.72,27241793.72,127,qftentangled,32332.800000005962 -3221,SUCCESS,2,1,12900.88,27241793.72,27254694.6,127,twolocalrandom,20641.407999998333 -3222,SUCCESS,2,1,8900.25,27254694.6,27263594.85,127,qft,14240.400000000001 -3224,SUCCESS,2,1,27721.89,27263594.85,27291316.74,127,su2random,44355.023999995 -3225,SUCCESS,2,1,6636.56,27291316.74,27297953.3,127,qpeexact,10618.496000003815 -3226,SUCCESS,2,1,43652.37,27297953.3,27341605.67,127,twolocalrandom,69843.79200000167 -3229,SUCCESS,2,1,46113.89,27341605.67,27387719.56,127,twolocalrandom,73782.22400000096 -3230,SUCCESS,2,1,1732.04,27387719.56,27389451.6,127,twolocalrandom,2771.2639999985695 -3231,SUCCESS,2,1,12877.67,27389451.6,27402329.27,127,qnn,20604.2719999969 -3232,SUCCESS,2,1,46.44,27402329.27,27402375.71,127,ghz,74.30400000214577 -3233,SUCCESS,2,1,4291.82,27402375.71,27406667.53,127,qpeexact,6866.912000000477 -3234,SUCCESS,2,1,5247.67,27406667.53,27411915.2,127,qftentangled,8396.272000002862 -3236,SUCCESS,2,1,736.58,27411915.2,27412651.78,127,portfoliovqe,1178.527999997139 -3237,SUCCESS,2,1,1330.9,27412651.78,27413982.68,127,dj,2129.440000003576 -3239,SUCCESS,2,1,182202.81,27413982.68,27596185.49,127,grover-v-chain,291524.4959999979 -3240,SUCCESS,2,1,10142.78,27596185.49,27606328.27,127,realamprandom,16228.447999995948 -3241,SUCCESS,2,1,1199.05,27606328.27,27607527.32,127,graphstate,1918.4800000011921 -3242,SUCCESS,2,1,69516.96,27607527.32,27677044.28,127,random,111227.13600000144 -3243,SUCCESS,2,1,1215.53,27677044.28,27678259.81,127,wstate,1944.847999995947 -3245,SUCCESS,2,1,7057.6,27678259.81,27685317.41,127,su2random,11292.160000002385 -3247,SUCCESS,2,1,3664.78,27685317.41,27688982.19,127,qftentangled,5863.648000001907 -3248,SUCCESS,2,1,64329.89,27688982.19,27753312.08,127,random,102927.82400000095 -3249,SUCCESS,2,1,35709.73,27753312.08,27789021.81,127,random,57135.56800000072 -3250,SUCCESS,2,1,1228.51,27789021.81,27790250.32,127,wstate,1965.6159999966621 -3251,SUCCESS,2,1,1053.91,27790250.32,27791304.23,127,portfoliovqe,1686.2560000002386 -3254,SUCCESS,2,1,13643.9,27791304.23,27804948.13,127,twolocalrandom,21830.23999999762 -3255,SUCCESS,2,1,690.49,27804948.13,27805638.62,127,dj,1104.784000003338 -3256,SUCCESS,2,1,85.1,27805638.62,27805723.72,127,ghz,136.16000000238418 -3257,SUCCESS,2,1,2730.84,27805723.72,27808454.56,127,ghz,4369.343999993801 -3258,SUCCESS,2,1,3268.47,27808454.56,27811723.03,127,qpeexact,5229.552000004053 -3259,SUCCESS,2,1,140872.53,27811723.03,27952595.56,127,qwalk-noancilla,225396.04800000193 -3260,SUCCESS,2,1,1811.78,27952595.56,27954407.34,127,wstate,2898.8479999959472 -3261,SUCCESS,2,1,38.75,27954407.34,27954446.09,127,graphstate,62.0 -3262,SUCCESS,2,1,10236.35,27954446.09,27964682.44,127,qftentangled,16378.160000002385 -3264,SUCCESS,2,1,437.57,27964682.44,27965120.01,127,wstate,700.1120000004769 -3265,SUCCESS,2,1,371.05,27965120.01,27965491.06,127,graphstate,593.6799999952317 -3266,SUCCESS,2,1,11051.92,27965491.06,27976542.98,127,qpeinexact,17683.072000002863 -3267,SUCCESS,2,1,37.77,27976542.98,27976580.75,127,vqe,60.43199999928475 -3269,SUCCESS,2,1,392.15,27976580.75,27976972.9,127,qft,627.4400000035763 -3270,SUCCESS,2,1,14102.72,27976972.9,27991075.62,127,ae,22564.351999998093 -3271,SUCCESS,2,1,711.01,27991075.62,27991786.63,127,qftentangled,1137.6160000026227 -3272,SUCCESS,2,1,48.14,27991786.63,27991834.77,127,qaoa,77.02399999499322 -3273,SUCCESS,2,1,362.54,27991834.77,27992197.31,127,graphstate,580.0640000045299 -3274,SUCCESS,2,1,14460.35,27992197.31,28006657.66,127,ae,23136.559999996425 -3275,SUCCESS,2,1,17825.13,28006657.66,28024482.79,127,random,28520.207999998333 -3276,SUCCESS,2,1,342.45,28024482.79,28024825.24,127,ghz,547.919999998808 -3277,SUCCESS,2,1,852.8,28024825.24,28025678.04,127,dj,1364.4800000011921 -3278,SUCCESS,2,1,3510.16,28025678.04,28029188.2,127,twolocalrandom,5616.256000006199 -3279,SUCCESS,2,1,2948.49,28029188.2,28032136.69,127,qft,4717.583999997378 -3280,SUCCESS,2,1,2574.8,28032136.69,28034711.49,127,dj,4119.680000001193 -3281,SUCCESS,2,1,2226.99,28034711.49,28036938.48,127,su2random,3563.1839999973777 -3282,SUCCESS,2,1,5182.97,28036938.48,28042121.45,127,wstate,8292.752000004053 -3283,SUCCESS,2,1,253.21,28042121.45,28042374.66,127,graphstate,405.13599999547006 -3284,SUCCESS,2,1,34420.31,28042374.66,28076794.97,127,twolocalrandom,55072.49600000382 -3285,SUCCESS,2,1,2071.42,28076794.97,28078866.39,127,qnn,3314.271999996901 -3287,SUCCESS,2,1,20125.19,28078866.39,28098991.58,127,realamprandom,32200.304000002146 -3288,SUCCESS,2,1,387.99,28098991.58,28099379.57,127,ghz,620.7839999973775 -3289,SUCCESS,2,1,24586,28099379.57,28123965.57,127,qpeexact,39337.600000000006 -3291,SUCCESS,2,1,268512.54,28123965.57,28392478.11,127,random,429620.0639999986 -3292,SUCCESS,2,1,8294.15,28392478.11,28400772.26,127,qft,13270.640000003577 -3293,SUCCESS,2,1,1867.68,28400772.26,28402639.94,127,su2random,2988.2879999995234 -3294,SUCCESS,2,1,559.26,28402639.94,28403199.2,127,qnn,894.8159999966622 -3295,SUCCESS,2,1,8794.33,28403199.2,28411993.53,127,qnn,14070.9280000031 -3296,SUCCESS,2,1,5080.86,28411993.53,28417074.39,127,qft,8129.375999999047 -3297,SUCCESS,2,1,40.61,28417074.39,28417115,127,vqe,64.97599999904632 -3298,SUCCESS,2,1,2710.24,28417115,28419825.24,127,twolocalrandom,4336.384000003338 -3299,SUCCESS,2,1,19380.16,28419825.24,28439205.4,127,random,31008.25599999428 -3300,SUCCESS,2,1,831.58,28439205.4,28440036.98,127,realamprandom,1330.5280000030996 -3301,SUCCESS,2,1,32489.53,28440036.98,28472526.51,127,qpeinexact,51983.24800000191 -3304,SUCCESS,2,1,27316.24,28472526.51,28499842.75,127,qpeexact,43705.98399999738 -3305,SUCCESS,2,1,827.82,28499842.75,28500670.57,127,ae,1324.512000000477 -3306,SUCCESS,2,1,244595.26,28500670.57,28745265.83,127,random,391352.4159999967 -3307,SUCCESS,2,1,226.55,28745265.83,28745492.38,127,ghz,362.48000000119214 -3308,SUCCESS,2,1,2414.78,28745492.38,28747907.16,127,dj,3863.6480000019073 -3310,SUCCESS,2,1,1803.14,28747907.16,28749710.3,127,qft,2885.024000000954 -3312,SUCCESS,2,1,677.12,28749710.3,28750387.42,127,qnn,1083.392000001669 -3313,SUCCESS,2,1,1256.48,28750387.42,28751643.9,127,graphstate,2010.3680000007153 -3314,SUCCESS,2,1,829.63,28751643.9,28752473.53,127,twolocalrandom,1327.4079999983312 -3315,SUCCESS,2,1,79183.31,28752473.53,28831656.84,127,random,126693.29599999786 -3316,SUCCESS,2,1,32158.42,28831656.84,28863815.26,127,su2random,51453.47200000286 -3317,SUCCESS,2,1,313.4,28863815.26,28864128.66,127,graphstate,501.4399999976158 -3318,SUCCESS,2,1,10355.22,28864128.66,28874483.88,127,ae,16568.352000004055 -3319,SUCCESS,2,1,1900.45,28874483.88,28876384.33,127,ae,3040.7199999928475 -3320,SUCCESS,2,1,3424.22,28876384.33,28879808.55,127,qftentangled,5478.752000004053 -3321,SUCCESS,2,1,165.14,28879808.55,28879973.69,127,graphstate,264.2240000009537 -3322,SUCCESS,2,1,3864.32,28879973.69,28883838.01,127,portfoliovqe,6182.912000000477 -3323,SUCCESS,2,1,7432.47,28883838.01,28891270.48,127,qft,11891.951999998093 -3324,SUCCESS,2,1,21167.28,28891270.48,28912437.76,127,su2random,33867.64800000191 -3325,SUCCESS,2,1,16090.12,28912437.76,28928527.88,127,realamprandom,25744.19199999571 -3327,SUCCESS,2,1,271.18,28928527.88,28928799.06,127,graphstate,433.88800000548366 -3328,SUCCESS,2,1,23431.16,28928799.06,28952230.22,127,qft,37489.85600000024 -3329,SUCCESS,2,1,26742.65,28952230.22,28978972.87,127,qnn,42788.23999999762 -3332,SUCCESS,2,1,23569.71,28978972.87,29002542.58,127,qpeexact,37711.535999995474 -3333,SUCCESS,2,1,631.54,29002542.58,29003174.12,127,pricingcall,1010.46400000453 -3334,SUCCESS,2,1,22376.61,29003174.12,29025550.73,127,qpeinexact,35802.57599999905 -3336,SUCCESS,2,1,14800.79,29025550.73,29040351.52,127,random,23681.264000004532 -3337,SUCCESS,2,1,29430.72,29040351.52,29069782.24,127,qftentangled,47089.15199999214 -3338,SUCCESS,2,1,1531.17,29069782.24,29071313.41,127,ghz,2449.872000002861 -3340,SUCCESS,2,1,10116.68,29071313.41,29081430.09,127,random,16186.687999999524 -3341,SUCCESS,2,1,5210.48,29081430.09,29086640.57,127,qpeexact,8336.768000000715 -3342,SUCCESS,2,1,75541.5,29086640.57,29162182.07,127,realamprandom,120866.40000000001 -3343,SUCCESS,2,1,18805.1,29162182.07,29180987.17,127,grover-v-chain,30088.160000002386 -3344,SUCCESS,2,1,18988.73,29180987.17,29199975.9,127,qftentangled,30381.967999994755 -3345,SUCCESS,2,1,1053.96,29199975.9,29201029.86,127,qftentangled,1686.336000007391 -3346,SUCCESS,2,1,405.32,29201029.86,29201435.18,127,graphstate,648.5119999945164 -3347,SUCCESS,2,1,9588.77,29201435.18,29211023.95,127,qnn,15342.032000005245 -3348,SUCCESS,2,1,114.53,29211023.95,29211138.48,127,ghz,183.24799999594688 -3349,SUCCESS,2,1,657.05,29211138.48,29211795.53,127,dj,1051.280000001192 -3350,SUCCESS,2,1,10157.66,29211795.53,29221953.19,127,qftentangled,16252.25600000024 -3351,SUCCESS,2,1,53.42,29221953.19,29222006.61,127,ghz,85.47200000286102 -3353,SUCCESS,2,1,4932.2,29222006.61,29226938.81,127,pricingcall,7891.519999998808 -3354,SUCCESS,2,1,18480.47,29226938.81,29245419.28,127,qpeinexact,29568.751999998094 -3355,SUCCESS,2,1,11354.83,29245419.28,29256774.11,127,qft,18167.7280000031 -3356,SUCCESS,2,1,6564.56,29256774.11,29263338.67,127,qnn,10503.295999997856 -3357,SUCCESS,2,1,19011.16,29263338.67,29282349.83,127,realamprandom,30417.85600000024 -3358,SUCCESS,2,1,1464.72,29282349.83,29283814.55,127,dj,2343.551999998093 -3359,SUCCESS,2,1,16558.78,29283814.55,29300373.33,127,qft,26494.04800000191 -3361,SUCCESS,2,1,1309.46,29300373.33,29301682.79,127,dj,2095.1360000014306 -3362,SUCCESS,2,1,2275.83,29301682.79,29303958.62,127,wstate,3641.327999997139 -3363,SUCCESS,2,1,16.24,29303958.62,29303974.86,127,ghz,25.983999997377396 -3364,SUCCESS,2,1,16711.21,29303974.86,29320686.07,127,ae,26737.93600000143 -3365,SUCCESS,2,1,4381.21,29320686.07,29325067.28,127,random,7009.936000001431 -3367,SUCCESS,2,1,643.09,29325067.28,29325710.37,127,random,1028.9439999997617 -3368,SUCCESS,2,1,33938.95,29325710.37,29359649.32,127,qpeinexact,54302.319999998814 -3369,SUCCESS,2,1,458.67,29359649.32,29360107.99,127,wstate,733.8720000028611 -3370,SUCCESS,2,1,230.25,29360107.99,29360338.24,127,ghz,368.40000000000003 -3371,SUCCESS,2,1,14087.66,29360338.24,29374425.9,127,random,22540.25600000024 -3373,SUCCESS,2,1,13392.1,29374425.9,29387818,127,qpeinexact,21427.359999996424 -3374,SUCCESS,2,1,4365.02,29387818,29392183.02,127,qnn,6984.031999999285 -3375,SUCCESS,2,1,78470.37,29392183.02,29470653.39,127,random,125552.59200000168 -3376,SUCCESS,2,1,1356.95,29470653.39,29472010.34,127,qnn,2171.119999998808 -3377,SUCCESS,2,1,156.83,29472010.34,29472167.17,127,ghz,250.92800000309944 -3379,SUCCESS,2,1,1940.04,29472167.17,29474107.21,127,realamprandom,3104.0639999985697 -3380,SUCCESS,2,1,1856.3,29474107.21,29475963.51,127,qpeexact,2970.0800000011923 -3381,SUCCESS,2,1,57.74,29475963.51,29476021.25,127,graphstate,92.3839999973774 -3382,SUCCESS,2,1,27356.09,29476021.25,29503377.34,127,qnn,43769.743999999766 -3383,SUCCESS,2,1,1711.42,29503377.34,29505088.76,127,ghz,2738.272000002861 -3384,SUCCESS,2,1,958.13,29505088.76,29506046.89,127,dj,1533.0079999983311 -3385,SUCCESS,2,1,139.99,29506046.89,29506186.88,127,graphstate,223.98400000333788 -3386,SUCCESS,2,1,112.07,29506186.88,29506298.95,127,ghz,179.31199999451638 -3387,SUCCESS,2,1,2846.67,29506298.95,29509145.62,127,twolocalrandom,4554.672000002861 -3388,SUCCESS,2,1,216.87,29509145.62,29509362.49,127,ghz,346.9919999957085 -3389,SUCCESS,2,1,370.71,29509362.49,29509733.2,127,graphstate,593.136000007391 -3392,SUCCESS,2,1,284.69,29509733.2,29510017.89,127,ghz,455.5039999961853 -3393,SUCCESS,2,1,3949.35,29510017.89,29513967.24,127,ae,6318.959999996424 -3394,SUCCESS,2,1,213.46,29513967.24,29514180.7,127,graphstate,341.5360000014305 -3395,SUCCESS,2,1,41698.54,29514180.7,29555879.24,127,qftentangled,66717.66400000453 -3396,SUCCESS,2,1,6796.76,29555879.24,29562676,127,qnn,10874.815999996663 -3398,SUCCESS,2,1,36554.83,29562676,29599230.83,127,qpeexact,58487.7280000031 -3399,SUCCESS,2,1,1205.93,29599230.83,29600436.76,127,qpeexact,1929.4879999995233 -3400,SUCCESS,2,1,3308.18,29600436.76,29603744.94,127,random,5293.087999999523 -3401,SUCCESS,2,1,26409.32,29603744.94,29630154.26,127,twolocalrandom,42254.91200000048 -3402,SUCCESS,2,1,6064.39,29630154.26,29636218.65,127,realamprandom,9703.024000000954 -3403,SUCCESS,2,1,5561.92,29636218.65,29641780.57,127,pricingcall,8899.0719999969 -3404,SUCCESS,2,1,739.8,29641780.57,29642520.37,127,ae,1183.6800000011922 -3405,SUCCESS,2,1,279.41,29642520.37,29642799.78,127,wstate,447.05600000023844 -3406,SUCCESS,2,1,8825.29,29642799.78,29651625.07,127,su2random,14120.46399999857 -3407,SUCCESS,2,1,10555.05,29651625.07,29662180.12,127,random,16888.08000000119 -3408,SUCCESS,2,1,43650.63,29662180.12,29705830.75,127,qnn,69841.00799999833 -3409,SUCCESS,2,1,18888.15,29705830.75,29724718.9,127,qpeexact,30221.040000003577 -3410,SUCCESS,2,1,2695.52,29724718.9,29727414.42,127,twolocalrandom,4312.831999999285 -3411,SUCCESS,2,1,1810.71,29727414.42,29729225.13,127,realamprandom,2897.1359999954702 -3412,SUCCESS,2,1,96.29,29729225.13,29729321.42,127,graphstate,154.06400000452996 -3414,SUCCESS,2,1,433.53,29729321.42,29729754.95,127,graphstate,693.6480000019073 -3417,SUCCESS,2,1,8179.12,29729754.95,29737934.07,127,pricingput,13086.59199999571 -3418,SUCCESS,2,1,2539.85,29737934.07,29740473.92,127,su2random,4063.7600000023845 -3419,SUCCESS,2,1,6705.04,29740473.92,29747178.96,127,qnn,10728.06399999857 -3420,SUCCESS,2,1,2270.03,29747178.96,29749448.99,127,qnn,3632.0480000019074 -3421,SUCCESS,2,1,2678.74,29749448.99,29752127.73,127,dj,4285.983999997377 -3422,SUCCESS,2,1,24028.24,29752127.73,29776155.97,127,qnn,38445.18399999738 -3424,SUCCESS,2,1,1030.9,29776155.97,29777186.87,127,graphstate,1649.4400000035764 -3425,SUCCESS,2,1,126.15,29777186.87,29777313.02,127,dj,201.83999999761582 -3426,SUCCESS,2,1,201.17,29777313.02,29777514.19,127,graphstate,321.87200000286106 -3427,SUCCESS,2,1,9609.18,29777514.19,29787123.37,127,qft,15374.687999999524 -3429,SUCCESS,2,1,234.25,29787123.37,29787357.62,127,ghz,374.8 -3430,SUCCESS,2,1,2860.06,29787357.62,29790217.68,127,qftentangled,4576.095999997854 -3431,SUCCESS,2,1,130293.99,29790217.68,29920511.67,127,random,208470.38400000334 -3434,SUCCESS,2,1,28854.95,29920511.67,29949366.62,127,random,46167.91999999881 -3435,SUCCESS,2,1,5891.99,29949366.62,29955258.61,127,twolocalrandom,9427.183999997378 -3436,SUCCESS,2,1,1608.09,29955258.61,29956866.7,127,qpeinexact,2572.944000005722 -3438,SUCCESS,2,1,3130.73,29956866.7,29959997.43,127,qpeexact,5009.1679999947555 -3439,SUCCESS,2,1,1714.88,29959997.43,29961712.31,127,dj,2743.808000004292 -3440,SUCCESS,2,1,103.86,29961712.31,29961816.17,127,graphstate,166.17599999904633 -3441,SUCCESS,2,1,4477.41,29961816.17,29966293.58,127,qftentangled,7163.856000000239 -3442,SUCCESS,2,1,181.31,29966293.58,29966474.89,127,graphstate,290.0959999978542 -3443,SUCCESS,2,1,2450.92,29966474.89,29968925.81,127,realamprandom,3921.472000002861 -3444,SUCCESS,2,1,1715.86,29968925.81,29970641.67,127,qft,2745.3759999990466 -3445,SUCCESS,2,1,3076.6,29970641.67,29973718.27,127,ghz,4922.559999996424 -3446,SUCCESS,2,1,441.57,29973718.27,29974159.84,127,wstate,706.5120000004769 -3447,SUCCESS,2,1,4179.79,29974159.84,29978339.63,127,su2random,6687.66400000453 -3448,SUCCESS,2,1,94.8,29978339.63,29978434.43,127,graphstate,151.6800000011921 -3449,SUCCESS,2,1,9068.67,29978434.43,29987503.1,127,ae,14509.871999996902 -3450,SUCCESS,2,1,42082.54,29987503.1,30029585.64,127,twolocalrandom,67332.06399999857 -3451,SUCCESS,2,1,535.87,30029585.64,30030121.51,127,dj,857.392000001669 -3452,SUCCESS,2,1,4633.79,30030121.51,30034755.3,127,qnn,7414.06399999857 -3454,SUCCESS,2,1,19893.31,30034755.3,30054648.61,127,twolocalrandom,31829.295999997856 -3455,SUCCESS,2,1,12327.77,30054648.61,30066976.38,127,ae,19724.432000005247 -3456,SUCCESS,2,1,388.52,30066976.38,30067364.9,127,qpeexact,621.6319999992847 -3457,SUCCESS,2,1,16651.43,30067364.9,30084016.33,127,qpeinexact,26642.287999999524 -3460,SUCCESS,2,1,5651.2,30084016.33,30089667.53,127,random,9041.919999998809 -3462,SUCCESS,2,1,97.08,30089667.53,30089764.61,127,graphstate,155.32800000309945 -3464,SUCCESS,2,1,1109.95,30089764.61,30090874.56,127,twolocalrandom,1775.919999998808 -3465,SUCCESS,2,1,9751.37,30090874.56,30100625.93,127,qpeexact,15602.192000001669 -3466,SUCCESS,2,1,1509.05,30100625.93,30102134.98,127,su2random,2414.4799999952315 -3467,SUCCESS,2,1,288.86,30102134.98,30102423.84,127,graphstate,462.1759999990463 -3468,SUCCESS,2,1,73522.87,30102423.84,30175946.71,127,random,117636.59200000168 -3470,SUCCESS,2,1,19365.3,30175946.71,30195312.01,127,ae,30984.480000001193 -3471,SUCCESS,2,1,13506.22,30195312.01,30208818.23,127,qft,21609.951999998095 -3472,SUCCESS,2,1,1474.5,30208818.23,30210292.73,127,dj,2359.2000000000003 -3476,SUCCESS,2,1,631.19,30210292.73,30210923.92,127,qnn,1009.9040000021458 -3478,SUCCESS,2,1,1271.59,30210923.92,30212195.51,127,qpeexact,2034.5439999997616 -3480,SUCCESS,2,1,10538.76,30212195.51,30222734.27,127,qft,16862.015999996664 -3481,SUCCESS,2,1,568.06,30222734.27,30223302.33,127,qnn,908.8960000038147 -3482,SUCCESS,2,1,457.23,30223302.33,30223759.56,127,graphstate,731.5680000007153 -3487,SUCCESS,2,1,122.78,30223759.56,30223882.34,127,vqe,196.4479999959469 -3488,SUCCESS,2,1,16361.74,30223882.34,30240244.08,127,qft,26178.78399999738 -3489,SUCCESS,2,1,34546.28,30240244.08,30274790.36,127,qpeinexact,55274.04800000191 -3490,SUCCESS,2,1,16362.68,30274790.36,30291153.04,127,qftentangled,26180.288000005487 -3491,SUCCESS,2,1,7854.18,30291153.04,30299007.22,127,ae,12566.687999999524 -3492,SUCCESS,2,1,3786.28,30299007.22,30302793.5,127,wstate,6058.047999995947 -3493,SUCCESS,2,1,20482.45,30302793.5,30323275.95,127,twolocalrandom,32771.91999999881 -3494,SUCCESS,2,1,371.63,30323275.95,30323647.58,127,wstate,594.6080000042915 -3495,SUCCESS,2,1,9579.58,30323647.58,30333227.16,127,qnn,15327.32799999714 -3496,SUCCESS,2,1,7479.8,30333227.16,30340706.96,127,qnn,11967.680000001194 -3497,SUCCESS,2,1,3036.17,30340706.96,30343743.13,127,su2random,4857.871999996901 -3498,SUCCESS,2,1,26424.74,30343743.13,30370167.87,127,realamprandom,42279.58400000334 -3499,SUCCESS,2,1,35097.56,30370167.87,30405265.43,127,qft,56156.09599999786 -3500,SUCCESS,2,1,17849.25,30405265.43,30423114.68,127,qpeinexact,28558.800000005962 -3501,SUCCESS,2,1,304.76,30423114.68,30423419.44,127,graphstate,487.61599999666214 -3502,SUCCESS,2,1,46.7,30423419.44,30423466.14,127,vqe,74.7199999988079 -3503,SUCCESS,2,1,8892.61,30423466.14,30432358.75,127,qpeinexact,14228.175999999046 -3504,SUCCESS,2,1,2306.43,30432358.75,30434665.18,127,ghz,3690.288000005484 -3505,SUCCESS,2,1,5855.13,30434665.18,30440520.31,127,wstate,9368.207999992372 -3506,SUCCESS,2,1,123.11,30440520.31,30440643.42,127,wstate,196.9760000050068 -3508,SUCCESS,2,1,180.02,30440643.42,30440823.44,127,wstate,288.0319999992848 -3510,SUCCESS,2,1,1051.78,30440823.44,30441875.22,127,qpeinexact,1682.847999995947 -3511,SUCCESS,2,1,3100.56,30441875.22,30444975.78,127,qft,4960.896000003815 -3512,SUCCESS,2,1,2887.31,30444975.78,30447863.09,127,su2random,4619.695999997854 -3513,SUCCESS,2,1,1336.38,30447863.09,30449199.47,127,wstate,2138.2080000042915 -3514,SUCCESS,2,1,470.57,30449199.47,30449670.04,127,qnn,752.9120000004768 -3515,SUCCESS,2,1,161.66,30449670.04,30449831.7,127,ghz,258.655999994278 -3516,SUCCESS,2,1,3287.33,30449831.7,30453119.03,127,su2random,5259.7280000031 -3517,SUCCESS,2,1,1232.73,30453119.03,30454351.76,127,su2random,1972.3680000007153 -3518,SUCCESS,2,1,1820.05,30454351.76,30456171.81,127,qft,2912.079999995232 -3519,SUCCESS,2,1,6146.36,30456171.81,30462318.17,127,pricingcall,9834.176000005007 -3520,SUCCESS,2,1,10488.31,30462318.17,30472806.48,127,qpeexact,16781.295999997856 -3521,SUCCESS,2,1,290.41,30472806.48,30473096.89,127,wstate,464.65600000023846 -3522,SUCCESS,2,1,3787.53,30473096.89,30476884.42,127,qnn,6060.048000001908 -3523,SUCCESS,2,1,19044.49,30476884.42,30495928.91,127,realamprandom,30471.183999997378 -3524,SUCCESS,2,1,20480.06,30495928.91,30516408.97,127,qnn,32768.09599999786 -3525,SUCCESS,2,1,10312.31,30516408.97,30526721.28,127,ae,16499.696000003816 -3526,SUCCESS,2,1,4271.47,30526721.28,30530992.75,127,twolocalrandom,6834.351999998093 -3527,SUCCESS,2,1,44866.46,30530992.75,30575859.21,127,realamprandom,71786.33600000144 -3528,SUCCESS,2,1,30359.22,30575859.21,30606218.43,127,qpeexact,48574.751999998094 -3529,SUCCESS,2,1,209.23,30606218.43,30606427.66,127,ghz,334.7680000007153 -3530,SUCCESS,2,1,1902.42,30606427.66,30608330.08,127,qnn,3043.8719999969007 -3531,SUCCESS,2,1,134871.21,30608330.08,30743201.29,127,qwalk-noancilla,215793.9360000074 -3533,SUCCESS,2,1,2444.62,30743201.29,30745645.91,127,realamprandom,3911.391999995709 -3534,SUCCESS,2,1,2473.3,30745645.91,30748119.21,127,qftentangled,3957.280000001192 -3535,SUCCESS,2,1,1310.33,30748119.21,30749429.54,127,qft,2096.527999997139 -3536,SUCCESS,2,1,18055.22,30749429.54,30767484.76,127,ae,28888.352000004055 -3538,SUCCESS,2,1,9485.21,30767484.76,30776969.97,127,random,15176.33600000143 -3539,SUCCESS,2,1,363.37,30776969.97,30777333.34,127,graphstate,581.3919999957085 -3540,SUCCESS,2,1,15353.64,30777333.34,30792686.98,127,ae,24565.824000000954 -3541,SUCCESS,2,1,15329.43,30792686.98,30808016.41,127,qpeexact,24527.087999999523 -3544,SUCCESS,2,1,155906.6,30808016.41,30963923.01,127,shor,249450.56000000238 -3545,SUCCESS,2,1,9807.82,30963923.01,30973730.83,127,qpeinexact,15692.511999994516 -3546,SUCCESS,2,1,3586.87,30973730.83,30977317.7,127,twolocalrandom,5738.99200000763 -3547,SUCCESS,2,1,132577.05,30977317.7,31109894.75,127,random,212123.27999999525 -3548,SUCCESS,2,1,13678.48,31109894.75,31123573.23,127,ae,21885.568000000716 -3550,SUCCESS,2,1,7063.88,31123573.23,31130637.11,127,qpeinexact,11302.208000004292 -3551,SUCCESS,2,1,3270.44,31130637.11,31133907.55,127,realamprandom,5232.703999996185 -3552,SUCCESS,2,1,2425.72,31133907.55,31136333.27,127,twolocalrandom,3881.152000004053 -3553,SUCCESS,2,1,615.62,31136333.27,31136948.89,127,su2random,984.9919999957085 -3554,SUCCESS,2,1,13767.82,31136948.89,31150716.71,127,random,22028.51200000048 -3555,SUCCESS,2,1,10110.08,31150716.71,31160826.79,127,qftentangled,16176.1280000031 -3556,SUCCESS,2,1,13681.2,31160826.79,31174507.99,127,qft,21889.91999999881 -3557,SUCCESS,2,1,8918.43,31174507.99,31183426.42,127,grover-noancilla,14269.487999999525 -3559,SUCCESS,2,1,9931.77,31183426.42,31193358.19,127,su2random,15890.831999999285 -3560,SUCCESS,2,1,12414.22,31193358.19,31205772.41,127,random,19862.751999998094 -3561,SUCCESS,2,1,19487.73,31205772.41,31225260.14,127,qnn,31180.368000000715 -3562,SUCCESS,2,1,85.96,31225260.14,31225346.1,127,vqe,137.53600000143052 -3563,SUCCESS,2,1,108.64,31225346.1,31225454.74,127,ghz,173.82399999499322 -3564,SUCCESS,2,1,4849.8,31225454.74,31230304.54,127,qpeexact,7759.680000001193 -3565,SUCCESS,2,1,100200.74,31230304.54,31330505.28,127,random,160321.18400000336 -3566,SUCCESS,2,1,27338.55,31330505.28,31357843.83,127,realamprandom,43741.68000000119 -3567,SUCCESS,2,1,7252.79,31357843.83,31365096.62,127,su2random,11604.46399999857 -3569,SUCCESS,2,1,1460.65,31365096.62,31366557.27,127,random,2337.0399999976157 -3570,SUCCESS,2,1,19250.8,31366557.27,31385808.07,127,qpeexact,30801.280000001192 -3571,SUCCESS,2,1,1307.72,31385808.07,31387115.79,127,pricingcall,2092.3519999980927 -3572,SUCCESS,2,1,43.12,31387115.79,31387158.91,127,dj,68.99200000166893 -3573,SUCCESS,2,1,2737.41,31387158.91,31389896.32,127,ae,4379.856000000239 -3574,SUCCESS,2,1,4188.03,31389896.32,31394084.35,127,su2random,6700.848000001908 -3575,SUCCESS,2,1,59372.97,31394084.35,31453457.32,127,random,94996.7519999981 -3576,SUCCESS,2,1,3319.65,31453457.32,31456776.97,127,qft,5311.439999997616 -3577,SUCCESS,2,1,1040.04,31456776.97,31457817.01,127,dj,1664.06400000453 -3578,SUCCESS,2,1,24668.48,31457817.01,31482485.49,127,qpeexact,39469.56800000072 -3579,SUCCESS,2,1,58976.09,31482485.49,31541461.58,127,realamprandom,94361.7439999938 -3580,SUCCESS,2,1,9452.03,31541461.58,31550913.61,127,qpeinexact,15123.248000001908 -3581,SUCCESS,2,1,1202.06,31550913.61,31552115.67,127,twolocalrandom,1923.2960000038147 -3582,SUCCESS,2,1,14199.46,31552115.67,31566315.13,127,realamprandom,22719.135999995473 -3583,SUCCESS,2,1,4885.69,31566315.13,31571200.82,127,su2random,7817.104000002146 -3584,SUCCESS,2,1,2116.47,31571200.82,31573317.29,127,dj,3386.3520000040535 -3587,SUCCESS,2,1,2000.53,31573317.29,31575317.82,127,qft,3200.8479999959472 -3588,SUCCESS,2,1,10810.8,31575317.82,31586128.62,127,qpeexact,17297.280000001192 -3589,SUCCESS,2,1,2465.57,31586128.62,31588594.19,127,qnn,3944.912000000477 -3590,SUCCESS,2,1,16509.22,31588594.19,31605103.41,127,qpeexact,26414.751999998094 -3591,SUCCESS,2,1,10066.43,31605103.41,31615169.84,127,qpeinexact,16106.287999999524 -3593,SUCCESS,2,1,1280.21,31615169.84,31616450.05,127,dj,2048.3360000014304 -3596,SUCCESS,2,1,3246.76,31616450.05,31619696.81,127,ae,5194.815999996663 -3598,SUCCESS,2,1,28025.03,31619696.81,31647721.84,127,qft,44840.04800000191 -3599,SUCCESS,2,1,820.99,31647721.84,31648542.83,127,realamprandom,1313.584000003338 -3600,SUCCESS,2,1,17024.46,31648542.83,31665567.29,127,qpeinexact,27239.136000001432 -3601,SUCCESS,2,1,270.69,31665567.29,31665837.98,127,graphstate,433.10399999618534 -3602,SUCCESS,2,1,2065.74,31665837.98,31667903.72,127,ghz,3305.184000003338 -3603,SUCCESS,2,1,77030.31,31667903.72,31744934.03,127,twolocalrandom,123248.49599999786 -3604,SUCCESS,2,1,432.08,31744934.03,31745366.11,127,ghz,691.3280000030995 -3605,SUCCESS,2,1,378.56,31745366.11,31745744.67,127,qaoa,605.6959999978543 -3606,SUCCESS,2,1,2807.43,31745744.67,31748552.1,127,ae,4491.887999999523 -3608,SUCCESS,2,1,2461.82,31748552.1,31751013.92,127,grover-v-chain,3938.912000000477 -3610,SUCCESS,2,1,18884.97,31751013.92,31769898.89,127,realamprandom,30215.951999998095 -3612,SUCCESS,2,1,577.04,31769898.89,31770475.93,127,qpeexact,923.26400000453 -3613,SUCCESS,2,1,36985.96,31770475.93,31807461.89,127,su2random,59177.535999995474 -3615,SUCCESS,2,1,401.06,31807461.89,31807862.95,127,graphstate,641.6959999978543 -3616,SUCCESS,2,1,943.11,31807862.95,31808806.06,127,ghz,1508.9759999990465 -3617,SUCCESS,2,1,96.12,31808806.06,31808902.18,127,wstate,153.7920000076294 -3619,SUCCESS,2,1,7035.48,31808902.18,31815937.66,127,wstate,11256.767999994756 -3621,SUCCESS,2,1,124314.97,31815937.66,31940252.63,127,grover-noancilla,198903.95200000406 -3622,SUCCESS,2,1,4523.27,31940252.63,31944775.9,127,qpeexact,7237.231999999285 -3623,SUCCESS,2,1,55.31,31944775.9,31944831.21,127,ghz,88.49599999785424 -3624,SUCCESS,2,1,29128.21,31944831.21,31973959.42,127,realamprandom,46605.13600000143 -3625,SUCCESS,2,1,43595.64,31973959.42,32017555.06,127,qnn,69753.02400000095 -3626,SUCCESS,2,1,317,32017555.06,32017872.06,127,ghz,507.20000000000005 -3627,SUCCESS,2,1,6255.78,32017872.06,32024127.84,127,qft,10009.247999995947 -3628,SUCCESS,2,1,16321,32024127.84,32040448.84,127,qftentangled,26113.600000000002 -3629,SUCCESS,2,1,23411.08,32040448.84,32063859.92,127,realamprandom,37457.7280000031 -3630,SUCCESS,2,1,8518.85,32063859.92,32072378.77,127,random,13630.160000002385 -3631,SUCCESS,2,1,21943.44,32072378.77,32094322.21,127,qpeinexact,35109.50399999619 -3633,SUCCESS,2,1,17096.48,32094322.21,32111418.69,127,qftentangled,27354.368000000715 -3635,SUCCESS,2,1,13687.27,32111418.69,32125105.96,127,random,21899.631999999285 -3636,SUCCESS,2,1,1812.47,32125105.96,32126918.43,127,ghz,2899.9520000040534 -3637,SUCCESS,2,1,19939.77,32126918.43,32146858.2,127,qft,31903.631999999285 -3638,SUCCESS,2,1,165.93,32146858.2,32147024.13,127,dj,265.4879999935627 -3639,SUCCESS,2,1,5689.14,32147024.13,32152713.27,127,qft,9102.624000000955 -3640,SUCCESS,2,1,201.5,32152713.27,32152914.77,127,dj,322.40000000596046 -3641,SUCCESS,2,1,14196.4,32152914.77,32167111.17,127,twolocalrandom,22714.23999999762 -3642,SUCCESS,2,1,4933.91,32167111.17,32172045.08,127,su2random,7894.255999994279 -3645,SUCCESS,2,1,17923.48,32172045.08,32189968.56,127,qft,28677.568000000716 -3647,SUCCESS,2,1,126.67,32189968.56,32190095.23,127,ghz,202.67200000286104 -3648,SUCCESS,2,1,1795.61,32190095.23,32191890.84,127,dj,2872.9759999990465 -3649,SUCCESS,2,1,206.85,32191890.84,32192097.69,127,qft,330.9600000023842 -3650,SUCCESS,2,1,6545.39,32192097.69,32198643.08,127,qpeexact,10472.623999994994 -3651,SUCCESS,2,1,32586.12,32198643.08,32231229.2,127,ae,52137.792000001675 -3652,SUCCESS,2,1,4225.05,32231229.2,32235454.25,127,qnn,6760.080000001192 -3653,SUCCESS,2,1,1924.28,32235454.25,32237378.53,127,dj,3078.8480000019076 -3654,SUCCESS,2,1,2894.78,32237378.53,32240273.31,127,qpeexact,4631.647999995947 -3655,SUCCESS,2,1,10097.97,32240273.31,32250371.28,127,qft,16156.752000004053 -3656,SUCCESS,2,1,4188.31,32250371.28,32254559.59,127,qftentangled,6701.295999997855 -3658,SUCCESS,2,1,7572.96,32254559.59,32262132.55,127,qftentangled,12116.73600000143 -3659,SUCCESS,2,1,88.5,32262132.55,32262221.05,127,dj,141.6 -3660,SUCCESS,2,1,13671.2,32262221.05,32275892.25,127,qft,21873.91999999881 -3661,SUCCESS,2,1,14842.22,32275892.25,32290734.47,127,qpeinexact,23747.552000004056 -3662,SUCCESS,2,1,1846.28,32290734.47,32292580.75,127,dj,2954.047999995947 -3663,SUCCESS,2,1,11039.93,32292580.75,32303620.68,127,qpeinexact,17663.888000005485 -3665,SUCCESS,2,1,21542.89,32303620.68,32325163.57,127,twolocalrandom,34468.623999995 -3666,SUCCESS,2,1,10522.75,32325163.57,32335686.32,127,qftentangled,16836.4 -3667,SUCCESS,2,1,232.18,32335686.32,32335918.5,127,wstate,371.4879999995232 -3668,SUCCESS,2,1,2021.14,32335918.5,32337939.64,127,su2random,3233.8240000009537 -3669,SUCCESS,2,1,629.41,32337939.64,32338569.05,127,twolocalrandom,1007.0560000002384 -3670,SUCCESS,2,1,1237.13,32338569.05,32339806.18,127,pricingcall,1979.4079999983312 -3672,SUCCESS,2,1,39316.38,32339806.18,32379122.56,127,random,62906.20800000429 -3673,SUCCESS,2,1,1133.97,32379122.56,32380256.53,127,dj,1814.3519999980927 -3674,SUCCESS,2,1,2551.69,32380256.53,32382808.22,127,qpeinexact,4082.704000002146 -3675,SUCCESS,2,1,2673.72,32382808.22,32385481.94,127,realamprandom,4277.951999998093 -3676,SUCCESS,2,1,13768.43,32385481.94,32399250.37,127,ae,22029.487999999525 -3677,SUCCESS,2,1,365.3,32399250.37,32399615.67,127,ae,584.4800000011921 -3678,SUCCESS,2,1,58.41,32399615.67,32399674.08,127,ghz,93.45599999427796 -3679,SUCCESS,2,1,773.99,32399674.08,32400448.07,127,pricingput,1238.3840000033379 -3680,SUCCESS,2,1,4823.41,32400448.07,32405271.48,127,qftentangled,7717.456000000238 -3681,SUCCESS,2,1,42740.83,32405271.48,32448012.31,127,su2random,68385.32800000311 -3682,SUCCESS,2,1,4618.8,32448012.31,32452631.11,127,qft,7390.079999995232 -3683,SUCCESS,2,1,29559.74,32452631.11,32482190.85,127,su2random,47295.58400000334 -3684,SUCCESS,2,1,1050.62,32482190.85,32483241.47,127,qnn,1680.992000001669 -3685,SUCCESS,2,1,18646.17,32483241.47,32501887.64,127,qftentangled,29833.871999996903 -3686,SUCCESS,2,1,16633.71,32501887.64,32518521.35,127,ae,26613.93600000143 -3688,SUCCESS,2,1,9985.78,32518521.35,32528507.13,127,qftentangled,15977.248000001908 -3689,SUCCESS,2,1,2015.68,32528507.13,32530522.81,127,realamprandom,3225.087999999523 -3690,SUCCESS,2,1,29351.42,32530522.81,32559874.23,127,ae,46962.271999996905 -3691,SUCCESS,2,1,656.92,32559874.23,32560531.15,127,wstate,1051.0720000028612 -3693,SUCCESS,2,1,23191.37,32560531.15,32583722.52,127,qft,37106.19200000167 -3694,SUCCESS,2,1,71611.99,32583722.52,32655334.51,127,random,114579.18399999739 -3695,SUCCESS,2,1,122385.52,32655334.51,32777720.03,127,random,195816.8319999993 -3696,SUCCESS,2,1,551.05,32777720.03,32778271.08,127,graphstate,881.6800000011922 -3697,SUCCESS,2,1,44837.79,32778271.08,32823108.87,127,qpeexact,71740.46399999857 -3698,SUCCESS,2,1,18846,32823108.87,32841954.87,127,qpeexact,30153.600000000002 -3699,SUCCESS,2,1,180.89,32841954.87,32842135.76,127,wstate,289.4240000009537 -3700,SUCCESS,2,1,92.16,32842135.76,32842227.92,127,qaoa,147.45600000023842 -3701,SUCCESS,2,1,521.96,32842227.92,32842749.88,127,wstate,835.1359999954701 -3702,SUCCESS,2,1,11718.72,32842749.88,32854468.6,127,qftentangled,18749.952000004054 -3703,SUCCESS,2,1,2858.74,32854468.6,32857327.34,127,dj,4573.983999997377 -3705,SUCCESS,2,1,42.68,32857327.34,32857370.02,127,ghz,68.28800000548362 -3706,SUCCESS,2,1,205.47,32857370.02,32857575.49,127,dj,328.7519999921322 -3707,SUCCESS,2,1,13600.22,32857575.49,32871175.71,127,ae,21760.352000004055 -3709,SUCCESS,2,1,3289.05,32871175.71,32874464.76,127,su2random,5262.480000001193 -3710,SUCCESS,2,1,47.36,32874464.76,32874512.12,127,vqe,75.77599999904633 -3711,SUCCESS,2,1,2684.56,32874512.12,32877196.68,127,dj,4295.296000003815 -3713,SUCCESS,2,1,3308.22,32877196.68,32880504.9,127,wstate,5293.151999992133 -3714,SUCCESS,2,1,134.39,32880504.9,32880639.29,127,graphstate,215.02400000691415 -3715,SUCCESS,2,1,975.52,32880639.29,32881614.81,127,realamprandom,1560.8319999992848 -3716,SUCCESS,2,1,2396.65,32881614.81,32884011.46,127,ae,3834.639999997616 -3718,SUCCESS,2,1,4795.77,32884011.46,32888807.23,127,qft,7673.231999999285 -3720,SUCCESS,2,1,64.53,32888807.23,32888871.76,127,graphstate,103.24800000190736 -3721,SUCCESS,2,1,732,32888871.76,32889603.76,127,dj,1171.2 -3722,SUCCESS,2,1,1930.73,32889603.76,32891534.49,127,dj,3089.167999994755 -3723,SUCCESS,2,1,24888.91,32891534.49,32916423.4,127,qpeinexact,39822.2560000062 -3724,SUCCESS,2,1,1367.65,32916423.4,32917791.05,127,qnn,2188.239999997616 -3726,SUCCESS,2,1,7849.05,32917791.05,32925640.1,127,qnn,12558.480000001193 -3727,SUCCESS,2,1,105.55,32925640.1,32925745.65,127,ghz,168.88000000119212 -3728,SUCCESS,2,1,132.49,32925745.65,32925878.14,127,ghz,211.9839999973774 -3729,SUCCESS,2,1,740.32,32925878.14,32926618.46,127,qft,1184.512000000477 -3730,SUCCESS,2,1,29560.88,32926618.46,32956179.34,127,random,47297.40799999834 -3731,SUCCESS,2,1,2023.94,32956179.34,32958203.28,127,wstate,3238.304000002146 -3732,SUCCESS,2,1,1736.87,32958203.28,32959940.15,127,wstate,2778.992000001669 -3733,SUCCESS,2,1,50.04,32959940.15,32959990.19,127,vqe,80.0639999985695 -3734,SUCCESS,2,1,17681.69,32959990.19,32977671.88,127,qpeexact,28290.703999996185 -3735,SUCCESS,2,1,1821.39,32977671.88,32979493.27,127,wstate,2914.224000006914 -3736,SUCCESS,2,1,1482.82,32979493.27,32980976.09,127,qpeexact,2372.5119999945164 -3738,SUCCESS,2,1,29002.17,32980976.09,33009978.26,127,qnn,46403.47200000286 -3739,SUCCESS,2,1,9539.79,33009978.26,33019518.05,127,qpeexact,15263.663999998571 -3740,SUCCESS,2,1,1145.44,33019518.05,33020663.49,127,portfoliovqe,1832.7039999961853 -3741,SUCCESS,2,1,5237.04,33020663.49,33025900.53,127,qft,8379.26400000453 -3742,SUCCESS,2,1,16153.77,33025900.53,33042054.3,127,qftentangled,25846.031999999286 -3743,SUCCESS,2,1,7216.05,33042054.3,33049270.35,127,twolocalrandom,11545.680000001194 -3744,SUCCESS,2,1,11270.29,33049270.35,33060540.64,127,pricingcall,18032.46399999857 -3745,SUCCESS,2,1,1153.61,33060540.64,33061694.25,127,wstate,1845.7759999990465 -3746,SUCCESS,2,1,8654.27,33061694.25,33070348.52,127,twolocalrandom,13846.831999999285 -3747,SUCCESS,2,1,15574.45,33070348.52,33085922.97,127,qftentangled,24919.11999999881 -3748,SUCCESS,2,1,2362.92,33085922.97,33088285.89,127,dj,3780.6720000028613 -3750,SUCCESS,2,1,50.21,33088285.89,33088336.1,127,graphstate,80.33600000143052 -3751,SUCCESS,2,1,3302.02,33088336.1,33091638.12,127,qnn,5283.231999999285 -3752,SUCCESS,2,1,22731.39,33091638.12,33114369.51,127,qft,36370.224000000955 -3753,SUCCESS,2,1,2415.56,33114369.51,33116785.07,127,qpeinexact,3864.8959999978542 -3754,SUCCESS,2,1,26205.89,33116785.07,33142990.96,127,qpeexact,41929.42400000096 -3755,SUCCESS,2,1,13643.23,33142990.96,33156634.19,127,ae,21829.168000000718 -3756,SUCCESS,2,1,1675.66,33156634.19,33158309.85,127,qpeexact,2681.056000000239 -3757,SUCCESS,2,1,13749.49,33158309.85,33172059.34,127,qwalk-v-chain,21999.183999997378 -3758,SUCCESS,2,1,1913.16,33172059.34,33173972.5,127,qft,3061.056000000239 -3759,SUCCESS,2,1,122.28,33173972.5,33174094.78,127,graphstate,195.64800000190735 -3760,SUCCESS,2,1,22906.55,33174094.78,33197001.33,127,qftentangled,36650.47999999523 -3761,SUCCESS,2,1,1546.24,33197001.33,33198547.57,127,qpeinexact,2473.984000003338 -3762,SUCCESS,2,1,4440.62,33198547.57,33202988.19,127,qftentangled,7104.992000001669 -3763,SUCCESS,2,1,18293.36,33202988.19,33221281.55,127,qnn,29269.375999999047 -3764,SUCCESS,2,1,189.52,33221281.55,33221471.07,127,graphstate,303.23199999928477 -3765,SUCCESS,2,1,96052.1,33221471.07,33317523.17,127,random,153683.3600000024 -3766,SUCCESS,2,1,3072.19,33317523.17,33320595.36,127,wstate,4915.504000002146 -3768,SUCCESS,2,1,1497.84,33320595.36,33322093.2,127,dj,2396.5439999997616 -3769,SUCCESS,2,1,2459.89,33322093.2,33324553.09,127,ghz,3935.8239999949933 -3770,SUCCESS,2,1,17549.3,33324553.09,33342102.39,127,ae,28078.880000001194 -3771,SUCCESS,2,1,1096.24,33342102.39,33343198.63,127,realamprandom,1753.9839999973774 -3772,SUCCESS,2,1,29959.68,33343198.63,33373158.31,127,qpeexact,47935.48800000548 -3774,SUCCESS,2,1,2569.31,33373158.31,33375727.62,127,qpeinexact,4110.895999997854 -3775,SUCCESS,2,1,8125.88,33375727.62,33383853.5,127,twolocalrandom,13001.407999998331 -3776,SUCCESS,2,1,688.68,33383853.5,33384542.18,127,su2random,1101.8879999995231 -3778,SUCCESS,2,1,16332.86,33384542.18,33400875.04,127,qpeinexact,26132.576000005007 -3780,SUCCESS,2,1,14968.25,33400875.04,33415843.29,127,qft,23949.2 -3781,SUCCESS,2,1,1373.48,33415843.29,33417216.77,127,wstate,2197.5680000007155 -3782,SUCCESS,2,1,6345.26,33417216.77,33423562.03,127,qpeexact,10152.415999996663 -3783,SUCCESS,2,1,2735.33,33423562.03,33426297.36,127,qnn,4376.5280000031 -3784,SUCCESS,2,1,2600.25,33426297.36,33428897.61,127,dj,4160.400000000001 -3785,SUCCESS,2,1,2007.66,33428897.61,33430905.27,127,dj,3212.255999994278 -3786,SUCCESS,2,1,27961.46,33430905.27,33458866.73,127,su2random,44738.336000001436 -3787,SUCCESS,2,1,8105.23,33458866.73,33466971.96,127,su2random,12968.368000000715 -3788,SUCCESS,2,1,35671.71,33466971.96,33502643.67,127,twolocalrandom,57074.73600000143 -3789,SUCCESS,2,1,692.94,33502643.67,33503336.61,127,graphstate,1108.7039999961853 -3790,SUCCESS,2,1,6885.73,33503336.61,33510222.34,127,qpeinexact,11017.168000000716 -3791,SUCCESS,2,1,2383.38,33510222.34,33512605.72,127,qnn,3813.4079999983314 -3792,SUCCESS,2,1,10028.59,33512605.72,33522634.31,127,qftentangled,16045.744000005723 -3793,SUCCESS,2,1,133.75,33522634.31,33522768.06,127,qpeexact,213.99999999403954 -3794,SUCCESS,2,1,827.05,33522768.06,33523595.11,127,ghz,1323.280000001192 -3795,SUCCESS,2,1,5597.69,33523595.11,33529192.8,127,ae,8956.304000002146 -3796,SUCCESS,2,1,2825.45,33529192.8,33532018.25,127,twolocalrandom,4520.719999998808 -3797,SUCCESS,2,1,35989.77,33532018.25,33568008.02,127,twolocalrandom,57583.63200000525 -3798,SUCCESS,2,1,1035.91,33568008.02,33569043.93,127,graphstate,1657.455999994278 -3800,SUCCESS,2,1,8556.58,33569043.93,33577600.51,127,twolocalrandom,13690.527999997139 -3801,SUCCESS,2,1,12418.29,33577600.51,33590018.8,127,qftentangled,19869.26399999857 -3802,SUCCESS,2,1,14336.48,33590018.8,33604355.28,127,ae,22938.368000006678 -3803,SUCCESS,2,1,12614.41,33604355.28,33616969.69,127,qnn,20183.055999994278 -3804,SUCCESS,2,1,8937.2,33616969.69,33625906.89,127,qft,14299.52000000477 -3805,SUCCESS,2,1,1305.74,33625906.89,33627212.63,127,qnn,2089.183999991417 -3806,SUCCESS,2,1,1731.15,33627212.63,33628943.78,127,ghz,2769.840000009537 -3807,SUCCESS,2,1,7892.63,33628943.78,33636836.41,127,qftentangled,12628.207999992372 -3808,SUCCESS,2,1,18608.83,33636836.41,33655445.24,127,twolocalrandom,29774.128000009063 -3810,SUCCESS,2,1,169.85,33655445.24,33655615.09,127,qaoa,271.7600000023842 -3811,SUCCESS,2,1,22471.17,33655615.09,33678086.26,127,qpeexact,35953.871999990944 -3814,SUCCESS,2,1,455.25,33678086.26,33678541.51,127,qpeexact,728.4000000000001 -3815,SUCCESS,2,1,24461.45,33678541.51,33703002.96,127,ae,39138.32000000477 -3816,SUCCESS,2,1,2099.77,33703002.96,33705102.73,127,qftentangled,3359.6319999933244 -3817,SUCCESS,2,1,6251.05,33705102.73,33711353.78,127,qft,10001.680000007153 -3818,SUCCESS,2,1,4053.5,33711353.78,33715407.28,127,qftentangled,6485.6 -3819,SUCCESS,2,1,324.13,33715407.28,33715731.41,127,wstate,518.6079999923707 -3820,SUCCESS,2,1,4535.79,33715731.41,33720267.2,127,qpeexact,7257.2639999985695 -3821,SUCCESS,2,1,115490.76,33720267.2,33835757.96,127,random,184785.2160000086 -3822,SUCCESS,2,1,2411.66,33835757.96,33838169.62,127,qftentangled,3858.6559999942783 -3823,SUCCESS,2,1,8958.65,33838169.62,33847128.27,127,qpeinexact,14333.840000009537 -3824,SUCCESS,2,1,2496.39,33847128.27,33849624.66,127,ghz,3994.223999989033 -3825,SUCCESS,2,1,986.77,33849624.66,33850611.43,127,dj,1578.8320000052454 -3826,SUCCESS,2,1,30878.25,33850611.43,33881489.68,127,twolocalrandom,49405.200000000004 -3827,SUCCESS,2,1,1992.96,33881489.68,33883482.64,127,qpeexact,3188.7360000014305 -3828,SUCCESS,2,1,7419.93,33883482.64,33890902.57,127,twolocalrandom,11871.887999999524 -3830,SUCCESS,2,1,272.57,33890902.57,33891175.14,127,ghz,436.1120000004769 -3832,SUCCESS,2,1,124.25,33891175.14,33891299.39,127,graphstate,198.8 -3834,SUCCESS,2,1,413.06,33891299.39,33891712.45,127,graphstate,660.8960000038147 -3835,SUCCESS,2,1,181160.68,33891712.45,34072873.13,127,qwalk-noancilla,289857.0879999876 -3836,SUCCESS,2,1,4789.37,34072873.13,34077662.5,127,wstate,7662.99200000763 -3838,SUCCESS,2,1,667.09,34077662.5,34078329.59,127,dj,1067.3439999938012 -3839,SUCCESS,2,1,46500.86,34078329.59,34124830.45,127,random,74401.37599999904 -3840,SUCCESS,2,1,468.09,34124830.45,34125298.54,127,qft,748.944000005722 -3841,SUCCESS,2,1,66.88,34125298.54,34125365.42,127,dj,107.00799999237061 -3842,SUCCESS,2,1,73523.48,34125365.42,34198888.9,127,su2random,117637.56800000668 -3843,SUCCESS,2,1,12149.56,34198888.9,34211038.46,127,su2random,19439.296000003815 -3844,SUCCESS,2,1,18803.25,34211038.46,34229841.71,127,ae,30085.2 -3846,SUCCESS,2,1,172.56,34229841.71,34230014.27,127,ghz,276.0960000038147 -3847,SUCCESS,2,1,11055.4,34230014.27,34241069.67,127,su2random,17688.639999997617 -3848,SUCCESS,2,1,1582.39,34241069.67,34242652.06,127,graphstate,2531.823999989033 -3850,SUCCESS,2,1,8618.83,34242652.06,34251270.89,127,qpeexact,13790.128000009061 -3851,SUCCESS,2,1,58.49,34251270.89,34251329.38,127,ghz,93.58400000333786 -3852,SUCCESS,2,1,6532.11,34251329.38,34257861.49,127,qpeexact,10451.375999987125 -3854,SUCCESS,2,1,8000.76,34257861.49,34265862.25,127,twolocalrandom,12801.216000008584 -3855,SUCCESS,2,1,3160.34,34265862.25,34269022.59,127,qftentangled,5056.544000005722 -3857,SUCCESS,2,1,34889.91,34269022.59,34303912.5,127,qftentangled,55823.85599999428 -3858,SUCCESS,2,1,17721,34303912.5,34321633.5,127,su2random,28353.600000000002 -3860,SUCCESS,2,1,178.44,34321633.5,34321811.94,127,graphstate,285.5039999961853 -3861,SUCCESS,2,1,24378.05,34321811.94,34346189.99,127,su2random,39004.87999999523 -3862,SUCCESS,2,1,3841.76,34346189.99,34350031.75,127,ae,6146.816000008584 -3865,SUCCESS,2,1,15958.02,34350031.75,34365989.77,127,qft,25532.832000005248 -3866,SUCCESS,2,1,23775.04,34365989.77,34389764.81,127,qpeexact,38040.06399999857 -3867,SUCCESS,2,1,99314.52,34389764.81,34489079.33,127,random,158903.23199999332 -3868,SUCCESS,2,1,45885.28,34489079.33,34534964.61,127,random,73416.44800000191 -3869,SUCCESS,2,1,13464,34534964.61,34548428.61,127,qpeexact,21542.4 -3870,SUCCESS,2,1,11652.68,34548428.61,34560081.29,127,qpeinexact,18644.287999999524 -3871,SUCCESS,2,1,1922.91,34560081.29,34562004.2,127,qpeexact,3076.6559999942783 -3872,SUCCESS,2,1,18546.89,34562004.2,34580551.09,127,qpeexact,29675.024000000954 -3873,SUCCESS,2,1,2596.8,34580551.09,34583147.89,127,qpeinexact,4154.880000007152 -3874,SUCCESS,2,1,23663.68,34583147.89,34606811.57,127,ae,37861.887999999526 -3875,SUCCESS,2,1,5939.98,34606811.57,34612751.55,127,twolocalrandom,9503.967999994755 -3876,SUCCESS,2,1,756.93,34612751.55,34613508.48,127,wstate,1211.0879999995232 -3878,SUCCESS,2,1,8290.78,34613508.48,34621799.26,127,qnn,13265.248000001908 -3879,SUCCESS,2,1,32674,34621799.26,34654473.26,127,twolocalrandom,52278.4 -3880,SUCCESS,2,1,125.37,34654473.26,34654598.63,127,wstate,200.59199999570848 -3881,SUCCESS,2,1,19447.76,34654598.63,34674046.39,127,qpeexact,31116.416000008583 -3882,SUCCESS,2,1,33840.48,34674046.39,34707886.87,127,ae,54144.76799999476 -3883,SUCCESS,2,1,35517.07,34707886.87,34743403.94,127,qwalk-noancilla,56827.31200000048 -3884,SUCCESS,2,1,2635.96,34743403.94,34746039.9,127,ghz,4217.536000001431 -3885,SUCCESS,2,1,66447.2,34746039.9,34812487.1,127,random,106315.52000000478 -3886,SUCCESS,2,1,1779.8,34812487.1,34814266.9,127,pricingput,2847.679999995232 -3887,SUCCESS,2,1,82.01,34814266.9,34814348.91,127,wstate,131.21599999666213 -3888,SUCCESS,2,1,2833.99,34814348.91,34817182.9,127,pricingput,4534.384000003338 -3891,SUCCESS,2,1,4710.89,34817182.9,34821893.79,127,qnn,7537.424000000954 -3892,SUCCESS,2,1,25945.64,34821893.79,34847839.43,127,qpeinexact,41513.02400000096 -3894,SUCCESS,2,1,15528.18,34847839.43,34863367.61,127,realamprandom,24845.087999999523 -3895,SUCCESS,2,1,1687.6,34863367.61,34865055.21,127,su2random,2700.1600000023845 -3896,SUCCESS,2,1,632.4,34865055.21,34865687.61,127,portfoliovqe,1011.8399999976159 -3897,SUCCESS,2,1,19423.09,34865687.61,34885110.7,127,qnn,31076.943999993804 -3899,SUCCESS,2,1,12491.16,34885110.7,34897601.86,127,qnn,19985.8560000062 -3900,SUCCESS,2,1,218.43,34897601.86,34897820.29,127,wstate,349.4879999995232 -3902,SUCCESS,2,1,3997.15,34897820.29,34901817.44,127,wstate,6395.439999997616 -3903,SUCCESS,2,1,1152.46,34901817.44,34902969.9,127,twolocalrandom,1843.9360000014306 -3904,SUCCESS,2,1,31794.2,34902969.9,34934764.1,127,twolocalrandom,50870.720000004774 -3905,SUCCESS,2,1,2004.57,34934764.1,34936768.67,127,su2random,3207.312000000477 -3906,SUCCESS,2,1,7642.59,34936768.67,34944411.26,127,ae,12228.143999993801 -3907,SUCCESS,2,1,129.4,34944411.26,34944540.66,127,ghz,207.03999999761584 -3908,SUCCESS,2,1,148440.1,34944540.66,35092980.76,127,random,237504.1600000024 -3910,SUCCESS,2,1,5520.32,35092980.76,35098501.08,127,qnn,8832.512000000477 -3911,SUCCESS,2,1,114.13,35098501.08,35098615.21,127,dj,182.60800000429154 -3912,SUCCESS,2,1,2802.97,35098615.21,35101418.18,127,random,4484.751999998093 -3913,SUCCESS,2,1,48005.61,35101418.18,35149423.79,127,random,76808.97599999905 -3914,SUCCESS,2,1,40759.68,35149423.79,35190183.47,127,grover-noancilla,65215.487999999525 -3915,SUCCESS,2,1,767.98,35190183.47,35190951.45,127,su2random,1228.7679999947547 -3918,SUCCESS,2,1,31849.56,35190951.45,35222801.01,127,qpeexact,50959.296000003815 -3919,SUCCESS,2,1,4317.52,35222801.01,35227118.53,127,pricingcall,6908.032000005245 -3920,SUCCESS,2,1,1442.49,35227118.53,35228561.02,127,ghz,2307.983999991417 -3921,SUCCESS,2,1,842.64,35228561.02,35229403.66,127,wstate,1348.2240000009538 -3922,SUCCESS,2,1,123462.38,35229403.66,35352866.04,127,random,197539.8080000043 -3923,SUCCESS,2,1,278.41,35352866.04,35353144.45,127,graphstate,445.455999994278 -3924,SUCCESS,2,1,131.04,35353144.45,35353275.49,127,dj,209.66400001049044 -3925,SUCCESS,2,1,31105.92,35353275.49,35384381.41,127,su2random,49769.47199999094 -3926,SUCCESS,2,1,2692.16,35384381.41,35387073.57,127,wstate,4307.456000006199 -3927,SUCCESS,2,1,51120.19,35387073.57,35438193.76,127,realamprandom,81792.30399999619 -3928,SUCCESS,2,1,16515.28,35438193.76,35454709.04,127,qpeinexact,26424.44800000191 -3930,SUCCESS,2,1,14144.43,35454709.04,35468853.47,127,random,22631.087999999523 -3931,SUCCESS,2,1,228.13,35468853.47,35469081.6,127,graphstate,365.00800000429155 -3932,SUCCESS,2,1,460.81,35469081.6,35469542.41,127,dj,737.2959999918938 -3933,SUCCESS,2,1,35063.86,35469542.41,35504606.27,127,realamprandom,56102.17600001097 -3934,SUCCESS,2,1,864.7,35504606.27,35505470.97,127,realamprandom,1383.5199999928475 -3935,SUCCESS,2,1,1598.55,35505470.97,35507069.52,127,qpeinexact,2557.679999995232 -3936,SUCCESS,2,1,2829.12,35507069.52,35509898.64,127,qpeinexact,4526.592000007629 -3937,SUCCESS,2,1,20946.78,35509898.64,35530845.42,127,ae,33514.84799998999 -3940,SUCCESS,2,1,172.69,35530845.42,35531018.11,127,graphstate,276.30400000810624 -3941,SUCCESS,2,1,637.45,35531018.11,35531655.56,127,dj,1019.9199999928475 -3944,SUCCESS,2,1,218.12,35531655.56,35531873.68,127,dj,348.99200000762943 -3945,SUCCESS,2,1,514.42,35531873.68,35532388.1,127,qftentangled,823.072000002861 -3946,SUCCESS,2,1,7418.94,35532388.1,35539807.04,127,qpeinexact,11870.303999996186 -3947,SUCCESS,2,1,39.02,35539807.04,35539846.06,127,vqe,62.432000005245214 -3948,SUCCESS,2,1,2241.09,35539846.06,35542087.15,127,twolocalrandom,3585.7439999938015 -3949,SUCCESS,2,1,25567.66,35542087.15,35567654.81,127,qnn,40908.2560000062 -3950,SUCCESS,2,1,3695.46,35567654.81,35571350.27,127,wstate,5912.73599998951 -3951,SUCCESS,2,1,23355.55,35571350.27,35594705.82,127,ae,37368.88000000716 -3953,SUCCESS,2,1,195.16,35594705.82,35594900.98,127,graphstate,312.255999994278 -3955,SUCCESS,2,1,70661.04,35594900.98,35665562.02,127,random,113057.6640000105 -3957,SUCCESS,2,1,4094.25,35665562.02,35669656.27,127,qft,6550.8 -3958,SUCCESS,2,1,3275.77,35669656.27,35672932.04,127,qpeexact,5241.231999993324 -3960,SUCCESS,2,1,340.13,35672932.04,35673272.17,127,graphstate,544.2079999923707 -3961,SUCCESS,2,1,317.21,35673272.17,35673589.38,127,wstate,507.53600001335144 -3962,SUCCESS,2,1,1201.6,35673589.38,35674790.98,127,qftentangled,1922.5599999904634 -3963,SUCCESS,2,1,43943.83,35674790.98,35718734.81,127,realamprandom,70310.12799999714 -3964,SUCCESS,2,1,13191,35718734.81,35731925.81,127,ae,21105.600000000002 -3965,SUCCESS,2,1,91.91,35731925.81,35732017.72,127,graphstate,147.0560000061989 -3966,SUCCESS,2,1,61423.17,35732017.72,35793440.89,127,random,98277.07200000287 -3967,SUCCESS,2,1,5950.33,35793440.89,35799391.22,127,realamprandom,9520.527999997139 -3968,SUCCESS,2,1,534.15,35799391.22,35799925.37,127,graphstate,854.6399999976159 -3971,SUCCESS,2,1,11857.4,35799925.37,35811782.77,127,qpeexact,18971.84000000954 -3972,SUCCESS,2,1,38633.33,35811782.77,35850416.1,127,qpeinexact,61813.32799999714 -3973,SUCCESS,2,1,3563.91,35850416.1,35853980.01,127,qft,5702.255999994279 -3974,SUCCESS,2,1,832.96,35853980.01,35854812.97,127,wstate,1332.7360000014305 -3975,SUCCESS,2,1,597.64,35854812.97,35855410.61,127,qft,956.2240000009538 -3976,SUCCESS,2,1,18189.6,35855410.61,35873600.21,127,twolocalrandom,29103.360000002387 -3977,SUCCESS,2,1,22540.82,35873600.21,35896141.03,127,qftentangled,36065.31200000048 -3978,SUCCESS,2,1,10182.91,35896141.03,35906323.94,127,ae,16292.655999994278 -3979,SUCCESS,2,1,7648.25,35906323.94,35913972.19,127,qpeexact,12237.2 -3980,SUCCESS,2,1,2815.88,35913972.19,35916788.07,127,qnn,4505.408000004291 -3983,SUCCESS,2,1,437.39,35916788.07,35917225.46,127,graphstate,699.8240000009537 -3984,SUCCESS,2,1,21115.49,35917225.46,35938340.95,127,ae,33784.78399999142 -3985,SUCCESS,2,1,12113.64,35938340.95,35950454.59,127,qpeinexact,19381.824000012875 -3987,SUCCESS,2,1,569.5,35950454.59,35951024.09,127,ghz,911.1999999880791 -3988,SUCCESS,2,1,468.54,35951024.09,35951492.63,127,qpeexact,749.6640000104904 -3991,SUCCESS,2,1,4231.57,35951492.63,35955724.2,127,ae,6770.512000000477 -3992,SUCCESS,2,1,11863.37,35955724.2,35967587.57,127,qftentangled,18981.39199999571 -3993,SUCCESS,2,1,1084.49,35967587.57,35968672.06,127,dj,1735.184000003338 -3994,SUCCESS,2,1,91.41,35968672.06,35968763.47,127,graphstate,146.25599999427797 -3995,SUCCESS,2,1,9676.61,35968763.47,35978440.08,127,realamprandom,15482.575999999048 -3997,SUCCESS,2,1,63208.71,35978440.08,36041648.79,127,random,101133.93600000144 -3998,SUCCESS,2,1,281.05,36041648.79,36041929.84,127,ghz,449.68000000715256 -3999,SUCCESS,2,1,5709.03,36041929.84,36047638.87,127,su2random,9134.447999989987 -4000,SUCCESS,2,1,13875.46,36047638.87,36061514.33,127,qpeexact,22200.73600000143 -4002,SUCCESS,2,1,3087.94,36061514.33,36064602.27,127,qnn,4940.703999996185 -4004,SUCCESS,2,1,3225.37,36064602.27,36067827.64,127,dj,5160.592000007629 -4005,SUCCESS,2,1,10275.1,36067827.64,36078102.74,127,su2random,16440.159999990465 -4006,SUCCESS,2,1,3849.2,36078102.74,36081951.94,127,qpeexact,6158.720000004769 -4008,SUCCESS,2,1,221.81,36081951.94,36082173.75,127,graphstate,354.8960000038147 -4009,SUCCESS,2,1,2051.86,36082173.75,36084225.61,127,dj,3282.9759999990465 -4010,SUCCESS,2,1,7004.44,36084225.61,36091230.05,127,wstate,11207.103999996187 -4012,SUCCESS,2,1,27522.36,36091230.05,36118752.41,127,su2random,44035.77599999905 -4013,SUCCESS,2,1,4535.24,36118752.41,36123287.65,127,qftentangled,7256.384000003338 -4014,SUCCESS,2,1,44536.72,36123287.65,36167824.37,127,realamprandom,71258.7519999981 -4016,SUCCESS,2,1,2756.75,36167824.37,36170581.12,127,wstate,4410.8 -4018,SUCCESS,2,1,13389.82,36170581.12,36183970.94,127,qpeexact,21423.71200000048 -4019,SUCCESS,2,1,456.89,36183970.94,36184427.83,127,dj,731.0240000009537 -4020,SUCCESS,2,1,699.43,36184427.83,36185127.26,127,twolocalrandom,1119.0879999995232 -4022,SUCCESS,2,1,14457.91,36185127.26,36199585.17,127,qpeexact,23132.6560000062 -4023,SUCCESS,2,1,448.36,36199585.17,36200033.53,127,ghz,717.3759999990464 -4024,SUCCESS,2,1,1819.74,36200033.53,36201853.27,127,qpeexact,2911.584000003338 -4025,SUCCESS,2,1,7915.41,36201853.27,36209768.68,127,su2random,12664.655999994278 -4026,SUCCESS,2,1,20157.38,36209768.68,36229926.06,127,su2random,32251.807999992372 -4027,SUCCESS,2,1,438.74,36229926.06,36230364.8,127,qft,701.9840000033379 -4028,SUCCESS,2,1,723.44,36230364.8,36231088.24,127,dj,1157.5040000081062 -4031,SUCCESS,2,1,14594.24,36231088.24,36245682.48,127,qft,23350.783999991418 -4032,SUCCESS,2,1,8073.27,36245682.48,36253755.75,127,su2random,12917.232000005246 -4033,SUCCESS,2,1,16335.36,36253755.75,36270091.11,127,qft,26136.575999999048 -4034,SUCCESS,2,1,1349.51,36270091.11,36271440.62,127,ghz,2159.215999996662 -4035,SUCCESS,2,1,1108.11,36271440.62,36272548.73,127,portfolioqaoa,1772.9759999990465 -4036,SUCCESS,2,1,7911.37,36272548.73,36280460.1,127,qnn,12658.19200000763 -4038,SUCCESS,2,1,2558.35,36280460.1,36283018.45,127,qft,4093.3600000023844 -4039,SUCCESS,2,1,5793.61,36283018.45,36288812.06,127,qnn,9269.775999987125 -4040,SUCCESS,2,1,714.09,36288812.06,36289526.15,127,graphstate,1142.5440000057222 -4042,SUCCESS,2,1,2538.88,36289526.15,36292065.03,127,qpeinexact,4062.2080000042915 -4043,SUCCESS,2,1,2410.42,36292065.03,36294475.45,127,qnn,3856.67199999094 -4044,SUCCESS,2,1,186.57,36294475.45,36294662.02,127,graphstate,298.5120000123978 -4045,SUCCESS,2,1,16929.68,36294662.02,36311591.7,127,qnn,27087.487999987603 -4046,SUCCESS,2,1,115.87,36311591.7,36311707.57,127,graphstate,185.3920000076294 -4047,SUCCESS,2,1,3196.48,36311707.57,36314904.05,127,dj,5114.367999994755 -4048,SUCCESS,2,1,261.76,36314904.05,36315165.81,127,dj,418.8160000085831 -4049,SUCCESS,2,1,5706.21,36315165.81,36320872.02,127,twolocalrandom,9129.93599998951 -4051,SUCCESS,2,1,563.14,36320872.02,36321435.16,127,dj,901.0240000009537 -4052,SUCCESS,2,1,22344.1,36321435.16,36343779.26,127,qpeexact,35750.560000002384 -4053,SUCCESS,2,1,3020.41,36343779.26,36346799.67,127,dj,4832.655999994278 -4054,SUCCESS,2,1,2420.88,36346799.67,36349220.55,127,qpeexact,3873.408000004292 -4055,SUCCESS,2,1,2388.48,36349220.55,36351609.03,127,ghz,3821.568000006676 -4056,SUCCESS,2,1,600.28,36351609.03,36352209.31,127,pricingcall,960.4479999899864 -4058,SUCCESS,2,1,988.36,36352209.31,36353197.67,127,qft,1581.3760000109673 -4059,SUCCESS,2,1,45902.49,36353197.67,36399100.16,127,qnn,73443.98399999143 -4060,SUCCESS,2,1,45360.48,36399100.16,36444460.64,127,realamprandom,72576.76800000668 -4062,SUCCESS,2,1,148.54,36444460.64,36444609.18,127,graphstate,237.6639999985695 -4065,SUCCESS,2,1,7876.37,36444609.18,36452485.55,127,qft,12602.19199999571 -4068,SUCCESS,2,1,20507.08,36452485.55,36472992.63,127,realamprandom,32811.32800000906 -4069,SUCCESS,2,1,28674.79,36472992.63,36501667.42,127,twolocalrandom,45879.66399999857 -4070,SUCCESS,2,1,11698.33,36501667.42,36513365.75,127,qft,18717.32799999714 -4071,SUCCESS,2,1,16358.21,36513365.75,36529723.96,127,ae,26173.136000001432 -4072,SUCCESS,2,1,13642.87,36529723.96,36543366.83,127,qpeinexact,21828.59199999571 -4073,SUCCESS,2,1,90115.91,36543366.83,36633482.74,127,grover-noancilla,144185.4560000062 -4074,SUCCESS,2,1,55523.6,36633482.74,36689006.34,127,su2random,88837.7600000024 -4075,SUCCESS,2,1,1711.35,36689006.34,36690717.69,127,su2random,2738.1599999904633 -4076,SUCCESS,2,1,7265.25,36690717.69,36697982.94,127,qpeinexact,11624.400000000001 -4077,SUCCESS,2,1,1952.54,36697982.94,36699935.48,127,qnn,3124.0639999985697 -4078,SUCCESS,2,1,17821.08,36699935.48,36717756.56,127,qpeinexact,28513.72799999714 -4079,SUCCESS,2,1,20182.51,36717756.56,36737939.07,127,ae,32292.016000008585 -4080,SUCCESS,2,1,2347.3,36737939.07,36740286.37,127,qpeexact,3755.679999995232 -4081,SUCCESS,2,1,497.94,36740286.37,36740784.31,127,graphstate,796.7040000081063 -4082,SUCCESS,2,1,720.46,36740784.31,36741504.77,127,wstate,1152.7360000014305 -4083,SUCCESS,2,1,13032.81,36741504.77,36754537.58,127,qftentangled,20852.495999991894 -4084,SUCCESS,2,1,25827.01,36754537.58,36780364.59,127,su2random,41323.216000008586 -4085,SUCCESS,2,1,25368.16,36780364.59,36805732.75,127,qnn,40589.05599999428 -4086,SUCCESS,2,1,404.94,36805732.75,36806137.69,127,dj,647.9039999961853 -4087,SUCCESS,2,1,8426.01,36806137.69,36814563.7,127,su2random,13481.615999996662 -4088,SUCCESS,2,1,11057.85,36814563.7,36825621.55,127,qpeexact,17692.560000002384 -4089,SUCCESS,2,1,136.32,36825621.55,36825757.87,127,graphstate,218.11200000047685 -4090,SUCCESS,2,1,5144.42,36825757.87,36830902.29,127,qpeinexact,8231.072000002861 -4091,SUCCESS,2,1,5003.44,36830902.29,36835905.73,127,qftentangled,8005.5039999961855 -4093,SUCCESS,2,1,7372.23,36835905.73,36843277.96,127,qft,11795.568000006677 -4094,SUCCESS,2,1,25022.72,36843277.96,36868300.68,127,qpeinexact,40036.35199999809 -4095,SUCCESS,2,1,2332.96,36868300.68,36870633.64,127,qftentangled,3732.7360000014305 -4096,SUCCESS,2,1,8382.72,36870633.64,36879016.36,127,grover-noancilla,13412.351999998093 -4097,SUCCESS,2,1,418.75,36879016.36,36879435.11,127,qftentangled,670.0 -4098,SUCCESS,2,1,7252.18,36879435.11,36886687.29,127,ae,11603.487999999525 -4099,SUCCESS,2,1,696.62,36886687.29,36887383.91,127,dj,1114.5919999957084 -4100,SUCCESS,2,1,12055.32,36887383.91,36899439.23,127,qnn,19288.51200000048 -4101,SUCCESS,2,1,10212.49,36899439.23,36909651.72,127,twolocalrandom,16339.984000003338 -4102,SUCCESS,2,1,4379.93,36909651.72,36914031.65,127,qftentangled,7007.887999999523 -4103,SUCCESS,2,1,14427.04,36914031.65,36928458.69,127,qpeexact,23083.26399999857 -4104,SUCCESS,2,1,1103.11,36928458.69,36929561.8,127,wstate,1764.9759999990465 -4105,SUCCESS,2,1,1307.26,36929561.8,36930869.06,127,pricingput,2091.6160000085833 -4106,SUCCESS,2,1,9564.81,36930869.06,36940433.87,127,ae,15303.695999991894 -4107,SUCCESS,2,1,27462.54,36940433.87,36967896.41,127,qpeexact,43940.06399999857 -4108,SUCCESS,2,1,20010.69,36967896.41,36987907.1,127,ae,32017.10400000811 -4109,SUCCESS,2,1,3752.66,36987907.1,36991659.76,127,qnn,6004.255999994279 -4110,SUCCESS,2,1,47800.68,36991659.76,37039460.44,127,random,76481.08799999952 -4111,SUCCESS,2,1,9544.38,37039460.44,37049004.82,127,qft,15271.008000004293 -4112,SUCCESS,2,1,20572.73,37049004.82,37069577.55,127,qftentangled,32916.367999994756 -4113,SUCCESS,2,1,54684.84,37069577.55,37124262.39,127,realamprandom,87495.74400000572 -4114,SUCCESS,2,1,5590.19,37124262.39,37129852.58,127,qpeinexact,8944.303999996186 -4115,SUCCESS,2,1,35371.28,37129852.58,37165223.86,127,twolocalrandom,56594.04800000191 -4116,SUCCESS,2,1,628.85,37165223.86,37165852.71,127,realamprandom,1006.1600000023842 -4117,SUCCESS,2,1,350.48,37165852.71,37166203.19,127,graphstate,560.7679999947549 -4118,SUCCESS,2,1,2443.89,37166203.19,37168647.08,127,dj,3910.2240000009538 -4121,SUCCESS,2,1,12368.55,37168647.08,37181015.63,127,qpeexact,19789.679999995235 -4122,SUCCESS,2,1,4745.36,37181015.63,37185760.99,127,su2random,7592.576000010968 -4123,SUCCESS,2,1,3985.67,37185760.99,37189746.66,127,qpeinexact,6377.071999990941 -4124,SUCCESS,2,1,316.86,37189746.66,37190063.52,127,qft,506.97599999904634 -4125,SUCCESS,2,1,160.95,37190063.52,37190224.47,127,ghz,257.5200000047684 -4126,SUCCESS,2,1,3126.56,37190224.47,37193351.03,127,qnn,5002.496000003815 -4127,SUCCESS,2,1,25945.09,37193351.03,37219296.12,127,qnn,41512.1439999938 -4128,SUCCESS,2,1,590.2,37219296.12,37219886.32,127,dj,944.3200000047684 -4129,SUCCESS,2,1,80629.09,37219886.32,37300515.41,127,random,129006.54399999381 -4131,SUCCESS,2,1,16343.16,37300515.41,37316858.57,127,realamprandom,26149.0560000062 -4132,SUCCESS,2,1,1304.46,37316858.57,37318163.03,127,qftentangled,2087.1360000014306 -4133,SUCCESS,2,1,16655.45,37318163.03,37334818.48,127,ae,26648.71999999285 -4134,SUCCESS,2,1,1078,37334818.48,37335896.48,127,su2random,1724.8000000000002 -4135,SUCCESS,2,1,24819.09,37335896.48,37360715.57,127,qpeexact,39710.54400000573 -4136,SUCCESS,2,1,14100.06,37360715.57,37374815.63,127,qpeexact,22560.096000003818 -4138,SUCCESS,2,1,4057.06,37374815.63,37378872.69,127,qnn,6491.295999991894 -4139,SUCCESS,2,1,33784.56,37378872.69,37412657.25,127,qnn,54055.296000003815 -4140,SUCCESS,2,1,515.06,37412657.25,37413172.31,127,dj,824.0960000038148 -4141,SUCCESS,2,1,9971,37413172.31,37423143.31,127,qpeexact,15953.6 -4143,SUCCESS,2,1,106.58,37423143.31,37423249.89,127,wstate,170.52799999713898 -4144,SUCCESS,2,1,8159.3,37423249.89,37431409.19,127,qftentangled,13054.879999995232 -4145,SUCCESS,2,1,744.46,37431409.19,37432153.65,127,dj,1191.1360000014306 -4146,SUCCESS,2,1,4420.28,37432153.65,37436573.93,127,twolocalrandom,7072.4480000019075 -4147,SUCCESS,2,1,1292.56,37436573.93,37437866.49,127,su2random,2068.0959999918937 -4149,SUCCESS,2,1,11961.11,37437866.49,37449827.6,127,ae,19137.776000010967 -4150,SUCCESS,2,1,47163.77,37449827.6,37496991.37,127,su2random,75462.03199999333 -4151,SUCCESS,2,1,659.57,37496991.37,37497650.94,127,qpeexact,1055.312000000477 -4152,SUCCESS,2,1,905.8,37497650.94,37498556.74,127,dj,1449.2800000071527 -4153,SUCCESS,2,1,2390.7,37498556.74,37500947.44,127,qpeinexact,3825.1199999928476 -4154,SUCCESS,2,1,19224.65,37500947.44,37520172.09,127,random,30759.439999997616 -4155,SUCCESS,2,1,8981.96,37520172.09,37529154.05,127,qft,14371.136000001432 -4156,SUCCESS,2,1,16064.5,37529154.05,37545218.55,127,twolocalrandom,25703.2 -4157,SUCCESS,2,1,25964.05,37545218.55,37571182.6,127,qpeinexact,41542.480000007155 -4158,SUCCESS,2,1,1957.16,37571182.6,37573139.76,127,ghz,3131.455999994278 -4160,SUCCESS,2,1,42895.86,37573139.76,37616035.62,127,qnn,68633.37599999904 -4161,SUCCESS,2,1,6451.47,37616035.62,37622487.09,127,ae,10322.351999998093 -4162,SUCCESS,2,1,121.48,37622487.09,37622608.57,127,wstate,194.36800000667574 -4163,SUCCESS,2,1,1226.5,37622608.57,37623835.07,127,dj,1962.4 -4164,SUCCESS,2,1,983.74,37623835.07,37624818.81,127,wstate,1573.984000003338 -4165,SUCCESS,2,1,2597.75,37624818.81,37627416.56,127,random,4156.399999988079 -4166,SUCCESS,2,1,9324.83,37627416.56,37636741.39,127,su2random,14919.728000009061 -4167,SUCCESS,2,1,3434.88,37636741.39,37640176.27,127,wstate,5495.808000004292 -4169,SUCCESS,2,1,4992.94,37640176.27,37645169.21,127,qftentangled,7988.703999996185 -4170,SUCCESS,2,1,31448.54,37645169.21,37676617.75,127,random,50317.66399999857 -4171,SUCCESS,2,1,13350.06,37676617.75,37689967.81,127,qftentangled,21360.095999991896 -4172,SUCCESS,2,1,74.39,37689967.81,37690042.2,127,graphstate,119.02400000095368 -4173,SUCCESS,2,1,2004.02,37690042.2,37692046.22,127,random,3206.4320000052453 -4174,SUCCESS,2,1,83.61,37692046.22,37692129.83,127,vqe,133.77599999904632 -4175,SUCCESS,2,1,57954.32,37692129.83,37750084.15,127,random,92726.91200000048 -4176,SUCCESS,2,1,1112.38,37750084.15,37751196.53,127,portfoliovqe,1779.8080000042917 -4177,SUCCESS,2,1,2233.56,37751196.53,37753430.09,127,random,3573.696000003815 -4178,SUCCESS,2,1,619.03,37753430.09,37754049.12,127,ae,990.4479999899864 -4179,SUCCESS,2,1,34510.98,37754049.12,37788560.1,127,qpeexact,55217.56800000668 -4180,SUCCESS,2,1,122.28,37788560.1,37788682.38,127,ghz,195.64799998998643 -4181,SUCCESS,2,1,1675.49,37788682.38,37790357.87,127,portfoliovqe,2680.784000003338 -4182,SUCCESS,2,1,975.04,37790357.87,37791332.91,127,dj,1560.0639999985697 -4183,SUCCESS,2,1,963.24,37791332.91,37792296.15,127,qnn,1541.184000003338 -4184,SUCCESS,2,1,33916.48,37792296.15,37826212.63,127,su2random,54266.367999994756 -4185,SUCCESS,2,1,98.38,37826212.63,37826311.01,127,graphstate,157.40800000429155 -4187,SUCCESS,2,1,3253.17,37826311.01,37829564.18,127,qftentangled,5205.072000002861 -4190,SUCCESS,2,1,4296.24,37829564.18,37833860.42,127,ae,6873.984000003338 -4191,SUCCESS,2,1,2114.02,37833860.42,37835974.44,127,dj,3382.4319999933246 -4192,SUCCESS,2,1,37385.05,37835974.44,37873359.49,127,su2random,59816.079999995236 -4193,SUCCESS,2,1,899.2,37873359.49,37874258.69,127,qftentangled,1438.7200000047685 -4194,SUCCESS,2,1,24646.31,37874258.69,37898905,127,qftentangled,39434.09600000382 -4195,SUCCESS,2,1,5274.37,37898905,37904179.37,127,su2random,8438.99199999571 -4197,SUCCESS,2,1,134.75,37904179.37,37904314.12,127,graphstate,215.60000000000002 -4199,SUCCESS,2,1,6830.18,37904314.12,37911144.3,127,qftentangled,10928.287999999524 -4200,SUCCESS,2,1,1249.89,37911144.3,37912394.19,127,twolocalrandom,1999.8240000009537 -4201,SUCCESS,2,1,21372.04,37912394.19,37933766.23,127,grover-noancilla,34195.26399999857 -4202,SUCCESS,2,1,115.02,37933766.23,37933881.25,127,graphstate,184.0320000052452 -4203,SUCCESS,2,1,1911.72,37933881.25,37935792.97,127,dj,3058.7519999980927 -4205,SUCCESS,2,1,7625.72,37935792.97,37943418.69,127,ae,12201.151999998094 -4206,SUCCESS,2,1,36543.71,37943418.69,37979962.4,127,qnn,58469.936000001435 -4207,SUCCESS,2,1,380.02,37979962.4,37980342.42,127,ae,608.0319999933243 -4209,SUCCESS,2,1,1989.64,37980342.42,37982332.06,127,qft,3183.424000012875 -4211,SUCCESS,2,1,212.92,37982332.06,37982544.98,127,qftentangled,340.6719999909401 -4212,SUCCESS,2,1,211.14,37982544.98,37982756.12,127,graphstate,337.8240000009537 -4213,SUCCESS,2,1,10226.77,37982756.12,37992982.89,127,qftentangled,16362.832000005246 -4215,SUCCESS,2,1,9993.65,37992982.89,38002976.54,127,realamprandom,15989.839999997617 -4216,SUCCESS,2,1,6393.18,38002976.54,38009369.72,127,qpeexact,10229.087999999523 -4217,SUCCESS,2,1,1676.28,38009369.72,38011046,127,dj,2682.0480000019074 -4219,SUCCESS,2,1,595.57,38011046,38011641.57,127,dj,952.9120000004768 -4220,SUCCESS,2,1,9325.31,38011641.57,38020966.88,127,qftentangled,14920.496000003815 -4221,SUCCESS,2,1,10261.21,38020966.88,38031228.09,127,qpeexact,16417.93599998951 -4223,SUCCESS,2,1,1709.22,38031228.09,38032937.31,127,dj,2734.752000010014 -4224,SUCCESS,2,1,311.81,38032937.31,38033249.12,127,graphstate,498.8959999918938 -4226,SUCCESS,2,1,30756.58,38033249.12,38064005.7,127,su2random,49210.52799999714 -4228,SUCCESS,2,1,6337.56,38064005.7,38070343.26,127,qnn,10140.096000003816 -4229,SUCCESS,2,1,5939.75,38070343.26,38076283.01,127,qftentangled,9503.6 -4230,SUCCESS,2,1,2547.35,38076283.01,38078830.36,127,su2random,4075.7600000023845 -4231,SUCCESS,2,1,2203.89,38078830.36,38081034.25,127,pricingput,3526.2240000009538 -4233,SUCCESS,2,1,5018.82,38081034.25,38086053.07,127,wstate,8030.112000000478 -4235,SUCCESS,2,1,284.7,38086053.07,38086337.77,127,wstate,455.5200000047684 -4239,SUCCESS,2,1,6518.17,38086337.77,38092855.94,127,qftentangled,10429.071999990942 -4240,SUCCESS,2,1,17620.36,38092855.94,38110476.3,127,su2random,28192.575999999048 -4242,SUCCESS,2,1,5820.95,38110476.3,38116297.25,127,qft,9313.520000004768 -4244,SUCCESS,2,1,1705.3,38116297.25,38118002.55,127,ae,2728.479999995232 -4245,SUCCESS,2,1,18813.87,38118002.55,38136816.42,127,random,30102.19200000763 -4246,SUCCESS,2,1,4285.01,38136816.42,38141101.43,127,su2random,6856.015999996663 -4247,SUCCESS,2,1,16954.85,38141101.43,38158056.28,127,qpeinexact,27127.760000002385 -4248,SUCCESS,2,1,1647.22,38158056.28,38159703.5,127,qnn,2635.551999998093 -4249,SUCCESS,2,1,365.41,38159703.5,38160068.91,127,ghz,584.655999994278 -4250,SUCCESS,2,1,754.87,38160068.91,38160823.78,127,qftentangled,1207.7920000076294 -4251,SUCCESS,2,1,1629.46,38160823.78,38162453.24,127,qftentangled,2607.13599998951 -4253,SUCCESS,2,1,475.79,38162453.24,38162929.03,127,graphstate,761.2640000104905 -4254,SUCCESS,2,1,909.89,38162929.03,38163838.92,127,dj,1455.8240000009537 -4256,SUCCESS,2,1,136.77,38163838.92,38163975.69,127,wstate,218.8319999933243 -4257,SUCCESS,2,1,15106.45,38163975.69,38179082.14,127,twolocalrandom,24170.32000000477 -4258,SUCCESS,2,1,303.03,38179082.14,38179385.17,127,graphstate,484.8479999899864 -4259,SUCCESS,2,1,2839.31,38179385.17,38182224.48,127,qftentangled,4542.896000003815 -4260,SUCCESS,2,1,6331.77,38182224.48,38188556.25,127,twolocalrandom,10130.832000005246 -4261,SUCCESS,2,1,4237.9,38188556.25,38192794.15,127,ae,6780.6399999976165 -4262,SUCCESS,2,1,3078.89,38192794.15,38195873.04,127,qwalk-v-chain,4926.224000000954 -4263,SUCCESS,2,1,885.3,38195873.04,38196758.34,127,dj,1416.4800000071527 -4264,SUCCESS,2,1,880.99,38196758.34,38197639.33,127,graphstate,1409.583999991417 -4265,SUCCESS,2,1,926.63,38197639.33,38198565.96,127,ae,1482.6080000042916 -4266,SUCCESS,2,1,806.25,38198565.96,38199372.21,127,ghz,1290.0 -4267,SUCCESS,2,1,118.67,38199372.21,38199490.88,127,graphstate,189.8719999909401 -4268,SUCCESS,2,1,11360.64,38199490.88,38210851.52,127,qftentangled,18177.024000000954 -4269,SUCCESS,2,1,1154.97,38210851.52,38212006.49,127,dj,1847.9519999980928 -4270,SUCCESS,2,1,13333.93,38212006.49,38225340.42,127,realamprandom,21334.288000011446 -4271,SUCCESS,2,1,157.27,38225340.42,38225497.69,127,wstate,251.63199999332429 -4272,SUCCESS,2,1,40775.24,38225497.69,38266272.93,127,su2random,65240.38400000334 -4273,SUCCESS,2,1,71.82,38266272.93,38266344.75,127,graphstate,114.91200000047684 -4274,SUCCESS,2,1,35415.5,38266344.75,38301760.25,127,su2random,56664.8 -4275,SUCCESS,2,1,1869.56,38301760.25,38303629.81,127,qft,2991.295999991894 -4276,SUCCESS,2,1,1961.15,38303629.81,38305590.96,127,qnn,3137.840000009537 -4277,SUCCESS,2,1,154.94,38305590.96,38305745.9,127,ghz,247.90399999618532 -4278,SUCCESS,2,1,1838.13,38305745.9,38307584.03,127,qpeexact,2941.0080000042917 -4279,SUCCESS,2,1,1986.49,38307584.03,38309570.52,127,qnn,3178.383999991417 -4280,SUCCESS,2,1,3305.65,38309570.52,38312876.17,127,qnn,5289.040000009537 -4281,SUCCESS,2,1,522.95,38312876.17,38313399.12,127,twolocalrandom,836.7199999928475 -4282,SUCCESS,2,1,1465.1,38313399.12,38314864.22,127,twolocalrandom,2344.160000002384 -4284,SUCCESS,2,1,22.9,38314864.22,38314887.12,127,ghz,36.63999999761582 -4285,SUCCESS,2,1,10455.95,38314887.12,38325343.07,127,ae,16729.52000000477 -4286,SUCCESS,2,1,169534.17,38325343.07,38494877.24,127,random,271254.6720000029 -4288,SUCCESS,2,1,104.58,38494877.24,38494981.82,127,ghz,167.327999997139 -4289,SUCCESS,2,1,4438.21,38494981.82,38499420.03,127,qpeinexact,7101.136000001431 -4292,SUCCESS,2,1,13528.26,38499420.03,38512948.29,127,ae,21645.215999996664 -4293,SUCCESS,2,1,3273.89,38512948.29,38516222.18,127,qpeexact,5238.224000000954 -4295,SUCCESS,2,1,5348.23,38516222.18,38521570.41,127,qpeexact,8557.167999994756 -4296,SUCCESS,2,1,34104.02,38521570.41,38555674.43,127,qnn,54566.43200000525 -4298,SUCCESS,2,1,27069.84,38555674.43,38582744.27,127,qnn,43311.744000005725 -4299,SUCCESS,2,1,50.67,38582744.27,38582794.94,127,vqe,81.0719999909401 -4300,SUCCESS,2,1,2660.89,38582794.94,38585455.83,127,wstate,4257.424000000954 -4301,SUCCESS,2,1,7118.29,38585455.83,38592574.12,127,twolocalrandom,11389.26399999857 -4302,SUCCESS,2,1,9043.65,38592574.12,38601617.77,127,qpeexact,14469.839999997617 -4303,SUCCESS,2,1,115.5,38601617.77,38601733.27,127,graphstate,184.80000001192093 -4304,SUCCESS,2,1,10182.08,38601733.27,38611915.35,127,random,16291.32799999714 -4305,SUCCESS,2,1,8168.99,38611915.35,38620084.34,127,qnn,13070.384000003338 -4306,SUCCESS,2,1,12260.53,38620084.34,38632344.87,127,qnn,19616.847999989986 -4307,SUCCESS,2,1,524.76,38632344.87,38632869.63,127,graphstate,839.6159999966621 -4308,SUCCESS,2,1,12199.2,38632869.63,38645068.83,127,qpeexact,19518.72000000477 -4309,SUCCESS,2,1,23415.1,38645068.83,38668483.93,127,realamprandom,37464.16000000238 -4310,SUCCESS,2,1,4901.98,38668483.93,38673385.91,127,wstate,7843.1679999947555 -4312,SUCCESS,2,1,1082.46,38673385.91,38674468.37,127,dj,1731.9360000014306 -4313,SUCCESS,2,1,360.82,38674468.37,38674829.19,127,graphstate,577.3120000004768 -4314,SUCCESS,2,1,652.45,38674829.19,38675481.64,127,wstate,1043.9200000047683 -4315,SUCCESS,2,1,1482.18,38675481.64,38676963.82,127,su2random,2371.4879999995233 -4317,SUCCESS,2,1,4793.55,38676963.82,38681757.37,127,qpeinexact,7669.679999995232 -4318,SUCCESS,2,1,9856.18,38681757.37,38691613.55,127,qnn,15769.887999999524 -4319,SUCCESS,2,1,11355.81,38691613.55,38702969.36,127,su2random,18169.296000003815 -4320,SUCCESS,2,1,70.09,38702969.36,38703039.45,127,graphstate,112.14399999380112 -4321,SUCCESS,2,1,1607.89,38703039.45,38704647.34,127,dj,2572.624000000954 -4322,SUCCESS,2,1,275.21,38704647.34,38704922.55,127,ghz,440.33600000143053 -4323,SUCCESS,2,1,1435.68,38704922.55,38706358.23,127,ghz,2297.087999999523 -4324,SUCCESS,2,1,287.69,38706358.23,38706645.92,127,dj,460.3039999961853 -4325,SUCCESS,2,1,44763.42,38706645.92,38751409.34,127,su2random,71621.47200001478 -4327,SUCCESS,2,1,20142.48,38751409.34,38771551.82,127,twolocalrandom,32227.967999994755 -4328,SUCCESS,2,1,951.08,38771551.82,38772502.9,127,dj,1521.727999997139 -4329,SUCCESS,2,1,13881.88,38772502.9,38786384.78,127,twolocalrandom,22211.008000004294 -4332,SUCCESS,2,1,2629.06,38786384.78,38789013.84,127,su2random,4206.4960000038145 -4334,SUCCESS,2,1,169.07,38789013.84,38789182.91,127,ghz,270.51199998855594 -4335,SUCCESS,2,1,1292.1,38789182.91,38790475.01,127,dj,2067.3600000023844 -4337,SUCCESS,2,1,186.2,38790475.01,38790661.21,127,graphstate,297.9200000047684 -4338,SUCCESS,2,1,351.69,38790661.21,38791012.9,127,graphstate,562.7039999961853 -4339,SUCCESS,2,1,163.71,38791012.9,38791176.61,127,graphstate,261.9360000014305 -4340,SUCCESS,2,1,3274.99,38791176.61,38794451.6,127,ae,5239.984000003338 -4341,SUCCESS,2,1,2058.35,38794451.6,38796509.95,127,dj,3293.3600000023844 -4343,SUCCESS,2,1,13103.16,38796509.95,38809613.11,127,ae,20965.055999994278 -4344,SUCCESS,2,1,33.89,38809613.11,38809647,127,vqe,54.22400000095368 -4345,SUCCESS,2,1,10677.09,38809647,38820324.09,127,qpeinexact,17083.343999993802 -4346,SUCCESS,2,1,11343.63,38820324.09,38831667.72,127,realamprandom,18149.808000004294 -4348,SUCCESS,2,1,14142.39,38831667.72,38845810.11,127,qpeinexact,22627.824000000954 -4350,SUCCESS,2,1,825.08,38845810.11,38846635.19,127,ghz,1320.127999997139 -4351,SUCCESS,2,1,3520.66,38846635.19,38850155.85,127,qft,5633.0560000062 -4353,SUCCESS,2,1,2053.61,38850155.85,38852209.46,127,pricingput,3285.7759999990467 -4354,SUCCESS,2,1,188.37,38852209.46,38852397.83,127,ghz,301.3919999957085 -4355,SUCCESS,2,1,41,38852397.83,38852438.83,127,ghz,65.60000000000001 -4356,SUCCESS,2,1,1099.07,38852438.83,38853537.9,127,wstate,1758.512000000477 -4358,SUCCESS,2,1,827.92,38853537.9,38854365.82,127,dj,1324.672000002861 -4360,SUCCESS,2,1,526.81,38854365.82,38854892.63,127,qnn,842.8960000038147 -4361,SUCCESS,2,1,664.66,38854892.63,38855557.29,127,qft,1063.455999994278 -4363,SUCCESS,2,1,13408.78,38855557.29,38868966.07,127,qft,21454.04800000191 -4364,SUCCESS,2,1,29354.67,38868966.07,38898320.74,127,random,46967.47199999094 -4365,SUCCESS,2,1,5863.2,38898320.74,38904183.94,127,qpeinexact,9381.120000004768 -4366,SUCCESS,2,1,28661.07,38904183.94,38932845.01,127,random,45857.71200000048 -4367,SUCCESS,2,1,296.33,38932845.01,38933141.34,127,graphstate,474.127999997139 -4368,SUCCESS,2,1,123.76,38933141.34,38933265.1,127,ghz,198.0160000085831 -4369,SUCCESS,2,1,4579.2,38933265.1,38937844.3,127,ae,7326.719999992848 -4370,SUCCESS,2,1,2337.87,38937844.3,38940182.17,127,realamprandom,3740.5920000076294 -4371,SUCCESS,2,1,433.93,38940182.17,38940616.1,127,portfolioqaoa,694.2879999995232 -4372,SUCCESS,2,1,24629.1,38940616.1,38965245.2,127,su2random,39406.560000002384 -4373,SUCCESS,2,1,3717.03,38965245.2,38968962.23,127,qnn,5947.247999989987 -4374,SUCCESS,2,1,3935.49,38968962.23,38972897.72,127,realamprandom,6296.784000003338 -4375,SUCCESS,2,1,55067.6,38972897.72,39027965.32,127,su2random,88108.16000000239 -4376,SUCCESS,2,1,19322.6,39027965.32,39047287.92,127,su2random,30916.160000002386 -4377,SUCCESS,2,1,5988.07,39047287.92,39053275.99,127,pricingcall,9580.911999988557 -4378,SUCCESS,2,1,17430.15,39053275.99,39070706.14,127,qwalk-noancilla,27888.240000009537 -4379,SUCCESS,2,1,1851.63,39070706.14,39072557.77,127,realamprandom,2962.607999992371 -4381,SUCCESS,2,1,305.62,39072557.77,39072863.39,127,dj,488.99200000762943 -4384,SUCCESS,2,1,13261.81,39072863.39,39086125.2,127,su2random,21218.896000003817 -4385,SUCCESS,2,1,603.82,39086125.2,39086729.02,127,qft,966.1119999885559 -4386,SUCCESS,2,1,13040.11,39086729.02,39099769.13,127,qft,20864.175999999046 -4387,SUCCESS,2,1,3458.2,39099769.13,39103227.33,127,qpeinexact,5533.120000004768 -4388,SUCCESS,2,1,15333.55,39103227.33,39118560.88,127,realamprandom,24533.679999995235 -4389,SUCCESS,2,1,1176.11,39118560.88,39119736.99,127,dj,1881.7760000109674 -4390,SUCCESS,2,1,354.34,39119736.99,39120091.33,127,graphstate,566.9439999938012 -4391,SUCCESS,2,1,157.73,39120091.33,39120249.06,127,ghz,252.3679999947548 -4393,SUCCESS,2,1,15567.68,39120249.06,39135816.74,127,qft,24908.287999999524 -4394,SUCCESS,2,1,16132.53,39135816.74,39151949.27,127,qpeexact,25812.04800001383 -4395,SUCCESS,2,1,100.53,39151949.27,39152049.8,127,ghz,160.84799998998642 -4396,SUCCESS,2,1,17671.16,39152049.8,39169720.96,127,qftentangled,28273.8560000062 -4397,SUCCESS,2,1,1308.5,39169720.96,39171029.46,127,graphstate,2093.6 -4399,SUCCESS,2,1,6766.52,39171029.46,39177795.98,127,qpeexact,10826.431999993325 -4402,SUCCESS,2,1,6475.26,39177795.98,39184271.24,127,random,10360.416000008583 -4403,SUCCESS,2,1,191.23,39184271.24,39184462.47,127,wstate,305.9679999947548 -4404,SUCCESS,2,1,1112.11,39184462.47,39185574.58,127,dj,1779.3759999990464 -4406,SUCCESS,2,1,2217.74,39185574.58,39187792.32,127,ghz,3548.384000003338 -4407,SUCCESS,2,1,320.17,39187792.32,39188112.49,127,tsp,512.2720000028611 -4408,SUCCESS,2,1,223.63,39188112.49,39188336.12,127,qaoa,357.80799999237064 -4409,SUCCESS,2,1,12101.11,39188336.12,39200437.23,127,qft,19361.77599999905 -4410,SUCCESS,2,1,179995.95,39200437.23,39380433.18,127,random,287993.5200000048 -4412,SUCCESS,2,1,868,39380433.18,39381301.18,127,ae,1388.8000000000002 -4413,SUCCESS,2,1,4817.83,39381301.18,39386119.01,127,qnn,7708.527999997139 -4414,SUCCESS,2,1,22982.55,39386119.01,39409101.56,127,random,36772.079999995236 -4415,SUCCESS,2,1,2440.94,39409101.56,39411542.5,127,su2random,3905.5040000081062 -4416,SUCCESS,2,1,18958.53,39411542.5,39430501.03,127,qftentangled,30333.648000001907 -4417,SUCCESS,2,1,384.92,39430501.03,39430885.95,127,wstate,615.8720000028611 -4419,SUCCESS,2,1,3241.3,39430885.95,39434127.25,127,wstate,5186.079999995232 -4420,SUCCESS,2,1,3129.33,39434127.25,39437256.58,127,twolocalrandom,5006.9279999971395 -4421,SUCCESS,2,1,6248.78,39437256.58,39443505.36,127,realamprandom,9998.048000001909 -4423,SUCCESS,2,1,1238.55,39443505.36,39444743.91,127,ae,1981.6799999952318 -4425,SUCCESS,2,1,228.36,39444743.91,39444972.27,127,ghz,365.3760000109673 -4426,SUCCESS,2,1,2252.49,39444972.27,39447224.76,127,ghz,3603.983999991417 -4427,SUCCESS,2,1,14097.53,39447224.76,39461322.29,127,ae,22556.04800000191 -4428,SUCCESS,2,1,30883.41,39461322.29,39492205.7,127,random,49413.456000006205 -4430,SUCCESS,2,1,12674.73,39492205.7,39504880.43,127,qpeexact,20279.567999994757 -4431,SUCCESS,2,1,280.67,39504880.43,39505161.1,127,ghz,449.07200000286105 -4432,SUCCESS,2,1,3935.85,39505161.1,39509096.95,127,qpeexact,6297.359999990464 -4433,SUCCESS,2,1,8649.78,39509096.95,39517746.73,127,qpeexact,13839.648000001907 -4434,SUCCESS,2,1,12476.46,39517746.73,39530223.19,127,qwalk-v-chain,19962.336000001433 -4435,SUCCESS,2,1,11465.04,39530223.19,39541688.23,127,qpeinexact,18344.06399999857 -4436,SUCCESS,2,1,1374.21,39541688.23,39543062.44,127,qftentangled,2198.7360000014305 -4437,SUCCESS,2,1,595.97,39543062.44,39543658.41,127,twolocalrandom,953.5519999980927 -4438,SUCCESS,2,1,4469.3,39543658.41,39548127.71,127,grover-v-chain,7150.880000007153 -4439,SUCCESS,2,1,4591.29,39548127.71,39552719,127,random,7346.06399999857 -4440,SUCCESS,2,1,343.65,39552719,39553062.65,127,qpeinexact,549.8399999976158 -4442,SUCCESS,2,1,583.63,39553062.65,39553646.28,127,dj,933.8080000042916 -4443,SUCCESS,2,1,78492.28,39553646.28,39632138.56,127,random,125587.64799998999 -4444,SUCCESS,2,1,7579.84,39632138.56,39639718.4,127,qft,12127.744000005723 -4445,SUCCESS,2,1,11567.56,39639718.4,39651285.96,127,realamprandom,18508.096000003814 -4446,SUCCESS,2,1,4884.75,39651285.96,39656170.71,127,qftentangled,7815.6 -4448,SUCCESS,2,1,811.99,39656170.71,39656982.7,127,qnn,1299.184000003338 -4449,SUCCESS,2,1,831.56,39656982.7,39657814.26,127,wstate,1330.4959999918938 -4450,SUCCESS,2,1,3598.98,39657814.26,39661413.24,127,wstate,5758.368000006676 -4451,SUCCESS,2,1,3806.88,39661413.24,39665220.12,127,qnn,6091.007999992371 -4452,SUCCESS,2,1,11530.79,39665220.12,39676750.91,127,qftentangled,18449.26399999857 -4453,SUCCESS,2,1,1265.6,39676750.91,39678016.51,127,qftentangled,2024.9600000023843 -4456,SUCCESS,2,1,2290.99,39678016.51,39680307.5,127,dj,3665.584000003338 -4457,SUCCESS,2,1,574.61,39680307.5,39680882.11,127,wstate,919.3759999990464 -4458,SUCCESS,2,1,43.28,39680882.11,39680925.39,127,graphstate,69.24800000190736 -4459,SUCCESS,2,1,553.18,39680925.39,39681478.57,127,portfolioqaoa,885.0879999995232 -4461,SUCCESS,2,1,1406.63,39681478.57,39682885.2,127,su2random,2250.6080000042916 -4462,SUCCESS,2,1,4438.98,39682885.2,39687324.18,127,twolocalrandom,7102.367999994755 -4463,SUCCESS,2,1,4557.74,39687324.18,39691881.92,127,qft,7292.383999991417 -4464,SUCCESS,2,1,1701.4,39691881.92,39693583.32,127,twolocalrandom,2722.2400000095367 -4465,SUCCESS,2,1,246.03,39693583.32,39693829.35,127,dj,393.64800000190735 -4466,SUCCESS,2,1,535.37,39693829.35,39694364.72,127,dj,856.5919999957085 -4467,SUCCESS,2,1,3368.44,39694364.72,39697733.16,127,random,5389.5039999961855 -4468,SUCCESS,2,1,7446.16,39697733.16,39705179.32,127,qpeexact,11913.856000006199 -4469,SUCCESS,2,1,1229.62,39705179.32,39706408.94,127,qft,1967.3919999957086 -4470,SUCCESS,2,1,43546.92,39706408.94,39749955.86,127,qpeinexact,69675.07200000287 -4471,SUCCESS,2,1,15606.01,39749955.86,39765561.87,127,su2random,24969.615999996662 -4472,SUCCESS,2,1,26664,39765561.87,39792225.87,127,ae,42662.4 -4473,SUCCESS,2,1,5114.39,39792225.87,39797340.26,127,qpeexact,8183.024000000954 -4474,SUCCESS,2,1,214.13,39797340.26,39797554.39,127,graphstate,342.60800000429157 -4475,SUCCESS,2,1,22745.5,39797554.39,39820299.89,127,random,36392.8 -4477,SUCCESS,2,1,2063.19,39820299.89,39822363.08,127,su2random,3301.1039999961854 -4479,SUCCESS,2,1,41853.58,39822363.08,39864216.66,127,qpeinexact,66965.72799999714 -4480,SUCCESS,2,1,7299.34,39864216.66,39871516,127,su2random,11678.944000005722 -4481,SUCCESS,2,1,326.81,39871516,39871842.81,127,qaoa,522.8959999918937 -4482,SUCCESS,2,1,352.68,39871842.81,39872195.49,127,wstate,564.2880000114441 -4483,SUCCESS,2,1,32553.63,39872195.49,39904749.12,127,realamprandom,52085.80799999237 -4484,SUCCESS,2,1,1903.9,39904749.12,39906653.02,127,qpeinexact,3046.2400000095367 -4485,SUCCESS,2,1,8944.68,39906653.02,39915597.7,127,su2random,14311.487999987603 -4487,SUCCESS,2,1,2634.51,39915597.7,39918232.21,127,qnn,4215.216000008583 -4488,SUCCESS,2,1,1218.74,39918232.21,39919450.95,127,dj,1949.984000003338 -4489,SUCCESS,2,1,10491.92,39919450.95,39929942.87,127,qpeexact,16787.07199999094 -4490,SUCCESS,2,1,1107.25,39929942.87,39931050.12,127,graphstate,1771.6000000000001 -4491,SUCCESS,2,1,5096.33,39931050.12,39936146.45,127,qft,8154.127999997139 -4492,SUCCESS,2,1,21551.82,39936146.45,39957698.27,127,ae,34482.91200000048 -4493,SUCCESS,2,1,1391.89,39957698.27,39959090.16,127,wstate,2227.024000000954 -4494,SUCCESS,2,1,6534.94,39959090.16,39965625.1,127,qpeinexact,10455.904000008108 -4495,SUCCESS,2,1,1152.13,39965625.1,39966777.23,127,ghz,1843.4079999923706 -4496,SUCCESS,2,1,101.26,39966777.23,39966878.49,127,ghz,162.01599999666215 -4497,SUCCESS,2,1,18283.72,39966878.49,39985162.21,127,qft,29253.952000010016 -4498,SUCCESS,2,1,2403.65,39985162.21,39987565.86,127,qpeinexact,3845.839999997616 -4499,SUCCESS,2,1,20.75,39987565.86,39987586.61,127,ghz,33.2 -4500,SUCCESS,2,1,14941.4,39987586.61,40002528.01,127,su2random,23906.23999999762 -4501,SUCCESS,2,1,3985.24,40002528.01,40006513.25,127,qpeinexact,6376.384000003338 -4503,SUCCESS,2,1,1109.67,40006513.25,40007622.92,127,dj,1775.4719999909403 -4504,SUCCESS,2,1,272.92,40007622.92,40007895.84,127,vqe,436.672000014782 -4505,SUCCESS,2,1,31781.44,40007895.84,40039677.28,127,ae,50850.30399999619 -4506,SUCCESS,2,1,1267.12,40039677.28,40040944.4,127,wstate,2027.3919999957086 -4507,SUCCESS,2,1,20454.88,40040944.4,40061399.28,127,ae,32727.808000004294 -4509,SUCCESS,2,1,14417.83,40061399.28,40075817.11,127,ae,23068.52799999714 -4510,SUCCESS,2,1,1128.6,40075817.11,40076945.71,127,dj,1805.7600000023842 -4511,SUCCESS,2,1,821.51,40076945.71,40077767.22,127,dj,1314.4159999966623 -4512,SUCCESS,2,1,240.08,40077767.22,40078007.3,127,dj,384.127999997139 -4513,SUCCESS,2,1,22531.35,40078007.3,40100538.65,127,qft,36050.16000000238 -4515,SUCCESS,2,1,123597.78,40100538.65,40224136.43,127,random,197756.44800000192 -4517,SUCCESS,2,1,25.22,40224136.43,40224161.65,127,ghz,40.35199999809265 -4518,SUCCESS,2,1,4182.27,40224161.65,40228343.92,127,twolocalrandom,6691.631999993325 -4519,SUCCESS,2,1,299.93,40228343.92,40228643.85,127,dj,479.8880000114441 -4521,SUCCESS,2,1,18376.01,40228643.85,40247019.86,127,qftentangled,29401.615999996662 -4524,SUCCESS,2,1,1568.39,40247019.86,40248588.25,127,ae,2509.424000000954 -4525,SUCCESS,2,1,110811.91,40248588.25,40359400.16,127,random,177299.05599999428 -4526,SUCCESS,2,1,18560.91,40359400.16,40377961.07,127,twolocalrandom,29697.4560000062 -4528,SUCCESS,2,1,196.73,40377961.07,40378157.8,127,graphstate,314.7679999947548 -4529,SUCCESS,2,1,13455.53,40378157.8,40391613.33,127,qnn,21528.848000001908 -4530,SUCCESS,2,1,3479.09,40391613.33,40395092.42,127,qnn,5566.544000005722 -4531,SUCCESS,2,1,18909.65,40395092.42,40414002.07,127,qnn,30255.439999997616 -4534,SUCCESS,2,1,14806.92,40414002.07,40428808.99,127,su2random,23691.07199999094 -4535,SUCCESS,2,1,4717.26,40428808.99,40433526.25,127,qft,7547.616000008584 -4536,SUCCESS,2,1,9388.33,40433526.25,40442914.58,127,su2random,15021.32799999714 -4538,SUCCESS,2,1,419.47,40442914.58,40443334.05,127,wstate,671.1519999980927 -4539,SUCCESS,2,1,19413.56,40443334.05,40462747.61,127,pricingcall,31061.696000003816 -4540,SUCCESS,2,1,2293.97,40462747.61,40465041.58,127,dj,3670.3519999980927 -4541,SUCCESS,2,1,21593.74,40465041.58,40486635.32,127,su2random,34549.98400000334 -4542,SUCCESS,2,1,12428.93,40486635.32,40499064.25,127,qpeinexact,19886.287999999524 -4543,SUCCESS,2,1,602.9,40499064.25,40499667.15,127,wstate,964.6399999976159 -4544,SUCCESS,2,1,17920.87,40499667.15,40517588.02,127,qftentangled,28673.39199999571 -4545,SUCCESS,2,1,24721.39,40517588.02,40542309.41,127,grover-noancilla,39554.224000000955 -4546,SUCCESS,2,1,12308.96,40542309.41,40554618.37,127,su2random,19694.336000001433 -4547,SUCCESS,2,1,13634.49,40554618.37,40568252.86,127,qftentangled,21815.18400000334 -4548,SUCCESS,2,1,28117.69,40568252.86,40596370.55,127,qftentangled,44988.30399999619 -4550,SUCCESS,2,1,2518.66,40596370.55,40598889.21,127,realamprandom,4029.856000006199 -4551,SUCCESS,2,1,2804.25,40598889.21,40601693.46,127,qft,4486.8 -4552,SUCCESS,2,1,20950.82,40601693.46,40622644.28,127,qpeexact,33521.31200000048 -4553,SUCCESS,2,1,2489.12,40622644.28,40625133.4,127,dj,3982.5919999957086 -4554,SUCCESS,2,1,1438.96,40625133.4,40626572.36,127,graphstate,2302.3360000014304 -4556,SUCCESS,2,1,3985.66,40626572.36,40630558.02,127,wstate,6377.0560000062 -4557,SUCCESS,2,1,268.48,40630558.02,40630826.5,127,realamprandom,429.5679999947548 -4559,SUCCESS,2,1,657.68,40630826.5,40631484.18,127,wstate,1052.2879999995232 -4560,SUCCESS,2,1,14966.42,40631484.18,40646450.6,127,twolocalrandom,23946.272000002864 -4561,SUCCESS,2,1,11339.22,40646450.6,40657789.82,127,twolocalrandom,18142.751999998094 -4562,SUCCESS,2,1,8365.27,40657789.82,40666155.09,127,realamprandom,13384.431999993325 -4565,SUCCESS,2,1,51.93,40666155.09,40666207.02,127,ghz,83.0880000114441 -4566,SUCCESS,2,1,43.52,40666207.02,40666250.54,127,ghz,69.63199999332429 -4568,SUCCESS,2,1,594.84,40666250.54,40666845.38,127,qftentangled,951.7439999938011 -4569,SUCCESS,2,1,3768.32,40666845.38,40670613.7,127,qnn,6029.312000012398 -4570,SUCCESS,2,1,5699,40670613.7,40676312.7,127,qft,9118.39999998808 -4572,SUCCESS,2,1,24511.86,40676312.7,40700824.56,127,ae,39218.97600001097 -4573,SUCCESS,2,1,4804.65,40700824.56,40705629.21,127,qpeinexact,7687.439999997616 -4574,SUCCESS,2,1,22828.56,40705629.21,40728457.77,127,qnn,36525.696000003816 -4575,SUCCESS,2,1,10581.83,40728457.77,40739039.6,127,realamprandom,16930.92799999714 -4577,SUCCESS,2,1,29800.06,40739039.6,40768839.66,127,qpeexact,47680.0959999919 -4578,SUCCESS,2,1,471.6,40768839.66,40769311.26,127,graphstate,754.5600000023842 -4579,SUCCESS,2,1,690.33,40769311.26,40770001.59,127,dj,1104.527999997139 -4580,SUCCESS,2,1,315.17,40770001.59,40770316.76,127,qpeinexact,504.27200000286103 -4581,SUCCESS,2,1,3078.95,40770316.76,40773395.71,127,qftentangled,4926.320000004769 -4583,SUCCESS,2,1,1018.72,40773395.71,40774414.43,127,wstate,1629.9519999980928 -4585,SUCCESS,2,1,11157.33,40774414.43,40785571.76,127,twolocalrandom,17851.72799999714 -4586,SUCCESS,2,1,7321.99,40785571.76,40792893.75,127,qftentangled,11715.184000003339 -4588,SUCCESS,2,1,5968.68,40792893.75,40798862.43,127,qpeexact,9549.887999999524 -4589,SUCCESS,2,1,304.42,40798862.43,40799166.85,127,ghz,487.07200000286105 -4591,SUCCESS,2,1,4359.18,40799166.85,40803526.03,127,su2random,6974.6879999995235 -4592,SUCCESS,2,1,11091.76,40803526.03,40814617.79,127,qpeinexact,17746.815999996663 -4593,SUCCESS,2,1,160.41,40814617.79,40814778.2,127,ghz,256.6560000061989 -4594,SUCCESS,2,1,1258.65,40814778.2,40816036.85,127,dj,2013.839999997616 -4595,SUCCESS,2,1,1677.8,40816036.85,40817714.65,127,ae,2684.479999995232 -4596,SUCCESS,2,1,566.36,40817714.65,40818281.01,127,dj,906.1759999990463 -4597,SUCCESS,2,1,8155.37,40818281.01,40826436.38,127,qft,13048.59200000763 -4599,SUCCESS,2,1,784.26,40826436.38,40827220.64,127,wstate,1254.8159999966622 -4600,SUCCESS,2,1,2783.13,40827220.64,40830003.77,127,su2random,4453.007999992371 -4601,SUCCESS,2,1,1910.59,40830003.77,40831914.36,127,twolocalrandom,3056.944000005722 -4602,SUCCESS,2,1,3808.38,40831914.36,40835722.74,127,qft,6093.408000004292 -4603,SUCCESS,2,1,198.62,40835722.74,40835921.36,127,qaoa,317.79199999570847 -4604,SUCCESS,2,1,82.78,40835921.36,40836004.14,127,routing,132.44800000190736 -4605,SUCCESS,2,1,5061.15,40836004.14,40841065.29,127,realamprandom,8097.839999997616 -4607,SUCCESS,2,1,482.51,40841065.29,40841547.8,127,ghz,772.0159999966622 -4608,SUCCESS,2,1,4001.17,40841547.8,40845548.97,127,su2random,6401.872000002862 -4609,SUCCESS,2,1,4451.8,40845548.97,40850000.77,127,qpeinexact,7122.879999995232 -4610,SUCCESS,2,1,11639.65,40850000.77,40861640.42,127,qft,18623.440000009537 -4611,SUCCESS,2,1,15504.72,40861640.42,40877145.14,127,random,24807.551999998093 -4612,SUCCESS,2,1,3909.03,40877145.14,40881054.17,127,qftentangled,6254.447999989987 -4614,SUCCESS,2,1,13305.1,40881054.17,40894359.27,127,qnn,21288.160000002386 -4615,SUCCESS,2,1,105.62,40894359.27,40894464.89,127,qaoa,168.9920000076294 -4618,SUCCESS,2,1,2069.77,40894464.89,40896534.66,127,su2random,3311.6319999933244 -4620,SUCCESS,2,1,16924.91,40896534.66,40913459.57,127,ae,27079.8560000062 -4622,SUCCESS,2,1,1887.29,40913459.57,40915346.86,127,qpeinexact,3019.6639999985696 -4623,SUCCESS,2,1,4305.74,40915346.86,40919652.6,127,ae,6889.184000003338 -4624,SUCCESS,2,1,8868,40919652.6,40928520.6,127,twolocalrandom,14188.800000000001 -4626,SUCCESS,2,1,831.97,40928520.6,40929352.57,127,wstate,1331.1519999980928 -4627,SUCCESS,2,1,21238.14,40929352.57,40950590.71,127,realamprandom,33981.02400000096 -4629,SUCCESS,2,1,337.76,40950590.71,40950928.47,127,wstate,540.4159999966622 -4630,SUCCESS,2,1,440.37,40950928.47,40951368.84,127,ghz,704.5919999957085 -4632,SUCCESS,2,1,9432.95,40951368.84,40960801.79,127,qftentangled,15092.720000004769 -4633,SUCCESS,2,1,1177.7,40960801.79,40961979.49,127,dj,1884.3199999928474 -4634,SUCCESS,2,1,14868.48,40961979.49,40976847.97,127,qpeexact,23789.56800000668 -4636,SUCCESS,2,1,1231.41,40976847.97,40978079.38,127,graphstate,1970.255999994278 -4637,SUCCESS,2,1,4452.24,40978079.38,40982531.62,127,ae,7123.584000003339 -4639,SUCCESS,2,1,13206.6,40982531.62,40995738.22,127,qnn,21130.560000002384 -4640,SUCCESS,2,1,3329.07,40995738.22,40999067.29,127,realamprandom,5326.512000000477 -4642,SUCCESS,2,1,6527.6,40999067.29,41005594.89,127,qnn,10444.160000002385 -4643,SUCCESS,2,1,3821.91,41005594.89,41009416.8,127,qpeexact,6115.055999994278 -4644,SUCCESS,2,1,31.83,41009416.8,41009448.63,127,vqe,50.92799999713898 -4647,SUCCESS,2,1,5640.79,41009448.63,41015089.42,127,qnn,9025.26399999857 -4648,SUCCESS,2,1,368.96,41015089.42,41015458.38,127,realamprandom,590.3360000014305 -4649,SUCCESS,2,1,47055.45,41015458.38,41062513.83,127,twolocalrandom,75288.72000000477 -4653,SUCCESS,2,1,6813.2,41062513.83,41069327.03,127,qft,10901.120000004768 -4654,SUCCESS,2,1,11616.86,41069327.03,41080943.89,127,qftentangled,18586.975999999046 -4655,SUCCESS,2,1,4358.42,41080943.89,41085302.31,127,ae,6973.47199999094 -4656,SUCCESS,2,1,144820.52,41085302.31,41230122.83,127,random,231712.83200000526 -4657,SUCCESS,2,1,65.07,41230122.83,41230187.9,127,ghz,104.11200000047684 -4658,SUCCESS,2,1,739.12,41230187.9,41230927.02,127,portfoliovqe,1182.5919999957084 -4659,SUCCESS,2,1,706.18,41230927.02,41231633.2,127,portfolioqaoa,1129.888000011444 -4660,SUCCESS,2,1,22310.18,41231633.2,41253943.38,127,qwalk-v-chain,35696.2879999876 -4662,SUCCESS,2,1,31824.22,41253943.38,41285767.6,127,random,50918.75200001002 -4663,SUCCESS,2,1,32422.98,41285767.6,41318190.58,127,twolocalrandom,51876.76799999476 -4664,SUCCESS,2,1,11454.21,41318190.58,41329644.79,127,twolocalrandom,18326.73600000143 -4668,SUCCESS,2,1,2821.48,41329644.79,41332466.27,127,wstate,4514.368000006676 -4669,SUCCESS,2,1,443.69,41332466.27,41332909.96,127,graphstate,709.9039999961853 -4670,SUCCESS,2,1,13186,41332909.96,41346095.96,127,ae,21097.600000000002 -4672,SUCCESS,2,1,4457.3,41346095.96,41350553.26,127,realamprandom,7131.679999995232 -4673,SUCCESS,2,1,26387.5,41350553.26,41376940.76,127,qpeinexact,42220.0 -4675,SUCCESS,2,1,177.06,41376940.76,41377117.82,127,ghz,283.2960000038147 -4676,SUCCESS,2,1,20819.34,41377117.82,41397937.16,127,qnn,33310.943999993804 -4677,SUCCESS,2,1,1305,41397937.16,41399242.16,127,dj,2088.0 -4679,SUCCESS,2,1,13343.92,41399242.16,41412586.08,127,qftentangled,21350.272000002864 -4680,SUCCESS,2,1,10533.48,41412586.08,41423119.56,127,qftentangled,16853.568000006675 -4681,SUCCESS,2,1,5087.29,41423119.56,41428206.85,127,qftentangled,8139.66399999857 -4682,SUCCESS,2,1,5312.21,41428206.85,41433519.06,127,realamprandom,8499.536000001432 -4683,SUCCESS,2,1,59820.06,41433519.06,41493339.12,127,twolocalrandom,95712.0959999919 -4684,SUCCESS,2,1,29405.43,41493339.12,41522744.55,127,realamprandom,47048.68799999953 -4686,SUCCESS,2,1,53.14,41522744.55,41522797.69,127,vqe,85.02400000095368 -4687,SUCCESS,2,1,731.72,41522797.69,41523529.41,127,dj,1170.7519999980927 -4688,SUCCESS,2,1,2526.71,41523529.41,41526056.12,127,wstate,4042.7360000014305 -4690,SUCCESS,2,1,681.01,41526056.12,41526737.13,127,qft,1089.6159999966621 -4692,SUCCESS,2,1,1607.2,41526737.13,41528344.33,127,qftentangled,2571.5200000047685 -4693,SUCCESS,2,1,26408.72,41528344.33,41554753.05,127,qft,42253.9519999981 -4694,SUCCESS,2,1,26772.82,41554753.05,41581525.87,127,qpeexact,42836.51200000048 -4695,SUCCESS,2,1,1194.6,41581525.87,41582720.47,127,dj,1911.3600000023844 -4696,SUCCESS,2,1,18405.28,41582720.47,41601125.75,127,qftentangled,29448.44800000191 -4697,SUCCESS,2,1,1651.29,41601125.75,41602777.04,127,ghz,2642.0639999985697 -4698,SUCCESS,2,1,5567.2,41602777.04,41608344.24,127,qftentangled,8907.520000004768 -4699,SUCCESS,2,1,6644.5,41608344.24,41614988.74,127,qft,10631.2 -4700,SUCCESS,2,1,1075.73,41614988.74,41616064.47,127,ghz,1721.1679999947548 -4701,SUCCESS,2,1,126.22,41616064.47,41616190.69,127,ghz,201.95199999809267 -4702,SUCCESS,2,1,1742.24,41616190.69,41617932.93,127,portfoliovqe,2787.584000003338 -4703,SUCCESS,2,1,1289.99,41617932.93,41619222.92,127,portfoliovqe,2063.9840000033378 -4705,SUCCESS,2,1,40618.38,41619222.92,41659841.3,127,twolocalrandom,64989.40799999237 -4706,SUCCESS,2,1,190.65,41659841.3,41660031.95,127,graphstate,305.03999999761584 -4707,SUCCESS,2,1,16799.4,41660031.95,41676831.35,127,realamprandom,26879.04000000954 -4708,SUCCESS,2,1,24119.69,41676831.35,41700951.04,127,qpeinexact,38591.50399999619 -4709,SUCCESS,2,1,7281.4,41700951.04,41708232.44,127,ae,11650.239999997617 -4711,SUCCESS,2,1,42402.39,41708232.44,41750634.83,127,qnn,67843.82400000095 -4712,SUCCESS,2,1,13784.36,41750634.83,41764419.19,127,qnn,22054.97599999905 -4713,SUCCESS,2,1,3768.4,41764419.19,41768187.59,127,qnn,6029.4400000095375 -4714,SUCCESS,2,1,1809.96,41768187.59,41769997.55,127,qft,2895.9359999895096 -4716,SUCCESS,2,1,6445.19,41769997.55,41776442.74,127,qnn,10312.304000008107 -4718,SUCCESS,2,1,152.12,41776442.74,41776594.86,127,tsp,243.3919999957085 -4720,SUCCESS,2,1,889.75,41776594.86,41777484.61,127,wstate,1423.6000000000001 -4722,SUCCESS,2,1,903.94,41777484.61,41778388.55,127,dj,1446.3039999961854 -4723,SUCCESS,2,1,13992.2,41778388.55,41792380.75,127,qpeinexact,22387.52000000477 -4724,SUCCESS,2,1,5731.13,41792380.75,41798111.88,127,qpeexact,9169.808000004292 -4725,SUCCESS,2,1,10950.63,41798111.88,41809062.51,127,qft,17521.007999992373 -4726,SUCCESS,2,1,414.65,41809062.51,41809477.16,127,twolocalrandom,663.4399999976158 -4727,SUCCESS,2,1,16311.49,41809477.16,41825788.65,127,qpeexact,26098.384000003338 -4728,SUCCESS,2,1,1556.45,41825788.65,41827345.1,127,qftentangled,2490.3200000047686 -4731,SUCCESS,2,1,31102.48,41827345.1,41858447.58,127,realamprandom,49763.967999994755 -4732,SUCCESS,2,1,925.19,41858447.58,41859372.77,127,wstate,1480.3040000081064 -4733,SUCCESS,2,1,637.33,41859372.77,41860010.1,127,twolocalrandom,1019.727999997139 -4734,SUCCESS,2,1,12008.18,41860010.1,41872018.28,127,random,19213.087999999523 -4735,SUCCESS,2,1,76853.5,41872018.28,41948871.78,127,random,122965.6 -4736,SUCCESS,2,1,258.48,41948871.78,41949130.26,127,su2random,413.5679999947548 -4737,SUCCESS,2,1,2722.79,41949130.26,41951853.05,127,qft,4356.463999998569 -4738,SUCCESS,2,1,2801.81,41951853.05,41954654.86,127,wstate,4482.896000003815 -4739,SUCCESS,2,1,485.75,41954654.86,41955140.61,127,graphstate,777.2 -4740,SUCCESS,2,1,1770.7,41955140.61,41956911.31,127,dj,2833.1199999928476 -4742,SUCCESS,2,1,31433.85,41956911.31,41988345.16,127,twolocalrandom,50294.16000000239 -4744,SUCCESS,2,1,1681.56,41988345.16,41990026.72,127,ghz,2690.496000003815 -4745,SUCCESS,2,1,1077.43,41990026.72,41991104.15,127,dj,1723.8879999995233 -4748,SUCCESS,2,1,5740.87,41991104.15,41996845.02,127,ae,9185.39200000763 -4749,SUCCESS,2,1,545.99,41996845.02,41997391.01,127,graphstate,873.5839999914169 -4750,SUCCESS,2,1,1326.31,41997391.01,41998717.32,127,pricingcall,2122.096000003815 -4751,SUCCESS,2,1,19444.33,41998717.32,42018161.65,127,qpeinexact,31110.92799999714 -4752,SUCCESS,2,1,6780.41,42018161.65,42024942.06,127,ae,10848.655999994278 -4753,SUCCESS,2,1,4754.39,42024942.06,42029696.45,127,qnn,7607.024000000954 -4754,SUCCESS,2,1,13110.17,42029696.45,42042806.62,127,su2random,20976.272000002864 -4756,SUCCESS,2,1,2524.29,42042806.62,42045330.91,127,dj,4038.86399999857 -4757,SUCCESS,2,1,7485.29,42045330.91,42052816.2,127,ae,11976.464000010492 -4758,SUCCESS,2,1,3417.15,42052816.2,42056233.35,127,wstate,5467.439999997616 -4759,SUCCESS,2,1,2500.24,42056233.35,42058733.59,127,qpeexact,4000.384000003338 -4760,SUCCESS,2,1,7553.14,42058733.59,42066286.73,127,qpeexact,12085.023999989033 -4761,SUCCESS,2,1,20015.04,42066286.73,42086301.77,127,realamprandom,32024.063999998572 -4762,SUCCESS,2,1,4164.59,42086301.77,42090466.36,127,realamprandom,6663.344000005723 -4763,SUCCESS,2,1,283.5,42090466.36,42090749.86,127,ghz,453.6 -4764,SUCCESS,2,1,51.48,42090749.86,42090801.34,127,ghz,82.36800000667573 -4765,SUCCESS,2,1,334.75,42090801.34,42091136.09,127,qpeinexact,535.599999988079 -4766,SUCCESS,2,1,25044.62,42091136.09,42116180.71,127,qnn,40071.39200000763 -4767,SUCCESS,2,1,4600.6,42116180.71,42120781.31,127,qpeexact,7360.959999990464 -4768,SUCCESS,2,1,766.9,42120781.31,42121548.21,127,wstate,1227.0400000095367 -4769,SUCCESS,2,1,11879.7,42121548.21,42133427.91,127,twolocalrandom,19007.519999992848 -4770,SUCCESS,2,1,4923.69,42133427.91,42138351.6,127,qpeexact,7877.904000008107 -4771,SUCCESS,2,1,507.16,42138351.6,42138858.76,127,ae,811.455999994278 -4772,SUCCESS,2,1,2338.91,42138858.76,42141197.67,127,ae,3742.255999994278 -4773,SUCCESS,2,1,2062.47,42141197.67,42143260.14,127,qpeexact,3299.9520000100138 -4774,SUCCESS,2,1,608.65,42143260.14,42143868.79,127,wstate,973.8399999976159 -4775,SUCCESS,2,1,967.44,42143868.79,42144836.23,127,ghz,1547.9039999961853 -4776,SUCCESS,2,1,3685.88,42144836.23,42148522.11,127,qpeinexact,5897.408000004292 -4777,SUCCESS,2,1,210352.03,42148522.11,42358874.14,127,random,336563.24800000194 -4778,SUCCESS,2,1,719.09,42358874.14,42359593.23,127,qpeinexact,1150.5439999938012 -4779,SUCCESS,2,1,15449.38,42359593.23,42375042.61,127,ae,24719.008000004294 -4780,SUCCESS,2,1,710.75,42375042.61,42375753.36,127,qnn,1137.2 -4781,SUCCESS,2,1,160.44,42375753.36,42375913.8,127,graphstate,256.7039999961853 -4782,SUCCESS,2,1,732.9,42375913.8,42376646.7,127,qpeexact,1172.6400000095368 -4783,SUCCESS,2,1,619.51,42376646.7,42377266.21,127,ae,991.2159999966622 -4784,SUCCESS,2,1,19749.55,42377266.21,42397015.76,127,qft,31599.279999995233 -4785,SUCCESS,2,1,430.51,42397015.76,42397446.27,127,su2random,688.8160000085832 -4786,SUCCESS,2,1,646.01,42397446.27,42398092.28,127,twolocalrandom,1033.6159999966621 -4787,SUCCESS,2,1,29096.48,42398092.28,42427188.76,127,random,46554.367999994756 -4789,SUCCESS,2,1,5586.96,42427188.76,42432775.72,127,qnn,8939.13600000143 -4790,SUCCESS,2,1,266.02,42432775.72,42433041.74,127,graphstate,425.63200000524523 -4791,SUCCESS,2,1,24619.9,42433041.74,42457661.64,127,qnn,39391.83999999762 -4793,SUCCESS,2,1,1897.53,42457661.64,42459559.17,127,wstate,3036.0480000019074 -4794,SUCCESS,2,1,7933.68,42459559.17,42467492.85,127,qftentangled,12693.887999999524 -4795,SUCCESS,2,1,5756.75,42467492.85,42473249.6,127,qnn,9210.800000000001 -4796,SUCCESS,2,1,6843.26,42473249.6,42480092.86,127,su2random,10949.215999996663 -4797,SUCCESS,2,1,937.6,42480092.86,42481030.46,127,dj,1500.1600000023843 -4798,SUCCESS,2,1,149.72,42481030.46,42481180.18,127,dj,239.55199999809267 -4799,SUCCESS,2,1,1522.47,42481180.18,42482702.65,127,dj,2435.9519999980926 -4800,SUCCESS,2,1,1547.88,42482702.65,42484250.53,127,qftentangled,2476.6080000042916 -4801,SUCCESS,2,1,1663.62,42484250.53,42485914.15,127,dj,2661.7919999957085 -4802,SUCCESS,2,1,913.48,42485914.15,42486827.63,127,ae,1461.568000006676 -4803,SUCCESS,2,1,2560.03,42486827.63,42489387.66,127,dj,4096.047999989986 -4805,SUCCESS,2,1,8432.06,42489387.66,42497819.72,127,realamprandom,13491.296000003815 -4806,SUCCESS,2,1,341.95,42497819.72,42498161.67,127,graphstate,547.1200000047684 -4807,SUCCESS,2,1,1864.31,42498161.67,42500025.98,127,qpeexact,2982.895999991894 -4808,SUCCESS,2,1,10973.69,42500025.98,42510999.67,127,twolocalrandom,17557.904000008108 -4809,SUCCESS,2,1,1088.92,42510999.67,42512088.59,127,qft,1742.2719999909402 -4810,SUCCESS,2,1,447.56,42512088.59,42512536.15,127,twolocalrandom,716.0960000038148 -4811,SUCCESS,2,1,9185.07,42512536.15,42521721.22,127,qnn,14696.112000000478 -4812,SUCCESS,2,1,4188.65,42521721.22,42525909.87,127,su2random,6701.839999997616 -4813,SUCCESS,2,1,62.86,42525909.87,42525972.73,127,dj,100.57599999904633 -4815,SUCCESS,2,1,455,42525972.73,42526427.73,127,graphstate,728.0 -4816,SUCCESS,2,1,16463.82,42526427.73,42542891.55,127,ae,26342.112000000478 -4817,SUCCESS,2,1,5914.98,42542891.55,42548806.53,127,wstate,9463.968000006676 -4818,SUCCESS,2,1,111.92,42548806.53,42548918.45,127,ghz,179.0719999909401 -4819,SUCCESS,2,1,1039.77,42548918.45,42549958.22,127,dj,1663.6320000052453 -4820,SUCCESS,2,1,8932.02,42549958.22,42558890.24,127,random,14291.231999993324 -4821,SUCCESS,2,1,1735.15,42558890.24,42560625.39,127,dj,2776.2400000095367 -4822,SUCCESS,2,1,14198.62,42560625.39,42574824.01,127,qft,22717.79199999571 -4824,SUCCESS,2,1,64.53,42574824.01,42574888.54,127,graphstate,103.24800000190736 -4825,SUCCESS,2,1,2143.59,42574888.54,42577032.13,127,qpeexact,3429.7439999938015 -4826,SUCCESS,2,1,3412.18,42577032.13,42580444.31,127,ae,5459.487999999524 -4827,SUCCESS,2,1,5037.46,42580444.31,42585481.77,127,qnn,8059.936000013352 -4828,SUCCESS,2,1,4215.42,42585481.77,42589697.19,127,qftentangled,6744.67199999094 -4829,SUCCESS,2,1,3482.87,42589697.19,42593180.06,127,pricingput,5572.591999995709 -4831,SUCCESS,2,1,1912.83,42593180.06,42595092.89,127,qpeexact,3060.52800000906 -4832,SUCCESS,2,1,441.9,42595092.89,42595534.79,127,dj,707.0399999976158 -4835,SUCCESS,2,1,4649.89,42595534.79,42600184.68,127,qpeinexact,7439.824000000954 -4836,SUCCESS,2,1,1086.17,42600184.68,42601270.85,127,qnn,1737.8720000028611 -4837,SUCCESS,2,1,30350.18,42601270.85,42631621.03,127,su2random,48560.28799999953 -4838,SUCCESS,2,1,513,42631621.03,42632134.03,127,wstate,820.8000000000001 -4839,SUCCESS,2,1,1162.07,42632134.03,42633296.1,127,dj,1859.312000000477 -4840,SUCCESS,2,1,4927.85,42633296.1,42638223.95,127,qft,7884.559999990463 -4841,SUCCESS,2,1,434.65,42638223.95,42638658.6,127,dj,695.4400000095368 -4842,SUCCESS,2,1,1927.07,42638658.6,42640585.67,127,qpeexact,3083.312000000477 -4843,SUCCESS,2,1,81.37,42640585.67,42640667.04,127,qaoa,130.19199999570847 -4844,SUCCESS,2,1,20317.54,42640667.04,42660984.58,127,qpeinexact,32508.063999998572 -4845,SUCCESS,2,1,2725.88,42660984.58,42663710.46,127,qpeexact,4361.408000004291 -4846,SUCCESS,2,1,1325.48,42663710.46,42665035.94,127,dj,2120.767999994755 -4847,SUCCESS,2,1,110906.66,42665035.94,42775942.6,127,random,177450.65600000622 -4848,SUCCESS,2,1,2161.56,42775942.6,42778104.16,127,realamprandom,3458.4959999918938 -4849,SUCCESS,2,1,205.7,42778104.16,42778309.86,127,dj,329.1200000047684 -4850,SUCCESS,2,1,27275.7,42778309.86,42805585.56,127,su2random,43641.12000000477 -4852,SUCCESS,2,1,6059.56,42805585.56,42811645.12,127,pricingcall,9695.295999991895 -4853,SUCCESS,2,1,9408.53,42811645.12,42821053.65,127,qpeexact,15053.648000001907 -4854,SUCCESS,2,1,27121.04,42821053.65,42848174.69,127,realamprandom,43393.66399999857 -4855,SUCCESS,2,1,1876.42,42848174.69,42850051.11,127,pricingput,3002.272000002861 -4857,SUCCESS,2,1,2140.42,42850051.11,42852191.53,127,ghz,3424.6720000028613 -4858,SUCCESS,2,1,2691.58,42852191.53,42854883.11,127,twolocalrandom,4306.527999997139 -4859,SUCCESS,2,1,845.95,42854883.11,42855729.06,127,twolocalrandom,1353.5200000047685 -4860,SUCCESS,2,1,2065.07,42855729.06,42857794.13,127,qwalk-v-chain,3304.111999988556 -4861,SUCCESS,2,1,8868.12,42857794.13,42866662.25,127,ae,14188.99200000763 -4862,SUCCESS,2,1,14599.01,42866662.25,42881261.26,127,ae,23358.415999996665 -4863,SUCCESS,2,1,1851.44,42881261.26,42883112.7,127,realamprandom,2962.3040000081064 -4864,SUCCESS,2,1,76.12,42883112.7,42883188.82,127,wstate,121.79199999570847 -4867,SUCCESS,2,1,7442.09,42883188.82,42890630.91,127,qft,11907.343999993802 -4870,SUCCESS,2,1,3976.84,42890630.91,42894607.75,127,ghz,6362.944000005722 -4872,SUCCESS,2,1,353.74,42894607.75,42894961.49,127,graphstate,565.9839999914169 -4873,SUCCESS,2,1,1127.88,42894961.49,42896089.37,127,wstate,1804.6080000042916 -4874,SUCCESS,2,1,35472.34,42896089.37,42931561.71,127,realamprandom,56755.744000005725 -4875,SUCCESS,2,1,19784.86,42931561.71,42951346.57,127,twolocalrandom,31655.77599999905 -4876,SUCCESS,2,1,819.23,42951346.57,42952165.8,127,portfolioqaoa,1310.767999994755 -4877,SUCCESS,2,1,5684.48,42952165.8,42957850.28,127,twolocalrandom,9095.168000006675 -4878,SUCCESS,2,1,4724.61,42957850.28,42962574.89,127,wstate,7559.375999999047 -4879,SUCCESS,2,1,171.37,42962574.89,42962746.26,127,ghz,274.1919999957085 -4880,SUCCESS,2,1,1082.81,42962746.26,42963829.07,127,qnn,1732.4960000038147 -4881,SUCCESS,2,1,7876.94,42963829.07,42971706.01,127,qnn,12603.103999996187 -4882,SUCCESS,2,1,3468.92,42971706.01,42975174.93,127,twolocalrandom,5550.272000002861 -4883,SUCCESS,2,1,1203.64,42975174.93,42976378.57,127,portfoliovqe,1925.8240000009537 -4885,SUCCESS,2,1,11267.68,42976378.57,42987646.25,127,qpeexact,18028.287999999524 -4886,SUCCESS,2,1,12191.32,42987646.25,42999837.57,127,qftentangled,19506.112000000478 -4890,SUCCESS,2,1,29882.31,42999837.57,43029719.88,127,twolocalrandom,47811.696000003816 -4892,SUCCESS,2,1,4191.29,43029719.88,43033911.17,127,qpeinexact,6706.06399999857 -4893,SUCCESS,2,1,16512.8,43033911.17,43050423.97,127,su2random,26420.479999995234 -4896,SUCCESS,2,1,5211.01,43050423.97,43055634.98,127,ae,8337.615999996662 -4897,SUCCESS,2,1,1656.36,43055634.98,43057291.34,127,qnn,2650.1759999990463 -4898,SUCCESS,2,1,26.85,43057291.34,43057318.19,127,routing,42.96000000238419 -4899,SUCCESS,2,1,103.43,43057318.19,43057421.62,127,ghz,165.48799999952317 -4900,SUCCESS,2,1,183.03,43057421.62,43057604.65,127,dj,292.84800000190734 -4901,SUCCESS,2,1,3797.84,43057604.65,43061402.49,127,qnn,6076.544000005722 -4903,SUCCESS,2,1,9799.53,43061402.49,43071202.02,127,ae,15679.247999989988 -4904,SUCCESS,2,1,36297.6,43071202.02,43107499.62,127,random,58076.16000000239 -4905,SUCCESS,2,1,1223.53,43107499.62,43108723.15,127,wstate,1957.6480000019073 -4906,SUCCESS,2,1,1516.52,43108723.15,43110239.67,127,pricingput,2426.4320000052453 -4907,SUCCESS,2,1,3167.51,43110239.67,43113407.18,127,qftentangled,5068.015999996663 -4908,SUCCESS,2,1,175.5,43113407.18,43113582.68,127,graphstate,280.8 -4910,SUCCESS,2,1,489.62,43113582.68,43114072.3,127,graphstate,783.3919999957085 -4912,SUCCESS,2,1,309.37,43114072.3,43114381.67,127,qaoa,494.9919999957085 -4915,SUCCESS,2,1,23226.17,43114381.67,43137607.84,127,realamprandom,37161.87200000286 -4916,SUCCESS,2,1,467.14,43137607.84,43138074.98,127,dj,747.4240000009537 -4919,SUCCESS,2,1,4835.09,43138074.98,43142910.07,127,qnn,7736.144000005723 -4920,SUCCESS,2,1,6125.54,43142910.07,43149035.61,127,qnn,9800.86399999857 -4921,SUCCESS,2,1,443.9,43149035.61,43149479.51,127,qpeinexact,710.2399999976159 -4922,SUCCESS,2,1,2137.33,43149479.51,43151616.84,127,su2random,3419.7279999971392 -4923,SUCCESS,2,1,1112.66,43151616.84,43152729.5,127,wstate,1780.256000006199 -4924,SUCCESS,2,1,25010.68,43152729.5,43177740.18,127,qft,40017.08799999952 -4926,SUCCESS,2,1,24531.53,43177740.18,43202271.71,127,ae,39250.44800000191 -4927,SUCCESS,2,1,4881.99,43202271.71,43207153.7,127,qnn,7811.184000003338 -4928,SUCCESS,2,1,2037.34,43207153.7,43209191.04,127,qpeinexact,3259.7439999938015 -4929,SUCCESS,2,1,130.37,43209191.04,43209321.41,127,dj,208.59199999570848 -4932,SUCCESS,2,1,7143.83,43209321.41,43216465.24,127,ae,11430.12799999714 -4933,SUCCESS,2,1,968.03,43216465.24,43217433.27,127,dj,1548.8480000138284 -4934,SUCCESS,2,1,206.76,43217433.27,43217640.03,127,graphstate,330.8159999966622 -4935,SUCCESS,2,1,1587.42,43217640.03,43219227.45,127,twolocalrandom,2539.8719999909404 -4936,SUCCESS,2,1,2502.85,43219227.45,43221730.3,127,ae,4004.560000002384 -4937,SUCCESS,2,1,408.09,43221730.3,43222138.39,127,wstate,652.944000005722 -4939,SUCCESS,2,1,13138,43222138.39,43235276.39,127,qftentangled,21020.800000000003 -4940,SUCCESS,2,1,480.51,43235276.39,43235756.9,127,dj,768.8159999966622 -4941,SUCCESS,2,1,573.52,43235756.9,43236330.42,127,qft,917.6319999933244 -4945,SUCCESS,2,1,2814.25,43236330.42,43239144.67,127,qpeinexact,4502.8 -4946,SUCCESS,2,1,7976.51,43239144.67,43247121.18,127,qftentangled,12762.416000008583 -4947,SUCCESS,2,1,8614.76,43247121.18,43255735.94,127,qpeexact,13783.615999996662 -4948,SUCCESS,2,1,68630.18,43255735.94,43324366.12,127,twolocalrandom,109808.28799999953 -4949,SUCCESS,2,1,3501.98,43324366.12,43327868.1,127,realamprandom,5603.168000006676 -4950,SUCCESS,2,1,313.94,43327868.1,43328182.04,127,ghz,502.3039999961853 -4951,SUCCESS,2,1,163.52,43328182.04,43328345.56,127,graphstate,261.6319999933243 -4952,SUCCESS,2,1,15992.56,43328345.56,43344338.12,127,twolocalrandom,25588.096000003818 -4954,SUCCESS,2,1,1170.2,43344338.12,43345508.32,127,qftentangled,1872.3200000047684 -4955,SUCCESS,2,1,319.25,43345508.32,43345827.57,127,dj,510.8 -4956,SUCCESS,2,1,375.39,43345827.57,43346202.96,127,ghz,600.6240000009537 -4957,SUCCESS,2,1,806.64,43346202.96,43347009.6,127,ae,1290.6240000009539 -4958,SUCCESS,2,1,1660.21,43347009.6,43348669.81,127,su2random,2656.3359999895097 -4959,SUCCESS,2,1,38335.37,43348669.81,43387005.18,127,qnn,61336.59200000763 -4960,SUCCESS,2,1,225.69,43387005.18,43387230.87,127,graphstate,361.10399999618534 -4961,SUCCESS,2,1,20823.36,43387230.87,43408054.23,127,qftentangled,33317.37599999905 -4962,SUCCESS,2,1,28464.76,43408054.23,43436518.99,127,realamprandom,45543.61599999666 -4963,SUCCESS,2,1,805.99,43436518.99,43437324.98,127,portfolioqaoa,1289.584000003338 -4964,SUCCESS,2,1,639.53,43437324.98,43437964.51,127,wstate,1023.2480000019074 -4965,SUCCESS,2,1,1624.02,43437964.51,43439588.53,127,qft,2598.4320000052453 -4966,SUCCESS,2,1,13731.96,43439588.53,43453320.49,127,ae,21971.136000001432 -4967,SUCCESS,2,1,17774.64,43453320.49,43471095.13,127,twolocalrandom,28439.424000000956 -4968,SUCCESS,2,1,3375.22,43471095.13,43474470.35,127,ae,5400.351999998093 -4969,SUCCESS,2,1,12529.86,43474470.35,43487000.21,127,qpeexact,20047.77599999905 -4970,SUCCESS,2,1,571.62,43487000.21,43487571.83,127,ghz,914.5919999957085 -4971,SUCCESS,2,1,38323.3,43487571.83,43525895.13,127,random,61317.27999999523 -4972,SUCCESS,2,1,630.46,43525895.13,43526525.59,127,ghz,1008.7360000133515 -4973,SUCCESS,2,1,246.41,43526525.59,43526772,127,routing,394.255999994278 -4974,SUCCESS,2,1,269.46,43526772,43527041.46,127,dj,431.13600000143055 -4975,SUCCESS,2,1,208.13,43527041.46,43527249.59,127,dj,333.0079999923706 -4976,SUCCESS,2,1,823.86,43527249.59,43528073.45,127,qft,1318.1760000109673 -4977,SUCCESS,2,1,45714.81,43528073.45,43573788.26,127,qnn,73143.69599999189 -4978,SUCCESS,2,1,32990.06,43573788.26,43606778.32,127,twolocalrandom,52784.09600000382 -4979,SUCCESS,2,1,266.4,43606778.32,43607044.72,127,ghz,426.2399999976158 -4980,SUCCESS,2,1,18911.97,43607044.72,43625956.69,127,realamprandom,30259.151999998096 -4982,SUCCESS,2,1,600968.9,43625956.69,44226925.59,127,qwalk-noancilla,961550.2399999977 -4983,SUCCESS,2,1,6480.55,44226925.59,44233406.14,127,ae,10368.880000007153 -4984,SUCCESS,2,1,19852.26,44233406.14,44253258.4,127,qnn,31763.615999996662 -4985,SUCCESS,2,1,8275.93,44253258.4,44261534.33,127,ae,13241.487999999525 -4986,SUCCESS,2,1,1016.7,44261534.33,44262551.03,127,qft,1626.7200000047685 -4987,SUCCESS,2,1,630.26,44262551.03,44263181.29,127,dj,1008.4159999966622 -4988,SUCCESS,2,1,4290.84,44263181.29,44267472.13,127,qpeexact,6865.344000005723 -4989,SUCCESS,2,1,16343.81,44267472.13,44283815.94,127,qftentangled,26150.095999991896 -4990,SUCCESS,2,1,17899.72,44283815.94,44301715.66,127,realamprandom,28639.551999998093 -4993,SUCCESS,2,1,1842.92,44301715.66,44303558.58,127,dj,2948.6720000028613 -4994,SUCCESS,2,1,404.98,44303558.58,44303963.56,127,dj,647.9679999947548 -4995,SUCCESS,2,1,2401.96,44303963.56,44306365.52,127,qnn,3843.136000013352 -4997,SUCCESS,2,1,18517.56,44306365.52,44324883.08,127,twolocalrandom,29628.095999991896 -4998,SUCCESS,2,1,5625.55,44324883.08,44330508.63,127,qpeinexact,9000.879999995232 -4999,SUCCESS,2,1,6434.7,44330508.63,44336943.33,127,qft,10295.52000000477 -5000,SUCCESS,2,1,7018.52,44336943.33,44343961.85,127,wstate,11229.632000005246 -5001,SUCCESS,2,1,599.25,44343961.85,44344561.1,127,graphstate,958.8000000000001 -5002,SUCCESS,2,1,19102.73,44344561.1,44363663.83,127,qpeinexact,30564.367999994756 -5003,SUCCESS,2,1,918.39,44363663.83,44364582.22,127,random,1469.4240000009538 -5004,SUCCESS,2,1,2327.89,44364582.22,44366910.11,127,realamprandom,3724.624000000954 -5005,SUCCESS,2,1,3532.53,44366910.11,44370442.64,127,qft,5652.048000001908 -5006,SUCCESS,2,1,78.44,44370442.64,44370521.08,127,graphstate,125.50399999618531 -5008,SUCCESS,2,1,678.39,44370521.08,44371199.47,127,qpeexact,1085.4240000009538 -5009,SUCCESS,2,1,10371.39,44371199.47,44381570.86,127,qftentangled,16594.224000000955 -5011,SUCCESS,2,1,1504.33,44381570.86,44383075.19,127,random,2406.927999997139 -5013,SUCCESS,2,1,1853.83,44383075.19,44384929.02,127,wstate,2966.1279999971393 -5014,SUCCESS,2,1,26785.37,44384929.02,44411714.39,127,qnn,42856.59200000763 -5015,SUCCESS,2,1,4216.16,44411714.39,44415930.55,127,qftentangled,6745.855999994278 -5016,SUCCESS,2,1,30915.5,44415930.55,44446846.05,127,twolocalrandom,49464.8 -5017,SUCCESS,2,1,30449.74,44446846.05,44477295.79,127,qpeexact,48719.58400000334 -5018,SUCCESS,2,1,5931.1,44477295.79,44483226.89,127,qnn,9489.760000002385 -5020,SUCCESS,2,1,170.34,44483226.89,44483397.23,127,ghz,272.54399999380115 -5021,SUCCESS,2,1,1535.53,44483397.23,44484932.76,127,qftentangled,2456.8480000019076 -5022,SUCCESS,2,1,29349.73,44484932.76,44514282.49,127,random,46959.56799999476 -5023,SUCCESS,2,1,7061.56,44514282.49,44521344.05,127,realamprandom,11298.496000003815 -5025,SUCCESS,2,1,10924.07,44521344.05,44532268.12,127,ae,17478.51200000048 -5027,SUCCESS,2,1,44850.53,44532268.12,44577118.65,127,shor,71760.8480000019 -5028,SUCCESS,2,1,218.85,44577118.65,44577337.5,127,graphstate,350.1600000023842 -5029,SUCCESS,2,1,590.73,44577337.5,44577928.23,127,graphstate,945.1679999947548 -5030,SUCCESS,2,1,851.36,44577928.23,44578779.59,127,dj,1362.1759999990463 -5031,SUCCESS,2,1,32.38,44578779.59,44578811.97,127,ghz,51.808000004291536 -5032,SUCCESS,2,1,2077.26,44578811.97,44580889.23,127,su2random,3323.615999996662 -5033,SUCCESS,2,1,3964.42,44580889.23,44584853.65,127,qpeexact,6343.072000002861 -5034,SUCCESS,2,1,660.1,44584853.65,44585513.75,127,realamprandom,1056.1600000023843 -5035,SUCCESS,2,1,1502.12,44585513.75,44587015.87,127,portfoliovqe,2403.3919999957084 -5037,SUCCESS,2,1,1080.41,44587015.87,44588096.28,127,random,1728.656000006199 -5039,SUCCESS,2,1,8784.09,44588096.28,44596880.37,127,realamprandom,14054.543999993803 -5040,SUCCESS,2,1,3063.57,44596880.37,44599943.94,127,qftentangled,4901.712000000477 -5041,SUCCESS,2,1,840.66,44599943.94,44600784.6,127,dj,1345.056000006199 -5042,SUCCESS,2,1,5291.64,44600784.6,44606076.24,127,qnn,8466.624000000955 -5043,SUCCESS,2,1,920.12,44606076.24,44606996.36,127,ghz,1472.1919999957086 -5044,SUCCESS,2,1,316.16,44606996.36,44607312.52,127,wstate,505.85599999427797 -5045,SUCCESS,2,1,3164.6,44607312.52,44610477.12,127,qpeinexact,5063.360000002384 -5046,SUCCESS,2,1,1441.82,44610477.12,44611918.94,127,qft,2306.912000000477 -5047,SUCCESS,2,1,9431.76,44611918.94,44621350.7,127,qft,15090.816000008585 -5048,SUCCESS,2,1,4766.58,44621350.7,44626117.28,127,wstate,7626.527999997139 -5049,SUCCESS,2,1,63.64,44626117.28,44626180.92,127,dj,101.82400000095367 -5050,SUCCESS,2,1,4253.28,44626180.92,44630434.2,127,realamprandom,6805.247999989987 -5052,SUCCESS,2,1,425.3,44630434.2,44630859.5,127,dj,680.4800000071526 -5054,SUCCESS,2,1,15215.44,44630859.5,44646074.94,127,qnn,24344.703999996185 -5055,SUCCESS,2,1,7748.4,44646074.94,44653823.34,127,qpeinexact,12397.440000009537 -5057,SUCCESS,2,1,14347.07,44653823.34,44668170.41,127,qpeexact,22955.311999988557 -5059,SUCCESS,2,1,614.97,44668170.41,44668785.38,127,wstate,983.9519999980927 -5060,SUCCESS,2,1,19997.57,44668785.38,44688782.95,127,qnn,31996.112000000478 -5062,SUCCESS,2,1,31024.87,44688782.95,44719807.82,127,ae,49639.792000007634 -5063,SUCCESS,2,1,1988.7,44719807.82,44721796.52,127,qft,3181.9200000047686 -5064,SUCCESS,2,1,3823.45,44721796.52,44725619.97,127,realamprandom,6117.519999992848 -5065,SUCCESS,2,1,6700.97,44725619.97,44732320.94,127,qftentangled,10721.551999998093 -5066,SUCCESS,2,1,2970.43,44732320.94,44735291.37,127,qftentangled,4752.6879999995235 -5067,SUCCESS,2,1,6120.27,44735291.37,44741411.64,127,qpeinexact,9792.432000005245 -5069,SUCCESS,2,1,2355.3,44741411.64,44743766.94,127,realamprandom,3768.479999995232 -5070,SUCCESS,2,1,30633.2,44743766.94,44774400.14,127,random,49013.12000000477 -5071,SUCCESS,2,1,145.89,44774400.14,44774546.03,127,graphstate,233.4240000009537 -5075,SUCCESS,2,1,2507.3,44774546.03,44777053.33,127,wstate,4011.679999995232 -5076,SUCCESS,2,1,11082.61,44777053.33,44788135.94,127,realamprandom,17732.175999999046 -5077,SUCCESS,2,1,760.93,44788135.94,44788896.87,127,graphstate,1217.4879999995233 -5078,SUCCESS,2,1,2290.17,44788896.87,44791187.04,127,twolocalrandom,3664.272000002861 -5080,SUCCESS,2,1,29562.05,44791187.04,44820749.09,127,twolocalrandom,47299.28000000716 -5083,SUCCESS,2,1,124.52,44820749.09,44820873.61,127,vqe,199.23199999332428 -5084,SUCCESS,2,1,2648.33,44820873.61,44823521.94,127,realamprandom,4237.327999997139 -5086,SUCCESS,2,1,568.53,44823521.94,44824090.47,127,qpeinexact,909.6480000019073 -5087,SUCCESS,2,1,2112.62,44824090.47,44826203.09,127,qpeinexact,3380.1919999957086 -5088,SUCCESS,2,1,507.52,44826203.09,44826710.61,127,portfolioqaoa,812.0320000052452 -5089,SUCCESS,2,1,21114.64,44826710.61,44847825.25,127,ae,33783.42400000095 -5090,SUCCESS,2,1,10417.88,44847825.25,44858243.13,127,realamprandom,16668.608000004293 -5091,SUCCESS,2,1,797.37,44858243.13,44859040.5,127,portfoliovqe,1275.7919999957085 -5092,SUCCESS,2,1,5370.3,44859040.5,44864410.8,127,twolocalrandom,8592.479999995232 -5094,SUCCESS,2,1,380.9,44864410.8,44864791.7,127,graphstate,609.4399999976158 -5095,SUCCESS,2,1,413,44864791.7,44865204.7,127,ghz,660.8000000119209 -5096,SUCCESS,2,1,32256.3,44865204.7,44897461,127,su2random,51610.079999995236 -5097,SUCCESS,2,1,4004.8,44897461,44901465.8,127,twolocalrandom,6407.679999995232 -5098,SUCCESS,2,1,6789.84,44901465.8,44908255.64,127,qnn,10863.744000005723 -5099,SUCCESS,2,1,374.96,44908255.64,44908630.6,127,dj,599.9360000014306 -5100,SUCCESS,2,1,10317.36,44908630.6,44918947.96,127,su2random,16507.77599999905 -5102,SUCCESS,2,1,269.89,44918947.96,44919217.85,127,qpeinexact,431.8240000009537 -5103,SUCCESS,2,1,89.52,44919217.85,44919307.37,127,qaoa,143.23199999332428 -5104,SUCCESS,2,1,3948,44919307.37,44923255.37,127,ghz,6316.8 -5106,SUCCESS,2,1,8152.95,44923255.37,44931408.32,127,qpeexact,13044.720000004769 -5107,SUCCESS,2,1,514.04,44931408.32,44931922.36,127,twolocalrandom,822.4639999985695 -5108,SUCCESS,2,1,913.02,44931922.36,44932835.38,127,su2random,1460.8320000052454 -5109,SUCCESS,2,1,7135.93,44932835.38,44939971.31,127,realamprandom,11417.487999987603 -5110,SUCCESS,2,1,6212.7,44939971.31,44946184.01,127,qpeinexact,9940.32000000477 -5111,SUCCESS,2,1,19720.02,44946184.01,44965904.03,127,realamprandom,31552.032000005245 -5112,SUCCESS,2,1,279.43,44965904.03,44966183.46,127,graphstate,447.08799999952316 -5114,SUCCESS,2,1,19114.35,44966183.46,44985297.81,127,qnn,30582.960000002386 -5118,SUCCESS,2,1,20655,44985297.81,45005952.81,127,su2random,33048.0 -5119,SUCCESS,2,1,136.48,45005952.81,45006089.29,127,ghz,218.3679999947548 -5120,SUCCESS,2,1,1134.92,45006089.29,45007224.21,127,qnn,1815.8720000028611 -5121,SUCCESS,2,1,969.91,45007224.21,45008194.12,127,ghz,1551.8559999942781 -5123,SUCCESS,2,1,18460.21,45008194.12,45026654.33,127,qft,29536.336000001433 -5125,SUCCESS,2,1,548.57,45026654.33,45027202.9,127,realamprandom,877.7120000004769 -5127,SUCCESS,2,1,79.15,45027202.9,45027282.05,127,ghz,126.63999999761582 -5128,SUCCESS,2,1,5310.09,45027282.05,45032592.14,127,qpeexact,8496.144000005723 -5129,SUCCESS,2,1,480.11,45032592.14,45033072.25,127,wstate,768.1759999990463 -5130,SUCCESS,2,1,2585.77,45033072.25,45035658.02,127,qft,4137.232000005245 -5132,SUCCESS,2,1,3285.93,45035658.02,45038943.95,127,realamprandom,5257.487999987603 -5133,SUCCESS,2,1,903.45,45038943.95,45039847.4,127,qpeexact,1445.5200000047685 -5134,SUCCESS,2,1,28990.2,45039847.4,45068837.6,127,random,46384.32000000477 -5135,SUCCESS,2,1,385.34,45068837.6,45069222.94,127,wstate,616.5439999938012 -5137,SUCCESS,2,1,3208.24,45069222.94,45072431.18,127,qft,5133.184000003338 -5138,SUCCESS,2,1,2462.78,45072431.18,45074893.96,127,qftentangled,3940.4480000019075 -5139,SUCCESS,2,1,5548.41,45074893.96,45080442.37,127,ae,8877.455999994278 -5140,SUCCESS,2,1,20629.32,45080442.37,45101071.69,127,random,33006.91200000048 -5141,SUCCESS,2,1,5352.64,45101071.69,45106424.33,127,twolocalrandom,8564.224000000953 -5142,SUCCESS,2,1,18258.08,45106424.33,45124682.41,127,qpeexact,29212.92799999714 -5143,SUCCESS,2,1,4494.42,45124682.41,45129176.83,127,qft,7191.072000002861 -5144,SUCCESS,2,1,47705.25,45129176.83,45176882.08,127,qpeinexact,76328.40000000001 -5145,SUCCESS,2,1,18879.56,45176882.08,45195761.64,127,qft,30207.296000003815 -5148,SUCCESS,2,1,13293.38,45195761.64,45209055.02,127,realamprandom,21269.40799999237 -5149,SUCCESS,2,1,26222.19,45209055.02,45235277.21,127,realamprandom,41955.504000008106 -5152,SUCCESS,2,1,2102.23,45235277.21,45237379.44,127,ghz,3363.567999994755 -5153,SUCCESS,2,1,31100.73,45237379.44,45268480.17,127,qnn,49761.16799999476 -5154,SUCCESS,2,1,6549.01,45268480.17,45275029.18,127,qpeexact,10478.416000008583 -5155,SUCCESS,2,1,390.1,45275029.18,45275419.28,127,ghz,624.1600000023842 -5156,SUCCESS,2,1,18703.5,45275419.28,45294122.78,127,qpeinexact,29925.600000000002 -5157,SUCCESS,2,1,4217.9,45294122.78,45298340.68,127,realamprandom,6748.6399999976165 -5158,SUCCESS,2,1,1985.17,45298340.68,45300325.85,127,dj,3176.272000002861 -5159,SUCCESS,2,1,769.57,45300325.85,45301095.42,127,wstate,1231.312000000477 -5160,SUCCESS,2,1,254.29,45301095.42,45301349.71,127,wstate,406.8639999985695 -5161,SUCCESS,2,1,308.19,45301349.71,45301657.9,127,dj,493.10399999618534 -5162,SUCCESS,2,1,635.68,45301657.9,45302293.58,127,ghz,1017.0879999995232 -5163,SUCCESS,2,1,1583.72,45302293.58,45303877.3,127,qnn,2533.951999998093 -5164,SUCCESS,2,1,57621.28,45303877.3,45361498.58,127,random,92194.04800000192 -5165,SUCCESS,2,1,17357.02,45361498.58,45378855.6,127,qnn,27771.232000005246 -5166,SUCCESS,2,1,593.29,45378855.6,45379448.89,127,qnn,949.2639999985695 -5167,SUCCESS,2,1,1617.3,45379448.89,45381066.19,127,su2random,2587.679999995232 -5168,SUCCESS,2,1,23507.18,45381066.19,45404573.37,127,su2random,37611.487999999525 -5169,SUCCESS,2,1,851.72,45404573.37,45405425.09,127,qft,1362.7520000100137 -5170,SUCCESS,2,1,9239.1,45405425.09,45414664.19,127,pricingput,14782.559999990464 -5171,SUCCESS,2,1,22288.74,45414664.19,45436952.93,127,qnn,35661.98400000334 -5172,SUCCESS,2,1,3905.33,45436952.93,45440858.26,127,ghz,6248.527999997139 -5173,SUCCESS,2,1,96,45440858.26,45440954.26,127,ghz,153.60000000000002 -5174,SUCCESS,2,1,1179.74,45440954.26,45442134,127,dj,1887.584000003338 -5176,SUCCESS,2,1,342.68,45442134,45442476.68,127,wstate,548.2879999995232 -5179,SUCCESS,2,1,641.54,45442476.68,45443118.22,127,wstate,1026.4639999985695 -5180,SUCCESS,2,1,10475.22,45443118.22,45453593.44,127,qpeexact,16760.351999998093 -5181,SUCCESS,2,1,21936.59,45453593.44,45475530.03,127,qpeexact,35098.54400000572 -5182,SUCCESS,2,1,142.06,45475530.03,45475672.09,127,qaoa,227.2960000038147 -5183,SUCCESS,2,1,110724.67,45475672.09,45586396.76,127,random,177159.47199999096 -5184,SUCCESS,2,1,16554.24,45586396.76,45602951,127,qpeinexact,26486.78400000334 -5187,SUCCESS,2,1,3740.64,45602951,45606691.64,127,twolocalrandom,5985.024000000954 -5188,SUCCESS,2,1,3266.35,45606691.64,45609957.99,127,qnn,5226.160000002385 -5189,SUCCESS,2,1,1841.82,45609957.99,45611799.81,127,qpeinexact,2946.912000000477 -5190,SUCCESS,2,1,149.7,45611799.81,45611949.51,127,groundstate,239.51999999284746 -5191,SUCCESS,2,1,18324.79,45611949.51,45630274.3,127,ae,29319.66399999857 -5192,SUCCESS,2,1,168.74,45630274.3,45630443.04,127,ghz,269.9840000033379 -5194,SUCCESS,2,1,24450.93,45630443.04,45654893.97,127,qpeexact,39121.487999999525 -5195,SUCCESS,2,1,1681.95,45654893.97,45656575.92,127,dj,2691.1199999928476 -5196,SUCCESS,2,1,28217.26,45656575.92,45684793.18,127,realamprandom,45147.61600000859 -5197,SUCCESS,2,1,14141.68,45684793.18,45698934.86,127,qpeinexact,22626.687999999525 -5198,SUCCESS,2,1,4015.74,45698934.86,45702950.6,127,qft,6425.184000003338 -5199,SUCCESS,2,1,1117.45,45702950.6,45704068.05,127,ae,1787.9199999928476 -5200,SUCCESS,2,1,1688.92,45704068.05,45705756.97,127,ghz,2702.272000002861 -5201,SUCCESS,2,1,561.2,45705756.97,45706318.17,127,dj,897.9199999928475 -5202,SUCCESS,2,1,54.32,45706318.17,45706372.49,127,graphstate,86.91200001239777 -5203,SUCCESS,2,1,2976.52,45706372.49,45709349.01,127,ae,4762.431999993324 -5204,SUCCESS,2,1,33.17,45709349.01,45709382.18,127,ghz,53.072000002861024 -5205,SUCCESS,2,1,10096.7,45709382.18,45719478.88,127,qft,16154.719999992849 -5206,SUCCESS,2,1,291.2,45719478.88,45719770.08,127,graphstate,465.9200000047684 -5208,SUCCESS,2,1,6489.17,45719770.08,45726259.25,127,qwalk-v-chain,10382.672000002862 -5210,SUCCESS,2,1,1526.05,45726259.25,45727785.3,127,qft,2441.679999995232 -5211,SUCCESS,2,1,210.99,45727785.3,45727996.29,127,wstate,337.5840000033379 -5212,SUCCESS,2,1,48007.96,45727996.29,45776004.25,127,su2random,76812.73600000143 -5213,SUCCESS,2,1,826.43,45776004.25,45776830.68,127,dj,1322.2879999995232 -5215,SUCCESS,2,1,2046.7,45776830.68,45778877.38,127,ae,3274.7199999928475 -5216,SUCCESS,2,1,28022.96,45778877.38,45806900.34,127,su2random,44836.736000013356 -5217,SUCCESS,2,1,7361.93,45806900.34,45814262.27,127,qnn,11779.087999999523 -5218,SUCCESS,2,1,875.05,45814262.27,45815137.32,127,qnn,1400.0799999952317 -5219,SUCCESS,2,1,285.35,45815137.32,45815422.67,127,qpeexact,456.5600000023842 -5220,SUCCESS,2,1,88.85,45815422.67,45815511.52,127,graphstate,142.16000000238418 -5221,SUCCESS,2,1,1417.98,45815511.52,45816929.5,127,su2random,2268.767999994755 -5224,SUCCESS,2,1,2619.04,45816929.5,45819548.54,127,qft,4190.463999998569 -5225,SUCCESS,2,1,467.62,45819548.54,45820016.16,127,dj,748.1919999957086 -5226,SUCCESS,2,1,2140.1,45820016.16,45822156.26,127,qft,3424.1600000023845 -5227,SUCCESS,2,1,13256.76,45822156.26,45835413.02,127,ae,21210.816000008585 -5228,SUCCESS,2,1,138.22,45835413.02,45835551.24,127,ghz,221.15199998617175 -5231,SUCCESS,2,1,117.12,45835551.24,45835668.36,127,dj,187.3920000076294 -5232,SUCCESS,2,1,1105.6,45835668.36,45836773.96,127,graphstate,1768.9600000023843 -5233,SUCCESS,2,1,14810.29,45836773.96,45851584.25,127,su2random,23696.46399999857 -5234,SUCCESS,2,1,29325.93,45851584.25,45880910.18,127,twolocalrandom,46921.487999999525 -5235,SUCCESS,2,1,6084.41,45880910.18,45886994.59,127,ae,9735.055999994278 -5236,SUCCESS,2,1,8673.88,45886994.59,45895668.47,127,qft,13878.208000004292 -5238,SUCCESS,2,1,485.44,45895668.47,45896153.91,127,random,776.7039999961853 -5239,SUCCESS,2,1,1081.93,45896153.91,45897235.84,127,dj,1731.0880000114441 -5241,SUCCESS,2,1,2472.78,45897235.84,45899708.62,127,qftentangled,3956.447999989987 -5243,SUCCESS,2,1,10168.92,45899708.62,45909877.54,127,realamprandom,16270.272000002862 -5244,SUCCESS,2,1,99.71,45909877.54,45909977.25,127,qaoa,159.53600000143052 -5246,SUCCESS,2,1,1231.39,45909977.25,45911208.64,127,qnn,1970.2240000009538 -5247,SUCCESS,2,1,12667.38,45911208.64,45923876.02,127,twolocalrandom,20267.808000004294 -5248,SUCCESS,2,1,828.55,45923876.02,45924704.57,127,su2random,1325.6799999952318 -5249,SUCCESS,2,1,7830.52,45924704.57,45932535.09,127,twolocalrandom,12528.831999993325 -5251,SUCCESS,2,1,204394.79,45932535.09,46136929.88,127,random,327031.6640000105 -5252,SUCCESS,2,1,5256.77,46136929.88,46142186.65,127,qftentangled,8410.831999993325 -5253,SUCCESS,2,1,5285.65,46142186.65,46147472.3,127,twolocalrandom,8457.039999997616 -5254,SUCCESS,2,1,17881.54,46147472.3,46165353.84,127,qpeexact,28610.464000010492 -5255,SUCCESS,2,1,603.59,46165353.84,46165957.43,127,dj,965.7439999938011 -5256,SUCCESS,2,1,20431.09,46165957.43,46186388.52,127,qpeinexact,32689.744000005725 -5257,SUCCESS,2,1,5217.5,46186388.52,46191606.02,127,realamprandom,8347.99999998808 -5259,SUCCESS,2,1,1296.77,46191606.02,46192902.79,127,ghz,2074.8320000052454 -5262,SUCCESS,2,1,134.46,46192902.79,46193037.25,127,ghz,215.13600000143052 -5263,SUCCESS,2,1,715.89,46193037.25,46193753.14,127,random,1145.4240000009538 -5264,SUCCESS,2,1,7160.56,46193753.14,46200913.7,127,realamprandom,11456.896000003815 -5265,SUCCESS,2,1,25545.89,46200913.7,46226459.59,127,qpeexact,40873.423999989034 -5266,SUCCESS,2,1,2033.68,46226459.59,46228493.27,127,wstate,3253.888000011444 -5267,SUCCESS,2,1,36108.94,46228493.27,46264602.21,127,qft,57774.30399999619 -5270,SUCCESS,2,1,744,46264602.21,46265346.21,127,wstate,1190.4 -5272,SUCCESS,2,1,1025.93,46265346.21,46266372.14,127,realamprandom,1641.4879999995233 -5273,SUCCESS,2,1,3882.75,46266372.14,46270254.89,127,ae,6212.400000000001 -5275,SUCCESS,2,1,4688.79,46270254.89,46274943.68,127,ae,7502.06399999857 -5276,SUCCESS,2,1,333.82,46274943.68,46275277.5,127,graphstate,534.1120000004769 -5277,SUCCESS,2,1,19655.67,46275277.5,46294933.17,127,ae,31449.072000002863 -5279,SUCCESS,2,1,1301.09,46294933.17,46296234.26,127,wstate,2081.743999993801 -5280,SUCCESS,2,1,1788.78,46296234.26,46298023.04,127,qftentangled,2862.0480000019074 -5281,SUCCESS,2,1,8656.52,46298023.04,46306679.56,127,twolocalrandom,13850.431999993325 -5282,SUCCESS,2,1,472.53,46306679.56,46307152.09,127,graphstate,756.0480000019074 -5283,SUCCESS,2,1,5129.38,46307152.09,46312281.47,127,twolocalrandom,8207.008000004293 -5284,SUCCESS,2,1,2093.94,46312281.47,46314375.41,127,wstate,3350.3039999961857 -5285,SUCCESS,2,1,13581.83,46314375.41,46327957.24,127,ae,21730.92799999714 -5286,SUCCESS,2,1,1330.22,46327957.24,46329287.46,127,qpeinexact,2128.352000010014 -5287,SUCCESS,2,1,3669.46,46329287.46,46332956.92,127,wstate,5871.13599998951 -5288,SUCCESS,2,1,225.87,46332956.92,46333182.79,127,ghz,361.3920000076294 -5289,SUCCESS,2,1,1308.92,46333182.79,46334491.71,127,pricingput,2094.272000002861 -5290,SUCCESS,2,1,12261.28,46334491.71,46346752.99,127,realamprandom,19618.04800000191 -5291,SUCCESS,2,1,1641.34,46346752.99,46348394.33,127,ae,2626.143999993801 -5292,SUCCESS,2,1,62243.9,46348394.33,46410638.23,127,realamprandom,99590.23999999762 -5293,SUCCESS,2,1,18647.52,46410638.23,46429285.75,127,qft,29836.032000005245 -5294,SUCCESS,2,1,43034.54,46429285.75,46472320.29,127,qpeexact,68855.26399999857 -5295,SUCCESS,2,1,31179.92,46472320.29,46503500.21,127,twolocalrandom,49887.87200000286 -5296,SUCCESS,2,1,21505.99,46503500.21,46525006.2,127,twolocalrandom,34409.58399999142 -5299,SUCCESS,2,1,70.69,46525006.2,46525076.89,127,graphstate,113.10400000810624 -5300,SUCCESS,2,1,3804.03,46525076.89,46528880.92,127,twolocalrandom,6086.4480000019075 -5301,SUCCESS,2,1,11984.25,46528880.92,46540865.17,127,qpeexact,19174.79999998808 -5303,SUCCESS,2,1,17923.07,46540865.17,46558788.24,127,su2random,28676.9120000124 -5304,SUCCESS,2,1,13099.88,46558788.24,46571888.12,127,qpeexact,20959.807999992372 -5305,SUCCESS,2,1,26193.36,46571888.12,46598081.48,127,qnn,41909.37599999905 -5306,SUCCESS,2,1,3034.25,46598081.48,46601115.73,127,ae,4854.8 -5307,SUCCESS,2,1,189.63,46601115.73,46601305.36,127,graphstate,303.4080000042915 -5308,SUCCESS,2,1,13905.26,46601305.36,46615210.62,127,qft,22248.415999996665 -5310,SUCCESS,2,1,6264.76,46615210.62,46621475.38,127,qpeexact,10023.616000008584 -5311,SUCCESS,2,1,21941.48,46621475.38,46643416.86,127,qnn,35106.367999994756 -5312,SUCCESS,2,1,2297.55,46643416.86,46645714.41,127,wstate,3676.079999995232 -5313,SUCCESS,2,1,829.59,46645714.41,46646544,127,groundstate,1327.3440000057221 -5316,SUCCESS,2,1,1189.35,46646544,46647733.35,127,graphstate,1902.9600000023843 -5319,SUCCESS,2,1,1232.12,46647733.35,46648965.47,127,dj,1971.3919999957086 -5320,SUCCESS,2,1,1013.09,46648965.47,46649978.56,127,wstate,1620.9439999938013 -5321,SUCCESS,2,1,21133.69,46649978.56,46671112.25,127,qnn,33813.90400000811 -5322,SUCCESS,2,1,2709.99,46671112.25,46673822.24,127,qpeexact,4335.984000003338 -5323,SUCCESS,2,1,2747.18,46673822.24,46676569.42,127,realamprandom,4395.487999999524 -5324,SUCCESS,2,1,5879.83,46676569.42,46682449.25,127,twolocalrandom,9407.72799999714 -5325,SUCCESS,2,1,2937.13,46682449.25,46685386.38,127,qnn,4699.408000004291 -5326,SUCCESS,2,1,261.69,46685386.38,46685648.07,127,dj,418.7039999961853 -5327,SUCCESS,2,1,464.16,46685648.07,46686112.23,127,random,742.655999994278 -5329,SUCCESS,2,1,6326.25,46686112.23,46692438.48,127,su2random,10122.0 -5330,SUCCESS,2,1,2294.16,46692438.48,46694732.64,127,wstate,3670.656000006199 -5331,SUCCESS,2,1,45024,46694732.64,46739756.64,127,su2random,72038.40000000001 -5332,SUCCESS,2,1,2384.02,46739756.64,46742140.66,127,grover-v-chain,3814.4319999933246 -5333,SUCCESS,2,1,16253.03,46742140.66,46758393.69,127,qft,26004.848000001908 -5334,SUCCESS,2,1,201.7,46758393.69,46758595.39,127,ghz,322.7200000047684 -5335,SUCCESS,2,1,32439.09,46758595.39,46791034.48,127,random,51902.5439999938 -5337,SUCCESS,2,1,19434.02,46791034.48,46810468.5,127,qnn,31094.432000005247 -5338,SUCCESS,2,1,212.09,46810468.5,46810680.59,127,graphstate,339.34399999380116 -5339,SUCCESS,2,1,31429.46,46810680.59,46842110.05,127,ae,50287.13600000143 -5340,SUCCESS,2,1,204.79,46842110.05,46842314.84,127,vqe,327.66400001049044 -5341,SUCCESS,2,1,1755.45,46842314.84,46844070.29,127,dj,2808.7199999928475 -5342,SUCCESS,2,1,165.77,46844070.29,46844236.06,127,graphstate,265.2319999933243 -5344,SUCCESS,2,1,254.93,46844236.06,46844490.99,127,qftentangled,407.8879999995232 -5345,SUCCESS,2,1,4024.5,46844490.99,46848515.49,127,qnn,6439.200000000001 -5347,SUCCESS,2,1,192.65,46848515.49,46848708.14,127,graphstate,308.24000000953674 -5348,SUCCESS,2,1,7518.67,46848708.14,46856226.81,127,qpeinexact,12029.87199999094 -5349,SUCCESS,2,1,8509.7,46856226.81,46864736.51,127,qpeexact,13615.52000000477 -5350,SUCCESS,2,1,6997.36,46864736.51,46871733.87,127,qpeexact,11195.775999999047 -5351,SUCCESS,2,1,2978.86,46871733.87,46874712.73,127,realamprandom,4766.175999999046 -5352,SUCCESS,2,1,988.73,46874712.73,46875701.46,127,wstate,1581.9680000066758 -5353,SUCCESS,2,1,12093.86,46875701.46,46887795.32,127,qft,19350.175999999046 -5354,SUCCESS,2,1,3967.67,46887795.32,46891762.99,127,su2random,6348.2719999909405 -5355,SUCCESS,2,1,10982.73,46891762.99,46902745.72,127,qpeexact,17572.368000006678 -5356,SUCCESS,2,1,3512.56,46902745.72,46906258.28,127,qwalk-v-chain,5620.096000003815 -5357,SUCCESS,2,1,178908.96,46906258.28,47085167.24,127,random,286254.33599998953 -5359,SUCCESS,2,1,1335.88,47085167.24,47086503.12,127,graphstate,2137.408000004292 -5360,SUCCESS,2,1,19857.25,47086503.12,47106360.37,127,qpeinexact,31771.600000000002 -5362,SUCCESS,2,1,32389.97,47106360.37,47138750.34,127,twolocalrandom,51823.95200001002 -5363,SUCCESS,2,1,698.42,47138750.34,47139448.76,127,qftentangled,1117.47199999094 -5365,SUCCESS,2,1,1349.34,47139448.76,47140798.1,127,graphstate,2158.944000005722 -5366,SUCCESS,2,1,273.21,47140798.1,47141071.31,127,wstate,437.1359999895096 -5368,SUCCESS,2,1,1031.32,47141071.31,47142102.63,127,wstate,1650.1120000123979 -5370,SUCCESS,2,1,167.05,47142102.63,47142269.68,127,wstate,267.27999999523166 -5371,SUCCESS,2,1,6615.87,47142269.68,47148885.55,127,twolocalrandom,10585.391999995709 -5372,SUCCESS,2,1,6831.44,47148885.55,47155716.99,127,su2random,10930.303999996186 -5373,SUCCESS,2,1,4694.09,47155716.99,47160411.08,127,qft,7510.544000005722 -5374,SUCCESS,2,1,14405.84,47160411.08,47174816.92,127,qftentangled,23049.344000005724 -5375,SUCCESS,2,1,11173.15,47174816.92,47185990.07,127,qpeinexact,17877.039999997618 -5376,SUCCESS,2,1,120.17,47185990.07,47186110.24,127,graphstate,192.27200000286103 -5377,SUCCESS,2,1,25159.67,47186110.24,47211269.91,127,qnn,40255.47199999094 -5378,SUCCESS,2,1,4931.24,47211269.91,47216201.15,127,qwalk-v-chain,7889.984000003338 -5379,SUCCESS,2,1,5058.62,47216201.15,47221259.77,127,random,8093.79200000763 -5380,SUCCESS,2,1,8853.03,47221259.77,47230112.8,127,qftentangled,14164.847999989986 -5381,SUCCESS,2,1,790.81,47230112.8,47230903.61,127,twolocalrandom,1265.2960000038147 -5383,SUCCESS,2,1,85.68,47230903.61,47230989.29,127,ghz,137.08799999952316 -5384,SUCCESS,2,1,662.02,47230989.29,47231651.31,127,wstate,1059.2320000052453 -5386,SUCCESS,2,1,2406.73,47231651.31,47234058.04,127,qftentangled,3850.767999994755 -5387,SUCCESS,2,1,2893.48,47234058.04,47236951.52,127,ae,4629.568000006676 -5388,SUCCESS,2,1,7996.2,47236951.52,47244947.72,127,qpeexact,12793.919999992848 -5389,SUCCESS,2,1,913.76,47244947.72,47245861.48,127,dj,1462.0159999966622 -5390,SUCCESS,2,1,27572.66,47245861.48,47273434.14,127,twolocalrandom,44116.2560000062 -5391,SUCCESS,2,1,3776.12,47273434.14,47277210.26,127,qnn,6041.7919999957085 -5393,SUCCESS,2,1,4439.23,47277210.26,47281649.49,127,ghz,7102.768000006676 -5394,SUCCESS,2,1,223.71,47281649.49,47281873.2,127,ghz,357.93600000143056 -5395,SUCCESS,2,1,431.64,47281873.2,47282304.84,127,graphstate,690.6240000009537 -5396,SUCCESS,2,1,2560.89,47282304.84,47284865.73,127,qpeexact,4097.423999989033 -5398,SUCCESS,2,1,29567.1,47284865.73,47314432.83,127,qnn,47307.36000000239 -5400,SUCCESS,2,1,2627.45,47314432.83,47317060.28,127,qft,4203.920000004769 -5401,SUCCESS,2,1,669.29,47317060.28,47317729.57,127,pricingcall,1070.8639999985696 -5402,SUCCESS,2,1,852.86,47317729.57,47318582.43,127,wstate,1364.5759999990464 -5404,SUCCESS,2,1,130.17,47318582.43,47318712.6,127,ghz,208.27200000286103 -5405,SUCCESS,2,1,10787.67,47318712.6,47329500.27,127,realamprandom,17260.271999990942 -5406,SUCCESS,2,1,9938.06,47329500.27,47339438.33,127,qpeinexact,15900.896000003815 -5407,SUCCESS,2,1,463.81,47339438.33,47339902.14,127,wstate,742.0960000038148 -5408,SUCCESS,2,1,16870.98,47339902.14,47356773.12,127,qpeinexact,26993.567999994757 -5409,SUCCESS,2,1,3554.32,47356773.12,47360327.44,127,qft,5686.912000000477 -5410,SUCCESS,2,1,1988.29,47360327.44,47362315.73,127,dj,3181.2639999985695 -5411,SUCCESS,2,1,329.56,47362315.73,47362645.29,127,ae,527.2960000038147 -5413,SUCCESS,2,1,3825.67,47362645.29,47366470.96,127,qpeinexact,6121.072000002861 -5414,SUCCESS,2,1,1486.13,47366470.96,47367957.09,127,dj,2377.8080000042914 -5416,SUCCESS,2,1,3232.13,47367957.09,47371189.22,127,qnn,5171.407999992371 -5417,SUCCESS,2,1,1122.09,47371189.22,47372311.31,127,dj,1795.3440000057221 -5418,SUCCESS,2,1,363.93,47372311.31,47372675.24,127,ghz,582.2879999995232 -5420,SUCCESS,2,1,1050.14,47372675.24,47373725.38,127,ae,1680.2240000009538 -5422,SUCCESS,2,1,5464.32,47373725.38,47379189.7,127,random,8742.912000000477 -5423,SUCCESS,2,1,16313.41,47379189.7,47395503.11,127,qpeexact,26101.45599999428 -5424,SUCCESS,2,1,12242.01,47395503.11,47407745.12,127,qftentangled,19587.215999996664 -5425,SUCCESS,2,1,988.19,47407745.12,47408733.31,127,realamprandom,1581.1040000081064 -5426,SUCCESS,2,1,1454.5,47408733.31,47410187.81,127,portfoliovqe,2327.2000000000003 -5428,SUCCESS,2,1,1240.83,47410187.81,47411428.64,127,wstate,1985.3279999971392 -5429,SUCCESS,2,1,747.16,47411428.64,47412175.8,127,dj,1195.455999994278 -5430,SUCCESS,2,1,14513.66,47412175.8,47426689.46,127,ae,23221.8560000062 -5431,SUCCESS,2,1,2159.84,47426689.46,47428849.3,127,ghz,3455.7439999938015 -5432,SUCCESS,2,1,626.94,47428849.3,47429476.24,127,su2random,1003.1039999961854 -5433,SUCCESS,2,1,8963.13,47429476.24,47438439.37,127,su2random,14341.008000004293 -5434,SUCCESS,2,1,1040.14,47438439.37,47439479.51,127,qnn,1664.2240000009538 -5435,SUCCESS,2,1,16414.59,47439479.51,47455894.1,127,qpeinexact,26263.344000005724 -5436,SUCCESS,2,1,2397.49,47455894.1,47458291.59,127,qpeinexact,3835.984000003338 -5437,SUCCESS,2,1,7901.58,47458291.59,47466193.17,127,realamprandom,12642.527999997139 -5438,SUCCESS,2,1,14405.43,47466193.17,47480598.6,127,qpeexact,23048.687999999525 -5439,SUCCESS,2,1,2084.6,47480598.6,47482683.2,127,portfoliovqe,3335.3599999904636 -5440,SUCCESS,2,1,3972.09,47482683.2,47486655.29,127,qpeinexact,6355.344000005723 -5441,SUCCESS,2,1,28410,47486655.29,47515065.29,127,qft,45456.0 -5442,SUCCESS,2,1,699.09,47515065.29,47515764.38,127,wstate,1118.5440000057222 -5443,SUCCESS,2,1,1678.71,47515764.38,47517443.09,127,twolocalrandom,2685.936000001431 -5444,SUCCESS,2,1,13865.84,47517443.09,47531308.93,127,twolocalrandom,22185.343999993802 -5447,SUCCESS,2,1,1184.41,47531308.93,47532493.34,127,su2random,1895.055999994278 -5448,SUCCESS,2,1,29622.23,47532493.34,47562115.57,127,qnn,47395.56800000668 -5449,SUCCESS,2,1,973.85,47562115.57,47563089.42,127,qpeexact,1558.1600000023843 -5451,SUCCESS,2,1,31748.12,47563089.42,47594837.54,127,twolocalrandom,50796.99199999571 -5452,SUCCESS,2,1,239.72,47594837.54,47595077.26,127,graphstate,383.5519999980927 -5453,SUCCESS,2,1,293.7,47595077.26,47595370.96,127,wstate,469.9200000047684 -5456,SUCCESS,2,1,11483.3,47595370.96,47606854.26,127,qftentangled,18373.279999995233 -5457,SUCCESS,2,1,834.89,47606854.26,47607689.15,127,ghz,1335.8240000009537 -5458,SUCCESS,2,1,22943.16,47607689.15,47630632.31,127,ae,36709.05599999428 -5459,SUCCESS,2,1,17711.58,47630632.31,47648343.89,127,realamprandom,28338.52800000906 -5460,SUCCESS,2,1,1564.78,47648343.89,47649908.67,127,dj,2503.6479999899866 -5462,SUCCESS,2,1,17963.09,47649908.67,47667871.76,127,qnn,28740.944000005722 -5463,SUCCESS,2,1,5635.08,47667871.76,47673506.84,127,ae,9016.128000009061 -5464,SUCCESS,2,1,2970.86,47673506.84,47676477.7,127,dj,4753.375999999046 -5466,SUCCESS,2,1,10295.56,47676477.7,47686773.26,127,qpeexact,16472.895999991895 -5467,SUCCESS,2,1,1111.73,47686773.26,47687884.99,127,dj,1778.767999994755 -5468,SUCCESS,2,1,37285.56,47687884.99,47725170.55,127,realamprandom,59656.89600000382 -5469,SUCCESS,2,1,17069.23,47725170.55,47742239.78,127,qpeinexact,27310.768000006676 -5470,SUCCESS,2,1,22271.91,47742239.78,47764511.69,127,su2random,35635.05599999428 -5471,SUCCESS,2,1,12125.16,47764511.69,47776636.85,127,qftentangled,19400.2560000062 -5472,SUCCESS,2,1,11995.35,47776636.85,47788632.2,127,ae,19192.560000002384 -5473,SUCCESS,2,1,48058.5,47788632.2,47836690.7,127,su2random,76893.6 -5474,SUCCESS,2,1,2840.05,47836690.7,47839530.75,127,ae,4544.079999995231 -5475,SUCCESS,2,1,378.64,47839530.75,47839909.39,127,dj,605.8240000009537 -5476,SUCCESS,2,1,2058,47839909.39,47841967.39,127,ghz,3292.8 -5478,SUCCESS,2,1,1009.53,47841967.39,47842976.92,127,graphstate,1615.2480000019075 -5479,SUCCESS,2,1,338.66,47842976.92,47843315.58,127,wstate,541.855999994278 -5480,SUCCESS,2,1,19713.75,47843315.58,47863029.33,127,qftentangled,31542.0 -5481,SUCCESS,2,1,59929.73,47863029.33,47922959.06,127,twolocalrandom,95887.56800000668 -5482,SUCCESS,2,1,5060,47922959.06,47928019.06,127,qft,8096.0 -5483,SUCCESS,2,1,30435.18,47928019.06,47958454.24,127,qpeinexact,48696.28799999953 -5484,SUCCESS,2,1,2963.18,47958454.24,47961417.42,127,realamprandom,4741.087999987602 -5485,SUCCESS,2,1,21987.05,47961417.42,47983404.47,127,su2random,35179.28000000715 -5486,SUCCESS,2,1,3104.39,47983404.47,47986508.86,127,su2random,4967.024000000954 -5487,SUCCESS,2,1,2283.45,47986508.86,47988792.31,127,wstate,3653.5200000047685 -5488,SUCCESS,2,1,8343.04,47988792.31,47997135.35,127,su2random,13348.86399999857 -5490,SUCCESS,2,1,3227.95,47997135.35,48000363.3,127,portfoliovqe,5164.719999992848 -5491,SUCCESS,2,1,84.25,48000363.3,48000447.55,127,graphstate,134.8 -5492,SUCCESS,2,1,4148.13,48000447.55,48004595.68,127,su2random,6637.008000004292 -5493,SUCCESS,2,1,22994.48,48004595.68,48027590.16,127,twolocalrandom,36791.16799999476 -5494,SUCCESS,2,1,2267.16,48027590.16,48029857.32,127,pricingput,3627.4560000061992 -5495,SUCCESS,2,1,321.13,48029857.32,48030178.45,127,dj,513.8079999923706 -5496,SUCCESS,2,1,24494.22,48030178.45,48054672.67,127,realamprandom,39190.751999998094 -5497,SUCCESS,2,1,38431.65,48054672.67,48093104.32,127,qftentangled,61490.64000000954 -5498,SUCCESS,2,1,11893.88,48093104.32,48104998.2,127,pricingput,19030.20799999237 -5500,SUCCESS,2,1,14676.23,48104998.2,48119674.43,127,twolocalrandom,23481.968000006676 -5503,SUCCESS,2,1,3484.03,48119674.43,48123158.46,127,wstate,5574.4480000019075 -5504,SUCCESS,2,1,46123.32,48123158.46,48169281.78,127,random,73797.31200000049 -5505,SUCCESS,2,1,11508.52,48169281.78,48180790.3,127,realamprandom,18413.631999993326 -5506,SUCCESS,2,1,2207.2,48180790.3,48182997.5,127,dj,3531.5200000047685 -5507,SUCCESS,2,1,10226.64,48182997.5,48193224.14,127,qft,16362.624000000955 -5508,SUCCESS,2,1,3027.25,48193224.14,48196251.39,127,qft,4843.6 -5509,SUCCESS,2,1,13162.48,48196251.39,48209413.87,127,qft,21059.967999994755 -5511,SUCCESS,2,1,753.28,48209413.87,48210167.15,127,qnn,1205.2480000019075 -5512,SUCCESS,2,1,86.24,48210167.15,48210253.39,127,graphstate,137.98400000333785 -5513,SUCCESS,2,1,7988.84,48210253.39,48218242.23,127,twolocalrandom,12782.143999993801 -5514,SUCCESS,2,1,474.21,48218242.23,48218716.44,127,graphstate,758.7360000014305 -5517,SUCCESS,2,1,12394.48,48218716.44,48231110.92,127,qftentangled,19831.167999994756 -5519,SUCCESS,2,1,73619.86,48231110.92,48304730.78,127,realamprandom,117791.77600001097 -5521,SUCCESS,2,1,221.1,48304730.78,48304951.88,127,graphstate,353.76000000238423 -5522,SUCCESS,2,1,5348.33,48304951.88,48310300.21,127,su2random,8557.32799999714 -5524,SUCCESS,2,1,23515.92,48310300.21,48333816.13,127,qpeinexact,37625.47200000286 -5526,SUCCESS,2,1,319.6,48333816.13,48334135.73,127,twolocalrandom,511.3599999904633 -5527,SUCCESS,2,1,16076.22,48334135.73,48350211.95,127,su2random,25721.951999998095 -5528,SUCCESS,2,1,95.37,48350211.95,48350307.32,127,vqe,152.5920000076294 -5529,SUCCESS,2,1,4510.54,48350307.32,48354817.86,127,realamprandom,7216.86399999857 -5530,SUCCESS,2,1,27061.84,48354817.86,48381879.7,127,random,43298.94400000572 -5531,SUCCESS,2,1,87348.8,48381879.7,48469228.5,127,random,139758.07999999524 -5532,SUCCESS,2,1,25841.33,48469228.5,48495069.83,127,random,41346.127999997145 -5533,SUCCESS,2,1,29458.03,48495069.83,48524527.86,127,qwalk-noancilla,47132.84800000191 -5534,SUCCESS,2,1,1111.92,48524527.86,48525639.78,127,qftentangled,1779.0720000028612 -5535,SUCCESS,2,1,167.55,48525639.78,48525807.33,127,dj,268.0799999952316 -5536,SUCCESS,2,1,2446.09,48525807.33,48528253.42,127,qpeinexact,3913.7440000057222 -5537,SUCCESS,2,1,202.02,48528253.42,48528455.44,127,ghz,323.2319999933243 -5538,SUCCESS,2,1,128.93,48528455.44,48528584.37,127,graphstate,206.28799999952318 -5539,SUCCESS,2,1,480.78,48528584.37,48529065.15,127,graphstate,769.2480000019074 -5540,SUCCESS,2,1,6456.29,48529065.15,48535521.44,127,wstate,10330.06399999857 -5541,SUCCESS,2,1,505,48535521.44,48536026.44,127,wstate,808.0 -5542,SUCCESS,2,1,507.31,48536026.44,48536533.75,127,qpeexact,811.6960000038148 -5543,SUCCESS,2,1,597.53,48536533.75,48537131.28,127,wstate,956.0480000019074 -5544,SUCCESS,2,1,19125.25,48537131.28,48556256.53,127,ae,30600.4 -5545,SUCCESS,2,1,51970.47,48556256.53,48608227,127,realamprandom,83152.7519999981 -5546,SUCCESS,2,1,15545.5,48608227,48623772.5,127,ae,24872.800000000003 -5547,SUCCESS,2,1,3644.28,48623772.5,48627416.78,127,random,5830.848000001908 -5548,SUCCESS,2,1,2721.02,48627416.78,48630137.8,127,ghz,4353.631999993325 -5549,SUCCESS,2,1,1027.28,48630137.8,48631165.08,127,qftentangled,1643.6480000019073 -5550,SUCCESS,2,1,28855.17,48631165.08,48660020.25,127,qpeexact,46168.272000002864 -5551,SUCCESS,2,1,209,48660020.25,48660229.25,127,graphstate,334.40000000000003 -5552,SUCCESS,2,1,10170.46,48660229.25,48670399.71,127,twolocalrandom,16272.73600000143 -5553,SUCCESS,2,1,448.66,48670399.71,48670848.37,127,graphstate,717.855999994278 -5554,SUCCESS,2,1,6880.28,48670848.37,48677728.65,127,qnn,11008.448000001908 -5555,SUCCESS,2,1,522.92,48677728.65,48678251.57,127,wstate,836.6720000028611 -5556,SUCCESS,2,1,1836.14,48678251.57,48680087.71,127,portfoliovqe,2937.8240000009537 -5557,SUCCESS,2,1,208.41,48680087.71,48680296.12,127,graphstate,333.455999994278 -5558,SUCCESS,2,1,6114.98,48680296.12,48686411.1,127,qft,9783.968000006676 -5560,SUCCESS,2,1,255.23,48686411.1,48686666.33,127,graphstate,408.3679999947548 -5561,SUCCESS,2,1,11837.26,48686666.33,48698503.59,127,qftentangled,18939.615999996662 -5562,SUCCESS,2,1,7962.29,48698503.59,48706465.88,127,qnn,12739.66400001049 -5563,SUCCESS,2,1,1884.11,48706465.88,48708349.99,127,qpeinexact,3014.5759999990464 -5564,SUCCESS,2,1,72546.51,48708349.99,48780896.5,127,random,116074.41599999667 -5565,SUCCESS,2,1,104.65,48780896.5,48781001.15,127,graphstate,167.4399999976158 -5566,SUCCESS,2,1,29419.44,48781001.15,48810420.59,127,qnn,47071.10400000811 -5567,SUCCESS,2,1,10431.49,48810420.59,48820852.08,127,ae,16690.383999991416 -5568,SUCCESS,2,1,1933.61,48820852.08,48822785.69,127,su2random,3093.7759999990467 -5569,SUCCESS,2,1,2724.44,48822785.69,48825510.13,127,qft,4359.103999996186 -5570,SUCCESS,2,1,36354.05,48825510.13,48861864.18,127,twolocalrandom,58166.480000007155 -5571,SUCCESS,2,1,28182.71,48861864.18,48890046.89,127,qft,45092.336000001436 -5572,SUCCESS,2,1,1173.98,48890046.89,48891220.87,127,qpeexact,1878.3679999947549 -5573,SUCCESS,2,1,21966.85,48891220.87,48913187.72,127,qpeexact,35146.960000002386 -5574,SUCCESS,2,1,2463.55,48913187.72,48915651.27,127,qft,3941.679999995232 -5575,SUCCESS,2,1,3413.03,48915651.27,48919064.3,127,ae,5460.848000001908 -5576,SUCCESS,2,1,671.36,48919064.3,48919735.66,127,qpeinexact,1074.1759999990463 -5578,SUCCESS,2,1,877.63,48919735.66,48920613.29,127,dj,1404.2080000042915 -5579,SUCCESS,2,1,180.33,48920613.29,48920793.62,127,dj,288.527999997139 -5580,SUCCESS,2,1,17447.03,48920793.62,48938240.65,127,twolocalrandom,27915.24800000191 -5581,SUCCESS,2,1,4146.32,48938240.65,48942386.97,127,ae,6634.112000000478 -5582,SUCCESS,2,1,12775.91,48942386.97,48955162.88,127,qpeexact,20441.4560000062 -5583,SUCCESS,2,1,8166.11,48955162.88,48963328.99,127,qwalk-v-chain,13065.775999999047 -5584,SUCCESS,2,1,8012.56,48963328.99,48971341.55,127,realamprandom,12820.095999991894 -5585,SUCCESS,2,1,1425.13,48971341.55,48972766.68,127,dj,2280.2080000042915 -5587,SUCCESS,2,1,50.04,48972766.68,48972816.72,127,ghz,80.0639999985695 -5589,SUCCESS,2,1,35075.51,48972816.72,49007892.23,127,qpeinexact,56120.81599999667 -5590,SUCCESS,2,1,21150.15,49007892.23,49029042.38,127,qft,33840.24000000954 -5592,SUCCESS,2,1,4861.42,49029042.38,49033903.8,127,qpeexact,7778.2719999909405 -5593,SUCCESS,2,1,27581.34,49033903.8,49061485.14,127,qftentangled,44130.14400000573 -5594,SUCCESS,2,1,6001.35,49061485.14,49067486.49,127,qpeinexact,9602.159999990463 -5595,SUCCESS,2,1,18273.31,49067486.49,49085759.8,127,qft,29237.296000003815 -5597,SUCCESS,2,1,25732.62,49085759.8,49111492.42,127,su2random,41172.19199999571 -5598,SUCCESS,2,1,16515.22,49111492.42,49128007.64,127,qpeexact,26424.352000010014 -5599,SUCCESS,2,1,27807.16,49128007.64,49155814.8,127,realamprandom,44491.45599999428 -5600,SUCCESS,2,1,2658.52,49155814.8,49158473.32,127,su2random,4253.632000005246 -5601,SUCCESS,2,1,10435.51,49158473.32,49168908.83,127,qft,16696.815999996663 -5603,SUCCESS,2,1,735.87,49168908.83,49169644.7,127,portfoliovqe,1177.3920000076293 -5604,SUCCESS,2,1,14752.3,49169644.7,49184397,127,qpeexact,23603.679999995235 -5605,SUCCESS,2,1,335.96,49184397,49184732.96,127,ghz,537.5360000014306 -5607,SUCCESS,2,1,613.26,49184732.96,49185346.22,127,qnn,981.2159999966622 -5608,SUCCESS,2,1,98708.02,49185346.22,49284054.24,127,random,157932.83200000526 -5610,SUCCESS,2,1,465.23,49284054.24,49284519.47,127,realamprandom,744.3679999947549 -5611,SUCCESS,2,1,36086.23,49284519.47,49320605.7,127,twolocalrandom,57737.96800000668 -5613,SUCCESS,2,1,6618.43,49320605.7,49327224.13,127,qftentangled,10589.487999999525 -5614,SUCCESS,2,1,307.95,49327224.13,49327532.08,127,wstate,492.7199999928475 -5615,SUCCESS,2,1,8151.86,49327532.08,49335683.94,127,ae,13042.975999999047 -5616,SUCCESS,2,1,283699.71,49335683.94,49619383.65,127,qwalk-noancilla,453919.5360000015 -5617,SUCCESS,2,1,3867.96,49619383.65,49623251.61,127,twolocalrandom,6188.7360000014305 -5618,SUCCESS,2,1,2317.06,49623251.61,49625568.67,127,realamprandom,3707.2960000038147 -5619,SUCCESS,2,1,20351.03,49625568.67,49645919.7,127,qpeinexact,32561.648000001907 -5620,SUCCESS,2,1,4868.18,49645919.7,49650787.88,127,qpeexact,7789.087999987602 -5621,SUCCESS,2,1,13849.2,49650787.88,49664637.08,127,qpeinexact,22158.72000000477 -5622,SUCCESS,2,1,382.19,49664637.08,49665019.27,127,qft,611.5039999961854 -5623,SUCCESS,2,1,29625.82,49665019.27,49694645.09,127,twolocalrandom,47401.31200000048 -5624,SUCCESS,2,1,2250.63,49694645.09,49696895.72,127,qpeinexact,3601.0080000042917 -5625,SUCCESS,2,1,22275.92,49696895.72,49719171.64,127,random,35641.47200000286 -5626,SUCCESS,2,1,2546.74,49719171.64,49721718.38,127,su2random,4074.783999991417 -5628,SUCCESS,2,1,66.86,49721718.38,49721785.24,127,vqe,106.97599999904634 -5629,SUCCESS,2,1,23898.94,49721785.24,49745684.18,127,ae,38238.30400000811 -5630,SUCCESS,2,1,5334.52,49745684.18,49751018.7,127,qpeinexact,8535.231999993324 -5631,SUCCESS,2,1,11647.32,49751018.7,49762666.02,127,qpeinexact,18635.712000012398 -5632,SUCCESS,2,1,12897.55,49762666.02,49775563.57,127,ae,20636.079999995232 -5633,SUCCESS,2,1,37486.9,49775563.57,49813050.47,127,qpeinexact,59979.03999999762 -5635,SUCCESS,2,1,3268.29,49813050.47,49816318.76,127,qnn,5229.2639999985695 -5636,SUCCESS,2,1,6818.86,49816318.76,49823137.62,127,ae,10910.175999999046 -5637,SUCCESS,2,1,2743.4,49823137.62,49825881.02,127,ghz,4389.440000009537 -5638,SUCCESS,2,1,22242.79,49825881.02,49848123.81,127,qnn,35588.463999998574 -5639,SUCCESS,2,1,5568.76,49848123.81,49853692.57,127,twolocalrandom,8910.015999996662 -5640,SUCCESS,2,1,21833.73,49853692.57,49875526.3,127,su2random,34933.967999994755 -5641,SUCCESS,2,1,20691.03,49875526.3,49896217.33,127,qft,33105.64800000191 -5644,SUCCESS,2,1,448.06,49896217.33,49896665.39,127,dj,716.8960000038147 -5645,SUCCESS,2,1,2067,49896665.39,49898732.39,127,wstate,3307.2000000000003 -5646,SUCCESS,2,1,7567.16,49898732.39,49906299.55,127,qft,12107.45599999428 -5647,SUCCESS,2,1,2340.22,49906299.55,49908639.77,127,wstate,3744.3519999980927 -5648,SUCCESS,2,1,514.67,49908639.77,49909154.44,127,ghz,823.472000002861 -5650,SUCCESS,2,1,7742.64,49909154.44,49916897.08,127,qpeexact,12388.224000000955 -5652,SUCCESS,2,1,6667.42,49916897.08,49923564.5,127,realamprandom,10667.872000002862 -5653,SUCCESS,2,1,1183.96,49923564.5,49924748.46,127,portfoliovqe,1894.3360000014306 -5654,SUCCESS,2,1,784.16,49924748.46,49925532.62,127,dj,1254.655999994278 -5655,SUCCESS,2,1,4909.68,49925532.62,49930442.3,127,qnn,7855.487999999524 -5657,SUCCESS,2,1,597.75,49930442.3,49931040.05,127,dj,956.4000000000001 -5659,SUCCESS,2,1,15325.26,49931040.05,49946365.31,127,qpeinexact,24520.416000008583 -5662,SUCCESS,2,1,44691.74,49946365.31,49991057.05,127,realamprandom,71506.78399999141 -5663,SUCCESS,2,1,1108.9,49991057.05,49992165.95,127,dj,1774.239999997616 -5665,SUCCESS,2,1,109.33,49992165.95,49992275.28,127,qaoa,174.92800000905993 -5666,SUCCESS,2,1,98.28,49992275.28,49992373.56,127,vqe,157.24800000190737 -5667,SUCCESS,2,1,1607.7,49992373.56,49993981.26,127,dj,2572.3199999928474 -5669,SUCCESS,2,1,545.94,49993981.26,49994527.2,127,qft,873.5040000081062 -5670,SUCCESS,2,1,577.89,49994527.2,49995105.09,127,dj,924.6239999890328 -5672,SUCCESS,2,1,22045.76,49995105.09,50017150.85,127,qnn,35273.216000008586 -5673,SUCCESS,2,1,9052.99,50017150.85,50026203.84,127,twolocalrandom,14484.78400000334 -5674,SUCCESS,2,1,6568.36,50026203.84,50032772.2,127,su2random,10509.375999987125 -5675,SUCCESS,2,1,47882.17,50032772.2,50080654.37,127,random,76611.47200000286 -5677,SUCCESS,2,1,290.89,50080654.37,50080945.26,127,ghz,465.4240000009537 -5678,SUCCESS,2,1,5953.55,50080945.26,50086898.81,127,wstate,9525.680000007153 -5679,SUCCESS,2,1,53194.45,50086898.81,50140093.26,127,realamprandom,85111.11999999285 -5681,SUCCESS,2,1,1380.84,50140093.26,50141474.1,127,random,2209.344000005722 -5683,SUCCESS,2,1,22424.58,50141474.1,50163898.68,127,ae,35879.32799999714 -5684,SUCCESS,2,1,3057.7,50163898.68,50166956.38,127,su2random,4892.319999992847 -5685,SUCCESS,2,1,4668.64,50166956.38,50171625.02,127,qft,7469.824000012875 -5688,SUCCESS,2,1,8086.6,50171625.02,50179711.62,127,qft,12938.559999990464 -5690,SUCCESS,2,1,10730.51,50179711.62,50190442.13,127,qftentangled,17168.816000008585 -5692,SUCCESS,2,1,13213.23,50190442.13,50203655.36,127,qft,21141.167999994756 -5693,SUCCESS,2,1,4977.32,50203655.36,50208632.68,127,qft,7963.712000000477 -5694,SUCCESS,2,1,2960.83,50208632.68,50211593.51,127,qft,4737.327999997139 -5696,SUCCESS,2,1,26426.77,50211593.51,50238020.28,127,su2random,42282.83200000525 -5697,SUCCESS,2,1,1221.46,50238020.28,50239241.74,127,qnn,1954.3360000014306 -5698,SUCCESS,2,1,1831.81,50239241.74,50241073.55,127,graphstate,2930.895999991894 -5699,SUCCESS,2,1,5420.7,50241073.55,50246494.25,127,realamprandom,8673.120000004768 -5701,SUCCESS,2,1,8229.2,50246494.25,50254723.45,127,qnn,13166.719999992849 -5702,SUCCESS,2,1,5682.3,50254723.45,50260405.75,127,realamprandom,9091.680000007153 -5706,SUCCESS,2,1,17948.17,50260405.75,50278353.92,127,su2random,28717.07199999094 -5707,SUCCESS,2,1,42666.36,50278353.92,50321020.28,127,qnn,68266.17600001096 -5708,SUCCESS,2,1,16618.96,50321020.28,50337639.24,127,su2random,26590.336000001433 -5710,SUCCESS,2,1,510.41,50337639.24,50338149.65,127,qnn,816.655999994278 -5712,SUCCESS,2,1,24308.3,50338149.65,50362457.95,127,qft,38893.27999999523 -5713,SUCCESS,2,1,9318.43,50362457.95,50371776.38,127,qpeinexact,14909.488000011444 -5715,SUCCESS,2,1,119216.56,50371776.38,50490992.94,127,random,190746.4959999919 -5716,SUCCESS,2,1,1396.95,50490992.94,50492389.89,127,wstate,2235.1200000047684 -5717,SUCCESS,2,1,1565.6,50492389.89,50493955.49,127,qnn,2504.9600000023843 -5718,SUCCESS,2,1,6308.83,50493955.49,50500264.32,127,random,10094.12799999714 -5719,SUCCESS,2,1,2124.71,50500264.32,50502389.03,127,dj,3399.5360000014307 -5721,SUCCESS,2,1,101.13,50502389.03,50502490.16,127,graphstate,161.8079999923706 -5722,SUCCESS,2,1,5780.42,50502490.16,50508270.58,127,qpeinexact,9248.672000002862 -5723,SUCCESS,2,1,2072.24,50508270.58,50510342.82,127,qftentangled,3315.584000003338 -5725,SUCCESS,2,1,4202.62,50510342.82,50514545.44,127,wstate,6724.191999995709 -5726,SUCCESS,2,1,8011.86,50514545.44,50522557.3,127,ae,12818.975999999047 -5727,SUCCESS,2,1,764.2,50522557.3,50523321.5,127,qftentangled,1222.7200000047685 -5728,SUCCESS,2,1,25579.22,50523321.5,50548900.72,127,su2random,40926.751999998094 -5729,SUCCESS,2,1,23758.14,50548900.72,50572658.86,127,qpeinexact,38013.02400000096 -5730,SUCCESS,2,1,10250.15,50572658.86,50582909.01,127,qpeexact,16400.239999997615 -5731,SUCCESS,2,1,5280.9,50582909.01,50588189.91,127,twolocalrandom,8449.439999997616 -5732,SUCCESS,2,1,17761.78,50588189.91,50605951.69,127,qft,28418.848000001908 -5733,SUCCESS,2,1,5632,50605951.69,50611583.69,127,realamprandom,9011.2 -5734,SUCCESS,2,1,12829.23,50611583.69,50624412.92,127,qpeexact,20526.768000006676 -5735,SUCCESS,2,1,4715.99,50624412.92,50629128.91,127,qpeinexact,7545.583999991417 -5736,SUCCESS,2,1,3732.99,50629128.91,50632861.9,127,qft,5972.784000003338 -5737,SUCCESS,2,1,12159.2,50632861.9,50645021.1,127,qftentangled,19454.72000000477 -5738,SUCCESS,2,1,21961.11,50645021.1,50666982.21,127,realamprandom,35137.775999999045 -5741,SUCCESS,2,1,616.81,50666982.21,50667599.02,127,graphstate,986.8960000038147 -5742,SUCCESS,2,1,9846.08,50667599.02,50677445.1,127,qft,15753.72799999714 -5743,SUCCESS,2,1,5903.54,50677445.1,50683348.64,127,realamprandom,9445.66399999857 -5744,SUCCESS,2,1,583.83,50683348.64,50683932.47,127,ghz,934.127999997139 -5745,SUCCESS,2,1,743.12,50683932.47,50684675.59,127,qft,1188.9920000076295 -5746,SUCCESS,2,1,42406.65,50684675.59,50727082.24,127,su2random,67850.6399999857 -5747,SUCCESS,2,1,3895.15,50727082.24,50730977.39,127,qft,6232.240000009537 -5750,SUCCESS,2,1,1151.68,50730977.39,50732129.07,127,graphstate,1842.6879999995233 -5752,SUCCESS,2,1,3045.93,50732129.07,50735175,127,realamprandom,4873.487999999524 -5753,SUCCESS,2,1,1187.66,50735175,50736362.66,127,realamprandom,1900.255999994278 -5754,SUCCESS,2,1,19645.78,50736362.66,50756008.44,127,realamprandom,31433.24800000191 -5757,SUCCESS,2,1,310.53,50756008.44,50756318.97,127,graphstate,496.8480000019074 -5758,SUCCESS,2,1,109.49,50756318.97,50756428.46,127,graphstate,175.18400000333787 -5762,SUCCESS,2,1,4287.29,50756428.46,50760715.75,127,realamprandom,6859.66399999857 -5763,SUCCESS,2,1,35.96,50760715.75,50760751.71,127,vqe,57.536000001430516 -5764,SUCCESS,2,1,8822.15,50760751.71,50769573.86,127,random,14115.439999997616 -5765,SUCCESS,2,1,34814.13,50769573.86,50804387.99,127,qnn,55702.607999992375 -5766,SUCCESS,2,1,79.12,50804387.99,50804467.11,127,graphstate,126.5920000076294 -5767,SUCCESS,2,1,4559.45,50804467.11,50809026.56,127,qftentangled,7295.119999992848 -5768,SUCCESS,2,1,7663.52,50809026.56,50816690.08,127,qpeinexact,12261.632000005246 -5769,SUCCESS,2,1,5887.52,50816690.08,50822577.6,127,qft,9420.032000005245 -5770,SUCCESS,2,1,97.33,50822577.6,50822674.93,127,graphstate,155.727999997139 -5771,SUCCESS,2,1,22755.95,50822674.93,50845430.88,127,ae,36409.51999999285 -5772,SUCCESS,2,1,41432.41,50845430.88,50886863.29,127,twolocalrandom,66291.8560000062 -5773,SUCCESS,2,1,417.48,50886863.29,50887280.77,127,graphstate,667.9680000066758 -5774,SUCCESS,2,1,4047.78,50887280.77,50891328.55,127,qpeexact,6476.447999989987 -5775,SUCCESS,2,1,24546.41,50891328.55,50915874.96,127,qpeexact,39274.2560000062 -5776,SUCCESS,2,1,516.36,50915874.96,50916391.32,127,portfolioqaoa,826.1759999990463 -5777,SUCCESS,2,1,5331.39,50916391.32,50921722.71,127,qpeinexact,8530.224000000953 -5778,SUCCESS,2,1,51687.49,50921722.71,50973410.2,127,twolocalrandom,82699.98400000334 -5779,SUCCESS,2,1,75.27,50973410.2,50973485.47,127,wstate,120.43199999332428 -5780,SUCCESS,2,1,65.28,50973485.47,50973550.75,127,graphstate,104.44800000190736 -5782,SUCCESS,2,1,286.13,50973550.75,50973836.88,127,wstate,457.80800000429156 -5783,SUCCESS,2,1,18088.92,50973836.88,50991925.8,127,twolocalrandom,28942.271999990942 -5784,SUCCESS,2,1,1860.1,50991925.8,50993785.9,127,twolocalrandom,2976.1600000023845 -5785,SUCCESS,2,1,73.46,50993785.9,50993859.36,127,ghz,117.53600000143052 -5786,SUCCESS,2,1,37503.19,50993859.36,51031362.55,127,qnn,60005.10399999619 -5788,SUCCESS,2,1,90.85,51031362.55,51031453.4,127,wstate,145.3600000023842 -5790,SUCCESS,2,1,116162.84,51031453.4,51147616.24,127,random,185860.54399999382 -5791,SUCCESS,2,1,380.65,51147616.24,51147996.89,127,graphstate,609.0400000095368 -5793,SUCCESS,2,1,9939.6,51147996.89,51157936.49,127,qft,15903.360000002385 -5794,SUCCESS,2,1,8350.28,51157936.49,51166286.77,127,qftentangled,13360.448000001908 -5795,SUCCESS,2,1,233.16,51166286.77,51166519.93,127,ghz,373.05599999427795 -5796,SUCCESS,2,1,13307.38,51166519.93,51179827.31,127,qpeinexact,21291.808000004294 -5797,SUCCESS,2,1,92345.8,51179827.31,51272173.11,127,random,147753.27999999523 -5798,SUCCESS,2,1,6700.38,51272173.11,51278873.49,127,qpeexact,10720.608000004293 -5799,SUCCESS,2,1,5525.49,51278873.49,51284398.98,127,wstate,8840.783999991418 -5800,SUCCESS,2,1,1870.43,51284398.98,51286269.41,127,ghz,2992.6879999995235 -5801,SUCCESS,2,1,5227.28,51286269.41,51291496.69,127,ae,8363.648000001907 -5802,SUCCESS,2,1,1096.9,51291496.69,51292593.59,127,graphstate,1755.040000009537 -5803,SUCCESS,2,1,8349.45,51292593.59,51300943.04,127,realamprandom,13359.119999992849 -5805,SUCCESS,2,1,59546.57,51300943.04,51360489.61,127,random,95274.51200000048 -5806,SUCCESS,2,1,10109.47,51360489.61,51370599.08,127,realamprandom,16175.151999998094 -5807,SUCCESS,2,1,20702.13,51370599.08,51391301.21,127,realamprandom,33123.408000004296 -5808,SUCCESS,2,1,49715.5,51391301.21,51441016.71,127,su2random,79544.8 -5809,SUCCESS,2,1,799.06,51441016.71,51441815.77,127,wstate,1278.4959999918938 -5810,SUCCESS,2,1,330.85,51441815.77,51442146.62,127,wstate,529.3600000023843 -5811,SUCCESS,2,1,251.48,51442146.62,51442398.1,127,graphstate,402.36800000667574 -5813,SUCCESS,2,1,787.02,51442398.1,51443185.12,127,realamprandom,1259.2319999933243 -5814,SUCCESS,2,1,1173.74,51443185.12,51444358.86,127,qpeinexact,1877.984000003338 -5817,SUCCESS,2,1,2947.09,51444358.86,51447305.95,127,qnn,4715.343999993801 -5819,SUCCESS,2,1,1018.51,51447305.95,51448324.46,127,wstate,1629.6160000085831 -5820,SUCCESS,2,1,3627.75,51448324.46,51451952.21,127,qpeexact,5804.400000000001 -5821,SUCCESS,2,1,197235.32,51451952.21,51649187.53,127,random,315576.5120000005 -5822,SUCCESS,2,1,156.6,51649187.53,51649344.13,127,graphstate,250.5600000023842 -5823,SUCCESS,2,1,642.23,51649344.13,51649986.36,127,wstate,1027.567999994755 -5824,SUCCESS,2,1,11222.22,51649986.36,51661208.58,127,qnn,17955.551999998093 -5825,SUCCESS,2,1,14875.78,51661208.58,51676084.36,127,qpeinexact,23801.24800000191 -5827,SUCCESS,2,1,1981.88,51676084.36,51678066.24,127,qnn,3171.0080000042917 -5828,SUCCESS,2,1,2649.09,51678066.24,51680715.33,127,qpeexact,4238.543999993802 -5829,SUCCESS,2,1,2851.59,51680715.33,51683566.92,127,qft,4562.544000005722 -5830,SUCCESS,2,1,138.36,51683566.92,51683705.28,127,ghz,221.37599999904634 -5831,SUCCESS,2,1,4149.02,51683705.28,51687854.3,127,wstate,6638.431999993325 -5832,SUCCESS,2,1,21130.92,51687854.3,51708985.22,127,random,33809.47200000286 -5833,SUCCESS,2,1,2547.25,51708985.22,51711532.47,127,ghz,4075.6000000000004 -5834,SUCCESS,2,1,2164.37,51711532.47,51713696.84,127,dj,3462.9920000076295 -5836,SUCCESS,2,1,3951.37,51713696.84,51717648.21,127,random,6322.191999995709 -5837,SUCCESS,2,1,25392.92,51717648.21,51743041.13,127,qpeexact,40628.672000002865 -5838,SUCCESS,2,1,9127.76,51743041.13,51752168.89,127,su2random,14604.415999996663 -5839,SUCCESS,2,1,492.76,51752168.89,51752661.65,127,wstate,788.4159999966622 -5840,SUCCESS,2,1,9348.51,51752661.65,51762010.16,127,ae,14957.615999996662 -5841,SUCCESS,2,1,22099.81,51762010.16,51784109.97,127,qft,35359.696000003816 -5842,SUCCESS,2,1,20012.91,51784109.97,51804122.88,127,qpeinexact,32020.6560000062 -5843,SUCCESS,2,1,85237.05,51804122.88,51889359.93,127,random,136379.27999999523 -5844,SUCCESS,2,1,892.18,51889359.93,51890252.11,127,pricingput,1427.4879999995233 -5845,SUCCESS,2,1,6937.42,51890252.11,51897189.53,127,qft,11099.872000002862 -5846,SUCCESS,2,1,177399.31,51897189.53,52074588.84,127,random,283838.8959999919 -5847,SUCCESS,2,1,1316.78,52074588.84,52075905.62,127,wstate,2106.8480000019076 -5848,SUCCESS,2,1,2613.72,52075905.62,52078519.34,127,wstate,4181.951999998093 -5849,SUCCESS,2,1,1323.58,52078519.34,52079842.92,127,graphstate,2117.72800000906 -5850,SUCCESS,2,1,9927.67,52079842.92,52089770.59,127,qpeinexact,15884.272000002862 -5851,SUCCESS,2,1,2810.79,52089770.59,52092581.38,127,su2random,4497.263999986649 -5854,SUCCESS,2,1,327.35,52092581.38,52092908.73,127,wstate,523.7600000023842 -5855,SUCCESS,2,1,1529.47,52092908.73,52094438.2,127,ghz,2447.151999998093 -5856,SUCCESS,2,1,9025.72,52094438.2,52103463.92,127,qpeexact,14441.152000010014 -5857,SUCCESS,2,1,1104.92,52103463.92,52104568.84,127,dj,1767.8719999909401 -5858,SUCCESS,2,1,2743.91,52104568.84,52107312.75,127,qnn,4390.256000006199 -5859,SUCCESS,2,1,911.9,52107312.75,52108224.65,127,realamprandom,1459.039999997616 -5860,SUCCESS,2,1,20205.03,52108224.65,52128429.68,127,twolocalrandom,32328.04800000191 -5861,SUCCESS,2,1,21959.37,52128429.68,52150389.05,127,su2random,35134.99199999571 -5862,SUCCESS,2,1,13930.15,52150389.05,52164319.2,127,su2random,22288.240000009537 -5863,SUCCESS,2,1,1190.97,52164319.2,52165510.17,127,random,1905.5519999980927 -5864,SUCCESS,2,1,2165.11,52165510.17,52167675.28,127,qft,3464.1759999990463 -5865,SUCCESS,2,1,1857,52167675.28,52169532.28,127,qpeexact,2971.2000000000003 -5866,SUCCESS,2,1,45043.52,52169532.28,52214575.8,127,realamprandom,72069.63199999333 -5869,SUCCESS,2,1,972.5,52214575.8,52215548.3,127,wstate,1556.0 -5870,SUCCESS,2,1,1730.94,52215548.3,52217279.24,127,qnn,2769.5040000081062 -5871,SUCCESS,2,1,12665.62,52217279.24,52229944.86,127,qwalk-v-chain,20264.99199999571 -5873,SUCCESS,2,1,1873.7,52229944.86,52231818.56,127,qftentangled,2997.9200000047686 -5874,SUCCESS,2,1,16028.38,52231818.56,52247846.94,127,realamprandom,25645.40799999237 -5875,SUCCESS,2,1,23265.15,52247846.94,52271112.09,127,qpeinexact,37224.24000000954 -5876,SUCCESS,2,1,3530.29,52271112.09,52274642.38,127,qft,5648.46399999857 -5877,SUCCESS,2,1,615.9,52274642.38,52275258.28,127,qftentangled,985.4399999976158 -5878,SUCCESS,2,1,1726.27,52275258.28,52276984.55,127,dj,2762.0319999933245 -5879,SUCCESS,2,1,239.84,52276984.55,52277224.39,127,wstate,383.74400000572206 -5881,SUCCESS,2,1,64709.16,52277224.39,52341933.55,127,twolocalrandom,103534.65599999428 -5882,SUCCESS,2,1,43964.39,52341933.55,52385897.94,127,random,70343.02400000095 -5884,SUCCESS,2,1,20445.01,52385897.94,52406342.95,127,qpeexact,32712.015999996664 -5885,SUCCESS,2,1,1222.57,52406342.95,52407565.52,127,portfolioqaoa,1956.1120000123979 -5887,SUCCESS,2,1,2001.71,52407565.52,52409567.23,127,qnn,3202.7359999895098 -5888,SUCCESS,2,1,481.88,52409567.23,52410049.11,127,wstate,771.0080000042916 -5889,SUCCESS,2,1,22926.41,52410049.11,52432975.52,127,su2random,36682.2560000062 -5890,SUCCESS,2,1,34181.2,52432975.52,52467156.72,127,random,54689.91999999285 -5891,SUCCESS,2,1,28374.67,52467156.72,52495531.39,127,random,45399.47200000286 -5892,SUCCESS,2,1,1674.96,52495531.39,52497206.35,127,dj,2679.936000001431 -5893,SUCCESS,2,1,6135.3,52497206.35,52503341.65,127,qftentangled,9816.479999995232 -5894,SUCCESS,2,1,8213.1,52503341.65,52511554.75,127,qft,13140.960000002386 -5895,SUCCESS,2,1,9412.5,52511554.75,52520967.25,127,qpeinexact,15060.0 -5896,SUCCESS,2,1,4345.48,52520967.25,52525312.73,127,grover-v-chain,6952.767999994755 -5897,SUCCESS,2,1,6643,52525312.73,52531955.73,127,realamprandom,10628.800000000001 -5898,SUCCESS,2,1,1341.4,52531955.73,52533297.13,127,qftentangled,2146.2400000095367 -5899,SUCCESS,2,1,21488.09,52533297.13,52554785.22,127,realamprandom,34380.943999993804 -5900,SUCCESS,2,1,609.7,52554785.22,52555394.92,127,wstate,975.5199999928475 -5901,SUCCESS,2,1,5392.67,52555394.92,52560787.59,127,qpeinexact,8628.272000014782 -5902,SUCCESS,2,1,1225.96,52560787.59,52562013.55,127,wstate,1961.5359999895097 -5903,SUCCESS,2,1,1535.92,52562013.55,52563549.47,127,dj,2457.472000002861 -5904,SUCCESS,2,1,2995.52,52563549.47,52566544.99,127,dj,4792.832000005245 -5905,SUCCESS,2,1,94.99,52566544.99,52566639.98,127,graphstate,151.98399999141694 -5908,SUCCESS,2,1,6448.53,52566639.98,52573088.51,127,ae,10317.648000001907 -5909,SUCCESS,2,1,757.62,52573088.51,52573846.13,127,qpeexact,1212.1920000076295 -5910,SUCCESS,2,1,835.66,52573846.13,52574681.79,127,wstate,1337.055999994278 -5911,SUCCESS,2,1,1225.71,52574681.79,52575907.5,127,wstate,1961.1360000014306 -5912,SUCCESS,2,1,1082.9,52575907.5,52576990.4,127,realamprandom,1732.6399999976159 -5913,SUCCESS,2,1,2208.56,52576990.4,52579198.96,127,qnn,3533.696000003815 -5914,SUCCESS,2,1,112808.23,52579198.96,52692007.19,127,random,180493.16799999477 -5916,SUCCESS,2,1,64349.84,52692007.19,52756357.03,127,su2random,102959.74400000572 -5917,SUCCESS,2,1,52301.36,52756357.03,52808658.39,127,realamprandom,83682.17599999905 -5918,SUCCESS,2,1,505.75,52808658.39,52809164.14,127,dj,809.2 -5920,SUCCESS,2,1,4210.99,52809164.14,52813375.13,127,pricingcall,6737.583999991417 -5922,SUCCESS,2,1,33521.65,52813375.13,52846896.78,127,twolocalrandom,53634.64000000954 -5923,SUCCESS,2,1,19227.78,52846896.78,52866124.56,127,ae,30764.44800000191 -5924,SUCCESS,2,1,1831.04,52866124.56,52867955.6,127,wstate,2929.6639999985696 -5926,SUCCESS,2,1,28944.86,52867955.6,52896900.46,127,random,46311.77599999905 -5927,SUCCESS,2,1,1281.84,52896900.46,52898182.3,127,dj,2050.9439999938013 -5929,SUCCESS,2,1,17769.18,52898182.3,52915951.48,127,qpeinexact,28430.687999999525 -5930,SUCCESS,2,1,223.16,52915951.48,52916174.64,127,tsp,357.05600000619893 -5933,SUCCESS,2,1,2652.56,52916174.64,52918827.2,127,ghz,4244.095999991894 -5934,SUCCESS,2,1,14401.16,52918827.2,52933228.36,127,qft,23041.8560000062 -5936,SUCCESS,2,1,222.04,52933228.36,52933450.4,127,ghz,355.2639999985695 -5937,SUCCESS,2,1,1932.12,52933450.4,52935382.52,127,qnn,3091.391999995709 -5938,SUCCESS,2,1,2865.01,52935382.52,52938247.53,127,su2random,4584.016000008583 -5939,SUCCESS,2,1,3367.36,52938247.53,52941614.89,127,realamprandom,5387.775999999047 -5940,SUCCESS,2,1,833.59,52941614.89,52942448.48,127,ghz,1333.7439999938013 -5941,SUCCESS,2,1,20770.73,52942448.48,52963219.21,127,ae,33233.16800000668 -5942,SUCCESS,2,1,50940.23,52963219.21,53014159.44,127,su2random,81504.36799999476 -5943,SUCCESS,2,1,416.58,53014159.44,53014576.02,127,qpeexact,666.52800000906 -5944,SUCCESS,2,1,59.3,53014576.02,53014635.32,127,graphstate,94.87999999523163 -5945,SUCCESS,2,1,7583.31,53014635.32,53022218.63,127,qftentangled,12133.296000003815 -5946,SUCCESS,2,1,7599.55,53022218.63,53029818.18,127,ae,12159.279999995233 -5947,SUCCESS,2,1,568.14,53029818.18,53030386.32,127,su2random,909.0240000009537 -5949,SUCCESS,2,1,22765.02,53030386.32,53053151.34,127,twolocalrandom,36424.032000005245 -5950,SUCCESS,2,1,747.34,53053151.34,53053898.68,127,wstate,1195.7439999938013 -5951,SUCCESS,2,1,5140.31,53053898.68,53059038.99,127,ae,8224.496000003815 -5952,SUCCESS,2,1,158.16,53059038.99,53059197.15,127,ghz,253.05599999427795 -5953,SUCCESS,2,1,452.95,53059197.15,53059650.1,127,dj,724.7200000047684 -5954,SUCCESS,2,1,13491.82,53059650.1,53073141.92,127,qpeinexact,21586.91199998856 -5956,SUCCESS,2,1,12260.77,53073141.92,53085402.69,127,qftentangled,19617.232000005246 -5957,SUCCESS,2,1,6016.89,53085402.69,53091419.58,127,twolocalrandom,9627.024000000954 -5958,SUCCESS,2,1,4263.32,53091419.58,53095682.9,127,qft,6821.312000000477 -5959,SUCCESS,2,1,599.37,53095682.9,53096282.27,127,qaoa,958.9919999957085 -5961,SUCCESS,2,1,2000.01,53096282.27,53098282.28,127,realamprandom,3200.0160000085834 -5962,SUCCESS,2,1,1147.71,53098282.28,53099429.99,127,portfolioqaoa,1836.3359999895097 -5963,SUCCESS,2,1,49258.93,53099429.99,53148688.92,127,twolocalrandom,78814.28800001145 -5964,SUCCESS,2,1,234.81,53148688.92,53148923.73,127,ghz,375.6959999918938 -5965,SUCCESS,2,1,1841.43,53148923.73,53150765.16,127,ghz,2946.2879999995234 -5966,SUCCESS,2,1,1960.92,53150765.16,53152726.08,127,dj,3137.472000002861 -5969,SUCCESS,2,1,2611.63,53152726.08,53155337.71,127,qpeinexact,4178.608000004292 -5970,SUCCESS,2,1,7285.14,53155337.71,53162622.85,127,twolocalrandom,11656.224000000955 -5973,SUCCESS,2,1,468.15,53162622.85,53163091,127,groundstate,749.0399999976158 -5974,SUCCESS,2,1,122.88,53163091,53163213.88,127,graphstate,196.60800000429154 -5976,SUCCESS,2,1,6954.9,53163213.88,53170168.78,127,qft,11127.839999997617 -5977,SUCCESS,2,1,10408.21,53170168.78,53180576.99,127,qwalk-v-chain,16653.13599998951 -5978,SUCCESS,2,1,25997.41,53180576.99,53206574.4,127,realamprandom,41595.8560000062 -5979,SUCCESS,2,1,53.73,53206574.4,53206628.13,127,ghz,85.96799999475479 -5980,SUCCESS,2,1,9378.48,53206628.13,53216006.61,127,ae,15005.568000006677 -5981,SUCCESS,2,1,632.87,53216006.61,53216639.48,127,groundstate,1012.5919999957085 -5982,SUCCESS,2,1,384.4,53216639.48,53217023.88,127,ghz,615.0399999976158 -5983,SUCCESS,2,1,109.91,53217023.88,53217133.79,127,ghz,175.85600000619888 -5984,SUCCESS,2,1,14447.56,53217133.79,53231581.35,127,ae,23116.096000003818 -5985,SUCCESS,2,1,2275.05,53231581.35,53233856.4,127,qft,3640.079999995232 -5986,SUCCESS,2,1,923.77,53233856.4,53234780.17,127,qpeinexact,1478.0320000052452 -5987,SUCCESS,2,1,940.11,53234780.17,53235720.28,127,wstate,1504.1759999990463 -5988,SUCCESS,2,1,298.7,53235720.28,53236018.98,127,dj,477.91999999284747 -5989,SUCCESS,2,1,20246.46,53236018.98,53256265.44,127,qpeexact,32394.336000001433 -5990,SUCCESS,2,1,35682.9,53256265.44,53291948.34,127,su2random,57092.64000000954 -5991,SUCCESS,2,1,8028.09,53291948.34,53299976.43,127,qpeinexact,12844.943999993802 -5992,SUCCESS,2,1,408.18,53299976.43,53300384.61,127,graphstate,653.0879999995232 -5993,SUCCESS,2,1,3561.67,53300384.61,53303946.28,127,twolocalrandom,5698.672000002862 -5994,SUCCESS,2,1,195.39,53303946.28,53304141.67,127,graphstate,312.62399998903277 -5996,SUCCESS,2,1,133.91,53304141.67,53304275.58,127,graphstate,214.2560000061989 -5997,SUCCESS,2,1,16139.26,53304275.58,53320414.84,127,qft,25822.815999996663 -5999,SUCCESS,2,1,44.59,53320414.84,53320459.43,127,ghz,71.34400000572205 -6000,SUCCESS,2,1,112.92,53320459.43,53320572.35,127,graphstate,180.67200000286104 -6001,SUCCESS,2,1,219.68,53320572.35,53320792.03,127,ghz,351.4879999995232 -6002,SUCCESS,2,1,82689.51,53320792.03,53403481.54,127,twolocalrandom,132303.21599999667 -6003,SUCCESS,2,1,5396.59,53403481.54,53408878.13,127,twolocalrandom,8634.5439999938 -6004,SUCCESS,2,1,20767.58,53408878.13,53429645.71,127,ae,33228.12800000906 -6006,SUCCESS,2,1,3865.3,53429645.71,53433511.01,127,su2random,6184.479999995232 -6008,SUCCESS,2,1,2318.7,53433511.01,53435829.71,127,portfolioqaoa,3709.9200000047686 -6010,SUCCESS,2,1,23466.96,53435829.71,53459296.67,127,ae,37547.13600000143 -6012,SUCCESS,2,1,50319.12,53459296.67,53509615.79,127,qnn,80510.59199999571 -6013,SUCCESS,2,1,30691.9,53509615.79,53540307.69,127,qnn,49107.03999999762 -6014,SUCCESS,2,1,3481.98,53540307.69,53543789.67,127,qpeexact,5571.1679999947555 -6015,SUCCESS,2,1,7384.8,53543789.67,53551174.47,127,twolocalrandom,11815.680000007153 -6016,SUCCESS,2,1,1206.59,53551174.47,53552381.06,127,portfolioqaoa,1930.5439999938012 -6017,SUCCESS,2,1,1033.45,53552381.06,53553414.51,127,dj,1653.5200000047685 -6018,SUCCESS,2,1,132.08,53553414.51,53553546.59,127,graphstate,211.3280000090599 -6020,SUCCESS,2,1,496.17,53553546.59,53554042.76,127,qpeinexact,793.8719999909401 -6022,SUCCESS,2,1,2885.99,53554042.76,53556928.75,127,dj,4617.584000003338 -6023,SUCCESS,2,1,8035.11,53556928.75,53564963.86,127,twolocalrandom,12856.175999999046 -6024,SUCCESS,2,1,144.17,53564963.86,53565108.03,127,dj,230.67200000286104 -6025,SUCCESS,2,1,1721.02,53565108.03,53566829.05,127,ghz,2753.6319999933244 -6026,SUCCESS,2,1,18935.21,53566829.05,53585764.26,127,qpeinexact,30296.336000001433 -6027,SUCCESS,2,1,2030.94,53585764.26,53587795.2,127,qft,3249.5040000081062 -6028,SUCCESS,2,1,19100.58,53587795.2,53606895.78,127,qpeexact,30560.92799999714 -6029,SUCCESS,2,1,32383.28,53606895.78,53639279.06,127,realamprandom,51813.24799998999 -6030,SUCCESS,2,1,818.83,53639279.06,53640097.89,127,graphstate,1310.12800000906 -6031,SUCCESS,2,1,847.38,53640097.89,53640945.27,127,qpeexact,1355.8080000042917 -6032,SUCCESS,2,1,868.79,53640945.27,53641814.06,127,portfoliovqe,1390.0639999866487 -6033,SUCCESS,2,1,1603.69,53641814.06,53643417.75,127,wstate,2565.9040000081063 -6035,SUCCESS,2,1,2986.08,53643417.75,53646403.83,127,qnn,4777.727999997139 -6036,SUCCESS,2,1,100920.67,53646403.83,53747324.5,127,random,161473.07200000287 -6040,SUCCESS,2,1,12926.36,53747324.5,53760250.86,127,ae,20682.175999999046 -6041,SUCCESS,2,1,144.88,53760250.86,53760395.74,127,graphstate,231.80800000429156 -6042,SUCCESS,2,1,24054.96,53760395.74,53784450.7,127,qft,38487.93599998951 -6043,SUCCESS,2,1,782.39,53784450.7,53785233.09,127,qpeexact,1251.8240000128746 -6044,SUCCESS,2,1,1089.98,53785233.09,53786323.07,127,qft,1743.9679999947548 -6046,SUCCESS,2,1,6279.94,53786323.07,53792603.01,127,qnn,10047.903999996186 -6047,SUCCESS,2,1,4714.67,53792603.01,53797317.68,127,twolocalrandom,7543.472000002861 -6048,SUCCESS,2,1,1456.5,53797317.68,53798774.18,127,dj,2330.4 -6050,SUCCESS,2,1,32604.36,53798774.18,53831378.54,127,twolocalrandom,52166.97599999905 -6052,SUCCESS,2,1,958.75,53831378.54,53832337.29,127,portfoliovqe,1534.0 -6053,SUCCESS,2,1,59551.99,53832337.29,53891889.28,127,su2random,95283.18400000334 -6054,SUCCESS,2,1,1334.14,53891889.28,53893223.42,127,ghz,2134.6239999890327 -6055,SUCCESS,2,1,10032.22,53893223.42,53903255.64,127,qpeinexact,16051.552000010015 -6056,SUCCESS,2,1,7770.35,53903255.64,53911025.99,127,su2random,12432.560000002384 -6057,SUCCESS,2,1,64.04,53911025.99,53911090.03,127,graphstate,102.46399999856949 -6058,SUCCESS,2,1,11811.52,53911090.03,53922901.55,127,ae,18898.431999993325 -6059,SUCCESS,2,1,4793.94,53922901.55,53927695.49,127,ae,7670.304000008106 -6060,SUCCESS,2,1,5447.2,53927695.49,53933142.69,127,qpeexact,8715.519999992848 -6061,SUCCESS,2,1,1467.73,53933142.69,53934610.42,127,su2random,2348.3680000066756 -6062,SUCCESS,2,1,487.91,53934610.42,53935098.33,127,dj,780.655999994278 -6063,SUCCESS,2,1,8841.57,53935098.33,53943939.9,127,qftentangled,14146.512000000477 -6064,SUCCESS,2,1,8954.93,53943939.9,53952894.83,127,qpeexact,14327.887999999524 -6065,SUCCESS,2,1,2908.91,53952894.83,53955803.74,127,twolocalrandom,4654.255999994278 -6066,SUCCESS,2,1,1092.96,53955803.74,53956896.7,127,su2random,1748.7360000014305 -6067,SUCCESS,2,1,144.23,53956896.7,53957040.93,127,graphstate,230.76800000667572 -6068,SUCCESS,2,1,5834.35,53957040.93,53962875.28,127,qpeexact,9334.960000002384 -6069,SUCCESS,2,1,2302.04,53962875.28,53965177.32,127,wstate,3683.2639999985695 -6070,SUCCESS,2,1,16962.74,53965177.32,53982140.06,127,ae,27140.38399999142 -6071,SUCCESS,2,1,71.8,53982140.06,53982211.86,127,graphstate,114.88000000715256 -6072,SUCCESS,2,1,14687.22,53982211.86,53996899.08,127,qft,23499.551999998093 -6073,SUCCESS,2,1,2589.11,53996899.08,53999488.19,127,qnn,4142.575999999047 -6075,SUCCESS,2,1,757.62,53999488.19,54000245.81,127,dj,1212.1920000076295 -6076,SUCCESS,2,1,103.08,54000245.81,54000348.89,127,graphstate,164.92799999713898 -6078,SUCCESS,2,1,2992.81,54000348.89,54003341.7,127,qpeinexact,4788.495999991894 -6079,SUCCESS,2,1,44426.88,54003341.7,54047768.58,127,random,71083.0080000043 -6080,SUCCESS,2,1,963.74,54047768.58,54048732.32,127,graphstate,1541.984000003338 -6081,SUCCESS,2,1,4802.3,54048732.32,54053534.62,127,qft,7683.679999995232 -6083,SUCCESS,2,1,1589.16,54053534.62,54055123.78,127,qnn,2542.656000006199 -6084,SUCCESS,2,1,2190.69,54055123.78,54057314.47,127,qftentangled,3505.1039999961854 -6086,SUCCESS,2,1,120.01,54057314.47,54057434.48,127,ghz,192.01599999666215 -6090,SUCCESS,2,1,678.09,54057434.48,54058112.57,127,graphstate,1084.944000005722 -6091,SUCCESS,2,1,4054.98,54058112.57,54062167.55,127,wstate,6487.967999994755 -6092,SUCCESS,2,1,205.52,54062167.55,54062373.07,127,wstate,328.8320000052452 -6093,SUCCESS,2,1,11790.18,54062373.07,54074163.25,127,qpeexact,18864.287999999524 -6094,SUCCESS,2,1,2479.79,54074163.25,54076643.04,127,dj,3967.6639999985696 -6095,SUCCESS,2,1,1625.19,54076643.04,54078268.23,127,qpeexact,2600.3039999961857 -6096,SUCCESS,2,1,115581.39,54078268.23,54193849.62,127,random,184930.22400000098 -6097,SUCCESS,2,1,2676.86,54193849.62,54196526.48,127,qnn,4282.9759999990465 -6098,SUCCESS,2,1,3835.86,54196526.48,54200362.34,127,twolocalrandom,6137.376000010968 -6099,SUCCESS,2,1,1327.85,54200362.34,54201690.19,127,su2random,2124.5599999904634 -6100,SUCCESS,2,1,801.1,54201690.19,54202491.29,127,dj,1281.7600000023842 -6103,SUCCESS,2,1,14767.16,54202491.29,54217258.45,127,ae,23627.4560000062 -6104,SUCCESS,2,1,590.81,54217258.45,54217849.26,127,su2random,945.2959999918938 -6106,SUCCESS,2,1,44343.85,54217849.26,54262193.11,127,realamprandom,70950.16000000239 -6107,SUCCESS,2,1,1436.41,54262193.11,54263629.52,127,wstate,2298.255999994278 -6108,SUCCESS,2,1,4647.44,54263629.52,54268276.96,127,wstate,7435.904000008107 -6109,SUCCESS,2,1,17845.16,54268276.96,54286122.12,127,random,28552.25599999428 -6111,SUCCESS,2,1,3265.53,54286122.12,54289387.65,127,qftentangled,5224.848000001908 -6112,SUCCESS,2,1,37363.91,54289387.65,54326751.56,127,random,59782.2560000062 -6114,SUCCESS,2,1,45411.51,54326751.56,54372163.07,127,random,72658.41599999667 -6115,SUCCESS,2,1,1412.8,54372163.07,54373575.87,127,ae,2260.4799999952315 -6116,SUCCESS,2,1,2500.46,54373575.87,54376076.33,127,dj,4000.7360000014305 -6117,SUCCESS,2,1,2066.32,54376076.33,54378142.65,127,ae,3306.112000000477 -6118,SUCCESS,2,1,1869.63,54378142.65,54380012.28,127,dj,2991.408000004292 -6121,SUCCESS,2,1,290.99,54380012.28,54380303.27,127,ghz,465.5840000033379 -6122,SUCCESS,2,1,4491.17,54380303.27,54384794.44,127,wstate,7185.871999990941 -6123,SUCCESS,2,1,528.87,54384794.44,54385323.31,127,dj,846.1920000076294 -6126,SUCCESS,2,1,4674.42,54385323.31,54389997.73,127,qpeexact,7479.071999990941 -6129,SUCCESS,2,1,3036.83,54389997.73,54393034.56,127,twolocalrandom,4858.9279999971395 -6132,SUCCESS,2,1,207.65,54393034.56,54393242.21,127,ghz,332.24000000953674 -6133,SUCCESS,2,1,5659.93,54393242.21,54398902.14,127,realamprandom,9055.887999999524 -6134,SUCCESS,2,1,11269.97,54398902.14,54410172.11,127,qpeexact,18031.951999998095 -6135,SUCCESS,2,1,3688.66,54410172.11,54413860.77,127,qpeinexact,5901.856000006199 -6137,SUCCESS,2,1,9177.18,54413860.77,54423037.95,127,twolocalrandom,14683.487999987603 -6138,SUCCESS,2,1,104.96,54423037.95,54423142.91,127,graphstate,167.93600000143053 -6139,SUCCESS,2,1,47755.28,54423142.91,54470898.19,127,su2random,76408.44800000191 -6140,SUCCESS,2,1,293.81,54470898.19,54471192,127,graphstate,470.0960000038147 -6142,SUCCESS,2,1,4558.35,54471192,54475750.35,127,ae,7293.360000002384 -6143,SUCCESS,2,1,548.14,54475750.35,54476298.49,127,graphstate,877.0239999890327 -6144,SUCCESS,2,1,575.73,54476298.49,54476874.22,127,ae,921.1680000066758 -6145,SUCCESS,2,1,9353.98,54476874.22,54486228.2,127,qpeinexact,14966.368000006676 -6146,SUCCESS,2,1,79.65,54486228.2,54486307.85,127,graphstate,127.43999999761581 -6147,SUCCESS,2,1,22448.12,54486307.85,54508755.97,127,qpeexact,35916.99199999571 -6148,SUCCESS,2,1,7813.5,54508755.97,54516569.47,127,qpeinexact,12501.6 -6149,SUCCESS,2,1,4078.28,54516569.47,54520647.75,127,realamprandom,6525.248000001908 -6150,SUCCESS,2,1,15576.62,54520647.75,54536224.37,127,ae,24922.59199999571 -6151,SUCCESS,2,1,840.84,54536224.37,54537065.21,127,graphstate,1345.3440000057221 -6153,SUCCESS,2,1,897.09,54537065.21,54537962.3,127,dj,1435.3439999938012 -6154,SUCCESS,2,1,31556.39,54537962.3,54569518.69,127,su2random,50490.224000000955 -6155,SUCCESS,2,1,3725.62,54569518.69,54573244.31,127,dj,5960.991999995709 -6156,SUCCESS,2,1,17152.09,54573244.31,54590396.4,127,random,27443.344000005724 -6158,SUCCESS,2,1,13159.52,54590396.4,54603555.92,127,qnn,21055.232000005246 -6159,SUCCESS,2,1,33659.79,54603555.92,54637215.71,127,qpeinexact,53855.66399999857 -6160,SUCCESS,2,1,795.72,54637215.71,54638011.43,127,su2random,1273.1519999980928 -6161,SUCCESS,2,1,8673.77,54638011.43,54646685.2,127,qnn,13878.031999993325 -6162,SUCCESS,2,1,17420.41,54646685.2,54664105.61,127,ae,27872.6560000062 -6163,SUCCESS,2,1,255.59,54664105.61,54664361.2,127,graphstate,408.94400000572205 -6164,SUCCESS,2,1,110.52,54664361.2,54664471.72,127,wstate,176.8319999933243 -6165,SUCCESS,2,1,571.45,54664471.72,54665043.17,127,graphstate,914.3200000047684 -6166,SUCCESS,2,1,26622.32,54665043.17,54691665.49,127,qft,42595.71200000048 -6167,SUCCESS,2,1,1168.62,54691665.49,54692834.11,127,ghz,1869.7919999957085 -6170,SUCCESS,2,1,15533.87,54692834.11,54708367.98,127,qft,24854.19199999571 -6171,SUCCESS,2,1,6671.09,54708367.98,54715039.07,127,realamprandom,10673.744000005723 -6172,SUCCESS,2,1,461.99,54715039.07,54715501.06,127,wstate,739.183999991417 -6173,SUCCESS,2,1,582.17,54715501.06,54716083.23,127,portfolioqaoa,931.472000002861 -6174,SUCCESS,2,1,16357.6,54716083.23,54732440.83,127,qpeexact,26172.160000002386 -6175,SUCCESS,2,1,76.12,54732440.83,54732516.95,127,ghz,121.7920000076294 -6176,SUCCESS,2,1,11442.05,54732516.95,54743959,127,twolocalrandom,18307.279999995233 -6177,SUCCESS,2,1,75.1,54743959,54744034.1,127,dj,120.1600000023842 -6179,SUCCESS,2,1,148220.76,54744034.1,54892254.86,127,random,237153.21599999667 -6180,SUCCESS,2,1,648.4,54892254.86,54892903.26,127,wstate,1037.4399999976158 -6181,SUCCESS,2,1,1788.54,54892903.26,54894691.8,127,qpeinexact,2861.6639999985696 -6182,SUCCESS,2,1,6941.48,54894691.8,54901633.28,127,qft,11106.368000006676 -6183,SUCCESS,2,1,659.46,54901633.28,54902292.74,127,wstate,1055.1360000014306 -6184,SUCCESS,2,1,20313.79,54902292.74,54922606.53,127,ae,32502.063999998572 -6185,SUCCESS,2,1,47970.15,54922606.53,54970576.68,127,realamprandom,76752.23999999762 -6186,SUCCESS,2,1,6649.4,54970576.68,54977226.08,127,qpeinexact,10639.039999997616 -6188,SUCCESS,2,1,359.25,54977226.08,54977585.33,127,graphstate,574.8000000000001 -6189,SUCCESS,2,1,1043.03,54977585.33,54978628.36,127,su2random,1668.8480000019074 -6191,SUCCESS,2,1,31605.04,54978628.36,55010233.4,127,twolocalrandom,50568.06399999857 -6194,SUCCESS,2,1,166.74,55010233.4,55010400.14,127,graphstate,266.7840000033379 -6196,SUCCESS,2,1,12885.05,55010400.14,55023285.19,127,random,20616.079999995232 -6197,SUCCESS,2,1,890.31,55023285.19,55024175.5,127,ghz,1424.4960000038147 -6198,SUCCESS,2,1,3011.98,55024175.5,55027187.48,127,qpeinexact,4819.167999994755 -6199,SUCCESS,2,1,5818.72,55027187.48,55033006.2,127,random,9309.952000010015 -6201,SUCCESS,2,1,1960.87,55033006.2,55034967.07,127,qpeinexact,3137.391999995709 -6202,SUCCESS,2,1,3769.92,55034967.07,55038736.99,127,qft,6031.872000002862 -6203,SUCCESS,2,1,4533.66,55038736.99,55043270.65,127,qnn,7253.855999994278 -6204,SUCCESS,2,1,1971.85,55043270.65,55045242.5,127,random,3154.9600000023843 -6206,SUCCESS,2,1,18996.85,55045242.5,55064239.35,127,qft,30394.960000002386 -6207,SUCCESS,2,1,13740.88,55064239.35,55077980.23,127,qpeinexact,21985.40799999237 -6209,SUCCESS,2,1,6969.27,55077980.23,55084949.5,127,qpeinexact,11150.832000005246 -6210,SUCCESS,2,1,2292.17,55084949.5,55087241.67,127,wstate,3667.4719999909403 -6211,SUCCESS,2,1,38803.67,55087241.67,55126045.34,127,twolocalrandom,62085.87200000286 -6212,SUCCESS,2,1,661.51,55126045.34,55126706.85,127,dj,1058.416000008583 -6213,SUCCESS,2,1,24223.25,55126706.85,55150930.1,127,qpeexact,38757.200000000004 -6214,SUCCESS,2,1,3178.09,55150930.1,55154108.19,127,qnn,5084.943999993801 -6215,SUCCESS,2,1,964.1,55154108.19,55155072.29,127,dj,1542.5600000023842 -6217,SUCCESS,2,1,4091.03,55155072.29,55159163.32,127,realamprandom,6545.648000001907 -6218,SUCCESS,2,1,9856.45,55159163.32,55169019.77,127,twolocalrandom,15770.319999992847 -6219,SUCCESS,2,1,19445.91,55169019.77,55188465.68,127,twolocalrandom,31113.4560000062 -6220,SUCCESS,2,1,19433.48,55188465.68,55207899.16,127,qwalk-v-chain,31093.567999994757 -6221,SUCCESS,2,1,2219.99,55207899.16,55210119.15,127,twolocalrandom,3551.984000003338 -6222,SUCCESS,2,1,11601.44,55210119.15,55221720.59,127,qftentangled,18562.303999996187 -6223,SUCCESS,2,1,87.33,55221720.59,55221807.92,127,graphstate,139.727999997139 -6224,SUCCESS,2,1,732.09,55221807.92,55222540.01,127,graphstate,1171.3440000057221 -6225,SUCCESS,2,1,1322.7,55222540.01,55223862.71,127,graphstate,2116.3200000047686 -6226,SUCCESS,2,1,1667.69,55223862.71,55225530.4,127,dj,2668.3039999961857 -6227,SUCCESS,2,1,1546.62,55225530.4,55227077.02,127,graphstate,2474.5920000076294 -6228,SUCCESS,2,1,24133.53,55227077.02,55251210.55,127,realamprandom,38613.64799998999 -6230,SUCCESS,2,1,436.1,55251210.55,55251646.65,127,dj,697.7600000023842 -6231,SUCCESS,2,1,2043.98,55251646.65,55253690.63,127,dj,3270.367999994755 -6233,SUCCESS,2,1,1154.46,55253690.63,55254845.09,127,twolocalrandom,1847.1360000133516 -6236,SUCCESS,2,1,7276.56,55254845.09,55262121.65,127,qpeexact,11642.495999991894 -6238,SUCCESS,2,1,18101.79,55262121.65,55280223.44,127,qpeexact,28962.86399999857 -6239,SUCCESS,2,1,2179.04,55280223.44,55282402.48,127,qft,3486.4639999985698 -6242,SUCCESS,2,1,2568.65,55282402.48,55284971.13,127,wstate,4109.840000009537 -6243,SUCCESS,2,1,1759.73,55284971.13,55286730.86,127,ghz,2815.567999994755 -6244,SUCCESS,2,1,6822.36,55286730.86,55293553.22,127,qpeinexact,10915.775999999047 -6245,SUCCESS,2,1,768.09,55293553.22,55294321.31,127,ghz,1228.9439999938013 -6247,SUCCESS,2,1,8664.12,55294321.31,55302985.43,127,su2random,13862.59200000763 -6249,SUCCESS,2,1,4217.77,55302985.43,55307203.2,127,qpeexact,6748.431999993325 -6252,SUCCESS,2,1,5724.35,55307203.2,55312927.55,127,qft,9158.960000002384 -6253,SUCCESS,2,1,2813.12,55312927.55,55315740.67,127,dj,4500.991999995708 -6254,SUCCESS,2,1,1852.22,55315740.67,55317592.89,127,qpeexact,2963.5520000100137 -6255,SUCCESS,2,1,2184.96,55317592.89,55319777.85,127,wstate,3495.936000001431 -6256,SUCCESS,2,1,458.6,55319777.85,55320236.45,127,dj,733.7600000023842 -6258,SUCCESS,2,1,19942.99,55320236.45,55340179.44,127,qnn,31908.783999991418 -6259,SUCCESS,2,1,8236.52,55340179.44,55348415.96,127,random,13178.432000005247 -6260,SUCCESS,2,1,14050.6,55348415.96,55362466.56,127,realamprandom,22480.960000002386 -6263,SUCCESS,2,1,150.99,55362466.56,55362617.55,127,qpeexact,241.58399999141693 -6264,SUCCESS,2,1,1030.13,55362617.55,55363647.68,127,dj,1648.2080000042915 -6265,SUCCESS,2,1,37.38,55363647.68,55363685.06,127,ghz,59.808000004291536 -6267,SUCCESS,2,1,428,55363685.06,55364113.06,127,dj,684.7999999880791 -6268,SUCCESS,2,1,3060.09,55364113.06,55367173.15,127,qftentangled,4896.144000005722 -6269,SUCCESS,2,1,94.97,55367173.15,55367268.12,127,graphstate,151.95199999809265 -6270,SUCCESS,2,1,1492.79,55367268.12,55368760.91,127,ghz,2388.4639999985698 -6271,SUCCESS,2,1,1785.1,55368760.91,55370546.01,127,wstate,2856.1600000023845 -6274,SUCCESS,2,1,21111.23,55370546.01,55391657.24,127,ae,33777.96800000668 -6276,SUCCESS,2,1,1215.03,55391657.24,55392872.27,127,groundstate,1944.0479999899865 -6277,SUCCESS,2,1,2238.57,55392872.27,55395110.84,127,qft,3581.712000000477 -6280,SUCCESS,2,1,1306.26,55395110.84,55396417.1,127,qft,2090.016000008583 -6281,SUCCESS,2,1,1014.68,55396417.1,55397431.78,127,qpeinexact,1623.4879999995233 -6282,SUCCESS,2,1,281.4,55397431.78,55397713.18,127,ghz,450.2399999976158 -6283,SUCCESS,2,1,1071.87,55397713.18,55398785.05,127,qpeexact,1714.9919999957085 -6287,SUCCESS,2,1,6149.44,55398785.05,55404934.49,127,ae,9839.104000008107 -6288,SUCCESS,2,1,2296.96,55404934.49,55407231.45,127,qpeinexact,3675.1360000014306 -6289,SUCCESS,2,1,810.75,55407231.45,55408042.2,127,dj,1297.199999988079 -6291,SUCCESS,2,1,168.08,55408042.2,55408210.28,127,graphstate,268.92800000905993 -6292,SUCCESS,2,1,557.04,55408210.28,55408767.32,127,ghz,891.2639999985695 -6293,SUCCESS,2,1,27351.27,55408767.32,55436118.59,127,qft,43762.032000005245 -6294,SUCCESS,2,1,8637.54,55436118.59,55444756.13,127,qpeinexact,13820.06399999857 -6296,SUCCESS,2,1,18575.56,55444756.13,55463331.69,127,random,29720.895999991895 -6297,SUCCESS,2,1,647.98,55463331.69,55463979.67,127,graphstate,1036.7680000066757 -6299,SUCCESS,2,1,779.89,55463979.67,55464759.56,127,wstate,1247.8240000009537 -6300,SUCCESS,2,1,1563.7,55464759.56,55466323.26,127,groundstate,2501.919999992848 -6301,SUCCESS,2,1,314.55,55466323.26,55466637.81,127,graphstate,503.27999999523166 -6302,SUCCESS,2,1,11512.91,55466637.81,55478150.72,127,qpeinexact,18420.656000006198 -6303,SUCCESS,2,1,4794.51,55478150.72,55482945.23,127,qpeinexact,7671.2159999966625 -6304,SUCCESS,2,1,491.26,55482945.23,55483436.49,127,dj,786.0159999966622 -6306,SUCCESS,2,1,3303.63,55483436.49,55486740.12,127,qftentangled,5285.808000004292 -6309,SUCCESS,2,1,21896.69,55486740.12,55508636.81,127,su2random,35034.703999996185 -6310,SUCCESS,2,1,824.79,55508636.81,55509461.6,127,wstate,1319.6640000104906 -6311,SUCCESS,2,1,12261.41,55509461.6,55521723.01,127,qnn,19618.25599999428 -6312,SUCCESS,2,1,972.07,55521723.01,55522695.08,127,qnn,1555.312000000477 -6313,SUCCESS,2,1,167,55522695.08,55522862.08,127,dj,267.2 -6314,SUCCESS,2,1,3458.28,55522862.08,55526320.36,127,qft,5533.248000001908 -6315,SUCCESS,2,1,3194.2,55526320.36,55529514.56,127,ae,5110.720000004769 -6316,SUCCESS,2,1,28999.56,55529514.56,55558514.12,127,su2random,46399.2959999919 -6317,SUCCESS,2,1,1261.18,55558514.12,55559775.3,127,qftentangled,2017.8879999995233 -6318,SUCCESS,2,1,23173.89,55559775.3,55582949.19,127,su2random,37078.224000000955 -6320,SUCCESS,2,1,26063.4,55582949.19,55609012.59,127,qpeinexact,41701.44000000954 -6321,SUCCESS,2,1,2638.65,55609012.59,55611651.24,127,twolocalrandom,4221.839999985695 -6323,SUCCESS,2,1,4245.66,55611651.24,55615896.9,127,ae,6793.0560000062 -6324,SUCCESS,2,1,140.83,55615896.9,55616037.73,127,ghz,225.327999997139 -6326,SUCCESS,2,1,12775.91,55616037.73,55628813.64,127,su2random,20441.4560000062 -6327,SUCCESS,2,1,22199.67,55628813.64,55651013.31,127,random,35519.47199999094 -6328,SUCCESS,2,1,222.87,55651013.31,55651236.18,127,graphstate,356.5920000076294 -6329,SUCCESS,2,1,44436,55651236.18,55695672.18,127,twolocalrandom,71097.6 -6330,SUCCESS,2,1,2782.09,55695672.18,55698454.27,127,qft,4451.343999993801 -6331,SUCCESS,2,1,12893.68,55698454.27,55711347.95,127,qpeinexact,20629.888000011444 -6332,SUCCESS,2,1,16398.45,55711347.95,55727746.4,127,qpeinexact,26237.519999992848 -6333,SUCCESS,2,1,10003.37,55727746.4,55737749.77,127,ae,16005.39200000763 -6335,SUCCESS,2,1,732.22,55737749.77,55738481.99,127,graphstate,1171.5519999861717 -6336,SUCCESS,2,1,1286.03,55738481.99,55739768.02,127,portfoliovqe,2057.6480000019073 -6337,SUCCESS,2,1,193.71,55739768.02,55739961.73,127,graphstate,309.93600000143056 -6338,SUCCESS,2,1,16940.86,55739961.73,55756902.59,127,qftentangled,27105.375999999047 -6339,SUCCESS,2,1,6312.51,55756902.59,55763215.1,127,qpeexact,10100.016000008583 -6340,SUCCESS,2,1,32695.42,55763215.1,55795910.52,127,qpeexact,52312.67199999094 -6342,SUCCESS,2,1,335.31,55795910.52,55796245.83,127,wstate,536.4960000038147 -6343,SUCCESS,2,1,12746.02,55796245.83,55808991.85,127,qftentangled,20393.632000005247 -6344,SUCCESS,2,1,2813.09,55808991.85,55811804.94,127,wstate,4500.943999993801 -6345,SUCCESS,2,1,57565.87,55811804.94,55869370.81,127,twolocalrandom,92105.39200000763 -6348,SUCCESS,2,1,30754.24,55869370.81,55900125.05,127,ae,49206.78399999142 -6349,SUCCESS,2,1,410.25,55900125.05,55900535.3,127,dj,656.4000000000001 -6350,SUCCESS,2,1,2353.03,55900535.3,55902888.33,127,su2random,3764.8480000019076 -6352,SUCCESS,2,1,21511.55,55902888.33,55924399.88,127,qft,34418.480000007155 -6353,SUCCESS,2,1,856.66,55924399.88,55925256.54,127,twolocalrandom,1370.655999994278 -6354,SUCCESS,2,1,2189.34,55925256.54,55927445.88,127,qft,3502.9439999938013 -6355,SUCCESS,2,1,229.89,55927445.88,55927675.77,127,graphstate,367.82400001287465 -6356,SUCCESS,2,1,331.22,55927675.77,55928006.99,127,graphstate,529.9519999980927 -6358,SUCCESS,2,1,162.55,55928006.99,55928169.54,127,graphstate,260.0799999952316 -6362,SUCCESS,2,1,12572.12,55928169.54,55940741.66,127,twolocalrandom,20115.39199999571 -6363,SUCCESS,2,1,654.23,55940741.66,55941395.89,127,realamprandom,1046.7680000066757 -6364,SUCCESS,2,1,18799.68,55941395.89,55960195.57,127,qwalk-noancilla,30079.487999999525 -6365,SUCCESS,2,1,7073.69,55960195.57,55967269.26,127,twolocalrandom,11317.903999996186 -6366,SUCCESS,2,1,21062.08,55967269.26,55988331.34,127,twolocalrandom,33699.32799999714 -6367,SUCCESS,2,1,1399.56,55988331.34,55989730.9,127,ghz,2239.2960000038147 -6368,SUCCESS,2,1,2141.41,55989730.9,55991872.31,127,qftentangled,3426.256000006199 -6369,SUCCESS,2,1,96.23,55991872.31,55991968.54,127,ghz,153.9679999947548 -6370,SUCCESS,2,1,245.09,55991968.54,55992213.63,127,dj,392.1439999938011 -6373,SUCCESS,2,1,37195,55992213.63,56029408.63,127,qftentangled,59512.000000011925 -6374,SUCCESS,2,1,14593.63,56029408.63,56044002.26,127,random,23349.807999992372 -6376,SUCCESS,2,1,1023.55,56044002.26,56045025.81,127,twolocalrandom,1637.6799999952318 -6377,SUCCESS,2,1,762.25,56045025.81,56045788.06,127,qftentangled,1219.6000000119209 -6378,SUCCESS,2,1,633.57,56045788.06,56046421.63,127,qpeexact,1013.7120000004769 -6381,SUCCESS,2,1,3054.73,56046421.63,56049476.36,127,wstate,4887.567999994755 -6382,SUCCESS,2,1,226.73,56049476.36,56049703.09,127,wstate,362.7680000066757 -6383,SUCCESS,2,1,9432.86,56049703.09,56059135.95,127,qnn,15092.575999987126 -6384,SUCCESS,2,1,2951.19,56059135.95,56062087.14,127,twolocalrandom,4721.904000008107 -6385,SUCCESS,2,1,1502.93,56062087.14,56063590.07,127,ghz,2404.687999999523 -6387,SUCCESS,2,1,1679.55,56063590.07,56065269.62,127,qnn,2687.2799999952317 -6389,SUCCESS,2,1,15017.06,56065269.62,56080286.68,127,qftentangled,24027.296000003815 -6390,SUCCESS,2,1,149.28,56080286.68,56080435.96,127,graphstate,238.84800000190737 -6391,SUCCESS,2,1,2132.48,56080435.96,56082568.44,127,qpeexact,3411.967999994755 -6392,SUCCESS,2,1,127.24,56082568.44,56082695.68,127,ghz,203.58400000333788 -6393,SUCCESS,2,1,7453.49,56082695.68,56090149.17,127,su2random,11925.584000003339 -6395,SUCCESS,2,1,42183.15,56090149.17,56132332.32,127,twolocalrandom,67493.03999999762 -6396,SUCCESS,2,1,7908,56132332.32,56140240.32,127,qnn,12652.800000000001 -6398,SUCCESS,2,1,24517.43,56140240.32,56164757.75,127,qnn,39227.887999999526 -6399,SUCCESS,2,1,8363.45,56164757.75,56173121.2,127,ae,13381.52000000477 -6400,SUCCESS,2,1,2029.81,56173121.2,56175151.01,127,qnn,3247.695999991894 -6401,SUCCESS,2,1,4974.2,56175151.01,56180125.21,127,qpeexact,7958.720000004769 -6402,SUCCESS,2,1,4844.32,56180125.21,56184969.53,127,qftentangled,7750.912000000477 -6404,SUCCESS,2,1,1623.58,56184969.53,56186593.11,127,ghz,2597.7279999971392 -6405,SUCCESS,2,1,1902.63,56186593.11,56188495.74,127,portfoliovqe,3044.2080000042915 -6406,SUCCESS,2,1,1375.57,56188495.74,56189871.31,127,graphstate,2200.911999988556 -6407,SUCCESS,2,1,71230.04,56189871.31,56261101.35,127,su2random,113968.06400001049 -6409,SUCCESS,2,1,4963.85,56261101.35,56266065.2,127,ae,7942.160000002385 -6410,SUCCESS,2,1,10466.15,56266065.2,56276531.35,127,qftentangled,16745.839999997617 -6411,SUCCESS,2,1,34617.78,56276531.35,56311149.13,127,random,55388.44800000191 -6412,SUCCESS,2,1,2497.93,56311149.13,56313647.06,127,wstate,3996.6879999876023 -6413,SUCCESS,2,1,200.56,56313647.06,56313847.62,127,wstate,320.8960000038147 -6414,SUCCESS,2,1,2949.69,56313847.62,56316797.31,127,qft,4719.504000008106 -6415,SUCCESS,2,1,145.28,56316797.31,56316942.59,127,ghz,232.44799998998644 -6419,SUCCESS,2,1,2539.98,56316942.59,56319482.57,127,portfoliovqe,4063.968000006676 -6420,SUCCESS,2,1,56452.22,56319482.57,56375934.79,127,qwalk-noancilla,90323.5519999981 -6421,SUCCESS,2,1,27399.82,56375934.79,56403334.61,127,su2random,43839.71200000048 -6422,SUCCESS,2,1,185.37,56403334.61,56403519.98,127,graphstate,296.5919999957085 -6423,SUCCESS,2,1,1393.11,56403519.98,56404913.09,127,su2random,2228.9759999990465 -6425,SUCCESS,2,1,15727.09,56404913.09,56420640.18,127,realamprandom,25163.344000005724 -6426,SUCCESS,2,1,3168.2,56420640.18,56423808.38,127,dj,5069.120000004768 -6427,SUCCESS,2,1,192.3,56423808.38,56424000.68,127,ghz,307.67999999523164 -6428,SUCCESS,2,1,60090.6,56424000.68,56484091.28,127,realamprandom,96144.9600000024 -6430,SUCCESS,2,1,40691.45,56484091.28,56524782.73,127,realamprandom,65106.31999999285 -6431,SUCCESS,2,1,5348.75,56524782.73,56530131.48,127,qpeinexact,8558.0 -6432,SUCCESS,2,1,10519.54,56530131.48,56540651.02,127,twolocalrandom,16831.26400001049 -6433,SUCCESS,2,1,3739.92,56540651.02,56544390.94,127,qftentangled,5983.871999990941 -6434,SUCCESS,2,1,26731.38,56544390.94,56571122.32,127,qftentangled,42770.20800000429 -6435,SUCCESS,2,1,2131.15,56571122.32,56573253.47,127,pricingcall,3409.839999997616 -6436,SUCCESS,2,1,10391.43,56573253.47,56583644.9,127,random,16626.287999999524 -6437,SUCCESS,2,1,588.79,56583644.9,56584233.69,127,wstate,942.0639999985696 -6439,SUCCESS,2,1,370.51,56584233.69,56584604.2,127,graphstate,592.816000008583 -6440,SUCCESS,2,1,5889.42,56584604.2,56590493.62,127,random,9423.07199999094 -6441,SUCCESS,2,1,22182.33,56590493.62,56612675.95,127,qft,35491.72799999714 -6442,SUCCESS,2,1,40270.13,56612675.95,56652946.08,127,qpeinexact,64432.20800000429 -6443,SUCCESS,2,1,1046.36,56652946.08,56653992.44,127,twolocalrandom,1674.1759999990463 -6444,SUCCESS,2,1,6737.58,56653992.44,56660730.02,127,qnn,10780.128000009061 -6445,SUCCESS,2,1,19056.25,56660730.02,56679786.27,127,qft,30489.999999988082 -6446,SUCCESS,2,1,354.06,56679786.27,56680140.33,127,graphstate,566.4960000038147 -6447,SUCCESS,2,1,35860.1,56680140.33,56716000.43,127,twolocalrandom,57376.16000000239 -6448,SUCCESS,2,1,152.09,56716000.43,56716152.52,127,ghz,243.34400000572205 -6449,SUCCESS,2,1,45765.8,56716152.52,56761918.32,127,su2random,73225.27999999524 -6450,SUCCESS,2,1,24928.95,56761918.32,56786847.27,127,qpeinexact,39886.31999999285 -6453,SUCCESS,2,1,71.16,56786847.27,56786918.43,127,vqe,113.85600000619888 -6454,SUCCESS,2,1,5095.83,56786918.43,56792014.26,127,twolocalrandom,8153.327999997139 -6455,SUCCESS,2,1,94.74,56792014.26,56792109,127,routing,151.58400000333788 -6456,SUCCESS,2,1,14174.14,56792109,56806283.14,127,qft,22678.624000000957 -6457,SUCCESS,2,1,10568.14,56806283.14,56816851.28,127,qftentangled,16909.024000000954 -6458,SUCCESS,2,1,1111.12,56816851.28,56817962.4,127,twolocalrandom,1777.7919999957085 -6459,SUCCESS,2,1,1446.16,56817962.4,56819408.56,127,dj,2313.856000006199 -6461,SUCCESS,2,1,3789.72,56819408.56,56823198.28,127,twolocalrandom,6063.551999998093 -6462,SUCCESS,2,1,442.06,56823198.28,56823640.34,127,vqe,707.2959999918938 -6463,SUCCESS,2,1,2774.06,56823640.34,56826414.4,127,qwalk-v-chain,4438.4960000038145 -6464,SUCCESS,2,1,975.53,56826414.4,56827389.93,127,qft,1560.8480000019074 -6465,SUCCESS,2,1,2858.46,56827389.93,56830248.39,127,pricingcall,4573.536000001431 -6466,SUCCESS,2,1,7568.12,56830248.39,56837816.51,127,su2random,12108.99199999571 -6467,SUCCESS,2,1,795.41,56837816.51,56838611.92,127,dj,1272.655999994278 -6468,SUCCESS,2,1,1630.29,56838611.92,56840242.21,127,qpeexact,2608.4640000104905 -6469,SUCCESS,2,1,13277.74,56840242.21,56853519.95,127,realamprandom,21244.38399999142 -6471,SUCCESS,2,1,3459.25,56853519.95,56856979.2,127,ghz,5534.800000011921 -6472,SUCCESS,2,1,1837.45,56856979.2,56858816.65,127,qpeinexact,2939.919999992848 -6473,SUCCESS,2,1,1827.01,56858816.65,56860643.66,127,wstate,2923.2159999966625 -6474,SUCCESS,2,1,23136.93,56860643.66,56883780.59,127,qpeexact,37019.08799999952 -6475,SUCCESS,2,1,636.13,56883780.59,56884416.72,127,wstate,1017.8080000042916 -6476,SUCCESS,2,1,13672.53,56884416.72,56898089.25,127,qnn,21876.04800000191 -6477,SUCCESS,2,1,1192.69,56898089.25,56899281.94,127,wstate,1908.3039999961854 -6479,SUCCESS,2,1,933.52,56899281.94,56900215.46,127,qpeinexact,1493.6320000052453 -6481,SUCCESS,2,1,1145.3,56900215.46,56901360.76,127,ghz,1832.4799999952318 -6482,SUCCESS,2,1,28023.29,56901360.76,56929384.05,127,ae,44837.26399999857 -6483,SUCCESS,2,1,14372.7,56929384.05,56943756.75,127,random,22996.32000000477 -6484,SUCCESS,2,1,25173.78,56943756.75,56968930.53,127,ae,40278.04800000191 -6486,SUCCESS,2,1,1338.12,56968930.53,56970268.65,127,wstate,2140.9919999957087 -6487,SUCCESS,2,1,1225.99,56970268.65,56971494.64,127,portfoliovqe,1961.584000003338 -6488,SUCCESS,2,1,844.24,56971494.64,56972338.88,127,graphstate,1350.784000003338 -6490,SUCCESS,2,1,383.21,56972338.88,56972722.09,127,ghz,613.1359999895096 -6492,SUCCESS,2,1,24603.77,56972722.09,56997325.86,127,ae,39366.032000005245 -6494,SUCCESS,2,1,339.27,56997325.86,56997665.13,127,ghz,542.8319999933243 -6495,SUCCESS,2,1,67050.92,56997665.13,57064716.05,127,random,107281.47200000286 -6496,SUCCESS,2,1,328.39,57064716.05,57065044.44,127,ghz,525.4240000009537 -6498,SUCCESS,2,1,805.92,57065044.44,57065850.36,127,twolocalrandom,1289.472000002861 -6502,SUCCESS,2,1,20059.54,57065850.36,57085909.9,127,ae,32095.26399999857 -6503,SUCCESS,2,1,64397.86,57085909.9,57150307.76,127,realamprandom,103036.57599999906 -6504,SUCCESS,2,1,16579.03,57150307.76,57166886.79,127,ae,26526.44800000191 -6505,SUCCESS,2,1,3073.2,57166886.79,57169959.99,127,wstate,4917.120000004768 -6506,SUCCESS,2,1,1708.35,57169959.99,57171668.34,127,dj,2733.3599999904636 -6507,SUCCESS,2,1,116514.27,57171668.34,57288182.61,127,random,186422.83200000526 -6508,SUCCESS,2,1,20506.55,57288182.61,57308689.16,127,su2random,32810.47999999523 -6510,SUCCESS,2,1,1086.45,57308689.16,57309775.61,127,dj,1738.3200000047684 -6512,SUCCESS,2,1,12383.21,57309775.61,57322158.82,127,qnn,19813.136000001432 -6516,SUCCESS,2,1,655.04,57322158.82,57322813.86,127,dj,1048.0639999985694 -6517,SUCCESS,2,1,5450.91,57322813.86,57328264.77,127,qft,8721.4560000062 -6519,SUCCESS,2,1,18549.88,57328264.77,57346814.65,127,qpeinexact,29679.807999992372 -6520,SUCCESS,2,1,8859.38,57346814.65,57355674.03,127,qft,14175.008000004293 -6521,SUCCESS,2,1,1741.74,57355674.03,57357415.77,127,qft,2786.784000003338 -6522,SUCCESS,2,1,486.05,57357415.77,57357901.82,127,twolocalrandom,777.6799999952317 -6523,SUCCESS,2,1,3588.78,57357901.82,57361490.6,127,su2random,5742.048000001908 -6524,SUCCESS,2,1,80617.66,57361490.6,57442108.26,127,realamprandom,128988.25599999429 -6525,SUCCESS,2,1,8285.17,57442108.26,57450393.43,127,random,13256.272000002862 -6527,SUCCESS,2,1,19222.49,57450393.43,57469615.92,127,twolocalrandom,30755.98400000334 -6528,SUCCESS,2,1,495.89,57469615.92,57470111.81,127,ae,793.4240000009537 -6530,SUCCESS,2,1,8737.21,57470111.81,57478849.02,127,qft,13979.53599998951 -6531,SUCCESS,2,1,370.8,57478849.02,57479219.82,127,dj,593.2800000071526 -6532,SUCCESS,2,1,2382.71,57479219.82,57481602.53,127,dj,3812.336000001431 -6533,SUCCESS,2,1,23566.3,57481602.53,57505168.83,127,qft,37706.079999995236 -6534,SUCCESS,2,1,272.98,57505168.83,57505441.81,127,graphstate,436.7680000066757 -6535,SUCCESS,2,1,144.63,57505441.81,57505586.44,127,graphstate,231.4079999923706 -6537,SUCCESS,2,1,7652.73,57505586.44,57513239.17,127,qpeinexact,12244.367999994756 -6539,SUCCESS,2,1,30789.65,57513239.17,57544028.82,127,random,49263.44000000954 -6541,SUCCESS,2,1,81638.54,57544028.82,57625667.36,127,su2random,130621.66399999858 -6542,SUCCESS,2,1,1217.24,57625667.36,57626884.6,127,ghz,1947.584000003338 -6544,SUCCESS,2,1,1520.96,57626884.6,57628405.56,127,ghz,2433.5360000014307 -6547,SUCCESS,2,1,482.46,57628405.56,57628888.02,127,qftentangled,771.9360000014306 -6548,SUCCESS,2,1,9664.51,57628888.02,57638552.53,127,qpeinexact,15463.215999996663 -6550,SUCCESS,2,1,1579.28,57638552.53,57640131.81,127,dj,2526.8480000019076 -6553,SUCCESS,2,1,19644.29,57640131.81,57659776.1,127,twolocalrandom,31430.86399999857 -6555,SUCCESS,2,1,3553.97,57659776.1,57663330.07,127,qpeexact,5686.351999998093 -6556,SUCCESS,2,1,817.01,57663330.07,57664147.08,127,wstate,1307.2159999966623 -6557,SUCCESS,2,1,1310.27,57664147.08,57665457.35,127,graphstate,2096.4320000052453 -6558,SUCCESS,2,1,39363.97,57665457.35,57704821.32,127,ae,62982.35199999809 -6559,SUCCESS,2,1,2716.73,57704821.32,57707538.05,127,qpeinexact,4346.767999994755 -6560,SUCCESS,2,1,441.45,57707538.05,57707979.5,127,realamprandom,706.3200000047684 -6561,SUCCESS,2,1,82.62,57707979.5,57708062.12,127,routing,132.19199999570847 -6562,SUCCESS,2,1,3981.28,57708062.12,57712043.4,127,qftentangled,6370.048000001908 -6563,SUCCESS,2,1,9897.12,57712043.4,57721940.52,127,qpeexact,15835.39200000763 -6564,SUCCESS,2,1,1302.62,57721940.52,57723243.14,127,wstate,2084.1919999957086 -6565,SUCCESS,2,1,6218.09,57723243.14,57729461.23,127,realamprandom,9948.943999993802 -6566,SUCCESS,2,1,1279.29,57729461.23,57730740.52,127,dj,2046.8639999985696 -6567,SUCCESS,2,1,12353.97,57730740.52,57743094.49,127,ae,19766.352000010014 -6568,SUCCESS,2,1,2846.21,57743094.49,57745940.7,127,ae,4553.93600000143 -6569,SUCCESS,2,1,506.34,57745940.7,57746447.04,127,ae,810.1439999938011 -6570,SUCCESS,2,1,2800.25,57746447.04,57749247.29,127,ghz,4480.400000000001 -6571,SUCCESS,2,1,4313.81,57749247.29,57753561.1,127,qft,6902.096000003815 -6572,SUCCESS,2,1,18503,57753561.1,57772064.1,127,qnn,29604.800000000003 -6573,SUCCESS,2,1,444.95,57772064.1,57772509.05,127,graphstate,711.9199999928475 -6575,SUCCESS,2,1,327.72,57772509.05,57772836.77,127,graphstate,524.3520000100136 -6576,SUCCESS,2,1,543.13,57772836.77,57773379.9,127,dj,869.0079999923706 -6577,SUCCESS,2,1,8075.76,57773379.9,57781455.66,127,su2random,12921.215999996663 -6578,SUCCESS,2,1,1671.27,57781455.66,57783126.93,127,ae,2674.032000005245 -6579,SUCCESS,2,1,50439.92,57783126.93,57833566.85,127,su2random,80703.87200000287 -6580,SUCCESS,2,1,32677.53,57833566.85,57866244.38,127,realamprandom,52284.04800000191 -6582,SUCCESS,2,1,541.44,57866244.38,57866785.82,127,graphstate,866.3039999961853 -6583,SUCCESS,2,1,2158.97,57866785.82,57868944.79,127,qft,3454.3519999980927 -6584,SUCCESS,2,1,2705.96,57868944.79,57871650.75,127,su2random,4329.536000001431 -6585,SUCCESS,2,1,41395.47,57871650.75,57913046.22,127,random,66232.7519999981 -6586,SUCCESS,2,1,1170.47,57913046.22,57914216.69,127,graphstate,1872.7519999980927 -6587,SUCCESS,2,1,240.91,57914216.69,57914457.6,127,ghz,385.4560000061989 -6589,SUCCESS,2,1,2745.37,57914457.6,57917202.97,127,ghz,4392.591999995709 -6590,SUCCESS,2,1,217.8,57917202.97,57917420.77,127,ghz,348.48000000715257 -6594,SUCCESS,2,1,1928.47,57917420.77,57919349.24,127,dj,3085.551999998093 -6595,SUCCESS,2,1,10491.54,57919349.24,57929840.78,127,qftentangled,16786.46399999857 -6597,SUCCESS,2,1,2853.32,57929840.78,57932694.1,127,qnn,4565.312000000477 -6598,SUCCESS,2,1,94.32,57932694.1,57932788.42,127,dj,150.91200000047684 -6599,SUCCESS,2,1,25933.07,57932788.42,57958721.49,127,grover-v-chain,41492.91200000048 -6600,SUCCESS,2,1,939.88,57958721.49,57959661.37,127,qpeexact,1503.8079999923707 -6601,SUCCESS,2,1,17772.56,57959661.37,57977433.93,127,qpeinexact,28436.096000003818 -6603,SUCCESS,2,1,187.45,57977433.93,57977621.38,127,graphstate,299.91999999284747 -6604,SUCCESS,2,1,1246.07,57977621.38,57978867.45,127,groundstate,1993.712000000477 -6605,SUCCESS,2,1,1535.57,57978867.45,57980403.02,127,qnn,2456.912000000477 -6606,SUCCESS,2,1,12462.15,57980403.02,57992865.17,127,qpeinexact,19939.440000009537 -6607,SUCCESS,2,1,691.55,57992865.17,57993556.72,127,qpeexact,1106.4799999952318 -6610,SUCCESS,2,1,3978.53,57993556.72,57997535.25,127,qftentangled,6365.648000001907 -6612,SUCCESS,2,1,23230.42,57997535.25,58020765.67,127,realamprandom,37168.672000002865 -6613,SUCCESS,2,1,71051.17,58020765.67,58091816.84,127,twolocalrandom,113681.87199999095 -6614,SUCCESS,2,1,10501.71,58091816.84,58102318.55,127,qftentangled,16802.73600000143 -6617,SUCCESS,2,1,5909.9,58102318.55,58108228.45,127,qnn,9455.840000009537 -6618,SUCCESS,2,1,20693.77,58108228.45,58128922.22,127,qftentangled,33110.03199999333 -6619,SUCCESS,2,1,270.97,58128922.22,58129193.19,127,graphstate,433.5519999980927 -6620,SUCCESS,2,1,869.31,58129193.19,58130062.5,127,graphstate,1390.8960000038148 -6622,SUCCESS,2,1,634.16,58130062.5,58130696.66,127,qnn,1014.655999994278 -6624,SUCCESS,2,1,6837.57,58130696.66,58137534.23,127,twolocalrandom,10940.112000000478 -6625,SUCCESS,2,1,7879.07,58137534.23,58145413.3,127,qpeexact,12606.512000000477 -6626,SUCCESS,2,1,30225.42,58145413.3,58175638.72,127,su2random,48360.672000002865 -6628,SUCCESS,2,1,1242.14,58175638.72,58176880.86,127,dj,1987.4240000009538 -6630,SUCCESS,2,1,225.93,58176880.86,58177106.79,127,graphstate,361.4879999995232 -6631,SUCCESS,2,1,3368.64,58177106.79,58180475.43,127,ae,5389.824000000954 -6633,SUCCESS,2,1,8565.04,58180475.43,58189040.47,127,qnn,13704.06399999857 -6634,SUCCESS,2,1,9541.03,58189040.47,58198581.5,127,qftentangled,15265.648000001907 -6635,SUCCESS,2,1,7517.12,58198581.5,58206098.62,127,qftentangled,12027.391999995709 -6636,SUCCESS,2,1,15259.75,58206098.62,58221358.37,127,ae,24415.600000000002 -6637,SUCCESS,2,1,2082.78,58221358.37,58223441.15,127,dj,3332.4480000019075 -6638,SUCCESS,2,1,34193.65,58223441.15,58257634.8,127,qnn,54709.83999999762 -6639,SUCCESS,2,1,65.92,58257634.8,58257700.72,127,ghz,105.47200000286102 -6640,SUCCESS,2,1,2252.79,58257700.72,58259953.51,127,qnn,3604.4639999985698 -6641,SUCCESS,2,1,38331.49,58259953.51,58298285,127,random,61330.38400000334 -6642,SUCCESS,2,1,107.91,58298285,58298392.91,127,ghz,172.65599999427798 -6643,SUCCESS,2,1,425.45,58298392.91,58298818.36,127,realamprandom,680.7200000047684 -6644,SUCCESS,2,1,717.6,58298818.36,58299535.96,127,ae,1148.1600000023843 -6645,SUCCESS,2,1,18413.53,58299535.96,58317949.49,127,qpeexact,29461.648000001907 -6646,SUCCESS,2,1,17955.05,58317949.49,58335904.54,127,qpeinexact,28728.079999995232 -6647,SUCCESS,2,1,1267.47,58335904.54,58337172.01,127,wstate,2027.9519999980928 -6648,SUCCESS,2,1,22706.95,58337172.01,58359878.96,127,qpeexact,36331.12000000477 -6649,SUCCESS,2,1,4651.21,58359878.96,58364530.17,127,qpeexact,7441.93599998951 -6650,SUCCESS,2,1,73110.89,58364530.17,58437641.06,127,random,116977.42400000096 -6651,SUCCESS,2,1,29693.68,58437641.06,58467334.74,127,qpeinexact,47509.888000011444 -6652,SUCCESS,2,1,3026.01,58467334.74,58470360.75,127,su2random,4841.615999996662 -6654,SUCCESS,2,1,6349.71,58470360.75,58476710.46,127,qft,10159.536000001432 -6655,SUCCESS,2,1,3782.71,58476710.46,58480493.17,127,realamprandom,6052.336000001431 -6656,SUCCESS,2,1,5949.1,58480493.17,58486442.27,127,ae,9518.559999990464 -6657,SUCCESS,2,1,3790.73,58486442.27,58490233,127,qft,6065.168000006676 -6659,SUCCESS,2,1,136.86,58490233,58490369.86,127,ghz,218.97599999904634 -6660,SUCCESS,2,1,115.75,58490369.86,58490485.61,127,graphstate,185.20000000000002 -6661,SUCCESS,2,1,5106.25,58490485.61,58495591.86,127,twolocalrandom,8170.0 -6662,SUCCESS,2,1,56104.24,58495591.86,58551696.1,127,realamprandom,89766.78400000335 -6663,SUCCESS,2,1,12906.03,58551696.1,58564602.13,127,grover-v-chain,20649.64799998999 -6664,SUCCESS,2,1,293.86,58564602.13,58564895.99,127,ghz,470.1760000109673 -6667,SUCCESS,2,1,44830.84,58564895.99,58609726.83,127,random,71729.3439999938 -6670,SUCCESS,2,1,1224.56,58609726.83,58610951.39,127,realamprandom,1959.2960000038147 -6671,SUCCESS,2,1,142.36,58610951.39,58611093.75,127,graphstate,227.77599999904635 -6672,SUCCESS,2,1,51869.41,58611093.75,58662963.16,127,su2random,82991.05599999428 -6674,SUCCESS,2,1,18889.86,58662963.16,58681853.02,127,qftentangled,30223.77600001097 -6676,SUCCESS,2,1,6724.27,58681853.02,58688577.29,127,twolocalrandom,10758.831999993325 -6677,SUCCESS,2,1,57290.24,58688577.29,58745867.53,127,qnn,91664.38400000334 -6678,SUCCESS,2,1,1151.1,58745867.53,58747018.63,127,dj,1841.7600000023842 -6679,SUCCESS,2,1,3953.15,58747018.63,58750971.78,127,qft,6325.039999997616 -6680,SUCCESS,2,1,18170.09,58750971.78,58769141.87,127,ae,29072.1439999938 -6682,SUCCESS,2,1,1453.81,58769141.87,58770595.68,127,qnn,2326.096000003815 -6684,SUCCESS,2,1,201.3,58770595.68,58770796.98,127,ghz,322.0799999952317 -6685,SUCCESS,2,1,1415.62,58770796.98,58772212.6,127,portfoliovqe,2264.9920000076295 -6686,SUCCESS,2,1,8690.32,58772212.6,58780902.92,127,random,13904.512000000477 -6687,SUCCESS,2,1,6407.75,58780902.92,58787310.67,127,qnn,10252.39999998808 -6688,SUCCESS,2,1,95.21,58787310.67,58787405.88,127,routing,152.33600001335145 -6689,SUCCESS,2,1,2094.32,58787405.88,58789500.2,127,qft,3350.912000000477 -6690,SUCCESS,2,1,14898.6,58789500.2,58804398.8,127,qpeinexact,23837.759999990463 -6691,SUCCESS,2,1,11862.3,58804398.8,58816261.1,127,ae,18979.680000007153 -6692,SUCCESS,2,1,19512.93,58816261.1,58835774.03,127,ae,31220.687999999525 -6693,SUCCESS,2,1,459.81,58835774.03,58836233.84,127,ghz,735.6959999918938 -6694,SUCCESS,2,1,8675.23,58836233.84,58844909.07,127,su2random,13880.368000006676 -6695,SUCCESS,2,1,18783.37,58844909.07,58863692.44,127,qpeinexact,30053.39199999571 -6696,SUCCESS,2,1,178.5,58863692.44,58863870.94,127,graphstate,285.6 -6697,SUCCESS,2,1,8222.81,58863870.94,58872093.75,127,qnn,13156.496000003815 -6698,SUCCESS,2,1,858.43,58872093.75,58872952.18,127,ghz,1373.4879999995233 -6701,SUCCESS,2,1,18898.83,58872952.18,58891851.01,127,ae,30238.12799999714 -6702,SUCCESS,2,1,3749.96,58891851.01,58895600.97,127,su2random,5999.936000001431 -6703,SUCCESS,2,1,2525.27,58895600.97,58898126.24,127,qnn,4040.4319999933246 -6704,SUCCESS,2,1,5558.64,58898126.24,58903684.88,127,ae,8893.824000012875 -6705,SUCCESS,2,1,6951.61,58903684.88,58910636.49,127,ae,11122.575999999048 -6706,SUCCESS,2,1,644.95,58910636.49,58911281.44,127,wstate,1031.9199999928476 -6707,SUCCESS,2,1,3998.65,58911281.44,58915280.09,127,qpeinexact,6397.840000009537 -6708,SUCCESS,2,1,2671.01,58915280.09,58917951.1,127,ghz,4273.615999996662 -6709,SUCCESS,2,1,1975.62,58917951.1,58919926.72,127,dj,3160.9919999957087 -6711,SUCCESS,2,1,3489.78,58919926.72,58923416.5,127,qpeinexact,5583.648000001907 -6713,SUCCESS,2,1,978.87,58923416.5,58924395.37,127,dj,1566.1919999957086 -6714,SUCCESS,2,1,245.08,58924395.37,58924640.45,127,ae,392.127999997139 -6715,SUCCESS,2,1,1238.83,58924640.45,58925879.28,127,qpeexact,1982.12800000906 -6716,SUCCESS,2,1,278.2,58925879.28,58926157.48,127,graphstate,445.11999999284745 -6718,SUCCESS,2,1,9428.4,58926157.48,58935585.88,127,qftentangled,15085.440000009537 -6720,SUCCESS,2,1,294.24,58935585.88,58935880.12,127,graphstate,470.783999991417 -6721,SUCCESS,2,1,3863.94,58935880.12,58939744.06,127,su2random,6182.303999996186 -6724,SUCCESS,2,1,5251.8,58939744.06,58944995.86,127,qpeexact,8402.880000007153 -6725,SUCCESS,2,1,45452.9,58944995.86,58990448.76,127,ae,72724.63999999761 -6726,SUCCESS,2,1,2833.35,58990448.76,58993282.11,127,dj,4533.360000002384 -6728,SUCCESS,2,1,1023.77,58993282.11,58994305.88,127,dj,1638.0320000052452 -6729,SUCCESS,2,1,58.29,58994305.88,58994364.17,127,graphstate,93.26399999856949 -6730,SUCCESS,2,1,3700.63,58994364.17,58998064.8,127,twolocalrandom,5921.007999992371 -6731,SUCCESS,2,1,128.98,58998064.8,58998193.78,127,graphstate,206.36800000667574 -6733,SUCCESS,2,1,1303.16,58998193.78,58999496.94,127,portfoliovqe,2085.055999994278 -6734,SUCCESS,2,1,101.91,58999496.94,58999598.85,127,dj,163.0560000061989 -6735,SUCCESS,2,1,3930.03,58999598.85,59003528.88,127,qnn,6288.048000001908 -6736,SUCCESS,2,1,82.54,59003528.88,59003611.42,127,ghz,132.06399998664855 -6737,SUCCESS,2,1,1741.22,59003611.42,59005352.64,127,pricingcall,2785.9520000100138 -6738,SUCCESS,2,1,439.09,59005352.64,59005791.73,127,graphstate,702.5439999938012 -6739,SUCCESS,2,1,4558.88,59005791.73,59010350.61,127,ae,7294.2080000042915 -6740,SUCCESS,2,1,10015.02,59010350.61,59020365.63,127,qft,16024.031999993325 -6741,SUCCESS,2,1,287.56,59020365.63,59020653.19,127,ghz,460.0960000038147 -6742,SUCCESS,2,1,97.63,59020653.19,59020750.82,127,graphstate,156.20800000429153 -6743,SUCCESS,2,1,4220.38,59020750.82,59024971.2,127,su2random,6752.608000004292 -6745,SUCCESS,2,1,205655.89,59024971.2,59230627.09,127,grover-noancilla,329049.42399998906 -6746,SUCCESS,2,1,3160.71,59230627.09,59233787.8,127,qnn,5057.136000001431 -6747,SUCCESS,2,1,44861.56,59233787.8,59278649.36,127,realamprandom,71778.49600000381 -6748,SUCCESS,2,1,67.93,59278649.36,59278717.29,127,wstate,108.68799999952317 -6749,SUCCESS,2,1,6355.09,59278717.29,59285072.38,127,twolocalrandom,10168.143999993801 -6751,SUCCESS,2,1,446.26,59285072.38,59285518.64,127,dj,714.0160000085831 -6752,SUCCESS,2,1,557.9,59285518.64,59286076.54,127,qftentangled,892.6399999976159 -6753,SUCCESS,2,1,420.6,59286076.54,59286497.14,127,qftentangled,672.9600000023843 -6754,SUCCESS,2,1,50.21,59286497.14,59286547.35,127,ghz,80.33600000143052 -6755,SUCCESS,2,1,93072.98,59286547.35,59379620.33,127,random,148916.76799999477 -6756,SUCCESS,2,1,283.52,59379620.33,59379903.85,127,dj,453.63200000524523 -6757,SUCCESS,2,1,4411.92,59379903.85,59384315.77,127,realamprandom,7059.071999990941 -6760,SUCCESS,2,1,29890.34,59384315.77,59414206.11,127,random,47824.54400000573 -6761,SUCCESS,2,1,178.21,59414206.11,59414384.32,127,graphstate,285.13600000143055 -6762,SUCCESS,2,1,720.59,59414384.32,59415104.91,127,qnn,1152.943999993801 -6763,SUCCESS,2,1,4472.85,59415104.91,59419577.76,127,random,7156.560000002384 -6764,SUCCESS,2,1,52634.5,59419577.76,59472212.26,127,twolocalrandom,84215.20000000001 -6765,SUCCESS,2,1,63619.47,59472212.26,59535831.73,127,realamprandom,101791.1519999981 -6766,SUCCESS,2,1,2149.77,59535831.73,59537981.5,127,twolocalrandom,3439.6320000052456 -6767,SUCCESS,2,1,23728.49,59537981.5,59561709.99,127,ae,37965.58399999142 -6768,SUCCESS,2,1,9134.1,59561709.99,59570844.09,127,realamprandom,14614.560000014306 -6769,SUCCESS,2,1,2056.62,59570844.09,59572900.71,127,dj,3290.5919999957086 -6770,SUCCESS,2,1,3613.75,59572900.71,59576514.46,127,qpeexact,5782.0 -6771,SUCCESS,2,1,1975.99,59576514.46,59578490.45,127,dj,3161.583999991417 -6772,SUCCESS,2,1,30152.8,59578490.45,59608643.25,127,qpeexact,48244.480000007155 -6774,SUCCESS,2,1,480.52,59608643.25,59609123.77,127,realamprandom,768.8320000052453 -6775,SUCCESS,2,1,17583.22,59609123.77,59626706.99,127,su2random,28133.151999986174 -6776,SUCCESS,2,1,3827.48,59626706.99,59630534.47,127,qpeinexact,6123.968000006676 -6777,SUCCESS,2,1,37081.33,59630534.47,59667615.8,127,qnn,59330.127999997145 -6778,SUCCESS,2,1,479.4,59667615.8,59668095.2,127,qpeexact,767.0400000095368 -6779,SUCCESS,2,1,7261.18,59668095.2,59675356.38,127,random,11617.887999999524 -6780,SUCCESS,2,1,14124.43,59675356.38,59689480.81,127,twolocalrandom,22599.087999987605 -6782,SUCCESS,2,1,22751.84,59689480.81,59712232.65,127,su2random,36402.94400000572 -6784,SUCCESS,2,1,42.83,59712232.65,59712275.48,127,vqe,68.52799999713898 -6785,SUCCESS,2,1,3178.32,59712275.48,59715453.8,127,qpeexact,5085.312000000477 -6786,SUCCESS,2,1,841.23,59715453.8,59716295.03,127,wstate,1345.9680000066758 -6787,SUCCESS,2,1,18300.76,59716295.03,59734595.79,127,qpeexact,29281.215999996664 -6788,SUCCESS,2,1,24755.74,59734595.79,59759351.53,127,qftentangled,39609.18400000334 -6789,SUCCESS,2,1,5436.92,59759351.53,59764788.45,127,twolocalrandom,8699.072000002861 -6790,SUCCESS,2,1,905.46,59764788.45,59765693.91,127,dj,1448.7359999895098 -6791,SUCCESS,2,1,24165.43,59765693.91,59789859.34,127,qpeinexact,38664.68799999952 -6792,SUCCESS,2,1,124.95,59789859.34,59789984.29,127,ghz,199.92000000476838 -6793,SUCCESS,2,1,814.53,59789984.29,59790798.82,127,wstate,1303.2480000019075 -6794,SUCCESS,2,1,1755.11,59790798.82,59792553.93,127,dj,2808.1759999990463 -6795,SUCCESS,2,1,20532.11,59792553.93,59813086.04,127,ae,32851.37599999905 -6796,SUCCESS,2,1,7710.03,59813086.04,59820796.07,127,qnn,12336.048000001909 -6797,SUCCESS,2,1,4561.43,59820796.07,59825357.5,127,ae,7298.287999999524 -6798,SUCCESS,2,1,99.04,59825357.5,59825456.54,127,wstate,158.4639999985695 -6799,SUCCESS,2,1,3700.04,59825456.54,59829156.58,127,qpeexact,5920.06399999857 -6801,SUCCESS,2,1,346.36,59829156.58,59829502.94,127,graphstate,554.1759999990463 -6802,SUCCESS,2,1,567.93,59829502.94,59830070.87,127,su2random,908.6879999995232 -6803,SUCCESS,2,1,13126.01,59830070.87,59843196.88,127,ae,21001.615999996662 -6804,SUCCESS,2,1,43830.6,59843196.88,59887027.48,127,twolocalrandom,70128.9600000024 -6808,SUCCESS,2,1,4981.09,59887027.48,59892008.57,127,qpeexact,7969.744000005722 -6810,SUCCESS,2,1,4316.64,59892008.57,59896325.21,127,random,6906.624000000954 -6811,SUCCESS,2,1,61407.42,59896325.21,59957732.63,127,random,98251.87200000287 -6812,SUCCESS,2,1,25986.39,59957732.63,59983719.02,127,qpeinexact,41578.224000000955 -6813,SUCCESS,2,1,9739.51,59983719.02,59993458.53,127,qft,15583.215999996663 -6814,SUCCESS,2,1,10781.32,59993458.53,60004239.85,127,ae,17250.112000000478 -6815,SUCCESS,2,1,18109.04,60004239.85,60022348.89,127,random,28974.46399999857 -6816,SUCCESS,2,1,43172.17,60022348.89,60065521.06,127,twolocalrandom,69075.47200000286 -6817,SUCCESS,2,1,1395.79,60065521.06,60066916.85,127,ghz,2233.2639999985695 -6818,SUCCESS,2,1,677.05,60066916.85,60067593.9,127,su2random,1083.2799999952317 -6819,SUCCESS,2,1,3245.93,60067593.9,60070839.83,127,qnn,5193.487999999524 -6822,SUCCESS,2,1,7104.35,60070839.83,60077944.18,127,su2random,11366.960000002386 -6823,SUCCESS,2,1,37559.92,60077944.18,60115504.1,127,random,60095.87200000286 -6825,SUCCESS,2,1,44725.77,60115504.1,60160229.87,127,su2random,71561.23199999332 -6826,SUCCESS,2,1,22856.4,60160229.87,60183086.27,127,realamprandom,36570.24000000954 -6827,SUCCESS,2,1,5485.79,60183086.27,60188572.06,127,qpeinexact,8777.26399998665 -6828,SUCCESS,2,1,86.79,60188572.06,60188658.85,127,graphstate,138.86400001049043 -6830,SUCCESS,2,1,1575.5,60188658.85,60190234.35,127,qftentangled,2520.8 -6831,SUCCESS,2,1,1157.89,60190234.35,60191392.24,127,graphstate,1852.6239999890329 -6832,SUCCESS,2,1,850.75,60191392.24,60192242.99,127,pricingcall,1361.2 -6834,SUCCESS,2,1,653.94,60192242.99,60192896.93,127,dj,1046.3040000081062 -6835,SUCCESS,2,1,3364.76,60192896.93,60196261.69,127,su2random,5383.615999996662 -6836,SUCCESS,2,1,4031.53,60196261.69,60200293.22,127,twolocalrandom,6450.4480000019075 -6838,SUCCESS,2,1,771.79,60200293.22,60201065.01,127,dj,1234.8639999985696 -6840,SUCCESS,2,1,64.5,60201065.01,60201129.51,127,ghz,103.2 -6841,SUCCESS,2,1,8356.91,60201129.51,60209486.42,127,qpeinexact,13371.055999994278 -6842,SUCCESS,2,1,5084.63,60209486.42,60214571.05,127,realamprandom,8135.408000004292 -6843,SUCCESS,2,1,21519.08,60214571.05,60236090.13,127,realamprandom,34430.52799999714 -6844,SUCCESS,2,1,1205.69,60236090.13,60237295.82,127,ghz,1929.1040000081064 -6845,SUCCESS,2,1,30666.03,60237295.82,60267961.85,127,qpeexact,49065.64800000191 -6846,SUCCESS,2,1,21858.31,60267961.85,60289820.16,127,qftentangled,34973.2959999919 -6847,SUCCESS,2,1,38400.56,60289820.16,60328220.72,127,qpeinexact,61440.89600000382 -6848,SUCCESS,2,1,3538,60328220.72,60331758.72,127,qftentangled,5660.8 -6849,SUCCESS,2,1,6387.36,60331758.72,60338146.08,127,random,10219.775999999047 -6850,SUCCESS,2,1,1173.82,60338146.08,60339319.9,127,wstate,1878.1120000004769 -6851,SUCCESS,2,1,241.86,60339319.9,60339561.76,127,wstate,386.97599999904634 -6852,SUCCESS,2,1,3969,60339561.76,60343530.76,127,qnn,6350.400000000001 -6853,SUCCESS,2,1,9082.83,60343530.76,60352613.59,127,ae,14532.527999997139 -6854,SUCCESS,2,1,5896.8,60352613.59,60358510.39,127,qpeinexact,9434.880000007153 -6855,SUCCESS,2,1,13722.76,60358510.39,60372233.15,127,qft,21956.415999996665 -6856,SUCCESS,2,1,14708.93,60372233.15,60386942.08,127,ae,23534.287999999524 -6857,SUCCESS,2,1,3105.03,60386942.08,60390047.11,127,su2random,4968.048000001908 -6860,SUCCESS,2,1,11125.09,60390047.11,60401172.2,127,su2random,17800.1439999938 -6861,SUCCESS,2,1,15826.03,60401172.2,60416998.23,127,realamprandom,25321.648000001907 -6862,SUCCESS,2,1,674.41,60416998.23,60417672.64,127,groundstate,1079.056000006199 -6864,SUCCESS,2,1,19325.26,60417672.64,60436997.9,127,twolocalrandom,30920.415999996665 -6865,SUCCESS,2,1,7124.26,60436997.9,60444122.16,127,qnn,11398.815999996663 -6866,SUCCESS,2,1,6492.5,60444122.16,60450614.66,127,ae,10388.0 -6867,SUCCESS,2,1,336.11,60450614.66,60450950.77,127,ghz,537.7759999990463 -6868,SUCCESS,2,1,16676.11,60450950.77,60467626.88,127,qpeexact,26681.77600001097 -6870,SUCCESS,2,1,154.69,60467626.88,60467781.57,127,graphstate,247.5039999961853 -6871,SUCCESS,2,1,204.44,60467781.57,60467986.01,127,qaoa,327.10399999618534 -6873,SUCCESS,2,1,11512.8,60467986.01,60479498.81,127,qnn,18420.480000007152 -6874,SUCCESS,2,1,15655.98,60479498.81,60495154.79,127,qnn,25049.567999994757 -6875,SUCCESS,2,1,1999.96,60495154.79,60497154.75,127,qnn,3199.936000001431 -6876,SUCCESS,2,1,3270.44,60497154.75,60500425.19,127,wstate,5232.703999996185 -6879,SUCCESS,2,1,53909.3,60500425.19,60554334.49,127,realamprandom,86254.87999999523 -6880,SUCCESS,2,1,2805.44,60554334.49,60557139.93,127,ae,4488.704000008106 -6883,SUCCESS,2,1,62491.2,60557139.93,60619631.13,127,twolocalrandom,99985.92000000477 -6885,SUCCESS,2,1,608.37,60619631.13,60620239.5,127,wstate,973.3919999957085 -6886,SUCCESS,2,1,1548.88,60620239.5,60621788.38,127,qft,2478.2080000042915 -6887,SUCCESS,2,1,463.81,60621788.38,60622252.19,127,graphstate,742.0959999918938 -6888,SUCCESS,2,1,9853.7,60622252.19,60632105.89,127,su2random,15765.92000000477 -6889,SUCCESS,2,1,1552.61,60632105.89,60633658.5,127,qpeinexact,2484.1759999990463 -6890,SUCCESS,2,1,888.6,60633658.5,60634547.1,127,qft,1421.7600000023842 -6891,SUCCESS,2,1,4622.72,60634547.1,60639169.82,127,qftentangled,7396.351999998093 -6892,SUCCESS,2,1,12181.59,60639169.82,60651351.41,127,ae,19490.543999993803 -6895,SUCCESS,2,1,7112.78,60651351.41,60658464.19,127,qft,11380.448000001908 -6896,SUCCESS,2,1,32521.01,60658464.19,60690985.2,127,qnn,52033.61600000859 -6897,SUCCESS,2,1,188.43,60690985.2,60691173.63,127,graphstate,301.4879999995232 -6898,SUCCESS,2,1,20340.91,60691173.63,60711514.54,127,qnn,32545.45599999428 -6899,SUCCESS,2,1,7624.96,60711514.54,60719139.5,127,ae,12199.936000001431 -6900,SUCCESS,2,1,5690.93,60719139.5,60724830.43,127,ae,9105.487999999523 -6901,SUCCESS,2,1,2402.88,60724830.43,60727233.31,127,qpeinexact,3844.607999992371 -6902,SUCCESS,2,1,870.65,60727233.31,60728103.96,127,wstate,1393.040000009537 -6903,SUCCESS,2,1,328.78,60728103.96,60728432.74,127,graphstate,526.0479999899865 -6904,SUCCESS,2,1,5440.92,60728432.74,60733873.66,127,qpeinexact,8705.472000002861 -6905,SUCCESS,2,1,2162.53,60733873.66,60736036.19,127,dj,3460.0480000019074 -6906,SUCCESS,2,1,1097.98,60736036.19,60737134.17,127,ghz,1756.7680000066757 -6907,SUCCESS,2,1,22630.55,60737134.17,60759764.72,127,su2random,36208.87999999523 -6910,SUCCESS,2,1,18484.45,60759764.72,60778249.17,127,qpeexact,29575.11999999285 -6911,SUCCESS,2,1,8190.93,60778249.17,60786440.1,127,twolocalrandom,13105.488000011444 -6913,SUCCESS,2,1,1105.53,60786440.1,60787545.63,127,su2random,1768.8479999899864 -6914,SUCCESS,2,1,1055.82,60787545.63,60788601.45,127,qft,1689.312000012398 -6915,SUCCESS,2,1,2184.18,60788601.45,60790785.63,127,dj,3494.6879999876023 -6917,SUCCESS,2,1,886.43,60790785.63,60791672.06,127,dj,1418.2879999995232 -6918,SUCCESS,2,1,14997.92,60791672.06,60806669.98,127,ae,23996.67200000286 -6919,SUCCESS,2,1,6349.85,60806669.98,60813019.83,127,ae,10159.760000002385 -6920,SUCCESS,2,1,92.39,60813019.83,60813112.22,127,vqe,147.82400000095367 -6921,SUCCESS,2,1,148.48,60813112.22,60813260.7,127,dj,237.56800000667573 -6922,SUCCESS,2,1,20558.51,60813260.7,60833819.21,127,realamprandom,32893.61599999666 -6923,SUCCESS,2,1,78042.11,60833819.21,60911861.32,127,random,124867.37599999906 -6924,SUCCESS,2,1,2180.77,60911861.32,60914042.09,127,qpeinexact,3489.2320000052455 -6925,SUCCESS,2,1,1904.02,60914042.09,60915946.11,127,qft,3046.4319999933246 -6926,SUCCESS,2,1,34987.44,60915946.11,60950933.55,127,random,55979.90399999619 -6927,SUCCESS,2,1,513.46,60950933.55,60951447.01,127,dj,821.5360000014306 -6928,SUCCESS,2,1,196.84,60951447.01,60951643.85,127,ghz,314.94400000572205 -6929,SUCCESS,2,1,12845.93,60951643.85,60964489.78,127,qpeinexact,20553.487999999525 -6930,SUCCESS,2,1,2768.26,60964489.78,60967258.04,127,su2random,4429.2159999966625 -6931,SUCCESS,2,1,1944.21,60967258.04,60969202.25,127,wstate,3110.7360000014305 -6932,SUCCESS,2,1,1312.85,60969202.25,60970515.1,127,dj,2100.560000002384 -6935,SUCCESS,2,1,515.3,60970515.1,60971030.4,127,wstate,824.4799999952317 -6936,SUCCESS,2,1,3422.35,60971030.4,60974452.75,127,ae,5475.760000002385 -6937,SUCCESS,2,1,23.27,60974452.75,60974476.02,127,ghz,37.23199999332428 -6938,SUCCESS,2,1,868.06,60974476.02,60975344.08,127,qpeexact,1388.8960000038148 -6939,SUCCESS,2,1,12169.96,60975344.08,60987514.04,127,su2random,19471.93600000143 -6940,SUCCESS,2,1,411.64,60987514.04,60987925.68,127,qftentangled,658.6240000009537 -6941,SUCCESS,2,1,951.97,60987925.68,60988877.65,127,wstate,1523.1519999980928 -6942,SUCCESS,2,1,117301.95,60988877.65,61106179.6,127,random,187683.12000000477 -6945,SUCCESS,2,1,35311.52,61106179.6,61141491.12,127,random,56498.43199999333 -6947,SUCCESS,2,1,96,61141491.12,61141587.12,127,routing,153.60000000000002 -6948,SUCCESS,2,1,19789.37,61141587.12,61161376.49,127,qpeinexact,31662.99199999571 -6949,SUCCESS,2,1,157.73,61161376.49,61161534.22,127,graphstate,252.36800000667574 -6951,SUCCESS,2,1,886.52,61161534.22,61162420.74,127,dj,1418.4320000052453 -6952,SUCCESS,2,1,1341.57,61162420.74,61163762.31,127,realamprandom,2146.511999988556 -6954,SUCCESS,2,1,98.25,61163762.31,61163860.56,127,graphstate,157.20000001192093 -6955,SUCCESS,2,1,22958.81,61163860.56,61186819.37,127,su2random,36734.09599999189 -6956,SUCCESS,2,1,15829.67,61186819.37,61202649.04,127,twolocalrandom,25327.47200000286 -6958,SUCCESS,2,1,7378.68,61202649.04,61210027.72,127,qft,11805.887999999524 -6959,SUCCESS,2,1,1291.57,61210027.72,61211319.29,127,graphstate,2066.5120000004767 -6960,SUCCESS,2,1,1280.73,61211319.29,61212600.02,127,wstate,2049.168000006676 -6961,SUCCESS,2,1,5655.03,61212600.02,61218255.05,127,qpeinexact,9048.047999989987 -6962,SUCCESS,2,1,758.97,61218255.05,61219014.02,127,ae,1214.3520000100136 -6963,SUCCESS,2,1,1713.61,61219014.02,61220727.63,127,realamprandom,2741.7759999990467 -6964,SUCCESS,2,1,12406.59,61220727.63,61233134.22,127,realamprandom,19850.543999993803 -6966,SUCCESS,2,1,6922.24,61233134.22,61240056.46,127,qftentangled,11075.584000003339 -6967,SUCCESS,2,1,1956.52,61240056.46,61242012.98,127,ae,3130.4319999933246 -6968,SUCCESS,2,1,1867.92,61242012.98,61243880.9,127,ghz,2988.6720000028613 -6969,SUCCESS,2,1,8910.22,61243880.9,61252791.12,127,qpeinexact,14256.351999998093 -6970,SUCCESS,2,1,4652.49,61252791.12,61257443.61,127,qft,7443.984000003338 -6971,SUCCESS,2,1,6402.79,61257443.61,61263846.4,127,qpeinexact,10244.46399999857 -6972,SUCCESS,2,1,31652.43,61263846.4,61295498.83,127,qft,50643.887999999526 -6973,SUCCESS,2,1,56608.32,61295498.83,61352107.15,127,su2random,90573.31200000049 -6975,SUCCESS,2,1,1723.94,61352107.15,61353831.09,127,ae,2758.3039999961857 -6977,SUCCESS,2,1,714.36,61353831.09,61354545.45,127,dj,1142.9759999990463 -6979,SUCCESS,2,1,971.25,61354545.45,61355516.7,127,dj,1554.0 -6980,SUCCESS,2,1,16658.34,61355516.7,61372175.04,127,qpeinexact,26653.344000005724 -6981,SUCCESS,2,1,4493.5,61372175.04,61376668.54,127,wstate,7189.6 -6982,SUCCESS,2,1,29690.45,61376668.54,61406358.99,127,realamprandom,47504.720000004774 -6984,SUCCESS,2,1,4234.18,61406358.99,61410593.17,127,realamprandom,6774.687999987603 -6986,SUCCESS,2,1,1353.34,61410593.17,61411946.51,127,portfolioqaoa,2165.344000005722 -6987,SUCCESS,2,1,17560.1,61411946.51,61429506.61,127,realamprandom,28096.160000002386 -6988,SUCCESS,2,1,2929.15,61429506.61,61432435.76,127,su2random,4686.639999997616 -6989,SUCCESS,2,1,2385.75,61432435.76,61434821.51,127,su2random,3817.2000000000003 -6990,SUCCESS,2,1,609.45,61434821.51,61435430.96,127,qpeinexact,975.1200000047684 -6991,SUCCESS,2,1,52.88,61435430.96,61435483.84,127,ghz,84.60799999237061 -6992,SUCCESS,2,1,1059.63,61435483.84,61436543.47,127,twolocalrandom,1695.4080000042916 -6993,SUCCESS,2,1,7260.12,61436543.47,61443803.59,127,qnn,11616.19200000763 -6995,SUCCESS,2,1,6347.32,61443803.59,61450150.91,127,qnn,10155.711999988556 -6996,SUCCESS,2,1,6509.86,61450150.91,61456660.77,127,ae,10415.776000010968 -6997,SUCCESS,2,1,12296.35,61456660.77,61468957.12,127,qftentangled,19674.159999990465 -6998,SUCCESS,2,1,86.93,61468957.12,61469044.05,127,graphstate,139.08799999952316 -6999,SUCCESS,2,1,4300.95,61469044.05,61473345,127,portfoliovqe,6881.520000004769 -7000,SUCCESS,2,1,5026.05,61473345,61478371.05,127,twolocalrandom,8041.679999995232 -7001,SUCCESS,2,1,825.63,61478371.05,61479196.68,127,wstate,1321.0080000042917 -7002,SUCCESS,2,1,1710.09,61479196.68,61480906.77,127,dj,2736.143999993801 -7004,SUCCESS,2,1,43.23,61480906.77,61480950,127,ghz,69.16800000667573 -7005,SUCCESS,2,1,6937.53,61480950,61487887.53,127,qftentangled,11100.048000001909 -7006,SUCCESS,2,1,20725.5,61487887.53,61508613.03,127,realamprandom,33160.8 -7007,SUCCESS,2,1,12023.06,61508613.03,61520636.09,127,su2random,19236.896000003817 -7009,SUCCESS,2,1,15706.86,61520636.09,61536342.95,127,realamprandom,25130.975999987128 -7010,SUCCESS,2,1,30276.71,61536342.95,61566619.66,127,twolocalrandom,48442.73600000143 -7012,SUCCESS,2,1,273.68,61566619.66,61566893.34,127,graphstate,437.8879999995232 -7013,SUCCESS,2,1,946.66,61566893.34,61567840,127,wstate,1514.656000006199 -7015,SUCCESS,2,1,15342.22,61567840,61583182.22,127,qft,24547.551999998093 -7016,SUCCESS,2,1,968.95,61583182.22,61584151.17,127,qft,1550.3199999928474 -7017,SUCCESS,2,1,535.55,61584151.17,61584686.72,127,dj,856.8800000071526 -7018,SUCCESS,2,1,757.28,61584686.72,61585444,127,dj,1211.6480000019073 -7019,SUCCESS,2,1,1864.36,61585444,61587308.36,127,ghz,2982.9759999990465 -7020,SUCCESS,2,1,11403.45,61587308.36,61598711.81,127,twolocalrandom,18245.519999992848 -7021,SUCCESS,2,1,1104.38,61598711.81,61599816.19,127,qpeinexact,1767.0080000042917 -7022,SUCCESS,2,1,274.69,61599816.19,61600090.88,127,ghz,439.5039999961853 -7023,SUCCESS,2,1,617.15,61600090.88,61600708.03,127,wstate,987.4400000095368 -7026,SUCCESS,2,1,263.49,61600708.03,61600971.52,127,graphstate,421.5840000033379 -7027,SUCCESS,2,1,545.85,61600971.52,61601517.37,127,qaoa,873.3599999904633 -7028,SUCCESS,2,1,244.26,61601517.37,61601761.63,127,dj,390.8160000085831 -7029,SUCCESS,2,1,109016.48,61601761.63,61710778.11,127,random,174426.36799999478 -7030,SUCCESS,2,1,460.5,61710778.11,61711238.61,127,wstate,736.8000000000001 -7032,SUCCESS,2,1,117.54,61711238.61,61711356.15,127,ghz,188.0639999985695 -7033,SUCCESS,2,1,3624.2,61711356.15,61714980.35,127,qft,5798.720000004769 -7034,SUCCESS,2,1,94.82,61714980.35,61715075.17,127,wstate,151.7119999885559 -7035,SUCCESS,2,1,565.06,61715075.17,61715640.23,127,dj,904.0960000038148 -7036,SUCCESS,2,1,33543.43,61715640.23,61749183.66,127,realamprandom,53669.487999999525 -7037,SUCCESS,2,1,11718.05,61749183.66,61760901.71,127,realamprandom,18748.880000007153 -7038,SUCCESS,2,1,1565.58,61760901.71,61762467.29,127,twolocalrandom,2504.927999997139 -7040,SUCCESS,2,1,441.44,61762467.29,61762908.73,127,wstate,706.3039999961853 -7041,SUCCESS,2,1,833.39,61762908.73,61763742.12,127,dj,1333.4240000009538 -7042,SUCCESS,2,1,4446.61,61763742.12,61768188.73,127,qftentangled,7114.575999999047 -7043,SUCCESS,2,1,453.93,61768188.73,61768642.66,127,graphstate,726.2879999995232 -7044,SUCCESS,2,1,2043.86,61768642.66,61770686.52,127,dj,3270.1760000109675 -7046,SUCCESS,2,1,666.12,61770686.52,61771352.64,127,pricingcall,1065.7919999957085 -7049,SUCCESS,2,1,15546.41,61771352.64,61786899.05,127,qnn,24874.25599999428 -7050,SUCCESS,2,1,747.75,61786899.05,61787646.8,127,qnn,1196.4 -7051,SUCCESS,2,1,3532.66,61787646.8,61791179.46,127,qpeinexact,5652.256000006199 -7052,SUCCESS,2,1,990.51,61791179.46,61792169.97,127,dj,1584.8159999966622 -7053,SUCCESS,2,1,923.6,61792169.97,61793093.57,127,dj,1477.7600000023842 -7054,SUCCESS,2,1,811.22,61793093.57,61793904.79,127,qft,1297.9519999980928 -7055,SUCCESS,2,1,3056.98,61793904.79,61796961.77,127,random,4891.167999994755 -7056,SUCCESS,2,1,240.9,61796961.77,61797202.67,127,qft,385.4400000095368 -7057,SUCCESS,2,1,6814.97,61797202.67,61804017.64,127,su2random,10903.951999998093 -7059,SUCCESS,2,1,32552.8,61804017.64,61836570.44,127,qnn,52084.47999999524 -7060,SUCCESS,2,1,1565.3,61836570.44,61838135.74,127,dj,2504.479999995232 -7061,SUCCESS,2,1,1892.84,61838135.74,61840028.58,127,qpeexact,3028.5440000057224 -7062,SUCCESS,2,1,10361.23,61840028.58,61850389.81,127,realamprandom,16577.967999994755 -7063,SUCCESS,2,1,31508,61850389.81,61881897.81,127,qnn,50412.8 -7064,SUCCESS,2,1,11350.58,61881897.81,61893248.39,127,random,18160.928000009062 -7067,SUCCESS,2,1,326.66,61893248.39,61893575.05,127,realamprandom,522.655999994278 -7068,SUCCESS,2,1,378.74,61893575.05,61893953.79,127,wstate,605.9840000033379 -7069,SUCCESS,2,1,33523.45,61893953.79,61927477.24,127,twolocalrandom,53637.52000000477 -7070,SUCCESS,2,1,3191.17,61927477.24,61930668.41,127,ae,5105.871999990941 -7071,SUCCESS,2,1,425.53,61930668.41,61931093.94,127,wstate,680.8480000019074 -7074,SUCCESS,2,1,2366,61931093.94,61933459.94,127,qftentangled,3785.6000000000004 -7076,SUCCESS,2,1,4017.2,61933459.94,61937477.14,127,qwalk-v-chain,6427.520000004769 -7078,SUCCESS,2,1,1341.16,61937477.14,61938818.3,127,pricingput,2145.855999994278 -7079,SUCCESS,2,1,1937.4,61938818.3,61940755.7,127,dj,3099.840000009537 -7080,SUCCESS,2,1,159.18,61940755.7,61940914.88,127,ghz,254.68799999952319 -7081,SUCCESS,2,1,2057,61940914.88,61942971.88,127,qft,3291.2000000000003 -7082,SUCCESS,2,1,36730.46,61942971.88,61979702.34,127,realamprandom,58768.73599998951 -7084,SUCCESS,2,1,6905.42,61979702.34,61986607.76,127,qftentangled,11048.672000002862 -7085,SUCCESS,2,1,19881.64,61986607.76,62006489.4,127,realamprandom,31810.624000000957 -7087,SUCCESS,2,1,1492.79,62006489.4,62007982.19,127,portfolioqaoa,2388.4639999985698 -7088,SUCCESS,2,1,10156.32,62007982.19,62018138.51,127,ae,16250.112000000478 -7090,SUCCESS,2,1,997.17,62018138.51,62019135.68,127,wstate,1595.472000002861 -7091,SUCCESS,2,1,321.77,62019135.68,62019457.45,127,dj,514.8320000052453 -7092,SUCCESS,2,1,27357.36,62019457.45,62046814.81,127,qft,43771.77599998713 -7094,SUCCESS,2,1,1240.57,62046814.81,62048055.38,127,wstate,1984.9120000004768 -7095,SUCCESS,2,1,8081.54,62048055.38,62056136.92,127,qpeexact,12930.464000010492 -7096,SUCCESS,2,1,12925.91,62056136.92,62069062.83,127,qpeinexact,20681.45599999428 -7098,SUCCESS,2,1,31404.73,62069062.83,62100467.56,127,twolocalrandom,50247.56799999476 -7099,SUCCESS,2,1,1109.56,62100467.56,62101577.12,127,dj,1775.2960000038147 -7102,SUCCESS,2,1,1700.54,62101577.12,62103277.66,127,wstate,2720.86399999857 -7103,SUCCESS,2,1,142641.95,62103277.66,62245919.61,127,random,228227.12000000477 -7104,SUCCESS,2,1,328.69,62245919.61,62246248.3,127,graphstate,525.9039999961853 -7105,SUCCESS,2,1,6016.87,62246248.3,62252265.17,127,qpeinexact,9626.992000007629 -7106,SUCCESS,2,1,2976.96,62252265.17,62255242.13,127,qft,4763.136000001431 -7109,SUCCESS,2,1,2098.83,62255242.13,62257340.96,127,wstate,3358.1279999971393 -7110,SUCCESS,2,1,3008.63,62257340.96,62260349.59,127,qpeexact,4813.808000004292 -7111,SUCCESS,2,1,222.81,62260349.59,62260572.4,127,ghz,356.49599999189377 -7112,SUCCESS,2,1,16539.81,62260572.4,62277112.21,127,qpeexact,26463.696000003816 -7114,SUCCESS,2,1,2926.49,62277112.21,62280038.7,127,dj,4682.383999991417 -7115,SUCCESS,2,1,211,62280038.7,62280249.7,127,dj,337.60000001192094 -7117,SUCCESS,2,1,2749.64,62280249.7,62282999.34,127,qnn,4399.424000000954 -7118,SUCCESS,2,1,64.08,62282999.34,62283063.42,127,ghz,102.52799999713898 -7119,SUCCESS,2,1,14255.54,62283063.42,62297318.96,127,ae,22808.86399999857 -7120,SUCCESS,2,1,11661.71,62297318.96,62308980.67,127,twolocalrandom,18658.73600000143 -7121,SUCCESS,2,1,3083.78,62308980.67,62312064.45,127,pricingput,4934.047999989987 -7122,SUCCESS,2,1,1471.06,62312064.45,62313535.51,127,ae,2353.696000003815 -7123,SUCCESS,2,1,35331.78,62313535.51,62348867.29,127,twolocalrandom,56530.84800000191 -7124,SUCCESS,2,1,10543.65,62348867.29,62359410.94,127,qpeinexact,16869.839999997617 -7125,SUCCESS,2,1,4424.85,62359410.94,62363835.79,127,su2random,7079.760000002385 -7126,SUCCESS,2,1,57948.32,62363835.79,62421784.11,127,su2random,92717.31200000049 -7127,SUCCESS,2,1,551.6,62421784.11,62422335.71,127,wstate,882.5600000023842 -7128,SUCCESS,2,1,1174.88,62422335.71,62423510.59,127,random,1879.8079999923707 -7131,SUCCESS,2,1,2241.84,62423510.59,62425752.43,127,ae,3586.944000005722 -7132,SUCCESS,2,1,28592.99,62425752.43,62454345.42,127,qftentangled,45748.78399999142 -7135,SUCCESS,2,1,1632.1,62454345.42,62455977.52,127,ae,2611.360000014305 -7136,SUCCESS,2,1,384.85,62455977.52,62456362.37,127,wstate,615.7599999904633 -7137,SUCCESS,2,1,392.22,62456362.37,62456754.59,127,qftentangled,627.5520000100137 -7139,SUCCESS,2,1,53.88,62456754.59,62456808.47,127,graphstate,86.20799999237062 -7141,SUCCESS,2,1,9615.44,62456808.47,62466423.91,127,qftentangled,15384.703999996185 -7143,SUCCESS,2,1,145.28,62466423.91,62466569.19,127,graphstate,232.44800000190736 -7145,SUCCESS,2,1,5534.34,62466569.19,62472103.53,127,wstate,8854.944000005722 -7146,SUCCESS,2,1,18921.17,62472103.53,62491024.7,127,su2random,30273.87199999094 -7147,SUCCESS,2,1,6811.49,62491024.7,62497836.19,127,ae,10898.384000003338 -7149,SUCCESS,2,1,3780.09,62497836.19,62501616.28,127,twolocalrandom,6048.144000005723 -7150,SUCCESS,2,1,919.61,62501616.28,62502535.89,127,ae,1471.3759999990464 -7151,SUCCESS,2,1,3155.33,62502535.89,62505691.22,127,dj,5048.527999997139 -7152,SUCCESS,2,1,5559.39,62505691.22,62511250.61,127,wstate,8895.024000000954 -7153,SUCCESS,2,1,18639.25,62511250.61,62529889.86,127,twolocalrandom,29822.800000000003 -7154,SUCCESS,2,1,8766.81,62529889.86,62538656.67,127,qpeinexact,14026.895999991895 -7155,SUCCESS,2,1,3406.65,62538656.67,62542063.32,127,realamprandom,5450.640000009537 -7156,SUCCESS,2,1,137.85,62542063.32,62542201.17,127,ghz,220.55999999046327 -7157,SUCCESS,2,1,15306.38,62542201.17,62557507.55,127,su2random,24490.20800000429 -7158,SUCCESS,2,1,814.63,62557507.55,62558322.18,127,graphstate,1303.4080000042916 -7159,SUCCESS,2,1,9616.85,62558322.18,62567939.03,127,qpeinexact,15386.960000002386 -7160,SUCCESS,2,1,6574.96,62567939.03,62574513.99,127,ae,10519.936000001431 -7162,SUCCESS,2,1,147392.7,62574513.99,62721906.69,127,random,235828.31999999285 -7163,SUCCESS,2,1,14594.77,62721906.69,62736501.46,127,realamprandom,23351.632000005247 -7166,SUCCESS,2,1,12140.05,62736501.46,62748641.51,127,qftentangled,19424.079999995232 -7167,SUCCESS,2,1,13714.96,62748641.51,62762356.47,127,qpeexact,21943.93600000143 -7168,SUCCESS,2,1,5501.66,62762356.47,62767858.13,127,twolocalrandom,8802.655999994278 -7169,SUCCESS,2,1,276.9,62767858.13,62768135.03,127,ghz,443.04000000953675 -7172,SUCCESS,2,1,1220.38,62768135.03,62769355.41,127,qftentangled,1952.6079999923707 -7173,SUCCESS,2,1,18626.78,62769355.41,62787982.19,127,ae,29802.848000001908 -7174,SUCCESS,2,1,304.74,62787982.19,62788286.93,127,graphstate,487.5840000033379 -7175,SUCCESS,2,1,26443.55,62788286.93,62814730.48,127,qwalk-v-chain,42309.679999995235 -7177,SUCCESS,2,1,38477.01,62814730.48,62853207.49,127,random,61563.21599999667 -7178,SUCCESS,2,1,99.24,62853207.49,62853306.73,127,graphstate,158.78400000333787 -7179,SUCCESS,2,1,210.86,62853306.73,62853517.59,127,qaoa,337.37599999904637 -7180,SUCCESS,2,1,355.44,62853517.59,62853873.03,127,su2random,568.7040000081063 -7184,SUCCESS,2,1,224.55,62853873.03,62854097.58,127,graphstate,359.27999999523166 -7186,SUCCESS,2,1,17815.1,62854097.58,62871912.68,127,su2random,28504.160000002386 -7187,SUCCESS,2,1,6297.56,62871912.68,62878210.24,127,qnn,10076.095999991894 -7188,SUCCESS,2,1,26905.96,62878210.24,62905116.2,127,qpeinexact,43049.53600000143 -7189,SUCCESS,2,1,870.6,62905116.2,62905986.8,127,wstate,1392.9600000023843 -7190,SUCCESS,2,1,473.17,62905986.8,62906459.97,127,dj,757.072000002861 -7191,SUCCESS,2,1,8846.05,62906459.97,62915306.02,127,qpeinexact,14153.679999995233 -7192,SUCCESS,2,1,191.47,62915306.02,62915497.49,127,graphstate,306.35200001001357 -7193,SUCCESS,2,1,5107.46,62915497.49,62920604.95,127,realamprandom,8171.93599998951 -7194,SUCCESS,2,1,8607.95,62920604.95,62929212.9,127,qpeinexact,13772.720000004769 -7195,SUCCESS,2,1,9215.9,62929212.9,62938428.8,127,qpeinexact,14745.439999997616 -7196,SUCCESS,2,1,5969.77,62938428.8,62944398.57,127,qnn,9551.632000005246 -7198,SUCCESS,2,1,1362.04,62944398.57,62945760.61,127,dj,2179.2639999985695 -7199,SUCCESS,2,1,8643.9,62945760.61,62954404.51,127,qft,13830.239999997617 -7200,SUCCESS,2,1,3011.89,62954404.51,62957416.4,127,qpeexact,4819.0240000009535 -7201,SUCCESS,2,1,4631.77,62957416.4,62962048.17,127,realamprandom,7410.832000005245 -7202,SUCCESS,2,1,1877.36,62962048.17,62963925.53,127,random,3003.7759999990467 -7203,SUCCESS,2,1,15991.08,62963925.53,62979916.61,127,qpeexact,25585.72799999714 -7204,SUCCESS,2,1,178.86,62979916.61,62980095.47,127,graphstate,286.1759999990463 -7205,SUCCESS,2,1,315.93,62980095.47,62980411.4,127,wstate,505.4879999995232 -7206,SUCCESS,2,1,485.35,62980411.4,62980896.75,127,qftentangled,776.5600000023842 -7207,SUCCESS,2,1,32597.58,62980896.75,63013494.33,127,qpeinexact,52156.127999997145 -7208,SUCCESS,2,1,750.92,63013494.33,63014245.25,127,wstate,1201.472000002861 -7209,SUCCESS,2,1,18092.84,63014245.25,63032338.09,127,qft,28948.544000005724 -7210,SUCCESS,2,1,16010.42,63032338.09,63048348.51,127,qftentangled,25616.67199999094 -7212,SUCCESS,2,1,24797.24,63048348.51,63073145.75,127,twolocalrandom,39675.58400000334 -7213,SUCCESS,2,1,6282.04,63073145.75,63079427.79,127,realamprandom,10051.26399999857 -7214,SUCCESS,2,1,605.35,63079427.79,63080033.14,127,graphstate,968.5600000023842 -7215,SUCCESS,2,1,644.52,63080033.14,63080677.66,127,graphstate,1031.2319999933243 -7216,SUCCESS,2,1,535.72,63080677.66,63081213.38,127,graphstate,857.1519999980927 -7217,SUCCESS,2,1,5231.75,63081213.38,63086445.13,127,twolocalrandom,8370.800000000001 -7218,SUCCESS,2,1,13848.65,63086445.13,63100293.78,127,qpeinexact,22157.84000000954 -7219,SUCCESS,2,1,2442.41,63100293.78,63102736.19,127,qftentangled,3907.855999994278 -7220,SUCCESS,2,1,7491.75,63102736.19,63110227.94,127,qpeinexact,11986.800000000001 -7221,SUCCESS,2,1,499.51,63110227.94,63110727.45,127,dj,799.2159999966622 -7222,SUCCESS,2,1,543.63,63110727.45,63111271.08,127,qftentangled,869.8080000042916 -7224,SUCCESS,2,1,3107.01,63111271.08,63114378.09,127,qftentangled,4971.2159999966625 -7225,SUCCESS,2,1,293.05,63114378.09,63114671.14,127,ghz,468.8800000071526 -7226,SUCCESS,2,1,3868.23,63114671.14,63118539.37,127,qft,6189.1679999947555 -7227,SUCCESS,2,1,16892.9,63118539.37,63135432.27,127,qft,27028.639999997617 -7228,SUCCESS,2,1,22989.09,63135432.27,63158421.36,127,qnn,36782.54400000572 -7229,SUCCESS,2,1,7052.28,63158421.36,63165473.64,127,qpeinexact,11283.648000001907 -7230,SUCCESS,2,1,5252.75,63165473.64,63170726.39,127,twolocalrandom,8404.4 -7231,SUCCESS,2,1,1014.7,63170726.39,63171741.09,127,dj,1623.5199999928475 -7232,SUCCESS,2,1,6801.8,63171741.09,63178542.89,127,pricingcall,10882.880000007153 -7233,SUCCESS,2,1,139.49,63178542.89,63178682.38,127,graphstate,223.18399999141695 -7234,SUCCESS,2,1,4208.57,63178682.38,63182890.95,127,qftentangled,6733.712000000477 -7236,SUCCESS,2,1,103.72,63182890.95,63182994.67,127,graphstate,165.95199999809267 -7238,SUCCESS,2,1,1750.07,63182994.67,63184744.74,127,qpeexact,2800.112000000477 -7239,SUCCESS,2,1,995.9,63184744.74,63185740.64,127,graphstate,1593.4400000095368 -7240,SUCCESS,2,1,352.81,63185740.64,63186093.45,127,graphstate,564.4959999918938 -7241,SUCCESS,2,1,4250.29,63186093.45,63190343.74,127,realamprandom,6800.46399999857 -7242,SUCCESS,2,1,14078.1,63190343.74,63204421.84,127,qft,22524.960000014307 -7244,SUCCESS,2,1,1630.86,63204421.84,63206052.7,127,ghz,2609.3759999990466 -7245,SUCCESS,2,1,1311.27,63206052.7,63207363.97,127,dj,2098.0319999933245 -7246,SUCCESS,2,1,68251.79,63207363.97,63275615.76,127,random,109202.86399999858 -7247,SUCCESS,2,1,1445.88,63275615.76,63277061.64,127,twolocalrandom,2313.408000004292 -7249,SUCCESS,2,1,12943.25,63277061.64,63290004.89,127,twolocalrandom,20709.2 -7251,SUCCESS,2,1,10024.05,63290004.89,63300028.94,127,twolocalrandom,16038.479999995232 -7252,SUCCESS,2,1,839.91,63300028.94,63300868.85,127,qpeinexact,1343.8560000061989 -7253,SUCCESS,2,1,4361.72,63300868.85,63305230.57,127,random,6978.751999998093 -7254,SUCCESS,2,1,295.1,63305230.57,63305525.67,127,graphstate,472.1600000023842 -7256,SUCCESS,2,1,13861.87,63305525.67,63319387.54,127,qnn,22178.99199999571 -7257,SUCCESS,2,1,45989.58,63319387.54,63365377.12,127,random,73583.32799999714 -7258,SUCCESS,2,1,14554.24,63365377.12,63379931.36,127,twolocalrandom,23286.78400000334 -7259,SUCCESS,2,1,11278.35,63379931.36,63391209.71,127,qpeinexact,18045.360000002383 -7261,SUCCESS,2,1,8326.13,63391209.71,63399535.84,127,ae,13321.807999992372 -7262,SUCCESS,2,1,4051.32,63399535.84,63403587.16,127,wstate,6482.112000000478 -7263,SUCCESS,2,1,2435.08,63403587.16,63406022.24,127,qpeinexact,3896.12800000906 -7264,SUCCESS,2,1,86884.95,63406022.24,63492907.19,127,random,139015.91999999285 -7265,SUCCESS,2,1,31955.21,63492907.19,63524862.4,127,qft,51128.336000001436 -7266,SUCCESS,2,1,840.99,63524862.4,63525703.39,127,qpeinexact,1345.584000003338 -7267,SUCCESS,2,1,386.29,63525703.39,63526089.68,127,graphstate,618.0639999985696 -7268,SUCCESS,2,1,167.05,63526089.68,63526256.73,127,graphstate,267.27999999523166 -7269,SUCCESS,2,1,2869.88,63526256.73,63529126.61,127,dj,4591.808000004292 -7270,SUCCESS,2,1,19189.69,63529126.61,63548316.3,127,qnn,30703.50399999619 -7271,SUCCESS,2,1,9633.54,63548316.3,63557949.84,127,realamprandom,15413.66400001049 -7273,SUCCESS,2,1,15295.35,63557949.84,63573245.19,127,qpeexact,24472.559999990466 -7275,SUCCESS,2,1,441.16,63573245.19,63573686.35,127,graphstate,705.8560000061989 -7276,SUCCESS,2,1,301.17,63573686.35,63573987.52,127,dj,481.87200000286106 -7277,SUCCESS,2,1,41276.78,63573987.52,63615264.3,127,ae,66042.84799998999 -7278,SUCCESS,2,1,2064.17,63615264.3,63617328.47,127,twolocalrandom,3302.6720000028613 -7279,SUCCESS,2,1,16979.86,63617328.47,63634308.33,127,qpeinexact,27167.77599999905 -7280,SUCCESS,2,1,1214.05,63634308.33,63635522.38,127,qftentangled,1942.4800000071527 -7281,SUCCESS,2,1,2054.69,63635522.38,63637577.07,127,portfoliovqe,3287.5039999961855 -7282,SUCCESS,2,1,688.98,63637577.07,63638266.05,127,wstate,1102.3679999947549 -7283,SUCCESS,2,1,1692.17,63638266.05,63639958.22,127,twolocalrandom,2707.472000002861 -7284,SUCCESS,2,1,9257.23,63639958.22,63649215.45,127,su2random,14811.568000006677 -7285,SUCCESS,2,1,215.03,63649215.45,63649430.48,127,graphstate,344.04799998998647 -7286,SUCCESS,2,1,1235.83,63649430.48,63650666.31,127,su2random,1977.3279999971392 -7287,SUCCESS,2,1,14126.14,63650666.31,63664792.45,127,realamprandom,22601.824000012875 -7288,SUCCESS,2,1,23469.61,63664792.45,63688262.06,127,ae,37551.375999987125 -7289,SUCCESS,2,1,153.68,63688262.06,63688415.74,127,ghz,245.8880000114441 -7292,SUCCESS,2,1,27817.42,63688415.74,63716233.16,127,su2random,44507.871999990944 -7294,SUCCESS,2,1,154750.05,63716233.16,63870983.21,127,random,247600.08000000718 -7295,SUCCESS,2,1,1996.42,63870983.21,63872979.63,127,dj,3194.2719999909405 -7296,SUCCESS,2,1,2134.59,63872979.63,63875114.22,127,dj,3415.344000005722 -7298,SUCCESS,2,1,6273.65,63875114.22,63881387.87,127,qnn,10037.839999997617 -7300,SUCCESS,2,1,855.91,63881387.87,63882243.78,127,dj,1369.456000006199 -7301,SUCCESS,2,1,1514.59,63882243.78,63883758.37,127,dj,2423.3439999938014 -7302,SUCCESS,2,1,14153.3,63883758.37,63897911.67,127,qpeexact,22645.280000007155 -7303,SUCCESS,2,1,4817.33,63897911.67,63902729,127,twolocalrandom,7707.72799999714 -7304,SUCCESS,2,1,18555.54,63902729,63921284.54,127,qpeinexact,29688.86399999857 -7305,SUCCESS,2,1,52212.29,63921284.54,63973496.83,127,su2random,83539.66399999858 -7306,SUCCESS,2,1,1456.03,63973496.83,63974952.86,127,graphstate,2329.6480000019073 -7307,SUCCESS,2,1,14854.66,63974952.86,63989807.52,127,qftentangled,23767.4560000062 -7308,SUCCESS,2,1,15342.36,63989807.52,64005149.88,127,twolocalrandom,24547.775999987127 -7309,SUCCESS,2,1,819.53,64005149.88,64005969.41,127,qftentangled,1311.2480000019075 -7310,SUCCESS,2,1,13040.63,64005969.41,64019010.04,127,qftentangled,20865.008000004294 -7311,SUCCESS,2,1,6872.81,64019010.04,64025882.85,127,ae,10996.496000003815 -7313,SUCCESS,2,1,23271.86,64025882.85,64049154.71,127,ae,37234.97599999905 -7314,SUCCESS,2,1,500.93,64049154.71,64049655.64,127,graphstate,801.4879999995233 diff --git a/output/iQuantumExample6-17-07-2023_12-54-36.csv b/output/iQuantumExample6-17-07-2023_12-54-36.csv deleted file mode 100644 index 0f1f77acc..000000000 --- a/output/iQuantumExample6-17-07-2023_12-54-36.csv +++ /dev/null @@ -1,7316 +0,0 @@ -QTask_ID,Status,QDCenter,QNode_ID,Execution_Time,Start_Time,Finish_Time,No_Qubits,No_Layers,Cost,Application -3,SUCCESS,2,0,3393.76,0.01,3393.77,27,2501,5430.013217391304,twolocalrandom -8,SUCCESS,2,0,285.65,3393.77,3679.42,27,339,457.04278260869546,portfoliovqe -9,SUCCESS,2,0,212.44,3679.42,3891.86,27,233,339.9040000000001,qnn -14,SUCCESS,2,0,136.78,3891.86,4028.64,27,84,218.84800000000033,graphstate -19,SUCCESS,2,0,461.84,4028.64,4490.48,27,445,738.9440000000003,portfolioqaoa -29,SUCCESS,2,0,437.91,4490.48,4928.39,27,465,700.6559999999998,qft -31,SUCCESS,2,0,542.29,4928.39,5470.68,27,1057,867.664,realamprandom -39,SUCCESS,2,0,17.38,5470.68,5488.06,27,35,27.808000000000177,qaoa -44,SUCCESS,2,0,78.43,5488.06,5566.49,27,116,125.48799999999902,routing -45,SUCCESS,2,0,147.38,5566.49,5713.87,27,223,235.8080000000002,qpeexact -47,SUCCESS,2,0,819.26,5713.87,6533.13,27,680,1310.8160000000005,qftentangled -55,SUCCESS,2,0,648.71,6533.13,7181.84,27,912,1037.9360000000001,qpeexact -63,SUCCESS,2,0,39.94,7181.84,7221.78,27,65,63.90400000000082,wstate -64,SUCCESS,2,0,51.32,7221.78,7273.1,27,42,82.11199999999954,qaoa -66,SUCCESS,2,0,119.11,7273.1,7392.21,27,112,190.57599999999948,wstate -70,SUCCESS,2,0,743.77,7392.21,8135.98,27,802,1190.0319999999992,qnn -84,SUCCESS,2,0,408.64,8135.98,8544.62,27,326,653.824000000002,pricingput -86,SUCCESS,2,0,309.35,8544.62,8853.97,27,500,494.9599999999977,portfoliovqe -91,SUCCESS,2,0,166.13,8853.97,9020.1,27,320,265.80800000000164,portfoliovqe -99,SUCCESS,2,0,584.39,9020.1,9604.49,27,848,935.0239999999991,qft -105,SUCCESS,2,0,48.71,9604.49,9653.2,27,63,77.93600000000151,dj -112,SUCCESS,2,0,195.12,9653.2,9848.32,27,434,312.1919999999984,qpeexact -118,SUCCESS,2,0,234.26,9848.32,10082.58,27,252,374.8160000000004,realamprandom -129,SUCCESS,2,0,3769.68,10082.58,13852.26,27,2195,6031.488000000001,pricingput -136,SUCCESS,2,0,1233.58,13852.26,15085.84,27,912,1973.728,qpeinexact -139,SUCCESS,2,0,701.11,15085.84,15786.95,27,756,1121.776000000001,qpeinexact -141,SUCCESS,2,0,429.27,15786.95,16216.22,27,804,686.8319999999978,su2random -158,SUCCESS,2,0,32.51,16216.22,16248.73,27,30,52.01600000000035,graphstate -159,SUCCESS,2,0,605.81,16248.73,16854.54,27,576,969.2959999999963,groundstate -160,SUCCESS,2,0,1333.41,16854.54,18187.95,27,1114,2133.4560000000056,realamprandom -161,SUCCESS,2,0,1324.45,18187.95,19512.4,27,1218,2119.1199999999953,twolocalrandom -166,SUCCESS,2,0,179.05,19512.4,19691.45,27,210,286.4800000000047,qpeexact -169,SUCCESS,2,0,99.95,19691.45,19791.4,27,66,159.92000000000118,ghz -184,SUCCESS,2,0,1169.89,19791.4,20961.29,27,729,1871.8239999999992,qpeexact -193,SUCCESS,2,0,12.14,20961.29,20973.43,27,21,19.42399999999325,ghz -197,SUCCESS,2,0,550.04,20973.43,21523.47,27,352,880.0640000000072,portfoliovqe -207,SUCCESS,2,0,45.93,21523.47,21569.4,27,41,73.48799999999464,wstate -208,SUCCESS,2,0,354.63,21569.4,21924.03,27,210,567.4080000000016,su2random -213,SUCCESS,2,0,23.14,21924.03,21947.17,27,16,37.02399999999907,ghz -224,SUCCESS,2,0,188.23,21947.17,22135.4,27,316,301.1680000000051,qpeexact -229,SUCCESS,2,0,37.36,22135.4,22172.76,27,73,59.775999999995115,wstate -231,SUCCESS,2,0,10249.97,22172.76,32422.73,27,7008,16399.952,pricingput -236,SUCCESS,2,0,4515.32,32422.73,36938.05,27,3916,7224.512000000006,qwalk-v-chain -237,SUCCESS,2,0,1095.25,36938.05,38033.3,27,976,1752.4,qpeexact -240,SUCCESS,2,0,294.26,38033.3,38327.56,27,196,470.8159999999916,qpeexact -252,SUCCESS,2,0,866.68,38327.56,39194.24,27,928,1386.6880000000122,portfoliovqe -260,SUCCESS,2,0,78.79,39194.24,39273.03,27,45,126.06399999998976,wstate -265,SUCCESS,2,0,805.6,39273.03,40078.63,27,492,1288.9599999999978,qftentangled -272,SUCCESS,2,0,497.72,40078.63,40576.35,27,701,796.3520000000019,qpeexact -275,SUCCESS,2,0,271.26,40576.35,40847.61,27,189,434.01600000000326,ae -276,SUCCESS,2,0,37.21,40847.61,40884.82,27,24,59.53599999999861,ghz -278,SUCCESS,2,0,1549.88,40884.82,42434.7,27,958,2479.807999999996,qpeinexact -285,SUCCESS,2,0,184.92,42434.7,42619.62,27,297,295.8720000000089,qft -287,SUCCESS,2,0,543.08,42619.62,43162.7,27,333,868.9279999999912,qft -289,SUCCESS,2,0,47.67,43162.7,43210.37,27,32,76.27200000000884,graphstate -291,SUCCESS,2,0,868.14,43210.37,44078.51,27,589,1389.0239999999992,su2random -296,SUCCESS,2,0,567.32,44078.51,44645.83,27,543,907.7119999999995,qft -321,SUCCESS,2,0,477.48,44645.83,45123.31,27,475,763.9679999999935,qft -326,SUCCESS,2,0,8.86,45123.31,45132.17,27,11,14.176000000000933,ghz -329,SUCCESS,2,0,233.16,45132.17,45365.33,27,399,373.0560000000056,portfoliovqe -338,SUCCESS,2,0,37.22,45365.33,45402.55,27,27,59.55200000000187,vqe -339,SUCCESS,2,0,145.64,45402.55,45548.19,27,196,233.0239999999991,random -340,SUCCESS,2,0,1644.45,45548.19,47192.64,27,1119,2631.1199999999953,twolocalrandom -342,SUCCESS,2,0,14.95,47192.64,47207.59,27,19,23.920000000006986,ghz -344,SUCCESS,2,0,1142.47,47207.59,48350.06,27,1306,1827.9519999999902,pricingput -359,SUCCESS,2,0,1887.03,48350.06,50237.09,27,2192,3019.2479999999982,random -361,SUCCESS,2,0,427.39,50237.09,50664.48,27,892,683.8240000000108,qpeexact -367,SUCCESS,2,0,30.59,50664.48,50695.07,27,24,48.94399999999442,vqe -369,SUCCESS,2,0,60.43,50695.07,50755.5,27,38,96.68800000000047,dj -374,SUCCESS,2,0,1578.9,50755.5,52334.4,27,902,2526.2400000000025,ae -378,SUCCESS,2,0,851.15,52334.4,53185.55,27,872,1361.8400000000024,qnn -383,SUCCESS,2,0,469.92,53185.55,53655.47,27,772,751.8719999999972,qpeexact -384,SUCCESS,2,0,13398.43,53655.47,67053.9,27,10238,21437.48799999999,grover-noancilla -391,SUCCESS,2,0,143.56,67053.9,67197.46,27,83,229.69599999999627,dj -406,SUCCESS,2,0,3031.5,67197.46,70228.96,27,3481,4850.400000000023,random -407,SUCCESS,2,0,193.69,70228.96,70422.65,27,172,309.90399999998044,qft -416,SUCCESS,2,0,753.33,70422.65,71175.98,27,728,1205.328000000003,qpeexact -427,SUCCESS,2,0,3185.28,71175.98,74361.26,27,2039,5096.4479999999985,realamprandom -434,SUCCESS,2,0,7067.12,74361.26,81428.38,27,9972,11307.391999999993,qwalk-noancilla -447,SUCCESS,2,0,60.36,81428.38,81488.74,27,69,96.57600000002422,tsp -451,SUCCESS,2,0,131.48,81488.74,81620.22,27,105,210.3679999999935,qft -455,SUCCESS,2,0,47.41,81620.22,81667.63,27,79,75.8559999999823,dj -462,SUCCESS,2,0,1255.92,81667.63,82923.55,27,730,2009.4720000000207,qft -466,SUCCESS,2,0,260.73,82923.55,83184.28,27,521,417.1679999999935,twolocalrandom -467,SUCCESS,2,0,211.05,83184.28,83395.33,27,120,337.68000000000467,wstate -472,SUCCESS,2,0,133.63,83395.33,83528.96,27,105,213.8079999999842,wstate -473,SUCCESS,2,0,234.02,83528.96,83762.98,27,329,374.43200000000655,su2random -475,SUCCESS,2,0,448.42,83762.98,84211.4,27,352,717.4719999999973,realamprandom -0,SUCCESS,2,1,85434.95,0.01,85434.96,127,20952,136695.92,random -1,SUCCESS,2,1,15544.74,85434.96,100979.7,127,8733,24871.58400000001,twolocalrandom -2,SUCCESS,2,1,4666.36,100979.7,105646.06,127,1838,7466.176000000001,qpeexact -4,SUCCESS,2,1,2361.24,105646.06,108007.3,127,694,3777.9839999999854,dj -5,SUCCESS,2,1,4850.38,108007.3,112857.68,127,3152,7760.608000000007,realamprandom -6,SUCCESS,2,1,11630.81,112857.68,124488.49,127,3527,18609.296,twolocalrandom -7,SUCCESS,2,1,3858.61,124488.49,128347.1,127,1094,6173.776000000002,wstate -10,SUCCESS,2,1,9859.99,128347.1,138207.09,127,2777,15775.98400000001,qftentangled -11,SUCCESS,2,1,61.61,138207.09,138268.7,127,26,98.57600000002422,routing -12,SUCCESS,2,1,4825.7,138268.7,143094.4,127,1027,7721.120000000019,wstate -13,SUCCESS,2,1,6815.63,143094.4,149910.03,127,2309,10905.007999999962,random -480,SUCCESS,2,0,78455.33,84211.4,162666.73,27,47750,125528.52800000003,qwalk-noancilla -484,SUCCESS,2,0,84.23,162666.73,162750.96,27,105,134.76799999997021,dj -486,SUCCESS,2,0,1593.77,162750.96,164344.73,27,1001,2550.03200000003,ae -488,SUCCESS,2,0,57.44,164344.73,164402.17,27,59,91.90400000000373,ghz -499,SUCCESS,2,0,365.77,164402.17,164767.94,27,633,585.2319999999833,portfolioqaoa -503,SUCCESS,2,0,75.44,164767.94,164843.38,27,81,120.70400000000373,wstate -504,SUCCESS,2,0,939.04,164843.38,165782.42,27,937,1502.4640000000131,qnn -508,SUCCESS,2,0,642.67,165782.42,166425.09,27,484,1028.271999999974,qft -516,SUCCESS,2,0,387.12,166425.09,166812.21,27,258,619.3920000000392,qft -521,SUCCESS,2,0,213.55,166812.21,167025.76,27,275,341.6799999999814,qftentangled -533,SUCCESS,2,0,237.23,167025.76,167262.99,27,225,379.5679999999702,twolocalrandom -538,SUCCESS,2,0,105.02,167262.99,167368.01,27,64,168.03200000002983,graphstate -539,SUCCESS,2,0,482.06,167368.01,167850.07,27,674,771.2959999999963,ae -540,SUCCESS,2,0,115.53,167850.07,167965.6,27,93,184.84799999999814,graphstate -543,SUCCESS,2,0,572.35,167965.6,168537.95,27,331,915.7600000000093,qnn -555,SUCCESS,2,0,2295.27,168537.95,170833.22,27,2907,3672.4319999999834,random -559,SUCCESS,2,0,305.23,170833.22,171138.45,27,258,488.36800000001676,portfolioqaoa -562,SUCCESS,2,0,1760.87,171138.45,172899.32,27,1200,2817.3919999999925,qft -564,SUCCESS,2,0,561.63,172899.32,173460.95,27,488,898.6080000000075,pricingcall -15,SUCCESS,2,1,29491.33,149910.03,179401.36,127,7008,47186.12799999998,qpeexact -16,SUCCESS,2,1,2230.62,179401.36,181631.98,127,708,3568.9920000000393,ae -17,SUCCESS,2,1,10230.24,181631.98,191862.22,127,3753,16368.383999999985,twolocalrandom -18,SUCCESS,2,1,2124.68,191862.22,193986.9,127,648,3399.487999999989,su2random -20,SUCCESS,2,1,471.14,193986.9,194458.04,127,101,753.8240000000224,dj -21,SUCCESS,2,1,20294.71,194458.04,214752.75,127,6517,32471.53599999999,qft -22,SUCCESS,2,1,3516.55,214752.75,218269.3,127,1451,5626.480000000029,qftentangled -567,SUCCESS,2,0,154718.59,173460.95,328179.54,27,88017,247549.74400000006,grover-noancilla -568,SUCCESS,2,0,1867.77,328179.54,330047.31,27,1238,2988.431999999937,qpeinexact -578,SUCCESS,2,0,71.74,330047.31,330119.05,27,82,114.7839999999851,graphstate -585,SUCCESS,2,0,440.7,330119.05,330559.75,27,284,705.1200000000186,qftentangled -589,SUCCESS,2,0,450.87,330559.75,331010.62,27,579,721.3919999999925,qftentangled -595,SUCCESS,2,0,175.86,331010.62,331186.48,27,107,281.37599999997764,dj -596,SUCCESS,2,0,1035.63,331186.48,332222.11,27,732,1657.0080000000075,portfoliovqe -603,SUCCESS,2,0,569.18,332222.11,332791.29,27,766,910.688000000082,ae -612,SUCCESS,2,0,116.57,332791.29,332907.86,27,248,186.51199999991806,qpeinexact -614,SUCCESS,2,0,35733.75,332907.86,368641.61,27,28587,57174.0,grover-v-chain -616,SUCCESS,2,0,38.98,368641.61,368680.59,27,55,62.36800000006333,ghz -628,SUCCESS,2,0,873.1,368680.59,369553.69,27,508,1396.9599999999627,portfolioqaoa -632,SUCCESS,2,0,248.49,369553.69,369802.18,27,470,397.5839999999851,random -633,SUCCESS,2,0,293.88,369802.18,370096.06,27,355,470.2080000000075,su2random -637,SUCCESS,2,0,33.65,370096.06,370129.71,27,22,53.84000000003726,graphstate -642,SUCCESS,2,0,51.57,370129.71,370181.28,27,32,82.51200000001118,routing -653,SUCCESS,2,0,8415.55,370181.28,378596.83,27,6950,13464.879999999983,pricingcall -654,SUCCESS,2,0,65.91,378596.83,378662.74,27,130,105.45599999995903,wstate -663,SUCCESS,2,0,693.45,378662.74,379356.19,27,513,1109.5200000000186,qpeexact -665,SUCCESS,2,0,243.7,379356.19,379599.89,27,250,389.92000000001866,wstate -672,SUCCESS,2,0,335.3,379599.89,379935.19,27,292,536.4799999999814,qpeexact -673,SUCCESS,2,0,158.25,379935.19,380093.44,27,337,253.20000000000002,qnn -675,SUCCESS,2,0,554.18,380093.44,380647.62,27,568,886.6879999999888,qpeexact -676,SUCCESS,2,0,463.22,380647.62,381110.84,27,314,741.1520000000485,portfoliovqe -681,SUCCESS,2,0,342.41,381110.84,381453.25,27,438,547.8559999999591,portfoliovqe -686,SUCCESS,2,0,215.57,381453.25,381668.82,27,215,344.9120000000112,ae -699,SUCCESS,2,0,51.44,381668.82,381720.26,27,106,82.30400000000373,dj -703,SUCCESS,2,0,120.87,381720.26,381841.13,27,68,193.39199999999255,graphstate -721,SUCCESS,2,0,1262.7,381841.13,383103.83,27,1114,2020.3200000000188,twolocalrandom -723,SUCCESS,2,0,43.63,383103.83,383147.46,27,29,69.80800000000745,graphstate -725,SUCCESS,2,0,765.65,383147.46,383913.11,27,561,1225.0399999999443,twolocalrandom -726,SUCCESS,2,0,475.29,383913.11,384388.4,27,791,760.4640000000596,twolocalrandom -733,SUCCESS,2,0,106.88,384388.4,384495.28,27,71,171.00800000000746,qaoa -735,SUCCESS,2,0,113.71,384495.28,384608.99,27,69,181.9359999999404,vqe -747,SUCCESS,2,0,63.48,384608.99,384672.47,27,125,101.5679999999702,dj -748,SUCCESS,2,0,68.92,384672.47,384741.39,27,41,110.27200000006707,dj -23,SUCCESS,2,1,177806.19,218269.3,396075.49,127,48071,284489.904,random -751,SUCCESS,2,0,14598.94,384741.39,399340.33,27,8407,23358.304000000004,pricingput -761,SUCCESS,2,0,1002.92,399340.33,400343.25,27,669,1604.671999999974,ae -762,SUCCESS,2,0,2167.32,400343.25,402510.57,27,1229,3467.7120000000114,qpeinexact -769,SUCCESS,2,0,517.44,402510.57,403028.01,27,1078,827.9040000000037,su2random -779,SUCCESS,2,0,50.61,403028.01,403078.62,27,60,80.97599999997766,ghz -784,SUCCESS,2,0,15.83,403078.62,403094.45,27,10,25.32800000002608,ghz -24,SUCCESS,2,1,7573.39,396075.49,403648.88,127,2286,12117.424000000023,realamprandom -787,SUCCESS,2,0,2168.88,403094.45,405263.33,27,1287,3470.208000000008,su2random -788,SUCCESS,2,0,74.2,405263.33,405337.53,27,144,118.72000000001863,dj -791,SUCCESS,2,0,561.55,405337.53,405899.08,27,687,898.4799999999814,qpeexact -792,SUCCESS,2,0,1001.06,405899.08,406900.14,27,730,1601.6959999999963,ae -798,SUCCESS,2,0,15.03,406900.14,406915.17,27,25,24.04799999995157,graphstate -25,SUCCESS,2,1,4076.91,403648.88,407725.79,127,961,6523.05599999996,wstate -26,SUCCESS,2,1,136.74,407725.79,407862.53,127,51,218.78400000007824,dj -801,SUCCESS,2,0,1374.35,406915.17,408289.52,27,912,2198.960000000056,ae -803,SUCCESS,2,0,134.28,408289.52,408423.8,27,96,214.84799999995158,qpeexact -805,SUCCESS,2,0,614.84,408423.8,409038.64,27,675,983.7440000000411,twolocalrandom -814,SUCCESS,2,0,327.88,409038.64,409366.52,27,270,524.6080000000075,random -821,SUCCESS,2,0,738.74,409366.52,410105.26,27,713,1181.9839999999851,ae -823,SUCCESS,2,0,291.81,410105.26,410397.07,27,499,466.8959999999963,realamprandom -826,SUCCESS,2,0,106.7,410397.07,410503.77,27,78,170.72000000001864,tsp -831,SUCCESS,2,0,15.2,410503.77,410518.97,27,33,24.320000000018627,wstate -832,SUCCESS,2,0,645.29,410518.97,411164.26,27,773,1032.4639999999665,qpeinexact -839,SUCCESS,2,0,387.86,411164.26,411552.12,27,436,620.5759999999777,ae -841,SUCCESS,2,0,594.73,411552.12,412146.85,27,704,951.5679999999702,su2random -861,SUCCESS,2,0,647.67,412146.85,412794.52,27,366,1036.272000000067,random -865,SUCCESS,2,0,753.57,412794.52,413548.09,27,582,1205.7120000000111,random -866,SUCCESS,2,0,971.24,413548.09,414519.33,27,586,1553.9839999999851,realamprandom -867,SUCCESS,2,0,2025.71,414519.33,416545.04,27,1438,3241.1360000000336,pricingcall -868,SUCCESS,2,0,50.39,416545.04,416595.43,27,45,80.62399999992923,graphstate -869,SUCCESS,2,0,152.95,416595.43,416748.38,27,113,244.72000000001864,wstate -878,SUCCESS,2,0,26.97,416748.38,416775.35,27,20,43.1519999999553,routing -882,SUCCESS,2,0,755.84,416775.35,417531.19,27,461,1209.344000000041,qnn -887,SUCCESS,2,0,64.42,417531.19,417595.61,27,113,103.07199999997393,dj -894,SUCCESS,2,0,893.22,417595.61,418488.83,27,518,1429.1520000000485,qft -895,SUCCESS,2,0,1200.93,418488.83,419689.76,27,2043,1921.487999999989,qwalk-v-chain -901,SUCCESS,2,0,316.11,419689.76,420005.87,27,218,505.77599999997767,qft -903,SUCCESS,2,0,715.5,420005.87,420721.37,27,795,1144.8,qft -904,SUCCESS,2,0,933.7,420721.37,421655.07,27,939,1493.9200000000187,ae -918,SUCCESS,2,0,214.84,421655.07,421869.91,27,362,343.74399999994785,qpeinexact -923,SUCCESS,2,0,329.18,421869.91,422199.09,27,335,526.688000000082,qpeinexact -928,SUCCESS,2,0,7581.35,422199.09,429780.44,27,7071,12130.159999999963,pricingcall -936,SUCCESS,2,0,538.68,429780.44,430319.12,27,494,861.8879999999889,ae -944,SUCCESS,2,0,79.89,430319.12,430399.01,27,91,127.82400000002235,dj -950,SUCCESS,2,0,939.07,430399.01,431338.08,27,1242,1502.5120000000113,qft -27,SUCCESS,2,1,34080.32,407862.53,441942.85,127,9030,54528.51200000002,qnn -28,SUCCESS,2,1,27971.05,441942.85,469913.9,127,7752,44753.679999999986,ae -30,SUCCESS,2,1,38719.02,469913.9,508632.92,127,8620,61950.43199999994,realamprandom -32,SUCCESS,2,1,5103.41,508632.92,513736.33,127,1794,8165.456000000053,qpeinexact -33,SUCCESS,2,1,1852.77,513736.33,515589.1,127,704,2964.43200000003,qft -34,SUCCESS,2,1,1156.83,515589.1,516745.93,127,252,1850.927999999933,realamprandom -35,SUCCESS,2,1,329.83,516745.93,517075.76,127,210,527.7280000000261,ghz -951,SUCCESS,2,0,90595.34,431338.08,521933.42,27,98613,144952.54399999997,qwalk-noancilla -953,SUCCESS,2,0,620.75,521933.42,522554.17,27,358,993.2,realamprandom -968,SUCCESS,2,0,88.99,522554.17,522643.16,27,66,142.3839999999851,graphstate -36,SUCCESS,2,1,11007.54,517075.76,528083.3,127,5198,17612.06400000006,random -37,SUCCESS,2,1,1222.21,528083.3,529305.51,127,970,1955.5359999999405,ae -38,SUCCESS,2,1,3175.28,529305.51,532480.79,127,1292,5080.448000000045,qft -40,SUCCESS,2,1,14042.46,532480.79,546523.25,127,5986,22467.935999999943,qft -41,SUCCESS,2,1,8750.28,546523.25,555273.53,127,5429,14000.448000000046,ae -42,SUCCESS,2,1,362.79,555273.53,555636.32,127,95,580.4639999998734,graphstate -43,SUCCESS,2,1,22187.55,555636.32,577823.87,127,5194,35500.080000000075,qpeexact -46,SUCCESS,2,1,14613.21,577823.87,592437.08,127,5219,23381.13599999994,qpeexact -48,SUCCESS,2,1,5128.04,592437.08,597565.12,127,1681,8204.86400000006,random -49,SUCCESS,2,1,6160.61,597565.12,603725.73,127,3329,9856.975999999979,qpeinexact -976,SUCCESS,2,0,90522.56,522643.16,613165.72,27,76125,144836.096,qwalk-noancilla -979,SUCCESS,2,0,1218.18,613165.72,614383.9,27,896,1949.088000000082,twolocalrandom -982,SUCCESS,2,0,286.67,614383.9,614670.57,27,447,458.6720000000671,qft -987,SUCCESS,2,0,261.05,614670.57,614931.62,27,316,417.67999999988825,wstate -991,SUCCESS,2,0,363.87,614931.62,615295.49,27,338,582.1919999999926,realamprandom -995,SUCCESS,2,0,191.32,615295.49,615486.81,27,109,306.11200000010433,ghz -1012,SUCCESS,2,0,834.6,615486.81,616321.41,27,740,1335.3599999999628,su2random -1015,SUCCESS,2,0,714.53,616321.41,617035.94,27,600,1143.2480000000448,realamprandom -1016,SUCCESS,2,0,373.5,617035.94,617409.44,27,399,597.5999999998138,qnn -1018,SUCCESS,2,0,418.11,617409.44,617827.55,27,324,668.9760000001639,qft -1019,SUCCESS,2,0,860.31,617827.55,618687.86,27,1229,1376.4959999999032,qpeexact -1028,SUCCESS,2,0,326.93,618687.86,619014.79,27,241,523.0880000000819,realamprandom -1033,SUCCESS,2,0,617.21,619014.79,619632,27,394,987.5359999999405,qnn -1034,SUCCESS,2,0,535.7,619632,620167.7,27,1110,857.1199999999255,random -1038,SUCCESS,2,0,14.95,620167.7,620182.65,27,11,23.92000000011176,ghz -1039,SUCCESS,2,0,20.47,620182.65,620203.12,27,41,32.751999999955295,dj -1044,SUCCESS,2,0,1239.42,620203.12,621442.54,27,781,1983.0720000000672,twolocalrandom -1046,SUCCESS,2,0,24.59,621442.54,621467.13,27,19,39.34399999994785,ghz -1047,SUCCESS,2,0,366.69,621467.13,621833.82,27,410,586.7040000000969,portfolioqaoa -1048,SUCCESS,2,0,51.2,621833.82,621885.02,27,62,81.9199999999255,ghz -1049,SUCCESS,2,0,259.66,621885.02,622144.68,27,196,415.4560000000522,tsp -1052,SUCCESS,2,0,1913.78,622144.68,624058.46,27,2378,3062.047999999859,random -1057,SUCCESS,2,0,205.06,624058.46,624263.52,27,139,328.0960000000894,qft -1059,SUCCESS,2,0,128.25,624263.52,624391.77,27,229,205.20000000000002,qft -1072,SUCCESS,2,0,51.3,624391.77,624443.07,27,33,82.0800000000745,wstate -1077,SUCCESS,2,0,681.41,624443.07,625124.48,27,766,1090.255999999866,portfolioqaoa -1079,SUCCESS,2,0,8885.08,625124.48,634009.56,27,5392,14216.12800000012,qwalk-noancilla -1092,SUCCESS,2,0,742.12,634009.56,634751.68,27,693,1187.3919999999925,random -50,SUCCESS,2,1,60767.96,603725.73,664493.69,127,13170,97228.73599999995,su2random -51,SUCCESS,2,1,602.51,664493.69,665096.2,127,129,964.016000000015,graphstate -52,SUCCESS,2,1,68.34,665096.2,665164.54,127,29,109.34400000013412,wstate -1095,SUCCESS,2,0,58210.32,634751.68,692962,27,79315,93136.51199999993,qwalk-noancilla -53,SUCCESS,2,1,48073.32,665164.54,713237.86,127,18448,76917.31199999992,random -54,SUCCESS,2,1,489.61,713237.86,713727.47,127,109,783.3759999999777,wstate -56,SUCCESS,2,1,1142.16,713727.47,714869.63,127,630,1827.4560000000522,dj -57,SUCCESS,2,1,3513.41,714869.63,718383.04,127,841,5621.456000000053,ae -58,SUCCESS,2,1,1068.14,718383.04,719451.18,127,361,1709.0240000000224,dj -59,SUCCESS,2,1,1393.64,719451.18,720844.82,127,851,2229.8239999998364,realamprandom -60,SUCCESS,2,1,7790.28,720844.82,728635.1,127,1673,12464.448000000046,qnn -61,SUCCESS,2,1,8031.56,728635.1,736666.66,127,2420,12850.49600000009,qftentangled -62,SUCCESS,2,1,16447.73,736666.66,753114.39,127,12791,26316.367999999973,realamprandom -65,SUCCESS,2,1,16881.69,753114.39,769996.08,127,4668,27010.70399999991,qftentangled -67,SUCCESS,2,1,7985.92,769996.08,777982,127,4926,12777.472000000067,qpeexact -68,SUCCESS,2,1,450.01,777982,778432.01,127,371,720.016000000015,qnn -69,SUCCESS,2,1,5665.64,778432.01,784097.65,127,1246,9065.024000000023,wstate -71,SUCCESS,2,1,15503.2,784097.65,799600.85,127,5047,24805.119999999926,su2random -72,SUCCESS,2,1,2114.42,799600.85,801715.27,127,1117,3383.0720000000674,wstate -73,SUCCESS,2,1,356.61,801715.27,802071.88,127,294,570.5759999999776,graphstate -1096,SUCCESS,2,0,120347.94,692962,813309.94,27,161588,192556.7039999999,qwalk-noancilla -1104,SUCCESS,2,0,849.11,813309.94,814159.05,27,658,1358.576000000164,qpeinexact -1127,SUCCESS,2,0,541.36,814159.05,814700.41,27,401,866.1759999999776,qftentangled -1135,SUCCESS,2,0,43.78,814700.41,814744.19,27,26,70.04800000004471,routing -1137,SUCCESS,2,0,3141.4,814744.19,817885.59,27,2007,5026.2399999998515,qnn -1139,SUCCESS,2,0,31.57,817885.59,817917.16,27,34,50.51200000010431,dj -1141,SUCCESS,2,0,143.74,817917.16,818060.9,27,94,229.98399999998512,qaoa -1146,SUCCESS,2,0,898.19,818060.9,818959.09,27,1594,1437.1039999999107,random -1153,SUCCESS,2,0,820.03,818959.09,819779.12,27,559,1312.0480000000448,qftentangled -1155,SUCCESS,2,0,68.59,819779.12,819847.71,27,84,109.74399999994785,dj -1158,SUCCESS,2,0,439.95,819847.71,820287.66,27,328,703.9200000001118,qpeexact -1161,SUCCESS,2,0,851.76,820287.66,821139.42,27,504,1362.816000000015,twolocalrandom -1170,SUCCESS,2,0,1128.6,821139.42,822268.02,27,1003,1805.759999999963,ae -1178,SUCCESS,2,0,23.94,822268.02,822291.96,27,16,38.303999999910594,ghz -1184,SUCCESS,2,0,71.63,822291.96,822363.59,27,41,114.60800000000745,dj -1188,SUCCESS,2,0,539.95,822363.59,822903.54,27,625,863.9200000001118,groundstate -1192,SUCCESS,2,0,50667.34,822903.54,873570.88,27,31530,81067.74399999995,grover-noancilla -1199,SUCCESS,2,0,280.92,873570.88,873851.8,27,527,449.47200000006706,qft -1206,SUCCESS,2,0,461.27,873851.8,874313.07,27,321,738.0320000000298,portfolioqaoa -1210,SUCCESS,2,0,46.36,874313.07,874359.43,27,32,74.17599999997765,graphstate -1212,SUCCESS,2,0,58.7,874359.43,874418.13,27,40,93.9199999999255,dj -1235,SUCCESS,2,0,732.03,874418.13,875150.16,27,592,1171.2480000000448,qftentangled -1238,SUCCESS,2,0,360.69,875150.16,875510.85,27,254,577.1039999999106,qft -1239,SUCCESS,2,0,1064.81,875510.85,876575.66,27,866,1703.6960000000895,ae -1242,SUCCESS,2,0,249.67,876575.66,876825.33,27,336,399.47199999988084,qpeexact -1243,SUCCESS,2,0,292.15,876825.33,877117.48,27,425,467.4400000000373,su2random -1244,SUCCESS,2,0,271.95,877117.48,877389.43,27,162,435.12000000011176,qpeinexact -1257,SUCCESS,2,0,64.78,877389.43,877454.21,27,130,103.64799999985844,dj -1268,SUCCESS,2,0,46.5,877454.21,877500.71,27,42,74.4,ghz -1270,SUCCESS,2,0,892.74,877500.71,878393.45,27,922,1428.3839999999852,random -1272,SUCCESS,2,0,466.66,878393.45,878860.11,27,538,746.6560000000522,qftentangled -1274,SUCCESS,2,0,661.9,878860.11,879522.01,27,633,1059.0400000000373,qnn -1278,SUCCESS,2,0,210.28,879522.01,879732.29,27,181,336.4480000000447,random -1294,SUCCESS,2,0,235.36,879732.29,879967.65,27,174,376.5759999999777,qftentangled -1299,SUCCESS,2,0,13.82,879967.65,879981.47,27,12,22.111999999918044,ghz -1307,SUCCESS,2,0,55.48,879981.47,880036.95,27,69,88.7679999999702,dj -1317,SUCCESS,2,0,901.67,880036.95,880938.62,27,806,1442.672000000067,qftentangled -1318,SUCCESS,2,0,668.59,880938.62,881607.21,27,506,1069.7439999999478,qnn -1320,SUCCESS,2,0,28.1,881607.21,881635.31,27,33,44.960000000149016,graphstate -1328,SUCCESS,2,0,1428.03,881635.31,883063.34,27,1093,2284.8479999998585,su2random -1331,SUCCESS,2,0,29.55,883063.34,883092.89,27,45,47.28000000007451,dj -1334,SUCCESS,2,0,611.68,883092.89,883704.57,27,438,978.6879999998957,su2random -1343,SUCCESS,2,0,207.44,883704.57,883912.01,27,325,331.90400000009686,qpeinexact -1344,SUCCESS,2,0,30.06,883912.01,883942.07,27,44,48.09600000008941,graphstate -1345,SUCCESS,2,0,709.69,883942.07,884651.76,27,559,1135.5039999999105,qpeexact -1346,SUCCESS,2,0,8856.49,884651.76,893508.25,27,7262,14170.383999999985,pricingcall -1348,SUCCESS,2,0,169.74,893508.25,893677.99,27,179,271.5839999999851,pricingput -1350,SUCCESS,2,0,1235.76,893677.99,894913.75,27,1289,1977.216000000015,realamprandom -1352,SUCCESS,2,0,288.72,894913.75,895202.47,27,308,461.9519999999553,portfolioqaoa -1354,SUCCESS,2,0,42.92,895202.47,895245.39,27,26,68.67200000006706,routing -1370,SUCCESS,2,0,159.87,895245.39,895405.26,27,100,255.79199999999256,qaoa -1374,SUCCESS,2,0,46.28,895405.26,895451.54,27,30,74.04800000004471,vqe -1380,SUCCESS,2,0,17.75,895451.54,895469.29,27,14,28.400000000000002,ghz -1383,SUCCESS,2,0,169.99,895469.29,895639.28,27,361,271.9839999999851,qft -1392,SUCCESS,2,0,1158.18,895639.28,896797.46,27,896,1853.0879999998958,realamprandom -1395,SUCCESS,2,0,723.77,896797.46,897521.23,27,783,1158.03200000003,qpeinexact -1396,SUCCESS,2,0,129.25,897521.23,897650.48,27,103,206.8,dj -1402,SUCCESS,2,0,28.65,897650.48,897679.13,27,32,45.84000000003726,routing -1408,SUCCESS,2,0,175.03,897679.13,897854.16,27,170,280.04800000004474,ae -1428,SUCCESS,2,0,359.99,897854.16,898214.15,27,677,575.9839999999851,qnn -1433,SUCCESS,2,0,14.87,898214.15,898229.02,27,26,23.79199999999255,graphstate -1436,SUCCESS,2,0,263.44,898229.02,898492.46,27,312,421.5039999999106,qft -1439,SUCCESS,2,0,3425.52,898492.46,901917.98,27,2039,5480.83200000003,twolocalrandom -1442,SUCCESS,2,0,569.33,901917.98,902487.31,27,465,910.9280000001193,su2random -1443,SUCCESS,2,0,1155.32,902487.31,903642.63,27,1005,1848.511999999918,pricingput -1444,SUCCESS,2,0,382.65,903642.63,904025.28,27,235,612.2400000000373,realamprandom -1448,SUCCESS,2,0,23.52,904025.28,904048.8,27,44,37.632000000029805,qaoa -1450,SUCCESS,2,0,2208.78,904048.8,906257.58,27,1986,3534.047999999859,pricingcall -1456,SUCCESS,2,0,67.52,906257.58,906325.1,27,53,108.03200000002981,wstate -1460,SUCCESS,2,0,398.6,906325.1,906723.7,27,306,637.7599999999628,pricingcall -1462,SUCCESS,2,0,43.07,906723.7,906766.77,27,55,68.91200000010431,dj -1464,SUCCESS,2,0,212.1,906766.77,906978.87,27,159,339.3599999999628,pricingcall -1469,SUCCESS,2,0,714.09,906978.87,907692.96,27,458,1142.5439999999478,realamprandom -1470,SUCCESS,2,0,1854.27,907692.96,909547.23,27,1200,2966.83200000003,qftentangled -1471,SUCCESS,2,0,395.41,909547.23,909942.64,27,484,632.6560000000522,realamprandom -1472,SUCCESS,2,0,422.61,909942.64,910365.25,27,270,676.1759999999776,su2random -1483,SUCCESS,2,0,88.16,910365.25,910453.41,27,57,141.05600000005217,wstate -1485,SUCCESS,2,0,14.84,910453.41,910468.25,27,26,23.743999999947846,vqe -1495,SUCCESS,2,0,487.75,910468.25,910956,27,420,780.4000000000001,portfolioqaoa -1497,SUCCESS,2,0,44.74,910956,911000.74,27,26,71.5839999999851,graphstate -1503,SUCCESS,2,0,214.43,911000.74,911215.17,27,433,343.088000000082,qnn -1507,SUCCESS,2,0,1560.04,911215.17,912775.21,27,925,2496.0639999998734,qpeinexact -1510,SUCCESS,2,0,38.51,912775.21,912813.72,27,26,61.61600000001491,graphstate -1511,SUCCESS,2,0,466.18,912813.72,913279.9,27,598,745.888000000082,su2random -1513,SUCCESS,2,0,5262.3,913279.9,918542.2,27,7947,8419.67999999989,qwalk-v-chain -1517,SUCCESS,2,0,902.82,918542.2,919445.02,27,734,1444.5120000001043,su2random -1519,SUCCESS,2,0,106.79,919445.02,919551.81,27,105,170.8640000000596,vqe -74,SUCCESS,2,1,142214.92,802071.88,944286.8,127,32124,227543.8720000001,random -75,SUCCESS,2,1,627.36,944286.8,944914.16,127,158,1003.7759999999777,graphstate -1522,SUCCESS,2,0,33331.85,919551.81,952883.66,27,39234,53330.95999999996,grover-noancilla -1524,SUCCESS,2,0,442.44,952883.66,953326.1,27,256,707.9039999999106,random -1534,SUCCESS,2,0,185.16,953326.1,953511.26,27,267,296.25600000005215,portfoliovqe -1536,SUCCESS,2,0,383.26,953511.26,953894.52,27,252,613.2160000000149,qftentangled -1537,SUCCESS,2,0,2105.61,953894.52,956000.13,27,1472,3368.975999999978,su2random -1538,SUCCESS,2,0,631.33,956000.13,956631.46,27,571,1010.127999999933,ae -1540,SUCCESS,2,0,1369.72,956631.46,958001.18,27,896,2191.5520000001416,realamprandom -1542,SUCCESS,2,0,14.71,958001.18,958015.89,27,24,23.535999999940397,vqe -1543,SUCCESS,2,0,3547.11,958015.89,961563,27,2382,5675.375999999978,pricingput -1547,SUCCESS,2,0,1625.8,961563,963188.8,27,1170,2601.280000000075,twolocalrandom -1555,SUCCESS,2,0,53.62,963188.8,963242.42,27,65,85.79199999999256,wstate -1565,SUCCESS,2,0,222.57,963242.42,963464.99,27,136,356.11199999991805,dj -1580,SUCCESS,2,0,22.78,963464.99,963487.77,27,30,36.44800000004471,graphstate -1583,SUCCESS,2,0,304.16,963487.77,963791.93,27,504,486.6560000000522,qnn -1591,SUCCESS,2,0,1091.36,963791.93,964883.29,27,1099,1746.1759999999776,ae -1597,SUCCESS,2,0,12.5,964883.29,964895.79,27,20,20.0,routing -1606,SUCCESS,2,0,285.67,964895.79,965181.46,27,177,457.0719999998808,qnn -1607,SUCCESS,2,0,238.66,965181.46,965420.12,27,171,381.8560000000522,twolocalrandom -1610,SUCCESS,2,0,249.56,965420.12,965669.68,27,288,399.2960000000894,qft -1615,SUCCESS,2,0,21.21,965669.68,965690.89,27,23,33.9359999999404,dj -1617,SUCCESS,2,0,697.21,965690.89,966388.1,27,581,1115.5359999999405,qpeexact -1627,SUCCESS,2,0,67.73,966388.1,966455.83,27,44,108.36799999997021,graphstate -1632,SUCCESS,2,0,276.28,966455.83,966732.11,27,187,442.04800000004474,qftentangled -1636,SUCCESS,2,0,717.88,966732.11,967449.99,27,728,1148.6080000000075,qftentangled -1637,SUCCESS,2,0,257.92,967449.99,967707.91,27,433,412.6720000000671,qpeinexact -1641,SUCCESS,2,0,19.28,967707.91,967727.19,27,24,30.848000000044706,routing -1642,SUCCESS,2,0,181.3,967727.19,967908.49,27,108,290.07999999988823,ghz -1647,SUCCESS,2,0,627.34,967908.49,968535.83,27,485,1003.7439999999478,twolocalrandom -1650,SUCCESS,2,0,180.38,968535.83,968716.21,27,382,288.60800000000745,ae -1655,SUCCESS,2,0,116.88,968716.21,968833.09,27,134,187.00800000000746,qpeinexact -1657,SUCCESS,2,0,34.06,968833.09,968867.15,27,23,54.49600000008941,ghz -1658,SUCCESS,2,0,59.66,968867.15,968926.81,27,35,95.45600000005216,dj -1659,SUCCESS,2,0,738.44,968926.81,969665.25,27,440,1181.5039999999105,qpeinexact -1660,SUCCESS,2,0,520.91,969665.25,970186.16,27,468,833.4560000000522,ae -1662,SUCCESS,2,0,553.64,970186.16,970739.8,27,653,885.8240000000224,qpeinexact -1663,SUCCESS,2,0,25.6,970739.8,970765.4,27,31,40.95999999996275,ghz -1664,SUCCESS,2,0,53.74,970765.4,970819.14,27,73,85.9839999999851,ghz -1674,SUCCESS,2,0,162.2,970819.14,970981.34,27,192,259.5199999999255,su2random -1678,SUCCESS,2,0,1703.41,970981.34,972684.75,27,1531,2725.4560000000524,pricingcall -1682,SUCCESS,2,0,62.87,972684.75,972747.62,27,37,100.59199999999255,dj -1692,SUCCESS,2,0,607.95,972747.62,973355.57,27,512,972.7200000001118,portfoliovqe -1701,SUCCESS,2,0,495.08,973355.57,973850.65,27,329,792.127999999933,qpeinexact -1703,SUCCESS,2,0,71.9,973850.65,973922.55,27,67,115.04000000003725,routing -76,SUCCESS,2,1,49401,944914.16,994315.16,127,11726,79041.6,qnn -77,SUCCESS,2,1,11765.82,994315.16,1006080.98,127,4776,18825.311999999918,qftentangled -78,SUCCESS,2,1,4211.43,1006080.98,1010292.41,127,1154,6738.288000000082,qnn -79,SUCCESS,2,1,350.06,1010292.41,1010642.47,127,101,560.0959999999031,wstate -80,SUCCESS,2,1,9256.69,1010642.47,1019899.16,127,2393,14810.704000000098,su2random -1723,SUCCESS,2,0,49348.88,973922.55,1023271.43,27,35315,78958.20800000001,shor -1726,SUCCESS,2,0,15.84,1023271.43,1023287.27,27,10,25.343999999947847,ghz -1731,SUCCESS,2,0,47.46,1023287.27,1023334.73,27,29,75.93599999994039,vqe -1732,SUCCESS,2,0,41.64,1023334.73,1023376.37,27,58,66.62400000002235,vqe -1737,SUCCESS,2,0,13.85,1023376.37,1023390.22,27,13,22.15999999996275,ghz -1757,SUCCESS,2,0,807.88,1023390.22,1024198.1,27,559,1292.6080000000075,portfoliovqe -1769,SUCCESS,2,0,673.77,1024198.1,1024871.87,27,534,1078.03200000003,qpeinexact -1772,SUCCESS,2,0,2527.42,1024871.87,1027399.29,27,2658,4043.872000000067,qwalk-v-chain -1776,SUCCESS,2,0,4638.43,1027399.29,1032037.72,27,3625,7421.487999999896,grover-noancilla -1778,SUCCESS,2,0,1855.87,1032037.72,1033893.59,27,1076,2969.3919999999925,ae -1784,SUCCESS,2,0,35,1033893.59,1033928.59,27,35,56.0,qaoa -1792,SUCCESS,2,0,667.48,1033928.59,1034596.07,27,891,1067.9679999999703,qpeinexact -1801,SUCCESS,2,0,94.95,1034596.07,1034691.02,27,85,151.92000000011177,wstate -1812,SUCCESS,2,0,50.76,1034691.02,1034741.78,27,38,81.2160000000149,graphstate -1813,SUCCESS,2,0,1161.66,1034741.78,1035903.44,27,781,1858.6560000000522,realamprandom -1815,SUCCESS,2,0,148.2,1035903.44,1036051.64,27,99,237.1199999999255,dj -1817,SUCCESS,2,0,458.66,1036051.64,1036510.3,27,327,733.8560000000522,qftentangled -1821,SUCCESS,2,0,676.39,1036510.3,1037186.69,27,1067,1082.2239999998362,ae -1824,SUCCESS,2,0,162.58,1037186.69,1037349.27,27,164,260.12800000011924,dj -81,SUCCESS,2,1,22284.14,1019899.16,1042183.3,127,7922,35654.624000000025,qpeexact -1832,SUCCESS,2,0,4849.17,1037349.27,1042198.44,27,2843,7758.671999999881,pricingcall -1842,SUCCESS,2,0,1911.63,1042198.44,1044110.07,27,1091,3058.608000000194,qftentangled -1844,SUCCESS,2,0,2074.19,1044110.07,1046184.26,27,4102,3318.7039999999106,qwalk-v-chain -1845,SUCCESS,2,0,352.96,1046184.26,1046537.22,27,492,564.7359999999404,portfoliovqe -82,SUCCESS,2,1,4588.42,1042183.3,1046771.72,127,1070,7341.4719999998815,ghz -1847,SUCCESS,2,0,711.02,1046537.22,1047248.24,27,1427,1137.6320000000298,pricingcall -83,SUCCESS,2,1,1733.68,1046771.72,1048505.4,127,582,2773.8880000000822,wstate -1848,SUCCESS,2,0,1270.46,1047248.24,1048518.7,27,2136,2032.7359999999405,random -1854,SUCCESS,2,0,1007.21,1048518.7,1049525.91,27,843,1611.5359999999405,qpeinexact -85,SUCCESS,2,1,1971.78,1048505.4,1050477.18,127,1532,3154.8479999998585,ae -1855,SUCCESS,2,0,976.58,1049525.91,1050502.49,27,1056,1562.5280000001194,grover-v-chain -1857,SUCCESS,2,0,131.73,1050502.49,1050634.22,27,251,210.76799999997021,su2random -87,SUCCESS,2,1,10593.91,1050477.18,1061071.09,127,3555,16950.256000000238,qftentangled -1858,SUCCESS,2,0,13813,1050634.22,1064447.22,27,9891,22100.800000000003,grover-noancilla -1862,SUCCESS,2,0,666.27,1064447.22,1065113.49,27,600,1066.03200000003,su2random -1869,SUCCESS,2,0,350.72,1065113.49,1065464.21,27,699,561.1519999999554,qpeexact -1874,SUCCESS,2,0,10.71,1065464.21,1065474.92,27,23,17.135999999940395,graphstate -1883,SUCCESS,2,0,383.15,1065474.92,1065858.07,27,273,613.0400000002236,ae -1884,SUCCESS,2,0,628.09,1065858.07,1066486.16,27,499,1004.9439999997617,twolocalrandom -1886,SUCCESS,2,0,679.51,1066486.16,1067165.67,27,617,1087.216000000015,qftentangled -1888,SUCCESS,2,0,356.13,1067165.67,1067521.8,27,535,569.8080000001937,qft -1891,SUCCESS,2,0,1585.3,1067521.8,1069107.1,27,912,2536.4800000000746,qpeinexact -1892,SUCCESS,2,0,1106.62,1069107.1,1070213.72,27,744,1770.5919999998064,qft -1900,SUCCESS,2,0,296.28,1070213.72,1070510,27,485,474.04800000004474,realamprandom -1902,SUCCESS,2,0,282.12,1070510,1070792.12,27,367,451.3920000001788,qpeexact -1903,SUCCESS,2,0,12.05,1070792.12,1070804.17,27,25,19.279999999701978,vqe -1904,SUCCESS,2,0,3436.59,1070804.17,1074240.76,27,4540,5498.5440000001345,qwalk-noancilla -88,SUCCESS,2,1,13832.95,1061071.09,1074904.04,127,4371,22132.71999999993,random -1905,SUCCESS,2,0,1557.16,1074240.76,1075797.92,27,1352,2491.455999999866,realamprandom -1909,SUCCESS,2,0,147.97,1075797.92,1075945.89,27,160,236.7519999999553,pricingcall -89,SUCCESS,2,1,1921.25,1074904.04,1076825.29,127,797,3074.0,qftentangled -90,SUCCESS,2,1,1010.35,1076825.29,1077835.64,127,547,1616.5599999997767,su2random -1914,SUCCESS,2,0,2761.95,1075945.89,1078707.84,27,3843,4419.120000000298,pricingcall -1916,SUCCESS,2,0,135.87,1078707.84,1078843.71,27,217,217.3919999998063,qpeexact -1922,SUCCESS,2,0,114.73,1078843.71,1078958.44,27,76,183.5679999999702,dj -1935,SUCCESS,2,0,795.31,1078958.44,1079753.75,27,746,1272.4960000000895,qnn -1941,SUCCESS,2,0,31.91,1079753.75,1079785.66,27,24,51.05599999986589,dj -1942,SUCCESS,2,0,1016.61,1079785.66,1080802.27,27,791,1626.576000000164,qpeexact -1947,SUCCESS,2,0,748.02,1080802.27,1081550.29,27,959,1196.83200000003,su2random -1949,SUCCESS,2,0,688.79,1081550.29,1082239.08,27,812,1102.0640000000597,qpeinexact -1951,SUCCESS,2,0,153.68,1082239.08,1082392.76,27,91,245.8879999998957,ghz -1953,SUCCESS,2,0,1268.27,1082392.76,1083661.03,27,862,2029.23200000003,qftentangled -1955,SUCCESS,2,0,32.6,1083661.03,1083693.63,27,24,52.15999999977649,graphstate -1957,SUCCESS,2,0,1310.77,1083693.63,1085004.4,27,840,2097.23200000003,realamprandom -1964,SUCCESS,2,0,441.96,1085004.4,1085446.36,27,535,707.136000000313,portfoliovqe -1966,SUCCESS,2,0,259.61,1085446.36,1085705.97,27,253,415.3759999997914,qnn -1973,SUCCESS,2,0,470.2,1085705.97,1086176.17,27,360,752.3199999999256,qpeexact -1977,SUCCESS,2,0,572.78,1086176.17,1086748.95,27,466,916.4480000000448,qpeinexact -1980,SUCCESS,2,0,52.73,1086748.95,1086801.68,27,61,84.36799999997021,wstate -1985,SUCCESS,2,0,158.4,1086801.68,1086960.08,27,333,253.44000000022353,qpeexact -1987,SUCCESS,2,0,603.06,1086960.08,1087563.14,27,593,964.8959999997169,random -1988,SUCCESS,2,0,287.29,1087563.14,1087850.43,27,203,459.6640000000596,qpeinexact -1989,SUCCESS,2,0,1286,1087850.43,1089136.43,27,1473,2057.6,random -1992,SUCCESS,2,0,107.05,1089136.43,1089243.48,27,177,171.28000000007452,ae -2002,SUCCESS,2,0,408.32,1089243.48,1089651.8,27,518,653.3120000001044,qpeinexact -2007,SUCCESS,2,0,798.94,1089651.8,1090450.74,27,759,1278.3039999999107,qpeexact -2010,SUCCESS,2,0,1478.21,1090450.74,1091928.95,27,1748,2365.1359999999404,random -2012,SUCCESS,2,0,89.4,1091928.95,1092018.35,27,52,143.04000000022353,ghz -2020,SUCCESS,2,0,2806.33,1092018.35,1094824.68,27,1917,4490.127999999747,pricingput -92,SUCCESS,2,1,17846.71,1077835.64,1095682.35,127,5158,28554.736000000314,qwalk-v-chain -2026,SUCCESS,2,0,940.51,1094824.68,1095765.19,27,1001,1504.816000000015,portfoliovqe -93,SUCCESS,2,1,171.66,1095682.35,1095854.01,127,42,274.6559999998659,dj -2027,SUCCESS,2,0,122.43,1095765.19,1095887.62,27,78,195.88800000026822,dj -2030,SUCCESS,2,0,1735.58,1095887.62,1097623.2,27,1355,2776.927999999747,qnn -2044,SUCCESS,2,0,446.09,1097623.2,1098069.29,27,432,713.7440000001342,portfoliovqe -2045,SUCCESS,2,0,699.04,1098069.29,1098768.33,27,631,1118.4640000000597,ae -2049,SUCCESS,2,0,1363.65,1098768.33,1100131.98,27,889,2181.839999999851,qpeinexact -2055,SUCCESS,2,0,391.92,1100131.98,1100523.9,27,272,627.0719999998809,qftentangled -2061,SUCCESS,2,0,424.56,1100523.9,1100948.46,27,552,679.2960000000894,qnn -2062,SUCCESS,2,0,1469.79,1100948.46,1102418.25,27,1119,2351.66400000006,realamprandom -2066,SUCCESS,2,0,99.41,1102418.25,1102517.66,27,87,159.0559999998659,ghz -2075,SUCCESS,2,0,337.3,1102517.66,1102854.96,27,395,539.6800000000745,qpeinexact -2086,SUCCESS,2,0,835.27,1102854.96,1103690.23,27,962,1336.4320000000298,qpeinexact -94,SUCCESS,2,1,8001.85,1095854.01,1103855.86,127,2244,12802.96000000015,qftentangled -2087,SUCCESS,2,0,448.53,1103690.23,1104138.76,27,324,717.6480000000447,su2random -2088,SUCCESS,2,0,36.77,1104138.76,1104175.53,27,27,58.83200000002981,dj -2092,SUCCESS,2,0,15.49,1104175.53,1104191.02,27,31,24.7839999999851,graphstate -2099,SUCCESS,2,0,604.62,1104191.02,1104795.64,27,783,967.3919999998063,su2random -2100,SUCCESS,2,0,64.79,1104795.64,1104860.43,27,57,103.66400000005962,wstate -95,SUCCESS,2,1,1156.01,1103855.86,1105011.87,127,532,1849.616000000015,ae -96,SUCCESS,2,1,383.91,1105011.87,1105395.78,127,187,614.2559999998659,dj -2103,SUCCESS,2,0,1372.12,1104860.43,1106232.55,27,1321,2195.392000000179,ae -2104,SUCCESS,2,0,102.54,1106232.55,1106335.09,27,74,164.06400000005962,ghz -2109,SUCCESS,2,0,34.3,1106335.09,1106369.39,27,20,54.87999999970198,graphstate -2113,SUCCESS,2,0,147.98,1106369.39,1106517.37,27,260,236.76800000034274,random -2125,SUCCESS,2,0,88.46,1106517.37,1106605.83,27,61,141.5359999999404,wstate -2126,SUCCESS,2,0,871.74,1106605.83,1107477.57,27,499,1394.783999999985,su2random -2129,SUCCESS,2,0,562.25,1107477.57,1108039.82,27,604,899.6,portfoliovqe -2136,SUCCESS,2,0,29.02,1108039.82,1108068.84,27,20,46.4320000000298,graphstate -2143,SUCCESS,2,0,2258.06,1108068.84,1110326.9,27,1366,3612.895999999717,grover-v-chain -97,SUCCESS,2,1,5596.33,1105395.78,1110992.11,127,4454,8954.128000000119,qftentangled -2145,SUCCESS,2,0,1273.53,1110326.9,1111600.43,27,886,2037.6480000000447,qpeinexact -2156,SUCCESS,2,0,41.34,1111600.43,1111641.77,27,36,66.14400000013411,graphstate -2161,SUCCESS,2,0,883.97,1111641.77,1112525.74,27,574,1414.3519999999553,portfolioqaoa -2182,SUCCESS,2,0,530.56,1112525.74,1113056.3,27,503,848.8960000000894,realamprandom -98,SUCCESS,2,1,2245.63,1110992.11,1113237.74,127,605,3593.0079999998215,dj -2184,SUCCESS,2,0,1586.29,1113056.3,1114642.59,27,3048,2538.06400000006,qwalk-v-chain -2185,SUCCESS,2,0,1571.06,1114642.59,1116213.65,27,1638,2513.695999999717,qnn -2188,SUCCESS,2,0,922.34,1116213.65,1117135.99,27,634,1475.7440000001343,qft -2189,SUCCESS,2,0,538.67,1117135.99,1117674.66,27,770,861.8719999998808,qft -100,SUCCESS,2,1,4545.9,1113237.74,1117783.64,127,1063,7273.439999999851,qft -2192,SUCCESS,2,0,145.66,1117674.66,1117820.32,27,89,233.05600000023844,dj -2193,SUCCESS,2,0,30.88,1117820.32,1117851.2,27,26,49.407999999821186,vqe -2194,SUCCESS,2,0,230.81,1117851.2,1118082.01,27,206,369.2960000000894,twolocalrandom -2204,SUCCESS,2,0,64.85,1118082.01,1118146.86,27,59,103.76000000014902,dj -2207,SUCCESS,2,0,71.63,1118146.86,1118218.49,27,144,114.60799999982119,ae -2210,SUCCESS,2,0,60.02,1118218.49,1118278.51,27,54,96.03200000002981,qaoa -2212,SUCCESS,2,0,631.66,1118278.51,1118910.17,27,395,1010.6559999998659,qnn -2219,SUCCESS,2,0,14.25,1118910.17,1118924.42,27,19,22.8,graphstate -2221,SUCCESS,2,0,1201.45,1118924.42,1120125.87,27,695,1922.320000000298,qwalk-v-chain -101,SUCCESS,2,1,4768.64,1117783.64,1122552.28,127,1553,7629.824000000209,realamprandom -102,SUCCESS,2,1,4655.3,1122552.28,1127207.58,127,1000,7448.480000000075,pricingcall -2223,SUCCESS,2,0,11476.02,1120125.87,1131601.89,27,8406,18361.63199999966,pricingcall -2225,SUCCESS,2,0,304.19,1131601.89,1131906.08,27,573,486.70400000028314,qft -2237,SUCCESS,2,0,501.26,1131906.08,1132407.34,27,763,802.016000000015,realamprandom -2251,SUCCESS,2,0,607.87,1132407.34,1133015.21,27,698,972.5919999998064,pricingput -2272,SUCCESS,2,0,3193,1133015.21,1136208.21,27,2280,5108.8,random -2274,SUCCESS,2,0,51.27,1136208.21,1136259.48,27,37,82.03200000002981,wstate -2282,SUCCESS,2,0,118.68,1136259.48,1136378.16,27,106,189.8879999998957,dj -2285,SUCCESS,2,0,570.21,1136378.16,1136948.37,27,360,912.336000000313,random -2288,SUCCESS,2,0,1370.16,1136948.37,1138318.53,27,796,2192.255999999866,qpeexact -2290,SUCCESS,2,0,95.33,1138318.53,1138413.86,27,107,152.52800000011922,ghz -2294,SUCCESS,2,0,139.75,1138413.86,1138553.61,27,115,223.60000000000002,qpeexact -2300,SUCCESS,2,0,129.68,1138553.61,1138683.29,27,147,207.4879999998957,qft -2306,SUCCESS,2,0,357.95,1138683.29,1139041.24,27,581,572.7199999999256,qpeinexact -2307,SUCCESS,2,0,14.94,1139041.24,1139056.18,27,33,23.903999999910596,graphstate -2308,SUCCESS,2,0,323.14,1139056.18,1139379.32,27,346,517.0240000002086,portfoliovqe -2315,SUCCESS,2,0,136.66,1139379.32,1139515.98,27,91,218.6559999998659,wstate -2316,SUCCESS,2,0,1444.55,1139515.98,1140960.53,27,835,2311.280000000075,random -2319,SUCCESS,2,0,1659.12,1140960.53,1142619.65,27,1156,2654.5919999998064,su2random -2322,SUCCESS,2,0,1250.7,1142619.65,1143870.35,27,757,2001.1200000002982,qft -2326,SUCCESS,2,0,1074.77,1143870.35,1144945.12,27,788,1719.6320000000298,su2random -2329,SUCCESS,2,0,52.5,1144945.12,1144997.62,27,73,84.0,dj -2332,SUCCESS,2,0,378.94,1144997.62,1145376.56,27,236,606.3039999999106,su2random -2335,SUCCESS,2,0,417.52,1145376.56,1145794.08,27,881,668.0320000000298,twolocalrandom -2336,SUCCESS,2,0,1172.99,1145794.08,1146967.07,27,870,1876.783999999985,su2random -2346,SUCCESS,2,0,775.56,1146967.07,1147742.63,27,586,1240.8959999997169,twolocalrandom -2350,SUCCESS,2,0,33.78,1147742.63,1147776.41,27,40,54.04800000004471,qaoa -2353,SUCCESS,2,0,1749.88,1147776.41,1149526.29,27,2172,2799.8080000001937,pricingcall -2354,SUCCESS,2,0,1397.35,1149526.29,1150923.64,27,881,2235.7599999997765,realamprandom -2357,SUCCESS,2,0,4801.96,1150923.64,1155725.6,27,4668,7683.136000000313,qwalk-noancilla -2364,SUCCESS,2,0,11.76,1155725.6,1155737.36,27,22,18.816000000014903,ghz -2365,SUCCESS,2,0,4064.5,1155737.36,1159801.86,27,3918,6503.200000000001,qwalk-v-chain -2373,SUCCESS,2,0,121.05,1159801.86,1159922.91,27,199,193.67999999970198,realamprandom -2375,SUCCESS,2,0,62.89,1159922.91,1159985.8,27,53,100.62400000020862,wstate -2376,SUCCESS,2,0,390.02,1159985.8,1160375.82,27,221,624.0320000000298,qnn -2378,SUCCESS,2,0,2018.54,1160375.82,1162394.36,27,2096,3229.66400000006,random -2380,SUCCESS,2,0,410.96,1162394.36,1162805.32,27,409,657.5359999999405,twolocalrandom -2387,SUCCESS,2,0,482.53,1162805.32,1163287.85,27,484,772.0480000000448,twolocalrandom -2389,SUCCESS,2,0,38.4,1163287.85,1163326.25,27,33,61.43999999985099,graphstate -2391,SUCCESS,2,0,1068.34,1163326.25,1164394.59,27,1073,1709.3440000001342,portfoliovqe -2394,SUCCESS,2,0,123.72,1164394.59,1164518.31,27,81,197.95199999995532,wstate -2396,SUCCESS,2,0,577.21,1164518.31,1165095.52,27,410,923.5359999999405,qftentangled -2397,SUCCESS,2,0,479.49,1165095.52,1165575.01,27,389,767.1839999999852,ae -2399,SUCCESS,2,0,30.08,1165575.01,1165605.09,27,30,48.128000000119215,vqe -2401,SUCCESS,2,0,27.62,1165605.09,1165632.71,27,35,44.191999999806285,qaoa -2410,SUCCESS,2,0,410.46,1165632.71,1166043.17,27,302,656.7359999999404,qpeinexact -2412,SUCCESS,2,0,377.62,1166043.17,1166420.79,27,371,604.1920000001788,portfolioqaoa -2421,SUCCESS,2,0,472.14,1166420.79,1166892.93,27,352,755.4239999998362,twolocalrandom -2439,SUCCESS,2,0,966.02,1166892.93,1167858.95,27,810,1545.6320000000298,ae -2441,SUCCESS,2,0,1821.74,1167858.95,1169680.69,27,1666,2914.783999999985,random -2442,SUCCESS,2,0,37.54,1169680.69,1169718.23,27,29,60.06400000005961,wstate -2447,SUCCESS,2,0,1143.55,1169718.23,1170861.78,27,720,1829.6800000000746,portfoliovqe -2454,SUCCESS,2,0,65.34,1170861.78,1170927.12,27,69,104.54400000013412,wstate -2462,SUCCESS,2,0,564.76,1170927.12,1171491.88,27,605,903.616000000015,qftentangled -2465,SUCCESS,2,0,1992.07,1171491.88,1173483.95,27,3689,3187.311999999732,grover-noancilla -2470,SUCCESS,2,0,1823.57,1173483.95,1175307.52,27,2513,2917.7120000001046,su2random -2475,SUCCESS,2,0,531.13,1175307.52,1175838.65,27,412,849.8079999998213,qftentangled -103,SUCCESS,2,1,49390.77,1127207.58,1176598.35,127,11458,79025.23200000003,twolocalrandom -2478,SUCCESS,2,0,1426.11,1175838.65,1177264.76,27,942,2281.776000000164,su2random -2479,SUCCESS,2,0,92.71,1177264.76,1177357.47,27,101,148.3359999999404,wstate -104,SUCCESS,2,1,920.33,1176598.35,1177518.68,127,321,1472.5279999997467,realamprandom -2481,SUCCESS,2,0,712.45,1177357.47,1178069.92,27,578,1139.9199999999255,qpeexact -106,SUCCESS,2,1,1610.74,1177518.68,1179129.42,127,688,2577.183999999985,qpeinexact -107,SUCCESS,2,1,1719.28,1179129.42,1180848.7,127,821,2750.848000000045,su2random -108,SUCCESS,2,1,18125.6,1180848.7,1198974.3,127,4726,29000.960000000152,qftentangled -2487,SUCCESS,2,0,22362.22,1178069.92,1200432.14,27,38994,35779.55199999996,qwalk-noancilla -2488,SUCCESS,2,0,353.59,1200432.14,1200785.73,27,366,565.7440000001342,qnn -2494,SUCCESS,2,0,723.77,1200785.73,1201509.5,27,712,1158.03200000003,qnn -2495,SUCCESS,2,0,939.6,1201509.5,1202449.1,27,706,1503.360000000149,qpeinexact -2502,SUCCESS,2,0,362.04,1202449.1,1202811.14,27,810,579.2639999996871,qftentangled -2505,SUCCESS,2,0,216.31,1202811.14,1203027.45,27,333,346.0960000000894,random -2510,SUCCESS,2,0,360.98,1203027.45,1203388.43,27,225,577.5679999999702,qftentangled -2513,SUCCESS,2,0,1214.86,1203388.43,1204603.29,27,1318,1943.776000000164,twolocalrandom -2523,SUCCESS,2,0,1878.29,1204603.29,1206481.58,27,1909,3005.2640000000597,random -2524,SUCCESS,2,0,26.59,1206481.58,1206508.17,27,22,42.54399999976158,vqe -2528,SUCCESS,2,0,3211.56,1206508.17,1209719.73,27,2277,5138.49600000009,qwalk-v-chain -2529,SUCCESS,2,0,13.49,1209719.73,1209733.22,27,12,21.5839999999851,ghz -2532,SUCCESS,2,0,560.02,1209733.22,1210293.24,27,326,896.0320000000298,portfoliovqe -2535,SUCCESS,2,0,604.8,1210293.24,1210898.04,27,360,967.6800000000745,random -2540,SUCCESS,2,0,7.65,1210898.04,1210905.69,27,15,12.239999999850989,ghz -2547,SUCCESS,2,0,49.32,1210905.69,1210955.01,27,53,78.91200000010431,wstate -2548,SUCCESS,2,0,188.85,1210955.01,1211143.86,27,345,302.160000000149,ae -2549,SUCCESS,2,0,836.92,1211143.86,1211980.78,27,474,1339.071999999881,su2random -2550,SUCCESS,2,0,739.57,1211980.78,1212720.35,27,840,1183.3120000001043,twolocalrandom -2554,SUCCESS,2,0,1365.16,1212720.35,1214085.51,27,1054,2184.255999999866,qnn -2556,SUCCESS,2,0,98.4,1214085.51,1214183.91,27,58,157.439999999851,ghz -2559,SUCCESS,2,0,352.53,1214183.91,1214536.44,27,206,564.0480000000447,qftentangled -2561,SUCCESS,2,0,1493.4,1214536.44,1216029.84,27,1029,2389.440000000224,random -2564,SUCCESS,2,0,953.06,1216029.84,1216982.9,27,847,1524.8959999997169,qftentangled -2566,SUCCESS,2,0,4304.51,1216982.9,1221287.41,27,2472,6887.216000000015,realamprandom -2568,SUCCESS,2,0,356.26,1221287.41,1221643.67,27,217,570.016000000015,qftentangled -2573,SUCCESS,2,0,52.57,1221643.67,1221696.24,27,70,84.11200000010432,tsp -2584,SUCCESS,2,0,524.74,1221696.24,1222220.98,27,380,839.5839999999852,qnn -2590,SUCCESS,2,0,603.78,1222220.98,1222824.76,27,407,966.0480000000448,twolocalrandom -2608,SUCCESS,2,0,19.66,1222824.76,1222844.42,27,15,31.45599999986589,ghz -2611,SUCCESS,2,0,134.47,1222844.42,1222978.89,27,80,215.1519999999553,qaoa -2615,SUCCESS,2,0,2955.01,1222978.89,1225933.9,27,3215,4728.016000000015,grover-v-chain -2617,SUCCESS,2,0,45.76,1225933.9,1225979.66,27,31,73.2160000000149,graphstate -2620,SUCCESS,2,0,803.74,1225979.66,1226783.4,27,520,1285.9839999999851,su2random -2628,SUCCESS,2,0,593.4,1226783.4,1227376.8,27,394,949.4400000002236,qnn -2629,SUCCESS,2,0,32.38,1227376.8,1227409.18,27,26,51.80799999982119,graphstate -2633,SUCCESS,2,0,827.79,1227409.18,1228236.97,27,1215,1324.4640000000597,twolocalrandom -2634,SUCCESS,2,0,39.74,1228236.97,1228276.71,27,42,63.5839999999851,dj -2638,SUCCESS,2,0,1376.36,1228276.71,1229653.07,27,895,2202.176000000164,qnn -109,SUCCESS,2,1,40524.12,1198974.3,1239498.42,127,8727,64838.59199999981,pricingcall -110,SUCCESS,2,1,780.08,1239498.42,1240278.5,127,398,1248.1280000001193,dj -111,SUCCESS,2,1,11641.5,1240278.5,1251920,127,2985,18626.4,qftentangled -113,SUCCESS,2,1,142.54,1251920,1252062.54,127,96,228.06400000005962,ghz -114,SUCCESS,2,1,861.99,1252062.54,1252924.53,127,506,1379.1839999999852,random -2648,SUCCESS,2,0,28739.8,1229653.07,1258392.87,27,34161,45983.68000000008,shor -2658,SUCCESS,2,0,129.88,1258392.87,1258522.75,27,73,207.8079999998212,wstate -2660,SUCCESS,2,0,512.26,1258522.75,1259035.01,27,502,819.616000000015,su2random -2661,SUCCESS,2,0,64.52,1259035.01,1259099.53,27,110,103.23200000002981,wstate -115,SUCCESS,2,1,10054.98,1252924.53,1262979.51,127,4568,16087.967999999972,qnn -116,SUCCESS,2,1,7319.59,1262979.51,1270299.1,127,1606,11711.344000000136,ae -117,SUCCESS,2,1,2005.05,1270299.1,1272304.15,127,984,3208.079999999702,qpeexact -119,SUCCESS,2,1,1856.43,1272304.15,1274160.58,127,824,2970.2880000002683,qpeexact -2665,SUCCESS,2,0,33224.88,1259099.53,1292324.41,27,21227,53159.80799999982,grover-v-chain -2673,SUCCESS,2,0,292.11,1292324.41,1292616.52,27,274,467.3760000001639,twolocalrandom -2675,SUCCESS,2,0,398.64,1292616.52,1293015.16,27,555,637.8239999998361,twolocalrandom -120,SUCCESS,2,1,28072.76,1274160.58,1302233.34,127,9042,44916.41600000002,realamprandom -2677,SUCCESS,2,0,12557.82,1293015.16,1305572.98,27,9905,20092.512000000104,qwalk-noancilla -2686,SUCCESS,2,0,360.62,1305572.98,1305933.6,27,426,576.9920000001788,portfolioqaoa -2687,SUCCESS,2,0,370.44,1305933.6,1306304.04,27,600,592.7039999999106,qpeexact -2694,SUCCESS,2,0,418.79,1306304.04,1306722.83,27,448,670.0640000000597,realamprandom -2699,SUCCESS,2,0,262.38,1306722.83,1306985.21,27,362,419.8079999998212,qft -2702,SUCCESS,2,0,126.72,1306985.21,1307111.93,27,98,202.7519999999553,dj -2703,SUCCESS,2,0,545.62,1307111.93,1307657.55,27,1185,872.9920000001789,su2random -2709,SUCCESS,2,0,798.08,1307657.55,1308455.63,27,504,1276.9280000001193,realamprandom -2727,SUCCESS,2,0,675.06,1308455.63,1309130.69,27,458,1080.095999999717,qft -2729,SUCCESS,2,0,1691.46,1309130.69,1310822.15,27,976,2706.3359999999407,pricingput -2734,SUCCESS,2,0,238.52,1310822.15,1311060.67,27,178,381.63200000002985,pricingput -2738,SUCCESS,2,0,63.48,1311060.67,1311124.15,27,74,101.5679999999702,qaoa -2739,SUCCESS,2,0,217.87,1311124.15,1311342.02,27,177,348.5920000001788,realamprandom -2756,SUCCESS,2,0,572.38,1311342.02,1311914.4,27,467,915.8079999998213,ae -2759,SUCCESS,2,0,149.62,1311914.4,1312064.02,27,125,239.39200000017883,wstate -2777,SUCCESS,2,0,841.39,1312064.02,1312905.41,27,1170,1346.2239999998362,realamprandom -2783,SUCCESS,2,0,729.47,1312905.41,1313634.88,27,498,1167.152000000328,portfolioqaoa -2788,SUCCESS,2,0,76.28,1313634.88,1313711.16,27,169,122.04799999967219,su2random -2792,SUCCESS,2,0,145.23,1313711.16,1313856.39,27,311,232.3679999999702,twolocalrandom -2795,SUCCESS,2,0,843.25,1313856.39,1314699.64,27,584,1349.2,pricingcall -2811,SUCCESS,2,0,237.93,1314699.64,1314937.57,27,392,380.68800000026823,qft -2813,SUCCESS,2,0,223.85,1314937.57,1315161.42,27,307,358.1599999997765,wstate -2815,SUCCESS,2,0,168.68,1315161.42,1315330.1,27,106,269.8880000002682,dj -2823,SUCCESS,2,0,52.03,1315330.1,1315382.13,27,65,83.24799999967217,wstate -2826,SUCCESS,2,0,878.7,1315382.13,1316260.83,27,1000,1405.9200000002982,qnn -2831,SUCCESS,2,0,678.84,1316260.83,1316939.67,27,613,1086.1439999997617,groundstate -2833,SUCCESS,2,0,489.27,1316939.67,1317428.94,27,546,782.8320000000299,realamprandom -2836,SUCCESS,2,0,182.95,1317428.94,1317611.89,27,112,292.7199999999255,dj -2838,SUCCESS,2,0,902.95,1317611.89,1318514.84,27,731,1444.7200000002981,qftentangled -2839,SUCCESS,2,0,929.03,1318514.84,1319443.87,27,825,1486.4480000000449,realamprandom -2841,SUCCESS,2,0,226.56,1319443.87,1319670.43,27,157,362.4959999997169,wstate -121,SUCCESS,2,1,18680.13,1302233.34,1320913.47,127,7451,29888.207999999824,ae -122,SUCCESS,2,1,574.63,1320913.47,1321488.1,127,196,919.4080000001937,random -2845,SUCCESS,2,0,2836.3,1319670.43,1322506.73,27,2667,4538.0800000000745,su2random -2846,SUCCESS,2,0,57.83,1322506.73,1322564.56,27,125,92.52800000011922,qpeinexact -2849,SUCCESS,2,0,503.19,1322564.56,1323067.75,27,912,805.1039999999107,qpeexact -2851,SUCCESS,2,0,1438.69,1323067.75,1324506.44,27,1036,2301.903999999911,ae -2856,SUCCESS,2,0,24.81,1324506.44,1324531.25,27,20,39.69600000008941,ghz -2864,SUCCESS,2,0,568.54,1324531.25,1325099.79,27,322,909.6640000000597,qpeexact -2874,SUCCESS,2,0,883.46,1325099.79,1325983.25,27,557,1413.5359999999405,qpeinexact -2884,SUCCESS,2,0,86.22,1325983.25,1326069.47,27,57,137.9519999999553,wstate -2886,SUCCESS,2,0,187.25,1326069.47,1326256.72,27,349,299.6,qftentangled -2888,SUCCESS,2,0,313.57,1326256.72,1326570.29,27,600,501.71200000010435,twolocalrandom -2897,SUCCESS,2,0,568.19,1326570.29,1327138.48,27,381,909.1039999999107,qftentangled -2898,SUCCESS,2,0,55419.68,1327138.48,1382558.16,27,40815,88671.4879999999,qwalk-noancilla -2900,SUCCESS,2,0,1365.17,1382558.16,1383923.33,27,891,2184.2720000002532,qnn -123,SUCCESS,2,1,62793.86,1321488.1,1384281.96,127,15014,100470.1759999998,twolocalrandom -124,SUCCESS,2,1,440.8,1384281.96,1384722.76,127,170,705.2800000000746,dj -2905,SUCCESS,2,0,835.94,1383923.33,1384759.27,27,1064,1337.5039999999108,ae -125,SUCCESS,2,1,956.03,1384722.76,1385678.79,127,221,1529.6480000000447,wstate -126,SUCCESS,2,1,72.16,1385678.79,1385750.95,127,29,115.4559999998659,ghz -2912,SUCCESS,2,0,1612.63,1384759.27,1386371.9,27,1126,2580.2079999998214,twolocalrandom -2919,SUCCESS,2,0,762.19,1386371.9,1387134.09,27,559,1219.5040000002832,qftentangled -2927,SUCCESS,2,0,111.78,1387134.09,1387245.87,27,103,178.84800000004472,dj -2931,SUCCESS,2,0,298.05,1387245.87,1387543.92,27,500,476.879999999702,pricingcall -2932,SUCCESS,2,0,428.97,1387543.92,1387972.89,27,507,686.3519999999553,groundstate -2938,SUCCESS,2,0,443.24,1387972.89,1388416.13,27,262,709.1839999999852,qftentangled -2947,SUCCESS,2,0,185.96,1388416.13,1388602.09,27,284,297.5360000003129,random -2949,SUCCESS,2,0,108.85,1388602.09,1388710.94,27,131,174.1599999997765,qpeinexact -2950,SUCCESS,2,0,443.1,1388710.94,1389154.04,27,483,708.9600000001491,qnn -2956,SUCCESS,2,0,115.48,1389154.04,1389269.52,27,128,184.76799999997021,dj -2960,SUCCESS,2,0,1022.4,1389269.52,1390291.92,27,869,1635.839999999851,random -2967,SUCCESS,2,0,231.2,1390291.92,1390523.12,27,174,369.92000000029805,qpeinexact -2972,SUCCESS,2,0,649.39,1390523.12,1391172.51,27,465,1039.0239999998362,pricingcall -2978,SUCCESS,2,0,65.77,1391172.51,1391238.28,27,73,105.23200000002981,qaoa -2987,SUCCESS,2,0,1288.01,1391238.28,1392526.29,27,1910,2060.816000000015,random -2994,SUCCESS,2,0,597.44,1392526.29,1393123.73,27,350,955.9039999999106,ae -2998,SUCCESS,2,0,323.44,1393123.73,1393447.17,27,274,517.5039999999107,realamprandom -3003,SUCCESS,2,0,664.97,1393447.17,1394112.14,27,466,1063.9519999999554,qpeexact -3014,SUCCESS,2,0,331.83,1394112.14,1394443.97,27,225,530.9280000001193,qnn -3021,SUCCESS,2,0,929.74,1394443.97,1395373.71,27,767,1487.5839999999853,ae -3028,SUCCESS,2,0,56.37,1395373.71,1395430.08,27,39,90.19200000017882,graphstate -3031,SUCCESS,2,0,2873,1395430.08,1398303.08,27,2847,4596.8,qnn -3039,SUCCESS,2,0,558.11,1398303.08,1398861.19,27,647,892.9759999997914,ae -3045,SUCCESS,2,0,16.1,1398861.19,1398877.29,27,23,25.760000000149013,vqe -3052,SUCCESS,2,0,13.58,1398877.29,1398890.87,27,16,21.72800000011921,ghz -3054,SUCCESS,2,0,757.76,1398890.87,1399648.63,27,532,1212.416000000015,qft -3056,SUCCESS,2,0,300.99,1399648.63,1399949.62,27,327,481.5839999999851,pricingput -3063,SUCCESS,2,0,243.24,1399949.62,1400192.86,27,216,389.18399999998513,twolocalrandom -3064,SUCCESS,2,0,18,1400192.86,1400210.86,27,23,28.8,vqe -3066,SUCCESS,2,0,744.05,1400210.86,1400954.91,27,436,1190.479999999702,realamprandom -127,SUCCESS,2,1,16473.1,1385750.95,1402224.05,127,5541,26356.960000000152,realamprandom -3074,SUCCESS,2,0,1803.48,1400954.91,1402758.39,27,1089,2885.56799999997,su2random -3075,SUCCESS,2,0,66.07,1402758.39,1402824.46,27,42,105.71200000010431,qaoa -3095,SUCCESS,2,0,242.82,1402824.46,1403067.28,27,207,388.5120000001043,realamprandom -3097,SUCCESS,2,0,68.95,1403067.28,1403136.23,27,53,110.3199999999255,ghz -3103,SUCCESS,2,0,377.76,1403136.23,1403513.99,27,276,604.416000000015,realamprandom -3117,SUCCESS,2,0,583.54,1403513.99,1404097.53,27,580,933.6640000000597,twolocalrandom -3120,SUCCESS,2,0,1384.53,1404097.53,1405482.06,27,1311,2215.2480000000446,random -3122,SUCCESS,2,0,172.5,1405482.06,1405654.56,27,101,276.0,ghz -3136,SUCCESS,2,0,904.35,1405654.56,1406558.91,27,1247,1446.9599999997765,qftentangled -3137,SUCCESS,2,0,810.16,1406558.91,1407369.07,27,874,1296.2560000002386,portfoliovqe -3141,SUCCESS,2,0,181.8,1407369.07,1407550.87,27,303,290.8800000000745,random -3144,SUCCESS,2,0,56.11,1407550.87,1407606.98,27,107,89.7759999997914,wstate -3146,SUCCESS,2,0,739.93,1407606.98,1408346.91,27,833,1183.8879999998958,su2random -128,SUCCESS,2,1,6140.41,1402224.05,1408364.46,127,2380,9824.655999999866,pricingput -3151,SUCCESS,2,0,59.37,1408346.91,1408406.28,27,90,94.99200000017882,dj -3153,SUCCESS,2,0,152.34,1408406.28,1408558.62,27,170,243.74400000013412,ae -3162,SUCCESS,2,0,1002.79,1408558.62,1409561.41,27,930,1604.463999999687,qnn -3164,SUCCESS,2,0,656.46,1409561.41,1410217.87,27,521,1050.3360000003129,twolocalrandom -3166,SUCCESS,2,0,347.07,1410217.87,1410564.94,27,365,555.3119999997318,realamprandom -3168,SUCCESS,2,0,133.9,1410564.94,1410698.84,27,162,214.24000000022352,qpeexact -3174,SUCCESS,2,0,311.84,1410698.84,1411010.68,27,261,498.9439999997616,portfolioqaoa -130,SUCCESS,2,1,27011.78,1408364.46,1435376.24,127,10000,43218.84800000005,qnn -131,SUCCESS,2,1,324.57,1435376.24,1435700.81,127,120,519.3120000001044,qft -132,SUCCESS,2,1,143.71,1435700.81,1435844.52,127,117,229.9359999999404,wstate -133,SUCCESS,2,1,211.93,1435844.52,1436056.45,127,68,339.0879999998957,graphstate -134,SUCCESS,2,1,126.5,1436056.45,1436182.95,127,40,202.4,qaoa -3182,SUCCESS,2,0,40244.07,1411010.68,1451254.75,27,27838,64390.512000000104,grover-noancilla -3187,SUCCESS,2,0,71.05,1451254.75,1451325.8,27,65,113.68000000007451,dj -3188,SUCCESS,2,0,1659,1451325.8,1452984.8,27,1084,2654.4,qpeexact -3189,SUCCESS,2,0,176.53,1452984.8,1453161.33,27,314,282.4480000000447,portfolioqaoa -3190,SUCCESS,2,0,444.6,1453161.33,1453605.93,27,770,711.3599999997765,qpeexact -3192,SUCCESS,2,0,625.34,1453605.93,1454231.27,27,396,1000.5440000001341,qft -3195,SUCCESS,2,0,51350.59,1454231.27,1505581.86,27,36041,82160.94400000013,shor -3196,SUCCESS,2,0,1914.21,1505581.86,1507496.07,27,1135,3062.7359999999408,grover-v-chain -3202,SUCCESS,2,0,908.83,1507496.07,1508404.9,27,697,1454.1279999997469,pricingput -3203,SUCCESS,2,0,140.35,1508404.9,1508545.25,27,120,224.56000000014902,wstate -3205,SUCCESS,2,0,1005.39,1508545.25,1509550.64,27,729,1608.623999999836,qpeexact -3209,SUCCESS,2,0,1723.83,1509550.64,1511274.47,27,1057,2758.1280000001193,twolocalrandom -135,SUCCESS,2,1,87937.37,1436182.95,1524120.32,127,26181,140699.7920000002,qwalk-noancilla -3223,SUCCESS,2,0,18785.67,1511274.47,1530060.14,27,22586,30057.071999999884,qwalk-noancilla -3227,SUCCESS,2,0,1260.1,1530060.14,1531320.24,27,825,2016.160000000149,twolocalrandom -3228,SUCCESS,2,0,1942.5,1531320.24,1533262.74,27,2415,3108.0,random -3235,SUCCESS,2,0,897.41,1533262.74,1534160.15,27,654,1435.855999999866,qft -3238,SUCCESS,2,0,324.43,1534160.15,1534484.58,27,423,519.0880000002683,ae -3244,SUCCESS,2,0,666.37,1534484.58,1535150.95,27,828,1066.1919999998063,portfoliovqe -3246,SUCCESS,2,0,23.43,1535150.95,1535174.38,27,20,37.48799999989569,ghz -3252,SUCCESS,2,0,916.53,1535174.38,1536090.91,27,791,1466.4480000000449,qpeinexact -3253,SUCCESS,2,0,707.59,1536090.91,1536798.5,27,446,1132.1440000001342,ae -3263,SUCCESS,2,0,1040.39,1536798.5,1537838.89,27,675,1664.623999999836,realamprandom -3268,SUCCESS,2,0,75.97,1537838.89,1537914.86,27,160,121.55200000032784,qnn -3286,SUCCESS,2,0,209.74,1537914.86,1538124.6,27,402,335.5839999999851,twolocalrandom -3290,SUCCESS,2,0,619.38,1538124.6,1538743.98,27,433,991.0079999998212,groundstate -3302,SUCCESS,2,0,4341.71,1538743.98,1543085.69,27,9153,6946.735999999941,qwalk-v-chain -3303,SUCCESS,2,0,347.3,1543085.69,1543432.99,27,387,555.6800000000745,groundstate -3309,SUCCESS,2,0,78.61,1543432.99,1543511.6,27,55,125.77600000016392,graphstate -3311,SUCCESS,2,0,33.79,1543511.6,1543545.39,27,49,54.06399999968708,tsp -3326,SUCCESS,2,0,18.32,1543545.39,1543563.71,27,13,29.31200000010431,ghz -3330,SUCCESS,2,0,14.53,1543563.71,1543578.24,27,29,23.248000000044705,wstate -3331,SUCCESS,2,0,1021.63,1543578.24,1544599.87,27,830,1634.608000000194,qnn -3335,SUCCESS,2,0,31.95,1544599.87,1544631.82,27,20,51.1199999999255,graphstate -3339,SUCCESS,2,0,136.28,1544631.82,1544768.1,27,116,218.0480000000447,qftentangled -3352,SUCCESS,2,0,35.51,1544768.1,1544803.61,27,35,56.8160000000149,graphstate -3360,SUCCESS,2,0,85.27,1544803.61,1544888.88,27,53,136.4320000000298,qaoa -3366,SUCCESS,2,0,114.79,1544888.88,1545003.67,27,240,183.6639999996871,portfoliovqe -3372,SUCCESS,2,0,706.41,1545003.67,1545710.08,27,826,1130.2560000002384,pricingcall -3378,SUCCESS,2,0,924.24,1545710.08,1546634.32,27,998,1478.783999999985,twolocalrandom -3390,SUCCESS,2,0,73.94,1546634.32,1546708.26,27,54,118.3039999999106,qaoa -3391,SUCCESS,2,0,4901.14,1546708.26,1551609.4,27,6967,7841.823999999837,pricingput -3397,SUCCESS,2,0,866.48,1551609.4,1552475.88,27,534,1386.3680000003428,qpeexact -3413,SUCCESS,2,0,62.72,1552475.88,1552538.6,27,41,100.3519999999553,wstate -3415,SUCCESS,2,0,12327.95,1552538.6,1564866.55,27,7682,19724.71999999993,grover-v-chain -3416,SUCCESS,2,0,18.57,1564866.55,1564885.12,27,25,29.71200000010431,vqe -3423,SUCCESS,2,0,475.33,1564885.12,1565360.45,27,312,760.5279999997467,ae -137,SUCCESS,2,1,58603.48,1524120.32,1582723.8,127,34883,93765.56799999997,random -3428,SUCCESS,2,0,20311.06,1565360.45,1585671.51,27,21215,32497.69600000009,grover-v-chain -3432,SUCCESS,2,0,363.8,1585671.51,1586035.31,27,460,582.0800000000745,twolocalrandom -3433,SUCCESS,2,0,1318.29,1586035.31,1587353.6,27,896,2109.2640000000597,twolocalrandom -3437,SUCCESS,2,0,2096.88,1587353.6,1589450.48,27,3707,3355.0079999998215,grover-v-chain -3453,SUCCESS,2,0,738.75,1589450.48,1590189.23,27,536,1182.0,qpeexact -3458,SUCCESS,2,0,29.59,1590189.23,1590218.82,27,17,47.344000000134116,ghz -3459,SUCCESS,2,0,1990.56,1590218.82,1592209.38,27,1142,3184.895999999717,qnn -3461,SUCCESS,2,0,54.21,1592209.38,1592263.59,27,35,86.73600000031293,qaoa -3463,SUCCESS,2,0,37.52,1592263.59,1592301.11,27,37,60.032000000029804,graphstate -3469,SUCCESS,2,0,548.79,1592301.11,1592849.9,27,754,878.0639999996871,qnn -3473,SUCCESS,2,0,80.52,1592849.9,1592930.42,27,92,128.8320000000298,graphstate -3474,SUCCESS,2,0,19.75,1592930.42,1592950.17,27,23,31.6,vqe -3475,SUCCESS,2,0,182.06,1592950.17,1593132.23,27,258,291.2960000000894,twolocalrandom -3477,SUCCESS,2,0,1935.73,1593132.23,1595067.96,27,1390,3097.1679999999706,qnn -3479,SUCCESS,2,0,372.81,1595067.96,1595440.77,27,275,596.4960000000895,su2random -3483,SUCCESS,2,0,1054.91,1595440.77,1596495.68,27,805,1687.855999999866,ae -3484,SUCCESS,2,0,326.16,1596495.68,1596821.84,27,225,521.8560000002384,realamprandom -3485,SUCCESS,2,0,1270.79,1596821.84,1598092.63,27,779,2033.2639999996873,qpeinexact -3486,SUCCESS,2,0,1025.69,1598092.63,1599118.32,27,670,1641.1040000002831,qft -3507,SUCCESS,2,0,410.67,1599118.32,1599528.99,27,494,657.0719999998809,random -3509,SUCCESS,2,0,2081.88,1599528.99,1601610.87,27,1215,3331.008000000194,realamprandom -3532,SUCCESS,2,0,43.69,1601610.87,1601654.56,27,33,69.9039999999106,wstate -3537,SUCCESS,2,0,149.58,1601654.56,1601804.14,27,99,239.32799999974668,graphstate -3542,SUCCESS,2,0,1084.22,1601804.14,1602888.36,27,773,1734.7520000003278,portfoliovqe -3543,SUCCESS,2,0,1413.77,1602888.36,1604302.13,27,1544,2262.0319999996573,random -3549,SUCCESS,2,0,19.33,1604302.13,1604321.46,27,37,30.928000000119212,qaoa -3558,SUCCESS,2,0,6184.6,1604321.46,1610506.06,27,9670,9895.36000000015,grover-v-chain -3568,SUCCESS,2,0,210.97,1610506.06,1610717.03,27,434,337.55199999995534,qpeinexact -3585,SUCCESS,2,0,2880.69,1610717.03,1613597.72,27,1764,4609.103999999911,twolocalrandom -3586,SUCCESS,2,0,397.48,1613597.72,1613995.2,27,348,635.9679999999703,qftentangled -3592,SUCCESS,2,0,65.74,1613995.2,1614060.94,27,108,105.1839999999851,graphstate -3594,SUCCESS,2,0,34.69,1614060.94,1614095.63,27,26,55.50400000028313,graphstate -3595,SUCCESS,2,0,1521.25,1614095.63,1615616.88,27,862,2434.0,ae -3597,SUCCESS,2,0,107.81,1615616.88,1615724.69,27,230,172.4959999997169,random -3607,SUCCESS,2,0,70.29,1615724.69,1615794.98,27,109,112.46400000005961,qpeexact -3609,SUCCESS,2,0,1207.64,1615794.98,1617002.62,27,1748,1932.2240000002087,realamprandom -3611,SUCCESS,2,0,19.5,1617002.62,1617022.12,27,23,31.200000000000003,graphstate -3614,SUCCESS,2,0,40.58,1617022.12,1617062.7,27,82,64.92799999974669,qaoa -3618,SUCCESS,2,0,97.81,1617062.7,1617160.51,27,182,156.49600000008942,qftentangled -3620,SUCCESS,2,0,880.72,1617160.51,1618041.23,27,521,1409.1519999999555,realamprandom -3632,SUCCESS,2,0,349.35,1618041.23,1618390.58,27,211,558.9600000001491,wstate -3634,SUCCESS,2,0,17.68,1618390.58,1618408.26,27,13,28.287999999895693,routing -3643,SUCCESS,2,0,46.49,1618408.26,1618454.75,27,63,74.38399999998511,groundstate -3644,SUCCESS,2,0,291.42,1618454.75,1618746.17,27,257,466.2719999998808,su2random -138,SUCCESS,2,1,36077.91,1582723.8,1618801.71,127,7829,57724.65599999987,su2random -3646,SUCCESS,2,0,2006.8,1618746.17,1620752.97,27,1384,3210.8800000000747,qnn -3657,SUCCESS,2,0,714.67,1620752.97,1621467.64,27,586,1143.4719999998808,pricingput -3664,SUCCESS,2,0,245.43,1621467.64,1621713.07,27,448,392.68800000026823,twolocalrandom -3671,SUCCESS,2,0,2045.77,1621713.07,1623758.84,27,1375,3273.23200000003,realamprandom -3687,SUCCESS,2,0,854.25,1623758.84,1624613.09,27,707,1366.8000000000002,qft -3692,SUCCESS,2,0,901.78,1624613.09,1625514.87,27,637,1442.8480000000447,portfolioqaoa -3704,SUCCESS,2,0,755.12,1625514.87,1626269.99,27,430,1208.1919999998063,qftentangled -3708,SUCCESS,2,0,846.83,1626269.99,1627116.82,27,708,1354.9280000001193,qpeinexact -3712,SUCCESS,2,0,2261.49,1627116.82,1629378.31,27,1502,3618.3839999999855,random -3717,SUCCESS,2,0,586.54,1629378.31,1629964.85,27,880,938.4640000000596,qpeexact -3719,SUCCESS,2,0,463.88,1629964.85,1630428.73,27,352,742.2079999998213,qpeexact -3725,SUCCESS,2,0,350.21,1630428.73,1630778.94,27,340,560.3359999999404,qftentangled -3737,SUCCESS,2,0,33.79,1630778.94,1630812.73,27,53,54.06400000005961,dj -3749,SUCCESS,2,0,266.7,1630812.73,1631079.43,27,156,426.7199999999255,qpeinexact -3767,SUCCESS,2,0,1251.8,1631079.43,1632331.23,27,1538,2002.8800000000747,random -140,SUCCESS,2,1,14088.4,1618801.71,1632890.11,127,3058,22541.440000000224,qft -3773,SUCCESS,2,0,578.77,1632331.23,1632910,27,607,926.0320000000298,qnn -142,SUCCESS,2,1,106.64,1632890.11,1632996.75,127,28,170.6239999998361,ghz -3777,SUCCESS,2,0,764.34,1632910,1633674.34,27,766,1222.944000000134,ae -3779,SUCCESS,2,0,3544.37,1633674.34,1637218.71,27,3341,5670.9919999998065,random -3799,SUCCESS,2,0,779.84,1637218.71,1637998.55,27,547,1247.7440000001343,twolocalrandom -3809,SUCCESS,2,0,1419.93,1637998.55,1639418.48,27,2358,2271.887999999896,random -3812,SUCCESS,2,0,977.11,1639418.48,1640395.59,27,1691,1563.376000000164,random -3813,SUCCESS,2,0,267.32,1640395.59,1640662.91,27,547,427.7119999997318,realamprandom -3829,SUCCESS,2,0,472.37,1640662.91,1641135.28,27,442,755.7920000001789,qftentangled -3831,SUCCESS,2,0,1106.54,1641135.28,1642241.82,27,829,1770.4640000000597,qpeexact -143,SUCCESS,2,1,9285.11,1632996.75,1642281.86,127,3457,14856.176000000165,qft -3833,SUCCESS,2,0,61.26,1642241.82,1642303.08,27,48,98.01600000001491,dj -3837,SUCCESS,2,0,56.42,1642303.08,1642359.5,27,111,90.27199999988079,dj -144,SUCCESS,2,1,4127.48,1642281.86,1646409.34,127,3113,6603.967999999971,qpeinexact -145,SUCCESS,2,1,6059.12,1646409.34,1652468.46,127,3150,9694.591999999806,random -146,SUCCESS,2,1,1021.57,1652468.46,1653490.03,127,231,1634.5120000001043,realamprandom -147,SUCCESS,2,1,138.11,1653490.03,1653628.14,127,65,220.97599999979138,wstate -148,SUCCESS,2,1,9385.87,1653628.14,1663014.01,127,2001,15017.39200000018,realamprandom -149,SUCCESS,2,1,4092.28,1663014.01,1667106.29,127,3062,6547.648000000045,qftentangled -150,SUCCESS,2,1,475.84,1667106.29,1667582.13,127,214,761.3439999997616,ae -3845,SUCCESS,2,0,25317.67,1642359.5,1667677.17,27,19766,40508.27199999988,qwalk-noancilla -3849,SUCCESS,2,0,218.24,1667677.17,1667895.41,27,133,349.18399999998513,wstate -151,SUCCESS,2,1,1173.11,1667582.13,1668755.24,127,812,1876.976000000164,ae -3853,SUCCESS,2,0,2390.72,1667895.41,1670286.13,27,1680,3825.152000000328,random -3856,SUCCESS,2,0,422.51,1670286.13,1670708.64,27,392,676.0159999996424,su2random -3859,SUCCESS,2,0,47.31,1670708.64,1670755.95,27,58,75.69600000008941,vqe -3863,SUCCESS,2,0,81.94,1670755.95,1670837.89,27,69,131.1039999999106,wstate -3864,SUCCESS,2,0,98.17,1670837.89,1670936.06,27,60,157.07200000025333,graphstate -3877,SUCCESS,2,0,427.37,1670936.06,1671363.43,27,413,683.7919999998063,su2random -3889,SUCCESS,2,0,217.33,1671363.43,1671580.76,27,293,347.7280000001192,qpeexact -3890,SUCCESS,2,0,640.61,1671580.76,1672221.37,27,819,1024.976000000164,qnn -3893,SUCCESS,2,0,110.64,1672221.37,1672332.01,27,128,177.0239999998361,qft -3898,SUCCESS,2,0,1329.12,1672332.01,1673661.13,27,932,2126.592000000179,qwalk-v-chain -3901,SUCCESS,2,0,144.5,1673661.13,1673805.63,27,199,231.20000000000002,twolocalrandom -3909,SUCCESS,2,0,1294.67,1673805.63,1675100.3,27,852,2071.471999999881,ae -3916,SUCCESS,2,0,94.13,1675100.3,1675194.43,27,56,150.6079999998212,dj -3917,SUCCESS,2,0,126.92,1675194.43,1675321.35,27,79,203.07200000025333,ghz -3929,SUCCESS,2,0,382.34,1675321.35,1675703.69,27,469,611.7439999997616,ae -3938,SUCCESS,2,0,338.47,1675703.69,1676042.16,27,218,541.5519999999553,qft -3939,SUCCESS,2,0,324.35,1676042.16,1676366.51,27,249,518.9600000001491,qft -3942,SUCCESS,2,0,479.89,1676366.51,1676846.4,27,290,767.8239999998361,random -3943,SUCCESS,2,0,531.35,1676846.4,1677377.75,27,409,850.160000000149,qft -3952,SUCCESS,2,0,6.87,1677377.75,1677384.62,27,12,10.992000000178814,ghz -3954,SUCCESS,2,0,29.36,1677384.62,1677413.98,27,41,46.975999999791384,wstate -3956,SUCCESS,2,0,380.91,1677413.98,1677794.89,27,311,609.4559999998659,realamprandom -3959,SUCCESS,2,0,341.88,1677794.89,1678136.77,27,407,547.0080000001938,realamprandom -3969,SUCCESS,2,0,676.21,1678136.77,1678812.98,27,614,1081.9359999999403,qft -3970,SUCCESS,2,0,1105.58,1678812.98,1679918.56,27,916,1768.9280000001193,qpeexact -3981,SUCCESS,2,0,64.85,1679918.56,1679983.41,27,37,103.75999999977648,graphstate -3982,SUCCESS,2,0,740.04,1679983.41,1680723.45,27,432,1184.0640000000597,qnn -3986,SUCCESS,2,0,89.13,1680723.45,1680812.58,27,127,142.60800000019373,wstate -3989,SUCCESS,2,0,298.5,1680812.58,1681111.08,27,181,477.6,su2random -3990,SUCCESS,2,0,659.6,1681111.08,1681770.68,27,915,1055.3599999997766,twolocalrandom -3996,SUCCESS,2,0,60.01,1681770.68,1681830.69,27,35,96.01600000001491,qaoa -152,SUCCESS,2,1,13098.1,1668755.24,1681853.34,127,4411,20956.960000000152,realamprandom -4001,SUCCESS,2,0,694.91,1681830.69,1682525.6,27,463,1111.8560000002385,qft -4003,SUCCESS,2,0,318.29,1682525.6,1682843.89,27,394,509.2639999996871,qnn -153,SUCCESS,2,1,1185.35,1681853.34,1683038.69,127,447,1896.5599999997767,qft -4007,SUCCESS,2,0,870.05,1682843.89,1683713.94,27,549,1392.0800000000745,qftentangled -4011,SUCCESS,2,0,482.44,1683713.94,1684196.38,27,292,771.9040000002832,qftentangled -4015,SUCCESS,2,0,537.56,1684196.38,1684733.94,27,784,860.0959999997169,qpeinexact -4017,SUCCESS,2,0,14.8,1684733.94,1684748.74,27,15,23.680000000074507,ghz -4021,SUCCESS,2,0,29.64,1684748.74,1684778.38,27,43,47.42400000020862,ghz -4029,SUCCESS,2,0,192.79,1684778.38,1684971.17,27,309,308.4639999996871,ae -4030,SUCCESS,2,0,26.63,1684971.17,1684997.8,27,37,42.60800000019372,wstate -4037,SUCCESS,2,0,799.56,1684997.8,1685797.36,27,1006,1279.2960000000894,pricingput -4041,SUCCESS,2,0,421.67,1685797.36,1686219.03,27,432,674.6719999998809,su2random -4050,SUCCESS,2,0,1745.71,1686219.03,1687964.74,27,1075,2793.1359999999404,random -4057,SUCCESS,2,0,14.11,1687964.74,1687978.85,27,29,22.576000000163916,graphstate -4061,SUCCESS,2,0,858.61,1687978.85,1688837.46,27,621,1373.7759999997916,qnn -4063,SUCCESS,2,0,174.02,1688837.46,1689011.48,27,322,278.4320000000298,qft -4064,SUCCESS,2,0,83.7,1689011.48,1689095.18,27,52,133.9199999999255,dj -4066,SUCCESS,2,0,137.88,1689095.18,1689233.06,27,261,220.60800000019373,qft -4067,SUCCESS,2,0,13.86,1689233.06,1689246.92,27,31,22.175999999791387,graphstate -4092,SUCCESS,2,0,23.28,1689246.92,1689270.2,27,19,37.248000000044705,ghz -4119,SUCCESS,2,0,11.67,1689270.2,1689281.87,27,13,18.67200000025332,ghz -4120,SUCCESS,2,0,702.85,1689281.87,1689984.72,27,466,1124.5599999997764,su2random -154,SUCCESS,2,1,9745.35,1683038.69,1692784.04,127,2362,15592.56000000015,qftentangled -155,SUCCESS,2,1,4310.25,1692784.04,1697094.29,127,3476,6896.400000000001,twolocalrandom -156,SUCCESS,2,1,97.99,1697094.29,1697192.28,127,29,156.7839999999851,wstate -4130,SUCCESS,2,0,11742.19,1689984.72,1701726.91,27,11114,18787.50399999991,qwalk-noancilla -4137,SUCCESS,2,0,1504.8,1701726.91,1703231.71,27,1516,2407.6800000000744,random -4142,SUCCESS,2,0,115.96,1703231.71,1703347.67,27,84,185.5359999999404,ghz -4148,SUCCESS,2,0,355.15,1703347.67,1703702.82,27,347,568.2400000002235,portfolioqaoa -4159,SUCCESS,2,0,81.09,1703702.82,1703783.91,27,154,129.7439999997616,wstate -4168,SUCCESS,2,0,721.04,1703783.91,1704504.95,27,678,1153.6640000000596,portfolioqaoa -4186,SUCCESS,2,0,3440.54,1704504.95,1707945.49,27,2099,5504.86400000006,random -4188,SUCCESS,2,0,631.82,1707945.49,1708577.31,27,409,1010.9120000001044,realamprandom -4189,SUCCESS,2,0,31.52,1708577.31,1708608.83,27,67,50.4320000000298,ghz -4196,SUCCESS,2,0,73.46,1708608.83,1708682.29,27,117,117.5359999999404,qftentangled -4198,SUCCESS,2,0,145.23,1708682.29,1708827.52,27,101,232.3679999999702,dj -4204,SUCCESS,2,0,326.12,1708827.52,1709153.64,27,219,521.7919999998063,pricingput -4208,SUCCESS,2,0,514.56,1709153.64,1709668.2,27,552,823.2960000000894,qnn -4210,SUCCESS,2,0,1195.12,1709668.2,1710863.32,27,1335,1912.192000000179,random -4214,SUCCESS,2,0,160.79,1710863.32,1711024.11,27,131,257.26400000005964,wstate -4218,SUCCESS,2,0,89.39,1711024.11,1711113.5,27,87,143.0239999998361,ghz -4222,SUCCESS,2,0,87.81,1711113.5,1711201.31,27,165,140.49600000008942,twolocalrandom -4225,SUCCESS,2,0,773.41,1711201.31,1711974.72,27,690,1237.455999999866,qft -4227,SUCCESS,2,0,214.92,1711974.72,1712189.64,27,271,343.8719999998808,qftentangled -4232,SUCCESS,2,0,924.21,1712189.64,1713113.85,27,680,1478.736000000313,pricingcall -4234,SUCCESS,2,0,402.33,1713113.85,1713516.18,27,314,643.7279999997468,qnn -4236,SUCCESS,2,0,203.22,1713516.18,1713719.4,27,233,325.1519999999553,qnn -4237,SUCCESS,2,0,61.29,1713719.4,1713780.69,27,73,98.06400000005961,wstate -4238,SUCCESS,2,0,90.45,1713780.69,1713871.14,27,118,144.7199999999255,wstate -4241,SUCCESS,2,0,2888.85,1713871.14,1716759.99,27,4224,4622.160000000149,pricingput -157,SUCCESS,2,1,20443.88,1697192.28,1717636.16,127,7326,32710.207999999824,qftentangled -4243,SUCCESS,2,0,2550.29,1716759.99,1719310.28,27,1611,4080.46400000006,qnn -4252,SUCCESS,2,0,1543.43,1719310.28,1720853.71,27,875,2469.4879999998957,qft -4255,SUCCESS,2,0,574.92,1720853.71,1721428.63,27,350,919.8720000002534,qftentangled -4283,SUCCESS,2,0,1452.53,1721428.63,1722881.16,27,843,2324.0479999996724,qpeexact -4287,SUCCESS,2,0,136.12,1722881.16,1723017.28,27,127,217.79200000017883,qft -4290,SUCCESS,2,0,73.42,1723017.28,1723090.7,27,48,117.4719999998808,dj -4291,SUCCESS,2,0,246.63,1723090.7,1723337.33,27,293,394.6080000001937,qpeinexact -4294,SUCCESS,2,0,1252.07,1723337.33,1724589.4,27,1352,2003.3119999997318,ae -4297,SUCCESS,2,0,2105.02,1724589.4,1726694.42,27,1616,3368.03200000003,su2random -4311,SUCCESS,2,0,1542.03,1726694.42,1728236.45,27,1831,2467.248000000045,portfoliovqe -4316,SUCCESS,2,0,60.27,1728236.45,1728296.72,27,40,96.4320000000298,graphstate -4326,SUCCESS,2,0,33.32,1728296.72,1728330.04,27,21,53.31200000010431,vqe -4330,SUCCESS,2,0,17.41,1728330.04,1728347.45,27,24,27.85599999986589,ghz -4331,SUCCESS,2,0,163.91,1728347.45,1728511.36,27,244,262.25600000023843,portfolioqaoa -4333,SUCCESS,2,0,268.94,1728511.36,1728780.3,27,568,430.3039999999106,qpeinexact -4336,SUCCESS,2,0,42.86,1728780.3,1728823.16,27,42,68.57599999979139,graphstate -4342,SUCCESS,2,0,81.27,1728823.16,1728904.43,27,61,130.0320000000298,dj -162,SUCCESS,2,1,12701.09,1717636.16,1730337.25,127,2665,20321.744000000137,ae -163,SUCCESS,2,1,222.72,1730337.25,1730559.97,127,110,356.3519999999553,graphstate -4347,SUCCESS,2,0,4524.62,1728904.43,1733429.05,27,2567,7239.392000000179,random -4349,SUCCESS,2,0,154.51,1733429.05,1733583.56,27,104,247.2160000000149,dj -164,SUCCESS,2,1,3083.07,1730559.97,1733643.04,127,1211,4932.912000000105,qnn -165,SUCCESS,2,1,213.02,1733643.04,1733856.06,127,52,340.83200000002984,dj -4352,SUCCESS,2,0,695.09,1733583.56,1734278.65,27,549,1112.1439999997617,su2random -4357,SUCCESS,2,0,844.84,1734278.65,1735123.49,27,622,1351.7440000001343,qnn -4359,SUCCESS,2,0,26.22,1735123.49,1735149.71,27,32,41.9519999999553,routing -4362,SUCCESS,2,0,204.78,1735149.71,1735354.49,27,446,327.6480000000447,qft -4380,SUCCESS,2,0,113.39,1735354.49,1735467.88,27,147,181.42400000020862,qftentangled -4382,SUCCESS,2,0,749.34,1735467.88,1736217.22,27,521,1198.9439999997617,realamprandom -4383,SUCCESS,2,0,560.82,1736217.22,1736778.04,27,358,897.3120000001044,twolocalrandom -4392,SUCCESS,2,0,24.07,1736778.04,1736802.11,27,26,38.51200000010431,vqe -4398,SUCCESS,2,0,680.53,1736802.11,1737482.64,27,1193,1088.8479999996723,qnn -167,SUCCESS,2,1,6551.23,1733856.06,1740407.29,127,2723,10481.967999999972,twolocalrandom -168,SUCCESS,2,1,134.58,1740407.29,1740541.87,127,62,215.32800000011923,graphstate -170,SUCCESS,2,1,340.06,1740541.87,1740881.93,127,82,544.0959999997169,graphstate -4400,SUCCESS,2,0,3400.51,1737482.64,1740883.15,27,2566,5440.816000000015,random -4401,SUCCESS,2,0,15.7,1740883.15,1740898.85,27,17,25.120000000298024,graphstate -171,SUCCESS,2,1,74.27,1740881.93,1740956.2,127,26,118.83200000002981,graphstate -4405,SUCCESS,2,0,104.94,1740898.85,1741003.79,27,63,167.9039999999106,graphstate -172,SUCCESS,2,1,134.73,1740956.2,1741090.93,127,49,215.5679999999702,wstate -4411,SUCCESS,2,0,399.67,1741003.79,1741403.46,27,542,639.4719999998808,qft -4418,SUCCESS,2,0,12.47,1741403.46,1741415.93,27,14,19.951999999955298,ghz -4422,SUCCESS,2,0,946.47,1741415.93,1742362.4,27,1153,1514.3519999999553,qpeexact -4424,SUCCESS,2,0,12.96,1742362.4,1742375.36,27,26,20.736000000312927,graphstate -4429,SUCCESS,2,0,312.22,1742375.36,1742687.58,27,389,499.55199999995534,twolocalrandom -173,SUCCESS,2,1,2184.65,1741090.93,1743275.58,127,494,3495.440000000224,qftentangled -4441,SUCCESS,2,0,1494.27,1742687.58,1744181.85,27,1217,2390.83200000003,twolocalrandom -174,SUCCESS,2,1,998.06,1743275.58,1744273.64,127,249,1596.8959999997169,wstate -4447,SUCCESS,2,0,241.65,1744181.85,1744423.5,27,401,386.639999999851,groundstate -4454,SUCCESS,2,0,429.87,1744423.5,1744853.37,27,359,687.7920000001789,qpeinexact -4455,SUCCESS,2,0,28.11,1744853.37,1744881.48,27,23,44.975999999791384,vqe -4460,SUCCESS,2,0,1034.7,1744881.48,1745916.18,27,688,1655.5199999999256,realamprandom -4476,SUCCESS,2,0,14.11,1745916.18,1745930.29,27,22,22.576000000163916,vqe -4478,SUCCESS,2,0,187.14,1745930.29,1746117.43,27,292,299.4239999998361,qpeinexact -4486,SUCCESS,2,0,919.42,1746117.43,1747036.85,27,584,1471.0720000002534,qft -4502,SUCCESS,2,0,20.29,1747036.85,1747057.14,27,29,32.463999999687076,wstate -4508,SUCCESS,2,0,91.85,1747057.14,1747148.99,27,163,146.96000000014902,qnn -175,SUCCESS,2,1,5686.9,1744273.64,1749960.54,127,3008,9099.040000000225,qpeexact -4514,SUCCESS,2,0,3917.89,1747148.99,1751066.88,27,3906,6268.623999999836,pricingcall -4516,SUCCESS,2,0,805.99,1751066.88,1751872.87,27,525,1289.5840000003577,ae -4520,SUCCESS,2,0,73.27,1751872.87,1751946.14,27,51,117.23199999965728,graphstate -4522,SUCCESS,2,0,316.53,1751946.14,1752262.67,27,364,506.4480000000447,portfolioqaoa -4523,SUCCESS,2,0,117.41,1752262.67,1752380.08,27,82,187.85600000023842,qaoa -4527,SUCCESS,2,0,75.39,1752380.08,1752455.47,27,45,120.62399999983609,wstate -4532,SUCCESS,2,0,127.54,1752455.47,1752583.01,27,97,204.06400000005962,qpeexact -4533,SUCCESS,2,0,445.48,1752583.01,1753028.49,27,470,712.7679999999702,ae -4537,SUCCESS,2,0,964.22,1753028.49,1753992.71,27,587,1542.7519999999554,qftentangled -4549,SUCCESS,2,0,630.06,1753992.71,1754622.77,27,509,1008.0960000000895,pricingput -4555,SUCCESS,2,0,298.3,1754622.77,1754921.07,27,312,477.28000000007455,pricingcall -4558,SUCCESS,2,0,248.89,1754921.07,1755169.96,27,223,398.2239999998361,wstate -4563,SUCCESS,2,0,200.13,1755169.96,1755370.09,27,402,320.20800000019375,realamprandom -4564,SUCCESS,2,0,305.01,1755370.09,1755675.1,27,592,488.0160000000149,pricingcall -4567,SUCCESS,2,0,556.61,1755675.1,1756231.71,27,484,890.5759999997914,su2random -4571,SUCCESS,2,0,596.42,1756231.71,1756828.13,27,474,954.2719999998808,realamprandom -4576,SUCCESS,2,0,1264.14,1756828.13,1758092.27,27,1318,2022.6240000002088,realamprandom -4582,SUCCESS,2,0,2539.31,1758092.27,1760631.58,27,1488,4062.8960000000898,pricingput -4584,SUCCESS,2,0,48.72,1760631.58,1760680.3,27,31,77.9519999999553,graphstate -4587,SUCCESS,2,0,470.85,1760680.3,1761151.15,27,371,753.3599999997765,qpeexact -4590,SUCCESS,2,0,178.63,1761151.15,1761329.78,27,271,285.8080000001937,ae -4598,SUCCESS,2,0,429.75,1761329.78,1761759.53,27,573,687.6,qftentangled -4606,SUCCESS,2,0,197.43,1761759.53,1761956.96,27,197,315.8879999998957,qpeexact -4613,SUCCESS,2,0,532.39,1761956.96,1762489.35,27,323,851.8240000002087,portfolioqaoa -4616,SUCCESS,2,0,310.78,1762489.35,1762800.13,27,418,497.2480000000447,qpeinexact -4617,SUCCESS,2,0,373.21,1762800.13,1763173.34,27,221,597.1359999999404,qftentangled -4619,SUCCESS,2,0,125.82,1763173.34,1763299.16,27,130,201.3119999997318,wstate -4621,SUCCESS,2,0,58.22,1763299.16,1763357.38,27,128,93.15200000032783,dj -4625,SUCCESS,2,0,23.88,1763357.38,1763381.26,27,43,38.20799999982119,qaoa -4628,SUCCESS,2,0,403.39,1763381.26,1763784.65,27,329,645.4239999998362,portfolioqaoa -4631,SUCCESS,2,0,737.74,1763784.65,1764522.39,27,615,1180.3839999999852,portfolioqaoa -4635,SUCCESS,2,0,296.65,1764522.39,1764819.04,27,370,474.64000000022355,qpeinexact -4638,SUCCESS,2,0,843.22,1764819.04,1765662.26,27,624,1349.1519999999555,random -4641,SUCCESS,2,0,1120.04,1765662.26,1766782.3,27,705,1792.0640000000597,qwalk-v-chain -4645,SUCCESS,2,0,24.18,1766782.3,1766806.48,27,40,38.687999999895695,qaoa -4646,SUCCESS,2,0,273.7,1766806.48,1767080.18,27,326,437.9199999999255,ae -4650,SUCCESS,2,0,143.57,1767080.18,1767223.75,27,130,229.71200000010433,wstate -4651,SUCCESS,2,0,1055.38,1767223.75,1768279.13,27,658,1688.608000000194,qnn -4652,SUCCESS,2,0,366.44,1768279.13,1768645.57,27,271,586.3039999999106,qpeinexact -4661,SUCCESS,2,0,17.83,1768645.57,1768663.4,27,20,28.527999999746683,graphstate -4665,SUCCESS,2,0,2583.65,1768663.4,1771247.05,27,3889,4133.840000000224,grover-noancilla -4666,SUCCESS,2,0,106.22,1771247.05,1771353.27,27,116,169.95199999995532,dj -4667,SUCCESS,2,0,476.95,1771353.27,1771830.22,27,629,763.1199999999255,qpeinexact -4671,SUCCESS,2,0,892.12,1771830.22,1772722.34,27,1217,1427.392000000179,realamprandom -4674,SUCCESS,2,0,47.51,1772722.34,1772769.85,27,70,76.0160000000149,ghz -4678,SUCCESS,2,0,1759.62,1772769.85,1774529.47,27,1003,2815.3919999998066,pricingcall -176,SUCCESS,2,1,25463.38,1749960.54,1775423.92,127,10346,40741.40799999982,qnn -177,SUCCESS,2,1,245.13,1775423.92,1775669.05,127,97,392.20800000019375,wstate -4685,SUCCESS,2,0,1153.68,1774529.47,1775683.15,27,933,1845.8879999998958,qnn -4689,SUCCESS,2,0,52.77,1775683.15,1775735.92,27,45,84.4320000000298,tsp -4691,SUCCESS,2,0,177.03,1775735.92,1775912.95,27,222,283.2480000000447,ae -4704,SUCCESS,2,0,1305.07,1775912.95,1777218.02,27,815,2088.112000000104,portfoliovqe -4710,SUCCESS,2,0,47.11,1777218.02,1777265.13,27,37,75.37600000016391,wstate -4715,SUCCESS,2,0,30.87,1777265.13,1777296,27,39,49.39199999980629,graphstate -4717,SUCCESS,2,0,319.45,1777296,1777615.45,27,256,511.11999999992554,portfoliovqe -4719,SUCCESS,2,0,173.25,1777615.45,1777788.7,27,106,277.2,groundstate -4721,SUCCESS,2,0,146.56,1777788.7,1777935.26,27,188,234.49600000008942,su2random -4729,SUCCESS,2,0,146.06,1777935.26,1778081.32,27,260,233.6960000000894,qft -4730,SUCCESS,2,0,60.21,1778081.32,1778141.53,27,61,96.3359999999404,wstate -178,SUCCESS,2,1,3167.05,1775669.05,1778836.1,127,1255,5067.280000000075,qpeinexact -4741,SUCCESS,2,0,776.27,1778141.53,1778917.8,27,536,1242.03200000003,su2random -4743,SUCCESS,2,0,1100.42,1778917.8,1780018.22,27,758,1760.6719999998809,qpeinexact -4746,SUCCESS,2,0,940.62,1780018.22,1780958.84,27,574,1504.992000000179,qpeinexact -4747,SUCCESS,2,0,44.05,1780958.84,1781002.89,27,74,70.47999999970197,qaoa -4755,SUCCESS,2,0,505.88,1781002.89,1781508.77,27,606,809.4080000001937,pricingput -4788,SUCCESS,2,0,3685.38,1781508.77,1785194.15,27,5358,5896.607999999822,qwalk-v-chain -4792,SUCCESS,2,0,87.82,1785194.15,1785281.97,27,63,140.5120000001043,groundstate -4804,SUCCESS,2,0,529.35,1785281.97,1785811.32,27,500,846.9600000001491,pricingput -4814,SUCCESS,2,0,1269.85,1785811.32,1787081.17,27,759,2031.7599999997765,qpeinexact -4823,SUCCESS,2,0,585.7,1787081.17,1787666.87,27,948,937.1200000002981,pricingcall -4830,SUCCESS,2,0,168.23,1787666.87,1787835.1,27,275,269.1679999999702,twolocalrandom -4833,SUCCESS,2,0,1056.9,1787835.1,1788892,27,904,1691.039999999851,qpeexact -4834,SUCCESS,2,0,62.78,1788892,1788954.78,27,74,100.44800000004471,graphstate -179,SUCCESS,2,1,12178.83,1778836.1,1791014.93,127,2866,19486.127999999746,qft -4851,SUCCESS,2,0,6388.25,1788954.78,1795343.03,27,3886,10221.2,pricingput -4856,SUCCESS,2,0,47.25,1795343.03,1795390.28,27,46,75.60000000000001,graphstate -4865,SUCCESS,2,0,852.75,1795390.28,1796243.03,27,568,1364.4,realamprandom -4866,SUCCESS,2,0,310.55,1796243.03,1796553.58,27,296,496.8800000000745,random -180,SUCCESS,2,1,6176.06,1791014.93,1797190.99,127,2328,9881.69600000009,su2random -4868,SUCCESS,2,0,939.3,1796553.58,1797492.88,27,696,1502.879999999702,qnn -4869,SUCCESS,2,0,17.16,1797492.88,1797510.04,27,27,27.45600000023842,dj -4871,SUCCESS,2,0,218.62,1797510.04,1797728.66,27,207,349.7919999998063,qpeinexact -4884,SUCCESS,2,0,1275.23,1797728.66,1799003.89,27,914,2040.3679999999704,qpeinexact -4887,SUCCESS,2,0,42.1,1799003.89,1799045.99,27,27,67.36000000014901,graphstate -4888,SUCCESS,2,0,41.09,1799045.99,1799087.08,27,27,65.74400000013411,dj -4889,SUCCESS,2,0,1619.29,1799087.08,1800706.37,27,1527,2590.8640000000596,twolocalrandom -4891,SUCCESS,2,0,79.87,1800706.37,1800786.24,27,85,127.7919999998063,dj -181,SUCCESS,2,1,3638.89,1797190.99,1800829.88,127,1938,5822.223999999836,qpeinexact -182,SUCCESS,2,1,4907,1800829.88,1805736.88,127,1402,7851.200000000001,twolocalrandom -183,SUCCESS,2,1,182.22,1805736.88,1805919.1,127,74,291.55200000032784,graphstate -4894,SUCCESS,2,0,10781.9,1800786.24,1811568.14,27,7051,17251.03999999985,grover-v-chain -4895,SUCCESS,2,0,453.26,1811568.14,1812021.4,27,728,725.2160000000149,qpeinexact -4902,SUCCESS,2,0,1385.09,1812021.4,1813406.49,27,1050,2216.1440000001344,qnn -4909,SUCCESS,2,0,306.44,1813406.49,1813712.93,27,216,490.3039999999106,ae -4911,SUCCESS,2,0,1094.34,1813712.93,1814807.27,27,791,1750.944000000134,realamprandom -4913,SUCCESS,2,0,69.69,1814807.27,1814876.96,27,110,111.5039999999106,dj -4914,SUCCESS,2,0,243.21,1814876.96,1815120.17,27,190,389.1359999999404,wstate -4917,SUCCESS,2,0,218.73,1815120.17,1815338.9,27,123,349.96799999997023,qpeinexact -4918,SUCCESS,2,0,845.2,1815338.9,1816184.1,27,724,1352.320000000298,qft -185,SUCCESS,2,1,13428.07,1805919.1,1819347.17,127,7165,21484.911999999735,random -186,SUCCESS,2,1,4442.9,1819347.17,1823790.07,127,935,7108.640000000224,qft -4925,SUCCESS,2,0,7659,1816184.1,1823843.1,27,6455,12254.400000000001,qwalk-v-chain -4930,SUCCESS,2,0,1027.69,1823843.1,1824870.79,27,680,1644.3039999999107,portfoliovqe -4931,SUCCESS,2,0,165.24,1824870.79,1825036.03,27,275,264.3839999999851,qpeinexact -4938,SUCCESS,2,0,384.45,1825036.03,1825420.48,27,222,615.1199999999255,qftentangled -4942,SUCCESS,2,0,4438.03,1825420.48,1829858.51,27,5091,7100.848000000045,pricingput -4943,SUCCESS,2,0,627.35,1829858.51,1830485.86,27,619,1003.760000000149,qnn -4944,SUCCESS,2,0,22.98,1830485.86,1830508.84,27,23,36.7679999999702,graphstate -4953,SUCCESS,2,0,490.84,1830508.84,1830999.68,27,464,785.3439999997616,su2random -187,SUCCESS,2,1,8863.49,1823790.07,1832653.56,127,3341,14181.583999999986,qpeexact -4981,SUCCESS,2,0,3002.01,1830999.68,1834001.69,27,3039,4803.216000000015,random -4991,SUCCESS,2,0,122.04,1834001.69,1834123.73,27,163,195.2640000000596,qpeinexact -4992,SUCCESS,2,0,43.98,1834123.73,1834167.71,27,56,70.3679999999702,graphstate -4996,SUCCESS,2,0,72.46,1834167.71,1834240.17,27,122,115.9359999999404,dj -5007,SUCCESS,2,0,48.27,1834240.17,1834288.44,27,29,77.23200000002981,graphstate -5010,SUCCESS,2,0,951.1,1834288.44,1835239.54,27,574,1521.7600000001491,su2random -5012,SUCCESS,2,0,5.65,1835239.54,1835245.19,27,11,9.03999999985099,ghz -5019,SUCCESS,2,0,11.12,1835245.19,1835256.31,27,18,17.792000000178813,ghz -5024,SUCCESS,2,0,203.08,1835256.31,1835459.39,27,356,324.9279999997467,qft -5026,SUCCESS,2,0,454.8,1835459.39,1835914.19,27,290,727.6800000000745,qft -5036,SUCCESS,2,0,283.78,1835914.19,1836197.97,27,252,454.04800000004474,twolocalrandom -188,SUCCESS,2,1,4302.56,1832653.56,1836956.12,127,1352,6884.09600000009,wstate -5038,SUCCESS,2,0,1142.55,1836197.97,1837340.52,27,711,1828.0800000000745,qftentangled -5051,SUCCESS,2,0,201.88,1837340.52,1837542.4,27,204,323.0079999998212,qpeinexact -5053,SUCCESS,2,0,481.15,1837542.4,1838023.55,27,369,769.8400000002235,qpeinexact -5056,SUCCESS,2,0,1128.85,1838023.55,1839152.4,27,818,1806.1599999997766,ae -5058,SUCCESS,2,0,994.28,1839152.4,1840146.68,27,760,1590.8480000000447,qpeexact -5061,SUCCESS,2,0,34.61,1840146.68,1840181.29,27,42,55.37600000016391,graphstate -5068,SUCCESS,2,0,34.52,1840181.29,1840215.81,27,49,55.23200000002981,ghz -5072,SUCCESS,2,0,518,1840215.81,1840733.81,27,869,828.8000000000001,portfoliovqe -5073,SUCCESS,2,0,466.94,1840733.81,1841200.75,27,904,747.1039999999107,qpeinexact -5074,SUCCESS,2,0,20.35,1841200.75,1841221.1,27,23,32.56000000014901,dj -5079,SUCCESS,2,0,1124.05,1841221.1,1842345.15,27,787,1798.4799999997022,portfolioqaoa -5081,SUCCESS,2,0,2402.82,1842345.15,1844747.97,27,2837,3844.5120000001043,qwalk-v-chain -5082,SUCCESS,2,0,2055.87,1844747.97,1846803.84,27,1171,3289.392000000179,qpeinexact -5085,SUCCESS,2,0,1408.84,1846803.84,1848212.68,27,976,2254.1439999997615,random -5093,SUCCESS,2,0,22.21,1848212.68,1848234.89,27,23,35.535999999940394,graphstate -5101,SUCCESS,2,0,2298.51,1848234.89,1850533.4,27,1565,3677.616000000015,portfoliovqe -5105,SUCCESS,2,0,364.19,1850533.4,1850897.59,27,217,582.7040000002831,qftentangled -5113,SUCCESS,2,0,855.06,1850897.59,1851752.65,27,604,1368.095999999717,qft -189,SUCCESS,2,1,21805.22,1836956.12,1858761.34,127,4590,34888.351999999955,twolocalrandom -190,SUCCESS,2,1,1026.12,1858761.34,1859787.46,127,407,1641.7919999998064,qpeinexact -191,SUCCESS,2,1,488.73,1859787.46,1860276.19,127,177,781.9679999999703,wstate -192,SUCCESS,2,1,4684.02,1860276.19,1864960.21,127,1945,7494.43200000003,twolocalrandom -5115,SUCCESS,2,0,15105.98,1851752.65,1866858.63,27,9754,24169.56799999997,qwalk-noancilla -5116,SUCCESS,2,0,52.02,1866858.63,1866910.65,27,38,83.23200000002981,qaoa -5117,SUCCESS,2,0,236.92,1866910.65,1867147.57,27,241,379.07200000025335,twolocalrandom -5122,SUCCESS,2,0,153.52,1867147.57,1867301.09,27,97,245.63200000002982,wstate -194,SUCCESS,2,1,9036.55,1864960.21,1873996.76,127,2581,14458.480000000076,realamprandom -195,SUCCESS,2,1,46181.42,1873996.76,1920178.18,127,19214,73890.27199999988,su2random -5124,SUCCESS,2,0,54726.96,1867301.09,1922028.05,27,39335,87563.13599999994,shor -5126,SUCCESS,2,0,635.41,1922028.05,1922663.46,27,690,1016.6559999998659,qpeinexact -5131,SUCCESS,2,0,30.43,1922663.46,1922693.89,27,49,48.687999999895695,wstate -5136,SUCCESS,2,0,408.74,1922693.89,1923102.63,27,794,653.9839999999851,ae -5146,SUCCESS,2,0,43.66,1923102.63,1923146.29,27,49,69.85600000023842,wstate -196,SUCCESS,2,1,3289.55,1920178.18,1923467.73,127,845,5263.280000000075,qftentangled -5147,SUCCESS,2,0,1418.63,1923146.29,1924564.92,27,891,2269.8079999998213,twolocalrandom -5150,SUCCESS,2,0,487.26,1924564.92,1925052.18,27,712,779.616000000015,ae -5151,SUCCESS,2,0,429.35,1925052.18,1925481.53,27,481,686.9600000001491,ae -5175,SUCCESS,2,0,1755.99,1925481.53,1927237.52,27,1882,2809.5839999999853,random -5177,SUCCESS,2,0,11366.71,1927237.52,1938604.23,27,10395,18186.735999999943,grover-noancilla -5178,SUCCESS,2,0,589.61,1938604.23,1939193.84,27,761,943.3760000001639,qpeexact -5185,SUCCESS,2,0,287.17,1939193.84,1939481.01,27,201,459.47199999988084,qpeexact -5186,SUCCESS,2,0,309.36,1939481.01,1939790.37,27,203,494.97600000016394,ae -5193,SUCCESS,2,0,420.19,1939790.37,1940210.56,27,304,672.3039999999106,pricingcall -5207,SUCCESS,2,0,347.3,1940210.56,1940557.86,27,516,555.6800000000745,qpeexact -5209,SUCCESS,2,0,32.53,1940557.86,1940590.39,27,40,52.04799999967218,dj -198,SUCCESS,2,1,17697.93,1923467.73,1941165.66,127,6761,28316.687999999896,qftentangled -199,SUCCESS,2,1,1264.58,1941165.66,1942430.24,127,353,2023.3280000001193,wstate -200,SUCCESS,2,1,310.96,1942430.24,1942741.2,127,72,497.53599999994043,vqe -201,SUCCESS,2,1,5562.13,1942741.2,1948303.33,127,3131,8899.408000000194,qpeexact -202,SUCCESS,2,1,232.71,1948303.33,1948536.04,127,65,372.33599999994044,ghz -203,SUCCESS,2,1,2070.9,1948536.04,1950606.94,127,1244,3313.4399999998514,qpeinexact -204,SUCCESS,2,1,11035.36,1950606.94,1961642.3,127,4676,17656.576000000165,qpeexact -205,SUCCESS,2,1,2302.95,1961642.3,1963945.25,127,783,3684.7199999999257,ghz -206,SUCCESS,2,1,7709.09,1963945.25,1971654.34,127,3981,12334.544000000134,qpeexact -209,SUCCESS,2,1,2093.39,1971654.34,1973747.73,127,625,3349.4239999998363,random -5214,SUCCESS,2,0,36906.5,1940590.39,1977496.89,27,39335,59050.4,shor -5222,SUCCESS,2,0,35.13,1977496.89,1977532.02,27,54,56.20800000019372,graphstate -5223,SUCCESS,2,0,302.46,1977532.02,1977834.48,27,529,483.9359999999404,ae -5229,SUCCESS,2,0,63.19,1977834.48,1977897.67,27,81,101.1039999999106,wstate -5230,SUCCESS,2,0,34.46,1977897.67,1977932.13,27,61,55.136000000312926,dj -5237,SUCCESS,2,0,57.65,1977932.13,1977989.78,27,107,92.239999999851,qft -5240,SUCCESS,2,0,1926.44,1977989.78,1979916.22,27,1082,3082.303999999911,grover-v-chain -5242,SUCCESS,2,0,156.25,1979916.22,1980072.47,27,91,250.0,dj -5245,SUCCESS,2,0,1183.56,1980072.47,1981256.03,27,842,1893.6960000000895,su2random -5250,SUCCESS,2,0,428.63,1981256.03,1981684.66,27,413,685.8079999998213,pricingput -5258,SUCCESS,2,0,970.02,1981684.66,1982654.68,27,634,1552.03200000003,portfoliovqe -5260,SUCCESS,2,0,602.06,1982654.68,1983256.74,27,925,963.2960000000894,qpeexact -5261,SUCCESS,2,0,20.52,1983256.74,1983277.26,27,26,32.8320000000298,graphstate -5268,SUCCESS,2,0,796.29,1983277.26,1984073.55,27,688,1274.0640000000597,twolocalrandom -5269,SUCCESS,2,0,65.83,1984073.55,1984139.38,27,96,105.32800000011922,dj -210,SUCCESS,2,1,18379.02,1973747.73,1992126.75,127,7153,29406.43200000003,qnn -5271,SUCCESS,2,0,8109.33,1984139.38,1992248.71,27,7193,12974.927999999747,grover-v-chain -5274,SUCCESS,2,0,147.67,1992248.71,1992396.38,27,89,236.27200000025334,graphstate -5278,SUCCESS,2,0,1031.38,1992396.38,1993427.76,27,723,1650.2079999998214,random -5297,SUCCESS,2,0,1326.77,1993427.76,1994754.53,27,884,2122.83200000003,ae -5298,SUCCESS,2,0,1484.82,1994754.53,1996239.35,27,894,2375.7120000001046,ae -5302,SUCCESS,2,0,1779.74,1996239.35,1998019.09,27,1138,2847.5839999999853,su2random -5309,SUCCESS,2,0,11.01,1998019.09,1998030.1,27,18,17.616000000014903,ghz -5314,SUCCESS,2,0,106.3,1998030.1,1998136.4,27,145,170.07999999970198,qft -5315,SUCCESS,2,0,145.3,1998136.4,1998281.7,27,177,232.4800000000745,twolocalrandom -5317,SUCCESS,2,0,26.76,1998281.7,1998308.46,27,22,42.8160000000149,graphstate -5318,SUCCESS,2,0,37.08,1998308.46,1998345.54,27,69,59.32800000011921,vqe -5328,SUCCESS,2,0,80.81,1998345.54,1998426.35,27,73,129.2960000000894,dj -5336,SUCCESS,2,0,341.62,1998426.35,1998767.97,27,265,546.5919999998063,portfolioqaoa -211,SUCCESS,2,1,7164.52,1992126.75,1999291.27,127,2047,11463.23200000003,qft -5343,SUCCESS,2,0,676.68,1998767.97,1999444.65,27,672,1082.6879999998957,random -212,SUCCESS,2,1,566.64,1999291.27,1999857.91,127,347,906.6239999998361,qpeinexact -5346,SUCCESS,2,0,461.59,1999444.65,1999906.24,27,659,738.5440000001341,qpeexact -5358,SUCCESS,2,0,45.11,1999906.24,1999951.35,27,95,72.17600000016391,ghz -5361,SUCCESS,2,0,218.83,1999951.35,2000170.18,27,134,350.1279999997467,wstate -214,SUCCESS,2,1,1729.75,1999857.91,2001587.66,127,548,2767.6000000000004,random -5364,SUCCESS,2,0,1984.05,2000170.18,2002154.23,27,1579,3174.4800000000746,su2random -215,SUCCESS,2,1,1668.67,2001587.66,2003256.33,127,959,2669.8720000002536,ghz -5367,SUCCESS,2,0,1523.8,2002154.23,2003678.03,27,992,2438.0800000000745,realamprandom -5369,SUCCESS,2,0,134.26,2003678.03,2003812.29,27,217,214.81600000001492,wstate -5382,SUCCESS,2,0,936.07,2003812.29,2004748.36,27,580,1497.7120000001044,realamprandom -5385,SUCCESS,2,0,806.93,2004748.36,2005555.29,27,456,1291.0879999998958,qftentangled -5392,SUCCESS,2,0,688.54,2005555.29,2006243.83,27,514,1101.6640000000596,qpeinexact -5397,SUCCESS,2,0,189.44,2006243.83,2006433.27,27,131,303.1039999999106,wstate -5399,SUCCESS,2,0,438.41,2006433.27,2006871.68,27,305,701.455999999866,qftentangled -5403,SUCCESS,2,0,39.28,2006871.68,2006910.96,27,42,62.848000000044706,qaoa -5412,SUCCESS,2,0,294.18,2006910.96,2007205.14,27,645,470.68799999989574,ae -5415,SUCCESS,2,0,695.94,2007205.14,2007901.08,27,640,1113.5040000002832,qft -5419,SUCCESS,2,0,309.84,2007901.08,2008210.92,27,281,495.7439999997616,random -5421,SUCCESS,2,0,4972.76,2008210.92,2013183.68,27,3037,7956.416000000016,grover-v-chain -5427,SUCCESS,2,0,501.27,2013183.68,2013684.95,27,1050,802.0320000000298,su2random -216,SUCCESS,2,1,17167.36,2003256.33,2020423.69,127,6236,27467.775999999794,qft -217,SUCCESS,2,1,23784.25,2020423.69,2044207.94,127,10524,38054.8,twolocalrandom -218,SUCCESS,2,1,142.68,2044207.94,2044350.62,127,77,228.28800000026823,graphstate -219,SUCCESS,2,1,15513.53,2044350.62,2059864.15,127,8791,24821.647999999674,ae -220,SUCCESS,2,1,5973.61,2059864.15,2065837.76,127,1358,9557.776000000164,qwalk-v-chain -5445,SUCCESS,2,0,52594.11,2013684.95,2066279.06,27,58129,84150.57600000018,grover-v-chain -5446,SUCCESS,2,0,703.65,2066279.06,2066982.71,27,786,1125.839999999851,ae -5450,SUCCESS,2,0,1342.44,2066982.71,2068325.15,27,983,2147.903999999911,random -5454,SUCCESS,2,0,17,2068325.15,2068342.15,27,14,27.200000000000003,ghz -5455,SUCCESS,2,0,615,2068342.15,2068957.15,27,398,984.0,qpeinexact -5461,SUCCESS,2,0,689.82,2068957.15,2069646.97,27,455,1103.7120000001044,ae -5465,SUCCESS,2,0,13.43,2069646.97,2069660.4,27,20,21.487999999895692,ghz -5477,SUCCESS,2,0,21.39,2069660.4,2069681.79,27,21,34.22400000020862,vqe -5489,SUCCESS,2,0,423.24,2069681.79,2070105.03,27,602,677.1839999999852,random -5499,SUCCESS,2,0,563.39,2070105.03,2070668.42,27,585,901.4239999998362,ae -5501,SUCCESS,2,0,75.62,2070668.42,2070744.04,27,87,120.99200000017882,ghz -221,SUCCESS,2,1,10855.46,2065837.76,2076693.22,127,2847,17368.735999999943,qpeexact -222,SUCCESS,2,1,9740.3,2076693.22,2086433.52,127,7885,15584.480000000076,qft -5502,SUCCESS,2,0,19254.83,2070744.04,2089998.87,27,33474,30807.72800000012,shor -5510,SUCCESS,2,0,86.65,2089998.87,2090085.52,27,78,138.639999999851,vqe -5515,SUCCESS,2,0,1162.25,2090085.52,2091247.77,27,1237,1859.6000000000001,random -5516,SUCCESS,2,0,4088.7,2091247.77,2095336.47,27,2652,6541.9199999999255,random -5518,SUCCESS,2,0,49.62,2095336.47,2095386.09,27,49,79.39200000017883,wstate -5520,SUCCESS,2,0,382.38,2095386.09,2095768.47,27,331,611.8079999998212,ae -5523,SUCCESS,2,0,2288.95,2095768.47,2098057.42,27,2282,3662.3199999999256,su2random -5525,SUCCESS,2,0,1264.38,2098057.42,2099321.8,27,1226,2023.0079999998213,qpeinexact -5559,SUCCESS,2,0,416.84,2099321.8,2099738.64,27,274,666.9440000005067,qftentangled -5577,SUCCESS,2,0,25.05,2099738.64,2099763.69,27,22,40.07999999970198,ghz -5586,SUCCESS,2,0,93.08,2099763.69,2099856.77,27,97,148.92800000011923,dj -5588,SUCCESS,2,0,654.53,2099856.77,2100511.3,27,763,1047.2479999996722,twolocalrandom -5591,SUCCESS,2,0,66.68,2100511.3,2100577.98,27,39,106.68800000026823,dj -5596,SUCCESS,2,0,32.45,2100577.98,2100610.43,27,25,51.920000000298025,graphstate -5602,SUCCESS,2,0,214.09,2100610.43,2100824.52,27,209,342.5439999997616,qft -5606,SUCCESS,2,0,753.97,2100824.52,2101578.49,27,1336,1206.352000000328,random -5609,SUCCESS,2,0,742.23,2101578.49,2102320.72,27,1021,1187.567999999225,random -5612,SUCCESS,2,0,14.45,2102320.72,2102335.17,27,17,23.120000000298024,ghz -5627,SUCCESS,2,0,789.21,2102335.17,2103124.38,27,734,1262.7359999999405,qnn -5634,SUCCESS,2,0,2011.51,2103124.38,2105135.89,27,1137,3218.4159999996427,su2random -5642,SUCCESS,2,0,1466.83,2105135.89,2106602.72,27,1185,2346.9280000001195,ae -5643,SUCCESS,2,0,229.08,2106602.72,2106831.8,27,166,366.5280000001192,wstate -5649,SUCCESS,2,0,11833.1,2106831.8,2118664.9,27,7686,18932.96000000015,pricingput -5651,SUCCESS,2,0,1665.36,2118664.9,2120330.26,27,1606,2664.5759999997917,random -5656,SUCCESS,2,0,643.23,2120330.26,2120973.49,27,1059,1029.1680000007152,qpeinexact -5658,SUCCESS,2,0,650.54,2120973.49,2121624.03,27,485,1040.8639999993145,qft -5660,SUCCESS,2,0,200.5,2121624.03,2121824.53,27,249,320.8,qft -5661,SUCCESS,2,0,617.01,2121824.53,2122441.54,27,1063,987.2159999996425,qpeexact -5664,SUCCESS,2,0,311.07,2122441.54,2122752.61,27,240,497.71200000047685,su2random -5668,SUCCESS,2,0,101.49,2122752.61,2122854.1,27,170,162.38399999961257,qft -5671,SUCCESS,2,0,124.54,2122854.1,2122978.64,27,225,199.2640000000596,qpeinexact -5676,SUCCESS,2,0,149.06,2122978.64,2123127.7,27,96,238.49600000008942,vqe -5680,SUCCESS,2,0,284.87,2123127.7,2123412.57,27,520,455.79200000017886,portfolioqaoa -5682,SUCCESS,2,0,157.11,2123412.57,2123569.68,27,307,251.3759999997914,qftentangled -5686,SUCCESS,2,0,74.69,2123569.68,2123644.37,27,68,119.5039999999106,dj -5687,SUCCESS,2,0,1609.67,2123644.37,2125254.04,27,1457,2575.472000000626,qwalk-v-chain -5689,SUCCESS,2,0,876.13,2125254.04,2126130.17,27,973,1401.8079999998213,pricingcall -5691,SUCCESS,2,0,774.38,2126130.17,2126904.55,27,522,1239.0079999998213,qftentangled -5695,SUCCESS,2,0,1115.11,2126904.55,2128019.66,27,2042,1784.1760000005365,qwalk-v-chain -5700,SUCCESS,2,0,1335.39,2128019.66,2129355.05,27,1008,2136.6239999994636,ae -5703,SUCCESS,2,0,155.38,2129355.05,2129510.43,27,130,248.60800000056625,qft -5704,SUCCESS,2,0,644.15,2129510.43,2130154.58,27,365,1030.639999999851,twolocalrandom -5705,SUCCESS,2,0,303.34,2130154.58,2130457.92,27,503,485.3439999997616,random -5709,SUCCESS,2,0,191.3,2130457.92,2130649.22,27,219,306.079999999702,pricingcall -5711,SUCCESS,2,0,92.68,2130649.22,2130741.9,27,105,148.28800000026823,ghz -223,SUCCESS,2,1,59658.19,2086433.52,2146091.71,127,14012,95453.10399999992,grover-noancilla -225,SUCCESS,2,1,7917.48,2146091.71,2154009.19,127,2146,12667.967999999972,qft -226,SUCCESS,2,1,1388.1,2154009.19,2155397.29,127,989,2220.959999999404,qnn -5714,SUCCESS,2,0,30093.29,2130741.9,2160835.19,27,19680,48149.26400000006,qwalk-noancilla -5720,SUCCESS,2,0,587.64,2160835.19,2161422.83,27,708,940.2240000002087,qpeexact -227,SUCCESS,2,1,7573.32,2155397.29,2162970.61,127,2041,12117.312000000478,qftentangled -228,SUCCESS,2,1,5585.62,2162970.61,2168556.23,127,2098,8936.992000000178,qft -5724,SUCCESS,2,0,8289.02,2161422.83,2169711.85,27,5161,13262.43200000003,qwalk-v-chain -5739,SUCCESS,2,0,920.24,2169711.85,2170632.09,27,1289,1472.3839999996126,twolocalrandom -5740,SUCCESS,2,0,191.05,2170632.09,2170823.14,27,116,305.680000000447,dj -5748,SUCCESS,2,0,1048.34,2170823.14,2171871.48,27,998,1677.3439999997618,realamprandom -5749,SUCCESS,2,0,309.65,2171871.48,2172181.13,27,467,495.439999999851,qnn -5751,SUCCESS,2,0,83.53,2172181.13,2172264.66,27,77,133.64800000041723,wstate -5755,SUCCESS,2,0,1210.02,2172264.66,2173474.68,27,836,1936.03200000003,twolocalrandom -5756,SUCCESS,2,0,198.96,2173474.68,2173673.64,27,200,318.33599999994044,qpeexact -5759,SUCCESS,2,0,494.65,2173673.64,2174168.29,27,931,791.439999999106,qft -5760,SUCCESS,2,0,376.66,2174168.29,2174544.95,27,389,602.6560000002385,realamprandom -5761,SUCCESS,2,0,825.1,2174544.95,2175370.05,27,664,1320.160000000149,qftentangled -5781,SUCCESS,2,0,896.39,2175370.05,2176266.44,27,633,1434.2240000002087,su2random -5787,SUCCESS,2,0,762.81,2176266.44,2177029.25,27,722,1220.4960000000895,portfoliovqe -5789,SUCCESS,2,0,500.2,2177029.25,2177529.45,27,629,800.319999999553,su2random -5792,SUCCESS,2,0,648.3,2177529.45,2178177.75,27,366,1037.280000000447,qftentangled -5804,SUCCESS,2,0,811.77,2178177.75,2178989.52,27,559,1298.83200000003,qft -5812,SUCCESS,2,0,40.09,2178989.52,2179029.61,27,66,64.14399999976159,tsp -5815,SUCCESS,2,0,328.62,2179029.61,2179358.23,27,206,525.7920000001789,realamprandom -5816,SUCCESS,2,0,91.14,2179358.23,2179449.37,27,153,145.82400000020863,pricingcall -5818,SUCCESS,2,0,144.4,2179449.37,2179593.77,27,225,231.03999999910593,qftentangled -5826,SUCCESS,2,0,560.92,2179593.77,2180154.69,27,380,897.4720000006259,twolocalrandom -5835,SUCCESS,2,0,1143.56,2180154.69,2181298.25,27,652,1829.6960000000895,qftentangled -5852,SUCCESS,2,0,285.64,2181298.25,2181583.89,27,198,457.0240000002086,su2random -5853,SUCCESS,2,0,410.22,2181583.89,2181994.11,27,340,656.3519999995829,qftentangled -5867,SUCCESS,2,0,1533.04,2181994.11,2183527.15,27,864,2452.8640000000596,ae -5868,SUCCESS,2,0,1411.22,2183527.15,2184938.37,27,943,2257.952000000328,qftentangled -5872,SUCCESS,2,0,31.87,2184938.37,2184970.24,27,18,50.99199999943376,ghz -5880,SUCCESS,2,0,162.36,2184970.24,2185132.6,27,276,259.77600000053644,twolocalrandom -5883,SUCCESS,2,0,811.21,2185132.6,2185943.81,27,1352,1297.9359999991955,twolocalrandom -5886,SUCCESS,2,0,154.86,2185943.81,2186098.67,27,106,247.77600000053644,ghz -5906,SUCCESS,2,0,58.27,2186098.67,2186156.94,27,40,93.23200000002981,qaoa -5907,SUCCESS,2,0,184.64,2186156.94,2186341.58,27,258,295.42400000020865,realamprandom -5915,SUCCESS,2,0,2846.94,2186341.58,2189188.52,27,1699,4555.103999999165,qwalk-v-chain -230,SUCCESS,2,1,20777.34,2168556.23,2189333.57,127,7053,33243.743999999766,ae -232,SUCCESS,2,1,37.93,2189333.57,2189371.5,127,31,60.688000000268225,ghz -5919,SUCCESS,2,0,495.53,2189188.52,2189684.05,27,436,792.8480000004173,twolocalrandom -5921,SUCCESS,2,0,186.46,2189684.05,2189870.51,27,116,298.3359999999404,qftentangled -5925,SUCCESS,2,0,428.82,2189870.51,2190299.33,27,544,686.1119999997318,qftentangled -5928,SUCCESS,2,0,59.56,2190299.33,2190358.89,27,74,95.2960000000894,ghz -233,SUCCESS,2,1,1243.47,2189371.5,2190614.97,127,465,1989.552000000328,realamprandom -5931,SUCCESS,2,0,1644.37,2190358.89,2192003.26,27,1114,2630.992000000179,random -5932,SUCCESS,2,0,104.56,2192003.26,2192107.82,27,78,167.2960000000894,dj -5935,SUCCESS,2,0,305.59,2192107.82,2192413.41,27,332,488.9439999997616,portfolioqaoa -5948,SUCCESS,2,0,11.26,2192413.41,2192424.67,27,21,18.016000000387432,vqe -5955,SUCCESS,2,0,53.52,2192424.67,2192478.19,27,41,85.6320000000298,graphstate -5960,SUCCESS,2,0,119.02,2192478.19,2192597.21,27,77,190.4320000000298,ghz -5967,SUCCESS,2,0,230.27,2192597.21,2192827.48,27,418,368.4320000000298,qftentangled -5968,SUCCESS,2,0,473.09,2192827.48,2193300.57,27,465,756.9439999997617,portfoliovqe -5971,SUCCESS,2,0,735.94,2193300.57,2194036.51,27,568,1177.5039999999105,twolocalrandom -5972,SUCCESS,2,0,134.82,2194036.51,2194171.33,27,85,215.71200000047685,wstate -5975,SUCCESS,2,0,735.68,2194171.33,2194907.01,27,430,1177.0879999995232,realamprandom -234,SUCCESS,2,1,5693.24,2190614.97,2196308.21,127,1897,9109.183999999614,qnn -5995,SUCCESS,2,0,1476.69,2194907.01,2196383.7,27,864,2362.704000000656,pricingput -5998,SUCCESS,2,0,475.59,2196383.7,2196859.29,27,602,760.9439999990166,pricingcall -6005,SUCCESS,2,0,176.9,2196859.29,2197036.19,27,305,283.0400000005961,qpeexact -6007,SUCCESS,2,0,70.11,2197036.19,2197106.3,27,50,112.17599999979139,tsp -6009,SUCCESS,2,0,279.42,2197106.3,2197385.72,27,536,447.07200000062585,qft -6011,SUCCESS,2,0,673.92,2197385.72,2198059.64,27,671,1078.2719999998808,qwalk-v-chain -235,SUCCESS,2,1,20968.6,2196308.21,2217276.81,127,7365,33549.759999999405,ae -238,SUCCESS,2,1,26191.9,2217276.81,2243468.71,127,7669,41907.0400000006,qpeexact -6019,SUCCESS,2,0,45452.31,2198059.64,2243511.95,27,83432,72723.69599999934,grover-noancilla -239,SUCCESS,2,1,281.01,2243468.71,2243749.72,127,94,449.61600000038743,ghz -6021,SUCCESS,2,0,751.81,2243511.95,2244263.76,27,576,1202.8960000000895,qpeinexact -241,SUCCESS,2,1,1475.48,2243749.72,2245225.2,127,533,2360.767999999225,qftentangled -242,SUCCESS,2,1,266.88,2245225.2,2245492.08,127,213,427.00800000056626,wstate -6034,SUCCESS,2,0,1246.57,2244263.76,2245510.33,27,1113,1994.5119999997319,su2random -6037,SUCCESS,2,0,70.81,2245510.33,2245581.14,27,51,113.2960000000894,graphstate -6038,SUCCESS,2,0,52.06,2245581.14,2245633.2,27,38,83.29600000083447,dj -6039,SUCCESS,2,0,273.05,2245633.2,2245906.25,27,169,436.879999999702,pricingput -6045,SUCCESS,2,0,161.29,2245906.25,2246067.54,27,169,258.0640000000596,qftentangled -6049,SUCCESS,2,0,249.87,2246067.54,2246317.41,27,297,399.79200000017886,su2random -6051,SUCCESS,2,0,112.52,2246317.41,2246429.93,27,81,180.03200000002983,ghz -6074,SUCCESS,2,0,1197.9,2246429.93,2247627.83,27,1272,1916.639999999106,random -6077,SUCCESS,2,0,45.92,2247627.83,2247673.75,27,27,73.47200000062585,vqe -6082,SUCCESS,2,0,639.87,2247673.75,2248313.62,27,480,1023.7919999994338,qnn -6085,SUCCESS,2,0,2267.13,2248313.62,2250580.75,27,1764,3627.4080000005665,realamprandom -6087,SUCCESS,2,0,654.44,2250580.75,2251235.19,27,537,1047.1039999999107,portfolioqaoa -6088,SUCCESS,2,0,776.31,2251235.19,2252011.5,27,500,1242.0960000000896,pricingput -6089,SUCCESS,2,0,539.17,2252011.5,2252550.67,27,701,862.6719999998809,qpeinexact -6101,SUCCESS,2,0,35.56,2252550.67,2252586.23,27,25,56.89600000008941,vqe -6102,SUCCESS,2,0,1128.12,2252586.23,2253714.35,27,1564,1804.992000000179,pricingput -6105,SUCCESS,2,0,33.74,2253714.35,2253748.09,27,21,53.98399999961257,graphstate -6110,SUCCESS,2,0,1386.74,2253748.09,2255134.83,27,794,2218.7840000003575,random -6113,SUCCESS,2,0,384.58,2255134.83,2255519.41,27,315,615.3279999993742,qnn -6119,SUCCESS,2,0,223.62,2255519.41,2255743.03,27,145,357.79200000017886,wstate -6120,SUCCESS,2,0,427.56,2255743.03,2256170.59,27,622,684.0960000000895,random -6124,SUCCESS,2,0,741.86,2256170.59,2256912.45,27,656,1186.9759999997914,realamprandom -6125,SUCCESS,2,0,1746.8,2256912.45,2258659.25,27,1271,2794.880000000447,su2random -6127,SUCCESS,2,0,554.33,2258659.25,2259213.58,27,338,886.9279999993742,twolocalrandom -6128,SUCCESS,2,0,535.92,2259213.58,2259749.5,27,322,857.4720000006259,qpeinexact -6130,SUCCESS,2,0,810.88,2259749.5,2260560.38,27,656,1297.4079999998212,twolocalrandom -6131,SUCCESS,2,0,1015.96,2260560.38,2261576.34,27,599,1625.5359999999405,qftentangled -6136,SUCCESS,2,0,3317.4,2261576.34,2264893.74,27,2180,5307.839999999851,pricingcall -6141,SUCCESS,2,0,901.11,2264893.74,2265794.85,27,573,1441.7759999997916,portfoliovqe -6152,SUCCESS,2,0,3284.05,2265794.85,2269078.9,27,2190,5254.480000000447,pricingput -6157,SUCCESS,2,0,133.32,2269078.9,2269212.22,27,77,213.3119999997318,wstate -6168,SUCCESS,2,0,791.64,2269212.22,2270003.86,27,518,1266.6240000002088,qpeexact -6169,SUCCESS,2,0,1018.31,2270003.86,2271022.17,27,921,1629.2960000000894,qpeexact -6178,SUCCESS,2,0,55.08,2271022.17,2271077.25,27,44,88.12800000011921,qaoa -6187,SUCCESS,2,0,357.94,2271077.25,2271435.19,27,557,572.7039999999106,su2random -6190,SUCCESS,2,0,532.35,2271435.19,2271967.54,27,299,851.760000000149,su2random -6192,SUCCESS,2,0,499.52,2271967.54,2272467.06,27,322,799.2320000000299,qpeexact -6193,SUCCESS,2,0,901.63,2272467.06,2273368.69,27,655,1442.6079999998212,qpeexact -6195,SUCCESS,2,0,317.12,2273368.69,2273685.81,27,360,507.3919999994338,portfoliovqe -6200,SUCCESS,2,0,268.56,2273685.81,2273954.37,27,207,429.6960000008345,ae -6205,SUCCESS,2,0,13.83,2273954.37,2273968.2,27,21,22.127999999374154,ghz -6208,SUCCESS,2,0,89.24,2273968.2,2274057.44,27,101,142.78400000035762,vqe -6216,SUCCESS,2,0,575.77,2274057.44,2274633.21,27,877,921.2320000000299,su2random -6229,SUCCESS,2,0,60.29,2274633.21,2274693.5,27,53,96.46400000005961,dj -6232,SUCCESS,2,0,1681.34,2274693.5,2276374.84,27,1056,2690.143999999762,ae -6234,SUCCESS,2,0,1661.08,2276374.84,2278035.92,27,1238,2657.728000000119,qpeexact -6235,SUCCESS,2,0,1994.4,2278035.92,2280030.32,27,1527,3191.0399999998513,realamprandom -6237,SUCCESS,2,0,505.29,2280030.32,2280535.61,27,473,808.4640000000596,groundstate -6240,SUCCESS,2,0,470.47,2280535.61,2281006.08,27,549,752.7520000003278,su2random -6241,SUCCESS,2,0,3932.63,2281006.08,2284938.71,27,2472,6292.207999999821,twolocalrandom -6246,SUCCESS,2,0,214.59,2284938.71,2285153.3,27,136,343.3439999997616,wstate -6248,SUCCESS,2,0,979.4,2285153.3,2286132.7,27,729,1567.0400000005961,qnn -6250,SUCCESS,2,0,117.16,2286132.7,2286249.86,27,104,187.45599999949337,graphstate -6251,SUCCESS,2,0,27.14,2286249.86,2286277,27,26,43.42400000020862,vqe -6257,SUCCESS,2,0,933.45,2286277,2287210.45,27,533,1493.520000000298,qpeinexact -243,SUCCESS,2,1,45751.17,2245492.08,2291243.25,127,11458,73201.87199999989,realamprandom -244,SUCCESS,2,1,3272.8,2291243.25,2294516.05,127,682,5236.479999999702,qpeinexact -245,SUCCESS,2,1,189.71,2294516.05,2294705.76,127,52,303.53599999994043,graphstate -6261,SUCCESS,2,0,10598.51,2287210.45,2297808.96,27,11697,16957.61599999964,grover-noancilla -6262,SUCCESS,2,0,253.12,2297808.96,2298062.08,27,184,404.99200000017885,random -6266,SUCCESS,2,0,82.13,2298062.08,2298144.21,27,53,131.4079999998212,qaoa -6272,SUCCESS,2,0,1471.24,2298144.21,2299615.45,27,1005,2353.9839999996125,su2random -6273,SUCCESS,2,0,674,2299615.45,2300289.45,27,547,1078.4000000007452,qpeexact -246,SUCCESS,2,1,7730.2,2294705.76,2302435.96,127,2439,12368.320000000298,qftentangled -6275,SUCCESS,2,0,2335.42,2300289.45,2302624.87,27,1695,3736.671999999881,su2random -6278,SUCCESS,2,0,343.03,2302624.87,2302967.9,27,310,548.8479999996722,ae -6279,SUCCESS,2,0,1006.11,2302967.9,2303974.01,27,915,1609.7759999997916,realamprandom -6284,SUCCESS,2,0,191.45,2303974.01,2304165.46,27,306,306.320000000298,qnn -6285,SUCCESS,2,0,291.89,2304165.46,2304457.35,27,289,467.0240000002086,wstate -6286,SUCCESS,2,0,223.81,2304457.35,2304681.16,27,155,358.0960000000894,qftentangled -6290,SUCCESS,2,0,38.97,2304681.16,2304720.13,27,22,62.35199999958277,ghz -247,SUCCESS,2,1,2345.48,2302435.96,2304781.44,127,489,3752.7679999999705,realamprandom -6295,SUCCESS,2,0,267.95,2304720.13,2304988.08,27,298,428.719999999553,qnn -6298,SUCCESS,2,0,285.96,2304988.08,2305274.04,27,283,457.53599999994043,wstate -6305,SUCCESS,2,0,103.68,2305274.04,2305377.72,27,192,165.8880000010133,su2random -6307,SUCCESS,2,0,646.21,2305377.72,2306023.93,27,365,1033.9359999999403,qpeexact -6308,SUCCESS,2,0,538.96,2306023.93,2306562.89,27,1207,862.3359999991953,qpeexact -6319,SUCCESS,2,0,362.19,2306562.89,2306925.08,27,658,579.5040000006557,su2random -6322,SUCCESS,2,0,96.14,2306925.08,2307021.22,27,73,153.82400000020863,ghz -6325,SUCCESS,2,0,109.81,2307021.22,2307131.03,27,87,175.69599999934437,graphstate -6334,SUCCESS,2,0,283.95,2307131.03,2307414.98,27,392,454.320000000298,qpeexact -6341,SUCCESS,2,0,606.56,2307414.98,2308021.54,27,368,970.4960000000895,qftentangled -6346,SUCCESS,2,0,486.28,2308021.54,2308507.82,27,645,778.0479999996722,portfolioqaoa -6347,SUCCESS,2,0,217.62,2308507.82,2308725.44,27,430,348.19200000017884,qft -6351,SUCCESS,2,0,62.44,2308725.44,2308787.88,27,77,99.9039999999106,wstate -6357,SUCCESS,2,0,115.02,2308787.88,2308902.9,27,69,184.03200000002983,wstate -6359,SUCCESS,2,0,1915.55,2308902.9,2310818.45,27,2560,3064.880000000447,qnn -6360,SUCCESS,2,0,343.69,2310818.45,2311162.14,27,358,549.9039999991655,qnn -6361,SUCCESS,2,0,6686.45,2311162.14,2317848.59,27,3979,10698.320000000298,pricingcall -6371,SUCCESS,2,0,226.8,2317848.59,2318075.39,27,216,362.88000000044707,realamprandom -6372,SUCCESS,2,0,616.77,2318075.39,2318692.16,27,416,986.8320000000299,qnn -6375,SUCCESS,2,0,2623.88,2318692.16,2321316.04,27,2501,4198.207999999821,realamprandom -6379,SUCCESS,2,0,616.41,2321316.04,2321932.45,27,416,986.2559999994934,qpeexact -6380,SUCCESS,2,0,1099.02,2321932.45,2323031.47,27,930,1758.432000000775,qpeinexact -6386,SUCCESS,2,0,431.53,2323031.47,2323463,27,521,690.4479999996722,twolocalrandom -6388,SUCCESS,2,0,5143.19,2323463,2328606.19,27,3684,8229.10399999991,grover-noancilla -6394,SUCCESS,2,0,242.55,2328606.19,2328848.74,27,458,388.079999999702,twolocalrandom -6397,SUCCESS,2,0,158.03,2328848.74,2329006.77,27,340,252.84800000041724,qftentangled -6403,SUCCESS,2,0,573.96,2329006.77,2329580.73,27,430,918.3359999999404,twolocalrandom -6408,SUCCESS,2,0,72.9,2329580.73,2329653.63,27,47,116.639999999851,graphstate -6416,SUCCESS,2,0,33.58,2329653.63,2329687.21,27,37,53.72800000011921,qaoa -6417,SUCCESS,2,0,33.72,2329687.21,2329720.93,27,53,53.95199999958277,ghz -6418,SUCCESS,2,0,697.22,2329720.93,2330418.15,27,1203,1115.5520000003278,portfoliovqe -6424,SUCCESS,2,0,73.36,2330418.15,2330491.51,27,74,117.37599999979139,ghz -6429,SUCCESS,2,0,508.09,2330491.51,2330999.6,27,341,812.9440000005067,qpeexact -6438,SUCCESS,2,0,427.59,2330999.6,2331427.19,27,425,684.1439999997616,ae -6451,SUCCESS,2,0,285.58,2331427.19,2331712.77,27,477,456.92800000011925,qnn -6452,SUCCESS,2,0,581.63,2331712.77,2332294.4,27,366,930.6079999998212,ae -6460,SUCCESS,2,0,247.76,2332294.4,2332542.16,27,438,396.41600000038744,qpeinexact -6470,SUCCESS,2,0,2736.77,2332542.16,2335278.93,27,1748,4378.831999999285,twolocalrandom -6478,SUCCESS,2,0,421.19,2335278.93,2335700.12,27,481,673.9040000006557,qft -6480,SUCCESS,2,0,11.56,2335700.12,2335711.68,27,21,18.49599999934435,ghz -6485,SUCCESS,2,0,342.09,2335711.68,2336053.77,27,281,547.3440000005066,ae -6489,SUCCESS,2,0,859.8,2336053.77,2336913.57,27,583,1375.679999999702,ae -6491,SUCCESS,2,0,453.45,2336913.57,2337367.02,27,626,725.519999999553,portfolioqaoa -6493,SUCCESS,2,0,322.47,2337367.02,2337689.49,27,235,515.9520000003279,twolocalrandom -6497,SUCCESS,2,0,55.91,2337689.49,2337745.4,27,39,89.45600000023842,graphstate -6499,SUCCESS,2,0,44,2337745.4,2337789.4,27,59,70.4,dj -248,SUCCESS,2,1,33929,2304781.44,2338710.44,127,7072,54286.4,qpeexact -249,SUCCESS,2,1,751.54,2338710.44,2339461.98,127,207,1202.4640000000597,ghz -6500,SUCCESS,2,0,1779.74,2337789.4,2339569.14,27,1284,2847.5840000003577,pricingcall -6501,SUCCESS,2,0,206.29,2339569.14,2339775.43,27,207,330.06399999931455,twolocalrandom -6509,SUCCESS,2,0,1396.16,2339775.43,2341171.59,27,891,2233.8560000002385,realamprandom -6511,SUCCESS,2,0,76.88,2341171.59,2341248.47,27,159,123.0079999998212,qpeexact -6513,SUCCESS,2,0,121.27,2341248.47,2341369.74,27,181,194.03200000077487,qft -6514,SUCCESS,2,0,3713.24,2341369.74,2345082.98,27,2532,5941.183999999613,random -6515,SUCCESS,2,0,848.41,2345082.98,2345931.39,27,844,1357.4559999994935,qnn -6518,SUCCESS,2,0,571.34,2345931.39,2346502.73,27,442,914.1440000005067,qftentangled -6526,SUCCESS,2,0,779.38,2346502.73,2347282.11,27,770,1247.0079999998213,portfoliovqe -6529,SUCCESS,2,0,828.11,2347282.11,2348110.22,27,719,1324.9759999997914,qft -6536,SUCCESS,2,0,728.32,2348110.22,2348838.54,27,474,1165.3119999997318,twolocalrandom -6538,SUCCESS,2,0,964.64,2348838.54,2349803.18,27,633,1543.4240000009538,realamprandom -6540,SUCCESS,2,0,229.11,2349803.18,2350032.29,27,499,366.5759999997914,random -6543,SUCCESS,2,0,128.97,2350032.29,2350161.26,27,76,206.35199999958277,dj -6545,SUCCESS,2,0,13.25,2350161.26,2350174.51,27,10,21.200000000000003,ghz -6546,SUCCESS,2,0,44.63,2350174.51,2350219.14,27,37,71.40800000056625,graphstate -6549,SUCCESS,2,0,211.66,2350219.14,2350430.8,27,461,338.65599999949336,qnn -6551,SUCCESS,2,0,661.9,2350430.8,2351092.7,27,633,1059.0400000005961,twolocalrandom -6552,SUCCESS,2,0,292.68,2351092.7,2351385.38,27,607,468.2879999995232,qft -250,SUCCESS,2,1,14396.3,2339461.98,2353858.28,127,10916,23034.079999999703,realamprandom -251,SUCCESS,2,1,768.87,2353858.28,2354627.15,127,515,1230.192000000179,qft -6554,SUCCESS,2,0,4069.71,2351385.38,2355455.09,27,5046,6511.535999999941,qwalk-v-chain -6574,SUCCESS,2,0,77.59,2355455.09,2355532.68,27,91,124.14400000050665,dj -6581,SUCCESS,2,0,473.22,2355532.68,2356005.9,27,729,757.1519999995828,portfoliovqe -6588,SUCCESS,2,0,204.43,2356005.9,2356210.33,27,153,327.08799999952316,qftentangled -6591,SUCCESS,2,0,372.42,2356210.33,2356582.75,27,516,595.8720000006259,qft -6592,SUCCESS,2,0,586.39,2356582.75,2357169.14,27,513,938.2239999994636,qpeinexact -6593,SUCCESS,2,0,495.12,2357169.14,2357664.26,27,445,792.1920000001788,su2random -6596,SUCCESS,2,0,543.71,2357664.26,2358207.97,27,408,869.9359999999405,su2random -6602,SUCCESS,2,0,942,2358207.97,2359149.97,27,561,1507.2,realamprandom -6608,SUCCESS,2,0,309.91,2359149.97,2359459.88,27,408,495.85600000023845,pricingcall -6609,SUCCESS,2,0,453.06,2359459.88,2359912.94,27,274,724.8960000000894,su2random -6611,SUCCESS,2,0,409.78,2359912.94,2360322.72,27,521,655.6480000004173,realamprandom -6615,SUCCESS,2,0,864.03,2360322.72,2361186.75,27,846,1382.4479999996722,ae -6616,SUCCESS,2,0,3969.75,2361186.75,2365156.5,27,2328,6351.6,qnn -6621,SUCCESS,2,0,1670.78,2365156.5,2366827.28,27,1218,2673.247999999672,qwalk-v-chain -6623,SUCCESS,2,0,450.79,2366827.28,2367278.07,27,576,721.2640000000597,qftentangled -6627,SUCCESS,2,0,293.85,2367278.07,2367571.92,27,167,470.160000000149,qft -6629,SUCCESS,2,0,49,2367571.92,2367620.92,27,100,78.4,graphstate -6632,SUCCESS,2,0,223.89,2367620.92,2367844.81,27,479,358.22399999946356,qnn -6653,SUCCESS,2,0,1074.74,2367844.81,2368919.55,27,2211,1719.5840000003577,random -6658,SUCCESS,2,0,763.58,2368919.55,2369683.13,27,557,1221.7280000001192,qpeexact -6665,SUCCESS,2,0,859.41,2369683.13,2370542.54,27,710,1375.0560000002386,qpeinexact -6666,SUCCESS,2,0,314.27,2370542.54,2370856.81,27,695,502.8319999992848,qnn -6668,SUCCESS,2,0,691.18,2370856.81,2371547.99,27,421,1105.8880000002682,portfoliovqe -6669,SUCCESS,2,0,8.2,2371547.99,2371556.19,27,17,13.120000000298024,ghz -6673,SUCCESS,2,0,1979.86,2371556.19,2373536.05,27,2368,3167.7759999997916,pricingcall -6675,SUCCESS,2,0,71,2373536.05,2373607.05,27,85,113.60000000000001,wstate -6681,SUCCESS,2,0,144.08,2373607.05,2373751.13,27,90,230.52800000011922,ghz -6683,SUCCESS,2,0,512.13,2373751.13,2374263.26,27,426,819.4079999998212,random -6699,SUCCESS,2,0,200.55,2374263.26,2374463.81,27,238,320.879999999702,qft -6700,SUCCESS,2,0,1455.85,2374463.81,2375919.66,27,1643,2329.3600000001493,random -6710,SUCCESS,2,0,93.47,2375919.66,2376013.13,27,70,149.55200000032784,dj -6712,SUCCESS,2,0,293.38,2376013.13,2376306.51,27,171,469.4079999998212,qpeexact -6717,SUCCESS,2,0,33.64,2376306.51,2376340.15,27,26,53.82400000020862,routing -6719,SUCCESS,2,0,28.14,2376340.15,2376368.29,27,27,45.024000000208616,vqe -6722,SUCCESS,2,0,493.01,2376368.29,2376861.3,27,380,788.8159999996424,realamprandom -6723,SUCCESS,2,0,38.88,2376861.3,2376900.18,27,23,62.208000000566244,ghz -6727,SUCCESS,2,0,398.43,2376900.18,2377298.61,27,506,637.4879999995233,su2random -6732,SUCCESS,2,0,211.59,2377298.61,2377510.2,27,221,338.5439999997616,qnn -6744,SUCCESS,2,0,792.75,2377510.2,2378302.95,27,453,1268.4000000007452,su2random -6750,SUCCESS,2,0,142.9,2378302.95,2378445.85,27,244,228.639999999851,wstate -6758,SUCCESS,2,0,933.83,2378445.85,2379379.68,27,865,1494.1279999993742,qftentangled -6759,SUCCESS,2,0,1535.74,2379379.68,2380915.42,27,1218,2457.1840000003576,realamprandom -6773,SUCCESS,2,0,1190.41,2380915.42,2382105.83,27,1283,1904.6559999994934,twolocalrandom -6781,SUCCESS,2,0,229.41,2382105.83,2382335.24,27,163,367.05600000023844,qpeexact -6783,SUCCESS,2,0,788,2382335.24,2383123.24,27,460,1260.800000000745,realamprandom -6800,SUCCESS,2,0,1791.86,2383123.24,2384915.1,27,1310,2866.9759999990465,random -6805,SUCCESS,2,0,1102.33,2384915.1,2386017.43,27,716,1763.7280000008643,portfolioqaoa -253,SUCCESS,2,1,31554.67,2354627.15,2386181.82,127,12109,50487.471999999885,realamprandom -6806,SUCCESS,2,0,306.82,2386017.43,2386324.25,27,213,490.9119999997318,qftentangled -6807,SUCCESS,2,0,297.22,2386324.25,2386621.47,27,394,475.5519999995828,qnn -6809,SUCCESS,2,0,60.7,2386621.47,2386682.17,27,66,97.12000000029803,ghz -254,SUCCESS,2,1,9970.31,2386181.82,2396152.13,127,2360,15952.49600000009,realamprandom -255,SUCCESS,2,1,1662.93,2396152.13,2397815.06,127,368,2660.6880000002684,qftentangled -256,SUCCESS,2,1,324.56,2397815.06,2398139.62,127,68,519.2960000000894,ghz -257,SUCCESS,2,1,2317.77,2398139.62,2400457.39,127,825,3708.43200000003,qnn -258,SUCCESS,2,1,268.84,2400457.39,2400726.23,127,59,430.1439999997616,qaoa -259,SUCCESS,2,1,411.72,2400726.23,2401137.95,127,130,658.7520000003278,graphstate -261,SUCCESS,2,1,7266.13,2401137.95,2408404.08,127,1784,11625.807999999823,qft -262,SUCCESS,2,1,41545.83,2408404.08,2449949.91,127,8666,66473.32799999938,qnn -263,SUCCESS,2,1,11757.3,2449949.91,2461707.21,127,7594,18811.680000000448,ae -264,SUCCESS,2,1,3365.28,2461707.21,2465072.49,127,1368,5384.448000000418,qpeexact -6820,SUCCESS,2,0,87395.8,2386682.17,2474077.97,27,58861,139833.2799999997,grover-v-chain -6821,SUCCESS,2,0,50.09,2474077.97,2474128.06,27,42,80.14400000050665,graphstate -6824,SUCCESS,2,0,912.17,2474128.06,2475040.23,27,1317,1459.4719999998808,random -6829,SUCCESS,2,0,352.02,2475040.23,2475392.25,27,217,563.2320000000299,qft -6833,SUCCESS,2,0,991.94,2475392.25,2476384.19,27,836,1587.1039999999107,realamprandom -6837,SUCCESS,2,0,30.25,2476384.19,2476414.44,27,33,48.400000000000006,graphstate -6839,SUCCESS,2,0,326.58,2476414.44,2476741.02,27,212,522.5279999993742,qft -6858,SUCCESS,2,0,157.03,2476741.02,2476898.05,27,108,251.24800000041725,qft -6859,SUCCESS,2,0,217.5,2476898.05,2477115.55,27,150,348.0,ae -266,SUCCESS,2,1,12451.21,2465072.49,2477523.7,127,8783,19921.935999999198,qftentangled -6863,SUCCESS,2,0,960.89,2477115.55,2478076.44,27,840,1537.4240000002087,qnn -6869,SUCCESS,2,0,12.39,2478076.44,2478088.83,27,24,19.824000000208617,vqe -267,SUCCESS,2,1,1106.23,2477523.7,2478629.93,127,390,1769.9679999999703,graphstate -6872,SUCCESS,2,0,2377.6,2478088.83,2480466.43,27,1821,3804.159999999404,su2random -6877,SUCCESS,2,0,1486.59,2480466.43,2481953.02,27,848,2378.5439999997616,su2random -6878,SUCCESS,2,0,41.33,2481953.02,2481994.35,27,55,66.12800000011921,groundstate -6881,SUCCESS,2,0,1165.95,2481994.35,2483160.3,27,710,1865.520000000298,qpeexact -6882,SUCCESS,2,0,389.36,2483160.3,2483549.66,27,262,622.9759999997914,ae -6884,SUCCESS,2,0,2542.67,2483549.66,2486092.33,27,3124,4068.271999999881,grover-v-chain -6893,SUCCESS,2,0,515.94,2486092.33,2486608.27,27,564,825.5040000006557,qft -6894,SUCCESS,2,0,1921.59,2486608.27,2488529.86,27,1227,3074.5439999997616,qwalk-v-chain -6908,SUCCESS,2,0,439.59,2488529.86,2488969.45,27,464,703.3440000005066,qpeinexact -6909,SUCCESS,2,0,149.97,2488969.45,2489119.42,27,225,239.95199999958277,qnn -6912,SUCCESS,2,0,170.25,2489119.42,2489289.67,27,251,272.40000000000003,qnn -6916,SUCCESS,2,0,950.19,2489289.67,2490239.86,27,578,1520.3039999999107,qnn -6933,SUCCESS,2,0,488.7,2490239.86,2490728.56,27,690,781.920000000298,qpeexact -6934,SUCCESS,2,0,541.26,2490728.56,2491269.82,27,546,866.0159999996424,twolocalrandom -6943,SUCCESS,2,0,378.72,2491269.82,2491648.54,27,607,605.9520000003279,ae -6944,SUCCESS,2,0,599.78,2491648.54,2492248.32,27,464,959.6479999996723,qpeexact -6946,SUCCESS,2,0,40.92,2492248.32,2492289.24,27,32,65.47200000062585,ghz -268,SUCCESS,2,1,17184.74,2478629.93,2495814.67,127,10812,27495.58400000036,realamprandom -6950,SUCCESS,2,0,5809.72,2492289.24,2498098.96,27,7007,9295.551999999583,qwalk-v-chain -6953,SUCCESS,2,0,59.17,2498098.96,2498158.13,27,74,94.6719999998808,graphstate -6957,SUCCESS,2,0,695.5,2498158.13,2498853.63,27,608,1112.8,ae -6965,SUCCESS,2,0,422.26,2498853.63,2499275.89,27,772,675.6159999996424,su2random -6974,SUCCESS,2,0,100.47,2499275.89,2499376.36,27,174,160.75200000032783,qpeexact -6976,SUCCESS,2,0,302.23,2499376.36,2499678.59,27,171,483.5679999999702,realamprandom -6978,SUCCESS,2,0,478.9,2499678.59,2500157.49,27,350,766.2399999998511,qftentangled -6983,SUCCESS,2,0,341.61,2500157.49,2500499.1,27,503,546.5759999997914,twolocalrandom -6985,SUCCESS,2,0,48.21,2500499.1,2500547.31,27,28,77.13600000068546,vqe -6994,SUCCESS,2,0,510.27,2500547.31,2501057.58,27,389,816.4320000000298,su2random -7003,SUCCESS,2,0,1568.12,2501057.58,2502625.7,27,2174,2508.992000000179,qnn -7008,SUCCESS,2,0,76.28,2502625.7,2502701.98,27,85,122.04799999967219,graphstate -7011,SUCCESS,2,0,26.76,2502701.98,2502728.74,27,58,42.81600000038743,graphstate -7014,SUCCESS,2,0,4216.98,2502728.74,2506945.72,27,2683,6747.167999999971,realamprandom -7024,SUCCESS,2,0,629.37,2506945.72,2507575.09,27,418,1006.9919999994338,qftentangled -7025,SUCCESS,2,0,235.26,2507575.09,2507810.35,27,478,376.41600000038744,random -7031,SUCCESS,2,0,84.83,2507810.35,2507895.18,27,89,135.72799999937416,dj -7039,SUCCESS,2,0,1506.4,2507895.18,2509401.58,27,920,2410.240000000596,random -7045,SUCCESS,2,0,576.33,2509401.58,2509977.91,27,987,922.1279999993742,ae -7047,SUCCESS,2,0,570.52,2509977.91,2510548.43,27,561,912.8320000000299,portfolioqaoa -7048,SUCCESS,2,0,28.93,2510548.43,2510577.36,27,40,46.28800000026823,dj -7058,SUCCESS,2,0,144.68,2510577.36,2510722.04,27,158,231.48799999952317,ae -7065,SUCCESS,2,0,79.74,2510722.04,2510801.78,27,50,127.58400000035763,dj -7066,SUCCESS,2,0,445.54,2510801.78,2511247.32,27,699,712.8640000000596,qftentangled -7072,SUCCESS,2,0,390.94,2511247.32,2511638.26,27,463,625.5039999999107,qftentangled -7073,SUCCESS,2,0,419.57,2511638.26,2512057.83,27,448,671.3119999997318,qft -7075,SUCCESS,2,0,440.14,2512057.83,2512497.97,27,298,704.2240000002087,wstate -7077,SUCCESS,2,0,129.73,2512497.97,2512627.7,27,275,207.56800000071527,realamprandom -7083,SUCCESS,2,0,35.67,2512627.7,2512663.37,27,21,57.071999999135734,graphstate -7086,SUCCESS,2,0,96.6,2512663.37,2512759.97,27,80,154.56000000014902,ghz -7089,SUCCESS,2,0,862.27,2512759.97,2513622.24,27,670,1379.6320000000298,portfoliovqe -7093,SUCCESS,2,0,269.1,2513622.24,2513891.34,27,165,430.56000000014905,realamprandom -7097,SUCCESS,2,0,2178.32,2513891.34,2516069.66,27,1283,3485.311999999732,realamprandom -7100,SUCCESS,2,0,975.36,2516069.66,2517045.02,27,555,1560.5759999997915,realamprandom -7101,SUCCESS,2,0,28.28,2517045.02,2517073.3,27,23,45.248000000417235,ghz -7107,SUCCESS,2,0,25.18,2517073.3,2517098.48,27,44,40.28800000026823,qaoa -7108,SUCCESS,2,0,1275.01,2517098.48,2518373.49,27,2683,2040.0160000003875,twolocalrandom -7113,SUCCESS,2,0,6754.92,2518373.49,2525128.41,27,5153,10807.871999999137,pricingcall -7116,SUCCESS,2,0,122.95,2525128.41,2525251.36,27,90,196.72000000029803,dj -7129,SUCCESS,2,0,184.59,2525251.36,2525435.95,27,175,295.34400000050664,wstate -7130,SUCCESS,2,0,468.97,2525435.95,2525904.92,27,616,750.3519999995829,ae -7133,SUCCESS,2,0,32.95,2525904.92,2525937.87,27,24,52.71999999955297,ghz -7134,SUCCESS,2,0,576.16,2525937.87,2526514.03,27,324,921.8560000002385,pricingput -7138,SUCCESS,2,0,1007.83,2526514.03,2527521.86,27,976,1612.5280000001194,qpeinexact -7140,SUCCESS,2,0,1317.68,2527521.86,2528839.54,27,1551,2108.2880000002683,pricingput -7142,SUCCESS,2,0,937.2,2528839.54,2529776.74,27,558,1499.520000000298,qpeinexact -269,SUCCESS,2,1,35105.91,2495814.67,2530920.58,127,7357,56169.45600000024,qft -270,SUCCESS,2,1,3180.37,2530920.58,2534100.95,127,1366,5088.592000000179,wstate -271,SUCCESS,2,1,2024.12,2534100.95,2536125.07,127,586,3238.591999999434,random -7144,SUCCESS,2,0,8225.33,2529776.74,2538002.07,27,6631,13160.527999999375,qwalk-v-chain -7148,SUCCESS,2,0,422.34,2538002.07,2538424.41,27,340,675.7440000005067,qftentangled -7161,SUCCESS,2,0,2017.14,2538424.41,2540441.55,27,2887,3227.423999999464,qwalk-v-chain -7164,SUCCESS,2,0,4801.64,2540441.55,2545243.19,27,4810,7682.624000000209,qwalk-noancilla -7165,SUCCESS,2,0,1731.3,2545243.19,2546974.49,27,2873,2770.079999999702,pricingput -7170,SUCCESS,2,0,175.4,2546974.49,2547149.89,27,113,280.64000000059605,wstate -7171,SUCCESS,2,0,1633.12,2547149.89,2548783.01,27,1487,2612.991999999434,portfoliovqe -7176,SUCCESS,2,0,23.01,2548783.01,2548806.02,27,45,36.81600000038743,wstate -7181,SUCCESS,2,0,210.91,2548806.02,2549016.93,27,370,337.4559999994934,qnn -7182,SUCCESS,2,0,437.02,2549016.93,2549453.95,27,565,699.2320000007749,portfoliovqe -7183,SUCCESS,2,0,216.37,2549453.95,2549670.32,27,143,346.1919999994338,dj -7185,SUCCESS,2,0,671.03,2549670.32,2550341.35,27,560,1073.6480000004174,qpeinexact -7197,SUCCESS,2,0,905.21,2550341.35,2551246.56,27,1126,1448.3359999999404,realamprandom -7211,SUCCESS,2,0,2208.37,2551246.56,2553454.93,27,1375,3533.392000000179,twolocalrandom -7223,SUCCESS,2,0,177.87,2553454.93,2553632.8,27,313,284.59199999943377,qftentangled -7235,SUCCESS,2,0,532.41,2553632.8,2554165.21,27,658,851.8560000002385,qpeexact -7237,SUCCESS,2,0,264.49,2554165.21,2554429.7,27,174,423.1839999996126,dj -7243,SUCCESS,2,0,554.35,2554429.7,2554984.05,27,680,886.9600000001491,su2random -7248,SUCCESS,2,0,2940.45,2554984.05,2557924.5,27,1962,4704.720000000299,su2random -7250,SUCCESS,2,0,267.82,2557924.5,2558192.32,27,271,428.5119999997318,wstate -7255,SUCCESS,2,0,1725.65,2558192.32,2559917.97,27,992,2761.040000000596,twolocalrandom -7260,SUCCESS,2,0,184.41,2559917.97,2560102.38,27,409,295.0559999994934,qft -7272,SUCCESS,2,0,21.65,2560102.38,2560124.03,27,27,34.63999999985099,graphstate -7274,SUCCESS,2,0,135.13,2560124.03,2560259.16,27,209,216.2079999998212,qpeinexact -7290,SUCCESS,2,0,1172.21,2560259.16,2561431.37,27,714,1875.5359999999405,qnn -7291,SUCCESS,2,0,60.17,2561431.37,2561491.54,27,74,96.27200000062585,dj -7293,SUCCESS,2,0,337.65,2561491.54,2561829.19,27,347,540.239999999851,qnn -7297,SUCCESS,2,0,98.46,2561829.19,2561927.65,27,141,157.5359999999404,qftentangled -7299,SUCCESS,2,0,4018.76,2561927.65,2565946.41,27,3905,6430.015999999643,pricingput -7312,SUCCESS,2,0,120.58,2565946.41,2566066.99,27,173,192.92800000011923,qftentangled -273,SUCCESS,2,1,75200.05,2536125.07,2611325.12,127,37402,120320.07999999971,random -274,SUCCESS,2,1,470.12,2611325.12,2611795.24,127,322,752.1920000009239,graphstate -277,SUCCESS,2,1,7442.12,2611795.24,2619237.36,127,1950,11907.391999999434,qftentangled -279,SUCCESS,2,1,239.89,2619237.36,2619477.25,127,50,383.8240000002086,graphstate -280,SUCCESS,2,1,32849.72,2619477.25,2652326.97,127,8573,52559.55200000033,qpeexact -281,SUCCESS,2,1,6823.08,2652326.97,2659150.05,127,1833,10916.927999999374,qft -282,SUCCESS,2,1,111048.94,2659150.05,2770198.99,127,23592,177678.30399999992,random -283,SUCCESS,2,1,25826.79,2770198.99,2796025.78,127,6697,41322.86400000006,su2random -284,SUCCESS,2,1,23274.24,2796025.78,2819300.02,127,7106,37238.784000000356,qftentangled -286,SUCCESS,2,1,61736.88,2819300.02,2881036.9,127,27692,98779.00799999983,random -288,SUCCESS,2,1,6510.71,2881036.9,2887547.61,127,3354,10417.13599999994,ae -290,SUCCESS,2,1,256.42,2887547.61,2887804.03,127,196,410.2719999998808,twolocalrandom -292,SUCCESS,2,1,11923.38,2887804.03,2899727.41,127,2930,19077.408000000567,su2random -293,SUCCESS,2,1,177.11,2899727.41,2899904.52,127,77,283.3759999990463,ghz -294,SUCCESS,2,1,14944.19,2899904.52,2914848.71,127,4091,23910.704000000656,pricingcall -295,SUCCESS,2,1,1434.5,2914848.71,2916283.21,127,475,2295.2000000000003,dj -297,SUCCESS,2,1,12054.24,2916283.21,2928337.45,127,2744,19286.783999999614,qftentangled -298,SUCCESS,2,1,19386.52,2928337.45,2947723.97,127,10267,31018.43200000003,realamprandom -299,SUCCESS,2,1,272.36,2947723.97,2947996.33,127,162,435.7759999997914,graphstate -300,SUCCESS,2,1,172284.93,2947996.33,3120281.26,127,50602,275655.88800000027,random -301,SUCCESS,2,1,327.82,3120281.26,3120609.08,127,90,524.5119999997318,ghz -302,SUCCESS,2,1,1545.58,3120609.08,3122154.66,127,516,2472.9280000001195,dj -303,SUCCESS,2,1,36896.36,3122154.66,3159051.02,127,10371,59034.17600000054,qpeexact -304,SUCCESS,2,1,3662.09,3159051.02,3162713.11,127,1290,5859.343999999762,wstate -305,SUCCESS,2,1,242.68,3162713.11,3162955.79,127,62,388.28800000026826,graphstate -306,SUCCESS,2,1,8187.16,3162955.79,3171142.95,127,6685,13099.456000000238,twolocalrandom -307,SUCCESS,2,1,9989.31,3171142.95,3181132.26,127,4370,15982.895999999346,qft -308,SUCCESS,2,1,5907.68,3181132.26,3187039.94,127,4234,9452.288000000268,ae -309,SUCCESS,2,1,51.28,3187039.94,3187091.22,127,24,82.04800000041723,vqe -310,SUCCESS,2,1,10247.78,3187091.22,3197339,127,3051,16396.447999999673,qft -311,SUCCESS,2,1,187.21,3197339,3197526.21,127,66,299.53599999994043,ghz -312,SUCCESS,2,1,2161.04,3197526.21,3199687.25,127,1129,3457.66400000006,qpeinexact -313,SUCCESS,2,1,27764.97,3199687.25,3227452.22,127,6972,44423.95200000033,pricingput -314,SUCCESS,2,1,25919.56,3227452.22,3253371.78,127,6351,41471.29599999935,qnn -315,SUCCESS,2,1,319.04,3253371.78,3253690.82,127,91,510.4640000000596,ghz -316,SUCCESS,2,1,1727.7,3253690.82,3255418.52,127,404,2764.319999999553,qpeinexact -317,SUCCESS,2,1,115.06,3255418.52,3255533.58,127,60,184.09600000083447,graphstate -318,SUCCESS,2,1,29964.49,3255533.58,3285498.07,127,15288,47943.183999999615,su2random -319,SUCCESS,2,1,541.66,3285498.07,3286039.73,127,309,866.6560000002385,qft -320,SUCCESS,2,1,17284.55,3286039.73,3303324.28,127,5757,27655.279999999704,qnn -322,SUCCESS,2,1,2270.74,3303324.28,3305595.02,127,509,3633.1840000003576,dj -323,SUCCESS,2,1,10581.89,3305595.02,3316176.91,127,4658,16931.023999999463,su2random -324,SUCCESS,2,1,1919.21,3316176.91,3318096.12,127,439,3070.7359999999408,random -325,SUCCESS,2,1,11569.48,3318096.12,3329665.6,127,3157,18511.168000000715,qwalk-v-chain -327,SUCCESS,2,1,784.54,3329665.6,3330450.14,127,269,1255.2639999993146,realamprandom -328,SUCCESS,2,1,8765.1,3330450.14,3339215.24,127,6873,14024.160000000895,realamprandom -330,SUCCESS,2,1,725.58,3339215.24,3339940.82,127,401,1160.9279999993742,portfoliovqe -331,SUCCESS,2,1,294.33,3339940.82,3340235.15,127,86,470.92800000011925,graphstate -332,SUCCESS,2,1,87491.92,3340235.15,3427727.07,127,22035,139987.0719999999,random -333,SUCCESS,2,1,274.32,3427727.07,3428001.39,127,102,438.91200000047684,ghz -334,SUCCESS,2,1,1459.97,3428001.39,3429461.36,127,373,2335.9519999995828,dj -335,SUCCESS,2,1,432.97,3429461.36,3429894.33,127,249,692.7520000003278,wstate -336,SUCCESS,2,1,12384.36,3429894.33,3442278.69,127,4489,19814.97599999979,qft -337,SUCCESS,2,1,24640.56,3442278.69,3466919.25,127,5826,39424.896000000095,twolocalrandom -341,SUCCESS,2,1,384.74,3466919.25,3467303.99,127,113,615.5839999996126,wstate -343,SUCCESS,2,1,9495.15,3467303.99,3476799.14,127,2519,15192.240000000596,ae -345,SUCCESS,2,1,4194.08,3476799.14,3480993.22,127,1532,6710.528000000119,qft -346,SUCCESS,2,1,12689.76,3480993.22,3493682.98,127,3855,20303.615999999645,pricingcall -347,SUCCESS,2,1,556.48,3493682.98,3494239.46,127,125,890.3679999999703,wstate -348,SUCCESS,2,1,3377.55,3494239.46,3497617.01,127,1408,5404.0799999997025,qpeinexact -349,SUCCESS,2,1,71331.67,3497617.01,3568948.68,127,31962,114130.67199999989,random -350,SUCCESS,2,1,419.71,3568948.68,3569368.39,127,217,671.5359999999405,wstate -351,SUCCESS,2,1,10624.85,3569368.39,3579993.24,127,7673,16999.760000000893,qft -352,SUCCESS,2,1,21657.76,3579993.24,3601651,127,5174,34652.41599999964,qpeexact -353,SUCCESS,2,1,390.85,3601651,3602041.85,127,196,625.3600000001491,realamprandom -354,SUCCESS,2,1,385.64,3602041.85,3602427.49,127,121,617.0239999994636,ghz -355,SUCCESS,2,1,1620.26,3602427.49,3604047.75,127,576,2592.4160000003876,ghz -356,SUCCESS,2,1,403.62,3604047.75,3604451.37,127,91,645.7919999994338,graphstate -357,SUCCESS,2,1,20733.47,3604451.37,3625184.84,127,5674,33173.55200000033,ae -358,SUCCESS,2,1,3722.29,3625184.84,3628907.13,127,1554,5955.66400000006,wstate -360,SUCCESS,2,1,51030.99,3628907.13,3679938.12,127,31206,81649.58400000037,grover-noancilla -362,SUCCESS,2,1,327.62,3679938.12,3680265.74,127,82,524.1919999994337,wstate -363,SUCCESS,2,1,830.83,3680265.74,3681096.57,127,511,1329.3280000001193,dj -364,SUCCESS,2,1,7247.68,3681096.57,3688344.25,127,1562,11596.28800000027,qft -365,SUCCESS,2,1,2995.47,3688344.25,3691339.72,127,697,4792.751999999583,twolocalrandom -366,SUCCESS,2,1,26645.79,3691339.72,3717985.51,127,9597,42633.26400000006,twolocalrandom -368,SUCCESS,2,1,15694.3,3717985.51,3733679.81,127,10793,25110.879999999703,realamprandom -370,SUCCESS,2,1,25603.82,3733679.81,3759283.63,127,17551,40966.11200000048,twolocalrandom -371,SUCCESS,2,1,30713.95,3759283.63,3789997.58,127,6713,49142.3200000003,su2random -372,SUCCESS,2,1,7034.59,3789997.58,3797032.17,127,2147,11255.343999999763,qft -373,SUCCESS,2,1,1044.12,3797032.17,3798076.29,127,561,1670.5920000001788,dj -375,SUCCESS,2,1,1341.29,3798076.29,3799417.58,127,404,2146.0639999993145,dj -376,SUCCESS,2,1,5671.26,3799417.58,3805088.84,127,2276,9074.016000000387,qftentangled -377,SUCCESS,2,1,1557.23,3805088.84,3806646.07,127,577,2491.56799999997,dj -379,SUCCESS,2,1,7932.54,3806646.07,3814578.61,127,6031,12692.06400000006,qftentangled -380,SUCCESS,2,1,974.13,3814578.61,3815552.74,127,332,1558.6080000005663,twolocalrandom -381,SUCCESS,2,1,6920.99,3815552.74,3822473.73,127,2685,11073.583999999613,ae -382,SUCCESS,2,1,22558.55,3822473.73,3845032.28,127,9381,36093.6799999997,random -385,SUCCESS,2,1,1442.96,3845032.28,3846475.24,127,429,2308.7359999999403,qftentangled -386,SUCCESS,2,1,21040.96,3846475.24,3867516.2,127,6392,33665.536000000684,qnn -387,SUCCESS,2,1,27369.5,3867516.2,3894885.7,127,6687,43791.200000000004,qnn -388,SUCCESS,2,1,1990.04,3894885.7,3896875.74,127,442,3184.06400000006,dj -389,SUCCESS,2,1,17008.13,3896875.74,3913883.87,127,5853,27213.007999999823,qftentangled -390,SUCCESS,2,1,5727.21,3913883.87,3919611.08,127,1192,9163.53599999994,twolocalrandom -392,SUCCESS,2,1,3437.07,3919611.08,3923048.15,127,1278,5499.3119999997325,ae -393,SUCCESS,2,1,5945.97,3923048.15,3928994.12,127,4305,9513.552000000329,random -394,SUCCESS,2,1,1216.62,3928994.12,3930210.74,127,824,1946.591999999434,wstate -395,SUCCESS,2,1,31755.22,3930210.74,3961965.96,127,7391,50808.352000000334,qpeinexact -396,SUCCESS,2,1,132,3961965.96,3962097.96,127,50,211.20000000000002,tsp -397,SUCCESS,2,1,104.25,3962097.96,3962202.21,127,33,166.8,wstate -398,SUCCESS,2,1,6558.12,3962202.21,3968760.33,127,4789,10492.991999999434,ae -399,SUCCESS,2,1,137.98,3968760.33,3968898.31,127,66,220.76800000071526,graphstate -400,SUCCESS,2,1,24647.4,3968898.31,3993545.71,127,6364,39435.83999999985,qpeexact -401,SUCCESS,2,1,22617,3993545.71,4016162.71,127,5026,36187.200000000004,qnn -402,SUCCESS,2,1,912.79,4016162.71,4017075.5,127,331,1460.4640000000597,ae -403,SUCCESS,2,1,179.96,4017075.5,4017255.46,127,78,287.9359999999404,ghz -404,SUCCESS,2,1,410.07,4017255.46,4017665.53,127,285,656.1119999997318,wstate -405,SUCCESS,2,1,1242.46,4017665.53,4018907.99,127,391,1987.9360000006855,ghz -408,SUCCESS,2,1,12589.75,4018907.99,4031497.74,127,4708,20143.600000000002,qpeinexact -409,SUCCESS,2,1,4011.25,4031497.74,4035508.99,127,1435,6418.0,wstate -410,SUCCESS,2,1,2707.95,4035508.99,4038216.94,127,1375,4332.719999999553,wstate -411,SUCCESS,2,1,604.41,4038216.94,4038821.35,127,257,967.0559999994935,wstate -412,SUCCESS,2,1,10420.74,4038821.35,4049242.09,127,6685,16673.184000000358,realamprandom -413,SUCCESS,2,1,1368.05,4049242.09,4050610.14,127,326,2188.880000000447,portfolioqaoa -414,SUCCESS,2,1,456.17,4050610.14,4051066.31,127,307,729.8719999998808,dj -415,SUCCESS,2,1,1950.78,4051066.31,4053017.09,127,940,3121.247999999672,su2random -417,SUCCESS,2,1,7230.58,4053017.09,4060247.67,127,1757,11568.92800000012,twolocalrandom -418,SUCCESS,2,1,667.09,4060247.67,4060914.76,127,277,1067.3439999997615,wstate -419,SUCCESS,2,1,8636.78,4060914.76,4069551.54,127,2829,13818.847999999673,qpeinexact -420,SUCCESS,2,1,46698.7,4069551.54,4116250.24,127,14136,74717.9200000003,twolocalrandom -421,SUCCESS,2,1,5201.5,4116250.24,4121451.74,127,2575,8322.400000000745,ae -422,SUCCESS,2,1,1732.5,4121451.74,4123184.24,127,989,2772.0,ae -423,SUCCESS,2,1,94.33,4123184.24,4123278.57,127,75,150.92799999937415,dj -424,SUCCESS,2,1,333.86,4123278.57,4123612.43,127,70,534.1760000005364,graphstate -425,SUCCESS,2,1,917.09,4123612.43,4124529.52,127,320,1467.3439999990167,qnn -426,SUCCESS,2,1,11761.33,4124529.52,4136290.85,127,2515,18818.12800000012,qpeexact -428,SUCCESS,2,1,14011.27,4136290.85,4150302.12,127,4869,22418.032000000032,qnn -429,SUCCESS,2,1,9294.36,4150302.12,4159596.48,127,3135,14870.976000000537,ae -430,SUCCESS,2,1,1010.26,4159596.48,4160606.74,127,274,1616.4159999996425,dj -431,SUCCESS,2,1,204.1,4160606.74,4160810.84,127,61,326.56000000014905,ghz -432,SUCCESS,2,1,64165.59,4160810.84,4224976.43,127,15125,102664.94399999977,random -433,SUCCESS,2,1,1379.7,4224976.43,4226356.13,127,767,2207.5200000002983,realamprandom -435,SUCCESS,2,1,43474.27,4226356.13,4269830.4,127,35227,69558.83199999928,random -436,SUCCESS,2,1,1382.37,4269830.4,4271212.77,127,292,2211.792000000179,ghz -437,SUCCESS,2,1,11781.12,4271212.77,4282993.89,127,2828,18849.79200000018,qwalk-v-chain -438,SUCCESS,2,1,9872.4,4282993.89,4292866.29,127,2598,15795.840000000597,random -439,SUCCESS,2,1,733.25,4292866.29,4293599.54,127,155,1173.2,graphstate -440,SUCCESS,2,1,5483.93,4293599.54,4299083.47,127,2333,8774.287999999524,qftentangled -441,SUCCESS,2,1,403.09,4299083.47,4299486.56,127,129,644.9439999997617,qftentangled -442,SUCCESS,2,1,39946.73,4299486.56,4339433.29,127,8355,63914.76800000072,qpeinexact -443,SUCCESS,2,1,19620.97,4339433.29,4359054.26,127,7976,31393.551999999585,qftentangled -444,SUCCESS,2,1,71.31,4359054.26,4359125.57,127,29,114.09600000083447,ghz -445,SUCCESS,2,1,147.57,4359125.57,4359273.14,127,62,236.11199999898673,ghz -446,SUCCESS,2,1,537.58,4359273.14,4359810.72,127,310,860.1280000001193,graphstate -448,SUCCESS,2,1,13962.26,4359810.72,4373772.98,127,6276,22339.615999999645,qpeinexact -449,SUCCESS,2,1,10723.02,4373772.98,4384496,127,4431,17156.832000000777,ae -450,SUCCESS,2,1,35.72,4384496,4384531.72,127,13,57.15199999958277,ghz -452,SUCCESS,2,1,1525.14,4384531.72,4386056.86,127,687,2440.2240000009538,dj -453,SUCCESS,2,1,14261.95,4386056.86,4400318.81,127,8372,22819.11999999881,qnn -454,SUCCESS,2,1,8779.59,4400318.81,4409098.4,127,1950,14047.344000001252,random -456,SUCCESS,2,1,1211.46,4409098.4,4410309.86,127,315,1938.3359999984505,su2random -457,SUCCESS,2,1,10713.55,4410309.86,4421023.41,127,3088,17141.680000001194,twolocalrandom -458,SUCCESS,2,1,12789.12,4421023.41,4433812.53,127,6661,20462.59200000018,twolocalrandom -459,SUCCESS,2,1,1982.61,4433812.53,4435795.14,127,782,3172.1759999990463,su2random -460,SUCCESS,2,1,20830.2,4435795.14,4456625.34,127,9378,33328.3200000003,qpeinexact -461,SUCCESS,2,1,59.72,4456625.34,4456685.06,127,41,95.55199999958278,wstate -463,SUCCESS,2,1,18123.28,4456685.06,4474808.34,127,7792,28997.248000000418,realamprandom -464,SUCCESS,2,1,4357.28,4474808.34,4479165.62,127,3215,6971.648000000418,grover-v-chain -465,SUCCESS,2,1,6113.26,4479165.62,4485278.88,127,1366,9781.215999999642,qft -468,SUCCESS,2,1,7542.73,4485278.88,4492821.61,127,1944,12068.367999999226,qnn -469,SUCCESS,2,1,4125.86,4492821.61,4496947.47,127,1584,6601.376000000537,twolocalrandom -470,SUCCESS,2,1,18660.75,4496947.47,4515608.22,127,5312,29857.2,twolocalrandom -471,SUCCESS,2,1,7677.68,4515608.22,4523285.9,127,2623,12284.288000001014,su2random -474,SUCCESS,2,1,705.92,4523285.9,4523991.82,127,167,1129.4719999998808,qpeinexact -476,SUCCESS,2,1,2061.53,4523991.82,4526053.35,127,1188,3298.447999998927,realamprandom -477,SUCCESS,2,1,34506.18,4526053.35,4560559.53,127,8109,55209.88800000102,su2random -478,SUCCESS,2,1,1123.41,4560559.53,4561682.94,127,697,1797.4559999987484,realamprandom -479,SUCCESS,2,1,130.43,4561682.94,4561813.37,127,57,208.68800000101328,wstate -481,SUCCESS,2,1,86.94,4561813.37,4561900.31,127,19,139.10399999916555,ghz -482,SUCCESS,2,1,404.99,4561900.31,4562305.3,127,159,647.9840000003577,graphstate -483,SUCCESS,2,1,115185.03,4562305.3,4677490.33,127,35811,184296.04800000042,shor -485,SUCCESS,2,1,377.26,4677490.33,4677867.59,127,89,603.6159999996424,graphstate -487,SUCCESS,2,1,1624.1,4677867.59,4679491.69,127,351,2598.5600000008944,ghz -489,SUCCESS,2,1,715.69,4679491.69,4680207.38,127,254,1145.1039999991656,portfoliovqe -490,SUCCESS,2,1,1014.92,4680207.38,4681222.3,127,546,1623.871999999881,dj -491,SUCCESS,2,1,2489.28,4681222.3,4683711.58,127,1998,3982.8480000004174,ae -492,SUCCESS,2,1,3263.17,4683711.58,4686974.75,127,1826,5221.071999999881,twolocalrandom -493,SUCCESS,2,1,4018.34,4686974.75,4690993.09,127,861,6429.343999999762,ae -494,SUCCESS,2,1,24024.84,4690993.09,4715017.93,127,7188,38439.743999999766,pricingcall -495,SUCCESS,2,1,24406.34,4715017.93,4739424.27,127,8203,39050.14399999976,qftentangled -496,SUCCESS,2,1,4145.97,4739424.27,4743570.24,127,939,6633.552000001073,qftentangled -497,SUCCESS,2,1,13024.18,4743570.24,4756594.42,127,2949,20838.687999999525,qft -498,SUCCESS,2,1,7202.08,4756594.42,4763796.5,127,2269,11523.32800000012,random -500,SUCCESS,2,1,1882.45,4763796.5,4765678.95,127,1187,3011.9200000002984,qnn -501,SUCCESS,2,1,14830.38,4765678.95,4780509.33,127,6593,23728.607999999822,random -502,SUCCESS,2,1,8843.14,4780509.33,4789352.47,127,4453,14149.023999999465,qpeinexact -505,SUCCESS,2,1,1022.09,4789352.47,4790374.56,127,394,1635.3439999997618,random -506,SUCCESS,2,1,3439.12,4790374.56,4793813.68,127,1315,5502.592000000179,qftentangled -507,SUCCESS,2,1,4838.64,4793813.68,4798652.32,127,2245,7741.824000000954,su2random -509,SUCCESS,2,1,50239.04,4798652.32,4848891.36,127,28564,80382.46400000007,random -510,SUCCESS,2,1,35469.32,4848891.36,4884360.68,127,16703,56750.91199999899,realamprandom -511,SUCCESS,2,1,12485.57,4884360.68,4896846.25,127,3611,19976.912000000477,qpeexact -512,SUCCESS,2,1,687.04,4896846.25,4897533.29,127,226,1099.2640000000597,dj -513,SUCCESS,2,1,2613.34,4897533.29,4900146.63,127,676,4181.343999999762,dj -514,SUCCESS,2,1,19036.28,4900146.63,4919182.91,127,5869,30458.048000000417,ae -515,SUCCESS,2,1,144.35,4919182.91,4919327.26,127,78,230.95999999940398,graphstate -517,SUCCESS,2,1,138.98,4919327.26,4919466.24,127,48,222.36800000071526,ghz -518,SUCCESS,2,1,3852.5,4919466.24,4923318.74,127,873,6164.0,qpeexact -519,SUCCESS,2,1,12673.17,4923318.74,4935991.91,127,4455,20277.071999999884,qpeexact -520,SUCCESS,2,1,14860.72,4935991.91,4950852.63,127,10824,23777.151999999583,qpeinexact -522,SUCCESS,2,1,3639.76,4950852.63,4954492.39,127,1443,5823.615999999643,realamprandom -523,SUCCESS,2,1,1665.77,4954492.39,4956158.16,127,1029,2665.232000000775,qpeexact -524,SUCCESS,2,1,1868.62,4956158.16,4958026.78,127,1440,2989.791999998689,ae -525,SUCCESS,2,1,1920.12,4958026.78,4959946.9,127,877,3072.192000000179,random -526,SUCCESS,2,1,131.88,4959946.9,4960078.78,127,51,211.0080000013113,ghz -527,SUCCESS,2,1,8296.53,4960078.78,4968375.31,127,2889,13274.447999998927,qftentangled -528,SUCCESS,2,1,3206.63,4968375.31,4971581.94,127,819,5130.608000001312,qftentangled -529,SUCCESS,2,1,14398.65,4971581.94,4985980.59,127,5312,23037.83999999911,realamprandom -530,SUCCESS,2,1,16924.97,4985980.59,5002905.56,127,3611,27079.951999999583,qpeinexact -531,SUCCESS,2,1,724.44,5002905.56,5003630,127,443,1159.1040000006558,portfolioqaoa -532,SUCCESS,2,1,6183.01,5003630,5009813.01,127,2294,9892.815999999642,qft -534,SUCCESS,2,1,4829.61,5009813.01,5014642.62,127,2577,7727.376000000537,qft -535,SUCCESS,2,1,66.93,5014642.62,5014709.55,127,34,107.08799999952316,ghz -536,SUCCESS,2,1,7207.76,5014709.55,5021917.31,127,3211,11532.415999999643,realamprandom -537,SUCCESS,2,1,461.41,5021917.31,5022378.72,127,196,738.2560000002385,twolocalrandom -541,SUCCESS,2,1,172.85,5022378.72,5022551.57,127,77,276.55999999940394,wstate -542,SUCCESS,2,1,43894.8,5022551.57,5066446.37,127,9316,70231.6800000012,qnn -544,SUCCESS,2,1,252.8,5066446.37,5066699.17,127,125,404.479999999702,graphstate -545,SUCCESS,2,1,14831.59,5066699.17,5081530.76,127,4450,23730.54399999976,su2random -546,SUCCESS,2,1,8756.83,5081530.76,5090287.59,127,2308,14010.92800000012,random -547,SUCCESS,2,1,8356.35,5090287.59,5098643.94,127,4431,13370.160000000895,qft -548,SUCCESS,2,1,23979.74,5098643.94,5122623.68,127,8575,38367.58399999887,qpeexact -549,SUCCESS,2,1,18799.98,5122623.68,5141423.66,127,3992,30079.968000000717,qftentangled -550,SUCCESS,2,1,36619.85,5141423.66,5178043.51,127,8142,58591.759999999405,qftentangled -551,SUCCESS,2,1,2520.07,5178043.51,5180563.58,127,1094,4032.112000000477,ae -552,SUCCESS,2,1,12970.95,5180563.58,5193534.53,127,4363,20753.51999999881,ae -553,SUCCESS,2,1,15073.23,5193534.53,5208607.76,127,9590,24117.168000000718,qpeinexact -554,SUCCESS,2,1,218.21,5208607.76,5208825.97,127,138,349.1359999999404,graphstate -556,SUCCESS,2,1,8786.29,5208825.97,5217612.26,127,3081,14058.06400000006,qpeinexact -557,SUCCESS,2,1,3375.28,5217612.26,5220987.54,127,740,5400.448000000418,realamprandom -558,SUCCESS,2,1,19593.19,5220987.54,5240580.73,127,5729,31349.103999999166,qpeinexact -560,SUCCESS,2,1,1321.32,5240580.73,5241902.05,127,818,2114.112000000477,qftentangled -561,SUCCESS,2,1,3523.14,5241902.05,5245425.19,127,2071,5637.024000000954,twolocalrandom -563,SUCCESS,2,1,184.45,5245425.19,5245609.64,127,60,295.11999999880794,graphstate -565,SUCCESS,2,1,8746.38,5245609.64,5254356.02,127,4340,13994.207999999822,qpeexact -566,SUCCESS,2,1,1809.83,5254356.02,5256165.85,127,1127,2895.728000000119,su2random -569,SUCCESS,2,1,3358.5,5256165.85,5259524.35,127,704,5373.6,su2random -570,SUCCESS,2,1,449.16,5259524.35,5259973.51,127,197,718.6560000002385,dj -571,SUCCESS,2,1,10802.18,5259973.51,5270775.69,127,2577,17283.488000001013,realamprandom -572,SUCCESS,2,1,17319.17,5270775.69,5288094.86,127,5649,27710.671999999882,qnn -573,SUCCESS,2,1,967.24,5288094.86,5289062.1,127,630,1547.5839999988675,dj -574,SUCCESS,2,1,33474.38,5289062.1,5322536.48,127,20237,53559.00800000131,random -575,SUCCESS,2,1,64335.54,5322536.48,5386872.02,127,13709,102936.86399999858,twolocalrandom -576,SUCCESS,2,1,6698.33,5386872.02,5393570.35,127,2827,10717.32800000012,qpeinexact -577,SUCCESS,2,1,188.48,5393570.35,5393758.83,127,45,301.56800000071524,ghz -579,SUCCESS,2,1,2720.65,5393758.83,5396479.48,127,663,4353.039999999106,dj -580,SUCCESS,2,1,59569.92,5396479.48,5456049.4,127,15513,95311.87200000137,su2random -581,SUCCESS,2,1,15424.1,5456049.4,5471473.5,127,12510,24678.559999999405,realamprandom -582,SUCCESS,2,1,1260.99,5471473.5,5472734.49,127,406,2017.5840000003577,dj -583,SUCCESS,2,1,6170.36,5472734.49,5478904.85,127,1600,9872.575999999048,qnn -584,SUCCESS,2,1,20115.77,5478904.85,5499020.62,127,11600,32185.232000000775,qnn -586,SUCCESS,2,1,1074.78,5499020.62,5500095.4,127,853,1719.6480000004174,qft -587,SUCCESS,2,1,1871.92,5500095.4,5501967.32,127,574,2995.071999999881,ghz -588,SUCCESS,2,1,6002.89,5501967.32,5507970.21,127,1887,9604.623999999463,qft -590,SUCCESS,2,1,40687.79,5507970.21,5548658,127,12508,65100.464000000065,twolocalrandom -591,SUCCESS,2,1,2291.85,5548658,5550949.85,127,544,3666.9599999994043,dj -592,SUCCESS,2,1,321.66,5550949.85,5551271.51,127,153,514.6560000002385,graphstate -593,SUCCESS,2,1,2462.69,5551271.51,5553734.2,127,784,3940.304000000656,qft -594,SUCCESS,2,1,689.46,5553734.2,5554423.66,127,161,1103.1359999999404,graphstate -597,SUCCESS,2,1,31776.13,5554423.66,5586199.79,127,8409,50841.80799999982,realamprandom -598,SUCCESS,2,1,1119.88,5586199.79,5587319.67,127,319,1791.8079999998213,graphstate -599,SUCCESS,2,1,95519.48,5587319.67,5682839.15,127,24544,152831.16799999922,random -600,SUCCESS,2,1,31186.65,5682839.15,5714025.8,127,11436,49898.640000000596,realamprandom -601,SUCCESS,2,1,34359.34,5714025.8,5748385.14,127,8978,54974.94399999976,su2random -602,SUCCESS,2,1,22.99,5748385.14,5748408.13,127,12,36.78400000035763,ghz -604,SUCCESS,2,1,1582.14,5748408.13,5749990.27,127,792,2531.423999999464,dj -605,SUCCESS,2,1,7109.99,5749990.27,5757100.26,127,5664,11375.984000000359,qft -606,SUCCESS,2,1,15298.9,5757100.26,5772399.16,127,3293,24478.2400000006,su2random -607,SUCCESS,2,1,454.69,5772399.16,5772853.85,127,306,727.5039999991656,portfoliovqe -608,SUCCESS,2,1,2012.78,5772853.85,5774866.63,127,1309,3220.4480000004173,random -609,SUCCESS,2,1,4502.2,5774866.63,5779368.83,127,1339,7203.520000000299,qpeexact -610,SUCCESS,2,1,302.76,5779368.83,5779671.59,127,97,484.4159999996424,ghz -611,SUCCESS,2,1,2332.45,5779671.59,5782004.04,127,955,3731.9200000002984,wstate -613,SUCCESS,2,1,287.35,5782004.04,5782291.39,127,143,459.759999999404,dj -615,SUCCESS,2,1,184.21,5782291.39,5782475.6,127,42,294.7359999999404,qaoa -617,SUCCESS,2,1,7160.07,5782475.6,5789635.67,127,2265,11456.112000000478,ae -618,SUCCESS,2,1,4152.4,5789635.67,5793788.07,127,873,6643.840000000597,qpeinexact -619,SUCCESS,2,1,9621.54,5793788.07,5803409.61,127,3334,15394.46399999857,qft -620,SUCCESS,2,1,2044.58,5803409.61,5805454.19,127,1032,3271.3280000001196,qnn -621,SUCCESS,2,1,118364.64,5805454.19,5923818.83,127,33864,189383.42400000096,random -622,SUCCESS,2,1,603.63,5923818.83,5924422.46,127,202,965.8079999998213,wstate -623,SUCCESS,2,1,1931.04,5924422.46,5926353.5,127,459,3089.66400000006,graphstate -624,SUCCESS,2,1,2863.21,5926353.5,5929216.71,127,1086,4581.13599999994,pricingput -625,SUCCESS,2,1,180.28,5929216.71,5929396.99,127,77,288.44800000041727,wstate -626,SUCCESS,2,1,37483.93,5929396.99,5966880.92,127,7908,59974.28799999953,random -627,SUCCESS,2,1,2644.66,5966880.92,5969525.58,127,780,4231.456000000238,qpeexact -629,SUCCESS,2,1,3168.75,5969525.58,5972694.33,127,778,5070.0,qftentangled -630,SUCCESS,2,1,1219.43,5972694.33,5973913.76,127,488,1951.0879999995232,dj -631,SUCCESS,2,1,195.48,5973913.76,5974109.24,127,43,312.7680000007153,ghz -634,SUCCESS,2,1,5886.53,5974109.24,5979995.77,127,3016,9418.447999998927,ae -635,SUCCESS,2,1,683.56,5979995.77,5980679.33,127,209,1093.6960000008346,wstate -636,SUCCESS,2,1,24919.68,5980679.33,6005599.01,127,7070,39871.487999999525,qpeinexact -638,SUCCESS,2,1,537.21,6005599.01,6006136.22,127,125,859.5359999999405,ghz -639,SUCCESS,2,1,116.56,6006136.22,6006252.78,127,32,186.49600000083447,graphstate -640,SUCCESS,2,1,96.88,6006252.78,6006349.66,127,43,155.0079999998212,graphstate -641,SUCCESS,2,1,1010.59,6006349.66,6007360.25,127,321,1616.9439999997617,wstate -643,SUCCESS,2,1,7065.21,6007360.25,6014425.46,127,1757,11304.335999999941,realamprandom -644,SUCCESS,2,1,938.62,6014425.46,6015364.08,127,368,1501.7920000001789,portfolioqaoa -645,SUCCESS,2,1,55996.96,6015364.08,6071361.04,127,13163,89595.13599999994,su2random -646,SUCCESS,2,1,2192.98,6071361.04,6073554.02,127,1085,3508.767999999225,qpeinexact -647,SUCCESS,2,1,913.13,6073554.02,6074467.15,127,495,1461.0080000013113,qft -648,SUCCESS,2,1,9779.98,6074467.15,6084247.13,127,2749,15647.967999999226,qpeinexact -649,SUCCESS,2,1,22195.72,6084247.13,6106442.85,127,8018,35513.15199999959,su2random -650,SUCCESS,2,1,3695.76,6106442.85,6110138.61,127,1836,5913.216000001133,qft -651,SUCCESS,2,1,18334.25,6110138.61,6128472.86,127,5542,29334.79999999851,qpeinexact -652,SUCCESS,2,1,2028.66,6128472.86,6130501.52,127,477,3245.8560000002385,qpeinexact -655,SUCCESS,2,1,13085.72,6130501.52,6143587.24,127,4260,20937.152000001075,qpeexact -656,SUCCESS,2,1,614.89,6143587.24,6144202.13,127,153,983.8239999994636,graphstate -657,SUCCESS,2,1,200.31,6144202.13,6144402.44,127,109,320.49599999934435,wstate -658,SUCCESS,2,1,4807.18,6144402.44,6149209.62,127,1450,7691.4880000010135,pricingput -659,SUCCESS,2,1,6493.75,6149209.62,6155703.37,127,1504,10390.0,wstate -660,SUCCESS,2,1,8811.41,6155703.37,6164514.78,127,1879,14098.25600000024,qnn -661,SUCCESS,2,1,34280.02,6164514.78,6198794.8,127,9442,54848.031999999286,qnn -662,SUCCESS,2,1,82.62,6198794.8,6198877.42,127,53,132.1920000001788,ghz -664,SUCCESS,2,1,781.58,6198877.42,6199659,127,236,1250.5280000001194,graphstate -666,SUCCESS,2,1,28857.44,6199659,6228516.44,127,8270,46171.90400000066,qpeinexact -667,SUCCESS,2,1,69.64,6228516.44,6228586.08,127,15,111.42399999946356,ghz -668,SUCCESS,2,1,1592.23,6228586.08,6230178.31,127,591,2547.5679999992253,qft -669,SUCCESS,2,1,607.82,6230178.31,6230786.13,127,129,972.5120000004769,wstate -670,SUCCESS,2,1,1212.91,6230786.13,6231999.04,127,373,1940.6560000002385,wstate -671,SUCCESS,2,1,1997.78,6231999.04,6233996.82,127,470,3196.4480000004173,portfolioqaoa -674,SUCCESS,2,1,8594.83,6233996.82,6242591.65,127,3673,13751.72799999863,qftentangled -677,SUCCESS,2,1,3333.3,6242591.65,6245924.95,127,1539,5333.280000001192,ae -678,SUCCESS,2,1,217.53,6245924.95,6246142.48,127,108,348.04800000041723,ghz -679,SUCCESS,2,1,3647.71,6246142.48,6249790.19,127,765,5836.3359999984505,realamprandom -680,SUCCESS,2,1,2150.96,6249790.19,6251941.15,127,605,3441.5359999999405,dj -682,SUCCESS,2,1,52.24,6251941.15,6251993.39,127,37,83.58400000035763,dj -683,SUCCESS,2,1,2587.44,6251993.39,6254580.83,127,1551,4139.904000000656,qnn -684,SUCCESS,2,1,257.28,6254580.83,6254838.11,127,110,411.64799999892716,dj -685,SUCCESS,2,1,12699.58,6254838.11,6267537.69,127,3973,20319.32800000161,qwalk-v-chain -687,SUCCESS,2,1,2049.48,6267537.69,6269587.17,127,1014,3279.1679999992252,ghz -688,SUCCESS,2,1,4008.28,6269587.17,6273595.45,127,3295,6413.248000000418,qpeinexact -689,SUCCESS,2,1,4991.28,6273595.45,6278586.73,127,1843,7986.048000000417,ae -690,SUCCESS,2,1,1297.52,6278586.73,6279884.25,127,356,2076.031999999285,graphstate -691,SUCCESS,2,1,34952.5,6279884.25,6314836.75,127,8525,55924.0,ae -692,SUCCESS,2,1,30254.09,6314836.75,6345090.84,127,7493,48406.54399999976,su2random -693,SUCCESS,2,1,21155.81,6345090.84,6366246.65,127,6404,33849.29599999935,qpeexact -694,SUCCESS,2,1,3267.39,6366246.65,6369514.04,127,789,5227.824000000954,su2random -695,SUCCESS,2,1,29204.58,6369514.04,6398718.62,127,8481,46727.328000000125,qpeinexact -696,SUCCESS,2,1,774.57,6398718.62,6399493.19,127,259,1239.3119999989867,random -697,SUCCESS,2,1,4739.58,6399493.19,6404232.77,127,2464,7583.32800000012,qft -698,SUCCESS,2,1,4177.21,6404232.77,6408409.98,127,968,6683.535999999941,qpeinexact -700,SUCCESS,2,1,10932.56,6408409.98,6419342.54,127,3916,17492.096000000834,qftentangled -701,SUCCESS,2,1,1518.35,6419342.54,6420860.89,127,358,2429.359999999404,ghz -702,SUCCESS,2,1,31.92,6420860.89,6420892.81,127,13,51.071999999880795,ghz -704,SUCCESS,2,1,14546.19,6420892.81,6435439,127,3765,23273.904000000657,qpeinexact -705,SUCCESS,2,1,617.25,6435439,6436056.25,127,370,987.6,graphstate -706,SUCCESS,2,1,12073.95,6436056.25,6448130.2,127,7202,19318.320000000298,twolocalrandom -707,SUCCESS,2,1,575.21,6448130.2,6448705.41,127,347,920.3359999999404,su2random -708,SUCCESS,2,1,2769.85,6448705.41,6451475.26,127,1007,4431.7599999994045,realamprandom -709,SUCCESS,2,1,19605.11,6451475.26,6471080.37,127,5193,31368.176000000538,qnn -710,SUCCESS,2,1,2900,6471080.37,6473980.37,127,951,4640.0,wstate -711,SUCCESS,2,1,8625.26,6473980.37,6482605.63,127,3991,13800.415999999643,ae -712,SUCCESS,2,1,6086.4,6482605.63,6488692.03,127,2161,9738.239999999107,ae -713,SUCCESS,2,1,12484.76,6488692.03,6501176.79,127,3441,19975.616000001133,ae -714,SUCCESS,2,1,1203.53,6501176.79,6502380.32,127,744,1925.6480000004174,qnn -715,SUCCESS,2,1,5811.22,6502380.32,6508191.54,127,1687,9297.951999999583,random -716,SUCCESS,2,1,3459.21,6508191.54,6511650.75,127,854,5534.735999999941,qpeexact -717,SUCCESS,2,1,2520.28,6511650.75,6514171.03,127,767,4032.447999998927,qnn -718,SUCCESS,2,1,512.65,6514171.03,6514683.68,127,166,820.2400000005961,graphstate -719,SUCCESS,2,1,1125.52,6514683.68,6515809.2,127,395,1800.832000000775,ghz -720,SUCCESS,2,1,19439.86,6515809.2,6535249.06,127,8927,31103.77599999905,realamprandom -722,SUCCESS,2,1,178.05,6535249.06,6535427.11,127,46,284.8800000011921,graphstate -724,SUCCESS,2,1,541.11,6535427.11,6535968.22,127,329,865.7759999990463,qnn -727,SUCCESS,2,1,18590.36,6535968.22,6554558.58,127,15297,29744.57600000054,random -728,SUCCESS,2,1,9811.12,6554558.58,6564369.7,127,3943,15697.79200000018,qftentangled -729,SUCCESS,2,1,15616.27,6564369.7,6579985.97,127,5049,24986.031999999286,random -730,SUCCESS,2,1,2345.57,6579985.97,6582331.54,127,1536,3752.912000000477,wstate -731,SUCCESS,2,1,158.17,6582331.54,6582489.71,127,97,253.0719999998808,dj -732,SUCCESS,2,1,74192.85,6582489.71,6656682.56,127,18581,118708.55999999942,random -734,SUCCESS,2,1,4728.48,6656682.56,6661411.04,127,1166,7565.568000000716,qpeexact -736,SUCCESS,2,1,317.12,6661411.04,6661728.16,127,150,507.3920000001788,dj -737,SUCCESS,2,1,4841.37,6661728.16,6666569.53,127,1704,7746.192000000179,qpeinexact -738,SUCCESS,2,1,366.03,6666569.53,6666935.56,127,95,585.6479999989272,ghz -739,SUCCESS,2,1,465.69,6666935.56,6667401.25,127,115,745.1040000006557,ghz -740,SUCCESS,2,1,1459.93,6667401.25,6668861.18,127,748,2335.8879999995233,realamprandom -741,SUCCESS,2,1,2184.54,6668861.18,6671045.72,127,539,3495.2640000000597,ghz -742,SUCCESS,2,1,42950.44,6671045.72,6713996.16,127,15030,68720.70400000065,twolocalrandom -743,SUCCESS,2,1,18786.08,6713996.16,6732782.24,127,6240,30057.72800000012,realamprandom -744,SUCCESS,2,1,2555,6732782.24,6735337.24,127,730,4088.0,qpeinexact -745,SUCCESS,2,1,45549.71,6735337.24,6780886.95,127,10830,72879.53599999995,qpeinexact -746,SUCCESS,2,1,31297.23,6780886.95,6812184.18,127,8342,50075.56799999923,realamprandom -749,SUCCESS,2,1,5371.16,6812184.18,6817555.34,127,1281,8593.856000000238,random -750,SUCCESS,2,1,9604.16,6817555.34,6827159.5,127,2116,15366.65600000024,ae -752,SUCCESS,2,1,2794.59,6827159.5,6829954.09,127,1110,4471.343999999762,twolocalrandom -753,SUCCESS,2,1,24038.14,6829954.09,6853992.23,127,6237,38461.02399999947,ae -754,SUCCESS,2,1,34630.22,6853992.23,6888622.45,127,9046,55408.352000001076,su2random -755,SUCCESS,2,1,8607.53,6888622.45,6897229.98,127,2367,13772.048000000417,qnn -756,SUCCESS,2,1,49401.18,6897229.98,6946631.16,127,13997,79041.88799999953,twolocalrandom -757,SUCCESS,2,1,5845.11,6946631.16,6952476.27,127,2561,9352.175999999046,su2random -758,SUCCESS,2,1,1301.65,6952476.27,6953777.92,127,400,2082.640000000596,portfolioqaoa -759,SUCCESS,2,1,11592.73,6953777.92,6965370.65,127,3761,18548.368000000715,grover-noancilla -760,SUCCESS,2,1,4265.54,6965370.65,6969636.19,127,1317,6824.86399999857,twolocalrandom -763,SUCCESS,2,1,163.66,6969636.19,6969799.85,127,63,261.85600000023845,groundstate -764,SUCCESS,2,1,3934.48,6969799.85,6973734.33,127,1444,6295.168000000715,pricingcall -765,SUCCESS,2,1,23887.78,6973734.33,6997622.11,127,8485,38220.44799999893,random -766,SUCCESS,2,1,316.09,6997622.11,6997938.2,127,67,505.7440000012517,ghz -767,SUCCESS,2,1,2241.43,6997938.2,7000179.63,127,763,3586.2879999995234,qpeinexact -768,SUCCESS,2,1,8377,7000179.63,7008556.63,127,6268,13403.2,qpeinexact -770,SUCCESS,2,1,4045.12,7008556.63,7012601.75,127,1396,6472.192000000179,qpeinexact -771,SUCCESS,2,1,21035.99,7012601.75,7033637.74,127,4698,33657.58400000036,qwalk-noancilla -772,SUCCESS,2,1,199.43,7033637.74,7033837.17,127,42,319.08799999952316,ghz -773,SUCCESS,2,1,4930.11,7033837.17,7038767.28,127,1623,7888.175999999046,realamprandom -774,SUCCESS,2,1,6759.82,7038767.28,7045527.1,127,2444,10815.712000000478,qftentangled -775,SUCCESS,2,1,4123.29,7045527.1,7049650.39,127,3045,6597.26400000006,twolocalrandom -776,SUCCESS,2,1,334.82,7049650.39,7049985.21,127,231,535.7120000004769,random -777,SUCCESS,2,1,3314.14,7049985.21,7053299.35,127,1005,5302.623999999464,qft -778,SUCCESS,2,1,20315.2,7053299.35,7073614.55,127,5437,32504.320000000298,su2random -780,SUCCESS,2,1,623.44,7073614.55,7074237.99,127,368,997.5040000006557,dj -781,SUCCESS,2,1,22557.19,7074237.99,7096795.18,127,4797,36091.503999999164,realamprandom -782,SUCCESS,2,1,1304.06,7096795.18,7098099.24,127,536,2086.4960000008346,qpeinexact -783,SUCCESS,2,1,13418.54,7098099.24,7111517.78,127,5278,21469.664000000063,ae -785,SUCCESS,2,1,35739.77,7111517.78,7147257.55,127,15197,57183.631999999285,random -786,SUCCESS,2,1,6232.93,7147257.55,7153490.48,127,2615,9972.688000001013,su2random -789,SUCCESS,2,1,390.65,7153490.48,7153881.13,127,145,625.0399999991059,wstate -790,SUCCESS,2,1,1397.86,7153881.13,7155278.99,127,631,2236.5760000005366,dj -793,SUCCESS,2,1,851.5,7155278.99,7156130.49,127,212,1362.4,pricingput -794,SUCCESS,2,1,1200.54,7156130.49,7157331.03,127,551,1920.8639999985696,dj -795,SUCCESS,2,1,15648.47,7157331.03,7172979.5,127,4459,25037.552000001073,ae -796,SUCCESS,2,1,3079.8,7172979.5,7176059.3,127,814,4927.679999999702,realamprandom -797,SUCCESS,2,1,8129.91,7176059.3,7184189.21,127,2020,13007.85600000024,qpeinexact -799,SUCCESS,2,1,403.83,7184189.21,7184593.04,127,182,646.1280000001193,qpeinexact -800,SUCCESS,2,1,3932.98,7184593.04,7188526.02,127,2211,6292.767999999225,qpeinexact -802,SUCCESS,2,1,542,7188526.02,7189068.02,127,382,867.2,dj -804,SUCCESS,2,1,703.97,7189068.02,7189771.99,127,368,1126.3520000010728,twolocalrandom -806,SUCCESS,2,1,21415.54,7189771.99,7211187.53,127,14188,34264.86399999857,realamprandom -807,SUCCESS,2,1,2790.31,7211187.53,7213977.84,127,920,4464.496000000835,qft -808,SUCCESS,2,1,7735.93,7213977.84,7221713.77,127,3109,12377.487999999525,qpeinexact -809,SUCCESS,2,1,9031.86,7221713.77,7230745.63,127,3253,14450.976000000537,qftentangled -810,SUCCESS,2,1,1915.9,7230745.63,7232661.53,127,433,3065.4400000005962,dj -811,SUCCESS,2,1,13264.76,7232661.53,7245926.29,127,8206,21223.615999999645,qnn -812,SUCCESS,2,1,4521.44,7245926.29,7250447.73,127,952,7234.304000000656,qft -813,SUCCESS,2,1,1143.21,7250447.73,7251590.94,127,680,1829.1359999984504,dj -815,SUCCESS,2,1,562.87,7251590.94,7252153.81,127,196,900.5920000001788,realamprandom -816,SUCCESS,2,1,1619.99,7252153.81,7253773.8,127,536,2591.984000000358,qpeexact -817,SUCCESS,2,1,1486.12,7253773.8,7255259.92,127,800,2377.792000000179,ae -818,SUCCESS,2,1,4919.35,7255259.92,7260179.27,127,1790,7870.959999999404,qft -819,SUCCESS,2,1,2014.77,7260179.27,7262194.04,127,1398,3223.632000000775,qpeexact -820,SUCCESS,2,1,4443.08,7262194.04,7266637.12,127,1285,7108.92800000012,wstate -822,SUCCESS,2,1,435.3,7266637.12,7267072.42,127,200,696.479999999702,dj -824,SUCCESS,2,1,2139.35,7267072.42,7269211.77,127,520,3422.9599999994043,su2random -825,SUCCESS,2,1,1059.09,7269211.77,7270270.86,127,541,1694.5440000012518,qnn -827,SUCCESS,2,1,36494.06,7270270.86,7306764.92,127,12503,58390.495999999344,random -828,SUCCESS,2,1,10721.76,7306764.92,7317486.68,127,4905,17154.815999999642,random -829,SUCCESS,2,1,4266.56,7317486.68,7321753.24,127,1672,6826.496000000835,qpeexact -830,SUCCESS,2,1,9353.27,7321753.24,7331106.51,127,5051,14965.231999999285,twolocalrandom -833,SUCCESS,2,1,1149.72,7331106.51,7332256.23,127,392,1839.551999999583,qft -834,SUCCESS,2,1,2188.8,7332256.23,7334445.03,127,855,3502.0800000011923,realamprandom -835,SUCCESS,2,1,470.48,7334445.03,7334915.51,127,113,752.7679999992251,qpeexact -836,SUCCESS,2,1,8886.21,7334915.51,7343801.72,127,2155,14217.935999999941,qnn -837,SUCCESS,2,1,2118.67,7343801.72,7345920.39,127,444,3389.871999999881,portfolioqaoa -838,SUCCESS,2,1,1150.22,7345920.39,7347070.61,127,289,1840.352000001073,wstate -840,SUCCESS,2,1,45091.73,7347070.61,7392162.34,127,13792,72146.76799999923,qwalk-noancilla -842,SUCCESS,2,1,92436.11,7392162.34,7484598.45,127,48832,147897.77600000054,random -843,SUCCESS,2,1,2870.74,7484598.45,7487469.19,127,971,4593.183999998868,qnn -844,SUCCESS,2,1,8872.37,7487469.19,7496341.56,127,3334,14195.79200000018,realamprandom -845,SUCCESS,2,1,26621.43,7496341.56,7522962.99,127,9456,42594.28800000102,su2random -846,SUCCESS,2,1,189.74,7522962.99,7523152.73,127,92,303.58400000035766,graphstate -847,SUCCESS,2,1,2374.46,7523152.73,7525527.19,127,508,3799.1359999984506,dj -848,SUCCESS,2,1,18764.96,7525527.19,7544292.15,127,7008,30023.935999999943,qpeinexact -849,SUCCESS,2,1,1879.57,7544292.15,7546171.72,127,424,3007.312000000477,dj -850,SUCCESS,2,1,46805.15,7546171.72,7592976.87,127,14686,74888.2400000006,su2random -851,SUCCESS,2,1,1047.22,7592976.87,7594024.09,127,293,1675.551999999583,dj -852,SUCCESS,2,1,11197.93,7594024.09,7605222.02,127,3838,17916.687999999525,qftentangled -853,SUCCESS,2,1,341.96,7605222.02,7605563.98,127,83,547.1360000014305,graphstate -854,SUCCESS,2,1,725.75,7605563.98,7606289.73,127,176,1161.1999999985098,qftentangled -855,SUCCESS,2,1,75.65,7606289.73,7606365.38,127,25,121.04000000059605,graphstate -856,SUCCESS,2,1,195.48,7606365.38,7606560.86,127,55,312.7680000007153,dj -857,SUCCESS,2,1,7706.17,7606560.86,7614267.03,127,2618,12329.871999998391,su2random -858,SUCCESS,2,1,16681.91,7614267.03,7630948.94,127,4459,26691.05600000173,realamprandom -859,SUCCESS,2,1,41275,7630948.94,7672223.94,127,18407,66039.99999999852,random -860,SUCCESS,2,1,28792.87,7672223.94,7701016.81,127,12583,46068.59200000018,su2random -862,SUCCESS,2,1,8376.92,7701016.81,7709393.73,127,1822,13403.071999999882,qpeexact -863,SUCCESS,2,1,7422.27,7709393.73,7716816,127,1728,11875.632000000776,qpeexact -864,SUCCESS,2,1,433.93,7716816,7717249.93,127,113,694.2879999995232,graphstate -870,SUCCESS,2,1,5119.7,7717249.93,7722369.63,127,1230,8191.520000000299,su2random -871,SUCCESS,2,1,71858.71,7722369.63,7794228.34,127,15787,114973.93599999994,su2random -872,SUCCESS,2,1,1006.02,7794228.34,7795234.36,127,233,1609.6319999992847,qft -873,SUCCESS,2,1,13850.95,7795234.36,7809085.31,127,6050,22161.5200000003,qpeinexact -874,SUCCESS,2,1,6797.13,7809085.31,7815882.44,127,2681,10875.407999999821,random -875,SUCCESS,2,1,21080.73,7815882.44,7836963.17,127,4443,33729.16800000072,qftentangled -876,SUCCESS,2,1,333.91,7836963.17,7837297.08,127,77,534.2560000002385,graphstate -877,SUCCESS,2,1,233.55,7837297.08,7837530.63,127,71,373.679999999702,ghz -879,SUCCESS,2,1,1036.79,7837530.63,7838567.42,127,412,1658.8640000000596,realamprandom -880,SUCCESS,2,1,3655.42,7838567.42,7842222.84,127,1001,5848.671999999881,wstate -881,SUCCESS,2,1,4560.82,7842222.84,7846783.66,127,1183,7297.312000000477,qnn -883,SUCCESS,2,1,212218.39,7846783.66,8059002.05,127,57066,339549.4239999995,random -884,SUCCESS,2,1,992.2,8059002.05,8059994.25,127,412,1587.520000000298,qftentangled -885,SUCCESS,2,1,43183.82,8059994.25,8103178.07,127,10040,69094.11199999899,realamprandom -886,SUCCESS,2,1,2937.65,8103178.07,8106115.72,127,1816,4700.240000000596,su2random -888,SUCCESS,2,1,15470.65,8106115.72,8121586.37,127,4350,24753.040000000598,su2random -889,SUCCESS,2,1,8664.36,8121586.37,8130250.73,127,4676,13862.975999999047,qpeinexact -890,SUCCESS,2,1,1415.05,8130250.73,8131665.78,127,963,2264.079999999702,realamprandom -891,SUCCESS,2,1,25398.59,8131665.78,8157064.37,127,8384,40637.74400000126,qpeexact -892,SUCCESS,2,1,2471.76,8157064.37,8159536.13,127,1187,3954.8159999996424,wstate -893,SUCCESS,2,1,10358.5,8159536.13,8169894.63,127,2561,16573.600000000002,twolocalrandom -896,SUCCESS,2,1,59316.71,8169894.63,8229211.34,127,15214,94906.73599999995,realamprandom -897,SUCCESS,2,1,9279.25,8229211.34,8238490.59,127,2242,14846.800000000001,pricingcall -898,SUCCESS,2,1,120.9,8238490.59,8238611.49,127,66,193.44000000059606,graphstate -899,SUCCESS,2,1,27389.93,8238611.49,8266001.42,127,7995,43823.887999999526,su2random -900,SUCCESS,2,1,55328.99,8266001.42,8321330.41,127,14140,88526.38400000037,su2random -902,SUCCESS,2,1,1111.46,8321330.41,8322441.87,127,445,1778.3359999999404,dj -905,SUCCESS,2,1,6905,8322441.87,8329346.87,127,4764,11048.0,qnn -906,SUCCESS,2,1,1110.7,8329346.87,8330457.57,127,849,1777.119999998808,dj -907,SUCCESS,2,1,1420.95,8330457.57,8331878.52,127,732,2273.5200000002983,qnn -908,SUCCESS,2,1,15079.49,8331878.52,8346958.01,127,7689,24127.184000000358,ae -909,SUCCESS,2,1,2339.73,8346958.01,8349297.74,127,489,3743.5680000007155,ghz -910,SUCCESS,2,1,11326.72,8349297.74,8360624.46,127,3133,18122.751999999582,pricingput -911,SUCCESS,2,1,80481.05,8360624.46,8441105.51,127,17613,128769.6799999997,su2random -912,SUCCESS,2,1,3025.7,8441105.51,8444131.21,127,1504,4841.119999998808,qftentangled -913,SUCCESS,2,1,3295.69,8444131.21,8447426.9,127,897,5273.104000002146,qnn -914,SUCCESS,2,1,4757.23,8447426.9,8452184.13,127,1391,7611.567999997736,realamprandom -915,SUCCESS,2,1,1667.98,8452184.13,8453852.11,127,380,2668.7680000007153,dj -916,SUCCESS,2,1,219.39,8453852.11,8454071.5,127,84,351.0240000009537,ghz -917,SUCCESS,2,1,2082.03,8454071.5,8456153.53,127,492,3331.2479999989273,dj -919,SUCCESS,2,1,289.41,8456153.53,8456442.94,127,121,463.05600000023844,wstate -920,SUCCESS,2,1,1353.94,8456442.94,8457796.88,127,1051,2166.304000002146,qnn -921,SUCCESS,2,1,2818.83,8457796.88,8460615.71,127,1127,4510.12800000012,qftentangled -922,SUCCESS,2,1,1794.98,8460615.71,8462410.69,127,481,2871.967999997735,qftentangled -924,SUCCESS,2,1,6006.23,8462410.69,8468416.92,127,2137,9609.968000000716,su2random -925,SUCCESS,2,1,1953.09,8468416.92,8470370.01,127,490,3124.9439999997617,ghz -926,SUCCESS,2,1,26622.51,8470370.01,8496992.52,127,6759,42596.01599999965,qnn -927,SUCCESS,2,1,18634.66,8496992.52,8515627.18,127,3868,29815.45600000024,qftentangled -929,SUCCESS,2,1,35031.69,8515627.18,8550658.87,127,8621,56050.70399999917,realamprandom -930,SUCCESS,2,1,1445.79,8550658.87,8552104.66,127,660,2313.26400000155,dj -931,SUCCESS,2,1,25742.58,8552104.66,8577847.24,127,7798,41188.12800000012,qnn -932,SUCCESS,2,1,1160.06,8577847.24,8579007.3,127,370,1856.0960000008345,wstate -933,SUCCESS,2,1,12445.35,8579007.3,8591452.65,127,4857,19912.559999999405,qft -934,SUCCESS,2,1,540.5,8591452.65,8591993.15,127,190,864.8000000000001,qft -935,SUCCESS,2,1,2547.64,8591993.15,8594540.79,127,718,4076.223999997974,dj -937,SUCCESS,2,1,69857.53,8594540.79,8664398.32,127,28155,111772.04800000192,random -938,SUCCESS,2,1,5031.48,8664398.32,8669429.8,127,1112,8050.367999997736,qnn -939,SUCCESS,2,1,12195.14,8669429.8,8681624.94,127,3023,19512.224000000955,ae -940,SUCCESS,2,1,10676.68,8681624.94,8692301.62,127,3109,17082.687999999525,qpeexact -941,SUCCESS,2,1,2041.48,8692301.62,8694343.1,127,1294,3266.3680000007153,wstate -942,SUCCESS,2,1,2003.86,8694343.1,8696346.96,127,752,3206.1760000020267,portfoliovqe -943,SUCCESS,2,1,74.32,8696346.96,8696421.28,127,24,118.91199999749661,graphstate -945,SUCCESS,2,1,8622.51,8696421.28,8705043.79,127,2037,13796.015999999643,qnn -946,SUCCESS,2,1,690.18,8705043.79,8705733.97,127,268,1104.2880000025034,graphstate -947,SUCCESS,2,1,18830.12,8705733.97,8724564.09,127,8550,30128.19199999869,twolocalrandom -948,SUCCESS,2,1,956.29,8724564.09,8725520.38,127,221,1530.0639999985697,dj -949,SUCCESS,2,1,4568.36,8725520.38,8730088.74,127,1030,7309.376000002027,qpeexact -952,SUCCESS,2,1,484.32,8730088.74,8730573.06,127,194,774.9120000004768,ae -954,SUCCESS,2,1,330.36,8730573.06,8730903.42,127,216,528.5759999990463,dj -955,SUCCESS,2,1,1535.21,8730903.42,8732438.63,127,1162,2456.3360000014304,wstate -956,SUCCESS,2,1,4073.21,8732438.63,8736511.84,127,2824,6517.135999998451,qftentangled -957,SUCCESS,2,1,4169.92,8736511.84,8740681.76,127,2561,6671.871999999881,realamprandom -958,SUCCESS,2,1,38406.78,8740681.76,8779088.54,127,11760,61450.84799999893,twolocalrandom -959,SUCCESS,2,1,403.12,8779088.54,8779491.66,127,265,644.992000001669,random -960,SUCCESS,2,1,631.04,8779491.66,8780122.7,127,189,1009.6639999985696,dj -961,SUCCESS,2,1,4390.99,8780122.7,8784513.69,127,1180,7025.584000000358,su2random -962,SUCCESS,2,1,624,8784513.69,8785137.69,127,312,998.4000000000001,qftentangled -963,SUCCESS,2,1,3722,8785137.69,8788859.69,127,1593,5955.200000000001,realamprandom -964,SUCCESS,2,1,540.5,8788859.69,8789400.19,127,190,864.8000000000001,dj -965,SUCCESS,2,1,135.27,8789400.19,8789535.46,127,73,216.432000002265,graphstate -966,SUCCESS,2,1,45475.33,8789535.46,8835010.79,127,13188,72760.52799999714,qnn -967,SUCCESS,2,1,16392.22,8835010.79,8851403.01,127,5430,26227.552000001073,qpeexact -969,SUCCESS,2,1,557.77,8851403.01,8851960.78,127,357,892.4319999992848,wstate -970,SUCCESS,2,1,345.63,8851960.78,8852306.41,127,74,553.0080000013113,vqe -971,SUCCESS,2,1,15175.74,8852306.41,8867482.15,127,4011,24281.184000000358,qpeexact -972,SUCCESS,2,1,179.72,8867482.15,8867661.87,127,67,287.55199999809264,graphstate -973,SUCCESS,2,1,16627.13,8867661.87,8884289,127,4799,26603.408000001313,realamprandom -974,SUCCESS,2,1,232.45,8884289,8884521.45,127,87,371.91999999880795,ghz -975,SUCCESS,2,1,4912.07,8884521.45,8889433.52,127,1091,7859.312000000477,random -977,SUCCESS,2,1,36135.2,8889433.52,8925568.72,127,9854,57816.32000000179,random -978,SUCCESS,2,1,28049.99,8925568.72,8953618.71,127,8785,44879.98400000036,qpeexact -980,SUCCESS,2,1,8948.72,8953618.71,8962567.43,127,3045,14317.951999998093,realamprandom -981,SUCCESS,2,1,8241.93,8962567.43,8970809.36,127,5897,13187.087999999523,qft -983,SUCCESS,2,1,2720.73,8970809.36,8973530.09,127,1731,4353.168000000715,twolocalrandom -984,SUCCESS,2,1,859.22,8973530.09,8974389.31,127,269,1374.752000001073,dj -985,SUCCESS,2,1,46124.75,8974389.31,9020514.06,127,10293,73799.6,qpeinexact -986,SUCCESS,2,1,740.95,9020514.06,9021255.01,127,166,1185.5199999988079,su2random -988,SUCCESS,2,1,14850.68,9021255.01,9036105.69,127,6104,23761.087999999523,random -989,SUCCESS,2,1,2935.72,9036105.69,9039041.41,127,883,4697.152000001073,qftentangled -990,SUCCESS,2,1,19692.22,9039041.41,9058733.63,127,4229,31507.551999998093,twolocalrandom -992,SUCCESS,2,1,32061.18,9058733.63,9090794.81,127,12000,51297.88800000251,twolocalrandom -993,SUCCESS,2,1,19461.22,9090794.81,9110256.03,127,7669,31137.951999998095,qpeinexact -994,SUCCESS,2,1,74048.24,9110256.03,9184304.27,127,55700,118477.18400000036,random -996,SUCCESS,2,1,2116.45,9184304.27,9186420.72,127,703,3386.3200000017882,twolocalrandom -997,SUCCESS,2,1,36320.68,9186420.72,9222741.4,127,8614,58113.08799999952,qft -998,SUCCESS,2,1,847.59,9222741.4,9223588.99,127,225,1356.1439999997617,wstate -999,SUCCESS,2,1,3365.01,9223588.99,9226954,127,786,5384.015999999643,realamprandom -1000,SUCCESS,2,1,12494.26,9226954,9239448.26,127,7532,19990.815999999642,qpeinexact -1001,SUCCESS,2,1,156.29,9239448.26,9239604.55,127,49,250.0639999985695,graphstate -1002,SUCCESS,2,1,153966.05,9239604.55,9393570.6,127,60842,246345.68000000122,random -1003,SUCCESS,2,1,9973.2,9393570.6,9403543.8,127,4457,15957.11999999881,qpeexact -1004,SUCCESS,2,1,1181.02,9403543.8,9404724.82,127,617,1889.6320000022652,qftentangled -1005,SUCCESS,2,1,955.25,9404724.82,9405680.07,127,213,1528.4,ghz -1006,SUCCESS,2,1,4707.17,9405680.07,9410387.24,127,1603,7531.4719999998815,realamprandom -1007,SUCCESS,2,1,1969.43,9410387.24,9412356.67,127,1003,3151.087999999523,qftentangled -1008,SUCCESS,2,1,3495.61,9412356.67,9415852.28,127,1563,5592.9759999990465,wstate -1009,SUCCESS,2,1,6308.56,9415852.28,9422160.84,127,2064,10093.696000000835,qpeexact -1010,SUCCESS,2,1,2390.44,9422160.84,9424551.28,127,761,3824.7039999991657,wstate -1011,SUCCESS,2,1,6096.51,9424551.28,9430647.79,127,1593,9754.415999999643,twolocalrandom -1013,SUCCESS,2,1,3867.09,9430647.79,9434514.88,127,1115,6187.343999999762,qftentangled -1014,SUCCESS,2,1,3822.45,9434514.88,9438337.33,127,860,6115.920000001788,wstate -1017,SUCCESS,2,1,173.79,9438337.33,9438511.12,127,40,278.0639999985695,qaoa -1020,SUCCESS,2,1,1153.43,9438511.12,9439664.55,127,281,1845.4879999995233,wstate -1021,SUCCESS,2,1,19595,9439664.55,9459259.55,127,4250,31352.000000002983,qft -1022,SUCCESS,2,1,464,9459259.55,9459723.55,127,286,742.3999999970198,dj -1023,SUCCESS,2,1,13241.83,9459723.55,9472965.38,127,5156,21186.92800000012,twolocalrandom -1024,SUCCESS,2,1,39853.68,9472965.38,9512819.06,127,9444,63765.88800000251,ae -1025,SUCCESS,2,1,10395.31,9512819.06,9523214.37,127,2776,16632.495999997856,qft -1026,SUCCESS,2,1,24.29,9523214.37,9523238.66,127,12,38.86400000154973,ghz -1027,SUCCESS,2,1,9006.68,9523238.66,9532245.34,127,2178,14410.687999999524,qpeinexact -1029,SUCCESS,2,1,4615.99,9532245.34,9536861.33,127,1057,7385.584000000358,wstate -1030,SUCCESS,2,1,11249.36,9536861.33,9548110.69,127,3769,17998.975999999046,twolocalrandom -1031,SUCCESS,2,1,5060.38,9548110.69,9553171.07,127,3820,8096.608000001312,random -1032,SUCCESS,2,1,537.93,9553171.07,9553709,127,115,860.6879999995232,graphstate -1035,SUCCESS,2,1,1694.7,9553709,9555403.7,127,406,2711.519999998808,dj -1036,SUCCESS,2,1,15560.89,9555403.7,9570964.59,127,4211,24897.424000000956,qft -1037,SUCCESS,2,1,2174.88,9570964.59,9573139.47,127,872,3479.8080000013115,qpeexact -1040,SUCCESS,2,1,53071.17,9573139.47,9626210.64,127,12133,84913.87199999989,su2random -1041,SUCCESS,2,1,177.99,9626210.64,9626388.63,127,123,284.78400000035765,graphstate -1042,SUCCESS,2,1,7601.91,9626388.63,9633990.54,127,1615,12163.05599999726,ae -1043,SUCCESS,2,1,51.08,9633990.54,9634041.62,127,11,81.72800000011921,ghz -1045,SUCCESS,2,1,39376.97,9634041.62,9673418.59,127,10267,63003.15200000108,twolocalrandom -1050,SUCCESS,2,1,590.33,9673418.59,9674008.92,127,182,944.5280000001193,dj -1051,SUCCESS,2,1,547.48,9674008.92,9674556.4,127,410,875.9680000007153,qnn -1053,SUCCESS,2,1,1383.99,9674556.4,9675940.39,127,427,2214.384000000358,dj -1054,SUCCESS,2,1,1712.12,9675940.39,9677652.51,127,502,2739.391999998689,dj -1055,SUCCESS,2,1,3978,9677652.51,9681630.51,127,1020,6364.8,ae -1056,SUCCESS,2,1,36358.55,9681630.51,9717989.06,127,8481,58173.68000000119,qpeexact -1058,SUCCESS,2,1,5668.32,9717989.06,9723657.38,127,1428,9069.312000000476,pricingcall -1060,SUCCESS,2,1,23936.28,9723657.38,9747593.66,127,5930,38298.047999998926,qftentangled -1061,SUCCESS,2,1,10666.87,9747593.66,9758260.53,127,3837,17066.99199999869,twolocalrandom -1062,SUCCESS,2,1,11947.6,9758260.53,9770208.13,127,4267,19116.160000002386,twolocalrandom -1063,SUCCESS,2,1,3143.03,9770208.13,9773351.16,127,815,5028.847999998928,wstate -1064,SUCCESS,2,1,5667.7,9773351.16,9779018.86,127,2173,9068.319999998808,su2random -1065,SUCCESS,2,1,13427.22,9779018.86,9792446.08,127,3918,21483.552000001073,ae -1066,SUCCESS,2,1,5473.13,9792446.08,9797919.21,127,1920,8757.008000001311,su2random -1067,SUCCESS,2,1,797.68,9797919.21,9798716.89,127,167,1276.2879999995232,qft -1068,SUCCESS,2,1,165.92,9798716.89,9798882.81,127,78,265.4719999998808,graphstate -1069,SUCCESS,2,1,358.39,9798882.81,9799241.2,127,153,573.4239999979735,wstate -1070,SUCCESS,2,1,2483.39,9799241.2,9801724.59,127,1299,3973.424000000954,qftentangled -1071,SUCCESS,2,1,3070.2,9801724.59,9804794.79,127,1699,4912.319999998808,random -1073,SUCCESS,2,1,7783.78,9804794.79,9812578.57,127,5177,12454.048000001909,su2random -1074,SUCCESS,2,1,18031.05,9812578.57,9830609.62,127,8148,28849.679999998214,random -1075,SUCCESS,2,1,23005.53,9830609.62,9853615.15,127,7975,36808.84800000191,qpeexact -1076,SUCCESS,2,1,8324.37,9853615.15,9861939.52,127,2968,13318.991999998689,ae -1078,SUCCESS,2,1,6881.21,9861939.52,9868820.73,127,1888,11009.936000001431,qpeexact -1080,SUCCESS,2,1,89.82,9868820.73,9868910.55,127,49,143.7119999974966,ghz -1081,SUCCESS,2,1,1316.15,9868910.55,9870226.7,127,608,2105.8400000005963,dj -1082,SUCCESS,2,1,36229.45,9870226.7,9906456.15,127,9329,57967.12000000179,twolocalrandom -1083,SUCCESS,2,1,85.1,9906456.15,9906541.25,127,52,136.15999999940396,graphstate -1084,SUCCESS,2,1,1029.1,9906541.25,9907570.35,127,217,1646.559999999404,ghz -1085,SUCCESS,2,1,3256.06,9907570.35,9910826.41,127,723,5209.696000000835,random -1086,SUCCESS,2,1,21198.74,9910826.41,9932025.15,127,5261,33917.98400000036,ae -1087,SUCCESS,2,1,657.14,9932025.15,9932682.29,127,267,1051.4239999979734,qft -1088,SUCCESS,2,1,20345.56,9932682.29,9953027.85,127,7575,32552.896000000837,qft -1089,SUCCESS,2,1,762.87,9953027.85,9953790.72,127,253,1220.592000001669,wstate -1090,SUCCESS,2,1,41947.52,9953790.72,9995738.24,127,8767,67116.0319999993,qnn -1091,SUCCESS,2,1,26170.9,9995738.24,10021909.14,127,5831,41873.4400000006,realamprandom -1093,SUCCESS,2,1,2370.07,10021909.14,10024279.21,127,561,3792.1119999974967,qftentangled -1094,SUCCESS,2,1,399.94,10024279.21,10024679.15,127,131,639.9040000021458,graphstate -1097,SUCCESS,2,1,5144.48,10024679.15,10029823.63,127,3256,8231.168000000716,qpeinexact -1098,SUCCESS,2,1,145.85,10029823.63,10029969.48,127,32,233.35999999940395,ghz -1099,SUCCESS,2,1,1264.51,10029969.48,10031233.99,127,394,2023.2159999996425,dj -1100,SUCCESS,2,1,17770.14,10031233.99,10049004.13,127,6239,28432.224000000955,qpeinexact -1101,SUCCESS,2,1,11773.67,10049004.13,10060777.8,127,3008,18837.871999999883,qpeinexact -1102,SUCCESS,2,1,6991.18,10060777.8,10067768.98,127,3108,11185.887999999524,twolocalrandom -1103,SUCCESS,2,1,506.42,10067768.98,10068275.4,127,274,810.2719999998808,graphstate -1105,SUCCESS,2,1,97.96,10068275.4,10068373.36,127,33,156.7359999984503,ghz -1106,SUCCESS,2,1,557.3,10068373.36,10068930.66,127,219,891.6800000011922,ghz -1107,SUCCESS,2,1,2655.95,10068930.66,10071586.61,127,618,4249.519999998808,realamprandom -1108,SUCCESS,2,1,2167.95,10071586.61,10073754.56,127,567,3468.7200000017883,qpeexact -1109,SUCCESS,2,1,118634.8,10073754.56,10192389.36,127,25394,189815.67999999822,random -1110,SUCCESS,2,1,605.93,10192389.36,10192995.29,127,296,969.4879999995233,ghz -1111,SUCCESS,2,1,17602.45,10192995.29,10210597.74,127,4453,28163.920000001788,qpeexact -1112,SUCCESS,2,1,67.01,10210597.74,10210664.75,127,42,107.21599999964238,graphstate -1113,SUCCESS,2,1,20500.99,10210664.75,10231165.74,127,5753,32801.58400000036,qft -1114,SUCCESS,2,1,19210.37,10231165.74,10250376.11,127,4412,30736.59199999869,su2random -1115,SUCCESS,2,1,308.1,10250376.11,10250684.21,127,65,492.9600000023842,wstate -1116,SUCCESS,2,1,8460.09,10250684.21,10259144.3,127,6048,13536.143999999762,qftentangled -1117,SUCCESS,2,1,13030.75,10259144.3,10272175.05,127,3217,20849.19999999702,ae -1118,SUCCESS,2,1,175.73,10272175.05,10272350.78,127,41,281.16800000071527,ghz -1119,SUCCESS,2,1,8771.54,10272350.78,10281122.32,127,2241,14034.46400000155,qft -1120,SUCCESS,2,1,979.45,10281122.32,10282101.77,127,318,1567.119999998808,qftentangled -1121,SUCCESS,2,1,247.43,10282101.77,10282349.2,127,69,395.8879999995232,tsp -1122,SUCCESS,2,1,42554.28,10282349.2,10324903.48,127,12045,68086.8480000019,su2random -1123,SUCCESS,2,1,3566.27,10324903.48,10328469.75,127,2402,5706.031999999285,pricingput -1124,SUCCESS,2,1,615.89,10328469.75,10329085.64,127,349,985.4240000009537,wstate -1125,SUCCESS,2,1,203.63,10329085.64,10329289.27,127,55,325.80799999833107,qaoa -1126,SUCCESS,2,1,1382.63,10329289.27,10330671.9,127,297,2212.2080000013116,wstate -1128,SUCCESS,2,1,10742.63,10330671.9,10341414.53,127,3819,17188.207999998333,qpeexact -1129,SUCCESS,2,1,44591.17,10341414.53,10386005.7,127,10716,71345.87199999989,random -1130,SUCCESS,2,1,36414.94,10386005.7,10422420.64,127,8977,58263.90400000215,ae -1131,SUCCESS,2,1,2036.56,10422420.64,10424457.2,127,672,3258.4959999978546,qnn -1132,SUCCESS,2,1,9262.52,10424457.2,10433719.72,127,2265,14820.032000002266,qpeinexact -1133,SUCCESS,2,1,2925.98,10433719.72,10436645.7,127,869,4681.567999997736,dj -1134,SUCCESS,2,1,24178.85,10436645.7,10460824.55,127,6837,38686.16000000238,qftentangled -1136,SUCCESS,2,1,2446.41,10460824.55,10463270.96,127,1112,3914.255999997258,twolocalrandom -1138,SUCCESS,2,1,15291.77,10463270.96,10478562.73,127,7760,24466.832000002265,twolocalrandom -1140,SUCCESS,2,1,24088.55,10478562.73,10502651.28,127,9153,38541.67999999821,twolocalrandom -1142,SUCCESS,2,1,9288.43,10502651.28,10511939.71,127,2027,14861.488000002504,qpeinexact -1143,SUCCESS,2,1,19885.39,10511939.71,10531825.1,127,4388,31816.623999997973,qft -1144,SUCCESS,2,1,330.78,10531825.1,10532155.88,127,145,529.2479999989272,qnn -1145,SUCCESS,2,1,333.28,10532155.88,10532489.16,127,129,533.2480000019074,dj -1147,SUCCESS,2,1,1989.19,10532489.16,10534478.35,127,872,3182.7039999991657,ghz -1148,SUCCESS,2,1,4089.41,10534478.35,10538567.76,127,1352,6543.056000000239,qftentangled -1149,SUCCESS,2,1,11175.06,10538567.76,10549742.82,127,8651,17880.096000000834,ae -1150,SUCCESS,2,1,4733.05,10549742.82,10554475.87,127,1599,7572.879999998212,wstate -1151,SUCCESS,2,1,9805.04,10554475.87,10564280.91,127,7382,15688.06400000155,random -1152,SUCCESS,2,1,27654.53,10564280.91,10591935.44,127,12810,44247.24799999893,su2random -1154,SUCCESS,2,1,10051.43,10591935.44,10601986.87,127,2421,16082.287999999524,qpeexact -1156,SUCCESS,2,1,7059.17,10601986.87,10609046.04,127,2937,11294.671999999882,qnn -1157,SUCCESS,2,1,181.7,10609046.04,10609227.74,127,52,290.72000000178815,qaoa -1159,SUCCESS,2,1,2248.08,10609227.74,10611475.82,127,1061,3596.9280000001195,realamprandom -1160,SUCCESS,2,1,17709.46,10611475.82,10629185.28,127,7452,28335.135999998452,qpeinexact -1162,SUCCESS,2,1,320.26,10629185.28,10629505.54,127,73,512.4159999996424,graphstate -1163,SUCCESS,2,1,14864.65,10629505.54,10644370.19,127,3930,23783.4400000006,ae -1164,SUCCESS,2,1,838.83,10644370.19,10645209.02,127,191,1342.1280000001193,qnn -1165,SUCCESS,2,1,20933.54,10645209.02,10666142.56,127,4464,33493.664000001554,qft -1166,SUCCESS,2,1,31704.62,10666142.56,10697847.18,127,7007,50727.39199999869,su2random -1167,SUCCESS,2,1,43078.32,10697847.18,10740925.5,127,11457,68925.31200000049,realamprandom -1168,SUCCESS,2,1,1873.23,10740925.5,10742798.73,127,828,2997.1680000007154,su2random -1169,SUCCESS,2,1,547.21,10742798.73,10743345.94,127,240,875.5359999984503,qftentangled -1171,SUCCESS,2,1,6805.95,10743345.94,10750151.89,127,1696,10889.520000001789,twolocalrandom -1172,SUCCESS,2,1,34111.44,10750151.89,10784263.33,127,26311,54578.30399999917,random -1173,SUCCESS,2,1,202.87,10784263.33,10784466.2,127,109,324.5919999986887,dj -1174,SUCCESS,2,1,1699.85,10784466.2,10786166.05,127,544,2719.759999999404,portfoliovqe -1175,SUCCESS,2,1,10710.97,10786166.05,10796877.02,127,4948,17137.552000001073,qpeexact -1176,SUCCESS,2,1,26142.5,10796877.02,10823019.52,127,5860,41828.0,qpeinexact -1177,SUCCESS,2,1,5434.19,10823019.52,10828453.71,127,1763,8694.704000002146,su2random -1179,SUCCESS,2,1,9838,10828453.71,10838291.71,127,2628,15740.800000000001,qnn -1180,SUCCESS,2,1,38509.11,10838291.71,10876800.82,127,24157,61614.57599999905,random -1181,SUCCESS,2,1,6124.26,10876800.82,10882925.08,127,4026,9798.815999999642,random -1182,SUCCESS,2,1,2454.73,10882925.08,10885379.81,127,597,3927.5680000007155,random -1183,SUCCESS,2,1,5417.29,10885379.81,10890797.1,127,1327,8667.66399999857,su2random -1185,SUCCESS,2,1,8328.44,10890797.1,10899125.54,127,3054,13325.503999999166,qft -1186,SUCCESS,2,1,106.48,10899125.54,10899232.02,127,37,170.36800000071526,ghz -1187,SUCCESS,2,1,4318.59,10899232.02,10903550.61,127,1140,6909.743999999762,qnn -1189,SUCCESS,2,1,874.68,10903550.61,10904425.29,127,432,1399.4879999995233,su2random -1190,SUCCESS,2,1,19972.54,10904425.29,10924397.83,127,7327,31956.064000001552,random -1191,SUCCESS,2,1,236.92,10924397.83,10924634.75,127,124,379.0719999998808,graphstate -1193,SUCCESS,2,1,1027.55,10924634.75,10925662.3,127,627,1644.0799999982119,wstate -1194,SUCCESS,2,1,6681.78,10925662.3,10932344.08,127,1703,10690.848000001908,qft -1195,SUCCESS,2,1,4006.17,10932344.08,10936350.25,127,1051,6409.871999999881,wstate -1196,SUCCESS,2,1,208.53,10936350.25,10936558.78,127,86,333.64799999892716,qaoa -1197,SUCCESS,2,1,11388.1,10936558.78,10947946.88,127,5348,18220.959999999406,qft -1198,SUCCESS,2,1,3030.08,10947946.88,10950976.96,127,762,4848.12800000012,twolocalrandom -1200,SUCCESS,2,1,131.72,10950976.96,10951108.68,127,52,210.7520000010729,ghz -1201,SUCCESS,2,1,87.18,10951108.68,10951195.86,127,35,139.48799999952317,ghz -1202,SUCCESS,2,1,86471.52,10951195.86,11037667.38,127,21194,138354.43200000227,random -1203,SUCCESS,2,1,23146.93,11037667.38,11060814.31,127,6530,37035.08799999952,qftentangled -1204,SUCCESS,2,1,23546.8,11060814.31,11084361.11,127,10967,37674.879999998215,random -1205,SUCCESS,2,1,60.94,11084361.11,11084422.05,127,19,97.50399999916554,graphstate -1207,SUCCESS,2,1,5842.9,11084422.05,11090264.95,127,2023,9348.640000000596,ae -1208,SUCCESS,2,1,25933.28,11090264.95,11116198.23,127,14824,41493.24800000191,twolocalrandom -1209,SUCCESS,2,1,7491.37,11116198.23,11123689.6,127,2384,11986.19199999869,qpeinexact -1211,SUCCESS,2,1,2598.8,11123689.6,11126288.4,127,730,4158.080000001192,qpeexact -1213,SUCCESS,2,1,3985.72,11126288.4,11130274.12,127,1567,6377.151999998093,twolocalrandom -1214,SUCCESS,2,1,13918.93,11130274.12,11144193.05,127,3195,22270.287999999524,twolocalrandom -1215,SUCCESS,2,1,1858.98,11144193.05,11146052.03,127,536,2974.3680000007153,qftentangled -1216,SUCCESS,2,1,972.39,11146052.03,11147024.42,127,736,1555.8240000009537,ae -1217,SUCCESS,2,1,1837.61,11147024.42,11148862.03,127,689,2940.1759999990463,pricingcall -1218,SUCCESS,2,1,74.92,11148862.03,11148936.95,127,26,119.8719999998808,graphstate -1219,SUCCESS,2,1,7107.7,11148936.95,11156044.65,127,1921,11372.32000000179,su2random -1220,SUCCESS,2,1,47746.73,11156044.65,11203791.38,127,21182,76394.76799999774,grover-v-chain -1221,SUCCESS,2,1,90.41,11203791.38,11203881.79,127,54,144.65600000023844,graphstate -1222,SUCCESS,2,1,2544.72,11203881.79,11206426.51,127,782,4071.552000001073,ghz -1223,SUCCESS,2,1,12199.91,11206426.51,11218626.42,127,2640,19519.85600000024,qftentangled -1224,SUCCESS,2,1,597.02,11218626.42,11219223.44,127,315,955.2319999992848,qftentangled -1225,SUCCESS,2,1,8824.12,11219223.44,11228047.56,127,2501,14118.59200000167,qftentangled -1226,SUCCESS,2,1,10650.77,11228047.56,11238698.33,127,5109,17041.231999999287,qft -1227,SUCCESS,2,1,1482.82,11238698.33,11240181.15,127,892,2372.5120000004767,realamprandom -1228,SUCCESS,2,1,72641.19,11240181.15,11312822.34,127,15348,116225.90399999917,random -1229,SUCCESS,2,1,796.67,11312822.34,11313619.01,127,483,1274.6719999998809,qpeexact -1230,SUCCESS,2,1,5534.71,11313619.01,11319153.72,127,2161,8855.536000001432,qft -1231,SUCCESS,2,1,882.3,11319153.72,11320036.02,127,192,1411.679999998212,qpeexact -1232,SUCCESS,2,1,67.02,11320036.02,11320103.04,127,32,107.23199999928475,routing -1233,SUCCESS,2,1,838.9,11320103.04,11320941.94,127,438,1342.2400000005962,twolocalrandom -1234,SUCCESS,2,1,4645.06,11320941.94,11325587,127,1495,7432.0960000008345,random -1236,SUCCESS,2,1,5007.03,11325587,11330594.03,127,1567,8011.247999998927,realamprandom -1237,SUCCESS,2,1,1613.1,11330594.03,11332207.13,127,849,2580.9600000023843,ghz -1240,SUCCESS,2,1,1308.08,11332207.13,11333515.21,127,348,2092.927999997139,twolocalrandom -1241,SUCCESS,2,1,36.92,11333515.21,11333552.13,127,25,59.071999999880795,ghz -1245,SUCCESS,2,1,1597.66,11333552.13,11335149.79,127,382,2556.2560000002386,ghz -1246,SUCCESS,2,1,353.09,11335149.79,11335502.88,127,82,564.9439999997616,ghz -1247,SUCCESS,2,1,8495.38,11335502.88,11343998.26,127,3470,13592.608000001312,qft -1248,SUCCESS,2,1,2207.29,11343998.26,11346205.55,127,1063,3531.66400000155,wstate -1249,SUCCESS,2,1,103.35,11346205.55,11346308.9,127,22,165.35999999940395,ghz -1250,SUCCESS,2,1,25750.33,11346308.9,11372059.23,127,12770,41200.52800000012,twolocalrandom -1251,SUCCESS,2,1,597.38,11372059.23,11372656.61,127,223,955.8079999983311,qftentangled -1252,SUCCESS,2,1,8241.18,11372656.61,11380897.79,127,2002,13185.887999999524,realamprandom -1253,SUCCESS,2,1,217.1,11380897.79,11381114.89,127,49,347.3600000023842,wstate -1254,SUCCESS,2,1,643.49,11381114.89,11381758.38,127,430,1029.5839999973775,dj -1255,SUCCESS,2,1,22982.12,11381758.38,11404740.5,127,17181,36771.39200000167,realamprandom -1256,SUCCESS,2,1,840.62,11404740.5,11405581.12,127,175,1344.9919999986887,graphstate -1258,SUCCESS,2,1,1162.44,11405581.12,11406743.56,127,542,1859.904000002146,qnn -1259,SUCCESS,2,1,30056,11406743.56,11436799.56,127,7514,48089.600000000006,qpeinexact -1260,SUCCESS,2,1,4903.93,11436799.56,11441703.49,127,1031,7846.287999999524,su2random -1261,SUCCESS,2,1,41466.1,11441703.49,11483169.59,127,33858,66345.75999999941,random -1262,SUCCESS,2,1,14079.06,11483169.59,11497248.65,127,4939,22526.496000000836,qpeexact -1263,SUCCESS,2,1,99.85,11497248.65,11497348.5,127,78,159.75999999940396,graphstate -1264,SUCCESS,2,1,2434.32,11497348.5,11499782.82,127,1303,3894.912000000477,wstate -1265,SUCCESS,2,1,268.72,11499782.82,11500051.54,127,93,429.9519999980927,wstate -1266,SUCCESS,2,1,1663.64,11500051.54,11501715.18,127,398,2661.8240000009537,dj -1267,SUCCESS,2,1,6700.23,11501715.18,11508415.41,127,2766,10720.368000000715,su2random -1269,SUCCESS,2,1,471.11,11508415.41,11508886.52,127,235,753.7759999990463,graphstate -1271,SUCCESS,2,1,12906.03,11508886.52,11521792.55,127,2706,20649.648000001907,qftentangled -1273,SUCCESS,2,1,7473.92,11521792.55,11529266.47,127,2277,11958.27199999988,qnn -1275,SUCCESS,2,1,1468.05,11529266.47,11530734.52,127,628,2348.879999998212,dj -1276,SUCCESS,2,1,205.69,11530734.52,11530940.21,127,73,329.10400000214577,ghz -1277,SUCCESS,2,1,2101.69,11530940.21,11533041.9,127,962,3362.7039999991657,wstate -1279,SUCCESS,2,1,106.08,11533041.9,11533147.98,127,78,169.7280000001192,graphstate -1280,SUCCESS,2,1,3602.05,11533147.98,11536750.03,127,1326,5763.279999998213,su2random -1281,SUCCESS,2,1,3123.26,11536750.03,11539873.29,127,1108,4997.215999999643,qpeexact -1282,SUCCESS,2,1,2672.84,11539873.29,11542546.13,127,857,4276.543999999762,ghz -1283,SUCCESS,2,1,3624.71,11542546.13,11546170.84,127,1896,5799.536000001431,random -1284,SUCCESS,2,1,19876.85,11546170.84,11566047.69,127,7156,31802.959999999406,qpeinexact -1285,SUCCESS,2,1,248.21,11566047.69,11566295.9,127,113,397.13600000143055,wstate -1286,SUCCESS,2,1,846.66,11566295.9,11567142.56,127,181,1354.6560000002385,wstate -1287,SUCCESS,2,1,510.85,11567142.56,11567653.41,127,297,817.359999999404,ghz -1288,SUCCESS,2,1,1427.53,11567653.41,11569080.94,127,791,2284.047999998927,realamprandom -1289,SUCCESS,2,1,10716.16,11569080.94,11579797.1,127,4784,17145.85600000024,qft -1290,SUCCESS,2,1,578.06,11579797.1,11580375.16,127,243,924.8960000008345,portfolioqaoa -1291,SUCCESS,2,1,37800.64,11580375.16,11618175.8,127,10764,60481.02400000096,su2random -1292,SUCCESS,2,1,106.53,11618175.8,11618282.33,127,50,170.44799999892712,graphstate -1293,SUCCESS,2,1,17728.46,11618282.33,11636010.79,127,3679,28365.53599999845,qftentangled -1295,SUCCESS,2,1,42350.58,11636010.79,11678361.37,127,11822,67760.92800000012,twolocalrandom -1296,SUCCESS,2,1,25798.88,11678361.37,11704160.25,127,16791,41278.208000001316,random -1297,SUCCESS,2,1,1521.31,11704160.25,11705681.56,127,343,2434.0960000008345,qpeexact -1298,SUCCESS,2,1,929.44,11705681.56,11706611,127,378,1487.1039999991656,qft -1300,SUCCESS,2,1,813.58,11706611,11707424.58,127,487,1301.7280000001192,ghz -1301,SUCCESS,2,1,19784.22,11707424.58,11727208.8,127,5409,31654.751999998094,qftentangled -1302,SUCCESS,2,1,7735.17,11727208.8,11734943.97,127,2390,12376.272000002862,random -1303,SUCCESS,2,1,54335.71,11734943.97,11789279.68,127,12865,86937.13599999846,random -1304,SUCCESS,2,1,4283.96,11789279.68,11793563.64,127,920,6854.336000001431,realamprandom -1305,SUCCESS,2,1,10332.74,11793563.64,11803896.38,127,7711,16532.38400000036,qftentangled -1306,SUCCESS,2,1,18070.13,11803896.38,11821966.51,127,5533,28912.207999998333,random -1308,SUCCESS,2,1,389.22,11821966.51,11822355.73,127,116,622.7520000010729,graphstate -1309,SUCCESS,2,1,1509.63,11822355.73,11823865.36,127,399,2415.407999998331,qftentangled -1310,SUCCESS,2,1,102006.03,11823865.36,11925871.39,127,29125,163209.6480000019,random -1311,SUCCESS,2,1,2288.59,11925871.39,11928159.98,127,912,3661.743999999762,ghz -1312,SUCCESS,2,1,1453.32,11928159.98,11929613.3,127,1077,2325.312000000477,qftentangled -1313,SUCCESS,2,1,585.24,11929613.3,11930198.54,127,196,936.3839999973775,dj -1314,SUCCESS,2,1,33527.29,11930198.54,11963725.83,127,9190,53643.664000001554,ae -1315,SUCCESS,2,1,124.85,11963725.83,11963850.68,127,35,199.75999999940396,ghz -1316,SUCCESS,2,1,1286.51,11963850.68,11965137.19,127,303,2058.4159999996423,ghz -1319,SUCCESS,2,1,31.75,11965137.19,11965168.94,127,10,50.800000000000004,ghz -1321,SUCCESS,2,1,3115.59,11965168.94,11968284.53,127,750,4984.943999999762,qft -1322,SUCCESS,2,1,5125.98,11968284.53,11973410.51,127,2520,8201.568000000716,ae -1323,SUCCESS,2,1,3468.19,11973410.51,11976878.7,127,1518,5549.103999999166,wstate -1324,SUCCESS,2,1,705.43,11976878.7,11977584.13,127,474,1128.6879999995233,dj -1325,SUCCESS,2,1,9913.31,11977584.13,11987497.44,127,7147,15861.296000000835,qpeinexact -1326,SUCCESS,2,1,67.32,11987497.44,11987564.76,127,33,107.71200000047685,dj -1327,SUCCESS,2,1,8329.91,11987564.76,11995894.67,127,3980,13327.85600000024,ae -1329,SUCCESS,2,1,13676.42,11995894.67,12009571.09,127,7252,21882.27199999988,ae -1330,SUCCESS,2,1,30243.27,12009571.09,12039814.36,127,12103,48389.23199999929,qnn -1332,SUCCESS,2,1,18619.13,12039814.36,12058433.49,127,7739,29790.608000001313,ae -1333,SUCCESS,2,1,542.71,12058433.49,12058976.2,127,153,868.3359999984503,wstate -1335,SUCCESS,2,1,44049.29,12058976.2,12103025.49,127,11646,70478.86400000156,twolocalrandom -1336,SUCCESS,2,1,1921.19,12103025.49,12104946.68,127,553,3073.9039999991655,ghz -1337,SUCCESS,2,1,11266.78,12104946.68,12116213.46,127,4361,18026.84799999893,su2random -1338,SUCCESS,2,1,2734.84,12116213.46,12118948.3,127,2032,4375.743999999761,qpeinexact -1339,SUCCESS,2,1,14788.23,12118948.3,12133736.53,127,4330,23661.168000000718,ae -1340,SUCCESS,2,1,101357.88,12133736.53,12235094.41,127,22159,162172.60800000132,random -1341,SUCCESS,2,1,242.79,12235094.41,12235337.2,127,73,388.46399999856953,vqe -1342,SUCCESS,2,1,117.01,12235337.2,12235454.21,127,32,187.21600000262262,ghz -1347,SUCCESS,2,1,7754.7,12235454.21,12243208.91,127,2624,12407.519999998809,qpeinexact -1349,SUCCESS,2,1,12241.7,12243208.91,12255450.61,127,2623,19586.719999998808,ae -1351,SUCCESS,2,1,2157.1,12255450.61,12257607.71,127,935,3451.3600000023844,realamprandom -1353,SUCCESS,2,1,10883.14,12257607.71,12268490.85,127,3479,17413.023999997975,qpeexact -1355,SUCCESS,2,1,1404.81,12268490.85,12269895.66,127,298,2247.6960000008344,ae -1356,SUCCESS,2,1,3130.93,12269895.66,12273026.59,127,744,5009.487999999524,qwalk-v-chain -1357,SUCCESS,2,1,9761.06,12273026.59,12282787.65,127,6564,15617.696000000835,ae -1358,SUCCESS,2,1,20209.67,12282787.65,12302997.32,127,11133,32335.47199999988,twolocalrandom -1359,SUCCESS,2,1,8025.9,12302997.32,12311023.22,127,3261,12841.440000000597,twolocalrandom -1360,SUCCESS,2,1,11281.24,12311023.22,12322304.46,127,4058,18049.984000000357,qftentangled -1361,SUCCESS,2,1,2203.52,12322304.46,12324507.98,127,796,3525.6319999992847,qpeinexact -1362,SUCCESS,2,1,228365.81,12324507.98,12552873.79,127,87833,365385.2959999979,grover-noancilla -1363,SUCCESS,2,1,18332.57,12552873.79,12571206.36,127,4343,29332.112000000478,random -1364,SUCCESS,2,1,2266.41,12571206.36,12573472.77,127,549,3626.2560000002386,su2random -1365,SUCCESS,2,1,1656.89,12573472.77,12575129.66,127,1102,2651.024000000954,realamprandom -1366,SUCCESS,2,1,2121.47,12575129.66,12577251.13,127,783,3394.352000001073,qpeinexact -1367,SUCCESS,2,1,4345.33,12577251.13,12581596.46,127,2035,6952.527999997139,realamprandom -1368,SUCCESS,2,1,8777.46,12581596.46,12590373.92,127,6921,14043.936000001431,realamprandom -1369,SUCCESS,2,1,6672.03,12590373.92,12597045.95,127,2158,10675.247999998928,ae -1371,SUCCESS,2,1,4995.1,12597045.95,12602041.05,127,1615,7992.160000002385,qftentangled -1372,SUCCESS,2,1,29971.06,12602041.05,12632012.11,127,8671,47953.69599999786,random -1373,SUCCESS,2,1,30349.36,12632012.11,12662361.47,127,7822,48558.97600000203,qft -1375,SUCCESS,2,1,696.27,12662361.47,12663057.74,127,413,1114.0319999992848,wstate -1376,SUCCESS,2,1,651.8,12663057.74,12663709.54,127,249,1042.8799999982118,realamprandom -1377,SUCCESS,2,1,3675.84,12663709.54,12667385.38,127,1099,5881.343999999762,qft -1378,SUCCESS,2,1,23312.93,12667385.38,12690698.31,127,9136,37300.688000002505,random -1379,SUCCESS,2,1,5124.27,12690698.31,12695822.58,127,2509,8198.831999999285,qpeexact -1381,SUCCESS,2,1,18210.71,12695822.58,12714033.29,127,9100,29137.135999998452,ae -1382,SUCCESS,2,1,2532,12714033.29,12716565.29,127,896,4051.2000000000003,dj -1384,SUCCESS,2,1,17779.19,12716565.29,12734344.48,127,5135,28446.704000002148,qpeexact -1385,SUCCESS,2,1,278.97,12734344.48,12734623.45,127,95,446.35199999809265,graphstate -1386,SUCCESS,2,1,56.46,12734623.45,12734679.91,127,35,90.33600000143052,qaoa -1387,SUCCESS,2,1,11477.53,12734679.91,12746157.44,127,3183,18364.04799999893,su2random -1388,SUCCESS,2,1,14675.35,12746157.44,12760832.79,127,3166,23480.559999999405,qftentangled -1389,SUCCESS,2,1,3553.42,12760832.79,12764386.21,127,1027,5685.472000002861,twolocalrandom -1390,SUCCESS,2,1,156.92,12764386.21,12764543.13,127,125,251.07199999690056,qft -1391,SUCCESS,2,1,8496.8,12764543.13,12773039.93,127,2584,13594.880000001192,qft -1393,SUCCESS,2,1,1594.58,12773039.93,12774634.51,127,657,2551.3280000001196,qft -1394,SUCCESS,2,1,27424.66,12774634.51,12802059.17,127,6180,43879.45600000024,su2random -1397,SUCCESS,2,1,33.4,12802059.17,12802092.57,127,23,53.44000000059605,vqe -1398,SUCCESS,2,1,230.86,12802092.57,12802323.43,127,96,369.37599999904637,graphstate -1399,SUCCESS,2,1,803.85,12802323.43,12803127.28,127,451,1286.1599999994041,dj -1400,SUCCESS,2,1,4180.15,12803127.28,12807307.43,127,1382,6688.240000000596,qpeinexact -1401,SUCCESS,2,1,5097.45,12807307.43,12812404.88,127,3537,8155.919999998809,qpeinexact -1403,SUCCESS,2,1,5127.77,12812404.88,12817532.65,127,1147,8204.432000002265,qftentangled -1404,SUCCESS,2,1,4108.92,12817532.65,12821641.57,127,988,6574.271999999881,qft -1405,SUCCESS,2,1,1884.29,12821641.57,12823525.86,127,578,3014.86399999857,dj -1406,SUCCESS,2,1,52.92,12823525.86,12823578.78,127,25,84.6719999998808,ghz -1407,SUCCESS,2,1,9959.53,12823578.78,12833538.31,127,4400,15935.248000001908,su2random -1409,SUCCESS,2,1,54292.55,12833538.31,12887830.86,127,27535,86868.07999999821,random -1410,SUCCESS,2,1,5599.08,12887830.86,12893429.94,127,1359,8958.52800000012,qpeinexact -1411,SUCCESS,2,1,16870.85,12893429.94,12910300.79,127,8391,26993.359999999404,realamprandom -1412,SUCCESS,2,1,329.34,12910300.79,12910630.13,127,197,526.9440000027419,qpeexact -1413,SUCCESS,2,1,15196.5,12910630.13,12925826.63,127,3825,24314.4,qpeinexact -1414,SUCCESS,2,1,3138.76,12925826.63,12928965.39,127,1474,5022.015999999643,pricingput -1415,SUCCESS,2,1,39077.67,12928965.39,12968043.06,127,9031,62524.27199999988,su2random -1416,SUCCESS,2,1,923.4,12968043.06,12968966.46,127,765,1477.4400000005962,twolocalrandom -1417,SUCCESS,2,1,421.26,12968966.46,12969387.72,127,106,674.0159999996424,ghz -1418,SUCCESS,2,1,2164.65,12969387.72,12971552.37,127,1225,3463.439999997616,qpeinexact -1419,SUCCESS,2,1,1199.52,12971552.37,12972751.89,127,356,1919.232000002265,pricingput -1420,SUCCESS,2,1,2887.46,12972751.89,12975639.35,127,793,4619.935999998451,qpeexact -1421,SUCCESS,2,1,13087.35,12975639.35,12988726.7,127,3062,20939.759999999405,qftentangled -1422,SUCCESS,2,1,28756.53,12988726.7,13017483.23,127,15719,46010.44800000191,random -1423,SUCCESS,2,1,1590.2,13017483.23,13019073.43,127,1193,2544.3199999988083,wstate -1424,SUCCESS,2,1,2993.67,13019073.43,13022067.1,127,1545,4789.871999999881,realamprandom -1425,SUCCESS,2,1,159.11,13022067.1,13022226.21,127,70,254.57600000202657,tsp -1426,SUCCESS,2,1,33177.82,13022226.21,13055404.03,127,14143,53084.5119999975,random -1427,SUCCESS,2,1,65036.56,13055404.03,13120440.59,127,16762,104058.49600000084,realamprandom -1429,SUCCESS,2,1,5044.58,13120440.59,13125485.17,127,1263,8071.32800000012,realamprandom -1430,SUCCESS,2,1,1501.57,13125485.17,13126986.74,127,564,2402.5120000004767,dj -1431,SUCCESS,2,1,12323.27,13126986.74,13139310.01,127,6706,19717.231999999287,qpeinexact -1432,SUCCESS,2,1,3085.25,13139310.01,13142395.26,127,684,4936.400000000001,ae -1434,SUCCESS,2,1,6041.34,13142395.26,13148436.6,127,3697,9666.143999999762,qft -1435,SUCCESS,2,1,2096.21,13148436.6,13150532.81,127,772,3353.936000001431,ghz -1437,SUCCESS,2,1,10907.66,13150532.81,13161440.47,127,3173,17452.256000000238,qpeexact -1438,SUCCESS,2,1,1218.03,13161440.47,13162658.5,127,317,1948.8479999989272,wstate -1440,SUCCESS,2,1,15547.56,13162658.5,13178206.06,127,6661,24876.096000000834,ae -1441,SUCCESS,2,1,7060.57,13178206.06,13185266.63,127,1898,11296.911999997497,ae -1445,SUCCESS,2,1,14897.12,13185266.63,13200163.75,127,3962,23835.39200000167,qpeinexact -1446,SUCCESS,2,1,1096.84,13200163.75,13201260.59,127,381,1754.9439999997617,ghz -1447,SUCCESS,2,1,7842.79,13201260.59,13209103.38,127,2441,12548.46400000155,twolocalrandom -1449,SUCCESS,2,1,351.99,13209103.38,13209455.37,127,184,563.1839999973774,dj -1451,SUCCESS,2,1,230.65,13209455.37,13209686.02,127,53,369.0400000005961,ghz -1452,SUCCESS,2,1,2186.57,13209686.02,13211872.59,127,1387,3498.512000000477,qpeexact -1453,SUCCESS,2,1,1016.8,13211872.59,13212889.39,127,249,1626.8800000011922,groundstate -1454,SUCCESS,2,1,10332.31,13212889.39,13223221.7,127,5151,16531.695999997854,qpeinexact -1455,SUCCESS,2,1,709.56,13223221.7,13223931.26,127,359,1135.2960000008345,qft -1457,SUCCESS,2,1,7161.78,13223931.26,13231093.04,127,1677,11458.847999998929,su2random -1458,SUCCESS,2,1,2336.52,13231093.04,13233429.56,127,574,3738.4320000022653,qnn -1459,SUCCESS,2,1,113.24,13233429.56,13233542.8,127,38,181.18400000035763,ghz -1461,SUCCESS,2,1,603.59,13233542.8,13234146.39,127,292,965.7439999997616,realamprandom -1463,SUCCESS,2,1,21068.5,13234146.39,13255214.89,127,11392,33709.6,qnn -1465,SUCCESS,2,1,778.37,13255214.89,13255993.26,127,374,1245.3919999986888,ghz -1466,SUCCESS,2,1,10192.9,13255993.26,13266186.16,127,2123,16308.640000000596,ae -1467,SUCCESS,2,1,19347.51,13266186.16,13285533.67,127,9517,30956.015999999643,realamprandom -1468,SUCCESS,2,1,203.04,13285533.67,13285736.71,127,136,324.86400000154975,dj -1473,SUCCESS,2,1,44860.29,13285736.71,13330597,127,12109,71776.46399999857,twolocalrandom -1474,SUCCESS,2,1,991,13330597,13331588,127,513,1585.6000000000001,dj -1475,SUCCESS,2,1,4730.17,13331588,13336318.17,127,1040,7568.271999999881,qnn -1476,SUCCESS,2,1,1047.01,13336318.17,13337365.18,127,338,1675.2159999996425,dj -1477,SUCCESS,2,1,12805.53,13337365.18,13350170.71,127,3094,20488.84799999893,qftentangled -1478,SUCCESS,2,1,6331.38,13350170.71,13356502.09,127,1749,10130.208000001312,realamprandom -1479,SUCCESS,2,1,101056.08,13356502.09,13457558.17,127,30299,161689.72800000012,random -1480,SUCCESS,2,1,288.01,13457558.17,13457846.18,127,149,460.8159999996424,wstate -1481,SUCCESS,2,1,214.74,13457846.18,13458060.92,127,46,343.58400000035766,qaoa -1482,SUCCESS,2,1,21265.88,13458060.92,13479326.8,127,6259,34025.40799999833,qftentangled -1484,SUCCESS,2,1,142.05,13479326.8,13479468.85,127,45,227.2800000011921,wstate -1486,SUCCESS,2,1,2084.03,13479468.85,13481552.88,127,857,3334.447999998927,dj -1487,SUCCESS,2,1,2677.75,13481552.88,13484230.63,127,673,4284.40000000298,dj -1488,SUCCESS,2,1,624.03,13484230.63,13484854.66,127,318,998.4479999989271,graphstate -1489,SUCCESS,2,1,19929.96,13484854.66,13504784.62,127,5235,31887.93599999845,qpeinexact -1490,SUCCESS,2,1,544.92,13504784.62,13505329.54,127,126,871.8719999998808,ghz -1491,SUCCESS,2,1,66.71,13505329.54,13505396.25,127,19,106.73600000143051,ghz -1492,SUCCESS,2,1,11059.79,13505396.25,13516456.04,127,4940,17695.66399999857,qftentangled -1493,SUCCESS,2,1,1895.29,13516456.04,13518351.33,127,634,3032.4640000015497,qftentangled -1494,SUCCESS,2,1,363.49,13518351.33,13518714.82,127,80,581.5840000003576,graphstate -1496,SUCCESS,2,1,352.29,13518714.82,13519067.11,127,97,563.6639999985695,graphstate -1498,SUCCESS,2,1,2151.63,13519067.11,13521218.74,127,1409,3442.6080000013117,ae -1499,SUCCESS,2,1,331.63,13521218.74,13521550.37,127,81,530.6079999983311,wstate -1500,SUCCESS,2,1,1097.51,13521550.37,13522647.88,127,690,1756.0160000026226,twolocalrandom -1501,SUCCESS,2,1,8884.12,13522647.88,13531532,127,3537,14214.591999998689,ae -1502,SUCCESS,2,1,42988.81,13531532,13574520.81,127,19709,68782.09600000083,random -1504,SUCCESS,2,1,2170.12,13574520.81,13576690.93,127,895,3472.191999998689,twolocalrandom -1505,SUCCESS,2,1,1185.89,13576690.93,13577876.82,127,360,1897.4240000009538,qftentangled -1506,SUCCESS,2,1,6432.02,13577876.82,13584308.84,127,3657,10291.231999999285,qft -1508,SUCCESS,2,1,2203.59,13584308.84,13586512.43,127,633,3525.743999999762,dj -1509,SUCCESS,2,1,16160.03,13586512.43,13602672.46,127,5351,25856.04799999893,qftentangled -1512,SUCCESS,2,1,6176.38,13602672.46,13608848.84,127,1506,9882.208000001312,twolocalrandom -1514,SUCCESS,2,1,260.46,13608848.84,13609109.3,127,131,416.7360000014305,graphstate -1515,SUCCESS,2,1,28087.07,13609109.3,13637196.37,127,12162,44939.3119999975,su2random -1516,SUCCESS,2,1,2837.65,13637196.37,13640034.02,127,1206,4540.240000000596,qftentangled -1518,SUCCESS,2,1,1701.08,13640034.02,13641735.1,127,389,2721.728000000119,qftentangled -1520,SUCCESS,2,1,17554.67,13641735.1,13659289.77,127,5331,28087.47199999988,realamprandom -1521,SUCCESS,2,1,61.25,13659289.77,13659351.02,127,21,98.0,vqe -1523,SUCCESS,2,1,18137.67,13659351.02,13677488.69,127,4434,29020.27199999988,qpeexact -1525,SUCCESS,2,1,1464.92,13677488.69,13678953.61,127,483,2343.8719999998807,qpeinexact -1526,SUCCESS,2,1,12309.34,13678953.61,13691262.95,127,5057,19694.943999999763,realamprandom -1527,SUCCESS,2,1,15078.24,13691262.95,13706341.19,127,7548,24125.184000000358,su2random -1528,SUCCESS,2,1,25700.58,13706341.19,13732041.77,127,5414,41120.92800000012,qnn -1529,SUCCESS,2,1,212.15,13732041.77,13732253.92,127,112,339.44000000059606,dj -1530,SUCCESS,2,1,815.39,13732253.92,13733069.31,127,477,1304.6240000009539,dj -1531,SUCCESS,2,1,814.87,13733069.31,13733884.18,127,223,1303.7919999986889,qft -1532,SUCCESS,2,1,102.8,13733884.18,13733986.98,127,85,164.4800000011921,graphstate -1533,SUCCESS,2,1,129.26,13733986.98,13734116.24,127,73,206.81599999964237,wstate -1535,SUCCESS,2,1,406.42,13734116.24,13734522.66,127,105,650.2719999998808,wstate -1539,SUCCESS,2,1,17981.91,13734522.66,13752504.57,127,4254,28771.05600000024,qft -1541,SUCCESS,2,1,10964.46,13752504.57,13763469.03,127,2545,17543.135999998452,qpeexact -1544,SUCCESS,2,1,3143.73,13763469.03,13766612.76,127,897,5029.968000000716,wstate -1545,SUCCESS,2,1,8368.37,13766612.76,13774981.13,127,2002,13389.39199999869,twolocalrandom -1546,SUCCESS,2,1,22746.4,13774981.13,13797727.53,127,9372,36394.240000000595,su2random -1548,SUCCESS,2,1,1075.17,13797727.53,13798802.7,127,615,1720.2719999998808,dj -1549,SUCCESS,2,1,712.6,13798802.7,13799515.3,127,279,1140.1600000023843,dj -1550,SUCCESS,2,1,1537.42,13799515.3,13801052.72,127,400,2459.871999999881,ae -1551,SUCCESS,2,1,40928.73,13801052.72,13841981.45,127,8531,65485.96799999774,twolocalrandom -1552,SUCCESS,2,1,13899.29,13841981.45,13855880.74,127,7182,22238.86400000155,su2random -1553,SUCCESS,2,1,46774.7,13855880.74,13902655.44,127,22876,74839.51999999881,random -1554,SUCCESS,2,1,987.5,13902655.44,13903642.94,127,245,1580.0,wstate -1556,SUCCESS,2,1,783.96,13903642.94,13904426.9,127,521,1254.3360000014306,qftentangled -1557,SUCCESS,2,1,15215.92,13904426.9,13919642.82,127,4769,24345.47199999988,qft -1558,SUCCESS,2,1,22885.4,13919642.82,13942528.22,127,6731,36616.640000000596,su2random -1559,SUCCESS,2,1,618.08,13942528.22,13943146.3,127,406,988.9280000001193,qpeinexact -1560,SUCCESS,2,1,4820.21,13943146.3,13947966.51,127,1263,7712.3359999984505,qnn -1561,SUCCESS,2,1,11951.12,13947966.51,13959917.63,127,2686,19121.79200000167,qpeinexact -1562,SUCCESS,2,1,784.09,13959917.63,13960701.72,127,367,1254.5439999997616,graphstate -1563,SUCCESS,2,1,9513.39,13960701.72,13970215.11,127,4605,15221.423999997975,qwalk-noancilla -1564,SUCCESS,2,1,6083.1,13970215.11,13976298.21,127,2597,9732.959999999404,qft -1566,SUCCESS,2,1,25079.18,13976298.21,14001377.39,127,8008,40126.688000002505,su2random -1567,SUCCESS,2,1,185.67,14001377.39,14001563.06,127,105,297.0719999998808,wstate -1568,SUCCESS,2,1,10193.49,14001563.06,14011756.55,127,4354,16309.583999997378,qpeinexact -1569,SUCCESS,2,1,35072,14011756.55,14046828.55,127,12800,56115.20000000298,twolocalrandom -1570,SUCCESS,2,1,2307.03,14046828.55,14049135.58,127,527,3691.2479999989273,qftentangled -1571,SUCCESS,2,1,3592.35,14049135.58,14052727.93,127,2059,5747.7599999994045,qnn -1572,SUCCESS,2,1,3757.1,14052727.93,14056485.03,127,2139,6011.359999999404,realamprandom -1573,SUCCESS,2,1,901.68,14056485.03,14057386.71,127,578,1442.6880000025035,ghz -1574,SUCCESS,2,1,2911.92,14057386.71,14060298.63,127,665,4659.071999999881,dj -1575,SUCCESS,2,1,464.24,14060298.63,14060762.87,127,97,742.7839999973775,wstate -1576,SUCCESS,2,1,1391.77,14060762.87,14062154.64,127,350,2226.832000002265,dj -1577,SUCCESS,2,1,1604.97,14062154.64,14063759.61,127,1081,2567.951999998093,qpeinexact -1578,SUCCESS,2,1,3596.28,14063759.61,14067355.89,127,976,5754.048000001908,random -1579,SUCCESS,2,1,1457.95,14067355.89,14068813.84,127,517,2332.719999998808,dj -1581,SUCCESS,2,1,224.14,14068813.84,14069037.98,127,98,358.6240000009537,graphstate -1582,SUCCESS,2,1,1545.8,14069037.98,14070583.78,127,487,2473.279999998212,pricingcall -1584,SUCCESS,2,1,1110.6,14070583.78,14071694.38,127,388,1776.959999999404,wstate -1585,SUCCESS,2,1,157.43,14071694.38,14071851.81,127,54,251.88800000250342,graphstate -1586,SUCCESS,2,1,830.8,14071851.81,14072682.61,127,547,1329.279999998212,qnn -1587,SUCCESS,2,1,1727.32,14072682.61,14074409.93,127,527,2763.712000000477,qnn -1588,SUCCESS,2,1,1871.11,14074409.93,14076281.04,127,417,2993.7759999990467,portfolioqaoa -1589,SUCCESS,2,1,870.61,14076281.04,14077151.65,127,291,1392.9760000020267,qpeinexact -1590,SUCCESS,2,1,10389.71,14077151.65,14087541.36,127,3750,16623.53599999845,qpeinexact -1592,SUCCESS,2,1,711.83,14087541.36,14088253.19,127,165,1138.9280000001193,wstate -1593,SUCCESS,2,1,1246.18,14088253.19,14089499.37,127,475,1993.8879999995233,qpeinexact -1594,SUCCESS,2,1,2392.46,14089499.37,14091891.83,127,652,3827.936000001431,qftentangled -1595,SUCCESS,2,1,28040.38,14091891.83,14119932.21,127,6505,44864.60800000132,qpeinexact -1596,SUCCESS,2,1,353.83,14119932.21,14120286.04,127,125,566.127999997139,wstate -1598,SUCCESS,2,1,24227.58,14120286.04,14144513.62,127,11340,38764.12800000012,realamprandom -1599,SUCCESS,2,1,28407,14144513.62,14172920.62,127,8355,45451.200000000004,qpeexact -1600,SUCCESS,2,1,1713.6,14172920.62,14174634.22,127,360,2741.7600000023845,qpeexact -1601,SUCCESS,2,1,29653.72,14174634.22,14204287.94,127,12743,47445.9519999981,su2random -1602,SUCCESS,2,1,4356.08,14204287.94,14208644.02,127,1010,6969.728000000119,qftentangled -1603,SUCCESS,2,1,5634.4,14208644.02,14214278.42,127,2518,9015.040000000596,random -1604,SUCCESS,2,1,233.85,14214278.42,14214512.27,127,105,374.15999999940396,ghz -1605,SUCCESS,2,1,15680.35,14214512.27,14230192.62,127,6234,25088.559999999405,qpeexact -1608,SUCCESS,2,1,27216.52,14230192.62,14257409.14,127,10964,43546.43200000227,qpeexact -1609,SUCCESS,2,1,302.5,14257409.14,14257711.64,127,85,484.0,wstate -1611,SUCCESS,2,1,662.78,14257711.64,14258374.42,127,405,1060.4479999989271,wstate -1612,SUCCESS,2,1,33104.04,14258374.42,14291478.46,127,8218,52966.46400000155,su2random -1613,SUCCESS,2,1,44890.36,14291478.46,14336368.82,127,12800,71824.57599999906,realamprandom -1614,SUCCESS,2,1,10462.64,14336368.82,14346831.46,127,7976,16740.224000000955,su2random -1616,SUCCESS,2,1,1853.09,14346831.46,14348684.55,127,649,2964.9439999997617,dj -1618,SUCCESS,2,1,2826.81,14348684.55,14351511.36,127,1258,4522.895999997854,qpeexact -1619,SUCCESS,2,1,12324.73,14351511.36,14363836.09,127,2961,19719.568000000716,su2random -1620,SUCCESS,2,1,1162.25,14363836.09,14364998.34,127,458,1859.6000000000001,qft -1621,SUCCESS,2,1,123.31,14364998.34,14365121.65,127,44,197.29600000083448,graphstate -1622,SUCCESS,2,1,623.55,14365121.65,14365745.2,127,135,997.6799999982119,dj -1623,SUCCESS,2,1,190.95,14365745.2,14365936.15,127,101,305.52000000178816,graphstate -1624,SUCCESS,2,1,16124.22,14365936.15,14382060.37,127,3917,25798.751999998094,realamprandom -1625,SUCCESS,2,1,2668.75,14382060.37,14384729.12,127,1424,4270.0,qpeinexact -1626,SUCCESS,2,1,733.51,14384729.12,14385462.63,127,286,1173.6160000026227,dj -1628,SUCCESS,2,1,1489.15,14385462.63,14386951.78,127,311,2382.639999997616,qftentangled -1629,SUCCESS,2,1,3538.1,14386951.78,14390489.88,127,791,5660.960000002385,qft -1630,SUCCESS,2,1,153.8,14390489.88,14390643.68,127,39,246.07999999821186,ghz -1631,SUCCESS,2,1,5991.06,14390643.68,14396634.74,127,1581,9585.696000000835,wstate -1633,SUCCESS,2,1,542.05,14396634.74,14397176.79,127,313,867.2799999982119,graphstate -1634,SUCCESS,2,1,111755.9,14397176.79,14508932.69,127,27102,178809.4400000006,random -1635,SUCCESS,2,1,3591.77,14508932.69,14512524.46,127,849,5746.832000002265,realamprandom -1638,SUCCESS,2,1,106.85,14512524.46,14512631.31,127,38,170.95999999940398,graphstate -1639,SUCCESS,2,1,711.62,14512631.31,14513342.93,127,375,1138.5919999986888,qpeexact -1640,SUCCESS,2,1,2344.59,14513342.93,14515687.52,127,511,3751.3439999997618,qnn -1643,SUCCESS,2,1,24657.11,14515687.52,14540344.63,127,12858,39451.37600000203,su2random -1644,SUCCESS,2,1,3912.76,14540344.63,14544257.39,127,3201,6260.415999999643,qftentangled -1645,SUCCESS,2,1,8796.27,14544257.39,14553053.66,127,2388,14074.031999999286,random -1646,SUCCESS,2,1,820.86,14553053.66,14553874.52,127,225,1313.3759999990464,graphstate -1648,SUCCESS,2,1,7489.57,14553874.52,14561364.09,127,1617,11983.312000000478,wstate -1649,SUCCESS,2,1,167.77,14561364.09,14561531.86,127,100,268.43199999928476,graphstate -1651,SUCCESS,2,1,781.07,14561531.86,14562312.93,127,181,1249.712000000477,random -1652,SUCCESS,2,1,9548,14562312.93,14571860.93,127,4760,15276.800000000001,random -1653,SUCCESS,2,1,66.41,14571860.93,14571927.34,127,32,106.25600000023843,dj -1654,SUCCESS,2,1,12691.8,14571927.34,14584619.14,127,5443,20306.880000001194,qpeexact -1656,SUCCESS,2,1,515.65,14584619.14,14585134.79,127,300,825.0399999976158,ghz -1661,SUCCESS,2,1,246.61,14585134.79,14585381.4,127,52,394.5760000020266,ghz -1665,SUCCESS,2,1,9392.44,14585381.4,14594773.84,127,2774,15027.903999999166,realamprandom -1666,SUCCESS,2,1,25055.33,14594773.84,14619829.17,127,7923,40088.52800000012,ae -1667,SUCCESS,2,1,2506.04,14619829.17,14622335.21,127,572,4009.6639999985696,dj -1668,SUCCESS,2,1,20598.24,14622335.21,14642933.45,127,9903,32957.18400000036,grover-noancilla -1669,SUCCESS,2,1,21498.02,14642933.45,14664431.47,127,4824,34396.832000002265,ae -1670,SUCCESS,2,1,170.12,14664431.47,14664601.59,127,55,272.1919999986887,ghz -1671,SUCCESS,2,1,538.21,14664601.59,14665139.8,127,327,861.1359999984503,portfoliovqe -1672,SUCCESS,2,1,259.27,14665139.8,14665399.07,127,169,414.832000002265,pricingput -1673,SUCCESS,2,1,1470.48,14665399.07,14666869.55,127,1022,2352.7680000007153,su2random -1675,SUCCESS,2,1,2635.29,14666869.55,14669504.84,127,1174,4216.463999998569,qnn -1676,SUCCESS,2,1,1166.16,14669504.84,14670671,127,607,1865.8560000002385,ae -1677,SUCCESS,2,1,15127.97,14670671,14685798.97,127,3886,24204.752000001074,realamprandom -1679,SUCCESS,2,1,2672.97,14685798.97,14688471.94,127,570,4276.751999998093,dj -1680,SUCCESS,2,1,547.48,14688471.94,14689019.42,127,181,875.9680000007153,wstate -1681,SUCCESS,2,1,20109.48,14689019.42,14709128.9,127,5734,32175.168000000718,ae -1683,SUCCESS,2,1,23300.95,14709128.9,14732429.85,127,7525,37281.51999999881,qnn -1684,SUCCESS,2,1,9742.36,14732429.85,14742172.21,127,2077,15587.775999999047,qpeinexact -1685,SUCCESS,2,1,626.81,14742172.21,14742799.02,127,348,1002.8960000008345,graphstate -1686,SUCCESS,2,1,1134.18,14742799.02,14743933.2,127,415,1814.6879999995233,twolocalrandom -1687,SUCCESS,2,1,1751.1,14743933.2,14745684.3,127,1105,2801.7600000023845,su2random -1688,SUCCESS,2,1,2463.08,14745684.3,14748147.38,127,886,3940.9280000001195,dj -1689,SUCCESS,2,1,39036.82,14748147.38,14787184.2,127,8252,62458.9119999975,realamprandom -1690,SUCCESS,2,1,1551.57,14787184.2,14788735.77,127,938,2482.512000000477,twolocalrandom -1691,SUCCESS,2,1,3602.01,14788735.77,14792337.78,127,766,5763.215999999643,qpeexact -1693,SUCCESS,2,1,33351.72,14792337.78,14825689.5,127,8696,53362.75200000108,qpeexact -1694,SUCCESS,2,1,4666.71,14825689.5,14830356.21,127,2978,7466.735999998451,qnn -1695,SUCCESS,2,1,1387.12,14830356.21,14831743.33,127,312,2219.392000001669,dj -1696,SUCCESS,2,1,257.99,14831743.33,14832001.32,127,201,412.78400000035765,su2random -1697,SUCCESS,2,1,5374.89,14832001.32,14837376.21,127,2923,8599.823999997974,qpeinexact -1698,SUCCESS,2,1,1207.34,14837376.21,14838583.55,127,269,1931.7440000027418,twolocalrandom -1699,SUCCESS,2,1,18251.53,14838583.55,14856835.08,127,4185,29202.447999998927,twolocalrandom -1700,SUCCESS,2,1,770.44,14856835.08,14857605.52,127,263,1232.7039999991657,dj -1702,SUCCESS,2,1,579.49,14857605.52,14858185.01,127,215,927.1840000003576,ghz -1704,SUCCESS,2,1,16439.28,14858185.01,14874624.29,127,3901,26302.84799999893,ae -1705,SUCCESS,2,1,2355.38,14874624.29,14876979.67,127,493,3768.6080000013117,dj -1706,SUCCESS,2,1,2329.83,14876979.67,14879309.5,127,1362,3727.728000000119,qpeexact -1707,SUCCESS,2,1,3604.8,14879309.5,14882914.3,127,1502,5767.680000001193,qftentangled -1708,SUCCESS,2,1,2095.76,14882914.3,14885010.06,127,923,3353.2159999996425,ae -1709,SUCCESS,2,1,960.08,14885010.06,14885970.14,127,227,1536.1280000001193,realamprandom -1710,SUCCESS,2,1,268.97,14885970.14,14886239.11,127,70,430.35199999809265,dj -1711,SUCCESS,2,1,14483.82,14886239.11,14900722.93,127,4644,23174.112000000478,qnn -1712,SUCCESS,2,1,1601.72,14900722.93,14902324.65,127,671,2562.752000001073,qwalk-v-chain -1713,SUCCESS,2,1,53.76,14902324.65,14902378.41,127,22,86.01599999964237,vqe -1714,SUCCESS,2,1,11027.13,14902378.41,14913405.54,127,7639,17643.407999998333,qpeexact -1715,SUCCESS,2,1,1752.77,14913405.54,14915158.31,127,447,2804.4320000022653,random -1716,SUCCESS,2,1,20891.89,14915158.31,14936050.2,127,4498,33427.023999997975,su2random -1717,SUCCESS,2,1,18078.6,14936050.2,14954128.8,127,4186,28925.760000002385,qpeexact -1718,SUCCESS,2,1,38910.4,14954128.8,14993039.2,127,13288,62256.63999999762,random -1719,SUCCESS,2,1,802.25,14993039.2,14993841.45,127,231,1283.6000000000001,dj -1720,SUCCESS,2,1,25824.16,14993841.45,15019665.61,127,6268,41318.65600000024,qpeexact -1721,SUCCESS,2,1,14631.46,15019665.61,15034297.07,127,3645,23410.336000001433,random -1722,SUCCESS,2,1,10627.7,15034297.07,15044924.77,127,4747,17004.31999999881,su2random -1724,SUCCESS,2,1,25034.4,15044924.77,15069959.17,127,5795,40055.0400000006,qftentangled -1725,SUCCESS,2,1,9763.37,15069959.17,15079722.54,127,2363,15621.39199999869,qft -1727,SUCCESS,2,1,22705.3,15079722.54,15102427.84,127,7975,36328.4800000012,qpeinexact -1728,SUCCESS,2,1,2475.99,15102427.84,15104903.83,127,961,3961.5840000003577,qpeexact -1729,SUCCESS,2,1,1567.23,15104903.83,15106471.06,127,957,2507.5680000007155,ghz -1730,SUCCESS,2,1,1799.74,15106471.06,15108270.8,127,733,2879.5839999973778,qpeinexact -1733,SUCCESS,2,1,495.11,15108270.8,15108765.91,127,120,792.1760000020266,graphstate -1734,SUCCESS,2,1,8855.78,15108765.91,15117621.69,127,7224,14169.247999998928,pricingcall -1735,SUCCESS,2,1,10327.63,15117621.69,15127949.32,127,6320,16524.208000001312,qpeexact -1736,SUCCESS,2,1,2331.1,15127949.32,15130280.42,127,1146,3729.759999999404,wstate -1738,SUCCESS,2,1,13962.08,15130280.42,15144242.5,127,4976,22339.32800000012,qftentangled -1739,SUCCESS,2,1,442.54,15144242.5,15144685.04,127,166,708.0639999985696,twolocalrandom -1740,SUCCESS,2,1,3548.2,15144685.04,15148233.24,127,1007,5677.120000001789,twolocalrandom -1741,SUCCESS,2,1,9216.47,15148233.24,15157449.71,127,4745,14746.352000001074,twolocalrandom -1742,SUCCESS,2,1,5706.18,15157449.71,15163155.89,127,1937,9129.887999999524,su2random -1743,SUCCESS,2,1,749.95,15163155.89,15163905.84,127,431,1199.919999998808,twolocalrandom -1744,SUCCESS,2,1,366.62,15163905.84,15164272.46,127,167,586.5919999986887,graphstate -1745,SUCCESS,2,1,2676.65,15164272.46,15166949.11,127,682,4282.640000000596,qftentangled -1746,SUCCESS,2,1,6255.36,15166949.11,15173204.47,127,1633,10008.576000002027,qnn -1747,SUCCESS,2,1,1102.27,15173204.47,15174306.74,127,807,1763.6319999992847,qnn -1748,SUCCESS,2,1,3385.61,15174306.74,15177692.35,127,920,5416.9759999990465,ghz -1749,SUCCESS,2,1,550.67,15177692.35,15178243.02,127,181,881.0719999998809,dj -1750,SUCCESS,2,1,7825.85,15178243.02,15186068.87,127,4181,12521.359999999404,qpeexact -1751,SUCCESS,2,1,1731.56,15186068.87,15187800.43,127,593,2770.4960000008346,dj -1752,SUCCESS,2,1,2806.35,15187800.43,15190606.78,127,921,4490.159999999404,qftentangled -1753,SUCCESS,2,1,2701.86,15190606.78,15193308.64,127,1898,4322.976000002027,qpeinexact -1754,SUCCESS,2,1,239.05,15193308.64,15193547.69,127,61,382.4799999982119,graphstate -1755,SUCCESS,2,1,1838.57,15193547.69,15195386.26,127,892,2941.712000000477,twolocalrandom -1756,SUCCESS,2,1,5587,15195386.26,15200973.26,127,4052,8939.2,qft -1758,SUCCESS,2,1,483.79,15200973.26,15201457.05,127,312,774.0639999985696,portfoliovqe -1759,SUCCESS,2,1,1576.25,15201457.05,15203033.3,127,562,2522.0,dj -1760,SUCCESS,2,1,931.46,15203033.3,15203964.76,127,233,1490.3360000014306,twolocalrandom -1761,SUCCESS,2,1,26123.41,15203964.76,15230088.17,127,7996,41797.45600000024,qftentangled -1762,SUCCESS,2,1,2990.97,15230088.17,15233079.14,127,1188,4785.552000001073,twolocalrandom -1763,SUCCESS,2,1,3999.89,15233079.14,15237079.03,127,1619,6399.823999997974,realamprandom -1764,SUCCESS,2,1,816.4,15237079.03,15237895.43,127,185,1306.2400000005962,dj -1765,SUCCESS,2,1,8402.43,15237895.43,15246297.86,127,1901,13443.887999999524,ae -1766,SUCCESS,2,1,155.21,15246297.86,15246453.07,127,43,248.33600000143053,graphstate -1767,SUCCESS,2,1,94.68,15246453.07,15246547.75,127,26,151.48799999952317,graphstate -1768,SUCCESS,2,1,181.13,15246547.75,15246728.88,127,49,289.8080000013113,groundstate -1770,SUCCESS,2,1,483.19,15246728.88,15247212.07,127,335,773.1039999991656,dj -1771,SUCCESS,2,1,512.49,15247212.07,15247724.56,127,113,819.9840000003577,graphstate -1773,SUCCESS,2,1,51.3,15247724.56,15247775.86,127,20,82.07999999821186,ghz -1774,SUCCESS,2,1,88.05,15247775.86,15247863.91,127,46,140.8800000011921,graphstate -1775,SUCCESS,2,1,104.68,15247863.91,15247968.59,127,83,167.48799999952317,graphstate -1777,SUCCESS,2,1,3773.07,15247968.59,15251741.66,127,1815,6036.912000000477,qft -1779,SUCCESS,2,1,1863.07,15251741.66,15253604.73,127,837,2980.912000000477,qpeinexact -1780,SUCCESS,2,1,1350.08,15253604.73,15254954.81,127,494,2160.1280000001193,ghz -1781,SUCCESS,2,1,11075.98,15254954.81,15266030.79,127,2356,17721.567999997736,qftentangled -1782,SUCCESS,2,1,22531.3,15266030.79,15288562.09,127,6032,36050.080000001195,qftentangled -1783,SUCCESS,2,1,6268.52,15288562.09,15294830.61,127,3747,10029.631999999285,qftentangled -1785,SUCCESS,2,1,5105.79,15294830.61,15299936.4,127,2568,8169.26400000155,qft -1786,SUCCESS,2,1,12348.04,15299936.4,15312284.44,127,2734,19756.86399999857,qft -1787,SUCCESS,2,1,841.39,15312284.44,15313125.83,127,301,1346.2240000009538,su2random -1788,SUCCESS,2,1,2982.2,15313125.83,15316108.03,127,1194,4771.519999998808,qpeexact -1789,SUCCESS,2,1,125.83,15316108.03,15316233.86,127,29,201.32800000011923,graphstate -1790,SUCCESS,2,1,312.95,15316233.86,15316546.81,127,81,500.72000000178815,dj -1791,SUCCESS,2,1,2868.78,15316546.81,15319415.59,127,684,4590.0479999989275,dj -1793,SUCCESS,2,1,1836.81,15319415.59,15321252.4,127,559,2938.8960000008346,qftentangled -1794,SUCCESS,2,1,35389.73,15321252.4,15356642.13,127,8201,56623.56800000072,random -1795,SUCCESS,2,1,45922.2,15356642.13,15402564.33,127,12661,73475.51999999881,qnn -1796,SUCCESS,2,1,656.39,15402564.33,15403220.72,127,369,1050.2240000009538,ae -1797,SUCCESS,2,1,2110.1,15403220.72,15405330.82,127,895,3376.159999999404,qpeinexact -1798,SUCCESS,2,1,5413.55,15405330.82,15410744.37,127,1333,8661.679999998212,ae -1799,SUCCESS,2,1,35.98,15410744.37,15410780.35,127,11,57.56800000071526,ghz -1800,SUCCESS,2,1,25409.11,15410780.35,15436189.46,127,19688,40654.57599999905,grover-v-chain -1802,SUCCESS,2,1,792.09,15436189.46,15436981.55,127,573,1267.344000002742,ghz -1803,SUCCESS,2,1,42679.8,15436981.55,15479661.35,127,12352,68287.67999999822,qnn -1804,SUCCESS,2,1,15913.65,15479661.35,15495575,127,11133,25461.840000000597,realamprandom -1805,SUCCESS,2,1,2832.33,15495575,15498407.33,127,1112,4531.728000000119,qnn -1806,SUCCESS,2,1,842.76,15498407.33,15499250.09,127,653,1348.4159999996425,ae -1807,SUCCESS,2,1,651.32,15499250.09,15499901.41,127,421,1042.1120000004769,wstate -1808,SUCCESS,2,1,4044.94,15499901.41,15503946.35,127,1726,6471.9039999991655,qnn -1809,SUCCESS,2,1,728.15,15503946.35,15504674.5,127,309,1165.0400000005961,wstate -1810,SUCCESS,2,1,1630.23,15504674.5,15506304.73,127,402,2608.3680000007153,dj -1811,SUCCESS,2,1,11015.81,15506304.73,15517320.54,127,8694,17625.295999997856,qnn -1814,SUCCESS,2,1,52293.22,15517320.54,15569613.76,127,14274,83669.15200000108,random -1816,SUCCESS,2,1,2483.57,15569613.76,15572097.33,127,579,3973.712000000477,twolocalrandom -1818,SUCCESS,2,1,369.5,15572097.33,15572466.83,127,88,591.2,ghz -1819,SUCCESS,2,1,1182.68,15572466.83,15573649.51,127,509,1892.2879999995232,qft -1820,SUCCESS,2,1,2090.66,15573649.51,15575740.17,127,856,3345.056000000239,qftentangled -1822,SUCCESS,2,1,27852,15575740.17,15603592.17,127,10550,44563.200000000004,grover-v-chain -1823,SUCCESS,2,1,1680.99,15603592.17,15605273.16,127,490,2689.5840000003577,dj -1825,SUCCESS,2,1,1146.37,15605273.16,15606419.53,127,379,1834.1919999986887,graphstate -1826,SUCCESS,2,1,10286.15,15606419.53,15616705.68,127,2932,16457.840000000597,realamprandom -1827,SUCCESS,2,1,3959.46,15616705.68,15620665.14,127,1335,6335.136000001431,qftentangled -1828,SUCCESS,2,1,3844.51,15620665.14,15624509.65,127,1145,6151.215999999643,ae -1829,SUCCESS,2,1,468.85,15624509.65,15624978.5,127,108,750.159999999404,dj -1830,SUCCESS,2,1,4817.33,15624978.5,15629795.83,127,1178,7707.728000000119,realamprandom -1831,SUCCESS,2,1,4791.16,15629795.83,15634586.99,127,1098,7665.856000000239,qft -1833,SUCCESS,2,1,18414.97,15634586.99,15653001.96,127,4709,29463.951999998095,realamprandom -1834,SUCCESS,2,1,48060.84,15653001.96,15701062.8,127,15306,76897.34400000275,random -1835,SUCCESS,2,1,1375.36,15701062.8,15702438.16,127,298,2200.5759999990464,dj -1836,SUCCESS,2,1,13616.7,15702438.16,15716054.86,127,4116,21786.719999998808,qnn -1837,SUCCESS,2,1,4890.6,15716054.86,15720945.46,127,2574,7824.960000002385,qpeexact -1838,SUCCESS,2,1,3404.21,15720945.46,15724349.67,127,941,5446.735999998451,ae -1839,SUCCESS,2,1,6034.37,15724349.67,15730384.04,127,1929,9654.991999998689,qnn -1840,SUCCESS,2,1,32898.04,15730384.04,15763282.08,127,15214,52636.86400000155,twolocalrandom -1841,SUCCESS,2,1,30510.03,15763282.08,15793792.11,127,7160,48816.04799999893,ae -1843,SUCCESS,2,1,20657.7,15793792.11,15814449.81,127,4864,33052.32000000179,random -1846,SUCCESS,2,1,1847.41,15814449.81,15816297.22,127,546,2955.8560000002385,qpeexact -1849,SUCCESS,2,1,2270.05,15816297.22,15818567.27,127,472,3632.079999998212,ghz -1850,SUCCESS,2,1,10194.8,15818567.27,15828762.07,127,3225,16311.680000001194,realamprandom -1851,SUCCESS,2,1,15870.56,15828762.07,15844632.63,127,9719,25392.896000000837,random -1852,SUCCESS,2,1,959.71,15844632.63,15845592.34,127,311,1535.5359999984503,graphstate -1853,SUCCESS,2,1,390.46,15845592.34,15845982.8,127,108,624.7359999984503,graphstate -1856,SUCCESS,2,1,15545.2,15845982.8,15861528,127,3533,24872.32000000179,qft -1859,SUCCESS,2,1,4879.05,15861528,15866407.05,127,1264,7806.479999998212,wstate -1860,SUCCESS,2,1,3023.85,15866407.05,15869430.9,127,711,4838.160000002385,qpeinexact -1861,SUCCESS,2,1,103.8,15869430.9,15869534.7,127,24,166.07999999821186,ghz -1863,SUCCESS,2,1,23485.87,15869534.7,15893020.57,127,6934,37577.39200000167,qftentangled -1864,SUCCESS,2,1,435.52,15893020.57,15893456.09,127,185,696.8319999992848,wstate -1865,SUCCESS,2,1,326.21,15893456.09,15893782.3,127,233,521.9359999984503,wstate -1866,SUCCESS,2,1,6534.8,15893782.3,15900317.1,127,1899,10455.680000001194,qpeinexact -1867,SUCCESS,2,1,5320.38,15900317.1,15905637.48,127,1514,8512.608000001312,su2random -1868,SUCCESS,2,1,475.87,15905637.48,15906113.35,127,211,761.3919999986888,ghz -1870,SUCCESS,2,1,5978.23,15906113.35,15912091.58,127,1310,9565.168000000716,qftentangled -1871,SUCCESS,2,1,957.48,15912091.58,15913049.06,127,307,1531.9680000007154,qpeexact -1872,SUCCESS,2,1,1190.53,15913049.06,15914239.59,127,588,1904.8479999989272,dj -1873,SUCCESS,2,1,2829.69,15914239.59,15917069.28,127,1054,4527.503999999166,wstate -1875,SUCCESS,2,1,16004.2,15917069.28,15933073.48,127,6512,25606.72000000179,qpeinexact -1876,SUCCESS,2,1,74.97,15933073.48,15933148.45,127,45,119.95199999809266,ghz -1877,SUCCESS,2,1,9289.61,15933148.45,15942438.06,127,3343,14863.376000002027,qft -1878,SUCCESS,2,1,6107.83,15942438.06,15948545.89,127,3735,9772.52800000012,su2random -1879,SUCCESS,2,1,33284.53,15948545.89,15981830.42,127,7339,53255.24799999893,ae -1880,SUCCESS,2,1,33014.08,15981830.42,16014844.5,127,9379,52822.52800000012,realamprandom -1881,SUCCESS,2,1,14150.28,16014844.5,16028994.78,127,3718,22640.447999998927,qpeexact -1882,SUCCESS,2,1,4073.91,16028994.78,16033068.69,127,2699,6518.256000000239,qnn -1885,SUCCESS,2,1,140.76,16033068.69,16033209.45,127,41,225.21599999964238,wstate -1887,SUCCESS,2,1,2143.86,16033209.45,16035353.31,127,525,3430.1760000020267,twolocalrandom -1889,SUCCESS,2,1,17850.77,16035353.31,16053204.08,127,4302,28561.231999999287,qpeinexact -1890,SUCCESS,2,1,129.08,16053204.08,16053333.16,127,46,206.52800000011922,ghz -1893,SUCCESS,2,1,7552.91,16053333.16,16060886.07,127,1909,12084.65600000024,ae -1894,SUCCESS,2,1,7134.15,16060886.07,16068020.22,127,2284,11414.640000000596,ae -1895,SUCCESS,2,1,65.69,16068020.22,16068085.91,127,47,105.10399999916554,ghz -1896,SUCCESS,2,1,164.01,16068085.91,16068249.92,127,93,262.4159999996424,ghz -1897,SUCCESS,2,1,876.35,16068249.92,16069126.27,127,206,1402.1599999994041,ghz -1898,SUCCESS,2,1,99.37,16069126.27,16069225.64,127,22,158.99200000166894,vqe -1899,SUCCESS,2,1,58887.8,16069225.64,16128113.44,127,17101,94220.47999999822,random -1901,SUCCESS,2,1,2283.57,16128113.44,16130397.01,127,577,3653.712000000477,dj -1906,SUCCESS,2,1,10258.78,16130397.01,16140655.79,127,4831,16414.04799999893,qftentangled -1907,SUCCESS,2,1,4000.58,16140655.79,16144656.37,127,1384,6400.92800000012,wstate -1908,SUCCESS,2,1,13859.73,16144656.37,16158516.1,127,3923,22175.568000000716,su2random -1910,SUCCESS,2,1,2782.02,16158516.1,16161298.12,127,594,4451.231999999285,dj -1911,SUCCESS,2,1,7510.91,16161298.12,16168809.03,127,2007,12017.456000000238,qpeinexact -1912,SUCCESS,2,1,9671.33,16168809.03,16178480.36,127,3874,15474.12800000012,pricingput -1913,SUCCESS,2,1,579.39,16178480.36,16179059.75,127,171,927.0240000009537,dj -1915,SUCCESS,2,1,23059.3,16179059.75,16202119.05,127,6887,36894.88000000119,qpeexact -1917,SUCCESS,2,1,4291.2,16202119.05,16206410.25,127,3139,6865.919999998809,qftentangled -1918,SUCCESS,2,1,611.01,16206410.25,16207021.26,127,129,977.6159999996424,dj -1919,SUCCESS,2,1,107575.39,16207021.26,16314596.65,127,42909,172120.62400000097,random -1920,SUCCESS,2,1,94.98,16314596.65,16314691.63,127,27,151.96800000071525,ghz -1921,SUCCESS,2,1,19476.26,16314691.63,16334167.89,127,5904,31162.015999999643,realamprandom -1923,SUCCESS,2,1,14441.18,16334167.89,16348609.07,127,4243,23105.887999999526,qft -1924,SUCCESS,2,1,519.02,16348609.07,16349128.09,127,328,830.4319999992848,qpeexact -1925,SUCCESS,2,1,22355.02,16349128.09,16371483.11,127,10227,35768.031999999286,twolocalrandom -1926,SUCCESS,2,1,48330.9,16371483.11,16419814.01,127,10774,77329.4400000006,su2random -1927,SUCCESS,2,1,2630.31,16419814.01,16422444.32,127,999,4208.496000000835,qft -1928,SUCCESS,2,1,136.95,16422444.32,16422581.27,127,29,219.1199999988079,vqe -1929,SUCCESS,2,1,22200.28,16422581.27,16444781.55,127,15634,35520.44800000191,realamprandom -1930,SUCCESS,2,1,191.97,16444781.55,16444973.52,127,45,307.15199999809266,tsp -1931,SUCCESS,2,1,1768.19,16444973.52,16446741.71,127,1215,2829.103999999166,qnn -1932,SUCCESS,2,1,13868.93,16446741.71,16460610.64,127,7710,22190.288000002503,su2random -1933,SUCCESS,2,1,2698.48,16460610.64,16463309.12,127,1036,4317.567999997736,pricingput -1934,SUCCESS,2,1,46510.52,16463309.12,16509819.64,127,14724,74416.83200000226,random -1936,SUCCESS,2,1,13825.66,16509819.64,16523645.3,127,3210,22121.05600000024,su2random -1937,SUCCESS,2,1,574.49,16523645.3,16524219.79,127,179,919.1839999973774,pricingput -1938,SUCCESS,2,1,958.88,16524219.79,16525178.67,127,237,1534.2080000013113,realamprandom -1939,SUCCESS,2,1,441.22,16525178.67,16525619.89,127,148,705.952000001073,dj -1940,SUCCESS,2,1,118.65,16525619.89,16525738.54,127,76,189.83999999761582,ghz -1943,SUCCESS,2,1,289.01,16525738.54,16526027.55,127,133,462.4159999996424,wstate -1944,SUCCESS,2,1,17436.49,16526027.55,16543464.04,127,4101,27898.38400000036,qftentangled -1945,SUCCESS,2,1,5834.48,16543464.04,16549298.52,127,1331,9335.168000000716,qftentangled -1946,SUCCESS,2,1,4567.87,16549298.52,16553866.39,127,1216,7308.5920000016695,qftentangled -1948,SUCCESS,2,1,13896.24,16553866.39,16567762.63,127,3304,22233.98400000036,qft -1950,SUCCESS,2,1,30027.36,16567762.63,16597789.99,127,7697,48043.77599999905,qftentangled -1952,SUCCESS,2,1,4884.63,16597789.99,16602674.62,127,4031,7815.407999998331,qnn -1954,SUCCESS,2,1,392.88,16602674.62,16603067.5,127,102,628.6080000013113,dj -1956,SUCCESS,2,1,19644.05,16603067.5,16622711.55,127,5284,31430.480000001193,qpeexact -1958,SUCCESS,2,1,26177.26,16622711.55,16648888.81,127,6908,41883.615999999645,ae -1959,SUCCESS,2,1,129.66,16648888.81,16649018.47,127,93,207.45600000023842,ghz -1960,SUCCESS,2,1,12515.25,16649018.47,16661533.72,127,3730,20024.4,qpeexact -1961,SUCCESS,2,1,1027.89,16661533.72,16662561.61,127,271,1644.6239999979734,wstate -1962,SUCCESS,2,1,7247.06,16662561.61,16669808.67,127,3850,11595.296000000835,qpeexact -1963,SUCCESS,2,1,42864.49,16669808.67,16712673.16,127,10076,68583.18400000036,qnn -1965,SUCCESS,2,1,1421.59,16712673.16,16714094.75,127,325,2274.5439999997616,su2random -1967,SUCCESS,2,1,1917.85,16714094.75,16716012.6,127,1572,3068.559999999404,qpeexact -1968,SUCCESS,2,1,24027.27,16716012.6,16740039.87,127,6037,38443.631999999285,qftentangled -1969,SUCCESS,2,1,878.64,16740039.87,16740918.51,127,238,1405.8240000009537,dj -1970,SUCCESS,2,1,38631.08,16740918.51,16779549.59,127,8205,61809.72800000012,qft -1971,SUCCESS,2,1,54001.59,16779549.59,16833551.18,127,16335,86402.54399999976,twolocalrandom -1972,SUCCESS,2,1,2360.78,16833551.18,16835911.96,127,976,3777.2480000019077,qpeinexact -1974,SUCCESS,2,1,7166.03,16835911.96,16843077.99,127,3753,11465.648000001907,realamprandom -1975,SUCCESS,2,1,72.61,16843077.99,16843150.6,127,22,116.17599999904633,graphstate -1976,SUCCESS,2,1,8010.03,16843150.6,16851160.63,127,3349,12816.048000001909,twolocalrandom -1978,SUCCESS,2,1,1768.74,16851160.63,16852929.37,127,676,2829.9839999973774,dj -1979,SUCCESS,2,1,4250.15,16852929.37,16857179.52,127,2062,6800.239999997616,qpeinexact -1981,SUCCESS,2,1,331.92,16857179.52,16857511.44,127,153,531.072000002861,wstate -1982,SUCCESS,2,1,1517.91,16857511.44,16859029.35,127,731,2428.6560000002387,qpeexact -1983,SUCCESS,2,1,1001.36,16859029.35,16860030.71,127,381,1602.1759999990463,dj -1984,SUCCESS,2,1,2638.24,16860030.71,16862668.95,127,701,4221.184000003338,realamprandom -1986,SUCCESS,2,1,10247.02,16862668.95,16872915.97,127,2561,16395.231999999287,qpeexact -1990,SUCCESS,2,1,74.92,16872915.97,16872990.89,127,62,119.87199999690057,graphstate -1991,SUCCESS,2,1,1708.33,16872990.89,16874699.22,127,475,2733.3280000030995,qpeinexact -1993,SUCCESS,2,1,17759.1,16874699.22,16892458.32,127,4672,28414.559999996425,realamprandom -1994,SUCCESS,2,1,4676.75,16892458.32,16897135.07,127,2583,7482.8,qftentangled -1995,SUCCESS,2,1,1247.85,16897135.07,16898382.92,127,398,1996.5600000023842,pricingcall -1996,SUCCESS,2,1,865.35,16898382.92,16899248.27,127,249,1384.5599999964238,dj -1997,SUCCESS,2,1,629.64,16899248.27,16899877.91,127,218,1007.4240000009537,dj -1998,SUCCESS,2,1,4261.8,16899877.91,16904139.71,127,1664,6818.8800000011925,ae -1999,SUCCESS,2,1,10532.23,16904139.71,16914671.94,127,4670,16851.568000000716,qnn -2000,SUCCESS,2,1,408.63,16914671.94,16915080.57,127,144,653.8079999983311,ae -2001,SUCCESS,2,1,17613.99,16915080.57,16932694.56,127,4221,28182.384000003338,qftentangled -2003,SUCCESS,2,1,1728.91,16932694.56,16934423.47,127,516,2766.2560000002386,twolocalrandom -2004,SUCCESS,2,1,4062.43,16934423.47,16938485.9,127,988,6499.887999999523,qpeexact -2005,SUCCESS,2,1,16684.91,16938485.9,16955170.81,127,6292,26695.85600000024,su2random -2006,SUCCESS,2,1,835.57,16955170.81,16956006.38,127,194,1336.9119999945165,dj -2008,SUCCESS,2,1,17594.52,16956006.38,16973600.9,127,7389,28151.232000005246,qpeinexact -2009,SUCCESS,2,1,21341.73,16973600.9,16994942.63,127,4951,34146.76800000072,qpeexact -2011,SUCCESS,2,1,8070.22,16994942.63,17003012.85,127,1844,12912.351999998093,qnn -2013,SUCCESS,2,1,11297.92,17003012.85,17014310.77,127,3965,18076.671999996903,qftentangled -2014,SUCCESS,2,1,1114.48,17014310.77,17015425.25,127,311,1783.1680000007154,dj -2015,SUCCESS,2,1,8700.39,17015425.25,17024125.64,127,3991,13920.624000000955,qftentangled -2016,SUCCESS,2,1,22915.4,17024125.64,17047041.04,127,6322,36664.64000000358,qpeinexact -2017,SUCCESS,2,1,22038.59,17047041.04,17069079.63,127,5205,35261.743999999766,qftentangled -2018,SUCCESS,2,1,74.82,17069079.63,17069154.45,127,52,119.71199999451638,graphstate -2019,SUCCESS,2,1,18416.06,17069154.45,17087570.51,127,6239,29465.696000003816,qpeexact -2021,SUCCESS,2,1,50.08,17087570.51,17087620.59,127,20,80.12799999713899,ghz -2022,SUCCESS,2,1,246.45,17087620.59,17087867.04,127,91,394.31999999880793,graphstate -2023,SUCCESS,2,1,118.77,17087867.04,17087985.81,127,33,190.0320000052452,graphstate -2024,SUCCESS,2,1,37359.77,17087985.81,17125345.58,127,9933,59775.631999993326,realamprandom -2025,SUCCESS,2,1,9880.76,17125345.58,17135226.34,127,3865,15809.216000002623,qftentangled -2028,SUCCESS,2,1,5889.59,17135226.34,17141115.93,127,4576,9423.344000005722,qft -2029,SUCCESS,2,1,385.42,17141115.93,17141501.35,127,105,616.6719999969006,ghz -2031,SUCCESS,2,1,8651.16,17141501.35,17150152.51,127,4841,13841.85600000024,qftentangled -2032,SUCCESS,2,1,26892.61,17150152.51,17177045.12,127,8158,43028.175999999046,twolocalrandom -2033,SUCCESS,2,1,7879.51,17177045.12,17184924.63,127,2164,12607.215999996663,ae -2034,SUCCESS,2,1,110.06,17184924.63,17185034.69,127,53,176.0960000038147,wstate -2035,SUCCESS,2,1,27207.21,17185034.69,17212241.9,127,12791,43531.535999995474,twolocalrandom -2036,SUCCESS,2,1,3211.84,17212241.9,17215453.74,127,1305,5138.943999999762,qnn -2037,SUCCESS,2,1,7414.5,17215453.74,17222868.24,127,1794,11863.2,qpeexact -2038,SUCCESS,2,1,1515.75,17222868.24,17224383.99,127,394,2425.2000000059606,ghz -2039,SUCCESS,2,1,13939.44,17224383.99,17238323.43,127,4026,22303.104000002146,realamprandom -2040,SUCCESS,2,1,881.61,17238323.43,17239205.04,127,340,1410.5759999990464,su2random -2041,SUCCESS,2,1,8781.13,17239205.04,17247986.17,127,4636,14049.807999998331,realamprandom -2042,SUCCESS,2,1,34143.5,17247986.17,17282129.67,127,9775,54629.600000000006,realamprandom -2043,SUCCESS,2,1,4207.25,17282129.67,17286336.92,127,3193,6731.6,ae -2046,SUCCESS,2,1,227.27,17286336.92,17286564.19,127,72,363.63199999928474,graphstate -2047,SUCCESS,2,1,644.39,17286564.19,17287208.58,127,149,1031.0240000009537,wstate -2048,SUCCESS,2,1,886.04,17287208.58,17288094.62,127,265,1417.6639999985696,realamprandom -2050,SUCCESS,2,1,6080.18,17288094.62,17294174.8,127,2299,9728.287999999524,qpeinexact -2051,SUCCESS,2,1,278.03,17294174.8,17294452.83,127,70,444.8480000019074,ghz -2052,SUCCESS,2,1,56.13,17294452.83,17294508.96,127,29,89.80799999833107,graphstate -2053,SUCCESS,2,1,718.5,17294508.96,17295227.46,127,220,1149.6000000000001,portfolioqaoa -2054,SUCCESS,2,1,1534.21,17295227.46,17296761.67,127,511,2454.7360000014305,qpeexact -2056,SUCCESS,2,1,58252.94,17296761.67,17355014.61,127,16963,93204.70399999619,pricingput -2057,SUCCESS,2,1,789.63,17355014.61,17355804.24,127,354,1263.4079999983312,dj -2058,SUCCESS,2,1,127.61,17355804.24,17355931.85,127,79,204.1760000050068,ghz -2059,SUCCESS,2,1,10535.16,17355931.85,17366467.01,127,3520,16856.256000000238,qftentangled -2060,SUCCESS,2,1,6694.63,17366467.01,17373161.64,127,5192,10711.407999998331,su2random -2063,SUCCESS,2,1,1185.59,17373161.64,17374347.23,127,250,1896.9439999997617,wstate -2064,SUCCESS,2,1,7157.17,17374347.23,17381504.4,127,3439,11451.471999996902,su2random -2065,SUCCESS,2,1,3015.77,17381504.4,17384520.17,127,954,4825.232000005245,random -2067,SUCCESS,2,1,1902.84,17384520.17,17386423.01,127,468,3044.5439999997616,su2random -2068,SUCCESS,2,1,10130.65,17386423.01,17396553.66,127,6195,16209.039999997616,su2random -2069,SUCCESS,2,1,2224.75,17396553.66,17398778.41,127,1276,3559.6000000000004,wstate -2070,SUCCESS,2,1,21712.79,17398778.41,17420491.2,127,13501,34740.46400000453,twolocalrandom -2071,SUCCESS,2,1,24584.35,17420491.2,17445075.55,127,6043,39334.95999999643,twolocalrandom -2072,SUCCESS,2,1,13217.19,17445075.55,17458292.74,127,10204,21147.504000002147,su2random -2073,SUCCESS,2,1,4611.61,17458292.74,17462904.35,127,1098,7378.575999999047,qpeexact -2074,SUCCESS,2,1,655.3,17462904.35,17463559.65,127,532,1048.4799999952318,ae -2076,SUCCESS,2,1,2327.14,17463559.65,17465886.79,127,565,3723.424000000954,su2random -2077,SUCCESS,2,1,4837.37,17465886.79,17470724.16,127,2743,7739.792000001669,qftentangled -2078,SUCCESS,2,1,1817.58,17470724.16,17472541.74,127,562,2908.1280000030997,ae -2079,SUCCESS,2,1,363.94,17472541.74,17472905.68,127,117,582.3039999961853,wstate -2080,SUCCESS,2,1,4485.41,17472905.68,17477391.09,127,1094,7176.656000000239,portfoliovqe -2081,SUCCESS,2,1,538.3,17477391.09,17477929.39,127,119,861.2800000011921,ghz -2082,SUCCESS,2,1,23997.88,17477929.39,17501927.27,127,8927,38396.607999998334,twolocalrandom -2083,SUCCESS,2,1,750.23,17501927.27,17502677.5,127,215,1200.3680000007153,qftentangled -2084,SUCCESS,2,1,18178.47,17502677.5,17520855.97,127,10649,29085.551999998093,su2random -2085,SUCCESS,2,1,1375.19,17520855.97,17522231.16,127,762,2200.304000002146,realamprandom -2089,SUCCESS,2,1,601.32,17522231.16,17522832.48,127,171,962.1120000004769,qft -2090,SUCCESS,2,1,99.36,17522832.48,17522931.84,127,52,158.97599999904634,dj -2091,SUCCESS,2,1,106.45,17522931.84,17523038.29,127,29,170.31999999880793,graphstate -2093,SUCCESS,2,1,1174.88,17523038.29,17524213.17,127,342,1879.8080000042917,qpeinexact -2094,SUCCESS,2,1,16619.05,17524213.17,17540832.22,127,5269,26590.479999995234,qft -2095,SUCCESS,2,1,14170.75,17540832.22,17555002.97,127,10139,22673.200000005963,qnn -2096,SUCCESS,2,1,357.93,17555002.97,17555360.9,127,81,572.6879999995232,graphstate -2097,SUCCESS,2,1,740.8,17555360.9,17556101.7,127,287,1185.2799999952317,su2random -2098,SUCCESS,2,1,847.29,17556101.7,17556948.99,127,285,1355.6639999985696,qft -2101,SUCCESS,2,1,4875.75,17556948.99,17561824.74,127,3001,7801.200000005961,qpeexact -2102,SUCCESS,2,1,16776.58,17561824.74,17578601.32,127,7084,26842.52799999714,su2random -2105,SUCCESS,2,1,15968.48,17578601.32,17594569.8,127,9284,25549.568000000716,qnn -2106,SUCCESS,2,1,12867.82,17594569.8,17607437.62,127,3045,20588.51200000048,qftentangled -2107,SUCCESS,2,1,4787.16,17607437.62,17612224.78,127,2577,7659.456000000238,twolocalrandom -2108,SUCCESS,2,1,40444.33,17612224.78,17652669.11,127,9635,64710.92799999714,qpeinexact -2110,SUCCESS,2,1,101.37,17652669.11,17652770.48,127,26,162.19200000166893,routing -2111,SUCCESS,2,1,4084.95,17652770.48,17656855.43,127,1350,6535.920000004769,wstate -2112,SUCCESS,2,1,17776.33,17656855.43,17674631.76,127,10997,28442.12799999714,su2random -2114,SUCCESS,2,1,7454.63,17674631.76,17682086.39,127,5013,11927.407999998331,qpeinexact -2115,SUCCESS,2,1,2657.86,17682086.39,17684744.25,127,652,4252.575999999047,qftentangled -2116,SUCCESS,2,1,462.96,17684744.25,17685207.21,127,306,740.7360000014305,ghz -2117,SUCCESS,2,1,2673.44,17685207.21,17687880.65,127,873,4277.504000002146,qnn -2118,SUCCESS,2,1,515.58,17687880.65,17688396.23,127,166,824.9279999971391,realamprandom -2119,SUCCESS,2,1,6034.2,17688396.23,17694430.43,127,2231,9654.719999998808,qftentangled -2120,SUCCESS,2,1,2658.88,17694430.43,17697089.31,127,937,4254.207999998332,realamprandom -2121,SUCCESS,2,1,3698,17697089.31,17700787.31,127,860,5916.8,qnn -2122,SUCCESS,2,1,18873.71,17700787.31,17719661.02,127,11258,30197.93600000143,realamprandom -2123,SUCCESS,2,1,3252.35,17719661.02,17722913.37,127,1149,5203.760000002385,ae -2124,SUCCESS,2,1,664.28,17722913.37,17723577.65,127,177,1062.8480000019074,wstate -2127,SUCCESS,2,1,3997.89,17723577.65,17727575.54,127,1278,6396.624000000954,su2random -2128,SUCCESS,2,1,3039.31,17727575.54,17730614.85,127,2229,4862.895999997854,qftentangled -2130,SUCCESS,2,1,22833.7,17730614.85,17753448.55,127,6974,36533.91999999881,qnn -2131,SUCCESS,2,1,20699.69,17753448.55,17774148.24,127,5471,33119.50399999619,su2random -2132,SUCCESS,2,1,15119,17774148.24,17789267.24,127,6887,24190.40000000596,qpeinexact -2133,SUCCESS,2,1,1730.17,17789267.24,17790997.41,127,620,2768.271999996901,qpeinexact -2134,SUCCESS,2,1,1807.46,17790997.41,17792804.87,127,1473,2891.936000001431,qnn -2135,SUCCESS,2,1,1236.21,17792804.87,17794041.08,127,273,1977.9359999954702,wstate -2137,SUCCESS,2,1,12648.92,17794041.08,17806690,127,5194,20238.272000002864,qpeinexact -2138,SUCCESS,2,1,1578.93,17806690,17808268.93,127,1111,2526.2879999995234,qftentangled -2139,SUCCESS,2,1,26517.73,17808268.93,17834786.66,127,9703,42428.368000000715,ae -2140,SUCCESS,2,1,55738.95,17834786.66,17890525.61,127,13361,89182.31999999881,realamprandom -2141,SUCCESS,2,1,8184.14,17890525.61,17898709.75,127,2829,13094.624000000955,qpeexact -2142,SUCCESS,2,1,5177.98,17898709.75,17903887.73,127,2392,8284.768000000715,qftentangled -2144,SUCCESS,2,1,134.39,17903887.73,17904022.12,127,29,215.0240000009537,graphstate -2146,SUCCESS,2,1,26589.55,17904022.12,17930611.67,127,10586,42543.28000000119,qpeexact -2147,SUCCESS,2,1,14263.97,17930611.67,17944875.64,127,3228,22822.351999998093,qnn -2148,SUCCESS,2,1,6849.83,17944875.64,17951725.47,127,1491,10959.72799999714,qftentangled -2149,SUCCESS,2,1,18397.78,17951725.47,17970123.25,127,4495,29436.44800000191,qftentangled -2150,SUCCESS,2,1,12936.12,17970123.25,17983059.37,127,5194,20697.79200000167,qpeinexact -2151,SUCCESS,2,1,1083.44,17983059.37,17984142.81,127,753,1733.5040000021459,qftentangled -2152,SUCCESS,2,1,23984.91,17984142.81,18008127.72,127,6064,38375.85600000024,qnn -2153,SUCCESS,2,1,16408.95,18008127.72,18024536.67,127,4479,26254.31999999881,su2random -2154,SUCCESS,2,1,1349.82,18024536.67,18025886.49,127,902,2159.7119999945166,qftentangled -2155,SUCCESS,2,1,7662.84,18025886.49,18033549.33,127,3168,12260.544000005722,qpeexact -2157,SUCCESS,2,1,1095.01,18033549.33,18034644.34,127,750,1752.0159999966622,dj -2158,SUCCESS,2,1,2863.07,18034644.34,18037507.41,127,1641,4580.912000000477,qpeinexact -2159,SUCCESS,2,1,7908,18037507.41,18045415.41,127,2291,12652.800000000001,qpeexact -2160,SUCCESS,2,1,362.19,18045415.41,18045777.6,127,84,579.5040000021457,graphstate -2162,SUCCESS,2,1,29679.43,18045777.6,18075457.03,127,6967,47487.08799999952,ae -2163,SUCCESS,2,1,506.07,18075457.03,18075963.1,127,165,809.7120000004769,graphstate -2164,SUCCESS,2,1,4545.72,18075963.1,18080508.82,127,3188,7273.151999998093,qft -2165,SUCCESS,2,1,6049.38,18080508.82,18086558.2,127,2790,9679.007999998332,qpeexact -2166,SUCCESS,2,1,1276.75,18086558.2,18087834.95,127,368,2042.8000000059606,realamprandom -2167,SUCCESS,2,1,49045.97,18087834.95,18136880.92,127,13709,78473.55199999809,realamprandom -2168,SUCCESS,2,1,656.79,18136880.92,18137537.71,127,173,1050.8639999985696,wstate -2169,SUCCESS,2,1,22015.23,18137537.71,18159552.94,127,7156,35224.368000000715,qpeexact -2170,SUCCESS,2,1,10251.7,18159552.94,18169804.64,127,3646,16402.719999998808,twolocalrandom -2171,SUCCESS,2,1,4806.08,18169804.64,18174610.72,127,1154,7689.7280000031,realamprandom -2172,SUCCESS,2,1,17263.57,18174610.72,18191874.29,127,4981,27621.71200000048,qpeexact -2173,SUCCESS,2,1,458.17,18191874.29,18192332.46,127,282,733.0719999969006,ae -2174,SUCCESS,2,1,1908.59,18192332.46,18194241.05,127,631,3053.743999999762,dj -2175,SUCCESS,2,1,14318.12,18194241.05,18208559.17,127,8962,22908.992000001672,random -2176,SUCCESS,2,1,681.31,18208559.17,18209240.48,127,379,1090.0959999978543,dj -2177,SUCCESS,2,1,42799.27,18209240.48,18252039.75,127,9231,68478.83199999928,qpeinexact -2178,SUCCESS,2,1,13852.42,18252039.75,18265892.17,127,8477,22163.872000002862,ae -2179,SUCCESS,2,1,15620.16,18265892.17,18281512.33,127,10991,24992.25600000024,realamprandom -2180,SUCCESS,2,1,1326.43,18281512.33,18282838.76,127,860,2122.2879999995234,ghz -2181,SUCCESS,2,1,15497.78,18282838.76,18298336.54,127,3969,24796.447999995948,ae -2183,SUCCESS,2,1,11403.91,18298336.54,18309740.45,127,3539,18246.256000000238,su2random -2186,SUCCESS,2,1,7560.49,18309740.45,18317300.94,127,4778,12096.78400000334,qpeexact -2187,SUCCESS,2,1,2101.07,18317300.94,18319402.01,127,1045,3361.712000000477,pricingcall -2190,SUCCESS,2,1,6042.25,18319402.01,18325444.26,127,2448,9667.6,qnn -2191,SUCCESS,2,1,844.99,18325444.26,18326289.25,127,335,1351.9839999973774,realamprandom -2195,SUCCESS,2,1,217.55,18326289.25,18326506.8,127,155,348.0800000011921,dj -2196,SUCCESS,2,1,6758.03,18326506.8,18333264.83,127,4196,10812.847999995947,su2random -2197,SUCCESS,2,1,144.2,18333264.83,18333409.03,127,99,230.7200000047684,qft -2198,SUCCESS,2,1,9022.35,18333409.03,18342431.38,127,2038,14435.759999996424,random -2199,SUCCESS,2,1,22226.47,18342431.38,18364657.85,127,9118,35562.35200000405,qnn -2200,SUCCESS,2,1,65.25,18364657.85,18364723.1,127,20,104.4,routing -2201,SUCCESS,2,1,354.09,18364723.1,18365077.19,127,75,566.5439999997616,ghz -2202,SUCCESS,2,1,57.36,18365077.19,18365134.55,127,22,91.77599999904633,graphstate -2203,SUCCESS,2,1,2049.94,18365134.55,18367184.49,127,1157,3279.904000002146,qft -2205,SUCCESS,2,1,27779.47,18367184.49,18394963.96,127,6295,44447.151999998096,qft -2206,SUCCESS,2,1,11594.76,18394963.96,18406558.72,127,7295,18551.615999996662,realamprandom -2208,SUCCESS,2,1,18965.7,18406558.72,18425524.42,127,8105,30345.12000000477,qft -2209,SUCCESS,2,1,1475.61,18425524.42,18427000.03,127,434,2360.9759999990465,qftentangled -2211,SUCCESS,2,1,4835.73,18427000.03,18431835.76,127,1210,7737.168000000715,wstate -2213,SUCCESS,2,1,24922.95,18431835.76,18456758.71,127,9740,39876.71999999881,qnn -2214,SUCCESS,2,1,57.42,18456758.71,18456816.13,127,28,91.87199999690057,graphstate -2215,SUCCESS,2,1,2186.37,18456816.13,18459002.5,127,521,3498.192000001669,portfolioqaoa -2216,SUCCESS,2,1,2160.17,18459002.5,18461162.67,127,492,3456.272000002861,ghz -2217,SUCCESS,2,1,4216.51,18461162.67,18465379.18,127,2211,6746.415999996662,qpeexact -2218,SUCCESS,2,1,580.2,18465379.18,18465959.38,127,309,928.3200000047684,qnn -2220,SUCCESS,2,1,3145.81,18465959.38,18469105.19,127,797,5033.295999997855,wstate -2222,SUCCESS,2,1,16105.32,18469105.19,18485210.51,127,10474,25768.51200000048,realamprandom -2224,SUCCESS,2,1,55694.74,18485210.51,18540905.25,127,12049,89111.58399999738,realamprandom -2226,SUCCESS,2,1,6526.17,18540905.25,18547431.42,127,1486,10441.872000002862,random -2227,SUCCESS,2,1,8072.66,18547431.42,18555504.08,127,2497,12916.25600000024,qpeinexact -2228,SUCCESS,2,1,17423.61,18555504.08,18572927.69,127,6456,27877.77599999905,qpeinexact -2229,SUCCESS,2,1,20021.41,18572927.69,18592949.1,127,7611,32034.25600000024,qpeinexact -2230,SUCCESS,2,1,152.04,18592949.1,18593101.14,127,41,243.2639999985695,dj -2231,SUCCESS,2,1,525.88,18593101.14,18593627.02,127,114,841.4079999983311,ghz -2232,SUCCESS,2,1,72471,18593627.02,18666098.02,127,17078,115953.6,random -2233,SUCCESS,2,1,3372.97,18666098.02,18669470.99,127,851,5396.752000004053,ghz -2234,SUCCESS,2,1,4958.06,18669470.99,18674429.05,127,1269,7932.895999997854,random -2235,SUCCESS,2,1,14321.85,18674429.05,18688750.9,127,4224,22914.960000002386,grover-v-chain -2236,SUCCESS,2,1,3752.91,18688750.9,18692503.81,127,1603,6004.655999994278,twolocalrandom -2238,SUCCESS,2,1,780.75,18692503.81,18693284.56,127,335,1249.2,realamprandom -2239,SUCCESS,2,1,34162.28,18693284.56,18727446.84,127,8749,54659.64800000191,pricingput -2240,SUCCESS,2,1,16619.05,18727446.84,18744065.89,127,3770,26590.480000001193,qpeexact -2241,SUCCESS,2,1,526.25,18744065.89,18744592.14,127,205,842.0,wstate -2242,SUCCESS,2,1,23578.51,18744592.14,18768170.65,127,4893,37725.61600000262,qpeexact -2243,SUCCESS,2,1,26377.64,18768170.65,18794548.29,127,9081,42204.224000000955,qpeexact -2244,SUCCESS,2,1,7907.41,18794548.29,18802455.7,127,5865,12651.85600000024,ae -2245,SUCCESS,2,1,3346.73,18802455.7,18805802.43,127,1620,5354.767999994755,su2random -2246,SUCCESS,2,1,974.78,18805802.43,18806777.21,127,573,1559.6480000019073,qnn -2247,SUCCESS,2,1,7600.36,18806777.21,18814377.57,127,1925,12160.575999999048,qpeinexact -2248,SUCCESS,2,1,38928.13,18814377.57,18853305.7,127,13997,62285.007999998335,realamprandom -2249,SUCCESS,2,1,2344.56,18853305.7,18855650.26,127,535,3751.2960000038147,dj -2250,SUCCESS,2,1,414.87,18855650.26,18856065.13,127,92,663.7919999957085,dj -2252,SUCCESS,2,1,1593.99,18856065.13,18857659.12,127,570,2550.384000003338,su2random -2253,SUCCESS,2,1,228.58,18857659.12,18857887.7,127,63,365.727999997139,graphstate -2254,SUCCESS,2,1,7616.03,18857887.7,18865503.73,127,2155,12185.648000001907,qnn -2255,SUCCESS,2,1,1409.59,18865503.73,18866913.32,127,775,2255.3439999997618,qnn -2256,SUCCESS,2,1,957.2,18866913.32,18867870.52,127,247,1531.519999998808,dj -2257,SUCCESS,2,1,136.08,18867870.52,18868006.6,127,47,217.72800000309945,ghz -2258,SUCCESS,2,1,33291.11,18868006.6,18901297.71,127,10320,53265.77599999905,qnn -2259,SUCCESS,2,1,605.93,18901297.71,18901903.64,127,370,969.4879999995233,dj -2260,SUCCESS,2,1,20437.3,18901903.64,18922340.94,127,5575,32699.680000001194,qft -2261,SUCCESS,2,1,129927.28,18922340.94,19052268.22,127,37628,207883.6480000019,random -2262,SUCCESS,2,1,5179.99,19052268.22,19057448.21,127,3893,8287.983999997377,qft -2263,SUCCESS,2,1,223.8,19057448.21,19057672.01,127,51,358.0800000011921,ghz -2264,SUCCESS,2,1,750.23,19057672.01,19058422.24,127,197,1200.3680000007153,qpeexact -2265,SUCCESS,2,1,7639.07,19058422.24,19066061.31,127,2431,12222.512000000477,qft -2266,SUCCESS,2,1,232.54,19066061.31,19066293.85,127,181,372.0639999985695,qnn -2267,SUCCESS,2,1,46.59,19066293.85,19066340.44,127,26,74.54399999976158,vqe -2268,SUCCESS,2,1,847.99,19066340.44,19067188.43,127,402,1356.784000003338,qftentangled -2269,SUCCESS,2,1,10232.5,19067188.43,19077420.93,127,4293,16372.0,twolocalrandom -2270,SUCCESS,2,1,29390.12,19077420.93,19106811.05,127,7435,47024.19199999571,realamprandom -2271,SUCCESS,2,1,5209.87,19106811.05,19112020.92,127,1442,8335.79200000167,qpeinexact -2273,SUCCESS,2,1,1875.2,19112020.92,19113896.12,127,1033,3000.3199999988083,qftentangled -2275,SUCCESS,2,1,18.71,19113896.12,19113914.83,127,10,29.93599999547005,ghz -2276,SUCCESS,2,1,9196.06,19113914.83,19123110.89,127,2542,14713.696000003816,twolocalrandom -2277,SUCCESS,2,1,3727.74,19123110.89,19126838.63,127,1012,5964.384000003338,qft -2278,SUCCESS,2,1,9464.91,19126838.63,19136303.54,127,2630,15143.855999994279,qpeexact -2279,SUCCESS,2,1,34155.75,19136303.54,19170459.29,127,11754,54649.20000000596,twolocalrandom -2280,SUCCESS,2,1,17040.92,19170459.29,19187500.21,127,6581,27265.471999996902,qft -2281,SUCCESS,2,1,18380.41,19187500.21,19205880.62,127,7147,29408.65600000024,qpeexact -2283,SUCCESS,2,1,28275.36,19205880.62,19234155.98,127,8550,45240.57599999905,realamprandom -2284,SUCCESS,2,1,271.21,19234155.98,19234427.19,127,120,433.93600000143056,ghz -2286,SUCCESS,2,1,2706.61,19234427.19,19237133.8,127,1159,4330.575999999047,qft -2287,SUCCESS,2,1,10889.39,19237133.8,19248023.19,127,2505,17423.024000000954,ae -2289,SUCCESS,2,1,12912.2,19248023.19,19260935.39,127,5804,20659.51999999881,qpeexact -2291,SUCCESS,2,1,11797.86,19260935.39,19272733.25,127,6311,18876.575999999048,twolocalrandom -2292,SUCCESS,2,1,2608.72,19272733.25,19275341.97,127,577,4173.951999998093,dj -2293,SUCCESS,2,1,8186.39,19275341.97,19283528.36,127,4708,13098.224000006914,qpeexact -2295,SUCCESS,2,1,34423.54,19283528.36,19317951.9,127,7811,55077.66399999261,random -2296,SUCCESS,2,1,36864.63,19317951.9,19354816.53,127,15398,58983.408000004296,random -2297,SUCCESS,2,1,16817.93,19354816.53,19371634.46,127,3754,26908.687999999525,su2random -2298,SUCCESS,2,1,626.74,19371634.46,19372261.2,127,392,1002.7839999973775,twolocalrandom -2299,SUCCESS,2,1,6207.12,19372261.2,19378468.32,127,2796,9931.39200000167,ae -2301,SUCCESS,2,1,1234.7,19378468.32,19379703.02,127,268,1975.5200000047685,graphstate -2302,SUCCESS,2,1,12140.48,19379703.02,19391843.5,127,6615,19424.767999994754,qnn -2303,SUCCESS,2,1,2969.77,19391843.5,19394813.27,127,671,4751.631999999285,dj -2304,SUCCESS,2,1,337.3,19394813.27,19395150.57,127,235,539.6800000011921,wstate -2305,SUCCESS,2,1,880.61,19395150.57,19396031.18,127,552,1408.9760000050069,dj -2309,SUCCESS,2,1,21233.13,19396031.18,19417264.31,127,8677,33973.00799999237,qpeinexact -2310,SUCCESS,2,1,9979.79,19417264.31,19427244.1,127,2432,15967.66400000453,qftentangled -2311,SUCCESS,2,1,42190.31,19427244.1,19469434.41,127,9716,67504.49599999786,realamprandom -2312,SUCCESS,2,1,3183.17,19469434.41,19472617.58,127,707,5093.072000002861,twolocalrandom -2313,SUCCESS,2,1,283.68,19472617.58,19472901.26,127,80,453.8879999995232,ghz -2314,SUCCESS,2,1,714.97,19472901.26,19473616.23,127,153,1143.9519999980928,qpeinexact -2317,SUCCESS,2,1,1552.85,19473616.23,19475169.08,127,560,2484.559999996424,dj -2318,SUCCESS,2,1,721.41,19475169.08,19475890.49,127,351,1154.2560000002384,dj -2320,SUCCESS,2,1,5092.67,19475890.49,19480983.16,127,2359,8148.272000002861,qnn -2321,SUCCESS,2,1,82.88,19480983.16,19481066.04,127,59,132.60799999833108,ghz -2323,SUCCESS,2,1,24178.42,19481066.04,19505244.46,127,7732,38685.47200000286,qpeinexact -2324,SUCCESS,2,1,890.75,19505244.46,19506135.21,127,189,1425.2,wstate -2325,SUCCESS,2,1,37998.45,19506135.21,19544133.66,127,10040,60797.51999999881,twolocalrandom -2327,SUCCESS,2,1,14770.68,19544133.66,19558904.34,127,5135,23633.087999999523,qpeinexact -2328,SUCCESS,2,1,28439.4,19558904.34,19587343.74,127,10739,45503.03999999762,qpeinexact -2330,SUCCESS,2,1,13161.96,19587343.74,19600505.7,127,3082,21059.13600000739,qftentangled -2331,SUCCESS,2,1,1633.3,19600505.7,19602139,127,496,2613.2799999952317,wstate -2333,SUCCESS,2,1,11779.22,19602139,19613918.22,127,4506,18846.752000004053,realamprandom -2334,SUCCESS,2,1,14422.74,19613918.22,19628340.96,127,5986,23076.38399999738,qftentangled -2337,SUCCESS,2,1,1364.89,19628340.96,19629705.85,127,564,2183.8240000009537,wstate -2338,SUCCESS,2,1,169112.85,19629705.85,19798818.7,127,53777,270580.55999999645,grover-v-chain -2339,SUCCESS,2,1,634.45,19798818.7,19799453.15,127,240,1015.119999998808,portfolioqaoa -2340,SUCCESS,2,1,12321.57,19799453.15,19811774.72,127,5565,19714.512000006438,qft -2341,SUCCESS,2,1,8548.8,19811774.72,19820323.52,127,1823,13678.079999995232,qftentangled -2342,SUCCESS,2,1,4229.85,19820323.52,19824553.37,127,1993,6767.760000002385,qftentangled -2343,SUCCESS,2,1,2167.16,19824553.37,19826720.53,127,928,3467.4560000002384,qftentangled -2344,SUCCESS,2,1,7314.51,19826720.53,19834035.04,127,4884,11703.215999996663,qft -2345,SUCCESS,2,1,6074.17,19834035.04,19840109.21,127,2645,9718.672000002862,twolocalrandom -2347,SUCCESS,2,1,7482.66,19840109.21,19847591.87,127,4687,11972.25600000024,twolocalrandom -2348,SUCCESS,2,1,86.8,19847591.87,19847678.67,127,35,138.8800000011921,qaoa -2349,SUCCESS,2,1,59390.41,19847678.67,19907069.08,127,12373,95024.65600000025,random -2351,SUCCESS,2,1,6240.21,19907069.08,19913309.29,127,1366,9984.33599999547,qftentangled -2352,SUCCESS,2,1,17444.05,19913309.29,19930753.34,127,6323,27910.480000001193,qpeinexact -2355,SUCCESS,2,1,112.66,19930753.34,19930866,127,56,180.25600000023843,graphstate -2356,SUCCESS,2,1,77.06,19930866,19930943.06,127,25,123.29599999785424,vqe -2358,SUCCESS,2,1,33921.51,19930943.06,19964864.57,127,9494,54274.416000002624,qwalk-noancilla -2359,SUCCESS,2,1,266.03,19964864.57,19965130.6,127,125,425.64800000190735,qft -2360,SUCCESS,2,1,1187.29,19965130.6,19966317.89,127,295,1899.6639999985696,qftentangled -2361,SUCCESS,2,1,95.67,19966317.89,19966413.56,127,22,153.07200000286102,ghz -2362,SUCCESS,2,1,42094.88,19966413.56,20008508.44,127,13890,67351.80799999833,su2random -2363,SUCCESS,2,1,25569.56,20008508.44,20034078,127,8577,40911.295999997856,su2random -2366,SUCCESS,2,1,2846.1,20034078,20036924.1,127,895,4553.760000002384,wstate -2367,SUCCESS,2,1,9469,20036924.1,20046393.1,127,2033,15150.400000000001,ae -2368,SUCCESS,2,1,300.23,20046393.1,20046693.33,127,98,480.3679999947548,tsp -2369,SUCCESS,2,1,734.86,20046693.33,20047428.19,127,338,1175.7760000050068,qft -2370,SUCCESS,2,1,1698.23,20047428.19,20049126.42,127,697,2717.1680000007154,dj -2371,SUCCESS,2,1,772.48,20049126.42,20049898.9,127,197,1235.9680000007154,graphstate -2372,SUCCESS,2,1,8094.27,20049898.9,20057993.17,127,3047,12950.831999999285,ae -2374,SUCCESS,2,1,96.43,20057993.17,20058089.6,127,30,154.28799999952318,ghz -2377,SUCCESS,2,1,1396.57,20058089.6,20059486.17,127,561,2234.5120000004767,dj -2379,SUCCESS,2,1,2709.53,20059486.17,20062195.7,127,1937,4335.248000001908,qpeexact -2381,SUCCESS,2,1,4560.35,20062195.7,20066756.05,127,1448,7296.559999996424,qftentangled -2382,SUCCESS,2,1,3607.61,20066756.05,20070363.66,127,1555,5772.175999999046,realamprandom -2383,SUCCESS,2,1,89.19,20070363.66,20070452.85,127,58,142.70400000214576,ghz -2384,SUCCESS,2,1,3571.22,20070452.85,20074024.07,127,786,5713.951999998093,twolocalrandom -2385,SUCCESS,2,1,2000.95,20074024.07,20076025.02,127,533,3201.5200000047685,qpeexact -2386,SUCCESS,2,1,15739.52,20076025.02,20091764.54,127,10371,25183.231999993324,qpeinexact -2388,SUCCESS,2,1,543.73,20091764.54,20092308.27,127,134,869.9680000066758,graphstate -2390,SUCCESS,2,1,9415.38,20092308.27,20101723.65,127,5632,15064.607999992371,qft -2392,SUCCESS,2,1,14282.26,20101723.65,20116005.91,127,4680,22851.616000002625,realamprandom -2393,SUCCESS,2,1,26852.59,20116005.91,20142858.5,127,11134,42964.14399999977,su2random -2395,SUCCESS,2,1,40142.9,20142858.5,20183001.4,127,9242,64228.63999999762,su2random -2398,SUCCESS,2,1,3235.09,20183001.4,20186236.49,127,1584,5176.143999999762,realamprandom -2400,SUCCESS,2,1,63091.94,20186236.49,20249328.43,127,17183,100947.10400000811,random -2402,SUCCESS,2,1,24344.52,20249328.43,20273672.95,127,12094,38951.23199999928,realamprandom -2403,SUCCESS,2,1,661.99,20273672.95,20274334.94,127,191,1059.1839999973774,graphstate -2404,SUCCESS,2,1,1309.03,20274334.94,20275643.97,127,509,2094.447999995947,su2random -2405,SUCCESS,2,1,14376.62,20275643.97,20290020.59,127,3139,23002.59200000167,ae -2406,SUCCESS,2,1,76647.65,20290020.59,20366668.24,127,28450,122636.23999999762,grover-v-chain -2407,SUCCESS,2,1,13769.42,20366668.24,20380437.66,127,3850,22031.072000002863,qpeinexact -2408,SUCCESS,2,1,928.81,20380437.66,20381366.47,127,659,1486.0960000038149,realamprandom -2409,SUCCESS,2,1,3181.95,20381366.47,20384548.42,127,1682,5091.119999998808,random -2411,SUCCESS,2,1,6163.25,20384548.42,20390711.67,127,2622,9861.2,su2random -2413,SUCCESS,2,1,15354.42,20390711.67,20406066.09,127,6113,24567.0719999969,ae -2414,SUCCESS,2,1,100.21,20406066.09,20406166.3,127,30,160.33600000143053,routing -2415,SUCCESS,2,1,3688.86,20406166.3,20409855.16,127,963,5902.175999999046,twolocalrandom -2416,SUCCESS,2,1,19819.5,20409855.16,20429674.66,127,9231,31711.2,qpeexact -2417,SUCCESS,2,1,17632.44,20429674.66,20447307.1,127,8506,28211.90400000215,qnn -2418,SUCCESS,2,1,1282.63,20447307.1,20448589.73,127,286,2052.207999998331,dj -2419,SUCCESS,2,1,427.98,20448589.73,20449017.71,127,129,684.7680000007153,vqe -2420,SUCCESS,2,1,4114.53,20449017.71,20453132.24,127,1238,6583.247999995947,ae -2422,SUCCESS,2,1,11748.96,20453132.24,20464881.2,127,3029,18798.336000001433,realamprandom -2423,SUCCESS,2,1,2329.08,20464881.2,20467210.28,127,491,3726.5280000031,portfoliovqe -2424,SUCCESS,2,1,75.61,20467210.28,20467285.89,127,31,120.97599999904634,ghz -2425,SUCCESS,2,1,454.86,20467285.89,20467740.75,127,115,727.7759999990463,dj -2426,SUCCESS,2,1,30.31,20467740.75,20467771.06,127,16,48.495999997854234,ghz -2427,SUCCESS,2,1,9923.94,20467771.06,20477695,127,4612,15878.304000002146,qftentangled -2428,SUCCESS,2,1,153,20477695,20477848,127,64,244.8,graphstate -2429,SUCCESS,2,1,276.71,20477848,20478124.71,127,96,442.7360000014305,graphstate -2430,SUCCESS,2,1,1406.55,20478124.71,20479531.26,127,324,2250.4800000011924,ae -2431,SUCCESS,2,1,905.45,20479531.26,20480436.71,127,253,1448.719999998808,wstate -2432,SUCCESS,2,1,345.93,20480436.71,20480782.64,127,111,553.4879999995231,graphstate -2433,SUCCESS,2,1,10930.62,20480782.64,20491713.26,127,2412,17488.99200000167,ae -2434,SUCCESS,2,1,16768.04,20491713.26,20508481.3,127,5808,26828.86399999857,realamprandom -2435,SUCCESS,2,1,99.82,20508481.3,20508581.12,127,43,159.71200000047685,qaoa -2436,SUCCESS,2,1,24329.25,20508581.12,20532910.37,127,7198,38926.8,ae -2437,SUCCESS,2,1,20126.27,20532910.37,20553036.64,127,7851,32202.031999999286,qnn -2438,SUCCESS,2,1,13581.64,20553036.64,20566618.28,127,3289,21730.624000000957,ae -2440,SUCCESS,2,1,1950.07,20566618.28,20568568.35,127,601,3120.112000000477,dj -2443,SUCCESS,2,1,26853.16,20568568.35,20595421.51,127,6154,42965.056000000244,random -2444,SUCCESS,2,1,5512.74,20595421.51,20600934.25,127,4576,8820.383999997377,qpeinexact -2445,SUCCESS,2,1,887.44,20600934.25,20601821.69,127,274,1419.904000002146,qft -2446,SUCCESS,2,1,106.27,20601821.69,20601927.96,127,41,170.03199999928475,graphstate -2448,SUCCESS,2,1,8289.44,20601927.96,20610217.4,127,1888,13263.104000002146,qpeinexact -2449,SUCCESS,2,1,2916.17,20610217.4,20613133.57,127,707,4665.871999996901,qpeexact -2450,SUCCESS,2,1,12838.74,20613133.57,20625972.31,127,5229,20541.98400000334,su2random -2451,SUCCESS,2,1,1602.49,20625972.31,20627574.8,127,748,2563.9839999973774,twolocalrandom -2452,SUCCESS,2,1,94.73,20627574.8,20627669.53,127,73,151.56800000071527,graphstate -2453,SUCCESS,2,1,3197.18,20627669.53,20630866.71,127,1975,5115.487999999524,qnn -2455,SUCCESS,2,1,774.41,20630866.71,20631641.12,127,178,1239.0560000002386,ae -2456,SUCCESS,2,1,7978.22,20631641.12,20639619.34,127,2214,12765.151999998094,qftentangled -2457,SUCCESS,2,1,1444.32,20639619.34,20641063.66,127,612,2310.912000000477,portfoliovqe -2458,SUCCESS,2,1,1513.82,20641063.66,20642577.48,127,404,2422.112000000477,qnn -2459,SUCCESS,2,1,2431.16,20642577.48,20645008.64,127,511,3889.8560000002385,qpeinexact -2460,SUCCESS,2,1,21488.27,20645008.64,20666496.91,127,6637,34381.23199999928,realamprandom -2461,SUCCESS,2,1,344.57,20666496.91,20666841.48,127,112,551.3120000004768,graphstate -2463,SUCCESS,2,1,310.08,20666841.48,20667151.56,127,88,496.1280000030995,graphstate -2464,SUCCESS,2,1,31124.11,20667151.56,20698275.67,127,7396,49798.57599999905,realamprandom -2466,SUCCESS,2,1,5967.53,20698275.67,20704243.2,127,2567,9548.048000001907,su2random -2467,SUCCESS,2,1,39164.09,20704243.2,20743407.29,127,8765,62662.54399999976,random -2468,SUCCESS,2,1,559.26,20743407.29,20743966.55,127,201,894.8159999966622,wstate -2469,SUCCESS,2,1,13162.12,20743966.55,20757128.67,127,3886,21059.39200000167,twolocalrandom -2471,SUCCESS,2,1,1333.3,20757128.67,20758461.97,127,279,2133.280000001192,su2random -2472,SUCCESS,2,1,3932.23,20758461.97,20762394.2,127,2581,6291.567999994755,twolocalrandom -2473,SUCCESS,2,1,305.32,20762394.2,20762699.52,127,64,488.51200000047686,wstate -2474,SUCCESS,2,1,77.4,20762699.52,20762776.92,127,18,123.84000000357628,ghz -2476,SUCCESS,2,1,8853.53,20762776.92,20771630.45,127,3460,14165.647999995948,ae -2477,SUCCESS,2,1,1919.45,20771630.45,20773549.9,127,589,3071.119999998808,portfoliovqe -2480,SUCCESS,2,1,64.21,20773549.9,20773614.11,127,18,102.73600000143051,ghz -2482,SUCCESS,2,1,2827.38,20773614.11,20776441.49,127,690,4523.807999998331,realamprandom -2483,SUCCESS,2,1,175.02,20776441.49,20776616.51,127,44,280.0320000052452,ghz -2484,SUCCESS,2,1,17335.03,20776616.51,20793951.54,127,6719,27736.04800000191,qft -2485,SUCCESS,2,1,17763.05,20793951.54,20811714.59,127,3754,28420.87999999523,twolocalrandom -2486,SUCCESS,2,1,15219.5,20811714.59,20826934.09,127,5185,24351.2,qft -2489,SUCCESS,2,1,359.68,20826934.09,20827293.77,127,169,575.4880000054836,wstate -2490,SUCCESS,2,1,1171.44,20827293.77,20828465.21,127,584,1874.3039999961854,ghz -2491,SUCCESS,2,1,281.77,20828465.21,20828746.98,127,89,450.8319999992848,wstate -2492,SUCCESS,2,1,370.91,20828746.98,20829117.89,127,113,593.4560000002384,dj -2493,SUCCESS,2,1,37909.85,20829117.89,20867027.74,127,9596,60655.76000000239,qnn -2496,SUCCESS,2,1,869.94,20867027.74,20867897.68,127,229,1391.904000002146,wstate -2497,SUCCESS,2,1,27714.24,20867897.68,20895611.92,127,9220,44342.78399999738,su2random -2498,SUCCESS,2,1,381.97,20895611.92,20895993.89,127,96,611.1519999980927,graphstate -2499,SUCCESS,2,1,1284.27,20895993.89,20897278.16,127,294,2054.831999999285,dj -2500,SUCCESS,2,1,4550.86,20897278.16,20901829.02,127,1353,7281.375999999047,qft -2501,SUCCESS,2,1,234.09,20901829.02,20902063.11,127,175,374.5439999997616,graphstate -2503,SUCCESS,2,1,872.6,20902063.11,20902935.71,127,184,1396.1600000023843,twolocalrandom -2504,SUCCESS,2,1,14.96,20902935.71,20902950.67,127,11,23.936000001430514,ghz -2506,SUCCESS,2,1,158.41,20902950.67,20903109.08,127,82,253.45600000023842,dj -2507,SUCCESS,2,1,1309.51,20903109.08,20904418.59,127,873,2095.215999996662,ghz -2508,SUCCESS,2,1,20363.98,20904418.59,20924782.57,127,4536,32582.368000000715,su2random -2509,SUCCESS,2,1,356.64,20924782.57,20925139.21,127,230,570.6240000009537,su2random -2511,SUCCESS,2,1,2580,20925139.21,20927719.21,127,850,4128.0,ae -2512,SUCCESS,2,1,2320.95,20927719.21,20930040.16,127,548,3713.519999998808,realamprandom -2514,SUCCESS,2,1,649.11,20930040.16,20930689.27,127,353,1038.5760000050068,su2random -2515,SUCCESS,2,1,1271.86,20930689.27,20931961.13,127,728,2034.975999993086,qft -2516,SUCCESS,2,1,6108.58,20931961.13,20938069.71,127,3126,9773.7280000031,qnn -2517,SUCCESS,2,1,1579.42,20938069.71,20939649.13,127,625,2527.0720000028614,su2random -2518,SUCCESS,2,1,1152.27,20939649.13,20940801.4,127,289,1843.6319999992847,wstate -2519,SUCCESS,2,1,1737.59,20940801.4,20942538.99,127,1427,2780.143999999762,qpeexact -2520,SUCCESS,2,1,4367.56,20942538.99,20946906.55,127,1126,6988.095999997855,wstate -2521,SUCCESS,2,1,29082.84,20946906.55,20975989.39,127,9378,46532.54399999976,qpeexact -2522,SUCCESS,2,1,19984.96,20975989.39,20995974.35,127,6516,31975.93600000143,ae -2525,SUCCESS,2,1,618.89,20995974.35,20996593.24,127,379,990.2240000009538,ae -2526,SUCCESS,2,1,308.86,20996593.24,20996902.1,127,112,494.1759999990463,ghz -2527,SUCCESS,2,1,1215.91,20996902.1,20998118.01,127,281,1945.4560000002384,wstate -2530,SUCCESS,2,1,12056.6,20998118.01,21010174.61,127,2555,19290.560000002384,qftentangled -2531,SUCCESS,2,1,2545.61,21010174.61,21012720.22,127,688,4072.9759999990465,ae -2533,SUCCESS,2,1,270.73,21012720.22,21012990.95,127,110,433.16799999475484,graphstate -2534,SUCCESS,2,1,16410.53,21012990.95,21029401.48,127,8186,26256.848000001908,qnn -2536,SUCCESS,2,1,38789.72,21029401.48,21068191.2,127,8121,62063.5519999981,qpeinexact -2537,SUCCESS,2,1,41505.89,21068191.2,21109697.09,127,12000,66409.42400000096,realamprandom -2538,SUCCESS,2,1,2504.72,21109697.09,21112201.81,127,1545,4007.551999998093,su2random -2539,SUCCESS,2,1,1465.41,21112201.81,21113667.22,127,367,2344.6560000002387,dj -2541,SUCCESS,2,1,264.85,21113667.22,21113932.07,127,60,423.76000000238423,ghz -2542,SUCCESS,2,1,559.52,21113932.07,21114491.59,127,192,895.2319999992848,graphstate -2543,SUCCESS,2,1,7065.01,21114491.59,21121556.6,127,1627,11304.016000002623,realamprandom -2544,SUCCESS,2,1,904.88,21121556.6,21122461.48,127,577,1447.807999998331,ghz -2545,SUCCESS,2,1,52806.93,21122461.48,21175268.41,127,11072,84491.08799999952,su2random -2546,SUCCESS,2,1,2039.43,21175268.41,21177307.84,127,929,3263.087999999523,ae -2551,SUCCESS,2,1,2694.35,21177307.84,21180002.19,127,603,4310.960000002385,qft -2552,SUCCESS,2,1,921.02,21180002.19,21180923.21,127,231,1473.6319999992847,qftentangled -2553,SUCCESS,2,1,17546.65,21180923.21,21198469.86,127,7821,28074.64000000358,random -2555,SUCCESS,2,1,512.2,21198469.86,21198982.06,127,342,819.5199999928475,qpeexact -2557,SUCCESS,2,1,3205.66,21198982.06,21202187.72,127,718,5129.056000000239,qwalk-v-chain -2558,SUCCESS,2,1,5438.14,21202187.72,21207625.86,127,1995,8701.024000000954,qnn -2560,SUCCESS,2,1,11388.11,21207625.86,21219013.97,127,3802,18220.975999999046,su2random -2562,SUCCESS,2,1,42458.3,21219013.97,21261472.27,127,11457,67933.28000000716,twolocalrandom -2563,SUCCESS,2,1,3130.05,21261472.27,21264602.32,127,971,5008.079999995232,qpeinexact -2565,SUCCESS,2,1,10580.36,21264602.32,21275182.68,127,5027,16928.575999999048,random -2567,SUCCESS,2,1,1495.4,21275182.68,21276678.08,127,873,2392.639999997616,dj -2569,SUCCESS,2,1,9882.52,21276678.08,21286560.6,127,2309,15812.032000005245,realamprandom -2570,SUCCESS,2,1,2056.77,21286560.6,21288617.37,127,555,3290.831999999285,dj -2571,SUCCESS,2,1,2003.01,21288617.37,21290620.38,127,983,3204.8159999966624,qft -2572,SUCCESS,2,1,580.51,21290620.38,21291200.89,127,341,928.8160000026227,portfoliovqe -2574,SUCCESS,2,1,6013.16,21291200.89,21297214.05,127,2403,9621.056000000239,random -2575,SUCCESS,2,1,1680.6,21297214.05,21298894.65,127,616,2688.9600000023843,dj -2576,SUCCESS,2,1,35598.56,21298894.65,21334493.21,127,9655,56957.69599999786,twolocalrandom -2577,SUCCESS,2,1,45637.49,21334493.21,21380130.7,127,10547,73019.98399999738,su2random -2578,SUCCESS,2,1,7960.29,21380130.7,21388090.99,127,3253,12736.464000004531,qft -2579,SUCCESS,2,1,106.35,21388090.99,21388197.34,127,23,170.15999999642372,vqe -2580,SUCCESS,2,1,28187.96,21388197.34,21416385.3,127,9634,45100.73600000143,su2random -2581,SUCCESS,2,1,8270.7,21416385.3,21424656,127,1934,13233.11999999881,qft -2582,SUCCESS,2,1,6162.76,21424656,21430818.76,127,1462,9860.416000002624,realamprandom -2583,SUCCESS,2,1,10065.31,21430818.76,21440884.07,127,7030,16104.495999997855,qpeexact -2585,SUCCESS,2,1,689.93,21440884.07,21441574,127,224,1103.8879999995231,ae -2586,SUCCESS,2,1,255.59,21441574,21441829.59,127,89,408.9439999997616,ghz -2587,SUCCESS,2,1,4515.63,21441829.59,21446345.22,127,1279,7225.008000004292,realamprandom -2588,SUCCESS,2,1,2274.35,21446345.22,21448619.57,127,1447,3638.959999996424,qpeexact -2589,SUCCESS,2,1,995.41,21448619.57,21449614.98,127,714,1592.6560000002385,wstate -2591,SUCCESS,2,1,4874.03,21449614.98,21454489.01,127,1357,7798.4480000019075,wstate -2592,SUCCESS,2,1,1508.58,21454489.01,21455997.59,127,337,2413.7279999971392,wstate -2593,SUCCESS,2,1,54049.9,21455997.59,21510047.49,127,12317,86479.84000000358,su2random -2594,SUCCESS,2,1,6407.59,21510047.49,21516455.08,127,1403,10252.143999999762,ae -2595,SUCCESS,2,1,14301.49,21516455.08,21530756.57,127,3113,22882.38399999738,qpeexact -2596,SUCCESS,2,1,33873.32,21530756.57,21564629.89,127,7824,54197.31200000048,qftentangled -2597,SUCCESS,2,1,8110.89,21564629.89,21572740.78,127,4317,12977.424000000954,qft -2598,SUCCESS,2,1,48064.37,21572740.78,21620805.15,127,15487,76902.99200000167,random -2599,SUCCESS,2,1,3037.05,21620805.15,21623842.2,127,1379,4859.280000001192,twolocalrandom -2600,SUCCESS,2,1,12680.91,21623842.2,21636523.11,127,2692,20289.45600000024,qftentangled -2601,SUCCESS,2,1,16380.58,21636523.11,21652903.69,127,4044,26208.92799999714,qpeexact -2602,SUCCESS,2,1,5564.89,21652903.69,21658468.58,127,2442,8903.823999994993,qnn -2603,SUCCESS,2,1,13676.29,21658468.58,21672144.87,127,7084,21882.06400000453,ae -2604,SUCCESS,2,1,7679.54,21672144.87,21679824.41,127,1731,12287.26399999857,realamprandom -2605,SUCCESS,2,1,10036.41,21679824.41,21689860.82,127,2681,16058.25600000024,qpeexact -2606,SUCCESS,2,1,1710.27,21689860.82,21691571.09,127,797,2736.431999999285,su2random -2607,SUCCESS,2,1,124.91,21691571.09,21691696,127,46,199.85600000023842,ghz -2609,SUCCESS,2,1,559.45,21691696,21692255.45,127,165,895.119999998808,wstate -2610,SUCCESS,2,1,24462.76,21692255.45,21716718.21,127,5831,39140.416000002624,twolocalrandom -2612,SUCCESS,2,1,12013.06,21716718.21,21728731.27,127,2774,19220.896000003817,twolocalrandom -2613,SUCCESS,2,1,479.16,21728731.27,21729210.43,127,120,766.6560000002385,graphstate -2614,SUCCESS,2,1,99.11,21729210.43,21729309.54,127,24,158.57599999308587,graphstate -2616,SUCCESS,2,1,302.7,21729309.54,21729612.24,127,103,484.31999999880793,dj -2618,SUCCESS,2,1,8148,21729612.24,21737760.24,127,1791,13036.800000000001,ae -2619,SUCCESS,2,1,6097.44,21737760.24,21743857.68,127,2384,9755.904000008106,qpeexact -2621,SUCCESS,2,1,2826.68,21743857.68,21746684.36,127,849,4522.6879999995235,twolocalrandom -2622,SUCCESS,2,1,1921.46,21746684.36,21748605.82,127,1228,3074.33599999547,qftentangled -2623,SUCCESS,2,1,2409.52,21748605.82,21751015.34,127,557,3855.231999999285,dj -2624,SUCCESS,2,1,106.21,21751015.34,21751121.55,127,56,169.93600000143053,ghz -2625,SUCCESS,2,1,8020.71,21751121.55,21759142.26,127,1749,12833.136000001432,qftentangled -2626,SUCCESS,2,1,5342.55,21759142.26,21764484.81,127,1560,8548.080000001193,qnn -2627,SUCCESS,2,1,134.1,21764484.81,21764618.91,127,64,214.55999999642373,graphstate -2630,SUCCESS,2,1,22687.57,21764618.91,21787306.48,127,9799,36300.11200000048,qpeexact -2631,SUCCESS,2,1,10829.41,21787306.48,21798135.89,127,2978,17327.05600000024,qpeinexact -2632,SUCCESS,2,1,8559.73,21798135.89,21806695.62,127,2793,13695.568000000716,realamprandom -2635,SUCCESS,2,1,759.08,21806695.62,21807454.7,127,352,1214.527999997139,portfoliovqe -2636,SUCCESS,2,1,461.32,21807454.7,21807916.02,127,309,738.1120000004769,qpeexact -2637,SUCCESS,2,1,254.8,21807916.02,21808170.82,127,65,407.6800000011921,dj -2639,SUCCESS,2,1,2817.18,21808170.82,21810988,127,921,4507.487999999524,wstate -2640,SUCCESS,2,1,485.79,21810988,21811473.79,127,137,777.2639999985695,graphstate -2641,SUCCESS,2,1,18550.13,21811473.79,21830023.92,127,4932,29680.20800000429,qft -2642,SUCCESS,2,1,157.81,21830023.92,21830181.73,127,47,252.49599999785426,graphstate -2643,SUCCESS,2,1,3200.34,21830181.73,21833382.07,127,711,5120.543999999762,ae -2644,SUCCESS,2,1,14099.96,21833382.07,21847482.03,127,5762,22559.93600000143,qpeexact -2645,SUCCESS,2,1,664.47,21847482.03,21848146.5,127,334,1063.1519999980926,wstate -2646,SUCCESS,2,1,245.41,21848146.5,21848391.91,127,71,392.65600000023846,ghz -2647,SUCCESS,2,1,5488.94,21848391.91,21853880.85,127,2162,8782.304000002146,qft -2649,SUCCESS,2,1,121.56,21853880.85,21854002.41,127,93,194.49599999785426,wstate -2650,SUCCESS,2,1,478.97,21854002.41,21854481.38,127,169,766.3519999980927,wstate -2651,SUCCESS,2,1,9810.09,21854481.38,21864291.47,127,6459,15696.144000005723,qft -2652,SUCCESS,2,1,3085.34,21864291.47,21867376.81,127,1011,4936.543999999762,qpeexact -2653,SUCCESS,2,1,45601.05,21867376.81,21912977.86,127,9798,72961.6800000012,qnn -2654,SUCCESS,2,1,123.14,21912977.86,21913101,127,97,197.02399999499323,graphstate -2655,SUCCESS,2,1,9310.37,21913101,21922411.37,127,2661,14896.59200000167,qftentangled -2656,SUCCESS,2,1,1155.85,21922411.37,21923567.22,127,519,1849.3600000023844,qftentangled -2657,SUCCESS,2,1,1843.81,21923567.22,21925411.03,127,439,2950.0959999978545,su2random -2659,SUCCESS,2,1,25542.89,21925411.03,21950953.92,127,7732,40868.62400000096,qpeexact -2662,SUCCESS,2,1,42601.28,21950953.92,21993555.2,127,9646,68162.04799999595,realamprandom -2663,SUCCESS,2,1,182.06,21993555.2,21993737.26,127,44,291.2960000038147,ghz -2664,SUCCESS,2,1,2942.6,21993737.26,21996679.86,127,877,4708.160000002385,dj -2666,SUCCESS,2,1,4050.75,21996679.86,22000730.61,127,2010,6481.200000000001,qnn -2667,SUCCESS,2,1,3793.79,22000730.61,22004524.4,127,932,6070.06399999261,wstate -2668,SUCCESS,2,1,6578.12,22004524.4,22011102.52,127,1779,10524.99200000763,ae -2669,SUCCESS,2,1,11850.73,22011102.52,22022953.25,127,3527,18961.167999994756,realamprandom -2670,SUCCESS,2,1,1180.17,22022953.25,22024133.42,127,296,1888.2720000028612,dj -2671,SUCCESS,2,1,1138.44,22024133.42,22025271.86,127,344,1821.5039999961855,dj -2672,SUCCESS,2,1,1184.67,22025271.86,22026456.53,127,627,1895.472000002861,qft -2674,SUCCESS,2,1,14263.66,22026456.53,22040720.19,127,7053,22821.85600000024,qpeexact -2676,SUCCESS,2,1,7189.14,22040720.19,22047909.33,127,2468,11502.623999994994,qft -2678,SUCCESS,2,1,2649.96,22047909.33,22050559.29,127,1211,4239.936000007391,realamprandom -2679,SUCCESS,2,1,8889.8,22050559.29,22059449.09,127,3887,14223.679999995233,qpeexact -2680,SUCCESS,2,1,1130.8,22059449.09,22060579.89,127,696,1809.280000001192,qftentangled -2681,SUCCESS,2,1,1397.23,22060579.89,22061977.12,127,493,2235.5680000007155,qftentangled -2682,SUCCESS,2,1,3442.78,22061977.12,22065419.9,127,1899,5508.447999995948,qft -2683,SUCCESS,2,1,1565.35,22065419.9,22066985.25,127,535,2504.560000002384,dj -2684,SUCCESS,2,1,589,22066985.25,22067574.25,127,181,942.4000000000001,qnn -2685,SUCCESS,2,1,3907.28,22067574.25,22071481.53,127,1156,6251.648000001907,qftentangled -2688,SUCCESS,2,1,2414.39,22071481.53,22073895.92,127,525,3863.024000000954,realamprandom -2689,SUCCESS,2,1,147958.57,22073895.92,22221854.49,127,33324,236733.7120000005,shor -2690,SUCCESS,2,1,8898.65,22221854.49,22230753.14,127,5156,14237.839999997617,realamprandom -2691,SUCCESS,2,1,11152.38,22230753.14,22241905.52,127,2724,17843.80799999833,ae -2692,SUCCESS,2,1,2182.35,22241905.52,22244087.87,127,1081,3491.7600000023845,ae -2693,SUCCESS,2,1,2023.24,22244087.87,22246111.11,127,750,3237.1839999973777,wstate -2695,SUCCESS,2,1,250.39,22246111.11,22246361.5,127,107,400.6240000009537,ghz -2696,SUCCESS,2,1,4085.57,22246361.5,22250447.07,127,1822,6536.912000000477,qpeinexact -2697,SUCCESS,2,1,232102.66,22250447.07,22482549.73,127,49657,371364.2560000003,random -2698,SUCCESS,2,1,30682.96,22482549.73,22513232.69,127,7026,49092.73600000143,su2random -2700,SUCCESS,2,1,13159.26,22513232.69,22526391.95,127,4451,21054.816000002626,qpeinexact -2701,SUCCESS,2,1,30389.84,22526391.95,22556781.79,127,6661,48623.743999999766,realamprandom -2704,SUCCESS,2,1,5666.95,22556781.79,22562448.74,127,1245,9067.119999992849,ae -2705,SUCCESS,2,1,5983.68,22562448.74,22568432.42,127,1375,9573.888000005483,wstate -2706,SUCCESS,2,1,1389.44,22568432.42,22569821.86,127,542,2223.1040000021458,ae -2707,SUCCESS,2,1,5030.28,22569821.86,22574852.14,127,1363,8048.447999995948,qpeinexact -2708,SUCCESS,2,1,3311.31,22574852.14,22578163.45,127,1154,5298.096000003815,twolocalrandom -2710,SUCCESS,2,1,1535.2,22578163.45,22579698.65,127,806,2456.319999998808,wstate -2711,SUCCESS,2,1,18383.06,22579698.65,22598081.71,127,5140,29412.895999997854,qft -2712,SUCCESS,2,1,546.49,22598081.71,22598628.2,127,128,874.3840000033379,graphstate -2713,SUCCESS,2,1,20960.73,22598628.2,22619588.93,127,4814,33537.16800000072,ae -2714,SUCCESS,2,1,12081.51,22619588.93,22631670.44,127,3710,19330.41599999666,ae -2715,SUCCESS,2,1,7019.57,22631670.44,22638690.01,127,1553,11231.312000000478,qnn -2716,SUCCESS,2,1,2025.59,22638690.01,22640715.6,127,618,3240.9439999997617,wstate -2717,SUCCESS,2,1,1031.08,22640715.6,22641746.68,127,294,1649.727999997139,qpeinexact -2718,SUCCESS,2,1,75.73,22641746.68,22641822.41,127,21,121.16800000071527,dj -2719,SUCCESS,2,1,25333.52,22641822.41,22667155.93,127,10892,40533.63200000525,qnn -2720,SUCCESS,2,1,757.91,22667155.93,22667913.84,127,265,1212.655999994278,dj -2721,SUCCESS,2,1,3834.75,22667913.84,22671748.59,127,833,6135.6,ghz -2722,SUCCESS,2,1,102.48,22671748.59,22671851.07,127,50,163.96800000071528,ghz -2723,SUCCESS,2,1,32540.94,22671851.07,22704392.01,127,14141,52065.50400000215,su2random -2724,SUCCESS,2,1,878.41,22704392.01,22705270.42,127,488,1405.4560000002384,dj -2725,SUCCESS,2,1,9814.81,22705270.42,22715085.23,127,3532,15703.695999997855,qft -2726,SUCCESS,2,1,1441.8,22715085.23,22716527.03,127,1043,2306.880000001192,su2random -2728,SUCCESS,2,1,21231.02,22716527.03,22737758.05,127,7663,33969.631999999285,qftentangled -2730,SUCCESS,2,1,3197.22,22737758.05,22740955.27,127,718,5115.552000004053,qpeinexact -2731,SUCCESS,2,1,283.05,22740955.27,22741238.32,127,70,452.8799999952316,dj -2732,SUCCESS,2,1,21681.59,22741238.32,22762919.91,127,5115,34690.54399999976,realamprandom -2733,SUCCESS,2,1,625.03,22762919.91,22763544.94,127,269,1000.0480000019074,ghz -2735,SUCCESS,2,1,2082.71,22763544.94,22765627.65,127,1018,3332.33599999547,wstate -2736,SUCCESS,2,1,130.68,22765627.65,22765758.33,127,28,209.08799999952316,vqe -2737,SUCCESS,2,1,2532.45,22765758.33,22768290.78,127,978,4051.9200000047686,su2random -2740,SUCCESS,2,1,2448.34,22768290.78,22770739.12,127,1058,3917.3439999997618,wstate -2741,SUCCESS,2,1,2171.77,22770739.12,22772910.89,127,500,3474.831999999285,qft -2742,SUCCESS,2,1,1351.28,22772910.89,22774262.17,127,469,2162.0480000019074,dj -2743,SUCCESS,2,1,547.78,22774262.17,22774809.95,127,265,876.4480000019074,wstate -2744,SUCCESS,2,1,145.77,22774809.95,22774955.72,127,35,233.23199999928477,qaoa -2745,SUCCESS,2,1,10512.03,22774955.72,22785467.75,127,5051,16819.247999995947,realamprandom -2746,SUCCESS,2,1,1573,22785467.75,22787040.75,127,935,2516.8,twolocalrandom -2747,SUCCESS,2,1,99.86,22787040.75,22787140.61,127,80,159.77599999904635,ghz -2748,SUCCESS,2,1,1384.57,22787140.61,22788525.18,127,394,2215.3120000064373,portfoliovqe -2749,SUCCESS,2,1,517.25,22788525.18,22789042.43,127,193,827.6,wstate -2750,SUCCESS,2,1,58286.14,22789042.43,22847328.57,127,13622,93257.823999995,qnn -2751,SUCCESS,2,1,27700.67,22847328.57,22875029.24,127,5973,44321.0719999969,qftentangled -2752,SUCCESS,2,1,18949.05,22875029.24,22893978.29,127,4302,30318.480000007155,qpeexact -2753,SUCCESS,2,1,11236.85,22893978.29,22905215.14,127,3271,17978.959999996423,qpeinexact -2754,SUCCESS,2,1,1631.68,22905215.14,22906846.82,127,462,2610.6879999995235,su2random -2755,SUCCESS,2,1,795.41,22906846.82,22907642.23,127,309,1272.6560000002385,qpeinexact -2757,SUCCESS,2,1,505.73,22907642.23,22908147.96,127,261,809.1680000007153,qftentangled -2758,SUCCESS,2,1,33266.32,22908147.96,22941414.28,127,8566,53226.11200000048,ae -2760,SUCCESS,2,1,14972.79,22941414.28,22956387.07,127,11404,23956.46399999857,qpeexact -2761,SUCCESS,2,1,9164.27,22956387.07,22965551.34,127,2168,14662.831999999285,qpeexact -2762,SUCCESS,2,1,233.03,22965551.34,22965784.37,127,57,372.8480000019074,ghz -2763,SUCCESS,2,1,15977.7,22965784.37,22981762.07,127,8266,25564.31999999881,twolocalrandom -2764,SUCCESS,2,1,2269.31,22981762.07,22984031.38,127,597,3630.896000003815,qpeinexact -2765,SUCCESS,2,1,4667.87,22984031.38,22988699.25,127,2323,7468.591999995709,qft -2766,SUCCESS,2,1,2557.19,22988699.25,22991256.44,127,815,4091.504000002146,su2random -2767,SUCCESS,2,1,3221.03,22991256.44,22994477.47,127,1621,5153.648000001907,qftentangled -2768,SUCCESS,2,1,1681.39,22994477.47,22996158.86,127,359,2690.2239999949934,portfoliovqe -2769,SUCCESS,2,1,3487.56,22996158.86,22999646.42,127,860,5580.096000003815,qftentangled -2770,SUCCESS,2,1,115.69,22999646.42,22999762.11,127,32,185.1039999961853,graphstate -2771,SUCCESS,2,1,1510.22,22999762.11,23001272.33,127,1136,2416.352000004053,grover-v-chain -2772,SUCCESS,2,1,12933.53,23001272.33,23014205.86,127,3500,20693.64799999595,qftentangled -2773,SUCCESS,2,1,1053.91,23014205.86,23015259.77,127,838,1686.2560000002386,twolocalrandom -2774,SUCCESS,2,1,7646.82,23015259.77,23022906.59,127,2498,12234.912000000477,qpeexact -2775,SUCCESS,2,1,373.29,23022906.59,23023279.88,127,193,597.26400000453,dj -2776,SUCCESS,2,1,3595.26,23023279.88,23026875.14,127,786,5752.415999996662,dj -2778,SUCCESS,2,1,1351.17,23026875.14,23028226.31,127,317,2161.8719999969007,wstate -2779,SUCCESS,2,1,2871.44,23028226.31,23031097.75,127,748,4594.304000002146,twolocalrandom -2780,SUCCESS,2,1,3049.21,23031097.75,23034146.96,127,1694,4878.7360000014305,qnn -2781,SUCCESS,2,1,17019.16,23034146.96,23051166.12,127,10067,27230.65600000024,su2random -2782,SUCCESS,2,1,59009.94,23051166.12,23110176.06,127,15031,94415.9039999962,qnn -2784,SUCCESS,2,1,740.49,23110176.06,23110916.55,127,236,1184.784000003338,qft -2785,SUCCESS,2,1,7740.32,23110916.55,23118656.87,127,1697,12384.512000000477,qftentangled -2786,SUCCESS,2,1,5439.82,23118656.87,23124096.69,127,3661,8703.712000000478,qft -2787,SUCCESS,2,1,562.67,23124096.69,23124659.36,127,313,900.2720000028611,dj -2789,SUCCESS,2,1,2999.23,23124659.36,23127658.59,127,629,4798.767999994755,dj -2790,SUCCESS,2,1,4490.8,23127658.59,23132149.39,127,1019,7185.280000001192,ghz -2791,SUCCESS,2,1,15031.47,23132149.39,23147180.86,127,3592,24050.352000004055,qftentangled -2793,SUCCESS,2,1,1542.12,23147180.86,23148722.98,127,565,2467.391999995709,dj -2794,SUCCESS,2,1,15248.23,23148722.98,23163971.21,127,4407,24397.168000000718,qft -2796,SUCCESS,2,1,145065.98,23163971.21,23309037.19,127,53775,232105.56800000073,random -2797,SUCCESS,2,1,3950.84,23309037.19,23312988.03,127,2678,6321.343999999762,qpeinexact -2798,SUCCESS,2,1,1016.75,23312988.03,23314004.78,127,236,1626.8000000000002,random -2799,SUCCESS,2,1,160.59,23314004.78,23314165.37,127,130,256.9439999997616,dj -2800,SUCCESS,2,1,5335.12,23314165.37,23319500.49,127,1903,8536.191999995708,qwalk-v-chain -2801,SUCCESS,2,1,862.69,23319500.49,23320363.18,127,365,1380.3040000021458,portfolioqaoa -2802,SUCCESS,2,1,5925.47,23320363.18,23326288.65,127,3239,9480.752000004053,realamprandom -2803,SUCCESS,2,1,16521.35,23326288.65,23342810,127,4405,26434.159999996424,twolocalrandom -2804,SUCCESS,2,1,6014.62,23342810,23348824.62,127,2759,9623.39200000167,su2random -2805,SUCCESS,2,1,14799.9,23348824.62,23363624.52,127,4687,23679.840000003576,realamprandom -2806,SUCCESS,2,1,2212.69,23363624.52,23365837.21,127,913,3540.3039999961857,ae -2807,SUCCESS,2,1,32224.87,23365837.21,23398062.08,127,7664,51559.79199999571,qpeexact -2808,SUCCESS,2,1,607.58,23398062.08,23398669.66,127,188,972.1280000030995,dj -2809,SUCCESS,2,1,10319.21,23398669.66,23408988.87,127,2153,16510.73600000143,su2random -2810,SUCCESS,2,1,5701.64,23408988.87,23414690.51,127,4331,9122.624000000955,qpeexact -2812,SUCCESS,2,1,13986.28,23414690.51,23428676.79,127,7915,22378.04800000191,qft -2814,SUCCESS,2,1,5059.14,23428676.79,23433735.93,127,1211,8094.624000000954,random -2816,SUCCESS,2,1,551.51,23433735.93,23434287.44,127,195,882.4159999966622,qpeexact -2817,SUCCESS,2,1,201.52,23434287.44,23434488.96,127,157,322.43199999928476,graphstate -2818,SUCCESS,2,1,25475.56,23434488.96,23459964.52,127,12388,40760.895999997854,qnn -2819,SUCCESS,2,1,12767.11,23459964.52,23472731.63,127,4612,20427.37600000501,twolocalrandom -2820,SUCCESS,2,1,787.22,23472731.63,23473518.85,127,314,1259.5519999980927,random -2821,SUCCESS,2,1,1678.69,23473518.85,23475197.54,127,392,2685.904000002146,qnn -2822,SUCCESS,2,1,2182.69,23475197.54,23477380.23,127,1329,3492.3039999961857,ae -2824,SUCCESS,2,1,21193.48,23477380.23,23498573.71,127,5187,33909.56800000072,qnn -2825,SUCCESS,2,1,6569.88,23498573.71,23505143.59,127,2904,10511.807999998331,ae -2827,SUCCESS,2,1,5547.94,23505143.59,23510691.53,127,2053,8876.704000002146,qftentangled -2828,SUCCESS,2,1,3137.09,23510691.53,23513828.62,127,717,5019.343999999762,qnn -2829,SUCCESS,2,1,527.77,23513828.62,23514356.39,127,153,844.4319999992848,qftentangled -2830,SUCCESS,2,1,12910.24,23514356.39,23527266.63,127,2793,20656.384000003338,twolocalrandom -2832,SUCCESS,2,1,5128.6,23527266.63,23532395.23,127,2067,8205.759999996424,pricingput -2834,SUCCESS,2,1,283.83,23532395.23,23532679.06,127,78,454.127999997139,dj -2835,SUCCESS,2,1,240.98,23532679.06,23532920.04,127,148,385.5680000007153,wstate -2837,SUCCESS,2,1,16706.94,23532920.04,23549626.98,127,5219,26731.104000002146,qpeinexact -2840,SUCCESS,2,1,4387.92,23549626.98,23554014.9,127,1518,7020.672000002862,pricingput -2842,SUCCESS,2,1,348.45,23554014.9,23554363.35,127,107,557.519999998808,graphstate -2843,SUCCESS,2,1,11188.77,23554363.35,23565552.12,127,4047,17902.031999999286,ae -2844,SUCCESS,2,1,905.8,23565552.12,23566457.92,127,325,1449.280000001192,wstate -2847,SUCCESS,2,1,5676.49,23566457.92,23572134.41,127,1752,9082.383999997377,qpeexact -2848,SUCCESS,2,1,24248.48,23572134.41,23596382.89,127,14464,38797.56800000072,random -2850,SUCCESS,2,1,13163.82,23596382.89,23609546.71,127,3053,21062.112000000478,qpeexact -2852,SUCCESS,2,1,5072.27,23609546.71,23614618.98,127,1327,8115.631999999285,qpeinexact -2853,SUCCESS,2,1,21774.57,23614618.98,23636393.55,127,5612,34839.31200000048,su2random -2854,SUCCESS,2,1,10215.36,23636393.55,23646608.91,127,2498,16344.575999999048,qpeinexact -2855,SUCCESS,2,1,17177.65,23646608.91,23663786.56,127,4846,27484.240000003578,qft -2857,SUCCESS,2,1,17109.01,23663786.56,23680895.57,127,8677,27374.415999996665,qpeexact -2858,SUCCESS,2,1,7019.32,23680895.57,23687914.89,127,1645,11230.912000000477,qftentangled -2859,SUCCESS,2,1,2840.35,23687914.89,23690755.24,127,2177,4544.560000002384,qftentangled -2860,SUCCESS,2,1,14209.11,23690755.24,23704964.35,127,3730,22734.575999999048,qpeinexact -2861,SUCCESS,2,1,20918.81,23704964.35,23725883.16,127,6748,33470.09599999786,su2random -2862,SUCCESS,2,1,1366.78,23725883.16,23727249.94,127,424,2186.8480000019076,dj -2863,SUCCESS,2,1,1176.23,23727249.94,23728426.17,127,305,1881.9680000007154,groundstate -2865,SUCCESS,2,1,173.75,23728426.17,23728599.92,127,82,278.0,graphstate -2866,SUCCESS,2,1,1196.89,23728599.92,23729796.81,127,491,1915.0240000009537,dj -2867,SUCCESS,2,1,3485.84,23729796.81,23733282.65,127,740,5577.343999993802,portfoliovqe -2868,SUCCESS,2,1,28976.05,23733282.65,23762258.7,127,6456,46361.68000000119,qpeexact -2869,SUCCESS,2,1,2147.16,23762258.7,23764405.86,127,821,3435.4560000002384,dj -2870,SUCCESS,2,1,263.08,23764405.86,23764668.94,127,82,420.92800000309944,dj -2871,SUCCESS,2,1,1234.24,23764668.94,23765903.18,127,568,1974.784000003338,random -2872,SUCCESS,2,1,38199.25,23765903.18,23804102.43,127,27610,61118.799999994044,random -2873,SUCCESS,2,1,897.14,23804102.43,23804999.57,127,549,1435.4240000009538,dj -2875,SUCCESS,2,1,11915.61,23804999.57,23816915.18,127,4252,19064.97600000501,qpeexact -2876,SUCCESS,2,1,1431.88,23816915.18,23818347.06,127,654,2291.0079999923705,portfolioqaoa -2877,SUCCESS,2,1,739.92,23818347.06,23819086.98,127,275,1183.8720000028611,twolocalrandom -2878,SUCCESS,2,1,474.89,23819086.98,23819561.87,127,139,759.8240000009537,graphstate -2879,SUCCESS,2,1,1080.41,23819561.87,23820642.28,127,626,1728.6560000002385,ae -2880,SUCCESS,2,1,113.11,23820642.28,23820755.39,127,49,180.97599999904634,ghz -2881,SUCCESS,2,1,4044.99,23820755.39,23824800.38,127,1520,6471.983999997377,qftentangled -2882,SUCCESS,2,1,3380.9,23824800.38,23828181.28,127,853,5409.440000003577,dj -2883,SUCCESS,2,1,70553.23,23828181.28,23898734.51,127,17037,112885.16800000072,pricingcall -2885,SUCCESS,2,1,89942.09,23898734.51,23988676.6,127,20425,143907.34399999978,random -2887,SUCCESS,2,1,230.52,23988676.6,23988907.12,127,52,368.8319999992848,graphstate -2889,SUCCESS,2,1,1163.12,23988907.12,23990070.24,127,585,1860.9919999957085,qnn -2890,SUCCESS,2,1,4724.82,23990070.24,23994795.06,127,1119,7559.712000006438,qft -2891,SUCCESS,2,1,18150.04,23994795.06,24012945.1,127,4597,29040.063999998572,qftentangled -2892,SUCCESS,2,1,21561.29,24012945.1,24034506.39,127,7384,34498.06399999857,pricingput -2893,SUCCESS,2,1,54991.6,24034506.39,24089497.99,127,20701,87986.55999999643,random -2894,SUCCESS,2,1,753.59,24089497.99,24090251.58,127,486,1205.7439999997616,qpeinexact -2895,SUCCESS,2,1,2011.36,24090251.58,24092262.94,127,482,3218.176000005007,dj -2896,SUCCESS,2,1,4014.33,24092262.94,24096277.27,127,2122,6422.928000003099,ae -2899,SUCCESS,2,1,1258.36,24096277.27,24097535.63,127,350,2013.3759999990464,dj -2901,SUCCESS,2,1,60541.34,24097535.63,24158076.97,127,13621,96866.1439999938,random -2902,SUCCESS,2,1,823.19,24158076.97,24158900.16,127,298,1317.1040000021458,dj -2903,SUCCESS,2,1,3601.71,24158900.16,24162501.87,127,1597,5762.7360000014305,qftentangled -2904,SUCCESS,2,1,11105.23,24162501.87,24173607.1,127,4252,17768.368000000715,qpeinexact -2906,SUCCESS,2,1,7428.69,24173607.1,24181035.79,127,3479,11885.903999996186,qpeinexact -2907,SUCCESS,2,1,355.42,24181035.79,24181391.21,127,228,568.6720000028611,dj -2908,SUCCESS,2,1,30487.9,24181391.21,24211879.11,127,6574,48780.64000000358,qftentangled -2909,SUCCESS,2,1,15875.65,24211879.11,24227754.76,127,3587,25401.039999997618,qftentangled -2910,SUCCESS,2,1,382.15,24227754.76,24228136.91,127,137,611.4399999976158,graphstate -2911,SUCCESS,2,1,2804.24,24228136.91,24230941.15,127,839,4486.784000003338,qftentangled -2913,SUCCESS,2,1,171.81,24230941.15,24231112.96,127,42,274.89599999785423,ghz -2914,SUCCESS,2,1,5760.53,24231112.96,24236873.49,127,4650,9216.847999995947,qnn -2915,SUCCESS,2,1,1555.36,24236873.49,24238428.85,127,448,2488.576000005007,graphstate -2916,SUCCESS,2,1,52.96,24238428.85,24238481.81,127,35,84.73600000143051,qaoa -2917,SUCCESS,2,1,10901.16,24238481.81,24249382.97,127,2382,17441.85600000024,qnn -2918,SUCCESS,2,1,763.14,24249382.97,24250146.11,127,463,1221.0240000009537,dj -2920,SUCCESS,2,1,2942.94,24250146.11,24253089.05,127,1878,4708.703999996185,qnn -2921,SUCCESS,2,1,132.32,24253089.05,24253221.37,127,44,211.71200000047685,ghz -2922,SUCCESS,2,1,36920.28,24253221.37,24290141.65,127,10107,59072.44799999595,twolocalrandom -2923,SUCCESS,2,1,1821.01,24290141.65,24291962.66,127,529,2913.616000002623,portfoliovqe -2924,SUCCESS,2,1,15321.74,24291962.66,24307284.4,127,9451,24514.78399999738,ae -2925,SUCCESS,2,1,4053.18,24307284.4,24311337.58,127,1980,6485.087999999523,qft -2926,SUCCESS,2,1,2065.36,24311337.58,24313402.94,127,963,3304.576000005007,qpeinexact -2928,SUCCESS,2,1,144.52,24313402.94,24313547.46,127,41,231.23199999928477,ghz -2929,SUCCESS,2,1,26000.35,24313547.46,24339547.81,127,9655,41600.559999996425,realamprandom -2930,SUCCESS,2,1,709.16,24339547.81,24340256.97,127,546,1134.6560000002385,qpeinexact -2933,SUCCESS,2,1,25389.2,24340256.97,24365646.17,127,8716,40622.720000004774,qpeinexact -2934,SUCCESS,2,1,9209.33,24365646.17,24374855.5,127,2166,14734.92799999714,qpeinexact -2935,SUCCESS,2,1,279.58,24374855.5,24375135.08,127,65,447.327999997139,graphstate -2936,SUCCESS,2,1,2535.74,24375135.08,24377670.82,127,591,4057.184000003338,wstate -2937,SUCCESS,2,1,116.72,24377670.82,24377787.54,127,29,186.75199999809266,wstate -2939,SUCCESS,2,1,327.43,24377787.54,24378114.97,127,152,523.8879999995232,su2random -2940,SUCCESS,2,1,9044.81,24378114.97,24387159.78,127,2887,14471.696000003816,ae -2941,SUCCESS,2,1,1498.45,24387159.78,24388658.23,127,325,2397.519999998808,wstate -2942,SUCCESS,2,1,26186.87,24388658.23,24414845.1,127,8861,41898.99200000167,qft -2943,SUCCESS,2,1,35374.07,24414845.1,24450219.17,127,7591,56598.51200000048,qnn -2944,SUCCESS,2,1,244.91,24450219.17,24450464.08,127,54,391.85599999427797,ghz -2945,SUCCESS,2,1,427.78,24450464.08,24450891.86,127,193,684.4480000019074,wstate -2946,SUCCESS,2,1,1766.04,24450891.86,24452657.9,127,893,2825.6639999985696,qft -2948,SUCCESS,2,1,7700.14,24452657.9,24460358.04,127,2757,12320.224000000955,qftentangled -2951,SUCCESS,2,1,4157.44,24460358.04,24464515.48,127,3089,6651.904000002146,ae -2952,SUCCESS,2,1,28.5,24464515.48,24464543.98,127,16,45.6,ghz -2953,SUCCESS,2,1,13342.04,24464543.98,24477886.02,127,3138,21347.26399999857,ae -2954,SUCCESS,2,1,26597.25,24477886.02,24504483.27,127,5621,42555.600000000006,twolocalrandom -2955,SUCCESS,2,1,10400.46,24504483.27,24514883.73,127,5638,16640.73600000143,qpeexact -2957,SUCCESS,2,1,13834.04,24514883.73,24528717.77,127,9259,22134.46399999857,qnn -2958,SUCCESS,2,1,179.35,24528717.77,24528897.12,127,81,286.9600000023842,ghz -2959,SUCCESS,2,1,156.66,24528897.12,24529053.78,127,33,250.65600000023844,graphstate -2961,SUCCESS,2,1,787.81,24529053.78,24529841.59,127,390,1260.4959999978544,dj -2962,SUCCESS,2,1,1562.85,24529841.59,24531404.44,127,878,2500.560000002384,wstate -2963,SUCCESS,2,1,37015.3,24531404.44,24568419.74,127,8620,59224.4800000012,twolocalrandom -2964,SUCCESS,2,1,1029.35,24568419.74,24569449.09,127,629,1646.959999996424,portfoliovqe -2965,SUCCESS,2,1,3956.46,24569449.09,24573405.55,127,859,6330.336000001431,ghz -2966,SUCCESS,2,1,3485.84,24573405.55,24576891.39,127,1232,5577.343999999762,qft -2968,SUCCESS,2,1,39031.42,24576891.39,24615922.81,127,8685,62450.272000002864,su2random -2969,SUCCESS,2,1,6336.25,24615922.81,24622259.06,127,1553,10138.0,twolocalrandom -2970,SUCCESS,2,1,2415.19,24622259.06,24624674.25,127,654,3864.3039999961857,qpeinexact -2971,SUCCESS,2,1,5428.75,24624674.25,24630103,127,1507,8686.0,qft -2973,SUCCESS,2,1,453.39,24630103,24630556.39,127,137,725.4240000009537,wstate -2974,SUCCESS,2,1,507.2,24630556.39,24631063.59,127,346,811.519999998808,dj -2975,SUCCESS,2,1,1107.64,24631063.59,24632171.23,127,495,1772.2240000009538,ghz -2976,SUCCESS,2,1,565.96,24632171.23,24632737.19,127,133,905.5360000014306,qftentangled -2977,SUCCESS,2,1,8927.22,24632737.19,24641664.41,127,2396,14283.551999998093,qft -2979,SUCCESS,2,1,794.94,24641664.41,24642459.35,127,335,1271.904000002146,qft -2980,SUCCESS,2,1,133.23,24642459.35,24642592.58,127,82,213.1679999947548,graphstate -2981,SUCCESS,2,1,8654.02,24642592.58,24651246.6,127,2154,13846.432000005247,realamprandom -2982,SUCCESS,2,1,11340.99,24651246.6,24662587.59,127,5320,18145.58399999738,qpeexact -2983,SUCCESS,2,1,1294.85,24662587.59,24663882.44,127,379,2071.7600000023845,wstate -2984,SUCCESS,2,1,430.48,24663882.44,24664312.92,127,126,688.7680000007153,dj -2985,SUCCESS,2,1,2848.49,24664312.92,24667161.41,127,726,4557.583999997378,dj -2986,SUCCESS,2,1,120.05,24667161.41,24667281.46,127,33,192.0800000011921,graphstate -2988,SUCCESS,2,1,6511.67,24667281.46,24673793.13,127,3152,10418.672000002862,twolocalrandom -2989,SUCCESS,2,1,12143.18,24673793.13,24685936.31,127,3124,19429.087999999523,grover-v-chain -2990,SUCCESS,2,1,247.77,24685936.31,24686184.08,127,65,396.43199999928476,dj -2991,SUCCESS,2,1,864.03,24686184.08,24687048.11,127,426,1382.447999995947,dj -2992,SUCCESS,2,1,333.76,24687048.11,24687381.87,127,133,534.0160000026226,graphstate -2993,SUCCESS,2,1,8893.45,24687381.87,24696275.32,127,3474,14229.519999998809,qft -2995,SUCCESS,2,1,19620.16,24696275.32,24715895.48,127,4162,31392.25600000024,qftentangled -2996,SUCCESS,2,1,7791.61,24715895.48,24723687.09,127,2265,12466.575999999048,qpeexact -2997,SUCCESS,2,1,26001.76,24723687.09,24749688.85,127,5542,41602.816000002626,qpeexact -2999,SUCCESS,2,1,1758.73,24749688.85,24751447.58,127,532,2813.967999994755,qpeinexact -3000,SUCCESS,2,1,4150.53,24751447.58,24755598.11,127,977,6640.848000001908,qft -3001,SUCCESS,2,1,12161.17,24755598.11,24767759.28,127,2528,19457.872000002862,qft -3002,SUCCESS,2,1,15108.31,24767759.28,24782867.59,127,4340,24173.295999997856,ae -3004,SUCCESS,2,1,168.01,24782867.59,24783035.6,127,123,268.8160000026226,ghz -3005,SUCCESS,2,1,1119.41,24783035.6,24784155.01,127,290,1791.0560000002386,su2random -3006,SUCCESS,2,1,261.77,24784155.01,24784416.78,127,125,418.8319999992848,graphstate -3007,SUCCESS,2,1,9567.96,24784416.78,24793984.74,127,3895,15308.73600000143,pricingcall -3008,SUCCESS,2,1,306.6,24793984.74,24794291.34,127,127,490.55999999642376,graphstate -3009,SUCCESS,2,1,20796.99,24794291.34,24815088.33,127,4455,33275.18399999738,qpeinexact -3010,SUCCESS,2,1,33487.63,24815088.33,24848575.96,127,19168,53580.20800000429,qwalk-noancilla -3011,SUCCESS,2,1,553.27,24848575.96,24849129.23,127,334,885.2319999992848,dj -3012,SUCCESS,2,1,10487.36,24849129.23,24859616.59,127,3529,16779.77599999905,ae -3013,SUCCESS,2,1,861.76,24859616.59,24860478.35,127,316,1378.8160000026228,portfolioqaoa -3015,SUCCESS,2,1,522.69,24860478.35,24861001.04,127,193,836.3039999961853,wstate -3016,SUCCESS,2,1,155.56,24861001.04,24861156.6,127,75,248.89600000381472,graphstate -3017,SUCCESS,2,1,70019.92,24861156.6,24931176.52,127,18432,112031.8719999969,random -3018,SUCCESS,2,1,10903.97,24931176.52,24942080.49,127,3857,17446.351999998093,su2random -3019,SUCCESS,2,1,34574.62,24942080.49,24976655.11,127,12094,55319.39200000763,twolocalrandom -3020,SUCCESS,2,1,15605.92,24976655.11,24992261.03,127,3343,24969.471999996902,qnn -3022,SUCCESS,2,1,30287.33,24992261.03,25022548.36,127,9331,48459.72799999714,ae -3023,SUCCESS,2,1,1306.03,25022548.36,25023854.39,127,440,2089.6480000019073,ae -3024,SUCCESS,2,1,391.33,25023854.39,25024245.72,127,145,626.127999997139,qft -3025,SUCCESS,2,1,2278.83,25024245.72,25026524.55,127,1300,3646.1280000030997,ae -3026,SUCCESS,2,1,17521.7,25026524.55,25044046.25,127,6362,28034.719999998808,twolocalrandom -3027,SUCCESS,2,1,16017.44,25044046.25,25060063.69,127,3833,25627.90400000215,qftentangled -3029,SUCCESS,2,1,105.84,25060063.69,25060169.53,127,65,169.3439999997616,ghz -3030,SUCCESS,2,1,19232.14,25060169.53,25079401.67,127,8622,30771.424000000956,qnn -3032,SUCCESS,2,1,1259.83,25079401.67,25080661.5,127,295,2015.727999997139,dj -3033,SUCCESS,2,1,2365.14,25080661.5,25083026.64,127,531,3784.2240000009538,portfoliovqe -3034,SUCCESS,2,1,5017.79,25083026.64,25088044.43,127,2806,8028.46399999857,qpeexact -3035,SUCCESS,2,1,59630.62,25088044.43,25147675.05,127,13662,95408.99200000167,twolocalrandom -3036,SUCCESS,2,1,515.47,25147675.05,25148190.52,127,384,824.7520000040531,ghz -3037,SUCCESS,2,1,1984.98,25148190.52,25150175.5,127,643,3175.967999994755,dj -3038,SUCCESS,2,1,1069.56,25150175.5,25151245.06,127,320,1711.2960000038147,realamprandom -3040,SUCCESS,2,1,157.79,25151245.06,25151402.85,127,35,252.4639999985695,graphstate -3041,SUCCESS,2,1,125.89,25151402.85,25151528.74,127,81,201.4240000009537,wstate -3042,SUCCESS,2,1,6658.61,25151528.74,25158187.35,127,2561,10653.775999999047,qpeinexact -3043,SUCCESS,2,1,3102.29,25158187.35,25161289.64,127,2483,4963.66399999857,qnn -3044,SUCCESS,2,1,376.43,25161289.64,25161666.07,127,82,602.2879999995232,graphstate -3046,SUCCESS,2,1,9056.77,25161666.07,25170722.84,127,3032,14490.831999999285,ae -3047,SUCCESS,2,1,733.78,25170722.84,25171456.62,127,584,1174.0480000019074,realamprandom -3048,SUCCESS,2,1,1503.6,25171456.62,25172960.22,127,333,2405.7600000023845,dj -3049,SUCCESS,2,1,21461.39,25172960.22,25194421.61,127,5860,34338.223999994996,qpeexact -3050,SUCCESS,2,1,1608.56,25194421.61,25196030.17,127,554,2573.696000003815,dj -3051,SUCCESS,2,1,1185.94,25196030.17,25197216.11,127,283,1897.5039999961855,twolocalrandom -3053,SUCCESS,2,1,70.89,25197216.11,25197287,127,45,113.42400000095368,dj -3055,SUCCESS,2,1,22503.22,25197287,25219790.22,127,7053,36005.151999998096,qpeinexact -3057,SUCCESS,2,1,377.53,25219790.22,25220167.75,127,237,604.0480000019073,wstate -3058,SUCCESS,2,1,320.65,25220167.75,25220488.4,127,99,513.0400000035763,qft -3059,SUCCESS,2,1,4014.66,25220488.4,25224503.06,127,1113,6423.4559999942785,wstate -3060,SUCCESS,2,1,2921.73,25224503.06,25227424.79,127,652,4674.768000000716,dj -3061,SUCCESS,2,1,12967.76,25227424.79,25240392.55,127,5729,20748.416000002624,qpeexact -3062,SUCCESS,2,1,14117.8,25240392.55,25254510.35,127,3776,22588.480000001193,qftentangled -3065,SUCCESS,2,1,71.71,25254510.35,25254582.06,127,33,114.73599999547005,wstate -3067,SUCCESS,2,1,12154.72,25254582.06,25266736.78,127,5727,19447.552000004052,qpeinexact -3068,SUCCESS,2,1,282.84,25266736.78,25267019.62,127,159,452.5439999997616,su2random -3069,SUCCESS,2,1,2215.3,25267019.62,25269234.92,127,1014,3544.4800000011924,qnn -3070,SUCCESS,2,1,12417.14,25269234.92,25281652.06,127,6249,19867.424000000956,ae -3071,SUCCESS,2,1,180.15,25281652.06,25281832.21,127,40,288.2399999976158,ghz -3072,SUCCESS,2,1,8691.38,25281832.21,25290523.59,127,3974,13906.207999998333,qft -3073,SUCCESS,2,1,5586.73,25290523.59,25296110.32,127,1267,8938.768000000715,wstate -3076,SUCCESS,2,1,22575.92,25296110.32,25318686.24,127,6329,36121.4719999969,qft -3077,SUCCESS,2,1,32.49,25318686.24,25318718.73,127,16,51.98400000333786,ghz -3078,SUCCESS,2,1,2588.36,25318718.73,25321307.09,127,898,4141.375999999046,ghz -3079,SUCCESS,2,1,3620.62,25321307.09,25324927.71,127,775,5792.992000001669,ghz -3080,SUCCESS,2,1,1184.9,25324927.71,25326112.61,127,327,1895.8400000035763,portfolioqaoa -3081,SUCCESS,2,1,13065.98,25326112.61,25339178.59,127,3386,20905.567999994757,su2random -3082,SUCCESS,2,1,921.31,25339178.59,25340099.9,127,267,1474.0959999978543,graphstate -3083,SUCCESS,2,1,259732.64,25340099.9,25599832.54,127,63881,415572.2240000069,random -3084,SUCCESS,2,1,827.36,25599832.54,25600659.9,127,184,1323.7759999990465,graphstate -3085,SUCCESS,2,1,6389.56,25600659.9,25607049.46,127,2341,10223.295999997856,qft -3086,SUCCESS,2,1,725.62,25607049.46,25607775.08,127,231,1160.9920000016689,twolocalrandom -3087,SUCCESS,2,1,14197.24,25607775.08,25621972.32,127,3506,22715.58399999738,qft -3088,SUCCESS,2,1,1037.85,25621972.32,25623010.17,127,413,1660.5600000023842,portfolioqaoa -3089,SUCCESS,2,1,542.89,25623010.17,25623553.06,127,163,868.6239999949933,graphstate -3090,SUCCESS,2,1,10630.78,25623553.06,25634183.84,127,4034,17009.24800000191,ae -3091,SUCCESS,2,1,275.41,25634183.84,25634459.25,127,86,440.65600000023846,graphstate -3092,SUCCESS,2,1,31422.35,25634459.25,25665881.6,127,12371,50275.76000000239,realamprandom -3093,SUCCESS,2,1,11801.3,25665881.6,25677682.9,127,6918,18882.08000000119,pricingput -3094,SUCCESS,2,1,1186.19,25677682.9,25678869.09,127,321,1897.9039999961853,twolocalrandom -3096,SUCCESS,2,1,21074.89,25678869.09,25699943.98,127,7888,33719.824000000954,qftentangled -3098,SUCCESS,2,1,273.8,25699943.98,25700217.78,127,63,438.0800000011921,ghz -3099,SUCCESS,2,1,9061.07,25700217.78,25709278.85,127,2158,14497.712000000478,qnn -3100,SUCCESS,2,1,3571.93,25709278.85,25712850.78,127,1180,5715.087999999523,su2random -3101,SUCCESS,2,1,5016.17,25712850.78,25717866.95,127,1696,8025.871999996901,realamprandom -3102,SUCCESS,2,1,510.94,25717866.95,25718377.89,127,134,817.5040000021459,dj -3104,SUCCESS,2,1,2819.27,25718377.89,25721197.16,127,802,4510.831999999285,ghz -3105,SUCCESS,2,1,14669.71,25721197.16,25735866.87,127,3456,23471.536000001433,qpeinexact -3106,SUCCESS,2,1,1069.82,25735866.87,25736936.69,127,294,1711.712000000477,dj -3107,SUCCESS,2,1,22754.57,25736936.69,25759691.26,127,7888,36407.31200000048,qft -3108,SUCCESS,2,1,812.58,25759691.26,25760503.84,127,385,1300.127999997139,wstate -3109,SUCCESS,2,1,190.72,25760503.84,25760694.56,127,92,305.15200000405315,dj -3110,SUCCESS,2,1,118.26,25760694.56,25760812.82,127,26,189.21599999666216,ghz -3111,SUCCESS,2,1,7812.39,25760812.82,25768625.21,127,2454,12499.824000000954,twolocalrandom -3112,SUCCESS,2,1,15342.82,25768625.21,25783968.03,127,3754,24548.51200000048,realamprandom -3113,SUCCESS,2,1,40082,25783968.03,25824050.03,127,9712,64131.200000000004,qnn -3114,SUCCESS,2,1,16594.35,25824050.03,25840644.38,127,4879,26550.960000002386,twolocalrandom -3115,SUCCESS,2,1,910.13,25840644.38,25841554.51,127,236,1456.2079999983312,dj -3116,SUCCESS,2,1,49.28,25841554.51,25841603.79,127,30,78.84800000190735,vqe -3118,SUCCESS,2,1,11845.28,25841603.79,25853449.07,127,2581,18952.447999995948,su2random -3119,SUCCESS,2,1,832.94,25853449.07,25854282.01,127,189,1332.704000002146,ghz -3121,SUCCESS,2,1,46611.79,25854282.01,25900893.8,127,14481,74578.86399999858,twolocalrandom -3123,SUCCESS,2,1,5423.05,25900893.8,25906316.85,127,1224,8676.880000001192,wstate -3124,SUCCESS,2,1,9581.58,25906316.85,25915898.43,127,3479,15330.527999997139,qpeinexact -3125,SUCCESS,2,1,1079.61,25915898.43,25916978.04,127,361,1727.376000005007,dj -3126,SUCCESS,2,1,16302.69,25916978.04,25933280.73,127,5161,26084.303999996187,qpeinexact -3127,SUCCESS,2,1,1030.93,25933280.73,25934311.66,127,672,1649.4879999995233,pricingput -3128,SUCCESS,2,1,19674.22,25934311.66,25953985.88,127,10824,31478.752000004053,qpeexact -3129,SUCCESS,2,1,39904.21,25953985.88,25993890.09,127,8342,63846.73599999547,twolocalrandom -3130,SUCCESS,2,1,939.77,25993890.09,25994829.86,127,209,1503.6320000052453,ghz -3131,SUCCESS,2,1,18367.62,25994829.86,26013197.48,127,6049,29388.19199999571,qftentangled -3132,SUCCESS,2,1,792.24,26013197.48,26013989.72,127,650,1267.5839999973775,qftentangled -3133,SUCCESS,2,1,9252,26013989.72,26023241.72,127,4288,14803.200000005962,qftentangled -3134,SUCCESS,2,1,786.55,26023241.72,26024028.27,127,299,1258.4799999952318,graphstate -3135,SUCCESS,2,1,33654.51,26024028.27,26057682.78,127,11777,53847.21600000263,su2random -3138,SUCCESS,2,1,16921.7,26057682.78,26074604.48,127,4889,27074.719999998808,qnn -3139,SUCCESS,2,1,174.1,26074604.48,26074778.58,127,107,278.55999999642376,graphstate -3140,SUCCESS,2,1,14447.06,26074778.58,26089225.64,127,5741,23115.296000003815,ae -3142,SUCCESS,2,1,780.82,26089225.64,26090006.46,127,247,1249.312000000477,graphstate -3143,SUCCESS,2,1,854.88,26090006.46,26090861.34,127,511,1367.807999998331,qft -3145,SUCCESS,2,1,12738.59,26090861.34,26103599.93,127,4491,20381.743999999762,ae -3147,SUCCESS,2,1,6704.25,26103599.93,26110304.18,127,5448,10726.800000005962,qpeexact -3148,SUCCESS,2,1,48288.23,26110304.18,26158592.41,127,13361,77261.16799999475,twolocalrandom -3149,SUCCESS,2,1,7358.68,26158592.41,26165951.09,127,3129,11773.887999999524,realamprandom -3150,SUCCESS,2,1,92.8,26165951.09,26166043.89,127,28,148.4800000011921,ghz -3152,SUCCESS,2,1,188.79,26166043.89,26166232.68,127,45,302.0639999985695,ghz -3154,SUCCESS,2,1,1616.54,26166232.68,26167849.22,127,413,2586.46400000453,portfolioqaoa -3155,SUCCESS,2,1,25455.81,26167849.22,26193305.03,127,7487,40729.295999997856,ae -3156,SUCCESS,2,1,4996.59,26193305.03,26198301.62,127,1404,7994.543999999762,ae -3157,SUCCESS,2,1,32112.46,26198301.62,26230414.08,127,13682,51379.935999995476,su2random -3158,SUCCESS,2,1,3059.79,26230414.08,26233473.87,127,665,4895.66400000453,su2random -3159,SUCCESS,2,1,852.63,26233473.87,26234326.5,127,274,1364.2079999983312,dj -3160,SUCCESS,2,1,24260.92,26234326.5,26258587.42,127,5542,38817.47200000286,twolocalrandom -3161,SUCCESS,2,1,914.71,26258587.42,26259502.13,127,563,1463.53599999547,qnn -3163,SUCCESS,2,1,1280.04,26259502.13,26260782.17,127,389,2048.06400000453,dj -3165,SUCCESS,2,1,540.5,26260782.17,26261322.67,127,130,864.8000000000001,wstate -3167,SUCCESS,2,1,1623.18,26261322.67,26262945.85,127,438,2597.087999999523,qnn -3169,SUCCESS,2,1,667.76,26262945.85,26263613.61,127,466,1068.4160000026227,qnn -3170,SUCCESS,2,1,601.73,26263613.61,26264215.34,127,422,962.7679999947549,dj -3171,SUCCESS,2,1,1777.66,26264215.34,26265993,127,518,2844.2560000002386,su2random -3172,SUCCESS,2,1,16217.21,26265993,26282210.21,127,3828,25947.536000001433,qftentangled -3173,SUCCESS,2,1,823.61,26282210.21,26283033.82,127,343,1317.7759999990465,qpeinexact -3175,SUCCESS,2,1,711.53,26283033.82,26283745.35,127,160,1138.4480000019073,pricingcall -3176,SUCCESS,2,1,165.26,26283745.35,26283910.61,127,65,264.41600000262264,dj -3177,SUCCESS,2,1,19364.63,26283910.61,26303275.24,127,6887,30983.407999998333,qpeexact -3178,SUCCESS,2,1,520.29,26303275.24,26303795.53,127,209,832.4639999985695,ae -3179,SUCCESS,2,1,7363.56,26303795.53,26311159.09,127,1693,11781.695999997855,random -3180,SUCCESS,2,1,363.46,26311159.09,26311522.55,127,289,581.5360000014306,wstate -3181,SUCCESS,2,1,23719.02,26311522.55,26335241.57,127,7334,37950.43199999929,qnn -3183,SUCCESS,2,1,204.43,26335241.57,26335446,127,51,327.08799999952316,graphstate -3184,SUCCESS,2,1,2725.78,26335446,26338171.78,127,624,4361.248000001908,dj -3185,SUCCESS,2,1,34622.74,26338171.78,26372794.52,127,11224,55396.38399999738,qpeexact -3186,SUCCESS,2,1,16442.48,26372794.52,26389237,127,7950,26307.968000000717,qpeinexact -3191,SUCCESS,2,1,18330.92,26389237,26407567.92,127,4290,29329.47200000286,ae -3193,SUCCESS,2,1,616.76,26407567.92,26408184.68,127,429,986.8160000026227,graphstate -3194,SUCCESS,2,1,948.04,26408184.68,26409132.72,127,383,1516.863999992609,graphstate -3197,SUCCESS,2,1,12971.73,26409132.72,26422104.45,127,6403,20754.768000006676,qft -3198,SUCCESS,2,1,297.93,26422104.45,26422402.38,127,73,476.6879999935627,wstate -3199,SUCCESS,2,1,22650.16,26422402.38,26445052.54,127,9763,36240.25600000024,realamprandom -3200,SUCCESS,2,1,21753.71,26445052.54,26466806.25,127,4893,34805.936000001435,qpeinexact -3201,SUCCESS,2,1,9126.6,26466806.25,26475932.85,127,3531,14602.560000002384,qftentangled -3204,SUCCESS,2,1,1335.3,26475932.85,26477268.15,127,500,2136.4800000011924,ae -3206,SUCCESS,2,1,19243.7,26477268.15,26496511.85,127,7452,30789.91999999881,qpeexact -3207,SUCCESS,2,1,140.95,26496511.85,26496652.8,127,40,225.51999999880792,ghz -3208,SUCCESS,2,1,458.09,26496652.8,26497110.89,127,96,732.9439999997617,graphstate -3210,SUCCESS,2,1,1378.55,26497110.89,26498489.44,127,388,2205.680000001192,qft -3211,SUCCESS,2,1,9464.58,26498489.44,26507954.02,127,2642,15143.32799999714,twolocalrandom -3212,SUCCESS,2,1,109.36,26507954.02,26508063.38,127,50,174.9760000050068,graphstate -3213,SUCCESS,2,1,1832.99,26508063.38,26509896.37,127,1038,2932.7839999973776,ghz -3214,SUCCESS,2,1,43320.15,26509896.37,26553216.52,127,13179,69312.23999999762,qnn -3215,SUCCESS,2,1,7537.26,26553216.52,26560753.78,127,6196,12059.616000002623,ae -3216,SUCCESS,2,1,21046.28,26560753.78,26581800.06,127,5573,33674.04800000191,qft -3217,SUCCESS,2,1,21401.03,26581800.06,26603201.09,127,8161,34241.64799999595,qnn -3218,SUCCESS,2,1,10736,26603201.09,26613937.09,127,3105,17177.600000000002,qft -3219,SUCCESS,2,1,4211.55,26613937.09,26618148.64,127,2613,6738.480000001193,qnn -3220,SUCCESS,2,1,10987.6,26618148.64,26629136.24,127,4877,17580.160000002386,qftentangled -3221,SUCCESS,2,1,18137,26629136.24,26647273.24,127,4411,29019.2,twolocalrandom -3222,SUCCESS,2,1,9699.32,26647273.24,26656972.56,127,3130,15518.911999994518,qft -3224,SUCCESS,2,1,38405.57,26656972.56,26695378.13,127,13142,61448.91200000644,su2random -3225,SUCCESS,2,1,6256.81,26695378.13,26701634.94,127,1422,10010.895999997854,qpeexact -3226,SUCCESS,2,1,25340.89,26701634.94,26726975.83,127,12422,40545.42400000096,twolocalrandom -3229,SUCCESS,2,1,39501.09,26726975.83,26766476.92,127,13577,63201.743999999766,twolocalrandom -3230,SUCCESS,2,1,3360.95,26766476.92,26769837.87,127,851,5377.519999998808,twolocalrandom -3231,SUCCESS,2,1,18027.17,26769837.87,26787865.04,127,6642,28843.471999996902,qnn -3232,SUCCESS,2,1,49.34,26787865.04,26787914.38,127,29,78.94400000572205,ghz -3233,SUCCESS,2,1,2949.56,26787914.38,26790863.94,127,971,4719.295999997855,qpeexact -3234,SUCCESS,2,1,8837.14,26790863.94,26799701.08,127,1857,14139.423999994993,qftentangled -3236,SUCCESS,2,1,738.9,26799701.08,26800439.98,127,329,1182.2400000035764,portfoliovqe -3237,SUCCESS,2,1,1604.97,26800439.98,26802044.95,127,501,2567.951999998093,dj -3239,SUCCESS,2,1,124240.64,26802044.95,26926285.59,127,53552,198785.02400000097,grover-v-chain -3240,SUCCESS,2,1,35422.12,26926285.59,26961707.71,127,7760,56675.39200000167,realamprandom -3241,SUCCESS,2,1,898.57,26961707.71,26962606.28,127,272,1437.712000000477,graphstate -3242,SUCCESS,2,1,61508.21,26962606.28,27024114.49,127,19618,98413.13600000144,random -3243,SUCCESS,2,1,1213.56,27024114.49,27025328.05,127,280,1941.6959999978544,wstate -3245,SUCCESS,2,1,4591.22,27025328.05,27029919.27,127,1604,7345.952000004054,su2random -3247,SUCCESS,2,1,3073.18,27029919.27,27032992.45,127,823,4917.087999993563,qftentangled -3248,SUCCESS,2,1,75761.62,27032992.45,27108754.07,127,17928,121218.59200000168,random -3249,SUCCESS,2,1,69369.89,27108754.07,27178123.96,127,22335,110991.82400000095,random -3250,SUCCESS,2,1,1204.42,27178123.96,27179328.38,127,975,1927.0720000028612,wstate -3251,SUCCESS,2,1,820.51,27179328.38,27180148.89,127,255,1312.8159999966622,portfoliovqe -3254,SUCCESS,2,1,22326.98,27180148.89,27202475.87,127,5541,35723.16800000072,twolocalrandom -3255,SUCCESS,2,1,1928.42,27202475.87,27204404.29,127,447,3085.472000002861,dj -3256,SUCCESS,2,1,110.12,27204404.29,27204514.41,127,30,176.19199999570847,ghz -3257,SUCCESS,2,1,1421.62,27204514.41,27205936.03,127,579,2274.592000001669,ghz -3258,SUCCESS,2,1,4600.96,27205936.03,27210536.99,127,1593,7361.535999995471,qpeexact -3259,SUCCESS,2,1,91633.31,27210536.99,27302170.3,127,38789,146613.29600000381,qwalk-noancilla -3260,SUCCESS,2,1,1017.97,27302170.3,27303188.27,127,439,1628.7520000040531,wstate -3261,SUCCESS,2,1,51.85,27303188.27,27303240.12,127,22,82.95999999642373,graphstate -3262,SUCCESS,2,1,16203.07,27303240.12,27319443.19,127,4565,25924.912000000477,qftentangled -3264,SUCCESS,2,1,366.07,27319443.19,27319809.26,127,214,585.7120000004769,wstate -3265,SUCCESS,2,1,208,27319809.26,27320017.26,127,77,332.8,graphstate -3266,SUCCESS,2,1,22647.12,27320017.26,27342664.38,127,6597,36235.39200000167,qpeinexact -3267,SUCCESS,2,1,134.53,27342664.38,27342798.91,127,29,215.24799999594688,vqe -3269,SUCCESS,2,1,837.38,27342798.91,27343636.29,127,218,1339.807999998331,qft -3270,SUCCESS,2,1,10551.21,27343636.29,27354187.5,127,3253,16881.93600000143,ae -3271,SUCCESS,2,1,1007.04,27354187.5,27355194.54,127,284,1611.26400000453,qftentangled -3272,SUCCESS,2,1,104.02,27355194.54,27355298.56,127,35,166.43199999928476,qaoa -3273,SUCCESS,2,1,362.54,27355298.56,27355661.1,127,113,580.0639999985696,graphstate -3274,SUCCESS,2,1,23481.9,27355661.1,27379143,127,5497,37571.039999997614,ae -3275,SUCCESS,2,1,32555.9,27379143,27411698.9,127,8512,52089.439999997616,random -3276,SUCCESS,2,1,242.46,27411698.9,27411941.36,127,83,387.93600000143056,ghz -3277,SUCCESS,2,1,846.38,27411941.36,27412787.74,127,260,1354.2079999983312,dj -3278,SUCCESS,2,1,2365.07,27412787.74,27415152.81,127,767,3784.112000000477,twolocalrandom -3279,SUCCESS,2,1,5034.14,27415152.81,27420186.95,127,1619,8054.624000000954,qft -3280,SUCCESS,2,1,1284.28,27420186.95,27421471.23,127,662,2054.8480000019076,dj -3281,SUCCESS,2,1,2063.55,27421471.23,27423534.78,127,1208,3301.680000001192,su2random -3282,SUCCESS,2,1,4199.72,27423534.78,27427734.5,127,1206,6719.551999998093,wstate -3283,SUCCESS,2,1,251.02,27427734.5,27427985.52,127,60,401.63200000524523,graphstate -3284,SUCCESS,2,1,47706.9,27427985.52,27475692.42,127,10828,76331.03999999762,twolocalrandom -3285,SUCCESS,2,1,3859.13,27475692.42,27479551.55,127,1009,6174.607999998331,qnn -3287,SUCCESS,2,1,13403.41,27479551.55,27492954.96,127,4267,21445.45600000024,realamprandom -3288,SUCCESS,2,1,1414.43,27492954.96,27494369.39,127,302,2263.087999999523,ghz -3289,SUCCESS,2,1,14984.07,27494369.39,27509353.46,127,10739,23974.51200000048,qpeexact -3291,SUCCESS,2,1,180970.87,27509353.46,27690324.33,127,59576,289553.3920000017,random -3292,SUCCESS,2,1,12884.93,27690324.33,27703209.26,127,4214,20615.887999999526,qft -3293,SUCCESS,2,1,2101.24,27703209.26,27705310.5,127,704,3361.9839999973774,su2random -3294,SUCCESS,2,1,467.01,27705310.5,27705777.51,127,232,747.2160000026226,qnn -3295,SUCCESS,2,1,10712.36,27705777.51,27716489.87,127,2293,17139.77599999905,qnn -3296,SUCCESS,2,1,7529.88,27716489.87,27724019.75,127,1807,12047.807999998331,qft -3297,SUCCESS,2,1,132.45,27724019.75,27724152.2,127,29,211.92000000476838,vqe -3298,SUCCESS,2,1,7270.26,27724152.2,27731422.46,127,1543,11632.415999996663,twolocalrandom -3299,SUCCESS,2,1,44778.65,27731422.46,27776201.11,127,11733,71645.83999999762,random -3300,SUCCESS,2,1,1554,27776201.11,27777755.11,127,361,2486.4,realamprandom -3301,SUCCESS,2,1,22945.85,27777755.11,27800700.96,127,7922,36713.36000000239,qpeinexact -3304,SUCCESS,2,1,12283.77,27800700.96,27812984.73,127,6600,19654.031999999286,qpeexact -3305,SUCCESS,2,1,962.32,27812984.73,27813947.05,127,657,1539.712000000477,ae -3306,SUCCESS,2,1,119623.97,27813947.05,27933571.02,127,51070,191398.35200000406,random -3307,SUCCESS,2,1,203.17,27933571.02,27933774.19,127,54,325.07199999690056,ghz -3308,SUCCESS,2,1,1620.52,27933774.19,27935394.71,127,579,2592.831999999285,dj -3310,SUCCESS,2,1,1437.29,27935394.71,27936832,127,504,2299.6639999985696,qft -3312,SUCCESS,2,1,410.92,27936832,27937242.92,127,295,657.472000002861,qnn -3313,SUCCESS,2,1,949.06,27937242.92,27938191.98,127,356,1518.4959999978544,graphstate -3314,SUCCESS,2,1,2458.82,27938191.98,27940650.8,127,511,3934.112000000477,twolocalrandom -3315,SUCCESS,2,1,32775.41,27940650.8,27973426.21,127,24395,52440.65600000024,random -3316,SUCCESS,2,1,29410.73,27973426.21,28002836.94,127,7438,47057.16800000072,su2random -3317,SUCCESS,2,1,680.1,28002836.94,28003517.04,127,177,1088.1599999964237,graphstate -3318,SUCCESS,2,1,4202.49,28003517.04,28007719.53,127,2399,6723.984000003338,ae -3319,SUCCESS,2,1,1959.73,28007719.53,28009679.26,127,1482,3135.5680000007155,ae -3320,SUCCESS,2,1,10737.85,28009679.26,28020417.11,127,2690,17180.559999996425,qftentangled -3321,SUCCESS,2,1,145.13,28020417.11,28020562.24,127,39,232.20799999833108,graphstate -3322,SUCCESS,2,1,2674.53,28020562.24,28023236.77,127,847,4279.248000001908,portfoliovqe -3323,SUCCESS,2,1,5579.9,28023236.77,28028816.67,127,2094,8927.840000003576,qft -3324,SUCCESS,2,1,16913.12,28028816.67,28045729.79,127,4630,27060.99199999571,su2random -3325,SUCCESS,2,1,23283.65,28045729.79,28069013.44,127,7202,37253.840000003576,realamprandom -3327,SUCCESS,2,1,400.61,28069013.44,28069414.05,127,96,640.9759999990464,graphstate -3328,SUCCESS,2,1,17932.43,28069414.05,28087346.48,127,6976,28691.887999999526,qft -3329,SUCCESS,2,1,35975.5,28087346.48,28123321.98,127,9909,57560.8,qnn -3332,SUCCESS,2,1,18258.57,28123321.98,28141580.55,127,5201,29213.71200000048,qpeexact -3333,SUCCESS,2,1,1301.46,28141580.55,28142882.01,127,347,2082.3360000014304,pricingcall -3334,SUCCESS,2,1,22103.01,28142882.01,28164985.02,127,4948,35364.81599999667,qpeinexact -3336,SUCCESS,2,1,22084.43,28164985.02,28187069.45,127,5513,35335.08799999952,random -3337,SUCCESS,2,1,12908.36,28187069.45,28199977.81,127,7228,20653.375999999047,qftentangled -3338,SUCCESS,2,1,2933.97,28199977.81,28202911.78,127,983,4694.3520000040535,ghz -3340,SUCCESS,2,1,11140.23,28202911.78,28214052.01,127,3884,17824.368000000715,random -3341,SUCCESS,2,1,4718.6,28214052.01,28218770.61,127,2101,7549.759999996424,qpeexact -3342,SUCCESS,2,1,45258.02,28218770.61,28264028.63,127,15792,72412.83200000525,realamprandom -3343,SUCCESS,2,1,20336.9,28264028.63,28284365.53,127,7659,32539.039999997618,grover-v-chain -3344,SUCCESS,2,1,25688.76,28284365.53,28310054.29,127,5429,41102.01600000262,qftentangled -3345,SUCCESS,2,1,747.11,28310054.29,28310801.4,127,540,1195.375999993086,qftentangled -3346,SUCCESS,2,1,457.73,28310801.4,28311259.13,127,135,732.3680000007153,graphstate -3347,SUCCESS,2,1,8798.36,28311259.13,28320057.49,127,2452,14077.376000005008,qnn -3348,SUCCESS,2,1,104.98,28320057.49,28320162.47,127,39,167.9679999947548,ghz -3349,SUCCESS,2,1,1008.7,28320162.47,28321171.17,127,414,1613.9200000047686,dj -3350,SUCCESS,2,1,11856.55,28321171.17,28333027.72,127,2529,18970.479999995234,qftentangled -3351,SUCCESS,2,1,71.95,28333027.72,28333099.67,127,21,115.12000000476837,ghz -3353,SUCCESS,2,1,8954.96,28333099.67,28342054.63,127,3117,14327.93599999547,pricingcall -3354,SUCCESS,2,1,10296.58,28342054.63,28352351.21,127,6301,16474.5280000031,qpeinexact -3355,SUCCESS,2,1,6103.17,28352351.21,28358454.38,127,3674,9765.072000002861,qft -3356,SUCCESS,2,1,5307.26,28358454.38,28363761.64,127,1468,8491.615999996662,qnn -3357,SUCCESS,2,1,10748.04,28363761.64,28374509.68,127,6362,17196.86399999857,realamprandom -3358,SUCCESS,2,1,1110.56,28374509.68,28375620.24,127,305,1776.8959999978542,dj -3359,SUCCESS,2,1,4679.75,28375620.24,28380299.99,127,3636,7487.6,qft -3361,SUCCESS,2,1,490.75,28380299.99,28380790.74,127,295,785.2000000059605,dj -3362,SUCCESS,2,1,1398.13,28380790.74,28382188.87,127,573,2237.0079999983313,wstate -3363,SUCCESS,2,1,30.5,28382188.87,28382219.37,127,12,48.800000000000004,ghz -3364,SUCCESS,2,1,36411.16,28382219.37,28418630.53,127,8440,58257.85600000024,ae -3365,SUCCESS,2,1,11670.31,28418630.53,28430300.84,127,2996,18672.495999997856,random -3367,SUCCESS,2,1,1298.21,28430300.84,28431599.05,127,341,2077.1360000014306,random -3368,SUCCESS,2,1,34111.17,28431599.05,28465710.22,127,10456,54577.87200000286,qpeinexact -3369,SUCCESS,2,1,658.89,28465710.22,28466369.11,127,141,1054.2240000009538,wstate -3370,SUCCESS,2,1,128.57,28466369.11,28466497.68,127,68,205.71200000047685,ghz -3371,SUCCESS,2,1,21506.91,28466497.68,28488004.59,127,6319,34411.05599999428,random -3373,SUCCESS,2,1,24488.62,28488004.59,28512493.21,127,6234,39181.79200000167,qpeinexact -3374,SUCCESS,2,1,5610.09,28512493.21,28518103.3,127,2067,8976.143999999762,qnn -3375,SUCCESS,2,1,29317.73,28518103.3,28547421.03,127,22390,46908.368000000715,random -3376,SUCCESS,2,1,2868.17,28547421.03,28550289.2,127,790,4589.072000002861,qnn -3377,SUCCESS,2,1,173.91,28550289.2,28550463.11,127,76,278.25599999427794,ghz -3379,SUCCESS,2,1,3267.92,28550463.11,28553731.03,127,1572,5228.672000002862,realamprandom -3380,SUCCESS,2,1,2918.36,28553731.03,28556649.39,127,785,4669.375999999046,qpeexact -3381,SUCCESS,2,1,43.59,28556649.39,28556692.98,127,19,69.74399999976158,graphstate -3382,SUCCESS,2,1,12747.5,28556692.98,28569440.48,127,8505,20396.0,qnn -3383,SUCCESS,2,1,902.05,28569440.48,28570342.53,127,390,1443.280000001192,ghz -3384,SUCCESS,2,1,1177.2,28570342.53,28571519.73,127,253,1883.519999998808,dj -3385,SUCCESS,2,1,131.8,28571519.73,28571651.53,127,107,210.88000000119212,graphstate -3386,SUCCESS,2,1,185.84,28571651.53,28571837.37,127,42,297.3439999997616,ghz -3387,SUCCESS,2,1,3091.42,28571837.37,28574928.79,127,791,4946.272000002861,twolocalrandom -3388,SUCCESS,2,1,135.73,28574928.79,28575064.52,127,66,217.1679999947548,ghz -3389,SUCCESS,2,1,495.84,28575064.52,28575560.36,127,114,793.3440000057221,graphstate -3392,SUCCESS,2,1,112.49,28575560.36,28575672.85,127,74,179.9839999973774,ghz -3393,SUCCESS,2,1,1597.12,28575672.85,28577269.97,127,849,2555.391999995709,ae -3394,SUCCESS,2,1,82.5,28577269.97,28577352.47,127,63,132.00000000596046,graphstate -3395,SUCCESS,2,1,44287.7,28577352.47,28621640.17,127,9247,70860.31999999881,qftentangled -3396,SUCCESS,2,1,5198.65,28621640.17,28626838.82,127,3242,8317.839999997615,qnn -3398,SUCCESS,2,1,13335.75,28626838.82,28640174.57,127,9590,21337.2,qpeexact -3399,SUCCESS,2,1,2775.46,28640174.57,28642950.03,127,822,4440.7360000014305,qpeexact -3400,SUCCESS,2,1,4372.35,28642950.03,28647322.38,127,1229,6995.759999996424,random -3401,SUCCESS,2,1,17000.36,28647322.38,28664322.74,127,5808,27200.575999999048,twolocalrandom -3402,SUCCESS,2,1,5131.25,28664322.74,28669453.99,127,1684,8210.0,realamprandom -3403,SUCCESS,2,1,3182.14,28669453.99,28672636.13,127,1364,5091.424000006915,pricingcall -3404,SUCCESS,2,1,1136.55,28672636.13,28673772.68,127,537,1818.4800000011921,ae -3405,SUCCESS,2,1,282.09,28673772.68,28674054.77,127,69,451.34399999380116,wstate -3406,SUCCESS,2,1,5023.67,28674054.77,28679078.44,127,2503,8037.872000002862,su2random -3407,SUCCESS,2,1,16839.53,28679078.44,28695917.97,127,5576,26943.24800000191,random -3408,SUCCESS,2,1,28330.07,28695917.97,28724248.04,127,11036,45328.11200000048,qnn -3409,SUCCESS,2,1,22188.28,28724248.04,28746436.32,127,6206,35501.24799999595,qpeexact -3410,SUCCESS,2,1,1769.58,28746436.32,28748205.9,127,1166,2831.327999997139,twolocalrandom -3411,SUCCESS,2,1,805.72,28748205.9,28749011.62,127,431,1289.1520000040532,realamprandom -3412,SUCCESS,2,1,137.21,28749011.62,28749148.83,127,31,219.53600000143052,graphstate -3414,SUCCESS,2,1,135.07,28749148.83,28749283.9,127,108,216.11200000047685,graphstate -3417,SUCCESS,2,1,14420.91,28749283.9,28763704.81,127,5146,23073.45599999428,pricingput -3418,SUCCESS,2,1,2581.53,28763704.81,28766286.34,127,1181,4130.4480000019075,su2random -3419,SUCCESS,2,1,3102.45,28766286.34,28769388.79,127,2158,4963.920000004769,qnn -3420,SUCCESS,2,1,950.1,28769388.79,28770338.89,127,542,1520.1599999964237,qnn -3421,SUCCESS,2,1,1638.04,28770338.89,28771976.93,127,603,2620.86400000453,dj -3422,SUCCESS,2,1,48861.75,28771976.93,28820838.68,127,11040,78178.8,qnn -3424,SUCCESS,2,1,386.63,28820838.68,28821225.31,127,221,618.6079999983311,graphstate -3425,SUCCESS,2,1,264.68,28821225.31,28821489.99,127,63,423.4879999995232,dj -3426,SUCCESS,2,1,327.07,28821489.99,28821817.06,127,91,523.3120000004768,graphstate -3427,SUCCESS,2,1,3788.26,28821817.06,28825605.32,127,2403,6061.2159999966625,qft -3429,SUCCESS,2,1,245.28,28825605.32,28825850.6,127,113,392.44800000190736,ghz -3430,SUCCESS,2,1,5892.8,28825850.6,28831743.4,127,1425,9428.480000001193,qftentangled -3431,SUCCESS,2,1,100197.45,28831743.4,28931940.85,127,35237,160315.91999999882,random -3434,SUCCESS,2,1,22957.98,28931940.85,28954898.83,127,6451,36732.76800000072,random -3435,SUCCESS,2,1,9698.97,28954898.83,28964597.8,127,2143,15518.351999998093,twolocalrandom -3436,SUCCESS,2,1,1517.43,28964597.8,28966115.23,127,676,2427.8879999995233,qpeinexact -3438,SUCCESS,2,1,6528.29,28966115.23,28972643.52,127,1890,10445.26400000453,qpeexact -3439,SUCCESS,2,1,1393.84,28972643.52,28974037.36,127,360,2230.143999993801,dj -3440,SUCCESS,2,1,35.89,28974037.36,28974073.25,127,25,57.424000000953676,graphstate -3441,SUCCESS,2,1,5030.06,28974073.25,28979103.31,127,1835,8048.095999997855,qftentangled -3442,SUCCESS,2,1,116.82,28979103.31,28979220.13,127,58,186.91200000047684,graphstate -3443,SUCCESS,2,1,2452.31,28979220.13,28981672.44,127,591,3923.696000003815,realamprandom -3444,SUCCESS,2,1,2363.43,28981672.44,28984035.87,127,824,3781.4879999995233,qft -3445,SUCCESS,2,1,2482.52,28984035.87,28986518.39,127,1014,3972.031999999285,ghz -3446,SUCCESS,2,1,701.14,28986518.39,28987219.53,127,293,1121.8240000009537,wstate -3447,SUCCESS,2,1,6253.61,28987219.53,28993473.14,127,1517,10005.775999999047,su2random -3448,SUCCESS,2,1,249.71,28993473.14,28993722.85,127,55,399.5360000014305,graphstate -3449,SUCCESS,2,1,23439.73,28993722.85,29017162.58,127,6628,37503.56799999475,ae -3450,SUCCESS,2,1,19009.48,29017162.58,29036172.06,127,9042,30415.168000000718,twolocalrandom -3451,SUCCESS,2,1,226.71,29036172.06,29036398.77,127,183,362.736000007391,dj -3452,SUCCESS,2,1,1837.36,29036398.77,29038236.13,127,981,2939.775999993086,qnn -3454,SUCCESS,2,1,18929.1,29038236.13,29057165.23,127,5392,30286.560000002384,twolocalrandom -3455,SUCCESS,2,1,8922.69,29057165.23,29066087.92,127,4840,14276.304000002146,ae -3456,SUCCESS,2,1,487.82,29066087.92,29066575.74,127,151,780.5119999945164,qpeexact -3457,SUCCESS,2,1,6073.6,29066575.74,29072649.34,127,4331,9717.760000002385,qpeinexact -3460,SUCCESS,2,1,8997.07,29072649.34,29081646.41,127,2978,14395.312000000478,random -3462,SUCCESS,2,1,98.21,29081646.41,29081744.62,127,74,157.13600000143052,graphstate -3464,SUCCESS,2,1,1564.32,29081744.62,29083308.94,127,371,2502.912000000477,twolocalrandom -3465,SUCCESS,2,1,4676.81,29083308.94,29087985.75,127,2269,7482.895999997854,qpeexact -3466,SUCCESS,2,1,475.83,29087985.75,29088461.58,127,352,761.3280000030995,su2random -3467,SUCCESS,2,1,237.45,29088461.58,29088699.03,127,115,379.91999999880795,graphstate -3468,SUCCESS,2,1,64082.85,29088699.03,29152781.88,127,16016,102532.56000000238,random -3470,SUCCESS,2,1,17621.13,29152781.88,29170403.01,127,6101,28193.80799999833,ae -3471,SUCCESS,2,1,13740.43,29170403.01,29184143.44,127,4740,21984.687999999525,qft -3472,SUCCESS,2,1,2057.66,29184143.44,29186201.1,127,441,3292.2560000002386,dj -3476,SUCCESS,2,1,811.74,29186201.1,29187012.84,127,252,1298.7839999973776,qnn -3478,SUCCESS,2,1,493.56,29187012.84,29187506.4,127,403,789.6959999978543,qpeexact -3480,SUCCESS,2,1,13737.67,29187506.4,29201244.07,127,4282,21980.272000002864,qft -3481,SUCCESS,2,1,568.46,29201244.07,29201812.53,127,173,909.5360000014306,qnn -3482,SUCCESS,2,1,171.96,29201812.53,29201984.49,127,112,275.13600000143055,graphstate -3487,SUCCESS,2,1,67.41,29201984.49,29202051.9,127,27,107.85600000023842,vqe -3488,SUCCESS,2,1,36452.48,29202051.9,29238504.38,127,8475,58323.96800000072,qft -3489,SUCCESS,2,1,16560.56,29238504.38,29255064.94,127,8076,26496.895999997854,qpeinexact -3490,SUCCESS,2,1,14364.18,29255064.94,29269429.12,127,7078,22982.687999999525,qftentangled -3491,SUCCESS,2,1,5165.03,29269429.12,29274594.15,127,1648,8264.047999995948,ae -3492,SUCCESS,2,1,4957.82,29274594.15,29279551.97,127,1312,7932.512000000477,wstate -3493,SUCCESS,2,1,32619.2,29279551.97,29312171.17,127,7636,52190.720000004774,twolocalrandom -3494,SUCCESS,2,1,555.81,29312171.17,29312726.98,127,213,889.2959999978543,wstate -3495,SUCCESS,2,1,19791.69,29312726.98,29332518.67,127,7792,31666.704000002148,qnn -3496,SUCCESS,2,1,7593.77,29332518.67,29340112.44,127,1642,12150.031999999286,qnn -3497,SUCCESS,2,1,1939.96,29340112.44,29342052.4,127,633,3103.9359999954704,su2random -3498,SUCCESS,2,1,22222.55,29342052.4,29364274.95,127,13036,35556.080000001195,realamprandom -3499,SUCCESS,2,1,21409.42,29364274.95,29385684.37,127,8425,34255.07200000286,qft -3500,SUCCESS,2,1,22863.75,29385684.37,29408548.12,127,5638,36582.0,qpeinexact -3501,SUCCESS,2,1,206.88,29408548.12,29408755,127,80,331.0079999983311,graphstate -3502,SUCCESS,2,1,73.1,29408755,29408828.1,127,22,116.96000000238419,vqe -3503,SUCCESS,2,1,7230.68,29408828.1,29416058.78,127,1849,11569.087999999523,qpeinexact -3504,SUCCESS,2,1,1686.37,29416058.78,29417745.15,127,830,2698.192000001669,ghz -3505,SUCCESS,2,1,4950.73,29417745.15,29422695.88,127,1330,7921.1679999947555,wstate -3506,SUCCESS,2,1,285.78,29422695.88,29422981.66,127,101,457.24800000190737,wstate -3508,SUCCESS,2,1,235.76,29422981.66,29423217.42,127,81,377.21600000262265,wstate -3510,SUCCESS,2,1,806.43,29423217.42,29424023.85,127,338,1290.2879999995232,qpeinexact -3511,SUCCESS,2,1,2835.65,29424023.85,29426859.5,127,1958,4537.039999997616,qft -3512,SUCCESS,2,1,2910.72,29426859.5,29429770.22,127,737,4657.151999998093,su2random -3513,SUCCESS,2,1,2045.75,29429770.22,29431815.97,127,1045,3273.2000000059606,wstate -3514,SUCCESS,2,1,467.31,29431815.97,29432283.28,127,173,747.6959999978543,qnn -3515,SUCCESS,2,1,180.21,29432283.28,29432463.49,127,38,288.33599999547005,ghz -3516,SUCCESS,2,1,2348.63,29432463.49,29434812.12,127,790,3757.808000004292,su2random -3517,SUCCESS,2,1,1820.5,29434812.12,29436632.62,127,972,2912.8,su2random -3518,SUCCESS,2,1,3985.49,29436632.62,29440618.11,127,879,6376.783999997378,qft -3519,SUCCESS,2,1,8910.89,29440618.11,29449529,127,2074,14257.424000000954,pricingcall -3520,SUCCESS,2,1,38217.13,29449529,29487746.13,127,8270,61147.40799999834,qpeexact -3521,SUCCESS,2,1,365.21,29487746.13,29488111.34,127,133,584.3360000014305,wstate -3522,SUCCESS,2,1,3328,29488111.34,29491439.34,127,1088,5324.8,qnn -3523,SUCCESS,2,1,30485.12,29491439.34,29521924.46,127,14824,48776.19200000167,realamprandom -3524,SUCCESS,2,1,9140.79,29521924.46,29531065.25,127,5264,14625.26399999857,qnn -3525,SUCCESS,2,1,9753.11,29531065.25,29540818.36,127,2330,15604.975999999047,ae -3526,SUCCESS,2,1,2295.51,29540818.36,29543113.87,127,1061,3672.816000002623,twolocalrandom -3527,SUCCESS,2,1,22355.02,29543113.87,29565468.89,127,10227,35768.031999999286,realamprandom -3528,SUCCESS,2,1,26127.15,29565468.89,29591596.04,127,6505,41803.44000000358,qpeexact -3529,SUCCESS,2,1,235.49,29591596.04,29591831.53,127,72,376.7839999973774,ghz -3530,SUCCESS,2,1,4533.1,29591831.53,29596364.63,127,1086,7252.960000002385,qnn -3531,SUCCESS,2,1,99959.05,29596364.63,29696323.68,127,78093,159934.4800000012,qwalk-noancilla -3533,SUCCESS,2,1,1629.75,29696323.68,29697953.43,127,1110,2607.6000000000004,realamprandom -3534,SUCCESS,2,1,4639.73,29697953.43,29702593.16,127,1202,7423.567999994755,qftentangled -3535,SUCCESS,2,1,1736.38,29702593.16,29704329.54,127,380,2778.207999998331,qft -3536,SUCCESS,2,1,21897.35,29704329.54,29726226.89,127,4699,35035.76000000239,ae -3538,SUCCESS,2,1,10202.8,29726226.89,29736429.69,127,7820,16324.480000001193,random -3539,SUCCESS,2,1,230.33,29736429.69,29736660.02,127,76,368.52800000309946,graphstate -3540,SUCCESS,2,1,14116.43,29736660.02,29750776.45,127,3716,22586.287999993565,ae -3541,SUCCESS,2,1,14570.55,29750776.45,29765347,127,6790,23312.880000001194,qpeexact -3544,SUCCESS,2,1,59976.4,29765347,29825323.4,127,34032,95962.23999999762,shor -3545,SUCCESS,2,1,6679,29825323.4,29832002.4,127,3546,10686.400000000001,qpeinexact -3546,SUCCESS,2,1,4694.2,29832002.4,29836696.6,127,2395,7510.720000004769,twolocalrandom -3547,SUCCESS,2,1,75962.64,29836696.6,29912659.24,127,33770,121540.223999995,random -3548,SUCCESS,2,1,12459.15,29912659.24,29925118.39,127,4912,19934.64000000358,ae -3550,SUCCESS,2,1,9743.38,29925118.39,29934861.77,127,2630,15589.407999998331,qpeinexact -3551,SUCCESS,2,1,2611.3,29934861.77,29937473.07,127,895,4178.080000001192,realamprandom -3552,SUCCESS,2,1,7115.43,29937473.07,29944588.5,127,1697,11384.687999999524,twolocalrandom -3553,SUCCESS,2,1,1351.44,29944588.5,29945939.94,127,377,2162.304000002146,su2random -3554,SUCCESS,2,1,19997.65,29945939.94,29965937.59,127,4196,31996.23999999762,random -3555,SUCCESS,2,1,20538.68,29965937.59,29986476.27,127,5886,32861.887999999526,qftentangled -3556,SUCCESS,2,1,35955.16,29986476.27,30022431.43,127,7522,57528.25600000024,qft -3557,SUCCESS,2,1,7131.41,30022431.43,30029562.84,127,3549,11410.25600000024,grover-noancilla -3559,SUCCESS,2,1,4566.8,30029562.84,30034129.64,127,2147,7306.8800000011925,su2random -3560,SUCCESS,2,1,37855.29,30034129.64,30071984.93,127,9136,60568.46400000453,random -3561,SUCCESS,2,1,6068.42,30071984.93,30078053.35,127,4955,9709.4719999969,qnn -3562,SUCCESS,2,1,75.37,30078053.35,30078128.72,127,26,120.59199999570848,vqe -3563,SUCCESS,2,1,95.78,30078128.72,30078224.5,127,27,153.24800000190734,ghz -3564,SUCCESS,2,1,9317.28,30078224.5,30087541.78,127,3009,14907.648000001907,qpeexact -3565,SUCCESS,2,1,109072.68,30087541.78,30196614.46,127,40327,174516.28799999953,random -3566,SUCCESS,2,1,27546.08,30196614.46,30224160.54,127,11760,44073.7280000031,realamprandom -3567,SUCCESS,2,1,9988.36,30224160.54,30234148.9,127,3155,15981.375999993086,su2random -3569,SUCCESS,2,1,1397.4,30234148.9,30235546.3,127,376,2235.8400000035763,random -3570,SUCCESS,2,1,25352.44,30235546.3,30260898.74,127,5662,40563.90399999619,qpeexact -3571,SUCCESS,2,1,980.24,30260898.74,30261878.98,127,471,1568.3840000033379,pricingcall -3572,SUCCESS,2,1,64.68,30261878.98,30261943.66,127,25,103.48799999952317,dj -3573,SUCCESS,2,1,2828.14,30261943.66,30264771.8,127,627,4525.0240000009535,ae -3574,SUCCESS,2,1,6656.68,30264771.8,30271428.48,127,3352,10650.687999999524,su2random -3575,SUCCESS,2,1,71610.93,30271428.48,30343039.41,127,29138,114577.48799999953,random -3576,SUCCESS,2,1,1292.95,30343039.41,30344332.36,127,700,2068.7200000047683,qft -3577,SUCCESS,2,1,1107.23,30344332.36,30345439.59,127,242,1771.567999994755,dj -3578,SUCCESS,2,1,9008.48,30345439.59,30354448.07,127,5400,14413.568000000716,qpeexact -3579,SUCCESS,2,1,75449.76,30354448.07,30429897.83,127,15894,120719.61600000263,realamprandom -3580,SUCCESS,2,1,9859.87,30429897.83,30439757.7,127,2101,15775.791999995708,qpeinexact -3581,SUCCESS,2,1,606.55,30439757.7,30440364.25,127,335,970.4800000011921,twolocalrandom -3582,SUCCESS,2,1,15794.69,30440364.25,30456158.94,127,4185,25271.504000002147,realamprandom -3583,SUCCESS,2,1,4410.27,30456158.94,30460569.21,127,1433,7056.431999999285,su2random -3584,SUCCESS,2,1,1760.24,30460569.21,30462329.45,127,468,2816.384000003338,dj -3587,SUCCESS,2,1,803.13,30462329.45,30463132.58,127,428,1285.0079999923707,qft -3588,SUCCESS,2,1,24644.4,30463132.58,30487776.98,127,5610,39431.04000000358,qpeexact -3589,SUCCESS,2,1,1788.22,30487776.98,30489565.2,127,658,2861.152000004053,qnn -3590,SUCCESS,2,1,22164.41,30489565.2,30511729.61,127,5242,35463.05599999428,qpeexact -3591,SUCCESS,2,1,8084.44,30511729.61,30519814.05,127,4926,12935.104000002146,qpeinexact -3593,SUCCESS,2,1,2149,30519814.05,30521963.05,127,501,3438.4,dj -3596,SUCCESS,2,1,1300.12,30521963.05,30523263.17,127,856,2080.192000001669,ae -3598,SUCCESS,2,1,28327.38,30523263.17,30551590.55,127,6119,45323.80799999833,qft -3599,SUCCESS,2,1,990.94,30551590.55,30552581.49,127,233,1585.5039999961855,realamprandom -3600,SUCCESS,2,1,23386.43,30552581.49,30575967.92,127,8384,37418.28800000549,qpeinexact -3601,SUCCESS,2,1,127.48,30575967.92,30576095.4,127,64,203.96800000071528,graphstate -3602,SUCCESS,2,1,2134.25,30576095.4,30578229.65,127,987,3414.8,ghz -3603,SUCCESS,2,1,28473.71,30578229.65,30606703.36,127,16703,45557.936000001435,twolocalrandom -3604,SUCCESS,2,1,458.51,30606703.36,30607161.87,127,117,733.6159999966621,ghz -3605,SUCCESS,2,1,398.95,30607161.87,30607560.82,127,109,638.3199999988079,qaoa -3606,SUCCESS,2,1,2759.75,30607560.82,30610320.57,127,921,4415.6,ae -3608,SUCCESS,2,1,2202.89,30610320.57,30612523.46,127,1095,3524.624000000954,grover-v-chain -3610,SUCCESS,2,1,21133.53,30612523.46,30633656.99,127,12492,33813.64800000191,realamprandom -3612,SUCCESS,2,1,700.03,30633656.99,30634357.02,127,167,1120.0480000019074,qpeexact -3613,SUCCESS,2,1,18570.11,30634357.02,30652927.13,127,10086,29712.175999993087,su2random -3615,SUCCESS,2,1,669.53,30652927.13,30653596.66,127,175,1071.2480000019075,graphstate -3616,SUCCESS,2,1,589.85,30653596.66,30654186.51,127,392,943.7600000023842,ghz -3617,SUCCESS,2,1,68.56,30654186.51,30654255.07,127,37,109.69599999785424,wstate -3619,SUCCESS,2,1,3705.97,30654255.07,30657961.04,127,1608,5929.551999998093,wstate -3621,SUCCESS,2,1,141837.8,30657961.04,30799798.84,127,30584,226940.4800000012,grover-noancilla -3622,SUCCESS,2,1,5387.55,30799798.84,30805186.39,127,1271,8620.080000001193,qpeexact -3623,SUCCESS,2,1,65.85,30805186.39,30805252.24,127,15,105.3600000023842,ghz -3624,SUCCESS,2,1,34942.45,30805252.24,30840194.69,127,12113,55907.91999999881,realamprandom -3625,SUCCESS,2,1,38263.8,30840194.69,30878458.49,127,11108,61222.080000001195,qnn -3626,SUCCESS,2,1,283.96,30878458.49,30878742.45,127,69,454.33599999547005,ghz -3627,SUCCESS,2,1,6945.78,30878742.45,30885688.23,127,2291,11113.248000001908,qft -3628,SUCCESS,2,1,16843.94,30885688.23,30902532.17,127,4445,26950.304000002146,qftentangled -3629,SUCCESS,2,1,25558.15,30902532.17,30928090.32,127,7636,40893.03999999762,realamprandom -3630,SUCCESS,2,1,9041.53,30928090.32,30937131.85,127,2038,14466.448000001908,random -3631,SUCCESS,2,1,8311.72,30937131.85,30945443.57,127,5320,13298.751999998094,qpeinexact -3633,SUCCESS,2,1,18358.36,30945443.57,30963801.93,127,4325,29373.37600000501,qftentangled -3635,SUCCESS,2,1,22980.13,30963801.93,30986782.06,127,5493,36768.20799999237,random -3636,SUCCESS,2,1,2752.14,30986782.06,30989534.2,127,586,4403.424000006914,ghz -3637,SUCCESS,2,1,16822.92,30989534.2,31006357.12,127,4280,26916.671999996903,qft -3638,SUCCESS,2,1,356.43,31006357.12,31006713.55,127,80,570.2879999995232,dj -3639,SUCCESS,2,1,3164.51,31006713.55,31009878.06,127,1482,5063.2159999966625,qft -3640,SUCCESS,2,1,648.94,31009878.06,31010527,127,165,1038.3040000021458,dj -3641,SUCCESS,2,1,4431.19,31010527,31014958.19,127,3211,7089.904000002146,twolocalrandom -3642,SUCCESS,2,1,1949.46,31014958.19,31016907.65,127,1035,3119.1360000014306,su2random -3645,SUCCESS,2,1,16124.66,31016907.65,31033032.31,127,6116,25799.45600000024,qft -3647,SUCCESS,2,1,190.6,31033032.31,31033222.91,127,44,304.95999999642373,ghz -3648,SUCCESS,2,1,1932.76,31033222.91,31035155.67,127,670,3092.4160000026227,dj -3649,SUCCESS,2,1,163.25,31035155.67,31035318.92,127,109,261.2,qft -3650,SUCCESS,2,1,10770.14,31035318.92,31046089.06,127,2299,17232.223999994992,qpeexact -3651,SUCCESS,2,1,33253.68,31046089.06,31079342.74,127,8106,53205.888000005485,ae -3652,SUCCESS,2,1,5048.26,31079342.74,31084391,127,1116,8077.2159999966625,qnn -3653,SUCCESS,2,1,2227.7,31084391,31086618.7,127,604,3564.3200000047686,dj -3654,SUCCESS,2,1,6766.25,31086618.7,31093384.95,127,1874,10826.0,qpeexact -3655,SUCCESS,2,1,5946.23,31093384.95,31099331.18,127,3345,9513.967999994755,qft -3656,SUCCESS,2,1,2292.04,31099331.18,31101623.22,127,1048,3667.2639999985695,qftentangled -3658,SUCCESS,2,1,2103.49,31101623.22,31103726.71,127,1682,3365.584000003338,qftentangled -3659,SUCCESS,2,1,173,31103726.71,31103899.71,127,54,276.8,dj -3660,SUCCESS,2,1,10565.43,31103899.71,31114465.14,127,3084,16904.687999999525,qft -3661,SUCCESS,2,1,30573.45,31114465.14,31145038.59,127,6404,48917.51999999881,qpeinexact -3662,SUCCESS,2,1,1394.94,31145038.59,31146433.53,127,409,2231.904000002146,dj -3663,SUCCESS,2,1,6123.71,31146433.53,31152557.24,127,2291,9797.93599999547,qpeinexact -3665,SUCCESS,2,1,38770.34,31152557.24,31191327.58,127,14556,62032.54400000573,twolocalrandom -3666,SUCCESS,2,1,5493.45,31191327.58,31196821.03,127,2818,8789.519999998809,qftentangled -3667,SUCCESS,2,1,481.73,31196821.03,31197302.76,127,121,770.7680000007153,wstate -3668,SUCCESS,2,1,4171.06,31197302.76,31201473.82,127,1244,6673.695999997854,su2random -3669,SUCCESS,2,1,858.79,31201473.82,31202332.61,127,335,1374.06400000453,twolocalrandom -3670,SUCCESS,2,1,1296.39,31202332.61,31203629,127,690,2074.2239999949934,pricingcall -3672,SUCCESS,2,1,35507.47,31203629,31239136.47,127,11991,56811.9519999981,random -3673,SUCCESS,2,1,1539.08,31239136.47,31240675.55,127,364,2462.5280000031,dj -3674,SUCCESS,2,1,5522.41,31240675.55,31246197.96,127,1224,8835.856000000238,qpeinexact -3675,SUCCESS,2,1,3776.92,31246197.96,31249974.88,127,838,6043.071999996901,realamprandom -3676,SUCCESS,2,1,25256.83,31249974.88,31275231.71,127,6824,40410.9280000031,ae -3677,SUCCESS,2,1,966,31275231.71,31276197.71,127,230,1545.6000000000001,ae -3678,SUCCESS,2,1,62.18,31276197.71,31276259.89,127,39,99.48799999952317,ghz -3679,SUCCESS,2,1,816.29,31276259.89,31277076.18,127,178,1306.0639999985697,pricingput -3680,SUCCESS,2,1,3671.33,31277076.18,31280747.51,127,1187,5874.1280000031,qftentangled -3681,SUCCESS,2,1,17030.98,31280747.51,31297778.49,127,11110,27249.567999994757,su2random -3682,SUCCESS,2,1,9142.91,31297778.49,31306921.4,127,2981,14628.6560000062,qft -3683,SUCCESS,2,1,68032.17,31306921.4,31374953.57,127,16541,108851.47199999691,su2random -3684,SUCCESS,2,1,2642.02,31374953.57,31377595.59,127,642,4227.231999999285,qnn -3685,SUCCESS,2,1,10948.82,31377595.59,31388544.41,127,6267,17518.112000000478,qftentangled -3686,SUCCESS,2,1,6256.6,31388544.41,31394801.01,127,3485,10010.560000002384,ae -3688,SUCCESS,2,1,11242.73,31394801.01,31406043.74,127,2698,17988.368000000715,qftentangled -3689,SUCCESS,2,1,1884.8,31406043.74,31407928.54,127,812,3015.679999995232,realamprandom -3690,SUCCESS,2,1,9553.84,31407928.54,31417482.38,127,7423,15286.143999999762,ae -3691,SUCCESS,2,1,1461.54,31417482.38,31418943.92,127,472,2338.46400000453,wstate -3693,SUCCESS,2,1,17995.21,31418943.92,31436939.13,127,6256,28792.336000001433,qft -3694,SUCCESS,2,1,131659.1,31436939.13,31568598.23,127,27382,210654.55999999645,random -3695,SUCCESS,2,1,74812.75,31568598.23,31643410.98,127,25416,119700.40000000001,random -3696,SUCCESS,2,1,323.71,31643410.98,31643734.69,127,123,517.9360000014306,graphstate -3697,SUCCESS,2,1,31011.27,31643734.69,31674745.96,127,10456,49618.031999999286,qpeexact -3698,SUCCESS,2,1,9084.27,31674745.96,31683830.23,127,5235,14534.831999999285,qpeexact -3699,SUCCESS,2,1,182.45,31683830.23,31684012.68,127,53,291.9200000047684,wstate -3700,SUCCESS,2,1,75.77,31684012.68,31684088.45,127,35,121.23199999928475,qaoa -3701,SUCCESS,2,1,232.49,31684088.45,31684320.94,127,117,371.9839999973774,wstate -3702,SUCCESS,2,1,7077.3,31684320.94,31691398.24,127,4166,11323.679999995233,qftentangled -3703,SUCCESS,2,1,1551.28,31691398.24,31692949.52,127,905,2482.0480000019074,dj -3705,SUCCESS,2,1,89.16,31692949.52,31693038.68,127,23,142.65600000023844,ghz -3706,SUCCESS,2,1,215.26,31693038.68,31693253.94,127,114,344.41600000262264,dj -3707,SUCCESS,2,1,14231.77,31693253.94,31707485.71,127,6242,22770.831999999285,ae -3709,SUCCESS,2,1,3344.75,31707485.71,31710830.46,127,2630,5351.6,su2random -3710,SUCCESS,2,1,30.8,31710830.46,31710861.26,127,25,49.28000000119209,vqe -3711,SUCCESS,2,1,933.7,31710861.26,31711794.96,127,639,1493.919999998808,dj -3713,SUCCESS,2,1,4073.38,31711794.96,31715868.34,127,1189,6517.407999998331,wstate -3714,SUCCESS,2,1,126.75,31715868.34,31715995.09,127,59,202.8,graphstate -3715,SUCCESS,2,1,1555.59,31715995.09,31717550.68,127,371,2488.944000005722,realamprandom -3716,SUCCESS,2,1,1327.33,31717550.68,31718878.01,127,503,2123.7279999971392,ae -3718,SUCCESS,2,1,9809.95,31718878.01,31728687.96,127,3950,15695.919999998809,qft -3720,SUCCESS,2,1,83.28,31728687.96,31728771.24,127,47,133.24800000190734,graphstate -3721,SUCCESS,2,1,1148.71,31728771.24,31729919.95,127,255,1837.9360000014306,dj -3722,SUCCESS,2,1,1573.28,31729919.95,31731493.23,127,480,2517.247999995947,dj -3723,SUCCESS,2,1,28893.93,31731493.23,31760387.16,127,6636,46230.28799999953,qpeinexact -3724,SUCCESS,2,1,780.89,31760387.16,31761168.05,127,375,1249.4240000009538,qnn -3726,SUCCESS,2,1,9161.3,31761168.05,31770329.35,127,2081,14658.080000001193,qnn -3727,SUCCESS,2,1,224.57,31770329.35,31770553.92,127,67,359.31200000047687,ghz -3728,SUCCESS,2,1,382.54,31770553.92,31770936.46,127,96,612.0639999985696,ghz -3729,SUCCESS,2,1,1707.06,31770936.46,31772643.52,127,455,2731.2960000038147,qft -3730,SUCCESS,2,1,59555.02,31772643.52,31832198.54,127,16740,95288.0319999993,random -3731,SUCCESS,2,1,1241.67,31832198.54,31833440.21,127,1009,1986.6719999969007,wstate -3732,SUCCESS,2,1,1500.02,31833440.21,31834940.23,127,377,2400.031999999285,wstate -3733,SUCCESS,2,1,87,31834940.23,31835027.23,127,24,139.20000000000002,vqe -3734,SUCCESS,2,1,12560.56,31835027.23,31847587.79,127,8076,20096.895999997854,qpeexact -3735,SUCCESS,2,1,1877.56,31847587.79,31849465.35,127,519,3004.096000003815,wstate -3736,SUCCESS,2,1,584.78,31849465.35,31850050.13,127,317,935.6480000019073,qpeexact -3738,SUCCESS,2,1,20012.96,31850050.13,31870063.09,127,11303,32020.73599999547,qnn -3739,SUCCESS,2,1,9044.73,31870063.09,31879107.82,127,2104,14471.568000000716,qpeexact -3740,SUCCESS,2,1,762.99,31879107.82,31879870.81,127,540,1220.7839999973774,portfoliovqe -3741,SUCCESS,2,1,4775.76,31879870.81,31884646.57,127,2948,7641.216000002623,qft -3742,SUCCESS,2,1,9552.56,31884646.57,31894199.13,127,4948,15284.096000003816,qftentangled -3743,SUCCESS,2,1,6141.47,31894199.13,31900340.6,127,1927,9826.351999998093,twolocalrandom -3744,SUCCESS,2,1,13278.22,31900340.6,31913618.82,127,6882,21245.151999998096,pricingcall -3745,SUCCESS,2,1,1469.49,31913618.82,31915088.31,127,537,2351.184000003338,wstate -3746,SUCCESS,2,1,14110.42,31915088.31,31929198.73,127,3917,22576.671999996903,twolocalrandom -3747,SUCCESS,2,1,8282.78,31929198.73,31937481.51,127,3343,13252.448000001908,qftentangled -3748,SUCCESS,2,1,2070.68,31937481.51,31939552.19,127,575,3313.087999999523,dj -3750,SUCCESS,2,1,31.28,31939552.19,31939583.47,127,18,50.04799999594689,graphstate -3751,SUCCESS,2,1,941.24,31939583.47,31940524.71,127,726,1505.984000003338,qnn -3752,SUCCESS,2,1,15612.09,31940524.71,31956136.8,127,6908,24979.343999999764,qft -3753,SUCCESS,2,1,8513.69,31956136.8,31964650.49,127,1937,13621.904000002147,qpeinexact -3754,SUCCESS,2,1,42434.12,31964650.49,32007084.61,127,11000,67894.59199999571,qpeexact -3755,SUCCESS,2,1,9838.43,32007084.61,32016923.04,127,5605,15741.488000005484,ae -3756,SUCCESS,2,1,1020.16,32016923.04,32017943.2,127,756,1632.255999994278,qpeexact -3757,SUCCESS,2,1,23204,32017943.2,32041147.2,127,7902,37126.40000000596,qwalk-v-chain -3758,SUCCESS,2,1,1310.92,32041147.2,32042458.12,127,994,2097.4719999969006,qft -3759,SUCCESS,2,1,127.89,32042458.12,32042586.01,127,53,204.62400000095369,graphstate -3760,SUCCESS,2,1,11409.13,32042586.01,32053995.14,127,5004,18254.60799999833,qftentangled -3761,SUCCESS,2,1,2820.1,32053995.14,32056815.24,127,1011,4512.159999996424,qpeinexact -3762,SUCCESS,2,1,4966.72,32056815.24,32061781.96,127,1970,7946.752000004053,qftentangled -3763,SUCCESS,2,1,18917.51,32061781.96,32080699.47,127,9646,30268.015999996664,qnn -3764,SUCCESS,2,1,327.57,32080699.47,32081027.04,127,77,524.1120000004769,graphstate -3765,SUCCESS,2,1,29421.15,32081027.04,32110448.19,127,20184,47073.840000003576,random -3766,SUCCESS,2,1,2426.01,32110448.19,32112874.2,127,876,3881.616000002623,wstate -3768,SUCCESS,2,1,2210.73,32112874.2,32115084.93,127,542,3537.1680000007154,dj -3769,SUCCESS,2,1,3764.96,32115084.93,32118849.89,127,1030,6023.93599999547,ghz -3770,SUCCESS,2,1,22933.95,32118849.89,32141783.84,127,5391,36694.31999999881,ae -3771,SUCCESS,2,1,640.67,32141783.84,32142424.51,127,229,1025.0720000028612,realamprandom -3772,SUCCESS,2,1,32775.34,32142424.51,32175199.85,127,6998,52440.54399999976,qpeexact -3774,SUCCESS,2,1,2559.86,32175199.85,32177759.71,127,1339,4095.7759999990467,qpeinexact -3775,SUCCESS,2,1,11173.73,32177759.71,32188933.44,127,4459,17877.968000000717,twolocalrandom -3776,SUCCESS,2,1,1228.24,32188933.44,32190161.68,127,375,1965.1839999973774,su2random -3778,SUCCESS,2,1,24635.48,32190161.68,32214797.16,127,8575,39416.76800000072,qpeinexact -3780,SUCCESS,2,1,5839.52,32214797.16,32220636.68,127,3589,9343.232000005246,qft -3781,SUCCESS,2,1,2330.68,32220636.68,32222967.36,127,609,3729.087999993563,wstate -3782,SUCCESS,2,1,13787.69,32222967.36,32236755.05,127,3546,22060.304000002146,qpeexact -3783,SUCCESS,2,1,2192.2,32236755.05,32238947.25,127,1196,3507.519999998808,qnn -3784,SUCCESS,2,1,2204.56,32238947.25,32241151.81,127,624,3527.2959999978543,dj -3785,SUCCESS,2,1,3632.49,32241151.81,32244784.3,127,828,5811.984000003338,dj -3786,SUCCESS,2,1,8085.41,32244784.3,32252869.71,127,5854,12936.65600000024,su2random -3787,SUCCESS,2,1,8862.36,32252869.71,32261732.07,127,3720,14179.775999999047,su2random -3788,SUCCESS,2,1,67509.26,32261732.07,32329241.33,127,17063,108014.81599999667,twolocalrandom -3789,SUCCESS,2,1,466.46,32329241.33,32329707.79,127,149,746.3360000014305,graphstate -3790,SUCCESS,2,1,13607.31,32329707.79,32343315.1,127,3488,21771.696000003816,qpeinexact -3791,SUCCESS,2,1,1796.31,32343315.1,32345111.41,127,877,2874.0959999978545,qnn -3792,SUCCESS,2,1,5417.34,32345111.41,32350528.75,127,2519,8667.743999999762,qftentangled -3793,SUCCESS,2,1,346.11,32350528.75,32350874.86,127,109,553.7759999990463,qpeexact -3794,SUCCESS,2,1,427.75,32350874.86,32351302.61,127,212,684.4000000059605,ghz -3795,SUCCESS,2,1,3206.34,32351302.61,32354508.95,127,1823,5130.143999993801,ae -3796,SUCCESS,2,1,1500.14,32354508.95,32356009.09,127,701,2400.2240000009538,twolocalrandom -3797,SUCCESS,2,1,51892.54,32356009.09,32407901.63,127,11436,83028.06400000454,twolocalrandom -3798,SUCCESS,2,1,1184.08,32407901.63,32409085.71,127,364,1894.527999997139,graphstate -3800,SUCCESS,2,1,7831.16,32409085.71,32416916.87,127,2035,12529.85600000024,twolocalrandom -3801,SUCCESS,2,1,20147.16,32416916.87,32437064.03,127,4921,32235.45600000024,qftentangled -3802,SUCCESS,2,1,32626,32437064.03,32469690.03,127,7602,52201.600000000006,ae -3803,SUCCESS,2,1,9121.13,32469690.03,32478811.16,127,2880,14593.807999998331,qnn -3804,SUCCESS,2,1,17564.73,32478811.16,32496375.89,127,4538,28103.568000000716,qft -3805,SUCCESS,2,1,1631.84,32496375.89,32498007.73,127,568,2610.9439999997617,qnn -3806,SUCCESS,2,1,1126.47,32498007.73,32499134.2,127,385,1802.3520000040533,ghz -3807,SUCCESS,2,1,18042.02,32499134.2,32517176.22,127,5129,28867.231999999287,qftentangled -3808,SUCCESS,2,1,16373.06,32517176.22,32533549.28,127,4799,26196.895999997854,twolocalrandom -3810,SUCCESS,2,1,172.72,32533549.28,32533722,127,53,276.35199999809265,qaoa -3811,SUCCESS,2,1,22963.19,32533722,32556685.19,127,5729,36741.104000002146,qpeexact -3814,SUCCESS,2,1,567.42,32556685.19,32557252.61,127,121,907.8719999969006,qpeexact -3815,SUCCESS,2,1,16177.19,32557252.61,32573429.8,127,7077,25883.504000002147,ae -3816,SUCCESS,2,1,2805.65,32573429.8,32576235.45,127,800,4489.039999997616,qftentangled -3817,SUCCESS,2,1,4184.15,32576235.45,32580419.6,127,2517,6694.6400000035765,qft -3818,SUCCESS,2,1,2204.63,32580419.6,32582624.23,127,945,3527.4079999983314,qftentangled -3819,SUCCESS,2,1,303.51,32582624.23,32582927.74,127,73,485.61599999666214,wstate -3820,SUCCESS,2,1,7825.58,32582927.74,32590753.32,127,1642,12520.9280000031,qpeexact -3821,SUCCESS,2,1,149024.05,32590753.32,32739777.37,127,32538,238438.4800000012,random -3822,SUCCESS,2,1,3153.12,32739777.37,32742930.49,127,717,5044.992000001669,qftentangled -3823,SUCCESS,2,1,15291.08,32742930.49,32758221.57,127,4044,24465.72799999714,qpeinexact -3824,SUCCESS,2,1,1858.43,32758221.57,32760080,127,813,2973.4879999995233,ghz -3825,SUCCESS,2,1,1324.78,32760080,32761404.78,127,331,2119.6480000019073,dj -3826,SUCCESS,2,1,45813.08,32761404.78,32807217.86,127,10991,73300.9280000031,twolocalrandom -3827,SUCCESS,2,1,936.97,32807217.86,32808154.83,127,544,1499.1519999980928,qpeexact -3828,SUCCESS,2,1,4106.96,32808154.83,32812261.79,127,1849,6571.13599999547,twolocalrandom -3830,SUCCESS,2,1,567.92,32812261.79,32812829.71,127,181,908.6720000028611,ghz -3832,SUCCESS,2,1,414.32,32812829.71,32813244.03,127,86,662.9120000004768,graphstate -3834,SUCCESS,2,1,336.71,32813244.03,32813580.74,127,100,538.73599999547,graphstate -3835,SUCCESS,2,1,146517.34,32813580.74,32960098.08,127,39955,234427.74399999977,qwalk-noancilla -3836,SUCCESS,2,1,4213.69,32960098.08,32964311.77,127,1348,6741.904000002146,wstate -3838,SUCCESS,2,1,1090.08,32964311.77,32965401.85,127,306,1744.1280000030995,dj -3839,SUCCESS,2,1,64553.64,32965401.85,33029955.49,127,17497,103285.823999995,random -3840,SUCCESS,2,1,480.54,33029955.49,33030436.03,127,216,768.86400000453,qft -3841,SUCCESS,2,1,184.65,33030436.03,33030620.68,127,49,295.4400000035763,dj -3842,SUCCESS,2,1,20660.56,33030620.68,33051281.24,127,15722,33056.895999991895,su2random -3843,SUCCESS,2,1,5568.92,33051281.24,33056850.16,127,3739,8910.272000002862,su2random -3844,SUCCESS,2,1,7761.93,33056850.16,33064612.09,127,4315,12419.087999999523,ae -3846,SUCCESS,2,1,55.75,33064612.09,33064667.84,127,43,89.2,ghz -3847,SUCCESS,2,1,28059.5,33064667.84,33092727.34,127,6627,44895.200000000004,su2random -3848,SUCCESS,2,1,1461,33092727.34,33094188.34,127,335,2337.6,graphstate -3850,SUCCESS,2,1,14268.95,33094188.34,33108457.29,127,3256,22830.32000000477,qpeexact -3851,SUCCESS,2,1,125.88,33108457.29,33108583.17,127,36,201.4079999983311,ghz -3852,SUCCESS,2,1,2275.87,33108583.17,33110859.04,127,1411,3641.392000001669,qpeexact -3854,SUCCESS,2,1,8473.53,33110859.04,33119332.57,127,1932,13557.647999995948,twolocalrandom -3855,SUCCESS,2,1,3017.33,33119332.57,33122349.9,127,805,4827.727999997139,qftentangled -3857,SUCCESS,2,1,34152.8,33122349.9,33156502.7,127,8702,54644.480000007155,qftentangled -3858,SUCCESS,2,1,9428.04,33156502.7,33165930.74,127,3938,15084.863999992609,su2random -3860,SUCCESS,2,1,171,33165930.74,33166101.74,127,58,273.6,graphstate -3861,SUCCESS,2,1,31077.89,33166101.74,33197179.63,127,9991,49724.62400000096,su2random -3862,SUCCESS,2,1,2702.96,33197179.63,33199882.59,127,1913,4324.7360000014305,ae -3865,SUCCESS,2,1,20604.98,33199882.59,33220487.57,127,8012,32967.968000000714,qft -3866,SUCCESS,2,1,44657.83,33220487.57,33265145.4,127,10830,71452.5280000031,qpeexact -3867,SUCCESS,2,1,81647.44,33265145.4,33346792.84,127,32860,130635.9039999962,random -3868,SUCCESS,2,1,51633.65,33346792.84,33398426.49,127,21620,82613.83999999762,random -3869,SUCCESS,2,1,17748,33398426.49,33416174.49,127,3825,28396.800000000003,qpeexact -3870,SUCCESS,2,1,23385.67,33416174.49,33439560.16,127,6206,37417.07200000286,qpeinexact -3871,SUCCESS,2,1,702.66,33439560.16,33440262.82,127,484,1124.2560000002384,qpeexact -3872,SUCCESS,2,1,21530.48,33440262.82,33461793.3,127,7950,34448.76800000072,qpeexact -3873,SUCCESS,2,1,3121.93,33461793.3,33464915.23,127,816,4995.087999999523,qpeinexact -3874,SUCCESS,2,1,20225.77,33464915.23,33485141,127,10042,32361.231999999287,ae -3875,SUCCESS,2,1,8560.25,33485141,33493701.25,127,2154,13696.400000000001,twolocalrandom -3876,SUCCESS,2,1,414.95,33493701.25,33494116.2,127,169,663.9200000047684,wstate -3878,SUCCESS,2,1,6203.18,33494116.2,33500319.38,127,4609,9925.087999999523,qnn -3879,SUCCESS,2,1,47330,33500319.38,33547649.38,127,12371,75728.0,twolocalrandom -3880,SUCCESS,2,1,149.44,33547649.38,33547798.82,127,41,239.1039999961853,wstate -3881,SUCCESS,2,1,7457.23,33547798.82,33555256.05,127,4108,11931.567999994755,qpeexact -3882,SUCCESS,2,1,24655.2,33555256.05,33579911.25,127,10273,39448.32000000477,ae -3883,SUCCESS,2,1,31054.55,33579911.25,33610965.8,127,9726,49687.27999999523,qwalk-noancilla -3884,SUCCESS,2,1,1771.18,33610965.8,33612736.98,127,842,2833.8879999995233,ghz -3885,SUCCESS,2,1,20617.59,33612736.98,33633354.57,127,16272,32988.14400000573,random -3886,SUCCESS,2,1,1226.38,33633354.57,33634580.95,127,508,1962.2079999923708,pricingput -3887,SUCCESS,2,1,89.59,33634580.95,33634670.54,127,37,143.34400000572205,wstate -3888,SUCCESS,2,1,1348.32,33634670.54,33636018.86,127,671,2157.312000000477,pricingput -3891,SUCCESS,2,1,5108.7,33636018.86,33641127.56,127,1162,8173.920000004769,qnn -3892,SUCCESS,2,1,36433.54,33641127.56,33677561.1,127,7639,58293.66399999857,qpeinexact -3894,SUCCESS,2,1,20307.76,33677561.1,33697868.86,127,4659,32492.415999996665,realamprandom -3895,SUCCESS,2,1,1391.79,33697868.86,33699260.65,127,687,2226.8639999985694,su2random -3896,SUCCESS,2,1,1090.54,33699260.65,33700351.19,127,244,1744.8639999985696,portfoliovqe -3897,SUCCESS,2,1,47429.54,33700351.19,33747780.73,127,9886,75887.26399999857,qnn -3899,SUCCESS,2,1,10571.02,33747780.73,33758351.75,127,3480,16913.632000005247,qnn -3900,SUCCESS,2,1,190.91,33758351.75,33758542.66,127,113,305.455999994278,wstate -3902,SUCCESS,2,1,1516.48,33758542.66,33760059.14,127,978,2426.3680000066756,wstate -3903,SUCCESS,2,1,801.39,33760059.14,33760860.53,127,639,1282.2240000009538,twolocalrandom -3904,SUCCESS,2,1,35835.36,33760860.53,33796695.89,127,9676,57336.57599999905,twolocalrandom -3905,SUCCESS,2,1,4955.47,33796695.89,33801651.36,127,1057,7928.751999998093,su2random -3906,SUCCESS,2,1,16923.93,33801651.36,33818575.29,127,4183,27078.287999999524,ae -3907,SUCCESS,2,1,72.74,33818575.29,33818648.03,127,28,116.38400000333786,ghz -3908,SUCCESS,2,1,41652.41,33818648.03,33860300.44,127,31583,66643.85599999428,random -3910,SUCCESS,2,1,2571.26,33860300.44,33862871.7,127,1327,4114.016000008583,qnn -3911,SUCCESS,2,1,172.91,33862871.7,33863044.61,127,47,276.655999994278,dj -3912,SUCCESS,2,1,1615.36,33863044.61,33864659.97,127,874,2584.5759999990464,random -3913,SUCCESS,2,1,94001.24,33864659.97,33958661.21,127,39732,150401.98400000334,random -3914,SUCCESS,2,1,38147.91,33958661.21,33996809.12,127,9823,61036.655999994284,grover-noancilla -3915,SUCCESS,2,1,754.65,33996809.12,33997563.77,127,236,1207.4399999976158,su2random -3918,SUCCESS,2,1,18989.82,33997563.77,34016553.59,127,6706,30383.71200000048,qpeexact -3919,SUCCESS,2,1,1983.6,34016553.59,34018537.19,127,1006,3173.7600000023845,pricingcall -3920,SUCCESS,2,1,2945.41,34018537.19,34021482.6,127,988,4712.656000006199,ghz -3921,SUCCESS,2,1,393.09,34021482.6,34021875.69,127,233,628.9439999938012,wstate -3922,SUCCESS,2,1,131478.29,34021875.69,34153353.98,127,37030,210365.26399999857,random -3923,SUCCESS,2,1,229.34,34153353.98,34153583.32,127,58,366.94400000572205,graphstate -3924,SUCCESS,2,1,203.91,34153583.32,34153787.23,127,52,326.255999994278,dj -3925,SUCCESS,2,1,18108.56,34153787.23,34171895.79,127,9323,28973.696000003816,su2random -3926,SUCCESS,2,1,6964.33,34171895.79,34178860.12,127,1484,11142.92799999714,wstate -3927,SUCCESS,2,1,33466.33,34178860.12,34212326.45,127,12422,53546.12800000906,realamprandom -3928,SUCCESS,2,1,27662.69,34212326.45,34239989.14,127,6998,44260.30399999619,qpeinexact -3930,SUCCESS,2,1,20207.27,34239989.14,34260196.41,127,5626,32331.631999993326,random -3931,SUCCESS,2,1,442.03,34260196.41,34260638.44,127,113,707.2480000019074,graphstate -3932,SUCCESS,2,1,523.49,34260638.44,34261161.93,127,288,837.5840000033379,dj -3933,SUCCESS,2,1,41088.19,34261161.93,34302250.12,127,8844,65741.1039999962,realamprandom -3934,SUCCESS,2,1,1002.25,34302250.12,34303252.37,127,349,1603.6000000000001,realamprandom -3935,SUCCESS,2,1,1708.9,34303252.37,34304961.27,127,536,2734.239999997616,qpeinexact -3936,SUCCESS,2,1,3319.68,34304961.27,34308280.95,127,714,5311.4880000114445,qpeinexact -3937,SUCCESS,2,1,8047.48,34308280.95,34316328.43,127,4724,12875.967999994755,ae -3940,SUCCESS,2,1,304.77,34316328.43,34316633.2,127,66,487.63200000524523,graphstate -3941,SUCCESS,2,1,1658.25,34316633.2,34318291.45,127,421,2653.2000000000003,dj -3944,SUCCESS,2,1,247.08,34318291.45,34318538.53,127,66,395.327999997139,dj -3945,SUCCESS,2,1,593.36,34318538.53,34319131.89,127,275,949.3759999990464,qftentangled -3946,SUCCESS,2,1,3401.65,34319131.89,34322533.54,127,1896,5442.6399999976165,qpeinexact -3947,SUCCESS,2,1,73.2,34322533.54,34322606.74,127,23,117.11999999284745,vqe -3948,SUCCESS,2,1,3043.6,34322606.74,34325650.34,127,937,4869.760000014306,twolocalrandom -3949,SUCCESS,2,1,43415.69,34325650.34,34369066.03,127,12334,69465.1039999962,qnn -3950,SUCCESS,2,1,3133.28,34369066.03,34372199.31,127,1096,5013.247999989987,wstate -3951,SUCCESS,2,1,7641.32,34372199.31,34379840.63,127,6014,12226.1120000124,ae -3953,SUCCESS,2,1,194.18,34379840.63,34380034.81,127,104,310.68799998760227,graphstate -3955,SUCCESS,2,1,54491.12,34380034.81,34434525.93,127,43086,87185.79200000764,random -3957,SUCCESS,2,1,4967.05,34434525.93,34439492.98,127,3184,7947.279999995232,qft -3958,SUCCESS,2,1,1432.63,34439492.98,34440925.61,127,718,2292.2080000042915,qpeexact -3960,SUCCESS,2,1,348.7,34440925.61,34441274.31,127,187,557.9200000047684,graphstate -3961,SUCCESS,2,1,374.42,34441274.31,34441648.73,127,125,599.0719999909401,wstate -3962,SUCCESS,2,1,1548.32,34441648.73,34443197.05,127,579,2477.312000000477,qftentangled -3963,SUCCESS,2,1,23451.73,34443197.05,34466648.78,127,12770,37522.768000006676,realamprandom -3964,SUCCESS,2,1,6248.63,34466648.78,34472897.41,127,4212,9997.807999992372,ae -3965,SUCCESS,2,1,166.84,34472897.41,34473064.25,127,63,266.94400000572205,graphstate -3966,SUCCESS,2,1,66025.17,34473064.25,34539089.42,127,23010,105640.27200000286,random -3967,SUCCESS,2,1,2609.89,34539089.42,34541699.31,127,1475,4175.823999989033,realamprandom -3968,SUCCESS,2,1,509.72,34541699.31,34542209.03,127,116,815.5520000100137,graphstate -3971,SUCCESS,2,1,15469.17,34542209.03,34557678.2,127,3434,24750.67199999094,qpeexact -3972,SUCCESS,2,1,19513.04,34557678.2,34577191.24,127,8785,31220.864000010493,qpeinexact -3973,SUCCESS,2,1,2456.66,34577191.24,34579647.9,127,1240,3930.6559999942783,qft -3974,SUCCESS,2,1,665.36,34579647.9,34580313.26,127,329,1064.5759999990464,wstate -3975,SUCCESS,2,1,847.11,34580313.26,34581160.37,127,354,1355.3759999990464,qft -3976,SUCCESS,2,1,26457.6,34581160.37,34607617.97,127,10812,42332.16000000239,twolocalrandom -3977,SUCCESS,2,1,9826.73,34607617.97,34617444.7,127,5156,15722.768000006676,qftentangled -3978,SUCCESS,2,1,6631.82,34617444.7,34624076.52,127,3052,10610.912000000477,ae -3979,SUCCESS,2,1,8938.21,34624076.52,34633014.73,127,3537,14301.13599998951,qpeexact -3980,SUCCESS,2,1,1930.28,34633014.73,34634945.01,127,697,3088.4480000019075,qnn -3983,SUCCESS,2,1,176.7,34634945.01,34635121.71,127,101,282.7200000047684,graphstate -3984,SUCCESS,2,1,10721.41,34635121.71,34645843.12,127,5678,17154.25599999428,ae -3985,SUCCESS,2,1,9325.54,34645843.12,34655168.66,127,4778,14920.86399999857,qpeinexact -3987,SUCCESS,2,1,527.45,34655168.66,34655696.11,127,214,843.9200000047684,ghz -3988,SUCCESS,2,1,1124.05,34655696.11,34656820.16,127,323,1798.4799999952318,qpeexact -3991,SUCCESS,2,1,5190.84,34656820.16,34662011,127,1433,8305.344000005722,ae -3992,SUCCESS,2,1,9817.85,34662011,34671828.85,127,2855,15708.560000002384,qftentangled -3993,SUCCESS,2,1,2193.89,34671828.85,34674022.74,127,504,3510.223999989033,dj -3994,SUCCESS,2,1,284.53,34674022.74,34674307.27,127,69,455.24800000190737,graphstate -3995,SUCCESS,2,1,3994.88,34674307.27,34678302.15,127,2422,6391.808000004292,realamprandom -3997,SUCCESS,2,1,53231.75,34678302.15,34731533.9,127,13547,85170.8,random -3998,SUCCESS,2,1,179.16,34731533.9,34731713.06,127,59,286.655999994278,ghz -3999,SUCCESS,2,1,7534.03,34731713.06,34739247.09,127,1825,12054.448000013828,su2random -4000,SUCCESS,2,1,12683.6,34739247.09,34751930.69,127,4712,20293.759999990463,qpeexact -4002,SUCCESS,2,1,8296.57,34751930.69,34760227.26,127,1799,13274.512000000477,qnn -4004,SUCCESS,2,1,838.09,34760227.26,34761065.35,127,683,1340.944000005722,dj -4005,SUCCESS,2,1,7703.25,34761065.35,34768768.6,127,3481,12325.2,su2random -4006,SUCCESS,2,1,3130.17,34768768.6,34771898.77,127,964,5008.272000002861,qpeexact -4008,SUCCESS,2,1,191.35,34771898.77,34772090.12,127,107,306.1599999904633,graphstate -4009,SUCCESS,2,1,2862.29,34772090.12,34774952.41,127,645,4579.66399999857,dj -4010,SUCCESS,2,1,4424.71,34774952.41,34779377.12,127,1527,7079.536000001431,wstate -4012,SUCCESS,2,1,24862.36,34779377.12,34804239.48,127,7000,39779.77599999905,su2random -4013,SUCCESS,2,1,8048.65,34804239.48,34812288.13,127,1983,12877.840000009537,qftentangled -4014,SUCCESS,2,1,61366.88,34812288.13,34873655.01,127,14136,98187.00799999238,realamprandom -4016,SUCCESS,2,1,2275.6,34873655.01,34875930.61,127,779,3640.9600000023843,wstate -4018,SUCCESS,2,1,6680.55,34875930.61,34882611.16,127,3488,10688.879999995232,qpeexact -4019,SUCCESS,2,1,454.51,34882611.16,34883065.67,127,253,727.2160000085831,dj -4020,SUCCESS,2,1,496.75,34883065.67,34883562.42,127,292,794.7999999880791,twolocalrandom -4022,SUCCESS,2,1,6625.42,34883562.42,34890187.84,127,3278,10600.672000014783,qpeexact -4023,SUCCESS,2,1,219.65,34890187.84,34890407.49,127,100,351.4399999976158,ghz -4024,SUCCESS,2,1,3087.46,34890407.49,34893494.95,127,682,4939.93599998951,qpeexact -4025,SUCCESS,2,1,15737.68,34893494.95,34909232.63,127,4166,25180.288000011446,su2random -4026,SUCCESS,2,1,9895.92,34909232.63,34919128.55,127,7398,15833.471999990941,su2random -4027,SUCCESS,2,1,1143.27,34919128.55,34920271.82,127,253,1829.2320000052453,qft -4028,SUCCESS,2,1,1391.62,34920271.82,34921663.44,127,307,2226.5919999957086,dj -4031,SUCCESS,2,1,10224.62,34921663.44,34931888.06,127,6129,16359.391999995709,qft -4032,SUCCESS,2,1,13150.13,34931888.06,34945038.19,127,5561,21040.20800000429,su2random -4033,SUCCESS,2,1,14292.42,34945038.19,34959330.61,127,3473,22867.872000002862,qft -4034,SUCCESS,2,1,1135.85,34959330.61,34960466.46,127,941,1817.3600000023844,ghz -4035,SUCCESS,2,1,2873.53,34960466.46,34963339.99,127,655,4597.647999989987,portfolioqaoa -4036,SUCCESS,2,1,12334.8,34963339.99,34975674.79,127,3598,19735.680000007153,qnn -4038,SUCCESS,2,1,1916.55,34975674.79,34977591.34,127,538,3066.4800000071527,qft -4039,SUCCESS,2,1,4880.08,34977591.34,34982471.42,127,1553,7808.127999985219,qnn -4040,SUCCESS,2,1,760.3,34982471.42,34983231.72,127,161,1216.4800000071525,graphstate -4042,SUCCESS,2,1,1141.77,34983231.72,34984373.49,127,544,1826.8319999933244,qpeinexact -4043,SUCCESS,2,1,5784.65,34984373.49,34990158.14,127,1450,9255.440000009537,qnn -4044,SUCCESS,2,1,112.87,34990158.14,34990271.01,127,43,180.59199999570848,graphstate -4045,SUCCESS,2,1,29065.42,34990271.01,35019336.43,127,7546,46504.672000002865,qnn -4046,SUCCESS,2,1,138.34,35019336.43,35019474.77,127,41,221.34400000572205,graphstate -4047,SUCCESS,2,1,2846.55,35019474.77,35022321.32,127,715,4554.479999995232,dj -4048,SUCCESS,2,1,540,35022321.32,35022861.32,127,136,864.0,dj -4049,SUCCESS,2,1,7960.99,35022861.32,35030822.31,127,4709,12737.583999991417,twolocalrandom -4051,SUCCESS,2,1,1742.07,35030822.31,35032564.38,127,452,2787.312000000477,dj -4052,SUCCESS,2,1,19654.31,35032564.38,35052218.69,127,5161,31446.896000003817,qpeexact -4053,SUCCESS,2,1,1064.7,35052218.69,35053283.39,127,765,1703.5200000047685,dj -4054,SUCCESS,2,1,2006.53,35053283.39,35055289.92,127,676,3210.4480000019075,qpeexact -4055,SUCCESS,2,1,3999.83,35055289.92,35059289.75,127,933,6399.72799999714,ghz -4056,SUCCESS,2,1,752.54,35059289.75,35060042.29,127,159,1204.0639999985694,pricingcall -4058,SUCCESS,2,1,2949.52,35060042.29,35062991.81,127,735,4719.231999993324,qft -4059,SUCCESS,2,1,36131.16,35062991.81,35099122.97,127,11362,57809.8560000062,qnn -4060,SUCCESS,2,1,39421.72,35099122.97,35138544.69,127,10323,63074.751999998094,realamprandom -4062,SUCCESS,2,1,196.76,35138544.69,35138741.45,127,42,314.8160000085831,graphstate -4065,SUCCESS,2,1,6991.87,35138741.45,35145733.32,127,2043,11186.99199999571,qft -4068,SUCCESS,2,1,17815.17,35145733.32,35163548.49,127,7106,28504.271999990942,realamprandom -4069,SUCCESS,2,1,24754.36,35163548.49,35188302.85,127,11258,39606.97600001097,twolocalrandom -4070,SUCCESS,2,1,6622.68,35188302.85,35194925.53,127,2955,10596.287999999524,qft -4071,SUCCESS,2,1,28779.77,35194925.53,35223705.3,127,7322,46047.631999993326,ae -4072,SUCCESS,2,1,39849.57,35223705.3,35263554.87,127,9081,63759.31200000048,qpeinexact -4073,SUCCESS,2,1,173652.24,35263554.87,35437207.11,127,41427,277843.58400000335,grover-noancilla -4074,SUCCESS,2,1,44507.96,35437207.11,35481715.07,127,12619,71212.73600000143,su2random -4075,SUCCESS,2,1,2870.88,35481715.07,35484585.95,127,880,4593.407999992371,su2random -4076,SUCCESS,2,1,18525.01,35484585.95,35503110.96,127,5804,29640.016000008585,qpeinexact -4077,SUCCESS,2,1,4819.9,35503110.96,35507930.86,127,1077,7711.839999997616,qnn -4078,SUCCESS,2,1,22423.06,35507930.86,35530353.92,127,4939,35876.89600000381,qpeinexact -4079,SUCCESS,2,1,17657.32,35530353.92,35548011.24,127,5393,28251.71200000048,ae -4080,SUCCESS,2,1,1390.57,35548011.24,35549401.81,127,688,2224.912000000477,qpeexact -4081,SUCCESS,2,1,254.09,35549401.81,35549655.9,127,138,406.54399999380115,graphstate -4082,SUCCESS,2,1,553.57,35549655.9,35550209.47,127,333,885.7120000004769,wstate -4083,SUCCESS,2,1,11611.54,35550209.47,35561821.01,127,3799,18578.46399999857,qftentangled -4084,SUCCESS,2,1,15243.15,35561821.01,35577064.16,127,12653,24389.039999997618,su2random -4085,SUCCESS,2,1,40503.11,35577064.16,35617567.27,127,11415,64804.97600001097,qnn -4086,SUCCESS,2,1,228.52,35617567.27,35617795.79,127,115,365.6319999933243,dj -4087,SUCCESS,2,1,2602.02,35617795.79,35620397.81,127,1959,4163.231999993324,su2random -4088,SUCCESS,2,1,5013.39,35620397.81,35625411.2,127,2624,8021.424000000954,qpeexact -4089,SUCCESS,2,1,349.61,35625411.2,35625760.81,127,82,559.3760000109672,graphstate -4090,SUCCESS,2,1,2932.61,35625760.81,35628693.42,127,1167,4692.175999987126,qpeinexact -4091,SUCCESS,2,1,2732.8,35628693.42,35631426.22,127,2135,4372.480000007153,qftentangled -4093,SUCCESS,2,1,5294.84,35631426.22,35636721.06,127,3589,8471.743999993801,qft -4094,SUCCESS,2,1,12469.84,35636721.06,35649190.9,127,5430,19951.744000005725,qpeinexact -4095,SUCCESS,2,1,2327.6,35649190.9,35651518.5,127,506,3724.1600000023845,qftentangled -4096,SUCCESS,2,1,18107.74,35651518.5,35669626.24,127,3778,28972.38399999142,grover-noancilla -4097,SUCCESS,2,1,574.12,35669626.24,35670200.36,127,305,918.5920000076294,qftentangled -4098,SUCCESS,2,1,11741.05,35670200.36,35681941.41,127,2542,18785.67999999523,ae -4099,SUCCESS,2,1,484.32,35681941.41,35682425.73,127,193,774.9120000004768,dj -4100,SUCCESS,2,1,30755.69,35682425.73,35713181.42,127,6905,49209.10399999619,qnn -4101,SUCCESS,2,1,25100.09,35713181.42,35738281.51,127,5726,40160.14400000573,twolocalrandom -4102,SUCCESS,2,1,8484.41,35738281.51,35746765.92,127,1935,13575.0560000062,qftentangled -4103,SUCCESS,2,1,14635.24,35746765.92,35761401.16,127,3470,23416.38399999142,qpeexact -4104,SUCCESS,2,1,860.17,35761401.16,35762261.33,127,381,1376.2720000028612,wstate -4105,SUCCESS,2,1,1173.28,35762261.33,35763434.61,127,401,1877.2480000019075,pricingput -4106,SUCCESS,2,1,11808.31,35763434.61,35775242.92,127,2989,18893.296000003815,ae -4107,SUCCESS,2,1,13020,35775242.92,35788262.92,127,6364,20832.0,qpeexact -4108,SUCCESS,2,1,16262.35,35788262.92,35804525.27,127,6235,26019.760000002385,ae -4109,SUCCESS,2,1,5434.73,35804525.27,35809960,127,1280,8695.567999994755,qnn -4110,SUCCESS,2,1,119041.45,35809960,35929001.45,127,27944,190466.31999999285,random -4111,SUCCESS,2,1,13064.64,35929001.45,35942066.09,127,7024,20903.424000012878,qft -4112,SUCCESS,2,1,14130.85,35942066.09,35956196.94,127,7020,22609.359999990465,qftentangled -4113,SUCCESS,2,1,68920.2,35956196.94,36025117.14,127,14422,110272.32000000478,realamprandom -4114,SUCCESS,2,1,3034.02,36025117.14,36028151.16,127,1391,4854.431999993324,qpeinexact -4115,SUCCESS,2,1,19218.37,36028151.16,36047369.53,127,7466,30749.392000007632,twolocalrandom -4116,SUCCESS,2,1,1395.58,36047369.53,36048765.11,127,332,2232.927999997139,realamprandom -4117,SUCCESS,2,1,137.2,36048765.11,36048902.31,127,86,219.52000000476838,graphstate -4118,SUCCESS,2,1,2408.38,36048902.31,36051310.69,127,539,3853.4079999923706,dj -4121,SUCCESS,2,1,11719.23,36051310.69,36063029.92,127,4451,18750.767999994754,qpeexact -4122,SUCCESS,2,1,7954.06,36063029.92,36070983.98,127,2877,12726.496000003815,su2random -4123,SUCCESS,2,1,1425.9,36070983.98,36072409.88,127,833,2281.440000009537,qpeinexact -4124,SUCCESS,2,1,518.55,36072409.88,36072928.43,127,133,829.6799999952317,qft -4125,SUCCESS,2,1,240.36,36072928.43,36073168.79,127,50,384.57599999904636,ghz -4126,SUCCESS,2,1,968.08,36073168.79,36074136.87,127,744,1548.927999997139,qnn -4127,SUCCESS,2,1,29741,36074136.87,36103877.87,127,6492,47585.600000000006,qnn -4128,SUCCESS,2,1,1043.64,36103877.87,36104921.51,127,442,1669.8240000009537,dj -4129,SUCCESS,2,1,86080.46,36104921.51,36191001.97,127,19802,137728.73600000143,random -4131,SUCCESS,2,1,34877.78,36191001.97,36225879.75,127,10524,55804.44800000191,realamprandom -4132,SUCCESS,2,1,1419.19,36225879.75,36227298.94,127,368,2270.7039999961853,qftentangled -4133,SUCCESS,2,1,16318.16,36227298.94,36243617.1,127,6826,26109.0560000062,ae -4134,SUCCESS,2,1,930.28,36243617.1,36244547.38,127,292,1488.4480000019075,su2random -4135,SUCCESS,2,1,20281.55,36244547.38,36264828.93,127,5191,32450.479999995234,qpeexact -4136,SUCCESS,2,1,7280.76,36264828.93,36272109.69,127,3962,11649.215999996663,qpeexact -4138,SUCCESS,2,1,4018.24,36272109.69,36276127.93,127,1650,6429.184000003338,qnn -4139,SUCCESS,2,1,22942.38,36276127.93,36299070.31,127,7035,36707.80800000429,qnn -4140,SUCCESS,2,1,639.15,36299070.31,36299709.46,127,398,1022.6399999976159,dj -4141,SUCCESS,2,1,9581.87,36299709.46,36309291.33,127,2827,15330.99199999571,qpeexact -4143,SUCCESS,2,1,153.16,36309291.33,36309444.49,127,45,245.0560000061989,wstate -4144,SUCCESS,2,1,4291.89,36309444.49,36313736.38,127,1743,6867.023999989033,qftentangled -4145,SUCCESS,2,1,518.06,36313736.38,36314254.44,127,283,828.8960000038147,dj -4146,SUCCESS,2,1,3130.69,36314254.44,36317385.13,127,1149,5009.104000008107,twolocalrandom -4147,SUCCESS,2,1,4264.15,36317385.13,36321649.28,127,905,6822.6399999976165,su2random -4149,SUCCESS,2,1,28911.29,36321649.28,36350560.57,127,6742,46258.06399999857,ae -4150,SUCCESS,2,1,41828.85,36350560.57,36392389.42,127,16430,66926.16000000239,su2random -4151,SUCCESS,2,1,1547.99,36392389.42,36393937.41,127,348,2476.783999991417,qpeexact -4152,SUCCESS,2,1,671.23,36393937.41,36394608.64,127,314,1073.9680000066758,dj -4153,SUCCESS,2,1,4866.17,36394608.64,36399474.81,127,1201,7785.872000002862,qpeinexact -4154,SUCCESS,2,1,23701.53,36399474.81,36423176.34,127,5515,37922.447999989985,random -4155,SUCCESS,2,1,10696.67,36423176.34,36433873.01,127,2462,17114.67200000286,qft -4156,SUCCESS,2,1,20700.81,36433873.01,36454573.82,127,5118,33121.296000003815,twolocalrandom -4157,SUCCESS,2,1,26945.51,36454573.82,36481519.33,127,6320,43112.81599999667,qpeinexact -4158,SUCCESS,2,1,1556.28,36481519.33,36483075.61,127,496,2490.0480000019074,ghz -4160,SUCCESS,2,1,24953.09,36483075.61,36508028.7,127,9580,39924.943999993804,qnn -4161,SUCCESS,2,1,8665.99,36508028.7,36516694.69,127,2969,13865.584000003339,ae -4162,SUCCESS,2,1,116.09,36516694.69,36516810.78,127,33,185.74400000572206,wstate -4163,SUCCESS,2,1,1571.78,36516810.78,36518382.56,127,478,2514.8480000019076,dj -4164,SUCCESS,2,1,991.53,36518382.56,36519374.09,127,301,1586.4480000019075,wstate -4165,SUCCESS,2,1,1361.13,36519374.09,36520735.22,127,560,2177.8079999923707,random -4166,SUCCESS,2,1,6301.95,36520735.22,36527037.17,127,4355,10083.119999992849,su2random -4167,SUCCESS,2,1,2546.93,36527037.17,36529584.1,127,1183,4075.0880000114444,wstate -4169,SUCCESS,2,1,3844.28,36529584.1,36533428.38,127,1268,6150.848000001908,qftentangled -4170,SUCCESS,2,1,19188.7,36533428.38,36552617.08,127,12347,30701.91999999285,random -4171,SUCCESS,2,1,7998.74,36552617.08,36560615.82,127,3201,12797.984000003338,qftentangled -4172,SUCCESS,2,1,92.67,36560615.82,36560708.49,127,28,148.2719999909401,graphstate -4173,SUCCESS,2,1,7688.22,36560708.49,36568396.71,127,1649,12301.152000010014,random -4174,SUCCESS,2,1,76.79,36568396.71,36568473.5,127,21,122.8639999985695,vqe -4175,SUCCESS,2,1,67786.6,36568473.5,36636260.1,127,17669,108458.56000000238,random -4176,SUCCESS,2,1,1171.88,36636260.1,36637431.98,127,418,1875.0079999923707,portfoliovqe -4177,SUCCESS,2,1,2521.87,36637431.98,36639953.85,127,911,4034.9920000076295,random -4178,SUCCESS,2,1,558.07,36639953.85,36640511.92,127,171,892.911999988556,ae -4179,SUCCESS,2,1,14186.88,36640511.92,36654698.8,127,7389,22699.008000004294,qpeexact -4180,SUCCESS,2,1,124.82,36654698.8,36654823.62,127,36,199.71200000047685,ghz -4181,SUCCESS,2,1,1068.43,36654823.62,36655892.05,127,430,1709.4879999995233,portfoliovqe -4182,SUCCESS,2,1,755.62,36655892.05,36656647.67,127,228,1208.9920000076295,dj -4183,SUCCESS,2,1,978.06,36656647.67,36657625.73,127,252,1564.8959999918939,qnn -4184,SUCCESS,2,1,59092.36,36657625.73,36716718.09,127,12700,94547.77599999905,su2random -4185,SUCCESS,2,1,228.65,36716718.09,36716946.74,127,77,365.83999999761585,graphstate -4187,SUCCESS,2,1,1896.98,36716946.74,36718843.72,127,1432,3035.168000006676,qftentangled -4190,SUCCESS,2,1,2510.24,36718843.72,36721353.96,127,950,4016.384000003338,ae -4191,SUCCESS,2,1,2853.28,36721353.96,36724207.24,127,689,4565.247999989987,dj -4192,SUCCESS,2,1,44767.67,36724207.24,36768974.91,127,14327,71628.27200000286,su2random -4193,SUCCESS,2,1,802.32,36768974.91,36769777.23,127,209,1283.712000000477,qftentangled -4194,SUCCESS,2,1,15846.95,36769777.23,36785624.18,127,5749,25355.12000000477,qftentangled -4195,SUCCESS,2,1,8601.95,36785624.18,36794226.13,127,2898,13763.120000004768,su2random -4197,SUCCESS,2,1,246.36,36794226.13,36794472.49,127,53,394.1759999990463,graphstate -4199,SUCCESS,2,1,17382.41,36794472.49,36811854.9,127,5436,27811.85599999428,qftentangled -4200,SUCCESS,2,1,1255.53,36811854.9,36813110.43,127,320,2008.8480000019074,twolocalrandom -4201,SUCCESS,2,1,16141.99,36813110.43,36829252.42,127,5261,25827.18400000334,grover-noancilla -4202,SUCCESS,2,1,171.99,36829252.42,36829424.41,127,65,275.18399999141695,graphstate -4203,SUCCESS,2,1,1137.68,36829424.41,36830562.09,127,523,1820.2880000114442,dj -4205,SUCCESS,2,1,5809.26,36830562.09,36836371.35,127,1610,9294.815999996663,ae -4206,SUCCESS,2,1,30621,36836371.35,36866992.35,127,8650,48993.600000000006,qnn -4207,SUCCESS,2,1,671.88,36866992.35,36867664.23,127,185,1075.0079999923707,ae -4209,SUCCESS,2,1,1139,36867664.23,36868803.23,127,817,1822.4,qft -4211,SUCCESS,2,1,402.95,36868803.23,36869206.18,127,137,644.7200000047684,qftentangled -4212,SUCCESS,2,1,86.77,36869206.18,36869292.95,127,61,138.83199999332427,graphstate -4213,SUCCESS,2,1,22164.19,36869292.95,36891457.14,127,6322,35462.70400000811,qftentangled -4215,SUCCESS,2,1,29662.27,36891457.14,36921119.41,127,7524,47459.631999993326,realamprandom -4216,SUCCESS,2,1,5210.32,36921119.41,36926329.73,127,3479,8336.512000000477,qpeexact -4217,SUCCESS,2,1,854.58,36926329.73,36927184.31,127,458,1367.3279999971392,dj -4219,SUCCESS,2,1,2245.65,36927184.31,36929429.96,127,474,3593.040000009537,dj -4220,SUCCESS,2,1,15442.31,36929429.96,36944872.27,127,6212,24707.695999991894,qftentangled -4221,SUCCESS,2,1,7015.11,36944872.27,36951887.38,127,2497,11224.175999999046,qpeexact -4223,SUCCESS,2,1,1258.11,36951887.38,36953145.49,127,373,2012.9760000109673,dj -4224,SUCCESS,2,1,305.83,36953145.49,36953451.32,127,77,489.327999997139,graphstate -4226,SUCCESS,2,1,26331.36,36953451.32,36979782.68,127,7478,42130.175999999046,su2random -4228,SUCCESS,2,1,5825.52,36979782.68,36985608.2,127,1427,9320.832000005246,qnn -4229,SUCCESS,2,1,7393.18,36985608.2,36993001.38,127,1674,11829.087999987603,qftentangled -4230,SUCCESS,2,1,3918.52,36993001.38,36996919.9,127,1036,6269.632000005246,su2random -4231,SUCCESS,2,1,804.48,36996919.9,36997724.38,127,650,1287.1679999947548,pricingput -4233,SUCCESS,2,1,5421.27,36997724.38,37003145.65,127,1267,8674.032000005245,wstate -4235,SUCCESS,2,1,253.27,37003145.65,37003398.92,127,73,405.23200000524525,wstate -4239,SUCCESS,2,1,4706.67,37003398.92,37008105.59,127,3437,7530.672000002862,qftentangled -4240,SUCCESS,2,1,54626.5,37008105.59,37062732.09,127,14429,87402.40000000001,su2random -4242,SUCCESS,2,1,7020.15,37062732.09,37069752.24,127,1473,11232.239999997617,qft -4244,SUCCESS,2,1,1923.58,37069752.24,37071675.82,127,892,3077.7279999971392,ae -4245,SUCCESS,2,1,34452.64,37071675.82,37106128.46,127,11837,55124.224000000955,random -4246,SUCCESS,2,1,7804.68,37106128.46,37113933.14,127,1864,12487.487999999525,su2random -4247,SUCCESS,2,1,21127.53,37113933.14,37135060.67,127,11224,33804.04800000191,qpeinexact -4248,SUCCESS,2,1,3513.37,37135060.67,37138574.04,127,1249,5621.391999995709,qnn -4249,SUCCESS,2,1,178.2,37138574.04,37138752.24,127,90,285.1200000047684,ghz -4250,SUCCESS,2,1,978.04,37138752.24,37139730.28,127,262,1564.8639999985696,qftentangled -4251,SUCCESS,2,1,1267.09,37139730.28,37140997.37,127,686,2027.3439999938012,qftentangled -4253,SUCCESS,2,1,613.58,37140997.37,37141610.95,127,356,981.72800000906,graphstate -4254,SUCCESS,2,1,930.7,37141610.95,37142541.65,127,239,1489.1199999928476,dj -4256,SUCCESS,2,1,152.85,37142541.65,37142694.5,127,93,244.5600000023842,wstate -4257,SUCCESS,2,1,25691.46,37142694.5,37168385.96,127,8917,41106.336000001436,twolocalrandom -4258,SUCCESS,2,1,354.08,37168385.96,37168740.04,127,96,566.527999997139,graphstate -4259,SUCCESS,2,1,1571.85,37168740.04,37170311.89,127,801,2514.9600000023843,qftentangled -4260,SUCCESS,2,1,22497.04,37170311.89,37192808.93,127,4680,35995.26399999857,twolocalrandom -4261,SUCCESS,2,1,5526.69,37192808.93,37198335.62,127,2429,8842.703999996185,ae -4262,SUCCESS,2,1,6799.22,37198335.62,37205134.84,127,2097,10878.751999998094,qwalk-v-chain -4263,SUCCESS,2,1,1542.3,37205134.84,37206677.14,127,334,2467.6800000071526,dj -4264,SUCCESS,2,1,788.41,37206677.14,37207465.55,127,183,1261.455999994278,graphstate -4265,SUCCESS,2,1,1832.59,37207465.55,37209298.14,127,488,2932.1440000057223,ae -4266,SUCCESS,2,1,440.77,37209298.14,37209738.91,127,299,705.2319999933243,ghz -4267,SUCCESS,2,1,100.86,37209738.91,37209839.77,127,32,161.37600001096726,graphstate -4268,SUCCESS,2,1,11426.35,37209839.77,37221266.12,127,6206,18282.159999990465,qftentangled -4269,SUCCESS,2,1,1688.25,37221266.12,37222954.37,127,606,2701.2000000000003,dj -4270,SUCCESS,2,1,17767.85,37222954.37,37240722.22,127,5470,28428.560000002384,realamprandom -4271,SUCCESS,2,1,143.14,37240722.22,37240865.36,127,89,229.0240000009537,wstate -4272,SUCCESS,2,1,31416.17,37240865.36,37272281.53,127,8472,50265.87200000286,su2random -4273,SUCCESS,2,1,122.63,37272281.53,37272404.16,127,35,196.20799999237062,graphstate -4274,SUCCESS,2,1,73282.1,37272404.16,37345686.26,127,16405,117251.36000000239,su2random -4275,SUCCESS,2,1,1569.91,37345686.26,37347256.17,127,791,2511.855999994278,qft -4276,SUCCESS,2,1,2362.63,37347256.17,37349618.8,127,655,3780.2080000042915,qnn -4277,SUCCESS,2,1,183.3,37349618.8,37349802.1,127,46,293.2800000071526,ghz -4278,SUCCESS,2,1,1505.1,37349802.1,37351307.2,127,845,2408.1599999904633,qpeexact -4279,SUCCESS,2,1,1839.48,37351307.2,37353146.68,127,801,2943.168000006676,qnn -4280,SUCCESS,2,1,6603.89,37353146.68,37359750.57,127,1575,10566.224000000955,qnn -4281,SUCCESS,2,1,276.91,37359750.57,37360027.48,127,163,443.05599999427795,twolocalrandom -4282,SUCCESS,2,1,2324.4,37360027.48,37362351.88,127,913,3719.039999997616,twolocalrandom -4284,SUCCESS,2,1,55.21,37362351.88,37362407.09,127,18,88.33600001335145,ghz -4285,SUCCESS,2,1,26993.56,37362407.09,37389400.65,127,5997,43189.6959999919,ae -4286,SUCCESS,2,1,110902.45,37389400.65,37500303.1,127,39180,177443.9200000048,random -4288,SUCCESS,2,1,96.62,37500303.1,37500399.72,127,41,154.59199999570848,ghz -4289,SUCCESS,2,1,5378.82,37500399.72,37505778.54,127,2104,8606.112000000478,qpeinexact -4292,SUCCESS,2,1,9332.51,37505778.54,37515111.05,127,4705,14932.015999996664,ae -4293,SUCCESS,2,1,2980.24,37515111.05,37518091.29,127,1200,4768.384000003338,qpeexact -4295,SUCCESS,2,1,7080.72,37518091.29,37525172.01,127,2034,11329.151999998094,qpeexact -4296,SUCCESS,2,1,11905.05,37525172.01,37537077.06,127,9191,19048.080000007154,qnn -4298,SUCCESS,2,1,9953.94,37537077.06,37547031,127,7937,15926.303999996186,qnn -4299,SUCCESS,2,1,62.68,37547031,37547093.68,127,27,100.28799999952317,vqe -4300,SUCCESS,2,1,1737.59,37547093.68,37548831.27,127,1090,2780.1440000057223,wstate -4301,SUCCESS,2,1,2127.09,37548831.27,37550958.36,127,1623,3403.3439999938014,twolocalrandom -4302,SUCCESS,2,1,9301,37550958.36,37560259.36,127,3081,14881.6,qpeexact -4303,SUCCESS,2,1,74.35,37560259.36,37560333.71,127,55,118.96000000238419,graphstate -4304,SUCCESS,2,1,3034.14,37560333.71,37563367.85,127,2487,4854.624000000954,random -4305,SUCCESS,2,1,8171.15,37563367.85,37571539,127,1835,13073.839999997617,qnn -4306,SUCCESS,2,1,26510.2,37571539,37598049.2,127,6017,42416.31999999285,qnn -4307,SUCCESS,2,1,490.05,37598049.2,37598539.25,127,118,784.0800000071526,graphstate -4308,SUCCESS,2,1,29649.37,37598539.25,37628188.62,127,7514,47438.99199999571,qpeexact -4309,SUCCESS,2,1,51372.81,37628188.62,37679561.43,127,17551,82196.49600000383,realamprandom -4310,SUCCESS,2,1,3042.53,37679561.43,37682603.96,127,1023,4868.048000001908,wstate -4312,SUCCESS,2,1,1261.25,37682603.96,37683865.21,127,484,2018.0,dj -4313,SUCCESS,2,1,193.54,37683865.21,37684058.75,127,111,309.6639999985695,graphstate -4314,SUCCESS,2,1,1064.04,37684058.75,37685122.79,127,298,1702.4639999985695,wstate -4315,SUCCESS,2,1,830.39,37685122.79,37685953.18,127,548,1328.6240000009539,su2random -4317,SUCCESS,2,1,4679.01,37685953.18,37690632.19,127,1217,7486.415999996662,qpeinexact -4318,SUCCESS,2,1,8686.02,37690632.19,37699318.21,127,3565,13897.632000005246,qnn -4319,SUCCESS,2,1,9520,37699318.21,37708838.21,127,5573,15232.0,su2random -4320,SUCCESS,2,1,123.19,37708838.21,37708961.4,127,51,197.1039999961853,graphstate -4321,SUCCESS,2,1,1519.42,37708961.4,37710480.82,127,453,2431.072000002861,dj -4322,SUCCESS,2,1,964.64,37710480.82,37711445.46,127,216,1543.4240000009538,ghz -4323,SUCCESS,2,1,2691.89,37711445.46,37714137.35,127,580,4307.0240000009535,ghz -4324,SUCCESS,2,1,640.32,37714137.35,37714777.67,127,181,1024.511999988556,dj -4325,SUCCESS,2,1,17407.22,37714777.67,37732184.89,127,11894,27851.552000010015,su2random -4327,SUCCESS,2,1,11667.19,37732184.89,37743852.08,127,5470,18667.503999996185,twolocalrandom -4328,SUCCESS,2,1,423.17,37743852.08,37744275.25,127,209,677.072000002861,dj -4329,SUCCESS,2,1,5186.05,37744275.25,37749461.3,127,3038,8297.679999995233,twolocalrandom -4332,SUCCESS,2,1,1332.74,37749461.3,37750794.04,127,573,2132.384000003338,su2random -4334,SUCCESS,2,1,413.68,37750794.04,37751207.72,127,92,661.8879999995232,ghz -4335,SUCCESS,2,1,1983.63,37751207.72,37753191.35,127,447,3173.808000004292,dj -4337,SUCCESS,2,1,169.22,37753191.35,37753360.57,127,39,270.7519999980927,graphstate -4338,SUCCESS,2,1,260.19,37753360.57,37753620.76,127,87,416.3039999961853,graphstate -4339,SUCCESS,2,1,105.21,37753620.76,37753725.97,127,48,168.33600000143053,graphstate -4340,SUCCESS,2,1,3288.88,37753725.97,37757014.85,127,738,5262.2080000042915,ae -4341,SUCCESS,2,1,1210.99,37757014.85,37758225.84,127,462,1937.583999991417,dj -4343,SUCCESS,2,1,20737.86,37758225.84,37778963.7,127,4491,33180.57599999905,ae -4344,SUCCESS,2,1,50.95,37778963.7,37779014.65,127,25,81.52000000476838,vqe -4345,SUCCESS,2,1,7328.19,37779014.65,37786342.84,127,3721,11725.103999996187,qpeinexact -4346,SUCCESS,2,1,9156.72,37786342.84,37795499.56,127,4293,14650.752000010014,realamprandom -4348,SUCCESS,2,1,23560.94,37795499.56,37819060.5,127,4951,37697.50399999619,qpeinexact -4350,SUCCESS,2,1,1388.73,37819060.5,37820449.23,127,482,2221.967999994755,ghz -4351,SUCCESS,2,1,1273.05,37820449.23,37821722.28,127,961,2036.8800000071526,qft -4353,SUCCESS,2,1,6457.25,37821722.28,37828179.53,127,1392,10331.6,pricingput -4354,SUCCESS,2,1,234.74,37828179.53,37828414.27,127,52,375.58399999141693,ghz -4355,SUCCESS,2,1,72.29,37828414.27,37828486.56,127,33,115.66400001049043,ghz -4356,SUCCESS,2,1,1042.74,37828486.56,37829529.3,127,377,1668.383999991417,wstate -4358,SUCCESS,2,1,509.16,37829529.3,37830038.46,127,243,814.656000006199,dj -4360,SUCCESS,2,1,394.06,37830038.46,37830432.52,127,223,630.4959999918938,qnn -4361,SUCCESS,2,1,1593.84,37830432.52,37832026.36,127,440,2550.1440000057223,qft -4363,SUCCESS,2,1,15338.99,37832026.36,37847365.35,127,5818,24542.384000003338,qft -4364,SUCCESS,2,1,99134.29,37847365.35,37946499.64,127,22298,158614.86399999858,random -4365,SUCCESS,2,1,6008.55,37946499.64,37952508.19,127,2094,9613.679999995233,qpeinexact -4366,SUCCESS,2,1,26880.72,37952508.19,37979388.91,127,10657,43009.151999998096,random -4367,SUCCESS,2,1,538.24,37979388.91,37979927.15,127,125,861.1840000033379,graphstate -4368,SUCCESS,2,1,158.32,37979927.15,37980085.47,127,37,253.31200000047684,ghz -4369,SUCCESS,2,1,3751.44,37980085.47,37983836.91,127,1733,6002.303999996186,ae -4370,SUCCESS,2,1,5917.54,37983836.91,37989754.45,127,1697,9468.06400001049,realamprandom -4371,SUCCESS,2,1,920.22,37989754.45,37990674.67,127,233,1472.351999986172,portfolioqaoa -4372,SUCCESS,2,1,31292.87,37990674.67,38021967.54,127,6916,50068.59200000763,su2random -4373,SUCCESS,2,1,2273.06,38021967.54,38024240.6,127,1390,3636.896000003815,qnn -4374,SUCCESS,2,1,7615.38,38024240.6,38031855.98,127,3195,12184.607999992371,realamprandom -4375,SUCCESS,2,1,43267.4,38031855.98,38075123.38,127,12070,69227.84000000954,su2random -4376,SUCCESS,2,1,27502.65,38075123.38,38102626.03,127,9396,44004.23999999762,su2random -4377,SUCCESS,2,1,5743.4,38102626.03,38108369.43,127,1518,9189.439999997616,pricingcall -4378,SUCCESS,2,1,11537.88,38108369.43,38119907.31,127,4659,18460.608000004293,qwalk-noancilla -4379,SUCCESS,2,1,812.8,38119907.31,38120720.11,127,511,1300.4799999952318,realamprandom -4381,SUCCESS,2,1,404.72,38120720.11,38121124.83,127,101,647.5519999980927,dj -4384,SUCCESS,2,1,9550.13,38121124.83,38130674.96,127,3133,15280.208000004292,su2random -4385,SUCCESS,2,1,1470.99,38130674.96,38132145.95,127,390,2353.584000003338,qft -4386,SUCCESS,2,1,9981.17,38132145.95,38142127.12,127,3368,15969.87199999094,qft -4387,SUCCESS,2,1,2946.81,38142127.12,38145073.93,127,854,4714.896000003815,qpeinexact -4388,SUCCESS,2,1,15480.05,38145073.93,38160553.98,127,4612,24768.079999995232,realamprandom -4389,SUCCESS,2,1,975.37,38160553.98,38161529.35,127,277,1560.5920000076294,dj -4390,SUCCESS,2,1,401.47,38161529.35,38161930.82,127,97,642.3519999980927,graphstate -4391,SUCCESS,2,1,87.99,38161930.82,38162018.81,127,38,140.78399999141695,ghz -4393,SUCCESS,2,1,11927.72,38162018.81,38173946.53,127,3540,19084.352000010014,qft -4394,SUCCESS,2,1,18153.21,38173946.53,38192099.74,127,6982,29045.13599998951,qpeexact -4395,SUCCESS,2,1,127.02,38192099.74,38192226.76,127,47,203.23200000524523,ghz -4396,SUCCESS,2,1,20811.02,38192226.76,38213037.78,127,5840,33297.632000005244,qftentangled -4397,SUCCESS,2,1,1192.58,38213037.78,38214230.36,127,334,1908.127999997139,graphstate -4399,SUCCESS,2,1,21862.35,38214230.36,38236092.71,127,4813,34979.76000000239,qpeexact -4402,SUCCESS,2,1,13883.98,38236092.71,38249976.69,127,4176,22214.367999994756,random -4403,SUCCESS,2,1,373.04,38249976.69,38250349.73,127,129,596.8639999985695,wstate -4404,SUCCESS,2,1,2342.9,38250349.73,38252692.63,127,691,3748.640000009537,dj -4406,SUCCESS,2,1,2946.87,38252692.63,38255639.5,127,833,4714.991999995708,ghz -4407,SUCCESS,2,1,369.91,38255639.5,38256009.41,127,78,591.855999994278,tsp -4408,SUCCESS,2,1,204.38,38256009.41,38256213.79,127,54,327.00800000429155,qaoa -4409,SUCCESS,2,1,12363.38,38256213.79,38268577.17,127,2858,19781.40799999237,qft -4410,SUCCESS,2,1,130237.67,38268577.17,38398814.84,127,38345,208380.27200000288,random -4412,SUCCESS,2,1,1384.36,38398814.84,38400199.2,127,331,2214.9760000109673,ae -4413,SUCCESS,2,1,2435.3,38400199.2,38402634.5,127,1725,3896.479999995232,qnn -4414,SUCCESS,2,1,32653.81,38402634.5,38435288.31,127,7528,52246.09600000382,random -4415,SUCCESS,2,1,1806.76,38435288.31,38437095.07,127,857,2890.8159999966624,su2random -4416,SUCCESS,2,1,14710.78,38437095.07,38451805.85,127,4089,23537.24800000191,qftentangled -4417,SUCCESS,2,1,299.79,38451805.85,38452105.64,127,97,479.6639999985695,wstate -4419,SUCCESS,2,1,2495.89,38452105.64,38454601.53,127,1056,3993.424000000954,wstate -4420,SUCCESS,2,1,2150.89,38454601.53,38456752.42,127,1178,3441.424000000954,twolocalrandom -4421,SUCCESS,2,1,4494.85,38456752.42,38461247.27,127,1317,7191.759999990463,realamprandom -4423,SUCCESS,2,1,981.15,38461247.27,38462228.42,127,429,1569.8400000095369,ae -4425,SUCCESS,2,1,283.98,38462228.42,38462512.4,127,61,454.3679999947548,ghz -4426,SUCCESS,2,1,1331.38,38462512.4,38463843.78,127,483,2130.2080000042915,ghz -4427,SUCCESS,2,1,20124,38463843.78,38483967.78,127,5698,32198.4,ae -4428,SUCCESS,2,1,110153.79,38483967.78,38594121.57,127,25217,176246.0639999986,random -4430,SUCCESS,2,1,11697.59,38594121.57,38605819.16,127,3974,18716.1439999938,qpeexact -4431,SUCCESS,2,1,373.47,38605819.16,38606192.63,127,101,597.5519999980927,ghz -4432,SUCCESS,2,1,6930.38,38606192.63,38613123.01,127,1706,11088.608000004293,qpeexact -4433,SUCCESS,2,1,6206.12,38613123.01,38619329.13,127,4710,9929.79200000763,qpeexact -4434,SUCCESS,2,1,6140.32,38619329.13,38625469.45,127,3963,9824.512000000477,qwalk-v-chain -4435,SUCCESS,2,1,13538.33,38625469.45,38639007.78,127,2847,21661.327999997142,qpeinexact -4436,SUCCESS,2,1,1217.91,38639007.78,38640225.69,127,364,1948.655999994278,qftentangled -4437,SUCCESS,2,1,537.08,38640225.69,38640762.77,127,162,859.3280000090599,twolocalrandom -4438,SUCCESS,2,1,11448.15,38640762.77,38652210.92,127,3179,18317.039999985696,grover-v-chain -4439,SUCCESS,2,1,2670.3,38652210.92,38654881.22,127,989,4272.480000007153,random -4440,SUCCESS,2,1,269.41,38654881.22,38655150.63,127,128,431.05599999427795,qpeinexact -4442,SUCCESS,2,1,653.03,38655150.63,38655803.66,127,159,1044.8480000019074,dj -4443,SUCCESS,2,1,148240.73,38655803.66,38804044.39,127,42961,237185.1680000067,random -4444,SUCCESS,2,1,13062.83,38804044.39,38817107.22,127,5768,20900.52799999714,qft -4445,SUCCESS,2,1,17602.6,38817107.22,38834709.82,127,4229,28164.160000002386,realamprandom -4446,SUCCESS,2,1,4547.51,38834709.82,38839257.33,127,1493,7276.015999996663,qftentangled -4448,SUCCESS,2,1,2059.46,38839257.33,38841316.79,127,436,3295.1360000014306,qnn -4449,SUCCESS,2,1,761.52,38841316.79,38842078.31,127,245,1218.4320000052453,wstate -4450,SUCCESS,2,1,3074.27,38842078.31,38845152.58,127,953,4918.831999993325,wstate -4451,SUCCESS,2,1,7182.46,38845152.58,38852335.04,127,2048,11491.936000001431,qnn -4452,SUCCESS,2,1,8731.05,38852335.04,38861066.09,127,4407,13969.680000007153,qftentangled -4453,SUCCESS,2,1,1522.41,38861066.09,38862588.5,127,680,2435.855999994278,qftentangled -4456,SUCCESS,2,1,1708.11,38862588.5,38864296.61,127,492,2732.9759999990465,dj -4457,SUCCESS,2,1,704.82,38864296.61,38865001.43,127,401,1127.7120000004768,wstate -4458,SUCCESS,2,1,62.1,38865001.43,38865063.53,127,22,99.3600000023842,graphstate -4459,SUCCESS,2,1,1364.62,38865063.53,38866428.15,127,415,2183.3919999957084,portfolioqaoa -4461,SUCCESS,2,1,1785.95,38866428.15,38868214.1,127,503,2857.5200000047685,su2random -4462,SUCCESS,2,1,13014.28,38868214.1,38881228.38,127,2957,20822.848000001908,twolocalrandom -4463,SUCCESS,2,1,4938.46,38881228.38,38886166.84,127,3082,7901.53599998951,qft -4464,SUCCESS,2,1,1457.56,38886166.84,38887624.4,127,1171,2332.096000003815,twolocalrandom -4465,SUCCESS,2,1,272.38,38887624.4,38887896.78,127,80,435.80800000429156,dj -4466,SUCCESS,2,1,505.82,38887896.78,38888402.6,127,259,809.3120000004769,dj -4467,SUCCESS,2,1,2368.96,38888402.6,38890771.56,127,1305,3790.336000001431,random -4468,SUCCESS,2,1,3013.93,38890771.56,38893785.49,127,1656,4822.287999987602,qpeexact -4469,SUCCESS,2,1,3486.44,38893785.49,38897271.93,127,856,5578.304000008106,qft -4470,SUCCESS,2,1,44784.25,38897271.93,38942056.18,127,10211,71654.8,qpeinexact -4471,SUCCESS,2,1,18518.07,38942056.18,38960574.25,127,4253,29628.912000000477,su2random -4472,SUCCESS,2,1,16134.31,38960574.25,38976708.56,127,5719,25814.896000003817,ae -4473,SUCCESS,2,1,2675.68,38976708.56,38979384.24,127,1586,4281.087999999523,qpeexact -4474,SUCCESS,2,1,344.12,38979384.24,38979728.36,127,87,550.5919999957085,graphstate -4475,SUCCESS,2,1,15533.17,38979728.36,38995261.53,127,11927,24853.072000002863,random -4477,SUCCESS,2,1,6224.43,38995261.53,39001485.96,127,1412,9959.087999999523,su2random -4479,SUCCESS,2,1,11596.41,39001485.96,39013082.37,127,9238,18554.25599999428,qpeinexact -4480,SUCCESS,2,1,7805.6,39013082.37,39020887.97,127,2608,12488.960000002386,su2random -4481,SUCCESS,2,1,486.19,39020887.97,39021374.16,127,134,777.9039999961853,qaoa -4482,SUCCESS,2,1,231,39021374.16,39021605.16,127,105,369.6,wstate -4483,SUCCESS,2,1,53287.08,39021605.16,39074892.24,127,13651,85259.32800000906,realamprandom -4484,SUCCESS,2,1,1856.5,39074892.24,39076748.74,127,1343,2970.4,qpeinexact -4485,SUCCESS,2,1,13691.24,39076748.74,39090439.98,127,4238,21905.98399999142,su2random -4487,SUCCESS,2,1,2341.54,39090439.98,39092781.52,127,621,3746.4640000104905,qnn -4488,SUCCESS,2,1,615.1,39092781.52,39093396.62,127,423,984.1599999904633,dj -4489,SUCCESS,2,1,10020.11,39093396.62,39103416.73,127,5013,16032.175999999046,qpeexact -4490,SUCCESS,2,1,425.65,39103416.73,39103842.38,127,341,681.0400000095368,graphstate -4491,SUCCESS,2,1,4389.17,39103842.38,39108231.55,127,1195,7022.67199999094,qft -4492,SUCCESS,2,1,12839.67,39108231.55,39121071.22,127,5799,20543.47200000286,ae -4493,SUCCESS,2,1,2314.98,39121071.22,39123386.2,127,1027,3703.968000006676,wstate -4494,SUCCESS,2,1,3291.7,39123386.2,39126677.9,127,2574,5266.719999992848,qpeinexact -4495,SUCCESS,2,1,2859.13,39126677.9,39129537.03,127,923,4574.608000004292,ghz -4496,SUCCESS,2,1,202.46,39129537.03,39129739.49,127,46,323.9359999895096,ghz -4497,SUCCESS,2,1,19172.55,39129739.49,39148912.04,127,4635,30676.080000007154,qft -4498,SUCCESS,2,1,1284.92,39148912.04,39150196.96,127,654,2055.872000002861,qpeinexact -4499,SUCCESS,2,1,29.56,39150196.96,39150226.52,127,10,47.29599999189377,ghz -4500,SUCCESS,2,1,15488.21,39150226.52,39165714.73,127,6281,24781.136000001432,su2random -4501,SUCCESS,2,1,6651.07,39165714.73,39172365.8,127,1642,10641.712000000478,qpeinexact -4503,SUCCESS,2,1,1196.96,39172365.8,39173562.76,127,249,1915.1360000014306,dj -4504,SUCCESS,2,1,111.51,39173562.76,39173674.27,127,70,178.41600000858307,vqe -4505,SUCCESS,2,1,34931.14,39173674.27,39208605.41,127,8954,55889.823999989036,ae -4506,SUCCESS,2,1,573.15,39208605.41,39209178.56,127,325,917.0400000095368,wstate -4507,SUCCESS,2,1,8092.74,39209178.56,39217271.3,127,4924,12948.383999991418,ae -4509,SUCCESS,2,1,6307.8,39217271.3,39223579.1,127,3101,10092.480000007154,ae -4510,SUCCESS,2,1,409.21,39223579.1,39223988.31,127,330,654.7359999895097,dj -4511,SUCCESS,2,1,352.12,39223988.31,39224340.43,127,253,563.3920000076295,dj -4512,SUCCESS,2,1,653.67,39224340.43,39224994.1,127,179,1045.8720000028611,dj -4513,SUCCESS,2,1,10004.86,39224994.1,39234998.96,127,7710,16007.775999999047,qft -4515,SUCCESS,2,1,89714.76,39234998.96,39324713.72,127,44105,143543.61599999666,random -4517,SUCCESS,2,1,51.61,39324713.72,39324765.33,127,14,82.57599999904633,ghz -4518,SUCCESS,2,1,6092.12,39324765.33,39330857.45,127,1684,9747.39200000763,twolocalrandom -4519,SUCCESS,2,1,354.88,39330857.45,39331212.33,127,84,567.8079999923706,dj -4521,SUCCESS,2,1,10209.46,39331212.33,39341421.79,127,4277,16335.136000001432,qftentangled -4524,SUCCESS,2,1,825.73,39341421.79,39342247.52,127,523,1321.1680000066758,ae -4525,SUCCESS,2,1,149844.54,39342247.52,39492092.06,127,36102,239751.26399999857,random -4526,SUCCESS,2,1,72612.29,39492092.06,39564704.35,127,15407,116179.66399999858,twolocalrandom -4528,SUCCESS,2,1,217.91,39564704.35,39564922.26,127,90,348.655999994278,graphstate -4529,SUCCESS,2,1,11920.61,39564922.26,39576842.87,127,2824,19072.975999999046,qnn -4530,SUCCESS,2,1,8631.03,39576842.87,39585473.9,127,2362,13809.648000001907,qnn -4531,SUCCESS,2,1,34239.25,39585473.9,39619713.15,127,11440,54782.8,qnn -4534,SUCCESS,2,1,41099.36,39619713.15,39660812.51,127,9107,65758.97599999905,su2random -4535,SUCCESS,2,1,3452.19,39660812.51,39664264.7,127,1045,5523.504000008106,qft -4536,SUCCESS,2,1,8475.33,39664264.7,39672740.03,127,2132,13560.527999997139,su2random -4538,SUCCESS,2,1,449.21,39672740.03,39673189.24,127,337,718.7359999895097,wstate -4539,SUCCESS,2,1,7114.21,39673189.24,39680303.45,127,5222,11382.736000013352,pricingcall -4540,SUCCESS,2,1,1732.55,39680303.45,39682036,127,483,2772.079999995232,dj -4541,SUCCESS,2,1,28478.55,39682036,39710514.55,127,9073,45565.679999995235,su2random -4542,SUCCESS,2,1,8028.47,39710514.55,39718543.02,127,2806,12845.551999998093,qpeinexact -4543,SUCCESS,2,1,271.43,39718543.02,39718814.45,127,161,434.2880000114441,wstate -4544,SUCCESS,2,1,9632.99,39718814.45,39728447.44,127,3929,15412.783999991418,qftentangled -4545,SUCCESS,2,1,12460.62,39728447.44,39740908.06,127,9992,19936.99199999571,grover-noancilla -4546,SUCCESS,2,1,10569.83,39740908.06,39751477.89,127,3588,16911.72800000906,su2random -4547,SUCCESS,2,1,9935.45,39751477.89,39761413.34,127,5197,15896.719999992849,qftentangled -4548,SUCCESS,2,1,40003.43,39761413.34,39801416.77,127,8672,64005.48800001145,qftentangled -4550,SUCCESS,2,1,4857.52,39801416.77,39806274.29,127,1402,7772.0319999933245,realamprandom -4551,SUCCESS,2,1,5634.06,39806274.29,39811908.35,127,1449,9014.496000003815,qft -4552,SUCCESS,2,1,26443.49,39811908.35,39838351.84,127,6192,42309.58399999142,qpeexact -4553,SUCCESS,2,1,1182.58,39838351.84,39839534.42,127,546,1892.127999997139,dj -4554,SUCCESS,2,1,1648.59,39839534.42,39841183.01,127,346,2637.7440000057222,graphstate -4556,SUCCESS,2,1,2704.8,39841183.01,39843887.81,127,833,4327.680000007153,wstate -4557,SUCCESS,2,1,360.02,39843887.81,39844247.83,127,131,576.0319999933243,realamprandom -4559,SUCCESS,2,1,1549.52,39844247.83,39845797.35,127,385,2479.2320000052455,wstate -4560,SUCCESS,2,1,12884.26,39845797.35,39858681.61,127,6276,20614.815999996663,twolocalrandom -4561,SUCCESS,2,1,25561.79,39858681.61,39884243.4,127,8252,40898.863999998575,twolocalrandom -4562,SUCCESS,2,1,3587.64,39884243.4,39887831.04,127,2143,5740.224000000954,realamprandom -4565,SUCCESS,2,1,76.36,39887831.04,39887907.4,127,20,122.17599999904633,ghz -4566,SUCCESS,2,1,33.56,39887907.4,39887940.96,127,10,53.6960000038147,ghz -4568,SUCCESS,2,1,1040.02,39887940.96,39888980.98,127,247,1664.0319999933245,qftentangled -4569,SUCCESS,2,1,3510.81,39888980.98,39892491.79,127,1146,5617.296000003815,qnn -4570,SUCCESS,2,1,7214.38,39892491.79,39899706.17,127,2217,11543.008000004293,qft -4572,SUCCESS,2,1,10628.49,39899706.17,39910334.66,127,5874,17005.583999991417,ae -4573,SUCCESS,2,1,5707.74,39910334.66,39916042.4,127,1586,9132.384000003338,qpeinexact -4574,SUCCESS,2,1,23643.24,39916042.4,39939685.64,127,7446,37829.18400000334,qnn -4575,SUCCESS,2,1,11634.89,39939685.64,39951320.53,127,3108,18615.824000000954,realamprandom -4577,SUCCESS,2,1,27676.38,39951320.53,39978996.91,127,6470,44282.20799999237,qpeexact -4578,SUCCESS,2,1,387.48,39978996.91,39979384.39,127,102,619.9680000066758,graphstate -4579,SUCCESS,2,1,608.4,39979384.39,39979992.79,127,146,973.4399999976158,dj -4580,SUCCESS,2,1,771.29,39979992.79,39980764.08,127,246,1234.0639999985697,qpeinexact -4581,SUCCESS,2,1,8450.72,39980764.08,39989214.8,127,2421,13521.151999998094,qftentangled -4583,SUCCESS,2,1,1203.66,39989214.8,39990418.46,127,262,1925.8560000061989,wstate -4585,SUCCESS,2,1,9979.86,39990418.46,40000398.32,127,5410,15967.775999999047,twolocalrandom -4586,SUCCESS,2,1,10536.44,40000398.32,40010934.76,127,2645,16858.303999996187,qftentangled -4588,SUCCESS,2,1,1950.03,40010934.76,40012884.79,127,1276,3120.0480000019074,qpeexact -4589,SUCCESS,2,1,161.3,40012884.79,40013046.09,127,69,258.0800000071526,ghz -4591,SUCCESS,2,1,4904.36,40013046.09,40017950.45,127,1907,7846.9759999990465,su2random -4592,SUCCESS,2,1,14831.19,40017950.45,40032781.64,127,3470,23729.903999996186,qpeinexact -4593,SUCCESS,2,1,115.63,40032781.64,40032897.27,127,47,185.00799999237063,ghz -4594,SUCCESS,2,1,953.85,40032897.27,40033851.12,127,508,1526.1600000023843,dj -4595,SUCCESS,2,1,1564.44,40033851.12,40035415.56,127,438,2503.1039999961854,ae -4596,SUCCESS,2,1,517.91,40035415.56,40035933.47,127,290,828.656000006199,dj -4597,SUCCESS,2,1,8799.55,40035933.47,40044733.02,127,2658,14079.279999995233,qft -4599,SUCCESS,2,1,935.94,40044733.02,40045668.96,127,229,1497.5040000081062,wstate -4600,SUCCESS,2,1,5465.52,40045668.96,40051134.48,127,1381,8744.831999993325,su2random -4601,SUCCESS,2,1,2070.13,40051134.48,40053204.61,127,812,3312.2080000042915,twolocalrandom -4602,SUCCESS,2,1,7400.55,40053204.61,40060605.16,127,1686,11840.879999995232,qft -4603,SUCCESS,2,1,139.14,40060605.16,40060744.3,127,46,222.62400000095369,qaoa -4604,SUCCESS,2,1,35.68,40060744.3,40060779.98,127,20,57.08799999952316,routing -4605,SUCCESS,2,1,4446.42,40060779.98,40065226.4,127,1218,7114.272000002861,realamprandom -4607,SUCCESS,2,1,937,40065226.4,40066163.4,127,294,1499.2,ghz -4608,SUCCESS,2,1,5361.86,40066163.4,40071525.26,127,1810,8578.975999999047,su2random -4609,SUCCESS,2,1,9920.41,40071525.26,40081445.67,127,2421,15872.655999994278,qpeinexact -4610,SUCCESS,2,1,12415.86,40081445.67,40093861.53,127,2999,19865.37600001097,qft -4611,SUCCESS,2,1,20352.42,40093861.53,40114213.95,127,6755,32563.872000002862,random -4612,SUCCESS,2,1,7017.02,40114213.95,40121230.97,127,2095,11227.231999993324,qftentangled -4614,SUCCESS,2,1,11451.14,40121230.97,40132682.11,127,3761,18321.824000000954,qnn -4615,SUCCESS,2,1,43.08,40132682.11,40132725.19,127,35,68.92799999713898,qaoa -4618,SUCCESS,2,1,3678.92,40132725.19,40136404.11,127,833,5886.272000002861,su2random -4620,SUCCESS,2,1,20506.61,40136404.11,40156910.72,127,5766,32810.57599999905,ae -4622,SUCCESS,2,1,1403.24,40156910.72,40158313.96,127,396,2245.184000003338,qpeinexact -4623,SUCCESS,2,1,9071.61,40158313.96,40167385.57,127,2185,14514.575999999048,ae -4624,SUCCESS,2,1,16739.66,40167385.57,40184125.23,127,4434,26783.45599999428,twolocalrandom -4626,SUCCESS,2,1,682.88,40184125.23,40184808.11,127,352,1092.6080000042916,wstate -4627,SUCCESS,2,1,20597.45,40184808.11,40205405.56,127,5392,32955.919999992846,realamprandom -4629,SUCCESS,2,1,731.54,40205405.56,40206137.1,127,177,1170.4640000104905,wstate -4630,SUCCESS,2,1,276.37,40206137.1,40206413.47,127,94,442.1919999957085,ghz -4632,SUCCESS,2,1,6407.06,40206413.47,40212820.53,127,2000,10251.296000003815,qftentangled -4633,SUCCESS,2,1,1031.7,40212820.53,40213852.23,127,258,1650.7199999928475,dj -4634,SUCCESS,2,1,22118.14,40213852.23,40235970.37,127,8716,35389.02400000096,qpeexact -4636,SUCCESS,2,1,855.96,40235970.37,40236826.33,127,470,1369.5360000014307,graphstate -4637,SUCCESS,2,1,5167.12,40236826.33,40241993.45,127,1117,8267.391999995709,ae -4639,SUCCESS,2,1,22927.54,40241993.45,40264920.99,127,5902,36684.06399999857,qnn -4640,SUCCESS,2,1,1774.86,40264920.99,40266695.85,127,1379,2839.7760000109674,realamprandom -4642,SUCCESS,2,1,5381.32,40266695.85,40272077.17,127,1384,8610.112000000478,qnn -4643,SUCCESS,2,1,4228.38,40272077.17,40276305.55,127,1464,6765.407999992371,qpeexact -4644,SUCCESS,2,1,92.97,40276305.55,40276398.52,127,21,148.75200001001357,vqe -4647,SUCCESS,2,1,1847.05,40276398.52,40278245.57,127,1193,2955.2799999952317,qnn -4648,SUCCESS,2,1,1044.68,40278245.57,40279290.25,127,292,1671.4879999995233,realamprandom -4649,SUCCESS,2,1,54137.99,40279290.25,40333428.24,127,12113,86620.78400000335,twolocalrandom -4653,SUCCESS,2,1,7200.58,40333428.24,40340628.82,127,4116,11520.92799999714,qft -4654,SUCCESS,2,1,11761.43,40340628.82,40352390.25,127,3964,18818.287999999524,qftentangled -4655,SUCCESS,2,1,4102.22,40352390.25,40356492.47,127,2562,6563.551999998093,ae -4656,SUCCESS,2,1,124055.16,40356492.47,40480547.63,127,30432,198488.2559999943,random -4657,SUCCESS,2,1,70.85,40480547.63,40480618.48,127,26,113.3600000023842,ghz -4658,SUCCESS,2,1,2585.82,40480618.48,40483204.3,127,607,4137.312000000477,portfoliovqe -4659,SUCCESS,2,1,937.81,40483204.3,40484142.11,127,343,1500.4960000038147,portfolioqaoa -4660,SUCCESS,2,1,29399.25,40484142.11,40513541.36,127,6424,47038.8,qwalk-v-chain -4662,SUCCESS,2,1,45463.17,40513541.36,40559004.53,127,9833,72741.07200000287,random -4663,SUCCESS,2,1,53277.89,40559004.53,40612282.42,127,12510,85244.62399998904,twolocalrandom -4664,SUCCESS,2,1,4995.5,40612282.42,40617277.92,127,2575,7992.800000011921,twolocalrandom -4668,SUCCESS,2,1,5825.79,40617277.92,40623103.71,127,1317,9321.26399999857,wstate -4669,SUCCESS,2,1,203.67,40623103.71,40623307.38,127,101,325.87199999094014,graphstate -4670,SUCCESS,2,1,5462.19,40623307.38,40628769.57,127,3470,8739.504000008106,ae -4672,SUCCESS,2,1,9313.38,40628769.57,40638082.95,127,2404,14901.408000004292,realamprandom -4673,SUCCESS,2,1,13074.27,40638082.95,40651157.22,127,7254,20918.831999993326,qpeinexact -4675,SUCCESS,2,1,85.6,40651157.22,40651242.82,127,43,136.9600000023842,ghz -4676,SUCCESS,2,1,23335.16,40651242.82,40674577.98,127,7748,37336.25599999428,qnn -4677,SUCCESS,2,1,1025,40674577.98,40675602.98,127,850,1640.0,dj -4679,SUCCESS,2,1,9630.8,40675602.98,40685233.78,127,3003,15409.280000007153,qftentangled -4680,SUCCESS,2,1,5233.81,40685233.78,40690467.59,127,3111,8374.095999991894,qftentangled -4681,SUCCESS,2,1,5969.91,40690467.59,40696437.5,127,3770,9551.856000006199,qftentangled -4682,SUCCESS,2,1,3517.14,40696437.5,40699954.64,127,1171,5627.424000000954,realamprandom -4683,SUCCESS,2,1,83368.83,40699954.64,40783323.47,127,18742,133390.12799999714,twolocalrandom -4684,SUCCESS,2,1,18751.46,40783323.47,40802074.93,127,10107,30002.336000001433,realamprandom -4686,SUCCESS,2,1,101.86,40802074.93,40802176.79,127,28,162.97599999904634,vqe -4687,SUCCESS,2,1,744.5,40802176.79,40802921.29,127,213,1191.2,dj -4688,SUCCESS,2,1,1418.34,40802921.29,40804339.63,127,998,2269.3439999938014,wstate -4690,SUCCESS,2,1,802.6,40804339.63,40805142.23,127,297,1284.1600000023843,qft -4692,SUCCESS,2,1,1152.35,40805142.23,40806294.58,127,410,1843.7600000023842,qftentangled -4693,SUCCESS,2,1,18681.88,40806294.58,40824976.46,127,5901,29891.008000004294,qft -4694,SUCCESS,2,1,9554.05,40824976.46,40834530.51,127,7611,15286.479999995232,qpeexact -4695,SUCCESS,2,1,669.49,40834530.51,40835200,127,362,1071.1840000033378,dj -4696,SUCCESS,2,1,25275.74,40835200,40860475.74,127,5953,40441.18400000334,qftentangled -4697,SUCCESS,2,1,1334.04,40860475.74,40861809.78,127,485,2134.4639999985698,ghz -4698,SUCCESS,2,1,4064.88,40861809.78,40865874.66,127,1781,6503.807999992371,qftentangled -4699,SUCCESS,2,1,3696.26,40865874.66,40869570.92,127,2329,5914.016000008583,qft -4700,SUCCESS,2,1,1308.2,40869570.92,40870879.12,127,396,2093.1199999928476,ghz -4701,SUCCESS,2,1,174.36,40870879.12,40871053.48,127,79,278.97599999904634,ghz -4702,SUCCESS,2,1,1701.58,40871053.48,40872755.06,127,576,2722.527999997139,portfoliovqe -4703,SUCCESS,2,1,1933.32,40872755.06,40874688.38,127,471,3093.312000012398,portfoliovqe -4705,SUCCESS,2,1,55947.8,40874688.38,40930636.18,127,13004,89516.47999999524,twolocalrandom -4706,SUCCESS,2,1,268.97,40930636.18,40930905.15,127,117,430.35199999809265,graphstate -4707,SUCCESS,2,1,12727.8,40930905.15,40943632.95,127,4590,20364.480000007155,realamprandom -4708,SUCCESS,2,1,29228.17,40943632.95,40972861.12,127,7072,46765.07199999094,qpeinexact -4709,SUCCESS,2,1,8871.22,40972861.12,40981732.34,127,3003,14193.952000010015,ae -4711,SUCCESS,2,1,24313.8,40981732.34,41006046.14,127,11604,38902.079999995236,qnn -4712,SUCCESS,2,1,11195.28,41006046.14,41017241.42,127,7668,17912.448000001907,qnn -4713,SUCCESS,2,1,6529.66,41017241.42,41023771.08,127,1494,10447.45599999428,qnn -4714,SUCCESS,2,1,606.23,41023771.08,41024377.31,127,495,969.9680000066758,qft -4716,SUCCESS,2,1,2134.09,41024377.31,41026511.4,127,1404,3414.543999993801,qnn -4718,SUCCESS,2,1,302.21,41026511.4,41026813.61,127,66,483.5360000014305,tsp -4720,SUCCESS,2,1,1435.1,41026813.61,41028248.71,127,365,2296.160000002384,wstate -4722,SUCCESS,2,1,568.32,41028248.71,41028817.03,127,222,909.3120000004769,dj -4723,SUCCESS,2,1,8685.88,41028817.03,41037502.91,127,4379,13897.40799999237,qpeinexact -4724,SUCCESS,2,1,5093.82,41037502.91,41042596.73,127,1331,8150.112000000478,qpeexact -4725,SUCCESS,2,1,17995.64,41042596.73,41060592.37,127,4229,28793.024000000954,qft -4726,SUCCESS,2,1,991.1,41060592.37,41061583.47,127,265,1585.7600000023842,twolocalrandom -4727,SUCCESS,2,1,17524.37,41061583.47,41079107.84,127,9635,28038.99200000763,qpeexact -4728,SUCCESS,2,1,880.13,41079107.84,41079987.97,127,511,1408.2079999923708,qftentangled -4731,SUCCESS,2,1,23241.22,41079987.97,41103229.19,127,7466,37185.95199999809,realamprandom -4732,SUCCESS,2,1,669.39,41103229.19,41103898.58,127,217,1071.0240000009537,wstate -4733,SUCCESS,2,1,784.49,41103898.58,41104683.07,127,465,1255.184000003338,twolocalrandom -4734,SUCCESS,2,1,6232.97,41104683.07,41110916.04,127,2665,9972.751999998094,random -4735,SUCCESS,2,1,65501.1,41110916.04,41176417.14,127,23885,104801.7600000024,random -4736,SUCCESS,2,1,534.64,41176417.14,41176951.78,127,169,855.4240000009537,su2random -4737,SUCCESS,2,1,6862.54,41176951.78,41183814.32,127,1476,10980.06399999857,qft -4738,SUCCESS,2,1,4717.95,41183814.32,41188532.27,127,1099,7548.719999992848,wstate -4739,SUCCESS,2,1,464.49,41188532.27,41188996.76,127,130,743.1840000033379,graphstate -4740,SUCCESS,2,1,2648.24,41188996.76,41191645,127,603,4237.184000003338,dj -4742,SUCCESS,2,1,31103.84,41191645,41222748.84,127,7792,49766.1439999938,twolocalrandom -4744,SUCCESS,2,1,1738.8,41222748.84,41224487.64,127,459,2782.0800000071526,ghz -4745,SUCCESS,2,1,549.38,41224487.64,41225037.02,127,245,879.0080000042916,dj -4748,SUCCESS,2,1,3216.12,41225037.02,41228253.14,127,1303,5145.7919999957085,ae -4749,SUCCESS,2,1,785.33,41228253.14,41229038.47,127,181,1256.527999997139,graphstate -4750,SUCCESS,2,1,1259.68,41229038.47,41230298.15,127,320,2015.4879999995233,pricingcall -4751,SUCCESS,2,1,14168.06,41230298.15,41244466.21,127,4384,22668.896000003817,qpeinexact -4752,SUCCESS,2,1,8149.58,41244466.21,41252615.79,127,2530,13039.32799999714,ae -4753,SUCCESS,2,1,8346.2,41252615.79,41260961.99,127,2107,13353.92000000477,qnn -4754,SUCCESS,2,1,7411.52,41260961.99,41268373.51,127,4622,11858.431999993325,su2random -4756,SUCCESS,2,1,2194.37,41268373.51,41270567.88,127,679,3510.9920000076295,dj -4757,SUCCESS,2,1,12077.03,41270567.88,41282644.91,127,4032,19323.247999989988,ae -4758,SUCCESS,2,1,4160.57,41282644.91,41286805.48,127,992,6656.912000000477,wstate -4759,SUCCESS,2,1,7611.68,41286805.48,41294417.16,127,1925,12178.687999999524,qpeexact -4760,SUCCESS,2,1,10393.69,41294417.16,41304810.85,127,2909,16629.904000008108,qpeexact -4761,SUCCESS,2,1,22926.68,41304810.85,41327737.53,127,8418,36682.68799999952,realamprandom -4762,SUCCESS,2,1,5251.5,41327737.53,41332989.03,127,1945,8402.4,realamprandom -4763,SUCCESS,2,1,215.6,41332989.03,41333204.63,127,85,344.9600000023842,ghz -4764,SUCCESS,2,1,81.77,41333204.63,41333286.4,127,17,130.83199999332427,ghz -4765,SUCCESS,2,1,436.38,41333286.4,41333722.78,127,119,698.2080000042915,qpeinexact -4766,SUCCESS,2,1,35861.48,41333722.78,41369584.26,127,8009,57378.367999994756,qnn -4767,SUCCESS,2,1,7826.61,41369584.26,41377410.87,127,1641,12522.575999999048,qpeexact -4768,SUCCESS,2,1,589.24,41377410.87,41378000.11,127,189,942.784000003338,wstate -4769,SUCCESS,2,1,29157.77,41378000.11,41407157.88,127,6921,46652.43200000525,twolocalrandom -4770,SUCCESS,2,1,2409.08,41407157.88,41409566.96,127,1424,3854.527999997139,qpeexact -4771,SUCCESS,2,1,387.86,41409566.96,41409954.82,127,260,620.5759999990464,ae -4772,SUCCESS,2,1,3106.47,41409954.82,41413061.29,127,1231,4970.351999998093,ae -4773,SUCCESS,2,1,3308.33,41413061.29,41416369.62,127,699,5293.327999997139,qpeexact -4774,SUCCESS,2,1,578.81,41416369.62,41416948.43,127,373,926.0960000038148,wstate -4775,SUCCESS,2,1,545.77,41416948.43,41417494.2,127,304,873.2320000052453,ghz -4776,SUCCESS,2,1,5267.01,41417494.2,41422761.21,127,2909,8427.215999996663,qpeinexact -4777,SUCCESS,2,1,96706.79,41422761.21,41519468,127,55805,154730.86399999858,random -4778,SUCCESS,2,1,2665.57,41519468,41522133.57,127,567,4264.912000000477,qpeinexact -4779,SUCCESS,2,1,16701.23,41522133.57,41538834.8,127,5043,26721.967999994755,ae -4780,SUCCESS,2,1,1410.18,41538834.8,41540244.98,127,481,2256.2879999995234,qnn -4781,SUCCESS,2,1,262.59,41540244.98,41540507.57,127,103,420.1440000057221,graphstate -4782,SUCCESS,2,1,1631.91,41540507.57,41542139.48,127,477,2611.055999994278,qpeexact -4783,SUCCESS,2,1,1127.31,41542139.48,41543266.79,127,258,1803.6960000038148,ae -4784,SUCCESS,2,1,7581.06,41543266.79,41550847.85,127,5151,12129.696000003816,qft -4785,SUCCESS,2,1,426.18,41550847.85,41551274.03,127,230,681.8879999995232,su2random -4786,SUCCESS,2,1,463.39,41551274.03,41551737.42,127,252,741.4239999890328,twolocalrandom -4787,SUCCESS,2,1,81470.12,41551737.42,41633207.54,127,22900,130352.19200000764,random -4789,SUCCESS,2,1,14824.99,41633207.54,41648032.53,127,3291,23719.98400000334,qnn -4790,SUCCESS,2,1,205.58,41648032.53,41648238.11,127,99,328.927999997139,graphstate -4791,SUCCESS,2,1,16067.28,41648238.11,41664305.39,127,6043,25707.648000001907,qnn -4793,SUCCESS,2,1,1881.4,41664305.39,41666186.79,127,508,3010.239999997616,wstate -4794,SUCCESS,2,1,5477.92,41666186.79,41671664.71,127,3675,8764.672000002862,qftentangled -4795,SUCCESS,2,1,4462.15,41671664.71,41676126.86,127,1522,7139.439999997616,qnn -4796,SUCCESS,2,1,8245.63,41676126.86,41684372.49,127,1990,13193.007999992371,su2random -4797,SUCCESS,2,1,1083.33,41684372.49,41685455.82,127,316,1733.32800000906,dj -4798,SUCCESS,2,1,75.56,41685455.82,41685531.38,127,42,120.89599999189377,dj -4799,SUCCESS,2,1,808.38,41685531.38,41686339.76,127,341,1293.4080000042916,dj -4800,SUCCESS,2,1,2947.3,41686339.76,41689287.06,127,717,4715.679999995232,qftentangled -4801,SUCCESS,2,1,877.92,41689287.06,41690164.98,127,475,1404.672000002861,dj -4802,SUCCESS,2,1,391.18,41690164.98,41690556.16,127,266,625.8879999995232,ae -4803,SUCCESS,2,1,1823.42,41690556.16,41692379.58,127,628,2917.472000002861,dj -4805,SUCCESS,2,1,12933.28,41692379.58,41705312.86,127,3088,20693.24800000191,realamprandom -4806,SUCCESS,2,1,347.52,41705312.86,41705660.38,127,91,556.0319999933243,graphstate -4807,SUCCESS,2,1,2860.62,41705660.38,41708521,127,1029,4576.99200000763,qpeexact -4808,SUCCESS,2,1,17502.27,41708521,41726023.27,127,4636,28003.631999993326,twolocalrandom -4809,SUCCESS,2,1,3507.66,41726023.27,41729530.93,127,734,5612.256000006199,qft -4810,SUCCESS,2,1,386.38,41729530.93,41729917.31,127,131,618.2079999923707,twolocalrandom -4811,SUCCESS,2,1,13030.14,41729917.31,41742947.45,127,6109,20848.224000012877,qnn -4812,SUCCESS,2,1,3465.43,41742947.45,41746412.88,127,1423,5544.687999987603,su2random -4813,SUCCESS,2,1,101.37,41746412.88,41746514.25,127,24,162.19200000762942,dj -4815,SUCCESS,2,1,390.46,41746514.25,41746904.71,127,108,624.7360000014305,graphstate -4816,SUCCESS,2,1,12734.35,41746904.71,41759639.06,127,7424,20374.959999990464,ae -4817,SUCCESS,2,1,5580.84,41759639.06,41765219.9,127,1321,8929.344000005722,wstate -4818,SUCCESS,2,1,77.89,41765219.9,41765297.79,127,25,124.62400000095369,ghz -4819,SUCCESS,2,1,1993.77,41765297.79,41767291.56,127,450,3190.032000005245,dj -4820,SUCCESS,2,1,11679.53,41767291.56,41778971.09,127,2945,18687.247999989988,random -4821,SUCCESS,2,1,1377.3,41778971.09,41780348.39,127,575,2203.6800000071526,dj -4822,SUCCESS,2,1,20354.09,41780348.39,41800702.48,127,6342,32566.543999993803,qft -4824,SUCCESS,2,1,214.42,41800702.48,41800916.9,127,50,343.07200000286105,graphstate -4825,SUCCESS,2,1,2472.12,41800916.9,41803389.02,127,763,3955.3920000076296,qpeexact -4826,SUCCESS,2,1,4503.5,41803389.02,41807892.52,127,1211,7205.6,ae -4827,SUCCESS,2,1,3177.25,41807892.52,41811069.77,127,1140,5083.6,qnn -4828,SUCCESS,2,1,4131.17,41811069.77,41815200.94,127,1302,6609.871999990941,qftentangled -4829,SUCCESS,2,1,3932,41815200.94,41819132.94,127,2401,6291.200000000001,pricingput -4831,SUCCESS,2,1,3373.76,41819132.94,41822506.7,127,710,5398.015999996663,qpeexact -4832,SUCCESS,2,1,652.72,41822506.7,41823159.42,127,161,1044.3519999980927,dj -4835,SUCCESS,2,1,14209.08,41823159.42,41837368.5,127,3341,22734.52800000906,qpeinexact -4836,SUCCESS,2,1,1191.15,41837368.5,41838559.65,127,278,1905.839999997616,qnn -4837,SUCCESS,2,1,15646.62,41838559.65,41854206.27,127,11290,25034.59199999571,su2random -4838,SUCCESS,2,1,357.62,41854206.27,41854563.89,127,269,572.1920000076294,wstate -4839,SUCCESS,2,1,1331.65,41854563.89,41855895.54,127,308,2130.639999997616,dj -4840,SUCCESS,2,1,4037.13,41855895.54,41859932.67,127,1292,6459.407999992371,qft -4841,SUCCESS,2,1,393.53,41859932.67,41860326.2,127,150,629.6480000138283,dj -4842,SUCCESS,2,1,606.88,41860326.2,41860933.08,127,415,971.0079999923706,qpeexact -4843,SUCCESS,2,1,182.5,41860933.08,41861115.58,127,40,292.0,qaoa -4844,SUCCESS,2,1,24879.44,41861115.58,41885995.02,127,8541,39807.10399999619,qpeinexact -4845,SUCCESS,2,1,2282.58,41885995.02,41888277.6,127,769,3652.12800000906,qpeexact -4846,SUCCESS,2,1,2756.98,41888277.6,41891034.58,127,777,4411.167999994755,dj -4847,SUCCESS,2,1,64373.92,41891034.58,41955408.5,127,30949,102998.27200000286,random -4848,SUCCESS,2,1,6984.3,41955408.5,41962392.8,127,1506,11174.879999995232,realamprandom -4849,SUCCESS,2,1,238.45,41962392.8,41962631.25,127,55,381.5200000047684,dj -4850,SUCCESS,2,1,27813.91,41962631.25,41990445.16,127,5865,44502.25599999428,su2random -4852,SUCCESS,2,1,7181.89,41990445.16,41997627.05,127,2266,11491.024000000954,pricingcall -4853,SUCCESS,2,1,7801.41,41997627.05,42005428.46,127,3903,12482.2560000062,qpeexact -4854,SUCCESS,2,1,18020.06,42005428.46,42023448.52,127,5726,28832.096000003818,realamprandom -4855,SUCCESS,2,1,3365.44,42023448.52,42026813.96,127,1029,5384.703999996185,pricingput -4857,SUCCESS,2,1,2340.69,42026813.96,42029154.65,127,585,3745.1039999961854,ghz -4858,SUCCESS,2,1,2909.69,42029154.65,42032064.34,127,618,4655.504000008106,twolocalrandom -4859,SUCCESS,2,1,1651.47,42032064.34,42033715.81,127,435,2642.3519999980927,twolocalrandom -4860,SUCCESS,2,1,1708.62,42033715.81,42035424.43,127,1252,2733.7919999957085,qwalk-v-chain -4861,SUCCESS,2,1,5853.13,42035424.43,42041277.56,127,2278,9365.007999992371,ae -4862,SUCCESS,2,1,17057,42041277.56,42058334.56,127,10552,27291.200000011922,ae -4863,SUCCESS,2,1,2095.3,42058334.56,42060429.86,127,579,3352.479999995232,realamprandom -4864,SUCCESS,2,1,210.97,42060429.86,42060640.83,127,57,337.5519999980927,wstate -4867,SUCCESS,2,1,17258.15,42060640.83,42077898.98,127,3888,27613.039999997618,qft -4870,SUCCESS,2,1,3455.48,42077898.98,42081354.46,127,833,5528.768000006676,ghz -4872,SUCCESS,2,1,411.93,42081354.46,42081766.39,127,108,659.0879999995232,graphstate -4873,SUCCESS,2,1,1454.12,42081766.39,42083220.51,127,409,2326.5919999957086,wstate -4874,SUCCESS,2,1,44941.46,42083220.51,42128161.97,127,12537,71906.33600000144,realamprandom -4875,SUCCESS,2,1,34077.66,42128161.97,42162239.63,127,14276,54524.25599999428,twolocalrandom -4876,SUCCESS,2,1,1976.45,42162239.63,42164216.08,127,451,3162.3200000047686,portfolioqaoa -4877,SUCCESS,2,1,5601.37,42164216.08,42169817.45,127,1218,8962.19200000763,twolocalrandom -4878,SUCCESS,2,1,1620.68,42169817.45,42171438.13,127,1007,2593.087999999523,wstate -4879,SUCCESS,2,1,138.88,42171438.13,42171577.01,127,36,222.20799999237062,ghz -4880,SUCCESS,2,1,3482.35,42171577.01,42175059.36,127,839,5571.760000002385,qnn -4881,SUCCESS,2,1,7727.93,42175059.36,42182787.29,127,1919,12364.687999999524,qnn -4882,SUCCESS,2,1,3788.86,42182787.29,42186576.15,127,1225,6062.175999999046,twolocalrandom -4883,SUCCESS,2,1,1065.06,42186576.15,42187641.21,127,589,1704.0960000038149,portfoliovqe -4885,SUCCESS,2,1,13180.21,42187641.21,42200821.42,127,6301,21088.336000001433,qpeexact -4886,SUCCESS,2,1,21851.26,42200821.42,42222672.68,127,4549,34962.01599999666,qftentangled -4890,SUCCESS,2,1,58009.44,42222672.68,42280682.12,127,12537,92815.1039999962,twolocalrandom -4892,SUCCESS,2,1,5174.56,42280682.12,42285856.68,127,1276,8279.296000003815,qpeinexact -4893,SUCCESS,2,1,13737.18,42285856.68,42299593.86,127,5988,21979.487999999525,su2random -4896,SUCCESS,2,1,2562.02,42299593.86,42302155.88,127,1253,4099.232000005245,ae -4897,SUCCESS,2,1,861.68,42302155.88,42303017.56,127,390,1378.6879999876023,qnn -4898,SUCCESS,2,1,32.4,42303017.56,42303049.96,127,13,51.840000009536745,routing -4899,SUCCESS,2,1,265.45,42303049.96,42303315.41,127,74,424.7199999928475,ghz -4900,SUCCESS,2,1,154.3,42303315.41,42303469.71,127,43,246.88000000715257,dj -4901,SUCCESS,2,1,3466.8,42303469.71,42306936.51,127,1414,5546.879999995232,qnn -4903,SUCCESS,2,1,4975.83,42306936.51,42311912.34,127,2351,7961.327999997139,ae -4904,SUCCESS,2,1,41392.64,42311912.34,42353304.98,127,10336,66228.22400000096,random -4905,SUCCESS,2,1,1212.74,42353304.98,42354517.72,127,417,1940.3840000033379,wstate -4906,SUCCESS,2,1,2042.67,42354517.72,42356560.39,127,492,3268.272000002861,pricingput -4907,SUCCESS,2,1,2135.46,42356560.39,42358695.85,127,879,3416.7360000014305,qftentangled -4908,SUCCESS,2,1,76.29,42358695.85,42358772.14,127,45,122.0639999985695,graphstate -4910,SUCCESS,2,1,584.04,42358772.14,42359356.18,127,152,934.4639999985695,graphstate -4912,SUCCESS,2,1,281.2,42359356.18,42359637.38,127,68,449.9200000047684,qaoa -4915,SUCCESS,2,1,25103.98,42359637.38,42384741.36,127,8917,40166.367999994756,realamprandom -4916,SUCCESS,2,1,777.19,42384741.36,42385518.55,127,387,1243.5039999961855,dj -4919,SUCCESS,2,1,5365.33,42385518.55,42390883.88,127,2058,8584.52800000906,qnn -4920,SUCCESS,2,1,15260.51,42390883.88,42406144.39,127,3238,24416.815999996663,qnn -4921,SUCCESS,2,1,228.4,42406144.39,42406372.79,127,159,365.4399999976158,qpeinexact -4922,SUCCESS,2,1,2222.76,42406372.79,42408595.55,127,1274,3556.4159999966623,su2random -4923,SUCCESS,2,1,1936.88,42408595.55,42410532.43,127,460,3099.0080000042917,wstate -4924,SUCCESS,2,1,33922.83,42410532.43,42444455.26,127,7298,54276.52799999714,qft -4926,SUCCESS,2,1,21506.22,42444455.26,42465961.48,127,6821,34409.95199999809,ae -4927,SUCCESS,2,1,5085.34,42465961.48,42471046.82,127,1361,8136.544000005722,qnn -4928,SUCCESS,2,1,1353.37,42471046.82,42472400.19,127,827,2165.3919999957084,qpeinexact -4929,SUCCESS,2,1,140.64,42472400.19,42472540.83,127,34,225.0240000009537,dj -4932,SUCCESS,2,1,8303.85,42472540.83,42480844.68,127,1976,13286.160000002385,ae -4933,SUCCESS,2,1,1303.34,42480844.68,42482148.02,127,273,2085.3439999938014,dj -4934,SUCCESS,2,1,471.62,42482148.02,42482619.64,127,101,754.5920000076294,graphstate -4935,SUCCESS,2,1,1508.89,42482619.64,42484128.53,127,412,2414.2240000009538,twolocalrandom -4936,SUCCESS,2,1,8390.72,42484128.53,42492519.25,127,1908,13425.151999998094,ae -4937,SUCCESS,2,1,687.77,42492519.25,42493207.02,127,185,1100.4320000052453,wstate -4939,SUCCESS,2,1,14444.05,42493207.02,42507651.07,127,4704,23110.479999995234,qftentangled -4940,SUCCESS,2,1,965.12,42507651.07,42508616.19,127,268,1544.1919999957086,dj -4941,SUCCESS,2,1,472.66,42508616.19,42509088.85,127,135,756.256000006199,qft -4945,SUCCESS,2,1,2543.1,42509088.85,42511631.95,127,734,4068.9599999904635,qpeinexact -4946,SUCCESS,2,1,21837.86,42511631.95,42533469.81,127,4606,34940.576000010966,qftentangled -4947,SUCCESS,2,1,3898.54,42533469.81,42537368.35,127,1899,6237.66399999857,qpeexact -4948,SUCCESS,2,1,32401.47,42537368.35,42569769.82,127,15792,51842.35199999809,twolocalrandom -4949,SUCCESS,2,1,10263.7,42569769.82,42580033.52,127,2542,16421.920000004768,realamprandom -4950,SUCCESS,2,1,120.86,42580033.52,42580154.38,127,97,193.3759999871254,ghz -4951,SUCCESS,2,1,132.81,42580154.38,42580287.19,127,77,212.49600000381471,graphstate -4952,SUCCESS,2,1,9318.85,42580287.19,42589606.04,127,5444,14910.160000002385,twolocalrandom -4954,SUCCESS,2,1,654.99,42589606.04,42590261.03,127,247,1047.984000003338,qftentangled -4955,SUCCESS,2,1,254.05,42590261.03,42590515.08,127,128,406.47999999523165,dj -4956,SUCCESS,2,1,330.78,42590515.08,42590845.86,127,99,529.2480000019074,ghz -4957,SUCCESS,2,1,513.23,42590845.86,42591359.09,127,287,821.1679999947548,ae -4958,SUCCESS,2,1,1885.62,42591359.09,42593244.71,127,707,3016.9920000076295,su2random -4959,SUCCESS,2,1,17107.11,42593244.71,42610351.82,127,10583,27371.375999999047,qnn -4960,SUCCESS,2,1,80.64,42610351.82,42610432.46,127,52,129.0240000009537,graphstate -4961,SUCCESS,2,1,10728.53,42610432.46,42621160.99,127,4725,17165.648000001907,qftentangled -4962,SUCCESS,2,1,30887.53,42621160.99,42652048.52,127,9760,49420.04800000191,realamprandom -4963,SUCCESS,2,1,839.42,42652048.52,42652887.94,127,181,1343.0719999909402,portfolioqaoa -4964,SUCCESS,2,1,1082.92,42652887.94,42653970.86,127,225,1732.672000002861,wstate -4965,SUCCESS,2,1,1097.27,42653970.86,42655068.13,127,483,1755.6319999933244,qft -4966,SUCCESS,2,1,14249.56,42655068.13,42669317.69,127,6666,22799.296000003815,ae -4967,SUCCESS,2,1,11692.68,42669317.69,42681010.37,127,3779,18708.287999999524,twolocalrandom -4968,SUCCESS,2,1,2147.5,42681010.37,42683157.87,127,1143,3436.0,ae -4969,SUCCESS,2,1,6819.08,42683157.87,42689976.95,127,3271,10910.527999997139,qpeexact -4970,SUCCESS,2,1,445.77,42689976.95,42690422.72,127,169,713.2320000052453,ghz -4971,SUCCESS,2,1,89453.99,42690422.72,42779876.71,127,21016,143126.38400000334,random -4972,SUCCESS,2,1,1609.5,42779876.71,42781486.21,127,493,2575.2000000000003,ghz -4973,SUCCESS,2,1,122.41,42781486.21,42781608.62,127,85,195.85599999427797,routing -4974,SUCCESS,2,1,583.2,42781608.62,42782191.82,127,153,933.1200000047684,dj -4975,SUCCESS,2,1,89.03,42782191.82,42782280.85,127,72,142.44800000190736,dj -4976,SUCCESS,2,1,387.29,42782280.85,42782668.14,127,287,619.6639999985696,qft -4977,SUCCESS,2,1,41709.25,42782668.14,42824377.39,127,10412,66734.8,qnn -4978,SUCCESS,2,1,61782.83,42824377.39,42886160.22,127,13514,98852.52799999714,twolocalrandom -4979,SUCCESS,2,1,237.26,42886160.22,42886397.48,127,86,379.61599999666214,ghz -4980,SUCCESS,2,1,18113.32,42886397.48,42904510.8,127,13577,28981.31200000048,realamprandom -4982,SUCCESS,2,1,493991.13,42904510.8,43398501.93,127,160940,790385.8080000044,qwalk-noancilla -4983,SUCCESS,2,1,12722.2,43398501.93,43411224.13,127,3692,20355.52000000477,ae -4984,SUCCESS,2,1,18153.92,43411224.13,43429378.05,127,4877,29046.271999990942,qnn -4985,SUCCESS,2,1,6197.65,43429378.05,43435575.7,127,3512,9916.240000009537,ae -4986,SUCCESS,2,1,1797.01,43435575.7,43437372.71,127,672,2875.2159999966625,qft -4987,SUCCESS,2,1,658.72,43437372.71,43438031.43,127,295,1053.9519999980928,dj -4988,SUCCESS,2,1,7848.62,43438031.43,43445880.05,127,2077,12557.791999995708,qpeexact -4989,SUCCESS,2,1,29505.42,43445880.05,43475385.47,127,7213,47208.672000002865,qftentangled -4990,SUCCESS,2,1,13820,43475385.47,43489205.47,127,4173,22112.0,realamprandom -4993,SUCCESS,2,1,1929.51,43489205.47,43491134.98,127,494,3087.2159999966625,dj -4994,SUCCESS,2,1,230.36,43491134.98,43491365.34,127,103,368.5760000109673,dj -4995,SUCCESS,2,1,3701.88,43491365.34,43495067.22,127,1168,5923.007999992371,qnn -4997,SUCCESS,2,1,43459.1,43495067.22,43538526.32,127,9716,69534.56000000238,twolocalrandom -4998,SUCCESS,2,1,8354.33,43538526.32,43546880.65,127,3173,13366.92799999714,qpeinexact -4999,SUCCESS,2,1,11590.45,43546880.65,43558471.1,127,2831,18544.72000000477,qft -5000,SUCCESS,2,1,3303.05,43558471.1,43561774.15,127,1572,5284.879999995232,wstate -5001,SUCCESS,2,1,647.94,43561774.15,43562422.09,127,189,1036.7040000081063,graphstate -5002,SUCCESS,2,1,11537.56,43562422.09,43573959.65,127,5762,18460.095999991896,qpeinexact -5003,SUCCESS,2,1,1130.5,43573959.65,43575090.15,127,274,1808.8000000000002,random -5004,SUCCESS,2,1,3961.66,43575090.15,43579051.81,127,1166,6338.656000006199,realamprandom -5005,SUCCESS,2,1,9089.15,43579051.81,43588140.96,127,2519,14542.639999997617,qft -5006,SUCCESS,2,1,127.49,43588140.96,43588268.45,127,36,203.98399999141694,graphstate -5008,SUCCESS,2,1,691.12,43588268.45,43588959.57,127,492,1105.7920000076294,qpeexact -5009,SUCCESS,2,1,16315.08,43588959.57,43605274.65,127,6818,26104.12799999714,qftentangled -5011,SUCCESS,2,1,1637.7,43605274.65,43606912.35,127,520,2620.3200000047686,random -5013,SUCCESS,2,1,1292.65,43606912.35,43608205,127,750,2068.239999997616,wstate -5014,SUCCESS,2,1,25762,43608205,43633967,127,7189,41219.200000000004,qnn -5015,SUCCESS,2,1,5879.69,43633967,43639846.69,127,1476,9407.503999996186,qftentangled -5016,SUCCESS,2,1,63517.3,43639846.69,43703363.99,127,13651,101627.68000000715,twolocalrandom -5017,SUCCESS,2,1,13262.02,43703363.99,43716626.01,127,7254,21219.231999993324,qpeexact -5018,SUCCESS,2,1,4554.41,43716626.01,43721180.42,127,1603,7287.0560000062,qnn -5020,SUCCESS,2,1,145.65,43721180.42,43721326.07,127,43,233.03999999761584,ghz -5021,SUCCESS,2,1,2011.65,43721326.07,43723337.72,127,959,3218.639999997616,qftentangled -5022,SUCCESS,2,1,33155.59,43723337.72,43756493.31,127,14572,53048.94400000572,random -5023,SUCCESS,2,1,5686.21,43756493.31,43762179.52,127,2575,9097.936000001431,realamprandom -5025,SUCCESS,2,1,26269.09,43762179.52,43788448.61,127,6061,42030.5439999938,ae -5027,SUCCESS,2,1,52779.9,43788448.61,43841228.51,127,35104,84447.83999999762,shor -5028,SUCCESS,2,1,236.81,43841228.51,43841465.32,127,71,378.8960000038147,graphstate -5029,SUCCESS,2,1,379.85,43841465.32,43841845.17,127,272,607.7599999904633,graphstate -5030,SUCCESS,2,1,875.19,43841845.17,43842720.36,127,431,1400.3040000081064,dj -5031,SUCCESS,2,1,77.74,43842720.36,43842798.1,127,17,124.38400000333786,ghz -5032,SUCCESS,2,1,4291.26,43842798.1,43847089.36,127,1107,6866.015999996663,su2random -5033,SUCCESS,2,1,6682.13,43847089.36,43853771.49,127,2007,10691.408000004292,qpeexact -5034,SUCCESS,2,1,875.49,43853771.49,43854646.98,127,438,1400.783999991417,realamprandom -5035,SUCCESS,2,1,2074.73,43854646.98,43856721.71,127,480,3319.568000006676,portfoliovqe -5037,SUCCESS,2,1,1107.15,43856721.71,43857828.86,127,247,1771.4399999976158,random -5039,SUCCESS,2,1,10934.77,43857828.86,43868763.63,127,4405,17495.632000005247,realamprandom -5040,SUCCESS,2,1,7719.48,43868763.63,43876483.11,127,2145,12351.167999994756,qftentangled -5041,SUCCESS,2,1,817.56,43876483.11,43877300.67,127,385,1308.0960000038149,dj -5042,SUCCESS,2,1,6472.47,43877300.67,43883773.14,127,2503,10355.951999998093,qnn -5043,SUCCESS,2,1,268.66,43883773.14,43884041.8,127,220,429.85599999427797,ghz -5044,SUCCESS,2,1,157.45,43884041.8,43884199.25,127,77,251.92000000476838,wstate -5045,SUCCESS,2,1,5183.58,43884199.25,43889382.83,127,1118,8293.72799999714,qpeinexact -5046,SUCCESS,2,1,935.45,43889382.83,43890318.28,127,614,1496.7200000047685,qft -5047,SUCCESS,2,1,3497.79,43890318.28,43893816.07,127,2608,5596.46399999857,qft -5048,SUCCESS,2,1,5174.82,43893816.07,43898990.89,127,1081,8279.712000000478,wstate -5049,SUCCESS,2,1,146.86,43898990.89,43899137.75,127,45,234.97599999904634,dj -5050,SUCCESS,2,1,4641.32,43899137.75,43903779.07,127,1178,7426.112000000478,realamprandom -5052,SUCCESS,2,1,466.39,43903779.07,43904245.46,127,123,746.2240000009538,dj -5054,SUCCESS,2,1,10788.15,43904245.46,43915033.61,127,3840,17261.039999997618,qnn -5055,SUCCESS,2,1,8771.41,43915033.61,43923805.02,127,5610,14034.255999994279,qpeinexact -5057,SUCCESS,2,1,16863.03,43923805.02,43940668.05,127,5216,26980.848000001908,qpeexact -5059,SUCCESS,2,1,619.86,43940668.05,43941287.91,127,297,991.7759999990463,wstate -5060,SUCCESS,2,1,21529.49,43941287.91,43962817.4,127,6383,34447.18400000334,qnn -5062,SUCCESS,2,1,11707.32,43962817.4,43974524.72,127,8272,18731.712000000476,ae -5063,SUCCESS,2,1,1051.15,43974524.72,43975575.87,127,627,1681.839999997616,qft -5064,SUCCESS,2,1,1555.03,43975575.87,43977130.9,127,1225,2488.0480000019074,realamprandom -5065,SUCCESS,2,1,6344.48,43977130.9,43983475.38,127,1712,10151.167999994756,qftentangled -5066,SUCCESS,2,1,2043.91,43983475.38,43985519.29,127,845,3270.256000006199,qftentangled -5067,SUCCESS,2,1,5467.68,43985519.29,43990986.97,127,1874,8748.287999999524,qpeinexact -5069,SUCCESS,2,1,6055.25,43990986.97,43997042.22,127,1820,9688.4,realamprandom -5070,SUCCESS,2,1,49059.7,43997042.22,44046101.92,127,11645,78495.52000000478,random -5071,SUCCESS,2,1,336.59,44046101.92,44046438.51,127,100,538.5439999938011,graphstate -5075,SUCCESS,2,1,2450.49,44046438.51,44048889,127,555,3920.784000003338,wstate -5076,SUCCESS,2,1,23292.12,44048889,44072181.12,127,7202,37267.39199999571,realamprandom -5077,SUCCESS,2,1,1004.55,44072181.12,44073185.67,127,248,1607.2800000071527,graphstate -5078,SUCCESS,2,1,1706.34,44073185.67,44074892.01,127,1279,2730.143999993801,twolocalrandom -5080,SUCCESS,2,1,13874.83,44074892.01,44088766.84,127,7371,22199.72799999714,twolocalrandom -5083,SUCCESS,2,1,74.59,44088766.84,44088841.43,127,27,119.34400000572205,vqe -5084,SUCCESS,2,1,888.53,44088841.43,44089729.96,127,666,1421.6480000019073,realamprandom -5086,SUCCESS,2,1,385.59,44089729.96,44090115.55,127,125,616.9439999938012,qpeinexact -5087,SUCCESS,2,1,1950.22,44090115.55,44092065.77,127,619,3120.3519999980927,qpeinexact -5088,SUCCESS,2,1,700.04,44092065.77,44092765.81,127,241,1120.0639999985694,portfolioqaoa -5089,SUCCESS,2,1,6646.88,44092765.81,44099412.69,127,5040,10635.008000004293,ae -5090,SUCCESS,2,1,5375.53,44099412.69,44104788.22,127,2723,8600.848000001908,realamprandom -5091,SUCCESS,2,1,1203.2,44104788.22,44105991.42,127,320,1925.1200000047684,portfoliovqe -5092,SUCCESS,2,1,1865.4,44105991.42,44107856.82,127,1178,2984.639999997616,twolocalrandom -5094,SUCCESS,2,1,583.37,44107856.82,44108440.19,127,142,933.3919999957085,graphstate -5095,SUCCESS,2,1,341.37,44108440.19,44108781.56,127,118,546.1920000076294,ghz -5096,SUCCESS,2,1,44229.71,44108781.56,44153011.27,127,9702,70767.53600000143,su2random -5097,SUCCESS,2,1,3188.03,44153011.27,44156199.3,127,1102,5100.847999989986,twolocalrandom -5098,SUCCESS,2,1,6474.53,44156199.3,44162673.83,127,4467,10359.248000001908,qnn -5099,SUCCESS,2,1,520.44,44162673.83,44163194.27,127,108,832.7039999961853,dj -5100,SUCCESS,2,1,7384.73,44163194.27,44170579,127,5315,11815.568000006677,su2random -5102,SUCCESS,2,1,465.77,44170579,44171044.77,127,148,745.2320000052453,qpeinexact -5103,SUCCESS,2,1,132.97,44171044.77,44171177.74,127,46,212.75199999809266,qaoa -5104,SUCCESS,2,1,3623.98,44171177.74,44174801.72,127,940,5798.367999994755,ghz -5106,SUCCESS,2,1,16380.89,44174801.72,44191182.61,127,3750,26209.424000000956,qpeexact -5107,SUCCESS,2,1,445.07,44191182.61,44191627.68,127,229,712.1120000004769,twolocalrandom -5108,SUCCESS,2,1,730.42,44191627.68,44192358.1,127,269,1168.672000002861,su2random -5109,SUCCESS,2,1,3639.67,44192358.1,44195997.77,127,1543,5823.472000002861,realamprandom -5110,SUCCESS,2,1,10927.99,44195997.77,44206925.76,127,3009,17484.783999991418,qpeinexact -5111,SUCCESS,2,1,27731.28,44206925.76,44234657.04,127,6311,44370.04800000191,realamprandom -5112,SUCCESS,2,1,183,44234657.04,44234840.04,127,65,292.8,graphstate -5114,SUCCESS,2,1,20879.55,44234840.04,44255719.59,127,7355,33407.28000000715,qnn -5118,SUCCESS,2,1,53406,44255719.59,44309125.59,127,11475,85449.6,su2random -5119,SUCCESS,2,1,202,44309125.59,44309327.59,127,100,323.20000000000005,ghz -5120,SUCCESS,2,1,1436.85,44309327.59,44310764.44,127,578,2298.9599999904635,qnn -5121,SUCCESS,2,1,881.28,44310764.44,44311645.72,127,305,1410.0480000019074,ghz -5123,SUCCESS,2,1,14212.86,44311645.72,44325858.58,127,4126,22740.575999999048,qft -5125,SUCCESS,2,1,319.07,44325858.58,44326177.65,127,183,510.51200000047686,realamprandom -5127,SUCCESS,2,1,84.54,44326177.65,44326262.19,127,62,135.2639999985695,ghz -5128,SUCCESS,2,1,10698.97,44326262.19,44336961.16,127,3721,17118.351999998093,qpeexact -5129,SUCCESS,2,1,552.95,44336961.16,44337514.11,127,305,884.7200000047684,wstate -5130,SUCCESS,2,1,2700.04,44337514.11,44340214.15,127,709,4320.06399999857,qft -5132,SUCCESS,2,1,3483.92,44340214.15,44343698.07,127,748,5574.272000002861,realamprandom -5133,SUCCESS,2,1,2006.81,44343698.07,44345704.88,127,588,3210.896000003815,qpeexact -5134,SUCCESS,2,1,46547.84,44345704.88,44392252.72,127,11779,74476.54399999381,random -5135,SUCCESS,2,1,535.35,44392252.72,44392788.07,127,237,856.5600000023842,wstate -5137,SUCCESS,2,1,2855.3,44392788.07,44395643.37,127,750,4568.479999995232,qft -5138,SUCCESS,2,1,5206.44,44395643.37,44400849.81,127,1910,8330.304000008107,qftentangled -5139,SUCCESS,2,1,8126.81,44400849.81,44408976.62,127,1870,13002.895999991895,ae -5140,SUCCESS,2,1,29213.82,44408976.62,44438190.44,127,6258,46742.11200000048,random -5141,SUCCESS,2,1,2293.32,44438190.44,44440483.76,127,1318,3669.312000000477,twolocalrandom -5142,SUCCESS,2,1,17840.31,44440483.76,44458324.07,127,4384,28544.496000003815,qpeexact -5143,SUCCESS,2,1,1803.26,44458324.07,44460127.33,127,1457,2885.2159999966625,qft -5144,SUCCESS,2,1,19834.53,44460127.33,44479961.86,127,10877,31735.24800000191,qpeinexact -5145,SUCCESS,2,1,21126,44479961.86,44501087.86,127,5717,33801.6,qft -5148,SUCCESS,2,1,15035.13,44501087.86,44516122.99,127,3261,24056.20800000429,realamprandom -5149,SUCCESS,2,1,47640.54,44516122.99,44563763.53,127,13004,76224.86399999858,realamprandom -5152,SUCCESS,2,1,888.91,44563763.53,44564652.44,127,583,1422.255999994278,ghz -5153,SUCCESS,2,1,29441.64,44564652.44,44594094.08,127,11951,47106.62400000096,qnn -5154,SUCCESS,2,1,6592.28,44594094.08,44600686.36,127,1839,10547.648000001907,qpeexact -5155,SUCCESS,2,1,1017.17,44600686.36,44601703.53,127,218,1627.472000002861,ghz -5156,SUCCESS,2,1,10345.91,44601703.53,44612049.44,127,5729,16553.45599999428,qpeinexact -5157,SUCCESS,2,1,5873.3,44612049.44,44617922.74,127,1849,9397.279999995231,realamprandom -5158,SUCCESS,2,1,1594.06,44617922.74,44619516.8,127,434,2550.496000003815,dj -5159,SUCCESS,2,1,533.42,44619516.8,44620050.22,127,181,853.472000002861,wstate -5160,SUCCESS,2,1,424.44,44620050.22,44620474.66,127,101,679.1039999961854,wstate -5161,SUCCESS,2,1,359.91,44620474.66,44620834.57,127,77,575.8560000061989,dj -5162,SUCCESS,2,1,775.26,44620834.57,44621609.83,127,389,1240.4159999966623,ghz -5163,SUCCESS,2,1,1504.7,44621609.83,44623114.53,127,473,2407.5200000047685,qnn -5164,SUCCESS,2,1,65523.06,44623114.53,44688637.59,127,27640,104836.89600000382,random -5165,SUCCESS,2,1,40902.38,44688637.59,44729539.97,127,9007,65443.80799999237,qnn -5166,SUCCESS,2,1,1104.9,44729539.97,44730644.87,127,265,1767.839999997616,qnn -5167,SUCCESS,2,1,1902.39,44730644.87,44732547.26,127,911,3043.8240000009537,su2random -5168,SUCCESS,2,1,15660.3,44732547.26,44748207.56,127,5691,25056.479999995234,su2random -5169,SUCCESS,2,1,646.52,44748207.56,44748854.08,127,180,1034.4320000052453,qft -5170,SUCCESS,2,1,16470.55,44748854.08,44765324.63,127,4142,26352.87999999523,pricingput -5171,SUCCESS,2,1,20587.66,44765324.63,44785912.29,127,6455,32940.2560000062,qnn -5172,SUCCESS,2,1,2724.53,44785912.29,44788636.82,127,889,4359.248000001908,ghz -5173,SUCCESS,2,1,42.84,44788636.82,44788679.66,127,24,68.54399999380112,ghz -5174,SUCCESS,2,1,425.78,44788679.66,44789105.44,127,287,681.2480000019074,dj -5176,SUCCESS,2,1,197.16,44789105.44,44789302.6,127,133,315.4560000061989,wstate -5179,SUCCESS,2,1,369.36,44789302.6,44789671.96,127,161,590.9759999990464,wstate -5180,SUCCESS,2,1,6187.08,44789671.96,44795859.04,127,3110,9899.32799999714,qpeexact -5181,SUCCESS,2,1,22470.42,44795859.04,44818329.46,127,6050,35952.672000002865,qpeexact -5182,SUCCESS,2,1,185.79,44818329.46,44818515.25,127,42,297.2639999985695,qaoa -5183,SUCCESS,2,1,126384.93,44818515.25,44944900.18,127,31247,202215.88799999954,random -5184,SUCCESS,2,1,19700.99,44944900.18,44964601.17,127,7664,31521.58400000334,qpeinexact -5187,SUCCESS,2,1,3175.37,44964601.17,44967776.54,127,1820,5080.591999995709,twolocalrandom -5188,SUCCESS,2,1,5667.3,44967776.54,44973443.84,127,2049,9067.679999995233,qnn -5189,SUCCESS,2,1,3408.79,44973443.84,44976852.63,127,1517,5454.06400001049,qpeinexact -5190,SUCCESS,2,1,138.41,44976852.63,44976991.04,127,43,221.45599999427796,groundstate -5191,SUCCESS,2,1,9783.53,44976991.04,44986774.57,127,4693,15653.648000001907,ae -5192,SUCCESS,2,1,253.87,44986774.57,44987028.44,127,72,406.1919999957085,ghz -5194,SUCCESS,2,1,19579.61,44987028.44,45006608.05,127,5727,31327.375999999047,qpeexact -5195,SUCCESS,2,1,1079.77,45006608.05,45007687.82,127,353,1727.6320000052453,dj -5196,SUCCESS,2,1,28686.48,45007687.82,45036374.3,127,6043,45898.367999994756,realamprandom -5197,SUCCESS,2,1,8461.1,45036374.3,45044835.4,127,3278,13537.760000002385,qpeinexact -5198,SUCCESS,2,1,4560.57,45044835.4,45049395.97,127,1152,7296.912000000477,qft -5199,SUCCESS,2,1,2700.43,45049395.97,45052096.4,127,576,4320.6879999995235,ae -5200,SUCCESS,2,1,2711.71,45052096.4,45054808.11,127,854,4338.7360000014305,ghz -5201,SUCCESS,2,1,759.86,45054808.11,45055567.97,127,231,1215.7759999990465,dj -5202,SUCCESS,2,1,55.34,45055567.97,45055623.31,127,18,88.54399999380112,graphstate -5203,SUCCESS,2,1,2738.69,45055623.31,45058362,127,760,4381.904000008107,ae -5204,SUCCESS,2,1,54.09,45058362,45058416.09,127,12,86.54400000572205,ghz -5205,SUCCESS,2,1,22150.46,45058416.09,45080566.55,127,5401,35440.73599998951,qft -5206,SUCCESS,2,1,204.48,45080566.55,45080771.03,127,68,327.16800000667575,graphstate -5208,SUCCESS,2,1,20871.71,45080771.03,45101642.74,127,5079,33394.73599998951,qwalk-v-chain -5210,SUCCESS,2,1,1938.86,45101642.74,45103581.6,127,471,3102.1760000109675,qft -5211,SUCCESS,2,1,145.76,45103581.6,45103727.36,127,61,233.21599999666216,wstate -5212,SUCCESS,2,1,43675.04,45103727.36,45147402.4,127,17291,69880.06399999857,su2random -5213,SUCCESS,2,1,1637.12,45147402.4,45149039.52,127,343,2619.3920000076296,dj -5215,SUCCESS,2,1,3273.13,45149039.52,45152312.65,127,1676,5237.007999992371,ae -5216,SUCCESS,2,1,26053.85,45152312.65,45178366.5,127,11386,41686.16000000239,su2random -5217,SUCCESS,2,1,4717.46,45178366.5,45183083.96,127,1847,7547.936000001431,qnn -5218,SUCCESS,2,1,426.88,45183083.96,45183510.84,127,232,683.0080000042916,qnn -5219,SUCCESS,2,1,570.26,45183510.84,45184081.1,127,186,912.4159999966622,qpeexact -5220,SUCCESS,2,1,243.79,45184081.1,45184324.89,127,61,390.0639999985695,graphstate -5221,SUCCESS,2,1,2873.23,45184324.89,45187198.12,127,720,4597.167999994755,su2random -5224,SUCCESS,2,1,9326.84,45187198.12,45196524.96,127,2048,14922.944000005722,qft -5225,SUCCESS,2,1,1646.89,45196524.96,45198171.85,127,362,2635.024000000954,dj -5226,SUCCESS,2,1,5572.88,45198171.85,45203744.73,127,1467,8916.607999992371,qft -5227,SUCCESS,2,1,17658.5,45203744.73,45221403.23,127,5478,28253.600000000002,ae -5228,SUCCESS,2,1,87.04,45221403.23,45221490.27,127,30,139.26400001049043,ghz -5231,SUCCESS,2,1,176.55,45221490.27,45221666.82,127,82,282.47999999523165,dj -5232,SUCCESS,2,1,1684.8,45221666.82,45223351.62,127,362,2695.679999995232,graphstate -5233,SUCCESS,2,1,9515.05,45223351.62,45232866.67,127,3163,15224.080000007154,su2random -5234,SUCCESS,2,1,32162.08,45232866.67,45265028.75,127,9760,51459.32799999714,twolocalrandom -5235,SUCCESS,2,1,10445.74,45265028.75,45275474.49,127,2173,16713.184000003337,ae -5236,SUCCESS,2,1,5127.12,45275474.49,45280601.61,127,1919,8203.391999995709,qft -5238,SUCCESS,2,1,301.41,45280601.61,45280903.02,127,237,482.2560000061989,random -5239,SUCCESS,2,1,1506.01,45280903.02,45282409.03,127,342,2409.615999996662,dj -5241,SUCCESS,2,1,1968.29,45282409.03,45284377.32,127,899,3149.2639999985695,qftentangled -5243,SUCCESS,2,1,6714.19,45284377.32,45291091.51,127,2441,10742.703999996185,realamprandom -5244,SUCCESS,2,1,100.32,45291091.51,45291191.83,127,43,160.51200000047686,qaoa -5246,SUCCESS,2,1,1071.4,45291191.83,45292263.23,127,764,1714.239999997616,qnn -5247,SUCCESS,2,1,12729,45292263.23,45304992.23,127,10474,20366.4,twolocalrandom -5248,SUCCESS,2,1,2498.67,45304992.23,45307490.9,127,583,3997.872000002861,su2random -5249,SUCCESS,2,1,19156.53,45307490.9,45326647.43,127,4173,30650.44800000191,twolocalrandom -5251,SUCCESS,2,1,142318.23,45326647.43,45468965.66,127,63803,227709.16799999477,random -5252,SUCCESS,2,1,10393.01,45468965.66,45479358.67,127,2439,16628.816000008585,qftentangled -5253,SUCCESS,2,1,19948.43,45479358.67,45499307.1,127,4160,31917.487999999525,twolocalrandom -5254,SUCCESS,2,1,8296.29,45499307.1,45507603.39,127,3765,13274.06399999857,qpeexact -5255,SUCCESS,2,1,215.85,45507603.39,45507819.24,127,142,345.3599999904633,dj -5256,SUCCESS,2,1,13008.42,45507819.24,45520827.66,127,6373,20813.47200000286,qpeinexact -5257,SUCCESS,2,1,7252.67,45520827.66,45528080.33,127,2937,11604.272000002862,realamprandom -5259,SUCCESS,2,1,2259.62,45528080.33,45530339.95,127,486,3615.391999995709,ghz -5262,SUCCESS,2,1,74.55,45530339.95,45530414.5,127,55,119.28000000715257,ghz -5263,SUCCESS,2,1,1122.29,45530414.5,45531536.79,127,339,1795.6639999985696,random -5264,SUCCESS,2,1,14370.2,45531536.79,45545906.99,127,3476,22992.319999992847,realamprandom -5265,SUCCESS,2,1,11434.5,45545906.99,45557341.49,127,5775,18295.200000011922,qpeexact -5266,SUCCESS,2,1,3241.21,45557341.49,45560582.7,127,842,5185.936000001431,wstate -5267,SUCCESS,2,1,27607.52,45560582.7,45588190.22,127,8354,44172.03199999333,qft -5270,SUCCESS,2,1,650.35,45588190.22,45588840.57,127,157,1040.5600000023842,wstate -5272,SUCCESS,2,1,1646.96,45588840.57,45590487.53,127,516,2635.1360000014306,realamprandom -5273,SUCCESS,2,1,3210.13,45590487.53,45593697.66,127,1032,5136.207999992371,ae -5275,SUCCESS,2,1,3443.24,45593697.66,45597140.9,127,1018,5509.184000003338,ae -5276,SUCCESS,2,1,194.6,45597140.9,45597335.5,127,81,311.3600000023842,graphstate -5277,SUCCESS,2,1,23767.24,45597335.5,45621102.74,127,5854,38027.58400000334,ae -5279,SUCCESS,2,1,746.42,45621102.74,45621849.16,127,273,1194.2719999909402,wstate -5280,SUCCESS,2,1,4122.25,45621849.16,45625971.41,127,1429,6595.6,qftentangled -5281,SUCCESS,2,1,8046.74,45625971.41,45634018.15,127,2422,12874.78400000334,twolocalrandom -5282,SUCCESS,2,1,146.52,45634018.15,45634164.67,127,99,234.43200000524521,graphstate -5283,SUCCESS,2,1,5456.99,45634164.67,45639621.66,127,1619,8731.183999991417,twolocalrandom -5284,SUCCESS,2,1,1816.05,45639621.66,45641437.71,127,1036,2905.6800000071526,wstate -5285,SUCCESS,2,1,17591.2,45641437.71,45659028.91,127,5596,28145.91999999285,ae -5286,SUCCESS,2,1,1166.6,45659028.91,45660195.51,127,307,1866.5600000023842,qpeinexact -5287,SUCCESS,2,1,1950.21,45660195.51,45662145.72,127,1227,3120.336000001431,wstate -5288,SUCCESS,2,1,299.54,45662145.72,45662445.26,127,98,479.2639999985695,ghz -5289,SUCCESS,2,1,450.72,45662445.26,45662895.98,127,328,721.1519999980927,pricingput -5290,SUCCESS,2,1,4779.22,45662895.98,45667675.2,127,3349,7646.752000010014,realamprandom -5291,SUCCESS,2,1,4072,45667675.2,45671747.2,127,903,6515.200000000001,ae -5292,SUCCESS,2,1,51702.98,45671747.2,45723450.18,127,13514,82724.76799999476,realamprandom -5293,SUCCESS,2,1,12526.54,45723450.18,45735976.72,127,4398,20042.46399999857,qft -5294,SUCCESS,2,1,45017.99,45735976.72,45780994.71,127,10877,72028.78400000335,qpeexact -5295,SUCCESS,2,1,29756.71,45780994.71,45810751.42,127,13905,47610.73599998951,twolocalrandom -5296,SUCCESS,2,1,11519.71,45810751.42,45822271.13,127,5386,18431.53600000143,twolocalrandom -5299,SUCCESS,2,1,68.73,45822271.13,45822339.86,127,20,109.96800000667572,graphstate -5300,SUCCESS,2,1,4031.5,45822339.86,45826371.36,127,1272,6450.400000000001,twolocalrandom -5301,SUCCESS,2,1,8442.05,45826371.36,45834813.41,127,4749,13507.279999995233,qpeexact -5303,SUCCESS,2,1,22570.79,45834813.41,45857384.2,127,7671,36113.264000010495,su2random -5304,SUCCESS,2,1,16547.66,45857384.2,45873931.86,127,7254,26476.25599999428,qpeexact -5305,SUCCESS,2,1,56381.52,45873931.86,45930313.38,127,13316,90210.43199999334,qnn -5306,SUCCESS,2,1,3502.67,45930313.38,45933816.05,127,1268,5604.272000002861,ae -5307,SUCCESS,2,1,255.01,45933816.05,45934071.06,127,92,408.0159999966622,graphstate -5308,SUCCESS,2,1,14644.94,45934071.06,45948716,127,3082,23431.904000008108,qft -5310,SUCCESS,2,1,5316.3,45948716,45954032.3,127,2094,8506.079999995232,qpeexact -5311,SUCCESS,2,1,22691.92,45954032.3,45976724.22,127,10125,36307.07200000286,qnn -5312,SUCCESS,2,1,4884.13,45976724.22,45981608.35,127,1041,7814.608000004292,wstate -5313,SUCCESS,2,1,2094.94,45981608.35,45983703.29,127,463,3351.9039999961856,groundstate -5316,SUCCESS,2,1,1716.46,45983703.29,45985419.75,127,435,2746.336000001431,graphstate -5319,SUCCESS,2,1,2334.16,45985419.75,45987753.91,127,747,3734.6559999942783,dj -5320,SUCCESS,2,1,1489.19,45987753.91,45989243.1,127,345,2382.7040000081065,wstate -5321,SUCCESS,2,1,30012.47,45989243.1,46019255.57,127,6597,48019.9519999981,qnn -5322,SUCCESS,2,1,8804.66,46019255.57,46028060.23,127,1899,14087.45599999428,qpeexact -5323,SUCCESS,2,1,810.87,46028060.23,46028871.1,127,649,1297.3920000076296,realamprandom -5324,SUCCESS,2,1,3894.94,46028871.1,46032766.04,127,3029,6231.903999996186,twolocalrandom -5325,SUCCESS,2,1,2194.83,46032766.04,46034960.87,127,880,3511.7279999971392,qnn -5326,SUCCESS,2,1,372.72,46034960.87,46035333.59,127,130,596.3520000100136,dj -5327,SUCCESS,2,1,561.68,46035333.59,46035895.27,127,212,898.6879999995232,random -5329,SUCCESS,2,1,3498.31,46035895.27,46039393.58,127,1706,5597.295999991894,su2random -5330,SUCCESS,2,1,3103.87,46039393.58,46042497.45,127,726,4966.191999995709,wstate -5331,SUCCESS,2,1,26385.39,46042497.45,46068882.84,127,14070,42216.624000012875,su2random -5332,SUCCESS,2,1,1998.77,46068882.84,46070881.61,127,1141,3198.0319999933245,grover-v-chain -5333,SUCCESS,2,1,6974.86,46070881.61,46077856.47,127,5515,11159.775999999047,qft -5334,SUCCESS,2,1,285.67,46077856.47,46078142.14,127,78,457.07200000286105,ghz -5335,SUCCESS,2,1,66520.2,46078142.14,46144662.34,127,15508,106432.32000000478,random -5337,SUCCESS,2,1,10430.09,46144662.34,46155092.43,127,6031,16688.1439999938,qnn -5338,SUCCESS,2,1,87.52,46155092.43,46155179.95,127,68,140.0320000052452,graphstate -5339,SUCCESS,2,1,17789.26,46155179.95,46172969.21,127,7568,28462.815999996663,ae -5340,SUCCESS,2,1,220.21,46172969.21,46173189.42,127,63,352.3359999895096,vqe -5341,SUCCESS,2,1,2973.57,46173189.42,46176162.99,127,865,4757.712000000477,dj -5342,SUCCESS,2,1,264.92,46176162.99,46176427.91,127,74,423.87200000286106,graphstate -5344,SUCCESS,2,1,313.02,46176427.91,46176740.93,127,151,500.8320000052452,qftentangled -5345,SUCCESS,2,1,4567.57,46176740.93,46181308.5,127,2230,7308.112000000478,qnn -5347,SUCCESS,2,1,83.63,46181308.5,46181392.13,127,66,133.80800000429153,graphstate -5348,SUCCESS,2,1,11884.62,46181392.13,46193276.75,127,2479,19015.39199999571,qpeinexact -5349,SUCCESS,2,1,17511.24,46193276.75,46210787.99,127,6636,28017.98399999142,qpeexact -5350,SUCCESS,2,1,3069.29,46210787.99,46213857.28,127,1896,4910.864000010491,qpeexact -5351,SUCCESS,2,1,4327.65,46213857.28,46218184.93,127,1112,6924.239999997616,realamprandom -5352,SUCCESS,2,1,637.1,46218184.93,46218822.03,127,277,1019.3600000023843,wstate -5353,SUCCESS,2,1,39062.77,46218822.03,46257884.8,127,8237,62500.43199999333,qft -5354,SUCCESS,2,1,3583.01,46257884.8,46261467.81,127,1072,5732.815999996663,su2random -5355,SUCCESS,2,1,27130.24,46261467.81,46288598.05,127,8541,43408.38400000334,qpeexact -5356,SUCCESS,2,1,6116.49,46288598.05,46294714.54,127,2116,9786.384000003338,qwalk-v-chain -5357,SUCCESS,2,1,96874.84,46294714.54,46391589.38,127,63390,154999.74400000574,random -5359,SUCCESS,2,1,718.23,46391589.38,46392307.61,127,417,1149.1679999947548,graphstate -5360,SUCCESS,2,1,6884.76,46392307.61,46399192.37,127,4457,11015.615999996662,qpeinexact -5362,SUCCESS,2,1,58820.63,46399192.37,46458013,127,15634,94113.0080000043,twolocalrandom -5363,SUCCESS,2,1,205.88,46458013,46458218.88,127,155,329.4080000042916,qftentangled -5365,SUCCESS,2,1,787.02,46458218.88,46459005.9,127,321,1259.2319999933243,graphstate -5366,SUCCESS,2,1,217.5,46459005.9,46459223.4,127,85,348.0,wstate -5368,SUCCESS,2,1,595.48,46459223.4,46459818.88,127,265,952.7679999947549,wstate -5370,SUCCESS,2,1,232.3,46459818.88,46460051.18,127,57,371.68000000715256,wstate -5371,SUCCESS,2,1,16195.1,46460051.18,46476246.28,127,4506,25912.160000002386,twolocalrandom -5372,SUCCESS,2,1,8596.01,46476246.28,46484842.29,127,3061,13753.615999996662,su2random -5373,SUCCESS,2,1,8509.15,46484842.29,46493351.44,127,3025,13614.639999997617,qft -5374,SUCCESS,2,1,13846.99,46493351.44,46507198.43,127,3770,22155.18400000334,qftentangled -5375,SUCCESS,2,1,29743.74,46507198.43,46536942.17,127,6887,47589.984000003344,qpeinexact -5376,SUCCESS,2,1,100.22,46536942.17,46537042.39,127,32,160.35199999809265,graphstate -5377,SUCCESS,2,1,17435.21,46537042.39,46554477.6,127,8527,27896.336000001433,qnn -5378,SUCCESS,2,1,12082.98,46554477.6,46566560.58,127,3064,19332.767999994754,qwalk-v-chain -5379,SUCCESS,2,1,10465,46566560.58,46577025.58,127,2737,16744.0,random -5380,SUCCESS,2,1,8818.97,46577025.58,46585844.55,127,1930,14110.351999998093,qftentangled -5381,SUCCESS,2,1,1636.58,46585844.55,46587481.13,127,584,2618.527999997139,twolocalrandom -5383,SUCCESS,2,1,87.49,46587481.13,46587568.62,127,19,139.98400000333785,ghz -5384,SUCCESS,2,1,457.34,46587568.62,46588025.96,127,321,731.7440000057221,wstate -5386,SUCCESS,2,1,673.65,46588025.96,46588699.61,127,514,1077.839999997616,qftentangled -5387,SUCCESS,2,1,5616.1,46588699.61,46594315.71,127,1911,8985.760000002385,ae -5388,SUCCESS,2,1,10570.23,46594315.71,46604885.94,127,2678,16912.367999994756,qpeexact -5389,SUCCESS,2,1,1857.83,46604885.94,46606743.77,127,409,2972.527999997139,dj -5390,SUCCESS,2,1,19542.68,46606743.77,46626286.45,127,11171,31268.288000011446,twolocalrandom -5391,SUCCESS,2,1,1355.53,46626286.45,46627641.98,127,823,2168.8479999899864,qnn -5393,SUCCESS,2,1,1431.55,46627641.98,46629073.53,127,931,2290.4800000071527,ghz -5394,SUCCESS,2,1,156,46629073.53,46629229.53,127,50,249.60000000000002,ghz -5395,SUCCESS,2,1,715.52,46629229.53,46629945.05,127,190,1144.8319999933244,graphstate -5396,SUCCESS,2,1,1678.24,46629945.05,46631623.29,127,578,2685.184000003338,qpeexact -5398,SUCCESS,2,1,33313.25,46631623.29,46664936.54,127,8995,53301.200000000004,qnn -5400,SUCCESS,2,1,5957.1,46664936.54,46670893.64,127,1658,9531.360000002385,qft -5401,SUCCESS,2,1,1287.06,46670893.64,46672180.7,127,315,2059.295999991894,pricingcall -5402,SUCCESS,2,1,382.2,46672180.7,46672562.9,127,241,611.5200000047683,wstate -5404,SUCCESS,2,1,221.89,46672562.9,46672784.79,127,49,355.0240000009537,ghz -5405,SUCCESS,2,1,20323.37,46672784.79,46693108.16,127,4434,32517.39199999571,realamprandom -5406,SUCCESS,2,1,6727.15,46693108.16,46699835.31,127,4186,10763.440000009537,qpeinexact -5407,SUCCESS,2,1,615.73,46699835.31,46700451.04,127,185,985.1679999947548,wstate -5408,SUCCESS,2,1,14482.71,46700451.04,46714933.75,127,3718,23172.336000001433,qpeinexact -5409,SUCCESS,2,1,5356.15,46714933.75,46720289.9,127,1271,8569.839999997615,qft -5410,SUCCESS,2,1,2349.63,46720289.9,46722639.53,127,506,3759.408000004292,dj -5411,SUCCESS,2,1,275.21,46722639.53,46722914.74,127,154,440.33600000143053,ae -5413,SUCCESS,2,1,8008.12,46722914.74,46730922.86,127,1753,12812.99199999571,qpeinexact -5414,SUCCESS,2,1,3686.05,46730922.86,46734608.91,127,790,5897.679999995232,dj -5416,SUCCESS,2,1,3456.17,46734608.91,46738065.08,127,828,5529.872000002862,qnn -5417,SUCCESS,2,1,1447.91,46738065.08,46739512.99,127,471,2316.656000006199,dj -5418,SUCCESS,2,1,134.56,46739512.99,46739647.55,127,81,215.29599999189378,ghz -5420,SUCCESS,2,1,3271.24,46739647.55,46742918.79,127,835,5233.984000003338,ae -5422,SUCCESS,2,1,5943.12,46742918.79,46748861.91,127,2846,9508.99199999571,random -5423,SUCCESS,2,1,12318.84,46748861.91,46761180.75,127,5814,19710.144000005723,qpeexact -5424,SUCCESS,2,1,15616.28,46761180.75,46776797.03,127,5361,24986.04800000191,qftentangled -5425,SUCCESS,2,1,1763.02,46776797.03,46778560.05,127,415,2820.8319999933246,realamprandom -5426,SUCCESS,2,1,3270.1,46778560.05,46781830.15,127,781,5232.160000002385,portfoliovqe -5428,SUCCESS,2,1,898.77,46781830.15,46782728.92,127,261,1438.0319999933245,wstate -5429,SUCCESS,2,1,1886.83,46782728.92,46784615.75,127,495,3018.9280000090603,dj -5430,SUCCESS,2,1,20075.97,46784615.75,46804691.72,127,9145,32121.551999998093,ae -5431,SUCCESS,2,1,2324.03,46804691.72,46807015.75,127,488,3718.4480000019075,ghz -5432,SUCCESS,2,1,760.81,46807015.75,46807776.56,127,254,1217.2960000038147,su2random -5433,SUCCESS,2,1,6756.94,46807776.56,46814533.5,127,2063,10811.103999996187,su2random -5434,SUCCESS,2,1,1424.43,46814533.5,46815957.93,127,652,2279.087999999523,qnn -5435,SUCCESS,2,1,11639.3,46815957.93,46827597.23,127,6600,18622.87999999523,qpeinexact -5436,SUCCESS,2,1,4254.36,46827597.23,46831851.59,127,984,6806.9759999990465,qpeinexact -5437,SUCCESS,2,1,12685.62,46831851.59,46844537.21,127,5386,20296.99200000763,realamprandom -5438,SUCCESS,2,1,5480.81,46844537.21,46850018.02,127,3456,8769.296000003815,qpeexact -5439,SUCCESS,2,1,1156.17,46850018.02,46851174.19,127,436,1849.8719999909401,portfoliovqe -5440,SUCCESS,2,1,7009.88,46851174.19,46858184.07,127,2269,11215.808000004292,qpeinexact -5441,SUCCESS,2,1,8782.5,46858184.07,46866966.57,127,6375,14052.0,qft -5442,SUCCESS,2,1,417.45,46866966.57,46867384.02,127,285,667.9199999928475,wstate -5443,SUCCESS,2,1,1094.21,46867384.02,46868478.23,127,489,1750.7360000014305,twolocalrandom -5444,SUCCESS,2,1,46968.6,46868478.23,46915446.83,127,10793,75149.76000000238,twolocalrandom -5447,SUCCESS,2,1,500.41,46915446.83,46915947.24,127,255,800.655999994278,su2random -5448,SUCCESS,2,1,20129.32,46915947.24,46936076.56,127,8379,32206.9120000124,qnn -5449,SUCCESS,2,1,655.25,46936076.56,46936731.81,127,295,1048.4,qpeexact -5451,SUCCESS,2,1,14946.27,46936731.81,46951678.08,127,7202,23914.031999993327,twolocalrandom -5452,SUCCESS,2,1,110.88,46951678.08,46951788.96,127,72,177.40800000429155,graphstate -5453,SUCCESS,2,1,350.81,46951788.96,46952139.77,127,85,561.2959999918938,wstate -5456,SUCCESS,2,1,20116.02,46952139.77,46972255.79,127,4589,32185.632000005247,qftentangled -5457,SUCCESS,2,1,783.77,46972255.79,46973039.56,127,388,1254.0319999933245,ghz -5458,SUCCESS,2,1,7484.17,46973039.56,46980523.73,127,5874,11974.672000002862,ae -5459,SUCCESS,2,1,11337.95,46980523.73,46991861.68,127,5396,18140.72000000477,realamprandom -5460,SUCCESS,2,1,1754.16,46991861.68,46993615.84,127,377,2806.656000006199,dj -5462,SUCCESS,2,1,11900.66,46993615.84,47005516.5,127,3970,19041.055999994278,qnn -5463,SUCCESS,2,1,4667.45,47005516.5,47010183.95,127,1423,7467.919999992848,ae -5464,SUCCESS,2,1,2624.83,47010183.95,47012808.78,127,670,4199.72800000906,dj -5466,SUCCESS,2,1,28453,47012808.78,47041261.78,127,7690,45524.8,qpeexact -5467,SUCCESS,2,1,1070.24,47041261.78,47042332.02,127,551,1712.3840000033379,dj -5468,SUCCESS,2,1,61705.92,47042332.02,47104037.94,127,14276,98729.47199999094,realamprandom -5469,SUCCESS,2,1,17624.98,47104037.94,47121662.92,127,5191,28199.967999994755,qpeinexact -5470,SUCCESS,2,1,63547.19,47121662.92,47185210.11,127,13961,101675.5040000081,su2random -5471,SUCCESS,2,1,17491.3,47185210.11,47202701.41,127,5456,27986.079999995232,qftentangled -5472,SUCCESS,2,1,20974.33,47202701.41,47223675.74,127,8518,33558.92799999714,ae -5473,SUCCESS,2,1,46595.3,47223675.74,47270271.04,127,12075,74552.48000000716,su2random -5474,SUCCESS,2,1,4204.37,47270271.04,47274475.41,127,1114,6726.991999995709,ae -5475,SUCCESS,2,1,382.24,47274475.41,47274857.65,127,161,611.5840000033379,dj -5476,SUCCESS,2,1,1493.11,47274857.65,47276350.76,127,445,2388.9759999990465,ghz -5478,SUCCESS,2,1,925.68,47276350.76,47277276.44,127,472,1481.0879999995232,graphstate -5479,SUCCESS,2,1,356.46,47277276.44,47277632.9,127,121,570.3360000014305,wstate -5480,SUCCESS,2,1,21541.44,47277632.9,47299174.34,127,8980,34466.30400000811,qftentangled -5481,SUCCESS,2,1,21297.97,47299174.34,47320472.31,127,15894,34076.751999986176,twolocalrandom -5482,SUCCESS,2,1,6259.68,47320472.31,47326731.99,127,1564,10015.488000011444,qft -5483,SUCCESS,2,1,25170.93,47326731.99,47351902.92,127,6790,40273.487999999525,qpeinexact -5484,SUCCESS,2,1,1723.5,47351902.92,47353626.42,127,1192,2757.599999988079,realamprandom -5485,SUCCESS,2,1,27057.42,47353626.42,47380683.84,127,7879,43291.87200000286,su2random -5486,SUCCESS,2,1,1974.35,47380683.84,47382658.19,127,1094,3158.9600000023843,su2random -5487,SUCCESS,2,1,2353.64,47382658.19,47385011.83,127,528,3765.8240000009537,wstate -5488,SUCCESS,2,1,9334.06,47385011.83,47394345.89,127,3265,14934.496000003815,su2random -5490,SUCCESS,2,1,3669.55,47394345.89,47398015.44,127,836,5871.279999995232,portfoliovqe -5491,SUCCESS,2,1,102.78,47398015.44,47398118.22,127,22,164.44800000190736,graphstate -5492,SUCCESS,2,1,4972.58,47398118.22,47403090.8,127,1223,7956.127999997139,su2random -5493,SUCCESS,2,1,23672.71,47403090.8,47426763.51,127,5057,37876.33600000143,twolocalrandom -5494,SUCCESS,2,1,2043.77,47426763.51,47428807.28,127,505,3270.032000005245,pricingput -5495,SUCCESS,2,1,243.96,47428807.28,47429051.24,127,102,390.33600000143053,dj -5496,SUCCESS,2,1,9248.46,47429051.24,47438299.7,127,5366,14797.536000001432,realamprandom -5497,SUCCESS,2,1,37304.96,47438299.7,47475604.66,127,8116,59687.93599998951,qftentangled -5498,SUCCESS,2,1,17911.42,47475604.66,47493516.08,127,3872,28658.272000002864,pricingput -5500,SUCCESS,2,1,11117.82,47493516.08,47504633.9,127,7524,17788.51200000048,twolocalrandom -5503,SUCCESS,2,1,3416.09,47504633.9,47508049.99,127,770,5465.7439999938015,wstate -5504,SUCCESS,2,1,38982.13,47508049.99,47547032.12,127,12833,62371.408000004296,random -5505,SUCCESS,2,1,40246.62,47547032.12,47587278.74,127,9406,64394.59199999571,realamprandom -5506,SUCCESS,2,1,998.82,47587278.74,47588277.56,127,527,1598.1120000123979,dj -5507,SUCCESS,2,1,11787.53,47588277.56,47600065.09,127,3197,18860.04800000191,qft -5508,SUCCESS,2,1,2920.93,47600065.09,47602986.02,127,723,4673.487999987602,qft -5509,SUCCESS,2,1,24906.13,47602986.02,47627892.15,127,7265,39849.8080000043,qft -5511,SUCCESS,2,1,346.41,47627892.15,47628238.56,127,239,554.2560000061989,qnn -5512,SUCCESS,2,1,67.51,47628238.56,47628306.07,127,44,108.01599999666215,graphstate -5513,SUCCESS,2,1,8164.76,47628306.07,47636470.83,127,2932,13063.615999996662,twolocalrandom -5514,SUCCESS,2,1,374.22,47636470.83,47636845.05,127,128,598.7519999980926,graphstate -5517,SUCCESS,2,1,10785.93,47636845.05,47647630.98,127,2740,17257.487999999525,qftentangled -5519,SUCCESS,2,1,36525.73,47647630.98,47684156.71,127,21006,58441.16800000668,realamprandom -5521,SUCCESS,2,1,91.69,47684156.71,47684248.4,127,55,146.7039999961853,graphstate -5522,SUCCESS,2,1,7083.24,47684248.4,47691331.64,127,2491,11333.184000003339,su2random -5524,SUCCESS,2,1,21183.49,47691331.64,47712515.13,127,5814,33893.58399999142,qpeinexact -5526,SUCCESS,2,1,814.97,47712515.13,47713330.1,127,249,1303.9520000100138,twolocalrandom -5527,SUCCESS,2,1,19220.43,47713330.1,47732550.53,127,8879,30752.687999999525,su2random -5528,SUCCESS,2,1,96.25,47732550.53,47732646.78,127,30,154.0,vqe -5529,SUCCESS,2,1,4281.8,47732646.78,47736928.58,127,3038,6850.879999995232,realamprandom -5530,SUCCESS,2,1,43733.86,47736928.58,47780662.44,127,11410,69974.17599999905,random -5531,SUCCESS,2,1,74949.12,47780662.44,47855611.56,127,26024,119918.59200000763,random -5532,SUCCESS,2,1,44908.25,47855611.56,47900519.81,127,13517,71853.2,random -5533,SUCCESS,2,1,46726.93,47900519.81,47947246.74,127,9858,74763.0879999876,qwalk-noancilla -5534,SUCCESS,2,1,1188.17,47947246.74,47948434.91,127,554,1901.0720000028612,qftentangled -5535,SUCCESS,2,1,94.74,47948434.91,47948529.65,127,69,151.58400000333788,dj -5536,SUCCESS,2,1,1180.41,47948529.65,47949710.06,127,763,1888.656000006199,qpeinexact -5537,SUCCESS,2,1,175.06,47949710.06,47949885.12,127,64,280.0959999918938,ghz -5538,SUCCESS,2,1,367.16,47949885.12,47950252.28,127,78,587.4560000061989,graphstate -5539,SUCCESS,2,1,303.04,47950252.28,47950555.32,127,179,484.8639999985695,graphstate -5540,SUCCESS,2,1,1950.34,47950555.32,47952505.66,127,1545,3120.543999993801,wstate -5541,SUCCESS,2,1,426.9,47952505.66,47952932.56,127,109,683.0400000095368,wstate -5542,SUCCESS,2,1,891.21,47952932.56,47953823.77,127,219,1425.9359999895096,qpeexact -5543,SUCCESS,2,1,233.66,47953823.77,47954057.43,127,157,373.8560000061989,wstate -5544,SUCCESS,2,1,11720.63,47954057.43,47965778.06,127,4898,18753.00800000429,ae -5545,SUCCESS,2,1,72718.96,47965778.06,48038497.02,127,18742,116350.33600000144,realamprandom -5546,SUCCESS,2,1,30434.14,48038497.02,48068931.16,127,7158,48694.62399998904,ae -5547,SUCCESS,2,1,2720.59,48068931.16,48071651.75,127,954,4352.944000005722,random -5548,SUCCESS,2,1,1982.38,48071651.75,48073634.13,127,807,3171.8079999923707,ghz -5549,SUCCESS,2,1,1788.61,48073634.13,48075422.74,127,378,2861.7760000109674,qftentangled -5550,SUCCESS,2,1,39071.31,48075422.74,48114494.05,127,9238,62514.0959999919,qpeexact -5551,SUCCESS,2,1,205.33,48114494.05,48114699.38,127,65,328.527999997139,graphstate -5552,SUCCESS,2,1,10372.43,48114699.38,48125071.81,127,3239,16595.887999999522,twolocalrandom -5553,SUCCESS,2,1,270.25,48125071.81,48125342.06,127,112,432.40000001192095,graphstate -5554,SUCCESS,2,1,8136,48125342.06,48133478.06,127,2122,13017.6,qnn -5555,SUCCESS,2,1,476.73,48133478.06,48133954.79,127,293,762.7679999947549,wstate -5556,SUCCESS,2,1,3378.54,48133954.79,48137333.33,127,964,5405.66399999857,portfoliovqe -5557,SUCCESS,2,1,118.95,48137333.33,48137452.28,127,67,190.3200000047684,graphstate -5558,SUCCESS,2,1,4593.6,48137452.28,48142045.88,127,1392,7349.760000002385,qft -5560,SUCCESS,2,1,208.76,48142045.88,48142254.64,127,62,334.0159999966622,graphstate -5561,SUCCESS,2,1,18282.39,48142254.64,48160537.03,127,5144,29251.824000000954,qftentangled -5562,SUCCESS,2,1,4131.34,48160537.03,48164668.37,127,1964,6610.143999993801,qnn -5563,SUCCESS,2,1,1585.87,48164668.37,48166254.24,127,759,2537.391999995709,qpeinexact -5564,SUCCESS,2,1,107746.41,48166254.24,48274000.65,127,26834,172394.25600000622,random -5565,SUCCESS,2,1,202.06,48274000.65,48274202.71,127,75,323.2960000038147,graphstate -5566,SUCCESS,2,1,34152.49,48274202.71,48308355.2,127,7548,54643.98399999142,qnn -5567,SUCCESS,2,1,7640.95,48308355.2,48315996.15,127,3121,12225.52000000477,ae -5568,SUCCESS,2,1,2121.74,48315996.15,48318117.89,127,1059,3394.784000003338,su2random -5569,SUCCESS,2,1,1115.99,48318117.89,48319233.88,127,728,1785.583999991417,qft -5570,SUCCESS,2,1,37404.92,48319233.88,48356638.8,127,8844,59847.87200000286,twolocalrandom -5571,SUCCESS,2,1,12824.12,48356638.8,48369462.92,127,6450,20518.59200000763,qft -5572,SUCCESS,2,1,1038.86,48369462.92,48370501.78,127,247,1662.1759999990463,qpeexact -5573,SUCCESS,2,1,29308.97,48370501.78,48399810.75,127,6323,46894.35199999809,qpeexact -5574,SUCCESS,2,1,3074.32,48399810.75,48402885.07,127,828,4918.912000000477,qft -5575,SUCCESS,2,1,2863.06,48402885.07,48405748.13,127,899,4580.895999991894,ae -5576,SUCCESS,2,1,348.58,48405748.13,48406096.71,127,226,557.7280000090599,qpeinexact -5578,SUCCESS,2,1,1806.46,48406096.71,48407903.17,127,512,2890.336000001431,dj -5579,SUCCESS,2,1,99.77,48407903.17,48408002.94,127,40,159.63199999332429,dj -5580,SUCCESS,2,1,38411.5,48408002.94,48446414.44,127,9933,61458.4,twolocalrandom -5581,SUCCESS,2,1,2702.25,48446414.44,48449116.69,127,1463,4323.6,ae -5582,SUCCESS,2,1,12243.58,48449116.69,48461360.27,127,7070,19589.72800000906,qpeexact -5583,SUCCESS,2,1,8649.17,48461360.27,48470009.44,127,2053,13838.67199999094,qwalk-v-chain -5584,SUCCESS,2,1,13867.37,48470009.44,48483876.81,127,3837,22187.79200000763,realamprandom -5585,SUCCESS,2,1,1012.1,48483876.81,48484888.91,127,536,1619.3599999904634,dj -5587,SUCCESS,2,1,28.79,48484888.91,48484917.7,127,11,46.06399999856949,ghz -5589,SUCCESS,2,1,20525.34,48484917.7,48505443.04,127,7491,32840.54400000572,qpeinexact -5590,SUCCESS,2,1,19959.52,48505443.04,48525402.56,127,7028,31935.232000005246,qft -5592,SUCCESS,2,1,2445.75,48525402.56,48527848.31,127,1420,3913.199999988079,qpeexact -5593,SUCCESS,2,1,26761.84,48527848.31,48554610.15,127,7256,42818.94400000572,qftentangled -5594,SUCCESS,2,1,3404.77,48554610.15,48558014.92,127,1572,5447.632000005246,qpeinexact -5595,SUCCESS,2,1,9913.44,48558014.92,48567928.36,127,4026,15861.503999996186,qft -5597,SUCCESS,2,1,9706.78,48567928.36,48577635.14,127,7460,15530.848000001908,su2random -5598,SUCCESS,2,1,13392.57,48577635.14,48591027.71,127,5808,21428.112000000478,qpeexact -5599,SUCCESS,2,1,10726.7,48591027.71,48601754.41,127,5826,17162.71999999285,realamprandom -5600,SUCCESS,2,1,2310.63,48601754.41,48604065.04,127,666,3697.0080000042917,su2random -5601,SUCCESS,2,1,26012.34,48604065.04,48630077.38,127,6839,41619.744000005725,qft -5603,SUCCESS,2,1,957.52,48630077.38,48631034.9,127,471,1532.0319999933245,portfoliovqe -5604,SUCCESS,2,1,19027.36,48631034.9,48650062.26,127,6276,30443.77599999905,qpeexact -5605,SUCCESS,2,1,364.86,48650062.26,48650427.12,127,91,583.7759999990463,ghz -5607,SUCCESS,2,1,1298.93,48650427.12,48651726.05,127,285,2078.2879999995234,qnn -5608,SUCCESS,2,1,134486.86,48651726.05,48786212.91,127,38399,215178.97599999906,random -5610,SUCCESS,2,1,209.84,48786212.91,48786422.75,127,162,335.74400000572206,realamprandom -5611,SUCCESS,2,1,14118.75,48786422.75,48800541.5,127,9517,22590.0,twolocalrandom -5613,SUCCESS,2,1,10354.86,48800541.5,48810896.36,127,2882,16567.77599999905,qftentangled -5614,SUCCESS,2,1,468.73,48810896.36,48811365.09,127,173,749.9680000066758,wstate -5615,SUCCESS,2,1,10039.82,48811365.09,48821404.91,127,2488,16063.711999988556,ae -5616,SUCCESS,2,1,219729.12,48821404.91,49041134.03,127,79612,351566.59200000763,qwalk-noancilla -5617,SUCCESS,2,1,4393.26,49041134.03,49045527.29,127,1545,7029.2159999966625,twolocalrandom -5618,SUCCESS,2,1,4387.89,49045527.29,49049915.18,127,1300,7020.624000000954,realamprandom -5619,SUCCESS,2,1,22812.85,49049915.18,49072728.03,127,6643,36500.560000002384,qpeinexact -5620,SUCCESS,2,1,6701.09,49072728.03,49079429.12,127,3329,10721.743999993801,qpeexact -5621,SUCCESS,2,1,11212.37,49079429.12,49090641.49,127,3981,17939.79200000763,qpeinexact -5622,SUCCESS,2,1,242.66,49090641.49,49090884.15,127,197,388.255999994278,qft -5623,SUCCESS,2,1,40133.3,49090884.15,49131017.45,127,8621,64213.27999999523,twolocalrandom -5624,SUCCESS,2,1,806.59,49131017.45,49131824.04,127,582,1290.5440000057222,qpeinexact -5625,SUCCESS,2,1,47142.92,49131824.04,49178966.96,127,10438,75428.67200000286,random -5626,SUCCESS,2,1,3801.31,49178966.96,49182768.27,127,913,6082.095999991894,su2random -5628,SUCCESS,2,1,113.18,49182768.27,49182881.45,127,25,181.0880000114441,vqe -5629,SUCCESS,2,1,11199.91,49182881.45,49194081.36,127,8221,17919.855999994277,ae -5630,SUCCESS,2,1,4955.82,49194081.36,49199037.18,127,3974,7929.312000000477,qpeinexact -5631,SUCCESS,2,1,8197.16,49199037.18,49207234.34,127,3434,13115.4560000062,qpeinexact -5632,SUCCESS,2,1,11802.74,49207234.34,49219037.08,127,2721,18884.383999991416,ae -5633,SUCCESS,2,1,50588.63,49219037.08,49269625.71,127,10586,80941.8080000043,qpeinexact -5635,SUCCESS,2,1,4682.88,49269625.71,49274308.59,127,2505,7492.608000004292,qnn -5636,SUCCESS,2,1,14879.97,49274308.59,49289188.56,127,4611,23807.951999998095,ae -5637,SUCCESS,2,1,1682.55,49289188.56,49290871.11,127,808,2692.079999995232,ghz -5638,SUCCESS,2,1,37979.34,49290871.11,49328850.45,127,9568,60766.943999993804,qnn -5639,SUCCESS,2,1,6634.91,49328850.45,49335485.36,127,1405,10615.856000006199,twolocalrandom -5640,SUCCESS,2,1,31523.02,49335485.36,49367008.38,127,8588,50436.83199999333,su2random -5641,SUCCESS,2,1,13720.82,49367008.38,49380729.2,127,8116,21953.31200000048,qft -5644,SUCCESS,2,1,467.1,49380729.2,49381196.3,127,213,747.3600000023843,dj -5645,SUCCESS,2,1,4625.97,49381196.3,49385822.27,127,1590,7401.551999998093,wstate -5646,SUCCESS,2,1,6814.69,49385822.27,49392636.96,127,3280,10903.504000008106,qft -5647,SUCCESS,2,1,4231.74,49392636.96,49396868.7,127,1028,6770.783999991418,wstate -5648,SUCCESS,2,1,1390.09,49396868.7,49398258.79,127,298,2224.1440000057223,ghz -5650,SUCCESS,2,1,2635.84,49398258.79,49400894.63,127,1844,4217.344000005723,qpeexact -5652,SUCCESS,2,1,7497.17,49400894.63,49408391.8,127,1927,11995.471999990941,realamprandom -5653,SUCCESS,2,1,3260.77,49408391.8,49411652.57,127,978,5217.232000005246,portfoliovqe -5654,SUCCESS,2,1,1037.06,49411652.57,49412689.63,127,424,1659.295999991894,dj -5655,SUCCESS,2,1,3000.89,49412689.63,49415690.52,127,2018,4801.424000000954,qnn -5657,SUCCESS,2,1,760.69,49415690.52,49416451.21,127,174,1217.1040000081064,dj -5659,SUCCESS,2,1,9545.06,49416451.21,49425996.27,127,4108,15272.096000003816,qpeinexact -5662,SUCCESS,2,1,20706.65,49425996.27,49446702.92,127,9676,33130.639999985695,realamprandom -5663,SUCCESS,2,1,503.84,49446702.92,49447206.76,127,274,806.1440000057221,dj -5665,SUCCESS,2,1,110.98,49447206.76,49447317.74,127,35,177.5679999947548,qaoa -5666,SUCCESS,2,1,81,49447317.74,49447398.74,127,27,129.60000001192094,vqe -5667,SUCCESS,2,1,1564.15,49447398.74,49448962.89,127,446,2502.639999997616,dj -5669,SUCCESS,2,1,701.14,49448962.89,49449664.03,127,388,1121.8240000009537,qft -5670,SUCCESS,2,1,275.77,49449664.03,49449939.8,127,200,441.2319999933243,dj -5672,SUCCESS,2,1,17357.81,49449939.8,49467297.61,127,8777,27772.496000003815,qnn -5673,SUCCESS,2,1,7721.86,49467297.61,49475019.47,127,2780,12354.975999999047,twolocalrandom -5674,SUCCESS,2,1,3616.84,49475019.47,49478636.31,127,1801,5786.943999993801,su2random -5675,SUCCESS,2,1,40526.18,49478636.31,49519162.49,127,10544,64841.887999999526,random -5677,SUCCESS,2,1,162.92,49519162.49,49519325.41,127,98,260.672000002861,ghz -5678,SUCCESS,2,1,5165.26,49519325.41,49524490.67,127,1463,8264.415999996663,wstate -5679,SUCCESS,2,1,61227.43,49524490.67,49585718.1,127,16335,97963.88800001144,realamprandom -5681,SUCCESS,2,1,1082.28,49585718.1,49586800.38,127,622,1731.6480000019073,random -5683,SUCCESS,2,1,20320.03,49586800.38,49607120.41,127,6776,32512.047999989987,ae -5684,SUCCESS,2,1,4741.9,49607120.41,49611862.31,127,2096,7587.039999997616,su2random -5685,SUCCESS,2,1,4514.54,49611862.31,49616376.85,127,2977,7223.264000010491,qft -5688,SUCCESS,2,1,13475.19,49616376.85,49629852.04,127,6283,21560.303999996187,qft -5690,SUCCESS,2,1,18007.45,49629852.04,49647859.49,127,5070,28811.92000000477,qftentangled -5692,SUCCESS,2,1,5924.48,49647859.49,49653783.97,127,2921,9479.167999994756,qft -5693,SUCCESS,2,1,12040.49,49653783.97,49665824.46,127,3390,19264.78400000334,qft -5694,SUCCESS,2,1,7529.03,49665824.46,49673353.49,127,1829,12046.448000001908,qft -5696,SUCCESS,2,1,53335.12,49673353.49,49726688.61,127,12792,85336.19199999572,su2random -5697,SUCCESS,2,1,1420.24,49726688.61,49728108.85,127,480,2272.384000003338,qnn -5698,SUCCESS,2,1,1622.38,49728108.85,49729731.23,127,382,2595.8079999923707,graphstate -5699,SUCCESS,2,1,3961.28,49729731.23,49733692.51,127,2645,6338.048000001908,realamprandom -5701,SUCCESS,2,1,8898.16,49733692.51,49742590.67,127,4181,14237.055999994278,qnn -5702,SUCCESS,2,1,2338.35,49742590.67,49744929.02,127,1209,3741.360000014305,realamprandom -5706,SUCCESS,2,1,27702,49744929.02,49772631.02,127,11628,44323.200000000004,su2random -5707,SUCCESS,2,1,13410.36,49772631.02,49786041.38,127,9200,21456.575999987126,qnn -5708,SUCCESS,2,1,28800.54,49786041.38,49814841.92,127,6006,46080.86400001049,su2random -5710,SUCCESS,2,1,411.6,49814841.92,49815253.52,127,340,658.5600000023842,qnn -5712,SUCCESS,2,1,12133.14,49815253.52,49827386.66,127,5103,19413.023999989033,qft -5713,SUCCESS,2,1,13826.55,49827386.66,49841213.21,127,5242,22122.480000007155,qpeinexact -5715,SUCCESS,2,1,110038.41,49841213.21,49951251.62,127,28164,176061.4559999943,random -5716,SUCCESS,2,1,2793.18,49951251.62,49954044.8,127,600,4469.087999999523,wstate -5717,SUCCESS,2,1,2727.94,49954044.8,49956772.74,127,611,4364.704000008106,qnn -5718,SUCCESS,2,1,7069.71,49956772.74,49963842.45,127,3250,11311.536000001432,random -5719,SUCCESS,2,1,1389.71,49963842.45,49965232.16,127,750,2223.5359999895095,dj -5721,SUCCESS,2,1,53.92,49965232.16,49965286.08,127,39,86.27200000286103,graphstate -5722,SUCCESS,2,1,3163.94,49965286.08,49968450.02,127,1656,5062.303999996186,qpeinexact -5723,SUCCESS,2,1,2404.33,49968450.02,49970854.35,127,546,3846.9280000090603,qftentangled -5725,SUCCESS,2,1,4171,49970854.35,49975025.35,127,1075,6673.6,wstate -5726,SUCCESS,2,1,4564.09,49975025.35,49979589.44,127,2471,7302.543999993802,ae -5727,SUCCESS,2,1,518.63,49979589.44,49980108.07,127,383,829.8080000042916,qftentangled -5728,SUCCESS,2,1,45263.23,49980108.07,50025371.3,127,12133,72421.16799999475,su2random -5729,SUCCESS,2,1,10720.89,50025371.3,50036092.19,127,5808,17153.424000000956,qpeinexact -5730,SUCCESS,2,1,4901.48,50036092.19,50040993.67,127,2993,7842.368000006676,qpeexact -5731,SUCCESS,2,1,2958.74,50040993.67,50043952.41,127,1391,4733.9839999914175,twolocalrandom -5732,SUCCESS,2,1,25058.64,50043952.41,50069011.05,127,6749,40093.824000000954,qft -5733,SUCCESS,2,1,17423.6,50069011.05,50086434.65,127,3646,27877.760000002385,realamprandom -5734,SUCCESS,2,1,31176.65,50086434.65,50117611.3,127,6597,49882.63999999762,qpeexact -5735,SUCCESS,2,1,4040.74,50117611.3,50121652.04,127,3053,6465.184000003338,qpeinexact -5736,SUCCESS,2,1,2790.22,50121652.04,50124442.26,127,1080,4464.351999998093,qft -5737,SUCCESS,2,1,6549.37,50124442.26,50130991.63,127,4643,10478.99199999571,qftentangled -5738,SUCCESS,2,1,36467.4,50130991.63,50167459.03,127,11822,58347.84000000954,realamprandom -5741,SUCCESS,2,1,320.3,50167459.03,50167779.33,127,133,512.4799999952317,graphstate -5742,SUCCESS,2,1,9488.94,50167779.33,50177268.27,127,2617,15182.303999996186,qft -5743,SUCCESS,2,1,5229.5,50177268.27,50182497.77,127,2162,8367.20000001192,realamprandom -5744,SUCCESS,2,1,206.43,50182497.77,50182704.2,127,124,330.28799998760223,ghz -5745,SUCCESS,2,1,448,50182704.2,50183152.2,127,238,716.8000000119209,qft -5746,SUCCESS,2,1,34967.27,50183152.2,50218119.47,127,9382,55947.631999993326,su2random -5747,SUCCESS,2,1,5120.74,50218119.47,50223240.21,127,1125,8193.184000003339,qft -5750,SUCCESS,2,1,769.29,50223240.21,50224009.5,127,348,1230.8639999985696,graphstate -5752,SUCCESS,2,1,1346.63,50224009.5,50225356.13,127,707,2154.6080000042916,realamprandom -5753,SUCCESS,2,1,1817.88,50225356.13,50227174.01,127,703,2908.607999992371,realamprandom -5754,SUCCESS,2,1,39214.73,50227174.01,50266388.74,127,9329,62743.56800000668,realamprandom -5757,SUCCESS,2,1,417.12,50266388.74,50266805.86,127,151,667.3919999957085,graphstate -5758,SUCCESS,2,1,144.06,50266805.86,50266949.92,127,45,230.49599999189377,graphstate -5762,SUCCESS,2,1,9928.6,50266949.92,50276878.52,127,2454,15885.760000014307,realamprandom -5763,SUCCESS,2,1,109.66,50276878.52,50276988.18,127,29,175.45599999427796,vqe -5764,SUCCESS,2,1,16870.72,50276988.18,50293858.9,127,3694,26993.151999998096,random -5765,SUCCESS,2,1,30667.57,50293858.9,50324526.47,127,14386,49068.11200000048,qnn -5766,SUCCESS,2,1,44.36,50324526.47,50324570.83,127,25,70.97599999904632,graphstate -5767,SUCCESS,2,1,5084.02,50324570.83,50329654.85,127,3054,8134.432000005246,qftentangled -5768,SUCCESS,2,1,9251.58,50329654.85,50338906.43,127,6192,14802.527999997139,qpeinexact -5769,SUCCESS,2,1,2743.84,50338906.43,50341650.27,127,1559,4390.144000005722,qft -5770,SUCCESS,2,1,234.98,50341650.27,50341885.25,127,72,375.9679999947548,graphstate -5771,SUCCESS,2,1,34329.37,50341885.25,50376214.62,127,10069,54926.99199999571,ae -5772,SUCCESS,2,1,38765.58,50376214.62,50414980.2,127,9646,62024.92799999714,twolocalrandom -5773,SUCCESS,2,1,622.07,50414980.2,50415602.27,127,147,995.3120000123978,graphstate -5774,SUCCESS,2,1,5386.3,50415602.27,50420988.57,127,1442,8618.079999995232,qpeexact -5775,SUCCESS,2,1,19160.61,50420988.57,50440149.18,127,6512,30656.97599999905,qpeexact -5776,SUCCESS,2,1,941.04,50440149.18,50441090.22,127,308,1505.6639999985696,portfolioqaoa -5777,SUCCESS,2,1,18798.09,50441090.22,50459888.31,127,4196,30076.943999993804,qpeinexact -5778,SUCCESS,2,1,23058.77,50459888.31,50482947.08,127,12492,36894.032000005245,twolocalrandom -5779,SUCCESS,2,1,151.53,50482947.08,50483098.61,127,37,242.44800000190736,wstate -5780,SUCCESS,2,1,88.86,50483098.61,50483187.47,127,22,142.17599999904633,graphstate -5782,SUCCESS,2,1,822.21,50483187.47,50484009.68,127,201,1315.5360000014307,wstate -5783,SUCCESS,2,1,21019.19,50484009.68,50505028.87,127,7435,33630.703999996185,twolocalrandom -5784,SUCCESS,2,1,2343.54,50505028.87,50507372.41,127,666,3749.6639999985696,twolocalrandom -5785,SUCCESS,2,1,83.76,50507372.41,50507456.17,127,22,134.01600000858306,ghz -5786,SUCCESS,2,1,60180.96,50507456.17,50567637.13,127,13113,96289.53600000143,qnn -5788,SUCCESS,2,1,179.56,50567637.13,50567816.69,127,65,287.2959999918938,wstate -5790,SUCCESS,2,1,133138.02,50567816.69,50700954.71,127,30186,213020.83200000526,random -5791,SUCCESS,2,1,808.65,50700954.71,50701763.36,127,213,1293.839999997616,graphstate -5793,SUCCESS,2,1,12372.77,50701763.36,50714136.13,127,3257,19796.432000005247,qft -5794,SUCCESS,2,1,5071.81,50714136.13,50719207.94,127,1819,8114.895999991894,qftentangled -5795,SUCCESS,2,1,153.75,50719207.94,50719361.69,127,60,246.0,ghz -5796,SUCCESS,2,1,13315.65,50719361.69,50732677.34,127,7030,21305.04000000954,qpeinexact -5797,SUCCESS,2,1,36947.47,50732677.34,50769624.81,127,19434,59115.95199998617,random -5798,SUCCESS,2,1,5202.08,50769624.81,50774826.89,127,2303,8323.32800000906,qpeexact -5799,SUCCESS,2,1,2923.74,50774826.89,50777750.63,127,1291,4677.984000003338,wstate -5800,SUCCESS,2,1,1961.69,50777750.63,50779712.32,127,491,3138.7039999961853,ghz -5801,SUCCESS,2,1,5800.29,50779712.32,50785512.61,127,1420,9280.46399999857,ae -5802,SUCCESS,2,1,508.25,50785512.61,50786020.86,127,267,813.2,graphstate -5803,SUCCESS,2,1,14206.92,50786020.86,50800227.78,127,3769,22731.072000002863,realamprandom -5805,SUCCESS,2,1,81640.91,50800227.78,50881868.69,127,26266,130625.45599999429,random -5806,SUCCESS,2,1,3805.84,50881868.69,50885674.53,127,2957,6089.344000005723,realamprandom -5807,SUCCESS,2,1,32094.54,50885674.53,50917769.07,127,8158,51351.26399999857,realamprandom -5808,SUCCESS,2,1,36591.44,50917769.07,50954360.51,127,11045,58546.30399999619,su2random -5809,SUCCESS,2,1,685.56,50954360.51,50955046.07,127,389,1096.8960000038148,wstate -5810,SUCCESS,2,1,607.97,50955046.07,50955654.04,127,129,972.7519999980927,wstate -5811,SUCCESS,2,1,182.14,50955654.04,50955836.18,127,114,291.4240000009537,graphstate -5813,SUCCESS,2,1,2833.25,50955836.18,50958669.43,127,592,4533.2,realamprandom -5814,SUCCESS,2,1,1493.6,50958669.43,50960163.03,127,339,2389.7600000023845,qpeinexact -5817,SUCCESS,2,1,2678.58,50960163.03,50962841.61,127,787,4285.727999997139,qnn -5819,SUCCESS,2,1,518.94,50962841.61,50963360.55,127,343,830.3039999961853,wstate -5820,SUCCESS,2,1,4744.55,50963360.55,50968105.1,127,1254,7591.280000007153,qpeexact -5821,SUCCESS,2,1,156714.38,50968105.1,51124819.48,127,60853,250743.00799999238,random -5822,SUCCESS,2,1,289.8,51124819.48,51125109.28,127,85,463.68000000715256,graphstate -5823,SUCCESS,2,1,248.62,51125109.28,51125357.9,127,157,397.79199999570847,wstate -5824,SUCCESS,2,1,8924.32,51125357.9,51134282.22,127,3391,14278.912000000477,qnn -5825,SUCCESS,2,1,11802.77,51134282.22,51146084.99,127,3887,18884.431999993325,qpeinexact -5827,SUCCESS,2,1,3851.36,51146084.99,51149936.35,127,1405,6162.176000010968,qnn -5828,SUCCESS,2,1,2730.48,51149936.35,51152666.83,127,1081,4368.767999994755,qpeexact -5829,SUCCESS,2,1,2095.42,51152666.83,51154762.25,127,678,3352.6720000028613,qft -5830,SUCCESS,2,1,74.32,51154762.25,51154836.57,127,48,118.91200000047684,ghz -5831,SUCCESS,2,1,2739.17,51154836.57,51157575.74,127,889,4382.672000002861,wstate -5832,SUCCESS,2,1,9285.05,51157575.74,51166860.79,127,6845,14856.079999995232,random -5833,SUCCESS,2,1,3190.69,51166860.79,51170051.48,127,835,5105.103999996186,ghz -5834,SUCCESS,2,1,2544.69,51170051.48,51172596.17,127,602,4071.5040000081062,dj -5836,SUCCESS,2,1,1693.45,51172596.17,51174289.62,127,952,2709.5199999928477,random -5837,SUCCESS,2,1,34395.32,51174289.62,51208684.94,127,7260,55032.51200000048,qpeexact -5838,SUCCESS,2,1,19567.73,51208684.94,51228252.67,127,7015,31308.367999994756,su2random -5839,SUCCESS,2,1,529.57,51228252.67,51228782.24,127,149,847.3120000004769,wstate -5840,SUCCESS,2,1,20261.79,51228782.24,51249044.03,127,5684,32418.864000010493,ae -5841,SUCCESS,2,1,40573.72,51249044.03,51289617.75,127,8609,64917.9519999981,qft -5842,SUCCESS,2,1,27163.05,51289617.75,51316780.8,127,6364,43460.87999999523,qpeinexact -5843,SUCCESS,2,1,83389.36,51316780.8,51400170.16,127,41330,133422.97599999906,random -5844,SUCCESS,2,1,1358.24,51400170.16,51401528.4,127,336,2173.184000003338,pricingput -5845,SUCCESS,2,1,5592.71,51401528.4,51407121.11,127,1800,8948.33600000143,qft -5846,SUCCESS,2,1,177095.1,51407121.11,51584216.21,127,43095,283352.1600000024,random -5847,SUCCESS,2,1,1454.96,51584216.21,51585671.17,127,329,2327.9359999895096,wstate -5848,SUCCESS,2,1,2042.18,51585671.17,51587713.35,127,1165,3267.4880000114445,wstate -5849,SUCCESS,2,1,1192.76,51587713.35,51588906.11,127,303,1908.4159999966623,graphstate -5850,SUCCESS,2,1,8716.51,51588906.11,51597622.62,127,5476,13946.415999996663,qpeinexact -5851,SUCCESS,2,1,3887.58,51597622.62,51601510.2,127,1181,6220.127999997139,su2random -5854,SUCCESS,2,1,377.16,51601510.2,51601887.36,127,137,603.4560000061989,wstate -5855,SUCCESS,2,1,487.79,51601887.36,51602375.15,127,393,780.4639999985695,ghz -5856,SUCCESS,2,1,32972.56,51602375.15,51635347.71,127,7391,52756.09600000382,qpeexact -5857,SUCCESS,2,1,1015.05,51635347.71,51636362.76,127,248,1624.0799999952317,dj -5858,SUCCESS,2,1,3593.53,51636362.76,51639956.29,127,757,5749.648000001907,qnn -5859,SUCCESS,2,1,2055.33,51639956.29,51642011.62,127,639,3288.527999997139,realamprandom -5860,SUCCESS,2,1,6524.32,51642011.62,51648535.94,127,4672,10438.912000000477,twolocalrandom -5861,SUCCESS,2,1,25891.46,51648535.94,51674427.4,127,8842,41426.336000001436,su2random -5862,SUCCESS,2,1,11881.86,51674427.4,51686309.26,127,7537,19010.975999999046,su2random -5863,SUCCESS,2,1,835.11,51686309.26,51687144.37,127,304,1336.1759999990463,random -5864,SUCCESS,2,1,2742.67,51687144.37,51689887.04,127,623,4388.272000002861,qft -5865,SUCCESS,2,1,974.5,51689887.04,51690861.54,127,532,1559.2,qpeexact -5866,SUCCESS,2,1,31785.04,51690861.54,51722646.58,127,12508,50856.06399999857,realamprandom -5869,SUCCESS,2,1,1602.02,51722646.58,51724248.6,127,345,2563.2320000052455,wstate -5870,SUCCESS,2,1,2892.92,51724248.6,51727141.52,127,889,4628.67199999094,qnn -5871,SUCCESS,2,1,16966.68,51727141.52,51744108.2,127,4296,27146.687999999525,qwalk-v-chain -5873,SUCCESS,2,1,1596.81,51744108.2,51745705.01,127,631,2554.896000003815,qftentangled -5874,SUCCESS,2,1,15739.36,51745705.01,51761444.37,127,5118,25182.97599999905,realamprandom -5875,SUCCESS,2,1,26622.26,51761444.37,51788066.63,127,6876,42595.61599999666,qpeinexact -5876,SUCCESS,2,1,3156.85,51788066.63,51791223.48,127,778,5050.960000002385,qft -5877,SUCCESS,2,1,264,51791223.48,51791487.48,127,132,422.40000000000003,qftentangled -5878,SUCCESS,2,1,1574.22,51791487.48,51793061.7,127,643,2518.752000010014,dj -5879,SUCCESS,2,1,147.05,51793061.7,51793208.75,127,61,235.27999999523163,wstate -5881,SUCCESS,2,1,48377.8,51793208.75,51841586.55,127,14551,77404.47999999524,twolocalrandom -5882,SUCCESS,2,1,37192.1,51841586.55,51878778.65,127,11796,59507.36000000239,random -5884,SUCCESS,2,1,26596.47,51878778.65,51905375.12,127,6361,42554.35199999809,qpeexact -5885,SUCCESS,2,1,1215.52,51905375.12,51906590.64,127,428,1944.8320000052454,portfolioqaoa -5887,SUCCESS,2,1,5233.34,51906590.64,51911823.98,127,1097,8373.343999993802,qnn -5888,SUCCESS,2,1,1037.98,51911823.98,51912861.96,127,369,1660.7680000066757,wstate -5889,SUCCESS,2,1,34170.19,51912861.96,51947032.15,127,12863,54672.30399999619,su2random -5890,SUCCESS,2,1,38263.59,51947032.15,51985295.74,127,10029,61221.744000005725,random -5891,SUCCESS,2,1,100016.06,51985295.74,52085311.8,127,22604,160025.6959999919,random -5892,SUCCESS,2,1,1962.24,52085311.8,52087274.04,127,714,3139.584000003338,dj -5893,SUCCESS,2,1,2487.06,52087274.04,52089761.1,127,1400,3979.2960000038147,qftentangled -5894,SUCCESS,2,1,19505.36,52089761.1,52109266.46,127,5092,31208.575999999048,qft -5895,SUCCESS,2,1,5597.65,52109266.46,52114864.11,127,2303,8956.239999997617,qpeinexact -5896,SUCCESS,2,1,6029.92,52114864.11,52120894.03,127,1419,9647.87200000286,grover-v-chain -5897,SUCCESS,2,1,20822.18,52120894.03,52141716.21,127,4745,33315.487999999525,realamprandom -5898,SUCCESS,2,1,2154.46,52141716.21,52143870.67,127,602,3447.13599998951,qftentangled -5899,SUCCESS,2,1,39864.87,52143870.67,52183735.54,127,8531,63783.792000007634,realamprandom -5900,SUCCESS,2,1,788.91,52183735.54,52184524.45,127,189,1262.256000006199,wstate -5901,SUCCESS,2,1,3219.59,52184524.45,52187744.04,127,1194,5151.343999993802,qpeinexact -5902,SUCCESS,2,1,1249.33,52187744.04,52188993.37,127,301,1998.927999997139,wstate -5903,SUCCESS,2,1,800.96,52188993.37,52189794.33,127,456,1281.5360000014307,dj -5904,SUCCESS,2,1,2129.8,52189794.33,52191924.13,127,782,3407.6800000071526,dj -5905,SUCCESS,2,1,265.9,52191924.13,52192190.03,127,73,425.4399999976158,graphstate -5908,SUCCESS,2,1,8767.37,52192190.03,52200957.4,127,3296,14027.791999995708,ae -5909,SUCCESS,2,1,2991.03,52200957.4,52203948.43,127,621,4785.648000001907,qpeexact -5910,SUCCESS,2,1,834.85,52203948.43,52204783.28,127,341,1335.7600000023842,wstate -5911,SUCCESS,2,1,628.99,52204783.28,52205412.27,127,361,1006.3840000033379,wstate -5912,SUCCESS,2,1,724.66,52205412.27,52206136.93,127,435,1159.455999994278,realamprandom -5913,SUCCESS,2,1,4092.72,52206136.93,52210229.65,127,1231,6548.351999998093,qnn -5914,SUCCESS,2,1,79577.9,52210229.65,52289807.55,127,27530,127324.63999999763,random -5916,SUCCESS,2,1,56055.79,52289807.55,52345863.34,127,14185,89689.26399999857,su2random -5917,SUCCESS,2,1,45438.21,52345863.34,52391301.55,127,13662,72701.13600000144,realamprandom -5918,SUCCESS,2,1,428.82,52391301.55,52391730.37,127,205,686.1120000004769,dj -5920,SUCCESS,2,1,4101.75,52391730.37,52395832.12,127,876,6562.8,pricingcall -5922,SUCCESS,2,1,18603.53,52395832.12,52414435.65,127,9379,29765.648000001907,twolocalrandom -5923,SUCCESS,2,1,8297.64,52414435.65,52422733.29,127,5967,13276.224000000955,ae -5924,SUCCESS,2,1,3900.28,52422733.29,52426633.57,127,869,6240.4480000019075,wstate -5926,SUCCESS,2,1,12042.31,52426633.57,52438675.88,127,7364,19267.696000003816,random -5927,SUCCESS,2,1,1528.51,52438675.88,52440204.39,127,723,2445.615999996662,dj -5929,SUCCESS,2,1,15208.95,52440204.39,52455413.34,127,5400,24334.319999992847,qpeinexact -5930,SUCCESS,2,1,222.35,52455413.34,52455635.69,127,49,355.76000000238423,tsp -5933,SUCCESS,2,1,954.48,52455635.69,52456590.17,127,582,1527.1680000066758,ghz -5934,SUCCESS,2,1,14763.71,52456590.17,52471353.88,127,3177,23621.93600000143,qft -5936,SUCCESS,2,1,93.55,52471353.88,52471447.43,127,57,149.67999999523164,ghz -5937,SUCCESS,2,1,2762.15,52471447.43,52474209.58,127,984,4419.439999997616,qnn -5938,SUCCESS,2,1,3426.9,52474209.58,52477636.48,127,1816,5483.039999997616,su2random -5939,SUCCESS,2,1,1445.05,52477636.48,52479081.53,127,1027,2312.0800000071526,realamprandom -5940,SUCCESS,2,1,497.45,52479081.53,52479578.98,127,383,795.9199999928475,ghz -5941,SUCCESS,2,1,24841.92,52479578.98,52504420.9,127,5424,39747.07200000287,ae -5942,SUCCESS,2,1,45192.34,52504420.9,52549613.24,127,16395,72307.74400000572,su2random -5943,SUCCESS,2,1,712.69,52549613.24,52550325.93,127,319,1140.3039999961854,qpeexact -5944,SUCCESS,2,1,126.78,52550325.93,52550452.71,127,48,202.84800000190737,graphstate -5945,SUCCESS,2,1,3356.55,52550452.71,52553809.26,127,1791,5370.479999995232,qftentangled -5946,SUCCESS,2,1,5716.12,52553809.26,52559525.38,127,2433,9145.79200000763,ae -5947,SUCCESS,2,1,670.52,52559525.38,52560195.9,127,295,1072.8319999933244,su2random -5949,SUCCESS,2,1,25372.32,52560195.9,52585568.22,127,9763,40595.71200000048,twolocalrandom -5950,SUCCESS,2,1,1094.24,52585568.22,52586662.46,127,389,1750.784000003338,wstate -5951,SUCCESS,2,1,4251.36,52586662.46,52590913.82,127,1442,6802.175999999046,ae -5952,SUCCESS,2,1,58.19,52590913.82,52590972.01,127,35,93.10399999618531,ghz -5953,SUCCESS,2,1,575.3,52590972.01,52591547.31,127,163,920.4799999952317,dj -5954,SUCCESS,2,1,13203.39,52591547.31,52604750.7,127,5448,21125.424000012878,qpeinexact -5956,SUCCESS,2,1,9002.38,52604750.7,52613753.08,127,4902,14403.807999992372,qftentangled -5957,SUCCESS,2,1,12606.45,52613753.08,52626359.53,127,3334,20170.32000000477,twolocalrandom -5958,SUCCESS,2,1,2387.87,52626359.53,52628747.4,127,981,3820.5919999957086,qft -5959,SUCCESS,2,1,508.44,52628747.4,52629255.84,127,131,813.5039999961854,qaoa -5961,SUCCESS,2,1,4480.68,52629255.84,52633736.52,127,1078,7169.088000011445,realamprandom -5962,SUCCESS,2,1,466.4,52633736.52,52634202.92,127,379,746.2399999856949,portfolioqaoa -5963,SUCCESS,2,1,22747.04,52634202.92,52656949.96,127,10323,36395.264000010495,twolocalrandom -5964,SUCCESS,2,1,226.93,52656949.96,52657176.89,127,77,363.08799999952316,ghz -5965,SUCCESS,2,1,2208.49,52657176.89,52659385.38,127,581,3533.583999991417,ghz -5966,SUCCESS,2,1,1131.94,52659385.38,52660517.32,127,444,1811.1040000081064,dj -5969,SUCCESS,2,1,3551.3,52660517.32,52664068.62,127,780,5682.079999995232,qpeinexact -5970,SUCCESS,2,1,3357.37,52664068.62,52667425.99,127,1627,5371.7919999957085,twolocalrandom -5973,SUCCESS,2,1,378.86,52667425.99,52667804.85,127,106,606.1760000109673,groundstate -5974,SUCCESS,2,1,297.64,52667804.85,52668102.49,127,64,476.2240000009537,graphstate -5976,SUCCESS,2,1,5471.24,52668102.49,52673573.73,127,1655,8753.983999991417,qft -5977,SUCCESS,2,1,8054.32,52673573.73,52681628.05,127,2822,12886.912000000477,qwalk-v-chain -5978,SUCCESS,2,1,30095.27,52681628.05,52711723.32,127,6276,48152.43200000525,realamprandom -5979,SUCCESS,2,1,119.42,52711723.32,52711842.74,127,32,191.07200000286105,ghz -5980,SUCCESS,2,1,27056.08,52711842.74,52738898.82,127,6796,43289.72799999714,ae -5981,SUCCESS,2,1,828.1,52738898.82,52739726.92,127,397,1324.9600000023843,groundstate -5982,SUCCESS,2,1,453.11,52739726.92,52740180.03,127,196,724.9759999990464,ghz -5983,SUCCESS,2,1,35.21,52740180.03,52740215.24,127,26,56.33600000143051,ghz -5984,SUCCESS,2,1,19903.24,52740215.24,52760118.48,127,5475,31845.18399999142,ae -5985,SUCCESS,2,1,959.42,52760118.48,52761077.9,127,623,1535.0720000028612,qft -5986,SUCCESS,2,1,877.77,52761077.9,52761955.67,127,208,1404.4319999933243,qpeinexact -5987,SUCCESS,2,1,893.34,52761955.67,52762849.01,127,313,1429.3440000057221,wstate -5988,SUCCESS,2,1,238.39,52762849.01,52763087.4,127,64,381.4240000009537,dj -5989,SUCCESS,2,1,8950.62,52763087.4,52772038.02,127,5151,14320.99200000763,qpeexact -5990,SUCCESS,2,1,48781.18,52772038.02,52820819.2,127,11246,78049.88799999953,su2random -5991,SUCCESS,2,1,5795.58,52820819.2,52826614.78,127,3168,9272.927999997139,qpeinexact -5992,SUCCESS,2,1,907.21,52826614.78,52827521.99,127,270,1451.5359999895097,graphstate -5993,SUCCESS,2,1,3982.68,52827521.99,52831504.67,127,1443,6372.288000011445,twolocalrandom -5994,SUCCESS,2,1,405.32,52831504.67,52831909.99,127,89,648.5120000004769,graphstate -5996,SUCCESS,2,1,101.89,52831909.99,52832011.88,127,84,163.0240000009537,graphstate -5997,SUCCESS,2,1,25234.5,52832011.88,52857246.38,127,6054,40375.200000000004,qft -5999,SUCCESS,2,1,63.45,52857246.38,52857309.83,127,14,101.51999999284745,ghz -6000,SUCCESS,2,1,103,52857309.83,52857412.83,127,25,164.8,graphstate -6001,SUCCESS,2,1,210.64,52857412.83,52857623.47,127,48,337.0240000009537,ghz -6002,SUCCESS,2,1,37069.42,52857623.47,52894692.89,127,21006,59311.07200000287,twolocalrandom -6003,SUCCESS,2,1,3807.94,52894692.89,52898500.83,127,1572,6092.703999996185,twolocalrandom -6004,SUCCESS,2,1,8979.41,52898500.83,52907480.24,127,7346,14367.0560000062,ae -6006,SUCCESS,2,1,13652.7,52907480.24,52921132.94,127,2852,21844.319999992847,su2random -6008,SUCCESS,2,1,1725.37,52921132.94,52922858.31,127,553,2760.5919999957086,portfolioqaoa -6010,SUCCESS,2,1,16505.28,52922858.31,52939363.59,127,6732,26408.44800001383,ae -6012,SUCCESS,2,1,14008.49,52939363.59,52953372.08,127,11015,22413.583999991417,qnn -6013,SUCCESS,2,1,44960.6,52953372.08,52998332.68,127,10966,71936.9600000024,qnn -6014,SUCCESS,2,1,2862.22,52998332.68,53001194.9,127,981,4579.5519999980925,qpeexact -6015,SUCCESS,2,1,19905.3,53001194.9,53021100.2,127,4335,31848.480000007155,twolocalrandom -6016,SUCCESS,2,1,1234.19,53021100.2,53022334.39,127,391,1974.7039999961853,portfolioqaoa -6017,SUCCESS,2,1,646.95,53022334.39,53022981.34,127,235,1035.1199999928474,dj -6018,SUCCESS,2,1,234.24,53022981.34,53023215.58,127,81,374.7840000033379,graphstate -6020,SUCCESS,2,1,255.31,53023215.58,53023470.89,127,198,408.49600000381474,qpeinexact -6022,SUCCESS,2,1,2512.05,53023470.89,53025982.94,127,729,4019.2799999952317,dj -6023,SUCCESS,2,1,10006.4,53025982.94,53035989.34,127,2360,16010.240000009537,twolocalrandom -6024,SUCCESS,2,1,396.6,53035989.34,53036385.94,127,111,634.5599999904633,dj -6025,SUCCESS,2,1,1290.31,53036385.94,53037676.25,127,387,2064.496000003815,ghz -6026,SUCCESS,2,1,21102.53,53037676.25,53058778.78,127,5775,33764.04800000191,qpeinexact -6027,SUCCESS,2,1,5707.58,53058778.78,53064486.36,127,1509,9132.12799999714,qft -6028,SUCCESS,2,1,20749.61,53064486.36,53085235.97,127,6643,33199.37599999905,qpeexact -6029,SUCCESS,2,1,13050.56,53085235.97,53098286.53,127,8266,20880.896000003817,realamprandom -6030,SUCCESS,2,1,740.95,53098286.53,53099027.48,127,200,1185.5199999928475,graphstate -6031,SUCCESS,2,1,1412.67,53099027.48,53100440.15,127,318,2260.272000002861,qpeexact -6032,SUCCESS,2,1,1089.76,53100440.15,53101529.91,127,273,1743.6159999966621,portfoliovqe -6033,SUCCESS,2,1,1304.28,53101529.91,53102834.19,127,361,2086.8480000019076,wstate -6035,SUCCESS,2,1,2347.69,53102834.19,53105181.88,127,926,3756.3039999961857,qnn -6036,SUCCESS,2,1,201090.53,53105181.88,53306272.41,127,53182,321744.8480000019,random -6040,SUCCESS,2,1,16354.62,53306272.41,53322627.03,127,8255,26167.392000007632,ae -6041,SUCCESS,2,1,237.38,53322627.03,53322864.41,127,56,379.80799999237064,graphstate -6042,SUCCESS,2,1,10246.88,53322864.41,53333111.29,127,5228,16395.00800000429,qft -6043,SUCCESS,2,1,409.4,53333111.29,53333520.69,127,182,655.0399999976158,qpeexact -6044,SUCCESS,2,1,758.57,53333520.69,53334279.26,127,266,1213.7120000004768,qft -6046,SUCCESS,2,1,4282.55,53334279.26,53338561.81,127,2398,6852.080000007153,qnn -6047,SUCCESS,2,1,11035.78,53338561.81,53349597.59,127,2404,17657.247999989988,twolocalrandom -6048,SUCCESS,2,1,1515.55,53349597.59,53351113.14,127,478,2424.880000007153,dj -6050,SUCCESS,2,1,30973.72,53351113.14,53382086.86,127,7295,49557.9519999981,twolocalrandom -6052,SUCCESS,2,1,1168.54,53382086.86,53383255.4,127,329,1869.6639999985696,portfoliovqe -6053,SUCCESS,2,1,56305.48,53383255.4,53439560.88,127,13937,90088.76800000668,su2random -6054,SUCCESS,2,1,816.54,53439560.88,53440377.42,127,484,1306.4639999985695,ghz -6055,SUCCESS,2,1,15883.57,53440377.42,53456260.99,127,4011,25413.711999988558,qpeinexact -6056,SUCCESS,2,1,6487.11,53456260.99,53462748.1,127,1628,10379.376000010969,su2random -6057,SUCCESS,2,1,84.88,53462748.1,53462832.98,127,36,135.8079999923706,graphstate -6058,SUCCESS,2,1,18989.9,53462832.98,53481822.88,127,8451,30383.839999997617,ae -6059,SUCCESS,2,1,6435.39,53481822.88,53488258.27,127,1478,10296.624000012875,ae -6060,SUCCESS,2,1,4542.26,53488258.27,53492800.53,127,1359,7267.615999996662,qpeexact -6061,SUCCESS,2,1,1713.9,53492800.53,53494514.43,127,658,2742.239999997616,su2random -6062,SUCCESS,2,1,743.56,53494514.43,53495257.99,127,398,1189.6960000038148,dj -6063,SUCCESS,2,1,4124.57,53495257.99,53499382.56,127,2398,6599.311999988557,qftentangled -6064,SUCCESS,2,1,9721.01,53499382.56,53509103.57,127,6322,15553.616000008584,qpeexact -6065,SUCCESS,2,1,2128.96,53509103.57,53511232.53,127,659,3406.336000001431,twolocalrandom -6066,SUCCESS,2,1,837.08,53511232.53,53512069.61,127,248,1339.3279999971392,su2random -6067,SUCCESS,2,1,120.11,53512069.61,53512189.72,127,82,192.17599999904633,graphstate -6068,SUCCESS,2,1,13052.9,53512189.72,53525242.62,127,2749,20884.639999997617,qpeexact -6069,SUCCESS,2,1,4541.5,53525242.62,53529784.12,127,1108,7266.400000000001,wstate -6070,SUCCESS,2,1,8376.82,53529784.12,53538160.94,127,5386,13402.912000000477,ae -6071,SUCCESS,2,1,161.67,53538160.94,53538322.61,127,44,258.672000002861,graphstate -6072,SUCCESS,2,1,28316.21,53538322.61,53566638.82,127,7254,45305.936000001435,qft -6073,SUCCESS,2,1,6432.63,53566638.82,53573071.45,127,1706,10292.207999992372,qnn -6075,SUCCESS,2,1,968.52,53573071.45,53574039.97,127,207,1549.6320000052453,dj -6076,SUCCESS,2,1,128.71,53574039.97,53574168.68,127,28,205.93600000143053,graphstate -6078,SUCCESS,2,1,2971.92,53574168.68,53577140.6,127,1972,4755.072000002861,qpeinexact -6079,SUCCESS,2,1,66008.29,53577140.6,53643148.89,127,26206,105613.26399999857,random -6080,SUCCESS,2,1,534.08,53643148.89,53643682.97,127,217,854.527999997139,graphstate -6081,SUCCESS,2,1,4205.12,53643682.97,53647888.09,127,1410,6728.19200000763,qft -6083,SUCCESS,2,1,728.09,53647888.09,53648616.18,127,479,1164.943999993801,qnn -6084,SUCCESS,2,1,1046.72,53648616.18,53649662.9,127,631,1674.7519999980927,qftentangled -6086,SUCCESS,2,1,122.8,53649662.9,53649785.7,127,33,196.48000000715257,ghz -6090,SUCCESS,2,1,1261.41,53649785.7,53651047.11,127,265,2018.255999994278,graphstate -6091,SUCCESS,2,1,2708.44,53651047.11,53653755.55,127,1004,4333.5039999961855,wstate -6092,SUCCESS,2,1,160.38,53653755.55,53653915.93,127,53,256.60800000429157,wstate -6093,SUCCESS,2,1,10218.16,53653915.93,53664134.09,127,4705,16349.055999994278,qpeexact -6094,SUCCESS,2,1,862.04,53664134.09,53664996.13,127,572,1379.2640000104905,dj -6095,SUCCESS,2,1,4305.73,53664996.13,53669301.86,127,1327,6889.1679999947555,qpeexact -6096,SUCCESS,2,1,62456.5,53669301.86,53731758.36,127,24109,99930.40000000001,random -6097,SUCCESS,2,1,9204.31,53731758.36,53740962.67,127,2222,14726.896000003815,qnn -6098,SUCCESS,2,1,1468.76,53740962.67,53742431.43,127,920,2350.0159999966622,twolocalrandom -6099,SUCCESS,2,1,1883.33,53742431.43,53744314.76,127,462,3013.327999997139,su2random -6100,SUCCESS,2,1,323.41,53744314.76,53744638.17,127,173,517.4560000061989,dj -6103,SUCCESS,2,1,20642.55,53744638.17,53765280.72,127,4459,33028.079999995236,ae -6104,SUCCESS,2,1,677.05,53765280.72,53765957.77,127,238,1083.2799999952317,su2random -6106,SUCCESS,2,1,35974.44,53765957.77,53801932.21,127,10828,57559.10400000811,realamprandom -6107,SUCCESS,2,1,1322.17,53801932.21,53803254.38,127,357,2115.4719999909403,wstate -6108,SUCCESS,2,1,3663.72,53803254.38,53806918.1,127,1072,5861.952000010014,wstate -6109,SUCCESS,2,1,14523.34,53806918.1,53821441.44,127,10944,23237.343999993802,random -6111,SUCCESS,2,1,6199.73,53821441.44,53827641.17,127,1354,9919.568000006677,qftentangled -6112,SUCCESS,2,1,41019.08,53827641.17,53868660.25,127,9330,65630.52799999714,random -6114,SUCCESS,2,1,42220.93,53868660.25,53910881.18,127,13165,67553.48799999953,random -6115,SUCCESS,2,1,1609.2,53910881.18,53912490.38,127,687,2574.7200000047687,ae -6116,SUCCESS,2,1,1512.19,53912490.38,53914002.57,127,527,2419.5039999961855,dj -6117,SUCCESS,2,1,2815.99,53914002.57,53916818.56,127,844,4505.583999991417,ae -6118,SUCCESS,2,1,2183.93,53916818.56,53919002.49,127,724,3494.2879999995234,dj -6121,SUCCESS,2,1,165.82,53919002.49,53919168.31,127,87,265.31200000047687,ghz -6122,SUCCESS,2,1,5622.23,53919168.31,53924790.54,127,1339,8995.568000006677,wstate -6123,SUCCESS,2,1,460.8,53924790.54,53925251.34,127,256,737.2800000071526,dj -6126,SUCCESS,2,1,4552.48,53925251.34,53929803.82,127,1382,7283.967999994755,qpeexact -6129,SUCCESS,2,1,1889.79,53929803.82,53931693.61,127,1555,3023.6639999985696,twolocalrandom -6132,SUCCESS,2,1,277.12,53931693.61,53931970.73,127,81,443.3919999957085,ghz -6133,SUCCESS,2,1,7545.75,53931970.73,53939516.48,127,2071,12073.2,realamprandom -6134,SUCCESS,2,1,12183.21,53939516.48,53951699.69,127,4196,19493.136000001432,qpeexact -6135,SUCCESS,2,1,2484.17,53951699.69,53954183.86,127,1420,3974.6720000028613,qpeinexact -6137,SUCCESS,2,1,11187.1,53954183.86,53965370.96,127,3129,17899.360000002383,twolocalrandom -6138,SUCCESS,2,1,336.46,53965370.96,53965707.42,127,72,538.3359999895096,graphstate -6139,SUCCESS,2,1,43048.3,53965707.42,54008755.72,127,12948,68877.28000000716,su2random -6140,SUCCESS,2,1,587.33,54008755.72,54009343.05,127,124,939.727999997139,graphstate -6142,SUCCESS,2,1,5693.07,54009343.05,54015036.12,127,1182,9108.912000000477,ae -6143,SUCCESS,2,1,1260.84,54015036.12,54016296.96,127,277,2017.3440000057221,graphstate -6144,SUCCESS,2,1,1579.24,54016296.96,54017876.2,127,471,2526.784000003338,ae -6145,SUCCESS,2,1,11391.17,54017876.2,54029267.37,127,4533,18225.87199999094,qpeinexact -6146,SUCCESS,2,1,195.06,54029267.37,54029462.43,127,50,312.0960000038147,graphstate -6147,SUCCESS,2,1,20183.09,54029462.43,54049645.52,127,6876,32292.943999993804,qpeexact -6148,SUCCESS,2,1,14380.49,54049645.52,54064026.01,127,2993,23008.78400000334,qpeinexact -6149,SUCCESS,2,1,3244.24,54064026.01,54067270.25,127,1149,5190.784000003338,realamprandom -6150,SUCCESS,2,1,10097.05,54067270.25,54077367.3,127,5019,16155.279999995233,ae -6151,SUCCESS,2,1,589.47,54077367.3,54077956.77,127,182,943.1520000100136,graphstate -6153,SUCCESS,2,1,541.98,54077956.77,54078498.75,127,220,867.1679999947548,dj -6154,SUCCESS,2,1,24822.45,54078498.75,54103321.2,127,15223,39715.92000000477,su2random -6155,SUCCESS,2,1,2833.67,54103321.2,54106154.87,127,849,4533.87199999094,dj -6156,SUCCESS,2,1,37621.65,54106154.87,54143776.52,127,8571,60194.64000000954,random -6158,SUCCESS,2,1,25648.24,54143776.52,54169424.76,127,5590,41037.18399999142,qnn -6159,SUCCESS,2,1,39503.23,54169424.76,54208927.99,127,8505,63205.16799999476,qpeinexact -6160,SUCCESS,2,1,1294.4,54208927.99,54210222.39,127,296,2071.040000009537,su2random -6161,SUCCESS,2,1,8329.05,54210222.39,54218551.44,127,4309,13326.479999995232,qnn -6162,SUCCESS,2,1,20357.79,54218551.44,54238909.23,127,5416,32572.46399999857,ae -6163,SUCCESS,2,1,199.17,54238909.23,54239108.4,127,110,318.67200000286107,graphstate -6164,SUCCESS,2,1,255.27,54239108.4,54239363.67,127,61,408.43200000524524,wstate -6165,SUCCESS,2,1,318.71,54239363.67,54239682.38,127,126,509.93600000143056,graphstate -6166,SUCCESS,2,1,19269.49,54239682.38,54258951.87,127,5526,30831.18399999142,qft -6167,SUCCESS,2,1,1019.26,54258951.87,54259971.13,127,276,1630.8159999966622,ghz -6170,SUCCESS,2,1,14567.08,54259971.13,54274538.21,127,3261,23307.32800000906,qft -6171,SUCCESS,2,1,5239.13,54274538.21,54279777.34,127,1932,8382.608000004291,realamprandom -6172,SUCCESS,2,1,423.34,54279777.34,54280200.68,127,141,677.3439999938012,wstate -6173,SUCCESS,2,1,1086.98,54280200.68,54281287.66,127,411,1739.1679999947548,portfolioqaoa -6174,SUCCESS,2,1,32523.22,54281287.66,54313810.88,127,6799,52037.15200001001,qpeexact -6175,SUCCESS,2,1,95.77,54313810.88,54313906.65,127,23,153.23199999332428,ghz -6176,SUCCESS,2,1,34160.82,54313906.65,54348067.47,127,7396,54657.31200000048,twolocalrandom -6177,SUCCESS,2,1,132.95,54348067.47,54348200.42,127,36,212.7200000047684,dj -6179,SUCCESS,2,1,71427.95,54348200.42,54419628.37,127,37687,114284.71999999286,random -6180,SUCCESS,2,1,604.98,54419628.37,54420233.35,127,305,967.9680000066758,wstate -6181,SUCCESS,2,1,1664.01,54420233.35,54421897.36,127,404,2662.4159999966623,qpeinexact -6182,SUCCESS,2,1,6612.13,54421897.36,54428509.49,127,2137,10579.408000004292,qft -6183,SUCCESS,2,1,680.36,54428509.49,54429189.85,127,209,1088.5759999990464,wstate -6184,SUCCESS,2,1,12586.36,54429189.85,54441776.21,127,4976,20138.175999999046,ae -6185,SUCCESS,2,1,55603.34,54441776.21,54497379.55,127,11754,88965.34399999381,realamprandom -6186,SUCCESS,2,1,2876.98,54497379.55,54500256.53,127,1447,4603.168000006676,qpeinexact -6188,SUCCESS,2,1,171.21,54500256.53,54500427.74,127,80,273.9359999895096,graphstate -6189,SUCCESS,2,1,1569.21,54500427.74,54501996.95,127,793,2510.7360000133517,su2random -6191,SUCCESS,2,1,42970.52,54501996.95,54544967.47,127,10916,68752.83199999333,twolocalrandom -6194,SUCCESS,2,1,226.85,54544967.47,54545194.32,127,103,362.9600000023842,graphstate -6196,SUCCESS,2,1,9086.56,54545194.32,54554280.88,127,3332,14538.496000003815,random -6197,SUCCESS,2,1,381.93,54554280.88,54554662.81,127,308,611.0879999876023,ghz -6198,SUCCESS,2,1,2519.98,54554662.81,54557182.79,127,773,4031.968000006676,qpeinexact -6199,SUCCESS,2,1,4507.3,54557182.79,54561690.09,127,1597,7211.680000007153,random -6201,SUCCESS,2,1,4277.65,54561690.09,54565967.74,127,1427,6844.239999985695,qpeinexact -6202,SUCCESS,2,1,7302.24,54565967.74,54573269.98,127,2244,11683.584000003339,qft -6203,SUCCESS,2,1,2645.49,54573269.98,54575915.47,127,968,4232.784000003338,qnn -6204,SUCCESS,2,1,1040.09,54575915.47,54576955.56,127,495,1664.1439999938011,random -6206,SUCCESS,2,1,17085.41,54576955.56,54594040.97,127,5258,27336.6560000062,qft -6207,SUCCESS,2,1,14086.99,54594040.97,54608127.96,127,7355,22539.18400000334,qpeinexact -6209,SUCCESS,2,1,4145.24,54608127.96,54612273.2,127,1838,6632.383999991417,qpeinexact -6210,SUCCESS,2,1,1222.72,54612273.2,54613495.92,127,987,1956.3520000100136,wstate -6211,SUCCESS,2,1,30371.04,54613495.92,54643866.96,127,14422,48593.66399999857,twolocalrandom -6212,SUCCESS,2,1,379.88,54643866.96,54644246.84,127,143,607.8080000042916,dj -6213,SUCCESS,2,1,18740.81,54644246.84,54662987.65,127,5476,29985.295999991897,qpeexact -6214,SUCCESS,2,1,3499.58,54662987.65,54666487.23,127,1043,5599.327999997139,qnn -6215,SUCCESS,2,1,1786.32,54666487.23,54668273.55,127,398,2858.112000000477,dj -6217,SUCCESS,2,1,4958.83,54668273.55,54673232.38,127,1405,7934.127999997139,realamprandom -6218,SUCCESS,2,1,12648.68,54673232.38,54685881.06,127,7106,20237.888000011444,twolocalrandom -6219,SUCCESS,2,1,65431.72,54685881.06,54751312.78,127,14188,104690.7519999981,twolocalrandom -6220,SUCCESS,2,1,20907.5,54751312.78,54772220.28,127,5910,33452.0,qwalk-v-chain -6221,SUCCESS,2,1,1772.37,54772220.28,54773992.65,127,855,2835.7919999957085,twolocalrandom -6222,SUCCESS,2,1,9323.58,54773992.65,54783316.23,127,2956,14917.72799999714,qftentangled -6223,SUCCESS,2,1,85.77,54783316.23,54783402,127,27,137.23200000524523,graphstate -6224,SUCCESS,2,1,902.33,54783402,54784304.33,127,448,1443.727999997139,graphstate -6225,SUCCESS,2,1,1657.3,54784304.33,54785961.63,127,352,2651.6800000071526,graphstate -6226,SUCCESS,2,1,1559.59,54785961.63,54787521.22,127,741,2495.3439999938014,dj -6227,SUCCESS,2,1,1557.14,54787521.22,54789078.36,127,447,2491.424000000954,graphstate -6228,SUCCESS,2,1,22425.19,54789078.36,54811503.55,127,7371,35880.303999996184,realamprandom -6230,SUCCESS,2,1,758.58,54811503.55,54812262.13,127,269,1213.72800000906,dj -6231,SUCCESS,2,1,783.03,54812262.13,54813045.16,127,565,1252.8479999899864,dj -6233,SUCCESS,2,1,2557.83,54813045.16,54815602.99,127,649,4092.527999997139,twolocalrandom -6236,SUCCESS,2,1,10553.75,54815602.99,54826156.74,127,2923,16886.00000001192,qpeexact -6238,SUCCESS,2,1,27355.37,54826156.74,54853512.11,127,7491,43768.59199999571,qpeexact -6239,SUCCESS,2,1,1304.5,54853512.11,54854816.61,127,564,2087.2000000000003,qft -6242,SUCCESS,2,1,2853.6,54854816.61,54857670.21,127,696,4565.760000002384,wstate -6243,SUCCESS,2,1,2619.39,54857670.21,54860289.6,127,1073,4191.0240000009535,ghz -6244,SUCCESS,2,1,8853.61,54860289.6,54869143.21,127,2681,14165.775999999047,qpeinexact -6245,SUCCESS,2,1,1413.64,54869143.21,54870556.85,127,301,2261.8240000009537,ghz -6247,SUCCESS,2,1,10567.08,54870556.85,54881123.93,127,5356,16907.32799999714,su2random -6249,SUCCESS,2,1,7609.6,54881123.93,54888733.53,127,1972,12175.360000002385,qpeexact -6252,SUCCESS,2,1,7429.92,54888733.53,54896163.45,127,1781,11887.87199999094,qft -6253,SUCCESS,2,1,1420.72,54896163.45,54897584.17,127,602,2273.1520000100136,dj -6254,SUCCESS,2,1,2615.85,54897584.17,54900200.02,127,653,4185.359999990464,qpeexact -6255,SUCCESS,2,1,2911.45,54900200.02,54903111.47,127,930,4658.320000004768,wstate -6256,SUCCESS,2,1,668.16,54903111.47,54903779.63,127,144,1069.056000006199,dj -6258,SUCCESS,2,1,21628.31,54903779.63,54925407.94,127,6283,34605.2959999919,qnn -6259,SUCCESS,2,1,2933.71,54925407.94,54928341.65,127,1882,4693.93600000143,random -6260,SUCCESS,2,1,15771.88,54928341.65,54944113.53,127,5542,25235.008000004294,realamprandom -6263,SUCCESS,2,1,232.25,54944113.53,54944345.78,127,124,371.6,qpeexact -6264,SUCCESS,2,1,769.87,54944345.78,54945115.65,127,423,1231.7919999957085,dj -6265,SUCCESS,2,1,33.71,54945115.65,54945149.36,127,15,53.936000001430514,ghz -6267,SUCCESS,2,1,715.68,54945149.36,54945865.04,127,286,1145.0879999995232,dj -6268,SUCCESS,2,1,1007.73,54945865.04,54946872.77,127,826,1612.3679999947549,qftentangled -6269,SUCCESS,2,1,116.66,54946872.77,54946989.43,127,40,186.6560000061989,graphstate -6270,SUCCESS,2,1,1187.41,54946989.43,54948176.84,127,446,1899.8560000061989,ghz -6271,SUCCESS,2,1,3534.16,54948176.84,54951711,127,851,5654.655999994278,wstate -6274,SUCCESS,2,1,13719.92,54951711,54965430.92,127,4494,21951.872000002862,ae -6276,SUCCESS,2,1,1435.94,54965430.92,54966866.86,127,326,2297.5039999961855,groundstate -6277,SUCCESS,2,1,3646.7,54966866.86,54970513.56,127,1023,5834.719999992848,qft -6280,SUCCESS,2,1,1525.49,54970513.56,54972039.05,127,369,2440.784000003338,qft -6281,SUCCESS,2,1,2040.36,54972039.05,54974079.41,127,492,3264.5759999990464,qpeinexact -6282,SUCCESS,2,1,265.56,54974079.41,54974344.97,127,88,424.8960000038147,ghz -6283,SUCCESS,2,1,1298.23,54974344.97,54975643.2,127,592,2077.167999994755,qpeexact -6287,SUCCESS,2,1,15406.49,54975643.2,54991049.69,127,3494,24650.384000003338,ae -6288,SUCCESS,2,1,2039.44,54991049.69,54993089.13,127,1258,3263.1040000081066,qpeinexact -6289,SUCCESS,2,1,694.27,54993089.13,54993783.4,127,171,1110.8319999933244,dj -6291,SUCCESS,2,1,104.85,54993783.4,54993888.25,127,61,167.7600000023842,graphstate -6292,SUCCESS,2,1,536.81,54993888.25,54994425.06,127,122,858.8959999918939,ghz -6293,SUCCESS,2,1,25624.06,54994425.06,55020049.12,127,6525,40998.49600000382,qft -6294,SUCCESS,2,1,15899.4,55020049.12,55035948.52,127,5174,25439.04000000954,qpeinexact -6296,SUCCESS,2,1,23935.89,55035948.52,55059884.41,127,7337,38297.423999989034,random -6297,SUCCESS,2,1,394.43,55059884.41,55060278.84,127,311,631.0879999995232,graphstate -6299,SUCCESS,2,1,457.74,55060278.84,55060736.58,127,197,732.3840000033379,wstate -6300,SUCCESS,2,1,766.54,55060736.58,55061503.12,127,491,1226.4639999985695,groundstate -6301,SUCCESS,2,1,135.87,55061503.12,55061638.99,127,96,217.3920000076294,graphstate -6302,SUCCESS,2,1,6502.43,55061638.99,55068141.42,127,5284,10403.887999999524,qpeinexact -6303,SUCCESS,2,1,2149.31,55068141.42,55070290.73,127,1184,3438.895999991894,qpeinexact -6304,SUCCESS,2,1,632.38,55070290.73,55070923.11,127,252,1011.8080000042916,dj -6306,SUCCESS,2,1,4482.92,55070923.11,55075406.03,127,962,7172.672000002862,qftentangled -6309,SUCCESS,2,1,14220.9,55075406.03,55089626.93,127,4954,22753.439999997616,su2random -6310,SUCCESS,2,1,791.34,55089626.93,55090418.27,127,241,1266.1439999938011,wstate -6311,SUCCESS,2,1,5138.08,55090418.27,55095556.35,127,3035,8220.92800000906,qnn -6312,SUCCESS,2,1,2232.05,55095556.35,55097788.4,127,594,3571.2799999952317,qnn -6313,SUCCESS,2,1,291.01,55097788.4,55098079.41,127,123,465.61599999666214,dj -6314,SUCCESS,2,1,3962.43,55098079.41,55102041.84,127,2506,6339.888000011444,qft -6315,SUCCESS,2,1,1683.65,55102041.84,55103725.49,127,822,2693.839999997616,ae -6316,SUCCESS,2,1,36122.06,55103725.49,55139847.55,127,9625,57795.2959999919,su2random -6317,SUCCESS,2,1,461.5,55139847.55,55140309.05,127,337,738.4000000000001,qftentangled -6318,SUCCESS,2,1,25917.24,55140309.05,55166226.29,127,7450,41467.58400000334,su2random -6320,SUCCESS,2,1,10210.15,55166226.29,55176436.44,127,6982,16336.239999997617,qpeinexact -6321,SUCCESS,2,1,2334.8,55176436.44,55178771.24,127,591,3735.6800000071526,twolocalrandom -6323,SUCCESS,2,1,2962.98,55178771.24,55181734.22,127,1018,4740.767999994755,ae -6324,SUCCESS,2,1,139.26,55181734.22,55181873.48,127,89,222.81599999666216,ghz -6326,SUCCESS,2,1,13908.77,55181873.48,55195782.25,127,4242,22254.032000005245,su2random -6327,SUCCESS,2,1,9789.71,55195782.25,55205571.96,127,5596,15663.536000001432,random -6328,SUCCESS,2,1,152.6,55205571.96,55205724.56,127,108,244.1600000023842,graphstate -6329,SUCCESS,2,1,29543.5,55205724.56,55235268.06,127,9775,47269.600000000006,twolocalrandom -6330,SUCCESS,2,1,5317.17,55235268.06,55240585.23,127,1288,8507.471999990941,qft -6331,SUCCESS,2,1,16342.1,55240585.23,55256927.33,127,3903,26147.360000002387,qpeinexact -6332,SUCCESS,2,1,8156.4,55256927.33,55265083.73,127,5201,13050.239999997617,qpeinexact -6333,SUCCESS,2,1,13509.67,55265083.73,55278593.4,127,2902,21615.47200000286,ae -6335,SUCCESS,2,1,722.76,55278593.4,55279316.16,127,164,1156.415999996662,graphstate -6336,SUCCESS,2,1,3110.57,55279316.16,55282426.73,127,976,4976.912000000477,portfoliovqe -6337,SUCCESS,2,1,115.36,55282426.73,55282542.09,127,50,184.57599999904633,graphstate -6338,SUCCESS,2,1,9136.18,55282542.09,55291678.27,127,5804,14617.888000011444,qftentangled -6339,SUCCESS,2,1,6730.13,55291678.27,55298408.4,127,1517,10768.207999992372,qpeexact -6340,SUCCESS,2,1,49140,55298408.4,55347548.4,127,10293,78624.0,qpeexact -6342,SUCCESS,2,1,781.16,55347548.4,55348329.56,127,261,1249.8560000061989,wstate -6343,SUCCESS,2,1,5698.61,55348329.56,55354028.17,127,3107,9117.775999987125,qftentangled -6344,SUCCESS,2,1,4640.45,55354028.17,55358668.62,127,972,7424.720000004769,wstate -6345,SUCCESS,2,1,17931.75,55358668.62,55376600.37,127,12049,28690.800000000003,twolocalrandom -6348,SUCCESS,2,1,40733.15,55376600.37,55417333.52,127,11030,65173.03999999762,ae -6349,SUCCESS,2,1,343.24,55417333.52,55417676.76,127,91,549.1840000033379,dj -6350,SUCCESS,2,1,3569.31,55417676.76,55421246.07,127,939,5710.896000003815,su2random -6352,SUCCESS,2,1,28293.93,55421246.07,55449540,127,6427,45270.28799999953,qft -6353,SUCCESS,2,1,365.36,55449540,55449905.36,127,183,584.5759999990463,twolocalrandom -6354,SUCCESS,2,1,1544.38,55449905.36,55451449.74,127,556,2471.007999992371,qft -6355,SUCCESS,2,1,316.04,55451449.74,55451765.78,127,82,505.66400001049044,graphstate -6356,SUCCESS,2,1,975.45,55451765.78,55452741.23,127,212,1560.7199999928475,graphstate -6358,SUCCESS,2,1,203.9,55452741.23,55452945.13,127,63,326.24000000953674,graphstate -6362,SUCCESS,2,1,11997.22,55452945.13,55464942.35,127,5370,19195.551999998093,twolocalrandom -6363,SUCCESS,2,1,1052.43,55464942.35,55465994.78,127,283,1683.8879999995233,realamprandom -6364,SUCCESS,2,1,18707.56,55465994.78,55484702.34,127,6525,29932.096000003818,qwalk-noancilla -6365,SUCCESS,2,1,7573.53,55484702.34,55492275.87,127,2309,12117.647999989988,twolocalrandom -6366,SUCCESS,2,1,39373.91,55492275.87,55531649.78,127,8409,62998.2560000062,twolocalrandom -6367,SUCCESS,2,1,1371.74,55531649.78,55533021.52,127,563,2194.783999991417,ghz -6368,SUCCESS,2,1,3758.71,55533021.52,55536780.23,127,932,6013.936000001431,qftentangled -6369,SUCCESS,2,1,56.43,55536780.23,55536836.66,127,21,90.28799999952317,ghz -6370,SUCCESS,2,1,680.7,55536836.66,55537517.36,127,168,1089.1200000047684,dj -6373,SUCCESS,2,1,20403.83,55537517.36,55557921.19,127,8650,32646.12799999714,qftentangled -6374,SUCCESS,2,1,8342.13,55557921.19,55566263.32,127,3464,13347.408000004292,random -6376,SUCCESS,2,1,1186.63,55566263.32,55567449.95,127,361,1898.6080000042916,twolocalrandom -6377,SUCCESS,2,1,1826.96,55567449.95,55569276.91,127,414,2923.13599998951,qftentangled -6378,SUCCESS,2,1,500.76,55569276.91,55569777.67,127,159,801.2160000085831,qpeexact -6381,SUCCESS,2,1,4184.77,55569777.67,55573962.44,127,1462,6695.631999993325,wstate -6382,SUCCESS,2,1,69.93,55573962.44,55574032.37,127,49,111.88799999952317,wstate -6383,SUCCESS,2,1,8602.71,55574032.37,55582635.08,127,3282,13764.33600000143,qnn -6384,SUCCESS,2,1,5060.26,55582635.08,55587695.34,127,1078,8096.416000008583,twolocalrandom -6385,SUCCESS,2,1,1353.85,55587695.34,55589049.19,127,862,2166.1599999904633,ghz -6387,SUCCESS,2,1,1361.2,55589049.19,55590410.39,127,899,2177.9200000047686,qnn -6389,SUCCESS,2,1,33046.12,55590410.39,55623456.51,127,7294,52873.79199999571,qftentangled -6390,SUCCESS,2,1,197.75,55623456.51,55623654.26,127,55,316.40000000000003,graphstate -6391,SUCCESS,2,1,3027.54,55623654.26,55626681.8,127,1753,4844.06399999857,qpeexact -6392,SUCCESS,2,1,149.52,55626681.8,55626831.32,127,34,239.23200000524523,ghz -6393,SUCCESS,2,1,9293.67,55626831.32,55636124.99,127,2131,14869.872000002862,su2random -6395,SUCCESS,2,1,30541.84,55636124.99,55666666.83,127,9406,48866.943999993804,twolocalrandom -6396,SUCCESS,2,1,12740.47,55666666.83,55679407.3,127,2934,20384.751999998094,qnn -6398,SUCCESS,2,1,21899.6,55679407.3,55701306.9,127,5248,35039.36000000239,qnn -6399,SUCCESS,2,1,4094.92,55701306.9,55705401.82,127,3208,6551.872000002862,ae -6400,SUCCESS,2,1,3631.2,55705401.82,55709033.02,127,867,5809.920000004769,qnn -6401,SUCCESS,2,1,4184.4,55709033.02,55713217.42,127,1184,6695.039999997616,qpeexact -6402,SUCCESS,2,1,2705.19,55713217.42,55715922.61,127,1096,4328.303999996186,qftentangled -6404,SUCCESS,2,1,1147.11,55715922.61,55717069.72,127,842,1835.3759999990464,ghz -6405,SUCCESS,2,1,925.14,55717069.72,55717994.86,127,401,1480.2240000009538,portfoliovqe -6406,SUCCESS,2,1,924.13,55717994.86,55718918.99,127,306,1478.6079999923707,graphstate -6407,SUCCESS,2,1,34153.84,55718918.99,55753072.83,127,16898,54646.14400000573,su2random -6409,SUCCESS,2,1,2777.31,55753072.83,55755850.14,127,1210,4443.696000003815,ae -6410,SUCCESS,2,1,6518.62,55755850.14,55762368.76,127,4415,10429.791999995708,qftentangled -6411,SUCCESS,2,1,38616.57,55762368.76,55800985.33,127,8151,61786.51200000048,random -6412,SUCCESS,2,1,2791.8,55800985.33,55803777.13,127,1301,4466.879999995232,wstate -6413,SUCCESS,2,1,192.59,55803777.13,55803969.72,127,141,308.1440000057221,wstate -6414,SUCCESS,2,1,2614.48,55803969.72,55806584.2,127,672,4183.168000006676,qft -6415,SUCCESS,2,1,185.13,55806584.2,55806769.33,127,56,296.2079999923706,ghz -6419,SUCCESS,2,1,3144.4,55806769.33,55809913.73,127,845,5031.039999997616,portfoliovqe -6420,SUCCESS,2,1,65486.4,55809913.73,55875400.13,127,19490,104778.24000000954,qwalk-noancilla -6421,SUCCESS,2,1,41615.85,55875400.13,55917015.98,127,8687,66585.35999999047,su2random -6422,SUCCESS,2,1,179.21,55917015.98,55917195.19,127,44,286.7360000014305,graphstate -6423,SUCCESS,2,1,1170.88,55917195.19,55918366.07,127,297,1873.4080000042916,su2random -6425,SUCCESS,2,1,11952.14,55918366.07,55930318.21,127,9694,19123.424000000956,realamprandom -6426,SUCCESS,2,1,2969.82,55930318.21,55933288.03,127,730,4751.712000000477,dj -6427,SUCCESS,2,1,97.92,55933288.03,55933385.95,127,70,156.67200000286104,ghz -6428,SUCCESS,2,1,49439.03,55933385.95,55982824.98,127,14556,79102.44799998999,realamprandom -6430,SUCCESS,2,1,41273.49,55982824.98,56024098.47,127,14551,66037.58400000333,realamprandom -6431,SUCCESS,2,1,4907.73,56024098.47,56029006.2,127,1453,7852.367999994755,qpeinexact -6432,SUCCESS,2,1,15593.08,56029006.2,56044599.28,127,4797,24948.928000009062,twolocalrandom -6433,SUCCESS,2,1,5230.07,56044599.28,56049829.35,127,1899,8368.112000000478,qftentangled -6434,SUCCESS,2,1,10165.36,56049829.35,56059994.71,127,5959,16264.575999999048,qftentangled -6435,SUCCESS,2,1,1165.15,56059994.71,56061159.86,127,485,1864.239999997616,pricingcall -6436,SUCCESS,2,1,30468.24,56061159.86,56091628.1,127,7694,48749.18400000334,random -6437,SUCCESS,2,1,1596.37,56091628.1,56093224.47,127,349,2554.1919999957086,wstate -6439,SUCCESS,2,1,136.54,56093224.47,56093361.01,127,113,218.4639999985695,graphstate -6440,SUCCESS,2,1,5250.07,56093361.01,56098611.08,127,1667,8400.112000000478,random -6441,SUCCESS,2,1,20888.77,56098611.08,56119499.85,127,4659,33422.032000005245,qft -6442,SUCCESS,2,1,24610.96,56119499.85,56144110.81,127,10964,39377.53600000143,qpeinexact -6443,SUCCESS,2,1,814.91,56144110.81,56144925.72,127,548,1303.8559999942781,twolocalrandom -6444,SUCCESS,2,1,12946.73,56144925.72,56157872.45,127,4159,20714.767999994758,qnn -6445,SUCCESS,2,1,10626.53,56157872.45,56168498.98,127,4901,17002.448000001907,qft -6446,SUCCESS,2,1,350.34,56168498.98,56168849.32,127,109,560.5440000057221,graphstate -6447,SUCCESS,2,1,37581.91,56168849.32,56206431.23,127,7911,60131.05599999428,twolocalrandom -6448,SUCCESS,2,1,298.03,56206431.23,56206729.26,127,63,476.8480000019074,ghz -6449,SUCCESS,2,1,14592.53,56206729.26,56221321.79,127,10432,23348.04800000191,su2random -6450,SUCCESS,2,1,18909.63,56221321.79,56240231.42,127,5443,30255.40799999237,qpeinexact -6453,SUCCESS,2,1,53.66,56240231.42,56240285.08,127,27,85.85600000619888,vqe -6454,SUCCESS,2,1,4936.51,56240285.08,56245221.59,127,1058,7898.415999996662,twolocalrandom -6455,SUCCESS,2,1,86.17,56245221.59,56245307.76,127,26,137.87200000286103,routing -6456,SUCCESS,2,1,18486.42,56245307.76,56263794.18,127,7733,29578.272000002864,qft -6457,SUCCESS,2,1,8869.86,56263794.18,56272664.04,127,4021,14191.775999999047,qftentangled -6458,SUCCESS,2,1,716.58,56272664.04,56273380.62,127,237,1146.527999997139,twolocalrandom -6459,SUCCESS,2,1,1231.94,56273380.62,56274612.56,127,483,1971.1039999961854,dj -6461,SUCCESS,2,1,5614.77,56274612.56,56280227.33,127,1211,8983.632000005246,twolocalrandom -6462,SUCCESS,2,1,199.84,56280227.33,56280427.17,127,114,319.74400000572206,vqe -6463,SUCCESS,2,1,3359.66,56280427.17,56283786.83,127,1223,5375.4559999942785,qwalk-v-chain -6464,SUCCESS,2,1,1271.45,56283786.83,56285058.28,127,339,2034.3200000047684,qft -6465,SUCCESS,2,1,3193.96,56285058.28,56288252.24,127,671,5110.336000001431,pricingcall -6466,SUCCESS,2,1,30132.19,56288252.24,56318384.43,127,6276,48211.50399999619,su2random -6467,SUCCESS,2,1,760.19,56318384.43,56319144.62,127,410,1216.3039999961854,dj -6468,SUCCESS,2,1,1391.06,56319144.62,56320535.68,127,711,2225.696000003815,qpeexact -6469,SUCCESS,2,1,42452.62,56320535.68,56362988.3,127,9597,67924.19199999572,realamprandom -6471,SUCCESS,2,1,3908.4,56362988.3,56366896.7,127,856,6253.4400000095375,ghz -6472,SUCCESS,2,1,1867.47,56366896.7,56368764.17,127,1276,2987.951999986172,qpeinexact -6473,SUCCESS,2,1,1657.13,56368764.17,56370421.3,127,381,2651.408000004292,wstate -6474,SUCCESS,2,1,38753.75,56370421.3,56409175.05,127,10211,62006.0,qpeexact -6475,SUCCESS,2,1,704.66,56409175.05,56409879.71,127,157,1127.456000006199,wstate -6476,SUCCESS,2,1,10521.88,56409879.71,56420401.59,127,4191,16835.00800000429,qnn -6477,SUCCESS,2,1,2508.09,56420401.59,56422909.68,127,636,4012.9439999938013,wstate -6479,SUCCESS,2,1,816.39,56422909.68,56423726.07,127,231,1306.2240000009538,qpeinexact -6481,SUCCESS,2,1,855.85,56423726.07,56424581.92,127,295,1369.3600000023844,ghz -6482,SUCCESS,2,1,37212.75,56424581.92,56461794.67,127,8593,59540.4,ae -6483,SUCCESS,2,1,15980.41,56461794.67,56477775.08,127,5865,25568.65599999428,random -6484,SUCCESS,2,1,13357.07,56477775.08,56491132.15,127,6147,21371.31200000048,ae -6486,SUCCESS,2,1,3481.54,56491132.15,56494613.69,127,1034,5570.46399999857,wstate -6487,SUCCESS,2,1,909.86,56494613.69,56495523.55,127,318,1455.7759999990465,portfoliovqe -6488,SUCCESS,2,1,916.73,56495523.55,56496440.28,127,195,1466.7680000066757,graphstate -6490,SUCCESS,2,1,103.21,56496440.28,56496543.49,127,85,165.1359999895096,ghz -6492,SUCCESS,2,1,23568.15,56496543.49,56520111.64,127,5335,37709.04000000954,ae -6494,SUCCESS,2,1,402.91,56520111.64,56520514.55,127,84,644.655999994278,ghz -6495,SUCCESS,2,1,49013.15,56520514.55,56569527.7,127,19886,78421.03999999762,random -6496,SUCCESS,2,1,282.93,56569527.7,56569810.63,127,92,452.6880000114441,ghz -6498,SUCCESS,2,1,1081.09,56569810.63,56570891.72,127,292,1729.7439999938013,twolocalrandom -6502,SUCCESS,2,1,29699.2,56570891.72,56600590.92,127,8726,47518.720000004774,ae -6503,SUCCESS,2,1,25145.84,56600590.92,56625736.76,127,14481,40233.343999993805,realamprandom -6504,SUCCESS,2,1,17439.9,56625736.76,56643176.66,127,4846,27903.839999997617,ae -6505,SUCCESS,2,1,1747.51,56643176.66,56644924.17,127,788,2796.0160000085834,wstate -6506,SUCCESS,2,1,2150.67,56644924.17,56647074.84,127,582,3441.07199999094,dj -6507,SUCCESS,2,1,78861.98,56647074.84,56725936.82,127,33975,126179.16800000668,random -6508,SUCCESS,2,1,22466.35,56725936.82,56748403.17,127,11032,35946.159999990465,su2random -6510,SUCCESS,2,1,959.86,56748403.17,56749363.03,127,269,1535.7760000109674,dj -6512,SUCCESS,2,1,29797.36,56749363.03,56779160.39,127,7335,47675.77599999905,qnn -6516,SUCCESS,2,1,942.49,56779160.39,56780102.88,127,396,1507.983999991417,dj -6517,SUCCESS,2,1,8748.11,56780102.88,56788850.99,127,1827,13996.976000010967,qft -6519,SUCCESS,2,1,20681.17,56788850.99,56809532.16,127,6470,33089.871999990944,qpeinexact -6520,SUCCESS,2,1,6127.6,56809532.16,56815659.76,127,4951,9804.160000002385,qft -6521,SUCCESS,2,1,1580.05,56815659.76,56817239.81,127,561,2528.079999995232,qft -6522,SUCCESS,2,1,582.73,56817239.81,56817822.54,127,227,932.3680000066757,twolocalrandom -6523,SUCCESS,2,1,6413.28,56817822.54,56824235.82,127,1345,10261.248000001908,su2random -6524,SUCCESS,2,1,42557.13,56824235.82,56866792.95,127,17063,68091.40800000429,realamprandom -6525,SUCCESS,2,1,11174.43,56866792.95,56877967.38,127,3738,17879.0879999876,random -6527,SUCCESS,2,1,12831.44,56877967.38,56890798.82,127,4659,20530.30400000811,twolocalrandom -6528,SUCCESS,2,1,429.07,56890798.82,56891227.89,127,146,686.5120000004769,ae -6530,SUCCESS,2,1,4045.66,56891227.89,56895273.55,127,2011,6473.055999994278,qft -6531,SUCCESS,2,1,346.92,56895273.55,56895620.47,127,175,555.072000002861,dj -6532,SUCCESS,2,1,882.78,56895620.47,56896503.25,127,676,1412.4480000019075,dj -6533,SUCCESS,2,1,20721.87,56896503.25,56917225.12,127,5649,33154.99199999571,qft -6534,SUCCESS,2,1,355.01,56917225.12,56917580.13,127,127,568.0159999966621,graphstate -6535,SUCCESS,2,1,189.35,56917580.13,56917769.48,127,48,302.9600000023842,graphstate -6537,SUCCESS,2,1,22495.76,56917769.48,56940265.24,127,4913,35993.216000008586,qpeinexact -6539,SUCCESS,2,1,65018.29,56940265.24,57005283.53,127,22837,104029.26399999857,random -6541,SUCCESS,2,1,40006.84,57005283.53,57045290.37,127,18664,64010.943999993804,su2random -6542,SUCCESS,2,1,734.04,57045290.37,57046024.41,127,302,1174.4639999985695,ghz -6544,SUCCESS,2,1,1372,57046024.41,57047396.41,127,952,2195.2000000000003,ghz -6547,SUCCESS,2,1,999.6,57047396.41,57048396.01,127,289,1599.3600000023844,qftentangled -6548,SUCCESS,2,1,10950.75,57048396.01,57059346.76,127,3770,17521.2,qpeinexact -6550,SUCCESS,2,1,1136.82,57059346.76,57060483.58,127,424,1818.9120000004768,dj -6553,SUCCESS,2,1,19191.15,57060483.58,57079674.73,127,5205,30705.839999997617,twolocalrandom -6555,SUCCESS,2,1,4036.78,57079674.73,57083711.51,127,898,6458.848000001908,qpeexact -6556,SUCCESS,2,1,915.12,57083711.51,57084626.63,127,369,1464.1920000076295,wstate -6557,SUCCESS,2,1,773.63,57084626.63,57085400.26,127,308,1237.8079999923707,graphstate -6558,SUCCESS,2,1,37441.57,57085400.26,57122841.83,127,9612,59906.51200000048,ae -6559,SUCCESS,2,1,2397.89,57122841.83,57125239.72,127,941,3836.624000000954,qpeinexact -6560,SUCCESS,2,1,462.54,57125239.72,57125702.26,127,163,740.0639999985696,realamprandom -6561,SUCCESS,2,1,35.52,57125702.26,57125737.78,127,24,56.83200000524521,routing -6562,SUCCESS,2,1,2201.26,57125737.78,57127939.04,127,1023,3522.0159999966622,qftentangled -6563,SUCCESS,2,1,11015.77,57127939.04,57138954.81,127,2686,17625.231999993324,qpeexact -6564,SUCCESS,2,1,665.61,57138954.81,57139620.42,127,333,1064.9760000109673,wstate -6565,SUCCESS,2,1,10324.68,57139620.42,57149945.1,127,3533,16519.487999999525,realamprandom -6566,SUCCESS,2,1,1942.18,57149945.1,57151887.28,127,482,3107.4879999995233,dj -6567,SUCCESS,2,1,12883.83,57151887.28,57164771.11,127,5926,20614.12799999714,ae -6568,SUCCESS,2,1,1699.08,57164771.11,57166470.19,127,1081,2718.527999997139,ae -6569,SUCCESS,2,1,996.41,57166470.19,57167466.6,127,266,1594.256000006199,ae -6570,SUCCESS,2,1,1151.46,57167466.6,57168618.06,127,919,1842.3359999895097,ghz -6571,SUCCESS,2,1,1903.4,57168618.06,57170521.46,127,1413,3045.440000009537,qft -6572,SUCCESS,2,1,11651.63,57170521.46,57182173.09,127,9128,18642.60799999237,qnn -6573,SUCCESS,2,1,378.13,57182173.09,57182551.22,127,248,605.0080000042916,graphstate -6575,SUCCESS,2,1,286.59,57182551.22,57182837.81,127,80,458.54400000572207,graphstate -6576,SUCCESS,2,1,309.7,57182837.81,57183147.51,127,219,495.5199999928475,dj -6577,SUCCESS,2,1,3425.33,57183147.51,57186572.84,127,2623,5480.528000009061,su2random -6578,SUCCESS,2,1,1880.95,57186572.84,57188453.79,127,474,3009.5199999928477,ae -6579,SUCCESS,2,1,34514.9,57188453.79,57222968.69,127,10890,55223.83999999762,su2random -6580,SUCCESS,2,1,49952.47,57222968.69,57272921.16,127,15014,79923.9519999981,realamprandom -6582,SUCCESS,2,1,1440.8,57272921.16,57274361.96,127,367,2305.2800000071525,graphstate -6583,SUCCESS,2,1,1169.28,57274361.96,57275531.24,127,812,1870.8480000019074,qft -6584,SUCCESS,2,1,1961.34,57275531.24,57277492.58,127,912,3138.143999993801,su2random -6585,SUCCESS,2,1,44211.8,57277492.58,57321704.38,127,18999,70738.87999999523,random -6586,SUCCESS,2,1,878.74,57321704.38,57322583.12,127,378,1405.984000003338,graphstate -6587,SUCCESS,2,1,135.48,57322583.12,57322718.6,127,86,216.76800000667572,ghz -6589,SUCCESS,2,1,3142.15,57322718.6,57325860.75,127,738,5027.439999997616,ghz -6590,SUCCESS,2,1,135,57325860.75,57325995.75,127,51,216.0,ghz -6594,SUCCESS,2,1,1651.52,57325995.75,57327647.27,127,413,2642.4319999933246,dj -6595,SUCCESS,2,1,8756.25,57327647.27,57336403.52,127,2422,14010.0,qftentangled -6597,SUCCESS,2,1,3565.86,57336403.52,57339969.38,127,1337,5705.376000010968,qnn -6598,SUCCESS,2,1,108.34,57339969.38,57340077.72,127,36,173.34399999380113,dj -6599,SUCCESS,2,1,28291.41,57340077.72,57368369.13,127,7316,45266.25599999428,grover-v-chain -6600,SUCCESS,2,1,1897.57,57368369.13,57370266.7,127,473,3036.112000000477,qpeexact -6601,SUCCESS,2,1,5953.76,57370266.7,57376220.46,127,4712,9526.016000008583,qpeinexact -6603,SUCCESS,2,1,336.59,57376220.46,57376557.05,127,82,538.5439999938011,graphstate -6604,SUCCESS,2,1,1333.86,57376557.05,57377890.91,127,424,2134.1759999990463,groundstate -6605,SUCCESS,2,1,610.81,57377890.91,57378501.72,127,469,977.2960000038147,qnn -6606,SUCCESS,2,1,5440.78,57378501.72,57383942.5,127,4434,8705.248000001908,qpeinexact -6607,SUCCESS,2,1,1061.63,57383942.5,57385004.13,127,313,1698.6079999923707,qpeexact -6610,SUCCESS,2,1,3127.24,57385004.13,57388131.37,127,1350,5003.584000003339,qftentangled -6612,SUCCESS,2,1,34482.66,57388131.37,57422614.03,127,7911,55172.2560000062,realamprandom -6613,SUCCESS,2,1,42969.89,57422614.03,57465583.92,127,16762,68751.82399998904,twolocalrandom -6614,SUCCESS,2,1,6162.92,57465583.92,57471746.84,127,2215,9860.672000002862,qftentangled -6617,SUCCESS,2,1,8240.48,57471746.84,57479987.32,127,1796,13184.768000006676,qnn -6618,SUCCESS,2,1,24372.46,57479987.32,57504359.78,127,7608,38995.936000001435,qftentangled -6619,SUCCESS,2,1,155.3,57504359.78,57504515.08,127,69,248.47999999523165,graphstate -6620,SUCCESS,2,1,886.01,57504515.08,57505401.09,127,258,1417.6159999966621,graphstate -6622,SUCCESS,2,1,1018.91,57505401.09,57506420,127,292,1630.256000006199,qnn -6624,SUCCESS,2,1,7485.73,57506420,57513905.73,127,1749,11977.167999994756,twolocalrandom -6625,SUCCESS,2,1,3956.23,57513905.73,57517861.96,127,2027,6329.968000006676,qpeexact -6626,SUCCESS,2,1,48131.77,57517861.96,57565993.73,127,12801,77010.83199999333,su2random -6628,SUCCESS,2,1,1558.72,57565993.73,57567552.45,127,447,2493.9520000100138,dj -6630,SUCCESS,2,1,145.24,57567552.45,57567697.69,127,52,232.38399999141694,graphstate -6631,SUCCESS,2,1,2443.32,57567697.69,57570141.01,127,1122,3909.312000000477,ae -6633,SUCCESS,2,1,11039.21,57570141.01,57581180.22,127,3153,17662.73600000143,qnn -6634,SUCCESS,2,1,11122.66,57581180.22,57592302.88,127,6224,17796.25599999428,qftentangled -6635,SUCCESS,2,1,2017.19,57592302.88,57594320.07,127,1563,3227.5040000081062,qftentangled -6636,SUCCESS,2,1,14327.64,57594320.07,57608647.71,127,4084,22924.224000000955,ae -6637,SUCCESS,2,1,1893.88,57608647.71,57610541.59,127,513,3030.2080000042915,dj -6638,SUCCESS,2,1,20036.46,57610541.59,57630578.05,127,8676,32058.33599998951,qnn -6639,SUCCESS,2,1,76.34,57630578.05,57630654.39,127,17,122.14400000572205,ghz -6640,SUCCESS,2,1,1595.42,57630654.39,57632249.81,127,710,2552.67199999094,qnn -6641,SUCCESS,2,1,55809.96,57632249.81,57688059.77,127,24516,89295.93600000144,random -6642,SUCCESS,2,1,69.66,57688059.77,57688129.43,127,27,111.45600000619889,ghz -6643,SUCCESS,2,1,1117.8,57688129.43,57689247.23,127,275,1788.4799999952318,realamprandom -6644,SUCCESS,2,1,1628.95,57689247.23,57690876.18,127,460,2606.3200000047686,ae -6645,SUCCESS,2,1,19060.4,57690876.18,57709936.58,127,7532,30496.639999997617,qpeexact -6646,SUCCESS,2,1,16718.59,57709936.58,57726655.17,127,4981,26749.743999993803,qpeinexact -6647,SUCCESS,2,1,530.26,57726655.17,57727185.43,127,313,848.4160000085831,wstate -6648,SUCCESS,2,1,21301.52,57727185.43,57748486.95,127,5194,34082.43199999333,qpeexact -6649,SUCCESS,2,1,4913.28,57748486.95,57753400.23,127,1224,7861.248000001908,qpeexact -6650,SUCCESS,2,1,52679.63,57753400.23,57806079.86,127,16910,84287.4080000043,random -6651,SUCCESS,2,1,13282.05,57806079.86,57819361.91,127,6364,21251.279999995233,qpeinexact -6652,SUCCESS,2,1,3281.04,57819361.91,57822642.95,127,837,5249.664000010491,su2random -6654,SUCCESS,2,1,8450.26,57822642.95,57831093.21,127,1856,13520.415999996663,qft -6655,SUCCESS,2,1,8127.71,57831093.21,57839220.92,127,1738,13004.33600000143,realamprandom -6656,SUCCESS,2,1,3212.18,57839220.92,57842433.1,127,2030,5139.487999999524,ae -6657,SUCCESS,2,1,7302.14,57842433.1,57849735.24,127,2609,11683.423999989034,qft -6659,SUCCESS,2,1,319.83,57849735.24,57850055.07,127,98,511.72800000905994,ghz -6660,SUCCESS,2,1,300.24,57850055.07,57850355.31,127,88,480.38400000333786,graphstate -6661,SUCCESS,2,1,2820.53,57850355.31,57853175.84,127,1209,4512.848000001907,twolocalrandom -6662,SUCCESS,2,1,59703.61,57853175.84,57912879.45,127,13019,95525.77599998713,realamprandom -6663,SUCCESS,2,1,38116.24,57912879.45,57950995.69,127,8120,60985.984000003344,grover-v-chain -6664,SUCCESS,2,1,201.5,57950995.69,57951197.19,127,99,322.40000000000003,ghz -6667,SUCCESS,2,1,45978.24,57951197.19,57997175.43,127,17416,73565.18400000334,random -6670,SUCCESS,2,1,510.54,57997175.43,57997685.97,127,348,816.8639999985695,realamprandom -6671,SUCCESS,2,1,151.82,57997685.97,57997837.79,127,43,242.91200000047684,graphstate -6672,SUCCESS,2,1,41751.54,57997837.79,58039589.33,127,14905,66802.46399999857,su2random -6674,SUCCESS,2,1,21284.23,58039589.33,58060873.56,127,7510,34054.76799999476,qftentangled -6676,SUCCESS,2,1,2981.24,58060873.56,58063854.8,127,1475,4769.984000003338,twolocalrandom -6677,SUCCESS,2,1,61106.68,58063854.8,58124961.48,127,18537,97770.68799999953,qnn -6678,SUCCESS,2,1,1381.16,58124961.48,58126342.64,127,336,2209.856000006199,dj -6679,SUCCESS,2,1,7736.4,58126342.64,58134079.04,127,2777,12378.239999997617,qft -6680,SUCCESS,2,1,6693.03,58134079.04,58140772.07,127,3948,10708.848000001908,ae -6682,SUCCESS,2,1,961.77,58140772.07,58141733.84,127,327,1538.8320000052454,qnn -6684,SUCCESS,2,1,335.86,58141733.84,58142069.7,127,116,537.3759999871254,ghz -6685,SUCCESS,2,1,989.18,58142069.7,58143058.88,127,394,1582.6879999995233,portfoliovqe -6686,SUCCESS,2,1,3198.54,58143058.88,58146257.42,127,1963,5117.664000010491,random -6687,SUCCESS,2,1,11907.36,58146257.42,58158164.78,127,2699,19051.77599999905,qnn -6688,SUCCESS,2,1,134.97,58158164.78,58158299.75,127,32,215.95199999809267,routing -6689,SUCCESS,2,1,1529.96,58158299.75,58159829.71,127,490,2447.936000001431,qft -6690,SUCCESS,2,1,6060.98,58159829.71,58165890.69,127,3819,9697.567999994755,qpeinexact -6691,SUCCESS,2,1,7467.65,58165890.69,58173358.34,127,2767,11948.239999997617,ae -6692,SUCCESS,2,1,18246.34,58173358.34,58191604.68,127,5201,29194.144000005723,ae -6693,SUCCESS,2,1,192.71,58191604.68,58191797.39,127,104,308.33600000143053,ghz -6694,SUCCESS,2,1,6923.56,58191797.39,58198720.95,127,2717,11077.696000003816,su2random -6695,SUCCESS,2,1,32430.97,58198720.95,58231151.92,127,8696,51889.5519999981,qpeinexact -6696,SUCCESS,2,1,405,58231151.92,58231556.92,127,85,648.0,graphstate -6697,SUCCESS,2,1,17376.78,58231556.92,58248933.7,127,6383,27802.848000001908,qnn -6698,SUCCESS,2,1,597.33,58248933.7,58249531.03,127,208,955.727999997139,ghz -6701,SUCCESS,2,1,28077.18,58249531.03,58277608.21,127,6400,44923.487999999525,ae -6702,SUCCESS,2,1,4275.33,58277608.21,58281883.54,127,1618,6840.527999997139,su2random -6703,SUCCESS,2,1,2613.26,58281883.54,58284496.8,127,831,4181.2159999966625,qnn -6704,SUCCESS,2,1,4601.51,58284496.8,58289098.31,127,1720,7362.416000008583,ae -6705,SUCCESS,2,1,14645.39,58289098.31,58303743.7,127,5257,23432.623999989035,ae -6706,SUCCESS,2,1,361.59,58303743.7,58304105.29,127,161,578.5440000057221,wstate -6707,SUCCESS,2,1,4354.24,58304105.29,58308459.53,127,975,6966.784000003338,qpeinexact -6708,SUCCESS,2,1,1759.36,58308459.53,58310218.89,127,937,2814.9759999990465,ghz -6709,SUCCESS,2,1,1097.33,58310218.89,58311316.22,127,453,1755.727999997139,dj -6711,SUCCESS,2,1,4604,58311316.22,58315920.22,127,1839,7366.400000000001,qpeinexact -6713,SUCCESS,2,1,1006.81,58315920.22,58316927.03,127,214,1610.8960000038148,dj -6714,SUCCESS,2,1,428.77,58316927.03,58317355.8,127,185,686.0319999933243,ae -6715,SUCCESS,2,1,1748.65,58317355.8,58319104.45,127,810,2797.840000009537,qpeexact -6716,SUCCESS,2,1,441.47,58319104.45,58319545.92,127,137,706.3519999861718,graphstate -6718,SUCCESS,2,1,7447.21,58319545.92,58326993.13,127,2619,11915.536000001432,qftentangled -6720,SUCCESS,2,1,186.07,58326993.13,58327179.2,127,77,297.71200001239777,graphstate -6721,SUCCESS,2,1,11533.04,58327179.2,58338712.24,127,3122,18452.86399999857,su2random -6724,SUCCESS,2,1,10727.81,58338712.24,58349440.05,127,2978,17164.495999991894,qpeexact -6725,SUCCESS,2,1,29432.62,58349440.05,58378872.67,127,10556,47092.19199999571,ae -6726,SUCCESS,2,1,2381.86,58378872.67,58381254.53,127,615,3810.9760000109673,dj -6728,SUCCESS,2,1,842.15,58381254.53,58382096.68,127,475,1347.4399999976158,dj -6729,SUCCESS,2,1,57.29,58382096.68,58382153.97,127,37,91.6639999985695,graphstate -6730,SUCCESS,2,1,7335.59,58382153.97,58389489.56,127,2937,11736.944000005722,twolocalrandom -6731,SUCCESS,2,1,49.78,58389489.56,58389539.34,127,33,79.64799998998643,graphstate -6733,SUCCESS,2,1,2109.78,58389539.34,58391649.12,127,449,3375.6480000019073,portfoliovqe -6734,SUCCESS,2,1,168.15,58391649.12,58391817.27,127,72,269.03999999761584,dj -6735,SUCCESS,2,1,5634.12,58391817.27,58397451.39,127,1613,9014.59200000763,qnn -6736,SUCCESS,2,1,103.25,58397451.39,58397554.64,127,31,165.20000000000002,ghz -6737,SUCCESS,2,1,1879.6,58397554.64,58399434.24,127,629,3007.3600000023844,pricingcall -6738,SUCCESS,2,1,212.75,58399434.24,58399646.99,127,106,340.40000000000003,graphstate -6739,SUCCESS,2,1,3398.97,58399646.99,58403045.96,127,2080,5438.351999998093,ae -6740,SUCCESS,2,1,13007.18,58403045.96,58416053.14,127,4370,20811.487999999525,qft -6741,SUCCESS,2,1,491.5,58416053.14,58416544.64,127,103,786.4000000000001,ghz -6742,SUCCESS,2,1,195.83,58416544.64,58416740.47,127,44,313.327999997139,graphstate -6743,SUCCESS,2,1,6181.34,58416740.47,58422921.81,127,2371,9890.144000005723,su2random -6745,SUCCESS,2,1,167102.01,58422921.81,58590023.82,127,89783,267363.2159999967,grover-noancilla -6746,SUCCESS,2,1,2766.22,58590023.82,58592790.04,127,2020,4425.951999998093,qnn -6747,SUCCESS,2,1,56752.14,58592790.04,58649542.18,127,15407,90803.42400000096,realamprandom -6748,SUCCESS,2,1,71.9,58649542.18,58649614.08,127,45,115.03999999761582,wstate -6749,SUCCESS,2,1,3420.94,58649614.08,58653035.02,127,2286,5473.5039999961855,twolocalrandom -6751,SUCCESS,2,1,370.68,58653035.02,58653405.7,127,227,593.0880000114441,dj -6752,SUCCESS,2,1,442.01,58653405.7,58653847.71,127,165,707.2159999966622,qftentangled -6753,SUCCESS,2,1,627.47,58653847.71,58654475.18,127,139,1003.9519999980927,qftentangled -6754,SUCCESS,2,1,31.28,58654475.18,58654506.46,127,21,50.048000001907354,ghz -6755,SUCCESS,2,1,83848.88,58654506.46,58738355.34,127,30747,134158.2080000043,random -6756,SUCCESS,2,1,693.11,58738355.34,58739048.45,127,145,1108.9759999871255,dj -6757,SUCCESS,2,1,3164.93,58739048.45,58742213.38,127,938,5063.887999999523,realamprandom -6760,SUCCESS,2,1,30491.58,58742213.38,58772704.96,127,24336,48786.528000009064,random -6761,SUCCESS,2,1,94.34,58772704.96,58772799.3,127,39,150.94399999380113,graphstate -6762,SUCCESS,2,1,918.9,58772799.3,58773718.2,127,349,1470.2400000095367,qnn -6763,SUCCESS,2,1,3632.37,58773718.2,58777350.57,127,1455,5811.7919999957085,random -6764,SUCCESS,2,1,39172.69,58777350.57,58816523.26,127,17181,62676.30399999619,twolocalrandom -6765,SUCCESS,2,1,27711.85,58816523.26,58844235.11,127,13905,44338.960000002386,realamprandom -6766,SUCCESS,2,1,1067.81,58844235.11,58845302.92,127,573,1708.4959999918938,twolocalrandom -6767,SUCCESS,2,1,24913.26,58845302.92,58870216.18,127,5626,39861.216000008586,ae -6768,SUCCESS,2,1,11087.41,58870216.18,58881303.59,127,4335,17739.855999994277,realamprandom -6769,SUCCESS,2,1,1020.29,58881303.59,58882323.88,127,440,1632.4639999985695,dj -6770,SUCCESS,2,1,1208.59,58882323.88,58883532.47,127,928,1933.7440000057222,qpeexact -6771,SUCCESS,2,1,672.7,58883532.47,58884205.17,127,471,1076.3200000047684,dj -6772,SUCCESS,2,1,20579.57,58884205.17,58904784.74,127,8121,32927.31200000048,qpeexact -6774,SUCCESS,2,1,701.14,58904784.74,58905485.88,127,293,1121.8239999890327,realamprandom -6775,SUCCESS,2,1,18214.18,58905485.88,58923700.06,127,4190,29142.688000011447,su2random -6776,SUCCESS,2,1,5832.17,58923700.06,58929532.23,127,1594,9331.471999990941,qpeinexact -6777,SUCCESS,2,1,46038.27,58929532.23,58975570.5,127,17186,73661.23200000524,qnn -6778,SUCCESS,2,1,784.91,58975570.5,58976355.41,127,235,1255.8559999942781,qpeexact -6779,SUCCESS,2,1,11007.95,58976355.41,58987363.36,127,3086,17612.72000000477,random -6780,SUCCESS,2,1,15812.9,58987363.36,59003176.26,127,6240,25300.639999997617,twolocalrandom -6782,SUCCESS,2,1,13786.61,59003176.26,59016962.87,127,5142,22058.575999999048,su2random -6784,SUCCESS,2,1,111.16,59016962.87,59017074.03,127,26,177.85600000619888,vqe -6785,SUCCESS,2,1,9106.32,59017074.03,59026180.35,127,1938,14570.112000000478,qpeexact -6786,SUCCESS,2,1,618.14,59026180.35,59026798.49,127,205,989.0240000009537,wstate -6787,SUCCESS,2,1,19211.3,59026798.49,59046009.79,127,8505,30738.079999995232,qpeexact -6788,SUCCESS,2,1,13291.23,59046009.79,59059301.02,127,8087,21265.967999994755,qftentangled -6789,SUCCESS,2,1,4076.4,59059301.02,59063377.42,127,1462,6522.240000009537,twolocalrandom -6790,SUCCESS,2,1,886.97,59063377.42,59064264.39,127,542,1419.1519999980928,dj -6791,SUCCESS,2,1,7836.28,59064264.39,59072100.67,127,5216,12538.047999989987,qpeinexact -6792,SUCCESS,2,1,66.5,59072100.67,59072167.17,127,40,106.4,ghz -6793,SUCCESS,2,1,741.87,59072167.17,59072909.04,127,173,1186.9920000076295,wstate -6794,SUCCESS,2,1,1440.92,59072909.04,59074349.96,127,666,2305.472000002861,dj -6795,SUCCESS,2,1,32867.13,59074349.96,59107217.09,127,7436,52587.40799999237,ae -6796,SUCCESS,2,1,5956.47,59107217.09,59113173.56,127,2676,9530.351999998093,qnn -6797,SUCCESS,2,1,6348.8,59113173.56,59119522.36,127,1928,10158.080000007154,ae -6798,SUCCESS,2,1,100.99,59119522.36,59119623.35,127,69,161.58400000333788,wstate -6799,SUCCESS,2,1,7474.39,59119623.35,59127097.74,127,2178,11959.023999989033,qpeexact -6801,SUCCESS,2,1,144.5,59127097.74,59127242.24,127,115,231.20000000000002,graphstate -6802,SUCCESS,2,1,620.94,59127242.24,59127863.18,127,131,993.5040000081062,su2random -6803,SUCCESS,2,1,9871.95,59127863.18,59137735.13,127,2744,15795.119999992849,ae -6804,SUCCESS,2,1,19844.88,59137735.13,59157580.01,127,13282,31751.808000004294,twolocalrandom -6808,SUCCESS,2,1,5206.85,59157580.01,59162786.86,127,2020,8330.960000002384,qpeexact -6810,SUCCESS,2,1,6283.6,59162786.86,59169070.46,127,1564,10053.760000002385,random -6811,SUCCESS,2,1,31868.96,59169070.46,59200939.42,127,16105,50990.33599998951,random -6812,SUCCESS,2,1,11606.4,59200939.42,59212545.82,127,7254,18570.240000009537,qpeinexact -6813,SUCCESS,2,1,17536.98,59212545.82,59230082.8,127,4158,28059.167999994756,qft -6814,SUCCESS,2,1,13311.86,59230082.8,59243394.66,127,3220,21298.97599999905,ae -6815,SUCCESS,2,1,54202.11,59243394.66,59297596.77,127,13281,86723.37599999906,random -6816,SUCCESS,2,1,23955.57,59297596.77,59321552.34,127,13036,38328.9120000124,twolocalrandom -6817,SUCCESS,2,1,3884.23,59321552.34,59325436.57,127,856,6214.767999994755,ghz -6818,SUCCESS,2,1,836.46,59325436.57,59326273.03,127,179,1338.3360000014306,su2random -6819,SUCCESS,2,1,5987.94,59326273.03,59332260.97,127,1477,9580.703999996185,qnn -6822,SUCCESS,2,1,11904.33,59332260.97,59344165.3,127,3965,19046.92799999714,su2random -6823,SUCCESS,2,1,34451.25,59344165.3,59378616.55,127,8056,55122.0,random -6825,SUCCESS,2,1,45873.45,59378616.55,59424490,127,9564,73397.52000000478,su2random -6826,SUCCESS,2,1,38533.45,59424490,59463023.45,127,13501,61653.51999999285,realamprandom -6827,SUCCESS,2,1,7183.22,59463023.45,59470206.67,127,1751,11493.152000010014,qpeinexact -6828,SUCCESS,2,1,235.56,59470206.67,59470442.23,127,71,376.8959999918938,graphstate -6830,SUCCESS,2,1,1174.28,59470442.23,59471616.51,127,490,1878.8480000019074,qftentangled -6831,SUCCESS,2,1,1149.18,59471616.51,59472765.69,127,370,1838.6879999995233,graphstate -6832,SUCCESS,2,1,859.98,59472765.69,59473625.67,127,212,1375.9679999947548,pricingcall -6834,SUCCESS,2,1,647.04,59473625.67,59474272.71,127,143,1035.2640000104905,dj -6835,SUCCESS,2,1,7264.69,59474272.71,59481537.4,127,2252,11623.503999996186,su2random -6836,SUCCESS,2,1,5554.83,59481537.4,59487092.23,127,1300,8887.72799999714,twolocalrandom -6838,SUCCESS,2,1,629.59,59487092.23,59487721.82,127,237,1007.3440000057221,dj -6840,SUCCESS,2,1,44.56,59487721.82,59487766.38,127,14,71.29599999189377,ghz -6841,SUCCESS,2,1,8918.27,59487766.38,59496684.65,127,3001,14269.232000005246,qpeinexact -6842,SUCCESS,2,1,1476.23,59496684.65,59498160.88,127,1058,2361.967999994755,realamprandom -6843,SUCCESS,2,1,8445.97,59498160.88,59506606.85,127,5410,13513.552000010015,realamprandom -6844,SUCCESS,2,1,1254.28,59506606.85,59507861.13,127,386,2006.8479999899864,ghz -6845,SUCCESS,2,1,18318.28,59507861.13,59526179.41,127,7355,29309.24800000191,qpeexact -6846,SUCCESS,2,1,10393.6,59526179.41,59536573.01,127,6279,16629.760000002385,qftentangled -6847,SUCCESS,2,1,38389.03,59536573.01,59574962.04,127,9799,61422.44800000191,qpeinexact -6848,SUCCESS,2,1,5621.06,59574962.04,59580583.1,127,2724,8993.696000003814,qftentangled -6849,SUCCESS,2,1,22146.18,59580583.1,59602729.28,127,4750,35433.887999999526,random -6850,SUCCESS,2,1,1457.99,59602729.28,59604187.27,127,929,2332.783999991417,wstate -6851,SUCCESS,2,1,426.21,59604187.27,59604613.48,127,121,681.9360000014306,wstate -6852,SUCCESS,2,1,5344.04,59604613.48,59609957.52,127,1981,8550.46400001049,qnn -6853,SUCCESS,2,1,5893.79,59609957.52,59615851.31,127,2589,9430.063999986649,ae -6854,SUCCESS,2,1,2743.84,59615851.31,59618595.15,127,1890,4390.144000005722,qpeinexact -6855,SUCCESS,2,1,16326.2,59618595.15,59634921.35,127,4649,26121.92000000477,qft -6856,SUCCESS,2,1,29048.77,59634921.35,59663970.12,127,9227,46478.03199999333,ae -6857,SUCCESS,2,1,4550.26,59663970.12,59668520.38,127,2004,7280.416000008583,su2random -6860,SUCCESS,2,1,36549.74,59668520.38,59705070.12,127,8152,58479.58399999142,su2random -6861,SUCCESS,2,1,18247.01,59705070.12,59723317.13,127,5444,29195.216000008586,realamprandom -6862,SUCCESS,2,1,1936.25,59723317.13,59725253.38,127,413,3097.9999999880793,groundstate -6864,SUCCESS,2,1,19672.96,59725253.38,59744926.34,127,6873,31476.73600000143,twolocalrandom -6865,SUCCESS,2,1,8316.83,59744926.34,59753243.17,127,1766,13306.92799999714,qnn -6866,SUCCESS,2,1,3303.29,59753243.17,59756546.46,127,1426,5285.264000010491,ae -6867,SUCCESS,2,1,148.28,59756546.46,59756694.74,127,82,237.24800000190737,ghz -6868,SUCCESS,2,1,14761.59,59756694.74,59771456.33,127,4533,23618.543999993803,qpeexact -6870,SUCCESS,2,1,70.77,59771456.33,59771527.1,127,38,113.23200000524521,graphstate -6871,SUCCESS,2,1,245.55,59771527.1,59771772.65,127,54,392.8799999952316,qaoa -6873,SUCCESS,2,1,24613.12,59771772.65,59796385.77,127,5576,39380.99200000763,qnn -6874,SUCCESS,2,1,16706.55,59796385.77,59813092.32,127,7260,26730.479999995234,qnn -6875,SUCCESS,2,1,899.21,59813092.32,59813991.53,127,599,1438.7360000014305,qnn -6876,SUCCESS,2,1,3243.48,59813991.53,59817235.01,127,1091,5189.567999994755,wstate -6879,SUCCESS,2,1,43283.7,59817235.01,59860518.71,127,13282,69253.92000000477,realamprandom -6880,SUCCESS,2,1,5125.18,59860518.71,59865643.89,127,1594,8200.287999999524,ae -6883,SUCCESS,2,1,32915.1,59865643.89,59898558.99,127,13019,52664.16000000239,twolocalrandom -6885,SUCCESS,2,1,391.73,59898558.99,59898950.72,127,165,626.7679999947549,wstate -6886,SUCCESS,2,1,569.24,59898950.72,59899519.96,127,323,910.784000003338,qft -6887,SUCCESS,2,1,386.53,59899519.96,59899906.49,127,102,618.4479999899864,graphstate -6888,SUCCESS,2,1,21782.8,59899906.49,59921689.29,127,7670,34852.480000007155,su2random -6889,SUCCESS,2,1,4153.14,59921689.29,59925842.43,127,964,6645.024000000954,qpeinexact -6890,SUCCESS,2,1,880.21,59925842.43,59926722.64,127,264,1408.3360000014306,qft -6891,SUCCESS,2,1,3579.44,59926722.64,59930302.08,127,1134,5727.103999996186,qftentangled -6892,SUCCESS,2,1,13970.49,59930302.08,59944272.57,127,3448,22352.78400000334,ae -6895,SUCCESS,2,1,17056.05,59944272.57,59961328.62,127,4141,27289.679999995235,qft -6896,SUCCESS,2,1,21928.15,59961328.62,59983256.77,127,11269,35085.04000000954,qnn -6897,SUCCESS,2,1,91.11,59983256.77,59983347.88,127,54,145.7759999871254,graphstate -6898,SUCCESS,2,1,18096.78,59983347.88,60001444.66,127,4365,28954.848000001908,qnn -6899,SUCCESS,2,1,12785.92,60001444.66,60014230.58,127,3808,20457.47200000286,ae -6900,SUCCESS,2,1,11809.56,60014230.58,60026040.14,127,4277,18895.296000003815,ae -6901,SUCCESS,2,1,3487.75,60026040.14,60029527.89,127,981,5580.400000000001,qpeinexact -6902,SUCCESS,2,1,1467.36,60029527.89,60030995.25,127,361,2347.7759999990462,wstate -6903,SUCCESS,2,1,150.56,60030995.25,60031145.81,127,96,240.89599999189377,graphstate -6904,SUCCESS,2,1,1806.75,60031145.81,60032952.56,127,1464,2890.800000011921,qpeinexact -6905,SUCCESS,2,1,1188.52,60032952.56,60034141.08,127,704,1901.6319999933244,dj -6906,SUCCESS,2,1,410.3,60034141.08,60034551.38,127,307,656.4800000071526,ghz -6907,SUCCESS,2,1,19924.88,60034551.38,60054476.26,127,12499,31879.807999992372,su2random -6910,SUCCESS,2,1,6092.12,60054476.26,60060568.38,127,4913,9747.39200000763,qpeexact -6911,SUCCESS,2,1,17397.88,60060568.38,60077966.26,127,5331,27836.60799999237,twolocalrandom -6913,SUCCESS,2,1,1767.12,60077966.26,60079733.38,127,815,2827.391999995709,su2random -6914,SUCCESS,2,1,1072.25,60079733.38,60080805.63,127,873,1715.600000011921,qft -6915,SUCCESS,2,1,1647.17,60080805.63,60082452.8,127,627,2635.4719999909403,dj -6917,SUCCESS,2,1,1894.65,60082452.8,60084347.45,127,505,3031.439999997616,dj -6918,SUCCESS,2,1,13605.2,60084347.45,60097952.65,127,3555,21768.32000000477,ae -6919,SUCCESS,2,1,6561.65,60097952.65,60104514.3,127,3530,10498.639999997617,ae -6920,SUCCESS,2,1,79.18,60104514.3,60104593.48,127,24,126.68799999952317,vqe -6921,SUCCESS,2,1,155.75,60104593.48,60104749.23,127,37,249.20000000000002,dj -6922,SUCCESS,2,1,28438.76,60104749.23,60133187.99,127,8733,45502.01600000859,realamprandom -6923,SUCCESS,2,1,89981.51,60133187.99,60223169.5,127,28507,143970.41599999668,random -6924,SUCCESS,2,1,2419.04,60223169.5,60225588.54,127,773,3870.4639999985698,qpeinexact -6925,SUCCESS,2,1,2850.81,60225588.54,60228439.35,127,739,4561.296000003815,qft -6926,SUCCESS,2,1,55078.92,60228439.35,60283518.27,127,13342,88126.27200000286,random -6927,SUCCESS,2,1,407.79,60283518.27,60283926.06,127,109,652.4639999985695,dj -6928,SUCCESS,2,1,146.65,60283926.06,60284072.71,127,45,234.63999999761583,ghz -6929,SUCCESS,2,1,29894.12,60284072.71,60313966.83,127,7260,47830.59199999571,qpeinexact -6930,SUCCESS,2,1,3044.58,60313966.83,60317011.41,127,851,4871.327999997139,su2random -6931,SUCCESS,2,1,2371.59,60317011.41,60319383,127,1321,3794.5440000057224,wstate -6932,SUCCESS,2,1,1726.67,60319383,60321109.67,127,377,2762.67199999094,dj -6935,SUCCESS,2,1,975.63,60321109.67,60322085.3,127,365,1561.0080000042917,wstate -6936,SUCCESS,2,1,7324.8,60322085.3,60329410.1,127,1744,11719.680000007153,ae -6937,SUCCESS,2,1,31.66,60329410.1,60329441.76,127,13,50.655999994277956,ghz -6938,SUCCESS,2,1,994.05,60329441.76,60330435.81,127,619,1590.4799999952318,qpeexact -6939,SUCCESS,2,1,7594.38,60330435.81,60338030.19,127,3099,12151.008000004293,su2random -6940,SUCCESS,2,1,461.08,60338030.19,60338491.27,127,103,737.72800000906,qftentangled -6941,SUCCESS,2,1,1309.76,60338491.27,60339801.03,127,546,2095.615999996662,wstate -6942,SUCCESS,2,1,124314.57,60339801.03,60464115.6,127,45157,198903.3120000005,random -6945,SUCCESS,2,1,28749.52,60464115.6,60492865.12,127,10272,45999.231999993324,random -6947,SUCCESS,2,1,116.82,60492865.12,60492981.94,127,32,186.91200000047684,routing -6948,SUCCESS,2,1,21817.47,60492981.94,60514799.41,127,4749,34907.95199999809,qpeinexact -6949,SUCCESS,2,1,271.46,60514799.41,60515070.87,127,114,434.33600000143053,graphstate -6951,SUCCESS,2,1,1059.53,60515070.87,60516130.4,127,285,1695.2480000019075,dj -6952,SUCCESS,2,1,1862.24,60516130.4,60517992.64,127,392,2979.584000003338,realamprandom -6954,SUCCESS,2,1,86.64,60517992.64,60518079.28,127,35,138.62400000095369,graphstate -6955,SUCCESS,2,1,21496.23,60518079.28,60539575.51,127,7674,34393.967999994755,su2random -6956,SUCCESS,2,1,13662.56,60539575.51,60553238.07,127,5904,21860.096000003818,twolocalrandom -6958,SUCCESS,2,1,9257.36,60553238.07,60562495.43,127,3125,14811.775999999047,qft -6959,SUCCESS,2,1,1134.24,60562495.43,60563629.67,127,311,1814.784000003338,graphstate -6960,SUCCESS,2,1,776.99,60563629.67,60564406.66,127,316,1243.183999991417,wstate -6961,SUCCESS,2,1,2443.02,60564406.66,60566849.68,127,1676,3908.8320000052454,qpeinexact -6962,SUCCESS,2,1,1509.49,60566849.68,60568359.17,127,359,2415.184000003338,ae -6963,SUCCESS,2,1,1211.39,60568359.17,60569570.56,127,573,1938.2240000009538,realamprandom -6964,SUCCESS,2,1,18842.36,60569570.56,60588412.92,127,4160,30147.775999987127,realamprandom -6966,SUCCESS,2,1,21937.2,60588412.92,60610350.12,127,5349,35099.52000000477,qftentangled -6967,SUCCESS,2,1,1424.43,60610350.12,60611774.55,127,1082,2279.087999999523,ae -6968,SUCCESS,2,1,1046.4,60611774.55,60612820.95,127,543,1674.239999997616,ghz -6969,SUCCESS,2,1,13548.18,60612820.95,60626369.13,127,4710,21677.088000011445,qpeinexact -6970,SUCCESS,2,1,10952.79,60626369.13,60637321.92,127,2378,17524.46399999857,qft -6971,SUCCESS,2,1,4235.76,60637321.92,60641557.68,127,1741,6777.2159999966625,qpeinexact -6972,SUCCESS,2,1,21973.36,60641557.68,60663531.04,127,7639,35157.37599999905,qft -6973,SUCCESS,2,1,40492.97,60663531.04,60704024.01,127,13377,64788.751999998094,su2random -6975,SUCCESS,2,1,2499.84,60704024.01,60706523.85,127,576,3999.7440000057222,ae -6977,SUCCESS,2,1,809.2,60706523.85,60707333.05,127,233,1294.7199999928475,dj -6979,SUCCESS,2,1,1208.16,60707333.05,60708541.21,127,346,1933.056000006199,dj -6980,SUCCESS,2,1,24418.76,60708541.21,60732959.97,127,6361,39070.01599999666,qpeinexact -6981,SUCCESS,2,1,2460.05,60732959.97,60735420.02,127,1626,3936.079999995232,wstate -6982,SUCCESS,2,1,45035.77,60735420.02,60780455.79,127,11646,72057.23200000524,realamprandom -6984,SUCCESS,2,1,3039.76,60780455.79,60783495.55,127,1826,4863.615999996662,realamprandom -6986,SUCCESS,2,1,1540.22,60783495.55,60785035.77,127,366,2464.3519999980927,portfolioqaoa -6987,SUCCESS,2,1,28792.1,60785035.77,60813827.87,127,6240,46067.36000000239,realamprandom -6988,SUCCESS,2,1,2679.99,60813827.87,60816507.86,127,976,4287.984000003338,su2random -6989,SUCCESS,2,1,1209.27,60816507.86,60817717.13,127,774,1934.8319999933244,su2random -6990,SUCCESS,2,1,494.04,60817717.13,60818211.17,127,358,790.4640000104905,qpeinexact -6991,SUCCESS,2,1,36.26,60818211.17,60818247.43,127,23,58.015999996662146,ghz -6992,SUCCESS,2,1,480.18,60818247.43,60818727.61,127,293,768.2879999995232,twolocalrandom -6993,SUCCESS,2,1,10091.09,60818727.61,60828818.7,127,2525,16145.744000005723,qnn -6995,SUCCESS,2,1,4175.93,60828818.7,60832994.63,127,1842,6681.487999987603,qnn -6996,SUCCESS,2,1,7694.81,60832994.63,60840689.44,127,2081,12311.696000003816,ae -6997,SUCCESS,2,1,8516.34,60840689.44,60849205.78,127,3213,13626.144000005723,qftentangled -6998,SUCCESS,2,1,63.81,60849205.78,60849269.59,127,47,102.09600000381471,graphstate -6999,SUCCESS,2,1,1465.42,60849269.59,60850735.01,127,900,2344.67199999094,portfoliovqe -7000,SUCCESS,2,1,9108.09,60850735.01,60859843.1,127,2001,14572.944000005722,twolocalrandom -7001,SUCCESS,2,1,1444.64,60859843.1,60861287.74,127,341,2311.4240000009536,wstate -7002,SUCCESS,2,1,903.53,60861287.74,60862191.27,127,512,1445.6480000019073,dj -7004,SUCCESS,2,1,42.36,60862191.27,60862233.63,127,24,67.7759999871254,ghz -7005,SUCCESS,2,1,6342.52,60862233.63,60868576.15,127,2180,10148.032000005245,qftentangled -7006,SUCCESS,2,1,49809.52,60868576.15,60918385.67,127,11171,79695.23200000526,realamprandom -7007,SUCCESS,2,1,4034.91,60918385.67,60922420.58,127,2669,6455.855999994278,su2random -7009,SUCCESS,2,1,23373.52,60922420.58,60945794.1,127,5205,37397.632000005244,realamprandom -7010,SUCCESS,2,1,27374.41,60945794.1,60973168.51,127,8391,43799.05599999428,twolocalrandom -7012,SUCCESS,2,1,279.39,60973168.51,60973447.9,127,60,447.0240000009537,graphstate -7013,SUCCESS,2,1,741,60973447.9,60974188.9,127,221,1185.6000000000001,wstate -7015,SUCCESS,2,1,6171.89,60974188.9,60980360.79,127,4020,9875.024000000954,qft -7016,SUCCESS,2,1,1028.66,60980360.79,60981389.45,127,769,1645.8559999942781,qft -7017,SUCCESS,2,1,1325.44,60981389.45,60982714.89,127,317,2120.7040000081065,dj -7018,SUCCESS,2,1,1306.17,60982714.89,60984021.06,127,432,2089.872000002861,dj -7019,SUCCESS,2,1,1880.59,60984021.06,60985901.65,127,575,3008.9439999938013,ghz -7020,SUCCESS,2,1,20225.32,60985901.65,61006126.97,127,5115,32360.51200000048,twolocalrandom -7021,SUCCESS,2,1,339.09,61006126.97,61006466.06,127,242,542.5440000057221,qpeinexact -7022,SUCCESS,2,1,373.31,61006466.06,61006839.37,127,83,597.2959999918938,ghz -7023,SUCCESS,2,1,355.24,61006839.37,61007194.61,127,137,568.3840000033379,wstate -7026,SUCCESS,2,1,243.77,61007194.61,61007438.38,127,81,390.0319999933243,graphstate -7027,SUCCESS,2,1,508.96,61007438.38,61007947.34,127,122,814.3360000133515,qaoa -7028,SUCCESS,2,1,555.79,61007947.34,61008503.13,127,177,889.2639999866486,dj -7029,SUCCESS,2,1,131529.42,61008503.13,61140032.55,127,52000,210447.07200000287,random -7030,SUCCESS,2,1,735.72,61140032.55,61140768.27,127,307,1177.1520000100136,wstate -7032,SUCCESS,2,1,252.54,61140768.27,61141020.81,127,64,404.0639999985695,ghz -7033,SUCCESS,2,1,2965.87,61141020.81,61143986.68,127,829,4745.391999995709,qft -7034,SUCCESS,2,1,293.46,61143986.68,61144280.14,127,69,469.5360000014305,wstate -7035,SUCCESS,2,1,1204.99,61144280.14,61145485.13,127,323,1927.983999991417,dj -7036,SUCCESS,2,1,18654.89,61145485.13,61164140.02,127,15030,29847.824000000954,realamprandom -7037,SUCCESS,2,1,9178.62,61164140.02,61173318.64,127,2642,14685.79200000763,realamprandom -7038,SUCCESS,2,1,1465.81,61173318.64,61174784.45,127,349,2345.295999991894,twolocalrandom -7040,SUCCESS,2,1,487.4,61174784.45,61175271.85,127,257,779.8400000095368,wstate -7041,SUCCESS,2,1,1643.39,61175271.85,61176915.24,127,375,2629.423999989033,dj -7042,SUCCESS,2,1,6970.3,61176915.24,61183885.54,127,1767,11152.480000007154,qftentangled -7043,SUCCESS,2,1,361.47,61183885.54,61184247.01,127,111,578.3519999980927,graphstate -7044,SUCCESS,2,1,771.16,61184247.01,61185018.17,127,445,1233.8560000061989,dj -7046,SUCCESS,2,1,689.37,61185018.17,61185707.54,127,152,1102.9919999957085,pricingcall -7049,SUCCESS,2,1,17497.07,61185707.54,61203204.61,127,3847,27995.31200000048,qnn -7050,SUCCESS,2,1,1569,61203204.61,61204773.61,127,428,2510.4,qnn -7051,SUCCESS,2,1,5187.14,61204773.61,61209960.75,127,1368,8299.424000000954,qpeinexact -7052,SUCCESS,2,1,2094.16,61209960.75,61212054.91,127,590,3350.6559999942783,dj -7053,SUCCESS,2,1,1588.4,61212054.91,61213643.31,127,340,2541.440000009537,dj -7054,SUCCESS,2,1,1755.05,61213643.31,61215398.36,127,377,2808.079999995232,qft -7055,SUCCESS,2,1,5397.21,61215398.36,61220795.57,127,1313,8635.536000001432,random -7056,SUCCESS,2,1,243.33,61220795.57,61221038.9,127,103,389.327999997139,qft -7057,SUCCESS,2,1,6465.01,61221038.9,61227503.91,127,1957,10344.015999996664,su2random -7059,SUCCESS,2,1,48730.23,61227503.91,61276234.14,127,11216,77968.36800000668,qnn -7060,SUCCESS,2,1,1043.53,61276234.14,61277277.67,127,500,1669.6480000019073,dj -7061,SUCCESS,2,1,2983.05,61277277.67,61280260.72,127,1343,4772.879999995232,qpeexact -7062,SUCCESS,2,1,3627.09,61280260.72,61283887.81,127,2780,5803.343999993802,realamprandom -7063,SUCCESS,2,1,46516.14,61283887.81,61330403.95,127,9679,74425.82400001287,qnn -7064,SUCCESS,2,1,6658.95,61330403.95,61337062.9,127,3972,10654.319999992847,random -7067,SUCCESS,2,1,395.5,61337062.9,61337458.4,127,184,632.8000000000001,realamprandom -7068,SUCCESS,2,1,332.13,61337458.4,61337790.53,127,139,531.4080000042916,wstate -7069,SUCCESS,2,1,25392.65,61337790.53,61363183.18,127,8418,40628.23999999762,twolocalrandom -7070,SUCCESS,2,1,3678.79,61363183.18,61366861.97,127,917,5886.06399999857,ae -7071,SUCCESS,2,1,240.62,61366861.97,61367102.59,127,89,384.9919999957085,wstate -7074,SUCCESS,2,1,1602.52,61367102.59,61368705.11,127,676,2564.032000005245,qftentangled -7076,SUCCESS,2,1,4614.89,61368705.11,61373320,127,977,7383.824000000954,qwalk-v-chain -7078,SUCCESS,2,1,2569.52,61373320,61375889.52,127,705,4111.232000005245,pricingput -7079,SUCCESS,2,1,1980.47,61375889.52,61377869.99,127,572,3168.7519999980927,dj -7080,SUCCESS,2,1,233.21,61377869.99,61378103.2,127,75,373.13600000143055,ghz -7081,SUCCESS,2,1,2008.61,61378103.2,61380111.81,127,935,3213.7759999871255,qft -7082,SUCCESS,2,1,34802.94,61380111.81,61414914.75,127,9153,55684.70400000811,realamprandom -7084,SUCCESS,2,1,2143.06,61414914.75,61417057.81,127,1760,3428.896000003815,qftentangled -7085,SUCCESS,2,1,19496.26,61417057.81,61436554.07,127,5370,31194.015999996664,realamprandom -7087,SUCCESS,2,1,2140.29,61436554.07,61438694.36,127,479,3424.4639999985698,portfolioqaoa -7088,SUCCESS,2,1,3886.52,61438694.36,61442580.88,127,2162,6218.431999993325,ae -7090,SUCCESS,2,1,1044.42,61442580.88,61443625.3,127,309,1671.0720000028612,wstate -7091,SUCCESS,2,1,419.12,61443625.3,61444044.42,127,250,670.5920000076294,dj -7092,SUCCESS,2,1,24425.48,61444044.42,61468469.9,127,5850,39080.76799999476,qft -7094,SUCCESS,2,1,772.83,61468469.9,61469242.73,127,269,1236.527999997139,wstate -7095,SUCCESS,2,1,7804.48,61469242.73,61477047.21,127,2479,12487.168000006677,qpeexact -7096,SUCCESS,2,1,8330.62,61477047.21,61485377.83,127,2790,13328.99199999571,qpeinexact -7098,SUCCESS,2,1,16100.59,61485377.83,61501478.42,127,6637,25760.943999993804,twolocalrandom -7099,SUCCESS,2,1,1009.56,61501478.42,61502487.98,127,625,1615.2960000038147,dj -7102,SUCCESS,2,1,1839.71,61502487.98,61504327.69,127,393,2943.5360000014307,wstate -7103,SUCCESS,2,1,146082.96,61504327.69,61650410.65,127,34010,233732.73600000143,random -7104,SUCCESS,2,1,968.54,61650410.65,61651379.19,127,244,1549.6639999985696,graphstate -7105,SUCCESS,2,1,10561.35,61651379.19,61661940.54,127,4705,16898.160000002386,qpeinexact -7106,SUCCESS,2,1,5474.44,61661940.54,61667414.98,127,1772,8759.103999996185,qft -7109,SUCCESS,2,1,4075.66,61667414.98,61671490.64,127,1115,6521.0560000062,wstate -7110,SUCCESS,2,1,2435.72,61671490.64,61673926.36,127,972,3897.151999998093,qpeexact -7111,SUCCESS,2,1,371.41,61673926.36,61674297.77,127,85,594.255999994278,ghz -7112,SUCCESS,2,1,25791.91,61674297.77,61700089.68,127,6373,41267.0560000062,qpeexact -7114,SUCCESS,2,1,842.3,61700089.68,61700931.98,127,666,1347.6799999952318,dj -7115,SUCCESS,2,1,106.6,61700931.98,61701038.58,127,85,170.5600000023842,dj -7117,SUCCESS,2,1,1633.05,61701038.58,61702671.63,127,936,2612.880000007153,qnn -7118,SUCCESS,2,1,58.07,61702671.63,61702729.7,127,37,92.91200000047684,ghz -7119,SUCCESS,2,1,13442.16,61702729.7,61716171.86,127,3308,21507.45599999428,ae -7120,SUCCESS,2,1,8449.51,61716171.86,61724621.37,127,5396,13519.215999996663,twolocalrandom -7121,SUCCESS,2,1,2843.98,61724621.37,61727465.35,127,894,4550.368000006676,pricingput -7122,SUCCESS,2,1,1229.75,61727465.35,61728695.1,127,387,1967.6000000000001,ae -7123,SUCCESS,2,1,38034.7,61728695.1,61766729.8,127,9694,60855.51999999285,twolocalrandom -7124,SUCCESS,2,1,9302.92,61766729.8,61776032.72,127,4340,14884.672000002862,qpeinexact -7125,SUCCESS,2,1,5232.37,61776032.72,61781265.09,127,2007,8371.79200000763,su2random -7126,SUCCESS,2,1,75175.61,61781265.09,61856440.7,127,18304,120280.97599999905,su2random -7127,SUCCESS,2,1,265.38,61856440.7,61856706.08,127,197,424.60799999237065,wstate -7128,SUCCESS,2,1,2723.13,61856706.08,61859429.21,127,912,4357.008000004292,random -7131,SUCCESS,2,1,4020.93,61859429.21,61863450.14,127,1796,6433.487999999524,ae -7132,SUCCESS,2,1,21401.83,61863450.14,61884851.97,127,7679,34242.92799999714,qftentangled -7135,SUCCESS,2,1,1322.28,61884851.97,61886174.25,127,458,2115.6480000019073,ae -7136,SUCCESS,2,1,468.95,61886174.25,61886643.2,127,145,750.3200000047684,wstate -7137,SUCCESS,2,1,947.1,61886643.2,61887590.3,127,223,1515.3599999904634,qftentangled -7139,SUCCESS,2,1,115.12,61887590.3,61887705.42,127,36,184.19200000762942,graphstate -7141,SUCCESS,2,1,3711.22,61887705.42,61891416.64,127,2276,5937.951999998093,qftentangled -7143,SUCCESS,2,1,134.97,61891416.64,61891551.61,127,60,215.95199999809267,graphstate -7145,SUCCESS,2,1,5874.76,61891551.61,61897426.37,127,1286,9399.615999996662,wstate -7146,SUCCESS,2,1,25003.64,61897426.37,61922430.01,127,7954,40005.824000000954,su2random -7147,SUCCESS,2,1,3191.88,61922430.01,61925621.89,127,1827,5107.008000004292,ae -7149,SUCCESS,2,1,3765.23,61925621.89,61929387.12,127,1263,6024.367999994755,twolocalrandom -7150,SUCCESS,2,1,595.13,61929387.12,61929982.25,127,416,952.2080000042915,ae -7151,SUCCESS,2,1,1458.91,61929982.25,61931441.16,127,701,2334.255999994278,dj -7152,SUCCESS,2,1,6041.91,61931441.16,61937483.07,127,1486,9667.0560000062,wstate -7153,SUCCESS,2,1,19336.66,61937483.07,61956819.73,127,6240,30938.65599999428,twolocalrandom -7154,SUCCESS,2,1,9588.23,61956819.73,61966407.96,127,3131,15341.168000006677,qpeinexact -7155,SUCCESS,2,1,2102.6,61966407.96,61968510.56,127,1318,3364.1600000023845,realamprandom -7156,SUCCESS,2,1,222.18,61968510.56,61968732.74,127,73,355.4879999995232,ghz -7157,SUCCESS,2,1,18826.34,61968732.74,61987559.08,127,6169,30122.1439999938,su2random -7158,SUCCESS,2,1,867.65,61987559.08,61988426.73,127,203,1388.239999997616,graphstate -7159,SUCCESS,2,1,8878.91,61988426.73,61997305.64,127,2509,14206.2560000062,qpeinexact -7160,SUCCESS,2,1,6620.85,61997305.64,62003926.49,127,2786,10593.360000002385,ae -7162,SUCCESS,2,1,143628.54,62003926.49,62147555.03,127,31368,229805.6639999986,random -7163,SUCCESS,2,1,9449.9,62147555.03,62157004.93,127,5621,15119.839999997617,realamprandom -7166,SUCCESS,2,1,20088.69,62157004.93,62177093.62,127,7097,32141.903999996186,qftentangled -7167,SUCCESS,2,1,9788.09,62177093.62,62186881.71,127,3295,15660.944000005722,qpeexact -7168,SUCCESS,2,1,10107.99,62186881.71,62196989.7,127,2162,16172.78400000334,twolocalrandom -7169,SUCCESS,2,1,85.91,62196989.7,62197075.61,127,58,137.45599999427796,ghz -7172,SUCCESS,2,1,2610.97,62197075.61,62199686.58,127,742,4177.5519999980925,qftentangled -7173,SUCCESS,2,1,18498.45,62199686.58,62218185.03,127,4040,29597.52000000477,ae -7174,SUCCESS,2,1,198.64,62218185.03,62218383.67,127,67,317.8240000009537,graphstate -7175,SUCCESS,2,1,12615.49,62218383.67,62230999.16,127,6607,20184.783999991418,qwalk-v-chain -7177,SUCCESS,2,1,39956.89,62230999.16,62270956.05,127,23734,63931.02400000096,random -7178,SUCCESS,2,1,140.21,62270956.05,62271096.26,127,35,224.33600000143053,graphstate -7179,SUCCESS,2,1,133.16,62271096.26,62271229.42,127,54,213.0560000061989,qaoa -7180,SUCCESS,2,1,864.73,62271229.42,62272094.15,127,204,1383.567999994755,su2random -7184,SUCCESS,2,1,455.11,62272094.15,62272549.26,127,131,728.1759999990463,graphstate -7186,SUCCESS,2,1,20583.18,62272549.26,62293132.44,127,12066,32933.08799999952,su2random -7187,SUCCESS,2,1,6409.6,62293132.44,62299542.04,127,1642,10255.360000002385,qnn -7188,SUCCESS,2,1,27222.6,62299542.04,62326764.64,127,7690,43556.16000000239,qpeinexact -7189,SUCCESS,2,1,1723.92,62326764.64,62328488.56,127,397,2758.2719999909405,wstate -7190,SUCCESS,2,1,419.81,62328488.56,62328908.37,127,112,671.6960000038148,dj -7191,SUCCESS,2,1,19670.46,62328908.37,62348578.83,127,5662,31472.73600000143,qpeinexact -7192,SUCCESS,2,1,330.57,62348578.83,62348909.4,127,107,528.9120000004768,graphstate -7193,SUCCESS,2,1,4622.6,62348909.4,62353532,127,1272,7396.160000002385,realamprandom -7194,SUCCESS,2,1,17515.94,62353532,62371047.94,127,4181,28025.50399999619,qpeinexact -7195,SUCCESS,2,1,10081.2,62371047.94,62381129.14,127,2545,16129.92000000477,qpeinexact -7196,SUCCESS,2,1,8258.64,62381129.14,62389387.78,127,2647,13213.824000000954,qnn -7198,SUCCESS,2,1,662.62,62389387.78,62390050.4,127,298,1060.1919999957086,dj -7199,SUCCESS,2,1,10998.67,62390050.4,62401049.07,127,3108,17597.872000002862,qft -7200,SUCCESS,2,1,4079.58,62401049.07,62405128.65,127,888,6527.327999997139,qpeexact -7201,SUCCESS,2,1,6915.86,62405128.65,62412044.51,127,2162,11065.375999999047,realamprandom -7202,SUCCESS,2,1,1962.85,62412044.51,62414007.36,127,982,3140.560000002384,random -7203,SUCCESS,2,1,17850.87,62414007.36,62431858.23,127,4379,28561.39199999571,qpeexact -7204,SUCCESS,2,1,199.13,62431858.23,62432057.36,127,62,318.60800000429157,graphstate -7205,SUCCESS,2,1,240.53,62432057.36,62432297.89,127,145,384.8480000019074,wstate -7206,SUCCESS,2,1,485.35,62432297.89,62432783.24,127,234,776.5599999904633,qftentangled -7207,SUCCESS,2,1,12415.73,62432783.24,62445198.97,127,8573,19865.168000006677,qpeinexact -7208,SUCCESS,2,1,891.84,62445198.97,62446090.81,127,197,1426.9439999938013,wstate -7209,SUCCESS,2,1,9004.8,62446090.81,62455095.61,127,6432,14407.680000007153,qft -7210,SUCCESS,2,1,23445.67,62455095.61,62478541.28,127,4869,37513.07200000286,qftentangled -7212,SUCCESS,2,1,24443.71,62478541.28,62502984.99,127,5366,39109.936000001435,twolocalrandom -7213,SUCCESS,2,1,10336.68,62502984.99,62513321.67,127,3779,16538.687999999525,realamprandom -7214,SUCCESS,2,1,329.75,62513321.67,62513651.42,127,130,527.599999988079,graphstate -7215,SUCCESS,2,1,742,62513651.42,62514393.42,127,213,1187.2,graphstate -7216,SUCCESS,2,1,173.12,62514393.42,62514566.54,127,135,276.99200000762943,graphstate -7217,SUCCESS,2,1,6623.36,62514566.54,62521189.9,127,2139,10597.375999999047,twolocalrandom -7218,SUCCESS,2,1,7248.13,62521189.9,62528438.03,127,3110,11597.008000004293,qpeinexact -7219,SUCCESS,2,1,2781.53,62528438.03,62531219.56,127,1420,4450.4480000019075,qftentangled -7220,SUCCESS,2,1,6595.22,62531219.56,62537814.78,127,2515,10552.351999998093,qpeinexact -7221,SUCCESS,2,1,323.02,62537814.78,62538137.8,127,128,516.8319999933243,dj -7222,SUCCESS,2,1,1491.58,62538137.8,62539629.38,127,320,2386.52800000906,qftentangled -7224,SUCCESS,2,1,5937.3,62539629.38,62545566.68,127,1852,9499.679999995233,qftentangled -7225,SUCCESS,2,1,429.52,62545566.68,62545996.2,127,95,687.2319999933243,ghz -7226,SUCCESS,2,1,2720.72,62545996.2,62548716.92,127,1748,4353.151999998093,qft -7227,SUCCESS,2,1,22164.15,62548716.92,62570881.07,127,5040,35462.64000000954,qft -7228,SUCCESS,2,1,6376.99,62570881.07,62577258.06,127,5222,10203.183999991417,qnn -7229,SUCCESS,2,1,3413.31,62577258.06,62580671.37,127,1728,5461.296000003815,qpeinexact -7230,SUCCESS,2,1,15715.61,62580671.37,62596386.98,127,4026,25144.97599999905,twolocalrandom -7231,SUCCESS,2,1,2763.15,62596386.98,62599150.13,127,594,4421.040000009537,dj -7232,SUCCESS,2,1,8075.51,62599150.13,62607225.64,127,2455,12920.815999996663,pricingcall -7233,SUCCESS,2,1,257.73,62607225.64,62607483.37,127,95,412.3679999947548,graphstate -7234,SUCCESS,2,1,1764.33,62607483.37,62609247.7,127,1120,2822.9280000090603,qftentangled -7236,SUCCESS,2,1,121.29,62609247.7,62609368.99,127,45,194.0639999985695,graphstate -7238,SUCCESS,2,1,1171.96,62609368.99,62610540.95,127,704,1875.1359999895096,qpeexact -7239,SUCCESS,2,1,427.01,62610540.95,62610967.96,127,292,683.2160000085831,graphstate -7240,SUCCESS,2,1,679.52,62610967.96,62611647.48,127,168,1087.2319999933243,graphstate -7241,SUCCESS,2,1,2058.01,62611647.48,62613705.49,127,913,3292.816000008583,realamprandom -7242,SUCCESS,2,1,28315.23,62613705.49,62642020.72,127,6437,45304.367999994756,qft -7244,SUCCESS,2,1,4406.59,62642020.72,62646427.31,127,993,7050.543999993802,ghz -7245,SUCCESS,2,1,1016.86,62646427.31,62647444.17,127,275,1626.9759999990465,dj -7246,SUCCESS,2,1,42719.83,62647444.17,62690164,127,21235,68351.72800000907,random -7247,SUCCESS,2,1,1005.01,62690164,62691169.01,127,592,1608.0159999966622,twolocalrandom -7249,SUCCESS,2,1,15994.1,62691169.01,62707163.11,127,3533,25590.560000002384,twolocalrandom -7251,SUCCESS,2,1,4275.68,62707163.11,62711438.79,127,2162,6841.087999999523,twolocalrandom -7252,SUCCESS,2,1,577.96,62711438.79,62712016.75,127,319,924.7360000014305,qpeinexact -7253,SUCCESS,2,1,9601.36,62712016.75,62721618.11,127,3392,15362.175999999046,random -7254,SUCCESS,2,1,361.7,62721618.11,62721979.81,127,122,578.7199999928474,graphstate -7256,SUCCESS,2,1,7803.07,62721979.81,62729782.88,127,3564,12484.912000000477,qnn -7257,SUCCESS,2,1,46020.55,62729782.88,62775803.43,127,13162,73632.88000000715,random -7258,SUCCESS,2,1,10232.74,62775803.43,62786036.17,127,3225,16372.384000003338,twolocalrandom -7259,SUCCESS,2,1,24372.42,62786036.17,62810408.59,127,6799,38995.87200000286,qpeinexact -7261,SUCCESS,2,1,6860.55,62810408.59,62817269.14,127,2159,10976.879999995232,ae -7262,SUCCESS,2,1,3497.44,62817269.14,62820766.58,127,1113,5595.903999996186,wstate -7263,SUCCESS,2,1,2479.28,62820766.58,62823245.86,127,578,3966.8480000019076,qpeinexact -7264,SUCCESS,2,1,51480.46,62823245.86,62874726.32,127,22661,82368.73600000143,random -7265,SUCCESS,2,1,31792.34,62874726.32,62906518.66,127,6922,50867.74399999381,qft -7266,SUCCESS,2,1,994.42,62906518.66,62907513.08,127,210,1591.0720000028612,qpeinexact -7267,SUCCESS,2,1,283,62907513.08,62907796.08,127,94,452.8,graphstate -7268,SUCCESS,2,1,268.17,62907796.08,62908064.25,127,58,429.07200000286105,graphstate -7269,SUCCESS,2,1,1825.7,62908064.25,62909889.95,127,610,2921.1199999928476,dj -7270,SUCCESS,2,1,20817.24,62909889.95,62930707.19,127,7243,33307.58400000334,qnn -7271,SUCCESS,2,1,11022.64,62930707.19,62941729.83,127,2395,17636.224000000955,realamprandom -7273,SUCCESS,2,1,15438.78,62941729.83,62957168.61,127,4354,24702.04800000191,qpeexact -7275,SUCCESS,2,1,241.12,62957168.61,62957409.73,127,195,385.79199999570847,graphstate -7276,SUCCESS,2,1,500.19,62957409.73,62957909.92,127,115,800.3039999961853,dj -7277,SUCCESS,2,1,25730.36,62957909.92,62983640.28,127,10220,41168.57600001097,ae -7278,SUCCESS,2,1,1349.42,62983640.28,62984989.7,127,740,2159.07199999094,twolocalrandom -7279,SUCCESS,2,1,7352.26,62984989.7,62992341.96,127,4260,11763.616000008584,qpeinexact -7280,SUCCESS,2,1,1746.47,62992341.96,62994088.43,127,468,2794.3519999980927,qftentangled -7281,SUCCESS,2,1,2108.92,62994088.43,62996197.35,127,501,3374.272000002861,portfoliovqe -7282,SUCCESS,2,1,1240.9,62996197.35,62997438.25,127,353,1985.4399999976158,wstate -7283,SUCCESS,2,1,1806.13,62997438.25,62999244.38,127,814,2889.8079999923707,twolocalrandom -7284,SUCCESS,2,1,19670.38,62999244.38,63018914.76,127,4181,31472.608000004293,su2random -7285,SUCCESS,2,1,246.65,63018914.76,63019161.41,127,70,394.63999999761586,graphstate -7286,SUCCESS,2,1,619.14,63019161.41,63019780.55,127,298,990.6240000009537,su2random -7287,SUCCESS,2,1,15710.38,63019780.55,63035490.93,127,4879,25136.608000004293,realamprandom -7288,SUCCESS,2,1,43533.81,63035490.93,63079024.74,127,9779,69654.09600000382,ae -7289,SUCCESS,2,1,132.41,63079024.74,63079157.15,127,34,211.85599999427797,ghz -7292,SUCCESS,2,1,15873.89,63079157.15,63095031.04,127,7200,25398.224000000955,su2random -7294,SUCCESS,2,1,180757.34,63095031.04,63275788.38,127,37918,289211.7440000057,random -7295,SUCCESS,2,1,2161.06,63275788.38,63277949.44,127,838,3457.695999991894,dj -7296,SUCCESS,2,1,2146.18,63277949.44,63280095.62,127,547,3433.8879999995233,dj -7298,SUCCESS,2,1,2248.24,63280095.62,63282343.86,127,1400,3597.184000003338,qnn -7300,SUCCESS,2,1,527.26,63282343.86,63282871.12,127,302,843.6159999966621,dj -7301,SUCCESS,2,1,744.37,63282871.12,63283615.49,127,328,1190.9920000076295,dj -7302,SUCCESS,2,1,14185.6,63283615.49,63297801.09,127,4576,22696.960000002386,qpeexact -7303,SUCCESS,2,1,6179.11,63297801.09,63303980.2,127,1738,9886.575999987126,twolocalrandom -7304,SUCCESS,2,1,20622.29,63303980.2,63324602.49,127,4813,32995.66400001049,qpeinexact -7305,SUCCESS,2,1,39646.21,63324602.49,63364248.7,127,13572,63433.936000001435,su2random -7306,SUCCESS,2,1,1650.25,63364248.7,63365898.95,127,536,2640.4,graphstate -7307,SUCCESS,2,1,14249.12,63365898.95,63380148.07,127,4555,22798.59199999571,qftentangled -7308,SUCCESS,2,1,28016.48,63380148.07,63408164.55,127,11340,44826.367999994756,twolocalrandom -7309,SUCCESS,2,1,641.02,63408164.55,63408805.57,127,180,1025.6320000052453,qftentangled -7310,SUCCESS,2,1,18507.97,63408805.57,63427313.54,127,4303,29612.751999998094,qftentangled -7311,SUCCESS,2,1,3229.84,63427313.54,63430543.38,127,1488,5167.744000005722,ae -7313,SUCCESS,2,1,11383.32,63430543.38,63441926.7,127,6710,18213.31200000048,ae -7314,SUCCESS,2,1,650.49,63441926.7,63442577.19,127,339,1040.783999991417,graphstate diff --git a/output/iQuantumExample6-17-07-2023_12-55-43.csv b/output/iQuantumExample6-17-07-2023_12-55-43.csv deleted file mode 100644 index 60788dbb6..000000000 --- a/output/iQuantumExample6-17-07-2023_12-55-43.csv +++ /dev/null @@ -1,7316 +0,0 @@ -QTask_ID,Status,QDCenter,QNode_ID,Execution_Time,Start_Time,Finish_Time,No_Qubits,No_Layers,Cost,Application -3,SUCCESS,2,0,2333.55,0.01,2333.56,27,2501,3733.68,twolocalrandom -8,SUCCESS,2,0,417.86,2333.56,2751.42,27,339,668.58,portfoliovqe -9,SUCCESS,2,0,116.61,2751.42,2868.03,27,233,186.58,qnn -14,SUCCESS,2,0,75.09,2868.03,2943.12,27,84,120.14,graphstate -19,SUCCESS,2,0,707.75,2943.12,3650.87,27,445,1132.4,portfolioqaoa -29,SUCCESS,2,0,586.31,3650.87,4237.18,27,465,938.1,qft -31,SUCCESS,2,0,817.57,4237.18,5054.75,27,1057,1308.11,realamprandom -39,SUCCESS,2,0,36.79,5054.75,5091.54,27,35,58.86,qaoa -44,SUCCESS,2,0,175.72,5091.54,5267.26,27,116,281.15,routing -45,SUCCESS,2,0,193.05,5267.26,5460.31,27,223,308.88,qpeexact -47,SUCCESS,2,0,1149.8,5460.31,6610.11,27,680,1839.68,qftentangled -55,SUCCESS,2,0,1319.23,6610.11,7929.34,27,912,2110.77,qpeexact -63,SUCCESS,2,0,79.08,7929.34,8008.42,27,65,126.53,wstate -64,SUCCESS,2,0,36.09,8008.42,8044.51,27,42,57.74,qaoa -66,SUCCESS,2,0,97.01,8044.51,8141.52,27,112,155.22,wstate -70,SUCCESS,2,0,480.16,8141.52,8621.68,27,802,768.26,qnn -84,SUCCESS,2,0,307.15,8621.68,8928.83,27,326,491.44,pricingput -86,SUCCESS,2,0,648.48,8928.83,9577.31,27,500,1037.57,portfoliovqe -91,SUCCESS,2,0,397.92,9577.31,9975.23,27,320,636.67,portfoliovqe -99,SUCCESS,2,0,1208.59,9975.23,11183.82,27,848,1933.74,qft -105,SUCCESS,2,0,104.94,11183.82,11288.76,27,63,167.9,dj -112,SUCCESS,2,0,749.88,11288.76,12038.64,27,434,1199.81,qpeexact -118,SUCCESS,2,0,446.15,12038.64,12484.79,27,252,713.84,realamprandom -129,SUCCESS,2,0,3728.64,12484.79,16213.43,27,2195,5965.82,pricingput -136,SUCCESS,2,0,547.2,16213.43,16760.63,27,912,875.52,qpeinexact -139,SUCCESS,2,0,627.16,16760.63,17387.79,27,756,1003.46,qpeinexact -141,SUCCESS,2,0,1057.09,17387.79,18444.88,27,804,1691.34,su2random -158,SUCCESS,2,0,34.82,18444.88,18479.7,27,30,55.71,graphstate -159,SUCCESS,2,0,959.42,18479.7,19439.12,27,576,1535.07,groundstate -160,SUCCESS,2,0,1189.08,19439.12,20628.2,27,1114,1902.53,realamprandom -161,SUCCESS,2,0,2079.61,20628.2,22707.81,27,1218,3327.38,twolocalrandom -166,SUCCESS,2,0,244.15,22707.81,22951.96,27,210,390.64,qpeexact -169,SUCCESS,2,0,60.32,22951.96,23012.28,27,66,96.51,ghz -184,SUCCESS,2,0,779.08,23012.28,23791.36,27,729,1246.53,qpeexact -193,SUCCESS,2,0,32.92,23791.36,23824.28,27,21,52.67,ghz -197,SUCCESS,2,0,315.43,23824.28,24139.71,27,352,504.69,portfoliovqe -207,SUCCESS,2,0,59.45,24139.71,24199.16,27,41,95.12,wstate -208,SUCCESS,2,0,198.5,24199.16,24397.66,27,210,317.6,su2random -213,SUCCESS,2,0,17.65,24397.66,24415.31,27,16,28.24,ghz -224,SUCCESS,2,0,300.34,24415.31,24715.65,27,316,480.54,qpeexact -229,SUCCESS,2,0,36.63,24715.65,24752.28,27,73,58.61,wstate -231,SUCCESS,2,0,6371.19,24752.28,31123.47,27,7008,10193.9,pricingput -236,SUCCESS,2,0,6573.78,31123.47,37697.25,27,3916,10518.05,qwalk-v-chain -237,SUCCESS,2,0,817.3,37697.25,38514.55,27,976,1307.68,qpeexact -240,SUCCESS,2,0,120.33,38514.55,38634.88,27,196,192.53,qpeexact -252,SUCCESS,2,0,610.47,38634.88,39245.35,27,928,976.75,portfoliovqe -260,SUCCESS,2,0,61.6,39245.35,39306.95,27,45,98.56,wstate -265,SUCCESS,2,0,749.98,39306.95,40056.93,27,492,1199.97,qftentangled -272,SUCCESS,2,0,1038.4,40056.93,41095.33,27,701,1661.44,qpeexact -275,SUCCESS,2,0,148.16,41095.33,41243.49,27,189,237.06,ae -276,SUCCESS,2,0,34.61,41243.49,41278.1,27,24,55.38,ghz -278,SUCCESS,2,0,1341.62,41278.1,42619.72,27,958,2146.59,qpeinexact -285,SUCCESS,2,0,225.98,42619.72,42845.7,27,297,361.57,qft -287,SUCCESS,2,0,524.41,42845.7,43370.11,27,333,839.06,qft -289,SUCCESS,2,0,48.63,43370.11,43418.74,27,32,77.81,graphstate -291,SUCCESS,2,0,662.25,43418.74,44080.99,27,589,1059.6,su2random -296,SUCCESS,2,0,297,44080.99,44377.99,27,543,475.2,qft -321,SUCCESS,2,0,234.2,44377.99,44612.19,27,475,374.72,qft -326,SUCCESS,2,0,12.39,44612.19,44624.58,27,11,19.82,ghz -329,SUCCESS,2,0,493.55,44624.58,45118.13,27,399,789.68,portfoliovqe -338,SUCCESS,2,0,46.09,45118.13,45164.22,27,27,73.74,vqe -339,SUCCESS,2,0,243.56,45164.22,45407.78,27,196,389.7,random -340,SUCCESS,2,0,940.94,45407.78,46348.72,27,1119,1505.5,twolocalrandom -342,SUCCESS,2,0,15.83,46348.72,46364.55,27,19,25.33,ghz -344,SUCCESS,2,0,1382.66,46364.55,47747.21,27,1306,2212.26,pricingput -359,SUCCESS,2,0,2565.6,47747.21,50312.81,27,2192,4104.96,random -361,SUCCESS,2,0,754.33,50312.81,51067.14,27,892,1206.93,qpeexact -367,SUCCESS,2,0,16.45,51067.14,51083.59,27,24,26.32,vqe -369,SUCCESS,2,0,22.34,51083.59,51105.93,27,38,35.74,dj -374,SUCCESS,2,0,619.25,51105.93,51725.18,27,902,990.8,ae -378,SUCCESS,2,0,672.96,51725.18,52398.14,27,872,1076.74,qnn -383,SUCCESS,2,0,471.26,52398.14,52869.4,27,772,754.02,qpeexact -384,SUCCESS,2,0,6463.3,52869.4,59332.7,27,10238,10341.28,grover-noancilla -391,SUCCESS,2,0,116.06,59332.7,59448.76,27,83,185.7,dj -406,SUCCESS,2,0,3823.05,59448.76,63271.81,27,3481,6116.88,random -407,SUCCESS,2,0,281.86,63271.81,63553.67,27,172,450.98,qft -416,SUCCESS,2,0,1045.79,63553.67,64599.46,27,728,1673.26,qpeexact -427,SUCCESS,2,0,2151.59,64599.46,66751.05,27,2039,3442.54,realamprandom -434,SUCCESS,2,0,6490.48,66751.05,73241.53,27,9972,10384.77,qwalk-noancilla -447,SUCCESS,2,0,99.82,73241.53,73341.35,27,69,159.71,tsp -451,SUCCESS,2,0,91.95,73341.35,73433.3,27,105,147.12,qft -455,SUCCESS,2,0,126.34,73433.3,73559.64,27,79,202.14,dj -462,SUCCESS,2,0,1149.91,73559.64,74709.55,27,730,1839.86,qft -466,SUCCESS,2,0,607.99,74709.55,75317.54,27,521,972.78,twolocalrandom -467,SUCCESS,2,0,210.32,75317.54,75527.86,27,120,336.51,wstate -472,SUCCESS,2,0,83.32,75527.86,75611.18,27,105,133.31,wstate -473,SUCCESS,2,0,149.91,75611.18,75761.09,27,329,239.86,su2random -475,SUCCESS,2,0,448.58,75761.09,76209.67,27,352,717.73,realamprandom -0,SUCCESS,2,1,86741.37,0.01,86741.38,127,20952,138786.19,random -1,SUCCESS,2,1,18421.5,86741.38,105162.88,127,8733,29474.4,twolocalrandom -2,SUCCESS,2,1,2750.52,105162.88,107913.4,127,1838,4400.83,qpeexact -4,SUCCESS,2,1,1170.82,107913.4,109084.22,127,694,1873.31,dj -5,SUCCESS,2,1,10431.27,109084.22,119515.49,127,3152,16690.03,realamprandom -6,SUCCESS,2,1,8493.85,119515.49,128009.34,127,3527,13590.16,twolocalrandom -7,SUCCESS,2,1,3946.13,128009.34,131955.47,127,1094,6313.81,wstate -480,SUCCESS,2,0,57175.44,76209.67,133385.11,27,47750,91480.7,qwalk-noancilla -484,SUCCESS,2,0,169.6,133385.11,133554.71,27,105,271.36,dj -486,SUCCESS,2,0,825.18,133554.71,134379.89,27,1001,1320.29,ae -488,SUCCESS,2,0,59.9,134379.89,134439.79,27,59,95.84,ghz -499,SUCCESS,2,0,653.92,134439.79,135093.71,27,633,1046.27,portfolioqaoa -503,SUCCESS,2,0,88.08,135093.71,135181.79,27,81,140.93,wstate -10,SUCCESS,2,1,3815.93,131955.47,135771.4,127,2777,6105.49,qftentangled -11,SUCCESS,2,1,111.53,135771.4,135882.93,127,26,178.45,routing -504,SUCCESS,2,0,994.45,135181.79,136176.24,27,937,1591.12,qnn -508,SUCCESS,2,0,605.01,136176.24,136781.25,27,484,968.02,qft -516,SUCCESS,2,0,150.99,136781.25,136932.24,27,258,241.58,qft -521,SUCCESS,2,0,233.64,136932.24,137165.88,27,275,373.82,qftentangled -533,SUCCESS,2,0,388.28,137165.88,137554.16,27,225,621.25,twolocalrandom -538,SUCCESS,2,0,96.17,137554.16,137650.33,27,64,153.87,graphstate -539,SUCCESS,2,0,713.27,137650.33,138363.6,27,674,1141.23,ae -540,SUCCESS,2,0,58.92,138363.6,138422.52,27,93,94.27,graphstate -543,SUCCESS,2,0,240.77,138422.52,138663.29,27,331,385.23,qnn -12,SUCCESS,2,1,4523.65,135882.93,140406.58,127,1027,7237.84,wstate -555,SUCCESS,2,0,2479.8,138663.29,141143.09,27,2907,3967.68,random -559,SUCCESS,2,0,191.82,141143.09,141334.91,27,258,306.91,portfolioqaoa -562,SUCCESS,2,0,1853.74,141334.91,143188.65,27,1200,2965.98,qft -564,SUCCESS,2,0,589,143188.65,143777.65,27,488,942.4,pricingcall -13,SUCCESS,2,1,4300.18,140406.58,144706.76,127,2309,6880.29,random -15,SUCCESS,2,1,27166.31,144706.76,171873.07,127,7008,43466.1,qpeexact -16,SUCCESS,2,1,929.57,171873.07,172802.64,127,708,1487.31,ae -17,SUCCESS,2,1,9881.43,172802.64,182684.07,127,3753,15810.29,twolocalrandom -18,SUCCESS,2,1,1248.74,182684.07,183932.81,127,648,1997.98,su2random -20,SUCCESS,2,1,135.11,183932.81,184067.92,127,101,216.18,dj -21,SUCCESS,2,1,26489.69,184067.92,210557.61,127,6517,42383.5,qft -22,SUCCESS,2,1,5343.1,210557.61,215900.71,127,1451,8548.96,qftentangled -567,SUCCESS,2,0,118937.76,143777.65,262715.41,27,88017,190300.42,grover-noancilla -568,SUCCESS,2,0,1151.34,262715.41,263866.75,27,1238,1842.14,qpeinexact -578,SUCCESS,2,0,54.09,263866.75,263920.84,27,82,86.54,graphstate -585,SUCCESS,2,0,254.49,263920.84,264175.33,27,284,407.18,qftentangled -589,SUCCESS,2,0,676.93,264175.33,264852.26,27,579,1083.09,qftentangled -595,SUCCESS,2,0,162.04,264852.26,265014.3,27,107,259.26,dj -596,SUCCESS,2,0,575.74,265014.3,265590.04,27,732,921.18,portfoliovqe -603,SUCCESS,2,0,694.4,265590.04,266284.44,27,766,1111.04,ae -612,SUCCESS,2,0,382.57,266284.44,266667.01,27,248,612.11,qpeinexact -614,SUCCESS,2,0,13858.49,266667.01,280525.5,27,28587,22173.58,grover-v-chain -616,SUCCESS,2,0,29.7,280525.5,280555.2,27,55,47.52,ghz -628,SUCCESS,2,0,373.05,280555.2,280928.25,27,508,596.88,portfolioqaoa -632,SUCCESS,2,0,573.2,280928.25,281501.45,27,470,917.12,random -633,SUCCESS,2,0,369.82,281501.45,281871.27,27,355,591.71,su2random -637,SUCCESS,2,0,17.06,281871.27,281888.33,27,22,27.3,graphstate -642,SUCCESS,2,0,54.41,281888.33,281942.74,27,32,87.06,routing -653,SUCCESS,2,0,10805.74,281942.74,292748.48,27,6950,17289.18,pricingcall -654,SUCCESS,2,0,199.41,292748.48,292947.89,27,130,319.06,wstate -663,SUCCESS,2,0,703.04,292947.89,293650.93,27,513,1124.86,qpeexact -665,SUCCESS,2,0,418.16,293650.93,294069.09,27,250,669.06,wstate -672,SUCCESS,2,0,192.09,294069.09,294261.18,27,292,307.34,qpeexact -673,SUCCESS,2,0,362.65,294261.18,294623.83,27,337,580.24,qnn -675,SUCCESS,2,0,453.17,294623.83,295077,27,568,725.07,qpeexact -676,SUCCESS,2,0,199.33,295077,295276.33,27,314,318.93,portfoliovqe -681,SUCCESS,2,0,486.38,295276.33,295762.71,27,438,778.21,portfoliovqe -686,SUCCESS,2,0,259.5,295762.71,296022.21,27,215,415.2,ae -699,SUCCESS,2,0,160.62,296022.21,296182.83,27,106,256.99,dj -703,SUCCESS,2,0,48.46,296182.83,296231.29,27,68,77.54,graphstate -721,SUCCESS,2,0,617.06,296231.29,296848.35,27,1114,987.3,twolocalrandom -723,SUCCESS,2,0,27.09,296848.35,296875.44,27,29,43.34,graphstate -725,SUCCESS,2,0,370.26,296875.44,297245.7,27,561,592.42,twolocalrandom -726,SUCCESS,2,0,1163.12,297245.7,298408.82,27,791,1860.99,twolocalrandom -733,SUCCESS,2,0,62.86,298408.82,298471.68,27,71,100.58,qaoa -735,SUCCESS,2,0,58.02,298471.68,298529.7,27,69,92.83,vqe -747,SUCCESS,2,0,113.54,298529.7,298643.24,27,125,181.66,dj -748,SUCCESS,2,0,45.03,298643.24,298688.27,27,41,72.05,dj -751,SUCCESS,2,0,8454.52,298688.27,307142.79,27,8407,13527.23,pricingput -761,SUCCESS,2,0,670.17,307142.79,307812.96,27,669,1072.27,ae -762,SUCCESS,2,0,1140.3,307812.96,308953.26,27,1229,1824.48,qpeinexact -769,SUCCESS,2,0,1261.26,308953.26,310214.52,27,1078,2018.02,su2random -779,SUCCESS,2,0,81.89,310214.52,310296.41,27,60,131.02,ghz -784,SUCCESS,2,0,5.07,310296.41,310301.48,27,10,8.11,ghz -787,SUCCESS,2,0,2090.54,310301.48,312392.02,27,1287,3344.86,su2random -788,SUCCESS,2,0,142.94,312392.02,312534.96,27,144,228.7,dj -791,SUCCESS,2,0,955.53,312534.96,313490.49,27,687,1528.85,qpeexact -792,SUCCESS,2,0,840.14,313490.49,314330.63,27,730,1344.22,ae -798,SUCCESS,2,0,37.83,314330.63,314368.46,27,25,60.53,graphstate -801,SUCCESS,2,0,1059.51,314368.46,315427.97,27,912,1695.22,ae -803,SUCCESS,2,0,110.36,315427.97,315538.33,27,96,176.58,qpeexact -805,SUCCESS,2,0,635.09,315538.33,316173.42,27,675,1016.14,twolocalrandom -814,SUCCESS,2,0,358.4,316173.42,316531.82,27,270,573.44,random -821,SUCCESS,2,0,613.81,316531.82,317145.63,27,713,982.1,ae -823,SUCCESS,2,0,631.78,317145.63,317777.41,27,499,1010.85,realamprandom -826,SUCCESS,2,0,68.34,317777.41,317845.75,27,78,109.34,tsp -831,SUCCESS,2,0,34.64,317845.75,317880.39,27,33,55.42,wstate -832,SUCCESS,2,0,740.74,317880.39,318621.13,27,773,1185.18,qpeinexact -839,SUCCESS,2,0,321.13,318621.13,318942.26,27,436,513.81,ae -841,SUCCESS,2,0,515.15,318942.26,319457.41,27,704,824.24,su2random -861,SUCCESS,2,0,356.46,319457.41,319813.87,27,366,570.34,random -865,SUCCESS,2,0,878.07,319813.87,320691.94,27,582,1404.91,random -866,SUCCESS,2,0,721.55,320691.94,321413.49,27,586,1154.48,realamprandom -867,SUCCESS,2,0,2530.26,321413.49,323943.75,27,1438,4048.42,pricingcall -868,SUCCESS,2,0,68.78,323943.75,324012.53,27,45,110.05,graphstate -869,SUCCESS,2,0,101.46,324012.53,324113.99,27,113,162.34,wstate -878,SUCCESS,2,0,31.04,324113.99,324145.03,27,20,49.66,routing -882,SUCCESS,2,0,364.2,324145.03,324509.23,27,461,582.72,qnn -887,SUCCESS,2,0,77.09,324509.23,324586.32,27,113,123.34,dj -894,SUCCESS,2,0,883.53,324586.32,325469.85,27,518,1413.65,qft -895,SUCCESS,2,0,2869.98,325469.85,328339.83,27,2043,4591.97,qwalk-v-chain -901,SUCCESS,2,0,199.81,328339.83,328539.64,27,218,319.7,qft -903,SUCCESS,2,0,393.36,328539.64,328933,27,795,629.38,qft -904,SUCCESS,2,0,480.94,328933,329413.94,27,939,769.5,ae -918,SUCCESS,2,0,430,329413.94,329843.94,27,362,688,qpeinexact -923,SUCCESS,2,0,314.32,329843.94,330158.26,27,335,502.91,qpeinexact -23,SUCCESS,2,1,116331.89,215900.71,332232.6,127,48071,186131.02,random -928,SUCCESS,2,0,5644.51,330158.26,335802.77,27,7071,9031.22,pricingcall -936,SUCCESS,2,0,577.56,335802.77,336380.33,27,494,924.1,ae -944,SUCCESS,2,0,57.53,336380.33,336437.86,27,91,92.05,dj -950,SUCCESS,2,0,1353.78,336437.86,337791.64,27,1242,2166.05,qft -24,SUCCESS,2,1,5696.18,332232.6,337928.78,127,2286,9113.89,realamprandom -25,SUCCESS,2,1,1651.79,337928.78,339580.57,127,961,2642.86,wstate -26,SUCCESS,2,1,226.32,339580.57,339806.89,127,51,362.11,dj -27,SUCCESS,2,1,39848.86,339806.89,379655.75,127,9030,63758.18,qnn -28,SUCCESS,2,1,11965.44,379655.75,391621.19,127,7752,19144.7,ae -951,SUCCESS,2,0,57967.3,337791.64,395758.94,27,98613,92747.68,qwalk-noancilla -953,SUCCESS,2,0,188.81,395758.94,395947.75,27,358,302.1,realamprandom -968,SUCCESS,2,0,66.72,395947.75,396014.47,27,66,106.75,graphstate -30,SUCCESS,2,1,31163.84,391621.19,422785.03,127,8620,49862.14,realamprandom -32,SUCCESS,2,1,5025.32,422785.03,427810.35,127,1794,8040.51,qpeinexact -33,SUCCESS,2,1,1074.23,427810.35,428884.58,127,704,1718.77,qft -34,SUCCESS,2,1,1087.76,428884.58,429972.34,127,252,1740.42,realamprandom -35,SUCCESS,2,1,882,429972.34,430854.34,127,210,1411.2,ghz -36,SUCCESS,2,1,7063.17,430854.34,437917.51,127,5198,11301.07,random -37,SUCCESS,2,1,1537.17,437917.51,439454.68,127,970,2459.47,ae -38,SUCCESS,2,1,1688.72,439454.68,441143.4,127,1292,2701.95,qft -976,SUCCESS,2,0,52724.84,396014.47,448739.31,27,76125,84359.74,qwalk-noancilla -979,SUCCESS,2,0,1202.2,448739.31,449941.51,27,896,1923.52,twolocalrandom -982,SUCCESS,2,0,446.42,449941.51,450387.93,27,447,714.27,qft -987,SUCCESS,2,0,268.88,450387.93,450656.81,27,316,430.21,wstate -991,SUCCESS,2,0,428.53,450656.81,451085.34,27,338,685.65,realamprandom -995,SUCCESS,2,0,185.78,451085.34,451271.12,27,109,297.25,ghz -1012,SUCCESS,2,0,1085.55,451271.12,452356.67,27,740,1736.88,su2random -1015,SUCCESS,2,0,998.09,452356.67,453354.76,27,600,1596.94,realamprandom -1016,SUCCESS,2,0,263.69,453354.76,453618.45,27,399,421.9,qnn -1018,SUCCESS,2,0,376.41,453618.45,453994.86,27,324,602.26,qft -1019,SUCCESS,2,0,1847.25,453994.86,455842.11,27,1229,2955.6,qpeexact -1028,SUCCESS,2,0,225.39,455842.11,456067.5,27,241,360.62,realamprandom -1033,SUCCESS,2,0,542.35,456067.5,456609.85,27,394,867.76,qnn -1034,SUCCESS,2,0,1530.84,456609.85,458140.69,27,1110,2449.34,random -1038,SUCCESS,2,0,19.16,458140.69,458159.85,27,11,30.66,ghz -1039,SUCCESS,2,0,43.68,458159.85,458203.53,27,41,69.89,dj -1044,SUCCESS,2,0,572.17,458203.53,458775.7,27,781,915.47,twolocalrandom -1046,SUCCESS,2,0,15.61,458775.7,458791.31,27,19,24.98,ghz -1047,SUCCESS,2,0,429.61,458791.31,459220.92,27,410,687.38,portfolioqaoa -1048,SUCCESS,2,0,72.36,459220.92,459293.28,27,62,115.78,ghz -1049,SUCCESS,2,0,254.98,459293.28,459548.26,27,196,407.97,tsp -1052,SUCCESS,2,0,3433.63,459548.26,462981.89,27,2378,5493.81,random -1057,SUCCESS,2,0,74.22,462981.89,463056.11,27,139,118.75,qft -1059,SUCCESS,2,0,371.38,463056.11,463427.49,27,229,594.21,qft -1072,SUCCESS,2,0,40.19,463427.49,463467.68,27,33,64.3,wstate -1077,SUCCESS,2,0,762.34,463467.68,464230.02,27,766,1219.74,portfolioqaoa -40,SUCCESS,2,1,28831.42,441143.4,469974.82,127,5986,46130.27,qft -1079,SUCCESS,2,0,7804.34,464230.02,472034.36,27,5392,12486.94,qwalk-noancilla -1092,SUCCESS,2,0,1113.63,472034.36,473147.99,27,693,1781.81,random -41,SUCCESS,2,1,16663.84,469974.82,486638.66,127,5429,26662.14,ae -42,SUCCESS,2,1,248.68,486638.66,486887.34,127,95,397.89,graphstate -43,SUCCESS,2,1,16321.39,486887.34,503208.73,127,5194,26114.22,qpeexact -46,SUCCESS,2,1,11162.52,503208.73,514371.25,127,5219,17860.03,qpeexact -48,SUCCESS,2,1,5345.58,514371.25,519716.83,127,1681,8552.93,random -49,SUCCESS,2,1,7194.56,519716.83,526911.39,127,3329,11511.3,qpeinexact -1095,SUCCESS,2,0,73176.72,473147.99,546324.71,27,79315,117082.75,qwalk-noancilla -50,SUCCESS,2,1,46683.78,526911.39,573595.17,127,13170,74694.05,su2random -51,SUCCESS,2,1,205.04,573595.17,573800.21,127,129,328.06,graphstate -52,SUCCESS,2,1,44.77,573800.21,573844.98,127,29,71.63,wstate -53,SUCCESS,2,1,67606.5,573844.98,641451.48,127,18448,108170.4,random -54,SUCCESS,2,1,331.88,641451.48,641783.36,127,109,531.01,wstate -56,SUCCESS,2,1,2721.61,641783.36,644504.97,127,630,4354.58,dj -57,SUCCESS,2,1,1189.28,644504.97,645694.25,127,841,1902.85,ae -58,SUCCESS,2,1,1727.71,645694.25,647421.96,127,361,2764.34,dj -59,SUCCESS,2,1,2931.45,647421.96,650353.41,127,851,4690.32,realamprandom -60,SUCCESS,2,1,8006.79,650353.41,658360.2,127,1673,12810.86,qnn -61,SUCCESS,2,1,3928.95,658360.2,662289.15,127,2420,6286.32,qftentangled -62,SUCCESS,2,1,32519.24,662289.15,694808.39,127,12791,52030.78,realamprandom -65,SUCCESS,2,1,8830.76,694808.39,703639.15,127,4668,14129.22,qftentangled -67,SUCCESS,2,1,21993.15,703639.15,725632.3,127,4926,35189.04,qpeexact -68,SUCCESS,2,1,1416.35,725632.3,727048.65,127,371,2266.16,qnn -69,SUCCESS,2,1,1967.22,727048.65,729015.87,127,1246,3147.55,wstate -71,SUCCESS,2,1,16874.8,729015.87,745890.67,127,5047,26999.68,su2random -72,SUCCESS,2,1,2902.89,745890.67,748793.56,127,1117,4644.62,wstate -73,SUCCESS,2,1,1071.89,748793.56,749865.45,127,294,1715.02,graphstate -1096,SUCCESS,2,0,236621.05,546324.71,782945.76,27,161588,378593.68,qwalk-noancilla -1104,SUCCESS,2,0,429.42,782945.76,783375.18,27,658,687.07,qpeinexact -1127,SUCCESS,2,0,474.58,783375.18,783849.76,27,401,759.33,qftentangled -1135,SUCCESS,2,0,23.68,783849.76,783873.44,27,26,37.89,routing -1137,SUCCESS,2,0,1887.46,783873.44,785760.9,27,2007,3019.94,qnn -1139,SUCCESS,2,0,53.38,785760.9,785814.28,27,34,85.41,dj -1141,SUCCESS,2,0,163.57,785814.28,785977.85,27,94,261.71,qaoa -1146,SUCCESS,2,0,790.07,785977.85,786767.92,27,1594,1264.11,random -1153,SUCCESS,2,0,810.31,786767.92,787578.23,27,559,1296.5,qftentangled -1155,SUCCESS,2,0,75.13,787578.23,787653.36,27,84,120.21,dj -1158,SUCCESS,2,0,471.04,787653.36,788124.4,27,328,753.66,qpeexact -1161,SUCCESS,2,0,770.25,788124.4,788894.65,27,504,1232.4,twolocalrandom -1170,SUCCESS,2,0,1037.89,788894.65,789932.54,27,1003,1660.62,ae -1178,SUCCESS,2,0,9.12,789932.54,789941.66,27,16,14.59,ghz -1184,SUCCESS,2,0,56.53,789941.66,789998.19,27,41,90.45,dj -1188,SUCCESS,2,0,1029.35,789998.19,791027.54,27,625,1646.96,groundstate -74,SUCCESS,2,1,83409.04,749865.45,833274.49,127,32124,133454.46,random -75,SUCCESS,2,1,482.18,833274.49,833756.67,127,158,771.49,graphstate -1192,SUCCESS,2,0,53107.49,791027.54,844135.03,27,31530,84971.98,grover-noancilla -1199,SUCCESS,2,0,405.8,844135.03,844540.83,27,527,649.28,qft -1206,SUCCESS,2,0,285.14,844540.83,844825.97,27,321,456.22,portfolioqaoa -1210,SUCCESS,2,0,22.34,844825.97,844848.31,27,32,35.74,graphstate -1212,SUCCESS,2,0,18.82,844848.31,844867.13,27,40,30.11,dj -1235,SUCCESS,2,0,326.89,844867.13,845194.02,27,592,523.02,qftentangled -1238,SUCCESS,2,0,244.51,845194.02,845438.53,27,254,391.22,qft -1239,SUCCESS,2,0,1212.78,845438.53,846651.31,27,866,1940.45,ae -1242,SUCCESS,2,0,222.79,846651.31,846874.1,27,336,356.46,qpeexact -1243,SUCCESS,2,0,454.75,846874.1,847328.85,27,425,727.6,su2random -1244,SUCCESS,2,0,247.09,847328.85,847575.94,27,162,395.34,qpeinexact -1257,SUCCESS,2,0,136.67,847575.94,847712.61,27,130,218.67,dj -1268,SUCCESS,2,0,19.2,847712.61,847731.81,27,42,30.72,ghz -1270,SUCCESS,2,0,525.55,847731.81,848257.36,27,922,840.88,random -1272,SUCCESS,2,0,391.81,848257.36,848649.17,27,538,626.9,qftentangled -1274,SUCCESS,2,0,289.26,848649.17,848938.43,27,633,462.82,qnn -1278,SUCCESS,2,0,280,848938.43,849218.43,27,181,448,random -1294,SUCCESS,2,0,140.11,849218.43,849358.54,27,174,224.18,qftentangled -1299,SUCCESS,2,0,16.27,849358.54,849374.81,27,12,26.03,ghz -1307,SUCCESS,2,0,94.9,849374.81,849469.71,27,69,151.84,dj -1317,SUCCESS,2,0,595.39,849469.71,850065.1,27,806,952.62,qftentangled -1318,SUCCESS,2,0,334.63,850065.1,850399.73,27,506,535.41,qnn -1320,SUCCESS,2,0,35.49,850399.73,850435.22,27,33,56.78,graphstate -1328,SUCCESS,2,0,1540.66,850435.22,851975.88,27,1093,2465.06,su2random -1331,SUCCESS,2,0,54.46,851975.88,852030.34,27,45,87.14,dj -1334,SUCCESS,2,0,598.73,852030.34,852629.07,27,438,957.97,su2random -1343,SUCCESS,2,0,483.97,852629.07,853113.04,27,325,774.35,qpeinexact -1344,SUCCESS,2,0,37.37,853113.04,853150.41,27,44,59.79,graphstate -1345,SUCCESS,2,0,592.06,853150.41,853742.47,27,559,947.3,qpeexact -1346,SUCCESS,2,0,3801.5,853742.47,857543.97,27,7262,6082.4,pricingcall -1348,SUCCESS,2,0,112.07,857543.97,857656.04,27,179,179.31,pricingput -1350,SUCCESS,2,0,600.23,857656.04,858256.27,27,1289,960.37,realamprandom -1352,SUCCESS,2,0,516.37,858256.27,858772.64,27,308,826.19,portfolioqaoa -1354,SUCCESS,2,0,27.07,858772.64,858799.71,27,26,43.31,routing -1370,SUCCESS,2,0,156.27,858799.71,858955.98,27,100,250.03,qaoa -1374,SUCCESS,2,0,51.61,858955.98,859007.59,27,30,82.58,vqe -1380,SUCCESS,2,0,18.4,859007.59,859025.99,27,14,29.44,ghz -1383,SUCCESS,2,0,393.5,859025.99,859419.49,27,361,629.6,qft -1392,SUCCESS,2,0,533.71,859419.49,859953.2,27,896,853.94,realamprandom -1395,SUCCESS,2,0,1236.12,859953.2,861189.32,27,783,1977.79,qpeinexact -1396,SUCCESS,2,0,82.23,861189.32,861271.55,27,103,131.57,dj -1402,SUCCESS,2,0,20.64,861271.55,861292.19,27,32,33.02,routing -1408,SUCCESS,2,0,284.64,861292.19,861576.83,27,170,455.42,ae -1428,SUCCESS,2,0,477.44,861576.83,862054.27,27,677,763.9,qnn -1433,SUCCESS,2,0,28.39,862054.27,862082.66,27,26,45.42,graphstate -1436,SUCCESS,2,0,167.67,862082.66,862250.33,27,312,268.27,qft -76,SUCCESS,2,1,30032.41,833756.67,863789.08,127,11726,48051.86,qnn -1439,SUCCESS,2,0,2378.54,862250.33,864628.87,27,2039,3805.66,twolocalrandom -1442,SUCCESS,2,0,680.32,864628.87,865309.19,27,465,1088.51,su2random -1443,SUCCESS,2,0,606.94,865309.19,865916.13,27,1005,971.1,pricingput -1444,SUCCESS,2,0,389.7,865916.13,866305.83,27,235,623.52,realamprandom -1448,SUCCESS,2,0,21.32,866305.83,866327.15,27,44,34.11,qaoa -1450,SUCCESS,2,0,1791.72,866327.15,868118.87,27,1986,2866.75,pricingcall -1456,SUCCESS,2,0,24.15,868118.87,868143.02,27,53,38.64,wstate -1460,SUCCESS,2,0,428.8,868143.02,868571.82,27,306,686.08,pricingcall -1462,SUCCESS,2,0,81.38,868571.82,868653.2,27,55,130.21,dj -1464,SUCCESS,2,0,225.65,868653.2,868878.85,27,159,361.04,pricingcall -1469,SUCCESS,2,0,796.73,868878.85,869675.58,27,458,1274.77,realamprandom -1470,SUCCESS,2,0,700.18,869675.58,870375.76,27,1200,1120.29,qftentangled -1471,SUCCESS,2,0,587.12,870375.76,870962.88,27,484,939.39,realamprandom -1472,SUCCESS,2,0,421.09,870962.88,871383.97,27,270,673.74,su2random -1483,SUCCESS,2,0,32.45,871383.97,871416.42,27,57,51.92,wstate -1485,SUCCESS,2,0,44.27,871416.42,871460.69,27,26,70.83,vqe -1495,SUCCESS,2,0,598.23,871460.69,872058.92,27,420,957.17,portfolioqaoa -1497,SUCCESS,2,0,14,872058.92,872072.92,27,26,22.4,graphstate -1503,SUCCESS,2,0,377.84,872072.92,872450.76,27,433,604.54,qnn -1507,SUCCESS,2,0,1020.32,872450.76,873471.08,27,925,1632.51,qpeinexact -1510,SUCCESS,2,0,37.82,873471.08,873508.9,27,26,60.51,graphstate -1511,SUCCESS,2,0,1043.64,873508.9,874552.54,27,598,1669.82,su2random -77,SUCCESS,2,1,16867.73,863789.08,880656.81,127,4776,26988.37,qftentangled -78,SUCCESS,2,1,3385.98,880656.81,884042.79,127,1154,5417.57,qnn -79,SUCCESS,2,1,284.47,884042.79,884327.26,127,101,455.15,wstate -1513,SUCCESS,2,0,10959.96,874552.54,885512.5,27,7947,17535.94,qwalk-v-chain -1517,SUCCESS,2,0,374.66,885512.5,885887.16,27,734,599.46,su2random -1519,SUCCESS,2,0,59.99,885887.16,885947.15,27,105,95.98,vqe -80,SUCCESS,2,1,10951.5,884327.26,895278.76,127,2393,17522.4,su2random -81,SUCCESS,2,1,13877.49,895278.76,909156.25,127,7922,22203.98,qpeexact -82,SUCCESS,2,1,3607.79,909156.25,912764.04,127,1070,5772.46,ghz -83,SUCCESS,2,1,2582.72,912764.04,915346.76,127,582,4132.35,wstate -85,SUCCESS,2,1,6967.9,915346.76,922314.66,127,1532,11148.64,ae -87,SUCCESS,2,1,12036.82,922314.66,934351.48,127,3555,19258.91,qftentangled -1522,SUCCESS,2,0,58117.5,885947.15,944064.65,27,39234,92988,grover-noancilla -1524,SUCCESS,2,0,244.76,944064.65,944309.41,27,256,391.62,random -1534,SUCCESS,2,0,254.12,944309.41,944563.53,27,267,406.59,portfoliovqe -1536,SUCCESS,2,0,294.08,944563.53,944857.61,27,252,470.53,qftentangled -1537,SUCCESS,2,0,2096,944857.61,946953.61,27,1472,3353.6,su2random -1538,SUCCESS,2,0,675.52,946953.61,947629.13,27,571,1080.83,ae -1540,SUCCESS,2,0,1334.66,947629.13,948963.79,27,896,2135.46,realamprandom -1542,SUCCESS,2,0,12.95,948963.79,948976.74,27,24,20.72,vqe -1543,SUCCESS,2,0,2014.35,948976.74,950991.09,27,2382,3222.96,pricingput -1547,SUCCESS,2,0,1030.11,950991.09,952021.2,27,1170,1648.18,twolocalrandom -1555,SUCCESS,2,0,77.86,952021.2,952099.06,27,65,124.58,wstate -1565,SUCCESS,2,0,67.65,952099.06,952166.71,27,136,108.24,dj -1580,SUCCESS,2,0,29.5,952166.71,952196.21,27,30,47.2,graphstate -1583,SUCCESS,2,0,884.85,952196.21,953081.06,27,504,1415.76,qnn -88,SUCCESS,2,1,18934.16,934351.48,953285.64,127,4371,30294.66,random -89,SUCCESS,2,1,977.03,953285.64,954262.67,127,797,1563.25,qftentangled -1591,SUCCESS,2,0,1667.14,953081.06,954748.2,27,1099,2667.42,ae -1597,SUCCESS,2,0,17.85,954748.2,954766.05,27,20,28.56,routing -1606,SUCCESS,2,0,253.73,954766.05,955019.78,27,177,405.97,qnn -1607,SUCCESS,2,0,93.91,955019.78,955113.69,27,171,150.26,twolocalrandom -90,SUCCESS,2,1,920.9,954262.67,955183.57,127,547,1473.44,su2random -1610,SUCCESS,2,0,402.83,955113.69,955516.52,27,288,644.53,qft -1615,SUCCESS,2,0,23.59,955516.52,955540.11,27,23,37.74,dj -1617,SUCCESS,2,0,567.36,955540.11,956107.47,27,581,907.78,qpeexact -1627,SUCCESS,2,0,35.36,956107.47,956142.83,27,44,56.58,graphstate -1632,SUCCESS,2,0,90.17,956142.83,956233,27,187,144.27,qftentangled -1636,SUCCESS,2,0,701.42,956233,956934.42,27,728,1122.27,qftentangled -1637,SUCCESS,2,0,758.51,956934.42,957692.93,27,433,1213.62,qpeinexact -1641,SUCCESS,2,0,30.5,957692.93,957723.43,27,24,48.8,routing -1642,SUCCESS,2,0,96.74,957723.43,957820.17,27,108,154.78,ghz -1647,SUCCESS,2,0,303.87,957820.17,958124.04,27,485,486.19,twolocalrandom -1650,SUCCESS,2,0,678.97,958124.04,958803.01,27,382,1086.35,ae -1655,SUCCESS,2,0,215.98,958803.01,959018.99,27,134,345.57,qpeinexact -1657,SUCCESS,2,0,23.87,959018.99,959042.86,27,23,38.19,ghz -1658,SUCCESS,2,0,41.81,959042.86,959084.67,27,35,66.9,dj -1659,SUCCESS,2,0,511.94,959084.67,959596.61,27,440,819.1,qpeinexact -1660,SUCCESS,2,0,317.63,959596.61,959914.24,27,468,508.21,ae -1662,SUCCESS,2,0,517.58,959914.24,960431.82,27,653,828.13,qpeinexact -1663,SUCCESS,2,0,51.65,960431.82,960483.47,27,31,82.64,ghz -1664,SUCCESS,2,0,68.05,960483.47,960551.52,27,73,108.88,ghz -1674,SUCCESS,2,0,193.26,960551.52,960744.78,27,192,309.22,su2random -1678,SUCCESS,2,0,2189.34,960744.78,962934.12,27,1531,3502.94,pricingcall -1682,SUCCESS,2,0,30.8,962934.12,962964.92,27,37,49.28,dj -1692,SUCCESS,2,0,505.33,962964.92,963470.25,27,512,808.53,portfoliovqe -92,SUCCESS,2,1,8756.5,955183.57,963940.07,127,5158,14010.4,qwalk-v-chain -1701,SUCCESS,2,0,543.14,963470.25,964013.39,27,329,869.02,qpeinexact -93,SUCCESS,2,1,77.34,963940.07,964017.41,127,42,123.74,dj -1703,SUCCESS,2,0,66.04,964013.39,964079.43,27,67,105.66,routing -94,SUCCESS,2,1,4495.93,964017.41,968513.34,127,2244,7193.49,qftentangled -95,SUCCESS,2,1,1585.37,968513.34,970098.71,127,532,2536.59,ae -96,SUCCESS,2,1,436.49,970098.71,970535.2,127,187,698.38,dj -97,SUCCESS,2,1,9620.64,970535.2,980155.84,127,4454,15393.02,qftentangled -98,SUCCESS,2,1,1884.05,980155.84,982039.89,127,605,3014.48,dj -100,SUCCESS,2,1,4662.2,982039.89,986702.09,127,1063,7459.52,qft -101,SUCCESS,2,1,3964.72,986702.09,990666.81,127,1553,6343.55,realamprandom -102,SUCCESS,2,1,2340,990666.81,993006.81,127,1000,3744,pricingcall -1723,SUCCESS,2,0,37756.35,964079.43,1001835.78,27,35315,60410.16,shor -1726,SUCCESS,2,0,9.18,1001835.78,1001844.96,27,10,14.69,ghz -1731,SUCCESS,2,0,50.3,1001844.96,1001895.26,27,29,80.48,vqe -1732,SUCCESS,2,0,41.49,1001895.26,1001936.75,27,58,66.38,vqe -1737,SUCCESS,2,0,22.85,1001936.75,1001959.6,27,13,36.56,ghz -1757,SUCCESS,2,0,564.35,1001959.6,1002523.95,27,559,902.96,portfoliovqe -1769,SUCCESS,2,0,500.34,1002523.95,1003024.29,27,534,800.54,qpeinexact -1772,SUCCESS,2,0,4672.31,1003024.29,1007696.6,27,2658,7475.7,qwalk-v-chain -1776,SUCCESS,2,0,4769.24,1007696.6,1012465.84,27,3625,7630.78,grover-noancilla -1778,SUCCESS,2,0,850.04,1012465.84,1013315.88,27,1076,1360.06,ae -1784,SUCCESS,2,0,33.64,1013315.88,1013349.52,27,35,53.82,qaoa -1792,SUCCESS,2,0,523.76,1013349.52,1013873.28,27,891,838.02,qpeinexact -1801,SUCCESS,2,0,137.45,1013873.28,1014010.73,27,85,219.92,wstate -1812,SUCCESS,2,0,26.01,1014010.73,1014036.74,27,38,41.62,graphstate -1813,SUCCESS,2,0,1268.96,1014036.74,1015305.7,27,781,2030.34,realamprandom -1815,SUCCESS,2,0,83.21,1015305.7,1015388.91,27,99,133.14,dj -1817,SUCCESS,2,0,187.11,1015388.91,1015576.02,27,327,299.38,qftentangled -1821,SUCCESS,2,0,1201.08,1015576.02,1016777.1,27,1067,1921.73,ae -1824,SUCCESS,2,0,155.73,1016777.1,1016932.83,27,164,249.17,dj -1832,SUCCESS,2,0,3494.42,1016932.83,1020427.25,27,2843,5591.07,pricingcall -1842,SUCCESS,2,0,539.34,1020427.25,1020966.59,27,1091,862.94,qftentangled -1844,SUCCESS,2,0,4126.97,1020966.59,1025093.56,27,4102,6603.15,qwalk-v-chain -1845,SUCCESS,2,0,519.17,1025093.56,1025612.73,27,492,830.67,portfoliovqe -1847,SUCCESS,2,0,1798.02,1025612.73,1027410.75,27,1427,2876.83,pricingcall -1848,SUCCESS,2,0,1125.58,1027410.75,1028536.33,27,2136,1800.93,random -1854,SUCCESS,2,0,728.28,1028536.33,1029264.61,27,843,1165.25,qpeinexact -1855,SUCCESS,2,0,1607.88,1029264.61,1030872.49,27,1056,2572.61,grover-v-chain -1857,SUCCESS,2,0,431.29,1030872.49,1031303.78,27,251,690.06,su2random -1858,SUCCESS,2,0,10333.95,1031303.78,1041637.73,27,9891,16534.32,grover-noancilla -1862,SUCCESS,2,0,937.05,1041637.73,1042574.78,27,600,1499.28,su2random -1869,SUCCESS,2,0,389.32,1042574.78,1042964.1,27,699,622.91,qpeexact -1874,SUCCESS,2,0,26.04,1042964.1,1042990.14,27,23,41.66,graphstate -1883,SUCCESS,2,0,388.26,1042990.14,1043378.4,27,273,621.22,ae -1884,SUCCESS,2,0,628.09,1043378.4,1044006.49,27,499,1004.94,twolocalrandom -1886,SUCCESS,2,0,919.07,1044006.49,1044925.56,27,617,1470.51,qftentangled -1888,SUCCESS,2,0,378.92,1044925.56,1045304.48,27,535,606.27,qft -103,SUCCESS,2,1,52909.04,993006.81,1045915.85,127,11458,84654.46,twolocalrandom -1891,SUCCESS,2,0,837.06,1045304.48,1046141.54,27,912,1339.3,qpeinexact -104,SUCCESS,2,1,623.88,1045915.85,1046539.73,127,321,998.21,realamprandom -1892,SUCCESS,2,0,471.96,1046141.54,1046613.5,27,744,755.14,qft -1900,SUCCESS,2,0,797.09,1046613.5,1047410.59,27,485,1275.34,realamprandom -1902,SUCCESS,2,0,271.58,1047410.59,1047682.17,27,367,434.53,qpeexact -1903,SUCCESS,2,0,16.68,1047682.17,1047698.85,27,25,26.69,vqe -106,SUCCESS,2,1,1777.48,1046539.73,1048317.21,127,688,2843.97,qpeinexact -1904,SUCCESS,2,0,2467.4,1047698.85,1050166.25,27,4540,3947.84,qwalk-noancilla -107,SUCCESS,2,1,2812.66,1048317.21,1051129.87,127,821,4500.26,su2random -1905,SUCCESS,2,0,1903.97,1050166.25,1052070.22,27,1352,3046.35,realamprandom -1909,SUCCESS,2,0,126.34,1052070.22,1052196.56,27,160,202.14,pricingcall -1914,SUCCESS,2,0,4852.21,1052196.56,1057048.77,27,3843,7763.54,pricingcall -1916,SUCCESS,2,0,209.17,1057048.77,1057257.94,27,217,334.67,qpeexact -1922,SUCCESS,2,0,122.46,1057257.94,1057380.4,27,76,195.94,dj -1935,SUCCESS,2,0,570.21,1057380.4,1057950.61,27,746,912.34,qnn -1941,SUCCESS,2,0,35.37,1057950.61,1057985.98,27,24,56.59,dj -1942,SUCCESS,2,0,532.73,1057985.98,1058518.71,27,791,852.37,qpeexact -1947,SUCCESS,2,0,479.92,1058518.71,1058998.63,27,959,767.87,su2random -1949,SUCCESS,2,0,482.62,1058998.63,1059481.25,27,812,772.19,qpeinexact -1951,SUCCESS,2,0,153.83,1059481.25,1059635.08,27,91,246.13,ghz -1953,SUCCESS,2,0,1204.18,1059635.08,1060839.26,27,862,1926.69,qftentangled -1955,SUCCESS,2,0,25.74,1060839.26,1060865,27,24,41.18,graphstate -1957,SUCCESS,2,0,907.21,1060865,1061772.21,27,840,1451.54,realamprandom -1964,SUCCESS,2,0,242.62,1061772.21,1062014.83,27,535,388.19,portfoliovqe -1966,SUCCESS,2,0,181.95,1062014.83,1062196.78,27,253,291.12,qnn -1973,SUCCESS,2,0,292.07,1062196.78,1062488.85,27,360,467.31,qpeexact -1977,SUCCESS,2,0,593.45,1062488.85,1063082.3,27,466,949.52,qpeinexact -1980,SUCCESS,2,0,56.58,1063082.3,1063138.88,27,61,90.53,wstate -1985,SUCCESS,2,0,381.36,1063138.88,1063520.24,27,333,610.18,qpeexact -1987,SUCCESS,2,0,565.42,1063520.24,1064085.66,27,593,904.67,random -1988,SUCCESS,2,0,160.64,1064085.66,1064246.3,27,203,257.02,qpeinexact -1989,SUCCESS,2,0,1891.85,1064246.3,1066138.15,27,1473,3026.96,random -1992,SUCCESS,2,0,275.66,1066138.15,1066413.81,27,177,441.06,ae -2002,SUCCESS,2,0,585.57,1066413.81,1066999.38,27,518,936.91,qpeinexact -108,SUCCESS,2,1,15929.43,1051129.87,1067059.3,127,4726,25487.09,qftentangled -2007,SUCCESS,2,0,922.03,1066999.38,1067921.41,27,759,1475.25,qpeexact -2010,SUCCESS,2,0,2775.52,1067921.41,1070696.93,27,1748,4440.83,random -2012,SUCCESS,2,0,31,1070696.93,1070727.93,27,52,49.6,ghz -2020,SUCCESS,2,0,2978.02,1070727.93,1073705.95,27,1917,4764.83,pricingput -2026,SUCCESS,2,0,1652.96,1073705.95,1075358.91,27,1001,2644.74,portfoliovqe -2027,SUCCESS,2,0,89.2,1075358.91,1075448.11,27,78,142.72,dj -2030,SUCCESS,2,0,1444.55,1075448.11,1076892.66,27,1355,2311.28,qnn -2044,SUCCESS,2,0,485.54,1076892.66,1077378.2,27,432,776.86,portfoliovqe -2045,SUCCESS,2,0,395.07,1077378.2,1077773.27,27,631,632.11,ae -2049,SUCCESS,2,0,1036.66,1077773.27,1078809.93,27,889,1658.66,qpeinexact -2055,SUCCESS,2,0,158.71,1078809.93,1078968.64,27,272,253.94,qftentangled -2061,SUCCESS,2,0,662.16,1078968.64,1079630.8,27,552,1059.46,qnn -2062,SUCCESS,2,0,1838.57,1079630.8,1081469.37,27,1119,2941.71,realamprandom -2066,SUCCESS,2,0,54.59,1081469.37,1081523.96,27,87,87.34,ghz -2075,SUCCESS,2,0,235.63,1081523.96,1081759.59,27,395,377.01,qpeinexact -2086,SUCCESS,2,0,574.28,1081759.59,1082333.87,27,962,918.85,qpeinexact -2087,SUCCESS,2,0,405.15,1082333.87,1082739.02,27,324,648.24,su2random -2088,SUCCESS,2,0,34.71,1082739.02,1082773.73,27,27,55.54,dj -2092,SUCCESS,2,0,37.62,1082773.73,1082811.35,27,31,60.19,graphstate -2099,SUCCESS,2,0,1001.56,1082811.35,1083812.91,27,783,1602.5,su2random -2100,SUCCESS,2,0,82.48,1083812.91,1083895.39,27,57,131.97,wstate -2103,SUCCESS,2,0,1480.67,1083895.39,1085376.06,27,1321,2369.07,ae -2104,SUCCESS,2,0,123.01,1085376.06,1085499.07,27,74,196.82,ghz -2109,SUCCESS,2,0,25.71,1085499.07,1085524.78,27,20,41.14,graphstate -2113,SUCCESS,2,0,457.15,1085524.78,1085981.93,27,260,731.44,random -2125,SUCCESS,2,0,58.06,1085981.93,1086039.99,27,61,92.9,wstate -2126,SUCCESS,2,0,726.38,1086039.99,1086766.37,27,499,1162.21,su2random -2129,SUCCESS,2,0,698.81,1086766.37,1087465.18,27,604,1118.1,portfoliovqe -2136,SUCCESS,2,0,9.04,1087465.18,1087474.22,27,20,14.46,graphstate -2143,SUCCESS,2,0,727.55,1087474.22,1088201.77,27,1366,1164.08,grover-v-chain -2145,SUCCESS,2,0,1427.24,1088201.77,1089629.01,27,886,2283.58,qpeinexact -2156,SUCCESS,2,0,40.64,1089629.01,1089669.65,27,36,65.02,graphstate -2161,SUCCESS,2,0,345.15,1089669.65,1090014.8,27,574,552.24,portfolioqaoa -2182,SUCCESS,2,0,396.06,1090014.8,1090410.86,27,503,633.7,realamprandom -2184,SUCCESS,2,0,2451.66,1090410.86,1092862.52,27,3048,3922.66,qwalk-v-chain -2185,SUCCESS,2,0,792.65,1092862.52,1093655.17,27,1638,1268.24,qnn -2188,SUCCESS,2,0,1026.53,1093655.17,1094681.7,27,634,1642.45,qft -2189,SUCCESS,2,0,1364.58,1094681.7,1096046.28,27,770,2183.33,qft -2192,SUCCESS,2,0,108.28,1096046.28,1096154.56,27,89,173.25,dj -2193,SUCCESS,2,0,27.34,1096154.56,1096181.9,27,26,43.74,vqe -2194,SUCCESS,2,0,271.39,1096181.9,1096453.29,27,206,434.22,twolocalrandom -2204,SUCCESS,2,0,90.2,1096453.29,1096543.49,27,59,144.32,dj -2207,SUCCESS,2,0,144.69,1096543.49,1096688.18,27,144,231.5,ae -2210,SUCCESS,2,0,52.46,1096688.18,1096740.64,27,54,83.94,qaoa -2212,SUCCESS,2,0,560.22,1096740.64,1097300.86,27,395,896.35,qnn -2219,SUCCESS,2,0,9.48,1097300.86,1097310.34,27,19,15.17,graphstate -2221,SUCCESS,2,0,1196.01,1097310.34,1098506.35,27,695,1913.62,qwalk-v-chain -2223,SUCCESS,2,0,5310.4,1098506.35,1103816.75,27,8406,8496.64,pricingcall -2225,SUCCESS,2,0,925.77,1103816.75,1104742.52,27,573,1481.23,qft -109,SUCCESS,2,1,37957.37,1067059.3,1105016.67,127,8727,60731.79,pricingcall -2237,SUCCESS,2,0,804.8,1104742.52,1105547.32,27,763,1287.68,realamprandom -110,SUCCESS,2,1,1070.39,1105016.67,1106087.06,127,398,1712.62,dj -2251,SUCCESS,2,0,929.56,1105547.32,1106476.88,27,698,1487.3,pricingput -2272,SUCCESS,2,0,2221.52,1106476.88,1108698.4,27,2280,3554.43,random -2274,SUCCESS,2,0,40.98,1108698.4,1108739.38,27,37,65.57,wstate -2282,SUCCESS,2,0,139.19,1108739.38,1108878.57,27,106,222.7,dj -2285,SUCCESS,2,0,274.23,1108878.57,1109152.8,27,360,438.77,random -2288,SUCCESS,2,0,703.25,1109152.8,1109856.05,27,796,1125.2,qpeexact -2290,SUCCESS,2,0,69,1109856.05,1109925.05,27,107,110.4,ghz -2294,SUCCESS,2,0,189.71,1109925.05,1110114.76,27,115,303.54,qpeexact -2300,SUCCESS,2,0,121.5,1110114.76,1110236.26,27,147,194.4,qft -2306,SUCCESS,2,0,665.12,1110236.26,1110901.38,27,581,1064.19,qpeinexact -2307,SUCCESS,2,0,35.37,1110901.38,1110936.75,27,33,56.59,graphstate -2308,SUCCESS,2,0,299.22,1110936.75,1111235.97,27,346,478.75,portfoliovqe -2315,SUCCESS,2,0,159.41,1111235.97,1111395.38,27,91,255.06,wstate -2316,SUCCESS,2,0,553.65,1111395.38,1111949.03,27,835,885.84,random -2319,SUCCESS,2,0,1861.67,1111949.03,1113810.7,27,1156,2978.67,su2random -111,SUCCESS,2,1,7919.05,1106087.06,1114006.11,127,2985,12670.48,qftentangled -113,SUCCESS,2,1,201.94,1114006.11,1114208.05,127,96,323.1,ghz -2322,SUCCESS,2,0,502.92,1113810.7,1114313.62,27,757,804.67,qft -2326,SUCCESS,2,0,549.89,1114313.62,1114863.51,27,788,879.82,su2random -2329,SUCCESS,2,0,84.27,1114863.51,1114947.78,27,73,134.83,dj -2332,SUCCESS,2,0,337.18,1114947.78,1115284.96,27,236,539.49,su2random -2335,SUCCESS,2,0,478.81,1115284.96,1115763.77,27,881,766.1,twolocalrandom -114,SUCCESS,2,1,1767.44,1114208.05,1115975.49,127,506,2827.9,random -2336,SUCCESS,2,0,399.07,1115763.77,1116162.84,27,870,638.51,su2random -2346,SUCCESS,2,0,277.46,1116162.84,1116440.3,27,586,443.94,twolocalrandom -2350,SUCCESS,2,0,66.75,1116440.3,1116507.05,27,40,106.8,qaoa -2353,SUCCESS,2,0,3271.23,1116507.05,1119778.28,27,2172,5233.97,pricingcall -2354,SUCCESS,2,0,907.05,1119778.28,1120685.33,27,881,1451.28,realamprandom -115,SUCCESS,2,1,5771.81,1115975.49,1121747.3,127,4568,9234.9,qnn -2357,SUCCESS,2,0,5347.91,1120685.33,1126033.24,27,4668,8556.66,qwalk-noancilla -2364,SUCCESS,2,0,27,1126033.24,1126060.24,27,22,43.2,ghz -116,SUCCESS,2,1,6896.36,1121747.3,1128643.66,127,1606,11034.18,ae -2365,SUCCESS,2,0,4243.37,1126060.24,1130303.61,27,3918,6789.39,qwalk-v-chain -2373,SUCCESS,2,0,344.45,1130303.61,1130648.06,27,199,551.12,realamprandom -2375,SUCCESS,2,0,38.28,1130648.06,1130686.34,27,53,61.25,wstate -2376,SUCCESS,2,0,304.99,1130686.34,1130991.33,27,221,487.98,qnn -117,SUCCESS,2,1,2911.49,1128643.66,1131555.15,127,984,4658.38,qpeexact -2378,SUCCESS,2,0,3034.65,1130991.33,1134025.98,27,2096,4855.44,random -2380,SUCCESS,2,0,267.28,1134025.98,1134293.26,27,409,427.65,twolocalrandom -119,SUCCESS,2,1,2872.37,1131555.15,1134427.52,127,824,4595.79,qpeexact -2387,SUCCESS,2,0,320.08,1134293.26,1134613.34,27,484,512.13,twolocalrandom -2389,SUCCESS,2,0,29.96,1134613.34,1134643.3,27,33,47.94,graphstate -2391,SUCCESS,2,0,548.63,1134643.3,1135191.93,27,1073,877.81,portfoliovqe -2394,SUCCESS,2,0,95.51,1135191.93,1135287.44,27,81,152.82,wstate -2396,SUCCESS,2,0,395.21,1135287.44,1135682.65,27,410,632.34,qftentangled -2397,SUCCESS,2,0,174.55,1135682.65,1135857.2,27,389,279.28,ae -2399,SUCCESS,2,0,30.12,1135857.2,1135887.32,27,30,48.19,vqe -2401,SUCCESS,2,0,43.56,1135887.32,1135930.88,27,35,69.7,qaoa -2410,SUCCESS,2,0,356.76,1135930.88,1136287.64,27,302,570.82,qpeinexact -2412,SUCCESS,2,0,360.2,1136287.64,1136647.84,27,371,576.32,portfolioqaoa -2421,SUCCESS,2,0,320.02,1136647.84,1136967.86,27,352,512.03,twolocalrandom -2439,SUCCESS,2,0,868.11,1136967.86,1137835.97,27,810,1388.98,ae -2441,SUCCESS,2,0,2009.35,1137835.97,1139845.32,27,1666,3214.96,random -2442,SUCCESS,2,0,27.04,1139845.32,1139872.36,27,29,43.26,wstate -2447,SUCCESS,2,0,841.78,1139872.36,1140714.14,27,720,1346.85,portfoliovqe -2454,SUCCESS,2,0,64.77,1140714.14,1140778.91,27,69,103.63,wstate -2462,SUCCESS,2,0,551.87,1140778.91,1141330.78,27,605,882.99,qftentangled -2465,SUCCESS,2,0,2115.57,1141330.78,1143446.35,27,3689,3384.91,grover-noancilla -2470,SUCCESS,2,0,2118.57,1143446.35,1145564.92,27,2513,3389.71,su2random -2475,SUCCESS,2,0,219.98,1145564.92,1145784.9,27,412,351.97,qftentangled -2478,SUCCESS,2,0,951.42,1145784.9,1146736.32,27,942,1522.27,su2random -2479,SUCCESS,2,0,172.28,1146736.32,1146908.6,27,101,275.65,wstate -2481,SUCCESS,2,0,456.37,1146908.6,1147364.97,27,578,730.19,qpeexact -120,SUCCESS,2,1,36827.56,1134427.52,1171255.08,127,9042,58924.1,realamprandom -2487,SUCCESS,2,0,36603.5,1147364.97,1183968.47,27,38994,58565.6,qwalk-noancilla -2488,SUCCESS,2,0,447.64,1183968.47,1184416.11,27,366,716.22,qnn -2494,SUCCESS,2,0,1090.6,1184416.11,1185506.71,27,712,1744.96,qnn -2495,SUCCESS,2,0,1236.73,1185506.71,1186743.44,27,706,1978.77,qpeinexact -2502,SUCCESS,2,0,375.77,1186743.44,1187119.21,27,810,601.23,qftentangled -2505,SUCCESS,2,0,368.62,1187119.21,1187487.83,27,333,589.79,random -2510,SUCCESS,2,0,360.2,1187487.83,1187848.03,27,225,576.32,qftentangled -2513,SUCCESS,2,0,1061.28,1187848.03,1188909.31,27,1318,1698.05,twolocalrandom -2523,SUCCESS,2,0,1074.02,1188909.31,1189983.33,27,1909,1718.43,random -2524,SUCCESS,2,0,12.9,1189983.33,1189996.23,27,22,20.64,vqe -2528,SUCCESS,2,0,1436.5,1189996.23,1191432.73,27,2277,2298.4,qwalk-v-chain -2529,SUCCESS,2,0,9.8,1191432.73,1191442.53,27,12,15.68,ghz -2532,SUCCESS,2,0,580.14,1191442.53,1192022.67,27,326,928.22,portfoliovqe -2535,SUCCESS,2,0,536.09,1192022.67,1192558.76,27,360,857.74,random -2540,SUCCESS,2,0,20.84,1192558.76,1192579.6,27,15,33.34,ghz -2547,SUCCESS,2,0,55.89,1192579.6,1192635.49,27,53,89.42,wstate -2548,SUCCESS,2,0,505.96,1192635.49,1193141.45,27,345,809.54,ae -2549,SUCCESS,2,0,658.04,1193141.45,1193799.49,27,474,1052.86,su2random -2550,SUCCESS,2,0,879.81,1193799.49,1194679.3,27,840,1407.7,twolocalrandom -2554,SUCCESS,2,0,1767.52,1194679.3,1196446.82,27,1054,2828.03,qnn -2556,SUCCESS,2,0,70.29,1196446.82,1196517.11,27,58,112.46,ghz -2559,SUCCESS,2,0,302.74,1196517.11,1196819.85,27,206,484.38,qftentangled -2561,SUCCESS,2,0,1189.17,1196819.85,1198009.02,27,1029,1902.67,random -2564,SUCCESS,2,0,846.64,1198009.02,1198855.66,27,847,1354.62,qftentangled -121,SUCCESS,2,1,27989.49,1171255.08,1199244.57,127,7451,44783.18,ae -122,SUCCESS,2,1,549.5,1199244.57,1199794.07,127,196,879.2,random -2566,SUCCESS,2,0,4384.04,1198855.66,1203239.7,27,2472,7014.46,realamprandom -2568,SUCCESS,2,0,327.96,1203239.7,1203567.66,27,217,524.74,qftentangled -2573,SUCCESS,2,0,123.3,1203567.66,1203690.96,27,70,197.28,tsp -2584,SUCCESS,2,0,384.96,1203690.96,1204075.92,27,380,615.94,qnn -2590,SUCCESS,2,0,311.27,1204075.92,1204387.19,27,407,498.03,twolocalrandom -2608,SUCCESS,2,0,24.42,1204387.19,1204411.61,27,15,39.07,ghz -2611,SUCCESS,2,0,140.74,1204411.61,1204552.35,27,80,225.18,qaoa -2615,SUCCESS,2,0,2386.09,1204552.35,1206938.44,27,3215,3817.74,grover-v-chain -2617,SUCCESS,2,0,37,1206938.44,1206975.44,27,31,59.2,graphstate -2620,SUCCESS,2,0,563.19,1206975.44,1207538.63,27,520,901.1,su2random -2628,SUCCESS,2,0,461.67,1207538.63,1208000.3,27,394,738.67,qnn -2629,SUCCESS,2,0,45.65,1208000.3,1208045.95,27,26,73.04,graphstate -2633,SUCCESS,2,0,1721.61,1208045.95,1209767.56,27,1215,2754.58,twolocalrandom -2634,SUCCESS,2,0,30.76,1209767.56,1209798.32,27,42,49.22,dj -2638,SUCCESS,2,0,810.56,1209798.32,1210608.88,27,895,1296.9,qnn -123,SUCCESS,2,1,25329.52,1199794.07,1225123.59,127,15014,40527.23,twolocalrandom -124,SUCCESS,2,1,584,1225123.59,1225707.59,127,170,934.4,dj -125,SUCCESS,2,1,773.5,1225707.59,1226481.09,127,221,1237.6,wstate -126,SUCCESS,2,1,55.11,1226481.09,1226536.2,127,29,88.18,ghz -2648,SUCCESS,2,0,25338.56,1210608.88,1235947.44,27,34161,40541.7,shor -2658,SUCCESS,2,0,127.95,1235947.44,1236075.39,27,73,204.72,wstate -2660,SUCCESS,2,0,823.28,1236075.39,1236898.67,27,502,1317.25,su2random -2661,SUCCESS,2,0,115.79,1236898.67,1237014.46,27,110,185.26,wstate -127,SUCCESS,2,1,25429.94,1226536.2,1251966.14,127,5541,40687.9,realamprandom -2665,SUCCESS,2,0,19242.74,1237014.46,1256257.2,27,21227,30788.38,grover-v-chain -2673,SUCCESS,2,0,373.72,1256257.2,1256630.92,27,274,597.95,twolocalrandom -2675,SUCCESS,2,0,453.9,1256630.92,1257084.82,27,555,726.24,twolocalrandom -128,SUCCESS,2,1,7238.01,1251966.14,1259204.15,127,2380,11580.82,pricingput -2677,SUCCESS,2,0,15029.77,1257084.82,1272114.59,27,9905,24047.63,qwalk-noancilla -2686,SUCCESS,2,0,282.83,1272114.59,1272397.42,27,426,452.53,portfolioqaoa -2687,SUCCESS,2,0,558,1272397.42,1272955.42,27,600,892.8,qpeexact -2694,SUCCESS,2,0,527.09,1272955.42,1273482.51,27,448,843.34,realamprandom -2699,SUCCESS,2,0,598.41,1273482.51,1274080.92,27,362,957.46,qft -2702,SUCCESS,2,0,161.36,1274080.92,1274242.28,27,98,258.18,dj -2703,SUCCESS,2,0,768.19,1274242.28,1275010.47,27,1185,1229.1,su2random -2709,SUCCESS,2,0,302.4,1275010.47,1275312.87,27,504,483.84,realamprandom -2727,SUCCESS,2,0,228.01,1275312.87,1275540.88,27,458,364.82,qft -2729,SUCCESS,2,0,728.19,1275540.88,1276269.07,27,976,1165.1,pricingput -2734,SUCCESS,2,0,284.42,1276269.07,1276553.49,27,178,455.07,pricingput -2738,SUCCESS,2,0,125.74,1276553.49,1276679.23,27,74,201.18,qaoa -2739,SUCCESS,2,0,207.02,1276679.23,1276886.25,27,177,331.23,realamprandom -2756,SUCCESS,2,0,707.61,1276886.25,1277593.86,27,467,1132.18,ae -2759,SUCCESS,2,0,181.96,1277593.86,1277775.82,27,125,291.14,wstate -2777,SUCCESS,2,0,1872.51,1277775.82,1279648.33,27,1170,2996.02,realamprandom -2783,SUCCESS,2,0,682.48,1279648.33,1280330.81,27,498,1091.97,portfolioqaoa -2788,SUCCESS,2,0,229.99,1280330.81,1280560.8,27,169,367.98,su2random -2792,SUCCESS,2,0,139.14,1280560.8,1280699.94,27,311,222.62,twolocalrandom -2795,SUCCESS,2,0,336.69,1280699.94,1281036.63,27,584,538.7,pricingcall -2811,SUCCESS,2,0,300.48,1281036.63,1281337.11,27,392,480.77,qft -2813,SUCCESS,2,0,395.23,1281337.11,1281732.34,27,307,632.37,wstate -2815,SUCCESS,2,0,179.15,1281732.34,1281911.49,27,106,286.64,dj -2823,SUCCESS,2,0,96.66,1281911.49,1282008.15,27,65,154.66,wstate -2826,SUCCESS,2,0,1008.7,1282008.15,1283016.85,27,1000,1613.92,qnn -2831,SUCCESS,2,0,686.3,1283016.85,1283703.15,27,613,1098.08,groundstate -2833,SUCCESS,2,0,706.24,1283703.15,1284409.39,27,546,1129.98,realamprandom -2836,SUCCESS,2,0,67.89,1284409.39,1284477.28,27,112,108.62,dj -2838,SUCCESS,2,0,1033.89,1284477.28,1285511.17,27,731,1654.22,qftentangled -2839,SUCCESS,2,0,1155.72,1285511.17,1286666.89,27,825,1849.15,realamprandom -2841,SUCCESS,2,0,79.12,1286666.89,1286746.01,27,157,126.59,wstate -2845,SUCCESS,2,0,2716.87,1286746.01,1289462.88,27,2667,4346.99,su2random -2846,SUCCESS,2,0,146.53,1289462.88,1289609.41,27,125,234.45,qpeinexact -2849,SUCCESS,2,0,1065.06,1289609.41,1290674.47,27,912,1704.1,qpeexact -2851,SUCCESS,2,0,1010.78,1290674.47,1291685.25,27,1036,1617.25,ae -2856,SUCCESS,2,0,33.81,1291685.25,1291719.06,27,20,54.1,ghz -2864,SUCCESS,2,0,238.15,1291719.06,1291957.21,27,322,381.04,qpeexact -2874,SUCCESS,2,0,592.6,1291957.21,1292549.81,27,557,948.16,qpeinexact -2884,SUCCESS,2,0,45.28,1292549.81,1292595.09,27,57,72.45,wstate -2886,SUCCESS,2,0,263.12,1292595.09,1292858.21,27,349,420.99,qftentangled -2888,SUCCESS,2,0,1019.74,1292858.21,1293877.95,27,600,1631.58,twolocalrandom -2897,SUCCESS,2,0,587.41,1293877.95,1294465.36,27,381,939.86,qftentangled -130,SUCCESS,2,1,35352.98,1259204.15,1294557.13,127,10000,56564.77,qnn -131,SUCCESS,2,1,150.92,1294557.13,1294708.05,127,120,241.47,qft -132,SUCCESS,2,1,272.68,1294708.05,1294980.73,127,117,436.29,wstate -133,SUCCESS,2,1,174.56,1294980.73,1295155.29,127,68,279.3,graphstate -134,SUCCESS,2,1,155.16,1295155.29,1295310.45,127,40,248.26,qaoa -2898,SUCCESS,2,0,44470.61,1294465.36,1338935.97,27,40815,71152.98,qwalk-noancilla -2900,SUCCESS,2,0,741.47,1338935.97,1339677.44,27,891,1186.35,qnn -2905,SUCCESS,2,0,1854.6,1339677.44,1341532.04,27,1064,2967.36,ae -2912,SUCCESS,2,0,1035.93,1341532.04,1342567.97,27,1126,1657.49,twolocalrandom -2919,SUCCESS,2,0,760.49,1342567.97,1343328.46,27,559,1216.78,qftentangled -2927,SUCCESS,2,0,47.16,1343328.46,1343375.62,27,103,75.46,dj -2931,SUCCESS,2,0,824.57,1343375.62,1344200.19,27,500,1319.31,pricingcall -2932,SUCCESS,2,0,533.02,1344200.19,1344733.21,27,507,852.83,groundstate -2938,SUCCESS,2,0,311.56,1344733.21,1345044.77,27,262,498.5,qftentangled -2947,SUCCESS,2,0,324.88,1345044.77,1345369.65,27,284,519.81,random -2949,SUCCESS,2,0,89.65,1345369.65,1345459.3,27,131,143.44,qpeinexact -2950,SUCCESS,2,0,379.26,1345459.3,1345838.56,27,483,606.82,qnn -2956,SUCCESS,2,0,57.33,1345838.56,1345895.89,27,128,91.73,dj -2960,SUCCESS,2,0,1536.25,1345895.89,1347432.14,27,869,2458,random -2967,SUCCESS,2,0,190.27,1347432.14,1347622.41,27,174,304.43,qpeinexact -2972,SUCCESS,2,0,641.5,1347622.41,1348263.91,27,465,1026.4,pricingcall -2978,SUCCESS,2,0,53.26,1348263.91,1348317.17,27,73,85.22,qaoa -2987,SUCCESS,2,0,1253.96,1348317.17,1349571.13,27,1910,2006.34,random -2994,SUCCESS,2,0,201.03,1349571.13,1349772.16,27,350,321.65,ae -2998,SUCCESS,2,0,279.72,1349772.16,1350051.88,27,274,447.55,realamprandom -3003,SUCCESS,2,0,467.63,1350051.88,1350519.51,27,466,748.21,qpeexact -3014,SUCCESS,2,0,165.04,1350519.51,1350684.55,27,225,264.06,qnn -3021,SUCCESS,2,0,792.02,1350684.55,1351476.57,27,767,1267.23,ae -3028,SUCCESS,2,0,23.1,1351476.57,1351499.67,27,39,36.96,graphstate -3031,SUCCESS,2,0,3660.26,1351499.67,1355159.93,27,2847,5856.42,qnn -3039,SUCCESS,2,0,1011.29,1355159.93,1356171.22,27,647,1618.06,ae -3045,SUCCESS,2,0,33.5,1356171.22,1356204.72,27,23,53.6,vqe -3052,SUCCESS,2,0,25.38,1356204.72,1356230.1,27,16,40.61,ghz -3054,SUCCESS,2,0,382.12,1356230.1,1356612.22,27,532,611.39,qft -3056,SUCCESS,2,0,356.44,1356612.22,1356968.66,27,327,570.3,pricingput -3063,SUCCESS,2,0,100.59,1356968.66,1357069.25,27,216,160.94,twolocalrandom -3064,SUCCESS,2,0,27,1357069.25,1357096.25,27,23,43.2,vqe -3066,SUCCESS,2,0,619.69,1357096.25,1357715.94,27,436,991.5,realamprandom -3074,SUCCESS,2,0,1423.28,1357715.94,1359139.22,27,1089,2277.25,su2random -3075,SUCCESS,2,0,54.39,1359139.22,1359193.61,27,42,87.02,qaoa -3095,SUCCESS,2,0,234.19,1359193.61,1359427.8,27,207,374.7,realamprandom -3097,SUCCESS,2,0,31.71,1359427.8,1359459.51,27,53,50.74,ghz -3103,SUCCESS,2,0,156.84,1359459.51,1359616.35,27,276,250.94,realamprandom -3117,SUCCESS,2,0,813.52,1359616.35,1360429.87,27,580,1301.63,twolocalrandom -3120,SUCCESS,2,0,2130.1,1360429.87,1362559.97,27,1311,3408.16,random -3122,SUCCESS,2,0,72.37,1362559.97,1362632.34,27,101,115.79,ghz -3136,SUCCESS,2,0,1235.08,1362632.34,1363867.42,27,1247,1976.13,qftentangled -3137,SUCCESS,2,0,559.75,1363867.42,1364427.17,27,874,895.6,portfoliovqe -3141,SUCCESS,2,0,349.25,1364427.17,1364776.42,27,303,558.8,random -3144,SUCCESS,2,0,119.01,1364776.42,1364895.43,27,107,190.42,wstate -3146,SUCCESS,2,0,660.25,1364895.43,1365555.68,27,833,1056.4,su2random -3151,SUCCESS,2,0,87.85,1365555.68,1365643.53,27,90,140.56,dj -3153,SUCCESS,2,0,279.32,1365643.53,1365922.85,27,170,446.91,ae -3162,SUCCESS,2,0,725.81,1365922.85,1366648.66,27,930,1161.3,qnn -3164,SUCCESS,2,0,721.48,1366648.66,1367370.14,27,521,1154.37,twolocalrandom -3166,SUCCESS,2,0,644.31,1367370.14,1368014.45,27,365,1030.9,realamprandom -3168,SUCCESS,2,0,183.98,1368014.45,1368198.43,27,162,294.37,qpeexact -3174,SUCCESS,2,0,442.23,1368198.43,1368640.66,27,261,707.57,portfolioqaoa -3182,SUCCESS,2,0,43390.97,1368640.66,1412031.63,27,27838,69425.55,grover-noancilla -3187,SUCCESS,2,0,53.25,1412031.63,1412084.88,27,65,85.2,dj -3188,SUCCESS,2,0,1120.3,1412084.88,1413205.18,27,1084,1792.48,qpeexact -3189,SUCCESS,2,0,265.4,1413205.18,1413470.58,27,314,424.64,portfolioqaoa -3190,SUCCESS,2,0,909.94,1413470.58,1414380.52,27,770,1455.9,qpeexact -3192,SUCCESS,2,0,440.25,1414380.52,1414820.77,27,396,704.4,qft -135,SUCCESS,2,1,122958.35,1295310.45,1418268.8,127,26181,196733.36,qwalk-noancilla -3195,SUCCESS,2,0,47965.88,1414820.77,1462786.65,27,36041,76745.41,shor -3196,SUCCESS,2,0,1455.27,1462786.65,1464241.92,27,1135,2328.43,grover-v-chain -3202,SUCCESS,2,0,1193.69,1464241.92,1465435.61,27,697,1909.9,pricingput -3203,SUCCESS,2,0,78.74,1465435.61,1465514.35,27,120,125.98,wstate -3205,SUCCESS,2,0,825.99,1465514.35,1466340.34,27,729,1321.58,qpeexact -3209,SUCCESS,2,0,1017.48,1466340.34,1467357.82,27,1057,1627.97,twolocalrandom -3223,SUCCESS,2,0,13355.21,1467357.82,1480713.03,27,22586,21368.34,qwalk-noancilla -3227,SUCCESS,2,0,635.97,1480713.03,1481349,27,825,1017.55,twolocalrandom -3228,SUCCESS,2,0,2253.3,1481349,1483602.3,27,2415,3605.28,random -3235,SUCCESS,2,0,826.32,1483602.3,1484428.62,27,654,1322.11,qft -3238,SUCCESS,2,0,561.68,1484428.62,1484990.3,27,423,898.69,ae -3244,SUCCESS,2,0,836.28,1484990.3,1485826.58,27,828,1338.05,portfoliovqe -3246,SUCCESS,2,0,14.68,1485826.58,1485841.26,27,20,23.49,ghz -3252,SUCCESS,2,0,709.15,1485841.26,1486550.41,27,791,1134.64,qpeinexact -3253,SUCCESS,2,0,311.62,1486550.41,1486862.03,27,446,498.59,ae -3263,SUCCESS,2,0,851.09,1486862.03,1487713.12,27,675,1361.74,realamprandom -3268,SUCCESS,2,0,132.94,1487713.12,1487846.06,27,160,212.7,qnn -3286,SUCCESS,2,0,237.53,1487846.06,1488083.59,27,402,380.05,twolocalrandom -3290,SUCCESS,2,0,335.3,1488083.59,1488418.89,27,433,536.48,groundstate -3302,SUCCESS,2,0,7318.43,1488418.89,1495737.32,27,9153,11709.49,qwalk-v-chain -3303,SUCCESS,2,0,611.13,1495737.32,1496348.45,27,387,977.81,groundstate -3309,SUCCESS,2,0,52.9,1496348.45,1496401.35,27,55,84.64,graphstate -3311,SUCCESS,2,0,56.29,1496401.35,1496457.64,27,49,90.06,tsp -3326,SUCCESS,2,0,22.28,1496457.64,1496479.92,27,13,35.65,ghz -3330,SUCCESS,2,0,14.04,1496479.92,1496493.96,27,29,22.46,wstate -3331,SUCCESS,2,0,1132.77,1496493.96,1497626.73,27,830,1812.43,qnn -3335,SUCCESS,2,0,15.66,1497626.73,1497642.39,27,20,25.06,graphstate -3339,SUCCESS,2,0,79.19,1497642.39,1497721.58,27,116,126.7,qftentangled -3352,SUCCESS,2,0,24.12,1497721.58,1497745.7,27,35,38.59,graphstate -3360,SUCCESS,2,0,74.64,1497745.7,1497820.34,27,53,119.42,qaoa -3366,SUCCESS,2,0,162.06,1497820.34,1497982.4,27,240,259.3,portfoliovqe -3372,SUCCESS,2,0,979.35,1497982.4,1498961.75,27,826,1566.96,pricingcall -3378,SUCCESS,2,0,1519.57,1498961.75,1500481.32,27,998,2431.31,twolocalrandom -3390,SUCCESS,2,0,55.79,1500481.32,1500537.11,27,54,89.26,qaoa -3391,SUCCESS,2,0,8945.03,1500537.11,1509482.14,27,6967,14312.05,pricingput -3397,SUCCESS,2,0,531.22,1509482.14,1510013.36,27,534,849.95,qpeexact -3413,SUCCESS,2,0,42.47,1510013.36,1510055.83,27,41,67.95,wstate -3415,SUCCESS,2,0,3820.97,1510055.83,1513876.8,27,7682,6113.55,grover-v-chain -3416,SUCCESS,2,0,21.94,1513876.8,1513898.74,27,25,35.1,vqe -3423,SUCCESS,2,0,428.94,1513898.74,1514327.68,27,312,686.3,ae -3428,SUCCESS,2,0,21962.14,1514327.68,1536289.82,27,21215,35139.42,grover-v-chain -3432,SUCCESS,2,0,767.61,1536289.82,1537057.43,27,460,1228.18,twolocalrandom -3433,SUCCESS,2,0,811.08,1537057.43,1537868.51,27,896,1297.73,twolocalrandom -137,SUCCESS,2,1,121023.53,1418268.8,1539292.33,127,34883,193637.65,random -3437,SUCCESS,2,0,2614.25,1537868.51,1540482.76,27,3707,4182.8,grover-v-chain -3453,SUCCESS,2,0,838.73,1540482.76,1541321.49,27,536,1341.97,qpeexact -3458,SUCCESS,2,0,15.93,1541321.49,1541337.42,27,17,25.49,ghz -3459,SUCCESS,2,0,955.31,1541337.42,1542292.73,27,1142,1528.5,qnn -3461,SUCCESS,2,0,55.93,1542292.73,1542348.66,27,35,89.49,qaoa -3463,SUCCESS,2,0,30.76,1542348.66,1542379.42,27,37,49.22,graphstate -3469,SUCCESS,2,0,1018.56,1542379.42,1543397.98,27,754,1629.7,qnn -3473,SUCCESS,2,0,58.21,1543397.98,1543456.19,27,92,93.14,graphstate -3474,SUCCESS,2,0,11.25,1543456.19,1543467.44,27,23,18,vqe -3475,SUCCESS,2,0,278.53,1543467.44,1543745.97,27,258,445.65,twolocalrandom -3477,SUCCESS,2,0,1119.86,1543745.97,1544865.83,27,1390,1791.78,qnn -3479,SUCCESS,2,0,238.06,1544865.83,1545103.89,27,275,380.9,su2random -3483,SUCCESS,2,0,628.6,1545103.89,1545732.49,27,805,1005.76,ae -3484,SUCCESS,2,0,327.23,1545732.49,1546059.72,27,225,523.57,realamprandom -3485,SUCCESS,2,0,1267.74,1546059.72,1547327.46,27,779,2028.38,qpeinexact -3486,SUCCESS,2,0,958.4,1547327.46,1548285.86,27,670,1533.44,qft -3507,SUCCESS,2,0,496.8,1548285.86,1548782.66,27,494,794.88,random -3509,SUCCESS,2,0,837.83,1548782.66,1549620.49,27,1215,1340.53,realamprandom -3532,SUCCESS,2,0,42.2,1549620.49,1549662.69,27,33,67.52,wstate -3537,SUCCESS,2,0,176.1,1549662.69,1549838.79,27,99,281.76,graphstate -3542,SUCCESS,2,0,1372.25,1549838.79,1551211.04,27,773,2195.6,portfoliovqe -3543,SUCCESS,2,0,1102.29,1551211.04,1552313.33,27,1544,1763.66,random -3549,SUCCESS,2,0,26.97,1552313.33,1552340.3,27,37,43.15,qaoa -138,SUCCESS,2,1,18421.2,1539292.33,1557713.53,127,7829,29473.92,su2random -3558,SUCCESS,2,0,5991.2,1552340.3,1558331.5,27,9670,9585.92,grover-v-chain -3568,SUCCESS,2,0,568.54,1558331.5,1558900.04,27,434,909.66,qpeinexact -3585,SUCCESS,2,0,2527.89,1558900.04,1561427.93,27,1764,4044.62,twolocalrandom -3586,SUCCESS,2,0,156,1561427.93,1561583.93,27,348,249.6,qftentangled -3592,SUCCESS,2,0,157.07,1561583.93,1561741,27,108,251.31,graphstate -3594,SUCCESS,2,0,35.21,1561741,1561776.21,27,26,56.34,graphstate -3595,SUCCESS,2,0,1245.41,1561776.21,1563021.62,27,862,1992.66,ae -3597,SUCCESS,2,0,320.91,1563021.62,1563342.53,27,230,513.46,random -3607,SUCCESS,2,0,104.55,1563342.53,1563447.08,27,109,167.28,qpeexact -3609,SUCCESS,2,0,2267.09,1563447.08,1565714.17,27,1748,3627.34,realamprandom -3611,SUCCESS,2,0,33.33,1565714.17,1565747.5,27,23,53.33,graphstate -3614,SUCCESS,2,0,112.34,1565747.5,1565859.84,27,82,179.74,qaoa -3618,SUCCESS,2,0,252.43,1565859.84,1566112.27,27,182,403.89,qftentangled -3620,SUCCESS,2,0,234.23,1566112.27,1566346.5,27,521,374.77,realamprandom -3632,SUCCESS,2,0,186.42,1566346.5,1566532.92,27,211,298.27,wstate -3634,SUCCESS,2,0,14.92,1566532.92,1566547.84,27,13,23.87,routing -3643,SUCCESS,2,0,58.79,1566547.84,1566606.63,27,63,94.06,groundstate -3644,SUCCESS,2,0,440.7,1566606.63,1567047.33,27,257,705.12,su2random -140,SUCCESS,2,1,9979.89,1557713.53,1567693.42,127,3058,15967.82,qft -142,SUCCESS,2,1,43.52,1567693.42,1567736.94,127,28,69.63,ghz -3646,SUCCESS,2,0,1080.73,1567047.33,1568128.06,27,1384,1729.17,qnn -3657,SUCCESS,2,0,874.67,1568128.06,1569002.73,27,586,1399.47,pricingput -3664,SUCCESS,2,0,346.52,1569002.73,1569349.25,27,448,554.43,twolocalrandom -3671,SUCCESS,2,0,943.37,1569349.25,1570292.62,27,1375,1509.39,realamprandom -3687,SUCCESS,2,0,367.95,1570292.62,1570660.57,27,707,588.72,qft -3692,SUCCESS,2,0,630.08,1570660.57,1571290.65,27,637,1008.13,portfolioqaoa -3704,SUCCESS,2,0,566.11,1571290.65,1571856.76,27,430,905.78,qftentangled -3708,SUCCESS,2,0,896.7,1571856.76,1572753.46,27,708,1434.72,qpeinexact -3712,SUCCESS,2,0,2155.7,1572753.46,1574909.16,27,1502,3449.12,random -143,SUCCESS,2,1,7951.11,1567736.94,1575688.05,127,3457,12721.78,qft -3717,SUCCESS,2,0,971.07,1574909.16,1575880.23,27,880,1553.71,qpeexact -3719,SUCCESS,2,0,445.51,1575880.23,1576325.74,27,352,712.82,qpeexact -3725,SUCCESS,2,0,519.61,1576325.74,1576845.35,27,340,831.38,qftentangled -3737,SUCCESS,2,0,90.11,1576845.35,1576935.46,27,53,144.18,dj -3749,SUCCESS,2,0,138.78,1576935.46,1577074.24,27,156,222.05,qpeinexact -3767,SUCCESS,2,0,2390.59,1577074.24,1579464.83,27,1538,3824.94,random -3773,SUCCESS,2,0,481.12,1579464.83,1579945.95,27,607,769.79,qnn -3777,SUCCESS,2,0,808.63,1579945.95,1580754.58,27,766,1293.81,ae -144,SUCCESS,2,1,5464.24,1575688.05,1581152.29,127,3113,8742.78,qpeinexact -3779,SUCCESS,2,0,3076.63,1580754.58,1583831.21,27,3341,4922.61,random -3799,SUCCESS,2,0,372.2,1583831.21,1584203.41,27,547,595.52,twolocalrandom -3809,SUCCESS,2,0,2006.36,1584203.41,1586209.77,27,2358,3210.18,random -3812,SUCCESS,2,0,1862.31,1586209.77,1588072.08,27,1691,2979.7,random -3813,SUCCESS,2,0,616.69,1588072.08,1588688.77,27,547,986.7,realamprandom -3829,SUCCESS,2,0,554.04,1588688.77,1589242.81,27,442,886.46,qftentangled -3831,SUCCESS,2,0,481.19,1589242.81,1589724,27,829,769.9,qpeexact -3833,SUCCESS,2,0,21.79,1589724,1589745.79,27,48,34.86,dj -3837,SUCCESS,2,0,122.3,1589745.79,1589868.09,27,111,195.68,dj -145,SUCCESS,2,1,14886.54,1581152.29,1596038.83,127,3150,23818.46,random -146,SUCCESS,2,1,312.53,1596038.83,1596351.36,127,231,500.05,realamprandom -147,SUCCESS,2,1,303.29,1596351.36,1596654.65,127,65,485.26,wstate -148,SUCCESS,2,1,7497.87,1596654.65,1604152.52,127,2001,11996.59,realamprandom -3845,SUCCESS,2,0,22541.84,1589868.09,1612409.93,27,19766,36066.94,qwalk-noancilla -3849,SUCCESS,2,0,64.25,1612409.93,1612474.18,27,133,102.8,wstate -149,SUCCESS,2,1,10288.33,1604152.52,1614440.85,127,3062,16461.33,qftentangled -150,SUCCESS,2,1,730.12,1614440.85,1615170.97,127,214,1168.19,ae -3853,SUCCESS,2,0,2831.17,1612474.18,1615305.35,27,1680,4529.87,random -3856,SUCCESS,2,0,314.97,1615305.35,1615620.32,27,392,503.95,su2random -3859,SUCCESS,2,0,69.43,1615620.32,1615689.75,27,58,111.09,vqe -3863,SUCCESS,2,0,105.16,1615689.75,1615794.91,27,69,168.26,wstate -3864,SUCCESS,2,0,103.57,1615794.91,1615898.48,27,60,165.71,graphstate -3877,SUCCESS,2,0,599.75,1615898.48,1616498.23,27,413,959.6,su2random -151,SUCCESS,2,1,1427.22,1615170.97,1616598.19,127,812,2283.55,ae -3889,SUCCESS,2,0,297.34,1616498.23,1616795.57,27,293,475.74,qpeexact -3890,SUCCESS,2,0,764.88,1616795.57,1617560.45,27,819,1223.81,qnn -3893,SUCCESS,2,0,195.9,1617560.45,1617756.35,27,128,313.44,qft -3898,SUCCESS,2,0,1398,1617756.35,1619154.35,27,932,2236.8,qwalk-v-chain -3901,SUCCESS,2,0,117.42,1619154.35,1619271.77,27,199,187.87,twolocalrandom -3909,SUCCESS,2,0,893.86,1619271.77,1620165.63,27,852,1430.18,ae -3916,SUCCESS,2,0,27.13,1620165.63,1620192.76,27,56,43.41,dj -3917,SUCCESS,2,0,134.58,1620192.76,1620327.34,27,79,215.33,ghz -3929,SUCCESS,2,0,761.01,1620327.34,1621088.35,27,469,1217.62,ae -3938,SUCCESS,2,0,163.79,1621088.35,1621252.14,27,218,262.06,qft -3939,SUCCESS,2,0,272.06,1621252.14,1621524.2,27,249,435.3,qft -3942,SUCCESS,2,0,500.19,1621524.2,1622024.39,27,290,800.3,random -3943,SUCCESS,2,0,561.05,1622024.39,1622585.44,27,409,897.68,qft -3952,SUCCESS,2,0,18.1,1622585.44,1622603.54,27,12,28.96,ghz -3954,SUCCESS,2,0,33.27,1622603.54,1622636.81,27,41,53.23,wstate -3956,SUCCESS,2,0,289.78,1622636.81,1622926.59,27,311,463.65,realamprandom -3959,SUCCESS,2,0,472.66,1622926.59,1623399.25,27,407,756.26,realamprandom -3969,SUCCESS,2,0,942.09,1623399.25,1624341.34,27,614,1507.34,qft -3970,SUCCESS,2,0,551.6,1624341.34,1624892.94,27,916,882.56,qpeexact -3981,SUCCESS,2,0,25.18,1624892.94,1624918.12,27,37,40.29,graphstate -3982,SUCCESS,2,0,735.72,1624918.12,1625653.84,27,432,1177.15,qnn -3986,SUCCESS,2,0,62.57,1625653.84,1625716.41,27,127,100.11,wstate -3989,SUCCESS,2,0,292.12,1625716.41,1626008.53,27,181,467.39,su2random -3990,SUCCESS,2,0,455.52,1626008.53,1626464.05,27,915,728.83,twolocalrandom -3996,SUCCESS,2,0,53.84,1626464.05,1626517.89,27,35,86.14,qaoa -4001,SUCCESS,2,0,682.23,1626517.89,1627200.12,27,463,1091.57,qft -4003,SUCCESS,2,0,460.47,1627200.12,1627660.59,27,394,736.75,qnn -4007,SUCCESS,2,0,576.93,1627660.59,1628237.52,27,549,923.09,qftentangled -4011,SUCCESS,2,0,459.84,1628237.52,1628697.36,27,292,735.74,qftentangled -4015,SUCCESS,2,0,530.06,1628697.36,1629227.42,27,784,848.1,qpeinexact -4017,SUCCESS,2,0,23.01,1629227.42,1629250.43,27,15,36.82,ghz -4021,SUCCESS,2,0,28.57,1629250.43,1629279,27,43,45.71,ghz -4029,SUCCESS,2,0,180.57,1629279,1629459.57,27,309,288.91,ae -4030,SUCCESS,2,0,27,1629459.57,1629486.57,27,37,43.2,wstate -4037,SUCCESS,2,0,720.83,1629486.57,1630207.4,27,1006,1153.33,pricingput -4041,SUCCESS,2,0,724.26,1630207.4,1630931.66,27,432,1158.82,su2random -152,SUCCESS,2,1,14696.45,1616598.19,1631294.64,127,4411,23514.32,realamprandom -4050,SUCCESS,2,0,586.11,1630931.66,1631517.77,27,1075,937.78,random -4057,SUCCESS,2,0,18.33,1631517.77,1631536.1,27,29,29.33,graphstate -4061,SUCCESS,2,0,599.14,1631536.1,1632135.24,27,621,958.62,qnn -4063,SUCCESS,2,0,379.69,1632135.24,1632514.93,27,322,607.5,qft -4064,SUCCESS,2,0,41.85,1632514.93,1632556.78,27,52,66.96,dj -4066,SUCCESS,2,0,302.88,1632556.78,1632859.66,27,261,484.61,qft -4067,SUCCESS,2,0,47.33,1632859.66,1632906.99,27,31,75.73,graphstate -4092,SUCCESS,2,0,11.62,1632906.99,1632918.61,27,19,18.59,ghz -4119,SUCCESS,2,0,18.33,1632918.61,1632936.94,27,13,29.33,ghz -153,SUCCESS,2,1,2023.61,1631294.64,1633318.25,127,447,3237.78,qft -4120,SUCCESS,2,0,449.39,1632936.94,1633386.33,27,466,719.02,su2random -4130,SUCCESS,2,0,7349.74,1633386.33,1640736.07,27,11114,11759.58,qwalk-noancilla -4137,SUCCESS,2,0,2583.8,1640736.07,1643319.87,27,1516,4134.08,random -4142,SUCCESS,2,0,99.93,1643319.87,1643419.8,27,84,159.89,ghz -154,SUCCESS,2,1,10331.68,1633318.25,1643649.93,127,2362,16530.69,qftentangled -4148,SUCCESS,2,0,336.14,1643419.8,1643755.94,27,347,537.82,portfolioqaoa -4159,SUCCESS,2,0,261.94,1643755.94,1644017.88,27,154,419.1,wstate -4168,SUCCESS,2,0,1010.52,1644017.88,1645028.4,27,678,1616.83,portfolioqaoa -4186,SUCCESS,2,0,1704.76,1645028.4,1646733.16,27,2099,2727.62,random -4188,SUCCESS,2,0,687.12,1646733.16,1647420.28,27,409,1099.39,realamprandom -4189,SUCCESS,2,0,41.05,1647420.28,1647461.33,27,67,65.68,ghz -4196,SUCCESS,2,0,184.92,1647461.33,1647646.25,27,117,295.87,qftentangled -4198,SUCCESS,2,0,170.78,1647646.25,1647817.03,27,101,273.25,dj -4204,SUCCESS,2,0,367.35,1647817.03,1648184.38,27,219,587.76,pricingput -4208,SUCCESS,2,0,690,1648184.38,1648874.38,27,552,1104,qnn -4210,SUCCESS,2,0,675.63,1648874.38,1649550.01,27,1335,1081.01,random -4214,SUCCESS,2,0,158.34,1649550.01,1649708.35,27,131,253.34,wstate -4218,SUCCESS,2,0,55.87,1649708.35,1649764.22,27,87,89.39,ghz -4222,SUCCESS,2,0,150.87,1649764.22,1649915.09,27,165,241.39,twolocalrandom -4225,SUCCESS,2,0,722.41,1649915.09,1650637.5,27,690,1155.86,qft -4227,SUCCESS,2,0,126.31,1650637.5,1650763.81,27,271,202.1,qftentangled -4232,SUCCESS,2,0,1087.71,1650763.81,1651851.52,27,680,1740.34,pricingcall -4234,SUCCESS,2,0,253.53,1651851.52,1652105.05,27,314,405.65,qnn -4236,SUCCESS,2,0,133.02,1652105.05,1652238.07,27,233,212.83,qnn -4237,SUCCESS,2,0,99.7,1652238.07,1652337.77,27,73,159.52,wstate -4238,SUCCESS,2,0,199.37,1652337.77,1652537.14,27,118,318.99,wstate -4241,SUCCESS,2,0,3182.7,1652537.14,1655719.84,27,4224,5092.32,pricingput -4243,SUCCESS,2,0,1135.41,1655719.84,1656855.25,27,1611,1816.66,qnn -155,SUCCESS,2,1,13552.33,1643649.93,1657202.26,127,3476,21683.73,twolocalrandom -156,SUCCESS,2,1,56.95,1657202.26,1657259.21,127,29,91.12,wstate -4252,SUCCESS,2,0,1033.65,1656855.25,1657888.9,27,875,1653.84,qft -4255,SUCCESS,2,0,192.5,1657888.9,1658081.4,27,350,308,qftentangled -4283,SUCCESS,2,0,1465.36,1658081.4,1659546.76,27,843,2344.58,qpeexact -4287,SUCCESS,2,0,151.96,1659546.76,1659698.72,27,127,243.14,qft -4290,SUCCESS,2,0,48.4,1659698.72,1659747.12,27,48,77.44,dj -4291,SUCCESS,2,0,315.81,1659747.12,1660062.93,27,293,505.3,qpeinexact -4294,SUCCESS,2,0,1030.46,1660062.93,1661093.39,27,1352,1648.74,ae -4297,SUCCESS,2,0,1958.18,1661093.39,1663051.57,27,1616,3133.09,su2random -4311,SUCCESS,2,0,2665.3,1663051.57,1665716.87,27,1831,4264.48,portfoliovqe -4316,SUCCESS,2,0,41.26,1665716.87,1665758.13,27,40,66.02,graphstate -4326,SUCCESS,2,0,27.84,1665758.13,1665785.97,27,21,44.54,vqe -4330,SUCCESS,2,0,35.41,1665785.97,1665821.38,27,24,56.66,ghz -4331,SUCCESS,2,0,110.02,1665821.38,1665931.4,27,244,176.03,portfolioqaoa -4333,SUCCESS,2,0,666.29,1665931.4,1666597.69,27,568,1066.06,qpeinexact -4336,SUCCESS,2,0,74.05,1666597.69,1666671.74,27,42,118.48,graphstate -4342,SUCCESS,2,0,81.64,1666671.74,1666753.38,27,61,130.62,dj -4347,SUCCESS,2,0,2488.88,1666753.38,1669242.26,27,2567,3982.21,random -4349,SUCCESS,2,0,140.18,1669242.26,1669382.44,27,104,224.29,dj -4352,SUCCESS,2,0,975.79,1669382.44,1670358.23,27,549,1561.26,su2random -4357,SUCCESS,2,0,591.45,1670358.23,1670949.68,27,622,946.32,qnn -4359,SUCCESS,2,0,47.41,1670949.68,1670997.09,27,32,75.86,routing -4362,SUCCESS,2,0,492.54,1670997.09,1671489.63,27,446,788.06,qft -4380,SUCCESS,2,0,131.79,1671489.63,1671621.42,27,147,210.86,qftentangled -4382,SUCCESS,2,0,373.99,1671621.42,1671995.41,27,521,598.38,realamprandom -4383,SUCCESS,2,0,284.38,1671995.41,1672279.79,27,358,455.01,twolocalrandom -4392,SUCCESS,2,0,21.83,1672279.79,1672301.62,27,26,34.93,vqe -4398,SUCCESS,2,0,991.75,1672301.62,1673293.37,27,1193,1586.8,qnn -4400,SUCCESS,2,0,3593.52,1673293.37,1676886.89,27,2566,5749.63,random -4401,SUCCESS,2,0,26.13,1676886.89,1676913.02,27,17,41.81,graphstate -4405,SUCCESS,2,0,79.17,1676913.02,1676992.19,27,63,126.67,graphstate -4411,SUCCESS,2,0,805.23,1676992.19,1677797.42,27,542,1288.37,qft -4418,SUCCESS,2,0,22.85,1677797.42,1677820.27,27,14,36.56,ghz -4422,SUCCESS,2,0,947.47,1677820.27,1678767.74,27,1153,1515.95,qpeexact -4424,SUCCESS,2,0,38.59,1678767.74,1678806.33,27,26,61.74,graphstate -4429,SUCCESS,2,0,605.49,1678806.33,1679411.82,27,389,968.78,twolocalrandom -4441,SUCCESS,2,0,801.64,1679411.82,1680213.46,27,1217,1282.62,twolocalrandom -4447,SUCCESS,2,0,260.83,1680213.46,1680474.29,27,401,417.33,groundstate -4454,SUCCESS,2,0,168.27,1680474.29,1680642.56,27,359,269.23,qpeinexact -4455,SUCCESS,2,0,32.14,1680642.56,1680674.7,27,23,51.42,vqe -4460,SUCCESS,2,0,760.69,1680674.7,1681435.39,27,688,1217.1,realamprandom -4476,SUCCESS,2,0,32.7,1681435.39,1681468.09,27,22,52.32,vqe -4478,SUCCESS,2,0,150.07,1681468.09,1681618.16,27,292,240.11,qpeinexact -4486,SUCCESS,2,0,325.78,1681618.16,1681943.94,27,584,521.25,qft -4502,SUCCESS,2,0,17.18,1681943.94,1681961.12,27,29,27.49,wstate -4508,SUCCESS,2,0,121.55,1681961.12,1682082.67,27,163,194.48,qnn -4514,SUCCESS,2,0,2015.84,1682082.67,1684098.51,27,3906,3225.34,pricingcall -4516,SUCCESS,2,0,680.45,1684098.51,1684778.96,27,525,1088.72,ae -4520,SUCCESS,2,0,47.5,1684778.96,1684826.46,27,51,76,graphstate -4522,SUCCESS,2,0,436.17,1684826.46,1685262.63,27,364,697.87,portfolioqaoa -4523,SUCCESS,2,0,112.24,1685262.63,1685374.87,27,82,179.58,qaoa -4527,SUCCESS,2,0,53.93,1685374.87,1685428.8,27,45,86.29,wstate -4532,SUCCESS,2,0,53.52,1685428.8,1685482.32,27,97,85.63,qpeexact -4533,SUCCESS,2,0,564.82,1685482.32,1686047.14,27,470,903.71,ae -4537,SUCCESS,2,0,548.72,1686047.14,1686595.86,27,587,877.95,qftentangled -4549,SUCCESS,2,0,344.8,1686595.86,1686940.66,27,509,551.68,pricingput -4555,SUCCESS,2,0,249.2,1686940.66,1687189.86,27,312,398.72,pricingcall -4558,SUCCESS,2,0,165.32,1687189.86,1687355.18,27,223,264.51,wstate -157,SUCCESS,2,1,30700.31,1657259.21,1687959.52,127,7326,49120.5,qftentangled -4563,SUCCESS,2,0,648.97,1687355.18,1688004.15,27,402,1038.35,realamprandom -4564,SUCCESS,2,0,267.18,1688004.15,1688271.33,27,592,427.49,pricingcall -4567,SUCCESS,2,0,668.35,1688271.33,1688939.68,27,484,1069.36,su2random -4571,SUCCESS,2,0,431.76,1688939.68,1689371.44,27,474,690.82,realamprandom -4576,SUCCESS,2,0,2163.24,1689371.44,1691534.68,27,1318,3461.18,realamprandom -4582,SUCCESS,2,0,1037.72,1691534.68,1692572.4,27,1488,1660.35,pricingput -4584,SUCCESS,2,0,32.06,1692572.4,1692604.46,27,31,51.3,graphstate -4587,SUCCESS,2,0,402.46,1692604.46,1693006.92,27,371,643.94,qpeexact -4590,SUCCESS,2,0,416.99,1693006.92,1693423.91,27,271,667.18,ae -162,SUCCESS,2,1,5982.16,1687959.52,1693941.68,127,2665,9571.46,ae -163,SUCCESS,2,1,413.09,1693941.68,1694354.77,127,110,660.94,graphstate -4598,SUCCESS,2,0,960.15,1693423.91,1694384.06,27,573,1536.24,qftentangled -4606,SUCCESS,2,0,312.72,1694384.06,1694696.78,27,197,500.35,qpeexact -4613,SUCCESS,2,0,554.16,1694696.78,1695250.94,27,323,886.66,portfolioqaoa -4616,SUCCESS,2,0,727.87,1695250.94,1695978.81,27,418,1164.59,qpeinexact -4617,SUCCESS,2,0,152.78,1695978.81,1696131.59,27,221,244.45,qftentangled -4619,SUCCESS,2,0,58,1696131.59,1696189.59,27,130,92.8,wstate -4621,SUCCESS,2,0,63,1696189.59,1696252.59,27,128,100.8,dj -4625,SUCCESS,2,0,54.91,1696252.59,1696307.5,27,43,87.86,qaoa -4628,SUCCESS,2,0,431.85,1696307.5,1696739.35,27,329,690.96,portfolioqaoa -4631,SUCCESS,2,0,568.48,1696739.35,1697307.83,27,615,909.57,portfolioqaoa -4635,SUCCESS,2,0,455.75,1697307.83,1697763.58,27,370,729.2,qpeinexact -4638,SUCCESS,2,0,785.16,1697763.58,1698548.74,27,624,1256.26,random -164,SUCCESS,2,1,5395.38,1694354.77,1699750.15,127,1211,8632.61,qnn -4641,SUCCESS,2,0,1232.22,1698548.74,1699780.96,27,705,1971.55,qwalk-v-chain -4645,SUCCESS,2,0,36.13,1699780.96,1699817.09,27,40,57.81,qaoa -165,SUCCESS,2,1,157.6,1699750.15,1699907.75,127,52,252.16,dj -4646,SUCCESS,2,0,423.24,1699817.09,1700240.33,27,326,677.18,ae -4650,SUCCESS,2,0,127.24,1700240.33,1700367.57,27,130,203.58,wstate -4651,SUCCESS,2,0,867.71,1700367.57,1701235.28,27,658,1388.34,qnn -4652,SUCCESS,2,0,473.08,1701235.28,1701708.36,27,271,756.93,qpeinexact -4661,SUCCESS,2,0,22.62,1701708.36,1701730.98,27,20,36.19,graphstate -167,SUCCESS,2,1,3722.51,1699907.75,1703630.26,127,2723,5956.02,twolocalrandom -168,SUCCESS,2,1,193.37,1703630.26,1703823.63,127,62,309.39,graphstate -170,SUCCESS,2,1,203.94,1703823.63,1704027.57,127,82,326.3,graphstate -171,SUCCESS,2,1,36.86,1704027.57,1704064.43,127,26,58.98,graphstate -172,SUCCESS,2,1,197.85,1704064.43,1704262.28,127,49,316.56,wstate -173,SUCCESS,2,1,1252.44,1704262.28,1705514.72,127,494,2003.9,qftentangled -4665,SUCCESS,2,0,4436.85,1701730.98,1706167.83,27,3889,7098.96,grover-noancilla -174,SUCCESS,2,1,700.43,1705514.72,1706215.15,127,249,1120.69,wstate -4666,SUCCESS,2,0,111.57,1706167.83,1706279.4,27,116,178.51,dj -4667,SUCCESS,2,0,396,1706279.4,1706675.4,27,629,633.6,qpeinexact -4671,SUCCESS,2,0,2000.65,1706675.4,1708676.05,27,1217,3201.04,realamprandom -4674,SUCCESS,2,0,95.94,1708676.05,1708771.99,27,70,153.5,ghz -4678,SUCCESS,2,0,1086.3,1708771.99,1709858.29,27,1003,1738.08,pricingcall -4685,SUCCESS,2,0,911.91,1709858.29,1710770.2,27,933,1459.06,qnn -4689,SUCCESS,2,0,47.63,1710770.2,1710817.83,27,45,76.21,tsp -4691,SUCCESS,2,0,353.18,1710817.83,1711171.01,27,222,565.09,ae -4704,SUCCESS,2,0,1060.92,1711171.01,1712231.93,27,815,1697.47,portfoliovqe -4710,SUCCESS,2,0,36.31,1712231.93,1712268.24,27,37,58.1,wstate -4715,SUCCESS,2,0,54.88,1712268.24,1712323.12,27,39,87.81,graphstate -4717,SUCCESS,2,0,298.52,1712323.12,1712621.64,27,256,477.63,portfoliovqe -4719,SUCCESS,2,0,82.92,1712621.64,1712704.56,27,106,132.67,groundstate -4721,SUCCESS,2,0,243.18,1712704.56,1712947.74,27,188,389.09,su2random -4729,SUCCESS,2,0,379.04,1712947.74,1713326.78,27,260,606.46,qft -4730,SUCCESS,2,0,64.8,1713326.78,1713391.58,27,61,103.68,wstate -4741,SUCCESS,2,0,605.69,1713391.58,1713997.27,27,536,969.1,su2random -4743,SUCCESS,2,0,361.21,1713997.27,1714358.48,27,758,577.94,qpeinexact -4746,SUCCESS,2,0,461.2,1714358.48,1714819.68,27,574,737.92,qpeinexact -4747,SUCCESS,2,0,91.64,1714819.68,1714911.32,27,74,146.62,qaoa -175,SUCCESS,2,1,9590.24,1706215.15,1715805.39,127,3008,15344.38,qpeexact -4755,SUCCESS,2,0,969.34,1714911.32,1715880.66,27,606,1550.94,pricingput -4788,SUCCESS,2,0,7077.22,1715880.66,1722957.88,27,5358,11323.55,qwalk-v-chain -4792,SUCCESS,2,0,94.61,1722957.88,1723052.49,27,63,151.38,groundstate -4804,SUCCESS,2,0,824.35,1723052.49,1723876.84,27,500,1318.96,pricingput -4814,SUCCESS,2,0,376.53,1723876.84,1724253.37,27,759,602.45,qpeinexact -4823,SUCCESS,2,0,550.67,1724253.37,1724804.04,27,948,881.07,pricingcall -4830,SUCCESS,2,0,148.15,1724804.04,1724952.19,27,275,237.04,twolocalrandom -4833,SUCCESS,2,0,469.3,1724952.19,1725421.49,27,904,750.88,qpeexact -4834,SUCCESS,2,0,73.78,1725421.49,1725495.27,27,74,118.05,graphstate -4851,SUCCESS,2,0,5296.79,1725495.27,1730792.06,27,3886,8474.86,pricingput -4856,SUCCESS,2,0,79.23,1730792.06,1730871.29,27,46,126.77,graphstate -4865,SUCCESS,2,0,606.04,1730871.29,1731477.33,27,568,969.66,realamprandom -4866,SUCCESS,2,0,510.93,1731477.33,1731988.26,27,296,817.49,random -4868,SUCCESS,2,0,1099.38,1731988.26,1733087.64,27,696,1759.01,qnn -4869,SUCCESS,2,0,14.13,1733087.64,1733101.77,27,27,22.61,dj -4871,SUCCESS,2,0,229.42,1733101.77,1733331.19,27,207,367.07,qpeinexact -4884,SUCCESS,2,0,1295.1,1733331.19,1734626.29,27,914,2072.16,qpeinexact -4887,SUCCESS,2,0,20.08,1734626.29,1734646.37,27,27,32.13,graphstate -4888,SUCCESS,2,0,40.27,1734646.37,1734686.64,27,27,64.43,dj -4889,SUCCESS,2,0,2498.31,1734686.64,1737184.95,27,1527,3997.3,twolocalrandom -4891,SUCCESS,2,0,116.64,1737184.95,1737301.59,27,85,186.62,dj -4894,SUCCESS,2,0,7176.7,1737301.59,1744478.29,27,7051,11482.72,grover-v-chain -4895,SUCCESS,2,0,469.72,1744478.29,1744948.01,27,728,751.55,qpeinexact -4902,SUCCESS,2,0,1497.4,1744948.01,1746445.41,27,1050,2395.84,qnn -4909,SUCCESS,2,0,268.97,1746445.41,1746714.38,27,216,430.35,ae -176,SUCCESS,2,1,31597.93,1715805.39,1747403.32,127,10346,50556.69,qnn -4911,SUCCESS,2,0,744.58,1746714.38,1747458.96,27,791,1191.33,realamprandom -177,SUCCESS,2,1,127.02,1747403.32,1747530.34,127,97,203.23,wstate -4913,SUCCESS,2,0,177.49,1747458.96,1747636.45,27,110,283.98,dj -4914,SUCCESS,2,0,158.12,1747636.45,1747794.57,27,190,252.99,wstate -4917,SUCCESS,2,0,213.6,1747794.57,1748008.17,27,123,341.76,qpeinexact -4918,SUCCESS,2,0,659.79,1748008.17,1748667.96,27,724,1055.66,qft -178,SUCCESS,2,1,2651.75,1747530.34,1750182.09,127,1255,4242.8,qpeinexact -4925,SUCCESS,2,0,4333.27,1748667.96,1753001.23,27,6455,6933.23,qwalk-v-chain -4930,SUCCESS,2,0,855.33,1753001.23,1753856.56,27,680,1368.53,portfoliovqe -4931,SUCCESS,2,0,323.19,1753856.56,1754179.75,27,275,517.1,qpeinexact -4938,SUCCESS,2,0,203.86,1754179.75,1754383.61,27,222,326.18,qftentangled -179,SUCCESS,2,1,7441.49,1750182.09,1757623.58,127,2866,11906.38,qft -4942,SUCCESS,2,0,4325.14,1754383.61,1758708.75,27,5091,6920.22,pricingput -4943,SUCCESS,2,0,762.99,1758708.75,1759471.74,27,619,1220.78,qnn -4944,SUCCESS,2,0,28.69,1759471.74,1759500.43,27,23,45.9,graphstate -4953,SUCCESS,2,0,253.79,1759500.43,1759754.22,27,464,406.06,su2random -4981,SUCCESS,2,0,3035.04,1759754.22,1762789.26,27,3039,4856.06,random -4991,SUCCESS,2,0,203.47,1762789.26,1762992.73,27,163,325.55,qpeinexact -4992,SUCCESS,2,0,40.28,1762992.73,1763033.01,27,56,64.45,graphstate -4996,SUCCESS,2,0,147.04,1763033.01,1763180.05,27,122,235.26,dj -5007,SUCCESS,2,0,28.84,1763180.05,1763208.89,27,29,46.14,graphstate -5010,SUCCESS,2,0,291.75,1763208.89,1763500.64,27,574,466.8,su2random -5012,SUCCESS,2,0,12.72,1763500.64,1763513.36,27,11,20.35,ghz -5019,SUCCESS,2,0,29.27,1763513.36,1763542.63,27,18,46.83,ghz -5024,SUCCESS,2,0,540.82,1763542.63,1764083.45,27,356,865.31,qft -5026,SUCCESS,2,0,287.1,1764083.45,1764370.55,27,290,459.36,qft -5036,SUCCESS,2,0,186.49,1764370.55,1764557.04,27,252,298.38,twolocalrandom -5038,SUCCESS,2,0,1008.7,1764557.04,1765565.74,27,711,1613.92,qftentangled -5051,SUCCESS,2,0,151.05,1765565.74,1765716.79,27,204,241.68,qpeinexact -5053,SUCCESS,2,0,196.54,1765716.79,1765913.33,27,369,314.46,qpeinexact -180,SUCCESS,2,1,8394.52,1757623.58,1766018.1,127,2328,13431.23,su2random -5056,SUCCESS,2,0,625.6,1765913.33,1766538.93,27,818,1000.96,ae -5058,SUCCESS,2,0,863.76,1766538.93,1767402.69,27,760,1382.02,qpeexact -5061,SUCCESS,2,0,45.46,1767402.69,1767448.15,27,42,72.74,graphstate -5068,SUCCESS,2,0,23.67,1767448.15,1767471.82,27,49,37.87,ghz -5072,SUCCESS,2,0,791.17,1767471.82,1768262.99,27,869,1265.87,portfoliovqe -5073,SUCCESS,2,0,799.85,1768262.99,1769062.84,27,904,1279.76,qpeinexact -5074,SUCCESS,2,0,19.21,1769062.84,1769082.05,27,23,30.74,dj -5079,SUCCESS,2,0,463.99,1769082.05,1769546.04,27,787,742.38,portfolioqaoa -5081,SUCCESS,2,0,1338.33,1769546.04,1770884.37,27,2837,2141.33,qwalk-v-chain -5082,SUCCESS,2,0,537.65,1770884.37,1771422.02,27,1171,860.24,qpeinexact -5085,SUCCESS,2,0,1410.11,1771422.02,1772832.13,27,976,2256.18,random -5093,SUCCESS,2,0,19.38,1772832.13,1772851.51,27,23,31.01,graphstate -181,SUCCESS,2,1,6976.82,1766018.1,1772994.92,127,1938,11162.91,qpeinexact -5101,SUCCESS,2,0,1062.84,1772851.51,1773914.35,27,1565,1700.54,portfoliovqe -5105,SUCCESS,2,0,384.66,1773914.35,1774299.01,27,217,615.46,qftentangled -5113,SUCCESS,2,0,602.43,1774299.01,1774901.44,27,604,963.89,qft -182,SUCCESS,2,1,5053.81,1772994.92,1778048.73,127,1402,8086.1,twolocalrandom -183,SUCCESS,2,1,258.48,1778048.73,1778307.21,127,74,413.57,graphstate -5115,SUCCESS,2,0,16416.41,1774901.44,1791317.85,27,9754,26266.26,qwalk-noancilla -5116,SUCCESS,2,0,28.44,1791317.85,1791346.29,27,38,45.5,qaoa -5117,SUCCESS,2,0,244.67,1791346.29,1791590.96,27,241,391.47,twolocalrandom -5122,SUCCESS,2,0,69.59,1791590.96,1791660.55,27,97,111.34,wstate -185,SUCCESS,2,1,14287.86,1778307.21,1792595.07,127,7165,22860.58,random -186,SUCCESS,2,1,3348.41,1792595.07,1795943.48,127,935,5357.46,qft -187,SUCCESS,2,1,6182.82,1795943.48,1802126.3,127,3341,9892.51,qpeexact -188,SUCCESS,2,1,6165.13,1802126.3,1808291.43,127,1352,9864.21,wstate -189,SUCCESS,2,1,10422,1808291.43,1818713.43,127,4590,16675.2,twolocalrandom -190,SUCCESS,2,1,606.67,1818713.43,1819320.1,127,407,970.67,qpeinexact -191,SUCCESS,2,1,257.38,1819320.1,1819577.48,127,177,411.81,wstate -192,SUCCESS,2,1,7631.27,1819577.48,1827208.75,127,1945,12210.03,twolocalrandom -194,SUCCESS,2,1,5143.79,1827208.75,1832352.54,127,2581,8230.06,realamprandom -5124,SUCCESS,2,0,48074.22,1791660.55,1839734.77,27,39335,76918.75,shor -5126,SUCCESS,2,0,982.21,1839734.77,1840716.98,27,690,1571.54,qpeinexact -5131,SUCCESS,2,0,55.67,1840716.98,1840772.65,27,49,89.07,wstate -5136,SUCCESS,2,0,952.8,1840772.65,1841725.45,27,794,1524.48,ae -5146,SUCCESS,2,0,71.54,1841725.45,1841796.99,27,49,114.46,wstate -5147,SUCCESS,2,0,479.6,1841796.99,1842276.59,27,891,767.36,twolocalrandom -5150,SUCCESS,2,0,614.8,1842276.59,1842891.39,27,712,983.68,ae -5151,SUCCESS,2,0,445.45,1842891.39,1843336.84,27,481,712.72,ae -5175,SUCCESS,2,0,1961.38,1843336.84,1845298.22,27,1882,3138.21,random -5177,SUCCESS,2,0,9811.98,1845298.22,1855110.2,27,10395,15699.17,grover-noancilla -5178,SUCCESS,2,0,599.21,1855110.2,1855709.41,27,761,958.74,qpeexact -5185,SUCCESS,2,0,178.46,1855709.41,1855887.87,27,201,285.54,qpeexact -5186,SUCCESS,2,0,220.66,1855887.87,1856108.53,27,203,353.06,ae -5193,SUCCESS,2,0,491.03,1856108.53,1856599.56,27,304,785.65,pricingcall -5207,SUCCESS,2,0,537.54,1856599.56,1857137.1,27,516,860.06,qpeexact -5209,SUCCESS,2,0,40.21,1857137.1,1857177.31,27,40,64.34,dj -195,SUCCESS,2,1,71724.75,1832352.54,1904077.29,127,19214,114759.6,su2random -5214,SUCCESS,2,0,47184.9,1857177.31,1904362.21,27,39335,75495.84,shor -5222,SUCCESS,2,0,90.84,1904362.21,1904453.05,27,54,145.34,graphstate -5223,SUCCESS,2,0,728.88,1904453.05,1905181.93,27,529,1166.21,ae -5229,SUCCESS,2,0,69.84,1905181.93,1905251.77,27,81,111.74,wstate -5230,SUCCESS,2,0,44.3,1905251.77,1905296.07,27,61,70.88,dj -5237,SUCCESS,2,0,162.65,1905296.07,1905458.72,27,107,260.24,qft -5240,SUCCESS,2,0,765.4,1905458.72,1906224.12,27,1082,1224.64,grover-v-chain -5242,SUCCESS,2,0,58.25,1906224.12,1906282.37,27,91,93.2,dj -5245,SUCCESS,2,0,461.64,1906282.37,1906744.01,27,842,738.62,su2random -196,SUCCESS,2,1,2878.98,1904077.29,1906956.27,127,845,4606.37,qftentangled -5250,SUCCESS,2,0,231.64,1906744.01,1906975.65,27,413,370.62,pricingput -5258,SUCCESS,2,0,406.32,1906975.65,1907381.97,27,634,650.11,portfoliovqe -5260,SUCCESS,2,0,575.92,1907381.97,1907957.89,27,925,921.47,qpeexact -5261,SUCCESS,2,0,22.52,1907957.89,1907980.41,27,26,36.03,graphstate -5268,SUCCESS,2,0,631.77,1907980.41,1908612.18,27,688,1010.83,twolocalrandom -5269,SUCCESS,2,0,133.07,1908612.18,1908745.25,27,96,212.91,dj -5271,SUCCESS,2,0,10726.96,1908745.25,1919472.21,27,7193,17163.14,grover-v-chain -5274,SUCCESS,2,0,95.85,1919472.21,1919568.06,27,89,153.36,graphstate -5278,SUCCESS,2,0,1258.02,1919568.06,1920826.08,27,723,2012.83,random -198,SUCCESS,2,1,14516.28,1906956.27,1921472.55,127,6761,23226.05,qftentangled -5297,SUCCESS,2,0,986.63,1920826.08,1921812.71,27,884,1578.61,ae -199,SUCCESS,2,1,475.1,1921472.55,1921947.65,127,353,760.16,wstate -200,SUCCESS,2,1,338.24,1921947.65,1922285.89,127,72,541.18,vqe -5298,SUCCESS,2,0,1336.34,1921812.71,1923149.05,27,894,2138.14,ae -5302,SUCCESS,2,0,1791.61,1923149.05,1924940.66,27,1138,2866.58,su2random -5309,SUCCESS,2,0,28.26,1924940.66,1924968.92,27,18,45.22,ghz -5314,SUCCESS,2,0,119.09,1924968.92,1925088.01,27,145,190.54,qft -5315,SUCCESS,2,0,110.44,1925088.01,1925198.45,27,177,176.7,twolocalrandom -5317,SUCCESS,2,0,16.44,1925198.45,1925214.89,27,22,26.3,graphstate -5318,SUCCESS,2,0,50.1,1925214.89,1925264.99,27,69,80.16,vqe -5328,SUCCESS,2,0,35.49,1925264.99,1925300.48,27,73,56.78,dj -5336,SUCCESS,2,0,199.45,1925300.48,1925499.93,27,265,319.12,portfolioqaoa -5343,SUCCESS,2,0,929.99,1925499.93,1926429.92,27,672,1487.98,random -5346,SUCCESS,2,0,403.14,1926429.92,1926833.06,27,659,645.02,qpeexact -5358,SUCCESS,2,0,165.47,1926833.06,1926998.53,27,95,264.75,ghz -5361,SUCCESS,2,0,141.46,1926998.53,1927139.99,27,134,226.34,wstate -5364,SUCCESS,2,0,946.72,1927139.99,1928086.71,27,1579,1514.75,su2random -5367,SUCCESS,2,0,511.53,1928086.71,1928598.24,27,992,818.45,realamprandom -5369,SUCCESS,2,0,258.9,1928598.24,1928857.14,27,217,414.24,wstate -5382,SUCCESS,2,0,444.34,1928857.14,1929301.48,27,580,710.94,realamprandom -5385,SUCCESS,2,0,261.91,1929301.48,1929563.39,27,456,419.06,qftentangled -5392,SUCCESS,2,0,379.92,1929563.39,1929943.31,27,514,607.87,qpeinexact -5397,SUCCESS,2,0,217.86,1929943.31,1930161.17,27,131,348.58,wstate -5399,SUCCESS,2,0,478.85,1930161.17,1930640.02,27,305,766.16,qftentangled -5403,SUCCESS,2,0,71.64,1930640.02,1930711.66,27,42,114.62,qaoa -5412,SUCCESS,2,0,617.52,1930711.66,1931329.18,27,645,988.03,ae -5415,SUCCESS,2,0,590.47,1931329.18,1931919.65,27,640,944.75,qft -5419,SUCCESS,2,0,416.74,1931919.65,1932336.39,27,281,666.78,random -5421,SUCCESS,2,0,2412.44,1932336.39,1934748.83,27,3037,3859.9,grover-v-chain -201,SUCCESS,2,1,13883.25,1922285.89,1936169.14,127,3131,22213.2,qpeexact -5427,SUCCESS,2,0,1511.55,1934748.83,1936260.38,27,1050,2418.48,su2random -202,SUCCESS,2,1,257.02,1936169.14,1936426.16,127,65,411.23,ghz -203,SUCCESS,2,1,2429.46,1936426.16,1938855.62,127,1244,3887.14,qpeinexact -204,SUCCESS,2,1,19644.71,1938855.62,1958500.33,127,4676,31431.54,qpeexact -205,SUCCESS,2,1,3295.97,1958500.33,1961796.3,127,783,5273.55,ghz -206,SUCCESS,2,1,7601.37,1961796.3,1969397.67,127,3981,12162.19,qpeexact -209,SUCCESS,2,1,2575.74,1969397.67,1971973.41,127,625,4121.18,random -210,SUCCESS,2,1,21930.26,1971973.41,1993903.67,127,7153,35088.42,qnn -211,SUCCESS,2,1,7687.09,1993903.67,2001590.76,127,2047,12299.34,qft -212,SUCCESS,2,1,1517.01,2001590.76,2003107.77,127,347,2427.22,qpeinexact -214,SUCCESS,2,1,1272.65,2003107.77,2004380.42,127,548,2036.24,random -215,SUCCESS,2,1,2485.51,2004380.42,2006865.93,127,959,3976.82,ghz -5445,SUCCESS,2,0,93663.52,1936260.38,2029923.9,27,58129,149861.63,grover-v-chain -216,SUCCESS,2,1,23212.6,2006865.93,2030078.53,127,6236,37140.16,qft -5446,SUCCESS,2,0,557.38,2029923.9,2030481.28,27,786,891.81,ae -5450,SUCCESS,2,0,445.77,2030481.28,2030927.05,27,983,713.23,random -5454,SUCCESS,2,0,16.26,2030927.05,2030943.31,27,14,26.02,ghz -5455,SUCCESS,2,0,665.88,2030943.31,2031609.19,27,398,1065.41,qpeinexact -5461,SUCCESS,2,0,456.79,2031609.19,2032065.98,27,455,730.86,ae -5465,SUCCESS,2,0,25.97,2032065.98,2032091.95,27,20,41.55,ghz -5477,SUCCESS,2,0,15,2032091.95,2032106.95,27,21,24,vqe -5489,SUCCESS,2,0,476.37,2032106.95,2032583.32,27,602,762.19,random -5499,SUCCESS,2,0,971.61,2032583.32,2033554.93,27,585,1554.58,ae -5501,SUCCESS,2,0,78.12,2033554.93,2033633.05,27,87,124.99,ghz -5502,SUCCESS,2,0,25411.14,2033633.05,2059044.19,27,33474,40657.82,shor -5510,SUCCESS,2,0,51.65,2059044.19,2059095.84,27,78,82.64,vqe -5515,SUCCESS,2,0,875.59,2059095.84,2059971.43,27,1237,1400.94,random -5516,SUCCESS,2,0,1886.38,2059971.43,2061857.81,27,2652,3018.21,random -5518,SUCCESS,2,0,62.53,2061857.81,2061920.34,27,49,100.05,wstate -5520,SUCCESS,2,0,280.2,2061920.34,2062200.54,27,331,448.32,ae -5523,SUCCESS,2,0,1064.61,2062200.54,2063265.15,27,2282,1703.38,su2random -5525,SUCCESS,2,0,1591.14,2063265.15,2064856.29,27,1226,2545.82,qpeinexact -5559,SUCCESS,2,0,477.96,2064856.29,2065334.25,27,274,764.74,qftentangled -5577,SUCCESS,2,0,30.67,2065334.25,2065364.92,27,22,49.07,ghz -5586,SUCCESS,2,0,99.24,2065364.92,2065464.16,27,97,158.78,dj -5588,SUCCESS,2,0,1176.68,2065464.16,2066640.84,27,763,1882.69,twolocalrandom -5591,SUCCESS,2,0,49.04,2066640.84,2066689.88,27,39,78.46,dj -5596,SUCCESS,2,0,38.75,2066689.88,2066728.63,27,25,62,graphstate -5602,SUCCESS,2,0,258.53,2066728.63,2066987.16,27,209,413.65,qft -5606,SUCCESS,2,0,1438.82,2066987.16,2068425.98,27,1336,2302.11,random -5609,SUCCESS,2,0,1236.3,2068425.98,2069662.28,27,1021,1978.08,random -5612,SUCCESS,2,0,25.71,2069662.28,2069687.99,27,17,41.14,ghz -5627,SUCCESS,2,0,1268.87,2069687.99,2070956.86,27,734,2030.19,qnn -5634,SUCCESS,2,0,1999.15,2070956.86,2072956.01,27,1137,3198.64,su2random -217,SUCCESS,2,1,43940.83,2030078.53,2074019.36,127,10524,70305.33,twolocalrandom -218,SUCCESS,2,1,241.69,2074019.36,2074261.05,127,77,386.7,graphstate -5642,SUCCESS,2,0,2022.75,2072956.01,2074978.76,27,1185,3236.4,ae -5643,SUCCESS,2,0,255.65,2074978.76,2075234.41,27,166,409.04,wstate -5649,SUCCESS,2,0,7716.08,2075234.41,2082950.49,27,7686,12345.73,pricingput -5651,SUCCESS,2,0,2124.81,2082950.49,2085075.3,27,1606,3399.7,random -5656,SUCCESS,2,0,629.42,2085075.3,2085704.72,27,1059,1007.07,qpeinexact -5658,SUCCESS,2,0,502.51,2085704.72,2086207.23,27,485,804.02,qft -5660,SUCCESS,2,0,112.92,2086207.23,2086320.15,27,249,180.67,qft -5661,SUCCESS,2,0,1550.6,2086320.15,2087870.75,27,1063,2480.96,qpeexact -5664,SUCCESS,2,0,196.28,2087870.75,2088067.03,27,240,314.05,su2random -5668,SUCCESS,2,0,291.67,2088067.03,2088358.7,27,170,466.67,qft -5671,SUCCESS,2,0,271.67,2088358.7,2088630.37,27,225,434.67,qpeinexact -5676,SUCCESS,2,0,121.72,2088630.37,2088752.09,27,96,194.75,vqe -5680,SUCCESS,2,0,513,2088752.09,2089265.09,27,520,820.8,portfolioqaoa -5682,SUCCESS,2,0,443.02,2089265.09,2089708.11,27,307,708.83,qftentangled -5686,SUCCESS,2,0,77.97,2089708.11,2089786.08,27,68,124.75,dj -5687,SUCCESS,2,0,1982.16,2089786.08,2091768.24,27,1457,3171.46,qwalk-v-chain -5689,SUCCESS,2,0,1206.95,2091768.24,2092975.19,27,973,1931.12,pricingcall -5691,SUCCESS,2,0,375.39,2092975.19,2093350.58,27,522,600.62,qftentangled -5695,SUCCESS,2,0,966.85,2093350.58,2094317.43,27,2042,1546.96,qwalk-v-chain -5700,SUCCESS,2,0,1477.82,2094317.43,2095795.25,27,1008,2364.51,ae -5703,SUCCESS,2,0,70.88,2095795.25,2095866.13,27,130,113.41,qft -5704,SUCCESS,2,0,175.36,2095866.13,2096041.49,27,365,280.58,twolocalrandom -5705,SUCCESS,2,0,622.41,2096041.49,2096663.9,27,503,995.86,random -5709,SUCCESS,2,0,316.79,2096663.9,2096980.69,27,219,506.86,pricingcall -5711,SUCCESS,2,0,95.37,2096980.69,2097076.06,27,105,152.59,ghz -219,SUCCESS,2,1,33933.29,2074261.05,2108194.34,127,8791,54293.26,ae -220,SUCCESS,2,1,4355.19,2108194.34,2112549.53,127,1358,6968.3,qwalk-v-chain -221,SUCCESS,2,1,4816.46,2112549.53,2117365.99,127,2847,7706.34,qpeexact -5714,SUCCESS,2,0,34568.35,2097076.06,2131644.41,27,19680,55309.36,qwalk-noancilla -5720,SUCCESS,2,0,992.13,2131644.41,2132636.54,27,708,1587.41,qpeexact -5724,SUCCESS,2,0,5966.57,2132636.54,2138603.11,27,5161,9546.51,qwalk-v-chain -5739,SUCCESS,2,0,1253.14,2138603.11,2139856.25,27,1289,2005.02,twolocalrandom -5740,SUCCESS,2,0,117.47,2139856.25,2139973.72,27,116,187.95,dj -5748,SUCCESS,2,0,1357.72,2139973.72,2141331.44,27,998,2172.35,realamprandom -5749,SUCCESS,2,0,466.4,2141331.44,2141797.84,27,467,746.24,qnn -5751,SUCCESS,2,0,100.61,2141797.84,2141898.45,27,77,160.98,wstate -5755,SUCCESS,2,0,961.04,2141898.45,2142859.49,27,836,1537.66,twolocalrandom -5756,SUCCESS,2,0,140.61,2142859.49,2143000.1,27,200,224.98,qpeexact -5759,SUCCESS,2,0,1051.63,2143000.1,2144051.73,27,931,1682.61,qft -5760,SUCCESS,2,0,586.89,2144051.73,2144638.62,27,389,939.02,realamprandom -5761,SUCCESS,2,0,518.21,2144638.62,2145156.83,27,664,829.14,qftentangled -5781,SUCCESS,2,0,1008.13,2145156.83,2146164.96,27,633,1613.01,su2random -5787,SUCCESS,2,0,525.18,2146164.96,2146690.14,27,722,840.29,portfoliovqe -5789,SUCCESS,2,0,371.12,2146690.14,2147061.26,27,629,593.79,su2random -5792,SUCCESS,2,0,387.49,2147061.26,2147448.75,27,366,619.98,qftentangled -5804,SUCCESS,2,0,524.49,2147448.75,2147973.24,27,559,839.18,qft -5812,SUCCESS,2,0,62.85,2147973.24,2148036.09,27,66,100.56,tsp -5815,SUCCESS,2,0,339.28,2148036.09,2148375.37,27,206,542.85,realamprandom -5816,SUCCESS,2,0,96.06,2148375.37,2148471.43,27,153,153.7,pricingcall -5818,SUCCESS,2,0,343.18,2148471.43,2148814.61,27,225,549.09,qftentangled -5826,SUCCESS,2,0,549.35,2148814.61,2149363.96,27,380,878.96,twolocalrandom -5835,SUCCESS,2,0,930.95,2149363.96,2150294.91,27,652,1489.52,qftentangled -5852,SUCCESS,2,0,224.61,2150294.91,2150519.52,27,198,359.38,su2random -5853,SUCCESS,2,0,439.2,2150519.52,2150958.72,27,340,702.72,qftentangled -5867,SUCCESS,2,0,971.44,2150958.72,2151930.16,27,864,1554.3,ae -5868,SUCCESS,2,0,899.96,2151930.16,2152830.12,27,943,1439.94,qftentangled -5872,SUCCESS,2,0,26.99,2152830.12,2152857.11,27,18,43.18,ghz -222,SUCCESS,2,1,35835.04,2117365.99,2153201.03,127,7885,57336.06,qft -5880,SUCCESS,2,0,357.85,2152857.11,2153214.96,27,276,572.56,twolocalrandom -5883,SUCCESS,2,0,1306.15,2153214.96,2154521.11,27,1352,2089.84,twolocalrandom -5886,SUCCESS,2,0,52.45,2154521.11,2154573.56,27,106,83.92,ghz -5906,SUCCESS,2,0,43.69,2154573.56,2154617.25,27,40,69.9,qaoa -5907,SUCCESS,2,0,137.19,2154617.25,2154754.44,27,258,219.5,realamprandom -5915,SUCCESS,2,0,1176.01,2154754.44,2155930.45,27,1699,1881.62,qwalk-v-chain -5919,SUCCESS,2,0,258.95,2155930.45,2156189.4,27,436,414.32,twolocalrandom -5921,SUCCESS,2,0,102.24,2156189.4,2156291.64,27,116,163.58,qftentangled -5925,SUCCESS,2,0,409.9,2156291.64,2156701.54,27,544,655.84,qftentangled -5928,SUCCESS,2,0,42.57,2156701.54,2156744.11,27,74,68.11,ghz -5931,SUCCESS,2,0,1791.12,2156744.11,2158535.23,27,1114,2865.79,random -5932,SUCCESS,2,0,85.64,2158535.23,2158620.87,27,78,137.02,dj -5935,SUCCESS,2,0,294.76,2158620.87,2158915.63,27,332,471.62,portfolioqaoa -5948,SUCCESS,2,0,21.27,2158915.63,2158936.9,27,21,34.03,vqe -5955,SUCCESS,2,0,67.99,2158936.9,2159004.89,27,41,108.78,graphstate -5960,SUCCESS,2,0,63.18,2159004.89,2159068.07,27,77,101.09,ghz -5967,SUCCESS,2,0,292.06,2159068.07,2159360.13,27,418,467.3,qftentangled -5968,SUCCESS,2,0,309.94,2159360.13,2159670.07,27,465,495.9,portfoliovqe -5971,SUCCESS,2,0,956.71,2159670.07,2160626.78,27,568,1530.74,twolocalrandom -5972,SUCCESS,2,0,106.96,2160626.78,2160733.74,27,85,171.14,wstate -5975,SUCCESS,2,0,573.96,2160733.74,2161307.7,27,430,918.34,realamprandom -5995,SUCCESS,2,0,1507.87,2161307.7,2162815.57,27,864,2412.59,pricingput -5998,SUCCESS,2,0,875.52,2162815.57,2163691.09,27,602,1400.83,pricingcall -6005,SUCCESS,2,0,177.17,2163691.09,2163868.26,27,305,283.47,qpeexact -6007,SUCCESS,2,0,54.79,2163868.26,2163923.05,27,50,87.66,tsp -6009,SUCCESS,2,0,630.39,2163923.05,2164553.44,27,536,1008.62,qft -6011,SUCCESS,2,0,952.53,2164553.44,2165505.97,27,671,1524.05,qwalk-v-chain -223,SUCCESS,2,1,61092.34,2153201.03,2214293.37,127,14012,97747.74,grover-noancilla -6019,SUCCESS,2,0,48789.59,2165505.97,2214295.56,27,83432,78063.34,grover-noancilla -6021,SUCCESS,2,0,836.71,2214295.56,2215132.27,27,576,1338.74,qpeinexact -6034,SUCCESS,2,0,1675.8,2215132.27,2216808.07,27,1113,2681.28,su2random -6037,SUCCESS,2,0,53.13,2216808.07,2216861.2,27,51,85.01,graphstate -6038,SUCCESS,2,0,36.25,2216861.2,2216897.45,27,38,58,dj -6039,SUCCESS,2,0,149.75,2216897.45,2217047.2,27,169,239.6,pricingput -6045,SUCCESS,2,0,210.96,2217047.2,2217258.16,27,169,337.54,qftentangled -6049,SUCCESS,2,0,145.79,2217258.16,2217403.95,27,297,233.26,su2random -6051,SUCCESS,2,0,91.68,2217403.95,2217495.63,27,81,146.69,ghz -6074,SUCCESS,2,0,1273.11,2217495.63,2218768.74,27,1272,2036.98,random -6077,SUCCESS,2,0,12.57,2218768.74,2218781.31,27,27,20.11,vqe -6082,SUCCESS,2,0,582.68,2218781.31,2219363.99,27,480,932.29,qnn -225,SUCCESS,2,1,5377.64,2214293.37,2219671.01,127,2146,8604.22,qft -6085,SUCCESS,2,0,2204.24,2219363.99,2221568.23,27,1764,3526.78,realamprandom -6087,SUCCESS,2,0,256.6,2221568.23,2221824.83,27,537,410.56,portfolioqaoa -226,SUCCESS,2,1,2655.18,2219671.01,2222326.19,127,989,4248.29,qnn -6088,SUCCESS,2,0,797.83,2221824.83,2222622.66,27,500,1276.53,pricingput -6089,SUCCESS,2,0,353.25,2222622.66,2222975.91,27,701,565.2,qpeinexact -6101,SUCCESS,2,0,23.9,2222975.91,2222999.81,27,25,38.24,vqe -6102,SUCCESS,2,0,1853.68,2222999.81,2224853.49,27,1564,2965.89,pricingput -6105,SUCCESS,2,0,33.97,2224853.49,2224887.46,27,21,54.35,graphstate -6110,SUCCESS,2,0,403.56,2224887.46,2225291.02,27,794,645.7,random -6113,SUCCESS,2,0,256.25,2225291.02,2225547.27,27,315,410,qnn -6119,SUCCESS,2,0,225.89,2225547.27,2225773.16,27,145,361.42,wstate -6120,SUCCESS,2,0,917.59,2225773.16,2226690.75,27,622,1468.14,random -6124,SUCCESS,2,0,300.05,2226690.75,2226990.8,27,656,480.08,realamprandom -6125,SUCCESS,2,0,1917,2226990.8,2228907.8,27,1271,3067.2,su2random -6127,SUCCESS,2,0,237.49,2228907.8,2229145.29,27,338,379.98,twolocalrandom -6128,SUCCESS,2,0,552.02,2229145.29,2229697.31,27,322,883.23,qpeinexact -6130,SUCCESS,2,0,1128.04,2229697.31,2230825.35,27,656,1804.86,twolocalrandom -6131,SUCCESS,2,0,602.39,2230825.35,2231427.74,27,599,963.82,qftentangled -227,SUCCESS,2,1,9429.44,2222326.19,2231755.63,127,2041,15087.1,qftentangled -6136,SUCCESS,2,0,3479.48,2231427.74,2234907.22,27,2180,5567.17,pricingcall -6141,SUCCESS,2,0,779.04,2234907.22,2235686.26,27,573,1246.46,portfoliovqe -228,SUCCESS,2,1,4420.62,2231755.63,2236176.25,127,2098,7072.99,qft -6152,SUCCESS,2,0,1957.67,2235686.26,2237643.93,27,2190,3132.27,pricingput -6157,SUCCESS,2,0,125.18,2237643.93,2237769.11,27,77,200.29,wstate -6168,SUCCESS,2,0,396.16,2237769.11,2238165.27,27,518,633.86,qpeexact -6169,SUCCESS,2,0,953.84,2238165.27,2239119.11,27,921,1526.14,qpeexact -6178,SUCCESS,2,0,21.43,2239119.11,2239140.54,27,44,34.29,qaoa -6187,SUCCESS,2,0,325.97,2239140.54,2239466.51,27,557,521.55,su2random -6190,SUCCESS,2,0,291.85,2239466.51,2239758.36,27,299,466.96,su2random -6192,SUCCESS,2,0,410.76,2239758.36,2240169.12,27,322,657.22,qpeexact -6193,SUCCESS,2,0,885.39,2240169.12,2241054.51,27,655,1416.62,qpeexact -6195,SUCCESS,2,0,524.35,2241054.51,2241578.86,27,360,838.96,portfoliovqe -6200,SUCCESS,2,0,366.3,2241578.86,2241945.16,27,207,586.08,ae -6205,SUCCESS,2,0,32.98,2241945.16,2241978.14,27,21,52.77,ghz -6208,SUCCESS,2,0,179.17,2241978.14,2242157.31,27,101,286.67,vqe -6216,SUCCESS,2,0,1487.47,2242157.31,2243644.78,27,877,2379.95,su2random -6229,SUCCESS,2,0,35.24,2243644.78,2243680.02,27,53,56.38,dj -6232,SUCCESS,2,0,900.36,2243680.02,2244580.38,27,1056,1440.58,ae -6234,SUCCESS,2,0,1799.95,2244580.38,2246380.33,27,1238,2879.92,qpeexact -6235,SUCCESS,2,0,817.95,2246380.33,2247198.28,27,1527,1308.72,realamprandom -6237,SUCCESS,2,0,460.05,2247198.28,2247658.33,27,473,736.08,groundstate -6240,SUCCESS,2,0,479.31,2247658.33,2248137.64,27,549,766.9,su2random -6241,SUCCESS,2,0,2266.72,2248137.64,2250404.36,27,2472,3626.75,twolocalrandom -6246,SUCCESS,2,0,177.93,2250404.36,2250582.29,27,136,284.69,wstate -6248,SUCCESS,2,0,827.26,2250582.29,2251409.55,27,729,1323.62,qnn -6250,SUCCESS,2,0,171.33,2251409.55,2251580.88,27,104,274.13,graphstate -6251,SUCCESS,2,0,36.21,2251580.88,2251617.09,27,26,57.94,vqe -6257,SUCCESS,2,0,303.58,2251617.09,2251920.67,27,533,485.73,qpeinexact -230,SUCCESS,2,1,18487.18,2236176.25,2254663.43,127,7053,29579.49,ae -232,SUCCESS,2,1,52.38,2254663.43,2254715.81,127,31,83.81,ghz -233,SUCCESS,2,1,1037.23,2254715.81,2255753.04,127,465,1659.57,realamprandom -234,SUCCESS,2,1,4619.76,2255753.04,2260372.8,127,1897,7391.62,qnn -6261,SUCCESS,2,0,9703.43,2251920.67,2261624.1,27,11697,15525.49,grover-noancilla -6262,SUCCESS,2,0,110.89,2261624.1,2261734.99,27,184,177.42,random -6266,SUCCESS,2,0,44.02,2261734.99,2261779.01,27,53,70.43,qaoa -6272,SUCCESS,2,0,1023.79,2261779.01,2262802.8,27,1005,1638.06,su2random -6273,SUCCESS,2,0,899.46,2262802.8,2263702.26,27,547,1439.14,qpeexact -6275,SUCCESS,2,0,1194.61,2263702.26,2264896.87,27,1695,1911.38,su2random -6278,SUCCESS,2,0,310.54,2264896.87,2265207.41,27,310,496.86,ae -6279,SUCCESS,2,0,1380.86,2265207.41,2266588.27,27,915,2209.38,realamprandom -6284,SUCCESS,2,0,334.21,2266588.27,2266922.48,27,306,534.74,qnn -6285,SUCCESS,2,0,374.57,2266922.48,2267297.05,27,289,599.31,wstate -6286,SUCCESS,2,0,212.89,2267297.05,2267509.94,27,155,340.62,qftentangled -6290,SUCCESS,2,0,29.34,2267509.94,2267539.28,27,22,46.94,ghz -6295,SUCCESS,2,0,417.33,2267539.28,2267956.61,27,298,667.73,qnn -6298,SUCCESS,2,0,408.02,2267956.61,2268364.63,27,283,652.83,wstate -6305,SUCCESS,2,0,251.44,2268364.63,2268616.07,27,192,402.3,su2random -6307,SUCCESS,2,0,597.97,2268616.07,2269214.04,27,365,956.75,qpeexact -6308,SUCCESS,2,0,1596.92,2269214.04,2270810.96,27,1207,2555.07,qpeexact -6319,SUCCESS,2,0,636.55,2270810.96,2271447.51,27,658,1018.48,su2random -6322,SUCCESS,2,0,123.5,2271447.51,2271571.01,27,73,197.6,ghz -6325,SUCCESS,2,0,40.1,2271571.01,2271611.11,27,87,64.16,graphstate -6334,SUCCESS,2,0,583.06,2271611.11,2272194.17,27,392,932.9,qpeexact -6341,SUCCESS,2,0,327.04,2272194.17,2272521.21,27,368,523.26,qftentangled -6346,SUCCESS,2,0,729.98,2272521.21,2273251.19,27,645,1167.97,portfolioqaoa -6347,SUCCESS,2,0,495.63,2273251.19,2273746.82,27,430,793.01,qft -6351,SUCCESS,2,0,75.73,2273746.82,2273822.55,27,77,121.17,wstate -6357,SUCCESS,2,0,34.17,2273822.55,2273856.72,27,69,54.67,wstate -6359,SUCCESS,2,0,4262.96,2273856.72,2278119.68,27,2560,6820.74,qnn -6360,SUCCESS,2,0,465.25,2278119.68,2278584.93,27,358,744.4,qnn -6361,SUCCESS,2,0,2164.23,2278584.93,2280749.16,27,3979,3462.77,pricingcall -6371,SUCCESS,2,0,366.45,2280749.16,2281115.61,27,216,586.32,realamprandom -6372,SUCCESS,2,0,202.4,2281115.61,2281318.01,27,416,323.84,qnn -235,SUCCESS,2,1,23594.02,2260372.8,2283966.82,127,7365,37750.43,ae -6375,SUCCESS,2,0,3168.66,2281318.01,2284486.67,27,2501,5069.86,realamprandom -6379,SUCCESS,2,0,468.46,2284486.67,2284955.13,27,416,749.54,qpeexact -6380,SUCCESS,2,0,1281.79,2284955.13,2286236.92,27,930,2050.86,qpeinexact -6386,SUCCESS,2,0,250.76,2286236.92,2286487.68,27,521,401.22,twolocalrandom -6388,SUCCESS,2,0,2771.01,2286487.68,2289258.69,27,3684,4433.62,grover-noancilla -6394,SUCCESS,2,0,579.67,2289258.69,2289838.36,27,458,927.47,twolocalrandom -6397,SUCCESS,2,0,443.48,2289838.36,2290281.84,27,340,709.57,qftentangled -6403,SUCCESS,2,0,309.98,2290281.84,2290591.82,27,430,495.97,twolocalrandom -6408,SUCCESS,2,0,29.08,2290591.82,2290620.9,27,47,46.53,graphstate -6416,SUCCESS,2,0,50.9,2290620.9,2290671.8,27,37,81.44,qaoa -6417,SUCCESS,2,0,40.98,2290671.8,2290712.78,27,53,65.57,ghz -6418,SUCCESS,2,0,1216.6,2290712.78,2291929.38,27,1203,1946.56,portfoliovqe -6424,SUCCESS,2,0,121.33,2291929.38,2292050.71,27,74,194.13,ghz -6429,SUCCESS,2,0,475.63,2292050.71,2292526.34,27,341,761.01,qpeexact -6438,SUCCESS,2,0,314.32,2292526.34,2292840.66,27,425,502.91,ae -6451,SUCCESS,2,0,693.73,2292840.66,2293534.39,27,477,1109.97,qnn -6452,SUCCESS,2,0,281.35,2293534.39,2293815.74,27,366,450.16,ae -6460,SUCCESS,2,0,627.3,2293815.74,2294443.04,27,438,1003.68,qpeinexact -6470,SUCCESS,2,0,1506.32,2294443.04,2295949.36,27,1748,2410.11,twolocalrandom -6478,SUCCESS,2,0,556.5,2295949.36,2296505.86,27,481,890.4,qft -6480,SUCCESS,2,0,28.2,2296505.86,2296534.06,27,21,45.12,ghz -6485,SUCCESS,2,0,248.14,2296534.06,2296782.2,27,281,397.02,ae -238,SUCCESS,2,1,13064.39,2283966.82,2297031.21,127,7669,20903.02,qpeexact -6489,SUCCESS,2,0,267.17,2296782.2,2297049.37,27,583,427.47,ae -239,SUCCESS,2,1,251.59,2297031.21,2297282.8,127,94,402.54,ghz -6491,SUCCESS,2,0,411.26,2297049.37,2297460.63,27,626,658.02,portfolioqaoa -6493,SUCCESS,2,0,385.3,2297460.63,2297845.93,27,235,616.48,twolocalrandom -6497,SUCCESS,2,0,23.73,2297845.93,2297869.66,27,39,37.97,graphstate -6499,SUCCESS,2,0,35.05,2297869.66,2297904.71,27,59,56.08,dj -6500,SUCCESS,2,0,1463.76,2297904.71,2299368.47,27,1284,2342.02,pricingcall -6501,SUCCESS,2,0,160.75,2299368.47,2299529.22,27,207,257.2,twolocalrandom -241,SUCCESS,2,1,2505.11,2297282.8,2299787.91,127,533,4008.18,qftentangled -242,SUCCESS,2,1,405.96,2299787.91,2300193.87,127,213,649.54,wstate -6509,SUCCESS,2,0,886.74,2299529.22,2300415.96,27,891,1418.78,realamprandom -6511,SUCCESS,2,0,162.74,2300415.96,2300578.7,27,159,260.38,qpeexact -6513,SUCCESS,2,0,216.42,2300578.7,2300795.12,27,181,346.27,qft -6514,SUCCESS,2,0,3335.64,2300795.12,2304130.76,27,2532,5337.02,random -6515,SUCCESS,2,0,884.74,2304130.76,2305015.5,27,844,1415.58,qnn -6518,SUCCESS,2,0,230.61,2305015.5,2305246.11,27,442,368.98,qftentangled -6526,SUCCESS,2,0,665.22,2305246.11,2305911.33,27,770,1064.35,portfoliovqe -6529,SUCCESS,2,0,740.26,2305911.33,2306651.59,27,719,1184.42,qft -6536,SUCCESS,2,0,520.99,2306651.59,2307172.58,27,474,833.58,twolocalrandom -6538,SUCCESS,2,0,489.07,2307172.58,2307661.65,27,633,782.51,realamprandom -6540,SUCCESS,2,0,709.67,2307661.65,2308371.32,27,499,1135.47,random -6543,SUCCESS,2,0,82.65,2308371.32,2308453.97,27,76,132.24,dj -6545,SUCCESS,2,0,7.88,2308453.97,2308461.85,27,10,12.61,ghz -6546,SUCCESS,2,0,22.4,2308461.85,2308484.25,27,37,35.84,graphstate -6549,SUCCESS,2,0,344.55,2308484.25,2308828.8,27,461,551.28,qnn -6551,SUCCESS,2,0,485.21,2308828.8,2309314.01,27,633,776.34,twolocalrandom -6552,SUCCESS,2,0,980.97,2309314.01,2310294.98,27,607,1569.55,qft -6554,SUCCESS,2,0,4765.18,2310294.98,2315060.16,27,5046,7624.29,qwalk-v-chain -6574,SUCCESS,2,0,51.4,2315060.16,2315111.56,27,91,82.24,dj -6581,SUCCESS,2,0,1269.1,2315111.56,2316380.66,27,729,2030.56,portfoliovqe -6588,SUCCESS,2,0,204.16,2316380.66,2316584.82,27,153,326.66,qftentangled -6591,SUCCESS,2,0,580.17,2316584.82,2317164.99,27,516,928.27,qft -6592,SUCCESS,2,0,477.76,2317164.99,2317642.75,27,513,764.42,qpeinexact -6593,SUCCESS,2,0,378.84,2317642.75,2318021.59,27,445,606.14,su2random -6596,SUCCESS,2,0,284.9,2318021.59,2318306.49,27,408,455.84,su2random -6602,SUCCESS,2,0,274.89,2318306.49,2318581.38,27,561,439.82,realamprandom -6608,SUCCESS,2,0,324.1,2318581.38,2318905.48,27,408,518.56,pricingcall -6609,SUCCESS,2,0,172.39,2318905.48,2319077.87,27,274,275.82,su2random -6611,SUCCESS,2,0,820.47,2319077.87,2319898.34,27,521,1312.75,realamprandom -6615,SUCCESS,2,0,747.8,2319898.34,2320646.14,27,846,1196.48,ae -6616,SUCCESS,2,0,2450.48,2320646.14,2323096.62,27,2328,3920.77,qnn -6621,SUCCESS,2,0,868.49,2323096.62,2323965.11,27,1218,1389.58,qwalk-v-chain -6623,SUCCESS,2,0,968.69,2323965.11,2324933.8,27,576,1549.9,qftentangled -6627,SUCCESS,2,0,162.43,2324933.8,2325096.23,27,167,259.89,qft -6629,SUCCESS,2,0,116.05,2325096.23,2325212.28,27,100,185.68,graphstate -6632,SUCCESS,2,0,697.26,2325212.28,2325909.54,27,479,1115.62,qnn -6653,SUCCESS,2,0,1797.64,2325909.54,2327707.18,27,2211,2876.22,random -6658,SUCCESS,2,0,784.16,2327707.18,2328491.34,27,557,1254.66,qpeexact -6665,SUCCESS,2,0,618.94,2328491.34,2329110.28,27,710,990.3,qpeinexact -6666,SUCCESS,2,0,601.94,2329110.28,2329712.22,27,695,963.1,qnn -6668,SUCCESS,2,0,371.58,2329712.22,2330083.8,27,421,594.53,portfoliovqe -6669,SUCCESS,2,0,11.54,2330083.8,2330095.34,27,17,18.46,ghz -6673,SUCCESS,2,0,1500.08,2330095.34,2331595.42,27,2368,2400.13,pricingcall -6675,SUCCESS,2,0,67.12,2331595.42,2331662.54,27,85,107.39,wstate -6681,SUCCESS,2,0,43.95,2331662.54,2331706.49,27,90,70.32,ghz -6683,SUCCESS,2,0,340.43,2331706.49,2332046.92,27,426,544.69,random -6699,SUCCESS,2,0,247.73,2332046.92,2332294.65,27,238,396.37,qft -6700,SUCCESS,2,0,1768.02,2332294.65,2334062.67,27,1643,2828.83,random -6710,SUCCESS,2,0,69.27,2334062.67,2334131.94,27,70,110.83,dj -6712,SUCCESS,2,0,290.48,2334131.94,2334422.42,27,171,464.77,qpeexact -6717,SUCCESS,2,0,33.13,2334422.42,2334455.55,27,26,53.01,routing -6719,SUCCESS,2,0,27.15,2334455.55,2334482.7,27,27,43.44,vqe -6722,SUCCESS,2,0,296.07,2334482.7,2334778.77,27,380,473.71,realamprandom -6723,SUCCESS,2,0,34.87,2334778.77,2334813.64,27,23,55.79,ghz -6727,SUCCESS,2,0,554.19,2334813.64,2335367.83,27,506,886.7,su2random -6732,SUCCESS,2,0,263.38,2335367.83,2335631.21,27,221,421.41,qnn -6744,SUCCESS,2,0,801.03,2335631.21,2336432.24,27,453,1281.65,su2random -6750,SUCCESS,2,0,222.58,2336432.24,2336654.82,27,244,356.13,wstate -6758,SUCCESS,2,0,1280.2,2336654.82,2337935.02,27,865,2048.32,qftentangled -6759,SUCCESS,2,0,680.5,2337935.02,2338615.52,27,1218,1088.8,realamprandom -6773,SUCCESS,2,0,1203.24,2338615.52,2339818.76,27,1283,1925.18,twolocalrandom -6781,SUCCESS,2,0,132.67,2339818.76,2339951.43,27,163,212.27,qpeexact -6783,SUCCESS,2,0,540.41,2339951.43,2340491.84,27,460,864.66,realamprandom -6800,SUCCESS,2,0,1548.65,2340491.84,2342040.49,27,1310,2477.84,random -6805,SUCCESS,2,0,558.8,2342040.49,2342599.29,27,716,894.08,portfolioqaoa -6806,SUCCESS,2,0,103.26,2342599.29,2342702.55,27,213,165.22,qftentangled -6807,SUCCESS,2,0,654.56,2342702.55,2343357.11,27,394,1047.3,qnn -6809,SUCCESS,2,0,52.2,2343357.11,2343409.31,27,66,83.52,ghz -243,SUCCESS,2,1,50509.62,2300193.87,2350703.49,127,11458,80815.39,realamprandom -244,SUCCESS,2,1,2192.84,2350703.49,2352896.33,127,682,3508.54,qpeinexact -245,SUCCESS,2,1,171.48,2352896.33,2353067.81,127,52,274.37,graphstate -246,SUCCESS,2,1,6834.94,2353067.81,2359902.75,127,2439,10935.9,qftentangled -247,SUCCESS,2,1,1870.29,2359902.75,2361773.04,127,489,2992.46,realamprandom -248,SUCCESS,2,1,21856.64,2361773.04,2383629.68,127,7072,34970.62,qpeexact -249,SUCCESS,2,1,818.02,2383629.68,2384447.7,127,207,1308.83,ghz -250,SUCCESS,2,1,21819.16,2384447.7,2406266.86,127,10916,34910.66,realamprandom -251,SUCCESS,2,1,1046.36,2406266.86,2407313.22,127,515,1674.18,qft -6820,SUCCESS,2,0,95201.28,2343409.31,2438610.59,27,58861,152322.05,grover-v-chain -6821,SUCCESS,2,0,35.67,2438610.59,2438646.26,27,42,57.07,graphstate -6824,SUCCESS,2,0,2252.07,2438646.26,2440898.33,27,1317,3603.31,random -6829,SUCCESS,2,0,372.49,2440898.33,2441270.82,27,217,595.98,qft -6833,SUCCESS,2,0,635.73,2441270.82,2441906.55,27,836,1017.17,realamprandom -6837,SUCCESS,2,0,54.04,2441906.55,2441960.59,27,33,86.46,graphstate -6839,SUCCESS,2,0,200.58,2441960.59,2442161.17,27,212,320.93,qft -6858,SUCCESS,2,0,80.63,2442161.17,2442241.8,27,108,129.01,qft -6859,SUCCESS,2,0,233.42,2442241.8,2442475.22,27,150,373.47,ae -6863,SUCCESS,2,0,1357.52,2442475.22,2443832.74,27,840,2172.03,qnn -6869,SUCCESS,2,0,15.14,2443832.74,2443847.88,27,24,24.22,vqe -6872,SUCCESS,2,0,2433.81,2443847.88,2446281.69,27,1821,3894.1,su2random -6877,SUCCESS,2,0,1409.53,2446281.69,2447691.22,27,848,2255.25,su2random -6878,SUCCESS,2,0,53.12,2447691.22,2447744.34,27,55,84.99,groundstate -6881,SUCCESS,2,0,405.94,2447744.34,2448150.28,27,710,649.5,qpeexact -6882,SUCCESS,2,0,437.54,2448150.28,2448587.82,27,262,700.06,ae -6884,SUCCESS,2,0,3744.73,2448587.82,2452332.55,27,3124,5991.57,grover-v-chain -6893,SUCCESS,2,0,986.27,2452332.55,2453318.82,27,564,1578.03,qft -253,SUCCESS,2,1,46669.53,2407313.22,2453982.75,127,12109,74671.25,realamprandom -6894,SUCCESS,2,0,1769.02,2453318.82,2455087.84,27,1227,2830.43,qwalk-v-chain -6908,SUCCESS,2,0,511.62,2455087.84,2455599.46,27,464,818.59,qpeinexact -6909,SUCCESS,2,0,372.82,2455599.46,2455972.28,27,225,596.51,qnn -6912,SUCCESS,2,0,432.49,2455972.28,2456404.77,27,251,691.98,qnn -6916,SUCCESS,2,0,786.08,2456404.77,2457190.85,27,578,1257.73,qnn -6933,SUCCESS,2,0,1045.5,2457190.85,2458236.35,27,690,1672.8,qpeexact -6934,SUCCESS,2,0,502.09,2458236.35,2458738.44,27,546,803.34,twolocalrandom -6943,SUCCESS,2,0,867.22,2458738.44,2459605.66,27,607,1387.55,ae -6944,SUCCESS,2,0,315.32,2459605.66,2459920.98,27,464,504.51,qpeexact -6946,SUCCESS,2,0,16.06,2459920.98,2459937.04,27,32,25.7,ghz -254,SUCCESS,2,1,8679.26,2453982.75,2462662.01,127,2360,13886.82,realamprandom -255,SUCCESS,2,1,1611.84,2462662.01,2464273.85,127,368,2578.94,qftentangled -256,SUCCESS,2,1,298.97,2464273.85,2464572.82,127,68,478.35,ghz -6950,SUCCESS,2,0,6879.05,2459937.04,2466816.09,27,7007,11006.48,qwalk-v-chain -6953,SUCCESS,2,0,116.6,2466816.09,2466932.69,27,74,186.56,graphstate -6957,SUCCESS,2,0,654.27,2466932.69,2467586.96,27,608,1046.83,ae -257,SUCCESS,2,1,3304.86,2464572.82,2467877.68,127,825,5287.78,qnn -258,SUCCESS,2,1,157.99,2467877.68,2468035.67,127,59,252.78,qaoa -6965,SUCCESS,2,0,761.27,2467586.96,2468348.23,27,772,1218.03,su2random -6974,SUCCESS,2,0,95.02,2468348.23,2468443.25,27,174,152.03,qpeexact -259,SUCCESS,2,1,595.56,2468035.67,2468631.23,127,130,952.9,graphstate -6976,SUCCESS,2,0,229.22,2468443.25,2468672.47,27,171,366.75,realamprandom -6978,SUCCESS,2,0,177.9,2468672.47,2468850.37,27,350,284.64,qftentangled -6983,SUCCESS,2,0,246.91,2468850.37,2469097.28,27,503,395.06,twolocalrandom -6985,SUCCESS,2,0,45.89,2469097.28,2469143.17,27,28,73.42,vqe -6994,SUCCESS,2,0,413.02,2469143.17,2469556.19,27,389,660.83,su2random -7003,SUCCESS,2,0,1984.96,2469556.19,2471541.15,27,2174,3175.94,qnn -7008,SUCCESS,2,0,97.42,2471541.15,2471638.57,27,85,155.87,graphstate -7011,SUCCESS,2,0,62.92,2471638.57,2471701.49,27,58,100.67,graphstate -261,SUCCESS,2,1,6657.48,2468631.23,2475288.71,127,1784,10651.97,qft -7014,SUCCESS,2,0,4180.82,2471701.49,2475882.31,27,2683,6689.31,realamprandom -7024,SUCCESS,2,0,186.29,2475882.31,2476068.6,27,418,298.06,qftentangled -7025,SUCCESS,2,0,382.82,2476068.6,2476451.42,27,478,612.51,random -7031,SUCCESS,2,0,125.3,2476451.42,2476576.72,27,89,200.48,dj -7039,SUCCESS,2,0,743.21,2476576.72,2477319.93,27,920,1189.14,random -7045,SUCCESS,2,0,867.71,2477319.93,2478187.64,27,987,1388.34,ae -7047,SUCCESS,2,0,606.13,2478187.64,2478793.77,27,561,969.81,portfolioqaoa -7048,SUCCESS,2,0,68,2478793.77,2478861.77,27,40,108.8,dj -7058,SUCCESS,2,0,118.78,2478861.77,2478980.55,27,158,190.05,ae -7065,SUCCESS,2,0,85.35,2478980.55,2479065.9,27,50,136.56,dj -7066,SUCCESS,2,0,628.5,2479065.9,2479694.4,27,699,1005.6,qftentangled -7072,SUCCESS,2,0,348.87,2479694.4,2480043.27,27,463,558.19,qftentangled -7073,SUCCESS,2,0,765.31,2480043.27,2480808.58,27,448,1224.5,qft -7075,SUCCESS,2,0,523.45,2480808.58,2481332.03,27,298,837.52,wstate -7077,SUCCESS,2,0,212.23,2481332.03,2481544.26,27,275,339.57,realamprandom -7083,SUCCESS,2,0,26.82,2481544.26,2481571.08,27,21,42.91,graphstate -7086,SUCCESS,2,0,131.38,2481571.08,2481702.46,27,80,210.21,ghz -7089,SUCCESS,2,0,646.7,2481702.46,2482349.16,27,670,1034.72,portfoliovqe -7093,SUCCESS,2,0,121.03,2482349.16,2482470.19,27,165,193.65,realamprandom -7097,SUCCESS,2,0,1047.04,2482470.19,2483517.23,27,1283,1675.26,realamprandom -7100,SUCCESS,2,0,285.47,2483517.23,2483802.7,27,555,456.75,realamprandom -7101,SUCCESS,2,0,11.62,2483802.7,2483814.32,27,23,18.59,ghz -7107,SUCCESS,2,0,27.53,2483814.32,2483841.85,27,44,44.05,qaoa -7108,SUCCESS,2,0,4145.82,2483841.85,2487987.67,27,2683,6633.31,twolocalrandom -7113,SUCCESS,2,0,4357.65,2487987.67,2492345.32,27,5153,6972.24,pricingcall -7116,SUCCESS,2,0,155.98,2492345.32,2492501.3,27,90,249.57,dj -7129,SUCCESS,2,0,234.89,2492501.3,2492736.19,27,175,375.82,wstate -7130,SUCCESS,2,0,708.41,2492736.19,2493444.6,27,616,1133.46,ae -7133,SUCCESS,2,0,19.89,2493444.6,2493464.49,27,24,31.82,ghz -7134,SUCCESS,2,0,412.19,2493464.49,2493876.68,27,324,659.5,pricingput -7138,SUCCESS,2,0,1046.02,2493876.68,2494922.7,27,976,1673.63,qpeinexact -262,SUCCESS,2,1,20645.5,2475288.71,2495934.21,127,8666,33032.8,qnn -7140,SUCCESS,2,0,1642.72,2494922.7,2496565.42,27,1551,2628.35,pricingput -7142,SUCCESS,2,0,897.17,2496565.42,2497462.59,27,558,1435.47,qpeinexact -7144,SUCCESS,2,0,8187.85,2497462.59,2505650.44,27,6631,13100.56,qwalk-v-chain -263,SUCCESS,2,1,10086.63,2495934.21,2506020.84,127,7594,16138.61,ae -7148,SUCCESS,2,0,424.12,2505650.44,2506074.56,27,340,678.59,qftentangled -264,SUCCESS,2,1,2132.48,2506020.84,2508153.32,127,1368,3411.97,qpeexact -7161,SUCCESS,2,0,2079.9,2506074.56,2508154.46,27,2887,3327.84,qwalk-v-chain -7164,SUCCESS,2,0,8438.42,2508154.46,2516592.88,27,4810,13501.47,qwalk-noancilla -7165,SUCCESS,2,0,4278.28,2516592.88,2520871.16,27,2873,6845.25,pricingput -7170,SUCCESS,2,0,83.04,2520871.16,2520954.2,27,113,132.86,wstate -7171,SUCCESS,2,0,1812.85,2520954.2,2522767.05,27,1487,2900.56,portfoliovqe -7176,SUCCESS,2,0,22.7,2522767.05,2522789.75,27,45,36.32,wstate -7181,SUCCESS,2,0,425.99,2522789.75,2523215.74,27,370,681.58,qnn -7182,SUCCESS,2,0,586.87,2523215.74,2523802.61,27,565,938.99,portfoliovqe -7183,SUCCESS,2,0,234.21,2523802.61,2524036.82,27,143,374.74,dj -7185,SUCCESS,2,0,857.29,2524036.82,2524894.11,27,560,1371.66,qpeinexact -7197,SUCCESS,2,0,651.62,2524894.11,2525545.73,27,1126,1042.59,realamprandom -7211,SUCCESS,2,0,778.97,2525545.73,2526324.7,27,1375,1246.35,twolocalrandom -7223,SUCCESS,2,0,351.38,2526324.7,2526676.08,27,313,562.21,qftentangled -7235,SUCCESS,2,0,928.07,2526676.08,2527604.15,27,658,1484.91,qpeexact -7237,SUCCESS,2,0,118.7,2527604.15,2527722.85,27,174,189.92,dj -7243,SUCCESS,2,0,533.66,2527722.85,2528256.51,27,680,853.86,su2random -7248,SUCCESS,2,0,1569.6,2528256.51,2529826.11,27,1962,2511.36,su2random -7250,SUCCESS,2,0,243.32,2529826.11,2530069.43,27,271,389.31,wstate -7255,SUCCESS,2,0,626.26,2530069.43,2530695.69,27,992,1002.02,twolocalrandom -7260,SUCCESS,2,0,573.14,2530695.69,2531268.83,27,409,917.02,qft -7272,SUCCESS,2,0,29.81,2531268.83,2531298.64,27,27,47.7,graphstate -7274,SUCCESS,2,0,336.22,2531298.64,2531634.86,27,209,537.95,qpeinexact -7290,SUCCESS,2,0,1143.34,2531634.86,2532778.2,27,714,1829.34,qnn -7291,SUCCESS,2,0,77.29,2532778.2,2532855.49,27,74,123.66,dj -7293,SUCCESS,2,0,396.34,2532855.49,2533251.83,27,347,634.14,qnn -7297,SUCCESS,2,0,240.75,2533251.83,2533492.58,27,141,385.2,qftentangled -266,SUCCESS,2,1,26576.35,2508153.32,2534729.67,127,8783,42522.16,qftentangled -7299,SUCCESS,2,0,2140.96,2533492.58,2535633.54,27,3905,3425.54,pricingput -7312,SUCCESS,2,0,294.26,2535633.54,2535927.8,27,173,470.82,qftentangled -267,SUCCESS,2,1,1412.72,2534729.67,2536142.39,127,390,2260.35,graphstate -268,SUCCESS,2,1,30642.49,2536142.39,2566784.88,127,10812,49027.98,realamprandom -269,SUCCESS,2,1,34517.32,2566784.88,2601302.2,127,7357,55227.71,qft -270,SUCCESS,2,1,4935.28,2601302.2,2606237.48,127,1366,7896.45,wstate -271,SUCCESS,2,1,2290.92,2606237.48,2608528.4,127,586,3665.47,random -273,SUCCESS,2,1,179793.62,2608528.4,2788322.02,127,37402,287669.79,random -274,SUCCESS,2,1,1375.13,2788322.02,2789697.15,127,322,2200.21,graphstate -277,SUCCESS,2,1,6905.3,2789697.15,2796602.45,127,1950,11048.48,qftentangled -279,SUCCESS,2,1,224.95,2796602.45,2796827.4,127,50,359.92,graphstate -280,SUCCESS,2,1,29965.16,2796827.4,2826792.56,127,8573,47944.26,qpeexact -281,SUCCESS,2,1,5662.9,2826792.56,2832455.46,127,1833,9060.64,qft -282,SUCCESS,2,1,47267.27,2832455.46,2879722.73,127,23592,75627.63,random -283,SUCCESS,2,1,28576.5,2879722.73,2908299.23,127,6697,45722.4,su2random -284,SUCCESS,2,1,9572.2,2908299.23,2917871.43,127,7106,15315.52,qftentangled -286,SUCCESS,2,1,110214.17,2917871.43,3028085.6,127,27692,176342.67,random -288,SUCCESS,2,1,14051.29,3028085.6,3042136.89,127,3354,22482.06,ae -290,SUCCESS,2,1,778.01,3042136.89,3042914.9,127,196,1244.82,twolocalrandom -292,SUCCESS,2,1,4974.11,3042914.9,3047889.01,127,2930,7958.58,su2random -293,SUCCESS,2,1,140.6,3047889.01,3048029.61,127,77,224.96,ghz -294,SUCCESS,2,1,18756.04,3048029.61,3066785.65,127,4091,30009.66,pricingcall -295,SUCCESS,2,1,1326.65,3066785.65,3068112.3,127,475,2122.64,dj -297,SUCCESS,2,1,9432.91,3068112.3,3077545.21,127,2744,15092.66,qftentangled -298,SUCCESS,2,1,32733.62,3077545.21,3110278.83,127,10267,52373.79,realamprandom -299,SUCCESS,2,1,742.35,3110278.83,3111021.18,127,162,1187.76,graphstate -300,SUCCESS,2,1,118706.34,3111021.18,3229727.52,127,50602,189930.14,random -301,SUCCESS,2,1,375.68,3229727.52,3230103.2,127,90,601.09,ghz -302,SUCCESS,2,1,1898.88,3230103.2,3232002.08,127,516,3038.21,dj -303,SUCCESS,2,1,44314.68,3232002.08,3276316.76,127,10371,70903.49,qpeexact -304,SUCCESS,2,1,2968.52,3276316.76,3279285.28,127,1290,4749.63,wstate -305,SUCCESS,2,1,142.17,3279285.28,3279427.45,127,62,227.47,graphstate -306,SUCCESS,2,1,17939.4,3279427.45,3297366.85,127,6685,28703.04,twolocalrandom -307,SUCCESS,2,1,19325.69,3297366.85,3316692.54,127,4370,30921.1,qft -308,SUCCESS,2,1,14545.04,3316692.54,3331237.58,127,4234,23272.06,ae -309,SUCCESS,2,1,85.05,3331237.58,3331322.63,127,24,136.08,vqe -310,SUCCESS,2,1,7771.08,3331322.63,3339093.71,127,3051,12433.73,qft -311,SUCCESS,2,1,207.17,3339093.71,3339300.88,127,66,331.47,ghz -312,SUCCESS,2,1,5423.19,3339300.88,3344724.07,127,1129,8677.1,qpeinexact -313,SUCCESS,2,1,26255.74,3344724.07,3370979.81,127,6972,42009.18,pricingput -314,SUCCESS,2,1,30245.71,3370979.81,3401225.52,127,6351,48393.14,qnn -315,SUCCESS,2,1,204.92,3401225.52,3401430.44,127,91,327.87,ghz -316,SUCCESS,2,1,1220.56,3401430.44,3402651,127,404,1952.9,qpeinexact -317,SUCCESS,2,1,273.53,3402651,3402924.53,127,60,437.65,graphstate -318,SUCCESS,2,1,67716.85,3402924.53,3470641.38,127,15288,108346.96,su2random -319,SUCCESS,2,1,803.77,3470641.38,3471445.15,127,309,1286.03,qft -320,SUCCESS,2,1,26529.62,3471445.15,3497974.77,127,5757,42447.39,qnn -322,SUCCESS,2,1,1568.92,3497974.77,3499543.69,127,509,2510.27,dj -323,SUCCESS,2,1,22007.68,3499543.69,3521551.37,127,4658,35212.29,su2random -324,SUCCESS,2,1,1615.52,3521551.37,3523166.89,127,439,2584.83,random -325,SUCCESS,2,1,14785.91,3523166.89,3537952.8,127,3157,23657.46,qwalk-v-chain -327,SUCCESS,2,1,1195.31,3537952.8,3539148.11,127,269,1912.5,realamprandom -328,SUCCESS,2,1,30847.65,3539148.11,3569995.76,127,6873,49356.24,realamprandom -330,SUCCESS,2,1,819.46,3569995.76,3570815.22,127,401,1311.14,portfoliovqe -331,SUCCESS,2,1,253.05,3570815.22,3571068.27,127,86,404.88,graphstate -332,SUCCESS,2,1,49773.18,3571068.27,3620841.45,127,22035,79637.09,random -333,SUCCESS,2,1,312.61,3620841.45,3621154.06,127,102,500.18,ghz -334,SUCCESS,2,1,1670.17,3621154.06,3622824.23,127,373,2672.27,dj -335,SUCCESS,2,1,676.99,3622824.23,3623501.22,127,249,1083.18,wstate -336,SUCCESS,2,1,17449.01,3623501.22,3640950.23,127,4489,27918.42,qft -337,SUCCESS,2,1,12344.27,3640950.23,3653294.5,127,5826,19750.83,twolocalrandom -341,SUCCESS,2,1,542.01,3653294.5,3653836.51,127,113,867.22,wstate -343,SUCCESS,2,1,3342.87,3653836.51,3657179.38,127,2519,5348.59,ae -345,SUCCESS,2,1,6218.12,3657179.38,3663397.5,127,1532,9948.99,qft -346,SUCCESS,2,1,6471.87,3663397.5,3669869.37,127,3855,10354.99,pricingcall -347,SUCCESS,2,1,210,3669869.37,3670079.37,127,125,336,wstate -348,SUCCESS,2,1,6461.9,3670079.37,3676541.27,127,1408,10339.04,qpeinexact -349,SUCCESS,2,1,104496.94,3676541.27,3781038.21,127,31962,167195.1,random -350,SUCCESS,2,1,699,3781038.21,3781737.21,127,217,1118.4,wstate -351,SUCCESS,2,1,14641.89,3781737.21,3796379.1,127,7673,23427.02,qft -352,SUCCESS,2,1,22540.38,3796379.1,3818919.48,127,5174,36064.61,qpeexact -353,SUCCESS,2,1,518.83,3818919.48,3819438.31,127,196,830.13,realamprandom -354,SUCCESS,2,1,197.73,3819438.31,3819636.04,127,121,316.37,ghz -355,SUCCESS,2,1,1723.26,3819636.04,3821359.3,127,576,2757.22,ghz -356,SUCCESS,2,1,158.34,3821359.3,3821517.64,127,91,253.34,graphstate -357,SUCCESS,2,1,11000.89,3821517.64,3832518.53,127,5674,17601.42,ae -358,SUCCESS,2,1,5914.35,3832518.53,3838432.88,127,1554,9462.96,wstate -360,SUCCESS,2,1,73389.17,3838432.88,3911822.05,127,31206,117422.67,grover-noancilla -362,SUCCESS,2,1,188.7,3911822.05,3912010.75,127,82,301.92,wstate -363,SUCCESS,2,1,1573.28,3912010.75,3913584.03,127,511,2517.25,dj -364,SUCCESS,2,1,2014.07,3913584.03,3915598.1,127,1562,3222.51,qft -365,SUCCESS,2,1,1352.18,3915598.1,3916950.28,127,697,2163.49,twolocalrandom -366,SUCCESS,2,1,31579.78,3916950.28,3948530.06,127,9597,50527.65,twolocalrandom -368,SUCCESS,2,1,33432.91,3948530.06,3981962.97,127,10793,53492.66,realamprandom -370,SUCCESS,2,1,60251.56,3981962.97,4042214.53,127,17551,96402.5,twolocalrandom -371,SUCCESS,2,1,12967.94,4042214.53,4055182.47,127,6713,20748.7,su2random -372,SUCCESS,2,1,9275.05,4055182.47,4064457.52,127,2147,14840.08,qft -373,SUCCESS,2,1,1339.14,4064457.52,4065796.66,127,561,2142.62,dj -375,SUCCESS,2,1,1000.5,4065796.66,4066797.16,127,404,1600.8,dj -376,SUCCESS,2,1,6544.17,4066797.16,4073341.33,127,2276,10470.67,qftentangled -377,SUCCESS,2,1,2477.71,4073341.33,4075819.04,127,577,3964.34,dj -379,SUCCESS,2,1,15680.6,4075819.04,4091499.64,127,6031,25088.96,qftentangled -380,SUCCESS,2,1,712.44,4091499.64,4092212.08,127,332,1139.9,twolocalrandom -381,SUCCESS,2,1,5591.12,4092212.08,4097803.2,127,2685,8945.79,ae -382,SUCCESS,2,1,29500.49,4097803.2,4127303.69,127,9381,47200.78,random -385,SUCCESS,2,1,1161.84,4127303.69,4128465.53,127,429,1858.94,qftentangled -386,SUCCESS,2,1,10700.96,4128465.53,4139166.49,127,6392,17121.54,qnn -387,SUCCESS,2,1,18023.44,4139166.49,4157189.93,127,6687,28837.5,qnn -388,SUCCESS,2,1,932.88,4157189.93,4158122.81,127,442,1492.61,dj -389,SUCCESS,2,1,26731,4158122.81,4184853.81,127,5853,42769.6,qftentangled -390,SUCCESS,2,1,4651.61,4184853.81,4189505.42,127,1192,7442.58,twolocalrandom -392,SUCCESS,2,1,4265.52,4189505.42,4193770.94,127,1278,6824.83,ae -393,SUCCESS,2,1,9187.38,4193770.94,4202958.32,127,4305,14699.81,random -394,SUCCESS,2,1,3171.92,4202958.32,4206130.24,127,824,5075.07,wstate -395,SUCCESS,2,1,10929.99,4206130.24,4217060.23,127,7391,17487.98,qpeinexact -396,SUCCESS,2,1,88.3,4217060.23,4217148.53,127,50,141.28,tsp -397,SUCCESS,2,1,87.2,4217148.53,4217235.73,127,33,139.52,wstate -398,SUCCESS,2,1,15550.17,4217235.73,4232785.9,127,4789,24880.27,ae -399,SUCCESS,2,1,110.19,4232785.9,4232896.09,127,66,176.3,graphstate -400,SUCCESS,2,1,12173.96,4232896.09,4245070.05,127,6364,19478.34,qpeexact -401,SUCCESS,2,1,8833.94,4245070.05,4253903.99,127,5026,14134.3,qnn -402,SUCCESS,2,1,776.49,4253903.99,4254680.48,127,331,1242.38,ae -403,SUCCESS,2,1,119.57,4254680.48,4254800.05,127,78,191.31,ghz -404,SUCCESS,2,1,1233.89,4254800.05,4256033.94,127,285,1974.22,wstate -405,SUCCESS,2,1,1388.28,4256033.94,4257422.22,127,391,2221.25,ghz -408,SUCCESS,2,1,19208.64,4257422.22,4276630.86,127,4708,30733.82,qpeinexact -409,SUCCESS,2,1,5518.85,4276630.86,4282149.71,127,1435,8830.16,wstate -410,SUCCESS,2,1,3930.89,4282149.71,4286080.6,127,1375,6289.42,wstate -411,SUCCESS,2,1,627.69,4286080.6,4286708.29,127,257,1004.3,wstate -412,SUCCESS,2,1,22493.06,4286708.29,4309201.35,127,6685,35988.9,realamprandom -413,SUCCESS,2,1,1553.3,4309201.35,4310754.65,127,326,2485.28,portfolioqaoa -414,SUCCESS,2,1,1051.03,4310754.65,4311805.68,127,307,1681.65,dj -415,SUCCESS,2,1,4416.9,4311805.68,4316222.58,127,940,7067.04,su2random -417,SUCCESS,2,1,5661.68,4316222.58,4321884.26,127,1757,9058.69,twolocalrandom -418,SUCCESS,2,1,965.27,4321884.26,4322849.53,127,277,1544.43,wstate -419,SUCCESS,2,1,12128.09,4322849.53,4334977.62,127,2829,19404.94,qpeinexact -420,SUCCESS,2,1,29735.5,4334977.62,4364713.12,127,14136,47576.8,twolocalrandom -421,SUCCESS,2,1,6207.27,4364713.12,4370920.39,127,2575,9931.63,ae -422,SUCCESS,2,1,2876.25,4370920.39,4373796.64,127,989,4602,ae -423,SUCCESS,2,1,341.03,4373796.64,4374137.67,127,75,545.65,dj -424,SUCCESS,2,1,240.81,4374137.67,4374378.48,127,70,385.3,graphstate -425,SUCCESS,2,1,1358.31,4374378.48,4375736.79,127,320,2173.3,qnn -426,SUCCESS,2,1,4364.27,4375736.79,4380101.06,127,2515,6982.83,qpeexact -428,SUCCESS,2,1,14274.77,4380101.06,4394375.83,127,4869,22839.63,qnn -429,SUCCESS,2,1,4669.31,4394375.83,4399045.14,127,3135,7470.9,ae -430,SUCCESS,2,1,883.9,4399045.14,4399929.04,127,274,1414.24,dj -431,SUCCESS,2,1,291.87,4399929.04,4400220.91,127,61,466.99,ghz -432,SUCCESS,2,1,20498.83,4400220.91,4420719.74,127,15125,32798.13,random -433,SUCCESS,2,1,2963.33,4420719.74,4423683.07,127,767,4741.33,realamprandom -435,SUCCESS,2,1,54208.14,4423683.07,4477891.21,127,35227,86733.02,random -436,SUCCESS,2,1,789.44,4477891.21,4478680.65,127,292,1263.1,ghz -437,SUCCESS,2,1,12223.62,4478680.65,4490904.27,127,2828,19557.79,qwalk-v-chain -438,SUCCESS,2,1,9297.79,4490904.27,4500202.06,127,2598,14876.46,random -439,SUCCESS,2,1,552.35,4500202.06,4500754.41,127,155,883.76,graphstate -440,SUCCESS,2,1,4298.21,4500754.41,4505052.62,127,2333,6877.14,qftentangled -441,SUCCESS,2,1,506.29,4505052.62,4505558.91,127,129,810.06,qftentangled -442,SUCCESS,2,1,16965.57,4505558.91,4522524.48,127,8355,27144.91,qpeinexact -443,SUCCESS,2,1,16758.99,4522524.48,4539283.47,127,7976,26814.38,qftentangled -444,SUCCESS,2,1,63.22,4539283.47,4539346.69,127,29,101.15,ghz -445,SUCCESS,2,1,236.33,4539346.69,4539583.02,127,62,378.13,ghz -446,SUCCESS,2,1,786.31,4539583.02,4540369.33,127,310,1258.1,graphstate -448,SUCCESS,2,1,10890.71,4540369.33,4551260.04,127,6276,17425.14,qpeinexact -449,SUCCESS,2,1,16540.67,4551260.04,4567800.71,127,4431,26465.07,ae -450,SUCCESS,2,1,33.16,4567800.71,4567833.87,127,13,53.06,ghz -452,SUCCESS,2,1,3025.23,4567833.87,4570859.1,127,687,4840.37,dj -453,SUCCESS,2,1,32562.16,4570859.1,4603421.26,127,8372,52099.46,qnn -454,SUCCESS,2,1,5235.18,4603421.26,4608656.44,127,1950,8376.29,random -456,SUCCESS,2,1,995.41,4608656.44,4609651.85,127,315,1592.66,su2random -457,SUCCESS,2,1,9234.94,4609651.85,4618886.79,127,3088,14775.9,twolocalrandom -458,SUCCESS,2,1,30985.41,4618886.79,4649872.2,127,6661,49576.66,twolocalrandom -459,SUCCESS,2,1,3090.28,4649872.2,4652962.48,127,782,4944.45,su2random -460,SUCCESS,2,1,29711.72,4652962.48,4682674.2,127,9378,47538.75,qpeinexact -461,SUCCESS,2,1,118.66,4682674.2,4682792.86,127,41,189.86,wstate -463,SUCCESS,2,1,12467.21,4682792.86,4695260.07,127,7792,19947.54,realamprandom -464,SUCCESS,2,1,11233.59,4695260.07,4706493.66,127,3215,17973.74,grover-v-chain -465,SUCCESS,2,1,3257.51,4706493.66,4709751.17,127,1366,5212.02,qft -468,SUCCESS,2,1,8457.55,4709751.17,4718208.72,127,1944,13532.08,qnn -469,SUCCESS,2,1,2083.43,4718208.72,4720292.15,127,1584,3333.49,twolocalrandom -470,SUCCESS,2,1,20085.61,4720292.15,4740377.76,127,5312,32136.98,twolocalrandom -471,SUCCESS,2,1,9041.64,4740377.76,4749419.4,127,2623,14466.62,su2random -474,SUCCESS,2,1,229.68,4749419.4,4749649.08,127,167,367.49,qpeinexact -476,SUCCESS,2,1,1888.23,4749649.08,4751537.31,127,1188,3021.17,realamprandom -477,SUCCESS,2,1,34945.02,4751537.31,4786482.33,127,8109,55912.03,su2random -478,SUCCESS,2,1,2646.15,4786482.33,4789128.48,127,697,4233.84,realamprandom -479,SUCCESS,2,1,268.24,4789128.48,4789396.72,127,57,429.18,wstate -481,SUCCESS,2,1,46.34,4789396.72,4789443.06,127,19,74.14,ghz -482,SUCCESS,2,1,717.19,4789443.06,4790160.25,127,159,1147.5,graphstate -483,SUCCESS,2,1,118049.91,4790160.25,4908210.16,127,35811,188879.86,shor -485,SUCCESS,2,1,141.99,4908210.16,4908352.15,127,89,227.18,graphstate -487,SUCCESS,2,1,520.31,4908352.15,4908872.46,127,351,832.5,ghz -489,SUCCESS,2,1,894.38,4908872.46,4909766.84,127,254,1431.01,portfoliovqe -490,SUCCESS,2,1,1093.93,4909766.84,4910860.77,127,546,1750.29,dj -491,SUCCESS,2,1,5309.98,4910860.77,4916170.75,127,1998,8495.97,ae -492,SUCCESS,2,1,6739.02,4916170.75,4922909.77,127,1826,10782.43,twolocalrandom -493,SUCCESS,2,1,4129.77,4922909.77,4927039.54,127,861,6607.63,ae -494,SUCCESS,2,1,20625.34,4927039.54,4947664.88,127,7188,33000.54,pricingcall -495,SUCCESS,2,1,18934.46,4947664.88,4966599.34,127,8203,30295.14,qftentangled -496,SUCCESS,2,1,2258.02,4966599.34,4968857.36,127,939,3612.83,qftentangled -497,SUCCESS,2,1,4968.2,4968857.36,4973825.56,127,2949,7949.12,qft -498,SUCCESS,2,1,2912.33,4973825.56,4976737.89,127,2269,4659.73,random -500,SUCCESS,2,1,2942.37,4976737.89,4979680.26,127,1187,4707.79,qnn -501,SUCCESS,2,1,8974.24,4979680.26,4988654.5,127,6593,14358.78,random -502,SUCCESS,2,1,18906.92,4988654.5,5007561.42,127,4453,30251.07,qpeinexact -505,SUCCESS,2,1,492.74,5007561.42,5008054.16,127,394,788.38,random -506,SUCCESS,2,1,6237.75,5008054.16,5014291.91,127,1315,9980.4,qftentangled -507,SUCCESS,2,1,3103.39,5014291.91,5017395.3,127,2245,4965.42,su2random -509,SUCCESS,2,1,77996.53,5017395.3,5095391.83,127,28564,124794.45,random -510,SUCCESS,2,1,65338.21,5095391.83,5160730.04,127,16703,104541.14,realamprandom -511,SUCCESS,2,1,14703.15,5160730.04,5175433.19,127,3611,23525.04,qpeexact -512,SUCCESS,2,1,838.6,5175433.19,5176271.79,127,226,1341.76,dj -513,SUCCESS,2,1,1868.95,5176271.79,5178140.74,127,676,2990.32,dj -514,SUCCESS,2,1,10508.97,5178140.74,5188649.71,127,5869,16814.35,ae -515,SUCCESS,2,1,326.23,5188649.71,5188975.94,127,78,521.97,graphstate -517,SUCCESS,2,1,144.63,5188975.94,5189120.57,127,48,231.41,ghz -518,SUCCESS,2,1,4019.91,5189120.57,5193140.48,127,873,6431.86,qpeexact -519,SUCCESS,2,1,17274.92,5193140.48,5210415.4,127,4455,27639.87,qpeexact -520,SUCCESS,2,1,52095.28,5210415.4,5262510.68,127,10824,83352.45,qpeinexact -522,SUCCESS,2,1,6593.67,5262510.68,5269104.35,127,1443,10549.87,realamprandom -523,SUCCESS,2,1,1784.41,5269104.35,5270888.76,127,1029,2855.06,qpeexact -524,SUCCESS,2,1,3274.73,5270888.76,5274163.49,127,1440,5239.57,ae -525,SUCCESS,2,1,1879.88,5274163.49,5276043.37,127,877,3007.81,random -526,SUCCESS,2,1,240.12,5276043.37,5276283.49,127,51,384.19,ghz -527,SUCCESS,2,1,9809.01,5276283.49,5286092.5,127,2889,15694.42,qftentangled -528,SUCCESS,2,1,2845.31,5286092.5,5288937.81,127,819,4552.5,qftentangled -529,SUCCESS,2,1,8917.92,5288937.81,5297855.73,127,5312,14268.67,realamprandom -530,SUCCESS,2,1,10633.34,5297855.73,5308489.07,127,3611,17013.34,qpeinexact -531,SUCCESS,2,1,1839.24,5308489.07,5310328.31,127,443,2942.78,portfolioqaoa -532,SUCCESS,2,1,8684.82,5310328.31,5319013.13,127,2294,13895.71,qft -534,SUCCESS,2,1,6400.06,5319013.13,5325413.19,127,2577,10240.1,qft -535,SUCCESS,2,1,72.77,5325413.19,5325485.96,127,34,116.43,ghz -536,SUCCESS,2,1,8817.03,5325485.96,5334302.99,127,3211,14107.25,realamprandom -537,SUCCESS,2,1,397.08,5334302.99,5334700.07,127,196,635.33,twolocalrandom -541,SUCCESS,2,1,115.14,5334700.07,5334815.21,127,77,184.22,wstate -542,SUCCESS,2,1,37461.28,5334815.21,5372276.49,127,9316,59938.05,qnn -544,SUCCESS,2,1,441.92,5372276.49,5372718.41,127,125,707.07,graphstate -545,SUCCESS,2,1,17658.65,5372718.41,5390377.06,127,4450,28253.84,su2random -546,SUCCESS,2,1,4167.98,5390377.06,5394545.04,127,2308,6668.77,random -547,SUCCESS,2,1,8538.8,5394545.04,5403083.84,127,4431,13662.08,qft -548,SUCCESS,2,1,31303.8,5403083.84,5434387.64,127,8575,50086.08,qpeexact -549,SUCCESS,2,1,11604.98,5434387.64,5445992.62,127,3992,18567.97,qftentangled -550,SUCCESS,2,1,23008.34,5445992.62,5469000.96,127,8142,36813.34,qftentangled -551,SUCCESS,2,1,2568.97,5469000.96,5471569.93,127,1094,4110.35,ae -552,SUCCESS,2,1,8469.36,5471569.93,5480039.29,127,4363,13550.98,ae -553,SUCCESS,2,1,30755.7,5480039.29,5510794.99,127,9590,49209.12,qpeinexact -554,SUCCESS,2,1,406.7,5510794.99,5511201.69,127,138,650.72,graphstate -556,SUCCESS,2,1,14676.44,5511201.69,5525878.13,127,3081,23482.3,qpeinexact -557,SUCCESS,2,1,2581.3,5525878.13,5528459.43,127,740,4130.08,realamprandom -558,SUCCESS,2,1,13149.74,5528459.43,5541609.17,127,5729,21039.58,qpeinexact -560,SUCCESS,2,1,1538.81,5541609.17,5543147.98,127,818,2462.1,qftentangled -561,SUCCESS,2,1,2879.91,5543147.98,5546027.89,127,2071,4607.86,twolocalrandom -563,SUCCESS,2,1,163.06,5546027.89,5546190.95,127,60,260.9,graphstate -565,SUCCESS,2,1,8041.77,5546190.95,5554232.72,127,4340,12866.83,qpeexact -566,SUCCESS,2,1,2983.24,5554232.72,5557215.96,127,1127,4773.18,su2random -569,SUCCESS,2,1,3294.73,5557215.96,5560510.69,127,704,5271.57,su2random -570,SUCCESS,2,1,413.47,5560510.69,5560924.16,127,197,661.55,dj -571,SUCCESS,2,1,3862.47,5560924.16,5564786.63,127,2577,6179.95,realamprandom -572,SUCCESS,2,1,12846.5,5564786.63,5577633.13,127,5649,20554.4,qnn -573,SUCCESS,2,1,816.04,5577633.13,5578449.17,127,630,1305.66,dj -574,SUCCESS,2,1,76376.82,5578449.17,5654825.99,127,20237,122202.91,random -575,SUCCESS,2,1,53545.75,5654825.99,5708371.74,127,13709,85673.2,twolocalrandom -576,SUCCESS,2,1,4965.55,5708371.74,5713337.29,127,2827,7944.88,qpeinexact -577,SUCCESS,2,1,125.69,5713337.29,5713462.98,127,45,201.1,ghz -579,SUCCESS,2,1,2331.42,5713462.98,5715794.4,127,663,3730.27,dj -580,SUCCESS,2,1,26992.63,5715794.4,5742787.03,127,15513,43188.21,su2random -581,SUCCESS,2,1,39207.82,5742787.03,5781994.85,127,12510,62732.51,realamprandom -582,SUCCESS,2,1,557.9,5781994.85,5782552.75,127,406,892.64,dj -583,SUCCESS,2,1,6420.71,5782552.75,5788973.46,127,1600,10273.14,qnn -584,SUCCESS,2,1,17741.18,5788973.46,5806714.64,127,11600,28385.89,qnn -586,SUCCESS,2,1,2551.98,5806714.64,5809266.62,127,853,4083.17,qft -587,SUCCESS,2,1,998.77,5809266.62,5810265.39,127,574,1598.03,ghz -588,SUCCESS,2,1,7252.74,5810265.39,5817518.13,127,1887,11604.38,qft -590,SUCCESS,2,1,34595.66,5817518.13,5852113.79,127,12508,55353.06,twolocalrandom -591,SUCCESS,2,1,1777.28,5852113.79,5853891.07,127,544,2843.65,dj -592,SUCCESS,2,1,324.19,5853891.07,5854215.26,127,153,518.7,graphstate -593,SUCCESS,2,1,3324.16,5854215.26,5857539.42,127,784,5318.66,qft -594,SUCCESS,2,1,631.31,5857539.42,5858170.73,127,161,1010.1,graphstate -597,SUCCESS,2,1,25414.97,5858170.73,5883585.7,127,8409,40663.95,realamprandom -598,SUCCESS,2,1,495.39,5883585.7,5884081.09,127,319,792.62,graphstate -599,SUCCESS,2,1,87607.65,5884081.09,5971688.74,127,24544,140172.24,random -600,SUCCESS,2,1,17719.08,5971688.74,5989407.82,127,11436,28350.53,realamprandom -601,SUCCESS,2,1,32595.43,5989407.82,6022003.25,127,8978,52152.69,su2random -602,SUCCESS,2,1,18.3,6022003.25,6022021.55,127,12,29.28,ghz -604,SUCCESS,2,1,2919.22,6022021.55,6024940.77,127,792,4670.75,dj -605,SUCCESS,2,1,9255.65,6024940.77,6034196.42,127,5664,14809.04,qft -606,SUCCESS,2,1,15837.4,6034196.42,6050033.82,127,3293,25339.84,su2random -607,SUCCESS,2,1,943.92,6050033.82,6050977.74,127,306,1510.27,portfoliovqe -608,SUCCESS,2,1,5848.93,6050977.74,6056826.67,127,1309,9358.29,random -609,SUCCESS,2,1,1887.21,6056826.67,6058713.88,127,1339,3019.54,qpeexact -610,SUCCESS,2,1,212.83,6058713.88,6058926.71,127,97,340.53,ghz -611,SUCCESS,2,1,1753.83,6058926.71,6060680.54,127,955,2806.13,wstate -613,SUCCESS,2,1,582.77,6060680.54,6061263.31,127,143,932.43,dj -615,SUCCESS,2,1,193.11,6061263.31,6061456.42,127,42,308.98,qaoa -617,SUCCESS,2,1,8159.33,6061456.42,6069615.75,127,2265,13054.93,ae -618,SUCCESS,2,1,3612.17,6069615.75,6073227.92,127,873,5779.47,qpeinexact -619,SUCCESS,2,1,5326.56,6073227.92,6078554.48,127,3334,8522.5,qft -620,SUCCESS,2,1,4185.07,6078554.48,6082739.55,127,1032,6696.11,qnn -621,SUCCESS,2,1,95775.36,6082739.55,6178514.91,127,33864,153240.58,random -622,SUCCESS,2,1,890.94,6178514.91,6179405.85,127,202,1425.5,wstate -623,SUCCESS,2,1,1206.36,6179405.85,6180612.21,127,459,1930.18,graphstate -624,SUCCESS,2,1,3468.82,6180612.21,6184081.03,127,1086,5550.11,pricingput -625,SUCCESS,2,1,258.91,6184081.03,6184339.94,127,77,414.26,wstate -626,SUCCESS,2,1,17658.1,6184339.94,6201998.04,127,7908,28252.96,random -627,SUCCESS,2,1,3500.83,6201998.04,6205498.87,127,780,5601.33,qpeexact -629,SUCCESS,2,1,2075.89,6205498.87,6207574.76,127,778,3321.42,qftentangled -630,SUCCESS,2,1,900.8,6207574.76,6208475.56,127,488,1441.28,dj -631,SUCCESS,2,1,132.85,6208475.56,6208608.41,127,43,212.56,ghz -634,SUCCESS,2,1,9335.41,6208608.41,6217943.82,127,3016,14936.66,ae -635,SUCCESS,2,1,810.68,6217943.82,6218754.5,127,209,1297.09,wstate -636,SUCCESS,2,1,26275.45,6218754.5,6245029.95,127,7070,42040.72,qpeinexact -638,SUCCESS,2,1,457.21,6245029.95,6245487.16,127,125,731.54,ghz -639,SUCCESS,2,1,96,6245487.16,6245583.16,127,32,153.6,graphstate -640,SUCCESS,2,1,67.54,6245583.16,6245650.7,127,43,108.06,graphstate -641,SUCCESS,2,1,1228.11,6245650.7,6246878.81,127,321,1964.98,wstate -643,SUCCESS,2,1,2809.14,6246878.81,6249687.95,127,1757,4494.62,realamprandom -644,SUCCESS,2,1,1134.31,6249687.95,6250822.26,127,368,1814.9,portfolioqaoa -645,SUCCESS,2,1,62408.11,6250822.26,6313230.37,127,13163,99852.98,su2random -646,SUCCESS,2,1,1810.04,6313230.37,6315040.41,127,1085,2896.06,qpeinexact -647,SUCCESS,2,1,1828.01,6315040.41,6316868.42,127,495,2924.82,qft -648,SUCCESS,2,1,8107.94,6316868.42,6324976.36,127,2749,12972.7,qpeinexact -649,SUCCESS,2,1,11244.07,6324976.36,6336220.43,127,8018,17990.51,su2random -650,SUCCESS,2,1,4803.85,6336220.43,6341024.28,127,1836,7686.16,qft -651,SUCCESS,2,1,20798.8,6341024.28,6361823.08,127,5542,33278.08,qpeinexact -652,SUCCESS,2,1,1690.27,6361823.08,6363513.35,127,477,2704.43,qpeinexact -655,SUCCESS,2,1,5452.8,6363513.35,6368966.15,127,4260,8724.48,qpeexact -656,SUCCESS,2,1,603.19,6368966.15,6369569.34,127,153,965.1,graphstate -657,SUCCESS,2,1,523.08,6369569.34,6370092.42,127,109,836.93,wstate -658,SUCCESS,2,1,5731.77,6370092.42,6375824.19,127,1450,9170.83,pricingput -659,SUCCESS,2,1,4172.28,6375824.19,6379996.47,127,1504,6675.65,wstate -660,SUCCESS,2,1,8070.86,6379996.47,6388067.33,127,1879,12913.38,qnn -661,SUCCESS,2,1,42766.71,6388067.33,6430834.04,127,9442,68426.74,qnn -662,SUCCESS,2,1,189.68,6430834.04,6431023.72,127,53,303.49,ghz -664,SUCCESS,2,1,940.12,6431023.72,6431963.84,127,236,1504.19,graphstate -666,SUCCESS,2,1,36689.62,6431963.84,6468653.46,127,8270,58703.39,qpeinexact -667,SUCCESS,2,1,36.13,6468653.46,6468689.59,127,15,57.81,ghz -668,SUCCESS,2,1,1574.85,6468689.59,6470264.44,127,591,2519.76,qft -669,SUCCESS,2,1,550.3,6470264.44,6470814.74,127,129,880.48,wstate -670,SUCCESS,2,1,1563.97,6470814.74,6472378.71,127,373,2502.35,wstate -671,SUCCESS,2,1,1918.16,6472378.71,6474296.87,127,470,3069.06,portfolioqaoa -674,SUCCESS,2,1,4589.09,6474296.87,6478885.96,127,3673,7342.54,qftentangled -677,SUCCESS,2,1,4137.2,6478885.96,6483023.16,127,1539,6619.52,ae -678,SUCCESS,2,1,492.74,6483023.16,6483515.9,127,108,788.38,ghz -679,SUCCESS,2,1,2304.9,6483515.9,6485820.8,127,765,3687.84,realamprandom -680,SUCCESS,2,1,1716.78,6485820.8,6487537.58,127,605,2746.85,dj -682,SUCCESS,2,1,177.74,6487537.58,6487715.32,127,37,284.38,dj -683,SUCCESS,2,1,2457.88,6487715.32,6490173.2,127,1551,3932.61,qnn -684,SUCCESS,2,1,440.26,6490173.2,6490613.46,127,110,704.42,dj -685,SUCCESS,2,1,19084.43,6490613.46,6509697.89,127,3973,30535.09,qwalk-v-chain -687,SUCCESS,2,1,1897.97,6509697.89,6511595.86,127,1014,3036.75,ghz -688,SUCCESS,2,1,14827.5,6511595.86,6526423.36,127,3295,23724,qpeinexact -689,SUCCESS,2,1,3436.66,6526423.36,6529860.02,127,1843,5498.66,ae -690,SUCCESS,2,1,556.2,6529860.02,6530416.22,127,356,889.92,graphstate -691,SUCCESS,2,1,29175.56,6530416.22,6559591.78,127,8525,46680.9,ae -692,SUCCESS,2,1,9934.84,6559591.78,6569526.62,127,7493,15895.74,su2random -693,SUCCESS,2,1,20176.37,6569526.62,6589702.99,127,6404,32282.19,qpeexact -694,SUCCESS,2,1,3311.95,6589702.99,6593014.94,127,789,5299.12,su2random -695,SUCCESS,2,1,29623.64,6593014.94,6622638.58,127,8481,47397.82,qpeinexact -696,SUCCESS,2,1,411.97,6622638.58,6623050.55,127,259,659.15,random -697,SUCCESS,2,1,4281.57,6623050.55,6627332.12,127,2464,6850.51,qft -698,SUCCESS,2,1,3526.94,6627332.12,6630859.06,127,968,5643.1,qpeinexact -700,SUCCESS,2,1,10969.41,6630859.06,6641828.47,127,3916,17551.06,qftentangled -701,SUCCESS,2,1,719.8,6641828.47,6642548.27,127,358,1151.68,ghz -702,SUCCESS,2,1,43.26,6642548.27,6642591.53,127,13,69.22,ghz -704,SUCCESS,2,1,11197.56,6642591.53,6653789.09,127,3765,17916.1,qpeinexact -705,SUCCESS,2,1,1360.73,6653789.09,6655149.82,127,370,2177.17,graphstate -706,SUCCESS,2,1,11887.54,6655149.82,6667037.36,127,7202,19020.06,twolocalrandom -707,SUCCESS,2,1,736.87,6667037.36,6667774.23,127,347,1178.99,su2random -708,SUCCESS,2,1,4751.86,6667774.23,6672526.09,127,1007,7602.98,realamprandom -709,SUCCESS,2,1,24156.62,6672526.09,6696682.71,127,5193,38650.59,qnn -710,SUCCESS,2,1,1500.35,6696682.71,6698183.06,127,951,2400.56,wstate -711,SUCCESS,2,1,16015.65,6698183.06,6714198.71,127,3991,25625.04,ae -712,SUCCESS,2,1,8054.18,6714198.71,6722252.89,127,2161,12886.69,ae -713,SUCCESS,2,1,5036.01,6722252.89,6727288.9,127,3441,8057.62,ae -714,SUCCESS,2,1,1219.29,6727288.9,6728508.19,127,744,1950.86,qnn -715,SUCCESS,2,1,4955.82,6728508.19,6733464.01,127,1687,7929.31,random -716,SUCCESS,2,1,3484.32,6733464.01,6736948.33,127,854,5574.91,qpeexact -717,SUCCESS,2,1,1238.94,6736948.33,6738187.27,127,767,1982.3,qnn -718,SUCCESS,2,1,635.69,6738187.27,6738822.96,127,166,1017.1,graphstate -719,SUCCESS,2,1,1595.81,6738822.96,6740418.77,127,395,2553.3,ghz -720,SUCCESS,2,1,30708.88,6740418.77,6771127.65,127,8927,49134.21,realamprandom -722,SUCCESS,2,1,112.89,6771127.65,6771240.54,127,46,180.62,graphstate -724,SUCCESS,2,1,1147.63,6771240.54,6772388.17,127,329,1836.21,qnn -727,SUCCESS,2,1,47618.67,6772388.17,6820006.84,127,15297,76189.87,random -728,SUCCESS,2,1,6420.14,6820006.84,6826426.98,127,3943,10272.22,qftentangled -729,SUCCESS,2,1,20795.94,6826426.98,6847222.92,127,5049,33273.5,random -730,SUCCESS,2,1,4727.27,6847222.92,6851950.19,127,1536,7563.63,wstate -731,SUCCESS,2,1,264.76,6851950.19,6852214.95,127,97,423.62,dj -732,SUCCESS,2,1,42255.39,6852214.95,6894470.34,127,18581,67608.62,random -734,SUCCESS,2,1,2278.51,6894470.34,6896748.85,127,1166,3645.62,qpeexact -736,SUCCESS,2,1,234.71,6896748.85,6896983.56,127,150,375.54,dj -737,SUCCESS,2,1,3496.21,6896983.56,6900479.77,127,1704,5593.94,qpeinexact -738,SUCCESS,2,1,354.19,6900479.77,6900833.96,127,95,566.7,ghz -739,SUCCESS,2,1,537.12,6900833.96,6901371.08,127,115,859.39,ghz -740,SUCCESS,2,1,1012,6901371.08,6902383.08,127,748,1619.2,realamprandom -741,SUCCESS,2,1,1818.65,6902383.08,6904201.73,127,539,2909.84,ghz -742,SUCCESS,2,1,60102.32,6904201.73,6964304.05,127,15030,96163.71,twolocalrandom -743,SUCCESS,2,1,20202.92,6964304.05,6984506.97,127,6240,32324.67,realamprandom -744,SUCCESS,2,1,1033.17,6984506.97,6985540.14,127,730,1653.07,qpeinexact -745,SUCCESS,2,1,13059.71,6985540.14,6998599.85,127,10830,20895.54,qpeinexact -746,SUCCESS,2,1,19216.05,6998599.85,7017815.9,127,8342,30745.68,realamprandom -749,SUCCESS,2,1,4295.12,7017815.9,7022111.02,127,1281,6872.19,random -750,SUCCESS,2,1,5339.79,7022111.02,7027450.81,127,2116,8543.66,ae -752,SUCCESS,2,1,4343.37,7027450.81,7031794.18,127,1110,6949.39,twolocalrandom -753,SUCCESS,2,1,29115.79,7031794.18,7060909.97,127,6237,46585.26,ae -754,SUCCESS,2,1,20486.53,7060909.97,7081396.5,127,9046,32778.45,su2random -755,SUCCESS,2,1,8805.24,7081396.5,7090201.74,127,2367,14088.38,qnn -756,SUCCESS,2,1,29904.18,7090201.74,7120105.92,127,13997,47846.69,twolocalrandom -757,SUCCESS,2,1,8294.63,7120105.92,7128400.55,127,2561,13271.41,su2random -758,SUCCESS,2,1,518.59,7128400.55,7128919.14,127,400,829.74,portfolioqaoa -759,SUCCESS,2,1,8508.71,7128919.14,7137427.85,127,3761,13613.94,grover-noancilla -760,SUCCESS,2,1,5675.5,7137427.85,7143103.35,127,1317,9080.8,twolocalrandom -763,SUCCESS,2,1,280.1,7143103.35,7143383.45,127,63,448.16,groundstate -764,SUCCESS,2,1,6380.79,7143383.45,7149764.24,127,1444,10209.26,pricingcall -765,SUCCESS,2,1,16660.55,7149764.24,7166424.79,127,8485,26656.88,random -766,SUCCESS,2,1,229.93,7166424.79,7166654.72,127,67,367.89,ghz -767,SUCCESS,2,1,2892.22,7166654.72,7169546.94,127,763,4627.55,qpeinexact -768,SUCCESS,2,1,11584.74,7169546.94,7181131.68,127,6268,18535.58,qpeinexact -770,SUCCESS,2,1,2680.32,7181131.68,7183812,127,1396,4288.51,qpeinexact -771,SUCCESS,2,1,16984.66,7183812,7200796.66,127,4698,27175.46,qwalk-noancilla -772,SUCCESS,2,1,122.55,7200796.66,7200919.21,127,42,196.08,ghz -773,SUCCESS,2,1,5394.09,7200919.21,7206313.3,127,1623,8630.54,realamprandom -774,SUCCESS,2,1,8528.13,7206313.3,7214841.43,127,2444,13645.01,qftentangled -775,SUCCESS,2,1,6924.69,7214841.43,7221766.12,127,3045,11079.5,twolocalrandom -776,SUCCESS,2,1,654.41,7221766.12,7222420.53,127,231,1047.06,random -777,SUCCESS,2,1,1997,7222420.53,7224417.53,127,1005,3195.2,qft -778,SUCCESS,2,1,19451.67,7224417.53,7243869.2,127,5437,31122.67,su2random -780,SUCCESS,2,1,619.98,7243869.2,7244489.18,127,368,991.97,dj -781,SUCCESS,2,1,14419.22,7244489.18,7258908.4,127,4797,23070.75,realamprandom -782,SUCCESS,2,1,1093.45,7258908.4,7260001.85,127,536,1749.52,qpeinexact -783,SUCCESS,2,1,21428.68,7260001.85,7281430.53,127,5278,34285.89,ae -785,SUCCESS,2,1,48165.56,7281430.53,7329596.09,127,15197,77064.9,random -786,SUCCESS,2,1,10146.2,7329596.09,7339742.29,127,2615,16233.92,su2random -789,SUCCESS,2,1,470.49,7339742.29,7340212.78,127,145,752.78,wstate -790,SUCCESS,2,1,1669.56,7340212.78,7341882.34,127,631,2671.3,dj -793,SUCCESS,2,1,479.12,7341882.34,7342361.46,127,212,766.59,pricingput -794,SUCCESS,2,1,2373.19,7342361.46,7344734.65,127,551,3797.1,dj -795,SUCCESS,2,1,12102.26,7344734.65,7356836.91,127,4459,19363.62,ae -796,SUCCESS,2,1,1175.04,7356836.91,7358011.95,127,814,1880.06,realamprandom -797,SUCCESS,2,1,2587.98,7358011.95,7360599.93,127,2020,4140.77,qpeinexact -799,SUCCESS,2,1,570.2,7360599.93,7361170.13,127,182,912.32,qpeinexact -800,SUCCESS,2,1,2931.53,7361170.13,7364101.66,127,2211,4690.45,qpeinexact -802,SUCCESS,2,1,1601.26,7364101.66,7365702.92,127,382,2562.02,dj -804,SUCCESS,2,1,1157.26,7365702.92,7366860.18,127,368,1851.62,twolocalrandom -806,SUCCESS,2,1,68102.4,7366860.18,7434962.58,127,14188,108963.84,realamprandom -807,SUCCESS,2,1,1639.77,7434962.58,7436602.35,127,920,2623.63,qft -808,SUCCESS,2,1,12534.76,7436602.35,7449137.11,127,3109,20055.62,qpeinexact -809,SUCCESS,2,1,9357.16,7449137.11,7458494.27,127,3253,14971.46,qftentangled -810,SUCCESS,2,1,1871.07,7458494.27,7460365.34,127,433,2993.71,dj -811,SUCCESS,2,1,12762.75,7460365.34,7473128.09,127,8206,20420.4,qnn -812,SUCCESS,2,1,4521.44,7473128.09,7477649.53,127,952,7234.3,qft -813,SUCCESS,2,1,2612.81,7477649.53,7480262.34,127,680,4180.5,dj -815,SUCCESS,2,1,591.46,7480262.34,7480853.8,127,196,946.34,realamprandom -816,SUCCESS,2,1,1195.6,7480853.8,7482049.4,127,536,1912.96,qpeexact -817,SUCCESS,2,1,3259.3,7482049.4,7485308.7,127,800,5214.88,ae -818,SUCCESS,2,1,8151.88,7485308.7,7493460.58,127,1790,13043.01,qft -819,SUCCESS,2,1,5848.58,7493460.58,7499309.16,127,1398,9357.73,qpeexact -820,SUCCESS,2,1,2382.55,7499309.16,7501691.71,127,1285,3812.08,wstate -822,SUCCESS,2,1,691.06,7501691.71,7502382.77,127,200,1105.7,dj -824,SUCCESS,2,1,1122.59,7502382.77,7503505.36,127,520,1796.14,su2random -825,SUCCESS,2,1,2102.9,7503505.36,7505608.26,127,541,3364.64,qnn -827,SUCCESS,2,1,34611.25,7505608.26,7540219.51,127,12503,55378,random -828,SUCCESS,2,1,18027.32,7540219.51,7558246.83,127,4905,28843.71,random -829,SUCCESS,2,1,7116.82,7558246.83,7565363.65,127,1672,11386.91,qpeexact -830,SUCCESS,2,1,8343.07,7565363.65,7573706.72,127,5051,13348.91,twolocalrandom -833,SUCCESS,2,1,514.22,7573706.72,7574220.94,127,392,822.75,qft -834,SUCCESS,2,1,1504.8,7574220.94,7575725.74,127,855,2407.68,realamprandom -835,SUCCESS,2,1,422.36,7575725.74,7576148.1,127,113,675.78,qpeexact -836,SUCCESS,2,1,10077.8,7576148.1,7586225.9,127,2155,16124.48,qnn -837,SUCCESS,2,1,1961.44,7586225.9,7588187.34,127,444,3138.3,portfolioqaoa -838,SUCCESS,2,1,567.12,7588187.34,7588754.46,127,289,907.39,wstate -840,SUCCESS,2,1,32532.9,7588754.46,7621287.36,127,13792,52052.64,qwalk-noancilla -842,SUCCESS,2,1,79567.44,7621287.36,7700854.8,127,48832,127307.9,random -843,SUCCESS,2,1,4394.64,7700854.8,7705249.44,127,971,7031.42,qnn -844,SUCCESS,2,1,6236.55,7705249.44,7711485.99,127,3334,9978.48,realamprandom -845,SUCCESS,2,1,44899.32,7711485.99,7756385.31,127,9456,71838.91,su2random -846,SUCCESS,2,1,347.33,7756385.31,7756732.64,127,92,555.73,graphstate -847,SUCCESS,2,1,2096.55,7756732.64,7758829.19,127,508,3354.48,dj -848,SUCCESS,2,1,17924,7758829.19,7776753.19,127,7008,28678.4,qpeinexact -849,SUCCESS,2,1,1414.67,7776753.19,7778167.86,127,424,2263.47,dj -850,SUCCESS,2,1,24810.71,7778167.86,7802978.57,127,14686,39697.14,su2random -851,SUCCESS,2,1,1171.32,7802978.57,7804149.89,127,293,1874.11,dj -852,SUCCESS,2,1,5526.72,7804149.89,7809676.61,127,3838,8842.75,qftentangled -853,SUCCESS,2,1,346.85,7809676.61,7810023.46,127,83,554.96,graphstate -854,SUCCESS,2,1,544.98,7810023.46,7810568.44,127,176,871.97,qftentangled -855,SUCCESS,2,1,113.89,7810568.44,7810682.33,127,25,182.22,graphstate -856,SUCCESS,2,1,138.8,7810682.33,7810821.13,127,55,222.08,dj -857,SUCCESS,2,1,8710.24,7810821.13,7819531.37,127,2618,13936.38,su2random -858,SUCCESS,2,1,16298.96,7819531.37,7835830.33,127,4459,26078.34,realamprandom -859,SUCCESS,2,1,27415.61,7835830.33,7863245.94,127,18407,43864.98,random -860,SUCCESS,2,1,39643.86,7863245.94,7902889.8,127,12583,63430.18,su2random -862,SUCCESS,2,1,6915.03,7902889.8,7909804.83,127,1822,11064.05,qpeexact -863,SUCCESS,2,1,6991.29,7909804.83,7916796.12,127,1728,11186.06,qpeexact -864,SUCCESS,2,1,204.73,7916796.12,7917000.85,127,113,327.57,graphstate -870,SUCCESS,2,1,3690,7917000.85,7920690.85,127,1230,5904,su2random -871,SUCCESS,2,1,37647.36,7920690.85,7958338.21,127,15787,60235.78,su2random -872,SUCCESS,2,1,417.49,7958338.21,7958755.7,127,233,667.98,qft -873,SUCCESS,2,1,10462.95,7958755.7,7969218.65,127,6050,16740.72,qpeinexact -874,SUCCESS,2,1,8061.93,7969218.65,7977280.58,127,2681,12899.09,random -875,SUCCESS,2,1,13600.81,7977280.58,7990881.39,127,4443,21761.3,qftentangled -876,SUCCESS,2,1,220.86,7990881.39,7991102.25,127,77,353.38,graphstate -877,SUCCESS,2,1,176.17,7991102.25,7991278.42,127,71,281.87,ghz -879,SUCCESS,2,1,1888.42,7991278.42,7993166.84,127,412,3021.47,realamprandom -880,SUCCESS,2,1,2248.13,7993166.84,7995414.97,127,1001,3597.01,wstate -881,SUCCESS,2,1,4878.14,7995414.97,8000293.11,127,1183,7805.02,qnn -883,SUCCESS,2,1,178851.56,8000293.11,8179144.67,127,57066,286162.5,random -884,SUCCESS,2,1,1672.24,8179144.67,8180816.91,127,412,2675.58,qftentangled -885,SUCCESS,2,1,23777.09,8180816.91,8204594,127,10040,38043.34,realamprandom -886,SUCCESS,2,1,8729.62,8204594,8213323.62,127,1816,13967.39,su2random -888,SUCCESS,2,1,19789.95,8213323.62,8233113.57,127,4350,31663.92,su2random -889,SUCCESS,2,1,16338.5,8233113.57,8249452.07,127,4676,26141.6,qpeinexact -890,SUCCESS,2,1,2419.97,8249452.07,8251872.04,127,963,3871.95,realamprandom -891,SUCCESS,2,1,21808.27,8251872.04,8273680.31,127,8384,34893.23,qpeexact -892,SUCCESS,2,1,3091.79,8273680.31,8276772.1,127,1187,4946.86,wstate -893,SUCCESS,2,1,6878.55,8276772.1,8283650.65,127,2561,11005.68,twolocalrandom -896,SUCCESS,2,1,52121.38,8283650.65,8335772.03,127,15214,83394.21,realamprandom -897,SUCCESS,2,1,9210.67,8335772.03,8344982.7,127,2242,14737.07,pricingcall -898,SUCCESS,2,1,214.93,8344982.7,8345197.63,127,66,343.89,graphstate -899,SUCCESS,2,1,30653.78,8345197.63,8375851.41,127,7995,49046.05,su2random -900,SUCCESS,2,1,28130.29,8375851.41,8403981.7,127,14140,45008.46,su2random -902,SUCCESS,2,1,704.68,8403981.7,8404686.38,127,445,1127.49,dj -905,SUCCESS,2,1,17570.76,8404686.38,8422257.14,127,4764,28113.22,qnn -906,SUCCESS,2,1,1299.47,8422257.14,8423556.61,127,849,2079.15,dj -907,SUCCESS,2,1,1718.91,8423556.61,8425275.52,127,732,2750.26,qnn -908,SUCCESS,2,1,22017.68,8425275.52,8447293.2,127,7689,35228.29,ae -909,SUCCESS,2,1,1353.67,8447293.2,8448646.87,127,489,2165.87,ghz -910,SUCCESS,2,1,14279.11,8448646.87,8462925.98,127,3133,22846.58,pricingput -911,SUCCESS,2,1,61707.67,8462925.98,8524633.65,127,17613,98732.27,su2random -912,SUCCESS,2,1,4658.87,8524633.65,8529292.52,127,1504,7454.19,qftentangled -913,SUCCESS,2,1,2475.72,8529292.52,8531768.24,127,897,3961.15,qnn -914,SUCCESS,2,1,3598.6,8531768.24,8535366.84,127,1391,5757.76,realamprandom -915,SUCCESS,2,1,672.83,8535366.84,8536039.67,127,380,1076.53,dj -916,SUCCESS,2,1,383.34,8536039.67,8536423.01,127,84,613.34,ghz -917,SUCCESS,2,1,1759.63,8536423.01,8538182.64,127,492,2815.41,dj -919,SUCCESS,2,1,417.24,8538182.64,8538599.88,127,121,667.58,wstate -920,SUCCESS,2,1,3758.88,8538599.88,8542358.76,127,1051,6014.21,qnn -921,SUCCESS,2,1,3931.25,8542358.76,8546290.01,127,1127,6290,qftentangled -922,SUCCESS,2,1,1484.88,8546290.01,8547774.89,127,481,2375.81,qftentangled -924,SUCCESS,2,1,9782.44,8547774.89,8557557.33,127,2137,15651.9,su2random -925,SUCCESS,2,1,699.26,8557557.33,8558256.59,127,490,1118.82,ghz -926,SUCCESS,2,1,31608.27,8558256.59,8589864.86,127,6759,50573.23,qnn -927,SUCCESS,2,1,8473.2,8589864.86,8598338.06,127,3868,13557.12,qftentangled -929,SUCCESS,2,1,19574.75,8598338.06,8617912.81,127,8621,31319.6,realamprandom -930,SUCCESS,2,1,1129.77,8617912.81,8619042.58,127,660,1807.63,dj -931,SUCCESS,2,1,35879.98,8619042.58,8654922.56,127,7798,57407.97,qnn -932,SUCCESS,2,1,637.28,8654922.56,8655559.84,127,370,1019.65,wstate -933,SUCCESS,2,1,13233.9,8655559.84,8668793.74,127,4857,21174.24,qft -934,SUCCESS,2,1,708.59,8668793.74,8669502.33,127,190,1133.74,qft -935,SUCCESS,2,1,1142.05,8669502.33,8670644.38,127,718,1827.28,dj -937,SUCCESS,2,1,60218.58,8670644.38,8730862.96,127,28155,96349.73,random -938,SUCCESS,2,1,2591.62,8730862.96,8733454.58,127,1112,4146.59,qnn -939,SUCCESS,2,1,11352.26,8733454.58,8744806.84,127,3023,18163.62,ae -940,SUCCESS,2,1,14678.14,8744806.84,8759484.98,127,3109,23485.02,qpeexact -941,SUCCESS,2,1,2234.82,8759484.98,8761719.8,127,1294,3575.71,wstate -942,SUCCESS,2,1,3548.56,8761719.8,8765268.36,127,752,5677.7,portfoliovqe -943,SUCCESS,2,1,59.3,8765268.36,8765327.66,127,24,94.88,graphstate -945,SUCCESS,2,1,8974.79,8765327.66,8774302.45,127,2037,14359.66,qnn -946,SUCCESS,2,1,1184.25,8774302.45,8775486.7,127,268,1894.8,graphstate -947,SUCCESS,2,1,40687.95,8775486.7,8816174.65,127,8550,65100.72,twolocalrandom -948,SUCCESS,2,1,364.27,8816174.65,8816538.92,127,221,582.83,dj -949,SUCCESS,2,1,1704.96,8816538.92,8818243.88,127,1030,2727.94,qpeexact -952,SUCCESS,2,1,613.04,8818243.88,8818856.92,127,194,980.86,ae -954,SUCCESS,2,1,877.22,8818856.92,8819734.14,127,216,1403.55,dj -955,SUCCESS,2,1,1414.91,8819734.14,8821149.05,127,1162,2263.86,wstate -956,SUCCESS,2,1,12016.96,8821149.05,8833166.01,127,2824,19227.14,qftentangled -957,SUCCESS,2,1,10982.18,8833166.01,8844148.19,127,2561,17571.49,realamprandom -958,SUCCESS,2,1,50097.61,8844148.19,8894245.8,127,11760,80156.18,twolocalrandom -959,SUCCESS,2,1,1254.23,8894245.8,8895500.03,127,265,2006.77,random -960,SUCCESS,2,1,470.95,8895500.03,8895970.98,127,189,753.52,dj -961,SUCCESS,2,1,3741.3,8895970.98,8899712.28,127,1180,5986.08,su2random -962,SUCCESS,2,1,1298.66,8899712.28,8901010.94,127,312,2077.86,qftentangled -963,SUCCESS,2,1,5260.65,8901010.94,8906271.59,127,1593,8417.04,realamprandom -964,SUCCESS,2,1,773.19,8906271.59,8907044.78,127,190,1237.1,dj -965,SUCCESS,2,1,186.37,8907044.78,8907231.15,127,73,298.19,graphstate -966,SUCCESS,2,1,27524.14,8907231.15,8934755.29,127,13188,44038.62,qnn -967,SUCCESS,2,1,15855.6,8934755.29,8950610.89,127,5430,25368.96,qpeexact -969,SUCCESS,2,1,858.49,8950610.89,8951469.38,127,357,1373.58,wstate -970,SUCCESS,2,1,101.6,8951469.38,8951570.98,127,74,162.56,vqe -971,SUCCESS,2,1,9159.24,8951570.98,8960730.22,127,4011,14654.78,qpeexact -972,SUCCESS,2,1,109.25,8960730.22,8960839.47,127,67,174.8,graphstate -973,SUCCESS,2,1,22831.95,8960839.47,8983671.42,127,4799,36531.12,realamprandom -974,SUCCESS,2,1,261.21,8983671.42,8983932.63,127,87,417.94,ghz -975,SUCCESS,2,1,4274.16,8983932.63,8988206.79,127,1091,6838.66,random -977,SUCCESS,2,1,40726.01,8988206.79,9028932.8,127,9854,65161.62,random -978,SUCCESS,2,1,30540.8,9028932.8,9059473.6,127,8785,48865.28,qpeexact -980,SUCCESS,2,1,9324.87,9059473.6,9068798.47,127,3045,14919.79,realamprandom -981,SUCCESS,2,1,25412.61,9068798.47,9094211.08,127,5897,40660.18,qft -983,SUCCESS,2,1,6795.71,9094211.08,9101006.79,127,1731,10873.14,twolocalrandom -984,SUCCESS,2,1,1078.85,9101006.79,9102085.64,127,269,1726.16,dj -985,SUCCESS,2,1,28880.95,9102085.64,9130966.59,127,10293,46209.52,qpeinexact -986,SUCCESS,2,1,544.09,9130966.59,9131510.68,127,166,870.54,su2random -988,SUCCESS,2,1,25981.5,9131510.68,9157492.18,127,6104,41570.4,random -989,SUCCESS,2,1,2082.85,9157492.18,9159575.03,127,883,3332.56,qftentangled -990,SUCCESS,2,1,11109.84,9159575.03,9170684.87,127,4229,17775.74,twolocalrandom -992,SUCCESS,2,1,37468.24,9170684.87,9208153.11,127,12000,59949.18,twolocalrandom -993,SUCCESS,2,1,28609.89,9208153.11,9236763,127,7669,45775.82,qpeinexact -994,SUCCESS,2,1,199537.06,9236763,9436300.06,127,55700,319259.3,random -996,SUCCESS,2,1,2718.55,9436300.06,9439018.61,127,703,4349.68,twolocalrandom -997,SUCCESS,2,1,18352.89,9439018.61,9457371.5,127,8614,29364.62,qft -998,SUCCESS,2,1,1006.15,9457371.5,9458377.65,127,225,1609.84,wstate -999,SUCCESS,2,1,1743.08,9458377.65,9460120.73,127,786,2788.93,realamprandom -1000,SUCCESS,2,1,14461.45,9460120.73,9474582.18,127,7532,23138.32,qpeinexact -1001,SUCCESS,2,1,215.78,9474582.18,9474797.96,127,49,345.25,graphstate -1002,SUCCESS,2,1,190542.83,9474797.96,9665340.79,127,60842,304868.53,random -1003,SUCCESS,2,1,10995.69,9665340.79,9676336.48,127,4457,17593.1,qpeexact -1004,SUCCESS,2,1,2456.39,9676336.48,9678792.87,127,617,3930.22,qftentangled -1005,SUCCESS,2,1,625.72,9678792.87,9679418.59,127,213,1001.15,ghz -1006,SUCCESS,2,1,7032.46,9679418.59,9686451.05,127,1603,11251.94,realamprandom -1007,SUCCESS,2,1,1567.05,9686451.05,9688018.1,127,1003,2507.28,qftentangled -1008,SUCCESS,2,1,7086.83,9688018.1,9695104.93,127,1563,11338.93,wstate -1009,SUCCESS,2,1,2792.48,9695104.93,9697897.41,127,2064,4467.97,qpeexact -1010,SUCCESS,2,1,2166.62,9697897.41,9700064.03,127,761,3466.59,wstate -1011,SUCCESS,2,1,2395.13,9700064.03,9702459.16,127,1593,3832.21,twolocalrandom -1013,SUCCESS,2,1,5211.65,9702459.16,9707670.81,127,1115,8338.64,qftentangled -1014,SUCCESS,2,1,1204,9707670.81,9708874.81,127,860,1926.4,wstate -1017,SUCCESS,2,1,93.37,9708874.81,9708968.18,127,40,149.39,qaoa -1020,SUCCESS,2,1,488.28,9708968.18,9709456.46,127,281,781.25,wstate -1021,SUCCESS,2,1,8545,9709456.46,9718001.46,127,4250,13672,qft -1022,SUCCESS,2,1,1019.51,9718001.46,9719020.97,127,286,1631.22,dj -1023,SUCCESS,2,1,19720.19,9719020.97,9738741.16,127,5156,31552.3,twolocalrandom -1024,SUCCESS,2,1,42675.77,9738741.16,9781416.93,127,9444,68281.23,ae -1025,SUCCESS,2,1,10561.87,9781416.93,9791978.8,127,2776,16898.99,qft -1026,SUCCESS,2,1,50.05,9791978.8,9792028.85,127,12,80.08,ghz -1027,SUCCESS,2,1,4970.97,9792028.85,9796999.82,127,2178,7953.55,qpeinexact -1029,SUCCESS,2,1,4857.23,9796999.82,9801857.05,127,1057,7771.57,wstate -1030,SUCCESS,2,1,16605.78,9801857.05,9818462.83,127,3769,26569.25,twolocalrandom -1031,SUCCESS,2,1,11608.31,9818462.83,9830071.14,127,3820,18573.3,random -1032,SUCCESS,2,1,403.72,9830071.14,9830474.86,127,115,645.95,graphstate -1035,SUCCESS,2,1,681.13,9830474.86,9831155.99,127,406,1089.81,dj -1036,SUCCESS,2,1,13192.82,9831155.99,9844348.81,127,4211,21108.51,qft -1037,SUCCESS,2,1,2030.23,9844348.81,9846379.04,127,872,3248.37,qpeexact -1040,SUCCESS,2,1,42165.75,9846379.04,9888544.79,127,12133,67465.2,su2random -1041,SUCCESS,2,1,163.09,9888544.79,9888707.88,127,123,260.94,graphstate -1042,SUCCESS,2,1,7474.6,9888707.88,9896182.48,127,1615,11959.36,ae -1043,SUCCESS,2,1,52.08,9896182.48,9896234.56,127,11,83.33,ghz -1045,SUCCESS,2,1,21572.78,9896234.56,9917807.34,127,10267,34516.45,twolocalrandom -1050,SUCCESS,2,1,298.91,9917807.34,9918106.25,127,182,478.26,dj -1051,SUCCESS,2,1,591.85,9918106.25,9918698.1,127,410,946.96,qnn -1053,SUCCESS,2,1,946.44,9918698.1,9919644.54,127,427,1514.3,dj -1054,SUCCESS,2,1,680.95,9919644.54,9920325.49,127,502,1089.52,dj -1055,SUCCESS,2,1,2026.81,9920325.49,9922352.3,127,1020,3242.9,ae -1056,SUCCESS,2,1,18049.57,9922352.3,9940401.87,127,8481,28879.31,qpeexact -1058,SUCCESS,2,1,5937.12,9940401.87,9946338.99,127,1428,9499.39,pricingcall -1060,SUCCESS,2,1,25282.73,9946338.99,9971621.72,127,5930,40452.37,qftentangled -1061,SUCCESS,2,1,10134.2,9971621.72,9981755.92,127,3837,16214.72,twolocalrandom -1062,SUCCESS,2,1,7113.35,9981755.92,9988869.27,127,4267,11381.36,twolocalrandom -1063,SUCCESS,2,1,3120.98,9988869.27,9991990.25,127,815,4993.57,wstate -1064,SUCCESS,2,1,10279.57,9991990.25,10002269.82,127,2173,16447.31,su2random -1065,SUCCESS,2,1,12178.07,10002269.82,10014447.89,127,3918,19484.91,ae -1066,SUCCESS,2,1,3132.99,10014447.89,10017580.88,127,1920,5012.78,su2random -1067,SUCCESS,2,1,253.85,10017580.88,10017834.73,127,167,406.16,qft -1068,SUCCESS,2,1,95.62,10017834.73,10017930.35,127,78,152.99,graphstate -1069,SUCCESS,2,1,589.86,10017930.35,10018520.21,127,153,943.78,wstate -1070,SUCCESS,2,1,4994.28,10018520.21,10023514.49,127,1299,7990.85,qftentangled -1071,SUCCESS,2,1,2090.77,10023514.49,10025605.26,127,1699,3345.23,random -1073,SUCCESS,2,1,23515.77,10025605.26,10049121.03,127,5177,37625.23,su2random -1074,SUCCESS,2,1,20044.08,10049121.03,10069165.11,127,8148,32070.53,random -1075,SUCCESS,2,1,16813.18,10069165.11,10085978.29,127,7975,26901.09,qpeexact -1076,SUCCESS,2,1,10426.41,10085978.29,10096404.7,127,2968,16682.26,ae -1078,SUCCESS,2,1,2545.47,10096404.7,10098950.17,127,1888,4072.75,qpeexact -1080,SUCCESS,2,1,151.27,10098950.17,10099101.44,127,49,242.03,ghz -1081,SUCCESS,2,1,2238.88,10099101.44,10101340.32,127,608,3582.21,dj -1082,SUCCESS,2,1,16342.22,10101340.32,10117682.54,127,9329,26147.55,twolocalrandom -1083,SUCCESS,2,1,151.11,10117682.54,10117833.65,127,52,241.78,graphstate -1084,SUCCESS,2,1,395.2,10117833.65,10118228.85,127,217,632.32,ghz -1085,SUCCESS,2,1,2379.1,10118228.85,10120607.95,127,723,3806.56,random -1086,SUCCESS,2,1,20171.3,10120607.95,10140779.25,127,5261,32274.08,ae -1087,SUCCESS,2,1,623.21,10140779.25,10141402.46,127,267,997.14,qft -1088,SUCCESS,2,1,32563.59,10141402.46,10173966.05,127,7575,52101.74,qft -1089,SUCCESS,2,1,572.68,10173966.05,10174538.73,127,253,916.29,wstate -1090,SUCCESS,2,1,13728.1,10174538.73,10188266.83,127,8767,21964.96,qnn -1091,SUCCESS,2,1,24634.27,10188266.83,10212901.1,127,5831,39414.83,realamprandom -1093,SUCCESS,2,1,1815,10212901.1,10214716.1,127,561,2904,qftentangled -1094,SUCCESS,2,1,563.92,10214716.1,10215280.02,127,131,902.27,graphstate -1097,SUCCESS,2,1,6760.99,10215280.02,10222041.01,127,3256,10817.58,qpeinexact -1098,SUCCESS,2,1,149.09,10222041.01,10222190.1,127,32,238.54,ghz -1099,SUCCESS,2,1,824.16,10222190.1,10223014.26,127,394,1318.66,dj -1100,SUCCESS,2,1,11699.96,10223014.26,10234714.22,127,6239,18719.94,qpeinexact -1101,SUCCESS,2,1,13146.73,10234714.22,10247860.95,127,3008,21034.77,qpeinexact -1102,SUCCESS,2,1,13038.98,10247860.95,10260899.93,127,3108,20862.37,twolocalrandom -1103,SUCCESS,2,1,371.36,10260899.93,10261271.29,127,274,594.18,graphstate -1105,SUCCESS,2,1,127.54,10261271.29,10261398.83,127,33,204.06,ghz -1106,SUCCESS,2,1,814.43,10261398.83,10262213.26,127,219,1303.09,ghz -1107,SUCCESS,2,1,2561.43,10262213.26,10264774.69,127,618,4098.29,realamprandom -1108,SUCCESS,2,1,1364.14,10264774.69,10266138.83,127,567,2182.62,qpeexact -1109,SUCCESS,2,1,68832.68,10266138.83,10334971.51,127,25394,110132.29,random -1110,SUCCESS,2,1,823.93,10334971.51,10335795.44,127,296,1318.29,ghz -1111,SUCCESS,2,1,13641.9,10335795.44,10349437.34,127,4453,21827.04,qpeexact -1112,SUCCESS,2,1,82.52,10349437.34,10349519.86,127,42,132.03,graphstate -1113,SUCCESS,2,1,9962.85,10349519.86,10359482.71,127,5753,15940.56,qft -1114,SUCCESS,2,1,20990.74,10359482.71,10380473.45,127,4412,33585.18,su2random -1115,SUCCESS,2,1,83.66,10380473.45,10380557.11,127,65,133.86,wstate -1116,SUCCESS,2,1,14671.74,10380557.11,10395228.85,127,6048,23474.78,qftentangled -1117,SUCCESS,2,1,6108.52,10395228.85,10401337.37,127,3217,9773.63,ae -1118,SUCCESS,2,1,74.53,10401337.37,10401411.9,127,41,119.25,ghz -1119,SUCCESS,2,1,8128.24,10401411.9,10409540.14,127,2241,13005.18,qft -1120,SUCCESS,2,1,874.69,10409540.14,10410414.83,127,318,1399.5,qftentangled -1121,SUCCESS,2,1,268.21,10410414.83,10410683.04,127,69,429.14,tsp -1122,SUCCESS,2,1,19583.76,10410683.04,10430266.8,127,12045,31334.02,su2random -1123,SUCCESS,2,1,8045.29,10430266.8,10438312.09,127,2402,12872.46,pricingput -1124,SUCCESS,2,1,454.94,10438312.09,10438767.03,127,349,727.9,wstate -1125,SUCCESS,2,1,207.78,10438767.03,10438974.81,127,55,332.45,qaoa -1126,SUCCESS,2,1,1375.29,10438974.81,10440350.1,127,297,2200.46,wstate -1128,SUCCESS,2,1,13676.52,10440350.1,10454026.62,127,3819,21882.43,qpeexact -1129,SUCCESS,2,1,49734.85,10454026.62,10503761.47,127,10716,79575.76,random -1130,SUCCESS,2,1,23509.18,10503761.47,10527270.65,127,8977,37614.69,ae -1131,SUCCESS,2,1,2007.31,10527270.65,10529277.96,127,672,3211.7,qnn -1132,SUCCESS,2,1,10730.78,10529277.96,10540008.74,127,2265,17169.25,qpeinexact -1133,SUCCESS,2,1,2126.5,10540008.74,10542135.24,127,869,3402.4,dj -1134,SUCCESS,2,1,16344.46,10542135.24,10558479.7,127,6837,26151.14,qftentangled -1136,SUCCESS,2,1,2738.14,10558479.7,10561217.84,127,1112,4381.02,twolocalrandom -1138,SUCCESS,2,1,18943.53,10561217.84,10580161.37,127,7760,30309.65,twolocalrandom -1140,SUCCESS,2,1,24454.67,10580161.37,10604616.04,127,9153,39127.47,twolocalrandom -1142,SUCCESS,2,1,5389.44,10604616.04,10610005.48,127,2027,8623.1,qpeinexact -1143,SUCCESS,2,1,17407.46,10610005.48,10627412.94,127,4388,27851.94,qft -1144,SUCCESS,2,1,690.2,10627412.94,10628103.14,127,145,1104.32,qnn -1145,SUCCESS,2,1,287.75,10628103.14,10628390.89,127,129,460.4,dj -1147,SUCCESS,2,1,3068.42,10628390.89,10631459.31,127,872,4909.47,ghz -1148,SUCCESS,2,1,3527.93,10631459.31,10634987.24,127,1352,5644.69,qftentangled -1149,SUCCESS,2,1,34960.22,10634987.24,10669947.46,127,8651,55936.35,ae -1150,SUCCESS,2,1,6890.75,10669947.46,10676838.21,127,1599,11025.2,wstate -1151,SUCCESS,2,1,20999.62,10676838.21,10697837.83,127,7382,33599.39,random -1152,SUCCESS,2,1,52008.61,10697837.83,10749846.44,127,12810,83213.78,su2random -1154,SUCCESS,2,1,4987.27,10749846.44,10754833.71,127,2421,7979.63,qpeexact -1156,SUCCESS,2,1,8952.67,10754833.71,10763786.38,127,2937,14324.27,qnn -1157,SUCCESS,2,1,153.62,10763786.38,10763940,127,52,245.79,qaoa -1159,SUCCESS,2,1,1957.24,10763940,10765897.24,127,1061,3131.58,realamprandom -1160,SUCCESS,2,1,31754.29,10765897.24,10797651.53,127,7452,50806.86,qpeinexact -1162,SUCCESS,2,1,338.64,10797651.53,10797990.17,127,73,541.82,graphstate -1163,SUCCESS,2,1,17185.66,10797990.17,10815175.83,127,3930,27497.06,ae -1164,SUCCESS,2,1,579.3,10815175.83,10815755.13,127,191,926.88,qnn -1165,SUCCESS,2,1,6984.85,10815755.13,10822739.98,127,4464,11175.76,qft -1166,SUCCESS,2,1,9125.59,10822739.98,10831865.57,127,7007,14600.94,su2random -1167,SUCCESS,2,1,29046.87,10831865.57,10860912.44,127,11457,46474.99,realamprandom -1168,SUCCESS,2,1,3116.21,10860912.44,10864028.65,127,828,4985.94,su2random -1169,SUCCESS,2,1,844.52,10864028.65,10864873.17,127,240,1351.23,qftentangled -1171,SUCCESS,2,1,3004.92,10864873.17,10867878.09,127,1696,4807.87,twolocalrandom -1172,SUCCESS,2,1,107751.29,10867878.09,10975629.38,127,26311,172402.06,random -1173,SUCCESS,2,1,427.8,10975629.38,10976057.18,127,109,684.48,dj -1174,SUCCESS,2,1,1496.32,10976057.18,10977553.5,127,544,2394.11,portfoliovqe -1175,SUCCESS,2,1,19035.25,10977553.5,10996588.75,127,4948,30456.4,qpeexact -1176,SUCCESS,2,1,22502.4,10996588.75,11019091.15,127,5860,36003.84,qpeinexact -1177,SUCCESS,2,1,2638.28,11019091.15,11021729.43,127,1763,4221.25,su2random -1179,SUCCESS,2,1,5583.73,11021729.43,11027313.16,127,2628,8933.97,qnn -1180,SUCCESS,2,1,114134.72,11027313.16,11141447.88,127,24157,182615.55,random -1181,SUCCESS,2,1,4949.62,11141447.88,11146397.5,127,4026,7919.39,random -1182,SUCCESS,2,1,1799.43,11146397.5,11148196.93,127,597,2879.09,random -1183,SUCCESS,2,1,2037.34,11148196.93,11150234.27,127,1327,3259.74,su2random -1185,SUCCESS,2,1,7617.04,11150234.27,11157851.31,127,3054,12187.26,qft -1186,SUCCESS,2,1,56.51,11157851.31,11157907.82,127,37,90.42,ghz -1187,SUCCESS,2,1,3723.11,11157907.82,11161630.93,127,1140,5956.98,qnn -1189,SUCCESS,2,1,1749.86,11161630.93,11163380.79,127,432,2799.78,su2random -1190,SUCCESS,2,1,24179.1,11163380.79,11187559.89,127,7327,38686.56,random -1191,SUCCESS,2,1,433.28,11187559.89,11187993.17,127,124,693.25,graphstate -1193,SUCCESS,2,1,1982.8,11187993.17,11189975.97,127,627,3172.48,wstate -1194,SUCCESS,2,1,6958.26,11189975.97,11196934.23,127,1703,11133.22,qft -1195,SUCCESS,2,1,3190.1,11196934.23,11200124.33,127,1051,5104.16,wstate -1196,SUCCESS,2,1,327.11,11200124.33,11200451.44,127,86,523.38,qaoa -1197,SUCCESS,2,1,11702.69,11200451.44,11212154.13,127,5348,18724.3,qft -1198,SUCCESS,2,1,2351.45,11212154.13,11214505.58,127,762,3762.32,twolocalrandom -1200,SUCCESS,2,1,215.29,11214505.58,11214720.87,127,52,344.46,ghz -1201,SUCCESS,2,1,150.55,11214720.87,11214871.42,127,35,240.88,ghz -1202,SUCCESS,2,1,52660.86,11214871.42,11267532.28,127,21194,84257.38,random -1203,SUCCESS,2,1,13229.02,11267532.28,11280761.3,127,6530,21166.43,qftentangled -1204,SUCCESS,2,1,28785.15,11280761.3,11309546.45,127,10967,46056.24,random -1205,SUCCESS,2,1,43.1,11309546.45,11309589.55,127,19,68.96,graphstate -1207,SUCCESS,2,1,7642.19,11309589.55,11317231.74,127,2023,12227.5,ae -1208,SUCCESS,2,1,24014.89,11317231.74,11341246.63,127,14824,38423.82,twolocalrandom -1209,SUCCESS,2,1,10615.82,11341246.63,11351862.45,127,2384,16985.31,qpeinexact -1211,SUCCESS,2,1,1423.08,11351862.45,11353285.53,127,730,2276.93,qpeexact -1213,SUCCESS,2,1,5132.39,11353285.53,11358417.92,127,1567,8211.82,twolocalrandom -1214,SUCCESS,2,1,14456.44,11358417.92,11372874.36,127,3195,23130.3,twolocalrandom -1215,SUCCESS,2,1,2464.97,11372874.36,11375339.33,127,536,3943.95,qftentangled -1216,SUCCESS,2,1,3405.52,11375339.33,11378744.85,127,736,5448.83,ae -1217,SUCCESS,2,1,2302.89,11378744.85,11381047.74,127,689,3684.62,pricingcall -1218,SUCCESS,2,1,113.55,11381047.74,11381161.29,127,26,181.68,graphstate -1219,SUCCESS,2,1,8445.62,11381161.29,11389606.91,127,1921,13512.99,su2random -1220,SUCCESS,2,1,83257.72,11389606.91,11472864.63,127,21182,133212.35,grover-v-chain -1221,SUCCESS,2,1,81.83,11472864.63,11472946.46,127,54,130.93,graphstate -1222,SUCCESS,2,1,3037.85,11472946.46,11475984.31,127,782,4860.56,ghz -1223,SUCCESS,2,1,5261.37,11475984.31,11481245.68,127,2640,8418.19,qftentangled -1224,SUCCESS,2,1,982.8,11481245.68,11482228.48,127,315,1572.48,qftentangled -1225,SUCCESS,2,1,7450.04,11482228.48,11489678.52,127,2501,11920.06,qftentangled -1226,SUCCESS,2,1,16457,11489678.52,11506135.52,127,5109,26331.2,qft -1227,SUCCESS,2,1,3367.57,11506135.52,11509503.09,127,892,5388.11,realamprandom -1228,SUCCESS,2,1,28908.41,11509503.09,11538411.5,127,15348,46253.46,random -1229,SUCCESS,2,1,642.68,11538411.5,11539054.18,127,483,1028.29,qpeexact -1230,SUCCESS,2,1,3368.62,11539054.18,11542422.8,127,2161,5389.79,qft -1231,SUCCESS,2,1,651.45,11542422.8,11543074.25,127,192,1042.32,qpeexact -1232,SUCCESS,2,1,105.49,11543074.25,11543179.74,127,32,168.78,routing -1233,SUCCESS,2,1,1065.63,11543179.74,11544245.37,127,438,1705.01,twolocalrandom -1234,SUCCESS,2,1,4133.24,11544245.37,11548378.61,127,1495,6613.18,random -1236,SUCCESS,2,1,3967.28,11548378.61,11552345.89,127,1567,6347.65,realamprandom -1237,SUCCESS,2,1,3941.36,11552345.89,11556287.25,127,849,6306.18,ghz -1240,SUCCESS,2,1,856.49,11556287.25,11557143.74,127,348,1370.38,twolocalrandom -1241,SUCCESS,2,1,68.48,11557143.74,11557212.22,127,25,109.57,ghz -1245,SUCCESS,2,1,1280.38,11557212.22,11558492.6,127,382,2048.61,ghz -1246,SUCCESS,2,1,375.18,11558492.6,11558867.78,127,82,600.29,ghz -1247,SUCCESS,2,1,8430.06,11558867.78,11567297.84,127,3470,13488.1,qft -1248,SUCCESS,2,1,5074.89,11567297.84,11572372.73,127,1063,8119.82,wstate -1249,SUCCESS,2,1,59.95,11572372.73,11572432.68,127,22,95.92,ghz -1250,SUCCESS,2,1,57915.71,11572432.68,11630348.39,127,12770,92665.14,twolocalrandom -1251,SUCCESS,2,1,520.51,11630348.39,11630868.9,127,223,832.82,qftentangled -1252,SUCCESS,2,1,6498.26,11630868.9,11637367.16,127,2002,10397.22,realamprandom -1253,SUCCESS,2,1,97.03,11637367.16,11637464.19,127,49,155.25,wstate -1254,SUCCESS,2,1,1615.79,11637464.19,11639079.98,127,430,2585.26,dj -1255,SUCCESS,2,1,28682.17,11639079.98,11667762.15,127,17181,45891.47,realamprandom -1256,SUCCESS,2,1,761.98,11667762.15,11668524.13,127,175,1219.17,graphstate -1258,SUCCESS,2,1,878.04,11668524.13,11669402.17,127,542,1404.86,qnn -1259,SUCCESS,2,1,24557.53,11669402.17,11693959.7,127,7514,39292.05,qpeinexact -1260,SUCCESS,2,1,4029.4,11693959.7,11697989.1,127,1031,6447.04,su2random -1261,SUCCESS,2,1,153914.49,11697989.1,11851903.59,127,33858,246263.18,random -1262,SUCCESS,2,1,12550.88,11851903.59,11864454.47,127,4939,20081.41,qpeexact -1263,SUCCESS,2,1,332.84,11864454.47,11864787.31,127,78,532.54,graphstate -1264,SUCCESS,2,1,4896.22,11864787.31,11869683.53,127,1303,7833.95,wstate -1265,SUCCESS,2,1,302.09,11869683.53,11869985.62,127,93,483.34,wstate -1266,SUCCESS,2,1,579.21,11869985.62,11870564.83,127,398,926.74,dj -1267,SUCCESS,2,1,3599.06,11870564.83,11874163.89,127,2766,5758.5,su2random -1269,SUCCESS,2,1,564.83,11874163.89,11874728.72,127,235,903.73,graphstate -1271,SUCCESS,2,1,4883.54,11874728.72,11879612.26,127,2706,7813.66,qftentangled -1273,SUCCESS,2,1,10792.98,11879612.26,11890405.24,127,2277,17268.77,qnn -1275,SUCCESS,2,1,2811.23,11890405.24,11893216.47,127,628,4497.97,dj -1276,SUCCESS,2,1,234.81,11893216.47,11893451.28,127,73,375.7,ghz -1277,SUCCESS,2,1,2481.96,11893451.28,11895933.24,127,962,3971.14,wstate -1279,SUCCESS,2,1,194.64,11895933.24,11896127.88,127,78,311.42,graphstate -1280,SUCCESS,2,1,6126.12,11896127.88,11902254,127,1326,9801.79,su2random -1281,SUCCESS,2,1,5171.11,11902254,11907425.11,127,1108,8273.78,qpeexact -1282,SUCCESS,2,1,4063.19,11907425.11,11911488.3,127,857,6501.1,ghz -1283,SUCCESS,2,1,5940.06,11911488.3,11917428.36,127,1896,9504.1,random -1284,SUCCESS,2,1,27470.63,11917428.36,11944898.99,127,7156,43953.01,qpeinexact -1285,SUCCESS,2,1,358.81,11944898.99,11945257.8,127,113,574.1,wstate -1286,SUCCESS,2,1,348.16,11945257.8,11945605.96,127,181,557.06,wstate -1287,SUCCESS,2,1,558.02,11945605.96,11946163.98,127,297,892.83,ghz -1288,SUCCESS,2,1,2112.44,11946163.98,11948276.42,127,791,3379.9,realamprandom -1289,SUCCESS,2,1,14093.11,11948276.42,11962369.53,127,4784,22548.98,qft -1290,SUCCESS,2,1,1053.2,11962369.53,11963422.73,127,243,1685.12,portfolioqaoa -1291,SUCCESS,2,1,34748.73,11963422.73,11998171.46,127,10764,55597.97,su2random -1292,SUCCESS,2,1,229.42,11998171.46,11998400.88,127,50,367.07,graphstate -1293,SUCCESS,2,1,13430.52,11998400.88,12011831.4,127,3679,21488.83,qftentangled -1295,SUCCESS,2,1,21710.76,12011831.4,12033542.16,127,11822,34737.22,twolocalrandom -1296,SUCCESS,2,1,39014.39,12033542.16,12072556.55,127,16791,62423.02,random -1297,SUCCESS,2,1,1178.31,12072556.55,12073734.86,127,343,1885.3,qpeexact -1298,SUCCESS,2,1,477.62,12073734.86,12074212.48,127,378,764.19,qft -1300,SUCCESS,2,1,1685.6,12074212.48,12075898.08,127,487,2696.96,ghz -1301,SUCCESS,2,1,9888.93,12075898.08,12085787.01,127,5409,15822.29,qftentangled -1302,SUCCESS,2,1,3267.28,12085787.01,12089054.29,127,2390,5227.65,random -1303,SUCCESS,2,1,22960.25,12089054.29,12112014.54,127,12865,36736.4,random -1304,SUCCESS,2,1,4134.59,12112014.54,12116149.13,127,920,6615.34,realamprandom -1305,SUCCESS,2,1,10704.69,12116149.13,12126853.82,127,7711,17127.5,qftentangled -1306,SUCCESS,2,1,23622.66,12126853.82,12150476.48,127,5533,37796.26,random -1308,SUCCESS,2,1,464.14,12150476.48,12150940.62,127,116,742.62,graphstate -1309,SUCCESS,2,1,1184.8,12150940.62,12152125.42,127,399,1895.68,qftentangled -1310,SUCCESS,2,1,115266.48,12152125.42,12267391.9,127,29125,184426.37,random -1311,SUCCESS,2,1,4225.25,12267391.9,12271617.15,127,912,6760.4,ghz -1312,SUCCESS,2,1,1382.37,12271617.15,12272999.52,127,1077,2211.79,qftentangled -1313,SUCCESS,2,1,766.48,12272999.52,12273766,127,196,1226.37,dj -1314,SUCCESS,2,1,29775.61,12273766,12303541.61,127,9190,47640.98,ae -1315,SUCCESS,2,1,133.54,12303541.61,12303675.15,127,35,213.66,ghz -1316,SUCCESS,2,1,729.34,12303675.15,12304404.49,127,303,1166.94,ghz -1319,SUCCESS,2,1,23.98,12304404.49,12304428.47,127,10,38.37,ghz -1321,SUCCESS,2,1,1119.71,12304428.47,12305548.18,127,750,1791.54,qft -1322,SUCCESS,2,1,4651.63,12305548.18,12310199.81,127,2520,7442.61,ae -1323,SUCCESS,2,1,4691.52,12310199.81,12314891.33,127,1518,7506.43,wstate -1324,SUCCESS,2,1,1457.14,12314891.33,12316348.47,127,474,2331.42,dj -1325,SUCCESS,2,1,23458.98,12316348.47,12339807.45,127,7147,37534.37,qpeinexact -1326,SUCCESS,2,1,126.96,12339807.45,12339934.41,127,33,203.14,dj -1327,SUCCESS,2,1,18926.08,12339934.41,12358860.49,127,3980,30281.73,ae -1329,SUCCESS,2,1,30356.02,12358860.49,12389216.51,127,7252,48569.63,ae -1330,SUCCESS,2,1,57083.45,12389216.51,12446299.96,127,12103,91333.52,qnn -1332,SUCCESS,2,1,20212.45,12446299.96,12466512.41,127,7739,32339.92,ae -1333,SUCCESS,2,1,319.5,12466512.41,12466831.91,127,153,511.2,wstate -1335,SUCCESS,2,1,51653.44,12466831.91,12518485.35,127,11646,82645.5,twolocalrandom -1336,SUCCESS,2,1,1814.5,12518485.35,12520299.85,127,553,2903.2,ghz -1337,SUCCESS,2,1,18752.3,12520299.85,12539052.15,127,4361,30003.68,su2random -1338,SUCCESS,2,1,3088.65,12539052.15,12542140.8,127,2032,4941.84,qpeinexact -1339,SUCCESS,2,1,14146.37,12542140.8,12556287.17,127,4330,22634.19,ae -1340,SUCCESS,2,1,95257.64,12556287.17,12651544.81,127,22159,152412.22,random -1341,SUCCESS,2,1,155.45,12651544.81,12651700.26,127,73,248.72,vqe -1342,SUCCESS,2,1,85.8,12651700.26,12651786.06,127,32,137.28,ghz -1347,SUCCESS,2,1,8980.26,12651786.06,12660766.32,127,2624,14368.42,qpeinexact -1349,SUCCESS,2,1,8248.57,12660766.32,12669014.89,127,2623,13197.71,ae -1351,SUCCESS,2,1,2970,12669014.89,12671984.89,127,935,4752,realamprandom -1353,SUCCESS,2,1,14063.35,12671984.89,12686048.24,127,3479,22501.36,qpeexact -1355,SUCCESS,2,1,1393.59,12686048.24,12687441.83,127,298,2229.74,ae -1356,SUCCESS,2,1,3472.3,12687441.83,12690914.13,127,744,5555.68,qwalk-v-chain -1357,SUCCESS,2,1,30650.02,12690914.13,12721564.15,127,6564,49040.03,ae -1358,SUCCESS,2,1,36804.39,12721564.15,12758368.54,127,11133,58887.02,twolocalrandom -1359,SUCCESS,2,1,14494.19,12758368.54,12772862.73,127,3261,23190.7,twolocalrandom -1360,SUCCESS,2,1,16656.9,12772862.73,12789519.63,127,4058,26651.04,qftentangled -1361,SUCCESS,2,1,1120.96,12789519.63,12790640.59,127,796,1793.54,qpeinexact -1362,SUCCESS,2,1,167192.7,12790640.59,12957833.29,127,87833,267508.32,grover-noancilla -1363,SUCCESS,2,1,7040.77,12957833.29,12964874.06,127,4343,11265.23,random -1364,SUCCESS,2,1,1232.99,12964874.06,12966107.05,127,549,1972.78,su2random -1365,SUCCESS,2,1,4465.05,12966107.05,12970572.1,127,1102,7144.08,realamprandom -1366,SUCCESS,2,1,2309.39,12970572.1,12972881.49,127,783,3695.02,qpeinexact -1367,SUCCESS,2,1,4565.59,12972881.49,12977447.08,127,2035,7304.94,realamprandom -1368,SUCCESS,2,1,9095.01,12977447.08,12986542.09,127,6921,14552.02,realamprandom -1369,SUCCESS,2,1,8984.9,12986542.09,12995526.99,127,2158,14375.84,ae -1371,SUCCESS,2,1,7389.11,12995526.99,13002916.1,127,1615,11822.58,qftentangled -1372,SUCCESS,2,1,31307.42,13002916.1,13034223.52,127,8671,50091.87,random -1373,SUCCESS,2,1,17318.83,13034223.52,13051542.35,127,7822,27710.13,qft -1375,SUCCESS,2,1,1882.8,13051542.35,13053425.15,127,413,3012.48,wstate -1376,SUCCESS,2,1,599.07,13053425.15,13054024.22,127,249,958.51,realamprandom -1377,SUCCESS,2,1,4225.34,13054024.22,13058249.56,127,1099,6760.54,qft -1378,SUCCESS,2,1,22119.87,13058249.56,13080369.43,127,9136,35391.79,random -1379,SUCCESS,2,1,3037.37,13080369.43,13083406.8,127,2509,4859.79,qpeexact -1381,SUCCESS,2,1,21989.89,13083406.8,13105396.69,127,9100,35183.82,ae -1382,SUCCESS,2,1,4234.4,13105396.69,13109631.09,127,896,6775.04,dj -1384,SUCCESS,2,1,15296.26,13109631.09,13124927.35,127,5135,24474.02,qpeexact -1385,SUCCESS,2,1,370.84,13124927.35,13125298.19,127,95,593.34,graphstate -1386,SUCCESS,2,1,141.16,13125298.19,13125439.35,127,35,225.86,qaoa -1387,SUCCESS,2,1,12690.81,13125439.35,13138130.16,127,3183,20305.3,su2random -1388,SUCCESS,2,1,9349.02,13138130.16,13147479.18,127,3166,14958.43,qftentangled -1389,SUCCESS,2,1,4575.59,13147479.18,13152054.77,127,1027,7320.94,twolocalrandom -1390,SUCCESS,2,1,551.62,13152054.77,13152606.39,127,125,882.59,qft -1391,SUCCESS,2,1,12096.16,13152606.39,13164702.55,127,2584,19353.86,qft -1393,SUCCESS,2,1,2687.52,13164702.55,13167390.07,127,657,4300.03,qft -1394,SUCCESS,2,1,13574.19,13167390.07,13180964.26,127,6180,21718.7,su2random -1397,SUCCESS,2,1,108.81,13180964.26,13181073.07,127,23,174.1,vqe -1398,SUCCESS,2,1,187.49,13181073.07,13181260.56,127,96,299.98,graphstate -1399,SUCCESS,2,1,1703.72,13181260.56,13182964.28,127,451,2725.95,dj -1400,SUCCESS,2,1,5032.11,13182964.28,13187996.39,127,1382,8051.38,qpeinexact -1401,SUCCESS,2,1,10973.03,13187996.39,13198969.42,127,3537,17556.85,qpeinexact -1403,SUCCESS,2,1,2840.52,13198969.42,13201809.94,127,1147,4544.83,qftentangled -1404,SUCCESS,2,1,3161.61,13201809.94,13204971.55,127,988,5058.58,qft -1405,SUCCESS,2,1,903.72,13204971.55,13205875.27,127,578,1445.95,dj -1406,SUCCESS,2,1,108.77,13205875.27,13205984.04,127,25,174.03,ghz -1407,SUCCESS,2,1,7873.42,13205984.04,13213857.46,127,4400,12597.47,su2random -1409,SUCCESS,2,1,119825.85,13213857.46,13333683.31,127,27535,191721.36,random -1410,SUCCESS,2,1,3659.71,13333683.31,13337343.02,127,1359,5855.54,qpeinexact -1411,SUCCESS,2,1,21727.76,13337343.02,13359070.78,127,8391,34764.42,realamprandom -1412,SUCCESS,2,1,708.97,13359070.78,13359779.75,127,197,1134.35,qpeexact -1413,SUCCESS,2,1,13293,13359779.75,13373072.75,127,3825,21268.8,qpeinexact -1414,SUCCESS,2,1,3192.52,13373072.75,13376265.27,127,1474,5108.03,pricingput -1415,SUCCESS,2,1,42116.34,13376265.27,13418381.61,127,9031,67386.14,su2random -1416,SUCCESS,2,1,3372.3,13418381.61,13421753.91,127,765,5395.68,twolocalrandom -1417,SUCCESS,2,1,202.15,13421753.91,13421956.06,127,106,323.44,ghz -1418,SUCCESS,2,1,4299.03,13421956.06,13426255.09,127,1225,6878.45,qpeinexact -1419,SUCCESS,2,1,1160.56,13426255.09,13427415.65,127,356,1856.9,pricingput -1420,SUCCESS,2,1,3513.46,13427415.65,13430929.11,127,793,5621.54,qpeexact -1421,SUCCESS,2,1,9193.21,13430929.11,13440122.32,127,3062,14709.14,qftentangled -1422,SUCCESS,2,1,20601.14,13440122.32,13460723.46,127,15719,32961.82,random -1423,SUCCESS,2,1,2894.08,13460723.46,13463617.54,127,1193,4630.53,wstate -1424,SUCCESS,2,1,3751.63,13463617.54,13467369.17,127,1545,6002.61,realamprandom -1425,SUCCESS,2,1,111.26,13467369.17,13467480.43,127,70,178.02,tsp -1426,SUCCESS,2,1,38452.33,13467480.43,13505932.76,127,14143,61523.73,random -1427,SUCCESS,2,1,62571.56,13505932.76,13568504.32,127,16762,100114.5,realamprandom -1429,SUCCESS,2,1,3912.33,13568504.32,13572416.65,127,1263,6259.73,realamprandom -1430,SUCCESS,2,1,1088.19,13572416.65,13573504.84,127,564,1741.1,dj -1431,SUCCESS,2,1,23960.15,13573504.84,13597464.99,127,6706,38336.24,qpeinexact -1432,SUCCESS,2,1,2165.47,13597464.99,13599630.46,127,684,3464.75,ae -1434,SUCCESS,2,1,11047.51,13599630.46,13610677.97,127,3697,17676.02,qft -1435,SUCCESS,2,1,2824.62,13610677.97,13613502.59,127,772,4519.39,ghz -1437,SUCCESS,2,1,7114.99,13613502.59,13620617.58,127,3173,11383.98,qpeexact -1438,SUCCESS,2,1,638.48,13620617.58,13621256.06,127,317,1021.57,wstate -1440,SUCCESS,2,1,31588.82,13621256.06,13652844.88,127,6661,50542.11,ae -1441,SUCCESS,2,1,2717.49,13652844.88,13655562.37,127,1898,4347.98,ae -1445,SUCCESS,2,1,14193.29,13655562.37,13669755.66,127,3962,22709.26,qpeinexact -1446,SUCCESS,2,1,504.27,13669755.66,13670259.93,127,381,806.83,ghz -1447,SUCCESS,2,1,9350.47,13670259.93,13679610.4,127,2441,14960.75,twolocalrandom -1449,SUCCESS,2,1,617.16,13679610.4,13680227.56,127,184,987.46,dj -1451,SUCCESS,2,1,163.68,13680227.56,13680391.24,127,53,261.89,ghz -1452,SUCCESS,2,1,1961.39,13680391.24,13682352.63,127,1387,3138.22,qpeexact -1453,SUCCESS,2,1,889.67,13682352.63,13683242.3,127,249,1423.47,groundstate -1454,SUCCESS,2,1,12822.96,13683242.3,13696065.26,127,5151,20516.74,qpeinexact -1455,SUCCESS,2,1,1064.33,13696065.26,13697129.59,127,359,1702.93,qft -1457,SUCCESS,2,1,7092.73,13697129.59,13704222.32,127,1677,11348.37,su2random -1458,SUCCESS,2,1,992.01,13704222.32,13705214.33,127,574,1587.22,qnn -1459,SUCCESS,2,1,103.95,13705214.33,13705318.28,127,38,166.32,ghz -1461,SUCCESS,2,1,458.62,13705318.28,13705776.9,127,292,733.79,realamprandom -1463,SUCCESS,2,1,50741.31,13705776.9,13756518.21,127,11392,81186.1,qnn -1465,SUCCESS,2,1,1323.97,13756518.21,13757842.18,127,374,2118.35,ghz -1466,SUCCESS,2,1,9783.29,13757842.18,13767625.47,127,2123,15653.26,ae -1467,SUCCESS,2,1,30129.71,13767625.47,13797755.18,127,9517,48207.54,realamprandom -1468,SUCCESS,2,1,634.56,13797755.18,13798389.74,127,136,1015.3,dj -1473,SUCCESS,2,1,42324.52,13798389.74,13840714.26,127,12109,67719.23,twolocalrandom -1474,SUCCESS,2,1,1099.03,13840714.26,13841813.29,127,513,1758.45,dj -1475,SUCCESS,2,1,3330.45,13841813.29,13845143.74,127,1040,5328.72,qnn -1476,SUCCESS,2,1,1151.19,13845143.74,13846294.93,127,338,1841.9,dj -1477,SUCCESS,2,1,6384.56,13846294.93,13852679.49,127,3094,10215.3,qftentangled -1478,SUCCESS,2,1,2275.76,13852679.49,13854955.25,127,1749,3641.22,realamprandom -1479,SUCCESS,2,1,89364.23,13854955.25,13944319.48,127,30299,142982.77,random -1480,SUCCESS,2,1,656.31,13944319.48,13944975.79,127,149,1050.1,wstate -1481,SUCCESS,2,1,131.62,13944975.79,13945107.41,127,46,210.59,qaoa -1482,SUCCESS,2,1,7886.35,13945107.41,13952993.76,127,6259,12618.16,qftentangled -1484,SUCCESS,2,1,170.42,13952993.76,13953164.18,127,45,272.67,wstate -1486,SUCCESS,2,1,1182.66,13953164.18,13954346.84,127,857,1892.26,dj -1487,SUCCESS,2,1,2741.89,13954346.84,13957088.73,127,673,4387.02,dj -1488,SUCCESS,2,1,581.38,13957088.73,13957670.11,127,318,930.21,graphstate -1489,SUCCESS,2,1,12194.48,13957670.11,13969864.59,127,5235,19511.17,qpeinexact -1490,SUCCESS,2,1,430.04,13969864.59,13970294.63,127,126,688.06,ghz -1491,SUCCESS,2,1,36.95,13970294.63,13970331.58,127,19,59.12,ghz -1492,SUCCESS,2,1,21951.04,13970331.58,13992282.62,127,4940,35121.66,qftentangled -1493,SUCCESS,2,1,2978.31,13992282.62,13995260.93,127,634,4765.3,qftentangled -1494,SUCCESS,2,1,233.61,13995260.93,13995494.54,127,80,373.78,graphstate -1496,SUCCESS,2,1,202.34,13995494.54,13995696.88,127,97,323.74,graphstate -1498,SUCCESS,2,1,4147.44,13995696.88,13999844.32,127,1409,6635.9,ae -1499,SUCCESS,2,1,239.77,13999844.32,14000084.09,127,81,383.63,wstate -1500,SUCCESS,2,1,1409.23,14000084.09,14001493.32,127,690,2254.77,twolocalrandom -1501,SUCCESS,2,1,12113.19,14001493.32,14013606.51,127,3537,19381.1,ae -1502,SUCCESS,2,1,25273.9,14013606.51,14038880.41,127,19709,40438.24,random -1504,SUCCESS,2,1,1351.98,14038880.41,14040232.39,127,895,2163.17,twolocalrandom -1505,SUCCESS,2,1,1116.85,14040232.39,14041349.24,127,360,1786.96,qftentangled -1506,SUCCESS,2,1,14460.21,14041349.24,14055809.45,127,3657,23136.34,qft -1508,SUCCESS,2,1,2065.07,14055809.45,14057874.52,127,633,3304.11,dj -1509,SUCCESS,2,1,16380.36,14057874.52,14074254.88,127,5351,26208.58,qftentangled -1512,SUCCESS,2,1,3451.4,14074254.88,14077706.28,127,1506,5522.24,twolocalrandom -1514,SUCCESS,2,1,541.11,14077706.28,14078247.39,127,131,865.78,graphstate -1515,SUCCESS,2,1,54929.32,14078247.39,14133176.71,127,12162,87886.91,su2random -1516,SUCCESS,2,1,2101.28,14133176.71,14135277.99,127,1206,3362.05,qftentangled -1518,SUCCESS,2,1,828.8,14135277.99,14136106.79,127,389,1326.08,qftentangled -1520,SUCCESS,2,1,22358.85,14136106.79,14158465.64,127,5331,35774.16,realamprandom -1521,SUCCESS,2,1,90.77,14158465.64,14158556.41,127,21,145.23,vqe -1523,SUCCESS,2,1,19556.55,14158556.41,14178112.96,127,4434,31290.48,qpeexact -1525,SUCCESS,2,1,880.2,14178112.96,14178993.16,127,483,1408.32,qpeinexact -1526,SUCCESS,2,1,10821.98,14178993.16,14189815.14,127,5057,17315.17,realamprandom -1527,SUCCESS,2,1,15557.77,14189815.14,14205372.91,127,7548,24892.43,su2random -1528,SUCCESS,2,1,23630.52,14205372.91,14229003.43,127,5414,37808.83,qnn -1529,SUCCESS,2,1,380.8,14229003.43,14229384.23,127,112,609.28,dj -1530,SUCCESS,2,1,1345.15,14229384.23,14230729.38,127,477,2152.24,dj -1531,SUCCESS,2,1,669.27,14230729.38,14231398.65,127,223,1070.83,qft -1532,SUCCESS,2,1,388.31,14231398.65,14231786.96,127,85,621.3,graphstate -1533,SUCCESS,2,1,330.39,14231786.96,14232117.35,127,73,528.62,wstate -1535,SUCCESS,2,1,385.54,14232117.35,14232502.89,127,105,616.86,wstate -1539,SUCCESS,2,1,15844.9,14232502.89,14248347.79,127,4254,25351.84,qft -1541,SUCCESS,2,1,9790.77,14248347.79,14258138.56,127,2545,15665.23,qpeexact -1544,SUCCESS,2,1,3181.72,14258138.56,14261320.28,127,897,5090.75,wstate -1545,SUCCESS,2,1,2555.5,14261320.28,14263875.78,127,2002,4088.8,twolocalrandom -1546,SUCCESS,2,1,21368.16,14263875.78,14285243.94,127,9372,34189.06,su2random -1548,SUCCESS,2,1,796.61,14285243.94,14286040.55,127,615,1274.58,dj -1549,SUCCESS,2,1,1136.36,14286040.55,14287176.91,127,279,1818.18,dj -1550,SUCCESS,2,1,1016.95,14287176.91,14288193.86,127,400,1627.12,ae -1551,SUCCESS,2,1,22883.16,14288193.86,14311077.02,127,8531,36613.06,twolocalrandom -1552,SUCCESS,2,1,34482.05,14311077.02,14345559.07,127,7182,55171.28,su2random -1553,SUCCESS,2,1,105095.04,14345559.07,14450654.11,127,22876,168152.06,random -1554,SUCCESS,2,1,674.19,14450654.11,14451328.3,127,245,1078.7,wstate -1556,SUCCESS,2,1,743.5,14451328.3,14452071.8,127,521,1189.6,qftentangled -1557,SUCCESS,2,1,19401.42,14452071.8,14471473.22,127,4769,31042.27,qft -1558,SUCCESS,2,1,29347.16,14471473.22,14500820.38,127,6731,46955.46,su2random -1559,SUCCESS,2,1,1708.07,14500820.38,14502528.45,127,406,2732.91,qpeinexact -1560,SUCCESS,2,1,2068.35,14502528.45,14504596.8,127,1263,3309.36,qnn -1561,SUCCESS,2,1,8794.29,14504596.8,14513391.09,127,2686,14070.86,qpeinexact -1562,SUCCESS,2,1,645.06,14513391.09,14514036.15,127,367,1032.1,graphstate -1563,SUCCESS,2,1,13246.15,14514036.15,14527282.3,127,4605,21193.84,qwalk-noancilla -1564,SUCCESS,2,1,10931.85,14527282.3,14538214.15,127,2597,17490.96,qft -1566,SUCCESS,2,1,9666.13,14538214.15,14547880.28,127,8008,15465.81,su2random -1567,SUCCESS,2,1,210,14547880.28,14548090.28,127,105,336,wstate -1568,SUCCESS,2,1,6915.18,14548090.28,14555005.46,127,4354,11064.29,qpeinexact -1569,SUCCESS,2,1,23130.36,14555005.46,14578135.82,127,12800,37008.58,twolocalrandom -1570,SUCCESS,2,1,908.31,14578135.82,14579044.13,127,527,1453.3,qftentangled -1571,SUCCESS,2,1,5707.07,14579044.13,14584751.2,127,2059,9131.31,qnn -1572,SUCCESS,2,1,8724.61,14584751.2,14593475.81,127,2139,13959.38,realamprandom -1573,SUCCESS,2,1,1307.65,14593475.81,14594783.46,127,578,2092.24,ghz -1574,SUCCESS,2,1,1887.82,14594783.46,14596671.28,127,665,3020.51,dj -1575,SUCCESS,2,1,287.12,14596671.28,14596958.4,127,97,459.39,wstate -1576,SUCCESS,2,1,1479.06,14596958.4,14598437.46,127,350,2366.5,dj -1577,SUCCESS,2,1,4151.05,14598437.46,14602588.51,127,1081,6641.68,qpeinexact -1578,SUCCESS,2,1,1196.47,14602588.51,14603784.98,127,976,1914.35,random -1579,SUCCESS,2,1,1837.48,14603784.98,14605622.46,127,517,2939.97,dj -1581,SUCCESS,2,1,380.48,14605622.46,14606002.94,127,98,608.77,graphstate -1582,SUCCESS,2,1,2080.35,14606002.94,14608083.29,127,487,3328.56,pricingcall -1584,SUCCESS,2,1,723.05,14608083.29,14608806.34,127,388,1156.88,wstate -1585,SUCCESS,2,1,212.45,14608806.34,14609018.79,127,54,339.92,graphstate -1586,SUCCESS,2,1,2145.53,14609018.79,14611164.32,127,547,3432.85,qnn -1587,SUCCESS,2,1,2506.66,14611164.32,14613670.98,127,527,4010.66,qnn -1588,SUCCESS,2,1,1870.62,14613670.98,14615541.6,127,417,2992.99,portfolioqaoa -1589,SUCCESS,2,1,920.25,14615541.6,14616461.85,127,291,1472.4,qpeinexact -1590,SUCCESS,2,1,14598.53,14616461.85,14631060.38,127,3750,23357.65,qpeinexact -1592,SUCCESS,2,1,589.35,14631060.38,14631649.73,127,165,942.96,wstate -1593,SUCCESS,2,1,1498.21,14631649.73,14633147.94,127,475,2397.14,qpeinexact -1594,SUCCESS,2,1,1075.42,14633147.94,14634223.36,127,652,1720.67,qftentangled -1595,SUCCESS,2,1,9971.79,14634223.36,14644195.15,127,6505,15954.86,qpeinexact -1596,SUCCESS,2,1,306.18,14644195.15,14644501.33,127,125,489.89,wstate -1598,SUCCESS,2,1,36141.25,14644501.33,14680642.58,127,11340,57826,realamprandom -1599,SUCCESS,2,1,17958.34,14680642.58,14698600.92,127,8355,28733.34,qpeexact -1600,SUCCESS,2,1,1182.08,14698600.92,14699783,127,360,1891.33,qpeexact -1601,SUCCESS,2,1,28274.47,14699783,14728057.47,127,12743,45239.15,su2random -1602,SUCCESS,2,1,1354.59,14728057.47,14729412.06,127,1010,2167.34,qftentangled -1603,SUCCESS,2,1,10137.18,14729412.06,14739549.24,127,2518,16219.49,random -1604,SUCCESS,2,1,460.4,14739549.24,14740009.64,127,105,736.64,ghz -1605,SUCCESS,2,1,11316.55,14740009.64,14751326.19,127,6234,18106.48,qpeexact -1608,SUCCESS,2,1,35046.11,14751326.19,14786372.3,127,10964,56073.78,qpeexact -1609,SUCCESS,2,1,324.5,14786372.3,14786696.8,127,85,519.2,wstate -1611,SUCCESS,2,1,1778.67,14786696.8,14788475.47,127,405,2845.87,wstate -1612,SUCCESS,2,1,30155.23,14788475.47,14818630.7,127,8218,48248.37,su2random -1613,SUCCESS,2,1,35824.95,14818630.7,14854455.65,127,12800,57319.92,realamprandom -1614,SUCCESS,2,1,27887.85,14854455.65,14882343.5,127,7976,44620.56,su2random -1616,SUCCESS,2,1,1757.65,14882343.5,14884101.15,127,649,2812.24,dj -1618,SUCCESS,2,1,5128.21,14884101.15,14889229.36,127,1258,8205.14,qpeexact -1619,SUCCESS,2,1,4375.32,14889229.36,14893604.68,127,2961,7000.51,su2random -1620,SUCCESS,2,1,1416.03,14893604.68,14895020.71,127,458,2265.65,qft -1621,SUCCESS,2,1,144.22,14895020.71,14895164.93,127,44,230.75,graphstate -1622,SUCCESS,2,1,430.73,14895164.93,14895595.66,127,135,689.17,dj -1623,SUCCESS,2,1,437.75,14895595.66,14896033.41,127,101,700.4,graphstate -1624,SUCCESS,2,1,18455.99,14896033.41,14914489.4,127,3917,29529.58,realamprandom -1625,SUCCESS,2,1,4719.31,14914489.4,14919208.71,127,1424,7550.9,qpeinexact -1626,SUCCESS,2,1,384.25,14919208.71,14919592.96,127,286,614.8,dj -1628,SUCCESS,2,1,1216.56,14919592.96,14920809.52,127,311,1946.5,qftentangled -1629,SUCCESS,2,1,2972.3,14920809.52,14923781.82,127,791,4755.68,qft -1630,SUCCESS,2,1,67.31,14923781.82,14923849.13,127,39,107.7,ghz -1631,SUCCESS,2,1,3535.87,14923849.13,14927385,127,1581,5657.39,wstate -1633,SUCCESS,2,1,1095.87,14927385,14928480.87,127,313,1753.39,graphstate -1634,SUCCESS,2,1,64247.69,14928480.87,14992728.56,127,27102,102796.3,random -1635,SUCCESS,2,1,4057.23,14992728.56,14996785.79,127,849,6491.57,realamprandom -1638,SUCCESS,2,1,95.99,14996785.79,14996881.78,127,38,153.58,graphstate -1639,SUCCESS,2,1,1796.48,14996881.78,14998678.26,127,375,2874.37,qpeexact -1640,SUCCESS,2,1,1747.62,14998678.26,15000425.88,127,511,2796.19,qnn -1643,SUCCESS,2,1,26790.03,15000425.88,15027215.91,127,12858,42864.05,su2random -1644,SUCCESS,2,1,9260.31,15027215.91,15036476.22,127,3201,14816.5,qftentangled -1645,SUCCESS,2,1,6470.08,15036476.22,15042946.3,127,2388,10352.13,random -1646,SUCCESS,2,1,414,15042946.3,15043360.3,127,225,662.4,graphstate -1648,SUCCESS,2,1,6017.15,15043360.3,15049377.45,127,1617,9627.44,wstate -1649,SUCCESS,2,1,446.59,15049377.45,15049824.04,127,100,714.54,graphstate -1651,SUCCESS,2,1,332.62,15049824.04,15050156.66,127,181,532.19,random -1652,SUCCESS,2,1,14621.61,15050156.66,15064778.27,127,4760,23394.58,random -1653,SUCCESS,2,1,43.68,15064778.27,15064821.95,127,32,69.89,dj -1654,SUCCESS,2,1,20004.63,15064821.95,15084826.58,127,5443,32007.41,qpeexact -1656,SUCCESS,2,1,866.83,15084826.58,15085693.41,127,300,1386.93,ghz -1661,SUCCESS,2,1,222.44,15085693.41,15085915.85,127,52,355.9,ghz -1665,SUCCESS,2,1,11735.66,15085915.85,15097651.51,127,2774,18777.06,realamprandom -1666,SUCCESS,2,1,14839.32,15097651.51,15112490.83,127,7923,23742.91,ae -1667,SUCCESS,2,1,2635.24,15112490.83,15115126.07,127,572,4216.38,dj -1668,SUCCESS,2,1,42582.9,15115126.07,15157708.97,127,9903,68132.64,grover-noancilla -1669,SUCCESS,2,1,18478.76,15157708.97,15176187.73,127,4824,29566.02,ae -1670,SUCCESS,2,1,116.41,15176187.73,15176304.14,127,55,186.26,ghz -1671,SUCCESS,2,1,1510.74,15176304.14,15177814.88,127,327,2417.18,portfoliovqe -1672,SUCCESS,2,1,702.05,15177814.88,15178516.93,127,169,1123.28,pricingput -1673,SUCCESS,2,1,1896.12,15178516.93,15180413.05,127,1022,3033.79,su2random -1675,SUCCESS,2,1,3129.75,15180413.05,15183542.8,127,1174,5007.6,qnn -1676,SUCCESS,2,1,2615.82,15183542.8,15186158.62,127,607,4185.31,ae -1677,SUCCESS,2,1,11342.55,15186158.62,15197501.17,127,3886,18148.08,realamprandom -1679,SUCCESS,2,1,2325.61,15197501.17,15199826.78,127,570,3720.98,dj -1680,SUCCESS,2,1,573.88,15199826.78,15200400.66,127,181,918.21,wstate -1681,SUCCESS,2,1,15198.48,15200400.66,15215599.14,127,5734,24317.57,ae -1683,SUCCESS,2,1,23398.33,15215599.14,15238997.47,127,7525,37437.33,qnn -1684,SUCCESS,2,1,2934.68,15238997.47,15241932.15,127,2077,4695.49,qpeinexact -1685,SUCCESS,2,1,766.83,15241932.15,15242698.98,127,348,1226.93,graphstate -1686,SUCCESS,2,1,1113.18,15242698.98,15243812.16,127,415,1781.09,twolocalrandom -1687,SUCCESS,2,1,2407.61,15243812.16,15246219.77,127,1105,3852.18,su2random -1688,SUCCESS,2,1,2322.37,15246219.77,15248542.14,127,886,3715.79,dj -1689,SUCCESS,2,1,24018.18,15248542.14,15272560.32,127,8252,38429.09,realamprandom -1690,SUCCESS,2,1,1411.42,15272560.32,15273971.74,127,938,2258.27,twolocalrandom -1691,SUCCESS,2,1,2463.82,15273971.74,15276435.56,127,766,3942.11,qpeexact -1693,SUCCESS,2,1,30405.31,15276435.56,15306840.87,127,8696,48648.5,qpeexact -1694,SUCCESS,2,1,3678.71,15306840.87,15310519.58,127,2978,5885.94,qnn -1695,SUCCESS,2,1,981.89,15310519.58,15311501.47,127,312,1571.02,dj -1696,SUCCESS,2,1,874.47,15311501.47,15312375.94,127,201,1399.15,su2random -1697,SUCCESS,2,1,10343.99,15312375.94,15322719.93,127,2923,16550.38,qpeinexact -1698,SUCCESS,2,1,769.03,15322719.93,15323488.96,127,269,1230.45,twolocalrandom -1699,SUCCESS,2,1,6966.8,15323488.96,15330455.76,127,4185,11146.88,twolocalrandom -1700,SUCCESS,2,1,1243.53,15330455.76,15331699.29,127,263,1989.65,dj -1702,SUCCESS,2,1,381.95,15331699.29,15332081.24,127,215,611.12,ghz -1704,SUCCESS,2,1,7053.93,15332081.24,15339135.17,127,3901,11286.29,ae -1705,SUCCESS,2,1,1889.64,15339135.17,15341024.81,127,493,3023.42,dj -1706,SUCCESS,2,1,5366.29,15341024.81,15346391.1,127,1362,8586.06,qpeexact -1707,SUCCESS,2,1,1919.03,15346391.1,15348310.13,127,1502,3070.45,qftentangled -1708,SUCCESS,2,1,1132.58,15348310.13,15349442.71,127,923,1812.13,ae -1709,SUCCESS,2,1,783.02,15349442.71,15350225.73,127,227,1252.83,realamprandom -1710,SUCCESS,2,1,106.73,15350225.73,15350332.46,127,70,170.77,dj -1711,SUCCESS,2,1,16363.28,15350332.46,15366695.74,127,4644,26181.25,qnn -1712,SUCCESS,2,1,2320.88,15366695.74,15369016.62,127,671,3713.41,qwalk-v-chain -1713,SUCCESS,2,1,57.46,15369016.62,15369074.08,127,22,91.94,vqe -1714,SUCCESS,2,1,20068.11,15369074.08,15389142.19,127,7639,32108.98,qpeexact -1715,SUCCESS,2,1,1133.81,15389142.19,15390276,127,447,1814.1,random -1716,SUCCESS,2,1,20050.5,15390276,15410326.5,127,4498,32080.8,su2random -1717,SUCCESS,2,1,14370.3,15410326.5,15424696.8,127,4186,22992.48,qpeexact -1718,SUCCESS,2,1,18634.47,15424696.8,15443331.27,127,13288,29815.15,random -1719,SUCCESS,2,1,1068.58,15443331.27,15444399.85,127,231,1709.73,dj -1720,SUCCESS,2,1,29997.92,15444399.85,15474397.77,127,6268,47996.67,qpeexact -1721,SUCCESS,2,1,6561,15474397.77,15480958.77,127,3645,10497.6,random -1722,SUCCESS,2,1,5953.3,15480958.77,15486912.07,127,4747,9525.28,su2random -1724,SUCCESS,2,1,13246.69,15486912.07,15500158.76,127,5795,21194.7,qftentangled -1725,SUCCESS,2,1,6038.16,15500158.76,15506196.92,127,2363,9661.06,qft -1727,SUCCESS,2,1,29029,15506196.92,15535225.92,127,7975,46446.4,qpeinexact -1728,SUCCESS,2,1,3141.91,15535225.92,15538367.83,127,961,5027.06,qpeexact -1729,SUCCESS,2,1,1472.66,15538367.83,15539840.49,127,957,2356.26,ghz -1730,SUCCESS,2,1,1604.84,15539840.49,15541445.33,127,733,2567.74,qpeinexact -1733,SUCCESS,2,1,276.57,15541445.33,15541721.9,127,120,442.51,graphstate -1734,SUCCESS,2,1,30825.24,15541721.9,15572547.14,127,7224,49320.38,pricingcall -1735,SUCCESS,2,1,29272.76,15572547.14,15601819.9,127,6320,46836.42,qpeexact -1736,SUCCESS,2,1,3126.56,15601819.9,15604946.46,127,1146,5002.5,wstate -1738,SUCCESS,2,1,11714.09,15604946.46,15616660.55,127,4976,18742.54,qftentangled -1739,SUCCESS,2,1,739.39,15616660.55,15617399.94,127,166,1183.02,twolocalrandom -1740,SUCCESS,2,1,3903.61,15617399.94,15621303.55,127,1007,6245.78,twolocalrandom -1741,SUCCESS,2,1,17344.38,15621303.55,15638647.93,127,4745,27751.01,twolocalrandom -1742,SUCCESS,2,1,7180.58,15638647.93,15645828.51,127,1937,11488.93,su2random -1743,SUCCESS,2,1,1512.56,15645828.51,15647341.07,127,431,2420.1,twolocalrandom -1744,SUCCESS,2,1,709.85,15647341.07,15648050.92,127,167,1135.76,graphstate -1745,SUCCESS,2,1,888.21,15648050.92,15648939.13,127,682,1421.14,qftentangled -1746,SUCCESS,2,1,4756.84,15648939.13,15653695.97,127,1633,7610.94,qnn -1747,SUCCESS,2,1,2931.79,15653695.97,15656627.76,127,807,4690.86,qnn -1748,SUCCESS,2,1,4207.11,15656627.76,15660834.87,127,920,6731.38,ghz -1749,SUCCESS,2,1,658.42,15660834.87,15661493.29,127,181,1053.47,dj -1750,SUCCESS,2,1,17678.26,15661493.29,15679171.55,127,4181,28285.22,qpeexact -1751,SUCCESS,2,1,1148.33,15679171.55,15680319.88,127,593,1837.33,dj -1752,SUCCESS,2,1,3550.73,15680319.88,15683870.61,127,921,5681.17,qftentangled -1753,SUCCESS,2,1,4657.92,15683870.61,15688528.53,127,1898,7452.67,qpeinexact -1754,SUCCESS,2,1,134.71,15688528.53,15688663.24,127,61,215.54,graphstate -1755,SUCCESS,2,1,1672.77,15688663.24,15690336.01,127,892,2676.43,twolocalrandom -1756,SUCCESS,2,1,18667.81,15690336.01,15709003.82,127,4052,29868.5,qft -1758,SUCCESS,2,1,520.49,15709003.82,15709524.31,127,312,832.78,portfoliovqe -1759,SUCCESS,2,1,1457.24,15709524.31,15710981.55,127,562,2331.58,dj -1760,SUCCESS,2,1,494.51,15710981.55,15711476.06,127,233,791.22,twolocalrandom -1761,SUCCESS,2,1,14740.87,15711476.06,15726216.93,127,7996,23585.39,qftentangled -1762,SUCCESS,2,1,4117.47,15726216.93,15730334.4,127,1188,6587.95,twolocalrandom -1763,SUCCESS,2,1,2704.69,15730334.4,15733039.09,127,1619,4327.5,realamprandom -1764,SUCCESS,2,1,629.22,15733039.09,15733668.31,127,185,1006.75,dj -1765,SUCCESS,2,1,6973.32,15733668.31,15740641.63,127,1901,11157.31,ae -1766,SUCCESS,2,1,206.66,15740641.63,15740848.29,127,43,330.66,graphstate -1767,SUCCESS,2,1,105.63,15740848.29,15740953.92,127,26,169.01,graphstate -1768,SUCCESS,2,1,99.16,15740953.92,15741053.08,127,49,158.66,groundstate -1770,SUCCESS,2,1,1197.73,15741053.08,15742250.81,127,335,1916.37,dj -1771,SUCCESS,2,1,160.33,15742250.81,15742411.14,127,113,256.53,graphstate -1773,SUCCESS,2,1,33.21,15742411.14,15742444.35,127,20,53.14,ghz -1774,SUCCESS,2,1,163.17,15742444.35,15742607.52,127,46,261.07,graphstate -1775,SUCCESS,2,1,333.37,15742607.52,15742940.89,127,83,533.39,graphstate -1777,SUCCESS,2,1,3087.64,15742940.89,15746028.53,127,1815,4940.22,qft -1779,SUCCESS,2,1,3911.26,15746028.53,15749939.79,127,837,6258.02,qpeinexact -1780,SUCCESS,2,1,1654.61,15749939.79,15751594.4,127,494,2647.38,ghz -1781,SUCCESS,2,1,7414.48,15751594.4,15759008.88,127,2356,11863.17,qftentangled -1782,SUCCESS,2,1,20721.7,15759008.88,15779730.58,127,6032,33154.72,qftentangled -1783,SUCCESS,2,1,11166.06,15779730.58,15790896.64,127,3747,17865.7,qftentangled -1785,SUCCESS,2,1,10707.05,15790896.64,15801603.69,127,2568,17131.28,qft -1786,SUCCESS,2,1,10501.78,15801603.69,15812105.47,127,2734,16802.85,qft -1787,SUCCESS,2,1,1021.28,15812105.47,15813126.75,127,301,1634.05,su2random -1788,SUCCESS,2,1,3242.07,15813126.75,15816368.82,127,1194,5187.31,qpeexact -1789,SUCCESS,2,1,81,15816368.82,15816449.82,127,29,129.6,graphstate -1790,SUCCESS,2,1,351.26,15816449.82,15816801.08,127,81,562.02,dj -1791,SUCCESS,2,1,1932.91,15816801.08,15818733.99,127,684,3092.66,dj -1793,SUCCESS,2,1,2333.34,15818733.99,15821067.33,127,559,3733.34,qftentangled -1794,SUCCESS,2,1,24448.63,15821067.33,15845515.96,127,8201,39117.81,random -1795,SUCCESS,2,1,20585.3,15845515.96,15866101.26,127,12661,32936.48,qnn -1796,SUCCESS,2,1,622.1,15866101.26,15866723.36,127,369,995.36,ae -1797,SUCCESS,2,1,2952.45,15866723.36,15869675.81,127,895,4723.92,qpeinexact -1798,SUCCESS,2,1,2101.44,15869675.81,15871777.25,127,1333,3362.3,ae -1799,SUCCESS,2,1,16.48,15871777.25,15871793.73,127,11,26.37,ghz -1800,SUCCESS,2,1,24760.56,15871793.73,15896554.29,127,19688,39616.9,grover-v-chain -1802,SUCCESS,2,1,1769.56,15896554.29,15898323.85,127,573,2831.3,ghz -1803,SUCCESS,2,1,24573.22,15898323.85,15922897.07,127,12352,39317.15,qnn -1804,SUCCESS,2,1,22213.61,15922897.07,15945110.68,127,11133,35541.78,realamprandom -1805,SUCCESS,2,1,2604.7,15945110.68,15947715.38,127,1112,4167.52,qnn -1806,SUCCESS,2,1,1554.15,15947715.38,15949269.53,127,653,2486.64,ae -1807,SUCCESS,2,1,1361.07,15949269.53,15950630.6,127,421,2177.71,wstate -1808,SUCCESS,2,1,3547.44,15950630.6,15954178.04,127,1726,5675.9,qnn -1809,SUCCESS,2,1,690.71,15954178.04,15954868.75,127,309,1105.14,wstate -1810,SUCCESS,2,1,1342.69,15954868.75,15956211.44,127,402,2148.3,dj -1811,SUCCESS,2,1,39818.52,15956211.44,15996029.96,127,8694,63709.63,qnn -1814,SUCCESS,2,1,28296.11,15996029.96,16024326.07,127,14274,45273.78,random -1816,SUCCESS,2,1,1271.76,16024326.07,16025597.83,127,579,2034.82,twolocalrandom -1818,SUCCESS,2,1,301.28,16025597.83,16025899.11,127,88,482.05,ghz -1819,SUCCESS,2,1,1834.8,16025899.11,16027733.91,127,509,2935.68,qft -1820,SUCCESS,2,1,1164.16,16027733.91,16028898.07,127,856,1862.66,qftentangled -1822,SUCCESS,2,1,43292.24,16028898.07,16072190.31,127,10550,69267.58,grover-v-chain -1823,SUCCESS,2,1,1928.88,16072190.31,16074119.19,127,490,3086.21,dj -1825,SUCCESS,2,1,501.62,16074119.19,16074620.81,127,379,802.59,graphstate -1826,SUCCESS,2,1,12007.41,16074620.81,16086628.22,127,2932,19211.86,realamprandom -1827,SUCCESS,2,1,4986.62,16086628.22,16091614.84,127,1335,7978.59,qftentangled -1828,SUCCESS,2,1,3471.38,16091614.84,16095086.22,127,1145,5554.21,ae -1829,SUCCESS,2,1,198.73,16095086.22,16095284.95,127,108,317.97,dj -1830,SUCCESS,2,1,1869.56,16095284.95,16097154.51,127,1178,2991.3,realamprandom -1831,SUCCESS,2,1,5209.69,16097154.51,16102364.2,127,1098,8335.5,qft -1833,SUCCESS,2,1,10010.78,16102364.2,16112374.98,127,4709,16017.25,realamprandom -1834,SUCCESS,2,1,40858.02,16112374.98,16153233,127,15306,65372.83,random -1835,SUCCESS,2,1,929.06,16153233,16154162.06,127,298,1486.5,dj -1836,SUCCESS,2,1,9655.66,16154162.06,16163817.72,127,4116,15449.06,qnn -1837,SUCCESS,2,1,3567.27,16163817.72,16167384.99,127,2574,5707.63,qpeexact -1838,SUCCESS,2,1,2043.64,16167384.99,16169428.63,127,941,3269.82,ae -1839,SUCCESS,2,1,5966.29,16169428.63,16175394.92,127,1929,9546.06,qnn -1840,SUCCESS,2,1,35081.7,16175394.92,16210476.62,127,15214,56130.72,twolocalrandom -1841,SUCCESS,2,1,25422.22,16210476.62,16235898.84,127,7160,40675.55,ae -1843,SUCCESS,2,1,22940.92,16235898.84,16258839.76,127,4864,36705.47,random -1846,SUCCESS,2,1,2442.23,16258839.76,16261281.99,127,546,3907.57,qpeexact -1849,SUCCESS,2,1,1952.97,16261281.99,16263234.96,127,472,3124.75,ghz -1850,SUCCESS,2,1,7117.77,16263234.96,16270352.73,127,3225,11388.43,realamprandom -1851,SUCCESS,2,1,43826.98,16270352.73,16314179.71,127,9719,70123.17,random -1852,SUCCESS,2,1,1357.06,16314179.71,16315536.77,127,311,2171.3,graphstate -1853,SUCCESS,2,1,158.07,16315536.77,16315694.84,127,108,252.91,graphstate -1856,SUCCESS,2,1,14938.36,16315694.84,16330633.2,127,3533,23901.38,qft -1859,SUCCESS,2,1,4447.8,16330633.2,16335081,127,1264,7116.48,wstate -1860,SUCCESS,2,1,1249.69,16335081,16336330.69,127,711,1999.5,qpeinexact -1861,SUCCESS,2,1,52.75,16336330.69,16336383.44,127,24,84.4,ghz -1863,SUCCESS,2,1,15866.63,16336383.44,16352250.07,127,6934,25386.61,qftentangled -1864,SUCCESS,2,1,671.66,16352250.07,16352921.73,127,185,1074.66,wstate -1865,SUCCESS,2,1,742.32,16352921.73,16353664.05,127,233,1187.71,wstate -1866,SUCCESS,2,1,6262.24,16353664.05,16359926.29,127,1899,10019.58,qpeinexact -1867,SUCCESS,2,1,4362.11,16359926.29,16364288.4,127,1514,6979.38,su2random -1868,SUCCESS,2,1,268.84,16364288.4,16364557.24,127,211,430.14,ghz -1870,SUCCESS,2,1,2878.92,16364557.24,16367436.16,127,1310,4606.27,qftentangled -1871,SUCCESS,2,1,541.41,16367436.16,16367977.57,127,307,866.26,qpeexact -1872,SUCCESS,2,1,2281.45,16367977.57,16370259.02,127,588,3650.32,dj -1873,SUCCESS,2,1,4475.16,16370259.02,16374734.18,127,1054,7160.26,wstate -1875,SUCCESS,2,1,26699.2,16374734.18,16401433.38,127,6512,42718.72,qpeinexact -1876,SUCCESS,2,1,173.23,16401433.38,16401606.61,127,45,277.17,ghz -1877,SUCCESS,2,1,11366.2,16401606.61,16412972.81,127,3343,18185.92,qft -1878,SUCCESS,2,1,6564.82,16412972.81,16419537.63,127,3735,10503.71,su2random -1879,SUCCESS,2,1,23804.27,16419537.63,16443341.9,127,7339,38086.83,ae -1880,SUCCESS,2,1,33885.78,16443341.9,16477227.68,127,9379,54217.25,realamprandom -1881,SUCCESS,2,1,7965.27,16477227.68,16485192.95,127,3718,12744.43,qpeexact -1882,SUCCESS,2,1,11300.88,16485192.95,16496493.83,127,2699,18081.41,qnn -1885,SUCCESS,2,1,137.28,16496493.83,16496631.11,127,41,219.65,wstate -1887,SUCCESS,2,1,1648.5,16496631.11,16498279.61,127,525,2637.6,twolocalrandom -1889,SUCCESS,2,1,6888.27,16498279.61,16505167.88,127,4302,11021.23,qpeinexact -1890,SUCCESS,2,1,72.63,16505167.88,16505240.51,127,46,116.21,ghz -1893,SUCCESS,2,1,3090.34,16505240.51,16508330.85,127,1909,4944.54,ae -1894,SUCCESS,2,1,7311.49,16508330.85,16515642.34,127,2284,11698.38,ae -1895,SUCCESS,2,1,193.2,16515642.34,16515835.54,127,47,309.12,ghz -1896,SUCCESS,2,1,384.04,16515835.54,16516219.58,127,93,614.46,ghz -1897,SUCCESS,2,1,956.33,16516219.58,16517175.91,127,206,1530.13,ghz -1898,SUCCESS,2,1,49.67,16517175.91,16517225.58,127,22,79.47,vqe -1899,SUCCESS,2,1,21024.18,16517225.58,16538249.76,127,17101,33638.69,random -1901,SUCCESS,2,1,1175.05,16538249.76,16539424.81,127,577,1880.08,dj -1906,SUCCESS,2,1,17795.14,16539424.81,16557219.95,127,4831,28472.22,qftentangled -1907,SUCCESS,2,1,4664.9,16557219.95,16561884.85,127,1384,7463.84,wstate -1908,SUCCESS,2,1,10024.42,16561884.85,16571909.27,127,3923,16039.07,su2random -1910,SUCCESS,2,1,2233.44,16571909.27,16574142.71,127,594,3573.5,dj -1911,SUCCESS,2,1,8816.64,16574142.71,16582959.35,127,2007,14106.62,qpeinexact -1912,SUCCESS,2,1,17168.66,16582959.35,16600128.01,127,3874,27469.86,pricingput -1913,SUCCESS,2,1,448.23,16600128.01,16600576.24,127,171,717.17,dj -1915,SUCCESS,2,1,9358.22,16600576.24,16609934.46,127,6887,14973.15,qpeexact -1917,SUCCESS,2,1,12308.58,16609934.46,16622243.04,127,3139,19693.73,qftentangled -1918,SUCCESS,2,1,342.84,16622243.04,16622585.88,127,129,548.54,dj -1919,SUCCESS,2,1,115500.94,16622585.88,16738086.82,127,42909,184801.5,random -1920,SUCCESS,2,1,43.97,16738086.82,16738130.79,127,27,70.35,ghz -1921,SUCCESS,2,1,7647.42,16738130.79,16745778.21,127,5904,12235.87,realamprandom -1923,SUCCESS,2,1,7003.45,16745778.21,16752781.66,127,4243,11205.52,qft -1924,SUCCESS,2,1,661.41,16752781.66,16753443.07,127,328,1058.26,qpeexact -1925,SUCCESS,2,1,16748.22,16753443.07,16770191.29,127,10227,26797.15,twolocalrandom -1926,SUCCESS,2,1,45200.1,16770191.29,16815391.39,127,10774,72320.16,su2random -1927,SUCCESS,2,1,4533.11,16815391.39,16819924.5,127,999,7252.98,qft -1928,SUCCESS,2,1,98.78,16819924.5,16820023.28,127,29,158.05,vqe -1929,SUCCESS,2,1,47435.4,16820023.28,16867458.68,127,15634,75896.64,realamprandom -1930,SUCCESS,2,1,109.06,16867458.68,16867567.74,127,45,174.5,tsp -1931,SUCCESS,2,1,5250.23,16867567.74,16872817.97,127,1215,8400.37,qnn -1932,SUCCESS,2,1,21769.42,16872817.97,16894587.39,127,7710,34831.07,su2random -1933,SUCCESS,2,1,3695.48,16894587.39,16898282.87,127,1036,5912.77,pricingput -1934,SUCCESS,2,1,37104.48,16898282.87,16935387.35,127,14724,59367.17,random -1936,SUCCESS,2,1,11605.1,16935387.35,16946992.45,127,3210,18568.16,su2random -1937,SUCCESS,2,1,539.11,16946992.45,16947531.56,127,179,862.58,pricingput -1938,SUCCESS,2,1,944.38,16947531.56,16948475.94,127,237,1511.01,realamprandom -1939,SUCCESS,2,1,546.04,16948475.94,16949021.98,127,148,873.66,dj -1940,SUCCESS,2,1,118.21,16949021.98,16949140.19,127,76,189.14,ghz -1943,SUCCESS,2,1,619.47,16949140.19,16949759.66,127,133,991.15,wstate -1944,SUCCESS,2,1,6108.08,16949759.66,16955867.74,127,4101,9772.93,qftentangled -1945,SUCCESS,2,1,5112.61,16955867.74,16960980.35,127,1331,8180.18,qftentangled -1946,SUCCESS,2,1,4235.98,16960980.35,16965216.33,127,1216,6777.57,qftentangled -1948,SUCCESS,2,1,5111.49,16965216.33,16970327.82,127,3304,8178.38,qft -1950,SUCCESS,2,1,23145.34,16970327.82,16993473.16,127,7697,37032.54,qftentangled -1952,SUCCESS,2,1,14165.41,16993473.16,17007638.57,127,4031,22664.66,qnn -1954,SUCCESS,2,1,134.64,17007638.57,17007773.21,127,102,215.42,dj -1956,SUCCESS,2,1,14963.05,17007773.21,17022736.26,127,5284,23940.88,qpeexact -1958,SUCCESS,2,1,12141.83,17022736.26,17034878.09,127,6908,19426.93,ae -1959,SUCCESS,2,1,152.31,17034878.09,17035030.4,127,93,243.7,ghz -1960,SUCCESS,2,1,13814.17,17035030.4,17048844.57,127,3730,22102.67,qpeexact -1961,SUCCESS,2,1,335.73,17048844.57,17049180.3,127,271,537.17,wstate -1962,SUCCESS,2,1,6155.48,17049180.3,17055335.78,127,3850,9848.77,qpeexact -1963,SUCCESS,2,1,46231.06,17055335.78,17101566.84,127,10076,73969.7,qnn -1965,SUCCESS,2,1,1123.74,17101566.84,17102690.58,127,325,1797.98,su2random -1967,SUCCESS,2,1,6528.43,17102690.58,17109219.01,127,1572,10445.49,qpeexact -1968,SUCCESS,2,1,7578.22,17109219.01,17116797.23,127,6037,12125.15,qftentangled -1969,SUCCESS,2,1,985.61,17116797.23,17117782.84,127,238,1576.98,dj -1970,SUCCESS,2,1,35175.32,17117782.84,17152958.16,127,8205,56280.51,qft -1971,SUCCESS,2,1,47140.89,17152958.16,17200099.05,127,16335,75425.42,twolocalrandom -1972,SUCCESS,2,1,3520.49,17200099.05,17203619.54,127,976,5632.78,qpeinexact -1974,SUCCESS,2,1,16782.54,17203619.54,17220402.08,127,3753,26852.06,realamprandom -1975,SUCCESS,2,1,40.15,17220402.08,17220442.23,127,22,64.24,graphstate -1976,SUCCESS,2,1,9869.71,17220442.23,17230311.94,127,3349,15791.54,twolocalrandom -1978,SUCCESS,2,1,1933.37,17230311.94,17232245.31,127,676,3093.39,dj -1979,SUCCESS,2,1,5742.07,17232245.31,17237987.38,127,2062,9187.31,qpeinexact -1981,SUCCESS,2,1,484.03,17237987.38,17238471.41,127,153,774.45,wstate -1982,SUCCESS,2,1,1958.23,17238471.41,17240429.64,127,731,3133.17,qpeexact -1983,SUCCESS,2,1,1673.72,17240429.64,17242103.36,127,381,2677.95,dj -1984,SUCCESS,2,1,1148,17242103.36,17243251.36,127,701,1836.8,realamprandom -1986,SUCCESS,2,1,8083.73,17243251.36,17251335.09,127,2561,12933.97,qpeexact -1990,SUCCESS,2,1,289.44,17251335.09,17251624.53,127,62,463.1,graphstate -1991,SUCCESS,2,1,2042.5,17251624.53,17253667.03,127,475,3268,qpeinexact -1993,SUCCESS,2,1,22277.2,17253667.03,17275944.23,127,4672,35643.52,realamprandom -1994,SUCCESS,2,1,7244.56,17275944.23,17283188.79,127,2583,11591.3,qftentangled -1995,SUCCESS,2,1,1678.16,17283188.79,17284866.95,127,398,2685.06,pricingcall -1996,SUCCESS,2,1,1122.85,17284866.95,17285989.8,127,249,1796.56,dj -1997,SUCCESS,2,1,682.99,17285989.8,17286672.79,127,218,1092.78,dj -1998,SUCCESS,2,1,3388.69,17286672.79,17290061.48,127,1664,5421.9,ae -1999,SUCCESS,2,1,13383.68,17290061.48,17303445.16,127,4670,21413.89,qnn -2000,SUCCESS,2,1,217.19,17303445.16,17303662.35,127,144,347.5,ae -2001,SUCCESS,2,1,20101.9,17303662.35,17323764.25,127,4221,32163.04,qftentangled -2003,SUCCESS,2,1,1248.73,17323764.25,17325012.98,127,516,1997.97,twolocalrandom -2004,SUCCESS,2,1,2567.64,17325012.98,17327580.62,127,988,4108.22,qpeexact -2005,SUCCESS,2,1,8172.2,17327580.62,17335752.82,127,6292,13075.52,su2random -2006,SUCCESS,2,1,709.59,17335752.82,17336462.41,127,194,1135.34,dj -2008,SUCCESS,2,1,23636.11,17336462.41,17360098.52,127,7389,37817.78,qpeinexact -2009,SUCCESS,2,1,7746.86,17360098.52,17367845.38,127,4951,12394.98,qpeexact -2011,SUCCESS,2,1,5889.96,17367845.38,17373735.34,127,1844,9423.94,qnn -2013,SUCCESS,2,1,18952.71,17373735.34,17392688.05,127,3965,30324.34,qftentangled -2014,SUCCESS,2,1,971.42,17392688.05,17393659.47,127,311,1554.27,dj -2015,SUCCESS,2,1,14006.07,17393659.47,17407665.54,127,3991,22409.71,qftentangled -2016,SUCCESS,2,1,19062.69,17407665.54,17426728.23,127,6322,30500.3,qpeinexact -2017,SUCCESS,2,1,22993.86,17426728.23,17449722.09,127,5205,36790.18,qftentangled -2018,SUCCESS,2,1,215.28,17449722.09,17449937.37,127,52,344.45,graphstate -2019,SUCCESS,2,1,25543.21,17449937.37,17475480.58,127,6239,40869.14,qpeexact -2021,SUCCESS,2,1,25.7,17475480.58,17475506.28,127,20,41.12,ghz -2022,SUCCESS,2,1,397.51,17475506.28,17475903.79,127,91,636.02,graphstate -2023,SUCCESS,2,1,50.36,17475903.79,17475954.15,127,33,80.58,graphstate -2024,SUCCESS,2,1,35712.06,17475954.15,17511666.21,127,9933,57139.3,realamprandom -2025,SUCCESS,2,1,7034.3,17511666.21,17518700.51,127,3865,11254.88,qftentangled -2028,SUCCESS,2,1,5798.07,17518700.51,17524498.58,127,4576,9276.91,qft -2029,SUCCESS,2,1,212.48,17524498.58,17524711.06,127,105,339.97,ghz -2031,SUCCESS,2,1,7495.01,17524711.06,17532206.07,127,4841,11992.02,qftentangled -2032,SUCCESS,2,1,28361.05,17532206.07,17560567.12,127,8158,45377.68,twolocalrandom -2033,SUCCESS,2,1,5766.43,17560567.12,17566333.55,127,2164,9226.29,ae -2034,SUCCESS,2,1,135.19,17566333.55,17566468.74,127,53,216.3,wstate -2035,SUCCESS,2,1,35980.34,17566468.74,17602449.08,127,12791,57568.54,twolocalrandom -2036,SUCCESS,2,1,3756.87,17602449.08,17606205.95,127,1305,6010.99,qnn -2037,SUCCESS,2,1,8309.39,17606205.95,17614515.34,127,1794,13295.02,qpeexact -2038,SUCCESS,2,1,692.52,17614515.34,17615207.86,127,394,1108.03,ghz -2039,SUCCESS,2,1,18036.49,17615207.86,17633244.35,127,4026,28858.38,realamprandom -2040,SUCCESS,2,1,1543.61,17633244.35,17634787.96,127,340,2469.78,su2random -2041,SUCCESS,2,1,8148.46,17634787.96,17642936.42,127,4636,13037.54,realamprandom -2042,SUCCESS,2,1,17296,17642936.42,17660232.42,127,9775,27673.6,realamprandom -2043,SUCCESS,2,1,9725.51,17660232.42,17669957.93,127,3193,15560.82,ae -2046,SUCCESS,2,1,314.86,17669957.93,17670272.79,127,72,503.78,graphstate -2047,SUCCESS,2,1,442.62,17670272.79,17670715.41,127,149,708.19,wstate -2048,SUCCESS,2,1,894.15,17670715.41,17671609.56,127,265,1430.64,realamprandom -2050,SUCCESS,2,1,6834.8,17671609.56,17678444.36,127,2299,10935.68,qpeinexact -2051,SUCCESS,2,1,225.82,17678444.36,17678670.18,127,70,361.31,ghz -2052,SUCCESS,2,1,92.4,17678670.18,17678762.58,127,29,147.84,graphstate -2053,SUCCESS,2,1,419.56,17678762.58,17679182.14,127,220,671.3,portfolioqaoa -2054,SUCCESS,2,1,1683.3,17679182.14,17680865.44,127,511,2693.28,qpeexact -2056,SUCCESS,2,1,39593.64,17680865.44,17720459.08,127,16963,63349.82,pricingput -2057,SUCCESS,2,1,1147.38,17720459.08,17721606.46,127,354,1835.81,dj -2058,SUCCESS,2,1,342.59,17721606.46,17721949.05,127,79,548.14,ghz -2059,SUCCESS,2,1,15421.75,17721949.05,17737370.8,127,3520,24674.8,qftentangled -2060,SUCCESS,2,1,19021.05,17737370.8,17756391.85,127,5192,30433.68,su2random -2063,SUCCESS,2,1,558.83,17756391.85,17756950.68,127,250,894.13,wstate -2064,SUCCESS,2,1,9467.37,17756950.68,17766418.05,127,3439,15147.79,su2random -2065,SUCCESS,2,1,1914.74,17766418.05,17768332.79,127,954,3063.58,random -2067,SUCCESS,2,1,1260.85,17768332.79,17769593.64,127,468,2017.36,su2random -2068,SUCCESS,2,1,19153.49,17769593.64,17788747.13,127,6195,30645.58,su2random -2069,SUCCESS,2,1,3536.78,17788747.13,17792283.91,127,1276,5658.85,wstate -2070,SUCCESS,2,1,63692.96,17792283.91,17855976.87,127,13501,101908.74,twolocalrandom -2071,SUCCESS,2,1,21370.9,17855976.87,17877347.77,127,6043,34193.44,twolocalrandom -2072,SUCCESS,2,1,22664.89,17877347.77,17900012.66,127,10204,36263.82,su2random -2073,SUCCESS,2,1,4111.69,17900012.66,17904124.35,127,1098,6578.7,qpeexact -2074,SUCCESS,2,1,1754.98,17904124.35,17905879.33,127,532,2807.97,ae -2076,SUCCESS,2,1,2106.46,17905879.33,17907985.79,127,565,3370.34,su2random -2077,SUCCESS,2,1,3627.22,17907985.79,17911613.01,127,2743,5803.55,qftentangled -2078,SUCCESS,2,1,2396.77,17911613.01,17914009.78,127,562,3834.83,ae -2079,SUCCESS,2,1,250.66,17914009.78,17914260.44,127,117,401.06,wstate -2080,SUCCESS,2,1,2251.07,17914260.44,17916511.51,127,1094,3601.71,portfoliovqe -2081,SUCCESS,2,1,177.66,17916511.51,17916689.17,127,119,284.26,ghz -2082,SUCCESS,2,1,16499.2,17916689.17,17933188.37,127,8927,26398.72,twolocalrandom -2083,SUCCESS,2,1,810.93,17933188.37,17933999.3,127,215,1297.49,qftentangled -2084,SUCCESS,2,1,46329.42,17933999.3,17980328.72,127,10649,74127.07,su2random -2085,SUCCESS,2,1,1191.41,17980328.72,17981520.13,127,762,1906.26,realamprandom -2089,SUCCESS,2,1,259.52,17981520.13,17981779.65,127,171,415.23,qft -2090,SUCCESS,2,1,70.42,17981779.65,17981850.07,127,52,112.67,dj -2091,SUCCESS,2,1,122.79,17981850.07,17981972.86,127,29,196.46,graphstate -2093,SUCCESS,2,1,1466.58,17981972.86,17983439.44,127,342,2346.53,qpeinexact -2094,SUCCESS,2,1,15738.82,17983439.44,17999178.26,127,5269,25182.11,qft -2095,SUCCESS,2,1,34317.54,17999178.26,18033495.8,127,10139,54908.06,qnn -2096,SUCCESS,2,1,268.07,18033495.8,18033763.87,127,81,428.91,graphstate -2097,SUCCESS,2,1,1075.75,18033763.87,18034839.62,127,287,1721.2,su2random -2098,SUCCESS,2,1,1350.91,18034839.62,18036190.53,127,285,2161.46,qft -2101,SUCCESS,2,1,9747.96,18036190.53,18045938.49,127,3001,15596.74,qpeexact -2102,SUCCESS,2,1,28902.73,18045938.49,18074841.22,127,7084,46244.37,su2random -2105,SUCCESS,2,1,15509.75,18074841.22,18090350.97,127,9284,24815.6,qnn -2106,SUCCESS,2,1,12412.86,18090350.97,18102763.83,127,3045,19860.58,qftentangled -2107,SUCCESS,2,1,4111.08,18102763.83,18106874.91,127,2577,6577.73,twolocalrandom -2108,SUCCESS,2,1,25005.66,18106874.91,18131880.57,127,9635,40009.06,qpeinexact -2110,SUCCESS,2,1,52.28,18131880.57,18131932.85,127,26,83.65,routing -2111,SUCCESS,2,1,4556.65,18131932.85,18136489.5,127,1350,7290.64,wstate -2112,SUCCESS,2,1,27350.19,18136489.5,18163839.69,127,10997,43760.3,su2random -2114,SUCCESS,2,1,12963.03,18163839.69,18176802.72,127,5013,20740.85,qpeinexact -2115,SUCCESS,2,1,2351.81,18176802.72,18179154.53,127,652,3762.9,qftentangled -2116,SUCCESS,2,1,596.89,18179154.53,18179751.42,127,306,955.02,ghz -2117,SUCCESS,2,1,1695.68,18179751.42,18181447.1,127,873,2713.09,qnn -2118,SUCCESS,2,1,537.45,18181447.1,18181984.55,127,166,859.92,realamprandom -2119,SUCCESS,2,1,5976.46,18181984.55,18187961.01,127,2231,9562.34,qftentangled -2120,SUCCESS,2,1,2414.16,18187961.01,18190375.17,127,937,3862.66,realamprandom -2121,SUCCESS,2,1,1492.36,18190375.17,18191867.53,127,860,2387.78,qnn -2122,SUCCESS,2,1,40833.43,18191867.53,18232700.96,127,11258,65333.49,realamprandom -2123,SUCCESS,2,1,5432.75,18232700.96,18238133.71,127,1149,8692.4,ae -2124,SUCCESS,2,1,215.32,18238133.71,18238349.03,127,177,344.51,wstate -2127,SUCCESS,2,1,3743.79,18238349.03,18242092.82,127,1278,5990.06,su2random -2128,SUCCESS,2,1,7355.71,18242092.82,18249448.53,127,2229,11769.14,qftentangled -2130,SUCCESS,2,1,23408.03,18249448.53,18272856.56,127,6974,37452.85,qnn -2131,SUCCESS,2,1,10793.97,18272856.56,18283650.53,127,5471,17270.35,su2random -2132,SUCCESS,2,1,22597.47,18283650.53,18306248,127,6887,36155.95,qpeinexact -2133,SUCCESS,2,1,874.57,18306248,18307122.57,127,620,1399.31,qpeinexact -2134,SUCCESS,2,1,6623.31,18307122.57,18313745.88,127,1473,10597.3,qnn -2135,SUCCESS,2,1,863.33,18313745.88,18314609.21,127,273,1381.33,wstate -2137,SUCCESS,2,1,16950.78,18314609.21,18331559.99,127,5194,27121.25,qpeinexact -2138,SUCCESS,2,1,1364.57,18331559.99,18332924.56,127,1111,2183.31,qftentangled -2139,SUCCESS,2,1,13013.44,18332924.56,18345938,127,9703,20821.5,ae -2140,SUCCESS,2,1,38071,18345938,18384009,127,13361,60913.6,realamprandom -2141,SUCCESS,2,1,5591.44,18384009,18389600.44,127,2829,8946.3,qpeexact -2142,SUCCESS,2,1,10609.23,18389600.44,18400209.67,127,2392,16974.77,qftentangled -2144,SUCCESS,2,1,37.16,18400209.67,18400246.83,127,29,59.46,graphstate -2146,SUCCESS,2,1,35182.89,18400246.83,18435429.72,127,10586,56292.62,qpeexact -2147,SUCCESS,2,1,7010.46,18435429.72,18442440.18,127,3228,11216.74,qnn -2148,SUCCESS,2,1,2022.5,18442440.18,18444462.68,127,1491,3236,qftentangled -2149,SUCCESS,2,1,7763.13,18444462.68,18452225.81,127,4495,12421.01,qftentangled -2150,SUCCESS,2,1,15563.67,18452225.81,18467789.48,127,5194,24901.87,qpeinexact -2151,SUCCESS,2,1,3406.22,18467789.48,18471195.7,127,753,5449.95,qftentangled -2152,SUCCESS,2,1,21430.89,18471195.7,18492626.59,127,6064,34289.42,qnn -2153,SUCCESS,2,1,8325.68,18492626.59,18500952.27,127,4479,13321.09,su2random -2154,SUCCESS,2,1,3722.61,18500952.27,18504674.88,127,902,5956.18,qftentangled -2155,SUCCESS,2,1,4733.37,18504674.88,18509408.25,127,3168,7573.39,qpeexact -2157,SUCCESS,2,1,1890.89,18509408.25,18511299.14,127,750,3025.42,dj -2158,SUCCESS,2,1,5836.17,18511299.14,18517135.31,127,1641,9337.87,qpeinexact -2159,SUCCESS,2,1,9525.17,18517135.31,18526660.48,127,2291,15240.27,qpeexact -2160,SUCCESS,2,1,383.74,18526660.48,18527044.22,127,84,613.98,graphstate -2162,SUCCESS,2,1,9622.66,18527044.22,18536666.88,127,6967,15396.26,ae -2163,SUCCESS,2,1,234.3,18536666.88,18536901.18,127,165,374.88,graphstate -2164,SUCCESS,2,1,12298.18,18536901.18,18549199.36,127,3188,19677.09,qft -2165,SUCCESS,2,1,3649.98,18549199.36,18552849.34,127,2790,5839.97,qpeexact -2166,SUCCESS,2,1,1379.36,18552849.34,18554228.7,127,368,2206.98,realamprandom -2167,SUCCESS,2,1,36724,18554228.7,18590952.7,127,13709,58758.4,realamprandom -2168,SUCCESS,2,1,528.37,18590952.7,18591481.07,127,173,845.39,wstate -2169,SUCCESS,2,1,12779.78,18591481.07,18604260.85,127,7156,20447.65,qpeexact -2170,SUCCESS,2,1,10509.06,18604260.85,18614769.91,127,3646,16814.5,twolocalrandom -2171,SUCCESS,2,1,1456.76,18614769.91,18616226.67,127,1154,2330.82,realamprandom -2172,SUCCESS,2,1,11157.45,18616226.67,18627384.12,127,4981,17851.92,qpeexact -2173,SUCCESS,2,1,1181.09,18627384.12,18628565.21,127,282,1889.74,ae -2174,SUCCESS,2,1,1233.05,18628565.21,18629798.26,127,631,1972.88,dj -2175,SUCCESS,2,1,25462.63,18629798.26,18655260.89,127,8962,40740.21,random -2176,SUCCESS,2,1,1766.14,18655260.89,18657027.03,127,379,2825.82,dj -2177,SUCCESS,2,1,25108.32,18657027.03,18682135.35,127,9231,40173.31,qpeinexact -2178,SUCCESS,2,1,35114.73,18682135.35,18717250.08,127,8477,56183.57,ae -2179,SUCCESS,2,1,32843.7,18717250.08,18750093.78,127,10991,52549.92,realamprandom -2180,SUCCESS,2,1,3639.32,18750093.78,18753733.1,127,860,5822.91,ghz -2181,SUCCESS,2,1,4874.87,18753733.1,18758607.97,127,3969,7799.79,ae -2183,SUCCESS,2,1,8701.78,18758607.97,18767309.75,127,3539,13922.85,su2random -2186,SUCCESS,2,1,14660.03,18767309.75,18781969.78,127,4778,23456.05,qpeexact -2187,SUCCESS,2,1,2526.45,18781969.78,18784496.23,127,1045,4042.32,pricingcall -2190,SUCCESS,2,1,5889.61,18784496.23,18790385.84,127,2448,9423.38,qnn -2191,SUCCESS,2,1,1133.49,18790385.84,18791519.33,127,335,1813.58,realamprandom -2195,SUCCESS,2,1,508.95,18791519.33,18792028.28,127,155,814.32,dj -2196,SUCCESS,2,1,7330.66,18792028.28,18799358.94,127,4196,11729.06,su2random -2197,SUCCESS,2,1,426.4,18799358.94,18799785.34,127,99,682.24,qft -2198,SUCCESS,2,1,9223.75,18799785.34,18809009.09,127,2038,14758,random -2199,SUCCESS,2,1,15618.6,18809009.09,18824627.69,127,9118,24989.76,qnn -2200,SUCCESS,2,1,32.55,18824627.69,18824660.24,127,20,52.08,routing -2201,SUCCESS,2,1,225.62,18824660.24,18824885.86,127,75,360.99,ghz -2202,SUCCESS,2,1,34.04,18824885.86,18824919.9,127,22,54.46,graphstate -2203,SUCCESS,2,1,3402.95,18824919.9,18828322.85,127,1157,5444.72,qft -2205,SUCCESS,2,1,28927.38,18828322.85,18857250.23,127,6295,46283.81,qft -2206,SUCCESS,2,1,22142.48,18857250.23,18879392.71,127,7295,35427.97,realamprandom -2208,SUCCESS,2,1,13749.9,18879392.71,18893142.61,127,8105,21999.84,qft -2209,SUCCESS,2,1,1873.35,18893142.61,18895015.96,127,434,2997.36,qftentangled -2211,SUCCESS,2,1,4068.45,18895015.96,18899084.41,127,1210,6509.52,wstate -2213,SUCCESS,2,1,22069.7,18899084.41,18921154.11,127,9740,35311.52,qnn -2214,SUCCESS,2,1,41.05,18921154.11,18921195.16,127,28,65.68,graphstate -2215,SUCCESS,2,1,682.21,18921195.16,18921877.37,127,521,1091.54,portfolioqaoa -2216,SUCCESS,2,1,2153.23,18921877.37,18924030.6,127,492,3445.17,ghz -2217,SUCCESS,2,1,9689.39,18924030.6,18933719.99,127,2211,15503.02,qpeexact -2218,SUCCESS,2,1,568.2,18933719.99,18934288.19,127,309,909.12,qnn -2220,SUCCESS,2,1,2533.53,18934288.19,18936821.72,127,797,4053.65,wstate -2222,SUCCESS,2,1,19284.49,18936821.72,18956106.21,127,10474,30855.18,realamprandom -2224,SUCCESS,2,1,36175.36,18956106.21,18992281.57,127,12049,57880.58,realamprandom -2226,SUCCESS,2,1,6241.21,18992281.57,18998522.78,127,1486,9985.94,random -2227,SUCCESS,2,1,8140.23,18998522.78,19006663.01,127,2497,13024.37,qpeinexact -2228,SUCCESS,2,1,10618.23,19006663.01,19017281.24,127,6456,16989.17,qpeinexact -2229,SUCCESS,2,1,23271.76,19017281.24,19040553,127,7611,37234.82,qpeinexact -2230,SUCCESS,2,1,127.83,19040553,19040680.83,127,41,204.53,dj -2231,SUCCESS,2,1,388.81,19040680.83,19041069.64,127,114,622.1,ghz -2232,SUCCESS,2,1,78257.43,19041069.64,19119327.07,127,17078,125211.89,random -2233,SUCCESS,2,1,2558.01,19119327.07,19121885.08,127,851,4092.82,ghz -2234,SUCCESS,2,1,3048.59,19121885.08,19124933.67,127,1269,4877.74,random -2235,SUCCESS,2,1,16120.78,19124933.67,19141054.45,127,4224,25793.25,grover-v-chain -2236,SUCCESS,2,1,6547.79,19141054.45,19147602.24,127,1603,10476.46,twolocalrandom -2238,SUCCESS,2,1,1325.82,19147602.24,19148928.06,127,335,2121.31,realamprandom -2239,SUCCESS,2,1,35407.72,19148928.06,19184335.78,127,8749,56652.35,pricingput -2240,SUCCESS,2,1,7437.99,19184335.78,19191773.77,127,3770,11900.78,qpeexact -2241,SUCCESS,2,1,913.34,19191773.77,19192687.11,127,205,1461.34,wstate -2242,SUCCESS,2,1,15720.93,19192687.11,19208408.04,127,4893,25153.49,qpeexact -2243,SUCCESS,2,1,11773.25,19208408.04,19220181.29,127,9081,18837.2,qpeexact -2244,SUCCESS,2,1,7327.8,19220181.29,19227509.09,127,5865,11724.48,ae -2245,SUCCESS,2,1,6981.25,19227509.09,19234490.34,127,1620,11170,su2random -2246,SUCCESS,2,1,2291.33,19234490.34,19236781.67,127,573,3666.13,qnn -2247,SUCCESS,2,1,7604.89,19236781.67,19244386.56,127,1925,12167.82,qpeinexact -2248,SUCCESS,2,1,51772.44,19244386.56,19296159,127,13997,82835.9,realamprandom -2249,SUCCESS,2,1,1171.34,19296159,19297330.34,127,535,1874.14,dj -2250,SUCCESS,2,1,186.39,19297330.34,19297516.73,127,92,298.22,dj -2252,SUCCESS,2,1,955.59,19297516.73,19298472.32,127,570,1528.94,su2random -2253,SUCCESS,2,1,127.93,19298472.32,19298600.25,127,63,204.69,graphstate -2254,SUCCESS,2,1,6994.88,19298600.25,19305595.13,127,2155,11191.81,qnn -2255,SUCCESS,2,1,1177.09,19305595.13,19306772.22,127,775,1883.34,qnn -2256,SUCCESS,2,1,489.94,19306772.22,19307262.16,127,247,783.9,dj -2257,SUCCESS,2,1,178.94,19307262.16,19307441.1,127,47,286.3,ghz -2258,SUCCESS,2,1,21744.85,19307441.1,19329185.95,127,10320,34791.76,qnn -2259,SUCCESS,2,1,1284.56,19329185.95,19330470.51,127,370,2055.3,dj -2260,SUCCESS,2,1,12225.65,19330470.51,19342696.16,127,5575,19561.04,qft -2261,SUCCESS,2,1,69811.01,19342696.16,19412507.17,127,37628,111697.62,random -2262,SUCCESS,2,1,17312.41,19412507.17,19429819.58,127,3893,27699.86,qft -2263,SUCCESS,2,1,148.63,19429819.58,19429968.21,127,51,237.81,ghz -2264,SUCCESS,2,1,572.93,19429968.21,19430541.14,127,197,916.69,qpeexact -2265,SUCCESS,2,1,4621.77,19430541.14,19435162.91,127,2431,7394.83,qft -2266,SUCCESS,2,1,528.1,19435162.91,19435691.01,127,181,844.96,qnn -2267,SUCCESS,2,1,50.87,19435691.01,19435741.88,127,26,81.39,vqe -2268,SUCCESS,2,1,1079.73,19435741.88,19436821.61,127,402,1727.57,qftentangled -2269,SUCCESS,2,1,16934.63,19436821.61,19453756.24,127,4293,27095.41,twolocalrandom -2270,SUCCESS,2,1,10006.64,19453756.24,19463762.88,127,7435,16010.62,realamprandom -2271,SUCCESS,2,1,2373.37,19463762.88,19466136.25,127,1442,3797.39,qpeinexact -2273,SUCCESS,2,1,1646.73,19466136.25,19467782.98,127,1033,2634.77,qftentangled -2275,SUCCESS,2,1,13.9,19467782.98,19467796.88,127,10,22.24,ghz -2276,SUCCESS,2,1,6023.05,19467796.88,19473819.93,127,2542,9636.88,twolocalrandom -2277,SUCCESS,2,1,2385.94,19473819.93,19476205.87,127,1012,3817.5,qft -2278,SUCCESS,2,1,6475.99,19476205.87,19482681.86,127,2630,10361.58,qpeexact -2279,SUCCESS,2,1,31141.19,19482681.86,19513823.05,127,11754,49825.9,twolocalrandom -2280,SUCCESS,2,1,20192.06,19513823.05,19534015.11,127,6581,32307.3,qft -2281,SUCCESS,2,1,27974.2,19534015.11,19561989.31,127,7147,44758.72,qpeexact -2283,SUCCESS,2,1,21847.77,19561989.31,19583837.08,127,8550,34956.43,realamprandom -2284,SUCCESS,2,1,390.36,19583837.08,19584227.44,127,120,624.58,ghz -2286,SUCCESS,2,1,4008.78,19584227.44,19588236.22,127,1159,6414.05,qft -2287,SUCCESS,2,1,5201.56,19588236.22,19593437.78,127,2505,8322.5,ae -2289,SUCCESS,2,1,23523.28,19593437.78,19616961.06,127,5804,37637.25,qpeexact -2291,SUCCESS,2,1,16096.77,19616961.06,19633057.83,127,6311,25754.83,twolocalrandom -2292,SUCCESS,2,1,2703.08,19633057.83,19635760.91,127,577,4324.93,dj -2293,SUCCESS,2,1,12850.08,19635760.91,19648610.99,127,4708,20560.13,qpeexact -2295,SUCCESS,2,1,33899.75,19648610.99,19682510.74,127,7811,54239.6,random -2296,SUCCESS,2,1,28893.9,19682510.74,19711404.64,127,15398,46230.24,random -2297,SUCCESS,2,1,10612.78,19711404.64,19722017.42,127,3754,16980.45,su2random -2298,SUCCESS,2,1,1195.37,19722017.42,19723212.79,127,392,1912.59,twolocalrandom -2299,SUCCESS,2,1,4743.34,19723212.79,19727956.13,127,2796,7589.34,ae -2301,SUCCESS,2,1,1221.14,19727956.13,19729177.27,127,268,1953.82,graphstate -2302,SUCCESS,2,1,26374.4,19729177.27,19755551.67,127,6615,42199.04,qnn -2303,SUCCESS,2,1,1447,19755551.67,19756998.67,127,671,2315.2,dj -2304,SUCCESS,2,1,1128.83,19756998.67,19758127.5,127,235,1806.13,wstate -2305,SUCCESS,2,1,1606.65,19758127.5,19759734.15,127,552,2570.64,dj -2309,SUCCESS,2,1,16169.85,19759734.15,19775904,127,8677,25871.76,qpeinexact -2310,SUCCESS,2,1,3459.17,19775904,19779363.17,127,2432,5534.67,qftentangled -2311,SUCCESS,2,1,16220.01,19779363.17,19795583.18,127,9716,25952.02,realamprandom -2312,SUCCESS,2,1,1831.55,19795583.18,19797414.73,127,707,2930.48,twolocalrandom -2313,SUCCESS,2,1,111.25,19797414.73,19797525.98,127,80,178,ghz -2314,SUCCESS,2,1,598.5,19797525.98,19798124.48,127,153,957.6,qpeinexact -2317,SUCCESS,2,1,1220.8,19798124.48,19799345.28,127,560,1953.28,dj -2318,SUCCESS,2,1,1261.13,19799345.28,19800606.41,127,351,2017.81,dj -2320,SUCCESS,2,1,5522.84,19800606.41,19806129.25,127,2359,8836.54,qnn -2321,SUCCESS,2,1,227.05,19806129.25,19806356.3,127,59,363.28,ghz -2323,SUCCESS,2,1,20367,19806356.3,19826723.3,127,7732,32587.2,qpeinexact -2324,SUCCESS,2,1,683.3,19826723.3,19827406.6,127,189,1093.28,wstate -2325,SUCCESS,2,1,39451.3,19827406.6,19866857.9,127,10040,63122.08,twolocalrandom -2327,SUCCESS,2,1,11816.55,19866857.9,19878674.45,127,5135,18906.48,qpeinexact -2328,SUCCESS,2,1,22375.03,19878674.45,19901049.48,127,10739,35800.05,qpeinexact -2330,SUCCESS,2,1,10094.46,19901049.48,19911143.94,127,3082,16151.14,qftentangled -2331,SUCCESS,2,1,872.97,19911143.94,19912016.91,127,496,1396.75,wstate -2333,SUCCESS,2,1,7352.74,19912016.91,19919369.65,127,4506,11764.38,realamprandom -2334,SUCCESS,2,1,25641.21,19919369.65,19945010.86,127,5986,41025.94,qftentangled -2337,SUCCESS,2,1,1194.36,19945010.86,19946205.22,127,564,1910.98,wstate -2338,SUCCESS,2,1,249019.15,19946205.22,20195224.37,127,53777,398430.64,grover-v-chain -2339,SUCCESS,2,1,624.29,20195224.37,20195848.66,127,240,998.86,portfolioqaoa -2340,SUCCESS,2,1,15051.69,20195848.66,20210900.35,127,5565,24082.7,qft -2341,SUCCESS,2,1,3678.18,20210900.35,20214578.53,127,1823,5885.09,qftentangled -2342,SUCCESS,2,1,8623.83,20214578.53,20223202.36,127,1993,13798.13,qftentangled -2343,SUCCESS,2,1,1997.93,20223202.36,20225200.29,127,928,3196.69,qftentangled -2344,SUCCESS,2,1,7257.05,20225200.29,20232457.34,127,4884,11611.28,qft -2345,SUCCESS,2,1,4474.72,20232457.34,20236932.06,127,2645,7159.55,twolocalrandom -2347,SUCCESS,2,1,8624.08,20236932.06,20245556.14,127,4687,13798.53,twolocalrandom -2348,SUCCESS,2,1,132.96,20245556.14,20245689.1,127,35,212.74,qaoa -2349,SUCCESS,2,1,29258.51,20245689.1,20274947.61,127,12373,46813.62,random -2351,SUCCESS,2,1,3164.3,20274947.61,20278111.91,127,1366,5062.88,qftentangled -2352,SUCCESS,2,1,28780.81,20278111.91,20306892.72,127,6323,46049.3,qpeinexact -2355,SUCCESS,2,1,122.61,20306892.72,20307015.33,127,56,196.18,graphstate -2356,SUCCESS,2,1,62.33,20307015.33,20307077.66,127,25,99.73,vqe -2358,SUCCESS,2,1,40008.84,20307077.66,20347086.5,127,9494,64014.14,qwalk-noancilla -2359,SUCCESS,2,1,243.68,20347086.5,20347330.18,127,125,389.89,qft -2360,SUCCESS,2,1,1276.14,20347330.18,20348606.32,127,295,2041.82,qftentangled -2361,SUCCESS,2,1,96.86,20348606.32,20348703.18,127,22,154.98,ghz -2362,SUCCESS,2,1,42634.13,20348703.18,20391337.31,127,13890,68214.61,su2random -2363,SUCCESS,2,1,23531.26,20391337.31,20414868.57,127,8577,37650.02,su2random -2366,SUCCESS,2,1,3607.38,20414868.57,20418475.95,127,895,5771.81,wstate -2367,SUCCESS,2,1,5831.13,20418475.95,20424307.08,127,2033,9329.81,ae -2368,SUCCESS,2,1,344.62,20424307.08,20424651.7,127,98,551.39,tsp -2369,SUCCESS,2,1,1035.48,20424651.7,20425687.18,127,338,1656.77,qft -2370,SUCCESS,2,1,1886.83,20425687.18,20427574.01,127,697,3018.93,dj -2371,SUCCESS,2,1,944.91,20427574.01,20428518.92,127,197,1511.86,graphstate -2372,SUCCESS,2,1,13037.58,20428518.92,20441556.5,127,3047,20860.13,ae -2374,SUCCESS,2,1,89.3,20441556.5,20441645.8,127,30,142.88,ghz -2377,SUCCESS,2,1,2096.82,20441645.8,20443742.62,127,561,3354.91,dj -2379,SUCCESS,2,1,7520.12,20443742.62,20451262.74,127,1937,12032.19,qpeexact -2381,SUCCESS,2,1,3911.31,20451262.74,20455174.05,127,1448,6258.1,qftentangled -2382,SUCCESS,2,1,4692.45,20455174.05,20459866.5,127,1555,7507.92,realamprandom -2383,SUCCESS,2,1,133.34,20459866.5,20459999.84,127,58,213.34,ghz -2384,SUCCESS,2,1,2251.66,20459999.84,20462251.5,127,786,3602.66,twolocalrandom -2385,SUCCESS,2,1,2012.24,20462251.5,20464263.74,127,533,3219.58,qpeexact -2386,SUCCESS,2,1,34590.34,20464263.74,20498854.08,127,10371,55344.54,qpeinexact -2388,SUCCESS,2,1,550.51,20498854.08,20499404.59,127,134,880.82,graphstate -2390,SUCCESS,2,1,8209.47,20499404.59,20507614.06,127,5632,13135.15,qft -2392,SUCCESS,2,1,12278.12,20507614.06,20519892.18,127,4680,19644.99,realamprandom -2393,SUCCESS,2,1,35851.48,20519892.18,20555743.66,127,11134,57362.37,su2random -2395,SUCCESS,2,1,29302.58,20555743.66,20585046.24,127,9242,46884.13,su2random -2398,SUCCESS,2,1,2862.39,20585046.24,20587908.63,127,1584,4579.82,realamprandom -2400,SUCCESS,2,1,21953.81,20587908.63,20609862.44,127,17183,35126.1,random -2402,SUCCESS,2,1,37747.51,20609862.44,20647609.95,127,12094,60396.02,realamprandom -2403,SUCCESS,2,1,439.75,20647609.95,20648049.7,127,191,703.6,graphstate -2404,SUCCESS,2,1,1354.54,20648049.7,20649404.24,127,509,2167.26,su2random -2405,SUCCESS,2,1,14191.98,20649404.24,20663596.22,127,3139,22707.17,ae -2406,SUCCESS,2,1,102855.12,20663596.22,20766451.34,127,28450,164568.19,grover-v-chain -2407,SUCCESS,2,1,12410.59,20766451.34,20778861.93,127,3850,19856.94,qpeinexact -2408,SUCCESS,2,1,1470.74,20778861.93,20780332.67,127,659,2353.18,realamprandom -2409,SUCCESS,2,1,6308.49,20780332.67,20786641.16,127,1682,10093.58,random -2411,SUCCESS,2,1,5867.12,20786641.16,20792508.28,127,2622,9387.39,su2random -2413,SUCCESS,2,1,17720.51,20792508.28,20810228.79,127,6113,28352.82,ae -2414,SUCCESS,2,1,98.12,20810228.79,20810326.91,127,30,156.99,routing -2415,SUCCESS,2,1,2065.36,20810326.91,20812392.27,127,963,3304.58,twolocalrandom -2416,SUCCESS,2,1,33481.39,20812392.27,20845873.66,127,9231,53570.22,qpeexact -2417,SUCCESS,2,1,33673.76,20845873.66,20879547.42,127,8506,53878.02,qnn -2418,SUCCESS,2,1,737.89,20879547.42,20880285.31,127,286,1180.62,dj -2419,SUCCESS,2,1,202.16,20880285.31,20880487.47,127,129,323.46,vqe -2420,SUCCESS,2,1,3486.8,20880487.47,20883974.27,127,1238,5578.88,ae -2422,SUCCESS,2,1,4090.94,20883974.27,20888065.21,127,3029,6545.5,realamprandom -2423,SUCCESS,2,1,2099.75,20888065.21,20890164.96,127,491,3359.6,portfoliovqe -2424,SUCCESS,2,1,123.53,20890164.96,20890288.49,127,31,197.65,ghz -2425,SUCCESS,2,1,373.42,20890288.49,20890661.91,127,115,597.47,dj -2426,SUCCESS,2,1,54.5,20890661.91,20890716.41,127,16,87.2,ghz -2427,SUCCESS,2,1,19988.96,20890716.41,20910705.37,127,4612,31982.34,qftentangled -2428,SUCCESS,2,1,304.19,20910705.37,20911009.56,127,64,486.7,graphstate -2429,SUCCESS,2,1,313.42,20911009.56,20911322.98,127,96,501.47,graphstate -2430,SUCCESS,2,1,453.61,20911322.98,20911776.59,127,324,725.78,ae -2431,SUCCESS,2,1,334.86,20911776.59,20912111.45,127,253,535.78,wstate -2432,SUCCESS,2,1,529.02,20912111.45,20912640.47,127,111,846.43,graphstate -2433,SUCCESS,2,1,8674.69,20912640.47,20921315.16,127,2412,13879.5,ae -2434,SUCCESS,2,1,9702.78,20921315.16,20931017.94,127,5808,15524.45,realamprandom -2435,SUCCESS,2,1,196.34,20931017.94,20931214.28,127,43,314.14,qaoa -2436,SUCCESS,2,1,27479.43,20931214.28,20958693.71,127,7198,43967.09,ae -2437,SUCCESS,2,1,21049.92,20958693.71,20979743.63,127,7851,33679.87,qnn -2438,SUCCESS,2,1,9561.32,20979743.63,20989304.95,127,3289,15298.11,ae -2440,SUCCESS,2,1,728.98,20989304.95,20990033.93,127,601,1166.37,dj -2443,SUCCESS,2,1,12901.69,20990033.93,21002935.62,127,6154,20642.7,random -2444,SUCCESS,2,1,16365.93,21002935.62,21019301.55,127,4576,26185.49,qpeinexact -2445,SUCCESS,2,1,401.33,21019301.55,21019702.88,127,274,642.13,qft -2446,SUCCESS,2,1,151.61,21019702.88,21019854.49,127,41,242.58,graphstate -2448,SUCCESS,2,1,3418.4,21019854.49,21023272.89,127,1888,5469.44,qpeinexact -2449,SUCCESS,2,1,2529.4,21023272.89,21025802.29,127,707,4047.04,qpeexact -2450,SUCCESS,2,1,13804.56,21025802.29,21039606.85,127,5229,22087.3,su2random -2451,SUCCESS,2,1,2859.13,21039606.85,21042465.98,127,748,4574.61,twolocalrandom -2452,SUCCESS,2,1,212.56,21042465.98,21042678.54,127,73,340.1,graphstate -2453,SUCCESS,2,1,5715.89,21042678.54,21048394.43,127,1975,9145.42,qnn -2455,SUCCESS,2,1,536.52,21048394.43,21048930.95,127,178,858.43,ae -2456,SUCCESS,2,1,7032.71,21048930.95,21055963.66,127,2214,11252.34,qftentangled -2457,SUCCESS,2,1,1386,21055963.66,21057349.66,127,612,2217.6,portfoliovqe -2458,SUCCESS,2,1,524.73,21057349.66,21057874.39,127,404,839.57,qnn -2459,SUCCESS,2,1,1481.91,21057874.39,21059356.3,127,511,2371.06,qpeinexact -2460,SUCCESS,2,1,28874.86,21059356.3,21088231.16,127,6637,46199.78,realamprandom -2461,SUCCESS,2,1,309.39,21088231.16,21088540.55,127,112,495.02,graphstate -2463,SUCCESS,2,1,185.22,21088540.55,21088725.77,127,88,296.35,graphstate -2464,SUCCESS,2,1,26860.54,21088725.77,21115586.31,127,7396,42976.86,realamprandom -2466,SUCCESS,2,1,9132.49,21115586.31,21124718.8,127,2567,14611.98,su2random -2467,SUCCESS,2,1,32471.75,21124718.8,21157190.55,127,8765,51954.8,random -2468,SUCCESS,2,1,316.88,21157190.55,21157507.43,127,201,507.01,wstate -2469,SUCCESS,2,1,14053.61,21157507.43,21171561.04,127,3886,22485.78,twolocalrandom -2471,SUCCESS,2,1,541.92,21171561.04,21172102.96,127,279,867.07,su2random -2472,SUCCESS,2,1,10733.93,21172102.96,21182836.89,127,2581,17174.29,twolocalrandom -2473,SUCCESS,2,1,127.1,21182836.89,21182963.99,127,64,203.36,wstate -2474,SUCCESS,2,1,56.14,21182963.99,21183020.13,127,18,89.82,ghz -2476,SUCCESS,2,1,6692.05,21183020.13,21189712.18,127,3460,10707.28,ae -2477,SUCCESS,2,1,2514.69,21189712.18,21192226.87,127,589,4023.5,portfoliovqe -2480,SUCCESS,2,1,65.21,21192226.87,21192292.08,127,18,104.34,ghz -2482,SUCCESS,2,1,3210.53,21192292.08,21195502.61,127,690,5136.85,realamprandom -2483,SUCCESS,2,1,162.49,21195502.61,21195665.1,127,44,259.98,ghz -2484,SUCCESS,2,1,21390.14,21195665.1,21217055.24,127,6719,34224.22,qft -2485,SUCCESS,2,1,11937.73,21217055.24,21228992.97,127,3754,19100.37,twolocalrandom -2486,SUCCESS,2,1,17067.81,21228992.97,21246060.78,127,5185,27308.5,qft -2489,SUCCESS,2,1,248.93,21246060.78,21246309.71,127,169,398.29,wstate -2490,SUCCESS,2,1,1826.89,21246309.71,21248136.6,127,584,2923.02,ghz -2491,SUCCESS,2,1,193.92,21248136.6,21248330.52,127,89,310.27,wstate -2492,SUCCESS,2,1,152.49,21248330.52,21248483.01,127,113,243.98,dj -2493,SUCCESS,2,1,15252,21248483.01,21263735.01,127,9596,24403.2,qnn -2496,SUCCESS,2,1,329.5,21263735.01,21264064.51,127,229,527.2,wstate -2497,SUCCESS,2,1,27085.11,21264064.51,21291149.62,127,9220,43336.18,su2random -2498,SUCCESS,2,1,244.86,21291149.62,21291394.48,127,96,391.78,graphstate -2499,SUCCESS,2,1,553.42,21291394.48,21291947.9,127,294,885.47,dj -2500,SUCCESS,2,1,2344.67,21291947.9,21294292.57,127,1353,3751.47,qft -2501,SUCCESS,2,1,694.86,21294292.57,21294987.43,127,175,1111.78,graphstate -2503,SUCCESS,2,1,792.29,21294987.43,21295779.72,127,184,1267.66,twolocalrandom -2504,SUCCESS,2,1,38.96,21295779.72,21295818.68,127,11,62.34,ghz -2506,SUCCESS,2,1,269.54,21295818.68,21296088.22,127,82,431.26,dj -2507,SUCCESS,2,1,3072.96,21296088.22,21299161.18,127,873,4916.74,ghz -2508,SUCCESS,2,1,8565.04,21299161.18,21307726.22,127,4536,13704.06,su2random -2509,SUCCESS,2,1,597.19,21307726.22,21308323.41,127,230,955.5,su2random -2511,SUCCESS,2,1,2578,21308323.41,21310901.41,127,850,4124.8,ae -2512,SUCCESS,2,1,1132.75,21310901.41,21312034.16,127,548,1812.4,realamprandom -2514,SUCCESS,2,1,1534.52,21312034.16,21313568.68,127,353,2455.23,su2random -2515,SUCCESS,2,1,2944.55,21313568.68,21316513.23,127,728,4711.28,qft -2516,SUCCESS,2,1,10933.65,21316513.23,21327446.88,127,3126,17493.84,qnn -2517,SUCCESS,2,1,1317.65,21327446.88,21328764.53,127,625,2108.24,su2random -2518,SUCCESS,2,1,725.91,21328764.53,21329490.44,127,289,1161.46,wstate -2519,SUCCESS,2,1,5840.63,21329490.44,21335331.07,127,1427,9345.01,qpeexact -2520,SUCCESS,2,1,2893.16,21335331.07,21338224.23,127,1126,4629.06,wstate -2521,SUCCESS,2,1,24073.88,21338224.23,21362298.11,127,9378,38518.21,qpeexact -2522,SUCCESS,2,1,26692.61,21362298.11,21388990.72,127,6516,42708.18,ae -2525,SUCCESS,2,1,892.22,21388990.72,21389882.94,127,379,1427.55,ae -2526,SUCCESS,2,1,421.78,21389882.94,21390304.72,127,112,674.85,ghz -2527,SUCCESS,2,1,1036.07,21390304.72,21391340.79,127,281,1657.71,wstate -2530,SUCCESS,2,1,6423.58,21391340.79,21397764.37,127,2555,10277.73,qftentangled -2531,SUCCESS,2,1,2917.93,21397764.37,21400682.3,127,688,4668.69,ae -2533,SUCCESS,2,1,215.22,21400682.3,21400897.52,127,110,344.35,graphstate -2534,SUCCESS,2,1,30596.38,21400897.52,21431493.9,127,8186,48954.21,qnn -2536,SUCCESS,2,1,22882.12,21431493.9,21454376.02,127,8121,36611.39,qpeinexact -2537,SUCCESS,2,1,49440.01,21454376.02,21503816.03,127,12000,79104.02,realamprandom -2538,SUCCESS,2,1,3329.93,21503816.03,21507145.96,127,1545,5327.89,su2random -2539,SUCCESS,2,1,1315.59,21507145.96,21508461.55,127,367,2104.94,dj -2541,SUCCESS,2,1,225.32,21508461.55,21508686.87,127,60,360.51,ghz -2542,SUCCESS,2,1,557.93,21508686.87,21509244.8,127,192,892.69,graphstate -2543,SUCCESS,2,1,2695.08,21509244.8,21511939.88,127,1627,4312.13,realamprandom -2544,SUCCESS,2,1,2491.29,21511939.88,21514431.17,127,577,3986.06,ghz -2545,SUCCESS,2,1,37032.59,21514431.17,21551463.76,127,11072,59252.14,su2random -2546,SUCCESS,2,1,3247.13,21551463.76,21554710.89,127,929,5195.41,ae -2551,SUCCESS,2,1,2643.98,21554710.89,21557354.87,127,603,4230.37,qft -2552,SUCCESS,2,1,1052.01,21557354.87,21558406.88,127,231,1683.22,qftentangled -2553,SUCCESS,2,1,32875.81,21558406.88,21591282.69,127,7821,52601.3,random -2555,SUCCESS,2,1,967.66,21591282.69,21592250.35,127,342,1548.26,qpeexact -2557,SUCCESS,2,1,1570.31,21592250.35,21593820.66,127,718,2512.5,qwalk-v-chain -2558,SUCCESS,2,1,6395.74,21593820.66,21600216.4,127,1995,10233.18,qnn -2560,SUCCESS,2,1,9943.35,21600216.4,21610159.75,127,3802,15909.36,su2random -2562,SUCCESS,2,1,26472.41,21610159.75,21636632.16,127,11457,42355.86,twolocalrandom -2563,SUCCESS,2,1,1946.57,21636632.16,21638578.73,127,971,3114.51,qpeinexact -2565,SUCCESS,2,1,19552.08,21638578.73,21658130.81,127,5027,31283.33,random -2567,SUCCESS,2,1,2310.89,21658130.81,21660441.7,127,873,3697.42,dj -2569,SUCCESS,2,1,10012.92,21660441.7,21670454.62,127,2309,16020.67,realamprandom -2570,SUCCESS,2,1,987.25,21670454.62,21671441.87,127,555,1579.6,dj -2571,SUCCESS,2,1,4270.85,21671441.87,21675712.72,127,983,6833.36,qft -2572,SUCCESS,2,1,1393.29,21675712.72,21677106.01,127,341,2229.26,portfoliovqe -2574,SUCCESS,2,1,4565.71,21677106.01,21681671.72,127,2403,7305.14,random -2575,SUCCESS,2,1,2035.7,21681671.72,21683707.42,127,616,3257.12,dj -2576,SUCCESS,2,1,13357.98,21683707.42,21697065.4,127,9655,21372.77,twolocalrandom -2577,SUCCESS,2,1,43627.36,21697065.4,21740692.76,127,10547,69803.78,su2random -2578,SUCCESS,2,1,12150.92,21740692.76,21752843.68,127,3253,19441.47,qft -2579,SUCCESS,2,1,27.71,21752843.68,21752871.39,127,23,44.34,vqe -2580,SUCCESS,2,1,27451.24,21752871.39,21780322.63,127,9634,43921.98,su2random -2581,SUCCESS,2,1,4113.74,21780322.63,21784436.37,127,1934,6581.98,qft -2582,SUCCESS,2,1,6121.48,21784436.37,21790557.85,127,1462,9794.37,realamprandom -2583,SUCCESS,2,1,26317.02,21790557.85,21816874.87,127,7030,42107.23,qpeexact -2585,SUCCESS,2,1,1070.2,21816874.87,21817945.07,127,224,1712.32,ae -2586,SUCCESS,2,1,250.88,21817945.07,21818195.95,127,89,401.41,ghz -2587,SUCCESS,2,1,2269.1,21818195.95,21820465.05,127,1279,3630.56,realamprandom -2588,SUCCESS,2,1,5296.03,21820465.05,21825761.08,127,1447,8473.65,qpeexact -2589,SUCCESS,2,1,1156.69,21825761.08,21826917.77,127,714,1850.7,wstate -2591,SUCCESS,2,1,2733.16,21826917.77,21829650.93,127,1357,4373.06,wstate -2592,SUCCESS,2,1,1561.31,21829650.93,21831212.24,127,337,2498.1,wstate -2593,SUCCESS,2,1,46790.11,21831212.24,21878002.35,127,12317,74864.18,su2random -2594,SUCCESS,2,1,1804.1,21878002.35,21879806.45,127,1403,2886.56,ae -2595,SUCCESS,2,1,14792.25,21879806.45,21894598.7,127,3113,23667.6,qpeexact -2596,SUCCESS,2,1,20590.93,21894598.7,21915189.63,127,7824,32945.49,qftentangled -2597,SUCCESS,2,1,17044.54,21915189.63,21932234.17,127,4317,27271.26,qft -2598,SUCCESS,2,1,62658.59,21932234.17,21994892.76,127,15487,100253.74,random -2599,SUCCESS,2,1,4750.25,21994892.76,21999643.01,127,1379,7600.4,twolocalrandom -2600,SUCCESS,2,1,6818.68,21999643.01,22006461.69,127,2692,10909.89,qftentangled -2601,SUCCESS,2,1,10176.61,22006461.69,22016638.3,127,4044,16282.58,qpeexact -2602,SUCCESS,2,1,3803.78,22016638.3,22020442.08,127,2442,6086.05,qnn -2603,SUCCESS,2,1,27202.57,22020442.08,22047644.65,127,7084,43524.11,ae -2604,SUCCESS,2,1,6327.32,22047644.65,22053971.97,127,1731,10123.71,realamprandom -2605,SUCCESS,2,1,3810.18,22053971.97,22057782.15,127,2681,6096.29,qpeexact -2606,SUCCESS,2,1,2014.07,22057782.15,22059796.22,127,797,3222.51,su2random -2607,SUCCESS,2,1,125.4,22059796.22,22059921.62,127,46,200.64,ghz -2609,SUCCESS,2,1,274.29,22059921.62,22060195.91,127,165,438.86,wstate -2610,SUCCESS,2,1,15153.75,22060195.91,22075349.66,127,5831,24246,twolocalrandom -2612,SUCCESS,2,1,9346.75,22075349.66,22084696.41,127,2774,14954.8,twolocalrandom -2613,SUCCESS,2,1,346.88,22084696.41,22085043.29,127,120,555.01,graphstate -2614,SUCCESS,2,1,110.29,22085043.29,22085153.58,127,24,176.46,graphstate -2616,SUCCESS,2,1,168.56,22085153.58,22085322.14,127,103,269.7,dj -2618,SUCCESS,2,1,6780.52,22085322.14,22092102.66,127,1791,10848.83,ae -2619,SUCCESS,2,1,3895.74,22092102.66,22095998.4,127,2384,6233.18,qpeexact -2621,SUCCESS,2,1,2343.24,22095998.4,22098341.64,127,849,3749.18,twolocalrandom -2622,SUCCESS,2,1,5474,22098341.64,22103815.64,127,1228,8758.4,qftentangled -2623,SUCCESS,2,1,1377.43,22103815.64,22105193.07,127,557,2203.89,dj -2624,SUCCESS,2,1,237.84,22105193.07,22105430.91,127,56,380.54,ghz -2625,SUCCESS,2,1,3975.38,22105430.91,22109406.29,127,1749,6360.61,qftentangled -2626,SUCCESS,2,1,4265.23,22109406.29,22113671.52,127,1560,6824.37,qnn -2627,SUCCESS,2,1,133.73,22113671.52,22113805.25,127,64,213.97,graphstate -2630,SUCCESS,2,1,31783.35,22113805.25,22145588.6,127,9799,50853.36,qpeexact -2631,SUCCESS,2,1,4375.91,22145588.6,22149964.51,127,2978,7001.46,qpeinexact -2632,SUCCESS,2,1,5112.84,22149964.51,22155077.35,127,2793,8180.54,realamprandom -2635,SUCCESS,2,1,527.18,22155077.35,22155604.53,127,352,843.49,portfoliovqe -2636,SUCCESS,2,1,929.55,22155604.53,22156534.08,127,309,1487.28,qpeexact -2637,SUCCESS,2,1,183.08,22156534.08,22156717.16,127,65,292.93,dj -2639,SUCCESS,2,1,1755.32,22156717.16,22158472.48,127,921,2808.51,wstate -2640,SUCCESS,2,1,354.75,22158472.48,22158827.23,127,137,567.6,graphstate -2641,SUCCESS,2,1,15213.77,22158827.23,22174041,127,4932,24342.03,qft -2642,SUCCESS,2,1,82.23,22174041,22174123.23,127,47,131.57,graphstate -2643,SUCCESS,2,1,1884.57,22174123.23,22176007.8,127,711,3015.31,ae -2644,SUCCESS,2,1,21536.33,22176007.8,22197544.13,127,5762,34458.13,qpeexact -2645,SUCCESS,2,1,1315.97,22197544.13,22198860.1,127,334,2105.55,wstate -2646,SUCCESS,2,1,209.33,22198860.1,22199069.43,127,71,334.93,ghz -2647,SUCCESS,2,1,9416.15,22199069.43,22208485.58,127,2162,15065.84,qft -2649,SUCCESS,2,1,330.21,22208485.58,22208815.79,127,93,528.34,wstate -2650,SUCCESS,2,1,613.57,22208815.79,22209429.36,127,169,981.71,wstate -2651,SUCCESS,2,1,26793.46,22209429.36,22236222.82,127,6459,42869.54,qft -2652,SUCCESS,2,1,1680.64,22236222.82,22237903.46,127,1011,2689.02,qpeexact -2653,SUCCESS,2,1,11976.62,22237903.46,22249880.08,127,9798,19162.59,qnn -2654,SUCCESS,2,1,362.9,22249880.08,22250242.98,127,97,580.64,graphstate -2655,SUCCESS,2,1,10080.5,22250242.98,22260323.48,127,2661,16128.8,qftentangled -2656,SUCCESS,2,1,1503.88,22260323.48,22261827.36,127,519,2406.21,qftentangled -2657,SUCCESS,2,1,1582.47,22261827.36,22263409.83,127,439,2531.95,su2random -2659,SUCCESS,2,1,21494.96,22263409.83,22284904.79,127,7732,34391.94,qpeexact -2662,SUCCESS,2,1,23547.59,22284904.79,22308452.38,127,9646,37676.14,realamprandom -2663,SUCCESS,2,1,180.87,22308452.38,22308633.25,127,44,289.39,ghz -2664,SUCCESS,2,1,2508.23,22308633.25,22311141.48,127,877,4013.17,dj -2666,SUCCESS,2,1,3152.16,22311141.48,22314293.64,127,2010,5043.46,qnn -2667,SUCCESS,2,1,2980.21,22314293.64,22317273.85,127,932,4768.34,wstate -2668,SUCCESS,2,1,3595.68,22317273.85,22320869.53,127,1779,5753.09,ae -2669,SUCCESS,2,1,11298.85,22320869.53,22332168.38,127,3527,18078.16,realamprandom -2670,SUCCESS,2,1,583.3,22332168.38,22332751.68,127,296,933.28,dj -2671,SUCCESS,2,1,799.7,22332751.68,22333551.38,127,344,1279.52,dj -2672,SUCCESS,2,1,2365.64,22333551.38,22335917.02,127,627,3785.02,qft -2674,SUCCESS,2,1,18744.39,22335917.02,22354661.41,127,7053,29991.02,qpeexact -2676,SUCCESS,2,1,10049.12,22354661.41,22364710.53,127,2468,16078.59,qft -2678,SUCCESS,2,1,5342.65,22364710.53,22370053.18,127,1211,8548.24,realamprandom -2679,SUCCESS,2,1,13069.47,22370053.18,22383122.65,127,3887,20911.15,qpeexact -2680,SUCCESS,2,1,1725.27,22383122.65,22384847.92,127,696,2760.43,qftentangled -2681,SUCCESS,2,1,1708.69,22384847.92,22386556.61,127,493,2733.9,qftentangled -2682,SUCCESS,2,1,6054.46,22386556.61,22392611.07,127,1899,9687.14,qft -2683,SUCCESS,2,1,1950.55,22392611.07,22394561.62,127,535,3120.88,dj -2684,SUCCESS,2,1,478.48,22394561.62,22395040.1,127,181,765.57,qnn -2685,SUCCESS,2,1,3866.49,22395040.1,22398906.59,127,1156,6186.38,qftentangled -2688,SUCCESS,2,1,2336.56,22398906.59,22401243.15,127,525,3738.5,realamprandom -2689,SUCCESS,2,1,80840.11,22401243.15,22482083.26,127,33324,129344.18,shor -2690,SUCCESS,2,1,17839.77,22482083.26,22499923.03,127,5156,28543.63,realamprandom -2691,SUCCESS,2,1,8248.92,22499923.03,22508171.95,127,2724,13198.27,ae -2692,SUCCESS,2,1,2090.79,22508171.95,22510262.74,127,1081,3345.26,ae -2693,SUCCESS,2,1,3184.42,22510262.74,22513447.16,127,750,5095.07,wstate -2695,SUCCESS,2,1,165.79,22513447.16,22513612.95,127,107,265.26,ghz -2696,SUCCESS,2,1,5472.44,22513612.95,22519085.39,127,1822,8755.9,qpeinexact -2697,SUCCESS,2,1,173273.73,22519085.39,22692359.12,127,49657,277237.97,random -2698,SUCCESS,2,1,27004.64,22692359.12,22719363.76,127,7026,43207.42,su2random -2700,SUCCESS,2,1,6613.67,22719363.76,22725977.43,127,4451,10581.87,qpeinexact -2701,SUCCESS,2,1,19865.46,22725977.43,22745842.89,127,6661,31784.74,realamprandom -2704,SUCCESS,2,1,4707.57,22745842.89,22750550.46,127,1245,7532.11,ae -2705,SUCCESS,2,1,3044.42,22750550.46,22753594.88,127,1375,4871.07,wstate -2706,SUCCESS,2,1,1407.29,22753594.88,22755002.17,127,542,2251.66,ae -2707,SUCCESS,2,1,6034.09,22755002.17,22761036.26,127,1363,9654.54,qpeinexact -2708,SUCCESS,2,1,2363.67,22761036.26,22763399.93,127,1154,3781.87,twolocalrandom -2710,SUCCESS,2,1,2650.32,22763399.93,22766050.25,127,806,4240.51,wstate -2711,SUCCESS,2,1,22446.69,22766050.25,22788496.94,127,5140,35914.7,qft -2712,SUCCESS,2,1,373.61,22788496.94,22788870.55,127,128,597.78,graphstate -2713,SUCCESS,2,1,23027.92,22788870.55,22811898.47,127,4814,36844.67,ae -2714,SUCCESS,2,1,15293.93,22811898.47,22827192.4,127,3710,24470.29,ae -2715,SUCCESS,2,1,3338.04,22827192.4,22830530.44,127,1553,5340.86,qnn -2716,SUCCESS,2,1,1079.69,22830530.44,22831610.13,127,618,1727.5,wstate -2717,SUCCESS,2,1,608.07,22831610.13,22832218.2,127,294,972.91,qpeinexact -2718,SUCCESS,2,1,79.34,22832218.2,22832297.54,127,21,126.94,dj -2719,SUCCESS,2,1,36802.15,22832297.54,22869099.69,127,10892,58883.44,qnn -2720,SUCCESS,2,1,472.33,22869099.69,22869572.02,127,265,755.73,dj -2721,SUCCESS,2,1,2195.21,22869572.02,22871767.23,127,833,3512.34,ghz -2722,SUCCESS,2,1,74.77,22871767.23,22871842,127,50,119.63,ghz -2723,SUCCESS,2,1,59325.66,22871842,22931167.66,127,14141,94921.06,su2random -2724,SUCCESS,2,1,1253.3,22931167.66,22932420.96,127,488,2005.28,dj -2725,SUCCESS,2,1,11859.21,22932420.96,22944280.17,127,3532,18974.74,qft -2726,SUCCESS,2,1,3194.04,22944280.17,22947474.21,127,1043,5110.46,su2random -2728,SUCCESS,2,1,33843.42,22947474.21,22981317.63,127,7663,54149.47,qftentangled -2730,SUCCESS,2,1,3338.28,22981317.63,22984655.91,127,718,5341.25,qpeinexact -2731,SUCCESS,2,1,291.29,22984655.91,22984947.2,127,70,466.06,dj -2732,SUCCESS,2,1,20658.59,22984947.2,23005605.79,127,5115,33053.74,realamprandom -2733,SUCCESS,2,1,384.52,23005605.79,23005990.31,127,269,615.23,ghz -2735,SUCCESS,2,1,1790.49,23005990.31,23007780.8,127,1018,2864.78,wstate -2736,SUCCESS,2,1,68.23,23007780.8,23007849.03,127,28,109.17,vqe -2737,SUCCESS,2,1,1229.98,23007849.03,23009079.01,127,978,1967.97,su2random -2740,SUCCESS,2,1,3564.84,23009079.01,23012643.85,127,1058,5703.74,wstate -2741,SUCCESS,2,1,1797.65,23012643.85,23014441.5,127,500,2876.24,qft -2742,SUCCESS,2,1,687.5,23014441.5,23015129,127,469,1100,dj -2743,SUCCESS,2,1,1247.06,23015129,23016376.06,127,265,1995.3,wstate -2744,SUCCESS,2,1,84.13,23016376.06,23016460.19,127,35,134.61,qaoa -2745,SUCCESS,2,1,14582.54,23016460.19,23031042.73,127,5051,23332.06,realamprandom -2746,SUCCESS,2,1,1849.11,23031042.73,23032891.84,127,935,2958.58,twolocalrandom -2747,SUCCESS,2,1,251.3,23032891.84,23033143.14,127,80,402.08,ghz -2748,SUCCESS,2,1,1186.64,23033143.14,23034329.78,127,394,1898.62,portfoliovqe -2749,SUCCESS,2,1,479.78,23034329.78,23034809.56,127,193,767.65,wstate -2750,SUCCESS,2,1,42436.54,23034809.56,23077246.1,127,13622,67898.46,qnn -2751,SUCCESS,2,1,25648.77,23077246.1,23102894.87,127,5973,41038.03,qftentangled -2752,SUCCESS,2,1,17142.21,23102894.87,23120037.08,127,4302,27427.54,qpeexact -2753,SUCCESS,2,1,6499.67,23120037.08,23126536.75,127,3271,10399.47,qpeinexact -2754,SUCCESS,2,1,1427.86,23126536.75,23127964.61,127,462,2284.58,su2random -2755,SUCCESS,2,1,1281.45,23127964.61,23129246.06,127,309,2050.32,qpeinexact -2757,SUCCESS,2,1,361.11,23129246.06,23129607.17,127,261,577.78,qftentangled -2758,SUCCESS,2,1,41116.81,23129607.17,23170723.98,127,8566,65786.9,ae -2760,SUCCESS,2,1,25249.8,23170723.98,23195973.78,127,11404,40399.68,qpeexact -2761,SUCCESS,2,1,4642.08,23195973.78,23200615.86,127,2168,7427.33,qpeexact -2762,SUCCESS,2,1,218.62,23200615.86,23200834.48,127,57,349.79,ghz -2763,SUCCESS,2,1,17436.4,23200834.48,23218270.88,127,8266,27898.24,twolocalrandom -2764,SUCCESS,2,1,2434.36,23218270.88,23220705.24,127,597,3894.98,qpeinexact -2765,SUCCESS,2,1,4102.15,23220705.24,23224807.39,127,2323,6563.44,qft -2766,SUCCESS,2,1,2170.78,23224807.39,23226978.17,127,815,3473.25,su2random -2767,SUCCESS,2,1,2725.19,23226978.17,23229703.36,127,1621,4360.3,qftentangled -2768,SUCCESS,2,1,1655.21,23229703.36,23231358.57,127,359,2648.34,portfoliovqe -2769,SUCCESS,2,1,1437.72,23231358.57,23232796.29,127,860,2300.35,qftentangled -2770,SUCCESS,2,1,137.49,23232796.29,23232933.78,127,32,219.98,graphstate -2771,SUCCESS,2,1,1607.78,23232933.78,23234541.56,127,1136,2572.45,grover-v-chain -2772,SUCCESS,2,1,7782.36,23234541.56,23242323.92,127,3500,12451.78,qftentangled -2773,SUCCESS,2,1,1048.98,23242323.92,23243372.9,127,838,1678.37,twolocalrandom -2774,SUCCESS,2,1,11978.65,23243372.9,23255351.55,127,2498,19165.84,qpeexact -2775,SUCCESS,2,1,738.4,23255351.55,23256089.95,127,193,1181.44,dj -2776,SUCCESS,2,1,2080.59,23256089.95,23258170.54,127,786,3328.94,dj -2778,SUCCESS,2,1,1285.53,23258170.54,23259456.07,127,317,2056.85,wstate -2779,SUCCESS,2,1,3008.73,23259456.07,23262464.8,127,748,4813.97,twolocalrandom -2780,SUCCESS,2,1,6935.44,23262464.8,23269400.24,127,1694,11096.7,qnn -2781,SUCCESS,2,1,18795.69,23269400.24,23288195.93,127,10067,30073.1,su2random -2782,SUCCESS,2,1,40088.57,23288195.93,23328284.5,127,15031,64141.71,qnn -2784,SUCCESS,2,1,814.07,23328284.5,23329098.57,127,236,1302.51,qft -2785,SUCCESS,2,1,3611.62,23329098.57,23332710.19,127,1697,5778.59,qftentangled -2786,SUCCESS,2,1,5603.49,23332710.19,23338313.68,127,3661,8965.58,qft -2787,SUCCESS,2,1,1486.2,23338313.68,23339799.88,127,313,2377.92,dj -2789,SUCCESS,2,1,2591.48,23339799.88,23342391.36,127,629,4146.37,dj -2790,SUCCESS,2,1,2365.28,23342391.36,23344756.64,127,1019,3784.45,ghz -2791,SUCCESS,2,1,7361.49,23344756.64,23352118.13,127,3592,11778.38,qftentangled -2793,SUCCESS,2,1,2301.88,23352118.13,23354420.01,127,565,3683.01,dj -2794,SUCCESS,2,1,18452.37,23354420.01,23372872.38,127,4407,29523.79,qft -2796,SUCCESS,2,1,104829.62,23372872.38,23477702,127,53775,167727.39,random -2797,SUCCESS,2,1,6682.4,23477702,23484384.4,127,2678,10691.84,qpeinexact -2798,SUCCESS,2,1,746.32,23484384.4,23485130.72,127,236,1194.11,random -2799,SUCCESS,2,1,511.13,23485130.72,23485641.85,127,130,817.81,dj -2800,SUCCESS,2,1,7226.93,23485641.85,23492868.78,127,1903,11563.09,qwalk-v-chain -2801,SUCCESS,2,1,1235.85,23492868.78,23494104.63,127,365,1977.36,portfolioqaoa -2802,SUCCESS,2,1,4492.69,23494104.63,23498597.32,127,3239,7188.3,realamprandom -2803,SUCCESS,2,1,14018.27,23498597.32,23512615.59,127,4405,22429.23,twolocalrandom -2804,SUCCESS,2,1,3680.84,23512615.59,23516296.43,127,2759,5889.34,su2random -2805,SUCCESS,2,1,6589.38,23516296.43,23522885.81,127,4687,10543.01,realamprandom -2806,SUCCESS,2,1,3964.57,23522885.81,23526850.38,127,913,6343.31,ae -2807,SUCCESS,2,1,23686.27,23526850.38,23550536.65,127,7664,37898.03,qpeexact -2808,SUCCESS,2,1,767.93,23550536.65,23551304.58,127,188,1228.69,dj -2809,SUCCESS,2,1,5078.55,23551304.58,23556383.13,127,2153,8125.68,su2random -2810,SUCCESS,2,1,14047.73,23556383.13,23570430.86,127,4331,22476.37,qpeexact -2812,SUCCESS,2,1,33270.94,23570430.86,23603701.8,127,7915,53233.5,qft -2814,SUCCESS,2,1,3114.41,23603701.8,23606816.21,127,1211,4983.06,random -2816,SUCCESS,2,1,476.49,23606816.21,23607292.7,127,195,762.38,qpeexact -2817,SUCCESS,2,1,576.29,23607292.7,23607868.99,127,157,922.06,graphstate -2818,SUCCESS,2,1,57655.21,23607868.99,23665524.2,127,12388,92248.34,qnn -2819,SUCCESS,2,1,20710.6,23665524.2,23686234.8,127,4612,33136.96,twolocalrandom -2820,SUCCESS,2,1,740.68,23686234.8,23686975.48,127,314,1185.09,random -2821,SUCCESS,2,1,1067.17,23686975.48,23688042.65,127,392,1707.47,qnn -2822,SUCCESS,2,1,6401.09,23688042.65,23694443.74,127,1329,10241.74,ae -2824,SUCCESS,2,1,16781.48,23694443.74,23711225.22,127,5187,26850.37,qnn -2825,SUCCESS,2,1,4154.43,23711225.22,23715379.65,127,2904,6647.09,ae -2827,SUCCESS,2,1,9383.42,23715379.65,23724763.07,127,2053,15013.47,qftentangled -2828,SUCCESS,2,1,1233.25,23724763.07,23725996.32,127,717,1973.2,qnn -2829,SUCCESS,2,1,356.41,23725996.32,23726352.73,127,153,570.26,qftentangled -2830,SUCCESS,2,1,3696.62,23726352.73,23730049.35,127,2793,5914.59,twolocalrandom -2832,SUCCESS,2,1,2495,23730049.35,23732544.35,127,2067,3992,pricingput -2834,SUCCESS,2,1,327.05,23732544.35,23732871.4,127,78,523.28,dj -2835,SUCCESS,2,1,479.87,23732871.4,23733351.27,127,148,767.79,wstate -2837,SUCCESS,2,1,16885,23733351.27,23750236.27,127,5219,27016,qpeinexact -2840,SUCCESS,2,1,3216.38,23750236.27,23753452.65,127,1518,5146.21,pricingput -2842,SUCCESS,2,1,238.43,23753452.65,23753691.08,127,107,381.49,graphstate -2843,SUCCESS,2,1,16873.61,23753691.08,23770564.69,127,4047,26997.78,ae -2844,SUCCESS,2,1,1426.56,23770564.69,23771991.25,127,325,2282.5,wstate -2847,SUCCESS,2,1,2547.62,23771991.25,23774538.87,127,1752,4076.19,qpeexact -2848,SUCCESS,2,1,52444.77,23774538.87,23826983.64,127,14464,83911.63,random -2850,SUCCESS,2,1,5218.84,23826983.64,23832202.48,127,3053,8350.14,qpeexact -2852,SUCCESS,2,1,5334.55,23832202.48,23837537.03,127,1327,8535.28,qpeinexact -2853,SUCCESS,2,1,21886.81,23837537.03,23859423.84,127,5612,35018.9,su2random -2854,SUCCESS,2,1,3491.33,23859423.84,23862915.17,127,2498,5586.13,qpeinexact -2855,SUCCESS,2,1,8625.89,23862915.17,23871541.06,127,4846,13801.42,qft -2857,SUCCESS,2,1,31859.91,23871541.06,23903400.97,127,8677,50975.86,qpeexact -2858,SUCCESS,2,1,3189.37,23903400.97,23906590.34,127,1645,5102.99,qftentangled -2859,SUCCESS,2,1,2773.76,23906590.34,23909364.1,127,2177,4438.02,qftentangled -2860,SUCCESS,2,1,5625.72,23909364.1,23914989.82,127,3730,9001.15,qpeinexact -2861,SUCCESS,2,1,28293.97,23914989.82,23943283.79,127,6748,45270.35,su2random -2862,SUCCESS,2,1,1562.82,23943283.79,23944846.61,127,424,2500.51,dj -2863,SUCCESS,2,1,1007.94,23944846.61,23945854.55,127,305,1612.7,groundstate -2865,SUCCESS,2,1,324.92,23945854.55,23946179.47,127,82,519.87,graphstate -2866,SUCCESS,2,1,1619.15,23946179.47,23947798.62,127,491,2590.64,dj -2867,SUCCESS,2,1,3390.08,23947798.62,23951188.7,127,740,5424.13,portfoliovqe -2868,SUCCESS,2,1,24912.57,23951188.7,23976101.27,127,6456,39860.11,qpeexact -2869,SUCCESS,2,1,1719.28,23976101.27,23977820.55,127,821,2750.85,dj -2870,SUCCESS,2,1,376.53,23977820.55,23978197.08,127,82,602.45,dj -2871,SUCCESS,2,1,2131.01,23978197.08,23980328.09,127,568,3409.62,random -2872,SUCCESS,2,1,129279.77,23980328.09,24109607.86,127,27610,206847.63,random -2873,SUCCESS,2,1,1464.87,24109607.86,24111072.73,127,549,2343.79,dj -2875,SUCCESS,2,1,8403.96,24111072.73,24119476.69,127,4252,13446.34,qpeexact -2876,SUCCESS,2,1,1942.77,24119476.69,24121419.46,127,654,3108.43,portfolioqaoa -2877,SUCCESS,2,1,770.98,24121419.46,24122190.44,127,275,1233.57,twolocalrandom -2878,SUCCESS,2,1,400.32,24122190.44,24122590.76,127,139,640.51,graphstate -2879,SUCCESS,2,1,2957.67,24122590.76,24125548.43,127,626,4732.27,ae -2880,SUCCESS,2,1,173.81,24125548.43,24125722.24,127,49,278.1,ghz -2881,SUCCESS,2,1,1863.35,24125722.24,24127585.59,127,1520,2981.36,qftentangled -2882,SUCCESS,2,1,2653.34,24127585.59,24130238.93,127,853,4245.34,dj -2883,SUCCESS,2,1,64680.47,24130238.93,24194919.4,127,17037,103488.75,pricingcall -2885,SUCCESS,2,1,94195.3,24194919.4,24289114.7,127,20425,150712.48,random -2887,SUCCESS,2,1,193.02,24289114.7,24289307.72,127,52,308.83,graphstate -2889,SUCCESS,2,1,1442.55,24289307.72,24290750.27,127,585,2308.08,qnn -2890,SUCCESS,2,1,1731.16,24290750.27,24292481.43,127,1119,2769.86,qft -2891,SUCCESS,2,1,16159.81,24292481.43,24308641.24,127,4597,25855.7,qftentangled -2892,SUCCESS,2,1,25505.21,24308641.24,24334146.45,127,7384,40808.34,pricingput -2893,SUCCESS,2,1,47831.49,24334146.45,24381977.94,127,20701,76530.38,random -2894,SUCCESS,2,1,610.08,24381977.94,24382588.02,127,486,976.13,qpeinexact -2895,SUCCESS,2,1,781.98,24382588.02,24383370,127,482,1251.17,dj -2896,SUCCESS,2,1,6348.53,24383370,24389718.53,127,2122,10157.65,ae -2899,SUCCESS,2,1,955.3,24389718.53,24390673.83,127,350,1528.48,dj -2901,SUCCESS,2,1,58169.69,24390673.83,24448843.52,127,13621,93071.5,random -2902,SUCCESS,2,1,1012.15,24448843.52,24449855.67,127,298,1619.44,dj -2903,SUCCESS,2,1,2008.47,24449855.67,24451864.14,127,1597,3213.55,qftentangled -2904,SUCCESS,2,1,18018.48,24451864.14,24469882.62,127,4252,28829.57,qpeinexact -2906,SUCCESS,2,1,13293.88,24469882.62,24483176.5,127,3479,21270.21,qpeinexact -2907,SUCCESS,2,1,602.46,24483176.5,24483778.96,127,228,963.94,dj -2908,SUCCESS,2,1,16968.66,24483778.96,24500747.62,127,6574,27149.86,qftentangled -2909,SUCCESS,2,1,15242.64,24500747.62,24515990.26,127,3587,24388.22,qftentangled -2910,SUCCESS,2,1,353.47,24515990.26,24516343.73,127,137,565.55,graphstate -2911,SUCCESS,2,1,2670.99,24516343.73,24519014.72,127,839,4273.58,qftentangled -2913,SUCCESS,2,1,179.02,24519014.72,24519193.74,127,42,286.43,ghz -2914,SUCCESS,2,1,6203.65,24519193.74,24525397.39,127,4650,9925.84,qnn -2915,SUCCESS,2,1,1185.89,24525397.39,24526583.28,127,448,1897.42,graphstate -2916,SUCCESS,2,1,115.09,24526583.28,24526698.37,127,35,184.14,qaoa -2917,SUCCESS,2,1,7274.91,24526698.37,24533973.28,127,2382,11639.86,qnn -2918,SUCCESS,2,1,1568.76,24533973.28,24535542.04,127,463,2510.02,dj -2920,SUCCESS,2,1,8508.45,24535542.04,24544050.49,127,1878,13613.52,qnn -2921,SUCCESS,2,1,75.22,24544050.49,24544125.71,127,44,120.35,ghz -2922,SUCCESS,2,1,32984.5,24544125.71,24577110.21,127,10107,52775.2,twolocalrandom -2923,SUCCESS,2,1,1165.67,24577110.21,24578275.88,127,529,1865.07,portfoliovqe -2924,SUCCESS,2,1,37281.42,24578275.88,24615557.3,127,9451,59650.27,ae -2925,SUCCESS,2,1,5397.25,24615557.3,24620954.55,127,1980,8635.6,qft -2926,SUCCESS,2,1,3073.67,24620954.55,24624028.22,127,963,4917.87,qpeinexact -2928,SUCCESS,2,1,67.92,24624028.22,24624096.14,127,41,108.67,ghz -2929,SUCCESS,2,1,46105.47,24624096.14,24670201.61,127,9655,73768.75,realamprandom -2930,SUCCESS,2,1,2207.77,24670201.61,24672409.38,127,546,3532.43,qpeinexact -2933,SUCCESS,2,1,13545.69,24672409.38,24685955.07,127,8716,21673.1,qpeinexact -2934,SUCCESS,2,1,4515.48,24685955.07,24690470.55,127,2166,7224.77,qpeinexact -2935,SUCCESS,2,1,128.4,24690470.55,24690598.95,127,65,205.44,graphstate -2936,SUCCESS,2,1,1864.09,24690598.95,24692463.04,127,591,2982.54,wstate -2937,SUCCESS,2,1,70.08,24692463.04,24692533.12,127,29,112.13,wstate -2939,SUCCESS,2,1,247.14,24692533.12,24692780.26,127,152,395.42,su2random -2940,SUCCESS,2,1,10950.23,24692780.26,24703730.49,127,2887,17520.37,ae -2941,SUCCESS,2,1,1114.18,24703730.49,24704844.67,127,325,1782.69,wstate -2942,SUCCESS,2,1,17513.51,24704844.67,24722358.18,127,8861,28021.62,qft -2943,SUCCESS,2,1,15807.15,24722358.18,24738165.33,127,7591,25291.44,qnn -2944,SUCCESS,2,1,194.28,24738165.33,24738359.61,127,54,310.85,ghz -2945,SUCCESS,2,1,773.14,24738359.61,24739132.75,127,193,1237.02,wstate -2946,SUCCESS,2,1,1580.09,24739132.75,24740712.84,127,893,2528.14,qft -2948,SUCCESS,2,1,10775.01,24740712.84,24751487.85,127,2757,17240.02,qftentangled -2951,SUCCESS,2,1,11200.36,24751487.85,24762688.21,127,3089,17920.58,ae -2952,SUCCESS,2,1,19.79,24762688.21,24762708,127,16,31.66,ghz -2953,SUCCESS,2,1,3780.37,24762708,24766488.37,127,3138,6048.59,ae -2954,SUCCESS,2,1,8014.89,24766488.37,24774503.26,127,5621,12823.82,twolocalrandom -2955,SUCCESS,2,1,26896.58,24774503.26,24801399.84,127,5638,43034.53,qpeexact -2957,SUCCESS,2,1,41044.61,24801399.84,24842444.45,127,9259,65671.38,qnn -2958,SUCCESS,2,1,216.8,24842444.45,24842661.25,127,81,346.88,ghz -2959,SUCCESS,2,1,58.78,24842661.25,24842720.03,127,33,94.05,graphstate -2961,SUCCESS,2,1,1142.93,24842720.03,24843862.96,127,390,1828.69,dj -2962,SUCCESS,2,1,1945.03,24843862.96,24845807.99,127,878,3112.05,wstate -2963,SUCCESS,2,1,24876.31,24845807.99,24870684.3,127,8620,39802.1,twolocalrandom -2964,SUCCESS,2,1,2863.8,24870684.3,24873548.1,127,629,4582.08,portfoliovqe -2965,SUCCESS,2,1,2389.04,24873548.1,24875937.14,127,859,3822.46,ghz -2966,SUCCESS,2,1,2533.58,24875937.14,24878470.72,127,1232,4053.73,qft -2968,SUCCESS,2,1,28783.12,24878470.72,24907253.84,127,8685,46052.99,su2random -2969,SUCCESS,2,1,6851.48,24907253.84,24914105.32,127,1553,10962.37,twolocalrandom -2970,SUCCESS,2,1,1517.28,24914105.32,24915622.6,127,654,2427.65,qpeinexact -2971,SUCCESS,2,1,2441.35,24915622.6,24918063.95,127,1507,3906.16,qft -2973,SUCCESS,2,1,499.97,24918063.95,24918563.92,127,137,799.95,wstate -2974,SUCCESS,2,1,619.96,24918563.92,24919183.88,127,346,991.94,dj -2975,SUCCESS,2,1,1553.72,24919183.88,24920737.6,127,495,2485.95,ghz -2976,SUCCESS,2,1,311.23,24920737.6,24921048.83,127,133,497.97,qftentangled -2977,SUCCESS,2,1,5090.8,24921048.83,24926139.63,127,2396,8145.28,qft -2979,SUCCESS,2,1,446.54,24926139.63,24926586.17,127,335,714.46,qft -2980,SUCCESS,2,1,268,24926586.17,24926854.17,127,82,428.8,graphstate -2981,SUCCESS,2,1,8215.61,24926854.17,24935069.78,127,2154,13144.98,realamprandom -2982,SUCCESS,2,1,7078.73,24935069.78,24942148.51,127,5320,11325.97,qpeexact -2983,SUCCESS,2,1,1169.11,24942148.51,24943317.62,127,379,1870.58,wstate -2984,SUCCESS,2,1,252.3,24943317.62,24943569.92,127,126,403.68,dj -2985,SUCCESS,2,1,3278.11,24943569.92,24946848.03,127,726,5244.98,dj -2986,SUCCESS,2,1,54.9,24946848.03,24946902.93,127,33,87.84,graphstate -2988,SUCCESS,2,1,8855.27,24946902.93,24955758.2,127,3152,14168.43,twolocalrandom -2989,SUCCESS,2,1,8846.44,24955758.2,24964604.64,127,3124,14154.3,grover-v-chain -2990,SUCCESS,2,1,162.89,24964604.64,24964767.53,127,65,260.62,dj -2991,SUCCESS,2,1,1005.87,24964767.53,24965773.4,127,426,1609.39,dj -2992,SUCCESS,2,1,236.12,24965773.4,24966009.52,127,133,377.79,graphstate -2993,SUCCESS,2,1,12906.94,24966009.52,24978916.46,127,3474,20651.1,qft -2995,SUCCESS,2,1,17142.55,24978916.46,24996059.01,127,4162,27428.08,qftentangled -2996,SUCCESS,2,1,9230.55,24996059.01,25005289.56,127,2265,14768.88,qpeexact -2997,SUCCESS,2,1,10242.93,25005289.56,25015532.49,127,5542,16388.69,qpeexact -2999,SUCCESS,2,1,1942.74,25015532.49,25017475.23,127,532,3108.38,qpeinexact -3000,SUCCESS,2,1,3933.29,25017475.23,25021408.52,127,977,6293.26,qft -3001,SUCCESS,2,1,11955.96,25021408.52,25033364.48,127,2528,19129.54,qft -3002,SUCCESS,2,1,5417.35,25033364.48,25038781.83,127,4340,8667.76,ae -3004,SUCCESS,2,1,315.03,25038781.83,25039096.86,127,123,504.05,ghz -3005,SUCCESS,2,1,1289.65,25039096.86,25040386.51,127,290,2063.44,su2random -3006,SUCCESS,2,1,227.65,25040386.51,25040614.16,127,125,364.24,graphstate -3007,SUCCESS,2,1,15877.86,25040614.16,25056492.02,127,3895,25404.58,pricingcall -3008,SUCCESS,2,1,253.11,25056492.02,25056745.13,127,127,404.98,graphstate -3009,SUCCESS,2,1,7327.17,25056745.13,25064072.3,127,4455,11723.47,qpeinexact -3010,SUCCESS,2,1,91713.25,25064072.3,25155785.55,127,19168,146741.2,qwalk-noancilla -3011,SUCCESS,2,1,1130.89,25155785.55,25156916.44,127,334,1809.42,dj -3012,SUCCESS,2,1,16893.54,25156916.44,25173809.98,127,3529,27029.66,ae -3013,SUCCESS,2,1,1471.45,25173809.98,25175281.43,127,316,2354.32,portfolioqaoa -3015,SUCCESS,2,1,752.25,25175281.43,25176033.68,127,193,1203.6,wstate -3016,SUCCESS,2,1,150.62,25176033.68,25176184.3,127,75,240.99,graphstate -3017,SUCCESS,2,1,86175.03,25176184.3,25262359.33,127,18432,137880.05,random -3018,SUCCESS,2,1,10885.82,25262359.33,25273245.15,127,3857,17417.31,su2random -3019,SUCCESS,2,1,26677.95,25273245.15,25299923.1,127,12094,42684.72,twolocalrandom -3020,SUCCESS,2,1,10099.8,25299923.1,25310022.9,127,3343,16159.68,qnn -3022,SUCCESS,2,1,44338.72,25310022.9,25354361.62,127,9331,70941.95,ae -3023,SUCCESS,2,1,649.65,25354361.62,25355011.27,127,440,1039.44,ae -3024,SUCCESS,2,1,271.58,25355011.27,25355282.85,127,145,434.53,qft -3025,SUCCESS,2,1,2967.06,25355282.85,25358249.91,127,1300,4747.3,ae -3026,SUCCESS,2,1,15613.1,25358249.91,25373863.01,127,6362,24980.96,twolocalrandom -3027,SUCCESS,2,1,11931.91,25373863.01,25385794.92,127,3833,19091.06,qftentangled -3029,SUCCESS,2,1,98.65,25385794.92,25385893.57,127,65,157.84,ghz -3030,SUCCESS,2,1,10417.41,25385893.57,25396310.98,127,8622,16667.86,qnn -3032,SUCCESS,2,1,1047.08,25396310.98,25397358.06,127,295,1675.33,dj -3033,SUCCESS,2,1,2330.16,25397358.06,25399688.22,127,531,3728.26,portfoliovqe -3034,SUCCESS,2,1,5113.53,25399688.22,25404801.75,127,2806,8181.65,qpeexact -3035,SUCCESS,2,1,44682.78,25404801.75,25449484.53,127,13662,71492.45,twolocalrandom -3036,SUCCESS,2,1,1498.96,25449484.53,25450983.49,127,384,2398.34,ghz -3037,SUCCESS,2,1,2783.82,25450983.49,25453767.31,127,643,4454.11,dj -3038,SUCCESS,2,1,888.1,25453767.31,25454655.41,127,320,1420.96,realamprandom -3040,SUCCESS,2,1,85.53,25454655.41,25454740.94,127,35,136.85,graphstate -3041,SUCCESS,2,1,115.88,25454740.94,25454856.82,127,81,185.41,wstate -3042,SUCCESS,2,1,5221.43,25454856.82,25460078.25,127,2561,8354.29,qpeinexact -3043,SUCCESS,2,1,3064.32,25460078.25,25463142.57,127,2483,4902.91,qnn -3044,SUCCESS,2,1,243.59,25463142.57,25463386.16,127,82,389.74,graphstate -3046,SUCCESS,2,1,7180.49,25463386.16,25470566.65,127,3032,11488.78,ae -3047,SUCCESS,2,1,2588.16,25470566.65,25473154.81,127,584,4141.06,realamprandom -3048,SUCCESS,2,1,527.71,25473154.81,25473682.52,127,333,844.34,dj -3049,SUCCESS,2,1,26342.43,25473682.52,25500024.95,127,5860,42147.89,qpeexact -3050,SUCCESS,2,1,1254.65,25500024.95,25501279.6,127,554,2007.44,dj -3051,SUCCESS,2,1,1208.58,25501279.6,25502488.18,127,283,1933.73,twolocalrandom -3053,SUCCESS,2,1,58.66,25502488.18,25502546.84,127,45,93.86,dj -3055,SUCCESS,2,1,17599.31,25502546.84,25520146.15,127,7053,28158.9,qpeinexact -3057,SUCCESS,2,1,301.69,25520146.15,25520447.84,127,237,482.7,wstate -3058,SUCCESS,2,1,201.96,25520447.84,25520649.8,127,99,323.14,qft -3059,SUCCESS,2,1,2757.63,25520649.8,25523407.43,127,1113,4412.21,wstate -3060,SUCCESS,2,1,1201.22,25523407.43,25524608.65,127,652,1921.95,dj -3061,SUCCESS,2,1,13169.97,25524608.65,25537778.62,127,5729,21071.95,qpeexact -3062,SUCCESS,2,1,12220.92,25537778.62,25549999.54,127,3776,19553.47,qftentangled -3065,SUCCESS,2,1,134.84,25549999.54,25550134.38,127,33,215.74,wstate -3067,SUCCESS,2,1,22867.58,25550134.38,25573001.96,127,5727,36588.13,qpeinexact -3068,SUCCESS,2,1,731.03,25573001.96,25573732.99,127,159,1169.65,su2random -3069,SUCCESS,2,1,1975.52,25573732.99,25575708.51,127,1014,3160.83,qnn -3070,SUCCESS,2,1,20386.45,25575708.51,25596094.96,127,6249,32618.32,ae -3071,SUCCESS,2,1,82.45,25596094.96,25596177.41,127,40,131.92,ghz -3072,SUCCESS,2,1,16597.3,25596177.41,25612774.71,127,3974,26555.68,qft -3073,SUCCESS,2,1,5725.35,25612774.71,25618500.06,127,1267,9160.56,wstate -3076,SUCCESS,2,1,26901.98,25618500.06,25645402.04,127,6329,43043.17,qft -3077,SUCCESS,2,1,26.62,25645402.04,25645428.66,127,16,42.59,ghz -3078,SUCCESS,2,1,1212.83,25645428.66,25646641.49,127,898,1940.53,ghz -3079,SUCCESS,2,1,3189.36,25646641.49,25649830.85,127,775,5102.98,ghz -3080,SUCCESS,2,1,954.46,25649830.85,25650785.31,127,327,1527.14,portfolioqaoa -3081,SUCCESS,2,1,9325.45,25650785.31,25660110.76,127,3386,14920.72,su2random -3082,SUCCESS,2,1,1000.78,25660110.76,25661111.54,127,267,1601.25,graphstate -3083,SUCCESS,2,1,173530.86,25661111.54,25834642.4,127,63881,277649.38,random -3084,SUCCESS,2,1,582.09,25834642.4,25835224.49,127,184,931.34,graphstate -3085,SUCCESS,2,1,5359.52,25835224.49,25840584.01,127,2341,8575.23,qft -3086,SUCCESS,2,1,531.58,25840584.01,25841115.59,127,231,850.53,twolocalrandom -3087,SUCCESS,2,1,9086.73,25841115.59,25850202.32,127,3506,14538.77,qft -3088,SUCCESS,2,1,740.98,25850202.32,25850943.3,127,413,1185.57,portfolioqaoa -3089,SUCCESS,2,1,703.21,25850943.3,25851646.51,127,163,1125.14,graphstate -3090,SUCCESS,2,1,11361.65,25851646.51,25863008.16,127,4034,18178.64,ae -3091,SUCCESS,2,1,294.83,25863008.16,25863302.99,127,86,471.73,graphstate -3092,SUCCESS,2,1,30825.63,25863302.99,25894128.62,127,12371,49321.01,realamprandom -3093,SUCCESS,2,1,20387.76,25894128.62,25914516.38,127,6918,32620.42,pricingput -3094,SUCCESS,2,1,1134.46,25914516.38,25915650.84,127,321,1815.14,twolocalrandom -3096,SUCCESS,2,1,33983.37,25915650.84,25949634.21,127,7888,54373.39,qftentangled -3098,SUCCESS,2,1,144.46,25949634.21,25949778.67,127,63,231.14,ghz -3099,SUCCESS,2,1,3635.6,25949778.67,25953414.27,127,2158,5816.96,qnn -3100,SUCCESS,2,1,2700.12,25953414.27,25956114.39,127,1180,4320.19,su2random -3101,SUCCESS,2,1,5074.04,25956114.39,25961188.43,127,1696,8118.46,realamprandom -3102,SUCCESS,2,1,244.67,25961188.43,25961433.1,127,134,391.47,dj -3104,SUCCESS,2,1,2271.08,25961433.1,25963704.18,127,802,3633.73,ghz -3105,SUCCESS,2,1,13226.32,25963704.18,25976930.5,127,3456,21162.11,qpeinexact -3106,SUCCESS,2,1,660.29,25976930.5,25977590.79,127,294,1056.46,dj -3107,SUCCESS,2,1,30113.6,25977590.79,26007704.39,127,7888,48181.76,qft -3108,SUCCESS,2,1,1782.33,26007704.39,26009486.72,127,385,2851.73,wstate -3109,SUCCESS,2,1,344.73,26009486.72,26009831.45,127,92,551.57,dj -3110,SUCCESS,2,1,123.7,26009831.45,26009955.15,127,26,197.92,ghz -3111,SUCCESS,2,1,11539.58,26009955.15,26021494.73,127,2454,18463.33,twolocalrandom -3112,SUCCESS,2,1,14649.44,26021494.73,26036144.17,127,3754,23439.1,realamprandom -3113,SUCCESS,2,1,18190.01,26036144.17,26054334.18,127,9712,29104.02,qnn -3114,SUCCESS,2,1,16554.17,26054334.18,26070888.35,127,4879,26486.67,twolocalrandom -3115,SUCCESS,2,1,835.17,26070888.35,26071723.52,127,236,1336.27,dj -3116,SUCCESS,2,1,97.31,26071723.52,26071820.83,127,30,155.7,vqe -3118,SUCCESS,2,1,9200.51,26071820.83,26081021.34,127,2581,14720.82,su2random -3119,SUCCESS,2,1,722.65,26081021.34,26081743.99,127,189,1156.24,ghz -3121,SUCCESS,2,1,61246.12,26081743.99,26142990.11,127,14481,97993.79,twolocalrandom -3123,SUCCESS,2,1,3470.41,26142990.11,26146460.52,127,1224,5552.66,wstate -3124,SUCCESS,2,1,5799.7,26146460.52,26152260.22,127,3479,9279.52,qpeinexact -3125,SUCCESS,2,1,651.08,26152260.22,26152911.3,127,361,1041.73,dj -3126,SUCCESS,2,1,17067.74,26152911.3,26169979.04,127,5161,27308.38,qpeinexact -3127,SUCCESS,2,1,947.92,26169979.04,26170926.96,127,672,1516.67,pricingput -3128,SUCCESS,2,1,29377.61,26170926.96,26200304.57,127,10824,47004.18,qpeexact -3129,SUCCESS,2,1,33426.89,26200304.57,26233731.46,127,8342,53483.02,twolocalrandom -3130,SUCCESS,2,1,312.28,26233731.46,26234043.74,127,209,499.65,ghz -3131,SUCCESS,2,1,12774.07,26234043.74,26246817.81,127,6049,20438.51,qftentangled -3132,SUCCESS,2,1,1807.01,26246817.81,26248624.82,127,650,2891.22,qftentangled -3133,SUCCESS,2,1,11007.55,26248624.82,26259632.37,127,4288,17612.08,qftentangled -3134,SUCCESS,2,1,858.31,26259632.37,26260490.68,127,299,1373.3,graphstate -3135,SUCCESS,2,1,19480.55,26260490.68,26279971.23,127,11777,31168.88,su2random -3138,SUCCESS,2,1,19072.86,26279971.23,26299044.09,127,4889,30516.58,qnn -3139,SUCCESS,2,1,353.36,26299044.09,26299397.45,127,107,565.38,graphstate -3140,SUCCESS,2,1,14278.21,26299397.45,26313675.66,127,5741,22845.14,ae -3142,SUCCESS,2,1,298.15,26313675.66,26313973.81,127,247,477.04,graphstate -3143,SUCCESS,2,1,2399.3,26313973.81,26316373.11,127,511,3838.88,qft -3145,SUCCESS,2,1,5875.29,26316373.11,26322248.4,127,4491,9400.46,ae -3147,SUCCESS,2,1,15888.94,26322248.4,26338137.34,127,5448,25422.3,qpeexact -3148,SUCCESS,2,1,26470.5,26338137.34,26364607.84,127,13361,42352.8,twolocalrandom -3149,SUCCESS,2,1,13819.14,26364607.84,26378426.98,127,3129,22110.62,realamprandom -3150,SUCCESS,2,1,110.46,26378426.98,26378537.44,127,28,176.74,ghz -3152,SUCCESS,2,1,115.73,26378537.44,26378653.17,127,45,185.17,ghz -3154,SUCCESS,2,1,1404.21,26378653.17,26380057.38,127,413,2246.74,portfolioqaoa -3155,SUCCESS,2,1,14128.41,26380057.38,26394185.79,127,7487,22605.46,ae -3156,SUCCESS,2,1,4879.32,26394185.79,26399065.11,127,1404,7806.91,ae -3157,SUCCESS,2,1,50188.8,26399065.11,26449253.91,127,13682,80302.08,su2random -3158,SUCCESS,2,1,2631.84,26449253.91,26451885.75,127,665,4210.94,su2random -3159,SUCCESS,2,1,1167.57,26451885.75,26453053.32,127,274,1868.11,dj -3160,SUCCESS,2,1,9173.64,26453053.32,26462226.96,127,5542,14677.82,twolocalrandom -3161,SUCCESS,2,1,1530.7,26462226.96,26463757.66,127,563,2449.12,qnn -3163,SUCCESS,2,1,1076.39,26463757.66,26464834.05,127,389,1722.22,dj -3165,SUCCESS,2,1,291.21,26464834.05,26465125.26,127,130,465.94,wstate -3167,SUCCESS,2,1,2000.89,26465125.26,26467126.15,127,438,3201.42,qnn -3169,SUCCESS,2,1,1540,26467126.15,26468666.15,127,466,2464,qnn -3170,SUCCESS,2,1,1321.61,26468666.15,26469987.76,127,422,2114.58,dj -3171,SUCCESS,2,1,2282.25,26469987.76,26472270.01,127,518,3651.6,su2random -3172,SUCCESS,2,1,5908.64,26472270.01,26478178.65,127,3828,9453.82,qftentangled -3173,SUCCESS,2,1,1599.6,26478178.65,26479778.25,127,343,2559.36,qpeinexact -3175,SUCCESS,2,1,364.43,26479778.25,26480142.68,127,160,583.09,pricingcall -3176,SUCCESS,2,1,310.17,26480142.68,26480452.85,127,65,496.27,dj -3177,SUCCESS,2,1,27304.93,26480452.85,26507757.78,127,6887,43687.89,qpeexact -3178,SUCCESS,2,1,875.35,26507757.78,26508633.13,127,209,1400.56,ae -3179,SUCCESS,2,1,4610.94,26508633.13,26513244.07,127,1693,7377.5,random -3180,SUCCESS,2,1,1243.39,26513244.07,26514487.46,127,289,1989.42,wstate -3181,SUCCESS,2,1,12502.32,26514487.46,26526989.78,127,7334,20003.71,qnn -3183,SUCCESS,2,1,83.05,26526989.78,26527072.83,127,51,132.88,graphstate -3184,SUCCESS,2,1,2475.45,26527072.83,26529548.28,127,624,3960.72,dj -3185,SUCCESS,2,1,35877.19,26529548.28,26565425.47,127,11224,57403.5,qpeexact -3186,SUCCESS,2,1,35980.77,26565425.47,26601406.24,127,7950,57569.23,qpeinexact -3191,SUCCESS,2,1,7025.51,26601406.24,26608431.75,127,4290,11240.82,ae -3193,SUCCESS,2,1,1693.8,26608431.75,26610125.55,127,429,2710.08,graphstate -3194,SUCCESS,2,1,1115.66,26610125.55,26611241.21,127,383,1785.06,graphstate -3197,SUCCESS,2,1,22086.59,26611241.21,26633327.8,127,6403,35338.54,qft -3198,SUCCESS,2,1,238.16,26633327.8,26633565.96,127,73,381.06,wstate -3199,SUCCESS,2,1,16838.31,26633565.96,26650404.27,127,9763,26941.3,realamprandom -3200,SUCCESS,2,1,15225.87,26650404.27,26665630.14,127,4893,24361.39,qpeinexact -3201,SUCCESS,2,1,10106.97,26665630.14,26675737.11,127,3531,16171.15,qftentangled -3204,SUCCESS,2,1,1619.42,26675737.11,26677356.53,127,500,2591.07,ae -3206,SUCCESS,2,1,12361.56,26677356.53,26689718.09,127,7452,19778.5,qpeexact -3207,SUCCESS,2,1,129.23,26689718.09,26689847.32,127,40,206.77,ghz -3208,SUCCESS,2,1,279.31,26689847.32,26690126.63,127,96,446.9,graphstate -3210,SUCCESS,2,1,1404.11,26690126.63,26691530.74,127,388,2246.58,qft -3211,SUCCESS,2,1,3872.87,26691530.74,26695403.61,127,2642,6196.59,twolocalrandom -3212,SUCCESS,2,1,74.48,26695403.61,26695478.09,127,50,119.17,graphstate -3213,SUCCESS,2,1,1514.26,26695478.09,26696992.35,127,1038,2422.82,ghz -3214,SUCCESS,2,1,18450.61,26696992.35,26715442.96,127,13179,29520.98,qnn -3215,SUCCESS,2,1,13755.13,26715442.96,26729198.09,127,6196,22008.21,ae -3216,SUCCESS,2,1,24291.73,26729198.09,26753489.82,127,5573,38866.77,qft -3217,SUCCESS,2,1,18194.23,26753489.82,26771684.05,127,8161,29110.77,qnn -3218,SUCCESS,2,1,9384.41,26771684.05,26781068.46,127,3105,15015.06,qft -3219,SUCCESS,2,1,5813.16,26781068.46,26786881.62,127,2613,9301.06,qnn -3220,SUCCESS,2,1,10419.57,26786881.62,26797301.19,127,4877,16671.31,qftentangled -3221,SUCCESS,2,1,15542.29,26797301.19,26812843.48,127,4411,24867.66,twolocalrandom -3222,SUCCESS,2,1,10619.91,26812843.48,26823463.39,127,3130,16991.86,qft -3224,SUCCESS,2,1,24598.74,26823463.39,26848062.13,127,13142,39357.98,su2random -3225,SUCCESS,2,1,3319.12,26848062.13,26851381.25,127,1422,5310.59,qpeexact -3226,SUCCESS,2,1,18793.76,26851381.25,26870175.01,127,12422,30070.02,twolocalrandom -3229,SUCCESS,2,1,39181.63,26870175.01,26909356.64,127,13577,62690.61,twolocalrandom -3230,SUCCESS,2,1,3408.01,26909356.64,26912764.65,127,851,5452.82,twolocalrandom -3231,SUCCESS,2,1,17956.85,26912764.65,26930721.5,127,6642,28730.96,qnn -3232,SUCCESS,2,1,101.16,26930721.5,26930822.66,127,29,161.86,ghz -3233,SUCCESS,2,1,1509.05,26930822.66,26932331.71,127,971,2414.48,qpeexact -3234,SUCCESS,2,1,7974.18,26932331.71,26940305.89,127,1857,12758.69,qftentangled -3236,SUCCESS,2,1,1013.71,26940305.89,26941319.6,127,329,1621.94,portfoliovqe -3237,SUCCESS,2,1,1635.03,26941319.6,26942954.63,127,501,2616.05,dj -3239,SUCCESS,2,1,173319.48,26942954.63,27116274.11,127,53552,277311.17,grover-v-chain -3240,SUCCESS,2,1,11895.63,27116274.11,27128169.74,127,7760,19033.01,realamprandom -3241,SUCCESS,2,1,796.49,27128169.74,27128966.23,127,272,1274.38,graphstate -3242,SUCCESS,2,1,82695.64,27128966.23,27211661.87,127,19618,132313.02,random -3243,SUCCESS,2,1,559.68,27211661.87,27212221.55,127,280,895.49,wstate -3245,SUCCESS,2,1,3449.55,27212221.55,27215671.1,127,1604,5519.28,su2random -3247,SUCCESS,2,1,2609.4,27215671.1,27218280.5,127,823,4175.04,qftentangled -3248,SUCCESS,2,1,55745.54,27218280.5,27274026.04,127,17928,89192.86,random -3249,SUCCESS,2,1,72759.55,27274026.04,27346785.59,127,22335,116415.28,random -3250,SUCCESS,2,1,3547.86,27346785.59,27350333.45,127,975,5676.58,wstate -3251,SUCCESS,2,1,750.01,27350333.45,27351083.46,127,255,1200.02,portfoliovqe -3254,SUCCESS,2,1,23630.74,27351083.46,27374714.2,127,5541,37809.18,twolocalrandom -3255,SUCCESS,2,1,560.6,27374714.2,27375274.8,127,447,896.96,dj -3256,SUCCESS,2,1,108.11,27375274.8,27375382.91,127,30,172.98,ghz -3257,SUCCESS,2,1,925.04,27375382.91,27376307.95,127,579,1480.06,ghz -3258,SUCCESS,2,1,6793.68,27376307.95,27383101.63,127,1593,10869.89,qpeexact -3259,SUCCESS,2,1,100714.5,27383101.63,27483816.13,127,38789,161143.2,qwalk-noancilla -3260,SUCCESS,2,1,1668.21,27483816.13,27485484.34,127,439,2669.14,wstate -3261,SUCCESS,2,1,65.02,27485484.34,27485549.36,127,22,104.03,graphstate -3262,SUCCESS,2,1,13157.95,27485549.36,27498707.31,127,4565,21052.72,qftentangled -3264,SUCCESS,2,1,272.41,27498707.31,27498979.72,127,214,435.86,wstate -3265,SUCCESS,2,1,202.56,27498979.72,27499182.28,127,77,324.1,graphstate -3266,SUCCESS,2,1,8009.54,27499182.28,27507191.82,127,6597,12815.26,qpeinexact -3267,SUCCESS,2,1,48.69,27507191.82,27507240.51,127,29,77.9,vqe -3269,SUCCESS,2,1,873.29,27507240.51,27508113.8,127,218,1397.26,qft -3270,SUCCESS,2,1,13310.52,27508113.8,27521424.32,127,3253,21296.83,ae -3271,SUCCESS,2,1,1314.09,27521424.32,27522738.41,127,284,2102.54,qftentangled -3272,SUCCESS,2,1,152.15,27522738.41,27522890.56,127,35,243.44,qaoa -3273,SUCCESS,2,1,286.23,27522890.56,27523176.79,127,113,457.97,graphstate -3274,SUCCESS,2,1,26010.52,27523176.79,27549187.31,127,5497,41616.83,ae -3275,SUCCESS,2,1,11666.45,27549187.31,27560853.76,127,8512,18666.32,random -3276,SUCCESS,2,1,221.18,27560853.76,27561074.94,127,83,353.89,ghz -3277,SUCCESS,2,1,436.5,27561074.94,27561511.44,127,260,698.4,dj -3278,SUCCESS,2,1,1136.07,27561511.44,27562647.51,127,767,1817.71,twolocalrandom -3279,SUCCESS,2,1,3803.7,27562647.51,27566451.21,127,1619,6085.92,qft -3280,SUCCESS,2,1,2061.55,27566451.21,27568512.76,127,662,3298.48,dj -3281,SUCCESS,2,1,3916.77,27568512.76,27572429.53,127,1208,6266.83,su2random -3282,SUCCESS,2,1,4398.36,27572429.53,27576827.89,127,1206,7037.38,wstate -3283,SUCCESS,2,1,179.93,27576827.89,27577007.82,127,60,287.89,graphstate -3284,SUCCESS,2,1,50776.96,27577007.82,27627784.78,127,10828,81243.14,twolocalrandom -3285,SUCCESS,2,1,4269.86,27627784.78,27632054.64,127,1009,6831.78,qnn -3287,SUCCESS,2,1,14713.62,27632054.64,27646768.26,127,4267,23541.79,realamprandom -3288,SUCCESS,2,1,677.91,27646768.26,27647446.17,127,302,1084.66,ghz -3289,SUCCESS,2,1,44029.91,27647446.17,27691476.08,127,10739,70447.86,qpeexact -3291,SUCCESS,2,1,263676.37,27691476.08,27955152.45,127,59576,421882.19,random -3292,SUCCESS,2,1,20197.46,27955152.45,27975349.91,127,4214,32315.94,qft -3293,SUCCESS,2,1,2890.55,27975349.91,27978240.46,127,704,4624.88,su2random -3294,SUCCESS,2,1,438.62,27978240.46,27978679.08,127,232,701.79,qnn -3295,SUCCESS,2,1,9614.42,27978679.08,27988293.5,127,2293,15383.07,qnn -3296,SUCCESS,2,1,7791.36,27988293.5,27996084.86,127,1807,12466.18,qft -3297,SUCCESS,2,1,128.83,27996084.86,27996213.69,127,29,206.13,vqe -3298,SUCCESS,2,1,7016.12,27996213.69,28003229.81,127,1543,11225.79,twolocalrandom -3299,SUCCESS,2,1,51307.72,28003229.81,28054537.53,127,11733,82092.35,random -3300,SUCCESS,2,1,502.01,28054537.53,28055039.54,127,361,803.22,realamprandom -3301,SUCCESS,2,1,35686.29,28055039.54,28090725.83,127,7922,57098.06,qpeinexact -3304,SUCCESS,2,1,12617.65,28090725.83,28103343.48,127,6600,20188.24,qpeexact -3305,SUCCESS,2,1,1492.55,28103343.48,28104836.03,127,657,2388.08,ae -3306,SUCCESS,2,1,184272.58,28104836.03,28289108.61,127,51070,294836.13,random -3307,SUCCESS,2,1,156.99,28289108.61,28289265.6,127,54,251.18,ghz -3308,SUCCESS,2,1,1214.54,28289265.6,28290480.14,127,579,1943.26,dj -3310,SUCCESS,2,1,1772.31,28290480.14,28292252.45,127,504,2835.7,qft -3312,SUCCESS,2,1,1040.83,28292252.45,28293293.28,127,295,1665.33,qnn -3313,SUCCESS,2,1,1315.53,28293293.28,28294608.81,127,356,2104.85,graphstate -3314,SUCCESS,2,1,1107.97,28294608.81,28295716.78,127,511,1772.75,twolocalrandom -3315,SUCCESS,2,1,73672.91,28295716.78,28369389.69,127,24395,117876.66,random -3316,SUCCESS,2,1,25429.21,28369389.69,28394818.9,127,7438,40686.74,su2random -3317,SUCCESS,2,1,396.48,28394818.9,28395215.38,127,177,634.37,graphstate -3318,SUCCESS,2,1,8337.24,28395215.38,28403552.62,127,2399,13339.58,ae -3319,SUCCESS,2,1,6187.79,28403552.62,28409740.41,127,1482,9900.46,ae -3320,SUCCESS,2,1,3500.17,28409740.41,28413240.58,127,2690,5600.27,qftentangled -3321,SUCCESS,2,1,148.25,28413240.58,28413388.83,127,39,237.2,graphstate -3322,SUCCESS,2,1,3734.78,28413388.83,28417123.61,127,847,5975.65,portfoliovqe -3323,SUCCESS,2,1,8903.2,28417123.61,28426026.81,127,2094,14245.12,qft -3324,SUCCESS,2,1,9772.03,28426026.81,28435798.84,127,4630,15635.25,su2random -3325,SUCCESS,2,1,17835.55,28435798.84,28453634.39,127,7202,28536.88,realamprandom -3327,SUCCESS,2,1,289.47,28453634.39,28453923.86,127,96,463.15,graphstate -3328,SUCCESS,2,1,9938.75,28453923.86,28463862.61,127,6976,15902,qft -3329,SUCCESS,2,1,28910.97,28463862.61,28492773.58,127,9909,46257.55,qnn -3332,SUCCESS,2,1,12072.44,28492773.58,28504846.02,127,5201,19315.9,qpeexact -3333,SUCCESS,2,1,1141.02,28504846.02,28505987.04,127,347,1825.63,pricingcall -3334,SUCCESS,2,1,11083.53,28505987.04,28517070.57,127,4948,17733.65,qpeinexact -3336,SUCCESS,2,1,24399.89,28517070.57,28541470.46,127,5513,39039.82,random -3337,SUCCESS,2,1,32517.5,28541470.46,28573987.96,127,7228,52028,qftentangled -3338,SUCCESS,2,1,3874.18,28573987.96,28577862.14,127,983,6198.69,ghz -3340,SUCCESS,2,1,12981.7,28577862.14,28590843.84,127,3884,20770.72,random -3341,SUCCESS,2,1,4513.45,28590843.84,28595357.29,127,2101,7221.52,qpeexact -3342,SUCCESS,2,1,42656.98,28595357.29,28638014.27,127,15792,68251.17,realamprandom -3343,SUCCESS,2,1,20427.01,28638014.27,28658441.28,127,7659,32683.22,grover-v-chain -3344,SUCCESS,2,1,8284.02,28658441.28,28666725.3,127,5429,13254.43,qftentangled -3345,SUCCESS,2,1,1986.57,28666725.3,28668711.87,127,540,3178.51,qftentangled -3346,SUCCESS,2,1,602.11,28668711.87,28669313.98,127,135,963.38,graphstate -3347,SUCCESS,2,1,6585.79,28669313.98,28675899.77,127,2452,10537.26,qnn -3348,SUCCESS,2,1,52.17,28675899.77,28675951.94,127,39,83.47,ghz -3349,SUCCESS,2,1,1909.28,28675951.94,28677861.22,127,414,3054.85,dj -3350,SUCCESS,2,1,4329.06,28677861.22,28682190.28,127,2529,6926.5,qftentangled -3351,SUCCESS,2,1,50.92,28682190.28,28682241.2,127,21,81.47,ghz -3353,SUCCESS,2,1,4708.51,28682241.2,28686949.71,127,3117,7533.62,pricingcall -3354,SUCCESS,2,1,11697.63,28686949.71,28698647.34,127,6301,18716.21,qpeinexact -3355,SUCCESS,2,1,4637.89,28698647.34,28703285.23,127,3674,7420.62,qft -3356,SUCCESS,2,1,4454.09,28703285.23,28707739.32,127,1468,7126.54,qnn -3357,SUCCESS,2,1,23075.35,28707739.32,28730814.67,127,6362,36920.56,realamprandom -3358,SUCCESS,2,1,1033.42,28730814.67,28731848.09,127,305,1653.47,dj -3359,SUCCESS,2,1,4812.36,28731848.09,28736660.45,127,3636,7699.78,qft -3361,SUCCESS,2,1,1388.59,28736660.45,28738049.04,127,295,2221.74,dj -3362,SUCCESS,2,1,1599.01,28738049.04,28739648.05,127,573,2558.42,wstate -3363,SUCCESS,2,1,21.35,28739648.05,28739669.4,127,12,34.16,ghz -3364,SUCCESS,2,1,36867.91,28739669.4,28776537.31,127,8440,58988.66,ae -3365,SUCCESS,2,1,5040.33,28776537.31,28781577.64,127,2996,8064.53,random -3367,SUCCESS,2,1,1386.07,28781577.64,28782963.71,127,341,2217.71,random -3368,SUCCESS,2,1,27136.4,28782963.71,28810100.11,127,10456,43418.24,qpeinexact -3369,SUCCESS,2,1,665.03,28810100.11,28810765.14,127,141,1064.05,wstate -3370,SUCCESS,2,1,268.32,28810765.14,28811033.46,127,68,429.31,ghz -3371,SUCCESS,2,1,7664.58,28811033.46,28818698.04,127,6319,12263.33,random -3373,SUCCESS,2,1,18115.28,28818698.04,28836813.32,127,6234,28984.45,qpeinexact -3374,SUCCESS,2,1,8644.93,28836813.32,28845458.25,127,2067,13831.89,qnn -3375,SUCCESS,2,1,59636.43,28845458.25,28905094.68,127,22390,95418.29,random -3376,SUCCESS,2,1,2022.41,28905094.68,28907117.09,127,790,3235.86,qnn -3377,SUCCESS,2,1,335.92,28907117.09,28907453.01,127,76,537.47,ghz -3379,SUCCESS,2,1,3303.05,28907453.01,28910756.06,127,1572,5284.88,realamprandom -3380,SUCCESS,2,1,3240.67,28910756.06,28913996.73,127,785,5185.07,qpeexact -3381,SUCCESS,2,1,46.77,28913996.73,28914043.5,127,19,74.83,graphstate -3382,SUCCESS,2,1,29887.58,28914043.5,28943931.08,127,8505,47820.13,qnn -3383,SUCCESS,2,1,975.01,28943931.08,28944906.09,127,390,1560.02,ghz -3384,SUCCESS,2,1,663.16,28944906.09,28945569.25,127,253,1061.06,dj -3385,SUCCESS,2,1,502.91,28945569.25,28946072.16,127,107,804.66,graphstate -3386,SUCCESS,2,1,105.2,28946072.16,28946177.36,127,42,168.32,ghz -3387,SUCCESS,2,1,1420.08,28946177.36,28947597.44,127,791,2272.13,twolocalrandom -3388,SUCCESS,2,1,180.3,28947597.44,28947777.74,127,66,288.48,ghz -3389,SUCCESS,2,1,409.47,28947777.74,28948187.21,127,114,655.15,graphstate -3392,SUCCESS,2,1,164.37,28948187.21,28948351.58,127,74,262.99,ghz -3393,SUCCESS,2,1,3217.22,28948351.58,28951568.8,127,849,5147.55,ae -3394,SUCCESS,2,1,207.31,28951568.8,28951776.11,127,63,331.7,graphstate -3395,SUCCESS,2,1,28546.04,28951776.11,28980322.15,127,9247,45673.66,qftentangled -3396,SUCCESS,2,1,10378.22,28980322.15,28990700.37,127,3242,16605.15,qnn -3398,SUCCESS,2,1,33057.3,28990700.37,29023757.67,127,9590,52891.68,qpeexact -3399,SUCCESS,2,1,1497.01,29023757.67,29025254.68,127,822,2395.22,qpeexact -3400,SUCCESS,2,1,1746.63,29025254.68,29027001.31,127,1229,2794.61,random -3401,SUCCESS,2,1,17266.85,29027001.31,29044268.16,127,5808,27626.96,twolocalrandom -3402,SUCCESS,2,1,7692.91,29044268.16,29051961.07,127,1684,12308.66,realamprandom -3403,SUCCESS,2,1,3554.43,29051961.07,29055515.5,127,1364,5687.09,pricingcall -3404,SUCCESS,2,1,1163.08,29055515.5,29056678.58,127,537,1860.93,ae -3405,SUCCESS,2,1,100.66,29056678.58,29056779.24,127,69,161.06,wstate -3406,SUCCESS,2,1,7747.53,29056779.24,29064526.77,127,2503,12396.05,su2random -3407,SUCCESS,2,1,8718.25,29064526.77,29073245.02,127,5576,13949.2,random -3408,SUCCESS,2,1,16463.12,29073245.02,29089708.14,127,11036,26340.99,qnn -3409,SUCCESS,2,1,28598.71,29089708.14,29118306.85,127,6206,45757.94,qpeexact -3410,SUCCESS,2,1,2015.13,29118306.85,29120321.98,127,1166,3224.21,twolocalrandom -3411,SUCCESS,2,1,653.1,29120321.98,29120975.08,127,431,1044.96,realamprandom -3412,SUCCESS,2,1,119.88,29120975.08,29121094.96,127,31,191.81,graphstate -3414,SUCCESS,2,1,209.65,29121094.96,29121304.61,127,108,335.44,graphstate -3417,SUCCESS,2,1,7137.81,29121304.61,29128442.42,127,5146,11420.5,pricingput -3418,SUCCESS,2,1,4286.34,29128442.42,29132728.76,127,1181,6858.14,su2random -3419,SUCCESS,2,1,9271.79,29132728.76,29142000.55,127,2158,14834.86,qnn -3420,SUCCESS,2,1,1858.11,29142000.55,29143858.66,127,542,2972.98,qnn -3421,SUCCESS,2,1,1984.94,29143858.66,29145843.6,127,603,3175.9,dj -3422,SUCCESS,2,1,27638.97,29145843.6,29173482.57,127,11040,44222.35,qnn -3424,SUCCESS,2,1,672.62,29173482.57,29174155.19,127,221,1076.19,graphstate -3425,SUCCESS,2,1,165.29,29174155.19,29174320.48,127,63,264.46,dj -3426,SUCCESS,2,1,296.02,29174320.48,29174616.5,127,91,473.63,graphstate -3427,SUCCESS,2,1,8925.03,29174616.5,29183541.53,127,2403,14280.05,qft -3429,SUCCESS,2,1,167.38,29183541.53,29183708.91,127,113,267.81,ghz -3430,SUCCESS,2,1,5686.59,29183708.91,29189395.5,127,1425,9098.54,qftentangled -3431,SUCCESS,2,1,120800.73,29189395.5,29310196.23,127,35237,193281.17,random -3434,SUCCESS,2,1,23413.34,29310196.23,29333609.57,127,6451,37461.34,random -3435,SUCCESS,2,1,8211.48,29333609.57,29341821.05,127,2143,13138.37,twolocalrandom -3436,SUCCESS,2,1,2576.76,29341821.05,29344397.81,127,676,4122.82,qpeinexact -3438,SUCCESS,2,1,8636.19,29344397.81,29353034,127,1890,13817.9,qpeexact -3439,SUCCESS,2,1,1457.79,29353034,29354491.79,127,360,2332.46,dj -3440,SUCCESS,2,1,31.33,29354491.79,29354523.12,127,25,50.13,graphstate -3441,SUCCESS,2,1,7586.11,29354523.12,29362109.23,127,1835,12137.78,qftentangled -3442,SUCCESS,2,1,82.37,29362109.23,29362191.6,127,58,131.79,graphstate -3443,SUCCESS,2,1,1616.56,29362191.6,29363808.16,127,591,2586.5,realamprandom -3444,SUCCESS,2,1,3802.04,29363808.16,29367610.2,127,824,6083.26,qft -3445,SUCCESS,2,1,1540.09,29367610.2,29369150.29,127,1014,2464.14,ghz -3446,SUCCESS,2,1,368.5,29369150.29,29369518.79,127,293,589.6,wstate -3447,SUCCESS,2,1,2866.24,29369518.79,29372385.03,127,1517,4585.98,su2random -3448,SUCCESS,2,1,207.32,29372385.03,29372592.35,127,55,331.71,graphstate -3449,SUCCESS,2,1,10994.69,29372592.35,29383587.04,127,6628,17591.5,ae -3450,SUCCESS,2,1,26115.43,29383587.04,29409702.47,127,9042,41784.69,twolocalrandom -3451,SUCCESS,2,1,230.15,29409702.47,29409932.62,127,183,368.24,dj -3452,SUCCESS,2,1,4356.8,29409932.62,29414289.42,127,981,6970.88,qnn -3454,SUCCESS,2,1,20153.4,29414289.42,29434442.82,127,5392,32245.44,twolocalrandom -3455,SUCCESS,2,1,12384.71,29434442.82,29446827.53,127,4840,19815.54,ae -3456,SUCCESS,2,1,444.12,29446827.53,29447271.65,127,151,710.59,qpeexact -3457,SUCCESS,2,1,7541.04,29447271.65,29454812.69,127,4331,12065.66,qpeinexact -3460,SUCCESS,2,1,9936.01,29454812.69,29464748.7,127,2978,15897.62,random -3462,SUCCESS,2,1,154.8,29464748.7,29464903.5,127,74,247.68,graphstate -3464,SUCCESS,2,1,1530.71,29464903.5,29466434.21,127,371,2449.14,twolocalrandom -3465,SUCCESS,2,1,4842.32,29466434.21,29471276.53,127,2269,7747.71,qpeexact -3466,SUCCESS,2,1,726.37,29471276.53,29472002.9,127,352,1162.19,su2random -3467,SUCCESS,2,1,151.4,29472002.9,29472154.3,127,115,242.24,graphstate -3468,SUCCESS,2,1,30373.88,29472154.3,29502528.18,127,16016,48598.21,random -3470,SUCCESS,2,1,8771.09,29502528.18,29511299.27,127,6101,14033.74,ae -3471,SUCCESS,2,1,12329.58,29511299.27,29523628.85,127,4740,19727.33,qft -3472,SUCCESS,2,1,1538.32,29523628.85,29525167.17,127,441,2461.31,dj -3476,SUCCESS,2,1,392.24,29525167.17,29525559.41,127,252,627.58,qnn -3478,SUCCESS,2,1,1435.16,29525559.41,29526994.57,127,403,2296.26,qpeexact -3480,SUCCESS,2,1,17354.7,29526994.57,29544349.27,127,4282,27767.52,qft -3481,SUCCESS,2,1,605.3,29544349.27,29544954.57,127,173,968.48,qnn -3482,SUCCESS,2,1,506.9,29544954.57,29545461.47,127,112,811.04,graphstate -3487,SUCCESS,2,1,102.29,29545461.47,29545563.76,127,27,163.66,vqe -3488,SUCCESS,2,1,22942.33,29545563.76,29568506.09,127,8475,36707.73,qft -3489,SUCCESS,2,1,34793.31,29568506.09,29603299.4,127,8076,55669.3,qpeinexact -3490,SUCCESS,2,1,22299.87,29603299.4,29625599.27,127,7078,35679.79,qftentangled -3491,SUCCESS,2,1,4722.98,29625599.27,29630322.25,127,1648,7556.77,ae -3492,SUCCESS,2,1,2889.49,29630322.25,29633211.74,127,1312,4623.18,wstate -3493,SUCCESS,2,1,31460.32,29633211.74,29664672.06,127,7636,50336.51,twolocalrandom -3494,SUCCESS,2,1,485.64,29664672.06,29665157.7,127,213,777.02,wstate -3495,SUCCESS,2,1,20030.03,29665157.7,29685187.73,127,7792,32048.05,qnn -3496,SUCCESS,2,1,2076.65,29685187.73,29687264.38,127,1642,3322.64,qnn -3497,SUCCESS,2,1,2765.84,29687264.38,29690030.22,127,633,4425.34,su2random -3498,SUCCESS,2,1,20888.28,29690030.22,29710918.5,127,13036,33421.25,realamprandom -3499,SUCCESS,2,1,32024.92,29710918.5,29742943.42,127,8425,51239.87,qft -3500,SUCCESS,2,1,15355.26,29742943.42,29758298.68,127,5638,24568.42,qpeinexact -3501,SUCCESS,2,1,318.5,29758298.68,29758617.18,127,80,509.6,graphstate -3502,SUCCESS,2,1,73.8,29758617.18,29758690.98,127,22,118.08,vqe -3503,SUCCESS,2,1,3463.07,29758690.98,29762154.05,127,1849,5540.91,qpeinexact -3504,SUCCESS,2,1,2464.62,29762154.05,29764618.67,127,830,3943.39,ghz -3505,SUCCESS,2,1,2030.99,29764618.67,29766649.66,127,1330,3249.58,wstate -3506,SUCCESS,2,1,158.99,29766649.66,29766808.65,127,101,254.38,wstate -3508,SUCCESS,2,1,339.44,29766808.65,29767148.09,127,81,543.1,wstate -3510,SUCCESS,2,1,1625.19,29767148.09,29768773.28,127,338,2600.3,qpeinexact -3511,SUCCESS,2,1,8096.91,29768773.28,29776870.19,127,1958,12955.06,qft -3512,SUCCESS,2,1,1672.56,29776870.19,29778542.75,127,737,2676.1,su2random -3513,SUCCESS,2,1,2546.12,29778542.75,29781088.87,127,1045,4073.79,wstate -3514,SUCCESS,2,1,409.3,29781088.87,29781498.17,127,173,654.88,qnn -3515,SUCCESS,2,1,150.57,29781498.17,29781648.74,127,38,240.91,ghz -3516,SUCCESS,2,1,2172.04,29781648.74,29783820.78,127,790,3475.26,su2random -3517,SUCCESS,2,1,1343.65,29783820.78,29785164.43,127,972,2149.84,su2random -3518,SUCCESS,2,1,3129.24,29785164.43,29788293.67,127,879,5006.78,qft -3519,SUCCESS,2,1,8791.33,29788293.67,29797085,127,2074,14066.13,pricingcall -3520,SUCCESS,2,1,25442.42,29797085,29822527.42,127,8270,40707.87,qpeexact -3521,SUCCESS,2,1,599.76,29822527.42,29823127.18,127,133,959.62,wstate -3522,SUCCESS,2,1,2178.57,29823127.18,29825305.75,127,1088,3485.71,qnn -3523,SUCCESS,2,1,25444.96,29825305.75,29850750.71,127,14824,40711.94,realamprandom -3524,SUCCESS,2,1,16900.54,29850750.71,29867651.25,127,5264,27040.86,qnn -3525,SUCCESS,2,1,9355.64,29867651.25,29877006.89,127,2330,14969.02,ae -3526,SUCCESS,2,1,3723.49,29877006.89,29880730.38,127,1061,5957.58,twolocalrandom -3527,SUCCESS,2,1,45131.15,29880730.38,29925861.53,127,10227,72209.84,realamprandom -3528,SUCCESS,2,1,29035.26,29925861.53,29954896.79,127,6505,46456.42,qpeexact -3529,SUCCESS,2,1,272.67,29954896.79,29955169.46,127,72,436.27,ghz -3530,SUCCESS,2,1,2508.03,29955169.46,29957677.49,127,1086,4012.85,qnn -3531,SUCCESS,2,1,276816.72,29957677.49,30234494.21,127,78093,442906.75,qwalk-noancilla -3533,SUCCESS,2,1,4420.42,30234494.21,30238914.63,127,1110,7072.67,realamprandom -3534,SUCCESS,2,1,2446.43,30238914.63,30241361.06,127,1202,3914.29,qftentangled -3535,SUCCESS,2,1,1710.45,30241361.06,30243071.51,127,380,2736.72,qft -3536,SUCCESS,2,1,18702.03,30243071.51,30261773.54,127,4699,29923.25,ae -3538,SUCCESS,2,1,22862.01,30261773.54,30284635.55,127,7820,36579.22,random -3539,SUCCESS,2,1,302.4,30284635.55,30284937.95,127,76,483.84,graphstate -3540,SUCCESS,2,1,5958.72,30284937.95,30290896.67,127,3716,9533.95,ae -3541,SUCCESS,2,1,25458.51,30290896.67,30316355.18,127,6790,40733.62,qpeexact -3544,SUCCESS,2,1,89123.81,30316355.18,30405478.99,127,34032,142598.1,shor -3545,SUCCESS,2,1,12732.23,30405478.99,30418211.22,127,3546,20371.57,qpeinexact -3546,SUCCESS,2,1,6294.63,30418211.22,30424505.85,127,2395,10071.41,twolocalrandom -3547,SUCCESS,2,1,146363.16,30424505.85,30570869.01,127,33770,234181.06,random -3548,SUCCESS,2,1,18191.74,30570869.01,30589060.75,127,4912,29106.78,ae -3550,SUCCESS,2,1,12243.43,30589060.75,30601304.18,127,2630,19589.49,qpeinexact -3551,SUCCESS,2,1,1475.18,30601304.18,30602779.36,127,895,2360.29,realamprandom -3552,SUCCESS,2,1,6131.17,30602779.36,30608910.53,127,1697,9809.87,twolocalrandom -3553,SUCCESS,2,1,1412.65,30608910.53,30610323.18,127,377,2260.24,su2random -3554,SUCCESS,2,1,10583.8,30610323.18,30620906.98,127,4196,16934.08,random -3555,SUCCESS,2,1,15213.58,30620906.98,30636120.56,127,5886,24341.73,qftentangled -3556,SUCCESS,2,1,34937.48,30636120.56,30671058.04,127,7522,55899.97,qft -3557,SUCCESS,2,1,7707.6,30671058.04,30678765.64,127,3549,12332.16,grover-noancilla -3559,SUCCESS,2,1,6289.45,30678765.64,30685055.09,127,2147,10063.12,su2random -3560,SUCCESS,2,1,26268.69,30685055.09,30711323.78,127,9136,42029.9,random -3561,SUCCESS,2,1,18281.04,30711323.78,30729604.82,127,4955,29249.66,qnn -3562,SUCCESS,2,1,71.7,30729604.82,30729676.52,127,26,114.72,vqe -3563,SUCCESS,2,1,92.76,30729676.52,30729769.28,127,27,148.42,ghz -3564,SUCCESS,2,1,6810.97,30729769.28,30736580.25,127,3009,10897.55,qpeexact -3565,SUCCESS,2,1,66231.17,30736580.25,30802811.42,127,40327,105969.87,random -3566,SUCCESS,2,1,50913.89,30802811.42,30853725.31,127,11760,81462.22,realamprandom -3567,SUCCESS,2,1,8050.82,30853725.31,30861776.13,127,3155,12881.31,su2random -3569,SUCCESS,2,1,813.93,30861776.13,30862590.06,127,376,1302.29,random -3570,SUCCESS,2,1,20596.36,30862590.06,30883186.42,127,5662,32954.18,qpeexact -3571,SUCCESS,2,1,1133.18,30883186.42,30884319.6,127,471,1813.09,pricingcall -3572,SUCCESS,2,1,49.65,30884319.6,30884369.25,127,25,79.44,dj -3573,SUCCESS,2,1,2195.24,30884369.25,30886564.49,127,627,3512.38,ae -3574,SUCCESS,2,1,9279.13,30886564.49,30895843.62,127,3352,14846.61,su2random -3575,SUCCESS,2,1,67531.61,30895843.62,30963375.23,127,29138,108050.58,random -3576,SUCCESS,2,1,951.18,30963375.23,30964326.41,127,700,1521.89,qft -3577,SUCCESS,2,1,912.2,30964326.41,30965238.61,127,242,1459.52,dj -3578,SUCCESS,2,1,19662.36,30965238.61,30984900.97,127,5400,31459.78,qpeexact -3579,SUCCESS,2,1,29338.46,30984900.97,31014239.43,127,15894,46941.54,realamprandom -3580,SUCCESS,2,1,6802.3,31014239.43,31021041.73,127,2101,10883.68,qpeinexact -3581,SUCCESS,2,1,1450.75,31021041.73,31022492.48,127,335,2321.2,twolocalrandom -3582,SUCCESS,2,1,20038.77,31022492.48,31042531.25,127,4185,32062.03,realamprandom -3583,SUCCESS,2,1,2552.43,31042531.25,31045083.68,127,1433,4083.89,su2random -3584,SUCCESS,2,1,939.31,31045083.68,31046022.99,127,468,1502.9,dj -3587,SUCCESS,2,1,1864.57,31046022.99,31047887.56,127,428,2983.31,qft -3588,SUCCESS,2,1,9094.8,31047887.56,31056982.36,127,5610,14551.68,qpeexact -3589,SUCCESS,2,1,1630.3,31056982.36,31058612.66,127,658,2608.48,qnn -3590,SUCCESS,2,1,12796.65,31058612.66,31071409.31,127,5242,20474.64,qpeexact -3591,SUCCESS,2,1,9701.33,31071409.31,31081110.64,127,4926,15522.13,qpeinexact -3593,SUCCESS,2,1,900.63,31081110.64,31082011.27,127,501,1441.01,dj -3596,SUCCESS,2,1,4047.37,31082011.27,31086058.64,127,856,6475.79,ae -3598,SUCCESS,2,1,17737.91,31086058.64,31103796.55,127,6119,28380.66,qft -3599,SUCCESS,2,1,893.35,31103796.55,31104689.9,127,233,1429.36,realamprandom -3600,SUCCESS,2,1,19924.33,31104689.9,31124614.23,127,8384,31878.93,qpeinexact -3601,SUCCESS,2,1,277.61,31124614.23,31124891.84,127,64,444.18,graphstate -3602,SUCCESS,2,1,3952.65,31124891.84,31128844.49,127,987,6324.24,ghz -3603,SUCCESS,2,1,55237.81,31128844.49,31184082.3,127,16703,88380.5,twolocalrandom -3604,SUCCESS,2,1,460.71,31184082.3,31184543.01,127,117,737.14,ghz -3605,SUCCESS,2,1,386.12,31184543.01,31184929.13,127,109,617.79,qaoa -3606,SUCCESS,2,1,1734.74,31184929.13,31186663.87,127,921,2775.58,ae -3608,SUCCESS,2,1,4758.75,31186663.87,31191422.62,127,1095,7614,grover-v-chain -3610,SUCCESS,2,1,51202.51,31191422.62,31242625.13,127,12492,81924.02,realamprandom -3612,SUCCESS,2,1,537.55,31242625.13,31243162.68,127,167,860.08,qpeexact -3613,SUCCESS,2,1,45303.94,31243162.68,31288466.62,127,10086,72486.3,su2random -3615,SUCCESS,2,1,478.48,31288466.62,31288945.1,127,175,765.57,graphstate -3616,SUCCESS,2,1,859.18,31288945.1,31289804.28,127,392,1374.69,ghz -3617,SUCCESS,2,1,76.7,31289804.28,31289880.98,127,37,122.72,wstate -3619,SUCCESS,2,1,3180.06,31289880.98,31293061.04,127,1608,5088.1,wstate -3621,SUCCESS,2,1,51093.28,31293061.04,31344154.32,127,30584,81749.25,grover-noancilla -3622,SUCCESS,2,1,4518.78,31344154.32,31348673.1,127,1271,7230.05,qpeexact -3623,SUCCESS,2,1,62.11,31348673.1,31348735.21,127,15,99.38,ghz -3624,SUCCESS,2,1,51102.61,31348735.21,31399837.82,127,12113,81764.18,realamprandom -3625,SUCCESS,2,1,46823.49,31399837.82,31446661.31,127,11108,74917.58,qnn -3626,SUCCESS,2,1,258.47,31446661.31,31446919.78,127,69,413.55,ghz -3627,SUCCESS,2,1,7285.39,31446919.78,31454205.17,127,2291,11656.62,qft -3628,SUCCESS,2,1,8461.19,31454205.17,31462666.36,127,4445,13537.9,qftentangled -3629,SUCCESS,2,1,16368,31462666.36,31479034.36,127,7636,26188.8,realamprandom -3630,SUCCESS,2,1,6701.43,31479034.36,31485735.79,127,2038,10722.29,random -3631,SUCCESS,2,1,9100.33,31485735.79,31494836.12,127,5320,14560.53,qpeinexact -3633,SUCCESS,2,1,11789.45,31494836.12,31506625.57,127,4325,18863.12,qftentangled -3635,SUCCESS,2,1,9829.24,31506625.57,31516454.81,127,5493,15726.78,random -3636,SUCCESS,2,1,2699.74,31516454.81,31519154.55,127,586,4319.58,ghz -3637,SUCCESS,2,1,7794.64,31519154.55,31526949.19,127,4280,12471.42,qft -3638,SUCCESS,2,1,341.56,31526949.19,31527290.75,127,80,546.5,dj -3639,SUCCESS,2,1,2334.59,31527290.75,31529625.34,127,1482,3735.34,qft -3640,SUCCESS,2,1,238.38,31529625.34,31529863.72,127,165,381.41,dj -3641,SUCCESS,2,1,9444.12,31529863.72,31539307.84,127,3211,15110.59,twolocalrandom -3642,SUCCESS,2,1,2738.49,31539307.84,31542046.33,127,1035,4381.58,su2random -3645,SUCCESS,2,1,23017.75,31542046.33,31565064.08,127,6116,36828.4,qft -3647,SUCCESS,2,1,181.75,31565064.08,31565245.83,127,44,290.8,ghz -3648,SUCCESS,2,1,1854.72,31565245.83,31567100.55,127,670,2967.55,dj -3649,SUCCESS,2,1,394.07,31567100.55,31567494.62,127,109,630.51,qft -3650,SUCCESS,2,1,8362.96,31567494.62,31575857.58,127,2299,13380.74,qpeexact -3651,SUCCESS,2,1,25281.19,31575857.58,31601138.77,127,8106,40449.9,ae -3652,SUCCESS,2,1,2333.1,31601138.77,31603471.87,127,1116,3732.96,qnn -3653,SUCCESS,2,1,1818.4,31603471.87,31605290.27,127,604,2909.44,dj -3654,SUCCESS,2,1,5747.67,31605290.27,31611037.94,127,1874,9196.27,qpeexact -3655,SUCCESS,2,1,14658.98,31611037.94,31625696.92,127,3345,23454.37,qft -3656,SUCCESS,2,1,2433.83,31625696.92,31628130.75,127,1048,3894.13,qftentangled -3658,SUCCESS,2,1,2833.68,31628130.75,31630964.43,127,1682,4533.89,qftentangled -3659,SUCCESS,2,1,238.56,31630964.43,31631202.99,127,54,381.7,dj -3660,SUCCESS,2,1,3998.32,31631202.99,31635201.31,127,3084,6397.31,qft -3661,SUCCESS,2,1,27529.67,31635201.31,31662730.98,127,6404,44047.47,qpeinexact -3662,SUCCESS,2,1,1473.37,31662730.98,31664204.35,127,409,2357.39,dj -3663,SUCCESS,2,1,8258.39,31664204.35,31672462.74,127,2291,13213.42,qpeinexact -3665,SUCCESS,2,1,29129.13,31672462.74,31701591.87,127,14556,46606.61,twolocalrandom -3666,SUCCESS,2,1,12883.24,31701591.87,31714475.11,127,2818,20613.18,qftentangled -3667,SUCCESS,2,1,279.3,31714475.11,31714754.41,127,121,446.88,wstate -3668,SUCCESS,2,1,3433.44,31714754.41,31718187.85,127,1244,5493.5,su2random -3669,SUCCESS,2,1,969.53,31718187.85,31719157.38,127,335,1551.25,twolocalrandom -3670,SUCCESS,2,1,2841.99,31719157.38,31721999.37,127,690,4547.18,pricingcall -3672,SUCCESS,2,1,22613.62,31721999.37,31744612.99,127,11991,36181.79,random -3673,SUCCESS,2,1,1507.39,31744612.99,31746120.38,127,364,2411.82,dj -3674,SUCCESS,2,1,3834.72,31746120.38,31749955.1,127,1224,6135.55,qpeinexact -3675,SUCCESS,2,1,2079.23,31749955.1,31752034.33,127,838,3326.77,realamprandom -3676,SUCCESS,2,1,17493.53,31752034.33,31769527.86,127,6824,27989.65,ae -3677,SUCCESS,2,1,805.01,31769527.86,31770332.87,127,230,1288.02,ae -3678,SUCCESS,2,1,164.81,31770332.87,31770497.68,127,39,263.7,ghz -3679,SUCCESS,2,1,365.64,31770497.68,31770863.32,127,178,585.02,pricingput -3680,SUCCESS,2,1,5199.07,31770863.32,31776062.39,127,1187,8318.51,qftentangled -3681,SUCCESS,2,1,25539.93,31776062.39,31801602.32,127,11110,40863.89,su2random -3682,SUCCESS,2,1,4422.41,31801602.32,31806024.73,127,2981,7075.86,qft -3683,SUCCESS,2,1,40379.5,31806024.73,31846404.23,127,16541,64607.2,su2random -3684,SUCCESS,2,1,1404.85,31846404.23,31847809.08,127,642,2247.76,qnn -3685,SUCCESS,2,1,24898.43,31847809.08,31872707.51,127,6267,39837.49,qftentangled -3686,SUCCESS,2,1,5174.21,31872707.51,31877881.72,127,3485,8278.74,ae -3688,SUCCESS,2,1,4777.05,31877881.72,31882658.77,127,2698,7643.28,qftentangled -3689,SUCCESS,2,1,2276.47,31882658.77,31884935.24,127,812,3642.35,realamprandom -3690,SUCCESS,2,1,34381.59,31884935.24,31919316.83,127,7423,55010.54,ae -3691,SUCCESS,2,1,988.98,31919316.83,31920305.81,127,472,1582.37,wstate -3693,SUCCESS,2,1,23279.69,31920305.81,31943585.5,127,6256,37247.5,qft -3694,SUCCESS,2,1,45582.98,31943585.5,31989168.48,127,27382,72932.77,random -3695,SUCCESS,2,1,74095.12,31989168.48,32063263.6,127,25416,118552.19,random -3696,SUCCESS,2,1,245.86,32063263.6,32063509.46,127,123,393.38,graphstate -3697,SUCCESS,2,1,33225.48,32063509.46,32096734.94,127,10456,53160.77,qpeexact -3698,SUCCESS,2,1,20336.44,32096734.94,32117071.38,127,5235,32538.3,qpeexact -3699,SUCCESS,2,1,251.54,32117071.38,32117322.92,127,53,402.46,wstate -3700,SUCCESS,2,1,163.93,32117322.92,32117486.85,127,35,262.29,qaoa -3701,SUCCESS,2,1,339.86,32117486.85,32117826.71,127,117,543.78,wstate -3702,SUCCESS,2,1,6773.43,32117826.71,32124600.14,127,4166,10837.49,qftentangled -3703,SUCCESS,2,1,1470.36,32124600.14,32126070.5,127,905,2352.58,dj -3705,SUCCESS,2,1,75.96,32126070.5,32126146.46,127,23,121.54,ghz -3706,SUCCESS,2,1,303.78,32126146.46,32126450.24,127,114,486.05,dj -3707,SUCCESS,2,1,14106.92,32126450.24,32140557.16,127,6242,22571.07,ae -3709,SUCCESS,2,1,5538.48,32140557.16,32146095.64,127,2630,8861.57,su2random -3710,SUCCESS,2,1,56,32146095.64,32146151.64,127,25,89.6,vqe -3711,SUCCESS,2,1,2690.57,32146151.64,32148842.21,127,639,4304.91,dj -3713,SUCCESS,2,1,2113.63,32148842.21,32150955.84,127,1189,3381.81,wstate -3714,SUCCESS,2,1,147.99,32150955.84,32151103.83,127,59,236.78,graphstate -3715,SUCCESS,2,1,720.18,32151103.83,32151824.01,127,371,1152.29,realamprandom -3716,SUCCESS,2,1,2272.97,32151824.01,32154096.98,127,503,3636.75,ae -3718,SUCCESS,2,1,15451.48,32154096.98,32169548.46,127,3950,24722.37,qft -3720,SUCCESS,2,1,197.79,32169548.46,32169746.25,127,47,316.46,graphstate -3721,SUCCESS,2,1,335.1,32169746.25,32170081.35,127,255,536.16,dj -3722,SUCCESS,2,1,1150.31,32170081.35,32171231.66,127,480,1840.5,dj -3723,SUCCESS,2,1,27004.62,32171231.66,32198236.28,127,6636,43207.39,qpeinexact -3724,SUCCESS,2,1,1336.77,32198236.28,32199573.05,127,375,2138.83,qnn -3726,SUCCESS,2,1,7969.01,32199573.05,32207542.06,127,2081,12750.42,qnn -3727,SUCCESS,2,1,235.14,32207542.06,32207777.2,127,67,376.22,ghz -3728,SUCCESS,2,1,448.27,32207777.2,32208225.47,127,96,717.23,ghz -3729,SUCCESS,2,1,1768.08,32208225.47,32209993.55,127,455,2828.93,qft -3730,SUCCESS,2,1,30250.17,32209993.55,32240243.72,127,16740,48400.27,random -3731,SUCCESS,2,1,1435.16,32240243.72,32241678.88,127,1009,2296.26,wstate -3732,SUCCESS,2,1,1046.29,32241678.88,32242725.17,127,377,1674.06,wstate -3733,SUCCESS,2,1,104.31,32242725.17,32242829.48,127,24,166.9,vqe -3734,SUCCESS,2,1,34878.82,32242829.48,32277708.3,127,8076,55806.11,qpeexact -3735,SUCCESS,2,1,1334.14,32277708.3,32279042.44,127,519,2134.62,wstate -3736,SUCCESS,2,1,667.57,32279042.44,32279710.01,127,317,1068.11,qpeexact -3738,SUCCESS,2,1,43017.89,32279710.01,32322727.9,127,11303,68828.62,qnn -3739,SUCCESS,2,1,7188.26,32322727.9,32329916.16,127,2104,11501.22,qpeexact -3740,SUCCESS,2,1,1235.65,32329916.16,32331151.81,127,540,1977.04,portfoliovqe -3741,SUCCESS,2,1,11292.58,32331151.81,32342444.39,127,2948,18068.13,qft -3742,SUCCESS,2,1,8242.79,32342444.39,32350687.18,127,4948,13188.46,qftentangled -3743,SUCCESS,2,1,7535.71,32350687.18,32358222.89,127,1927,12057.14,twolocalrandom -3744,SUCCESS,2,1,18006.56,32358222.89,32376229.45,127,6882,28810.5,pricingcall -3745,SUCCESS,2,1,2381.76,32376229.45,32378611.21,127,537,3810.82,wstate -3746,SUCCESS,2,1,9893.89,32378611.21,32388505.1,127,3917,15830.22,twolocalrandom -3747,SUCCESS,2,1,4090.26,32388505.1,32392595.36,127,3343,6544.42,qftentangled -3748,SUCCESS,2,1,2006.42,32392595.36,32394601.78,127,575,3210.27,dj -3750,SUCCESS,2,1,71.77,32394601.78,32394673.55,127,18,114.83,graphstate -3751,SUCCESS,2,1,2660.58,32394673.55,32397334.13,127,726,4256.93,qnn -3752,SUCCESS,2,1,25811.54,32397334.13,32423145.67,127,6908,41298.46,qft -3753,SUCCESS,2,1,6136.88,32423145.67,32429282.55,127,1937,9819.01,qpeinexact -3754,SUCCESS,2,1,23785.89,32429282.55,32453068.44,127,11000,38057.42,qpeexact -3755,SUCCESS,2,1,9007.57,32453068.44,32462076.01,127,5605,14412.11,ae -3756,SUCCESS,2,1,1631.19,32462076.01,32463707.2,127,756,2609.9,qpeexact -3757,SUCCESS,2,1,36841.92,32463707.2,32500549.12,127,7902,58947.07,qwalk-v-chain -3758,SUCCESS,2,1,1308.58,32500549.12,32501857.7,127,994,2093.73,qft -3759,SUCCESS,2,1,151.71,32501857.7,32502009.41,127,53,242.74,graphstate -3760,SUCCESS,2,1,9119.06,32502009.41,32511128.47,127,5004,14590.5,qftentangled -3761,SUCCESS,2,1,1854.3,32511128.47,32512982.77,127,1011,2966.88,qpeinexact -3762,SUCCESS,2,1,4099.92,32512982.77,32517082.69,127,1970,6559.87,qftentangled -3763,SUCCESS,2,1,23195.8,32517082.69,32540278.49,127,9646,37113.28,qnn -3764,SUCCESS,2,1,309.55,32540278.49,32540588.04,127,77,495.28,graphstate -3765,SUCCESS,2,1,48964.01,32540588.04,32589552.05,127,20184,78342.42,random -3766,SUCCESS,2,1,3074.25,32589552.05,32592626.3,127,876,4918.8,wstate -3768,SUCCESS,2,1,1972.89,32592626.3,32594599.19,127,542,3156.62,dj -3769,SUCCESS,2,1,4808.29,32594599.19,32599407.48,127,1030,7693.26,ghz -3770,SUCCESS,2,1,15779.78,32599407.48,32615187.26,127,5391,25247.65,ae -3771,SUCCESS,2,1,906.04,32615187.26,32616093.3,127,229,1449.66,realamprandom -3772,SUCCESS,2,1,11221.5,32616093.3,32627314.8,127,6998,17954.4,qpeexact -3774,SUCCESS,2,1,4872.39,32627314.8,32632187.19,127,1339,7795.82,qpeinexact -3775,SUCCESS,2,1,14536.35,32632187.19,32646723.54,127,4459,23258.16,twolocalrandom -3776,SUCCESS,2,1,761.03,32646723.54,32647484.57,127,375,1217.65,su2random -3778,SUCCESS,2,1,33170.12,32647484.57,32680654.69,127,8575,53072.19,qpeinexact -3780,SUCCESS,2,1,9681.86,32680654.69,32690336.55,127,3589,15490.98,qft -3781,SUCCESS,2,1,1238.78,32690336.55,32691575.33,127,609,1982.05,wstate -3782,SUCCESS,2,1,11672.6,32691575.33,32703247.93,127,3546,18676.16,qpeexact -3783,SUCCESS,2,1,2351.2,32703247.93,32705599.13,127,1196,3761.92,qnn -3784,SUCCESS,2,1,772.3,32705599.13,32706371.43,127,624,1235.68,dj -3785,SUCCESS,2,1,1150.44,32706371.43,32707521.87,127,828,1840.7,dj -3786,SUCCESS,2,1,12603.32,32707521.87,32720125.19,127,5854,20165.31,su2random -3787,SUCCESS,2,1,4735.35,32720125.19,32724860.54,127,3720,7576.56,su2random -3788,SUCCESS,2,1,81139.59,32724860.54,32806000.13,127,17063,129823.34,twolocalrandom -3789,SUCCESS,2,1,692.94,32806000.13,32806693.07,127,149,1108.7,graphstate -3790,SUCCESS,2,1,13976.63,32806693.07,32820669.7,127,3488,22362.61,qpeinexact -3791,SUCCESS,2,1,2265.76,32820669.7,32822935.46,127,877,3625.22,qnn -3792,SUCCESS,2,1,5168.4,32822935.46,32828103.86,127,2519,8269.44,qftentangled -3793,SUCCESS,2,1,144.4,32828103.86,32828248.26,127,109,231.04,qpeexact -3794,SUCCESS,2,1,906.87,32828248.26,32829155.13,127,212,1450.99,ghz -3795,SUCCESS,2,1,7778.85,32829155.13,32836933.98,127,1823,12446.16,ae -3796,SUCCESS,2,1,2804.83,32836933.98,32839738.81,127,701,4487.73,twolocalrandom -3797,SUCCESS,2,1,31576.82,32839738.81,32871315.63,127,11436,50522.91,twolocalrandom -3798,SUCCESS,2,1,577.27,32871315.63,32871892.9,127,364,923.63,graphstate -3800,SUCCESS,2,1,5657.31,32871892.9,32877550.21,127,2035,9051.7,twolocalrandom -3801,SUCCESS,2,1,5928.36,32877550.21,32883478.57,127,4921,9485.38,qftentangled -3802,SUCCESS,2,1,34683.01,32883478.57,32918161.58,127,7602,55492.82,ae -3803,SUCCESS,2,1,7691.3,32918161.58,32925852.88,127,2880,12306.08,qnn -3804,SUCCESS,2,1,7244.79,32925852.88,32933097.67,127,4538,11591.66,qft -3805,SUCCESS,2,1,1190.8,32933097.67,32934288.47,127,568,1905.28,qnn -3806,SUCCESS,2,1,1428.13,32934288.47,32935716.6,127,385,2285.01,ghz -3807,SUCCESS,2,1,19882.42,32935716.6,32955599.02,127,5129,31811.87,qftentangled -3808,SUCCESS,2,1,6295.16,32955599.02,32961894.18,127,4799,10072.26,twolocalrandom -3810,SUCCESS,2,1,206.52,32961894.18,32962100.7,127,53,330.43,qaoa -3811,SUCCESS,2,1,11013.17,32962100.7,32973113.87,127,5729,17621.07,qpeexact -3814,SUCCESS,2,1,414.54,32973113.87,32973528.41,127,121,663.26,qpeexact -3815,SUCCESS,2,1,31272.02,32973528.41,33004800.43,127,7077,50035.23,ae -3816,SUCCESS,2,1,2308.71,33004800.43,33007109.14,127,800,3693.94,qftentangled -3817,SUCCESS,2,1,7672.41,33007109.14,33014781.55,127,2517,12275.86,qft -3818,SUCCESS,2,1,3230.79,33014781.55,33018012.34,127,945,5169.26,qftentangled -3819,SUCCESS,2,1,115.17,33018012.34,33018127.51,127,73,184.27,wstate -3820,SUCCESS,2,1,7516.5,33018127.51,33025644.01,127,1642,12026.4,qpeexact -3821,SUCCESS,2,1,135128.41,33025644.01,33160772.42,127,32538,216205.46,random -3822,SUCCESS,2,1,2765.09,33160772.42,33163537.51,127,717,4424.14,qftentangled -3823,SUCCESS,2,1,16014.25,33163537.51,33179551.76,127,4044,25622.8,qpeinexact -3824,SUCCESS,2,1,3310.35,33179551.76,33182862.11,127,813,5296.56,ghz -3825,SUCCESS,2,1,1457.57,33182862.11,33184319.68,127,331,2332.11,dj -3826,SUCCESS,2,1,24632.78,33184319.68,33208952.46,127,10991,39412.45,twolocalrandom -3827,SUCCESS,2,1,2574.73,33208952.46,33211527.19,127,544,4119.57,qpeexact -3828,SUCCESS,2,1,7761.45,33211527.19,33219288.64,127,1849,12418.32,twolocalrandom -3830,SUCCESS,2,1,511.7,33219288.64,33219800.34,127,181,818.72,ghz -3832,SUCCESS,2,1,409.87,33219800.34,33220210.21,127,86,655.79,graphstate -3834,SUCCESS,2,1,213.65,33220210.21,33220423.86,127,100,341.84,graphstate -3835,SUCCESS,2,1,160102.04,33220423.86,33380525.9,127,39955,256163.26,qwalk-noancilla -3836,SUCCESS,2,1,1863.42,33380525.9,33382389.32,127,1348,2981.47,wstate -3838,SUCCESS,2,1,1012.32,33382389.32,33383401.64,127,306,1619.71,dj -3839,SUCCESS,2,1,34479.39,33383401.64,33417881.03,127,17497,55167.02,random -3840,SUCCESS,2,1,728.05,33417881.03,33418609.08,127,216,1164.88,qft -3841,SUCCESS,2,1,196.81,33418609.08,33418805.89,127,49,314.9,dj -3842,SUCCESS,2,1,53954.21,33418805.89,33472760.1,127,15722,86326.74,su2random -3843,SUCCESS,2,1,15158.35,33472760.1,33487918.45,127,3739,24253.36,su2random -3844,SUCCESS,2,1,18067.16,33487918.45,33505985.61,127,4315,28907.46,ae -3846,SUCCESS,2,1,126.78,33505985.61,33506112.39,127,43,202.85,ghz -3847,SUCCESS,2,1,31107.92,33506112.39,33537220.31,127,6627,49772.67,su2random -3848,SUCCESS,2,1,576.2,33537220.31,33537796.51,127,335,921.92,graphstate -3850,SUCCESS,2,1,10882.71,33537796.51,33548679.22,127,3256,17412.34,qpeexact -3851,SUCCESS,2,1,60.95,33548679.22,33548740.17,127,36,97.52,ghz -3852,SUCCESS,2,1,2304.09,33548740.17,33551044.26,127,1411,3686.54,qpeexact -3854,SUCCESS,2,1,3852.64,33551044.26,33554896.9,127,1932,6164.22,twolocalrandom -3855,SUCCESS,2,1,2546.65,33554896.9,33557443.55,127,805,4074.64,qftentangled -3857,SUCCESS,2,1,10647.16,33557443.55,33568090.71,127,8702,17035.46,qftentangled -3858,SUCCESS,2,1,6903.09,33568090.71,33574993.8,127,3938,11044.94,su2random -3860,SUCCESS,2,1,110.27,33574993.8,33575104.07,127,58,176.43,graphstate -3861,SUCCESS,2,1,28433.22,33575104.07,33603537.29,127,9991,45493.15,su2random -3862,SUCCESS,2,1,2970.78,33603537.29,33606508.07,127,1913,4753.25,ae -3865,SUCCESS,2,1,22989.73,33606508.07,33629497.8,127,8012,36783.57,qft -3866,SUCCESS,2,1,20882.79,33629497.8,33650380.59,127,10830,33412.46,qpeexact -3867,SUCCESS,2,1,47975.61,33650380.59,33698356.2,127,32860,76760.98,random -3868,SUCCESS,2,1,98994.17,33698356.2,33797350.37,127,21620,158390.67,random -3869,SUCCESS,2,1,16749,33797350.37,33814099.37,127,3825,26798.4,qpeexact -3870,SUCCESS,2,1,12908.48,33814099.37,33827007.85,127,6206,20653.57,qpeinexact -3871,SUCCESS,2,1,2105.69,33827007.85,33829113.54,127,484,3369.1,qpeexact -3872,SUCCESS,2,1,37720.42,33829113.54,33866833.96,127,7950,60352.67,qpeexact -3873,SUCCESS,2,1,1741.45,33866833.96,33868575.41,127,816,2786.32,qpeinexact -3874,SUCCESS,2,1,33965.59,33868575.41,33902541,127,10042,54344.94,ae -3875,SUCCESS,2,1,5298.84,33902541,33907839.84,127,2154,8478.14,twolocalrandom -3876,SUCCESS,2,1,772.83,33907839.84,33908612.67,127,169,1236.53,wstate -3878,SUCCESS,2,1,20930.29,33908612.67,33929542.96,127,4609,33488.46,qnn -3879,SUCCESS,2,1,34012.98,33929542.96,33963555.94,127,12371,54420.77,twolocalrandom -3880,SUCCESS,2,1,185.57,33963555.94,33963741.51,127,41,296.91,wstate -3881,SUCCESS,2,1,11400.91,33963741.51,33975142.42,127,4108,18241.46,qpeexact -3882,SUCCESS,2,1,26359.31,33975142.42,34001501.73,127,10273,42174.9,ae -3883,SUCCESS,2,1,32862.44,34001501.73,34034364.17,127,9726,52579.9,qwalk-noancilla -3884,SUCCESS,2,1,2749.88,34034364.17,34037114.05,127,842,4399.81,ghz -3885,SUCCESS,2,1,71022.5,34037114.05,34108136.55,127,16272,113636,random -3886,SUCCESS,2,1,705.83,34108136.55,34108842.38,127,508,1129.33,pricingput -3887,SUCCESS,2,1,139.39,34108842.38,34108981.77,127,37,223.02,wstate -3888,SUCCESS,2,1,1593.83,34108981.77,34110575.6,127,671,2550.13,pricingput -3891,SUCCESS,2,1,5136.05,34110575.6,34115711.65,127,1162,8217.68,qnn -3892,SUCCESS,2,1,12060.64,34115711.65,34127772.29,127,7639,19297.02,qpeinexact -3894,SUCCESS,2,1,18104.33,34127772.29,34145876.62,127,4659,28966.93,realamprandom -3895,SUCCESS,2,1,2311.56,34145876.62,34148188.18,127,687,3698.5,su2random -3896,SUCCESS,2,1,867.5,34148188.18,34149055.68,127,244,1388,portfoliovqe -3897,SUCCESS,2,1,39206.72,34149055.68,34188262.4,127,9886,62730.75,qnn -3899,SUCCESS,2,1,7381.7,34188262.4,34195644.1,127,3480,11810.72,qnn -3900,SUCCESS,2,1,307.63,34195644.1,34195951.73,127,113,492.21,wstate -3902,SUCCESS,2,1,3019.15,34195951.73,34198970.88,127,978,4830.64,wstate -3903,SUCCESS,2,1,2626.67,34198970.88,34201597.55,127,639,4202.67,twolocalrandom -3904,SUCCESS,2,1,16335.37,34201597.55,34217932.92,127,9676,26136.59,twolocalrandom -3905,SUCCESS,2,1,4497.85,34217932.92,34222430.77,127,1057,7196.56,su2random -3906,SUCCESS,2,1,18193.59,34222430.77,34240624.36,127,4183,29109.74,ae -3907,SUCCESS,2,1,109.07,34240624.36,34240733.43,127,28,174.51,ghz -3908,SUCCESS,2,1,45405.21,34240733.43,34286138.64,127,31583,72648.34,random -3910,SUCCESS,2,1,5139.4,34286138.64,34291278.04,127,1327,8223.04,qnn -3911,SUCCESS,2,1,58.06,34291278.04,34291336.1,127,47,92.9,dj -3912,SUCCESS,2,1,2446.18,34291336.1,34293782.28,127,874,3913.89,random -3913,SUCCESS,2,1,127189.15,34293782.28,34420971.43,127,39732,203502.64,random -3914,SUCCESS,2,1,42747.39,34420971.43,34463718.82,127,9823,68395.82,grover-noancilla -3915,SUCCESS,2,1,759.37,34463718.82,34464478.19,127,236,1214.99,su2random -3918,SUCCESS,2,1,31100.07,34464478.19,34495578.26,127,6706,49760.11,qpeexact -3919,SUCCESS,2,1,2518.56,34495578.26,34498096.82,127,1006,4029.7,pricingcall -3920,SUCCESS,2,1,2056.21,34498096.82,34500153.03,127,988,3289.94,ghz -3921,SUCCESS,2,1,1010.95,34500153.03,34501163.98,127,233,1617.52,wstate -3922,SUCCESS,2,1,64954.98,34501163.98,34566118.96,127,37030,103927.97,random -3923,SUCCESS,2,1,132.79,34566118.96,34566251.75,127,58,212.46,graphstate -3924,SUCCESS,2,1,108.47,34566251.75,34566360.22,127,52,173.55,dj -3925,SUCCESS,2,1,26981.86,34566360.22,34593342.08,127,9323,43170.98,su2random -3926,SUCCESS,2,1,3493.52,34593342.08,34596835.6,127,1484,5589.63,wstate -3927,SUCCESS,2,1,55168.3,34596835.6,34652003.9,127,12422,88269.28,realamprandom -3928,SUCCESS,2,1,23044.01,34652003.9,34675047.91,127,6998,36870.42,qpeinexact -3930,SUCCESS,2,1,16864.77,34675047.91,34691912.68,127,5626,26983.63,random -3931,SUCCESS,2,1,457.32,34691912.68,34692370,127,113,731.71,graphstate -3932,SUCCESS,2,1,769.47,34692370,34693139.47,127,288,1231.15,dj -3933,SUCCESS,2,1,39704.36,34693139.47,34732843.83,127,8844,63526.98,realamprandom -3934,SUCCESS,2,1,695.54,34732843.83,34733539.37,127,349,1112.86,realamprandom -3935,SUCCESS,2,1,1555.04,34733539.37,34735094.41,127,536,2488.06,qpeinexact -3936,SUCCESS,2,1,2252.88,34735094.41,34737347.29,127,714,3604.61,qpeinexact -3937,SUCCESS,2,1,14800.02,34737347.29,34752147.31,127,4724,23680.03,ae -3940,SUCCESS,2,1,303.14,34752147.31,34752450.45,127,66,485.02,graphstate -3941,SUCCESS,2,1,1217.93,34752450.45,34753668.38,127,421,1948.69,dj -3944,SUCCESS,2,1,103.82,34753668.38,34753772.2,127,66,166.11,dj -3945,SUCCESS,2,1,621.5,34753772.2,34754393.7,127,275,994.4,qftentangled -3946,SUCCESS,2,1,2681.17,34754393.7,34757074.87,127,1896,4289.87,qpeinexact -3947,SUCCESS,2,1,93.93,34757074.87,34757168.8,127,23,150.29,vqe -3948,SUCCESS,2,1,4490.99,34757168.8,34761659.79,127,937,7185.58,twolocalrandom -3949,SUCCESS,2,1,25654.73,34761659.79,34787314.52,127,12334,41047.57,qnn -3950,SUCCESS,2,1,3186.14,34787314.52,34790500.66,127,1096,5097.82,wstate -3951,SUCCESS,2,1,15063.31,34790500.66,34805563.97,127,6014,24101.3,ae -3953,SUCCESS,2,1,241.41,34805563.97,34805805.38,127,104,386.26,graphstate -3955,SUCCESS,2,1,117244.61,34805805.38,34923049.99,127,43086,187591.38,random -3957,SUCCESS,2,1,7443.07,34923049.99,34930493.06,127,3184,11908.91,qft -3958,SUCCESS,2,1,1893.84,34930493.06,34932386.9,127,718,3030.14,qpeexact -3960,SUCCESS,2,1,584.1,34932386.9,34932971,127,187,934.56,graphstate -3961,SUCCESS,2,1,565.45,34932971,34933536.45,127,125,904.72,wstate -3962,SUCCESS,2,1,1708.4,34933536.45,34935244.85,127,579,2733.44,qftentangled -3963,SUCCESS,2,1,39136.3,34935244.85,34974381.15,127,12770,62618.08,realamprandom -3964,SUCCESS,2,1,7997.85,34974381.15,34982379,127,4212,12796.56,ae -3965,SUCCESS,2,1,272.46,34982379,34982651.46,127,63,435.94,graphstate -3966,SUCCESS,2,1,45424.45,34982651.46,35028075.91,127,23010,72679.12,random -3967,SUCCESS,2,1,6903,35028075.91,35034978.91,127,1475,11044.8,realamprandom -3968,SUCCESS,2,1,538.79,35034978.91,35035517.7,127,116,862.06,graphstate -3971,SUCCESS,2,1,7627.53,35035517.7,35043145.23,127,3434,12204.05,qpeexact -3972,SUCCESS,2,1,29424.59,35043145.23,35072569.82,127,8785,47079.34,qpeinexact -3973,SUCCESS,2,1,2585.04,35072569.82,35075154.86,127,1240,4136.06,qft -3974,SUCCESS,2,1,803.54,35075154.86,35075958.4,127,329,1285.66,wstate -3975,SUCCESS,2,1,906.66,35075958.4,35076865.06,127,354,1450.66,qft -3976,SUCCESS,2,1,13864.81,35076865.06,35090729.87,127,10812,22183.7,twolocalrandom -3977,SUCCESS,2,1,16572,35090729.87,35107301.87,127,5156,26515.2,qftentangled -3978,SUCCESS,2,1,5454.11,35107301.87,35112755.98,127,3052,8726.58,ae -3979,SUCCESS,2,1,15604.42,35112755.98,35128360.4,127,3537,24967.07,qpeexact -3980,SUCCESS,2,1,2132,35128360.4,35130492.4,127,697,3411.2,qnn -3983,SUCCESS,2,1,161.25,35130492.4,35130653.65,127,101,258,graphstate -3984,SUCCESS,2,1,27074.05,35130653.65,35157727.7,127,5678,43318.48,ae -3985,SUCCESS,2,1,13485.21,35157727.7,35171212.91,127,4778,21576.34,qpeinexact -3987,SUCCESS,2,1,562.2,35171212.91,35171775.11,127,214,899.52,ghz -3988,SUCCESS,2,1,1260.09,35171775.11,35173035.2,127,323,2016.14,qpeexact -3991,SUCCESS,2,1,4123.67,35173035.2,35177158.87,127,1433,6597.87,ae -3992,SUCCESS,2,1,13012.09,35177158.87,35190170.96,127,2855,20819.34,qftentangled -3993,SUCCESS,2,1,744.74,35190170.96,35190915.7,127,504,1191.58,dj -3994,SUCCESS,2,1,322.76,35190915.7,35191238.46,127,69,516.42,graphstate -3995,SUCCESS,2,1,11468.89,35191238.46,35202707.35,127,2422,18350.22,realamprandom -3997,SUCCESS,2,1,41613.2,35202707.35,35244320.55,127,13547,66581.12,random -3998,SUCCESS,2,1,166.18,35244320.55,35244486.73,127,59,265.89,ghz -3999,SUCCESS,2,1,5206.62,35244486.73,35249693.35,127,1825,8330.59,su2random -4000,SUCCESS,2,1,8215.52,35249693.35,35257908.87,127,4712,13144.83,qpeexact -4002,SUCCESS,2,1,6042.53,35257908.87,35263951.4,127,1799,9668.05,qnn -4004,SUCCESS,2,1,2558.44,35263951.4,35266509.84,127,683,4093.5,dj -4005,SUCCESS,2,1,7076.67,35266509.84,35273586.51,127,3481,11322.67,su2random -4006,SUCCESS,2,1,3129.04,35273586.51,35276715.55,127,964,5006.46,qpeexact -4008,SUCCESS,2,1,285.76,35276715.55,35277001.31,127,107,457.22,graphstate -4009,SUCCESS,2,1,1836.36,35277001.31,35278837.67,127,645,2938.18,dj -4010,SUCCESS,2,1,3204.91,35278837.67,35282042.58,127,1527,5127.86,wstate -4012,SUCCESS,2,1,18010.59,35282042.58,35300053.17,127,7000,28816.94,su2random -4013,SUCCESS,2,1,9145.13,35300053.17,35309198.3,127,1983,14632.21,qftentangled -4014,SUCCESS,2,1,17312.45,35309198.3,35326510.75,127,14136,27699.92,realamprandom -4016,SUCCESS,2,1,2183.95,35326510.75,35328694.7,127,779,3494.32,wstate -4018,SUCCESS,2,1,9942.86,35328694.7,35338637.56,127,3488,15908.58,qpeexact -4019,SUCCESS,2,1,1117.67,35338637.56,35339755.23,127,253,1788.27,dj -4020,SUCCESS,2,1,869.82,35339755.23,35340625.05,127,292,1391.71,twolocalrandom -4022,SUCCESS,2,1,8542.09,35340625.05,35349167.14,127,3278,13667.34,qpeexact -4023,SUCCESS,2,1,186.59,35349167.14,35349353.73,127,100,298.54,ghz -4024,SUCCESS,2,1,1556.57,35349353.73,35350910.3,127,682,2490.51,qpeexact -4025,SUCCESS,2,1,8562.36,35350910.3,35359472.66,127,4166,13699.78,su2random -4026,SUCCESS,2,1,19139.07,35359472.66,35378611.73,127,7398,30622.51,su2random -4027,SUCCESS,2,1,1029.57,35378611.73,35379641.3,127,253,1647.31,qft -4028,SUCCESS,2,1,575.72,35379641.3,35380217.02,127,307,921.15,dj -4031,SUCCESS,2,1,20196.86,35380217.02,35400413.88,127,6129,32314.98,qft -4032,SUCCESS,2,1,19712.11,35400413.88,35420125.99,127,5561,31539.38,su2random -4033,SUCCESS,2,1,5797.87,35420125.99,35425923.86,127,3473,9276.59,qft -4034,SUCCESS,2,1,2250.66,35425923.86,35428174.52,127,941,3601.06,ghz -4035,SUCCESS,2,1,1534.25,35428174.52,35429708.77,127,655,2454.8,portfolioqaoa -4036,SUCCESS,2,1,7157.91,35429708.77,35436866.68,127,3598,11452.66,qnn -4038,SUCCESS,2,1,960.18,35436866.68,35437826.86,127,538,1536.29,qft -4039,SUCCESS,2,1,1900.15,35437826.86,35439727.01,127,1553,3040.24,qnn -4040,SUCCESS,2,1,615.4,35439727.01,35440342.41,127,161,984.64,graphstate -4042,SUCCESS,2,1,1098.88,35440342.41,35441441.29,127,544,1758.21,qpeinexact -4043,SUCCESS,2,1,2480.36,35441441.29,35443921.65,127,1450,3968.58,qnn -4044,SUCCESS,2,1,203.52,35443921.65,35444125.17,127,43,325.63,graphstate -4045,SUCCESS,2,1,17293.66,35444125.17,35461418.83,127,7546,27669.86,qnn -4046,SUCCESS,2,1,61.55,35461418.83,35461480.38,127,41,98.48,graphstate -4047,SUCCESS,2,1,3424.43,35461480.38,35464904.81,127,715,5479.09,dj -4048,SUCCESS,2,1,456.64,35464904.81,35465361.45,127,136,730.62,dj -4049,SUCCESS,2,1,15090.97,35465361.45,35480452.42,127,4709,24145.55,twolocalrandom -4051,SUCCESS,2,1,1749.51,35480452.42,35482201.93,127,452,2799.22,dj -4052,SUCCESS,2,1,15634.8,35482201.93,35497836.73,127,5161,25015.68,qpeexact -4053,SUCCESS,2,1,990,35497836.73,35498826.73,127,765,1584,dj -4054,SUCCESS,2,1,2778.76,35498826.73,35501605.49,127,676,4446.02,qpeexact -4055,SUCCESS,2,1,2156.88,35501605.49,35503762.37,127,933,3451.01,ghz -4056,SUCCESS,2,1,630.77,35503762.37,35504393.14,127,159,1009.23,pricingcall -4058,SUCCESS,2,1,2920.98,35504393.14,35507314.12,127,735,4673.57,qft -4059,SUCCESS,2,1,54537.6,35507314.12,35561851.72,127,11362,87260.16,qnn -4060,SUCCESS,2,1,29620.94,35561851.72,35591472.66,127,10323,47393.5,realamprandom -4062,SUCCESS,2,1,131.14,35591472.66,35591603.8,127,42,209.82,graphstate -4065,SUCCESS,2,1,3922.56,35591603.8,35595526.36,127,2043,6276.1,qft -4068,SUCCESS,2,1,25598.32,35595526.36,35621124.68,127,7106,40957.31,realamprandom -4069,SUCCESS,2,1,18913.45,35621124.68,35640038.13,127,11258,30261.52,twolocalrandom -4070,SUCCESS,2,1,4418.6,35640038.13,35644456.73,127,2955,7069.76,qft -4071,SUCCESS,2,1,25308.28,35644456.73,35669765.01,127,7322,40493.25,ae -4072,SUCCESS,2,1,36762.03,35669765.01,35706527.04,127,9081,58819.25,qpeinexact -4073,SUCCESS,2,1,139487.15,35706527.04,35846014.19,127,41427,223179.44,grover-noancilla -4074,SUCCESS,2,1,24941.09,35846014.19,35870955.28,127,12619,39905.74,su2random -4075,SUCCESS,2,1,2433.98,35870955.28,35873389.26,127,880,3894.37,su2random -4076,SUCCESS,2,1,15547.9,35873389.26,35888937.16,127,5804,24876.64,qpeinexact -4077,SUCCESS,2,1,2502.45,35888937.16,35891439.61,127,1077,4003.92,qnn -4078,SUCCESS,2,1,19808.3,35891439.61,35911247.91,127,4939,31693.28,qpeinexact -4079,SUCCESS,2,1,22504.68,35911247.91,35933752.59,127,5393,36007.49,ae -4080,SUCCESS,2,1,1246.5,35933752.59,35934999.09,127,688,1994.4,qpeexact -4081,SUCCESS,2,1,546.81,35934999.09,35935545.9,127,138,874.9,graphstate -4082,SUCCESS,2,1,582.17,35935545.9,35936128.07,127,333,931.47,wstate -4083,SUCCESS,2,1,14293.18,35936128.07,35950421.25,127,3799,22869.09,qftentangled -4084,SUCCESS,2,1,20572.29,35950421.25,35970993.54,127,12653,32915.66,su2random -4085,SUCCESS,2,1,43511.3,35970993.54,36014504.84,127,11415,69618.08,qnn -4086,SUCCESS,2,1,371.79,36014504.84,36014876.63,127,115,594.86,dj -4087,SUCCESS,2,1,5729.5,36014876.63,36020606.13,127,1959,9167.2,su2random -4088,SUCCESS,2,1,12610.64,36020606.13,36033216.77,127,2624,20177.02,qpeexact -4089,SUCCESS,2,1,130.14,36033216.77,36033346.91,127,82,208.22,graphstate -4090,SUCCESS,2,1,3403.53,36033346.91,36036750.44,127,1167,5445.65,qpeinexact -4091,SUCCESS,2,1,5885.07,36036750.44,36042635.51,127,2135,9416.11,qftentangled -4093,SUCCESS,2,1,5928.19,36042635.51,36048563.7,127,3589,9485.1,qft -4094,SUCCESS,2,1,24664.98,36048563.7,36073228.68,127,5430,39463.97,qpeinexact -4095,SUCCESS,2,1,2372.85,36073228.68,36075601.53,127,506,3796.56,qftentangled -4096,SUCCESS,2,1,11725.14,36075601.53,36087326.67,127,3778,18760.22,grover-noancilla -4097,SUCCESS,2,1,479.03,36087326.67,36087805.7,127,305,766.45,qftentangled -4098,SUCCESS,2,1,9898.85,36087805.7,36097704.55,127,2542,15838.16,ae -4099,SUCCESS,2,1,484.32,36097704.55,36098188.87,127,193,774.91,dj -4100,SUCCESS,2,1,25036.72,36098188.87,36123225.59,127,6905,40058.75,qnn -4101,SUCCESS,2,1,8090.51,36123225.59,36131316.1,127,5726,12944.82,twolocalrandom -4102,SUCCESS,2,1,2504.12,36131316.1,36133820.22,127,1935,4006.59,qftentangled -4103,SUCCESS,2,1,7474.79,36133820.22,36141295.01,127,3470,11959.66,qpeexact -4104,SUCCESS,2,1,1769.19,36141295.01,36143064.2,127,381,2830.7,wstate -4105,SUCCESS,2,1,1313.87,36143064.2,36144378.07,127,401,2102.19,pricingput -4106,SUCCESS,2,1,9969.2,36144378.07,36154347.27,127,2989,15950.72,ae -4107,SUCCESS,2,1,12278.78,36154347.27,36166626.05,127,6364,19646.05,qpeexact -4108,SUCCESS,2,1,20172.06,36166626.05,36186798.11,127,6235,32275.3,ae -4109,SUCCESS,2,1,5761.51,36186798.11,36192559.62,127,1280,9218.42,qnn -4110,SUCCESS,2,1,59767.29,36192559.62,36252326.91,127,27944,95627.66,random -4111,SUCCESS,2,1,17155.09,36252326.91,36269482,127,7024,27448.14,qft -4112,SUCCESS,2,1,18367.63,36269482,36287849.63,127,7020,29388.21,qftentangled -4113,SUCCESS,2,1,24619.21,36287849.63,36312468.84,127,14422,39390.74,realamprandom -4114,SUCCESS,2,1,2749.28,36312468.84,36315218.12,127,1391,4398.85,qpeinexact -4115,SUCCESS,2,1,19798.08,36315218.12,36335016.2,127,7466,31676.93,twolocalrandom -4116,SUCCESS,2,1,646.43,36335016.2,36335662.63,127,332,1034.29,realamprandom -4117,SUCCESS,2,1,143.57,36335662.63,36335806.2,127,86,229.71,graphstate -4118,SUCCESS,2,1,724.8,36335806.2,36336531,127,539,1159.68,dj -4121,SUCCESS,2,1,8718.73,36336531,36345249.73,127,4451,13949.97,qpeexact -4122,SUCCESS,2,1,10556.9,36345249.73,36355806.63,127,2877,16891.04,su2random -4123,SUCCESS,2,1,2514.69,36355806.63,36358321.32,127,833,4023.5,qpeinexact -4124,SUCCESS,2,1,229.08,36358321.32,36358550.4,127,133,366.53,qft -4125,SUCCESS,2,1,211.71,36358550.4,36358762.11,127,50,338.74,ghz -4126,SUCCESS,2,1,1347.08,36358762.11,36360109.19,127,744,2155.33,qnn -4127,SUCCESS,2,1,21446.52,36360109.19,36381555.71,127,6492,34314.43,qnn -4128,SUCCESS,2,1,601.13,36381555.71,36382156.84,127,442,961.81,dj -4129,SUCCESS,2,1,47478.21,36382156.84,36429635.05,127,19802,75965.14,random -4131,SUCCESS,2,1,22744.23,36429635.05,36452379.28,127,10524,36390.77,realamprandom -4132,SUCCESS,2,1,1408.36,36452379.28,36453787.64,127,368,2253.38,qftentangled -4133,SUCCESS,2,1,11539.96,36453787.64,36465327.6,127,6826,18463.94,ae -4134,SUCCESS,2,1,775.69,36465327.6,36466103.29,127,292,1241.1,su2random -4135,SUCCESS,2,1,15841.72,36466103.29,36481945.01,127,5191,25346.75,qpeexact -4136,SUCCESS,2,1,13815.73,36481945.01,36495760.74,127,3962,22105.17,qpeexact -4138,SUCCESS,2,1,2438.12,36495760.74,36498198.86,127,1650,3900.99,qnn -4139,SUCCESS,2,1,20773.95,36498198.86,36518972.81,127,7035,33238.32,qnn -4140,SUCCESS,2,1,847.98,36518972.81,36519820.79,127,398,1356.77,dj -4141,SUCCESS,2,1,13150.54,36519820.79,36532971.33,127,2827,21040.86,qpeexact -4143,SUCCESS,2,1,113.51,36532971.33,36533084.84,127,45,181.62,wstate -4144,SUCCESS,2,1,7771.73,36533084.84,36540856.57,127,1743,12434.77,qftentangled -4145,SUCCESS,2,1,755.78,36540856.57,36541612.35,127,283,1209.25,dj -4146,SUCCESS,2,1,3833.61,36541612.35,36545445.96,127,1149,6133.78,twolocalrandom -4147,SUCCESS,2,1,1617.29,36545445.96,36547063.25,127,905,2587.66,su2random -4149,SUCCESS,2,1,14515.13,36547063.25,36561578.38,127,6742,23224.21,ae -4150,SUCCESS,2,1,76737.77,36561578.38,36638316.15,127,16430,122780.43,su2random -4151,SUCCESS,2,1,953.52,36638316.15,36639269.67,127,348,1525.63,qpeexact -4152,SUCCESS,2,1,1057.26,36639269.67,36640326.93,127,314,1691.62,dj -4153,SUCCESS,2,1,2004.97,36640326.93,36642331.9,127,1201,3207.95,qpeinexact -4154,SUCCESS,2,1,19503.64,36642331.9,36661835.54,127,5515,31205.82,random -4155,SUCCESS,2,1,4263.61,36661835.54,36666099.15,127,2462,6821.78,qft -4156,SUCCESS,2,1,20068.59,36666099.15,36686167.74,127,5118,32109.74,twolocalrandom -4157,SUCCESS,2,1,30454.97,36686167.74,36716622.71,127,6320,48727.95,qpeinexact -4158,SUCCESS,2,1,1604.13,36716622.71,36718226.84,127,496,2566.61,ghz -4160,SUCCESS,2,1,24738.95,36718226.84,36742965.79,127,9580,39582.32,qnn -4161,SUCCESS,2,1,6423.52,36742965.79,36749389.31,127,2969,10277.63,ae -4162,SUCCESS,2,1,88.29,36749389.31,36749477.6,127,33,141.26,wstate -4163,SUCCESS,2,1,1527.36,36749477.6,36751004.96,127,478,2443.78,dj -4164,SUCCESS,2,1,574.74,36751004.96,36751579.7,127,301,919.58,wstate -4165,SUCCESS,2,1,1005.37,36751579.7,36752585.07,127,560,1608.59,random -4166,SUCCESS,2,1,7198.56,36752585.07,36759783.63,127,4355,11517.7,su2random -4167,SUCCESS,2,1,3155.14,36759783.63,36762938.77,127,1183,5048.22,wstate -4169,SUCCESS,2,1,5934.24,36762938.77,36768873.01,127,1268,9494.78,qftentangled -4170,SUCCESS,2,1,28761.25,36768873.01,36797634.26,127,12347,46018,random -4171,SUCCESS,2,1,10491.75,36797634.26,36808126.01,127,3201,16786.8,qftentangled -4172,SUCCESS,2,1,84.93,36808126.01,36808210.94,127,28,135.89,graphstate -4173,SUCCESS,2,1,3812.1,36808210.94,36812023.04,127,1649,6099.36,random -4174,SUCCESS,2,1,49.79,36812023.04,36812072.83,127,21,79.66,vqe -4175,SUCCESS,2,1,28519.85,36812072.83,36840592.68,127,17669,45631.76,random -4176,SUCCESS,2,1,945.67,36840592.68,36841538.35,127,418,1513.07,portfoliovqe -4177,SUCCESS,2,1,2227.13,36841538.35,36843765.48,127,911,3563.41,random -4178,SUCCESS,2,1,383.65,36843765.48,36844149.13,127,171,613.84,ae -4179,SUCCESS,2,1,23940.36,36844149.13,36868089.49,127,7389,38304.58,qpeexact -4180,SUCCESS,2,1,163.95,36868089.49,36868253.44,127,36,262.32,ghz -4181,SUCCESS,2,1,1402.31,36868253.44,36869655.75,127,430,2243.7,portfoliovqe -4182,SUCCESS,2,1,428.91,36869655.75,36870084.66,127,228,686.26,dj -4183,SUCCESS,2,1,595.32,36870084.66,36870679.98,127,252,952.51,qnn -4184,SUCCESS,2,1,52084.95,36870679.98,36922764.93,127,12700,83335.92,su2random -4185,SUCCESS,2,1,164.51,36922764.93,36922929.44,127,77,263.22,graphstate -4187,SUCCESS,2,1,2609.61,36922929.44,36925539.05,127,1432,4175.38,qftentangled -4190,SUCCESS,2,1,2007.3,36925539.05,36927546.35,127,950,3211.68,ae -4191,SUCCESS,2,1,3176.7,36927546.35,36930723.05,127,689,5082.72,dj -4192,SUCCESS,2,1,32581.29,36930723.05,36963304.34,127,14327,52130.06,su2random -4193,SUCCESS,2,1,791.01,36963304.34,36964095.35,127,209,1265.62,qftentangled -4194,SUCCESS,2,1,6979.97,36964095.35,36971075.32,127,5749,11167.95,qftentangled -4195,SUCCESS,2,1,4616.35,36971075.32,36975691.67,127,2898,7386.16,su2random -4197,SUCCESS,2,1,202.03,36975691.67,36975893.7,127,53,323.25,graphstate -4199,SUCCESS,2,1,8819.12,36975893.7,36984712.82,127,5436,14110.59,qftentangled -4200,SUCCESS,2,1,942.31,36984712.82,36985655.13,127,320,1507.7,twolocalrandom -4201,SUCCESS,2,1,22120.96,36985655.13,37007776.09,127,5261,35393.54,grover-noancilla -4202,SUCCESS,2,1,249.07,37007776.09,37008025.16,127,65,398.51,graphstate -4203,SUCCESS,2,1,884.18,37008025.16,37008909.34,127,523,1414.69,dj -4205,SUCCESS,2,1,7712.85,37008909.34,37016622.19,127,1610,12340.56,ae -4206,SUCCESS,2,1,22795.3,37016622.19,37039417.49,127,8650,36472.48,qnn -4207,SUCCESS,2,1,844.69,37039417.49,37040262.18,127,185,1351.5,ae -4209,SUCCESS,2,1,2835.48,37040262.18,37043097.66,127,817,4536.77,qft -4211,SUCCESS,2,1,249.02,37043097.66,37043346.68,127,137,398.43,qftentangled -4212,SUCCESS,2,1,292.09,37043346.68,37043638.77,127,61,467.34,graphstate -4213,SUCCESS,2,1,8173.98,37043638.77,37051812.75,127,6322,13078.37,qftentangled -4215,SUCCESS,2,1,26944.78,37051812.75,37078757.53,127,7524,43111.65,realamprandom -4216,SUCCESS,2,1,11759.03,37078757.53,37090516.56,127,3479,18814.45,qpeexact -4217,SUCCESS,2,1,1986.11,37090516.56,37092502.67,127,458,3177.78,dj -4219,SUCCESS,2,1,1505.09,37092502.67,37094007.76,127,474,2408.14,dj -4220,SUCCESS,2,1,8981.83,37094007.76,37102989.59,127,6212,14370.93,qftentangled -4221,SUCCESS,2,1,7755.39,37102989.59,37110744.98,127,2497,12408.62,qpeexact -4223,SUCCESS,2,1,1733.8,37110744.98,37112478.78,127,373,2774.08,dj -4224,SUCCESS,2,1,161.25,37112478.78,37112640.03,127,77,258,graphstate -4226,SUCCESS,2,1,34724.32,37112640.03,37147364.35,127,7478,55558.91,su2random -4228,SUCCESS,2,1,2466.2,37147364.35,37149830.55,127,1427,3945.92,qnn -4229,SUCCESS,2,1,2967.91,37149830.55,37152798.46,127,1674,4748.66,qftentangled -4230,SUCCESS,2,1,1663.7,37152798.46,37154462.16,127,1036,2661.92,su2random -4231,SUCCESS,2,1,916.12,37154462.16,37155378.28,127,650,1465.79,pricingput -4233,SUCCESS,2,1,2025.71,37155378.28,37157403.99,127,1267,3241.14,wstate -4235,SUCCESS,2,1,234.89,37157403.99,37157638.88,127,73,375.82,wstate -4239,SUCCESS,2,1,13598.39,37157638.88,37171237.27,127,3437,21757.42,qftentangled -4240,SUCCESS,2,1,29893.5,37171237.27,37201130.77,127,14429,47829.6,su2random -4242,SUCCESS,2,1,1946.1,37201130.77,37203076.87,127,1473,3113.76,qft -4244,SUCCESS,2,1,2912.12,37203076.87,37205988.99,127,892,4659.39,ae -4245,SUCCESS,2,1,16585.73,37205988.99,37222574.72,127,11837,26537.17,random -4246,SUCCESS,2,1,8302.48,37222574.72,37230877.2,127,1864,13283.97,su2random -4247,SUCCESS,2,1,50719.28,37230877.2,37281596.48,127,11224,81150.85,qpeinexact -4248,SUCCESS,2,1,4862.29,37281596.48,37286458.77,127,1249,7779.66,qnn -4249,SUCCESS,2,1,302.4,37286458.77,37286761.17,127,90,483.84,ghz -4250,SUCCESS,2,1,973.41,37286761.17,37287734.58,127,262,1557.46,qftentangled -4251,SUCCESS,2,1,2760.15,37287734.58,37290494.73,127,686,4416.24,qftentangled -4253,SUCCESS,2,1,1213.34,37290494.73,37291708.07,127,356,1941.34,graphstate -4254,SUCCESS,2,1,308.46,37291708.07,37292016.53,127,239,493.54,dj -4256,SUCCESS,2,1,287.21,37292016.53,37292303.74,127,93,459.54,wstate -4257,SUCCESS,2,1,31261.96,37292303.74,37323565.7,127,8917,50019.14,twolocalrandom -4258,SUCCESS,2,1,314.43,37323565.7,37323880.13,127,96,503.09,graphstate -4259,SUCCESS,2,1,2313.48,37323880.13,37326193.61,127,801,3701.57,qftentangled -4260,SUCCESS,2,1,21208.66,37326193.61,37347402.27,127,4680,33933.86,twolocalrandom -4261,SUCCESS,2,1,10044.63,37347402.27,37357446.9,127,2429,16071.41,ae -4262,SUCCESS,2,1,4164.4,37357446.9,37361611.3,127,2097,6663.04,qwalk-v-chain -4263,SUCCESS,2,1,965.85,37361611.3,37362577.15,127,334,1545.36,dj -4264,SUCCESS,2,1,279.24,37362577.15,37362856.39,127,183,446.78,graphstate -4265,SUCCESS,2,1,739.47,37362856.39,37363595.86,127,488,1183.15,ae -4266,SUCCESS,2,1,1150.98,37363595.86,37364746.84,127,299,1841.57,ghz -4267,SUCCESS,2,1,126.39,37364746.84,37364873.23,127,32,202.22,graphstate -4268,SUCCESS,2,1,16836.52,37364873.23,37381709.75,127,6206,26938.43,qftentangled -4269,SUCCESS,2,1,1616.24,37381709.75,37383325.99,127,606,2585.98,dj -4270,SUCCESS,2,1,16596.63,37383325.99,37399922.62,127,5470,26554.61,realamprandom -4271,SUCCESS,2,1,312.76,37399922.62,37400235.38,127,89,500.42,wstate -4272,SUCCESS,2,1,16605.13,37400235.38,37416840.51,127,8472,26568.21,su2random -4273,SUCCESS,2,1,128.93,37416840.51,37416969.44,127,35,206.29,graphstate -4274,SUCCESS,2,1,53596.1,37416969.44,37470565.54,127,16405,85753.76,su2random -4275,SUCCESS,2,1,2708.02,37470565.54,37473273.56,127,791,4332.83,qft -4276,SUCCESS,2,1,2819.59,37473273.56,37476093.15,127,655,4511.34,qnn -4277,SUCCESS,2,1,122.09,37476093.15,37476215.24,127,46,195.34,ghz -4278,SUCCESS,2,1,2512.14,37476215.24,37478727.38,127,845,4019.42,qpeexact -4279,SUCCESS,2,1,1479.5,37478727.38,37480206.88,127,801,2367.2,qnn -4280,SUCCESS,2,1,4232.12,37480206.88,37484439,127,1575,6771.39,qnn -4281,SUCCESS,2,1,674.06,37484439,37485113.06,127,163,1078.5,twolocalrandom -4282,SUCCESS,2,1,3582.19,37485113.06,37488695.25,127,913,5731.5,twolocalrandom -4284,SUCCESS,2,1,47.31,37488695.25,37488742.56,127,18,75.7,ghz -4285,SUCCESS,2,1,14413.97,37488742.56,37503156.53,127,5997,23062.35,ae -4286,SUCCESS,2,1,71491.98,37503156.53,37574648.51,127,39180,114387.17,random -4288,SUCCESS,2,1,157.44,37574648.51,37574805.95,127,41,251.9,ghz -4289,SUCCESS,2,1,7203.11,37574805.95,37582009.06,127,2104,11524.98,qpeinexact -4292,SUCCESS,2,1,7273.38,37582009.06,37589282.44,127,4705,11637.41,ae -4293,SUCCESS,2,1,5065.42,37589282.44,37594347.86,127,1200,8104.67,qpeexact -4295,SUCCESS,2,1,2859.57,37594347.86,37597207.43,127,2034,4575.31,qpeexact -4296,SUCCESS,2,1,16846.57,37597207.43,37614054,127,9191,26954.51,qnn -4298,SUCCESS,2,1,10999.75,37614054,37625053.75,127,7937,17599.6,qnn -4299,SUCCESS,2,1,33.42,37625053.75,37625087.17,127,27,53.47,vqe -4300,SUCCESS,2,1,3734.22,37625087.17,37628821.39,127,1090,5974.75,wstate -4301,SUCCESS,2,1,2388.68,37628821.39,37631210.07,127,1623,3821.89,twolocalrandom -4302,SUCCESS,2,1,10928.49,37631210.07,37642138.56,127,3081,17485.58,qpeexact -4303,SUCCESS,2,1,80.89,37642138.56,37642219.45,127,55,129.42,graphstate -4304,SUCCESS,2,1,6229.21,37642219.45,37648448.66,127,2487,9966.74,random -4305,SUCCESS,2,1,6420.35,37648448.66,37654869.01,127,1835,10272.56,qnn -4306,SUCCESS,2,1,13032.12,37654869.01,37667901.13,127,6017,20851.39,qnn -4307,SUCCESS,2,1,381.77,37667901.13,37668282.9,127,118,610.83,graphstate -4308,SUCCESS,2,1,35404.2,37668282.9,37703687.1,127,7514,56646.72,qpeexact -4309,SUCCESS,2,1,61469.8,37703687.1,37765156.9,127,17551,98351.68,realamprandom -4310,SUCCESS,2,1,1526.08,37765156.9,37766682.98,127,1023,2441.73,wstate -4312,SUCCESS,2,1,1412.72,37766682.98,37768095.7,127,484,2260.35,dj -4313,SUCCESS,2,1,402.61,37768095.7,37768498.31,127,111,644.18,graphstate -4314,SUCCESS,2,1,801.8,37768498.31,37769300.11,127,298,1282.88,wstate -4315,SUCCESS,2,1,958.04,37769300.11,37770258.15,127,548,1532.86,su2random -4317,SUCCESS,2,1,3724.02,37770258.15,37773982.17,127,1217,5958.43,qpeinexact -4318,SUCCESS,2,1,6731.56,37773982.17,37780713.73,127,3565,10770.5,qnn -4319,SUCCESS,2,1,20462.75,37780713.73,37801176.48,127,5573,32740.4,su2random -4320,SUCCESS,2,1,116.52,37801176.48,37801293,127,51,186.43,graphstate -4321,SUCCESS,2,1,1241.76,37801293,37802534.76,127,453,1986.82,dj -4322,SUCCESS,2,1,299.1,37802534.76,37802833.86,127,216,478.56,ghz -4323,SUCCESS,2,1,1059.02,37802833.86,37803892.88,127,580,1694.43,ghz -4324,SUCCESS,2,1,630.74,37803892.88,37804523.62,127,181,1009.18,dj -4325,SUCCESS,2,1,31470.13,37804523.62,37835993.75,127,11894,50352.21,su2random -4327,SUCCESS,2,1,23495.26,37835993.75,37859489.01,127,5470,37592.42,twolocalrandom -4328,SUCCESS,2,1,597.25,37859489.01,37860086.26,127,209,955.6,dj -4329,SUCCESS,2,1,11133.38,37860086.26,37871219.64,127,3038,17813.41,twolocalrandom -4332,SUCCESS,2,1,976.8,37871219.64,37872196.44,127,573,1562.88,su2random -4334,SUCCESS,2,1,138.55,37872196.44,37872334.99,127,92,221.68,ghz -4335,SUCCESS,2,1,738.87,37872334.99,37873073.86,127,447,1182.19,dj -4337,SUCCESS,2,1,119.76,37873073.86,37873193.62,127,39,191.62,graphstate -4338,SUCCESS,2,1,343.3,37873193.62,37873536.92,127,87,549.28,graphstate -4339,SUCCESS,2,1,139.94,37873536.92,37873676.86,127,48,223.9,graphstate -4340,SUCCESS,2,1,2751.44,37873676.86,37876428.3,127,738,4402.3,ae -4341,SUCCESS,2,1,858.24,37876428.3,37877286.54,127,462,1373.18,dj -4343,SUCCESS,2,1,9425.82,37877286.54,37886712.36,127,4491,15081.31,ae -4344,SUCCESS,2,1,53.06,37886712.36,37886765.42,127,25,84.9,vqe -4345,SUCCESS,2,1,8790.32,37886765.42,37895555.74,127,3721,14064.51,qpeinexact -4346,SUCCESS,2,1,10540.58,37895555.74,37906096.32,127,4293,16864.93,realamprandom -4348,SUCCESS,2,1,20462.2,37906096.32,37926558.52,127,4951,32739.52,qpeinexact -4350,SUCCESS,2,1,2194.52,37926558.52,37928753.04,127,482,3511.23,ghz -4351,SUCCESS,2,1,2580.01,37928753.04,37931333.05,127,961,4128.02,qft -4353,SUCCESS,2,1,3435.79,37931333.05,37934768.84,127,1392,5497.26,pricingput -4354,SUCCESS,2,1,83.57,37934768.84,37934852.41,127,52,133.71,ghz -4355,SUCCESS,2,1,121.99,37934852.41,37934974.4,127,33,195.18,ghz -4356,SUCCESS,2,1,852.02,37934974.4,37935826.42,127,377,1363.23,wstate -4358,SUCCESS,2,1,502.87,37935826.42,37936329.29,127,243,804.59,dj -4360,SUCCESS,2,1,293.32,37936329.29,37936622.61,127,223,469.31,qnn -4361,SUCCESS,2,1,858.26,37936622.61,37937480.87,127,440,1373.22,qft -4363,SUCCESS,2,1,9527.84,37937480.87,37947008.71,127,5818,15244.54,qft -4364,SUCCESS,2,1,69228.74,37947008.71,38016237.45,127,22298,110765.98,random -4365,SUCCESS,2,1,6577.63,38016237.45,38022815.08,127,2094,10524.21,qpeinexact -4366,SUCCESS,2,1,31707.71,38022815.08,38054522.79,127,10657,50732.34,random -4367,SUCCESS,2,1,340.15,38054522.79,38054862.94,127,125,544.24,graphstate -4368,SUCCESS,2,1,137.17,38054862.94,38055000.11,127,37,219.47,ghz -4369,SUCCESS,2,1,4750.46,38055000.11,38059750.57,127,1733,7600.74,ae -4370,SUCCESS,2,1,5488.3,38059750.57,38065238.87,127,1697,8781.28,realamprandom -4371,SUCCESS,2,1,670.5,38065238.87,38065909.37,127,233,1072.8,portfolioqaoa -4372,SUCCESS,2,1,31520.69,38065909.37,38097430.06,127,6916,50433.1,su2random -4373,SUCCESS,2,1,6459.42,38097430.06,38103889.48,127,1390,10335.07,qnn -4374,SUCCESS,2,1,13392.69,38103889.48,38117282.17,127,3195,21428.3,realamprandom -4375,SUCCESS,2,1,19283.6,38117282.17,38136565.77,127,12070,30853.76,su2random -4376,SUCCESS,2,1,30376.72,38136565.77,38166942.49,127,9396,48602.75,su2random -4377,SUCCESS,2,1,2255.57,38166942.49,38169198.06,127,1518,3608.91,pricingcall -4378,SUCCESS,2,1,15177.38,38169198.06,38184375.44,127,4659,24283.81,qwalk-noancilla -4379,SUCCESS,2,1,2241.19,38184375.44,38186616.63,127,511,3585.9,realamprandom -4381,SUCCESS,2,1,325.58,38186616.63,38186942.21,127,101,520.93,dj -4384,SUCCESS,2,1,9111.51,38186942.21,38196053.72,127,3133,14578.42,su2random -4385,SUCCESS,2,1,1345.28,38196053.72,38197399,127,390,2152.45,qft -4386,SUCCESS,2,1,8118.87,38197399,38205517.87,127,3368,12990.19,qft -4387,SUCCESS,2,1,4115.28,38205517.87,38209633.15,127,854,6584.45,qpeinexact -4388,SUCCESS,2,1,20802.84,38209633.15,38230435.99,127,4612,33284.54,realamprandom -4389,SUCCESS,2,1,864.24,38230435.99,38231300.23,127,277,1382.78,dj -4390,SUCCESS,2,1,328.09,38231300.23,38231628.32,127,97,524.94,graphstate -4391,SUCCESS,2,1,162.11,38231628.32,38231790.43,127,38,259.38,ghz -4393,SUCCESS,2,1,5747.3,38231790.43,38237537.73,127,3540,9195.68,qft -4394,SUCCESS,2,1,8748.04,38237537.73,38246285.77,127,6982,13996.86,qpeexact -4395,SUCCESS,2,1,194.97,38246285.77,38246480.74,127,47,311.95,ghz -4396,SUCCESS,2,1,13067.86,38246480.74,38259548.6,127,5840,20908.58,qftentangled -4397,SUCCESS,2,1,1323.43,38259548.6,38260872.03,127,334,2117.49,graphstate -4399,SUCCESS,2,1,21154.56,38260872.03,38282026.59,127,4813,33847.3,qpeexact -4402,SUCCESS,2,1,20108.67,38282026.59,38302135.26,127,4176,32173.87,random -4403,SUCCESS,2,1,169.98,38302135.26,38302305.24,127,129,271.97,wstate -4404,SUCCESS,2,1,1429.97,38302305.24,38303735.21,127,691,2287.95,dj -4406,SUCCESS,2,1,3059.56,38303735.21,38306794.77,127,833,4895.3,ghz -4407,SUCCESS,2,1,136.37,38306794.77,38306931.14,127,78,218.19,tsp -4408,SUCCESS,2,1,198.98,38306931.14,38307130.12,127,54,318.37,qaoa -4409,SUCCESS,2,1,11344.58,38307130.12,38318474.7,127,2858,18151.33,qft -4410,SUCCESS,2,1,65772.96,38318474.7,38384247.66,127,38345,105236.74,random -4412,SUCCESS,2,1,1117.62,38384247.66,38385365.28,127,331,1788.19,ae -4413,SUCCESS,2,1,2234.39,38385365.28,38387599.67,127,1725,3575.02,qnn -4414,SUCCESS,2,1,9184.16,38387599.67,38396783.83,127,7528,14694.66,random -4415,SUCCESS,2,1,2871.46,38396783.83,38399655.29,127,857,4594.34,su2random -4416,SUCCESS,2,1,7870.13,38399655.29,38407525.42,127,4089,12592.21,qftentangled -4417,SUCCESS,2,1,295,38407525.42,38407820.42,127,97,472,wstate -4419,SUCCESS,2,1,3406.54,38407820.42,38411226.96,127,1056,5450.46,wstate -4420,SUCCESS,2,1,2824.43,38411226.96,38414051.39,127,1178,4519.09,twolocalrandom -4421,SUCCESS,2,1,2166.08,38414051.39,38416217.47,127,1317,3465.73,realamprandom -4423,SUCCESS,2,1,2026.4,38416217.47,38418243.87,127,429,3242.24,ae -4425,SUCCESS,2,1,287.64,38418243.87,38418531.51,127,61,460.22,ghz -4426,SUCCESS,2,1,1991.1,38418531.51,38420522.61,127,483,3185.76,ghz -4427,SUCCESS,2,1,14332.15,38420522.61,38434854.76,127,5698,22931.44,ae -4428,SUCCESS,2,1,61292.15,38434854.76,38496146.91,127,25217,98067.44,random -4430,SUCCESS,2,1,7775.02,38496146.91,38503921.93,127,3974,12440.03,qpeexact -4431,SUCCESS,2,1,469.12,38503921.93,38504391.05,127,101,750.59,ghz -4432,SUCCESS,2,1,3982.01,38504391.05,38508373.06,127,1706,6371.22,qpeexact -4433,SUCCESS,2,1,8910.22,38508373.06,38517283.28,127,4710,14256.35,qpeexact -4434,SUCCESS,2,1,13143.18,38517283.28,38530426.46,127,3963,21029.09,qwalk-v-chain -4435,SUCCESS,2,1,7144.3,38530426.46,38537570.76,127,2847,11430.88,qpeinexact -4436,SUCCESS,2,1,1074.45,38537570.76,38538645.21,127,364,1719.12,qftentangled -4437,SUCCESS,2,1,609.51,38538645.21,38539254.72,127,162,975.22,twolocalrandom -4438,SUCCESS,2,1,12678.6,38539254.72,38551933.32,127,3179,20285.76,grover-v-chain -4439,SUCCESS,2,1,2500.43,38551933.32,38554433.75,127,989,4000.69,random -4440,SUCCESS,2,1,423.16,38554433.75,38554856.91,127,128,677.06,qpeinexact -4442,SUCCESS,2,1,465.59,38554856.91,38555322.5,127,159,744.94,dj -4443,SUCCESS,2,1,121251.11,38555322.5,38676573.61,127,42961,194001.78,random -4444,SUCCESS,2,1,25385.99,38676573.61,38701959.6,127,5768,40617.58,qft -4445,SUCCESS,2,1,20020.59,38701959.6,38721980.19,127,4229,32032.94,realamprandom -4446,SUCCESS,2,1,2996.54,38721980.19,38724976.73,127,1493,4794.46,qftentangled -4448,SUCCESS,2,1,1376.74,38724976.73,38726353.47,127,436,2202.78,qnn -4449,SUCCESS,2,1,1164.19,38726353.47,38727517.66,127,245,1862.7,wstate -4450,SUCCESS,2,1,1919.46,38727517.66,38729437.12,127,953,3071.14,wstate -4451,SUCCESS,2,1,7237.88,38729437.12,38736675,127,2048,11580.61,qnn -4452,SUCCESS,2,1,11432.28,38736675,38748107.28,127,4407,18291.65,qftentangled -4453,SUCCESS,2,1,2080,38748107.28,38750187.28,127,680,3328,qftentangled -4456,SUCCESS,2,1,2017.21,38750187.28,38752204.49,127,492,3227.54,dj -4457,SUCCESS,2,1,1434.17,38752204.49,38753638.66,127,401,2294.67,wstate -4458,SUCCESS,2,1,102.63,38753638.66,38753741.29,127,22,164.21,graphstate -4459,SUCCESS,2,1,1904.12,38753741.29,38755645.41,127,415,3046.59,portfolioqaoa -4461,SUCCESS,2,1,1652.8,38755645.41,38757298.21,127,503,2644.48,su2random -4462,SUCCESS,2,1,9083.21,38757298.21,38766381.42,127,2957,14533.14,twolocalrandom -4463,SUCCESS,2,1,13100.32,38766381.42,38779481.74,127,3082,20960.51,qft -4464,SUCCESS,2,1,2628.56,38779481.74,38782110.3,127,1171,4205.7,twolocalrandom -4465,SUCCESS,2,1,333.84,38782110.3,38782444.14,127,80,534.14,dj -4466,SUCCESS,2,1,1011.32,38782444.14,38783455.46,127,259,1618.11,dj -4467,SUCCESS,2,1,5468.72,38783455.46,38788924.18,127,1305,8749.95,random -4468,SUCCESS,2,1,6357.1,38788924.18,38795281.28,127,1656,10171.36,qpeexact -4469,SUCCESS,2,1,1337.38,38795281.28,38796618.66,127,856,2139.81,qft -4470,SUCCESS,2,1,38393.36,38796618.66,38835012.02,127,10211,61429.38,qpeinexact -4471,SUCCESS,2,1,7420.24,38835012.02,38842432.26,127,4253,11872.38,su2random -4472,SUCCESS,2,1,11094.87,38842432.26,38853527.13,127,5719,17751.79,ae -4473,SUCCESS,2,1,7452.34,38853527.13,38860979.47,127,1586,11923.74,qpeexact -4474,SUCCESS,2,1,298.98,38860979.47,38861278.45,127,87,478.37,graphstate -4475,SUCCESS,2,1,29705.25,38861278.45,38890983.7,127,11927,47528.4,random -4477,SUCCESS,2,1,2003.38,38890983.7,38892987.08,127,1412,3205.41,su2random -4479,SUCCESS,2,1,22127.73,38892987.08,38915114.81,127,9238,35404.37,qpeinexact -4480,SUCCESS,2,1,8744.48,38915114.81,38923859.29,127,2608,13991.17,su2random -4481,SUCCESS,2,1,431.01,38923859.29,38924290.3,127,134,689.62,qaoa -4482,SUCCESS,2,1,345.39,38924290.3,38924635.69,127,105,552.62,wstate -4483,SUCCESS,2,1,27109.28,38924635.69,38951744.97,127,13651,43374.85,realamprandom -4484,SUCCESS,2,1,6234.69,38951744.97,38957979.66,127,1343,9975.5,qpeinexact -4485,SUCCESS,2,1,11557.28,38957979.66,38969536.94,127,4238,18491.65,su2random -4487,SUCCESS,2,1,993.6,38969536.94,38970530.54,127,621,1589.76,qnn -4488,SUCCESS,2,1,1504.89,38970530.54,38972035.43,127,423,2407.82,dj -4489,SUCCESS,2,1,16478.03,38972035.43,38988513.46,127,5013,26364.85,qpeexact -4490,SUCCESS,2,1,1523.67,38988513.46,38990037.13,127,341,2437.87,graphstate -4491,SUCCESS,2,1,2689.46,38990037.13,38992726.59,127,1195,4303.14,qft -4492,SUCCESS,2,1,18979.79,38992726.59,39011706.38,127,5799,30367.66,ae -4493,SUCCESS,2,1,3709.29,39011706.38,39015415.67,127,1027,5934.86,wstate -4494,SUCCESS,2,1,6371.41,39015415.67,39021787.08,127,2574,10194.26,qpeinexact -4495,SUCCESS,2,1,1530.01,39021787.08,39023317.09,127,923,2448.02,ghz -4496,SUCCESS,2,1,208.63,39023317.09,39023525.72,127,46,333.81,ghz -4497,SUCCESS,2,1,10393.31,39023525.72,39033919.03,127,4635,16629.3,qft -4498,SUCCESS,2,1,2406.73,39033919.03,39036325.76,127,654,3850.77,qpeinexact -4499,SUCCESS,2,1,32.72,39036325.76,39036358.48,127,10,52.35,ghz -4500,SUCCESS,2,1,28005.88,39036358.48,39064364.36,127,6281,44809.41,su2random -4501,SUCCESS,2,1,5418.6,39064364.36,39069782.96,127,1642,8669.76,qpeinexact -4503,SUCCESS,2,1,579.44,39069782.96,39070362.4,127,249,927.1,dj -4504,SUCCESS,2,1,163.97,39070362.4,39070526.37,127,70,262.35,vqe -4505,SUCCESS,2,1,40651.16,39070526.37,39111177.53,127,8954,65041.86,ae -4506,SUCCESS,2,1,802.95,39111177.53,39111980.48,127,325,1284.72,wstate -4507,SUCCESS,2,1,12674.96,39111980.48,39124655.44,127,4924,20279.94,ae -4509,SUCCESS,2,1,11305.89,39124655.44,39135961.33,127,3101,18089.42,ae -4510,SUCCESS,2,1,1521.5,39135961.33,39137482.83,127,330,2434.4,dj -4511,SUCCESS,2,1,535.77,39137482.83,39138018.6,127,253,857.23,dj -4512,SUCCESS,2,1,426.45,39138018.6,39138445.05,127,179,682.32,dj -4513,SUCCESS,2,1,30214.13,39138445.05,39168659.18,127,7710,48342.61,qft -4515,SUCCESS,2,1,121003.37,39168659.18,39289662.55,127,44105,193605.39,random -4517,SUCCESS,2,1,66.07,39289662.55,39289728.62,127,14,105.71,ghz -4518,SUCCESS,2,1,5888.06,39289728.62,39295616.68,127,1684,9420.9,twolocalrandom -4519,SUCCESS,2,1,226.9,39295616.68,39295843.58,127,84,363.04,dj -4521,SUCCESS,2,1,8408.08,39295843.58,39304251.66,127,4277,13452.93,qftentangled -4524,SUCCESS,2,1,1618.23,39304251.66,39305869.89,127,523,2589.17,ae -4525,SUCCESS,2,1,99641.53,39305869.89,39405511.42,127,36102,159426.45,random -4526,SUCCESS,2,1,20645.38,39405511.42,39426156.8,127,15407,33032.61,twolocalrandom -4528,SUCCESS,2,1,255.18,39426156.8,39426411.98,127,90,408.29,graphstate -4529,SUCCESS,2,1,4023.37,39426411.98,39430435.35,127,2824,6437.39,qnn -4530,SUCCESS,2,1,9567.49,39430435.35,39440002.84,127,2362,15307.98,qnn -4531,SUCCESS,2,1,50174.5,39440002.84,39490177.34,127,11440,80279.2,qnn -4534,SUCCESS,2,1,33235.2,39490177.34,39523412.54,127,9107,53176.32,su2random -4535,SUCCESS,2,1,1701.51,39523412.54,39525114.05,127,1045,2722.42,qft -4536,SUCCESS,2,1,3170.41,39525114.05,39528284.46,127,2132,5072.66,su2random -4538,SUCCESS,2,1,1461.79,39528284.46,39529746.25,127,337,2338.86,wstate -4539,SUCCESS,2,1,17079.02,39529746.25,39546825.27,127,5222,27326.43,pricingcall -4540,SUCCESS,2,1,1981.44,39546825.27,39548806.71,127,483,3170.3,dj -4541,SUCCESS,2,1,19651.06,39548806.71,39568457.77,127,9073,31441.7,su2random -4542,SUCCESS,2,1,9467.78,39568457.77,39577925.55,127,2806,15148.45,qpeinexact -4543,SUCCESS,2,1,674.12,39577925.55,39578599.67,127,161,1078.59,wstate -4544,SUCCESS,2,1,13756.13,39578599.67,39592355.8,127,3929,22009.81,qftentangled -4545,SUCCESS,2,1,39062.85,39592355.8,39631418.65,127,9992,62500.56,grover-noancilla -4546,SUCCESS,2,1,11152.35,39631418.65,39642571,127,3588,17843.76,su2random -4547,SUCCESS,2,1,17627.01,39642571,39660198.01,127,5197,28203.22,qftentangled -4548,SUCCESS,2,1,24271.4,39660198.01,39684469.41,127,8672,38834.24,qftentangled -4550,SUCCESS,2,1,2927.71,39684469.41,39687397.12,127,1402,4684.34,realamprandom -4551,SUCCESS,2,1,3481.01,39687397.12,39690878.13,127,1449,5569.62,qft -4552,SUCCESS,2,1,20601.15,39690878.13,39711479.28,127,6192,32961.84,qpeexact -4553,SUCCESS,2,1,2407.54,39711479.28,39713886.82,127,546,3852.06,dj -4554,SUCCESS,2,1,1190.24,39713886.82,39715077.06,127,346,1904.38,graphstate -4556,SUCCESS,2,1,1571.93,39715077.06,39716648.99,127,833,2515.09,wstate -4557,SUCCESS,2,1,319.34,39716648.99,39716968.33,127,131,510.94,realamprandom -4559,SUCCESS,2,1,1394.16,39716968.33,39718362.49,127,385,2230.66,wstate -4560,SUCCESS,2,1,15025.49,39718362.49,39733387.98,127,6276,24040.78,twolocalrandom -4561,SUCCESS,2,1,38337.83,39733387.98,39771725.81,127,8252,61340.53,twolocalrandom -4562,SUCCESS,2,1,4747.38,39771725.81,39776473.19,127,2143,7595.81,realamprandom -4565,SUCCESS,2,1,45.11,39776473.19,39776518.3,127,20,72.18,ghz -4566,SUCCESS,2,1,22.02,39776518.3,39776540.32,127,10,35.23,ghz -4568,SUCCESS,2,1,1149.57,39776540.32,39777689.89,127,247,1839.31,qftentangled -4569,SUCCESS,2,1,4442.44,39777689.89,39782132.33,127,1146,7107.9,qnn -4570,SUCCESS,2,1,3197.7,39782132.33,39785330.03,127,2217,5116.32,qft -4572,SUCCESS,2,1,25465.52,39785330.03,39810795.55,127,5874,40744.83,ae -4573,SUCCESS,2,1,4183.31,39810795.55,39814978.86,127,1586,6693.3,qpeinexact -4574,SUCCESS,2,1,31098,39814978.86,39846076.86,127,7446,49756.8,qnn -4575,SUCCESS,2,1,7184.97,39846076.86,39853261.83,127,3108,11495.95,realamprandom -4577,SUCCESS,2,1,27174,39853261.83,39880435.83,127,6470,43478.4,qpeexact -4578,SUCCESS,2,1,280.56,39880435.83,39880716.39,127,102,448.9,graphstate -4579,SUCCESS,2,1,586.41,39880716.39,39881302.8,127,146,938.26,dj -4580,SUCCESS,2,1,736.56,39881302.8,39882039.36,127,246,1178.5,qpeinexact -4581,SUCCESS,2,1,3753.98,39882039.36,39885793.34,127,2421,6006.37,qftentangled -4583,SUCCESS,2,1,999.61,39885793.34,39886792.95,127,262,1599.38,wstate -4585,SUCCESS,2,1,13894.16,39886792.95,39900687.11,127,5410,22230.66,twolocalrandom -4586,SUCCESS,2,1,7549.15,39900687.11,39908236.26,127,2645,12078.64,qftentangled -4588,SUCCESS,2,1,2388.38,39908236.26,39910624.64,127,1276,3821.41,qpeexact -4589,SUCCESS,2,1,228.44,39910624.64,39910853.08,127,69,365.5,ghz -4591,SUCCESS,2,1,8069.98,39910853.08,39918923.06,127,1907,12911.97,su2random -4592,SUCCESS,2,1,7340.08,39918923.06,39926263.14,127,3470,11744.13,qpeinexact -4593,SUCCESS,2,1,138.9,39926263.14,39926402.04,127,47,222.24,ghz -4594,SUCCESS,2,1,1949.53,39926402.04,39928351.57,127,508,3119.25,dj -4595,SUCCESS,2,1,1074.91,39928351.57,39929426.48,127,438,1719.86,ae -4596,SUCCESS,2,1,758.78,39929426.48,39930185.26,127,290,1214.05,dj -4597,SUCCESS,2,1,11185.49,39930185.26,39941370.75,127,2658,17896.78,qft -4599,SUCCESS,2,1,1095.97,39941370.75,39942466.72,127,229,1753.55,wstate -4600,SUCCESS,2,1,4292.48,39942466.72,39946759.2,127,1381,6867.97,su2random -4601,SUCCESS,2,1,2789.46,39946759.2,39949548.66,127,812,4463.14,twolocalrandom -4602,SUCCESS,2,1,5920.84,39949548.66,39955469.5,127,1686,9473.34,qft -4603,SUCCESS,2,1,180.7,39955469.5,39955650.2,127,46,289.12,qaoa -4604,SUCCESS,2,1,87.89,39955650.2,39955738.09,127,20,140.62,routing -4605,SUCCESS,2,1,4384.8,39955738.09,39960122.89,127,1218,7015.68,realamprandom -4607,SUCCESS,2,1,951.53,39960122.89,39961074.42,127,294,1522.45,ghz -4608,SUCCESS,2,1,4718.78,39961074.42,39965793.2,127,1810,7550.05,su2random -4609,SUCCESS,2,1,10566.96,39965793.2,39976360.16,127,2421,16907.14,qpeinexact -4610,SUCCESS,2,1,4749.01,39976360.16,39981109.17,127,2999,7598.42,qft -4611,SUCCESS,2,1,8249.05,39981109.17,39989358.22,127,6755,13198.48,random -4612,SUCCESS,2,1,8998.65,39989358.22,39998356.87,127,2095,14397.84,qftentangled -4614,SUCCESS,2,1,7809.61,39998356.87,40006166.48,127,3761,12495.38,qnn -4615,SUCCESS,2,1,83.47,40006166.48,40006249.95,127,35,133.55,qaoa -4618,SUCCESS,2,1,2180.5,40006249.95,40008430.45,127,833,3488.8,su2random -4620,SUCCESS,2,1,13173.62,40008430.45,40021604.07,127,5766,21077.79,ae -4622,SUCCESS,2,1,1790.86,40021604.07,40023394.93,127,396,2865.38,qpeinexact -4623,SUCCESS,2,1,2917.62,40023394.93,40026312.55,127,2185,4668.19,ae -4624,SUCCESS,2,1,11017.19,40026312.55,40037329.74,127,4434,17627.5,twolocalrandom -4626,SUCCESS,2,1,969.45,40037329.74,40038299.19,127,352,1551.12,wstate -4627,SUCCESS,2,1,13289.7,40038299.19,40051588.89,127,5392,21263.52,realamprandom -4629,SUCCESS,2,1,247.81,40051588.89,40051836.7,127,177,396.5,wstate -4630,SUCCESS,2,1,444.13,40051836.7,40052280.83,127,94,710.61,ghz -4632,SUCCESS,2,1,6616.48,40052280.83,40058897.31,127,2000,10586.37,qftentangled -4633,SUCCESS,2,1,511.76,40058897.31,40059409.07,127,258,818.82,dj -4634,SUCCESS,2,1,27552.82,40059409.07,40086961.89,127,8716,44084.51,qpeexact -4636,SUCCESS,2,1,858.17,40086961.89,40087820.06,127,470,1373.07,graphstate -4637,SUCCESS,2,1,5273.56,40087820.06,40093093.62,127,1117,8437.7,ae -4639,SUCCESS,2,1,8512.77,40093093.62,40101606.39,127,5902,13620.43,qnn -4640,SUCCESS,2,1,3372.88,40101606.39,40104979.27,127,1379,5396.61,realamprandom -4642,SUCCESS,2,1,2266.51,40104979.27,40107245.78,127,1384,3626.42,qnn -4643,SUCCESS,2,1,6439.88,40107245.78,40113685.66,127,1464,10303.81,qpeexact -4644,SUCCESS,2,1,65.15,40113685.66,40113750.81,127,21,104.24,vqe -4647,SUCCESS,2,1,5033.06,40113750.81,40118783.87,127,1193,8052.9,qnn -4648,SUCCESS,2,1,1287.21,40118783.87,40120071.08,127,292,2059.54,realamprandom -4649,SUCCESS,2,1,30068.75,40120071.08,40150139.83,127,12113,48110,twolocalrandom -4653,SUCCESS,2,1,14609.38,40150139.83,40164749.21,127,4116,23375.01,qft -4654,SUCCESS,2,1,15935.28,40164749.21,40180684.49,127,3964,25496.45,qftentangled -4655,SUCCESS,2,1,8759.03,40180684.49,40189443.52,127,2562,14014.45,ae -4656,SUCCESS,2,1,81521.96,40189443.52,40270965.48,127,30432,130435.14,random -4657,SUCCESS,2,1,48.12,40270965.48,40271013.6,127,26,76.99,ghz -4658,SUCCESS,2,1,1543.21,40271013.6,40272556.81,127,607,2469.14,portfoliovqe -4659,SUCCESS,2,1,1048.37,40272556.81,40273605.18,127,343,1677.39,portfolioqaoa -4660,SUCCESS,2,1,22997.92,40273605.18,40296603.1,127,6424,36796.67,qwalk-v-chain -4662,SUCCESS,2,1,23471.95,40296603.1,40320075.05,127,9833,37555.12,random -4663,SUCCESS,2,1,20722.45,40320075.05,40340797.5,127,12510,33155.92,twolocalrandom -4664,SUCCESS,2,1,11787.45,40340797.5,40352584.95,127,2575,18859.92,twolocalrandom -4668,SUCCESS,2,1,2637.1,40352584.95,40355222.05,127,1317,4219.36,wstate -4669,SUCCESS,2,1,445,40355222.05,40355667.05,127,101,712,graphstate -4670,SUCCESS,2,1,7715.65,40355667.05,40363382.7,127,3470,12345.04,ae -4672,SUCCESS,2,1,5611.22,40363382.7,40368993.92,127,2404,8977.95,realamprandom -4673,SUCCESS,2,1,18766.53,40368993.92,40387760.45,127,7254,30026.45,qpeinexact -4675,SUCCESS,2,1,97.13,40387760.45,40387857.58,127,43,155.41,ghz -4676,SUCCESS,2,1,10546.4,40387857.58,40398403.98,127,7748,16874.24,qnn -4677,SUCCESS,2,1,3597,40398403.98,40402000.98,127,850,5755.2,dj -4679,SUCCESS,2,1,13347.46,40402000.98,40415348.44,127,3003,21355.94,qftentangled -4680,SUCCESS,2,1,10555.44,40415348.44,40425903.88,127,3111,16888.7,qftentangled -4681,SUCCESS,2,1,17634.73,40425903.88,40443538.61,127,3770,28215.57,qftentangled -4682,SUCCESS,2,1,1523.68,40443538.61,40445062.29,127,1171,2437.89,realamprandom -4683,SUCCESS,2,1,33978.15,40445062.29,40479040.44,127,18742,54365.04,twolocalrandom -4684,SUCCESS,2,1,16694.39,40479040.44,40495734.83,127,10107,26711.02,realamprandom -4686,SUCCESS,2,1,114.57,40495734.83,40495849.4,127,28,183.31,vqe -4687,SUCCESS,2,1,286.43,40495849.4,40496135.83,127,213,458.29,dj -4688,SUCCESS,2,1,2363.5,40496135.83,40498499.33,127,998,3781.6,wstate -4690,SUCCESS,2,1,637.68,40498499.33,40499137.01,127,297,1020.29,qft -4692,SUCCESS,2,1,877.41,40499137.01,40500014.42,127,410,1403.86,qftentangled -4693,SUCCESS,2,1,17196.21,40500014.42,40517210.63,127,5901,27513.94,qft -4694,SUCCESS,2,1,36255.23,40517210.63,40553465.86,127,7611,58008.37,qpeexact -4695,SUCCESS,2,1,1330.46,40553465.86,40554796.32,127,362,2128.74,dj -4696,SUCCESS,2,1,19371.77,40554796.32,40574168.09,127,5953,30994.83,qftentangled -4697,SUCCESS,2,1,1332.9,40574168.09,40575500.99,127,485,2132.64,ghz -4698,SUCCESS,2,1,5018.23,40575500.99,40580519.22,127,1781,8029.17,qftentangled -4699,SUCCESS,2,1,4866.24,40580519.22,40585385.46,127,2329,7785.98,qft -4700,SUCCESS,2,1,795.73,40585385.46,40586181.19,127,396,1273.17,ghz -4701,SUCCESS,2,1,158.1,40586181.19,40586339.29,127,79,252.96,ghz -4702,SUCCESS,2,1,1081.53,40586339.29,40587420.82,127,576,1730.45,portfoliovqe -4703,SUCCESS,2,1,2232.55,40587420.82,40589653.37,127,471,3572.08,portfoliovqe -4705,SUCCESS,2,1,19368.32,40589653.37,40609021.69,127,13004,30989.31,twolocalrandom -4706,SUCCESS,2,1,226.3,40609021.69,40609247.99,127,117,362.08,graphstate -4707,SUCCESS,2,1,12771,40609247.99,40622018.99,127,4590,20433.6,realamprandom -4708,SUCCESS,2,1,31100.17,40622018.99,40653119.16,127,7072,49760.27,qpeinexact -4709,SUCCESS,2,1,6133.19,40653119.16,40659252.35,127,3003,9813.1,ae -4711,SUCCESS,2,1,37392.19,40659252.35,40696644.54,127,11604,59827.5,qnn -4712,SUCCESS,2,1,24600.75,40696644.54,40721245.29,127,7668,39361.2,qnn -4713,SUCCESS,2,1,6267.77,40721245.29,40727513.06,127,1494,10028.43,qnn -4714,SUCCESS,2,1,609.73,40727513.06,40728122.79,127,495,975.57,qft -4716,SUCCESS,2,1,5815.87,40728122.79,40733938.66,127,1404,9305.39,qnn -4718,SUCCESS,2,1,255.7,40733938.66,40734194.36,127,66,409.12,tsp -4720,SUCCESS,2,1,1181.75,40734194.36,40735376.11,127,365,1890.8,wstate -4722,SUCCESS,2,1,923.52,40735376.11,40736299.63,127,222,1477.63,dj -4723,SUCCESS,2,1,10659.01,40736299.63,40746958.64,127,4379,17054.42,qpeinexact -4724,SUCCESS,2,1,4171.52,40746958.64,40751130.16,127,1331,6674.43,qpeexact -4725,SUCCESS,2,1,8870.95,40751130.16,40760001.11,127,4229,14193.52,qft -4726,SUCCESS,2,1,771.31,40760001.11,40760772.42,127,265,1234.1,twolocalrandom -4727,SUCCESS,2,1,27420.08,40760772.42,40788192.5,127,9635,43872.13,qpeexact -4728,SUCCESS,2,1,1686.91,40788192.5,40789879.41,127,511,2699.06,qftentangled -4731,SUCCESS,2,1,28845.12,40789879.41,40818724.53,127,7466,46152.19,realamprandom -4732,SUCCESS,2,1,299.98,40818724.53,40819024.51,127,217,479.97,wstate -4733,SUCCESS,2,1,733.61,40819024.51,40819758.12,127,465,1173.78,twolocalrandom -4734,SUCCESS,2,1,10609.84,40819758.12,40830367.96,127,2665,16975.74,random -4735,SUCCESS,2,1,77556,40830367.96,40907923.96,127,23885,124089.6,random -4736,SUCCESS,2,1,699.47,40907923.96,40908623.43,127,169,1119.15,su2random -4737,SUCCESS,2,1,2116.76,40908623.43,40910740.19,127,1476,3386.82,qft -4738,SUCCESS,2,1,5262.28,40910740.19,40916002.47,127,1099,8419.65,wstate -4739,SUCCESS,2,1,271.48,40916002.47,40916273.95,127,130,434.37,graphstate -4740,SUCCESS,2,1,1018.72,40916273.95,40917292.67,127,603,1629.95,dj -4742,SUCCESS,2,1,17747.43,40917292.67,40935040.1,127,7792,28395.89,twolocalrandom -4744,SUCCESS,2,1,1088.1,40935040.1,40936128.2,127,459,1740.96,ghz -4745,SUCCESS,2,1,375.29,40936128.2,40936503.49,127,245,600.46,dj -4748,SUCCESS,2,1,4673.94,40936503.49,40941177.43,127,1303,7478.3,ae -4749,SUCCESS,2,1,294.29,40941177.43,40941471.72,127,181,470.86,graphstate -4750,SUCCESS,2,1,954.36,40941471.72,40942426.08,127,320,1526.98,pricingcall -4751,SUCCESS,2,1,5941.61,40942426.08,40948367.69,127,4384,9506.58,qpeinexact -4752,SUCCESS,2,1,10676.6,40948367.69,40959044.29,127,2530,17082.56,ae -4753,SUCCESS,2,1,7840.52,40959044.29,40966884.81,127,2107,12544.83,qnn -4754,SUCCESS,2,1,11658.32,40966884.81,40978543.13,127,4622,18653.31,su2random -4756,SUCCESS,2,1,1558.51,40978543.13,40980101.64,127,679,2493.62,dj -4757,SUCCESS,2,1,13879.57,40980101.64,40993981.21,127,4032,22207.31,ae -4758,SUCCESS,2,1,4611.05,40993981.21,40998592.26,127,992,7377.68,wstate -4759,SUCCESS,2,1,5883.71,40998592.26,41004475.97,127,1925,9413.94,qpeexact -4760,SUCCESS,2,1,5872.76,41004475.97,41010348.73,127,2909,9396.42,qpeexact -4761,SUCCESS,2,1,17658,41010348.73,41028006.73,127,8418,28252.8,realamprandom -4762,SUCCESS,2,1,3745.85,41028006.73,41031752.58,127,1945,5993.36,realamprandom -4763,SUCCESS,2,1,231,41031752.58,41031983.58,127,85,369.6,ghz -4764,SUCCESS,2,1,57.52,41031983.58,41032041.1,127,17,92.03,ghz -4765,SUCCESS,2,1,504.99,41032041.1,41032546.09,127,119,807.98,qpeinexact -4766,SUCCESS,2,1,17591.54,41032546.09,41050137.63,127,8009,28146.46,qnn -4767,SUCCESS,2,1,3801.33,41050137.63,41053938.96,127,1641,6082.13,qpeexact -4768,SUCCESS,2,1,489.18,41053938.96,41054428.14,127,189,782.69,wstate -4769,SUCCESS,2,1,31698.19,41054428.14,41086126.33,127,6921,50717.1,twolocalrandom -4770,SUCCESS,2,1,3866.58,41086126.33,41089992.91,127,1424,6186.53,qpeexact -4771,SUCCESS,2,1,869.02,41089992.91,41090861.93,127,260,1390.43,ae -4772,SUCCESS,2,1,2272.29,41090861.93,41093134.22,127,1231,3635.66,ae -4773,SUCCESS,2,1,2459.66,41093134.22,41095593.88,127,699,3935.46,qpeexact -4774,SUCCESS,2,1,765.31,41095593.88,41096359.19,127,373,1224.5,wstate -4775,SUCCESS,2,1,559.72,41096359.19,41096918.91,127,304,895.55,ghz -4776,SUCCESS,2,1,8456.64,41096918.91,41105375.55,127,2909,13530.62,qpeinexact -4777,SUCCESS,2,1,176343.8,41105375.55,41281719.35,127,55805,282150.08,random -4778,SUCCESS,2,1,1941.81,41281719.35,41283661.16,127,567,3106.9,qpeinexact -4779,SUCCESS,2,1,12387.99,41283661.16,41296049.15,127,5043,19820.78,ae -4780,SUCCESS,2,1,1929.66,41296049.15,41297978.81,127,481,3087.46,qnn -4781,SUCCESS,2,1,221.52,41297978.81,41298200.33,127,103,354.43,graphstate -4782,SUCCESS,2,1,626.28,41298200.33,41298826.61,127,477,1002.05,qpeexact -4783,SUCCESS,2,1,898.76,41298826.61,41299725.37,127,258,1438.02,ae -4784,SUCCESS,2,1,23749.14,41299725.37,41323474.51,127,5151,37998.62,qft -4785,SUCCESS,2,1,867.24,41323474.51,41324341.75,127,230,1387.58,su2random -4786,SUCCESS,2,1,403.8,41324341.75,41324745.55,127,252,646.08,twolocalrandom -4787,SUCCESS,2,1,41947.42,41324745.55,41366692.97,127,22900,67115.87,random -4789,SUCCESS,2,1,12296.73,41366692.97,41378989.7,127,3291,19674.77,qnn -4790,SUCCESS,2,1,320.3,41378989.7,41379310,127,99,512.48,graphstate -4791,SUCCESS,2,1,19039.01,41379310,41398349.01,127,6043,30462.42,qnn -4793,SUCCESS,2,1,705.23,41398349.01,41399054.24,127,508,1128.37,wstate -4794,SUCCESS,2,1,16144.06,41399054.24,41415198.3,127,3675,25830.5,qftentangled -4795,SUCCESS,2,1,3131.74,41415198.3,41418330.04,127,1522,5010.78,qnn -4796,SUCCESS,2,1,7746.96,41418330.04,41426077,127,1990,12395.14,su2random -4797,SUCCESS,2,1,398.91,41426077,41426475.91,127,316,638.26,dj -4798,SUCCESS,2,1,120.96,41426475.91,41426596.87,127,42,193.54,dj -4799,SUCCESS,2,1,1248.47,41426596.87,41427845.34,127,341,1997.55,dj -4800,SUCCESS,2,1,2959.11,41427845.34,41430804.45,127,717,4734.58,qftentangled -4801,SUCCESS,2,1,2236.98,41430804.45,41433041.43,127,475,3579.17,dj -4802,SUCCESS,2,1,925.06,41433041.43,41433966.49,127,266,1480.1,ae -4803,SUCCESS,2,1,2140.38,41433966.49,41436106.87,127,628,3424.61,dj -4805,SUCCESS,2,1,6197.8,41436106.87,41442304.67,127,3088,9916.48,realamprandom -4806,SUCCESS,2,1,260.59,41442304.67,41442565.26,127,91,416.94,graphstate -4807,SUCCESS,2,1,1915.16,41442565.26,41444480.42,127,1029,3064.26,qpeexact -4808,SUCCESS,2,1,22067.36,41444480.42,41466547.78,127,4636,35307.78,twolocalrandom -4809,SUCCESS,2,1,1056.1,41466547.78,41467603.88,127,734,1689.76,qft -4810,SUCCESS,2,1,234.42,41467603.88,41467838.3,127,131,375.07,twolocalrandom -4811,SUCCESS,2,1,18477.93,41467838.3,41486316.23,127,6109,29564.69,qnn -4812,SUCCESS,2,1,3436.97,41486316.23,41489753.2,127,1423,5499.15,su2random -4813,SUCCESS,2,1,65.57,41489753.2,41489818.77,127,24,104.91,dj -4815,SUCCESS,2,1,254.63,41489818.77,41490073.4,127,108,407.41,graphstate -4816,SUCCESS,2,1,15066.36,41490073.4,41505139.76,127,7424,24106.18,ae -4817,SUCCESS,2,1,2296.99,41505139.76,41507436.75,127,1321,3675.18,wstate -4818,SUCCESS,2,1,51.62,41507436.75,41507488.37,127,25,82.59,ghz -4819,SUCCESS,2,1,1835.48,41507488.37,41509323.85,127,450,2936.77,dj -4820,SUCCESS,2,1,10678.23,41509323.85,41520002.08,127,2945,17085.17,random -4821,SUCCESS,2,1,1824.45,41520002.08,41521826.53,127,575,2919.12,dj -4822,SUCCESS,2,1,20286.94,41521826.53,41542113.47,127,6342,32459.1,qft -4824,SUCCESS,2,1,86.65,41542113.47,41542200.12,127,50,138.64,graphstate -4825,SUCCESS,2,1,2072.67,41542200.12,41544272.79,127,763,3316.27,qpeexact -4826,SUCCESS,2,1,3950.71,41544272.79,41548223.5,127,1211,6321.14,ae -4827,SUCCESS,2,1,2345.72,41548223.5,41550569.22,127,1140,3753.15,qnn -4828,SUCCESS,2,1,5018.07,41550569.22,41555587.29,127,1302,8028.91,qftentangled -4829,SUCCESS,2,1,6587.22,41555587.29,41562174.51,127,2401,10539.55,pricingput -4831,SUCCESS,2,1,2003.04,41562174.51,41564177.55,127,710,3204.86,qpeexact -4832,SUCCESS,2,1,666.73,41564177.55,41564844.28,127,161,1066.77,dj -4835,SUCCESS,2,1,15211.38,41564844.28,41580055.66,127,3341,24338.21,qpeinexact -4836,SUCCESS,2,1,891.24,41580055.66,41580946.9,127,278,1425.98,qnn -4837,SUCCESS,2,1,35702.97,41580946.9,41616649.87,127,11290,57124.75,su2random -4838,SUCCESS,2,1,1232.02,41616649.87,41617881.89,127,269,1971.23,wstate -4839,SUCCESS,2,1,645.36,41617881.89,41618527.25,127,308,1032.58,dj -4840,SUCCESS,2,1,4806.24,41618527.25,41623333.49,127,1292,7689.98,qft -4841,SUCCESS,2,1,632.48,41623333.49,41623965.97,127,150,1011.97,dj -4842,SUCCESS,2,1,1817.22,41623965.97,41625783.19,127,415,2907.55,qpeexact -4843,SUCCESS,2,1,155.63,41625783.19,41625938.82,127,40,249.01,qaoa -4844,SUCCESS,2,1,19764.88,41625938.82,41645703.7,127,8541,31623.81,qpeinexact -4845,SUCCESS,2,1,2281.67,41645703.7,41647985.37,127,769,3650.67,qpeexact -4846,SUCCESS,2,1,2061.34,41647985.37,41650046.71,127,777,3298.14,dj -4847,SUCCESS,2,1,83671.54,41650046.71,41733718.25,127,30949,133874.46,random -4848,SUCCESS,2,1,3920.92,41733718.25,41737639.17,127,1506,6273.47,realamprandom -4849,SUCCESS,2,1,107.87,41737639.17,41737747.04,127,55,172.59,dj -4850,SUCCESS,2,1,26813.41,41737747.04,41764560.45,127,5865,42901.46,su2random -4852,SUCCESS,2,1,3145.75,41764560.45,41767706.2,127,2266,5033.2,pricingcall -4853,SUCCESS,2,1,17696.67,41767706.2,41785402.87,127,3903,28314.67,qpeexact -4854,SUCCESS,2,1,24042.47,41785402.87,41809445.34,127,5726,38467.95,realamprandom -4855,SUCCESS,2,1,1509.61,41809445.34,41810954.95,127,1029,2415.38,pricingput -4857,SUCCESS,2,1,1298.7,41810954.95,41812253.65,127,585,2077.92,ghz -4858,SUCCESS,2,1,2917.69,41812253.65,41815171.34,127,618,4668.3,twolocalrandom -4859,SUCCESS,2,1,1253.83,41815171.34,41816425.17,127,435,2006.13,twolocalrandom -4860,SUCCESS,2,1,5794.56,41816425.17,41822219.73,127,1252,9271.3,qwalk-v-chain -4861,SUCCESS,2,1,8337.48,41822219.73,41830557.21,127,2278,13339.97,ae -4862,SUCCESS,2,1,48055.05,41830557.21,41878612.26,127,10552,76888.08,ae -4863,SUCCESS,2,1,1582.38,41878612.26,41880194.64,127,579,2531.81,realamprandom -4864,SUCCESS,2,1,161.55,41880194.64,41880356.19,127,57,258.48,wstate -4867,SUCCESS,2,1,8855.5,41880356.19,41889211.69,127,3888,14168.8,qft -4870,SUCCESS,2,1,3228.12,41889211.69,41892439.81,127,833,5164.99,ghz -4872,SUCCESS,2,1,359.71,41892439.81,41892799.52,127,108,575.54,graphstate -4873,SUCCESS,2,1,1413.22,41892799.52,41894212.74,127,409,2261.15,wstate -4874,SUCCESS,2,1,17522.31,41894212.74,41911735.05,127,12537,28035.7,realamprandom -4875,SUCCESS,2,1,57624.66,41911735.05,41969359.71,127,14276,92199.46,twolocalrandom -4876,SUCCESS,2,1,1033.59,41969359.71,41970393.3,127,451,1653.74,portfolioqaoa -4877,SUCCESS,2,1,5856.44,41970393.3,41976249.74,127,1218,9370.3,twolocalrandom -4878,SUCCESS,2,1,2422.73,41976249.74,41978672.47,127,1007,3876.37,wstate -4879,SUCCESS,2,1,167.3,41978672.47,41978839.77,127,36,267.68,ghz -4880,SUCCESS,2,1,1344.38,41978839.77,41980184.15,127,839,2151.01,qnn -4881,SUCCESS,2,1,5109.06,41980184.15,41985293.21,127,1919,8174.5,qnn -4882,SUCCESS,2,1,4203.92,41985293.21,41989497.13,127,1225,6726.27,twolocalrandom -4883,SUCCESS,2,1,2785.63,41989497.13,41992282.76,127,589,4457.01,portfoliovqe -4885,SUCCESS,2,1,28258.14,41992282.76,42020540.9,127,6301,45213.02,qpeexact -4886,SUCCESS,2,1,19624.93,42020540.9,42040165.83,127,4549,31399.89,qftentangled -4890,SUCCESS,2,1,27433.91,42040165.83,42067599.74,127,12537,43894.26,twolocalrandom -4892,SUCCESS,2,1,4590.6,42067599.74,42072190.34,127,1276,7344.96,qpeinexact -4893,SUCCESS,2,1,24191.53,42072190.34,42096381.87,127,5988,38706.45,su2random -4896,SUCCESS,2,1,4718.66,42096381.87,42101100.53,127,1253,7549.86,ae -4897,SUCCESS,2,1,1240.21,42101100.53,42102340.74,127,390,1984.34,qnn -4898,SUCCESS,2,1,23.42,42102340.74,42102364.16,127,13,37.47,routing -4899,SUCCESS,2,1,145.31,42102364.16,42102509.47,127,74,232.5,ghz -4900,SUCCESS,2,1,193.4,42102509.47,42102702.87,127,43,309.44,dj -4901,SUCCESS,2,1,4895.77,42102702.87,42107598.64,127,1414,7833.23,qnn -4903,SUCCESS,2,1,7608.95,42107598.64,42115207.59,127,2351,12174.32,ae -4904,SUCCESS,2,1,24405.12,42115207.59,42139612.71,127,10336,39048.19,random -4905,SUCCESS,2,1,964.99,42139612.71,42140577.7,127,417,1543.98,wstate -4906,SUCCESS,2,1,2101.13,42140577.7,42142678.83,127,492,3361.81,pricingput -4907,SUCCESS,2,1,1664.93,42142678.83,42144343.76,127,879,2663.89,qftentangled -4908,SUCCESS,2,1,160.84,42144343.76,42144504.6,127,45,257.34,graphstate -4910,SUCCESS,2,1,498.21,42144504.6,42145002.81,127,152,797.14,graphstate -4912,SUCCESS,2,1,323.76,42145002.81,42145326.57,127,68,518.02,qaoa -4915,SUCCESS,2,1,40976.24,42145326.57,42186302.81,127,8917,65561.98,realamprandom -4916,SUCCESS,2,1,1048.09,42186302.81,42187350.9,127,387,1676.94,dj -4919,SUCCESS,2,1,5505.76,42187350.9,42192856.66,127,2058,8809.22,qnn -4920,SUCCESS,2,1,13668.17,42192856.66,42206524.83,127,3238,21869.07,qnn -4921,SUCCESS,2,1,481.31,42206524.83,42207006.14,127,159,770.1,qpeinexact -4922,SUCCESS,2,1,1827.07,42207006.14,42208833.21,127,1274,2923.31,su2random -4923,SUCCESS,2,1,1870.85,42208833.21,42210704.06,127,460,2993.36,wstate -4924,SUCCESS,2,1,11290.44,42210704.06,42221994.5,127,7298,18064.7,qft -4926,SUCCESS,2,1,16579.05,42221994.5,42238573.55,127,6821,26526.48,ae -4927,SUCCESS,2,1,3588.24,42238573.55,42242161.79,127,1361,5741.18,qnn -4928,SUCCESS,2,1,2724.24,42242161.79,42244886.03,127,827,4358.78,qpeinexact -4929,SUCCESS,2,1,98.21,42244886.03,42244984.24,127,34,157.14,dj -4932,SUCCESS,2,1,7632.01,42244984.24,42252616.25,127,1976,12211.22,ae -4933,SUCCESS,2,1,348.8,42252616.25,42252965.05,127,273,558.08,dj -4934,SUCCESS,2,1,360.75,42252965.05,42253325.8,127,101,577.2,graphstate -4935,SUCCESS,2,1,1627.65,42253325.8,42254953.45,127,412,2604.24,twolocalrandom -4936,SUCCESS,2,1,5138.14,42254953.45,42260091.59,127,1908,8221.02,ae -4937,SUCCESS,2,1,683.63,42260091.59,42260775.22,127,185,1093.81,wstate -4939,SUCCESS,2,1,15694.76,42260775.22,42276469.98,127,4704,25111.62,qftentangled -4940,SUCCESS,2,1,512.67,42276469.98,42276982.65,127,268,820.27,dj -4941,SUCCESS,2,1,397.54,42276982.65,42277380.19,127,135,636.06,qft -4945,SUCCESS,2,1,1088.92,42277380.19,42278469.11,127,734,1742.27,qpeinexact -4946,SUCCESS,2,1,6535.11,42278469.11,42285004.22,127,4606,10456.18,qftentangled -4947,SUCCESS,2,1,8663.91,42285004.22,42293668.13,127,1899,13862.26,qpeexact -4948,SUCCESS,2,1,46131.22,42293668.13,42339799.35,127,15792,73809.95,twolocalrandom -4949,SUCCESS,2,1,7664.88,42339799.35,42347464.23,127,2542,12263.81,realamprandom -4950,SUCCESS,2,1,453.96,42347464.23,42347918.19,127,97,726.34,ghz -4951,SUCCESS,2,1,333.37,42347918.19,42348251.56,127,77,533.39,graphstate -4952,SUCCESS,2,1,10260.34,42348251.56,42358511.9,127,5444,16416.54,twolocalrandom -4954,SUCCESS,2,1,943.55,42358511.9,42359455.45,127,247,1509.68,qftentangled -4955,SUCCESS,2,1,423.76,42359455.45,42359879.21,127,128,678.02,dj -4956,SUCCESS,2,1,205.46,42359879.21,42360084.67,127,99,328.74,ghz -4957,SUCCESS,2,1,1011.6,42360084.67,42361096.27,127,287,1618.56,ae -4958,SUCCESS,2,1,3326.23,42361096.27,42364422.5,127,707,5321.97,su2random -4959,SUCCESS,2,1,30715.61,42364422.5,42395138.11,127,10583,49144.98,qnn -4960,SUCCESS,2,1,179.68,42395138.11,42395317.79,127,52,287.49,graphstate -4961,SUCCESS,2,1,18138.45,42395317.79,42413456.24,127,4725,29021.52,qftentangled -4962,SUCCESS,2,1,38339.58,42413456.24,42451795.82,127,9760,61343.33,realamprandom -4963,SUCCESS,2,1,433.55,42451795.82,42452229.37,127,181,693.68,portfolioqaoa -4964,SUCCESS,2,1,727.68,42452229.37,42452957.05,127,225,1164.29,wstate -4965,SUCCESS,2,1,1736.53,42452957.05,42454693.58,127,483,2778.45,qft -4966,SUCCESS,2,1,16116.04,42454693.58,42470809.62,127,6666,25785.66,ae -4967,SUCCESS,2,1,12479.6,42470809.62,42483289.22,127,3779,19967.36,twolocalrandom -4968,SUCCESS,2,1,4676.89,42483289.22,42487966.11,127,1143,7483.02,ae -4969,SUCCESS,2,1,4868.02,42487966.11,42492834.13,127,3271,7788.83,qpeexact -4970,SUCCESS,2,1,640.42,42492834.13,42493474.55,127,169,1024.67,ghz -4971,SUCCESS,2,1,28532.32,42493474.55,42522006.87,127,21016,45651.71,random -4972,SUCCESS,2,1,2304.92,42522006.87,42524311.79,127,493,3687.87,ghz -4973,SUCCESS,2,1,336.41,42524311.79,42524648.2,127,85,538.26,routing -4974,SUCCESS,2,1,598.5,42524648.2,42525246.7,127,153,957.6,dj -4975,SUCCESS,2,1,249.21,42525246.7,42525495.91,127,72,398.74,dj -4976,SUCCESS,2,1,812.38,42525495.91,42526308.29,127,287,1299.81,qft -4977,SUCCESS,2,1,22930.9,42526308.29,42549239.19,127,10412,36689.44,qnn -4978,SUCCESS,2,1,23593.86,42549239.19,42572833.05,127,13514,37750.18,twolocalrandom -4979,SUCCESS,2,1,139.53,42572833.05,42572972.58,127,86,223.25,ghz -4980,SUCCESS,2,1,38031.58,42572972.58,42611004.16,127,13577,60850.53,realamprandom -4982,SUCCESS,2,1,736537.18,42611004.16,43347541.34,127,160940,1178459.49,qwalk-noancilla -4983,SUCCESS,2,1,11049.94,43347541.34,43358591.28,127,3692,17679.9,ae -4984,SUCCESS,2,1,13173.64,43358591.28,43371764.92,127,4877,21077.82,qnn -4985,SUCCESS,2,1,12870.45,43371764.92,43384635.37,127,3512,20592.72,ae -4986,SUCCESS,2,1,1174.82,43384635.37,43385810.19,127,672,1879.71,qft -4987,SUCCESS,2,1,998.49,43385810.19,43386808.68,127,295,1597.58,dj -4988,SUCCESS,2,1,9019.07,43386808.68,43395827.75,127,2077,14430.51,qpeexact -4989,SUCCESS,2,1,16632.33,43395827.75,43412460.08,127,7213,26611.73,qftentangled -4990,SUCCESS,2,1,11159.1,43412460.08,43423619.18,127,4173,17854.56,realamprandom -4993,SUCCESS,2,1,2330.52,43423619.18,43425949.7,127,494,3728.83,dj -4994,SUCCESS,2,1,242.24,43425949.7,43426191.94,127,103,387.58,dj -4995,SUCCESS,2,1,5277.99,43426191.94,43431469.93,127,1168,8444.78,qnn -4997,SUCCESS,2,1,23044.07,43431469.93,43454514,127,9716,36870.51,twolocalrandom -4998,SUCCESS,2,1,4210.76,43454514,43458724.76,127,3173,6737.22,qpeinexact -4999,SUCCESS,2,1,10937.66,43458724.76,43469662.42,127,2831,17500.26,qft -5000,SUCCESS,2,1,6328.69,43469662.42,43475991.11,127,1572,10125.9,wstate -5001,SUCCESS,2,1,261.71,43475991.11,43476252.82,127,189,418.74,graphstate -5002,SUCCESS,2,1,9212.43,43476252.82,43485465.25,127,5762,14739.89,qpeinexact -5003,SUCCESS,2,1,629.24,43485465.25,43486094.49,127,274,1006.78,random -5004,SUCCESS,2,1,3037.09,43486094.49,43489131.58,127,1166,4859.34,realamprandom -5005,SUCCESS,2,1,11780.03,43489131.58,43500911.61,127,2519,18848.05,qft -5006,SUCCESS,2,1,167.13,43500911.61,43501078.74,127,36,267.41,graphstate -5008,SUCCESS,2,1,1056.36,43501078.74,43502135.1,127,492,1690.18,qpeexact -5009,SUCCESS,2,1,31370.83,43502135.1,43533505.93,127,6818,50193.33,qftentangled -5011,SUCCESS,2,1,943.35,43533505.93,43534449.28,127,520,1509.36,random -5013,SUCCESS,2,1,3276.18,43534449.28,43537725.46,127,750,5241.89,wstate -5014,SUCCESS,2,1,21025.72,43537725.46,43558751.18,127,7189,33641.15,qnn -5015,SUCCESS,2,1,2929.43,43558751.18,43561680.61,127,1476,4687.09,qftentangled -5016,SUCCESS,2,1,25776.31,43561680.61,43587456.92,127,13651,41242.1,twolocalrandom -5017,SUCCESS,2,1,19526.07,43587456.92,43606982.99,127,7254,31241.71,qpeexact -5018,SUCCESS,2,1,2621.38,43606982.99,43609604.37,127,1603,4194.21,qnn -5020,SUCCESS,2,1,62.13,43609604.37,43609666.5,127,43,99.41,ghz -5021,SUCCESS,2,1,3679.18,43609666.5,43613345.68,127,959,5886.69,qftentangled -5022,SUCCESS,2,1,27035.35,43613345.68,43640381.03,127,14572,43256.56,random -5023,SUCCESS,2,1,4071.53,43640381.03,43644452.56,127,2575,6514.45,realamprandom -5025,SUCCESS,2,1,8841.93,43644452.56,43653294.49,127,6061,14147.09,ae -5027,SUCCESS,2,1,50838.86,43653294.49,43704133.35,127,35104,81342.18,shor -5028,SUCCESS,2,1,214.26,43704133.35,43704347.61,127,71,342.82,graphstate -5029,SUCCESS,2,1,1294.73,43704347.61,43705642.34,127,272,2071.57,graphstate -5030,SUCCESS,2,1,1891.33,43705642.34,43707533.67,127,431,3026.13,dj -5031,SUCCESS,2,1,77.19,43707533.67,43707610.86,127,17,123.5,ghz -5032,SUCCESS,2,1,1880.6,43707610.86,43709491.46,127,1107,3008.96,su2random -5033,SUCCESS,2,1,7300.76,43709491.46,43716792.22,127,2007,11681.22,qpeexact -5034,SUCCESS,2,1,1380.48,43716792.22,43718172.7,127,438,2208.77,realamprandom -5035,SUCCESS,2,1,1080.85,43718172.7,43719253.55,127,480,1729.36,portfoliovqe -5037,SUCCESS,2,1,1096.39,43719253.55,43720349.94,127,247,1754.22,random -5039,SUCCESS,2,1,16314.05,43720349.94,43736663.99,127,4405,26102.48,realamprandom -5040,SUCCESS,2,1,2614.38,43736663.99,43739278.37,127,2145,4183.01,qftentangled -5041,SUCCESS,2,1,1575.79,43739278.37,43740854.16,127,385,2521.26,dj -5042,SUCCESS,2,1,10927.81,43740854.16,43751781.97,127,2503,17484.5,qnn -5043,SUCCESS,2,1,718.5,43751781.97,43752500.47,127,220,1149.6,ghz -5044,SUCCESS,2,1,336.27,43752500.47,43752836.74,127,77,538.03,wstate -5045,SUCCESS,2,1,3813.04,43752836.74,43756649.78,127,1118,6100.86,qpeinexact -5046,SUCCESS,2,1,1711.26,43756649.78,43758361.04,127,614,2738.02,qft -5047,SUCCESS,2,1,10392.12,43758361.04,43768753.16,127,2608,16627.39,qft -5048,SUCCESS,2,1,1494.33,43768753.16,43770247.49,127,1081,2390.93,wstate -5049,SUCCESS,2,1,163.96,43770247.49,43770411.45,127,45,262.34,dj -5050,SUCCESS,2,1,4089.74,43770411.45,43774501.19,127,1178,6543.58,realamprandom -5052,SUCCESS,2,1,459.16,43774501.19,43774960.35,127,123,734.66,dj -5054,SUCCESS,2,1,14036.33,43774960.35,43788996.68,127,3840,22458.13,qnn -5055,SUCCESS,2,1,7900.2,43788996.68,43796896.88,127,5610,12640.32,qpeinexact -5057,SUCCESS,2,1,16200.29,43796896.88,43813097.17,127,5216,25920.46,qpeexact -5059,SUCCESS,2,1,1349.08,43813097.17,43814446.25,127,297,2158.53,wstate -5060,SUCCESS,2,1,8635.83,43814446.25,43823082.08,127,6383,13817.33,qnn -5062,SUCCESS,2,1,27540.9,43823082.08,43850622.98,127,8272,44065.44,ae -5063,SUCCESS,2,1,2508.74,43850622.98,43853131.72,127,627,4013.98,qft -5064,SUCCESS,2,1,3516.48,43853131.72,43856648.2,127,1225,5626.37,realamprandom -5065,SUCCESS,2,1,5339.43,43856648.2,43861987.63,127,1712,8543.09,qftentangled -5066,SUCCESS,2,1,1312.24,43861987.63,43863299.87,127,845,2099.58,qftentangled -5067,SUCCESS,2,1,6371.6,43863299.87,43869671.47,127,1874,10194.56,qpeinexact -5069,SUCCESS,2,1,2869.18,43869671.47,43872540.65,127,1820,4590.69,realamprandom -5070,SUCCESS,2,1,37127,43872540.65,43909667.65,127,11645,59403.2,random -5071,SUCCESS,2,1,149.89,43909667.65,43909817.54,127,100,239.82,graphstate -5075,SUCCESS,2,1,2307.5,43909817.54,43912125.04,127,555,3692,wstate -5076,SUCCESS,2,1,22266.89,43912125.04,43934391.93,127,7202,35627.02,realamprandom -5077,SUCCESS,2,1,786.89,43934391.93,43935178.82,127,248,1259.02,graphstate -5078,SUCCESS,2,1,4577.32,43935178.82,43939756.14,127,1279,7323.71,twolocalrandom -5080,SUCCESS,2,1,25798.5,43939756.14,43965554.64,127,7371,41277.6,twolocalrandom -5083,SUCCESS,2,1,33.71,43965554.64,43965588.35,127,27,53.94,vqe -5084,SUCCESS,2,1,2648.33,43965588.35,43968236.68,127,666,4237.33,realamprandom -5086,SUCCESS,2,1,173.83,43968236.68,43968410.51,127,125,278.13,qpeinexact -5087,SUCCESS,2,1,1447.74,43968410.51,43969858.25,127,619,2316.38,qpeinexact -5088,SUCCESS,2,1,1132.14,43969858.25,43970990.39,127,241,1811.42,portfolioqaoa -5089,SUCCESS,2,1,10916.05,43970990.39,43981906.44,127,5040,17465.68,ae -5090,SUCCESS,2,1,8396.46,43981906.44,43990302.9,127,2723,13434.34,realamprandom -5091,SUCCESS,2,1,1292.43,43990302.9,43991595.33,127,320,2067.89,portfoliovqe -5092,SUCCESS,2,1,3996.89,43991595.33,43995592.22,127,1178,6395.02,twolocalrandom -5094,SUCCESS,2,1,290.35,43995592.22,43995882.57,127,142,464.56,graphstate -5095,SUCCESS,2,1,184.64,43995882.57,43996067.21,127,118,295.42,ghz -5096,SUCCESS,2,1,16014.01,43996067.21,44012081.22,127,9702,25622.42,su2random -5097,SUCCESS,2,1,3846.63,44012081.22,44015927.85,127,1102,6154.61,twolocalrandom -5098,SUCCESS,2,1,12928.03,44015927.85,44028855.88,127,4467,20684.85,qnn -5099,SUCCESS,2,1,210.8,44028855.88,44029066.68,127,108,337.28,dj -5100,SUCCESS,2,1,17608.29,44029066.68,44046674.97,127,5315,28173.26,su2random -5102,SUCCESS,2,1,635.19,44046674.97,44047310.16,127,148,1016.3,qpeinexact -5103,SUCCESS,2,1,162.2,44047310.16,44047472.36,127,46,259.52,qaoa -5104,SUCCESS,2,1,3831.89,44047472.36,44051304.25,127,940,6131.02,ghz -5106,SUCCESS,2,1,16151.48,44051304.25,44067455.73,127,3750,25842.37,qpeexact -5107,SUCCESS,2,1,876.13,44067455.73,44068331.86,127,229,1401.81,twolocalrandom -5108,SUCCESS,2,1,798.46,44068331.86,44069130.32,127,269,1277.54,su2random -5109,SUCCESS,2,1,7399.14,44069130.32,44076529.46,127,1543,11838.62,realamprandom -5110,SUCCESS,2,1,12025.38,44076529.46,44088554.84,127,3009,19240.61,qpeinexact -5111,SUCCESS,2,1,21093.59,44088554.84,44109648.43,127,6311,33749.74,realamprandom -5112,SUCCESS,2,1,266.35,44109648.43,44109914.78,127,65,426.16,graphstate -5114,SUCCESS,2,1,20879.55,44109914.78,44130794.33,127,7355,33407.28,qnn -5118,SUCCESS,2,1,34641,44130794.33,44165435.33,127,11475,55425.6,su2random -5119,SUCCESS,2,1,365.18,44165435.33,44165800.51,127,100,584.29,ghz -5120,SUCCESS,2,1,1810.84,44165800.51,44167611.35,127,578,2897.34,qnn -5121,SUCCESS,2,1,817.05,44167611.35,44168428.4,127,305,1307.28,ghz -5123,SUCCESS,2,1,14727.4,44168428.4,44183155.8,127,4126,23563.84,qft -5125,SUCCESS,2,1,220.68,44183155.8,44183376.48,127,183,353.09,realamprandom -5127,SUCCESS,2,1,212.26,44183376.48,44183588.74,127,62,339.62,ghz -5128,SUCCESS,2,1,13360.58,44183588.74,44196949.32,127,3721,21376.93,qpeexact -5129,SUCCESS,2,1,1185.2,44196949.32,44198134.52,127,305,1896.32,wstate -5130,SUCCESS,2,1,2435.63,44198134.52,44200570.15,127,709,3897.01,qft -5132,SUCCESS,2,1,1585.77,44200570.15,44202155.92,127,748,2537.23,realamprandom -5133,SUCCESS,2,1,1552.32,44202155.92,44203708.24,127,588,2483.71,qpeexact -5134,SUCCESS,2,1,21285.35,44203708.24,44224993.59,127,11779,34056.56,random -5135,SUCCESS,2,1,525.59,44224993.59,44225519.18,127,237,840.94,wstate -5137,SUCCESS,2,1,1747.06,44225519.18,44227266.24,127,750,2795.3,qft -5138,SUCCESS,2,1,7228.79,44227266.24,44234495.03,127,1910,11566.06,qftentangled -5139,SUCCESS,2,1,7066.41,44234495.03,44241561.44,127,1870,11306.26,ae -5140,SUCCESS,2,1,21954.54,44241561.44,44263515.98,127,6258,35127.26,random -5141,SUCCESS,2,1,3462.47,44263515.98,44266978.45,127,1318,5539.95,twolocalrandom -5142,SUCCESS,2,1,6885.46,44266978.45,44273863.91,127,4384,11016.74,qpeexact -5143,SUCCESS,2,1,4833.82,44273863.91,44278697.73,127,1457,7734.11,qft -5144,SUCCESS,2,1,23046.45,44278697.73,44301744.18,127,10877,36874.32,qpeinexact -5145,SUCCESS,2,1,16283.37,44301744.18,44318027.55,127,5717,26053.39,qft -5148,SUCCESS,2,1,9683.26,44318027.55,44327710.81,127,3261,15493.22,realamprandom -5149,SUCCESS,2,1,47303.97,44327710.81,44375014.78,127,13004,75686.35,realamprandom -5152,SUCCESS,2,1,1324.44,44375014.78,44376339.22,127,583,2119.1,ghz -5153,SUCCESS,2,1,54946.48,44376339.22,44431285.7,127,11951,87914.37,qnn -5154,SUCCESS,2,1,7974.77,44431285.7,44439260.47,127,1839,12759.63,qpeexact -5155,SUCCESS,2,1,767.11,44439260.47,44440027.58,127,218,1227.38,ghz -5156,SUCCESS,2,1,17861,44440027.58,44457888.58,127,5729,28577.6,qpeinexact -5157,SUCCESS,2,1,6219.17,44457888.58,44464107.75,127,1849,9950.67,realamprandom -5158,SUCCESS,2,1,1874.37,44464107.75,44465982.12,127,434,2998.99,dj -5159,SUCCESS,2,1,630.52,44465982.12,44466612.64,127,181,1008.83,wstate -5160,SUCCESS,2,1,311.2,44466612.64,44466923.84,127,101,497.92,wstate -5161,SUCCESS,2,1,342.7,44466923.84,44467266.54,127,77,548.32,dj -5162,SUCCESS,2,1,1091.49,44467266.54,44468358.03,127,389,1746.38,ghz -5163,SUCCESS,2,1,2205.85,44468358.03,44470563.88,127,473,3529.36,qnn -5164,SUCCESS,2,1,79895.86,44470563.88,44550459.74,127,27640,127833.38,random -5165,SUCCESS,2,1,41008.35,44550459.74,44591468.09,127,9007,65613.36,qnn -5166,SUCCESS,2,1,591.42,44591468.09,44592059.51,127,265,946.27,qnn -5167,SUCCESS,2,1,1198.24,44592059.51,44593257.75,127,911,1917.18,su2random -5168,SUCCESS,2,1,24183.41,44593257.75,44617441.16,127,5691,38693.46,su2random -5169,SUCCESS,2,1,424.17,44617441.16,44617865.33,127,180,678.67,qft -5170,SUCCESS,2,1,10145.47,44617865.33,44628010.8,127,4142,16232.75,pricingput -5171,SUCCESS,2,1,29214.58,44628010.8,44657225.38,127,6455,46743.33,qnn -5172,SUCCESS,2,1,1892.01,44657225.38,44659117.39,127,889,3027.22,ghz -5173,SUCCESS,2,1,53.96,44659117.39,44659171.35,127,24,86.34,ghz -5174,SUCCESS,2,1,1353.29,44659171.35,44660524.64,127,287,2165.26,dj -5176,SUCCESS,2,1,473.33,44660524.64,44660997.97,127,133,757.33,wstate -5179,SUCCESS,2,1,478.84,44660997.97,44661476.81,127,161,766.14,wstate -5180,SUCCESS,2,1,4976,44661476.81,44666452.81,127,3110,7961.6,qpeexact -5181,SUCCESS,2,1,9331.24,44666452.81,44675784.05,127,6050,14929.98,qpeexact -5182,SUCCESS,2,1,133.22,44675784.05,44675917.27,127,42,213.15,qaoa -5183,SUCCESS,2,1,116863.78,44675917.27,44792781.05,127,31247,186982.05,random -5184,SUCCESS,2,1,19529.68,44792781.05,44812310.73,127,7664,31247.49,qpeinexact -5187,SUCCESS,2,1,6312.19,44812310.73,44818622.92,127,1820,10099.5,twolocalrandom -5188,SUCCESS,2,1,5361.15,44818622.92,44823984.07,127,2049,8577.84,qnn -5189,SUCCESS,2,1,5705.71,44823984.07,44829689.78,127,1517,9129.14,qpeinexact -5190,SUCCESS,2,1,202.71,44829689.78,44829892.49,127,43,324.34,groundstate -5191,SUCCESS,2,1,8999.52,44829892.49,44838892.01,127,4693,14399.23,ae -5192,SUCCESS,2,1,189.92,44838892.01,44839081.93,127,72,303.87,ghz -5194,SUCCESS,2,1,10146.9,44839081.93,44849228.83,127,5727,16235.04,qpeexact -5195,SUCCESS,2,1,1378.37,44849228.83,44850607.2,127,353,2205.39,dj -5196,SUCCESS,2,1,8815.68,44850607.2,44859422.88,127,6043,14105.09,realamprandom -5197,SUCCESS,2,1,15310.19,44859422.88,44874733.07,127,3278,24496.3,qpeinexact -5198,SUCCESS,2,1,3217.47,44874733.07,44877950.54,127,1152,5147.95,qft -5199,SUCCESS,2,1,736.61,44877950.54,44878687.15,127,576,1178.58,ae -5200,SUCCESS,2,1,2056.64,44878687.15,44880743.79,127,854,3290.62,ghz -5201,SUCCESS,2,1,947.65,44880743.79,44881691.44,127,231,1516.24,dj -5202,SUCCESS,2,1,63.34,44881691.44,44881754.78,127,18,101.34,graphstate -5203,SUCCESS,2,1,2179.86,44881754.78,44883934.64,127,760,3487.78,ae -5204,SUCCESS,2,1,56.72,44883934.64,44883991.36,127,12,90.75,ghz -5205,SUCCESS,2,1,13083.13,44883991.36,44897074.49,127,5401,20933.01,qft -5206,SUCCESS,2,1,147.77,44897074.49,44897222.26,127,68,236.43,graphstate -5208,SUCCESS,2,1,11902.79,44897222.26,44909125.05,127,5079,19044.46,qwalk-v-chain -5210,SUCCESS,2,1,692.1,44909125.05,44909817.15,127,471,1107.36,qft -5211,SUCCESS,2,1,219.03,44909817.15,44910036.18,127,61,350.45,wstate -5212,SUCCESS,2,1,73435.9,44910036.18,44983472.08,127,17291,117497.44,su2random -5213,SUCCESS,2,1,1307.04,44983472.08,44984779.12,127,343,2091.26,dj -5215,SUCCESS,2,1,7912.7,44984779.12,44992691.82,127,1676,12660.32,ae -5216,SUCCESS,2,1,18793.6,44992691.82,45011485.42,127,11386,30069.76,su2random -5217,SUCCESS,2,1,7616.16,45011485.42,45019101.58,127,1847,12185.86,qnn -5218,SUCCESS,2,1,950.93,45019101.58,45020052.51,127,232,1521.49,qnn -5219,SUCCESS,2,1,548.38,45020052.51,45020600.89,127,186,877.41,qpeexact -5220,SUCCESS,2,1,105.5,45020600.89,45020706.39,127,61,168.8,graphstate -5221,SUCCESS,2,1,1699.2,45020706.39,45022405.59,127,720,2718.72,su2random -5224,SUCCESS,2,1,8360.66,45022405.59,45030766.25,127,2048,13377.06,qft -5225,SUCCESS,2,1,1597.92,45030766.25,45032364.17,127,362,2556.67,dj -5226,SUCCESS,2,1,5362.32,45032364.17,45037726.49,127,1467,8579.71,qft -5227,SUCCESS,2,1,12650.96,45037726.49,45050377.45,127,5478,20241.54,ae -5228,SUCCESS,2,1,37.06,45050377.45,45050414.51,127,30,59.3,ghz -5231,SUCCESS,2,1,271.96,45050414.51,45050686.47,127,82,435.14,dj -5232,SUCCESS,2,1,733.37,45050686.47,45051419.84,127,362,1173.39,graphstate -5233,SUCCESS,2,1,6653.47,45051419.84,45058073.31,127,3163,10645.55,su2random -5234,SUCCESS,2,1,32644.33,45058073.31,45090717.64,127,9760,52230.93,twolocalrandom -5235,SUCCESS,2,1,7712.88,45090717.64,45098430.52,127,2173,12340.61,ae -5236,SUCCESS,2,1,7298.98,45098430.52,45105729.5,127,1919,11678.37,qft -5238,SUCCESS,2,1,784.89,45105729.5,45106514.39,127,237,1255.82,random -5239,SUCCESS,2,1,1440.03,45106514.39,45107954.42,127,342,2304.05,dj -5241,SUCCESS,2,1,2756.23,45107954.42,45110710.65,127,899,4409.97,qftentangled -5243,SUCCESS,2,1,10955.79,45110710.65,45121666.44,127,2441,17529.26,realamprandom -5244,SUCCESS,2,1,163.56,45121666.44,45121830,127,43,261.7,qaoa -5246,SUCCESS,2,1,1933.37,45121830,45123763.37,127,764,3093.39,qnn -5247,SUCCESS,2,1,15439.91,45123763.37,45139203.28,127,10474,24703.86,twolocalrandom -5248,SUCCESS,2,1,1192.07,45139203.28,45140395.35,127,583,1907.31,su2random -5249,SUCCESS,2,1,15670.85,45140395.35,45156066.2,127,4173,25073.36,twolocalrandom -5251,SUCCESS,2,1,246504.77,45156066.2,45402570.97,127,63803,394407.63,random -5252,SUCCESS,2,1,5982.73,45402570.97,45408553.7,127,2439,9572.37,qftentangled -5253,SUCCESS,2,1,5647.82,45408553.7,45414201.52,127,4160,9036.51,twolocalrandom -5254,SUCCESS,2,1,13930.5,45414201.52,45428132.02,127,3765,22288.8,qpeexact -5255,SUCCESS,2,1,640.68,45428132.02,45428772.7,127,142,1025.09,dj -5256,SUCCESS,2,1,16487.33,45428772.7,45445260.03,127,6373,26379.73,qpeinexact -5257,SUCCESS,2,1,13112.85,45445260.03,45458372.88,127,2937,20980.56,realamprandom -5259,SUCCESS,2,1,2265.91,45458372.88,45460638.79,127,486,3625.46,ghz -5262,SUCCESS,2,1,150.45,45460638.79,45460789.24,127,55,240.72,ghz -5263,SUCCESS,2,1,602.23,45460789.24,45461391.47,127,339,963.57,random -5264,SUCCESS,2,1,8505.98,45461391.47,45469897.45,127,3476,13609.57,realamprandom -5265,SUCCESS,2,1,14580.18,45469897.45,45484477.63,127,5775,23328.29,qpeexact -5266,SUCCESS,2,1,1664.19,45484477.63,45486141.82,127,842,2662.7,wstate -5267,SUCCESS,2,1,12413.07,45486141.82,45498554.89,127,8354,19860.91,qft -5270,SUCCESS,2,1,439.6,45498554.89,45498994.49,127,157,703.36,wstate -5272,SUCCESS,2,1,2174.49,45498994.49,45501168.98,127,516,3479.18,realamprandom -5273,SUCCESS,2,1,1673.06,45501168.98,45502842.04,127,1032,2676.9,ae -5275,SUCCESS,2,1,2712.68,45502842.04,45505554.72,127,1018,4340.29,ae -5276,SUCCESS,2,1,236.91,45505554.72,45505791.63,127,81,379.06,graphstate -5277,SUCCESS,2,1,23305.81,45505791.63,45529097.44,127,5854,37289.3,ae -5279,SUCCESS,2,1,797.81,45529097.44,45529895.25,127,273,1276.5,wstate -5280,SUCCESS,2,1,3856.62,45529895.25,45533751.87,127,1429,6170.59,qftentangled -5281,SUCCESS,2,1,11426.15,45533751.87,45545178.02,127,2422,18281.84,twolocalrandom -5282,SUCCESS,2,1,339.4,45545178.02,45545517.42,127,99,543.04,graphstate -5283,SUCCESS,2,1,2548.5,45545517.42,45548065.92,127,1619,4077.6,twolocalrandom -5284,SUCCESS,2,1,2135.38,45548065.92,45550201.3,127,1036,3416.61,wstate -5285,SUCCESS,2,1,19250.24,45550201.3,45569451.54,127,5596,30800.38,ae -5286,SUCCESS,2,1,1328.41,45569451.54,45570779.95,127,307,2125.46,qpeinexact -5287,SUCCESS,2,1,2181.18,45570779.95,45572961.13,127,1227,3489.89,wstate -5288,SUCCESS,2,1,301.38,45572961.13,45573262.51,127,98,482.21,ghz -5289,SUCCESS,2,1,705.78,45573262.51,45573968.29,127,328,1129.25,pricingput -5290,SUCCESS,2,1,9802.73,45573968.29,45583771.02,127,3349,15684.37,realamprandom -5291,SUCCESS,2,1,2162.96,45583771.02,45585933.98,127,903,3460.74,ae -5292,SUCCESS,2,1,31034.51,45585933.98,45616968.49,127,13514,49655.22,realamprandom -5293,SUCCESS,2,1,20722.35,45616968.49,45637690.84,127,4398,33155.76,qft -5294,SUCCESS,2,1,38760.51,45637690.84,45676451.35,127,10877,62016.82,qpeexact -5295,SUCCESS,2,1,38819.49,45676451.35,45715270.84,127,13905,62111.18,twolocalrandom -5296,SUCCESS,2,1,6773.69,45715270.84,45722044.53,127,5386,10837.9,twolocalrandom -5299,SUCCESS,2,1,94.73,45722044.53,45722139.26,127,20,151.57,graphstate -5300,SUCCESS,2,1,2518.56,45722139.26,45724657.82,127,1272,4029.7,twolocalrandom -5301,SUCCESS,2,1,22672.29,45724657.82,45747330.11,127,4749,36275.66,qpeexact -5303,SUCCESS,2,1,18951.89,45747330.11,45766282,127,7671,30323.02,su2random -5304,SUCCESS,2,1,22513.01,45766282,45788795.01,127,7254,36020.82,qpeexact -5305,SUCCESS,2,1,57666.12,45788795.01,45846461.13,127,13316,92265.79,qnn -5306,SUCCESS,2,1,4655.8,45846461.13,45851116.93,127,1268,7449.28,ae -5307,SUCCESS,2,1,132.16,45851116.93,45851249.09,127,92,211.46,graphstate -5308,SUCCESS,2,1,10826.89,45851249.09,45862075.98,127,3082,17323.02,qft -5310,SUCCESS,2,1,4545.22,45862075.98,45866621.2,127,2094,7272.35,qpeexact -5311,SUCCESS,2,1,31852.06,45866621.2,45898473.26,127,10125,50963.3,qnn -5312,SUCCESS,2,1,3685.14,45898473.26,45902158.4,127,1041,5896.22,wstate -5313,SUCCESS,2,1,582.84,45902158.4,45902741.24,127,463,932.54,groundstate -5316,SUCCESS,2,1,2094.15,45902741.24,45904835.39,127,435,3350.64,graphstate -5319,SUCCESS,2,1,3328.99,45904835.39,45908164.38,127,747,5326.38,dj -5320,SUCCESS,2,1,1310.6,45908164.38,45909474.98,127,345,2096.96,wstate -5321,SUCCESS,2,1,30004.71,45909474.98,45939479.69,127,6597,48007.54,qnn -5322,SUCCESS,2,1,9023.61,45939479.69,45948503.3,127,1899,14437.78,qpeexact -5323,SUCCESS,2,1,1399.55,45948503.3,45949902.85,127,649,2239.28,realamprandom -5324,SUCCESS,2,1,4639.72,45949902.85,45954542.57,127,3029,7423.55,twolocalrandom -5325,SUCCESS,2,1,2107.86,45954542.57,45956650.43,127,880,3372.58,qnn -5326,SUCCESS,2,1,609.02,45956650.43,45957259.45,127,130,974.43,dj -5327,SUCCESS,2,1,596.85,45957259.45,45957856.3,127,212,954.96,random -5329,SUCCESS,2,1,3887.68,45957856.3,45961743.98,127,1706,6220.29,su2random -5330,SUCCESS,2,1,2701.58,45961743.98,45964445.56,127,726,4322.53,wstate -5331,SUCCESS,2,1,46861.38,45964445.56,46011306.94,127,14070,74978.21,su2random -5332,SUCCESS,2,1,3233.73,46011306.94,46014540.67,127,1141,5173.97,grover-v-chain -5333,SUCCESS,2,1,7364.15,46014540.67,46021904.82,127,5515,11782.64,qft -5334,SUCCESS,2,1,225.84,46021904.82,46022130.66,127,78,361.34,ghz -5335,SUCCESS,2,1,73726.86,46022130.66,46095857.52,127,15508,117962.98,random -5337,SUCCESS,2,1,28679.18,46095857.52,46124536.7,127,6031,45886.69,qnn -5338,SUCCESS,2,1,268.89,46124536.7,46124805.59,127,68,430.22,graphstate -5339,SUCCESS,2,1,24653.88,46124805.59,46149459.47,127,7568,39446.21,ae -5340,SUCCESS,2,1,164.47,46149459.47,46149623.94,127,63,263.15,vqe -5341,SUCCESS,2,1,2122.82,46149623.94,46151746.76,127,865,3396.51,dj -5342,SUCCESS,2,1,182.92,46151746.76,46151929.68,127,74,292.67,graphstate -5344,SUCCESS,2,1,414.99,46151929.68,46152344.67,127,151,663.98,qftentangled -5345,SUCCESS,2,1,8298.23,46152344.67,46160642.9,127,2230,13277.17,qnn -5347,SUCCESS,2,1,92.72,46160642.9,46160735.62,127,66,148.35,graphstate -5348,SUCCESS,2,1,7215.35,46160735.62,46167950.97,127,2479,11544.56,qpeinexact -5349,SUCCESS,2,1,26887.52,46167950.97,46194838.49,127,6636,43020.03,qpeexact -5350,SUCCESS,2,1,6502.17,46194838.49,46201340.66,127,1896,10403.47,qpeexact -5351,SUCCESS,2,1,3949.57,46201340.66,46205290.23,127,1112,6319.31,realamprandom -5352,SUCCESS,2,1,646.88,46205290.23,46205937.11,127,277,1035.01,wstate -5353,SUCCESS,2,1,10892.23,46205937.11,46216829.34,127,8237,17427.57,qft -5354,SUCCESS,2,1,5029.58,46216829.34,46221858.92,127,1072,8047.33,su2random -5355,SUCCESS,2,1,31410.79,46221858.92,46253269.71,127,8541,50257.26,qpeexact -5356,SUCCESS,2,1,5424.43,46253269.71,46258694.14,127,2116,8679.09,qwalk-v-chain -5357,SUCCESS,2,1,118800.32,46258694.14,46377494.46,127,63390,190080.51,random -5359,SUCCESS,2,1,597.05,46377494.46,46378091.51,127,417,955.28,graphstate -5360,SUCCESS,2,1,21288.73,46378091.51,46399380.24,127,4457,34061.97,qpeinexact -5362,SUCCESS,2,1,33475.16,46399380.24,46432855.4,127,15634,53560.26,twolocalrandom -5363,SUCCESS,2,1,619.09,46432855.4,46433474.49,127,155,990.54,qftentangled -5365,SUCCESS,2,1,544.95,46433474.49,46434019.44,127,321,871.92,graphstate -5366,SUCCESS,2,1,307.3,46434019.44,46434326.74,127,85,491.68,wstate -5368,SUCCESS,2,1,1212.77,46434326.74,46435539.51,127,265,1940.43,wstate -5370,SUCCESS,2,1,101.4,46435539.51,46435640.91,127,57,162.24,wstate -5371,SUCCESS,2,1,12235.12,46435640.91,46447876.03,127,4506,19576.19,twolocalrandom -5372,SUCCESS,2,1,14422.72,46447876.03,46462298.75,127,3061,23076.35,su2random -5373,SUCCESS,2,1,5676.33,46462298.75,46467975.08,127,3025,9082.13,qft -5374,SUCCESS,2,1,7677.5,46467975.08,46475652.58,127,3770,12284,qftentangled -5375,SUCCESS,2,1,29063.14,46475652.58,46504715.72,127,6887,46501.02,qpeinexact -5376,SUCCESS,2,1,95.82,46504715.72,46504811.54,127,32,153.31,graphstate -5377,SUCCESS,2,1,40488.21,46504811.54,46545299.75,127,8527,64781.14,qnn -5378,SUCCESS,2,1,9199.21,46545299.75,46554498.96,127,3064,14718.74,qwalk-v-chain -5379,SUCCESS,2,1,7064.69,46554498.96,46561563.65,127,2737,11303.5,random -5380,SUCCESS,2,1,6182.82,46561563.65,46567746.47,127,1930,9892.51,qftentangled -5381,SUCCESS,2,1,2707.02,46567746.47,46570453.49,127,584,4331.23,twolocalrandom -5383,SUCCESS,2,1,24.19,46570453.49,46570477.68,127,19,38.7,ghz -5384,SUCCESS,2,1,1497.38,46570477.68,46571975.06,127,321,2395.81,wstate -5386,SUCCESS,2,1,626.48,46571975.06,46572601.54,127,514,1002.37,qftentangled -5387,SUCCESS,2,1,6589.58,46572601.54,46579191.12,127,1911,10543.33,ae -5388,SUCCESS,2,1,4908.62,46579191.12,46584099.74,127,2678,7853.79,qpeexact -5389,SUCCESS,2,1,1531.11,46584099.74,46585630.85,127,409,2449.78,dj -5390,SUCCESS,2,1,23866.52,46585630.85,46609497.37,127,11171,38186.43,twolocalrandom -5391,SUCCESS,2,1,2678.14,46609497.37,46612175.51,127,823,4285.02,qnn -5393,SUCCESS,2,1,3840.11,46612175.51,46616015.62,127,931,6144.18,ghz -5394,SUCCESS,2,1,229.24,46616015.62,46616244.86,127,50,366.78,ghz -5395,SUCCESS,2,1,237.62,46616244.86,46616482.48,127,190,380.19,graphstate -5396,SUCCESS,2,1,1013.2,46616482.48,46617495.68,127,578,1621.12,qpeexact -5398,SUCCESS,2,1,16053.43,46617495.68,46633549.11,127,8995,25685.49,qnn -5400,SUCCESS,2,1,7654.11,46633549.11,46641203.22,127,1658,12246.58,qft -5401,SUCCESS,2,1,674.1,46641203.22,46641877.32,127,315,1078.56,pricingcall -5402,SUCCESS,2,1,694.65,46641877.32,46642571.97,127,241,1111.44,wstate -5404,SUCCESS,2,1,213.07,46642571.97,46642785.04,127,49,340.91,ghz -5405,SUCCESS,2,1,9869.57,46642785.04,46652654.61,127,4434,15791.31,realamprandom -5406,SUCCESS,2,1,11646.93,46652654.61,46664301.54,127,4186,18635.09,qpeinexact -5407,SUCCESS,2,1,517.57,46664301.54,46664819.11,127,185,828.11,wstate -5408,SUCCESS,2,1,6854.25,46664819.11,46671673.36,127,3718,10966.8,qpeinexact -5409,SUCCESS,2,1,1619.41,46671673.36,46673292.77,127,1271,2591.06,qft -5410,SUCCESS,2,1,947.12,46673292.77,46674239.89,127,506,1515.39,dj -5411,SUCCESS,2,1,625.79,46674239.89,46674865.68,127,154,1001.26,ae -5413,SUCCESS,2,1,7760.64,46674865.68,46682626.32,127,1753,12417.02,qpeinexact -5414,SUCCESS,2,1,2140.44,46682626.32,46684766.76,127,790,3424.7,dj -5416,SUCCESS,2,1,3139.59,46684766.76,46687906.35,127,828,5023.34,qnn -5417,SUCCESS,2,1,1734.39,46687906.35,46689640.74,127,471,2775.02,dj -5418,SUCCESS,2,1,170.1,46689640.74,46689810.84,127,81,272.16,ghz -5420,SUCCESS,2,1,3045.3,46689810.84,46692856.14,127,835,4872.48,ae -5422,SUCCESS,2,1,10510.12,46692856.14,46703366.26,127,2846,16816.19,random -5423,SUCCESS,2,1,10540.44,46703366.26,46713906.7,127,5814,16864.7,qpeexact -5424,SUCCESS,2,1,6508.89,46713906.7,46720415.59,127,5361,10414.22,qftentangled -5425,SUCCESS,2,1,1695.16,46720415.59,46722110.75,127,415,2712.26,realamprandom -5426,SUCCESS,2,1,1640.1,46722110.75,46723750.85,127,781,2624.16,portfoliovqe -5428,SUCCESS,2,1,476.25,46723750.85,46724227.1,127,261,762,wstate -5429,SUCCESS,2,1,1382.51,46724227.1,46725609.61,127,495,2212.02,dj -5430,SUCCESS,2,1,18623.53,46725609.61,46744233.14,127,9145,29797.65,ae -5431,SUCCESS,2,1,1297.51,46744233.14,46745530.65,127,488,2076.02,ghz -5432,SUCCESS,2,1,812.21,46745530.65,46746342.86,127,254,1299.54,su2random -5433,SUCCESS,2,1,7506.9,46746342.86,46753849.76,127,2063,12011.04,su2random -5434,SUCCESS,2,1,1560.2,46753849.76,46755409.96,127,652,2496.32,qnn -5435,SUCCESS,2,1,11616,46755409.96,46767025.96,127,6600,18585.6,qpeinexact -5436,SUCCESS,2,1,2222.69,46767025.96,46769248.65,127,984,3556.3,qpeinexact -5437,SUCCESS,2,1,20878.68,46769248.65,46790127.33,127,5386,33405.89,realamprandom -5438,SUCCESS,2,1,13295.44,46790127.33,46803422.77,127,3456,21272.7,qpeexact -5439,SUCCESS,2,1,994.6,46803422.77,46804417.37,127,436,1591.36,portfoliovqe -5440,SUCCESS,2,1,9241.51,46804417.37,46813658.88,127,2269,14786.42,qpeinexact -5441,SUCCESS,2,1,24097.5,46813658.88,46837756.38,127,6375,38556,qft -5442,SUCCESS,2,1,919.05,46837756.38,46838675.43,127,285,1470.48,wstate -5443,SUCCESS,2,1,1456.07,46838675.43,46840131.5,127,489,2329.71,twolocalrandom -5444,SUCCESS,2,1,30017.24,46840131.5,46870148.74,127,10793,48027.58,twolocalrandom -5447,SUCCESS,2,1,545.1,46870148.74,46870693.84,127,255,872.16,su2random -5448,SUCCESS,2,1,10725.13,46870693.84,46881418.97,127,8379,17160.21,qnn -5449,SUCCESS,2,1,742.71,46881418.97,46882161.68,127,295,1188.34,qpeexact -5451,SUCCESS,2,1,14785.29,46882161.68,46896946.97,127,7202,23656.46,twolocalrandom -5452,SUCCESS,2,1,188.98,46896946.97,46897135.95,127,72,302.37,graphstate -5453,SUCCESS,2,1,255.41,46897135.95,46897391.36,127,85,408.66,wstate -5456,SUCCESS,2,1,8800.09,46897391.36,46906191.45,127,4589,14080.14,qftentangled -5457,SUCCESS,2,1,637.24,46906191.45,46906828.69,127,388,1019.58,ghz -5458,SUCCESS,2,1,19411.85,46906828.69,46926240.54,127,5874,31058.96,ae -5459,SUCCESS,2,1,8525.69,46926240.54,46934766.23,127,5396,13641.1,realamprandom -5460,SUCCESS,2,1,1372.28,46934766.23,46936138.51,127,377,2195.65,dj -5462,SUCCESS,2,1,11270.13,46936138.51,46947408.64,127,3970,18032.21,qnn -5463,SUCCESS,2,1,1876.69,46947408.64,46949285.33,127,1423,3002.7,ae -5464,SUCCESS,2,1,1433.8,46949285.33,46950719.13,127,670,2294.08,dj -5466,SUCCESS,2,1,23558.55,46950719.13,46974277.68,127,7690,37693.68,qpeexact -5467,SUCCESS,2,1,1814.42,46974277.68,46976092.1,127,551,2903.07,dj -5468,SUCCESS,2,1,55659.61,46976092.1,47031751.71,127,14276,89055.38,realamprandom -5469,SUCCESS,2,1,21331.96,47031751.71,47053083.67,127,5191,34131.14,qpeinexact -5470,SUCCESS,2,1,65616.71,47053083.67,47118700.38,127,13961,104986.74,su2random -5471,SUCCESS,2,1,12202.19,47118700.38,47130902.57,127,5456,19523.5,qftentangled -5472,SUCCESS,2,1,10462.11,47130902.57,47141364.68,127,8518,16739.38,ae -5473,SUCCESS,2,1,31451.83,47141364.68,47172816.51,127,12075,50322.93,su2random -5474,SUCCESS,2,1,2377.41,47172816.51,47175193.92,127,1114,3803.86,ae -5475,SUCCESS,2,1,304.39,47175193.92,47175498.31,127,161,487.02,dj -5476,SUCCESS,2,1,2005.12,47175498.31,47177503.43,127,445,3208.19,ghz -5478,SUCCESS,2,1,1219.99,47177503.43,47178723.42,127,472,1951.98,graphstate -5479,SUCCESS,2,1,545.79,47178723.42,47179269.21,127,121,873.26,wstate -5480,SUCCESS,2,1,16977.49,47179269.21,47196246.7,127,8980,27163.98,qftentangled -5481,SUCCESS,2,1,48635.64,47196246.7,47244882.34,127,15894,77817.02,twolocalrandom -5482,SUCCESS,2,1,3586.17,47244882.34,47248468.51,127,1564,5737.87,qft -5483,SUCCESS,2,1,15425.29,47248468.51,47263893.8,127,6790,24680.46,qpeinexact -5484,SUCCESS,2,1,2972.99,47263893.8,47266866.79,127,1192,4756.78,realamprandom -5485,SUCCESS,2,1,13913.39,47266866.79,47280780.18,127,7879,22261.42,su2random -5486,SUCCESS,2,1,3979.59,47280780.18,47284759.77,127,1094,6367.34,su2random -5487,SUCCESS,2,1,1477.16,47284759.77,47286236.93,127,528,2363.46,wstate -5488,SUCCESS,2,1,13916.59,47286236.93,47300153.52,127,3265,22266.54,su2random -5490,SUCCESS,2,1,1786.09,47300153.52,47301939.61,127,836,2857.74,portfoliovqe -5491,SUCCESS,2,1,48.3,47301939.61,47301987.91,127,22,77.28,graphstate -5492,SUCCESS,2,1,4133.74,47301987.91,47306121.65,127,1223,6613.98,su2random -5493,SUCCESS,2,1,13743.15,47306121.65,47319864.8,127,5057,21989.04,twolocalrandom -5494,SUCCESS,2,1,2236.26,47319864.8,47322101.06,127,505,3578.02,pricingput -5495,SUCCESS,2,1,431.41,47322101.06,47322532.47,127,102,690.26,dj -5496,SUCCESS,2,1,19810.01,47322532.47,47342342.48,127,5366,31696.02,realamprandom -5497,SUCCESS,2,1,31595.12,47342342.48,47373937.6,127,8116,50552.19,qftentangled -5498,SUCCESS,2,1,7438.8,47373937.6,47381376.4,127,3872,11902.08,pricingput -5500,SUCCESS,2,1,35415.92,47381376.4,47416792.32,127,7524,56665.47,twolocalrandom -5503,SUCCESS,2,1,1941.31,47416792.32,47418733.63,127,770,3106.1,wstate -5504,SUCCESS,2,1,38015.88,47418733.63,47456749.51,127,12833,60825.41,random -5505,SUCCESS,2,1,32323.45,47456749.51,47489072.96,127,9406,51717.52,realamprandom -5506,SUCCESS,2,1,815.92,47489072.96,47489888.88,127,527,1305.47,dj -5507,SUCCESS,2,1,15127.46,47489888.88,47505016.34,127,3197,24203.94,qft -5508,SUCCESS,2,1,2984.72,47505016.34,47508001.06,127,723,4775.55,qft -5509,SUCCESS,2,1,19316.36,47508001.06,47527317.42,127,7265,30906.18,qft -5511,SUCCESS,2,1,854.5,47527317.42,47528171.92,127,239,1367.2,qnn -5512,SUCCESS,2,1,67.56,47528171.92,47528239.48,127,44,108.1,graphstate -5513,SUCCESS,2,1,7819.82,47528239.48,47536059.3,127,2932,12511.71,twolocalrandom -5514,SUCCESS,2,1,280.55,47536059.3,47536339.85,127,128,448.88,graphstate -5517,SUCCESS,2,1,7746.15,47536339.85,47544086,127,2740,12393.84,qftentangled -5519,SUCCESS,2,1,50933.38,47544086,47595019.38,127,21006,81493.41,realamprandom -5521,SUCCESS,2,1,191.02,47595019.38,47595210.4,127,55,305.63,graphstate -5522,SUCCESS,2,1,7194.6,47595210.4,47602405,127,2491,11511.36,su2random -5524,SUCCESS,2,1,13016.52,47602405,47615421.52,127,5814,20826.43,qpeinexact -5526,SUCCESS,2,1,512.95,47615421.52,47615934.47,127,249,820.72,twolocalrandom -5527,SUCCESS,2,1,14916.73,47615934.47,47630851.2,127,8879,23866.77,su2random -5528,SUCCESS,2,1,72.6,47630851.2,47630923.8,127,30,116.16,vqe -5529,SUCCESS,2,1,6322.62,47630923.8,47637246.42,127,3038,10116.19,realamprandom -5530,SUCCESS,2,1,53479.35,47637246.42,47690725.77,127,11410,85566.96,random -5531,SUCCESS,2,1,45434.85,47690725.77,47736160.62,127,26024,72695.76,random -5532,SUCCESS,2,1,58568.37,47736160.62,47794728.99,127,13517,93709.39,random -5533,SUCCESS,2,1,17906.77,47794728.99,47812635.76,127,9858,28650.83,qwalk-noancilla -5534,SUCCESS,2,1,752.79,47812635.76,47813388.55,127,554,1204.46,qftentangled -5535,SUCCESS,2,1,325.85,47813388.55,47813714.4,127,69,521.36,dj -5536,SUCCESS,2,1,3417.35,47813714.4,47817131.75,127,763,5467.76,qpeinexact -5537,SUCCESS,2,1,167.01,47817131.75,47817298.76,127,64,267.22,ghz -5538,SUCCESS,2,1,352.93,47817298.76,47817651.69,127,78,564.69,graphstate -5539,SUCCESS,2,1,723.8,47817651.69,47818375.49,127,179,1158.08,graphstate -5540,SUCCESS,2,1,3420.82,47818375.49,47821796.31,127,1545,5473.31,wstate -5541,SUCCESS,2,1,315.72,47821796.31,47822112.03,127,109,505.15,wstate -5542,SUCCESS,2,1,341.64,47822112.03,47822453.67,127,219,546.62,qpeexact -5543,SUCCESS,2,1,550.06,47822453.67,47823003.73,127,157,880.1,wstate -5544,SUCCESS,2,1,15310.58,47823003.73,47838314.31,127,4898,24496.93,ae -5545,SUCCESS,2,1,45730.48,47838314.31,47884044.79,127,18742,73168.77,realamprandom -5546,SUCCESS,2,1,24202.47,47884044.79,47908247.26,127,7158,38723.95,ae -5547,SUCCESS,2,1,1795.77,47908247.26,47910043.03,127,954,2873.23,random -5548,SUCCESS,2,1,3733.09,47910043.03,47913776.12,127,807,5972.94,ghz -5549,SUCCESS,2,1,490.07,47913776.12,47914266.19,127,378,784.11,qftentangled -5550,SUCCESS,2,1,27181.46,47914266.19,47941447.65,127,9238,43490.34,qpeexact -5551,SUCCESS,2,1,197.91,47941447.65,47941645.56,127,65,316.66,graphstate -5552,SUCCESS,2,1,11534.66,47941645.56,47953180.22,127,3239,18455.46,twolocalrandom -5553,SUCCESS,2,1,255.37,47953180.22,47953435.59,127,112,408.59,graphstate -5554,SUCCESS,2,1,7167.37,47953435.59,47960602.96,127,2122,11467.79,qnn -5555,SUCCESS,2,1,1251.63,47960602.96,47961854.59,127,293,2002.61,wstate -5556,SUCCESS,2,1,4539.88,47961854.59,47966394.47,127,964,7263.81,portfoliovqe -5557,SUCCESS,2,1,239.39,47966394.47,47966633.86,127,67,383.02,graphstate -5558,SUCCESS,2,1,5030.86,47966633.86,47971664.72,127,1392,8049.38,qft -5560,SUCCESS,2,1,247.71,47971664.72,47971912.43,127,62,396.34,graphstate -5561,SUCCESS,2,1,12218.52,47971912.43,47984130.95,127,5144,19549.63,qftentangled -5562,SUCCESS,2,1,7167.45,47984130.95,47991298.4,127,1964,11467.92,qnn -5563,SUCCESS,2,1,1785.89,47991298.4,47993084.29,127,759,2857.42,qpeinexact -5564,SUCCESS,2,1,33842.41,47993084.29,48026926.7,127,26834,54147.86,random -5565,SUCCESS,2,1,348.62,48026926.7,48027275.32,127,75,557.79,graphstate -5566,SUCCESS,2,1,17973.13,48027275.32,48045248.45,127,7548,28757.01,qnn -5567,SUCCESS,2,1,9700.81,48045248.45,48054949.26,127,3121,15521.3,ae -5568,SUCCESS,2,1,3581.92,48054949.26,48058531.18,127,1059,5731.07,su2random -5569,SUCCESS,2,1,3121.84,48058531.18,48061653.02,127,728,4994.94,qft -5570,SUCCESS,2,1,30454.58,48061653.02,48092107.6,127,8844,48727.33,twolocalrandom -5571,SUCCESS,2,1,24730.06,48092107.6,48116837.66,127,6450,39568.1,qft -5572,SUCCESS,2,1,925.24,48116837.66,48117762.9,127,247,1480.38,qpeexact -5573,SUCCESS,2,1,13984.99,48117762.9,48131747.89,127,6323,22375.98,qpeexact -5574,SUCCESS,2,1,3556.51,48131747.89,48135304.4,127,828,5690.42,qft -5575,SUCCESS,2,1,1754.64,48135304.4,48137059.04,127,899,2807.42,ae -5576,SUCCESS,2,1,1084.54,48137059.04,48138143.58,127,226,1735.26,qpeinexact -5578,SUCCESS,2,1,1610.09,48138143.58,48139753.67,127,512,2576.14,dj -5579,SUCCESS,2,1,130.26,48139753.67,48139883.93,127,40,208.42,dj -5580,SUCCESS,2,1,12328.61,48139883.93,48152212.54,127,9933,19725.78,twolocalrandom -5581,SUCCESS,2,1,1903.63,48152212.54,48154116.17,127,1463,3045.81,ae -5582,SUCCESS,2,1,19637.97,48154116.17,48173754.14,127,7070,31420.75,qpeexact -5583,SUCCESS,2,1,8924.52,48173754.14,48182678.66,127,2053,14279.23,qwalk-v-chain -5584,SUCCESS,2,1,14038.91,48182678.66,48196717.57,127,3837,22462.26,realamprandom -5585,SUCCESS,2,1,1638.27,48196717.57,48198355.84,127,536,2621.23,dj -5587,SUCCESS,2,1,40.51,48198355.84,48198396.35,127,11,64.82,ghz -5589,SUCCESS,2,1,22437.75,48198396.35,48220834.1,127,7491,35900.4,qpeinexact -5590,SUCCESS,2,1,31014.16,48220834.1,48251848.26,127,7028,49622.66,qft -5592,SUCCESS,2,1,5439.44,48251848.26,48257287.7,127,1420,8703.1,qpeexact -5593,SUCCESS,2,1,23680.17,48257287.7,48280967.87,127,7256,37888.27,qftentangled -5594,SUCCESS,2,1,2681.65,48280967.87,48283649.52,127,1572,4290.64,qpeinexact -5595,SUCCESS,2,1,15336.7,48283649.52,48298986.22,127,4026,24538.72,qft -5597,SUCCESS,2,1,34526.64,48298986.22,48333512.86,127,7460,55242.62,su2random -5598,SUCCESS,2,1,21701.43,48333512.86,48355214.29,127,5808,34722.29,qpeexact -5599,SUCCESS,2,1,25579.57,48355214.29,48380793.86,127,5826,40927.31,realamprandom -5600,SUCCESS,2,1,1241.9,48380793.86,48382035.76,127,666,1987.04,su2random -5601,SUCCESS,2,1,11175.74,48382035.76,48393211.5,127,6839,17881.18,qft -5603,SUCCESS,2,1,1030.11,48393211.5,48394241.61,127,471,1648.18,portfoliovqe -5604,SUCCESS,2,1,28308.46,48394241.61,48422550.07,127,6276,45293.54,qpeexact -5605,SUCCESS,2,1,368.18,48422550.07,48422918.25,127,91,589.09,ghz -5607,SUCCESS,2,1,959.28,48422918.25,48423877.53,127,285,1534.85,qnn -5608,SUCCESS,2,1,84568.16,48423877.53,48508445.69,127,38399,135309.06,random -5610,SUCCESS,2,1,300.94,48508445.69,48508746.63,127,162,481.5,realamprandom -5611,SUCCESS,2,1,23826.09,48508746.63,48532572.72,127,9517,38121.74,twolocalrandom -5613,SUCCESS,2,1,3729.65,48532572.72,48536302.37,127,2882,5967.44,qftentangled -5614,SUCCESS,2,1,698.92,48536302.37,48537001.29,127,173,1118.27,wstate -5615,SUCCESS,2,1,8956.8,48537001.29,48545958.09,127,2488,14330.88,ae -5616,SUCCESS,2,1,273584.3,48545958.09,48819542.39,127,79612,437734.88,qwalk-noancilla -5617,SUCCESS,2,1,4560.48,48819542.39,48824102.87,127,1545,7296.77,twolocalrandom -5618,SUCCESS,2,1,6061.06,48824102.87,48830163.93,127,1300,9697.7,realamprandom -5619,SUCCESS,2,1,22297.04,48830163.93,48852460.97,127,6643,35675.26,qpeinexact -5620,SUCCESS,2,1,4386.45,48852460.97,48856847.42,127,3329,7018.32,qpeexact -5621,SUCCESS,2,1,15408.82,48856847.42,48872256.24,127,3981,24654.11,qpeinexact -5622,SUCCESS,2,1,723.81,48872256.24,48872980.05,127,197,1158.1,qft -5623,SUCCESS,2,1,15609.09,48872980.05,48888589.14,127,8621,24974.54,twolocalrandom -5624,SUCCESS,2,1,1584.41,48888589.14,48890173.55,127,582,2535.06,qpeinexact -5625,SUCCESS,2,1,36643.52,48890173.55,48926817.07,127,10438,58629.63,random -5626,SUCCESS,2,1,3665.97,48926817.07,48930483.04,127,913,5865.55,su2random -5628,SUCCESS,2,1,71.06,48930483.04,48930554.1,127,25,113.7,vqe -5629,SUCCESS,2,1,39093.28,48930554.1,48969647.38,127,8221,62549.25,ae -5630,SUCCESS,2,1,12931.87,48969647.38,48982579.25,127,3974,20690.99,qpeinexact -5631,SUCCESS,2,1,13380.49,48982579.25,48995959.74,127,3434,21408.78,qpeinexact -5632,SUCCESS,2,1,7157.84,48995959.74,49003117.58,127,2721,11452.54,ae -5633,SUCCESS,2,1,21582.99,49003117.58,49024700.57,127,10586,34532.78,qpeinexact -5635,SUCCESS,2,1,5363.65,49024700.57,49030064.22,127,2505,8581.84,qnn -5636,SUCCESS,2,1,13610.59,49030064.22,49043674.81,127,4611,21776.94,ae -5637,SUCCESS,2,1,3388.85,49043674.81,49047063.66,127,808,5422.16,ghz -5638,SUCCESS,2,1,28467.62,49047063.66,49075531.28,127,9568,45548.19,qnn -5639,SUCCESS,2,1,2730.66,49075531.28,49078261.94,127,1405,4369.06,twolocalrandom -5640,SUCCESS,2,1,32654.61,49078261.94,49110916.55,127,8588,52247.38,su2random -5641,SUCCESS,2,1,34793.77,49110916.55,49145710.32,127,8116,55670.03,qft -5644,SUCCESS,2,1,723.2,49145710.32,49146433.52,127,213,1157.12,dj -5645,SUCCESS,2,1,5673.5,49146433.52,49152107.02,127,1590,9077.6,wstate -5646,SUCCESS,2,1,6752.95,49152107.02,49158859.97,127,3280,10804.72,qft -5647,SUCCESS,2,1,4647.77,49158859.97,49163507.74,127,1028,7436.43,wstate -5648,SUCCESS,2,1,943.09,49163507.74,49164450.83,127,298,1508.94,ghz -5650,SUCCESS,2,1,5469.09,49164450.83,49169919.92,127,1844,8750.54,qpeexact -5652,SUCCESS,2,1,8521.88,49169919.92,49178441.8,127,1927,13635.01,realamprandom -5653,SUCCESS,2,1,3642.77,49178441.8,49182084.57,127,978,5828.43,portfoliovqe -5654,SUCCESS,2,1,1839.67,49182084.57,49183924.24,127,424,2943.47,dj -5655,SUCCESS,2,1,3551.68,49183924.24,49187475.92,127,2018,5682.69,qnn -5657,SUCCESS,2,1,372.57,49187475.92,49187848.49,127,174,596.11,dj -5659,SUCCESS,2,1,5949.36,49187848.49,49193797.85,127,4108,9518.98,qpeinexact -5662,SUCCESS,2,1,26683,49193797.85,49220480.85,127,9676,42692.8,realamprandom -5663,SUCCESS,2,1,615.38,49220480.85,49221096.23,127,274,984.61,dj -5665,SUCCESS,2,1,137.7,49221096.23,49221233.93,127,35,220.32,qaoa -5666,SUCCESS,2,1,76.78,49221233.93,49221310.71,127,27,122.85,vqe -5667,SUCCESS,2,1,678.45,49221310.71,49221989.16,127,446,1085.52,dj -5669,SUCCESS,2,1,592.96,49221989.16,49222582.12,127,388,948.74,qft -5670,SUCCESS,2,1,486.59,49222582.12,49223068.71,127,200,778.54,dj -5672,SUCCESS,2,1,13299.74,49223068.71,49236368.45,127,8777,21279.58,qnn -5673,SUCCESS,2,1,4196.17,49236368.45,49240564.62,127,2780,6713.87,twolocalrandom -5674,SUCCESS,2,1,6828.97,49240564.62,49247393.59,127,1801,10926.35,su2random -5675,SUCCESS,2,1,20666.25,49247393.59,49268059.84,127,10544,33066,random -5677,SUCCESS,2,1,404.57,49268059.84,49268464.41,127,98,647.31,ghz -5678,SUCCESS,2,1,1979.36,49268464.41,49270443.77,127,1463,3166.98,wstate -5679,SUCCESS,2,1,39434.62,49270443.77,49309878.39,127,16335,63095.39,realamprandom -5681,SUCCESS,2,1,2939.5,49309878.39,49312817.89,127,622,4703.2,random -5683,SUCCESS,2,1,12109.12,49312817.89,49324927.01,127,6776,19374.59,ae -5684,SUCCESS,2,1,9296.38,49324927.01,49334223.39,127,2096,14874.21,su2random -5685,SUCCESS,2,1,10247.89,49334223.39,49344471.28,127,2977,16396.62,qft -5688,SUCCESS,2,1,26772.98,49344471.28,49371244.26,127,6283,42836.77,qft -5690,SUCCESS,2,1,16402.95,49371244.26,49387647.21,127,5070,26244.72,qftentangled -5692,SUCCESS,2,1,4037.86,49387647.21,49391685.07,127,2921,6460.58,qft -5693,SUCCESS,2,1,7083.11,49391685.07,49398768.18,127,3390,11332.98,qft -5694,SUCCESS,2,1,4882.36,49398768.18,49403650.54,127,1829,7811.78,qft -5696,SUCCESS,2,1,52010.77,49403650.54,49455661.31,127,12792,83217.23,su2random -5697,SUCCESS,2,1,1076.9,49455661.31,49456738.21,127,480,1723.04,qnn -5698,SUCCESS,2,1,1616.54,49456738.21,49458354.75,127,382,2586.46,graphstate -5699,SUCCESS,2,1,9898.53,49458354.75,49468253.28,127,2645,15837.65,realamprandom -5701,SUCCESS,2,1,7756.99,49468253.28,49476010.27,127,4181,12411.18,qnn -5702,SUCCESS,2,1,4109.18,49476010.27,49480119.45,127,1209,6574.69,realamprandom -5706,SUCCESS,2,1,40205.53,49480119.45,49520324.98,127,11628,64328.85,su2random -5707,SUCCESS,2,1,20153.42,49520324.98,49540478.4,127,9200,32245.47,qnn -5708,SUCCESS,2,1,13799.67,49540478.4,49554278.07,127,6006,22079.47,su2random -5710,SUCCESS,2,1,1400.41,49554278.07,49555678.48,127,340,2240.66,qnn -5712,SUCCESS,2,1,11838.96,49555678.48,49567517.44,127,5103,18942.34,qft -5713,SUCCESS,2,1,12031.94,49567517.44,49579549.38,127,5242,19251.1,qpeinexact -5715,SUCCESS,2,1,46420.9,49579549.38,49625970.28,127,28164,74273.44,random -5716,SUCCESS,2,1,2857.42,49625970.28,49628827.7,127,600,4571.87,wstate -5717,SUCCESS,2,1,2886.08,49628827.7,49631713.78,127,611,4617.73,qnn -5718,SUCCESS,2,1,9650.59,49631713.78,49641364.37,127,3250,15440.94,random -5719,SUCCESS,2,1,1859.12,49641364.37,49643223.49,127,750,2974.59,dj -5721,SUCCESS,2,1,117.56,49643223.49,49643341.05,127,39,188.1,graphstate -5722,SUCCESS,2,1,7596.17,49643341.05,49650937.22,127,1656,12153.87,qpeinexact -5723,SUCCESS,2,1,1182.58,49650937.22,49652119.8,127,546,1892.13,qftentangled -5725,SUCCESS,2,1,4659.18,49652119.8,49656778.98,127,1075,7454.69,wstate -5726,SUCCESS,2,1,5904.24,49656778.98,49662683.22,127,2471,9446.78,ae -5727,SUCCESS,2,1,1022.39,49662683.22,49663705.61,127,383,1635.82,qftentangled -5728,SUCCESS,2,1,54912.54,49663705.61,49718618.15,127,12133,87860.06,su2random -5729,SUCCESS,2,1,15838.76,49718618.15,49734456.91,127,5808,25342.02,qpeinexact -5730,SUCCESS,2,1,6577.56,49734456.91,49741034.47,127,2993,10524.1,qpeexact -5731,SUCCESS,2,1,3479.14,49741034.47,49744513.61,127,1391,5566.62,twolocalrandom -5732,SUCCESS,2,1,11489.19,49744513.61,49756002.8,127,6749,18382.7,qft -5733,SUCCESS,2,1,6275.41,49756002.8,49762278.21,127,3646,10040.66,realamprandom -5734,SUCCESS,2,1,17144.44,49762278.21,49779422.65,127,6597,27431.1,qpeexact -5735,SUCCESS,2,1,5132.64,49779422.65,49784555.29,127,3053,8212.22,qpeinexact -5736,SUCCESS,2,1,2868.99,49784555.29,49787424.28,127,1080,4590.38,qft -5737,SUCCESS,2,1,15087.02,49787424.28,49802511.3,127,4643,24139.23,qftentangled -5738,SUCCESS,2,1,30500.76,49802511.3,49833012.06,127,11822,48801.22,realamprandom -5741,SUCCESS,2,1,367.4,49833012.06,49833379.46,127,133,587.84,graphstate -5742,SUCCESS,2,1,10412.59,49833379.46,49843792.05,127,2617,16660.14,qft -5743,SUCCESS,2,1,6119.74,49843792.05,49849911.79,127,2162,9791.58,realamprandom -5744,SUCCESS,2,1,552.17,49849911.79,49850463.96,127,124,883.47,ghz -5745,SUCCESS,2,1,1005.49,49850463.96,49851469.45,127,238,1608.78,qft -5746,SUCCESS,2,1,18289.39,49851469.45,49869758.84,127,9382,29263.02,su2random -5747,SUCCESS,2,1,5186.92,49869758.84,49874945.76,127,1125,8299.07,qft -5750,SUCCESS,2,1,1030.9,49874945.76,49875976.66,127,348,1649.44,graphstate -5752,SUCCESS,2,1,1014.76,49875976.66,49876991.42,127,707,1623.62,realamprandom -5753,SUCCESS,2,1,3269.37,49876991.42,49880260.79,127,703,5230.99,realamprandom -5754,SUCCESS,2,1,23871.27,49880260.79,49904132.06,127,9329,38194.03,realamprandom -5757,SUCCESS,2,1,637.58,49904132.06,49904769.64,127,151,1020.13,graphstate -5758,SUCCESS,2,1,107.26,49904769.64,49904876.9,127,45,171.62,graphstate -5762,SUCCESS,2,1,10067.18,49904876.9,49914944.08,127,2454,16107.49,realamprandom -5763,SUCCESS,2,1,106.86,49914944.08,49915050.94,127,29,170.98,vqe -5764,SUCCESS,2,1,9791.28,49915050.94,49924842.22,127,3694,15666.05,random -5765,SUCCESS,2,1,63772.3,49924842.22,49988614.52,127,14386,102035.68,qnn -5766,SUCCESS,2,1,70.09,49988614.52,49988684.61,127,25,112.14,graphstate -5767,SUCCESS,2,1,6571.49,49988684.61,49995256.1,127,3054,10514.38,qftentangled -5768,SUCCESS,2,1,11203.88,49995256.1,50006459.98,127,6192,17926.21,qpeinexact -5769,SUCCESS,2,1,6439.59,50006459.98,50012899.57,127,1559,10303.34,qft -5770,SUCCESS,2,1,299.78,50012899.57,50013199.35,127,72,479.65,graphstate -5771,SUCCESS,2,1,30100.39,50013199.35,50043299.74,127,10069,48160.62,ae -5772,SUCCESS,2,1,28949.35,50043299.74,50072249.09,127,9646,46318.96,twolocalrandom -5773,SUCCESS,2,1,618.44,50072249.09,50072867.53,127,147,989.5,graphstate -5774,SUCCESS,2,1,3272.5,50072867.53,50076140.03,127,1442,5236,qpeexact -5775,SUCCESS,2,1,8741.41,50076140.03,50084881.44,127,6512,13986.26,qpeexact -5776,SUCCESS,2,1,423.6,50084881.44,50085305.04,127,308,677.76,portfolioqaoa -5777,SUCCESS,2,1,13901.11,50085305.04,50099206.15,127,4196,22241.78,qpeinexact -5778,SUCCESS,2,1,38078.56,50099206.15,50137284.71,127,12492,60925.7,twolocalrandom -5779,SUCCESS,2,1,134.64,50137284.71,50137419.35,127,37,215.42,wstate -5780,SUCCESS,2,1,87.13,50137419.35,50137506.48,127,22,139.41,graphstate -5782,SUCCESS,2,1,747.96,50137506.48,50138254.44,127,201,1196.74,wstate -5783,SUCCESS,2,1,13199.32,50138254.44,50151453.76,127,7435,21118.91,twolocalrandom -5784,SUCCESS,2,1,982.55,50151453.76,50152436.31,127,666,1572.08,twolocalrandom -5785,SUCCESS,2,1,37.04,50152436.31,50152473.35,127,22,59.26,ghz -5786,SUCCESS,2,1,24883.85,50152473.35,50177357.2,127,13113,39814.16,qnn -5788,SUCCESS,2,1,79.08,50177357.2,50177436.28,127,65,126.53,wstate -5790,SUCCESS,2,1,54512.37,50177436.28,50231948.65,127,30186,87219.79,random -5791,SUCCESS,2,1,755.78,50231948.65,50232704.43,127,213,1209.25,graphstate -5793,SUCCESS,2,1,4739.9,50232704.43,50237444.33,127,3257,7583.84,qft -5794,SUCCESS,2,1,8397.37,50237444.33,50245841.7,127,1819,13435.79,qftentangled -5795,SUCCESS,2,1,234.43,50245841.7,50246076.13,127,60,375.09,ghz -5796,SUCCESS,2,1,19609.57,50246076.13,50265685.7,127,7030,31375.31,qpeinexact -5797,SUCCESS,2,1,64795.25,50265685.7,50330480.95,127,19434,103672.4,random -5798,SUCCESS,2,1,6657.03,50330480.95,50337137.98,127,2303,10651.25,qpeexact -5799,SUCCESS,2,1,4296.76,50337137.98,50341434.74,127,1291,6874.82,wstate -5800,SUCCESS,2,1,1436.04,50341434.74,50342870.78,127,491,2297.66,ghz -5801,SUCCESS,2,1,5616.52,50342870.78,50348487.3,127,1420,8986.43,ae -5802,SUCCESS,2,1,510.76,50348487.3,50348998.06,127,267,817.22,graphstate -5803,SUCCESS,2,1,10672.93,50348998.06,50359670.99,127,3769,17076.69,realamprandom -5805,SUCCESS,2,1,39955.23,50359670.99,50399626.22,127,26266,63928.37,random -5806,SUCCESS,2,1,4077.19,50399626.22,50403703.41,127,2957,6523.5,realamprandom -5807,SUCCESS,2,1,19569.61,50403703.41,50423273.02,127,8158,31311.38,realamprandom -5808,SUCCESS,2,1,28548.08,50423273.02,50451821.1,127,11045,45676.93,su2random -5809,SUCCESS,2,1,480.53,50451821.1,50452301.63,127,389,768.85,wstate -5810,SUCCESS,2,1,515.4,50452301.63,50452817.03,127,129,824.64,wstate -5811,SUCCESS,2,1,202.92,50452817.03,50453019.95,127,114,324.67,graphstate -5813,SUCCESS,2,1,1943.85,50453019.95,50454963.8,127,592,3110.16,realamprandom -5814,SUCCESS,2,1,1005.04,50454963.8,50455968.84,127,339,1608.06,qpeinexact -5817,SUCCESS,2,1,3456.32,50455968.84,50459425.16,127,787,5530.11,qnn -5819,SUCCESS,2,1,1564.08,50459425.16,50460989.24,127,343,2502.53,wstate -5820,SUCCESS,2,1,1808.72,50460989.24,50462797.96,127,1254,2893.95,qpeexact -5821,SUCCESS,2,1,244629.06,50462797.96,50707427.02,127,60853,391406.5,random -5822,SUCCESS,2,1,360.21,50707427.02,50707787.23,127,85,576.34,graphstate -5823,SUCCESS,2,1,244.74,50707787.23,50708031.97,127,157,391.58,wstate -5824,SUCCESS,2,1,12562.66,50708031.97,50720594.63,127,3391,20100.26,qnn -5825,SUCCESS,2,1,9470.57,50720594.63,50730065.2,127,3887,15152.91,qpeinexact -5827,SUCCESS,2,1,5357.19,50730065.2,50735422.39,127,1405,8571.5,qnn -5828,SUCCESS,2,1,4875.95,50735422.39,50740298.34,127,1081,7801.52,qpeexact -5829,SUCCESS,2,1,2406.51,50740298.34,50742704.85,127,678,3850.42,qft -5830,SUCCESS,2,1,163.6,50742704.85,50742868.45,127,48,261.76,ghz -5831,SUCCESS,2,1,1412.99,50742868.45,50744281.44,127,889,2260.78,wstate -5832,SUCCESS,2,1,25407.03,50744281.44,50769688.47,127,6845,40651.25,random -5833,SUCCESS,2,1,2229.95,50769688.47,50771918.42,127,835,3567.92,ghz -5834,SUCCESS,2,1,995.08,50771918.42,50772913.5,127,602,1592.13,dj -5836,SUCCESS,2,1,2299.37,50772913.5,50775212.87,127,952,3678.99,random -5837,SUCCESS,2,1,29347.49,50775212.87,50804560.36,127,7260,46955.98,qpeexact -5838,SUCCESS,2,1,16885.52,50804560.36,50821445.88,127,7015,27016.83,su2random -5839,SUCCESS,2,1,451.04,50821445.88,50821896.92,127,149,721.66,wstate -5840,SUCCESS,2,1,10485.31,50821896.92,50832382.23,127,5684,16776.5,ae -5841,SUCCESS,2,1,27022.14,50832382.23,50859404.37,127,8609,43235.42,qft -5842,SUCCESS,2,1,26084.92,50859404.37,50885489.29,127,6364,41735.87,qpeinexact -5843,SUCCESS,2,1,169987.86,50885489.29,51055477.15,127,41330,271980.58,random -5844,SUCCESS,2,1,747.9,51055477.15,51056225.05,127,336,1196.64,pricingput -5845,SUCCESS,2,1,7335.53,51056225.05,51063560.58,127,1800,11736.85,qft -5846,SUCCESS,2,1,153722.41,51063560.58,51217282.99,127,43095,245955.86,random -5847,SUCCESS,2,1,812.83,51217282.99,51218095.82,127,329,1300.53,wstate -5848,SUCCESS,2,1,3440.18,51218095.82,51221536,127,1165,5504.29,wstate -5849,SUCCESS,2,1,917.92,51221536,51222453.92,127,303,1468.67,graphstate -5850,SUCCESS,2,1,10178.92,51222453.92,51232632.84,127,5476,16286.27,qpeinexact -5851,SUCCESS,2,1,4497.53,51232632.84,51237130.37,127,1181,7196.05,su2random -5854,SUCCESS,2,1,497.56,51237130.37,51237627.93,127,137,796.1,wstate -5855,SUCCESS,2,1,978.34,51237627.93,51238606.27,127,393,1565.34,ghz -5856,SUCCESS,2,1,22164.31,51238606.27,51260770.58,127,7391,35462.9,qpeexact -5857,SUCCESS,2,1,402.93,51260770.58,51261173.51,127,248,644.69,dj -5858,SUCCESS,2,1,1995.81,51261173.51,51263169.32,127,757,3193.3,qnn -5859,SUCCESS,2,1,3021.35,51263169.32,51266190.67,127,639,4834.16,realamprandom -5860,SUCCESS,2,1,15505.55,51266190.67,51281696.22,127,4672,24808.88,twolocalrandom -5861,SUCCESS,2,1,37687.73,51281696.22,51319383.95,127,8842,60300.37,su2random -5862,SUCCESS,2,1,27443.55,51319383.95,51346827.5,127,7537,43909.68,su2random -5863,SUCCESS,2,1,391.27,51346827.5,51347218.77,127,304,626.03,random -5864,SUCCESS,2,1,2060.3,51347218.77,51349279.07,127,623,3296.48,qft -5865,SUCCESS,2,1,1669.86,51349279.07,51350948.93,127,532,2671.78,qpeexact -5866,SUCCESS,2,1,37406.28,51350948.93,51388355.21,127,12508,59850.05,realamprandom -5869,SUCCESS,2,1,874.28,51388355.21,51389229.49,127,345,1398.85,wstate -5870,SUCCESS,2,1,4012.01,51389229.49,51393241.5,127,889,6419.22,qnn -5871,SUCCESS,2,1,17901.69,51393241.5,51411143.19,127,4296,28642.7,qwalk-v-chain -5873,SUCCESS,2,1,1451.3,51411143.19,51412594.49,127,631,2322.08,qftentangled -5874,SUCCESS,2,1,19496.57,51412594.49,51432091.06,127,5118,31194.51,realamprandom -5875,SUCCESS,2,1,31856.11,51432091.06,51463947.17,127,6876,50969.78,qpeinexact -5876,SUCCESS,2,1,3574.23,51463947.17,51467521.4,127,778,5718.77,qft -5877,SUCCESS,2,1,504.09,51467521.4,51468025.49,127,132,806.54,qftentangled -5878,SUCCESS,2,1,790.52,51468025.49,51468816.01,127,643,1264.83,dj -5879,SUCCESS,2,1,125.09,51468816.01,51468941.1,127,61,200.14,wstate -5881,SUCCESS,2,1,68372.59,51468941.1,51537313.69,127,14551,109396.14,twolocalrandom -5882,SUCCESS,2,1,44672.15,51537313.69,51581985.84,127,11796,71475.44,random -5884,SUCCESS,2,1,17114.84,51581985.84,51599100.68,127,6361,27383.74,qpeexact -5885,SUCCESS,2,1,1832.35,51599100.68,51600933.03,127,428,2931.76,portfolioqaoa -5887,SUCCESS,2,1,2239.18,51600933.03,51603172.21,127,1097,3582.69,qnn -5888,SUCCESS,2,1,1099.19,51603172.21,51604271.4,127,369,1758.7,wstate -5889,SUCCESS,2,1,19718.23,51604271.4,51623989.63,127,12863,31549.17,su2random -5890,SUCCESS,2,1,43419.68,51623989.63,51667409.31,127,10029,69471.49,random -5891,SUCCESS,2,1,48106.64,51667409.31,51715515.95,127,22604,76970.62,random -5892,SUCCESS,2,1,2207.52,51715515.95,51717723.47,127,714,3532.03,dj -5893,SUCCESS,2,1,5954.12,51717723.47,51723677.59,127,1400,9526.59,qftentangled -5894,SUCCESS,2,1,19906.73,51723677.59,51743584.32,127,5092,31850.77,qft -5895,SUCCESS,2,1,4549.11,51743584.32,51748133.43,127,2303,7278.58,qpeinexact -5896,SUCCESS,2,1,3423.97,51748133.43,51751557.4,127,1419,5478.35,grover-v-chain -5897,SUCCESS,2,1,20062.98,51751557.4,51771620.38,127,4745,32100.77,realamprandom -5898,SUCCESS,2,1,1512.8,51771620.38,51773133.18,127,602,2420.48,qftentangled -5899,SUCCESS,2,1,14362.19,51773133.18,51787495.37,127,8531,22979.5,realamprandom -5900,SUCCESS,2,1,231.92,51787495.37,51787727.29,127,189,371.07,wstate -5901,SUCCESS,2,1,4562.49,51787727.29,51792289.78,127,1194,7299.98,qpeinexact -5902,SUCCESS,2,1,1404.08,51792289.78,51793693.86,127,301,2246.53,wstate -5903,SUCCESS,2,1,1239.79,51793693.86,51794933.65,127,456,1983.66,dj -5904,SUCCESS,2,1,3578.8,51794933.65,51798512.45,127,782,5726.08,dj -5905,SUCCESS,2,1,150.13,51798512.45,51798662.58,127,73,240.21,graphstate -5908,SUCCESS,2,1,10803.13,51798662.58,51809465.71,127,3296,17285.01,ae -5909,SUCCESS,2,1,2695.88,51809465.71,51812161.59,127,621,4313.41,qpeexact -5910,SUCCESS,2,1,426.05,51812161.59,51812587.64,127,341,681.68,wstate -5911,SUCCESS,2,1,1296.63,51812587.64,51813884.27,127,361,2074.61,wstate -5912,SUCCESS,2,1,603.89,51813884.27,51814488.16,127,435,966.22,realamprandom -5913,SUCCESS,2,1,3303.43,51814488.16,51817791.59,127,1231,5285.49,qnn -5914,SUCCESS,2,1,90913.78,51817791.59,51908705.37,127,27530,145462.05,random -5916,SUCCESS,2,1,29788.5,51908705.37,51938493.87,127,14185,47661.6,su2random -5917,SUCCESS,2,1,42529.01,51938493.87,51981022.88,127,13662,68046.42,realamprandom -5918,SUCCESS,2,1,494.42,51981022.88,51981517.3,127,205,791.07,dj -5920,SUCCESS,2,1,2917.6,51981517.3,51984434.9,127,876,4668.16,pricingcall -5922,SUCCESS,2,1,15160.88,51984434.9,51999595.78,127,9379,24257.41,twolocalrandom -5923,SUCCESS,2,1,7378.03,51999595.78,52006973.81,127,5967,11804.85,ae -5924,SUCCESS,2,1,3152.94,52006973.81,52010126.75,127,869,5044.7,wstate -5926,SUCCESS,2,1,31396.64,52010126.75,52041523.39,127,7364,50234.62,random -5927,SUCCESS,2,1,3150.58,52041523.39,52044673.97,127,723,5040.93,dj -5929,SUCCESS,2,1,10939.77,52044673.97,52055613.74,127,5400,17503.63,qpeinexact -5930,SUCCESS,2,1,72.53,52055613.74,52055686.27,127,49,116.05,tsp -5933,SUCCESS,2,1,1498.83,52055686.27,52057185.1,127,582,2398.13,ghz -5934,SUCCESS,2,1,13702.22,52057185.1,52070887.32,127,3177,21923.55,qft -5936,SUCCESS,2,1,262.67,52070887.32,52071149.99,127,57,420.27,ghz -5937,SUCCESS,2,1,4311.08,52071149.99,52075461.07,127,984,6897.73,qnn -5938,SUCCESS,2,1,6902.94,52075461.07,52082364.01,127,1816,11044.7,su2random -5939,SUCCESS,2,1,2188.12,52082364.01,52084552.13,127,1027,3500.99,realamprandom -5940,SUCCESS,2,1,931.82,52084552.13,52085483.95,127,383,1490.91,ghz -5941,SUCCESS,2,1,20419.77,52085483.95,52105903.72,127,5424,32671.63,ae -5942,SUCCESS,2,1,76362.13,52105903.72,52182265.85,127,16395,122179.41,su2random -5943,SUCCESS,2,1,988.15,52182265.85,52183254,127,319,1581.04,qpeexact -5944,SUCCESS,2,1,133.16,52183254,52183387.16,127,48,213.06,graphstate -5945,SUCCESS,2,1,7528.53,52183387.16,52190915.69,127,1791,12045.65,qftentangled -5946,SUCCESS,2,1,7914.41,52190915.69,52198830.1,127,2433,12663.06,ae -5947,SUCCESS,2,1,859.67,52198830.1,52199689.77,127,295,1375.47,su2random -5949,SUCCESS,2,1,42853.83,52199689.77,52242543.6,127,9763,68566.13,twolocalrandom -5950,SUCCESS,2,1,600.9,52242543.6,52243144.5,127,389,961.44,wstate -5951,SUCCESS,2,1,3365.8,52243144.5,52246510.3,127,1442,5385.28,ae -5952,SUCCESS,2,1,150.92,52246510.3,52246661.22,127,35,241.47,ghz -5953,SUCCESS,2,1,492.65,52246661.22,52247153.87,127,163,788.24,dj -5954,SUCCESS,2,1,23362.31,52247153.87,52270516.18,127,5448,37379.7,qpeinexact -5956,SUCCESS,2,1,22624.18,52270516.18,52293140.36,127,4902,36198.69,qftentangled -5957,SUCCESS,2,1,8570.35,52293140.36,52301710.71,127,3334,13712.56,twolocalrandom -5958,SUCCESS,2,1,3605.47,52301710.71,52305316.18,127,981,5768.75,qft -5959,SUCCESS,2,1,470.99,52305316.18,52305787.17,127,131,753.58,qaoa -5961,SUCCESS,2,1,2727.98,52305787.17,52308515.15,127,1078,4364.77,realamprandom -5962,SUCCESS,2,1,1087.96,52308515.15,52309603.11,127,379,1740.74,portfolioqaoa -5963,SUCCESS,2,1,47485.81,52309603.11,52357088.92,127,10323,75977.3,twolocalrandom -5964,SUCCESS,2,1,168.77,52357088.92,52357257.69,127,77,270.03,ghz -5965,SUCCESS,2,1,913.2,52357257.69,52358170.89,127,581,1461.12,ghz -5966,SUCCESS,2,1,1255.22,52358170.89,52359426.11,127,444,2008.35,dj -5969,SUCCESS,2,1,1660.95,52359426.11,52361087.06,127,780,2657.52,qpeinexact -5970,SUCCESS,2,1,5263.83,52361087.06,52366350.89,127,1627,8422.13,twolocalrandom -5973,SUCCESS,2,1,377.86,52366350.89,52366728.75,127,106,604.58,groundstate -5974,SUCCESS,2,1,87.27,52366728.75,52366816.02,127,64,139.63,graphstate -5976,SUCCESS,2,1,5737.99,52366816.02,52372554.01,127,1655,9180.78,qft -5977,SUCCESS,2,1,7204.41,52372554.01,52379758.42,127,2822,11527.06,qwalk-v-chain -5978,SUCCESS,2,1,20777.26,52379758.42,52400535.68,127,6276,33243.62,realamprandom -5979,SUCCESS,2,1,126.95,52400535.68,52400662.63,127,32,203.12,ghz -5980,SUCCESS,2,1,30725.92,52400662.63,52431388.55,127,6796,49161.47,ae -5981,SUCCESS,2,1,687.98,52431388.55,52432076.53,127,397,1100.77,groundstate -5982,SUCCESS,2,1,261.49,52432076.53,52432338.02,127,196,418.38,ghz -5983,SUCCESS,2,1,53.05,52432338.02,52432391.07,127,26,84.88,ghz -5984,SUCCESS,2,1,9848.56,52432391.07,52442239.63,127,5475,15757.7,ae -5985,SUCCESS,2,1,1551.64,52442239.63,52443791.27,127,623,2482.62,qft -5986,SUCCESS,2,1,800.68,52443791.27,52444591.95,127,208,1281.09,qpeinexact -5987,SUCCESS,2,1,1166.21,52444591.95,52445758.16,127,313,1865.94,wstate -5988,SUCCESS,2,1,233.12,52445758.16,52445991.28,127,64,372.99,dj -5989,SUCCESS,2,1,24021.85,52445991.28,52470013.13,127,5151,38434.96,qpeexact -5990,SUCCESS,2,1,30906.66,52470013.13,52500919.79,127,11246,49450.66,su2random -5991,SUCCESS,2,1,4058.77,52500919.79,52504978.56,127,3168,6494.03,qpeinexact -5992,SUCCESS,2,1,1107.96,52504978.56,52506086.52,127,270,1772.74,graphstate -5993,SUCCESS,2,1,4216.96,52506086.52,52510303.48,127,1443,6747.14,twolocalrandom -5994,SUCCESS,2,1,217.37,52510303.48,52510520.85,127,89,347.79,graphstate -5996,SUCCESS,2,1,102.49,52510520.85,52510623.34,127,84,163.98,graphstate -5997,SUCCESS,2,1,7471.35,52510623.34,52518094.69,127,6054,11954.16,qft -5999,SUCCESS,2,1,51.52,52518094.69,52518146.21,127,14,82.43,ghz -6000,SUCCESS,2,1,53.36,52518146.21,52518199.57,127,25,85.38,graphstate -6001,SUCCESS,2,1,141.92,52518199.57,52518341.49,127,48,227.07,ghz -6002,SUCCESS,2,1,60126.59,52518341.49,52578468.08,127,21006,96202.54,twolocalrandom -6003,SUCCESS,2,1,1989.97,52578468.08,52580458.05,127,1572,3183.95,twolocalrandom -6004,SUCCESS,2,1,29306.22,52580458.05,52609764.27,127,7346,46889.95,ae -6006,SUCCESS,2,1,12297.16,52609764.27,52622061.43,127,2852,19675.46,su2random -6008,SUCCESS,2,1,832.11,52622061.43,52622893.54,127,553,1331.38,portfolioqaoa -6010,SUCCESS,2,1,16180.56,52622893.54,52639074.1,127,6732,25888.9,ae -6012,SUCCESS,2,1,14436.13,52639074.1,52653510.23,127,11015,23097.81,qnn -6013,SUCCESS,2,1,19158.25,52653510.23,52672668.48,127,10966,30653.2,qnn -6014,SUCCESS,2,1,1743.88,52672668.48,52674412.36,127,981,2790.21,qpeexact -6015,SUCCESS,2,1,9287.1,52674412.36,52683699.46,127,4335,14859.36,twolocalrandom -6016,SUCCESS,2,1,1570.45,52683699.46,52685269.91,127,391,2512.72,portfolioqaoa -6017,SUCCESS,2,1,547.14,52685269.91,52685817.05,127,235,875.42,dj -6018,SUCCESS,2,1,136.56,52685817.05,52685953.61,127,81,218.5,graphstate -6020,SUCCESS,2,1,480.8,52685953.61,52686434.41,127,198,769.28,qpeinexact -6022,SUCCESS,2,1,3160.43,52686434.41,52689594.84,127,729,5056.69,dj -6023,SUCCESS,2,1,5097.61,52689594.84,52694692.45,127,2360,8156.18,twolocalrandom -6024,SUCCESS,2,1,495.98,52694692.45,52695188.43,127,111,793.57,dj -6025,SUCCESS,2,1,986.63,52695188.43,52696175.06,127,387,1578.61,ghz -6026,SUCCESS,2,1,16795.06,52696175.06,52712970.12,127,5775,26872.1,qpeinexact -6027,SUCCESS,2,1,2070,52712970.12,52715040.12,127,1509,3312,qft -6028,SUCCESS,2,1,26978.4,52715040.12,52742018.52,127,6643,43165.44,qpeexact -6029,SUCCESS,2,1,37420.67,52742018.52,52779439.19,127,8266,59873.07,realamprandom -6030,SUCCESS,2,1,717.89,52779439.19,52780157.08,127,200,1148.62,graphstate -6031,SUCCESS,2,1,537.61,52780157.08,52780694.69,127,318,860.18,qpeexact -6032,SUCCESS,2,1,1275.4,52780694.69,52781970.09,127,273,2040.64,portfoliovqe -6033,SUCCESS,2,1,1691.18,52781970.09,52783661.27,127,361,2705.89,wstate -6035,SUCCESS,2,1,3829.29,52783661.27,52787490.56,127,926,6126.86,qnn -6036,SUCCESS,2,1,249142.03,52787490.56,53036632.59,127,53182,398627.25,random -6040,SUCCESS,2,1,17024.73,53036632.59,53053657.32,127,8255,27239.57,ae -6041,SUCCESS,2,1,93.89,53053657.32,53053751.21,127,56,150.22,graphstate -6042,SUCCESS,2,1,12762.48,53053751.21,53066513.69,127,5228,20419.97,qft -6043,SUCCESS,2,1,379.64,53066513.69,53066893.33,127,182,607.42,qpeexact -6044,SUCCESS,2,1,877.49,53066893.33,53067770.82,127,266,1403.98,qft -6046,SUCCESS,2,1,10300.12,53067770.82,53078070.94,127,2398,16480.19,qnn -6047,SUCCESS,2,1,8227.34,53078070.94,53086298.28,127,2404,13163.74,twolocalrandom -6048,SUCCESS,2,1,1727.55,53086298.28,53088025.83,127,478,2764.08,dj -6050,SUCCESS,2,1,11388.79,53088025.83,53099414.62,127,7295,18222.06,twolocalrandom -6052,SUCCESS,2,1,1478.96,53099414.62,53100893.58,127,329,2366.34,portfoliovqe -6053,SUCCESS,2,1,63454.35,53100893.58,53164347.93,127,13937,101526.96,su2random -6054,SUCCESS,2,1,1387.66,53164347.93,53165735.59,127,484,2220.26,ghz -6055,SUCCESS,2,1,18771.49,53165735.59,53184507.08,127,4011,30034.38,qpeinexact -6056,SUCCESS,2,1,5638.63,53184507.08,53190145.71,127,1628,9021.81,su2random -6057,SUCCESS,2,1,64.85,53190145.71,53190210.56,127,36,103.76,graphstate -6058,SUCCESS,2,1,19596.38,53190210.56,53209806.94,127,8451,31354.21,ae -6059,SUCCESS,2,1,2410.01,53209806.94,53212216.95,127,1478,3856.02,ae -6060,SUCCESS,2,1,5450.39,53212216.95,53217667.34,127,1359,8720.62,qpeexact -6061,SUCCESS,2,1,2239.53,53217667.34,53219906.87,127,658,3583.25,su2random -6062,SUCCESS,2,1,847.51,53219906.87,53220754.38,127,398,1356.02,dj -6063,SUCCESS,2,1,6866.75,53220754.38,53227621.13,127,2398,10986.8,qftentangled -6064,SUCCESS,2,1,22640.2,53227621.13,53250261.33,127,6322,36224.32,qpeexact -6065,SUCCESS,2,1,2633.68,53250261.33,53252895.01,127,659,4213.89,twolocalrandom -6066,SUCCESS,2,1,1183.11,53252895.01,53254078.12,127,248,1892.98,su2random -6067,SUCCESS,2,1,270.22,53254078.12,53254348.34,127,82,432.35,graphstate -6068,SUCCESS,2,1,12017.99,53254348.34,53266366.33,127,2749,19228.78,qpeexact -6069,SUCCESS,2,1,1566.85,53266366.33,53267933.18,127,1108,2506.96,wstate -6070,SUCCESS,2,1,10296.77,53267933.18,53278229.95,127,5386,16474.83,ae -6071,SUCCESS,2,1,65.33,53278229.95,53278295.28,127,44,104.53,graphstate -6072,SUCCESS,2,1,13552.18,53278295.28,53291847.46,127,7254,21683.49,qft -6073,SUCCESS,2,1,2577.07,53291847.46,53294424.53,127,1706,4123.31,qnn -6075,SUCCESS,2,1,773.94,53294424.53,53295198.47,127,207,1238.3,dj -6076,SUCCESS,2,1,64.47,53295198.47,53295262.94,127,28,103.15,graphstate -6078,SUCCESS,2,1,8992.32,53295262.94,53304255.26,127,1972,14387.71,qpeinexact -6079,SUCCESS,2,1,109479.42,53304255.26,53413734.68,127,26206,175167.07,random -6080,SUCCESS,2,1,468.73,53413734.68,53414203.41,127,217,749.97,graphstate -6081,SUCCESS,2,1,5586.92,53414203.41,53419790.33,127,1410,8939.07,qft -6083,SUCCESS,2,1,1998.84,53419790.33,53421789.17,127,479,3198.14,qnn -6084,SUCCESS,2,1,2108.29,53421789.17,53423897.46,127,631,3373.26,qftentangled -6086,SUCCESS,2,1,116.79,53423897.46,53424014.25,127,33,186.86,ghz -6090,SUCCESS,2,1,1245.19,53424014.25,53425259.44,127,265,1992.3,graphstate -6091,SUCCESS,2,1,1373.71,53425259.44,53426633.15,127,1004,2197.94,wstate -6092,SUCCESS,2,1,215.62,53426633.15,53426848.77,127,53,344.99,wstate -6093,SUCCESS,2,1,7959.76,53426848.77,53434808.53,127,4705,12735.62,qpeexact -6094,SUCCESS,2,1,1337.81,53434808.53,53436146.34,127,572,2140.5,dj -6095,SUCCESS,2,1,5323.62,53436146.34,53441469.96,127,1327,8517.79,qpeexact -6096,SUCCESS,2,1,62059.41,53441469.96,53503529.37,127,24109,99295.06,random -6097,SUCCESS,2,1,4728.94,53503529.37,53508258.31,127,2222,7566.3,qnn -6098,SUCCESS,2,1,2356.29,53508258.31,53510614.6,127,920,3770.06,twolocalrandom -6099,SUCCESS,2,1,2147.49,53510614.6,53512762.09,127,462,3435.98,su2random -6100,SUCCESS,2,1,604.89,53512762.09,53513366.98,127,173,967.82,dj -6103,SUCCESS,2,1,14462.9,53513366.98,53527829.88,127,4459,23140.64,ae -6104,SUCCESS,2,1,345.25,53527829.88,53528175.13,127,238,552.4,su2random -6106,SUCCESS,2,1,33579.54,53528175.13,53561754.67,127,10828,53727.26,realamprandom -6107,SUCCESS,2,1,1193.64,53561754.67,53562948.31,127,357,1909.82,wstate -6108,SUCCESS,2,1,2247.42,53562948.31,53565195.73,127,1072,3595.87,wstate -6109,SUCCESS,2,1,35741.82,53565195.73,53600937.55,127,10944,57186.91,random -6111,SUCCESS,2,1,5411.23,53600937.55,53606348.78,127,1354,8657.97,qftentangled -6112,SUCCESS,2,1,25191,53606348.78,53631539.78,127,9330,40305.6,random -6114,SUCCESS,2,1,57956.98,53631539.78,53689496.76,127,13165,92731.17,random -6115,SUCCESS,2,1,2813.47,53689496.76,53692310.23,127,687,4501.55,ae -6116,SUCCESS,2,1,2535.8,53692310.23,53694846.03,127,527,4057.28,dj -6117,SUCCESS,2,1,2916.27,53694846.03,53697762.3,127,844,4666.03,ae -6118,SUCCESS,2,1,2080.87,53697762.3,53699843.17,127,724,3329.39,dj -6121,SUCCESS,2,1,415.05,53699843.17,53700258.22,127,87,664.08,ghz -6122,SUCCESS,2,1,5899.48,53700258.22,53706157.7,127,1339,9439.17,wstate -6123,SUCCESS,2,1,690,53706157.7,53706847.7,127,256,1104,dj -6126,SUCCESS,2,1,4224.05,53706847.7,53711071.75,127,1382,6758.48,qpeexact -6129,SUCCESS,2,1,7292.04,53711071.75,53718363.79,127,1555,11667.26,twolocalrandom -6132,SUCCESS,2,1,156.86,53718363.79,53718520.65,127,81,250.98,ghz -6133,SUCCESS,2,1,8851.7,53718520.65,53727372.35,127,2071,14162.72,realamprandom -6134,SUCCESS,2,1,14656.39,53727372.35,53742028.74,127,4196,23450.22,qpeexact -6135,SUCCESS,2,1,2216.88,53742028.74,53744245.62,127,1420,3547.01,qpeinexact -6137,SUCCESS,2,1,9350.19,53744245.62,53753595.81,127,3129,14960.3,twolocalrandom -6138,SUCCESS,2,1,146.29,53753595.81,53753742.1,127,72,234.06,graphstate -6139,SUCCESS,2,1,33573.41,53753742.1,53787315.51,127,12948,53717.46,su2random -6140,SUCCESS,2,1,329.26,53787315.51,53787644.77,127,124,526.82,graphstate -6142,SUCCESS,2,1,1853.66,53787644.77,53789498.43,127,1182,2965.86,ae -6143,SUCCESS,2,1,771.04,53789498.43,53790269.47,127,277,1233.66,graphstate -6144,SUCCESS,2,1,1916.14,53790269.47,53792185.61,127,471,3065.82,ae -6145,SUCCESS,2,1,19673.23,53792185.61,53811858.84,127,4533,31477.17,qpeinexact -6146,SUCCESS,2,1,145.3,53811858.84,53812004.14,127,50,232.48,graphstate -6147,SUCCESS,2,1,32802.57,53812004.14,53844806.71,127,6876,52484.11,qpeexact -6148,SUCCESS,2,1,12616.38,53844806.71,53857423.09,127,2993,20186.21,qpeinexact -6149,SUCCESS,2,1,4992.07,53857423.09,53862415.16,127,1149,7987.31,realamprandom -6150,SUCCESS,2,1,21575.8,53862415.16,53883990.96,127,5019,34521.28,ae -6151,SUCCESS,2,1,469.56,53883990.96,53884460.52,127,182,751.3,graphstate -6153,SUCCESS,2,1,743.86,53884460.52,53885204.38,127,220,1190.18,dj -6154,SUCCESS,2,1,18983.98,53885204.38,53904188.36,127,15223,30374.37,su2random -6155,SUCCESS,2,1,1326.44,53904188.36,53905514.8,127,849,2122.3,dj -6156,SUCCESS,2,1,20701.49,53905514.8,53926216.29,127,8571,33122.38,random -6158,SUCCESS,2,1,20367.33,53926216.29,53946583.62,127,5590,32587.73,qnn -6159,SUCCESS,2,1,37271.92,53946583.62,53983855.54,127,8505,59635.07,qpeinexact -6160,SUCCESS,2,1,638.32,53983855.54,53984493.86,127,296,1021.31,su2random -6161,SUCCESS,2,1,17028.16,53984493.86,54001522.02,127,4309,27245.06,qnn -6162,SUCCESS,2,1,24333.77,54001522.02,54025855.79,127,5416,38934.03,ae -6163,SUCCESS,2,1,155.17,54025855.79,54026010.96,127,110,248.27,graphstate -6164,SUCCESS,2,1,262.16,54026010.96,54026273.12,127,61,419.46,wstate -6165,SUCCESS,2,1,569.82,54026273.12,54026842.94,127,126,911.71,graphstate -6166,SUCCESS,2,1,15986.4,54026842.94,54042829.34,127,5526,25578.24,qft -6167,SUCCESS,2,1,910.48,54042829.34,54043739.82,127,276,1456.77,ghz -6170,SUCCESS,2,1,15714.19,54043739.82,54059454.01,127,3261,25142.7,qft -6171,SUCCESS,2,1,3413.96,54059454.01,54062867.97,127,1932,5462.34,realamprandom -6172,SUCCESS,2,1,220.3,54062867.97,54063088.27,127,141,352.48,wstate -6173,SUCCESS,2,1,1054.58,54063088.27,54064142.85,127,411,1687.33,portfolioqaoa -6174,SUCCESS,2,1,14213.91,54064142.85,54078356.76,127,6799,22742.26,qpeexact -6175,SUCCESS,2,1,86.27,54078356.76,54078443.03,127,23,138.03,ghz -6176,SUCCESS,2,1,23388.77,54078443.03,54101831.8,127,7396,37422.03,twolocalrandom -6177,SUCCESS,2,1,64.55,54101831.8,54101896.35,127,36,103.28,dj -6179,SUCCESS,2,1,134963.8,54101896.35,54236860.15,127,37687,215942.08,random -6180,SUCCESS,2,1,1031.26,54236860.15,54237891.41,127,305,1650.02,wstate -6181,SUCCESS,2,1,1001.92,54237891.41,54238893.33,127,404,1603.07,qpeinexact -6182,SUCCESS,2,1,6974.17,54238893.33,54245867.5,127,2137,11158.67,qft -6183,SUCCESS,2,1,369.57,54245867.5,54246237.07,127,209,591.31,wstate -6184,SUCCESS,2,1,12393.17,54246237.07,54258630.24,127,4976,19829.07,ae -6185,SUCCESS,2,1,16123.73,54258630.24,54274753.97,127,11754,25797.97,realamprandom -6186,SUCCESS,2,1,2230.09,54274753.97,54276984.06,127,1447,3568.14,qpeinexact -6188,SUCCESS,2,1,302.97,54276984.06,54277287.03,127,80,484.75,graphstate -6189,SUCCESS,2,1,3407.11,54277287.03,54280694.14,127,793,5451.38,su2random -6191,SUCCESS,2,1,15385.14,54280694.14,54296079.28,127,10916,24616.22,twolocalrandom -6194,SUCCESS,2,1,408.85,54296079.28,54296488.13,127,103,654.16,graphstate -6196,SUCCESS,2,1,15393.85,54296488.13,54311881.98,127,3332,24630.16,random -6197,SUCCESS,2,1,956.62,54311881.98,54312838.6,127,308,1530.59,ghz -6198,SUCCESS,2,1,3629.47,54312838.6,54316468.07,127,773,5807.15,qpeinexact -6199,SUCCESS,2,1,6111.82,54316468.07,54322579.89,127,1597,9778.91,random -6201,SUCCESS,2,1,2719.7,54322579.89,54325299.59,127,1427,4351.52,qpeinexact -6202,SUCCESS,2,1,10332.96,54325299.59,54335632.55,127,2244,16532.74,qft -6203,SUCCESS,2,1,4070.16,54335632.55,54339702.71,127,968,6512.26,qnn -6204,SUCCESS,2,1,1334.18,54339702.71,54341036.89,127,495,2134.69,random -6206,SUCCESS,2,1,6847.78,54341036.89,54347884.67,127,5258,10956.45,qft -6207,SUCCESS,2,1,30570.85,54347884.67,54378455.52,127,7355,48913.36,qpeinexact -6209,SUCCESS,2,1,5734.56,54378455.52,54384190.08,127,1838,9175.3,qpeinexact -6210,SUCCESS,2,1,3507.92,54384190.08,54387698,127,987,5612.67,wstate -6211,SUCCESS,2,1,56313.67,54387698,54444011.67,127,14422,90101.87,twolocalrandom -6212,SUCCESS,2,1,372.31,54444011.67,54444383.98,127,143,595.7,dj -6213,SUCCESS,2,1,6938.42,54444383.98,54451322.4,127,5476,11101.47,qpeexact -6214,SUCCESS,2,1,4741.36,54451322.4,54456063.76,127,1043,7586.18,qnn -6215,SUCCESS,2,1,1266.11,54456063.76,54457329.87,127,398,2025.78,dj -6217,SUCCESS,2,1,3682.76,54457329.87,54461012.63,127,1405,5892.42,realamprandom -6218,SUCCESS,2,1,18918.68,54461012.63,54479931.31,127,7106,30269.89,twolocalrandom -6219,SUCCESS,2,1,66032.63,54479931.31,54545963.94,127,14188,105652.21,twolocalrandom -6220,SUCCESS,2,1,9150.08,54545963.94,54555114.02,127,5910,14640.13,qwalk-v-chain -6221,SUCCESS,2,1,3273.15,54555114.02,54558387.17,127,855,5237.04,twolocalrandom -6222,SUCCESS,2,1,9758.28,54558387.17,54568145.45,127,2956,15613.25,qftentangled -6223,SUCCESS,2,1,83.26,54568145.45,54568228.71,127,27,133.22,graphstate -6224,SUCCESS,2,1,1108.41,54568228.71,54569337.12,127,448,1773.46,graphstate -6225,SUCCESS,2,1,803.39,54569337.12,54570140.51,127,352,1285.42,graphstate -6226,SUCCESS,2,1,2047.78,54570140.51,54572188.29,127,741,3276.45,dj -6227,SUCCESS,2,1,2059.89,54572188.29,54574248.18,127,447,3295.82,graphstate -6228,SUCCESS,2,1,16450.34,54574248.18,54590698.52,127,7371,26320.54,realamprandom -6230,SUCCESS,2,1,982.33,54590698.52,54591680.85,127,269,1571.73,dj -6231,SUCCESS,2,1,2251.36,54591680.85,54593932.21,127,565,3602.18,dj -6233,SUCCESS,2,1,827.67,54593932.21,54594759.88,127,649,1324.27,twolocalrandom -6236,SUCCESS,2,1,5914.78,54594759.88,54600674.66,127,2923,9463.65,qpeexact -6238,SUCCESS,2,1,31673.72,54600674.66,54632348.38,127,7491,50677.95,qpeexact -6239,SUCCESS,2,1,1996.56,54632348.38,54634344.94,127,564,3194.5,qft -6242,SUCCESS,2,1,1642.56,54634344.94,54635987.5,127,696,2628.1,wstate -6243,SUCCESS,2,1,3038.49,54635987.5,54639025.99,127,1073,4861.58,ghz -6244,SUCCESS,2,1,8147.09,54639025.99,54647173.08,127,2681,13035.34,qpeinexact -6245,SUCCESS,2,1,1180.63,54647173.08,54648353.71,127,301,1889.01,ghz -6247,SUCCESS,2,1,18525.46,54648353.71,54666879.17,127,5356,29640.74,su2random -6249,SUCCESS,2,1,5758.25,54666879.17,54672637.42,127,1972,9213.2,qpeexact -6252,SUCCESS,2,1,7082.1,54672637.42,54679719.52,127,1781,11331.36,qft -6253,SUCCESS,2,1,1088.56,54679719.52,54680808.08,127,602,1741.7,dj -6254,SUCCESS,2,1,948.78,54680808.08,54681756.86,127,653,1518.05,qpeexact -6255,SUCCESS,2,1,2122.59,54681756.86,54683879.45,127,930,3396.14,wstate -6256,SUCCESS,2,1,568.89,54683879.45,54684448.34,127,144,910.22,dj -6258,SUCCESS,2,1,21258.72,54684448.34,54705707.06,127,6283,34013.95,qnn -6259,SUCCESS,2,1,2637.02,54705707.06,54708344.08,127,1882,4219.23,random -6260,SUCCESS,2,1,21763.76,54708344.08,54730107.84,127,5542,34822.02,realamprandom -6263,SUCCESS,2,1,223.79,54730107.84,54730331.63,127,124,358.06,qpeexact -6264,SUCCESS,2,1,817.14,54730331.63,54731148.77,127,423,1307.42,dj -6265,SUCCESS,2,1,69.75,54731148.77,54731218.52,127,15,111.6,ghz -6267,SUCCESS,2,1,852.28,54731218.52,54732070.8,127,286,1363.65,dj -6268,SUCCESS,2,1,2883.23,54732070.8,54734954.03,127,826,4613.17,qftentangled -6269,SUCCESS,2,1,180.1,54734954.03,54735134.13,127,40,288.16,graphstate -6270,SUCCESS,2,1,748.76,54735134.13,54735882.89,127,446,1198.02,ghz -6271,SUCCESS,2,1,1747.06,54735882.89,54737629.95,127,851,2795.3,wstate -6274,SUCCESS,2,1,15052.26,54737629.95,54752682.21,127,4494,24083.62,ae -6276,SUCCESS,2,1,1197,54752682.21,54753879.21,127,326,1915.2,groundstate -6277,SUCCESS,2,1,4155.79,54753879.21,54758035,127,1023,6649.26,qft -6280,SUCCESS,2,1,1740.82,54758035,54759775.82,127,369,2785.31,qft -6281,SUCCESS,2,1,1430.86,54759775.82,54761206.68,127,492,2289.38,qpeinexact -6282,SUCCESS,2,1,263.49,54761206.68,54761470.17,127,88,421.58,ghz -6283,SUCCESS,2,1,1323.3,54761470.17,54762793.47,127,592,2117.28,qpeexact -6287,SUCCESS,2,1,16212.16,54762793.47,54779005.63,127,3494,25939.46,ae -6288,SUCCESS,2,1,2279.21,54779005.63,54781284.84,127,1258,3646.74,qpeinexact -6289,SUCCESS,2,1,646.38,54781284.84,54781931.22,127,171,1034.21,dj -6291,SUCCESS,2,1,218.17,54781931.22,54782149.39,127,61,349.07,graphstate -6292,SUCCESS,2,1,192.62,54782149.39,54782342.01,127,122,308.19,ghz -6293,SUCCESS,2,1,9603.27,54782342.01,54791945.28,127,6525,15365.23,qft -6294,SUCCESS,2,1,8083.62,54791945.28,54800028.9,127,5174,12933.79,qpeinexact -6296,SUCCESS,2,1,24807.7,54800028.9,54824836.6,127,7337,39692.32,random -6297,SUCCESS,2,1,527.97,54824836.6,54825364.57,127,311,844.75,graphstate -6299,SUCCESS,2,1,670.5,54825364.57,54826035.07,127,197,1072.8,wstate -6300,SUCCESS,2,1,2076.65,54826035.07,54828111.72,127,491,3322.64,groundstate -6301,SUCCESS,2,1,316.8,54828111.72,54828428.52,127,96,506.88,graphstate -6302,SUCCESS,2,1,18413.19,54828428.52,54846841.71,127,5284,29461.1,qpeinexact -6303,SUCCESS,2,1,3825.02,54846841.71,54850666.73,127,1184,6120.03,qpeinexact -6304,SUCCESS,2,1,695.23,54850666.73,54851361.96,127,252,1112.37,dj -6306,SUCCESS,2,1,2592.88,54851361.96,54853954.84,127,962,4148.61,qftentangled -6309,SUCCESS,2,1,16045.14,54853954.84,54869999.98,127,4954,25672.22,su2random -6310,SUCCESS,2,1,631.71,54869999.98,54870631.69,127,241,1010.74,wstate -6311,SUCCESS,2,1,5123.8,54870631.69,54875755.49,127,3035,8198.08,qnn -6312,SUCCESS,2,1,1552.79,54875755.49,54877308.28,127,594,2484.46,qnn -6313,SUCCESS,2,1,508.36,54877308.28,54877816.64,127,123,813.38,dj -6314,SUCCESS,2,1,11047.04,54877816.64,54888863.68,127,2506,17675.26,qft -6315,SUCCESS,2,1,2801.57,54888863.68,54891665.25,127,822,4482.51,ae -6316,SUCCESS,2,1,17528.83,54891665.25,54909194.08,127,9625,28046.13,su2random -6317,SUCCESS,2,1,973.74,54909194.08,54910167.82,127,337,1557.98,qftentangled -6318,SUCCESS,2,1,20334.12,54910167.82,54930501.94,127,7450,32534.59,su2random -6320,SUCCESS,2,1,32445.77,54930501.94,54962947.71,127,6982,51913.23,qpeinexact -6321,SUCCESS,2,1,1069.37,54962947.71,54964017.08,127,591,1710.99,twolocalrandom -6323,SUCCESS,2,1,3310.3,54964017.08,54967327.38,127,1018,5296.48,ae -6324,SUCCESS,2,1,116.96,54967327.38,54967444.34,127,89,187.14,ghz -6326,SUCCESS,2,1,7341.16,54967444.34,54974785.5,127,4242,11745.86,su2random -6327,SUCCESS,2,1,8268.92,54974785.5,54983054.42,127,5596,13230.27,random -6328,SUCCESS,2,1,160.48,54983054.42,54983214.9,127,108,256.77,graphstate -6329,SUCCESS,2,1,33154.5,54983214.9,55016369.4,127,9775,53047.2,twolocalrandom -6330,SUCCESS,2,1,1704.71,55016369.4,55018074.11,127,1288,2727.54,qft -6331,SUCCESS,2,1,11644.72,55018074.11,55029718.83,127,3903,18631.55,qpeinexact -6332,SUCCESS,2,1,20308.38,55029718.83,55050027.21,127,5201,32493.41,qpeinexact -6333,SUCCESS,2,1,9388.83,55050027.21,55059416.04,127,2902,15022.13,ae -6335,SUCCESS,2,1,784.31,55059416.04,55060200.35,127,164,1254.9,graphstate -6336,SUCCESS,2,1,1743.03,55060200.35,55061943.38,127,976,2788.85,portfoliovqe -6337,SUCCESS,2,1,153.42,55061943.38,55062096.8,127,50,245.47,graphstate -6338,SUCCESS,2,1,12195.23,55062096.8,55074292.03,127,5804,19512.37,qftentangled -6339,SUCCESS,2,1,4758.03,55074292.03,55079050.06,127,1517,7612.85,qpeexact -6340,SUCCESS,2,1,40869.27,55079050.06,55119919.33,127,10293,65390.83,qpeexact -6342,SUCCESS,2,1,628.55,55119919.33,55120547.88,127,261,1005.68,wstate -6343,SUCCESS,2,1,8019.72,55120547.88,55128567.6,127,3107,12831.55,qftentangled -6344,SUCCESS,2,1,2118.96,55128567.6,55130686.56,127,972,3390.34,wstate -6345,SUCCESS,2,1,30264.26,55130686.56,55160950.82,127,12049,48422.82,twolocalrandom -6348,SUCCESS,2,1,42225.44,55160950.82,55203176.26,127,11030,67560.7,ae -6349,SUCCESS,2,1,206.2,55203176.26,55203382.46,127,91,329.92,dj -6350,SUCCESS,2,1,4487.32,55203382.46,55207869.78,127,939,7179.71,su2random -6352,SUCCESS,2,1,25556.78,55207869.78,55233426.56,127,6427,40890.85,qft -6353,SUCCESS,2,1,287.21,55233426.56,55233713.77,127,183,459.54,twolocalrandom -6354,SUCCESS,2,1,1536.53,55233713.77,55235250.3,127,556,2458.45,qft -6355,SUCCESS,2,1,278.03,55235250.3,55235528.33,127,82,444.85,graphstate -6356,SUCCESS,2,1,423.26,55235528.33,55235951.59,127,212,677.22,graphstate -6358,SUCCESS,2,1,165.14,55235951.59,55236116.73,127,63,264.22,graphstate -6362,SUCCESS,2,1,11978.26,55236116.73,55248094.99,127,5370,19165.22,twolocalrandom -6363,SUCCESS,2,1,453.47,55248094.99,55248548.46,127,283,725.55,realamprandom -6364,SUCCESS,2,1,21417.36,55248548.46,55269965.82,127,6525,34267.78,qwalk-noancilla -6365,SUCCESS,2,1,10860.45,55269965.82,55280826.27,127,2309,17376.72,twolocalrandom -6366,SUCCESS,2,1,37306.29,55280826.27,55318132.56,127,8409,59690.06,twolocalrandom -6367,SUCCESS,2,1,2044.69,55318132.56,55320177.25,127,563,3271.5,ghz -6368,SUCCESS,2,1,1394.72,55320177.25,55321571.97,127,932,2231.55,qftentangled -6369,SUCCESS,2,1,92.68,55321571.97,55321664.65,127,21,148.29,ghz -6370,SUCCESS,2,1,597.69,55321664.65,55322262.34,127,168,956.3,dj -6373,SUCCESS,2,1,31089.12,55322262.34,55353351.46,127,8650,49742.59,qftentangled -6374,SUCCESS,2,1,13868.23,55353351.46,55367219.69,127,3464,22189.17,random -6376,SUCCESS,2,1,465.48,55367219.69,55367685.17,127,361,744.77,twolocalrandom -6377,SUCCESS,2,1,1986.23,55367685.17,55369671.4,127,414,3177.97,qftentangled -6378,SUCCESS,2,1,427.62,55369671.4,55370099.02,127,159,684.19,qpeexact -6381,SUCCESS,2,1,6890.32,55370099.02,55376989.34,127,1462,11024.51,wstate -6382,SUCCESS,2,1,184.88,55376989.34,55377174.22,127,49,295.81,wstate -6383,SUCCESS,2,1,6706.87,55377174.22,55383881.09,127,3282,10730.99,qnn -6384,SUCCESS,2,1,2730.52,55383881.09,55386611.61,127,1078,4368.83,twolocalrandom -6385,SUCCESS,2,1,3912.47,55386611.61,55390524.08,127,862,6259.95,ghz -6387,SUCCESS,2,1,3887.92,55390524.08,55394412,127,899,6220.67,qnn -6389,SUCCESS,2,1,31664.55,55394412,55426076.55,127,7294,50663.28,qftentangled -6390,SUCCESS,2,1,149.48,55426076.55,55426226.03,127,55,239.17,graphstate -6391,SUCCESS,2,1,6519.1,55426226.03,55432745.13,127,1753,10430.56,qpeexact -6392,SUCCESS,2,1,145.41,55432745.13,55432890.54,127,34,232.66,ghz -6393,SUCCESS,2,1,8015.07,55432890.54,55440905.61,127,2131,12824.11,su2random -6395,SUCCESS,2,1,16864.41,55440905.61,55457770.02,127,9406,26983.06,twolocalrandom -6396,SUCCESS,2,1,11228.6,55457770.02,55468998.62,127,2934,17965.76,qnn -6398,SUCCESS,2,1,18602.62,55468998.62,55487601.24,127,5248,29764.19,qnn -6399,SUCCESS,2,1,5547.96,55487601.24,55493149.2,127,3208,8876.74,ae -6400,SUCCESS,2,1,3293.58,55493149.2,55496442.78,127,867,5269.73,qnn -6401,SUCCESS,2,1,5509.09,55496442.78,55501951.87,127,1184,8814.54,qpeexact -6402,SUCCESS,2,1,2286.13,55501951.87,55504238,127,1096,3657.81,qftentangled -6404,SUCCESS,2,1,2948.99,55504238,55507186.99,127,842,4718.38,ghz -6405,SUCCESS,2,1,516.59,55507186.99,55507703.58,127,401,826.54,portfoliovqe -6406,SUCCESS,2,1,465.48,55507703.58,55508169.06,127,306,744.77,graphstate -6407,SUCCESS,2,1,63158.77,55508169.06,55571327.83,127,16898,101054.03,su2random -6409,SUCCESS,2,1,2459.86,55571327.83,55573787.69,127,1210,3935.78,ae -6410,SUCCESS,2,1,5822.61,55573787.69,55579610.3,127,4415,9316.18,qftentangled -6411,SUCCESS,2,1,14240.28,55579610.3,55593850.58,127,8151,22784.45,random -6412,SUCCESS,2,1,6055.01,55593850.58,55599905.59,127,1301,9688.02,wstate -6413,SUCCESS,2,1,605.14,55599905.59,55600510.73,127,141,968.22,wstate -6414,SUCCESS,2,1,1166.91,55600510.73,55601677.64,127,672,1867.06,qft -6415,SUCCESS,2,1,109.7,55601677.64,55601787.34,127,56,175.52,ghz -6419,SUCCESS,2,1,1402.7,55601787.34,55603190.04,127,845,2244.32,portfoliovqe -6420,SUCCESS,2,1,61886.49,55603190.04,55665076.53,127,19490,99018.38,qwalk-noancilla -6421,SUCCESS,2,1,14062.73,55665076.53,55679139.26,127,8687,22500.37,su2random -6422,SUCCESS,2,1,206.55,55679139.26,55679345.81,127,44,330.48,graphstate -6423,SUCCESS,2,1,384.71,55679345.81,55679730.52,127,297,615.54,su2random -6425,SUCCESS,2,1,25033.33,55679730.52,55704763.85,127,9694,40053.33,realamprandom -6426,SUCCESS,2,1,1441.11,55704763.85,55706204.96,127,730,2305.78,dj -6427,SUCCESS,2,1,248.22,55706204.96,55706453.18,127,70,397.15,ghz -6428,SUCCESS,2,1,26354.93,55706453.18,55732808.11,127,14556,42167.89,realamprandom -6430,SUCCESS,2,1,46494.73,55732808.11,55779302.84,127,14551,74391.57,realamprandom -6431,SUCCESS,2,1,1791.47,55779302.84,55781094.31,127,1453,2866.35,qpeinexact -6432,SUCCESS,2,1,18640.58,55781094.31,55799734.89,127,4797,29824.93,twolocalrandom -6433,SUCCESS,2,1,6760.45,55799734.89,55806495.34,127,1899,10816.72,qftentangled -6434,SUCCESS,2,1,27341.3,55806495.34,55833836.64,127,5959,43746.08,qftentangled -6435,SUCCESS,2,1,668.16,55833836.64,55834504.8,127,485,1069.06,pricingcall -6436,SUCCESS,2,1,27345.39,55834504.8,55861850.19,127,7694,43752.62,random -6437,SUCCESS,2,1,1599.66,55861850.19,55863449.85,127,349,2559.46,wstate -6439,SUCCESS,2,1,397.23,55863449.85,55863847.08,127,113,635.57,graphstate -6440,SUCCESS,2,1,7754.5,55863847.08,55871601.58,127,1667,12407.2,random -6441,SUCCESS,2,1,9022.02,55871601.58,55880623.6,127,4659,14435.23,qft -6442,SUCCESS,2,1,24688.35,55880623.6,55905311.95,127,10964,39501.36,qpeinexact -6443,SUCCESS,2,1,1988.92,55905311.95,55907300.87,127,548,3182.27,twolocalrandom -6444,SUCCESS,2,1,20041.49,55907300.87,55927342.36,127,4159,32066.38,qnn -6445,SUCCESS,2,1,20941.69,55927342.36,55948284.05,127,4901,33506.7,qft -6446,SUCCESS,2,1,458.45,55948284.05,55948742.5,127,109,733.52,graphstate -6447,SUCCESS,2,1,36837.34,55948742.5,55985579.84,127,7911,58939.74,twolocalrandom -6448,SUCCESS,2,1,185.15,55985579.84,55985764.99,127,63,296.24,ghz -6449,SUCCESS,2,1,18139.41,55985764.99,56003904.4,127,10432,29023.06,su2random -6450,SUCCESS,2,1,18154.01,56003904.4,56022058.41,127,5443,29046.42,qpeinexact -6453,SUCCESS,2,1,49.94,56022058.41,56022108.35,127,27,79.9,vqe -6454,SUCCESS,2,1,2710.97,56022108.35,56024819.32,127,1058,4337.55,twolocalrandom -6455,SUCCESS,2,1,97.77,56024819.32,56024917.09,127,26,156.43,routing -6456,SUCCESS,2,1,17631.24,56024917.09,56042548.33,127,7733,28209.98,qft -6457,SUCCESS,2,1,16632.75,56042548.33,56059181.08,127,4021,26612.4,qftentangled -6458,SUCCESS,2,1,507.46,56059181.08,56059688.54,127,237,811.94,twolocalrandom -6459,SUCCESS,2,1,614.27,56059688.54,56060302.81,127,483,982.83,dj -6461,SUCCESS,2,1,4194.34,56060302.81,56064497.15,127,1211,6710.94,twolocalrandom -6462,SUCCESS,2,1,472.37,56064497.15,56064969.52,127,114,755.79,vqe -6463,SUCCESS,2,1,5120.78,56064969.52,56070090.3,127,1223,8193.25,qwalk-v-chain -6464,SUCCESS,2,1,665.64,56070090.3,56070755.94,127,339,1065.02,qft -6465,SUCCESS,2,1,3171.86,56070755.94,56073927.8,127,671,5074.98,pricingcall -6466,SUCCESS,2,1,11289.42,56073927.8,56085217.22,127,6276,18063.07,su2random -6467,SUCCESS,2,1,1587.91,56085217.22,56086805.13,127,410,2540.66,dj -6468,SUCCESS,2,1,3145.13,56086805.13,56089950.26,127,711,5032.21,qpeexact -6469,SUCCESS,2,1,21576.32,56089950.26,56111526.58,127,9597,34522.11,realamprandom -6471,SUCCESS,2,1,2393.78,56111526.58,56113920.36,127,856,3830.05,ghz -6472,SUCCESS,2,1,3822,56113920.36,56117742.36,127,1276,6115.2,qpeinexact -6473,SUCCESS,2,1,1637.41,56117742.36,56119379.77,127,381,2619.86,wstate -6474,SUCCESS,2,1,39270.31,56119379.77,56158650.08,127,10211,62832.5,qpeexact -6475,SUCCESS,2,1,389.18,56158650.08,56159039.26,127,157,622.69,wstate -6476,SUCCESS,2,1,13273.15,56159039.26,56172312.41,127,4191,21237.04,qnn -6477,SUCCESS,2,1,1211.4,56172312.41,56173523.81,127,636,1938.24,wstate -6479,SUCCESS,2,1,575.87,56173523.81,56174099.68,127,231,921.39,qpeinexact -6481,SUCCESS,2,1,721.19,56174099.68,56174820.87,127,295,1153.9,ghz -6482,SUCCESS,2,1,11817.91,56174820.87,56186638.78,127,8593,18908.66,ae -6483,SUCCESS,2,1,18802.5,56186638.78,56205441.28,127,5865,30084,random -6484,SUCCESS,2,1,27560.26,56205441.28,56233001.54,127,6147,44096.42,ae -6486,SUCCESS,2,1,3291.77,56233001.54,56236293.31,127,1034,5266.83,wstate -6487,SUCCESS,2,1,1479.27,56236293.31,56237772.58,127,318,2366.83,portfoliovqe -6488,SUCCESS,2,1,651.08,56237772.58,56238423.66,127,195,1041.73,graphstate -6490,SUCCESS,2,1,210.6,56238423.66,56238634.26,127,85,336.96,ghz -6492,SUCCESS,2,1,18201.77,56238634.26,56256836.03,127,5335,29122.83,ae -6494,SUCCESS,2,1,196.47,56256836.03,56257032.5,127,84,314.35,ghz -6495,SUCCESS,2,1,67074.31,56257032.5,56324106.81,127,19886,107318.9,random -6496,SUCCESS,2,1,217.67,56324106.81,56324324.48,127,92,348.27,ghz -6498,SUCCESS,2,1,1138.8,56324324.48,56325463.28,127,292,1822.08,twolocalrandom -6502,SUCCESS,2,1,23159.84,56325463.28,56348623.12,127,8726,37055.74,ae -6503,SUCCESS,2,1,51807.91,56348623.12,56400431.03,127,14481,82892.66,realamprandom -6504,SUCCESS,2,1,16550.52,56400431.03,56416981.55,127,4846,26480.83,ae -6505,SUCCESS,2,1,3373.57,56416981.55,56420355.12,127,788,5397.71,wstate -6506,SUCCESS,2,1,2288.98,56420355.12,56422644.1,127,582,3662.37,dj -6507,SUCCESS,2,1,153886.77,56422644.1,56576530.87,127,33975,246218.83,random -6508,SUCCESS,2,1,17858.87,56576530.87,56594389.74,127,11032,28574.19,su2random -6510,SUCCESS,2,1,467.43,56594389.74,56594857.17,127,269,747.89,dj -6512,SUCCESS,2,1,30522.23,56594857.17,56625379.4,127,7335,48835.57,qnn -6516,SUCCESS,2,1,793.4,56625379.4,56626172.8,127,396,1269.44,dj -6517,SUCCESS,2,1,6274.14,56626172.8,56632446.94,127,1827,10038.62,qft -6519,SUCCESS,2,1,28947.55,56632446.94,56661394.49,127,6470,46316.08,qpeinexact -6520,SUCCESS,2,1,15971.35,56661394.49,56677365.84,127,4951,25554.16,qft -6521,SUCCESS,2,1,1966.14,56677365.84,56679331.98,127,561,3145.82,qft -6522,SUCCESS,2,1,1047.14,56679331.98,56680379.12,127,227,1675.42,twolocalrandom -6523,SUCCESS,2,1,3838.79,56680379.12,56684217.91,127,1345,6142.06,su2random -6524,SUCCESS,2,1,20877.09,56684217.91,56705095,127,17063,33403.34,realamprandom -6525,SUCCESS,2,1,13557.95,56705095,56718652.95,127,3738,21692.72,random -6527,SUCCESS,2,1,14700.52,56718652.95,56733353.47,127,4659,23520.83,twolocalrandom -6528,SUCCESS,2,1,363.63,56733353.47,56733717.1,127,146,581.81,ae -6530,SUCCESS,2,1,7894.95,56733717.1,56741612.05,127,2011,12631.92,qft -6531,SUCCESS,2,1,214.12,56741612.05,56741826.17,127,175,342.59,dj -6532,SUCCESS,2,1,2734.23,56741826.17,56744560.4,127,676,4374.77,dj -6533,SUCCESS,2,1,18236.31,56744560.4,56762796.71,127,5649,29178.1,qft -6534,SUCCESS,2,1,544.31,56762796.71,56763341.02,127,127,870.9,graphstate -6535,SUCCESS,2,1,227.81,56763341.02,56763568.83,127,48,364.5,graphstate -6537,SUCCESS,2,1,10062.98,56763568.83,56773631.81,127,4913,16100.77,qpeinexact -6539,SUCCESS,2,1,85813.39,56773631.81,56859445.2,127,22837,137301.42,random -6541,SUCCESS,2,1,72504.16,56859445.2,56931949.36,127,18664,116006.66,su2random -6542,SUCCESS,2,1,839.56,56931949.36,56932788.92,127,302,1343.3,ghz -6544,SUCCESS,2,1,4315.37,56932788.92,56937104.29,127,952,6904.59,ghz -6547,SUCCESS,2,1,993.48,56937104.29,56938097.77,127,289,1589.57,qftentangled -6548,SUCCESS,2,1,11443.06,56938097.77,56949540.83,127,3770,18308.9,qpeinexact -6550,SUCCESS,2,1,1766.84,56949540.83,56951307.67,127,424,2826.94,dj -6553,SUCCESS,2,1,12908.4,56951307.67,56964216.07,127,5205,20653.44,twolocalrandom -6555,SUCCESS,2,1,1170.57,56964216.07,56965386.64,127,898,1872.91,qpeexact -6556,SUCCESS,2,1,544.82,56965386.64,56965931.46,127,369,871.71,wstate -6557,SUCCESS,2,1,1370.06,56965931.46,56967301.52,127,308,2192.1,graphstate -6558,SUCCESS,2,1,18421.12,56967301.52,56985722.64,127,9612,29473.79,ae -6559,SUCCESS,2,1,3922.31,56985722.64,56989644.95,127,941,6275.7,qpeinexact -6560,SUCCESS,2,1,481.14,56989644.95,56990126.09,127,163,769.82,realamprandom -6561,SUCCESS,2,1,66.61,56990126.09,56990192.7,127,24,106.58,routing -6562,SUCCESS,2,1,1529.69,56990192.7,56991722.39,127,1023,2447.5,qftentangled -6563,SUCCESS,2,1,11284.37,56991722.39,57003006.76,127,2686,18054.99,qpeexact -6564,SUCCESS,2,1,1060.9,57003006.76,57004067.66,127,333,1697.44,wstate -6565,SUCCESS,2,1,6937.15,57004067.66,57011004.81,127,3533,11099.44,realamprandom -6566,SUCCESS,2,1,1011.07,57011004.81,57012015.88,127,482,1617.71,dj -6567,SUCCESS,2,1,9481.61,57012015.88,57021497.49,127,5926,15170.58,ae -6568,SUCCESS,2,1,1894.93,57021497.49,57023392.42,127,1081,3031.89,ae -6569,SUCCESS,2,1,1221.1,57023392.42,57024613.52,127,266,1953.76,ae -6570,SUCCESS,2,1,1706.1,57024613.52,57026319.62,127,919,2729.76,ghz -6571,SUCCESS,2,1,4029.55,57026319.62,57030349.17,127,1413,6447.28,qft -6572,SUCCESS,2,1,31131.85,57030349.17,57061481.02,127,9128,49810.96,qnn -6573,SUCCESS,2,1,844.08,57061481.02,57062325.1,127,248,1350.53,graphstate -6575,SUCCESS,2,1,291.68,57062325.1,57062616.78,127,80,466.69,graphstate -6576,SUCCESS,2,1,683.54,57062616.78,57063300.32,127,219,1093.66,dj -6577,SUCCESS,2,1,10914.77,57063300.32,57074215.09,127,2623,17463.63,su2random -6578,SUCCESS,2,1,853.76,57074215.09,57075068.85,127,474,1366.02,ae -6579,SUCCESS,2,1,23009.93,57075068.85,57098078.78,127,10890,36815.89,su2random -6580,SUCCESS,2,1,35097.44,57098078.78,57133176.22,127,15014,56155.9,realamprandom -6582,SUCCESS,2,1,1289.69,57133176.22,57134465.91,127,367,2063.5,graphstate -6583,SUCCESS,2,1,3418.05,57134465.91,57137883.96,127,812,5468.88,qft -6584,SUCCESS,2,1,2292.88,57137883.96,57140176.84,127,912,3668.61,su2random -6585,SUCCESS,2,1,51207.9,57140176.84,57191384.74,127,18999,81932.64,random -6586,SUCCESS,2,1,1313.67,57191384.74,57192698.41,127,378,2101.87,graphstate -6587,SUCCESS,2,1,203.27,57192698.41,57192901.68,127,86,325.23,ghz -6589,SUCCESS,2,1,2088.11,57192901.68,57194989.79,127,738,3340.98,ghz -6590,SUCCESS,2,1,82.74,57194989.79,57195072.53,127,51,132.38,ghz -6594,SUCCESS,2,1,1608.28,57195072.53,57196680.81,127,413,2573.25,dj -6595,SUCCESS,2,1,5735.87,57196680.81,57202416.68,127,2422,9177.39,qftentangled -6597,SUCCESS,2,1,5823.03,57202416.68,57208239.71,127,1337,9316.85,qnn -6598,SUCCESS,2,1,97.63,57208239.71,57208337.34,127,36,156.21,dj -6599,SUCCESS,2,1,11791.68,57208337.34,57220129.02,127,7316,18866.69,grover-v-chain -6600,SUCCESS,2,1,1330.53,57220129.02,57221459.55,127,473,2128.85,qpeexact -6601,SUCCESS,2,1,14851.12,57221459.55,57236310.67,127,4712,23761.79,qpeinexact -6603,SUCCESS,2,1,189.86,57236310.67,57236500.53,127,82,303.78,graphstate -6604,SUCCESS,2,1,650.47,57236500.53,57237151,127,424,1040.75,groundstate -6605,SUCCESS,2,1,1248.65,57237151,57238399.65,127,469,1997.84,qnn -6606,SUCCESS,2,1,14240.97,57238399.65,57252640.62,127,4434,22785.55,qpeinexact -6607,SUCCESS,2,1,1199.35,57252640.62,57253839.97,127,313,1918.96,qpeexact -6610,SUCCESS,2,1,2355.36,57253839.97,57256195.33,127,1350,3768.58,qftentangled -6612,SUCCESS,2,1,10228.46,57256195.33,57266423.79,127,7911,16365.54,realamprandom -6613,SUCCESS,2,1,46953.32,57266423.79,57313377.11,127,16762,75125.31,twolocalrandom -6614,SUCCESS,2,1,10314.09,57313377.11,57323691.2,127,2215,16502.54,qftentangled -6617,SUCCESS,2,1,5969.06,57323691.2,57329660.26,127,1796,9550.5,qnn -6618,SUCCESS,2,1,21803.64,57329660.26,57351463.9,127,7608,34885.82,qftentangled -6619,SUCCESS,2,1,231.36,57351463.9,57351695.26,127,69,370.18,graphstate -6620,SUCCESS,2,1,973.12,57351695.26,57352668.38,127,258,1556.99,graphstate -6622,SUCCESS,2,1,915.17,57352668.38,57353583.55,127,292,1464.27,qnn -6624,SUCCESS,2,1,5074.16,57353583.55,57358657.71,127,1749,8118.66,twolocalrandom -6625,SUCCESS,2,1,3138.28,57358657.71,57361795.99,127,2027,5021.25,qpeexact -6626,SUCCESS,2,1,40330.68,57361795.99,57402126.67,127,12801,64529.09,su2random -6628,SUCCESS,2,1,663.67,57402126.67,57402790.34,127,447,1061.87,dj -6630,SUCCESS,2,1,206.11,57402790.34,57402996.45,127,52,329.78,graphstate -6631,SUCCESS,2,1,2222.88,57402996.45,57405219.33,127,1122,3556.61,ae -6633,SUCCESS,2,1,11091.15,57405219.33,57416310.48,127,3153,17745.84,qnn -6634,SUCCESS,2,1,22076.9,57416310.48,57438387.38,127,6224,35323.04,qftentangled -6635,SUCCESS,2,1,3385.28,57438387.38,57441772.66,127,1563,5416.45,qftentangled -6636,SUCCESS,2,1,11065.24,57441772.66,57452837.9,127,4084,17704.38,ae -6637,SUCCESS,2,1,635.52,57452837.9,57453473.42,127,513,1016.83,dj -6638,SUCCESS,2,1,26017.8,57453473.42,57479491.22,127,8676,41628.48,qnn -6639,SUCCESS,2,1,28.28,57479491.22,57479519.5,127,17,45.25,ghz -6640,SUCCESS,2,1,1420.84,57479519.5,57480940.34,127,710,2273.34,qnn -6641,SUCCESS,2,1,52435.4,57480940.34,57533375.74,127,24516,83896.64,random -6642,SUCCESS,2,1,46.29,57533375.74,57533422.03,127,27,74.06,ghz -6643,SUCCESS,2,1,1103.89,57533422.03,57534525.92,127,275,1766.22,realamprandom -6644,SUCCESS,2,1,838.83,57534525.92,57535364.75,127,460,1342.13,ae -6645,SUCCESS,2,1,17279.3,57535364.75,57552644.05,127,7532,27646.88,qpeexact -6646,SUCCESS,2,1,8450.12,57552644.05,57561094.17,127,4981,13520.19,qpeinexact -6647,SUCCESS,2,1,1169.89,57561094.17,57562264.06,127,313,1871.82,wstate -6648,SUCCESS,2,1,17806.26,57562264.06,57580070.32,127,5194,28490.02,qpeexact -6649,SUCCESS,2,1,5160.96,57580070.32,57585231.28,127,1224,8257.54,qpeexact -6650,SUCCESS,2,1,52222.06,57585231.28,57637453.34,127,16910,83555.3,random -6651,SUCCESS,2,1,28383.45,57637453.34,57665836.79,127,6364,45413.52,qpeinexact -6652,SUCCESS,2,1,1598.18,57665836.79,57667434.97,127,837,2557.09,su2random -6654,SUCCESS,2,1,5205.54,57667434.97,57672640.51,127,1856,8328.86,qft -6655,SUCCESS,2,1,2104.01,57672640.51,57674744.52,127,1738,3366.42,realamprandom -6656,SUCCESS,2,1,7826.25,57674744.52,57682570.77,127,2030,12522,ae -6657,SUCCESS,2,1,11817.24,57682570.77,57694388.01,127,2609,18907.58,qft -6659,SUCCESS,2,1,136.63,57694388.01,57694524.64,127,98,218.61,ghz -6660,SUCCESS,2,1,372.92,57694524.64,57694897.56,127,88,596.67,graphstate -6661,SUCCESS,2,1,2794.93,57694897.56,57697692.49,127,1209,4471.89,twolocalrandom -6662,SUCCESS,2,1,27355.22,57697692.49,57725047.71,127,13019,43768.35,realamprandom -6663,SUCCESS,2,1,18933.93,57725047.71,57743981.64,127,8120,30294.29,grover-v-chain -6664,SUCCESS,2,1,371.55,57743981.64,57744353.19,127,99,594.48,ghz -6667,SUCCESS,2,1,36921.92,57744353.19,57781275.11,127,17416,59075.07,random -6670,SUCCESS,2,1,463.05,57781275.11,57781738.16,127,348,740.88,realamprandom -6671,SUCCESS,2,1,179.59,57781738.16,57781917.75,127,43,287.34,graphstate -6672,SUCCESS,2,1,49782.7,57781917.75,57831700.45,127,14905,79652.32,su2random -6674,SUCCESS,2,1,11494.72,57831700.45,57843195.17,127,7510,18391.55,qftentangled -6676,SUCCESS,2,1,3914.83,57843195.17,57847110,127,1475,6263.73,twolocalrandom -6677,SUCCESS,2,1,31752.8,57847110,57878862.8,127,18537,50804.48,qnn -6678,SUCCESS,2,1,1616.76,57878862.8,57880479.56,127,336,2586.82,dj -6679,SUCCESS,2,1,3371.61,57880479.56,57883851.17,127,2777,5394.58,qft -6680,SUCCESS,2,1,10956.87,57883851.17,57894808.04,127,3948,17530.99,ae -6682,SUCCESS,2,1,1388.79,57894808.04,57896196.83,127,327,2222.06,qnn -6684,SUCCESS,2,1,419.38,57896196.83,57896616.21,127,116,671.01,ghz -6685,SUCCESS,2,1,614.18,57896616.21,57897230.39,127,394,982.69,portfoliovqe -6686,SUCCESS,2,1,3062.28,57897230.39,57900292.67,127,1963,4899.65,random -6687,SUCCESS,2,1,8227.19,57900292.67,57908519.86,127,2699,13163.5,qnn -6688,SUCCESS,2,1,129.7,57908519.86,57908649.56,127,32,207.52,routing -6689,SUCCESS,2,1,803.03,57908649.56,57909452.59,127,490,1284.85,qft -6690,SUCCESS,2,1,10064.19,57909452.59,57919516.78,127,3819,16102.7,qpeinexact -6691,SUCCESS,2,1,5374.5,57919516.78,57924891.28,127,2767,8599.2,ae -6692,SUCCESS,2,1,14764.73,57924891.28,57939656.01,127,5201,23623.57,ae -6693,SUCCESS,2,1,417.6,57939656.01,57940073.61,127,104,668.16,ghz -6694,SUCCESS,2,1,9173.88,57940073.61,57949247.49,127,2717,14678.21,su2random -6695,SUCCESS,2,1,36062.83,57949247.49,57985310.32,127,8696,57700.53,qpeinexact -6696,SUCCESS,2,1,262,57985310.32,57985572.32,127,85,419.2,graphstate -6697,SUCCESS,2,1,20500.7,57985572.32,58006073.02,127,6383,32801.12,qnn -6698,SUCCESS,2,1,892.2,58006073.02,58006965.22,127,208,1427.52,ghz -6701,SUCCESS,2,1,16941.18,58006965.22,58023906.4,127,6400,27105.89,ae -6702,SUCCESS,2,1,6841.29,58023906.4,58030747.69,127,1618,10946.06,su2random -6703,SUCCESS,2,1,1662,58030747.69,58032409.69,127,831,2659.2,qnn -6704,SUCCESS,2,1,7833.09,58032409.69,58040242.78,127,1720,12532.94,ae -6705,SUCCESS,2,1,11293.28,58040242.78,58051536.06,127,5257,18069.25,ae -6706,SUCCESS,2,1,689.84,58051536.06,58052225.9,127,161,1103.74,wstate -6707,SUCCESS,2,1,1290.45,58052225.9,58053516.35,127,975,2064.72,qpeinexact -6708,SUCCESS,2,1,1774.79,58053516.35,58055291.14,127,937,2839.66,ghz -6709,SUCCESS,2,1,2122.71,58055291.14,58057413.85,127,453,3396.34,dj -6711,SUCCESS,2,1,5657.63,58057413.85,58063071.48,127,1839,9052.21,qpeinexact -6713,SUCCESS,2,1,985.92,58063071.48,58064057.4,127,214,1577.47,dj -6714,SUCCESS,2,1,674.28,58064057.4,58064731.68,127,185,1078.85,ae -6715,SUCCESS,2,1,1586.65,58064731.68,58066318.33,127,810,2538.64,qpeexact -6716,SUCCESS,2,1,250.63,58066318.33,58066568.96,127,137,401.01,graphstate -6718,SUCCESS,2,1,4011.7,58066568.96,58070580.66,127,2619,6418.72,qftentangled -6720,SUCCESS,2,1,333.37,58070580.66,58070914.03,127,77,533.39,graphstate -6721,SUCCESS,2,1,7151.22,58070914.03,58078065.25,127,3122,11441.95,su2random -6724,SUCCESS,2,1,12815.92,58078065.25,58090881.17,127,2978,20505.47,qpeexact -6725,SUCCESS,2,1,17945.2,58090881.17,58108826.37,127,10556,28712.32,ae -6726,SUCCESS,2,1,1442.72,58108826.37,58110269.09,127,615,2308.35,dj -6728,SUCCESS,2,1,1341.74,58110269.09,58111610.83,127,475,2146.78,dj -6729,SUCCESS,2,1,91.37,58111610.83,58111702.2,127,37,146.19,graphstate -6730,SUCCESS,2,1,8769.54,58111702.2,58120471.74,127,2937,14031.26,twolocalrandom -6731,SUCCESS,2,1,100.75,58120471.74,58120572.49,127,33,161.2,graphstate -6733,SUCCESS,2,1,999.43,58120572.49,58121571.92,127,449,1599.09,portfoliovqe -6734,SUCCESS,2,1,175.18,58121571.92,58121747.1,127,72,280.29,dj -6735,SUCCESS,2,1,4036.3,58121747.1,58125783.4,127,1613,6458.08,qnn -6736,SUCCESS,2,1,37.35,58125783.4,58125820.75,127,31,59.76,ghz -6737,SUCCESS,2,1,2228.14,58125820.75,58128048.89,127,629,3565.02,pricingcall -6738,SUCCESS,2,1,221.48,58128048.89,58128270.37,127,106,354.37,graphstate -6739,SUCCESS,2,1,6922.73,58128270.37,58135193.1,127,2080,11076.37,ae -6740,SUCCESS,2,1,5531.91,58135193.1,58140725.01,127,4370,8851.06,qft -6741,SUCCESS,2,1,210.85,58140725.01,58140935.86,127,103,337.36,ghz -6742,SUCCESS,2,1,62.59,58140935.86,58140998.45,127,44,100.14,graphstate -6743,SUCCESS,2,1,10412.88,58140998.45,58151411.33,127,2371,16660.61,su2random -6745,SUCCESS,2,1,123900.55,58151411.33,58275311.88,127,89783,198240.88,grover-noancilla -6746,SUCCESS,2,1,4890.78,58275311.88,58280202.66,127,2020,7825.25,qnn -6747,SUCCESS,2,1,59634.16,58280202.66,58339836.82,127,15407,95414.66,realamprandom -6748,SUCCESS,2,1,122.51,58339836.82,58339959.33,127,45,196.02,wstate -6749,SUCCESS,2,1,6710.09,58339959.33,58346669.42,127,2286,10736.14,twolocalrandom -6751,SUCCESS,2,1,368.81,58346669.42,58347038.23,127,227,590.1,dj -6752,SUCCESS,2,1,459.48,58347038.23,58347497.71,127,165,735.17,qftentangled -6753,SUCCESS,2,1,267.38,58347497.71,58347765.09,127,139,427.81,qftentangled -6754,SUCCESS,2,1,51.49,58347765.09,58347816.58,127,21,82.38,ghz -6755,SUCCESS,2,1,42213.83,58347816.58,58390030.41,127,30747,67542.13,random -6756,SUCCESS,2,1,285.91,58390030.41,58390316.32,127,145,457.46,dj -6757,SUCCESS,2,1,3138.44,58390316.32,58393454.76,127,938,5021.5,realamprandom -6760,SUCCESS,2,1,91360.21,58393454.76,58484814.97,127,24336,146176.34,random -6761,SUCCESS,2,1,140.86,58484814.97,58484955.83,127,39,225.38,graphstate -6762,SUCCESS,2,1,1580.77,58484955.83,58486536.6,127,349,2529.23,qnn -6763,SUCCESS,2,1,2143.13,58486536.6,58488679.73,127,1455,3429.01,random -6764,SUCCESS,2,1,49622.78,58488679.73,58538302.51,127,17181,79396.45,twolocalrandom -6765,SUCCESS,2,1,56634.25,58538302.51,58594936.76,127,13905,90614.8,realamprandom -6766,SUCCESS,2,1,1042.19,58594936.76,58595978.95,127,573,1667.5,twolocalrandom -6767,SUCCESS,2,1,19684.39,58595978.95,58615663.34,127,5626,31495.02,ae -6768,SUCCESS,2,1,5406,58615663.34,58621069.34,127,4335,8649.6,realamprandom -6769,SUCCESS,2,1,1873.89,58621069.34,58622943.23,127,440,2998.22,dj -6770,SUCCESS,2,1,4448.95,58622943.23,58627392.18,127,928,7118.32,qpeexact -6771,SUCCESS,2,1,1469.52,58627392.18,58628861.7,127,471,2351.23,dj -6772,SUCCESS,2,1,35407.57,58628861.7,58664269.27,127,8121,56652.11,qpeexact -6774,SUCCESS,2,1,724.58,58664269.27,58664993.85,127,293,1159.33,realamprandom -6775,SUCCESS,2,1,15226.96,58664993.85,58680220.81,127,4190,24363.14,su2random -6776,SUCCESS,2,1,7675.58,58680220.81,58687896.39,127,1594,12280.93,qpeinexact -6777,SUCCESS,2,1,45836.08,58687896.39,58733732.47,127,17186,73337.73,qnn -6778,SUCCESS,2,1,1098.15,58733732.47,58734830.62,127,235,1757.04,qpeexact -6779,SUCCESS,2,1,8916.73,58734830.62,58743747.35,127,3086,14266.77,random -6780,SUCCESS,2,1,24960,58743747.35,58768707.35,127,6240,39936,twolocalrandom -6782,SUCCESS,2,1,12219.82,58768707.35,58780927.17,127,5142,19551.71,su2random -6784,SUCCESS,2,1,104.68,58780927.17,58781031.85,127,26,167.49,vqe -6785,SUCCESS,2,1,8139.6,58781031.85,58789171.45,127,1938,13023.36,qpeexact -6786,SUCCESS,2,1,635.75,58789171.45,58789807.2,127,205,1017.2,wstate -6787,SUCCESS,2,1,25935.25,58789807.2,58815742.45,127,8505,41496.4,qpeexact -6788,SUCCESS,2,1,30806.72,58815742.45,58846549.17,127,8087,49290.75,qftentangled -6789,SUCCESS,2,1,6668.44,58846549.17,58853217.61,127,1462,10669.5,twolocalrandom -6790,SUCCESS,2,1,1224.92,58853217.61,58854442.53,127,542,1959.87,dj -6791,SUCCESS,2,1,16537.79,58854442.53,58870980.32,127,5216,26460.46,qpeinexact -6792,SUCCESS,2,1,147.82,58870980.32,58871128.14,127,40,236.51,ghz -6793,SUCCESS,2,1,517.78,58871128.14,58871645.92,127,173,828.45,wstate -6794,SUCCESS,2,1,2522.97,58871645.92,58874168.89,127,666,4036.75,dj -6795,SUCCESS,2,1,18721.23,58874168.89,58892890.12,127,7436,29953.97,ae -6796,SUCCESS,2,1,7744.66,58892890.12,58900634.78,127,2676,12391.46,qnn -6797,SUCCESS,2,1,2417.94,58900634.78,58903052.72,127,1928,3868.7,ae -6798,SUCCESS,2,1,257.82,58903052.72,58903310.54,127,69,412.51,wstate -6799,SUCCESS,2,1,8709.44,58903310.54,58912019.98,127,2178,13935.1,qpeexact -6801,SUCCESS,2,1,415.49,58912019.98,58912435.47,127,115,664.78,graphstate -6802,SUCCESS,2,1,437.39,58912435.47,58912872.86,127,131,699.82,su2random -6803,SUCCESS,2,1,11289.14,58912872.86,58924162,127,2744,18062.62,ae -6804,SUCCESS,2,1,59331.48,58924162,58983493.48,127,13282,94930.37,twolocalrandom -6808,SUCCESS,2,1,8058.62,58983493.48,58991552.1,127,2020,12893.79,qpeexact -6810,SUCCESS,2,1,6980.96,58991552.1,58998533.06,127,1564,11169.54,random -6811,SUCCESS,2,1,59493.77,58998533.06,59058026.83,127,16105,95190.03,random -6812,SUCCESS,2,1,18629.98,59058026.83,59076656.81,127,7254,29807.97,qpeinexact -6813,SUCCESS,2,1,5292.89,59076656.81,59081949.7,127,4158,8468.62,qft -6814,SUCCESS,2,1,4023.11,59081949.7,59085972.81,127,3220,6436.98,ae -6815,SUCCESS,2,1,59170.77,59085972.81,59145143.58,127,13281,94673.23,random -6816,SUCCESS,2,1,16854.79,59145143.58,59161998.37,127,13036,26967.66,twolocalrandom -6817,SUCCESS,2,1,3716.05,59161998.37,59165714.42,127,856,5945.68,ghz -6818,SUCCESS,2,1,605.03,59165714.42,59166319.45,127,179,968.05,su2random -6819,SUCCESS,2,1,5423.2,59166319.45,59171742.65,127,1477,8677.12,qnn -6822,SUCCESS,2,1,15248.93,59171742.65,59186991.58,127,3965,24398.29,su2random -6823,SUCCESS,2,1,19609.26,59186991.58,59206600.84,127,8056,31374.82,random -6825,SUCCESS,2,1,46087.23,59206600.84,59252688.07,127,9564,73739.57,su2random -6826,SUCCESS,2,1,18393.13,59252688.07,59271081.2,127,13501,29429.01,realamprandom -6827,SUCCESS,2,1,7957.79,59271081.2,59279038.99,127,1751,12732.46,qpeinexact -6828,SUCCESS,2,1,314.08,59279038.99,59279353.07,127,71,502.53,graphstate -6830,SUCCESS,2,1,1067.63,59279353.07,59280420.7,127,490,1708.21,qftentangled -6831,SUCCESS,2,1,632.05,59280420.7,59281052.75,127,370,1011.28,graphstate -6832,SUCCESS,2,1,273.11,59281052.75,59281325.86,127,212,436.98,pricingcall -6834,SUCCESS,2,1,210.3,59281325.86,59281536.16,127,143,336.48,dj -6835,SUCCESS,2,1,8117.8,59281536.16,59289653.96,127,2252,12988.48,su2random -6836,SUCCESS,2,1,1576.83,59289653.96,59291230.79,127,1300,2522.93,twolocalrandom -6838,SUCCESS,2,1,633.21,59291230.79,59291864,127,237,1013.14,dj -6840,SUCCESS,2,1,40.97,59291864,59291904.97,127,14,65.55,ghz -6841,SUCCESS,2,1,10115.14,59291904.97,59302020.11,127,3001,16184.22,qpeinexact -6842,SUCCESS,2,1,2595.22,59302020.11,59304615.33,127,1058,4152.35,realamprandom -6843,SUCCESS,2,1,10049.88,59304615.33,59314665.21,127,5410,16079.81,realamprandom -6844,SUCCESS,2,1,737.04,59314665.21,59315402.25,127,386,1179.26,ghz -6845,SUCCESS,2,1,27447.13,59315402.25,59342849.38,127,7355,43915.41,qpeexact -6846,SUCCESS,2,1,21385.54,59342849.38,59364234.92,127,6279,34216.86,qftentangled -6847,SUCCESS,2,1,22987.31,59364234.92,59387222.23,127,9799,36779.7,qpeinexact -6848,SUCCESS,2,1,6181.88,59387222.23,59393404.11,127,2724,9891.01,qftentangled -6849,SUCCESS,2,1,22649.12,59393404.11,59416053.23,127,4750,36238.59,random -6850,SUCCESS,2,1,3305.06,59416053.23,59419358.29,127,929,5288.1,wstate -6851,SUCCESS,2,1,530.84,59419358.29,59419889.13,127,121,849.34,wstate -6852,SUCCESS,2,1,6395.14,59419889.13,59426284.27,127,1981,10232.22,qnn -6853,SUCCESS,2,1,5613.57,59426284.27,59431897.84,127,2589,8981.71,ae -6854,SUCCESS,2,1,3137.4,59431897.84,59435035.24,127,1890,5019.84,qpeinexact -6855,SUCCESS,2,1,12295.24,59435035.24,59447330.48,127,4649,19672.38,qft -6856,SUCCESS,2,1,31675.75,59447330.48,59479006.23,127,9227,50681.2,ae -6857,SUCCESS,2,1,7028.15,59479006.23,59486034.38,127,2004,11245.04,su2random -6860,SUCCESS,2,1,26057.63,59486034.38,59512092.01,127,8152,41692.21,su2random -6861,SUCCESS,2,1,7442.27,59512092.01,59519534.28,127,5444,11907.63,realamprandom -6862,SUCCESS,2,1,936.79,59519534.28,59520471.07,127,413,1498.86,groundstate -6864,SUCCESS,2,1,10891.69,59520471.07,59531362.76,127,6873,17426.7,twolocalrandom -6865,SUCCESS,2,1,3230.75,59531362.76,59534593.51,127,1766,5169.2,qnn -6866,SUCCESS,2,1,4526.3,59534593.51,59539119.81,127,1426,7242.08,ae -6867,SUCCESS,2,1,182.04,59539119.81,59539301.85,127,82,291.26,ghz -6868,SUCCESS,2,1,11460.5,59539301.85,59550762.35,127,4533,18336.8,qpeexact -6870,SUCCESS,2,1,62.46,59550762.35,59550824.81,127,38,99.94,graphstate -6871,SUCCESS,2,1,147.01,59550824.81,59550971.82,127,54,235.22,qaoa -6873,SUCCESS,2,1,9774.41,59550971.82,59560746.23,127,5576,15639.06,qnn -6874,SUCCESS,2,1,15280.17,59560746.23,59576026.4,127,7260,24448.27,qnn -6875,SUCCESS,2,1,2026.74,59576026.4,59578053.14,127,599,3242.78,qnn -6876,SUCCESS,2,1,5212.42,59578053.14,59583265.56,127,1091,8339.87,wstate -6879,SUCCESS,2,1,49784.07,59583265.56,59633049.63,127,13282,79654.51,realamprandom -6880,SUCCESS,2,1,6644.17,59633049.63,59639693.8,127,1594,10630.67,ae -6883,SUCCESS,2,1,60117.15,59639693.8,59699810.95,127,13019,96187.44,twolocalrandom -6885,SUCCESS,2,1,749.88,59699810.95,59700560.83,127,165,1199.81,wstate -6886,SUCCESS,2,1,1182.19,59700560.83,59701743.02,127,323,1891.5,qft -6887,SUCCESS,2,1,174.6,59701743.02,59701917.62,127,102,279.36,graphstate -6888,SUCCESS,2,1,33450.23,59701917.62,59735367.85,127,7670,53520.37,su2random -6889,SUCCESS,2,1,3714.24,59735367.85,59739082.09,127,964,5942.78,qpeinexact -6890,SUCCESS,2,1,782.69,59739082.09,59739864.78,127,264,1252.3,qft -6891,SUCCESS,2,1,4403.93,59739864.78,59744268.71,127,1134,7046.29,qftentangled -6892,SUCCESS,2,1,4575.7,59744268.71,59748844.41,127,3448,7321.12,ae -6895,SUCCESS,2,1,9845.84,59748844.41,59758690.25,127,4141,15753.34,qft -6896,SUCCESS,2,1,32030.48,59758690.25,59790720.73,127,11269,51248.77,qnn -6897,SUCCESS,2,1,117.72,59790720.73,59790838.45,127,54,188.35,graphstate -6898,SUCCESS,2,1,19180.33,59790838.45,59810018.78,127,4365,30688.53,qnn -6899,SUCCESS,2,1,16656.64,59810018.78,59826675.42,127,3808,26650.62,ae -6900,SUCCESS,2,1,6309.84,59826675.42,59832985.26,127,4277,10095.74,ae -6901,SUCCESS,2,1,1985.09,59832985.26,59834970.35,127,981,3176.14,qpeinexact -6902,SUCCESS,2,1,1196.83,59834970.35,59836167.18,127,361,1914.93,wstate -6903,SUCCESS,2,1,422.18,59836167.18,59836589.36,127,96,675.49,graphstate -6904,SUCCESS,2,1,5463.31,59836589.36,59842052.67,127,1464,8741.3,qpeinexact -6905,SUCCESS,2,1,952.48,59842052.67,59843005.15,127,704,1523.97,dj -6906,SUCCESS,2,1,948.45,59843005.15,59843953.6,127,307,1517.52,ghz -6907,SUCCESS,2,1,20865.98,59843953.6,59864819.58,127,12499,33385.57,su2random -6910,SUCCESS,2,1,7346.38,59864819.58,59872165.96,127,4913,11754.21,qpeexact -6911,SUCCESS,2,1,9326.12,59872165.96,59881492.08,127,5331,14921.79,twolocalrandom -6913,SUCCESS,2,1,3654.08,59881492.08,59885146.16,127,815,5846.53,su2random -6914,SUCCESS,2,1,1742.92,59885146.16,59886889.08,127,873,2788.67,qft -6915,SUCCESS,2,1,1905.35,59886889.08,59888794.43,127,627,3048.56,dj -6917,SUCCESS,2,1,2280.82,59888794.43,59891075.25,127,505,3649.31,dj -6918,SUCCESS,2,1,13350.08,59891075.25,59904425.33,127,3555,21360.13,ae -6919,SUCCESS,2,1,12533.58,59904425.33,59916958.91,127,3530,20053.73,ae -6920,SUCCESS,2,1,66.67,59916958.91,59917025.58,127,24,106.67,vqe -6921,SUCCESS,2,1,51.85,59917025.58,59917077.43,127,37,82.96,dj -6922,SUCCESS,2,1,19561.92,59917077.43,59936639.35,127,8733,31299.07,realamprandom -6923,SUCCESS,2,1,129555.94,59936639.35,60066195.29,127,28507,207289.5,random -6924,SUCCESS,2,1,2238.07,60066195.29,60068433.36,127,773,3580.91,qpeinexact -6925,SUCCESS,2,1,3334.2,60068433.36,60071767.56,127,739,5334.72,qft -6926,SUCCESS,2,1,28536.19,60071767.56,60100303.75,127,13342,45657.9,random -6927,SUCCESS,2,1,420.36,60100303.75,60100724.11,127,109,672.58,dj -6928,SUCCESS,2,1,202.5,60100724.11,60100926.61,127,45,324,ghz -6929,SUCCESS,2,1,30116.19,60100926.61,60131042.8,127,7260,48185.9,qpeinexact -6930,SUCCESS,2,1,2906.42,60131042.8,60133949.22,127,851,4650.27,su2random -6931,SUCCESS,2,1,1767.04,60133949.22,60135716.26,127,1321,2827.26,wstate -6932,SUCCESS,2,1,1650.82,60135716.26,60137367.08,127,377,2641.31,dj -6935,SUCCESS,2,1,1235.42,60137367.08,60138602.5,127,365,1976.67,wstate -6936,SUCCESS,2,1,5229.95,60138602.5,60143832.45,127,1744,8367.92,ae -6937,SUCCESS,2,1,22.82,60143832.45,60143855.27,127,13,36.51,ghz -6938,SUCCESS,2,1,1918.18,60143855.27,60145773.45,127,619,3069.09,qpeexact -6939,SUCCESS,2,1,13960.09,60145773.45,60159733.54,127,3099,22336.14,su2random -6940,SUCCESS,2,1,294.71,60159733.54,60160028.25,127,103,471.54,qftentangled -6941,SUCCESS,2,1,1151.74,60160028.25,60161179.99,127,546,1842.78,wstate -6942,SUCCESS,2,1,177281.07,60161179.99,60338461.06,127,45157,283649.71,random -6945,SUCCESS,2,1,23939.81,60338461.06,60362400.87,127,10272,38303.7,random -6947,SUCCESS,2,1,84.45,60362400.87,60362485.32,127,32,135.12,routing -6948,SUCCESS,2,1,17543.37,60362485.32,60380028.69,127,4749,28069.39,qpeinexact -6949,SUCCESS,2,1,145.52,60380028.69,60380174.21,127,114,232.83,graphstate -6951,SUCCESS,2,1,946.21,60380174.21,60381120.42,127,285,1513.94,dj -6952,SUCCESS,2,1,1398.29,60381120.42,60382518.71,127,392,2237.26,realamprandom -6954,SUCCESS,2,1,85.53,60382518.71,60382604.24,127,35,136.85,graphstate -6955,SUCCESS,2,1,19735.73,60382604.24,60402339.97,127,7674,31577.17,su2random -6956,SUCCESS,2,1,7258.45,60402339.97,60409598.42,127,5904,11613.52,twolocalrandom -6958,SUCCESS,2,1,13669.12,60409598.42,60423267.54,127,3125,21870.59,qft -6959,SUCCESS,2,1,374.67,60423267.54,60423642.21,127,311,599.47,graphstate -6960,SUCCESS,2,1,1344.31,60423642.21,60424986.52,127,316,2150.9,wstate -6961,SUCCESS,2,1,5311.94,60424986.52,60430298.46,127,1676,8499.1,qpeinexact -6962,SUCCESS,2,1,545.69,60430298.46,60430844.15,127,359,873.1,ae -6963,SUCCESS,2,1,2062.13,60430844.15,60432906.28,127,573,3299.41,realamprandom -6964,SUCCESS,2,1,5016.48,60432906.28,60437922.76,127,4160,8026.37,realamprandom -6966,SUCCESS,2,1,8413.67,60437922.76,60446336.43,127,5349,13461.87,qftentangled -6967,SUCCESS,2,1,4754.44,60446336.43,60451090.87,127,1082,7607.1,ae -6968,SUCCESS,2,1,806.2,60451090.87,60451897.07,127,543,1289.92,ghz -6969,SUCCESS,2,1,20790.5,60451897.07,60472687.57,127,4710,33264.8,qpeinexact -6970,SUCCESS,2,1,9635.1,60472687.57,60482322.67,127,2378,15416.16,qft -6971,SUCCESS,2,1,8342.47,60482322.67,60490665.14,127,1741,13347.95,qpeinexact -6972,SUCCESS,2,1,27320.66,60490665.14,60517985.8,127,7639,43713.06,qft -6973,SUCCESS,2,1,56592.58,60517985.8,60574578.38,127,13377,90548.13,su2random -6975,SUCCESS,2,1,2101.39,60574578.38,60576679.77,127,576,3362.22,ae -6977,SUCCESS,2,1,672.69,60576679.77,60577352.46,127,233,1076.3,dj -6979,SUCCESS,2,1,1308.29,60577352.46,60578660.75,127,346,2093.26,dj -6980,SUCCESS,2,1,20549.78,60578660.75,60599210.53,127,6361,32879.65,qpeinexact -6981,SUCCESS,2,1,6794.77,60599210.53,60606005.3,127,1626,10871.63,wstate -6982,SUCCESS,2,1,20346.25,60606005.3,60626351.55,127,11646,32554,realamprandom -6984,SUCCESS,2,1,8676.73,60626351.55,60635028.28,127,1826,13882.77,realamprandom -6986,SUCCESS,2,1,1359.37,60635028.28,60636387.65,127,366,2174.99,portfolioqaoa -6987,SUCCESS,2,1,10732.8,60636387.65,60647120.45,127,6240,17172.48,realamprandom -6988,SUCCESS,2,1,1574.24,60647120.45,60648694.69,127,976,2518.78,su2random -6989,SUCCESS,2,1,3391.04,60648694.69,60652085.73,127,774,5425.66,su2random -6990,SUCCESS,2,1,1399.15,60652085.73,60653484.88,127,358,2238.64,qpeinexact -6991,SUCCESS,2,1,67.71,60653484.88,60653552.59,127,23,108.34,ghz -6992,SUCCESS,2,1,644.6,60653552.59,60654197.19,127,293,1031.36,twolocalrandom -6993,SUCCESS,2,1,11011.98,60654197.19,60665209.17,127,2525,17619.17,qnn -6995,SUCCESS,2,1,6303.98,60665209.17,60671513.15,127,1842,10086.37,qnn -6996,SUCCESS,2,1,3767.84,60671513.15,60675280.99,127,2081,6028.54,ae -6997,SUCCESS,2,1,6815.34,60675280.99,60682096.33,127,3213,10904.54,qftentangled -6998,SUCCESS,2,1,154.88,60682096.33,60682251.21,127,47,247.81,graphstate -6999,SUCCESS,2,1,2399.3,60682251.21,60684650.51,127,900,3838.88,portfoliovqe -7000,SUCCESS,2,1,4413.98,60684650.51,60689064.49,127,2001,7062.37,twolocalrandom -7001,SUCCESS,2,1,1490.38,60689064.49,60690554.87,127,341,2384.61,wstate -7002,SUCCESS,2,1,2078.12,60690554.87,60692632.99,127,512,3324.99,dj -7004,SUCCESS,2,1,38.74,60692632.99,60692671.73,127,24,61.98,ghz -7005,SUCCESS,2,1,5380.76,60692671.73,60698052.49,127,2180,8609.22,qftentangled -7006,SUCCESS,2,1,40846.44,60698052.49,60738898.93,127,11171,65354.3,realamprandom -7007,SUCCESS,2,1,6113.59,60738898.93,60745012.52,127,2669,9781.74,su2random -7009,SUCCESS,2,1,14353.56,60745012.52,60759366.08,127,5205,22965.7,realamprandom -7010,SUCCESS,2,1,28253,60759366.08,60787619.08,127,8391,45204.8,twolocalrandom -7012,SUCCESS,2,1,116.55,60787619.08,60787735.63,127,60,186.48,graphstate -7013,SUCCESS,2,1,910.52,60787735.63,60788646.15,127,221,1456.83,wstate -7015,SUCCESS,2,1,18492,60788646.15,60807138.15,127,4020,29587.2,qft -7016,SUCCESS,2,1,1428.54,60807138.15,60808566.69,127,769,2285.66,qft -7017,SUCCESS,2,1,1441.8,60808566.69,60810008.49,127,317,2306.88,dj -7018,SUCCESS,2,1,1441.36,60810008.49,60811449.85,127,432,2306.18,dj -7019,SUCCESS,2,1,1065.45,60811449.85,60812515.3,127,575,1704.72,ghz -7020,SUCCESS,2,1,19623.55,60812515.3,60832138.85,127,5115,31397.68,twolocalrandom -7021,SUCCESS,2,1,920.74,60832138.85,60833059.59,127,242,1473.18,qpeinexact -7022,SUCCESS,2,1,329.27,60833059.59,60833388.86,127,83,526.83,ghz -7023,SUCCESS,2,1,266.59,60833388.86,60833655.45,127,137,426.54,wstate -7026,SUCCESS,2,1,133.7,60833655.45,60833789.15,127,81,213.92,graphstate -7027,SUCCESS,2,1,503.65,60833789.15,60834292.8,127,122,805.84,qaoa -7028,SUCCESS,2,1,676.56,60834292.8,60834969.36,127,177,1082.5,dj -7029,SUCCESS,2,1,236569.42,60834969.36,61071538.78,127,52000,378511.07,random -7030,SUCCESS,2,1,1409.32,61071538.78,61072948.1,127,307,2254.91,wstate -7032,SUCCESS,2,1,295.91,61072948.1,61073244.01,127,64,473.46,ghz -7033,SUCCESS,2,1,2146.63,61073244.01,61075390.64,127,829,3434.61,qft -7034,SUCCESS,2,1,245.97,61075390.64,61075636.61,127,69,393.55,wstate -7035,SUCCESS,2,1,1325.82,61075636.61,61076962.43,127,323,2121.31,dj -7036,SUCCESS,2,1,35276.3,61076962.43,61112238.73,127,15030,56442.08,realamprandom -7037,SUCCESS,2,1,11261.14,61112238.73,61123499.87,127,2642,18017.82,realamprandom -7038,SUCCESS,2,1,1057.68,61123499.87,61124557.55,127,349,1692.29,twolocalrandom -7040,SUCCESS,2,1,617.71,61124557.55,61125175.26,127,257,988.34,wstate -7041,SUCCESS,2,1,1685.3,61125175.26,61126860.56,127,375,2696.48,dj -7042,SUCCESS,2,1,3542.32,61126860.56,61130402.88,127,1767,5667.71,qftentangled -7043,SUCCESS,2,1,505.38,61130402.88,61130908.26,127,111,808.61,graphstate -7044,SUCCESS,2,1,939.22,61130908.26,61131847.48,127,445,1502.75,dj -7046,SUCCESS,2,1,341.2,61131847.48,61132188.68,127,152,545.92,pricingcall -7049,SUCCESS,2,1,7617.06,61132188.68,61139805.74,127,3847,12187.3,qnn -7050,SUCCESS,2,1,1802.64,61139805.74,61141608.38,127,428,2884.22,qnn -7051,SUCCESS,2,1,3500.48,61141608.38,61145108.86,127,1368,5600.77,qpeinexact -7052,SUCCESS,2,1,785.75,61145108.86,61145894.61,127,590,1257.2,dj -7053,SUCCESS,2,1,1566.41,61145894.61,61147461.02,127,340,2506.26,dj -7054,SUCCESS,2,1,805.9,61147461.02,61148266.92,127,377,1289.44,qft -7055,SUCCESS,2,1,3900.39,61148266.92,61152167.31,127,1313,6240.62,random -7056,SUCCESS,2,1,177.16,61152167.31,61152344.47,127,103,283.46,qft -7057,SUCCESS,2,1,2804.27,61152344.47,61155148.74,127,1957,4486.83,su2random -7059,SUCCESS,2,1,14950.27,61155148.74,61170099.01,127,11216,23920.43,qnn -7060,SUCCESS,2,1,871.77,61170099.01,61170970.78,127,500,1394.83,dj -7061,SUCCESS,2,1,3837.82,61170970.78,61174808.6,127,1343,6140.51,qpeexact -7062,SUCCESS,2,1,10043.98,61174808.6,61184852.58,127,2780,16070.37,realamprandom -7063,SUCCESS,2,1,38670.46,61184852.58,61223523.04,127,9679,61872.74,qnn -7064,SUCCESS,2,1,7490.73,61223523.04,61231013.77,127,3972,11985.17,random -7067,SUCCESS,2,1,363.68,61231013.77,61231377.45,127,184,581.89,realamprandom -7068,SUCCESS,2,1,464.1,61231377.45,61231841.55,127,139,742.56,wstate -7069,SUCCESS,2,1,14885.01,61231841.55,61246726.56,127,8418,23816.02,twolocalrandom -7070,SUCCESS,2,1,2335.66,61246726.56,61249062.22,127,917,3737.06,ae -7071,SUCCESS,2,1,378.2,61249062.22,61249440.42,127,89,605.12,wstate -7074,SUCCESS,2,1,3240.83,61249440.42,61252681.25,127,676,5185.33,qftentangled -7076,SUCCESS,2,1,2579.28,61252681.25,61255260.53,127,977,4126.85,qwalk-v-chain -7078,SUCCESS,2,1,2112.52,61255260.53,61257373.05,127,705,3380.03,pricingput -7079,SUCCESS,2,1,1590.16,61257373.05,61258963.21,127,572,2544.26,dj -7080,SUCCESS,2,1,139.77,61258963.21,61259102.98,127,75,223.63,ghz -7081,SUCCESS,2,1,3499.1,61259102.98,61262602.08,127,935,5598.56,qft -7082,SUCCESS,2,1,13051.11,61262602.08,61275653.19,127,9153,20881.78,realamprandom -7084,SUCCESS,2,1,5137.13,61275653.19,61280790.32,127,1760,8219.41,qftentangled -7085,SUCCESS,2,1,10569.43,61280790.32,61291359.75,127,5370,16911.09,realamprandom -7087,SUCCESS,2,1,1072.96,61291359.75,61292432.71,127,479,1716.74,portfolioqaoa -7088,SUCCESS,2,1,3789.86,61292432.71,61296222.57,127,2162,6063.78,ae -7090,SUCCESS,2,1,544.57,61296222.57,61296767.14,127,309,871.31,wstate -7091,SUCCESS,2,1,1150.3,61296767.14,61297917.44,127,250,1840.48,dj -7092,SUCCESS,2,1,25843.24,61297917.44,61323760.68,127,5850,41349.18,qft -7094,SUCCESS,2,1,799.09,61323760.68,61324559.77,127,269,1278.54,wstate -7095,SUCCESS,2,1,8110.71,61324559.77,61332670.48,127,2479,12977.14,qpeexact -7096,SUCCESS,2,1,5110.63,61332670.48,61337781.11,127,2790,8177.01,qpeinexact -7098,SUCCESS,2,1,21691.28,61337781.11,61359472.39,127,6637,34706.05,twolocalrandom -7099,SUCCESS,2,1,2211.03,61359472.39,61361683.42,127,625,3537.65,dj -7102,SUCCESS,2,1,872.46,61361683.42,61362555.88,127,393,1395.94,wstate -7103,SUCCESS,2,1,109032.06,61362555.88,61471587.94,127,34010,174451.3,random -7104,SUCCESS,2,1,470.49,61471587.94,61472058.43,127,244,752.78,graphstate -7105,SUCCESS,2,1,17773.83,61472058.43,61489832.26,127,4705,28438.13,qpeinexact -7106,SUCCESS,2,1,8076.16,61489832.26,61497908.42,127,1772,12921.86,qft -7109,SUCCESS,2,1,2289.03,61497908.42,61500197.45,127,1115,3662.45,wstate -7110,SUCCESS,2,1,4392.3,61500197.45,61504589.75,127,972,7027.68,qpeexact -7111,SUCCESS,2,1,373.1,61504589.75,61504962.85,127,85,596.96,ghz -7112,SUCCESS,2,1,27006.53,61504962.85,61531969.38,127,6373,43210.45,qpeexact -7114,SUCCESS,2,1,1731.61,61531969.38,61533700.99,127,666,2770.58,dj -7115,SUCCESS,2,1,122.8,61533700.99,61533823.79,127,85,196.48,dj -7117,SUCCESS,2,1,2119.77,61533823.79,61535943.56,127,936,3391.63,qnn -7118,SUCCESS,2,1,146.87,61535943.56,61536090.43,127,37,234.99,ghz -7119,SUCCESS,2,1,13757.39,61536090.43,61549847.82,127,3308,22011.82,ae -7120,SUCCESS,2,1,7624.24,61549847.82,61557472.06,127,5396,12198.78,twolocalrandom -7121,SUCCESS,2,1,1701.76,61557472.06,61559173.82,127,894,2722.82,pricingput -7122,SUCCESS,2,1,1064.03,61559173.82,61560237.85,127,387,1702.45,ae -7123,SUCCESS,2,1,34658.91,61560237.85,61594896.76,127,9694,55454.26,twolocalrandom -7124,SUCCESS,2,1,19759.77,61594896.76,61614656.53,127,4340,31615.63,qpeinexact -7125,SUCCESS,2,1,4221.79,61614656.53,61618878.32,127,2007,6754.86,su2random -7126,SUCCESS,2,1,59175.76,61618878.32,61678054.08,127,18304,94681.22,su2random -7127,SUCCESS,2,1,375.46,61678054.08,61678429.54,127,197,600.74,wstate -7128,SUCCESS,2,1,2390.52,61678429.54,61680820.06,127,912,3824.83,random -7131,SUCCESS,2,1,6152.89,61680820.06,61686972.95,127,1796,9844.62,ae -7132,SUCCESS,2,1,27337.24,61686972.95,61714310.19,127,7679,43739.58,qftentangled -7135,SUCCESS,2,1,1751.18,61714310.19,61716061.37,127,458,2801.89,ae -7136,SUCCESS,2,1,540.6,61716061.37,61716601.97,127,145,864.96,wstate -7137,SUCCESS,2,1,723.84,61716601.97,61717325.81,127,223,1158.14,qftentangled -7139,SUCCESS,2,1,163.87,61717325.81,61717489.68,127,36,262.19,graphstate -7141,SUCCESS,2,1,8865.69,61717489.68,61726355.37,127,2276,14185.1,qftentangled -7143,SUCCESS,2,1,278.83,61726355.37,61726634.2,127,60,446.13,graphstate -7145,SUCCESS,2,1,4853.52,61726634.2,61731487.72,127,1286,7765.63,wstate -7146,SUCCESS,2,1,34688.8,61731487.72,61766176.52,127,7954,55502.08,su2random -7147,SUCCESS,2,1,4550.31,61766176.52,61770726.83,127,1827,7280.5,ae -7149,SUCCESS,2,1,4540.86,61770726.83,61775267.69,127,1263,7265.38,twolocalrandom -7150,SUCCESS,2,1,1128.59,61775267.69,61776396.28,127,416,1805.74,ae -7151,SUCCESS,2,1,1898.48,61776396.28,61778294.76,127,701,3037.57,dj -7152,SUCCESS,2,1,5318.14,61778294.76,61783612.9,127,1486,8509.02,wstate -7153,SUCCESS,2,1,20584.66,61783612.9,61804197.56,127,6240,32935.46,twolocalrandom -7154,SUCCESS,2,1,6365.14,61804197.56,61810562.7,127,3131,10184.22,qpeinexact -7155,SUCCESS,2,1,4147.83,61810562.7,61814710.53,127,1318,6636.53,realamprandom -7156,SUCCESS,2,1,187.49,61814710.53,61814898.02,127,73,299.98,ghz -7157,SUCCESS,2,1,12925.87,61814898.02,61827823.89,127,6169,20681.39,su2random -7158,SUCCESS,2,1,274.41,61827823.89,61828098.3,127,203,439.06,graphstate -7159,SUCCESS,2,1,4235.79,61828098.3,61832334.09,127,2509,6777.26,qpeinexact -7160,SUCCESS,2,1,9724.78,61832334.09,61842058.87,127,2786,15559.65,ae -7162,SUCCESS,2,1,75246.3,61842058.87,61917305.17,127,31368,120394.08,random -7163,SUCCESS,2,1,21888.84,61917305.17,61939194.01,127,5621,35022.14,realamprandom -7166,SUCCESS,2,1,25808.04,61939194.01,61965002.05,127,7097,41292.86,qftentangled -7167,SUCCESS,2,1,10171.86,61965002.05,61975173.91,127,3295,16274.98,qpeexact -7168,SUCCESS,2,1,4881.04,61975173.91,61980054.95,127,2162,7809.66,twolocalrandom -7169,SUCCESS,2,1,84.14,61980054.95,61980139.09,127,58,134.62,ghz -7172,SUCCESS,2,1,3411.46,61980139.09,61983550.55,127,742,5458.34,qftentangled -7173,SUCCESS,2,1,12053.46,61983550.55,61995604.01,127,4040,19285.54,ae -7174,SUCCESS,2,1,253.42,61995604.01,61995857.43,127,67,405.47,graphstate -7175,SUCCESS,2,1,10182.56,61995857.43,62006039.99,127,6607,16292.1,qwalk-v-chain -7177,SUCCESS,2,1,95801.6,62006039.99,62101841.59,127,23734,153282.56,random -7178,SUCCESS,2,1,47.81,62101841.59,62101889.4,127,35,76.5,graphstate -7179,SUCCESS,2,1,137.93,62101889.4,62102027.33,127,54,220.69,qaoa -7180,SUCCESS,2,1,487.2,62102027.33,62102514.53,127,204,779.52,su2random -7184,SUCCESS,2,1,619.25,62102514.53,62103133.78,127,131,990.8,graphstate -7186,SUCCESS,2,1,39661.66,62103133.78,62142795.44,127,12066,63458.66,su2random -7187,SUCCESS,2,1,7369.69,62142795.44,62150165.13,127,1642,11791.5,qnn -7188,SUCCESS,2,1,20582.06,62150165.13,62170747.19,127,7690,32931.3,qpeinexact -7189,SUCCESS,2,1,908.9,62170747.19,62171656.09,127,397,1454.24,wstate -7190,SUCCESS,2,1,528.38,62171656.09,62172184.47,127,112,845.41,dj -7191,SUCCESS,2,1,18951.05,62172184.47,62191135.52,127,5662,30321.68,qpeinexact -7192,SUCCESS,2,1,362.04,62191135.52,62191497.56,127,107,579.26,graphstate -7193,SUCCESS,2,1,4570.23,62191497.56,62196067.79,127,1272,7312.37,realamprandom -7194,SUCCESS,2,1,8047.2,62196067.79,62204114.99,127,4181,12875.52,qpeinexact -7195,SUCCESS,2,1,10647.09,62204114.99,62214762.08,127,2545,17035.34,qpeinexact -7196,SUCCESS,2,1,5736.21,62214762.08,62220498.29,127,2647,9177.94,qnn -7198,SUCCESS,2,1,486.97,62220498.29,62220985.26,127,298,779.15,dj -7199,SUCCESS,2,1,4066,62220985.26,62225051.26,127,3108,6505.6,qft -7200,SUCCESS,2,1,3786.02,62225051.26,62228837.28,127,888,6057.63,qpeexact -7201,SUCCESS,2,1,6603.01,62228837.28,62235440.29,127,2162,10564.82,realamprandom -7202,SUCCESS,2,1,2018.3,62235440.29,62237458.59,127,982,3229.28,random -7203,SUCCESS,2,1,5579.37,62237458.59,62243037.96,127,4379,8926.99,qpeexact -7204,SUCCESS,2,1,144.94,62243037.96,62243182.9,127,62,231.9,graphstate -7205,SUCCESS,2,1,572.33,62243182.9,62243755.23,127,145,915.73,wstate -7206,SUCCESS,2,1,982.25,62243755.23,62244737.48,127,234,1571.6,qftentangled -7207,SUCCESS,2,1,39193.74,62244737.48,62283931.22,127,8573,62709.98,qpeinexact -7208,SUCCESS,2,1,905.74,62283931.22,62284836.96,127,197,1449.18,wstate -7209,SUCCESS,2,1,17373.97,62284836.96,62302210.93,127,6432,27798.35,qft -7210,SUCCESS,2,1,13444.17,62302210.93,62315655.1,127,4869,21510.67,qftentangled -7212,SUCCESS,2,1,14778.6,62315655.1,62330433.7,127,5366,23645.76,twolocalrandom -7213,SUCCESS,2,1,15547.26,62330433.7,62345980.96,127,3779,24875.62,realamprandom -7214,SUCCESS,2,1,161.97,62345980.96,62346142.93,127,130,259.15,graphstate -7215,SUCCESS,2,1,412.22,62346142.93,62346555.15,127,213,659.55,graphstate -7216,SUCCESS,2,1,356.41,62346555.15,62346911.56,127,135,570.26,graphstate -7217,SUCCESS,2,1,5614.25,62346911.56,62352525.81,127,2139,8982.8,twolocalrandom -7218,SUCCESS,2,1,9081.21,62352525.81,62361607.02,127,3110,14529.94,qpeinexact -7219,SUCCESS,2,1,2003.04,62361607.02,62363610.06,127,1420,3204.86,qftentangled -7220,SUCCESS,2,1,4373.15,62363610.06,62367983.21,127,2515,6997.04,qpeinexact -7221,SUCCESS,2,1,488.96,62367983.21,62368472.17,127,128,782.34,dj -7222,SUCCESS,2,1,1403.49,62368472.17,62369875.66,127,320,2245.58,qftentangled -7224,SUCCESS,2,1,7257.67,62369875.66,62377133.33,127,1852,11612.27,qftentangled -7225,SUCCESS,2,1,378.89,62377133.33,62377512.22,127,95,606.22,ghz -7226,SUCCESS,2,1,7526.69,62377512.22,62385038.91,127,1748,12042.7,qft -7227,SUCCESS,2,1,12410.26,62385038.91,62397449.17,127,5040,19856.42,qft -7228,SUCCESS,2,1,8711.53,62397449.17,62406160.7,127,5222,13938.45,qnn -7229,SUCCESS,2,1,4765.22,62406160.7,62410925.92,127,1728,7624.35,qpeinexact -7230,SUCCESS,2,1,8880.89,62410925.92,62419806.81,127,4026,14209.42,twolocalrandom -7231,SUCCESS,2,1,2410.95,62419806.81,62422217.76,127,594,3857.52,dj -7232,SUCCESS,2,1,5242.15,62422217.76,62427459.91,127,2455,8387.44,pricingcall -7233,SUCCESS,2,1,135.91,62427459.91,62427595.82,127,95,217.46,graphstate -7234,SUCCESS,2,1,1930.36,62427595.82,62429526.18,127,1120,3088.58,qftentangled -7236,SUCCESS,2,1,149.3,62429526.18,62429675.48,127,45,238.88,graphstate -7238,SUCCESS,2,1,881.25,62429675.48,62430556.73,127,704,1410,qpeexact -7239,SUCCESS,2,1,1142.24,62430556.73,62431698.97,127,292,1827.58,graphstate -7240,SUCCESS,2,1,330.67,62431698.97,62432029.64,127,168,529.07,graphstate -7241,SUCCESS,2,1,3050.5,62432029.64,62435080.14,127,913,4880.8,realamprandom -7242,SUCCESS,2,1,14805.1,62435080.14,62449885.24,127,6437,23688.16,qft -7244,SUCCESS,2,1,2050.26,62449885.24,62451935.5,127,993,3280.42,ghz -7245,SUCCESS,2,1,782.95,62451935.5,62452718.45,127,275,1252.72,dj -7246,SUCCESS,2,1,47291.6,62452718.45,62500010.05,127,21235,75666.56,random -7247,SUCCESS,2,1,2544.21,62500010.05,62502554.26,127,592,4070.74,twolocalrandom -7249,SUCCESS,2,1,9900.72,62502554.26,62512454.98,127,3533,15841.15,twolocalrandom -7251,SUCCESS,2,1,4237.52,62512454.98,62516692.5,127,2162,6780.03,twolocalrandom -7252,SUCCESS,2,1,1223.84,62516692.5,62517916.34,127,319,1958.14,qpeinexact -7253,SUCCESS,2,1,6313.12,62517916.34,62524229.46,127,3392,10100.99,random -7254,SUCCESS,2,1,434.9,62524229.46,62524664.36,127,122,695.84,graphstate -7256,SUCCESS,2,1,6624.85,62524664.36,62531289.21,127,3564,10599.76,qnn -7257,SUCCESS,2,1,26509.82,62531289.21,62557799.03,127,13162,42415.71,random -7258,SUCCESS,2,1,4074.89,62557799.03,62561873.92,127,3225,6519.82,twolocalrandom -7259,SUCCESS,2,1,26100.17,62561873.92,62587974.09,127,6799,41760.27,qpeinexact -7261,SUCCESS,2,1,9187.18,62587974.09,62597161.27,127,2159,14699.49,ae -7262,SUCCESS,2,1,2940.94,62597161.27,62600102.21,127,1113,4705.5,wstate -7263,SUCCESS,2,1,1711.56,62600102.21,62601813.77,127,578,2738.5,qpeinexact -7264,SUCCESS,2,1,47268.19,62601813.77,62649081.96,127,22661,75629.1,random -7265,SUCCESS,2,1,13909.15,62649081.96,62662991.11,127,6922,22254.64,qft -7266,SUCCESS,2,1,414.32,62662991.11,62663405.43,127,210,662.91,qpeinexact -7267,SUCCESS,2,1,427.76,62663405.43,62663833.19,127,94,684.42,graphstate -7268,SUCCESS,2,1,201.44,62663833.19,62664034.63,127,58,322.3,graphstate -7269,SUCCESS,2,1,1747.48,62664034.63,62665782.11,127,610,2795.97,dj -7270,SUCCESS,2,1,10310.63,62665782.11,62676092.74,127,7243,16497.01,qnn -7271,SUCCESS,2,1,7511.85,62676092.74,62683604.59,127,2395,12018.96,realamprandom -7273,SUCCESS,2,1,11817.27,62683604.59,62695421.86,127,4354,18907.63,qpeexact -7275,SUCCESS,2,1,834.38,62695421.86,62696256.24,127,195,1335.01,graphstate -7276,SUCCESS,2,1,403.18,62696256.24,62696659.42,127,115,645.09,dj -7277,SUCCESS,2,1,48683.28,62696659.42,62745342.7,127,10220,77893.25,ae -7278,SUCCESS,2,1,1514.83,62745342.7,62746857.53,127,740,2423.73,twolocalrandom -7279,SUCCESS,2,1,14804.76,62746857.53,62761662.29,127,4260,23687.62,qpeinexact -7280,SUCCESS,2,1,1177.71,62761662.29,62762840,127,468,1884.34,qftentangled -7281,SUCCESS,2,1,1050.34,62762840,62763890.34,127,501,1680.54,portfoliovqe -7282,SUCCESS,2,1,1551.54,62763890.34,62765441.88,127,353,2482.46,wstate -7283,SUCCESS,2,1,2442.96,62765441.88,62767884.84,127,814,3908.74,twolocalrandom -7284,SUCCESS,2,1,17383.13,62767884.84,62785267.97,127,4181,27813.01,su2random -7285,SUCCESS,2,1,134.57,62785267.97,62785402.54,127,70,215.31,graphstate -7286,SUCCESS,2,1,1308.75,62785402.54,62786711.29,127,298,2094,su2random -7287,SUCCESS,2,1,11812.92,62786711.29,62798524.21,127,4879,18900.67,realamprandom -7288,SUCCESS,2,1,12056.94,62798524.21,62810581.15,127,9779,19291.1,ae -7289,SUCCESS,2,1,113.8,62810581.15,62810694.95,127,34,182.08,ghz -7292,SUCCESS,2,1,23616,62810694.95,62834310.95,127,7200,37785.6,su2random -7294,SUCCESS,2,1,110096.03,62834310.95,62944406.98,127,37918,176153.65,random -7295,SUCCESS,2,1,3394.4,62944406.98,62947801.38,127,838,5431.04,dj -7296,SUCCESS,2,1,2420.96,62947801.38,62950222.34,127,547,3873.54,dj -7298,SUCCESS,2,1,3341.89,62950222.34,62953564.23,127,1400,5347.02,qnn -7300,SUCCESS,2,1,1260.23,62953564.23,62954824.46,127,302,2016.37,dj -7301,SUCCESS,2,1,1099,62954824.46,62955923.46,127,328,1758.4,dj -7302,SUCCESS,2,1,11434.62,62955923.46,62967358.08,127,4576,18295.39,qpeexact -7303,SUCCESS,2,1,7790.33,62967358.08,62975148.41,127,1738,12464.53,twolocalrandom -7304,SUCCESS,2,1,19716.32,62975148.41,62994864.73,127,4813,31546.11,qpeinexact -7305,SUCCESS,2,1,50168.5,62994864.73,63045033.23,127,13572,80269.6,su2random -7306,SUCCESS,2,1,2097.97,63045033.23,63047131.2,127,536,3356.75,graphstate -7307,SUCCESS,2,1,14624.23,63047131.2,63061755.43,127,4555,23398.77,qftentangled -7308,SUCCESS,2,1,16596.43,63061755.43,63078351.86,127,11340,26554.29,twolocalrandom -7309,SUCCESS,2,1,242.05,63078351.86,63078593.91,127,180,387.28,qftentangled -7310,SUCCESS,2,1,11101.74,63078593.91,63089695.65,127,4303,17762.78,qftentangled -7311,SUCCESS,2,1,5446.09,63089695.65,63095141.74,127,1488,8713.74,ae -7313,SUCCESS,2,1,11193.86,63095141.74,63106335.6,127,6710,17910.18,ae -7314,SUCCESS,2,1,565.94,63106335.6,63106901.54,127,339,905.5,graphstate diff --git a/output/iQuantumExample6-17-07-2023_12-57-10.csv b/output/iQuantumExample6-17-07-2023_12-57-10.csv deleted file mode 100644 index 83166db1e..000000000 --- a/output/iQuantumExample6-17-07-2023_12-57-10.csv +++ /dev/null @@ -1,7316 +0,0 @@ -QTask_ID,Status,QDCenter,QNode_ID,Execution_Time,Start_Time,Finish_Time,No_Qubits,No_Layers,Shots,Cost,Application -3,SUCCESS,2,0,4314.77,0.01,4314.78,27,2501,3968,6903.63,twolocalrandom -8,SUCCESS,2,0,593.4,4314.78,4908.18,27,339,4026,949.44,portfoliovqe -9,SUCCESS,2,0,370.17,4908.18,5278.35,27,233,3654,592.27,qnn -14,SUCCESS,2,0,91.75,5278.35,5370.1,27,84,2512,146.8,graphstate -19,SUCCESS,2,0,471.9,5370.1,5842,27,445,2439,755.04,portfolioqaoa -29,SUCCESS,2,0,247.47,5842,6089.47,27,465,1224,395.95,qft -31,SUCCESS,2,0,1242.67,6089.47,7332.14,27,1057,2704,1988.27,realamprandom -39,SUCCESS,2,0,39.1,7332.14,7371.24,27,35,2569,62.56,qaoa -44,SUCCESS,2,0,130.23,7371.24,7501.47,27,116,2582,208.37,routing -45,SUCCESS,2,0,210.89,7501.47,7712.36,27,223,2175,337.42,qpeexact -47,SUCCESS,2,0,591.31,7712.36,8303.67,27,680,2000,946.1,qftentangled -55,SUCCESS,2,0,799,8303.67,9102.67,27,912,2015,1278.4,qpeexact -63,SUCCESS,2,0,104.17,9102.67,9206.84,27,65,3686,166.67,wstate -64,SUCCESS,2,0,42.72,9206.84,9249.56,27,42,2339,68.35,qaoa -66,SUCCESS,2,0,113.71,9249.56,9363.27,27,112,2335,181.94,wstate -70,SUCCESS,2,0,1293.32,9363.27,10656.59,27,802,3709,2069.31,qnn -84,SUCCESS,2,0,289.01,10656.59,10945.6,27,326,2039,462.42,pricingput -86,SUCCESS,2,0,787.83,10945.6,11733.43,27,500,3624,1260.53,portfoliovqe -91,SUCCESS,2,0,285.92,11733.43,12019.35,27,320,2055,457.47,portfoliovqe -99,SUCCESS,2,0,1079.91,12019.35,13099.26,27,848,2929,1727.86,qft -105,SUCCESS,2,0,76.29,13099.26,13175.55,27,63,2785,122.06,dj -112,SUCCESS,2,0,529.67,13175.55,13705.22,27,434,2807,847.47,qpeexact -118,SUCCESS,2,0,434.54,13705.22,14139.76,27,252,3966,695.26,realamprandom -129,SUCCESS,2,0,1183.4,14139.76,15323.16,27,2195,1240,1893.44,pricingput -136,SUCCESS,2,0,982.59,15323.16,16305.75,27,912,2478,1572.14,qpeinexact -139,SUCCESS,2,0,1345.68,16305.75,17651.43,27,756,4094,2153.09,qpeinexact -141,SUCCESS,2,0,1053.94,17651.43,18705.37,27,804,3015,1686.3,su2random -158,SUCCESS,2,0,53.3,18705.37,18758.67,27,30,4086,85.28,graphstate -159,SUCCESS,2,0,713.24,18758.67,19471.91,27,576,2848,1141.18,groundstate -160,SUCCESS,2,0,1877.82,19471.91,21349.73,27,1114,3877,3004.51,realamprandom -161,SUCCESS,2,0,821.89,21349.73,22171.62,27,1218,1552,1315.02,twolocalrandom -166,SUCCESS,2,0,256.3,22171.62,22427.92,27,210,2807,410.08,qpeexact -169,SUCCESS,2,0,71.43,22427.92,22499.35,27,66,2489,114.29,ghz -184,SUCCESS,2,0,378.45,22499.35,22877.8,27,729,1194,605.52,qpeexact -193,SUCCESS,2,0,19.8,22877.8,22897.6,27,21,2168,31.68,ghz -197,SUCCESS,2,0,220.69,22897.6,23118.29,27,352,1442,353.1,portfoliovqe -207,SUCCESS,2,0,46.98,23118.29,23165.27,27,41,2635,75.17,wstate -208,SUCCESS,2,0,170.93,23165.27,23336.2,27,210,1872,273.49,su2random -213,SUCCESS,2,0,25.81,23336.2,23362.01,27,16,3710,41.3,ghz -224,SUCCESS,2,0,438.56,23362.01,23800.57,27,316,3192,701.7,qpeexact -229,SUCCESS,2,0,106.62,23800.57,23907.19,27,73,3359,170.59,wstate -231,SUCCESS,2,0,7519.89,23907.19,31427.08,27,7008,2468,12031.82,pricingput -236,SUCCESS,2,0,3997.73,31427.08,35424.81,27,3916,2348,6396.37,qwalk-v-chain -237,SUCCESS,2,0,1045.6,35424.81,36470.41,27,976,2464,1672.96,qpeexact -240,SUCCESS,2,0,192.43,36470.41,36662.84,27,196,2258,307.89,qpeexact -252,SUCCESS,2,0,1375.87,36662.84,38038.71,27,928,3410,2201.39,portfoliovqe -260,SUCCESS,2,0,23.52,38038.71,38062.23,27,45,1202,37.63,wstate -265,SUCCESS,2,0,306.33,38062.23,38368.56,27,492,1432,490.13,qftentangled -272,SUCCESS,2,0,1110.63,38368.56,39479.19,27,701,3644,1777.01,qpeexact -275,SUCCESS,2,0,166.33,39479.19,39645.52,27,189,2024,266.13,ae -276,SUCCESS,2,0,39,39645.52,39684.52,27,24,3737,62.4,ghz -278,SUCCESS,2,0,1408.27,39684.52,41092.79,27,958,3381,2253.23,qpeinexact -285,SUCCESS,2,0,408.06,41092.79,41500.85,27,297,3160,652.9,qft -287,SUCCESS,2,0,500.52,41500.85,42001.37,27,333,3457,800.83,qft -289,SUCCESS,2,0,20.79,42001.37,42022.16,27,32,1494,33.26,graphstate -291,SUCCESS,2,0,325.24,42022.16,42347.4,27,589,1270,520.38,su2random -296,SUCCESS,2,0,552.68,42347.4,42900.08,27,543,2341,884.29,qft -321,SUCCESS,2,0,814.53,42900.08,43714.61,27,475,3944,1303.25,qft -326,SUCCESS,2,0,7.36,43714.61,43721.97,27,11,1537,11.78,ghz -329,SUCCESS,2,0,563.12,43721.97,44285.09,27,399,3246,900.99,portfoliovqe -338,SUCCESS,2,0,22.49,44285.09,44307.58,27,27,1915,35.98,vqe -339,SUCCESS,2,0,137.8,44307.58,44445.38,27,196,1617,220.48,random -340,SUCCESS,2,0,545.88,44445.38,44991.26,27,1119,1122,873.41,twolocalrandom -342,SUCCESS,2,0,28.35,44991.26,45019.61,27,19,3431,45.36,ghz -344,SUCCESS,2,0,609.28,45019.61,45628.89,27,1306,1073,974.85,pricingput -359,SUCCESS,2,0,2438.84,45628.89,48067.73,27,2192,2559,3902.14,random -361,SUCCESS,2,0,1211.57,48067.73,49279.3,27,892,3124,1938.51,qpeexact -367,SUCCESS,2,0,15.73,49279.3,49295.03,27,24,1507,25.17,vqe -369,SUCCESS,2,0,46.23,49295.03,49341.26,27,38,2798,73.97,dj -374,SUCCESS,2,0,1360.85,49341.26,50702.11,27,902,3470,2177.36,ae -378,SUCCESS,2,0,528.89,50702.11,51231,27,872,1395,846.22,qnn -383,SUCCESS,2,0,429.64,51231,51660.64,27,772,1280,687.42,qpeexact -384,SUCCESS,2,0,9236.46,51660.64,60897.1,27,10238,2075,14778.34,grover-noancilla -391,SUCCESS,2,0,91.59,60897.1,60988.69,27,83,2538,146.54,dj -406,SUCCESS,2,0,3650.51,60988.69,64639.2,27,3481,2412,5840.82,random -407,SUCCESS,2,0,128.86,64639.2,64768.06,27,172,1723,206.18,qft -416,SUCCESS,2,0,620.39,64768.06,65388.45,27,728,1960,992.62,qpeexact -0,SUCCESS,2,1,66405.59,0.01,66405.6,127,20952,2694,106248.94,random -427,SUCCESS,2,0,2946.8,65388.45,68335.25,27,2039,3324,4714.88,realamprandom -434,SUCCESS,2,0,13310.46,68335.25,81645.71,27,9972,3070,21296.74,qwalk-noancilla -447,SUCCESS,2,0,99.36,81645.71,81745.07,27,69,3312,158.98,tsp -451,SUCCESS,2,0,95.92,81745.07,81840.99,27,105,2101,153.47,qft -455,SUCCESS,2,0,52.28,81840.99,81893.27,27,79,1522,83.65,dj -462,SUCCESS,2,0,550.04,81893.27,82443.31,27,730,1733,880.06,qft -466,SUCCESS,2,0,813.44,82443.31,83256.75,27,521,3591,1301.5,twolocalrandom -467,SUCCESS,2,0,80.04,83256.75,83336.79,27,120,1534,128.06,wstate -472,SUCCESS,2,0,87.06,83336.79,83423.85,27,105,1907,139.3,wstate -473,SUCCESS,2,0,470.62,83423.85,83894.47,27,329,3290,752.99,su2random -475,SUCCESS,2,0,325.53,83894.47,84220,27,352,2127,520.85,realamprandom -1,SUCCESS,2,1,32640.89,66405.6,99046.49,127,8733,3177,52225.42,twolocalrandom -2,SUCCESS,2,1,4912.87,99046.49,103959.36,127,1838,2272,7860.59,qpeexact -4,SUCCESS,2,1,2628.22,103959.36,106587.58,127,694,3219,4205.15,dj -5,SUCCESS,2,1,9281.72,106587.58,115869.3,127,3152,2503,14850.75,realamprandom -6,SUCCESS,2,1,15058.22,115869.3,130927.52,127,3527,3629,24093.15,twolocalrandom -7,SUCCESS,2,1,2186.72,130927.52,133114.24,127,1094,1699,3498.75,wstate -480,SUCCESS,2,0,56760.22,84220,140980.22,27,47750,2734,90816.35,qwalk-noancilla -10,SUCCESS,2,1,7919.36,133114.24,141033.6,127,2777,2424,12670.98,qftentangled -484,SUCCESS,2,0,150.2,140980.22,141130.42,27,105,3290,240.32,dj -11,SUCCESS,2,1,118.66,141033.6,141152.26,127,26,3879,189.86,routing -486,SUCCESS,2,0,1419.68,141130.42,142550.1,27,1001,3262,2271.49,ae -488,SUCCESS,2,0,67.75,142550.1,142617.85,27,59,2641,108.4,ghz -12,SUCCESS,2,1,1480.09,141152.26,142632.35,127,1027,1225,2368.14,wstate -499,SUCCESS,2,0,454.66,142617.85,143072.51,27,633,1652,727.46,portfolioqaoa -503,SUCCESS,2,0,59.98,143072.51,143132.49,27,81,1703,95.97,wstate -504,SUCCESS,2,0,1639.35,143132.49,144771.84,27,937,4024,2622.96,qnn -508,SUCCESS,2,0,233.8,144771.84,145005.64,27,484,1111,374.08,qft -516,SUCCESS,2,0,136.63,145005.64,145142.27,27,258,1218,218.61,qft -521,SUCCESS,2,0,184.97,145142.27,145327.24,27,275,1547,295.95,qftentangled -533,SUCCESS,2,0,351.79,145327.24,145679.03,27,225,3596,562.86,twolocalrandom -538,SUCCESS,2,0,78.78,145679.03,145757.81,27,64,2831,126.05,graphstate -539,SUCCESS,2,0,1150.79,145757.81,146908.6,27,674,3927,1841.26,ae -540,SUCCESS,2,0,95.88,146908.6,147004.48,27,93,2371,153.41,graphstate -543,SUCCESS,2,0,421.09,147004.48,147425.57,27,331,2926,673.74,qnn -13,SUCCESS,2,1,5636.69,142632.35,148269.04,127,2309,2075,9018.7,random -555,SUCCESS,2,0,4820.57,147425.57,152246.14,27,2907,3814,7712.91,random -559,SUCCESS,2,0,126.09,152246.14,152372.23,27,258,1124,201.74,portfolioqaoa -562,SUCCESS,2,0,1215.14,152372.23,153587.37,27,1200,2329,1944.22,qft -564,SUCCESS,2,0,843.82,153587.37,154431.19,27,488,3977,1350.11,pricingcall -15,SUCCESS,2,1,15359.9,148269.04,163628.94,127,7008,1863,24575.84,qpeexact -16,SUCCESS,2,1,3036.91,163628.94,166665.85,127,708,3646,4859.06,ae -17,SUCCESS,2,1,14570.48,166665.85,181236.33,127,3753,3300,23312.77,twolocalrandom -18,SUCCESS,2,1,867.56,181236.33,182103.89,127,648,1138,1388.1,su2random -20,SUCCESS,2,1,389.15,182103.89,182493.04,127,101,3275,622.64,dj -21,SUCCESS,2,1,23185.19,182493.04,205678.23,127,6517,3024,37096.3,qft -22,SUCCESS,2,1,1789,205678.23,207467.23,127,1451,1048,2862.4,qftentangled -567,SUCCESS,2,0,84343.25,154431.19,238774.44,27,88017,2204,134949.2,grover-noancilla -568,SUCCESS,2,0,876.29,238774.44,239650.73,27,1238,1628,1402.06,qpeinexact -578,SUCCESS,2,0,134.38,239650.73,239785.11,27,82,3769,215.01,graphstate -585,SUCCESS,2,0,307.96,239785.11,240093.07,27,284,2494,492.74,qftentangled -589,SUCCESS,2,0,411.85,240093.07,240504.92,27,579,1636,658.96,qftentangled -595,SUCCESS,2,0,166.65,240504.92,240671.57,27,107,3582,266.64,dj -596,SUCCESS,2,0,905.46,240671.57,241577.03,27,732,2845,1448.74,portfoliovqe -603,SUCCESS,2,0,881.9,241577.03,242458.93,27,766,2648,1411.04,ae -612,SUCCESS,2,0,333.08,242458.93,242792.01,27,248,3089,532.93,qpeinexact -614,SUCCESS,2,0,18879.85,242792.01,261671.86,27,28587,1519,30207.76,grover-v-chain -616,SUCCESS,2,0,75.26,261671.86,261747.12,27,55,3147,120.42,ghz -628,SUCCESS,2,0,248.26,261747.12,261995.38,27,508,1124,397.22,portfolioqaoa -632,SUCCESS,2,0,293.65,261995.38,262289.03,27,470,1437,469.84,random -633,SUCCESS,2,0,447.77,262289.03,262736.8,27,355,2901,716.43,su2random -637,SUCCESS,2,0,32.6,262736.8,262769.4,27,22,3408,52.16,graphstate -642,SUCCESS,2,0,43.85,262769.4,262813.25,27,32,3151,70.16,routing -653,SUCCESS,2,0,5502.59,262813.25,268315.84,27,6950,1821,8804.14,pricingcall -654,SUCCESS,2,0,124.92,268315.84,268440.76,27,130,2210,199.87,wstate -663,SUCCESS,2,0,461.93,268440.76,268902.69,27,513,2071,739.09,qpeexact -665,SUCCESS,2,0,174.79,268902.69,269077.48,27,250,1608,279.66,wstate -672,SUCCESS,2,0,270.17,269077.48,269347.65,27,292,2128,432.27,qpeexact -673,SUCCESS,2,0,240.59,269347.65,269588.24,27,337,1642,384.94,qnn -675,SUCCESS,2,0,706.79,269588.24,270295.03,27,568,2862,1130.86,qpeexact -676,SUCCESS,2,0,173.93,270295.03,270468.96,27,314,1274,278.29,portfoliovqe -681,SUCCESS,2,0,253.47,270468.96,270722.43,27,438,1331,405.55,portfoliovqe -686,SUCCESS,2,0,197.24,270722.43,270919.67,27,215,2110,315.58,ae -699,SUCCESS,2,0,131.91,270919.67,271051.58,27,106,2862,211.06,dj -703,SUCCESS,2,0,99.64,271051.58,271151.22,27,68,3370,159.42,graphstate -721,SUCCESS,2,0,1945.15,271151.22,273096.37,27,1114,4016,3112.24,twolocalrandom -723,SUCCESS,2,0,39.46,273096.37,273135.83,27,29,3129,63.14,graphstate -725,SUCCESS,2,0,757.36,273135.83,273893.19,27,561,3105,1211.78,twolocalrandom -726,SUCCESS,2,0,745.61,273893.19,274638.8,27,791,2168,1192.98,twolocalrandom -733,SUCCESS,2,0,114.22,274638.8,274753.02,27,71,3700,182.75,qaoa -735,SUCCESS,2,0,77.25,274753.02,274830.27,27,69,2575,123.6,vqe -747,SUCCESS,2,0,68.43,274830.27,274898.7,27,125,1259,109.49,dj -748,SUCCESS,2,0,29.12,274898.7,274927.82,27,41,1633,46.59,dj -751,SUCCESS,2,0,4715.24,274927.82,279643.06,27,8407,1290,7544.38,pricingput -761,SUCCESS,2,0,462.49,279643.06,280105.55,27,669,1590,739.98,ae -762,SUCCESS,2,0,1208.7,280105.55,281314.25,27,1229,2262,1933.92,qpeinexact -769,SUCCESS,2,0,1436.56,281314.25,282750.81,27,1078,3065,2298.5,su2random -779,SUCCESS,2,0,45.74,282750.81,282796.55,27,60,1753,73.18,ghz -784,SUCCESS,2,0,14.54,282796.55,282811.09,27,10,3343,23.26,ghz -787,SUCCESS,2,0,2098.93,282811.09,284910.02,27,1287,3751,3358.29,su2random -788,SUCCESS,2,0,126.98,284910.02,285037,27,144,2028,203.17,dj -791,SUCCESS,2,0,1181.94,285037,286218.94,27,687,3957,1891.1,qpeexact -792,SUCCESS,2,0,470.06,286218.94,286689,27,730,1481,752.1,ae -798,SUCCESS,2,0,19.94,286689,286708.94,27,25,1834,31.9,graphstate -801,SUCCESS,2,0,692.73,286708.94,287401.67,27,912,1747,1108.37,ae -803,SUCCESS,2,0,55.23,287401.67,287456.9,27,96,1323,88.37,qpeexact -805,SUCCESS,2,0,814.7,287456.9,288271.6,27,675,2776,1303.52,twolocalrandom -814,SUCCESS,2,0,308.27,288271.6,288579.87,27,270,2626,493.23,random -821,SUCCESS,2,0,1088.72,288579.87,289668.59,27,713,3512,1741.95,ae -823,SUCCESS,2,0,443.9,289668.59,290112.49,27,499,2046,710.24,realamprandom -826,SUCCESS,2,0,114.8,290112.49,290227.29,27,78,3385,183.68,tsp -831,SUCCESS,2,0,42.46,290227.29,290269.75,27,33,2959,67.94,wstate -832,SUCCESS,2,0,822.07,290269.75,291091.82,27,773,2446,1315.31,qpeinexact -839,SUCCESS,2,0,354.49,291091.82,291446.31,27,436,1870,567.18,ae -841,SUCCESS,2,0,1128.24,291446.31,292574.55,27,704,3686,1805.18,su2random -861,SUCCESS,2,0,164.23,292574.55,292738.78,27,366,1032,262.77,random -865,SUCCESS,2,0,825.94,292738.78,293564.72,27,582,3264,1321.5,random -866,SUCCESS,2,0,884.87,293564.72,294449.59,27,586,3473,1415.79,realamprandom -867,SUCCESS,2,0,1062.87,294449.59,295512.46,27,1438,1700,1700.59,pricingcall -868,SUCCESS,2,0,65.49,295512.46,295577.95,27,45,3347,104.78,graphstate -869,SUCCESS,2,0,147.59,295577.95,295725.54,27,113,3004,236.14,wstate -878,SUCCESS,2,0,14.95,295725.54,295740.49,27,20,1719,23.92,routing -882,SUCCESS,2,0,686.69,295740.49,296427.18,27,461,3426,1098.7,qnn -887,SUCCESS,2,0,197.26,296427.18,296624.44,27,113,4015,315.62,dj -894,SUCCESS,2,0,897.27,296624.44,297521.71,27,518,3984,1435.63,qft -895,SUCCESS,2,0,3415.37,297521.71,300937.08,27,2043,3845,5464.59,qwalk-v-chain -901,SUCCESS,2,0,297.91,300937.08,301234.99,27,218,3143,476.66,qft -903,SUCCESS,2,0,1172.8,301234.99,302407.79,27,795,3393,1876.48,qft -904,SUCCESS,2,0,1446.07,302407.79,303853.86,27,939,3542,2313.71,ae -918,SUCCESS,2,0,169.67,303853.86,304023.53,27,362,1078,271.47,qpeinexact -923,SUCCESS,2,0,348.26,304023.53,304371.79,27,335,2391,557.22,qpeinexact -928,SUCCESS,2,0,4479.33,304371.79,308851.12,27,7071,1457,7166.93,pricingcall -936,SUCCESS,2,0,576.91,308851.12,309428.03,27,494,2686,923.06,ae -944,SUCCESS,2,0,131.8,309428.03,309559.83,27,91,3331,210.88,dj -950,SUCCESS,2,0,1061.65,309559.83,310621.48,27,1242,1966,1698.64,qft -23,SUCCESS,2,1,124136.37,207467.23,331603.6,127,48071,2195,198618.19,random -24,SUCCESS,2,1,5862.92,331603.6,337466.52,127,2286,2180,9380.67,realamprandom -25,SUCCESS,2,1,3184.87,337466.52,340651.39,127,961,2817,5095.79,wstate -26,SUCCESS,2,1,188.47,340651.39,340839.86,127,51,3141,301.55,dj -27,SUCCESS,2,1,14936.69,340839.86,355776.55,127,9030,1406,23898.7,qnn -28,SUCCESS,2,1,13771.2,355776.55,369547.75,127,7752,1510,22033.92,ae -951,SUCCESS,2,0,67442.72,310621.48,378064.2,27,98613,1573,107908.35,qwalk-noancilla -953,SUCCESS,2,0,384.31,378064.2,378448.51,27,358,2469,614.9,realamprandom -968,SUCCESS,2,0,61.56,378448.51,378510.07,27,66,2145,98.5,graphstate -30,SUCCESS,2,1,23953.47,369547.75,393501.22,127,8620,2362,38325.55,realamprandom -32,SUCCESS,2,1,6057.39,393501.22,399558.61,127,1794,2870,9691.82,qpeinexact -33,SUCCESS,2,1,3037.14,399558.61,402595.75,127,704,3667,4859.42,qft -34,SUCCESS,2,1,1201.9,402595.75,403797.65,127,252,4054,1923.04,realamprandom -35,SUCCESS,2,1,477.82,403797.65,404275.47,127,210,1934,764.51,ghz -36,SUCCESS,2,1,21525.84,404275.47,425801.31,127,5198,3520,34441.34,random -37,SUCCESS,2,1,1577.11,425801.31,427378.42,127,970,1382,2523.38,ae -38,SUCCESS,2,1,3105.36,427378.42,430483.78,127,1292,2043,4968.58,qft -976,SUCCESS,2,0,57292.34,378510.07,435802.41,27,76125,1731,91667.74,qwalk-noancilla -979,SUCCESS,2,0,1483.47,435802.41,437285.88,27,896,3808,2373.55,twolocalrandom -982,SUCCESS,2,0,665.84,437285.88,437951.72,27,447,3426,1065.34,qft -987,SUCCESS,2,0,464.52,437951.72,438416.24,27,316,3381,743.23,wstate -991,SUCCESS,2,0,502.89,438416.24,438919.13,27,338,3422,804.62,realamprandom -995,SUCCESS,2,0,172.84,438919.13,439091.97,27,109,3647,276.54,ghz -1012,SUCCESS,2,0,928.54,439091.97,440020.51,27,740,2886,1485.66,su2random -1015,SUCCESS,2,0,1025.22,440020.51,441045.73,27,600,3930,1640.35,realamprandom -1016,SUCCESS,2,0,325.8,441045.73,441371.53,27,399,1878,521.28,qnn -1018,SUCCESS,2,0,528.13,441371.53,441899.66,27,324,3749,845.01,qft -1019,SUCCESS,2,0,1102.36,441899.66,443002.02,27,1229,2063,1763.78,qpeexact -1028,SUCCESS,2,0,181.17,443002.02,443183.19,27,241,1729,289.87,realamprandom -1033,SUCCESS,2,0,376.19,443183.19,443559.38,27,394,2196,601.9,qnn -1034,SUCCESS,2,0,1115.31,443559.38,444674.69,27,1110,2311,1784.5,random -1038,SUCCESS,2,0,9.36,444674.69,444684.05,27,11,1957,14.98,ghz -1039,SUCCESS,2,0,68.71,444684.05,444752.76,27,41,3854,109.94,dj -1044,SUCCESS,2,0,844.84,444752.76,445597.6,27,781,2488,1351.74,twolocalrandom -1046,SUCCESS,2,0,17.39,445597.6,445614.99,27,19,2105,27.82,ghz -1047,SUCCESS,2,0,496.46,445614.99,446111.45,27,410,2785,794.34,portfolioqaoa -1048,SUCCESS,2,0,47.61,446111.45,446159.06,27,62,1766,76.18,ghz -1049,SUCCESS,2,0,332.44,446159.06,446491.5,27,196,3901,531.9,tsp -40,SUCCESS,2,1,16176.31,430483.78,446660.09,127,5986,2297,25882.1,qft -1052,SUCCESS,2,0,3275.44,446491.5,449766.94,27,2378,3168,5240.7,random -1057,SUCCESS,2,0,210.44,449766.94,449977.38,27,139,3482,336.7,qft -1059,SUCCESS,2,0,267.34,449977.38,450244.72,27,229,2685,427.74,qft -1072,SUCCESS,2,0,17.6,450244.72,450262.32,27,33,1226,28.16,wstate -1077,SUCCESS,2,0,918.87,450262.32,451181.19,27,766,2759,1470.19,portfolioqaoa -41,SUCCESS,2,1,10391.75,446660.09,457051.84,127,5429,1627,16626.8,ae -42,SUCCESS,2,1,305.01,457051.84,457356.85,127,95,2729,488.02,graphstate -1079,SUCCESS,2,0,8840.54,451181.19,460021.73,27,5392,3771,14144.86,qwalk-noancilla -1092,SUCCESS,2,0,1029.26,460021.73,461050.99,27,693,3416,1646.82,random -43,SUCCESS,2,1,24754,457356.85,482110.85,127,5194,4051,39606.4,qpeexact -46,SUCCESS,2,1,12875.59,482110.85,494986.44,127,5219,2097,20600.94,qpeexact -48,SUCCESS,2,1,4785.91,494986.44,499772.35,127,1681,2420,7657.46,random -49,SUCCESS,2,1,6697.17,499772.35,506469.52,127,3329,1710,10715.47,qpeinexact -50,SUCCESS,2,1,45041.4,506469.52,551510.92,127,13170,2907,72066.24,su2random -51,SUCCESS,2,1,161.94,551510.92,551672.86,127,129,1067,259.1,graphstate -52,SUCCESS,2,1,58.14,551672.86,551731,127,29,1704,93.02,wstate -1095,SUCCESS,2,0,99730,461050.99,560780.99,27,79315,2892,159568,qwalk-noancilla -53,SUCCESS,2,1,71621.65,551731,623352.65,127,18448,3300,114594.64,random -54,SUCCESS,2,1,143.37,623352.65,623496.02,127,109,1118,229.39,wstate -56,SUCCESS,2,1,1019.12,623496.02,624515.14,127,630,1375,1630.59,dj -57,SUCCESS,2,1,1664.2,624515.14,626179.34,127,841,1682,2662.72,ae -58,SUCCESS,2,1,1138.64,626179.34,627317.98,127,361,2681,1821.82,dj -59,SUCCESS,2,1,3977.68,627317.98,631295.66,127,851,3973,6364.29,realamprandom -60,SUCCESS,2,1,5186.31,631295.66,636481.97,127,1673,2635,8298.1,qnn -61,SUCCESS,2,1,7080.64,636481.97,643562.61,127,2420,2487,11329.02,qftentangled -1096,SUCCESS,2,0,88522.13,560780.99,649303.12,27,161588,1260,141635.41,qwalk-noancilla -1104,SUCCESS,2,0,1079.13,649303.12,650382.25,27,658,3772,1726.61,qpeinexact -1127,SUCCESS,2,0,398.91,650382.25,650781.16,27,401,2288,638.26,qftentangled -1135,SUCCESS,2,0,12.71,650781.16,650793.87,27,26,1124,20.34,routing -1137,SUCCESS,2,0,1702.46,650793.87,652496.33,27,2007,1951,2723.94,qnn -1139,SUCCESS,2,0,38.17,652496.33,652534.5,27,34,2582,61.07,dj -1141,SUCCESS,2,0,143.46,652534.5,652677.96,27,94,3510,229.54,qaoa -1146,SUCCESS,2,0,1828.25,652677.96,654506.21,27,1594,2638,2925.2,random -1153,SUCCESS,2,0,714.31,654506.21,655220.52,27,559,2939,1142.9,qftentangled -1155,SUCCESS,2,0,149.16,655220.52,655369.68,27,84,4084,238.66,dj -1158,SUCCESS,2,0,376.63,655369.68,655746.31,27,328,2641,602.61,qpeexact -1161,SUCCESS,2,0,563.39,655746.31,656309.7,27,504,2571,901.42,twolocalrandom -1170,SUCCESS,2,0,648.03,656309.7,656957.73,27,1003,1486,1036.85,ae -1178,SUCCESS,2,0,21.01,656957.73,656978.74,27,16,3020,33.62,ghz -1184,SUCCESS,2,0,29.31,656978.74,657008.05,27,41,1644,46.9,dj -1188,SUCCESS,2,0,394.03,657008.05,657402.08,27,625,1450,630.45,groundstate -1192,SUCCESS,2,0,18013.23,657402.08,675415.31,27,31530,1314,28821.17,grover-noancilla -1199,SUCCESS,2,0,864.51,675415.31,676279.82,27,527,3773,1383.22,qft -1206,SUCCESS,2,0,417.58,676279.82,676697.4,27,321,2992,668.13,portfolioqaoa -1210,SUCCESS,2,0,17.2,676697.4,676714.6,27,32,1236,27.52,graphstate -1212,SUCCESS,2,0,25.66,676714.6,676740.26,27,40,1475,41.06,dj -1235,SUCCESS,2,0,578.11,676740.26,677318.37,27,592,2246,924.98,qftentangled -1238,SUCCESS,2,0,248.04,677318.37,677566.41,27,254,2246,396.86,qft -1239,SUCCESS,2,0,1408.57,677566.41,678974.98,27,866,3741,2253.71,ae -1242,SUCCESS,2,0,561.56,678974.98,679536.54,27,336,3844,898.5,qpeexact -1243,SUCCESS,2,0,267.75,679536.54,679804.29,27,425,1449,428.4,su2random -1244,SUCCESS,2,0,229.34,679804.29,680033.63,27,162,3256,366.94,qpeinexact -1257,SUCCESS,2,0,158.21,680033.63,680191.84,27,130,2799,253.14,dj -1268,SUCCESS,2,0,56.5,680191.84,680248.34,27,42,3094,90.4,ghz -1270,SUCCESS,2,0,1283.99,680248.34,681532.33,27,922,3203,2054.38,random -1272,SUCCESS,2,0,239.53,681532.33,681771.86,27,538,1024,383.25,qftentangled -1274,SUCCESS,2,0,519.89,681771.86,682291.75,27,633,1889,831.82,qnn -1278,SUCCESS,2,0,232,682291.75,682523.75,27,181,2948,371.2,random -1294,SUCCESS,2,0,208.5,682523.75,682732.25,27,174,2756,333.6,qftentangled -1299,SUCCESS,2,0,14.32,682732.25,682746.57,27,12,2744,22.91,ghz -1307,SUCCESS,2,0,55.65,682746.57,682802.22,27,69,1855,89.04,dj -1317,SUCCESS,2,0,799.7,682802.22,683601.92,27,806,2282,1279.52,qftentangled -1318,SUCCESS,2,0,613.37,683601.92,684215.29,27,506,2788,981.39,qnn -1320,SUCCESS,2,0,29.5,684215.29,684244.79,27,33,2056,47.2,graphstate -1328,SUCCESS,2,0,1822.46,684244.79,686067.25,27,1093,3835,2915.94,su2random -1331,SUCCESS,2,0,27.4,686067.25,686094.65,27,45,1400,43.84,dj -1334,SUCCESS,2,0,226.05,686094.65,686320.7,27,438,1187,361.68,su2random -1343,SUCCESS,2,0,459.81,686320.7,686780.51,27,325,3254,735.7,qpeinexact -1344,SUCCESS,2,0,53.55,686780.51,686834.06,27,44,2799,85.68,graphstate -1345,SUCCESS,2,0,515.99,686834.06,687350.05,27,559,2123,825.58,qpeexact -1346,SUCCESS,2,0,8853.33,687350.05,696203.38,27,7262,2804,14165.33,pricingcall -1348,SUCCESS,2,0,117.29,696203.38,696320.67,27,179,1507,187.66,pricingput -1350,SUCCESS,2,0,602.47,696320.67,696923.14,27,1289,1075,963.95,realamprandom -62,SUCCESS,2,1,53722.24,643562.61,697284.85,127,12791,3570,85955.58,realamprandom -1352,SUCCESS,2,0,484.1,696923.14,697407.24,27,308,3615,774.56,portfolioqaoa -1354,SUCCESS,2,0,30,697407.24,697437.24,27,26,2653,48,routing -1370,SUCCESS,2,0,146.74,697437.24,697583.98,27,100,3375,234.78,qaoa -1374,SUCCESS,2,0,24.97,697583.98,697608.95,27,30,1914,39.95,vqe -1380,SUCCESS,2,0,12.97,697608.95,697621.92,27,14,2130,20.75,ghz -1383,SUCCESS,2,0,390.04,697621.92,698011.96,27,361,2485,624.06,qft -1392,SUCCESS,2,0,1352.96,698011.96,699364.92,27,896,3473,2164.74,realamprandom -1395,SUCCESS,2,0,735.34,699364.92,700100.26,27,783,2160,1176.54,qpeinexact -1396,SUCCESS,2,0,106.5,700100.26,700206.76,27,103,2378,170.4,dj -1402,SUCCESS,2,0,48.6,700206.76,700255.36,27,32,3493,77.76,routing -1408,SUCCESS,2,0,280.14,700255.36,700535.5,27,170,3790,448.22,ae -1428,SUCCESS,2,0,1076.73,700535.5,701612.23,27,677,3658,1722.77,qnn -1433,SUCCESS,2,0,17.79,701612.23,701630.02,27,26,1573,28.46,graphstate -1436,SUCCESS,2,0,361.38,701630.02,701991.4,27,312,2664,578.21,qft -1439,SUCCESS,2,0,2858.15,701991.4,704849.55,27,2039,3224,4573.04,twolocalrandom -1442,SUCCESS,2,0,824.07,704849.55,705673.62,27,465,4076,1318.51,su2random -1443,SUCCESS,2,0,1003.26,705673.62,706676.88,27,1005,2296,1605.22,pricingput -1444,SUCCESS,2,0,392.15,706676.88,707069.03,27,235,3838,627.44,realamprandom -1448,SUCCESS,2,0,26.31,707069.03,707095.34,27,44,1375,42.1,qaoa -1450,SUCCESS,2,0,1430.79,707095.34,708526.13,27,1986,1657,2289.26,pricingcall -1456,SUCCESS,2,0,73.19,708526.13,708599.32,27,53,3176,117.1,wstate -1460,SUCCESS,2,0,335.01,708599.32,708934.33,27,306,2518,536.02,pricingcall -1462,SUCCESS,2,0,68.25,708934.33,709002.58,27,55,2854,109.2,dj -1464,SUCCESS,2,0,101.76,709002.58,709104.34,27,159,1472,162.82,pricingcall -1469,SUCCESS,2,0,578.28,709104.34,709682.62,27,458,2904,925.25,realamprandom -1470,SUCCESS,2,0,1727.48,709682.62,711410.1,27,1200,3311,2763.97,qftentangled -65,SUCCESS,2,1,14487.3,697284.85,711772.15,127,4668,2638,23179.68,qftentangled -1471,SUCCESS,2,0,805.55,711410.1,712215.65,27,484,3828,1288.88,realamprandom -1472,SUCCESS,2,0,414.51,712215.65,712630.16,27,270,3531,663.22,su2random -1483,SUCCESS,2,0,80.1,712630.16,712710.26,27,57,3232,128.16,wstate -1485,SUCCESS,2,0,41.58,712710.26,712751.84,27,26,3678,66.53,vqe -1495,SUCCESS,2,0,617.4,712751.84,713369.24,27,420,3381,987.84,portfolioqaoa -1497,SUCCESS,2,0,11.84,713369.24,713381.08,27,26,1047,18.94,graphstate -1503,SUCCESS,2,0,646.12,713381.08,714027.2,27,433,3432,1033.79,qnn -1507,SUCCESS,2,0,787.06,714027.2,714814.26,27,925,1957,1259.3,qpeinexact -1510,SUCCESS,2,0,14.97,714814.26,714829.23,27,26,1324,23.95,graphstate -1511,SUCCESS,2,0,963.56,714829.23,715792.79,27,598,3706,1541.7,su2random -67,SUCCESS,2,1,9278.28,711772.15,721050.43,127,4926,1601,14845.25,qpeexact -68,SUCCESS,2,1,1235.22,721050.43,722285.65,127,371,2830,1976.35,qnn -1513,SUCCESS,2,0,6917.35,715792.79,722710.14,27,7947,2002,11067.76,qwalk-v-chain -1517,SUCCESS,2,0,1052.82,722710.14,723762.96,27,734,3299,1684.51,su2random -1519,SUCCESS,2,0,143.44,723762.96,723906.4,27,105,3142,229.5,vqe -69,SUCCESS,2,1,5346.08,722285.65,727631.73,127,1246,3647,8553.73,wstate -71,SUCCESS,2,1,14345.36,727631.73,741977.09,127,5047,2416,22952.58,su2random -72,SUCCESS,2,1,5134.26,741977.09,747111.35,127,1117,3907,8214.82,wstate -73,SUCCESS,2,1,1353.44,747111.35,748464.79,127,294,3913,2165.5,graphstate -1522,SUCCESS,2,0,67789.53,723906.4,791695.93,27,39234,3974,108463.25,grover-noancilla -1524,SUCCESS,2,0,418.84,791695.93,792114.77,27,256,3763,670.14,random -1534,SUCCESS,2,0,340.02,792114.77,792454.79,27,267,2929,544.03,portfoliovqe -1536,SUCCESS,2,0,226.59,792454.79,792681.38,27,252,2068,362.54,qftentangled -1537,SUCCESS,2,0,755.85,792681.38,793437.23,27,1472,1181,1209.36,su2random -1538,SUCCESS,2,0,781.78,793437.23,794219.01,27,571,3149,1250.85,ae -1540,SUCCESS,2,0,962.62,794219.01,795181.63,27,896,2471,1540.19,realamprandom -1542,SUCCESS,2,0,24.4,795181.63,795206.03,27,24,2338,39.04,vqe -1543,SUCCESS,2,0,1745.08,795206.03,796951.11,27,2382,1685,2792.13,pricingput -1547,SUCCESS,2,0,1707.19,796951.11,798658.3,27,1170,3356,2731.5,twolocalrandom -1555,SUCCESS,2,0,46.86,798658.3,798705.16,27,65,1658,74.98,wstate -1565,SUCCESS,2,0,191.35,798705.16,798896.51,27,136,3236,306.16,dj -1580,SUCCESS,2,0,35.05,798896.51,798931.56,27,30,2687,56.08,graphstate -1583,SUCCESS,2,0,776.82,798931.56,799708.38,27,504,3545,1242.91,qnn -1591,SUCCESS,2,0,1865.44,799708.38,801573.82,27,1099,3904,2984.7,ae -1597,SUCCESS,2,0,31.34,801573.82,801605.16,27,20,3603,50.14,routing -1606,SUCCESS,2,0,258.66,801605.16,801863.82,27,177,3361,413.86,qnn -1607,SUCCESS,2,0,177.32,801863.82,802041.14,27,171,2385,283.71,twolocalrandom -1610,SUCCESS,2,0,412.1,802041.14,802453.24,27,288,3291,659.36,qft -1615,SUCCESS,2,0,18.63,802453.24,802471.87,27,23,1862,29.81,dj -1617,SUCCESS,2,0,371.85,802471.87,802843.72,27,581,1472,594.96,qpeexact -1627,SUCCESS,2,0,55.18,802843.72,802898.9,27,44,2884,88.29,graphstate -1632,SUCCESS,2,0,92.53,802898.9,802991.43,27,187,1138,148.05,qftentangled -1636,SUCCESS,2,0,1017.31,802991.43,804008.74,27,728,3214,1627.7,qftentangled -1637,SUCCESS,2,0,710.31,804008.74,804719.05,27,433,3773,1136.5,qpeinexact -1641,SUCCESS,2,0,29.59,804719.05,804748.64,27,24,2835,47.34,routing -1642,SUCCESS,2,0,74.01,804748.64,804822.65,27,108,1576,118.42,ghz -1647,SUCCESS,2,0,747.12,804822.65,805569.77,27,485,3543,1195.39,twolocalrandom -1650,SUCCESS,2,0,411.73,805569.77,805981.5,27,382,2479,658.77,ae -1655,SUCCESS,2,0,132.26,805981.5,806113.76,27,134,2270,211.62,qpeinexact -1657,SUCCESS,2,0,39.52,806113.76,806153.28,27,23,3952,63.23,ghz -1658,SUCCESS,2,0,35.89,806153.28,806189.17,27,35,2358,57.42,dj -1659,SUCCESS,2,0,634.18,806189.17,806823.35,27,440,3315,1014.69,qpeinexact -1660,SUCCESS,2,0,719.71,806823.35,807543.06,27,468,3537,1151.54,ae -1662,SUCCESS,2,0,364.83,807543.06,807907.89,27,653,1285,583.73,qpeinexact -1663,SUCCESS,2,0,15.67,807907.89,807923.56,27,31,1162,25.07,ghz -1664,SUCCESS,2,0,112.65,807923.56,808036.21,27,73,3549,180.24,ghz -1674,SUCCESS,2,0,151.1,808036.21,808187.31,27,192,1810,241.76,su2random -1678,SUCCESS,2,0,832.07,808187.31,809019.38,27,1531,1250,1331.31,pricingcall -1682,SUCCESS,2,0,45.06,809019.38,809064.44,27,37,2801,72.1,dj -1692,SUCCESS,2,0,541.39,809064.44,809605.83,27,512,2432,866.22,portfoliovqe -1701,SUCCESS,2,0,533.7,809605.83,810139.53,27,329,3731,853.92,qpeinexact -1703,SUCCESS,2,0,39.39,810139.53,810178.92,27,67,1352,63.02,routing -1723,SUCCESS,2,0,36236.27,810178.92,846415.19,27,35315,2360,57978.03,shor -1726,SUCCESS,2,0,9.44,846415.19,846424.63,27,10,2171,15.1,ghz -1731,SUCCESS,2,0,35.7,846424.63,846460.33,27,29,2831,57.12,vqe -1732,SUCCESS,2,0,29.38,846460.33,846489.71,27,58,1165,47.01,vqe -1737,SUCCESS,2,0,13.12,846489.71,846502.83,27,13,2321,20.99,ghz -1757,SUCCESS,2,0,540.29,846502.83,847043.12,27,559,2223,864.46,portfoliovqe -1769,SUCCESS,2,0,893.87,847043.12,847936.99,27,534,3850,1430.19,qpeinexact -1772,SUCCESS,2,0,2615.25,847936.99,850552.24,27,2658,2263,4184.4,qwalk-v-chain -1776,SUCCESS,2,0,4923.7,850552.24,855475.94,27,3625,3124,7877.92,grover-noancilla -1778,SUCCESS,2,0,1599.97,855475.94,857075.91,27,1076,3420,2559.95,ae -1784,SUCCESS,2,0,41.2,857075.91,857117.11,27,35,2707,65.92,qaoa -1792,SUCCESS,2,0,935.94,857117.11,858053.05,27,891,2416,1497.5,qpeinexact -1801,SUCCESS,2,0,110.73,858053.05,858163.78,27,85,2996,177.17,wstate -1812,SUCCESS,2,0,32.59,858163.78,858196.37,27,38,1972,52.14,graphstate -1813,SUCCESS,2,0,1073.37,858196.37,859269.74,27,781,3161,1717.39,realamprandom -1815,SUCCESS,2,0,172.18,859269.74,859441.92,27,99,4000,275.49,dj -1817,SUCCESS,2,0,439.18,859441.92,859881.1,27,327,3089,702.69,qftentangled -1821,SUCCESS,2,0,1739.21,859881.1,861620.31,27,1067,3749,2782.74,ae -1824,SUCCESS,2,0,103.04,861620.31,861723.35,27,164,1445,164.86,dj -1832,SUCCESS,2,0,4024.7,861723.35,865748.05,27,2843,3256,6439.52,pricingcall -1842,SUCCESS,2,0,594.36,865748.05,866342.41,27,1091,1253,950.98,qftentangled -74,SUCCESS,2,1,121466.58,748464.79,869931.37,127,32124,3214,194346.53,random -75,SUCCESS,2,1,376.6,869931.37,870307.97,127,158,2026,602.56,graphstate -1844,SUCCESS,2,0,5205.98,866342.41,871548.39,27,4102,2919,8329.57,qwalk-v-chain -1845,SUCCESS,2,0,833.84,871548.39,872382.23,27,492,3898,1334.14,portfoliovqe -1847,SUCCESS,2,0,1840.83,872382.23,874223.06,27,1427,2967,2945.33,pricingcall -1848,SUCCESS,2,0,1020.64,874223.06,875243.7,27,2136,1099,1633.02,random -1854,SUCCESS,2,0,750.27,875243.7,875993.97,27,843,2047,1200.43,qpeinexact -1855,SUCCESS,2,0,1631.75,875993.97,877625.72,27,1056,3554,2610.8,grover-v-chain -1857,SUCCESS,2,0,415.68,877625.72,878041.4,27,251,3809,665.09,su2random -1858,SUCCESS,2,0,16393.26,878041.4,894434.66,27,9891,3812,26229.22,grover-noancilla -1862,SUCCESS,2,0,1025.74,894434.66,895460.4,27,600,3932,1641.18,su2random -1869,SUCCESS,2,0,574.1,895460.4,896034.5,27,699,1889,918.56,qpeexact -1874,SUCCESS,2,0,21.29,896034.5,896055.79,27,23,2129,34.06,graphstate -1883,SUCCESS,2,0,241.67,896055.79,896297.46,27,273,2036,386.67,ae -1884,SUCCESS,2,0,257.1,896297.46,896554.56,27,499,1185,411.36,twolocalrandom -1886,SUCCESS,2,0,567.38,896554.56,897121.94,27,617,2115,907.81,qftentangled -1888,SUCCESS,2,0,909.97,897121.94,898031.91,27,535,3912,1455.95,qft -76,SUCCESS,2,1,28708.03,870307.97,899016,127,11726,2081,45932.85,qnn -1891,SUCCESS,2,0,1394.97,898031.91,899426.88,27,912,3518,2231.95,qpeinexact -1892,SUCCESS,2,0,855.28,899426.88,900282.16,27,744,2644,1368.45,qft -1900,SUCCESS,2,0,793.51,900282.16,901075.67,27,485,3763,1269.62,realamprandom -1902,SUCCESS,2,0,259.62,901075.67,901335.29,27,367,1627,415.39,qpeexact -1903,SUCCESS,2,0,16.24,901335.29,901351.53,27,25,1494,25.98,vqe -1904,SUCCESS,2,0,2949.03,901351.53,904300.56,27,4540,1494,4718.45,qwalk-noancilla -1905,SUCCESS,2,0,1731.74,904300.56,906032.3,27,1352,2946,2770.78,realamprandom -1909,SUCCESS,2,0,85.15,906032.3,906117.45,27,160,1224,136.24,pricingcall -1914,SUCCESS,2,0,6693.51,906117.45,912810.96,27,3843,4006,10709.62,pricingcall -1916,SUCCESS,2,0,194.27,912810.96,913005.23,27,217,2059,310.83,qpeexact -1922,SUCCESS,2,0,82.35,913005.23,913087.58,27,76,2492,131.76,dj -1935,SUCCESS,2,0,958.13,913087.58,914045.71,27,746,2954,1533.01,qnn -1941,SUCCESS,2,0,11.54,914045.71,914057.25,27,24,1105,18.46,dj -1942,SUCCESS,2,0,1205.08,914057.25,915262.33,27,791,3504,1928.13,qpeexact -77,SUCCESS,2,1,16850.87,899016,915866.87,127,4776,2999,26961.39,qftentangled -1947,SUCCESS,2,0,867.69,915262.33,916130.02,27,959,2081,1388.3,su2random -1949,SUCCESS,2,0,1196.82,916130.02,917326.84,27,812,3390,1914.91,qpeinexact -1951,SUCCESS,2,0,54.45,917326.84,917381.29,27,91,1376,87.12,ghz -78,SUCCESS,2,1,2942.03,915866.87,918808.9,127,1154,2167,4707.25,qnn -1953,SUCCESS,2,0,1505.88,917381.29,918887.17,27,862,4018,2409.41,qftentangled -1955,SUCCESS,2,0,15.13,918887.17,918902.3,27,24,1449,24.21,graphstate -79,SUCCESS,2,1,262.01,918808.9,919070.91,127,101,2205,419.22,wstate -1957,SUCCESS,2,0,982.81,918902.3,919885.11,27,840,2691,1572.5,realamprandom -1964,SUCCESS,2,0,817.62,919885.11,920702.73,27,535,3515,1308.19,portfoliovqe -1966,SUCCESS,2,0,369.16,920702.73,921071.89,27,253,3356,590.66,qnn -1973,SUCCESS,2,0,615.76,921071.89,921687.65,27,360,3934,985.22,qpeexact -1977,SUCCESS,2,0,669.02,921687.65,922356.67,27,466,3302,1070.43,qpeinexact -1980,SUCCESS,2,0,37.96,922356.67,922394.63,27,61,1431,60.74,wstate -1985,SUCCESS,2,0,299.56,922394.63,922694.19,27,333,2069,479.3,qpeexact -1987,SUCCESS,2,0,705.93,922694.19,923400.12,27,593,2738,1129.49,random -1988,SUCCESS,2,0,186.94,923400.12,923587.06,27,203,2118,299.1,qpeinexact -80,SUCCESS,2,1,5182.97,919070.91,924253.88,127,2393,1841,8292.75,su2random -1989,SUCCESS,2,0,1675.38,923587.06,925262.44,27,1473,2616,2680.61,random -1992,SUCCESS,2,0,161.23,925262.44,925423.67,27,177,2095,257.97,ae -2002,SUCCESS,2,0,301.12,925423.67,925724.79,27,518,1337,481.79,qpeinexact -2007,SUCCESS,2,0,888.7,925724.79,926613.49,27,759,2693,1421.92,qpeexact -2010,SUCCESS,2,0,2463.16,926613.49,929076.65,27,1748,3241,3941.06,random -2012,SUCCESS,2,0,25.12,929076.65,929101.77,27,52,1111,40.19,ghz -2020,SUCCESS,2,0,3258.07,929101.77,932359.84,27,1917,3909,5212.91,pricingput -2026,SUCCESS,2,0,1218.18,932359.84,933578.02,27,1001,2799,1949.09,portfoliovqe -2027,SUCCESS,2,0,100.05,933578.02,933678.07,27,78,2950,160.08,dj -2030,SUCCESS,2,0,1552.95,933678.07,935231.02,27,1355,2636,2484.72,qnn -2044,SUCCESS,2,0,299.59,935231.02,935530.61,27,432,1595,479.34,portfoliovqe -2045,SUCCESS,2,0,736.9,935530.61,936267.51,27,631,2686,1179.04,ae -2049,SUCCESS,2,0,1315.34,936267.51,937582.85,27,889,3403,2104.54,qpeinexact -2055,SUCCESS,2,0,480.03,937582.85,938062.88,27,272,4059,768.05,qftentangled -2061,SUCCESS,2,0,302.4,938062.88,938365.28,27,552,1260,483.84,qnn -2062,SUCCESS,2,0,1937.33,938365.28,940302.61,27,1119,3982,3099.73,realamprandom -2066,SUCCESS,2,0,71.95,940302.61,940374.56,27,87,1902,115.12,ghz -2075,SUCCESS,2,0,691.43,940374.56,941065.99,27,395,4026,1106.29,qpeinexact -2086,SUCCESS,2,0,1309.58,941065.99,942375.57,27,962,3131,2095.33,qpeinexact -2087,SUCCESS,2,0,177.5,942375.57,942553.07,27,324,1260,284,su2random -2088,SUCCESS,2,0,33.1,942553.07,942586.17,27,27,2819,52.96,dj -2092,SUCCESS,2,0,41.41,942586.17,942627.58,27,31,3072,66.26,graphstate -2099,SUCCESS,2,0,588.28,942627.58,943215.86,27,783,1728,941.25,su2random -2100,SUCCESS,2,0,45.13,943215.86,943260.99,27,57,1821,72.21,wstate -2103,SUCCESS,2,0,676.59,943260.99,943937.58,27,1321,1178,1082.54,ae -2104,SUCCESS,2,0,84.82,943937.58,944022.4,27,74,2636,135.71,ghz -2109,SUCCESS,2,0,26.94,944022.4,944049.34,27,20,3097,43.1,graphstate -2113,SUCCESS,2,0,341.74,944049.34,944391.08,27,260,3023,546.78,random -2125,SUCCESS,2,0,51.01,944391.08,944442.09,27,61,1923,81.62,wstate -2126,SUCCESS,2,0,684.72,944442.09,945126.81,27,499,3156,1095.55,su2random -2129,SUCCESS,2,0,510.25,945126.81,945637.06,27,604,1943,816.4,portfoliovqe -2136,SUCCESS,2,0,34.07,945637.06,945671.13,27,20,3917,54.51,graphstate -2143,SUCCESS,2,0,1699.19,945671.13,947370.32,27,1366,2861,2718.7,grover-v-chain -2145,SUCCESS,2,0,508.88,947370.32,947879.2,27,886,1321,814.21,qpeinexact -2156,SUCCESS,2,0,20.62,947879.2,947899.82,27,36,1317,32.99,graphstate -2161,SUCCESS,2,0,962.83,947899.82,948862.65,27,574,3858,1540.53,portfolioqaoa -2182,SUCCESS,2,0,321.71,948862.65,949184.36,27,503,1471,514.74,realamprandom -2184,SUCCESS,2,0,2687.55,949184.36,951871.91,27,3048,2028,4300.08,qwalk-v-chain -2185,SUCCESS,2,0,1852.37,951871.91,953724.28,27,1638,2601,2963.79,qnn -2188,SUCCESS,2,0,1111.43,953724.28,954835.71,27,634,4032,1778.29,qft -2189,SUCCESS,2,0,515.9,954835.71,955351.61,27,770,1541,825.44,qft -2192,SUCCESS,2,0,78.13,955351.61,955429.74,27,89,2019,125.01,dj -2193,SUCCESS,2,0,44.28,955429.74,955474.02,27,26,3917,70.85,vqe -2194,SUCCESS,2,0,193.82,955474.02,955667.84,27,206,2164,310.11,twolocalrandom -2204,SUCCESS,2,0,51.16,955667.84,955719,27,59,1994,81.86,dj -2207,SUCCESS,2,0,216.76,955719,955935.76,27,144,3462,346.82,ae -2210,SUCCESS,2,0,45.55,955935.76,955981.31,27,54,1940,72.88,qaoa -2212,SUCCESS,2,0,399.64,955981.31,956380.95,27,395,2327,639.42,qnn -2219,SUCCESS,2,0,26.6,956380.95,956407.55,27,19,3219,42.56,graphstate -2221,SUCCESS,2,0,1130.14,956407.55,957537.69,27,695,3740,1808.22,qwalk-v-chain -81,SUCCESS,2,1,37000.45,924253.88,961254.33,127,7922,3970,59200.72,qpeexact -82,SUCCESS,2,1,4724.37,961254.33,965978.7,127,1070,3753,7558.99,ghz -2223,SUCCESS,2,0,8680.11,957537.69,966217.8,27,8406,2375,13888.18,pricingcall -2225,SUCCESS,2,0,431.5,966217.8,966649.3,27,573,1732,690.4,qft -83,SUCCESS,2,1,703.2,965978.7,966681.9,127,582,1027,1125.12,wstate -2237,SUCCESS,2,0,800.82,966649.3,967450.12,27,763,2414,1281.31,realamprandom -2251,SUCCESS,2,0,1097.08,967450.12,968547.2,27,698,3615,1755.33,pricingput -2272,SUCCESS,2,0,2442.58,968547.2,970989.78,27,2280,2464,3908.13,random -2274,SUCCESS,2,0,34.3,970989.78,971024.08,27,37,2132,54.88,wstate -2282,SUCCESS,2,0,114.85,971024.08,971138.93,27,106,2492,183.76,dj -85,SUCCESS,2,1,4684.33,966681.9,971366.23,127,1532,2599,7494.93,ae -2285,SUCCESS,2,0,306.47,971138.93,971445.4,27,360,1958,490.35,random -2288,SUCCESS,2,0,968.36,971445.4,972413.76,27,796,2798,1549.38,qpeexact -2290,SUCCESS,2,0,144.46,972413.76,972558.22,27,107,3105,231.14,ghz -2294,SUCCESS,2,0,72.05,972558.22,972630.27,27,115,1441,115.28,qpeexact -2300,SUCCESS,2,0,141.44,972630.27,972771.71,27,147,2213,226.3,qft -2306,SUCCESS,2,0,541.6,972771.71,973313.31,27,581,2144,866.56,qpeinexact -2307,SUCCESS,2,0,19.72,973313.31,973333.03,27,33,1374,31.55,graphstate -2308,SUCCESS,2,0,192.11,973333.03,973525.14,27,346,1277,307.38,portfoliovqe -2315,SUCCESS,2,0,76.25,973525.14,973601.39,27,91,1927,122,wstate -2316,SUCCESS,2,0,992.2,973601.39,974593.59,27,835,2733,1587.52,random -2319,SUCCESS,2,0,1642.53,974593.59,976236.12,27,1156,3268,2628.05,su2random -2322,SUCCESS,2,0,1310.6,976236.12,977546.72,27,757,3982,2096.96,qft -2326,SUCCESS,2,0,1397.85,977546.72,978944.57,27,788,4080,2236.56,su2random -2329,SUCCESS,2,0,95.29,978944.57,979039.86,27,73,3002,152.46,dj -2332,SUCCESS,2,0,285.98,979039.86,979325.84,27,236,2787,457.57,su2random -2335,SUCCESS,2,0,1264.43,979325.84,980590.27,27,881,3301,2023.09,twolocalrandom -2336,SUCCESS,2,0,523.9,980590.27,981114.17,27,870,1385,838.24,su2random -2346,SUCCESS,2,0,973.53,981114.17,982087.7,27,586,3821,1557.65,twolocalrandom -2350,SUCCESS,2,0,44.09,982087.7,982131.79,27,40,2535,70.54,qaoa -2353,SUCCESS,2,0,1198.38,982131.79,983330.17,27,2172,1269,1917.41,pricingcall -2354,SUCCESS,2,0,885.22,983330.17,984215.39,27,881,2311,1416.35,realamprandom -2357,SUCCESS,2,0,3178.3,984215.39,987393.69,27,4668,1566,5085.28,qwalk-noancilla -2364,SUCCESS,2,0,37.99,987393.69,987431.68,27,22,3971,60.78,ghz -87,SUCCESS,2,1,16687.62,971366.23,988053.85,127,3555,3990,26700.19,qftentangled -2365,SUCCESS,2,0,6507.29,987431.68,993938.97,27,3918,3820,10411.66,qwalk-v-chain -2373,SUCCESS,2,0,203.59,993938.97,994142.56,27,199,2353,325.74,realamprandom -2375,SUCCESS,2,0,68.67,994142.56,994211.23,27,53,2980,109.87,wstate -2376,SUCCESS,2,0,171.23,994211.23,994382.46,27,221,1782,273.97,qnn -2378,SUCCESS,2,0,1282.21,994382.46,995664.67,27,2096,1407,2051.54,random -2380,SUCCESS,2,0,488.85,995664.67,996153.52,27,409,2749,782.16,twolocalrandom -2387,SUCCESS,2,0,781.77,996153.52,996935.29,27,484,3715,1250.83,twolocalrandom -2389,SUCCESS,2,0,45.49,996935.29,996980.78,27,33,3170,72.78,graphstate -2391,SUCCESS,2,0,1256.81,996980.78,998237.59,27,1073,2694,2010.9,portfoliovqe -2394,SUCCESS,2,0,43.92,998237.59,998281.51,27,81,1247,70.27,wstate -2396,SUCCESS,2,0,553.15,998281.51,998834.66,27,410,3103,885.04,qftentangled -2397,SUCCESS,2,0,225.29,998834.66,999059.95,27,389,1332,360.46,ae -2399,SUCCESS,2,0,28.66,999059.95,999088.61,27,30,2197,45.86,vqe -2401,SUCCESS,2,0,43.33,999088.61,999131.94,27,35,2847,69.33,qaoa -2410,SUCCESS,2,0,296.1,999131.94,999428.04,27,302,2255,473.76,qpeinexact -2412,SUCCESS,2,0,584.89,999428.04,1000012.93,27,371,3626,935.82,portfolioqaoa -2421,SUCCESS,2,0,559.99,1000012.93,1000572.92,27,352,3659,895.98,twolocalrandom -2439,SUCCESS,2,0,493.4,1000572.92,1001066.32,27,810,1401,789.44,ae -2441,SUCCESS,2,0,1420.45,1001066.32,1002486.77,27,1666,1961,2272.72,random -2442,SUCCESS,2,0,47.14,1002486.77,1002533.91,27,29,3738,75.42,wstate -88,SUCCESS,2,1,14830.57,988053.85,1002884.42,127,4371,2884,23728.91,random -2447,SUCCESS,2,0,607.31,1002533.91,1003141.22,27,720,1940,971.7,portfoliovqe -2454,SUCCESS,2,0,95.04,1003141.22,1003236.26,27,69,3168,152.06,wstate -2462,SUCCESS,2,0,811.76,1003236.26,1004048.02,27,605,3086,1298.82,qftentangled -89,SUCCESS,2,1,3580.88,1002884.42,1006465.3,127,797,3819,5729.41,qftentangled -2465,SUCCESS,2,0,2749.11,1004048.02,1006797.13,27,3689,1714,4398.58,grover-noancilla -90,SUCCESS,2,1,790.26,1006465.3,1007255.56,127,547,1228,1264.42,su2random -2470,SUCCESS,2,0,1841.05,1006797.13,1008638.18,27,2513,1685,2945.68,su2random -2475,SUCCESS,2,0,276.58,1008638.18,1008914.76,27,412,1544,442.53,qftentangled -2478,SUCCESS,2,0,1073.88,1008914.76,1009988.64,27,942,2622,1718.21,su2random -2479,SUCCESS,2,0,112.33,1009988.64,1010100.97,27,101,2558,179.73,wstate -2481,SUCCESS,2,0,329.46,1010100.97,1010430.43,27,578,1311,527.14,qpeexact -92,SUCCESS,2,1,8538.02,1007255.56,1015793.58,127,5158,1407,13660.83,qwalk-v-chain -93,SUCCESS,2,1,127.83,1015793.58,1015921.41,127,42,2587,204.53,dj -94,SUCCESS,2,1,10018.81,1015921.41,1025940.22,127,2244,3795,16030.1,qftentangled -95,SUCCESS,2,1,1818.19,1025940.22,1027758.41,127,532,2905,2909.1,ae -96,SUCCESS,2,1,617.76,1027758.41,1028376.17,127,187,2808,988.42,dj -97,SUCCESS,2,1,13870.29,1028376.17,1042246.46,127,4454,2647,22192.46,qftentangled -98,SUCCESS,2,1,2168.04,1042246.46,1044414.5,127,605,3046,3468.86,dj -100,SUCCESS,2,1,1692.05,1044414.5,1046106.55,127,1063,1353,2707.28,qft -101,SUCCESS,2,1,4918.45,1046106.55,1051025,127,1553,2692,7869.52,realamprandom -102,SUCCESS,2,1,1396.48,1051025,1052421.48,127,1000,1187,2234.37,pricingcall -2487,SUCCESS,2,0,53760.87,1010430.43,1064191.3,27,38994,3171,86017.39,qwalk-noancilla -2488,SUCCESS,2,0,633.03,1064191.3,1064824.33,27,366,3978,1012.85,qnn -2494,SUCCESS,2,0,1261.79,1064824.33,1066086.12,27,712,4076,2018.86,qnn -2495,SUCCESS,2,0,557.75,1066086.12,1066643.87,27,706,1817,892.4,qpeinexact -2502,SUCCESS,2,0,1432.3,1066643.87,1068076.17,27,810,4067,2291.68,qftentangled -2505,SUCCESS,2,0,273.5,1068076.17,1068349.67,27,333,1889,437.6,random -2510,SUCCESS,2,0,159.56,1068349.67,1068509.23,27,225,1631,255.3,qftentangled -2513,SUCCESS,2,0,1036.07,1068509.23,1069545.3,27,1318,1808,1657.71,twolocalrandom -2523,SUCCESS,2,0,1528.87,1069545.3,1071074.17,27,1909,1842,2446.19,random -2524,SUCCESS,2,0,30.59,1071074.17,1071104.76,27,22,3198,48.94,vqe -2528,SUCCESS,2,0,3357.09,1071104.76,1074461.85,27,2277,3391,5371.34,qwalk-v-chain -2529,SUCCESS,2,0,13.04,1074461.85,1074474.89,27,12,2498,20.86,ghz -2532,SUCCESS,2,0,167.82,1074474.89,1074642.71,27,326,1184,268.51,portfoliovqe -2535,SUCCESS,2,0,252.63,1074642.71,1074895.34,27,360,1614,404.21,random -2540,SUCCESS,2,0,14.22,1074895.34,1074909.56,27,15,2179,22.75,ghz -2547,SUCCESS,2,0,83.38,1074909.56,1074992.94,27,53,3618,133.41,wstate -2548,SUCCESS,2,0,404.71,1074992.94,1075397.65,27,345,2698,647.54,ae -2549,SUCCESS,2,0,446.8,1075397.65,1075844.45,27,474,2168,714.88,su2random -2550,SUCCESS,2,0,687.71,1075844.45,1076532.16,27,840,1883,1100.34,twolocalrandom -2554,SUCCESS,2,0,1106.25,1076532.16,1077638.41,27,1054,2414,1770,qnn -2556,SUCCESS,2,0,77.67,1077638.41,1077716.08,27,58,3080,124.27,ghz -2559,SUCCESS,2,0,346.62,1077716.08,1078062.7,27,206,3870,554.59,qftentangled -2561,SUCCESS,2,0,697.49,1078062.7,1078760.19,27,1029,1559,1115.98,random -2564,SUCCESS,2,0,595.85,1078760.19,1079356.04,27,847,1618,953.36,qftentangled -103,SUCCESS,2,1,27431.83,1052421.48,1079853.31,127,11458,2035,43890.93,twolocalrandom -104,SUCCESS,2,1,449.41,1079853.31,1080302.72,127,321,1190,719.06,realamprandom -106,SUCCESS,2,1,1926.4,1080302.72,1082229.12,127,688,2380,3082.24,qpeinexact -2566,SUCCESS,2,0,3016.92,1079356.04,1082372.96,27,2472,2807,4827.07,realamprandom -2568,SUCCESS,2,0,327.11,1082372.96,1082700.07,27,217,3467,523.38,qftentangled -2573,SUCCESS,2,0,111.06,1082700.07,1082811.13,27,70,3649,177.7,tsp -2584,SUCCESS,2,0,175.14,1082811.13,1082986.27,27,380,1060,280.22,qnn -2590,SUCCESS,2,0,529.1,1082986.27,1083515.37,27,407,2990,846.56,twolocalrandom -107,SUCCESS,2,1,1290.43,1082229.12,1083519.55,127,821,1336,2064.69,su2random -2608,SUCCESS,2,0,11.23,1083515.37,1083526.6,27,15,1721,17.97,ghz -2611,SUCCESS,2,0,47.07,1083526.6,1083573.67,27,80,1353,75.31,qaoa -2615,SUCCESS,2,0,3133.93,1083573.67,1086707.6,27,3215,2242,5014.29,grover-v-chain -2617,SUCCESS,2,0,42.89,1086707.6,1086750.49,27,31,3182,68.62,graphstate -2620,SUCCESS,2,0,383.9,1086750.49,1087134.39,27,520,1698,614.24,su2random -2628,SUCCESS,2,0,214.99,1087134.39,1087349.38,27,394,1255,343.98,qnn -2629,SUCCESS,2,0,33.9,1087349.38,1087383.28,27,26,2998,54.24,graphstate -2633,SUCCESS,2,0,683.05,1087383.28,1088066.33,27,1215,1293,1092.88,twolocalrandom -2634,SUCCESS,2,0,22.72,1088066.33,1088089.05,27,42,1244,36.35,dj -2638,SUCCESS,2,0,1578.32,1088089.05,1089667.37,27,895,4056,2525.31,qnn -108,SUCCESS,2,1,13243.93,1083519.55,1096763.48,127,4726,2382,21190.29,qftentangled -2648,SUCCESS,2,0,33017.35,1089667.37,1122684.72,27,34161,2223,52827.76,shor -2658,SUCCESS,2,0,128.42,1122684.72,1122813.14,27,73,4046,205.47,wstate -2660,SUCCESS,2,0,889.85,1122813.14,1123702.99,27,502,4077,1423.76,su2random -2661,SUCCESS,2,0,141.91,1123702.99,1123844.9,27,110,2967,227.06,wstate -109,SUCCESS,2,1,34261.18,1096763.48,1131024.66,127,8727,3337,54817.89,pricingcall -110,SUCCESS,2,1,715.47,1131024.66,1131740.13,127,398,1528,1144.75,dj -111,SUCCESS,2,1,10398.34,1131740.13,1142138.47,127,2985,2961,16637.34,qftentangled -113,SUCCESS,2,1,127.97,1142138.47,1142266.44,127,96,1133,204.75,ghz -2665,SUCCESS,2,0,19076.62,1123844.9,1142921.52,27,21227,2067,30522.59,grover-v-chain -2673,SUCCESS,2,0,124.97,1142921.52,1143046.49,27,274,1049,199.95,twolocalrandom -2675,SUCCESS,2,0,719.09,1143046.49,1143765.58,27,555,2980,1150.54,twolocalrandom -114,SUCCESS,2,1,2118.66,1142266.44,1144385.1,127,506,3559,3389.86,random -2677,SUCCESS,2,0,11614.69,1143765.58,1155380.27,27,9905,2697,18583.5,qwalk-noancilla -2686,SUCCESS,2,0,672.71,1155380.27,1156052.98,27,426,3632,1076.34,portfolioqaoa -2687,SUCCESS,2,0,390.53,1156052.98,1156443.51,27,600,1497,624.85,qpeexact -2694,SUCCESS,2,0,327.82,1156443.51,1156771.33,27,448,1683,524.51,realamprandom -2699,SUCCESS,2,0,212.33,1156771.33,1156983.66,27,362,1349,339.73,qft -2702,SUCCESS,2,0,168.22,1156983.66,1157151.88,27,98,3948,269.15,dj -2703,SUCCESS,2,0,1996.99,1157151.88,1159148.87,27,1185,3876,3195.18,su2random -2709,SUCCESS,2,0,896.25,1159148.87,1160045.12,27,504,4090,1434,realamprandom -2727,SUCCESS,2,0,790.55,1160045.12,1160835.67,27,458,3970,1264.88,qft -2729,SUCCESS,2,0,720.97,1160835.67,1161556.64,27,976,1699,1153.55,pricingput -2734,SUCCESS,2,0,190.62,1161556.64,1161747.26,27,178,2463,304.99,pricingput -115,SUCCESS,2,1,17460.52,1144385.1,1161845.62,127,4568,3249,27936.83,qnn -2738,SUCCESS,2,0,112.97,1161747.26,1161860.23,27,74,3511,180.75,qaoa -2739,SUCCESS,2,0,123.52,1161860.23,1161983.75,27,177,1605,197.63,realamprandom -2756,SUCCESS,2,0,255.23,1161983.75,1162238.98,27,467,1257,408.37,ae -2759,SUCCESS,2,0,183.59,1162238.98,1162422.57,27,125,3378,293.74,wstate -2777,SUCCESS,2,0,1942.71,1162422.57,1164365.28,27,1170,3819,3108.34,realamprandom -2783,SUCCESS,2,0,373.5,1164365.28,1164738.78,27,498,1725,597.6,portfolioqaoa -2788,SUCCESS,2,0,248.73,1164738.78,1164987.51,27,169,3385,397.97,su2random -2792,SUCCESS,2,0,251.92,1164987.51,1165239.43,27,311,1863,403.07,twolocalrandom -2795,SUCCESS,2,0,621.33,1165239.43,1165860.76,27,584,2447,994.13,pricingcall -2811,SUCCESS,2,0,667.09,1165860.76,1166527.85,27,392,3914,1067.34,qft -2813,SUCCESS,2,0,217.71,1166527.85,1166745.56,27,307,1631,348.34,wstate -2815,SUCCESS,2,0,126.93,1166745.56,1166872.49,27,106,2754,203.09,dj -2823,SUCCESS,2,0,92.36,1166872.49,1166964.85,27,65,3268,147.78,wstate -2826,SUCCESS,2,0,1349.14,1166964.85,1168313.99,27,1000,3103,2158.62,qnn -2831,SUCCESS,2,0,542.91,1168313.99,1168856.9,27,613,2037,868.66,groundstate -2833,SUCCESS,2,0,244.99,1168856.9,1169101.89,27,546,1032,391.98,realamprandom -2836,SUCCESS,2,0,115.46,1169101.89,1169217.35,27,112,2371,184.74,dj -116,SUCCESS,2,1,7510.43,1161845.62,1169356.05,127,1606,3975,12016.69,ae -2838,SUCCESS,2,0,681.11,1169217.35,1169898.46,27,731,2143,1089.78,qftentangled -2839,SUCCESS,2,0,1281.27,1169898.46,1171179.73,27,825,3572,2050.03,realamprandom -2841,SUCCESS,2,0,236.6,1171179.73,1171416.33,27,157,3466,378.56,wstate -117,SUCCESS,2,1,3791.3,1169356.05,1173147.35,127,984,3275,6066.08,qpeexact -2845,SUCCESS,2,0,2241.44,1171416.33,1173657.77,27,2667,1933,3586.3,su2random -2846,SUCCESS,2,0,179.24,1173657.77,1173837.01,27,125,3298,286.78,qpeinexact -2849,SUCCESS,2,0,954.43,1173837.01,1174791.44,27,912,2407,1527.09,qpeexact -2851,SUCCESS,2,0,859.88,1174791.44,1175651.32,27,1036,1909,1375.81,ae -2856,SUCCESS,2,0,13.47,1175651.32,1175664.79,27,20,1548,21.55,ghz -2864,SUCCESS,2,0,306.04,1175664.79,1175970.83,27,322,2186,489.66,qpeexact -119,SUCCESS,2,1,3663.42,1173147.35,1176810.77,127,824,3779,5861.47,qpeexact -2874,SUCCESS,2,0,973.3,1175970.83,1176944.13,27,557,4019,1557.28,qpeinexact -2884,SUCCESS,2,0,60.1,1176944.13,1177004.23,27,57,2425,96.16,wstate -2886,SUCCESS,2,0,158.57,1177004.23,1177162.8,27,349,1045,253.71,qftentangled -2888,SUCCESS,2,0,895.83,1177162.8,1178058.63,27,600,3434,1433.33,twolocalrandom -2897,SUCCESS,2,0,272.67,1178058.63,1178331.3,27,381,1646,436.27,qftentangled -120,SUCCESS,2,1,18828.64,1176810.77,1195639.41,127,9042,1770,30125.82,realamprandom -121,SUCCESS,2,1,19933.62,1195639.41,1215573.03,127,7451,2274,31893.79,ae -122,SUCCESS,2,1,363.87,1215573.03,1215936.9,127,196,1578,582.19,random -2898,SUCCESS,2,0,55366.44,1178331.3,1233697.74,27,40815,3120,88586.3,qwalk-noancilla -2900,SUCCESS,2,0,464.1,1233697.74,1234161.84,27,891,1198,742.56,qnn -2905,SUCCESS,2,0,1809.27,1234161.84,1235971.11,27,1064,3911,2894.83,ae -2912,SUCCESS,2,0,1700.26,1235971.11,1237671.37,27,1126,3473,2720.42,twolocalrandom -2919,SUCCESS,2,0,942.04,1237671.37,1238613.41,27,559,3876,1507.26,qftentangled -2927,SUCCESS,2,0,92.84,1238613.41,1238706.25,27,103,2073,148.54,dj -2931,SUCCESS,2,0,798.27,1238706.25,1239504.52,27,500,3672,1277.23,pricingcall -2932,SUCCESS,2,0,431.84,1239504.52,1239936.36,27,507,1959,690.94,groundstate -2938,SUCCESS,2,0,444.15,1239936.36,1240380.51,27,262,3899,710.64,qftentangled -2947,SUCCESS,2,0,322.9,1240380.51,1240703.41,27,284,2615,516.64,random -2949,SUCCESS,2,0,221,1240703.41,1240924.41,27,131,3880,353.6,qpeinexact -2950,SUCCESS,2,0,243.39,1240924.41,1241167.8,27,483,1159,389.42,qnn -2956,SUCCESS,2,0,195.23,1241167.8,1241363.03,27,128,3508,312.37,dj -2960,SUCCESS,2,0,1324.29,1241363.03,1242687.32,27,869,3505,2118.86,random -2967,SUCCESS,2,0,181.87,1242687.32,1242869.19,27,174,2404,290.99,qpeinexact -2972,SUCCESS,2,0,401.72,1242869.19,1243270.91,27,465,1987,642.75,pricingcall -2978,SUCCESS,2,0,35.93,1243270.91,1243306.84,27,73,1132,57.49,qaoa -2987,SUCCESS,2,0,1411.74,1243306.84,1244718.58,27,1910,1700,2258.78,random -2994,SUCCESS,2,0,569.29,1244718.58,1245287.87,27,350,3741,910.86,ae -2998,SUCCESS,2,0,303.79,1245287.87,1245591.66,27,274,2550,486.06,realamprandom -3003,SUCCESS,2,0,319.11,1245591.66,1245910.77,27,466,1575,510.58,qpeexact -3014,SUCCESS,2,0,144.89,1245910.77,1246055.66,27,225,1481,231.82,qnn -3021,SUCCESS,2,0,346.49,1246055.66,1246402.15,27,767,1039,554.38,ae -3028,SUCCESS,2,0,68.46,1246402.15,1246470.61,27,39,4037,109.54,graphstate -3031,SUCCESS,2,0,2153.82,1246470.61,1248624.43,27,2847,1740,3446.11,qnn -3039,SUCCESS,2,0,930,1248624.43,1249554.43,27,647,3306,1488,ae -3045,SUCCESS,2,0,15.54,1249554.43,1249569.97,27,23,1554,24.86,vqe -3052,SUCCESS,2,0,18.39,1249569.97,1249588.36,27,16,2643,29.42,ghz -3054,SUCCESS,2,0,586.59,1249588.36,1250174.95,27,532,2536,938.54,qft -3056,SUCCESS,2,0,388.99,1250174.95,1250563.94,27,327,2736,622.38,pricingput -3063,SUCCESS,2,0,283.34,1250563.94,1250847.28,27,216,3017,453.34,twolocalrandom -3064,SUCCESS,2,0,25.49,1250847.28,1250872.77,27,23,2548,40.78,vqe -3066,SUCCESS,2,0,270.32,1250872.77,1251143.09,27,436,1426,432.51,realamprandom -3074,SUCCESS,2,0,785.03,1251143.09,1251928.12,27,1089,1658,1256.05,su2random -3075,SUCCESS,2,0,38.01,1251928.12,1251966.13,27,42,2081,60.82,qaoa -3095,SUCCESS,2,0,234.55,1251966.13,1252200.68,27,207,2606,375.28,realamprandom -3097,SUCCESS,2,0,82.22,1252200.68,1252282.9,27,53,3568,131.55,ghz -3103,SUCCESS,2,0,404.76,1252282.9,1252687.66,27,276,3373,647.62,realamprandom -3117,SUCCESS,2,0,600.43,1252687.66,1253288.09,27,580,2381,960.69,twolocalrandom -3120,SUCCESS,2,0,1671.82,1253288.09,1254959.91,27,1311,2933,2674.91,random -3122,SUCCESS,2,0,58.63,1254959.91,1255018.54,27,101,1335,93.81,ghz -3136,SUCCESS,2,0,1470.38,1255018.54,1256488.92,27,1247,2712,2352.61,qftentangled -3137,SUCCESS,2,0,455.25,1256488.92,1256944.17,27,874,1198,728.4,portfoliovqe -3141,SUCCESS,2,0,142.94,1256944.17,1257087.11,27,303,1085,228.7,random -3144,SUCCESS,2,0,112.22,1257087.11,1257199.33,27,107,2412,179.55,wstate -3146,SUCCESS,2,0,1137.96,1257199.33,1258337.29,27,833,3142,1820.74,su2random -3151,SUCCESS,2,0,151.91,1258337.29,1258489.2,27,90,3882,243.06,dj -3153,SUCCESS,2,0,143.54,1258489.2,1258632.74,27,170,1942,229.66,ae -3162,SUCCESS,2,0,725,1258632.74,1259357.74,27,930,1793,1160,qnn -3164,SUCCESS,2,0,621.58,1259357.74,1259979.32,27,521,2744,994.53,twolocalrandom -3166,SUCCESS,2,0,296.13,1259979.32,1260275.45,27,365,1866,473.81,realamprandom -3168,SUCCESS,2,0,93.47,1260275.45,1260368.92,27,162,1327,149.55,qpeexact -3174,SUCCESS,2,0,200.41,1260368.92,1260569.33,27,261,1766,320.66,portfolioqaoa -123,SUCCESS,2,1,63200.16,1215936.9,1279137.06,127,15014,3578,101120.26,twolocalrandom -124,SUCCESS,2,1,623.8,1279137.06,1279760.86,127,170,3119,998.08,dj -125,SUCCESS,2,1,368.95,1279760.86,1280129.81,127,221,1419,590.32,wstate -126,SUCCESS,2,1,137.33,1280129.81,1280267.14,127,29,4025,219.73,ghz -3182,SUCCESS,2,0,24219.07,1260569.33,1284788.4,27,27838,2001,38750.51,grover-noancilla -3187,SUCCESS,2,0,55.28,1284788.4,1284843.68,27,65,1956,88.45,dj -3188,SUCCESS,2,0,658.42,1284843.68,1285502.1,27,1084,1397,1053.47,qpeexact -3189,SUCCESS,2,0,499.54,1285502.1,1286001.64,27,314,3659,799.26,portfolioqaoa -3190,SUCCESS,2,0,403.08,1286001.64,1286404.72,27,770,1204,644.93,qpeexact -3192,SUCCESS,2,0,637.22,1286404.72,1287041.94,27,396,3701,1019.55,qft -127,SUCCESS,2,1,26303.46,1280267.14,1306570.6,127,5541,4035,42085.54,realamprandom -3195,SUCCESS,2,0,23834.08,1287041.94,1310876.02,27,36041,1521,38134.53,shor -128,SUCCESS,2,1,4569.61,1306570.6,1311140.21,127,2380,1632,7311.38,pricingput -3196,SUCCESS,2,0,1207.05,1310876.02,1312083.07,27,1135,2446,1931.28,grover-v-chain -3202,SUCCESS,2,0,738.83,1312083.07,1312821.9,27,697,2438,1182.13,pricingput -3203,SUCCESS,2,0,78.53,1312821.9,1312900.43,27,120,1505,125.65,wstate -3205,SUCCESS,2,0,558.8,1312900.43,1313459.23,27,729,1763,894.08,qpeexact -3209,SUCCESS,2,0,1459.58,1313459.23,1314918.81,27,1057,3176,2335.33,twolocalrandom -3223,SUCCESS,2,0,17842.95,1314918.81,1332761.76,27,22586,1817,28548.72,qwalk-noancilla -3227,SUCCESS,2,0,1349.42,1332761.76,1334111.18,27,825,3762,2159.07,twolocalrandom -3228,SUCCESS,2,0,2220.75,1334111.18,1336331.93,27,2415,2115,3553.2,random -3235,SUCCESS,2,0,889.16,1336331.93,1337221.09,27,654,3127,1422.66,qft -3238,SUCCESS,2,0,238.72,1337221.09,1337459.81,27,423,1298,381.95,ae -3244,SUCCESS,2,0,525.61,1337459.81,1337985.42,27,828,1460,840.98,portfoliovqe -3246,SUCCESS,2,0,25.6,1337985.42,1338011.02,27,20,2943,40.96,ghz -3252,SUCCESS,2,0,459.13,1338011.02,1338470.15,27,791,1335,734.61,qpeinexact -3253,SUCCESS,2,0,586.98,1338470.15,1339057.13,27,446,3027,939.17,ae -3263,SUCCESS,2,0,1142.52,1339057.13,1340199.65,27,675,3893,1828.03,realamprandom -3268,SUCCESS,2,0,76.04,1340199.65,1340275.69,27,160,1093,121.66,qnn -3286,SUCCESS,2,0,689,1340275.69,1340964.69,27,402,3942,1102.4,twolocalrandom -3290,SUCCESS,2,0,373.7,1340964.69,1341338.39,27,433,1985,597.92,groundstate -130,SUCCESS,2,1,45200.02,1311140.21,1356340.23,127,10000,3842,72320.03,qnn -131,SUCCESS,2,1,451.63,1356340.23,1356791.86,127,120,3199,722.61,qft -132,SUCCESS,2,1,550.73,1356791.86,1357342.59,127,117,4001,881.17,wstate -133,SUCCESS,2,1,170.97,1357342.59,1357513.56,127,68,2137,273.55,graphstate -3302,SUCCESS,2,0,16296.33,1341338.39,1357634.72,27,9153,4095,26074.13,qwalk-v-chain -134,SUCCESS,2,1,125.61,1357513.56,1357639.17,127,40,2669,200.98,qaoa -3303,SUCCESS,2,0,514.72,1357634.72,1358149.44,27,387,3059,823.55,groundstate -3309,SUCCESS,2,0,86.02,1358149.44,1358235.46,27,55,3597,137.63,graphstate -3311,SUCCESS,2,0,28.02,1358235.46,1358263.48,27,49,1315,44.83,tsp -3326,SUCCESS,2,0,13.46,1358263.48,1358276.94,27,13,2380,21.54,ghz -3330,SUCCESS,2,0,18.91,1358276.94,1358295.85,27,29,1499,30.26,wstate -3331,SUCCESS,2,0,673.39,1358295.85,1358969.24,27,830,1866,1077.42,qnn -3335,SUCCESS,2,0,23.99,1358969.24,1358993.23,27,20,2758,38.38,graphstate -3339,SUCCESS,2,0,112.07,1358993.23,1359105.3,27,116,2222,179.31,qftentangled -3352,SUCCESS,2,0,58,1359105.3,1359163.3,27,35,3811,92.8,graphstate -3360,SUCCESS,2,0,66.62,1359163.3,1359229.92,27,53,2891,106.59,qaoa -3366,SUCCESS,2,0,229.67,1359229.92,1359459.59,27,240,2201,367.47,portfoliovqe -3372,SUCCESS,2,0,386.43,1359459.59,1359846.02,27,826,1076,618.29,pricingcall -3378,SUCCESS,2,0,446.07,1359846.02,1360292.09,27,998,1028,713.71,twolocalrandom -3390,SUCCESS,2,0,90.73,1360292.09,1360382.82,27,54,3864,145.17,qaoa -3391,SUCCESS,2,0,3347.19,1360382.82,1363730.01,27,6967,1105,5355.5,pricingput -3397,SUCCESS,2,0,263.52,1363730.01,1363993.53,27,534,1135,421.63,qpeexact -3413,SUCCESS,2,0,21.84,1363993.53,1364015.37,27,41,1225,34.94,wstate -3415,SUCCESS,2,0,7448.21,1364015.37,1371463.58,27,7682,2230,11917.14,grover-v-chain -3416,SUCCESS,2,0,31.25,1371463.58,1371494.83,27,25,2875,50,vqe -3423,SUCCESS,2,0,243.77,1371494.83,1371738.6,27,312,1797,390.03,ae -3428,SUCCESS,2,0,18715.32,1371738.6,1390453.92,27,21215,2029,29944.51,grover-v-chain -3432,SUCCESS,2,0,626.6,1390453.92,1391080.52,27,460,3133,1002.56,twolocalrandom -3433,SUCCESS,2,0,536.05,1391080.52,1391616.57,27,896,1376,857.68,twolocalrandom -3437,SUCCESS,2,0,1951.82,1391616.57,1393568.39,27,3707,1211,3122.91,grover-v-chain -3453,SUCCESS,2,0,897.92,1393568.39,1394466.31,27,536,3853,1436.67,qpeexact -3458,SUCCESS,2,0,11.39,1394466.31,1394477.7,27,17,1540,18.22,ghz -3459,SUCCESS,2,0,1899.7,1394477.7,1396377.4,27,1142,3826,3039.52,qnn -3461,SUCCESS,2,0,42.51,1396377.4,1396419.91,27,35,2793,68.02,qaoa -3463,SUCCESS,2,0,43.71,1396419.91,1396463.62,27,37,2717,69.94,graphstate -3469,SUCCESS,2,0,397.33,1396463.62,1396860.95,27,754,1212,635.73,qnn -3473,SUCCESS,2,0,128.04,1396860.95,1396988.99,27,92,3201,204.86,graphstate -3474,SUCCESS,2,0,39.84,1396988.99,1397028.83,27,23,3984,63.74,vqe -3475,SUCCESS,2,0,404.39,1397028.83,1397433.22,27,258,3605,647.02,twolocalrandom -135,SUCCESS,2,1,41242.81,1357639.17,1398881.98,127,26181,1339,65988.5,qwalk-noancilla -3477,SUCCESS,2,0,1814.26,1397433.22,1399247.48,27,1390,3002,2902.82,qnn -3479,SUCCESS,2,0,341.36,1399247.48,1399588.84,27,275,2855,546.18,su2random -3483,SUCCESS,2,0,554.41,1399588.84,1400143.25,27,805,1584,887.06,ae -3484,SUCCESS,2,0,395.32,1400143.25,1400538.57,27,225,4041,632.51,realamprandom -3485,SUCCESS,2,0,1096.36,1400538.57,1401634.93,27,779,3237,1754.18,qpeinexact -3486,SUCCESS,2,0,1055.11,1401634.93,1402690.04,27,670,3622,1688.18,qft -3507,SUCCESS,2,0,284.16,1402690.04,1402974.2,27,494,1323,454.66,random -3509,SUCCESS,2,0,1717.91,1402974.2,1404692.11,27,1215,3252,2748.66,realamprandom -3532,SUCCESS,2,0,17.72,1404692.11,1404709.83,27,33,1235,28.35,wstate -3537,SUCCESS,2,0,172.18,1404709.83,1404882.01,27,99,4000,275.49,graphstate -3542,SUCCESS,2,0,677.22,1404882.01,1405559.23,27,773,2015,1083.55,portfoliovqe -3543,SUCCESS,2,0,2662.4,1405559.23,1408221.63,27,1544,3966,4259.84,random -3549,SUCCESS,2,0,35.61,1408221.63,1408257.24,27,37,2213,56.98,qaoa -3558,SUCCESS,2,0,5785.19,1408257.24,1414042.43,27,9670,1376,9256.3,grover-v-chain -3568,SUCCESS,2,0,381.74,1414042.43,1414424.17,27,434,2023,610.78,qpeinexact -3585,SUCCESS,2,0,1657.4,1414424.17,1416081.57,27,1764,2161,2651.84,twolocalrandom -3586,SUCCESS,2,0,172.95,1416081.57,1416254.52,27,348,1143,276.72,qftentangled -3592,SUCCESS,2,0,90.26,1416254.52,1416344.78,27,108,1922,144.42,graphstate -3594,SUCCESS,2,0,23.08,1416344.78,1416367.86,27,26,2041,36.93,graphstate -3595,SUCCESS,2,0,1028.03,1416367.86,1417395.89,27,862,2743,1644.85,ae -3597,SUCCESS,2,0,126.3,1417395.89,1417522.19,27,230,1263,202.08,random -3607,SUCCESS,2,0,90.81,1417522.19,1417613,27,109,1916,145.3,qpeexact -3609,SUCCESS,2,0,1465.28,1417613,1419078.28,27,1748,1928,2344.45,realamprandom -3611,SUCCESS,2,0,29.42,1419078.28,1419107.7,27,23,2941,47.07,graphstate -3614,SUCCESS,2,0,94.09,1419107.7,1419201.79,27,82,2639,150.54,qaoa -3618,SUCCESS,2,0,151.38,1419201.79,1419353.17,27,182,1913,242.21,qftentangled -3620,SUCCESS,2,0,802.34,1419353.17,1420155.51,27,521,3542,1283.74,realamprandom -3632,SUCCESS,2,0,162.48,1420155.51,1420317.99,27,211,1771,259.97,wstate -3634,SUCCESS,2,0,11.67,1420317.99,1420329.66,27,13,2064,18.67,routing -3643,SUCCESS,2,0,80.64,1420329.66,1420410.3,27,63,2944,129.02,groundstate -3644,SUCCESS,2,0,374.89,1420410.3,1420785.19,27,257,3355,599.82,su2random -3646,SUCCESS,2,0,939.92,1420785.19,1421725.11,27,1384,1562,1503.87,qnn -3657,SUCCESS,2,0,533.77,1421725.11,1422258.88,27,586,2095,854.03,pricingput -3664,SUCCESS,2,0,568.38,1422258.88,1422827.26,27,448,2918,909.41,twolocalrandom -3671,SUCCESS,2,0,921.85,1422827.26,1423749.11,27,1375,1542,1474.96,realamprandom -3687,SUCCESS,2,0,870.54,1423749.11,1424619.65,27,707,2832,1392.86,qft -3692,SUCCESS,2,0,732.83,1424619.65,1425352.48,27,637,2646,1172.53,portfolioqaoa -3704,SUCCESS,2,0,513.2,1425352.48,1425865.68,27,430,2745,821.12,qftentangled -3708,SUCCESS,2,0,444.2,1425865.68,1426309.88,27,708,1443,710.72,qpeinexact -3712,SUCCESS,2,0,1782.81,1426309.88,1428092.69,27,1502,2730,2852.5,random -3717,SUCCESS,2,0,1219,1428092.69,1429311.69,27,880,3186,1950.4,qpeexact -3719,SUCCESS,2,0,277.32,1429311.69,1429589.01,27,352,1812,443.71,qpeexact -3725,SUCCESS,2,0,364.69,1429589.01,1429953.7,27,340,2467,583.5,qftentangled -3737,SUCCESS,2,0,63.56,1429953.7,1430017.26,27,53,2758,101.7,dj -3749,SUCCESS,2,0,244.79,1430017.26,1430262.05,27,156,3609,391.66,qpeinexact -3767,SUCCESS,2,0,935.51,1430262.05,1431197.56,27,1538,1399,1496.82,random -3773,SUCCESS,2,0,873.03,1431197.56,1432070.59,27,607,3308,1396.85,qnn -3777,SUCCESS,2,0,425.3,1432070.59,1432495.89,27,766,1277,680.48,ae -3779,SUCCESS,2,0,3506.6,1432495.89,1436002.49,27,3341,2414,5610.56,random -3799,SUCCESS,2,0,355.08,1436002.49,1436357.57,27,547,1493,568.13,twolocalrandom -3809,SUCCESS,2,0,4090.62,1436357.57,1440448.19,27,2358,3990,6544.99,random -3812,SUCCESS,2,0,1990.24,1440448.19,1442438.43,27,1691,2707,3184.38,random -3813,SUCCESS,2,0,744.16,1442438.43,1443182.59,27,547,3129,1190.66,realamprandom -3829,SUCCESS,2,0,357.64,1443182.59,1443540.23,27,442,1861,572.22,qftentangled -3831,SUCCESS,2,0,873.34,1443540.23,1444413.57,27,829,2423,1397.34,qpeexact -3833,SUCCESS,2,0,85.3,1444413.57,1444498.87,27,48,4087,136.48,dj -3837,SUCCESS,2,0,90.98,1444498.87,1444589.85,27,111,1885,145.57,dj -3845,SUCCESS,2,0,22051.99,1444589.85,1466641.84,27,19766,2566,35283.18,qwalk-noancilla -3849,SUCCESS,2,0,102.13,1466641.84,1466743.97,27,133,1766,163.41,wstate -3853,SUCCESS,2,0,2052.53,1466743.97,1468796.5,27,1680,2810,3284.05,random -3856,SUCCESS,2,0,536.02,1468796.5,1469332.52,27,392,3145,857.63,su2random -3859,SUCCESS,2,0,29.86,1469332.52,1469362.38,27,58,1184,47.78,vqe -3863,SUCCESS,2,0,72.57,1469362.38,1469434.95,27,69,2419,116.11,wstate -3864,SUCCESS,2,0,29.87,1469434.95,1469464.82,27,60,1145,47.79,graphstate -3877,SUCCESS,2,0,665.29,1469464.82,1470130.11,27,413,3705,1064.46,su2random -3889,SUCCESS,2,0,240.39,1470130.11,1470370.5,27,293,1887,384.62,qpeexact -3890,SUCCESS,2,0,1356.34,1470370.5,1471726.84,27,819,3809,2170.14,qnn -3893,SUCCESS,2,0,215.82,1471726.84,1471942.66,27,128,3878,345.31,qft -3898,SUCCESS,2,0,586.35,1471942.66,1472529.01,27,932,1447,938.16,qwalk-v-chain -3901,SUCCESS,2,0,154.27,1472529.01,1472683.28,27,199,1783,246.83,twolocalrandom -3909,SUCCESS,2,0,1027.96,1472683.28,1473711.24,27,852,2775,1644.74,ae -3916,SUCCESS,2,0,50.19,1473711.24,1473761.43,27,56,2061,80.3,dj -3917,SUCCESS,2,0,42.12,1473761.43,1473803.55,27,79,1226,67.39,ghz -3929,SUCCESS,2,0,545.88,1473803.55,1474349.43,27,469,2677,873.41,ae -3938,SUCCESS,2,0,209.47,1474349.43,1474558.9,27,218,2210,335.15,qft -3939,SUCCESS,2,0,293.5,1474558.9,1474852.4,27,249,2711,469.6,qft -3942,SUCCESS,2,0,509.65,1474852.4,1475362.05,27,290,4042,815.44,random -3943,SUCCESS,2,0,190.99,1475362.05,1475553.04,27,409,1074,305.58,qft -3952,SUCCESS,2,0,13.69,1475553.04,1475566.73,27,12,2622,21.9,ghz -3954,SUCCESS,2,0,36.85,1475566.73,1475603.58,27,41,2067,58.96,wstate -3956,SUCCESS,2,0,156.72,1475603.58,1475760.3,27,311,1159,250.75,realamprandom -3959,SUCCESS,2,0,542.55,1475760.3,1476302.85,27,407,3066,868.08,realamprandom -3969,SUCCESS,2,0,801.14,1476302.85,1477103.99,27,614,3001,1281.82,qft -3970,SUCCESS,2,0,1279.22,1477103.99,1478383.21,27,916,3212,2046.75,qpeexact -3981,SUCCESS,2,0,39.92,1478383.21,1478423.13,27,37,2481,63.87,graphstate -3982,SUCCESS,2,0,346.73,1478423.13,1478769.86,27,432,1846,554.77,qnn -3986,SUCCESS,2,0,95.86,1478769.86,1478865.72,27,127,1736,153.38,wstate -3989,SUCCESS,2,0,269.46,1478865.72,1479135.18,27,181,3424,431.14,su2random -3990,SUCCESS,2,0,761.84,1479135.18,1479897.02,27,915,1915,1218.94,twolocalrandom -3996,SUCCESS,2,0,56.69,1479897.02,1479953.71,27,35,3725,90.7,qaoa -4001,SUCCESS,2,0,519.97,1479953.71,1480473.68,27,463,2583,831.95,qft -4003,SUCCESS,2,0,376.36,1480473.68,1480850.04,27,394,2197,602.18,qnn -4007,SUCCESS,2,0,282.62,1480850.04,1481132.66,27,549,1184,452.19,qftentangled -4011,SUCCESS,2,0,232.08,1481132.66,1481364.74,27,292,1828,371.33,qftentangled -4015,SUCCESS,2,0,362.69,1481364.74,1481727.43,27,784,1064,580.3,qpeinexact -4017,SUCCESS,2,0,14.54,1481727.43,1481741.97,27,15,2228,23.26,ghz -4021,SUCCESS,2,0,33.69,1481741.97,1481775.66,27,43,1802,53.9,ghz -4029,SUCCESS,2,0,365.83,1481775.66,1482141.49,27,309,2723,585.33,ae -4030,SUCCESS,2,0,32.69,1482141.49,1482174.18,27,37,2032,52.3,wstate -4037,SUCCESS,2,0,1092.61,1482174.18,1483266.79,27,1006,2498,1748.18,pricingput -4041,SUCCESS,2,0,413.6,1483266.79,1483680.39,27,432,2202,661.76,su2random -4050,SUCCESS,2,0,1290.47,1483680.39,1484970.86,27,1075,2761,2064.75,random -4057,SUCCESS,2,0,20.86,1484970.86,1484991.72,27,29,1654,33.38,graphstate -4061,SUCCESS,2,0,386.92,1484991.72,1485378.64,27,621,1433,619.07,qnn -4063,SUCCESS,2,0,480.48,1485378.64,1485859.12,27,322,3432,768.77,qft -4064,SUCCESS,2,0,42.74,1485859.12,1485901.86,27,52,1890,68.38,dj -4066,SUCCESS,2,0,170,1485901.86,1486071.86,27,261,1498,272,qft -4067,SUCCESS,2,0,46.11,1486071.86,1486117.97,27,31,3421,73.78,graphstate -4092,SUCCESS,2,0,8.5,1486117.97,1486126.47,27,19,1028,13.6,ghz -4119,SUCCESS,2,0,20.15,1486126.47,1486146.62,27,13,3565,32.24,ghz -4120,SUCCESS,2,0,740.34,1486146.62,1486886.96,27,466,3654,1184.54,su2random -4130,SUCCESS,2,0,14501.36,1486886.96,1501388.32,27,11114,3001,23202.18,qwalk-noancilla -4137,SUCCESS,2,0,904.33,1501388.32,1502292.65,27,1516,1372,1446.93,random -4142,SUCCESS,2,0,102.81,1502292.65,1502395.46,27,84,2815,164.5,ghz -4148,SUCCESS,2,0,616.31,1502395.46,1503011.77,27,347,4085,986.1,portfolioqaoa -4159,SUCCESS,2,0,97.23,1503011.77,1503109,27,154,1452,155.57,wstate -4168,SUCCESS,2,0,1117.82,1503109,1504226.82,27,678,3792,1788.51,portfolioqaoa -137,SUCCESS,2,1,105551.96,1398881.98,1504433.94,127,34883,2572,168883.14,random -4186,SUCCESS,2,0,1868.12,1504226.82,1506094.94,27,2099,2047,2988.99,random -4188,SUCCESS,2,0,526.73,1506094.94,1506621.67,27,409,2962,842.77,realamprandom -4189,SUCCESS,2,0,74.55,1506621.67,1506696.22,27,67,2559,119.28,ghz -4196,SUCCESS,2,0,134.35,1506696.22,1506830.57,27,117,2641,214.96,qftentangled -4198,SUCCESS,2,0,86.07,1506830.57,1506916.64,27,101,1960,137.71,dj -4204,SUCCESS,2,0,142.93,1506916.64,1507059.57,27,219,1501,228.69,pricingput -4208,SUCCESS,2,0,863.28,1507059.57,1507922.85,27,552,3597,1381.25,qnn -4210,SUCCESS,2,0,1438.9,1507922.85,1509361.75,27,1335,2479,2302.24,random -4214,SUCCESS,2,0,91.19,1509361.75,1509452.94,27,131,1601,145.9,wstate -4218,SUCCESS,2,0,148.81,1509452.94,1509601.75,27,87,3934,238.1,ghz -4222,SUCCESS,2,0,281.58,1509601.75,1509883.33,27,165,3925,450.53,twolocalrandom -4225,SUCCESS,2,0,1154.41,1509883.33,1511037.74,27,690,3848,1847.06,qft -4227,SUCCESS,2,0,380.7,1511037.74,1511418.44,27,271,3231,609.12,qftentangled -4232,SUCCESS,2,0,564.4,1511418.44,1511982.84,27,680,1909,903.04,pricingcall -4234,SUCCESS,2,0,474.15,1511982.84,1512456.99,27,314,3473,758.64,qnn -4236,SUCCESS,2,0,381.31,1512456.99,1512838.3,27,233,3764,610.1,qnn -4237,SUCCESS,2,0,72.59,1512838.3,1512910.89,27,73,2287,116.14,wstate -4238,SUCCESS,2,0,159.92,1512910.89,1513070.81,27,118,3117,255.87,wstate -138,SUCCESS,2,1,14810.64,1504433.94,1519244.58,127,7829,1608,23697.02,su2random -4241,SUCCESS,2,0,6433.34,1513070.81,1519504.15,27,4224,3503,10293.34,pricingput -4243,SUCCESS,2,0,2003.95,1519504.15,1521508.1,27,1611,2861,3206.32,qnn -4252,SUCCESS,2,0,504.84,1521508.1,1522012.94,27,875,1327,807.74,qft -4255,SUCCESS,2,0,432.18,1522012.94,1522445.12,27,350,2840,691.49,qftentangled -4283,SUCCESS,2,0,854,1522445.12,1523299.12,27,843,2330,1366.4,qpeexact -4287,SUCCESS,2,0,151.91,1523299.12,1523451.03,27,127,2751,243.06,qft -4290,SUCCESS,2,0,54.14,1523451.03,1523505.17,27,48,2594,86.62,dj -4291,SUCCESS,2,0,184.21,1523505.17,1523689.38,27,293,1446,294.74,qpeinexact -4294,SUCCESS,2,0,1637.1,1523689.38,1525326.48,27,1352,2785,2619.36,ae -140,SUCCESS,2,1,7799.71,1519244.58,1527044.29,127,3058,2168,12479.54,qft -142,SUCCESS,2,1,65.82,1527044.29,1527110.11,127,28,1998,105.31,ghz -4297,SUCCESS,2,0,1985.58,1525326.48,1527312.06,27,1616,2826,3176.93,su2random -4311,SUCCESS,2,0,1328.67,1527312.06,1528640.73,27,1831,1669,2125.87,portfoliovqe -4316,SUCCESS,2,0,30.68,1528640.73,1528671.41,27,40,1764,49.09,graphstate -4326,SUCCESS,2,0,24.72,1528671.41,1528696.13,27,21,2707,39.55,vqe -4330,SUCCESS,2,0,25.51,1528696.13,1528721.64,27,24,2444,40.82,ghz -4331,SUCCESS,2,0,260.13,1528721.64,1528981.77,27,244,2452,416.21,portfolioqaoa -4333,SUCCESS,2,0,358.34,1528981.77,1529340.11,27,568,1451,573.34,qpeinexact -4336,SUCCESS,2,0,46.22,1529340.11,1529386.33,27,42,2531,73.95,graphstate -4342,SUCCESS,2,0,56.05,1529386.33,1529442.38,27,61,2113,89.68,dj -4347,SUCCESS,2,0,3732.2,1529442.38,1533174.58,27,2567,3344,5971.52,random -4349,SUCCESS,2,0,159.35,1533174.58,1533333.93,27,104,3524,254.96,dj -4352,SUCCESS,2,0,528.95,1533333.93,1533862.88,27,549,2216,846.32,su2random -4357,SUCCESS,2,0,626.6,1533862.88,1534489.48,27,622,2317,1002.56,qnn -4359,SUCCESS,2,0,46.32,1534489.48,1534535.8,27,32,3329,74.11,routing -4362,SUCCESS,2,0,746.57,1534535.8,1535282.37,27,446,3850,1194.51,qft -4380,SUCCESS,2,0,130.39,1535282.37,1535412.76,27,147,2040,208.62,qftentangled -4382,SUCCESS,2,0,330.27,1535412.76,1535743.03,27,521,1458,528.43,realamprandom -4383,SUCCESS,2,0,302.9,1535743.03,1536045.93,27,358,1946,484.64,twolocalrandom -4392,SUCCESS,2,0,16.2,1536045.93,1536062.13,27,26,1433,25.92,vqe -143,SUCCESS,2,1,9480.34,1527110.11,1536590.45,127,3457,2331,15168.54,qft -4398,SUCCESS,2,0,1163.96,1536062.13,1537226.09,27,1193,2244,1862.34,qnn -4400,SUCCESS,2,0,3146.14,1537226.09,1540372.23,27,2566,2820,5033.82,random -4401,SUCCESS,2,0,19.81,1540372.23,1540392.04,27,17,2679,31.7,graphstate -4405,SUCCESS,2,0,53.31,1540392.04,1540445.35,27,63,1946,85.3,graphstate -4411,SUCCESS,2,0,582.3,1540445.35,1541027.65,27,542,2471,931.68,qft -4418,SUCCESS,2,0,11.1,1541027.65,1541038.75,27,14,1822,17.76,ghz -4422,SUCCESS,2,0,1459.8,1541038.75,1542498.55,27,1153,2912,2335.68,qpeexact -4424,SUCCESS,2,0,40.76,1542498.55,1542539.31,27,26,3605,65.22,graphstate -4429,SUCCESS,2,0,285.16,1542539.31,1542824.47,27,389,1686,456.26,twolocalrandom -4441,SUCCESS,2,0,2126.58,1542824.47,1544951.05,27,1217,4019,3402.53,twolocalrandom -4447,SUCCESS,2,0,359.16,1544951.05,1545310.21,27,401,2060,574.66,groundstate -4454,SUCCESS,2,0,626.85,1545310.21,1545937.06,27,359,4016,1002.96,qpeinexact -4455,SUCCESS,2,0,31.09,1545937.06,1545968.15,27,23,3108,49.74,vqe -4460,SUCCESS,2,0,390.97,1545968.15,1546359.12,27,688,1307,625.55,realamprandom -4476,SUCCESS,2,0,25.38,1546359.12,1546384.5,27,22,2653,40.61,vqe -4478,SUCCESS,2,0,160.35,1546384.5,1546544.85,27,292,1263,256.56,qpeinexact -4486,SUCCESS,2,0,991.28,1546544.85,1547536.13,27,584,3904,1586.05,qft -4502,SUCCESS,2,0,46.51,1547536.13,1547582.64,27,29,3688,74.42,wstate -4508,SUCCESS,2,0,261.3,1547582.64,1547843.94,27,163,3687,418.08,qnn -144,SUCCESS,2,1,12122.41,1536590.45,1548712.86,127,3113,3310,19395.86,qpeinexact -4514,SUCCESS,2,0,4092.81,1547843.94,1551936.75,27,3906,2410,6548.5,pricingcall -4516,SUCCESS,2,0,684.79,1551936.75,1552621.54,27,525,3000,1095.66,ae -4520,SUCCESS,2,0,53.16,1552621.54,1552674.7,27,51,2397,85.06,graphstate -4522,SUCCESS,2,0,377.14,1552674.7,1553051.84,27,364,2383,603.42,portfolioqaoa -4523,SUCCESS,2,0,135.59,1553051.84,1553187.43,27,82,3803,216.94,qaoa -4527,SUCCESS,2,0,54.02,1553187.43,1553241.45,27,45,2761,86.43,wstate -4532,SUCCESS,2,0,165.62,1553241.45,1553407.07,27,97,3927,264.99,qpeexact -4533,SUCCESS,2,0,802.89,1553407.07,1554209.96,27,470,3929,1284.62,ae -4537,SUCCESS,2,0,330.26,1554209.96,1554540.22,27,587,1294,528.42,qftentangled -4549,SUCCESS,2,0,556.59,1554540.22,1555096.81,27,509,2515,890.54,pricingput -145,SUCCESS,2,1,6500.13,1548712.86,1555212.99,127,3150,1754,10400.21,random -4555,SUCCESS,2,0,293.15,1555096.81,1555389.96,27,312,2161,469.04,pricingcall -4558,SUCCESS,2,0,299.79,1555389.96,1555689.75,27,223,3092,479.66,wstate -4563,SUCCESS,2,0,185.8,1555689.75,1555875.55,27,402,1063,297.28,realamprandom -146,SUCCESS,2,1,1093.59,1555212.99,1556306.58,127,231,4024,1749.74,realamprandom -147,SUCCESS,2,1,273.39,1556306.58,1556579.97,127,65,3575,437.42,wstate -4564,SUCCESS,2,0,710.15,1555875.55,1556585.7,27,592,2759,1136.24,pricingcall -4567,SUCCESS,2,0,703.28,1556585.7,1557288.98,27,484,3342,1125.25,su2random -4571,SUCCESS,2,0,757.99,1557288.98,1558046.97,27,474,3678,1212.78,realamprandom -4576,SUCCESS,2,0,675.05,1558046.97,1558722.02,27,1318,1178,1080.08,realamprandom -4582,SUCCESS,2,0,1458.89,1558722.02,1560180.91,27,1488,2255,2334.22,pricingput -4584,SUCCESS,2,0,41.09,1560180.91,1560222,27,31,3048,65.74,graphstate -4587,SUCCESS,2,0,227.93,1560222,1560449.93,27,371,1413,364.69,qpeexact -4590,SUCCESS,2,0,374.22,1560449.93,1560824.15,27,271,3176,598.75,ae -4598,SUCCESS,2,0,505.74,1560824.15,1561329.89,27,573,2030,809.18,qftentangled -4606,SUCCESS,2,0,141.76,1561329.89,1561471.65,27,197,1655,226.82,qpeexact -4613,SUCCESS,2,0,376.37,1561471.65,1561848.02,27,323,2680,602.19,portfolioqaoa -4616,SUCCESS,2,0,193.38,1561848.02,1562041.4,27,418,1064,309.41,qpeinexact -4617,SUCCESS,2,0,239.45,1562041.4,1562280.85,27,221,2492,383.12,qftentangled -4619,SUCCESS,2,0,163.07,1562280.85,1562443.92,27,130,2885,260.91,wstate -4621,SUCCESS,2,0,180.76,1562443.92,1562624.68,27,128,3248,289.22,dj -4625,SUCCESS,2,0,19.8,1562624.68,1562644.48,27,43,1059,31.68,qaoa -4628,SUCCESS,2,0,428.56,1562644.48,1563073.04,27,329,2996,685.7,portfolioqaoa -4631,SUCCESS,2,0,475.69,1563073.04,1563548.73,27,615,1779,761.1,portfolioqaoa -4635,SUCCESS,2,0,360.67,1563548.73,1563909.4,27,370,2242,577.07,qpeinexact -4638,SUCCESS,2,0,824.5,1563909.4,1564733.9,27,624,3039,1319.2,random -148,SUCCESS,2,1,8293.58,1556579.97,1564873.55,127,2001,3523,13269.73,realamprandom -4641,SUCCESS,2,0,643.09,1564733.9,1565376.99,27,705,2098,1028.94,qwalk-v-chain -4645,SUCCESS,2,0,55.69,1565376.99,1565432.68,27,40,3202,89.1,qaoa -4646,SUCCESS,2,0,448.89,1565432.68,1565881.57,27,326,3167,718.22,ae -4650,SUCCESS,2,0,208.4,1565881.57,1566089.97,27,130,3687,333.44,wstate -4651,SUCCESS,2,0,841.1,1566089.97,1566931.07,27,658,2940,1345.76,qnn -4652,SUCCESS,2,0,241.9,1566931.07,1567172.97,27,271,2053,387.04,qpeinexact -4661,SUCCESS,2,0,25.07,1567172.97,1567198.04,27,20,2882,40.11,graphstate -149,SUCCESS,2,1,5518.81,1564873.55,1570392.36,127,3062,1532,8830.1,qftentangled -150,SUCCESS,2,1,464.51,1570392.36,1570856.87,127,214,1845,743.22,ae -4665,SUCCESS,2,0,3768.95,1567198.04,1570966.99,27,3889,2229,6030.32,grover-noancilla -4666,SUCCESS,2,0,179.5,1570966.99,1571146.49,27,116,3559,287.2,dj -4667,SUCCESS,2,0,829.74,1571146.49,1571976.23,27,629,3034,1327.58,qpeinexact -4671,SUCCESS,2,0,1005.35,1571976.23,1572981.58,27,1217,1900,1608.56,realamprandom -4674,SUCCESS,2,0,74.75,1572981.58,1573056.33,27,70,2456,119.6,ghz -151,SUCCESS,2,1,2977.66,1570856.87,1573834.53,127,812,3117,4764.26,ae -4678,SUCCESS,2,0,1061,1573056.33,1574117.33,27,1003,2433,1697.6,pricingcall -4685,SUCCESS,2,0,1158.55,1574117.33,1575275.88,27,933,2856,1853.68,qnn -4689,SUCCESS,2,0,29.9,1575275.88,1575305.78,27,45,1528,47.84,tsp -4691,SUCCESS,2,0,373.83,1575305.78,1575679.61,27,222,3873,598.13,ae -4704,SUCCESS,2,0,681.77,1575679.61,1576361.38,27,815,1924,1090.83,portfoliovqe -4710,SUCCESS,2,0,45.26,1576361.38,1576406.64,27,37,2813,72.42,wstate -4715,SUCCESS,2,0,67.46,1576406.64,1576474.1,27,39,3978,107.94,graphstate -4717,SUCCESS,2,0,450.68,1576474.1,1576924.78,27,256,4049,721.09,portfoliovqe -4719,SUCCESS,2,0,99.88,1576924.78,1577024.66,27,106,2167,159.81,groundstate -4721,SUCCESS,2,0,237.62,1577024.66,1577262.28,27,188,2907,380.19,su2random -4729,SUCCESS,2,0,374.29,1577262.28,1577636.57,27,260,3311,598.86,qft -4730,SUCCESS,2,0,43.02,1577636.57,1577679.59,27,61,1622,68.83,wstate -4741,SUCCESS,2,0,572.59,1577679.59,1578252.18,27,536,2457,916.14,su2random -4743,SUCCESS,2,0,453.82,1578252.18,1578706,27,758,1377,726.11,qpeinexact -4746,SUCCESS,2,0,925.89,1578706,1579631.89,27,574,3710,1481.42,qpeinexact -4747,SUCCESS,2,0,103.6,1579631.89,1579735.49,27,74,3220,165.76,qaoa -4755,SUCCESS,2,0,899.78,1579735.49,1580635.27,27,606,3415,1439.65,pricingput -152,SUCCESS,2,1,10249.1,1573834.53,1584083.63,127,4411,1975,16398.56,realamprandom -4788,SUCCESS,2,0,3927.65,1580635.27,1584562.92,27,5358,1686,6284.24,qwalk-v-chain -4792,SUCCESS,2,0,42.9,1584562.92,1584605.82,27,63,1566,68.64,groundstate -153,SUCCESS,2,1,714.16,1584083.63,1584797.79,127,447,1358,1142.66,qft -4804,SUCCESS,2,0,312.4,1584605.82,1584918.22,27,500,1437,499.84,pricingput -4814,SUCCESS,2,0,1257.63,1584918.22,1586175.85,27,759,3811,2012.21,qpeinexact -4823,SUCCESS,2,0,862.27,1586175.85,1587038.12,27,948,2092,1379.63,pricingcall -4830,SUCCESS,2,0,468.7,1587038.12,1587506.82,27,275,3920,749.92,twolocalrandom -4833,SUCCESS,2,0,1124.11,1587506.82,1588630.93,27,904,2860,1798.58,qpeexact -4834,SUCCESS,2,0,51.23,1588630.93,1588682.16,27,74,1592,81.97,graphstate -154,SUCCESS,2,1,6463.56,1584797.79,1591261.35,127,2362,2326,10341.7,qftentangled -4851,SUCCESS,2,0,3747.46,1588682.16,1592429.62,27,3886,2218,5995.94,pricingput -4856,SUCCESS,2,0,55.21,1592429.62,1592484.83,27,46,2760,88.34,graphstate -4865,SUCCESS,2,0,359.33,1592484.83,1592844.16,27,568,1455,574.93,realamprandom -4866,SUCCESS,2,0,177.22,1592844.16,1593021.38,27,296,1377,283.55,random -4868,SUCCESS,2,0,1022.52,1593021.38,1594043.9,27,696,3379,1636.03,qnn -4869,SUCCESS,2,0,17.54,1594043.9,1594061.44,27,27,1494,28.06,dj -4871,SUCCESS,2,0,261.54,1594061.44,1594322.98,27,207,2906,418.46,qpeinexact -4884,SUCCESS,2,0,1243.44,1594322.98,1595566.42,27,914,3129,1989.5,qpeinexact -4887,SUCCESS,2,0,32.92,1595566.42,1595599.34,27,27,2804,52.67,graphstate -4888,SUCCESS,2,0,13.15,1595599.34,1595612.49,27,27,1120,21.04,dj -4889,SUCCESS,2,0,1027.08,1595612.49,1596639.57,27,1527,1547,1643.33,twolocalrandom -4891,SUCCESS,2,0,138.26,1596639.57,1596777.83,27,85,3741,221.22,dj -4894,SUCCESS,2,0,3479.52,1596777.83,1600257.35,27,7051,1135,5567.23,grover-v-chain -4895,SUCCESS,2,0,364,1600257.35,1600621.35,27,728,1150,582.4,qpeinexact -4902,SUCCESS,2,0,650.55,1600621.35,1601271.9,27,1050,1425,1040.88,qnn -4909,SUCCESS,2,0,338.09,1601271.9,1601609.99,27,216,3600,540.94,ae -4911,SUCCESS,2,0,852.57,1601609.99,1602462.56,27,791,2479,1364.11,realamprandom -4913,SUCCESS,2,0,138.89,1602462.56,1602601.45,27,110,2904,222.22,dj -4914,SUCCESS,2,0,311.03,1602601.45,1602912.48,27,190,3765,497.65,wstate -155,SUCCESS,2,1,11699.83,1591261.35,1602961.18,127,3476,2861,18719.73,twolocalrandom -156,SUCCESS,2,1,40.88,1602961.18,1603002.06,127,29,1198,65.41,wstate -4917,SUCCESS,2,0,139.96,1602912.48,1603052.44,27,123,2617,223.94,qpeinexact -4918,SUCCESS,2,0,1221.05,1603052.44,1604273.49,27,724,3879,1953.68,qft -4925,SUCCESS,2,0,4905.8,1604273.49,1609179.29,27,6455,1748,7849.28,qwalk-v-chain -4930,SUCCESS,2,0,925.99,1609179.29,1610105.28,27,680,3132,1481.58,portfoliovqe -4931,SUCCESS,2,0,369.82,1610105.28,1610475.1,27,275,3093,591.71,qpeinexact -4938,SUCCESS,2,0,165.44,1610475.1,1610640.54,27,222,1714,264.7,qftentangled -157,SUCCESS,2,1,14109.02,1603002.06,1617111.08,127,7326,1637,22574.43,qftentangled -4942,SUCCESS,2,0,8397.94,1610640.54,1619038.48,27,5091,3794,13436.7,pricingput -4943,SUCCESS,2,0,995.25,1619038.48,1620033.73,27,619,3698,1592.4,qnn -4944,SUCCESS,2,0,23.8,1620033.73,1620057.53,27,23,2380,38.08,graphstate -4953,SUCCESS,2,0,799.3,1620057.53,1620856.83,27,464,3962,1278.88,su2random -162,SUCCESS,2,1,3752.96,1617111.08,1620864.04,127,2665,1197,6004.74,ae -163,SUCCESS,2,1,238.64,1620864.04,1621102.68,127,110,1844,381.82,graphstate -164,SUCCESS,2,1,2912.1,1621102.68,1624014.78,127,1211,2044,4659.36,qnn -4981,SUCCESS,2,0,3175.1,1620856.83,1624031.93,27,3039,2403,5080.16,random -4991,SUCCESS,2,0,102.55,1624031.93,1624134.48,27,163,1447,164.08,qpeinexact -4992,SUCCESS,2,0,39.79,1624134.48,1624174.27,27,56,1634,63.66,graphstate -165,SUCCESS,2,1,162.68,1624014.78,1624177.46,127,52,2659,260.29,dj -4996,SUCCESS,2,0,77.98,1624174.27,1624252.25,27,122,1470,124.77,dj -5007,SUCCESS,2,0,41.07,1624252.25,1624293.32,27,29,3257,65.71,graphstate -5010,SUCCESS,2,0,598.21,1624293.32,1624891.53,27,574,2397,957.14,su2random -5012,SUCCESS,2,0,14.8,1624891.53,1624906.33,27,11,3093,23.68,ghz -5019,SUCCESS,2,0,15.95,1624906.33,1624922.28,27,18,2037,25.52,ghz -5024,SUCCESS,2,0,299.51,1624922.28,1625221.79,27,356,1935,479.22,qft -5026,SUCCESS,2,0,332.24,1625221.79,1625554.03,27,290,2635,531.58,qft -5036,SUCCESS,2,0,448.67,1625554.03,1626002.7,27,252,4095,717.87,twolocalrandom -5038,SUCCESS,2,0,442.99,1626002.7,1626445.69,27,711,1433,708.78,qftentangled -5051,SUCCESS,2,0,178.73,1626445.69,1626624.42,27,204,2015,285.97,qpeinexact -5053,SUCCESS,2,0,296.01,1626624.42,1626920.43,27,369,1845,473.62,qpeinexact -5056,SUCCESS,2,0,457.37,1626920.43,1627377.8,27,818,1286,731.79,ae -5058,SUCCESS,2,0,738.53,1627377.8,1628116.33,27,760,2235,1181.65,qpeexact -5061,SUCCESS,2,0,66.38,1628116.33,1628182.71,27,42,3635,106.21,graphstate -5068,SUCCESS,2,0,75.17,1628182.71,1628257.88,27,49,3528,120.27,ghz -5072,SUCCESS,2,0,1161.06,1628257.88,1629418.94,27,869,3073,1857.7,portfoliovqe -5073,SUCCESS,2,0,1386.66,1629418.94,1630805.6,27,904,3528,2218.66,qpeinexact -5074,SUCCESS,2,0,30.61,1630805.6,1630836.21,27,23,3060,48.98,dj -5079,SUCCESS,2,0,728.84,1630836.21,1631565.05,27,787,2130,1166.14,portfolioqaoa -167,SUCCESS,2,1,7704.51,1624177.46,1631881.97,127,2723,2405,12327.22,twolocalrandom -168,SUCCESS,2,1,196.8,1631881.97,1632078.77,127,62,2698,314.88,graphstate -170,SUCCESS,2,1,130.53,1632078.77,1632209.3,127,82,1353,208.85,graphstate -171,SUCCESS,2,1,49.16,1632209.3,1632258.46,127,26,1607,78.66,graphstate -172,SUCCESS,2,1,234.86,1632258.46,1632493.32,127,49,4074,375.78,wstate -173,SUCCESS,2,1,1452.95,1632493.32,1633946.27,127,494,2500,2324.72,qftentangled -174,SUCCESS,2,1,502.99,1633946.27,1634449.26,127,249,1717,804.78,wstate -5081,SUCCESS,2,0,4002.64,1631565.05,1635567.69,27,2837,3245,6404.22,qwalk-v-chain -5082,SUCCESS,2,0,594.67,1635567.69,1636162.36,27,1171,1168,951.47,qpeinexact -5085,SUCCESS,2,0,527.89,1636162.36,1636690.25,27,976,1244,844.62,random -5093,SUCCESS,2,0,23.49,1636690.25,1636713.74,27,23,2348,37.58,graphstate -5101,SUCCESS,2,0,2129.09,1636713.74,1638842.83,27,1565,3129,3406.54,portfoliovqe -5105,SUCCESS,2,0,371.08,1638842.83,1639213.91,27,217,3933,593.73,qftentangled -5113,SUCCESS,2,0,673.86,1639213.91,1639887.77,27,604,2566,1078.18,qft -175,SUCCESS,2,1,13068.89,1634449.26,1647518.15,127,3008,3693,20910.22,qpeexact -5115,SUCCESS,2,0,12981.31,1639887.77,1652869.08,27,9754,3061,20770.1,qwalk-noancilla -5116,SUCCESS,2,0,56.56,1652869.08,1652925.64,27,38,3423,90.5,qaoa -5117,SUCCESS,2,0,390.95,1652925.64,1653316.59,27,241,3731,625.52,twolocalrandom -5122,SUCCESS,2,0,95.4,1653316.59,1653411.99,27,97,2262,152.64,wstate -5124,SUCCESS,2,0,18316.43,1653411.99,1671728.42,27,39335,1071,29306.29,shor -5126,SUCCESS,2,0,850.5,1671728.42,1672578.92,27,690,2835,1360.8,qpeinexact -5131,SUCCESS,2,0,67.77,1672578.92,1672646.69,27,49,3181,108.43,wstate -5136,SUCCESS,2,0,371.8,1672646.69,1673018.49,27,794,1077,594.88,ae -5146,SUCCESS,2,0,46.11,1673018.49,1673064.6,27,49,2164,73.78,wstate -5147,SUCCESS,2,0,1514.32,1673064.6,1674578.92,27,891,3909,2422.91,twolocalrandom -5150,SUCCESS,2,0,335.57,1674578.92,1674914.49,27,712,1084,536.91,ae -5151,SUCCESS,2,0,796.79,1674914.49,1675711.28,27,481,3810,1274.86,ae -5175,SUCCESS,2,0,2979.29,1675711.28,1678690.57,27,1882,3641,4766.86,random -176,SUCCESS,2,1,42576.85,1647518.15,1690095,127,10346,3498,68122.96,qnn -177,SUCCESS,2,1,129.53,1690095,1690224.53,127,97,1135,207.25,wstate -5177,SUCCESS,2,0,13373.4,1678690.57,1692063.97,27,10395,2959,21397.44,grover-noancilla -5178,SUCCESS,2,0,1100.81,1692063.97,1693164.78,27,761,3327,1761.3,qpeexact -5185,SUCCESS,2,0,197.95,1693164.78,1693362.73,27,201,2265,316.72,qpeexact -5186,SUCCESS,2,0,136.63,1693362.73,1693499.36,27,203,1548,218.61,ae -5193,SUCCESS,2,0,196.28,1693499.36,1693695.64,27,304,1485,314.05,pricingcall -5207,SUCCESS,2,0,476.07,1693695.64,1694171.71,27,516,2122,761.71,qpeexact -5209,SUCCESS,2,0,45.9,1694171.71,1694217.61,27,40,2639,73.44,dj -178,SUCCESS,2,1,4070.64,1690224.53,1694295.17,127,1255,2757,6513.02,qpeinexact -179,SUCCESS,2,1,4116.93,1694295.17,1698412.1,127,2866,1221,6587.09,qft -180,SUCCESS,2,1,5058.61,1698412.1,1703470.71,127,2328,1847,8093.78,su2random -181,SUCCESS,2,1,5073,1703470.71,1708543.71,127,1938,2225,8116.8,qpeinexact -182,SUCCESS,2,1,5759.75,1708543.71,1714303.46,127,1402,3492,9215.6,twolocalrandom -183,SUCCESS,2,1,324.56,1714303.46,1714628.02,127,74,3728,519.3,graphstate -185,SUCCESS,2,1,34122.26,1714628.02,1748750.28,127,7165,4048,54595.62,random -5214,SUCCESS,2,0,56078.03,1694217.61,1750295.64,27,39335,3279,89724.85,shor -5222,SUCCESS,2,0,27.76,1750295.64,1750323.4,27,54,1182,44.42,graphstate -5223,SUCCESS,2,0,353.51,1750323.4,1750676.91,27,529,1537,565.62,ae -5229,SUCCESS,2,0,50.82,1750676.91,1750727.73,27,81,1443,81.31,wstate -5230,SUCCESS,2,0,74.03,1750727.73,1750801.76,27,61,2791,118.45,dj -5237,SUCCESS,2,0,60.81,1750801.76,1750862.57,27,107,1307,97.3,qft -186,SUCCESS,2,1,2318.81,1748750.28,1751069.09,127,935,2108,3710.1,qft -5240,SUCCESS,2,0,849.14,1750862.57,1751711.71,27,1082,1805,1358.62,grover-v-chain -5242,SUCCESS,2,0,85.07,1751711.71,1751796.78,27,91,2150,136.11,dj -5245,SUCCESS,2,0,805.03,1751796.78,1752601.81,27,842,2199,1288.05,su2random -5250,SUCCESS,2,0,296.11,1752601.81,1752897.92,27,413,1649,473.78,pricingput -5258,SUCCESS,2,0,352.84,1752897.92,1753250.76,27,634,1280,564.54,portfoliovqe -5260,SUCCESS,2,0,1062.95,1753250.76,1754313.71,27,925,2643,1700.72,qpeexact -5261,SUCCESS,2,0,39.2,1754313.71,1754352.91,27,26,3467,62.72,graphstate -5268,SUCCESS,2,0,1140.89,1754352.91,1755493.8,27,688,3814,1825.42,twolocalrandom -5269,SUCCESS,2,0,68.08,1755493.8,1755561.88,27,96,1631,108.93,dj -187,SUCCESS,2,1,8505.81,1751069.09,1759574.9,127,3341,2164,13609.3,qpeexact -5271,SUCCESS,2,0,6479.96,1755561.88,1762041.84,27,7193,2072,10367.94,grover-v-chain -5274,SUCCESS,2,0,119.61,1762041.84,1762161.45,27,89,3091,191.38,graphstate -5278,SUCCESS,2,0,528.74,1762161.45,1762690.19,27,723,1682,845.98,random -5297,SUCCESS,2,0,532.71,1762690.19,1763222.9,27,884,1386,852.34,ae -5298,SUCCESS,2,0,1311.85,1763222.9,1764534.75,27,894,3375,2098.96,ae -188,SUCCESS,2,1,5339.61,1759574.9,1764914.51,127,1352,3357,8543.38,wstate -5302,SUCCESS,2,0,1704.53,1764534.75,1766239.28,27,1138,3445,2727.25,su2random -5309,SUCCESS,2,0,28.03,1766239.28,1766267.31,27,18,3581,44.85,ghz -5314,SUCCESS,2,0,233.52,1766267.31,1766500.83,27,145,3704,373.63,qft -5315,SUCCESS,2,0,286.82,1766500.83,1766787.65,27,177,3727,458.91,twolocalrandom -5317,SUCCESS,2,0,16.24,1766787.65,1766803.89,27,22,1697,25.98,graphstate -5318,SUCCESS,2,0,31.32,1766803.89,1766835.21,27,69,1044,50.11,vqe -5328,SUCCESS,2,0,98.27,1766835.21,1766933.48,27,73,3096,157.23,dj -5336,SUCCESS,2,0,142.76,1766933.48,1767076.24,27,265,1239,228.42,portfolioqaoa -5343,SUCCESS,2,0,1084.85,1767076.24,1768161.09,27,672,3713,1735.76,random -5346,SUCCESS,2,0,342.69,1768161.09,1768503.78,27,659,1196,548.3,qpeexact -5358,SUCCESS,2,0,155.43,1768503.78,1768659.21,27,95,3763,248.69,ghz -5361,SUCCESS,2,0,66.95,1768659.21,1768726.16,27,134,1149,107.12,wstate -5364,SUCCESS,2,0,2381.55,1768726.16,1771107.71,27,1579,3469,3810.48,su2random -5367,SUCCESS,2,0,1174.02,1771107.71,1772281.73,27,992,2722,1878.43,realamprandom -5369,SUCCESS,2,0,220.68,1772281.73,1772502.41,27,217,2339,353.09,wstate -5382,SUCCESS,2,0,627.41,1772502.41,1773129.82,27,580,2488,1003.86,realamprandom -5385,SUCCESS,2,0,232.57,1773129.82,1773362.39,27,456,1173,372.11,qftentangled -5392,SUCCESS,2,0,532.78,1773362.39,1773895.17,27,514,2384,852.45,qpeinexact -5397,SUCCESS,2,0,139.04,1773895.17,1774034.21,27,131,2441,222.46,wstate -5399,SUCCESS,2,0,227.16,1774034.21,1774261.37,27,305,1713,363.46,qftentangled -5403,SUCCESS,2,0,32.56,1774261.37,1774293.93,27,42,1783,52.1,qaoa -5412,SUCCESS,2,0,1003.12,1774293.93,1775297.05,27,645,3577,1604.99,ae -5415,SUCCESS,2,0,958.34,1775297.05,1776255.39,27,640,3444,1533.34,qft -5419,SUCCESS,2,0,203.67,1776255.39,1776459.06,27,281,1667,325.87,random -189,SUCCESS,2,1,14871.63,1764914.51,1779786.14,127,4590,2754,23794.61,twolocalrandom -5421,SUCCESS,2,0,4987.29,1776459.06,1781446.35,27,3037,3777,7979.66,grover-v-chain -190,SUCCESS,2,1,1922.48,1779786.14,1781708.62,127,407,4015,3075.97,qpeinexact -191,SUCCESS,2,1,639.29,1781708.62,1782347.91,127,177,3070,1022.86,wstate -5427,SUCCESS,2,0,1739.81,1781446.35,1783186.16,27,1050,3811,2783.7,su2random -192,SUCCESS,2,1,7626.69,1782347.91,1789974.6,127,1945,3333,12202.7,twolocalrandom -194,SUCCESS,2,1,5165.04,1789974.6,1795139.64,127,2581,1701,8264.06,realamprandom -195,SUCCESS,2,1,26560.53,1795139.64,1821700.17,127,19214,1175,42496.85,su2random -196,SUCCESS,2,1,2443.55,1821700.17,1824143.72,127,845,2458,3909.68,qftentangled -198,SUCCESS,2,1,22215.86,1824143.72,1846359.58,127,6761,2793,35545.38,qftentangled -199,SUCCESS,2,1,735.08,1846359.58,1847094.66,127,353,1770,1176.13,wstate -200,SUCCESS,2,1,149.51,1847094.66,1847244.17,127,72,1765,239.22,vqe -201,SUCCESS,2,1,7426,1847244.17,1854670.17,127,3131,2016,11881.6,qpeexact -202,SUCCESS,2,1,253.58,1854670.17,1854923.75,127,65,3316,405.73,ghz -203,SUCCESS,2,1,1577.69,1854923.75,1856501.44,127,1244,1078,2524.3,qpeinexact -5445,SUCCESS,2,0,81228.97,1783186.16,1864415.13,27,58129,3214,129966.35,grover-v-chain -5446,SUCCESS,2,0,1217.28,1864415.13,1865632.41,27,786,3562,1947.65,ae -5450,SUCCESS,2,0,840.68,1865632.41,1866473.09,27,983,1967,1345.09,random -5454,SUCCESS,2,0,18.8,1866473.09,1866491.89,27,14,3088,30.08,ghz -5455,SUCCESS,2,0,570.18,1866491.89,1867062.07,27,398,3295,912.29,qpeinexact -5461,SUCCESS,2,0,233.44,1867062.07,1867295.51,27,455,1180,373.5,ae -5465,SUCCESS,2,0,28.94,1867295.51,1867324.45,27,20,3327,46.3,ghz -5477,SUCCESS,2,0,28.26,1867324.45,1867352.71,27,21,3095,45.22,vqe -5489,SUCCESS,2,0,891.23,1867352.71,1868243.94,27,602,3405,1425.97,random -5499,SUCCESS,2,0,837.57,1868243.94,1869081.51,27,585,3293,1340.11,ae -5501,SUCCESS,2,0,47.29,1869081.51,1869128.8,27,87,1250,75.66,ghz -204,SUCCESS,2,1,17015.15,1856501.44,1873516.59,127,4676,3093,27224.24,qpeexact -205,SUCCESS,2,1,3298.74,1873516.59,1876815.33,127,783,3581,5277.98,ghz -206,SUCCESS,2,1,13722.75,1876815.33,1890538.08,127,3981,2930,21956.4,qpeexact -209,SUCCESS,2,1,2878.68,1890538.08,1893416.76,127,625,3915,4605.89,random -210,SUCCESS,2,1,8693,1893416.76,1902109.76,127,7153,1033,13908.8,qnn -211,SUCCESS,2,1,8431.24,1902109.76,1910541,127,2047,3501,13489.98,qft -212,SUCCESS,2,1,1621.92,1910541,1912162.92,127,347,3973,2595.07,qpeinexact -214,SUCCESS,2,1,877.45,1912162.92,1913040.37,127,548,1361,1403.92,random -215,SUCCESS,2,1,3046.24,1913040.37,1916086.61,127,959,2700,4873.98,ghz -5502,SUCCESS,2,0,51200.67,1869128.8,1920329.47,27,33474,3518,81921.07,shor -5510,SUCCESS,2,0,124.8,1920329.47,1920454.27,27,78,3680,199.68,vqe -5515,SUCCESS,2,0,2031.37,1920454.27,1922485.64,27,1237,3777,3250.19,random -5516,SUCCESS,2,0,2568.99,1922485.64,1925054.63,27,2652,2228,4110.38,random -5518,SUCCESS,2,0,51.9,1925054.63,1925106.53,27,49,2436,83.04,wstate -5520,SUCCESS,2,0,578.54,1925106.53,1925685.07,27,331,4020,925.66,ae -216,SUCCESS,2,1,10527.85,1916086.61,1926614.46,127,6236,1435,16844.56,qft -5523,SUCCESS,2,0,3044.99,1925685.07,1928730.06,27,2282,3069,4871.98,su2random -5525,SUCCESS,2,0,2066.61,1928730.06,1930796.67,27,1226,3877,3306.58,qpeinexact -5559,SUCCESS,2,0,404.69,1930796.67,1931201.36,27,274,3397,647.5,qftentangled -5577,SUCCESS,2,0,20.82,1931201.36,1931222.18,27,22,2176,33.31,ghz -5586,SUCCESS,2,0,56.86,1931222.18,1931279.04,27,97,1348,90.98,dj -5588,SUCCESS,2,0,836.32,1931279.04,1932115.36,27,763,2521,1338.11,twolocalrandom -5591,SUCCESS,2,0,59.56,1932115.36,1932174.92,27,39,3512,95.3,dj -5596,SUCCESS,2,0,12.02,1932174.92,1932186.94,27,25,1105,19.23,graphstate -5602,SUCCESS,2,0,257.98,1932186.94,1932444.92,27,209,2839,412.77,qft -5606,SUCCESS,2,0,1383.64,1932444.92,1933828.56,27,1336,2382,2213.82,random -5609,SUCCESS,2,0,970.4,1933828.56,1934798.96,27,1021,2186,1552.64,random -5612,SUCCESS,2,0,26.04,1934798.96,1934825,27,17,3522,41.66,ghz -5627,SUCCESS,2,0,360.3,1934825,1935185.3,27,734,1129,576.48,qnn -5634,SUCCESS,2,0,1015.4,1935185.3,1936200.7,27,1137,2054,1624.64,su2random -5642,SUCCESS,2,0,814.05,1936200.7,1937014.75,27,1185,1580,1302.48,ae -5643,SUCCESS,2,0,248.14,1937014.75,1937262.89,27,166,3438,397.02,wstate -217,SUCCESS,2,1,23004.25,1926614.46,1949618.71,127,10524,1858,36806.8,twolocalrandom -218,SUCCESS,2,1,345.69,1949618.71,1949964.4,127,77,3816,553.1,graphstate -5649,SUCCESS,2,0,13594.2,1937262.89,1950857.09,27,7686,4068,21750.72,pricingput -5651,SUCCESS,2,0,2168.8,1950857.09,1953025.89,27,1606,3106,3470.08,random -5656,SUCCESS,2,0,843.98,1953025.89,1953869.87,27,1059,1833,1350.37,qpeinexact -5658,SUCCESS,2,0,358.27,1953869.87,1954228.14,27,485,1699,573.23,qft -5660,SUCCESS,2,0,219.23,1954228.14,1954447.37,27,249,2025,350.77,qft -5661,SUCCESS,2,0,478.36,1954447.37,1954925.73,27,1063,1035,765.38,qpeexact -5664,SUCCESS,2,0,399.34,1954925.73,1955325.07,27,240,3827,638.94,su2random -5668,SUCCESS,2,0,151.9,1955325.07,1955476.97,27,170,2055,243.04,qft -5671,SUCCESS,2,0,358.54,1955476.97,1955835.51,27,225,3665,573.66,qpeinexact -5676,SUCCESS,2,0,46.59,1955835.51,1955882.1,27,96,1116,74.54,vqe -5680,SUCCESS,2,0,599.14,1955882.1,1956481.24,27,520,2650,958.62,portfolioqaoa -5682,SUCCESS,2,0,455.17,1956481.24,1956936.41,27,307,3410,728.27,qftentangled -5686,SUCCESS,2,0,62.21,1956936.41,1956998.62,27,68,2104,99.54,dj -5687,SUCCESS,2,0,1336.64,1956998.62,1958335.26,27,1457,2110,2138.62,qwalk-v-chain -5689,SUCCESS,2,0,1107.96,1958335.26,1959443.22,27,973,2619,1772.74,pricingcall -5691,SUCCESS,2,0,298,1959443.22,1959741.22,27,522,1313,476.8,qftentangled -5695,SUCCESS,2,0,2092.61,1959741.22,1961833.83,27,2042,2357,3348.18,qwalk-v-chain -5700,SUCCESS,2,0,899.32,1961833.83,1962733.15,27,1008,2052,1438.91,ae -5703,SUCCESS,2,0,139.95,1962733.15,1962873.1,27,130,2476,223.92,qft -5704,SUCCESS,2,0,411.82,1962873.1,1963284.92,27,365,2595,658.91,twolocalrandom -5705,SUCCESS,2,0,301.8,1963284.92,1963586.72,27,503,1380,482.88,random -5709,SUCCESS,2,0,242.52,1963586.72,1963829.24,27,219,2547,388.03,pricingcall -5711,SUCCESS,2,0,109.21,1963829.24,1963938.45,27,105,2392,174.74,ghz -219,SUCCESS,2,1,19981.45,1949964.4,1969945.85,127,8791,1932,31970.32,ae -220,SUCCESS,2,1,4304.07,1969945.85,1974249.92,127,1358,2694,6886.51,qwalk-v-chain -5714,SUCCESS,2,0,14785.67,1963938.45,1978724.12,27,19680,1728,23657.07,qwalk-noancilla -5720,SUCCESS,2,0,759.72,1978724.12,1979483.84,27,708,2468,1215.55,qpeexact -221,SUCCESS,2,1,8159.17,1974249.92,1982409.09,127,2847,2436,13054.67,qpeexact -5724,SUCCESS,2,0,3902.17,1979483.84,1983386.01,27,5161,1739,6243.47,qwalk-v-chain -5739,SUCCESS,2,0,1891.47,1983386.01,1985277.48,27,1289,3375,3026.35,twolocalrandom -5740,SUCCESS,2,0,132.55,1985277.48,1985410.03,27,116,2628,212.08,dj -5748,SUCCESS,2,0,742.43,1985410.03,1986152.46,27,998,1711,1187.89,realamprandom -5749,SUCCESS,2,0,244.47,1986152.46,1986396.93,27,467,1204,391.15,qnn -5751,SUCCESS,2,0,47.71,1986396.93,1986444.64,27,77,1425,76.34,wstate -5755,SUCCESS,2,0,1192.58,1986444.64,1987637.22,27,836,3281,1908.13,twolocalrandom -5756,SUCCESS,2,0,349.74,1987637.22,1987986.96,27,200,4022,559.58,qpeexact -5759,SUCCESS,2,0,1298.55,1987986.96,1989285.51,27,931,3208,2077.68,qft -5760,SUCCESS,2,0,555.43,1989285.51,1989840.94,27,389,3284,888.69,realamprandom -5761,SUCCESS,2,0,692.3,1989840.94,1990533.24,27,664,2398,1107.68,qftentangled -5781,SUCCESS,2,0,648.42,1990533.24,1991181.66,27,633,2356,1037.47,su2random -5787,SUCCESS,2,0,1157.09,1991181.66,1992338.75,27,722,3686,1851.34,portfoliovqe -5789,SUCCESS,2,0,830.56,1992338.75,1993169.31,27,629,3037,1328.9,su2random -5792,SUCCESS,2,0,303.15,1993169.31,1993472.46,27,366,1905,485.04,qftentangled -5804,SUCCESS,2,0,682.71,1993472.46,1994155.17,27,559,2809,1092.34,qft -5812,SUCCESS,2,0,31.91,1994155.17,1994187.08,27,66,1112,51.06,tsp -5815,SUCCESS,2,0,316.62,1994187.08,1994503.7,27,206,3535,506.59,realamprandom -5816,SUCCESS,2,0,156,1994503.7,1994659.7,27,153,2345,249.6,pricingcall -5818,SUCCESS,2,0,317.74,1994659.7,1994977.44,27,225,3248,508.38,qftentangled -5826,SUCCESS,2,0,344.98,1994977.44,1995322.42,27,380,2088,551.97,twolocalrandom -5835,SUCCESS,2,0,864.9,1995322.42,1996187.32,27,652,3051,1383.84,qftentangled -5852,SUCCESS,2,0,117.43,1996187.32,1996304.75,27,198,1364,187.89,su2random -5853,SUCCESS,2,0,551.69,1996304.75,1996856.44,27,340,3732,882.7,qftentangled -5867,SUCCESS,2,0,1356.49,1996856.44,1998212.93,27,864,3611,2170.38,ae -5868,SUCCESS,2,0,1568.25,1998212.93,1999781.18,27,943,3825,2509.2,qftentangled -5872,SUCCESS,2,0,11.66,1999781.18,1999792.84,27,18,1489,18.66,ghz -5880,SUCCESS,2,0,268.21,1999792.84,2000061.05,27,276,2235,429.14,twolocalrandom -5883,SUCCESS,2,0,959.34,2000061.05,2001020.39,27,1352,1632,1534.94,twolocalrandom -5886,SUCCESS,2,0,119.32,2001020.39,2001139.71,27,106,2589,190.91,ghz -5906,SUCCESS,2,0,56.98,2001139.71,2001196.69,27,40,3276,91.17,qaoa -5907,SUCCESS,2,0,345.5,2001196.69,2001542.19,27,258,3080,552.8,realamprandom -5915,SUCCESS,2,0,1518.76,2001542.19,2003060.95,27,1699,2056,2430.02,qwalk-v-chain -5919,SUCCESS,2,0,307.1,2003060.95,2003368.05,27,436,1620,491.36,twolocalrandom -5921,SUCCESS,2,0,175.82,2003368.05,2003543.87,27,116,3486,281.31,qftentangled -5925,SUCCESS,2,0,863.07,2003543.87,2004406.94,27,544,3649,1380.91,qftentangled -5928,SUCCESS,2,0,126.77,2004406.94,2004533.71,27,74,3940,202.83,ghz -5931,SUCCESS,2,0,999.7,2004533.71,2005533.41,27,1114,2064,1599.52,random -5932,SUCCESS,2,0,68.17,2005533.41,2005601.58,27,78,2010,109.07,dj -5935,SUCCESS,2,0,151.86,2005601.58,2005753.44,27,332,1052,242.98,portfolioqaoa -5948,SUCCESS,2,0,36.37,2005753.44,2005789.81,27,21,3983,58.19,vqe -5955,SUCCESS,2,0,68.62,2005789.81,2005858.43,27,41,3849,109.79,graphstate -5960,SUCCESS,2,0,61.77,2005858.43,2005920.2,27,77,1845,98.83,ghz -5967,SUCCESS,2,0,435.82,2005920.2,2006356.02,27,418,2398,697.31,qftentangled -5968,SUCCESS,2,0,329.75,2006356.02,2006685.77,27,465,1631,527.6,portfoliovqe -5971,SUCCESS,2,0,530.22,2006685.77,2007215.99,27,568,2147,848.35,twolocalrandom -5972,SUCCESS,2,0,139.26,2007215.99,2007355.25,27,85,3768,222.82,wstate -5975,SUCCESS,2,0,571.16,2007355.25,2007926.41,27,430,3055,913.86,realamprandom -5995,SUCCESS,2,0,1303.52,2007926.41,2009229.93,27,864,3470,2085.63,pricingput -5998,SUCCESS,2,0,658.54,2009229.93,2009888.47,27,602,2516,1053.66,pricingcall -6005,SUCCESS,2,0,339.88,2009888.47,2010228.35,27,305,2563,543.81,qpeexact -6007,SUCCESS,2,0,59.96,2010228.35,2010288.31,27,50,2758,95.94,tsp -6009,SUCCESS,2,0,596.6,2010288.31,2010884.91,27,536,2560,954.56,qft -6011,SUCCESS,2,0,332.88,2010884.91,2011217.79,27,671,1141,532.61,qwalk-v-chain -222,SUCCESS,2,1,31104.06,1982409.09,2013513.15,127,7885,3353,49766.5,qft -223,SUCCESS,2,1,22237.87,2013513.15,2035751.02,127,14012,1349,35580.59,grover-noancilla -225,SUCCESS,2,1,7152.5,2035751.02,2042903.52,127,2146,2833,11444,qft -226,SUCCESS,2,1,4441.2,2042903.52,2047344.72,127,989,3817,7105.92,qnn -227,SUCCESS,2,1,3829.88,2047344.72,2051174.6,127,2041,1595,6127.81,qftentangled -228,SUCCESS,2,1,4556.37,2051174.6,2055730.97,127,2098,1846,7290.19,qft -6019,SUCCESS,2,0,73166.24,2011217.79,2084384.03,27,83432,2017,117065.98,grover-noancilla -6021,SUCCESS,2,0,493.11,2084384.03,2084877.14,27,576,1969,788.98,qpeinexact -6034,SUCCESS,2,0,1278.5,2084877.14,2086155.64,27,1113,2642,2045.6,su2random -6037,SUCCESS,2,0,24.93,2086155.64,2086180.57,27,51,1124,39.89,graphstate -6038,SUCCESS,2,0,54.43,2086180.57,2086235,27,38,3294,87.09,dj -6039,SUCCESS,2,0,161.73,2086235,2086396.73,27,169,2201,258.77,pricingput -6045,SUCCESS,2,0,115.44,2086396.73,2086512.17,27,169,1571,184.7,qftentangled -6049,SUCCESS,2,0,139.85,2086512.17,2086652.02,27,297,1083,223.76,su2random -6051,SUCCESS,2,0,80.72,2086652.02,2086732.74,27,81,2292,129.15,ghz -230,SUCCESS,2,1,31157.68,2055730.97,2086888.65,127,7053,3755,49852.29,ae -232,SUCCESS,2,1,123.24,2086888.65,2087011.89,127,31,3379,197.18,ghz -6074,SUCCESS,2,0,800.26,2086732.74,2087533,27,1272,1447,1280.42,random -6077,SUCCESS,2,0,14.28,2087533,2087547.28,27,27,1216,22.85,vqe -6082,SUCCESS,2,0,838.54,2087547.28,2088385.82,27,480,4018,1341.66,qnn -233,SUCCESS,2,1,1449.17,2087011.89,2088461.06,127,465,2649,2318.67,realamprandom -6085,SUCCESS,2,0,1597.58,2088385.82,2089983.4,27,1764,2083,2556.13,realamprandom -6087,SUCCESS,2,0,694.84,2089983.4,2090678.24,27,537,2976,1111.74,portfolioqaoa -6088,SUCCESS,2,0,708.92,2090678.24,2091387.16,27,500,3261,1134.27,pricingput -6089,SUCCESS,2,0,1103.93,2091387.16,2092491.09,27,701,3622,1766.29,qpeinexact -6101,SUCCESS,2,0,31.45,2092491.09,2092522.54,27,25,2893,50.32,vqe -6102,SUCCESS,2,0,1330.08,2092522.54,2093852.62,27,1564,1956,2128.13,pricingput -6105,SUCCESS,2,0,27.41,2093852.62,2093880.03,27,21,3002,43.86,graphstate -234,SUCCESS,2,1,6425.26,2088461.06,2094886.32,127,1897,2879,10280.42,qnn -6110,SUCCESS,2,0,1025.3,2093880.03,2094905.33,27,794,2970,1640.48,random -6113,SUCCESS,2,0,512.09,2094905.33,2095417.42,27,315,3739,819.34,qnn -6119,SUCCESS,2,0,159.25,2095417.42,2095576.67,27,145,2526,254.8,wstate -6120,SUCCESS,2,0,379.97,2095576.67,2095956.64,27,622,1405,607.95,random -6124,SUCCESS,2,0,563.59,2095956.64,2096520.23,27,656,1976,901.74,realamprandom -6125,SUCCESS,2,0,1272.66,2096520.23,2097792.89,27,1271,2303,2036.26,su2random -6127,SUCCESS,2,0,545.95,2097792.89,2098338.84,27,338,3715,873.52,twolocalrandom -6128,SUCCESS,2,0,440.45,2098338.84,2098779.29,27,322,3146,704.72,qpeinexact -6130,SUCCESS,2,0,697.08,2098779.29,2099476.37,27,656,2444,1115.33,twolocalrandom -6131,SUCCESS,2,0,926.63,2099476.37,2100403,27,599,3558,1482.61,qftentangled -6136,SUCCESS,2,0,3328.77,2100403,2103731.77,27,2180,3512,5326.03,pricingcall -6141,SUCCESS,2,0,593.93,2103731.77,2104325.7,27,573,2384,950.29,portfoliovqe -6152,SUCCESS,2,0,1381.61,2104325.7,2105707.31,27,2190,1451,2210.58,pricingput -6157,SUCCESS,2,0,99.8,2105707.31,2105807.11,27,77,2981,159.68,wstate -6168,SUCCESS,2,0,676.56,2105807.11,2106483.67,27,518,3004,1082.5,qpeexact -6169,SUCCESS,2,0,906.19,2106483.67,2107389.86,27,921,2263,1449.9,qpeexact -6178,SUCCESS,2,0,20.05,2107389.86,2107409.91,27,44,1048,32.08,qaoa -6187,SUCCESS,2,0,491.13,2107409.91,2107901.04,27,557,2028,785.81,su2random -6190,SUCCESS,2,0,288.08,2107901.04,2108189.12,27,299,2216,460.93,su2random -6192,SUCCESS,2,0,493.79,2108189.12,2108682.91,27,322,3527,790.06,qpeexact -6193,SUCCESS,2,0,369.94,2108682.91,2109052.85,27,655,1299,591.9,qpeexact -6195,SUCCESS,2,0,230.87,2109052.85,2109283.72,27,360,1475,369.39,portfoliovqe -6200,SUCCESS,2,0,182.44,2109283.72,2109466.16,27,207,2027,291.9,ae -6205,SUCCESS,2,0,13.4,2109466.16,2109479.56,27,21,1467,21.44,ghz -6208,SUCCESS,2,0,72.33,2109479.56,2109551.89,27,101,1647,115.73,vqe -6216,SUCCESS,2,0,1467.26,2109551.89,2111019.15,27,877,3848,2347.62,su2random -6229,SUCCESS,2,0,44.85,2111019.15,2111064,27,53,1946,71.76,dj -6232,SUCCESS,2,0,1415.04,2111064,2112479.04,27,1056,3082,2264.06,ae -6234,SUCCESS,2,0,599.09,2112479.04,2113078.13,27,1238,1113,958.54,qpeexact -6235,SUCCESS,2,0,1467.92,2113078.13,2114546.05,27,1527,2211,2348.67,realamprandom -6237,SUCCESS,2,0,363.19,2114546.05,2114909.24,27,473,1766,581.1,groundstate -6240,SUCCESS,2,0,533.49,2114909.24,2115442.73,27,549,2235,853.58,su2random -6241,SUCCESS,2,0,1622.93,2115442.73,2117065.66,27,2472,1510,2596.69,twolocalrandom -6246,SUCCESS,2,0,184.02,2117065.66,2117249.68,27,136,3112,294.43,wstate -6248,SUCCESS,2,0,1153.73,2117249.68,2118403.41,27,729,3640,1845.97,qnn -6250,SUCCESS,2,0,175.4,2118403.41,2118578.81,27,104,3879,280.64,graphstate -6251,SUCCESS,2,0,31.14,2118578.81,2118609.95,27,26,2754,49.82,vqe -6257,SUCCESS,2,0,852.34,2118609.95,2119462.29,27,533,3678,1363.74,qpeinexact -235,SUCCESS,2,1,28385.61,2094886.32,2123271.93,127,7365,3276,45416.98,ae -6261,SUCCESS,2,0,11239.3,2119462.29,2130701.59,27,11697,2210,17982.88,grover-noancilla -6262,SUCCESS,2,0,100.16,2130701.59,2130801.75,27,184,1252,160.26,random -6266,SUCCESS,2,0,55.24,2130801.75,2130856.99,27,53,2397,88.38,qaoa -6272,SUCCESS,2,0,1712.44,2130856.99,2132569.43,27,1005,3919,2739.9,su2random -6273,SUCCESS,2,0,263.52,2132569.43,2132832.95,27,547,1108,421.63,qpeexact -6275,SUCCESS,2,0,2018.53,2132832.95,2134851.48,27,1695,2739,3229.65,su2random -6278,SUCCESS,2,0,530.51,2134851.48,2135381.99,27,310,3936,848.82,ae -6279,SUCCESS,2,0,525.93,2135381.99,2135907.92,27,915,1322,841.49,realamprandom -6284,SUCCESS,2,0,269.55,2135907.92,2136177.47,27,306,2026,431.28,qnn -6285,SUCCESS,2,0,162.72,2136177.47,2136340.19,27,289,1295,260.35,wstate -6286,SUCCESS,2,0,171.38,2136340.19,2136511.57,27,155,2543,274.21,qftentangled -6290,SUCCESS,2,0,31.01,2136511.57,2136542.58,27,22,3241,49.62,ghz -6295,SUCCESS,2,0,314.33,2136542.58,2136856.91,27,298,2426,502.93,qnn -6298,SUCCESS,2,0,261.1,2136856.91,2137118.01,27,283,2122,417.76,wstate -6305,SUCCESS,2,0,335.09,2137118.01,2137453.1,27,192,4014,536.14,su2random -6307,SUCCESS,2,0,396.9,2137453.1,2137850,27,365,2501,635.04,qpeexact -6308,SUCCESS,2,0,1897.09,2137850,2139747.09,27,1207,3615,3035.34,qpeexact -6319,SUCCESS,2,0,396.24,2139747.09,2140143.33,27,658,1385,633.98,su2random -6322,SUCCESS,2,0,81,2140143.33,2140224.33,27,73,2552,129.6,ghz -6325,SUCCESS,2,0,81.79,2140224.33,2140306.12,27,87,2162,130.86,graphstate -6334,SUCCESS,2,0,317.35,2140306.12,2140623.47,27,392,1862,507.76,qpeexact -6341,SUCCESS,2,0,359.21,2140623.47,2140982.68,27,368,2245,574.74,qftentangled -6346,SUCCESS,2,0,897.4,2140982.68,2141880.08,27,645,3200,1435.84,portfolioqaoa -6347,SUCCESS,2,0,423.46,2141880.08,2142303.54,27,430,2265,677.54,qft -6351,SUCCESS,2,0,102.52,2142303.54,2142406.06,27,77,3062,164.03,wstate -6357,SUCCESS,2,0,57.33,2142406.06,2142463.39,27,69,1911,91.73,wstate -6359,SUCCESS,2,0,1951.17,2142463.39,2144414.56,27,2560,1753,3121.87,qnn -6360,SUCCESS,2,0,413.73,2144414.56,2144828.29,27,358,2658,661.97,qnn -238,SUCCESS,2,1,26670.1,2123271.93,2149942.03,127,7669,2956,42672.16,qpeexact -6361,SUCCESS,2,0,5286.88,2144828.29,2150115.17,27,3979,3056,8459.01,pricingcall -239,SUCCESS,2,1,446.23,2149942.03,2150388.26,127,94,4035,713.97,ghz -6371,SUCCESS,2,0,339.88,2150115.17,2150455.05,27,216,3619,543.81,realamprandom -6372,SUCCESS,2,0,214.7,2150455.05,2150669.75,27,416,1187,343.52,qnn -241,SUCCESS,2,1,2372.17,2150388.26,2152760.43,127,533,3783,3795.47,qftentangled -242,SUCCESS,2,1,394.93,2152760.43,2153155.36,127,213,1576,631.89,wstate -6375,SUCCESS,2,0,3957.02,2150669.75,2154626.77,27,2501,3639,6331.23,realamprandom -6379,SUCCESS,2,0,652.58,2154626.77,2155279.35,27,416,3608,1044.13,qpeexact -6380,SUCCESS,2,0,1367.51,2155279.35,2156646.86,27,930,3382,2188.02,qpeinexact -6386,SUCCESS,2,0,791.25,2156646.86,2157438.11,27,521,3493,1266,twolocalrandom -6388,SUCCESS,2,0,4717.13,2157438.11,2162155.24,27,3684,2945,7547.41,grover-noancilla -6394,SUCCESS,2,0,568.92,2162155.24,2162724.16,27,458,2857,910.27,twolocalrandom -6397,SUCCESS,2,0,370.16,2162724.16,2163094.32,27,340,2504,592.26,qftentangled -6403,SUCCESS,2,0,549.28,2163094.32,2163643.6,27,430,2938,878.85,twolocalrandom -6408,SUCCESS,2,0,56.26,2163643.6,2163699.86,27,47,2753,90.02,graphstate -6416,SUCCESS,2,0,49.78,2163699.86,2163749.64,27,37,3094,79.65,qaoa -6417,SUCCESS,2,0,27.63,2163749.64,2163777.27,27,53,1199,44.21,ghz -6418,SUCCESS,2,0,1607.32,2163777.27,2165384.59,27,1203,3073,2571.71,portfoliovqe -6424,SUCCESS,2,0,35.72,2165384.59,2165420.31,27,74,1110,57.15,ghz -6429,SUCCESS,2,0,400.31,2165420.31,2165820.62,27,341,2700,640.5,qpeexact -6438,SUCCESS,2,0,698.67,2165820.62,2166519.29,27,425,3781,1117.87,ae -6451,SUCCESS,2,0,385.75,2166519.29,2166905.04,27,477,1860,617.2,qnn -6452,SUCCESS,2,0,635.57,2166905.04,2167540.61,27,366,3994,1016.91,ae -6460,SUCCESS,2,0,661.77,2167540.61,2168202.38,27,438,3475,1058.83,qpeinexact -6470,SUCCESS,2,0,1949.41,2168202.38,2170151.79,27,1748,2565,3119.06,twolocalrandom -6478,SUCCESS,2,0,298.85,2170151.79,2170450.64,27,481,1429,478.16,qft -6480,SUCCESS,2,0,18.61,2170450.64,2170469.25,27,21,2038,29.78,ghz -6485,SUCCESS,2,0,333.17,2170469.25,2170802.42,27,281,2727,533.07,ae -6489,SUCCESS,2,0,569.57,2170802.42,2171371.99,27,583,2247,911.31,ae -6491,SUCCESS,2,0,700.31,2171371.99,2172072.3,27,626,2573,1120.5,portfolioqaoa -6493,SUCCESS,2,0,147.03,2172072.3,2172219.33,27,235,1439,235.25,twolocalrandom -6497,SUCCESS,2,0,55.69,2172219.33,2172275.02,27,39,3284,89.1,graphstate -6499,SUCCESS,2,0,36.35,2172275.02,2172311.37,27,59,1417,58.16,dj -6500,SUCCESS,2,0,2048.26,2172311.37,2174359.63,27,1284,3669,3277.22,pricingcall -6501,SUCCESS,2,0,262.89,2174359.63,2174622.52,27,207,2921,420.62,twolocalrandom -6509,SUCCESS,2,0,1112.98,2174622.52,2175735.5,27,891,2873,1780.77,realamprandom -6511,SUCCESS,2,0,206.36,2175735.5,2175941.86,27,159,2985,330.18,qpeexact -6513,SUCCESS,2,0,298.1,2175941.86,2176239.96,27,181,3788,476.96,qft -6514,SUCCESS,2,0,3078.04,2176239.96,2179318,27,2532,2796,4924.86,random -6515,SUCCESS,2,0,1271.14,2179318,2180589.14,27,844,3464,2033.82,qnn -6518,SUCCESS,2,0,743.91,2180589.14,2181333.05,27,442,3871,1190.26,qftentangled -6526,SUCCESS,2,0,917.31,2181333.05,2182250.36,27,770,2740,1467.7,portfoliovqe -6529,SUCCESS,2,0,923.45,2182250.36,2183173.81,27,719,2954,1477.52,qft -6536,SUCCESS,2,0,524.08,2183173.81,2183697.89,27,474,2543,838.53,twolocalrandom -6538,SUCCESS,2,0,364.67,2183697.89,2184062.56,27,633,1325,583.47,realamprandom -6540,SUCCESS,2,0,599.24,2184062.56,2184661.8,27,499,2762,958.78,random -6543,SUCCESS,2,0,89.39,2184661.8,2184751.19,27,76,2705,143.02,dj -6545,SUCCESS,2,0,4.88,2184751.19,2184756.07,27,10,1121,7.81,ghz -6546,SUCCESS,2,0,41.77,2184756.07,2184797.84,27,37,2596,66.83,graphstate -6549,SUCCESS,2,0,583.67,2184797.84,2185381.51,27,461,2912,933.87,qnn -6551,SUCCESS,2,0,311.28,2185381.51,2185692.79,27,633,1131,498.05,twolocalrandom -6552,SUCCESS,2,0,807.31,2185692.79,2186500.1,27,607,3059,1291.7,qft -6554,SUCCESS,2,0,8303.97,2186500.1,2194804.07,27,5046,3785,13286.35,qwalk-v-chain -6574,SUCCESS,2,0,106.36,2194804.07,2194910.43,27,91,2688,170.18,dj -6581,SUCCESS,2,0,859.27,2194910.43,2195769.7,27,729,2711,1374.83,portfoliovqe -6588,SUCCESS,2,0,250.66,2195769.7,2196020.36,27,153,3768,401.06,qftentangled -6591,SUCCESS,2,0,696.16,2196020.36,2196716.52,27,516,3103,1113.86,qft -6592,SUCCESS,2,0,407.73,2196716.52,2197124.25,27,513,1828,652.37,qpeinexact -6593,SUCCESS,2,0,579.09,2197124.25,2197703.34,27,445,2993,926.54,su2random -6596,SUCCESS,2,0,239.48,2197703.34,2197942.82,27,408,1350,383.17,su2random -6602,SUCCESS,2,0,971.51,2197942.82,2198914.33,27,561,3983,1554.42,realamprandom -6608,SUCCESS,2,0,528.1,2198914.33,2199442.43,27,408,2977,844.96,pricingcall -6609,SUCCESS,2,0,321.9,2199442.43,2199764.33,27,274,2702,515.04,su2random -6611,SUCCESS,2,0,312.15,2199764.33,2200076.48,27,521,1378,499.44,realamprandom -6615,SUCCESS,2,0,498.41,2200076.48,2200574.89,27,846,1355,797.46,ae -243,SUCCESS,2,1,47449.65,2153155.36,2200605.01,127,11458,3520,75919.44,realamprandom -244,SUCCESS,2,1,877.78,2200605.01,2201482.79,127,682,1094,1404.45,qpeinexact -245,SUCCESS,2,1,132.39,2201482.79,2201615.18,127,52,2164,211.82,graphstate -6616,SUCCESS,2,0,2736.92,2200574.89,2203311.81,27,2328,2704,4379.07,qnn -6621,SUCCESS,2,0,1725.33,2203311.81,2205037.14,27,1218,3258,2760.53,qwalk-v-chain -6623,SUCCESS,2,0,789.38,2205037.14,2205826.52,27,576,3152,1263.01,qftentangled -6627,SUCCESS,2,0,232.28,2205826.52,2206058.8,27,167,3199,371.65,qft -6629,SUCCESS,2,0,153.66,2206058.8,2206212.46,27,100,3534,245.86,graphstate -246,SUCCESS,2,1,4812.01,2201615.18,2206427.19,127,2439,1677,7699.22,qftentangled -6632,SUCCESS,2,0,687.89,2206212.46,2206900.35,27,479,3303,1100.62,qnn -247,SUCCESS,2,1,1230.56,2206427.19,2207657.75,127,489,2139,1968.9,realamprandom -6653,SUCCESS,2,0,2551.31,2206900.35,2209451.66,27,2211,2654,4082.1,random -6658,SUCCESS,2,0,610.28,2209451.66,2210061.94,27,557,2520,976.45,qpeexact -6665,SUCCESS,2,0,1072.41,2210061.94,2211134.35,27,710,3474,1715.86,qpeinexact -6666,SUCCESS,2,0,1049.46,2211134.35,2212183.81,27,695,3473,1679.14,qnn -6668,SUCCESS,2,0,363.71,2212183.81,2212547.52,27,421,1987,581.94,portfoliovqe -6669,SUCCESS,2,0,15.78,2212547.52,2212563.3,27,17,2134,25.25,ghz -6673,SUCCESS,2,0,2571.86,2212563.3,2215135.16,27,2368,2498,4114.98,pricingcall -6675,SUCCESS,2,0,65.16,2215135.16,2215200.32,27,85,1763,104.26,wstate -6681,SUCCESS,2,0,98.89,2215200.32,2215299.21,27,90,2527,158.22,ghz -6683,SUCCESS,2,0,208.37,2215299.21,2215507.58,27,426,1125,333.39,random -6699,SUCCESS,2,0,412.47,2215507.58,2215920.05,27,238,3986,659.95,qft -6700,SUCCESS,2,0,2182.34,2215920.05,2218102.39,27,1643,3055,3491.74,random -6710,SUCCESS,2,0,47.06,2218102.39,2218149.45,27,70,1546,75.3,dj -6712,SUCCESS,2,0,257.25,2218149.45,2218406.7,27,171,3460,411.6,qpeexact -6717,SUCCESS,2,0,28.42,2218406.7,2218435.12,27,26,2514,45.47,routing -6719,SUCCESS,2,0,32.89,2218435.12,2218468.01,27,27,2801,52.62,vqe -6722,SUCCESS,2,0,337.21,2218468.01,2218805.22,27,380,2041,539.54,realamprandom -6723,SUCCESS,2,0,23.24,2218805.22,2218828.46,27,23,2323,37.18,ghz -6727,SUCCESS,2,0,848.54,2218828.46,2219677,27,506,3857,1357.66,su2random -6732,SUCCESS,2,0,104.36,2219677,2219781.36,27,221,1086,166.98,qnn -6744,SUCCESS,2,0,698.41,2219781.36,2220479.77,27,453,3546,1117.46,su2random -6750,SUCCESS,2,0,221.51,2220479.77,2220701.28,27,244,2088,354.42,wstate -6758,SUCCESS,2,0,1184.68,2220701.28,2221885.96,27,865,3150,1895.49,qftentangled -6759,SUCCESS,2,0,1468.49,2221885.96,2223354.45,27,1218,2773,2349.58,realamprandom -6773,SUCCESS,2,0,1716.44,2223354.45,2225070.89,27,1283,3077,2746.3,twolocalrandom -6781,SUCCESS,2,0,109.57,2225070.89,2225180.46,27,163,1546,175.31,qpeexact -6783,SUCCESS,2,0,254.2,2225180.46,2225434.66,27,460,1271,406.72,realamprandom -6800,SUCCESS,2,0,1523.59,2225434.66,2226958.25,27,1310,2675,2437.74,random -6805,SUCCESS,2,0,1243.04,2226958.25,2228201.29,27,716,3993,1988.86,portfolioqaoa -6806,SUCCESS,2,0,264.77,2228201.29,2228466.06,27,213,2859,423.63,qftentangled -6807,SUCCESS,2,0,399.49,2228466.06,2228865.55,27,394,2332,639.18,qnn -6809,SUCCESS,2,0,67.58,2228865.55,2228933.13,27,66,2355,108.13,ghz -248,SUCCESS,2,1,29827.23,2207657.75,2237484.98,127,7072,3585,47723.57,qpeexact -249,SUCCESS,2,1,478.54,2237484.98,2237963.52,127,207,1965,765.66,ghz -250,SUCCESS,2,1,48389.99,2237963.52,2286353.51,127,10916,3768,77423.98,realamprandom -251,SUCCESS,2,1,1269.93,2286353.51,2287623.44,127,515,2096,2031.89,qft -253,SUCCESS,2,1,14787.23,2287623.44,2302410.67,127,12109,1038,23659.57,realamprandom -254,SUCCESS,2,1,8487.68,2302410.67,2310898.35,127,2360,3057,13580.29,realamprandom -6820,SUCCESS,2,0,81970.35,2228933.13,2310903.48,27,58861,3203,131152.56,grover-v-chain -6821,SUCCESS,2,0,38.1,2310903.48,2310941.58,27,42,2086,60.96,graphstate -255,SUCCESS,2,1,1507.07,2310898.35,2312405.42,127,368,3481,2411.31,qftentangled -256,SUCCESS,2,1,244.8,2312405.42,2312650.22,127,68,3060,391.68,ghz -6824,SUCCESS,2,0,1745.32,2310941.58,2312686.9,27,1317,3048,2792.51,random -6829,SUCCESS,2,0,177.28,2312686.9,2312864.18,27,217,1879,283.65,qft -6833,SUCCESS,2,0,545.95,2312864.18,2313410.13,27,836,1502,873.52,realamprandom -6837,SUCCESS,2,0,19.66,2313410.13,2313429.79,27,33,1370,31.46,graphstate -6839,SUCCESS,2,0,355.52,2313429.79,2313785.31,27,212,3857,568.83,qft -6858,SUCCESS,2,0,95.75,2313785.31,2313881.06,27,108,2039,153.2,qft -6859,SUCCESS,2,0,188.68,2313881.06,2314069.74,27,150,2893,301.89,ae -6863,SUCCESS,2,0,1222.75,2314069.74,2315292.49,27,840,3348,1956.4,qnn -257,SUCCESS,2,1,2673.98,2312650.22,2315324.2,127,825,2755,4278.37,qnn -6869,SUCCESS,2,0,33.48,2315292.49,2315325.97,27,24,3208,53.57,vqe -258,SUCCESS,2,1,119.39,2315324.2,2315443.59,127,59,1720,191.02,qaoa -259,SUCCESS,2,1,196.53,2315443.59,2315640.12,127,130,1285,314.45,graphstate -6872,SUCCESS,2,0,2950.82,2315325.97,2318276.79,27,1821,3727,4721.31,su2random -6877,SUCCESS,2,0,1072.91,2318276.79,2319349.7,27,848,2910,1716.66,su2random -6878,SUCCESS,2,0,69.69,2319349.7,2319419.39,27,55,2914,111.5,groundstate -6881,SUCCESS,2,0,800.14,2319419.39,2320219.53,27,710,2592,1280.22,qpeexact -6882,SUCCESS,2,0,346.3,2320219.53,2320565.83,27,262,3040,554.08,ae -6884,SUCCESS,2,0,1606.83,2320565.83,2322172.66,27,3124,1183,2570.93,grover-v-chain -6893,SUCCESS,2,0,859,2322172.66,2323031.66,27,564,3503,1374.4,qft -261,SUCCESS,2,1,8219,2315640.12,2323859.12,127,1784,3916,13150.4,qft -6894,SUCCESS,2,0,1159.25,2323031.66,2324190.91,27,1227,2173,1854.8,qwalk-v-chain -6908,SUCCESS,2,0,229.79,2324190.91,2324420.7,27,464,1139,367.66,qpeinexact -6909,SUCCESS,2,0,142.73,2324420.7,2324563.43,27,225,1459,228.37,qnn -6912,SUCCESS,2,0,365.59,2324563.43,2324929.02,27,251,3350,584.94,qnn -6916,SUCCESS,2,0,850.17,2324929.02,2325779.19,27,578,3383,1360.27,qnn -6933,SUCCESS,2,0,1014.6,2325779.19,2326793.79,27,690,3382,1623.36,qpeexact -6934,SUCCESS,2,0,265.88,2326793.79,2327059.67,27,546,1120,425.41,twolocalrandom -6943,SUCCESS,2,0,428.07,2327059.67,2327487.74,27,607,1622,684.91,ae -6944,SUCCESS,2,0,378.67,2327487.74,2327866.41,27,464,1877,605.87,qpeexact -6946,SUCCESS,2,0,48.87,2327866.41,2327915.28,27,32,3512,78.19,ghz -6950,SUCCESS,2,0,5032.86,2327915.28,2332948.14,27,7007,1652,8052.58,qwalk-v-chain -6953,SUCCESS,2,0,61.68,2332948.14,2333009.82,27,74,1917,98.69,graphstate -6957,SUCCESS,2,0,295.28,2333009.82,2333305.1,27,608,1117,472.45,ae -6965,SUCCESS,2,0,763.28,2333305.1,2334068.38,27,772,2274,1221.25,su2random -6974,SUCCESS,2,0,206.99,2334068.38,2334275.37,27,174,2736,331.18,qpeexact -6976,SUCCESS,2,0,120.08,2334275.37,2334395.45,27,171,1615,192.13,realamprandom -262,SUCCESS,2,1,10980.35,2323859.12,2334839.47,127,8666,1077,17568.56,qnn -6978,SUCCESS,2,0,604.9,2334395.45,2335000.35,27,350,3975,967.84,qftentangled -6983,SUCCESS,2,0,379.22,2335000.35,2335379.57,27,503,1734,606.75,twolocalrandom -6985,SUCCESS,2,0,23.89,2335379.57,2335403.46,27,28,1962,38.22,vqe -6994,SUCCESS,2,0,648.62,2335403.46,2336052.08,27,389,3835,1037.79,su2random -7003,SUCCESS,2,0,1228.79,2336052.08,2337280.87,27,2174,1300,1966.06,qnn -7008,SUCCESS,2,0,63.68,2337280.87,2337344.55,27,85,1723,101.89,graphstate -7011,SUCCESS,2,0,85.69,2337344.55,2337430.24,27,58,3398,137.1,graphstate -7014,SUCCESS,2,0,2622.35,2337430.24,2340052.59,27,2683,2248,4195.76,realamprandom -7024,SUCCESS,2,0,597.38,2340052.59,2340649.97,27,418,3287,955.81,qftentangled -7025,SUCCESS,2,0,584.2,2340649.97,2341234.17,27,478,2811,934.72,random -7031,SUCCESS,2,0,49.42,2341234.17,2341283.59,27,89,1277,79.07,dj -7039,SUCCESS,2,0,984,2341283.59,2342267.59,27,920,2460,1574.4,random -7045,SUCCESS,2,0,1570.19,2342267.59,2343837.78,27,987,3659,2512.3,ae -7047,SUCCESS,2,0,955.17,2343837.78,2344792.95,27,561,3916,1528.27,portfolioqaoa -7048,SUCCESS,2,0,45.05,2344792.95,2344838,27,40,2590,72.08,dj -7058,SUCCESS,2,0,153.13,2344838,2344991.13,27,158,2229,245.01,ae -7065,SUCCESS,2,0,30.9,2344991.13,2345022.03,27,50,1421,49.44,dj -7066,SUCCESS,2,0,635.79,2345022.03,2345657.82,27,699,2092,1017.26,qftentangled -7072,SUCCESS,2,0,788.72,2345657.82,2346446.54,27,463,3918,1261.95,qftentangled -7073,SUCCESS,2,0,491.05,2346446.54,2346937.59,27,448,2521,785.68,qft -7075,SUCCESS,2,0,207.44,2346937.59,2347145.03,27,298,1601,331.9,wstate -7077,SUCCESS,2,0,131.41,2347145.03,2347276.44,27,275,1099,210.26,realamprandom -7083,SUCCESS,2,0,36.96,2347276.44,2347313.4,27,21,4047,59.14,graphstate -7086,SUCCESS,2,0,131.94,2347313.4,2347445.34,27,80,3793,211.1,ghz -7089,SUCCESS,2,0,1125.9,2347445.34,2348571.24,27,670,3865,1801.44,portfoliovqe -7093,SUCCESS,2,0,165.22,2348571.24,2348736.46,27,165,2303,264.35,realamprandom -7097,SUCCESS,2,0,2251.39,2348736.46,2350987.85,27,1283,4036,3602.22,realamprandom -7100,SUCCESS,2,0,983.8,2350987.85,2351971.65,27,555,4077,1574.08,realamprandom -7101,SUCCESS,2,0,14.68,2351971.65,2351986.33,27,23,1468,23.49,ghz -7107,SUCCESS,2,0,36.03,2351986.33,2352022.36,27,44,1883,57.65,qaoa -7108,SUCCESS,2,0,2651.51,2352022.36,2354673.87,27,2683,2273,4242.42,twolocalrandom -7113,SUCCESS,2,0,3336.01,2354673.87,2358009.88,27,5153,1489,5337.62,pricingcall -7116,SUCCESS,2,0,155.16,2358009.88,2358165.04,27,90,3965,248.26,dj -7129,SUCCESS,2,0,163.52,2358165.04,2358328.56,27,175,2149,261.63,wstate -7130,SUCCESS,2,0,797.06,2358328.56,2359125.62,27,616,2976,1275.3,ae -7133,SUCCESS,2,0,12.12,2359125.62,2359137.74,27,24,1161,19.39,ghz -7134,SUCCESS,2,0,161.3,2359137.74,2359299.04,27,324,1145,258.08,pricingput -7138,SUCCESS,2,0,966.67,2359299.04,2360265.71,27,976,2278,1546.67,qpeinexact -263,SUCCESS,2,1,26498.63,2334839.47,2361338.1,127,7594,2966,42397.81,ae -7140,SUCCESS,2,0,2755.39,2360265.71,2363021.1,27,1551,4086,4408.62,pricingput -7142,SUCCESS,2,0,699.45,2363021.1,2363720.55,27,558,2883,1119.12,qpeinexact -264,SUCCESS,2,1,2428.61,2361338.1,2363766.71,127,1368,1509,3885.78,qpeexact -7144,SUCCESS,2,0,7455.56,2363720.55,2371176.11,27,6631,2586,11928.9,qwalk-v-chain -7148,SUCCESS,2,0,222.04,2371176.11,2371398.15,27,340,1502,355.26,qftentangled -7161,SUCCESS,2,0,1660.66,2371398.15,2373058.81,27,2887,1323,2657.06,qwalk-v-chain -7164,SUCCESS,2,0,4251.63,2373058.81,2377310.44,27,4810,2033,6802.61,qwalk-noancilla -7165,SUCCESS,2,0,4448.16,2377310.44,2381758.6,27,2873,3561,7117.06,pricingput -7170,SUCCESS,2,0,130.35,2381758.6,2381888.95,27,113,2653,208.56,wstate -7171,SUCCESS,2,0,1420.41,2381888.95,2383309.36,27,1487,2197,2272.66,portfoliovqe -7176,SUCCESS,2,0,72.2,2383309.36,2383381.56,27,45,3690,115.52,wstate -7181,SUCCESS,2,0,389.63,2383381.56,2383771.19,27,370,2422,623.41,qnn -7182,SUCCESS,2,0,361.85,2383771.19,2384133.04,27,565,1473,578.96,portfoliovqe -7183,SUCCESS,2,0,169.8,2384133.04,2384302.84,27,143,2731,271.68,dj -7185,SUCCESS,2,0,730.93,2384302.84,2385033.77,27,560,3002,1169.49,qpeinexact -7197,SUCCESS,2,0,1532.83,2385033.77,2386566.6,27,1126,3131,2452.53,realamprandom -7211,SUCCESS,2,0,1883.16,2386566.6,2388449.76,27,1375,3150,3013.06,twolocalrandom -7223,SUCCESS,2,0,253.4,2388449.76,2388703.16,27,313,1862,405.44,qftentangled -7235,SUCCESS,2,0,999.31,2388703.16,2389702.47,27,658,3493,1598.9,qpeexact -7237,SUCCESS,2,0,214.4,2389702.47,2389916.87,27,174,2834,343.04,dj -7243,SUCCESS,2,0,539.27,2389916.87,2390456.14,27,680,1824,862.83,su2random -7248,SUCCESS,2,0,898.26,2390456.14,2391354.4,27,1962,1053,1437.22,su2random -7250,SUCCESS,2,0,185.82,2391354.4,2391540.22,27,271,1577,297.31,wstate -7255,SUCCESS,2,0,1397.86,2391540.22,2392938.08,27,992,3241,2236.58,twolocalrandom -7260,SUCCESS,2,0,298.4,2392938.08,2393236.48,27,409,1678,477.44,qft -7272,SUCCESS,2,0,39.82,2393236.48,2393276.3,27,27,3392,63.71,graphstate -7274,SUCCESS,2,0,178.11,2393276.3,2393454.41,27,209,1960,284.98,qpeinexact -7290,SUCCESS,2,0,690.41,2393454.41,2394144.82,27,714,2224,1104.66,qnn -7291,SUCCESS,2,0,88.13,2394144.82,2394232.95,27,74,2739,141.01,dj -7293,SUCCESS,2,0,399.51,2394232.95,2394632.46,27,347,2648,639.22,qnn -7297,SUCCESS,2,0,229.34,2394632.46,2394861.8,27,141,3741,366.94,qftentangled -7299,SUCCESS,2,0,2733.5,2394861.8,2397595.3,27,3905,1610,4373.6,pricingput -7312,SUCCESS,2,0,191.13,2397595.3,2397786.43,27,173,2541,305.81,qftentangled -266,SUCCESS,2,1,35504.01,2363766.71,2399270.72,127,8783,3436,56806.42,qftentangled -267,SUCCESS,2,1,1274.16,2399270.72,2400544.88,127,390,2777,2038.66,graphstate -268,SUCCESS,2,1,49531.68,2400544.88,2450076.56,127,10812,3894,79250.69,realamprandom -269,SUCCESS,2,1,10922.99,2450076.56,2460999.55,127,7357,1262,17476.78,qft -270,SUCCESS,2,1,2613.08,2460999.55,2463612.63,127,1366,1626,4180.93,wstate -271,SUCCESS,2,1,1458.8,2463612.63,2465071.43,127,586,2116,2334.08,random -273,SUCCESS,2,1,115110.16,2465071.43,2580181.59,127,37402,2616,184176.26,random -274,SUCCESS,2,1,1476.28,2580181.59,2581657.87,127,322,3897,2362.05,graphstate -277,SUCCESS,2,1,9217.77,2581657.87,2590875.64,127,1950,4018,14748.43,qftentangled -279,SUCCESS,2,1,64.95,2590875.64,2590940.59,127,50,1104,103.92,graphstate -280,SUCCESS,2,1,27080.6,2590940.59,2618021.19,127,8573,2685,43328.96,qpeexact -281,SUCCESS,2,1,6831.7,2618021.19,2624852.89,127,1833,3168,10930.72,qft -282,SUCCESS,2,1,45463.18,2624852.89,2670316.07,127,23592,1638,72741.09,random -283,SUCCESS,2,1,14363.1,2670316.07,2684679.17,127,6697,1823,22980.96,su2random -284,SUCCESS,2,1,18676.24,2684679.17,2703355.41,127,7106,2234,29881.98,qftentangled -286,SUCCESS,2,1,105197.03,2703355.41,2808552.44,127,27692,3229,168315.25,random -288,SUCCESS,2,1,7860.2,2808552.44,2816412.64,127,3354,1992,12576.32,ae -290,SUCCESS,2,1,815.6,2816412.64,2817228.24,127,196,3537,1304.96,twolocalrandom -292,SUCCESS,2,1,8000.63,2817228.24,2825228.87,127,2930,2321,12801.01,su2random -293,SUCCESS,2,1,156.63,2825228.87,2825385.5,127,77,1729,250.61,ghz -294,SUCCESS,2,1,11353.73,2825385.5,2836739.23,127,4091,2359,18165.97,pricingcall -295,SUCCESS,2,1,1240.59,2836739.23,2837979.82,127,475,2220,1984.94,dj -297,SUCCESS,2,1,7063.38,2837979.82,2845043.2,127,2744,2188,11301.41,qftentangled -298,SUCCESS,2,1,18226.95,2845043.2,2863270.15,127,10267,1509,29163.12,realamprandom -299,SUCCESS,2,1,680.41,2863270.15,2863950.56,127,162,3570,1088.66,graphstate -300,SUCCESS,2,1,153532.43,2863950.56,3017482.99,127,50602,2579,245651.89,random -301,SUCCESS,2,1,310.24,3017482.99,3017793.23,127,90,2930,496.38,ghz -302,SUCCESS,2,1,1864.28,3017793.23,3019657.51,127,516,3071,2982.85,dj -303,SUCCESS,2,1,19131.45,3019657.51,3038788.96,127,10371,1568,30610.32,qpeexact -304,SUCCESS,2,1,4794.25,3038788.96,3043583.21,127,1290,3159,7670.8,wstate -305,SUCCESS,2,1,272.73,3043583.21,3043855.94,127,62,3739,436.37,graphstate -306,SUCCESS,2,1,12441.97,3043855.94,3056297.91,127,6685,1582,19907.15,twolocalrandom -307,SUCCESS,2,1,6832.63,3056297.91,3063130.54,127,4370,1329,10932.21,qft -308,SUCCESS,2,1,17528.76,3063130.54,3080659.3,127,4234,3519,28046.02,ae -309,SUCCESS,2,1,101.76,3080659.3,3080761.06,127,24,3604,162.82,vqe -310,SUCCESS,2,1,3973.48,3080761.06,3084734.54,127,3051,1107,6357.57,qft -311,SUCCESS,2,1,258.34,3084734.54,3084992.88,127,66,3327,413.34,ghz -312,SUCCESS,2,1,1868.83,3084992.88,3086861.71,127,1129,1407,2990.13,qpeinexact -313,SUCCESS,2,1,14222.89,3086861.71,3101084.6,127,6972,1734,22756.62,pricingput -314,SUCCESS,2,1,23319.38,3101084.6,3124403.98,127,6351,3121,37311.01,qnn -315,SUCCESS,2,1,223.65,3124403.98,3124627.63,127,91,2089,357.84,ghz -316,SUCCESS,2,1,804.2,3124627.63,3125431.83,127,404,1692,1286.72,qpeinexact -317,SUCCESS,2,1,158.97,3125431.83,3125590.8,127,60,2252,254.35,graphstate -318,SUCCESS,2,1,34658.8,3125590.8,3160249.6,127,15288,1927,55454.08,su2random -319,SUCCESS,2,1,1392.32,3160249.6,3161641.92,127,309,3830,2227.71,qft -320,SUCCESS,2,1,19052.29,3161641.92,3180694.21,127,5757,2813,30483.66,qnn -322,SUCCESS,2,1,756.92,3180694.21,3181451.13,127,509,1264,1211.07,dj -323,SUCCESS,2,1,14346.64,3181451.13,3195797.77,127,4658,2618,22954.62,su2random -324,SUCCESS,2,1,1494.15,3195797.77,3197291.92,127,439,2893,2390.64,random -325,SUCCESS,2,1,6050.3,3197291.92,3203342.22,127,3157,1629,9680.48,qwalk-v-chain -327,SUCCESS,2,1,635.79,3203342.22,3203978.01,127,269,2009,1017.26,realamprandom -328,SUCCESS,2,1,16470.95,3203978.01,3220448.96,127,6873,2037,26353.52,realamprandom -330,SUCCESS,2,1,528.38,3220448.96,3220977.34,127,401,1120,845.41,portfoliovqe -331,SUCCESS,2,1,142.87,3220977.34,3221120.21,127,86,1412,228.59,graphstate -332,SUCCESS,2,1,66649.4,3221120.21,3287769.61,127,22035,2571,106639.04,random -333,SUCCESS,2,1,214.32,3287769.61,3287983.93,127,102,1786,342.91,ghz -334,SUCCESS,2,1,654.73,3287983.93,3288638.66,127,373,1492,1047.57,dj -335,SUCCESS,2,1,653.26,3288638.66,3289291.92,127,249,2230,1045.22,wstate -336,SUCCESS,2,1,20137.13,3289291.92,3309429.05,127,4489,3813,32219.41,qft -337,SUCCESS,2,1,15442.33,3309429.05,3324871.38,127,5826,2253,24707.73,twolocalrandom -341,SUCCESS,2,1,511.56,3324871.38,3325382.94,127,113,3848,818.5,wstate -343,SUCCESS,2,1,7515.52,3325382.94,3332898.46,127,2519,2536,12024.83,ae -345,SUCCESS,2,1,2842.32,3332898.46,3335740.78,127,1532,1577,4547.71,qft -346,SUCCESS,2,1,16748.85,3335740.78,3352489.63,127,3855,3693,26798.16,pricingcall -347,SUCCESS,2,1,293.98,3352489.63,3352783.61,127,125,1999,470.37,wstate -348,SUCCESS,2,1,5280.83,3352783.61,3358064.44,127,1408,3188,8449.33,qpeinexact -349,SUCCESS,2,1,110776.54,3358064.44,3468840.98,127,31962,2946,177242.46,random -350,SUCCESS,2,1,852.69,3468840.98,3469693.67,127,217,3340,1364.3,wstate -351,SUCCESS,2,1,30755.19,3469693.67,3500448.86,127,7673,3407,49208.3,qft -352,SUCCESS,2,1,9988.87,3500448.86,3510437.73,127,5174,1641,15982.19,qpeexact -353,SUCCESS,2,1,790.23,3510437.73,3511227.96,127,196,3427,1264.37,realamprandom -354,SUCCESS,2,1,336.1,3511227.96,3511564.06,127,121,2361,537.76,ghz -355,SUCCESS,2,1,2273.51,3511564.06,3513837.57,127,576,3355,3637.62,ghz -356,SUCCESS,2,1,278.25,3513837.57,3514115.82,127,91,2599,445.2,graphstate -357,SUCCESS,2,1,16601.46,3514115.82,3530717.28,127,5674,2487,26562.34,ae -358,SUCCESS,2,1,4206.77,3530717.28,3534924.05,127,1554,2301,6730.83,wstate -360,SUCCESS,2,1,121923.68,3534924.05,3656847.73,127,31206,3321,195077.89,grover-noancilla -362,SUCCESS,2,1,319.52,3656847.73,3657167.25,127,82,3312,511.23,wstate -363,SUCCESS,2,1,665.51,3657167.25,3657832.76,127,511,1107,1064.82,dj -364,SUCCESS,2,1,5391.66,3657832.76,3663224.42,127,1562,2934,8626.66,qft -365,SUCCESS,2,1,2458.37,3663224.42,3665682.79,127,697,2998,3933.39,twolocalrandom -366,SUCCESS,2,1,37518.63,3665682.79,3703201.42,127,9597,3323,60029.81,twolocalrandom -368,SUCCESS,2,1,50435.06,3703201.42,3753636.48,127,10793,3972,80696.1,realamprandom -370,SUCCESS,2,1,78649.13,3753636.48,3832285.61,127,17551,3809,125838.61,twolocalrandom -371,SUCCESS,2,1,22792.61,3832285.61,3855078.22,127,6713,2886,36468.18,su2random -372,SUCCESS,2,1,3521.09,3855078.22,3858599.31,127,2147,1394,5633.74,qft -373,SUCCESS,2,1,1149.06,3858599.31,3859748.37,127,561,1741,1838.5,dj -375,SUCCESS,2,1,510.47,3859748.37,3860258.84,127,404,1074,816.75,dj -376,SUCCESS,2,1,9950.14,3860258.84,3870208.98,127,2276,3716,15920.22,qftentangled -377,SUCCESS,2,1,1521.25,3870208.98,3871730.23,127,577,2241,2434,dj -379,SUCCESS,2,1,15943.13,3871730.23,3887673.36,127,6031,2247,25509.01,qftentangled -380,SUCCESS,2,1,601.51,3887673.36,3888274.87,127,332,1540,962.42,twolocalrandom -381,SUCCESS,2,1,11987.74,3888274.87,3900262.61,127,2685,3795,19180.38,ae -382,SUCCESS,2,1,28507.21,3900262.61,3928769.82,127,9381,2583,45611.54,random -385,SUCCESS,2,1,1967.85,3928769.82,3930737.67,127,429,3899,3148.56,qftentangled -386,SUCCESS,2,1,8745.76,3930737.67,3939483.43,127,6392,1163,13993.22,qnn -387,SUCCESS,2,1,12524.36,3939483.43,3952007.79,127,6687,1592,20038.98,qnn -388,SUCCESS,2,1,1965.6,3952007.79,3953973.39,127,442,3780,3144.96,dj -389,SUCCESS,2,1,18578.12,3953973.39,3972551.51,127,5853,2698,29724.99,qftentangled -390,SUCCESS,2,1,2828.55,3972551.51,3975380.06,127,1192,2017,4525.68,twolocalrandom -392,SUCCESS,2,1,4913.54,3975380.06,3980293.6,127,1278,3268,7861.66,ae -393,SUCCESS,2,1,8640.39,3980293.6,3988933.99,127,4305,1706,13824.62,random -394,SUCCESS,2,1,1260.24,3988933.99,3990194.23,127,824,1300,2016.38,wstate -395,SUCCESS,2,1,34450.76,3990194.23,4024644.99,127,7391,3962,55121.22,qpeinexact -396,SUCCESS,2,1,101.59,4024644.99,4024746.58,127,50,1727,162.54,tsp -397,SUCCESS,2,1,48.46,4024746.58,4024795.04,127,33,1248,77.54,wstate -398,SUCCESS,2,1,7634.23,4024795.04,4032429.27,127,4789,1355,12214.77,ae -399,SUCCESS,2,1,191.25,4032429.27,4032620.52,127,66,2463,306,graphstate -400,SUCCESS,2,1,21338.12,4032620.52,4053958.64,127,6364,2850,34140.99,qpeexact -401,SUCCESS,2,1,13753.51,4053958.64,4067712.15,127,5026,2326,22005.62,qnn -402,SUCCESS,2,1,1132.8,4067712.15,4068844.95,127,331,2909,1812.48,ae -403,SUCCESS,2,1,294.94,4068844.95,4069139.89,127,78,3214,471.9,ghz -404,SUCCESS,2,1,396.99,4069139.89,4069536.88,127,285,1184,635.18,wstate -405,SUCCESS,2,1,1646.34,4069536.88,4071183.22,127,391,3579,2634.14,ghz -408,SUCCESS,2,1,7787.59,4071183.22,4078970.81,127,4708,1406,12460.14,qpeinexact -409,SUCCESS,2,1,4593.69,4078970.81,4083564.5,127,1435,2721,7349.9,wstate -410,SUCCESS,2,1,5095.59,4083564.5,4088660.09,127,1375,3150,8152.94,wstate -411,SUCCESS,2,1,396.39,4088660.09,4089056.48,127,257,1311,634.22,wstate -412,SUCCESS,2,1,13723.92,4089056.48,4102780.4,127,6685,1745,21958.27,realamprandom -413,SUCCESS,2,1,1294.8,4102780.4,4104075.2,127,326,3376,2071.68,portfolioqaoa -414,SUCCESS,2,1,1386.92,4104075.2,4105462.12,127,307,3840,2219.07,dj -415,SUCCESS,2,1,2886.36,4105462.12,4108348.48,127,940,2610,4618.18,su2random -417,SUCCESS,2,1,4303.62,4108348.48,4112652.1,127,1757,2082,6885.79,twolocalrandom -418,SUCCESS,2,1,814.71,4112652.1,4113466.81,127,277,2500,1303.54,wstate -419,SUCCESS,2,1,5787.81,4113466.81,4119254.62,127,2829,1739,9260.5,qpeinexact -420,SUCCESS,2,1,20422.37,4119254.62,4139676.99,127,14136,1228,32675.79,twolocalrandom -421,SUCCESS,2,1,6113.36,4139676.99,4145790.35,127,2575,2018,9781.38,ae -422,SUCCESS,2,1,2240.96,4145790.35,4148031.31,127,989,1926,3585.54,ae -423,SUCCESS,2,1,185.3,4148031.31,4148216.61,127,75,2100,296.48,dj -424,SUCCESS,2,1,216.68,4148216.61,4148433.29,127,70,2631,346.69,graphstate -425,SUCCESS,2,1,438.59,4148433.29,4148871.88,127,320,1165,701.74,qnn -426,SUCCESS,2,1,10631.06,4148871.88,4159502.94,127,2515,3593,17009.7,qpeexact -428,SUCCESS,2,1,21223.12,4159502.94,4180726.06,127,4869,3705,33956.99,qnn -429,SUCCESS,2,1,14767.7,4180726.06,4195493.76,127,3135,4004,23628.32,ae -430,SUCCESS,2,1,915.81,4195493.76,4196409.57,127,274,2841,1465.3,dj -431,SUCCESS,2,1,131.69,4196409.57,4196541.26,127,61,1835,210.7,ghz -432,SUCCESS,2,1,43186.33,4196541.26,4239727.59,127,15125,2427,69098.13,random -433,SUCCESS,2,1,2222.5,4239727.59,4241950.09,127,767,2463,3556,realamprandom -435,SUCCESS,2,1,115337.35,4241950.09,4357287.44,127,35227,2783,184539.76,random -436,SUCCESS,2,1,1119.57,4357287.44,4358407.01,127,292,3259,1791.31,ghz -437,SUCCESS,2,1,10254,4358407.01,4368661.01,127,2828,3082,16406.4,qwalk-v-chain -438,SUCCESS,2,1,8093.54,4368661.01,4376754.55,127,2598,2648,12949.66,random -439,SUCCESS,2,1,590.46,4376754.55,4377345.01,127,155,3238,944.74,graphstate -440,SUCCESS,2,1,5744.67,4377345.01,4383089.68,127,2333,2093,9191.47,qftentangled -441,SUCCESS,2,1,166.34,4383089.68,4383256.02,127,129,1096,266.14,qftentangled -442,SUCCESS,2,1,33341.37,4383256.02,4416597.39,127,8355,3392,53346.19,qpeinexact -443,SUCCESS,2,1,23571.43,4416597.39,4440168.82,127,7976,2512,37714.29,qftentangled -444,SUCCESS,2,1,44.12,4440168.82,4440212.94,127,29,1293,70.59,ghz -445,SUCCESS,2,1,125.46,4440212.94,4440338.4,127,62,1720,200.74,ghz -446,SUCCESS,2,1,925.99,4440338.4,4441264.39,127,310,2539,1481.58,graphstate -448,SUCCESS,2,1,28205.09,4441264.39,4469469.48,127,6276,3820,45128.14,qpeinexact -449,SUCCESS,2,1,20054.19,4469469.48,4489523.67,127,4431,3847,32086.7,ae -450,SUCCESS,2,1,48.66,4489523.67,4489572.33,127,13,3181,77.86,ghz -452,SUCCESS,2,1,2313.98,4489572.33,4491886.31,127,687,2863,3702.37,dj -453,SUCCESS,2,1,22919.59,4491886.31,4514805.9,127,8372,2327,36671.34,qnn -454,SUCCESS,2,1,2484.53,4514805.9,4517290.43,127,1950,1083,3975.25,random -456,SUCCESS,2,1,1195.52,4517290.43,4518485.95,127,315,3226,1912.83,su2random -457,SUCCESS,2,1,12878.78,4518485.95,4531364.73,127,3088,3545,20606.05,twolocalrandom -458,SUCCESS,2,1,24269.55,4531364.73,4555634.28,127,6661,3097,38831.28,twolocalrandom -459,SUCCESS,2,1,1769.16,4555634.28,4557403.44,127,782,1923,2830.66,su2random -460,SUCCESS,2,1,38361.54,4557403.44,4595764.98,127,9378,3477,61378.46,qpeinexact -461,SUCCESS,2,1,142.54,4595764.98,4595907.52,127,41,2955,228.06,wstate -463,SUCCESS,2,1,32515.56,4595907.52,4628423.08,127,7792,3547,52024.9,realamprandom -464,SUCCESS,2,1,9297.03,4628423.08,4637720.11,127,3215,2458,14875.25,grover-v-chain -465,SUCCESS,2,1,6516.63,4637720.11,4644236.74,127,1366,4055,10426.61,qft -468,SUCCESS,2,1,5139.03,4644236.74,4649375.77,127,1944,2247,8222.45,qnn -469,SUCCESS,2,1,6917.43,4649375.77,4656293.2,127,1584,3712,11067.89,twolocalrandom -470,SUCCESS,2,1,11686.41,4656293.2,4667979.61,127,5312,1870,18698.26,twolocalrandom -471,SUCCESS,2,1,8115.88,4667979.61,4676095.49,127,2623,2630,12985.41,su2random -474,SUCCESS,2,1,356.6,4676095.49,4676452.09,127,167,1815,570.56,qpeinexact -476,SUCCESS,2,1,4444.52,4676452.09,4680896.61,127,1188,3180,7111.23,realamprandom -477,SUCCESS,2,1,32827.15,4680896.61,4713723.76,127,8109,3441,52523.44,su2random -478,SUCCESS,2,1,2993.82,4713723.76,4716717.58,127,697,3651,4790.11,realamprandom -479,SUCCESS,2,1,147.13,4716717.58,4716864.71,127,57,2194,235.41,wstate -481,SUCCESS,2,1,33.8,4716864.71,4716898.51,127,19,1512,54.08,ghz -482,SUCCESS,2,1,294.62,4716898.51,4717193.13,127,159,1575,471.39,graphstate -483,SUCCESS,2,1,157315.62,4717193.13,4874508.75,127,35811,3734,251704.99,shor -485,SUCCESS,2,1,346.9,4874508.75,4874855.65,127,89,3313,555.04,graphstate -487,SUCCESS,2,1,1309.03,4874855.65,4876164.68,127,351,3170,2094.45,ghz -489,SUCCESS,2,1,857.63,4876164.68,4877022.31,127,254,2870,1372.21,portfoliovqe -490,SUCCESS,2,1,790.74,4877022.31,4877813.05,127,546,1231,1265.18,dj -491,SUCCESS,2,1,8770.05,4877813.05,4886583.1,127,1998,3731,14032.08,ae -492,SUCCESS,2,1,3853.94,4886583.1,4890437.04,127,1826,1794,6166.3,twolocalrandom -493,SUCCESS,2,1,3079.35,4890437.04,4893516.39,127,861,3040,4926.96,ae -494,SUCCESS,2,1,14790.37,4893516.39,4908306.76,127,7188,1749,23664.59,pricingcall -495,SUCCESS,2,1,17506.17,4908306.76,4925812.93,127,8203,1814,28009.87,qftentangled -496,SUCCESS,2,1,4058.69,4925812.93,4929871.62,127,939,3674,6493.9,qftentangled -497,SUCCESS,2,1,3871.87,4929871.62,4933743.49,127,2949,1116,6194.99,qft -498,SUCCESS,2,1,3782.56,4933743.49,4937526.05,127,2269,1417,6052.1,random -500,SUCCESS,2,1,4963.06,4937526.05,4942489.11,127,1187,3554,7940.9,qnn -501,SUCCESS,2,1,20205.61,4942489.11,4962694.72,127,6593,2605,32328.98,random -502,SUCCESS,2,1,13730.96,4962694.72,4976425.68,127,4453,2621,21969.54,qpeinexact -505,SUCCESS,2,1,902.96,4976425.68,4977328.64,127,394,1948,1444.74,random -506,SUCCESS,2,1,1907.53,4977328.64,4979236.17,127,1315,1233,3052.05,qftentangled -507,SUCCESS,2,1,8031.82,4979236.17,4987267.99,127,2245,3041,12850.91,su2random -509,SUCCESS,2,1,112945.42,4987267.99,5100213.41,127,28564,3361,180712.67,random -510,SUCCESS,2,1,59226.88,5100213.41,5159440.29,127,16703,3014,94763.01,realamprandom -511,SUCCESS,2,1,7574.61,5159440.29,5167014.9,127,3611,1783,12119.38,qpeexact -512,SUCCESS,2,1,596.11,5167014.9,5167611.01,127,226,2242,953.78,dj -513,SUCCESS,2,1,1267.7,5167611.01,5168878.71,127,676,1594,2028.32,dj -514,SUCCESS,2,1,19022.47,5168878.71,5187901.18,127,5869,2755,30435.95,ae -515,SUCCESS,2,1,337.06,5187901.18,5188238.24,127,78,3673,539.3,graphstate -517,SUCCESS,2,1,226.4,5188238.24,5188464.64,127,48,4009,362.24,ghz -518,SUCCESS,2,1,3405.73,5188464.64,5191870.37,127,873,3316,5449.17,qpeexact -519,SUCCESS,2,1,9664.73,5191870.37,5201535.1,127,4455,1844,15463.57,qpeexact -520,SUCCESS,2,1,14402.29,5201535.1,5215937.39,127,10824,1131,23043.66,qpeinexact -522,SUCCESS,2,1,4327.31,5215937.39,5220264.7,127,1443,2549,6923.7,realamprandom -523,SUCCESS,2,1,4086.95,5220264.7,5224351.65,127,1029,3376,6539.12,qpeexact -524,SUCCESS,2,1,4896,5224351.65,5229247.65,127,1440,2890,7833.6,ae -525,SUCCESS,2,1,2496.88,5229247.65,5231744.53,127,877,2420,3995.01,random -526,SUCCESS,2,1,133.44,5231744.53,5231877.97,127,51,2224,213.5,ghz -527,SUCCESS,2,1,10114.9,5231877.97,5241992.87,127,2889,2976,16183.84,qftentangled -528,SUCCESS,2,1,3626.73,5241992.87,5245619.6,127,819,3764,5802.77,qftentangled -529,SUCCESS,2,1,7049.34,5245619.6,5252668.94,127,5312,1128,11278.94,realamprandom -530,SUCCESS,2,1,16924.97,5252668.94,5269593.91,127,3611,3984,27079.95,qpeinexact -531,SUCCESS,2,1,1075.19,5269593.91,5270669.1,127,443,2063,1720.3,portfolioqaoa -532,SUCCESS,2,1,6998.05,5270669.1,5277667.15,127,2294,2593,11196.88,qft -534,SUCCESS,2,1,3747.27,5277667.15,5281414.42,127,2577,1236,5995.63,qft -535,SUCCESS,2,1,100.85,5281414.42,5281515.27,127,34,2521,161.36,ghz -536,SUCCESS,2,1,8269.27,5281515.27,5289784.54,127,3211,2189,13230.83,realamprandom -537,SUCCESS,2,1,805.22,5289784.54,5290589.76,127,196,3492,1288.35,twolocalrandom -541,SUCCESS,2,1,140.14,5290589.76,5290729.9,127,77,1547,224.22,wstate -542,SUCCESS,2,1,34524,5290729.9,5325253.9,127,9316,3150,55238.4,qnn -544,SUCCESS,2,1,236.77,5325253.9,5325490.67,127,125,1610,378.83,graphstate -545,SUCCESS,2,1,21161.06,5325490.67,5346651.73,127,4450,4042,33857.7,su2random -546,SUCCESS,2,1,6666.05,5346651.73,5353317.78,127,2308,2455,10665.68,random -547,SUCCESS,2,1,14429.43,5353317.78,5367747.21,127,4431,2768,23087.09,qft -548,SUCCESS,2,1,28600.15,5367747.21,5396347.36,127,8575,2835,45760.24,qpeexact -549,SUCCESS,2,1,7711.61,5396347.36,5404058.97,127,3992,1642,12338.58,qftentangled -550,SUCCESS,2,1,17577.15,5404058.97,5421636.12,127,8142,1835,28123.44,qftentangled -551,SUCCESS,2,1,4152.06,5421636.12,5425788.18,127,1094,3226,6643.3,ae -552,SUCCESS,2,1,7396.57,5425788.18,5433184.75,127,4363,1441,11834.51,ae -553,SUCCESS,2,1,42196,5433184.75,5475380.75,127,9590,3740,67513.6,qpeinexact -554,SUCCESS,2,1,330.39,5475380.75,5475711.14,127,138,2035,528.62,graphstate -556,SUCCESS,2,1,13146.81,5475711.14,5488857.95,127,3081,3627,21034.9,qpeinexact -557,SUCCESS,2,1,2031.96,5488857.95,5490889.91,127,740,2334,3251.14,realamprandom -558,SUCCESS,2,1,18157.57,5490889.91,5509047.48,127,5729,2694,29052.11,qpeinexact -560,SUCCESS,2,1,1323.24,5509047.48,5510370.72,127,818,1375,2117.18,qftentangled -561,SUCCESS,2,1,2697.18,5510370.72,5513067.9,127,2071,1107,4315.49,twolocalrandom -563,SUCCESS,2,1,162.29,5513067.9,5513230.19,127,60,2299,259.66,graphstate -565,SUCCESS,2,1,18473.09,5513230.19,5531703.28,127,4340,3618,29556.94,qpeexact -566,SUCCESS,2,1,3720.43,5531703.28,5535423.71,127,1127,2806,5952.69,su2random -569,SUCCESS,2,1,1046.07,5535423.71,5536469.78,127,704,1263,1673.71,su2random -570,SUCCESS,2,1,543.49,5536469.78,5537013.27,127,197,2345,869.58,dj -571,SUCCESS,2,1,7655.21,5537013.27,5544668.48,127,2577,2525,12248.34,realamprandom -572,SUCCESS,2,1,8014.94,5544668.48,5552683.42,127,5649,1206,12823.9,qnn -573,SUCCESS,2,1,1764.75,5552683.42,5554448.17,127,630,2381,2823.6,dj -574,SUCCESS,2,1,95923.39,5554448.17,5650371.56,127,20237,4029,153477.42,random -575,SUCCESS,2,1,17273.34,5650371.56,5667644.9,127,13709,1071,27637.34,twolocalrandom -576,SUCCESS,2,1,10676.09,5667644.9,5678320.99,127,2827,3210,17081.74,qpeinexact -577,SUCCESS,2,1,79.58,5678320.99,5678400.57,127,45,1503,127.33,ghz -579,SUCCESS,2,1,1976.52,5678400.57,5680377.09,127,663,2534,3162.43,dj -580,SUCCESS,2,1,59387.42,5680377.09,5739764.51,127,15513,3254,95019.87,su2random -581,SUCCESS,2,1,26212.13,5739764.51,5765976.64,127,12510,1781,41939.41,realamprandom -582,SUCCESS,2,1,1904.86,5765976.64,5767881.5,127,406,3988,3047.78,dj -583,SUCCESS,2,1,6469.65,5767881.5,5774351.15,127,1600,3437,10351.44,qnn -584,SUCCESS,2,1,32971.3,5774351.15,5807322.45,127,11600,2416,52754.08,qnn -586,SUCCESS,2,1,3586.62,5807322.45,5810909.07,127,853,3574,5738.59,qft -587,SUCCESS,2,1,890.04,5810909.07,5811799.11,127,574,1318,1424.06,ghz -588,SUCCESS,2,1,7765.57,5811799.11,5819564.68,127,1887,3498,12424.91,qft -590,SUCCESS,2,1,53681.4,5819564.68,5873246.08,127,12508,3648,85890.24,twolocalrandom -591,SUCCESS,2,1,2113.28,5873246.08,5875359.36,127,544,3302,3381.25,dj -592,SUCCESS,2,1,703.99,5875359.36,5876063.35,127,153,3911,1126.38,graphstate -593,SUCCESS,2,1,2818.72,5876063.35,5878882.07,127,784,3056,4509.95,qft -594,SUCCESS,2,1,211.58,5878882.07,5879093.65,127,161,1117,338.53,graphstate -597,SUCCESS,2,1,31993.78,5879093.65,5911087.43,127,8409,3234,51190.05,realamprandom -598,SUCCESS,2,1,688.29,5911087.43,5911775.72,127,319,1834,1101.26,graphstate -599,SUCCESS,2,1,115385.68,5911775.72,6027161.4,127,24544,3996,184617.09,random -600,SUCCESS,2,1,39635.84,6027161.4,6066797.24,127,11436,2946,63417.34,realamprandom -601,SUCCESS,2,1,32077.87,6066797.24,6098875.11,127,8978,3037,51324.59,su2random -602,SUCCESS,2,1,45.07,6098875.11,6098920.18,127,12,3192,72.11,ghz -604,SUCCESS,2,1,1000.72,6098920.18,6099920.9,127,792,1074,1601.15,dj -605,SUCCESS,2,1,23842.11,6099920.9,6123763.01,127,5664,3578,38147.38,qft -606,SUCCESS,2,1,14245.14,6123763.01,6138008.15,127,3293,3677,22792.22,su2random -607,SUCCESS,2,1,1245.24,6138008.15,6139253.39,127,306,3459,1992.38,portfoliovqe -608,SUCCESS,2,1,4462.93,6139253.39,6143716.32,127,1309,2898,7140.69,random -609,SUCCESS,2,1,5228.41,6143716.32,6148944.73,127,1339,3319,8365.46,qpeexact -610,SUCCESS,2,1,268.75,6148944.73,6149213.48,127,97,2355,430,ghz -611,SUCCESS,2,1,2353.8,6149213.48,6151567.28,127,955,2095,3766.08,wstate -613,SUCCESS,2,1,308.88,6151567.28,6151876.16,127,143,1836,494.21,dj -615,SUCCESS,2,1,77.24,6151876.16,6151953.4,127,42,1563,123.58,qaoa -617,SUCCESS,2,1,8956.08,6151953.4,6160909.48,127,2265,3361,14329.73,ae -618,SUCCESS,2,1,2195.86,6160909.48,6163105.34,127,873,2138,3513.38,qpeinexact -619,SUCCESS,2,1,15171.67,6163105.34,6178277.01,127,3334,3868,24274.67,qft -620,SUCCESS,2,1,2078.57,6178277.01,6180355.58,127,1032,1712,3325.71,qnn -621,SUCCESS,2,1,78126.24,6180355.58,6258481.82,127,33864,1961,125001.98,random -622,SUCCESS,2,1,885.72,6258481.82,6259367.54,127,202,3727,1417.15,wstate -623,SUCCESS,2,1,1420.2,6259367.54,6260787.74,127,459,2630,2272.32,graphstate -624,SUCCESS,2,1,1473.13,6260787.74,6262260.87,127,1086,1153,2357.01,pricingput -625,SUCCESS,2,1,154.64,6262260.87,6262415.51,127,77,1707,247.42,wstate -626,SUCCESS,2,1,20421.25,6262415.51,6282836.76,127,7908,2195,32674,random -627,SUCCESS,2,1,3343.91,6282836.76,6286180.67,127,780,3644,5350.26,qpeexact -629,SUCCESS,2,1,3206.28,6286180.67,6289386.95,127,778,3503,5130.05,qftentangled -630,SUCCESS,2,1,1910.09,6289386.95,6291297.04,127,488,3327,3056.14,dj -631,SUCCESS,2,1,104.17,6291297.04,6291401.21,127,43,2059,166.67,ghz -634,SUCCESS,2,1,7249.05,6291401.21,6298650.26,127,3016,2043,11598.48,ae -635,SUCCESS,2,1,759.04,6298650.26,6299409.3,127,209,3087,1214.46,wstate -636,SUCCESS,2,1,23688.66,6299409.3,6323097.96,127,7070,2848,37901.86,qpeinexact -638,SUCCESS,2,1,321.33,6323097.96,6323419.29,127,125,2185,514.13,ghz -639,SUCCESS,2,1,149.2,6323419.29,6323568.49,127,32,3963,238.72,graphstate -640,SUCCESS,2,1,60.05,6323568.49,6323628.54,127,43,1187,96.08,graphstate -641,SUCCESS,2,1,1492.84,6323628.54,6325121.38,127,321,3953,2388.54,wstate -643,SUCCESS,2,1,5734.03,6325121.38,6330855.41,127,1757,2774,9174.45,realamprandom -644,SUCCESS,2,1,990.14,6330855.41,6331845.55,127,368,2287,1584.22,portfolioqaoa -645,SUCCESS,2,1,53766.99,6331845.55,6385612.54,127,13163,3472,86027.18,su2random -646,SUCCESS,2,1,1307.11,6385612.54,6386919.65,127,1085,1024,2091.38,qpeinexact -647,SUCCESS,2,1,1501.89,6386919.65,6388421.54,127,495,2579,2403.02,qft -648,SUCCESS,2,1,11691.34,6388421.54,6400112.88,127,2749,3615,18706.14,qpeinexact -649,SUCCESS,2,1,9678.2,6400112.88,6409791.08,127,8018,1026,15485.12,su2random -650,SUCCESS,2,1,6248.89,6409791.08,6416039.97,127,1836,2893,9998.22,qft -651,SUCCESS,2,1,24489.12,6416039.97,6440529.09,127,5542,3756,39182.59,qpeinexact -652,SUCCESS,2,1,1216.64,6440529.09,6441745.73,127,477,2168,1946.62,qpeinexact -655,SUCCESS,2,1,9818.05,6441745.73,6451563.78,127,4260,1959,15708.88,qpeexact -656,SUCCESS,2,1,599.23,6451563.78,6452163.01,127,153,3329,958.77,graphstate -657,SUCCESS,2,1,280.07,6452163.01,6452443.08,127,109,2184,448.11,wstate -658,SUCCESS,2,1,5269.48,6452443.08,6457712.56,127,1450,3089,8431.17,pricingput -659,SUCCESS,2,1,5094.14,6457712.56,6462806.7,127,1504,2879,8150.62,wstate -660,SUCCESS,2,1,8364.87,6462806.7,6471171.57,127,1879,3784,13383.79,qnn -661,SUCCESS,2,1,15296.04,6471171.57,6486467.61,127,9442,1377,24473.66,qnn -662,SUCCESS,2,1,86.8,6486467.61,6486554.41,127,53,1392,138.88,ghz -664,SUCCESS,2,1,448.13,6486554.41,6487002.54,127,236,1614,717.01,graphstate -666,SUCCESS,2,1,31464.92,6487002.54,6518467.46,127,8270,3234,50343.87,qpeinexact -667,SUCCESS,2,1,24.5,6518467.46,6518491.96,127,15,1388,39.2,ghz -668,SUCCESS,2,1,2192.27,6518491.96,6520684.23,127,591,3153,3507.63,qft -669,SUCCESS,2,1,331.31,6520684.23,6521015.54,127,129,2183,530.1,wstate -670,SUCCESS,2,1,1658.76,6521015.54,6522674.3,127,373,3780,2654.02,wstate -671,SUCCESS,2,1,2019.9,6522674.3,6524694.2,127,470,3653,3231.84,portfolioqaoa -674,SUCCESS,2,1,17353.85,6524694.2,6542048.05,127,3673,4016,27766.16,qftentangled -677,SUCCESS,2,1,7305.73,6542048.05,6549353.78,127,1539,4035,11689.17,ae -678,SUCCESS,2,1,275.85,6549353.78,6549629.63,127,108,2171,441.36,ghz -679,SUCCESS,2,1,3018.6,6549629.63,6552648.23,127,765,3354,4829.76,realamprandom -680,SUCCESS,2,1,1893.3,6552648.23,6554541.53,127,605,2660,3029.28,dj -682,SUCCESS,2,1,52.41,6554541.53,6554593.94,127,37,1204,83.86,dj -683,SUCCESS,2,1,5671.19,6554593.94,6560265.13,127,1551,3108,9073.9,qnn -684,SUCCESS,2,1,198.13,6560265.13,6560463.26,127,110,1531,317.01,dj -685,SUCCESS,2,1,10119.47,6560463.26,6570582.73,127,3973,2165,16191.15,qwalk-v-chain -687,SUCCESS,2,1,4118.04,6570582.73,6574700.77,127,1014,3452,6588.86,ghz -688,SUCCESS,2,1,6954.39,6574700.77,6581655.16,127,3295,1794,11127.02,qpeinexact -689,SUCCESS,2,1,2966.15,6581655.16,6584621.31,127,1843,1368,4745.84,ae -690,SUCCESS,2,1,481.65,6584621.31,6585102.96,127,356,1150,770.64,graphstate -691,SUCCESS,2,1,35363.71,6585102.96,6620466.67,127,8525,3526,56581.94,ae -692,SUCCESS,2,1,24621.12,6620466.67,6645087.79,127,7493,2793,39393.79,su2random -693,SUCCESS,2,1,12770.33,6645087.79,6657858.12,127,6404,1695,20432.53,qpeexact -694,SUCCESS,2,1,2482.11,6657858.12,6660340.23,127,789,2674,3971.38,su2random -695,SUCCESS,2,1,29743.37,6660340.23,6690083.6,127,8481,2981,47589.39,qpeinexact -696,SUCCESS,2,1,747.14,6690083.6,6690830.74,127,259,2452,1195.42,random -697,SUCCESS,2,1,7957.28,6690830.74,6698788.02,127,2464,2745,12731.65,qft -698,SUCCESS,2,1,3481.39,6698788.02,6702269.41,127,968,3057,5570.22,qpeinexact -700,SUCCESS,2,1,5625.22,6702269.41,6707894.63,127,3916,1221,9000.35,qftentangled -701,SUCCESS,2,1,1427.79,6707894.63,6709322.42,127,358,3390,2284.46,ghz -702,SUCCESS,2,1,20.18,6709322.42,6709342.6,127,13,1319,32.29,ghz -704,SUCCESS,2,1,6621.98,6709342.6,6715964.58,127,3765,1495,10595.17,qpeinexact -705,SUCCESS,2,1,936.76,6715964.58,6716901.34,127,370,2152,1498.82,graphstate -706,SUCCESS,2,1,16573.08,6716901.34,6733474.42,127,7202,1956,26516.93,twolocalrandom -707,SUCCESS,2,1,533.98,6733474.42,6734008.4,127,347,1308,854.37,su2random -708,SUCCESS,2,1,1805.5,6734008.4,6735813.9,127,1007,1524,2888.8,realamprandom -709,SUCCESS,2,1,9793.39,6735813.9,6745607.29,127,5193,1603,15669.42,qnn -710,SUCCESS,2,1,1178.13,6745607.29,6746785.42,127,951,1053,1885.01,wstate -711,SUCCESS,2,1,12860.42,6746785.42,6759645.84,127,3991,2739,20576.67,ae -712,SUCCESS,2,1,7591.47,6759645.84,6767237.31,127,2161,2986,12146.35,ae -713,SUCCESS,2,1,9140.92,6767237.31,6776378.23,127,3441,2258,14625.47,ae -714,SUCCESS,2,1,949.7,6776378.23,6777327.93,127,744,1085,1519.52,qnn -715,SUCCESS,2,1,7500.21,6777327.93,6784828.14,127,1687,3779,12000.34,random -716,SUCCESS,2,1,3310.51,6784828.14,6788138.65,127,854,3295,5296.82,qpeexact -717,SUCCESS,2,1,2809.93,6788138.65,6790948.58,127,767,3114,4495.89,qnn -718,SUCCESS,2,1,452.7,6790948.58,6791401.28,127,166,2318,724.32,graphstate -719,SUCCESS,2,1,829.04,6791401.28,6792230.32,127,395,1784,1326.46,ghz -720,SUCCESS,2,1,26507.94,6792230.32,6818738.26,127,8927,2524,42412.7,realamprandom -722,SUCCESS,2,1,128.32,6818738.26,6818866.58,127,46,2371,205.31,graphstate -724,SUCCESS,2,1,1044.68,6818866.58,6819911.26,127,329,2699,1671.49,qnn -727,SUCCESS,2,1,21397.81,6819911.26,6841309.07,127,15297,1189,34236.5,random -728,SUCCESS,2,1,14909.18,6841309.07,6856218.25,127,3943,3214,23854.69,qftentangled -729,SUCCESS,2,1,11844.36,6856218.25,6868062.61,127,5049,1994,18950.98,random -730,SUCCESS,2,1,3207.53,6868062.61,6871270.14,127,1536,1775,5132.05,wstate -731,SUCCESS,2,1,343.96,6871270.14,6871614.1,127,97,3014,550.34,dj -732,SUCCESS,2,1,48419.9,6871614.1,6920034,127,18581,2215,77471.84,random -734,SUCCESS,2,1,1570.68,6920034,6921604.68,127,1166,1145,2513.09,qpeexact -736,SUCCESS,2,1,213.36,6921604.68,6921818.04,127,150,1209,341.38,dj -737,SUCCESS,2,1,4412.36,6921818.04,6926230.4,127,1704,2201,7059.78,qpeinexact -738,SUCCESS,2,1,236.72,6926230.4,6926467.12,127,95,2118,378.75,ghz -739,SUCCESS,2,1,471.5,6926467.12,6926938.62,127,115,3485,754.4,ghz -740,SUCCESS,2,1,1856.81,6926938.62,6928795.43,127,748,2110,2970.9,realamprandom -741,SUCCESS,2,1,1707.05,6928795.43,6930502.48,127,539,2692,2731.28,ghz -742,SUCCESS,2,1,59943.18,6930502.48,6990445.66,127,15030,3390,95909.09,twolocalrandom -743,SUCCESS,2,1,29379.39,6990445.66,7019825.05,127,6240,4002,47007.02,realamprandom -744,SUCCESS,2,1,2765.42,7019825.05,7022590.47,127,730,3220,4424.67,qpeinexact -745,SUCCESS,2,1,32502.75,7022590.47,7055093.22,127,10830,2551,52004.4,qpeinexact -746,SUCCESS,2,1,20040.43,7055093.22,7075133.65,127,8342,2042,32064.69,realamprandom -749,SUCCESS,2,1,2132.49,7075133.65,7077266.14,127,1281,1415,3411.98,random -750,SUCCESS,2,1,6176.24,7077266.14,7083442.38,127,2116,2481,9881.98,ae -752,SUCCESS,2,1,1356.82,7083442.38,7084799.2,127,1110,1039,2170.91,twolocalrandom -753,SUCCESS,2,1,14205.69,7084799.2,7099004.89,127,6237,1936,22729.1,ae -754,SUCCESS,2,1,37216.31,7099004.89,7136221.2,127,9046,3497,59546.1,su2random -755,SUCCESS,2,1,7295.93,7136221.2,7143517.13,127,2367,2620,11673.49,qnn -756,SUCCESS,2,1,61241,7143517.13,7204758.13,127,13997,3719,97985.6,twolocalrandom -757,SUCCESS,2,1,11789.64,7204758.13,7216547.77,127,2561,3913,18863.42,su2random -758,SUCCESS,2,1,1869.65,7216547.77,7218417.42,127,400,3973,2991.44,portfolioqaoa -759,SUCCESS,2,1,13738.72,7218417.42,7232156.14,127,3761,3105,21981.95,grover-noancilla -760,SUCCESS,2,1,5988.48,7232156.14,7238144.62,127,1317,3865,9581.57,twolocalrandom -763,SUCCESS,2,1,220.58,7238144.62,7238365.2,127,63,2976,352.93,groundstate -764,SUCCESS,2,1,4226.68,7238365.2,7242591.88,127,1444,2488,6762.69,pricingcall -765,SUCCESS,2,1,10491.46,7242591.88,7253083.34,127,8485,1051,16786.34,random -766,SUCCESS,2,1,143.15,7253083.34,7253226.49,127,67,1816,229.04,ghz -767,SUCCESS,2,1,2707.31,7253226.49,7255933.8,127,763,3016,4331.7,qpeinexact -768,SUCCESS,2,1,20109.22,7255933.8,7276043.02,127,6268,2727,32174.75,qpeinexact -770,SUCCESS,2,1,1793.45,7276043.02,7277836.47,127,1396,1092,2869.52,qpeinexact -771,SUCCESS,2,1,18747.79,7277836.47,7296584.26,127,4698,3392,29996.46,qwalk-noancilla -772,SUCCESS,2,1,52.28,7296584.26,7296636.54,127,42,1058,83.65,ghz -773,SUCCESS,2,1,7175.57,7296636.54,7303812.11,127,1623,3758,11480.91,realamprandom -774,SUCCESS,2,1,5831.1,7303812.11,7309643.21,127,2444,2028,9329.76,qftentangled -775,SUCCESS,2,1,13125.75,7309643.21,7322768.96,127,3045,3664,21001.2,twolocalrandom -776,SUCCESS,2,1,890.31,7322768.96,7323659.27,127,231,3276,1424.5,random -777,SUCCESS,2,1,3684.22,7323659.27,7327343.49,127,1005,3116,5894.75,qft -778,SUCCESS,2,1,6991.35,7327343.49,7334334.84,127,5437,1093,11186.16,su2random -780,SUCCESS,2,1,1586.73,7334334.84,7335921.57,127,368,3665,2538.77,dj -781,SUCCESS,2,1,23065.11,7335921.57,7358986.68,127,4797,4087,36904.18,realamprandom -782,SUCCESS,2,1,2435.97,7358986.68,7361422.65,127,536,3863,3897.55,qpeinexact -783,SUCCESS,2,1,7556.86,7361422.65,7368979.51,127,5278,1217,12090.98,ae -785,SUCCESS,2,1,41246.45,7368979.51,7410225.96,127,15197,2307,65994.32,random -786,SUCCESS,2,1,3910.2,7410225.96,7414136.16,127,2615,1271,6256.32,su2random -789,SUCCESS,2,1,455.99,7414136.16,7414592.15,127,145,2673,729.58,wstate -790,SUCCESS,2,1,1662.13,7414592.15,7416254.28,127,631,2239,2659.41,dj -793,SUCCESS,2,1,718.56,7416254.28,7416972.84,127,212,2881,1149.7,pricingput -794,SUCCESS,2,1,2452.93,7416972.84,7419425.77,127,551,3784,3924.69,dj -795,SUCCESS,2,1,9605.22,7419425.77,7429030.99,127,4459,1831,15368.35,ae -796,SUCCESS,2,1,2092.46,7429030.99,7431123.45,127,814,2185,3347.94,realamprandom -797,SUCCESS,2,1,7174.57,7431123.45,7438298.02,127,2020,3019,11479.31,qpeinexact -799,SUCCESS,2,1,736.36,7438298.02,7439034.38,127,182,3439,1178.18,qpeinexact -800,SUCCESS,2,1,5100.91,7439034.38,7444135.29,127,2211,1961,8161.46,qpeinexact -802,SUCCESS,2,1,796.81,7444135.29,7444932.1,127,382,1773,1274.9,dj -804,SUCCESS,2,1,1594.53,7444932.1,7446526.63,127,368,3683,2551.25,twolocalrandom -806,SUCCESS,2,1,49457.7,7446526.63,7495984.33,127,14188,2963,79132.32,realamprandom -807,SUCCESS,2,1,2367.11,7495984.33,7498351.44,127,920,2187,3787.38,qft -808,SUCCESS,2,1,14487.95,7498351.44,7512839.39,127,3109,3961,23180.72,qpeinexact -809,SUCCESS,2,1,13023.49,7512839.39,7525862.88,127,3253,3403,20837.58,qftentangled -810,SUCCESS,2,1,560.36,7525862.88,7526423.24,127,433,1100,896.58,dj -811,SUCCESS,2,1,28498.96,7526423.24,7554922.2,127,8206,2952,45598.34,qnn -812,SUCCESS,2,1,3427.2,7554922.2,7558349.4,127,952,3060,5483.52,qft -813,SUCCESS,2,1,2061.61,7558349.4,7560411.01,127,680,2577,3298.58,dj -815,SUCCESS,2,1,645.88,7560411.01,7561056.89,127,196,2801,1033.41,realamprandom -816,SUCCESS,2,1,1268.75,7561056.89,7562325.64,127,536,2012,2030,qpeexact -817,SUCCESS,2,1,3595.3,7562325.64,7565920.94,127,800,3820,5752.48,ae -818,SUCCESS,2,1,7977.09,7565920.94,7573898.03,127,1790,3788,12763.34,qft -819,SUCCESS,2,1,2600.28,7573898.03,7576498.31,127,1398,1581,4160.45,qpeexact -820,SUCCESS,2,1,5543.65,7576498.31,7582041.96,127,1285,3667,8869.84,wstate -822,SUCCESS,2,1,410.36,7582041.96,7582452.32,127,200,1744,656.58,dj -824,SUCCESS,2,1,976.99,7582452.32,7583429.31,127,520,1597,1563.18,su2random -825,SUCCESS,2,1,820.42,7583429.31,7584249.73,127,541,1289,1312.67,qnn -827,SUCCESS,2,1,58778.81,7584249.73,7643028.54,127,12503,3996,94046.1,random -828,SUCCESS,2,1,18408.18,7643028.54,7661436.72,127,4905,3190,29453.09,random -829,SUCCESS,2,1,3816.1,7661436.72,7665252.82,127,1672,1940,6105.76,qpeexact -830,SUCCESS,2,1,16228.57,7665252.82,7681481.39,127,5051,2731,25965.71,twolocalrandom -833,SUCCESS,2,1,1492.83,7681481.39,7682974.22,127,392,3237,2388.53,qft -834,SUCCESS,2,1,2921.09,7682974.22,7685895.31,127,855,2904,4673.74,realamprandom -835,SUCCESS,2,1,417.84,7685895.31,7686313.15,127,113,3143,668.54,qpeexact -836,SUCCESS,2,1,5379.9,7686313.15,7691693.05,127,2155,2122,8607.84,qnn -837,SUCCESS,2,1,1329.92,7691693.05,7693022.97,127,444,2546,2127.87,portfolioqaoa -838,SUCCESS,2,1,1221.97,7693022.97,7694244.94,127,289,3594,1955.15,wstate -840,SUCCESS,2,1,57991.31,7694244.94,7752236.25,127,13792,3574,92786.1,qwalk-noancilla -842,SUCCESS,2,1,162409.49,7752236.25,7914645.74,127,48832,2827,259855.18,random -843,SUCCESS,2,1,3617.84,7914645.74,7918263.58,127,971,3167,5788.54,qnn -844,SUCCESS,2,1,10241.27,7918263.58,7928504.85,127,3334,2611,16386.03,realamprandom -845,SUCCESS,2,1,36967.4,7928504.85,7965472.25,127,9456,3323,59147.84,su2random -846,SUCCESS,2,1,145.47,7965472.25,7965617.72,127,92,1344,232.75,graphstate -847,SUCCESS,2,1,1522.81,7965617.72,7967140.53,127,508,2548,2436.5,dj -848,SUCCESS,2,1,32030.69,7967140.53,7999171.22,127,7008,3885,51249.1,qpeinexact -849,SUCCESS,2,1,1871.09,7999171.22,8001042.31,127,424,3751,2993.74,dj -850,SUCCESS,2,1,40965.31,8001042.31,8042007.62,127,14686,2371,65544.5,su2random -851,SUCCESS,2,1,1345.39,8042007.62,8043353.01,127,293,3903,2152.62,dj -852,SUCCESS,2,1,11477.88,8043353.01,8054830.89,127,3838,2542,18364.61,qftentangled -853,SUCCESS,2,1,213.17,8054830.89,8055044.06,127,83,2183,341.07,graphstate -854,SUCCESS,2,1,839.63,8055044.06,8055883.69,127,176,4055,1343.41,qftentangled -855,SUCCESS,2,1,113.18,8055883.69,8055996.87,127,25,3848,181.09,graphstate -856,SUCCESS,2,1,211.08,8055996.87,8056207.95,127,55,3262,337.73,dj -857,SUCCESS,2,1,12369.28,8056207.95,8068577.23,127,2618,4016,19790.85,su2random -858,SUCCESS,2,1,21062.22,8068577.23,8089639.45,127,4459,4015,33699.55,realamprandom -859,SUCCESS,2,1,79236.73,8089639.45,8168876.18,127,18407,3659,126778.77,random -860,SUCCESS,2,1,45195.18,8168876.18,8214071.36,127,12583,3053,72312.29,su2random -862,SUCCESS,2,1,3620.43,8214071.36,8217691.79,127,1822,1689,5792.69,qpeexact -863,SUCCESS,2,1,5271.42,8217691.79,8222963.21,127,1728,2593,8434.27,qpeexact -864,SUCCESS,2,1,164.45,8222963.21,8223127.66,127,113,1237,263.12,graphstate -870,SUCCESS,2,1,1983.92,8223127.66,8225111.58,127,1230,1371,3174.27,su2random -871,SUCCESS,2,1,60529.22,8225111.58,8285640.8,127,15787,3259,96846.75,su2random -872,SUCCESS,2,1,769.73,8285640.8,8286410.53,127,233,2808,1231.57,qft -873,SUCCESS,2,1,13964.83,8286410.53,8300375.36,127,6050,1962,22343.73,qpeinexact -874,SUCCESS,2,1,8194.4,8300375.36,8308569.76,127,2681,2598,13111.04,random -875,SUCCESS,2,1,14039.89,8308569.76,8322609.65,127,4443,2686,22463.82,qftentangled -876,SUCCESS,2,1,104.63,8322609.65,8322714.28,127,77,1155,167.41,graphstate -877,SUCCESS,2,1,217.6,8322714.28,8322931.88,127,71,2605,348.16,ghz -879,SUCCESS,2,1,1972.27,8322931.88,8324904.15,127,412,4069,3155.63,realamprandom -880,SUCCESS,2,1,2692.11,8324904.15,8327596.26,127,1001,2286,4307.38,wstate -881,SUCCESS,2,1,4460.61,8327596.26,8332056.87,127,1183,3205,7136.98,qnn -883,SUCCESS,2,1,186639.39,8332056.87,8518696.26,127,57066,2780,298623.02,random -884,SUCCESS,2,1,1060.54,8518696.26,8519756.8,127,412,2188,1696.86,qftentangled -885,SUCCESS,2,1,18946.08,8519756.8,8538702.88,127,10040,1604,30313.73,realamprandom -886,SUCCESS,2,1,5533.46,8538702.88,8544236.34,127,1816,2590,8853.54,su2random -888,SUCCESS,2,1,6765.53,8544236.34,8551001.87,127,4350,1322,10824.85,su2random -889,SUCCESS,2,1,6970,8551001.87,8557971.87,127,4676,1267,11152,qpeinexact -890,SUCCESS,2,1,2563.85,8557971.87,8560535.72,127,963,2263,4102.16,realamprandom -891,SUCCESS,2,1,22686.12,8560535.72,8583221.84,127,8384,2300,36297.79,qpeexact -892,SUCCESS,2,1,2825.06,8583221.84,8586046.9,127,1187,2023,4520.1,wstate -893,SUCCESS,2,1,10946.02,8586046.9,8596992.92,127,2561,3633,17513.63,twolocalrandom -896,SUCCESS,2,1,32647.46,8596992.92,8629640.38,127,15214,1824,52235.94,realamprandom -897,SUCCESS,2,1,4892.84,8629640.38,8634533.22,127,2242,1855,7828.54,pricingcall -898,SUCCESS,2,1,87.67,8634533.22,8634620.89,127,66,1129,140.27,graphstate -899,SUCCESS,2,1,25358.26,8634620.89,8659979.15,127,7995,2696,40573.22,su2random -900,SUCCESS,2,1,49356.92,8659979.15,8709336.07,127,14140,2967,78971.07,su2random -902,SUCCESS,2,1,1526.62,8709336.07,8710862.69,127,445,2916,2442.59,dj -905,SUCCESS,2,1,10183.76,8710862.69,8721046.45,127,4764,1817,16294.02,qnn -906,SUCCESS,2,1,2022.62,8721046.45,8723069.07,127,849,2025,3236.19,dj -907,SUCCESS,2,1,3350.84,8723069.07,8726419.91,127,732,3891,5361.34,qnn -908,SUCCESS,2,1,17539.97,8726419.91,8743959.88,127,7689,1939,28063.95,ae -909,SUCCESS,2,1,976.28,8743959.88,8744936.16,127,489,1697,1562.05,ghz -910,SUCCESS,2,1,11094.51,8744936.16,8756030.67,127,3133,3010,17751.22,pricingput -911,SUCCESS,2,1,78035.96,8756030.67,8834066.63,127,17613,3766,124857.54,su2random -912,SUCCESS,2,1,3777.7,8834066.63,8837844.33,127,1504,2135,6044.32,qftentangled -913,SUCCESS,2,1,3859.22,8837844.33,8841703.55,127,897,3657,6174.75,qnn -914,SUCCESS,2,1,3446.41,8841703.55,8845149.96,127,1391,2106,5514.26,realamprandom -915,SUCCESS,2,1,1637.58,8845149.96,8846787.54,127,380,3663,2620.13,dj -916,SUCCESS,2,1,286.69,8846787.54,8847074.23,127,84,2901,458.7,ghz -917,SUCCESS,2,1,2066.4,8847074.23,8849140.63,127,492,3570,3306.24,dj -919,SUCCESS,2,1,357.88,8849140.63,8849498.51,127,121,2514,572.61,wstate -920,SUCCESS,2,1,3354.55,8849498.51,8852853.06,127,1051,2713,5367.28,qnn -921,SUCCESS,2,1,5237.24,8852853.06,8858090.3,127,1127,3950,8379.58,qftentangled -922,SUCCESS,2,1,894.66,8858090.3,8858984.96,127,481,1581,1431.46,qftentangled -924,SUCCESS,2,1,7534.82,8858984.96,8866519.78,127,2137,2997,12055.71,su2random -925,SUCCESS,2,1,1072.82,8866519.78,8867592.6,127,490,1861,1716.51,ghz -926,SUCCESS,2,1,27290.46,8867592.6,8894883.06,127,6759,3432,43664.74,qnn -927,SUCCESS,2,1,8468.65,8894883.06,8903351.71,127,3868,1861,13549.84,qftentangled -929,SUCCESS,2,1,29118.7,8903351.71,8932470.41,127,8621,2871,46589.92,realamprandom -930,SUCCESS,2,1,2696.69,8932470.41,8935167.1,127,660,3473,4314.7,dj -931,SUCCESS,2,1,30815.87,8935167.1,8965982.97,127,7798,3359,49305.39,qnn -932,SUCCESS,2,1,1375.53,8965982.97,8967358.5,127,370,3160,2200.85,wstate -933,SUCCESS,2,1,14913.85,8967358.5,8982272.35,127,4857,2610,23862.16,qft -934,SUCCESS,2,1,620.08,8982272.35,8982892.43,127,190,2774,992.13,qft -935,SUCCESS,2,1,903,8982892.43,8983795.43,127,718,1069,1444.8,dj -937,SUCCESS,2,1,53759.49,8983795.43,9037554.92,127,28155,1623,86015.18,random -938,SUCCESS,2,1,5106.05,9037554.92,9042660.97,127,1112,3903,8169.68,qnn -939,SUCCESS,2,1,6931.57,9042660.97,9049592.54,127,3023,1949,11090.51,ae -940,SUCCESS,2,1,10822.98,9049592.54,9060415.52,127,3109,2959,17316.77,qpeexact -941,SUCCESS,2,1,4772.58,9060415.52,9065188.1,127,1294,3135,7636.13,wstate -942,SUCCESS,2,1,1016.53,9065188.1,9066204.63,127,752,1149,1626.45,portfoliovqe -943,SUCCESS,2,1,72.12,9066204.63,9066276.75,127,24,2554,115.39,graphstate -945,SUCCESS,2,1,7361.96,9066276.75,9073638.71,127,2037,3072,11779.14,qnn -946,SUCCESS,2,1,669.37,9073638.71,9074308.08,127,268,2123,1070.99,graphstate -947,SUCCESS,2,1,31896.53,9074308.08,9106204.61,127,8550,3171,51034.45,twolocalrandom -948,SUCCESS,2,1,431.86,9106204.61,9106636.47,127,221,1661,690.98,dj -949,SUCCESS,2,1,3808.58,9106636.47,9110445.05,127,1030,3143,6093.73,qpeexact -952,SUCCESS,2,1,542.06,9110445.05,9110987.11,127,194,2375,867.3,ae -954,SUCCESS,2,1,748.13,9110987.11,9111735.24,127,216,2944,1197.01,dj -955,SUCCESS,2,1,1542.05,9111735.24,9113277.29,127,1162,1128,2467.28,wstate -956,SUCCESS,2,1,11810.97,9113277.29,9125088.26,127,2824,3555,18897.55,qftentangled -957,SUCCESS,2,1,5233.48,9125088.26,9130321.74,127,2561,1737,8373.57,realamprandom -958,SUCCESS,2,1,31378.45,9130321.74,9161700.19,127,11760,2268,50205.52,twolocalrandom -959,SUCCESS,2,1,893.52,9161700.19,9162593.71,127,265,2866,1429.63,random -960,SUCCESS,2,1,842.28,9162593.71,9163435.99,127,189,3788,1347.65,dj -961,SUCCESS,2,1,3533.06,9163435.99,9166969.05,127,1180,2545,5652.9,su2random -962,SUCCESS,2,1,1141.56,9166969.05,9168110.61,127,312,3110,1826.5,qftentangled -963,SUCCESS,2,1,2368.89,9168110.61,9170479.5,127,1593,1264,3790.22,realamprandom -964,SUCCESS,2,1,407.95,9170479.5,9170887.45,127,190,1825,652.72,dj -965,SUCCESS,2,1,324.73,9170887.45,9171212.18,127,73,3781,519.57,graphstate -966,SUCCESS,2,1,17842.59,9171212.18,9189054.77,127,13188,1150,28548.14,qnn -967,SUCCESS,2,1,19094.44,9189054.77,9208149.21,127,5430,2989,30551.1,qpeexact -969,SUCCESS,2,1,463.27,9208149.21,9208612.48,127,357,1103,741.23,wstate -970,SUCCESS,2,1,156.62,9208612.48,9208769.1,127,74,1799,250.59,vqe -971,SUCCESS,2,1,8295.7,9208769.1,9217064.8,127,4011,1758,13273.12,qpeexact -972,SUCCESS,2,1,186.42,9217064.8,9217251.22,127,67,2365,298.27,graphstate -973,SUCCESS,2,1,6312.1,9217251.22,9223563.32,127,4799,1118,10099.36,realamprandom -974,SUCCESS,2,1,244.42,9223563.32,9223807.74,127,87,2388,391.07,ghz -975,SUCCESS,2,1,2929.02,9223807.74,9226736.76,127,1091,2282,4686.43,random -977,SUCCESS,2,1,12161,9226736.76,9238897.76,127,9854,1049,19457.6,random -978,SUCCESS,2,1,17983.42,9238897.76,9256881.18,127,8785,1740,28773.47,qpeexact -980,SUCCESS,2,1,13000.36,9256881.18,9269881.54,127,3045,3629,20800.58,realamprandom -981,SUCCESS,2,1,8401.5,9269881.54,9278283.04,127,5897,1211,13442.4,qft -983,SUCCESS,2,1,4129.97,9278283.04,9282413.01,127,1731,2028,6607.95,twolocalrandom -984,SUCCESS,2,1,449.71,9282413.01,9282862.72,127,269,1421,719.54,dj -985,SUCCESS,2,1,22269.21,9282862.72,9305131.93,127,10293,1839,35630.74,qpeinexact -986,SUCCESS,2,1,339.82,9305131.93,9305471.75,127,166,1740,543.71,su2random -988,SUCCESS,2,1,28717.53,9305471.75,9334189.28,127,6104,3999,45948.05,random -989,SUCCESS,2,1,3546.55,9334189.28,9337735.83,127,883,3414,5674.48,qftentangled -990,SUCCESS,2,1,15438.34,9337735.83,9353174.17,127,4229,3103,24701.34,twolocalrandom -992,SUCCESS,2,1,27698.83,9353174.17,9380873,127,12000,1962,44318.13,twolocalrandom -993,SUCCESS,2,1,22510.78,9380873,9403383.78,127,7669,2495,36017.25,qpeinexact -994,SUCCESS,2,1,233350.24,9403383.78,9636734.02,127,55700,3561,373360.38,random -996,SUCCESS,2,1,2017.2,9636734.02,9638751.22,127,703,2439,3227.52,twolocalrandom -997,SUCCESS,2,1,27220.24,9638751.22,9665971.46,127,8614,2686,43552.38,qft -998,SUCCESS,2,1,626.3,9665971.46,9666597.76,127,225,2366,1002.08,wstate -999,SUCCESS,2,1,3316,9666597.76,9669913.76,127,786,3586,5305.6,realamprandom -1000,SUCCESS,2,1,30774.87,9669913.76,9700688.63,127,7532,3473,49239.79,qpeinexact -1001,SUCCESS,2,1,211.51,9700688.63,9700900.14,127,49,3669,338.42,graphstate -1002,SUCCESS,2,1,78092.5,9700900.14,9778992.64,127,60842,1091,124948,random -1003,SUCCESS,2,1,13250.4,9778992.64,9792243.04,127,4457,2527,21200.64,qpeexact -1004,SUCCESS,2,1,1835.76,9792243.04,9794078.8,127,617,2529,2937.22,qftentangled -1005,SUCCESS,2,1,676.09,9794078.8,9794754.89,127,213,2698,1081.74,ghz -1006,SUCCESS,2,1,2926.89,9794754.89,9797681.78,127,1603,1552,4683.02,realamprandom -1007,SUCCESS,2,1,3301.64,9797681.78,9800983.42,127,1003,2798,5282.62,qftentangled -1008,SUCCESS,2,1,2916.38,9800983.42,9803899.8,127,1563,1586,4666.21,wstate -1009,SUCCESS,2,1,7954.9,9803899.8,9811854.7,127,2064,3276,12727.84,qpeexact -1010,SUCCESS,2,1,1076.15,9811854.7,9812930.85,127,761,1202,1721.84,wstate -1011,SUCCESS,2,1,7374.66,9812930.85,9820305.51,127,1593,3935,11799.46,twolocalrandom -1013,SUCCESS,2,1,1966.34,9820305.51,9822271.85,127,1115,1499,3146.14,qftentangled -1014,SUCCESS,2,1,1356.78,9822271.85,9823628.63,127,860,1341,2170.85,wstate -1017,SUCCESS,2,1,90.08,9823628.63,9823718.71,127,40,1914,144.13,qaoa -1020,SUCCESS,2,1,423.82,9823718.71,9824142.53,127,281,1282,678.11,wstate -1021,SUCCESS,2,1,8380,9824142.53,9832522.53,127,4250,1676,13408,qft -1022,SUCCESS,2,1,1055.51,9832522.53,9833578.04,127,286,3137,1688.82,dj -1023,SUCCESS,2,1,18598,9833578.04,9852176.04,127,5156,3066,29756.8,twolocalrandom -1024,SUCCESS,2,1,39698.14,9852176.04,9891874.18,127,9444,3573,63517.02,ae -1025,SUCCESS,2,1,10036.06,9891874.18,9901910.24,127,2776,3073,16057.7,qft -1026,SUCCESS,2,1,47.3,9901910.24,9901957.54,127,12,3350,75.68,ghz -1027,SUCCESS,2,1,6113.78,9901957.54,9908071.32,127,2178,2386,9782.05,qpeinexact -1029,SUCCESS,2,1,2031.93,9908071.32,9910103.25,127,1057,1634,3251.09,wstate -1030,SUCCESS,2,1,16583.61,9910103.25,9926686.86,127,3769,3740,26533.78,twolocalrandom -1031,SUCCESS,2,1,6233.35,9926686.86,9932920.21,127,3820,1387,9973.36,random -1032,SUCCESS,2,1,221.48,9932920.21,9933141.69,127,115,1637,354.37,graphstate -1035,SUCCESS,2,1,1683.71,9933141.69,9934825.4,127,406,3525,2693.94,dj -1036,SUCCESS,2,1,17968.59,9934825.4,9952793.99,127,4211,3627,28749.74,qft -1037,SUCCESS,2,1,1639.37,9952793.99,9954433.36,127,872,1598,2622.99,qpeexact -1040,SUCCESS,2,1,38554.4,9954433.36,9992987.76,127,12133,2701,61687.04,su2random -1041,SUCCESS,2,1,519.5,9992987.76,9993507.26,127,123,3590,831.2,graphstate -1042,SUCCESS,2,1,2067.2,9993507.26,9995574.46,127,1615,1088,3307.52,ae -1043,SUCCESS,2,1,44.28,9995574.46,9995618.74,127,11,3421,70.85,ghz -1045,SUCCESS,2,1,24097.26,9995618.74,10019716,127,10267,1995,38555.62,twolocalrandom -1050,SUCCESS,2,1,357.8,10019716,10020073.8,127,182,1671,572.48,dj -1051,SUCCESS,2,1,844.6,10020073.8,10020918.4,127,410,1751,1351.36,qnn -1053,SUCCESS,2,1,1220.22,10020918.4,10022138.62,127,427,2429,1952.35,dj -1054,SUCCESS,2,1,1100.86,10022138.62,10023239.48,127,502,1864,1761.38,dj -1055,SUCCESS,2,1,2463.61,10023239.48,10025703.09,127,1020,2053,3941.78,ae -1056,SUCCESS,2,1,35131.3,10025703.09,10060834.39,127,8481,3521,56210.08,qpeexact -1058,SUCCESS,2,1,6859.45,10060834.39,10067693.84,127,1428,4083,10975.12,pricingcall -1060,SUCCESS,2,1,8225.26,10067693.84,10075919.1,127,5930,1179,13160.42,qftentangled -1061,SUCCESS,2,1,5281.52,10075919.1,10081200.62,127,3837,1170,8450.43,twolocalrandom -1062,SUCCESS,2,1,9532.98,10081200.62,10090733.6,127,4267,1899,15252.77,twolocalrandom -1063,SUCCESS,2,1,3168.92,10090733.6,10093902.52,127,815,3305,5070.27,wstate -1064,SUCCESS,2,1,2832.57,10093902.52,10096735.09,127,2173,1108,4532.11,su2random -1065,SUCCESS,2,1,11431.35,10096735.09,10108166.44,127,3918,2480,18290.16,ae -1066,SUCCESS,2,1,7711.63,10108166.44,10115878.07,127,1920,3414,12338.61,su2random -1067,SUCCESS,2,1,450.12,10115878.07,10116328.19,127,167,2291,720.19,qft -1068,SUCCESS,2,1,101.96,10116328.19,10116430.15,127,78,1111,163.14,graphstate -1069,SUCCESS,2,1,537.13,10116430.15,10116967.28,127,153,2984,859.41,wstate -1070,SUCCESS,2,1,3495.08,10116967.28,10120462.36,127,1299,2287,5592.13,qftentangled -1071,SUCCESS,2,1,2352.62,10120462.36,10122814.98,127,1699,1177,3764.19,random -1073,SUCCESS,2,1,10012.93,10122814.98,10132827.91,127,5177,1644,16020.69,su2random -1074,SUCCESS,2,1,38295.61,10132827.91,10171123.52,127,8148,3995,61272.98,random -1075,SUCCESS,2,1,15706.06,10171123.52,10186829.58,127,7975,1674,25129.7,qpeexact -1076,SUCCESS,2,1,10255.32,10186829.58,10197084.9,127,2968,2937,16408.51,ae -1078,SUCCESS,2,1,6163.77,10197084.9,10203248.67,127,1888,2775,9862.03,qpeexact -1080,SUCCESS,2,1,173.7,10203248.67,10203422.37,127,49,3013,277.92,ghz -1081,SUCCESS,2,1,750.35,10203422.37,10204172.72,127,608,1049,1200.56,dj -1082,SUCCESS,2,1,32344.2,10204172.72,10236516.92,127,9329,2947,51750.72,twolocalrandom -1083,SUCCESS,2,1,140.1,10236516.92,10236657.02,127,52,2290,224.16,graphstate -1084,SUCCESS,2,1,554.25,10236657.02,10237211.27,127,217,2171,886.8,ghz -1085,SUCCESS,2,1,2887.75,10237211.27,10240099.02,127,723,3395,4620.4,random -1086,SUCCESS,2,1,18289.72,10240099.02,10258388.74,127,5261,2955,29263.55,ae -1087,SUCCESS,2,1,394.54,10258388.74,10258783.28,127,267,1256,631.26,qft -1088,SUCCESS,2,1,13171.59,10258783.28,10271954.87,127,7575,1478,21074.54,qft -1089,SUCCESS,2,1,349.14,10271954.87,10272304.01,127,253,1173,558.62,wstate -1090,SUCCESS,2,1,41173.96,10272304.01,10313477.97,127,8767,3992,65878.34,qnn -1091,SUCCESS,2,1,8197.71,10313477.97,10321675.68,127,5831,1195,13116.34,realamprandom -1093,SUCCESS,2,1,720.72,10321675.68,10322396.4,127,561,1092,1153.15,qftentangled -1094,SUCCESS,2,1,295.29,10322396.4,10322691.69,127,131,1916,472.46,graphstate -1097,SUCCESS,2,1,14399.19,10322691.69,10337090.88,127,3256,3759,23038.7,qpeinexact -1098,SUCCESS,2,1,105.94,10337090.88,10337196.82,127,32,2814,169.5,ghz -1099,SUCCESS,2,1,745.36,10337196.82,10337942.18,127,394,1608,1192.58,dj -1100,SUCCESS,2,1,9402.54,10337942.18,10347344.72,127,6239,1281,15044.06,qpeinexact -1101,SUCCESS,2,1,4168.74,10347344.72,10351513.46,127,3008,1178,6669.98,qpeinexact -1102,SUCCESS,2,1,4208.6,10351513.46,10355722.06,127,3108,1151,6733.76,twolocalrandom -1103,SUCCESS,2,1,550.26,10355722.06,10356272.32,127,274,1707,880.42,graphstate -1105,SUCCESS,2,1,41.55,10356272.32,10356313.87,127,33,1070,66.48,ghz -1106,SUCCESS,2,1,732.5,10356313.87,10357046.37,127,219,2843,1172,ghz -1107,SUCCESS,2,1,2826.08,10357046.37,10359872.45,127,618,3887,4521.73,realamprandom -1108,SUCCESS,2,1,1425.51,10359872.45,10361297.96,127,567,2137,2280.82,qpeexact -1109,SUCCESS,2,1,64948.89,10361297.96,10426246.85,127,25394,2174,103918.22,random -1110,SUCCESS,2,1,947.55,10426246.85,10427194.4,127,296,2721,1516.08,ghz -1111,SUCCESS,2,1,18262.54,10427194.4,10445456.94,127,4453,3486,29220.06,qpeexact -1112,SUCCESS,2,1,194.88,10445456.94,10445651.82,127,42,3944,311.81,graphstate -1113,SUCCESS,2,1,24216.75,10445651.82,10469868.57,127,5753,3578,38746.8,qft -1114,SUCCESS,2,1,10926.19,10469868.57,10480794.76,127,4412,2105,17481.9,su2random -1115,SUCCESS,2,1,245.86,10480794.76,10481040.62,127,65,3215,393.38,wstate -1116,SUCCESS,2,1,18805.73,10481040.62,10499846.35,127,6048,2643,30089.17,qftentangled -1117,SUCCESS,2,1,9348.23,10499846.35,10509194.58,127,3217,2470,14957.17,ae -1118,SUCCESS,2,1,118.47,10509194.58,10509313.05,127,41,2456,189.55,ghz -1119,SUCCESS,2,1,8848,10509313.05,10518161.05,127,2241,3356,14156.8,qft -1120,SUCCESS,2,1,845.51,10518161.05,10519006.56,127,318,2260,1352.82,qftentangled -1121,SUCCESS,2,1,276.82,10519006.56,10519283.38,127,69,3410,442.91,tsp -1122,SUCCESS,2,1,54599.28,10519283.38,10573882.66,127,12045,3853,87358.85,su2random -1123,SUCCESS,2,1,9503.45,10573882.66,10583386.11,127,2402,3363,15205.52,pricingput -1124,SUCCESS,2,1,1379.99,10583386.11,10584766.1,127,349,3361,2207.98,wstate -1125,SUCCESS,2,1,232.04,10584766.1,10584998.14,127,55,3586,371.26,qaoa -1126,SUCCESS,2,1,575.49,10584998.14,10585573.63,127,297,1647,920.78,wstate -1128,SUCCESS,2,1,18214.39,10585573.63,10603788.02,127,3819,4054,29143.02,qpeexact -1129,SUCCESS,2,1,45133.28,10603788.02,10648921.3,127,10716,3580,72213.25,random -1130,SUCCESS,2,1,33573.98,10648921.3,10682495.28,127,8977,3179,53718.37,ae -1131,SUCCESS,2,1,2008.1,10682495.28,10684503.38,127,672,2540,3212.96,qnn -1132,SUCCESS,2,1,9369.11,10684503.38,10693872.49,127,2265,3516,14990.58,qpeinexact -1133,SUCCESS,2,1,2596.78,10693872.49,10696469.27,127,869,2540,4154.85,dj -1134,SUCCESS,2,1,18765.56,10696469.27,10715234.83,127,6837,2333,30024.9,qftentangled -1136,SUCCESS,2,1,3114.91,10715234.83,10718349.74,127,1112,2381,4983.86,twolocalrandom -1138,SUCCESS,2,1,10626.64,10718349.74,10728976.38,127,7760,1164,17002.62,twolocalrandom -1140,SUCCESS,2,1,23916.26,10728976.38,10752892.64,127,9153,2221,38266.02,twolocalrandom -1142,SUCCESS,2,1,8222.47,10752892.64,10761115.11,127,2027,3448,13155.95,qpeinexact -1143,SUCCESS,2,1,13587.32,10761115.11,10774702.43,127,4388,2632,21739.71,qft -1144,SUCCESS,2,1,620.78,10774702.43,10775323.21,127,145,3639,993.25,qnn -1145,SUCCESS,2,1,187.13,10775323.21,10775510.34,127,129,1233,299.41,dj -1147,SUCCESS,2,1,2669.35,10775510.34,10778179.69,127,872,2602,4270.96,ghz -1148,SUCCESS,2,1,6443.48,10778179.69,10784623.17,127,1352,4051,10309.57,qftentangled -1149,SUCCESS,2,1,39733.54,10784623.17,10824356.71,127,8651,3904,63573.66,ae -1150,SUCCESS,2,1,6949.07,10824356.71,10831305.78,127,1599,3694,11118.51,wstate -1151,SUCCESS,2,1,24456.14,10831305.78,10855761.92,127,7382,2816,39129.82,random -1152,SUCCESS,2,1,19079.37,10855761.92,10874841.29,127,12810,1266,30526.99,su2random -1154,SUCCESS,2,1,7037.99,10874841.29,10881879.28,127,2421,2471,11260.78,qpeexact -1156,SUCCESS,2,1,4256.93,10881879.28,10886136.21,127,2937,1232,6811.09,qnn -1157,SUCCESS,2,1,181.52,10886136.21,10886317.73,127,52,2967,290.43,qaoa -1159,SUCCESS,2,1,2535.17,10886317.73,10888852.9,127,1061,2031,4056.27,realamprandom -1160,SUCCESS,2,1,30228.82,10888852.9,10919081.72,127,7452,3448,48366.11,qpeinexact -1162,SUCCESS,2,1,138.28,10919081.72,10919220,127,73,1610,221.25,graphstate -1163,SUCCESS,2,1,13560.82,10919220,10932780.82,127,3930,2933,21697.31,ae -1164,SUCCESS,2,1,760.86,10932780.82,10933541.68,127,191,3386,1217.38,qnn -1165,SUCCESS,2,1,7331.47,10933541.68,10940873.15,127,4464,1396,11730.35,qft -1166,SUCCESS,2,1,20031.78,10940873.15,10960904.93,127,7007,2430,32050.85,su2random -1167,SUCCESS,2,1,18762.53,10960904.93,10979667.46,127,11457,1392,30020.05,realamprandom -1168,SUCCESS,2,1,2770.4,10979667.46,10982437.86,127,828,2844,4432.64,su2random -1169,SUCCESS,2,1,538.17,10982437.86,10982976.03,127,240,1906,861.07,qftentangled -1171,SUCCESS,2,1,7482.36,10982976.03,10990458.39,127,1696,3750,11971.78,twolocalrandom -1172,SUCCESS,2,1,124745.1,10990458.39,11115203.49,127,26311,4030,199592.16,random -1173,SUCCESS,2,1,281.22,11115203.49,11115484.71,127,109,2193,449.95,dj -1174,SUCCESS,2,1,1952.65,11115484.71,11117437.36,127,544,3051,3124.24,portfoliovqe -1175,SUCCESS,2,1,22108.83,11117437.36,11139546.19,127,4948,3798,35374.13,qpeexact -1176,SUCCESS,2,1,26328.64,11139546.19,11165874.83,127,5860,3819,42125.82,qpeinexact -1177,SUCCESS,2,1,6425.62,11165874.83,11172300.45,127,1763,3098,10280.99,su2random -1179,SUCCESS,2,1,8527.09,11172300.45,11180827.54,127,2628,2758,13643.34,qnn -1180,SUCCESS,2,1,112798.98,11180827.54,11293626.52,127,24157,3969,180478.37,random -1181,SUCCESS,2,1,5967.96,11293626.52,11299594.48,127,4026,1260,9548.74,random -1182,SUCCESS,2,1,2421.72,11299594.48,11302016.2,127,597,3448,3874.75,random -1183,SUCCESS,2,1,5606.19,11302016.2,11307622.39,127,1327,3591,8969.9,su2random -1185,SUCCESS,2,1,8824.27,11307622.39,11316446.66,127,3054,2456,14118.83,qft -1186,SUCCESS,2,1,160.58,11316446.66,11316607.24,127,37,3689,256.93,ghz -1187,SUCCESS,2,1,2631.39,11316607.24,11319238.63,127,1140,1962,4210.22,qnn -1189,SUCCESS,2,1,1263.48,11319238.63,11320502.11,127,432,2486,2021.57,su2random -1190,SUCCESS,2,1,22489.58,11320502.11,11342991.69,127,7327,2609,35983.33,random -1191,SUCCESS,2,1,372.3,11342991.69,11343363.99,127,124,2552,595.68,graphstate -1193,SUCCESS,2,1,2586.2,11343363.99,11345950.19,127,627,3506,4137.92,wstate -1194,SUCCESS,2,1,2608.6,11345950.19,11348558.79,127,1703,1302,4173.76,qft -1195,SUCCESS,2,1,1355.18,11348558.79,11349913.97,127,1051,1096,2168.29,wstate -1196,SUCCESS,2,1,368.59,11349913.97,11350282.56,127,86,3643,589.74,qaoa -1197,SUCCESS,2,1,20687.33,11350282.56,11370969.89,127,5348,3288,33099.73,qft -1198,SUCCESS,2,1,3047.11,11370969.89,11374017,127,762,3399,4875.38,twolocalrandom -1200,SUCCESS,2,1,113.37,11374017,11374130.37,127,52,1853,181.39,ghz -1201,SUCCESS,2,1,58.56,11374130.37,11374188.93,127,35,1422,93.7,ghz -1202,SUCCESS,2,1,87867.84,11374188.93,11462056.77,127,21194,3524,140588.54,random -1203,SUCCESS,2,1,15510.68,11462056.77,11477567.45,127,6530,2019,24817.09,qftentangled -1204,SUCCESS,2,1,36900.73,11477567.45,11514468.18,127,10967,2860,59041.17,random -1205,SUCCESS,2,1,87.32,11514468.18,11514555.5,127,19,3906,139.71,graphstate -1207,SUCCESS,2,1,3829.43,11514555.5,11518384.93,127,2023,1609,6127.09,ae -1208,SUCCESS,2,1,20335.04,11518384.93,11538719.97,127,14824,1166,32536.06,twolocalrandom -1209,SUCCESS,2,1,6344.25,11538719.97,11545064.22,127,2384,2262,10150.8,qpeinexact -1211,SUCCESS,2,1,1524.42,11545064.22,11546588.64,127,730,1775,2439.07,qpeexact -1213,SUCCESS,2,1,3434.5,11546588.64,11550023.14,127,1567,1863,5495.2,twolocalrandom -1214,SUCCESS,2,1,7739.42,11550023.14,11557762.56,127,3195,2059,12383.07,twolocalrandom -1215,SUCCESS,2,1,1472.43,11557762.56,11559234.99,127,536,2335,2355.89,qftentangled -1216,SUCCESS,2,1,1408.8,11559234.99,11560643.79,127,736,1627,2254.08,ae -1217,SUCCESS,2,1,1723.32,11560643.79,11562367.11,127,689,2126,2757.31,pricingcall -1218,SUCCESS,2,1,33.32,11562367.11,11562400.43,127,26,1089,53.31,graphstate -1219,SUCCESS,2,1,6983.4,11562400.43,11569383.83,127,1921,3090,11173.44,su2random -1220,SUCCESS,2,1,38825.37,11569383.83,11608209.2,127,21182,1558,62120.59,grover-v-chain -1221,SUCCESS,2,1,174.01,11608209.2,11608383.21,127,54,2739,278.42,graphstate -1222,SUCCESS,2,1,3214.49,11608383.21,11611597.7,127,782,3494,5143.18,ghz -1223,SUCCESS,2,1,3550.03,11611597.7,11615147.73,127,2640,1143,5680.05,qftentangled -1224,SUCCESS,2,1,679.66,11615147.73,11615827.39,127,315,1834,1087.46,qftentangled -1225,SUCCESS,2,1,10713.11,11615827.39,11626540.5,127,2501,3641,17140.98,qftentangled -1226,SUCCESS,2,1,6623.67,11626540.5,11633164.17,127,5109,1102,10597.87,qft -1227,SUCCESS,2,1,3720.17,11633164.17,11636884.34,127,892,3545,5952.27,realamprandom -1228,SUCCESS,2,1,72713.41,11636884.34,11709597.75,127,15348,4027,116341.46,random -1229,SUCCESS,2,1,1564.93,11709597.75,11711162.68,127,483,2754,2503.89,qpeexact -1230,SUCCESS,2,1,4947.42,11711162.68,11716110.1,127,2161,1946,7915.87,qft -1231,SUCCESS,2,1,861.75,11716110.1,11716971.85,127,192,3815,1378.8,qpeexact -1232,SUCCESS,2,1,75.26,11716971.85,11717047.11,127,32,1999,120.42,routing -1233,SUCCESS,2,1,981.12,11717047.11,11718028.23,127,438,1904,1569.79,twolocalrandom -1234,SUCCESS,2,1,6053.88,11718028.23,11724082.11,127,1495,3442,9686.21,random -1236,SUCCESS,2,1,3897.23,11724082.11,11727979.34,127,1567,2114,6235.57,realamprandom -1237,SUCCESS,2,1,3469.92,11727979.34,11731449.26,127,849,3474,5551.87,ghz -1240,SUCCESS,2,1,1673.68,11731449.26,11733122.94,127,348,4088,2677.89,twolocalrandom -1241,SUCCESS,2,1,49.68,11733122.94,11733172.62,127,25,1689,79.49,ghz -1245,SUCCESS,2,1,573,11733172.62,11733745.62,127,382,1275,916.8,ghz -1246,SUCCESS,2,1,238.29,11733745.62,11733983.91,127,82,2470,381.26,ghz -1247,SUCCESS,2,1,11026.44,11733983.91,11745010.35,127,3470,2701,17642.3,qft -1248,SUCCESS,2,1,3788.04,11745010.35,11748798.39,127,1063,3029,6060.86,wstate -1249,SUCCESS,2,1,65.38,11748798.39,11748863.77,127,22,2526,104.61,ghz -1250,SUCCESS,2,1,58456.56,11748863.77,11807320.33,127,12770,3891,93530.5,twolocalrandom -1251,SUCCESS,2,1,618.9,11807320.33,11807939.23,127,223,2359,990.24,qftentangled -1252,SUCCESS,2,1,4263.09,11807939.23,11812202.32,127,2002,1810,6820.94,realamprandom -1253,SUCCESS,2,1,107.34,11812202.32,11812309.66,127,49,1862,171.74,wstate -1254,SUCCESS,2,1,1885.43,11812309.66,11814195.09,127,430,3727,3016.69,dj -1255,SUCCESS,2,1,27186.41,11814195.09,11841381.5,127,17181,1345,43498.26,realamprandom -1256,SUCCESS,2,1,775.77,11841381.5,11842157.27,127,175,3768,1241.23,graphstate -1258,SUCCESS,2,1,2609.26,11842157.27,11844766.53,127,542,4092,4174.82,qnn -1259,SUCCESS,2,1,25459.2,11844766.53,11870225.73,127,7514,2880,40734.72,qpeinexact -1260,SUCCESS,2,1,4732.9,11870225.73,11874958.63,127,1031,3902,7572.64,su2random -1261,SUCCESS,2,1,160407.26,11874958.63,12035365.89,127,33858,4027,256651.62,random -1262,SUCCESS,2,1,7722.28,12035365.89,12043088.17,127,4939,1329,12355.65,qpeexact -1263,SUCCESS,2,1,311.18,12043088.17,12043399.35,127,78,3391,497.89,graphstate -1264,SUCCESS,2,1,1696.97,12043399.35,12045096.32,127,1303,1107,2715.15,wstate -1265,SUCCESS,2,1,447.39,12045096.32,12045543.71,127,93,4089,715.82,wstate -1266,SUCCESS,2,1,1296.08,12045543.71,12046839.79,127,398,2768,2073.73,dj -1267,SUCCESS,2,1,11269.01,12046839.79,12058108.8,127,2766,3463,18030.42,su2random -1269,SUCCESS,2,1,622.89,12058108.8,12058731.69,127,235,2253,996.62,graphstate -1271,SUCCESS,2,1,12329.81,12058731.69,12071061.5,127,2706,3873,19727.7,qftentangled -1273,SUCCESS,2,1,5574.64,12071061.5,12076636.14,127,2277,2081,8919.42,qnn -1275,SUCCESS,2,1,1103.81,12076636.14,12077739.95,127,628,1494,1766.1,dj -1276,SUCCESS,2,1,224.67,12077739.95,12077964.62,127,73,2616,359.47,ghz -1277,SUCCESS,2,1,3845.74,12077964.62,12081810.36,127,962,3398,6153.18,wstate -1279,SUCCESS,2,1,240.61,12081810.36,12082050.97,127,78,2622,384.98,graphstate -1280,SUCCESS,2,1,4625.41,12082050.97,12086676.38,127,1326,2965,7400.66,su2random -1281,SUCCESS,2,1,2154.74,12086676.38,12088831.12,127,1108,1653,3447.58,qpeexact -1282,SUCCESS,2,1,2775.68,12088831.12,12091606.8,127,857,2753,4441.09,ghz -1283,SUCCESS,2,1,3560.02,12091606.8,12095166.82,127,1896,1596,5696.03,random -1284,SUCCESS,2,1,32496.66,12095166.82,12127663.48,127,7156,3860,51994.66,qpeinexact -1285,SUCCESS,2,1,534.96,12127663.48,12128198.44,127,113,4024,855.94,wstate -1286,SUCCESS,2,1,863.48,12128198.44,12129061.92,127,181,4055,1381.57,wstate -1287,SUCCESS,2,1,578.63,12129061.92,12129640.55,127,297,1656,925.81,ghz -1288,SUCCESS,2,1,2388.83,12129640.55,12132029.38,127,791,2567,3822.13,realamprandom -1289,SUCCESS,2,1,7282.94,12132029.38,12139312.32,127,4784,1294,11652.7,qft -1290,SUCCESS,2,1,337.63,12139312.32,12139649.95,127,243,1181,540.21,portfolioqaoa -1291,SUCCESS,2,1,44664.27,12139649.95,12184314.22,127,10764,3527,71462.83,su2random -1292,SUCCESS,2,1,235.95,12184314.22,12184550.17,127,50,4011,377.52,graphstate -1293,SUCCESS,2,1,17139.82,12184550.17,12201689.99,127,3679,3960,27423.71,qftentangled -1295,SUCCESS,2,1,40069.63,12201689.99,12241759.62,127,11822,2881,64111.41,twolocalrandom -1296,SUCCESS,2,1,56180.72,12241759.62,12297940.34,127,16791,2844,89889.15,random -1297,SUCCESS,2,1,1584.66,12297940.34,12299525,127,343,3927,2535.46,qpeexact -1298,SUCCESS,2,1,896.53,12299525,12300421.53,127,378,2016,1434.45,qft -1300,SUCCESS,2,1,1013.54,12300421.53,12301435.07,127,487,1769,1621.66,ghz -1301,SUCCESS,2,1,8094.41,12301435.07,12309529.48,127,5409,1272,12951.06,qftentangled -1302,SUCCESS,2,1,10963.08,12309529.48,12320492.56,127,2390,3899,17540.93,random -1303,SUCCESS,2,1,56681.68,12320492.56,12377174.24,127,12865,3745,90690.69,random -1304,SUCCESS,2,1,1142.97,12377174.24,12378317.21,127,920,1056,1828.75,realamprandom -1305,SUCCESS,2,1,12147.1,12378317.21,12390464.31,127,7711,1339,19435.36,qftentangled -1306,SUCCESS,2,1,13995.24,12390464.31,12404459.55,127,5533,2150,22392.38,random -1308,SUCCESS,2,1,184.24,12404459.55,12404643.79,127,116,1350,294.78,graphstate -1309,SUCCESS,2,1,1219.07,12404643.79,12405862.86,127,399,2597,1950.51,qftentangled -1310,SUCCESS,2,1,88197.36,12405862.86,12494060.22,127,29125,2574,141115.78,random -1311,SUCCESS,2,1,4389.41,12494060.22,12498449.63,127,912,4091,7023.06,ghz -1312,SUCCESS,2,1,4128.08,12498449.63,12502577.71,127,1077,3258,6604.93,qftentangled -1313,SUCCESS,2,1,442.97,12502577.71,12503020.68,127,196,1921,708.75,dj -1314,SUCCESS,2,1,12152.43,12503020.68,12515173.11,127,9190,1124,19443.89,ae -1315,SUCCESS,2,1,98.75,12515173.11,12515271.86,127,35,2398,158,ghz -1316,SUCCESS,2,1,607.43,12515271.86,12515879.29,127,303,1704,971.89,ghz -1319,SUCCESS,2,1,32.13,12515879.29,12515911.42,127,10,2731,51.41,ghz -1321,SUCCESS,2,1,2219.12,12515911.42,12518130.54,127,750,2515,3550.59,qft -1322,SUCCESS,2,1,11082.08,12518130.54,12529212.62,127,2520,3738,17731.33,ae -1323,SUCCESS,2,1,5114.77,12529212.62,12534327.39,127,1518,2864,8183.63,wstate -1324,SUCCESS,2,1,1155.45,12534327.39,12535482.84,127,474,2072,1848.72,dj -1325,SUCCESS,2,1,24467.97,12535482.84,12559950.81,127,7147,2910,39148.75,qpeinexact -1326,SUCCESS,2,1,67.36,12559950.81,12560018.17,127,33,1735,107.78,dj -1327,SUCCESS,2,1,14173.49,12560018.17,12574191.66,127,3980,3027,22677.58,ae -1329,SUCCESS,2,1,10988.92,12574191.66,12585180.58,127,7252,1288,17582.27,ae -1330,SUCCESS,2,1,53609.18,12585180.58,12638789.76,127,12103,3765,85774.69,qnn -1332,SUCCESS,2,1,26230.66,12638789.76,12665020.42,127,7739,2881,41969.06,ae -1333,SUCCESS,2,1,654.85,12665020.42,12665675.27,127,153,3638,1047.76,wstate -1335,SUCCESS,2,1,37938.56,12665675.27,12703613.83,127,11646,2769,60701.7,twolocalrandom -1336,SUCCESS,2,1,2584.79,12703613.83,12706198.62,127,553,3973,4135.66,ghz -1337,SUCCESS,2,1,10687.02,12706198.62,12716885.64,127,4361,2083,17099.23,su2random -1338,SUCCESS,2,1,7530.36,12716885.64,12724416,127,2032,3150,12048.58,qpeinexact -1339,SUCCESS,2,1,19291.43,12724416,12743707.43,127,4330,3787,30866.29,ae -1340,SUCCESS,2,1,104590.48,12743707.43,12848297.91,127,22159,4012,167344.77,random -1341,SUCCESS,2,1,259.54,12848297.91,12848557.45,127,73,3022,415.26,vqe -1342,SUCCESS,2,1,44.62,12848557.45,12848602.07,127,32,1185,71.39,ghz -1347,SUCCESS,2,1,5828.37,12848602.07,12854430.44,127,2624,1888,9325.39,qpeinexact -1349,SUCCESS,2,1,8726.88,12854430.44,12863157.32,127,2623,2828,13963.01,ae -1351,SUCCESS,2,1,2099.9,12863157.32,12865257.22,127,935,1909,3359.84,realamprandom -1353,SUCCESS,2,1,11660.79,12865257.22,12876918.01,127,3479,2849,18657.26,qpeexact -1355,SUCCESS,2,1,1221.45,12876918.01,12878139.46,127,298,3484,1954.32,ae -1356,SUCCESS,2,1,3358.51,12878139.46,12881497.97,127,744,3837,5373.62,qwalk-v-chain -1357,SUCCESS,2,1,23275.18,12881497.97,12904773.15,127,6564,3014,37240.29,ae -1358,SUCCESS,2,1,15979.13,12904773.15,12920752.28,127,11133,1220,25566.61,twolocalrandom -1359,SUCCESS,2,1,10738.29,12920752.28,12931490.57,127,3261,2799,17181.26,twolocalrandom -1360,SUCCESS,2,1,16857.41,12931490.57,12948347.98,127,4058,3531,26971.86,qftentangled -1361,SUCCESS,2,1,1773.68,12948347.98,12950121.66,127,796,1894,2837.89,qpeinexact -1362,SUCCESS,2,1,114906.24,12950121.66,13065027.9,127,87833,1112,183849.98,grover-noancilla -1363,SUCCESS,2,1,12967.69,13065027.9,13077995.59,127,4343,2538,20748.3,random -1364,SUCCESS,2,1,2614.54,13077995.59,13080610.13,127,549,4048,4183.26,su2random -1365,SUCCESS,2,1,4070.92,13080610.13,13084681.05,127,1102,3140,6513.47,realamprandom -1366,SUCCESS,2,1,3477.45,13084681.05,13088158.5,127,783,3775,5563.92,qpeinexact -1367,SUCCESS,2,1,9155.11,13088158.5,13097313.61,127,2035,3824,14648.18,realamprandom -1368,SUCCESS,2,1,19028.68,13097313.61,13116342.29,127,6921,2337,30445.89,realamprandom -1369,SUCCESS,2,1,6006.86,13116342.29,13122349.15,127,2158,2366,9610.98,ae -1371,SUCCESS,2,1,6910.31,13122349.15,13129259.46,127,1615,3637,11056.5,qftentangled -1372,SUCCESS,2,1,38468.64,13129259.46,13167728.1,127,8671,3771,61549.82,random -1373,SUCCESS,2,1,35208.21,13167728.1,13202936.31,127,7822,3826,56333.14,qft -1375,SUCCESS,2,1,1119.48,13202936.31,13204055.79,127,413,2304,1791.17,wstate -1376,SUCCESS,2,1,454.94,13204055.79,13204510.73,127,249,1553,727.9,realamprandom -1377,SUCCESS,2,1,3867.19,13204510.73,13208377.92,127,1099,2991,6187.5,qft -1378,SUCCESS,2,1,20056.21,13208377.92,13228434.13,127,9136,1866,32089.94,random -1379,SUCCESS,2,1,6579.49,13228434.13,13235013.62,127,2509,2229,10527.18,qpeexact -1381,SUCCESS,2,1,20009.3,13235013.62,13255022.92,127,9100,1869,32014.88,ae -1382,SUCCESS,2,1,2594.19,13255022.92,13257617.11,127,896,2461,4150.7,dj -1384,SUCCESS,2,1,19887.56,13257617.11,13277504.67,127,5135,3292,31820.1,qpeexact -1385,SUCCESS,2,1,198.95,13277504.67,13277703.62,127,95,1780,318.32,graphstate -1386,SUCCESS,2,1,161.38,13277703.62,13277865,127,35,3919,258.21,qaoa -1387,SUCCESS,2,1,4321.4,13277865,13282186.4,127,3183,1154,6914.24,su2random -1388,SUCCESS,2,1,4957.59,13282186.4,13287143.99,127,3166,1331,7932.14,qftentangled -1389,SUCCESS,2,1,4809.99,13287143.99,13291953.98,127,1027,3981,7695.98,twolocalrandom -1390,SUCCESS,2,1,220.3,13291953.98,13292174.28,127,125,1498,352.48,qft -1391,SUCCESS,2,1,5614.88,13292174.28,13297789.16,127,2584,1847,8983.81,qft -1393,SUCCESS,2,1,2723.08,13297789.16,13300512.24,127,657,3523,4356.93,qft -1394,SUCCESS,2,1,14599.35,13300512.24,13315111.59,127,6180,2008,23358.96,su2random -1397,SUCCESS,2,1,47.79,13315111.59,13315159.38,127,23,1766,76.46,vqe -1398,SUCCESS,2,1,311.95,13315159.38,13315471.33,127,96,2762,499.12,graphstate -1399,SUCCESS,2,1,1868.21,13315471.33,13317339.54,127,451,3521,2989.14,dj -1400,SUCCESS,2,1,4396.39,13317339.54,13321735.93,127,1382,2704,7034.22,qpeinexact -1401,SUCCESS,2,1,15999.73,13321735.93,13337735.66,127,3537,3845,25599.57,qpeinexact -1403,SUCCESS,2,1,2646.2,13337735.66,13340381.86,127,1147,1961,4233.92,qftentangled -1404,SUCCESS,2,1,2403.75,13340381.86,13342785.61,127,988,2068,3846,qft -1405,SUCCESS,2,1,1081.88,13342785.61,13343867.49,127,578,1591,1731.01,dj -1406,SUCCESS,2,1,50.98,13343867.49,13343918.47,127,25,1733,81.57,ghz -1407,SUCCESS,2,1,11186.36,13343918.47,13355104.83,127,4400,2161,17898.18,su2random -1409,SUCCESS,2,1,79365.59,13355104.83,13434470.42,127,27535,2450,126984.94,random -1410,SUCCESS,2,1,3562.18,13434470.42,13438032.6,127,1359,2228,5699.49,qpeinexact -1411,SUCCESS,2,1,28253,13438032.6,13466285.6,127,8391,2862,45204.8,realamprandom -1412,SUCCESS,2,1,289.25,13466285.6,13466574.85,127,197,1248,462.8,qpeexact -1413,SUCCESS,2,1,17770.5,13466574.85,13484345.35,127,3825,3949,28432.8,qpeinexact -1414,SUCCESS,2,1,4723.74,13484345.35,13489069.09,127,1474,2724,7557.98,pricingput -1415,SUCCESS,2,1,16181.43,13489069.09,13505250.52,127,9031,1523,25890.29,su2random -1416,SUCCESS,2,1,2743.2,13505250.52,13507993.72,127,765,3048,4389.12,twolocalrandom -1417,SUCCESS,2,1,290.45,13507993.72,13508284.17,127,106,2329,464.72,ghz -1418,SUCCESS,2,1,4894.24,13508284.17,13513178.41,127,1225,3396,7830.78,qpeinexact -1419,SUCCESS,2,1,1647.24,13513178.41,13514825.65,127,356,3933,2635.58,pricingput -1420,SUCCESS,2,1,1334.11,13514825.65,13516159.76,127,793,1430,2134.58,qpeexact -1421,SUCCESS,2,1,4765.92,13516159.76,13520925.68,127,3062,1323,7625.47,qftentangled -1422,SUCCESS,2,1,28386.67,13520925.68,13549312.35,127,15719,1535,45418.67,random -1423,SUCCESS,2,1,3164.96,13549312.35,13552477.31,127,1193,2255,5063.94,wstate -1424,SUCCESS,2,1,6265.43,13552477.31,13558742.74,127,1545,3447,10024.69,realamprandom -1425,SUCCESS,2,1,250.77,13558742.74,13558993.51,127,70,3045,401.23,tsp -1426,SUCCESS,2,1,30033.08,13558993.51,13589026.59,127,14143,1805,48052.93,random -1427,SUCCESS,2,1,79096.93,13589026.59,13668123.52,127,16762,4011,126555.09,realamprandom -1429,SUCCESS,2,1,4337.3,13668123.52,13672460.82,127,1263,2919,6939.68,realamprandom -1430,SUCCESS,2,1,1621.67,13672460.82,13674082.49,127,564,2444,2594.67,dj -1431,SUCCESS,2,1,28086.31,13674082.49,13702168.8,127,6706,3560,44938.1,qpeinexact -1432,SUCCESS,2,1,1367.2,13702168.8,13703536,127,684,1699,2187.52,ae -1434,SUCCESS,2,1,14313.92,13703536,13717849.92,127,3697,3291,22902.27,qft -1435,SUCCESS,2,1,1431.38,13717849.92,13719281.3,127,772,1576,2290.21,ghz -1437,SUCCESS,2,1,6062.3,13719281.3,13725343.6,127,3173,1624,9699.68,qpeexact -1438,SUCCESS,2,1,478.86,13725343.6,13725822.46,127,317,1284,766.18,wstate -1440,SUCCESS,2,1,31392.91,13725822.46,13757215.37,127,6661,4006,50228.66,ae -1441,SUCCESS,2,1,7665.69,13757215.37,13764881.06,127,1898,3433,12265.1,ae -1445,SUCCESS,2,1,11550.4,13764881.06,13776431.46,127,3962,2478,18480.64,qpeinexact -1446,SUCCESS,2,1,1723.47,13776431.46,13778154.93,127,381,3845,2757.55,ghz -1447,SUCCESS,2,1,8219,13778154.93,13786373.93,127,2441,2862,13150.4,twolocalrandom -1449,SUCCESS,2,1,561.1,13786373.93,13786935.03,127,184,2592,897.76,dj -1451,SUCCESS,2,1,132.38,13786935.03,13787067.41,127,53,2123,211.81,ghz -1452,SUCCESS,2,1,1941.8,13787067.41,13789009.21,127,1387,1190,3106.88,qpeexact -1453,SUCCESS,2,1,581.2,13789009.21,13789590.41,127,249,1984,929.92,groundstate -1454,SUCCESS,2,1,16186.27,13789590.41,13805776.68,127,5151,2671,25898.03,qpeinexact -1455,SUCCESS,2,1,1117.55,13805776.68,13806894.23,127,359,2646,1788.08,qft -1457,SUCCESS,2,1,6530.44,13806894.23,13813424.67,127,1677,3310,10448.7,su2random -1458,SUCCESS,2,1,1605.18,13813424.67,13815029.85,127,574,2377,2568.29,qnn -1459,SUCCESS,2,1,57.14,13815029.85,13815086.99,127,38,1278,91.42,ghz -1461,SUCCESS,2,1,1189.99,13815086.99,13816276.98,127,292,3464,1903.98,realamprandom -1463,SUCCESS,2,1,31455.33,13816276.98,13847732.31,127,11392,2347,50328.53,qnn -1465,SUCCESS,2,1,1033.57,13847732.31,13848765.88,127,374,2349,1653.71,ghz -1466,SUCCESS,2,1,9193.84,13848765.88,13857959.72,127,2123,3681,14710.14,ae -1467,SUCCESS,2,1,35280.08,13857959.72,13893239.8,127,9517,3151,56448.13,realamprandom -1468,SUCCESS,2,1,393.45,13893239.8,13893633.25,127,136,2459,629.52,dj -1473,SUCCESS,2,1,16624.95,13893633.25,13910258.2,127,12109,1167,26599.92,twolocalrandom -1474,SUCCESS,2,1,1777.4,13910258.2,13912035.6,127,513,2945,2843.84,dj -1475,SUCCESS,2,1,3049.04,13912035.6,13915084.64,127,1040,2492,4878.46,qnn -1476,SUCCESS,2,1,518.14,13915084.64,13915602.78,127,338,1303,829.02,dj -1477,SUCCESS,2,1,14902.16,13915602.78,13930504.94,127,3094,4094,23843.46,qftentangled -1478,SUCCESS,2,1,8135.94,13930504.94,13938640.88,127,1749,3954,13017.5,realamprandom -1479,SUCCESS,2,1,109646.74,13938640.88,14048287.62,127,30299,3076,175434.78,random -1480,SUCCESS,2,1,693.99,14048287.62,14048981.61,127,149,3959,1110.38,wstate -1481,SUCCESS,2,1,204.03,14048981.61,14049185.64,127,46,3770,326.45,qaoa -1482,SUCCESS,2,1,21847.6,14049185.64,14071033.24,127,6259,2967,34956.16,qftentangled -1484,SUCCESS,2,1,65.18,14071033.24,14071098.42,127,45,1231,104.29,wstate -1486,SUCCESS,2,1,3441.11,14071098.42,14074539.53,127,857,3413,5505.78,dj -1487,SUCCESS,2,1,1755.35,14074539.53,14076294.88,127,673,2217,2808.56,dj -1488,SUCCESS,2,1,606.82,14076294.88,14076901.7,127,318,1622,970.91,graphstate -1489,SUCCESS,2,1,24167.23,14076901.7,14101068.93,127,5235,3924,38667.57,qpeinexact -1490,SUCCESS,2,1,231.55,14101068.93,14101300.48,127,126,1562,370.48,ghz -1491,SUCCESS,2,1,86.29,14101300.48,14101386.77,127,19,3860,138.06,ghz -1492,SUCCESS,2,1,6852.08,14101386.77,14108238.85,127,4940,1179,10963.33,qftentangled -1493,SUCCESS,2,1,892.08,14108238.85,14109130.93,127,634,1196,1427.33,qftentangled -1494,SUCCESS,2,1,259.77,14109130.93,14109390.7,127,80,2760,415.63,graphstate -1496,SUCCESS,2,1,360.96,14109390.7,14109751.66,127,97,3163,577.54,graphstate -1498,SUCCESS,2,1,6179.71,14109751.66,14115931.37,127,1409,3728,9887.54,ae -1499,SUCCESS,2,1,243.48,14115931.37,14116174.85,127,81,2555,389.57,wstate -1500,SUCCESS,2,1,2033.48,14116174.85,14118208.33,127,690,2505,3253.57,twolocalrandom -1501,SUCCESS,2,1,14148,14118208.33,14132356.33,127,3537,3400,22636.8,ae -1502,SUCCESS,2,1,44101.79,14132356.33,14176458.12,127,19709,1902,70562.86,random -1504,SUCCESS,2,1,3288.34,14176458.12,14179746.46,127,895,3123,5261.34,twolocalrandom -1505,SUCCESS,2,1,1570.88,14179746.46,14181317.34,127,360,3709,2513.41,qftentangled -1506,SUCCESS,2,1,5223.06,14181317.34,14186540.4,127,3657,1214,8356.9,qft -1508,SUCCESS,2,1,2607.22,14186540.4,14189147.62,127,633,3501,4171.55,dj -1509,SUCCESS,2,1,9405.17,14189147.62,14198552.79,127,5351,1494,15048.27,qftentangled -1512,SUCCESS,2,1,3975.84,14198552.79,14202528.63,127,1506,2244,6361.34,twolocalrandom -1514,SUCCESS,2,1,469.6,14202528.63,14202998.23,127,131,3047,751.36,graphstate -1515,SUCCESS,2,1,46988.25,14202998.23,14249986.48,127,12162,3284,75181.2,su2random -1516,SUCCESS,2,1,3784.01,14249986.48,14253770.49,127,1206,2667,6054.42,qftentangled -1518,SUCCESS,2,1,1661.72,14253770.49,14255432.21,127,389,3631,2658.75,qftentangled -1520,SUCCESS,2,1,10085,14255432.21,14265517.21,127,5331,1608,16136,realamprandom -1521,SUCCESS,2,1,95.72,14265517.21,14265612.93,127,21,3874,153.15,vqe -1523,SUCCESS,2,1,18419.36,14265612.93,14284032.29,127,4434,3531,29470.98,qpeexact -1525,SUCCESS,2,1,751.78,14284032.29,14284784.07,127,483,1323,1202.85,qpeinexact -1526,SUCCESS,2,1,15843.29,14284784.07,14300627.36,127,5057,2663,25349.26,realamprandom -1527,SUCCESS,2,1,31461.85,14300627.36,14332089.21,127,7548,3543,50338.96,su2random -1528,SUCCESS,2,1,9547.75,14332089.21,14341636.96,127,5414,1499,15276.4,qnn -1529,SUCCESS,2,1,500.58,14341636.96,14342137.54,127,112,3799,800.93,dj -1530,SUCCESS,2,1,2032.02,14342137.54,14344169.56,127,477,3621,3251.23,dj -1531,SUCCESS,2,1,738,14344169.56,14344907.56,127,223,2813,1180.8,qft -1532,SUCCESS,2,1,339.5,14344907.56,14345247.06,127,85,3395,543.2,graphstate -1533,SUCCESS,2,1,122.73,14345247.06,14345369.79,127,73,1429,196.37,wstate -1535,SUCCESS,2,1,281.03,14345369.79,14345650.82,127,105,2275,449.65,wstate -1539,SUCCESS,2,1,18207.13,14345650.82,14363857.95,127,4254,3638,29131.41,qft -1541,SUCCESS,2,1,7374.52,14363857.95,14371232.47,127,2545,2463,11799.23,qpeexact -1544,SUCCESS,2,1,2258.33,14371232.47,14373490.8,127,897,2140,3613.33,wstate -1545,SUCCESS,2,1,5009.72,14373490.8,14378500.52,127,2002,2127,8015.55,twolocalrandom -1546,SUCCESS,2,1,42989.92,14378500.52,14421490.44,127,9372,3899,68783.87,su2random -1548,SUCCESS,2,1,1470.22,14421490.44,14422960.66,127,615,2032,2352.35,dj -1549,SUCCESS,2,1,1157.69,14422960.66,14424118.35,127,279,3527,1852.3,dj -1550,SUCCESS,2,1,1313.42,14424118.35,14425431.77,127,400,2791,2101.47,ae -1551,SUCCESS,2,1,24218.01,14425431.77,14449649.78,127,8531,2413,38748.82,twolocalrandom -1552,SUCCESS,2,1,16484.81,14449649.78,14466134.59,127,7182,1951,26375.7,su2random -1553,SUCCESS,2,1,98016.94,14466134.59,14564151.53,127,22876,3642,156827.1,random -1554,SUCCESS,2,1,988.36,14564151.53,14565139.89,127,245,3429,1581.38,wstate -1556,SUCCESS,2,1,1734.02,14565139.89,14566873.91,127,521,2829,2774.43,qftentangled -1557,SUCCESS,2,1,12601.39,14566873.91,14579475.3,127,4769,2246,20162.22,qft -1558,SUCCESS,2,1,27985.13,14579475.3,14607460.43,127,6731,3534,44776.21,su2random -1559,SUCCESS,2,1,1634.04,14607460.43,14609094.47,127,406,3421,2614.46,qpeinexact -1560,SUCCESS,2,1,2040.12,14609094.47,14611134.59,127,1263,1373,3264.19,qnn -1561,SUCCESS,2,1,12621.04,14611134.59,14623755.63,127,2686,3994,20193.66,qpeinexact -1562,SUCCESS,2,1,1628.62,14623755.63,14625384.25,127,367,3772,2605.79,graphstate -1563,SUCCESS,2,1,6338.65,14625384.25,14631722.9,127,4605,1170,10141.84,qwalk-noancilla -1564,SUCCESS,2,1,4497.4,14631722.9,14636220.3,127,2597,1472,7195.84,qft -1566,SUCCESS,2,1,23176.1,14636220.3,14659396.4,127,8008,2460,37081.76,su2random -1567,SUCCESS,2,1,174.43,14659396.4,14659570.83,127,105,1412,279.09,wstate -1568,SUCCESS,2,1,14004.52,14659570.83,14673575.35,127,4354,2734,22407.23,qpeinexact -1569,SUCCESS,2,1,40975.06,14673575.35,14714550.41,127,12800,2721,65560.1,twolocalrandom -1570,SUCCESS,2,1,1551.24,14714550.41,14716101.65,127,527,2502,2481.98,qftentangled -1571,SUCCESS,2,1,5869.37,14716101.65,14721971.02,127,2059,2423,9390.99,qnn -1572,SUCCESS,2,1,4456.67,14721971.02,14726427.69,127,2139,1771,7130.67,realamprandom -1573,SUCCESS,2,1,1034.28,14726427.69,14727461.97,127,578,1521,1654.85,ghz -1574,SUCCESS,2,1,2156.95,14727461.97,14729618.92,127,665,2757,3451.12,dj -1575,SUCCESS,2,1,437.3,14729618.92,14730056.22,127,97,3832,699.68,wstate -1576,SUCCESS,2,1,601.59,14730056.22,14730657.81,127,350,1461,962.54,dj -1577,SUCCESS,2,1,4952.26,14730657.81,14735610.07,127,1081,3894,7923.62,qpeinexact -1578,SUCCESS,2,1,1544.38,14735610.07,14737154.45,127,976,1345,2471.01,random -1579,SUCCESS,2,1,757.26,14737154.45,14737911.71,127,517,1245,1211.62,dj -1581,SUCCESS,2,1,129.6,14737911.71,14738041.31,127,98,1124,207.36,graphstate -1582,SUCCESS,2,1,1328.66,14738041.31,14739369.97,127,487,2319,2125.86,pricingcall -1584,SUCCESS,2,1,621.26,14739369.97,14739991.23,127,388,1361,994.02,wstate -1585,SUCCESS,2,1,135.96,14739991.23,14740127.19,127,54,2140,217.54,graphstate -1586,SUCCESS,2,1,1307.66,14740127.19,14741434.85,127,547,2032,2092.26,qnn -1587,SUCCESS,2,1,812.2,14741434.85,14742247.05,127,527,1310,1299.52,qnn -1588,SUCCESS,2,1,1126.89,14742247.05,14743373.94,127,417,2297,1803.02,portfolioqaoa -1589,SUCCESS,2,1,1270.13,14743373.94,14744644.07,127,291,3710,2032.21,qpeinexact -1590,SUCCESS,2,1,13010.3,14744644.07,14757654.37,127,3750,2949,20816.48,qpeinexact -1592,SUCCESS,2,1,747.94,14757654.37,14758402.31,127,165,3853,1196.7,wstate -1593,SUCCESS,2,1,2154.83,14758402.31,14760557.14,127,475,3856,3447.73,qpeinexact -1594,SUCCESS,2,1,2038.85,14760557.14,14762595.99,127,652,2658,3262.16,qftentangled -1595,SUCCESS,2,1,24106.77,14762595.99,14786702.76,127,6505,3150,38570.83,qpeinexact -1596,SUCCESS,2,1,300.59,14786702.76,14787003.35,127,125,2044,480.94,wstate -1598,SUCCESS,2,1,43092,14787003.35,14830095.35,127,11340,3230,68947.2,realamprandom -1599,SUCCESS,2,1,39229.19,14830095.35,14869324.54,127,8355,3991,62766.7,qpeexact -1600,SUCCESS,2,1,1283.72,14869324.54,14870608.26,127,360,3031,2053.95,qpeexact -1601,SUCCESS,2,1,26865.25,14870608.26,14897473.51,127,12743,1792,42984.4,su2random -1602,SUCCESS,2,1,1596.99,14897473.51,14899070.5,127,1010,1344,2555.18,qftentangled -1603,SUCCESS,2,1,10842.22,14899070.5,14909912.72,127,2518,3660,17347.55,random -1604,SUCCESS,2,1,323.53,14909912.72,14910236.25,127,105,2619,517.65,ghz -1605,SUCCESS,2,1,16780.47,14910236.25,14927016.72,127,6234,2288,26848.75,qpeexact -1608,SUCCESS,2,1,24701.25,14927016.72,14951717.97,127,10964,1915,39522,qpeexact -1609,SUCCESS,2,1,305.71,14951717.97,14952023.68,127,85,3057,489.14,wstate -1611,SUCCESS,2,1,1466.58,14952023.68,14953490.26,127,405,3078,2346.53,wstate -1612,SUCCESS,2,1,19249.46,14953490.26,14972739.72,127,8218,1991,30799.14,su2random -1613,SUCCESS,2,1,28491.3,14972739.72,15001231.02,127,12800,1892,45586.08,realamprandom -1614,SUCCESS,2,1,10190.52,15001231.02,15011421.54,127,7976,1086,16304.83,su2random -1616,SUCCESS,2,1,3002.2,15011421.54,15014423.74,127,649,3932,4803.52,dj -1618,SUCCESS,2,1,2116.4,15014423.74,15016540.14,127,1258,1430,3386.24,qpeexact -1619,SUCCESS,2,1,12202.81,15016540.14,15028742.95,127,2961,3503,19524.5,su2random -1620,SUCCESS,2,1,1127.22,15028742.95,15029870.17,127,458,2092,1803.55,qft -1621,SUCCESS,2,1,126.1,15029870.17,15029996.27,127,44,2436,201.76,graphstate -1622,SUCCESS,2,1,428.51,15029996.27,15030424.78,127,135,2698,685.62,dj -1623,SUCCESS,2,1,207.47,15030424.78,15030632.25,127,101,1746,331.95,graphstate -1624,SUCCESS,2,1,4999.94,15030632.25,15035632.19,127,3917,1085,7999.9,realamprandom -1625,SUCCESS,2,1,5945.62,15035632.19,15041577.81,127,1424,3549,9512.99,qpeinexact -1626,SUCCESS,2,1,745.62,15041577.81,15042323.43,127,286,2216,1192.99,dj -1628,SUCCESS,2,1,1039.48,15042323.43,15043362.91,127,311,2841,1663.17,qftentangled -1629,SUCCESS,2,1,3786.57,15043362.91,15047149.48,127,791,4069,6058.51,qft -1630,SUCCESS,2,1,77.68,15047149.48,15047227.16,127,39,1693,124.29,ghz -1631,SUCCESS,2,1,5853.43,15047227.16,15053080.59,127,1581,3147,9365.49,wstate -1633,SUCCESS,2,1,1376.47,15053080.59,15054457.06,127,313,3738,2202.35,graphstate -1634,SUCCESS,2,1,53980.81,15054457.06,15108437.87,127,27102,1693,86369.3,random -1635,SUCCESS,2,1,2462.1,15108437.87,15110899.97,127,849,2465,3939.36,realamprandom -1638,SUCCESS,2,1,173.78,15110899.97,15111073.75,127,38,3887,278.05,graphstate -1639,SUCCESS,2,1,969.71,15111073.75,15112043.46,127,375,2198,1551.54,qpeexact -1640,SUCCESS,2,1,1207.77,15112043.46,15113251.23,127,511,2009,1932.43,qnn -1643,SUCCESS,2,1,44897.12,15113251.23,15158148.35,127,12858,2968,71835.39,su2random -1644,SUCCESS,2,1,11497.24,15158148.35,15169645.59,127,3201,3053,18395.58,qftentangled -1645,SUCCESS,2,1,7422.47,15169645.59,15177068.06,127,2388,2642,11875.95,random -1646,SUCCESS,2,1,376.95,15177068.06,15177445.01,127,225,1424,603.12,graphstate -1648,SUCCESS,2,1,3146.5,15177445.01,15180591.51,127,1617,1654,5034.4,wstate -1649,SUCCESS,2,1,288.24,15180591.51,15180879.75,127,100,2450,461.18,graphstate -1651,SUCCESS,2,1,304.08,15180879.75,15181183.83,127,181,1428,486.53,random -1652,SUCCESS,2,1,19398.4,15181183.83,15200582.23,127,4760,3464,31037.44,random -1653,SUCCESS,2,1,141.45,15200582.23,15200723.68,127,32,3757,226.32,dj -1654,SUCCESS,2,1,20766.65,15200723.68,15221490.33,127,5443,3243,33226.64,qpeexact -1656,SUCCESS,2,1,752.12,15221490.33,15222242.45,127,300,2131,1203.39,ghz -1661,SUCCESS,2,1,221.46,15222242.45,15222463.91,127,52,3620,354.34,ghz -1665,SUCCESS,2,1,12682.08,15222463.91,15235145.99,127,2774,3886,20291.33,realamprandom -1666,SUCCESS,2,1,13497.07,15235145.99,15248643.06,127,7923,1448,21595.31,ae -1667,SUCCESS,2,1,933.37,15248643.06,15249576.43,127,572,1387,1493.39,dj -1668,SUCCESS,2,1,24198.28,15249576.43,15273774.71,127,9903,2077,38717.25,grover-noancilla -1669,SUCCESS,2,1,19664.9,15273774.71,15293439.61,127,4824,3465,31463.84,ae -1670,SUCCESS,2,1,159.76,15293439.61,15293599.37,127,55,2469,255.62,ghz -1671,SUCCESS,2,1,489.74,15293599.37,15294089.11,127,327,1273,783.58,portfoliovqe -1672,SUCCESS,2,1,748.77,15294089.11,15294837.88,127,169,3766,1198.03,pricingput -1673,SUCCESS,2,1,4265.95,15294837.88,15299103.83,127,1022,3548,6825.52,su2random -1675,SUCCESS,2,1,5328.58,15299103.83,15304432.41,127,1174,3858,8525.73,qnn -1676,SUCCESS,2,1,1214.72,15304432.41,15305647.13,127,607,1701,1943.55,ae -1677,SUCCESS,2,1,4868.93,15305647.13,15310516.06,127,3886,1065,7790.29,realamprandom -1679,SUCCESS,2,1,2550.92,15310516.06,15313066.98,127,570,3804,4081.47,dj -1680,SUCCESS,2,1,749.56,15313066.98,15313816.54,127,181,3520,1199.3,wstate -1681,SUCCESS,2,1,7717.29,15313816.54,15321533.83,127,5734,1144,12347.66,ae -1683,SUCCESS,2,1,14182.42,15321533.83,15335716.25,127,7525,1602,22691.87,qnn -1684,SUCCESS,2,1,9991.6,15335716.25,15345707.85,127,2077,4089,15986.56,qpeinexact -1685,SUCCESS,2,1,1427.62,15345707.85,15347135.47,127,348,3487,2284.19,graphstate -1686,SUCCESS,2,1,635.69,15347135.47,15347771.16,127,415,1302,1017.1,twolocalrandom -1687,SUCCESS,2,1,1821.3,15347771.16,15349592.46,127,1105,1401,2914.08,su2random -1688,SUCCESS,2,1,1138.25,15349592.46,15350730.71,127,886,1092,1821.2,dj -1689,SUCCESS,2,1,18416.53,15350730.71,15369147.24,127,8252,1897,29466.45,realamprandom -1690,SUCCESS,2,1,2857.04,15369147.24,15372004.28,127,938,2589,4571.26,twolocalrandom -1691,SUCCESS,2,1,1167.03,15372004.28,15373171.31,127,766,1295,1867.25,qpeexact -1693,SUCCESS,2,1,16522.4,15373171.31,15389693.71,127,8696,1615,26435.84,qpeexact -1694,SUCCESS,2,1,11607.2,15389693.71,15401300.91,127,2978,3313,18571.52,qnn -1695,SUCCESS,2,1,580.32,15401300.91,15401881.23,127,312,1581,928.51,dj -1696,SUCCESS,2,1,642.02,15401881.23,15402523.25,127,201,2715,1027.23,su2random -1697,SUCCESS,2,1,8349.47,15402523.25,15410872.72,127,2923,2428,13359.15,qpeinexact -1698,SUCCESS,2,1,814.6,15410872.72,15411687.32,127,269,2574,1303.36,twolocalrandom -1699,SUCCESS,2,1,17734.56,15411687.32,15429421.88,127,4185,3602,28375.3,twolocalrandom -1700,SUCCESS,2,1,732.38,15429421.88,15430154.26,127,263,2367,1171.81,dj -1702,SUCCESS,2,1,341.73,15430154.26,15430495.99,127,215,1351,546.77,ghz -1704,SUCCESS,2,1,12795.29,15430495.99,15443291.28,127,3901,2788,20472.46,ae -1705,SUCCESS,2,1,1793.94,15443291.28,15445085.22,127,493,3093,2870.3,dj -1706,SUCCESS,2,1,6330.9,15445085.22,15451416.12,127,1362,3951,10129.44,qpeexact -1707,SUCCESS,2,1,2516.3,15451416.12,15453932.42,127,1502,1424,4026.08,qftentangled -1708,SUCCESS,2,1,4294.67,15453932.42,15458227.09,127,923,3955,6871.47,ae -1709,SUCCESS,2,1,818.81,15458227.09,15459045.9,127,227,3066,1310.1,realamprandom -1710,SUCCESS,2,1,237.35,15459045.9,15459283.25,127,70,2882,379.76,dj -1711,SUCCESS,2,1,16680.16,15459283.25,15475963.41,127,4644,3053,26688.26,qnn -1712,SUCCESS,2,1,3209.75,15475963.41,15479173.16,127,671,4066,5135.6,qwalk-v-chain -1713,SUCCESS,2,1,104.44,15479173.16,15479277.6,127,22,4035,167.1,vqe -1714,SUCCESS,2,1,17938.17,15479277.6,15497215.77,127,7639,1996,28701.07,qpeexact -1715,SUCCESS,2,1,1084.37,15497215.77,15498300.14,127,447,2062,1734.99,random -1716,SUCCESS,2,1,8503.87,15498300.14,15506804.01,127,4498,1607,13606.19,su2random -1717,SUCCESS,2,1,12602.33,15506804.01,15519406.34,127,4186,2559,20163.73,qpeexact -1718,SUCCESS,2,1,23762.08,15519406.34,15543168.42,127,13288,1520,38019.33,random -1719,SUCCESS,2,1,796.28,15543168.42,15543964.7,127,231,2930,1274.05,dj -1720,SUCCESS,2,1,20500.05,15543964.7,15564464.75,127,6268,2780,32800.08,qpeexact -1721,SUCCESS,2,1,14142.61,15564464.75,15578607.36,127,3645,3298,22628.18,random -1722,SUCCESS,2,1,16016.94,15578607.36,15594624.3,127,4747,2868,25627.1,su2random -1724,SUCCESS,2,1,7383.52,15594624.3,15602007.82,127,5795,1083,11813.63,qftentangled -1725,SUCCESS,2,1,5573.9,15602007.82,15607581.72,127,2363,2005,8918.24,qft -1727,SUCCESS,2,1,32200.24,15607581.72,15639781.96,127,7975,3432,51520.38,qpeinexact -1728,SUCCESS,2,1,3065.03,15639781.96,15642846.99,127,961,2711,4904.05,qpeexact -1729,SUCCESS,2,1,1999.57,15642846.99,15644846.56,127,957,1776,3199.31,ghz -1730,SUCCESS,2,1,1409.09,15644846.56,15646255.65,127,733,1634,2254.54,qpeinexact -1733,SUCCESS,2,1,350.12,15646255.65,15646605.77,127,120,2480,560.19,graphstate -1734,SUCCESS,2,1,28624.04,15646605.77,15675229.81,127,7224,3368,45798.46,pricingcall -1735,SUCCESS,2,1,28729.98,15675229.81,15703959.79,127,6320,3864,45967.97,qpeexact -1736,SUCCESS,2,1,3401.6,15703959.79,15707361.39,127,1146,2523,5442.56,wstate -1738,SUCCESS,2,1,6843.47,15707361.39,15714204.86,127,4976,1169,10949.55,qftentangled -1739,SUCCESS,2,1,646.43,15714204.86,15714851.29,127,166,3310,1034.29,twolocalrandom -1740,SUCCESS,2,1,4193.86,15714851.29,15719045.15,127,1007,3540,6710.18,twolocalrandom -1741,SUCCESS,2,1,9199.72,15719045.15,15728244.87,127,4745,1648,14719.55,twolocalrandom -1742,SUCCESS,2,1,7932.59,15728244.87,15736177.46,127,1937,3481,12692.14,su2random -1743,SUCCESS,2,1,816.37,15736177.46,15736993.83,127,431,1610,1306.19,twolocalrandom -1744,SUCCESS,2,1,694.92,15736993.83,15737688.75,127,167,3537,1111.87,graphstate -1745,SUCCESS,2,1,2830.71,15737688.75,15740519.46,127,682,3528,4529.14,qftentangled -1746,SUCCESS,2,1,7154.47,15740519.46,15747673.93,127,1633,3724,11447.15,qnn -1747,SUCCESS,2,1,3345.73,15747673.93,15751019.66,127,807,3524,5353.17,qnn -1748,SUCCESS,2,1,1625.7,15751019.66,15752645.36,127,920,1502,2601.12,ghz -1749,SUCCESS,2,1,340.71,15752645.36,15752986.07,127,181,1600,545.14,dj -1750,SUCCESS,2,1,10968.98,15752986.07,15763955.05,127,4181,2230,17550.37,qpeexact -1751,SUCCESS,2,1,1161.59,15763955.05,15765116.64,127,593,1665,1858.54,dj -1752,SUCCESS,2,1,1976.36,15765116.64,15767093,127,921,1824,3162.18,qftentangled -1753,SUCCESS,2,1,8420.43,15767093,15775513.43,127,1898,3771,13472.69,qpeinexact -1754,SUCCESS,2,1,261.01,15775513.43,15775774.44,127,61,3637,417.62,graphstate -1755,SUCCESS,2,1,2312.91,15775774.44,15778087.35,127,892,2204,3700.66,twolocalrandom -1756,SUCCESS,2,1,18586.77,15778087.35,15796674.12,127,4052,3899,29738.83,qft -1758,SUCCESS,2,1,981.15,15796674.12,15797655.27,127,312,2673,1569.84,portfoliovqe -1759,SUCCESS,2,1,2164.7,15797655.27,15799819.97,127,562,3274,3463.52,dj -1760,SUCCESS,2,1,307.84,15799819.97,15800127.81,127,233,1123,492.54,twolocalrandom -1761,SUCCESS,2,1,24495.99,15800127.81,15824623.8,127,7996,2604,39193.58,qftentangled -1762,SUCCESS,2,1,1491.29,15824623.8,15826115.09,127,1188,1067,2386.06,twolocalrandom -1763,SUCCESS,2,1,5361.75,15826115.09,15831476.84,127,1619,2815,8578.8,realamprandom -1764,SUCCESS,2,1,879.3,15831476.84,15832356.14,127,185,4040,1406.88,dj -1765,SUCCESS,2,1,4434.93,15832356.14,15836791.07,127,1901,1983,7095.89,ae -1766,SUCCESS,2,1,191.28,15836791.07,15836982.35,127,43,3781,306.05,graphstate -1767,SUCCESS,2,1,35.52,15836982.35,15837017.87,127,26,1161,56.83,graphstate -1768,SUCCESS,2,1,158.88,15837017.87,15837176.75,127,49,2756,254.21,groundstate -1770,SUCCESS,2,1,1049.15,15837176.75,15838225.9,127,335,2662,1678.64,dj -1771,SUCCESS,2,1,251,15838225.9,15838476.9,127,113,1888,401.6,graphstate -1773,SUCCESS,2,1,53.32,15838476.9,15838530.22,127,20,2266,85.31,ghz -1774,SUCCESS,2,1,75.66,15838530.22,15838605.88,127,46,1398,121.06,graphstate -1775,SUCCESS,2,1,305.54,15838605.88,15838911.42,127,83,3129,488.86,graphstate -1777,SUCCESS,2,1,4490.53,15838911.42,15843401.95,127,1815,2103,7184.85,qft -1779,SUCCESS,2,1,3029.94,15843401.95,15846431.89,127,837,3077,4847.9,qpeinexact -1780,SUCCESS,2,1,627.68,15846431.89,15847059.57,127,494,1080,1004.29,ghz -1781,SUCCESS,2,1,4398.8,15847059.57,15851458.37,127,2356,1587,7038.08,qftentangled -1782,SUCCESS,2,1,27974.29,15851458.37,15879432.66,127,6032,3942,44758.86,qftentangled -1783,SUCCESS,2,1,7229.51,15879432.66,15886662.17,127,3747,1640,11567.22,qftentangled -1785,SUCCESS,2,1,4142.04,15886662.17,15890804.21,127,2568,1371,6627.26,qft -1786,SUCCESS,2,1,9163.73,15890804.21,15899967.94,127,2734,2849,14661.97,qft -1787,SUCCESS,2,1,748.61,15899967.94,15900716.55,127,301,2114,1197.78,su2random -1788,SUCCESS,2,1,5061.16,15900716.55,15905777.71,127,1194,3603,8097.86,qpeexact -1789,SUCCESS,2,1,79.98,15905777.71,15905857.69,127,29,2344,127.97,graphstate -1790,SUCCESS,2,1,232.33,15905857.69,15906090.02,127,81,2438,371.73,dj -1791,SUCCESS,2,1,1162,15906090.02,15907252.02,127,684,1444,1859.2,dj -1793,SUCCESS,2,1,2391.87,15907252.02,15909643.89,127,559,3637,3826.99,qftentangled -1794,SUCCESS,2,1,31713.75,15909643.89,15941357.64,127,8201,3287,50742,random -1795,SUCCESS,2,1,46086.05,15941357.64,15987443.69,127,12661,3094,73737.68,qnn -1796,SUCCESS,2,1,775.34,15987443.69,15988219.03,127,369,1786,1240.54,ae -1797,SUCCESS,2,1,2363.86,15988219.03,15990582.89,127,895,2245,3782.18,qpeinexact -1798,SUCCESS,2,1,4872.51,15990582.89,15995455.4,127,1333,3107,7796.02,ae -1799,SUCCESS,2,1,23.12,15995455.4,15995478.52,127,11,1786,36.99,ghz -1800,SUCCESS,2,1,64414.51,15995478.52,16059893.03,127,19688,2781,103063.22,grover-v-chain -1802,SUCCESS,2,1,2033.82,16059893.03,16061926.85,127,573,3017,3254.11,ghz -1803,SUCCESS,2,1,29673.87,16061926.85,16091600.72,127,12352,2042,47478.19,qnn -1804,SUCCESS,2,1,28120.65,16091600.72,16119721.37,127,11133,2147,44993.04,realamprandom -1805,SUCCESS,2,1,4657.32,16119721.37,16124378.69,127,1112,3560,7451.71,qnn -1806,SUCCESS,2,1,997.94,16124378.69,16125376.63,127,653,1299,1596.7,ae -1807,SUCCESS,2,1,1327.39,16125376.63,16126704.02,127,421,2680,2123.82,wstate -1808,SUCCESS,2,1,8091.9,16126704.02,16134795.92,127,1726,3985,12947.04,qnn -1809,SUCCESS,2,1,512.58,16134795.92,16135308.5,127,309,1410,820.13,wstate -1810,SUCCESS,2,1,1564.49,16135308.5,16136872.99,127,402,3308,2503.18,dj -1811,SUCCESS,2,1,32106.44,16136872.99,16168979.43,127,8694,3139,51370.3,qnn -1814,SUCCESS,2,1,64115.45,16168979.43,16233094.88,127,14274,3818,102584.72,random -1816,SUCCESS,2,1,2168.19,16233094.88,16235263.07,127,579,3183,3469.1,twolocalrandom -1818,SUCCESS,2,1,408.74,16235263.07,16235671.81,127,88,3948,653.98,ghz -1819,SUCCESS,2,1,663.5,16235671.81,16236335.31,127,509,1108,1061.6,qft -1820,SUCCESS,2,1,1565.98,16236335.31,16237901.29,127,856,1555,2505.57,qftentangled -1822,SUCCESS,2,1,48753.42,16237901.29,16286654.71,127,10550,3928,78005.47,grover-v-chain -1823,SUCCESS,2,1,1704.63,16286654.71,16288359.34,127,490,2957,2727.41,dj -1825,SUCCESS,2,1,1624.35,16288359.34,16289983.69,127,379,3643,2598.96,graphstate -1826,SUCCESS,2,1,9968.8,16289983.69,16299952.49,127,2932,2890,15950.08,realamprandom -1827,SUCCESS,2,1,2387.3,16299952.49,16302339.79,127,1335,1520,3819.68,qftentangled -1828,SUCCESS,2,1,3963.05,16302339.79,16306302.84,127,1145,2942,6340.88,ae -1829,SUCCESS,2,1,374.07,16306302.84,16306676.91,127,108,2944,598.51,dj -1830,SUCCESS,2,1,1564.67,16306676.91,16308241.58,127,1178,1129,2503.47,realamprandom -1831,SUCCESS,2,1,2338.1,16308241.58,16310579.68,127,1098,1810,3740.96,qft -1833,SUCCESS,2,1,13074.4,16310579.68,16323654.08,127,4709,2360,20919.04,realamprandom -1834,SUCCESS,2,1,66175.95,16323654.08,16389830.03,127,15306,3675,105881.52,random -1835,SUCCESS,2,1,880.68,16389830.03,16390710.71,127,298,2512,1409.09,dj -1836,SUCCESS,2,1,15776.39,16390710.71,16406487.1,127,4116,3258,25242.22,qnn -1837,SUCCESS,2,1,5042.02,16406487.1,16411529.12,127,2574,1665,8067.23,qpeexact -1838,SUCCESS,2,1,4164.76,16411529.12,16415693.88,127,941,3762,6663.62,ae -1839,SUCCESS,2,1,5389.86,16415693.88,16421083.74,127,1929,2375,8623.78,qnn -1840,SUCCESS,2,1,28298.05,16421083.74,16449381.79,127,15214,1581,45276.88,twolocalrandom -1841,SUCCESS,2,1,20806.12,16449381.79,16470187.91,127,7160,2470,33289.79,ae -1843,SUCCESS,2,1,20526.08,16470187.91,16490713.99,127,4864,3587,32841.73,random -1846,SUCCESS,2,1,1537.16,16490713.99,16492251.15,127,546,2393,2459.46,qpeexact -1849,SUCCESS,2,1,1517.62,16492251.15,16493768.77,127,472,2733,2428.19,ghz -1850,SUCCESS,2,1,15461.03,16493768.77,16509229.8,127,3225,4075,24737.65,realamprandom -1851,SUCCESS,2,1,29328.52,16509229.8,16538558.32,127,9719,2565,46925.63,random -1852,SUCCESS,2,1,548.1,16538558.32,16539106.42,127,311,1498,876.96,graphstate -1853,SUCCESS,2,1,299.36,16539106.42,16539405.78,127,108,2356,478.98,graphstate -1856,SUCCESS,2,1,5706.84,16539405.78,16545112.62,127,3533,1373,9130.94,qft -1859,SUCCESS,2,1,2624.66,16545112.62,16547737.28,127,1264,1765,4199.46,wstate -1860,SUCCESS,2,1,2015.06,16547737.28,16549752.34,127,711,2409,3224.1,qpeinexact -1861,SUCCESS,2,1,44.11,16549752.34,16549796.45,127,24,1562,70.58,ghz -1863,SUCCESS,2,1,30403.56,16549796.45,16580200.01,127,6934,3727,48645.7,qftentangled -1864,SUCCESS,2,1,587.65,16580200.01,16580787.66,127,185,2700,940.24,wstate -1865,SUCCESS,2,1,1117.31,16580787.66,16581904.97,127,233,4076,1787.7,wstate -1866,SUCCESS,2,1,2926.7,16581904.97,16584831.67,127,1899,1310,4682.72,qpeinexact -1867,SUCCESS,2,1,6084.5,16584831.67,16590916.17,127,1514,3416,9735.2,su2random -1868,SUCCESS,2,1,310.3,16590916.17,16591226.47,127,211,1250,496.48,ghz -1870,SUCCESS,2,1,3614.06,16591226.47,16594840.53,127,1310,2345,5782.5,qftentangled -1871,SUCCESS,2,1,994.32,16594840.53,16595834.85,127,307,2753,1590.91,qpeexact -1872,SUCCESS,2,1,2253.77,16595834.85,16598088.62,127,588,3258,3606.03,dj -1873,SUCCESS,2,1,1306.96,16598088.62,16599395.58,127,1054,1054,2091.14,wstate -1875,SUCCESS,2,1,17919.5,16599395.58,16617315.08,127,6512,2339,28671.2,qpeinexact -1876,SUCCESS,2,1,215.58,16617315.08,16617530.66,127,45,4072,344.93,ghz -1877,SUCCESS,2,1,10976.84,16617530.66,16628507.5,127,3343,2791,17562.94,qft -1878,SUCCESS,2,1,4741.26,16628507.5,16633248.76,127,3735,1079,7586.02,su2random -1879,SUCCESS,2,1,18796.48,16633248.76,16652045.24,127,7339,2177,30074.37,ae -1880,SUCCESS,2,1,20677.94,16652045.24,16672723.18,127,9379,1874,33084.7,realamprandom -1881,SUCCESS,2,1,12431.25,16672723.18,16685154.43,127,3718,2842,19890,qpeexact -1882,SUCCESS,2,1,3759.55,16685154.43,16688913.98,127,2699,1184,6015.28,qnn -1885,SUCCESS,2,1,142.3,16688913.98,16689056.28,127,41,2950,227.68,wstate -1887,SUCCESS,2,1,1462.59,16689056.28,16690518.87,127,525,2368,2340.14,twolocalrandom -1889,SUCCESS,2,1,11028.31,16690518.87,16701547.18,127,4302,2179,17645.3,qpeinexact -1890,SUCCESS,2,1,158.08,16701547.18,16701705.26,127,46,2921,252.93,ghz -1893,SUCCESS,2,1,6389.54,16701705.26,16708094.8,127,1909,2845,10223.26,ae -1894,SUCCESS,2,1,9213.93,16708094.8,16717308.73,127,2284,3429,14742.29,ae -1895,SUCCESS,2,1,136.08,16717308.73,16717444.81,127,47,2461,217.73,ghz -1896,SUCCESS,2,1,211.5,16717444.81,16717656.31,127,93,1933,338.4,ghz -1897,SUCCESS,2,1,681.99,16717656.31,16718338.3,127,206,2814,1091.18,ghz -1898,SUCCESS,2,1,42.71,16718338.3,16718381.01,127,22,1650,68.34,vqe -1899,SUCCESS,2,1,28468.14,16718381.01,16746849.15,127,17101,1415,45549.02,random -1901,SUCCESS,2,1,2060.91,16746849.15,16748910.06,127,577,3036,3297.46,dj -1906,SUCCESS,2,1,17164.26,16748910.06,16766074.32,127,4831,3020,27462.82,qftentangled -1907,SUCCESS,2,1,2136.25,16766074.32,16768210.57,127,1384,1312,3418,wstate -1908,SUCCESS,2,1,11713.62,16768210.57,16779924.19,127,3923,2538,18741.79,su2random -1910,SUCCESS,2,1,716.3,16779924.19,16780640.49,127,594,1025,1146.08,dj -1911,SUCCESS,2,1,8554.55,16780640.49,16789195.04,127,2007,3623,13687.28,qpeinexact -1912,SUCCESS,2,1,11061.41,16789195.04,16800256.45,127,3874,2427,17698.26,pricingput -1913,SUCCESS,2,1,256.91,16800256.45,16800513.36,127,171,1277,411.06,dj -1915,SUCCESS,2,1,14940.74,16800513.36,16815454.1,127,6887,1844,23905.18,qpeexact -1917,SUCCESS,2,1,6407.26,16815454.1,16821861.36,127,3139,1735,10251.62,qftentangled -1918,SUCCESS,2,1,364.09,16821861.36,16822225.45,127,129,2399,582.54,dj -1919,SUCCESS,2,1,198189.1,16822225.45,17020414.55,127,42909,3926,317102.56,random -1920,SUCCESS,2,1,96.98,17020414.55,17020511.53,127,27,3053,155.17,ghz -1921,SUCCESS,2,1,18017.62,17020511.53,17038529.15,127,5904,2594,28828.19,realamprandom -1923,SUCCESS,2,1,16587.64,17038529.15,17055116.79,127,4243,3323,26540.22,qft -1924,SUCCESS,2,1,1267.63,17055116.79,17056384.42,127,328,3285,2028.21,qpeexact -1925,SUCCESS,2,1,36432.19,17056384.42,17092816.61,127,10227,3028,58291.5,twolocalrandom -1926,SUCCESS,2,1,24501.35,17092816.61,17117317.96,127,10774,1933,39202.16,su2random -1927,SUCCESS,2,1,3624.61,17117317.96,17120942.57,127,999,3084,5799.38,qft -1928,SUCCESS,2,1,80.35,17120942.57,17121022.92,127,29,2355,128.56,vqe -1929,SUCCESS,2,1,65957.09,17121022.92,17186980.01,127,15634,3586,105531.34,realamprandom -1930,SUCCESS,2,1,132.83,17186980.01,17187112.84,127,45,2509,212.53,tsp -1931,SUCCESS,2,1,2106.96,17187112.84,17189219.8,127,1215,1474,3371.14,qnn -1932,SUCCESS,2,1,15510.71,17189219.8,17204730.51,127,7710,1710,24817.14,su2random -1933,SUCCESS,2,1,3935.59,17204730.51,17208666.1,127,1036,3229,6296.94,pricingput -1934,SUCCESS,2,1,37225.74,17208666.1,17245891.84,127,14724,2149,59561.18,random -1936,SUCCESS,2,1,9342.99,17245891.84,17255234.83,127,3210,2474,14948.78,su2random -1937,SUCCESS,2,1,564.8,17255234.83,17255799.63,127,179,2682,903.68,pricingput -1938,SUCCESS,2,1,666.11,17255799.63,17256465.74,127,237,2389,1065.78,realamprandom -1939,SUCCESS,2,1,555.79,17256465.74,17257021.53,127,148,3192,889.26,dj -1940,SUCCESS,2,1,95.59,17257021.53,17257117.12,127,76,1069,152.94,ghz -1943,SUCCESS,2,1,614.78,17257117.12,17257731.9,127,133,3929,983.65,wstate -1944,SUCCESS,2,1,13036.36,17257731.9,17270768.26,127,4101,2702,20858.18,qftentangled -1945,SUCCESS,2,1,4494.09,17270768.26,17275262.35,127,1331,2870,7190.54,qftentangled -1946,SUCCESS,2,1,3193.08,17275262.35,17278455.43,127,1216,2232,5108.93,qftentangled -1948,SUCCESS,2,1,12838.96,17278455.43,17291294.39,127,3304,3303,20542.34,qft -1950,SUCCESS,2,1,16697.97,17291294.39,17307992.36,127,7697,1844,26716.75,qftentangled -1952,SUCCESS,2,1,5757.22,17307992.36,17313749.58,127,4031,1214,9211.55,qnn -1954,SUCCESS,2,1,231.12,17313749.58,17313980.7,127,102,1926,369.79,dj -1956,SUCCESS,2,1,19892.71,17313980.7,17333873.41,127,5284,3200,31828.34,qpeexact -1958,SUCCESS,2,1,24210.51,17333873.41,17358083.92,127,6908,2979,38736.82,ae -1959,SUCCESS,2,1,376.27,17358083.92,17358460.19,127,93,3439,602.03,ghz -1960,SUCCESS,2,1,12045.71,17358460.19,17370505.9,127,3730,2745,19273.14,qpeexact -1961,SUCCESS,2,1,942.45,17370505.9,17371448.35,127,271,2956,1507.92,wstate -1962,SUCCESS,2,1,8193.71,17371448.35,17379642.06,127,3850,1809,13109.94,qpeexact -1963,SUCCESS,2,1,25355.96,17379642.06,17404998.02,127,10076,2139,40569.54,qnn -1965,SUCCESS,2,1,1155.09,17404998.02,17406153.11,127,325,3021,1848.14,su2random -1967,SUCCESS,2,1,7011.12,17406153.11,17413164.23,127,1572,3791,11217.79,qpeexact -1968,SUCCESS,2,1,10362.34,17413164.23,17423526.57,127,6037,1459,16579.74,qftentangled -1969,SUCCESS,2,1,813.69,17423526.57,17424340.26,127,238,2906,1301.9,dj -1970,SUCCESS,2,1,13900.24,17424340.26,17438240.5,127,8205,1440,22240.38,qft -1971,SUCCESS,2,1,20716.63,17438240.5,17458957.13,127,16335,1078,33146.61,twolocalrandom -1972,SUCCESS,2,1,2102.42,17458957.13,17461059.55,127,976,1831,3363.87,qpeinexact -1974,SUCCESS,2,1,15449.12,17461059.55,17476508.67,127,3753,3499,24718.59,realamprandom -1975,SUCCESS,2,1,27.03,17476508.67,17476535.7,127,22,1044,43.25,graphstate -1976,SUCCESS,2,1,7119.59,17476535.7,17483655.29,127,3349,1807,11391.34,twolocalrandom -1978,SUCCESS,2,1,2804.21,17483655.29,17486459.5,127,676,3526,4486.74,dj -1979,SUCCESS,2,1,7668.22,17486459.5,17494127.72,127,2062,3161,12269.15,qpeinexact -1981,SUCCESS,2,1,582.85,17494127.72,17494710.57,127,153,3238,932.56,wstate -1982,SUCCESS,2,1,3123.53,17494710.57,17497834.1,127,731,3632,4997.65,qpeexact -1983,SUCCESS,2,1,1191.86,17497834.1,17499025.96,127,381,2659,1906.98,dj -1984,SUCCESS,2,1,1152.94,17499025.96,17500178.9,127,701,1398,1844.7,realamprandom -1986,SUCCESS,2,1,3654.7,17500178.9,17503833.6,127,2561,1213,5847.52,qpeexact -1990,SUCCESS,2,1,121.45,17503833.6,17503955.05,127,62,1665,194.32,graphstate -1991,SUCCESS,2,1,1049.48,17503955.05,17505004.53,127,475,1878,1679.17,qpeinexact -1993,SUCCESS,2,1,19974.18,17505004.53,17524978.71,127,4672,3634,31958.69,realamprandom -1994,SUCCESS,2,1,12015.51,17524978.71,17536994.22,127,2583,3954,19224.82,qftentangled -1995,SUCCESS,2,1,606.84,17536994.22,17537601.06,127,398,1296,970.94,pricingcall -1996,SUCCESS,2,1,1173.82,17537601.06,17538774.88,127,249,4007,1878.11,dj -1997,SUCCESS,2,1,953.31,17538774.88,17539728.19,127,218,3717,1525.3,dj -1998,SUCCESS,2,1,7558.48,17539728.19,17547286.67,127,1664,3861,12093.57,ae -1999,SUCCESS,2,1,14158.35,17547286.67,17561445.02,127,4670,2577,22653.36,qnn -2000,SUCCESS,2,1,401,17561445.02,17561846.02,127,144,2367,641.6,ae -2001,SUCCESS,2,1,19719.52,17561846.02,17581565.54,127,4221,3971,31551.23,qftentangled -2003,SUCCESS,2,1,1710.09,17581565.54,17583275.63,127,516,2817,2736.14,twolocalrandom -2004,SUCCESS,2,1,1631.95,17583275.63,17584907.58,127,988,1404,2611.12,qpeexact -2005,SUCCESS,2,1,19971.55,17584907.58,17604879.13,127,6292,2698,31954.48,su2random -2006,SUCCESS,2,1,291,17604879.13,17605170.13,127,194,1275,465.6,dj -2008,SUCCESS,2,1,31259.82,17605170.13,17636429.95,127,7389,3596,50015.71,qpeinexact -2009,SUCCESS,2,1,12744.46,17636429.95,17649174.41,127,4951,2188,20391.14,qpeexact -2011,SUCCESS,2,1,2748.65,17649174.41,17651923.06,127,1844,1267,4397.84,qnn -2013,SUCCESS,2,1,8583.06,17651923.06,17660506.12,127,3965,1840,13732.9,qftentangled -2014,SUCCESS,2,1,1307.3,17660506.12,17661813.42,127,311,3573,2091.68,dj -2015,SUCCESS,2,1,5610.88,17661813.42,17667424.3,127,3991,1195,8977.41,qftentangled -2016,SUCCESS,2,1,29601.84,17667424.3,17697026.14,127,6322,3980,47362.94,qpeinexact -2017,SUCCESS,2,1,13551.38,17697026.14,17710577.52,127,5205,2213,21682.21,qftentangled -2018,SUCCESS,2,1,92.99,17710577.52,17710670.51,127,52,1520,148.78,graphstate -2019,SUCCESS,2,1,23194.41,17710670.51,17733864.92,127,6239,3160,37111.06,qpeexact -2021,SUCCESS,2,1,50.03,17733864.92,17733914.95,127,20,2126,80.05,ghz -2022,SUCCESS,2,1,237.35,17733914.95,17734152.3,127,91,2217,379.76,graphstate -2023,SUCCESS,2,1,143.5,17734152.3,17734295.8,127,33,3696,229.6,graphstate -2024,SUCCESS,2,1,40363.04,17734295.8,17774658.84,127,9933,3454,64580.86,realamprandom -2025,SUCCESS,2,1,16137.52,17774658.84,17790796.36,127,3865,3549,25820.03,qftentangled -2028,SUCCESS,2,1,17954.08,17790796.36,17808750.44,127,4576,3335,28726.53,qft -2029,SUCCESS,2,1,226.19,17808750.44,17808976.63,127,105,1831,361.9,ghz -2031,SUCCESS,2,1,16487.88,17808976.63,17825464.51,127,4841,2895,26380.61,qftentangled -2032,SUCCESS,2,1,16584.74,17825464.51,17842049.25,127,8158,1728,26535.58,twolocalrandom -2033,SUCCESS,2,1,4501.12,17842049.25,17846550.37,127,2164,1768,7201.79,ae -2034,SUCCESS,2,1,254.09,17846550.37,17846804.46,127,53,4075,406.54,wstate -2035,SUCCESS,2,1,51239.25,17846804.46,17898043.71,127,12791,3405,81982.8,twolocalrandom -2036,SUCCESS,2,1,2812.66,17898043.71,17900856.37,127,1305,1832,4500.26,qnn -2037,SUCCESS,2,1,3868.71,17900856.37,17904725.08,127,1794,1833,6189.94,qpeexact -2038,SUCCESS,2,1,1362.78,17904725.08,17906087.86,127,394,2940,2180.45,ghz -2039,SUCCESS,2,1,17520.21,17906087.86,17923608.07,127,4026,3699,28032.34,realamprandom -2040,SUCCESS,2,1,821.21,17923608.07,17924429.28,127,340,2053,1313.94,su2random -2041,SUCCESS,2,1,11579.1,17924429.28,17936008.38,127,4636,2123,18526.56,realamprandom -2042,SUCCESS,2,1,27680.51,17936008.38,17963688.89,127,9775,2407,44288.82,realamprandom -2043,SUCCESS,2,1,10401.67,17963688.89,17974090.56,127,3193,2769,16642.67,ae -2046,SUCCESS,2,1,307.4,17974090.56,17974397.96,127,72,3629,491.84,graphstate -2047,SUCCESS,2,1,604.24,17974397.96,17975002.2,127,149,3447,966.78,wstate -2048,SUCCESS,2,1,709.27,17975002.2,17975711.47,127,265,2275,1134.83,realamprandom -2050,SUCCESS,2,1,11021.68,17975711.47,17986733.15,127,2299,4075,17634.69,qpeinexact -2051,SUCCESS,2,1,242.78,17986733.15,17986975.93,127,70,2948,388.45,ghz -2052,SUCCESS,2,1,129.58,17986975.93,17987105.51,127,29,3798,207.33,graphstate -2053,SUCCESS,2,1,775.96,17987105.51,17987881.47,127,220,2998,1241.54,portfolioqaoa -2054,SUCCESS,2,1,998.56,17987881.47,17988880.03,127,511,1661,1597.7,qpeexact -2056,SUCCESS,2,1,81422.41,17988880.03,18070302.44,127,16963,4080,130275.86,pricingput -2057,SUCCESS,2,1,560.57,18070302.44,18070863.01,127,354,1346,896.91,dj -2058,SUCCESS,2,1,325.58,18070863.01,18071188.59,127,79,3503,520.93,ghz -2059,SUCCESS,2,1,5122.64,18071188.59,18076311.23,127,3520,1237,8196.22,qftentangled -2060,SUCCESS,2,1,21177.26,18076311.23,18097488.49,127,5192,3467,33883.62,su2random -2063,SUCCESS,2,1,491.77,18097488.49,18097980.26,127,250,1672,786.83,wstate -2064,SUCCESS,2,1,15649.48,18097980.26,18113629.74,127,3439,3868,25039.17,su2random -2065,SUCCESS,2,1,4572.47,18113629.74,18118202.21,127,954,4074,7315.95,random -2067,SUCCESS,2,1,1951.29,18118202.21,18120153.5,127,468,3544,3122.06,su2random -2068,SUCCESS,2,1,27352.75,18120153.5,18147506.25,127,6195,3753,43764.4,su2random -2069,SUCCESS,2,1,4889.34,18147506.25,18152395.59,127,1276,3257,7822.94,wstate -2070,SUCCESS,2,1,43600.29,18152395.59,18195995.88,127,13501,2745,69760.46,twolocalrandom -2071,SUCCESS,2,1,28501.64,18195995.88,18224497.52,127,6043,4009,45602.62,twolocalrandom -2072,SUCCESS,2,1,22340.76,18224497.52,18246838.28,127,10204,1861,35745.22,su2random -2073,SUCCESS,2,1,5168.36,18246838.28,18252006.64,127,1098,4001,8269.38,qpeexact -2074,SUCCESS,2,1,2102.97,18252006.64,18254109.61,127,532,3360,3364.75,ae -2076,SUCCESS,2,1,1865.17,18254109.61,18255974.78,127,565,2806,2984.27,su2random -2077,SUCCESS,2,1,10817.11,18255974.78,18266791.89,127,2743,3352,17307.38,qftentangled -2078,SUCCESS,2,1,2620.25,18266791.89,18269412.14,127,562,3963,4192.4,ae -2079,SUCCESS,2,1,381.98,18269412.14,18269794.12,127,117,2775,611.17,wstate -2080,SUCCESS,2,1,4799.45,18269794.12,18274593.57,127,1094,3729,7679.12,portfoliovqe -2081,SUCCESS,2,1,251.59,18274593.57,18274845.16,127,119,1797,402.54,ghz -2082,SUCCESS,2,1,41694.35,18274845.16,18316539.51,127,8927,3970,66710.96,twolocalrandom -2083,SUCCESS,2,1,281.02,18316539.51,18316820.53,127,215,1111,449.63,qftentangled -2084,SUCCESS,2,1,33487.98,18316820.53,18350308.51,127,10649,2673,53580.77,su2random -2085,SUCCESS,2,1,2084.3,18350308.51,18352392.81,127,762,2325,3334.88,realamprandom -2089,SUCCESS,2,1,578.19,18352392.81,18352971,127,171,2874,925.1,qft -2090,SUCCESS,2,1,217.12,18352971,18353188.12,127,52,3549,347.39,dj -2091,SUCCESS,2,1,57.36,18353188.12,18353245.48,127,29,1681,91.78,graphstate -2093,SUCCESS,2,1,1429.97,18353245.48,18354675.45,127,342,3554,2287.95,qpeinexact -2094,SUCCESS,2,1,11951.34,18354675.45,18366626.79,127,5269,1928,19122.14,qft -2095,SUCCESS,2,1,21184.55,18366626.79,18387811.34,127,10139,1776,33895.28,qnn -2096,SUCCESS,2,1,119.22,18387811.34,18387930.56,127,81,1251,190.75,graphstate -2097,SUCCESS,2,1,882.95,18387930.56,18388813.51,127,287,2615,1412.72,su2random -2098,SUCCESS,2,1,909.32,18388813.51,18389722.83,127,285,2712,1454.91,qft -2101,SUCCESS,2,1,5225.28,18389722.83,18394948.11,127,3001,1480,8360.45,qpeexact -2102,SUCCESS,2,1,19776.87,18394948.11,18414724.98,127,7084,2373,31642.99,su2random -2105,SUCCESS,2,1,44530.44,18414724.98,18459255.42,127,9284,4077,71248.7,qnn -2106,SUCCESS,2,1,3915.52,18459255.42,18463170.94,127,3045,1093,6264.83,qftentangled -2107,SUCCESS,2,1,12033.08,18463170.94,18475204.02,127,2577,3969,19252.93,twolocalrandom -2108,SUCCESS,2,1,29959.19,18475204.02,18505163.21,127,9635,2643,47934.7,qpeinexact -2110,SUCCESS,2,1,71.15,18505163.21,18505234.36,127,26,2326,113.84,routing -2111,SUCCESS,2,1,4648.77,18505234.36,18509883.13,127,1350,2927,7438.03,wstate -2112,SUCCESS,2,1,21955.19,18509883.13,18531838.32,127,10997,1697,35128.3,su2random -2114,SUCCESS,2,1,21373.08,18531838.32,18553211.4,127,5013,3624,34196.93,qpeinexact -2115,SUCCESS,2,1,800.81,18553211.4,18554012.21,127,652,1044,1281.3,qftentangled -2116,SUCCESS,2,1,530.29,18554012.21,18554542.5,127,306,1473,848.46,ghz -2117,SUCCESS,2,1,1398.86,18554542.5,18555941.36,127,873,1362,2238.18,qnn -2118,SUCCESS,2,1,317.94,18555941.36,18556259.3,127,166,1628,508.7,realamprandom -2119,SUCCESS,2,1,9863.65,18556259.3,18566122.95,127,2231,3758,15781.84,qftentangled -2120,SUCCESS,2,1,1844.24,18566122.95,18567967.19,127,937,1673,2950.78,realamprandom -2121,SUCCESS,2,1,3158.73,18567967.19,18571125.92,127,860,3122,5053.97,qnn -2122,SUCCESS,2,1,33482.62,18571125.92,18604608.54,127,11258,2528,53572.19,realamprandom -2123,SUCCESS,2,1,1974.93,18604608.54,18606583.47,127,1149,1461,3159.89,ae -2124,SUCCESS,2,1,429.8,18606583.47,18607013.27,127,177,2064,687.68,wstate -2127,SUCCESS,2,1,2877.76,18607013.27,18609891.03,127,1278,1914,4604.42,su2random -2128,SUCCESS,2,1,7481.58,18609891.03,18617372.61,127,2229,2853,11970.53,qftentangled -2130,SUCCESS,2,1,11511.21,18617372.61,18628883.82,127,6974,1403,18417.94,qnn -2131,SUCCESS,2,1,12718.47,18628883.82,18641602.29,127,5471,1976,20349.55,su2random -2132,SUCCESS,2,1,15524.11,18641602.29,18657126.4,127,6887,1916,24838.58,qpeinexact -2133,SUCCESS,2,1,2077.37,18657126.4,18659203.77,127,620,2848,3323.79,qpeinexact -2134,SUCCESS,2,1,2330.81,18659203.77,18661534.58,127,1473,1345,3729.3,qnn -2135,SUCCESS,2,1,1241.03,18661534.58,18662775.61,127,273,3864,1985.65,wstate -2137,SUCCESS,2,1,15637,18662775.61,18678412.61,127,5194,2559,25019.2,qpeinexact -2138,SUCCESS,2,1,2310.89,18678412.61,18680723.5,127,1111,1768,3697.42,qftentangled -2139,SUCCESS,2,1,13835.34,18680723.5,18694558.84,127,9703,1212,22136.54,ae -2140,SUCCESS,2,1,23279.58,18694558.84,18717838.42,127,13361,1481,37247.33,realamprandom -2141,SUCCESS,2,1,10124.5,18717838.42,18727962.92,127,2829,3042,16199.2,qpeexact -2142,SUCCESS,2,1,6286.74,18727962.92,18734249.66,127,2392,2234,10058.78,qftentangled -2144,SUCCESS,2,1,43.1,18734249.66,18734292.76,127,29,1263,68.96,graphstate -2146,SUCCESS,2,1,21296.55,18734292.76,18755589.31,127,10586,1710,34074.48,qpeexact -2147,SUCCESS,2,1,12289.19,18755589.31,18767878.5,127,3228,3236,19662.7,qnn -2148,SUCCESS,2,1,5706.15,18767878.5,18773584.65,127,1491,3253,9129.84,qftentangled -2149,SUCCESS,2,1,17578.1,18773584.65,18791162.75,127,4495,3324,28124.96,qftentangled -2150,SUCCESS,2,1,14958.73,18791162.75,18806121.48,127,5194,2448,23933.97,qpeinexact -2151,SUCCESS,2,1,3100.59,18806121.48,18809222.07,127,753,3500,4960.94,qftentangled -2152,SUCCESS,2,1,15816.34,18809222.07,18825038.41,127,6064,2217,25306.14,qnn -2153,SUCCESS,2,1,8415.26,18825038.41,18833453.67,127,4479,1597,13464.42,su2random -2154,SUCCESS,2,1,2779.23,18833453.67,18836232.9,127,902,2619,4446.77,qftentangled -2155,SUCCESS,2,1,6827.98,18836232.9,18843060.88,127,3168,1832,10924.77,qpeexact -2157,SUCCESS,2,1,2253.53,18843060.88,18845314.41,127,750,2554,3605.65,dj -2158,SUCCESS,2,1,6208.78,18845314.41,18851523.19,127,1641,3216,9934.05,qpeinexact -2159,SUCCESS,2,1,4102.24,18851523.19,18855625.43,127,2291,1522,6563.58,qpeexact -2160,SUCCESS,2,1,306.56,18855625.43,18855931.99,127,84,3102,490.5,graphstate -2162,SUCCESS,2,1,24736.95,18855931.99,18880668.94,127,6967,3018,39579.12,ae -2163,SUCCESS,2,1,387.46,18880668.94,18881056.4,127,165,1996,619.94,graphstate -2164,SUCCESS,2,1,10392.88,18881056.4,18891449.28,127,3188,2771,16628.61,qft -2165,SUCCESS,2,1,7825.13,18891449.28,18899274.41,127,2790,2384,12520.21,qpeexact -2166,SUCCESS,2,1,1299.26,18899274.41,18900573.67,127,368,3001,2078.82,realamprandom -2167,SUCCESS,2,1,27547.03,18900573.67,18928120.7,127,13709,1708,44075.25,realamprandom -2168,SUCCESS,2,1,827.76,18928120.7,18928948.46,127,173,4067,1324.42,wstate -2169,SUCCESS,2,1,18243.6,18928948.46,18947192.06,127,7156,2167,29189.76,qpeexact -2170,SUCCESS,2,1,16621.48,18947192.06,18963813.54,127,3646,3875,26594.37,twolocalrandom -2171,SUCCESS,2,1,2370.46,18963813.54,18966184,127,1154,1746,3792.74,realamprandom -2172,SUCCESS,2,1,18675.82,18966184,18984859.82,127,4981,3187,29881.31,qpeexact -2173,SUCCESS,2,1,645.62,18984859.82,18985505.44,127,282,1946,1032.99,ae -2174,SUCCESS,2,1,1923.44,18985505.44,18987428.88,127,631,2591,3077.5,dj -2175,SUCCESS,2,1,24070.88,18987428.88,19011499.76,127,8962,2283,38513.41,random -2176,SUCCESS,2,1,1169.11,19011499.76,19012668.87,127,379,2622,1870.58,dj -2177,SUCCESS,2,1,17093.64,19012668.87,19029762.51,127,9231,1574,27349.82,qpeinexact -2178,SUCCESS,2,1,22947.74,19029762.51,19052710.25,127,8477,2301,36716.38,ae -2179,SUCCESS,2,1,20766.53,19052710.25,19073476.78,127,10991,1606,33226.45,realamprandom -2180,SUCCESS,2,1,3142.55,19073476.78,19076619.33,127,860,3106,5028.08,ghz -2181,SUCCESS,2,1,12663.45,19076619.33,19089282.78,127,3969,2712,20261.52,ae -2183,SUCCESS,2,1,5196.09,19089282.78,19094478.87,127,3539,1248,8313.74,su2random -2186,SUCCESS,2,1,5935.97,19094478.87,19100414.84,127,4778,1056,9497.55,qpeexact -2187,SUCCESS,2,1,3246.88,19100414.84,19103661.72,127,1045,2641,5195.01,pricingcall -2190,SUCCESS,2,1,8683.2,19103661.72,19112344.92,127,2448,3015,13893.12,qnn -2191,SUCCESS,2,1,1248.18,19112344.92,19113593.1,127,335,3167,1997.09,realamprandom -2195,SUCCESS,2,1,197.13,19113593.1,19113790.23,127,155,1081,315.41,dj -2196,SUCCESS,2,1,16872.86,19113790.23,19130663.09,127,4196,3418,26996.58,su2random -2197,SUCCESS,2,1,376.21,19130663.09,19131039.3,127,99,3230,601.94,qft -2198,SUCCESS,2,1,8434.93,19131039.3,19139474.23,127,2038,3518,13495.89,random -2199,SUCCESS,2,1,41073.91,19139474.23,19180548.14,127,9118,3829,65718.26,qnn -2200,SUCCESS,2,1,93.44,19180548.14,19180641.58,127,20,3971,149.5,routing -2201,SUCCESS,2,1,152.21,19180641.58,19180793.79,127,75,1725,243.54,ghz -2202,SUCCESS,2,1,62.48,19180793.79,19180856.27,127,22,2414,99.97,graphstate -2203,SUCCESS,2,1,5039.08,19180856.27,19185895.35,127,1157,3702,8062.53,qft -2205,SUCCESS,2,1,18922.03,19185895.35,19204817.38,127,6295,2555,30275.25,qft -2206,SUCCESS,2,1,33290.95,19204817.38,19238108.33,127,7295,3879,53265.52,realamprandom -2208,SUCCESS,2,1,20662.99,19238108.33,19258771.32,127,8105,2167,33060.78,qft -2209,SUCCESS,2,1,721.98,19258771.32,19259493.3,127,434,1414,1155.17,qftentangled -2211,SUCCESS,2,1,2142.42,19259493.3,19261635.72,127,1210,1505,3427.87,wstate -2213,SUCCESS,2,1,19331.04,19261635.72,19280966.76,127,9740,1687,30929.66,qnn -2214,SUCCESS,2,1,48.23,19280966.76,19281014.99,127,28,1464,77.17,graphstate -2215,SUCCESS,2,1,1635.33,19281014.99,19282650.32,127,521,2668,2616.53,portfolioqaoa -2216,SUCCESS,2,1,2274.78,19282650.32,19284925.1,127,492,3930,3639.65,ghz -2217,SUCCESS,2,1,5891.67,19284925.1,19290816.77,127,2211,2265,9426.67,qpeexact -2218,SUCCESS,2,1,1259.63,19290816.77,19292076.4,127,309,3465,2015.41,qnn -2220,SUCCESS,2,1,2333.81,19292076.4,19294410.21,127,797,2489,3734.1,wstate -2222,SUCCESS,2,1,28637.15,19294410.21,19323047.36,127,10474,2324,45819.44,realamprandom -2224,SUCCESS,2,1,50662.51,19323047.36,19373709.87,127,12049,3574,81060.02,realamprandom -2226,SUCCESS,2,1,3454.52,19373709.87,19377164.39,127,1486,1976,5527.23,random -2227,SUCCESS,2,1,9438.66,19377164.39,19386603.05,127,2497,3213,15101.86,qpeinexact -2228,SUCCESS,2,1,12722.12,19386603.05,19399325.17,127,6456,1675,20355.39,qpeinexact -2229,SUCCESS,2,1,18123.14,19399325.17,19417448.31,127,7611,2024,28997.02,qpeinexact -2230,SUCCESS,2,1,109.07,19417448.31,19417557.38,127,41,2261,174.51,dj -2231,SUCCESS,2,1,501.34,19417557.38,19418058.72,127,114,3738,802.14,ghz -2232,SUCCESS,2,1,81532.39,19418058.72,19499591.11,127,17078,4058,130451.82,random -2233,SUCCESS,2,1,1776.09,19499591.11,19501367.2,127,851,1774,2841.74,ghz -2234,SUCCESS,2,1,1604.92,19501367.2,19502972.12,127,1269,1075,2567.87,random -2235,SUCCESS,2,1,12667.04,19502972.12,19515639.16,127,4224,2549,20267.26,grover-v-chain -2236,SUCCESS,2,1,4990.05,19515639.16,19520629.21,127,1603,2646,7984.08,twolocalrandom -2238,SUCCESS,2,1,1304.93,19520629.21,19521934.14,127,335,3311,2087.89,realamprandom -2239,SUCCESS,2,1,25176.54,19521934.14,19547110.68,127,8749,2446,40282.46,pricingput -2240,SUCCESS,2,1,9287.51,19547110.68,19556398.19,127,3770,2094,14860.02,qpeexact -2241,SUCCESS,2,1,591.85,19556398.19,19556990.04,127,205,2454,946.96,wstate -2242,SUCCESS,2,1,18461.01,19556990.04,19575451.05,127,4893,3207,29537.62,qpeexact -2243,SUCCESS,2,1,29892.52,19575451.05,19605343.57,127,9081,2798,47828.03,qpeexact -2244,SUCCESS,2,1,11709.3,19605343.57,19617052.87,127,5865,1697,18734.88,ae -2245,SUCCESS,2,1,2508.15,19617052.87,19619561.02,127,1620,1316,4013.04,su2random -2246,SUCCESS,2,1,1014.55,19619561.02,19620575.57,127,573,1505,1623.28,qnn -2247,SUCCESS,2,1,5602.89,19620575.57,19626178.46,127,1925,2474,8964.62,qpeinexact -2248,SUCCESS,2,1,23712.57,19626178.46,19649891.03,127,13997,1440,37940.11,realamprandom -2249,SUCCESS,2,1,1022.8,19649891.03,19650913.83,127,535,1625,1636.48,dj -2250,SUCCESS,2,1,272.43,19650913.83,19651186.26,127,92,2517,435.89,dj -2252,SUCCESS,2,1,1542.36,19651186.26,19652728.62,127,570,2300,2467.78,su2random -2253,SUCCESS,2,1,267.94,19652728.62,19652996.56,127,63,3615,428.7,graphstate -2254,SUCCESS,2,1,6546.13,19652996.56,19659542.69,127,2155,2582,10473.81,qnn -2255,SUCCESS,2,1,2182.77,19659542.69,19661725.46,127,775,2394,3492.43,qnn -2256,SUCCESS,2,1,907.51,19661725.46,19662632.97,127,247,3123,1452.02,dj -2257,SUCCESS,2,1,93.67,19662632.97,19662726.64,127,47,1694,149.87,ghz -2258,SUCCESS,2,1,21647.72,19662726.64,19684374.36,127,10320,1783,34636.35,qnn -2259,SUCCESS,2,1,1147.88,19684374.36,19685522.24,127,370,2637,1836.61,dj -2260,SUCCESS,2,1,25795.86,19685522.24,19711318.1,127,5575,3933,41273.38,qft -2261,SUCCESS,2,1,114034.98,19711318.1,19825353.08,127,37628,2576,182455.97,random -2262,SUCCESS,2,1,12246.93,19825353.08,19837600.01,127,3893,2674,19595.09,qft -2263,SUCCESS,2,1,241.57,19837600.01,19837841.58,127,51,4026,386.51,ghz -2264,SUCCESS,2,1,883.49,19837841.58,19838725.07,127,197,3812,1413.58,qpeexact -2265,SUCCESS,2,1,8225.37,19838725.07,19846950.44,127,2431,2876,13160.59,qft -2266,SUCCESS,2,1,569.41,19846950.44,19847519.85,127,181,2674,911.06,qnn -2267,SUCCESS,2,1,81.46,19847519.85,19847601.31,127,26,2663,130.34,vqe -2268,SUCCESS,2,1,1503.48,19847601.31,19849104.79,127,402,3179,2405.57,qftentangled -2269,SUCCESS,2,1,5303.12,19849104.79,19854407.91,127,4293,1050,8484.99,twolocalrandom -2270,SUCCESS,2,1,28034.33,19854407.91,19882442.24,127,7435,3205,44854.93,realamprandom -2271,SUCCESS,2,1,6314.27,19882442.24,19888756.51,127,1442,3722,10102.83,qpeinexact -2273,SUCCESS,2,1,3379.74,19888756.51,19892136.25,127,1033,2781,5407.58,qftentangled -2275,SUCCESS,2,1,21.8,19892136.25,19892158.05,127,10,1853,34.88,ghz -2276,SUCCESS,2,1,8257.02,19892158.05,19900415.07,127,2542,2761,13211.23,twolocalrandom -2277,SUCCESS,2,1,2770.5,19900415.07,19903185.57,127,1012,2327,4432.8,qft -2278,SUCCESS,2,1,3483.98,19903185.57,19906669.55,127,2630,1126,5574.37,qpeexact -2279,SUCCESS,2,1,30311.5,19906669.55,19936981.05,127,11754,2192,48498.4,twolocalrandom -2280,SUCCESS,2,1,19177.81,19936981.05,19956158.86,127,6581,2477,30684.5,qft -2281,SUCCESS,2,1,34154.26,19956158.86,19990313.12,127,7147,4062,54646.82,qpeexact -2283,SUCCESS,2,1,30206.65,19990313.12,20020519.77,127,8550,3003,48330.64,realamprandom -2284,SUCCESS,2,1,241.42,20020519.77,20020761.19,127,120,1710,386.27,ghz -2286,SUCCESS,2,1,2492.54,20020761.19,20023253.73,127,1159,1828,3988.06,qft -2287,SUCCESS,2,1,4662.25,20023253.73,20027915.98,127,2505,1582,7459.6,ae -2289,SUCCESS,2,1,10945.67,20027915.98,20038861.65,127,5804,1603,17513.07,qpeexact -2291,SUCCESS,2,1,25897.38,20038861.65,20064759.03,127,6311,3488,41435.81,twolocalrandom -2292,SUCCESS,2,1,1154.68,20064759.03,20065913.71,127,577,1701,1847.49,dj -2293,SUCCESS,2,1,17945.79,20065913.71,20083859.5,127,4708,3240,28713.26,qpeexact -2295,SUCCESS,2,1,9492.67,20083859.5,20093352.17,127,7811,1033,15188.27,random -2296,SUCCESS,2,1,21502.86,20093352.17,20114855.03,127,15398,1187,34404.58,random -2297,SUCCESS,2,1,4827.21,20114855.03,20119682.24,127,3754,1093,7723.54,su2random -2298,SUCCESS,2,1,951.41,20119682.24,20120633.65,127,392,2063,1522.26,twolocalrandom -2299,SUCCESS,2,1,8134.72,20120633.65,20128768.37,127,2796,2473,13015.55,ae -2301,SUCCESS,2,1,430.38,20128768.37,20129198.75,127,268,1365,688.61,graphstate -2302,SUCCESS,2,1,15113.33,20129198.75,20144312.08,127,6615,1942,24181.33,qnn -2303,SUCCESS,2,1,3122.92,20144312.08,20147435,127,671,3956,4996.67,dj -2304,SUCCESS,2,1,974.84,20147435,20148409.84,127,235,3526,1559.74,wstate -2305,SUCCESS,2,1,833.2,20148409.84,20149243.04,127,552,1283,1333.12,dj -2309,SUCCESS,2,1,19834.61,20149243.04,20169077.65,127,8677,1943,31735.38,qpeinexact -2310,SUCCESS,2,1,10251.6,20169077.65,20179329.25,127,2432,3583,16402.56,qftentangled -2311,SUCCESS,2,1,31857.05,20179329.25,20211186.3,127,9716,2787,50971.28,realamprandom -2312,SUCCESS,2,1,2706.57,20211186.3,20213892.87,127,707,3254,4330.51,twolocalrandom -2313,SUCCESS,2,1,325.84,20213892.87,20214218.71,127,80,3462,521.34,ghz -2314,SUCCESS,2,1,420.13,20214218.71,20214638.84,127,153,2334,672.21,qpeinexact -2317,SUCCESS,2,1,1459.3,20214638.84,20216098.14,127,560,2215,2334.88,dj -2318,SUCCESS,2,1,1560.1,20216098.14,20217658.24,127,351,3778,2496.16,dj -2320,SUCCESS,2,1,6516.4,20217658.24,20224174.64,127,2359,2348,10426.24,qnn -2321,SUCCESS,2,1,249.12,20224174.64,20224423.76,127,59,3589,398.59,ghz -2323,SUCCESS,2,1,13526.46,20224423.76,20237950.22,127,7732,1487,21642.34,qpeinexact -2324,SUCCESS,2,1,897.2,20237950.22,20238847.42,127,189,4035,1435.52,wstate -2325,SUCCESS,2,1,34336.81,20238847.42,20273184.23,127,10040,2907,54938.9,twolocalrandom -2327,SUCCESS,2,1,12475.03,20273184.23,20285659.26,127,5135,2065,19960.05,qpeinexact -2328,SUCCESS,2,1,19380.74,20285659.26,20305040,127,10739,1534,31009.18,qpeinexact -2330,SUCCESS,2,1,13317.87,20305040,20318357.87,127,3082,3673,21308.59,qftentangled -2331,SUCCESS,2,1,930.73,20318357.87,20319288.6,127,496,1595,1489.17,wstate -2333,SUCCESS,2,1,17393.16,20319288.6,20336681.76,127,4506,3281,27829.06,realamprandom -2334,SUCCESS,2,1,20718.61,20336681.76,20357400.37,127,5986,2942,33149.78,qftentangled -2337,SUCCESS,2,1,1571.24,20357400.37,20358971.61,127,564,2368,2513.98,wstate -2338,SUCCESS,2,1,200303.51,20358971.61,20559275.12,127,53777,3166,320485.62,grover-v-chain -2339,SUCCESS,2,1,793.98,20559275.12,20560069.1,127,240,2812,1270.37,portfolioqaoa -2340,SUCCESS,2,1,13283.99,20560069.1,20573353.09,127,5565,2029,21254.38,qft -2341,SUCCESS,2,1,8728.96,20573353.09,20582082.05,127,1823,4070,13966.34,qftentangled -2342,SUCCESS,2,1,7479.62,20582082.05,20589561.67,127,1993,3190,11967.39,qftentangled -2343,SUCCESS,2,1,1904.04,20589561.67,20591465.71,127,928,1744,3046.46,qftentangled -2344,SUCCESS,2,1,8940.6,20591465.71,20600406.31,127,4884,1556,14304.96,qft -2345,SUCCESS,2,1,12210.57,20600406.31,20612616.88,127,2645,3924,19536.91,twolocalrandom -2347,SUCCESS,2,1,8888.76,20612616.88,20621505.64,127,4687,1612,14222.02,twolocalrandom -2348,SUCCESS,2,1,61.56,20621505.64,20621567.2,127,35,1495,98.5,qaoa -2349,SUCCESS,2,1,21485.36,20621567.2,20643052.56,127,12373,1476,34376.58,random -2351,SUCCESS,2,1,3750.88,20643052.56,20646803.44,127,1366,2334,6001.41,qftentangled -2352,SUCCESS,2,1,16596.02,20646803.44,20663399.46,127,6323,2231,26553.63,qpeinexact -2355,SUCCESS,2,1,84.2,20663399.46,20663483.66,127,56,1278,134.72,graphstate -2356,SUCCESS,2,1,61.95,20663483.66,20663545.61,127,25,2106,99.12,vqe -2358,SUCCESS,2,1,40947.07,20663545.61,20704492.68,127,9494,3666,65515.31,qwalk-noancilla -2359,SUCCESS,2,1,253.24,20704492.68,20704745.92,127,125,1722,405.18,qft -2360,SUCCESS,2,1,1003.7,20704745.92,20705749.62,127,295,2892,1605.92,qftentangled -2361,SUCCESS,2,1,96.11,20705749.62,20705845.73,127,22,3713,153.78,ghz -2362,SUCCESS,2,1,37976.9,20705845.73,20743822.63,127,13890,2324,60763.04,su2random -2363,SUCCESS,2,1,25075.12,20743822.63,20768897.75,127,8577,2485,40120.19,su2random -2366,SUCCESS,2,1,2449.15,20768897.75,20771346.9,127,895,2326,3918.64,wstate -2367,SUCCESS,2,1,9100.67,20771346.9,20780447.57,127,2033,3805,14561.07,ae -2368,SUCCESS,2,1,374.48,20780447.57,20780822.05,127,98,3248,599.17,tsp -2369,SUCCESS,2,1,1289.97,20780822.05,20782112.02,127,338,3244,2063.95,qft -2370,SUCCESS,2,1,1527.66,20782112.02,20783639.68,127,697,1863,2444.26,dj -2371,SUCCESS,2,1,775.72,20783639.68,20784415.4,127,197,3347,1241.15,graphstate -2372,SUCCESS,2,1,5147.64,20784415.4,20789563.04,127,3047,1436,8236.22,ae -2374,SUCCESS,2,1,119.3,20789563.04,20789682.34,127,30,3380,190.88,ghz -2377,SUCCESS,2,1,2673,20789682.34,20792355.34,127,561,4050,4276.8,dj -2379,SUCCESS,2,1,5576.29,20792355.34,20797931.63,127,1937,2447,8922.06,qpeexact -2381,SUCCESS,2,1,4635.31,20797931.63,20802566.94,127,1448,2721,7416.5,qftentangled -2382,SUCCESS,2,1,4284.49,20802566.94,20806851.43,127,1555,2342,6855.18,realamprandom -2383,SUCCESS,2,1,96.97,20806851.43,20806948.4,127,58,1421,155.15,ghz -2384,SUCCESS,2,1,3325.25,20806948.4,20810273.65,127,786,3596,5320.4,twolocalrandom -2385,SUCCESS,2,1,2301.31,20810273.65,20812574.96,127,533,3670,3682.1,qpeexact -2386,SUCCESS,2,1,14739.03,20812574.96,20827313.99,127,10371,1208,23582.45,qpeinexact -2388,SUCCESS,2,1,515.83,20827313.99,20827829.82,127,134,3272,825.33,graphstate -2390,SUCCESS,2,1,16670.73,20827829.82,20844500.55,127,5632,2516,26673.17,qft -2392,SUCCESS,2,1,6034.45,20844500.55,20850535,127,4680,1096,9655.12,realamprandom -2393,SUCCESS,2,1,20814.04,20850535,20871349.04,127,11134,1589,33302.46,su2random -2395,SUCCESS,2,1,42513.21,20871349.04,20913862.25,127,9242,3910,68021.14,su2random -2398,SUCCESS,2,1,6662.12,20913862.25,20920524.37,127,1584,3575,10659.39,realamprandom -2400,SUCCESS,2,1,24137.07,20920524.37,20944661.44,127,17183,1194,38619.31,random -2402,SUCCESS,2,1,26251.1,20944661.44,20970912.54,127,12094,1845,42001.76,realamprandom -2403,SUCCESS,2,1,710.75,20970912.54,20971623.29,127,191,3163,1137.2,graphstate -2404,SUCCESS,2,1,783.27,20971623.29,20972406.56,127,509,1308,1253.23,su2random -2405,SUCCESS,2,1,11529.37,20972406.56,20983935.93,127,3139,3122,18446.99,ae -2406,SUCCESS,2,1,75342.3,20983935.93,21059278.23,127,28450,2251,120547.68,grover-v-chain -2407,SUCCESS,2,1,8873.12,21059278.23,21068151.35,127,3850,1959,14196.99,qpeinexact -2408,SUCCESS,2,1,841.97,21068151.35,21068993.32,127,659,1086,1347.15,realamprandom -2409,SUCCESS,2,1,3906.2,21068993.32,21072899.52,127,1682,1974,6249.92,random -2411,SUCCESS,2,1,10466.41,21072899.52,21083365.93,127,2622,3393,16746.26,su2random -2413,SUCCESS,2,1,23351.66,21083365.93,21106717.59,127,6113,3247,37362.66,ae -2414,SUCCESS,2,1,133.66,21106717.59,21106851.25,127,30,3787,213.86,routing -2415,SUCCESS,2,1,2697.54,21106851.25,21109548.79,127,963,2381,4316.06,twolocalrandom -2416,SUCCESS,2,1,23620.51,21109548.79,21133169.3,127,9231,2175,37792.82,qpeexact -2417,SUCCESS,2,1,32482.92,21133169.3,21165652.22,127,8506,3246,51972.67,qnn -2418,SUCCESS,2,1,1011.44,21165652.22,21166663.66,127,286,3006,1618.3,dj -2419,SUCCESS,2,1,466.38,21166663.66,21167130.04,127,129,3073,746.21,vqe -2420,SUCCESS,2,1,2934.79,21167130.04,21170064.83,127,1238,2015,4695.66,ae -2422,SUCCESS,2,1,3937.7,21170064.83,21174002.53,127,3029,1105,6300.32,realamprandom -2423,SUCCESS,2,1,1661.9,21174002.53,21175664.43,127,491,2877,2659.04,portfoliovqe -2424,SUCCESS,2,1,92.35,21175664.43,21175756.78,127,31,2532,147.76,ghz -2425,SUCCESS,2,1,366.92,21175756.78,21176123.7,127,115,2712,587.07,dj -2426,SUCCESS,2,1,49.87,21176123.7,21176173.57,127,16,2649,79.79,ghz -2427,SUCCESS,2,1,20385.05,21176173.57,21196558.62,127,4612,3757,32616.08,qftentangled -2428,SUCCESS,2,1,267.3,21196558.62,21196825.92,127,64,3550,427.68,graphstate -2429,SUCCESS,2,1,242.6,21196825.92,21197068.52,127,96,2148,388.16,graphstate -2430,SUCCESS,2,1,434.55,21197068.52,21197503.07,127,324,1140,695.28,ae -2431,SUCCESS,2,1,472.37,21197503.07,21197975.44,127,253,1587,755.79,wstate -2432,SUCCESS,2,1,500.94,21197975.44,21198476.38,127,111,3836,801.5,graphstate -2433,SUCCESS,2,1,7213.3,21198476.38,21205689.68,127,2412,2542,11541.28,ae -2434,SUCCESS,2,1,24496.1,21205689.68,21230185.78,127,5808,3585,39193.76,realamprandom -2435,SUCCESS,2,1,126.07,21230185.78,21230311.85,127,43,2492,201.71,qaoa -2436,SUCCESS,2,1,10365.13,21230311.85,21240676.98,127,7198,1224,16584.21,ae -2437,SUCCESS,2,1,25178.62,21240676.98,21265855.6,127,7851,2726,40285.79,qnn -2438,SUCCESS,2,1,15597.6,21265855.6,21281453.2,127,3289,4031,24956.16,ae -2440,SUCCESS,2,1,1817.15,21281453.2,21283270.35,127,601,2570,2907.44,dj -2443,SUCCESS,2,1,17187.77,21283270.35,21300458.12,127,6154,2374,27500.43,random -2444,SUCCESS,2,1,7477.73,21300458.12,21307935.85,127,4576,1389,11964.37,qpeinexact -2445,SUCCESS,2,1,1059.26,21307935.85,21308995.11,127,274,3286,1694.82,qft -2446,SUCCESS,2,1,89.29,21308995.11,21309084.4,127,41,1851,142.86,graphstate -2448,SUCCESS,2,1,4253.56,21309084.4,21313337.96,127,1888,1915,6805.7,qpeinexact -2449,SUCCESS,2,1,2357.23,21313337.96,21315695.19,127,707,2834,3771.57,qpeexact -2450,SUCCESS,2,1,6705.43,21315695.19,21322400.62,127,5229,1090,10728.69,su2random -2451,SUCCESS,2,1,1121.13,21322400.62,21323521.75,127,748,1274,1793.81,twolocalrandom -2452,SUCCESS,2,1,347.4,21323521.75,21323869.15,127,73,4045,555.84,graphstate -2453,SUCCESS,2,1,6733.59,21323869.15,21330602.74,127,1975,2898,10773.74,qnn -2455,SUCCESS,2,1,547.41,21330602.74,21331150.15,127,178,2614,875.86,ae -2456,SUCCESS,2,1,3857.57,21331150.15,21335007.72,127,2214,1481,6172.11,qftentangled -2457,SUCCESS,2,1,766.8,21335007.72,21335774.52,127,612,1065,1226.88,portfoliovqe -2458,SUCCESS,2,1,841.75,21335774.52,21336616.27,127,404,1771,1346.8,qnn -2459,SUCCESS,2,1,2419.74,21336616.27,21339036.01,127,511,4025,3871.58,qpeinexact -2460,SUCCESS,2,1,9159.07,21339036.01,21348195.08,127,6637,1173,14654.51,realamprandom -2461,SUCCESS,2,1,347.73,21348195.08,21348542.81,127,112,2639,556.37,graphstate -2463,SUCCESS,2,1,196.4,21348542.81,21348739.21,127,88,1897,314.24,graphstate -2464,SUCCESS,2,1,21848.66,21348739.21,21370587.87,127,7396,2511,34957.86,realamprandom -2466,SUCCESS,2,1,4306.53,21370587.87,21374894.4,127,2567,1426,6890.45,su2random -2467,SUCCESS,2,1,30192.85,21374894.4,21405087.25,127,8765,2928,48308.56,random -2468,SUCCESS,2,1,419.03,21405087.25,21405506.28,127,201,1772,670.45,wstate -2469,SUCCESS,2,1,16216.05,21405506.28,21421722.33,127,3886,3547,25945.68,twolocalrandom -2471,SUCCESS,2,1,1107.47,21421722.33,21422829.8,127,279,3374,1771.95,su2random -2472,SUCCESS,2,1,5356.34,21422829.8,21428186.14,127,2581,1764,8570.14,twolocalrandom -2473,SUCCESS,2,1,222.27,21428186.14,21428408.41,127,64,2952,355.63,wstate -2474,SUCCESS,2,1,42,21428408.41,21428450.41,127,18,1983,67.2,ghz -2476,SUCCESS,2,1,11784.36,21428450.41,21440234.77,127,3460,2895,18854.98,ae -2477,SUCCESS,2,1,1424.69,21440234.77,21441659.46,127,589,2056,2279.5,portfoliovqe -2480,SUCCESS,2,1,23.02,21441659.46,21441682.48,127,18,1087,36.83,ghz -2482,SUCCESS,2,1,1013.09,21441682.48,21442695.57,127,690,1248,1620.94,realamprandom -2483,SUCCESS,2,1,68.75,21442695.57,21442764.32,127,44,1328,110,ghz -2484,SUCCESS,2,1,23658.79,21442764.32,21466423.11,127,6719,2993,37854.06,qft -2485,SUCCESS,2,1,12003.97,21466423.11,21478427.08,127,3754,2718,19206.35,twolocalrandom -2486,SUCCESS,2,1,21966.1,21478427.08,21500393.18,127,5185,3601,35145.76,qft -2489,SUCCESS,2,1,524.5,21500393.18,21500917.68,127,169,2638,839.2,wstate -2490,SUCCESS,2,1,2544.87,21500917.68,21503462.55,127,584,3704,4071.79,ghz -2491,SUCCESS,2,1,393.39,21503462.55,21503855.94,127,89,3757,629.42,wstate -2492,SUCCESS,2,1,506.11,21503855.94,21504362.05,127,113,3807,809.78,dj -2493,SUCCESS,2,1,19090.4,21504362.05,21523452.45,127,9596,1691,30544.64,qnn -2496,SUCCESS,2,1,788.3,21523452.45,21524240.75,127,229,2926,1261.28,wstate -2497,SUCCESS,2,1,38279.28,21524240.75,21562520.03,127,9220,3529,61246.85,su2random -2498,SUCCESS,2,1,440.7,21562520.03,21562960.73,127,96,3902,705.12,graphstate -2499,SUCCESS,2,1,491.16,21562960.73,21563451.89,127,294,1420,785.86,dj -2500,SUCCESS,2,1,5948.43,21563451.89,21569400.32,127,1353,3737,9517.49,qft -2501,SUCCESS,2,1,835.48,21569400.32,21570235.8,127,175,4058,1336.77,graphstate -2503,SUCCESS,2,1,586.21,21570235.8,21570822.01,127,184,2708,937.94,twolocalrandom -2504,SUCCESS,2,1,30.75,21570822.01,21570852.76,127,11,2376,49.2,ghz -2506,SUCCESS,2,1,139.21,21570852.76,21570991.97,127,82,1443,222.74,dj -2507,SUCCESS,2,1,2039.74,21570991.97,21573031.71,127,873,1986,3263.58,ghz -2508,SUCCESS,2,1,13773.44,21573031.71,21586805.15,127,4536,2581,22037.5,su2random -2509,SUCCESS,2,1,995.23,21586805.15,21587800.38,127,230,3678,1592.37,su2random -2511,SUCCESS,2,1,3838.01,21587800.38,21591638.39,127,850,3838,6140.82,ae -2512,SUCCESS,2,1,1721.37,21591638.39,21593359.76,127,548,2670,2754.19,realamprandom -2514,SUCCESS,2,1,701.85,21593359.76,21594061.61,127,353,1690,1122.96,su2random -2515,SUCCESS,2,1,2049.54,21594061.61,21596111.15,127,728,2393,3279.26,qft -2516,SUCCESS,2,1,13511.68,21596111.15,21609622.83,127,3126,3674,21618.69,qnn -2517,SUCCESS,2,1,927.95,21609622.83,21610550.78,127,625,1262,1484.72,su2random -2518,SUCCESS,2,1,845.25,21610550.78,21611396.03,127,289,2486,1352.4,wstate -2519,SUCCESS,2,1,3345.9,21611396.03,21614741.93,127,1427,1993,5353.44,qpeexact -2520,SUCCESS,2,1,4780.87,21614741.93,21619522.8,127,1126,3609,7649.39,wstate -2521,SUCCESS,2,1,17079,21619522.8,21636601.8,127,9378,1548,27326.4,qpeexact -2522,SUCCESS,2,1,10900.89,21636601.8,21647502.69,127,6516,1422,17441.42,ae -2525,SUCCESS,2,1,956.42,21647502.69,21648459.11,127,379,2145,1530.27,ae -2526,SUCCESS,2,1,482.4,21648459.11,21648941.51,127,112,3661,771.84,ghz -2527,SUCCESS,2,1,784.49,21648941.51,21649726,127,281,2373,1255.18,wstate -2530,SUCCESS,2,1,12179.84,21649726,21661905.84,127,2555,4052,19487.74,qftentangled -2531,SUCCESS,2,1,1056.29,21661905.84,21662962.13,127,688,1305,1690.06,ae -2533,SUCCESS,2,1,222.46,21662962.13,21663184.59,127,110,1719,355.94,graphstate -2534,SUCCESS,2,1,15697.86,21663184.59,21678882.45,127,8186,1630,25116.58,qnn -2536,SUCCESS,2,1,11627.37,21678882.45,21690509.82,127,8121,1217,18603.79,qpeinexact -2537,SUCCESS,2,1,18465.89,21690509.82,21708975.71,127,12000,1308,29545.42,realamprandom -2538,SUCCESS,2,1,5332.98,21708975.71,21714308.69,127,1545,2934,8532.77,su2random -2539,SUCCESS,2,1,1756.42,21714308.69,21716065.11,127,367,4068,2810.27,dj -2541,SUCCESS,2,1,258.99,21716065.11,21716324.1,127,60,3669,414.38,ghz -2542,SUCCESS,2,1,787.88,21716324.1,21717111.98,127,192,3488,1260.61,graphstate -2543,SUCCESS,2,1,6862.12,21717111.98,21723974.1,127,1627,3585,10979.39,realamprandom -2544,SUCCESS,2,1,1535.5,21723974.1,21725509.6,127,577,2262,2456.8,ghz -2545,SUCCESS,2,1,14940.69,21725509.6,21740450.29,127,11072,1147,23905.1,su2random -2546,SUCCESS,2,1,4194.71,21740450.29,21744645,127,929,3838,6711.54,ae -2551,SUCCESS,2,1,2526.22,21744645,21747171.22,127,603,3561,4041.95,qft -2552,SUCCESS,2,1,283.73,21747171.22,21747454.95,127,231,1044,453.97,qftentangled -2553,SUCCESS,2,1,28137.2,21747454.95,21775592.15,127,7821,3058,45019.52,random -2555,SUCCESS,2,1,658.25,21775592.15,21776250.4,127,342,1636,1053.2,qpeexact -2557,SUCCESS,2,1,3386.43,21776250.4,21779636.83,127,718,4009,5418.29,qwalk-v-chain -2558,SUCCESS,2,1,5571.92,21779636.83,21785208.75,127,1995,2374,8915.07,qnn -2560,SUCCESS,2,1,8248.11,21785208.75,21793456.86,127,3802,1844,13196.98,su2random -2562,SUCCESS,2,1,42471.78,21793456.86,21835928.64,127,11457,3151,67954.85,twolocalrandom -2563,SUCCESS,2,1,4023.37,21835928.64,21839952.01,127,971,3522,6437.39,qpeinexact -2565,SUCCESS,2,1,14803.04,21839952.01,21854755.05,127,5027,2503,23684.86,random -2567,SUCCESS,2,1,2713.49,21854755.05,21857468.54,127,873,2642,4341.58,dj -2569,SUCCESS,2,1,8499.84,21857468.54,21865968.38,127,2309,3129,13599.74,realamprandom -2570,SUCCESS,2,1,1890.92,21865968.38,21867859.3,127,555,2896,3025.47,dj -2571,SUCCESS,2,1,4603.91,21867859.3,21872463.21,127,983,3981,7366.26,qft -2572,SUCCESS,2,1,562.45,21872463.21,21873025.66,127,341,1402,899.92,portfoliovqe -2574,SUCCESS,2,1,6406.12,21873025.66,21879431.78,127,2403,2266,10249.79,random -2575,SUCCESS,2,1,907.34,21879431.78,21880339.12,127,616,1252,1451.74,dj -2576,SUCCESS,2,1,31293.56,21880339.12,21911632.68,127,9655,2755,50069.7,twolocalrandom -2577,SUCCESS,2,1,38366.27,21911632.68,21949998.95,127,10547,3092,61386.03,su2random -2578,SUCCESS,2,1,4561.86,21949998.95,21954560.81,127,3253,1192,7298.98,qft -2579,SUCCESS,2,1,86.92,21954560.81,21954647.73,127,23,3212,139.07,vqe -2580,SUCCESS,2,1,38502,21954647.73,21993149.73,127,9634,3397,61603.2,su2random -2581,SUCCESS,2,1,8263.87,21993149.73,22001413.6,127,1934,3632,13222.19,qft -2582,SUCCESS,2,1,5674.29,22001413.6,22007087.89,127,1462,3299,9078.86,realamprandom -2583,SUCCESS,2,1,14167.52,22007087.89,22021255.41,127,7030,1713,22668.03,qpeexact -2585,SUCCESS,2,1,1048.06,22021255.41,22022303.47,127,224,3977,1676.9,ae -2586,SUCCESS,2,1,410.24,22022303.47,22022713.71,127,89,3918,656.38,ghz -2587,SUCCESS,2,1,5254.44,22022713.71,22027968.15,127,1279,3492,8407.1,realamprandom -2588,SUCCESS,2,1,3883.07,22027968.15,22031851.22,127,1447,2281,6212.91,qpeexact -2589,SUCCESS,2,1,1272.6,22031851.22,22033123.82,127,714,1515,2036.16,wstate -2591,SUCCESS,2,1,4192.34,22033123.82,22037316.16,127,1357,2626,6707.74,wstate -2592,SUCCESS,2,1,1399.15,22037316.16,22038715.31,127,337,3529,2238.64,wstate -2593,SUCCESS,2,1,53050.05,22038715.31,22091765.36,127,12317,3661,84880.08,su2random -2594,SUCCESS,2,1,2538.61,22091765.36,22094303.97,127,1403,1538,4061.78,ae -2595,SUCCESS,2,1,12180.99,22094303.97,22106484.96,127,3113,3326,19489.58,qpeexact -2596,SUCCESS,2,1,26546.38,22106484.96,22133031.34,127,7824,2884,42474.21,qftentangled -2597,SUCCESS,2,1,15774.83,22133031.34,22148806.17,127,4317,3106,25239.73,qft -2598,SUCCESS,2,1,27493.99,22148806.17,22176300.16,127,15487,1509,43990.38,random -2599,SUCCESS,2,1,5405.69,22176300.16,22181705.85,127,1379,3332,8649.1,twolocalrandom -2600,SUCCESS,2,1,12057,22181705.85,22193762.85,127,2692,3807,19291.2,qftentangled -2601,SUCCESS,2,1,16984.81,22193762.85,22210747.66,127,4044,3570,27175.7,qpeexact -2602,SUCCESS,2,1,5136.82,22210747.66,22215884.48,127,2442,1788,8218.91,qnn -2603,SUCCESS,2,1,8925.85,22215884.48,22224810.33,127,7084,1071,14281.36,ae -2604,SUCCESS,2,1,4828.48,22224810.33,22229638.81,127,1731,2371,7725.57,realamprandom -2605,SUCCESS,2,1,10727.16,22229638.81,22240365.97,127,2681,3401,17163.46,qpeexact -2606,SUCCESS,2,1,3417.73,22240365.97,22243783.7,127,797,3645,5468.37,su2random -2607,SUCCESS,2,1,221.67,22243783.7,22244005.37,127,46,4096,354.67,ghz -2609,SUCCESS,2,1,570.71,22244005.37,22244576.08,127,165,2940,913.14,wstate -2610,SUCCESS,2,1,16992.22,22244576.08,22261568.3,127,5831,2477,27187.55,twolocalrandom -2612,SUCCESS,2,1,7777,22261568.3,22269345.3,127,2774,2383,12443.2,twolocalrandom -2613,SUCCESS,2,1,532.1,22269345.3,22269877.4,127,120,3769,851.36,graphstate -2614,SUCCESS,2,1,68.73,22269877.4,22269946.13,127,24,2434,109.97,graphstate -2616,SUCCESS,2,1,429.7,22269946.13,22270375.83,127,103,3546,687.52,dj -2618,SUCCESS,2,1,3750.57,22270375.83,22274126.4,127,1791,1780,6000.91,ae -2619,SUCCESS,2,1,9653.8,22274126.4,22283780.2,127,2384,3442,15446.08,qpeexact -2621,SUCCESS,2,1,2350.24,22283780.2,22286130.44,127,849,2353,3760.38,twolocalrandom -2622,SUCCESS,2,1,4760.31,22286130.44,22290890.75,127,1228,3295,7616.5,qftentangled -2623,SUCCESS,2,1,2222.11,22290890.75,22293112.86,127,557,3391,3555.38,dj -2624,SUCCESS,2,1,250.69,22293112.86,22293363.55,127,56,3805,401.1,ghz -2625,SUCCESS,2,1,5952.78,22293363.55,22299316.33,127,1749,2893,9524.45,qftentangled -2626,SUCCESS,2,1,2971.35,22299316.33,22302287.68,127,1560,1619,4754.16,qnn -2627,SUCCESS,2,1,109.86,22302287.68,22302397.54,127,64,1459,175.78,graphstate -2630,SUCCESS,2,1,20497.21,22302397.54,22322894.75,127,9799,1778,32795.54,qpeexact -2631,SUCCESS,2,1,6229.28,22322894.75,22329124.03,127,2978,1778,9966.85,qpeinexact -2632,SUCCESS,2,1,11848.9,22329124.03,22340972.93,127,2793,3606,18958.24,realamprandom -2635,SUCCESS,2,1,1521.89,22340972.93,22342494.82,127,352,3675,2435.02,portfoliovqe -2636,SUCCESS,2,1,945.91,22342494.82,22343440.73,127,309,2602,1513.46,qpeexact -2637,SUCCESS,2,1,272.39,22343440.73,22343713.12,127,65,3562,435.82,dj -2639,SUCCESS,2,1,3557.23,22343713.12,22347270.35,127,921,3283,5691.57,wstate -2640,SUCCESS,2,1,302.37,22347270.35,22347572.72,127,137,1876,483.79,graphstate -2641,SUCCESS,2,1,6156.3,22347572.72,22353729.02,127,4932,1061,9850.08,qft -2642,SUCCESS,2,1,213.72,22353729.02,22353942.74,127,47,3865,341.95,graphstate -2643,SUCCESS,2,1,1253.87,22353942.74,22355196.61,127,711,1499,2006.19,ae -2644,SUCCESS,2,1,23712.33,22355196.61,22378908.94,127,5762,3498,37939.73,qpeexact -2645,SUCCESS,2,1,544.62,22378908.94,22379453.56,127,334,1386,871.39,wstate -2646,SUCCESS,2,1,274.15,22379453.56,22379727.71,127,71,3282,438.64,ghz -2647,SUCCESS,2,1,7956.16,22379727.71,22387683.87,127,2162,3128,12729.86,qft -2649,SUCCESS,2,1,433.49,22387683.87,22388117.36,127,93,3962,693.58,wstate -2650,SUCCESS,2,1,391.09,22388117.36,22388508.45,127,169,1967,625.74,wstate -2651,SUCCESS,2,1,21109.54,22388508.45,22409617.99,127,6459,2778,33775.26,qft -2652,SUCCESS,2,1,2465.66,22409617.99,22412083.65,127,1011,2073,3945.06,qpeexact -2653,SUCCESS,2,1,38350.53,22412083.65,22450434.18,127,9798,3327,61360.85,qnn -2654,SUCCESS,2,1,346.58,22450434.18,22450780.76,127,97,3037,554.53,graphstate -2655,SUCCESS,2,1,8483.9,22450780.76,22459264.66,127,2661,2710,13574.24,qftentangled -2656,SUCCESS,2,1,1537.47,22459264.66,22460802.13,127,519,2518,2459.95,qftentangled -2657,SUCCESS,2,1,1244.7,22460802.13,22462046.83,127,439,2410,1991.52,su2random -2659,SUCCESS,2,1,30791.56,22462046.83,22492838.39,127,7732,3385,49266.5,qpeexact -2662,SUCCESS,2,1,39775.57,22492838.39,22532613.96,127,9646,3505,63640.91,realamprandom -2663,SUCCESS,2,1,100.69,22532613.96,22532714.65,127,44,1945,161.1,ghz -2664,SUCCESS,2,1,2184.25,22532714.65,22534898.9,127,877,2117,3494.8,dj -2666,SUCCESS,2,1,8926.77,22534898.9,22543825.67,127,2010,3775,14282.83,qnn -2667,SUCCESS,2,1,4139.18,22543825.67,22547964.85,127,932,3775,6622.69,wstate -2668,SUCCESS,2,1,4700.75,22547964.85,22552665.6,127,1779,2246,7521.2,ae -2669,SUCCESS,2,1,7971.03,22552665.6,22560636.63,127,3527,1921,12753.65,realamprandom -2670,SUCCESS,2,1,371.92,22560636.63,22561008.55,127,296,1068,595.07,dj -2671,SUCCESS,2,1,975.35,22561008.55,22561983.9,127,344,2410,1560.56,dj -2672,SUCCESS,2,1,1643.48,22561983.9,22563627.38,127,627,2228,2629.57,qft -2674,SUCCESS,2,1,15035.34,22563627.38,22578662.72,127,7053,1812,24056.54,qpeexact -2676,SUCCESS,2,1,7168.82,22578662.72,22585831.54,127,2468,2469,11470.11,qft -2678,SUCCESS,2,1,5029.22,22585831.54,22590860.76,127,1211,3530,8046.75,realamprandom -2679,SUCCESS,2,1,8345.62,22590860.76,22599206.38,127,3887,1825,13352.99,qpeexact -2680,SUCCESS,2,1,1311.76,22599206.38,22600518.14,127,696,1602,2098.82,qftentangled -2681,SUCCESS,2,1,2119.91,22600518.14,22602638.05,127,493,3655,3391.86,qftentangled -2682,SUCCESS,2,1,8360.07,22602638.05,22610998.12,127,1899,3742,13376.11,qft -2683,SUCCESS,2,1,1839.78,22610998.12,22612837.9,127,535,2923,2943.65,dj -2684,SUCCESS,2,1,526.4,22612837.9,22613364.3,127,181,2472,842.24,qnn -2685,SUCCESS,2,1,1980.16,22613364.3,22615344.46,127,1156,1456,3168.26,qftentangled -2688,SUCCESS,2,1,743.65,22615344.46,22616088.11,127,525,1204,1189.84,realamprandom -2689,SUCCESS,2,1,42733.13,22616088.11,22658821.24,127,33324,1090,68373.01,shor -2690,SUCCESS,2,1,15710.64,22658821.24,22674531.88,127,5156,2590,25137.02,realamprandom -2691,SUCCESS,2,1,3800.79,22674531.88,22678332.67,127,2724,1186,6081.26,ae -2692,SUCCESS,2,1,1692.72,22678332.67,22680025.39,127,1081,1331,2708.35,ae -2693,SUCCESS,2,1,3545.3,22680025.39,22683570.69,127,750,4018,5672.48,wstate -2695,SUCCESS,2,1,434.8,22683570.69,22684005.49,127,107,3454,695.68,ghz -2696,SUCCESS,2,1,6979.34,22684005.49,22690984.83,127,1822,3256,11166.94,qpeinexact -2697,SUCCESS,2,1,111173.27,22690984.83,22802158.1,127,49657,1903,177877.23,random -2698,SUCCESS,2,1,23921.47,22802158.1,22826079.57,127,7026,2894,38274.35,su2random -2700,SUCCESS,2,1,19144.54,22826079.57,22845224.11,127,4451,3656,30631.26,qpeinexact -2701,SUCCESS,2,1,20171.08,22845224.11,22865395.19,127,6661,2574,32273.73,realamprandom -2704,SUCCESS,2,1,5410.63,22865395.19,22870805.82,127,1245,3694,8657.01,ae -2705,SUCCESS,2,1,4070,22870805.82,22874875.82,127,1375,2516,6512,wstate -2706,SUCCESS,2,1,930.97,22874875.82,22875806.79,127,542,1460,1489.55,ae -2707,SUCCESS,2,1,6077.38,22875806.79,22881884.17,127,1363,3790,9723.81,qpeinexact -2708,SUCCESS,2,1,2950.17,22881884.17,22884834.34,127,1154,2173,4720.27,twolocalrandom -2710,SUCCESS,2,1,2612.39,22884834.34,22887446.73,127,806,2755,4179.82,wstate -2711,SUCCESS,2,1,13696.59,22887446.73,22901143.32,127,5140,2265,21914.54,qft -2712,SUCCESS,2,1,291.09,22901143.32,22901434.41,127,128,1933,465.74,graphstate -2713,SUCCESS,2,1,8110.18,22901434.41,22909544.59,127,4814,1432,12976.29,ae -2714,SUCCESS,2,1,15219.73,22909544.59,22924764.32,127,3710,3487,24351.57,ae -2715,SUCCESS,2,1,5437.33,22924764.32,22930201.65,127,1553,2976,8699.73,qnn -2716,SUCCESS,2,1,2690.12,22930201.65,22932891.77,127,618,3700,4304.19,wstate -2717,SUCCESS,2,1,540.96,22932891.77,22933432.73,127,294,1564,865.54,qpeinexact -2718,SUCCESS,2,1,96.75,22933432.73,22933529.48,127,21,3916,154.8,dj -2719,SUCCESS,2,1,20925.46,22933529.48,22954454.94,127,10892,1633,33480.74,qnn -2720,SUCCESS,2,1,684.02,22954454.94,22955138.96,127,265,2194,1094.43,dj -2721,SUCCESS,2,1,2438.25,22955138.96,22957577.21,127,833,2488,3901.2,ghz -2722,SUCCESS,2,1,132.06,22957577.21,22957709.27,127,50,2245,211.3,ghz -2723,SUCCESS,2,1,25137.71,22957709.27,22982846.98,127,14141,1511,40220.34,su2random -2724,SUCCESS,2,1,2248.25,22982846.98,22985095.23,127,488,3916,3597.2,dj -2725,SUCCESS,2,1,11975.56,22985095.23,22997070.79,127,3532,2882,19160.9,qft -2726,SUCCESS,2,1,1984.16,22997070.79,22999054.95,127,1043,1617,3174.66,su2random -2728,SUCCESS,2,1,14036.82,22999054.95,23013091.77,127,7663,1557,22458.91,qftentangled -2730,SUCCESS,2,1,2328.01,23013091.77,23015419.78,127,718,2756,3724.82,qpeinexact -2731,SUCCESS,2,1,243.11,23015419.78,23015662.89,127,70,2952,388.98,dj -2732,SUCCESS,2,1,13551.75,23015662.89,23029214.64,127,5115,2252,21682.8,realamprandom -2733,SUCCESS,2,1,803.84,23029214.64,23030018.48,127,269,2540,1286.14,ghz -2735,SUCCESS,2,1,1995.28,23030018.48,23032013.76,127,1018,1666,3192.45,wstate -2736,SUCCESS,2,1,129.07,23032013.76,23032142.83,127,28,3918,206.51,vqe -2737,SUCCESS,2,1,1557.9,23032142.83,23033700.73,127,978,1354,2492.64,su2random -2740,SUCCESS,2,1,4688.81,23033700.73,23038389.54,127,1058,3767,7502.1,wstate -2741,SUCCESS,2,1,607.06,23038389.54,23038996.6,127,500,1032,971.3,qft -2742,SUCCESS,2,1,1166.44,23038996.6,23040163.04,127,469,2114,1866.3,dj -2743,SUCCESS,2,1,1162.26,23040163.04,23041325.3,127,265,3728,1859.62,wstate -2744,SUCCESS,2,1,56.33,23041325.3,23041381.63,127,35,1368,90.13,qaoa -2745,SUCCESS,2,1,19122.5,23041381.63,23060504.13,127,5051,3218,30596,realamprandom -2746,SUCCESS,2,1,1184.71,23060504.13,23061688.84,127,935,1077,1895.54,twolocalrandom -2747,SUCCESS,2,1,268.15,23061688.84,23061956.99,127,80,2849,429.04,ghz -2748,SUCCESS,2,1,1487.93,23061956.99,23063444.92,127,394,3210,2380.69,portfoliovqe -2749,SUCCESS,2,1,745.89,23063444.92,23064190.81,127,193,3285,1193.42,wstate -2750,SUCCESS,2,1,61090.67,23064190.81,23125281.48,127,13622,3812,97745.07,qnn -2751,SUCCESS,2,1,10371.94,23125281.48,23135653.42,127,5973,1476,16595.1,qftentangled -2752,SUCCESS,2,1,6235.37,23135653.42,23141888.79,127,4302,1232,9976.59,qpeexact -2753,SUCCESS,2,1,8227.53,23141888.79,23150116.32,127,3271,2138,13164.05,qpeinexact -2754,SUCCESS,2,1,1183.27,23150116.32,23151299.59,127,462,2177,1893.23,su2random -2755,SUCCESS,2,1,876.47,23151299.59,23152176.06,127,309,2411,1402.35,qpeinexact -2757,SUCCESS,2,1,1111.86,23152176.06,23153287.92,127,261,3621,1778.98,qftentangled -2758,SUCCESS,2,1,30585.66,23153287.92,23183873.58,127,8566,3035,48937.06,ae -2760,SUCCESS,2,1,36814.8,23183873.58,23220688.38,127,11404,2744,58903.68,qpeexact -2761,SUCCESS,2,1,5988.79,23220688.38,23226677.17,127,2168,2348,9582.06,qpeexact -2762,SUCCESS,2,1,81.08,23226677.17,23226758.25,127,57,1209,129.73,ghz -2763,SUCCESS,2,1,30467.51,23226758.25,23257225.76,127,8266,3133,48748.02,twolocalrandom -2764,SUCCESS,2,1,797.88,23257225.76,23258023.64,127,597,1136,1276.61,qpeinexact -2765,SUCCESS,2,1,2910.59,23258023.64,23260934.23,127,2323,1065,4656.94,qft -2766,SUCCESS,2,1,2784.43,23260934.23,23263718.66,127,815,2904,4455.09,su2random -2767,SUCCESS,2,1,6278.04,23263718.66,23269996.7,127,1621,3292,10044.86,qftentangled -2768,SUCCESS,2,1,1689.42,23269996.7,23271686.12,127,359,4000,2703.07,portfoliovqe -2769,SUCCESS,2,1,2006.33,23271686.12,23273692.45,127,860,1983,3210.13,qftentangled -2770,SUCCESS,2,1,118.52,23273692.45,23273810.97,127,32,3148,189.63,graphstate -2771,SUCCESS,2,1,3883.79,23273810.97,23277694.76,127,1136,2906,6214.06,grover-v-chain -2772,SUCCESS,2,1,10677.06,23277694.76,23288371.82,127,3500,2593,17083.3,qftentangled -2773,SUCCESS,2,1,4036.21,23288371.82,23292408.03,127,838,4094,6457.94,twolocalrandom -2774,SUCCESS,2,1,10732.59,23292408.03,23303140.62,127,2498,3652,17172.14,qpeexact -2775,SUCCESS,2,1,260.44,23303140.62,23303401.06,127,193,1147,416.7,dj -2776,SUCCESS,2,1,1842.94,23303401.06,23305244,127,786,1993,2948.7,dj -2778,SUCCESS,2,1,1113.23,23305244,23306357.23,127,317,2985,1781.17,wstate -2779,SUCCESS,2,1,3333.44,23306357.23,23309690.67,127,748,3788,5333.5,twolocalrandom -2780,SUCCESS,2,1,7856.18,23309690.67,23317546.85,127,1694,3942,12569.89,qnn -2781,SUCCESS,2,1,39000.75,23317546.85,23356547.6,127,10067,3293,62401.2,su2random -2782,SUCCESS,2,1,53987.82,23356547.6,23410535.42,127,15031,3053,86380.51,qnn -2784,SUCCESS,2,1,1014.53,23410535.42,23411549.95,127,236,3654,1623.25,qft -2785,SUCCESS,2,1,5208.8,23411549.95,23416758.75,127,1697,2609,8334.08,qftentangled -2786,SUCCESS,2,1,5000.5,23416758.75,23421759.25,127,3661,1161,8000.8,qft -2787,SUCCESS,2,1,1035.48,23421759.25,23422794.73,127,313,2812,1656.77,dj -2789,SUCCESS,2,1,1430.43,23422794.73,23424225.16,127,629,1933,2288.69,dj -2790,SUCCESS,2,1,1354.68,23424225.16,23425579.84,127,1019,1130,2167.49,ghz -2791,SUCCESS,2,1,11545.12,23425579.84,23437124.96,127,3592,2732,18472.19,qftentangled -2793,SUCCESS,2,1,2657.5,23437124.96,23439782.46,127,565,3998,4252,dj -2794,SUCCESS,2,1,21226.19,23439782.46,23461008.65,127,4407,4094,33961.9,qft -2796,SUCCESS,2,1,74209.5,23461008.65,23535218.15,127,53775,1173,118735.2,random -2797,SUCCESS,2,1,8465.64,23535218.15,23543683.79,127,2678,2687,13545.02,qpeinexact -2798,SUCCESS,2,1,705.78,23543683.79,23544389.57,127,236,2542,1129.25,random -2799,SUCCESS,2,1,591.28,23544389.57,23544980.85,127,130,3866,946.05,dj -2800,SUCCESS,2,1,6819.46,23544980.85,23551800.31,127,1903,3046,10911.14,qwalk-v-chain -2801,SUCCESS,2,1,1597.42,23551800.31,23553397.73,127,365,3720,2555.87,portfolioqaoa -2802,SUCCESS,2,1,11805.21,23553397.73,23565202.94,127,3239,3098,18888.34,realamprandom -2803,SUCCESS,2,1,11473.73,23565202.94,23576676.67,127,4405,2214,18357.97,twolocalrandom -2804,SUCCESS,2,1,9127.43,23576676.67,23585804.1,127,2759,2812,14603.89,su2random -2805,SUCCESS,2,1,8414.55,23585804.1,23594218.65,127,4687,1526,13463.28,realamprandom -2806,SUCCESS,2,1,2863.6,23594218.65,23597082.25,127,913,2666,4581.76,ae -2807,SUCCESS,2,1,26932.2,23597082.25,23624014.45,127,7664,2987,43091.52,qpeexact -2808,SUCCESS,2,1,376.89,23624014.45,23624391.34,127,188,1704,603.02,dj -2809,SUCCESS,2,1,3381.48,23624391.34,23627772.82,127,2153,1335,5410.37,su2random -2810,SUCCESS,2,1,8672.2,23627772.82,23636445.02,127,4331,1702,13875.52,qpeexact -2812,SUCCESS,2,1,30989.56,23636445.02,23667434.58,127,7915,3328,49583.3,qft -2814,SUCCESS,2,1,1669.76,23667434.58,23669104.34,127,1211,1172,2671.62,random -2816,SUCCESS,2,1,788.95,23669104.34,23669893.29,127,195,3439,1262.32,qpeexact -2817,SUCCESS,2,1,369.6,23669893.29,23670262.89,127,157,2001,591.36,graphstate -2818,SUCCESS,2,1,53734.78,23670262.89,23723997.67,127,12388,3687,85975.65,qnn -2819,SUCCESS,2,1,5675.48,23723997.67,23729673.15,127,4612,1046,9080.77,twolocalrandom -2820,SUCCESS,2,1,1055.78,23729673.15,23730728.93,127,314,2858,1689.25,random -2821,SUCCESS,2,1,705.6,23730728.93,23731434.53,127,392,1530,1128.96,qnn -2822,SUCCESS,2,1,6175.95,23731434.53,23737610.48,127,1329,3950,9881.52,ae -2824,SUCCESS,2,1,24287.37,23737610.48,23761897.85,127,5187,3980,38859.79,qnn -2825,SUCCESS,2,1,7256.59,23761897.85,23769154.44,127,2904,2124,11610.54,ae -2827,SUCCESS,2,1,3398.32,23769154.44,23772552.76,127,2053,1407,5437.31,qftentangled -2828,SUCCESS,2,1,2175.47,23772552.76,23774728.23,127,717,2579,3480.75,qnn -2829,SUCCESS,2,1,644.59,23774728.23,23775372.82,127,153,3581,1031.34,qftentangled -2830,SUCCESS,2,1,9187.33,23775372.82,23784560.15,127,2793,2796,14699.73,twolocalrandom -2832,SUCCESS,2,1,8202.35,23784560.15,23792762.5,127,2067,3373,13123.76,pricingput -2834,SUCCESS,2,1,323.11,23792762.5,23793085.61,127,78,3521,516.98,dj -2835,SUCCESS,2,1,693.34,23793085.61,23793778.95,127,148,3982,1109.34,wstate -2837,SUCCESS,2,1,19709.4,23793778.95,23813488.35,127,5219,3210,31535.04,qpeinexact -2840,SUCCESS,2,1,4439.71,23813488.35,23817928.06,127,1518,2486,7103.54,pricingput -2842,SUCCESS,2,1,293.19,23817928.06,23818221.25,127,107,2329,469.1,graphstate -2843,SUCCESS,2,1,15083.41,23818221.25,23833304.66,127,4047,3168,24133.46,ae -2844,SUCCESS,2,1,498.21,23833304.66,23833802.87,127,325,1303,797.14,wstate -2847,SUCCESS,2,1,8193.18,23833802.87,23841996.05,127,1752,3975,13109.09,qpeexact -2848,SUCCESS,2,1,55643.86,23841996.05,23897639.91,127,14464,3270,89030.18,random -2850,SUCCESS,2,1,13540.96,23897639.91,23911180.87,127,3053,3770,21665.54,qpeexact -2852,SUCCESS,2,1,2579.07,23911180.87,23913759.94,127,1327,1652,4126.51,qpeinexact -2853,SUCCESS,2,1,14511.98,23913759.94,23928271.92,127,5612,2198,23219.17,su2random -2854,SUCCESS,2,1,7799.64,23928271.92,23936071.56,127,2498,2654,12479.42,qpeinexact -2855,SUCCESS,2,1,15929.09,23936071.56,23952000.65,127,4846,2794,25486.54,qft -2857,SUCCESS,2,1,25275.6,23952000.65,23977276.25,127,8677,2476,40440.96,qpeexact -2858,SUCCESS,2,1,4189.92,23977276.25,23981466.17,127,1645,2165,6703.87,qftentangled -2859,SUCCESS,2,1,6215.98,23981466.17,23987682.15,127,2177,2427,9945.57,qftentangled -2860,SUCCESS,2,1,11185.62,23987682.15,23998867.77,127,3730,2549,17896.99,qpeinexact -2861,SUCCESS,2,1,17989.38,23998867.77,24016857.15,127,6748,2266,28783.01,su2random -2862,SUCCESS,2,1,748.74,24016857.15,24017605.89,127,424,1501,1197.98,dj -2863,SUCCESS,2,1,562.64,24017605.89,24018168.53,127,305,1568,900.22,groundstate -2865,SUCCESS,2,1,170.08,24018168.53,24018338.61,127,82,1763,272.13,graphstate -2866,SUCCESS,2,1,2115.93,24018338.61,24020454.54,127,491,3663,3385.49,dj -2867,SUCCESS,2,1,2538.64,24020454.54,24022993.18,127,740,2916,4061.82,portfoliovqe -2868,SUCCESS,2,1,27069.63,24022993.18,24050062.81,127,6456,3564,43311.41,qpeexact -2869,SUCCESS,2,1,3688.71,24050062.81,24053751.52,127,821,3819,5901.94,dj -2870,SUCCESS,2,1,348.36,24053751.52,24054099.88,127,82,3611,557.38,dj -2871,SUCCESS,2,1,2012.73,24054099.88,24056112.61,127,568,3012,3220.37,random -2872,SUCCESS,2,1,43493.88,24056112.61,24099606.49,127,27610,1339,69590.21,random -2873,SUCCESS,2,1,1565.62,24099606.49,24101172.11,127,549,2424,2504.99,dj -2875,SUCCESS,2,1,10469.93,24101172.11,24111642.04,127,4252,2093,16751.89,qpeexact -2876,SUCCESS,2,1,1383.41,24111642.04,24113025.45,127,654,1798,2213.46,portfolioqaoa -2877,SUCCESS,2,1,1019.12,24113025.45,24114044.57,127,275,3150,1630.59,twolocalrandom -2878,SUCCESS,2,1,228.78,24114044.57,24114273.35,127,139,1399,366.05,graphstate -2879,SUCCESS,2,1,2738.2,24114273.35,24117011.55,127,626,3718,4381.12,ae -2880,SUCCESS,2,1,217.33,24117011.55,24117228.88,127,49,3770,347.73,ghz -2881,SUCCESS,2,1,3338.64,24117228.88,24120567.52,127,1520,1867,5341.82,qftentangled -2882,SUCCESS,2,1,2240.89,24120567.52,24122808.41,127,853,2233,3585.42,dj -2883,SUCCESS,2,1,21606.93,24122808.41,24144415.34,127,17037,1078,34571.09,pricingcall -2885,SUCCESS,2,1,81219.42,24144415.34,24225634.76,127,20425,3380,129951.07,random -2887,SUCCESS,2,1,224.22,24225634.76,24225858.98,127,52,3665,358.75,graphstate -2889,SUCCESS,2,1,1720.59,24225858.98,24227579.57,127,585,2500,2752.94,qnn -2890,SUCCESS,2,1,4973.63,24227579.57,24232553.2,127,1119,3778,7957.81,qft -2891,SUCCESS,2,1,6581.83,24232553.2,24239135.03,127,4597,1217,10530.93,qftentangled -2892,SUCCESS,2,1,9104.04,24239135.03,24248239.07,127,7384,1048,14566.46,pricingput -2893,SUCCESS,2,1,41231.53,24248239.07,24289470.6,127,20701,1693,65970.45,random -2894,SUCCESS,2,1,1642.69,24289470.6,24291113.29,127,486,2873,2628.3,qpeinexact -2895,SUCCESS,2,1,2201.33,24291113.29,24293314.62,127,482,3882,3522.13,dj -2896,SUCCESS,2,1,6038.97,24293314.62,24299353.59,127,2122,2419,9662.35,ae -2899,SUCCESS,2,1,1381.89,24299353.59,24300735.48,127,350,3356,2211.02,dj -2901,SUCCESS,2,1,38619.55,24300735.48,24339355.03,127,13621,2410,61791.28,random -2902,SUCCESS,2,1,375.48,24339355.03,24339730.51,127,298,1071,600.77,dj -2903,SUCCESS,2,1,4901.86,24339730.51,24344632.37,127,1597,2609,7842.98,qftentangled -2904,SUCCESS,2,1,20119.47,24344632.37,24364751.84,127,4252,4022,32191.15,qpeinexact -2906,SUCCESS,2,1,13277.51,24364751.84,24378029.35,127,3479,3244,21244.02,qpeinexact -2907,SUCCESS,2,1,578.05,24378029.35,24378607.4,127,228,2155,924.88,dj -2908,SUCCESS,2,1,25012.14,24378607.4,24403619.54,127,6574,3234,40019.42,qftentangled -2909,SUCCESS,2,1,5772.96,24403619.54,24409392.5,127,3587,1368,9236.74,qftentangled -2910,SUCCESS,2,1,589.91,24409392.5,24409982.41,127,137,3660,943.86,graphstate -2911,SUCCESS,2,1,2929.6,24409982.41,24412912.01,127,839,2968,4687.36,qftentangled -2913,SUCCESS,2,1,165.34,24412912.01,24413077.35,127,42,3346,264.54,ghz -2914,SUCCESS,2,1,15180.89,24413077.35,24428258.24,127,4650,2775,24289.42,qnn -2915,SUCCESS,2,1,950.29,24428258.24,24429208.53,127,448,1803,1520.46,graphstate -2916,SUCCESS,2,1,63.05,24429208.53,24429271.58,127,35,1531,100.88,qaoa -2917,SUCCESS,2,1,7389.81,24429271.58,24436661.39,127,2382,2637,11823.7,qnn -2918,SUCCESS,2,1,728.82,24436661.39,24437390.21,127,463,1338,1166.11,dj -2920,SUCCESS,2,1,2726.42,24437390.21,24440116.63,127,1878,1234,4362.27,qnn -2921,SUCCESS,2,1,131.49,24440116.63,24440248.12,127,44,2540,210.38,ghz -2922,SUCCESS,2,1,44518.37,24440248.12,24484766.49,127,10107,3744,71229.39,twolocalrandom -2923,SUCCESS,2,1,1745.08,24484766.49,24486511.57,127,529,2804,2792.13,portfoliovqe -2924,SUCCESS,2,1,15599.71,24486511.57,24502111.28,127,9451,1403,24959.54,ae -2925,SUCCESS,2,1,6417.53,24502111.28,24508528.81,127,1980,2755,10268.05,qft -2926,SUCCESS,2,1,2826.69,24508528.81,24511355.5,127,963,2495,4522.7,qpeinexact -2928,SUCCESS,2,1,58.37,24511355.5,24511413.87,127,41,1210,93.39,ghz -2929,SUCCESS,2,1,20832.09,24511413.87,24532245.96,127,9655,1834,33331.34,realamprandom -2930,SUCCESS,2,1,960.32,24532245.96,24533206.28,127,546,1495,1536.51,qpeinexact -2933,SUCCESS,2,1,28352.64,24533206.28,24561558.92,127,8716,2765,45364.22,qpeinexact -2934,SUCCESS,2,1,2859.13,24561558.92,24564418.05,127,2166,1122,4574.61,qpeinexact -2935,SUCCESS,2,1,162.73,24564418.05,24564580.78,127,65,2128,260.37,graphstate -2936,SUCCESS,2,1,1077.71,24564580.78,24565658.49,127,591,1550,1724.34,wstate -2937,SUCCESS,2,1,54.39,24565658.49,24565712.88,127,29,1594,87.02,wstate -2939,SUCCESS,2,1,216.38,24565712.88,24565929.26,127,152,1210,346.21,su2random -2940,SUCCESS,2,1,10712.47,24565929.26,24576641.73,127,2887,3154,17139.95,ae -2941,SUCCESS,2,1,476.42,24576641.73,24577118.15,127,325,1246,762.27,wstate -2942,SUCCESS,2,1,31086.48,24577118.15,24608204.63,127,8861,2982,49738.37,qft -2943,SUCCESS,2,1,30274.7,24608204.63,24638479.33,127,7591,3390,48439.52,qnn -2944,SUCCESS,2,1,181.38,24638479.33,24638660.71,127,54,2855,290.21,ghz -2945,SUCCESS,2,1,273.84,24638660.71,24638934.55,127,193,1206,438.14,wstate -2946,SUCCESS,2,1,2614.92,24638934.55,24641549.47,127,893,2489,4183.87,qft -2948,SUCCESS,2,1,12185.95,24641549.47,24653735.42,127,2757,3757,19497.52,qftentangled -2951,SUCCESS,2,1,11454.74,24653735.42,24665190.16,127,3089,3152,18327.58,ae -2952,SUCCESS,2,1,40.53,24665190.16,24665230.69,127,16,2153,64.85,ghz -2953,SUCCESS,2,1,4865.75,24665230.69,24670096.44,127,3138,1318,7785.2,ae -2954,SUCCESS,2,1,8940.7,24670096.44,24679037.14,127,5621,1352,14305.12,twolocalrandom -2955,SUCCESS,2,1,11103.55,24679037.14,24690140.69,127,5638,1674,17765.68,qpeexact -2957,SUCCESS,2,1,34988.13,24690140.69,24725128.82,127,9259,3212,55981.01,qnn -2958,SUCCESS,2,1,338.49,24725128.82,24725467.31,127,81,3552,541.58,ghz -2959,SUCCESS,2,1,138.41,24725467.31,24725605.72,127,33,3565,221.46,graphstate -2961,SUCCESS,2,1,579.96,24725605.72,24726185.68,127,390,1264,927.94,dj -2962,SUCCESS,2,1,1143.47,24726185.68,24727329.15,127,878,1107,1829.55,wstate -2963,SUCCESS,2,1,22746.66,24727329.15,24750075.81,127,8620,2243,36394.66,twolocalrandom -2964,SUCCESS,2,1,1184,24750075.81,24751259.81,127,629,1600,1894.4,portfoliovqe -2965,SUCCESS,2,1,2556.79,24751259.81,24753816.6,127,859,2530,4090.86,ghz -2966,SUCCESS,2,1,3504.68,24753816.6,24757321.28,127,1232,2418,5607.49,qft -2968,SUCCESS,2,1,13609.91,24757321.28,24770931.19,127,8685,1332,21775.86,su2random -2969,SUCCESS,2,1,4269.84,24770931.19,24775201.03,127,1553,2337,6831.74,twolocalrandom -2970,SUCCESS,2,1,2852.21,24775201.03,24778053.24,127,654,3707,4563.54,qpeinexact -2971,SUCCESS,2,1,7246.02,24778053.24,24785299.26,127,1507,4087,11593.63,qft -2973,SUCCESS,2,1,515.29,24785299.26,24785814.55,127,137,3197,824.46,wstate -2974,SUCCESS,2,1,770.57,24785814.55,24786585.12,127,346,1893,1232.91,dj -2975,SUCCESS,2,1,2382.41,24786585.12,24788967.53,127,495,4091,3811.86,ghz -2976,SUCCESS,2,1,202.48,24788967.53,24789170.01,127,133,1294,323.97,qftentangled -2977,SUCCESS,2,1,7441.7,24789170.01,24796611.71,127,2396,2640,11906.72,qft -2979,SUCCESS,2,1,470.58,24796611.71,24797082.29,127,335,1194,752.93,qft -2980,SUCCESS,2,1,134.97,24797082.29,24797217.26,127,82,1399,215.95,graphstate -2981,SUCCESS,2,1,3720.09,24797217.26,24800937.35,127,2154,1468,5952.14,realamprandom -2982,SUCCESS,2,1,25598.59,24800937.35,24826535.94,127,5320,4090,40957.74,qpeexact -2983,SUCCESS,2,1,779.85,24826535.94,24827315.79,127,379,1749,1247.76,wstate -2984,SUCCESS,2,1,584.94,24827315.79,24827900.73,127,126,3946,935.9,dj -2985,SUCCESS,2,1,2185.69,24827900.73,24830086.42,127,726,2559,3497.1,dj -2986,SUCCESS,2,1,132.47,24830086.42,24830218.89,127,33,3412,211.95,graphstate -2988,SUCCESS,2,1,7635.26,24830218.89,24837854.15,127,3152,2059,12216.42,twolocalrandom -2989,SUCCESS,2,1,12929.69,24837854.15,24850783.84,127,3124,3518,20687.5,grover-v-chain -2990,SUCCESS,2,1,100.03,24850783.84,24850883.87,127,65,1308,160.05,dj -2991,SUCCESS,2,1,1696.99,24850883.87,24852580.86,127,426,3386,2715.18,dj -2992,SUCCESS,2,1,387.27,24852580.86,24852968.13,127,133,2475,619.63,graphstate -2993,SUCCESS,2,1,7524.28,24852968.13,24860492.41,127,3474,1841,12038.85,qft -2995,SUCCESS,2,1,8338.69,24860492.41,24868831.1,127,4162,1703,13341.9,qftentangled -2996,SUCCESS,2,1,5190.85,24868831.1,24874021.95,127,2265,1948,8305.36,qpeexact -2997,SUCCESS,2,1,18679.8,24874021.95,24892701.75,127,5542,2865,29887.68,qpeexact -2999,SUCCESS,2,1,2241.92,24892701.75,24894943.67,127,532,3582,3587.07,qpeinexact -3000,SUCCESS,2,1,3165.49,24894943.67,24898109.16,127,977,2754,5064.78,qft -3001,SUCCESS,2,1,5365.31,24898109.16,24903474.47,127,2528,1804,8584.5,qft -3002,SUCCESS,2,1,19616.8,24903474.47,24923091.27,127,4340,3842,31386.88,ae -3004,SUCCESS,2,1,489.26,24923091.27,24923580.53,127,123,3381,782.82,ghz -3005,SUCCESS,2,1,471.51,24923580.53,24924052.04,127,290,1382,754.42,su2random -3006,SUCCESS,2,1,320.45,24924052.04,24924372.49,127,125,2179,512.72,graphstate -3007,SUCCESS,2,1,15282.15,24924372.49,24939654.64,127,3895,3335,24451.44,pricingcall -3008,SUCCESS,2,1,325.27,24939654.64,24939979.91,127,127,2177,520.43,graphstate -3009,SUCCESS,2,1,21153.39,24939979.91,24961133.3,127,4455,4036,33845.42,qpeinexact -3010,SUCCESS,2,1,47378.79,24961133.3,25008512.09,127,19168,2101,75806.06,qwalk-noancilla -3011,SUCCESS,2,1,952.1,25008512.09,25009464.19,127,334,2423,1523.36,dj -3012,SUCCESS,2,1,16536.48,25009464.19,25026000.67,127,3529,3983,26458.37,ae -3013,SUCCESS,2,1,1182.96,25026000.67,25027183.63,127,316,3182,1892.74,portfolioqaoa -3015,SUCCESS,2,1,535.86,25027183.63,25027719.49,127,193,2360,857.38,wstate -3016,SUCCESS,2,1,271.77,25027719.49,25027991.26,127,75,3080,434.83,graphstate -3017,SUCCESS,2,1,85849.76,25027991.26,25113841.02,127,18432,3959,137359.62,random -3018,SUCCESS,2,1,12646.43,25113841.02,25126487.45,127,3857,2787,20234.29,su2random -3019,SUCCESS,2,1,52445.28,25126487.45,25178932.73,127,12094,3686,83912.45,twolocalrandom -3020,SUCCESS,2,1,11405.53,25178932.73,25190338.26,127,3343,2900,18248.85,qnn -3022,SUCCESS,2,1,32021.8,25190338.26,25222360.06,127,9331,2917,51234.88,ae -3023,SUCCESS,2,1,1597.98,25222360.06,25223958.04,127,440,3087,2556.77,ae -3024,SUCCESS,2,1,581.2,25223958.04,25224539.24,127,145,3407,929.92,qft -3025,SUCCESS,2,1,4514.83,25224539.24,25229054.07,127,1300,2952,7223.73,ae -3026,SUCCESS,2,1,22820.87,25229054.07,25251874.94,127,6362,3049,36513.39,twolocalrandom -3027,SUCCESS,2,1,5415.81,25251874.94,25257290.75,127,3833,1201,8665.3,qftentangled -3029,SUCCESS,2,1,247.08,25257290.75,25257537.83,127,65,3231,395.33,ghz -3030,SUCCESS,2,1,34569.15,25257537.83,25292106.98,127,8622,3408,55310.64,qnn -3032,SUCCESS,2,1,813.86,25292106.98,25292920.84,127,295,2345,1302.18,dj -3033,SUCCESS,2,1,833.99,25292920.84,25293754.83,127,531,1335,1334.38,portfoliovqe -3034,SUCCESS,2,1,7229.58,25293754.83,25300984.41,127,2806,2190,11567.33,qpeexact -3035,SUCCESS,2,1,58393,25300984.41,25359377.41,127,13662,3633,93428.8,twolocalrandom -3036,SUCCESS,2,1,1217.06,25359377.41,25360594.47,127,384,2694,1947.3,ghz -3037,SUCCESS,2,1,2155.19,25360594.47,25362749.66,127,643,2849,3448.3,dj -3038,SUCCESS,2,1,1509.65,25362749.66,25364259.31,127,320,4010,2415.44,realamprandom -3040,SUCCESS,2,1,105.75,25364259.31,25364365.06,127,35,2568,169.2,graphstate -3041,SUCCESS,2,1,111.59,25364365.06,25364476.65,127,81,1171,178.54,wstate -3042,SUCCESS,2,1,8231.36,25364476.65,25372708.01,127,2561,2732,13170.18,qpeinexact -3043,SUCCESS,2,1,3657.32,25372708.01,25376365.33,127,2483,1252,5851.71,qnn -3044,SUCCESS,2,1,307.46,25376365.33,25376672.79,127,82,3187,491.94,graphstate -3046,SUCCESS,2,1,4519.47,25376672.79,25381192.26,127,3032,1267,7231.15,ae -3047,SUCCESS,2,1,2577.85,25381192.26,25383770.11,127,584,3752,4124.56,realamprandom -3048,SUCCESS,2,1,950.43,25383770.11,25384720.54,127,333,2426,1520.69,dj -3049,SUCCESS,2,1,16869.91,25384720.54,25401590.45,127,5860,2447,26991.86,qpeexact -3050,SUCCESS,2,1,2462.37,25401590.45,25404052.82,127,554,3778,3939.79,dj -3051,SUCCESS,2,1,472.45,25404052.82,25404525.27,127,283,1419,755.92,twolocalrandom -3053,SUCCESS,2,1,210.34,25404525.27,25404735.61,127,45,3973,336.54,dj -3055,SUCCESS,2,1,32651.25,25404735.61,25437386.86,127,7053,3935,52242,qpeinexact -3057,SUCCESS,2,1,479.58,25437386.86,25437866.44,127,237,1720,767.33,wstate -3058,SUCCESS,2,1,221.77,25437866.44,25438088.21,127,99,1904,354.83,qft -3059,SUCCESS,2,1,4919.46,25438088.21,25443007.67,127,1113,3757,7871.14,wstate -3060,SUCCESS,2,1,2044.22,25443007.67,25445051.89,127,652,2665,3270.75,dj -3061,SUCCESS,2,1,23718.07,25445051.89,25468769.96,127,5729,3519,37948.91,qpeexact -3062,SUCCESS,2,1,12514.11,25468769.96,25481284.07,127,3776,2817,20022.58,qftentangled -3065,SUCCESS,2,1,59.99,25481284.07,25481344.06,127,33,1545,95.98,wstate -3067,SUCCESS,2,1,24080.36,25481344.06,25505424.42,127,5727,3574,38528.58,qpeinexact -3068,SUCCESS,2,1,312.95,25505424.42,25505737.37,127,159,1673,500.72,su2random -3069,SUCCESS,2,1,2951.34,25505737.37,25508688.71,127,1014,2474,4722.14,qnn -3070,SUCCESS,2,1,27686.75,25508688.71,25536375.46,127,6249,3766,44298.8,ae -3071,SUCCESS,2,1,111.96,25536375.46,25536487.42,127,40,2379,179.14,ghz -3072,SUCCESS,2,1,16209.25,25536487.42,25552696.67,127,3974,3467,25934.8,qft -3073,SUCCESS,2,1,5844.6,25552696.67,25558541.27,127,1267,3921,9351.36,wstate -3076,SUCCESS,2,1,10133.85,25558541.27,25568675.12,127,6329,1361,16214.16,qft -3077,SUCCESS,2,1,61.05,25568675.12,25568736.17,127,16,3243,97.68,ghz -3078,SUCCESS,2,1,2144.64,25568736.17,25570880.81,127,898,2030,3431.42,ghz -3079,SUCCESS,2,1,2460.86,25570880.81,25573341.67,127,775,2699,3937.38,ghz -3080,SUCCESS,2,1,440.49,25573341.67,25573782.16,127,327,1145,704.78,portfolioqaoa -3081,SUCCESS,2,1,11137.95,25573782.16,25584920.11,127,3386,2796,17820.72,su2random -3082,SUCCESS,2,1,464.27,25584920.11,25585384.38,127,267,1478,742.83,graphstate -3083,SUCCESS,2,1,221704.65,25585384.38,25807089.03,127,63881,2950,354727.44,random -3084,SUCCESS,2,1,286.4,25807089.03,25807375.43,127,184,1323,458.24,graphstate -3085,SUCCESS,2,1,9945.12,25807375.43,25817320.55,127,2341,3611,15912.19,qft -3086,SUCCESS,2,1,315.8,25817320.55,25817636.35,127,231,1162,505.28,twolocalrandom -3087,SUCCESS,2,1,15240.79,25817636.35,25832877.14,127,3506,3695,24385.26,qft -3088,SUCCESS,2,1,1618.96,25832877.14,25834496.1,127,413,3332,2590.34,portfolioqaoa -3089,SUCCESS,2,1,334.63,25834496.1,25834830.73,127,163,1745,535.41,graphstate -3090,SUCCESS,2,1,18755.73,25834830.73,25853586.46,127,4034,3952,30009.17,ae -3091,SUCCESS,2,1,106.54,25853586.46,25853693,127,86,1053,170.46,graphstate -3092,SUCCESS,2,1,36967.46,25853693,25890660.46,127,12371,2540,59147.94,realamprandom -3093,SUCCESS,2,1,12590.77,25890660.46,25903251.23,127,6918,1547,20145.23,pricingput -3094,SUCCESS,2,1,1213.76,25903251.23,25904464.99,127,321,3214,1942.02,twolocalrandom -3096,SUCCESS,2,1,14049.92,25904464.99,25918514.91,127,7888,1514,22479.87,qftentangled -3098,SUCCESS,2,1,296.55,25918514.91,25918811.46,127,63,4001,474.48,ghz -3099,SUCCESS,2,1,7547.93,25918811.46,25926359.39,127,2158,2973,12076.69,qnn -3100,SUCCESS,2,1,1422.95,25926359.39,25927782.34,127,1180,1025,2276.72,su2random -3101,SUCCESS,2,1,6307.13,25927782.34,25934089.47,127,1696,3161,10091.41,realamprandom -3102,SUCCESS,2,1,288.34,25934089.47,25934377.81,127,134,1829,461.34,dj -3104,SUCCESS,2,1,1674.77,25934377.81,25936052.58,127,802,1775,2679.63,ghz -3105,SUCCESS,2,1,4753.02,25936052.58,25940805.6,127,3456,1169,7604.83,qpeinexact -3106,SUCCESS,2,1,755.41,25940805.6,25941561.01,127,294,2184,1208.66,dj -3107,SUCCESS,2,1,9883.21,25941561.01,25951444.22,127,7888,1065,15813.14,qft -3108,SUCCESS,2,1,916.76,25951444.22,25952360.98,127,385,2024,1466.82,wstate -3109,SUCCESS,2,1,280.77,25952360.98,25952641.75,127,92,2594,449.23,dj -3110,SUCCESS,2,1,96.73,25952641.75,25952738.48,127,26,3162,154.77,ghz -3111,SUCCESS,2,1,3207.53,25952738.48,25955946.01,127,2454,1111,5132.05,twolocalrandom -3112,SUCCESS,2,1,10263.88,25955946.01,25966209.89,127,3754,2324,16422.21,realamprandom -3113,SUCCESS,2,1,46549.05,25966209.89,26012758.94,127,9712,4074,74478.48,qnn -3114,SUCCESS,2,1,9195.48,26012758.94,26021954.42,127,4879,1602,14712.77,twolocalrandom -3115,SUCCESS,2,1,400.65,26021954.42,26022355.07,127,236,1443,641.04,dj -3116,SUCCESS,2,1,135.5,26022355.07,26022490.57,127,30,3839,216.8,vqe -3118,SUCCESS,2,1,5131.64,26022490.57,26027622.21,127,2581,1690,8210.62,su2random -3119,SUCCESS,2,1,297.51,26027622.21,26027919.72,127,189,1338,476.02,ghz -3121,SUCCESS,2,1,21602.25,26027919.72,26049521.97,127,14481,1268,34563.6,twolocalrandom -3123,SUCCESS,2,1,3738.25,26049521.97,26053260.22,127,1224,2596,5981.2,wstate -3124,SUCCESS,2,1,10318.31,26053260.22,26063578.53,127,3479,2521,16509.3,qpeinexact -3125,SUCCESS,2,1,871.08,26063578.53,26064449.61,127,361,2051,1393.73,dj -3126,SUCCESS,2,1,13145.38,26064449.61,26077594.99,127,5161,2165,21032.61,qpeinexact -3127,SUCCESS,2,1,1232.53,26077594.99,26078827.52,127,672,1559,1972.05,pricingput -3128,SUCCESS,2,1,20922.16,26078827.52,26099749.68,127,10824,1643,33475.46,qpeexact -3129,SUCCESS,2,1,22258.42,26099749.68,26122008.1,127,8342,2268,35613.47,twolocalrandom -3130,SUCCESS,2,1,586.68,26122008.1,26122594.78,127,209,2386,938.69,ghz -3131,SUCCESS,2,1,28209.69,26122594.78,26150804.47,127,6049,3964,45135.5,qftentangled -3132,SUCCESS,2,1,879.42,26150804.47,26151683.89,127,650,1150,1407.07,qftentangled -3133,SUCCESS,2,1,16440.7,26151683.89,26168124.59,127,4288,3259,26305.12,qftentangled -3134,SUCCESS,2,1,824.54,26168124.59,26168949.13,127,299,2344,1319.26,graphstate -3135,SUCCESS,2,1,55795.27,26168949.13,26224744.4,127,11777,4027,89272.43,su2random -3138,SUCCESS,2,1,9657.22,26224744.4,26234401.62,127,4889,1679,15451.55,qnn -3139,SUCCESS,2,1,326.54,26234401.62,26234728.16,127,107,2594,522.46,graphstate -3140,SUCCESS,2,1,24085.19,26234728.16,26258813.35,127,5741,3566,38536.3,ae -3142,SUCCESS,2,1,682.89,26258813.35,26259496.24,127,247,2350,1092.62,graphstate -3143,SUCCESS,2,1,716.61,26259496.24,26260212.85,127,511,1192,1146.58,qft -3145,SUCCESS,2,1,17678.69,26260212.85,26277891.54,127,4491,3346,28285.9,ae -3147,SUCCESS,2,1,9421.84,26277891.54,26287313.38,127,5448,1470,15074.94,qpeexact -3148,SUCCESS,2,1,30950.37,26287313.38,26318263.75,127,13361,1969,49520.59,twolocalrandom -3149,SUCCESS,2,1,6633.48,26318263.75,26324897.23,127,3129,1802,10613.57,realamprandom -3150,SUCCESS,2,1,90.23,26324897.23,26324987.46,127,28,2739,144.37,ghz -3152,SUCCESS,2,1,193.88,26324987.46,26325181.34,127,45,3662,310.21,ghz -3154,SUCCESS,2,1,679.75,26325181.34,26325861.09,127,413,1399,1087.6,portfolioqaoa -3155,SUCCESS,2,1,23288.98,26325861.09,26349150.07,127,7487,2644,37262.37,ae -3156,SUCCESS,2,1,3133.4,26349150.07,26352283.47,127,1404,1897,5013.44,ae -3157,SUCCESS,2,1,54872.87,26352283.47,26407156.34,127,13682,3409,87796.59,su2random -3158,SUCCESS,2,1,1096.86,26407156.34,26408253.2,127,665,1402,1754.98,su2random -3159,SUCCESS,2,1,1305.53,26408253.2,26409558.73,127,274,4050,2088.85,dj -3160,SUCCESS,2,1,6865.57,26409558.73,26416424.3,127,5542,1053,10984.91,twolocalrandom -3161,SUCCESS,2,1,1634.69,26416424.3,26418058.99,127,563,2468,2615.5,qnn -3163,SUCCESS,2,1,477.79,26418058.99,26418536.78,127,389,1044,764.46,dj -3165,SUCCESS,2,1,286.92,26418536.78,26418823.7,127,130,1876,459.07,wstate -3167,SUCCESS,2,1,550.85,26418823.7,26419374.55,127,438,1069,881.36,qnn -3169,SUCCESS,2,1,2150.18,26419374.55,26421524.73,127,466,3922,3440.29,qnn -3170,SUCCESS,2,1,509.88,26421524.73,26422034.61,127,422,1027,815.81,dj -3171,SUCCESS,2,1,974.45,26422034.61,26423009.06,127,518,1599,1559.12,su2random -3172,SUCCESS,2,1,9394.37,26423009.06,26432403.43,127,3828,2086,15030.99,qftentangled -3173,SUCCESS,2,1,885.35,26432403.43,26433288.78,127,343,2194,1416.56,qpeinexact -3175,SUCCESS,2,1,745.23,26433288.78,26434034.01,127,160,3959,1192.37,pricingcall -3176,SUCCESS,2,1,117,26434034.01,26434151.01,127,65,1530,187.2,dj -3177,SUCCESS,2,1,22629.88,26434151.01,26456780.89,127,6887,2793,36207.81,qpeexact -3178,SUCCESS,2,1,652.09,26456780.89,26457432.98,127,209,2652,1043.34,ae -3179,SUCCESS,2,1,4955.52,26457432.98,26462388.5,127,1693,2488,7928.83,random -3180,SUCCESS,2,1,676.6,26462388.5,26463065.1,127,289,1990,1082.56,wstate -3181,SUCCESS,2,1,26963.24,26463065.1,26490028.34,127,7334,3125,43141.18,qnn -3183,SUCCESS,2,1,64.08,26490028.34,26490092.42,127,51,1068,102.53,graphstate -3184,SUCCESS,2,1,1880.81,26490092.42,26491973.23,127,624,2562,3009.3,dj -3185,SUCCESS,2,1,20889.85,26491973.23,26512863.08,127,11224,1582,33423.76,qpeexact -3186,SUCCESS,2,1,21829.77,26512863.08,26534692.85,127,7950,2334,34927.63,qpeinexact -3191,SUCCESS,2,1,13233.39,26534692.85,26547926.24,127,4290,2622,21173.42,ae -3193,SUCCESS,2,1,991.75,26547926.24,26548917.99,127,429,1965,1586.8,graphstate -3194,SUCCESS,2,1,1208.03,26548917.99,26550126.02,127,383,2681,1932.85,graphstate -3197,SUCCESS,2,1,30267.36,26550126.02,26580393.38,127,6403,4018,48427.78,qft -3198,SUCCESS,2,1,284.88,26580393.38,26580678.26,127,73,3317,455.81,wstate -3199,SUCCESS,2,1,41073.52,26580678.26,26621751.78,127,9763,3576,65717.63,realamprandom -3200,SUCCESS,2,1,21483.15,26621751.78,26643234.93,127,4893,3732,34373.04,qpeinexact -3201,SUCCESS,2,1,6875.07,26643234.93,26650110,127,3531,1655,11000.11,qftentangled -3204,SUCCESS,2,1,2021.77,26650110,26652131.77,127,500,3437,3234.83,ae -3206,SUCCESS,2,1,9617.47,26652131.77,26661749.24,127,7452,1097,15387.95,qpeexact -3207,SUCCESS,2,1,105.7,26661749.24,26661854.94,127,40,2246,169.12,ghz -3208,SUCCESS,2,1,285.75,26661854.94,26662140.69,127,96,2530,457.2,graphstate -3210,SUCCESS,2,1,1663.84,26662140.69,26663804.53,127,388,3645,2662.14,qft -3211,SUCCESS,2,1,3956.79,26663804.53,26667761.32,127,2642,1273,6330.86,twolocalrandom -3212,SUCCESS,2,1,178.18,26667761.32,26667939.5,127,50,3029,285.09,graphstate -3213,SUCCESS,2,1,2150.5,26667939.5,26670090,127,1038,1761,3440.8,ghz -3214,SUCCESS,2,1,22559.35,26670090,26692649.35,127,13179,1455,36094.96,qnn -3215,SUCCESS,2,1,27328.01,26692649.35,26719977.36,127,6196,3749,43724.82,ae -3216,SUCCESS,2,1,12739.23,26719977.36,26732716.59,127,5573,1943,20382.77,qft -3217,SUCCESS,2,1,10225.26,26732716.59,26742941.85,127,8161,1065,16360.42,qnn -3218,SUCCESS,2,1,12701.28,26742941.85,26755643.13,127,3105,3477,20322.05,qft -3219,SUCCESS,2,1,9271.54,26755643.13,26764914.67,127,2613,3016,14834.46,qnn -3220,SUCCESS,2,1,11584.31,26764914.67,26776498.98,127,4877,2019,18534.9,qftentangled -3221,SUCCESS,2,1,17560.97,26776498.98,26794059.95,127,4411,3384,28097.55,twolocalrandom -3222,SUCCESS,2,1,5865.99,26794059.95,26799925.94,127,3130,1593,9385.58,qft -3224,SUCCESS,2,1,50820.89,26799925.94,26850746.83,127,13142,3287,81313.42,su2random -3225,SUCCESS,2,1,4299.46,26850746.83,26855046.29,127,1422,2570,6879.14,qpeexact -3226,SUCCESS,2,1,50535.62,26855046.29,26905581.91,127,12422,3458,80856.99,twolocalrandom -3229,SUCCESS,2,1,40603.22,26905581.91,26946185.13,127,13577,2542,64965.15,twolocalrandom -3230,SUCCESS,2,1,3297.88,26946185.13,26949483.01,127,851,3294,5276.61,twolocalrandom -3231,SUCCESS,2,1,29381.09,26949483.01,26978864.1,127,6642,3760,47009.74,qnn -3232,SUCCESS,2,1,102.53,26978864.1,26978966.63,127,29,3005,164.05,ghz -3233,SUCCESS,2,1,1370.83,26978966.63,26980337.46,127,971,1200,2193.33,qpeexact -3234,SUCCESS,2,1,8531.28,26980337.46,26988868.74,127,1857,3905,13650.05,qftentangled -3236,SUCCESS,2,1,870.5,26988868.74,26989739.24,127,329,2249,1392.8,portfoliovqe -3237,SUCCESS,2,1,2091.24,26989739.24,26991830.48,127,501,3548,3345.98,dj -3239,SUCCESS,2,1,171618.41,26991830.48,27163448.89,127,53552,2724,274589.46,grover-v-chain -3240,SUCCESS,2,1,31213.46,27163448.89,27194662.35,127,7760,3419,49941.54,realamprandom -3241,SUCCESS,2,1,539.21,27194662.35,27195201.56,127,272,1685,862.74,graphstate -3242,SUCCESS,2,1,43090.37,27195201.56,27238291.93,127,19618,1867,68944.59,random -3243,SUCCESS,2,1,781.04,27238291.93,27239072.97,127,280,2371,1249.66,wstate -3245,SUCCESS,2,1,7633.16,27239072.97,27246706.13,127,1604,4045,12213.06,su2random -3247,SUCCESS,2,1,1284.85,27246706.13,27247990.98,127,823,1327,2055.76,qftentangled -3248,SUCCESS,2,1,85970.04,27247990.98,27333961.02,127,17928,4076,137552.06,random -3249,SUCCESS,2,1,35736.01,27333961.02,27369697.03,127,22335,1360,57177.62,random -3250,SUCCESS,2,1,3824.3,27369697.03,27373521.33,127,975,3334,6118.88,wstate -3251,SUCCESS,2,1,323.11,27373521.33,27373844.44,127,255,1077,516.98,portfoliovqe -3254,SUCCESS,2,1,15390.95,27373844.44,27389235.39,127,5541,2361,24625.52,twolocalrandom -3255,SUCCESS,2,1,1421.99,27389235.39,27390657.38,127,447,2704,2275.18,dj -3256,SUCCESS,2,1,82.52,27390657.38,27390739.9,127,30,2338,132.03,ghz -3257,SUCCESS,2,1,2439.98,27390739.9,27393179.88,127,579,3582,3903.97,ghz -3258,SUCCESS,2,1,3714.51,27393179.88,27396894.39,127,1593,1982,5943.22,qpeexact -3259,SUCCESS,2,1,89169.07,27396894.39,27486063.46,127,38789,1954,142670.51,qwalk-noancilla -3260,SUCCESS,2,1,2028.19,27486063.46,27488091.65,127,439,3927,3245.1,wstate -3261,SUCCESS,2,1,92.17,27488091.65,27488183.82,127,22,3561,147.47,graphstate -3262,SUCCESS,2,1,10021.52,27488183.82,27498205.34,127,4565,1866,16034.43,qftentangled -3264,SUCCESS,2,1,362.8,27498205.34,27498568.14,127,214,1441,580.48,wstate -3265,SUCCESS,2,1,168.23,27498568.14,27498736.37,127,77,1857,269.17,graphstate -3266,SUCCESS,2,1,20730.11,27498736.37,27519466.48,127,6597,2671,33168.18,qpeinexact -3267,SUCCESS,2,1,99.29,27519466.48,27519565.77,127,29,2910,158.86,vqe -3269,SUCCESS,2,1,977.16,27519565.77,27520542.93,127,218,3810,1563.46,qft -3270,SUCCESS,2,1,12185.36,27520542.93,27532728.29,127,3253,3184,19496.58,ae -3271,SUCCESS,2,1,1120.3,27532728.29,27533848.59,127,284,3353,1792.48,qftentangled -3272,SUCCESS,2,1,102.82,27533848.59,27533951.41,127,35,2497,164.51,qaoa -3273,SUCCESS,2,1,157.67,27533951.41,27534109.08,127,113,1186,252.27,graphstate -3274,SUCCESS,2,1,25557.82,27534109.08,27559666.9,127,5497,3952,40892.51,ae -3275,SUCCESS,2,1,15511.87,27559666.9,27575178.77,127,8512,1549,24818.99,random -3276,SUCCESS,2,1,231.23,27575178.77,27575410,127,83,2368,369.97,ghz -3277,SUCCESS,2,1,1183.46,27575410,27576593.46,127,260,3869,1893.54,dj -3278,SUCCESS,2,1,1251.57,27576593.46,27577845.03,127,767,1387,2002.51,twolocalrandom -3279,SUCCESS,2,1,7481.69,27577845.03,27585326.72,127,1619,3928,11970.7,qft -3280,SUCCESS,2,1,2217.32,27585326.72,27587544.04,127,662,2847,3547.71,dj -3281,SUCCESS,2,1,3236.02,27587544.04,27590780.06,127,1208,2277,5177.63,su2random -3282,SUCCESS,2,1,3557,27590780.06,27594337.06,127,1206,2507,5691.2,wstate -3283,SUCCESS,2,1,244.24,27594337.06,27594581.3,127,60,3460,390.78,graphstate -3284,SUCCESS,2,1,27490.39,27594581.3,27622071.69,127,10828,2158,43984.62,twolocalrandom -3285,SUCCESS,2,1,1500.45,27622071.69,27623572.14,127,1009,1264,2400.72,qnn -3287,SUCCESS,2,1,5928.62,27623572.14,27629500.76,127,4267,1181,9485.79,realamprandom -3288,SUCCESS,2,1,1388.85,27629500.76,27630889.61,127,302,3909,2222.16,ghz -3289,SUCCESS,2,1,14175.49,27630889.61,27645065.1,127,10739,1122,22680.78,qpeexact -3291,SUCCESS,2,1,168985.58,27645065.1,27814050.68,127,59576,2411,270376.93,random -3292,SUCCESS,2,1,12443.7,27814050.68,27826494.38,127,4214,2510,19909.92,qft -3293,SUCCESS,2,1,2775.42,27826494.38,27829269.8,127,704,3351,4440.67,su2random -3294,SUCCESS,2,1,1069.12,27829269.8,27830338.92,127,232,3917,1710.59,qnn -3295,SUCCESS,2,1,9207.07,27830338.92,27839545.99,127,2293,3413,14731.31,qnn -3296,SUCCESS,2,1,2574.45,27839545.99,27842120.44,127,1807,1211,4119.12,qft -3297,SUCCESS,2,1,65.07,27842120.44,27842185.51,127,29,1907,104.11,vqe -3298,SUCCESS,2,1,5957.8,27842185.51,27848143.31,127,1543,3282,9532.48,twolocalrandom -3299,SUCCESS,2,1,44226.51,27848143.31,27892369.82,127,11733,3204,70762.42,random -3300,SUCCESS,2,1,724.55,27892369.82,27893094.37,127,361,1706,1159.28,realamprandom -3301,SUCCESS,2,1,9627.57,27893094.37,27902721.94,127,7922,1033,15404.11,qpeinexact -3304,SUCCESS,2,1,15770.12,27902721.94,27918492.06,127,6600,2031,25232.19,qpeexact -3305,SUCCESS,2,1,1146.28,27918492.06,27919638.34,127,657,1483,1834.05,ae -3306,SUCCESS,2,1,141313.7,27919638.34,28060952.04,127,51070,2352,226101.92,random -3307,SUCCESS,2,1,94.35,28060952.04,28061046.39,127,54,1485,150.96,ghz -3308,SUCCESS,2,1,2679.75,28061046.39,28063726.14,127,579,3934,4287.6,dj -3310,SUCCESS,2,1,1650.75,28063726.14,28065376.89,127,504,2784,2641.2,qft -3312,SUCCESS,2,1,907.91,28065376.89,28066284.8,127,295,2616,1452.66,qnn -3313,SUCCESS,2,1,604.79,28066284.8,28066889.59,127,356,1444,967.66,graphstate -3314,SUCCESS,2,1,1188.53,28066889.59,28068078.12,127,511,1977,1901.65,twolocalrandom -3315,SUCCESS,2,1,49938,28068078.12,28118016.12,127,24395,1740,79900.8,random -3316,SUCCESS,2,1,26514.29,28118016.12,28144530.41,127,7438,3030,42422.86,su2random -3317,SUCCESS,2,1,344.63,28144530.41,28144875.04,127,177,1655,551.41,graphstate -3318,SUCCESS,2,1,3186.44,28144875.04,28148061.48,127,2399,1129,5098.3,ae -3319,SUCCESS,2,1,5422.38,28148061.48,28153483.86,127,1482,3110,8675.81,ae -3320,SUCCESS,2,1,5259.75,28153483.86,28158743.61,127,2690,1662,8415.6,qftentangled -3321,SUCCESS,2,1,159.54,28158743.61,28158903.15,127,39,3477,255.26,graphstate -3322,SUCCESS,2,1,3672,28158903.15,28162575.15,127,847,3685,5875.2,portfoliovqe -3323,SUCCESS,2,1,3564.73,28162575.15,28166139.88,127,2094,1447,5703.57,qft -3324,SUCCESS,2,1,11275.42,28166139.88,28177415.3,127,4630,2070,18040.67,su2random -3325,SUCCESS,2,1,25562.87,28177415.3,28202978.17,127,7202,3017,40900.59,realamprandom -3327,SUCCESS,2,1,183.76,28202978.17,28203161.93,127,96,1627,294.02,graphstate -3328,SUCCESS,2,1,19467.15,28203161.93,28222629.08,127,6976,2372,31147.44,qft -3329,SUCCESS,2,1,21694.89,28222629.08,28244323.97,127,9909,1861,34711.82,qnn -3332,SUCCESS,2,1,11197.45,28244323.97,28255521.42,127,5201,1830,17915.92,qpeexact -3333,SUCCESS,2,1,1664.79,28255521.42,28257186.21,127,347,4078,2663.66,pricingcall -3334,SUCCESS,2,1,17003.66,28257186.21,28274189.87,127,4948,2921,27205.86,qpeinexact -3336,SUCCESS,2,1,19308.48,28274189.87,28293498.35,127,5513,2977,30893.57,random -3337,SUCCESS,2,1,14575.05,28293498.35,28308073.4,127,7228,1714,23320.08,qftentangled -3338,SUCCESS,2,1,3623.23,28308073.4,28311696.63,127,983,3133,5797.17,ghz -3340,SUCCESS,2,1,9175.38,28311696.63,28320872.01,127,3884,2008,14680.61,random -3341,SUCCESS,2,1,3677.99,28320872.01,28324550,127,2101,1488,5884.78,qpeexact -3342,SUCCESS,2,1,24059.58,28324550,28348609.58,127,15792,1295,38495.33,realamprandom -3343,SUCCESS,2,1,15047.69,28348609.58,28363657.27,127,7659,1670,24076.3,grover-v-chain -3344,SUCCESS,2,1,22661.29,28363657.27,28386318.56,127,5429,3548,36258.06,qftentangled -3345,SUCCESS,2,1,2487.82,28386318.56,28388806.38,127,540,3916,3980.51,qftentangled -3346,SUCCESS,2,1,644.99,28388806.38,28389451.37,127,135,4061,1031.98,graphstate -3347,SUCCESS,2,1,9883.01,28389451.37,28399334.38,127,2452,3426,15812.82,qnn -3348,SUCCESS,2,1,52.04,28399334.38,28399386.42,127,39,1134,83.26,ghz -3349,SUCCESS,2,1,749.1,28399386.42,28400135.52,127,414,1538,1198.56,dj -3350,SUCCESS,2,1,8556.95,28400135.52,28408692.47,127,2529,2876,13691.12,qftentangled -3351,SUCCESS,2,1,68.71,28408692.47,28408761.18,127,21,2781,109.94,ghz -3353,SUCCESS,2,1,12757.7,28408761.18,28421518.88,127,3117,3479,20412.32,pricingcall -3354,SUCCESS,2,1,14003.05,28421518.88,28435521.93,127,6301,1889,22404.88,qpeinexact -3355,SUCCESS,2,1,13010.29,28435521.93,28448532.22,127,3674,3010,20816.46,qft -3356,SUCCESS,2,1,5032.65,28448532.22,28453564.87,127,1468,2914,8052.24,qnn -3357,SUCCESS,2,1,23060.38,28453564.87,28476625.25,127,6362,3081,36896.61,realamprandom -3358,SUCCESS,2,1,762.86,28476625.25,28477388.11,127,305,2126,1220.58,dj -3359,SUCCESS,2,1,12281.13,28477388.11,28489669.24,127,3636,2871,19649.81,qft -3361,SUCCESS,2,1,1151.89,28489669.24,28490821.13,127,295,3319,1843.02,dj -3362,SUCCESS,2,1,1092.08,28490821.13,28491913.21,127,573,1620,1747.33,wstate -3363,SUCCESS,2,1,33.93,28491913.21,28491947.14,127,12,2403,54.29,ghz -3364,SUCCESS,2,1,21060.29,28491947.14,28513007.43,127,8440,2121,33696.46,ae -3365,SUCCESS,2,1,13838,28513007.43,28526845.43,127,2996,3926,22140.8,random -3367,SUCCESS,2,1,791.53,28526845.43,28527636.96,127,341,1973,1266.45,random -3368,SUCCESS,2,1,36485.29,28527636.96,28564122.25,127,10456,2966,58376.46,qpeinexact -3369,SUCCESS,2,1,274.37,28564122.25,28564396.62,127,141,1654,438.99,wstate -3370,SUCCESS,2,1,240.16,28564396.62,28564636.78,127,68,3002,384.26,ghz -3371,SUCCESS,2,1,29937.2,28564636.78,28594573.98,127,6319,4027,47899.52,random -3373,SUCCESS,2,1,27084.9,28594573.98,28621658.88,127,6234,3693,43335.84,qpeinexact -3374,SUCCESS,2,1,5160.21,28621658.88,28626819.09,127,2067,2122,8256.34,qnn -3375,SUCCESS,2,1,83132.76,28626819.09,28709951.85,127,22390,3156,133012.42,random -3376,SUCCESS,2,1,2319.82,28709951.85,28712271.67,127,790,2496,3711.71,qnn -3377,SUCCESS,2,1,320.81,28712271.67,28712592.48,127,76,3588,513.3,ghz -3379,SUCCESS,2,1,6117.86,28712592.48,28718710.34,127,1572,3308,9788.58,realamprandom -3380,SUCCESS,2,1,2318.99,28718710.34,28721029.33,127,785,2511,3710.38,qpeexact -3381,SUCCESS,2,1,83.81,28721029.33,28721113.14,127,19,3749,134.1,graphstate -3382,SUCCESS,2,1,38522.65,28721113.14,28759635.79,127,8505,3850,61636.24,qnn -3383,SUCCESS,2,1,872.69,28759635.79,28760508.48,127,390,1902,1396.3,ghz -3384,SUCCESS,2,1,854.55,28760508.48,28761363.03,127,253,2871,1367.28,dj -3385,SUCCESS,2,1,331.08,28761363.03,28761694.11,127,107,2630,529.73,graphstate -3386,SUCCESS,2,1,151.9,28761694.11,28761846.01,127,42,3074,243.04,ghz -3387,SUCCESS,2,1,2249.24,28761846.01,28764095.25,127,791,2417,3598.78,twolocalrandom -3388,SUCCESS,2,1,96.13,28764095.25,28764191.38,127,66,1238,153.81,ghz -3389,SUCCESS,2,1,366.95,28764191.38,28764558.33,127,114,2736,587.12,graphstate -3392,SUCCESS,2,1,93.16,28764558.33,28764651.49,127,74,1070,149.06,ghz -3393,SUCCESS,2,1,3990.31,28764651.49,28768641.8,127,849,3995,6384.5,ae -3394,SUCCESS,2,1,283.88,28768641.8,28768925.68,127,63,3830,454.21,graphstate -3395,SUCCESS,2,1,35562.88,28768925.68,28804488.56,127,9247,3269,56900.61,qftentangled -3396,SUCCESS,2,1,5965.29,28804488.56,28810453.85,127,3242,1564,9544.46,qnn -3398,SUCCESS,2,1,18503.06,28810453.85,28828956.91,127,9590,1640,29604.9,qpeexact -3399,SUCCESS,2,1,1115.02,28828956.91,28830071.93,127,822,1153,1784.03,qpeexact -3400,SUCCESS,2,1,2809.35,28830071.93,28832881.28,127,1229,1943,4494.96,random -3401,SUCCESS,2,1,16474.23,28832881.28,28849355.51,127,5808,2411,26358.77,twolocalrandom -3402,SUCCESS,2,1,4616.15,28849355.51,28853971.66,127,1684,2330,7385.84,realamprandom -3403,SUCCESS,2,1,5406.26,28853971.66,28859377.92,127,1364,3369,8650.02,pricingcall -3404,SUCCESS,2,1,1210.47,28859377.92,28860588.39,127,537,1916,1936.75,ae -3405,SUCCESS,2,1,317.81,28860588.39,28860906.2,127,69,3915,508.5,wstate -3406,SUCCESS,2,1,3781.01,28860906.2,28864687.21,127,2503,1284,6049.62,su2random -3407,SUCCESS,2,1,12168.8,28864687.21,28876856.01,127,5576,1855,19470.08,random -3408,SUCCESS,2,1,40872.16,28876856.01,28917728.17,127,11036,3148,65395.46,qnn -3409,SUCCESS,2,1,14478.24,28917728.17,28932206.41,127,6206,1983,23165.18,qpeexact -3410,SUCCESS,2,1,3728.46,28932206.41,28935934.87,127,1166,2718,5965.54,twolocalrandom -3411,SUCCESS,2,1,666.28,28935934.87,28936601.15,127,431,1314,1066.05,realamprandom -3412,SUCCESS,2,1,83.6,28936601.15,28936684.75,127,31,2292,133.76,graphstate -3414,SUCCESS,2,1,166.58,28936684.75,28936851.33,127,108,1311,266.53,graphstate -3417,SUCCESS,2,1,15480.38,28936851.33,28952331.71,127,5146,2557,24768.61,pricingput -3418,SUCCESS,2,1,4236.32,28952331.71,28956568.03,127,1181,3049,6778.11,su2random -3419,SUCCESS,2,1,2663.23,28956568.03,28959231.26,127,2158,1049,4261.17,qnn -3420,SUCCESS,2,1,1559.69,28959231.26,28960790.95,127,542,2446,2495.5,qnn -3421,SUCCESS,2,1,1403.93,28960790.95,28962194.88,127,603,1979,2246.29,dj -3422,SUCCESS,2,1,17910.78,28962194.88,28980105.66,127,11040,1379,28657.25,qnn -3424,SUCCESS,2,1,933.14,28980105.66,28981038.8,127,221,3589,1493.02,graphstate -3425,SUCCESS,2,1,153.87,28981038.8,28981192.67,127,63,2076,246.19,dj -3426,SUCCESS,2,1,384.03,28981192.67,28981576.7,127,91,3587,614.45,graphstate -3427,SUCCESS,2,1,5306.39,28981576.7,28986883.09,127,2403,1877,8490.22,qft -3429,SUCCESS,2,1,297.39,28986883.09,28987180.48,127,113,2237,475.82,ghz -3430,SUCCESS,2,1,4184.48,28987180.48,28991364.96,127,1425,2496,6695.17,qftentangled -3431,SUCCESS,2,1,105586.64,28991364.96,29096951.6,127,35237,2547,168938.62,random -3434,SUCCESS,2,1,25303.1,29096951.6,29122254.7,127,6451,3334,40484.96,random -3435,SUCCESS,2,1,9230.03,29122254.7,29131484.73,127,2143,3661,14768.05,twolocalrandom -3436,SUCCESS,2,1,995.71,29131484.73,29132480.44,127,676,1252,1593.14,qpeinexact -3438,SUCCESS,2,1,2726.05,29132480.44,29135206.49,127,1890,1226,4361.68,qpeexact -3439,SUCCESS,2,1,1221.46,29135206.49,29136427.95,127,360,2884,1954.34,dj -3440,SUCCESS,2,1,59.48,29136427.95,29136487.43,127,25,2022,95.17,graphstate -3441,SUCCESS,2,1,6139.7,29136487.43,29142627.13,127,1835,2844,9823.52,qftentangled -3442,SUCCESS,2,1,202.25,29142627.13,29142829.38,127,58,2964,323.6,graphstate -3443,SUCCESS,2,1,2651.16,29142829.38,29145480.54,127,591,3813,4241.86,realamprandom -3444,SUCCESS,2,1,3724.48,29145480.54,29149205.02,127,824,3842,5959.17,qft -3445,SUCCESS,2,1,3784.01,29149205.02,29152989.03,127,1014,3172,6054.42,ghz -3446,SUCCESS,2,1,1138.57,29152989.03,29154127.6,127,293,3303,1821.71,wstate -3447,SUCCESS,2,1,4274.38,29154127.6,29158401.98,127,1517,2395,6839.01,su2random -3448,SUCCESS,2,1,112.4,29158401.98,29158514.38,127,55,1737,179.84,graphstate -3449,SUCCESS,2,1,30356.25,29158514.38,29188870.63,127,6628,3893,48570,ae -3450,SUCCESS,2,1,27455.77,29188870.63,29216326.4,127,9042,2581,43929.23,twolocalrandom -3451,SUCCESS,2,1,731.36,29216326.4,29217057.76,127,183,3397,1170.18,dj -3452,SUCCESS,2,1,3702.41,29217057.76,29220760.17,127,981,3208,5923.86,qnn -3454,SUCCESS,2,1,7003.26,29220760.17,29227763.43,127,5392,1104,11205.22,twolocalrandom -3455,SUCCESS,2,1,6832.95,29227763.43,29234596.38,127,4840,1200,10932.72,ae -3456,SUCCESS,2,1,324.21,29234596.38,29234920.59,127,151,1825,518.74,qpeexact -3457,SUCCESS,2,1,12014.71,29234920.59,29246935.3,127,4331,2358,19223.54,qpeinexact -3460,SUCCESS,2,1,4176.21,29246935.3,29251111.51,127,2978,1192,6681.94,random -3462,SUCCESS,2,1,344.32,29251111.51,29251455.83,127,74,3955,550.91,graphstate -3464,SUCCESS,2,1,720.18,29251455.83,29252176.01,127,371,1650,1152.29,twolocalrandom -3465,SUCCESS,2,1,9134.73,29252176.01,29261310.74,127,2269,3422,14615.57,qpeexact -3466,SUCCESS,2,1,1077.12,29261310.74,29262387.86,127,352,2601,1723.39,su2random -3467,SUCCESS,2,1,204.43,29262387.86,29262592.29,127,115,1511,327.09,graphstate -3468,SUCCESS,2,1,52249.85,29262592.29,29314842.14,127,16016,2773,83599.76,random -3470,SUCCESS,2,1,14161.5,29314842.14,29329003.64,127,6101,1973,22658.4,ae -3471,SUCCESS,2,1,16255.42,29329003.64,29345259.06,127,4740,2915,26008.67,qft -3472,SUCCESS,2,1,1092.13,29345259.06,29346351.19,127,441,2105,1747.41,dj -3476,SUCCESS,2,1,494.52,29346351.19,29346845.71,127,252,1668,791.23,qnn -3478,SUCCESS,2,1,1537.09,29346845.71,29348382.8,127,403,3242,2459.34,qpeexact -3480,SUCCESS,2,1,18236.29,29348382.8,29366619.09,127,4282,3620,29178.06,qft -3481,SUCCESS,2,1,517.38,29366619.09,29367136.47,127,173,2542,827.81,qnn -3482,SUCCESS,2,1,473.04,29367136.47,29367609.51,127,112,3590,756.86,graphstate -3487,SUCCESS,2,1,129.07,29367609.51,29367738.58,127,27,4063,206.51,vqe -3488,SUCCESS,2,1,36133.42,29367738.58,29403872,127,8475,3624,57813.47,qft -3489,SUCCESS,2,1,34422.77,29403872,29438294.77,127,8076,3623,55076.43,qpeinexact -3490,SUCCESS,2,1,14555.7,29438294.77,29452850.47,127,7078,1748,23289.12,qftentangled -3491,SUCCESS,2,1,3369.68,29452850.47,29456220.15,127,1648,1738,5391.49,ae -3492,SUCCESS,2,1,2624,29456220.15,29458844.15,127,1312,1700,4198.4,wstate -3493,SUCCESS,2,1,16188.32,29458844.15,29475032.47,127,7636,1802,25901.31,twolocalrandom -3494,SUCCESS,2,1,751.52,29475032.47,29475783.99,127,213,2999,1202.43,wstate -3495,SUCCESS,2,1,31241.34,29475783.99,29507025.33,127,7792,3408,49986.14,qnn -3496,SUCCESS,2,1,4972.37,29507025.33,29511997.7,127,1642,2574,7955.79,qnn -3497,SUCCESS,2,1,2774.78,29511997.7,29514772.48,127,633,3726,4439.65,su2random -3498,SUCCESS,2,1,36577.49,29514772.48,29551349.97,127,13036,2385,58523.98,realamprandom -3499,SUCCESS,2,1,32570.06,29551349.97,29583920.03,127,8425,3286,52112.1,qft -3500,SUCCESS,2,1,20628.45,29583920.03,29604548.48,127,5638,3110,33005.52,qpeinexact -3501,SUCCESS,2,1,160.76,29604548.48,29604709.24,127,80,1708,257.22,graphstate -3502,SUCCESS,2,1,62.36,29604709.24,29604771.6,127,22,2409,99.78,vqe -3503,SUCCESS,2,1,6543.29,29604771.6,29611314.89,127,1849,3008,10469.26,qpeinexact -3504,SUCCESS,2,1,2830.79,29611314.89,29614145.68,127,830,2899,4529.26,ghz -3505,SUCCESS,2,1,5504.64,29614145.68,29619650.32,127,1330,3518,8807.42,wstate -3506,SUCCESS,2,1,220.66,29619650.32,29619870.98,127,101,1857,353.06,wstate -3508,SUCCESS,2,1,318.29,29619870.98,29620189.27,127,81,3340,509.26,wstate -3510,SUCCESS,2,1,1354.79,29620189.27,29621544.06,127,338,3407,2167.66,qpeinexact -3511,SUCCESS,2,1,2858.69,29621544.06,29624402.75,127,1958,1241,4573.9,qft -3512,SUCCESS,2,1,2691.36,29624402.75,29627094.11,127,737,3104,4306.18,su2random -3513,SUCCESS,2,1,4016.49,29627094.11,29631110.6,127,1045,3267,6426.38,wstate -3514,SUCCESS,2,1,665.55,29631110.6,29631776.15,127,173,3270,1064.88,qnn -3515,SUCCESS,2,1,152.5,29631776.15,29631928.65,127,38,3411,244,ghz -3516,SUCCESS,2,1,1593.95,29631928.65,29633522.6,127,790,1715,2550.32,su2random -3517,SUCCESS,2,1,3358.55,29633522.6,29636881.15,127,972,2937,5373.68,su2random -3518,SUCCESS,2,1,2477.75,29636881.15,29639358.9,127,879,2396,3964.4,qft -3519,SUCCESS,2,1,4877.56,29639358.9,29644236.46,127,2074,1999,7804.1,pricingcall -3520,SUCCESS,2,1,14448.18,29644236.46,29658684.64,127,8270,1485,23117.09,qpeexact -3521,SUCCESS,2,1,489.13,29658684.64,29659173.77,127,133,3126,782.61,wstate -3522,SUCCESS,2,1,2671.37,29659173.77,29661845.14,127,1088,2087,4274.19,qnn -3523,SUCCESS,2,1,69219.37,29661845.14,29731064.51,127,14824,3969,110750.99,realamprandom -3524,SUCCESS,2,1,12998.99,29731064.51,29744063.5,127,5264,2099,20798.38,qnn -3525,SUCCESS,2,1,3270.23,29744063.5,29747333.73,127,2330,1193,5232.37,ae -3526,SUCCESS,2,1,1369.32,29747333.73,29748703.05,127,1061,1097,2190.91,twolocalrandom -3527,SUCCESS,2,1,43049.66,29748703.05,29791752.71,127,10227,3578,68879.46,realamprandom -3528,SUCCESS,2,1,31155.13,29791752.71,29822907.84,127,6505,4071,49848.21,qpeexact -3529,SUCCESS,2,1,324.09,29822907.84,29823231.93,127,72,3826,518.54,ghz -3530,SUCCESS,2,1,4619.98,29823231.93,29827851.91,127,1086,3616,7391.97,qnn -3531,SUCCESS,2,1,132298.73,29827851.91,29960150.64,127,78093,1440,211677.97,qwalk-noancilla -3533,SUCCESS,2,1,4731.22,29960150.64,29964881.86,127,1110,3623,7569.95,realamprandom -3534,SUCCESS,2,1,3993.47,29964881.86,29968875.33,127,1202,2824,6389.55,qftentangled -3535,SUCCESS,2,1,1450.26,29968875.33,29970325.59,127,380,3244,2320.42,qft -3536,SUCCESS,2,1,21344.52,29970325.59,29991670.11,127,4699,3861,34151.23,ae -3538,SUCCESS,2,1,14830.4,29991670.11,30006500.51,127,7820,1612,23728.64,random -3539,SUCCESS,2,1,242.94,30006500.51,30006743.45,127,76,2717,388.7,graphstate -3540,SUCCESS,2,1,16232.37,30006743.45,30022975.82,127,3716,3713,25971.79,ae -3541,SUCCESS,2,1,21432.44,30022975.82,30044408.26,127,6790,2683,34291.9,qpeexact -3544,SUCCESS,2,1,163473.72,30044408.26,30207881.98,127,34032,4083,261557.95,shor -3545,SUCCESS,2,1,8268.44,30207881.98,30216150.42,127,3546,1982,13229.5,qpeinexact -3546,SUCCESS,2,1,6311.53,30216150.42,30222461.95,127,2395,2240,10098.45,twolocalrandom -3547,SUCCESS,2,1,46125.85,30222461.95,30268587.8,127,33770,1161,73801.36,random -3548,SUCCESS,2,1,18486.46,30268587.8,30287074.26,127,4912,3199,29578.34,ae -3550,SUCCESS,2,1,11915.45,30287074.26,30298989.71,127,2630,3851,19064.72,qpeinexact -3551,SUCCESS,2,1,1242.48,30298989.71,30300232.19,127,895,1180,1987.97,realamprandom -3552,SUCCESS,2,1,7762.28,30300232.19,30307994.47,127,1697,3888,12419.65,twolocalrandom -3553,SUCCESS,2,1,1107.5,30307994.47,30309101.97,127,377,2497,1772,su2random -3554,SUCCESS,2,1,7162.82,30309101.97,30316264.79,127,4196,1451,11460.51,random -3555,SUCCESS,2,1,22761.51,30316264.79,30339026.3,127,5886,3287,36418.42,qftentangled -3556,SUCCESS,2,1,16397.96,30339026.3,30355424.26,127,7522,1853,26236.74,qft -3557,SUCCESS,2,1,8300.49,30355424.26,30363724.75,127,3549,1988,13280.78,grover-noancilla -3559,SUCCESS,2,1,3427.63,30363724.75,30367152.38,127,2147,1357,5484.21,su2random -3560,SUCCESS,2,1,34996.26,30367152.38,30402148.64,127,9136,3256,55994.02,random -3561,SUCCESS,2,1,16427.29,30402148.64,30418575.93,127,4955,2818,26283.66,qnn -3562,SUCCESS,2,1,116.39,30418575.93,30418692.32,127,26,3805,186.22,vqe -3563,SUCCESS,2,1,51.11,30418692.32,30418743.43,127,27,1609,81.78,ghz -3564,SUCCESS,2,1,5533.03,30418743.43,30424276.46,127,3009,1563,8852.85,qpeexact -3565,SUCCESS,2,1,128619.41,30424276.46,30552895.87,127,40327,2711,205791.06,random -3566,SUCCESS,2,1,14803.77,30552895.87,30567699.64,127,11760,1070,23686.03,realamprandom -3567,SUCCESS,2,1,7690.78,30567699.64,30575390.42,127,3155,2072,12305.25,su2random -3569,SUCCESS,2,1,717.5,30575390.42,30576107.92,127,376,1622,1148,random -3570,SUCCESS,2,1,20849.49,30576107.92,30596957.41,127,5662,3130,33359.18,qpeexact -3571,SUCCESS,2,1,1212.97,30596957.41,30598170.38,127,471,2189,1940.75,pricingcall -3572,SUCCESS,2,1,107.06,30598170.38,30598277.44,127,25,3640,171.3,dj -3573,SUCCESS,2,1,2240.24,30598277.44,30600517.68,127,627,3037,3584.38,ae -3574,SUCCESS,2,1,9728.69,30600517.68,30610246.37,127,3352,2467,15565.9,su2random -3575,SUCCESS,2,1,107570.64,30610246.37,30717817.01,127,29138,3138,172113.02,random -3576,SUCCESS,2,1,2501.06,30717817.01,30720318.07,127,700,3037,4001.7,qft -3577,SUCCESS,2,1,774.12,30720318.07,30721092.19,127,242,2719,1238.59,dj -3578,SUCCESS,2,1,21110.83,30721092.19,30742203.02,127,5400,3323,33777.33,qpeexact -3579,SUCCESS,2,1,39417.13,30742203.02,30781620.15,127,15894,2108,63067.41,realamprandom -3580,SUCCESS,2,1,3875.73,30781620.15,30785495.88,127,2101,1568,6201.17,qpeinexact -3581,SUCCESS,2,1,1490.95,30785495.88,30786986.83,127,335,3783,2385.52,twolocalrandom -3582,SUCCESS,2,1,16227.96,30786986.83,30803214.79,127,4185,3296,25964.74,realamprandom -3583,SUCCESS,2,1,5807.87,30803214.79,30809022.66,127,1433,3445,9292.59,su2random -3584,SUCCESS,2,1,1621.49,30809022.66,30810644.15,127,468,2945,2594.38,dj -3587,SUCCESS,2,1,2054.91,30810644.15,30812699.06,127,428,4081,3287.86,qft -3588,SUCCESS,2,1,23667.61,30812699.06,30836366.67,127,5610,3586,37868.18,qpeexact -3589,SUCCESS,2,1,1915.95,30836366.67,30838282.62,127,658,2475,3065.52,qnn -3590,SUCCESS,2,1,24988.93,30838282.62,30863271.55,127,5242,4052,39982.29,qpeexact -3591,SUCCESS,2,1,11915.13,30863271.55,30875186.68,127,4926,2056,19064.21,qpeinexact -3593,SUCCESS,2,1,1396.32,30875186.68,30876583,127,501,2369,2234.11,dj -3596,SUCCESS,2,1,1987.94,30876583,30878570.94,127,856,1974,3180.7,ae -3598,SUCCESS,2,1,16766.07,30878570.94,30895337.01,127,6119,2329,26825.71,qft -3599,SUCCESS,2,1,1074,30895337.01,30896411.01,127,233,3918,1718.4,realamprandom -3600,SUCCESS,2,1,23780.97,30896411.01,30920191.98,127,8384,2411,38049.55,qpeinexact -3601,SUCCESS,2,1,218.51,30920191.98,30920410.49,127,64,2902,349.62,graphstate -3602,SUCCESS,2,1,3264.07,30920410.49,30923674.56,127,987,2811,5222.51,ghz -3603,SUCCESS,2,1,66556.55,30923674.56,30990231.11,127,16703,3387,106490.48,twolocalrandom -3604,SUCCESS,2,1,422.72,30990231.11,30990653.83,127,117,3071,676.35,ghz -3605,SUCCESS,2,1,375.61,30990653.83,30991029.44,127,109,2929,600.98,qaoa -3606,SUCCESS,2,1,1451.93,30991029.44,30992481.37,127,921,1340,2323.09,ae -3608,SUCCESS,2,1,3719.14,30992481.37,30996200.51,127,1095,2887,5950.62,grover-v-chain -3610,SUCCESS,2,1,34242.78,30996200.51,31030443.29,127,12492,2330,54788.45,realamprandom -3612,SUCCESS,2,1,300.6,31030443.29,31030743.89,127,167,1530,480.96,qpeexact -3613,SUCCESS,2,1,14701.83,31030743.89,31045445.72,127,10086,1239,23522.93,su2random -3615,SUCCESS,2,1,282.27,31045445.72,31045727.99,127,175,1371,451.63,graphstate -3616,SUCCESS,2,1,1737.26,31045727.99,31047465.25,127,392,3767,2779.62,ghz -3617,SUCCESS,2,1,70.83,31047465.25,31047536.08,127,37,1627,113.33,wstate -3619,SUCCESS,2,1,3715.43,31047536.08,31051251.51,127,1608,1964,5944.69,wstate -3621,SUCCESS,2,1,83944.09,31051251.51,31135195.6,127,30584,2333,134310.54,grover-noancilla -3622,SUCCESS,2,1,4415.61,31135195.6,31139611.21,127,1271,2953,7064.98,qpeexact -3623,SUCCESS,2,1,40.42,31139611.21,31139651.63,127,15,2290,64.67,ghz -3624,SUCCESS,2,1,50632.35,31139651.63,31190283.98,127,12113,3553,81011.76,realamprandom -3625,SUCCESS,2,1,52233.74,31190283.98,31242517.72,127,11108,3997,83573.98,qnn -3626,SUCCESS,2,1,209.28,31242517.72,31242727,127,69,2578,334.85,ghz -3627,SUCCESS,2,1,4317.87,31242727,31247044.87,127,2291,1602,6908.59,qft -3628,SUCCESS,2,1,5830.8,31247044.87,31252875.67,127,4445,1115,9329.28,qftentangled -3629,SUCCESS,2,1,25126.94,31252875.67,31278002.61,127,7636,2797,40203.1,realamprandom -3630,SUCCESS,2,1,9439.54,31278002.61,31287442.15,127,2038,3937,15103.26,random -3631,SUCCESS,2,1,17105.37,31287442.15,31304547.52,127,5320,2733,27368.59,qpeinexact -3633,SUCCESS,2,1,19279.33,31304547.52,31323826.85,127,4325,3789,30846.93,qftentangled -3635,SUCCESS,2,1,14062.09,31323826.85,31337888.94,127,5493,2176,22499.34,random -3636,SUCCESS,2,1,1349.87,31337888.94,31339238.81,127,586,1958,2159.79,ghz -3637,SUCCESS,2,1,15141.13,31339238.81,31354379.94,127,4280,3007,24225.81,qft -3638,SUCCESS,2,1,118.31,31354379.94,31354498.25,127,80,1257,189.3,dj -3639,SUCCESS,2,1,6400.5,31354498.25,31360898.75,127,1482,3671,10240.8,qft -3640,SUCCESS,2,1,573.43,31360898.75,31361472.18,127,165,2954,917.49,dj -3641,SUCCESS,2,1,5742.03,31361472.18,31367214.21,127,3211,1520,9187.25,twolocalrandom -3642,SUCCESS,2,1,3180.5,31367214.21,31370394.71,127,1035,2612,5088.8,su2random -3645,SUCCESS,2,1,12649.33,31370394.71,31383044.04,127,6116,1758,20238.93,qft -3647,SUCCESS,2,1,150.33,31383044.04,31383194.37,127,44,2904,240.53,ghz -3648,SUCCESS,2,1,3130.09,31383194.37,31386324.46,127,670,3971,5008.14,dj -3649,SUCCESS,2,1,481.27,31386324.46,31386805.73,127,109,3753,770.03,qft -3650,SUCCESS,2,1,6583.26,31386805.73,31393388.99,127,2299,2434,10533.22,qpeexact -3651,SUCCESS,2,1,36343.49,31393388.99,31429732.48,127,8106,3811,58149.58,ae -3652,SUCCESS,2,1,4285.44,31429732.48,31434017.92,127,1116,3264,6856.7,qnn -3653,SUCCESS,2,1,1307.49,31434017.92,31435325.41,127,604,1840,2091.98,dj -3654,SUCCESS,2,1,5879.96,31435325.41,31441205.37,127,1874,2667,9407.94,qpeexact -3655,SUCCESS,2,1,8244.45,31441205.37,31449449.82,127,3345,2095,13191.12,qft -3656,SUCCESS,2,1,4427.5,31449449.82,31453877.32,127,1048,3591,7084,qftentangled -3658,SUCCESS,2,1,6914.01,31453877.32,31460791.33,127,1682,3494,11062.42,qftentangled -3659,SUCCESS,2,1,225.22,31460791.33,31461016.55,127,54,3545,360.35,dj -3660,SUCCESS,2,1,4292.21,31461016.55,31465308.76,127,3084,1183,6867.54,qft -3661,SUCCESS,2,1,20997.59,31465308.76,31486306.35,127,6404,2787,33596.14,qpeinexact -3662,SUCCESS,2,1,896.44,31486306.35,31487202.79,127,409,1863,1434.3,dj -3663,SUCCESS,2,1,7856.79,31487202.79,31495059.58,127,2291,2915,12570.86,qpeinexact -3665,SUCCESS,2,1,47315.57,31495059.58,31542375.15,127,14556,2763,75704.91,twolocalrandom -3666,SUCCESS,2,1,4933.16,31542375.15,31547308.31,127,2818,1488,7893.06,qftentangled -3667,SUCCESS,2,1,513.61,31547308.31,31547821.92,127,121,3608,821.78,wstate -3668,SUCCESS,2,1,3705.66,31547821.92,31551527.58,127,1244,2532,5929.06,su2random -3669,SUCCESS,2,1,1423.56,31551527.58,31552951.14,127,335,3612,2277.7,twolocalrandom -3670,SUCCESS,2,1,1884.92,31552951.14,31554836.06,127,690,2322,3015.87,pricingcall -3672,SUCCESS,2,1,54283.97,31554836.06,31609120.03,127,11991,3848,86854.35,random -3673,SUCCESS,2,1,503.18,31609120.03,31609623.21,127,364,1175,805.09,dj -3674,SUCCESS,2,1,2990.89,31609623.21,31612614.1,127,1224,2077,4785.42,qpeinexact -3675,SUCCESS,2,1,2275.42,31612614.1,31614889.52,127,838,2308,3640.67,realamprandom -3676,SUCCESS,2,1,13832.65,31614889.52,31628722.17,127,6824,1723,22132.24,ae -3677,SUCCESS,2,1,964.11,31628722.17,31629686.28,127,230,3563,1542.58,ae -3678,SUCCESS,2,1,92.92,31629686.28,31629779.2,127,39,2025,148.67,ghz -3679,SUCCESS,2,1,499.03,31629779.2,31630278.23,127,178,2383,798.45,pricingput -3680,SUCCESS,2,1,3319.42,31630278.23,31633597.65,127,1187,2377,5311.07,qftentangled -3681,SUCCESS,2,1,20612.32,31633597.65,31654209.97,127,11110,1577,32979.71,su2random -3682,SUCCESS,2,1,8083.78,31654209.97,31662293.75,127,2981,2305,12934.05,qft -3683,SUCCESS,2,1,48941.91,31662293.75,31711235.66,127,16541,2515,78307.06,su2random -3684,SUCCESS,2,1,2595.2,31711235.66,31713830.86,127,642,3436,4152.32,qnn -3685,SUCCESS,2,1,21234.08,31713830.86,31735064.94,127,6267,2880,33974.53,qftentangled -3686,SUCCESS,2,1,7839.21,31735064.94,31742904.15,127,3485,1912,12542.74,ae -3688,SUCCESS,2,1,11833.12,31742904.15,31754737.27,127,2698,3728,18932.99,qftentangled -3689,SUCCESS,2,1,2720.68,31754737.27,31757457.95,127,812,2848,4353.09,realamprandom -3690,SUCCESS,2,1,22303.94,31757457.95,31779761.89,127,7423,2554,35686.3,ae -3691,SUCCESS,2,1,1696.98,31779761.89,31781458.87,127,472,3056,2715.17,wstate -3693,SUCCESS,2,1,11776,31781458.87,31793234.87,127,6256,1600,18841.6,qft -3694,SUCCESS,2,1,103987.18,31793234.87,31897222.05,127,27382,3228,166379.49,random -3695,SUCCESS,2,1,100856.67,31897222.05,31998078.72,127,25416,3373,161370.67,random -3696,SUCCESS,2,1,371.75,31998078.72,31998450.47,127,123,2569,594.8,graphstate -3697,SUCCESS,2,1,46203.22,31998450.47,32044653.69,127,10456,3756,73925.15,qpeexact -3698,SUCCESS,2,1,16856.71,32044653.69,32061510.4,127,5235,2737,26970.74,qpeexact -3699,SUCCESS,2,1,179.21,32061510.4,32061689.61,127,53,2874,286.74,wstate -3700,SUCCESS,2,1,109.53,32061689.61,32061799.14,127,35,2660,175.25,qaoa -3701,SUCCESS,2,1,260.71,32061799.14,32062059.85,127,117,1894,417.14,wstate -3702,SUCCESS,2,1,13434.13,32062059.85,32075493.98,127,4166,2741,21494.61,qftentangled -3703,SUCCESS,2,1,1130.72,32075493.98,32076624.7,127,905,1062,1809.15,dj -3705,SUCCESS,2,1,105.56,32076624.7,32076730.26,127,23,3901,168.9,ghz -3706,SUCCESS,2,1,249.06,32076730.26,32076979.32,127,114,1857,398.5,dj -3707,SUCCESS,2,1,13791.15,32076979.32,32090770.47,127,6242,1878,22065.84,ae -3709,SUCCESS,2,1,10875.83,32090770.47,32101646.3,127,2630,3515,17401.33,su2random -3710,SUCCESS,2,1,82.33,32101646.3,32101728.63,127,25,2799,131.73,vqe -3711,SUCCESS,2,1,2263.57,32101728.63,32103992.2,127,639,3011,3621.71,dj -3713,SUCCESS,2,1,4409.1,32103992.2,32108401.3,127,1189,3152,7054.56,wstate -3714,SUCCESS,2,1,242.88,32108401.3,32108644.18,127,59,3499,388.61,graphstate -3715,SUCCESS,2,1,1069.79,32108644.18,32109713.97,127,371,2451,1711.66,realamprandom -3716,SUCCESS,2,1,1759.32,32109713.97,32111473.29,127,503,2973,2814.91,ae -3718,SUCCESS,2,1,9972.59,32111473.29,32121445.88,127,3950,2146,15956.14,qft -3720,SUCCESS,2,1,198.79,32121445.88,32121644.67,127,47,3595,318.06,graphstate -3721,SUCCESS,2,1,1215,32121644.67,32122859.67,127,255,4050,1944,dj -3722,SUCCESS,2,1,1574.97,32122859.67,32124434.64,127,480,2789,2519.95,dj -3723,SUCCESS,2,1,13677.97,32124434.64,32138112.61,127,6636,1752,21884.75,qpeinexact -3724,SUCCESS,2,1,1417.95,32138112.61,32139530.56,127,375,3214,2268.72,qnn -3726,SUCCESS,2,1,4742.24,32139530.56,32144272.8,127,2081,1937,7587.58,qnn -3727,SUCCESS,2,1,295.28,32144272.8,32144568.08,127,67,3746,472.45,ghz -3728,SUCCESS,2,1,444.2,32144568.08,32145012.28,127,96,3933,710.72,ghz -3729,SUCCESS,2,1,1308.8,32145012.28,32146321.08,127,455,2445,2094.08,qft -3730,SUCCESS,2,1,42480.22,32146321.08,32188801.3,127,16740,2157,67968.35,random -3731,SUCCESS,2,1,1892.18,32188801.3,32190693.48,127,1009,1594,3027.49,wstate -3732,SUCCESS,2,1,495.43,32190693.48,32191188.91,127,377,1117,792.69,wstate -3733,SUCCESS,2,1,32.93,32191188.91,32191221.84,127,24,1166,52.69,vqe -3734,SUCCESS,2,1,19220.89,32191221.84,32210442.73,127,8076,2023,30753.42,qpeexact -3735,SUCCESS,2,1,1152.8,32210442.73,32211595.53,127,519,1888,1844.48,wstate -3736,SUCCESS,2,1,808.54,32211595.53,32212404.07,127,317,2168,1293.66,qpeexact -3738,SUCCESS,2,1,50823.61,32212404.07,32263227.68,127,11303,3822,81317.78,qnn -3739,SUCCESS,2,1,3509.97,32263227.68,32266737.65,127,2104,1418,5615.95,qpeexact -3740,SUCCESS,2,1,742.66,32266737.65,32267480.31,127,540,1169,1188.26,portfoliovqe -3741,SUCCESS,2,1,4186.16,32267480.31,32271666.47,127,2948,1207,6697.86,qft -3742,SUCCESS,2,1,19914.25,32271666.47,32291580.72,127,4948,3421,31862.8,qftentangled -3743,SUCCESS,2,1,2808.89,32291580.72,32294389.61,127,1927,1239,4494.22,twolocalrandom -3744,SUCCESS,2,1,33041.7,32294389.61,32327431.31,127,6882,4081,52866.72,pricingcall -3745,SUCCESS,2,1,1663.44,32327431.31,32329094.75,127,537,2633,2661.5,wstate -3746,SUCCESS,2,1,6175.04,32329094.75,32335269.79,127,3917,1340,9880.06,twolocalrandom -3747,SUCCESS,2,1,15137.9,32335269.79,32350407.69,127,3343,3849,24220.64,qftentangled -3748,SUCCESS,2,1,2139,32350407.69,32352546.69,127,575,3162,3422.4,dj -3750,SUCCESS,2,1,64,32352546.69,32352610.69,127,18,3022,102.4,graphstate -3751,SUCCESS,2,1,1613.43,32352610.69,32354224.12,127,726,1889,2581.49,qnn -3752,SUCCESS,2,1,13645.34,32354224.12,32367869.46,127,6908,1679,21832.54,qft -3753,SUCCESS,2,1,8620.79,32367869.46,32376490.25,127,1937,3783,13793.26,qpeinexact -3754,SUCCESS,2,1,18130.59,32376490.25,32394620.84,127,11000,1401,29008.94,qpeexact -3755,SUCCESS,2,1,17797.53,32394620.84,32412418.37,127,5605,2699,28476.05,ae -3756,SUCCESS,2,1,1338.57,32412418.37,32413756.94,127,756,1505,2141.71,qpeexact -3757,SUCCESS,2,1,10756.02,32413756.94,32424512.96,127,7902,1157,17209.63,qwalk-v-chain -3758,SUCCESS,2,1,3859.06,32424512.96,32428372.02,127,994,3300,6174.5,qft -3759,SUCCESS,2,1,219.61,32428372.02,32428591.63,127,53,3522,351.38,graphstate -3760,SUCCESS,2,1,6187.3,32428591.63,32434778.93,127,5004,1051,9899.68,qftentangled -3761,SUCCESS,2,1,3286.35,32434778.93,32438065.28,127,1011,2763,5258.16,qpeinexact -3762,SUCCESS,2,1,4445.25,32438065.28,32442510.53,127,1970,1918,7112.4,qftentangled -3763,SUCCESS,2,1,37165.48,32442510.53,32479676.01,127,9646,3275,59464.77,qnn -3764,SUCCESS,2,1,160.53,32479676.01,32479836.54,127,77,1772,256.85,graphstate -3765,SUCCESS,2,1,86672.48,32479836.54,32566509.02,127,20184,3650,138675.97,random -3766,SUCCESS,2,1,3940.97,32566509.02,32570449.99,127,876,3824,6305.55,wstate -3768,SUCCESS,2,1,1074.44,32570449.99,32571524.43,127,542,1685,1719.1,dj -3769,SUCCESS,2,1,2021.23,32571524.43,32573545.66,127,1030,1668,3233.97,ghz -3770,SUCCESS,2,1,18113.76,32573545.66,32591659.42,127,5391,2856,28982.02,ae -3771,SUCCESS,2,1,826.56,32591659.42,32592485.98,127,229,3068,1322.5,realamprandom -3772,SUCCESS,2,1,29671.53,32592485.98,32622157.51,127,6998,3604,47474.45,qpeexact -3774,SUCCESS,2,1,3758.66,32622157.51,32625916.17,127,1339,2386,6013.86,qpeinexact -3775,SUCCESS,2,1,17054.37,32625916.17,32642970.54,127,4459,3251,27286.99,twolocalrandom -3776,SUCCESS,2,1,465.01,32642970.54,32643435.55,127,375,1054,744.02,su2random -3778,SUCCESS,2,1,15172.71,32643435.55,32658608.26,127,8575,1504,24276.34,qpeinexact -3780,SUCCESS,2,1,7781.8,32658608.26,32666390.06,127,3589,1843,12450.88,qft -3781,SUCCESS,2,1,744.42,32666390.06,32667134.48,127,609,1039,1191.07,wstate -3782,SUCCESS,2,1,15481.42,32667134.48,32682615.9,127,3546,3711,24770.27,qpeexact -3783,SUCCESS,2,1,3977.76,32682615.9,32686593.66,127,1196,2827,6364.42,qnn -3784,SUCCESS,2,1,874.34,32686593.66,32687468,127,624,1191,1398.94,dj -3785,SUCCESS,2,1,3259.4,32687468,32690727.4,127,828,3346,5215.04,dj -3786,SUCCESS,2,1,27727.3,32690727.4,32718454.7,127,5854,4026,44363.68,su2random -3787,SUCCESS,2,1,9024.29,32718454.7,32727478.99,127,3720,2062,14438.86,su2random -3788,SUCCESS,2,1,74535.2,32727478.99,32802014.19,127,17063,3713,119256.32,twolocalrandom -3789,SUCCESS,2,1,664.72,32802014.19,32802678.91,127,149,3792,1063.55,graphstate -3790,SUCCESS,2,1,16303.33,32802678.91,32818982.24,127,3488,3973,26085.33,qpeinexact -3791,SUCCESS,2,1,3887.69,32818982.24,32822869.93,127,877,3768,6220.3,qnn -3792,SUCCESS,2,1,10046.37,32822869.93,32832916.3,127,2519,3390,16074.19,qftentangled -3793,SUCCESS,2,1,494.35,32832916.3,32833410.65,127,109,3855,790.96,qpeexact -3794,SUCCESS,2,1,762.71,32833410.65,32834173.36,127,212,3058,1220.34,ghz -3795,SUCCESS,2,1,8233.53,32834173.36,32842406.89,127,1823,3839,13173.65,ae -3796,SUCCESS,2,1,1415.2,32842406.89,32843822.09,127,701,1716,2264.32,twolocalrandom -3797,SUCCESS,2,1,24136.69,32843822.09,32867958.78,127,11436,1794,38618.7,twolocalrandom -3798,SUCCESS,2,1,1709.95,32867958.78,32869668.73,127,364,3993,2735.92,graphstate -3800,SUCCESS,2,1,2700.57,32869668.73,32872369.3,127,2035,1128,4320.91,twolocalrandom -3801,SUCCESS,2,1,14433.01,32872369.3,32886802.31,127,4921,2493,23092.82,qftentangled -3802,SUCCESS,2,1,17967.56,32886802.31,32904769.87,127,7602,2009,28748.1,ae -3803,SUCCESS,2,1,4133.65,32904769.87,32908903.52,127,2880,1220,6613.84,qnn -3804,SUCCESS,2,1,15861.65,32908903.52,32924765.17,127,4538,2971,25378.64,qft -3805,SUCCESS,2,1,2382.26,32924765.17,32927147.43,127,568,3565,3811.62,qnn -3806,SUCCESS,2,1,1613.38,32927147.43,32928760.81,127,385,3562,2581.41,ghz -3807,SUCCESS,2,1,23677.88,32928760.81,32952438.69,127,5129,3924,37884.61,qftentangled -3808,SUCCESS,2,1,21804.4,32952438.69,32974243.09,127,4799,3862,34887.04,twolocalrandom -3810,SUCCESS,2,1,156.07,32974243.09,32974399.16,127,53,2503,249.71,qaoa -3811,SUCCESS,2,1,27539.64,32974399.16,33001938.8,127,5729,4086,44063.42,qpeexact -3814,SUCCESS,2,1,391.48,33001938.8,33002330.28,127,121,2750,626.37,qpeexact -3815,SUCCESS,2,1,27358.85,33002330.28,33029689.13,127,7077,3286,43774.16,ae -3816,SUCCESS,2,1,1447.53,33029689.13,33031136.66,127,800,1538,2316.05,qftentangled -3817,SUCCESS,2,1,4853.37,33031136.66,33035990.03,127,2517,1639,7765.39,qft -3818,SUCCESS,2,1,2321.37,33035990.03,33038311.4,127,945,2088,3714.19,qftentangled -3819,SUCCESS,2,1,193.33,33038311.4,33038504.73,127,73,2251,309.33,wstate -3820,SUCCESS,2,1,7879.67,33038504.73,33046384.4,127,1642,4079,12607.47,qpeexact -3821,SUCCESS,2,1,98456.16,33046384.4,33144840.56,127,32538,2572,157529.86,random -3822,SUCCESS,2,1,1453.41,33144840.56,33146293.97,127,717,1723,2325.46,qftentangled -3823,SUCCESS,2,1,18959.23,33146293.97,33165253.2,127,4044,3985,30334.77,qpeinexact -3824,SUCCESS,2,1,2042.07,33165253.2,33167295.27,127,813,2135,3267.31,ghz -3825,SUCCESS,2,1,752.74,33167295.27,33168048.01,127,331,1933,1204.38,dj -3826,SUCCESS,2,1,39981.38,33168048.01,33208029.39,127,10991,3092,63970.21,twolocalrandom -3827,SUCCESS,2,1,1877.77,33208029.39,33209907.16,127,544,2934,3004.43,qpeexact -3828,SUCCESS,2,1,5816.74,33209907.16,33215723.9,127,1849,2674,9306.78,twolocalrandom -3830,SUCCESS,2,1,465.92,33215723.9,33216189.82,127,181,2188,745.47,ghz -3832,SUCCESS,2,1,225.83,33216189.82,33216415.65,127,86,2232,361.33,graphstate -3834,SUCCESS,2,1,135.65,33216415.65,33216551.3,127,100,1153,217.04,graphstate -3835,SUCCESS,2,1,51095.4,33216551.3,33267646.7,127,39955,1087,81752.64,qwalk-noancilla -3836,SUCCESS,2,1,5696.49,33267646.7,33273343.19,127,1348,3592,9114.38,wstate -3838,SUCCESS,2,1,1079.29,33273343.19,33274422.48,127,306,2998,1726.86,dj -3839,SUCCESS,2,1,80259.77,33274422.48,33354682.25,127,17497,3899,128415.63,random -3840,SUCCESS,2,1,941,33354682.25,33355623.25,127,216,3703,1505.6,qft -3841,SUCCESS,2,1,132.65,33355623.25,33355755.9,127,49,2301,212.24,dj -3842,SUCCESS,2,1,67974.53,33355755.9,33423730.43,127,15722,3675,108759.25,su2random -3843,SUCCESS,2,1,9563.05,33423730.43,33433293.48,127,3739,2174,15300.88,su2random -3844,SUCCESS,2,1,18762.64,33433293.48,33452056.12,127,4315,3696,30020.22,ae -3846,SUCCESS,2,1,148.84,33452056.12,33452204.96,127,43,2942,238.14,ghz -3847,SUCCESS,2,1,14860.08,33452204.96,33467065.04,127,6627,1906,23776.13,su2random -3848,SUCCESS,2,1,631.78,33467065.04,33467696.82,127,335,1603,1010.85,graphstate -3850,SUCCESS,2,1,14556.24,33467696.82,33482253.06,127,3256,3800,23289.98,qpeexact -3851,SUCCESS,2,1,138.2,33482253.06,33482391.26,127,36,3263,221.12,ghz -3852,SUCCESS,2,1,2257.61,33482391.26,33484648.87,127,1411,1360,3612.18,qpeexact -3854,SUCCESS,2,1,3566.25,33484648.87,33488215.12,127,1932,1569,5706,twolocalrandom -3855,SUCCESS,2,1,2087.32,33488215.12,33490302.44,127,805,2204,3339.71,qftentangled -3857,SUCCESS,2,1,11261.42,33490302.44,33501563.86,127,8702,1100,18018.27,qftentangled -3858,SUCCESS,2,1,5351.05,33501563.86,33506914.91,127,3938,1155,8561.68,su2random -3860,SUCCESS,2,1,77.04,33506914.91,33506991.95,127,58,1129,123.26,graphstate -3861,SUCCESS,2,1,46311.23,33506991.95,33553303.18,127,9991,3940,74097.97,su2random -3862,SUCCESS,2,1,4629.47,33553303.18,33557932.65,127,1913,2057,7407.15,ae -3865,SUCCESS,2,1,19982.88,33557932.65,33577915.53,127,8012,2120,31972.61,qft -3866,SUCCESS,2,1,47970.53,33577915.53,33625886.06,127,10830,3765,76752.85,qpeexact -3867,SUCCESS,2,1,116672.33,33625886.06,33742558.39,127,32860,3018,186675.73,random -3868,SUCCESS,2,1,95077.13,33742558.39,33837635.52,127,21620,3738,152123.41,random -3869,SUCCESS,2,1,5143.5,33837635.52,33842779.02,127,3825,1143,8229.6,qpeexact -3870,SUCCESS,2,1,28591.41,33842779.02,33871370.43,127,6206,3916,45746.26,qpeinexact -3871,SUCCESS,2,1,936.69,33871370.43,33872307.12,127,484,1645,1498.7,qpeexact -3872,SUCCESS,2,1,35326.06,33872307.12,33907633.18,127,7950,3777,56521.7,qpeexact -3873,SUCCESS,2,1,2581.45,33907633.18,33910214.63,127,816,2689,4130.32,qpeinexact -3874,SUCCESS,2,1,38584.91,33910214.63,33948799.54,127,10042,3266,61735.86,ae -3875,SUCCESS,2,1,8826.34,33948799.54,33957625.88,127,2154,3483,14122.14,twolocalrandom -3876,SUCCESS,2,1,540.21,33957625.88,33958166.09,127,169,2717,864.34,wstate -3878,SUCCESS,2,1,18501.07,33958166.09,33976667.16,127,4609,3412,29601.71,qnn -3879,SUCCESS,2,1,53326.29,33976667.16,34029993.45,127,12371,3664,85322.06,twolocalrandom -3880,SUCCESS,2,1,166.66,34029993.45,34030160.11,127,41,3455,266.66,wstate -3881,SUCCESS,2,1,12826.63,34030160.11,34042986.74,127,4108,2654,20522.61,qpeexact -3882,SUCCESS,2,1,44343.11,34042986.74,34087329.85,127,10273,3669,70948.98,ae -3883,SUCCESS,2,1,23857.31,34087329.85,34111187.16,127,9726,2085,38171.7,qwalk-noancilla -3884,SUCCESS,2,1,1710.75,34111187.16,34112897.91,127,842,1727,2737.2,ghz -3885,SUCCESS,2,1,41809.47,34112897.91,34154707.38,127,16272,2184,66895.15,random -3886,SUCCESS,2,1,916.2,34154707.38,34155623.58,127,508,1533,1465.92,pricingput -3887,SUCCESS,2,1,69.04,34155623.58,34155692.62,127,37,1586,110.46,wstate -3888,SUCCESS,2,1,874.67,34155692.62,34156567.29,127,671,1108,1399.47,pricingput -3891,SUCCESS,2,1,4200.98,34156567.29,34160768.27,127,1162,3073,6721.57,qnn -3892,SUCCESS,2,1,29432.62,34160768.27,34190200.89,127,7639,3275,47092.19,qpeinexact -3894,SUCCESS,2,1,14558.01,34190200.89,34204758.9,127,4659,2656,23292.82,realamprandom -3895,SUCCESS,2,1,3063.22,34204758.9,34207822.12,127,687,3790,4901.15,su2random -3896,SUCCESS,2,1,448.1,34207822.12,34208270.22,127,244,1561,716.96,portfoliovqe -3897,SUCCESS,2,1,43986.89,34208270.22,34252257.11,127,9886,3782,70379.02,qnn -3899,SUCCESS,2,1,10722.5,34252257.11,34262979.61,127,3480,2619,17156,qnn -3900,SUCCESS,2,1,324.25,34262979.61,34263303.86,127,113,2439,518.8,wstate -3902,SUCCESS,2,1,3051.37,34263303.86,34266355.23,127,978,2652,4882.19,wstate -3903,SUCCESS,2,1,1680.95,34266355.23,34268036.18,127,639,2236,2689.52,twolocalrandom -3904,SUCCESS,2,1,28857.25,34268036.18,34296893.43,127,9676,2535,46171.6,twolocalrandom -3905,SUCCESS,2,1,1355.45,34296893.43,34298248.88,127,1057,1090,2168.72,su2random -3906,SUCCESS,2,1,15742.85,34298248.88,34313991.73,127,4183,3199,25188.56,ae -3907,SUCCESS,2,1,105.98,34313991.73,34314097.71,127,28,3217,169.57,ghz -3908,SUCCESS,2,1,82858.93,34314097.71,34396956.64,127,31583,2230,132574.29,random -3910,SUCCESS,2,1,3514.21,34396956.64,34400470.85,127,1327,2251,5622.74,qnn -3911,SUCCESS,2,1,202.6,34400470.85,34400673.45,127,47,3664,324.16,dj -3912,SUCCESS,2,1,1849.8,34400673.45,34402523.25,127,874,1799,2959.68,random -3913,SUCCESS,2,1,65721.41,34402523.25,34468244.66,127,39732,1406,105154.26,random -3914,SUCCESS,2,1,39014.65,34468244.66,34507259.31,127,9823,3376,62423.44,grover-noancilla -3915,SUCCESS,2,1,461.45,34507259.31,34507720.76,127,236,1662,738.32,su2random -3918,SUCCESS,2,1,20906.95,34507720.76,34528627.71,127,6706,2650,33451.12,qpeexact -3919,SUCCESS,2,1,2158.76,34528627.71,34530786.47,127,1006,1824,3454.02,pricingcall -3920,SUCCESS,2,1,4041.51,34530786.47,34534827.98,127,988,3477,6466.42,ghz -3921,SUCCESS,2,1,808.38,34534827.98,34535636.36,127,233,2949,1293.41,wstate -3922,SUCCESS,2,1,51798.44,34535636.36,34587434.8,127,37030,1189,82877.5,random -3923,SUCCESS,2,1,208.87,34587434.8,34587643.67,127,58,3061,334.19,graphstate -3924,SUCCESS,2,1,237.98,34587643.67,34587881.65,127,52,3890,380.77,dj -3925,SUCCESS,2,1,43423.25,34587881.65,34631304.9,127,9323,3959,69477.2,su2random -3926,SUCCESS,2,1,2870.24,34631304.9,34634175.14,127,1484,1644,4592.38,wstate -3927,SUCCESS,2,1,27430.7,34634175.14,34661605.84,127,12422,1877,43889.12,realamprandom -3928,SUCCESS,2,1,33063.5,34661605.84,34694669.34,127,6998,4016,52901.6,qpeinexact -3930,SUCCESS,2,1,19366.68,34694669.34,34714036.02,127,5626,2926,30986.69,random -3931,SUCCESS,2,1,419.7,34714036.02,34714455.72,127,113,3157,671.52,graphstate -3932,SUCCESS,2,1,861.63,34714455.72,34715317.35,127,288,2543,1378.61,dj -3933,SUCCESS,2,1,33596.8,34715317.35,34748914.15,127,8844,3229,53754.88,realamprandom -3934,SUCCESS,2,1,1451.43,34748914.15,34750365.58,127,349,3535,2322.29,realamprandom -3935,SUCCESS,2,1,734.01,34750365.58,34751099.59,127,536,1164,1174.42,qpeinexact -3936,SUCCESS,2,1,1079.4,34751099.59,34752178.99,127,714,1285,1727.04,qpeinexact -3937,SUCCESS,2,1,16061.6,34752178.99,34768240.59,127,4724,2890,25698.56,ae -3940,SUCCESS,2,1,288.54,34768240.59,34768529.13,127,66,3716,461.66,graphstate -3941,SUCCESS,2,1,1707.78,34768529.13,34770236.91,127,421,3448,2732.45,dj -3944,SUCCESS,2,1,211.36,34770236.91,34770448.27,127,66,2722,338.18,dj -3945,SUCCESS,2,1,965.42,34770448.27,34771413.69,127,275,2984,1544.67,qftentangled -3946,SUCCESS,2,1,6859.06,34771413.69,34778272.75,127,1896,3075,10974.5,qpeinexact -3947,SUCCESS,2,1,98.61,34778272.75,34778371.36,127,23,3644,157.78,vqe -3948,SUCCESS,2,1,2739.35,34778371.36,34781110.71,127,937,2485,4382.96,twolocalrandom -3949,SUCCESS,2,1,36058.82,34781110.71,34817169.53,127,12334,2485,57694.11,qnn -3950,SUCCESS,2,1,4676.7,34817169.53,34821846.23,127,1096,3627,7482.72,wstate -3951,SUCCESS,2,1,19839.13,34821846.23,34841685.36,127,6014,2804,31742.61,ae -3953,SUCCESS,2,1,161.63,34841685.36,34841846.99,127,104,1321,258.61,graphstate -3955,SUCCESS,2,1,140308.3,34841846.99,34982155.29,127,43086,2768,224493.28,random -3957,SUCCESS,2,1,14384.19,34982155.29,34996539.48,127,3184,3840,23014.7,qft -3958,SUCCESS,2,1,869.21,34996539.48,34997408.69,127,718,1029,1390.74,qpeexact -3960,SUCCESS,2,1,311.08,34997408.69,34997719.77,127,187,1414,497.73,graphstate -3961,SUCCESS,2,1,348.53,34997719.77,34998068.3,127,125,2370,557.65,wstate -3962,SUCCESS,2,1,1625.97,34998068.3,34999694.27,127,579,2387,2601.55,qftentangled -3963,SUCCESS,2,1,42381.38,34999694.27,35042075.65,127,12770,2821,67810.21,realamprandom -3964,SUCCESS,2,1,12774.75,35042075.65,35054850.4,127,4212,2578,20439.6,ae -3965,SUCCESS,2,1,275.28,35054850.4,35055125.68,127,63,3714,440.45,graphstate -3966,SUCCESS,2,1,60502.77,35055125.68,35115628.45,127,23010,2235,96804.43,random -3967,SUCCESS,2,1,6835.33,35115628.45,35122463.78,127,1475,3939,10936.53,realamprandom -3968,SUCCESS,2,1,216.72,35122463.78,35122680.5,127,116,1588,346.75,graphstate -3971,SUCCESS,2,1,5159.09,35122680.5,35127839.59,127,3434,1277,8254.54,qpeexact -3972,SUCCESS,2,1,40834.75,35127839.59,35168674.34,127,8785,3951,65335.6,qpeinexact -3973,SUCCESS,2,1,2679.86,35168674.34,35171354.2,127,1240,1837,4287.78,qft -3974,SUCCESS,2,1,652.97,35171354.2,35172007.17,127,329,1687,1044.75,wstate -3975,SUCCESS,2,1,816.29,35172007.17,35172823.46,127,354,1960,1306.06,qft -3976,SUCCESS,2,1,16230.73,35172823.46,35189054.19,127,10812,1276,25969.17,twolocalrandom -3977,SUCCESS,2,1,17063.33,35189054.19,35206117.52,127,5156,2813,27301.33,qftentangled -3978,SUCCESS,2,1,7938.8,35206117.52,35214056.32,127,3052,2211,12702.08,ae -3979,SUCCESS,2,1,11160.28,35214056.32,35225216.6,127,3537,2682,17856.45,qpeexact -3980,SUCCESS,2,1,2765.87,35225216.6,35227982.47,127,697,3373,4425.39,qnn -3983,SUCCESS,2,1,178.48,35227982.47,35228160.95,127,101,1502,285.57,graphstate -3984,SUCCESS,2,1,15003.28,35228160.95,35243164.23,127,5678,2246,24005.25,ae -3985,SUCCESS,2,1,22569.03,35243164.23,35265733.26,127,4778,4015,36110.45,qpeinexact -3987,SUCCESS,2,1,576.04,35265733.26,35266309.3,127,214,2288,921.66,ghz -3988,SUCCESS,2,1,627,35266309.3,35266936.3,127,323,1650,1003.2,qpeexact -3991,SUCCESS,2,1,3948.34,35266936.3,35270884.64,127,1433,2342,6317.34,ae -3992,SUCCESS,2,1,4578.08,35270884.64,35275462.72,127,2855,1363,7324.93,qftentangled -3993,SUCCESS,2,1,2405.57,35275462.72,35277868.29,127,504,4057,3848.91,dj -3994,SUCCESS,2,1,265.61,35277868.29,35278133.9,127,69,3272,424.98,graphstate -3995,SUCCESS,2,1,9411.61,35278133.9,35287545.51,127,2422,3303,15058.58,realamprandom -3997,SUCCESS,2,1,56212.09,35287545.51,35343757.6,127,13547,3527,89939.34,random -3998,SUCCESS,2,1,87.32,35343757.6,35343844.92,127,59,1258,139.71,ghz -3999,SUCCESS,2,1,6011.77,35343844.92,35349856.69,127,1825,2800,9618.83,su2random -4000,SUCCESS,2,1,10776.63,35349856.69,35360633.32,127,4712,1944,17242.61,qpeexact -4002,SUCCESS,2,1,7356.86,35360633.32,35367990.18,127,1799,3476,11770.98,qnn -4004,SUCCESS,2,1,1623.13,35367990.18,35369613.31,127,683,2020,2597.01,dj -4005,SUCCESS,2,1,5373.03,35369613.31,35374986.34,127,3481,1312,8596.85,su2random -4006,SUCCESS,2,1,1996.05,35374986.34,35376982.39,127,964,1760,3193.68,qpeexact -4008,SUCCESS,2,1,441.73,35376982.39,35377424.12,127,107,3509,706.77,graphstate -4009,SUCCESS,2,1,2694.59,35377424.12,35380118.71,127,645,3551,4311.34,dj -4010,SUCCESS,2,1,3314.49,35380118.71,35383433.2,127,1527,1845,5303.18,wstate -4012,SUCCESS,2,1,27440,35383433.2,35410873.2,127,7000,3332,43904,su2random -4013,SUCCESS,2,1,3137.81,35410873.2,35414011.01,127,1983,1345,5020.5,qftentangled -4014,SUCCESS,2,1,42374.74,35414011.01,35456385.75,127,14136,2548,67799.58,realamprandom -4016,SUCCESS,2,1,1490.19,35456385.75,35457875.94,127,779,1626,2384.3,wstate -4018,SUCCESS,2,1,9503.78,35457875.94,35467379.72,127,3488,2316,15206.05,qpeexact -4019,SUCCESS,2,1,356.59,35467379.72,35467736.31,127,253,1198,570.54,dj -4020,SUCCESS,2,1,705.96,35467736.31,35468442.27,127,292,2055,1129.54,twolocalrandom -4022,SUCCESS,2,1,11727.53,35468442.27,35480169.8,127,3278,3041,18764.05,qpeexact -4023,SUCCESS,2,1,234.71,35480169.8,35480404.51,127,100,1995,375.54,ghz -4024,SUCCESS,2,1,3136.4,35480404.51,35483540.91,127,682,3909,5018.24,qpeexact -4025,SUCCESS,2,1,11439.35,35483540.91,35494980.26,127,4166,2334,18302.96,su2random -4026,SUCCESS,2,1,33421.56,35494980.26,35528401.82,127,7398,3840,53474.5,su2random -4027,SUCCESS,2,1,820.62,35528401.82,35529222.44,127,253,2757,1312.99,qft -4028,SUCCESS,2,1,567.77,35529222.44,35529790.21,127,307,1572,908.43,dj -4031,SUCCESS,2,1,12474.32,35529790.21,35542264.53,127,6129,1730,19958.91,qft -4032,SUCCESS,2,1,22250.55,35542264.53,35564515.08,127,5561,3401,35600.88,su2random -4033,SUCCESS,2,1,7338.25,35564515.08,35571853.33,127,3473,1796,11741.2,qft -4034,SUCCESS,2,1,1790.12,35571853.33,35573643.45,127,941,1617,2864.19,ghz -4035,SUCCESS,2,1,860.75,35573643.45,35574504.2,127,655,1117,1377.2,portfolioqaoa -4036,SUCCESS,2,1,5058.37,35574504.2,35579562.57,127,3598,1195,8093.39,qnn -4038,SUCCESS,2,1,2260.24,35579562.57,35581822.81,127,538,3571,3616.38,qft -4039,SUCCESS,2,1,3467.76,35581822.81,35585290.57,127,1553,1898,5548.42,qnn -4040,SUCCESS,2,1,601.2,35585290.57,35585891.77,127,161,3174,961.92,graphstate -4042,SUCCESS,2,1,2012.16,35585891.77,35587903.93,127,544,3144,3219.46,qpeinexact -4043,SUCCESS,2,1,5440.06,35587903.93,35593343.99,127,1450,3189,8704.1,qnn -4044,SUCCESS,2,1,79.07,35593343.99,35593423.06,127,43,1563,126.51,graphstate -4045,SUCCESS,2,1,18634.19,35593423.06,35612057.25,127,7546,2099,29814.7,qnn -4046,SUCCESS,2,1,129.03,35612057.25,35612186.28,127,41,2675,206.45,graphstate -4047,SUCCESS,2,1,3434.53,35612186.28,35615620.81,127,715,4083,5495.25,dj -4048,SUCCESS,2,1,562.24,35615620.81,35616183.05,127,136,3514,899.58,dj -4049,SUCCESS,2,1,20486.92,35616183.05,35636669.97,127,4709,3698,32779.07,twolocalrandom -4051,SUCCESS,2,1,2112.17,35636669.97,35638782.14,127,452,3972,3379.47,dj -4052,SUCCESS,2,1,13151.45,35638782.14,35651933.59,127,5161,2166,21042.32,qpeexact -4053,SUCCESS,2,1,2439,35651933.59,35654372.59,127,765,2710,3902.4,dj -4054,SUCCESS,2,1,3166.87,35654372.59,35657539.46,127,676,3982,5066.99,qpeexact -4055,SUCCESS,2,1,2857.18,35657539.46,35660396.64,127,933,2603,4571.49,ghz -4056,SUCCESS,2,1,631.33,35660396.64,35661027.97,127,159,3375,1010.13,pricingcall -4058,SUCCESS,2,1,1331.65,35661027.97,35662359.62,127,735,1540,2130.64,qft -4059,SUCCESS,2,1,18272.77,35662359.62,35680632.39,127,11362,1367,29236.43,qnn -4060,SUCCESS,2,1,19516.55,35680632.39,35700148.94,127,10323,1607,31226.48,realamprandom -4062,SUCCESS,2,1,185.69,35700148.94,35700334.63,127,42,3758,297.1,graphstate -4065,SUCCESS,2,1,2776.08,35700334.63,35703110.71,127,2043,1155,4441.73,qft -4068,SUCCESS,2,1,11077,35703110.71,35714187.71,127,7106,1325,17723.2,realamprandom -4069,SUCCESS,2,1,50541.8,35714187.71,35764729.51,127,11258,3816,80866.88,twolocalrandom -4070,SUCCESS,2,1,7846.4,35764729.51,35772575.91,127,2955,2257,12554.24,qft -4071,SUCCESS,2,1,24102.31,35772575.91,35796678.22,127,7322,2798,38563.7,ae -4072,SUCCESS,2,1,43332.4,35796678.22,35840010.62,127,9081,4056,69331.84,qpeinexact -4073,SUCCESS,2,1,61799.34,35840010.62,35901809.96,127,41427,1268,98878.94,grover-noancilla -4074,SUCCESS,2,1,26841.36,35901809.96,35928651.32,127,12619,1808,42946.18,su2random -4075,SUCCESS,2,1,2584.1,35928651.32,35931235.42,127,880,2496,4134.56,su2random -4076,SUCCESS,2,1,24909.41,35931235.42,35956144.83,127,5804,3648,39855.06,qpeinexact -4077,SUCCESS,2,1,2047.57,35956144.83,35958192.4,127,1077,1616,3276.11,qnn -4078,SUCCESS,2,1,9657.2,35958192.4,35967849.6,127,4939,1662,15451.52,qpeinexact -4079,SUCCESS,2,1,13279.47,35967849.6,35981129.07,127,5393,2093,21247.15,ae -4080,SUCCESS,2,1,1537.89,35981129.07,35982666.96,127,688,1900,2460.62,qpeexact -4081,SUCCESS,2,1,180.38,35982666.96,35982847.34,127,138,1111,288.61,graphstate -4082,SUCCESS,2,1,889.31,35982847.34,35983736.65,127,333,2270,1422.9,wstate -4083,SUCCESS,2,1,17774.86,35983736.65,36001511.51,127,3799,3977,28439.78,qftentangled -4084,SUCCESS,2,1,54303.7,36001511.51,36055815.21,127,12653,3648,86885.92,su2random -4085,SUCCESS,2,1,52226.99,36055815.21,36108042.2,127,11415,3889,83563.18,qnn -4086,SUCCESS,2,1,440.39,36108042.2,36108482.59,127,115,3255,704.62,dj -4087,SUCCESS,2,1,2362.33,36108482.59,36110844.92,127,1959,1025,3779.73,su2random -4088,SUCCESS,2,1,8526.46,36110844.92,36119371.38,127,2624,2762,13642.34,qpeexact -4089,SUCCESS,2,1,134.77,36119371.38,36119506.15,127,82,1397,215.63,graphstate -4090,SUCCESS,2,1,4166.88,36119506.15,36123673.03,127,1167,3035,6667.01,qpeinexact -4091,SUCCESS,2,1,8379.25,36123673.03,36132052.28,127,2135,3336,13406.8,qftentangled -4093,SUCCESS,2,1,5320.17,36132052.28,36137372.45,127,3589,1260,8512.27,qft -4094,SUCCESS,2,1,20863.98,36137372.45,36158236.43,127,5430,3266,33382.37,qpeinexact -4095,SUCCESS,2,1,2353.8,36158236.43,36160590.23,127,506,3954,3766.08,qftentangled -4096,SUCCESS,2,1,6862.63,36160590.23,36167452.86,127,3778,1544,10980.21,grover-noancilla -4097,SUCCESS,2,1,380.72,36167452.86,36167833.58,127,305,1061,609.15,qftentangled -4098,SUCCESS,2,1,10251.74,36167833.58,36178085.32,127,2542,3428,16402.78,ae -4099,SUCCESS,2,1,499.99,36178085.32,36178585.31,127,193,2202,799.98,dj -4100,SUCCESS,2,1,12510.24,36178585.31,36191095.55,127,6905,1540,20016.38,qnn -4101,SUCCESS,2,1,27107.56,36191095.55,36218203.11,127,5726,4024,43372.1,twolocalrandom -4102,SUCCESS,2,1,4190.99,36218203.11,36222394.1,127,1935,1841,6705.58,qftentangled -4103,SUCCESS,2,1,10038.51,36222394.1,36232432.61,127,3470,2459,16061.62,qpeexact -4104,SUCCESS,2,1,967.74,36232432.61,36233400.35,127,381,2159,1548.38,wstate -4105,SUCCESS,2,1,663.31,36233400.35,36234063.66,127,401,1406,1061.3,pricingput -4106,SUCCESS,2,1,13186.77,36234063.66,36247250.43,127,2989,3750,21098.83,ae -4107,SUCCESS,2,1,30472.33,36247250.43,36277722.76,127,6364,4070,48755.73,qpeexact -4108,SUCCESS,2,1,28145.53,36277722.76,36305868.29,127,6235,3837,45032.85,ae -4109,SUCCESS,2,1,6055.16,36305868.29,36311923.45,127,1280,4021,9688.26,qnn -4110,SUCCESS,2,1,83634.75,36311923.45,36395558.2,127,27944,2544,133815.6,random -4111,SUCCESS,2,1,26947.37,36395558.2,36422505.57,127,7024,3261,43115.79,qft -4112,SUCCESS,2,1,20498.41,36422505.57,36443003.98,127,7020,2482,32797.46,qftentangled -4113,SUCCESS,2,1,42044.38,36443003.98,36485048.36,127,14422,2478,67271.01,realamprandom -4114,SUCCESS,2,1,4999.42,36485048.36,36490047.78,127,1391,3055,7999.07,qpeinexact -4115,SUCCESS,2,1,17698.82,36490047.78,36507746.6,127,7466,2015,28318.11,twolocalrandom -4116,SUCCESS,2,1,614.01,36507746.6,36508360.61,127,332,1572,982.42,realamprandom -4117,SUCCESS,2,1,399.75,36508360.61,36508760.36,127,86,3951,639.6,graphstate -4118,SUCCESS,2,1,1082.44,36508760.36,36509842.8,127,539,1707,1731.9,dj -4121,SUCCESS,2,1,20898.76,36509842.8,36530741.56,127,4451,3991,33438.02,qpeexact -4122,SUCCESS,2,1,11975.09,36530741.56,36542716.65,127,2877,3538,19160.14,su2random -4123,SUCCESS,2,1,2597.98,36542716.65,36545314.63,127,833,2651,4156.77,qpeinexact -4124,SUCCESS,2,1,422.16,36545314.63,36545736.79,127,133,2698,675.46,qft -4125,SUCCESS,2,1,202.36,36545736.79,36545939.15,127,50,3440,323.78,ghz -4126,SUCCESS,2,1,3361.13,36545939.15,36549300.28,127,744,3840,5377.81,qnn -4127,SUCCESS,2,1,8401.42,36549300.28,36557701.7,127,6492,1100,13442.27,qnn -4128,SUCCESS,2,1,549.12,36557701.7,36558250.82,127,442,1056,878.59,dj -4129,SUCCESS,2,1,30215.53,36558250.82,36588466.35,127,19802,1297,48344.85,random -4131,SUCCESS,2,1,38777.85,36588466.35,36627244.2,127,10524,3132,62044.56,realamprandom -4132,SUCCESS,2,1,1123.49,36627244.2,36628367.69,127,368,2595,1797.58,qftentangled -4133,SUCCESS,2,1,24943.01,36628367.69,36653310.7,127,6826,3106,39908.82,ae -4134,SUCCESS,2,1,732.41,36653310.7,36654043.11,127,292,2132,1171.86,su2random -4135,SUCCESS,2,1,14803.52,36654043.11,36668846.63,127,5191,2424,23685.63,qpeexact -4136,SUCCESS,2,1,6255.3,36668846.63,36675101.93,127,3962,1342,10008.48,qpeexact -4138,SUCCESS,2,1,5699.3,36675101.93,36680801.23,127,1650,2936,9118.88,qnn -4139,SUCCESS,2,1,20550.48,36680801.23,36701351.71,127,7035,2483,32880.77,qnn -4140,SUCCESS,2,1,1380.36,36701351.71,36702732.07,127,398,2948,2208.58,dj -4141,SUCCESS,2,1,9249.28,36702732.07,36711981.35,127,2827,2781,14798.85,qpeexact -4143,SUCCESS,2,1,92.33,36711981.35,36712073.68,127,45,1744,147.73,wstate -4144,SUCCESS,2,1,4386.21,36712073.68,36716459.89,127,1743,2139,7017.94,qftentangled -4145,SUCCESS,2,1,464.79,36716459.89,36716924.68,127,283,1396,743.66,dj -4146,SUCCESS,2,1,4755.51,36716924.68,36721680.19,127,1149,3518,7608.82,twolocalrandom -4147,SUCCESS,2,1,1805.75,36721680.19,36723485.94,127,905,1696,2889.2,su2random -4149,SUCCESS,2,1,22772.1,36723485.94,36746258.04,127,6742,2871,36435.36,ae -4150,SUCCESS,2,1,59979.17,36746258.04,36806237.21,127,16430,3103,95966.67,su2random -4151,SUCCESS,2,1,1041.55,36806237.21,36807278.76,127,348,2544,1666.48,qpeexact -4152,SUCCESS,2,1,1493.54,36807278.76,36808772.3,127,314,4043,2389.66,dj -4153,SUCCESS,2,1,3700.5,36808772.3,36812472.8,127,1201,2619,5920.8,qpeinexact -4154,SUCCESS,2,1,12665.04,36812472.8,36825137.84,127,5515,1952,20264.06,random -4155,SUCCESS,2,1,5294.75,36825137.84,36830432.59,127,2462,1828,8471.6,qft -4156,SUCCESS,2,1,18328.47,36830432.59,36848761.06,127,5118,3044,29325.55,twolocalrandom -4157,SUCCESS,2,1,23800.38,36848761.06,36872561.44,127,6320,3201,38080.61,qpeinexact -4158,SUCCESS,2,1,1228.33,36872561.44,36873789.77,127,496,2105,1965.33,ghz -4160,SUCCESS,2,1,30532.03,36873789.77,36904321.8,127,9580,2709,48851.25,qnn -4161,SUCCESS,2,1,6269.83,36904321.8,36910591.63,127,2969,1795,10031.73,ae -4162,SUCCESS,2,1,151.65,36910591.63,36910743.28,127,33,3906,242.64,wstate -4163,SUCCESS,2,1,1534.67,36910743.28,36912277.95,127,478,2729,2455.47,dj -4164,SUCCESS,2,1,461.77,36912277.95,36912739.72,127,301,1304,738.83,wstate -4165,SUCCESS,2,1,1671.44,36912739.72,36914411.16,127,560,2537,2674.3,random -4166,SUCCESS,2,1,8443.58,36914411.16,36922854.74,127,4355,1648,13509.73,su2random -4167,SUCCESS,2,1,3412.61,36922854.74,36926267.35,127,1183,2452,5460.18,wstate -4169,SUCCESS,2,1,5191.35,36926267.35,36931458.7,127,1268,3480,8306.16,qftentangled -4170,SUCCESS,2,1,24955.47,36931458.7,36956414.17,127,12347,1718,39928.75,random -4171,SUCCESS,2,1,12517.8,36956414.17,36968931.97,127,3201,3324,20028.48,qftentangled -4172,SUCCESS,2,1,100.94,36968931.97,36969032.91,127,28,3064,161.5,graphstate -4173,SUCCESS,2,1,3664.66,36969032.91,36972697.57,127,1649,1889,5863.46,random -4174,SUCCESS,2,1,71.48,36972697.57,36972769.05,127,21,2893,114.37,vqe -4175,SUCCESS,2,1,34132.36,36972769.05,37006901.41,127,17669,1642,54611.78,random -4176,SUCCESS,2,1,1670.53,37006901.41,37008571.94,127,418,3397,2672.85,portfoliovqe -4177,SUCCESS,2,1,1162.87,37008571.94,37009734.81,127,911,1085,1860.59,random -4178,SUCCESS,2,1,360.92,37009734.81,37010095.73,127,171,1794,577.47,ae -4179,SUCCESS,2,1,12952.49,37010095.73,37023048.22,127,7389,1490,20723.98,qpeexact -4180,SUCCESS,2,1,155.82,37023048.22,37023204.04,127,36,3679,249.31,ghz -4181,SUCCESS,2,1,1198.95,37023204.04,37024402.99,127,430,2370,1918.32,portfoliovqe -4182,SUCCESS,2,1,435.08,37024402.99,37024838.07,127,228,1622,696.13,dj -4183,SUCCESS,2,1,1006.52,37024838.07,37025844.59,127,252,3395,1610.43,qnn -4184,SUCCESS,2,1,54804.24,37025844.59,37080648.83,127,12700,3668,87686.78,su2random -4185,SUCCESS,2,1,236.71,37080648.83,37080885.54,127,77,2613,378.74,graphstate -4187,SUCCESS,2,1,3296.97,37080885.54,37084182.51,127,1432,1957,5275.15,qftentangled -4190,SUCCESS,2,1,4260.48,37084182.51,37088442.99,127,950,3812,6816.77,ae -4191,SUCCESS,2,1,3022.69,37088442.99,37091465.68,127,689,3729,4836.3,dj -4192,SUCCESS,2,1,21102.83,37091465.68,37112568.51,127,14327,1252,33764.53,su2random -4193,SUCCESS,2,1,553.49,37112568.51,37113122,127,209,2251,885.58,qftentangled -4194,SUCCESS,2,1,19343.7,37113122,37132465.7,127,5749,2860,30949.92,qftentangled -4195,SUCCESS,2,1,6266.5,37132465.7,37138732.2,127,2898,1838,10026.4,su2random -4197,SUCCESS,2,1,109.06,37138732.2,37138841.26,127,53,1749,174.5,graphstate -4199,SUCCESS,2,1,13692.33,37138841.26,37152533.59,127,5436,2141,21907.73,qftentangled -4200,SUCCESS,2,1,417.51,37152533.59,37152951.1,127,320,1109,668.02,twolocalrandom -4201,SUCCESS,2,1,13115.37,37152951.1,37166066.47,127,5261,2119,20984.59,grover-noancilla -4202,SUCCESS,2,1,219.17,37166066.47,37166285.64,127,65,2866,350.67,graphstate -4203,SUCCESS,2,1,2022.48,37166285.64,37168308.12,127,523,3287,3235.97,dj -4205,SUCCESS,2,1,2079.75,37168308.12,37170387.87,127,1610,1098,3327.6,ae -4206,SUCCESS,2,1,21981.18,37170387.87,37192369.05,127,8650,2160,35169.89,qnn -4207,SUCCESS,2,1,252.04,37192369.05,37192621.09,127,185,1158,403.26,ae -4209,SUCCESS,2,1,3111.33,37192621.09,37195732.42,127,817,3237,4978.13,qft -4211,SUCCESS,2,1,581.85,37195732.42,37196314.27,127,137,3610,930.96,qftentangled -4212,SUCCESS,2,1,83.04,37196314.27,37196397.31,127,61,1157,132.86,graphstate -4213,SUCCESS,2,1,21926.19,37196397.31,37218323.5,127,6322,2948,35081.9,qftentangled -4215,SUCCESS,2,1,32123.06,37218323.5,37250446.56,127,7524,3629,51396.9,realamprandom -4216,SUCCESS,2,1,6724.71,37250446.56,37257171.27,127,3479,1643,10759.54,qpeexact -4217,SUCCESS,2,1,1920.37,37257171.27,37259091.64,127,458,3564,3072.59,dj -4219,SUCCESS,2,1,632.38,37259091.64,37259724.02,127,474,1134,1011.81,dj -4220,SUCCESS,2,1,21098.88,37259724.02,37280822.9,127,6212,2887,33758.21,qftentangled -4221,SUCCESS,2,1,11113.12,37280822.9,37291936.02,127,2497,3783,17780.99,qpeexact -4223,SUCCESS,2,1,1392.39,37291936.02,37293328.41,127,373,3173,2227.82,dj -4224,SUCCESS,2,1,363.99,37293328.41,37293692.4,127,77,4018,582.38,graphstate -4226,SUCCESS,2,1,30633.41,37293692.4,37324325.81,127,7478,3482,49013.46,su2random -4228,SUCCESS,2,1,5563.63,37324325.81,37329889.44,127,1427,3314,8901.81,qnn -4229,SUCCESS,2,1,3082.13,37329889.44,37332971.57,127,1674,1565,4931.41,qftentangled -4230,SUCCESS,2,1,3552.88,37332971.57,37336524.45,127,1036,2915,5684.61,su2random -4231,SUCCESS,2,1,1017.06,37336524.45,37337541.51,127,650,1330,1627.3,pricingput -4233,SUCCESS,2,1,4151.29,37337541.51,37341692.8,127,1267,2785,6642.06,wstate -4235,SUCCESS,2,1,131.15,37341692.8,37341823.95,127,73,1527,209.84,wstate -4239,SUCCESS,2,1,14528.41,37341823.95,37356352.36,127,3437,3593,23245.46,qftentangled -4240,SUCCESS,2,1,55780.82,37356352.36,37412133.18,127,14429,3286,89249.31,su2random -4242,SUCCESS,2,1,3256.2,37412133.18,37415389.38,127,1473,1879,5209.92,qft -4244,SUCCESS,2,1,2364.33,37415389.38,37417753.71,127,892,2253,3782.93,ae -4245,SUCCESS,2,1,33296.79,37417753.71,37451050.5,127,11837,2391,53274.86,random -4246,SUCCESS,2,1,5269.64,37451050.5,37456320.14,127,1864,2403,8431.42,su2random -4247,SUCCESS,2,1,44777.16,37456320.14,37501097.3,127,11224,3391,71643.46,qpeinexact -4248,SUCCESS,2,1,1535.54,37501097.3,37502632.84,127,1249,1045,2456.86,qnn -4249,SUCCESS,2,1,316.06,37502632.84,37502948.9,127,90,2985,505.7,ghz -4250,SUCCESS,2,1,824.23,37502948.9,37503773.13,127,262,2674,1318.77,qftentangled -4251,SUCCESS,2,1,2888.47,37503773.13,37506661.6,127,686,3579,4621.55,qftentangled -4253,SUCCESS,2,1,698.6,37506661.6,37507360.2,127,356,1668,1117.76,graphstate -4254,SUCCESS,2,1,328.14,37507360.2,37507688.34,127,239,1167,525.02,dj -4256,SUCCESS,2,1,260.73,37507688.34,37507949.07,127,93,2383,417.17,wstate -4257,SUCCESS,2,1,33979.02,37507949.07,37541928.09,127,8917,3239,54366.43,twolocalrandom -4258,SUCCESS,2,1,427.15,37541928.09,37542355.24,127,96,3782,683.44,graphstate -4259,SUCCESS,2,1,1455,37542355.24,37543810.24,127,801,1544,2328,qftentangled -4260,SUCCESS,2,1,6997.98,37543810.24,37550808.22,127,4680,1271,11196.77,twolocalrandom -4261,SUCCESS,2,1,6904.08,37550808.22,37557712.3,127,2429,2416,11046.53,ae -4262,SUCCESS,2,1,10043.4,37557712.3,37567755.7,127,2097,4071,16069.44,qwalk-v-chain -4263,SUCCESS,2,1,1189.05,37567755.7,37568944.75,127,334,3026,1902.48,dj -4264,SUCCESS,2,1,799.18,37568944.75,37569743.93,127,183,3712,1278.69,graphstate -4265,SUCCESS,2,1,890.46,37569743.93,37570634.39,127,488,1551,1424.74,ae -4266,SUCCESS,2,1,640.57,37570634.39,37571274.96,127,299,1821,1024.91,ghz -4267,SUCCESS,2,1,123.41,37571274.96,37571398.37,127,32,3278,197.46,graphstate -4268,SUCCESS,2,1,8965.85,37571398.37,37580364.22,127,6206,1228,14345.36,qftentangled -4269,SUCCESS,2,1,931.82,37580364.22,37581296.04,127,606,1307,1490.91,dj -4270,SUCCESS,2,1,19383.11,37581296.04,37600679.15,127,5470,3012,31012.98,realamprandom -4271,SUCCESS,2,1,404.69,37600679.15,37601083.84,127,89,3865,647.5,wstate -4272,SUCCESS,2,1,22934.21,37601083.84,37624018.05,127,8472,2301,36694.74,su2random -4273,SUCCESS,2,1,168.13,37624018.05,37624186.18,127,35,4083,269.01,graphstate -4274,SUCCESS,2,1,33910.1,37624186.18,37658096.28,127,16405,1757,54256.16,su2random -4275,SUCCESS,2,1,3057.92,37658096.28,37661154.2,127,791,3286,4892.67,qft -4276,SUCCESS,2,1,1292.28,37661154.2,37662446.48,127,655,1677,2067.65,qnn -4277,SUCCESS,2,1,134.05,37662446.48,37662580.53,127,46,2477,214.48,ghz -4278,SUCCESS,2,1,2521.09,37662580.53,37665101.62,127,845,2536,4033.74,qpeexact -4279,SUCCESS,2,1,2013.81,37665101.62,37667115.43,127,801,2137,3222.1,qnn -4280,SUCCESS,2,1,4422.98,37667115.43,37671538.41,127,1575,2387,7076.77,qnn -4281,SUCCESS,2,1,590.06,37671538.41,37672128.47,127,163,3077,944.1,twolocalrandom -4282,SUCCESS,2,1,1300.76,37672128.47,37673429.23,127,913,1211,2081.22,twolocalrandom -4284,SUCCESS,2,1,47.76,37673429.23,37673476.99,127,18,2255,76.42,ghz -4285,SUCCESS,2,1,18964.64,37673476.99,37692441.63,127,5997,2688,30343.42,ae -4286,SUCCESS,2,1,79235.79,37692441.63,37771677.42,127,39180,1719,126777.26,random -4288,SUCCESS,2,1,192.56,37771677.42,37771869.98,127,41,3992,308.1,ghz -4289,SUCCESS,2,1,7044.69,37771869.98,37778914.67,127,2104,2846,11271.5,qpeinexact -4292,SUCCESS,2,1,21432.66,37778914.67,37800347.33,127,4705,3872,34292.26,ae -4293,SUCCESS,2,1,4125.18,37800347.33,37804472.51,127,1200,2922,6600.29,qpeexact -4295,SUCCESS,2,1,3744.96,37804472.51,37808217.47,127,2034,1565,5991.94,qpeexact -4296,SUCCESS,2,1,11202.21,37808217.47,37819419.68,127,9191,1036,17923.54,qnn -4298,SUCCESS,2,1,32653.76,37819419.68,37852073.44,127,7937,3497,52246.02,qnn -4299,SUCCESS,2,1,116.71,37852073.44,37852190.15,127,27,3674,186.74,vqe -4300,SUCCESS,2,1,4881.92,37852190.15,37857072.07,127,1090,3807,7811.07,wstate -4301,SUCCESS,2,1,7528.82,37857072.07,37864600.89,127,1623,3943,12046.11,twolocalrandom -4302,SUCCESS,2,1,4306.16,37864600.89,37868907.05,127,3081,1188,6889.86,qpeexact -4303,SUCCESS,2,1,203.57,37868907.05,37869110.62,127,55,3146,325.71,graphstate -4304,SUCCESS,2,1,8716.21,37869110.62,37877826.83,127,2487,2979,13945.94,random -4305,SUCCESS,2,1,3842.71,37877826.83,37881669.54,127,1835,1780,6148.34,qnn -4306,SUCCESS,2,1,24938.7,37881669.54,37906608.24,127,6017,3523,39901.92,qnn -4307,SUCCESS,2,1,315.55,37906608.24,37906923.79,127,118,2273,504.88,graphstate -4308,SUCCESS,2,1,27236.05,37906923.79,37934159.84,127,7514,3081,43577.68,qpeexact -4309,SUCCESS,2,1,76522.36,37934159.84,38010682.2,127,17551,3706,122435.78,realamprandom -4310,SUCCESS,2,1,4124.5,38010682.2,38014806.7,127,1023,3427,6599.2,wstate -4312,SUCCESS,2,1,1980.99,38014806.7,38016787.69,127,484,3479,3169.58,dj -4313,SUCCESS,2,1,443.48,38016787.69,38017231.17,127,111,3396,709.57,graphstate -4314,SUCCESS,2,1,379.34,38017231.17,38017610.51,127,298,1082,606.94,wstate -4315,SUCCESS,2,1,1266.85,38017610.51,38018877.36,127,548,1965,2026.96,su2random -4317,SUCCESS,2,1,2233.56,38018877.36,38021110.92,127,1217,1560,3573.7,qpeinexact -4318,SUCCESS,2,1,16839.39,38021110.92,38037950.31,127,3565,4015,26943.02,qnn -4319,SUCCESS,2,1,19616.96,38037950.31,38057567.27,127,5573,2992,31387.14,su2random -4320,SUCCESS,2,1,108.49,38057567.27,38057675.76,127,51,1808,173.58,graphstate -4321,SUCCESS,2,1,1830.12,38057675.76,38059505.88,127,453,3434,2928.19,dj -4322,SUCCESS,2,1,358.82,38059505.88,38059864.7,127,216,1412,574.11,ghz -4323,SUCCESS,2,1,1244.62,38059864.7,38061109.32,127,580,1824,1991.39,ghz -4324,SUCCESS,2,1,554.29,38061109.32,38061663.61,127,181,2603,886.86,dj -4325,SUCCESS,2,1,16385.74,38061663.61,38078049.35,127,11894,1171,26217.18,su2random -4327,SUCCESS,2,1,16049.63,38078049.35,38094098.98,127,5470,2494,25679.41,twolocalrandom -4328,SUCCESS,2,1,590.12,38094098.98,38094689.1,127,209,2400,944.19,dj -4329,SUCCESS,2,1,10826.01,38094689.1,38105515.11,127,3038,3029,17321.62,twolocalrandom -4332,SUCCESS,2,1,1582.16,38105515.11,38107097.27,127,573,2347,2531.46,su2random -4334,SUCCESS,2,1,332.61,38107097.27,38107429.88,127,92,3073,532.18,ghz -4335,SUCCESS,2,1,817.75,38107429.88,38108247.63,127,447,1555,1308.4,dj -4337,SUCCESS,2,1,85.39,38108247.63,38108333.02,127,39,1861,136.62,graphstate -4338,SUCCESS,2,1,326.41,38108333.02,38108659.43,127,87,3189,522.26,graphstate -4339,SUCCESS,2,1,138.75,38108659.43,38108798.18,127,48,2457,222,graphstate -4340,SUCCESS,2,1,2589.08,38108798.18,38111387.26,127,738,2982,4142.53,ae -4341,SUCCESS,2,1,1368.61,38111387.26,38112755.87,127,462,2518,2189.78,dj -4343,SUCCESS,2,1,11581.5,38112755.87,38124337.37,127,4491,2192,18530.4,ae -4344,SUCCESS,2,1,70.83,38124337.37,38124408.2,127,25,2408,113.33,vqe -4345,SUCCESS,2,1,11412.53,38124408.2,38135820.73,127,3721,2607,18260.05,qpeinexact -4346,SUCCESS,2,1,9267.83,38135820.73,38145088.56,127,4293,1835,14828.53,realamprandom -4348,SUCCESS,2,1,16961.55,38145088.56,38162050.11,127,4951,2912,27138.48,qpeinexact -4350,SUCCESS,2,1,939.05,38162050.11,38162989.16,127,482,1656,1502.48,ghz -4351,SUCCESS,2,1,3957.06,38162989.16,38166946.22,127,961,3500,6331.3,qft -4353,SUCCESS,2,1,5744.87,38166946.22,38172691.09,127,1392,3508,9191.79,pricingput -4354,SUCCESS,2,1,88.1,38172691.09,38172779.19,127,52,1440,140.96,ghz -4355,SUCCESS,2,1,110.34,38172779.19,38172889.53,127,33,2842,176.54,ghz -4356,SUCCESS,2,1,749.57,38172889.53,38173639.1,127,377,1690,1199.31,wstate -4358,SUCCESS,2,1,467.71,38173639.1,38174106.81,127,243,1636,748.34,dj -4360,SUCCESS,2,1,382.78,38174106.81,38174489.59,127,223,1459,612.45,qnn -4361,SUCCESS,2,1,1841.28,38174489.59,38176330.87,127,440,3557,2946.05,qft -4363,SUCCESS,2,1,10951.53,38176330.87,38187282.4,127,5818,1600,17522.45,qft -4364,SUCCESS,2,1,27780.69,38187282.4,38215063.09,127,22298,1059,44449.1,random -4365,SUCCESS,2,1,8053.28,38215063.09,38223116.37,127,2094,3269,12885.25,qpeinexact -4366,SUCCESS,2,1,19458.43,38223116.37,38242574.8,127,10657,1552,31133.49,random -4367,SUCCESS,2,1,327.5,38242574.8,38242902.3,127,125,2227,524,graphstate -4368,SUCCESS,2,1,102.69,38242902.3,38243004.99,127,37,2359,164.3,ghz -4369,SUCCESS,2,1,6410.07,38243004.99,38249415.06,127,1733,3144,10256.11,ae -4370,SUCCESS,2,1,6324.82,38249415.06,38255739.88,127,1697,3168,10119.71,realamprandom -4371,SUCCESS,2,1,1008.76,38255739.88,38256748.64,127,233,3680,1614.02,portfolioqaoa -4372,SUCCESS,2,1,11765.34,38256748.64,38268513.98,127,6916,1446,18824.54,su2random -4373,SUCCESS,2,1,3172.48,38268513.98,38271686.46,127,1390,1940,5075.97,qnn -4374,SUCCESS,2,1,4356.48,38271686.46,38276042.94,127,3195,1159,6970.37,realamprandom -4375,SUCCESS,2,1,45965.4,38276042.94,38322008.34,127,12070,3237,73544.64,su2random -4376,SUCCESS,2,1,13497.08,38322008.34,38335505.42,127,9396,1221,21595.33,su2random -4377,SUCCESS,2,1,6822.08,38335505.42,38342327.5,127,1518,3820,10915.33,pricingcall -4378,SUCCESS,2,1,11022.65,38342327.5,38353350.15,127,4659,2011,17636.24,qwalk-noancilla -4379,SUCCESS,2,1,887.34,38353350.15,38354237.49,127,511,1476,1419.74,realamprandom -4381,SUCCESS,2,1,267.36,38354237.49,38354504.85,127,101,2250,427.78,dj -4384,SUCCESS,2,1,3980.76,38354504.85,38358485.61,127,3133,1080,6369.22,su2random -4385,SUCCESS,2,1,1002.08,38358485.61,38359487.69,127,390,2184,1603.33,qft -4386,SUCCESS,2,1,14256.55,38359487.69,38373744.24,127,3368,3598,22810.48,qft -4387,SUCCESS,2,1,3128.66,38373744.24,38376872.9,127,854,3114,5005.86,qpeinexact -4388,SUCCESS,2,1,21719.81,38376872.9,38398592.71,127,4612,4003,34751.7,realamprandom -4389,SUCCESS,2,1,341.2,38398592.71,38398933.91,127,277,1047,545.92,dj -4390,SUCCESS,2,1,415.96,38398933.91,38399349.87,127,97,3645,665.54,graphstate -4391,SUCCESS,2,1,139.04,38399349.87,38399488.91,127,38,3110,222.46,ghz -4393,SUCCESS,2,1,8229.46,38399488.91,38407718.37,127,3540,1976,13167.14,qft -4394,SUCCESS,2,1,20781.72,38407718.37,38428500.09,127,6982,2530,33250.75,qpeexact -4395,SUCCESS,2,1,176.34,38428500.09,38428676.43,127,47,3189,282.14,ghz -4396,SUCCESS,2,1,12222.78,38428676.43,38440899.21,127,5840,1779,19556.45,qftentangled -4397,SUCCESS,2,1,1433.45,38440899.21,38442332.66,127,334,3648,2293.52,graphstate -4399,SUCCESS,2,1,6262.57,38442332.66,38448595.23,127,4813,1106,10020.11,qpeexact -4402,SUCCESS,2,1,18723.22,38448595.23,38467318.45,127,4176,3811,29957.15,random -4403,SUCCESS,2,1,532.24,38467318.45,38467850.69,127,129,3507,851.58,wstate -4404,SUCCESS,2,1,1547.84,38467850.69,38469398.53,127,691,1904,2476.54,dj -4406,SUCCESS,2,1,2906.69,38469398.53,38472305.22,127,833,2966,4650.7,ghz -4407,SUCCESS,2,1,181.97,38472305.22,38472487.19,127,78,1983,291.15,tsp -4408,SUCCESS,2,1,152.28,38472487.19,38472639.47,127,54,2397,243.65,qaoa -4409,SUCCESS,2,1,4471.93,38472639.47,38477111.4,127,2858,1330,7155.09,qft -4410,SUCCESS,2,1,128929.43,38477111.4,38606040.83,127,38345,2858,206287.09,random -4412,SUCCESS,2,1,1516.76,38606040.83,38607557.59,127,331,3895,2426.82,ae -4413,SUCCESS,2,1,3705.71,38607557.59,38611263.3,127,1725,1826,5929.14,qnn -4414,SUCCESS,2,1,25781.19,38611263.3,38637044.49,127,7528,2911,41249.9,random -4415,SUCCESS,2,1,3696.2,38637044.49,38640740.69,127,857,3666,5913.92,su2random -4416,SUCCESS,2,1,14912.83,38640740.69,38655653.52,127,4089,3100,23860.53,qftentangled -4417,SUCCESS,2,1,153.26,38655653.52,38655806.78,127,97,1343,245.22,wstate -4419,SUCCESS,2,1,2820.15,38655806.78,38658626.93,127,1056,2270,4512.24,wstate -4420,SUCCESS,2,1,5317.64,38658626.93,38663944.57,127,1178,3837,8508.22,twolocalrandom -4421,SUCCESS,2,1,4652.89,38663944.57,38668597.46,127,1317,3003,7444.62,realamprandom -4423,SUCCESS,2,1,1414.19,38668597.46,38670011.65,127,429,2802,2262.7,ae -4425,SUCCESS,2,1,161.33,38670011.65,38670172.98,127,61,2248,258.13,ghz -4426,SUCCESS,2,1,2044.52,38670172.98,38672217.5,127,483,3598,3271.23,ghz -4427,SUCCESS,2,1,11161.38,38672217.5,38683378.88,127,5698,1665,17858.21,ae -4428,SUCCESS,2,1,115286.2,38683378.88,38798665.08,127,25217,3886,184457.92,random -4430,SUCCESS,2,1,7012.95,38798665.08,38805678.03,127,3974,1500,11220.72,qpeexact -4431,SUCCESS,2,1,205.21,38805678.03,38805883.24,127,101,1727,328.34,ghz -4432,SUCCESS,2,1,5645.86,38805883.24,38811529.1,127,1706,2813,9033.38,qpeexact -4433,SUCCESS,2,1,21627.22,38811529.1,38833156.32,127,4710,3903,34603.55,qpeexact -4434,SUCCESS,2,1,17758.91,38833156.32,38850915.23,127,3963,3809,28414.26,qwalk-v-chain -4435,SUCCESS,2,1,6357.19,38850915.23,38857272.42,127,2847,1898,10171.5,qpeinexact -4436,SUCCESS,2,1,1339.95,38857272.42,38858612.37,127,364,3129,2143.92,qftentangled -4437,SUCCESS,2,1,337.92,38858612.37,38858950.29,127,162,1773,540.67,twolocalrandom -4438,SUCCESS,2,1,12106.38,38858950.29,38871056.67,127,3179,3237,19370.21,grover-v-chain -4439,SUCCESS,2,1,2523.7,38871056.67,38873580.37,127,989,2169,4037.92,random -4440,SUCCESS,2,1,260.52,38873580.37,38873840.89,127,128,1730,416.83,qpeinexact -4442,SUCCESS,2,1,475.88,38873840.89,38874316.77,127,159,2544,761.41,dj -4443,SUCCESS,2,1,144298.42,38874316.77,39018615.19,127,42961,2855,230877.47,random -4444,SUCCESS,2,1,26349.59,39018615.19,39044964.78,127,5768,3883,42159.34,qft -4445,SUCCESS,2,1,15806.51,39044964.78,39060771.29,127,4229,3177,25290.42,realamprandom -4446,SUCCESS,2,1,3275.82,39060771.29,39064047.11,127,1493,1865,5241.31,qftentangled -4448,SUCCESS,2,1,932.53,39064047.11,39064979.64,127,436,1818,1492.05,qnn -4449,SUCCESS,2,1,775.65,39064979.64,39065755.29,127,245,2691,1241.04,wstate -4450,SUCCESS,2,1,2301.78,39065755.29,39068057.07,127,953,2053,3682.85,wstate -4451,SUCCESS,2,1,4732.09,39068057.07,39072789.16,127,2048,1964,7571.34,qnn -4452,SUCCESS,2,1,9187.3,39072789.16,39081976.46,127,4407,1772,14699.68,qftentangled -4453,SUCCESS,2,1,1774.41,39081976.46,39083750.87,127,680,2218,2839.06,qftentangled -4456,SUCCESS,2,1,1217.27,39083750.87,39084968.14,127,492,2103,1947.63,dj -4457,SUCCESS,2,1,880.32,39084968.14,39085848.46,127,401,1866,1408.51,wstate -4458,SUCCESS,2,1,76.31,39085848.46,39085924.77,127,22,2948,122.1,graphstate -4459,SUCCESS,2,1,878.83,39085924.77,39086803.6,127,415,1800,1406.13,portfolioqaoa -4461,SUCCESS,2,1,2117.93,39086803.6,39088921.53,127,503,3579,3388.69,su2random -4462,SUCCESS,2,1,6369.73,39088921.53,39095291.26,127,2957,1831,10191.57,twolocalrandom -4463,SUCCESS,2,1,11396.15,39095291.26,39106687.41,127,3082,3143,18233.84,qft -4464,SUCCESS,2,1,4883.76,39106687.41,39111571.17,127,1171,3545,7814.02,twolocalrandom -4465,SUCCESS,2,1,266.45,39111571.17,39111837.62,127,80,2831,426.32,dj -4466,SUCCESS,2,1,787.06,39111837.62,39112624.68,127,259,2583,1259.3,dj -4467,SUCCESS,2,1,5695.95,39112624.68,39118320.63,127,1305,3710,9113.52,random -4468,SUCCESS,2,1,6154.48,39118320.63,39124475.11,127,1656,3159,9847.17,qpeexact -4469,SUCCESS,2,1,1068.49,39124475.11,39125543.6,127,856,1061,1709.58,qft -4470,SUCCESS,2,1,48039.76,39125543.6,39173583.36,127,10211,3999,76863.62,qpeinexact -4471,SUCCESS,2,1,5583.94,39173583.36,39179167.3,127,4253,1116,8934.3,su2random -4472,SUCCESS,2,1,8443.94,39179167.3,39187611.24,127,5719,1255,13510.3,ae -4473,SUCCESS,2,1,2043.15,39187611.24,39189654.39,127,1586,1095,3269.04,qpeexact -4474,SUCCESS,2,1,152.2,39189654.39,39189806.59,127,87,1487,243.52,graphstate -4475,SUCCESS,2,1,16318.95,39189806.59,39206125.54,127,11927,1163,26110.32,random -4477,SUCCESS,2,1,6297.52,39206125.54,39212423.06,127,1412,3791,10076.03,su2random -4479,SUCCESS,2,1,21812.55,39212423.06,39234235.61,127,9238,2007,34900.08,qpeinexact -4480,SUCCESS,2,1,4160.53,39234235.61,39238396.14,127,2608,1356,6656.85,su2random -4481,SUCCESS,2,1,326.96,39238396.14,39238723.1,127,134,2074,523.14,qaoa -4482,SUCCESS,2,1,479.3,39238723.1,39239202.4,127,105,3880,766.88,wstate -4483,SUCCESS,2,1,36440.14,39239202.4,39275642.54,127,13651,2269,58304.22,realamprandom -4484,SUCCESS,2,1,5155.55,39275642.54,39280798.09,127,1343,3263,8248.88,qpeinexact -4485,SUCCESS,2,1,12504.6,39280798.09,39293302.69,127,4238,2508,20007.36,su2random -4487,SUCCESS,2,1,1206.21,39293302.69,39294508.9,127,621,1651,1929.94,qnn -4488,SUCCESS,2,1,1646.72,39294508.9,39296155.62,127,423,3309,2634.75,dj -4489,SUCCESS,2,1,8870.07,39296155.62,39305025.69,127,5013,1504,14192.11,qpeexact -4490,SUCCESS,2,1,1335.12,39305025.69,39306360.81,127,341,3328,2136.19,graphstate -4491,SUCCESS,2,1,5491.38,39306360.81,39311852.19,127,1195,3906,8786.21,qft -4492,SUCCESS,2,1,25338.22,39311852.19,39337190.41,127,5799,3714,40541.15,ae -4493,SUCCESS,2,1,1973.05,39337190.41,39339163.46,127,1027,1633,3156.88,wstate -4494,SUCCESS,2,1,10913.77,39339163.46,39350077.23,127,2574,3604,17462.03,qpeinexact -4495,SUCCESS,2,1,1783.02,39350077.23,39351860.25,127,923,1642,2852.83,ghz -4496,SUCCESS,2,1,134.22,39351860.25,39351994.47,127,46,2480,214.75,ghz -4497,SUCCESS,2,1,15393.66,39351994.47,39367388.13,127,4635,2823,24629.86,qft -4498,SUCCESS,2,1,2106.65,39367388.13,39369494.78,127,654,2738,3370.64,qpeinexact -4499,SUCCESS,2,1,21.84,39369494.78,39369516.62,127,10,1856,34.94,ghz -4500,SUCCESS,2,1,20350.44,39369516.62,39389867.06,127,6281,2754,32560.7,su2random -4501,SUCCESS,2,1,5150.09,39389867.06,39395017.15,127,1642,2666,8240.14,qpeinexact -4503,SUCCESS,2,1,1054.59,39395017.15,39396071.74,127,249,3600,1687.34,dj -4504,SUCCESS,2,1,217.75,39396071.74,39396289.49,127,70,2644,348.4,vqe -4505,SUCCESS,2,1,18677,39396289.49,39414966.49,127,8954,1773,29883.2,ae -4506,SUCCESS,2,1,637.77,39414966.49,39415604.26,127,325,1668,1020.43,wstate -4507,SUCCESS,2,1,11626.44,39415604.26,39427230.7,127,4924,2007,18602.3,ae -4509,SUCCESS,2,1,6544.94,39427230.7,39433775.64,127,3101,1794,10471.9,ae -4510,SUCCESS,2,1,1325.83,39433775.64,39435101.47,127,330,3415,2121.33,dj -4511,SUCCESS,2,1,768.83,39435101.47,39435870.3,127,253,2583,1230.13,dj -4512,SUCCESS,2,1,638.09,39435870.3,39436508.39,127,179,3030,1020.94,dj -4513,SUCCESS,2,1,20281.84,39436508.39,39456790.23,127,7710,2236,32450.94,qft -4515,SUCCESS,2,1,84837.27,39456790.23,39541627.5,127,44105,1635,135739.63,random -4517,SUCCESS,2,1,58.79,39541627.5,39541686.29,127,14,3569,94.06,ghz -4518,SUCCESS,2,1,4528.97,39541686.29,39546215.26,127,1684,2286,7246.35,twolocalrandom -4519,SUCCESS,2,1,263.57,39546215.26,39546478.83,127,84,2667,421.71,dj -4521,SUCCESS,2,1,14858.81,39546478.83,39561337.64,127,4277,2953,23774.1,qftentangled -4524,SUCCESS,2,1,1349.35,39561337.64,39562686.99,127,523,2193,2158.96,ae -4525,SUCCESS,2,1,112893.08,39562686.99,39675580.07,127,36102,2658,180628.93,random -4526,SUCCESS,2,1,24306.81,39675580.07,39699886.88,127,15407,1341,38890.9,twolocalrandom -4528,SUCCESS,2,1,199.7,39699886.88,39700086.58,127,90,1886,319.52,graphstate -4529,SUCCESS,2,1,5545.01,39700086.58,39705631.59,127,2824,1669,8872.02,qnn -4530,SUCCESS,2,1,9370.2,39705631.59,39715001.79,127,2362,3372,14992.32,qnn -4531,SUCCESS,2,1,36648.38,39715001.79,39751650.17,127,11440,2723,58637.41,qnn -4534,SUCCESS,2,1,33567.34,39751650.17,39785217.51,127,9107,3133,53707.74,su2random -4535,SUCCESS,2,1,3164.51,39785217.51,39788382.02,127,1045,2574,5063.22,qft -4536,SUCCESS,2,1,9441,39788382.02,39797823.02,127,2132,3764,15105.6,su2random -4538,SUCCESS,2,1,655.77,39797823.02,39798478.79,127,337,1654,1049.23,wstate -4539,SUCCESS,2,1,16151.34,39798478.79,39814630.13,127,5222,2629,25842.14,pricingcall -4540,SUCCESS,2,1,586.42,39814630.13,39815216.55,127,483,1032,938.27,dj -4541,SUCCESS,2,1,26140.92,39815216.55,39841357.47,127,9073,2449,41825.47,su2random -4542,SUCCESS,2,1,6490.12,39841357.47,39847847.59,127,2806,1966,10384.19,qpeinexact -4543,SUCCESS,2,1,610.48,39847847.59,39848458.07,127,161,3223,976.77,wstate -4544,SUCCESS,2,1,9512.81,39848458.07,39857970.88,127,3929,2058,15220.5,qftentangled -4545,SUCCESS,2,1,31045.74,39857970.88,39889016.62,127,9992,2641,49673.18,grover-noancilla -4546,SUCCESS,2,1,8577.44,39889016.62,39897594.06,127,3588,2032,13723.9,su2random -4547,SUCCESS,2,1,8981.64,39897594.06,39906575.7,127,5197,1469,14370.62,qftentangled -4548,SUCCESS,2,1,22271.74,39906575.7,39928847.44,127,8672,2183,35634.78,qftentangled -4550,SUCCESS,2,1,6513.53,39928847.44,39935360.97,127,1402,3949,10421.65,realamprandom -4551,SUCCESS,2,1,6922.82,39935360.97,39942283.79,127,1449,4061,11076.51,qft -4552,SUCCESS,2,1,11604.54,39942283.79,39953888.33,127,6192,1593,18567.26,qpeexact -4553,SUCCESS,2,1,1706.09,39953888.33,39955594.42,127,546,2656,2729.74,dj -4554,SUCCESS,2,1,1257.82,39955594.42,39956852.24,127,346,3090,2012.51,graphstate -4556,SUCCESS,2,1,3268.3,39956852.24,39960120.54,127,833,3335,5229.28,wstate -4557,SUCCESS,2,1,250.14,39960120.54,39960370.68,127,131,1623,400.22,realamprandom -4559,SUCCESS,2,1,571.16,39960370.68,39960941.84,127,385,1261,913.86,wstate -4560,SUCCESS,2,1,19381.77,39960941.84,39980323.61,127,6276,2625,31010.83,twolocalrandom -4561,SUCCESS,2,1,26610.28,39980323.61,40006933.89,127,8252,2741,42576.45,twolocalrandom -4562,SUCCESS,2,1,8627.47,40006933.89,40015561.36,127,2143,3422,13803.95,realamprandom -4565,SUCCESS,2,1,52.1,40015561.36,40015613.46,127,20,2214,83.36,ghz -4566,SUCCESS,2,1,20.97,40015613.46,40015634.43,127,10,1782,33.55,ghz -4568,SUCCESS,2,1,1049.61,40015634.43,40016684.04,127,247,3612,1679.38,qftentangled -4569,SUCCESS,2,1,3788.55,40016684.04,40020472.59,127,1146,2810,6061.68,qnn -4570,SUCCESS,2,1,5015.64,40020472.59,40025488.23,127,2217,1923,8025.02,qft -4572,SUCCESS,2,1,10884.18,40025488.23,40036372.41,127,5874,1575,17414.69,ae -4573,SUCCESS,2,1,3746.7,40036372.41,40040119.11,127,1586,2008,5994.72,qpeinexact -4574,SUCCESS,2,1,25552.92,40040119.11,40065672.03,127,7446,2917,40884.67,qnn -4575,SUCCESS,2,1,4482.84,40065672.03,40070154.87,127,3108,1226,7172.54,realamprandom -4577,SUCCESS,2,1,12917.17,40070154.87,40083072.04,127,6470,1697,20667.47,qpeexact -4578,SUCCESS,2,1,484.56,40083072.04,40083556.6,127,102,4038,775.3,graphstate -4579,SUCCESS,2,1,309.7,40083556.6,40083866.3,127,146,1803,495.52,dj -4580,SUCCESS,2,1,473.77,40083866.3,40084340.07,127,246,1637,758.03,qpeinexact -4581,SUCCESS,2,1,3796.7,40084340.07,40088136.77,127,2421,1333,6074.72,qftentangled -4583,SUCCESS,2,1,439.24,40088136.77,40088576.01,127,262,1425,702.78,wstate -4585,SUCCESS,2,1,8242.3,40088576.01,40096818.31,127,5410,1295,13187.68,twolocalrandom -4586,SUCCESS,2,1,7097.94,40096818.31,40103916.25,127,2645,2281,11356.7,qftentangled -4588,SUCCESS,2,1,2975.34,40103916.25,40106891.59,127,1276,1982,4760.54,qpeexact -4589,SUCCESS,2,1,200.19,40106891.59,40107091.78,127,69,2466,320.3,ghz -4591,SUCCESS,2,1,4247.01,40107091.78,40111338.79,127,1907,1893,6795.22,su2random -4592,SUCCESS,2,1,15941.59,40111338.79,40127280.38,127,3470,3905,25506.54,qpeinexact -4593,SUCCESS,2,1,75.98,40127280.38,40127356.36,127,47,1374,121.57,ghz -4594,SUCCESS,2,1,2141.37,40127356.36,40129497.73,127,508,3583,3426.19,dj -4595,SUCCESS,2,1,696.17,40129497.73,40130193.9,127,438,1351,1113.87,ae -4596,SUCCESS,2,1,1297.84,40130193.9,40131491.74,127,290,3804,2076.54,dj -4597,SUCCESS,2,1,10166.07,40131491.74,40141657.81,127,2658,3251,16265.71,qft -4599,SUCCESS,2,1,411.4,40141657.81,40142069.21,127,229,1527,658.24,wstate -4600,SUCCESS,2,1,2531.3,40142069.21,40144600.51,127,1381,1558,4050.08,su2random -4601,SUCCESS,2,1,3735.2,40144600.51,40148335.71,127,812,3910,5976.32,twolocalrandom -4602,SUCCESS,2,1,7442.21,40148335.71,40155777.92,127,1686,3752,11907.54,qft -4603,SUCCESS,2,1,102.83,40155777.92,40155880.75,127,46,1900,164.53,qaoa -4604,SUCCESS,2,1,69.96,40155880.75,40155950.71,127,20,2973,111.94,routing -4605,SUCCESS,2,1,5723.17,40155950.71,40161673.88,127,1218,3994,9157.07,realamprandom -4607,SUCCESS,2,1,966.75,40161673.88,40162640.63,127,294,2795,1546.8,ghz -4608,SUCCESS,2,1,4552.69,40162640.63,40167193.32,127,1810,2138,7284.3,su2random -4609,SUCCESS,2,1,5067.02,40167193.32,40172260.34,127,2421,1779,8107.23,qpeinexact -4610,SUCCESS,2,1,12461.73,40172260.34,40184722.07,127,2999,3532,19938.77,qft -4611,SUCCESS,2,1,20630.57,40184722.07,40205352.64,127,6755,2596,33008.91,random -4612,SUCCESS,2,1,3785.79,40205352.64,40209138.43,127,2095,1536,6057.26,qftentangled -4614,SUCCESS,2,1,12203.34,40209138.43,40221341.77,127,3761,2758,19525.34,qnn -4615,SUCCESS,2,1,118.51,40221341.77,40221460.28,127,35,2878,189.62,qaoa -4618,SUCCESS,2,1,1072.13,40221460.28,40222532.41,127,833,1094,1715.41,su2random -4620,SUCCESS,2,1,26543.96,40222532.41,40249076.37,127,5766,3913,42470.34,ae -4622,SUCCESS,2,1,941.09,40249076.37,40250017.46,127,396,2020,1505.74,qpeinexact -4623,SUCCESS,2,1,8714.3,40250017.46,40258731.76,127,2185,3390,13942.88,ae -4624,SUCCESS,2,1,9999.98,40258731.76,40268731.74,127,4434,1917,15999.97,twolocalrandom -4626,SUCCESS,2,1,602.55,40268731.74,40269334.29,127,352,1455,964.08,wstate -4627,SUCCESS,2,1,8354.43,40269334.29,40277688.72,127,5392,1317,13367.09,realamprandom -4629,SUCCESS,2,1,467.7,40277688.72,40278156.42,127,177,2246,748.32,wstate -4630,SUCCESS,2,1,176.5,40278156.42,40278332.92,127,94,1596,282.4,ghz -4632,SUCCESS,2,1,5082.36,40278332.92,40283415.28,127,2000,2160,8131.78,qftentangled -4633,SUCCESS,2,1,356.05,40283415.28,40283771.33,127,258,1173,569.68,dj -4634,SUCCESS,2,1,25522.5,40283771.33,40309293.83,127,8716,2489,40836,qpeexact -4636,SUCCESS,2,1,619.85,40309293.83,40309913.68,127,470,1121,991.76,graphstate -4637,SUCCESS,2,1,3172.28,40309913.68,40313085.96,127,1117,2414,5075.65,ae -4639,SUCCESS,2,1,8290.58,40313085.96,40321376.54,127,5902,1194,13264.93,qnn -4640,SUCCESS,2,1,4849.22,40321376.54,40326225.76,127,1379,2989,7758.75,realamprandom -4642,SUCCESS,2,1,5348.76,40326225.76,40331574.52,127,1384,3285,8558.02,qnn -4643,SUCCESS,2,1,4615.91,40331574.52,40336190.43,127,1464,2680,7385.46,qpeexact -4644,SUCCESS,2,1,32.49,40336190.43,40336222.92,127,21,1315,51.98,vqe -4647,SUCCESS,2,1,1884.95,40336222.92,40338107.87,127,1193,1343,3015.92,qnn -4648,SUCCESS,2,1,1175.22,40338107.87,40339283.09,127,292,3421,1880.35,realamprandom -4649,SUCCESS,2,1,18839.28,40339283.09,40358122.37,127,12113,1322,30142.85,twolocalrandom -4653,SUCCESS,2,1,12614.33,40358122.37,40370736.7,127,4116,2605,20182.93,qft -4654,SUCCESS,2,1,6967.32,40370736.7,40377704.02,127,3964,1494,11147.71,qftentangled -4655,SUCCESS,2,1,4840.68,40377704.02,40382544.7,127,2562,1606,7745.09,ae -4656,SUCCESS,2,1,45075.17,40382544.7,40427619.87,127,30432,1259,72120.27,random -4657,SUCCESS,2,1,75.19,40427619.87,40427695.06,127,26,2458,120.3,ghz -4658,SUCCESS,2,1,1686.04,40427695.06,40429381.1,127,607,2361,2697.66,portfoliovqe -4659,SUCCESS,2,1,1535.43,40429381.1,40430916.53,127,343,3805,2456.69,portfolioqaoa -4660,SUCCESS,2,1,26943.02,40430916.53,40457859.55,127,6424,3565,43108.83,qwalk-v-chain -4662,SUCCESS,2,1,26734.2,40457859.55,40484593.75,127,9833,2311,42774.72,random -4663,SUCCESS,2,1,37103.19,40484593.75,40521696.94,127,12510,2521,59365.1,twolocalrandom -4664,SUCCESS,2,1,5492.33,40521696.94,40527189.27,127,2575,1813,8787.73,twolocalrandom -4668,SUCCESS,2,1,2770.35,40527189.27,40529959.62,127,1317,1788,4432.56,wstate -4669,SUCCESS,2,1,209.61,40529959.62,40530169.23,127,101,1764,335.38,graphstate -4670,SUCCESS,2,1,16704.99,40530169.23,40546874.22,127,3470,4092,26727.98,ae -4672,SUCCESS,2,1,3105.41,40546874.22,40549979.63,127,2404,1098,4968.66,realamprandom -4673,SUCCESS,2,1,21343.83,40549979.63,40571323.46,127,7254,2501,34150.13,qpeinexact -4675,SUCCESS,2,1,85.85,40571323.46,40571409.31,127,43,1697,137.36,ghz -4676,SUCCESS,2,1,14493.32,40571409.31,40585902.63,127,7748,1590,23189.31,qnn -4677,SUCCESS,2,1,2396,40585902.63,40588298.63,127,850,2396,3833.6,dj -4679,SUCCESS,2,1,11796.5,40588298.63,40600095.13,127,3003,3339,18874.4,qftentangled -4680,SUCCESS,2,1,14727.84,40600095.13,40614822.97,127,3111,4024,23564.54,qftentangled -4681,SUCCESS,2,1,7642.02,40614822.97,40622464.99,127,3770,1723,12227.23,qftentangled -4682,SUCCESS,2,1,3734.81,40622464.99,40626199.8,127,1171,2711,5975.7,realamprandom -4683,SUCCESS,2,1,81163.89,40626199.8,40707363.69,127,18742,3681,129862.22,twolocalrandom -4684,SUCCESS,2,1,37134.31,40707363.69,40744498,127,10107,3123,59414.9,realamprandom -4686,SUCCESS,2,1,120.64,40744498,40744618.64,127,28,3662,193.02,vqe -4687,SUCCESS,2,1,894.6,40744618.64,40745513.24,127,213,3570,1431.36,dj -4688,SUCCESS,2,1,3886.33,40745513.24,40749399.57,127,998,3310,6218.13,wstate -4690,SUCCESS,2,1,1127.56,40749399.57,40750527.13,127,297,3227,1804.1,qft -4692,SUCCESS,2,1,1957.39,40750527.13,40752484.52,127,410,4058,3131.82,qftentangled -4693,SUCCESS,2,1,18654.11,40752484.52,40771138.63,127,5901,2687,29846.58,qft -4694,SUCCESS,2,1,32745.21,40771138.63,40803883.84,127,7611,3657,52392.34,qpeexact -4695,SUCCESS,2,1,554.08,40803883.84,40804437.92,127,362,1301,886.53,dj -4696,SUCCESS,2,1,26137.18,40804437.92,40830575.1,127,5953,3732,41819.49,qftentangled -4697,SUCCESS,2,1,2307.46,40830575.1,40832882.56,127,485,4044,3691.94,ghz -4698,SUCCESS,2,1,4041.83,40832882.56,40836924.39,127,1781,1929,6466.93,qftentangled -4699,SUCCESS,2,1,4597.73,40836924.39,40841522.12,127,2329,1678,7356.37,qft -4700,SUCCESS,2,1,1241.12,40841522.12,40842763.24,127,396,2664,1985.79,ghz -4701,SUCCESS,2,1,108.84,40842763.24,40842872.08,127,79,1171,174.14,ghz -4702,SUCCESS,2,1,935.84,40842872.08,40843807.92,127,576,1381,1497.34,portfoliovqe -4703,SUCCESS,2,1,1329.89,40843807.92,40845137.81,127,471,2400,2127.82,portfoliovqe -4705,SUCCESS,2,1,16232.06,40845137.81,40861369.87,127,13004,1061,25971.3,twolocalrandom -4706,SUCCESS,2,1,367.11,40861369.87,40861736.98,127,117,2667,587.38,graphstate -4707,SUCCESS,2,1,13365,40861736.98,40875101.98,127,4590,2475,21384,realamprandom -4708,SUCCESS,2,1,27722.24,40875101.98,40902824.22,127,7072,3332,44355.58,qpeinexact -4709,SUCCESS,2,1,10365.65,40902824.22,40913189.87,127,3003,2934,16585.04,ae -4711,SUCCESS,2,1,30197.71,40913189.87,40943387.58,127,11604,2212,48316.34,qnn -4712,SUCCESS,2,1,15200.69,40943387.58,40958588.27,127,7668,1685,24321.1,qnn -4713,SUCCESS,2,1,2151.36,40958588.27,40960739.63,127,1494,1224,3442.18,qnn -4714,SUCCESS,2,1,1086.09,40960739.63,40961825.72,127,495,1865,1737.74,qft -4716,SUCCESS,2,1,3463.76,40961825.72,40965289.48,127,1404,2097,5542.02,qnn -4718,SUCCESS,2,1,254.84,40965289.48,40965544.32,127,66,3282,407.74,tsp -4720,SUCCESS,2,1,478.8,40965544.32,40966023.12,127,365,1115,766.08,wstate -4722,SUCCESS,2,1,393.34,40966023.12,40966416.46,127,222,1506,629.34,dj -4723,SUCCESS,2,1,17577.83,40966416.46,40983994.29,127,4379,3412,28124.53,qpeinexact -4724,SUCCESS,2,1,6099.12,40983994.29,40990093.41,127,1331,3895,9758.59,qpeexact -4725,SUCCESS,2,1,16503.06,40990093.41,41006596.47,127,4229,3317,26404.9,qft -4726,SUCCESS,2,1,1204.35,41006596.47,41007800.82,127,265,3863,1926.96,twolocalrandom -4727,SUCCESS,2,1,20188.16,41007800.82,41027988.98,127,9635,1781,32301.06,qpeexact -4728,SUCCESS,2,1,1608.15,41027988.98,41029597.13,127,511,2675,2573.04,qftentangled -4731,SUCCESS,2,1,9705.81,41029597.13,41039302.94,127,7466,1105,15529.3,realamprandom -4732,SUCCESS,2,1,863.15,41039302.94,41040166.09,127,217,3381,1381.04,wstate -4733,SUCCESS,2,1,567.85,41040166.09,41040733.94,127,465,1038,908.56,twolocalrandom -4734,SUCCESS,2,1,4887.93,41040733.94,41045621.87,127,2665,1559,7820.69,random -4735,SUCCESS,2,1,67130.9,41045621.87,41112752.77,127,23885,2389,107409.44,random -4736,SUCCESS,2,1,625.31,41112752.77,41113378.08,127,169,3145,1000.5,su2random -4737,SUCCESS,2,1,5600.12,41113378.08,41118978.2,127,1476,3225,8960.19,qft -4738,SUCCESS,2,1,4661.06,41118978.2,41123639.26,127,1099,3605,7457.7,wstate -4739,SUCCESS,2,1,243.49,41123639.26,41123882.75,127,130,1592,389.58,graphstate -4740,SUCCESS,2,1,2742.59,41123882.75,41126625.34,127,603,3866,4388.14,dj -4742,SUCCESS,2,1,14410.62,41126625.34,41141035.96,127,7792,1572,23056.99,twolocalrandom -4744,SUCCESS,2,1,2015.28,41141035.96,41143051.24,127,459,3732,3224.45,ghz -4745,SUCCESS,2,1,972.8,41143051.24,41144024.04,127,245,3375,1556.48,dj -4748,SUCCESS,2,1,5961.61,41144024.04,41149985.65,127,1303,3889,9538.58,ae -4749,SUCCESS,2,1,613.28,41149985.65,41150598.93,127,181,2880,981.25,graphstate -4750,SUCCESS,2,1,1013.84,41150598.93,41151612.77,127,320,2693,1622.14,pricingcall -4751,SUCCESS,2,1,20568.7,41151612.77,41172181.47,127,4384,3988,32909.92,qpeinexact -4752,SUCCESS,2,1,6223.8,41172181.47,41178405.27,127,2530,2091,9958.08,ae -4753,SUCCESS,2,1,5017.14,41178405.27,41183422.41,127,2107,2024,8027.42,qnn -4754,SUCCESS,2,1,13006.86,41183422.41,41196429.27,127,4622,2392,20810.98,su2random -4756,SUCCESS,2,1,968.18,41196429.27,41197397.45,127,679,1212,1549.09,dj -4757,SUCCESS,2,1,6076.47,41197397.45,41203473.92,127,4032,1281,9722.35,ae -4758,SUCCESS,2,1,2159.06,41203473.92,41205632.98,127,992,1850,3454.5,wstate -4759,SUCCESS,2,1,4545.27,41205632.98,41210178.25,127,1925,2007,7272.43,qpeexact -4760,SUCCESS,2,1,4893.97,41210178.25,41215072.22,127,2909,1430,7830.35,qpeexact -4761,SUCCESS,2,1,31958.69,41215072.22,41247030.91,127,8418,3227,51133.9,realamprandom -4762,SUCCESS,2,1,8997.35,41247030.91,41256028.26,127,1945,3932,14395.76,realamprandom -4763,SUCCESS,2,1,183.41,41256028.26,41256211.67,127,85,1834,293.46,ghz -4764,SUCCESS,2,1,62.28,41256211.67,41256273.95,127,17,3114,99.65,ghz -4765,SUCCESS,2,1,337.41,41256273.95,41256611.36,127,119,2410,539.86,qpeinexact -4766,SUCCESS,2,1,13907.4,41256611.36,41270518.76,127,8009,1476,22251.84,qnn -4767,SUCCESS,2,1,7826.61,41270518.76,41278345.37,127,1641,4054,12522.58,qpeexact -4768,SUCCESS,2,1,586.79,41278345.37,41278932.16,127,189,2639,938.86,wstate -4769,SUCCESS,2,1,9681.26,41278932.16,41288613.42,127,6921,1189,15490.02,twolocalrandom -4770,SUCCESS,2,1,4186.57,41288613.42,41292799.99,127,1424,2499,6698.51,qpeexact -4771,SUCCESS,2,1,354.22,41292799.99,41293154.21,127,260,1158,566.75,ae -4772,SUCCESS,2,1,3520.67,41293154.21,41296674.88,127,1231,2431,5633.07,ae -4773,SUCCESS,2,1,2233.52,41296674.88,41298908.4,127,699,2716,3573.63,qpeexact -4774,SUCCESS,2,1,839.91,41298908.4,41299748.31,127,373,1914,1343.86,wstate -4775,SUCCESS,2,1,516.81,41299748.31,41300265.12,127,304,1445,826.9,ghz -4776,SUCCESS,2,1,8292.37,41300265.12,41308557.49,127,2909,2423,13267.79,qpeinexact -4777,SUCCESS,2,1,124937.55,41308557.49,41433495.04,127,55805,1903,199900.08,random -4778,SUCCESS,2,1,1053.29,41433495.04,41434548.33,127,567,1579,1685.26,qpeinexact -4779,SUCCESS,2,1,22610.44,41434548.33,41457158.77,127,5043,3811,36176.7,ae -4780,SUCCESS,2,1,1753.67,41457158.77,41458912.44,127,481,3099,2805.87,qnn -4781,SUCCESS,2,1,348.87,41458912.44,41459261.31,127,103,2879,558.19,graphstate -4782,SUCCESS,2,1,611.13,41459261.31,41459872.44,127,477,1089,977.81,qpeexact -4783,SUCCESS,2,1,619.2,41459872.44,41460491.64,127,258,2040,990.72,ae -4784,SUCCESS,2,1,17016.49,41460491.64,41477508.13,127,5151,2808,27226.38,qft -4785,SUCCESS,2,1,280.06,41477508.13,41477788.19,127,230,1035,448.1,su2random -4786,SUCCESS,2,1,873.41,41477788.19,41478661.6,127,252,2946,1397.46,twolocalrandom -4787,SUCCESS,2,1,58597.06,41478661.6,41537258.66,127,22900,2175,93755.3,random -4789,SUCCESS,2,1,12892.98,41537258.66,41550151.64,127,3291,3330,20628.77,qnn -4790,SUCCESS,2,1,223.28,41550151.64,41550374.92,127,99,1917,357.25,graphstate -4791,SUCCESS,2,1,20489.33,41550374.92,41570864.25,127,6043,2882,32782.93,qnn -4793,SUCCESS,2,1,672.96,41570864.25,41571537.21,127,508,1126,1076.74,wstate -4794,SUCCESS,2,1,4647.8,41571537.21,41576185.01,127,3675,1075,7436.48,qftentangled -4795,SUCCESS,2,1,2900.76,41576185.01,41579085.77,127,1522,1620,4641.22,qnn -4796,SUCCESS,2,1,8224.56,41579085.77,41587310.33,127,1990,3513,13159.3,su2random -4797,SUCCESS,2,1,490.36,41587310.33,41587800.69,127,316,1319,784.58,dj -4798,SUCCESS,2,1,140.09,41587800.69,41587940.78,127,42,2835,224.14,dj -4799,SUCCESS,2,1,1388.48,41587940.78,41589329.26,127,341,3461,2221.57,dj -4800,SUCCESS,2,1,3102.51,41589329.26,41592431.77,127,717,3678,4964.02,qftentangled -4801,SUCCESS,2,1,1415.5,41592431.77,41593847.27,127,475,2533,2264.8,dj -4802,SUCCESS,2,1,1215.78,41593847.27,41595063.05,127,266,3885,1945.25,ae -4803,SUCCESS,2,1,2540.82,41595063.05,41597603.87,127,628,3439,4065.31,dj -4805,SUCCESS,2,1,7789.03,41597603.87,41605392.9,127,3088,2144,12462.45,realamprandom -4806,SUCCESS,2,1,317.97,41605392.9,41605710.87,127,91,2970,508.75,graphstate -4807,SUCCESS,2,1,2693.56,41605710.87,41608404.43,127,1029,2225,4309.7,qpeexact -4808,SUCCESS,2,1,10390.1,41608404.43,41618794.53,127,4636,1905,16624.16,twolocalrandom -4809,SUCCESS,2,1,1476.64,41618794.53,41620271.17,127,734,1710,2362.62,qft -4810,SUCCESS,2,1,168.76,41620271.17,41620439.93,127,131,1095,270.02,twolocalrandom -4811,SUCCESS,2,1,9810.34,41620439.93,41630250.27,127,6109,1365,15696.54,qnn -4812,SUCCESS,2,1,2342.1,41630250.27,41632592.37,127,1423,1399,3747.36,su2random -4813,SUCCESS,2,1,101.4,41632592.37,41632693.77,127,24,3591,162.24,dj -4815,SUCCESS,2,1,313.08,41632693.77,41633006.85,127,108,2464,500.93,graphstate -4816,SUCCESS,2,1,26516.79,41633006.85,41659523.64,127,7424,3036,42426.86,ae -4817,SUCCESS,2,1,4248.96,41659523.64,41663772.6,127,1321,2734,6798.34,wstate -4818,SUCCESS,2,1,112.42,41663772.6,41663885.02,127,25,3822,179.87,ghz -4819,SUCCESS,2,1,1351.06,41663885.02,41665236.08,127,450,2552,2161.7,dj -4820,SUCCESS,2,1,12670.43,41665236.08,41677906.51,127,2945,3657,20272.69,random -4821,SUCCESS,2,1,2515.12,41677906.51,41680421.63,127,575,3718,4024.19,dj -4822,SUCCESS,2,1,12146.8,41680421.63,41692568.43,127,6342,1628,19434.88,qft -4824,SUCCESS,2,1,104.18,41692568.43,41692672.61,127,50,1771,166.69,graphstate -4825,SUCCESS,2,1,2311.45,41692672.61,41694984.06,127,763,2575,3698.32,qpeexact -4826,SUCCESS,2,1,4769.92,41694984.06,41699753.98,127,1211,3348,7631.87,ae -4827,SUCCESS,2,1,5256.08,41699753.98,41705010.06,127,1140,3919,8409.73,qnn -4828,SUCCESS,2,1,6061.2,41705010.06,41711071.26,127,1302,3957,9697.92,qftentangled -4829,SUCCESS,2,1,9265.04,41711071.26,41720336.3,127,2401,3280,14824.06,pricingput -4831,SUCCESS,2,1,1514.39,41720336.3,41721850.69,127,710,1813,2423.02,qpeexact -4832,SUCCESS,2,1,609.34,41721850.69,41722460.03,127,161,3217,974.94,dj -4835,SUCCESS,2,1,11787.84,41722460.03,41734247.87,127,3341,2999,18860.54,qpeinexact -4836,SUCCESS,2,1,692.72,41734247.87,41734940.59,127,278,2118,1108.35,qnn -4837,SUCCESS,2,1,19950.1,41734940.59,41754890.69,127,11290,1502,31920.16,su2random -4838,SUCCESS,2,1,859.22,41754890.69,41755749.91,127,269,2715,1374.75,wstate -4839,SUCCESS,2,1,805.88,41755749.91,41756555.79,127,308,2224,1289.41,dj -4840,SUCCESS,2,1,1976,41756555.79,41758531.79,127,1292,1300,3161.6,qft -4841,SUCCESS,2,1,720.71,41758531.79,41759252.5,127,150,4084,1153.14,dj -4842,SUCCESS,2,1,716.25,41759252.5,41759968.75,127,415,1467,1146,qpeexact -4843,SUCCESS,2,1,145.04,41759968.75,41760113.79,127,40,3082,232.06,qaoa -4844,SUCCESS,2,1,26034.98,41760113.79,41786148.77,127,8541,2591,41655.97,qpeinexact -4845,SUCCESS,2,1,1735.23,41786148.77,41787884,127,769,1918,2776.37,qpeexact -4846,SUCCESS,2,1,3092.46,41787884,41790976.46,127,777,3383,4947.94,dj -4847,SUCCESS,2,1,120846.75,41790976.46,41911823.21,127,30949,3319,193354.8,random -4848,SUCCESS,2,1,1867.45,41911823.21,41913690.66,127,1506,1054,2987.92,realamprandom -4849,SUCCESS,2,1,220.59,41913690.66,41913911.25,127,55,3409,352.94,dj -4850,SUCCESS,2,1,25909.5,41913911.25,41939820.75,127,5865,3755,41455.2,su2random -4852,SUCCESS,2,1,10711.52,41939820.75,41950532.27,127,2266,4018,17138.43,pricingcall -4853,SUCCESS,2,1,11979.92,41950532.27,41962512.19,127,3903,2609,19167.87,qpeexact -4854,SUCCESS,2,1,24123.31,41962512.19,41986635.5,127,5726,3581,38597.3,realamprandom -4855,SUCCESS,2,1,3309.75,41986635.5,41989945.25,127,1029,2734,5295.6,pricingput -4857,SUCCESS,2,1,2295.27,41989945.25,41992240.52,127,585,3335,3672.43,ghz -4858,SUCCESS,2,1,1584.27,41992240.52,41993824.79,127,618,2179,2534.83,twolocalrandom -4859,SUCCESS,2,1,2043.99,41993824.79,41995868.78,127,435,3994,3270.38,twolocalrandom -4860,SUCCESS,2,1,2377.33,41995868.78,41998246.11,127,1252,1614,3803.73,qwalk-v-chain -4861,SUCCESS,2,1,5274.24,41998246.11,42003520.35,127,2278,1968,8438.78,ae -4862,SUCCESS,2,1,34821.6,42003520.35,42038341.95,127,10552,2805,55714.56,ae -4863,SUCCESS,2,1,1025.18,42038341.95,42039367.13,127,579,1505,1640.29,realamprandom -4864,SUCCESS,2,1,178.31,42039367.13,42039545.44,127,57,2659,285.3,wstate -4867,SUCCESS,2,1,9001.87,42039545.44,42048547.31,127,3888,1968,14402.99,qft -4870,SUCCESS,2,1,1191.68,42048547.31,42049738.99,127,833,1216,1906.69,ghz -4872,SUCCESS,2,1,250.18,42049738.99,42049989.17,127,108,1969,400.29,graphstate -4873,SUCCESS,2,1,1229.89,42049989.17,42051219.06,127,409,2556,1967.82,wstate -4874,SUCCESS,2,1,25811.48,42051219.06,42077030.54,127,12537,1750,41298.37,realamprandom -4875,SUCCESS,2,1,54517.53,42077030.54,42131548.07,127,14276,3246,87228.05,twolocalrandom -4876,SUCCESS,2,1,1234.68,42131548.07,42132782.75,127,451,2327,1975.49,portfolioqaoa -4877,SUCCESS,2,1,3225.56,42132782.75,42136008.31,127,1218,2251,5160.9,twolocalrandom -4878,SUCCESS,2,1,3361.02,42136008.31,42139369.33,127,1007,2837,5377.63,wstate -4879,SUCCESS,2,1,161.37,42139369.33,42139530.7,127,36,3810,258.19,ghz -4880,SUCCESS,2,1,2748.96,42139530.7,42142279.66,127,839,2785,4398.34,qnn -4881,SUCCESS,2,1,6637.49,42142279.66,42148917.15,127,1919,2940,10619.98,qnn -4882,SUCCESS,2,1,5126.27,42148917.15,42154043.42,127,1225,3557,8202.03,twolocalrandom -4883,SUCCESS,2,1,1426.08,42154043.42,42155469.5,127,589,2058,2281.73,portfoliovqe -4885,SUCCESS,2,1,19607.23,42155469.5,42175076.73,127,6301,2645,31371.57,qpeexact -4886,SUCCESS,2,1,17751.81,42175076.73,42192828.54,127,4549,3317,28402.9,qftentangled -4890,SUCCESS,2,1,22802.6,42192828.54,42215631.14,127,12537,1546,36484.16,twolocalrandom -4892,SUCCESS,2,1,4506.54,42215631.14,42220137.68,127,1276,3002,7210.46,qpeinexact -4893,SUCCESS,2,1,19436.35,42220137.68,42239574.03,127,5988,2759,31098.16,su2random -4896,SUCCESS,2,1,5271.45,42239574.03,42244845.48,127,1253,3576,8434.32,ae -4897,SUCCESS,2,1,1247.09,42244845.48,42246092.57,127,390,2718,1995.34,qnn -4898,SUCCESS,2,1,38.45,42246092.57,42246131.02,127,13,2514,61.52,routing -4899,SUCCESS,2,1,188.05,42246131.02,42246319.07,127,74,2160,300.88,ghz -4900,SUCCESS,2,1,123.49,42246319.07,42246442.56,127,43,2441,197.58,dj -4901,SUCCESS,2,1,2723.2,42246442.56,42249165.76,127,1414,1637,4357.12,qnn -4903,SUCCESS,2,1,8654.45,42249165.76,42257820.21,127,2351,3129,13847.12,ae -4904,SUCCESS,2,1,13570.56,42257820.21,42271390.77,127,10336,1116,21712.9,random -4905,SUCCESS,2,1,1095,42271390.77,42272485.77,127,417,2232,1752,wstate -4906,SUCCESS,2,1,1070.83,42272485.77,42273556.6,127,492,1850,1713.33,pricingput -4907,SUCCESS,2,1,1590.48,42273556.6,42275147.08,127,879,1538,2544.77,qftentangled -4908,SUCCESS,2,1,196.47,42275147.08,42275343.55,127,45,3711,314.35,graphstate -4910,SUCCESS,2,1,332.8,42275343.55,42275676.35,127,152,1861,532.48,graphstate -4912,SUCCESS,2,1,146.89,42275676.35,42275823.24,127,68,1836,235.02,qaoa -4915,SUCCESS,2,1,39066.96,42275823.24,42314890.2,127,8917,3724,62507.14,realamprandom -4916,SUCCESS,2,1,530.88,42314890.2,42315421.08,127,387,1166,849.41,dj -4919,SUCCESS,2,1,6992.36,42315421.08,42322413.44,127,2058,2888,11187.78,qnn -4920,SUCCESS,2,1,10666.36,42322413.44,42333079.8,127,3238,2800,17066.18,qnn -4921,SUCCESS,2,1,520.59,42333079.8,42333600.39,127,159,2783,832.94,qpeinexact -4922,SUCCESS,2,1,6130.19,42333600.39,42339730.58,127,1274,4090,9808.3,su2random -4923,SUCCESS,2,1,2040.24,42339730.58,42341770.82,127,460,3770,3264.38,wstate -4924,SUCCESS,2,1,15171.26,42341770.82,42356942.08,127,7298,1767,24274.02,qft -4926,SUCCESS,2,1,32772.9,42356942.08,42389714.98,127,6821,4084,52436.64,ae -4927,SUCCESS,2,1,5805.87,42389714.98,42395520.85,127,1361,3626,9289.39,qnn -4928,SUCCESS,2,1,3901.5,42395520.85,42399422.35,127,827,4010,6242.4,qpeinexact -4929,SUCCESS,2,1,89.73,42399422.35,42399512.08,127,34,2243,143.57,dj -4932,SUCCESS,2,1,3510.31,42399512.08,42403022.39,127,1976,1510,5616.5,ae -4933,SUCCESS,2,1,1163.63,42403022.39,42404186.02,127,273,3623,1861.81,dj -4934,SUCCESS,2,1,262.84,42404186.02,42404448.86,127,101,2212,420.54,graphstate -4935,SUCCESS,2,1,911.25,42404448.86,42405360.11,127,412,1880,1458,twolocalrandom -4936,SUCCESS,2,1,7180.82,42405360.11,42412540.93,127,1908,3199,11489.31,ae -4937,SUCCESS,2,1,398.95,42412540.93,42412939.88,127,185,1833,638.32,wstate -4939,SUCCESS,2,1,10276.86,42412939.88,42423216.74,127,4704,1857,16442.98,qftentangled -4940,SUCCESS,2,1,1158.4,42423216.74,42424375.14,127,268,3674,1853.44,dj -4941,SUCCESS,2,1,480.29,42424375.14,42424855.43,127,135,3024,768.46,qft -4945,SUCCESS,2,1,2626.86,42424855.43,42427482.29,127,734,3042,4202.98,qpeinexact -4946,SUCCESS,2,1,15102.27,42427482.29,42442584.56,127,4606,2787,24163.63,qftentangled -4947,SUCCESS,2,1,9057.12,42442584.56,42451641.68,127,1899,4054,14491.39,qpeexact -4948,SUCCESS,2,1,33776.31,42451641.68,42485417.99,127,15792,1818,54042.1,twolocalrandom -4949,SUCCESS,2,1,4614.48,42485417.99,42490032.47,127,2542,1543,7383.17,realamprandom -4950,SUCCESS,2,1,310.98,42490032.47,42490343.45,127,97,2725,497.57,ghz -4951,SUCCESS,2,1,155.45,42490343.45,42490498.9,127,77,1716,248.72,graphstate -4952,SUCCESS,2,1,24139.34,42490498.9,42514638.24,127,5444,3769,38622.94,twolocalrandom -4954,SUCCESS,2,1,741.88,42514638.24,42515380.12,127,247,2553,1187.01,qftentangled -4955,SUCCESS,2,1,572.24,42515380.12,42515952.36,127,128,3800,915.58,dj -4956,SUCCESS,2,1,175.88,42515952.36,42516128.24,127,99,1510,281.41,ghz -4957,SUCCESS,2,1,1341.14,42516128.24,42517469.38,127,287,3972,2145.82,ae -4958,SUCCESS,2,1,1743.38,42517469.38,42519212.76,127,707,2096,2789.41,su2random -4959,SUCCESS,2,1,42805.13,42519212.76,42562017.89,127,10583,3438,68488.21,qnn -4960,SUCCESS,2,1,161.27,42562017.89,42562179.16,127,52,2636,258.03,graphstate -4961,SUCCESS,2,1,15876,42562179.16,42578055.16,127,4725,2856,25401.6,qftentangled -4962,SUCCESS,2,1,39660.05,42578055.16,42617715.21,127,9760,3454,63456.08,realamprandom -4963,SUCCESS,2,1,420.14,42617715.21,42618135.35,127,181,1973,672.22,portfolioqaoa -4964,SUCCESS,2,1,570.18,42618135.35,42618705.53,127,225,2154,912.29,wstate -4965,SUCCESS,2,1,1891.66,42618705.53,42620597.19,127,483,3329,3026.66,qft -4966,SUCCESS,2,1,10610.71,42620597.19,42631207.9,127,6666,1353,16977.14,ae -4967,SUCCESS,2,1,12479.6,42631207.9,42643687.5,127,3779,2807,19967.36,twolocalrandom -4968,SUCCESS,2,1,5498.51,42643687.5,42649186.01,127,1143,4089,8797.62,ae -4969,SUCCESS,2,1,6172.57,42649186.01,42655358.58,127,3271,1604,9876.11,qpeexact -4970,SUCCESS,2,1,697.08,42655358.58,42656055.66,127,169,3506,1115.33,ghz -4971,SUCCESS,2,1,27938.92,42656055.66,42683994.58,127,21016,1130,44702.27,random -4972,SUCCESS,2,1,2135.56,42683994.58,42686130.14,127,493,3682,3416.9,ghz -4973,SUCCESS,2,1,123.31,42686130.14,42686253.45,127,85,1233,197.3,routing -4974,SUCCESS,2,1,549.72,42686253.45,42686803.17,127,153,3054,879.55,dj -4975,SUCCESS,2,1,204.4,42686803.17,42687007.57,127,72,2413,327.04,dj -4976,SUCCESS,2,1,1032.53,42687007.57,42688040.1,127,287,3058,1652.05,qft -4977,SUCCESS,2,1,13376.36,42688040.1,42701416.46,127,10412,1092,21402.18,qnn -4978,SUCCESS,2,1,22735.32,42701416.46,42724151.78,127,13514,1430,36376.51,twolocalrandom -4979,SUCCESS,2,1,276.12,42724151.78,42724427.9,127,86,2729,441.79,ghz -4980,SUCCESS,2,1,43526.27,42724427.9,42767954.17,127,13577,2725,69642.03,realamprandom -4982,SUCCESS,2,1,243303.42,42767954.17,43011257.59,127,160940,1285,389285.47,qwalk-noancilla -4983,SUCCESS,2,1,8413.42,43011257.59,43019671.01,127,3692,1937,13461.47,ae -4984,SUCCESS,2,1,20058.82,43019671.01,43039729.83,127,4877,3496,32094.11,qnn -4985,SUCCESS,2,1,6813.28,43039729.83,43046543.11,127,3512,1649,10901.25,ae -4986,SUCCESS,2,1,2582.86,43046543.11,43049125.97,127,672,3267,4132.58,qft -4987,SUCCESS,2,1,1419.13,43049125.97,43050545.1,127,295,4089,2270.61,dj -4988,SUCCESS,2,1,7631.15,43050545.1,43058176.25,127,2077,3123,12209.84,qpeexact -4989,SUCCESS,2,1,10140.63,43058176.25,43068316.88,127,7213,1195,16225.01,qftentangled -4990,SUCCESS,2,1,16333.62,43068316.88,43084650.5,127,4173,3327,26133.79,realamprandom -4993,SUCCESS,2,1,724.73,43084650.5,43085375.23,127,494,1247,1159.57,dj -4994,SUCCESS,2,1,456.6,43085375.23,43085831.83,127,103,3768,730.56,dj -4995,SUCCESS,2,1,4533.22,43085831.83,43090365.05,127,1168,3299,7253.15,qnn -4997,SUCCESS,2,1,22815.46,43090365.05,43113180.51,127,9716,1996,36504.74,twolocalrandom -4998,SUCCESS,2,1,9701.92,43113180.51,43122882.43,127,3173,2599,15523.07,qpeinexact -4999,SUCCESS,2,1,4339.76,43122882.43,43127222.19,127,2831,1303,6943.62,qft -5000,SUCCESS,2,1,2796.32,43127222.19,43130018.51,127,1572,1512,4474.11,wstate -5001,SUCCESS,2,1,396.46,43130018.51,43130414.97,127,189,1783,634.34,graphstate -5002,SUCCESS,2,1,12418.81,43130414.97,43142833.78,127,5762,1832,19870.1,qpeinexact -5003,SUCCESS,2,1,1092.78,43142833.78,43143926.56,127,274,3390,1748.45,random -5004,SUCCESS,2,1,4090.61,43143926.56,43148017.17,127,1166,2982,6544.98,realamprandom -5005,SUCCESS,2,1,10739.84,43148017.17,43158757.01,127,2519,3624,17183.74,qft -5006,SUCCESS,2,1,143.16,43158757.01,43158900.17,127,36,3380,229.06,graphstate -5008,SUCCESS,2,1,1596.98,43158900.17,43160497.15,127,492,2759,2555.17,qpeexact -5009,SUCCESS,2,1,15817.77,43160497.15,43176314.92,127,6818,1972,25308.43,qftentangled -5011,SUCCESS,2,1,1640.76,43176314.92,43177955.68,127,520,2682,2625.22,random -5013,SUCCESS,2,1,2522.65,43177955.68,43180478.33,127,750,2859,4036.24,wstate -5014,SUCCESS,2,1,33771.39,43180478.33,43214249.72,127,7189,3993,54034.22,qnn -5015,SUCCESS,2,1,5883.17,43214249.72,43220132.89,127,1476,3388,9413.07,qftentangled -5016,SUCCESS,2,1,35123.23,43220132.89,43255256.12,127,13651,2187,56197.17,twolocalrandom -5017,SUCCESS,2,1,31422.63,43255256.12,43286678.75,127,7254,3682,50276.21,qpeexact -5018,SUCCESS,2,1,2559.15,43286678.75,43289237.9,127,1603,1357,4094.64,qnn -5020,SUCCESS,2,1,165.98,43289237.9,43289403.88,127,43,3281,265.57,ghz -5021,SUCCESS,2,1,3801.03,43289403.88,43293204.91,127,959,3369,6081.65,qftentangled -5022,SUCCESS,2,1,59196.61,43293204.91,43352401.52,127,14572,3453,94714.58,random -5023,SUCCESS,2,1,4368.42,43352401.52,43356769.94,127,2575,1442,6989.47,realamprandom -5025,SUCCESS,2,1,27089.11,43356769.94,43383859.05,127,6061,3799,43342.58,ae -5027,SUCCESS,2,1,112167.61,43383859.05,43496026.66,127,35104,2716,179468.18,shor -5028,SUCCESS,2,1,160.13,43496026.66,43496186.79,127,71,1917,256.21,graphstate -5029,SUCCESS,2,1,1027.2,43496186.79,43497213.99,127,272,3210,1643.52,graphstate -5030,SUCCESS,2,1,2007.96,43497213.99,43499221.95,127,431,3960,3212.74,dj -5031,SUCCESS,2,1,33.16,43499221.95,43499255.11,127,17,1658,53.06,ghz -5032,SUCCESS,2,1,1848.04,43499255.11,43501103.15,127,1107,1419,2956.86,su2random -5033,SUCCESS,2,1,4420.13,43501103.15,43505523.28,127,2007,1872,7072.21,qpeexact -5034,SUCCESS,2,1,1968.94,43505523.28,43507492.22,127,438,3821,3150.3,realamprandom -5035,SUCCESS,2,1,1637.09,43507492.22,43509129.31,127,480,2899,2619.34,portfoliovqe -5037,SUCCESS,2,1,1150.44,43509129.31,43510279.75,127,247,3959,1840.7,random -5039,SUCCESS,2,1,13805.79,43510279.75,43524085.54,127,4405,2664,22089.26,realamprandom -5040,SUCCESS,2,1,8352.89,43524085.54,43532438.43,127,2145,3310,13364.62,qftentangled -5041,SUCCESS,2,1,859.69,43532438.43,43533298.12,127,385,1898,1375.5,dj -5042,SUCCESS,2,1,11784.72,43533298.12,43545082.84,127,2503,4002,18855.55,qnn -5043,SUCCESS,2,1,870.17,43545082.84,43545953.01,127,220,3362,1392.27,ghz -5044,SUCCESS,2,1,322.68,43545953.01,43546275.69,127,77,3562,516.29,wstate -5045,SUCCESS,2,1,3909.06,43546275.69,43550184.75,127,1118,2972,6254.5,qpeinexact -5046,SUCCESS,2,1,2508.01,43550184.75,43552692.76,127,614,3472,4012.82,qft -5047,SUCCESS,2,1,4479.63,43552692.76,43557172.39,127,2608,1460,7167.41,qft -5048,SUCCESS,2,1,4972.6,43557172.39,43562144.99,127,1081,3910,7956.16,wstate -5049,SUCCESS,2,1,74.49,43562144.99,43562219.48,127,45,1407,119.18,dj -5050,SUCCESS,2,1,2828.59,43562219.48,43565048.07,127,1178,2041,4525.74,realamprandom -5052,SUCCESS,2,1,380.58,43565048.07,43565428.65,127,123,2630,608.93,dj -5054,SUCCESS,2,1,17280,43565428.65,43582708.65,127,3840,3825,27648,qnn -5055,SUCCESS,2,1,18750.6,43582708.65,43601459.25,127,5610,2841,30000.96,qpeinexact -5057,SUCCESS,2,1,25049.08,43601459.25,43626508.33,127,5216,4082,40078.53,qpeexact -5059,SUCCESS,2,1,791.42,43626508.33,43627299.75,127,297,2265,1266.27,wstate -5060,SUCCESS,2,1,21807.34,43627299.75,43649107.09,127,6383,2904,34891.74,qnn -5062,SUCCESS,2,1,30976.21,43649107.09,43680083.3,127,8272,3183,49561.94,ae -5063,SUCCESS,2,1,2396.62,43680083.3,43682479.92,127,627,3249,3834.59,qft -5064,SUCCESS,2,1,2872.27,43682479.92,43685352.19,127,1225,1993,4595.63,realamprandom -5065,SUCCESS,2,1,4624.42,43685352.19,43689976.61,127,1712,2296,7399.07,qftentangled -5066,SUCCESS,2,1,2751.72,43689976.61,43692728.33,127,845,2768,4402.75,qftentangled -5067,SUCCESS,2,1,8364.66,43692728.33,43701092.99,127,1874,3794,13383.46,qpeinexact -5069,SUCCESS,2,1,7849.56,43701092.99,43708942.55,127,1820,3666,12559.3,realamprandom -5070,SUCCESS,2,1,22248.8,43708942.55,43731191.35,127,11645,1624,35598.08,random -5071,SUCCESS,2,1,190.95,43731191.35,43731382.3,127,100,1623,305.52,graphstate -5075,SUCCESS,2,1,1459.98,43731382.3,43732842.28,127,555,2236,2335.97,wstate -5076,SUCCESS,2,1,12658.58,43732842.28,43745500.86,127,7202,1494,20253.73,realamprandom -5077,SUCCESS,2,1,1043.94,43745500.86,43746544.8,127,248,3578,1670.3,graphstate -5078,SUCCESS,2,1,2037.38,43746544.8,43748582.18,127,1279,1354,3259.81,twolocalrandom -5080,SUCCESS,2,1,18548.91,43748582.18,43767131.09,127,7371,2139,29678.26,twolocalrandom -5083,SUCCESS,2,1,93.49,43767131.09,43767224.58,127,27,2943,149.58,vqe -5084,SUCCESS,2,1,2876.34,43767224.58,43770100.92,127,666,3671,4602.14,realamprandom -5086,SUCCESS,2,1,208.39,43770100.92,43770309.31,127,125,1417,333.42,qpeinexact -5087,SUCCESS,2,1,769.75,43770309.31,43771079.06,127,619,1057,1231.6,qpeinexact -5088,SUCCESS,2,1,571.6,43771079.06,43771650.66,127,241,2016,914.56,portfolioqaoa -5089,SUCCESS,2,1,20592.85,43771650.66,43792243.51,127,5040,3473,32948.56,ae -5090,SUCCESS,2,1,8111.34,43792243.51,43800354.85,127,2723,2532,12978.14,realamprandom -5091,SUCCESS,2,1,1060.15,43800354.85,43801415,127,320,2816,1696.24,portfoliovqe -5092,SUCCESS,2,1,3130.71,43801415,43804545.71,127,1178,2259,5009.14,twolocalrandom -5094,SUCCESS,2,1,178.42,43804545.71,43804724.13,127,142,1068,285.47,graphstate -5095,SUCCESS,2,1,538.36,43804724.13,43805262.49,127,118,3878,861.38,ghz -5096,SUCCESS,2,1,35817.51,43805262.49,43841080,127,9702,3138,57308.02,su2random -5097,SUCCESS,2,1,1930.45,43841080,43843010.45,127,1102,1489,3088.72,twolocalrandom -5098,SUCCESS,2,1,12675.77,43843010.45,43855686.22,127,4467,2412,20281.23,qnn -5099,SUCCESS,2,1,307.49,43855686.22,43855993.71,127,108,2420,491.98,dj -5100,SUCCESS,2,1,24886.71,43855993.71,43880880.42,127,5315,3980,39818.74,su2random -5102,SUCCESS,2,1,320.38,43880880.42,43881200.8,127,148,1840,512.61,qpeinexact -5103,SUCCESS,2,1,74.58,43881200.8,43881275.38,127,46,1378,119.33,qaoa -5104,SUCCESS,2,1,3221.44,43881275.38,43884496.82,127,940,2913,5154.3,ghz -5106,SUCCESS,2,1,11757.36,43884496.82,43896254.18,127,3750,2665,18811.78,qpeexact -5107,SUCCESS,2,1,645.78,43896254.18,43896899.96,127,229,2397,1033.25,twolocalrandom -5108,SUCCESS,2,1,746.56,43896899.96,43897646.52,127,269,2359,1194.5,su2random -5109,SUCCESS,2,1,2982.53,43897646.52,43900629.05,127,1543,1643,4772.05,realamprandom -5110,SUCCESS,2,1,4715.28,43900629.05,43905344.33,127,3009,1332,7544.45,qpeinexact -5111,SUCCESS,2,1,21123.29,43905344.33,43926467.62,127,6311,2845,33797.26,realamprandom -5112,SUCCESS,2,1,96.74,43926467.62,43926564.36,127,65,1265,154.78,graphstate -5114,SUCCESS,2,1,30276.65,43926564.36,43956841.01,127,7355,3499,48442.64,qnn -5118,SUCCESS,2,1,31293,43956841.01,43988134.01,127,11475,2318,50068.8,su2random -5119,SUCCESS,2,1,295.77,43988134.01,43988429.78,127,100,2514,473.23,ghz -5120,SUCCESS,2,1,1349.13,43988429.78,43989778.91,127,578,1984,2158.61,qnn -5121,SUCCESS,2,1,734.88,43989778.91,43990513.79,127,305,2048,1175.81,ghz -5123,SUCCESS,2,1,15023.5,43990513.79,44005537.29,127,4126,3095,24037.6,qft -5125,SUCCESS,2,1,449.32,44005537.29,44005986.61,127,183,2087,718.91,realamprandom -5127,SUCCESS,2,1,273.17,44005986.61,44006259.78,127,62,3745,437.07,ghz -5128,SUCCESS,2,1,6750.34,44006259.78,44013010.12,127,3721,1542,10800.54,qpeexact -5129,SUCCESS,2,1,1239.02,44013010.12,44014249.14,127,305,3453,1982.43,wstate -5130,SUCCESS,2,1,1620.7,44014249.14,44015869.84,127,709,1943,2593.12,qft -5132,SUCCESS,2,1,1292.72,44015869.84,44017162.56,127,748,1469,2068.35,realamprandom -5133,SUCCESS,2,1,1241.72,44017162.56,44018404.28,127,588,1795,1986.75,qpeexact -5134,SUCCESS,2,1,36002.17,44018404.28,44054406.45,127,11779,2598,57603.47,random -5135,SUCCESS,2,1,575.5,44054406.45,44054981.95,127,237,2064,920.8,wstate -5137,SUCCESS,2,1,2669.12,44054981.95,44057651.07,127,750,3025,4270.59,qft -5138,SUCCESS,2,1,2606.59,44057651.07,44060257.66,127,1910,1160,4170.54,qftentangled -5139,SUCCESS,2,1,6204,44060257.66,44066461.66,127,1870,2820,9926.4,ae -5140,SUCCESS,2,1,14187.26,44066461.66,44080648.92,127,6258,1927,22699.62,random -5141,SUCCESS,2,1,5690.66,44080648.92,44086339.58,127,1318,3670,9105.06,twolocalrandom -5142,SUCCESS,2,1,9913,44086339.58,44096252.58,127,4384,1922,15860.8,qpeexact -5143,SUCCESS,2,1,5778.3,44096252.58,44102030.88,127,1457,3371,9245.28,qft -5144,SUCCESS,2,1,39438.73,44102030.88,44141469.61,127,10877,3082,63101.97,qpeinexact -5145,SUCCESS,2,1,8407.36,44141469.61,44149876.97,127,5717,1250,13451.78,qft -5148,SUCCESS,2,1,9855.9,44149876.97,44159732.87,127,3261,2569,15769.44,realamprandom -5149,SUCCESS,2,1,62633.39,44159732.87,44222366.26,127,13004,4094,100213.42,realamprandom -5152,SUCCESS,2,1,2023.36,44222366.26,44224389.62,127,583,2950,3237.38,ghz -5153,SUCCESS,2,1,49406.84,44224389.62,44273796.46,127,11951,3514,79050.94,qnn -5154,SUCCESS,2,1,6382.42,44273796.46,44280178.88,127,1839,2950,10211.87,qpeexact -5155,SUCCESS,2,1,1037.17,44280178.88,44281216.05,127,218,4044,1659.47,ghz -5156,SUCCESS,2,1,10628.98,44281216.05,44291845.03,127,5729,1577,17006.37,qpeinexact -5157,SUCCESS,2,1,2738.7,44291845.03,44294583.73,127,1849,1259,4381.92,realamprandom -5158,SUCCESS,2,1,1893.78,44294583.73,44296477.51,127,434,3709,3030.05,dj -5159,SUCCESS,2,1,613.06,44296477.51,44297090.57,127,181,2879,980.9,wstate -5160,SUCCESS,2,1,190.48,44297090.57,44297281.05,127,101,1603,304.77,wstate -5161,SUCCESS,2,1,276.48,44297281.05,44297557.53,127,77,3052,442.37,dj -5162,SUCCESS,2,1,1085.09,44297557.53,44298642.62,127,389,2371,1736.14,ghz -5163,SUCCESS,2,1,1887,44298642.62,44300529.62,127,473,3391,3019.2,qnn -5164,SUCCESS,2,1,132574.45,44300529.62,44433104.07,127,27640,4077,212119.12,random -5165,SUCCESS,2,1,15004.61,44433104.07,44448108.68,127,9007,1416,24007.38,qnn -5166,SUCCESS,2,1,446.45,44448108.68,44448555.13,127,265,1432,714.32,qnn -5167,SUCCESS,2,1,1210.03,44448555.13,44449765.16,127,911,1129,1936.05,su2random -5168,SUCCESS,2,1,17702.36,44449765.16,44467467.52,127,5691,2644,28323.78,su2random -5169,SUCCESS,2,1,811.28,44467467.52,44468278.8,127,180,3831,1298.05,qft -5170,SUCCESS,2,1,7036.53,44468278.8,44475315.33,127,4142,1444,11258.45,pricingput -5171,SUCCESS,2,1,30422.04,44475315.33,44505737.37,127,6455,4006,48675.26,qnn -5172,SUCCESS,2,1,1405.67,44505737.37,44507143.04,127,889,1344,2249.07,ghz -5173,SUCCESS,2,1,31.91,44507143.04,44507174.95,127,24,1130,51.06,ghz -5174,SUCCESS,2,1,1294.88,44507174.95,44508469.83,127,287,3835,2071.81,dj -5176,SUCCESS,2,1,225.79,44508469.83,44508695.62,127,133,1443,361.26,wstate -5179,SUCCESS,2,1,559.91,44508695.62,44509255.53,127,161,2956,895.86,wstate -5180,SUCCESS,2,1,11397.24,44509255.53,44520652.77,127,3110,3115,18235.58,qpeexact -5181,SUCCESS,2,1,15993.36,44520652.77,44536646.13,127,6050,2247,25589.38,qpeexact -5182,SUCCESS,2,1,177.94,44536646.13,44536824.07,127,42,3601,284.7,qaoa -5183,SUCCESS,2,1,119473.83,44536824.07,44656297.9,127,31247,3250,191158.13,random -5184,SUCCESS,2,1,16743.59,44656297.9,44673041.49,127,7664,1857,26789.74,qpeinexact -5187,SUCCESS,2,1,6748.99,44673041.49,44679790.48,127,1820,3152,10798.38,twolocalrandom -5188,SUCCESS,2,1,5040.54,44679790.48,44684831.02,127,2049,2091,8064.86,qnn -5189,SUCCESS,2,1,5107.83,44684831.02,44689938.85,127,1517,2862,8172.53,qpeinexact -5190,SUCCESS,2,1,152.63,44689938.85,44690091.48,127,43,3017,244.21,groundstate -5191,SUCCESS,2,1,15740.88,44690091.48,44705832.36,127,4693,2851,25185.41,ae -5192,SUCCESS,2,1,273.94,44705832.36,44706106.3,127,72,3234,438.3,ghz -5194,SUCCESS,2,1,11568.54,44706106.3,44717674.84,127,5727,1717,18509.66,qpeexact -5195,SUCCESS,2,1,461.81,44717674.84,44718136.65,127,353,1112,738.9,dj -5196,SUCCESS,2,1,22266.68,44718136.65,44740403.33,127,6043,3132,35626.69,realamprandom -5197,SUCCESS,2,1,7913.48,44740403.33,44748316.81,127,3278,2052,12661.57,qpeinexact -5198,SUCCESS,2,1,1801.19,44748316.81,44750118,127,1152,1329,2881.9,qft -5199,SUCCESS,2,1,1622.97,44750118,44751740.97,127,576,2395,2596.75,ae -5200,SUCCESS,2,1,3085.46,44751740.97,44754826.43,127,854,3071,4936.74,ghz -5201,SUCCESS,2,1,812.85,44754826.43,44755639.28,127,231,2991,1300.56,dj -5202,SUCCESS,2,1,22.39,44755639.28,44755661.67,127,18,1057,35.82,graphstate -5203,SUCCESS,2,1,2962.22,44755661.67,44758623.89,127,760,3313,4739.55,ae -5204,SUCCESS,2,1,43.43,44758623.89,44758667.32,127,12,3076,69.49,ghz -5205,SUCCESS,2,1,13210.22,44758667.32,44771877.54,127,5401,2079,21136.35,qft -5206,SUCCESS,2,1,137.05,44771877.54,44772014.59,127,68,1713,219.28,graphstate -5208,SUCCESS,2,1,14179.38,44772014.59,44786193.97,127,5079,2373,22687.01,qwalk-v-chain -5210,SUCCESS,2,1,1886.78,44786193.97,44788080.75,127,471,3405,3018.85,qft -5211,SUCCESS,2,1,234.1,44788080.75,44788314.85,127,61,3262,374.56,wstate -5212,SUCCESS,2,1,79619.97,44788314.85,44867934.82,127,17291,3914,127391.95,su2random -5213,SUCCESS,2,1,510.87,44867934.82,44868445.69,127,343,1266,817.39,dj -5215,SUCCESS,2,1,6422.04,44868445.69,44874867.73,127,1676,3257,10275.26,ae -5216,SUCCESS,2,1,41203.93,44874867.73,44916071.66,127,11386,3076,65926.29,su2random -5217,SUCCESS,2,1,8667.87,44916071.66,44924739.53,127,1847,3989,13868.59,qnn -5218,SUCCESS,2,1,792.08,44924739.53,44925531.61,127,232,2902,1267.33,qnn -5219,SUCCESS,2,1,762.6,44925531.61,44926294.21,127,186,3485,1220.16,qpeexact -5220,SUCCESS,2,1,265.1,44926294.21,44926559.31,127,61,3694,424.16,graphstate -5221,SUCCESS,2,1,1816.95,44926559.31,44928376.26,127,720,2145,2907.12,su2random -5224,SUCCESS,2,1,4835.69,44928376.26,44933211.95,127,2048,2007,7737.1,qft -5225,SUCCESS,2,1,1373.05,44933211.95,44934585,127,362,3224,2196.88,dj -5226,SUCCESS,2,1,3783.14,44934585,44938368.14,127,1467,2192,6053.02,qft -5227,SUCCESS,2,1,20726.18,44938368.14,44959094.32,127,5478,3216,33161.89,ae -5228,SUCCESS,2,1,141.99,44959094.32,44959236.31,127,30,4023,227.18,ghz -5231,SUCCESS,2,1,239.93,44959236.31,44959476.24,127,82,2487,383.89,dj -5232,SUCCESS,2,1,623.07,44959476.24,44960099.31,127,362,1463,996.91,graphstate -5233,SUCCESS,2,1,14226.06,44960099.31,44974325.37,127,3163,3823,22761.7,su2random -5234,SUCCESS,2,1,19921.89,44974325.37,44994247.26,127,9760,1735,31875.02,twolocalrandom -5235,SUCCESS,2,1,6690.29,44994247.26,45000937.55,127,2173,2617,10704.46,ae -5236,SUCCESS,2,1,3847.04,45000937.55,45004784.59,127,1919,1704,6155.26,qft -5238,SUCCESS,2,1,794.93,45004784.59,45005579.52,127,237,2851,1271.89,random -5239,SUCCESS,2,1,622.04,45005579.52,45006201.56,127,342,1546,995.26,dj -5241,SUCCESS,2,1,2009.53,45006201.56,45008211.09,127,899,1900,3215.25,qftentangled -5243,SUCCESS,2,1,10662.87,45008211.09,45018873.96,127,2441,3713,17060.59,realamprandom -5244,SUCCESS,2,1,128.09,45018873.96,45019002.05,127,43,2532,204.94,qaoa -5246,SUCCESS,2,1,1926.18,45019002.05,45020928.23,127,764,2143,3081.89,qnn -5247,SUCCESS,2,1,21206.77,45020928.23,45042135,127,10474,1721,33930.83,twolocalrandom -5248,SUCCESS,2,1,897.82,45042135,45043032.82,127,583,1309,1436.51,su2random -5249,SUCCESS,2,1,11193.46,45043032.82,45054226.28,127,4173,2280,17909.54,twolocalrandom -5251,SUCCESS,2,1,264219.49,45054226.28,45318445.77,127,63803,3520,422751.18,random -5252,SUCCESS,2,1,5282.59,45318445.77,45323728.36,127,2439,1841,8452.14,qftentangled -5253,SUCCESS,2,1,16052.71,45323728.36,45339781.07,127,4160,3280,25684.34,twolocalrandom -5254,SUCCESS,2,1,6391.65,45339781.07,45346172.72,127,3765,1443,10226.64,qpeexact -5255,SUCCESS,2,1,440.54,45346172.72,45346613.26,127,142,2637,704.86,dj -5256,SUCCESS,2,1,27253.95,45346613.26,45373867.21,127,6373,3635,43606.32,qpeinexact -5257,SUCCESS,2,1,5172.58,45373867.21,45379039.79,127,2937,1497,8276.13,realamprandom -5259,SUCCESS,2,1,1173.84,45379039.79,45380213.63,127,486,2053,1878.14,ghz -5262,SUCCESS,2,1,209.46,45380213.63,45380423.09,127,55,3237,335.14,ghz -5263,SUCCESS,2,1,457.85,45380423.09,45380880.94,127,339,1148,732.56,random -5264,SUCCESS,2,1,7082.87,45380880.94,45387963.81,127,3476,1732,11332.59,realamprandom -5265,SUCCESS,2,1,25179,45387963.81,45413142.81,127,5775,3706,40286.4,qpeexact -5266,SUCCESS,2,1,3183.76,45413142.81,45416326.57,127,842,3214,5094.02,wstate -5267,SUCCESS,2,1,27725.46,45416326.57,45444052.03,127,8354,2821,44360.74,qft -5270,SUCCESS,2,1,648.51,45444052.03,45444700.54,127,157,3511,1037.62,wstate -5272,SUCCESS,2,1,1317.93,45444700.54,45446018.47,127,516,2171,2108.69,realamprandom -5273,SUCCESS,2,1,2422.17,45446018.47,45448440.64,127,1032,1995,3875.47,ae -5275,SUCCESS,2,1,2222.84,45448440.64,45450663.48,127,1018,1856,3556.54,ae -5276,SUCCESS,2,1,227.76,45450663.48,45450891.24,127,81,2390,364.42,graphstate -5277,SUCCESS,2,1,11742.44,45450891.24,45462633.68,127,5854,1705,18787.9,ae -5279,SUCCESS,2,1,643.96,45462633.68,45463277.64,127,273,2005,1030.34,wstate -5280,SUCCESS,2,1,6783.55,45463277.64,45470061.19,127,1429,4035,10853.68,qftentangled -5281,SUCCESS,2,1,8454.21,45470061.19,45478515.4,127,2422,2967,13526.74,twolocalrandom -5282,SUCCESS,2,1,354.08,45478515.4,45478869.48,127,99,3040,566.53,graphstate -5283,SUCCESS,2,1,7251.22,45478869.48,45486120.7,127,1619,3807,11601.95,twolocalrandom -5284,SUCCESS,2,1,4741.23,45486120.7,45490861.93,127,1036,3890,7585.97,wstate -5285,SUCCESS,2,1,23048.94,45490861.93,45513910.87,127,5596,3501,36878.3,ae -5286,SUCCESS,2,1,559.83,45513910.87,45514470.7,127,307,1550,895.73,qpeinexact -5287,SUCCESS,2,1,4627.96,45514470.7,45519098.66,127,1227,3206,7404.74,wstate -5288,SUCCESS,2,1,123.14,45519098.66,45519221.8,127,98,1068,197.02,ghz -5289,SUCCESS,2,1,1438.57,45519221.8,45520660.37,127,328,3728,2301.71,pricingput -5290,SUCCESS,2,1,12154.9,45520660.37,45532815.27,127,3349,3085,19447.84,realamprandom -5291,SUCCESS,2,1,2200.14,45532815.27,45535015.41,127,903,2071,3520.22,ae -5292,SUCCESS,2,1,64771.81,45535015.41,45599787.22,127,13514,4074,103634.9,realamprandom -5293,SUCCESS,2,1,9918.79,45599787.22,45609706.01,127,4398,1917,15870.06,qft -5294,SUCCESS,2,1,15906.02,45609706.01,45625612.03,127,10877,1243,25449.63,qpeexact -5295,SUCCESS,2,1,61051.13,45625612.03,45686663.16,127,13905,3732,97681.81,twolocalrandom -5296,SUCCESS,2,1,13173.53,45686663.16,45699836.69,127,5386,2079,21077.65,twolocalrandom -5299,SUCCESS,2,1,55.7,45699836.69,45699892.39,127,20,2367,89.12,graphstate -5300,SUCCESS,2,1,5692.58,45699892.39,45705584.97,127,1272,3804,9108.13,twolocalrandom -5301,SUCCESS,2,1,19029.53,45705584.97,45724614.5,127,4749,3406,30447.25,qpeexact -5303,SUCCESS,2,1,20982.45,45724614.5,45745596.95,127,7671,2325,33571.92,su2random -5304,SUCCESS,2,1,17571.75,45745596.95,45763168.7,127,7254,2059,28114.8,qpeexact -5305,SUCCESS,2,1,48924.56,45763168.7,45812093.26,127,13316,3123,78279.3,qnn -5306,SUCCESS,2,1,2973.09,45812093.26,45815066.35,127,1268,1993,4756.94,ae -5307,SUCCESS,2,1,387.05,45815066.35,45815453.4,127,92,3576,619.28,graphstate -5308,SUCCESS,2,1,5101.62,45815453.4,45820555.02,127,3082,1407,8162.59,qft -5310,SUCCESS,2,1,7516.23,45820555.02,45828071.25,127,2094,3051,12025.97,qpeexact -5311,SUCCESS,2,1,20440.59,45828071.25,45848511.84,127,10125,1716,32704.94,qnn -5312,SUCCESS,2,1,2526.57,45848511.84,45851038.41,127,1041,2063,4042.51,wstate -5313,SUCCESS,2,1,1768.66,45851038.41,45852807.07,127,463,3247,2829.86,groundstate -5316,SUCCESS,2,1,1531.72,45852807.07,45854338.79,127,435,2993,2450.75,graphstate -5319,SUCCESS,2,1,2407.1,45854338.79,45856745.89,127,747,2739,3851.36,dj -5320,SUCCESS,2,1,1321.15,45856745.89,45858067.04,127,345,3255,2113.84,wstate -5321,SUCCESS,2,1,28359.34,45858067.04,45886426.38,127,6597,3654,45374.94,qnn -5322,SUCCESS,2,1,3212.67,45886426.38,45889639.05,127,1899,1438,5140.27,qpeexact -5323,SUCCESS,2,1,2483,45889639.05,45892122.05,127,649,3252,3972.8,realamprandom -5324,SUCCESS,2,1,11360.54,45892122.05,45903482.59,127,3029,3188,18176.86,twolocalrandom -5325,SUCCESS,2,1,1425.6,45903482.59,45904908.19,127,880,1377,2280.96,qnn -5326,SUCCESS,2,1,487.58,45904908.19,45905395.77,127,130,3188,780.13,dj -5327,SUCCESS,2,1,782.66,45905395.77,45906178.43,127,212,3138,1252.26,random -5329,SUCCESS,2,1,7317.74,45906178.43,45913496.17,127,1706,3646,11708.38,su2random -5330,SUCCESS,2,1,2889.49,45913496.17,45916385.66,127,726,3383,4623.18,wstate -5331,SUCCESS,2,1,23372.76,45916385.66,45939758.42,127,14070,1412,37396.42,su2random -5332,SUCCESS,2,1,2096.76,45939758.42,45941855.18,127,1141,1562,3354.82,grover-v-chain -5333,SUCCESS,2,1,23876.71,45941855.18,45965731.89,127,5515,3680,38202.74,qft -5334,SUCCESS,2,1,258.05,45965731.89,45965989.94,127,78,2812,412.88,ghz -5335,SUCCESS,2,1,25414.88,45965989.94,45991404.82,127,15508,1393,40663.81,random -5337,SUCCESS,2,1,19320.49,45991404.82,46010725.31,127,6031,2723,30912.78,qnn -5338,SUCCESS,2,1,179.85,46010725.31,46010905.16,127,68,2248,287.76,graphstate -5339,SUCCESS,2,1,34421.05,46010905.16,46045326.21,127,7568,3866,55073.68,ae -5340,SUCCESS,2,1,142.38,46045326.21,46045468.59,127,63,1921,227.81,vqe -5341,SUCCESS,2,1,1261.89,46045468.59,46046730.48,127,865,1240,2019.02,dj -5342,SUCCESS,2,1,317.42,46046730.48,46047047.9,127,74,3646,507.87,graphstate -5344,SUCCESS,2,1,326.88,46047047.9,46047374.78,127,151,1840,523.01,qftentangled -5345,SUCCESS,2,1,8088.35,46047374.78,46055463.13,127,2230,3083,12941.36,qnn -5347,SUCCESS,2,1,309.04,46055463.13,46055772.17,127,66,3980,494.46,graphstate -5348,SUCCESS,2,1,5424.64,46055772.17,46061196.81,127,2479,1860,8679.42,qpeinexact -5349,SUCCESS,2,1,19736.25,46061196.81,46080933.06,127,6636,2528,31578,qpeexact -5350,SUCCESS,2,1,2937.69,46080933.06,46083870.75,127,1896,1317,4700.3,qpeexact -5351,SUCCESS,2,1,3681.38,46083870.75,46087552.13,127,1112,2814,5890.21,realamprandom -5352,SUCCESS,2,1,740.08,46087552.13,46088292.21,127,277,2271,1184.13,wstate -5353,SUCCESS,2,1,25166.46,46088292.21,46113458.67,127,8237,2597,40266.34,qft -5354,SUCCESS,2,1,3643.54,46113458.67,46117102.21,127,1072,2889,5829.66,su2random -5355,SUCCESS,2,1,33651.55,46117102.21,46150753.76,127,8541,3349,53842.48,qpeexact -5356,SUCCESS,2,1,4102.56,46150753.76,46154856.32,127,2116,1648,6564.1,qwalk-v-chain -5357,SUCCESS,2,1,287566.88,46154856.32,46442423.2,127,63390,3856,460107.01,random -5359,SUCCESS,2,1,860.01,46442423.2,46443283.21,127,417,1753,1376.02,graphstate -5360,SUCCESS,2,1,12458.63,46443283.21,46455741.84,127,4457,2376,19933.81,qpeinexact -5362,SUCCESS,2,1,72817.66,46455741.84,46528559.5,127,15634,3959,116508.26,twolocalrandom -5363,SUCCESS,2,1,638.79,46528559.5,46529198.29,127,155,3503,1022.06,qftentangled -5365,SUCCESS,2,1,653.33,46529198.29,46529851.62,127,321,1730,1045.33,graphstate -5366,SUCCESS,2,1,202.1,46529851.62,46530053.72,127,85,2021,323.36,wstate -5368,SUCCESS,2,1,359.78,46530053.72,46530413.5,127,265,1154,575.65,wstate -5370,SUCCESS,2,1,228.34,46530413.5,46530641.84,127,57,3405,365.34,wstate -5371,SUCCESS,2,1,11349.82,46530641.84,46541991.66,127,4506,2141,18159.71,twolocalrandom -5372,SUCCESS,2,1,6395.69,46541991.66,46548387.35,127,3061,1776,10233.1,su2random -5373,SUCCESS,2,1,8829.45,46548387.35,46557216.8,127,3025,2481,14127.12,qft -5374,SUCCESS,2,1,11904.33,46557216.8,46569121.13,127,3770,2684,19046.93,qftentangled -5375,SUCCESS,2,1,12113.02,46569121.13,46581234.15,127,6887,1495,19380.83,qpeinexact -5376,SUCCESS,2,1,68.33,46581234.15,46581302.48,127,32,1815,109.33,graphstate -5377,SUCCESS,2,1,31479.68,46581302.48,46612782.16,127,8527,3138,50367.49,qnn -5378,SUCCESS,2,1,8337.69,46612782.16,46621119.85,127,3064,2313,13340.3,qwalk-v-chain -5379,SUCCESS,2,1,11978.41,46621119.85,46633098.26,127,2737,3720,19165.46,random -5380,SUCCESS,2,1,3258.3,46633098.26,46636356.56,127,1930,1435,5213.28,qftentangled -5381,SUCCESS,2,1,1176.94,46636356.56,46637533.5,127,584,1713,1883.1,twolocalrandom -5383,SUCCESS,2,1,54.21,46637533.5,46637587.71,127,19,2425,86.74,ghz -5384,SUCCESS,2,1,845.18,46637587.71,46638432.89,127,321,2238,1352.29,wstate -5386,SUCCESS,2,1,1761.51,46638432.89,46640194.4,127,514,2913,2818.42,qftentangled -5387,SUCCESS,2,1,2871,46640194.4,46643065.4,127,1911,1277,4593.6,ae -5388,SUCCESS,2,1,12347.16,46643065.4,46655412.56,127,2678,3919,19755.46,qpeexact -5389,SUCCESS,2,1,1020.58,46655412.56,46656433.14,127,409,2121,1632.93,dj -5390,SUCCESS,2,1,40991,46656433.14,46697424.14,127,11171,3119,65585.6,twolocalrandom -5391,SUCCESS,2,1,1980.05,46697424.14,46699404.19,127,823,2045,3168.08,qnn -5393,SUCCESS,2,1,4465.52,46699404.19,46703869.71,127,931,4077,7144.83,ghz -5394,SUCCESS,2,1,185.18,46703869.71,46704054.89,127,50,3148,296.29,ghz -5395,SUCCESS,2,1,402.58,46704054.89,46704457.47,127,190,1801,644.13,graphstate -5396,SUCCESS,2,1,899.64,46704457.47,46705357.11,127,578,1323,1439.42,qpeexact -5398,SUCCESS,2,1,17333.9,46705357.11,46722691.01,127,8995,1638,27734.24,qnn -5400,SUCCESS,2,1,5172.96,46722691.01,46727863.97,127,1658,2652,8276.74,qft -5401,SUCCESS,2,1,533.65,46727863.97,46728397.62,127,315,1440,853.84,pricingcall -5402,SUCCESS,2,1,427.57,46728397.62,46728825.19,127,241,1508,684.11,wstate -5404,SUCCESS,2,1,64.51,46728825.19,46728889.7,127,49,1119,103.22,ghz -5405,SUCCESS,2,1,12409.99,46728889.7,46741299.69,127,4434,2379,19855.98,realamprandom -5406,SUCCESS,2,1,19915.52,46741299.69,46761215.21,127,4186,4044,31864.83,qpeinexact -5407,SUCCESS,2,1,774.18,46761215.21,46761989.39,127,185,3557,1238.69,wstate -5408,SUCCESS,2,1,13292.95,46761989.39,46775282.34,127,3718,3039,21268.72,qpeinexact -5409,SUCCESS,2,1,3605.16,46775282.34,46778887.5,127,1271,2411,5768.26,qft -5410,SUCCESS,2,1,1890.06,46778887.5,46780777.56,127,506,3175,3024.1,dj -5411,SUCCESS,2,1,351.49,46780777.56,46781129.05,127,154,1940,562.38,ae -5413,SUCCESS,2,1,5279.63,46781129.05,46786408.68,127,1753,2560,8447.41,qpeinexact -5414,SUCCESS,2,1,3190.68,46786408.68,46789599.36,127,790,3433,5105.09,dj -5416,SUCCESS,2,1,1743.68,46789599.36,46791343.04,127,828,1790,2789.89,qnn -5417,SUCCESS,2,1,1964.91,46791343.04,46793307.95,127,471,3546,3143.86,dj -5418,SUCCESS,2,1,383.28,46793307.95,46793691.23,127,81,4022,613.25,ghz -5420,SUCCESS,2,1,1374.32,46793691.23,46795065.55,127,835,1399,2198.91,ae -5422,SUCCESS,2,1,11511.24,46795065.55,46806576.79,127,2846,3438,18417.98,random -5423,SUCCESS,2,1,17147.88,46806576.79,46823724.67,127,5814,2507,27436.61,qpeexact -5424,SUCCESS,2,1,10324.66,46823724.67,46834049.33,127,5361,1637,16519.46,qftentangled -5425,SUCCESS,2,1,1561.87,46834049.33,46835611.2,127,415,3199,2498.99,realamprandom -5426,SUCCESS,2,1,2004.88,46835611.2,46837616.08,127,781,2182,3207.81,portfoliovqe -5428,SUCCESS,2,1,1157,46837616.08,46838773.08,127,261,3768,1851.2,wstate -5429,SUCCESS,2,1,1776.76,46838773.08,46840549.84,127,495,3051,2842.82,dj -5430,SUCCESS,2,1,20172.8,46840549.84,46860722.64,127,9145,1875,32276.48,ae -5431,SUCCESS,2,1,818.7,46860722.64,46861541.34,127,488,1426,1309.92,ghz -5432,SUCCESS,2,1,476.03,46861541.34,46862017.37,127,254,1593,761.65,su2random -5433,SUCCESS,2,1,7878.24,46862017.37,46869895.61,127,2063,3246,12605.18,su2random -5434,SUCCESS,2,1,1421.37,46869895.61,46871316.98,127,652,1853,2274.19,qnn -5435,SUCCESS,2,1,25274.12,46871316.98,46896591.1,127,6600,3255,40438.59,qpeinexact -5436,SUCCESS,2,1,3280.78,46896591.1,46899871.88,127,984,2834,5249.25,qpeinexact -5437,SUCCESS,2,1,11944.25,46899871.88,46911816.13,127,5386,1885,19110.8,realamprandom -5438,SUCCESS,2,1,9961.42,46911816.13,46921777.55,127,3456,2450,15938.27,qpeexact -5439,SUCCESS,2,1,2029.2,46921777.55,46923806.75,127,436,3956,3246.72,portfoliovqe -5440,SUCCESS,2,1,7792.02,46923806.75,46931598.77,127,2269,2919,12467.23,qpeinexact -5441,SUCCESS,2,1,17227.5,46931598.77,46948826.27,127,6375,2297,27564,qft -5442,SUCCESS,2,1,1063.22,46948826.27,46949889.49,127,285,3171,1701.15,wstate -5443,SUCCESS,2,1,1223.66,46949889.49,46951113.15,127,489,2127,1957.86,twolocalrandom -5444,SUCCESS,2,1,25382.6,46951113.15,46976495.75,127,10793,1999,40612.16,twolocalrandom -5447,SUCCESS,2,1,369,46976495.75,46976864.75,127,255,1230,590.4,su2random -5448,SUCCESS,2,1,21243.23,46976864.75,46998107.98,127,8379,2155,33989.17,qnn -5449,SUCCESS,2,1,1372.97,46998107.98,46999480.95,127,295,3956,2196.75,qpeexact -5451,SUCCESS,2,1,25825.53,46999480.95,47025306.48,127,7202,3048,41320.85,twolocalrandom -5452,SUCCESS,2,1,302.32,47025306.48,47025608.8,127,72,3569,483.71,graphstate -5453,SUCCESS,2,1,285.9,47025608.8,47025894.7,127,85,2859,457.44,wstate -5456,SUCCESS,2,1,7293.82,47025894.7,47033188.52,127,4589,1351,11670.11,qftentangled -5457,SUCCESS,2,1,579.27,47033188.52,47033767.79,127,388,1269,926.83,ghz -5458,SUCCESS,2,1,26674.88,47033767.79,47060442.67,127,5874,3860,42679.81,ae -5459,SUCCESS,2,1,22333.1,47060442.67,47082775.77,127,5396,3518,35732.96,realamprandom -5460,SUCCESS,2,1,1514.21,47082775.77,47084289.98,127,377,3414,2422.74,dj -5462,SUCCESS,2,1,13507.35,47084289.98,47097797.33,127,3970,2892,21611.76,qnn -5463,SUCCESS,2,1,1781.27,47097797.33,47099578.6,127,1423,1064,2850.03,ae -5464,SUCCESS,2,1,908.05,47099578.6,47100486.65,127,670,1152,1452.88,dj -5466,SUCCESS,2,1,21423.44,47100486.65,47121910.09,127,7690,2368,34277.5,qpeexact -5467,SUCCESS,2,1,1456.59,47121910.09,47123366.68,127,551,2247,2330.54,dj -5468,SUCCESS,2,1,64158.03,47123366.68,47187524.71,127,14276,3820,102652.85,realamprandom -5469,SUCCESS,2,1,16757.77,47187524.71,47204282.48,127,5191,2744,26812.43,qpeinexact -5470,SUCCESS,2,1,26197.41,47204282.48,47230479.89,127,13961,1595,41915.86,su2random -5471,SUCCESS,2,1,15296.06,47230479.89,47245775.95,127,5456,2383,24473.7,qftentangled -5472,SUCCESS,2,1,22998.61,47245775.95,47268774.56,127,8518,2295,36797.78,ae -5473,SUCCESS,2,1,22331.65,47268774.56,47291106.21,127,12075,1572,35730.64,su2random -5474,SUCCESS,2,1,3176.87,47291106.21,47294283.08,127,1114,2424,5082.99,ae -5475,SUCCESS,2,1,410.27,47294283.08,47294693.35,127,161,2166,656.43,dj -5476,SUCCESS,2,1,1986.8,47294693.35,47296680.15,127,445,3795,3178.88,ghz -5478,SUCCESS,2,1,2017.94,47296680.15,47298698.09,127,472,3634,3228.7,graphstate -5479,SUCCESS,2,1,204,47298698.09,47298902.09,127,121,1433,326.4,wstate -5480,SUCCESS,2,1,19840.52,47298902.09,47318742.61,127,8980,1878,31744.83,qftentangled -5481,SUCCESS,2,1,32909.93,47318742.61,47351652.54,127,15894,1760,52655.89,twolocalrandom -5482,SUCCESS,2,1,3376.41,47351652.54,47355028.95,127,1564,1835,5402.26,qft -5483,SUCCESS,2,1,12741.24,47355028.95,47367770.19,127,6790,1595,20385.98,qpeinexact -5484,SUCCESS,2,1,3069.76,47367770.19,47370839.95,127,1192,2189,4911.62,realamprandom -5485,SUCCESS,2,1,9973.89,47370839.95,47380813.84,127,7879,1076,15958.22,su2random -5486,SUCCESS,2,1,2915.19,47380813.84,47383729.03,127,1094,2265,4664.3,su2random -5487,SUCCESS,2,1,1865.4,47383729.03,47385594.43,127,528,3003,2984.64,wstate -5488,SUCCESS,2,1,6353.31,47385594.43,47391947.74,127,3265,1654,10165.3,su2random -5490,SUCCESS,2,1,3882,47391947.74,47395829.74,127,836,3947,6211.2,portfoliovqe -5491,SUCCESS,2,1,67.82,47395829.74,47395897.56,127,22,2620,108.51,graphstate -5492,SUCCESS,2,1,3610.01,47395897.56,47399507.57,127,1223,2509,5776.02,su2random -5493,SUCCESS,2,1,17045.07,47399507.57,47416552.64,127,5057,2865,27272.11,twolocalrandom -5494,SUCCESS,2,1,2333.7,47416552.64,47418886.34,127,505,3928,3733.92,pricingput -5495,SUCCESS,2,1,167.04,47418886.34,47419053.38,127,102,1392,267.26,dj -5496,SUCCESS,2,1,18970.39,47419053.38,47438023.77,127,5366,3005,30352.62,realamprandom -5497,SUCCESS,2,1,30516.17,47438023.77,47468539.94,127,8116,3196,48825.87,qftentangled -5498,SUCCESS,2,1,16963.92,47468539.94,47485503.86,127,3872,3724,27142.27,pricingput -5500,SUCCESS,2,1,18588.71,47485503.86,47504092.57,127,7524,2100,29741.94,twolocalrandom -5503,SUCCESS,2,1,1752.89,47504092.57,47505845.46,127,770,1935,2804.62,wstate -5504,SUCCESS,2,1,33063.85,47505845.46,47538909.31,127,12833,2190,52902.16,random -5505,SUCCESS,2,1,30043.88,47538909.31,47568953.19,127,9406,2715,48070.21,realamprandom -5506,SUCCESS,2,1,2237.58,47568953.19,47571190.77,127,527,3609,3580.13,dj -5507,SUCCESS,2,1,8308.44,47571190.77,47579499.21,127,3197,2209,13293.5,qft -5508,SUCCESS,2,1,1577,47579499.21,47581076.21,127,723,1854,2523.2,qft -5509,SUCCESS,2,1,21436.03,47581076.21,47602512.24,127,7265,2508,34297.65,qft -5511,SUCCESS,2,1,880.37,47602512.24,47603392.61,127,239,3131,1408.59,qnn -5512,SUCCESS,2,1,182.37,47603392.61,47603574.98,127,44,3523,291.79,graphstate -5513,SUCCESS,2,1,8564.89,47603574.98,47612139.87,127,2932,2483,13703.82,twolocalrandom -5514,SUCCESS,2,1,551.61,47612139.87,47612691.48,127,128,3663,882.58,graphstate -5517,SUCCESS,2,1,11124.4,47612691.48,47623815.88,127,2740,3451,17799.04,qftentangled -5519,SUCCESS,2,1,36006.76,47623815.88,47659822.64,127,21006,1457,57610.82,realamprandom -5521,SUCCESS,2,1,119.06,47659822.64,47659941.7,127,55,1840,190.5,graphstate -5522,SUCCESS,2,1,9583.03,47659941.7,47669524.73,127,2491,3270,15332.85,su2random -5524,SUCCESS,2,1,23536.44,47669524.73,47693061.17,127,5814,3441,37658.3,qpeinexact -5526,SUCCESS,2,1,645.65,47693061.17,47693706.82,127,249,2204,1033.04,twolocalrandom -5527,SUCCESS,2,1,34346.07,47693706.82,47728052.89,127,8879,3288,54953.71,su2random -5528,SUCCESS,2,1,124.13,47728052.89,47728177.02,127,30,3517,198.61,vqe -5529,SUCCESS,2,1,8938.87,47728177.02,47737115.89,127,3038,2501,14302.19,realamprandom -5530,SUCCESS,2,1,28766.63,47737115.89,47765882.52,127,11410,2143,46026.61,random -5531,SUCCESS,2,1,91053.39,47765882.52,47856935.91,127,26024,2974,145685.42,random -5532,SUCCESS,2,1,43381.62,47856935.91,47900317.53,127,13517,2728,69410.59,random -5533,SUCCESS,2,1,21003.34,47900317.53,47921320.87,127,9858,1811,33605.34,qwalk-noancilla -5534,SUCCESS,2,1,1701.76,47921320.87,47923022.63,127,554,2611,2722.82,qftentangled -5535,SUCCESS,2,1,163.74,47923022.63,47923186.37,127,69,2017,261.98,dj -5536,SUCCESS,2,1,3417.35,47923186.37,47926603.72,127,763,3807,5467.76,qpeinexact -5537,SUCCESS,2,1,96,47926603.72,47926699.72,127,64,1275,153.6,ghz -5538,SUCCESS,2,1,222.26,47926699.72,47926921.98,127,78,2422,355.62,graphstate -5539,SUCCESS,2,1,822.14,47926921.98,47927744.12,127,179,3904,1315.42,graphstate -5540,SUCCESS,2,1,5821.93,47927744.12,47933566.05,127,1545,3203,9315.09,wstate -5541,SUCCESS,2,1,381.63,47933566.05,47933947.68,127,109,2976,610.61,wstate -5542,SUCCESS,2,1,339.58,47933947.68,47934287.26,127,219,1318,543.33,qpeexact -5543,SUCCESS,2,1,667.16,47934287.26,47934954.42,127,157,3612,1067.46,wstate -5544,SUCCESS,2,1,11830.12,47934954.42,47946784.54,127,4898,2053,18928.19,ae -5545,SUCCESS,2,1,75673.59,47946784.54,48022458.13,127,18742,3432,121077.74,realamprandom -5546,SUCCESS,2,1,12193.87,48022458.13,48034652,127,7158,1448,19510.19,ae -5547,SUCCESS,2,1,2393.98,48034652,48037045.98,127,954,2133,3830.37,random -5548,SUCCESS,2,1,3252.69,48037045.98,48040298.67,127,807,3426,5204.3,ghz -5549,SUCCESS,2,1,599.91,48040298.67,48040898.58,127,378,1349,959.86,qftentangled -5550,SUCCESS,2,1,33702.4,48040898.58,48074600.98,127,9238,3101,53923.84,qpeexact -5551,SUCCESS,2,1,283.25,48074600.98,48074884.23,127,65,3704,453.2,graphstate -5552,SUCCESS,2,1,5007.12,48074884.23,48079891.35,127,3239,1314,8011.39,twolocalrandom -5553,SUCCESS,2,1,449.59,48079891.35,48080340.94,127,112,3412,719.34,graphstate -5554,SUCCESS,2,1,3827.09,48080340.94,48084168.03,127,2122,1533,6123.34,qnn -5555,SUCCESS,2,1,910.37,48084168.03,48085078.4,127,293,2641,1456.59,wstate -5556,SUCCESS,2,1,4581.84,48085078.4,48089660.24,127,964,4040,7330.94,portfoliovqe -5557,SUCCESS,2,1,254.68,48089660.24,48089914.92,127,67,3231,407.49,graphstate -5558,SUCCESS,2,1,5667.9,48089914.92,48095582.82,127,1392,3461,9068.64,qft -5560,SUCCESS,2,1,139.91,48095582.82,48095722.73,127,62,1918,223.86,graphstate -5561,SUCCESS,2,1,8133.58,48095722.73,48103856.31,127,5144,1344,13013.73,qftentangled -5562,SUCCESS,2,1,3611.45,48103856.31,48107467.76,127,1964,1563,5778.32,qnn -5563,SUCCESS,2,1,978.67,48107467.76,48108446.43,127,759,1096,1565.87,qpeinexact -5564,SUCCESS,2,1,75514.04,48108446.43,48183960.47,127,26834,2392,120822.46,random -5565,SUCCESS,2,1,358.42,48183960.47,48184318.89,127,75,4062,573.47,graphstate -5566,SUCCESS,2,1,17644.56,48184318.89,48201963.45,127,7548,1987,28231.3,qnn -5567,SUCCESS,2,1,9271.21,48201963.45,48211234.66,127,3121,2525,14833.94,ae -5568,SUCCESS,2,1,5023.4,48211234.66,48216258.06,127,1059,4032,8037.44,su2random -5569,SUCCESS,2,1,2341.6,48216258.06,48218599.66,127,728,2734,3746.56,qft -5570,SUCCESS,2,1,14795.5,48218599.66,48233395.16,127,8844,1422,23672.8,twolocalrandom -5571,SUCCESS,2,1,23766.36,48233395.16,48257161.52,127,6450,3132,38026.18,qft -5572,SUCCESS,2,1,340.86,48257161.52,48257502.38,127,247,1173,545.38,qpeexact -5573,SUCCESS,2,1,9685.35,48257502.38,48267187.73,127,6323,1302,15496.56,qpeexact -5574,SUCCESS,2,1,1826.48,48267187.73,48269014.21,127,828,1875,2922.37,qft -5575,SUCCESS,2,1,2917,48269014.21,48271931.21,127,899,2758,4667.2,ae -5576,SUCCESS,2,1,807.76,48271931.21,48272738.97,127,226,3038,1292.42,qpeinexact -5578,SUCCESS,2,1,1876.33,48272738.97,48274615.3,127,512,3115,3002.13,dj -5579,SUCCESS,2,1,187.77,48274615.3,48274803.07,127,40,3990,300.43,dj -5580,SUCCESS,2,1,23792.46,48274803.07,48298595.53,127,9933,2036,38067.94,twolocalrandom -5581,SUCCESS,2,1,5402.78,48298595.53,48303998.31,127,1463,3139,8644.45,ae -5582,SUCCESS,2,1,12950.58,48303998.31,48316948.89,127,7070,1557,20720.93,qpeexact -5583,SUCCESS,2,1,8861.72,48316948.89,48325810.61,127,2053,3669,14178.75,qwalk-v-chain -5584,SUCCESS,2,1,16395.28,48325810.61,48342205.89,127,3837,3632,26232.45,realamprandom -5585,SUCCESS,2,1,1391.71,48342205.89,48343597.6,127,536,2207,2226.74,dj -5587,SUCCESS,2,1,42.22,48343597.6,48343639.82,127,11,3262,67.55,ghz -5589,SUCCESS,2,1,13510.24,48343639.82,48357150.06,127,7491,1533,21616.38,qpeinexact -5590,SUCCESS,2,1,30931.47,48357150.06,48388081.53,127,7028,3741,49490.35,qft -5592,SUCCESS,2,1,5377.63,48388081.53,48393459.16,127,1420,3219,8604.21,qpeexact -5593,SUCCESS,2,1,10892.54,48393459.16,48404351.7,127,7256,1276,17428.06,qftentangled -5594,SUCCESS,2,1,2054.7,48404351.7,48406406.4,127,1572,1111,3287.52,qpeinexact -5595,SUCCESS,2,1,11211.23,48406406.4,48417617.63,127,4026,2367,17937.97,qft -5597,SUCCESS,2,1,18676.33,48417617.63,48436293.96,127,7460,2128,29882.13,su2random -5598,SUCCESS,2,1,23327.67,48436293.96,48459621.63,127,5808,3414,37324.27,qpeexact -5599,SUCCESS,2,1,24674.83,48459621.63,48484296.46,127,5826,3600,39479.73,realamprandom -5600,SUCCESS,2,1,2825.41,48484296.46,48487121.87,127,666,3606,4520.66,su2random -5601,SUCCESS,2,1,12455.03,48487121.87,48499576.9,127,6839,1548,19928.05,qft -5603,SUCCESS,2,1,1313.82,48499576.9,48500890.72,127,471,2371,2102.11,portfoliovqe -5604,SUCCESS,2,1,12817.81,48500890.72,48513708.53,127,6276,1736,20508.5,qpeexact -5605,SUCCESS,2,1,378.89,48513708.53,48514087.42,127,91,3539,606.22,ghz -5607,SUCCESS,2,1,835.22,48514087.42,48514922.64,127,285,2491,1336.35,qnn -5608,SUCCESS,2,1,176183.65,48514922.64,48691106.29,127,38399,3900,281893.84,random -5610,SUCCESS,2,1,717.38,48691106.29,48691823.67,127,162,3764,1147.81,realamprandom -5611,SUCCESS,2,1,26938.71,48691823.67,48718762.38,127,9517,2406,43101.94,twolocalrandom -5613,SUCCESS,2,1,7577.97,48718762.38,48726340.35,127,2882,2235,12124.75,qftentangled -5614,SUCCESS,2,1,271.11,48726340.35,48726611.46,127,173,1332,433.78,wstate -5615,SUCCESS,2,1,11052.58,48726611.46,48737664.04,127,2488,3776,17684.13,ae -5616,SUCCESS,2,1,296718.61,48737664.04,49034382.65,127,79612,3168,474749.78,qwalk-noancilla -5617,SUCCESS,2,1,5323.89,49034382.65,49039706.54,127,1545,2929,8518.22,twolocalrandom -5618,SUCCESS,2,1,1820,49039706.54,49041526.54,127,1300,1190,2912,realamprandom -5619,SUCCESS,2,1,21546.77,49041526.54,49063073.31,127,6643,2757,34474.83,qpeinexact -5620,SUCCESS,2,1,5208.91,49063073.31,49068282.22,127,3329,1330,8334.26,qpeexact -5621,SUCCESS,2,1,18214.25,49068282.22,49086496.47,127,3981,3889,29142.8,qpeinexact -5622,SUCCESS,2,1,699.93,49086496.47,49087196.4,127,197,3020,1119.89,qft -5623,SUCCESS,2,1,18824.21,49087196.4,49106020.61,127,8621,1856,30118.74,twolocalrandom -5624,SUCCESS,2,1,1734.37,49106020.61,49107754.98,127,582,2533,2774.99,qpeinexact -5625,SUCCESS,2,1,30024.6,49107754.98,49137779.58,127,10438,2445,48039.36,random -5626,SUCCESS,2,1,3390.99,49137779.58,49141170.57,127,913,3157,5425.58,su2random -5628,SUCCESS,2,1,76.48,49141170.57,49141247.05,127,25,2600,122.37,vqe -5629,SUCCESS,2,1,39605.88,49141247.05,49180852.93,127,8221,4095,63369.41,ae -5630,SUCCESS,2,1,18902.22,49180852.93,49199755.15,127,3974,4043,30243.55,qpeinexact -5631,SUCCESS,2,1,9534.41,49199755.15,49209289.56,127,3434,2360,15255.06,qpeinexact -5632,SUCCESS,2,1,9046.53,49209289.56,49218336.09,127,2721,2826,14474.45,ae -5633,SUCCESS,2,1,25593.22,49218336.09,49243929.31,127,10586,2055,40949.15,qpeinexact -5635,SUCCESS,2,1,3020.74,49243929.31,49246950.05,127,2505,1025,4833.18,qnn -5636,SUCCESS,2,1,13523.8,49246950.05,49260473.85,127,4611,2493,21638.08,ae -5637,SUCCESS,2,1,3863.2,49260473.85,49264337.05,127,808,4064,6181.12,ghz -5638,SUCCESS,2,1,32159.74,49264337.05,49296496.79,127,9568,2857,51455.58,qnn -5639,SUCCESS,2,1,4872.88,49296496.79,49301369.67,127,1405,2948,7796.61,twolocalrandom -5640,SUCCESS,2,1,38433.83,49301369.67,49339803.5,127,8588,3804,61494.13,su2random -5641,SUCCESS,2,1,28616.07,49339803.5,49368419.57,127,8116,2997,45785.71,qft -5644,SUCCESS,2,1,490.91,49368419.57,49368910.48,127,213,1959,785.46,dj -5645,SUCCESS,2,1,6908.09,49368910.48,49375818.57,127,1590,3693,11052.94,wstate -5646,SUCCESS,2,1,11090.26,49375818.57,49386908.83,127,3280,2874,17744.42,qft -5647,SUCCESS,2,1,1832.26,49386908.83,49388741.09,127,1028,1515,2931.62,wstate -5648,SUCCESS,2,1,563.4,49388741.09,49389304.49,127,298,1607,901.44,ghz -5650,SUCCESS,2,1,6514.75,49389304.49,49395819.24,127,1844,3003,10423.6,qpeexact -5652,SUCCESS,2,1,4896.85,49395819.24,49400716.09,127,1927,2160,7834.96,realamprandom -5653,SUCCESS,2,1,4667.94,49400716.09,49405384.03,127,978,4057,7468.7,portfoliovqe -5654,SUCCESS,2,1,535.74,49405384.03,49405919.77,127,424,1074,857.18,dj -5655,SUCCESS,2,1,6115.73,49405919.77,49412035.5,127,2018,2576,9785.17,qnn -5657,SUCCESS,2,1,393.86,49412035.5,49412429.36,127,174,1924,630.18,dj -5659,SUCCESS,2,1,8332,49412429.36,49420761.36,127,4108,1724,13331.2,qpeinexact -5662,SUCCESS,2,1,36028.88,49420761.36,49456790.24,127,9676,3165,57646.21,realamprandom -5663,SUCCESS,2,1,1113.09,49456790.24,49457903.33,127,274,3453,1780.94,dj -5665,SUCCESS,2,1,137.62,49457903.33,49458040.95,127,35,3342,220.19,qaoa -5666,SUCCESS,2,1,59.79,49458040.95,49458100.74,127,27,1882,95.66,vqe -5667,SUCCESS,2,1,1669.09,49458100.74,49459769.83,127,446,3181,2670.54,dj -5669,SUCCESS,2,1,698.41,49459769.83,49460468.24,127,388,1530,1117.46,qft -5670,SUCCESS,2,1,529.42,49460468.24,49460997.66,127,200,2250,847.07,dj -5672,SUCCESS,2,1,20816.98,49460997.66,49481814.64,127,8777,2016,33307.17,qnn -5673,SUCCESS,2,1,7250.9,49481814.64,49489065.54,127,2780,2217,11601.44,twolocalrandom -5674,SUCCESS,2,1,5498.35,49489065.54,49494563.89,127,1801,2595,8797.36,su2random -5675,SUCCESS,2,1,33182.59,49494563.89,49527746.48,127,10544,2675,53092.14,random -5677,SUCCESS,2,1,165.34,49527746.48,49527911.82,127,98,1434,264.54,ghz -5678,SUCCESS,2,1,4549.07,49527911.82,49532460.89,127,1463,2643,7278.51,wstate -5679,SUCCESS,2,1,47640.55,49532460.89,49580101.44,127,16335,2479,76224.88,realamprandom -5681,SUCCESS,2,1,822.51,49580101.44,49580923.95,127,622,1124,1316.02,random -5683,SUCCESS,2,1,20559.19,49580923.95,49601483.14,127,6776,2579,32894.7,ae -5684,SUCCESS,2,1,8524.56,49601483.14,49610007.7,127,2096,3457,13639.3,su2random -5685,SUCCESS,2,1,8622.8,49610007.7,49618630.5,127,2977,2462,13796.48,qft -5688,SUCCESS,2,1,9978.89,49618630.5,49628609.39,127,6283,1350,15966.22,qft -5690,SUCCESS,2,1,17780.79,49628609.39,49646390.18,127,5070,2981,28449.26,qftentangled -5692,SUCCESS,2,1,9415.93,49646390.18,49655806.11,127,2921,2740,15065.49,qft -5693,SUCCESS,2,1,5073.04,49655806.11,49660879.15,127,3390,1272,8116.86,qft -5694,SUCCESS,2,1,5820.53,49660879.15,49666699.68,127,1829,2705,9312.85,qft -5696,SUCCESS,2,1,52402.06,49666699.68,49719101.74,127,12792,3482,83843.3,su2random -5697,SUCCESS,2,1,623.44,49719101.74,49719725.18,127,480,1104,997.5,qnn -5698,SUCCESS,2,1,1571.6,49719725.18,49721296.78,127,382,3497,2514.56,graphstate -5699,SUCCESS,2,1,7558.48,49721296.78,49728855.26,127,2645,2429,12093.57,realamprandom -5701,SUCCESS,2,1,12754.51,49728855.26,49741609.77,127,4181,2593,20407.22,qnn -5702,SUCCESS,2,1,4237.19,49741609.77,49745846.96,127,1209,2979,6779.5,realamprandom -5706,SUCCESS,2,1,35568,49745846.96,49781414.96,127,11628,2600,56908.8,su2random -5707,SUCCESS,2,1,40415.06,49781414.96,49821830.02,127,9200,3734,64664.1,qnn -5708,SUCCESS,2,1,24158.26,49821830.02,49845988.28,127,6006,3419,38653.22,su2random -5710,SUCCESS,2,1,834.81,49845988.28,49846823.09,127,340,2087,1335.7,qnn -5712,SUCCESS,2,1,8254.86,49846823.09,49855077.95,127,5103,1375,13207.78,qft -5713,SUCCESS,2,1,15547.16,49855077.95,49870625.11,127,5242,2521,24875.46,qpeinexact -5715,SUCCESS,2,1,43968.98,49870625.11,49914594.09,127,28164,1327,70350.37,random -5716,SUCCESS,2,1,808.95,49914594.09,49915403.04,127,600,1146,1294.32,wstate -5717,SUCCESS,2,1,2112.63,49915403.04,49917515.67,127,611,2939,3380.21,qnn -5718,SUCCESS,2,1,7497.95,49917515.67,49925013.62,127,3250,1961,11996.72,random -5719,SUCCESS,2,1,1555.59,49925013.62,49926569.21,127,750,1763,2488.94,dj -5721,SUCCESS,2,1,83.83,49926569.21,49926653.04,127,39,1827,134.13,graphstate -5722,SUCCESS,2,1,5398.56,49926653.04,49932051.6,127,1656,2771,8637.7,qpeinexact -5723,SUCCESS,2,1,1182.58,49932051.6,49933234.18,127,546,1841,1892.13,qftentangled -5725,SUCCESS,2,1,4799.56,49933234.18,49938033.74,127,1075,3795,7679.3,wstate -5726,SUCCESS,2,1,5276.32,49938033.74,49943310.06,127,2471,1815,8442.11,ae -5727,SUCCESS,2,1,1203.98,49943310.06,49944514.04,127,383,2672,1926.37,qftentangled -5728,SUCCESS,2,1,18813.29,49944514.04,49963327.33,127,12133,1318,30101.26,su2random -5729,SUCCESS,2,1,20451,49963327.33,49983778.33,127,5808,2993,32721.6,qpeinexact -5730,SUCCESS,2,1,11609.32,49983778.33,49995387.65,127,2993,3297,18574.91,qpeexact -5731,SUCCESS,2,1,4380.84,49995387.65,49999768.49,127,1391,2677,7009.34,twolocalrandom -5732,SUCCESS,2,1,22065.26,49999768.49,50021833.75,127,6749,2779,35304.42,qft -5733,SUCCESS,2,1,8287.15,50021833.75,50030120.9,127,3646,1932,13259.44,realamprandom -5734,SUCCESS,2,1,27707.41,50030120.9,50057828.31,127,6597,3570,44331.86,qpeexact -5735,SUCCESS,2,1,13052.48,50057828.31,50070880.79,127,3053,3634,20883.97,qpeinexact -5736,SUCCESS,2,1,4292.05,50070880.79,50075172.84,127,1080,3378,6867.28,qft -5737,SUCCESS,2,1,11307.08,50075172.84,50086479.92,127,4643,2070,18091.33,qftentangled -5738,SUCCESS,2,1,45660.74,50086479.92,50132140.66,127,11822,3283,73057.18,realamprandom -5741,SUCCESS,2,1,327.18,50132140.66,50132467.84,127,133,2091,523.49,graphstate -5742,SUCCESS,2,1,7878.71,50132467.84,50140346.55,127,2617,2559,12605.94,qft -5743,SUCCESS,2,1,10151.23,50140346.55,50150497.78,127,2162,3991,16241.97,realamprandom -5744,SUCCESS,2,1,393.89,50150497.78,50150891.67,127,124,2700,630.22,ghz -5745,SUCCESS,2,1,801.36,50150891.67,50151693.03,127,238,2862,1282.18,qft -5746,SUCCESS,2,1,36965.09,50151693.03,50188658.12,127,9382,3349,59144.14,su2random -5747,SUCCESS,2,1,3291.62,50188658.12,50191949.74,127,1125,2487,5266.59,qft -5750,SUCCESS,2,1,1442.36,50191949.74,50193392.1,127,348,3523,2307.78,graphstate -5752,SUCCESS,2,1,2724.03,50193392.1,50196116.13,127,707,3275,4358.45,realamprandom -5753,SUCCESS,2,1,1262.92,50196116.13,50197379.05,127,703,1527,2020.67,realamprandom -5754,SUCCESS,2,1,15859.3,50197379.05,50213238.35,127,9329,1445,25374.88,realamprandom -5757,SUCCESS,2,1,268.61,50213238.35,50213506.96,127,151,1512,429.78,graphstate -5758,SUCCESS,2,1,153.43,50213506.96,50213660.39,127,45,2898,245.49,graphstate -5762,SUCCESS,2,1,7483.26,50213660.39,50221143.65,127,2454,2592,11973.22,realamprandom -5763,SUCCESS,2,1,92.43,50221143.65,50221236.08,127,29,2709,147.89,vqe -5764,SUCCESS,2,1,7870.4,50221236.08,50229106.48,127,3694,1811,12592.64,random -5765,SUCCESS,2,1,54734.5,50229106.48,50283840.98,127,14386,3234,87575.2,qnn -5766,SUCCESS,2,1,113.21,50283840.98,50283954.19,127,25,3849,181.14,graphstate -5767,SUCCESS,2,1,4315.13,50283954.19,50288269.32,127,3054,1201,6904.21,qftentangled -5768,SUCCESS,2,1,19122.36,50288269.32,50307391.68,127,6192,2625,30595.78,qpeinexact -5769,SUCCESS,2,1,5823.33,50307391.68,50313215.01,127,1559,3175,9317.33,qft -5770,SUCCESS,2,1,120.63,50313215.01,50313335.64,127,72,1424,193.01,graphstate -5771,SUCCESS,2,1,39399.41,50313335.64,50352735.05,127,10069,3326,63039.06,ae -5772,SUCCESS,2,1,29199.01,50352735.05,50381934.06,127,9646,2573,46718.42,twolocalrandom -5773,SUCCESS,2,1,222.75,50381934.06,50382156.81,127,147,1288,356.4,graphstate -5774,SUCCESS,2,1,5864.7,50382156.81,50388021.51,127,1442,3457,9383.52,qpeexact -5775,SUCCESS,2,1,23818.6,50388021.51,50411840.11,127,6512,3109,38109.76,qpeexact -5776,SUCCESS,2,1,879.8,50411840.11,50412719.91,127,308,2428,1407.68,portfolioqaoa -5777,SUCCESS,2,1,13575.3,50412719.91,50426295.21,127,4196,2750,21720.48,qpeinexact -5778,SUCCESS,2,1,34757.16,50426295.21,50461052.37,127,12492,2365,55611.46,twolocalrandom -5779,SUCCESS,2,1,47.8,50461052.37,50461100.17,127,37,1098,76.48,wstate -5780,SUCCESS,2,1,84.33,50461100.17,50461184.5,127,22,3258,134.93,graphstate -5782,SUCCESS,2,1,474.13,50461184.5,50461658.63,127,201,2005,758.61,wstate -5783,SUCCESS,2,1,12788.2,50461658.63,50474446.83,127,7435,1462,20461.12,twolocalrandom -5784,SUCCESS,2,1,2114.75,50474446.83,50476561.58,127,666,2699,3383.6,twolocalrandom -5785,SUCCESS,2,1,49.08,50476561.58,50476610.66,127,22,1896,78.53,ghz -5786,SUCCESS,2,1,51109.85,50476610.66,50527720.51,127,13113,3313,81775.76,qnn -5788,SUCCESS,2,1,96.97,50527720.51,50527817.48,127,65,1268,155.15,wstate -5790,SUCCESS,2,1,100679.19,50527817.48,50628496.67,127,30186,2835,161086.7,random -5791,SUCCESS,2,1,880.32,50628496.67,50629376.99,127,213,3513,1408.51,graphstate -5793,SUCCESS,2,1,10188.67,50629376.99,50639565.66,127,3257,2659,16301.87,qft -5794,SUCCESS,2,1,3430.42,50639565.66,50642996.08,127,1819,1603,5488.67,qftentangled -5795,SUCCESS,2,1,241.06,50642996.08,50643237.14,127,60,3415,385.7,ghz -5796,SUCCESS,2,1,16375.77,50643237.14,50659612.91,127,7030,1980,26201.23,qpeinexact -5797,SUCCESS,2,1,34821.16,50659612.91,50694434.07,127,19434,1523,55713.86,random -5798,SUCCESS,2,1,5204.78,50694434.07,50699638.85,127,2303,1921,8327.65,qpeexact -5799,SUCCESS,2,1,5795.84,50699638.85,50705434.69,127,1291,3816,9273.34,wstate -5800,SUCCESS,2,1,780.41,50705434.69,50706215.1,127,491,1351,1248.66,ghz -5801,SUCCESS,2,1,6672.33,50706215.1,50712887.43,127,1420,3994,10675.73,ae -5802,SUCCESS,2,1,1023.71,50712887.43,50713911.14,127,267,3259,1637.94,graphstate -5803,SUCCESS,2,1,9515.62,50713911.14,50723426.76,127,3769,2146,15224.99,realamprandom -5805,SUCCESS,2,1,83865.8,50723426.76,50807292.56,127,26266,2714,134185.28,random -5806,SUCCESS,2,1,10523.45,50807292.56,50817816.01,127,2957,3025,16837.52,realamprandom -5807,SUCCESS,2,1,32747.18,50817816.01,50850563.19,127,8158,3412,52395.49,realamprandom -5808,SUCCESS,2,1,16112.71,50850563.19,50866675.9,127,11045,1240,25780.34,su2random -5809,SUCCESS,2,1,908.43,50866675.9,50867584.33,127,389,1985,1453.49,wstate -5810,SUCCESS,2,1,319.01,50867584.33,50867903.34,127,129,2102,510.42,wstate -5811,SUCCESS,2,1,193.4,50867903.34,50868096.74,127,114,1442,309.44,graphstate -5813,SUCCESS,2,1,1134.56,50868096.74,50869231.3,127,592,1629,1815.3,realamprandom -5814,SUCCESS,2,1,760.16,50869231.3,50869991.46,127,339,1906,1216.26,qpeinexact -5817,SUCCESS,2,1,1225.87,50869991.46,50871217.33,127,787,1324,1961.39,qnn -5819,SUCCESS,2,1,1109.71,50871217.33,50872327.04,127,343,2750,1775.54,wstate -5820,SUCCESS,2,1,2068.37,50872327.04,50874395.41,127,1254,1402,3309.39,qpeexact -5821,SUCCESS,2,1,192009.12,50874395.41,51066404.53,127,60853,2682,307214.59,random -5822,SUCCESS,2,1,207.81,51066404.53,51066612.34,127,85,2078,332.5,graphstate -5823,SUCCESS,2,1,595.5,51066612.34,51067207.84,127,157,3224,952.8,wstate -5824,SUCCESS,2,1,9231.5,51067207.84,51076439.34,127,3391,2314,14770.4,qnn -5825,SUCCESS,2,1,13151.78,51076439.34,51089591.12,127,3887,2876,21042.85,qpeinexact -5827,SUCCESS,2,1,2168.66,51089591.12,51091759.78,127,1405,1312,3469.86,qnn -5828,SUCCESS,2,1,4255.33,51091759.78,51096015.11,127,1081,3346,6808.53,qpeexact -5829,SUCCESS,2,1,1560.2,51096015.11,51097575.31,127,678,1956,2496.32,qft -5830,SUCCESS,2,1,108.37,51097575.31,51097683.68,127,48,1919,173.39,ghz -5831,SUCCESS,2,1,3367.75,51097683.68,51101051.43,127,889,3220,5388.4,wstate -5832,SUCCESS,2,1,8600.55,51101051.43,51109651.98,127,6845,1068,13760.88,random -5833,SUCCESS,2,1,1146.41,51109651.98,51110798.39,127,835,1167,1834.26,ghz -5834,SUCCESS,2,1,2407.3,51110798.39,51113205.69,127,602,3399,3851.68,dj -5836,SUCCESS,2,1,2817.92,51113205.69,51116023.61,127,952,2516,4508.67,random -5837,SUCCESS,2,1,16305.11,51116023.61,51132328.72,127,7260,1909,26088.18,qpeexact -5838,SUCCESS,2,1,30172.76,51132328.72,51162501.48,127,7015,3656,48276.42,su2random -5839,SUCCESS,2,1,601.61,51162501.48,51163103.09,127,149,3432,962.58,wstate -5840,SUCCESS,2,1,25858.86,51163103.09,51188961.95,127,5684,3867,41374.18,ae -5841,SUCCESS,2,1,38304.99,51188961.95,51227266.94,127,8609,3782,61287.98,qft -5842,SUCCESS,2,1,17504.75,51227266.94,51244771.69,127,6364,2338,28007.6,qpeinexact -5843,SUCCESS,2,1,72983.92,51244771.69,51317755.61,127,41330,1501,116774.27,random -5844,SUCCESS,2,1,1148.33,51317755.61,51318903.94,127,336,2905,1837.33,pricingput -5845,SUCCESS,2,1,2378.12,51318903.94,51321282.06,127,1800,1123,3804.99,qft -5846,SUCCESS,2,1,155040.61,51321282.06,51476322.67,127,43095,3058,248064.98,random -5847,SUCCESS,2,1,855.02,51476322.67,51477177.69,127,329,2209,1368.03,wstate -5848,SUCCESS,2,1,1467.9,51477177.69,51478645.59,127,1165,1071,2348.64,wstate -5849,SUCCESS,2,1,1336.06,51478645.59,51479981.65,127,303,3748,2137.7,graphstate -5850,SUCCESS,2,1,17587.63,51479981.65,51497569.28,127,5476,2730,28140.21,qpeinexact -5851,SUCCESS,2,1,4330.8,51497569.28,51501900.08,127,1181,3117,6929.28,su2random -5854,SUCCESS,2,1,427.28,51501900.08,51502327.36,127,137,2651,683.65,wstate -5855,SUCCESS,2,1,1314.47,51502327.36,51503641.83,127,393,2843,2103.15,ghz -5856,SUCCESS,2,1,24590.3,51503641.83,51528232.13,127,7391,2828,39344.48,qpeexact -5857,SUCCESS,2,1,679.52,51528232.13,51528911.65,127,248,2329,1087.23,dj -5858,SUCCESS,2,1,2218.46,51528911.65,51531130.11,127,757,2491,3549.54,qnn -5859,SUCCESS,2,1,899.87,51531130.11,51532029.98,127,639,1197,1439.79,realamprandom -5860,SUCCESS,2,1,15857.32,51532029.98,51547887.3,127,4672,2885,25371.71,twolocalrandom -5861,SUCCESS,2,1,37282.04,51547887.3,51585169.34,127,8842,3584,59651.26,su2random -5862,SUCCESS,2,1,12209.94,51585169.34,51597379.28,127,7537,1377,19535.9,su2random -5863,SUCCESS,2,1,687.05,51597379.28,51598066.33,127,304,1921,1099.28,random -5864,SUCCESS,2,1,1246,51598066.33,51599312.33,127,623,1700,1993.6,qft -5865,SUCCESS,2,1,726.65,51599312.33,51600038.98,127,532,1161,1162.64,qpeexact -5866,SUCCESS,2,1,46603.34,51600038.98,51646642.32,127,12508,3167,74565.34,realamprandom -5869,SUCCESS,2,1,1589.03,51646642.32,51648231.35,127,345,3915,2542.45,wstate -5870,SUCCESS,2,1,1387.89,51648231.35,51649619.24,127,889,1327,2220.62,qnn -5871,SUCCESS,2,1,6388.41,51649619.24,51656007.65,127,4296,1264,10221.46,qwalk-v-chain -5873,SUCCESS,2,1,2963.48,51656007.65,51658971.13,127,631,3992,4741.57,qftentangled -5874,SUCCESS,2,1,20411.79,51658971.13,51679382.92,127,5118,3390,32658.86,realamprandom -5875,SUCCESS,2,1,11721.56,51679382.92,51691104.48,127,6876,1449,18754.5,qpeinexact -5876,SUCCESS,2,1,2825.52,51691104.48,51693930,127,778,3087,4520.83,qft -5877,SUCCESS,2,1,181.08,51693930,51694111.08,127,132,1166,289.73,qftentangled -5878,SUCCESS,2,1,988.71,51694111.08,51695099.79,127,643,1307,1581.94,dj -5879,SUCCESS,2,1,220.04,51695099.79,51695319.83,127,61,3066,352.06,wstate -5881,SUCCESS,2,1,69194.29,51695319.83,51764514.12,127,14551,4042,110710.86,twolocalrandom -5882,SUCCESS,2,1,56676.32,51764514.12,51821190.44,127,11796,4084,90682.11,random -5884,SUCCESS,2,1,30487.9,51821190.44,51851678.34,127,6361,4074,48780.64,qpeexact -5885,SUCCESS,2,1,867.08,51851678.34,51852545.42,127,428,1722,1387.33,portfolioqaoa -5887,SUCCESS,2,1,3506.53,51852545.42,51856051.95,127,1097,2717,5610.45,qnn -5888,SUCCESS,2,1,1270.23,51856051.95,51857322.18,127,369,2926,2032.37,wstate -5889,SUCCESS,2,1,21034.79,51857322.18,51878356.97,127,12863,1390,33655.66,su2random -5890,SUCCESS,2,1,40646.95,51878356.97,51919003.92,127,10029,3445,65035.12,random -5891,SUCCESS,2,1,93155.08,51919003.92,52012159,127,22604,3503,149048.13,random -5892,SUCCESS,2,1,2925.73,52012159,52015084.73,127,714,3483,4681.17,dj -5893,SUCCESS,2,1,6561.89,52015084.73,52021646.62,127,1400,3984,10499.02,qftentangled -5894,SUCCESS,2,1,12957.65,52021646.62,52034604.27,127,5092,2163,20732.24,qft -5895,SUCCESS,2,1,10862.04,52034604.27,52045466.31,127,2303,4009,17379.26,qpeinexact -5896,SUCCESS,2,1,5118.42,52045466.31,52050584.73,127,1419,3066,8189.47,grover-v-chain -5897,SUCCESS,2,1,18248.72,52050584.73,52068833.45,127,4745,3269,29197.95,realamprandom -5898,SUCCESS,2,1,1937.03,52068833.45,52070770.48,127,602,2735,3099.25,qftentangled -5899,SUCCESS,2,1,32046.46,52070770.48,52102816.94,127,8531,3193,51274.34,realamprandom -5900,SUCCESS,2,1,480.06,52102816.94,52103297,127,189,2159,768.1,wstate -5901,SUCCESS,2,1,4288.57,52103297,52107585.57,127,1194,3053,6861.71,qpeinexact -5902,SUCCESS,2,1,924.96,52107585.57,52108510.53,127,301,2612,1479.94,wstate -5903,SUCCESS,2,1,2159.3,52108510.53,52110669.83,127,456,4025,3454.88,dj -5904,SUCCESS,2,1,1143.56,52110669.83,52111813.39,127,782,1243,1829.7,dj -5905,SUCCESS,2,1,258.85,52111813.39,52112072.24,127,73,3014,414.16,graphstate -5908,SUCCESS,2,1,5102.99,52112072.24,52117175.23,127,3296,1316,8164.78,ae -5909,SUCCESS,2,1,1465.56,52117175.23,52118640.79,127,621,2006,2344.9,qpeexact -5910,SUCCESS,2,1,1466.3,52118640.79,52120107.09,127,341,3655,2346.08,wstate -5911,SUCCESS,2,1,715.63,52120107.09,52120822.72,127,361,1685,1145.01,wstate -5912,SUCCESS,2,1,839.81,52120822.72,52121662.53,127,435,1641,1343.7,realamprandom -5913,SUCCESS,2,1,3490.25,52121662.53,52125152.78,127,1231,2410,5584.4,qnn -5914,SUCCESS,2,1,42137.1,52125152.78,52167289.88,127,27530,1301,67419.36,random -5916,SUCCESS,2,1,62881.28,52167289.88,52230171.16,127,14185,3768,100610.05,su2random -5917,SUCCESS,2,1,48074.17,52230171.16,52278245.33,127,13662,2991,76918.67,realamprandom -5918,SUCCESS,2,1,880.06,52278245.33,52279125.39,127,205,3649,1408.1,dj -5920,SUCCESS,2,1,1741.7,52279125.39,52280867.09,127,876,1690,2786.72,pricingcall -5922,SUCCESS,2,1,12512.69,52280867.09,52293379.78,127,9379,1134,20020.3,twolocalrandom -5923,SUCCESS,2,1,25552.81,52293379.78,52318932.59,127,5967,3640,40884.5,ae -5924,SUCCESS,2,1,1260.57,52318932.59,52320193.16,127,869,1233,2016.91,wstate -5926,SUCCESS,2,1,11947.01,52320193.16,52332140.17,127,7364,1379,19115.22,random -5927,SUCCESS,2,1,2975.36,52332140.17,52335115.53,127,723,3498,4760.58,dj -5929,SUCCESS,2,1,24395.3,52335115.53,52359510.83,127,5400,3840,39032.48,qpeinexact -5930,SUCCESS,2,1,106.71,52359510.83,52359617.54,127,49,1851,170.74,tsp -5933,SUCCESS,2,1,2455.36,52359617.54,52362072.9,127,582,3586,3928.58,ghz -5934,SUCCESS,2,1,5946.6,52362072.9,52368019.5,127,3177,1591,9514.56,qft -5936,SUCCESS,2,1,264.82,52368019.5,52368284.32,127,57,3949,423.71,ghz -5937,SUCCESS,2,1,1337.09,52368284.32,52369621.41,127,984,1155,2139.34,qnn -5938,SUCCESS,2,1,3952.48,52369621.41,52373573.89,127,1816,1850,6323.97,su2random -5939,SUCCESS,2,1,3054.42,52373573.89,52376628.31,127,1027,2528,4887.07,realamprandom -5940,SUCCESS,2,1,842.15,52376628.31,52377470.46,127,383,1869,1347.44,ghz -5941,SUCCESS,2,1,7848.85,52377470.46,52385319.31,127,5424,1230,12558.16,ae -5942,SUCCESS,2,1,55492.26,52385319.31,52440811.57,127,16395,2877,88787.62,su2random -5943,SUCCESS,2,1,1361.95,52440811.57,52442173.52,127,319,3629,2179.12,qpeexact -5944,SUCCESS,2,1,141.01,52442173.52,52442314.53,127,48,2497,225.62,graphstate -5945,SUCCESS,2,1,6843.73,52442314.53,52449158.26,127,1791,3248,10949.97,qftentangled -5946,SUCCESS,2,1,5467.1,52449158.26,52454625.36,127,2433,1910,8747.36,ae -5947,SUCCESS,2,1,1383.73,52454625.36,52456009.09,127,295,3987,2213.97,su2random -5949,SUCCESS,2,1,35629.21,52456009.09,52491638.3,127,9763,3102,57006.74,twolocalrandom -5950,SUCCESS,2,1,799.97,52491638.3,52492438.27,127,389,1748,1279.95,wstate -5951,SUCCESS,2,1,5447.37,52492438.27,52497885.64,127,1442,3211,8715.79,ae -5952,SUCCESS,2,1,107.68,52497885.64,52497993.32,127,35,2615,172.29,ghz -5953,SUCCESS,2,1,313.73,52497993.32,52498307.05,127,163,1636,501.97,dj -5954,SUCCESS,2,1,13684.1,52498307.05,52511991.15,127,5448,2135,21894.56,qpeinexact -5956,SUCCESS,2,1,11228.47,52511991.15,52523219.62,127,4902,1947,17965.55,qftentangled -5957,SUCCESS,2,1,12559.38,52523219.62,52535779,127,3334,3202,20095.01,twolocalrandom -5958,SUCCESS,2,1,3627.4,52535779,52539406.4,127,981,3143,5803.84,qft -5959,SUCCESS,2,1,618.17,52539406.4,52540024.57,127,131,4011,989.07,qaoa -5961,SUCCESS,2,1,3218.79,52540024.57,52543243.36,127,1078,2538,5150.06,realamprandom -5962,SUCCESS,2,1,733.48,52543243.36,52543976.84,127,379,1645,1173.57,portfolioqaoa -5963,SUCCESS,2,1,46975.73,52543976.84,52590952.57,127,10323,3868,75161.17,twolocalrandom -5964,SUCCESS,2,1,258.82,52590952.57,52591211.39,127,77,2857,414.11,ghz -5965,SUCCESS,2,1,1227.62,52591211.39,52592439.01,127,581,1796,1964.19,ghz -5966,SUCCESS,2,1,1037.92,52592439.01,52593476.93,127,444,1987,1660.67,dj -5969,SUCCESS,2,1,2159.23,52593476.93,52595636.16,127,780,2353,3454.77,qpeinexact -5970,SUCCESS,2,1,3925.86,52595636.16,52599562.02,127,1627,2051,6281.38,twolocalrandom -5973,SUCCESS,2,1,269.74,52599562.02,52599831.76,127,106,2163,431.58,groundstate -5974,SUCCESS,2,1,301.03,52599831.76,52600132.79,127,64,3998,481.65,graphstate -5976,SUCCESS,2,1,7934.27,52600132.79,52608067.06,127,1655,4075,12694.83,qft -5977,SUCCESS,2,1,13147.21,52608067.06,52621214.27,127,2822,3960,21035.54,qwalk-v-chain -5978,SUCCESS,2,1,20799.41,52621214.27,52642013.68,127,6276,2817,33279.06,realamprandom -5979,SUCCESS,2,1,42.28,52642013.68,52642055.96,127,32,1123,67.65,ghz -5980,SUCCESS,2,1,18045.38,52642055.96,52660101.34,127,6796,2257,28872.61,ae -5981,SUCCESS,2,1,755.24,52660101.34,52660856.58,127,397,1617,1208.38,groundstate -5982,SUCCESS,2,1,608.3,52660856.58,52661464.88,127,196,2638,973.28,ghz -5983,SUCCESS,2,1,77.88,52661464.88,52661542.76,127,26,2546,124.61,ghz -5984,SUCCESS,2,1,20141.56,52661542.76,52681684.32,127,5475,3127,32226.5,ae -5985,SUCCESS,2,1,1137.53,52681684.32,52682821.85,127,623,1552,1820.05,qft -5986,SUCCESS,2,1,717.48,52682821.85,52683539.33,127,208,2932,1147.97,qpeinexact -5987,SUCCESS,2,1,1179.46,52683539.33,52684718.79,127,313,3203,1887.14,wstate -5988,SUCCESS,2,1,109.26,52684718.79,52684828.05,127,64,1451,174.82,dj -5989,SUCCESS,2,1,23900.64,52684828.05,52708728.69,127,5151,3944,38241.02,qpeexact -5990,SUCCESS,2,1,22108.32,52708728.69,52730837.01,127,11246,1671,35373.31,su2random -5991,SUCCESS,2,1,5270.07,52730837.01,52736107.08,127,3168,1414,8432.11,qpeinexact -5992,SUCCESS,2,1,1138.13,52736107.08,52737245.21,127,270,3583,1821.01,graphstate -5993,SUCCESS,2,1,4379.93,52737245.21,52741625.14,127,1443,2580,7007.89,twolocalrandom -5994,SUCCESS,2,1,198.53,52741625.14,52741823.67,127,89,1896,317.65,graphstate -5996,SUCCESS,2,1,296.97,52741823.67,52742120.64,127,84,3005,475.15,graphstate -5997,SUCCESS,2,1,28653.23,52742120.64,52770773.87,127,6054,4023,45845.17,qft -5999,SUCCESS,2,1,43.83,52770773.87,52770817.7,127,14,2661,70.13,ghz -6000,SUCCESS,2,1,62.77,52770817.7,52770880.47,127,25,2134,100.43,graphstate -6001,SUCCESS,2,1,221.31,52770880.47,52771101.78,127,48,3919,354.1,ghz -6002,SUCCESS,2,1,27332.52,52771101.78,52798434.3,127,21006,1106,43732.03,twolocalrandom -6003,SUCCESS,2,1,6935.3,52798434.3,52805369.6,127,1572,3750,11096.48,twolocalrandom -6004,SUCCESS,2,1,12773.4,52805369.6,52818143,127,7346,1478,20437.44,ae -6006,SUCCESS,2,1,8243.96,52818143,52826386.96,127,2852,2457,13190.34,su2random -6008,SUCCESS,2,1,1924.45,52826386.96,52828311.41,127,553,2958,3079.12,portfolioqaoa -6010,SUCCESS,2,1,8601.12,52828311.41,52836912.53,127,6732,1086,13761.79,ae -6012,SUCCESS,2,1,46820.23,52836912.53,52883732.76,127,11015,3613,74912.37,qnn -6013,SUCCESS,2,1,45734.68,52883732.76,52929467.44,127,10966,3545,73175.49,qnn -6014,SUCCESS,2,1,4376.42,52929467.44,52933843.86,127,981,3792,7002.27,qpeexact -6015,SUCCESS,2,1,9159.6,52933843.86,52943003.46,127,4335,1796,14655.36,twolocalrandom -6016,SUCCESS,2,1,1357.46,52943003.46,52944360.92,127,391,2951,2171.94,portfolioqaoa -6017,SUCCESS,2,1,986.18,52944360.92,52945347.1,127,235,3567,1577.89,dj -6018,SUCCESS,2,1,125.79,52945347.1,52945472.89,127,81,1320,201.26,graphstate -6020,SUCCESS,2,1,566.28,52945472.89,52946039.17,127,198,2431,906.05,qpeinexact -6022,SUCCESS,2,1,1383.39,52946039.17,52947422.56,127,729,1613,2213.42,dj -6023,SUCCESS,2,1,10159.11,52947422.56,52957581.67,127,2360,3659,16254.58,twolocalrandom -6024,SUCCESS,2,1,321.77,52957581.67,52957903.44,127,111,2464,514.83,dj -6025,SUCCESS,2,1,963.41,52957903.44,52958866.85,127,387,2116,1541.46,ghz -6026,SUCCESS,2,1,24295.77,52958866.85,52983162.62,127,5775,3576,38873.23,qpeinexact -6027,SUCCESS,2,1,5015.21,52983162.62,52988177.83,127,1509,2825,8024.34,qft -6028,SUCCESS,2,1,28611.8,52988177.83,53016789.63,127,6643,3661,45778.88,qpeexact -6029,SUCCESS,2,1,33910.05,53016789.63,53050699.68,127,8266,3487,54256.08,realamprandom -6030,SUCCESS,2,1,950.36,53050699.68,53051650.04,127,200,4039,1520.58,graphstate -6031,SUCCESS,2,1,1380.13,53051650.04,53053030.17,127,318,3689,2208.21,qpeexact -6032,SUCCESS,2,1,963.21,53053030.17,53053993.38,127,273,2999,1541.14,portfoliovqe -6033,SUCCESS,2,1,465.06,53053993.38,53054458.44,127,361,1095,744.1,wstate -6035,SUCCESS,2,1,4133.23,53054458.44,53058591.67,127,926,3794,6613.17,qnn -6036,SUCCESS,2,1,229746.25,53058591.67,53288337.92,127,53182,3672,367594,random -6040,SUCCESS,2,1,26755.92,53288337.92,53315093.84,127,8255,2755,42809.47,ae -6041,SUCCESS,2,1,76.96,53315093.84,53315170.8,127,56,1168,123.14,graphstate -6042,SUCCESS,2,1,17295.46,53315170.8,53332466.26,127,5228,2812,27672.74,qft -6043,SUCCESS,2,1,220.55,53332466.26,53332686.81,127,182,1030,352.88,qpeexact -6044,SUCCESS,2,1,670.32,53332686.81,53333357.13,127,266,2142,1072.51,qft -6046,SUCCESS,2,1,3687.28,53333357.13,53337044.41,127,2398,1307,5899.65,qnn -6047,SUCCESS,2,1,10772.75,53337044.41,53347817.16,127,2404,3809,17236.4,twolocalrandom -6048,SUCCESS,2,1,1635.33,53347817.16,53349452.49,127,478,2908,2616.53,dj -6050,SUCCESS,2,1,27008.67,53349452.49,53376461.16,127,7295,3147,43213.87,twolocalrandom -6052,SUCCESS,2,1,652.2,53376461.16,53377113.36,127,329,1685,1043.52,portfoliovqe -6053,SUCCESS,2,1,23922.46,53377113.36,53401035.82,127,13937,1459,38275.94,su2random -6054,SUCCESS,2,1,1597.2,53401035.82,53402633.02,127,484,2805,2555.52,ghz -6055,SUCCESS,2,1,8583.55,53402633.02,53411216.57,127,4011,1819,13733.68,qpeinexact -6056,SUCCESS,2,1,5318.78,53411216.57,53416535.35,127,1628,2777,8510.05,su2random -6057,SUCCESS,2,1,64.81,53416535.35,53416600.16,127,36,1530,103.7,graphstate -6058,SUCCESS,2,1,32491.61,53416600.16,53449091.77,127,8451,3268,51986.58,ae -6059,SUCCESS,2,1,4077.55,53449091.77,53453169.32,127,1478,2345,6524.08,ae -6060,SUCCESS,2,1,4710.14,53453169.32,53457879.46,127,1359,2946,7536.22,qpeexact -6061,SUCCESS,2,1,3081.77,53457879.46,53460961.23,127,658,3981,4930.83,su2random -6062,SUCCESS,2,1,617.14,53460961.23,53461578.37,127,398,1318,987.42,dj -6063,SUCCESS,2,1,7033.2,53461578.37,53468611.57,127,2398,2493,11253.12,qftentangled -6064,SUCCESS,2,1,26061.52,53468611.57,53494673.09,127,6322,3504,41698.43,qpeexact -6065,SUCCESS,2,1,1725.81,53494673.09,53496398.9,127,659,2226,2761.3,twolocalrandom -6066,SUCCESS,2,1,1174.07,53496398.9,53497572.97,127,248,4024,1878.51,su2random -6067,SUCCESS,2,1,246.78,53497572.97,53497819.75,127,82,2558,394.85,graphstate -6068,SUCCESS,2,1,5863.46,53497819.75,53503683.21,127,2749,1813,9381.54,qpeexact -6069,SUCCESS,2,1,4460.68,53503683.21,53508143.89,127,1108,3422,7137.09,wstate -6070,SUCCESS,2,1,17311.24,53508143.89,53525455.13,127,5386,2732,27697.98,ae -6071,SUCCESS,2,1,168.4,53525455.13,53525623.53,127,44,3253,269.44,graphstate -6072,SUCCESS,2,1,17913.12,53525623.53,53543536.65,127,7254,2099,28660.99,qft -6073,SUCCESS,2,1,2446.61,53543536.65,53545983.26,127,1706,1219,3914.58,qnn -6075,SUCCESS,2,1,462.71,53545983.26,53546445.97,127,207,1900,740.34,dj -6076,SUCCESS,2,1,109.47,53546445.97,53546555.44,127,28,3323,175.15,graphstate -6078,SUCCESS,2,1,2665.69,53546555.44,53549221.13,127,1972,1149,4265.1,qpeinexact -6079,SUCCESS,2,1,35609.33,53549221.13,53584830.46,127,26206,1155,56974.93,random -6080,SUCCESS,2,1,699,53584830.46,53585529.46,127,217,2738,1118.4,graphstate -6081,SUCCESS,2,1,2994.18,53585529.46,53588523.64,127,1410,1805,4790.69,qft -6083,SUCCESS,2,1,982.24,53588523.64,53589505.88,127,479,1743,1571.58,qnn -6084,SUCCESS,2,1,2414.14,53589505.88,53591920.02,127,631,3252,3862.62,qftentangled -6086,SUCCESS,2,1,140.97,53591920.02,53592060.99,127,33,3631,225.55,ghz -6090,SUCCESS,2,1,974.89,53592060.99,53593035.88,127,265,3127,1559.82,graphstate -6091,SUCCESS,2,1,4217.99,53593035.88,53597253.87,127,1004,3571,6748.78,wstate -6092,SUCCESS,2,1,166.24,53597253.87,53597420.11,127,53,2666,265.98,wstate -6093,SUCCESS,2,1,15216.53,53597420.11,53612636.64,127,4705,2749,24346.45,qpeexact -6094,SUCCESS,2,1,1015.47,53612636.64,53613652.11,127,572,1509,1624.75,dj -6095,SUCCESS,2,1,4130.88,53613652.11,53617782.99,127,1327,2646,6609.41,qpeexact -6096,SUCCESS,2,1,87473.13,53617782.99,53705256.12,127,24109,3084,139957.01,random -6097,SUCCESS,2,1,9776.8,53705256.12,53715032.92,127,2222,3740,15642.88,qnn -6098,SUCCESS,2,1,2610.64,53715032.92,53717643.56,127,920,2412,4177.02,twolocalrandom -6099,SUCCESS,2,1,1848,53717643.56,53719491.56,127,462,3400,2956.8,su2random -6100,SUCCESS,2,1,236.51,53719491.56,53719728.07,127,173,1162,378.42,dj -6103,SUCCESS,2,1,6819.65,53719728.07,53726547.72,127,4459,1300,10911.44,ae -6104,SUCCESS,2,1,744.8,53726547.72,53727292.52,127,238,2660,1191.68,su2random -6106,SUCCESS,2,1,43312,53727292.52,53770604.52,127,10828,3400,69299.2,realamprandom -6107,SUCCESS,2,1,738.37,53770604.52,53771342.89,127,357,1758,1181.39,wstate -6108,SUCCESS,2,1,2458.04,53771342.89,53773800.93,127,1072,1949,3932.86,wstate -6109,SUCCESS,2,1,45063.53,53773800.93,53818864.46,127,10944,3500,72101.65,random -6111,SUCCESS,2,1,4073.16,53818864.46,53822937.62,127,1354,2557,6517.06,qftentangled -6112,SUCCESS,2,1,33917.3,53822937.62,53856854.92,127,9330,3090,54267.68,random -6114,SUCCESS,2,1,28963,53856854.92,53885817.92,127,13165,1870,46340.8,random -6115,SUCCESS,2,1,1439.47,53885817.92,53887257.39,127,687,1781,2303.15,ae -6116,SUCCESS,2,1,1278.45,53887257.39,53888535.84,127,527,2062,2045.52,dj -6117,SUCCESS,2,1,3640.13,53888535.84,53892175.97,127,844,3666,5824.21,ae -6118,SUCCESS,2,1,3379.81,53892175.97,53895555.78,127,724,3968,5407.7,dj -6121,SUCCESS,2,1,288.74,53895555.78,53895844.52,127,87,2821,461.98,ghz -6122,SUCCESS,2,1,2788.28,53895844.52,53898632.8,127,1339,1770,4461.25,wstate -6123,SUCCESS,2,1,981.84,53898632.8,53899614.64,127,256,3260,1570.94,dj -6126,SUCCESS,2,1,5076.01,53899614.64,53904690.65,127,1382,3122,8121.62,qpeexact -6129,SUCCESS,2,1,4569.88,53904690.65,53909260.53,127,1555,2498,7311.81,twolocalrandom -6132,SUCCESS,2,1,167.63,53909260.53,53909428.16,127,81,1759,268.21,ghz -6133,SUCCESS,2,1,6368.94,53909428.16,53915797.1,127,2071,2614,10190.3,realamprandom -6134,SUCCESS,2,1,7113.46,53915797.1,53922910.56,127,4196,1441,11381.54,qpeexact -6135,SUCCESS,2,1,5153.77,53922910.56,53928064.33,127,1420,3085,8246.03,qpeinexact -6137,SUCCESS,2,1,11474.23,53928064.33,53939538.56,127,3129,3117,18358.77,twolocalrandom -6138,SUCCESS,2,1,293.51,53939538.56,53939832.07,127,72,3465,469.62,graphstate -6139,SUCCESS,2,1,40413,53939832.07,53980245.07,127,12948,2653,64660.8,su2random -6140,SUCCESS,2,1,408.04,53980245.07,53980653.11,127,124,2797,652.86,graphstate -6142,SUCCESS,2,1,4159.25,53980653.11,53984812.36,127,1182,2991,6654.8,ae -6143,SUCCESS,2,1,642.32,53984812.36,53985454.68,127,277,1971,1027.71,graphstate -6144,SUCCESS,2,1,633.92,53985454.68,53986088.6,127,471,1144,1014.27,ae -6145,SUCCESS,2,1,20670.49,53986088.6,54006759.09,127,4533,3876,33072.78,qpeinexact -6146,SUCCESS,2,1,105.53,54006759.09,54006864.62,127,50,1794,168.85,graphstate -6147,SUCCESS,2,1,30286.76,54006864.62,54037151.38,127,6876,3744,48458.82,qpeexact -6148,SUCCESS,2,1,9714.93,54037151.38,54046866.31,127,2993,2759,15543.89,qpeinexact -6149,SUCCESS,2,1,3164.49,54046866.31,54050030.8,127,1149,2341,5063.18,realamprandom -6150,SUCCESS,2,1,10988.66,54050030.8,54061019.46,127,5019,1861,17581.86,ae -6151,SUCCESS,2,1,305.77,54061019.46,54061325.23,127,182,1428,489.23,graphstate -6153,SUCCESS,2,1,265.04,54061325.23,54061590.27,127,220,1024,424.06,dj -6154,SUCCESS,2,1,55984.83,54061590.27,54117575.1,127,15223,3126,89575.73,su2random -6155,SUCCESS,2,1,1470.27,54117575.1,54119045.37,127,849,1472,2352.43,dj -6156,SUCCESS,2,1,41191.22,54119045.37,54160236.59,127,8571,4085,65905.95,random -6158,SUCCESS,2,1,7234.12,54160236.59,54167470.71,127,5590,1100,11574.59,qnn -6159,SUCCESS,2,1,36561.5,54167470.71,54204032.21,127,8505,3654,58498.4,qpeinexact -6160,SUCCESS,2,1,610.46,54204032.21,54204642.67,127,296,1753,976.74,su2random -6161,SUCCESS,2,1,12698.88,54204642.67,54217341.55,127,4309,2505,20318.21,qnn -6162,SUCCESS,2,1,23639.25,54217341.55,54240980.8,127,5416,3710,37822.8,ae -6163,SUCCESS,2,1,211.33,54240980.8,54241192.13,127,110,1633,338.13,graphstate -6164,SUCCESS,2,1,155.09,54241192.13,54241347.22,127,61,2161,248.14,wstate -6165,SUCCESS,2,1,173.29,54241347.22,54241520.51,127,126,1169,277.26,graphstate -6166,SUCCESS,2,1,20647.74,54241520.51,54262168.25,127,5526,3176,33036.38,qft -6167,SUCCESS,2,1,752.67,54262168.25,54262920.92,127,276,2318,1204.27,ghz -6170,SUCCESS,2,1,14060.67,54262920.92,54276981.59,127,3261,3665,22497.07,qft -6171,SUCCESS,2,1,6121.04,54276981.59,54283102.63,127,1932,2693,9793.66,realamprandom -6172,SUCCESS,2,1,611.94,54283102.63,54283714.57,127,141,3689,979.1,wstate -6173,SUCCESS,2,1,1069.57,54283714.57,54284784.14,127,411,2212,1711.31,portfolioqaoa -6174,SUCCESS,2,1,32283.26,54284784.14,54317067.4,127,6799,4036,51653.22,qpeexact -6175,SUCCESS,2,1,60.94,54317067.4,54317128.34,127,23,2252,97.5,ghz -6176,SUCCESS,2,1,12094.64,54317128.34,54329222.98,127,7396,1390,19351.42,twolocalrandom -6177,SUCCESS,2,1,154.93,54329222.98,54329377.91,127,36,3658,247.89,dj -6179,SUCCESS,2,1,129598.95,54329377.91,54458976.86,127,37687,2923,207358.32,random -6180,SUCCESS,2,1,1069.66,54458976.86,54460046.52,127,305,2981,1711.46,wstate -6181,SUCCESS,2,1,1637.39,54460046.52,54461683.91,127,404,3445,2619.82,qpeinexact -6182,SUCCESS,2,1,3776.21,54461683.91,54465460.12,127,2137,1502,6041.94,qft -6183,SUCCESS,2,1,339.32,54465460.12,54465799.44,127,209,1380,542.91,wstate -6184,SUCCESS,2,1,13774.74,54465799.44,54479574.18,127,4976,2353,22039.58,ae -6185,SUCCESS,2,1,33478.16,54479574.18,54513052.34,127,11754,2421,53565.06,realamprandom -6186,SUCCESS,2,1,3888.18,54513052.34,54516940.52,127,1447,2284,6221.09,qpeinexact -6188,SUCCESS,2,1,346.64,54516940.52,54517287.16,127,80,3683,554.62,graphstate -6189,SUCCESS,2,1,1299.59,54517287.16,54518586.75,127,793,1393,2079.34,su2random -6191,SUCCESS,2,1,21793.48,54518586.75,54540380.23,127,10916,1697,34869.57,twolocalrandom -6194,SUCCESS,2,1,315.31,54540380.23,54540695.54,127,103,2602,504.5,graphstate -6196,SUCCESS,2,1,16001.45,54540695.54,54556696.99,127,3332,4082,25602.32,random -6197,SUCCESS,2,1,1314.62,54556696.99,54558011.61,127,308,3628,2103.39,ghz -6198,SUCCESS,2,1,2017.08,54558011.61,54560028.69,127,773,2218,3227.33,qpeinexact -6199,SUCCESS,2,1,2889.64,54560028.69,54562918.33,127,1597,1538,4623.42,random -6201,SUCCESS,2,1,5585.45,54562918.33,54568503.78,127,1427,3327,8936.72,qpeinexact -6202,SUCCESS,2,1,9540.96,54568503.78,54578044.74,127,2244,3614,15265.54,qft -6203,SUCCESS,2,1,2679.66,54578044.74,54580724.4,127,968,2353,4287.46,qnn -6204,SUCCESS,2,1,1463.46,54580724.4,54582187.86,127,495,2513,2341.54,random -6206,SUCCESS,2,1,12093.41,54582187.86,54594281.27,127,5258,1955,19349.46,qft -6207,SUCCESS,2,1,31963.97,54594281.27,54626245.24,127,7355,3694,51142.35,qpeinexact -6209,SUCCESS,2,1,7661.22,54626245.24,54633906.46,127,1838,3543,12257.95,qpeinexact -6210,SUCCESS,2,1,3619.39,54633906.46,54637525.85,127,987,3117,5791.02,wstate -6211,SUCCESS,2,1,30065.63,54637525.85,54667591.48,127,14422,1772,48105.01,twolocalrandom -6212,SUCCESS,2,1,569.48,54667591.48,54668160.96,127,143,3385,911.17,dj -6213,SUCCESS,2,1,9496.03,54668160.96,54677656.99,127,5476,1474,15193.65,qpeexact -6214,SUCCESS,2,1,1429.53,54677656.99,54679086.52,127,1043,1165,2287.25,qnn -6215,SUCCESS,2,1,1189.32,54679086.52,54680275.84,127,398,2540,1902.91,dj -6217,SUCCESS,2,1,4224.92,54680275.84,54684500.76,127,1405,2556,6759.87,realamprandom -6218,SUCCESS,2,1,29661.28,54684500.76,54714162.04,127,7106,3548,47458.05,twolocalrandom -6219,SUCCESS,2,1,41128.51,54714162.04,54755290.55,127,14188,2464,65805.62,twolocalrandom -6220,SUCCESS,2,1,16436.76,54755290.55,54771727.31,127,5910,2364,26298.82,qwalk-v-chain -6221,SUCCESS,2,1,1521.9,54771727.31,54773249.21,127,855,1513,2435.04,twolocalrandom -6222,SUCCESS,2,1,4520.95,54773249.21,54777770.16,127,2956,1300,7233.52,qftentangled -6223,SUCCESS,2,1,33.04,54777770.16,54777803.2,127,27,1040,52.86,graphstate -6224,SUCCESS,2,1,831.18,54777803.2,54778634.38,127,448,1577,1329.89,graphstate -6225,SUCCESS,2,1,662.18,54778634.38,54779296.56,127,352,1599,1059.49,graphstate -6226,SUCCESS,2,1,1451.49,54779296.56,54780748.05,127,741,1665,2322.38,dj -6227,SUCCESS,2,1,1989.94,54780748.05,54782737.99,127,447,3784,3183.9,graphstate -6228,SUCCESS,2,1,18080.63,54782737.99,54800818.62,127,7371,2085,28929.01,realamprandom -6230,SUCCESS,2,1,850.36,54800818.62,54801668.98,127,269,2687,1360.58,dj -6231,SUCCESS,2,1,1948.26,54801668.98,54803617.24,127,565,2931,3117.22,dj -6233,SUCCESS,2,1,3068.63,54803617.24,54806685.87,127,649,4019,4909.81,twolocalrandom -6236,SUCCESS,2,1,7035.84,54806685.87,54813721.71,127,2923,2046,11257.34,qpeexact -6238,SUCCESS,2,1,11544.96,54813721.71,54825266.67,127,7491,1310,18471.94,qpeexact -6239,SUCCESS,2,1,2713.84,54825266.67,54827980.51,127,564,4090,4342.14,qft -6242,SUCCESS,2,1,1905.41,54827980.51,54829885.92,127,696,2327,3048.66,wstate -6243,SUCCESS,2,1,2153.58,54829885.92,54832039.5,127,1073,1706,3445.73,ghz -6244,SUCCESS,2,1,10342.36,54832039.5,54842381.86,127,2681,3279,16547.78,qpeinexact -6245,SUCCESS,2,1,1432.06,54842381.86,54843813.92,127,301,4044,2291.3,ghz -6247,SUCCESS,2,1,11039.67,54843813.92,54854853.59,127,5356,1752,17663.47,su2random -6249,SUCCESS,2,1,5825.52,54854853.59,54860679.11,127,1972,2511,9320.83,qpeexact -6252,SUCCESS,2,1,3427.91,54860679.11,54864107.02,127,1781,1636,5484.66,qft -6253,SUCCESS,2,1,1199.76,54864107.02,54865306.78,127,602,1694,1919.62,dj -6254,SUCCESS,2,1,1481.16,54865306.78,54866787.94,127,653,1928,2369.86,qpeexact -6255,SUCCESS,2,1,4411.49,54866787.94,54871199.43,127,930,4032,7058.38,wstate -6256,SUCCESS,2,1,442.85,54871199.43,54871642.28,127,144,2614,708.56,dj -6258,SUCCESS,2,1,17525.88,54871642.28,54889168.16,127,6283,2371,28041.41,qnn -6259,SUCCESS,2,1,3066.56,54889168.16,54892234.72,127,1882,1385,4906.5,random -6260,SUCCESS,2,1,23706.73,54892234.72,54915941.45,127,5542,3636,37930.77,realamprandom -6263,SUCCESS,2,1,339.91,54915941.45,54916281.36,127,124,2330,543.86,qpeexact -6264,SUCCESS,2,1,1566.6,54916281.36,54917847.96,127,423,3148,2506.56,dj -6265,SUCCESS,2,1,66.27,54917847.96,54917914.23,127,15,3755,106.03,ghz -6267,SUCCESS,2,1,996.97,54917914.23,54918911.2,127,286,2963,1595.15,dj -6268,SUCCESS,2,1,1173.9,54918911.2,54920085.1,127,826,1208,1878.24,qftentangled -6269,SUCCESS,2,1,118.17,54920085.1,54920203.27,127,40,2511,189.07,graphstate -6270,SUCCESS,2,1,705.21,54920203.27,54920908.48,127,446,1344,1128.34,ghz -6271,SUCCESS,2,1,1691.99,54920908.48,54922600.47,127,851,1690,2707.18,wstate -6274,SUCCESS,2,1,11102.83,54922600.47,54933703.3,127,4494,2100,17764.53,ae -6276,SUCCESS,2,1,1308.99,54933703.3,54935012.29,127,326,3413,2094.38,groundstate -6277,SUCCESS,2,1,2219.31,54935012.29,54937231.6,127,1023,1844,3550.9,qft -6280,SUCCESS,2,1,1156.49,54937231.6,54938388.09,127,369,2664,1850.38,qft -6281,SUCCESS,2,1,680.12,54938388.09,54939068.21,127,492,1175,1088.19,qpeinexact -6282,SUCCESS,2,1,307.38,54939068.21,54939375.59,127,88,2969,491.81,ghz -6283,SUCCESS,2,1,1393.64,54939375.59,54940769.23,127,592,2001,2229.82,qpeexact -6287,SUCCESS,2,1,6289.2,54940769.23,54947058.43,127,3494,1530,10062.72,ae -6288,SUCCESS,2,1,1961,54947058.43,54949019.43,127,1258,1325,3137.6,qpeinexact -6289,SUCCESS,2,1,480.01,54949019.43,54949499.44,127,171,2386,768.02,dj -6291,SUCCESS,2,1,251.9,54949499.44,54949751.34,127,61,3510,403.04,graphstate -6292,SUCCESS,2,1,160.18,54949751.34,54949911.52,127,122,1116,256.29,ghz -6293,SUCCESS,2,1,24894.8,54949911.52,54974806.32,127,6525,3243,39831.68,qft -6294,SUCCESS,2,1,22747.34,54974806.32,54997553.66,127,5174,3737,36395.74,qpeinexact -6296,SUCCESS,2,1,11696.05,54997553.66,55009249.71,127,7337,1355,18713.68,random -6297,SUCCESS,2,1,387.11,55009249.71,55009636.82,127,311,1058,619.38,graphstate -6299,SUCCESS,2,1,351.59,55009636.82,55009988.41,127,197,1517,562.54,wstate -6300,SUCCESS,2,1,683.94,55009988.41,55010672.35,127,491,1184,1094.3,groundstate -6301,SUCCESS,2,1,136.89,55010672.35,55010809.24,127,96,1212,219.02,graphstate -6302,SUCCESS,2,1,14745.47,55010809.24,55025554.71,127,5284,2372,23592.75,qpeinexact -6303,SUCCESS,2,1,2049.02,55025554.71,55027603.73,127,1184,1471,3278.43,qpeinexact -6304,SUCCESS,2,1,588.8,55027603.73,55028192.53,127,252,1986,942.08,dj -6306,SUCCESS,2,1,4444.45,55028192.53,55032636.98,127,962,3927,7111.12,qftentangled -6309,SUCCESS,2,1,11650.65,55032636.98,55044287.63,127,4954,1999,18641.04,su2random -6310,SUCCESS,2,1,828.76,55044287.63,55045116.39,127,241,2923,1326.02,wstate -6311,SUCCESS,2,1,5787.93,55045116.39,55050904.32,127,3035,1621,9260.69,qnn -6312,SUCCESS,2,1,1309.6,55050904.32,55052213.92,127,594,1874,2095.36,qnn -6313,SUCCESS,2,1,513.13,55052213.92,55052727.05,127,123,3546,821.01,dj -6314,SUCCESS,2,1,5097.5,55052727.05,55057824.55,127,2506,1729,8156,qft -6315,SUCCESS,2,1,1173.05,55057824.55,55058997.6,127,822,1213,1876.88,ae -6316,SUCCESS,2,1,26780.15,55058997.6,55085777.75,127,9625,2365,42848.24,su2random -6317,SUCCESS,2,1,1139.46,55085777.75,55086917.21,127,337,2874,1823.14,qftentangled -6318,SUCCESS,2,1,34173.59,55086917.21,55121090.8,127,7450,3899,54677.74,su2random -6320,SUCCESS,2,1,31747.57,55121090.8,55152838.37,127,6982,3865,50796.11,qpeinexact -6321,SUCCESS,2,1,2587.89,55152838.37,55155426.26,127,591,3722,4140.62,twolocalrandom -6323,SUCCESS,2,1,2424.04,55155426.26,55157850.3,127,1018,2024,3878.46,ae -6324,SUCCESS,2,1,312.76,55157850.3,55158163.06,127,89,2987,500.42,ghz -6326,SUCCESS,2,1,6392.95,55158163.06,55164556.01,127,4242,1281,10228.72,su2random -6327,SUCCESS,2,1,11850.36,55164556.01,55176406.37,127,5596,1800,18960.58,random -6328,SUCCESS,2,1,350.56,55176406.37,55176756.93,127,108,2759,560.9,graphstate -6329,SUCCESS,2,1,33775.5,55176756.93,55210532.43,127,9775,2937,54040.8,twolocalrandom -6330,SUCCESS,2,1,5224.74,55210532.43,55215757.17,127,1288,3448,8359.58,qft -6331,SUCCESS,2,1,5937.16,55215757.17,55221694.33,127,3903,1293,9499.46,qpeinexact -6332,SUCCESS,2,1,17689.52,55221694.33,55239383.85,127,5201,2891,28303.23,qpeinexact -6333,SUCCESS,2,1,5339.69,55239383.85,55244723.54,127,2902,1564,8543.5,ae -6335,SUCCESS,2,1,687.84,55244723.54,55245411.38,127,164,3565,1100.54,graphstate -6336,SUCCESS,2,1,3968.31,55245411.38,55249379.69,127,976,3456,6349.3,portfoliovqe -6337,SUCCESS,2,1,80.06,55249379.69,55249459.75,127,50,1361,128.1,graphstate -6338,SUCCESS,2,1,16783.81,55249459.75,55266243.56,127,5804,2458,26854.1,qftentangled -6339,SUCCESS,2,1,6084.07,55266243.56,55272327.63,127,1517,3409,9734.51,qpeexact -6340,SUCCESS,2,1,31024.32,55272327.63,55303351.95,127,10293,2562,49638.91,qpeexact -6342,SUCCESS,2,1,357.11,55303351.95,55303709.06,127,261,1163,571.38,wstate -6343,SUCCESS,2,1,5168.59,55303709.06,55308877.65,127,3107,1414,8269.74,qftentangled -6344,SUCCESS,2,1,2425.43,55308877.65,55311303.08,127,972,2121,3880.69,wstate -6345,SUCCESS,2,1,37607.06,55311303.08,55348910.14,127,12049,2653,60171.3,twolocalrandom -6348,SUCCESS,2,1,20736.41,55348910.14,55369646.55,127,11030,1598,33178.26,ae -6349,SUCCESS,2,1,162.84,55369646.55,55369809.39,127,91,1521,260.54,dj -6350,SUCCESS,2,1,4311.67,55369809.39,55374121.06,127,939,3903,6898.67,su2random -6352,SUCCESS,2,1,28460.27,55374121.06,55402581.33,127,6427,3764,45536.43,qft -6353,SUCCESS,2,1,567.3,55402581.33,55403148.63,127,183,2635,907.68,twolocalrandom -6354,SUCCESS,2,1,1230.4,55403148.63,55404379.03,127,556,1881,1968.64,qft -6355,SUCCESS,2,1,275.62,55404379.03,55404654.65,127,82,2857,440.99,graphstate -6356,SUCCESS,2,1,572.41,55404654.65,55405227.06,127,212,2295,915.86,graphstate -6358,SUCCESS,2,1,171.36,55405227.06,55405398.42,127,63,2312,274.18,graphstate -6362,SUCCESS,2,1,8926.84,55405398.42,55414325.26,127,5370,1413,14282.94,twolocalrandom -6363,SUCCESS,2,1,1021.14,55414325.26,55415346.4,127,283,3067,1633.82,realamprandom -6364,SUCCESS,2,1,8328.98,55415346.4,55423675.38,127,6525,1085,13326.37,qwalk-noancilla -6365,SUCCESS,2,1,7217.67,55423675.38,55430893.05,127,2309,2657,11548.27,twolocalrandom -6366,SUCCESS,2,1,13207.08,55430893.05,55444100.13,127,8409,1335,21131.33,twolocalrandom -6367,SUCCESS,2,1,1892.35,55444100.13,55445992.48,127,563,2857,3027.76,ghz -6368,SUCCESS,2,1,2711.58,55445992.48,55448704.06,127,932,2473,4338.53,qftentangled -6369,SUCCESS,2,1,46.87,55448704.06,55448750.93,127,21,1897,74.99,ghz -6370,SUCCESS,2,1,565.08,55448750.93,55449316.01,127,168,2859,904.13,dj -6373,SUCCESS,2,1,27130.48,55449316.01,55476446.49,127,8650,2666,43408.77,qftentangled -6374,SUCCESS,2,1,15510.57,55476446.49,55491957.06,127,3464,3806,24816.91,random -6376,SUCCESS,2,1,700.35,55491957.06,55492657.41,127,361,1649,1120.56,twolocalrandom -6377,SUCCESS,2,1,1099.3,55492657.41,55493756.71,127,414,2257,1758.88,qftentangled -6378,SUCCESS,2,1,236.26,55493756.71,55493992.97,127,159,1263,378.02,qpeexact -6381,SUCCESS,2,1,5755.12,55493992.97,55499748.09,127,1462,3346,9208.19,wstate -6382,SUCCESS,2,1,165.45,55499748.09,55499913.54,127,49,2870,264.72,wstate -6383,SUCCESS,2,1,13958.16,55499913.54,55513871.7,127,3282,3615,22333.06,qnn -6384,SUCCESS,2,1,4438.83,55513871.7,55518310.53,127,1078,3500,7102.13,twolocalrandom -6385,SUCCESS,2,1,1239.26,55518310.53,55519549.79,127,862,1222,1982.82,ghz -6387,SUCCESS,2,1,3785.32,55519549.79,55523335.11,127,899,3579,6056.51,qnn -6389,SUCCESS,2,1,11704.73,55523335.11,55535039.84,127,7294,1364,18727.57,qftentangled -6390,SUCCESS,2,1,157.05,55535039.84,55535196.89,127,55,2427,251.28,graphstate -6391,SUCCESS,2,1,3998.91,55535196.89,55539195.8,127,1753,1939,6398.26,qpeexact -6392,SUCCESS,2,1,79.32,55539195.8,55539275.12,127,34,1983,126.91,ghz -6393,SUCCESS,2,1,9594.52,55539275.12,55548869.64,127,2131,3827,15351.23,su2random -6395,SUCCESS,2,1,40257.69,55548869.64,55589127.33,127,9406,3638,64412.3,twolocalrandom -6396,SUCCESS,2,1,9602.81,55589127.33,55598730.14,127,2934,2782,15364.5,qnn -6398,SUCCESS,2,1,17330.75,55598730.14,55616060.89,127,5248,2807,27729.2,qnn -6399,SUCCESS,2,1,14870.03,55616060.89,55630930.92,127,3208,3940,23792.05,ae -6400,SUCCESS,2,1,3921.9,55630930.92,55634852.82,127,867,3845,6275.04,qnn -6401,SUCCESS,2,1,1700.79,55634852.82,55636553.61,127,1184,1221,2721.26,qpeexact -6402,SUCCESS,2,1,2184.27,55636553.61,55638737.88,127,1096,1694,3494.83,qftentangled -6404,SUCCESS,2,1,1730.56,55638737.88,55640468.44,127,842,1747,2768.9,ghz -6405,SUCCESS,2,1,1851.68,55640468.44,55642320.12,127,401,3925,2962.69,portfoliovqe -6406,SUCCESS,2,1,1376.64,55642320.12,55643696.76,127,306,3824,2202.62,graphstate -6407,SUCCESS,2,1,42781.76,55643696.76,55686478.52,127,16898,2152,68450.82,su2random -6409,SUCCESS,2,1,3385.16,55686478.52,55689863.68,127,1210,2378,5416.26,ae -6410,SUCCESS,2,1,6367.99,55689863.68,55696231.67,127,4415,1226,10188.78,qftentangled -6411,SUCCESS,2,1,12312.81,55696231.67,55708544.48,127,8151,1284,19700.5,random -6412,SUCCESS,2,1,3214.24,55708544.48,55711758.72,127,1301,2100,5142.78,wstate -6413,SUCCESS,2,1,172.69,55711758.72,55711931.41,127,141,1041,276.3,wstate -6414,SUCCESS,2,1,2080.04,55711931.41,55714011.45,127,672,2631,3328.06,qft -6415,SUCCESS,2,1,217.88,55714011.45,55714229.33,127,56,3307,348.61,ghz -6419,SUCCESS,2,1,2776.58,55714229.33,55717005.91,127,845,2793,4442.53,portfoliovqe -6420,SUCCESS,2,1,83898.72,55717005.91,55800904.63,127,19490,3659,134237.95,qwalk-noancilla -6421,SUCCESS,2,1,26357.39,55800904.63,55827262.02,127,8687,2579,42171.82,su2random -6422,SUCCESS,2,1,171.97,55827262.02,55827433.99,127,44,3322,275.15,graphstate -6423,SUCCESS,2,1,1305.76,55827433.99,55828739.75,127,297,3737,2089.22,su2random -6425,SUCCESS,2,1,41889.49,55828739.75,55870629.24,127,9694,3673,67023.18,realamprandom -6426,SUCCESS,2,1,2658.06,55870629.24,55873287.3,127,730,3095,4252.9,dj -6427,SUCCESS,2,1,177.48,55873287.3,55873464.78,127,70,2155,283.97,ghz -6428,SUCCESS,2,1,34557.66,55873464.78,55908022.44,127,14556,2018,55292.26,realamprandom -6430,SUCCESS,2,1,32645.6,55908022.44,55940668.04,127,14551,1907,52232.96,realamprandom -6431,SUCCESS,2,1,4687.21,55940668.04,55945355.25,127,1453,2742,7499.54,qpeinexact -6432,SUCCESS,2,1,17229.7,55945355.25,55962584.95,127,4797,3053,27567.52,twolocalrandom -6433,SUCCESS,2,1,4285.04,55962584.95,55966869.99,127,1899,1918,6856.06,qftentangled -6434,SUCCESS,2,1,16523.96,55966869.99,55983393.95,127,5959,2357,26438.34,qftentangled -6435,SUCCESS,2,1,1821.32,55983393.95,55985215.27,127,485,3192,2914.11,pricingcall -6436,SUCCESS,2,1,33654.47,55985215.27,56018869.74,127,7694,3718,53847.15,random -6437,SUCCESS,2,1,1537.66,56018869.74,56020407.4,127,349,3745,2460.26,wstate -6439,SUCCESS,2,1,280.11,56020407.4,56020687.51,127,113,2107,448.18,graphstate -6440,SUCCESS,2,1,5485.42,56020687.51,56026172.93,127,1667,2797,8776.67,random -6441,SUCCESS,2,1,16268.14,56026172.93,56042441.07,127,4659,2968,26029.02,qft -6442,SUCCESS,2,1,32466.34,56042441.07,56074907.41,127,10964,2517,51946.14,qpeinexact -6443,SUCCESS,2,1,1629.18,56074907.41,56076536.59,127,548,2527,2606.69,twolocalrandom -6444,SUCCESS,2,1,14062.32,56076536.59,56090598.91,127,4159,2874,22499.71,qnn -6445,SUCCESS,2,1,7783.95,56090598.91,56098382.86,127,4901,1350,12454.32,qft -6446,SUCCESS,2,1,467.29,56098382.86,56098850.15,127,109,3644,747.66,graphstate -6447,SUCCESS,2,1,29159.02,56098850.15,56128009.17,127,7911,3133,46654.43,twolocalrandom -6448,SUCCESS,2,1,213.02,56128009.17,56128222.19,127,63,2874,340.83,ghz -6449,SUCCESS,2,1,41163.45,56128222.19,56169385.64,127,10432,3354,65861.52,su2random -6450,SUCCESS,2,1,14318.3,56169385.64,56183703.94,127,5443,2236,22909.28,qpeinexact -6453,SUCCESS,2,1,93.68,56183703.94,56183797.62,127,27,2949,149.89,vqe -6454,SUCCESS,2,1,1877.02,56183797.62,56185674.64,127,1058,1508,3003.23,twolocalrandom -6455,SUCCESS,2,1,49.62,56185674.64,56185724.26,127,26,1622,79.39,routing -6456,SUCCESS,2,1,20269.56,56185724.26,56205993.82,127,7733,2228,32431.3,qft -6457,SUCCESS,2,1,14645.91,56205993.82,56220639.73,127,4021,3096,23433.46,qftentangled -6458,SUCCESS,2,1,498.54,56220639.73,56221138.27,127,237,1788,797.66,twolocalrandom -6459,SUCCESS,2,1,2053.04,56221138.27,56223191.31,127,483,3613,3284.86,dj -6461,SUCCESS,2,1,2202.6,56223191.31,56225393.91,127,1211,1546,3524.16,twolocalrandom -6462,SUCCESS,2,1,227.07,56225393.91,56225620.98,127,114,1693,363.31,vqe -6463,SUCCESS,2,1,3231.6,56225620.98,56228852.58,127,1223,2246,5170.56,qwalk-v-chain -6464,SUCCESS,2,1,673.22,56228852.58,56229525.8,127,339,1688,1077.15,qft -6465,SUCCESS,2,1,2260.09,56229525.8,56231785.89,127,671,2863,3616.14,pricingcall -6466,SUCCESS,2,1,13061.47,56231785.89,56244847.36,127,6276,1769,20898.35,su2random -6467,SUCCESS,2,1,686.88,56244847.36,56245534.24,127,410,1424,1099.01,dj -6468,SUCCESS,2,1,2551.24,56245534.24,56248085.48,127,711,3050,4081.98,qpeexact -6469,SUCCESS,2,1,45354.3,56248085.48,56293439.78,127,9597,4017,72566.88,realamprandom -6471,SUCCESS,2,1,2000.02,56293439.78,56295439.8,127,856,1986,3200.03,ghz -6472,SUCCESS,2,1,1541.71,56295439.8,56296981.51,127,1276,1027,2466.74,qpeinexact -6473,SUCCESS,2,1,1706.44,56296981.51,56298687.95,127,381,3807,2730.3,wstate -6474,SUCCESS,2,1,23569.4,56298687.95,56322257.35,127,10211,1962,37711.04,qpeexact -6475,SUCCESS,2,1,745.11,56322257.35,56323002.46,127,157,4034,1192.18,wstate -6476,SUCCESS,2,1,19855.48,56323002.46,56342857.94,127,4191,4027,31768.77,qnn -6477,SUCCESS,2,1,2333,56342857.94,56345190.94,127,636,3118,3732.8,wstate -6479,SUCCESS,2,1,757.14,56345190.94,56345948.08,127,231,2786,1211.42,qpeinexact -6481,SUCCESS,2,1,1243.86,56345948.08,56347191.94,127,295,3584,1990.18,ghz -6482,SUCCESS,2,1,31581.81,56347191.94,56378773.75,127,8593,3124,50530.9,ae -6483,SUCCESS,2,1,20134.2,56378773.75,56398907.95,127,5865,2918,32214.72,random -6484,SUCCESS,2,1,24320.43,56398907.95,56423228.38,127,6147,3363,38912.69,ae -6486,SUCCESS,2,1,1551,56423228.38,56424779.38,127,1034,1275,2481.6,wstate -6487,SUCCESS,2,1,1037.06,56424779.38,56425816.44,127,318,2772,1659.3,portfoliovqe -6488,SUCCESS,2,1,498.75,56425816.44,56426315.19,127,195,2174,798,graphstate -6490,SUCCESS,2,1,350,56426315.19,56426665.19,127,85,3500,560,ghz -6492,SUCCESS,2,1,22105.73,56426665.19,56448770.92,127,5335,3522,35369.17,ae -6494,SUCCESS,2,1,121.36,56448770.92,56448892.28,127,84,1228,194.18,ghz -6495,SUCCESS,2,1,81626.19,56448892.28,56530518.47,127,19886,3489,130601.9,random -6496,SUCCESS,2,1,222.21,56530518.47,56530740.68,127,92,2053,355.54,ghz -6498,SUCCESS,2,1,927.19,56530740.68,56531667.87,127,292,2699,1483.5,twolocalrandom -6502,SUCCESS,2,1,12082.95,56531667.87,56543750.82,127,8726,1177,19332.72,ae -6503,SUCCESS,2,1,49456.88,56543750.82,56593207.7,127,14481,2903,79131.01,realamprandom -6504,SUCCESS,2,1,21014.54,56593207.7,56614222.24,127,4846,3686,33623.26,ae -6505,SUCCESS,2,1,3331.85,56614222.24,56617554.09,127,788,3594,5330.96,wstate -6506,SUCCESS,2,1,2152.72,56617554.09,56619706.81,127,582,3144,3444.35,dj -6507,SUCCESS,2,1,127426.24,56619706.81,56747133.05,127,33975,3188,203881.98,random -6508,SUCCESS,2,1,20636.33,56747133.05,56767769.38,127,11032,1590,33018.13,su2random -6510,SUCCESS,2,1,1029.17,56767769.38,56768798.55,127,269,3252,1646.67,dj -6512,SUCCESS,2,1,32187.71,56768798.55,56800986.26,127,7335,3730,51500.34,qnn -6516,SUCCESS,2,1,1790.39,56800986.26,56802776.65,127,396,3843,2864.62,dj -6517,SUCCESS,2,1,8223.65,56802776.65,56811000.3,127,1827,3826,13157.84,qft -6519,SUCCESS,2,1,24624.06,56811000.3,56835624.36,127,6470,3235,39398.5,qpeinexact -6520,SUCCESS,2,1,18778.86,56835624.36,56854403.22,127,4951,3224,30046.18,qft -6521,SUCCESS,2,1,728.64,56854403.22,56855131.86,127,561,1104,1165.82,qft -6522,SUCCESS,2,1,1065.04,56855131.86,56856196.9,127,227,3988,1704.06,twolocalrandom -6523,SUCCESS,2,1,5929.08,56856196.9,56862125.98,127,1345,3747,9486.53,su2random -6524,SUCCESS,2,1,54701.98,56862125.98,56916827.96,127,17063,2725,87523.17,realamprandom -6525,SUCCESS,2,1,6662.44,56916827.96,56923490.4,127,3738,1515,10659.9,random -6527,SUCCESS,2,1,5678.5,56923490.4,56929168.9,127,4659,1036,9085.6,twolocalrandom -6528,SUCCESS,2,1,219,56929168.9,56929387.9,127,146,1275,350.4,ae -6530,SUCCESS,2,1,3652.93,56929387.9,56933040.83,127,2011,1544,5844.69,qft -6531,SUCCESS,2,1,582.45,56933040.83,56933623.28,127,175,2829,931.92,dj -6532,SUCCESS,2,1,2216.49,56933623.28,56935839.77,127,676,2787,3546.38,dj -6533,SUCCESS,2,1,11005.59,56935839.77,56946845.36,127,5649,1656,17608.94,qft -6534,SUCCESS,2,1,169.29,56946845.36,56947014.65,127,127,1133,270.86,graphstate -6535,SUCCESS,2,1,141.97,56947014.65,56947156.62,127,48,2514,227.15,graphstate -6537,SUCCESS,2,1,18912.16,56947156.62,56966068.78,127,4913,3272,30259.46,qpeinexact -6539,SUCCESS,2,1,29956.78,56966068.78,56996025.56,127,22837,1115,47930.85,random -6541,SUCCESS,2,1,63194.11,56996025.56,57059219.67,127,18664,2878,101110.58,su2random -6542,SUCCESS,2,1,612.89,57059219.67,57059832.56,127,302,1725,980.62,ghz -6544,SUCCESS,2,1,2601.76,57059832.56,57062434.32,127,952,2323,4162.82,ghz -6547,SUCCESS,2,1,1226.38,57062434.32,57063660.7,127,289,3607,1962.21,qftentangled -6548,SUCCESS,2,1,13057.51,57063660.7,57076718.21,127,3770,2944,20892.02,qpeinexact -6550,SUCCESS,2,1,828.55,57076718.21,57077546.76,127,424,1661,1325.68,dj -6553,SUCCESS,2,1,14114.74,57077546.76,57091661.5,127,5205,2305,22583.58,twolocalrandom -6555,SUCCESS,2,1,4036.78,57091661.5,57095698.28,127,898,3821,6458.85,qpeexact -6556,SUCCESS,2,1,987.62,57095698.28,57096685.9,127,369,2275,1580.19,wstate -6557,SUCCESS,2,1,697.17,57096685.9,57097383.07,127,308,1924,1115.47,graphstate -6558,SUCCESS,2,1,32827.81,57097383.07,57130210.88,127,9612,2903,52524.5,ae -6559,SUCCESS,2,1,3964.38,57130210.88,57134175.26,127,941,3581,6343.01,qpeinexact -6560,SUCCESS,2,1,382.19,57134175.26,57134557.45,127,163,1993,611.5,realamprandom -6561,SUCCESS,2,1,30.44,57134557.45,57134587.89,127,24,1078,48.7,routing -6562,SUCCESS,2,1,2189.23,57134587.89,57136777.12,127,1023,1819,3502.77,qftentangled -6563,SUCCESS,2,1,9498.96,57136777.12,57146276.08,127,2686,3006,15198.34,qpeexact -6564,SUCCESS,2,1,879.91,57146276.08,57147155.99,127,333,2246,1407.86,wstate -6565,SUCCESS,2,1,15358.16,57147155.99,57162514.15,127,3533,3695,24573.06,realamprandom -6566,SUCCESS,2,1,728.11,57162514.15,57163242.26,127,482,1284,1164.98,dj -6567,SUCCESS,2,1,22002.89,57163242.26,57185245.15,127,5926,3156,35204.62,ae -6568,SUCCESS,2,1,1397.67,57185245.15,57186642.82,127,1081,1099,2236.27,ae -6569,SUCCESS,2,1,1198.88,57186642.82,57187841.7,127,266,3831,1918.21,ae -6570,SUCCESS,2,1,2944.05,57187841.7,57190785.75,127,919,2723,4710.48,ghz -6571,SUCCESS,2,1,2252.49,57190785.75,57193038.24,127,1413,1355,3603.98,qft -6572,SUCCESS,2,1,40002.12,57193038.24,57233040.36,127,9128,3725,64003.39,qnn -6573,SUCCESS,2,1,900.1,57233040.36,57233940.46,127,248,3085,1440.16,graphstate -6575,SUCCESS,2,1,368.19,57233940.46,57234308.65,127,80,3912,589.1,graphstate -6576,SUCCESS,2,1,417.65,57234308.65,57234726.3,127,219,1621,668.24,dj -6577,SUCCESS,2,1,11498,57234726.3,57246224.3,127,2623,3726,18396.8,su2random -6578,SUCCESS,2,1,995.4,57246224.3,57247219.7,127,474,1785,1592.64,ae -6579,SUCCESS,2,1,38230.31,57247219.7,57285450.01,127,10890,2984,61168.5,su2random -6580,SUCCESS,2,1,27731.75,57285450.01,57313181.76,127,15014,1570,44370.8,realamprandom -6582,SUCCESS,2,1,664.92,57313181.76,57313846.68,127,367,1540,1063.87,graphstate -6583,SUCCESS,2,1,3440.97,57313846.68,57317287.65,127,812,3602,5505.55,qft -6584,SUCCESS,2,1,3648,57317287.65,57320935.65,127,912,3400,5836.8,su2random -6585,SUCCESS,2,1,87440.11,57320935.65,57408375.76,127,18999,3912,139904.18,random -6586,SUCCESS,2,1,625.71,57408375.76,57409001.47,127,378,1407,1001.14,graphstate -6587,SUCCESS,2,1,176.36,57409001.47,57409177.83,127,86,1743,282.18,ghz -6589,SUCCESS,2,1,3451.24,57409177.83,57412629.07,127,738,3975,5521.98,ghz -6590,SUCCESS,2,1,152.46,57412629.07,57412781.53,127,51,2541,243.94,ghz -6594,SUCCESS,2,1,1293.42,57412781.53,57414074.95,127,413,2662,2069.47,dj -6595,SUCCESS,2,1,6539.41,57414074.95,57420614.36,127,2422,2295,10463.06,qftentangled -6597,SUCCESS,2,1,3060.95,57420614.36,57423675.31,127,1337,1946,4897.52,qnn -6598,SUCCESS,2,1,44.98,57423675.31,57423720.29,127,36,1062,71.97,dj -6599,SUCCESS,2,1,19099.07,57423720.29,57442819.36,127,7316,2219,30558.51,grover-v-chain -6600,SUCCESS,2,1,932.65,57442819.36,57443752.01,127,473,1676,1492.24,qpeexact -6601,SUCCESS,2,1,16941.03,57443752.01,57460693.04,127,4712,3056,27105.65,qpeinexact -6603,SUCCESS,2,1,379.13,57460693.04,57461072.17,127,82,3930,606.61,graphstate -6604,SUCCESS,2,1,847.51,57461072.17,57461919.68,127,424,1699,1356.02,groundstate -6605,SUCCESS,2,1,1673.51,57461919.68,57463593.19,127,469,3033,2677.62,qnn -6606,SUCCESS,2,1,19942.57,57463593.19,57483535.76,127,4434,3823,31908.11,qpeinexact -6607,SUCCESS,2,1,574.82,57483535.76,57484110.58,127,313,1561,919.71,qpeexact -6610,SUCCESS,2,1,5015.65,57484110.58,57489126.23,127,1350,3158,8025.04,qftentangled -6612,SUCCESS,2,1,28917.04,57489126.23,57518043.27,127,7911,3107,46267.26,realamprandom -6613,SUCCESS,2,1,23959.8,57518043.27,57542003.07,127,16762,1215,38335.68,twolocalrandom -6614,SUCCESS,2,1,4430,57542003.07,57546433.07,127,2215,1700,7088,qftentangled -6617,SUCCESS,2,1,7754.5,57546433.07,57554187.57,127,1796,3670,12407.2,qnn -6618,SUCCESS,2,1,21338.21,57554187.57,57575525.78,127,7608,2384,34141.14,qftentangled -6619,SUCCESS,2,1,219.1,57575525.78,57575744.88,127,69,2699,350.56,graphstate -6620,SUCCESS,2,1,370.31,57575744.88,57576115.19,127,258,1220,592.5,graphstate -6622,SUCCESS,2,1,770.2,57576115.19,57576885.39,127,292,2242,1232.32,qnn -6624,SUCCESS,2,1,2193.46,57576885.39,57579078.85,127,1749,1066,3509.54,twolocalrandom -6625,SUCCESS,2,1,8670.8,57579078.85,57587749.65,127,2027,3636,13873.28,qpeexact -6626,SUCCESS,2,1,61083.37,57587749.65,57648833.02,127,12801,4056,97733.39,su2random -6628,SUCCESS,2,1,2014.13,57648833.02,57650847.15,127,447,3830,3222.61,dj -6630,SUCCESS,2,1,209.84,57650847.15,57651056.99,127,52,3430,335.74,graphstate -6631,SUCCESS,2,1,5137.45,57651056.99,57656194.44,127,1122,3892,8219.92,ae -6633,SUCCESS,2,1,5890.55,57656194.44,57662084.99,127,3153,1588,9424.88,qnn -6634,SUCCESS,2,1,14278.59,57662084.99,57676363.58,127,6224,1950,22845.74,qftentangled -6635,SUCCESS,2,1,5569.8,57676363.58,57681933.38,127,1563,3029,8911.68,qftentangled -6636,SUCCESS,2,1,17196.05,57681933.38,57699129.43,127,4084,3579,27513.68,ae -6637,SUCCESS,2,1,1547.45,57699129.43,57700676.88,127,513,2564,2475.92,dj -6638,SUCCESS,2,1,10543.9,57700676.88,57711220.78,127,8676,1033,16870.24,qnn -6639,SUCCESS,2,1,48.03,57711220.78,57711268.81,127,17,2401,76.85,ghz -6640,SUCCESS,2,1,2865.06,57711268.81,57714133.87,127,710,3430,4584.1,qnn -6641,SUCCESS,2,1,75134.33,57714133.87,57789268.2,127,24516,2605,120214.93,random -6642,SUCCESS,2,1,34.41,57789268.2,57789302.61,127,27,1083,55.06,ghz -6643,SUCCESS,2,1,806.56,57789302.61,57790109.17,127,275,2493,1290.5,realamprandom -6644,SUCCESS,2,1,1042.85,57790109.17,57791152.02,127,460,1927,1668.56,ae -6645,SUCCESS,2,1,26840.51,57791152.02,57817992.53,127,7532,3029,42944.82,qpeexact -6646,SUCCESS,2,1,17357.32,57817992.53,57835349.85,127,4981,2962,27771.71,qpeinexact -6647,SUCCESS,2,1,399.54,57835349.85,57835749.39,127,313,1085,639.26,wstate -6648,SUCCESS,2,1,13669.39,57835749.39,57849418.78,127,5194,2237,21871.02,qpeexact -6649,SUCCESS,2,1,2550.24,57849418.78,57851969.02,127,1224,1771,4080.38,qpeexact -6650,SUCCESS,2,1,41897.02,57851969.02,57893866.04,127,16910,2106,67035.23,random -6651,SUCCESS,2,1,22199.13,57893866.04,57916065.17,127,6364,2965,35518.61,qpeinexact -6652,SUCCESS,2,1,3324.37,57916065.17,57919389.54,127,837,3376,5318.99,su2random -6654,SUCCESS,2,1,7179.45,57919389.54,57926568.99,127,1856,3288,11487.12,qft -6655,SUCCESS,2,1,2371.86,57926568.99,57928940.85,127,1738,1160,3794.98,realamprandom -6656,SUCCESS,2,1,6849.46,57928940.85,57935790.31,127,2030,2868,10959.14,ae -6657,SUCCESS,2,1,3262.79,57935790.31,57939053.1,127,2609,1063,5220.46,qft -6659,SUCCESS,2,1,170.41,57939053.1,57939223.51,127,98,1478,272.66,ghz -6660,SUCCESS,2,1,162.44,57939223.51,57939385.95,127,88,1569,259.9,graphstate -6661,SUCCESS,2,1,2962.77,57939385.95,57942348.72,127,1209,2083,4740.43,twolocalrandom -6662,SUCCESS,2,1,40466.12,57942348.72,57982814.84,127,13019,2642,64745.79,realamprandom -6663,SUCCESS,2,1,36033.7,57982814.84,58018848.54,127,8120,3772,57653.92,grover-v-chain -6664,SUCCESS,2,1,356.64,58018848.54,58019205.18,127,99,3062,570.62,ghz -6667,SUCCESS,2,1,46797.82,58019205.18,58066003,127,17416,2284,74876.51,random -6670,SUCCESS,2,1,711.15,58066003,58066714.15,127,348,1737,1137.84,realamprandom -6671,SUCCESS,2,1,118.18,58066714.15,58066832.33,127,43,2336,189.09,graphstate -6672,SUCCESS,2,1,67721.31,58066832.33,58134553.64,127,14905,3862,108354.1,su2random -6674,SUCCESS,2,1,35438.37,58134553.64,58169992.01,127,7510,4011,56701.39,qftentangled -6676,SUCCESS,2,1,3137.42,58169992.01,58173129.43,127,1475,1808,5019.87,twolocalrandom -6677,SUCCESS,2,1,84615.96,58173129.43,58257745.39,127,18537,3880,135385.54,qnn -6678,SUCCESS,2,1,1366.14,58257745.39,58259111.53,127,336,3456,2185.82,dj -6679,SUCCESS,2,1,6393.64,58259111.53,58265505.17,127,2777,1957,10229.82,qft -6680,SUCCESS,2,1,17417.65,58265505.17,58282922.82,127,3948,3750,27868.24,ae -6682,SUCCESS,2,1,950.23,58282922.82,58283873.05,127,327,2470,1520.37,qnn -6684,SUCCESS,2,1,201.3,58283873.05,58284074.35,127,116,1475,322.08,ghz -6685,SUCCESS,2,1,1746.58,58284074.35,58285820.93,127,394,3768,2794.53,portfoliovqe -6686,SUCCESS,2,1,7748.08,58285820.93,58293569.01,127,1963,3355,12396.93,random -6687,SUCCESS,2,1,6185.48,58293569.01,58299754.49,127,2699,1948,9896.77,qnn -6688,SUCCESS,2,1,61.71,58299754.49,58299816.2,127,32,1639,98.74,routing -6689,SUCCESS,2,1,2160.62,58299816.2,58301976.82,127,490,3748,3456.99,qft -6690,SUCCESS,2,1,17181.01,58301976.82,58319157.83,127,3819,3824,27489.62,qpeinexact -6691,SUCCESS,2,1,7070.5,58319157.83,58326228.33,127,2767,2172,11312.8,ae -6692,SUCCESS,2,1,17077.64,58326228.33,58343305.97,127,5201,2791,27324.22,ae -6693,SUCCESS,2,1,497.86,58343305.97,58343803.83,127,104,4069,796.58,ghz -6694,SUCCESS,2,1,7700.3,58343803.83,58351504.13,127,2717,2409,12320.48,su2random -6695,SUCCESS,2,1,25320.71,58351504.13,58376824.84,127,8696,2475,40513.14,qpeinexact -6696,SUCCESS,2,1,362.31,58376824.84,58377187.15,127,85,3623,579.7,graphstate -6697,SUCCESS,2,1,7817.3,58377187.15,58385004.45,127,6383,1041,12507.68,qnn -6698,SUCCESS,2,1,668.54,58385004.45,58385672.99,127,208,2732,1069.66,ghz -6701,SUCCESS,2,1,22671.06,58385672.99,58408344.05,127,6400,3011,36273.7,ae -6702,SUCCESS,2,1,6413,58408344.05,58414757.05,127,1618,3369,10260.8,su2random -6703,SUCCESS,2,1,1246.5,58414757.05,58416003.55,127,831,1275,1994.4,qnn -6704,SUCCESS,2,1,2636.66,58416003.55,58418640.21,127,1720,1303,4218.66,ae -6705,SUCCESS,2,1,7798.92,58418640.21,58426439.13,127,5257,1261,12478.27,ae -6706,SUCCESS,2,1,756.33,58426439.13,58427195.46,127,161,3993,1210.13,wstate -6707,SUCCESS,2,1,1872,58427195.46,58429067.46,127,975,1632,2995.2,qpeinexact -6708,SUCCESS,2,1,3720.45,58429067.46,58432787.91,127,937,3375,5952.72,ghz -6709,SUCCESS,2,1,1786.42,58432787.91,58434574.33,127,453,3352,2858.27,dj -6711,SUCCESS,2,1,5103.77,58434574.33,58439678.1,127,1839,2359,8166.03,qpeinexact -6713,SUCCESS,2,1,900.57,58439678.1,58440578.67,127,214,3577,1440.91,dj -6714,SUCCESS,2,1,498.85,58440578.67,58441077.52,127,185,2292,798.16,ae -6715,SUCCESS,2,1,2004.99,58441077.52,58443082.51,127,810,2104,3207.98,qpeexact -6716,SUCCESS,2,1,301.24,58443082.51,58443383.75,127,137,1869,481.98,graphstate -6718,SUCCESS,2,1,6039.11,58443383.75,58449422.86,127,2619,1960,9662.58,qftentangled -6720,SUCCESS,2,1,131,58449422.86,58449553.86,127,77,1446,209.6,graphstate -6721,SUCCESS,2,1,5593.89,58449553.86,58455147.75,127,3122,1523,8950.22,su2random -6724,SUCCESS,2,1,4316.35,58455147.75,58459464.1,127,2978,1232,6906.16,qpeexact -6725,SUCCESS,2,1,36474.09,58459464.1,58495938.19,127,10556,2937,58358.54,ae -6726,SUCCESS,2,1,1130.88,58495938.19,58497069.07,127,615,1563,1809.41,dj -6728,SUCCESS,2,1,1516.65,58497069.07,58498585.72,127,475,2714,2426.64,dj -6729,SUCCESS,2,1,117.14,58498585.72,58498702.86,127,37,2691,187.42,graphstate -6730,SUCCESS,2,1,13835,58498702.86,58512537.86,127,2937,4004,22136,twolocalrandom -6731,SUCCESS,2,1,148.39,58512537.86,58512686.25,127,33,3822,237.42,graphstate -6733,SUCCESS,2,1,1649.68,58512686.25,58514335.93,127,449,3123,2639.49,portfoliovqe -6734,SUCCESS,2,1,206.18,58514335.93,58514542.11,127,72,2434,329.89,dj -6735,SUCCESS,2,1,5311.52,58514542.11,58519853.63,127,1613,2799,8498.43,qnn -6736,SUCCESS,2,1,96.18,58519853.63,58519949.81,127,31,2637,153.89,ghz -6737,SUCCESS,2,1,858.4,58519949.81,58520808.21,127,629,1160,1373.44,pricingcall -6738,SUCCESS,2,1,228.09,58520808.21,58521036.3,127,106,1829,364.94,graphstate -6739,SUCCESS,2,1,9753.98,58521036.3,58530790.28,127,2080,3986,15606.37,ae -6740,SUCCESS,2,1,14451.85,58530790.28,58545242.13,127,4370,2811,23122.96,qft -6741,SUCCESS,2,1,158.75,58545242.13,58545400.88,127,103,1310,254,ghz -6742,SUCCESS,2,1,97.22,58545400.88,58545498.1,127,44,1878,155.55,graphstate -6743,SUCCESS,2,1,3481.19,58545498.1,58548979.29,127,2371,1248,5569.9,su2random -6745,SUCCESS,2,1,360293.9,58548979.29,58909273.19,127,89783,3411,576470.24,grover-noancilla -6746,SUCCESS,2,1,7820.97,58909273.19,58917094.16,127,2020,3291,12513.55,qnn -6747,SUCCESS,2,1,73808.6,58917094.16,58990902.76,127,15407,4072,118093.76,realamprandom -6748,SUCCESS,2,1,79.95,58990902.76,58990982.71,127,45,1510,127.92,wstate -6749,SUCCESS,2,1,4555.87,58990982.71,58995538.58,127,2286,1694,7289.39,twolocalrandom -6751,SUCCESS,2,1,483.92,58995538.58,58996022.5,127,227,1812,774.27,dj -6752,SUCCESS,2,1,724.06,58996022.5,58996746.56,127,165,3730,1158.5,qftentangled -6753,SUCCESS,2,1,382.34,58996746.56,58997128.9,127,139,2338,611.74,qftentangled -6754,SUCCESS,2,1,53.49,58997128.9,58997182.39,127,21,2165,85.58,ghz -6755,SUCCESS,2,1,43769.26,58997182.39,59040951.65,127,30747,1210,70030.82,random -6756,SUCCESS,2,1,605.08,59040951.65,59041556.73,127,145,3547,968.13,dj -6757,SUCCESS,2,1,2819.52,59041556.73,59044376.25,127,938,2555,4511.23,realamprandom -6760,SUCCESS,2,1,31092.82,59044376.25,59075469.07,127,24336,1086,49748.51,random -6761,SUCCESS,2,1,115.77,59075469.07,59075584.84,127,39,2523,185.23,graphstate -6762,SUCCESS,2,1,1274.47,59075584.84,59076859.31,127,349,3104,2039.15,qnn -6763,SUCCESS,2,1,2215.03,59076859.31,59079074.34,127,1455,1294,3544.05,random -6764,SUCCESS,2,1,77496.42,59079074.34,59156570.76,127,17181,3834,123994.27,twolocalrandom -6765,SUCCESS,2,1,19483.36,59156570.76,59176054.12,127,13905,1191,31173.38,realamprandom -6766,SUCCESS,2,1,1536.32,59176054.12,59177590.44,127,573,2279,2458.11,twolocalrandom -6767,SUCCESS,2,1,24681.6,59177590.44,59202272.04,127,5626,3729,39490.56,ae -6768,SUCCESS,2,1,12143.1,59202272.04,59214415.14,127,4335,2381,19428.96,realamprandom -6769,SUCCESS,2,1,763.53,59214415.14,59215178.67,127,440,1475,1221.65,dj -6770,SUCCESS,2,1,4048.27,59215178.67,59219226.94,127,928,3708,6477.23,qpeexact -6771,SUCCESS,2,1,1169.75,59219226.94,59220396.69,127,471,2111,1871.6,dj -6772,SUCCESS,2,1,16557.29,59220396.69,59236953.98,127,8121,1733,26491.66,qpeexact -6774,SUCCESS,2,1,537.06,59236953.98,59237491.04,127,293,1558,859.3,realamprandom -6775,SUCCESS,2,1,6911.04,59237491.04,59244402.08,127,4190,1402,11057.66,su2random -6776,SUCCESS,2,1,3030.48,59244402.08,59247432.56,127,1594,1616,4848.77,qpeinexact -6777,SUCCESS,2,1,20724.3,59247432.56,59268156.86,127,17186,1025,33158.88,qnn -6778,SUCCESS,2,1,545.2,59268156.86,59268702.06,127,235,1972,872.32,qpeexact -6779,SUCCESS,2,1,11465.4,59268702.06,59280167.46,127,3086,3158,18344.64,random -6780,SUCCESS,2,1,23829.46,59280167.46,59303996.92,127,6240,3246,38127.14,twolocalrandom -6782,SUCCESS,2,1,8457.08,59303996.92,59312454,127,5142,1398,13531.33,su2random -6784,SUCCESS,2,1,51.91,59312454,59312505.91,127,26,1697,83.06,vqe -6785,SUCCESS,2,1,8404.08,59312505.91,59320909.99,127,1938,3686,13446.53,qpeexact -6786,SUCCESS,2,1,537.59,59320909.99,59321447.58,127,205,2229,860.14,wstate -6787,SUCCESS,2,1,27996.46,59321447.58,59349444.04,127,8505,2798,44794.34,qpeexact -6788,SUCCESS,2,1,25298.04,59349444.04,59374742.08,127,8087,2659,40476.86,qftentangled -6789,SUCCESS,2,1,4466.84,59374742.08,59379208.92,127,1462,2597,7146.94,twolocalrandom -6790,SUCCESS,2,1,736.49,59379208.92,59379945.41,127,542,1155,1178.38,dj -6791,SUCCESS,2,1,22526.99,59379945.41,59402472.4,127,5216,3671,36043.18,qpeinexact -6792,SUCCESS,2,1,131.3,59402472.4,59402603.7,127,40,2790,210.08,ghz -6793,SUCCESS,2,1,491.94,59402603.7,59403095.64,127,173,2417,787.1,wstate -6794,SUCCESS,2,1,2555.09,59403095.64,59405650.73,127,666,3261,4088.14,dj -6795,SUCCESS,2,1,10865.31,59405650.73,59416516.04,127,7436,1242,17384.5,ae -6796,SUCCESS,2,1,5446.45,59416516.04,59421962.49,127,2676,1730,8714.32,qnn -6797,SUCCESS,2,1,8585.28,59421962.49,59430547.77,127,1928,3785,13736.45,ae -6798,SUCCESS,2,1,105.62,59430547.77,59430653.39,127,69,1301,168.99,wstate -6799,SUCCESS,2,1,4186.89,59430653.39,59434840.28,127,2178,1634,6699.02,qpeexact -6801,SUCCESS,2,1,244.21,59434840.28,59435084.49,127,115,1805,390.74,graphstate -6802,SUCCESS,2,1,266.63,59435084.49,59435351.12,127,131,1730,426.61,su2random -6803,SUCCESS,2,1,5814.06,59435351.12,59441165.18,127,2744,1801,9302.5,ae -6804,SUCCESS,2,1,59003.34,59441165.18,59500168.52,127,13282,3776,94405.34,twolocalrandom -6808,SUCCESS,2,1,6480.64,59500168.52,59506649.16,127,2020,2727,10369.02,qpeexact -6810,SUCCESS,2,1,4062.72,59506649.16,59510711.88,127,1564,2208,6500.35,random -6811,SUCCESS,2,1,42896.15,59510711.88,59553608.03,127,16105,2264,68633.84,random -6812,SUCCESS,2,1,28811.19,59553608.03,59582419.22,127,7254,3376,46097.9,qpeinexact -6813,SUCCESS,2,1,14107.85,59582419.22,59596527.07,127,4158,2884,22572.56,qft -6814,SUCCESS,2,1,13005.02,59596527.07,59609532.09,127,3220,3433,20808.03,ae -6815,SUCCESS,2,1,61545.72,59609532.09,59671077.81,127,13281,3939,98473.15,random -6816,SUCCESS,2,1,17376.23,59671077.81,59688454.04,127,13036,1133,27801.97,twolocalrandom -6817,SUCCESS,2,1,2702.95,59688454.04,59691156.99,127,856,2684,4324.72,ghz -6818,SUCCESS,2,1,362.22,59691156.99,59691519.21,127,179,1720,579.55,su2random -6819,SUCCESS,2,1,6352.84,59691519.21,59697872.05,127,1477,3656,10164.54,qnn -6822,SUCCESS,2,1,9679.27,59697872.05,59707551.32,127,3965,2075,15486.83,su2random -6823,SUCCESS,2,1,34963.05,59707551.32,59742514.37,127,8056,3689,55940.88,random -6825,SUCCESS,2,1,18801.7,59742514.37,59761316.07,127,9564,1671,30082.72,su2random -6826,SUCCESS,2,1,32100.62,59761316.07,59793416.69,127,13501,2021,51360.99,realamprandom -6827,SUCCESS,2,1,2748.05,59793416.69,59796164.74,127,1751,1334,4396.88,qpeinexact -6828,SUCCESS,2,1,164.39,59796164.74,59796329.13,127,71,1968,263.02,graphstate -6830,SUCCESS,2,1,1367.39,59796329.13,59797696.52,127,490,2372,2187.82,qftentangled -6831,SUCCESS,2,1,890.18,59797696.52,59798586.7,127,370,2045,1424.29,graphstate -6832,SUCCESS,2,1,384.35,59798586.7,59798971.05,127,212,1541,614.96,pricingcall -6834,SUCCESS,2,1,315.78,59798971.05,59799286.83,127,143,1877,505.25,dj -6835,SUCCESS,2,1,3746.27,59799286.83,59803033.1,127,2252,1414,5994.03,su2random -6836,SUCCESS,2,1,3346.36,59803033.1,59806379.46,127,1300,2188,5354.18,twolocalrandom -6838,SUCCESS,2,1,507.46,59806379.46,59806886.92,127,237,1820,811.94,dj -6840,SUCCESS,2,1,42.57,59806886.92,59806929.49,127,14,2584,68.11,ghz -6841,SUCCESS,2,1,10966.01,59806929.49,59817895.5,127,3001,3106,17545.62,qpeinexact -6842,SUCCESS,2,1,2366.19,59817895.5,59820261.69,127,1058,1901,3785.9,realamprandom -6843,SUCCESS,2,1,9324.3,59820261.69,59829585.99,127,5410,1465,14918.88,realamprandom -6844,SUCCESS,2,1,1220.67,59829585.99,59830806.66,127,386,2688,1953.07,ghz -6845,SUCCESS,2,1,18923.99,59830806.66,59849730.65,127,7355,2187,30278.38,qpeexact -6846,SUCCESS,2,1,10955.01,59849730.65,59860685.66,127,6279,1483,17528.02,qftentangled -6847,SUCCESS,2,1,38746.4,59860685.66,59899432.06,127,9799,3361,61994.24,qpeinexact -6848,SUCCESS,2,1,8505.29,59899432.06,59907937.35,127,2724,2654,13608.46,qftentangled -6849,SUCCESS,2,1,17630.89,59907937.35,59925568.24,127,4750,3155,28209.42,random -6850,SUCCESS,2,1,2927.99,59925568.24,59928496.23,127,929,2679,4684.78,wstate -6851,SUCCESS,2,1,447.14,59928496.23,59928943.37,127,121,3141,715.42,wstate -6852,SUCCESS,2,1,5493.2,59928943.37,59934436.57,127,1981,2357,8789.12,qnn -6853,SUCCESS,2,1,4328.2,59934436.57,59938764.77,127,2589,1421,6925.12,ae -6854,SUCCESS,2,1,7662.29,59938764.77,59946427.06,127,1890,3446,12259.66,qpeinexact -6855,SUCCESS,2,1,17091.92,59946427.06,59963518.98,127,4649,3125,27347.07,qft -6856,SUCCESS,2,1,15707.62,59963518.98,59979226.6,127,9227,1447,25132.19,ae -6857,SUCCESS,2,1,3979.71,59979226.6,59983206.31,127,2004,1688,6367.54,su2random -6860,SUCCESS,2,1,16562.95,59983206.31,59999769.26,127,8152,1727,26500.72,su2random -6861,SUCCESS,2,1,19105.24,59999769.26,60018874.5,127,5444,2983,30568.38,realamprandom -6862,SUCCESS,2,1,1637.91,60018874.5,60020512.41,127,413,3371,2620.66,groundstate -6864,SUCCESS,2,1,22414.07,60020512.41,60042926.48,127,6873,2772,35862.51,twolocalrandom -6865,SUCCESS,2,1,3043.76,60042926.48,60045970.24,127,1766,1465,4870.02,qnn -6866,SUCCESS,2,1,5791.24,60045970.24,60051761.48,127,1426,3452,9265.98,ae -6867,SUCCESS,2,1,311.8,60051761.48,60052073.28,127,82,3232,498.88,ghz -6868,SUCCESS,2,1,20014.53,60052073.28,60072087.81,127,4533,3753,32023.25,qpeexact -6870,SUCCESS,2,1,161.93,60072087.81,60072249.74,127,38,3622,259.09,graphstate -6871,SUCCESS,2,1,118.93,60072249.74,60072368.67,127,54,1872,190.29,qaoa -6873,SUCCESS,2,1,7314.41,60072368.67,60079683.08,127,5576,1115,11703.06,qnn -6874,SUCCESS,2,1,29304.78,60079683.08,60108987.86,127,7260,3431,46887.65,qnn -6875,SUCCESS,2,1,2761.75,60108987.86,60111749.61,127,599,3919,4418.8,qnn -6876,SUCCESS,2,1,5154.66,60111749.61,60116904.27,127,1091,4016,8247.46,wstate -6879,SUCCESS,2,1,50690.37,60116904.27,60167594.64,127,13282,3244,81104.59,realamprandom -6880,SUCCESS,2,1,3022.98,60167594.64,60170617.62,127,1594,1612,4836.77,ae -6883,SUCCESS,2,1,23801.8,60170617.62,60194419.42,127,13019,1554,38082.88,twolocalrandom -6885,SUCCESS,2,1,472.49,60194419.42,60194891.91,127,165,2434,755.98,wstate -6886,SUCCESS,2,1,945.82,60194891.91,60195837.73,127,323,2489,1513.31,qft -6887,SUCCESS,2,1,377.52,60195837.73,60196215.25,127,102,3146,604.03,graphstate -6888,SUCCESS,2,1,18886.25,60196215.25,60215101.5,127,7670,2093,30218,su2random -6889,SUCCESS,2,1,4279.03,60215101.5,60219380.53,127,964,3773,6846.45,qpeinexact -6890,SUCCESS,2,1,649.13,60219380.53,60220029.66,127,264,2090,1038.61,qft -6891,SUCCESS,2,1,4574.69,60220029.66,60224604.35,127,1134,3429,7319.5,qftentangled -6892,SUCCESS,2,1,8064.27,60224604.35,60232668.62,127,3448,1988,12902.83,ae -6895,SUCCESS,2,1,5266.38,60232668.62,60237935,127,4141,1081,8426.21,qft -6896,SUCCESS,2,1,53985.14,60237935,60291920.14,127,11269,4072,86376.22,qnn -6897,SUCCESS,2,1,230.17,60291920.14,60292150.31,127,54,3623,368.27,graphstate -6898,SUCCESS,2,1,10347.62,60292150.31,60302497.93,127,4365,2015,16556.19,qnn -6899,SUCCESS,2,1,10330.88,60302497.93,60312828.81,127,3808,2306,16529.41,ae -6900,SUCCESS,2,1,11276.19,60312828.81,60324105,127,4277,2241,18041.9,ae -6901,SUCCESS,2,1,1977.01,60324105,60326082.01,127,981,1713,3163.22,qpeinexact -6902,SUCCESS,2,1,1096.17,60326082.01,60327178.18,127,361,2581,1753.87,wstate -6903,SUCCESS,2,1,350.69,60327178.18,60327528.87,127,96,3105,561.1,graphstate -6904,SUCCESS,2,1,3034.79,60327528.87,60330563.66,127,1464,1762,4855.66,qpeinexact -6905,SUCCESS,2,1,3090.15,60330563.66,60333653.81,127,704,3731,4944.24,dj -6906,SUCCESS,2,1,932.92,60333653.81,60334586.73,127,307,2583,1492.67,ghz -6907,SUCCESS,2,1,36202.99,60334586.73,60370789.72,127,12499,2462,57924.78,su2random -6910,SUCCESS,2,1,6045.88,60370789.72,60376835.6,127,4913,1046,9673.41,qpeexact -6911,SUCCESS,2,1,24660.58,60376835.6,60401496.18,127,5331,3932,39456.93,twolocalrandom -6913,SUCCESS,2,1,2505.41,60401496.18,60404001.59,127,815,2613,4008.66,su2random -6914,SUCCESS,2,1,4101.05,60404001.59,60408102.64,127,873,3993,6561.68,qft -6915,SUCCESS,2,1,1332.93,60408102.64,60409435.57,127,627,1807,2132.69,dj -6917,SUCCESS,2,1,2347.36,60409435.57,60411782.93,127,505,3951,3755.78,dj -6918,SUCCESS,2,1,7749.91,60411782.93,60419532.84,127,3555,1853,12399.86,ae -6919,SUCCESS,2,1,11349.99,60419532.84,60430882.83,127,3530,2733,18159.98,ae -6920,SUCCESS,2,1,57.18,60430882.83,60430940.01,127,24,2025,91.49,vqe -6921,SUCCESS,2,1,60.34,60430940.01,60431000.35,127,37,1386,96.54,dj -6922,SUCCESS,2,1,15370.09,60431000.35,60446370.44,127,8733,1496,24592.14,realamprandom -6923,SUCCESS,2,1,61642.2,60446370.44,60508012.64,127,28507,1838,98627.52,random -6924,SUCCESS,2,1,1982.52,60508012.64,60509995.16,127,773,2180,3172.03,qpeinexact -6925,SUCCESS,2,1,2011.82,60509995.16,60512006.98,127,739,2314,3218.91,qft -6926,SUCCESS,2,1,23356.35,60512006.98,60535363.33,127,13342,1488,37370.16,random -6927,SUCCESS,2,1,204.28,60535363.33,60535567.61,127,109,1593,326.85,dj -6928,SUCCESS,2,1,171.38,60535567.61,60535738.99,127,45,3237,274.21,ghz -6929,SUCCESS,2,1,12444.5,60535738.99,60548183.49,127,7260,1457,19911.2,qpeinexact -6930,SUCCESS,2,1,1413.67,60548183.49,60549597.16,127,851,1412,2261.87,su2random -6931,SUCCESS,2,1,3412.85,60549597.16,60553010.01,127,1321,2196,5460.56,wstate -6932,SUCCESS,2,1,977.99,60553010.01,60553988,127,377,2205,1564.78,dj -6935,SUCCESS,2,1,1052.49,60553988,60555040.49,127,365,2451,1683.98,wstate -6936,SUCCESS,2,1,3457.23,60555040.49,60558497.72,127,1744,1685,5531.57,ae -6937,SUCCESS,2,1,22.12,60558497.72,60558519.84,127,13,1446,35.39,ghz -6938,SUCCESS,2,1,2898.38,60558519.84,60561418.22,127,619,3980,4637.41,qpeexact -6939,SUCCESS,2,1,14124.15,60561418.22,60575542.37,127,3099,3874,22598.64,su2random -6940,SUCCESS,2,1,393.34,60575542.37,60575935.71,127,103,3246,629.34,qftentangled -6941,SUCCESS,2,1,2205.85,60575935.71,60578141.56,127,546,3434,3529.36,wstate -6942,SUCCESS,2,1,108270.55,60578141.56,60686412.11,127,45157,2038,173232.88,random -6945,SUCCESS,2,1,40048.72,60686412.11,60726460.83,127,10272,3314,64077.95,random -6947,SUCCESS,2,1,56.93,60726460.83,60726517.76,127,32,1512,91.09,routing -6948,SUCCESS,2,1,12436.8,60726517.76,60738954.56,127,4749,2226,19898.88,qpeinexact -6949,SUCCESS,2,1,335.57,60738954.56,60739290.13,127,114,2502,536.91,graphstate -6951,SUCCESS,2,1,415.1,60739290.13,60739705.23,127,285,1238,664.16,dj -6952,SUCCESS,2,1,912.67,60739705.23,60740617.9,127,392,1979,1460.27,realamprandom -6954,SUCCESS,2,1,94.96,60740617.9,60740712.86,127,35,2306,151.94,graphstate -6955,SUCCESS,2,1,10165.8,60740712.86,60750878.66,127,7674,1126,16265.28,su2random -6956,SUCCESS,2,1,11224.55,60750878.66,60762103.21,127,5904,1616,17959.28,twolocalrandom -6958,SUCCESS,2,1,8352.95,60762103.21,60770456.16,127,3125,2272,13364.72,qft -6959,SUCCESS,2,1,984.59,60770456.16,60771440.75,127,311,2691,1575.34,graphstate -6960,SUCCESS,2,1,1142.81,60771440.75,60772583.56,127,316,3074,1828.5,wstate -6961,SUCCESS,2,1,7946.22,60772583.56,60780529.78,127,1676,4030,12713.95,qpeinexact -6962,SUCCESS,2,1,657.19,60780529.78,60781186.97,127,359,1556,1051.5,ae -6963,SUCCESS,2,1,2451.1,60781186.97,60783638.07,127,573,3636,3921.76,realamprandom -6964,SUCCESS,2,1,16321.89,60783638.07,60799959.96,127,4160,3335,26115.02,realamprandom -6966,SUCCESS,2,1,9452,60799959.96,60809411.96,127,5349,1502,15123.2,qftentangled -6967,SUCCESS,2,1,2268.39,60809411.96,60811680.35,127,1082,1782,3629.42,ae -6968,SUCCESS,2,1,1358.14,60811680.35,60813038.49,127,543,2126,2173.02,ghz -6969,SUCCESS,2,1,19338.71,60813038.49,60832377.2,127,4710,3490,30941.94,qpeinexact -6970,SUCCESS,2,1,10667.43,60832377.2,60843044.63,127,2378,3813,17067.89,qft -6971,SUCCESS,2,1,3805.63,60843044.63,60846850.26,127,1741,1858,6089.01,qpeinexact -6972,SUCCESS,2,1,31499.65,60846850.26,60878349.91,127,7639,3505,50399.44,qft -6973,SUCCESS,2,1,46473.28,60878349.91,60924823.19,127,13377,2953,74357.25,su2random -6975,SUCCESS,2,1,1374.27,60924823.19,60926197.46,127,576,2028,2198.83,ae -6977,SUCCESS,2,1,458.6,60926197.46,60926656.06,127,233,1673,733.76,dj -6979,SUCCESS,2,1,862.56,60926656.06,60927518.62,127,346,2119,1380.1,dj -6980,SUCCESS,2,1,10551.78,60927518.62,60938070.4,127,6361,1410,16882.85,qpeinexact -6981,SUCCESS,2,1,2911.5,60938070.4,60940981.9,127,1626,1522,4658.4,wstate -6982,SUCCESS,2,1,35362.74,60940981.9,60976344.64,127,11646,2581,56580.38,realamprandom -6984,SUCCESS,2,1,2977.46,60976344.64,60979322.1,127,1826,1386,4763.94,realamprandom -6986,SUCCESS,2,1,1150.97,60979322.1,60980473.07,127,366,2673,1841.55,portfolioqaoa -6987,SUCCESS,2,1,24218.55,60980473.07,61004691.62,127,6240,3299,38749.68,realamprandom -6988,SUCCESS,2,1,4212.88,61004691.62,61008904.5,127,976,3669,6740.61,su2random -6989,SUCCESS,2,1,3137.89,61008904.5,61012042.39,127,774,3446,5020.62,su2random -6990,SUCCESS,2,1,1193.62,61012042.39,61013236.01,127,358,2834,1909.79,qpeinexact -6991,SUCCESS,2,1,62.16,61013236.01,61013298.17,127,23,2297,99.46,ghz -6992,SUCCESS,2,1,1179.24,61013298.17,61014477.41,127,293,3421,1886.78,twolocalrandom -6993,SUCCESS,2,1,7554.21,61014477.41,61022031.62,127,2525,2543,12086.74,qnn -6995,SUCCESS,2,1,7981.28,61022031.62,61030012.9,127,1842,3683,12770.05,qnn -6996,SUCCESS,2,1,3062.75,61030012.9,61033075.65,127,2081,1251,4900.4,ae -6997,SUCCESS,2,1,4331.88,61033075.65,61037407.53,127,3213,1146,6931.01,qftentangled -6998,SUCCESS,2,1,177.72,61037407.53,61037585.25,127,47,3214,284.35,graphstate -6999,SUCCESS,2,1,4054.24,61037585.25,61041639.49,127,900,3829,6486.78,portfoliovqe -7000,SUCCESS,2,1,5294.42,61041639.49,61046933.91,127,2001,2249,8471.07,twolocalrandom -7001,SUCCESS,2,1,1626.78,61046933.91,61048560.69,127,341,4055,2602.85,wstate -7002,SUCCESS,2,1,2257.02,61048560.69,61050817.71,127,512,3747,3611.23,dj -7004,SUCCESS,2,1,79.52,61050817.71,61050897.23,127,24,2816,127.23,ghz -7005,SUCCESS,2,1,4852.43,61050897.23,61055749.66,127,2180,1892,7763.89,qftentangled -7006,SUCCESS,2,1,19043.27,61055749.66,61074792.93,127,11171,1449,30469.23,realamprandom -7007,SUCCESS,2,1,6995.92,61074792.93,61081788.85,127,2669,2228,11193.47,su2random -7009,SUCCESS,2,1,10752.92,61081788.85,61092541.77,127,5205,1756,17204.67,realamprandom -7010,SUCCESS,2,1,13810.6,61092541.77,61106352.37,127,8391,1399,22096.96,twolocalrandom -7012,SUCCESS,2,1,120,61106352.37,61106472.37,127,60,1700,192,graphstate -7013,SUCCESS,2,1,720.2,61106472.37,61107192.57,127,221,2770,1152.32,wstate -7015,SUCCESS,2,1,12102.57,61107192.57,61119295.14,127,4020,2559,19364.11,qft -7016,SUCCESS,2,1,1605.86,61119295.14,61120901,127,769,1775,2569.38,qft -7017,SUCCESS,2,1,1251.6,61120901,61122152.6,127,317,3356,2002.56,dj -7018,SUCCESS,2,1,671.38,61122152.6,61122823.98,127,432,1321,1074.21,dj -7019,SUCCESS,2,1,1638.42,61122823.98,61124462.4,127,575,2422,2621.47,ghz -7020,SUCCESS,2,1,14935.8,61124462.4,61139398.2,127,5115,2482,23897.28,twolocalrandom -7021,SUCCESS,2,1,898.25,61139398.2,61140296.45,127,242,3155,1437.2,qpeinexact -7022,SUCCESS,2,1,278.89,61140296.45,61140575.34,127,83,2856,446.22,ghz -7023,SUCCESS,2,1,421.96,61140575.34,61140997.3,127,137,2618,675.14,wstate -7026,SUCCESS,2,1,334.49,61140997.3,61141331.79,127,81,3510,535.18,graphstate -7027,SUCCESS,2,1,409.92,61141331.79,61141741.71,127,122,2856,655.87,qaoa -7028,SUCCESS,2,1,796.71,61141741.71,61142538.42,127,177,3826,1274.74,dj -7029,SUCCESS,2,1,161261.18,61142538.42,61303799.6,127,52000,2636,258017.89,random -7030,SUCCESS,2,1,1450.13,61303799.6,61305249.73,127,307,4015,2320.21,wstate -7032,SUCCESS,2,1,154.73,61305249.73,61305404.46,127,64,2055,247.57,ghz -7033,SUCCESS,2,1,1479.53,61305404.46,61306883.99,127,829,1517,2367.25,qft -7034,SUCCESS,2,1,294.76,61306883.99,61307178.75,127,69,3631,471.62,wstate -7035,SUCCESS,2,1,1000.92,61307178.75,61308179.67,127,323,2634,1601.47,dj -7036,SUCCESS,2,1,63408.92,61308179.67,61371588.59,127,15030,3586,101454.27,realamprandom -7037,SUCCESS,2,1,3695.7,61371588.59,61375284.29,127,2642,1189,5913.12,realamprandom -7038,SUCCESS,2,1,1199.74,61375284.29,61376484.03,127,349,2922,1919.58,twolocalrandom -7040,SUCCESS,2,1,1198.53,61376484.03,61377682.56,127,257,3964,1917.65,wstate -7041,SUCCESS,2,1,1576.77,61377682.56,61379259.33,127,375,3574,2522.83,dj -7042,SUCCESS,2,1,7105.42,61379259.33,61386364.75,127,1767,3418,11368.67,qftentangled -7043,SUCCESS,2,1,412.79,61386364.75,61386777.54,127,111,3161,660.46,graphstate -7044,SUCCESS,2,1,1017.75,61386777.54,61387795.29,127,445,1944,1628.4,dj -7046,SUCCESS,2,1,687.4,61387795.29,61388482.69,127,152,3844,1099.84,pricingcall -7049,SUCCESS,2,1,12486.91,61388482.69,61400969.6,127,3847,2759,19979.06,qnn -7050,SUCCESS,2,1,1307.67,61400969.6,61402277.27,127,428,2597,2092.27,qnn -7051,SUCCESS,2,1,6416.73,61402277.27,61408694,127,1368,3987,10266.77,qpeinexact -7052,SUCCESS,2,1,2298.23,61408694,61410992.23,127,590,3311,3677.17,dj -7053,SUCCESS,2,1,1613.2,61410992.23,61412605.43,127,340,4033,2581.12,dj -7054,SUCCESS,2,1,1714.25,61412605.43,61414319.68,127,377,3865,2742.8,qft -7055,SUCCESS,2,1,4946.15,61414319.68,61419265.83,127,1313,3202,7913.84,random -7056,SUCCESS,2,1,367.78,61419265.83,61419633.61,127,103,3035,588.45,qft -7057,SUCCESS,2,1,9068.97,61419633.61,61428702.58,127,1957,3939,14510.35,su2random -7059,SUCCESS,2,1,30876.99,61428702.58,61459579.57,127,11216,2340,49403.18,qnn -7060,SUCCESS,2,1,1035.89,61459579.57,61460615.46,127,500,1761,1657.42,dj -7061,SUCCESS,2,1,4326.05,61460615.46,61464941.51,127,1343,2738,6921.68,qpeexact -7062,SUCCESS,2,1,5177.35,61464941.51,61470118.86,127,2780,1583,8283.76,realamprandom -7063,SUCCESS,2,1,22557.77,61470118.86,61492676.63,127,9679,1981,36092.43,qnn -7064,SUCCESS,2,1,10486.08,61492676.63,61503162.71,127,3972,2244,16777.73,random -7067,SUCCESS,2,1,350.69,61503162.71,61503513.4,127,184,1620,561.1,realamprandom -7068,SUCCESS,2,1,311.37,61503513.4,61503824.77,127,139,1904,498.19,wstate -7069,SUCCESS,2,1,32602.42,61503824.77,61536427.19,127,8418,3292,52163.87,twolocalrandom -7070,SUCCESS,2,1,1876.08,61536427.19,61538303.27,127,917,1739,3001.73,ae -7071,SUCCESS,2,1,389.51,61538303.27,61538692.78,127,89,3720,623.22,wstate -7074,SUCCESS,2,1,3150.17,61538692.78,61541842.95,127,676,3961,5040.27,qftentangled -7076,SUCCESS,2,1,3356.29,61541842.95,61545199.24,127,977,2920,5370.06,qwalk-v-chain -7078,SUCCESS,2,1,957.98,61545199.24,61546157.22,127,705,1155,1532.77,pricingput -7079,SUCCESS,2,1,2052.48,61546157.22,61548209.7,127,572,3050,3283.97,dj -7080,SUCCESS,2,1,264.89,61548209.7,61548474.59,127,75,3002,423.82,ghz -7081,SUCCESS,2,1,4150.3,61548474.59,61552624.89,127,935,3773,6640.48,qft -7082,SUCCESS,2,1,38754.88,61552624.89,61591379.77,127,9153,3599,62007.81,realamprandom -7084,SUCCESS,2,1,2486.78,61591379.77,61593866.55,127,1760,1201,3978.85,qftentangled -7085,SUCCESS,2,1,15036,61593866.55,61608902.55,127,5370,2380,24057.6,realamprandom -7087,SUCCESS,2,1,1750.89,61608902.55,61610653.44,127,479,3107,2801.42,portfolioqaoa -7088,SUCCESS,2,1,10102.9,61610653.44,61620756.34,127,2162,3972,16164.64,ae -7090,SUCCESS,2,1,1332.7,61620756.34,61622089.04,127,309,3666,2132.32,wstate -7091,SUCCESS,2,1,577.65,61622089.04,61622666.69,127,250,1964,924.24,dj -7092,SUCCESS,2,1,21741.36,61622666.69,61644408.05,127,5850,3159,34786.18,qft -7094,SUCCESS,2,1,744.66,61644408.05,61645152.71,127,269,2353,1191.46,wstate -7095,SUCCESS,2,1,8402.36,61645152.71,61653555.07,127,2479,2881,13443.78,qpeexact -7096,SUCCESS,2,1,11432.44,61653555.07,61664987.51,127,2790,3483,18291.9,qpeinexact -7098,SUCCESS,2,1,8589.06,61664987.51,61673576.57,127,6637,1100,13742.5,twolocalrandom -7099,SUCCESS,2,1,2030.15,61673576.57,61675606.72,127,625,2761,3248.24,dj -7102,SUCCESS,2,1,1430.99,61675606.72,61677037.71,127,393,3095,2289.58,wstate -7103,SUCCESS,2,1,64298.91,61677037.71,61741336.62,127,34010,1607,102878.26,random -7104,SUCCESS,2,1,909.98,61741336.62,61742246.6,127,244,3170,1455.97,graphstate -7105,SUCCESS,2,1,8845.41,61742246.6,61751092.01,127,4705,1598,14152.66,qpeinexact -7106,SUCCESS,2,1,6439.66,61751092.01,61757531.67,127,1772,3089,10303.46,qft -7109,SUCCESS,2,1,2937.05,61757531.67,61760468.72,127,1115,2239,4699.28,wstate -7110,SUCCESS,2,1,2306.5,61760468.72,61762775.22,127,972,2017,3690.4,qpeexact -7111,SUCCESS,2,1,122.91,61762775.22,61762898.13,127,85,1229,196.66,ghz -7112,SUCCESS,2,1,8359.88,61762898.13,61771258.01,127,6373,1115,13375.81,qpeexact -7114,SUCCESS,2,1,1863.24,61771258.01,61773121.25,127,666,2378,2981.18,dj -7115,SUCCESS,2,1,185.41,61773121.25,61773306.66,127,85,1854,296.66,dj -7117,SUCCESS,2,1,1432.64,61773306.66,61774739.3,127,936,1301,2292.22,qnn -7118,SUCCESS,2,1,102.73,61774739.3,61774842.03,127,37,2360,164.37,ghz -7119,SUCCESS,2,1,6296.88,61774842.03,61781138.91,127,3308,1618,10075.01,ae -7120,SUCCESS,2,1,12753.61,61781138.91,61793892.52,127,5396,2009,20405.78,twolocalrandom -7121,SUCCESS,2,1,3038.55,61793892.52,61796931.07,127,894,2889,4861.68,pricingput -7122,SUCCESS,2,1,1408.69,61796931.07,61798339.76,127,387,3094,2253.9,ae -7123,SUCCESS,2,1,39426.07,61798339.76,61837765.83,127,9694,3457,63081.71,twolocalrandom -7124,SUCCESS,2,1,5386.71,61837765.83,61843152.54,127,4340,1055,8618.74,qpeinexact -7125,SUCCESS,2,1,4682.22,61843152.54,61847834.76,127,2007,1983,7491.55,su2random -7126,SUCCESS,2,1,37792.38,61847834.76,61885627.14,127,18304,1755,60467.81,su2random -7127,SUCCESS,2,1,867.73,61885627.14,61886494.87,127,197,3744,1388.37,wstate -7128,SUCCESS,2,1,3344.36,61886494.87,61889839.23,127,912,3117,5350.98,random -7131,SUCCESS,2,1,6275.44,61889839.23,61896114.67,127,1796,2970,10040.7,ae -7132,SUCCESS,2,1,35748.01,61896114.67,61931862.68,127,7679,3957,57196.82,qftentangled -7135,SUCCESS,2,1,1857.33,61931862.68,61933720.01,127,458,3447,2971.73,ae -7136,SUCCESS,2,1,214.6,61933720.01,61933934.61,127,145,1258,343.36,wstate -7137,SUCCESS,2,1,368.35,61933934.61,61934302.96,127,223,1404,589.36,qftentangled -7139,SUCCESS,2,1,165.18,61934302.96,61934468.14,127,36,3900,264.29,graphstate -7141,SUCCESS,2,1,9344.99,61934468.14,61943813.13,127,2276,3490,14951.98,qftentangled -7143,SUCCESS,2,1,115.98,61943813.13,61943929.11,127,60,1643,185.57,graphstate -7145,SUCCESS,2,1,2467.61,61943929.11,61946396.72,127,1286,1631,3948.18,wstate -7146,SUCCESS,2,1,37505.45,61946396.72,61983902.17,127,7954,4008,60008.72,su2random -7147,SUCCESS,2,1,2897.41,61983902.17,61986799.58,127,1827,1348,4635.86,ae -7149,SUCCESS,2,1,5710.25,61986799.58,61992509.83,127,1263,3843,9136.4,twolocalrandom -7150,SUCCESS,2,1,1379.17,61992509.83,61993889,127,416,2818,2206.67,ae -7151,SUCCESS,2,1,1197.48,61993889,61995086.48,127,701,1452,1915.97,dj -7152,SUCCESS,2,1,4160.8,61995086.48,61999247.28,127,1486,2380,6657.28,wstate -7153,SUCCESS,2,1,25796.9,61999247.28,62025044.18,127,6240,3514,41275.04,twolocalrandom -7154,SUCCESS,2,1,14078.45,62025044.18,62039122.63,127,3131,3822,22525.52,qpeinexact -7155,SUCCESS,2,1,3614.43,62039122.63,62042737.06,127,1318,2331,5783.09,realamprandom -7156,SUCCESS,2,1,152.7,62042737.06,62042889.76,127,73,1778,244.32,ghz -7157,SUCCESS,2,1,21635.05,62042889.76,62064524.81,127,6169,2981,34616.08,su2random -7158,SUCCESS,2,1,456.4,62064524.81,62064981.21,127,203,1911,730.24,graphstate -7159,SUCCESS,2,1,9619.81,62064981.21,62074601.02,127,2509,3259,15391.7,qpeinexact -7160,SUCCESS,2,1,5388.46,62074601.02,62079989.48,127,2786,1644,8621.54,ae -7162,SUCCESS,2,1,84582.89,62079989.48,62164572.37,127,31368,2292,135332.62,random -7163,SUCCESS,2,1,13007.66,62164572.37,62177580.03,127,5621,1967,20812.26,realamprandom -7166,SUCCESS,2,1,28304.51,62177580.03,62205884.54,127,7097,3390,45287.22,qftentangled -7167,SUCCESS,2,1,7908,62205884.54,62213792.54,127,3295,2040,12652.8,qpeexact -7168,SUCCESS,2,1,8070.62,62213792.54,62221863.16,127,2162,3173,12912.99,twolocalrandom -7169,SUCCESS,2,1,264.08,62221863.16,62222127.24,127,58,3870,422.53,ghz -7172,SUCCESS,2,1,2760.24,62222127.24,62224887.48,127,742,3162,4416.38,qftentangled -7173,SUCCESS,2,1,5898.4,62224887.48,62230785.88,127,4040,1241,9437.44,ae -7174,SUCCESS,2,1,131.01,62230785.88,62230916.89,127,67,1662,209.62,graphstate -7175,SUCCESS,2,1,29459.45,62230916.89,62260376.34,127,6607,3790,47135.12,qwalk-v-chain -7177,SUCCESS,2,1,55314.19,62260376.34,62315690.53,127,23734,1981,88502.7,random -7178,SUCCESS,2,1,162.53,62315690.53,62315853.06,127,35,3947,260.05,graphstate -7179,SUCCESS,2,1,260.03,62315853.06,62316113.09,127,54,4093,416.05,qaoa -7180,SUCCESS,2,1,620.65,62316113.09,62316733.74,127,204,2586,993.04,su2random -7184,SUCCESS,2,1,590.28,62316733.74,62317324.02,127,131,3830,944.45,graphstate -7186,SUCCESS,2,1,30704.43,62317324.02,62348028.45,127,12066,2163,49127.09,su2random -7187,SUCCESS,2,1,6154.61,62348028.45,62354183.06,127,1642,3186,9847.38,qnn -7188,SUCCESS,2,1,27168.32,62354183.06,62381351.38,127,7690,3003,43469.31,qpeinexact -7189,SUCCESS,2,1,1129.35,62381351.38,62382480.73,127,397,2418,1806.96,wstate -7190,SUCCESS,2,1,448.14,62382480.73,62382928.87,127,112,3401,717.02,dj -7191,SUCCESS,2,1,27051.04,62382928.87,62409979.91,127,5662,4061,43281.66,qpeinexact -7192,SUCCESS,2,1,130.42,62409979.91,62410110.33,127,107,1036,208.67,graphstate -7193,SUCCESS,2,1,5526.47,62410110.33,62415636.8,127,1272,3693,8842.35,realamprandom -7194,SUCCESS,2,1,8430.87,62415636.8,62424067.67,127,4181,1714,13489.39,qpeinexact -7195,SUCCESS,2,1,4994.19,62424067.67,62429061.86,127,2545,1668,7990.7,qpeinexact -7196,SUCCESS,2,1,5088.47,62429061.86,62434150.33,127,2647,1634,8141.55,qnn -7198,SUCCESS,2,1,822.84,62434150.33,62434973.17,127,298,2347,1316.54,dj -7199,SUCCESS,2,1,11795.78,62434973.17,62446768.95,127,3108,3226,18873.25,qft -7200,SUCCESS,2,1,3426.64,62446768.95,62450195.59,127,888,3280,5482.62,qpeexact -7201,SUCCESS,2,1,2935.24,62450195.59,62453130.83,127,2162,1154,4696.38,realamprandom -7202,SUCCESS,2,1,3487.84,62453130.83,62456618.67,127,982,3019,5580.54,random -7203,SUCCESS,2,1,10015.04,62456618.67,62466633.71,127,4379,1944,16024.06,qpeexact -7204,SUCCESS,2,1,266.24,62466633.71,62466899.95,127,62,3650,425.98,graphstate -7205,SUCCESS,2,1,187.82,62466899.95,62467087.77,127,145,1101,300.51,wstate -7206,SUCCESS,2,1,830.84,62467087.77,62467918.61,127,234,3018,1329.34,qftentangled -7207,SUCCESS,2,1,39193.74,62467918.61,62507112.35,127,8573,3886,62709.98,qpeinexact -7208,SUCCESS,2,1,558.79,62507112.35,62507671.14,127,197,2411,894.06,wstate -7209,SUCCESS,2,1,8611.32,62507671.14,62516282.46,127,6432,1138,13778.11,qft -7210,SUCCESS,2,1,19819.7,62516282.46,62536102.16,127,4869,3460,31711.52,qftentangled -7212,SUCCESS,2,1,17392.16,62536102.16,62553494.32,127,5366,2755,27827.46,twolocalrandom -7213,SUCCESS,2,1,17330.05,62553494.32,62570824.37,127,3779,3898,27728.08,realamprandom -7214,SUCCESS,2,1,505.93,62570824.37,62571330.3,127,130,3308,809.49,graphstate -7215,SUCCESS,2,1,487.15,62571330.3,62571817.45,127,213,1944,779.44,graphstate -7216,SUCCESS,2,1,418.5,62571817.45,62572235.95,127,135,2635,669.6,graphstate -7217,SUCCESS,2,1,7491.54,62572235.95,62579727.49,127,2139,2977,11986.46,twolocalrandom -7218,SUCCESS,2,1,7123.73,62579727.49,62586851.22,127,3110,1947,11397.97,qpeinexact -7219,SUCCESS,2,1,4589.11,62586851.22,62591440.33,127,1420,2747,7342.58,qftentangled -7220,SUCCESS,2,1,10172.44,62591440.33,62601612.77,127,2515,3438,16275.9,qpeinexact -7221,SUCCESS,2,1,602.21,62601612.77,62602214.98,127,128,3999,963.54,dj -7222,SUCCESS,2,1,627.96,62602214.98,62602842.94,127,320,1668,1004.74,qftentangled -7224,SUCCESS,2,1,5741.2,62602842.94,62608584.14,127,1852,2635,9185.92,qftentangled -7225,SUCCESS,2,1,202.75,62608584.14,62608786.89,127,95,1814,324.4,ghz -7226,SUCCESS,2,1,6494.34,62608786.89,62615281.23,127,1748,3158,10390.94,qft -7227,SUCCESS,2,1,20830.03,62615281.23,62636111.26,127,5040,3513,33328.05,qft -7228,SUCCESS,2,1,16931.57,62636111.26,62653042.83,127,5222,2756,27090.51,qnn -7229,SUCCESS,2,1,6810.36,62653042.83,62659853.19,127,1728,3350,10896.58,qpeinexact -7230,SUCCESS,2,1,17269.18,62659853.19,62677122.37,127,4026,3646,27630.69,twolocalrandom -7231,SUCCESS,2,1,2707.95,62677122.37,62679830.32,127,594,3875,4332.72,dj -7232,SUCCESS,2,1,7509.42,62679830.32,62687339.74,127,2455,2600,12015.07,pricingcall -7233,SUCCESS,2,1,161.62,62687339.74,62687501.36,127,95,1446,258.59,graphstate -7234,SUCCESS,2,1,2968.66,62687501.36,62690470.02,127,1120,2253,4749.86,qftentangled -7236,SUCCESS,2,1,59.72,62690470.02,62690529.74,127,45,1128,95.55,graphstate -7238,SUCCESS,2,1,1311.93,62690529.74,62691841.67,127,704,1584,2099.09,qpeexact -7239,SUCCESS,2,1,815.89,62691841.67,62692657.56,127,292,2375,1305.42,graphstate -7240,SUCCESS,2,1,531.28,62692657.56,62693188.84,127,168,2688,850.05,graphstate -7241,SUCCESS,2,1,3561.78,62693188.84,62696750.62,127,913,3316,5698.85,realamprandom -7242,SUCCESS,2,1,27822.99,62696750.62,62724573.61,127,6437,3674,44516.78,qft -7244,SUCCESS,2,1,3831.82,62724573.61,62728405.43,127,993,3280,6130.91,ghz -7245,SUCCESS,2,1,1062.8,62728405.43,62729468.23,127,275,3285,1700.48,dj -7246,SUCCESS,2,1,97955.81,62729468.23,62827424.04,127,21235,3921,156729.3,random -7247,SUCCESS,2,1,1553.83,62827424.04,62828977.87,127,592,2231,2486.13,twolocalrandom -7249,SUCCESS,2,1,9929.81,62828977.87,62838907.68,127,3533,2389,15887.7,twolocalrandom -7251,SUCCESS,2,1,8436.89,62838907.68,62847344.57,127,2162,3317,13499.02,twolocalrandom -7252,SUCCESS,2,1,981.4,62847344.57,62848325.97,127,319,2615,1570.24,qpeinexact -7253,SUCCESS,2,1,6967.57,62848325.97,62855293.54,127,3392,1746,11148.11,random -7254,SUCCESS,2,1,155.02,62855293.54,62855448.56,127,122,1080,248.03,graphstate -7256,SUCCESS,2,1,14901.72,62855448.56,62870350.28,127,3564,3554,23842.75,qnn -7257,SUCCESS,2,1,20470.79,62870350.28,62890821.07,127,13162,1322,32753.26,random -7258,SUCCESS,2,1,5732.92,62890821.07,62896553.99,127,3225,1511,9172.67,twolocalrandom -7259,SUCCESS,2,1,29803.62,62896553.99,62926357.61,127,6799,3726,47685.79,qpeinexact -7261,SUCCESS,2,1,5425.45,62926357.61,62931783.06,127,2159,2136,8680.72,ae -7262,SUCCESS,2,1,4609.13,62931783.06,62936392.19,127,1113,3520,7374.61,wstate -7263,SUCCESS,2,1,2082.84,62936392.19,62938475.03,127,578,3063,3332.54,qpeinexact -7264,SUCCESS,2,1,56812.46,62938475.03,62995287.49,127,22661,2131,90899.94,random -7265,SUCCESS,2,1,28681.52,62995287.49,63023969.01,127,6922,3522,45890.43,qft -7266,SUCCESS,2,1,931.17,63023969.01,63024900.18,127,210,3769,1489.87,qpeinexact -7267,SUCCESS,2,1,320.6,63024900.18,63025220.78,127,94,2899,512.96,graphstate -7268,SUCCESS,2,1,236.71,63025220.78,63025457.49,127,58,3469,378.74,graphstate -7269,SUCCESS,2,1,2844.76,63025457.49,63028302.25,127,610,3964,4551.62,dj -7270,SUCCESS,2,1,23007.18,63028302.25,63051309.43,127,7243,2700,36811.49,qnn -7271,SUCCESS,2,1,8354.33,63051309.43,63059663.76,127,2395,2965,13366.93,realamprandom -7273,SUCCESS,2,1,17036.95,63059663.76,63076700.71,127,4354,3326,27259.12,qpeexact -7275,SUCCESS,2,1,913.98,63076700.71,63077614.69,127,195,3984,1462.37,graphstate -7276,SUCCESS,2,1,405.21,63077614.69,63078019.9,127,115,2995,648.34,dj -7277,SUCCESS,2,1,17566.38,63078019.9,63095586.28,127,10220,1461,28106.21,ae -7278,SUCCESS,2,1,2043.28,63095586.28,63097629.56,127,740,2347,3269.25,twolocalrandom -7279,SUCCESS,2,1,8499.96,63097629.56,63106129.52,127,4260,1696,13599.94,qpeinexact -7280,SUCCESS,2,1,657.41,63106129.52,63106786.93,127,468,1194,1051.86,qftentangled -7281,SUCCESS,2,1,1867.85,63106786.93,63108654.78,127,501,3169,2988.56,portfoliovqe -7282,SUCCESS,2,1,859.66,63108654.78,63109514.44,127,353,2070,1375.46,wstate -7283,SUCCESS,2,1,2119.28,63109514.44,63111633.72,127,814,2213,3390.85,twolocalrandom -7284,SUCCESS,2,1,20029.45,63111633.72,63131663.17,127,4181,4072,32047.12,su2random -7285,SUCCESS,2,1,332.88,63131663.17,63131996.05,127,70,4042,532.61,graphstate -7286,SUCCESS,2,1,498.89,63131996.05,63132494.94,127,298,1423,798.22,su2random -7287,SUCCESS,2,1,17306.1,63132494.94,63149801.04,127,4879,3015,27689.76,realamprandom -7288,SUCCESS,2,1,19569.51,63149801.04,63169370.55,127,9779,1701,31311.22,ae -7289,SUCCESS,2,1,148.64,63169370.55,63169519.19,127,34,3716,237.82,ghz -7292,SUCCESS,2,1,26631.53,63169519.19,63196150.72,127,7200,3144,42610.45,su2random -7294,SUCCESS,2,1,89664.92,63196150.72,63285815.64,127,37918,2010,143463.87,random -7295,SUCCESS,2,1,3336.23,63285815.64,63289151.87,127,838,3384,5337.97,dj -7296,SUCCESS,2,1,1790.3,63289151.87,63290942.17,127,547,2782,2864.48,dj -7298,SUCCESS,2,1,5303.53,63290942.17,63296245.7,127,1400,3220,8485.65,qnn -7300,SUCCESS,2,1,489.6,63296245.7,63296735.3,127,302,1378,783.36,dj -7301,SUCCESS,2,1,1367.57,63296735.3,63298102.87,127,328,3544,2188.11,dj -7302,SUCCESS,2,1,17491.09,63298102.87,63315593.96,127,4576,3249,27985.74,qpeexact -7303,SUCCESS,2,1,6843.64,63315593.96,63322437.6,127,1738,3347,10949.82,twolocalrandom -7304,SUCCESS,2,1,21873.67,63322437.6,63344311.27,127,4813,3863,34997.87,qpeinexact -7305,SUCCESS,2,1,31055.93,63344311.27,63375367.2,127,13572,1945,49689.49,su2random -7306,SUCCESS,2,1,1103.53,63375367.2,63376470.73,127,536,1750,1765.65,graphstate -7307,SUCCESS,2,1,14045.48,63376470.73,63390516.21,127,4555,2621,22472.77,qftentangled -7308,SUCCESS,2,1,14875.42,63390516.21,63405391.63,127,11340,1115,23800.67,twolocalrandom -7309,SUCCESS,2,1,526.24,63405391.63,63405917.87,127,180,2485,841.98,qftentangled -7310,SUCCESS,2,1,16726.02,63405917.87,63422643.89,127,4303,3304,26761.63,qftentangled -7311,SUCCESS,2,1,3061.78,63422643.89,63425705.67,127,1488,1749,4898.85,ae -7313,SUCCESS,2,1,31079.15,63425705.67,63456784.82,127,6710,3937,49726.64,ae -7314,SUCCESS,2,1,945.22,63456784.82,63457730.04,127,339,2370,1512.35,graphstate diff --git a/output/iQuantumExample6-17-07-2023_13-02-59.csv b/output/iQuantumExample6-17-07-2023_13-02-59.csv deleted file mode 100644 index 872964e0e..000000000 --- a/output/iQuantumExample6-17-07-2023_13-02-59.csv +++ /dev/null @@ -1,7316 +0,0 @@ -QTask_ID,Status,QDCenter,QNode_ID,Execution_Time,Start_Time,Finish_Time,No_Qubits,No_Layers,Shots,Cost,Application -3,SUCCESS,2,0,1612.61,0.01,1612.62,27,2501,1483,2580.18,twolocalrandom -8,SUCCESS,2,0,544.62,1612.62,2157.24,27,339,3695,871.39,portfoliovqe -9,SUCCESS,2,0,314.86,2157.24,2472.1,27,233,3108,503.78,qnn -14,SUCCESS,2,0,61.8,2472.1,2533.9,27,84,1692,98.88,graphstate -19,SUCCESS,2,0,484.47,2533.9,3018.37,27,445,2504,775.15,portfolioqaoa -29,SUCCESS,2,0,692.65,3018.37,3711.02,27,465,3426,1108.24,qft -31,SUCCESS,2,0,1417.76,3711.02,5128.78,27,1057,3085,2268.42,realamprandom -39,SUCCESS,2,0,59.93,5128.78,5188.71,27,35,3938,95.89,qaoa -44,SUCCESS,2,0,104.61,5188.71,5293.32,27,116,2074,167.38,routing -45,SUCCESS,2,0,290.58,5293.32,5583.9,27,223,2997,464.93,qpeexact -47,SUCCESS,2,0,467.73,5583.9,6051.63,27,680,1582,748.37,qftentangled -55,SUCCESS,2,0,745.47,6051.63,6797.1,27,912,1880,1192.75,qpeexact -63,SUCCESS,2,0,108.3,6797.1,6905.4,27,65,3832,173.28,wstate -64,SUCCESS,2,0,72.81,6905.4,6978.21,27,42,3987,116.5,qaoa -66,SUCCESS,2,0,52.64,6978.21,7030.85,27,112,1081,84.22,wstate -70,SUCCESS,2,0,1066.67,7030.85,8097.52,27,802,3059,1706.67,qnn -84,SUCCESS,2,0,374.2,8097.52,8471.72,27,326,2640,598.72,pricingput -86,SUCCESS,2,0,869.57,8471.72,9341.29,27,500,4000,1391.31,portfoliovqe -91,SUCCESS,2,0,219.97,9341.29,9561.26,27,320,1581,351.95,portfoliovqe -99,SUCCESS,2,0,999.91,9561.26,10561.17,27,848,2712,1599.86,qft -105,SUCCESS,2,0,99.22,10561.17,10660.39,27,63,3622,158.75,dj -112,SUCCESS,2,0,420.61,10660.39,11081,27,434,2229,672.98,qpeexact -118,SUCCESS,2,0,202.26,11081,11283.26,27,252,1846,323.62,realamprandom -129,SUCCESS,2,0,3145.54,11283.26,14428.8,27,2195,3296,5032.86,pricingput -136,SUCCESS,2,0,1563.09,14428.8,15991.89,27,912,3942,2500.94,qpeinexact -139,SUCCESS,2,0,851.66,15991.89,16843.55,27,756,2591,1362.66,qpeinexact -141,SUCCESS,2,0,556.16,16843.55,17399.71,27,804,1591,889.86,su2random -158,SUCCESS,2,0,28.69,17399.71,17428.4,27,30,2199,45.9,graphstate -159,SUCCESS,2,0,368.64,17428.4,17797.04,27,576,1472,589.82,groundstate -160,SUCCESS,2,0,1501.97,17797.04,19299.01,27,1114,3101,2403.15,realamprandom -161,SUCCESS,2,0,757.28,19299.01,20056.29,27,1218,1430,1211.65,twolocalrandom -166,SUCCESS,2,0,204.25,20056.29,20260.54,27,210,2237,326.8,qpeexact -169,SUCCESS,2,0,39.09,20260.54,20299.63,27,66,1362,62.54,ghz -184,SUCCESS,2,0,507.45,20299.63,20807.08,27,729,1601,811.92,qpeexact -193,SUCCESS,2,0,17.16,20807.08,20824.24,27,21,1879,27.46,ghz -197,SUCCESS,2,0,466.02,20824.24,21290.26,27,352,3045,745.63,portfoliovqe -207,SUCCESS,2,0,60.65,21290.26,21350.91,27,41,3402,97.04,wstate -208,SUCCESS,2,0,281.95,21350.91,21632.86,27,210,3088,451.12,su2random -213,SUCCESS,2,0,28.26,21632.86,21661.12,27,16,4061,45.22,ghz -224,SUCCESS,2,0,541.6,21661.12,22202.72,27,316,3942,866.56,qpeexact -229,SUCCESS,2,0,77.86,22202.72,22280.58,27,73,2453,124.58,wstate -231,SUCCESS,2,0,5350.46,22280.58,27631.04,27,7008,1756,8560.74,pricingput -0,SUCCESS,2,1,30343.47,0.01,30343.48,127,20952,1231,48549.55,random -236,SUCCESS,2,0,4472.76,27631.04,32103.8,27,3916,2627,7156.42,qwalk-v-chain -237,SUCCESS,2,0,1590.46,32103.8,33694.26,27,976,3748,2544.74,qpeexact -240,SUCCESS,2,0,307.72,33694.26,34001.98,27,196,3611,492.35,qpeexact -252,SUCCESS,2,0,1036.14,34001.98,35038.12,27,928,2568,1657.82,portfoliovqe -260,SUCCESS,2,0,29.08,35038.12,35067.2,27,45,1486,46.53,wstate -265,SUCCESS,2,0,502.91,35067.2,35570.11,27,492,2351,804.66,qftentangled -272,SUCCESS,2,0,812.56,35570.11,36382.67,27,701,2666,1300.1,qpeexact -275,SUCCESS,2,0,281.37,36382.67,36664.04,27,189,3424,450.19,ae -276,SUCCESS,2,0,22.78,36664.04,36686.82,27,24,2183,36.45,ghz -278,SUCCESS,2,0,985.91,36686.82,37672.73,27,958,2367,1577.46,qpeinexact -285,SUCCESS,2,0,249.1,37672.73,37921.83,27,297,1929,398.56,qft -287,SUCCESS,2,0,262.35,37921.83,38184.18,27,333,1812,419.76,qft -289,SUCCESS,2,0,41.05,38184.18,38225.23,27,32,2950,65.68,graphstate -291,SUCCESS,2,0,871.47,38225.23,39096.7,27,589,3403,1394.35,su2random -296,SUCCESS,2,0,552.68,39096.7,39649.38,27,543,2341,884.29,qft -321,SUCCESS,2,0,606.35,39649.38,40255.73,27,475,2936,970.16,qft -326,SUCCESS,2,0,10.42,40255.73,40266.15,27,11,2178,16.67,ghz -329,SUCCESS,2,0,320.77,40266.15,40586.92,27,399,1849,513.23,portfoliovqe -338,SUCCESS,2,0,18.67,40586.92,40605.59,27,27,1590,29.87,vqe -339,SUCCESS,2,0,214.16,40605.59,40819.75,27,196,2513,342.66,random -340,SUCCESS,2,0,654.86,40819.75,41474.61,27,1119,1346,1047.78,twolocalrandom -342,SUCCESS,2,0,24.45,41474.61,41499.06,27,19,2959,39.12,ghz -344,SUCCESS,2,0,2291.18,41499.06,43790.24,27,1306,4035,3665.89,pricingput -359,SUCCESS,2,0,2782.89,43790.24,46573.13,27,2192,2920,4452.62,random -361,SUCCESS,2,0,733.77,46573.13,47306.9,27,892,1892,1174.03,qpeexact -367,SUCCESS,2,0,13.77,47306.9,47320.67,27,24,1319,22.03,vqe -369,SUCCESS,2,0,64.42,47320.67,47385.09,27,38,3899,103.07,dj -374,SUCCESS,2,0,1215.35,47385.09,48600.44,27,902,3099,1944.56,ae -378,SUCCESS,2,0,466.71,48600.44,49067.15,27,872,1231,746.74,qnn -383,SUCCESS,2,0,401.78,49067.15,49468.93,27,772,1197,642.85,qpeexact -1,SUCCESS,2,1,34387.5,30343.48,64730.98,127,8733,3347,55020,twolocalrandom -384,SUCCESS,2,0,17048.5,49468.93,66517.43,27,10238,3830,27277.6,grover-noancilla -391,SUCCESS,2,0,143.63,66517.43,66661.06,27,83,3980,229.81,dj -2,SUCCESS,2,1,4930.17,64730.98,69661.15,127,1838,2280,7888.27,qpeexact -406,SUCCESS,2,0,3780.67,66661.06,70441.73,27,3481,2498,6049.07,random -407,SUCCESS,2,0,305.64,70441.73,70747.37,27,172,4087,489.02,qft -416,SUCCESS,2,0,916.65,70747.37,71664.02,27,728,2896,1466.64,qpeexact -4,SUCCESS,2,1,2940.12,69661.15,72601.27,127,694,3601,4704.19,dj -427,SUCCESS,2,0,1956.56,71664.02,73620.58,27,2039,2207,3130.5,realamprandom -5,SUCCESS,2,1,11024.59,72601.27,83625.86,127,3152,2973,17639.34,realamprandom -434,SUCCESS,2,0,13397.17,73620.58,87017.75,27,9972,3090,21435.47,qwalk-noancilla -447,SUCCESS,2,0,114.19,87017.75,87131.94,27,69,3806,182.7,tsp -451,SUCCESS,2,0,61.77,87131.94,87193.71,27,105,1353,98.83,qft -455,SUCCESS,2,0,104.94,87193.71,87298.65,27,79,3055,167.9,dj -462,SUCCESS,2,0,613.2,87298.65,87911.85,27,730,1932,981.12,qft -466,SUCCESS,2,0,512.62,87911.85,88424.47,27,521,2263,820.19,twolocalrandom -467,SUCCESS,2,0,73.21,88424.47,88497.68,27,120,1403,117.14,wstate -472,SUCCESS,2,0,103.27,88497.68,88600.95,27,105,2262,165.23,wstate -473,SUCCESS,2,0,240.18,88600.95,88841.13,27,329,1679,384.29,su2random -6,SUCCESS,2,1,5663.96,83625.86,89289.82,127,3527,1365,9062.34,twolocalrandom -475,SUCCESS,2,0,523.41,88841.13,89364.54,27,352,3420,837.46,realamprandom -7,SUCCESS,2,1,4077.41,89289.82,93367.23,127,1094,3168,6523.86,wstate -10,SUCCESS,2,1,8422.48,93367.23,101789.71,127,2777,2578,13475.97,qftentangled -11,SUCCESS,2,1,38.21,101789.71,101827.92,127,26,1249,61.14,routing -12,SUCCESS,2,1,4714.54,101827.92,106542.46,127,1027,3902,7543.26,wstate -13,SUCCESS,2,1,6497.8,106542.46,113040.26,127,2309,2392,10396.48,random -15,SUCCESS,2,1,32228.56,113040.26,145268.82,127,7008,3909,51565.7,qpeexact -16,SUCCESS,2,1,1371.03,145268.82,146639.85,127,708,1646,2193.65,ae -17,SUCCESS,2,1,8464.12,146639.85,155103.97,127,3753,1917,13542.59,twolocalrandom -18,SUCCESS,2,1,2641.56,155103.97,157745.53,127,648,3465,4226.5,su2random -20,SUCCESS,2,1,450.11,157745.53,158195.64,127,101,3788,720.18,dj -21,SUCCESS,2,1,12934.33,158195.64,171129.97,127,6517,1687,20694.93,qft -480,SUCCESS,2,0,83375.66,89364.54,172740.2,27,47750,4016,133401.06,qwalk-noancilla -484,SUCCESS,2,0,87.2,172740.2,172827.4,27,105,1910,139.52,dj -486,SUCCESS,2,0,1182.93,172827.4,174010.33,27,1001,2718,1892.69,ae -488,SUCCESS,2,0,32.22,174010.33,174042.55,27,59,1256,51.55,ghz -499,SUCCESS,2,0,374.03,174042.55,174416.58,27,633,1359,598.45,portfolioqaoa -503,SUCCESS,2,0,88.65,174416.58,174505.23,27,81,2517,141.84,wstate -504,SUCCESS,2,0,870.6,174505.23,175375.83,27,937,2137,1392.96,qnn -22,SUCCESS,2,1,4622.73,171129.97,175752.7,127,1451,2708,7396.37,qftentangled -508,SUCCESS,2,0,601.85,175375.83,175977.68,27,484,2860,962.96,qft -516,SUCCESS,2,0,124.41,175977.68,176102.09,27,258,1109,199.06,qft -521,SUCCESS,2,0,196.93,176102.09,176299.02,27,275,1647,315.09,qftentangled -533,SUCCESS,2,0,260.42,176299.02,176559.44,27,225,2662,416.67,twolocalrandom -538,SUCCESS,2,0,90.47,176559.44,176649.91,27,64,3251,144.75,graphstate -539,SUCCESS,2,0,505.5,176649.91,177155.41,27,674,1725,808.8,ae -540,SUCCESS,2,0,157.62,177155.41,177313.03,27,93,3898,252.19,graphstate -543,SUCCESS,2,0,542.27,177313.03,177855.3,27,331,3768,867.63,qnn -555,SUCCESS,2,0,2339.51,177855.3,180194.81,27,2907,1851,3743.22,random -559,SUCCESS,2,0,128.89,180194.81,180323.7,27,258,1149,206.22,portfolioqaoa -562,SUCCESS,2,0,1336.7,180323.7,181660.4,27,1200,2562,2138.72,qft -564,SUCCESS,2,0,769.77,181660.4,182430.17,27,488,3628,1231.63,pricingcall -567,SUCCESS,2,0,142166.59,182430.17,324596.76,27,88017,3715,227466.54,grover-noancilla -568,SUCCESS,2,0,1183.64,324596.76,325780.4,27,1238,2199,1893.82,qpeinexact -578,SUCCESS,2,0,142.19,325780.4,325922.59,27,82,3988,227.5,graphstate -585,SUCCESS,2,0,314.5,325922.59,326237.09,27,284,2547,503.2,qftentangled -589,SUCCESS,2,0,695.56,326237.09,326932.65,27,579,2763,1112.9,qftentangled -595,SUCCESS,2,0,97.61,326932.65,327030.26,27,107,2098,156.18,dj -596,SUCCESS,2,0,580.51,327030.26,327610.77,27,732,1824,928.82,portfoliovqe -603,SUCCESS,2,0,941.85,327610.77,328552.62,27,766,2828,1506.96,ae -612,SUCCESS,2,0,425.92,328552.62,328978.54,27,248,3950,681.47,qpeinexact -614,SUCCESS,2,0,46758.39,328978.54,375736.93,27,28587,3762,74813.42,grover-v-chain -616,SUCCESS,2,0,27.62,375736.93,375764.55,27,55,1155,44.19,ghz -628,SUCCESS,2,0,237.66,375764.55,376002.21,27,508,1076,380.26,portfolioqaoa -632,SUCCESS,2,0,488.19,376002.21,376490.4,27,470,2389,781.1,random -633,SUCCESS,2,0,297.59,376490.4,376787.99,27,355,1928,476.14,su2random -637,SUCCESS,2,0,13.86,376787.99,376801.85,27,22,1448,22.18,graphstate -642,SUCCESS,2,0,39.23,376801.85,376841.08,27,32,2819,62.77,routing -653,SUCCESS,2,0,11446.35,376841.08,388287.43,27,6950,3788,18314.16,pricingcall -654,SUCCESS,2,0,80.38,388287.43,388367.81,27,130,1422,128.61,wstate -663,SUCCESS,2,0,694.34,388367.81,389062.15,27,513,3113,1110.94,qpeexact -665,SUCCESS,2,0,328.05,389062.15,389390.2,27,250,3018,524.88,wstate -672,SUCCESS,2,0,363.23,389390.2,389753.43,27,292,2861,581.17,qpeexact -673,SUCCESS,2,0,342.57,389753.43,390096,27,337,2338,548.11,qnn -675,SUCCESS,2,0,598.13,390096,390694.13,27,568,2422,957.01,qpeexact -676,SUCCESS,2,0,415.71,390694.13,391109.84,27,314,3045,665.14,portfoliovqe -681,SUCCESS,2,0,445.81,391109.84,391555.65,27,438,2341,713.3,portfoliovqe -686,SUCCESS,2,0,241.93,391555.65,391797.58,27,215,2588,387.09,ae -699,SUCCESS,2,0,98.31,391797.58,391895.89,27,106,2133,157.3,dj -703,SUCCESS,2,0,53.93,391895.89,391949.82,27,68,1824,86.29,graphstate -721,SUCCESS,2,0,1806.14,391949.82,393755.96,27,1114,3729,2889.82,twolocalrandom -723,SUCCESS,2,0,40.64,393755.96,393796.6,27,29,3223,65.02,graphstate -725,SUCCESS,2,0,914.92,393796.6,394711.52,27,561,3751,1463.87,twolocalrandom -726,SUCCESS,2,0,1006.98,394711.52,395718.5,27,791,2928,1611.17,twolocalrandom -733,SUCCESS,2,0,101.16,395718.5,395819.66,27,71,3277,161.86,qaoa -735,SUCCESS,2,0,41.88,395819.66,395861.54,27,69,1396,67.01,vqe -747,SUCCESS,2,0,128.37,395861.54,395989.91,27,125,2362,205.39,dj -748,SUCCESS,2,0,46.76,395989.91,396036.67,27,41,2623,74.82,dj -23,SUCCESS,2,1,222823.27,175752.7,398575.97,127,48071,3940,356517.23,random -24,SUCCESS,2,1,7527.67,398575.97,406103.64,127,2286,2799,12044.27,realamprandom -25,SUCCESS,2,1,3535.35,406103.64,409638.99,127,961,3127,5656.56,wstate -26,SUCCESS,2,1,210.72,409638.99,409849.71,127,51,3512,337.15,dj -751,SUCCESS,2,0,13875.21,396036.67,409911.88,27,8407,3796,22200.34,pricingput -761,SUCCESS,2,0,317.05,409911.88,410228.93,27,669,1090,507.28,ae -762,SUCCESS,2,0,618.78,410228.93,410847.71,27,1229,1158,990.05,qpeinexact -769,SUCCESS,2,0,1079.88,410847.71,411927.59,27,1078,2304,1727.81,su2random -779,SUCCESS,2,0,91.91,411927.59,412019.5,27,60,3523,147.06,ghz -784,SUCCESS,2,0,14.41,412019.5,412033.91,27,10,3313,23.06,ghz -787,SUCCESS,2,0,1577.98,412033.91,413611.89,27,1287,2820,2524.77,su2random -788,SUCCESS,2,0,96.3,413611.89,413708.19,27,144,1538,154.08,dj -791,SUCCESS,2,0,455.52,413708.19,414163.71,27,687,1525,728.83,qpeexact -792,SUCCESS,2,0,1156.9,414163.71,415320.61,27,730,3645,1851.04,ae -798,SUCCESS,2,0,28.66,415320.61,415349.27,27,25,2636,45.86,graphstate -801,SUCCESS,2,0,987.34,415349.27,416336.61,27,912,2490,1579.74,ae -803,SUCCESS,2,0,89.58,416336.61,416426.19,27,96,2146,143.33,qpeexact -805,SUCCESS,2,0,624.53,416426.19,417050.72,27,675,2128,999.25,twolocalrandom -814,SUCCESS,2,0,361.92,417050.72,417412.64,27,270,3083,579.07,random -821,SUCCESS,2,0,811.28,417412.64,418223.92,27,713,2617,1298.05,ae -823,SUCCESS,2,0,853.73,418223.92,419077.65,27,499,3935,1365.97,realamprandom -826,SUCCESS,2,0,36.9,419077.65,419114.55,27,78,1088,59.04,tsp -831,SUCCESS,2,0,26.56,419114.55,419141.11,27,33,1851,42.5,wstate -832,SUCCESS,2,0,473.22,419141.11,419614.33,27,773,1408,757.15,qpeinexact -839,SUCCESS,2,0,609.27,419614.33,420223.6,27,436,3214,974.83,ae -841,SUCCESS,2,0,673.09,420223.6,420896.69,27,704,2199,1076.94,su2random -861,SUCCESS,2,0,200.19,420896.69,421096.88,27,366,1258,320.3,random -865,SUCCESS,2,0,669.05,421096.88,421765.93,27,582,2644,1070.48,random -866,SUCCESS,2,0,522.56,421765.93,422288.49,27,586,2051,836.1,realamprandom -867,SUCCESS,2,0,880.94,422288.49,423169.43,27,1438,1409,1409.5,pricingcall -868,SUCCESS,2,0,46.34,423169.43,423215.77,27,45,2368,74.14,graphstate -869,SUCCESS,2,0,128.97,423215.77,423344.74,27,113,2625,206.35,wstate -878,SUCCESS,2,0,32.47,423344.74,423377.21,27,20,3733,51.95,routing -882,SUCCESS,2,0,223.49,423377.21,423600.7,27,461,1115,357.58,qnn -887,SUCCESS,2,0,124.89,423600.7,423725.59,27,113,2542,199.82,dj -894,SUCCESS,2,0,508.1,423725.59,424233.69,27,518,2256,812.96,qft -895,SUCCESS,2,0,1316.41,424233.69,425550.1,27,2043,1482,2106.26,qwalk-v-chain -901,SUCCESS,2,0,119.24,425550.1,425669.34,27,218,1258,190.78,qft -903,SUCCESS,2,0,506.04,425669.34,426175.38,27,795,1464,809.66,qft -904,SUCCESS,2,0,1188.04,426175.38,427363.42,27,939,2910,1900.86,ae -918,SUCCESS,2,0,429.68,427363.42,427793.1,27,362,2730,687.49,qpeinexact -923,SUCCESS,2,0,218.63,427793.1,428011.73,27,335,1501,349.81,qpeinexact -928,SUCCESS,2,0,10735.63,428011.73,438747.36,27,7071,3492,17177.01,pricingcall -936,SUCCESS,2,0,266.12,438747.36,439013.48,27,494,1239,425.79,ae -944,SUCCESS,2,0,116.88,439013.48,439130.36,27,91,2954,187.01,dj -950,SUCCESS,2,0,2196.72,439130.36,441327.08,27,1242,4068,3514.75,qft -27,SUCCESS,2,1,41697.4,409849.71,451547.11,127,9030,3925,66715.84,qnn -28,SUCCESS,2,1,18331.2,451547.11,469878.31,127,7752,2010,29329.92,ae -30,SUCCESS,2,1,11936.17,469878.31,481814.48,127,8620,1177,19097.87,realamprandom -32,SUCCESS,2,1,3951.03,481814.48,485765.51,127,1794,1872,6321.65,qpeinexact -33,SUCCESS,2,1,1567.03,485765.51,487332.54,127,704,1892,2507.25,qft -34,SUCCESS,2,1,638.31,487332.54,487970.85,127,252,2153,1021.3,realamprandom -35,SUCCESS,2,1,555.64,487970.85,488526.49,127,210,2249,889.02,ghz -36,SUCCESS,2,1,19599.52,488526.49,508126.01,127,5198,3205,31359.23,random -37,SUCCESS,2,1,2019.89,508126.01,510145.9,127,970,1770,3231.82,ae -38,SUCCESS,2,1,5557.13,510145.9,515703.03,127,1292,3656,8891.41,qft -40,SUCCESS,2,1,23951.05,515703.03,539654.08,127,5986,3401,38321.68,qft -41,SUCCESS,2,1,8948.27,539654.08,548602.35,127,5429,1401,14317.23,ae -42,SUCCESS,2,1,178.05,548602.35,548780.4,127,95,1593,284.88,graphstate -43,SUCCESS,2,1,21735.37,548780.4,570515.77,127,5194,3557,34776.59,qpeexact -46,SUCCESS,2,1,15116.69,570515.77,585632.46,127,5219,2462,24186.7,qpeexact -951,SUCCESS,2,0,144575.24,441327.08,585902.32,27,98613,3372,231320.38,qwalk-noancilla -953,SUCCESS,2,0,509.92,585902.32,586412.24,27,358,3276,815.87,realamprandom -968,SUCCESS,2,0,112.81,586412.24,586525.05,27,66,3931,180.5,graphstate -48,SUCCESS,2,1,4548.59,585632.46,590181.05,127,1681,2300,7277.74,random -49,SUCCESS,2,1,6587.51,590181.05,596768.56,127,3329,1682,10540.02,qpeinexact -50,SUCCESS,2,1,28478.19,596768.56,625246.75,127,13170,1838,45565.1,su2random -51,SUCCESS,2,1,263.47,625246.75,625510.22,127,129,1736,421.55,graphstate -52,SUCCESS,2,1,139.72,625510.22,625649.94,127,29,4095,223.55,wstate -53,SUCCESS,2,1,22311.23,625649.94,647961.17,127,18448,1028,35697.97,random -54,SUCCESS,2,1,333.93,647961.17,648295.1,127,109,2604,534.29,wstate -56,SUCCESS,2,1,2543.72,648295.1,650838.82,127,630,3432,4069.95,dj -57,SUCCESS,2,1,1863.07,650838.82,652701.89,127,841,1883,2980.91,ae -58,SUCCESS,2,1,988.3,652701.89,653690.19,127,361,2327,1581.28,dj -59,SUCCESS,2,1,1032.22,653690.19,654722.41,127,851,1031,1651.55,realamprandom -60,SUCCESS,2,1,2731.92,654722.41,657454.33,127,1673,1388,4371.07,qnn -61,SUCCESS,2,1,7744,657454.33,665198.33,127,2420,2720,12390.4,qftentangled -976,SUCCESS,2,0,103827.89,586525.05,690352.94,27,76125,3137,166124.62,qwalk-noancilla -979,SUCCESS,2,0,1441.79,690352.94,691794.73,27,896,3701,2306.86,twolocalrandom -982,SUCCESS,2,0,782.45,691794.73,692577.18,27,447,4026,1251.92,qft -987,SUCCESS,2,0,294.98,692577.18,692872.16,27,316,2147,471.97,wstate -991,SUCCESS,2,0,263.79,692872.16,693135.95,27,338,1795,422.06,realamprandom -995,SUCCESS,2,0,146.3,693135.95,693282.25,27,109,3087,234.08,ghz -1012,SUCCESS,2,0,527.01,693282.25,693809.26,27,740,1638,843.22,su2random -1015,SUCCESS,2,0,799.05,693809.26,694608.31,27,600,3063,1278.48,realamprandom -1016,SUCCESS,2,0,524.08,694608.31,695132.39,27,399,3021,838.53,qnn -1018,SUCCESS,2,0,256.95,695132.39,695389.34,27,324,1824,411.12,qft -1019,SUCCESS,2,0,1651.67,695389.34,697041.01,27,1229,3091,2642.67,qpeexact -1028,SUCCESS,2,0,256.62,697041.01,697297.63,27,241,2449,410.59,realamprandom -1033,SUCCESS,2,0,413.36,697297.63,697710.99,27,394,2413,661.38,qnn -1034,SUCCESS,2,0,1694.44,697710.99,699405.43,27,1110,3511,2711.1,random -1038,SUCCESS,2,0,11.88,699405.43,699417.31,27,11,2483,19.01,ghz -1039,SUCCESS,2,0,60.52,699417.31,699477.83,27,41,3395,96.83,dj -1044,SUCCESS,2,0,914.45,699477.83,700392.28,27,781,2693,1463.12,twolocalrandom -1046,SUCCESS,2,0,30.8,700392.28,700423.08,27,19,3728,49.28,ghz -1047,SUCCESS,2,0,348.33,700423.08,700771.41,27,410,1954,557.33,portfolioqaoa -1048,SUCCESS,2,0,75.21,700771.41,700846.62,27,62,2790,120.34,ghz -1049,SUCCESS,2,0,264.01,700846.62,701110.63,27,196,3098,422.42,tsp -1052,SUCCESS,2,0,1348.23,701110.63,702458.86,27,2378,1304,2157.17,random -1057,SUCCESS,2,0,191.16,702458.86,702650.02,27,139,3163,305.86,qft -1059,SUCCESS,2,0,173.25,702650.02,702823.27,27,229,1740,277.2,qft -1072,SUCCESS,2,0,52.14,702823.27,702875.41,27,33,3634,83.42,wstate -1077,SUCCESS,2,0,1120.03,702875.41,703995.44,27,766,3363,1792.05,portfolioqaoa -1079,SUCCESS,2,0,8594.38,703995.44,712589.82,27,5392,3666,13751.01,qwalk-noancilla -1092,SUCCESS,2,0,386.88,712589.82,712976.7,27,693,1284,619.01,random -62,SUCCESS,2,1,58853.67,665198.33,724052,127,12791,3911,94165.87,realamprandom -65,SUCCESS,2,1,12691.47,724052,736743.47,127,4668,2311,20306.35,qftentangled -67,SUCCESS,2,1,19391.06,736743.47,756134.53,127,4926,3346,31025.7,qpeexact -68,SUCCESS,2,1,1692.2,756134.53,757826.73,127,371,3877,2707.52,qnn -69,SUCCESS,2,1,2678.17,757826.73,760504.9,127,1246,1827,4285.07,wstate -71,SUCCESS,2,1,7445.81,760504.9,767950.71,127,5047,1254,11913.3,su2random -72,SUCCESS,2,1,4357.62,767950.71,772308.33,127,1117,3316,6972.19,wstate -73,SUCCESS,2,1,1246.22,772308.33,773554.55,127,294,3603,1993.95,graphstate -1095,SUCCESS,2,0,64348.61,712976.7,777325.31,27,79315,1866,102957.78,qwalk-noancilla -74,SUCCESS,2,1,55480.04,773554.55,829034.59,127,32124,1468,88768.06,random -75,SUCCESS,2,1,401.88,829034.59,829436.47,127,158,2162,643.01,graphstate -76,SUCCESS,2,1,28045.84,829436.47,857482.31,127,11726,2033,44873.34,qnn -77,SUCCESS,2,1,7287.62,857482.31,864769.93,127,4776,1297,11660.19,qftentangled -78,SUCCESS,2,1,3428.06,864769.93,868197.99,127,1154,2525,5484.9,qnn -79,SUCCESS,2,1,376.44,868197.99,868574.43,127,101,3168,602.3,wstate -80,SUCCESS,2,1,3082.75,868574.43,871657.18,127,2393,1095,4932.4,su2random -81,SUCCESS,2,1,28211.65,871657.18,899868.83,127,7922,3027,45138.64,qpeexact -82,SUCCESS,2,1,1875.65,899868.83,901744.48,127,1070,1490,3001.04,ghz -83,SUCCESS,2,1,1290.68,901744.48,903035.16,127,582,1885,2065.09,wstate -85,SUCCESS,2,1,3157.73,903035.16,906192.89,127,1532,1752,5052.37,ae -87,SUCCESS,2,1,12153.92,906192.89,918346.81,127,3555,2906,19446.27,qftentangled -88,SUCCESS,2,1,19160.41,918346.81,937507.22,127,4371,3726,30656.66,random -89,SUCCESS,2,1,3144.87,937507.22,940652.09,127,797,3354,5031.79,qftentangled -90,SUCCESS,2,1,1543.83,940652.09,942195.92,127,547,2399,2470.13,su2random -92,SUCCESS,2,1,13532.17,942195.92,955728.09,127,5158,2230,21651.47,qwalk-v-chain -93,SUCCESS,2,1,92.65,955728.09,955820.74,127,42,1875,148.24,dj -94,SUCCESS,2,1,9010.32,955820.74,964831.06,127,2244,3413,14416.51,qftentangled -95,SUCCESS,2,1,1762.49,964831.06,966593.55,127,532,2816,2819.98,ae -96,SUCCESS,2,1,844.59,966593.55,967438.14,127,187,3839,1351.34,dj -97,SUCCESS,2,1,9793.57,967438.14,977231.71,127,4454,1869,15669.71,qftentangled -98,SUCCESS,2,1,2266.26,977231.71,979497.97,127,605,3184,3626.02,dj -100,SUCCESS,2,1,4622.18,979497.97,984120.15,127,1063,3696,7395.49,qft -101,SUCCESS,2,1,6210.18,984120.15,990330.33,127,1553,3399,9936.29,realamprandom -102,SUCCESS,2,1,2976.48,990330.33,993306.81,127,1000,2530,4762.37,pricingcall -103,SUCCESS,2,1,38067.53,993306.81,1031374.34,127,11458,2824,60908.05,twolocalrandom -104,SUCCESS,2,1,556.28,1031374.34,1031930.62,127,321,1473,890.05,realamprandom -106,SUCCESS,2,1,999.63,1031930.62,1032930.25,127,688,1235,1599.41,qpeinexact -107,SUCCESS,2,1,3872.23,1032930.25,1036802.48,127,821,4009,6195.57,su2random -108,SUCCESS,2,1,19776.93,1036802.48,1056579.41,127,4726,3557,31643.09,qftentangled -1096,SUCCESS,2,0,285870.26,777325.31,1063195.57,27,161588,4069,457392.42,qwalk-noancilla -1104,SUCCESS,2,0,302.11,1063195.57,1063497.68,27,658,1056,483.38,qpeinexact -1127,SUCCESS,2,0,240.43,1063497.68,1063738.11,27,401,1379,384.69,qftentangled -1135,SUCCESS,2,0,21.38,1063738.11,1063759.49,27,26,1891,34.21,routing -1137,SUCCESS,2,0,3436.34,1063759.49,1067195.83,27,2007,3938,5498.14,qnn -1139,SUCCESS,2,0,37.66,1067195.83,1067233.49,27,34,2547,60.26,dj -1141,SUCCESS,2,0,62.09,1067233.49,1067295.58,27,94,1519,99.34,qaoa -1146,SUCCESS,2,0,2510.9,1067295.58,1069806.48,27,1594,3623,4017.44,random -1153,SUCCESS,2,0,920.17,1069806.48,1070726.65,27,559,3786,1472.27,qftentangled -1155,SUCCESS,2,0,71.3,1070726.65,1070797.95,27,84,1952,114.08,dj -1158,SUCCESS,2,0,270.96,1070797.95,1071068.91,27,328,1900,433.54,qpeexact -1161,SUCCESS,2,0,766.96,1071068.91,1071835.87,27,504,3500,1227.14,twolocalrandom -1170,SUCCESS,2,0,994.28,1071835.87,1072830.15,27,1003,2280,1590.85,ae -1178,SUCCESS,2,0,24.45,1072830.15,1072854.6,27,16,3514,39.12,ghz -1184,SUCCESS,2,0,44.04,1072854.6,1072898.64,27,41,2470,70.46,dj -1188,SUCCESS,2,0,419.03,1072898.64,1073317.67,27,625,1542,670.45,groundstate -109,SUCCESS,2,1,26755.97,1056579.41,1083335.38,127,8727,2606,42809.55,pricingcall -110,SUCCESS,2,1,1466.99,1083335.38,1084802.37,127,398,3133,2347.18,dj -111,SUCCESS,2,1,11918.93,1084802.37,1096721.3,127,2985,3394,19070.29,qftentangled -113,SUCCESS,2,1,121.64,1096721.3,1096842.94,127,96,1077,194.62,ghz -114,SUCCESS,2,1,1220.36,1096842.94,1098063.3,127,506,2050,1952.58,random -115,SUCCESS,2,1,13714.75,1098063.3,1111778.05,127,4568,2552,21943.6,qnn -116,SUCCESS,2,1,2203.06,1111778.05,1113981.11,127,1606,1166,3524.9,ae -117,SUCCESS,2,1,3779.72,1113981.11,1117760.83,127,984,3265,6047.55,qpeexact -119,SUCCESS,2,1,1264.12,1117760.83,1119024.95,127,824,1304,2022.59,qpeexact -1192,SUCCESS,2,0,49063.43,1073317.67,1122381.1,27,31530,3579,78501.49,grover-noancilla -1199,SUCCESS,2,0,444.75,1122381.1,1122825.85,27,527,1941,711.6,qft -1206,SUCCESS,2,0,474.81,1122825.85,1123300.66,27,321,3402,759.7,portfolioqaoa -1210,SUCCESS,2,0,34.18,1123300.66,1123334.84,27,32,2456,54.69,graphstate -1212,SUCCESS,2,0,25.52,1123334.84,1123360.36,27,40,1467,40.83,dj -1235,SUCCESS,2,0,479.78,1123360.36,1123840.14,27,592,1864,767.65,qftentangled -1238,SUCCESS,2,0,227.83,1123840.14,1124067.97,27,254,2063,364.53,qft -1239,SUCCESS,2,0,559.52,1124067.97,1124627.49,27,866,1486,895.23,ae -1242,SUCCESS,2,0,408.61,1124627.49,1125036.1,27,336,2797,653.78,qpeexact -1243,SUCCESS,2,0,301.2,1125036.1,1125337.3,27,425,1630,481.92,su2random -1244,SUCCESS,2,0,124.25,1125337.3,1125461.55,27,162,1764,198.8,qpeinexact -1257,SUCCESS,2,0,105.42,1125461.55,1125566.97,27,130,1865,168.67,dj -1268,SUCCESS,2,0,44.76,1125566.97,1125611.73,27,42,2451,71.62,ghz -1270,SUCCESS,2,0,536.37,1125611.73,1126148.1,27,922,1338,858.19,random -1272,SUCCESS,2,0,556.95,1126148.1,1126705.05,27,538,2381,891.12,qftentangled -1274,SUCCESS,2,0,862.26,1126705.05,1127567.31,27,633,3133,1379.62,qnn -1278,SUCCESS,2,0,263.16,1127567.31,1127830.47,27,181,3344,421.06,random -1294,SUCCESS,2,0,305.41,1127830.47,1128135.88,27,174,4037,488.66,qftentangled -1299,SUCCESS,2,0,11.46,1128135.88,1128147.34,27,12,2195,18.34,ghz -1307,SUCCESS,2,0,122.44,1128147.34,1128269.78,27,69,4081,195.9,dj -1317,SUCCESS,2,0,561.4,1128269.78,1128831.18,27,806,1602,898.24,qftentangled -1318,SUCCESS,2,0,322.97,1128831.18,1129154.15,27,506,1468,516.75,qnn -1320,SUCCESS,2,0,33.09,1129154.15,1129187.24,27,33,2306,52.94,graphstate -1328,SUCCESS,2,0,805.02,1129187.24,1129992.26,27,1093,1694,1288.03,su2random -1331,SUCCESS,2,0,21.64,1129992.26,1130013.9,27,45,1106,34.62,dj -1334,SUCCESS,2,0,563.31,1130013.9,1130577.21,27,438,2958,901.3,su2random -1343,SUCCESS,2,0,154.73,1130577.21,1130731.94,27,325,1095,247.57,qpeinexact -1344,SUCCESS,2,0,72.22,1130731.94,1130804.16,27,44,3775,115.55,graphstate -120,SUCCESS,2,1,12626.92,1119024.95,1131651.87,127,9042,1187,20203.07,realamprandom -1345,SUCCESS,2,0,897.32,1130804.16,1131701.48,27,559,3692,1435.71,qpeexact -1346,SUCCESS,2,0,7353.57,1131701.48,1139055.05,27,7262,2329,11765.71,pricingcall -1348,SUCCESS,2,0,227.41,1139055.05,1139282.46,27,179,2922,363.86,pricingput -1350,SUCCESS,2,0,678.69,1139282.46,1139961.15,27,1289,1211,1085.9,realamprandom -1352,SUCCESS,2,0,355.54,1139961.15,1140316.69,27,308,2655,568.86,portfolioqaoa -1354,SUCCESS,2,0,11.98,1140316.69,1140328.67,27,26,1059,19.17,routing -1370,SUCCESS,2,0,127,1140328.67,1140455.67,27,100,2921,203.2,qaoa -1374,SUCCESS,2,0,29.7,1140455.67,1140485.37,27,30,2277,47.52,vqe -1380,SUCCESS,2,0,14.14,1140485.37,1140499.51,27,14,2322,22.62,ghz -1383,SUCCESS,2,0,306.38,1140499.51,1140805.89,27,361,1952,490.21,qft -1392,SUCCESS,2,0,1390.36,1140805.89,1142196.25,27,896,3569,2224.58,realamprandom -1395,SUCCESS,2,0,1326,1142196.25,1143522.25,27,783,3895,2121.6,qpeinexact -1396,SUCCESS,2,0,60.51,1143522.25,1143582.76,27,103,1351,96.82,dj -1402,SUCCESS,2,0,19.83,1143582.76,1143602.59,27,32,1425,31.73,routing -1408,SUCCESS,2,0,176.51,1143602.59,1143779.1,27,170,2388,282.42,ae -1428,SUCCESS,2,0,1167.98,1143779.1,1144947.08,27,677,3968,1868.77,qnn -1433,SUCCESS,2,0,18.11,1144947.08,1144965.19,27,26,1602,28.98,graphstate -1436,SUCCESS,2,0,425.55,1144965.19,1145390.74,27,312,3137,680.88,qft -1439,SUCCESS,2,0,1484.93,1145390.74,1146875.67,27,2039,1675,2375.89,twolocalrandom -121,SUCCESS,2,1,15690.95,1131651.87,1147342.82,127,7451,1790,25105.52,ae -1442,SUCCESS,2,0,795.15,1146875.67,1147670.82,27,465,3933,1272.24,su2random -122,SUCCESS,2,1,826.66,1147342.82,1148169.48,127,196,3585,1322.66,random -1443,SUCCESS,2,0,537.02,1147670.82,1148207.84,27,1005,1229,859.23,pricingput -1444,SUCCESS,2,0,146.32,1148207.84,1148354.16,27,235,1432,234.11,realamprandom -1448,SUCCESS,2,0,37.12,1148354.16,1148391.28,27,44,1940,59.39,qaoa -1450,SUCCESS,2,0,2464.37,1148391.28,1150855.65,27,1986,2854,3942.99,pricingcall -1456,SUCCESS,2,0,50.31,1150855.65,1150905.96,27,53,2183,80.5,wstate -1460,SUCCESS,2,0,371.33,1150905.96,1151277.29,27,306,2791,594.13,pricingcall -1462,SUCCESS,2,0,51.49,1151277.29,1151328.78,27,55,2153,82.38,dj -1464,SUCCESS,2,0,269.68,1151328.78,1151598.46,27,159,3901,431.49,pricingcall -1469,SUCCESS,2,0,303.48,1151598.46,1151901.94,27,458,1524,485.57,realamprandom -1470,SUCCESS,2,0,1551.66,1151901.94,1153453.6,27,1200,2974,2482.66,qftentangled -1471,SUCCESS,2,0,483.16,1153453.6,1153936.76,27,484,2296,773.06,realamprandom -1472,SUCCESS,2,0,428.6,1153936.76,1154365.36,27,270,3651,685.76,su2random -1483,SUCCESS,2,0,26.42,1154365.36,1154391.78,27,57,1066,42.27,wstate -1485,SUCCESS,2,0,14.34,1154391.78,1154406.12,27,26,1268,22.94,vqe -1495,SUCCESS,2,0,449.59,1154406.12,1154855.71,27,420,2462,719.34,portfolioqaoa -1497,SUCCESS,2,0,26,1154855.71,1154881.71,27,26,2300,41.6,graphstate -1503,SUCCESS,2,0,735.16,1154881.71,1155616.87,27,433,3905,1176.26,qnn -1507,SUCCESS,2,0,1591.41,1155616.87,1157208.28,27,925,3957,2546.26,qpeinexact -1510,SUCCESS,2,0,39.17,1157208.28,1157247.45,27,26,3465,62.67,graphstate -1511,SUCCESS,2,0,845.78,1157247.45,1158093.23,27,598,3253,1353.25,su2random -1513,SUCCESS,2,0,13081.46,1158093.23,1171174.69,27,7947,3786,20930.34,qwalk-v-chain -1517,SUCCESS,2,0,997.29,1171174.69,1172171.98,27,734,3125,1595.66,su2random -1519,SUCCESS,2,0,95.65,1172171.98,1172267.63,27,105,2095,153.04,vqe -123,SUCCESS,2,1,53679.49,1148169.48,1201848.97,127,15014,3039,85887.18,twolocalrandom -124,SUCCESS,2,1,434,1201848.97,1202282.97,127,170,2170,694.4,dj -125,SUCCESS,2,1,916.76,1202282.97,1203199.73,127,221,3526,1466.82,wstate -126,SUCCESS,2,1,75.34,1203199.73,1203275.07,127,29,2208,120.54,ghz -127,SUCCESS,2,1,16088.46,1203275.07,1219363.53,127,5541,2468,25741.54,realamprandom -1522,SUCCESS,2,0,51362.43,1172267.63,1223630.06,27,39234,3011,82179.89,grover-noancilla -1524,SUCCESS,2,0,397.25,1223630.06,1224027.31,27,256,3569,635.6,random -1534,SUCCESS,2,0,168.56,1224027.31,1224195.87,27,267,1452,269.7,portfoliovqe -128,SUCCESS,2,1,5079.21,1219363.53,1224442.74,127,2380,1814,8126.74,pricingput -1536,SUCCESS,2,0,327.39,1224195.87,1224523.26,27,252,2988,523.82,qftentangled -1537,SUCCESS,2,0,1153.93,1224523.26,1225677.19,27,1472,1803,1846.29,su2random -1538,SUCCESS,2,0,846.82,1225677.19,1226524.01,27,571,3411,1354.91,ae -1540,SUCCESS,2,0,990.67,1226524.01,1227514.68,27,896,2543,1585.07,realamprandom -1542,SUCCESS,2,0,20.27,1227514.68,1227534.95,27,24,1942,32.43,vqe -1543,SUCCESS,2,0,4070.12,1227534.95,1231605.07,27,2382,3930,6512.19,pricingput -1547,SUCCESS,2,0,917.69,1231605.07,1232522.76,27,1170,1804,1468.3,twolocalrandom -1555,SUCCESS,2,0,79.22,1232522.76,1232601.98,27,65,2803,126.75,wstate -1565,SUCCESS,2,0,78.41,1232601.98,1232680.39,27,136,1326,125.46,dj -1580,SUCCESS,2,0,21.93,1232680.39,1232702.32,27,30,1681,35.09,graphstate -1583,SUCCESS,2,0,514.52,1232702.32,1233216.84,27,504,2348,823.23,qnn -1591,SUCCESS,2,0,526.09,1233216.84,1233742.93,27,1099,1101,841.74,ae -1597,SUCCESS,2,0,30.16,1233742.93,1233773.09,27,20,3468,48.26,routing -1606,SUCCESS,2,0,205.86,1233773.09,1233978.95,27,177,2675,329.38,qnn -1607,SUCCESS,2,0,251.3,1233978.95,1234230.25,27,171,3380,402.08,twolocalrandom -1610,SUCCESS,2,0,307.79,1234230.25,1234538.04,27,288,2458,492.46,qft -1615,SUCCESS,2,0,26.93,1234538.04,1234564.97,27,23,2692,43.09,dj -1617,SUCCESS,2,0,605.76,1234564.97,1235170.73,27,581,2398,969.22,qpeexact -1627,SUCCESS,2,0,57.51,1235170.73,1235228.24,27,44,3006,92.02,graphstate -1632,SUCCESS,2,0,99.52,1235228.24,1235327.76,27,187,1224,159.23,qftentangled -1636,SUCCESS,2,0,513.09,1235327.76,1235840.85,27,728,1621,820.94,qftentangled -1637,SUCCESS,2,0,665.7,1235840.85,1236506.55,27,433,3536,1065.12,qpeinexact -1641,SUCCESS,2,0,35.24,1236506.55,1236541.79,27,24,3377,56.38,routing -1642,SUCCESS,2,0,131.06,1236541.79,1236672.85,27,108,2791,209.7,ghz -1647,SUCCESS,2,0,387.16,1236672.85,1237060.01,27,485,1836,619.46,twolocalrandom -1650,SUCCESS,2,0,326.53,1237060.01,1237386.54,27,382,1966,522.45,ae -1655,SUCCESS,2,0,112.91,1237386.54,1237499.45,27,134,1938,180.66,qpeinexact -1657,SUCCESS,2,0,25.91,1237499.45,1237525.36,27,23,2591,41.46,ghz -1658,SUCCESS,2,0,16.3,1237525.36,1237541.66,27,35,1071,26.08,dj -1659,SUCCESS,2,0,367.12,1237541.66,1237908.78,27,440,1919,587.39,qpeinexact -1660,SUCCESS,2,0,480.01,1237908.78,1238388.79,27,468,2359,768.02,ae -1662,SUCCESS,2,0,729.09,1238388.79,1239117.88,27,653,2568,1166.54,qpeinexact -1663,SUCCESS,2,0,36.73,1239117.88,1239154.61,27,31,2725,58.77,ghz -1664,SUCCESS,2,0,73.67,1239154.61,1239228.28,27,73,2321,117.87,ghz -1674,SUCCESS,2,0,179.15,1239228.28,1239407.43,27,192,2146,286.64,su2random -1678,SUCCESS,2,0,1006.47,1239407.43,1240413.9,27,1531,1512,1610.35,pricingcall -1682,SUCCESS,2,0,63.63,1240413.9,1240477.53,27,37,3955,101.81,dj -1692,SUCCESS,2,0,816.31,1240477.53,1241293.84,27,512,3667,1306.1,portfoliovqe -1701,SUCCESS,2,0,562.6,1241293.84,1241856.44,27,329,3933,900.16,qpeinexact -1703,SUCCESS,2,0,63.54,1241856.44,1241919.98,27,67,2181,101.66,routing -130,SUCCESS,2,1,33270.62,1224442.74,1257713.36,127,10000,2828,53232.99,qnn -131,SUCCESS,2,1,373.98,1257713.36,1258087.34,127,120,2649,598.37,qft -132,SUCCESS,2,1,413.63,1258087.34,1258500.97,127,117,3005,661.81,wstate -133,SUCCESS,2,1,107.76,1258500.97,1258608.73,127,68,1347,172.42,graphstate -134,SUCCESS,2,1,146.36,1258608.73,1258755.09,127,40,3110,234.18,qaoa -1723,SUCCESS,2,0,23768.54,1241919.98,1265688.52,27,35315,1548,38029.66,shor -1726,SUCCESS,2,0,7.99,1265688.52,1265696.51,27,10,1836,12.78,ghz -1731,SUCCESS,2,0,38.26,1265696.51,1265734.77,27,29,3034,61.22,vqe -1732,SUCCESS,2,0,65.7,1265734.77,1265800.47,27,58,2605,105.12,vqe -1737,SUCCESS,2,0,6.61,1265800.47,1265807.08,27,13,1168,10.58,ghz -1757,SUCCESS,2,0,509.67,1265807.08,1266316.75,27,559,2097,815.47,portfoliovqe -1769,SUCCESS,2,0,308.56,1266316.75,1266625.31,27,534,1329,493.7,qpeinexact -1772,SUCCESS,2,0,3232.36,1266625.31,1269857.67,27,2658,2797,5171.78,qwalk-v-chain -1776,SUCCESS,2,0,5967.07,1269857.67,1275824.74,27,3625,3786,9547.31,grover-noancilla -1778,SUCCESS,2,0,1909.2,1275824.74,1277733.94,27,1076,4081,3054.72,ae -1784,SUCCESS,2,0,56.25,1277733.94,1277790.19,27,35,3696,90,qaoa -1792,SUCCESS,2,0,493.93,1277790.19,1278284.12,27,891,1275,790.29,qpeinexact -1801,SUCCESS,2,0,142.1,1278284.12,1278426.22,27,85,3845,227.36,wstate -1812,SUCCESS,2,0,64.11,1278426.22,1278490.33,27,38,3880,102.58,graphstate -1813,SUCCESS,2,0,974.22,1278490.33,1279464.55,27,781,2869,1558.75,realamprandom -1815,SUCCESS,2,0,85.83,1279464.55,1279550.38,27,99,1994,137.33,dj -1817,SUCCESS,2,0,330.13,1279550.38,1279880.51,27,327,2322,528.21,qftentangled -1821,SUCCESS,2,0,1636.69,1279880.51,1281517.2,27,1067,3528,2618.7,ae -1824,SUCCESS,2,0,252.64,1281517.2,1281769.84,27,164,3543,404.22,dj -1832,SUCCESS,2,0,3332.5,1281769.84,1285102.34,27,2843,2696,5332,pricingcall -1842,SUCCESS,2,0,871.38,1285102.34,1285973.72,27,1091,1837,1394.21,qftentangled -1844,SUCCESS,2,0,4378.44,1285973.72,1290352.16,27,4102,2455,7005.5,qwalk-v-chain -1845,SUCCESS,2,0,342.27,1290352.16,1290694.43,27,492,1600,547.63,portfoliovqe -1847,SUCCESS,2,0,2406.67,1290694.43,1293101.1,27,1427,3879,3850.67,pricingcall -1848,SUCCESS,2,0,3143.64,1293101.1,1296244.74,27,2136,3385,5029.82,random -135,SUCCESS,2,1,38224.29,1258755.09,1296979.38,127,26181,1241,61158.86,qwalk-noancilla -1854,SUCCESS,2,0,1235.18,1296244.74,1297479.92,27,843,3370,1976.29,qpeinexact -1855,SUCCESS,2,0,694.21,1297479.92,1298174.13,27,1056,1512,1110.74,grover-v-chain -1857,SUCCESS,2,0,436.74,1298174.13,1298610.87,27,251,4002,698.78,su2random -1858,SUCCESS,2,0,6824.8,1298610.87,1305435.67,27,9891,1587,10919.68,grover-noancilla -1862,SUCCESS,2,0,753.66,1305435.67,1306189.33,27,600,2889,1205.86,su2random -1869,SUCCESS,2,0,883.78,1306189.33,1307073.11,27,699,2908,1414.05,qpeexact -1874,SUCCESS,2,0,14.63,1307073.11,1307087.74,27,23,1462,23.41,graphstate -1883,SUCCESS,2,0,248.08,1307087.74,1307335.82,27,273,2090,396.93,ae -1884,SUCCESS,2,0,312.42,1307335.82,1307648.24,27,499,1440,499.87,twolocalrandom -1886,SUCCESS,2,0,539.75,1307648.24,1308187.99,27,617,2012,863.6,qftentangled -1888,SUCCESS,2,0,446.15,1308187.99,1308634.14,27,535,1918,713.84,qft -1891,SUCCESS,2,0,1013.91,1308634.14,1309648.05,27,912,2557,1622.26,qpeinexact -1892,SUCCESS,2,0,933.89,1309648.05,1310581.94,27,744,2887,1494.22,qft -1900,SUCCESS,2,0,548.27,1310581.94,1311130.21,27,485,2600,877.23,realamprandom -1902,SUCCESS,2,0,433.86,1311130.21,1311564.07,27,367,2719,694.18,qpeexact -1903,SUCCESS,2,0,31.87,1311564.07,1311595.94,27,25,2932,50.99,vqe -1904,SUCCESS,2,0,2500.95,1311595.94,1314096.89,27,4540,1267,4001.52,qwalk-noancilla -1905,SUCCESS,2,0,1446.64,1314096.89,1315543.53,27,1352,2461,2314.62,realamprandom -1909,SUCCESS,2,0,170.86,1315543.53,1315714.39,27,160,2456,273.38,pricingcall -1914,SUCCESS,2,0,6426.17,1315714.39,1322140.56,27,3843,3846,10281.87,pricingcall -1916,SUCCESS,2,0,161.06,1322140.56,1322301.62,27,217,1707,257.7,qpeexact -1922,SUCCESS,2,0,97.32,1322301.62,1322398.94,27,76,2945,155.71,dj -1935,SUCCESS,2,0,425.23,1322398.94,1322824.17,27,746,1311,680.37,qnn -1941,SUCCESS,2,0,20.71,1322824.17,1322844.88,27,24,1984,33.14,dj -1942,SUCCESS,2,0,605.29,1322844.88,1323450.17,27,791,1760,968.46,qpeexact -1947,SUCCESS,2,0,1519.81,1323450.17,1324969.98,27,959,3645,2431.7,su2random -1949,SUCCESS,2,0,1057.72,1324969.98,1326027.7,27,812,2996,1692.35,qpeinexact -1951,SUCCESS,2,0,98.44,1326027.7,1326126.14,27,91,2488,157.5,ghz -1953,SUCCESS,2,0,1339.85,1326126.14,1327465.99,27,862,3575,2143.76,qftentangled -1955,SUCCESS,2,0,33.48,1327465.99,1327499.47,27,24,3208,53.57,graphstate -1957,SUCCESS,2,0,920.35,1327499.47,1328419.82,27,840,2520,1472.56,realamprandom -1964,SUCCESS,2,0,428.24,1328419.82,1328848.06,27,535,1841,685.18,portfoliovqe -1966,SUCCESS,2,0,298.99,1328848.06,1329147.05,27,253,2718,478.38,qnn -1973,SUCCESS,2,0,479.59,1329147.05,1329626.64,27,360,3064,767.34,qpeexact -1977,SUCCESS,2,0,567.31,1329626.64,1330193.95,27,466,2800,907.7,qpeinexact -1980,SUCCESS,2,0,98.77,1330193.95,1330292.72,27,61,3724,158.03,wstate -1985,SUCCESS,2,0,385.71,1330292.72,1330678.43,27,333,2664,617.14,qpeexact -1987,SUCCESS,2,0,974.85,1330678.43,1331653.28,27,593,3781,1559.76,random -1988,SUCCESS,2,0,299.03,1331653.28,1331952.31,27,203,3388,478.45,qpeinexact -1989,SUCCESS,2,0,1985.35,1331952.31,1333937.66,27,1473,3100,3176.56,random -1992,SUCCESS,2,0,274.97,1333937.66,1334212.63,27,177,3573,439.95,ae -2002,SUCCESS,2,0,889.16,1334212.63,1335101.79,27,518,3948,1422.66,qpeinexact -2007,SUCCESS,2,0,850.42,1335101.79,1335952.21,27,759,2577,1360.67,qpeexact -2010,SUCCESS,2,0,1855.16,1335952.21,1337807.37,27,1748,2441,2968.26,random -2012,SUCCESS,2,0,32.09,1337807.37,1337839.46,27,52,1419,51.34,ghz -2020,SUCCESS,2,0,1222.72,1337839.46,1339062.18,27,1917,1467,1956.35,pricingput -2026,SUCCESS,2,0,1718.24,1339062.18,1340780.42,27,1001,3948,2749.18,portfoliovqe -2027,SUCCESS,2,0,82.85,1340780.42,1340863.27,27,78,2443,132.56,dj -2030,SUCCESS,2,0,2285.83,1340863.27,1343149.1,27,1355,3880,3657.33,qnn -2044,SUCCESS,2,0,553.9,1343149.1,1343703,27,432,2949,886.24,portfoliovqe -2045,SUCCESS,2,0,514.96,1343703,1344217.96,27,631,1877,823.94,ae -2049,SUCCESS,2,0,1371,1344217.96,1345588.96,27,889,3547,2193.6,qpeinexact -2055,SUCCESS,2,0,206.61,1345588.96,1345795.57,27,272,1747,330.58,qftentangled -2061,SUCCESS,2,0,441.37,1345795.57,1346236.94,27,552,1839,706.19,qnn -2062,SUCCESS,2,0,776.49,1346236.94,1347013.43,27,1119,1596,1242.38,realamprandom -2066,SUCCESS,2,0,63.93,1347013.43,1347077.36,27,87,1690,102.29,ghz -2075,SUCCESS,2,0,581.34,1347077.36,1347658.7,27,395,3385,930.14,qpeinexact -2086,SUCCESS,2,0,1074.1,1347658.7,1348732.8,27,962,2568,1718.56,qpeinexact -2087,SUCCESS,2,0,390.07,1348732.8,1349122.87,27,324,2769,624.11,su2random -2088,SUCCESS,2,0,24.69,1349122.87,1349147.56,27,27,2103,39.5,dj -2092,SUCCESS,2,0,39.2,1349147.56,1349186.76,27,31,2908,62.72,graphstate -2099,SUCCESS,2,0,1393.75,1349186.76,1350580.51,27,783,4094,2230,su2random -2100,SUCCESS,2,0,50.26,1350580.51,1350630.77,27,57,2028,80.42,wstate -2103,SUCCESS,2,0,1748.89,1350630.77,1352379.66,27,1321,3045,2798.22,ae -2104,SUCCESS,2,0,43.21,1352379.66,1352422.87,27,74,1343,69.14,ghz -2109,SUCCESS,2,0,22.27,1352422.87,1352445.14,27,20,2560,35.63,graphstate -2113,SUCCESS,2,0,350.67,1352445.14,1352795.81,27,260,3102,561.07,random -2125,SUCCESS,2,0,90.68,1352795.81,1352886.49,27,61,3419,145.09,wstate -2126,SUCCESS,2,0,499.66,1352886.49,1353386.15,27,499,2303,799.46,su2random -2129,SUCCESS,2,0,671.5,1353386.15,1354057.65,27,604,2557,1074.4,portfoliovqe -2136,SUCCESS,2,0,10.85,1354057.65,1354068.5,27,20,1247,17.36,graphstate -2143,SUCCESS,2,0,2276.47,1354068.5,1356344.97,27,1366,3833,3642.35,grover-v-chain -2145,SUCCESS,2,0,1255.81,1356344.97,1357600.78,27,886,3260,2009.3,qpeinexact -2156,SUCCESS,2,0,48.82,1357600.78,1357649.6,27,36,3119,78.11,graphstate -2161,SUCCESS,2,0,562.03,1357649.6,1358211.63,27,574,2252,899.25,portfolioqaoa -2182,SUCCESS,2,0,358.01,1358211.63,1358569.64,27,503,1637,572.82,realamprandom -2184,SUCCESS,2,0,5186.91,1358569.64,1363756.55,27,3048,3914,8299.06,qwalk-v-chain -2185,SUCCESS,2,0,2005.49,1363756.55,1365762.04,27,1638,2816,3208.78,qnn -2188,SUCCESS,2,0,773.49,1365762.04,1366535.53,27,634,2806,1237.58,qft -2189,SUCCESS,2,0,1201.21,1366535.53,1367736.74,27,770,3588,1921.94,qft -2192,SUCCESS,2,0,47.91,1367736.74,1367784.65,27,89,1238,76.66,dj -2193,SUCCESS,2,0,30.26,1367784.65,1367814.91,27,26,2676,48.42,vqe -2194,SUCCESS,2,0,339.55,1367814.91,1368154.46,27,206,3791,543.28,twolocalrandom -2204,SUCCESS,2,0,100.79,1368154.46,1368255.25,27,59,3929,161.26,dj -2207,SUCCESS,2,0,142.63,1368255.25,1368397.88,27,144,2278,228.21,ae -2210,SUCCESS,2,0,31.37,1368397.88,1368429.25,27,54,1336,50.19,qaoa -2212,SUCCESS,2,0,238.89,1368429.25,1368668.14,27,395,1391,382.22,qnn -2219,SUCCESS,2,0,32.41,1368668.14,1368700.55,27,19,3923,51.86,graphstate -2221,SUCCESS,2,0,325.14,1368700.55,1369025.69,27,695,1076,520.22,qwalk-v-chain -2223,SUCCESS,2,0,14670.3,1369025.69,1383695.99,27,8406,4014,23472.48,pricingcall -2225,SUCCESS,2,0,577.74,1383695.99,1384273.73,27,573,2319,924.38,qft -2237,SUCCESS,2,0,1130.9,1384273.73,1385404.63,27,763,3409,1809.44,realamprandom -2251,SUCCESS,2,0,1118.02,1385404.63,1386522.65,27,698,3684,1788.83,pricingput -2272,SUCCESS,2,0,1255.99,1386522.65,1387778.64,27,2280,1267,2009.58,random -2274,SUCCESS,2,0,24.18,1387778.64,1387802.82,27,37,1503,38.69,wstate -2282,SUCCESS,2,0,90.34,1387802.82,1387893.16,27,106,1960,144.54,dj -2285,SUCCESS,2,0,449.22,1387893.16,1388342.38,27,360,2870,718.75,random -2288,SUCCESS,2,0,624.69,1388342.38,1388967.07,27,796,1805,999.5,qpeexact -2290,SUCCESS,2,0,105.7,1388967.07,1389072.77,27,107,2272,169.12,ghz -2294,SUCCESS,2,0,88.8,1389072.77,1389161.57,27,115,1776,142.08,qpeexact -2300,SUCCESS,2,0,124.32,1389161.57,1389285.89,27,147,1945,198.91,qft -2306,SUCCESS,2,0,379.68,1389285.89,1389665.57,27,581,1503,607.49,qpeinexact -2307,SUCCESS,2,0,42.63,1389665.57,1389708.2,27,33,2971,68.21,graphstate -2308,SUCCESS,2,0,348.56,1389708.2,1390056.76,27,346,2317,557.7,portfoliovqe -2315,SUCCESS,2,0,97.41,1390056.76,1390154.17,27,91,2462,155.86,wstate -2316,SUCCESS,2,0,546.02,1390154.17,1390700.19,27,835,1504,873.63,random -2319,SUCCESS,2,0,1368.11,1390700.19,1392068.3,27,1156,2722,2188.98,su2random -2322,SUCCESS,2,0,692.17,1392068.3,1392760.47,27,757,2103,1107.47,qft -2326,SUCCESS,2,0,1227.23,1392760.47,1393987.7,27,788,3582,1963.57,su2random -2329,SUCCESS,2,0,54.44,1393987.7,1394042.14,27,73,1715,87.1,dj -2332,SUCCESS,2,0,213.43,1394042.14,1394255.57,27,236,2080,341.49,su2random -2335,SUCCESS,2,0,920.46,1394255.57,1395176.03,27,881,2403,1472.74,twolocalrandom -2336,SUCCESS,2,0,703.19,1395176.03,1395879.22,27,870,1859,1125.1,su2random -2346,SUCCESS,2,0,677.98,1395879.22,1396557.2,27,586,2661,1084.77,twolocalrandom -2350,SUCCESS,2,0,17.81,1396557.2,1396575.01,27,40,1024,28.5,qaoa -2353,SUCCESS,2,0,2053.02,1396575.01,1398628.03,27,2172,2174,3284.83,pricingcall -2354,SUCCESS,2,0,1516.86,1398628.03,1400144.89,27,881,3960,2426.98,realamprandom -2357,SUCCESS,2,0,3951.57,1400144.89,1404096.46,27,4668,1947,6322.51,qwalk-noancilla -2364,SUCCESS,2,0,11.87,1404096.46,1404108.33,27,22,1240,18.99,ghz -2365,SUCCESS,2,0,2546.71,1404108.33,1406655.04,27,3918,1495,4074.74,qwalk-v-chain -2373,SUCCESS,2,0,122.43,1406655.04,1406777.47,27,199,1415,195.89,realamprandom -2375,SUCCESS,2,0,79.34,1406777.47,1406856.81,27,53,3443,126.94,wstate -2376,SUCCESS,2,0,384.93,1406856.81,1407241.74,27,221,4006,615.89,qnn -2378,SUCCESS,2,0,2791.33,1407241.74,1410033.07,27,2096,3063,4466.13,random -2380,SUCCESS,2,0,442.44,1410033.07,1410475.51,27,409,2488,707.9,twolocalrandom -2387,SUCCESS,2,0,555.55,1410475.51,1411031.06,27,484,2640,888.88,twolocalrandom -2389,SUCCESS,2,0,28.54,1411031.06,1411059.6,27,33,1989,45.66,graphstate -2391,SUCCESS,2,0,1358.52,1411059.6,1412418.12,27,1073,2912,2173.63,portfoliovqe -2394,SUCCESS,2,0,112.03,1412418.12,1412530.15,27,81,3181,179.25,wstate -2396,SUCCESS,2,0,284.15,1412530.15,1412814.3,27,410,1594,454.64,qftentangled -2397,SUCCESS,2,0,374.63,1412814.3,1413188.93,27,389,2215,599.41,ae -2399,SUCCESS,2,0,15.44,1413188.93,1413204.37,27,30,1183,24.7,vqe -2401,SUCCESS,2,0,57.53,1413204.37,1413261.9,27,35,3780,92.05,qaoa -2410,SUCCESS,2,0,166.89,1413261.9,1413428.79,27,302,1271,267.02,qpeinexact -2412,SUCCESS,2,0,267.29,1413428.79,1413696.08,27,371,1657,427.66,portfolioqaoa -2421,SUCCESS,2,0,264.46,1413696.08,1413960.54,27,352,1728,423.14,twolocalrandom -2439,SUCCESS,2,0,960.03,1413960.54,1414920.57,27,810,2726,1536.05,ae -2441,SUCCESS,2,0,2284.6,1414920.57,1417205.17,27,1666,3154,3655.36,random -2442,SUCCESS,2,0,36.9,1417205.17,1417242.07,27,29,2926,59.04,wstate -2447,SUCCESS,2,0,1157.95,1417242.07,1418400.02,27,720,3699,1852.72,portfoliovqe -2454,SUCCESS,2,0,86.41,1418400.02,1418486.43,27,69,2880,138.26,wstate -2462,SUCCESS,2,0,318.55,1418486.43,1418804.98,27,605,1211,509.68,qftentangled -2465,SUCCESS,2,0,2069.05,1418804.98,1420874.03,27,3689,1290,3310.48,grover-noancilla -2470,SUCCESS,2,0,2061.76,1420874.03,1422935.79,27,2513,1887,3298.82,su2random -2475,SUCCESS,2,0,613.89,1422935.79,1423549.68,27,412,3427,982.22,qftentangled -2478,SUCCESS,2,0,1116.07,1423549.68,1424665.75,27,942,2725,1785.71,su2random -2479,SUCCESS,2,0,123.53,1424665.75,1424789.28,27,101,2813,197.65,wstate -2481,SUCCESS,2,0,793.37,1424789.28,1425582.65,27,578,3157,1269.39,qpeexact -137,SUCCESS,2,1,130011.13,1296979.38,1426990.51,127,34883,3168,208017.81,random -138,SUCCESS,2,1,20115.93,1426990.51,1447106.44,127,7829,2184,32185.49,su2random -140,SUCCESS,2,1,10256.9,1447106.44,1457363.34,127,3058,2851,16411.04,qft -142,SUCCESS,2,1,118.26,1457363.34,1457481.6,127,28,3590,189.22,ghz -143,SUCCESS,2,1,8548.96,1457481.6,1466030.56,127,3457,2102,13678.34,qft -144,SUCCESS,2,1,11466.83,1466030.56,1477497.39,127,3113,3131,18346.93,qpeinexact -145,SUCCESS,2,1,12225.71,1477497.39,1489723.1,127,3150,3299,19561.14,random -146,SUCCESS,2,1,1081.9,1489723.1,1490805,127,231,3981,1731.04,realamprandom -147,SUCCESS,2,1,211.83,1490805,1491016.83,127,65,2770,338.93,wstate -2487,SUCCESS,2,0,66238.94,1425582.65,1491821.59,27,38994,3907,105982.3,qwalk-noancilla -2488,SUCCESS,2,0,277.69,1491821.59,1492099.28,27,366,1745,444.3,qnn -2494,SUCCESS,2,0,957.18,1492099.28,1493056.46,27,712,3092,1531.49,qnn -2495,SUCCESS,2,0,1094.3,1493056.46,1494150.76,27,706,3565,1750.88,qpeinexact -148,SUCCESS,2,1,3404.06,1491016.83,1494420.89,127,2001,1446,5446.5,realamprandom -2502,SUCCESS,2,0,960.38,1494150.76,1495111.14,27,810,2727,1536.61,qftentangled -2505,SUCCESS,2,0,477.79,1495111.14,1495588.93,27,333,3300,764.46,random -2510,SUCCESS,2,0,165.33,1495588.93,1495754.26,27,225,1690,264.53,qftentangled -2513,SUCCESS,2,0,1987.32,1495754.26,1497741.58,27,1318,3468,3179.71,twolocalrandom -2523,SUCCESS,2,0,3015.4,1497741.58,1500756.98,27,1909,3633,4824.64,random -2524,SUCCESS,2,0,37.07,1500756.98,1500794.05,27,22,3875,59.31,vqe -2528,SUCCESS,2,0,1528.56,1500794.05,1502322.61,27,2277,1544,2445.7,qwalk-v-chain -2529,SUCCESS,2,0,6.33,1502322.61,1502328.94,27,12,1213,10.13,ghz -2532,SUCCESS,2,0,385.96,1502328.94,1502714.9,27,326,2723,617.54,portfoliovqe -2535,SUCCESS,2,0,284.56,1502714.9,1502999.46,27,360,1818,455.3,random -2540,SUCCESS,2,0,16.22,1502999.46,1503015.68,27,15,2486,25.95,ghz -2547,SUCCESS,2,0,66.09,1503015.68,1503081.77,27,53,2868,105.74,wstate -2548,SUCCESS,2,0,493.35,1503081.77,1503575.12,27,345,3289,789.36,ae -2549,SUCCESS,2,0,501.21,1503575.12,1504076.33,27,474,2432,801.94,su2random -2550,SUCCESS,2,0,1238.82,1504076.33,1505315.15,27,840,3392,1982.11,twolocalrandom -2554,SUCCESS,2,0,598.04,1505315.15,1505913.19,27,1054,1305,956.86,qnn -2556,SUCCESS,2,0,60.07,1505913.19,1505973.26,27,58,2382,96.11,ghz -2559,SUCCESS,2,0,173.67,1505973.26,1506146.93,27,206,1939,277.87,qftentangled -149,SUCCESS,2,1,13083.77,1494420.89,1507504.66,127,3062,3632,20934.03,qftentangled -2561,SUCCESS,2,0,1636.12,1506146.93,1507783.05,27,1029,3657,2617.79,random -150,SUCCESS,2,1,959.48,1507504.66,1508464.14,127,214,3811,1535.17,ae -2564,SUCCESS,2,0,1004.25,1507783.05,1508787.3,27,847,2727,1606.8,qftentangled -2566,SUCCESS,2,0,2415.04,1508787.3,1511202.34,27,2472,2247,3864.06,realamprandom -2568,SUCCESS,2,0,273.9,1511202.34,1511476.24,27,217,2903,438.24,qftentangled -2573,SUCCESS,2,0,32.75,1511476.24,1511508.99,27,70,1076,52.4,tsp -151,SUCCESS,2,1,3132.42,1508464.14,1511596.56,127,812,3279,5011.87,ae -2584,SUCCESS,2,0,459.81,1511508.99,1511968.8,27,380,2783,735.7,qnn -2590,SUCCESS,2,0,469.47,1511968.8,1512438.27,27,407,2653,751.15,twolocalrandom -2608,SUCCESS,2,0,25.22,1512438.27,1512463.49,27,15,3867,40.35,ghz -2611,SUCCESS,2,0,58.54,1512463.49,1512522.03,27,80,1683,93.66,qaoa -2615,SUCCESS,2,0,4823.9,1512522.03,1517345.93,27,3215,3451,7718.24,grover-v-chain -2617,SUCCESS,2,0,35.45,1517345.93,1517381.38,27,31,2630,56.72,graphstate -2620,SUCCESS,2,0,652.04,1517381.38,1518033.42,27,520,2884,1043.26,su2random -2628,SUCCESS,2,0,269.81,1518033.42,1518303.23,27,394,1575,431.7,qnn -2629,SUCCESS,2,0,37.71,1518303.23,1518340.94,27,26,3335,60.34,graphstate -2633,SUCCESS,2,0,762.29,1518340.94,1519103.23,27,1215,1443,1219.66,twolocalrandom -2634,SUCCESS,2,0,44.1,1519103.23,1519147.33,27,42,2415,70.56,dj -2638,SUCCESS,2,0,691.1,1519147.33,1519838.43,27,895,1776,1105.76,qnn -152,SUCCESS,2,1,20975.62,1511596.56,1532572.18,127,4411,4042,33560.99,realamprandom -153,SUCCESS,2,1,1546.62,1532572.18,1534118.8,127,447,2941,2474.59,qft -154,SUCCESS,2,1,10665.13,1534118.8,1544783.93,127,2362,3838,17064.21,qftentangled -155,SUCCESS,2,1,14341.57,1544783.93,1559125.5,127,3476,3507,22946.51,twolocalrandom -156,SUCCESS,2,1,108.09,1559125.5,1559233.59,127,29,3168,172.94,wstate -2648,SUCCESS,2,0,40428.81,1519838.43,1560267.24,27,34161,2722,64686.1,shor -2658,SUCCESS,2,0,90.33,1560267.24,1560357.57,27,73,2846,144.53,wstate -2660,SUCCESS,2,0,288.33,1560357.57,1560645.9,27,502,1321,461.33,su2random -2661,SUCCESS,2,0,183.37,1560645.9,1560829.27,27,110,3834,293.39,wstate -157,SUCCESS,2,1,30105.56,1559233.59,1589339.15,127,7326,3493,48168.9,qftentangled -2665,SUCCESS,2,0,30336.16,1560829.27,1591165.43,27,21227,3287,48537.86,grover-v-chain -2673,SUCCESS,2,0,286.28,1591165.43,1591451.71,27,274,2403,458.05,twolocalrandom -2675,SUCCESS,2,0,256.03,1591451.71,1591707.74,27,555,1061,409.65,twolocalrandom -2677,SUCCESS,2,0,7665.61,1591707.74,1599373.35,27,9905,1780,12264.98,qwalk-noancilla -2686,SUCCESS,2,0,360.81,1599373.35,1599734.16,27,426,1948,577.3,portfolioqaoa -2687,SUCCESS,2,0,877.57,1599734.16,1600611.73,27,600,3364,1404.11,qpeexact -162,SUCCESS,2,1,11638.22,1589339.15,1600977.37,127,2665,3712,18621.15,ae -2694,SUCCESS,2,0,575.98,1600611.73,1601187.71,27,448,2957,921.57,realamprandom -163,SUCCESS,2,1,346.18,1600977.37,1601323.55,127,110,2675,553.89,graphstate -2699,SUCCESS,2,0,291.81,1601187.71,1601479.52,27,362,1854,466.9,qft -2702,SUCCESS,2,0,120.76,1601479.52,1601600.28,27,98,2834,193.22,dj -2703,SUCCESS,2,0,1137.61,1601600.28,1602737.89,27,1185,2208,1820.18,su2random -2709,SUCCESS,2,0,619.05,1602737.89,1603356.94,27,504,2825,990.48,realamprandom -2727,SUCCESS,2,0,294.12,1603356.94,1603651.06,27,458,1477,470.59,qft -2729,SUCCESS,2,0,895.8,1603651.06,1604546.86,27,976,2111,1433.28,pricingput -164,SUCCESS,2,1,3373.71,1601323.55,1604697.26,127,1211,2368,5397.94,qnn -2734,SUCCESS,2,0,253.77,1604546.86,1604800.63,27,178,3279,406.03,pricingput -2738,SUCCESS,2,0,72.46,1604800.63,1604873.09,27,74,2252,115.94,qaoa -165,SUCCESS,2,1,214,1604697.26,1604911.26,127,52,3498,342.4,dj -2739,SUCCESS,2,0,119.67,1604873.09,1604992.76,27,177,1555,191.47,realamprandom -2756,SUCCESS,2,0,459.9,1604992.76,1605452.66,27,467,2265,735.84,ae -2759,SUCCESS,2,0,153.7,1605452.66,1605606.36,27,125,2828,245.92,wstate -2777,SUCCESS,2,0,1016.38,1605606.36,1606622.74,27,1170,1998,1626.21,realamprandom -2783,SUCCESS,2,0,866.31,1606622.74,1607489.05,27,498,4001,1386.1,portfolioqaoa -2788,SUCCESS,2,0,283.48,1607489.05,1607772.53,27,169,3858,453.57,su2random -2792,SUCCESS,2,0,264.63,1607772.53,1608037.16,27,311,1957,423.41,twolocalrandom -2795,SUCCESS,2,0,632.25,1608037.16,1608669.41,27,584,2490,1011.6,pricingcall -167,SUCCESS,2,1,4087.72,1604911.26,1608998.98,127,2723,1276,6540.35,twolocalrandom -2811,SUCCESS,2,0,364.74,1608669.41,1609034.15,27,392,2140,583.58,qft -168,SUCCESS,2,1,79.07,1608998.98,1609078.05,127,62,1084,126.51,graphstate -170,SUCCESS,2,1,100.43,1609078.05,1609178.48,127,82,1041,160.69,graphstate -171,SUCCESS,2,1,87.64,1609178.48,1609266.12,127,26,2865,140.22,graphstate -172,SUCCESS,2,1,88.9,1609266.12,1609355.02,127,49,1542,142.24,wstate -2813,SUCCESS,2,0,349.72,1609034.15,1609383.87,27,307,2620,559.55,wstate -2815,SUCCESS,2,0,172.6,1609383.87,1609556.47,27,106,3745,276.16,dj -2823,SUCCESS,2,0,93.49,1609556.47,1609649.96,27,65,3308,149.58,wstate -173,SUCCESS,2,1,910.13,1609355.02,1610265.15,127,494,1566,1456.21,qftentangled -2826,SUCCESS,2,0,1001.74,1609649.96,1610651.7,27,1000,2304,1602.78,qnn -174,SUCCESS,2,1,509.72,1610265.15,1610774.87,127,249,1740,815.55,wstate -2831,SUCCESS,2,0,1017.59,1610651.7,1611669.29,27,613,3818,1628.14,groundstate -2833,SUCCESS,2,0,445.83,1611669.29,1612115.12,27,546,1878,713.33,realamprandom -2836,SUCCESS,2,0,79.04,1612115.12,1612194.16,27,112,1623,126.46,dj -2838,SUCCESS,2,0,854.32,1612194.16,1613048.48,27,731,2688,1366.91,qftentangled -2839,SUCCESS,2,0,1416.49,1613048.48,1614464.97,27,825,3949,2266.38,realamprandom -2841,SUCCESS,2,0,226.29,1614464.97,1614691.26,27,157,3315,362.06,wstate -175,SUCCESS,2,1,4504.93,1610774.87,1615279.8,127,3008,1273,7207.89,qpeexact -2845,SUCCESS,2,0,2626.42,1614691.26,1617317.68,27,2667,2265,4202.27,su2random -2846,SUCCESS,2,0,200.06,1617317.68,1617517.74,27,125,3681,320.1,qpeinexact -2849,SUCCESS,2,0,1085.68,1617517.74,1618603.42,27,912,2738,1737.09,qpeexact -2851,SUCCESS,2,0,1158.97,1618603.42,1619762.39,27,1036,2573,1854.35,ae -2856,SUCCESS,2,0,19.2,1619762.39,1619781.59,27,20,2208,30.72,ghz -2864,SUCCESS,2,0,561.69,1619781.59,1620343.28,27,322,4012,898.7,qpeexact -2874,SUCCESS,2,0,591.15,1620343.28,1620934.43,27,557,2441,945.84,qpeinexact -2884,SUCCESS,2,0,35.05,1620934.43,1620969.48,27,57,1414,56.08,wstate -2886,SUCCESS,2,0,481.62,1620969.48,1621451.1,27,349,3174,770.59,qftentangled -2888,SUCCESS,2,0,748.7,1621451.1,1622199.8,27,600,2870,1197.92,twolocalrandom -2897,SUCCESS,2,0,477.91,1622199.8,1622677.71,27,381,2885,764.66,qftentangled -176,SUCCESS,2,1,39180.92,1615279.8,1654460.72,127,10346,3219,62689.47,qnn -177,SUCCESS,2,1,229.61,1654460.72,1654690.33,127,97,2012,367.38,wstate -178,SUCCESS,2,1,2821.54,1654690.33,1657511.87,127,1255,1911,4514.46,qpeinexact -2898,SUCCESS,2,0,40069.69,1622677.71,1662747.4,27,40815,2258,64111.5,qwalk-noancilla -2900,SUCCESS,2,0,1151.33,1662747.4,1663898.73,27,891,2972,1842.13,qnn -2905,SUCCESS,2,0,860.46,1663898.73,1664759.19,27,1064,1860,1376.74,ae -2912,SUCCESS,2,0,1251.82,1664759.19,1666011.01,27,1126,2557,2002.91,twolocalrandom -2919,SUCCESS,2,0,427.03,1666011.01,1666438.04,27,559,1757,683.25,qftentangled -2927,SUCCESS,2,0,72.82,1666438.04,1666510.86,27,103,1626,116.51,dj -2931,SUCCESS,2,0,620.44,1666510.86,1667131.3,27,500,2854,992.7,pricingcall -2932,SUCCESS,2,0,383.12,1667131.3,1667514.42,27,507,1738,612.99,groundstate -2938,SUCCESS,2,0,133.62,1667514.42,1667648.04,27,262,1173,213.79,qftentangled -2947,SUCCESS,2,0,274.74,1667648.04,1667922.78,27,284,2225,439.58,random -2949,SUCCESS,2,0,141.43,1667922.78,1668064.21,27,131,2483,226.29,qpeinexact -2950,SUCCESS,2,0,272.37,1668064.21,1668336.58,27,483,1297,435.79,qnn -2956,SUCCESS,2,0,100.46,1668336.58,1668437.04,27,128,1805,160.74,dj -179,SUCCESS,2,1,11002.08,1657511.87,1668513.95,127,2866,3263,17603.33,qft -2960,SUCCESS,2,0,715.61,1668437.04,1669152.65,27,869,1894,1144.98,random -2967,SUCCESS,2,0,172.19,1669152.65,1669324.84,27,174,2276,275.5,qpeinexact -2972,SUCCESS,2,0,622.9,1669324.84,1669947.74,27,465,3081,996.64,pricingcall -2978,SUCCESS,2,0,128.01,1669947.74,1670075.75,27,73,4033,204.82,qaoa -2987,SUCCESS,2,0,1552.09,1670075.75,1671627.84,27,1910,1869,2483.34,random -2994,SUCCESS,2,0,581.61,1671627.84,1672209.45,27,350,3822,930.58,ae -2998,SUCCESS,2,0,284.85,1672209.45,1672494.3,27,274,2391,455.76,realamprandom -3003,SUCCESS,2,0,725.95,1672494.3,1673220.25,27,466,3583,1161.52,qpeexact -3014,SUCCESS,2,0,318.92,1673220.25,1673539.17,27,225,3260,510.27,qnn -3021,SUCCESS,2,0,412.18,1673539.17,1673951.35,27,767,1236,659.49,ae -3028,SUCCESS,2,0,29.19,1673951.35,1673980.54,27,39,1721,46.7,graphstate -3031,SUCCESS,2,0,2595.73,1673980.54,1676576.27,27,2847,2097,4153.17,qnn -180,SUCCESS,2,1,8523.23,1668513.95,1677037.18,127,2328,3112,13637.17,su2random -3039,SUCCESS,2,0,502.98,1676576.27,1677079.25,27,647,1788,804.77,ae -3045,SUCCESS,2,0,14.87,1677079.25,1677094.12,27,23,1487,23.79,vqe -3052,SUCCESS,2,0,24.07,1677094.12,1677118.19,27,16,3459,38.51,ghz -3054,SUCCESS,2,0,735.78,1677118.19,1677853.97,27,532,3181,1177.25,qft -3056,SUCCESS,2,0,333.26,1677853.97,1678187.23,27,327,2344,533.22,pricingput -3063,SUCCESS,2,0,148.95,1678187.23,1678336.18,27,216,1586,238.32,twolocalrandom -3064,SUCCESS,2,0,17.31,1678336.18,1678353.49,27,23,1731,27.7,vqe -3066,SUCCESS,2,0,624.62,1678353.49,1678978.11,27,436,3295,999.39,realamprandom -3074,SUCCESS,2,0,500.47,1678978.11,1679478.58,27,1089,1057,800.75,su2random -3075,SUCCESS,2,0,34.5,1679478.58,1679513.08,27,42,1889,55.2,qaoa -3095,SUCCESS,2,0,108.19,1679513.08,1679621.27,27,207,1202,173.1,realamprandom -3097,SUCCESS,2,0,44.78,1679621.27,1679666.05,27,53,1943,71.65,ghz -3103,SUCCESS,2,0,197.89,1679666.05,1679863.94,27,276,1649,316.62,realamprandom -3117,SUCCESS,2,0,437.53,1679863.94,1680301.47,27,580,1735,700.05,twolocalrandom -3120,SUCCESS,2,0,1260.27,1680301.47,1681561.74,27,1311,2211,2016.43,random -3122,SUCCESS,2,0,74.83,1681561.74,1681636.57,27,101,1704,119.73,ghz -3136,SUCCESS,2,0,1094.11,1681636.57,1682730.68,27,1247,2018,1750.58,qftentangled -181,SUCCESS,2,1,6105.86,1677037.18,1683143.04,127,1938,2678,9769.38,qpeinexact -3137,SUCCESS,2,0,675.27,1682730.68,1683405.95,27,874,1777,1080.43,portfoliovqe -3141,SUCCESS,2,0,337.39,1683405.95,1683743.34,27,303,2561,539.82,random -3144,SUCCESS,2,0,126.68,1683743.34,1683870.02,27,107,2723,202.69,wstate -3146,SUCCESS,2,0,878.28,1683870.02,1684748.3,27,833,2425,1405.25,su2random -3151,SUCCESS,2,0,113.52,1684748.3,1684861.82,27,90,2901,181.63,dj -3153,SUCCESS,2,0,217.46,1684861.82,1685079.28,27,170,2942,347.94,ae -3162,SUCCESS,2,0,637.26,1685079.28,1685716.54,27,930,1576,1019.62,qnn -3164,SUCCESS,2,0,914.25,1685716.54,1686630.79,27,521,4036,1462.8,twolocalrandom -3166,SUCCESS,2,0,235.83,1686630.79,1686866.62,27,365,1486,377.33,realamprandom -3168,SUCCESS,2,0,218.56,1686866.62,1687085.18,27,162,3103,349.7,qpeexact -3174,SUCCESS,2,0,343.73,1687085.18,1687428.91,27,261,3029,549.97,portfolioqaoa -182,SUCCESS,2,1,6498.7,1683143.04,1689641.74,127,1402,3940,10397.92,twolocalrandom -183,SUCCESS,2,1,199.54,1689641.74,1689841.28,127,74,2292,319.26,graphstate -185,SUCCESS,2,1,19219.06,1689841.28,1709060.34,127,7165,2280,30750.5,random -186,SUCCESS,2,1,1810.61,1709060.34,1710870.95,127,935,1646,2896.98,qft -187,SUCCESS,2,1,12475.69,1710870.95,1723346.64,127,3341,3174,19961.1,qpeexact -3182,SUCCESS,2,0,36419.37,1687428.91,1723848.28,27,27838,3009,58270.99,grover-noancilla -3187,SUCCESS,2,0,52.51,1723848.28,1723900.79,27,65,1858,84.02,dj -3188,SUCCESS,2,0,1171.2,1723900.79,1725071.99,27,1084,2485,1873.92,qpeexact -3189,SUCCESS,2,0,420.76,1725071.99,1725492.75,27,314,3082,673.22,portfolioqaoa -3190,SUCCESS,2,0,1011.72,1725492.75,1726504.47,27,770,3022,1618.75,qpeexact -3192,SUCCESS,2,0,280.99,1726504.47,1726785.46,27,396,1632,449.58,qft -188,SUCCESS,2,1,4830.62,1723346.64,1728177.26,127,1352,3037,7728.99,wstate -3195,SUCCESS,2,0,18255.55,1726785.46,1745041.01,27,36041,1165,29208.88,shor -3196,SUCCESS,2,0,644.98,1745041.01,1745685.99,27,1135,1307,1031.97,grover-v-chain -3202,SUCCESS,2,0,574.58,1745685.99,1746260.57,27,697,1896,919.33,pricingput -3203,SUCCESS,2,0,60.06,1746260.57,1746320.63,27,120,1151,96.1,wstate -3205,SUCCESS,2,0,1175.91,1746320.63,1747496.54,27,729,3710,1881.46,qpeexact -3209,SUCCESS,2,0,1042.3,1747496.54,1748538.84,27,1057,2268,1667.68,twolocalrandom -189,SUCCESS,2,1,21065.41,1728177.26,1749242.67,127,4590,3901,33704.66,twolocalrandom -190,SUCCESS,2,1,1015.59,1749242.67,1750258.26,127,407,2121,1624.94,qpeinexact -191,SUCCESS,2,1,686.56,1750258.26,1750944.82,127,177,3297,1098.5,wstate -192,SUCCESS,2,1,5031.83,1750944.82,1755976.65,127,1945,2199,8050.93,twolocalrandom -194,SUCCESS,2,1,9221.77,1755976.65,1765198.42,127,2581,3037,14754.83,realamprandom -3223,SUCCESS,2,0,24903.53,1748538.84,1773442.37,27,22586,2536,39845.65,qwalk-noancilla -3227,SUCCESS,2,0,538.41,1773442.37,1773980.78,27,825,1501,861.46,twolocalrandom -3228,SUCCESS,2,0,1077.3,1773980.78,1775058.08,27,2415,1026,1723.68,random -3235,SUCCESS,2,0,352.03,1775058.08,1775410.11,27,654,1238,563.25,qft -3238,SUCCESS,2,0,596.25,1775410.11,1776006.36,27,423,3242,954,ae -3244,SUCCESS,2,0,1427.05,1776006.36,1777433.41,27,828,3964,2283.28,portfoliovqe -3246,SUCCESS,2,0,21.7,1777433.41,1777455.11,27,20,2495,34.72,ghz -3252,SUCCESS,2,0,947.83,1777455.11,1778402.94,27,791,2756,1516.53,qpeinexact -3253,SUCCESS,2,0,327.52,1778402.94,1778730.46,27,446,1689,524.03,ae -3263,SUCCESS,2,0,972.59,1778730.46,1779703.05,27,675,3314,1556.14,realamprandom -3268,SUCCESS,2,0,226.23,1779703.05,1779929.28,27,160,3252,361.97,qnn -3286,SUCCESS,2,0,411.27,1779929.28,1780340.55,27,402,2353,658.03,twolocalrandom -3290,SUCCESS,2,0,631.43,1780340.55,1780971.98,27,433,3354,1010.29,groundstate -3302,SUCCESS,2,0,8484.44,1780971.98,1789456.42,27,9153,2132,13575.1,qwalk-v-chain -3303,SUCCESS,2,0,585.22,1789456.42,1790041.64,27,387,3478,936.35,groundstate -3309,SUCCESS,2,0,37.88,1790041.64,1790079.52,27,55,1584,60.61,graphstate -3311,SUCCESS,2,0,73.97,1790079.52,1790153.49,27,49,3472,118.35,tsp -3326,SUCCESS,2,0,13.78,1790153.49,1790167.27,27,13,2437,22.05,ghz -3330,SUCCESS,2,0,35.4,1790167.27,1790202.67,27,29,2807,56.64,wstate -3331,SUCCESS,2,0,1391.52,1790202.67,1791594.19,27,830,3856,2226.43,qnn -3335,SUCCESS,2,0,9.16,1791594.19,1791603.35,27,20,1053,14.66,graphstate -3339,SUCCESS,2,0,120.04,1791603.35,1791723.39,27,116,2380,192.06,qftentangled -3352,SUCCESS,2,0,33.09,1791723.39,1791756.48,27,35,2174,52.94,graphstate -3360,SUCCESS,2,0,43.35,1791756.48,1791799.83,27,53,1881,69.36,qaoa -3366,SUCCESS,2,0,124.6,1791799.83,1791924.43,27,240,1194,199.36,portfoliovqe -3372,SUCCESS,2,0,604.42,1791924.43,1792528.85,27,826,1683,967.07,pricingcall -3378,SUCCESS,2,0,624.84,1792528.85,1793153.69,27,998,1440,999.74,twolocalrandom -3390,SUCCESS,2,0,32.48,1793153.69,1793186.17,27,54,1383,51.97,qaoa -3391,SUCCESS,2,0,9535.71,1793186.17,1802721.88,27,6967,3148,15257.14,pricingput -3397,SUCCESS,2,0,844.42,1802721.88,1803566.3,27,534,3637,1351.07,qpeexact -3413,SUCCESS,2,0,62.16,1803566.3,1803628.46,27,41,3487,99.46,wstate -3415,SUCCESS,2,0,11439.5,1803628.46,1815067.96,27,7682,3425,18303.2,grover-v-chain -3416,SUCCESS,2,0,20.19,1815067.96,1815088.15,27,25,1857,32.3,vqe -3423,SUCCESS,2,0,185.17,1815088.15,1815273.32,27,312,1365,296.27,ae -195,SUCCESS,2,1,79681.62,1765198.42,1844880.04,127,19214,3525,127490.59,su2random -196,SUCCESS,2,1,1751.64,1844880.04,1846631.68,127,845,1762,2802.62,qftentangled -3428,SUCCESS,2,0,35364.49,1815273.32,1850637.81,27,21215,3834,56583.18,grover-v-chain -3432,SUCCESS,2,0,410.41,1850637.81,1851048.22,27,460,2052,656.66,twolocalrandom -3433,SUCCESS,2,0,1483.08,1851048.22,1852531.3,27,896,3807,2372.93,twolocalrandom -198,SUCCESS,2,1,10714.21,1846631.68,1857345.89,127,6761,1347,17142.74,qftentangled -3437,SUCCESS,2,0,5955.38,1852531.3,1858486.68,27,3707,3695,9528.61,grover-v-chain -199,SUCCESS,2,1,1406.61,1857345.89,1858752.5,127,353,3387,2250.58,wstate -3453,SUCCESS,2,0,525.05,1858486.68,1859011.73,27,536,2253,840.08,qpeexact -200,SUCCESS,2,1,267.34,1858752.5,1859019.84,127,72,3156,427.74,vqe -3458,SUCCESS,2,0,18.1,1859011.73,1859029.83,27,17,2448,28.96,ghz -3459,SUCCESS,2,0,1767.62,1859029.83,1860797.45,27,1142,3560,2828.19,qnn -3461,SUCCESS,2,0,26.03,1860797.45,1860823.48,27,35,1710,41.65,qaoa -3463,SUCCESS,2,0,38.55,1860823.48,1860862.03,27,37,2396,61.68,graphstate -3469,SUCCESS,2,0,690.73,1860862.03,1861552.76,27,754,2107,1105.17,qnn -3473,SUCCESS,2,0,133.6,1861552.76,1861686.36,27,92,3340,213.76,graphstate -3474,SUCCESS,2,0,32.55,1861686.36,1861718.91,27,23,3254,52.08,vqe -3475,SUCCESS,2,0,231.31,1861718.91,1861950.22,27,258,2062,370.1,twolocalrandom -201,SUCCESS,2,1,4899.11,1859019.84,1863918.95,127,3131,1330,7838.58,qpeexact -202,SUCCESS,2,1,91.54,1863918.95,1864010.49,127,65,1197,146.46,ghz -3477,SUCCESS,2,0,2141.81,1861950.22,1864092.03,27,1390,3544,3426.9,qnn -3479,SUCCESS,2,0,160.46,1864092.03,1864252.49,27,275,1342,256.74,su2random -3483,SUCCESS,2,0,1140.3,1864252.49,1865392.79,27,805,3258,1824.48,ae -3484,SUCCESS,2,0,120.04,1865392.79,1865512.83,27,225,1227,192.06,realamprandom -3485,SUCCESS,2,0,670.62,1865512.83,1866183.45,27,779,1980,1072.99,qpeinexact -3486,SUCCESS,2,0,678.74,1866183.45,1866862.19,27,670,2330,1085.98,qft -3507,SUCCESS,2,0,341.08,1866862.19,1867203.27,27,494,1588,545.73,random -203,SUCCESS,2,1,3696.89,1864010.49,1867707.38,127,1244,2526,5915.02,qpeinexact -3509,SUCCESS,2,0,1382.46,1867203.27,1868585.73,27,1215,2617,2211.94,realamprandom -3532,SUCCESS,2,0,58.75,1868585.73,1868644.48,27,33,4094,94,wstate -3537,SUCCESS,2,0,103.22,1868644.48,1868747.7,27,99,2398,165.15,graphstate -3542,SUCCESS,2,0,656.05,1868747.7,1869403.75,27,773,1952,1049.68,portfoliovqe -3543,SUCCESS,2,0,2483.16,1869403.75,1871886.91,27,1544,3699,3973.06,random -3549,SUCCESS,2,0,60.23,1871886.91,1871947.14,27,37,3744,96.37,qaoa -3558,SUCCESS,2,0,15682.22,1871947.14,1887629.36,27,9670,3730,25091.55,grover-v-chain -3568,SUCCESS,2,0,224.93,1887629.36,1887854.29,27,434,1192,359.89,qpeinexact -204,SUCCESS,2,1,20398.37,1867707.38,1888105.75,127,4676,3708,32637.39,qpeexact -3585,SUCCESS,2,0,1349.08,1887854.29,1889203.37,27,1764,1759,2158.53,twolocalrandom -205,SUCCESS,2,1,1231.62,1888105.75,1889337.37,127,783,1337,1970.59,ghz -3586,SUCCESS,2,0,219.25,1889203.37,1889422.62,27,348,1449,350.8,qftentangled -3592,SUCCESS,2,0,185.15,1889422.62,1889607.77,27,108,3943,296.24,graphstate -3594,SUCCESS,2,0,18.87,1889607.77,1889626.64,27,26,1669,30.19,graphstate -3595,SUCCESS,2,0,433.63,1889626.64,1890060.27,27,862,1157,693.81,ae -3597,SUCCESS,2,0,123.1,1890060.27,1890183.37,27,230,1231,196.96,random -3607,SUCCESS,2,0,178.29,1890183.37,1890361.66,27,109,3762,285.26,qpeexact -3609,SUCCESS,2,0,1801.2,1890361.66,1892162.86,27,1748,2370,2881.92,realamprandom -3611,SUCCESS,2,0,21.15,1892162.86,1892184.01,27,23,2114,33.84,graphstate -3614,SUCCESS,2,0,115.7,1892184.01,1892299.71,27,82,3245,185.12,qaoa -3618,SUCCESS,2,0,171.88,1892299.71,1892471.59,27,182,2172,275.01,qftentangled -3620,SUCCESS,2,0,843.35,1892471.59,1893314.94,27,521,3723,1349.36,realamprandom -3632,SUCCESS,2,0,128.16,1893314.94,1893443.1,27,211,1397,205.06,wstate -3634,SUCCESS,2,0,10.24,1893443.1,1893453.34,27,13,1810,16.38,routing -3643,SUCCESS,2,0,94.23,1893453.34,1893547.57,27,63,3440,150.77,groundstate -3644,SUCCESS,2,0,360.81,1893547.57,1893908.38,27,257,3229,577.3,su2random -3646,SUCCESS,2,0,794.3,1893908.38,1894702.68,27,1384,1320,1270.88,qnn -3657,SUCCESS,2,0,498.36,1894702.68,1895201.04,27,586,1956,797.38,pricingput -3664,SUCCESS,2,0,666.75,1895201.04,1895867.79,27,448,3423,1066.8,twolocalrandom -3671,SUCCESS,2,0,1104.19,1895867.79,1896971.98,27,1375,1847,1766.7,realamprandom -3687,SUCCESS,2,0,773.09,1896971.98,1897745.07,27,707,2515,1236.94,qft -3692,SUCCESS,2,0,630.64,1897745.07,1898375.71,27,637,2277,1009.02,portfolioqaoa -3704,SUCCESS,2,0,323.07,1898375.71,1898698.78,27,430,1728,516.91,qftentangled -206,SUCCESS,2,1,9601.26,1889337.37,1898938.63,127,3981,2050,15362.02,qpeexact -3708,SUCCESS,2,0,666.76,1898698.78,1899365.54,27,708,2166,1066.82,qpeinexact -209,SUCCESS,2,1,1517.65,1898938.63,1900456.28,127,625,2064,2428.24,random -3712,SUCCESS,2,0,1635.23,1899365.54,1901000.77,27,1502,2504,2616.37,random -3717,SUCCESS,2,0,659.62,1901000.77,1901660.39,27,880,1724,1055.39,qpeexact -3719,SUCCESS,2,0,551.42,1901660.39,1902211.81,27,352,3603,882.27,qpeexact -3725,SUCCESS,2,0,588.21,1902211.81,1902800.02,27,340,3979,941.14,qftentangled -3737,SUCCESS,2,0,45.24,1902800.02,1902845.26,27,53,1963,72.38,dj -3749,SUCCESS,2,0,98.42,1902845.26,1902943.68,27,156,1451,157.47,qpeinexact -3767,SUCCESS,2,0,1521.96,1902943.68,1904465.64,27,1538,2276,2435.14,random -3773,SUCCESS,2,0,909.71,1904465.64,1905375.35,27,607,3447,1455.54,qnn -3777,SUCCESS,2,0,464.27,1905375.35,1905839.62,27,766,1394,742.83,ae -3779,SUCCESS,2,0,4423.2,1905839.62,1910262.82,27,3341,3045,7077.12,random -3799,SUCCESS,2,0,668.53,1910262.82,1910931.35,27,547,2811,1069.65,twolocalrandom -3809,SUCCESS,2,0,3568.79,1910931.35,1914500.14,27,2358,3481,5710.06,random -3812,SUCCESS,2,0,2870.29,1914500.14,1917370.43,27,1691,3904,4592.46,random -3813,SUCCESS,2,0,693.03,1917370.43,1918063.46,27,547,2914,1108.85,realamprandom -3829,SUCCESS,2,0,307.29,1918063.46,1918370.75,27,442,1599,491.66,qftentangled -3831,SUCCESS,2,0,909.74,1918370.75,1919280.49,27,829,2524,1455.58,qpeexact -3833,SUCCESS,2,0,50.07,1919280.49,1919330.56,27,48,2399,80.11,dj -3837,SUCCESS,2,0,184.84,1919330.56,1919515.4,27,111,3830,295.74,dj -210,SUCCESS,2,1,20129.41,1900456.28,1920585.69,127,7153,2392,32207.06,qnn -211,SUCCESS,2,1,7284.92,1920585.69,1927870.61,127,2047,3025,11655.87,qft -212,SUCCESS,2,1,774.84,1927870.61,1928645.45,127,347,1898,1239.74,qpeinexact -214,SUCCESS,2,1,2596.88,1928645.45,1931242.33,127,548,4028,4155.01,random -215,SUCCESS,2,1,4272.63,1931242.33,1935514.96,127,959,3787,6836.21,ghz -216,SUCCESS,2,1,9808.87,1935514.96,1945323.83,127,6236,1337,15694.19,qft -3845,SUCCESS,2,0,34495.97,1919515.4,1954011.37,27,19766,4014,55193.55,qwalk-noancilla -3849,SUCCESS,2,0,234.03,1954011.37,1954245.4,27,133,4047,374.45,wstate -3853,SUCCESS,2,0,955.41,1954245.4,1955200.81,27,1680,1308,1528.66,random -3856,SUCCESS,2,0,337.3,1955200.81,1955538.11,27,392,1979,539.68,su2random -3859,SUCCESS,2,0,101.48,1955538.11,1955639.59,27,58,4024,162.37,vqe -3863,SUCCESS,2,0,86.38,1955639.59,1955725.97,27,69,2879,138.21,wstate -3864,SUCCESS,2,0,91.75,1955725.97,1955817.72,27,60,3517,146.8,graphstate -3877,SUCCESS,2,0,725.09,1955817.72,1956542.81,27,413,4038,1160.14,su2random -3889,SUCCESS,2,0,200.39,1956542.81,1956743.2,27,293,1573,320.62,qpeexact -3890,SUCCESS,2,0,1244.53,1956743.2,1957987.73,27,819,3495,1991.25,qnn -3893,SUCCESS,2,0,215.71,1957987.73,1958203.44,27,128,3876,345.14,qft -3898,SUCCESS,2,0,1338.44,1958203.44,1959541.88,27,932,3303,2141.5,qwalk-v-chain -3901,SUCCESS,2,0,325.67,1959541.88,1959867.55,27,199,3764,521.07,twolocalrandom -3909,SUCCESS,2,0,942.76,1959867.55,1960810.31,27,852,2545,1508.42,ae -3916,SUCCESS,2,0,29.49,1960810.31,1960839.8,27,56,1211,47.18,dj -3917,SUCCESS,2,0,76.46,1960839.8,1960916.26,27,79,2226,122.34,ghz -3929,SUCCESS,2,0,234.71,1960916.26,1961150.97,27,469,1151,375.54,ae -3938,SUCCESS,2,0,362.55,1961150.97,1961513.52,27,218,3825,580.08,qft -3939,SUCCESS,2,0,230.6,1961513.52,1961744.12,27,249,2130,368.96,qft -3942,SUCCESS,2,0,218.77,1961744.12,1961962.89,27,290,1735,350.03,random -3943,SUCCESS,2,0,253.05,1961962.89,1962215.94,27,409,1423,404.88,qft -3952,SUCCESS,2,0,20.07,1962215.94,1962236.01,27,12,3846,32.11,ghz -3954,SUCCESS,2,0,31.97,1962236.01,1962267.98,27,41,1793,51.15,wstate -3956,SUCCESS,2,0,194.18,1962267.98,1962462.16,27,311,1436,310.69,realamprandom -3959,SUCCESS,2,0,618.64,1962462.16,1963080.8,27,407,3496,989.82,realamprandom -3969,SUCCESS,2,0,861.47,1963080.8,1963942.27,27,614,3227,1378.35,qft -3970,SUCCESS,2,0,1307.5,1963942.27,1965249.77,27,916,3283,2092,qpeexact -3981,SUCCESS,2,0,39.35,1965249.77,1965289.12,27,37,2446,62.96,graphstate -3982,SUCCESS,2,0,454.92,1965289.12,1965744.04,27,432,2422,727.87,qnn -3986,SUCCESS,2,0,214.03,1965744.04,1965958.07,27,127,3876,342.45,wstate -3989,SUCCESS,2,0,89.72,1965958.07,1966047.79,27,181,1140,143.55,su2random -3990,SUCCESS,2,0,1156.09,1966047.79,1967203.88,27,915,2906,1849.74,twolocalrandom -3996,SUCCESS,2,0,41.31,1967203.88,1967245.19,27,35,2714,66.1,qaoa -4001,SUCCESS,2,0,261.3,1967245.19,1967506.49,27,463,1298,418.08,qft -4003,SUCCESS,2,0,401.88,1967506.49,1967908.37,27,394,2346,643.01,qnn -4007,SUCCESS,2,0,732.08,1967908.37,1968640.45,27,549,3067,1171.33,qftentangled -4011,SUCCESS,2,0,256.46,1968640.45,1968896.91,27,292,2020,410.34,qftentangled -4015,SUCCESS,2,0,794.91,1968896.91,1969691.82,27,784,2332,1271.86,qpeinexact -4017,SUCCESS,2,0,20.51,1969691.82,1969712.33,27,15,3144,32.82,ghz -4021,SUCCESS,2,0,73.4,1969712.33,1969785.73,27,43,3926,117.44,ghz -4029,SUCCESS,2,0,186.48,1969785.73,1969972.21,27,309,1388,298.37,ae -4030,SUCCESS,2,0,52.16,1969972.21,1970024.37,27,37,3242,83.46,wstate -4037,SUCCESS,2,0,1638.91,1970024.37,1971663.28,27,1006,3747,2622.26,pricingput -4041,SUCCESS,2,0,455.48,1971663.28,1972118.76,27,432,2425,728.77,su2random -217,SUCCESS,2,1,27461.49,1945323.83,1972785.32,127,10524,2218,43938.38,twolocalrandom -218,SUCCESS,2,1,363.17,1972785.32,1973148.49,127,77,4009,581.07,graphstate -4050,SUCCESS,2,0,1164.28,1972118.76,1973283.04,27,1075,2491,1862.85,random -4057,SUCCESS,2,0,18.43,1973283.04,1973301.47,27,29,1461,29.49,graphstate -4061,SUCCESS,2,0,959.31,1973301.47,1974260.78,27,621,3553,1534.9,qnn -4063,SUCCESS,2,0,287.56,1974260.78,1974548.34,27,322,2054,460.1,qft -4064,SUCCESS,2,0,84.22,1974548.34,1974632.56,27,52,3725,134.75,dj -4066,SUCCESS,2,0,167.95,1974632.56,1974800.51,27,261,1480,268.72,qft -4067,SUCCESS,2,0,48.94,1974800.51,1974849.45,27,31,3631,78.3,graphstate -4092,SUCCESS,2,0,15.73,1974849.45,1974865.18,27,19,1904,25.17,ghz -4119,SUCCESS,2,0,8.92,1974865.18,1974874.1,27,13,1578,14.27,ghz -4120,SUCCESS,2,0,435.82,1974874.1,1975309.92,27,466,2151,697.31,su2random -219,SUCCESS,2,1,11118.04,1973148.49,1984266.53,127,8791,1075,17788.86,ae -220,SUCCESS,2,1,2843.82,1984266.53,1987110.35,127,1358,1780,4550.11,qwalk-v-chain -4130,SUCCESS,2,0,18526.56,1975309.92,1993836.48,27,11114,3834,29642.5,qwalk-noancilla -4137,SUCCESS,2,0,777.78,1993836.48,1994614.26,27,1516,1180,1244.45,random -4142,SUCCESS,2,0,81.38,1994614.26,1994695.64,27,84,2228,130.21,ghz -221,SUCCESS,2,1,7753.9,1987110.35,1994864.25,127,2847,2315,12406.24,qpeexact -4148,SUCCESS,2,0,424.55,1994695.64,1995120.19,27,347,2814,679.28,portfolioqaoa -4159,SUCCESS,2,0,211.12,1995120.19,1995331.31,27,154,3153,337.79,wstate -4168,SUCCESS,2,0,452.5,1995331.31,1995783.81,27,678,1535,724,portfolioqaoa -4186,SUCCESS,2,0,1956.64,1995783.81,1997740.45,27,2099,2144,3130.62,random -4188,SUCCESS,2,0,401.18,1997740.45,1998141.63,27,409,2256,641.89,realamprandom -4189,SUCCESS,2,0,49.56,1998141.63,1998191.19,27,67,1701,79.3,ghz -4196,SUCCESS,2,0,83.53,1998191.19,1998274.72,27,117,1642,133.65,qftentangled -4198,SUCCESS,2,0,175.39,1998274.72,1998450.11,27,101,3994,280.62,dj -4204,SUCCESS,2,0,165.68,1998450.11,1998615.79,27,219,1740,265.09,pricingput -4208,SUCCESS,2,0,874.56,1998615.79,1999490.35,27,552,3644,1399.3,qnn -4210,SUCCESS,2,0,2019.34,1999490.35,2001509.69,27,1335,3479,3230.94,random -4214,SUCCESS,2,0,116.94,2001509.69,2001626.63,27,131,2053,187.1,wstate -4218,SUCCESS,2,0,70.32,2001626.63,2001696.95,27,87,1859,112.51,ghz -4222,SUCCESS,2,0,182.65,2001696.95,2001879.6,27,165,2546,292.24,twolocalrandom -4225,SUCCESS,2,0,717,2001879.6,2002596.6,27,690,2390,1147.2,qft -4227,SUCCESS,2,0,264.05,2002596.6,2002860.65,27,271,2241,422.48,qftentangled -4232,SUCCESS,2,0,719.62,2002860.65,2003580.27,27,680,2434,1151.39,pricingcall -4234,SUCCESS,2,0,247.38,2003580.27,2003827.65,27,314,1812,395.81,qnn -4236,SUCCESS,2,0,129.27,2003827.65,2003956.92,27,233,1276,206.83,qnn -4237,SUCCESS,2,0,89.32,2003956.92,2004046.24,27,73,2814,142.91,wstate -4238,SUCCESS,2,0,202.76,2004046.24,2004249,27,118,3952,324.42,wstate -4241,SUCCESS,2,0,7415.88,2004249,2011664.88,27,4224,4038,11865.41,pricingput -4243,SUCCESS,2,0,2431.21,2011664.88,2014096.09,27,1611,3471,3889.94,qnn -4252,SUCCESS,2,0,1228.43,2014096.09,2015324.52,27,875,3229,1965.49,qft -4255,SUCCESS,2,0,211.83,2015324.52,2015536.35,27,350,1392,338.93,qftentangled -4283,SUCCESS,2,0,1252.41,2015536.35,2016788.76,27,843,3417,2003.86,qpeexact -4287,SUCCESS,2,0,182.77,2016788.76,2016971.53,27,127,3310,292.43,qft -4290,SUCCESS,2,0,73.01,2016971.53,2017044.54,27,48,3498,116.82,dj -4291,SUCCESS,2,0,461.67,2017044.54,2017506.21,27,293,3624,738.67,qpeinexact -4294,SUCCESS,2,0,1038.11,2017506.21,2018544.32,27,1352,1766,1660.98,ae -4297,SUCCESS,2,0,2271.54,2018544.32,2020815.86,27,1616,3233,3634.46,su2random -222,SUCCESS,2,1,27031.67,1994864.25,2021895.92,127,7885,2914,43250.67,qft -4311,SUCCESS,2,0,2273.63,2020815.86,2023089.49,27,1831,2856,3637.81,portfoliovqe -4316,SUCCESS,2,0,20.82,2023089.49,2023110.31,27,40,1197,33.31,graphstate -4326,SUCCESS,2,0,11.13,2023110.31,2023121.44,27,21,1218,17.81,vqe -4330,SUCCESS,2,0,41.92,2023121.44,2023163.36,27,24,4017,67.07,ghz -4331,SUCCESS,2,0,191.81,2023163.36,2023355.17,27,244,1808,306.9,portfolioqaoa -4333,SUCCESS,2,0,585.54,2023355.17,2023940.71,27,568,2371,936.86,qpeinexact -4336,SUCCESS,2,0,35.89,2023940.71,2023976.6,27,42,1965,57.42,graphstate -4342,SUCCESS,2,0,91.27,2023976.6,2024067.87,27,61,3441,146.03,dj -4347,SUCCESS,2,0,4565.92,2024067.87,2028633.79,27,2567,4091,7305.47,random -4349,SUCCESS,2,0,145.79,2028633.79,2028779.58,27,104,3224,233.26,dj -4352,SUCCESS,2,0,848.81,2028779.58,2029628.39,27,549,3556,1358.1,su2random -4357,SUCCESS,2,0,858.64,2029628.39,2030487.03,27,622,3175,1373.82,qnn -4359,SUCCESS,2,0,42.16,2030487.03,2030529.19,27,32,3030,67.46,routing -4362,SUCCESS,2,0,647.48,2030529.19,2031176.67,27,446,3339,1035.97,qft -4380,SUCCESS,2,0,198.39,2031176.67,2031375.06,27,147,3104,317.42,qftentangled -4382,SUCCESS,2,0,342.73,2031375.06,2031717.79,27,521,1513,548.37,realamprandom -4383,SUCCESS,2,0,160.79,2031717.79,2031878.58,27,358,1033,257.26,twolocalrandom -4392,SUCCESS,2,0,40.92,2031878.58,2031919.5,27,26,3619,65.47,vqe -4398,SUCCESS,2,0,1346.02,2031919.5,2033265.52,27,1193,2595,2153.63,qnn -4400,SUCCESS,2,0,2292.67,2033265.52,2035558.19,27,2566,2055,3668.27,random -4401,SUCCESS,2,0,19.85,2035558.19,2035578.04,27,17,2685,31.76,graphstate -4405,SUCCESS,2,0,109.95,2035578.04,2035687.99,27,63,4014,175.92,graphstate -4411,SUCCESS,2,0,613.17,2035687.99,2036301.16,27,542,2602,981.07,qft -4418,SUCCESS,2,0,22.27,2036301.16,2036323.43,27,14,3658,35.63,ghz -4422,SUCCESS,2,0,670.75,2036323.43,2036994.18,27,1153,1338,1073.2,qpeexact -4424,SUCCESS,2,0,38.36,2036994.18,2037032.54,27,26,3393,61.38,graphstate -4429,SUCCESS,2,0,682.28,2037032.54,2037714.82,27,389,4034,1091.65,twolocalrandom -4441,SUCCESS,2,0,1196.37,2037714.82,2038911.19,27,1217,2261,1914.19,twolocalrandom -223,SUCCESS,2,1,17094.67,2021895.92,2038990.59,127,14012,1037,27351.47,grover-noancilla -4447,SUCCESS,2,0,190.22,2038911.19,2039101.41,27,401,1091,304.35,groundstate -4454,SUCCESS,2,0,381.01,2039101.41,2039482.42,27,359,2441,609.62,qpeinexact -4455,SUCCESS,2,0,32.49,2039482.42,2039514.91,27,23,3248,51.98,vqe -4460,SUCCESS,2,0,633.26,2039514.91,2040148.17,27,688,2117,1013.22,realamprandom -4476,SUCCESS,2,0,28.59,2040148.17,2040176.76,27,22,2988,45.74,vqe -4478,SUCCESS,2,0,255.82,2040176.76,2040432.58,27,292,2015,409.31,qpeinexact -4486,SUCCESS,2,0,828.52,2040432.58,2041261.1,27,584,3263,1325.63,qft -4502,SUCCESS,2,0,32.9,2041261.1,2041294,27,29,2609,52.64,wstate -4508,SUCCESS,2,0,240.96,2041294,2041534.96,27,163,3400,385.54,qnn -225,SUCCESS,2,1,3102.87,2038990.59,2042093.46,127,2146,1229,4964.59,qft -226,SUCCESS,2,1,1603.35,2042093.46,2043696.81,127,989,1378,2565.36,qnn -4514,SUCCESS,2,0,3488.23,2041534.96,2045023.19,27,3906,2054,5581.17,pricingcall -4516,SUCCESS,2,0,651,2045023.19,2045674.19,27,525,2852,1041.6,ae -4520,SUCCESS,2,0,38.37,2045674.19,2045712.56,27,51,1730,61.39,graphstate -4522,SUCCESS,2,0,426.52,2045712.56,2046139.08,27,364,2695,682.43,portfolioqaoa -4523,SUCCESS,2,0,73.41,2046139.08,2046212.49,27,82,2059,117.46,qaoa -4527,SUCCESS,2,0,73.96,2046212.49,2046286.45,27,45,3780,118.34,wstate -4532,SUCCESS,2,0,100.84,2046286.45,2046387.29,27,97,2391,161.34,qpeexact -4533,SUCCESS,2,0,334.52,2046387.29,2046721.81,27,470,1637,535.23,ae -4537,SUCCESS,2,0,860.85,2046721.81,2047582.66,27,587,3373,1377.36,qftentangled -4549,SUCCESS,2,0,613.46,2047582.66,2048196.12,27,509,2772,981.54,pricingput -4555,SUCCESS,2,0,154.78,2048196.12,2048350.9,27,312,1141,247.65,pricingcall -4558,SUCCESS,2,0,301.25,2048350.9,2048652.15,27,223,3107,482,wstate -227,SUCCESS,2,1,5088.11,2043696.81,2048784.92,127,2041,2119,8140.98,qftentangled -4563,SUCCESS,2,0,210.44,2048652.15,2048862.59,27,402,1204,336.7,realamprandom -4564,SUCCESS,2,0,814.39,2048862.59,2049676.98,27,592,3164,1303.02,pricingcall -4567,SUCCESS,2,0,641.2,2049676.98,2050318.18,27,484,3047,1025.92,su2random -4571,SUCCESS,2,0,470.71,2050318.18,2050788.89,27,474,2284,753.14,realamprandom -4576,SUCCESS,2,0,2260.66,2050788.89,2053049.55,27,1318,3945,3617.06,realamprandom -4582,SUCCESS,2,0,1672.39,2053049.55,2054721.94,27,1488,2585,2675.82,pricingput -4584,SUCCESS,2,0,38.93,2054721.94,2054760.87,27,31,2888,62.29,graphstate -4587,SUCCESS,2,0,534.41,2054760.87,2055295.28,27,371,3313,855.06,qpeexact -4590,SUCCESS,2,0,176.16,2055295.28,2055471.44,27,271,1495,281.86,ae -4598,SUCCESS,2,0,855.52,2055471.44,2056326.96,27,573,3434,1368.83,qftentangled -228,SUCCESS,2,1,7584.9,2048784.92,2056369.82,127,2098,3073,12135.84,qft -4606,SUCCESS,2,0,228.53,2056326.96,2056555.49,27,197,2668,365.65,qpeexact -4613,SUCCESS,2,0,462.32,2056555.49,2057017.81,27,323,3292,739.71,portfolioqaoa -4616,SUCCESS,2,0,645.18,2057017.81,2057662.99,27,418,3550,1032.29,qpeinexact -4617,SUCCESS,2,0,293.74,2057662.99,2057956.73,27,221,3057,469.98,qftentangled -4619,SUCCESS,2,0,170.14,2057956.73,2058126.87,27,130,3010,272.22,wstate -4621,SUCCESS,2,0,208.26,2058126.87,2058335.13,27,128,3742,333.22,dj -4625,SUCCESS,2,0,67.27,2058335.13,2058402.4,27,43,3598,107.63,qaoa -4628,SUCCESS,2,0,284.23,2058402.4,2058686.63,27,329,1987,454.77,portfolioqaoa -4631,SUCCESS,2,0,287.72,2058686.63,2058974.35,27,615,1076,460.35,portfolioqaoa -4635,SUCCESS,2,0,393.97,2058974.35,2059368.32,27,370,2449,630.35,qpeinexact -4638,SUCCESS,2,0,936.28,2059368.32,2060304.6,27,624,3451,1498.05,random -4641,SUCCESS,2,0,772.75,2060304.6,2061077.35,27,705,2521,1236.4,qwalk-v-chain -4645,SUCCESS,2,0,48.25,2061077.35,2061125.6,27,40,2774,77.2,qaoa -4646,SUCCESS,2,0,409.77,2061125.6,2061535.37,27,326,2891,655.63,ae -4650,SUCCESS,2,0,129.84,2061535.37,2061665.21,27,130,2297,207.74,wstate -4651,SUCCESS,2,0,911.48,2061665.21,2062576.69,27,658,3186,1458.37,qnn -4652,SUCCESS,2,0,266.88,2062576.69,2062843.57,27,271,2265,427.01,qpeinexact -4661,SUCCESS,2,0,30.24,2062843.57,2062873.81,27,20,3477,48.38,graphstate -4665,SUCCESS,2,0,3182.22,2062873.81,2066056.03,27,3889,1882,5091.55,grover-noancilla -4666,SUCCESS,2,0,171.28,2066056.03,2066227.31,27,116,3396,274.05,dj -4667,SUCCESS,2,0,287.98,2066227.31,2066515.29,27,629,1053,460.77,qpeinexact -230,SUCCESS,2,1,10654.21,2056369.82,2067024.03,127,7053,1284,17046.74,ae -4671,SUCCESS,2,0,554.53,2066515.29,2067069.82,27,1217,1048,887.25,realamprandom -232,SUCCESS,2,1,135.82,2067024.03,2067159.85,127,31,3724,217.31,ghz -4674,SUCCESS,2,0,93.62,2067069.82,2067163.44,27,70,3076,149.79,ghz -4678,SUCCESS,2,0,522.44,2067163.44,2067685.88,27,1003,1198,835.9,pricingcall -233,SUCCESS,2,1,2022.48,2067159.85,2069182.33,127,465,3697,3235.97,realamprandom -4685,SUCCESS,2,0,1499.3,2067685.88,2069185.18,27,933,3696,2398.88,qnn -4689,SUCCESS,2,0,45.1,2069185.18,2069230.28,27,45,2305,72.16,tsp -4691,SUCCESS,2,0,203.09,2069230.28,2069433.37,27,222,2104,324.94,ae -4704,SUCCESS,2,0,928.04,2069433.37,2070361.41,27,815,2619,1484.86,portfoliovqe -4710,SUCCESS,2,0,46.61,2070361.41,2070408.02,27,37,2897,74.58,wstate -4715,SUCCESS,2,0,24.78,2070408.02,2070432.8,27,39,1461,39.65,graphstate -4717,SUCCESS,2,0,236.97,2070432.8,2070669.77,27,256,2129,379.15,portfoliovqe -4719,SUCCESS,2,0,165.23,2070669.77,2070835,27,106,3585,264.37,groundstate -4721,SUCCESS,2,0,203.45,2070835,2071038.45,27,188,2489,325.52,su2random -4729,SUCCESS,2,0,384.92,2071038.45,2071423.37,27,260,3405,615.87,qft -4730,SUCCESS,2,0,51.35,2071423.37,2071474.72,27,61,1936,82.16,wstate -4741,SUCCESS,2,0,267.54,2071474.72,2071742.26,27,536,1148,428.06,su2random -4743,SUCCESS,2,0,1003.2,2071742.26,2072745.46,27,758,3044,1605.12,qpeinexact -4746,SUCCESS,2,0,477.17,2072745.46,2073222.63,27,574,1912,763.47,qpeinexact -4747,SUCCESS,2,0,35.36,2073222.63,2073257.99,27,74,1099,56.58,qaoa -4755,SUCCESS,2,0,601,2073257.99,2073858.99,27,606,2281,961.6,pricingput -234,SUCCESS,2,1,4793.85,2069182.33,2073976.18,127,1897,2148,7670.16,qnn -4788,SUCCESS,2,0,7545.47,2073858.99,2081404.46,27,5358,3239,12072.75,qwalk-v-chain -4792,SUCCESS,2,0,31.31,2081404.46,2081435.77,27,63,1143,50.1,groundstate -4804,SUCCESS,2,0,790.22,2081435.77,2082225.99,27,500,3635,1264.35,pricingput -4814,SUCCESS,2,0,355.42,2082225.99,2082581.41,27,759,1077,568.67,qpeinexact -4823,SUCCESS,2,0,570.87,2082581.41,2083152.28,27,948,1385,913.39,pricingcall -4830,SUCCESS,2,0,251.69,2083152.28,2083403.97,27,275,2105,402.7,twolocalrandom -4833,SUCCESS,2,0,684.29,2083403.97,2084088.26,27,904,1741,1094.86,qpeexact -4834,SUCCESS,2,0,81.05,2084088.26,2084169.31,27,74,2519,129.68,graphstate -235,SUCCESS,2,1,11099.5,2073976.18,2085075.68,127,7365,1281,17759.2,ae -4851,SUCCESS,2,0,6851.19,2084169.31,2091020.5,27,3886,4055,10961.9,pricingput -4856,SUCCESS,2,0,29.49,2091020.5,2091049.99,27,46,1474,47.18,graphstate -4865,SUCCESS,2,0,918.19,2091049.99,2091968.18,27,568,3718,1469.1,realamprandom -4866,SUCCESS,2,0,286.1,2091968.18,2092254.28,27,296,2223,457.76,random -4868,SUCCESS,2,0,981.06,2092254.28,2093235.34,27,696,3242,1569.7,qnn -4869,SUCCESS,2,0,42.68,2093235.34,2093278.02,27,27,3635,68.29,dj -4871,SUCCESS,2,0,366.22,2093278.02,2093644.24,27,207,4069,585.95,qpeinexact -4884,SUCCESS,2,0,1132.17,2093644.24,2094776.41,27,914,2849,1811.47,qpeinexact -4887,SUCCESS,2,0,25.64,2094776.41,2094802.05,27,27,2184,41.02,graphstate -4888,SUCCESS,2,0,29.52,2094802.05,2094831.57,27,27,2514,47.23,dj -4889,SUCCESS,2,0,2365.53,2094831.57,2097197.1,27,1527,3563,3784.85,twolocalrandom -4891,SUCCESS,2,0,40.18,2097197.1,2097237.28,27,85,1087,64.29,dj -238,SUCCESS,2,1,19298.83,2085075.68,2104374.51,127,7669,2139,30878.13,qpeexact -239,SUCCESS,2,1,125.3,2104374.51,2104499.81,127,94,1133,200.48,ghz -4894,SUCCESS,2,0,9062.07,2097237.28,2106299.35,27,7051,2956,14499.31,grover-v-chain -4895,SUCCESS,2,0,500.11,2106299.35,2106799.46,27,728,1580,800.18,qpeinexact -241,SUCCESS,2,1,2357.75,2104499.81,2106857.56,127,533,3760,3772.4,qftentangled -242,SUCCESS,2,1,337.8,2106857.56,2107195.36,127,213,1348,540.48,wstate -4902,SUCCESS,2,0,1380.98,2106799.46,2108180.44,27,1050,3025,2209.57,qnn -4909,SUCCESS,2,0,141.81,2108180.44,2108322.25,27,216,1510,226.9,ae -4911,SUCCESS,2,0,1348.83,2108322.25,2109671.08,27,791,3922,2158.13,realamprandom -4913,SUCCESS,2,0,124.26,2109671.08,2109795.34,27,110,2598,198.82,dj -4914,SUCCESS,2,0,203.22,2109795.34,2109998.56,27,190,2460,325.15,wstate -4917,SUCCESS,2,0,166.43,2109998.56,2110164.99,27,123,3112,266.29,qpeinexact -4918,SUCCESS,2,0,724,2110164.99,2110888.99,27,724,2300,1158.4,qft -4925,SUCCESS,2,0,10928.6,2110888.99,2121817.59,27,6455,3894,17485.76,qwalk-v-chain -4930,SUCCESS,2,0,1092.44,2121817.59,2122910.03,27,680,3695,1747.9,portfoliovqe -4931,SUCCESS,2,0,202.43,2122910.03,2123112.46,27,275,1693,323.89,qpeinexact -4938,SUCCESS,2,0,170.27,2123112.46,2123282.73,27,222,1764,272.43,qftentangled -4942,SUCCESS,2,0,2662.82,2123282.73,2125945.55,27,5091,1203,4260.51,pricingput -4943,SUCCESS,2,0,831.89,2125945.55,2126777.44,27,619,3091,1331.02,qnn -4944,SUCCESS,2,0,39.83,2126777.44,2126817.27,27,23,3982,63.73,graphstate -4953,SUCCESS,2,0,794.86,2126817.27,2127612.13,27,464,3940,1271.78,su2random -243,SUCCESS,2,1,20503.1,2107195.36,2127698.46,127,11458,1521,32804.96,realamprandom -244,SUCCESS,2,1,2076.49,2127698.46,2129774.95,127,682,2588,3322.38,qpeinexact -245,SUCCESS,2,1,212.23,2129774.95,2129987.18,127,52,3469,339.57,graphstate -4981,SUCCESS,2,0,4493.76,2127612.13,2132105.89,27,3039,3401,7190.02,random -4991,SUCCESS,2,0,108.44,2132105.89,2132214.33,27,163,1530,173.5,qpeinexact -4992,SUCCESS,2,0,32.85,2132214.33,2132247.18,27,56,1349,52.56,graphstate -4996,SUCCESS,2,0,91.56,2132247.18,2132338.74,27,122,1726,146.5,dj -5007,SUCCESS,2,0,38.02,2132338.74,2132376.76,27,29,3015,60.83,graphstate -5010,SUCCESS,2,0,763.67,2132376.76,2133140.43,27,574,3060,1221.87,su2random -5012,SUCCESS,2,0,10.56,2133140.43,2133150.99,27,11,2208,16.9,ghz -5019,SUCCESS,2,0,29.99,2133150.99,2133180.98,27,18,3832,47.98,ghz -5024,SUCCESS,2,0,165.62,2133180.98,2133346.6,27,356,1070,264.99,qft -5026,SUCCESS,2,0,425.55,2133346.6,2133772.15,27,290,3375,680.88,qft -5036,SUCCESS,2,0,291.01,2133772.15,2134063.16,27,252,2656,465.62,twolocalrandom -5038,SUCCESS,2,0,534.49,2134063.16,2134597.65,27,711,1729,855.18,qftentangled -5051,SUCCESS,2,0,306.8,2134597.65,2134904.45,27,204,3459,490.88,qpeinexact -5053,SUCCESS,2,0,180.33,2134904.45,2135084.78,27,369,1124,288.53,qpeinexact -5056,SUCCESS,2,0,572.6,2135084.78,2135657.38,27,818,1610,916.16,ae -246,SUCCESS,2,1,5853.61,2129987.18,2135840.79,127,2439,2040,9365.78,qftentangled -5058,SUCCESS,2,0,470.87,2135657.38,2136128.25,27,760,1425,753.39,qpeexact -5061,SUCCESS,2,0,37.55,2136128.25,2136165.8,27,42,2056,60.08,graphstate -5068,SUCCESS,2,0,42.85,2136165.8,2136208.65,27,49,2011,68.56,ghz -247,SUCCESS,2,1,1149.44,2135840.79,2136990.23,127,489,1998,1839.1,realamprandom -5072,SUCCESS,2,0,1365.85,2136208.65,2137574.5,27,869,3615,2185.36,portfoliovqe -5073,SUCCESS,2,0,1003.05,2137574.5,2138577.55,27,904,2552,1604.88,qpeinexact -5074,SUCCESS,2,0,39.93,2138577.55,2138617.48,27,23,3993,63.89,dj -5079,SUCCESS,2,0,558.43,2138617.48,2139175.91,27,787,1632,893.49,portfolioqaoa -5081,SUCCESS,2,0,4254.27,2139175.91,2143430.18,27,2837,3449,6806.83,qwalk-v-chain -5082,SUCCESS,2,0,1475.47,2143430.18,2144905.65,27,1171,2898,2360.75,qpeinexact -5085,SUCCESS,2,0,924.23,2144905.65,2145829.88,27,976,2178,1478.77,random -5093,SUCCESS,2,0,24.83,2145829.88,2145854.71,27,23,2483,39.73,graphstate -5101,SUCCESS,2,0,2261.09,2145854.71,2148115.8,27,1565,3323,3617.74,portfoliovqe -5105,SUCCESS,2,0,380.23,2148115.8,2148496.03,27,217,4030,608.37,qftentangled -5113,SUCCESS,2,0,352.43,2148496.03,2148848.46,27,604,1342,563.89,qft -248,SUCCESS,2,1,12388.49,2136990.23,2149378.72,127,7072,1489,19821.58,qpeexact -249,SUCCESS,2,1,611.02,2149378.72,2149989.74,127,207,2509,977.63,ghz -5115,SUCCESS,2,0,7485.14,2148848.46,2156333.6,27,9754,1765,11976.22,qwalk-noancilla -5116,SUCCESS,2,0,52.51,2156333.6,2156386.11,27,38,3178,84.02,qaoa -5117,SUCCESS,2,0,398.07,2156386.11,2156784.18,27,241,3799,636.91,twolocalrandom -5122,SUCCESS,2,0,172.5,2156784.18,2156956.68,27,97,4090,276,wstate -250,SUCCESS,2,1,13330.37,2149989.74,2163320.11,127,10916,1038,21328.59,realamprandom -251,SUCCESS,2,1,1285.08,2163320.11,2164605.19,127,515,2121,2056.13,qft -5124,SUCCESS,2,0,29963.01,2156956.68,2186919.69,27,39335,1752,47940.82,shor -5126,SUCCESS,2,0,630.6,2186919.69,2187550.29,27,690,2102,1008.96,qpeinexact -5131,SUCCESS,2,0,46.92,2187550.29,2187597.21,27,49,2202,75.07,wstate -5136,SUCCESS,2,0,1138.88,2187597.21,2188736.09,27,794,3299,1822.21,ae -5146,SUCCESS,2,0,55.63,2188736.09,2188791.72,27,49,2611,89.01,wstate -5147,SUCCESS,2,0,868.92,2188791.72,2189660.64,27,891,2243,1390.27,twolocalrandom -5150,SUCCESS,2,0,1162.42,2189660.64,2190823.06,27,712,3755,1859.87,ae -5151,SUCCESS,2,0,665.88,2190823.06,2191488.94,27,481,3184,1065.41,ae -253,SUCCESS,2,1,27793.73,2164605.19,2192398.92,127,12109,1951,44469.97,realamprandom -5175,SUCCESS,2,0,1865.64,2191488.94,2193354.58,27,1882,2280,2985.02,random -5177,SUCCESS,2,0,6598.57,2193354.58,2199953.15,27,10395,1460,10557.71,grover-noancilla -5178,SUCCESS,2,0,1027.02,2199953.15,2200980.17,27,761,3104,1643.23,qpeexact -5185,SUCCESS,2,0,216.39,2200980.17,2201196.56,27,201,2476,346.22,qpeexact -254,SUCCESS,2,1,8801.42,2192398.92,2201200.34,127,2360,3170,14082.27,realamprandom -5186,SUCCESS,2,0,126.22,2201196.56,2201322.78,27,203,1430,201.95,ae -5193,SUCCESS,2,0,448.34,2201322.78,2201771.12,27,304,3392,717.34,pricingcall -5207,SUCCESS,2,0,322.84,2201771.12,2202093.96,27,516,1439,516.54,qpeexact -5209,SUCCESS,2,0,57.78,2202093.96,2202151.74,27,40,3322,92.45,dj -255,SUCCESS,2,1,1513.57,2201200.34,2202713.91,127,368,3496,2421.71,qftentangled -256,SUCCESS,2,1,97.04,2202713.91,2202810.95,127,68,1213,155.26,ghz -257,SUCCESS,2,1,2429.39,2202810.95,2205240.34,127,825,2503,3887.02,qnn -258,SUCCESS,2,1,148.2,2205240.34,2205388.54,127,59,2135,237.12,qaoa -259,SUCCESS,2,1,453.78,2205388.54,2205842.32,127,130,2967,726.05,graphstate -261,SUCCESS,2,1,3704.43,2205842.32,2209546.75,127,1784,1765,5927.09,qft -262,SUCCESS,2,1,13947.17,2209546.75,2223493.92,127,8666,1368,22315.47,qnn -263,SUCCESS,2,1,35933.03,2223493.92,2259426.95,127,7594,4022,57492.85,ae -264,SUCCESS,2,1,1714.03,2259426.95,2261140.98,127,1368,1065,2742.45,qpeexact -5214,SUCCESS,2,0,69400.63,2202151.74,2271552.37,27,39335,4058,111041.01,shor -5222,SUCCESS,2,0,38.72,2271552.37,2271591.09,27,54,1649,61.95,graphstate -5223,SUCCESS,2,0,628.82,2271591.09,2272219.91,27,529,2734,1006.11,ae -5229,SUCCESS,2,0,108.47,2272219.91,2272328.38,27,81,3080,173.55,wstate -5230,SUCCESS,2,0,70.53,2272328.38,2272398.91,27,61,2659,112.85,dj -5237,SUCCESS,2,0,168.65,2272398.91,2272567.56,27,107,3625,269.84,qft -5240,SUCCESS,2,0,1186.91,2272567.56,2273754.47,27,1082,2523,1899.06,grover-v-chain -5242,SUCCESS,2,0,109.13,2273754.47,2273863.6,27,91,2758,174.61,dj -5245,SUCCESS,2,0,1498.76,2273863.6,2275362.36,27,842,4094,2398.02,su2random -5250,SUCCESS,2,0,190.88,2275362.36,2275553.24,27,413,1063,305.41,pricingput -5258,SUCCESS,2,0,527.6,2275553.24,2276080.84,27,634,1914,844.16,portfoliovqe -5260,SUCCESS,2,0,522.03,2276080.84,2276602.87,27,925,1298,835.25,qpeexact -5261,SUCCESS,2,0,23.45,2276602.87,2276626.32,27,26,2074,37.52,graphstate -5268,SUCCESS,2,0,681.42,2276626.32,2277307.74,27,688,2278,1090.27,twolocalrandom -5269,SUCCESS,2,0,127.64,2277307.74,2277435.38,27,96,3058,204.22,dj -5271,SUCCESS,2,0,5738.77,2277435.38,2283174.15,27,7193,1835,9182.03,grover-v-chain -5274,SUCCESS,2,0,40.6,2283174.15,2283214.75,27,89,1049,64.96,graphstate -5278,SUCCESS,2,0,365.28,2283214.75,2283580.03,27,723,1162,584.45,random -5297,SUCCESS,2,0,825.97,2283580.03,2284406,27,884,2149,1321.55,ae -5298,SUCCESS,2,0,1147.43,2284406,2285553.43,27,894,2952,1835.89,ae -5302,SUCCESS,2,0,1098.92,2285553.43,2286652.35,27,1138,2221,1758.27,su2random -5309,SUCCESS,2,0,16.56,2286652.35,2286668.91,27,18,2116,26.5,ghz -5314,SUCCESS,2,0,129.81,2286668.91,2286798.72,27,145,2059,207.7,qft -5315,SUCCESS,2,0,87.12,2286798.72,2286885.84,27,177,1132,139.39,twolocalrandom -5317,SUCCESS,2,0,21.12,2286885.84,2286906.96,27,22,2208,33.79,graphstate -5318,SUCCESS,2,0,34.33,2286906.96,2286941.29,27,69,1144,54.93,vqe -5328,SUCCESS,2,0,114.93,2286941.29,2287056.22,27,73,3621,183.89,dj -5336,SUCCESS,2,0,284.25,2287056.22,2287340.47,27,265,2467,454.8,portfolioqaoa -5343,SUCCESS,2,0,950.45,2287340.47,2288290.92,27,672,3253,1520.72,random -5346,SUCCESS,2,0,853.55,2288290.92,2289144.47,27,659,2979,1365.68,qpeexact -5358,SUCCESS,2,0,134.53,2289144.47,2289279,27,95,3257,215.25,ghz -5361,SUCCESS,2,0,160.98,2289279,2289439.98,27,134,2763,257.57,wstate -5364,SUCCESS,2,0,1136.2,2289439.98,2290576.18,27,1579,1655,1817.92,su2random -5367,SUCCESS,2,0,1736.44,2290576.18,2292312.62,27,992,4026,2778.3,realamprandom -5369,SUCCESS,2,0,344.56,2292312.62,2292657.18,27,217,3652,551.3,wstate -266,SUCCESS,2,1,32052.81,2261140.98,2293193.79,127,8783,3102,51284.5,qftentangled -5382,SUCCESS,2,0,812.26,2292657.18,2293469.44,27,580,3221,1299.62,realamprandom -5385,SUCCESS,2,0,422.3,2293469.44,2293891.74,27,456,2130,675.68,qftentangled -267,SUCCESS,2,1,718.52,2293193.79,2293912.31,127,390,1566,1149.63,graphstate -5392,SUCCESS,2,0,839.84,2293891.74,2294731.58,27,514,3758,1343.74,qpeinexact -5397,SUCCESS,2,0,75.47,2294731.58,2294807.05,27,131,1325,120.75,wstate -5399,SUCCESS,2,0,195.2,2294807.05,2295002.25,27,305,1472,312.32,qftentangled -5403,SUCCESS,2,0,20.26,2295002.25,2295022.51,27,42,1109,32.42,qaoa -5412,SUCCESS,2,0,501.14,2295022.51,2295523.65,27,645,1787,801.82,ae -5415,SUCCESS,2,0,1084.67,2295523.65,2296608.32,27,640,3898,1735.47,qft -5419,SUCCESS,2,0,234.7,2296608.32,2296843.02,27,281,1921,375.52,random -5421,SUCCESS,2,0,3615.36,2296843.02,2300458.38,27,3037,2738,5784.58,grover-v-chain -5427,SUCCESS,2,0,1374.59,2300458.38,2301832.97,27,1050,3011,2199.34,su2random -268,SUCCESS,2,1,16090.81,2293912.31,2310003.12,127,10812,1265,25745.3,realamprandom -269,SUCCESS,2,1,30648.4,2310003.12,2340651.52,127,7357,3541,49037.44,qft -270,SUCCESS,2,1,2661.29,2340651.52,2343312.81,127,1366,1656,4258.06,wstate -271,SUCCESS,2,1,721.13,2343312.81,2344033.94,127,586,1046,1153.81,random -5445,SUCCESS,2,0,80496.03,2301832.97,2382329,27,58129,3185,128793.65,grover-v-chain -5446,SUCCESS,2,0,1138.34,2382329,2383467.34,27,786,3331,1821.34,ae -5450,SUCCESS,2,0,1383.9,2383467.34,2384851.24,27,983,3238,2214.24,random -5454,SUCCESS,2,0,22.56,2384851.24,2384873.8,27,14,3706,36.1,ghz -5455,SUCCESS,2,0,245.9,2384873.8,2385119.7,27,398,1421,393.44,qpeinexact -5461,SUCCESS,2,0,688.24,2385119.7,2385807.94,27,455,3479,1101.18,ae -5465,SUCCESS,2,0,25.7,2385807.94,2385833.64,27,20,2955,41.12,ghz -5477,SUCCESS,2,0,10.58,2385833.64,2385844.22,27,21,1158,16.93,vqe -5489,SUCCESS,2,0,965.3,2385844.22,2386809.52,27,602,3688,1544.48,random -5499,SUCCESS,2,0,985.09,2386809.52,2387794.61,27,585,3873,1576.14,ae -5501,SUCCESS,2,0,100.77,2387794.61,2387895.38,27,87,2664,161.23,ghz -5502,SUCCESS,2,0,29253.37,2387895.38,2417148.75,27,33474,2010,46805.39,shor -5510,SUCCESS,2,0,45.31,2417148.75,2417194.06,27,78,1336,72.5,vqe -5515,SUCCESS,2,0,644.86,2417194.06,2417838.92,27,1237,1199,1031.78,random -5516,SUCCESS,2,0,2250.75,2417838.92,2420089.67,27,2652,1952,3601.2,random -5518,SUCCESS,2,0,44.72,2420089.67,2420134.39,27,49,2099,71.55,wstate -5520,SUCCESS,2,0,201.2,2420134.39,2420335.59,27,331,1398,321.92,ae -5523,SUCCESS,2,0,3130.31,2420335.59,2423465.9,27,2282,3155,5008.5,su2random -5525,SUCCESS,2,0,1835.81,2423465.9,2425301.71,27,1226,3444,2937.3,qpeinexact -5559,SUCCESS,2,0,439.83,2425301.71,2425741.54,27,274,3692,703.73,qftentangled -5577,SUCCESS,2,0,15.64,2425741.54,2425757.18,27,22,1635,25.02,ghz -5586,SUCCESS,2,0,150.82,2425757.18,2425908,27,97,3576,241.31,dj -5588,SUCCESS,2,0,1084.13,2425908,2426992.13,27,763,3268,1734.61,twolocalrandom -5591,SUCCESS,2,0,33.65,2426992.13,2427025.78,27,39,1984,53.84,dj -5596,SUCCESS,2,0,19.84,2427025.78,2427045.62,27,25,1825,31.74,graphstate -5602,SUCCESS,2,0,97.33,2427045.62,2427142.95,27,209,1071,155.73,qft -5606,SUCCESS,2,0,1144.32,2427142.95,2428287.27,27,1336,1970,1830.91,random -5609,SUCCESS,2,0,1480.01,2428287.27,2429767.28,27,1021,3334,2368.02,random -5612,SUCCESS,2,0,10.54,2429767.28,2429777.82,27,17,1426,16.86,ghz -5627,SUCCESS,2,0,519.87,2429777.82,2430297.69,27,734,1629,831.79,qnn -5634,SUCCESS,2,0,1513.7,2430297.69,2431811.39,27,1137,3062,2421.92,su2random -5642,SUCCESS,2,0,726.46,2431811.39,2432537.85,27,1185,1410,1162.34,ae -5643,SUCCESS,2,0,256.44,2432537.85,2432794.29,27,166,3553,410.3,wstate -5649,SUCCESS,2,0,8491.36,2432794.29,2441285.65,27,7686,2541,13586.18,pricingput -5651,SUCCESS,2,0,2262.37,2441285.65,2443548.02,27,1606,3240,3619.79,random -5656,SUCCESS,2,0,734.4,2443548.02,2444282.42,27,1059,1595,1175.04,qpeinexact -5658,SUCCESS,2,0,762.51,2444282.42,2445044.93,27,485,3616,1220.02,qft -5660,SUCCESS,2,0,275.75,2445044.93,2445320.68,27,249,2547,441.2,qft -5661,SUCCESS,2,0,929.9,2445320.68,2446250.58,27,1063,2012,1487.84,qpeexact -5664,SUCCESS,2,0,276.42,2446250.58,2446527,27,240,2649,442.27,su2random -5668,SUCCESS,2,0,207.18,2446527,2446734.18,27,170,2803,331.49,qft -5671,SUCCESS,2,0,121.5,2446734.18,2446855.68,27,225,1242,194.4,qpeinexact -5676,SUCCESS,2,0,170.47,2446855.68,2447026.15,27,96,4084,272.75,vqe -5680,SUCCESS,2,0,460.77,2447026.15,2447486.92,27,520,2038,737.23,portfolioqaoa -5682,SUCCESS,2,0,275.9,2447486.92,2447762.82,27,307,2067,441.44,qftentangled -5686,SUCCESS,2,0,52.66,2447762.82,2447815.48,27,68,1781,84.26,dj -5687,SUCCESS,2,0,2295.1,2447815.48,2450110.58,27,1457,3623,3672.16,qwalk-v-chain -5689,SUCCESS,2,0,1283.94,2450110.58,2451394.52,27,973,3035,2054.3,pricingcall -5691,SUCCESS,2,0,529.95,2451394.52,2451924.47,27,522,2335,847.92,qftentangled -5695,SUCCESS,2,0,3004.41,2451924.47,2454928.88,27,2042,3384,4807.06,qwalk-v-chain -5700,SUCCESS,2,0,1606.67,2454928.88,2456535.55,27,1008,3666,2570.67,ae -5703,SUCCESS,2,0,217.39,2456535.55,2456752.94,27,130,3846,347.82,qft -5704,SUCCESS,2,0,341.2,2456752.94,2457094.14,27,365,2150,545.92,twolocalrandom -5705,SUCCESS,2,0,280.15,2457094.14,2457374.29,27,503,1281,448.24,random -5709,SUCCESS,2,0,312.7,2457374.29,2457686.99,27,219,3284,500.32,pricingcall -5711,SUCCESS,2,0,100.9,2457686.99,2457787.89,27,105,2210,161.44,ghz -5714,SUCCESS,2,0,32634.58,2457787.89,2490422.47,27,19680,3814,52215.33,qwalk-noancilla -5720,SUCCESS,2,0,1033.99,2490422.47,2491456.46,27,708,3359,1654.38,qpeexact -5724,SUCCESS,2,0,7811.07,2491456.46,2499267.53,27,5161,3481,12497.71,qwalk-v-chain -5739,SUCCESS,2,0,1044.66,2499267.53,2500312.19,27,1289,1864,1671.46,twolocalrandom -5740,SUCCESS,2,0,195.99,2500312.19,2500508.18,27,116,3886,313.58,dj -5748,SUCCESS,2,0,1367.7,2500508.18,2501875.88,27,998,3152,2188.32,realamprandom -5749,SUCCESS,2,0,228.43,2501875.88,2502104.31,27,467,1125,365.49,qnn -5751,SUCCESS,2,0,89.32,2502104.31,2502193.63,27,77,2668,142.91,wstate -5755,SUCCESS,2,0,716.42,2502193.63,2502910.05,27,836,1971,1146.27,twolocalrandom -5756,SUCCESS,2,0,241.92,2502910.05,2503151.97,27,200,2782,387.07,qpeexact -5759,SUCCESS,2,0,1044.75,2503151.97,2504196.72,27,931,2581,1671.6,qft -5760,SUCCESS,2,0,418.43,2504196.72,2504615.15,27,389,2474,669.49,realamprandom -5761,SUCCESS,2,0,942.31,2504615.15,2505557.46,27,664,3264,1507.7,qftentangled -5781,SUCCESS,2,0,820.43,2505557.46,2506377.89,27,633,2981,1312.69,su2random -5787,SUCCESS,2,0,357.87,2506377.89,2506735.76,27,722,1140,572.59,portfoliovqe -5789,SUCCESS,2,0,814.97,2506735.76,2507550.73,27,629,2980,1303.95,su2random -5792,SUCCESS,2,0,341.34,2507550.73,2507892.07,27,366,2145,546.14,qftentangled -5804,SUCCESS,2,0,452.79,2507892.07,2508344.86,27,559,1863,724.46,qft -5812,SUCCESS,2,0,67.64,2508344.86,2508412.5,27,66,2357,108.22,tsp -5815,SUCCESS,2,0,268.25,2508412.5,2508680.75,27,206,2995,429.2,realamprandom -5816,SUCCESS,2,0,268.82,2508680.75,2508949.57,27,153,4041,430.11,pricingcall -5818,SUCCESS,2,0,265.31,2508949.57,2509214.88,27,225,2712,424.5,qftentangled -5826,SUCCESS,2,0,660.38,2509214.88,2509875.26,27,380,3997,1056.61,twolocalrandom -5835,SUCCESS,2,0,348.68,2509875.26,2510223.94,27,652,1230,557.89,qftentangled -5852,SUCCESS,2,0,239.07,2510223.94,2510463.01,27,198,2777,382.51,su2random -5853,SUCCESS,2,0,483.1,2510463.01,2510946.11,27,340,3268,772.96,qftentangled -5867,SUCCESS,2,0,1265.2,2510946.11,2512211.31,27,864,3368,2024.32,ae -5868,SUCCESS,2,0,1300.93,2512211.31,2513512.24,27,943,3173,2081.49,qftentangled -5872,SUCCESS,2,0,17.97,2513512.24,2513530.21,27,18,2296,28.75,ghz -5880,SUCCESS,2,0,328.33,2513530.21,2513858.54,27,276,2736,525.33,twolocalrandom -5883,SUCCESS,2,0,1066.91,2513858.54,2514925.45,27,1352,1815,1707.06,twolocalrandom -5886,SUCCESS,2,0,164.4,2514925.45,2515089.85,27,106,3567,263.04,ghz -5906,SUCCESS,2,0,44.04,2515089.85,2515133.89,27,40,2532,70.46,qaoa -5907,SUCCESS,2,0,123.73,2515133.89,2515257.62,27,258,1103,197.97,realamprandom -5915,SUCCESS,2,0,932.98,2515257.62,2516190.6,27,1699,1263,1492.77,qwalk-v-chain -5919,SUCCESS,2,0,570.98,2516190.6,2516761.58,27,436,3012,913.57,twolocalrandom -5921,SUCCESS,2,0,54.32,2516761.58,2516815.9,27,116,1077,86.91,qftentangled -5925,SUCCESS,2,0,367.56,2516815.9,2517183.46,27,544,1554,588.1,qftentangled -5928,SUCCESS,2,0,58.59,2517183.46,2517242.05,27,74,1821,93.74,ghz -5931,SUCCESS,2,0,1485.98,2517242.05,2518728.03,27,1114,3068,2377.57,random -5932,SUCCESS,2,0,59.52,2518728.03,2518787.55,27,78,1755,95.23,dj -5935,SUCCESS,2,0,329.41,2518787.55,2519116.96,27,332,2282,527.06,portfolioqaoa -5948,SUCCESS,2,0,36.6,2519116.96,2519153.56,27,21,4008,58.56,vqe -5955,SUCCESS,2,0,39.12,2519153.56,2519192.68,27,41,2194,62.59,graphstate -5960,SUCCESS,2,0,99.17,2519192.68,2519291.85,27,77,2962,158.67,ghz -5967,SUCCESS,2,0,216.64,2519291.85,2519508.49,27,418,1192,346.62,qftentangled -5968,SUCCESS,2,0,471.27,2519508.49,2519979.76,27,465,2331,754.03,portfoliovqe -5971,SUCCESS,2,0,616.41,2519979.76,2520596.17,27,568,2496,986.26,twolocalrandom -5972,SUCCESS,2,0,93.8,2520596.17,2520689.97,27,85,2538,150.08,wstate -5975,SUCCESS,2,0,659.21,2520689.97,2521349.18,27,430,3526,1054.74,realamprandom -273,SUCCESS,2,1,178385.62,2344033.94,2522419.56,127,37402,4054,285416.99,random -5995,SUCCESS,2,0,1364.75,2521349.18,2522713.93,27,864,3633,2183.6,pricingput -274,SUCCESS,2,1,742.88,2522419.56,2523162.44,127,322,1961,1188.61,graphstate -5998,SUCCESS,2,0,480.82,2522713.93,2523194.75,27,602,1837,769.31,pricingcall -6005,SUCCESS,2,0,401.54,2523194.75,2523596.29,27,305,3028,642.46,qpeexact -6007,SUCCESS,2,0,58,2523596.29,2523654.29,27,50,2668,92.8,tsp -6009,SUCCESS,2,0,724.54,2523654.29,2524378.83,27,536,3109,1159.26,qft -6011,SUCCESS,2,0,729.35,2524378.83,2525108.18,27,671,2500,1166.96,qwalk-v-chain -277,SUCCESS,2,1,8217.54,2523162.44,2531379.98,127,1950,3582,13148.06,qftentangled -279,SUCCESS,2,1,138.89,2531379.98,2531518.87,127,50,2361,222.22,graphstate -280,SUCCESS,2,1,40242.68,2531518.87,2571761.55,127,8573,3990,64388.29,qpeexact -281,SUCCESS,2,1,5949.71,2571761.55,2577711.26,127,1833,2759,9519.54,qft -6019,SUCCESS,2,0,68051.5,2525108.18,2593159.68,27,83432,1876,108882.4,grover-noancilla -6021,SUCCESS,2,0,664.41,2593159.68,2593824.09,27,576,2653,1063.06,qpeinexact -6034,SUCCESS,2,0,1786.61,2593824.09,2595610.7,27,1113,3692,2858.58,su2random -6037,SUCCESS,2,0,88.59,2595610.7,2595699.29,27,51,3995,141.74,graphstate -6038,SUCCESS,2,0,38.09,2595699.29,2595737.38,27,38,2305,60.94,dj -6039,SUCCESS,2,0,177.31,2595737.38,2595914.69,27,169,2413,283.7,pricingput -6045,SUCCESS,2,0,138.51,2595914.69,2596053.2,27,169,1885,221.62,qftentangled -6049,SUCCESS,2,0,307.59,2596053.2,2596360.79,27,297,2382,492.14,su2random -6051,SUCCESS,2,0,37.86,2596360.79,2596398.65,27,81,1075,60.58,ghz -6074,SUCCESS,2,0,2135.31,2596398.65,2598533.96,27,1272,3861,3416.5,random -6077,SUCCESS,2,0,43.74,2598533.96,2598577.7,27,27,3726,69.98,vqe -6082,SUCCESS,2,0,520.7,2598577.7,2599098.4,27,480,2495,833.12,qnn -6085,SUCCESS,2,0,1671.97,2599098.4,2600770.37,27,1764,2180,2675.15,realamprandom -6087,SUCCESS,2,0,423.07,2600770.37,2601193.44,27,537,1812,676.91,portfolioqaoa -6088,SUCCESS,2,0,842.4,2601193.44,2602035.84,27,500,3875,1347.84,pricingput -6089,SUCCESS,2,0,612.62,2602035.84,2602648.46,27,701,2010,980.19,qpeinexact -6101,SUCCESS,2,0,44.3,2602648.46,2602692.76,27,25,4075,70.88,vqe -6102,SUCCESS,2,0,1460.64,2602692.76,2604153.4,27,1564,2148,2337.02,pricingput -6105,SUCCESS,2,0,24.62,2604153.4,2604178.02,27,21,2696,39.39,graphstate -6110,SUCCESS,2,0,795.39,2604178.02,2604973.41,27,794,2304,1272.62,random -6113,SUCCESS,2,0,148.05,2604973.41,2605121.46,27,315,1081,236.88,qnn -6119,SUCCESS,2,0,132.21,2605121.46,2605253.67,27,145,2097,211.54,wstate -6120,SUCCESS,2,0,835.65,2605253.67,2606089.32,27,622,3090,1337.04,random -6124,SUCCESS,2,0,943.5,2606089.32,2607032.82,27,656,3308,1509.6,realamprandom -6125,SUCCESS,2,0,2081.13,2607032.82,2609113.95,27,1271,3766,3329.81,su2random -6127,SUCCESS,2,0,431.03,2609113.95,2609544.98,27,338,2933,689.65,twolocalrandom -6128,SUCCESS,2,0,247.81,2609544.98,2609792.79,27,322,1770,396.5,qpeinexact -6130,SUCCESS,2,0,802.04,2609792.79,2610594.83,27,656,2812,1283.26,twolocalrandom -6131,SUCCESS,2,0,849.8,2610594.83,2611444.63,27,599,3263,1359.68,qftentangled -6136,SUCCESS,2,0,1062.52,2611444.63,2612507.15,27,2180,1121,1700.03,pricingcall -6141,SUCCESS,2,0,579.98,2612507.15,2613087.13,27,573,2328,927.97,portfoliovqe -6152,SUCCESS,2,0,1002.64,2613087.13,2614089.77,27,2190,1053,1604.22,pricingput -6157,SUCCESS,2,0,51.66,2614089.77,2614141.43,27,77,1543,82.66,wstate -6168,SUCCESS,2,0,899.52,2614141.43,2615040.95,27,518,3994,1439.23,qpeexact -6169,SUCCESS,2,0,1019.11,2615040.95,2616060.06,27,921,2545,1630.58,qpeexact -6178,SUCCESS,2,0,37.52,2616060.06,2616097.58,27,44,1961,60.03,qaoa -6187,SUCCESS,2,0,886.85,2616097.58,2616984.43,27,557,3662,1418.96,su2random -6190,SUCCESS,2,0,515.06,2616984.43,2617499.49,27,299,3962,824.1,su2random -6192,SUCCESS,2,0,338.67,2617499.49,2617838.16,27,322,2419,541.87,qpeexact -6193,SUCCESS,2,0,410.95,2617838.16,2618249.11,27,655,1443,657.52,qpeexact -6195,SUCCESS,2,0,348.27,2618249.11,2618597.38,27,360,2225,557.23,portfoliovqe -6200,SUCCESS,2,0,317.25,2618597.38,2618914.63,27,207,3525,507.6,ae -6205,SUCCESS,2,0,20.01,2618914.63,2618934.64,27,21,2191,32.02,ghz -6208,SUCCESS,2,0,146.81,2618934.64,2619081.45,27,101,3343,234.9,vqe -6216,SUCCESS,2,0,702.37,2619081.45,2619783.82,27,877,1842,1123.79,su2random -6229,SUCCESS,2,0,56.83,2619783.82,2619840.65,27,53,2466,90.93,dj -6232,SUCCESS,2,0,1644.15,2619840.65,2621484.8,27,1056,3581,2630.64,ae -282,SUCCESS,2,1,44602.8,2577711.26,2622314.06,127,23592,1607,71364.48,random -6234,SUCCESS,2,0,837.54,2621484.8,2622322.34,27,1238,1556,1340.06,qpeexact -6235,SUCCESS,2,0,2210.17,2622322.34,2624532.51,27,1527,3329,3536.27,realamprandom -6237,SUCCESS,2,0,531,2624532.51,2625063.51,27,473,2582,849.6,groundstate -6240,SUCCESS,2,0,251.35,2625063.51,2625314.86,27,549,1053,402.16,su2random -6241,SUCCESS,2,0,1317.69,2625314.86,2626632.55,27,2472,1226,2108.3,twolocalrandom -6246,SUCCESS,2,0,220.32,2626632.55,2626852.87,27,136,3726,352.51,wstate -6248,SUCCESS,2,0,1140.41,2626852.87,2627993.28,27,729,3598,1824.66,qnn -6250,SUCCESS,2,0,48.52,2627993.28,2628041.8,27,104,1073,77.63,graphstate -6251,SUCCESS,2,0,35.25,2628041.8,2628077.05,27,26,3118,56.4,vqe -6257,SUCCESS,2,0,479.47,2628077.05,2628556.52,27,533,2069,767.15,qpeinexact -283,SUCCESS,2,1,8966.11,2622314.06,2631280.17,127,6697,1138,14345.78,su2random -6261,SUCCESS,2,0,12734.48,2628556.52,2641291,27,11697,2504,20375.17,grover-noancilla -6262,SUCCESS,2,0,305.12,2641291,2641596.12,27,184,3814,488.19,random -6266,SUCCESS,2,0,63.7,2641596.12,2641659.82,27,53,2764,101.92,qaoa -6272,SUCCESS,2,0,1067.49,2641659.82,2642727.31,27,1005,2443,1707.98,su2random -6273,SUCCESS,2,0,803.38,2642727.31,2643530.69,27,547,3378,1285.41,qpeexact -6275,SUCCESS,2,0,2431.22,2643530.69,2645961.91,27,1695,3299,3889.95,su2random -6278,SUCCESS,2,0,460.96,2645961.91,2646422.87,27,310,3420,737.54,ae -6279,SUCCESS,2,0,1107.55,2646422.87,2647530.42,27,915,2784,1772.08,realamprandom -6284,SUCCESS,2,0,435.32,2647530.42,2647965.74,27,306,3272,696.51,qnn -6285,SUCCESS,2,0,452.23,2647965.74,2648417.97,27,289,3599,723.57,wstate -284,SUCCESS,2,1,17204.89,2631280.17,2648485.06,127,7106,2058,27527.82,qftentangled -6286,SUCCESS,2,0,230.69,2648417.97,2648648.66,27,155,3423,369.1,qftentangled -6290,SUCCESS,2,0,14.96,2648648.66,2648663.62,27,22,1564,23.94,ghz -6295,SUCCESS,2,0,470.72,2648663.62,2649134.34,27,298,3633,753.15,qnn -6298,SUCCESS,2,0,461.54,2649134.34,2649595.88,27,283,3751,738.46,wstate -6305,SUCCESS,2,0,318.64,2649595.88,2649914.52,27,192,3817,509.82,su2random -6307,SUCCESS,2,0,491.8,2649914.52,2650406.32,27,365,3099,786.88,qpeexact -6308,SUCCESS,2,0,662.28,2650406.32,2651068.6,27,1207,1262,1059.65,qpeexact -6319,SUCCESS,2,0,1069.11,2651068.6,2652137.71,27,658,3737,1710.58,su2random -6322,SUCCESS,2,0,35.33,2652137.71,2652173.04,27,73,1113,56.53,ghz -6325,SUCCESS,2,0,125.36,2652173.04,2652298.4,27,87,3314,200.58,graphstate -6334,SUCCESS,2,0,328.6,2652298.4,2652627,27,392,1928,525.76,qpeexact -6341,SUCCESS,2,0,629.6,2652627,2653256.6,27,368,3935,1007.36,qftentangled -6346,SUCCESS,2,0,557.23,2653256.6,2653813.83,27,645,1987,891.57,portfolioqaoa -6347,SUCCESS,2,0,536.76,2653813.83,2654350.59,27,430,2871,858.82,qft -6351,SUCCESS,2,0,58.46,2654350.59,2654409.05,27,77,1746,93.54,wstate -6357,SUCCESS,2,0,95.88,2654409.05,2654504.93,27,69,3196,153.41,wstate -6359,SUCCESS,2,0,2979.62,2654504.93,2657484.55,27,2560,2677,4767.39,qnn -6360,SUCCESS,2,0,568.14,2657484.55,2658052.69,27,358,3650,909.02,qnn -6361,SUCCESS,2,0,4392.47,2658052.69,2662445.16,27,3979,2539,7027.95,pricingcall -6371,SUCCESS,2,0,332.74,2662445.16,2662777.9,27,216,3543,532.38,realamprandom -6372,SUCCESS,2,0,553.47,2662777.9,2663331.37,27,416,3060,885.55,qnn -6375,SUCCESS,2,0,2831.57,2663331.37,2666162.94,27,2501,2604,4530.51,realamprandom -6379,SUCCESS,2,0,193.72,2666162.94,2666356.66,27,416,1071,309.95,qpeexact -6380,SUCCESS,2,0,1255.5,2666356.66,2667612.16,27,930,3105,2008.8,qpeinexact -6386,SUCCESS,2,0,292.22,2667612.16,2667904.38,27,521,1290,467.55,twolocalrandom -6388,SUCCESS,2,0,6310.86,2667904.38,2674215.24,27,3684,3940,10097.38,grover-noancilla -6394,SUCCESS,2,0,283.17,2674215.24,2674498.41,27,458,1422,453.07,twolocalrandom -6397,SUCCESS,2,0,370.16,2674498.41,2674868.57,27,340,2504,592.26,qftentangled -6403,SUCCESS,2,0,756.43,2674868.57,2675625,27,430,4046,1210.29,twolocalrandom -6408,SUCCESS,2,0,73.12,2675625,2675698.12,27,47,3578,116.99,graphstate -6416,SUCCESS,2,0,50.47,2675698.12,2675748.59,27,37,3137,80.75,qaoa -6417,SUCCESS,2,0,24.09,2675748.59,2675772.68,27,53,1045,38.54,ghz -6418,SUCCESS,2,0,1762.66,2675772.68,2677535.34,27,1203,3370,2820.26,portfoliovqe -6424,SUCCESS,2,0,72.59,2677535.34,2677607.93,27,74,2256,116.14,ghz -6429,SUCCESS,2,0,571.4,2677607.93,2678179.33,27,341,3854,914.24,qpeexact -6438,SUCCESS,2,0,315.06,2678179.33,2678494.39,27,425,1705,504.1,ae -6451,SUCCESS,2,0,560.79,2678494.39,2679055.18,27,477,2704,897.26,qnn -6452,SUCCESS,2,0,407.06,2679055.18,2679462.24,27,366,2558,651.3,ae -6460,SUCCESS,2,0,751.27,2679462.24,2680213.51,27,438,3945,1202.03,qpeinexact -6470,SUCCESS,2,0,923.4,2680213.51,2681136.91,27,1748,1215,1477.44,twolocalrandom -6478,SUCCESS,2,0,845.31,2681136.91,2681982.22,27,481,4042,1352.5,qft -6480,SUCCESS,2,0,29.62,2681982.22,2682011.84,27,21,3243,47.39,ghz -6485,SUCCESS,2,0,492.49,2682011.84,2682504.33,27,281,4031,787.98,ae -6489,SUCCESS,2,0,919.37,2682504.33,2683423.7,27,583,3627,1470.99,ae -6491,SUCCESS,2,0,548.71,2683423.7,2683972.41,27,626,2016,877.94,portfolioqaoa -6493,SUCCESS,2,0,324.41,2683972.41,2684296.82,27,235,3175,519.06,twolocalrandom -6497,SUCCESS,2,0,21.91,2684296.82,2684318.73,27,39,1292,35.06,graphstate -6499,SUCCESS,2,0,34.56,2684318.73,2684353.29,27,59,1347,55.3,dj -6500,SUCCESS,2,0,1635.71,2684353.29,2685989,27,1284,2930,2617.14,pricingcall -6501,SUCCESS,2,0,198.27,2685989,2686187.27,27,207,2203,317.23,twolocalrandom -6509,SUCCESS,2,0,681.43,2686187.27,2686868.7,27,891,1759,1090.29,realamprandom -6511,SUCCESS,2,0,72.73,2686868.7,2686941.43,27,159,1052,116.37,qpeexact -6513,SUCCESS,2,0,266.94,2686941.43,2687208.37,27,181,3392,427.1,qft -6514,SUCCESS,2,0,2825.94,2687208.37,2690034.31,27,2532,2567,4521.5,random -6515,SUCCESS,2,0,1417.56,2690034.31,2691451.87,27,844,3863,2268.1,qnn -6518,SUCCESS,2,0,271.74,2691451.87,2691723.61,27,442,1414,434.78,qftentangled -6526,SUCCESS,2,0,349.85,2691723.61,2692073.46,27,770,1045,559.76,portfoliovqe -6529,SUCCESS,2,0,870.93,2692073.46,2692944.39,27,719,2786,1393.49,qft -6536,SUCCESS,2,0,496.06,2692944.39,2693440.45,27,474,2407,793.7,twolocalrandom -6538,SUCCESS,2,0,352.83,2693440.45,2693793.28,27,633,1282,564.53,realamprandom -6540,SUCCESS,2,0,572.55,2693793.28,2694365.83,27,499,2639,916.08,random -6543,SUCCESS,2,0,97.62,2694365.83,2694463.45,27,76,2954,156.19,dj -6545,SUCCESS,2,0,13.47,2694463.45,2694476.92,27,10,3096,21.55,ghz -6546,SUCCESS,2,0,42.59,2694476.92,2694519.51,27,37,2647,68.14,graphstate -6549,SUCCESS,2,0,803.35,2694519.51,2695322.86,27,461,4008,1285.36,qnn -6551,SUCCESS,2,0,1005.92,2695322.86,2696328.78,27,633,3655,1609.47,twolocalrandom -6552,SUCCESS,2,0,944.29,2696328.78,2697273.07,27,607,3578,1510.86,qft -6554,SUCCESS,2,0,6476.44,2697273.07,2703749.51,27,5046,2952,10362.3,qwalk-v-chain -6574,SUCCESS,2,0,130.33,2703749.51,2703879.84,27,91,3294,208.53,dj -6581,SUCCESS,2,0,329.32,2703879.84,2704209.16,27,729,1039,526.91,portfoliovqe -6588,SUCCESS,2,0,263.36,2704209.16,2704472.52,27,153,3959,421.38,qftentangled -6591,SUCCESS,2,0,743.49,2704472.52,2705216.01,27,516,3314,1189.58,qft -6592,SUCCESS,2,0,396.8,2705216.01,2705612.81,27,513,1779,634.88,qpeinexact -6593,SUCCESS,2,0,325.05,2705612.81,2705937.86,27,445,1680,520.08,su2random -6596,SUCCESS,2,0,556.48,2705937.86,2706494.34,27,408,3137,890.37,su2random -6602,SUCCESS,2,0,586.37,2706494.34,2707080.71,27,561,2404,938.19,realamprandom -6608,SUCCESS,2,0,336.34,2707080.71,2707417.05,27,408,1896,538.14,pricingcall -6609,SUCCESS,2,0,318.68,2707417.05,2707735.73,27,274,2675,509.89,su2random -6611,SUCCESS,2,0,528.03,2707735.73,2708263.76,27,521,2331,844.85,realamprandom -6615,SUCCESS,2,0,616.11,2708263.76,2708879.87,27,846,1675,985.78,ae -6616,SUCCESS,2,0,1394.78,2708879.87,2710274.65,27,2328,1378,2231.65,qnn -6621,SUCCESS,2,0,688.97,2710274.65,2710963.62,27,1218,1301,1102.35,qwalk-v-chain -6623,SUCCESS,2,0,614.57,2710963.62,2711578.19,27,576,2454,983.31,qftentangled -6627,SUCCESS,2,0,143.12,2711578.19,2711721.31,27,167,1971,228.99,qft -6629,SUCCESS,2,0,59.05,2711721.31,2711780.36,27,100,1358,94.48,graphstate -6632,SUCCESS,2,0,768.7,2711780.36,2712549.06,27,479,3691,1229.92,qnn -6653,SUCCESS,2,0,1282.38,2712549.06,2713831.44,27,2211,1334,2051.81,random -6658,SUCCESS,2,0,659.93,2713831.44,2714491.37,27,557,2725,1055.89,qpeexact -6665,SUCCESS,2,0,719.27,2714491.37,2715210.64,27,710,2330,1150.83,qpeinexact -6666,SUCCESS,2,0,1072.42,2715210.64,2716283.06,27,695,3549,1715.87,qnn -6668,SUCCESS,2,0,436.75,2716283.06,2716719.81,27,421,2386,698.8,portfoliovqe -6669,SUCCESS,2,0,21.16,2716719.81,2716740.97,27,17,2862,33.86,ghz -6673,SUCCESS,2,0,3659.08,2716740.97,2720400.05,27,2368,3554,5854.53,pricingcall -6675,SUCCESS,2,0,123.96,2720400.05,2720524.01,27,85,3354,198.34,wstate -6681,SUCCESS,2,0,77.95,2720524.01,2720601.96,27,90,1992,124.72,ghz -6683,SUCCESS,2,0,557.14,2720601.96,2721159.1,27,426,3008,891.42,random -6699,SUCCESS,2,0,129.97,2721159.1,2721289.07,27,238,1256,207.95,qft -6700,SUCCESS,2,0,1261.54,2721289.07,2722550.61,27,1643,1766,2018.46,random -6710,SUCCESS,2,0,51.96,2722550.61,2722602.57,27,70,1707,83.14,dj -6712,SUCCESS,2,0,162.38,2722602.57,2722764.95,27,171,2184,259.81,qpeexact -6717,SUCCESS,2,0,25.55,2722764.95,2722790.5,27,26,2260,40.88,routing -6719,SUCCESS,2,0,35.54,2722790.5,2722826.04,27,27,3027,56.86,vqe -6722,SUCCESS,2,0,589.67,2722826.04,2723415.71,27,380,3569,943.47,realamprandom -6723,SUCCESS,2,0,14.52,2723415.71,2723430.23,27,23,1452,23.23,ghz -6727,SUCCESS,2,0,444.62,2723430.23,2723874.85,27,506,2021,711.39,su2random -6732,SUCCESS,2,0,278.75,2723874.85,2724153.6,27,221,2901,446,qnn -6744,SUCCESS,2,0,666.51,2724153.6,2724820.11,27,453,3384,1066.42,su2random -6750,SUCCESS,2,0,419.79,2724820.11,2725239.9,27,244,3957,671.66,wstate -6758,SUCCESS,2,0,758.2,2725239.9,2725998.1,27,865,2016,1213.12,qftentangled -6759,SUCCESS,2,0,617.48,2725998.1,2726615.58,27,1218,1166,987.97,realamprandom -6773,SUCCESS,2,0,780.96,2726615.58,2727396.54,27,1283,1400,1249.54,twolocalrandom -6781,SUCCESS,2,0,135.22,2727396.54,2727531.76,27,163,1908,216.35,qpeexact -6783,SUCCESS,2,0,318.4,2727531.76,2727850.16,27,460,1592,509.44,realamprandom -6800,SUCCESS,2,0,611.72,2727850.16,2728461.88,27,1310,1074,978.75,random -6805,SUCCESS,2,0,807.53,2728461.88,2729269.41,27,716,2594,1292.05,portfolioqaoa -6806,SUCCESS,2,0,362.75,2729269.41,2729632.16,27,213,3917,580.4,qftentangled -6807,SUCCESS,2,0,472.81,2729632.16,2730104.97,27,394,2760,756.5,qnn -6809,SUCCESS,2,0,62.5,2730104.97,2730167.47,27,66,2178,100,ghz -286,SUCCESS,2,1,130738.91,2648485.06,2779223.97,127,27692,4013,209182.26,random -288,SUCCESS,2,1,5559.75,2779223.97,2784783.72,127,3354,1409,8895.6,ae -290,SUCCESS,2,1,560.57,2784783.72,2785344.29,127,196,2431,896.91,twolocalrandom -292,SUCCESS,2,1,6714.88,2785344.29,2792059.17,127,2930,1948,10743.81,su2random -293,SUCCESS,2,1,371.05,2792059.17,2792430.22,127,77,4096,593.68,ghz -6820,SUCCESS,2,0,63058.05,2730167.47,2793225.52,27,58861,2464,100892.88,grover-v-chain -6821,SUCCESS,2,0,51.61,2793225.52,2793277.13,27,42,2826,82.58,graphstate -6824,SUCCESS,2,0,1934.85,2793277.13,2795211.98,27,1317,3379,3095.76,random -6829,SUCCESS,2,0,198.7,2795211.98,2795410.68,27,217,2106,317.92,qft -6833,SUCCESS,2,0,1456.46,2795410.68,2796867.14,27,836,4007,2330.34,realamprandom -6837,SUCCESS,2,0,40.85,2796867.14,2796907.99,27,33,2847,65.36,graphstate -6839,SUCCESS,2,0,263.07,2796907.99,2797171.06,27,212,2854,420.91,qft -6858,SUCCESS,2,0,74.38,2797171.06,2797245.44,27,108,1584,119.01,qft -6859,SUCCESS,2,0,203.94,2797245.44,2797449.38,27,150,3127,326.3,ae -6863,SUCCESS,2,0,1120.86,2797449.38,2798570.24,27,840,3069,1793.38,qnn -6869,SUCCESS,2,0,22.93,2798570.24,2798593.17,27,24,2197,36.69,vqe -6872,SUCCESS,2,0,2623.04,2798593.17,2801216.21,27,1821,3313,4196.86,su2random -6877,SUCCESS,2,0,824.78,2801216.21,2802040.99,27,848,2237,1319.65,su2random -6878,SUCCESS,2,0,47.62,2802040.99,2802088.61,27,55,1991,76.19,groundstate -6881,SUCCESS,2,0,388.96,2802088.61,2802477.57,27,710,1260,622.34,qpeexact -6882,SUCCESS,2,0,360.08,2802477.57,2802837.65,27,262,3161,576.13,ae -6884,SUCCESS,2,0,4979.39,2802837.65,2807817.04,27,3124,3666,7967.02,grover-v-chain -6893,SUCCESS,2,0,894.31,2807817.04,2808711.35,27,564,3647,1430.9,qft -6894,SUCCESS,2,0,761.28,2808711.35,2809472.63,27,1227,1427,1218.05,qwalk-v-chain -6908,SUCCESS,2,0,777.1,2809472.63,2810249.73,27,464,3852,1243.36,qpeinexact -6909,SUCCESS,2,0,227.84,2810249.73,2810477.57,27,225,2329,364.54,qnn -294,SUCCESS,2,1,18140,2792430.22,2810570.22,127,4091,3769,29024,pricingcall -6912,SUCCESS,2,0,194.26,2810477.57,2810671.83,27,251,1780,310.82,qnn -6916,SUCCESS,2,0,681.54,2810671.83,2811353.37,27,578,2712,1090.46,qnn -6933,SUCCESS,2,0,347.71,2811353.37,2811701.08,27,690,1159,556.34,qpeexact -295,SUCCESS,2,1,1868.15,2810570.22,2812438.37,127,475,3343,2989.04,dj -6934,SUCCESS,2,0,756.57,2811701.08,2812457.65,27,546,3187,1210.51,twolocalrandom -6943,SUCCESS,2,0,290.05,2812457.65,2812747.7,27,607,1099,464.08,ae -6944,SUCCESS,2,0,556.2,2812747.7,2813303.9,27,464,2757,889.92,qpeexact -6946,SUCCESS,2,0,25.62,2813303.9,2813329.52,27,32,1841,40.99,ghz -6950,SUCCESS,2,0,8420.59,2813329.52,2821750.11,27,7007,2764,13472.94,qwalk-v-chain -6953,SUCCESS,2,0,60.3,2821750.11,2821810.41,27,74,1874,96.48,graphstate -6957,SUCCESS,2,0,1057.13,2821810.41,2822867.54,27,608,3999,1691.41,ae -6965,SUCCESS,2,0,410.17,2822867.54,2823277.71,27,772,1222,656.27,su2random -6974,SUCCESS,2,0,202.68,2823277.71,2823480.39,27,174,2679,324.29,qpeexact -297,SUCCESS,2,1,11092.23,2812438.37,2823530.6,127,2744,3436,17747.57,qftentangled -6976,SUCCESS,2,0,288.18,2823480.39,2823768.57,27,171,3876,461.09,realamprandom -6978,SUCCESS,2,0,163.59,2823768.57,2823932.16,27,350,1075,261.74,qftentangled -6983,SUCCESS,2,0,785.78,2823932.16,2824717.94,27,503,3593,1257.25,twolocalrandom -6985,SUCCESS,2,0,39.56,2824717.94,2824757.5,27,28,3249,63.3,vqe -6994,SUCCESS,2,0,517.21,2824757.5,2825274.71,27,389,3058,827.54,su2random -7003,SUCCESS,2,0,3515.27,2825274.71,2828789.98,27,2174,3719,5624.43,qnn -7008,SUCCESS,2,0,134.86,2828789.98,2828924.84,27,85,3649,215.78,graphstate -7011,SUCCESS,2,0,99.11,2828924.84,2829023.95,27,58,3930,158.58,graphstate -7014,SUCCESS,2,0,1895.6,2829023.95,2830919.55,27,2683,1625,3032.96,realamprandom -7024,SUCCESS,2,0,481.25,2830919.55,2831400.8,27,418,2648,770,qftentangled -7025,SUCCESS,2,0,780.39,2831400.8,2832181.19,27,478,3755,1248.62,random -7031,SUCCESS,2,0,103.32,2832181.19,2832284.51,27,89,2670,165.31,dj -7039,SUCCESS,2,0,440,2832284.51,2832724.51,27,920,1100,704,random -7045,SUCCESS,2,0,1169.39,2832724.51,2833893.9,27,987,2725,1871.02,ae -7047,SUCCESS,2,0,893.46,2833893.9,2834787.36,27,561,3663,1429.54,portfolioqaoa -7048,SUCCESS,2,0,18.21,2834787.36,2834805.57,27,40,1047,29.14,dj -7058,SUCCESS,2,0,145.64,2834805.57,2834951.21,27,158,2120,233.02,ae -7065,SUCCESS,2,0,42.79,2834951.21,2834994,27,50,1968,68.46,dj -7066,SUCCESS,2,0,448.88,2834994,2835442.88,27,699,1477,718.21,qftentangled -7072,SUCCESS,2,0,392.55,2835442.88,2835835.43,27,463,1950,628.08,qftentangled -7073,SUCCESS,2,0,303.67,2835835.43,2836139.1,27,448,1559,485.87,qft -7075,SUCCESS,2,0,421.35,2836139.1,2836560.45,27,298,3252,674.16,wstate -7077,SUCCESS,2,0,269.03,2836560.45,2836829.48,27,275,2250,430.45,realamprandom -7083,SUCCESS,2,0,19.54,2836829.48,2836849.02,27,21,2139,31.26,graphstate -7086,SUCCESS,2,0,110.37,2836849.02,2836959.39,27,80,3173,176.59,ghz -7089,SUCCESS,2,0,853.53,2836959.39,2837812.92,27,670,2930,1365.65,portfoliovqe -7093,SUCCESS,2,0,94.99,2837812.92,2837907.91,27,165,1324,151.98,realamprandom -7097,SUCCESS,2,0,2215.13,2837907.91,2840123.04,27,1283,3971,3544.21,realamprandom -7100,SUCCESS,2,0,793.9,2840123.04,2840916.94,27,555,3290,1270.24,realamprandom -7101,SUCCESS,2,0,31.99,2840916.94,2840948.93,27,23,3199,51.18,ghz -7107,SUCCESS,2,0,60.13,2840948.93,2841009.06,27,44,3143,96.21,qaoa -7108,SUCCESS,2,0,3787.7,2841009.06,2844796.76,27,2683,3247,6060.32,twolocalrandom -7113,SUCCESS,2,0,7373.28,2844796.76,2852170.04,27,5153,3291,11797.25,pricingcall -7116,SUCCESS,2,0,83.04,2852170.04,2852253.08,27,90,2122,132.86,dj -7129,SUCCESS,2,0,298.42,2852253.08,2852551.5,27,175,3922,477.47,wstate -7130,SUCCESS,2,0,753.67,2852551.5,2853305.17,27,616,2814,1205.87,ae -7133,SUCCESS,2,0,18.54,2853305.17,2853323.71,27,24,1776,29.66,ghz -7134,SUCCESS,2,0,224.55,2853323.71,2853548.26,27,324,1594,359.28,pricingput -7138,SUCCESS,2,0,1551.42,2853548.26,2855099.68,27,976,3656,2482.27,qpeinexact -7140,SUCCESS,2,0,2217.94,2855099.68,2857317.62,27,1551,3289,3548.7,pricingput -7142,SUCCESS,2,0,633.21,2857317.62,2857950.83,27,558,2610,1013.14,qpeinexact -298,SUCCESS,2,1,40391.62,2823530.6,2863922.22,127,10267,3344,64626.59,realamprandom -299,SUCCESS,2,1,723.29,2863922.22,2864645.51,127,162,3795,1157.26,graphstate -7144,SUCCESS,2,0,10661.5,2857950.83,2868612.33,27,6631,3698,17058.4,qwalk-v-chain -7148,SUCCESS,2,0,564.26,2868612.33,2869176.59,27,340,3817,902.82,qftentangled -7161,SUCCESS,2,0,2239.31,2869176.59,2871415.9,27,2887,1784,3582.9,qwalk-v-chain -7164,SUCCESS,2,0,3270.8,2871415.9,2874686.7,27,4810,1564,5233.28,qwalk-noancilla -7165,SUCCESS,2,0,4404.44,2874686.7,2879091.14,27,2873,3526,7047.1,pricingput -7170,SUCCESS,2,0,114.87,2879091.14,2879206.01,27,113,2338,183.79,wstate -7171,SUCCESS,2,0,2086.98,2879206.01,2881292.99,27,1487,3228,3339.17,portfoliovqe -7176,SUCCESS,2,0,57.08,2881292.99,2881350.07,27,45,2917,91.33,wstate -7181,SUCCESS,2,0,564.34,2881350.07,2881914.41,27,370,3508,902.94,qnn -7182,SUCCESS,2,0,655.65,2881914.41,2882570.06,27,565,2669,1049.04,portfoliovqe -7183,SUCCESS,2,0,168.87,2882570.06,2882738.93,27,143,2716,270.19,dj -7185,SUCCESS,2,0,910.13,2882738.93,2883649.06,27,560,3738,1456.21,qpeinexact -7197,SUCCESS,2,0,843.53,2883649.06,2884492.59,27,1126,1723,1349.65,realamprandom -7211,SUCCESS,2,0,1626.09,2884492.59,2886118.68,27,1375,2720,2601.74,twolocalrandom -7223,SUCCESS,2,0,427.45,2886118.68,2886546.13,27,313,3141,683.92,qftentangled -7235,SUCCESS,2,0,1076.55,2886546.13,2887622.68,27,658,3763,1722.48,qpeexact -7237,SUCCESS,2,0,128.46,2887622.68,2887751.14,27,174,1698,205.54,dj -7243,SUCCESS,2,0,718.14,2887751.14,2888469.28,27,680,2429,1149.02,su2random -7248,SUCCESS,2,0,3336.26,2888469.28,2891805.54,27,1962,3911,5338.02,su2random -7250,SUCCESS,2,0,357.72,2891805.54,2892163.26,27,271,3036,572.35,wstate -7255,SUCCESS,2,0,1460.83,2892163.26,2893624.09,27,992,3387,2337.33,twolocalrandom -7260,SUCCESS,2,0,342.14,2893624.09,2893966.23,27,409,1924,547.42,qft -7272,SUCCESS,2,0,48.01,2893966.23,2894014.24,27,27,4089,76.82,graphstate -7274,SUCCESS,2,0,93.69,2894014.24,2894107.93,27,209,1031,149.9,qpeinexact -7290,SUCCESS,2,0,838.49,2894107.93,2894946.42,27,714,2701,1341.58,qnn -7291,SUCCESS,2,0,120.66,2894946.42,2895067.08,27,74,3750,193.06,dj -7293,SUCCESS,2,0,202.02,2895067.08,2895269.1,27,347,1339,323.23,qnn -7297,SUCCESS,2,0,83.32,2895269.1,2895352.42,27,141,1359,133.31,qftentangled -7299,SUCCESS,2,0,4263.25,2895352.42,2899615.67,27,3905,2511,6821.2,pricingput -7312,SUCCESS,2,0,196.77,2899615.67,2899812.44,27,173,2616,314.83,qftentangled -300,SUCCESS,2,1,102513.73,2864645.51,2967159.24,127,50602,1722,164021.97,random -301,SUCCESS,2,1,292.88,2967159.24,2967452.12,127,90,2766,468.61,ghz -302,SUCCESS,2,1,981.62,2967452.12,2968433.74,127,516,1617,1570.59,dj -303,SUCCESS,2,1,19558.49,2968433.74,2987992.23,127,10371,1603,31293.58,qpeexact -304,SUCCESS,2,1,4070.33,2987992.23,2992062.56,127,1290,2682,6512.53,wstate -305,SUCCESS,2,1,186.88,2992062.56,2992249.44,127,62,2562,299.01,graphstate -306,SUCCESS,2,1,25552.43,2992249.44,3017801.87,127,6685,3249,40883.89,twolocalrandom -307,SUCCESS,2,1,12133.18,3017801.87,3029935.05,127,4370,2360,19413.09,qft -308,SUCCESS,2,1,18490.13,3029935.05,3048425.18,127,4234,3712,29584.21,ae -309,SUCCESS,2,1,63.45,3048425.18,3048488.63,127,24,2247,101.52,vqe -310,SUCCESS,2,1,14293.04,3048488.63,3062781.67,127,3051,3982,22868.86,qft -311,SUCCESS,2,1,308.34,3062781.67,3063090.01,127,66,3971,493.34,ghz -312,SUCCESS,2,1,2485.13,3063090.01,3065575.14,127,1129,1871,3976.21,qpeinexact -313,SUCCESS,2,1,23918.07,3065575.14,3089493.21,127,6972,2916,38268.91,pricingput -314,SUCCESS,2,1,24470.03,3089493.21,3113963.24,127,6351,3275,39152.05,qnn -315,SUCCESS,2,1,313.9,3113963.24,3114277.14,127,91,2932,502.24,ghz -316,SUCCESS,2,1,1901.18,3114277.14,3116178.32,127,404,4000,3041.89,qpeinexact -317,SUCCESS,2,1,283.06,3116178.32,3116461.38,127,60,4010,452.9,graphstate -318,SUCCESS,2,1,32500.49,3116461.38,3148961.87,127,15288,1807,52000.78,su2random -319,SUCCESS,2,1,944.82,3148961.87,3149906.69,127,309,2599,1511.71,qft -320,SUCCESS,2,1,27003.72,3149906.69,3176910.41,127,5757,3987,43205.95,qnn -322,SUCCESS,2,1,1653.96,3176910.41,3178564.37,127,509,2762,2646.34,dj -323,SUCCESS,2,1,9250.24,3178564.37,3187814.61,127,4658,1688,14800.38,su2random -324,SUCCESS,2,1,1494.67,3187814.61,3189309.28,127,439,2894,2391.47,random -325,SUCCESS,2,1,5541.47,3189309.28,3194850.75,127,3157,1492,8866.35,qwalk-v-chain -327,SUCCESS,2,1,681.68,3194850.75,3195532.43,127,269,2154,1090.69,realamprandom -328,SUCCESS,2,1,20570.49,3195532.43,3216102.92,127,6873,2544,32912.78,realamprandom -330,SUCCESS,2,1,1771.48,3216102.92,3217874.4,127,401,3755,2834.37,portfoliovqe -331,SUCCESS,2,1,361.2,3217874.4,3218235.6,127,86,3570,577.92,graphstate -332,SUCCESS,2,1,86429.05,3218235.6,3304664.65,127,22035,3334,138286.48,random -333,SUCCESS,2,1,369.49,3304664.65,3305034.14,127,102,3079,591.18,ghz -334,SUCCESS,2,1,1141.38,3305034.14,3306175.52,127,373,2601,1826.21,dj -335,SUCCESS,2,1,1157.12,3306175.52,3307332.64,127,249,3950,1851.39,wstate -336,SUCCESS,2,1,14253.9,3307332.64,3321586.54,127,4489,2699,22806.24,qft -337,SUCCESS,2,1,11576.61,3321586.54,3333163.15,127,5826,1689,18522.58,twolocalrandom -341,SUCCESS,2,1,413.98,3333163.15,3333577.13,127,113,3114,662.37,wstate -343,SUCCESS,2,1,5583.29,3333577.13,3339160.42,127,2519,1884,8933.26,ae -345,SUCCESS,2,1,6800.28,3339160.42,3345960.7,127,1532,3773,10880.45,qft -346,SUCCESS,2,1,15166.03,3345960.7,3361126.73,127,3855,3344,24265.65,pricingcall -347,SUCCESS,2,1,238.09,3361126.73,3361364.82,127,125,1619,380.94,wstate -348,SUCCESS,2,1,1774.08,3361364.82,3363138.9,127,1408,1071,2838.53,qpeinexact -349,SUCCESS,2,1,125441.45,3363138.9,3488580.35,127,31962,3336,200706.32,random -350,SUCCESS,2,1,543.27,3488580.35,3489123.62,127,217,2128,869.23,wstate -351,SUCCESS,2,1,17196.55,3489123.62,3506320.17,127,7673,1905,27514.48,qft -352,SUCCESS,2,1,10287.13,3506320.17,3516607.3,127,5174,1690,16459.41,qpeexact -353,SUCCESS,2,1,834.5,3516607.3,3517441.8,127,196,3619,1335.2,realamprandom -354,SUCCESS,2,1,277.17,3517441.8,3517718.97,127,121,1947,443.47,ghz -355,SUCCESS,2,1,2537.12,3517718.97,3520256.09,127,576,3744,4059.39,ghz -356,SUCCESS,2,1,179.11,3520256.09,3520435.2,127,91,1673,286.58,graphstate -357,SUCCESS,2,1,17362.45,3520435.2,3537797.65,127,5674,2601,27779.92,ae -358,SUCCESS,2,1,5449.97,3537797.65,3543247.62,127,1554,2981,8719.95,wstate -360,SUCCESS,2,1,51030.99,3543247.62,3594278.61,127,31206,1390,81649.58,grover-noancilla -362,SUCCESS,2,1,181.66,3594278.61,3594460.27,127,82,1883,290.66,wstate -363,SUCCESS,2,1,1560.06,3594460.27,3596020.33,127,511,2595,2496.1,dj -364,SUCCESS,2,1,3120.33,3596020.33,3599140.66,127,1562,1698,4992.53,qft -365,SUCCESS,2,1,2628.1,3599140.66,3601768.76,127,697,3205,4204.96,twolocalrandom -366,SUCCESS,2,1,12114.81,3601768.76,3613883.57,127,9597,1073,19383.7,twolocalrandom -368,SUCCESS,2,1,41013.4,3613883.57,3654896.97,127,10793,3230,65621.44,realamprandom -370,SUCCESS,2,1,65000.65,3654896.97,3719897.62,127,17551,3148,104001.04,twolocalrandom -371,SUCCESS,2,1,20289.06,3719897.62,3740186.68,127,6713,2569,32462.5,su2random -372,SUCCESS,2,1,9302.83,3740186.68,3749489.51,127,2147,3683,14884.53,qft -373,SUCCESS,2,1,2603.7,3749489.51,3752093.21,127,561,3945,4165.92,dj -375,SUCCESS,2,1,1459.63,3752093.21,3753552.84,127,404,3071,2335.41,dj -376,SUCCESS,2,1,8951.38,3753552.84,3762504.22,127,2276,3343,14322.21,qftentangled -377,SUCCESS,2,1,792.87,3762504.22,3763297.09,127,577,1168,1268.59,dj -379,SUCCESS,2,1,13807.45,3763297.09,3777104.54,127,6031,1946,22091.92,qftentangled -380,SUCCESS,2,1,1274.1,3777104.54,3778378.64,127,332,3262,2038.56,twolocalrandom -381,SUCCESS,2,1,7461.15,3778378.64,3785839.79,127,2685,2362,11937.84,ae -382,SUCCESS,2,1,35316.71,3785839.79,3821156.5,127,9381,3200,56506.74,random -385,SUCCESS,2,1,1238.55,3821156.5,3822395.05,127,429,2454,1981.68,qftentangled -386,SUCCESS,2,1,13002.08,3822395.05,3835397.13,127,6392,1729,20803.33,qnn -387,SUCCESS,2,1,23443.84,3835397.13,3858840.97,127,6687,2980,37510.14,qnn -388,SUCCESS,2,1,709.81,3858840.97,3859550.78,127,442,1365,1135.7,dj -389,SUCCESS,2,1,12449.68,3859550.78,3872000.46,127,5853,1808,19919.49,qftentangled -390,SUCCESS,2,1,2469.55,3872000.46,3874470.01,127,1192,1761,3951.28,twolocalrandom -392,SUCCESS,2,1,4779.72,3874470.01,3879249.73,127,1278,3179,7647.55,ae -393,SUCCESS,2,1,15872.79,3879249.73,3895122.52,127,4305,3134,25396.46,random -394,SUCCESS,2,1,3515.09,3895122.52,3898637.61,127,824,3626,5624.14,wstate -395,SUCCESS,2,1,16008.04,3898637.61,3914645.65,127,7391,1841,25612.86,qpeinexact -396,SUCCESS,2,1,68.95,3914645.65,3914714.6,127,50,1172,110.32,tsp -397,SUCCESS,2,1,63.87,3914714.6,3914778.47,127,33,1645,102.19,wstate -398,SUCCESS,2,1,11397.82,3914778.47,3926176.29,127,4789,2023,18236.51,ae -399,SUCCESS,2,1,138.29,3926176.29,3926314.58,127,66,1781,221.26,graphstate -400,SUCCESS,2,1,9141.7,3926314.58,3935456.28,127,6364,1221,14626.72,qpeexact -401,SUCCESS,2,1,7207.88,3935456.28,3942664.16,127,5026,1219,11532.61,qnn -402,SUCCESS,2,1,1532.34,3942664.16,3944196.5,127,331,3935,2451.74,ae -403,SUCCESS,2,1,111.32,3944196.5,3944307.82,127,78,1213,178.11,ghz -404,SUCCESS,2,1,1234.56,3944307.82,3945542.38,127,285,3682,1975.3,wstate -405,SUCCESS,2,1,1466.02,3945542.38,3947008.4,127,391,3187,2345.63,ghz -408,SUCCESS,2,1,7455.26,3947008.4,3954463.66,127,4708,1346,11928.42,qpeinexact -409,SUCCESS,2,1,5378.72,3954463.66,3959842.38,127,1435,3186,8605.95,wstate -410,SUCCESS,2,1,2662.65,3959842.38,3962505.03,127,1375,1646,4260.24,wstate -411,SUCCESS,2,1,878.94,3962505.03,3963383.97,127,257,2907,1406.3,wstate -412,SUCCESS,2,1,23853.66,3963383.97,3987237.63,127,6685,3033,38165.86,realamprandom -413,SUCCESS,2,1,1333.92,3987237.63,3988571.55,127,326,3478,2134.27,portfolioqaoa -414,SUCCESS,2,1,1250.76,3988571.55,3989822.31,127,307,3463,2001.22,dj -415,SUCCESS,2,1,2595.51,3989822.31,3992417.82,127,940,2347,4152.82,su2random -417,SUCCESS,2,1,2809.14,3992417.82,3995226.96,127,1757,1359,4494.62,twolocalrandom -418,SUCCESS,2,1,754.42,3995226.96,3995981.38,127,277,2315,1207.07,wstate -419,SUCCESS,2,1,11079.7,3995981.38,4007061.08,127,2829,3329,17727.52,qpeinexact -420,SUCCESS,2,1,50856.34,4007061.08,4057917.42,127,14136,3058,81370.14,twolocalrandom -421,SUCCESS,2,1,5819.5,4057917.42,4063736.92,127,2575,1921,9311.2,ae -422,SUCCESS,2,1,4071.19,4063736.92,4067808.11,127,989,3499,6513.9,ae -423,SUCCESS,2,1,345.36,4067808.11,4068153.47,127,75,3914,552.58,dj -424,SUCCESS,2,1,198.06,4068153.47,4068351.53,127,70,2405,316.9,graphstate -425,SUCCESS,2,1,1425.32,4068351.53,4069776.85,127,320,3786,2280.51,qnn -426,SUCCESS,2,1,11456.57,4069776.85,4081233.42,127,2515,3872,18330.51,qpeexact -428,SUCCESS,2,1,21125.74,4081233.42,4102359.16,127,4869,3688,33801.18,qnn -429,SUCCESS,2,1,10304.93,4102359.16,4112664.09,127,3135,2794,16487.89,ae -430,SUCCESS,2,1,614.09,4112664.09,4113278.18,127,274,1905,982.54,dj -431,SUCCESS,2,1,221.9,4113278.18,4113500.08,127,61,3092,355.04,ghz -432,SUCCESS,2,1,48488.98,4113500.08,4161989.06,127,15125,2725,77582.37,random -433,SUCCESS,2,1,2842.42,4161989.06,4164831.48,127,767,3150,4547.87,realamprandom -435,SUCCESS,2,1,101495.21,4164831.48,4266326.69,127,35227,2449,162392.34,random -436,SUCCESS,2,1,1370,4266326.69,4267696.69,127,292,3988,2192,ghz -437,SUCCESS,2,1,6640.81,4267696.69,4274337.5,127,2828,1996,10625.3,qwalk-v-chain -438,SUCCESS,2,1,12048.61,4274337.5,4286386.11,127,2598,3942,19277.78,random -439,SUCCESS,2,1,482.15,4286386.11,4286868.26,127,155,2644,771.44,graphstate -440,SUCCESS,2,1,8939.51,4286868.26,4295807.77,127,2333,3257,14303.22,qftentangled -441,SUCCESS,2,1,599.63,4295807.77,4296407.4,127,129,3951,959.41,qftentangled -442,SUCCESS,2,1,15137.3,4296407.4,4311544.7,127,8355,1540,24219.68,qpeinexact -443,SUCCESS,2,1,34916.12,4311544.7,4346460.82,127,7976,3721,55865.79,qftentangled -444,SUCCESS,2,1,116.11,4346460.82,4346576.93,127,29,3403,185.78,ghz -445,SUCCESS,2,1,146.84,4346576.93,4346723.77,127,62,2013,234.94,ghz -446,SUCCESS,2,1,596.66,4346723.77,4347320.43,127,310,1636,954.66,graphstate -448,SUCCESS,2,1,15379.9,4347320.43,4362700.33,127,6276,2083,24607.84,qpeinexact -449,SUCCESS,2,1,16207.04,4362700.33,4378907.37,127,4431,3109,25931.26,ae -450,SUCCESS,2,1,49.99,4378907.37,4378957.36,127,13,3268,79.98,ghz -452,SUCCESS,2,1,2015.74,4378957.36,4380973.1,127,687,2494,3225.18,dj -453,SUCCESS,2,1,16931.14,4380973.1,4397904.24,127,8372,1719,27089.82,qnn -454,SUCCESS,2,1,3234.71,4397904.24,4401138.95,127,1950,1410,5175.54,random -456,SUCCESS,2,1,1351.91,4401138.95,4402490.86,127,315,3648,2163.06,su2random -457,SUCCESS,2,1,13394.66,4402490.86,4415885.52,127,3088,3687,21431.46,twolocalrandom -458,SUCCESS,2,1,8957.09,4415885.52,4424842.61,127,6661,1143,14331.34,twolocalrandom -459,SUCCESS,2,1,2661.57,4424842.61,4427504.18,127,782,2893,4258.51,su2random -460,SUCCESS,2,1,45025.44,4427504.18,4472529.62,127,9378,4081,72040.7,qpeinexact -461,SUCCESS,2,1,132.65,4472529.62,4472662.27,127,41,2750,212.24,wstate -463,SUCCESS,2,1,34825.66,4472662.27,4507487.93,127,7792,3799,55721.06,realamprandom -464,SUCCESS,2,1,10348.52,4507487.93,4517836.45,127,3215,2736,16557.63,grover-v-chain -465,SUCCESS,2,1,1692.24,4517836.45,4519528.69,127,1366,1053,2707.58,qft -468,SUCCESS,2,1,8565.04,4519528.69,4528093.73,127,1944,3745,13704.06,qnn -469,SUCCESS,2,1,3045.01,4528093.73,4531138.74,127,1584,1634,4872.02,twolocalrandom -470,SUCCESS,2,1,16135.99,4531138.74,4547274.73,127,5312,2582,25817.58,twolocalrandom -471,SUCCESS,2,1,8952.15,4547274.73,4556226.88,127,2623,2901,14323.44,su2random -474,SUCCESS,2,1,524.58,4556226.88,4556751.46,127,167,2670,839.33,qpeinexact -476,SUCCESS,2,1,3642.27,4556751.46,4560393.73,127,1188,2606,5827.63,realamprandom -477,SUCCESS,2,1,19957.69,4560393.73,4580351.42,127,8109,2092,31932.3,su2random -478,SUCCESS,2,1,3104.52,4580351.42,4583455.94,127,697,3786,4967.23,realamprandom -479,SUCCESS,2,1,263.28,4583455.94,4583719.22,127,57,3926,421.25,wstate -481,SUCCESS,2,1,29.38,4583719.22,4583748.6,127,19,1314,47.01,ghz -482,SUCCESS,2,1,413.59,4583748.6,4584162.19,127,159,2211,661.74,graphstate -483,SUCCESS,2,1,129003.87,4584162.19,4713166.06,127,35811,3062,206406.19,shor -485,SUCCESS,2,1,196.75,4713166.06,4713362.81,127,89,1879,314.8,graphstate -487,SUCCESS,2,1,1463.06,4713362.81,4714825.87,127,351,3543,2340.9,ghz -489,SUCCESS,2,1,1046.78,4714825.87,4715872.65,127,254,3503,1674.85,portfoliovqe -490,SUCCESS,2,1,1041.26,4715872.65,4716913.91,127,546,1621,1666.02,dj -491,SUCCESS,2,1,9496.38,4716913.91,4726410.29,127,1998,4040,15194.21,ae -492,SUCCESS,2,1,2766.93,4726410.29,4729177.22,127,1826,1288,4427.09,twolocalrandom -493,SUCCESS,2,1,3929.2,4729177.22,4733106.42,127,861,3879,6286.72,ae -494,SUCCESS,2,1,23652.75,4733106.42,4756759.17,127,7188,2797,37844.4,pricingcall -495,SUCCESS,2,1,31875.9,4756759.17,4788635.07,127,8203,3303,51001.44,qftentangled -496,SUCCESS,2,1,3885.26,4788635.07,4792520.33,127,939,3517,6216.42,qftentangled -497,SUCCESS,2,1,8333.53,4792520.33,4800853.86,127,2949,2402,13333.65,qft -498,SUCCESS,2,1,5304.13,4800853.86,4806157.99,127,2269,1987,8486.61,random -500,SUCCESS,2,1,2315.35,4806157.99,4808473.34,127,1187,1658,3704.56,qnn -501,SUCCESS,2,1,12053.56,4808473.34,4820526.9,127,6593,1554,19285.7,random -502,SUCCESS,2,1,12038.82,4820526.9,4832565.72,127,4453,2298,19262.11,qpeinexact -505,SUCCESS,2,1,688.81,4832565.72,4833254.53,127,394,1486,1102.1,random -506,SUCCESS,2,1,2616.08,4833254.53,4835870.61,127,1315,1691,4185.73,qftentangled -507,SUCCESS,2,1,5942.65,4835870.61,4841813.26,127,2245,2250,9508.24,su2random -509,SUCCESS,2,1,83608.51,4841813.26,4925421.77,127,28564,2488,133773.62,random -510,SUCCESS,2,1,29436.59,4925421.77,4954858.36,127,16703,1498,47098.54,realamprandom -511,SUCCESS,2,1,8997.77,4954858.36,4963856.13,127,3611,2118,14396.43,qpeexact -512,SUCCESS,2,1,351.77,4963856.13,4964207.9,127,226,1323,562.83,dj -513,SUCCESS,2,1,1270.88,4964207.9,4965478.78,127,676,1598,2033.41,dj -514,SUCCESS,2,1,13484.9,4965478.78,4978963.68,127,5869,1953,21575.84,ae -515,SUCCESS,2,1,334.85,4978963.68,4979298.53,127,78,3649,535.76,graphstate -517,SUCCESS,2,1,224.19,4979298.53,4979522.72,127,48,3970,358.7,ghz -518,SUCCESS,2,1,2943.56,4979522.72,4982466.28,127,873,2866,4709.7,qpeexact -519,SUCCESS,2,1,8889.04,4982466.28,4991355.32,127,4455,1696,14222.46,qpeexact -520,SUCCESS,2,1,20068.97,4991355.32,5011424.29,127,10824,1576,32110.35,qpeinexact -522,SUCCESS,2,1,4317.12,5011424.29,5015741.41,127,1443,2543,6907.39,realamprandom -523,SUCCESS,2,1,4636.56,5015741.41,5020377.97,127,1029,3830,7418.5,qpeexact -524,SUCCESS,2,1,4174.31,5020377.97,5024552.28,127,1440,2464,6678.9,ae -525,SUCCESS,2,1,2963.23,5024552.28,5027515.51,127,877,2872,4741.17,random -526,SUCCESS,2,1,214.02,5027515.51,5027729.53,127,51,3567,342.43,ghz -527,SUCCESS,2,1,6940.4,5027729.53,5034669.93,127,2889,2042,11104.64,qftentangled -528,SUCCESS,2,1,3294.31,5034669.93,5037964.24,127,819,3419,5270.9,qftentangled -529,SUCCESS,2,1,20210.6,5037964.24,5058174.84,127,5312,3234,32336.96,realamprandom -530,SUCCESS,2,1,16241.01,5058174.84,5074415.85,127,3611,3823,25985.62,qpeinexact -531,SUCCESS,2,1,1232.07,5074415.85,5075647.92,127,443,2364,1971.31,portfolioqaoa -532,SUCCESS,2,1,10946.43,5075647.92,5086594.35,127,2294,4056,17514.29,qft -534,SUCCESS,2,1,3459.25,5086594.35,5090053.6,127,2577,1141,5534.8,qft -535,SUCCESS,2,1,86.36,5090053.6,5090139.96,127,34,2159,138.18,ghz -536,SUCCESS,2,1,15031.26,5090139.96,5105171.22,127,3211,3979,24050.02,realamprandom -537,SUCCESS,2,1,686.7,5105171.22,5105857.92,127,196,2978,1098.72,twolocalrandom -541,SUCCESS,2,1,167.41,5105857.92,5106025.33,127,77,1848,267.86,wstate -542,SUCCESS,2,1,43544.08,5106025.33,5149569.41,127,9316,3973,69670.53,qnn -544,SUCCESS,2,1,353.39,5149569.41,5149922.8,127,125,2403,565.42,graphstate -545,SUCCESS,2,1,10711.42,5149922.8,5160634.22,127,4450,2046,17138.27,su2random -546,SUCCESS,2,1,9701.75,5160634.22,5170335.97,127,2308,3573,15522.8,random -547,SUCCESS,2,1,16598.01,5170335.97,5186933.98,127,4431,3184,26556.82,qft -548,SUCCESS,2,1,11268.56,5186933.98,5198202.54,127,8575,1117,18029.7,qpeexact -549,SUCCESS,2,1,14662.39,5198202.54,5212864.93,127,3992,3122,23459.82,qftentangled -550,SUCCESS,2,1,32979.89,5212864.93,5245844.82,127,8142,3443,52767.82,qftentangled -551,SUCCESS,2,1,2182.86,5245844.82,5248027.68,127,1094,1696,3492.58,ae -552,SUCCESS,2,1,6626.63,5248027.68,5254654.31,127,4363,1291,10602.61,ae -553,SUCCESS,2,1,38461.55,5254654.31,5293115.86,127,9590,3409,61538.48,qpeinexact -554,SUCCESS,2,1,337.05,5293115.86,5293452.91,127,138,2076,539.28,graphstate -556,SUCCESS,2,1,12802.47,5293452.91,5306255.38,127,3081,3532,20483.95,qpeinexact -557,SUCCESS,2,1,1718.55,5306255.38,5307973.93,127,740,1974,2749.68,realamprandom -558,SUCCESS,2,1,23091.24,5307973.93,5331065.17,127,5729,3426,36945.98,qpeinexact -560,SUCCESS,2,1,3722.39,5331065.17,5334787.56,127,818,3868,5955.82,qftentangled -561,SUCCESS,2,1,6841.61,5334787.56,5341629.17,127,2071,2808,10946.58,twolocalrandom -563,SUCCESS,2,1,205.98,5341629.17,5341835.15,127,60,2918,329.57,graphstate -565,SUCCESS,2,1,6882.73,5341835.15,5348717.88,127,4340,1348,11012.37,qpeexact -566,SUCCESS,2,1,2451.56,5348717.88,5351169.44,127,1127,1849,3922.5,su2random -569,SUCCESS,2,1,3066.13,5351169.44,5354235.57,127,704,3702,4905.81,su2random -570,SUCCESS,2,1,870.98,5354235.57,5355106.55,127,197,3758,1393.57,dj -571,SUCCESS,2,1,7027.64,5355106.55,5362134.19,127,2577,2318,11244.22,realamprandom -572,SUCCESS,2,1,15019.7,5362134.19,5377153.89,127,5649,2260,24031.52,qnn -573,SUCCESS,2,1,873.85,5377153.89,5378027.74,127,630,1179,1398.16,dj -574,SUCCESS,2,1,27427.09,5378027.74,5405454.83,127,20237,1152,43883.34,random -575,SUCCESS,2,1,33611.25,5405454.83,5439066.08,127,13709,2084,53778,twolocalrandom -576,SUCCESS,2,1,11477.62,5439066.08,5450543.7,127,2827,3451,18364.19,qpeinexact -577,SUCCESS,2,1,112.29,5450543.7,5450655.99,127,45,2121,179.66,ghz -579,SUCCESS,2,1,2472.61,5450655.99,5453128.6,127,663,3170,3956.18,dj -580,SUCCESS,2,1,31774.28,5453128.6,5484902.88,127,15513,1741,50838.85,su2random -581,SUCCESS,2,1,30494.97,5484902.88,5515397.85,127,12510,2072,48791.95,realamprandom -582,SUCCESS,2,1,1857.57,5515397.85,5517255.42,127,406,3889,2972.11,dj -583,SUCCESS,2,1,5159.53,5517255.42,5522414.95,127,1600,2741,8255.25,qnn -584,SUCCESS,2,1,43056.48,5522414.95,5565471.43,127,11600,3155,68890.37,qnn -586,SUCCESS,2,1,3305.63,5565471.43,5568777.06,127,853,3294,5289.01,qft -587,SUCCESS,2,1,2552.62,5568777.06,5571329.68,127,574,3780,4084.19,ghz -588,SUCCESS,2,1,2999.22,5571329.68,5574328.9,127,1887,1351,4798.75,qft -590,SUCCESS,2,1,50708.91,5574328.9,5625037.81,127,12508,3446,81134.26,twolocalrandom -591,SUCCESS,2,1,1333.12,5625037.81,5626370.93,127,544,2083,2132.99,dj -592,SUCCESS,2,1,276.12,5626370.93,5626647.05,127,153,1534,441.79,graphstate -593,SUCCESS,2,1,2970.9,5626647.05,5629617.95,127,784,3221,4753.44,qft -594,SUCCESS,2,1,475.81,5629617.95,5630093.76,127,161,2512,761.3,graphstate -597,SUCCESS,2,1,17184.04,5630093.76,5647277.8,127,8409,1737,27494.46,realamprandom -598,SUCCESS,2,1,1100.37,5647277.8,5648378.17,127,319,2932,1760.59,graphstate -599,SUCCESS,2,1,103027.05,5648378.17,5751405.22,127,24544,3568,164843.28,random -600,SUCCESS,2,1,26908.24,5751405.22,5778313.46,127,11436,2000,43053.18,realamprandom -601,SUCCESS,2,1,26416.45,5778313.46,5804729.91,127,8978,2501,42266.32,su2random -602,SUCCESS,2,1,39.42,5804729.91,5804769.33,127,12,2792,63.07,ghz -604,SUCCESS,2,1,3354.36,5804769.33,5808123.69,127,792,3600,5366.98,dj -605,SUCCESS,2,1,11354.66,5808123.69,5819478.35,127,5664,1704,18167.46,qft -606,SUCCESS,2,1,14299.37,5819478.35,5833777.72,127,3293,3691,22878.99,su2random -607,SUCCESS,2,1,552.6,5833777.72,5834330.32,127,306,1535,884.16,portfoliovqe -608,SUCCESS,2,1,5784.25,5834330.32,5840114.57,127,1309,3756,9254.8,random -609,SUCCESS,2,1,3613.73,5840114.57,5843728.3,127,1339,2294,5781.97,qpeexact -610,SUCCESS,2,1,401.58,5843728.3,5844129.88,127,97,3519,642.53,ghz -611,SUCCESS,2,1,3836.86,5844129.88,5847966.74,127,955,3415,6138.98,wstate -613,SUCCESS,2,1,174.3,5847966.74,5848141.04,127,143,1036,278.88,dj -615,SUCCESS,2,1,84.2,5848141.04,5848225.24,127,42,1704,134.72,qaoa -617,SUCCESS,2,1,5683.82,5848225.24,5853909.06,127,2265,2133,9094.11,ae -618,SUCCESS,2,1,2071.58,5853909.06,5855980.64,127,873,2017,3314.53,qpeinexact -619,SUCCESS,2,1,12359.34,5855980.64,5868339.98,127,3334,3151,19774.94,qft -620,SUCCESS,2,1,2388.17,5868339.98,5870728.15,127,1032,1967,3821.07,qnn -621,SUCCESS,2,1,67807.69,5870728.15,5938535.84,127,33864,1702,108492.3,random -622,SUCCESS,2,1,615.51,5938535.84,5939151.35,127,202,2590,984.82,wstate -623,SUCCESS,2,1,1001.16,5939151.35,5940152.51,127,459,1854,1601.86,graphstate -624,SUCCESS,2,1,2202.67,5940152.51,5942355.18,127,1086,1724,3524.27,pricingput -625,SUCCESS,2,1,298.58,5942355.18,5942653.76,127,77,3296,477.73,wstate -626,SUCCESS,2,1,22356.39,5942653.76,5965010.15,127,7908,2403,35770.22,random -627,SUCCESS,2,1,3439.35,5965010.15,5968449.5,127,780,3748,5502.96,qpeexact -629,SUCCESS,2,1,1177.99,5968449.5,5969627.49,127,778,1287,1884.78,qftentangled -630,SUCCESS,2,1,1814.22,5969627.49,5971441.71,127,488,3160,2902.75,dj -631,SUCCESS,2,1,95.67,5971441.71,5971537.38,127,43,1891,153.07,ghz -634,SUCCESS,2,1,9881.84,5971537.38,5981419.22,127,3016,2785,15810.94,ae -635,SUCCESS,2,1,378.17,5981419.22,5981797.39,127,209,1538,605.07,wstate -636,SUCCESS,2,1,26591.52,5981797.39,6008388.91,127,7070,3197,42546.43,qpeinexact -638,SUCCESS,2,1,597.95,6008388.91,6008986.86,127,125,4066,956.72,ghz -639,SUCCESS,2,1,142.84,6008986.86,6009129.7,127,32,3794,228.54,graphstate -640,SUCCESS,2,1,70.68,6009129.7,6009200.38,127,43,1397,113.09,graphstate -641,SUCCESS,2,1,421.08,6009200.38,6009621.46,127,321,1115,673.73,wstate -643,SUCCESS,2,1,2670.65,6009621.46,6012292.11,127,1757,1292,4273.04,realamprandom -644,SUCCESS,2,1,837.31,6012292.11,6013129.42,127,368,1934,1339.7,portfolioqaoa -645,SUCCESS,2,1,30042.62,6013129.42,6043172.04,127,13163,1940,48068.19,su2random -646,SUCCESS,2,1,3927.7,6043172.04,6047099.74,127,1085,3077,6284.32,qpeinexact -647,SUCCESS,2,1,1620.69,6047099.74,6048720.43,127,495,2783,2593.1,qft -648,SUCCESS,2,1,7668.1,6048720.43,6056388.53,127,2749,2371,12268.96,qpeinexact -649,SUCCESS,2,1,21195.82,6056388.53,6077584.35,127,8018,2247,33913.31,su2random -650,SUCCESS,2,1,6052.32,6077584.35,6083636.67,127,1836,2802,9683.71,qft -651,SUCCESS,2,1,9271.44,6083636.67,6092908.11,127,5542,1422,14834.3,qpeinexact -652,SUCCESS,2,1,1770.52,6092908.11,6094678.63,127,477,3155,2832.83,qpeinexact -655,SUCCESS,2,1,13586.9,6094678.63,6108265.53,127,4260,2711,21739.04,qpeexact -656,SUCCESS,2,1,371.34,6108265.53,6108636.87,127,153,2063,594.14,graphstate -657,SUCCESS,2,1,498.07,6108636.87,6109134.94,127,109,3884,796.91,wstate -658,SUCCESS,2,1,2603.18,6109134.94,6111738.12,127,1450,1526,4165.09,pricingput -659,SUCCESS,2,1,7203.28,6111738.12,6118941.4,127,1504,4071,11525.25,wstate -660,SUCCESS,2,1,3979.06,6118941.4,6122920.46,127,1879,1800,6366.5,qnn -661,SUCCESS,2,1,18884,6122920.46,6141804.46,127,9442,1700,30214.4,qnn -662,SUCCESS,2,1,109.37,6141804.46,6141913.83,127,53,1754,174.99,ghz -664,SUCCESS,2,1,1010.08,6141913.83,6142923.91,127,236,3638,1616.13,graphstate -666,SUCCESS,2,1,31494.11,6142923.91,6174418.02,127,8270,3237,50390.58,qpeinexact -667,SUCCESS,2,1,36.48,6174418.02,6174454.5,127,15,2067,58.37,ghz -668,SUCCESS,2,1,1933.62,6174454.5,6176388.12,127,591,2781,3093.79,qft -669,SUCCESS,2,1,470.93,6176388.12,6176859.05,127,129,3103,753.49,wstate -670,SUCCESS,2,1,1420.04,6176859.05,6178279.09,127,373,3236,2272.06,wstate -671,SUCCESS,2,1,1865.08,6178279.09,6180144.17,127,470,3373,2984.13,portfolioqaoa -674,SUCCESS,2,1,9510.91,6180144.17,6189655.08,127,3673,2201,15217.46,qftentangled -677,SUCCESS,2,1,2636.22,6189655.08,6192291.3,127,1539,1456,4217.95,ae -678,SUCCESS,2,1,458.56,6192291.3,6192749.86,127,108,3609,733.7,ghz -679,SUCCESS,2,1,2277.91,6192749.86,6195027.77,127,765,2531,3644.66,realamprandom -680,SUCCESS,2,1,1440.62,6195027.77,6196468.39,127,605,2024,2304.99,dj -682,SUCCESS,2,1,173.21,6196468.39,6196641.6,127,37,3979,277.14,dj -683,SUCCESS,2,1,5519.74,6196641.6,6202161.34,127,1551,3025,8831.58,qnn -684,SUCCESS,2,1,199.43,6202161.34,6202360.77,127,110,1541,319.09,dj -685,SUCCESS,2,1,13980.29,6202360.77,6216341.06,127,3973,2991,22368.46,qwalk-v-chain -687,SUCCESS,2,1,1473.29,6216341.06,6217814.35,127,1014,1235,2357.26,ghz -688,SUCCESS,2,1,14982.56,6217814.35,6232796.91,127,3295,3865,23972.1,qpeinexact -689,SUCCESS,2,1,6649.98,6232796.91,6239446.89,127,1843,3067,10639.97,ae -690,SUCCESS,2,1,1596.98,6239446.89,6241043.87,127,356,3813,2555.17,graphstate -691,SUCCESS,2,1,29777.33,6241043.87,6270821.2,127,8525,2969,47643.73,ae -692,SUCCESS,2,1,31999.52,6270821.2,6302820.72,127,7493,3630,51199.23,su2random -693,SUCCESS,2,1,14096.34,6302820.72,6316917.06,127,6404,1871,22554.14,qpeexact -694,SUCCESS,2,1,3031.62,6316917.06,6319948.68,127,789,3266,4850.59,su2random -695,SUCCESS,2,1,28705.7,6319948.68,6348654.38,127,8481,2877,45929.12,qpeinexact -696,SUCCESS,2,1,410.75,6348654.38,6349065.13,127,259,1348,657.2,random -697,SUCCESS,2,1,3594.55,6349065.13,6352659.68,127,2464,1240,5751.28,qft -698,SUCCESS,2,1,1373.43,6352659.68,6354033.11,127,968,1206,2197.49,qpeinexact -700,SUCCESS,2,1,8159.11,6354033.11,6362192.22,127,3916,1771,13054.58,qftentangled -701,SUCCESS,2,1,1290.49,6362192.22,6363482.71,127,358,3064,2064.78,ghz -702,SUCCESS,2,1,60.92,6363482.71,6363543.63,127,13,3983,97.47,ghz -704,SUCCESS,2,1,9177.75,6363543.63,6372721.38,127,3765,2072,14684.4,qpeinexact -705,SUCCESS,2,1,747.84,6372721.38,6373469.22,127,370,1718,1196.54,graphstate -706,SUCCESS,2,1,19182.74,6373469.22,6392651.96,127,7202,2264,30692.38,twolocalrandom -707,SUCCESS,2,1,649.92,6392651.96,6393301.88,127,347,1592,1039.87,su2random -708,SUCCESS,2,1,2055.47,6393301.88,6395357.35,127,1007,1735,3288.75,realamprandom -709,SUCCESS,2,1,19684.53,6395357.35,6415041.88,127,5193,3222,31495.25,qnn -710,SUCCESS,2,1,1218.4,6415041.88,6416260.28,127,951,1089,1949.44,wstate -711,SUCCESS,2,1,13118.66,6416260.28,6429378.94,127,3991,2794,20989.86,ae -712,SUCCESS,2,1,8016.04,6429378.94,6437394.98,127,2161,3153,12825.66,ae -713,SUCCESS,2,1,5416.54,6437394.98,6442811.52,127,3441,1338,8666.46,ae -714,SUCCESS,2,1,995.21,6442811.52,6443806.73,127,744,1137,1592.34,qnn -715,SUCCESS,2,1,2754.78,6443806.73,6446561.51,127,1687,1388,4407.65,random -716,SUCCESS,2,1,3869.13,6446561.51,6450430.64,127,854,3851,6190.61,qpeexact -717,SUCCESS,2,1,2785.57,6450430.64,6453216.21,127,767,3087,4456.91,qnn -718,SUCCESS,2,1,340.79,6453216.21,6453557,127,166,1745,545.26,graphstate -719,SUCCESS,2,1,491.66,6453557,6454048.66,127,395,1058,786.66,ghz -720,SUCCESS,2,1,38312.59,6454048.66,6492361.25,127,8927,3648,61300.14,realamprandom -722,SUCCESS,2,1,117.01,6492361.25,6492478.26,127,46,2162,187.22,graphstate -724,SUCCESS,2,1,680.84,6492478.26,6493159.1,127,329,1759,1089.34,qnn -727,SUCCESS,2,1,48842.43,6493159.1,6542001.53,127,15297,2714,78147.89,random -728,SUCCESS,2,1,13999.97,6542001.53,6556001.5,127,3943,3018,22399.95,qftentangled -729,SUCCESS,2,1,16822.08,6556001.5,6572823.58,127,5049,2832,26915.33,random -730,SUCCESS,2,1,6147.62,6572823.58,6578971.2,127,1536,3402,9836.19,wstate -731,SUCCESS,2,1,166.85,6578971.2,6579138.05,127,97,1462,266.96,dj -732,SUCCESS,2,1,87702.32,6579138.05,6666840.37,127,18581,4012,140323.71,random -734,SUCCESS,2,1,5351.26,6666840.37,6672191.63,127,1166,3901,8562.02,qpeexact -736,SUCCESS,2,1,398.65,6672191.63,6672590.28,127,150,2259,637.84,dj -737,SUCCESS,2,1,7774.25,6672590.28,6680364.53,127,1704,3878,12438.8,qpeinexact -738,SUCCESS,2,1,189.56,6680364.53,6680554.09,127,95,1696,303.3,ghz -739,SUCCESS,2,1,251.92,6680554.09,6680806.01,127,115,1862,403.07,ghz -740,SUCCESS,2,1,2393.6,6680806.01,6683199.61,127,748,2720,3829.76,realamprandom -741,SUCCESS,2,1,1483.21,6683199.61,6684682.82,127,539,2339,2373.14,ghz -742,SUCCESS,2,1,32747.72,6684682.82,6717430.54,127,15030,1852,52396.35,twolocalrandom -743,SUCCESS,2,1,25716.15,6717430.54,6743146.69,127,6240,3503,41145.84,realamprandom -744,SUCCESS,2,1,2363.49,6743146.69,6745510.18,127,730,2752,3781.58,qpeinexact -745,SUCCESS,2,1,33993.46,6745510.18,6779503.64,127,10830,2668,54389.54,qpeinexact -746,SUCCESS,2,1,14573.97,6779503.64,6794077.61,127,8342,1485,23318.35,realamprandom -749,SUCCESS,2,1,3378.83,6794077.61,6797456.44,127,1281,2242,5406.13,random -750,SUCCESS,2,1,9427.41,6797456.44,6806883.85,127,2116,3787,15083.86,ae -752,SUCCESS,2,1,3407.05,6806883.85,6810290.9,127,1110,2609,5451.28,twolocalrandom -753,SUCCESS,2,1,23964.76,6810290.9,6834255.66,127,6237,3266,38343.62,ae -754,SUCCESS,2,1,31639.72,6834255.66,6865895.38,127,9046,2973,50623.55,su2random -755,SUCCESS,2,1,4619.83,6865895.38,6870515.21,127,2367,1659,7391.73,qnn -756,SUCCESS,2,1,47046.39,6870515.21,6917561.6,127,13997,2857,75274.22,twolocalrandom -757,SUCCESS,2,1,3552.26,6917561.6,6921113.86,127,2561,1179,5683.62,su2random -758,SUCCESS,2,1,1103.53,6921113.86,6922217.39,127,400,2345,1765.65,portfolioqaoa -759,SUCCESS,2,1,18092.63,6922217.39,6940310.02,127,3761,4089,28948.21,grover-noancilla -760,SUCCESS,2,1,2691.33,6940310.02,6943001.35,127,1317,1737,4306.13,twolocalrandom -763,SUCCESS,2,1,101.47,6943001.35,6943102.82,127,63,1369,162.35,groundstate -764,SUCCESS,2,1,2981.44,6943102.82,6946084.26,127,1444,1755,4770.3,pricingcall -765,SUCCESS,2,1,30735.67,6946084.26,6976819.93,127,8485,3079,49177.07,random -766,SUCCESS,2,1,95.14,6976819.93,6976915.07,127,67,1207,152.22,ghz -767,SUCCESS,2,1,2554.71,6976915.07,6979469.78,127,763,2846,4087.54,qpeinexact -768,SUCCESS,2,1,29680.83,6979469.78,7009150.61,127,6268,4025,47489.33,qpeinexact -770,SUCCESS,2,1,3770.85,7009150.61,7012921.46,127,1396,2296,6033.36,qpeinexact -771,SUCCESS,2,1,12529.85,7012921.46,7025451.31,127,4698,2267,20047.76,qwalk-noancilla -772,SUCCESS,2,1,60.44,7025451.31,7025511.75,127,42,1223,96.7,ghz -773,SUCCESS,2,1,1991.52,7025511.75,7027503.27,127,1623,1043,3186.43,realamprandom -774,SUCCESS,2,1,6437.79,7027503.27,7033941.06,127,2444,2239,10300.46,qftentangled -775,SUCCESS,2,1,14110.89,7033941.06,7048051.95,127,3045,3939,22577.42,twolocalrandom -776,SUCCESS,2,1,1016.95,7048051.95,7049068.9,127,231,3742,1627.12,random -777,SUCCESS,2,1,4723.5,7049068.9,7053792.4,127,1005,3995,7557.6,qft -778,SUCCESS,2,1,9409.21,7053792.4,7063201.61,127,5437,1471,15054.74,su2random -780,SUCCESS,2,1,1028.24,7063201.61,7064229.85,127,368,2375,1645.18,dj -781,SUCCESS,2,1,10643.7,7064229.85,7074873.55,127,4797,1886,17029.92,realamprandom -782,SUCCESS,2,1,1781.42,7074873.55,7076654.97,127,536,2825,2850.27,qpeinexact -783,SUCCESS,2,1,9357.59,7076654.97,7086012.56,127,5278,1507,14972.14,ae -785,SUCCESS,2,1,34524.01,7086012.56,7120536.57,127,15197,1931,55238.42,random -786,SUCCESS,2,1,12001.32,7120536.57,7132537.89,127,2615,3901,19202.11,su2random -789,SUCCESS,2,1,472.36,7132537.89,7133010.25,127,145,2769,755.78,wstate -790,SUCCESS,2,1,2484.66,7133010.25,7135494.91,127,631,3347,3975.46,dj -793,SUCCESS,2,1,850,7135494.91,7136344.91,127,212,3408,1360,pricingput -794,SUCCESS,2,1,762.98,7136344.91,7137107.89,127,551,1177,1220.77,dj -795,SUCCESS,2,1,7884.57,7137107.89,7144992.46,127,4459,1503,12615.31,ae -796,SUCCESS,2,1,3592.14,7144992.46,7148584.6,127,814,3751,5747.42,realamprandom -797,SUCCESS,2,1,5988.71,7148584.6,7154573.31,127,2020,2520,9581.94,qpeinexact -799,SUCCESS,2,1,781.53,7154573.31,7155354.84,127,182,3650,1250.45,qpeinexact -800,SUCCESS,2,1,2687.02,7155354.84,7158041.86,127,2211,1033,4299.23,qpeinexact -802,SUCCESS,2,1,1718.11,7158041.86,7159759.97,127,382,3823,2748.98,dj -804,SUCCESS,2,1,1695.4,7159759.97,7161455.37,127,368,3916,2712.64,twolocalrandom -806,SUCCESS,2,1,28509.54,7161455.37,7189964.91,127,14188,1708,45615.26,realamprandom -807,SUCCESS,2,1,3607.49,7189964.91,7193572.4,127,920,3333,5771.98,qft -808,SUCCESS,2,1,3902.71,7193572.4,7197475.11,127,3109,1067,6244.34,qpeinexact -809,SUCCESS,2,1,14022.35,7197475.11,7211497.46,127,3253,3664,22435.76,qftentangled -810,SUCCESS,2,1,731.52,7211497.46,7212228.98,127,433,1436,1170.43,dj -811,SUCCESS,2,1,19211.7,7212228.98,7231440.68,127,8206,1990,30738.72,qnn -812,SUCCESS,2,1,3091.2,7231440.68,7234531.88,127,952,2760,4945.92,qft -813,SUCCESS,2,1,1104,7234531.88,7235635.88,127,680,1380,1766.4,dj -815,SUCCESS,2,1,294.47,7235635.88,7235930.35,127,196,1277,471.15,realamprandom -816,SUCCESS,2,1,1630.08,7235930.35,7237560.43,127,536,2585,2608.13,qpeexact -817,SUCCESS,2,1,1449.42,7237560.43,7239009.85,127,800,1540,2319.07,ae -818,SUCCESS,2,1,4936.19,7239009.85,7243946.04,127,1790,2344,7897.9,qft -819,SUCCESS,2,1,3473.62,7243946.04,7247419.66,127,1398,2112,5557.79,qpeexact -820,SUCCESS,2,1,1597.94,7247419.66,7249017.6,127,1285,1057,2556.7,wstate -822,SUCCESS,2,1,433.42,7249017.6,7249451.02,127,200,1842,693.47,dj -824,SUCCESS,2,1,1652.38,7249451.02,7251103.4,127,520,2701,2643.81,su2random -825,SUCCESS,2,1,1152.02,7251103.4,7252255.42,127,541,1810,1843.23,qnn -827,SUCCESS,2,1,15900.88,7252255.42,7268156.3,127,12503,1081,25441.41,random -828,SUCCESS,2,1,8055.75,7268156.3,7276212.05,127,4905,1396,12889.2,random -829,SUCCESS,2,1,2163.77,7276212.05,7278375.82,127,1672,1100,3462.03,qpeexact -830,SUCCESS,2,1,12199.66,7278375.82,7290575.48,127,5051,2053,19519.46,twolocalrandom -833,SUCCESS,2,1,570.02,7290575.48,7291145.5,127,392,1236,912.03,qft -834,SUCCESS,2,1,1839.76,7291145.5,7292985.26,127,855,1829,2943.62,realamprandom -835,SUCCESS,2,1,328.5,7292985.26,7293313.76,127,113,2471,525.6,qpeexact -836,SUCCESS,2,1,2684.88,7293313.76,7295998.64,127,2155,1059,4295.81,qnn -837,SUCCESS,2,1,604.37,7295998.64,7296603.01,127,444,1157,966.99,portfolioqaoa -838,SUCCESS,2,1,633.43,7296603.01,7297236.44,127,289,1863,1013.49,wstate -840,SUCCESS,2,1,30050.34,7297236.44,7327286.78,127,13792,1852,48080.54,qwalk-noancilla -842,SUCCESS,2,1,74224.64,7327286.78,7401511.42,127,48832,1292,118759.42,random -843,SUCCESS,2,1,1866.61,7401511.42,7403378.03,127,971,1634,2986.58,qnn -844,SUCCESS,2,1,11570.95,7403378.03,7414948.98,127,3334,2950,18513.52,realamprandom -845,SUCCESS,2,1,32261.65,7414948.98,7447210.63,127,9456,2900,51618.64,su2random -846,SUCCESS,2,1,245.7,7447210.63,7447456.33,127,92,2270,393.12,graphstate -847,SUCCESS,2,1,2106.11,7447456.33,7449562.44,127,508,3524,3369.78,dj -848,SUCCESS,2,1,18377.45,7449562.44,7467939.89,127,7008,2229,29403.92,qpeinexact -849,SUCCESS,2,1,775.68,7467939.89,7468715.57,127,424,1555,1241.09,dj -850,SUCCESS,2,1,63374.41,7468715.57,7532089.98,127,14686,3668,101399.06,su2random -851,SUCCESS,2,1,381.94,7532089.98,7532471.92,127,293,1108,611.1,dj -852,SUCCESS,2,1,7739.22,7532471.92,7540211.14,127,3838,1714,12382.75,qftentangled -853,SUCCESS,2,1,369.89,7540211.14,7540581.03,127,83,3788,591.82,graphstate -854,SUCCESS,2,1,219.28,7540581.03,7540800.31,127,176,1059,350.85,qftentangled -855,SUCCESS,2,1,68.62,7540800.31,7540868.93,127,25,2333,109.79,graphstate -856,SUCCESS,2,1,140.35,7540868.93,7541009.28,127,55,2169,224.56,dj -857,SUCCESS,2,1,9871.41,7541009.28,7550880.69,127,2618,3205,15794.26,su2random -858,SUCCESS,2,1,6116.7,7550880.69,7556997.39,127,4459,1166,9786.72,realamprandom -859,SUCCESS,2,1,46753.78,7556997.39,7603751.17,127,18407,2159,74806.05,random -860,SUCCESS,2,1,22856.65,7603751.17,7626607.82,127,12583,1544,36570.64,su2random -862,SUCCESS,2,1,4246.34,7626607.82,7630854.16,127,1822,1981,6794.14,qpeexact -863,SUCCESS,2,1,4759.12,7630854.16,7635613.28,127,1728,2341,7614.59,qpeexact -864,SUCCESS,2,1,251,7635613.28,7635864.28,127,113,1888,401.6,graphstate -870,SUCCESS,2,1,1840.66,7635864.28,7637704.94,127,1230,1272,2945.06,su2random -871,SUCCESS,2,1,34954.28,7637704.94,7672659.22,127,15787,1882,55926.85,su2random -872,SUCCESS,2,1,866.49,7672659.22,7673525.71,127,233,3161,1386.38,qft -873,SUCCESS,2,1,25132.42,7673525.71,7698658.13,127,6050,3531,40211.87,qpeinexact -874,SUCCESS,2,1,9310.96,7698658.13,7707969.09,127,2681,2952,14897.54,random -875,SUCCESS,2,1,21352.54,7707969.09,7729321.63,127,4443,4085,34164.06,qftentangled -876,SUCCESS,2,1,347.14,7729321.63,7729668.77,127,77,3832,555.42,graphstate -877,SUCCESS,2,1,233.3,7729668.77,7729902.07,127,71,2793,373.28,ghz -879,SUCCESS,2,1,1863.7,7729902.07,7731765.77,127,412,3845,2981.92,realamprandom -880,SUCCESS,2,1,1907.79,7731765.77,7733673.56,127,1001,1620,3052.46,wstate -881,SUCCESS,2,1,3812.05,7733673.56,7737485.61,127,1183,2739,6099.28,qnn -883,SUCCESS,2,1,86673.19,7737485.61,7824158.8,127,57066,1291,138677.1,random -884,SUCCESS,2,1,1477.39,7824158.8,7825636.19,127,412,3048,2363.82,qftentangled -885,SUCCESS,2,1,31490.17,7825636.19,7857126.36,127,10040,2666,50384.27,realamprandom -886,SUCCESS,2,1,2600.09,7857126.36,7859726.45,127,1816,1217,4160.14,su2random -888,SUCCESS,2,1,5803.42,7859726.45,7865529.87,127,4350,1134,9285.47,su2random -889,SUCCESS,2,1,9847.11,7865529.87,7875376.98,127,4676,1790,15755.38,qpeinexact -890,SUCCESS,2,1,3967.57,7875376.98,7879344.55,127,963,3502,6348.11,realamprandom -891,SUCCESS,2,1,23149.71,7879344.55,7902494.26,127,8384,2347,37039.54,qpeexact -892,SUCCESS,2,1,5692.02,7902494.26,7908186.28,127,1187,4076,9107.23,wstate -893,SUCCESS,2,1,6101.21,7908186.28,7914287.49,127,2561,2025,9761.94,twolocalrandom -896,SUCCESS,2,1,30087.93,7914287.49,7944375.42,127,15214,1681,48140.69,realamprandom -897,SUCCESS,2,1,6182.65,7944375.42,7950558.07,127,2242,2344,9892.24,pricingcall -898,SUCCESS,2,1,279.38,7950558.07,7950837.45,127,66,3598,447.01,graphstate -899,SUCCESS,2,1,17739.5,7950837.45,7968576.95,127,7995,1886,28383.2,su2random -900,SUCCESS,2,1,25152.57,7968576.95,7993729.52,127,14140,1512,40244.11,su2random -902,SUCCESS,2,1,820.9,7993729.52,7994550.42,127,445,1568,1313.44,dj -905,SUCCESS,2,1,17144.8,7994550.42,8011695.22,127,4764,3059,27431.68,qnn -906,SUCCESS,2,1,1420.33,8011695.22,8013115.55,127,849,1422,2272.53,dj -907,SUCCESS,2,1,929.21,8013115.55,8014044.76,127,732,1079,1486.74,qnn -908,SUCCESS,2,1,15197.09,8014044.76,8029241.85,127,7689,1680,24315.34,ae -909,SUCCESS,2,1,2100.4,8029241.85,8031342.25,127,489,3651,3360.64,ghz -910,SUCCESS,2,1,10910.22,8031342.25,8042252.47,127,3133,2960,17456.35,pricingput -911,SUCCESS,2,1,70161.91,8042252.47,8112414.38,127,17613,3386,112259.06,su2random -912,SUCCESS,2,1,4312.06,8112414.38,8116726.44,127,1504,2437,6899.3,qftentangled -913,SUCCESS,2,1,3154.28,8116726.44,8119880.72,127,897,2989,5046.85,qnn -914,SUCCESS,2,1,6072.95,8119880.72,8125953.67,127,1391,3711,9716.72,realamprandom -915,SUCCESS,2,1,795.77,8125953.67,8126749.44,127,380,1780,1273.23,dj -916,SUCCESS,2,1,398.66,8126749.44,8127148.1,127,84,4034,637.86,ghz -917,SUCCESS,2,1,841.04,8127148.1,8127989.14,127,492,1453,1345.66,dj -919,SUCCESS,2,1,223.64,8127989.14,8128212.78,127,121,1571,357.82,wstate -920,SUCCESS,2,1,1588.87,8128212.78,8129801.65,127,1051,1285,2542.19,qnn -921,SUCCESS,2,1,2733.97,8129801.65,8132535.62,127,1127,2062,4374.35,qftentangled -922,SUCCESS,2,1,1796.68,8132535.62,8134332.3,127,481,3175,2874.69,qftentangled -924,SUCCESS,2,1,7263.29,8134332.3,8141595.59,127,2137,2889,11621.26,su2random -925,SUCCESS,2,1,855.49,8141595.59,8142451.08,127,490,1484,1368.78,ghz -926,SUCCESS,2,1,11697.05,8142451.08,8154148.13,127,6759,1471,18715.28,qnn -927,SUCCESS,2,1,11340.07,8154148.13,8165488.2,127,3868,2492,18144.11,qftentangled -929,SUCCESS,2,1,15375.81,8165488.2,8180864.01,127,8621,1516,24601.3,realamprandom -930,SUCCESS,2,1,2532.08,8180864.01,8183396.09,127,660,3261,4051.33,dj -931,SUCCESS,2,1,22568.33,8183396.09,8205964.42,127,7798,2460,36109.33,qnn -932,SUCCESS,2,1,1066.48,8205964.42,8207030.9,127,370,2450,1706.37,wstate -933,SUCCESS,2,1,8216.91,8207030.9,8215247.81,127,4857,1438,13147.06,qft -934,SUCCESS,2,1,736.31,8215247.81,8215984.12,127,190,3294,1178.1,qft -935,SUCCESS,2,1,1109.1,8215984.12,8217093.22,127,718,1313,1774.56,dj -937,SUCCESS,2,1,73236.13,8217093.22,8290329.35,127,28155,2211,117177.81,random -938,SUCCESS,2,1,4573.6,8290329.35,8294902.95,127,1112,3496,7317.76,qnn -939,SUCCESS,2,1,7201.86,8294902.95,8302104.81,127,3023,2025,11522.98,ae -940,SUCCESS,2,1,9100.23,8302104.81,8311205.04,127,3109,2488,14560.37,qpeexact -941,SUCCESS,2,1,2271.36,8311205.04,8313476.4,127,1294,1492,3634.18,wstate -942,SUCCESS,2,1,2224.16,8313476.4,8315700.56,127,752,2514,3558.66,portfoliovqe -943,SUCCESS,2,1,54.81,8315700.56,8315755.37,127,24,1941,87.7,graphstate -945,SUCCESS,2,1,7299.65,8315755.37,8323055.02,127,2037,3046,11679.44,qnn -946,SUCCESS,2,1,953.77,8323055.02,8324008.79,127,268,3025,1526.03,graphstate -947,SUCCESS,2,1,13669.95,8324008.79,8337678.74,127,8550,1359,21871.92,twolocalrandom -948,SUCCESS,2,1,397.03,8337678.74,8338075.77,127,221,1527,635.25,dj -949,SUCCESS,2,1,3025.78,8338075.77,8341101.55,127,1030,2497,4841.25,qpeexact -952,SUCCESS,2,1,492.31,8341101.55,8341593.86,127,194,2157,787.7,ae -954,SUCCESS,2,1,944.05,8341593.86,8342537.91,127,216,3715,1510.48,dj -955,SUCCESS,2,1,3205.76,8342537.91,8345743.67,127,1162,2345,5129.22,wstate -956,SUCCESS,2,1,12063.47,8345743.67,8357807.14,127,2824,3631,19301.55,qftentangled -957,SUCCESS,2,1,6303.08,8357807.14,8364110.22,127,2561,2092,10084.93,realamprandom -958,SUCCESS,2,1,25498.45,8364110.22,8389608.67,127,11760,1843,40797.52,twolocalrandom -959,SUCCESS,2,1,1098.98,8389608.67,8390707.65,127,265,3525,1758.37,random -960,SUCCESS,2,1,642.61,8390707.65,8391350.26,127,189,2890,1028.18,dj -961,SUCCESS,2,1,4385.44,8391350.26,8395735.7,127,1180,3159,7016.7,su2random -962,SUCCESS,2,1,1042.82,8395735.7,8396778.52,127,312,2841,1668.51,qftentangled -963,SUCCESS,2,1,3821.33,8396778.52,8400599.85,127,1593,2039,6114.13,realamprandom -964,SUCCESS,2,1,626.11,8400599.85,8401225.96,127,190,2801,1001.78,dj -965,SUCCESS,2,1,280.84,8401225.96,8401506.8,127,73,3270,449.34,graphstate -966,SUCCESS,2,1,27508.62,8401506.8,8429015.42,127,13188,1773,44013.79,qnn -967,SUCCESS,2,1,21138.68,8429015.42,8450154.1,127,5430,3309,33821.89,qpeexact -969,SUCCESS,2,1,1327.2,8450154.1,8451481.3,127,357,3160,2123.52,wstate -970,SUCCESS,2,1,172.99,8451481.3,8451654.29,127,74,1987,276.78,vqe -971,SUCCESS,2,1,16605.54,8451654.29,8468259.83,127,4011,3519,26568.86,qpeexact -972,SUCCESS,2,1,240.26,8468259.83,8468500.09,127,67,3048,384.42,graphstate -973,SUCCESS,2,1,8022.8,8468500.09,8476522.89,127,4799,1421,12836.48,realamprandom -974,SUCCESS,2,1,209.01,8476522.89,8476731.9,127,87,2042,334.42,ghz -975,SUCCESS,2,1,4372.99,8476731.9,8481104.89,127,1091,3407,6996.78,random -977,SUCCESS,2,1,29283.77,8481104.89,8510388.66,127,9854,2526,46854.03,random -978,SUCCESS,2,1,19523.38,8510388.66,8529912.04,127,8785,1889,31237.41,qpeexact -980,SUCCESS,2,1,11370.39,8529912.04,8541282.43,127,3045,3174,18192.62,realamprandom -981,SUCCESS,2,1,19695.98,8541282.43,8560978.41,127,5897,2839,31513.57,qft -983,SUCCESS,2,1,7956.5,8560978.41,8568934.91,127,1731,3907,12730.4,twolocalrandom -984,SUCCESS,2,1,415.53,8568934.91,8569350.44,127,269,1313,664.85,dj -985,SUCCESS,2,1,46124.75,8569350.44,8615475.19,127,10293,3809,73799.6,qpeinexact -986,SUCCESS,2,1,292.75,8615475.19,8615767.94,127,166,1499,468.4,su2random -988,SUCCESS,2,1,12107.47,8615767.94,8627875.41,127,6104,1686,19371.95,random -989,SUCCESS,2,1,2431.89,8627875.41,8630307.3,127,883,2341,3891.02,qftentangled -990,SUCCESS,2,1,6383.31,8630307.3,8636690.61,127,4229,1283,10213.3,twolocalrandom -992,SUCCESS,2,1,43115.3,8636690.61,8679805.91,127,12000,3054,68984.48,twolocalrandom -993,SUCCESS,2,1,16962.03,8679805.91,8696767.94,127,7669,1880,27139.25,qpeinexact -994,SUCCESS,2,1,175291.18,8696767.94,8872059.12,127,55700,2675,280465.89,random -996,SUCCESS,2,1,1908.86,8872059.12,8873967.98,127,703,2308,3054.18,twolocalrandom -997,SUCCESS,2,1,24767.79,8873967.98,8898735.77,127,8614,2444,39628.46,qft -998,SUCCESS,2,1,511.15,8898735.77,8899246.92,127,225,1931,817.84,wstate -999,SUCCESS,2,1,2044.53,8899246.92,8901291.45,127,786,2211,3271.25,realamprandom -1000,SUCCESS,2,1,35692.82,8901291.45,8936984.27,127,7532,4028,57108.51,qpeinexact -1001,SUCCESS,2,1,128.56,8936984.27,8937112.83,127,49,2230,205.7,graphstate -1002,SUCCESS,2,1,250740.62,8937112.83,9187853.45,127,60842,3503,401184.99,random -1003,SUCCESS,2,1,19484.96,9187853.45,9207338.41,127,4457,3716,31175.94,qpeexact -1004,SUCCESS,2,1,2135.55,9207338.41,9209473.96,127,617,2942,3416.88,qftentangled -1005,SUCCESS,2,1,480.38,9209473.96,9209954.34,127,213,1917,768.61,ghz -1006,SUCCESS,2,1,6559.1,9209954.34,9216513.44,127,1603,3478,10494.56,realamprandom -1007,SUCCESS,2,1,4715.28,9216513.44,9221228.72,127,1003,3996,7544.45,qftentangled -1008,SUCCESS,2,1,2541.26,9221228.72,9223769.98,127,1563,1382,4066.02,wstate -1009,SUCCESS,2,1,6092.45,9223769.98,9229862.43,127,2064,2509,9747.92,qpeexact -1010,SUCCESS,2,1,2582.03,9229862.43,9232444.46,127,761,2884,4131.25,wstate -1011,SUCCESS,2,1,4930.81,9232444.46,9237375.27,127,1593,2631,7889.3,twolocalrandom -1013,SUCCESS,2,1,5129,9237375.27,9242504.27,127,1115,3910,8206.4,qftentangled -1014,SUCCESS,2,1,3729.37,9242504.27,9246233.64,127,860,3686,5966.99,wstate -1017,SUCCESS,2,1,163.86,9246233.64,9246397.5,127,40,3482,262.18,qaoa -1020,SUCCESS,2,1,1079.38,9246397.5,9247476.88,127,281,3265,1727.01,wstate -1021,SUCCESS,2,1,9675,9247476.88,9257151.88,127,4250,1935,15480,qft -1022,SUCCESS,2,1,377.53,9257151.88,9257529.41,127,286,1122,604.05,dj -1023,SUCCESS,2,1,10748.75,9257529.41,9268278.16,127,5156,1772,17198,twolocalrandom -1024,SUCCESS,2,1,38042.66,9268278.16,9306320.82,127,9444,3424,60868.26,ae -1025,SUCCESS,2,1,7619.31,9306320.82,9313940.13,127,2776,2333,12190.9,qft -1026,SUCCESS,2,1,42.08,9313940.13,9313982.21,127,12,2980,67.33,ghz -1027,SUCCESS,2,1,10367.28,9313982.21,9324349.49,127,2178,4046,16587.65,qpeinexact -1029,SUCCESS,2,1,3903.44,9324349.49,9328252.93,127,1057,3139,6245.5,wstate -1030,SUCCESS,2,1,8447,9328252.93,9336699.93,127,3769,1905,13515.2,twolocalrandom -1031,SUCCESS,2,1,8066.95,9336699.93,9344766.88,127,3820,1795,12907.12,random -1032,SUCCESS,2,1,534.28,9344766.88,9345301.16,127,115,3949,854.85,graphstate -1035,SUCCESS,2,1,1719.53,9345301.16,9347020.69,127,406,3600,2751.25,dj -1036,SUCCESS,2,1,16333.73,9347020.69,9363354.42,127,4211,3297,26133.97,qft -1037,SUCCESS,2,1,4110.72,9363354.42,9367465.14,127,872,4007,6577.15,qpeexact -1040,SUCCESS,2,1,26378.57,9367465.14,9393843.71,127,12133,1848,42205.71,su2random -1041,SUCCESS,2,1,567.4,9393843.71,9394411.11,127,123,3921,907.84,graphstate -1042,SUCCESS,2,1,7736.8,9394411.11,9402147.91,127,1615,4072,12378.88,ae -1043,SUCCESS,2,1,30.21,9402147.91,9402178.12,127,11,2334,48.34,ghz -1045,SUCCESS,2,1,38785.11,9402178.12,9440963.23,127,10267,3211,62056.18,twolocalrandom -1050,SUCCESS,2,1,315.4,9440963.23,9441278.63,127,182,1473,504.64,dj -1051,SUCCESS,2,1,531.08,9441278.63,9441809.71,127,410,1101,849.73,qnn -1053,SUCCESS,2,1,1380.97,9441809.71,9443190.68,127,427,2749,2209.55,dj -1054,SUCCESS,2,1,2016.27,9443190.68,9445206.95,127,502,3414,3226.03,dj -1055,SUCCESS,2,1,3555.6,9445206.95,9448762.55,127,1020,2963,5688.96,ae -1056,SUCCESS,2,1,37535.91,9448762.55,9486298.46,127,8481,3762,60057.46,qpeexact -1058,SUCCESS,2,1,2514.97,9486298.46,9488813.43,127,1428,1497,4023.95,pricingcall -1060,SUCCESS,2,1,24696.71,9488813.43,9513510.14,127,5930,3540,39514.74,qftentangled -1061,SUCCESS,2,1,10748.12,9513510.14,9524258.26,127,3837,2381,17196.99,twolocalrandom -1062,SUCCESS,2,1,11074.12,9524258.26,9535332.38,127,4267,2206,17718.59,twolocalrandom -1063,SUCCESS,2,1,1816.02,9535332.38,9537148.4,127,815,1894,2905.63,wstate -1064,SUCCESS,2,1,8758.47,9537148.4,9545906.87,127,2173,3426,14013.55,su2random -1065,SUCCESS,2,1,11601.89,9545906.87,9557508.76,127,3918,2517,18563.02,ae -1066,SUCCESS,2,1,5757.75,9557508.76,9563266.51,127,1920,2549,9212.4,su2random -1067,SUCCESS,2,1,268.19,9563266.51,9563534.7,127,167,1365,429.1,qft -1068,SUCCESS,2,1,287.87,9563534.7,9563822.57,127,78,3137,460.59,graphstate -1069,SUCCESS,2,1,496.63,9563822.57,9564319.2,127,153,2759,794.61,wstate -1070,SUCCESS,2,1,5726.3,9564319.2,9570045.5,127,1299,3747,9162.08,qftentangled -1071,SUCCESS,2,1,5724.64,9570045.5,9575770.14,127,1699,2864,9159.42,random -1073,SUCCESS,2,1,22553.45,9575770.14,9598323.59,127,5177,3703,36085.52,su2random -1074,SUCCESS,2,1,27492.32,9598323.59,9625815.91,127,8148,2868,43987.71,random -1075,SUCCESS,2,1,18877.3,9625815.91,9644693.21,127,7975,2012,30203.68,qpeexact -1076,SUCCESS,2,1,10677.82,9644693.21,9655371.03,127,2968,3058,17084.51,ae -1078,SUCCESS,2,1,8504.89,9655371.03,9663875.92,127,1888,3829,13607.82,qpeexact -1080,SUCCESS,2,1,79.56,9663875.92,9663955.48,127,49,1380,127.3,ghz -1081,SUCCESS,2,1,2881.21,9663955.48,9666836.69,127,608,4028,4609.94,dj -1082,SUCCESS,2,1,16232.46,9666836.69,9683069.15,127,9329,1479,25971.94,twolocalrandom -1083,SUCCESS,2,1,166.28,9683069.15,9683235.43,127,52,2718,266.05,graphstate -1084,SUCCESS,2,1,995.65,9683235.43,9684231.08,127,217,3900,1593.04,ghz -1085,SUCCESS,2,1,1952.11,9684231.08,9686183.19,127,723,2295,3123.38,random -1086,SUCCESS,2,1,18945.79,9686183.19,9705128.98,127,5261,3061,30313.26,ae -1087,SUCCESS,2,1,964.66,9705128.98,9706093.64,127,267,3071,1543.46,qft -1088,SUCCESS,2,1,14036.03,9706093.64,9720129.67,127,7575,1575,22457.65,qft -1089,SUCCESS,2,1,623.28,9720129.67,9720752.95,127,253,2094,997.25,wstate -1090,SUCCESS,2,1,27837.81,9720752.95,9748590.76,127,8767,2699,44540.5,qnn -1091,SUCCESS,2,1,16052.4,9748590.76,9764643.16,127,5831,2340,25683.84,realamprandom -1093,SUCCESS,2,1,2287.56,9764643.16,9766930.72,127,561,3466,3660.1,qftentangled -1094,SUCCESS,2,1,186.18,9766930.72,9767116.9,127,131,1208,297.89,graphstate -1097,SUCCESS,2,1,5117.67,9767116.9,9772234.57,127,3256,1336,8188.27,qpeinexact -1098,SUCCESS,2,1,126.5,9772234.57,9772361.07,127,32,3360,202.4,ghz -1099,SUCCESS,2,1,1478.2,9772361.07,9773839.27,127,394,3189,2365.12,dj -1100,SUCCESS,2,1,10943.94,9773839.27,9784783.21,127,6239,1491,17510.3,qpeinexact -1101,SUCCESS,2,1,8776.29,9784783.21,9793559.5,127,3008,2480,14042.06,qpeinexact -1102,SUCCESS,2,1,13576.48,9793559.5,9807135.98,127,3108,3713,21722.37,twolocalrandom -1103,SUCCESS,2,1,574.44,9807135.98,9807710.42,127,274,1782,919.1,graphstate -1105,SUCCESS,2,1,98.23,9807710.42,9807808.65,127,33,2530,157.17,ghz -1106,SUCCESS,2,1,299.65,9807808.65,9808108.3,127,219,1163,479.44,ghz -1107,SUCCESS,2,1,1227.28,9808108.3,9809335.58,127,618,1688,1963.65,realamprandom -1108,SUCCESS,2,1,1064.63,9809335.58,9810400.21,127,567,1596,1703.41,qpeexact -1109,SUCCESS,2,1,46814.59,9810400.21,9857214.8,127,25394,1567,74903.34,random -1110,SUCCESS,2,1,485.45,9857214.8,9857700.25,127,296,1394,776.72,ghz -1111,SUCCESS,2,1,12746.06,9857700.25,9870446.31,127,4453,2433,20393.7,qpeexact -1112,SUCCESS,2,1,149.92,9870446.31,9870596.23,127,42,3034,239.87,graphstate -1113,SUCCESS,2,1,17319.92,9870596.23,9887916.15,127,5753,2559,27711.87,qft -1114,SUCCESS,2,1,8180.37,9887916.15,9896096.52,127,4412,1576,13088.59,su2random -1115,SUCCESS,2,1,168.7,9896096.52,9896265.22,127,65,2206,269.92,wstate -1116,SUCCESS,2,1,19133.03,9896265.22,9915398.25,127,6048,2689,30612.85,qftentangled -1117,SUCCESS,2,1,4242.66,9915398.25,9919640.91,127,3217,1121,6788.26,ae -1118,SUCCESS,2,1,52.63,9919640.91,9919693.54,127,41,1091,84.21,ghz -1119,SUCCESS,2,1,3638.33,9919693.54,9923331.87,127,2241,1380,5821.33,qft -1120,SUCCESS,2,1,1050.15,9923331.87,9924382.02,127,318,2807,1680.24,qftentangled -1121,SUCCESS,2,1,319.68,9924382.02,9924701.7,127,69,3938,511.49,tsp -1122,SUCCESS,2,1,50999.95,9924701.7,9975701.65,127,12045,3599,81599.92,su2random -1123,SUCCESS,2,1,7612.93,9975701.65,9983314.58,127,2402,2694,12180.69,pricingput -1124,SUCCESS,2,1,919.31,9983314.58,9984233.89,127,349,2239,1470.9,wstate -1125,SUCCESS,2,1,124.56,9984233.89,9984358.45,127,55,1925,199.3,qaoa -1126,SUCCESS,2,1,1120.92,9984358.45,9985479.37,127,297,3208,1793.47,wstate -1128,SUCCESS,2,1,4897.31,9985479.37,9990376.68,127,3819,1090,7835.7,qpeexact -1129,SUCCESS,2,1,37581.65,9990376.68,10027958.33,127,10716,2981,60130.64,random -1130,SUCCESS,2,1,16707.79,10027958.33,10044666.12,127,8977,1582,26732.46,ae -1131,SUCCESS,2,1,1296.57,10044666.12,10045962.69,127,672,1640,2074.51,qnn -1132,SUCCESS,2,1,6142.15,10045962.69,10052104.84,127,2265,2305,9827.44,qpeinexact -1133,SUCCESS,2,1,1151.17,10052104.84,10053256.01,127,869,1126,1841.87,dj -1134,SUCCESS,2,1,29189.97,10053256.01,10082445.98,127,6837,3629,46703.95,qftentangled -1136,SUCCESS,2,1,3757.26,10082445.98,10086203.24,127,1112,2872,6011.62,twolocalrandom -1138,SUCCESS,2,1,37302.78,10086203.24,10123506.02,127,7760,4086,59684.45,twolocalrandom -1140,SUCCESS,2,1,25046.92,10123506.02,10148552.94,127,9153,2326,40075.07,twolocalrandom -1142,SUCCESS,2,1,8096.08,10148552.94,10156649.02,127,2027,3395,12953.73,qpeinexact -1143,SUCCESS,2,1,14609.46,10156649.02,10171258.48,127,4388,2830,23375.14,qft -1144,SUCCESS,2,1,238.32,10171258.48,10171496.8,127,145,1397,381.31,qnn -1145,SUCCESS,2,1,506.44,10171496.8,10172003.24,127,129,3337,810.3,dj -1147,SUCCESS,2,1,2563.69,10172003.24,10174566.93,127,872,2499,4101.9,ghz -1148,SUCCESS,2,1,3714.03,10174566.93,10178280.96,127,1352,2335,5942.45,qftentangled -1149,SUCCESS,2,1,12915.44,10178280.96,10191196.4,127,8651,1269,20664.7,ae -1150,SUCCESS,2,1,5067.89,10191196.4,10196264.29,127,1599,2694,8108.62,wstate -1151,SUCCESS,2,1,17412.84,10196264.29,10213677.13,127,7382,2005,27860.54,random -1152,SUCCESS,2,1,30382.31,10213677.13,10244059.44,127,12810,2016,48611.7,su2random -1154,SUCCESS,2,1,4280.9,10244059.44,10248340.34,127,2421,1503,6849.44,qpeexact -1156,SUCCESS,2,1,11260.81,10248340.34,10259601.15,127,2937,3259,18017.3,qnn -1157,SUCCESS,2,1,103.27,10259601.15,10259704.42,127,52,1688,165.23,qaoa -1159,SUCCESS,2,1,2768.59,10259704.42,10262473.01,127,1061,2218,4429.74,realamprandom -1160,SUCCESS,2,1,9757.74,10262473.01,10272230.75,127,7452,1113,15612.38,qpeinexact -1162,SUCCESS,2,1,273.03,10272230.75,10272503.78,127,73,3179,436.85,graphstate -1163,SUCCESS,2,1,12446.55,10272503.78,10284950.33,127,3930,2692,19914.48,ae -1164,SUCCESS,2,1,888.49,10284950.33,10285838.82,127,191,3954,1421.58,qnn -1165,SUCCESS,2,1,7751.61,10285838.82,10293590.43,127,4464,1476,12402.58,qft -1166,SUCCESS,2,1,8903.02,10293590.43,10302493.45,127,7007,1080,14244.83,su2random -1167,SUCCESS,2,1,46825.44,10302493.45,10349318.89,127,11457,3474,74920.7,realamprandom -1168,SUCCESS,2,1,1606.32,10349318.89,10350925.21,127,828,1649,2570.11,su2random -1169,SUCCESS,2,1,315.68,10350925.21,10351240.89,127,240,1118,505.09,qftentangled -1171,SUCCESS,2,1,4866.53,10351240.89,10356107.42,127,1696,2439,7786.45,twolocalrandom -1172,SUCCESS,2,1,103912.98,10356107.42,10460020.4,127,26311,3357,166260.77,random -1173,SUCCESS,2,1,222.88,10460020.4,10460243.28,127,109,1738,356.61,dj -1174,SUCCESS,2,1,920.96,10460243.28,10461164.24,127,544,1439,1473.54,portfoliovqe -1175,SUCCESS,2,1,19372.88,10461164.24,10480537.12,127,4948,3328,30996.61,qpeexact -1176,SUCCESS,2,1,19510.36,10480537.12,10500047.48,127,5860,2830,31216.58,qpeinexact -1177,SUCCESS,2,1,6489.92,10500047.48,10506537.4,127,1763,3129,10383.87,su2random -1179,SUCCESS,2,1,6743.14,10506537.4,10513280.54,127,2628,2181,10789.02,qnn -1180,SUCCESS,2,1,60818.8,10513280.54,10574099.34,127,24157,2140,97310.08,random -1181,SUCCESS,2,1,18102.8,10574099.34,10592202.14,127,4026,3822,28964.48,random -1182,SUCCESS,2,1,1321.13,10592202.14,10593523.27,127,597,1881,2113.81,random -1183,SUCCESS,2,1,5372.01,10593523.27,10598895.28,127,1327,3441,8595.22,su2random -1185,SUCCESS,2,1,10027.9,10598895.28,10608923.18,127,3054,2791,16044.64,qft -1186,SUCCESS,2,1,68.13,10608923.18,10608991.31,127,37,1565,109.01,ghz -1187,SUCCESS,2,1,2058.71,10608991.31,10611050.02,127,1140,1535,3293.94,qnn -1189,SUCCESS,2,1,2038.03,10611050.02,10613088.05,127,432,4010,3260.85,su2random -1190,SUCCESS,2,1,9232.02,10613088.05,10622320.07,127,7327,1071,14771.23,random -1191,SUCCESS,2,1,489.15,10622320.07,10622809.22,127,124,3353,782.64,graphstate -1193,SUCCESS,2,1,2198.93,10622809.22,10625008.15,127,627,2981,3518.29,wstate -1194,SUCCESS,2,1,4928.69,10625008.15,10629936.84,127,1703,2460,7885.9,qft -1195,SUCCESS,2,1,2375.27,10629936.84,10632312.11,127,1051,1921,3800.43,wstate -1196,SUCCESS,2,1,290.79,10632312.11,10632602.9,127,86,2874,465.26,qaoa -1197,SUCCESS,2,1,7889.88,10632602.9,10640492.78,127,5348,1254,12623.81,qft -1198,SUCCESS,2,1,3048.9,10640492.78,10643541.68,127,762,3401,4878.24,twolocalrandom -1200,SUCCESS,2,1,220.73,10643541.68,10643762.41,127,52,3608,353.17,ghz -1201,SUCCESS,2,1,90.43,10643762.41,10643852.84,127,35,2196,144.69,ghz -1202,SUCCESS,2,1,38897.23,10643852.84,10682750.07,127,21194,1560,62235.57,random -1203,SUCCESS,2,1,30414.44,10682750.07,10713164.51,127,6530,3959,48663.1,qftentangled -1204,SUCCESS,2,1,51028.81,10713164.51,10764193.32,127,10967,3955,81646.1,random -1205,SUCCESS,2,1,82.08,10764193.32,10764275.4,127,19,3672,131.33,graphstate -1207,SUCCESS,2,1,5564.45,10764275.4,10769839.85,127,2023,2338,8903.12,ae -1208,SUCCESS,2,1,63935.04,10769839.85,10833774.89,127,14824,3666,102296.06,twolocalrandom -1209,SUCCESS,2,1,7696.12,10833774.89,10841471.01,127,2384,2744,12313.79,qpeinexact -1211,SUCCESS,2,1,2544.7,10841471.01,10844015.71,127,730,2963,4071.52,qpeexact -1213,SUCCESS,2,1,4870.61,10844015.71,10848886.32,127,1567,2642,7792.98,twolocalrandom -1214,SUCCESS,2,1,14441.4,10848886.32,10863327.72,127,3195,3842,23106.24,twolocalrandom -1215,SUCCESS,2,1,1004.53,10863327.72,10864332.25,127,536,1593,1607.25,qftentangled -1216,SUCCESS,2,1,2832.31,10864332.25,10867164.56,127,736,3271,4531.7,ae -1217,SUCCESS,2,1,1483.38,10867164.56,10868647.94,127,689,1830,2373.41,pricingcall -1218,SUCCESS,2,1,75.34,10868647.94,10868723.28,127,26,2463,120.54,graphstate -1219,SUCCESS,2,1,7270.43,10868723.28,10875993.71,127,1921,3217,11632.69,su2random -1220,SUCCESS,2,1,57914.08,10875993.71,10933907.79,127,21182,2324,92662.53,grover-v-chain -1221,SUCCESS,2,1,202.73,10933907.79,10934110.52,127,54,3191,324.37,graphstate -1222,SUCCESS,2,1,2742.53,10934110.52,10936853.05,127,782,2981,4388.05,ghz -1223,SUCCESS,2,1,11463.82,10936853.05,10948316.87,127,2640,3691,18342.11,qftentangled -1224,SUCCESS,2,1,453.6,10948316.87,10948770.47,127,315,1224,725.76,qftentangled -1225,SUCCESS,2,1,11845.92,10948770.47,10960616.39,127,2501,4026,18953.47,qftentangled -1226,SUCCESS,2,1,24180.6,10960616.39,10984796.99,127,5109,4023,38688.96,qft -1227,SUCCESS,2,1,2273.03,10984796.99,10987070.02,127,892,2166,3636.85,realamprandom -1228,SUCCESS,2,1,32429.43,10987070.02,11019499.45,127,15348,1796,51887.09,random -1229,SUCCESS,2,1,588.7,11019499.45,11020088.15,127,483,1036,941.92,qpeexact -1230,SUCCESS,2,1,8191.47,11020088.15,11028279.62,127,2161,3222,13106.35,qft -1231,SUCCESS,2,1,404.11,11028279.62,11028683.73,127,192,1789,646.58,qpeexact -1232,SUCCESS,2,1,92.81,11028683.73,11028776.54,127,32,2465,148.5,routing -1233,SUCCESS,2,1,999.16,11028776.54,11029775.7,127,438,1939,1598.66,twolocalrandom -1234,SUCCESS,2,1,2640,11029775.7,11032415.7,127,1495,1501,4224,random -1236,SUCCESS,2,1,4048.4,11032415.7,11036464.1,127,1567,2196,6477.44,realamprandom -1237,SUCCESS,2,1,1461.28,11036464.1,11037925.38,127,849,1463,2338.05,ghz -1240,SUCCESS,2,1,978.09,11037925.38,11038903.47,127,348,2389,1564.94,twolocalrandom -1241,SUCCESS,2,1,107.62,11038903.47,11039011.09,127,25,3659,172.19,ghz -1245,SUCCESS,2,1,1568.9,11039011.09,11040579.99,127,382,3491,2510.24,ghz -1246,SUCCESS,2,1,355.4,11040579.99,11040935.39,127,82,3684,568.64,ghz -1247,SUCCESS,2,1,10879.48,11040935.39,11051814.87,127,3470,2665,17407.17,qft -1248,SUCCESS,2,1,4573.41,11051814.87,11056388.28,127,1063,3657,7317.46,wstate -1249,SUCCESS,2,1,59.2,11056388.28,11056447.48,127,22,2287,94.72,ghz -1250,SUCCESS,2,1,51605.83,11056447.48,11108053.31,127,12770,3435,82569.33,twolocalrandom -1251,SUCCESS,2,1,438.4,11108053.31,11108491.71,127,223,1671,701.44,qftentangled -1252,SUCCESS,2,1,4774.19,11108491.71,11113265.9,127,2002,2027,7638.7,realamprandom -1253,SUCCESS,2,1,84.34,11113265.9,11113350.24,127,49,1463,134.94,wstate -1254,SUCCESS,2,1,1056.29,11113350.24,11114406.53,127,430,2088,1690.06,dj -1255,SUCCESS,2,1,48228.08,11114406.53,11162634.61,127,17181,2386,77164.93,realamprandom -1256,SUCCESS,2,1,322.21,11162634.61,11162956.82,127,175,1565,515.54,graphstate -1258,SUCCESS,2,1,1026.62,11162956.82,11163983.44,127,542,1610,1642.59,qnn -1259,SUCCESS,2,1,25768.61,11163983.44,11189752.05,127,7514,2915,41229.78,qpeinexact -1260,SUCCESS,2,1,1329.39,11189752.05,11191081.44,127,1031,1096,2127.02,su2random -1261,SUCCESS,2,1,104163.15,11191081.44,11295244.59,127,33858,2615,166661.04,random -1262,SUCCESS,2,1,22527.66,11295244.59,11317772.25,127,4939,3877,36044.26,qpeexact -1263,SUCCESS,2,1,225.75,11317772.25,11317998,127,78,2460,361.2,graphstate -1264,SUCCESS,2,1,2227.37,11317998,11320225.37,127,1303,1453,3563.79,wstate -1265,SUCCESS,2,1,233.16,11320225.37,11320458.53,127,93,2131,373.06,wstate -1266,SUCCESS,2,1,1024.97,11320458.53,11321483.5,127,398,2189,1639.95,dj -1267,SUCCESS,2,1,10982.65,11321483.5,11332466.15,127,2766,3375,17572.24,su2random -1269,SUCCESS,2,1,597.18,11332466.15,11333063.33,127,235,2160,955.49,graphstate -1271,SUCCESS,2,1,10069.51,11333063.33,11343132.84,127,2706,3163,16111.22,qftentangled -1273,SUCCESS,2,1,5408.55,11343132.84,11348541.39,127,2277,2019,8653.68,qnn -1275,SUCCESS,2,1,1763.58,11348541.39,11350304.97,127,628,2387,2821.73,dj -1276,SUCCESS,2,1,158.63,11350304.97,11350463.6,127,73,1847,253.81,ghz -1277,SUCCESS,2,1,2434.43,11350463.6,11352898.03,127,962,2151,3895.09,wstate -1279,SUCCESS,2,1,163.71,11352898.03,11353061.74,127,78,1784,261.94,graphstate -1280,SUCCESS,2,1,4208.89,11353061.74,11357270.63,127,1326,2698,6734.22,su2random -1281,SUCCESS,2,1,4542.8,11357270.63,11361813.43,127,1108,3485,7268.48,qpeexact -1282,SUCCESS,2,1,3237.45,11361813.43,11365050.88,127,857,3211,5179.92,ghz -1283,SUCCESS,2,1,2324.28,11365050.88,11367375.16,127,1896,1042,3718.85,random -1284,SUCCESS,2,1,11255.97,11367375.16,11378631.13,127,7156,1337,18009.55,qpeinexact -1285,SUCCESS,2,1,357.22,11378631.13,11378988.35,127,113,2687,571.55,wstate -1286,SUCCESS,2,1,398.42,11378988.35,11379386.77,127,181,1871,637.47,wstate -1287,SUCCESS,2,1,1147.12,11379386.77,11380533.89,127,297,3283,1835.39,ghz -1288,SUCCESS,2,1,2586.11,11380533.89,11383120,127,791,2779,4137.78,realamprandom -1289,SUCCESS,2,1,18753.29,11383120,11401873.29,127,4784,3332,30005.26,qft -1290,SUCCESS,2,1,995.73,11401873.29,11402869.02,127,243,3483,1593.17,portfolioqaoa -1291,SUCCESS,2,1,33381.07,11402869.02,11436250.09,127,10764,2636,53409.71,su2random -1292,SUCCESS,2,1,69.53,11436250.09,11436319.62,127,50,1182,111.25,graphstate -1293,SUCCESS,2,1,16243.87,11436319.62,11452563.49,127,3679,3753,25990.19,qftentangled -1295,SUCCESS,2,1,46634.32,11452563.49,11499197.81,127,11822,3353,74614.91,twolocalrandom -1296,SUCCESS,2,1,24218.55,11499197.81,11523416.36,127,16791,1226,38749.68,random -1297,SUCCESS,2,1,490.29,11523416.36,11523906.65,127,343,1215,784.46,qpeexact -1298,SUCCESS,2,1,744,11523906.65,11524650.65,127,378,1673,1190.4,qft -1300,SUCCESS,2,1,1295.43,11524650.65,11525946.08,127,487,2261,2072.69,ghz -1301,SUCCESS,2,1,8546.22,11525946.08,11534492.3,127,5409,1343,13673.95,qftentangled -1302,SUCCESS,2,1,8395.93,11534492.3,11542888.23,127,2390,2986,13433.49,random -1303,SUCCESS,2,1,34447.93,11542888.23,11577336.16,127,12865,2276,55116.69,random -1304,SUCCESS,2,1,2113.84,11577336.16,11579450,127,920,1953,3382.14,realamprandom -1305,SUCCESS,2,1,25664.03,11579450,11605114.03,127,7711,2829,41062.45,qftentangled -1306,SUCCESS,2,1,25705.67,11605114.03,11630819.7,127,5533,3949,41129.07,random -1308,SUCCESS,2,1,354.28,11630819.7,11631173.98,127,116,2596,566.85,graphstate -1309,SUCCESS,2,1,1737.77,11631173.98,11632911.75,127,399,3702,2780.43,qftentangled -1310,SUCCESS,2,1,120371.92,11632911.75,11753283.67,127,29125,3513,192595.07,random -1311,SUCCESS,2,1,4157.65,11753283.67,11757441.32,127,912,3875,6652.24,ghz -1312,SUCCESS,2,1,2207.22,11757441.32,11759648.54,127,1077,1742,3531.55,qftentangled -1313,SUCCESS,2,1,316.14,11759648.54,11759964.68,127,196,1371,505.82,dj -1314,SUCCESS,2,1,30294.57,11759964.68,11790259.25,127,9190,2802,48471.31,ae -1315,SUCCESS,2,1,118.76,11790259.25,11790378.01,127,35,2884,190.02,ghz -1316,SUCCESS,2,1,1380.62,11790378.01,11791758.63,127,303,3873,2208.99,ghz -1319,SUCCESS,2,1,37.64,11791758.63,11791796.27,127,10,3199,60.22,ghz -1321,SUCCESS,2,1,988.24,11791796.27,11792784.51,127,750,1120,1581.18,qft -1322,SUCCESS,2,1,11941.84,11792784.51,11804726.35,127,2520,4028,19106.94,ae -1323,SUCCESS,2,1,1968.05,11804726.35,11806694.4,127,1518,1102,3148.88,wstate -1324,SUCCESS,2,1,1750.46,11806694.4,11808444.86,127,474,3139,2800.74,dj -1325,SUCCESS,2,1,23475.8,11808444.86,11831920.66,127,7147,2792,37561.28,qpeinexact -1326,SUCCESS,2,1,96.09,11831920.66,11832016.75,127,33,2475,153.74,dj -1327,SUCCESS,2,1,16477.21,11832016.75,11848493.96,127,3980,3519,26363.54,ae -1329,SUCCESS,2,1,30569.32,11848493.96,11879063.28,127,7252,3583,48910.91,ae -1330,SUCCESS,2,1,35853.36,11879063.28,11914916.64,127,12103,2518,57365.38,qnn -1332,SUCCESS,2,1,22397.58,11914916.64,11937314.22,127,7739,2460,35836.13,ae -1333,SUCCESS,2,1,528.13,11937314.22,11937842.35,127,153,2934,845.01,wstate -1335,SUCCESS,2,1,26100.75,11937842.35,11963943.1,127,11646,1905,41761.2,twolocalrandom -1336,SUCCESS,2,1,2116.37,11963943.1,11966059.47,127,553,3253,3386.19,ghz -1337,SUCCESS,2,1,10199.61,11966059.47,11976259.08,127,4361,1988,16319.38,su2random -1338,SUCCESS,2,1,9595.83,11976259.08,11985854.91,127,2032,4014,15353.33,qpeinexact -1339,SUCCESS,2,1,20371.38,11985854.91,12006226.29,127,4330,3999,32594.21,ae -1340,SUCCESS,2,1,45465.06,12006226.29,12051691.35,127,22159,1744,72744.1,random -1341,SUCCESS,2,1,110.71,12051691.35,12051802.06,127,73,1289,177.14,vqe -1342,SUCCESS,2,1,131.17,12051802.06,12051933.23,127,32,3484,209.87,ghz -1347,SUCCESS,2,1,4161.36,12051933.23,12056094.59,127,2624,1348,6658.18,qpeinexact -1349,SUCCESS,2,1,8270.17,12056094.59,12064364.76,127,2623,2680,13232.27,ae -1351,SUCCESS,2,1,2244,12064364.76,12066608.76,127,935,2040,3590.4,realamprandom -1353,SUCCESS,2,1,6565.08,12066608.76,12073173.84,127,3479,1604,10504.13,qpeexact -1355,SUCCESS,2,1,1373.26,12073173.84,12074547.1,127,298,3917,2197.22,ae -1356,SUCCESS,2,1,1902.02,12074547.1,12076449.12,127,744,2173,3043.23,qwalk-v-chain -1357,SUCCESS,2,1,12448.44,12076449.12,12088897.56,127,6564,1612,19917.5,ae -1358,SUCCESS,2,1,41820.79,12088897.56,12130718.35,127,11133,3193,66913.26,twolocalrandom -1359,SUCCESS,2,1,5835.28,12130718.35,12136553.63,127,3261,1521,9336.45,twolocalrandom -1360,SUCCESS,2,1,5117.86,12136553.63,12141671.49,127,4058,1072,8188.58,qftentangled -1361,SUCCESS,2,1,1593.88,12141671.49,12143265.37,127,796,1702,2550.21,qpeinexact -1362,SUCCESS,2,1,367141.94,12143265.37,12510407.31,127,87833,3553,587427.1,grover-noancilla -1363,SUCCESS,2,1,7796.97,12510407.31,12518204.28,127,4343,1526,12475.15,random -1364,SUCCESS,2,1,2628.75,12518204.28,12520833.03,127,549,4070,4206,su2random -1365,SUCCESS,2,1,4834.54,12520833.03,12525667.57,127,1102,3729,7735.26,realamprandom -1366,SUCCESS,2,1,1624.96,12525667.57,12527292.53,127,783,1764,2599.94,qpeinexact -1367,SUCCESS,2,1,2695.78,12527292.53,12529988.31,127,2035,1126,4313.25,realamprandom -1368,SUCCESS,2,1,12107.68,12529988.31,12542095.99,127,6921,1487,19372.29,realamprandom -1369,SUCCESS,2,1,3478.19,12542095.99,12545574.18,127,2158,1370,5565.1,ae -1371,SUCCESS,2,1,7073.7,12545574.18,12552647.88,127,1615,3723,11317.92,qftentangled -1372,SUCCESS,2,1,33072.22,12552647.88,12585720.1,127,8671,3242,52915.55,random -1373,SUCCESS,2,1,16159.34,12585720.1,12601879.44,127,7822,1756,25854.94,qft -1375,SUCCESS,2,1,1721.97,12601879.44,12603601.41,127,413,3544,2755.15,wstate -1376,SUCCESS,2,1,1165.91,12603601.41,12604767.32,127,249,3980,1865.46,realamprandom -1377,SUCCESS,2,1,5030.84,12604767.32,12609798.16,127,1099,3891,8049.34,qft -1378,SUCCESS,2,1,41305.47,12609798.16,12651103.63,127,9136,3843,66088.75,random -1379,SUCCESS,2,1,10596.84,12651103.63,12661700.47,127,2509,3590,16954.94,qpeexact -1381,SUCCESS,2,1,26454.24,12661700.47,12688154.71,127,9100,2471,42326.78,ae -1382,SUCCESS,2,1,3570.3,12688154.71,12691725.01,127,896,3387,5712.48,dj -1384,SUCCESS,2,1,15169.4,12691725.01,12706894.41,127,5135,2511,24271.04,qpeexact -1385,SUCCESS,2,1,398,12706894.41,12707292.41,127,95,3561,636.8,graphstate -1386,SUCCESS,2,1,68.69,12707292.41,12707361.1,127,35,1668,109.9,qaoa -1387,SUCCESS,2,1,11578.64,12707361.1,12718939.74,127,3183,3092,18525.82,su2random -1388,SUCCESS,2,1,5963.26,12718939.74,12724903,127,3166,1601,9541.22,qftentangled -1389,SUCCESS,2,1,3983.56,12724903,12728886.56,127,1027,3297,6373.7,twolocalrandom -1390,SUCCESS,2,1,541.62,12728886.56,12729428.18,127,125,3683,866.59,qft -1391,SUCCESS,2,1,5028.16,12729428.18,12734456.34,127,2584,1654,8045.06,qft -1393,SUCCESS,2,1,927.53,12734456.34,12735383.87,127,657,1200,1484.05,qft -1394,SUCCESS,2,1,23963.86,12735383.87,12759347.73,127,6180,3296,38342.18,su2random -1397,SUCCESS,2,1,83.16,12759347.73,12759430.89,127,23,3073,133.06,vqe -1398,SUCCESS,2,1,369.1,12759430.89,12759799.99,127,96,3268,590.56,graphstate -1399,SUCCESS,2,1,1836.9,12759799.99,12761636.89,127,451,3462,2939.04,dj -1400,SUCCESS,2,1,5129.66,12761636.89,12766766.55,127,1382,3155,8207.46,qpeinexact -1401,SUCCESS,2,1,16066.31,12766766.55,12782832.86,127,3537,3861,25706.1,qpeinexact -1403,SUCCESS,2,1,5176.35,12782832.86,12788009.21,127,1147,3836,8282.16,qftentangled -1404,SUCCESS,2,1,4479.71,12788009.21,12792488.92,127,988,3854,7167.54,qft -1405,SUCCESS,2,1,976.48,12792488.92,12793465.4,127,578,1436,1562.37,dj -1406,SUCCESS,2,1,78.27,12793465.4,12793543.67,127,25,2661,125.23,ghz -1407,SUCCESS,2,1,17480.95,12793543.67,12811024.62,127,4400,3377,27969.52,su2random -1409,SUCCESS,2,1,34143.4,12811024.62,12845168.02,127,27535,1054,54629.44,random -1410,SUCCESS,2,1,2452.6,12845168.02,12847620.62,127,1359,1534,3924.16,qpeinexact -1411,SUCCESS,2,1,22320.06,12847620.62,12869940.68,127,8391,2261,35712.1,realamprandom -1412,SUCCESS,2,1,349.04,12869940.68,12870289.72,127,197,1506,558.46,qpeexact -1413,SUCCESS,2,1,6682.5,12870289.72,12876972.22,127,3825,1485,10692,qpeinexact -1414,SUCCESS,2,1,4628.37,12876972.22,12881600.59,127,1474,2669,7405.39,pricingput -1415,SUCCESS,2,1,35061.53,12881600.59,12916662.12,127,9031,3300,56098.45,su2random -1416,SUCCESS,2,1,2722.5,12916662.12,12919384.62,127,765,3025,4356,twolocalrandom -1417,SUCCESS,2,1,166.49,12919384.62,12919551.11,127,106,1335,266.38,ghz -1418,SUCCESS,2,1,4856.77,12919551.11,12924407.88,127,1225,3370,7770.83,qpeinexact -1419,SUCCESS,2,1,688.97,12924407.88,12925096.85,127,356,1645,1102.35,pricingput -1420,SUCCESS,2,1,1599.07,12925096.85,12926695.92,127,793,1714,2558.51,qpeexact -1421,SUCCESS,2,1,4528.16,12926695.92,12931224.08,127,3062,1257,7245.06,qftentangled -1422,SUCCESS,2,1,22210.03,12931224.08,12953434.11,127,15719,1201,35536.05,random -1423,SUCCESS,2,1,1942.49,12953434.11,12955376.6,127,1193,1384,3107.98,wstate -1424,SUCCESS,2,1,3569.86,12955376.6,12958946.46,127,1545,1964,5711.78,realamprandom -1425,SUCCESS,2,1,174.59,12958946.46,12959121.05,127,70,2120,279.34,tsp -1426,SUCCESS,2,1,42312.53,12959121.05,13001433.58,127,14143,2543,67700.05,random -1427,SUCCESS,2,1,28554.56,13001433.58,13029988.14,127,16762,1448,45687.3,realamprandom -1429,SUCCESS,2,1,3946.51,13029988.14,13033934.65,127,1263,2656,6314.42,realamprandom -1430,SUCCESS,2,1,1676.74,13033934.65,13035611.39,127,564,2527,2682.78,dj -1431,SUCCESS,2,1,14768.98,13035611.39,13050380.37,127,6706,1872,23630.37,qpeinexact -1432,SUCCESS,2,1,2803.6,13050380.37,13053183.97,127,684,3484,4485.76,ae -1434,SUCCESS,2,1,4488.6,13053183.97,13057672.57,127,3697,1032,7181.76,qft -1435,SUCCESS,2,1,1089.89,13057672.57,13058762.46,127,772,1200,1743.82,ghz -1437,SUCCESS,2,1,3841.2,13058762.46,13062603.66,127,3173,1029,6145.92,qpeexact -1438,SUCCESS,2,1,1250.1,13062603.66,13063853.76,127,317,3352,2000.16,wstate -1440,SUCCESS,2,1,29700.23,13063853.76,13093553.99,127,6661,3790,47520.37,ae -1441,SUCCESS,2,1,6421.94,13093553.99,13099975.93,127,1898,2876,10275.1,ae -1445,SUCCESS,2,1,6772.69,13099975.93,13106748.62,127,3962,1453,10836.3,qpeinexact -1446,SUCCESS,2,1,1766.05,13106748.62,13108514.67,127,381,3940,2825.68,ghz -1447,SUCCESS,2,1,3515.04,13108514.67,13112029.71,127,2441,1224,5624.06,twolocalrandom -1449,SUCCESS,2,1,592.92,13112029.71,13112622.63,127,184,2739,948.67,dj -1451,SUCCESS,2,1,128.14,13112622.63,13112750.77,127,53,2055,205.02,ghz -1452,SUCCESS,2,1,2951.87,13112750.77,13115702.64,127,1387,1809,4722.99,qpeexact -1453,SUCCESS,2,1,1099.41,13115702.64,13116802.05,127,249,3753,1759.06,groundstate -1454,SUCCESS,2,1,11380.69,13116802.05,13128182.74,127,5151,1878,18209.1,qpeinexact -1455,SUCCESS,2,1,618.33,13128182.74,13128801.07,127,359,1464,989.33,qft -1457,SUCCESS,2,1,7741.83,13128801.07,13136542.9,127,1677,3924,12386.93,su2random -1458,SUCCESS,2,1,1418.8,13136542.9,13137961.7,127,574,2101,2270.08,qnn -1459,SUCCESS,2,1,101.31,13137961.7,13138063.01,127,38,2266,162.1,ghz -1461,SUCCESS,2,1,591.91,13138063.01,13138654.92,127,292,1723,947.06,realamprandom -1463,SUCCESS,2,1,35234.79,13138654.92,13173889.71,127,11392,2629,56375.66,qnn -1465,SUCCESS,2,1,1486.77,13173889.71,13175376.48,127,374,3379,2378.83,ghz -1466,SUCCESS,2,1,3276.92,13175376.48,13178653.4,127,2123,1312,5243.07,ae -1467,SUCCESS,2,1,26815.55,13178653.4,13205468.95,127,9517,2395,42904.88,realamprandom -1468,SUCCESS,2,1,400.32,13205468.95,13205869.27,127,136,2502,640.51,dj -1473,SUCCESS,2,1,23833.37,13205869.27,13229702.64,127,12109,1673,38133.39,twolocalrandom -1474,SUCCESS,2,1,750.19,13229702.64,13230452.83,127,513,1243,1200.3,dj -1475,SUCCESS,2,1,1442.55,13230452.83,13231895.38,127,1040,1179,2308.08,qnn -1476,SUCCESS,2,1,633.46,13231895.38,13232528.84,127,338,1593,1013.54,dj -1477,SUCCESS,2,1,14268.8,13232528.84,13246797.64,127,3094,3920,22830.08,qftentangled -1478,SUCCESS,2,1,7152.39,13246797.64,13253950.03,127,1749,3476,11443.82,realamprandom -1479,SUCCESS,2,1,42775.06,13253950.03,13296725.09,127,30299,1200,68440.1,random -1480,SUCCESS,2,1,378.99,13296725.09,13297104.08,127,149,2162,606.38,wstate -1481,SUCCESS,2,1,209.28,13297104.08,13297313.36,127,46,3867,334.85,qaoa -1482,SUCCESS,2,1,27407.06,13297313.36,13324720.42,127,6259,3722,43851.3,qftentangled -1484,SUCCESS,2,1,88.95,13324720.42,13324809.37,127,45,1680,142.32,wstate -1486,SUCCESS,2,1,3639.73,13324809.37,13328449.1,127,857,3610,5823.57,dj -1487,SUCCESS,2,1,1691.21,13328449.1,13330140.31,127,673,2136,2705.94,dj -1488,SUCCESS,2,1,426.87,13330140.31,13330567.18,127,318,1141,682.99,graphstate -1489,SUCCESS,2,1,22042.43,13330567.18,13352609.61,127,5235,3579,35267.89,qpeinexact -1490,SUCCESS,2,1,514.83,13352609.61,13353124.44,127,126,3473,823.73,ghz -1491,SUCCESS,2,1,90.42,13353124.44,13353214.86,127,19,4045,144.67,ghz -1492,SUCCESS,2,1,15058.29,13353214.86,13368273.15,127,4940,2591,24093.26,qftentangled -1493,SUCCESS,2,1,1051.7,13368273.15,13369324.85,127,634,1410,1682.72,qftentangled -1494,SUCCESS,2,1,138.26,13369324.85,13369463.11,127,80,1469,221.22,graphstate -1496,SUCCESS,2,1,317.02,13369463.11,13369780.13,127,97,2778,507.23,graphstate -1498,SUCCESS,2,1,5937.7,13369780.13,13375717.83,127,1409,3582,9500.32,ae -1499,SUCCESS,2,1,201.08,13375717.83,13375918.91,127,81,2110,321.73,wstate -1500,SUCCESS,2,1,920.55,13375918.91,13376839.46,127,690,1134,1472.88,twolocalrandom -1501,SUCCESS,2,1,4885.23,13376839.46,13381724.69,127,3537,1174,7816.37,ae -1502,SUCCESS,2,1,63949.91,13381724.69,13445674.6,127,19709,2758,102319.86,random -1504,SUCCESS,2,1,1639.43,13445674.6,13447314.03,127,895,1557,2623.09,twolocalrandom -1505,SUCCESS,2,1,1076.19,13447314.03,13448390.22,127,360,2541,1721.9,qftentangled -1506,SUCCESS,2,1,12838.23,13448390.22,13461228.45,127,3657,2984,20541.17,qft -1508,SUCCESS,2,1,942.8,13461228.45,13462171.25,127,633,1266,1508.48,dj -1509,SUCCESS,2,1,18262.65,13462171.25,13480433.9,127,5351,2901,29220.24,qftentangled -1512,SUCCESS,2,1,5148.75,13480433.9,13485582.65,127,1506,2906,8238,twolocalrandom -1514,SUCCESS,2,1,350.78,13485582.65,13485933.43,127,131,2276,561.25,graphstate -1515,SUCCESS,2,1,24724.64,13485933.43,13510658.07,127,12162,1728,39559.42,su2random -1516,SUCCESS,2,1,1577.74,13510658.07,13512235.81,127,1206,1112,2524.38,qftentangled -1518,SUCCESS,2,1,1122.61,13512235.81,13513358.42,127,389,2453,1796.18,qftentangled -1520,SUCCESS,2,1,23236.89,13513358.42,13536595.31,127,5331,3705,37179.02,realamprandom -1521,SUCCESS,2,1,75.85,13536595.31,13536671.16,127,21,3070,121.36,vqe -1523,SUCCESS,2,1,19848.68,13536671.16,13556519.84,127,4434,3805,31757.89,qpeexact -1525,SUCCESS,2,1,1780.85,13556519.84,13558300.69,127,483,3134,2849.36,qpeinexact -1526,SUCCESS,2,1,19835.34,13558300.69,13578136.03,127,5057,3334,31736.54,realamprandom -1527,SUCCESS,2,1,10513.93,13578136.03,13588649.96,127,7548,1184,16822.29,su2random -1528,SUCCESS,2,1,18471.3,13588649.96,13607121.26,127,5414,2900,29554.08,qnn -1529,SUCCESS,2,1,294.76,13607121.26,13607416.02,127,112,2237,471.62,dj -1530,SUCCESS,2,1,671.73,13607416.02,13608087.75,127,477,1197,1074.77,dj -1531,SUCCESS,2,1,983.83,13608087.75,13609071.58,127,223,3750,1574.13,qft -1532,SUCCESS,2,1,252,13609071.58,13609323.58,127,85,2520,403.2,graphstate -1533,SUCCESS,2,1,125.05,13609323.58,13609448.63,127,73,1456,200.08,wstate -1535,SUCCESS,2,1,297.96,13609448.63,13609746.59,127,105,2412,476.74,wstate -1539,SUCCESS,2,1,14868.99,13609746.59,13624615.58,127,4254,2971,23790.38,qft -1541,SUCCESS,2,1,6542.15,13624615.58,13631157.73,127,2545,2185,10467.44,qpeexact -1544,SUCCESS,2,1,1878.43,13631157.73,13633036.16,127,897,1780,3005.49,wstate -1545,SUCCESS,2,1,5523.17,13633036.16,13638559.33,127,2002,2345,8837.07,twolocalrandom -1546,SUCCESS,2,1,27553.69,13638559.33,13666113.02,127,9372,2499,44085.9,su2random -1548,SUCCESS,2,1,1292.23,13666113.02,13667405.25,127,615,1786,2067.57,dj -1549,SUCCESS,2,1,827.49,13667405.25,13668232.74,127,279,2521,1323.98,dj -1550,SUCCESS,2,1,1650.36,13668232.74,13669883.1,127,400,3507,2640.58,ae -1551,SUCCESS,2,1,22782.79,13669883.1,13692665.89,127,8531,2270,36452.46,twolocalrandom -1552,SUCCESS,2,1,29454.65,13692665.89,13722120.54,127,7182,3486,47127.44,su2random -1553,SUCCESS,2,1,67982.09,13722120.54,13790102.63,127,22876,2526,108771.34,random -1554,SUCCESS,2,1,525.75,13790102.63,13790628.38,127,245,1824,841.2,wstate -1556,SUCCESS,2,1,1376.67,13790628.38,13792005.05,127,521,2246,2202.67,qftentangled -1557,SUCCESS,2,1,18969.4,13792005.05,13810974.45,127,4769,3381,30351.04,qft -1558,SUCCESS,2,1,22608.25,13810974.45,13833582.7,127,6731,2855,36173.2,su2random -1559,SUCCESS,2,1,518.73,13833582.7,13834101.43,127,406,1086,829.97,qpeinexact -1560,SUCCESS,2,1,3426.45,13834101.43,13837527.88,127,1263,2306,5482.32,qnn -1561,SUCCESS,2,1,7808.37,13837527.88,13845336.25,127,2686,2471,12493.39,qpeinexact -1562,SUCCESS,2,1,1447.28,13845336.25,13846783.53,127,367,3352,2315.65,graphstate -1563,SUCCESS,2,1,16458.82,13846783.53,13863242.35,127,4605,3038,26334.11,qwalk-noancilla -1564,SUCCESS,2,1,3849.68,13863242.35,13867092.03,127,2597,1260,6159.49,qft -1566,SUCCESS,2,1,12398.27,13867092.03,13879490.3,127,8008,1316,19837.23,su2random -1567,SUCCESS,2,1,147.75,13879490.3,13879638.05,127,105,1196,236.4,wstate -1568,SUCCESS,2,1,14998.25,13879638.05,13894636.3,127,4354,2928,23997.2,qpeinexact -1569,SUCCESS,2,1,21157.65,13894636.3,13915793.95,127,12800,1405,33852.24,twolocalrandom -1570,SUCCESS,2,1,669.6,13915793.95,13916463.55,127,527,1080,1071.36,qftentangled -1571,SUCCESS,2,1,2872.92,13916463.55,13919336.47,127,2059,1186,4596.67,qnn -1572,SUCCESS,2,1,3450.09,13919336.47,13922786.56,127,2139,1371,5520.14,realamprandom -1573,SUCCESS,2,1,808.53,13922786.56,13923595.09,127,578,1189,1293.65,ghz -1574,SUCCESS,2,1,2350.19,13923595.09,13925945.28,127,665,3004,3760.3,dj -1575,SUCCESS,2,1,249.35,13925945.28,13926194.63,127,97,2185,398.96,wstate -1576,SUCCESS,2,1,466.95,13926194.63,13926661.58,127,350,1134,747.12,dj -1577,SUCCESS,2,1,4907.74,13926661.58,13931569.32,127,1081,3859,7852.38,qpeinexact -1578,SUCCESS,2,1,1907.22,13931569.32,13933476.54,127,976,1661,3051.55,random -1579,SUCCESS,2,1,2462.75,13933476.54,13935939.29,127,517,4049,3940.4,dj -1581,SUCCESS,2,1,383.24,13935939.29,13936322.53,127,98,3324,613.18,graphstate -1582,SUCCESS,2,1,1167.09,13936322.53,13937489.62,127,487,2037,1867.34,pricingcall -1584,SUCCESS,2,1,1677.53,13937489.62,13939167.15,127,388,3675,2684.05,wstate -1585,SUCCESS,2,1,207.62,13939167.15,13939374.77,127,54,3268,332.19,graphstate -1586,SUCCESS,2,1,1753.62,13939374.77,13941128.39,127,547,2725,2805.79,qnn -1587,SUCCESS,2,1,1827.15,13941128.39,13942955.54,127,527,2947,2923.44,qnn -1588,SUCCESS,2,1,1380.03,13942955.54,13944335.57,127,417,2813,2208.05,portfolioqaoa -1589,SUCCESS,2,1,1323.88,13944335.57,13945659.45,127,291,3867,2118.21,qpeinexact -1590,SUCCESS,2,1,13945.59,13945659.45,13959605.04,127,3750,3161,22312.94,qpeinexact -1592,SUCCESS,2,1,720.18,13959605.04,13960325.22,127,165,3710,1152.29,wstate -1593,SUCCESS,2,1,1127.71,13960325.22,13961452.93,127,475,2018,1804.34,qpeinexact -1594,SUCCESS,2,1,1815.63,13961452.93,13963268.56,127,652,2367,2905.01,qftentangled -1595,SUCCESS,2,1,18933.38,13963268.56,13982201.94,127,6505,2474,30293.41,qpeinexact -1596,SUCCESS,2,1,412.21,13982201.94,13982614.15,127,125,2803,659.54,wstate -1598,SUCCESS,2,1,24521.09,13982614.15,14007135.24,127,11340,1838,39233.74,realamprandom -1599,SUCCESS,2,1,29203.19,14007135.24,14036338.43,127,8355,2971,46725.1,qpeexact -1600,SUCCESS,2,1,1540.38,14036338.43,14037878.81,127,360,3637,2464.61,qpeexact -1601,SUCCESS,2,1,42966.4,14037878.81,14080845.21,127,12743,2866,68746.24,su2random -1602,SUCCESS,2,1,3455.39,14080845.21,14084300.6,127,1010,2908,5528.62,qftentangled -1603,SUCCESS,2,1,3430.41,14084300.6,14087731.01,127,2518,1158,5488.66,random -1604,SUCCESS,2,1,230.39,14087731.01,14087961.4,127,105,1865,368.62,ghz -1605,SUCCESS,2,1,10201.76,14087961.4,14098163.16,127,6234,1391,16322.82,qpeexact -1608,SUCCESS,2,1,27448.7,14098163.16,14125611.86,127,10964,2128,43917.92,qpeexact -1609,SUCCESS,2,1,386.6,14125611.86,14125998.46,127,85,3866,618.56,wstate -1611,SUCCESS,2,1,1093.98,14125998.46,14127092.44,127,405,2296,1750.37,wstate -1612,SUCCESS,2,1,25891.54,14127092.44,14152983.98,127,8218,2678,41426.46,su2random -1613,SUCCESS,2,1,16233.42,14152983.98,14169217.4,127,12800,1078,25973.47,realamprandom -1614,SUCCESS,2,1,32710.99,14169217.4,14201928.39,127,7976,3486,52337.58,su2random -1616,SUCCESS,2,1,2482.24,14201928.39,14204410.63,127,649,3251,3971.58,dj -1618,SUCCESS,2,1,4191.36,14204410.63,14208601.99,127,1258,2832,6706.18,qpeexact -1619,SUCCESS,2,1,12484.97,14208601.99,14221086.96,127,2961,3584,19975.95,su2random -1620,SUCCESS,2,1,1041.01,14221086.96,14222127.97,127,458,1932,1665.62,qft -1621,SUCCESS,2,1,197.59,14222127.97,14222325.56,127,44,3817,316.14,graphstate -1622,SUCCESS,2,1,644.83,14222325.56,14222970.39,127,135,4060,1031.73,dj -1623,SUCCESS,2,1,410.54,14222970.39,14223380.93,127,101,3455,656.86,graphstate -1624,SUCCESS,2,1,5294.87,14223380.93,14228675.8,127,3917,1149,8471.79,realamprandom -1625,SUCCESS,2,1,2903.29,14228675.8,14231579.09,127,1424,1733,4645.26,qpeinexact -1626,SUCCESS,2,1,770.86,14231579.09,14232349.95,127,286,2291,1233.38,dj -1628,SUCCESS,2,1,794.34,14232349.95,14233144.29,127,311,2171,1270.94,qftentangled -1629,SUCCESS,2,1,1450.79,14233144.29,14234595.08,127,791,1559,2321.26,qft -1630,SUCCESS,2,1,166.74,14234595.08,14234761.82,127,39,3634,266.78,ghz -1631,SUCCESS,2,1,4449.13,14234761.82,14239210.95,127,1581,2392,7118.61,wstate -1633,SUCCESS,2,1,872.72,14239210.95,14240083.67,127,313,2370,1396.35,graphstate -1634,SUCCESS,2,1,125402.55,14240083.67,14365486.22,127,27102,3933,200644.08,random -1635,SUCCESS,2,1,2288.31,14365486.22,14367774.53,127,849,2291,3661.3,realamprandom -1638,SUCCESS,2,1,99.25,14367774.53,14367873.78,127,38,2220,158.8,graphstate -1639,SUCCESS,2,1,1752.8,14367873.78,14369626.58,127,375,3973,2804.48,qpeexact -1640,SUCCESS,2,1,1421.19,14369626.58,14371047.77,127,511,2364,2273.9,qnn -1643,SUCCESS,2,1,53958.22,14371047.77,14425005.99,127,12858,3567,86333.15,su2random -1644,SUCCESS,2,1,14129.6,14425005.99,14439135.59,127,3201,3752,22607.36,qftentangled -1645,SUCCESS,2,1,7911.31,14439135.59,14447046.9,127,2388,2816,12658.1,random -1646,SUCCESS,2,1,749.12,14447046.9,14447796.02,127,225,2830,1198.59,graphstate -1648,SUCCESS,2,1,2632.86,14447796.02,14450428.88,127,1617,1384,4212.58,wstate -1649,SUCCESS,2,1,318.12,14450428.88,14450747,127,100,2704,508.99,graphstate -1651,SUCCESS,2,1,478.7,14450747,14451225.7,127,181,2248,765.92,random -1652,SUCCESS,2,1,17640,14451225.7,14468865.7,127,4760,3150,28224,random -1653,SUCCESS,2,1,143.14,14468865.7,14469008.84,127,32,3802,229.02,dj -1654,SUCCESS,2,1,8990.56,14469008.84,14477999.4,127,5443,1404,14384.9,qpeexact -1656,SUCCESS,2,1,1347.18,14477999.4,14479346.58,127,300,3817,2155.49,ghz -1661,SUCCESS,2,1,153.5,14479346.58,14479500.08,127,52,2509,245.6,ghz -1665,SUCCESS,2,1,11650.8,14479500.08,14491150.88,127,2774,3570,18641.28,realamprandom -1666,SUCCESS,2,1,23694.44,14491150.88,14514845.32,127,7923,2542,37911.1,ae -1667,SUCCESS,2,1,1288.69,14514845.32,14516134.01,127,572,1915,2061.9,dj -1668,SUCCESS,2,1,29580.85,14516134.01,14545714.86,127,9903,2539,47329.36,grover-noancilla -1669,SUCCESS,2,1,19352.76,14545714.86,14565067.62,127,4824,3410,30964.42,ae -1670,SUCCESS,2,1,187.91,14565067.62,14565255.53,127,55,2904,300.66,ghz -1671,SUCCESS,2,1,1568.07,14565255.53,14566823.6,127,327,4076,2508.91,portfoliovqe -1672,SUCCESS,2,1,518.54,14566823.6,14567342.14,127,169,2608,829.66,pricingput -1673,SUCCESS,2,1,3766.98,14567342.14,14571109.12,127,1022,3133,6027.17,su2random -1675,SUCCESS,2,1,5004.01,14571109.12,14576113.13,127,1174,3623,8006.42,qnn -1676,SUCCESS,2,1,1459.66,14576113.13,14577572.79,127,607,2044,2335.46,ae -1677,SUCCESS,2,1,16741.81,14577572.79,14594314.6,127,3886,3662,26786.9,realamprandom -1679,SUCCESS,2,1,1642.28,14594314.6,14595956.88,127,570,2449,2627.65,dj -1680,SUCCESS,2,1,696.54,14595956.88,14596653.42,127,181,3271,1114.46,wstate -1681,SUCCESS,2,1,23205.84,14596653.42,14619859.26,127,5734,3440,37129.34,ae -1683,SUCCESS,2,1,35252.42,14619859.26,14655111.68,127,7525,3982,56403.87,qnn -1684,SUCCESS,2,1,8019.67,14655111.68,14663131.35,127,2077,3282,12831.47,qpeinexact -1685,SUCCESS,2,1,443.81,14663131.35,14663575.16,127,348,1084,710.1,graphstate -1686,SUCCESS,2,1,1220.59,14663575.16,14664795.75,127,415,2500,1952.94,twolocalrandom -1687,SUCCESS,2,1,2246.4,14664795.75,14667042.15,127,1105,1728,3594.24,su2random -1688,SUCCESS,2,1,4107.92,14667042.15,14671150.07,127,886,3941,6572.67,dj -1689,SUCCESS,2,1,26600.57,14671150.07,14697750.64,127,8252,2740,42560.91,realamprandom -1690,SUCCESS,2,1,1549.36,14697750.64,14699300,127,938,1404,2478.98,twolocalrandom -1691,SUCCESS,2,1,1670.79,14699300,14700970.79,127,766,1854,2673.26,qpeexact -1693,SUCCESS,2,1,14312.6,14700970.79,14715283.39,127,8696,1399,22900.16,qpeexact -1694,SUCCESS,2,1,5843.89,14715283.39,14721127.28,127,2978,1668,9350.22,qnn -1695,SUCCESS,2,1,779.27,14721127.28,14721906.55,127,312,2123,1246.83,dj -1696,SUCCESS,2,1,363.22,14721906.55,14722269.77,127,201,1536,581.15,su2random -1697,SUCCESS,2,1,12620.49,14722269.77,14734890.26,127,2923,3670,20192.78,qpeinexact -1698,SUCCESS,2,1,1070.62,14734890.26,14735960.88,127,269,3383,1712.99,twolocalrandom -1699,SUCCESS,2,1,6902.79,14735960.88,14742863.67,127,4185,1402,11044.46,twolocalrandom -1700,SUCCESS,2,1,1034.37,14742863.67,14743898.04,127,263,3343,1654.99,dj -1702,SUCCESS,2,1,481.6,14743898.04,14744379.64,127,215,1904,770.56,ghz -1704,SUCCESS,2,1,15507.63,14744379.64,14759887.27,127,3901,3379,24812.21,ae -1705,SUCCESS,2,1,1888.48,14759887.27,14761775.75,127,493,3256,3021.57,dj -1706,SUCCESS,2,1,6319.69,14761775.75,14768095.44,127,1362,3944,10111.5,qpeexact -1707,SUCCESS,2,1,4728.65,14768095.44,14772824.09,127,1502,2676,7565.84,qftentangled -1708,SUCCESS,2,1,2877.59,14772824.09,14775701.68,127,923,2650,4604.14,ae -1709,SUCCESS,2,1,425.43,14775701.68,14776127.11,127,227,1593,680.69,realamprandom -1710,SUCCESS,2,1,315.91,14776127.11,14776443.02,127,70,3836,505.46,dj -1711,SUCCESS,2,1,20444.53,14776443.02,14796887.55,127,4644,3742,32711.25,qnn -1712,SUCCESS,2,1,1919.85,14796887.55,14798807.4,127,671,2432,3071.76,qwalk-v-chain -1713,SUCCESS,2,1,73.23,14798807.4,14798880.63,127,22,2829,117.17,vqe -1714,SUCCESS,2,1,20823.02,14798880.63,14819703.65,127,7639,2317,33316.83,qpeexact -1715,SUCCESS,2,1,1807.46,14819703.65,14821511.11,127,447,3437,2891.94,random -1716,SUCCESS,2,1,15737.71,14821511.11,14837248.82,127,4498,2974,25180.34,su2random -1717,SUCCESS,2,1,5624.02,14837248.82,14842872.84,127,4186,1142,8998.43,qpeexact -1718,SUCCESS,2,1,33251.27,14842872.84,14876124.11,127,13288,2127,53202.03,random -1719,SUCCESS,2,1,444.07,14876124.11,14876568.18,127,231,1634,710.51,dj -1720,SUCCESS,2,1,21768.4,14876568.18,14898336.58,127,6268,2952,34829.44,qpeexact -1721,SUCCESS,2,1,7435.8,14898336.58,14905772.38,127,3645,1734,11897.28,random -1722,SUCCESS,2,1,15503.15,14905772.38,14921275.53,127,4747,2776,24805.04,su2random -1724,SUCCESS,2,1,7594.86,14921275.53,14928870.39,127,5795,1114,12151.78,qftentangled -1725,SUCCESS,2,1,4392.41,14928870.39,14933262.8,127,2363,1580,7027.86,qft -1727,SUCCESS,2,1,18783.48,14933262.8,14952046.28,127,7975,2002,30053.57,qpeinexact -1728,SUCCESS,2,1,3762.6,14952046.28,14955808.88,127,961,3328,6020.16,qpeexact -1729,SUCCESS,2,1,1980.43,14955808.88,14957789.31,127,957,1759,3168.69,ghz -1730,SUCCESS,2,1,1246.97,14957789.31,14959036.28,127,733,1446,1995.15,qpeinexact -1733,SUCCESS,2,1,538.31,14959036.28,14959574.59,127,120,3813,861.3,graphstate -1734,SUCCESS,2,1,13105.19,14959574.59,14972679.78,127,7224,1542,20968.3,pricingcall -1735,SUCCESS,2,1,20216.57,14972679.78,14992896.35,127,6320,2719,32346.51,qpeexact -1736,SUCCESS,2,1,2608.84,14992896.35,14995505.19,127,1146,1935,4174.14,wstate -1738,SUCCESS,2,1,22872.04,14995505.19,15018377.23,127,4976,3907,36595.26,qftentangled -1739,SUCCESS,2,1,208.19,15018377.23,15018585.42,127,166,1066,333.1,twolocalrandom -1740,SUCCESS,2,1,3869.25,15018585.42,15022454.67,127,1007,3266,6190.8,twolocalrandom -1741,SUCCESS,2,1,9210.89,15022454.67,15031665.56,127,4745,1650,14737.42,twolocalrandom -1742,SUCCESS,2,1,3762.34,15031665.56,15035427.9,127,1937,1651,6019.74,su2random -1743,SUCCESS,2,1,1555.15,15035427.9,15036983.05,127,431,3067,2488.24,twolocalrandom -1744,SUCCESS,2,1,434.4,15036983.05,15037417.45,127,167,2211,695.04,graphstate -1745,SUCCESS,2,1,1016.59,15037417.45,15038434.04,127,682,1267,1626.54,qftentangled -1746,SUCCESS,2,1,4630.04,15038434.04,15043064.08,127,1633,2410,7408.06,qnn -1747,SUCCESS,2,1,1581.72,15043064.08,15044645.8,127,807,1666,2530.75,qnn -1748,SUCCESS,2,1,2081.37,15044645.8,15046727.17,127,920,1923,3330.19,ghz -1749,SUCCESS,2,1,525.97,15046727.17,15047253.14,127,181,2470,841.55,dj -1750,SUCCESS,2,1,8480.06,15047253.14,15055733.2,127,4181,1724,13568.1,qpeexact -1751,SUCCESS,2,1,1317.16,15055733.2,15057050.36,127,593,1888,2107.46,dj -1752,SUCCESS,2,1,1503.94,15057050.36,15058554.3,127,921,1388,2406.3,qftentangled -1753,SUCCESS,2,1,4559.67,15058554.3,15063113.97,127,1898,2042,7295.47,qpeinexact -1754,SUCCESS,2,1,218.89,15063113.97,15063332.86,127,61,3050,350.22,graphstate -1755,SUCCESS,2,1,3740.11,15063332.86,15067072.97,127,892,3564,5984.18,twolocalrandom -1756,SUCCESS,2,1,5658.5,15067072.97,15072731.47,127,4052,1187,9053.6,qft -1758,SUCCESS,2,1,1485.49,15072731.47,15074216.96,127,312,4047,2376.78,portfoliovqe -1759,SUCCESS,2,1,2207.67,15074216.96,15076424.63,127,562,3339,3532.27,dj -1760,SUCCESS,2,1,361.57,15076424.63,15076786.2,127,233,1319,578.51,twolocalrandom -1761,SUCCESS,2,1,12755.98,15076786.2,15089542.18,127,7996,1356,20409.57,qftentangled -1762,SUCCESS,2,1,5411.69,15089542.18,15094953.87,127,1188,3872,8658.7,twolocalrandom -1763,SUCCESS,2,1,3144.67,15094953.87,15098098.54,127,1619,1651,5031.47,realamprandom -1764,SUCCESS,2,1,537.59,15098098.54,15098636.13,127,185,2470,860.14,dj -1765,SUCCESS,2,1,3446.41,15098636.13,15102082.54,127,1901,1541,5514.26,ae -1766,SUCCESS,2,1,169.98,15102082.54,15102252.52,127,43,3360,271.97,graphstate -1767,SUCCESS,2,1,73.85,15102252.52,15102326.37,127,26,2414,118.16,graphstate -1768,SUCCESS,2,1,89.24,15102326.37,15102415.61,127,49,1548,142.78,groundstate -1770,SUCCESS,2,1,1482.28,15102415.61,15103897.89,127,335,3761,2371.65,dj -1771,SUCCESS,2,1,411.06,15103897.89,15104308.95,127,113,3092,657.7,graphstate -1773,SUCCESS,2,1,43.28,15104308.95,15104352.23,127,20,1839,69.25,ghz -1774,SUCCESS,2,1,218.48,15104352.23,15104570.71,127,46,4037,349.57,graphstate -1775,SUCCESS,2,1,255.25,15104570.71,15104825.96,127,83,2614,408.4,graphstate -1777,SUCCESS,2,1,8156.83,15104825.96,15112982.79,127,1815,3820,13050.93,qft -1779,SUCCESS,2,1,3647.36,15112982.79,15116630.15,127,837,3704,5835.78,qpeinexact -1780,SUCCESS,2,1,1271.62,15116630.15,15117901.77,127,494,2188,2034.59,ghz -1781,SUCCESS,2,1,7184.42,15117901.77,15125086.19,127,2356,2592,11495.07,qftentangled -1782,SUCCESS,2,1,23560.29,15125086.19,15148646.48,127,6032,3320,37696.46,qftentangled -1783,SUCCESS,2,1,7295.63,15148646.48,15155942.11,127,3747,1655,11673.01,qftentangled -1785,SUCCESS,2,1,12151.18,15155942.11,15168093.29,127,2568,4022,19441.89,qft -1786,SUCCESS,2,1,4988.75,15168093.29,15173082.04,127,2734,1551,7982,qft -1787,SUCCESS,2,1,1275.18,15173082.04,15174357.22,127,301,3601,2040.29,su2random -1788,SUCCESS,2,1,3898.06,15174357.22,15178255.28,127,1194,2775,6236.9,qpeexact -1789,SUCCESS,2,1,123.78,15178255.28,15178379.06,127,29,3628,198.05,graphstate -1790,SUCCESS,2,1,181.92,15178379.06,15178560.98,127,81,1909,291.07,dj -1791,SUCCESS,2,1,3157.67,15178560.98,15181718.65,127,684,3924,5052.27,dj -1793,SUCCESS,2,1,2456.32,15181718.65,15184174.97,127,559,3735,3930.11,qftentangled -1794,SUCCESS,2,1,25297.68,15184174.97,15209472.65,127,8201,2622,40476.29,random -1795,SUCCESS,2,1,35480.6,15209472.65,15244953.25,127,12661,2382,56768.96,qnn -1796,SUCCESS,2,1,1692.63,15244953.25,15246645.88,127,369,3899,2708.21,ae -1797,SUCCESS,2,1,1882.66,15246645.88,15248528.54,127,895,1788,3012.26,qpeinexact -1798,SUCCESS,2,1,3740.25,15248528.54,15252268.79,127,1333,2385,5984.4,ae -1799,SUCCESS,2,1,19.74,15252268.79,15252288.53,127,11,1525,31.58,ghz -1800,SUCCESS,2,1,76505.26,15252288.53,15328793.79,127,19688,3303,122408.42,grover-v-chain -1802,SUCCESS,2,1,2646.59,15328793.79,15331440.38,127,573,3926,4234.54,ghz -1803,SUCCESS,2,1,43929.53,15331440.38,15375369.91,127,12352,3023,70287.25,qnn -1804,SUCCESS,2,1,33438.3,15375369.91,15408808.21,127,11133,2553,53501.28,realamprandom -1805,SUCCESS,2,1,2634.79,15408808.21,15411443,127,1112,2014,4215.66,qnn -1806,SUCCESS,2,1,2098.82,15411443,15413541.82,127,653,2732,3358.11,ae -1807,SUCCESS,2,1,1540.37,15413541.82,15415082.19,127,421,3110,2464.59,wstate -1808,SUCCESS,2,1,2731.15,15415082.19,15417813.34,127,1726,1345,4369.84,qnn -1809,SUCCESS,2,1,540.57,15417813.34,15418353.91,127,309,1487,864.91,wstate -1810,SUCCESS,2,1,1914,15418353.91,15420267.91,127,402,4047,3062.4,dj -1811,SUCCESS,2,1,25314.89,15420267.91,15445582.8,127,8694,2475,40503.82,qnn -1814,SUCCESS,2,1,67641.97,15445582.8,15513224.77,127,14274,4028,108227.15,random -1816,SUCCESS,2,1,1571.48,15513224.77,15514796.25,127,579,2307,2514.37,twolocalrandom -1818,SUCCESS,2,1,140.7,15514796.25,15514936.95,127,88,1359,225.12,ghz -1819,SUCCESS,2,1,1210.83,15514936.95,15516147.78,127,509,2022,1937.33,qft -1820,SUCCESS,2,1,1094.68,15516147.78,15517242.46,127,856,1087,1751.49,qftentangled -1822,SUCCESS,2,1,50230.42,15517242.46,15567472.88,127,10550,4047,80368.67,grover-v-chain -1823,SUCCESS,2,1,2335.86,15567472.88,15569808.74,127,490,4052,3737.38,dj -1825,SUCCESS,2,1,1655.12,15569808.74,15571463.86,127,379,3712,2648.19,graphstate -1826,SUCCESS,2,1,9696.3,15571463.86,15581160.16,127,2932,2811,15514.08,realamprandom -1827,SUCCESS,2,1,4326.98,15581160.16,15585487.14,127,1335,2755,6923.17,qftentangled -1828,SUCCESS,2,1,3751.56,15585487.14,15589238.7,127,1145,2785,6002.5,ae -1829,SUCCESS,2,1,184.88,15589238.7,15589423.58,127,108,1455,295.81,dj -1830,SUCCESS,2,1,5382.77,15589423.58,15594806.35,127,1178,3884,8612.43,realamprandom -1831,SUCCESS,2,1,3893.38,15594806.35,15598699.73,127,1098,3014,6229.41,qft -1833,SUCCESS,2,1,15683.74,15598699.73,15614383.47,127,4709,2831,25093.98,realamprandom -1834,SUCCESS,2,1,63654.96,15614383.47,15678038.43,127,15306,3535,101847.94,random -1835,SUCCESS,2,1,662.97,15678038.43,15678701.4,127,298,1891,1060.75,dj -1836,SUCCESS,2,1,14391.48,15678701.4,15693092.88,127,4116,2972,23026.37,qnn -1837,SUCCESS,2,1,7343.48,15693092.88,15700436.36,127,2574,2425,11749.57,qpeexact -1838,SUCCESS,2,1,3077.63,15700436.36,15703513.99,127,941,2780,4924.21,ae -1839,SUCCESS,2,1,5671.27,15703513.99,15709185.26,127,1929,2499,9074.03,qnn -1840,SUCCESS,2,1,28906.61,15709185.26,15738091.87,127,15214,1615,46250.58,twolocalrandom -1841,SUCCESS,2,1,31596.66,15738091.87,15769688.53,127,7160,3751,50554.66,ae -1843,SUCCESS,2,1,15095.57,15769688.53,15784784.1,127,4864,2638,24152.91,random -1846,SUCCESS,2,1,2541.15,15784784.1,15787325.25,127,546,3956,4065.84,qpeexact -1849,SUCCESS,2,1,915.13,15787325.25,15788240.38,127,472,1648,1464.21,ghz -1850,SUCCESS,2,1,4704.71,15788240.38,15792945.09,127,3225,1240,7527.54,realamprandom -1851,SUCCESS,2,1,43369.61,15792945.09,15836314.7,127,9719,3793,69391.38,random -1852,SUCCESS,2,1,1447.07,15836314.7,15837761.77,127,311,3955,2315.31,graphstate -1853,SUCCESS,2,1,231.12,15837761.77,15837992.89,127,108,1819,369.79,graphstate -1856,SUCCESS,2,1,14605.84,15837992.89,15852598.73,127,3533,3514,23369.34,qft -1859,SUCCESS,2,1,4719.93,15852598.73,15857318.66,127,1264,3174,7551.89,wstate -1860,SUCCESS,2,1,2049.36,15857318.66,15859368.02,127,711,2450,3278.98,qpeinexact -1861,SUCCESS,2,1,115.37,15859368.02,15859483.39,127,24,4086,184.59,ghz -1863,SUCCESS,2,1,22735.37,15859483.39,15882218.76,127,6934,2787,36376.59,qftentangled -1864,SUCCESS,2,1,317.55,15882218.76,15882536.31,127,185,1459,508.08,wstate -1865,SUCCESS,2,1,1024.11,15882536.31,15883560.42,127,233,3736,1638.58,wstate -1866,SUCCESS,2,1,5058.05,15883560.42,15888618.47,127,1899,2264,8092.88,qpeinexact -1867,SUCCESS,2,1,3321.9,15888618.47,15891940.37,127,1514,1865,5315.04,su2random -1868,SUCCESS,2,1,499.21,15891940.37,15892439.58,127,211,2011,798.74,ghz -1870,SUCCESS,2,1,4719.09,15892439.58,15897158.67,127,1310,3062,7550.54,qftentangled -1871,SUCCESS,2,1,673.6,15897158.67,15897832.27,127,307,1865,1077.76,qpeexact -1872,SUCCESS,2,1,2713.8,15897832.27,15900546.07,127,588,3923,4342.08,dj -1873,SUCCESS,2,1,3272.37,15900546.07,15903818.44,127,1054,2639,5235.79,wstate -1875,SUCCESS,2,1,25933.09,15903818.44,15929751.53,127,6512,3385,41492.94,qpeinexact -1876,SUCCESS,2,1,94.29,15929751.53,15929845.82,127,45,1781,150.86,ghz -1877,SUCCESS,2,1,12774.2,15929845.82,15942620.02,127,3343,3248,20438.72,qft -1878,SUCCESS,2,1,17598.45,15942620.02,15960218.47,127,3735,4005,28157.52,su2random -1879,SUCCESS,2,1,32015.31,15960218.47,15992233.78,127,7339,3708,51224.5,ae -1880,SUCCESS,2,1,40771.07,15992233.78,16033004.85,127,9379,3695,65233.71,realamprandom -1881,SUCCESS,2,1,6858.62,16033004.85,16039863.47,127,3718,1568,10973.79,qpeexact -1882,SUCCESS,2,1,3842.11,16039863.47,16043705.58,127,2699,1210,6147.38,qnn -1885,SUCCESS,2,1,121.75,16043705.58,16043827.33,127,41,2524,194.8,wstate -1887,SUCCESS,2,1,2489.74,16043827.33,16046317.07,127,525,4031,3983.58,twolocalrandom -1889,SUCCESS,2,1,6989.49,16046317.07,16053306.56,127,4302,1381,11183.18,qpeinexact -1890,SUCCESS,2,1,118.63,16053306.56,16053425.19,127,46,2192,189.81,ghz -1893,SUCCESS,2,1,6544.51,16053425.19,16059969.7,127,1909,2914,10471.22,ae -1894,SUCCESS,2,1,10140.96,16059969.7,16070110.66,127,2284,3774,16225.54,ae -1895,SUCCESS,2,1,148.58,16070110.66,16070259.24,127,47,2687,237.73,ghz -1896,SUCCESS,2,1,143.12,16070259.24,16070402.36,127,93,1308,228.99,ghz -1897,SUCCESS,2,1,251.57,16070402.36,16070653.93,127,206,1038,402.51,ghz -1898,SUCCESS,2,1,37.72,16070653.93,16070691.65,127,22,1457,60.35,vqe -1899,SUCCESS,2,1,69188.64,16070691.65,16139880.29,127,17101,3439,110701.82,random -1901,SUCCESS,2,1,2636.56,16139880.29,16142516.85,127,577,3884,4218.5,dj -1906,SUCCESS,2,1,15027.26,16142516.85,16157544.11,127,4831,2644,24043.62,qftentangled -1907,SUCCESS,2,1,5482.27,16157544.11,16163026.38,127,1384,3367,8771.63,wstate -1908,SUCCESS,2,1,7596.78,16163026.38,16170623.16,127,3923,1646,12154.85,su2random -1910,SUCCESS,2,1,2157.27,16170623.16,16172780.43,127,594,3087,3451.63,dj -1911,SUCCESS,2,1,3586.63,16172780.43,16176367.06,127,2007,1519,5738.61,qpeinexact -1912,SUCCESS,2,1,12456.05,16176367.06,16188823.11,127,3874,2733,19929.68,pricingput -1913,SUCCESS,2,1,416.84,16188823.11,16189239.95,127,171,2072,666.94,dj -1915,SUCCESS,2,1,13911.74,16189239.95,16203151.69,127,6887,1717,22258.78,qpeexact -1917,SUCCESS,2,1,7300.95,16203151.69,16210452.64,127,3139,1977,11681.52,qftentangled -1918,SUCCESS,2,1,300.8,16210452.64,16210753.44,127,129,1982,481.28,dj -1919,SUCCESS,2,1,108029.72,16210753.44,16318783.16,127,42909,2140,172847.55,random -1920,SUCCESS,2,1,35.36,16318783.16,16318818.52,127,27,1113,56.58,ghz -1921,SUCCESS,2,1,18434.38,16318818.52,16337252.9,127,5904,2654,29495.01,realamprandom -1923,SUCCESS,2,1,18883.85,16337252.9,16356136.75,127,4243,3783,30214.16,qft -1924,SUCCESS,2,1,1418.89,16356136.75,16357555.64,127,328,3677,2270.22,qpeexact -1925,SUCCESS,2,1,13415.42,16357555.64,16370971.06,127,10227,1115,21464.67,twolocalrandom -1926,SUCCESS,2,1,21700.11,16370971.06,16392671.17,127,10774,1712,34720.18,su2random -1927,SUCCESS,2,1,2999.36,16392671.17,16395670.53,127,999,2552,4798.98,qft -1928,SUCCESS,2,1,139.58,16395670.53,16395810.11,127,29,4091,223.33,vqe -1929,SUCCESS,2,1,50985.24,16395810.11,16446795.35,127,15634,2772,81576.38,realamprandom -1930,SUCCESS,2,1,62,16446795.35,16446857.35,127,45,1171,99.2,tsp -1931,SUCCESS,2,1,3436.31,16446857.35,16450293.66,127,1215,2404,5498.1,qnn -1932,SUCCESS,2,1,10240.7,16450293.66,16460534.36,127,7710,1129,16385.12,su2random -1933,SUCCESS,2,1,2661.92,16460534.36,16463196.28,127,1036,2184,4259.07,pricingput -1934,SUCCESS,2,1,42942.12,16463196.28,16506138.4,127,14724,2479,68707.39,random -1936,SUCCESS,2,1,15192.75,16506138.4,16521331.15,127,3210,4023,24308.4,su2random -1937,SUCCESS,2,1,462.88,16521331.15,16521794.03,127,179,2198,740.61,pricingput -1938,SUCCESS,2,1,426.6,16521794.03,16522220.63,127,237,1530,682.56,realamprandom -1939,SUCCESS,2,1,524.1,16522220.63,16522744.73,127,148,3010,838.56,dj -1940,SUCCESS,2,1,327.52,16522744.73,16523072.25,127,76,3663,524.03,ghz -1943,SUCCESS,2,1,241.91,16523072.25,16523314.16,127,133,1546,387.06,wstate -1944,SUCCESS,2,1,8351.57,16523314.16,16531665.73,127,4101,1731,13362.51,qftentangled -1945,SUCCESS,2,1,5526,16531665.73,16537191.73,127,1331,3529,8841.6,qftentangled -1946,SUCCESS,2,1,3383.35,16537191.73,16540575.08,127,1216,2365,5413.36,qftentangled -1948,SUCCESS,2,1,15839.77,16540575.08,16556414.85,127,3304,4075,25343.63,qft -1950,SUCCESS,2,1,10703.36,16556414.85,16567118.21,127,7697,1182,17125.38,qftentangled -1952,SUCCESS,2,1,12775.9,16567118.21,16579894.11,127,4031,2694,20441.44,qnn -1954,SUCCESS,2,1,364.2,16579894.11,16580258.31,127,102,3035,582.72,dj -1956,SUCCESS,2,1,15547.4,16580258.31,16595805.71,127,5284,2501,24875.84,qpeexact -1958,SUCCESS,2,1,21366.04,16595805.71,16617171.75,127,6908,2629,34185.66,ae -1959,SUCCESS,2,1,196.4,16617171.75,16617368.15,127,93,1795,314.24,ghz -1960,SUCCESS,2,1,14950.72,16617368.15,16632318.87,127,3730,3407,23921.15,qpeexact -1961,SUCCESS,2,1,762.31,16632318.87,16633081.18,127,271,2391,1219.7,wstate -1962,SUCCESS,2,1,15096.53,16633081.18,16648177.71,127,3850,3333,24154.45,qpeexact -1963,SUCCESS,2,1,31259.31,16648177.71,16679437.02,127,10076,2637,50014.9,qnn -1965,SUCCESS,2,1,1103.48,16679437.02,16680540.5,127,325,2886,1765.57,su2random -1967,SUCCESS,2,1,4542.16,16680540.5,16685082.66,127,1572,2456,7267.46,qpeexact -1968,SUCCESS,2,1,28800.05,16685082.66,16713882.71,127,6037,4055,46080.08,qftentangled -1969,SUCCESS,2,1,531.44,16713882.71,16714414.15,127,238,1898,850.3,dj -1970,SUCCESS,2,1,34461,16714414.15,16748875.15,127,8205,3570,55137.6,qft -1971,SUCCESS,2,1,61458.04,16748875.15,16810333.19,127,16335,3198,98332.86,twolocalrandom -1972,SUCCESS,2,1,1552.42,16810333.19,16811885.61,127,976,1352,2483.87,qpeinexact -1974,SUCCESS,2,1,8614.24,16811885.61,16820499.85,127,3753,1951,13782.78,realamprandom -1975,SUCCESS,2,1,43.93,16820499.85,16820543.78,127,22,1697,70.29,graphstate -1976,SUCCESS,2,1,11106.87,16820543.78,16831650.65,127,3349,2819,17770.99,twolocalrandom -1978,SUCCESS,2,1,3018.15,16831650.65,16834668.8,127,676,3795,4829.04,dj -1979,SUCCESS,2,1,8393.56,16834668.8,16843062.36,127,2062,3460,13429.7,qpeinexact -1981,SUCCESS,2,1,619.21,16843062.36,16843681.57,127,153,3440,990.74,wstate -1982,SUCCESS,2,1,3242.21,16843681.57,16846923.78,127,731,3770,5187.54,qpeexact -1983,SUCCESS,2,1,1288.23,16846923.78,16848212.01,127,381,2874,2061.17,dj -1984,SUCCESS,2,1,2996.16,16848212.01,16851208.17,127,701,3633,4793.86,realamprandom -1986,SUCCESS,2,1,12223.51,16851208.17,16863431.68,127,2561,4057,19557.62,qpeexact -1990,SUCCESS,2,1,238.16,16863431.68,16863669.84,127,62,3265,381.06,graphstate -1991,SUCCESS,2,1,1566.95,16863669.84,16865236.79,127,475,2804,2507.12,qpeinexact -1993,SUCCESS,2,1,14725.05,16865236.79,16879961.84,127,4672,2679,23560.08,realamprandom -1994,SUCCESS,2,1,7518.05,16879961.84,16887479.89,127,2583,2474,12028.88,qftentangled -1995,SUCCESS,2,1,836.74,16887479.89,16888316.63,127,398,1787,1338.78,pricingcall -1996,SUCCESS,2,1,409.54,16888316.63,16888726.17,127,249,1398,655.26,dj -1997,SUCCESS,2,1,281.61,16888726.17,16889007.78,127,218,1098,450.58,dj -1998,SUCCESS,2,1,6158.76,16889007.78,16895166.54,127,1664,3146,9854.02,ae -1999,SUCCESS,2,1,21646.83,16895166.54,16916813.37,127,4670,3940,34634.93,qnn -2000,SUCCESS,2,1,591.25,16916813.37,16917404.62,127,144,3490,946,ae -2001,SUCCESS,2,1,17410.39,16917404.62,16934815.01,127,4221,3506,27856.62,qftentangled -2003,SUCCESS,2,1,1095.14,16934815.01,16935910.15,127,516,1804,1752.22,twolocalrandom -2004,SUCCESS,2,1,4242.59,16935910.15,16940152.74,127,988,3650,6788.14,qpeexact -2005,SUCCESS,2,1,29446.56,16940152.74,16969599.3,127,6292,3978,47114.5,su2random -2006,SUCCESS,2,1,445.29,16969599.3,16970044.59,127,194,1951,712.46,dj -2008,SUCCESS,2,1,29103.97,16970044.59,16999148.56,127,7389,3348,46566.35,qpeinexact -2009,SUCCESS,2,1,21959.15,16999148.56,17021107.71,127,4951,3770,35134.64,qpeexact -2011,SUCCESS,2,1,4306.29,17021107.71,17025414,127,1844,1985,6890.06,qnn -2013,SUCCESS,2,1,8783.65,17025414,17034197.65,127,3965,1883,14053.84,qftentangled -2014,SUCCESS,2,1,1434.26,17034197.65,17035631.91,127,311,3920,2294.82,dj -2015,SUCCESS,2,1,7362.23,17035631.91,17042994.14,127,3991,1568,11779.57,qftentangled -2016,SUCCESS,2,1,20572.54,17042994.14,17063566.68,127,6322,2766,32916.06,qpeinexact -2017,SUCCESS,2,1,9473.11,17063566.68,17073039.79,127,5205,1547,15156.98,qftentangled -2018,SUCCESS,2,1,136.37,17073039.79,17073176.16,127,52,2229,218.19,graphstate -2019,SUCCESS,2,1,27011.21,17073176.16,17100187.37,127,6239,3680,43217.94,qpeexact -2021,SUCCESS,2,1,85.98,17100187.37,17100273.35,127,20,3654,137.57,ghz -2022,SUCCESS,2,1,203.1,17100273.35,17100476.45,127,91,1897,324.96,graphstate -2023,SUCCESS,2,1,142.25,17100476.45,17100618.7,127,33,3664,227.6,graphstate -2024,SUCCESS,2,1,33491.74,17100618.7,17134110.44,127,9933,2866,53586.78,realamprandom -2025,SUCCESS,2,1,5697.47,17134110.44,17139807.91,127,3865,1253,9115.95,qftentangled -2028,SUCCESS,2,1,12414.42,17139807.91,17152222.33,127,4576,2306,19863.07,qft -2029,SUCCESS,2,1,259.17,17152222.33,17152481.5,127,105,2098,414.67,ghz -2031,SUCCESS,2,1,14836.25,17152481.5,17167317.75,127,4841,2605,23738,qftentangled -2032,SUCCESS,2,1,37574.79,17167317.75,17204892.54,127,8158,3915,60119.66,twolocalrandom -2033,SUCCESS,2,1,10018.05,17204892.54,17214910.59,127,2164,3935,16028.88,ae -2034,SUCCESS,2,1,76.2,17214910.59,17214986.79,127,53,1222,121.92,wstate -2035,SUCCESS,2,1,34129.4,17214986.79,17249116.19,127,12791,2268,54607.04,twolocalrandom -2036,SUCCESS,2,1,5520.92,17249116.19,17254637.11,127,1305,3596,8833.47,qnn -2037,SUCCESS,2,1,6010.96,17254637.11,17260648.07,127,1794,2848,9617.54,qpeexact -2038,SUCCESS,2,1,1135.19,17260648.07,17261783.26,127,394,2449,1816.3,ghz -2039,SUCCESS,2,1,13181.6,17261783.26,17274964.86,127,4026,2783,21090.56,realamprandom -2040,SUCCESS,2,1,1537.21,17274964.86,17276502.07,127,340,3843,2459.54,su2random -2041,SUCCESS,2,1,13329.87,17276502.07,17289831.94,127,4636,2444,21327.79,realamprandom -2042,SUCCESS,2,1,30946.5,17289831.94,17320778.44,127,9775,2691,49514.4,realamprandom -2043,SUCCESS,2,1,5706.08,17320778.44,17326484.52,127,3193,1519,9129.73,ae -2046,SUCCESS,2,1,133.67,17326484.52,17326618.19,127,72,1578,213.87,graphstate -2047,SUCCESS,2,1,616.87,17326618.19,17327235.06,127,149,3519,986.99,wstate -2048,SUCCESS,2,1,1034.44,17327235.06,17328269.5,127,265,3318,1655.1,realamprandom -2050,SUCCESS,2,1,5477.03,17328269.5,17333746.53,127,2299,2025,8763.25,qpeinexact -2051,SUCCESS,2,1,166.28,17333746.53,17333912.81,127,70,2019,266.05,ghz -2052,SUCCESS,2,1,68.34,17333912.81,17333981.15,127,29,2003,109.34,graphstate -2053,SUCCESS,2,1,434.83,17333981.15,17334415.98,127,220,1680,695.73,portfolioqaoa -2054,SUCCESS,2,1,2081.88,17334415.98,17336497.86,127,511,3463,3331.01,qpeexact -2056,SUCCESS,2,1,61246.41,17336497.86,17397744.27,127,16963,3069,97994.26,pricingput -2057,SUCCESS,2,1,1144.47,17397744.27,17398888.74,127,354,2748,1831.15,dj -2058,SUCCESS,2,1,207.54,17398888.74,17399096.28,127,79,2233,332.06,ghz -2059,SUCCESS,2,1,12456.66,17399096.28,17411552.94,127,3520,3008,19930.66,qftentangled -2060,SUCCESS,2,1,21421.59,17411552.94,17432974.53,127,5192,3507,34274.54,su2random -2063,SUCCESS,2,1,1018.24,17432974.53,17433992.77,127,250,3462,1629.18,wstate -2064,SUCCESS,2,1,7658.86,17433992.77,17441651.63,127,3439,1893,12254.18,su2random -2065,SUCCESS,2,1,2251.44,17441651.63,17443903.07,127,954,2006,3602.3,random -2067,SUCCESS,2,1,768.63,17443903.07,17444671.7,127,468,1396,1229.81,su2random -2068,SUCCESS,2,1,28999.89,17444671.7,17473671.59,127,6195,3979,46399.82,su2random -2069,SUCCESS,2,1,3952.6,17473671.59,17477624.19,127,1276,2633,6324.16,wstate -2070,SUCCESS,2,1,16264.74,17477624.19,17493888.93,127,13501,1024,26023.58,twolocalrandom -2071,SUCCESS,2,1,22444.42,17493888.93,17516333.35,127,6043,3157,35911.07,twolocalrandom -2072,SUCCESS,2,1,14753.79,17516333.35,17531087.14,127,10204,1229,23606.06,su2random -2073,SUCCESS,2,1,3060.2,17531087.14,17534147.34,127,1098,2369,4896.32,qpeexact -2074,SUCCESS,2,1,964.49,17534147.34,17535111.83,127,532,1541,1543.18,ae -2076,SUCCESS,2,1,2424.85,17535111.83,17537536.68,127,565,3648,3879.76,su2random -2077,SUCCESS,2,1,13098.64,17537536.68,17550635.32,127,2743,4059,20957.82,qftentangled -2078,SUCCESS,2,1,1957.75,17550635.32,17552593.07,127,562,2961,3132.4,ae -2079,SUCCESS,2,1,222.3,17552593.07,17552815.37,127,117,1615,355.68,wstate -2080,SUCCESS,2,1,3699.01,17552815.37,17556514.38,127,1094,2874,5918.42,portfoliovqe -2081,SUCCESS,2,1,408.66,17556514.38,17556923.04,127,119,2919,653.86,ghz -2082,SUCCESS,2,1,17759.48,17556923.04,17574682.52,127,8927,1691,28415.17,twolocalrandom -2083,SUCCESS,2,1,905.03,17574682.52,17575587.55,127,215,3578,1448.05,qftentangled -2084,SUCCESS,2,1,17802.63,17575587.55,17593390.18,127,10649,1421,28484.21,su2random -2085,SUCCESS,2,1,2092.37,17593390.18,17595482.55,127,762,2334,3347.79,realamprandom -2089,SUCCESS,2,1,680.79,17595482.55,17596163.34,127,171,3384,1089.26,qft -2090,SUCCESS,2,1,169.53,17596163.34,17596332.87,127,52,2771,271.25,dj -2091,SUCCESS,2,1,134.09,17596332.87,17596466.96,127,29,3930,214.54,graphstate -2093,SUCCESS,2,1,977.72,17596466.96,17597444.68,127,342,2430,1564.35,qpeinexact -2094,SUCCESS,2,1,20170.98,17597444.68,17617615.66,127,5269,3254,32273.57,qft -2095,SUCCESS,2,1,36393.05,17617615.66,17654008.71,127,10139,3051,58228.88,qnn -2096,SUCCESS,2,1,274.17,17654008.71,17654282.88,127,81,2877,438.67,graphstate -2097,SUCCESS,2,1,433.88,17654282.88,17654716.76,127,287,1285,694.21,su2random -2098,SUCCESS,2,1,523.73,17654716.76,17655240.49,127,285,1562,837.97,qft -2101,SUCCESS,2,1,3661.22,17655240.49,17658901.71,127,3001,1037,5857.95,qpeexact -2102,SUCCESS,2,1,24168.95,17658901.71,17683070.66,127,7084,2900,38670.32,su2random -2105,SUCCESS,2,1,23712.43,17683070.66,17706783.09,127,9284,2171,37939.89,qnn -2106,SUCCESS,2,1,11796.69,17706783.09,17718579.78,127,3045,3293,18874.7,qftentangled -2107,SUCCESS,2,1,9089.24,17718579.78,17727669.02,127,2577,2998,14542.78,twolocalrandom -2108,SUCCESS,2,1,11879.39,17727669.02,17739548.41,127,9635,1048,19007.02,qpeinexact -2110,SUCCESS,2,1,120.64,17739548.41,17739669.05,127,26,3944,193.02,routing -2111,SUCCESS,2,1,4612.24,17739669.05,17744281.29,127,1350,2904,7379.58,wstate -2112,SUCCESS,2,1,22679.7,17744281.29,17766960.99,127,10997,1753,36287.52,su2random -2114,SUCCESS,2,1,23348.79,17766960.99,17790309.78,127,5013,3959,37358.06,qpeinexact -2115,SUCCESS,2,1,2049.59,17790309.78,17792359.37,127,652,2672,3279.34,qftentangled -2116,SUCCESS,2,1,648.37,17792359.37,17793007.74,127,306,1801,1037.39,ghz -2117,SUCCESS,2,1,3045.23,17793007.74,17796052.97,127,873,2965,4872.37,qnn -2118,SUCCESS,2,1,281.81,17796052.97,17796334.78,127,166,1443,450.9,realamprandom -2119,SUCCESS,2,1,3191.65,17796334.78,17799526.43,127,2231,1216,5106.64,qftentangled -2120,SUCCESS,2,1,2142.98,17799526.43,17801669.41,127,937,1944,3428.77,realamprandom -2121,SUCCESS,2,1,2179.35,17801669.41,17803848.76,127,860,2154,3486.96,qnn -2122,SUCCESS,2,1,53402.66,17803848.76,17857251.42,127,11258,4032,85444.26,realamprandom -2123,SUCCESS,2,1,5375.97,17857251.42,17862627.39,127,1149,3977,8601.55,ae -2124,SUCCESS,2,1,693.64,17862627.39,17863321.03,127,177,3331,1109.82,wstate -2127,SUCCESS,2,1,5967.51,17863321.03,17869288.54,127,1278,3969,9548.02,su2random -2128,SUCCESS,2,1,10337.32,17869288.54,17879625.86,127,2229,3942,16539.71,qftentangled -2130,SUCCESS,2,1,18263.68,17879625.86,17897889.54,127,6974,2226,29221.89,qnn -2131,SUCCESS,2,1,18891.05,17897889.54,17916780.59,127,5471,2935,30225.68,su2random -2132,SUCCESS,2,1,12315.58,17916780.59,17929096.17,127,6887,1520,19704.93,qpeinexact -2133,SUCCESS,2,1,2612.76,17929096.17,17931708.93,127,620,3582,4180.42,qpeinexact -2134,SUCCESS,2,1,6621.57,17931708.93,17938330.5,127,1473,3821,10594.51,qnn -2135,SUCCESS,2,1,1270.26,17938330.5,17939600.76,127,273,3955,2032.42,wstate -2137,SUCCESS,2,1,10155.8,17939600.76,17949756.56,127,5194,1662,16249.28,qpeinexact -2138,SUCCESS,2,1,3957.78,17949756.56,17953714.34,127,1111,3028,6332.45,qftentangled -2139,SUCCESS,2,1,19132.04,17953714.34,17972846.38,127,9703,1676,30611.26,ae -2140,SUCCESS,2,1,25370.19,17972846.38,17998216.57,127,13361,1614,40592.3,realamprandom -2141,SUCCESS,2,1,3887.38,17998216.57,18002103.95,127,2829,1168,6219.81,qpeexact -2142,SUCCESS,2,1,7643.15,18002103.95,18009747.1,127,2392,2716,12229.04,qftentangled -2144,SUCCESS,2,1,60.09,18009747.1,18009807.19,127,29,1761,96.14,graphstate -2146,SUCCESS,2,1,36092.04,18009807.19,18045899.23,127,10586,2898,57747.26,qpeexact -2147,SUCCESS,2,1,4823.02,18045899.23,18050722.25,127,3228,1270,7716.83,qnn -2148,SUCCESS,2,1,2620.66,18050722.25,18053342.91,127,1491,1494,4193.06,qftentangled -2149,SUCCESS,2,1,10491.86,18053342.91,18063834.77,127,4495,1984,16786.98,qftentangled -2150,SUCCESS,2,1,19908.3,18063834.77,18083743.07,127,5194,3258,31853.28,qpeinexact -2151,SUCCESS,2,1,1597.25,18083743.07,18085340.32,127,753,1803,2555.6,qftentangled -2152,SUCCESS,2,1,28308.18,18085340.32,18113648.5,127,6064,3968,45293.09,qnn -2153,SUCCESS,2,1,9806.38,18113648.5,18123454.88,127,4479,1861,15690.21,su2random -2154,SUCCESS,2,1,2949.01,18123454.88,18126403.89,127,902,2779,4718.42,qftentangled -2155,SUCCESS,2,1,8221.9,18126403.89,18134625.79,127,3168,2206,13155.04,qpeexact -2157,SUCCESS,2,1,927.36,18134625.79,18135553.15,127,750,1051,1483.78,dj -2158,SUCCESS,2,1,7367.13,18135553.15,18142920.28,127,1641,3816,11787.41,qpeinexact -2159,SUCCESS,2,1,5913.48,18142920.28,18148833.76,127,2291,2194,9461.57,qpeexact -2160,SUCCESS,2,1,117.51,18148833.76,18148951.27,127,84,1189,188.02,graphstate -2162,SUCCESS,2,1,29171.24,18148951.27,18178122.51,127,6967,3559,46673.98,ae -2163,SUCCESS,2,1,341.85,18178122.51,18178464.36,127,165,1761,546.96,graphstate -2164,SUCCESS,2,1,4343.19,18178464.36,18182807.55,127,3188,1158,6949.1,qft -2165,SUCCESS,2,1,13359.18,18182807.55,18196166.73,127,2790,4070,21374.69,qpeexact -2166,SUCCESS,2,1,1028.24,18196166.73,18197194.97,127,368,2375,1645.18,realamprandom -2167,SUCCESS,2,1,52916.74,18197194.97,18250111.71,127,13709,3281,84666.78,realamprandom -2168,SUCCESS,2,1,719.89,18250111.71,18250831.6,127,173,3537,1151.82,wstate -2169,SUCCESS,2,1,27378.02,18250831.6,18278209.62,127,7156,3252,43804.83,qpeexact -2170,SUCCESS,2,1,9385.24,18278209.62,18287594.86,127,3646,2188,15016.38,twolocalrandom -2171,SUCCESS,2,1,5262.25,18287594.86,18292857.11,127,1154,3876,8419.6,realamprandom -2172,SUCCESS,2,1,18927.81,18292857.11,18311784.92,127,4981,3230,30284.5,qpeexact -2173,SUCCESS,2,1,709.65,18311784.92,18312494.57,127,282,2139,1135.44,ae -2174,SUCCESS,2,1,2135.01,18312494.57,18314629.58,127,631,2876,3416.02,dj -2175,SUCCESS,2,1,42395.54,18314629.58,18357025.12,127,8962,4021,67832.86,random -2176,SUCCESS,2,1,1765.25,18357025.12,18358790.37,127,379,3959,2824.4,dj -2177,SUCCESS,2,1,19971.55,18358790.37,18378761.92,127,9231,1839,31954.48,qpeinexact -2178,SUCCESS,2,1,18051.03,18378761.92,18396812.95,127,8477,1810,28881.65,ae -2179,SUCCESS,2,1,48515.57,18396812.95,18445328.52,127,10991,3752,77624.91,realamprandom -2180,SUCCESS,2,1,1199.96,18445328.52,18446528.48,127,860,1186,1919.94,ghz -2181,SUCCESS,2,1,9885.15,18446528.48,18456413.63,127,3969,2117,15816.24,ae -2183,SUCCESS,2,1,14564.03,18456413.63,18470977.66,127,3539,3498,23302.45,su2random -2186,SUCCESS,2,1,20416.12,18470977.66,18491393.78,127,4778,3632,32665.79,qpeexact -2187,SUCCESS,2,1,2495.71,18491393.78,18493889.49,127,1045,2030,3993.14,pricingcall -2190,SUCCESS,2,1,6937.92,18493889.49,18500827.41,127,2448,2409,11100.67,qnn -2191,SUCCESS,2,1,831.2,18500827.41,18501658.61,127,335,2109,1329.92,realamprandom -2195,SUCCESS,2,1,286.85,18501658.61,18501945.46,127,155,1573,458.96,dj -2196,SUCCESS,2,1,18378.48,18501945.46,18520323.94,127,4196,3723,29405.57,su2random -2197,SUCCESS,2,1,420.7,18520323.94,18520744.64,127,99,3612,673.12,qft -2198,SUCCESS,2,1,3663.61,18520744.64,18524408.25,127,2038,1528,5861.78,random -2199,SUCCESS,2,1,19716.34,18524408.25,18544124.59,127,9118,1838,31546.14,qnn -2200,SUCCESS,2,1,87.06,18544124.59,18544211.65,127,20,3700,139.3,routing -2201,SUCCESS,2,1,338.65,18544211.65,18544550.3,127,75,3838,541.84,ghz -2202,SUCCESS,2,1,49.78,18544550.3,18544600.08,127,22,1923,79.65,graphstate -2203,SUCCESS,2,1,1493.22,18544600.08,18546093.3,127,1157,1097,2389.15,qft -2205,SUCCESS,2,1,8538.99,18546093.3,18554632.29,127,6295,1153,13662.38,qft -2206,SUCCESS,2,1,12504.49,18554632.29,18567136.78,127,7295,1457,20007.18,realamprandom -2208,SUCCESS,2,1,31409.26,18567136.78,18598546.04,127,8105,3294,50254.82,qft -2209,SUCCESS,2,1,984.42,18598546.04,18599530.46,127,434,1928,1575.07,qftentangled -2211,SUCCESS,2,1,2902.58,18599530.46,18602433.04,127,1210,2039,4644.13,wstate -2213,SUCCESS,2,1,23192.66,18602433.04,18625625.7,127,9740,2024,37108.26,qnn -2214,SUCCESS,2,1,105.05,18625625.7,18625730.75,127,28,3189,168.08,graphstate -2215,SUCCESS,2,1,1148.66,18625730.75,18626879.41,127,521,1874,1837.86,portfolioqaoa -2216,SUCCESS,2,1,1341.72,18626879.41,18628221.13,127,492,2318,2146.75,ghz -2217,SUCCESS,2,1,4869.41,18628221.13,18633090.54,127,2211,1872,7791.06,qpeexact -2218,SUCCESS,2,1,1236.73,18633090.54,18634327.27,127,309,3402,1978.77,qnn -2220,SUCCESS,2,1,1357.72,18634327.27,18635684.99,127,797,1448,2172.35,wstate -2222,SUCCESS,2,1,20036.15,18635684.99,18655721.14,127,10474,1626,32057.84,realamprandom -2224,SUCCESS,2,1,50577.45,18655721.14,18706298.59,127,12049,3568,80923.92,realamprandom -2226,SUCCESS,2,1,2874.1,18706298.59,18709172.69,127,1486,1644,4598.56,random -2227,SUCCESS,2,1,6139.69,18709172.69,18715312.38,127,2497,2090,9823.5,qpeinexact -2228,SUCCESS,2,1,8749.78,18715312.38,18724062.16,127,6456,1152,13999.65,qpeinexact -2229,SUCCESS,2,1,30247.01,18724062.16,18754309.17,127,7611,3378,48395.22,qpeinexact -2230,SUCCESS,2,1,127.64,18754309.17,18754436.81,127,41,2646,204.22,dj -2231,SUCCESS,2,1,215.26,18754436.81,18754652.07,127,114,1605,344.42,ghz -2232,SUCCESS,2,1,74982.47,18754652.07,18829634.54,127,17078,3732,119971.95,random -2233,SUCCESS,2,1,2150.53,18829634.54,18831785.07,127,851,2148,3440.85,ghz -2234,SUCCESS,2,1,2321.53,18831785.07,18834106.6,127,1269,1555,3714.45,random -2235,SUCCESS,2,1,12622.31,18834106.6,18846728.91,127,4224,2540,20195.7,grover-v-chain -2236,SUCCESS,2,1,6131.01,18846728.91,18852859.92,127,1603,3251,9809.62,twolocalrandom -2238,SUCCESS,2,1,820.16,18852859.92,18853680.08,127,335,2081,1312.26,realamprandom -2239,SUCCESS,2,1,39699.88,18853680.08,18893379.96,127,8749,3857,63519.81,pricingput -2240,SUCCESS,2,1,15962.63,18893379.96,18909342.59,127,3770,3599,25540.21,qpeexact -2241,SUCCESS,2,1,562.67,18909342.59,18909905.26,127,205,2333,900.27,wstate -2242,SUCCESS,2,1,10718.55,18909905.26,18920623.81,127,4893,1862,17149.68,qpeexact -2243,SUCCESS,2,1,29326.29,18920623.81,18949950.1,127,9081,2745,46922.06,qpeexact -2244,SUCCESS,2,1,21114,18949950.1,18971064.1,127,5865,3060,33782.4,ae -2245,SUCCESS,2,1,6422.83,18971064.1,18977486.93,127,1620,3370,10276.53,su2random -2246,SUCCESS,2,1,955.9,18977486.93,18978442.83,127,573,1418,1529.44,qnn -2247,SUCCESS,2,1,2518.36,18978442.83,18980961.19,127,1925,1112,4029.38,qpeinexact -2248,SUCCESS,2,1,47688.61,18980961.19,19028649.8,127,13997,2896,76301.78,realamprandom -2249,SUCCESS,2,1,895.66,19028649.8,19029545.46,127,535,1423,1433.06,dj -2250,SUCCESS,2,1,231.2,19029545.46,19029776.66,127,92,2136,369.92,dj -2252,SUCCESS,2,1,1260.71,19029776.66,19031037.37,127,570,1880,2017.14,su2random -2253,SUCCESS,2,1,195.97,19031037.37,19031233.34,127,63,2644,313.55,graphstate -2254,SUCCESS,2,1,9786.24,19031233.34,19041019.58,127,2155,3860,15657.98,qnn -2255,SUCCESS,2,1,2379.71,19041019.58,19043399.29,127,775,2610,3807.54,qnn -2256,SUCCESS,2,1,625.06,19043399.29,19044024.35,127,247,2151,1000.1,dj -2257,SUCCESS,2,1,170.42,19044024.35,19044194.77,127,47,3082,272.67,ghz -2258,SUCCESS,2,1,42457.7,19044194.77,19086652.47,127,10320,3497,67932.32,qnn -2259,SUCCESS,2,1,1642.37,19086652.47,19088294.84,127,370,3773,2627.79,dj -2260,SUCCESS,2,1,23664.24,19088294.84,19111959.08,127,5575,3608,37862.78,qft -2261,SUCCESS,2,1,81984.78,19111959.08,19193943.86,127,37628,1852,131175.65,random -2262,SUCCESS,2,1,11537.03,19193943.86,19205480.89,127,3893,2519,18459.25,qft -2263,SUCCESS,2,1,215.05,19205480.89,19205695.94,127,51,3584,344.08,ghz -2264,SUCCESS,2,1,460.52,19205695.94,19206156.46,127,197,1987,736.83,qpeexact -2265,SUCCESS,2,1,3297.59,19206156.46,19209454.05,127,2431,1153,5276.14,qft -2266,SUCCESS,2,1,417.37,19209454.05,19209871.42,127,181,1960,667.79,qnn -2267,SUCCESS,2,1,82.47,19209871.42,19209953.89,127,26,2696,131.95,vqe -2268,SUCCESS,2,1,1680.37,19209953.89,19211634.26,127,402,3553,2688.59,qftentangled -2269,SUCCESS,2,1,18111.41,19211634.26,19229745.67,127,4293,3586,28978.26,twolocalrandom -2270,SUCCESS,2,1,27833.15,19229745.67,19257578.82,127,7435,3182,44533.04,realamprandom -2271,SUCCESS,2,1,2453.1,19257578.82,19260031.92,127,1442,1446,3924.96,qpeinexact -2273,SUCCESS,2,1,2306.63,19260031.92,19262338.55,127,1033,1898,3690.61,qftentangled -2275,SUCCESS,2,1,15.18,19262338.55,19262353.73,127,10,1290,24.29,ghz -2276,SUCCESS,2,1,4405.14,19262353.73,19266758.87,127,2542,1473,7048.22,twolocalrandom -2277,SUCCESS,2,1,4631.39,19266758.87,19271390.26,127,1012,3890,7410.22,qft -2278,SUCCESS,2,1,12249.62,19271390.26,19283639.88,127,2630,3959,19599.39,qpeexact -2279,SUCCESS,2,1,40820.96,19283639.88,19324460.84,127,11754,2952,65313.54,twolocalrandom -2280,SUCCESS,2,1,16746.71,19324460.84,19341207.55,127,6581,2163,26794.74,qft -2281,SUCCESS,2,1,29428.83,19341207.55,19370636.38,127,7147,3500,47086.13,qpeexact -2283,SUCCESS,2,1,30377.65,19370636.38,19401014.03,127,8550,3020,48604.24,realamprandom -2284,SUCCESS,2,1,332.48,19401014.03,19401346.51,127,120,2355,531.97,ghz -2286,SUCCESS,2,1,4709.64,19401346.51,19406056.15,127,1159,3454,7535.42,qft -2287,SUCCESS,2,1,3551.21,19406056.15,19409607.36,127,2505,1205,5681.94,ae -2289,SUCCESS,2,1,8931.34,19409607.36,19418538.7,127,5804,1308,14290.14,qpeexact -2291,SUCCESS,2,1,28637.1,19418538.7,19447175.8,127,6311,3857,45819.36,twolocalrandom -2292,SUCCESS,2,1,1293.84,19447175.8,19448469.64,127,577,1906,2070.14,dj -2293,SUCCESS,2,1,17962.41,19448469.64,19466432.05,127,4708,3243,28739.86,qpeexact -2295,SUCCESS,2,1,20253.47,19466432.05,19486685.52,127,7811,2204,32405.55,random -2296,SUCCESS,2,1,52316.97,19486685.52,19539002.49,127,15398,2888,83707.15,random -2297,SUCCESS,2,1,16963.67,19539002.49,19555966.16,127,3754,3841,27141.87,su2random -2298,SUCCESS,2,1,1614.12,19555966.16,19557580.28,127,392,3500,2582.59,twolocalrandom -2299,SUCCESS,2,1,8917.6,19557580.28,19566497.88,127,2796,2711,14268.16,ae -2301,SUCCESS,2,1,518.35,19566497.88,19567016.23,127,268,1644,829.36,graphstate -2302,SUCCESS,2,1,17214.57,19567016.23,19584230.8,127,6615,2212,27543.31,qnn -2303,SUCCESS,2,1,2062.74,19584230.8,19586293.54,127,671,2613,3300.38,dj -2304,SUCCESS,2,1,1084.88,19586293.54,19587378.42,127,235,3924,1735.81,wstate -2305,SUCCESS,2,1,2366.46,19587378.42,19589744.88,127,552,3644,3786.34,dj -2309,SUCCESS,2,1,20926.89,19589744.88,19610671.77,127,8677,2050,33483.02,qpeinexact -2310,SUCCESS,2,1,6380.43,19610671.77,19617052.2,127,2432,2230,10208.69,qftentangled -2311,SUCCESS,2,1,41310.15,19617052.2,19658362.35,127,9716,3614,66096.24,realamprandom -2312,SUCCESS,2,1,2951.11,19658362.35,19661313.46,127,707,3548,4721.78,twolocalrandom -2313,SUCCESS,2,1,137.51,19661313.46,19661450.97,127,80,1461,220.02,ghz -2314,SUCCESS,2,1,236.7,19661450.97,19661687.67,127,153,1315,378.72,qpeinexact -2317,SUCCESS,2,1,1591.06,19661687.67,19663278.73,127,560,2415,2545.7,dj -2318,SUCCESS,2,1,1046.81,19663278.73,19664325.54,127,351,2535,1674.9,dj -2320,SUCCESS,2,1,10265.82,19664325.54,19674591.36,127,2359,3699,16425.31,qnn -2321,SUCCESS,2,1,103.29,19674591.36,19674694.65,127,59,1488,165.26,ghz -2323,SUCCESS,2,1,34821.29,19674694.65,19709515.94,127,7732,3828,55714.06,qpeinexact -2324,SUCCESS,2,1,228.14,19709515.94,19709744.08,127,189,1026,365.02,wstate -2325,SUCCESS,2,1,27828.52,19709744.08,19737572.6,127,10040,2356,44525.63,twolocalrandom -2327,SUCCESS,2,1,10149.18,19737572.6,19747721.78,127,5135,1680,16238.69,qpeinexact -2328,SUCCESS,2,1,14352.36,19747721.78,19762074.14,127,10739,1136,22963.78,qpeinexact -2330,SUCCESS,2,1,7295.28,19762074.14,19769369.42,127,3082,2012,11672.45,qftentangled -2331,SUCCESS,2,1,1365.46,19769369.42,19770734.88,127,496,2340,2184.74,wstate -2333,SUCCESS,2,1,12675.12,19770734.88,19783410,127,4506,2391,20280.19,realamprandom -2334,SUCCESS,2,1,22739.76,19783410,19806149.76,127,5986,3229,36383.62,qftentangled -2337,SUCCESS,2,1,1251.42,19806149.76,19807401.18,127,564,1886,2002.27,wstate -2338,SUCCESS,2,1,127989.26,19807401.18,19935390.44,127,53777,2023,204782.82,grover-v-chain -2339,SUCCESS,2,1,677.09,19935390.44,19936067.53,127,240,2398,1083.34,portfolioqaoa -2340,SUCCESS,2,1,7129.75,19936067.53,19943197.28,127,5565,1089,11407.6,qft -2341,SUCCESS,2,1,3811.15,19943197.28,19947008.43,127,1823,1777,6097.84,qftentangled -2342,SUCCESS,2,1,5357.66,19947008.43,19952366.09,127,1993,2285,8572.26,qftentangled -2343,SUCCESS,2,1,2536.17,19952366.09,19954902.26,127,928,2323,4057.87,qftentangled -2344,SUCCESS,2,1,8601.59,19954902.26,19963503.85,127,4884,1497,13762.54,qft -2345,SUCCESS,2,1,7630.05,19963503.85,19971133.9,127,2645,2452,12208.08,twolocalrandom -2347,SUCCESS,2,1,12136.58,19971133.9,19983270.48,127,4687,2201,19418.53,twolocalrandom -2348,SUCCESS,2,1,154.95,19983270.48,19983425.43,127,35,3763,247.92,qaoa -2349,SUCCESS,2,1,24760.56,19983425.43,20008185.99,127,12373,1701,39616.9,random -2351,SUCCESS,2,1,3038.95,20008185.99,20011224.94,127,1366,1891,4862.32,qftentangled -2352,SUCCESS,2,1,27947.66,20011224.94,20039172.6,127,6323,3757,44716.26,qpeinexact -2355,SUCCESS,2,1,233.23,20039172.6,20039405.83,127,56,3540,373.17,graphstate -2356,SUCCESS,2,1,76.77,20039405.83,20039482.6,127,25,2610,122.83,vqe -2358,SUCCESS,2,1,40600.82,20039482.6,20080083.42,127,9494,3635,64961.31,qwalk-noancilla -2359,SUCCESS,2,1,521.18,20080083.42,20080604.6,127,125,3544,833.89,qft -2360,SUCCESS,2,1,915.55,20080604.6,20081520.15,127,295,2638,1464.88,qftentangled -2361,SUCCESS,2,1,64.71,20081520.15,20081584.86,127,22,2500,103.54,ghz -2362,SUCCESS,2,1,66296.16,20081584.86,20147881.02,127,13890,4057,106073.86,su2random -2363,SUCCESS,2,1,27416.13,20147881.02,20175297.15,127,8577,2717,43865.81,su2random -2366,SUCCESS,2,1,3136.72,20175297.15,20178433.87,127,895,2979,5018.75,wstate -2367,SUCCESS,2,1,9143.72,20178433.87,20187577.59,127,2033,3823,14629.95,ae -2368,SUCCESS,2,1,143.89,20187577.59,20187721.48,127,98,1248,230.22,tsp -2369,SUCCESS,2,1,1570.71,20187721.48,20189292.19,127,338,3950,2513.14,qft -2370,SUCCESS,2,1,1836.81,20189292.19,20191129,127,697,2240,2938.9,dj -2371,SUCCESS,2,1,342.78,20191129,20191471.78,127,197,1479,548.45,graphstate -2372,SUCCESS,2,1,8140.87,20191471.78,20199612.65,127,3047,2271,13025.39,ae -2374,SUCCESS,2,1,37.73,20199612.65,20199650.38,127,30,1069,60.37,ghz -2377,SUCCESS,2,1,978.78,20199650.38,20200629.16,127,561,1483,1566.05,dj -2379,SUCCESS,2,1,7488.22,20200629.16,20208117.38,127,1937,3286,11981.15,qpeexact -2381,SUCCESS,2,1,5461.52,20208117.38,20213578.9,127,1448,3206,8738.43,qftentangled -2382,SUCCESS,2,1,6168.78,20213578.9,20219747.68,127,1555,3372,9870.05,realamprandom -2383,SUCCESS,2,1,234.39,20219747.68,20219982.07,127,58,3435,375.02,ghz -2384,SUCCESS,2,1,3058.01,20219982.07,20223040.08,127,786,3307,4892.82,twolocalrandom -2385,SUCCESS,2,1,1983.39,20223040.08,20225023.47,127,533,3163,3173.42,qpeexact -2386,SUCCESS,2,1,25256.44,20225023.47,20250279.91,127,10371,2070,40410.3,qpeinexact -2388,SUCCESS,2,1,191.86,20250279.91,20250471.77,127,134,1217,306.98,graphstate -2390,SUCCESS,2,1,24827.19,20250471.77,20275298.96,127,5632,3747,39723.5,qft -2392,SUCCESS,2,1,10874.12,20275298.96,20286173.08,127,4680,1975,17398.59,realamprandom -2393,SUCCESS,2,1,51006.82,20286173.08,20337179.9,127,11134,3894,81610.91,su2random -2395,SUCCESS,2,1,37772.6,20337179.9,20374952.5,127,9242,3474,60436.16,su2random -2398,SUCCESS,2,1,5206.71,20374952.5,20380159.21,127,1584,2794,8330.74,realamprandom -2400,SUCCESS,2,1,74756.16,20380159.21,20454915.37,127,17183,3698,119609.86,random -2402,SUCCESS,2,1,35029.92,20454915.37,20489945.29,127,12094,2462,56047.87,realamprandom -2403,SUCCESS,2,1,329.87,20489945.29,20490275.16,127,191,1468,527.79,graphstate -2404,SUCCESS,2,1,2325.24,20490275.16,20492600.4,127,509,3883,3720.38,su2random -2405,SUCCESS,2,1,13959.32,20492600.4,20506559.72,127,3139,3780,22334.91,ae -2406,SUCCESS,2,1,95792.83,20506559.72,20602352.55,127,28450,2862,153268.53,grover-v-chain -2407,SUCCESS,2,1,9466.48,20602352.55,20611819.03,127,3850,2090,15146.37,qpeinexact -2408,SUCCESS,2,1,972.22,20611819.03,20612791.25,127,659,1254,1555.55,realamprandom -2409,SUCCESS,2,1,4022.95,20612791.25,20616814.2,127,1682,2033,6436.72,random -2411,SUCCESS,2,1,7193.54,20616814.2,20624007.74,127,2622,2332,11509.66,su2random -2413,SUCCESS,2,1,22236.94,20624007.74,20646244.68,127,6113,3092,35579.1,ae -2414,SUCCESS,2,1,78.29,20646244.68,20646322.97,127,30,2218,125.26,routing -2415,SUCCESS,2,1,2136.73,20646322.97,20648459.7,127,963,1886,3418.77,twolocalrandom -2416,SUCCESS,2,1,23761.69,20648459.7,20672221.39,127,9231,2188,38018.7,qpeexact -2417,SUCCESS,2,1,20094.18,20672221.39,20692315.57,127,8506,2008,32150.69,qnn -2418,SUCCESS,2,1,1363.72,20692315.57,20693679.29,127,286,4053,2181.95,dj -2419,SUCCESS,2,1,551.97,20693679.29,20694231.26,127,129,3637,883.15,vqe -2420,SUCCESS,2,1,2700.3,20694231.26,20696931.56,127,1238,1854,4320.48,ae -2422,SUCCESS,2,1,4055.3,20696931.56,20700986.86,127,3029,1138,6488.48,realamprandom -2423,SUCCESS,2,1,1342.46,20700986.86,20702329.32,127,491,2324,2147.94,portfoliovqe -2424,SUCCESS,2,1,87.46,20702329.32,20702416.78,127,31,2398,139.94,ghz -2425,SUCCESS,2,1,263.02,20702416.78,20702679.8,127,115,1944,420.83,dj -2426,SUCCESS,2,1,50.32,20702679.8,20702730.12,127,16,2673,80.51,ghz -2427,SUCCESS,2,1,18106.17,20702730.12,20720836.29,127,4612,3337,28969.87,qftentangled -2428,SUCCESS,2,1,130.56,20720836.29,20720966.85,127,64,1734,208.9,graphstate -2429,SUCCESS,2,1,419.69,20720966.85,20721386.54,127,96,3716,671.5,graphstate -2430,SUCCESS,2,1,1217.48,20721386.54,20722604.02,127,324,3194,1947.97,ae -2431,SUCCESS,2,1,467.31,20722604.02,20723071.33,127,253,1570,747.7,wstate -2432,SUCCESS,2,1,199.02,20723071.33,20723270.35,127,111,1524,318.43,graphstate -2433,SUCCESS,2,1,4511.86,20723270.35,20727782.21,127,2412,1590,7218.98,ae -2434,SUCCESS,2,1,19241.57,20727782.21,20747023.78,127,5808,2816,30786.51,realamprandom -2435,SUCCESS,2,1,117.62,20747023.78,20747141.4,127,43,2325,188.19,qaoa -2436,SUCCESS,2,1,32729.73,20747141.4,20779871.13,127,7198,3865,52367.57,ae -2437,SUCCESS,2,1,21133.05,20779871.13,20801004.18,127,7851,2288,33812.88,qnn -2438,SUCCESS,2,1,6461.92,20801004.18,20807466.1,127,3289,1670,10339.07,ae -2440,SUCCESS,2,1,1816.44,20807466.1,20809282.54,127,601,2569,2906.3,dj -2443,SUCCESS,2,1,21546.25,20809282.54,20830828.79,127,6154,2976,34474,random -2444,SUCCESS,2,1,21151.89,20830828.79,20851980.68,127,4576,3929,33843.02,qpeinexact -2445,SUCCESS,2,1,615.05,20851980.68,20852595.73,127,274,1908,984.08,qft -2446,SUCCESS,2,1,104.48,20852595.73,20852700.21,127,41,2166,167.17,graphstate -2448,SUCCESS,2,1,4866.6,20852700.21,20857566.81,127,1888,2191,7786.56,qpeinexact -2449,SUCCESS,2,1,1445.61,20857566.81,20859012.42,127,707,1738,2312.98,qpeexact -2450,SUCCESS,2,1,9332.23,20859012.42,20868344.65,127,5229,1517,14931.57,su2random -2451,SUCCESS,2,1,2193.85,20868344.65,20870538.5,127,748,2493,3510.16,twolocalrandom -2452,SUCCESS,2,1,310.47,20870538.5,20870848.97,127,73,3615,496.75,graphstate -2453,SUCCESS,2,1,6998.48,20870848.97,20877847.45,127,1975,3012,11197.57,qnn -2455,SUCCESS,2,1,272.03,20877847.45,20878119.48,127,178,1299,435.25,ae -2456,SUCCESS,2,1,3284.54,20878119.48,20881404.02,127,2214,1261,5255.26,qftentangled -2457,SUCCESS,2,1,2826.73,20881404.02,20884230.75,127,612,3926,4522.77,portfoliovqe -2458,SUCCESS,2,1,1329.4,20884230.75,20885560.15,127,404,2797,2127.04,qnn -2459,SUCCESS,2,1,1837.2,20885560.15,20887397.35,127,511,3056,2939.52,qpeinexact -2460,SUCCESS,2,1,17599.77,20887397.35,20904997.12,127,6637,2254,28159.63,realamprandom -2461,SUCCESS,2,1,275,20904997.12,20905272.12,127,112,2087,440,graphstate -2463,SUCCESS,2,1,358.73,20905272.12,20905630.85,127,88,3465,573.97,graphstate -2464,SUCCESS,2,1,18420.4,20905630.85,20924051.25,127,7396,2117,29472.64,realamprandom -2466,SUCCESS,2,1,10038.48,20924051.25,20934089.73,127,2567,3324,16061.57,su2random -2467,SUCCESS,2,1,21314.42,20934089.73,20955404.15,127,8765,2067,34103.07,random -2468,SUCCESS,2,1,378.83,20955404.15,20955782.98,127,201,1602,606.13,wstate -2469,SUCCESS,2,1,8476.06,20955782.98,20964259.04,127,3886,1854,13561.7,twolocalrandom -2471,SUCCESS,2,1,1182.64,20964259.04,20965441.68,127,279,3603,1892.22,su2random -2472,SUCCESS,2,1,7451.5,20965441.68,20972893.18,127,2581,2454,11922.4,twolocalrandom -2473,SUCCESS,2,1,156.92,20972893.18,20973050.1,127,64,2084,251.07,wstate -2474,SUCCESS,2,1,30.8,20973050.1,20973080.9,127,18,1454,49.28,ghz -2476,SUCCESS,2,1,14873.93,20973080.9,20987954.83,127,3460,3654,23798.29,ae -2477,SUCCESS,2,1,2611.01,20987954.83,20990565.84,127,589,3768,4177.62,portfoliovqe -2480,SUCCESS,2,1,30.35,20990565.84,20990596.19,127,18,1433,48.56,ghz -2482,SUCCESS,2,1,883.21,20990596.19,20991479.4,127,690,1088,1413.14,realamprandom -2483,SUCCESS,2,1,191.12,20991479.4,20991670.52,127,44,3692,305.79,ghz -2484,SUCCESS,2,1,15690.85,20991670.52,21007361.37,127,6719,1985,25105.36,qft -2485,SUCCESS,2,1,5343.93,21007361.37,21012705.3,127,3754,1210,8550.29,twolocalrandom -2486,SUCCESS,2,1,18074.3,21012705.3,21030779.6,127,5185,2963,28918.88,qft -2489,SUCCESS,2,1,700.46,21030779.6,21031480.06,127,169,3523,1120.74,wstate -2490,SUCCESS,2,1,1114.41,21031480.06,21032594.47,127,584,1622,1783.06,ghz -2491,SUCCESS,2,1,381.34,21032594.47,21032975.81,127,89,3642,610.14,wstate -2492,SUCCESS,2,1,513.42,21032975.81,21033489.23,127,113,3862,821.47,dj -2493,SUCCESS,2,1,18853.32,21033489.23,21052342.55,127,9596,1670,30165.31,qnn -2496,SUCCESS,2,1,406.28,21052342.55,21052748.83,127,229,1508,650.05,wstate -2497,SUCCESS,2,1,35144.48,21052748.83,21087893.31,127,9220,3240,56231.17,su2random -2498,SUCCESS,2,1,201.94,21087893.31,21088095.25,127,96,1788,323.1,graphstate -2499,SUCCESS,2,1,1189.49,21088095.25,21089284.74,127,294,3439,1903.18,dj -2500,SUCCESS,2,1,2172.76,21089284.74,21091457.5,127,1353,1365,3476.42,qft -2501,SUCCESS,2,1,314.8,21091457.5,21091772.3,127,175,1529,503.68,graphstate -2503,SUCCESS,2,1,448.96,21091772.3,21092221.26,127,184,2074,718.34,twolocalrandom -2504,SUCCESS,2,1,48.79,21092221.26,21092270.05,127,11,3770,78.06,ghz -2506,SUCCESS,2,1,233.75,21092270.05,21092503.8,127,82,2423,374,dj -2507,SUCCESS,2,1,1081.5,21092503.8,21093585.3,127,873,1053,1730.4,ghz -2508,SUCCESS,2,1,7908.65,21093585.3,21101493.95,127,4536,1482,12653.84,su2random -2509,SUCCESS,2,1,1070.18,21101493.95,21102564.13,127,230,3955,1712.29,su2random -2511,SUCCESS,2,1,3409,21102564.13,21105973.13,127,850,3409,5454.4,ae -2512,SUCCESS,2,1,1167.57,21105973.13,21107140.7,127,548,1811,1868.11,realamprandom -2514,SUCCESS,2,1,1473.88,21107140.7,21108614.58,127,353,3549,2358.21,su2random -2515,SUCCESS,2,1,1205.92,21108614.58,21109820.5,127,728,1408,1929.47,qft -2516,SUCCESS,2,1,6428.53,21109820.5,21116249.03,127,3126,1748,10285.65,qnn -2517,SUCCESS,2,1,2853.68,21116249.03,21119102.71,127,625,3881,4565.89,su2random -2518,SUCCESS,2,1,1294.05,21119102.71,21120396.76,127,289,3806,2070.48,wstate -2519,SUCCESS,2,1,3384.51,21120396.76,21123781.27,127,1427,2016,5415.22,qpeexact -2520,SUCCESS,2,1,4933.21,21123781.27,21128714.48,127,1126,3724,7893.14,wstate -2521,SUCCESS,2,1,43072.61,21128714.48,21171787.09,127,9378,3904,68916.18,qpeexact -2522,SUCCESS,2,1,12457.06,21171787.09,21184244.15,127,6516,1625,19931.3,ae -2525,SUCCESS,2,1,1541.87,21184244.15,21185786.02,127,379,3458,2466.99,ae -2526,SUCCESS,2,1,525.88,21185786.02,21186311.9,127,112,3991,841.41,ghz -2527,SUCCESS,2,1,1018.88,21186311.9,21187330.78,127,281,3082,1630.21,wstate -2530,SUCCESS,2,1,5843.44,21187330.78,21193174.22,127,2555,1944,9349.5,qftentangled -2531,SUCCESS,2,1,2562.6,21193174.22,21195736.82,127,688,3166,4100.16,ae -2533,SUCCESS,2,1,295.19,21195736.82,21196032.01,127,110,2281,472.3,graphstate -2534,SUCCESS,2,1,10747.74,21196032.01,21206779.75,127,8186,1116,17196.38,qnn -2536,SUCCESS,2,1,18878.94,21206779.75,21225658.69,127,8121,1976,30206.3,qpeinexact -2537,SUCCESS,2,1,23378.83,21225658.69,21249037.52,127,12000,1656,37406.13,realamprandom -2538,SUCCESS,2,1,5665.61,21249037.52,21254703.13,127,1545,3117,9064.98,su2random -2539,SUCCESS,2,1,996.95,21254703.13,21255700.08,127,367,2309,1595.12,dj -2541,SUCCESS,2,1,81.75,21255700.08,21255781.83,127,60,1158,130.8,ghz -2542,SUCCESS,2,1,475.49,21255781.83,21256257.32,127,192,2105,760.78,graphstate -2543,SUCCESS,2,1,6211.32,21256257.32,21262468.64,127,1627,3245,9938.11,realamprandom -2544,SUCCESS,2,1,2568.67,21262468.64,21265037.31,127,577,3784,4109.87,ghz -2545,SUCCESS,2,1,35873.28,21265037.31,21300910.59,127,11072,2754,57397.25,su2random -2546,SUCCESS,2,1,3757.54,21300910.59,21304668.13,127,929,3438,6012.06,ae -2551,SUCCESS,2,1,1384.78,21304668.13,21306052.91,127,603,1952,2215.65,qft -2552,SUCCESS,2,1,406.57,21306052.91,21306459.48,127,231,1496,650.51,qftentangled -2553,SUCCESS,2,1,28174.01,21306459.48,21334633.49,127,7821,3062,45078.42,random -2555,SUCCESS,2,1,1478.25,21334633.49,21336111.74,127,342,3674,2365.2,qpeexact -2557,SUCCESS,2,1,1901.44,21336111.74,21338013.18,127,718,2251,3042.3,qwalk-v-chain -2558,SUCCESS,2,1,6461.46,21338013.18,21344474.64,127,1995,2753,10338.34,qnn -2560,SUCCESS,2,1,16433.59,21344474.64,21360908.23,127,3802,3674,26293.74,su2random -2562,SUCCESS,2,1,48833.78,21360908.23,21409742.01,127,11457,3623,78134.05,twolocalrandom -2563,SUCCESS,2,1,3393.94,21409742.01,21413135.95,127,971,2971,5430.3,qpeinexact -2565,SUCCESS,2,1,21332.23,21413135.95,21434468.18,127,5027,3607,34131.57,random -2567,SUCCESS,2,1,1137.99,21434468.18,21435606.17,127,873,1108,1820.78,dj -2569,SUCCESS,2,1,7274.71,21435606.17,21442880.88,127,2309,2678,11639.54,realamprandom -2570,SUCCESS,2,1,2297.71,21442880.88,21445178.59,127,555,3519,3676.34,dj -2571,SUCCESS,2,1,2877.3,21445178.59,21448055.89,127,983,2488,4603.68,qft -2572,SUCCESS,2,1,967.24,21448055.89,21449023.13,127,341,2411,1547.58,portfoliovqe -2574,SUCCESS,2,1,8164.55,21449023.13,21457187.68,127,2403,2888,13063.28,random -2575,SUCCESS,2,1,2800.27,21457187.68,21459987.95,127,616,3864,4480.43,dj -2576,SUCCESS,2,1,13925.92,21459987.95,21473913.87,127,9655,1226,22281.47,twolocalrandom -2577,SUCCESS,2,1,28898.79,21473913.87,21502812.66,127,10547,2329,46238.06,su2random -2578,SUCCESS,2,1,5419.12,21502812.66,21508231.78,127,3253,1416,8670.59,qft -2579,SUCCESS,2,1,103.59,21508231.78,21508335.37,127,23,3828,165.74,vqe -2580,SUCCESS,2,1,24708.38,21508335.37,21533043.75,127,9634,2180,39533.41,su2random -2581,SUCCESS,2,1,7581.28,21533043.75,21540625.03,127,1934,3332,12130.05,qft -2582,SUCCESS,2,1,2258.37,21540625.03,21542883.4,127,1462,1313,3613.39,realamprandom -2583,SUCCESS,2,1,30807.95,21542883.4,21573691.35,127,7030,3725,49292.72,qpeexact -2585,SUCCESS,2,1,921.3,21573691.35,21574612.65,127,224,3496,1474.08,ae -2586,SUCCESS,2,1,259.36,21574612.65,21574872.01,127,89,2477,414.98,ghz -2587,SUCCESS,2,1,4602.9,21574872.01,21579474.91,127,1279,3059,7364.64,realamprandom -2588,SUCCESS,2,1,4439.74,21579474.91,21583914.65,127,1447,2608,7103.58,qpeexact -2589,SUCCESS,2,1,1545.6,21583914.65,21585460.25,127,714,1840,2472.96,wstate -2591,SUCCESS,2,1,5218.87,21585460.25,21590679.12,127,1357,3269,8350.19,wstate -2592,SUCCESS,2,1,776.69,21590679.12,21591455.81,127,337,1959,1242.7,wstate -2593,SUCCESS,2,1,30734.54,21591455.81,21622190.35,127,12317,2121,49175.26,su2random -2594,SUCCESS,2,1,4180.95,21622190.35,21626371.3,127,1403,2533,6689.52,ae -2595,SUCCESS,2,1,6779.02,21626371.3,21633150.32,127,3113,1851,10846.43,qpeexact -2596,SUCCESS,2,1,32621.48,21633150.32,21665771.8,127,7824,3544,52194.37,qftentangled -2597,SUCCESS,2,1,11848.9,21665771.8,21677620.7,127,4317,2333,18958.24,qft -2598,SUCCESS,2,1,54113.4,21677620.7,21731734.1,127,15487,2970,86581.44,random -2599,SUCCESS,2,1,3423.17,21731734.1,21735157.27,127,1379,2110,5477.07,twolocalrandom -2600,SUCCESS,2,1,7065.71,21735157.27,21742222.98,127,2692,2231,11305.14,qftentangled -2601,SUCCESS,2,1,18250.34,21742222.98,21760473.32,127,4044,3836,29200.54,qpeexact -2602,SUCCESS,2,1,6056.16,21760473.32,21766529.48,127,2442,2108,9689.86,qnn -2603,SUCCESS,2,1,20201.91,21766529.48,21786731.39,127,7084,2424,32323.06,ae -2604,SUCCESS,2,1,6337.5,21786731.39,21793068.89,127,1731,3112,10140,realamprandom -2605,SUCCESS,2,1,3437.99,21793068.89,21796506.88,127,2681,1090,5500.78,qpeexact -2606,SUCCESS,2,1,1761.84,21796506.88,21798268.72,127,797,1879,2818.94,su2random -2607,SUCCESS,2,1,188.44,21798268.72,21798457.16,127,46,3482,301.5,ghz -2609,SUCCESS,2,1,272.93,21798457.16,21798730.09,127,165,1406,436.69,wstate -2610,SUCCESS,2,1,22850.66,21798730.09,21821580.75,127,5831,3331,36561.06,twolocalrandom -2612,SUCCESS,2,1,9921.13,21821580.75,21831501.88,127,2774,3040,15873.81,twolocalrandom -2613,SUCCESS,2,1,178.45,21831501.88,21831680.33,127,120,1264,285.52,graphstate -2614,SUCCESS,2,1,96.54,21831680.33,21831776.87,127,24,3419,154.46,graphstate -2616,SUCCESS,2,1,297.13,21831776.87,21832074,127,103,2452,475.41,dj -2618,SUCCESS,2,1,4846.24,21832074,21836920.24,127,1791,2300,7753.98,ae -2619,SUCCESS,2,1,4857.76,21836920.24,21841778,127,2384,1732,7772.42,qpeexact -2621,SUCCESS,2,1,2660.87,21841778,21844438.87,127,849,2664,4257.39,twolocalrandom -2622,SUCCESS,2,1,4754.53,21844438.87,21849193.4,127,1228,3291,7607.25,qftentangled -2623,SUCCESS,2,1,1842.04,21849193.4,21851035.44,127,557,2811,2947.26,dj -2624,SUCCESS,2,1,150.68,21851035.44,21851186.12,127,56,2287,241.09,ghz -2625,SUCCESS,2,1,6940.45,21851186.12,21858126.57,127,1749,3373,11104.72,qftentangled -2626,SUCCESS,2,1,4847.02,21858126.57,21862973.59,127,1560,2641,7755.23,qnn -2627,SUCCESS,2,1,97.36,21862973.59,21863070.95,127,64,1293,155.78,graphstate -2630,SUCCESS,2,1,14271.96,21863070.95,21877342.91,127,9799,1238,22835.14,qpeexact -2631,SUCCESS,2,1,10359.94,21877342.91,21887702.85,127,2978,2957,16575.9,qpeinexact -2632,SUCCESS,2,1,3693.34,21887702.85,21891396.19,127,2793,1124,5909.34,realamprandom -2635,SUCCESS,2,1,819.96,21891396.19,21892216.15,127,352,1980,1311.94,portfoliovqe -2636,SUCCESS,2,1,501.31,21892216.15,21892717.46,127,309,1379,802.1,qpeexact -2637,SUCCESS,2,1,225.67,21892717.46,21892943.13,127,65,2951,361.07,dj -2639,SUCCESS,2,1,1657.81,21892943.13,21894600.94,127,921,1530,2652.5,wstate -2640,SUCCESS,2,1,595.39,21894600.94,21895196.33,127,137,3694,952.62,graphstate -2641,SUCCESS,2,1,22362.27,21895196.33,21917558.6,127,4932,3854,35779.63,qft -2642,SUCCESS,2,1,170.37,21917558.6,21917728.97,127,47,3081,272.59,graphstate -2643,SUCCESS,2,1,1145.13,21917728.97,21918874.1,127,711,1369,1832.21,ae -2644,SUCCESS,2,1,27189.87,21918874.1,21946063.97,127,5762,4011,43503.79,qpeexact -2645,SUCCESS,2,1,506.9,21946063.97,21946570.87,127,334,1290,811.04,wstate -2646,SUCCESS,2,1,312.99,21946570.87,21946883.86,127,71,3747,500.78,ghz -2647,SUCCESS,2,1,8564.07,21946883.86,21955447.93,127,2162,3367,13702.51,qft -2649,SUCCESS,2,1,188.3,21955447.93,21955636.23,127,93,1721,301.28,wstate -2650,SUCCESS,2,1,285.32,21955636.23,21955921.55,127,169,1435,456.51,wstate -2651,SUCCESS,2,1,25790.41,21955921.55,21981711.96,127,6459,3394,41264.66,qft -2652,SUCCESS,2,1,1876.9,21981711.96,21983588.86,127,1011,1578,3003.04,qpeexact -2653,SUCCESS,2,1,47203.31,21983588.86,22030792.17,127,9798,4095,75525.3,qnn -2654,SUCCESS,2,1,304.36,22030792.17,22031096.53,127,97,2667,486.98,graphstate -2655,SUCCESS,2,1,12810.37,22031096.53,22043906.9,127,2661,4092,20496.59,qftentangled -2656,SUCCESS,2,1,665.55,22043906.9,22044572.45,127,519,1090,1064.88,qftentangled -2657,SUCCESS,2,1,1173.43,22044572.45,22045745.88,127,439,2272,1877.49,su2random -2659,SUCCESS,2,1,30027.45,22045745.88,22075773.33,127,7732,3301,48043.92,qpeexact -2662,SUCCESS,2,1,42794.2,22075773.33,22118567.53,127,9646,3771,68470.72,realamprandom -2663,SUCCESS,2,1,139.05,22118567.53,22118706.58,127,44,2686,222.48,ghz -2664,SUCCESS,2,1,3002.44,22118706.58,22121709.02,127,877,2910,4803.9,dj -2666,SUCCESS,2,1,3294.04,22121709.02,22125003.06,127,2010,1393,5270.46,qnn -2667,SUCCESS,2,1,3871.64,22125003.06,22128874.7,127,932,3531,6194.62,wstate -2668,SUCCESS,2,1,4031.01,22128874.7,22132905.71,127,1779,1926,6449.62,ae -2669,SUCCESS,2,1,13427.5,22132905.71,22146333.21,127,3527,3236,21484,realamprandom -2670,SUCCESS,2,1,686.73,22146333.21,22147019.94,127,296,1972,1098.77,dj -2671,SUCCESS,2,1,562.55,22147019.94,22147582.49,127,344,1390,900.08,dj -2672,SUCCESS,2,1,2057.3,22147582.49,22149639.79,127,627,2789,3291.68,qft -2674,SUCCESS,2,1,9874.21,22149639.79,22159514,127,7053,1190,15798.74,qpeexact -2676,SUCCESS,2,1,4236.25,22159514,22163750.25,127,2468,1459,6778,qft -2678,SUCCESS,2,1,2792.43,22163750.25,22166542.68,127,1211,1960,4467.89,realamprandom -2679,SUCCESS,2,1,8011.8,22166542.68,22174554.48,127,3887,1752,12818.88,qpeexact -2680,SUCCESS,2,1,2556.37,22174554.48,22177110.85,127,696,3122,4090.19,qftentangled -2681,SUCCESS,2,1,1338.07,22177110.85,22178448.92,127,493,2307,2140.91,qftentangled -2682,SUCCESS,2,1,7906.55,22178448.92,22186355.47,127,1899,3539,12650.48,qft -2683,SUCCESS,2,1,2212.39,22186355.47,22188567.86,127,535,3515,3539.82,dj -2684,SUCCESS,2,1,786.61,22188567.86,22189354.47,127,181,3694,1258.58,qnn -2685,SUCCESS,2,1,4976.25,22189354.47,22194330.72,127,1156,3659,7962,qftentangled -2688,SUCCESS,2,1,1449.01,22194330.72,22195779.73,127,525,2346,2318.42,realamprandom -2689,SUCCESS,2,1,69313.93,22195779.73,22265093.66,127,33324,1768,110902.29,shor -2690,SUCCESS,2,1,16044.26,22265093.66,22281137.92,127,5156,2645,25670.82,realamprandom -2691,SUCCESS,2,1,10344.8,22281137.92,22291482.72,127,2724,3228,16551.68,ae -2692,SUCCESS,2,1,2148.02,22291482.72,22293630.74,127,1081,1689,3436.83,ae -2693,SUCCESS,2,1,1249.42,22293630.74,22294880.16,127,750,1416,1999.07,wstate -2695,SUCCESS,2,1,343.29,22294880.16,22295223.45,127,107,2727,549.26,ghz -2696,SUCCESS,2,1,6366.29,22295223.45,22301589.74,127,1822,2970,10186.06,qpeinexact -2697,SUCCESS,2,1,135183.89,22301589.74,22436773.63,127,49657,2314,216294.22,random -2698,SUCCESS,2,1,14366.11,22436773.63,22451139.74,127,7026,1738,22985.78,su2random -2700,SUCCESS,2,1,19354,22451139.74,22470493.74,127,4451,3696,30966.4,qpeinexact -2701,SUCCESS,2,1,11966.3,22470493.74,22482460.04,127,6661,1527,19146.08,realamprandom -2704,SUCCESS,2,1,1514.51,22482460.04,22483974.55,127,1245,1034,2423.22,ae -2705,SUCCESS,2,1,6197.21,22483974.55,22490171.76,127,1375,3831,9915.54,wstate -2706,SUCCESS,2,1,783.67,22490171.76,22490955.43,127,542,1229,1253.87,ae -2707,SUCCESS,2,1,2629.79,22490955.43,22493585.22,127,1363,1640,4207.66,qpeinexact -2708,SUCCESS,2,1,4090.6,22493585.22,22497675.82,127,1154,3013,6544.96,twolocalrandom -2710,SUCCESS,2,1,2291.89,22497675.82,22499967.71,127,806,2417,3667.02,wstate -2711,SUCCESS,2,1,10376.76,22499967.71,22510344.47,127,5140,1716,16602.82,qft -2712,SUCCESS,2,1,457.49,22510344.47,22510801.96,127,128,3038,731.98,graphstate -2713,SUCCESS,2,1,12408.8,22510801.96,22523210.76,127,4814,2191,19854.08,ae -2714,SUCCESS,2,1,4617.86,22523210.76,22527828.62,127,3710,1058,7388.58,ae -2715,SUCCESS,2,1,4209.55,22527828.62,22532038.17,127,1553,2304,6735.28,qnn -2716,SUCCESS,2,1,804.86,22532038.17,22532843.03,127,618,1107,1287.78,wstate -2717,SUCCESS,2,1,1016.9,22532843.03,22533859.93,127,294,2940,1627.04,qpeinexact -2718,SUCCESS,2,1,98.95,22533859.93,22533958.88,127,21,4005,158.32,dj -2719,SUCCESS,2,1,28152.62,22533958.88,22562111.5,127,10892,2197,45044.19,qnn -2720,SUCCESS,2,1,378.18,22562111.5,22562489.68,127,265,1213,605.09,dj -2721,SUCCESS,2,1,3755.37,22562489.68,22566245.05,127,833,3832,6008.59,ghz -2722,SUCCESS,2,1,154.48,22566245.05,22566399.53,127,50,2626,247.17,ghz -2723,SUCCESS,2,1,39561.53,22566399.53,22605961.06,127,14141,2378,63298.45,su2random -2724,SUCCESS,2,1,962.8,22605961.06,22606923.86,127,488,1677,1540.48,dj -2725,SUCCESS,2,1,13292.79,22606923.86,22620216.65,127,3532,3199,21268.46,qft -2726,SUCCESS,2,1,4291.03,22620216.65,22624507.68,127,1043,3497,6865.65,su2random -2728,SUCCESS,2,1,14307.28,22624507.68,22638814.96,127,7663,1587,22891.65,qftentangled -2730,SUCCESS,2,1,1307.61,22638814.96,22640122.57,127,718,1548,2092.18,qpeinexact -2731,SUCCESS,2,1,157.22,22640122.57,22640279.79,127,70,1909,251.55,dj -2732,SUCCESS,2,1,21603.36,22640279.79,22661883.15,127,5115,3590,34565.38,realamprandom -2733,SUCCESS,2,1,1284.24,22661883.15,22663167.39,127,269,4058,2054.78,ghz -2735,SUCCESS,2,1,3965.41,22663167.39,22667132.8,127,1018,3311,6344.66,wstate -2736,SUCCESS,2,1,103.64,22667132.8,22667236.44,127,28,3146,165.82,vqe -2737,SUCCESS,2,1,1762.71,22667236.44,22668999.15,127,978,1532,2820.34,su2random -2740,SUCCESS,2,1,4273.08,22668999.15,22673272.23,127,1058,3433,6836.93,wstate -2741,SUCCESS,2,1,999.42,22673272.23,22674271.65,127,500,1699,1599.07,qft -2742,SUCCESS,2,1,1179.13,22674271.65,22675450.78,127,469,2137,1886.61,dj -2743,SUCCESS,2,1,1102.09,22675450.78,22676552.87,127,265,3535,1763.34,wstate -2744,SUCCESS,2,1,79.15,22676552.87,22676632.02,127,35,1922,126.64,qaoa -2745,SUCCESS,2,1,15586.8,22676632.02,22692218.82,127,5051,2623,24938.88,realamprandom -2746,SUCCESS,2,1,3927,22692218.82,22696145.82,127,935,3570,6283.2,twolocalrandom -2747,SUCCESS,2,1,96.76,22696145.82,22696242.58,127,80,1028,154.82,ghz -2748,SUCCESS,2,1,794.96,22696242.58,22697037.54,127,394,1715,1271.94,portfoliovqe -2749,SUCCESS,2,1,496.13,22697037.54,22697533.67,127,193,2185,793.81,wstate -2750,SUCCESS,2,1,65609.97,22697533.67,22763143.64,127,13622,4094,104975.95,qnn -2751,SUCCESS,2,1,9711.4,22763143.64,22772855.04,127,5973,1382,15538.24,qftentangled -2752,SUCCESS,2,1,12799.72,22772855.04,22785654.76,127,4302,2529,20479.55,qpeexact -2753,SUCCESS,2,1,6472.74,22785654.76,22792127.5,127,3271,1682,10356.38,qpeinexact -2754,SUCCESS,2,1,1791.48,22792127.5,22793918.98,127,462,3296,2866.37,su2random -2755,SUCCESS,2,1,866.3,22793918.98,22794785.28,127,309,2383,1386.08,qpeinexact -2757,SUCCESS,2,1,1226.71,22794785.28,22796011.99,127,261,3995,1962.74,qftentangled -2758,SUCCESS,2,1,23430.53,22796011.99,22819442.52,127,8566,2325,37488.85,ae -2760,SUCCESS,2,1,26470.7,22819442.52,22845913.22,127,11404,1973,42353.12,qpeexact -2761,SUCCESS,2,1,2810.75,22845913.22,22848723.97,127,2168,1102,4497.2,qpeexact -2762,SUCCESS,2,1,206.41,22848723.97,22848930.38,127,57,3078,330.26,ghz -2763,SUCCESS,2,1,14694.04,22848930.38,22863624.42,127,8266,1511,23510.46,twolocalrandom -2764,SUCCESS,2,1,2368.34,22863624.42,22865992.76,127,597,3372,3789.34,qpeinexact -2765,SUCCESS,2,1,3049.97,22865992.76,22869042.73,127,2323,1116,4879.95,qft -2766,SUCCESS,2,1,3779.69,22869042.73,22872822.42,127,815,3942,6047.5,su2random -2767,SUCCESS,2,1,6922.63,22872822.42,22879745.05,127,1621,3630,11076.21,qftentangled -2768,SUCCESS,2,1,1465.57,22879745.05,22881210.62,127,359,3470,2344.91,portfoliovqe -2769,SUCCESS,2,1,3546.24,22881210.62,22884756.86,127,860,3505,5673.98,qftentangled -2770,SUCCESS,2,1,63.97,22884756.86,22884820.83,127,32,1699,102.35,graphstate -2771,SUCCESS,2,1,3548.33,22884820.83,22888369.16,127,1136,2655,5677.33,grover-v-chain -2772,SUCCESS,2,1,14671.18,22888369.16,22903040.34,127,3500,3563,23473.89,qftentangled -2773,SUCCESS,2,1,3507.77,22903040.34,22906548.11,127,838,3558,5612.43,twolocalrandom -2774,SUCCESS,2,1,10841.32,22906548.11,22917389.43,127,2498,3689,17346.11,qpeexact -2775,SUCCESS,2,1,389.41,22917389.43,22917778.84,127,193,1715,623.06,dj -2776,SUCCESS,2,1,1606.22,22917778.84,22919385.06,127,786,1737,2569.95,dj -2778,SUCCESS,2,1,1035.29,22919385.06,22920420.35,127,317,2776,1656.46,wstate -2779,SUCCESS,2,1,1862.97,22920420.35,22922283.32,127,748,2117,2980.75,twolocalrandom -2780,SUCCESS,2,1,7361.93,22922283.32,22929645.25,127,1694,3694,11779.09,qnn -2781,SUCCESS,2,1,22479.02,22929645.25,22952124.27,127,10067,1898,35966.43,su2random -2782,SUCCESS,2,1,37524.45,22952124.27,22989648.72,127,15031,2122,60039.12,qnn -2784,SUCCESS,2,1,837.67,22989648.72,22990486.39,127,236,3017,1340.27,qft -2785,SUCCESS,2,1,7422.88,22990486.39,22997909.27,127,1697,3718,11876.61,qftentangled -2786,SUCCESS,2,1,8588.28,22997909.27,23006497.55,127,3661,1994,13741.25,qft -2787,SUCCESS,2,1,729.48,23006497.55,23007227.03,127,313,1981,1167.17,dj -2789,SUCCESS,2,1,2838.64,23007227.03,23010065.67,127,629,3836,4541.82,dj -2790,SUCCESS,2,1,2145.9,23010065.67,23012211.57,127,1019,1790,3433.44,ghz -2791,SUCCESS,2,1,16493.62,23012211.57,23028705.19,127,3592,3903,26389.79,qftentangled -2793,SUCCESS,2,1,1631.19,23028705.19,23030336.38,127,565,2454,2609.9,dj -2794,SUCCESS,2,1,16554.77,23030336.38,23046891.15,127,4407,3193,26487.63,qft -2796,SUCCESS,2,1,140827.24,23046891.15,23187718.39,127,53775,2226,225323.58,random -2797,SUCCESS,2,1,9480.12,23187718.39,23197198.51,127,2678,3009,15168.19,qpeinexact -2798,SUCCESS,2,1,699.12,23197198.51,23197897.63,127,236,2518,1118.59,random -2799,SUCCESS,2,1,417.84,23197897.63,23198315.47,127,130,2732,668.54,dj -2800,SUCCESS,2,1,3291.08,23198315.47,23201606.55,127,1903,1470,5265.73,qwalk-v-chain -2801,SUCCESS,2,1,958.02,23201606.55,23202564.57,127,365,2231,1532.83,portfolioqaoa -2802,SUCCESS,2,1,7350.63,23202564.57,23209915.2,127,3239,1929,11761.01,realamprandom -2803,SUCCESS,2,1,15676.62,23209915.2,23225591.82,127,4405,3025,25082.59,twolocalrandom -2804,SUCCESS,2,1,13149.07,23225591.82,23238740.89,127,2759,4051,21038.51,su2random -2805,SUCCESS,2,1,16167.4,23238740.89,23254908.29,127,4687,2932,25867.84,realamprandom -2806,SUCCESS,2,1,2582.18,23254908.29,23257490.47,127,913,2404,4131.49,ae -2807,SUCCESS,2,1,23451.85,23257490.47,23280942.32,127,7664,2601,37522.96,qpeexact -2808,SUCCESS,2,1,382.42,23280942.32,23281324.74,127,188,1729,611.87,dj -2809,SUCCESS,2,1,5364.77,23281324.74,23286689.51,127,2153,2118,8583.63,su2random -2810,SUCCESS,2,1,6659.55,23286689.51,23293349.06,127,4331,1307,10655.28,qpeexact -2812,SUCCESS,2,1,20970.1,23293349.06,23314319.16,127,7915,2252,33552.16,qft -2814,SUCCESS,2,1,5777.19,23314319.16,23320096.35,127,1211,4055,9243.5,random -2816,SUCCESS,2,1,313.84,23320096.35,23320410.19,127,195,1368,502.14,qpeexact -2817,SUCCESS,2,1,546.73,23320410.19,23320956.92,127,157,2960,874.77,graphstate -2818,SUCCESS,2,1,48939.89,23320956.92,23369896.81,127,12388,3358,78303.82,qnn -2819,SUCCESS,2,1,21112.11,23369896.81,23391008.92,127,4612,3891,33779.38,twolocalrandom -2820,SUCCESS,2,1,393.06,23391008.92,23391401.98,127,314,1064,628.9,random -2821,SUCCESS,2,1,1223.97,23391401.98,23392625.95,127,392,2654,1958.35,qnn -2822,SUCCESS,2,1,5830.41,23392625.95,23398456.36,127,1329,3729,9328.66,ae -2824,SUCCESS,2,1,9330.5,23398456.36,23407786.86,127,5187,1529,14928.8,qnn -2825,SUCCESS,2,1,10099.09,23407786.86,23417885.95,127,2904,2956,16158.54,ae -2827,SUCCESS,2,1,5262.93,23417885.95,23423148.88,127,2053,2179,8420.69,qftentangled -2828,SUCCESS,2,1,1746.95,23423148.88,23424895.83,127,717,2071,2795.12,qnn -2829,SUCCESS,2,1,669.6,23424895.83,23425565.43,127,153,3720,1071.36,qftentangled -2830,SUCCESS,2,1,8388.86,23425565.43,23433954.29,127,2793,2553,13422.18,twolocalrandom -2832,SUCCESS,2,1,6145.07,23433954.29,23440099.36,127,2067,2527,9832.11,pricingput -2834,SUCCESS,2,1,199.5,23440099.36,23440298.86,127,78,2174,319.2,dj -2835,SUCCESS,2,1,520.09,23440298.86,23440818.95,127,148,2987,832.14,wstate -2837,SUCCESS,2,1,24762.62,23440818.95,23465581.57,127,5219,4033,39620.19,qpeinexact -2840,SUCCESS,2,1,7245.33,23465581.57,23472826.9,127,1518,4057,11592.53,pricingput -2842,SUCCESS,2,1,193.23,23472826.9,23473020.13,127,107,1535,309.17,graphstate -2843,SUCCESS,2,1,7532.19,23473020.13,23480552.32,127,4047,1582,12051.5,ae -2844,SUCCESS,2,1,406.45,23480552.32,23480958.77,127,325,1063,650.32,wstate -2847,SUCCESS,2,1,5946.5,23480958.77,23486905.27,127,1752,2885,9514.4,qpeexact -2848,SUCCESS,2,1,43204.82,23486905.27,23530110.09,127,14464,2539,69127.71,random -2850,SUCCESS,2,1,11540.35,23530110.09,23541650.44,127,3053,3213,18464.56,qpeexact -2852,SUCCESS,2,1,6038.64,23541650.44,23547689.08,127,1327,3868,9661.82,qpeinexact -2853,SUCCESS,2,1,21959.43,23547689.08,23569648.51,127,5612,3326,35135.09,su2random -2854,SUCCESS,2,1,4887.27,23569648.51,23574535.78,127,2498,1663,7819.63,qpeinexact -2855,SUCCESS,2,1,22257.4,23574535.78,23596793.18,127,4846,3904,35611.84,qft -2857,SUCCESS,2,1,34983.63,23596793.18,23631776.81,127,8677,3427,55973.81,qpeexact -2858,SUCCESS,2,1,7526.36,23631776.81,23639303.17,127,1645,3889,12042.18,qftentangled -2859,SUCCESS,2,1,6951.04,23639303.17,23646254.21,127,2177,2714,11121.66,qftentangled -2860,SUCCESS,2,1,9684.84,23646254.21,23655939.05,127,3730,2207,15495.74,qpeinexact -2861,SUCCESS,2,1,18370.44,23655939.05,23674309.49,127,6748,2314,29392.7,su2random -2862,SUCCESS,2,1,1868.6,23674309.49,23676178.09,127,424,3746,2989.76,dj -2863,SUCCESS,2,1,977.8,23676178.09,23677155.89,127,305,2725,1564.48,groundstate -2865,SUCCESS,2,1,264.05,23677155.89,23677419.94,127,82,2737,422.48,graphstate -2866,SUCCESS,2,1,1275.45,23677419.94,23678695.39,127,491,2208,2040.72,dj -2867,SUCCESS,2,1,2744.97,23678695.39,23681440.36,127,740,3153,4391.95,portfoliovqe -2868,SUCCESS,2,1,25018.9,23681440.36,23706459.26,127,6456,3294,40030.24,qpeexact -2869,SUCCESS,2,1,3255.99,23706459.26,23709715.25,127,821,3371,5209.58,dj -2870,SUCCESS,2,1,187.93,23709715.25,23709903.18,127,82,1948,300.69,dj -2871,SUCCESS,2,1,2608.13,23709903.18,23712511.31,127,568,3903,4173.01,random -2872,SUCCESS,2,1,112518.88,23712511.31,23825030.19,127,27610,3464,180030.21,random -2873,SUCCESS,2,1,877.76,23825030.19,23825907.95,127,549,1359,1404.42,dj -2875,SUCCESS,2,1,18768.83,23825907.95,23844676.78,127,4252,3752,30030.13,qpeexact -2876,SUCCESS,2,1,1343.4,23844676.78,23846020.18,127,654,1746,2149.44,portfolioqaoa -2877,SUCCESS,2,1,394.06,23846020.18,23846414.24,127,275,1218,630.5,twolocalrandom -2878,SUCCESS,2,1,272.44,23846414.24,23846686.68,127,139,1666,435.9,graphstate -2879,SUCCESS,2,1,2926,23846686.68,23849612.68,127,626,3973,4681.6,ae -2880,SUCCESS,2,1,203.67,23849612.68,23849816.35,127,49,3533,325.87,ghz -2881,SUCCESS,2,1,5688.38,23849816.35,23855504.73,127,1520,3181,9101.41,qftentangled -2882,SUCCESS,2,1,2696.49,23855504.73,23858201.22,127,853,2687,4314.38,dj -2883,SUCCESS,2,1,61293.12,23858201.22,23919494.34,127,17037,3058,98068.99,pricingcall -2885,SUCCESS,2,1,30132.89,23919494.34,23949627.23,127,20425,1254,48212.62,random -2887,SUCCESS,2,1,130.13,23949627.23,23949757.36,127,52,2127,208.21,graphstate -2889,SUCCESS,2,1,2412.96,23949757.36,23952170.32,127,585,3506,3860.74,qnn -2890,SUCCESS,2,1,4967.05,23952170.32,23957137.37,127,1119,3773,7947.28,qft -2891,SUCCESS,2,1,21659.99,23957137.37,23978797.36,127,4597,4005,34655.98,qftentangled -2892,SUCCESS,2,1,26165.43,23978797.36,24004962.79,127,7384,3012,41864.69,pricingput -2893,SUCCESS,2,1,49000.49,24004962.79,24053963.28,127,20701,2012,78400.78,random -2894,SUCCESS,2,1,1140.1,24053963.28,24055103.38,127,486,1994,1824.16,qpeinexact -2895,SUCCESS,2,1,1085.92,24055103.38,24056189.3,127,482,1915,1737.47,dj -2896,SUCCESS,2,1,4910.56,24056189.3,24061099.86,127,2122,1967,7856.9,ae -2899,SUCCESS,2,1,844.95,24061099.86,24061944.81,127,350,2052,1351.92,dj -2901,SUCCESS,2,1,53346.25,24061944.81,24115291.06,127,13621,3329,85354,random -2902,SUCCESS,2,1,760.43,24115291.06,24116051.49,127,298,2169,1216.69,dj -2903,SUCCESS,2,1,2371.08,24116051.49,24118422.57,127,1597,1262,3793.73,qftentangled -2904,SUCCESS,2,1,18648.78,24118422.57,24137071.35,127,4252,3728,29838.05,qpeinexact -2906,SUCCESS,2,1,8091.75,24137071.35,24145163.1,127,3479,1977,12946.8,qpeinexact -2907,SUCCESS,2,1,804.44,24145163.1,24145967.54,127,228,2999,1287.1,dj -2908,SUCCESS,2,1,13333.62,24145967.54,24159301.16,127,6574,1724,21333.79,qftentangled -2909,SUCCESS,2,1,13723.44,24159301.16,24173024.6,127,3587,3252,21957.5,qftentangled -2910,SUCCESS,2,1,252.73,24173024.6,24173277.33,127,137,1568,404.37,graphstate -2911,SUCCESS,2,1,2181.41,24173277.33,24175458.74,127,839,2210,3490.26,qftentangled -2913,SUCCESS,2,1,141.32,24175458.74,24175600.06,127,42,2860,226.11,ghz -2914,SUCCESS,2,1,5826.18,24175600.06,24181426.24,127,4650,1065,9321.89,qnn -2915,SUCCESS,2,1,1591.72,24181426.24,24183017.96,127,448,3020,2546.75,graphstate -2916,SUCCESS,2,1,51.8,24183017.96,24183069.76,127,35,1258,82.88,qaoa -2917,SUCCESS,2,1,6423,24183069.76,24189492.76,127,2382,2292,10276.8,qnn -2918,SUCCESS,2,1,611.16,24189492.76,24190103.92,127,463,1122,977.86,dj -2920,SUCCESS,2,1,4275.22,24190103.92,24194379.14,127,1878,1935,6840.35,qnn -2921,SUCCESS,2,1,173.42,24194379.14,24194552.56,127,44,3350,277.47,ghz -2922,SUCCESS,2,1,31902.45,24194552.56,24226455.01,127,10107,2683,51043.92,twolocalrandom -2923,SUCCESS,2,1,2543.56,24226455.01,24228998.57,127,529,4087,4069.7,portfoliovqe -2924,SUCCESS,2,1,20280.74,24228998.57,24249279.31,127,9451,1824,32449.18,ae -2925,SUCCESS,2,1,8698.03,24249279.31,24257977.34,127,1980,3734,13916.85,qft -2926,SUCCESS,2,1,1716.41,24257977.34,24259693.75,127,963,1515,2746.26,qpeinexact -2928,SUCCESS,2,1,147.75,24259693.75,24259841.5,127,41,3063,236.4,ghz -2929,SUCCESS,2,1,38006.63,24259841.5,24297848.13,127,9655,3346,60810.61,realamprandom -2930,SUCCESS,2,1,1692.61,24297848.13,24299540.74,127,546,2635,2708.18,qpeinexact -2933,SUCCESS,2,1,14366.02,24299540.74,24313906.76,127,8716,1401,22985.63,qpeinexact -2934,SUCCESS,2,1,3605.76,24313906.76,24317512.52,127,2166,1415,5769.22,qpeinexact -2935,SUCCESS,2,1,107.37,24317512.52,24317619.89,127,65,1404,171.79,graphstate -2936,SUCCESS,2,1,816.98,24317619.89,24318436.87,127,591,1175,1307.17,wstate -2937,SUCCESS,2,1,105.84,24318436.87,24318542.71,127,29,3102,169.34,wstate -2939,SUCCESS,2,1,358.55,24318542.71,24318901.26,127,152,2005,573.68,su2random -2940,SUCCESS,2,1,9038.01,24318901.26,24327939.27,127,2887,2661,14460.82,ae -2941,SUCCESS,2,1,1288.15,24327939.27,24329227.42,127,325,3369,2061.04,wstate -2942,SUCCESS,2,1,40176.82,24329227.42,24369404.24,127,8861,3854,64282.91,qft -2943,SUCCESS,2,1,14458.63,24369404.24,24383862.87,127,7591,1619,23133.81,qnn -2944,SUCCESS,2,1,202.28,24383862.87,24384065.15,127,54,3184,323.65,ghz -2945,SUCCESS,2,1,632.36,24384065.15,24384697.51,127,193,2785,1011.78,wstate -2946,SUCCESS,2,1,2202.04,24384697.51,24386899.55,127,893,2096,3523.26,qft -2948,SUCCESS,2,1,9017.02,24386899.55,24395916.57,127,2757,2780,14427.23,qftentangled -2951,SUCCESS,2,1,9815.76,24395916.57,24405732.33,127,3089,2701,15705.22,ae -2952,SUCCESS,2,1,44.41,24405732.33,24405776.74,127,16,2359,71.06,ghz -2953,SUCCESS,2,1,9831.17,24405776.74,24415607.91,127,3138,2663,15729.87,ae -2954,SUCCESS,2,1,13920.25,24415607.91,24429528.16,127,5621,2105,22272.4,twolocalrandom -2955,SUCCESS,2,1,26034.3,24429528.16,24455562.46,127,5638,3925,41654.88,qpeexact -2957,SUCCESS,2,1,19051.76,24455562.46,24474614.22,127,9259,1749,30482.82,qnn -2958,SUCCESS,2,1,168.01,24474614.22,24474782.23,127,81,1763,268.82,ghz -2959,SUCCESS,2,1,155.03,24474782.23,24474937.26,127,33,3993,248.05,graphstate -2961,SUCCESS,2,1,922.24,24474937.26,24475859.5,127,390,2010,1475.58,dj -2962,SUCCESS,2,1,3538.86,24475859.5,24479398.36,127,878,3426,5662.18,wstate -2963,SUCCESS,2,1,29997.6,24479398.36,24509395.96,127,8620,2958,47996.16,twolocalrandom -2964,SUCCESS,2,1,779.23,24509395.96,24510175.19,127,629,1053,1246.77,portfoliovqe -2965,SUCCESS,2,1,3889.76,24510175.19,24514064.95,127,859,3849,6223.62,ghz -2966,SUCCESS,2,1,2032.08,24514064.95,24516097.03,127,1232,1402,3251.33,qft -2968,SUCCESS,2,1,20905.31,24516097.03,24537002.34,127,8685,2046,33448.5,su2random -2969,SUCCESS,2,1,6758.3,24537002.34,24543760.64,127,1553,3699,10813.28,twolocalrandom -2970,SUCCESS,2,1,1161.05,24543760.64,24544921.69,127,654,1509,1857.68,qpeinexact -2971,SUCCESS,2,1,3572.48,24544921.69,24548494.17,127,1507,2015,5715.97,qft -2973,SUCCESS,2,1,360.88,24548494.17,24548855.05,127,137,2239,577.41,wstate -2974,SUCCESS,2,1,1361.62,24548855.05,24550216.67,127,346,3345,2178.59,dj -2975,SUCCESS,2,1,1477.43,24550216.67,24551694.1,127,495,2537,2363.89,ghz -2976,SUCCESS,2,1,383.67,24551694.1,24552077.77,127,133,2452,613.87,qftentangled -2977,SUCCESS,2,1,4070.39,24552077.77,24556148.16,127,2396,1444,6512.62,qft -2979,SUCCESS,2,1,1440.5,24556148.16,24557588.66,127,335,3655,2304.8,qft -2980,SUCCESS,2,1,390.23,24557588.66,24557978.89,127,82,4045,624.37,graphstate -2981,SUCCESS,2,1,2653.23,24557978.89,24560632.12,127,2154,1047,4245.17,realamprandom -2982,SUCCESS,2,1,11960.62,24560632.12,24572592.74,127,5320,1911,19136.99,qpeexact -2983,SUCCESS,2,1,1742.96,24572592.74,24574335.7,127,379,3909,2788.74,wstate -2984,SUCCESS,2,1,537.51,24574335.7,24574873.21,127,126,3626,860.02,dj -2985,SUCCESS,2,1,971.14,24574873.21,24575844.35,127,726,1137,1553.82,dj -2986,SUCCESS,2,1,89.73,24575844.35,24575934.08,127,33,2311,143.57,graphstate -2988,SUCCESS,2,1,11043.13,24575934.08,24586977.21,127,3152,2978,17669.01,twolocalrandom -2989,SUCCESS,2,1,5674.66,24586977.21,24592651.87,127,3124,1544,9079.46,grover-v-chain -2990,SUCCESS,2,1,158.61,24592651.87,24592810.48,127,65,2074,253.78,dj -2991,SUCCESS,2,1,604.93,24592810.48,24593415.41,127,426,1207,967.89,dj -2992,SUCCESS,2,1,238.62,24593415.41,24593654.03,127,133,1525,381.79,graphstate -2993,SUCCESS,2,1,8566.48,24593654.03,24602220.51,127,3474,2096,13706.37,qft -2995,SUCCESS,2,1,8387.66,24602220.51,24610608.17,127,4162,1713,13420.26,qftentangled -2996,SUCCESS,2,1,5353.4,24610608.17,24615961.57,127,2265,2009,8565.44,qpeexact -2997,SUCCESS,2,1,14767.8,24615961.57,24630729.37,127,5542,2265,23628.48,qpeexact -2999,SUCCESS,2,1,1688.01,24630729.37,24632417.38,127,532,2697,2700.82,qpeinexact -3000,SUCCESS,2,1,1479.3,24632417.38,24633896.68,127,977,1287,2366.88,qft -3001,SUCCESS,2,1,9475.54,24633896.68,24643372.22,127,2528,3186,15160.86,qft -3002,SUCCESS,2,1,20479.7,24643372.22,24663851.92,127,4340,4011,32767.52,ae -3004,SUCCESS,2,1,555.24,24663851.92,24664407.16,127,123,3837,888.38,ghz -3005,SUCCESS,2,1,837.93,24664407.16,24665245.09,127,290,2456,1340.69,su2random -3006,SUCCESS,2,1,558.83,24665245.09,24665803.92,127,125,3800,894.13,graphstate -3007,SUCCESS,2,1,14241.96,24665803.92,24680045.88,127,3895,3108,22787.14,pricingcall -3008,SUCCESS,2,1,609.46,24680045.88,24680655.34,127,127,4079,975.14,graphstate -3009,SUCCESS,2,1,6237,24680655.34,24686892.34,127,4455,1190,9979.2,qpeinexact -3010,SUCCESS,2,1,57594.21,24686892.34,24744486.55,127,19168,2554,92150.74,qwalk-noancilla -3011,SUCCESS,2,1,1285.71,24744486.55,24745772.26,127,334,3272,2057.14,dj -3012,SUCCESS,2,1,11313.56,24745772.26,24757085.82,127,3529,2725,18101.7,ae -3013,SUCCESS,2,1,1008.23,24757085.82,24758094.05,127,316,2712,1613.17,portfolioqaoa -3015,SUCCESS,2,1,601.03,24758094.05,24758695.08,127,193,2647,961.65,wstate -3016,SUCCESS,2,1,116.21,24758695.08,24758811.29,127,75,1317,185.94,graphstate -3017,SUCCESS,2,1,80190.05,24758811.29,24839001.34,127,18432,3698,128304.08,random -3018,SUCCESS,2,1,6620.43,24839001.34,24845621.77,127,3857,1459,10592.69,su2random -3019,SUCCESS,2,1,37021.87,24845621.77,24882643.64,127,12094,2602,59234.99,twolocalrandom -3020,SUCCESS,2,1,15810.43,24882643.64,24898454.07,127,3343,4020,25296.69,qnn -3022,SUCCESS,2,1,18420.5,24898454.07,24916874.57,127,9331,1678,29472.8,ae -3023,SUCCESS,2,1,1462.88,24916874.57,24918337.45,127,440,2826,2340.61,ae -3024,SUCCESS,2,1,535.82,24918337.45,24918873.27,127,145,3141,857.31,qft -3025,SUCCESS,2,1,4239.53,24918873.27,24923112.8,127,1300,2772,6783.25,ae -3026,SUCCESS,2,1,21204.18,24923112.8,24944316.98,127,6362,2833,33926.69,twolocalrandom -3027,SUCCESS,2,1,11300.59,24944316.98,24955617.57,127,3833,2506,18080.94,qftentangled -3029,SUCCESS,2,1,184.6,24955617.57,24955802.17,127,65,2414,295.36,ghz -3030,SUCCESS,2,1,20966.68,24955802.17,24976768.85,127,8622,2067,33546.69,qnn -3032,SUCCESS,2,1,655.6,24976768.85,24977424.45,127,295,1889,1048.96,dj -3033,SUCCESS,2,1,1605.5,24977424.45,24979029.95,127,531,2570,2568.8,portfoliovqe -3034,SUCCESS,2,1,8279.36,24979029.95,24987309.31,127,2806,2508,13246.98,qpeexact -3035,SUCCESS,2,1,34605.05,24987309.31,25021914.36,127,13662,2153,55368.08,twolocalrandom -3036,SUCCESS,2,1,1430.29,25021914.36,25023344.65,127,384,3166,2288.46,ghz -3037,SUCCESS,2,1,2379.86,25023344.65,25025724.51,127,643,3146,3807.78,dj -3038,SUCCESS,2,1,1389.18,25025724.51,25027113.69,127,320,3690,2222.69,realamprandom -3040,SUCCESS,2,1,118.43,25027113.69,25027232.12,127,35,2876,189.49,graphstate -3041,SUCCESS,2,1,341.63,25027232.12,25027573.75,127,81,3585,546.61,wstate -3042,SUCCESS,2,1,4682.12,25027573.75,25032255.87,127,2561,1554,7491.39,qpeinexact -3043,SUCCESS,2,1,11214.4,25032255.87,25043470.27,127,2483,3839,17943.04,qnn -3044,SUCCESS,2,1,219.67,25043470.27,25043689.94,127,82,2277,351.47,graphstate -3046,SUCCESS,2,1,8860.58,25043689.94,25052550.52,127,3032,2484,14176.93,ae -3047,SUCCESS,2,1,966.7,25052550.52,25053517.22,127,584,1407,1546.72,realamprandom -3048,SUCCESS,2,1,841.91,25053517.22,25054359.13,127,333,2149,1347.06,dj -3049,SUCCESS,2,1,7914.45,25054359.13,25062273.58,127,5860,1148,12663.12,qpeexact -3050,SUCCESS,2,1,806.89,25062273.58,25063080.47,127,554,1238,1291.02,dj -3051,SUCCESS,2,1,602.3,25063080.47,25063682.77,127,283,1809,963.68,twolocalrandom -3053,SUCCESS,2,1,159.68,25063682.77,25063842.45,127,45,3016,255.49,dj -3055,SUCCESS,2,1,29174.53,25063842.45,25093016.98,127,7053,3516,46679.25,qpeinexact -3057,SUCCESS,2,1,980.91,25093016.98,25093997.89,127,237,3518,1569.46,wstate -3058,SUCCESS,2,1,316.22,25093997.89,25094314.11,127,99,2715,505.95,qft -3059,SUCCESS,2,1,4304.04,25094314.11,25098618.15,127,1113,3287,6886.46,wstate -3060,SUCCESS,2,1,2030.41,25098618.15,25100648.56,127,652,2647,3248.66,dj -3061,SUCCESS,2,1,23765.25,25100648.56,25124413.81,127,5729,3526,38024.4,qpeexact -3062,SUCCESS,2,1,15619.32,25124413.81,25140033.13,127,3776,3516,24990.91,qftentangled -3065,SUCCESS,2,1,135.58,25140033.13,25140168.71,127,33,3492,216.93,wstate -3067,SUCCESS,2,1,8213.2,25140168.71,25148381.91,127,5727,1219,13141.12,qpeinexact -3068,SUCCESS,2,1,592.42,25148381.91,25148974.33,127,159,3167,947.87,su2random -3069,SUCCESS,2,1,4786.08,25148974.33,25153760.41,127,1014,4012,7657.73,qnn -3070,SUCCESS,2,1,14438.87,25153760.41,25168199.28,127,6249,1964,23102.19,ae -3071,SUCCESS,2,1,129.84,25168199.28,25168329.12,127,40,2759,207.74,ghz -3072,SUCCESS,2,1,16012.89,25168329.12,25184342.01,127,3974,3425,25620.62,qft -3073,SUCCESS,2,1,1946.71,25184342.01,25186288.72,127,1267,1306,3114.74,wstate -3076,SUCCESS,2,1,23082.24,25186288.72,25209370.96,127,6329,3100,36931.58,qft -3077,SUCCESS,2,1,47.16,25209370.96,25209418.12,127,16,2505,75.46,ghz -3078,SUCCESS,2,1,4306.18,25209418.12,25213724.3,127,898,4076,6889.89,ghz -3079,SUCCESS,2,1,1649.39,25213724.3,25215373.69,127,775,1809,2639.02,ghz -3080,SUCCESS,2,1,725.95,25215373.69,25216099.64,127,327,1887,1161.52,portfolioqaoa -3081,SUCCESS,2,1,10126.14,25216099.64,25226225.78,127,3386,2542,16201.82,su2random -3082,SUCCESS,2,1,936.7,25226225.78,25227162.48,127,267,2982,1498.72,graphstate -3083,SUCCESS,2,1,141289.75,25227162.48,25368452.23,127,63881,1880,226063.6,random -3084,SUCCESS,2,1,259.77,25368452.23,25368712,127,184,1200,415.63,graphstate -3085,SUCCESS,2,1,3043.3,25368712,25371755.3,127,2341,1105,4869.28,qft -3086,SUCCESS,2,1,695.99,25371755.3,25372451.29,127,231,2561,1113.58,twolocalrandom -3087,SUCCESS,2,1,13454.8,25372451.29,25385906.09,127,3506,3262,21527.68,qft -3088,SUCCESS,2,1,1484.86,25385906.09,25387390.95,127,413,3056,2375.78,portfolioqaoa -3089,SUCCESS,2,1,527.55,25387390.95,25387918.5,127,163,2751,844.08,graphstate -3090,SUCCESS,2,1,5457.77,25387918.5,25393376.27,127,4034,1150,8732.43,ae -3091,SUCCESS,2,1,367.88,25393376.27,25393744.15,127,86,3636,588.61,graphstate -3092,SUCCESS,2,1,45554.39,25393744.15,25439298.54,127,12371,3130,72887.02,realamprandom -3093,SUCCESS,2,1,26223.29,25439298.54,25465521.83,127,6918,3222,41957.26,pricingput -3094,SUCCESS,2,1,618.97,25465521.83,25466140.8,127,321,1639,990.35,twolocalrandom -3096,SUCCESS,2,1,23831.05,25466140.8,25489971.85,127,7888,2568,38129.68,qftentangled -3098,SUCCESS,2,1,203.09,25489971.85,25490174.94,127,63,2740,324.94,ghz -3099,SUCCESS,2,1,9975.04,25490174.94,25500149.98,127,2158,3929,15960.06,qnn -3100,SUCCESS,2,1,3435.89,25500149.98,25503585.87,127,1180,2475,5497.42,su2random -3101,SUCCESS,2,1,7288.81,25503585.87,25510874.68,127,1696,3653,11662.1,realamprandom -3102,SUCCESS,2,1,303.48,25510874.68,25511178.16,127,134,1925,485.57,dj -3104,SUCCESS,2,1,1700.25,25511178.16,25512878.41,127,802,1802,2720.4,ghz -3105,SUCCESS,2,1,15486.95,25512878.41,25528365.36,127,3456,3809,24779.12,qpeinexact -3106,SUCCESS,2,1,1193.64,25528365.36,25529559,127,294,3451,1909.82,dj -3107,SUCCESS,2,1,21121.28,25529559,25550680.28,127,7888,2276,33794.05,qft -3108,SUCCESS,2,1,1767.83,25550680.28,25552448.11,127,385,3903,2828.53,wstate -3109,SUCCESS,2,1,389.76,25552448.11,25552837.87,127,92,3601,623.62,dj -3110,SUCCESS,2,1,55.46,25552837.87,25552893.33,127,26,1813,88.74,ghz -3111,SUCCESS,2,1,11311.5,25552893.33,25564204.83,127,2454,3918,18098.4,twolocalrandom -3112,SUCCESS,2,1,15952.3,25564204.83,25580157.13,127,3754,3612,25523.68,realamprandom -3113,SUCCESS,2,1,34974.63,25580157.13,25615131.76,127,9712,3061,55959.41,qnn -3114,SUCCESS,2,1,6239.39,25615131.76,25621371.15,127,4879,1087,9983.02,twolocalrandom -3115,SUCCESS,2,1,936.51,25621371.15,25622307.66,127,236,3373,1498.42,dj -3116,SUCCESS,2,1,82.52,25622307.66,25622390.18,127,30,2338,132.03,vqe -3118,SUCCESS,2,1,5429.21,25622390.18,25627819.39,127,2581,1788,8686.74,su2random -3119,SUCCESS,2,1,626.82,25627819.39,25628446.21,127,189,2819,1002.91,ghz -3121,SUCCESS,2,1,62370.52,25628446.21,25690816.73,127,14481,3661,99792.83,twolocalrandom -3123,SUCCESS,2,1,1870.57,25690816.73,25692687.3,127,1224,1299,2992.91,wstate -3124,SUCCESS,2,1,11419.31,25692687.3,25704106.61,127,3479,2790,18270.9,qpeinexact -3125,SUCCESS,2,1,1641.49,25704106.61,25705748.1,127,361,3865,2626.38,dj -3126,SUCCESS,2,1,13297.17,25705748.1,25719045.27,127,5161,2190,21275.47,qpeinexact -3127,SUCCESS,2,1,2503.01,25719045.27,25721548.28,127,672,3166,4004.82,pricingput -3128,SUCCESS,2,1,26856.26,25721548.28,25748404.54,127,10824,2109,42970.02,qpeexact -3129,SUCCESS,2,1,33417.08,25748404.54,25781821.62,127,8342,3405,53467.33,twolocalrandom -3130,SUCCESS,2,1,893.79,25781821.62,25782715.41,127,209,3635,1430.06,ghz -3131,SUCCESS,2,1,13371.85,25782715.41,25796087.26,127,6049,1879,21394.96,qftentangled -3132,SUCCESS,2,1,1757.3,25796087.26,25797844.56,127,650,2298,2811.68,qftentangled -3133,SUCCESS,2,1,6487.5,25797844.56,25804332.06,127,4288,1286,10380,qftentangled -3134,SUCCESS,2,1,428.81,25804332.06,25804760.87,127,299,1219,686.1,graphstate -3135,SUCCESS,2,1,31382.25,25804760.87,25836143.12,127,11777,2265,50211.6,su2random -3138,SUCCESS,2,1,13763.98,25836143.12,25849907.1,127,4889,2393,22022.37,qnn -3139,SUCCESS,2,1,349.45,25849907.1,25850256.55,127,107,2776,559.12,graphstate -3140,SUCCESS,2,1,15818.15,25850256.55,25866074.7,127,5741,2342,25309.04,ae -3142,SUCCESS,2,1,610.53,25866074.7,25866685.23,127,247,2101,976.85,graphstate -3143,SUCCESS,2,1,1441.03,25866685.23,25868126.26,127,511,2397,2305.65,qft -3145,SUCCESS,2,1,10535.36,25868126.26,25878661.62,127,4491,1994,16856.58,ae -3147,SUCCESS,2,1,22202.21,25878661.62,25900863.83,127,5448,3464,35523.54,qpeexact -3148,SUCCESS,2,1,63975.62,25900863.83,25964839.45,127,13361,4070,102360.99,twolocalrandom -3149,SUCCESS,2,1,8323.15,25964839.45,25973162.6,127,3129,2261,13317.04,realamprandom -3150,SUCCESS,2,1,34.49,25973162.6,25973197.09,127,28,1047,55.18,ghz -3152,SUCCESS,2,1,155.55,25973197.09,25973352.64,127,45,2938,248.88,ghz -3154,SUCCESS,2,1,1426.07,25973352.64,25974778.71,127,413,2935,2281.71,portfolioqaoa -3155,SUCCESS,2,1,23808.66,25974778.71,25998587.37,127,7487,2703,38093.86,ae -3156,SUCCESS,2,1,2261.27,25998587.37,26000848.64,127,1404,1369,3618.03,ae -3157,SUCCESS,2,1,62937.21,26000848.64,26063785.85,127,13682,3910,100699.54,su2random -3158,SUCCESS,2,1,899.71,26063785.85,26064685.56,127,665,1150,1439.54,su2random -3159,SUCCESS,2,1,886.15,26064685.56,26065571.71,127,274,2749,1417.84,dj -3160,SUCCESS,2,1,13874.57,26065571.71,26079446.28,127,5542,2128,22199.31,twolocalrandom -3161,SUCCESS,2,1,2457.33,26079446.28,26081903.61,127,563,3710,3931.73,qnn -3163,SUCCESS,2,1,821.48,26081903.61,26082725.09,127,389,1795,1314.37,dj -3165,SUCCESS,2,1,356.36,26082725.09,26083081.45,127,130,2330,570.18,wstate -3167,SUCCESS,2,1,1175.91,26083081.45,26084257.36,127,438,2282,1881.46,qnn -3169,SUCCESS,2,1,1887.03,26084257.36,26086144.39,127,466,3442,3019.25,qnn -3170,SUCCESS,2,1,634.49,26086144.39,26086778.88,127,422,1278,1015.18,dj -3171,SUCCESS,2,1,2164.03,26086778.88,26088942.91,127,518,3551,3462.45,su2random -3172,SUCCESS,2,1,12051.45,26088942.91,26100994.36,127,3828,2676,19282.32,qftentangled -3173,SUCCESS,2,1,1489.43,26100994.36,26102483.79,127,343,3691,2383.09,qpeinexact -3175,SUCCESS,2,1,428.99,26102483.79,26102912.78,127,160,2279,686.38,pricingcall -3176,SUCCESS,2,1,131,26102912.78,26103043.78,127,65,1713,209.6,dj -3177,SUCCESS,2,1,11651.19,26103043.78,26114694.97,127,6887,1438,18641.9,qpeexact -3178,SUCCESS,2,1,269.98,26114694.97,26114964.95,127,209,1098,431.97,ae -3179,SUCCESS,2,1,2242.73,26114964.95,26117207.68,127,1693,1126,3588.37,random -3180,SUCCESS,2,1,1042.78,26117207.68,26118250.46,127,289,3067,1668.45,wstate -3181,SUCCESS,2,1,14737.03,26118250.46,26132987.49,127,7334,1708,23579.25,qnn -3183,SUCCESS,2,1,229.26,26132987.49,26133216.75,127,51,3821,366.82,graphstate -3184,SUCCESS,2,1,2316.15,26133216.75,26135532.9,127,624,3155,3705.84,dj -3185,SUCCESS,2,1,28773.06,26135532.9,26164305.96,127,11224,2179,46036.9,qpeexact -3186,SUCCESS,2,1,28629.36,26164305.96,26192935.32,127,7950,3061,45806.98,qpeinexact -3191,SUCCESS,2,1,17977.63,26192935.32,26210912.95,127,4290,3562,28764.21,ae -3193,SUCCESS,2,1,1086.64,26210912.95,26211999.59,127,429,2153,1738.62,graphstate -3194,SUCCESS,2,1,663.72,26211999.59,26212663.31,127,383,1473,1061.95,graphstate -3197,SUCCESS,2,1,12564.95,26212663.31,26225228.26,127,6403,1668,20103.92,qft -3198,SUCCESS,2,1,307.38,26225228.26,26225535.64,127,73,3579,491.81,wstate -3199,SUCCESS,2,1,42256.57,26225535.64,26267792.21,127,9763,3679,67610.51,realamprandom -3200,SUCCESS,2,1,14759.6,26267792.21,26282551.81,127,4893,2564,23615.36,qpeinexact -3201,SUCCESS,2,1,5491.75,26282551.81,26288043.56,127,3531,1322,8786.8,qftentangled -3204,SUCCESS,2,1,1657.06,26288043.56,26289700.62,127,500,2817,2651.3,ae -3206,SUCCESS,2,1,26967.48,26289700.62,26316668.1,127,7452,3076,43147.97,qpeexact -3207,SUCCESS,2,1,70.45,26316668.1,26316738.55,127,40,1497,112.72,ghz -3208,SUCCESS,2,1,312.4,26316738.55,26317050.95,127,96,2766,499.84,graphstate -3210,SUCCESS,2,1,930.75,26317050.95,26317981.7,127,388,2039,1489.2,qft -3211,SUCCESS,2,1,11276.68,26317981.7,26329258.38,127,2642,3628,18042.69,twolocalrandom -3212,SUCCESS,2,1,227.77,26329258.38,26329486.15,127,50,3872,364.43,graphstate -3213,SUCCESS,2,1,2217.66,26329486.15,26331703.81,127,1038,1816,3548.26,ghz -3214,SUCCESS,2,1,49460.02,26331703.81,26381163.83,127,13179,3190,79136.03,qnn -3215,SUCCESS,2,1,29850.15,26381163.83,26411013.98,127,6196,4095,47760.24,ae -3216,SUCCESS,2,1,19649.75,26411013.98,26430663.73,127,5573,2997,31439.6,qft -3217,SUCCESS,2,1,26288.03,26430663.73,26456951.76,127,8161,2738,42060.85,qnn -3218,SUCCESS,2,1,11148.78,26456951.76,26468100.54,127,3105,3052,17838.05,qft -3219,SUCCESS,2,1,9111.69,26468100.54,26477212.23,127,2613,2964,14578.7,qnn -3220,SUCCESS,2,1,13099.05,26477212.23,26490311.28,127,4877,2283,20958.48,qftentangled -3221,SUCCESS,2,1,9102.23,26490311.28,26499413.51,127,4411,1754,14563.57,twolocalrandom -3222,SUCCESS,2,1,7574.61,26499413.51,26506988.12,127,3130,2057,12119.38,qft -3224,SUCCESS,2,1,43260.38,26506988.12,26550248.5,127,13142,2798,69216.61,su2random -3225,SUCCESS,2,1,4560.44,26550248.5,26554808.94,127,1422,2726,7296.7,qpeexact -3226,SUCCESS,2,1,26846.14,26554808.94,26581655.08,127,12422,1837,42953.82,twolocalrandom -3229,SUCCESS,2,1,34070.29,26581655.08,26615725.37,127,13577,2133,54512.46,twolocalrandom -3230,SUCCESS,2,1,2167.55,26615725.37,26617892.92,127,851,2165,3468.08,twolocalrandom -3231,SUCCESS,2,1,29068.52,26617892.92,26646961.44,127,6642,3720,46509.63,qnn -3232,SUCCESS,2,1,36.1,26646961.44,26646997.54,127,29,1058,57.76,ghz -3233,SUCCESS,2,1,2910.72,26646997.54,26649908.26,127,971,2548,4657.15,qpeexact -3234,SUCCESS,2,1,4327.91,26649908.26,26654236.17,127,1857,1981,6924.66,qftentangled -3236,SUCCESS,2,1,446.67,26654236.17,26654682.84,127,329,1154,714.67,portfoliovqe -3237,SUCCESS,2,1,2160.2,26654682.84,26656843.04,127,501,3665,3456.32,dj -3239,SUCCESS,2,1,116932.37,26656843.04,26773775.41,127,53552,1856,187091.79,grover-v-chain -3240,SUCCESS,2,1,19947.77,26773775.41,26793723.18,127,7760,2185,31916.43,realamprandom -3241,SUCCESS,2,1,388.81,26793723.18,26794111.99,127,272,1215,622.1,graphstate -3242,SUCCESS,2,1,69286.17,26794111.99,26863398.16,127,19618,3002,110857.87,random -3243,SUCCESS,2,1,1313.7,26863398.16,26864711.86,127,280,3988,2101.92,wstate -3245,SUCCESS,2,1,3832.62,26864711.86,26868544.48,127,1604,2031,6132.19,su2random -3247,SUCCESS,2,1,2801.11,26868544.48,26871345.59,127,823,2893,4481.78,qftentangled -3248,SUCCESS,2,1,56757.94,26871345.59,26928103.53,127,17928,2691,90812.7,random -3249,SUCCESS,2,1,74730.29,26928103.53,27002833.82,127,22335,2844,119568.46,random -3250,SUCCESS,2,1,2773.59,27002833.82,27005607.41,127,975,2418,4437.74,wstate -3251,SUCCESS,2,1,381.6,27005607.41,27005989.01,127,255,1272,610.56,portfoliovqe -3254,SUCCESS,2,1,8076.83,27005989.01,27014065.84,127,5541,1239,12922.93,twolocalrandom -3255,SUCCESS,2,1,2090.91,27014065.84,27016156.75,127,447,3976,3345.46,dj -3256,SUCCESS,2,1,39.11,27016156.75,27016195.86,127,30,1108,62.58,ghz -3257,SUCCESS,2,1,2755.36,27016195.86,27018951.22,127,579,4045,4408.58,ghz -3258,SUCCESS,2,1,2786.82,27018951.22,27021738.04,127,1593,1487,4458.91,qpeexact -3259,SUCCESS,2,1,184453.11,27021738.04,27206191.15,127,38789,4042,295124.98,qwalk-noancilla -3260,SUCCESS,2,1,747.85,27206191.15,27206939,127,439,1448,1196.56,wstate -3261,SUCCESS,2,1,35.41,27206939,27206974.41,127,22,1368,56.66,graphstate -3262,SUCCESS,2,1,17089.22,27206974.41,27224063.63,127,4565,3182,27342.75,qftentangled -3264,SUCCESS,2,1,942.36,27224063.63,27225005.99,127,214,3743,1507.78,wstate -3265,SUCCESS,2,1,103.28,27225005.99,27225109.27,127,77,1140,165.25,graphstate -3266,SUCCESS,2,1,19364.14,27225109.27,27244473.41,127,6597,2495,30982.62,qpeinexact -3267,SUCCESS,2,1,44.77,27244473.41,27244518.18,127,29,1312,71.63,vqe -3269,SUCCESS,2,1,265.97,27244518.18,27244784.15,127,218,1037,425.55,qft -3270,SUCCESS,2,1,4297.79,27244784.15,27249081.94,127,3253,1123,6876.46,ae -3271,SUCCESS,2,1,1214.19,27249081.94,27250296.13,127,284,3634,1942.7,qftentangled -3272,SUCCESS,2,1,93.19,27250296.13,27250389.32,127,35,2263,149.1,qaoa -3273,SUCCESS,2,1,179.08,27250389.32,27250568.4,127,113,1347,286.53,graphstate -3274,SUCCESS,2,1,13231.61,27250568.4,27263800.01,127,5497,2046,21170.58,ae -3275,SUCCESS,2,1,16212.86,27263800.01,27280012.87,127,8512,1619,25940.58,random -3276,SUCCESS,2,1,393.03,27280012.87,27280405.9,127,83,4025,628.85,ghz -3277,SUCCESS,2,1,842.1,27280405.9,27281248,127,260,2753,1347.36,dj -3278,SUCCESS,2,1,2040.23,27281248,27283288.23,127,767,2261,3264.37,twolocalrandom -3279,SUCCESS,2,1,2218.99,27283288.23,27285507.22,127,1619,1165,3550.38,qft -3280,SUCCESS,2,1,2936.95,27285507.22,27288444.17,127,662,3771,4699.12,dj -3281,SUCCESS,2,1,4038.99,27288444.17,27292483.16,127,1208,2842,6462.38,su2random -3282,SUCCESS,2,1,4527.47,27292483.16,27297010.63,127,1206,3191,7243.95,wstate -3283,SUCCESS,2,1,245.86,27297010.63,27297256.49,127,60,3483,393.38,graphstate -3284,SUCCESS,2,1,16407.61,27297256.49,27313664.1,127,10828,1288,26252.18,twolocalrandom -3285,SUCCESS,2,1,3531.5,27313664.1,27317195.6,127,1009,2975,5650.4,qnn -3287,SUCCESS,2,1,13212.65,27317195.6,27330408.25,127,4267,2632,21140.24,realamprandom -3288,SUCCESS,2,1,977.06,27330408.25,27331385.31,127,302,2750,1563.3,ghz -3289,SUCCESS,2,1,17839.38,27331385.31,27349224.69,127,10739,1412,28543.01,qpeexact -3291,SUCCESS,2,1,195689.64,27349224.69,27544914.33,127,59576,2792,313103.42,random -3292,SUCCESS,2,1,10039.24,27544914.33,27554953.57,127,4214,2025,16062.78,qft -3293,SUCCESS,2,1,1195.98,27554953.57,27556149.55,127,704,1444,1913.57,su2random -3294,SUCCESS,2,1,840.66,27556149.55,27556990.21,127,232,3080,1345.06,qnn -3295,SUCCESS,2,1,8956.19,27556990.21,27565946.4,127,2293,3320,14329.9,qnn -3296,SUCCESS,2,1,7304.54,27565946.4,27573250.94,127,1807,3436,11687.26,qft -3297,SUCCESS,2,1,129.07,27573250.94,27573380.01,127,29,3783,206.51,vqe -3298,SUCCESS,2,1,2592.25,27573380.01,27575972.26,127,1543,1428,4147.6,twolocalrandom -3299,SUCCESS,2,1,43771,27575972.26,27619743.26,127,11733,3171,70033.6,random -3300,SUCCESS,2,1,1639.79,27619743.26,27621383.05,127,361,3861,2623.66,realamprandom -3301,SUCCESS,2,1,26962.77,27621383.05,27648345.82,127,7922,2893,43140.43,qpeinexact -3304,SUCCESS,2,1,15940.95,27648345.82,27664286.77,127,6600,2053,25505.52,qpeexact -3305,SUCCESS,2,1,2985.1,27664286.77,27667271.87,127,657,3862,4776.16,ae -3306,SUCCESS,2,1,97033,27667271.87,27764304.87,127,51070,1615,155252.8,random -3307,SUCCESS,2,1,229.92,27764304.87,27764534.79,127,54,3619,367.87,ghz -3308,SUCCESS,2,1,1627.34,27764534.79,27766162.13,127,579,2389,2603.74,dj -3310,SUCCESS,2,1,1309.22,27766162.13,27767471.35,127,504,2208,2094.75,qft -3312,SUCCESS,2,1,1173.41,27767471.35,27768644.76,127,295,3381,1877.46,qnn -3313,SUCCESS,2,1,1444.11,27768644.76,27770088.87,127,356,3448,2310.58,graphstate -3314,SUCCESS,2,1,1575.09,27770088.87,27771663.96,127,511,2620,2520.14,twolocalrandom -3315,SUCCESS,2,1,30508.11,27771663.96,27802172.07,127,24395,1063,48812.98,random -3316,SUCCESS,2,1,16949.89,27802172.07,27819121.96,127,7438,1937,27119.82,su2random -3317,SUCCESS,2,1,531,27819121.96,27819652.96,127,177,2550,849.6,graphstate -3318,SUCCESS,2,1,3877.92,27819652.96,27823530.88,127,2399,1374,6204.67,ae -3319,SUCCESS,2,1,6351.68,27823530.88,27829882.56,127,1482,3643,10162.69,ae -3320,SUCCESS,2,1,4262.86,27829882.56,27834145.42,127,2690,1347,6820.58,qftentangled -3321,SUCCESS,2,1,148.3,27834145.42,27834293.72,127,39,3232,237.28,graphstate -3322,SUCCESS,2,1,1774.72,27834293.72,27836068.44,127,847,1781,2839.55,portfoliovqe -3323,SUCCESS,2,1,9726.02,27836068.44,27845794.46,127,2094,3948,15561.63,qft -3324,SUCCESS,2,1,11122.9,27845794.46,27856917.36,127,4630,2042,17796.64,su2random -3325,SUCCESS,2,1,34484.88,27856917.36,27891402.24,127,7202,4070,55175.81,realamprandom -3327,SUCCESS,2,1,446.35,27891402.24,27891848.59,127,96,3952,714.16,graphstate -3328,SUCCESS,2,1,10710.22,27891848.59,27902558.81,127,6976,1305,17136.35,qft -3329,SUCCESS,2,1,46444.07,27902558.81,27949002.88,127,9909,3984,74310.51,qnn -3332,SUCCESS,2,1,20963.09,27949002.88,27969965.97,127,5201,3426,33540.94,qpeexact -3333,SUCCESS,2,1,1020.59,27969965.97,27970986.56,127,347,2500,1632.94,pricingcall -3334,SUCCESS,2,1,7282.3,27970986.56,27978268.86,127,4948,1251,11651.68,qpeinexact -3336,SUCCESS,2,1,16000.68,27978268.86,27994269.54,127,5513,2467,25601.09,random -3337,SUCCESS,2,1,25859.24,27994269.54,28020128.78,127,7228,3041,41374.78,qftentangled -3338,SUCCESS,2,1,4060.37,28020128.78,28024189.15,127,983,3511,6496.59,ghz -3340,SUCCESS,2,1,13854.46,28024189.15,28038043.61,127,3884,3032,22167.14,random -3341,SUCCESS,2,1,9679.44,28038043.61,28047723.05,127,2101,3916,15487.1,qpeexact -3342,SUCCESS,2,1,22350.33,28047723.05,28070073.38,127,15792,1203,35760.53,realamprandom -3343,SUCCESS,2,1,30708.09,28070073.38,28100781.47,127,7659,3408,49132.94,grover-v-chain -3344,SUCCESS,2,1,15507.78,28100781.47,28116289.25,127,5429,2428,24812.45,qftentangled -3345,SUCCESS,2,1,1173.39,28116289.25,28117462.64,127,540,1847,1877.42,qftentangled -3346,SUCCESS,2,1,542.23,28117462.64,28118004.87,127,135,3414,867.57,graphstate -3347,SUCCESS,2,1,3268.38,28118004.87,28121273.25,127,2452,1133,5229.41,qnn -3348,SUCCESS,2,1,129.21,28121273.25,28121402.46,127,39,2816,206.74,ghz -3349,SUCCESS,2,1,678.96,28121402.46,28122081.42,127,414,1394,1086.34,dj -3350,SUCCESS,2,1,10389.73,28122081.42,28132471.15,127,2529,3492,16623.57,qftentangled -3351,SUCCESS,2,1,28.49,28132471.15,28132499.64,127,21,1153,45.58,ghz -3353,SUCCESS,2,1,13894.49,28132499.64,28146394.13,127,3117,3789,22231.18,pricingcall -3354,SUCCESS,2,1,28895.65,28146394.13,28175289.78,127,6301,3898,46233.04,qpeinexact -3355,SUCCESS,2,1,7261.56,28175289.78,28182551.34,127,3674,1680,11618.5,qft -3356,SUCCESS,2,1,2863.47,28182551.34,28185414.81,127,1468,1658,4581.55,qnn -3357,SUCCESS,2,1,22117.31,28185414.81,28207532.12,127,6362,2955,35387.7,realamprandom -3358,SUCCESS,2,1,598.88,28207532.12,28208131,127,305,1669,958.21,dj -3359,SUCCESS,2,1,13915.19,28208131,28222046.19,127,3636,3253,22264.3,qft -3361,SUCCESS,2,1,1403.16,28222046.19,28223449.35,127,295,4043,2245.06,dj -3362,SUCCESS,2,1,2625.02,28223449.35,28226074.37,127,573,3894,4200.03,wstate -3363,SUCCESS,2,1,46.83,28226074.37,28226121.2,127,12,3317,74.93,ghz -3364,SUCCESS,2,1,33035.16,28226121.2,28259156.36,127,8440,3327,52856.26,ae -3365,SUCCESS,2,1,10330.92,28259156.36,28269487.28,127,2996,2931,16529.47,random -3367,SUCCESS,2,1,449.32,28269487.28,28269936.6,127,341,1120,718.91,random -3368,SUCCESS,2,1,46067.91,28269936.6,28316004.51,127,10456,3745,73708.66,qpeinexact -3369,SUCCESS,2,1,483.55,28316004.51,28316488.06,127,141,2915,773.68,wstate -3370,SUCCESS,2,1,216.24,28316488.06,28316704.3,127,68,2703,345.98,ghz -3371,SUCCESS,2,1,25328.04,28316704.3,28342032.34,127,6319,3407,40524.86,random -3373,SUCCESS,2,1,13436.11,28342032.34,28355468.45,127,6234,1832,21497.78,qpeinexact -3374,SUCCESS,2,1,8931.88,28355468.45,28364400.33,127,2067,3673,14291.01,qnn -3375,SUCCESS,2,1,76126.01,28364400.33,28440526.34,127,22390,2890,121801.62,random -3376,SUCCESS,2,1,3318,28440526.34,28443844.34,127,790,3570,5308.8,qnn -3377,SUCCESS,2,1,164.97,28443844.34,28444009.31,127,76,1845,263.95,ghz -3379,SUCCESS,2,1,2990.5,28444009.31,28446999.81,127,1572,1617,4784.8,realamprandom -3380,SUCCESS,2,1,2826.93,28446999.81,28449826.74,127,785,3061,4523.09,qpeexact -3381,SUCCESS,2,1,53,28449826.74,28449879.74,127,19,2371,84.8,graphstate -3382,SUCCESS,2,1,32409.06,28449879.74,28482288.8,127,8505,3239,51854.5,qnn -3383,SUCCESS,2,1,975.46,28482288.8,28483264.26,127,390,2126,1560.74,ghz -3384,SUCCESS,2,1,355.69,28483264.26,28483619.95,127,253,1195,569.1,dj -3385,SUCCESS,2,1,342.03,28483619.95,28483961.98,127,107,2717,547.25,graphstate -3386,SUCCESS,2,1,75.41,28483961.98,28484037.39,127,42,1526,120.66,ghz -3387,SUCCESS,2,1,2426.05,28484037.39,28486463.44,127,791,2607,3881.68,twolocalrandom -3388,SUCCESS,2,1,307.88,28486463.44,28486771.32,127,66,3965,492.61,ghz -3389,SUCCESS,2,1,287.28,28486771.32,28487058.6,127,114,2142,459.65,graphstate -3392,SUCCESS,2,1,201.2,28487058.6,28487259.8,127,74,2311,321.92,ghz -3393,SUCCESS,2,1,2283.32,28487259.8,28489543.12,127,849,2286,3653.31,ae -3394,SUCCESS,2,1,81.31,28489543.12,28489624.43,127,63,1097,130.1,graphstate -3395,SUCCESS,2,1,20006.16,28489624.43,28509630.59,127,9247,1839,32009.86,qftentangled -3396,SUCCESS,2,1,11003.73,28509630.59,28520634.32,127,3242,2885,17605.97,qnn -3398,SUCCESS,2,1,26682.77,28520634.32,28547317.09,127,9590,2365,42692.43,qpeexact -3399,SUCCESS,2,1,2985.32,28547317.09,28550302.41,127,822,3087,4776.51,qpeexact -3400,SUCCESS,2,1,5780.64,28550302.41,28556083.05,127,1229,3998,9249.02,random -3401,SUCCESS,2,1,12818.6,28556083.05,28568901.65,127,5808,1876,20509.76,twolocalrandom -3402,SUCCESS,2,1,4899.45,28568901.65,28573801.1,127,1684,2473,7839.12,realamprandom -3403,SUCCESS,2,1,6279.22,28573801.1,28580080.32,127,1364,3913,10046.75,pricingcall -3404,SUCCESS,2,1,2549.81,28580080.32,28582630.13,127,537,4036,4079.7,ae -3405,SUCCESS,2,1,202.22,28582630.13,28582832.35,127,69,2491,323.55,wstate -3406,SUCCESS,2,1,10627.45,28582832.35,28593459.8,127,2503,3609,17003.92,su2random -3407,SUCCESS,2,1,13093.77,28593459.8,28606553.57,127,5576,1996,20950.03,random -3408,SUCCESS,2,1,18501.53,28606553.57,28625055.1,127,11036,1425,29602.45,qnn -3409,SUCCESS,2,1,16478.76,28625055.1,28641533.86,127,6206,2257,26366.02,qpeexact -3410,SUCCESS,2,1,5256.61,28641533.86,28646790.47,127,1166,3832,8410.58,twolocalrandom -3411,SUCCESS,2,1,1970.94,28646790.47,28648761.41,127,431,3887,3153.5,realamprandom -3412,SUCCESS,2,1,121.85,28648761.41,28648883.26,127,31,3341,194.96,graphstate -3414,SUCCESS,2,1,282.58,28648883.26,28649165.84,127,108,2224,452.13,graphstate -3417,SUCCESS,2,1,19718.27,28649165.84,28668884.11,127,5146,3257,31549.23,pricingput -3418,SUCCESS,2,1,1483.9,28668884.11,28670368.01,127,1181,1068,2374.24,su2random -3419,SUCCESS,2,1,9736.39,28670368.01,28680104.4,127,2158,3835,15578.22,qnn -3420,SUCCESS,2,1,2203.71,28680104.4,28682308.11,127,542,3456,3525.94,qnn -3421,SUCCESS,2,1,2539.7,28682308.11,28684847.81,127,603,3580,4063.52,dj -3422,SUCCESS,2,1,31145.79,28684847.81,28715993.6,127,11040,2398,49833.26,qnn -3424,SUCCESS,2,1,413.66,28715993.6,28716407.26,127,221,1591,661.86,graphstate -3425,SUCCESS,2,1,198.49,28716407.26,28716605.75,127,63,2678,317.58,dj -3426,SUCCESS,2,1,219.8,28716605.75,28716825.55,127,91,2053,351.68,graphstate -3427,SUCCESS,2,1,9555.46,28716825.55,28726381.01,127,2403,3380,15288.74,qft -3429,SUCCESS,2,1,402.42,28726381.01,28726783.43,127,113,3027,643.87,ghz -3430,SUCCESS,2,1,3140.03,28726783.43,28729923.46,127,1425,1873,5024.05,qftentangled -3431,SUCCESS,2,1,167106.3,28729923.46,28897029.76,127,35237,4031,267370.08,random -3434,SUCCESS,2,1,22715.11,28897029.76,28919744.87,127,6451,2993,36344.18,random -3435,SUCCESS,2,1,8299.72,28919744.87,28928044.59,127,2143,3292,13279.55,twolocalrandom -3436,SUCCESS,2,1,2395.43,28928044.59,28930440.02,127,676,3012,3832.69,qpeinexact -3438,SUCCESS,2,1,8576.16,28930440.02,28939016.18,127,1890,3857,13721.86,qpeexact -3439,SUCCESS,2,1,1075.35,28939016.18,28940091.53,127,360,2539,1720.56,dj -3440,SUCCESS,2,1,45.77,28940091.53,28940137.3,127,25,1556,73.23,graphstate -3441,SUCCESS,2,1,8801.53,28940137.3,28948938.83,127,1835,4077,14082.45,qftentangled -3442,SUCCESS,2,1,162.47,28948938.83,28949101.3,127,58,2381,259.95,graphstate -3443,SUCCESS,2,1,1172.97,28949101.3,28950274.27,127,591,1687,1876.75,realamprandom -3444,SUCCESS,2,1,2251.95,28950274.27,28952526.22,127,824,2323,3603.12,qft -3445,SUCCESS,2,1,1957.62,28952526.22,28954483.84,127,1014,1641,3132.19,ghz -3446,SUCCESS,2,1,763.87,28954483.84,28955247.71,127,293,2216,1222.19,wstate -3447,SUCCESS,2,1,5771.74,28955247.71,28961019.45,127,1517,3234,9234.78,su2random -3448,SUCCESS,2,1,99.2,28961019.45,28961118.65,127,55,1533,158.72,graphstate -3449,SUCCESS,2,1,11088.26,28961118.65,28972206.91,127,6628,1422,17741.22,ae -3450,SUCCESS,2,1,29934.34,28972206.91,29002141.25,127,9042,2814,47894.94,twolocalrandom -3451,SUCCESS,2,1,791.21,29002141.25,29002932.46,127,183,3675,1265.94,dj -3452,SUCCESS,2,1,1676.94,29002932.46,29004609.4,127,981,1453,2683.1,qnn -3454,SUCCESS,2,1,18745.13,29004609.4,29023354.53,127,5392,2955,29992.21,twolocalrandom -3455,SUCCESS,2,1,20868.95,29023354.53,29044223.48,127,4840,3665,33390.32,ae -3456,SUCCESS,2,1,396.51,29044223.48,29044619.99,127,151,2232,634.42,qpeexact -3457,SUCCESS,2,1,13685.96,29044619.99,29058305.95,127,4331,2686,21897.54,qpeinexact -3460,SUCCESS,2,1,4067.6,29058305.95,29062373.55,127,2978,1161,6508.16,random -3462,SUCCESS,2,1,198.24,29062373.55,29062571.79,127,74,2277,317.18,graphstate -3464,SUCCESS,2,1,735.46,29062571.79,29063307.25,127,371,1685,1176.74,twolocalrandom -3465,SUCCESS,2,1,8827.75,29063307.25,29072135,127,2269,3307,14124.4,qpeexact -3466,SUCCESS,2,1,851.85,29072135,29072986.85,127,352,2057,1362.96,su2random -3467,SUCCESS,2,1,306.31,29072986.85,29073293.16,127,115,2264,490.1,graphstate -3468,SUCCESS,2,1,40153.06,29073293.16,29113446.22,127,16016,2131,64244.9,random -3470,SUCCESS,2,1,23090.5,29113446.22,29136536.72,127,6101,3217,36944.8,ae -3471,SUCCESS,2,1,17861.44,29136536.72,29154398.16,127,4740,3203,28578.3,qft -3472,SUCCESS,2,1,555.15,29154398.16,29154953.31,127,441,1070,888.24,dj -3476,SUCCESS,2,1,817.37,29154953.31,29155770.68,127,252,2757,1307.79,qnn -3478,SUCCESS,2,1,1667,29155770.68,29157437.68,127,403,3516,2667.2,qpeexact -3480,SUCCESS,2,1,13193.6,29157437.68,29170631.28,127,4282,2619,21109.76,qft -3481,SUCCESS,2,1,241.59,29170631.28,29170872.87,127,173,1187,386.54,qnn -3482,SUCCESS,2,1,247.72,29170872.87,29171120.59,127,112,1880,396.35,graphstate -3487,SUCCESS,2,1,42.47,29171120.59,29171163.06,127,27,1337,67.95,vqe -3488,SUCCESS,2,1,25145.83,29171163.06,29196308.89,127,8475,2522,40233.33,qft -3489,SUCCESS,2,1,26080.73,29196308.89,29222389.62,127,8076,2745,41729.17,qpeinexact -3490,SUCCESS,2,1,16329.37,29222389.62,29238718.99,127,7078,1961,26126.99,qftentangled -3491,SUCCESS,2,1,4263.48,29238718.99,29242982.47,127,1648,2199,6821.57,ae -3492,SUCCESS,2,1,3125.65,29242982.47,29246108.12,127,1312,2025,5001.04,wstate -3493,SUCCESS,2,1,32223.93,29246108.12,29278332.05,127,7636,3587,51558.29,twolocalrandom -3494,SUCCESS,2,1,606.68,29278332.05,29278938.73,127,213,2421,970.69,wstate -3495,SUCCESS,2,1,26593.64,29278938.73,29305532.37,127,7792,2901,42549.82,qnn -3496,SUCCESS,2,1,4188.07,29305532.37,29309720.44,127,1642,2168,6700.91,qnn -3497,SUCCESS,2,1,863.12,29309720.44,29310583.56,127,633,1159,1380.99,su2random -3498,SUCCESS,2,1,47926.48,29310583.56,29358510.04,127,13036,3125,76682.37,realamprandom -3499,SUCCESS,2,1,14342.33,29358510.04,29372852.37,127,8425,1447,22947.73,qft -3500,SUCCESS,2,1,8503.44,29372852.37,29381355.81,127,5638,1282,13605.5,qpeinexact -3501,SUCCESS,2,1,203.21,29381355.81,29381559.02,127,80,2159,325.14,graphstate -3502,SUCCESS,2,1,46.85,29381559.02,29381605.87,127,22,1810,74.96,vqe -3503,SUCCESS,2,1,8309.63,29381605.87,29389915.5,127,1849,3820,13295.41,qpeinexact -3504,SUCCESS,2,1,1401.24,29389915.5,29391316.74,127,830,1435,2241.98,ghz -3505,SUCCESS,2,1,1949.63,29391316.74,29393266.37,127,1330,1246,3119.41,wstate -3506,SUCCESS,2,1,322.85,29393266.37,29393589.22,127,101,2717,516.56,wstate -3508,SUCCESS,2,1,332.96,29393589.22,29393922.18,127,81,3494,532.74,wstate -3510,SUCCESS,2,1,1379.84,29393922.18,29395302.02,127,338,3470,2207.74,qpeinexact -3511,SUCCESS,2,1,7903.41,29395302.02,29403205.43,127,1958,3431,12645.46,qft -3512,SUCCESS,2,1,2967.95,29403205.43,29406173.38,127,737,3423,4748.72,su2random -3513,SUCCESS,2,1,4014.03,29406173.38,29410187.41,127,1045,3265,6422.45,wstate -3514,SUCCESS,2,1,261.54,29410187.41,29410448.95,127,173,1285,418.46,qnn -3515,SUCCESS,2,1,98.36,29410448.95,29410547.31,127,38,2200,157.38,ghz -3516,SUCCESS,2,1,2646.04,29410547.31,29413193.35,127,790,2847,4233.66,su2random -3517,SUCCESS,2,1,1846.81,29413193.35,29415040.16,127,972,1615,2954.9,su2random -3518,SUCCESS,2,1,2558.41,29415040.16,29417598.57,127,879,2474,4093.46,qft -3519,SUCCESS,2,1,7151.64,29417598.57,29424750.21,127,2074,2931,11442.62,pricingcall -3520,SUCCESS,2,1,20149.62,29424750.21,29444899.83,127,8270,2071,32239.39,qpeexact -3521,SUCCESS,2,1,282.75,29444899.83,29445182.58,127,133,1807,452.4,wstate -3522,SUCCESS,2,1,1544.97,29445182.58,29446727.55,127,1088,1207,2471.95,qnn -3523,SUCCESS,2,1,20962.89,29446727.55,29467690.44,127,14824,1202,33540.62,realamprandom -3524,SUCCESS,2,1,6446.86,29467690.44,29474137.3,127,5264,1041,10314.98,qnn -3525,SUCCESS,2,1,3791.05,29474137.3,29477928.35,127,2330,1383,6065.68,ae -3526,SUCCESS,2,1,1849.89,29477928.35,29479778.24,127,1061,1482,2959.82,twolocalrandom -3527,SUCCESS,2,1,22932.55,29479778.24,29502710.79,127,10227,1906,36692.08,realamprandom -3528,SUCCESS,2,1,21527.73,29502710.79,29524238.52,127,6505,2813,34444.37,qpeexact -3529,SUCCESS,2,1,105.55,29524238.52,29524344.07,127,72,1246,168.88,ghz -3530,SUCCESS,2,1,2643.46,29524344.07,29526987.53,127,1086,2069,4229.54,qnn -3531,SUCCESS,2,1,118150.12,29526987.53,29645137.65,127,78093,1286,189040.19,qwalk-noancilla -3533,SUCCESS,2,1,5177.83,29645137.65,29650315.48,127,1110,3965,8284.53,realamprandom -3534,SUCCESS,2,1,5594.25,29650315.48,29655909.73,127,1202,3956,8950.8,qftentangled -3535,SUCCESS,2,1,1355.04,29655909.73,29657264.77,127,380,3031,2168.06,qft -3536,SUCCESS,2,1,8563.24,29657264.77,29665828.01,127,4699,1549,13701.18,ae -3538,SUCCESS,2,1,17158,29665828.01,29682986.01,127,7820,1865,27452.8,random -3539,SUCCESS,2,1,144.41,29682986.01,29683130.42,127,76,1615,231.06,graphstate -3540,SUCCESS,2,1,14654.16,29683130.42,29697784.58,127,3716,3352,23446.66,ae -3541,SUCCESS,2,1,22902.28,29697784.58,29720686.86,127,6790,2867,36643.65,qpeexact -3544,SUCCESS,2,1,97611.79,29720686.86,29818298.65,127,34032,2438,156178.86,shor -3545,SUCCESS,2,1,10279.23,29818298.65,29828577.88,127,3546,2464,16446.77,qpeinexact -3546,SUCCESS,2,1,9904.03,29828577.88,29838481.91,127,2395,3515,15846.45,twolocalrandom -3547,SUCCESS,2,1,101905.95,29838481.91,29940387.86,127,33770,2565,163049.52,random -3548,SUCCESS,2,1,8824.27,29940387.86,29949212.13,127,4912,1527,14118.83,ae -3550,SUCCESS,2,1,12627.1,29949212.13,29961839.23,127,2630,4081,20203.36,qpeinexact -3551,SUCCESS,2,1,2229.08,29961839.23,29964068.31,127,895,2117,3566.53,realamprandom -3552,SUCCESS,2,1,4703.69,29964068.31,29968772,127,1697,2356,7525.9,twolocalrandom -3553,SUCCESS,2,1,1559.9,29968772,29970331.9,127,377,3517,2495.84,su2random -3554,SUCCESS,2,1,14073.88,29970331.9,29984405.78,127,4196,2851,22518.21,random -3555,SUCCESS,2,1,10276.27,29984405.78,29994682.05,127,5886,1484,16442.03,qftentangled -3556,SUCCESS,2,1,23061.57,29994682.05,30017743.62,127,7522,2606,36898.51,qft -3557,SUCCESS,2,1,15523.75,30017743.62,30033267.37,127,3549,3718,24838,grover-noancilla -3559,SUCCESS,2,1,5847.42,30033267.37,30039114.79,127,2147,2315,9355.87,su2random -3560,SUCCESS,2,1,11199.67,30039114.79,30050314.46,127,9136,1042,17919.47,random -3561,SUCCESS,2,1,11513.09,30050314.46,30061827.55,127,4955,1975,18420.94,qnn -3562,SUCCESS,2,1,109.27,30061827.55,30061936.82,127,26,3572,174.83,vqe -3563,SUCCESS,2,1,92.31,30061936.82,30062029.13,127,27,2906,147.7,ghz -3564,SUCCESS,2,1,11310.3,30062029.13,30073339.43,127,3009,3195,18096.48,qpeexact -3565,SUCCESS,2,1,177581.14,30073339.43,30250920.57,127,40327,3743,284129.82,random -3566,SUCCESS,2,1,32540.62,30250920.57,30283461.19,127,11760,2352,52064.99,realamprandom -3567,SUCCESS,2,1,5808.92,30283461.19,30289270.11,127,3155,1565,9294.27,su2random -3569,SUCCESS,2,1,725.91,30289270.11,30289996.02,127,376,1641,1161.46,random -3570,SUCCESS,2,1,23027.69,30289996.02,30313023.71,127,5662,3457,36844.3,qpeexact -3571,SUCCESS,2,1,2022.53,30313023.71,30315046.24,127,471,3650,3236.05,pricingcall -3572,SUCCESS,2,1,67.89,30315046.24,30315114.13,127,25,2308,108.62,dj -3573,SUCCESS,2,1,3002.97,30315114.13,30318117.1,127,627,4071,4804.75,ae -3574,SUCCESS,2,1,9148.99,30318117.1,30327266.09,127,3352,2320,14638.38,su2random -3575,SUCCESS,2,1,88168.16,30327266.09,30415434.25,127,29138,2572,141069.06,random -3576,SUCCESS,2,1,2468.95,30415434.25,30417903.2,127,700,2998,3950.32,qft -3577,SUCCESS,2,1,995.34,30417903.2,30418898.54,127,242,3496,1592.54,dj -3578,SUCCESS,2,1,23569.42,30418898.54,30442467.96,127,5400,3710,37711.07,qpeexact -3579,SUCCESS,2,1,49458.39,30442467.96,30491926.35,127,15894,2645,79133.42,realamprandom -3580,SUCCESS,2,1,8683.31,30491926.35,30500609.66,127,2101,3513,13893.3,qpeinexact -3581,SUCCESS,2,1,655.42,30500609.66,30501265.08,127,335,1663,1048.67,twolocalrandom -3582,SUCCESS,2,1,19108.22,30501265.08,30520373.3,127,4185,3881,30573.15,realamprandom -3583,SUCCESS,2,1,5833.16,30520373.3,30526206.46,127,1433,3460,9333.06,su2random -3584,SUCCESS,2,1,2124.73,30526206.46,30528331.19,127,468,3859,3399.57,dj -3587,SUCCESS,2,1,1611.3,30528331.19,30529942.49,127,428,3200,2578.08,qft -3588,SUCCESS,2,1,19159.81,30529942.49,30549102.3,127,5610,2903,30655.7,qpeexact -3589,SUCCESS,2,1,2227.92,30549102.3,30551330.22,127,658,2878,3564.67,qnn -3590,SUCCESS,2,1,12525.3,30551330.22,30563855.52,127,5242,2031,20040.48,qpeexact -3591,SUCCESS,2,1,12262.85,30563855.52,30576118.37,127,4926,2116,19620.56,qpeinexact -3593,SUCCESS,2,1,1302.02,30576118.37,30577420.39,127,501,2209,2083.23,dj -3596,SUCCESS,2,1,1145.03,30577420.39,30578565.42,127,856,1137,1832.05,ae -3598,SUCCESS,2,1,27989.03,30578565.42,30606554.45,127,6119,3888,44782.45,qft -3599,SUCCESS,2,1,288.38,30606554.45,30606842.83,127,233,1052,461.41,realamprandom -3600,SUCCESS,2,1,29807.59,30606842.83,30636650.42,127,8384,3022,47692.14,qpeinexact -3601,SUCCESS,2,1,205.11,30636650.42,30636855.53,127,64,2724,328.18,graphstate -3602,SUCCESS,2,1,3066.67,30636855.53,30639922.2,127,987,2641,4906.67,ghz -3603,SUCCESS,2,1,51779.3,30639922.2,30691701.5,127,16703,2635,82846.88,twolocalrandom -3604,SUCCESS,2,1,257.54,30691701.5,30691959.04,127,117,1871,412.06,ghz -3605,SUCCESS,2,1,304.56,30691959.04,30692263.6,127,109,2375,487.3,qaoa -3606,SUCCESS,2,1,3393.62,30692263.6,30695657.22,127,921,3132,5429.79,ae -3608,SUCCESS,2,1,3595.47,30695657.22,30699252.69,127,1095,2791,5752.75,grover-v-chain -3610,SUCCESS,2,1,59270.87,30699252.69,30758523.56,127,12492,4033,94833.39,realamprandom -3612,SUCCESS,2,1,775.67,30758523.56,30759299.23,127,167,3948,1241.07,qpeexact -3613,SUCCESS,2,1,26959.29,30759299.23,30786258.52,127,10086,2272,43134.86,su2random -3615,SUCCESS,2,1,331.68,30786258.52,30786590.2,127,175,1611,530.69,graphstate -3616,SUCCESS,2,1,1763.54,30786590.2,30788353.74,127,392,3824,2821.66,ghz -3617,SUCCESS,2,1,157.67,30788353.74,30788511.41,127,37,3622,252.27,wstate -3619,SUCCESS,2,1,6664.69,30788511.41,30795176.1,127,1608,3523,10663.5,wstate -3621,SUCCESS,2,1,141693.88,30795176.1,30936869.98,127,30584,3938,226710.21,grover-noancilla -3622,SUCCESS,2,1,2812.65,30936869.98,30939682.63,127,1271,1881,4500.24,qpeexact -3623,SUCCESS,2,1,61.43,30939682.63,30939744.06,127,15,3481,98.29,ghz -3624,SUCCESS,2,1,54465.75,30939744.06,30994209.81,127,12113,3822,87145.2,realamprandom -3625,SUCCESS,2,1,14205.18,30994209.81,31008414.99,127,11108,1087,22728.29,qnn -3626,SUCCESS,2,1,96.69,31008414.99,31008511.68,127,69,1191,154.7,ghz -3627,SUCCESS,2,1,3732.99,31008511.68,31012244.67,127,2291,1385,5972.78,qft -3628,SUCCESS,2,1,8754.04,31012244.67,31020998.71,127,4445,1674,14006.46,qftentangled -3629,SUCCESS,2,1,25737.82,31020998.71,31046736.53,127,7636,2865,41180.51,realamprandom -3630,SUCCESS,2,1,5979.74,31046736.53,31052716.27,127,2038,2494,9567.58,random -3631,SUCCESS,2,1,24697.32,31052716.27,31077413.59,127,5320,3946,39515.71,qpeinexact -3633,SUCCESS,2,1,10664.95,31077413.59,31088078.54,127,4325,2096,17063.92,qftentangled -3635,SUCCESS,2,1,9822.78,31088078.54,31097901.32,127,5493,1520,15716.45,random -3636,SUCCESS,2,1,2043.42,31097901.32,31099944.74,127,586,2964,3269.47,ghz -3637,SUCCESS,2,1,12190.45,31099944.74,31112135.19,127,4280,2421,19504.72,qft -3638,SUCCESS,2,1,121.98,31112135.19,31112257.17,127,80,1296,195.17,dj -3639,SUCCESS,2,1,4543.64,31112257.17,31116800.81,127,1482,2606,7269.82,qft -3640,SUCCESS,2,1,725.23,31116800.81,31117526.04,127,165,3736,1160.37,dj -3641,SUCCESS,2,1,8514.82,31117526.04,31126040.86,127,3211,2254,13623.71,twolocalrandom -3642,SUCCESS,2,1,4058.42,31126040.86,31130099.28,127,1035,3333,6493.47,su2random -3645,SUCCESS,2,1,12116.88,31130099.28,31142216.16,127,6116,1684,19387.01,qft -3647,SUCCESS,2,1,182.32,31142216.16,31142398.48,127,44,3522,291.71,ghz -3648,SUCCESS,2,1,1778.26,31142398.48,31144176.74,127,670,2256,2845.22,dj -3649,SUCCESS,2,1,389.07,31144176.74,31144565.81,127,109,3034,622.51,qft -3650,SUCCESS,2,1,10323.87,31144565.81,31154889.68,127,2299,3817,16518.19,qpeexact -3651,SUCCESS,2,1,17661.55,31154889.68,31172551.23,127,8106,1852,28258.48,ae -3652,SUCCESS,2,1,5184.81,31172551.23,31177736.04,127,1116,3949,8295.7,qnn -3653,SUCCESS,2,1,754.65,31177736.04,31178490.69,127,604,1062,1207.44,dj -3654,SUCCESS,2,1,2855.1,31178490.69,31181345.79,127,1874,1295,4568.16,qpeexact -3655,SUCCESS,2,1,8807.19,31181345.79,31190152.98,127,3345,2238,14091.5,qft -3656,SUCCESS,2,1,2208.2,31190152.98,31192361.18,127,1048,1791,3533.12,qftentangled -3658,SUCCESS,2,1,7169.28,31192361.18,31199530.46,127,1682,3623,11470.85,qftentangled -3659,SUCCESS,2,1,143.2,31199530.46,31199673.66,127,54,2254,229.12,dj -3660,SUCCESS,2,1,5823.32,31199673.66,31205496.98,127,3084,1605,9317.31,qft -3661,SUCCESS,2,1,27680.35,31205496.98,31233177.33,127,6404,3674,44288.56,qpeinexact -3662,SUCCESS,2,1,1931.93,31233177.33,31235109.26,127,409,4015,3091.09,dj -3663,SUCCESS,2,1,8250.3,31235109.26,31243359.56,127,2291,3061,13200.48,qpeinexact -3665,SUCCESS,2,1,51408.37,31243359.56,31294767.93,127,14556,3002,82253.39,twolocalrandom -3666,SUCCESS,2,1,10817.81,31294767.93,31305585.74,127,2818,3263,17308.5,qftentangled -3667,SUCCESS,2,1,577.82,31305585.74,31306163.56,127,121,4059,924.51,wstate -3668,SUCCESS,2,1,5887.78,31306163.56,31312051.34,127,1244,4023,9420.45,su2random -3669,SUCCESS,2,1,623.89,31312051.34,31312675.23,127,335,1583,998.22,twolocalrandom -3670,SUCCESS,2,1,3001.1,31312675.23,31315676.33,127,690,3697,4801.76,pricingcall -3672,SUCCESS,2,1,32686.06,31315676.33,31348362.39,127,11991,2317,52297.7,random -3673,SUCCESS,2,1,969.96,31348362.39,31349332.35,127,364,2265,1551.94,dj -3674,SUCCESS,2,1,2636.65,31349332.35,31351969,127,1224,1831,4218.64,qpeinexact -3675,SUCCESS,2,1,1327,31351969,31353296,127,838,1346,2123.2,realamprandom -3676,SUCCESS,2,1,27817.84,31353296,31381113.84,127,6824,3465,44508.54,ae -3677,SUCCESS,2,1,761.98,31381113.84,31381875.82,127,230,2816,1219.17,ae -3678,SUCCESS,2,1,129.58,31381875.82,31382005.4,127,39,2824,207.33,ghz -3679,SUCCESS,2,1,593.27,31382005.4,31382598.67,127,178,2833,949.23,pricingput -3680,SUCCESS,2,1,3912.92,31382598.67,31386511.59,127,1187,2802,6260.67,qftentangled -3681,SUCCESS,2,1,33160.09,31386511.59,31419671.68,127,11110,2537,53056.14,su2random -3682,SUCCESS,2,1,6523.13,31419671.68,31426194.81,127,2981,1860,10437.01,qft -3683,SUCCESS,2,1,53709.6,31426194.81,31479904.41,127,16541,2760,85935.36,su2random -3684,SUCCESS,2,1,2687.34,31479904.41,31482591.75,127,642,3558,4299.74,qnn -3685,SUCCESS,2,1,8309.31,31482591.75,31490901.06,127,6267,1127,13294.9,qftentangled -3686,SUCCESS,2,1,13411.11,31490901.06,31504312.17,127,3485,3271,21457.78,ae -3688,SUCCESS,2,1,9141.46,31504312.17,31513453.63,127,2698,2880,14626.34,qftentangled -3689,SUCCESS,2,1,2478.99,31513453.63,31515932.62,127,812,2595,3966.38,realamprandom -3690,SUCCESS,2,1,14278.36,31515932.62,31530210.98,127,7423,1635,22845.38,ae -3691,SUCCESS,2,1,960.11,31530210.98,31531171.09,127,472,1729,1536.18,wstate -3693,SUCCESS,2,1,12953.6,31531171.09,31544124.69,127,6256,1760,20725.76,qft -3694,SUCCESS,2,1,53572.08,31544124.69,31597696.77,127,27382,1663,85715.33,random -3695,SUCCESS,2,1,85337.96,31597696.77,31683034.73,127,25416,2854,136540.74,random -3696,SUCCESS,2,1,254.83,31683034.73,31683289.56,127,123,1761,407.73,graphstate -3697,SUCCESS,2,1,38822.52,31683289.56,31722112.08,127,10456,3156,62116.03,qpeexact -3698,SUCCESS,2,1,17115.38,31722112.08,31739227.46,127,5235,2779,27384.61,qpeexact -3699,SUCCESS,2,1,142.23,31739227.46,31739369.69,127,53,2281,227.57,wstate -3700,SUCCESS,2,1,149.35,31739369.69,31739519.04,127,35,3627,238.96,qaoa -3701,SUCCESS,2,1,273.78,31739519.04,31739792.82,127,117,1989,438.05,wstate -3702,SUCCESS,2,1,7302.76,31739792.82,31747095.58,127,4166,1490,11684.42,qftentangled -3703,SUCCESS,2,1,3459.23,31747095.58,31750554.81,127,905,3249,5534.77,dj -3705,SUCCESS,2,1,68.73,31750554.81,31750623.54,127,23,2540,109.97,ghz -3706,SUCCESS,2,1,481.35,31750623.54,31751104.89,127,114,3589,770.16,dj -3707,SUCCESS,2,1,15950.15,31751104.89,31767055.04,127,6242,2172,25520.24,ae -3709,SUCCESS,2,1,9845.49,31767055.04,31776900.53,127,2630,3182,15752.78,su2random -3710,SUCCESS,2,1,99.15,31776900.53,31776999.68,127,25,3371,158.64,vqe -3711,SUCCESS,2,1,1706.51,31776999.68,31778706.19,127,639,2270,2730.42,dj -3713,SUCCESS,2,1,4406.3,31778706.19,31783112.49,127,1189,3150,7050.08,wstate -3714,SUCCESS,2,1,197.97,31783112.49,31783310.46,127,59,2852,316.75,graphstate -3715,SUCCESS,2,1,1757.67,31783310.46,31785068.13,127,371,4027,2812.27,realamprandom -3716,SUCCESS,2,1,1107.79,31785068.13,31786175.92,127,503,1872,1772.46,ae -3718,SUCCESS,2,1,18755.53,31786175.92,31804931.45,127,3950,4036,30008.85,qft -3720,SUCCESS,2,1,113.97,31804931.45,31805045.42,127,47,2061,182.35,graphstate -3721,SUCCESS,2,1,1038,31805045.42,31806083.42,127,255,3460,1660.8,dj -3722,SUCCESS,2,1,1367.72,31806083.42,31807451.14,127,480,2422,2188.35,dj -3723,SUCCESS,2,1,26528.39,31807451.14,31833979.53,127,6636,3398,42445.42,qpeinexact -3724,SUCCESS,2,1,1651.77,31833979.53,31835631.3,127,375,3744,2642.83,qnn -3726,SUCCESS,2,1,3660.12,31835631.3,31839291.42,127,2081,1495,5856.19,qnn -3727,SUCCESS,2,1,290.55,31839291.42,31839581.97,127,67,3686,464.88,ghz -3728,SUCCESS,2,1,345.49,31839581.97,31839927.46,127,96,3059,552.78,ghz -3729,SUCCESS,2,1,1927.06,31839927.46,31841854.52,127,455,3600,3083.3,qft -3730,SUCCESS,2,1,72001.7,31841854.52,31913856.22,127,16740,3656,115202.72,random -3731,SUCCESS,2,1,1578.79,31913856.22,31915435.01,127,1009,1330,2526.06,wstate -3732,SUCCESS,2,1,950.49,31915435.01,31916385.5,127,377,2143,1520.78,wstate -3733,SUCCESS,2,1,72.23,31916385.5,31916457.73,127,24,2558,115.57,vqe -3734,SUCCESS,2,1,34137.73,31916457.73,31950595.46,127,8076,3593,54620.37,qpeexact -3735,SUCCESS,2,1,762.02,31950595.46,31951357.48,127,519,1248,1219.23,wstate -3736,SUCCESS,2,1,531.45,31951357.48,31951888.93,127,317,1425,850.32,qpeexact -3738,SUCCESS,2,1,28284.1,31951888.93,31980173.03,127,11303,2127,45254.56,qnn -3739,SUCCESS,2,1,6116.46,31980173.03,31986289.49,127,2104,2471,9786.34,qpeexact -3740,SUCCESS,2,1,2047.56,31986289.49,31988337.05,127,540,3223,3276.1,portfoliovqe -3741,SUCCESS,2,1,6776.94,31988337.05,31995113.99,127,2948,1954,10843.1,qft -3742,SUCCESS,2,1,23599.05,31995113.99,32018713.04,127,4948,4054,37758.48,qftentangled -3743,SUCCESS,2,1,5182.5,32018713.04,32023895.54,127,1927,2286,8292,twolocalrandom -3744,SUCCESS,2,1,14978.48,32023895.54,32038874.02,127,6882,1850,23965.57,pricingcall -3745,SUCCESS,2,1,1496.66,32038874.02,32040370.68,127,537,2369,2394.66,wstate -3746,SUCCESS,2,1,9939.97,32040370.68,32050310.65,127,3917,2157,15903.95,twolocalrandom -3747,SUCCESS,2,1,5337.01,32050310.65,32055647.66,127,3343,1357,8539.22,qftentangled -3748,SUCCESS,2,1,1925.24,32055647.66,32057572.9,127,575,2846,3080.38,dj -3750,SUCCESS,2,1,37.97,32057572.9,32057610.87,127,18,1793,60.75,graphstate -3751,SUCCESS,2,1,1710.8,32057610.87,32059321.67,127,726,2003,2737.28,qnn -3752,SUCCESS,2,1,12905.77,32059321.67,32072227.44,127,6908,1588,20649.23,qft -3753,SUCCESS,2,1,7096.26,32072227.44,32079323.7,127,1937,3114,11354.02,qpeinexact -3754,SUCCESS,2,1,15904.71,32079323.7,32095228.41,127,11000,1229,25447.54,qpeexact -3755,SUCCESS,2,1,18885.56,32095228.41,32114113.97,127,5605,2864,30216.9,ae -3756,SUCCESS,2,1,1713.9,32114113.97,32115827.87,127,756,1927,2742.24,qpeexact -3757,SUCCESS,2,1,36209.76,32115827.87,32152037.63,127,7902,3895,57935.62,qwalk-v-chain -3758,SUCCESS,2,1,2494.36,32152037.63,32154531.99,127,994,2133,3990.98,qft -3759,SUCCESS,2,1,205.64,32154531.99,32154737.63,127,53,3298,329.02,graphstate -3760,SUCCESS,2,1,19309.56,32154737.63,32174047.19,127,5004,3280,30895.3,qftentangled -3761,SUCCESS,2,1,1646.15,32174047.19,32175693.34,127,1011,1384,2633.84,qpeinexact -3762,SUCCESS,2,1,7263.51,32175693.34,32182956.85,127,1970,3134,11621.62,qftentangled -3763,SUCCESS,2,1,17408.2,32182956.85,32200365.05,127,9646,1534,27853.12,qnn -3764,SUCCESS,2,1,245.23,32200365.05,32200610.28,127,77,2707,392.37,graphstate -3765,SUCCESS,2,1,29682.36,32200610.28,32230292.64,127,20184,1250,47491.78,random -3766,SUCCESS,2,1,3951.28,32230292.64,32234243.92,127,876,3834,6322.05,wstate -3768,SUCCESS,2,1,915.03,32234243.92,32235158.95,127,542,1435,1464.05,dj -3769,SUCCESS,2,1,2923.99,32235158.95,32238082.94,127,1030,2413,4678.38,ghz -3770,SUCCESS,2,1,12646.66,32238082.94,32250729.6,127,5391,1994,20234.66,ae -3771,SUCCESS,2,1,1095.7,32250729.6,32251825.3,127,229,4067,1753.12,realamprandom -3772,SUCCESS,2,1,21537.38,32251825.3,32273362.68,127,6998,2616,34459.81,qpeexact -3774,SUCCESS,2,1,3963.45,32273362.68,32277326.13,127,1339,2516,6341.52,qpeinexact -3775,SUCCESS,2,1,11640.62,32277326.13,32288966.75,127,4459,2219,18624.99,twolocalrandom -3776,SUCCESS,2,1,1116.62,32288966.75,32290083.37,127,375,2531,1786.59,su2random -3778,SUCCESS,2,1,31192.83,32290083.37,32321276.2,127,8575,3092,49908.53,qpeinexact -3780,SUCCESS,2,1,9192.07,32321276.2,32330468.27,127,3589,2177,14707.31,qft -3781,SUCCESS,2,1,1945.22,32330468.27,32332413.49,127,609,2715,3112.35,wstate -3782,SUCCESS,2,1,7621.82,32332413.49,32340035.31,127,3546,1827,12194.91,qpeexact -3783,SUCCESS,2,1,3334.73,32340035.31,32343370.04,127,1196,2370,5335.57,qnn -3784,SUCCESS,2,1,2073.15,32343370.04,32345443.19,127,624,2824,3317.04,dj -3785,SUCCESS,2,1,1446.57,32345443.19,32346889.76,127,828,1485,2314.51,dj -3786,SUCCESS,2,1,12389.82,32346889.76,32359279.58,127,5854,1799,19823.71,su2random -3787,SUCCESS,2,1,15457.7,32359279.58,32374737.28,127,3720,3532,24732.32,su2random -3788,SUCCESS,2,1,44082.77,32374737.28,32418820.05,127,17063,2196,70532.43,twolocalrandom -3789,SUCCESS,2,1,716.26,32418820.05,32419536.31,127,149,4086,1146.02,graphstate -3790,SUCCESS,2,1,4686.24,32419536.31,32424222.55,127,3488,1142,7497.98,qpeinexact -3791,SUCCESS,2,1,1078.2,32424222.55,32425300.75,127,877,1045,1725.12,qnn -3792,SUCCESS,2,1,9029.88,32425300.75,32434330.63,127,2519,3047,14447.81,qftentangled -3793,SUCCESS,2,1,140.04,32434330.63,32434470.67,127,109,1092,224.06,qpeexact -3794,SUCCESS,2,1,666.18,32434470.67,32435136.85,127,212,2671,1065.89,ghz -3795,SUCCESS,2,1,2312,32435136.85,32437448.85,127,1823,1078,3699.2,ae -3796,SUCCESS,2,1,1088.62,32437448.85,32438537.47,127,701,1320,1741.79,twolocalrandom -3797,SUCCESS,2,1,36891.2,32438537.47,32475428.67,127,11436,2742,59025.92,twolocalrandom -3798,SUCCESS,2,1,592.68,32475428.67,32476021.35,127,364,1384,948.29,graphstate -3800,SUCCESS,2,1,5561.54,32476021.35,32481582.89,127,2035,2323,8898.46,twolocalrandom -3801,SUCCESS,2,1,13842.49,32481582.89,32495425.38,127,4921,2391,22147.98,qftentangled -3802,SUCCESS,2,1,10177.74,32495425.38,32505603.12,127,7602,1138,16284.38,ae -3803,SUCCESS,2,1,11110.03,32505603.12,32516713.15,127,2880,3279,17776.05,qnn -3804,SUCCESS,2,1,15616.06,32516713.15,32532329.21,127,4538,2925,24985.7,qft -3805,SUCCESS,2,1,1186.79,32532329.21,32533516,127,568,1776,1898.86,qnn -3806,SUCCESS,2,1,1797.73,32533516,32535313.73,127,385,3969,2876.37,ghz -3807,SUCCESS,2,1,9564.08,32535313.73,32544877.81,127,5129,1585,15302.53,qftentangled -3808,SUCCESS,2,1,16700.53,32544877.81,32561578.34,127,4799,2958,26720.85,twolocalrandom -3810,SUCCESS,2,1,65.23,32561578.34,32561643.57,127,53,1046,104.37,qaoa -3811,SUCCESS,2,1,22268.96,32561643.57,32583912.53,127,5729,3304,35630.34,qpeexact -3814,SUCCESS,2,1,301.08,32583912.53,32584213.61,127,121,2115,481.73,qpeexact -3815,SUCCESS,2,1,24869.42,32584213.61,32609083.03,127,7077,2987,39791.07,ae -3816,SUCCESS,2,1,3518.12,32609083.03,32612601.15,127,800,3738,5628.99,qftentangled -3817,SUCCESS,2,1,7314.11,32612601.15,32619915.26,127,2517,2470,11702.58,qft -3818,SUCCESS,2,1,2011.19,32619915.26,32621926.45,127,945,1809,3217.9,qftentangled -3819,SUCCESS,2,1,234.64,32621926.45,32622161.09,127,73,2732,375.42,wstate -3820,SUCCESS,2,1,7286.62,32622161.09,32629447.71,127,1642,3772,11658.59,qpeexact -3821,SUCCESS,2,1,95049.25,32629447.71,32724496.96,127,32538,2483,152078.8,random -3822,SUCCESS,2,1,3370.75,32724496.96,32727867.71,127,717,3996,5393.2,qftentangled -3823,SUCCESS,2,1,6370.49,32727867.71,32734238.2,127,4044,1339,10192.78,qpeinexact -3824,SUCCESS,2,1,3055.93,32734238.2,32737294.13,127,813,3195,4889.49,ghz -3825,SUCCESS,2,1,833.74,32737294.13,32738127.87,127,331,2141,1333.98,dj -3826,SUCCESS,2,1,13602.98,32738127.87,32751730.85,127,10991,1052,21764.77,twolocalrandom -3827,SUCCESS,2,1,1597.45,32751730.85,32753328.3,127,544,2496,2555.92,qpeexact -3828,SUCCESS,2,1,7591.78,32753328.3,32760920.08,127,1849,3490,12146.85,twolocalrandom -3830,SUCCESS,2,1,393.09,32760920.08,32761313.17,127,181,1846,628.94,ghz -3832,SUCCESS,2,1,163.3,32761313.17,32761476.47,127,86,1614,261.28,graphstate -3834,SUCCESS,2,1,136,32761476.47,32761612.47,127,100,1156,217.6,graphstate -3835,SUCCESS,2,1,88982.14,32761612.47,32850594.61,127,39955,1893,142371.42,qwalk-noancilla -3836,SUCCESS,2,1,2948.16,32850594.61,32853542.77,127,1348,1859,4717.06,wstate -3838,SUCCESS,2,1,1181.16,32853542.77,32854723.93,127,306,3281,1889.86,dj -3839,SUCCESS,2,1,78613,32854723.93,32933336.93,127,17497,3819,125780.8,random -3840,SUCCESS,2,1,591.59,32933336.93,32933928.52,127,216,2328,946.54,qft -3841,SUCCESS,2,1,215.84,32933928.52,32934144.36,127,49,3744,345.34,dj -3842,SUCCESS,2,1,72635.65,32934144.36,33006780.01,127,15722,3927,116217.04,su2random -3843,SUCCESS,2,1,11124.63,33006780.01,33017904.64,127,3739,2529,17799.41,su2random -3844,SUCCESS,2,1,15899.51,33017904.64,33033804.15,127,4315,3132,25439.22,ae -3846,SUCCESS,2,1,153.94,33033804.15,33033958.09,127,43,3043,246.3,ghz -3847,SUCCESS,2,1,15608.54,33033958.09,33049566.63,127,6627,2002,24973.66,su2random -3848,SUCCESS,2,1,974.66,33049566.63,33050541.29,127,335,2473,1559.46,graphstate -3850,SUCCESS,2,1,13112.11,33050541.29,33063653.4,127,3256,3423,20979.38,qpeexact -3851,SUCCESS,2,1,154.85,33063653.4,33063808.25,127,36,3656,247.76,ghz -3852,SUCCESS,2,1,3514.23,33063808.25,33067322.48,127,1411,2117,5622.77,qpeexact -3854,SUCCESS,2,1,3427.6,33067322.48,33070750.08,127,1932,1508,5484.16,twolocalrandom -3855,SUCCESS,2,1,1307.89,33070750.08,33072057.97,127,805,1381,2092.62,qftentangled -3857,SUCCESS,2,1,30416.05,33072057.97,33102474.02,127,8702,2971,48665.68,qftentangled -3858,SUCCESS,2,1,5925.54,33102474.02,33108399.56,127,3938,1279,9480.86,su2random -3860,SUCCESS,2,1,196.52,33108399.56,33108596.08,127,58,2880,314.43,graphstate -3861,SUCCESS,2,1,17219.79,33108596.08,33125815.87,127,9991,1465,27551.66,su2random -3862,SUCCESS,2,1,6416.43,33125815.87,33132232.3,127,1913,2851,10266.29,ae -3865,SUCCESS,2,1,27589.56,33132232.3,33159821.86,127,8012,2927,44143.3,qft -3866,SUCCESS,2,1,19774.31,33159821.86,33179596.17,127,10830,1552,31638.9,qpeexact -3867,SUCCESS,2,1,148372.57,33179596.17,33327968.74,127,32860,3838,237396.11,random -3868,SUCCESS,2,1,65521.32,33327968.74,33393490.06,127,21620,2576,104834.11,random -3869,SUCCESS,2,1,5490,33393490.06,33398980.06,127,3825,1220,8784,qpeexact -3870,SUCCESS,2,1,11499.36,33398980.06,33410479.42,127,6206,1575,18398.98,qpeinexact -3871,SUCCESS,2,1,612.69,33410479.42,33411092.11,127,484,1076,980.3,qpeexact -3872,SUCCESS,2,1,17602.24,33411092.11,33428694.35,127,7950,1882,28163.58,qpeexact -3873,SUCCESS,2,1,1998.73,33428694.35,33430693.08,127,816,2082,3197.97,qpeinexact -3874,SUCCESS,2,1,13184.56,33430693.08,33443877.64,127,10042,1116,21095.3,ae -3875,SUCCESS,2,1,6672.34,33443877.64,33450549.98,127,2154,2633,10675.74,twolocalrandom -3876,SUCCESS,2,1,326.08,33450549.98,33450876.06,127,169,1640,521.73,wstate -3878,SUCCESS,2,1,19222.25,33450876.06,33470098.31,127,4609,3545,30755.6,qnn -3879,SUCCESS,2,1,28278.66,33470098.31,33498376.97,127,12371,1943,45245.86,twolocalrandom -3880,SUCCESS,2,1,99.71,33498376.97,33498476.68,127,41,2067,159.54,wstate -3881,SUCCESS,2,1,7307.41,33498476.68,33505784.09,127,4108,1512,11691.86,qpeexact -3882,SUCCESS,2,1,40681.08,33505784.09,33546465.17,127,10273,3366,65089.73,ae -3883,SUCCESS,2,1,43114.79,33546465.17,33589579.96,127,9726,3768,68983.66,qwalk-noancilla -3884,SUCCESS,2,1,3671.13,33589579.96,33593251.09,127,842,3706,5873.81,ghz -3885,SUCCESS,2,1,73702.59,33593251.09,33666953.68,127,16272,3850,117924.14,random -3886,SUCCESS,2,1,1468.42,33666953.68,33668422.1,127,508,2457,2349.47,pricingput -3887,SUCCESS,2,1,161.59,33668422.1,33668583.69,127,37,3712,258.54,wstate -3888,SUCCESS,2,1,3103.97,33668583.69,33671687.66,127,671,3932,4966.35,pricingput -3891,SUCCESS,2,1,3506.51,33671687.66,33675194.17,127,1162,2565,5610.42,qnn -3892,SUCCESS,2,1,33539.71,33675194.17,33708733.88,127,7639,3732,53663.54,qpeinexact -3894,SUCCESS,2,1,9690.72,33708733.88,33718424.6,127,4659,1768,15505.15,realamprandom -3895,SUCCESS,2,1,2345.5,33718424.6,33720770.1,127,687,2902,3752.8,su2random -3896,SUCCESS,2,1,874.67,33720770.1,33721644.77,127,244,3047,1399.47,portfoliovqe -3897,SUCCESS,2,1,41323.49,33721644.77,33762968.26,127,9886,3553,66117.58,qnn -3899,SUCCESS,2,1,6820.8,33762968.26,33769789.06,127,3480,1666,10913.28,qnn -3900,SUCCESS,2,1,396.97,33769789.06,33770186.03,127,113,2986,635.15,wstate -3902,SUCCESS,2,1,1255.3,33770186.03,33771441.33,127,978,1091,2008.48,wstate -3903,SUCCESS,2,1,1350.17,33771441.33,33772791.5,127,639,1796,2160.27,twolocalrandom -3904,SUCCESS,2,1,45613.81,33772791.5,33818405.31,127,9676,4007,72982.1,twolocalrandom -3905,SUCCESS,2,1,1619.08,33818405.31,33820024.39,127,1057,1302,2590.53,su2random -3906,SUCCESS,2,1,5054.05,33820024.39,33825078.44,127,4183,1027,8086.48,ae -3907,SUCCESS,2,1,80.05,33825078.44,33825158.49,127,28,2430,128.08,ghz -3908,SUCCESS,2,1,142420.76,33825158.49,33967579.25,127,31583,3833,227873.22,random -3910,SUCCESS,2,1,2693.03,33967579.25,33970272.28,127,1327,1725,4308.85,qnn -3911,SUCCESS,2,1,135.14,33970272.28,33970407.42,127,47,2444,216.22,dj -3912,SUCCESS,2,1,3630.7,33970407.42,33974038.12,127,874,3531,5809.12,random -3913,SUCCESS,2,1,90028.04,33974038.12,34064066.16,127,39732,1926,144044.86,random -3914,SUCCESS,2,1,33675.56,34064066.16,34097741.72,127,9823,2914,53880.9,grover-noancilla -3915,SUCCESS,2,1,356.78,34097741.72,34098098.5,127,236,1285,570.85,su2random -3918,SUCCESS,2,1,25064.67,34098098.5,34123163.17,127,6706,3177,40103.47,qpeexact -3919,SUCCESS,2,1,3109.14,34123163.17,34126272.31,127,1006,2627,4974.62,pricingcall -3920,SUCCESS,2,1,3936.89,34126272.31,34130209.2,127,988,3387,6299.02,ghz -3921,SUCCESS,2,1,827.02,34130209.2,34131036.22,127,233,3017,1323.23,wstate -3922,SUCCESS,2,1,81988.78,34131036.22,34213025,127,37030,1882,131182.05,random -3923,SUCCESS,2,1,278.81,34213025,34213303.81,127,58,4086,446.1,graphstate -3924,SUCCESS,2,1,223.54,34213303.81,34213527.35,127,52,3654,357.66,dj -3925,SUCCESS,2,1,11494.72,34213527.35,34225022.07,127,9323,1048,18391.55,su2random -3926,SUCCESS,2,1,2948.8,34225022.07,34227970.87,127,1484,1689,4718.08,wstate -3927,SUCCESS,2,1,17931.53,34227970.87,34245902.4,127,12422,1227,28690.45,realamprandom -3928,SUCCESS,2,1,27843.81,34245902.4,34273746.21,127,6998,3382,44550.1,qpeinexact -3930,SUCCESS,2,1,18890.13,34273746.21,34292636.34,127,5626,2854,30224.21,random -3931,SUCCESS,2,1,408,34292636.34,34293044.34,127,113,3069,652.8,graphstate -3932,SUCCESS,2,1,934.82,34293044.34,34293979.16,127,288,2759,1495.71,dj -3933,SUCCESS,2,1,17677.6,34293979.16,34311656.76,127,8844,1699,28284.16,realamprandom -3934,SUCCESS,2,1,434.82,34311656.76,34312091.58,127,349,1059,695.71,realamprandom -3935,SUCCESS,2,1,1701.96,34312091.58,34313793.54,127,536,2699,2723.14,qpeinexact -3936,SUCCESS,2,1,1426.32,34313793.54,34315219.86,127,714,1698,2282.11,qpeinexact -3937,SUCCESS,2,1,14433.21,34315219.86,34329653.07,127,4724,2597,23093.14,ae -3940,SUCCESS,2,1,135.27,34329653.07,34329788.34,127,66,1742,216.43,graphstate -3941,SUCCESS,2,1,1065.38,34329788.34,34330853.72,127,421,2151,1704.61,dj -3944,SUCCESS,2,1,173.93,34330853.72,34331027.65,127,66,2240,278.29,dj -3945,SUCCESS,2,1,345.86,34331027.65,34331373.51,127,275,1069,553.38,qftentangled -3946,SUCCESS,2,1,5886.53,34331373.51,34337260.04,127,1896,2639,9418.45,qpeinexact -3947,SUCCESS,2,1,103.13,34337260.04,34337363.17,127,23,3811,165.01,vqe -3948,SUCCESS,2,1,1653.53,34337363.17,34339016.7,127,937,1500,2645.65,twolocalrandom -3949,SUCCESS,2,1,30399.69,34339016.7,34369416.39,127,12334,2095,48639.5,qnn -3950,SUCCESS,2,1,4766.96,34369416.39,34374183.35,127,1096,3697,7627.14,wstate -3951,SUCCESS,2,1,17659.94,34374183.35,34391843.29,127,6014,2496,28255.9,ae -3953,SUCCESS,2,1,293.53,34391843.29,34392136.82,127,104,2399,469.65,graphstate -3955,SUCCESS,2,1,173712.62,34392136.82,34565849.44,127,43086,3427,277940.19,random -3957,SUCCESS,2,1,10170.08,34565849.44,34576019.52,127,3184,2715,16272.13,qft -3958,SUCCESS,2,1,1477.4,34576019.52,34577496.92,127,718,1749,2363.84,qpeexact -3960,SUCCESS,2,1,790.9,34577496.92,34578287.82,127,187,3595,1265.44,graphstate -3961,SUCCESS,2,1,223.09,34578287.82,34578510.91,127,125,1517,356.94,wstate -3962,SUCCESS,2,1,2718.58,34578510.91,34581229.49,127,579,3991,4349.73,qftentangled -3963,SUCCESS,2,1,38460.24,34581229.49,34619689.73,127,12770,2560,61536.38,realamprandom -3964,SUCCESS,2,1,6436.93,34619689.73,34626126.66,127,4212,1299,10299.09,ae -3965,SUCCESS,2,1,258.9,34626126.66,34626385.56,127,63,3493,414.24,graphstate -3966,SUCCESS,2,1,97914.32,34626385.56,34724299.88,127,23010,3617,156662.91,random -3967,SUCCESS,2,1,2271.5,34724299.88,34726571.38,127,1475,1309,3634.4,realamprandom -3968,SUCCESS,2,1,468.92,34726571.38,34727040.3,127,116,3436,750.27,graphstate -3971,SUCCESS,2,1,11606.92,34727040.3,34738647.22,127,3434,2873,18571.07,qpeexact -3972,SUCCESS,2,1,19978.13,34738647.22,34758625.35,127,8785,1933,31965.01,qpeinexact -3973,SUCCESS,2,1,4663.86,34758625.35,34763289.21,127,1240,3197,7462.18,qft -3974,SUCCESS,2,1,828.7,34763289.21,34764117.91,127,329,2141,1325.92,wstate -3975,SUCCESS,2,1,1492.22,34764117.91,34765610.13,127,354,3583,2387.55,qft -3976,SUCCESS,2,1,27564.24,34765610.13,34793174.37,127,10812,2167,44102.78,twolocalrandom -3977,SUCCESS,2,1,15819.83,34793174.37,34808994.2,127,5156,2608,25311.73,qftentangled -3978,SUCCESS,2,1,9507.88,34808994.2,34818502.08,127,3052,2648,15212.61,ae -3979,SUCCESS,2,1,6416.54,34818502.08,34824918.62,127,3537,1542,10266.46,qpeexact -3980,SUCCESS,2,1,1941.76,34824918.62,34826860.38,127,697,2368,3106.82,qnn -3983,SUCCESS,2,1,402.58,34826860.38,34827262.96,127,101,3388,644.13,graphstate -3984,SUCCESS,2,1,24121.49,34827262.96,34851384.45,127,5678,3611,38594.38,ae -3985,SUCCESS,2,1,21990.05,34851384.45,34873374.5,127,4778,3912,35184.08,qpeinexact -3987,SUCCESS,2,1,411.89,34873374.5,34873786.39,127,214,1636,659.02,ghz -3988,SUCCESS,2,1,1126.32,34873786.39,34874912.71,127,323,2964,1802.11,qpeexact -3991,SUCCESS,2,1,6593.49,34874912.71,34881506.2,127,1433,3911,10549.58,ae -3992,SUCCESS,2,1,5686.49,34881506.2,34887192.69,127,2855,1693,9098.38,qftentangled -3993,SUCCESS,2,1,854.43,34887192.69,34888047.12,127,504,1441,1367.09,dj -3994,SUCCESS,2,1,221.7,34888047.12,34888268.82,127,69,2731,354.72,graphstate -3995,SUCCESS,2,1,6106.29,34888268.82,34894375.11,127,2422,2143,9770.06,realamprandom -3997,SUCCESS,2,1,47032,34894375.11,34941407.11,127,13547,2951,75251.2,random -3998,SUCCESS,2,1,271.54,34941407.11,34941678.65,127,59,3912,434.46,ghz -3999,SUCCESS,2,1,5552.3,34941678.65,34947230.95,127,1825,2586,8883.68,su2random -4000,SUCCESS,2,1,6181.04,34947230.95,34953411.99,127,4712,1115,9889.66,qpeexact -4002,SUCCESS,2,1,7257.38,34953411.99,34960669.37,127,1799,3429,11611.81,qnn -4004,SUCCESS,2,1,3218.14,34960669.37,34963887.51,127,683,4005,5149.02,dj -4005,SUCCESS,2,1,13375.24,34963887.51,34977262.75,127,3481,3266,21400.38,su2random -4006,SUCCESS,2,1,4324.4,34977262.75,34981587.15,127,964,3813,6919.04,qpeexact -4008,SUCCESS,2,1,269.77,34981587.15,34981856.92,127,107,2143,431.63,graphstate -4009,SUCCESS,2,1,1754.41,34981856.92,34983611.33,127,645,2312,2807.06,dj -4010,SUCCESS,2,1,4291.77,34983611.33,34987903.1,127,1527,2389,6866.83,wstate -4012,SUCCESS,2,1,27143.53,34987903.1,35015046.63,127,7000,3296,43429.65,su2random -4013,SUCCESS,2,1,7143.47,35015046.63,35022190.1,127,1983,3062,11429.55,qftentangled -4014,SUCCESS,2,1,61167.31,35022190.1,35083357.41,127,14136,3678,97867.7,realamprandom -4016,SUCCESS,2,1,2651.35,35083357.41,35086008.76,127,779,2893,4242.16,wstate -4018,SUCCESS,2,1,12158.76,35086008.76,35098167.52,127,3488,2963,19454.02,qpeexact -4019,SUCCESS,2,1,1039.69,35098167.52,35099207.21,127,253,3493,1663.5,dj -4020,SUCCESS,2,1,1366.56,35099207.21,35100573.77,127,292,3978,2186.5,twolocalrandom -4022,SUCCESS,2,1,12236.59,35100573.77,35112810.36,127,3278,3173,19578.54,qpeexact -4023,SUCCESS,2,1,296.48,35112810.36,35113106.84,127,100,2520,474.37,ghz -4024,SUCCESS,2,1,1338.33,35113106.84,35114445.17,127,682,1668,2141.33,qpeexact -4025,SUCCESS,2,1,15958.24,35114445.17,35130403.41,127,4166,3256,25533.18,su2random -4026,SUCCESS,2,1,30523.28,35130403.41,35160926.69,127,7398,3507,48837.25,su2random -4027,SUCCESS,2,1,570.59,35160926.69,35161497.28,127,253,1917,912.94,qft -4028,SUCCESS,2,1,1270.99,35161497.28,35162768.27,127,307,3519,2033.58,dj -4031,SUCCESS,2,1,24242,35162768.27,35187010.27,127,6129,3362,38787.2,qft -4032,SUCCESS,2,1,16421.31,35187010.27,35203431.58,127,5561,2510,26274.1,su2random -4033,SUCCESS,2,1,8543.59,35203431.58,35211975.17,127,3473,2091,13669.74,qft -4034,SUCCESS,2,1,3685.4,35211975.17,35215660.57,127,941,3329,5896.64,ghz -4035,SUCCESS,2,1,2938.26,35215660.57,35218598.83,127,655,3813,4701.22,portfolioqaoa -4036,SUCCESS,2,1,15589.93,35218598.83,35234188.76,127,3598,3683,24943.89,qnn -4038,SUCCESS,2,1,1257.66,35234188.76,35235446.42,127,538,1987,2012.26,qft -4039,SUCCESS,2,1,5007.97,35235446.42,35240454.39,127,1553,2741,8012.75,qnn -4040,SUCCESS,2,1,729.62,35240454.39,35241184.01,127,161,3852,1167.39,graphstate -4042,SUCCESS,2,1,1840.64,35241184.01,35243024.65,127,544,2876,2945.02,qpeinexact -4043,SUCCESS,2,1,5110.83,35243024.65,35248135.48,127,1450,2996,8177.33,qnn -4044,SUCCESS,2,1,115.09,35248135.48,35248250.57,127,43,2275,184.14,graphstate -4045,SUCCESS,2,1,30832.07,35248250.57,35279082.64,127,7546,3473,49331.31,qnn -4046,SUCCESS,2,1,111.81,35279082.64,35279194.45,127,41,2318,178.9,graphstate -4047,SUCCESS,2,1,916.89,35279194.45,35280111.34,127,715,1090,1467.02,dj -4048,SUCCESS,2,1,341.92,35280111.34,35280453.26,127,136,2137,547.07,dj -4049,SUCCESS,2,1,10908.26,35280453.26,35291361.52,127,4709,1969,17453.22,twolocalrandom -4051,SUCCESS,2,1,1492.14,35291361.52,35292853.66,127,452,2806,2387.42,dj -4052,SUCCESS,2,1,8069.38,35292853.66,35300923.04,127,5161,1329,12911.01,qpeexact -4053,SUCCESS,2,1,1512.91,35300923.04,35302435.95,127,765,1681,2420.66,dj -4054,SUCCESS,2,1,2689.69,35302435.95,35305125.64,127,676,3382,4303.5,qpeexact -4055,SUCCESS,2,1,3615.65,35305125.64,35308741.29,127,933,3294,5785.04,ghz -4056,SUCCESS,2,1,588.3,35308741.29,35309329.59,127,159,3145,941.28,pricingcall -4058,SUCCESS,2,1,1380.08,35309329.59,35310709.67,127,735,1596,2208.13,qft -4059,SUCCESS,2,1,13848.28,35310709.67,35324557.95,127,11362,1036,22157.25,qnn -4060,SUCCESS,2,1,18982.18,35324557.95,35343540.13,127,10323,1563,30371.49,realamprandom -4062,SUCCESS,2,1,125.56,35343540.13,35343665.69,127,42,2541,200.9,graphstate -4065,SUCCESS,2,1,5172.4,35343665.69,35348838.09,127,2043,2152,8275.84,qft -4068,SUCCESS,2,1,9697.61,35348838.09,35358535.7,127,7106,1160,15516.18,realamprandom -4069,SUCCESS,2,1,15986.36,35358535.7,35374522.06,127,11258,1207,25578.18,twolocalrandom -4070,SUCCESS,2,1,6188.12,35374522.06,35380710.18,127,2955,1780,9900.99,qft -4071,SUCCESS,2,1,29761.78,35380710.18,35410471.96,127,7322,3455,47618.85,ae -4072,SUCCESS,2,1,33599.71,35410471.96,35444071.67,127,9081,3145,53759.54,qpeinexact -4073,SUCCESS,2,1,160834.24,35444071.67,35604905.91,127,41427,3300,257334.78,grover-noancilla -4074,SUCCESS,2,1,18973.04,35604905.91,35623878.95,127,12619,1278,30356.86,su2random -4075,SUCCESS,2,1,1672,35623878.95,35625550.95,127,880,1615,2675.2,su2random -4076,SUCCESS,2,1,8439.7,35625550.95,35633990.65,127,5804,1236,13503.52,qpeinexact -4077,SUCCESS,2,1,1838.51,35633990.65,35635829.16,127,1077,1451,2941.62,qnn -4078,SUCCESS,2,1,12678.71,35635829.16,35648507.87,127,4939,2182,20285.94,qpeinexact -4079,SUCCESS,2,1,21394.35,35648507.87,35669902.22,127,5393,3372,34230.96,ae -4080,SUCCESS,2,1,2607.12,35669902.22,35672509.34,127,688,3221,4171.39,qpeexact -4081,SUCCESS,2,1,638.86,35672509.34,35673148.2,127,138,3935,1022.18,graphstate -4082,SUCCESS,2,1,1131.42,35673148.2,35674279.62,127,333,2888,1810.27,wstate -4083,SUCCESS,2,1,15200.47,35674279.62,35689480.09,127,3799,3401,24320.75,qftentangled -4084,SUCCESS,2,1,22760.52,35689480.09,35712240.61,127,12653,1529,36416.83,su2random -4085,SUCCESS,2,1,31626.27,35712240.61,35743866.88,127,11415,2355,50602.03,qnn -4086,SUCCESS,2,1,523.46,35743866.88,35744390.34,127,115,3869,837.54,dj -4087,SUCCESS,2,1,8799.37,35744390.34,35753189.71,127,1959,3818,14078.99,su2random -4088,SUCCESS,2,1,7078.63,35753189.71,35760268.34,127,2624,2293,11325.81,qpeexact -4089,SUCCESS,2,1,197,35760268.34,35760465.34,127,82,2042,315.2,graphstate -4090,SUCCESS,2,1,5329.76,35760465.34,35765795.1,127,1167,3882,8527.62,qpeinexact -4091,SUCCESS,2,1,8356.65,35765795.1,35774151.75,127,2135,3327,13370.64,qftentangled -4093,SUCCESS,2,1,12071.71,35774151.75,35786223.46,127,3589,2859,19314.74,qft -4094,SUCCESS,2,1,21822.22,35786223.46,35808045.68,127,5430,3416,34915.55,qpeinexact -4095,SUCCESS,2,1,1498.36,35808045.68,35809544.04,127,506,2517,2397.38,qftentangled -4096,SUCCESS,2,1,13200.78,35809544.04,35822744.82,127,3778,2970,21121.25,grover-noancilla -4097,SUCCESS,2,1,782.6,35822744.82,35823527.42,127,305,2181,1252.16,qftentangled -4098,SUCCESS,2,1,4662.33,35823527.42,35828189.75,127,2542,1559,7459.73,ae -4099,SUCCESS,2,1,621.01,35828189.75,35828810.76,127,193,2735,993.62,dj -4100,SUCCESS,2,1,23720.71,35828810.76,35852531.47,127,6905,2920,37953.14,qnn -4101,SUCCESS,2,1,21556.71,35852531.47,35874088.18,127,5726,3200,34490.74,twolocalrandom -4102,SUCCESS,2,1,3763.01,35874088.18,35877851.19,127,1935,1653,6020.82,qftentangled -4103,SUCCESS,2,1,10810.08,35877851.19,35888661.27,127,3470,2648,17296.13,qpeexact -4104,SUCCESS,2,1,1682.23,35888661.27,35890343.5,127,381,3753,2691.57,wstate -4105,SUCCESS,2,1,686.42,35890343.5,35891029.92,127,401,1455,1098.27,pricingput -4106,SUCCESS,2,1,11766.12,35891029.92,35902796.04,127,2989,3346,18825.79,ae -4107,SUCCESS,2,1,11956.84,35902796.04,35914752.88,127,6364,1597,19130.94,qpeexact -4108,SUCCESS,2,1,25475.48,35914752.88,35940228.36,127,6235,3473,40760.77,ae -4109,SUCCESS,2,1,3186.45,35940228.36,35943414.81,127,1280,2116,5098.32,qnn -4110,SUCCESS,2,1,121507.09,35943414.81,36064921.9,127,27944,3696,194411.34,random -4111,SUCCESS,2,1,14114.11,36064921.9,36079036.01,127,7024,1708,22582.58,qft -4112,SUCCESS,2,1,17153.58,36079036.01,36096189.59,127,7020,2077,27445.73,qftentangled -4113,SUCCESS,2,1,37191.8,36096189.59,36133381.39,127,14422,2192,59506.88,realamprandom -4114,SUCCESS,2,1,4794.86,36133381.39,36138176.25,127,1391,2930,7671.78,qpeinexact -4115,SUCCESS,2,1,25393.19,36138176.25,36163569.44,127,7466,2891,40629.1,twolocalrandom -4116,SUCCESS,2,1,521.83,36163569.44,36164091.27,127,332,1336,834.93,realamprandom -4117,SUCCESS,2,1,265.39,36164091.27,36164356.66,127,86,2623,424.62,graphstate -4118,SUCCESS,2,1,953.72,36164356.66,36165310.38,127,539,1504,1525.95,dj -4121,SUCCESS,2,1,7221.1,36165310.38,36172531.48,127,4451,1379,11553.76,qpeexact -4122,SUCCESS,2,1,10025.5,36172531.48,36182556.98,127,2877,2962,16040.8,su2random -4123,SUCCESS,2,1,3897.46,36182556.98,36186454.44,127,833,3977,6235.94,qpeinexact -4124,SUCCESS,2,1,287.13,36186454.44,36186741.57,127,133,1835,459.41,qft -4125,SUCCESS,2,1,236.18,36186741.57,36186977.75,127,50,4015,377.89,ghz -4126,SUCCESS,2,1,2390.43,36186977.75,36189368.18,127,744,2731,3824.69,qnn -4127,SUCCESS,2,1,20087.02,36189368.18,36209455.2,127,6492,2630,32139.23,qnn -4128,SUCCESS,2,1,790.4,36209455.2,36210245.6,127,442,1520,1264.64,dj -4129,SUCCESS,2,1,32125.84,36210245.6,36242371.44,127,19802,1379,51401.34,random -4131,SUCCESS,2,1,13693.59,36242371.44,36256065.03,127,10524,1106,21909.74,realamprandom -4132,SUCCESS,2,1,1689.77,36256065.03,36257754.8,127,368,3903,2703.63,qftentangled -4133,SUCCESS,2,1,18871.89,36257754.8,36276626.69,127,6826,2350,30195.02,ae -4134,SUCCESS,2,1,552.4,36276626.69,36277179.09,127,292,1608,883.84,su2random -4135,SUCCESS,2,1,22382.38,36277179.09,36299561.47,127,5191,3665,35811.81,qpeexact -4136,SUCCESS,2,1,18118,36299561.47,36317679.47,127,3962,3887,28988.8,qpeexact -4138,SUCCESS,2,1,2593.42,36317679.47,36320272.89,127,1650,1336,4149.47,qnn -4139,SUCCESS,2,1,11231.18,36320272.89,36331504.07,127,7035,1357,17969.89,qnn -4140,SUCCESS,2,1,1347.59,36331504.07,36332851.66,127,398,2878,2156.14,dj -4141,SUCCESS,2,1,5710.54,36332851.66,36338562.2,127,2827,1717,9136.86,qpeexact -4143,SUCCESS,2,1,145.17,36338562.2,36338707.37,127,45,2742,232.27,wstate -4144,SUCCESS,2,1,7697.91,36338707.37,36346405.28,127,1743,3754,12316.66,qftentangled -4145,SUCCESS,2,1,393.21,36346405.28,36346798.49,127,283,1181,629.14,dj -4146,SUCCESS,2,1,1442.34,36346798.49,36348240.83,127,1149,1067,2307.74,twolocalrandom -4147,SUCCESS,2,1,1529.99,36348240.83,36349770.82,127,905,1437,2447.98,su2random -4149,SUCCESS,2,1,14340.64,36349770.82,36364111.46,127,6742,1808,22945.02,ae -4150,SUCCESS,2,1,54818.22,36364111.46,36418929.68,127,16430,2836,87709.15,su2random -4151,SUCCESS,2,1,917.91,36418929.68,36419847.59,127,348,2242,1468.66,qpeexact -4152,SUCCESS,2,1,885.85,36419847.59,36420733.44,127,314,2398,1417.36,dj -4153,SUCCESS,2,1,4059.38,36420733.44,36424792.82,127,1201,2873,6495.01,qpeinexact -4154,SUCCESS,2,1,22838.59,36424792.82,36447631.41,127,5515,3520,36541.74,random -4155,SUCCESS,2,1,6635.82,36447631.41,36454267.23,127,2462,2291,10617.31,qft -4156,SUCCESS,2,1,14553.19,36454267.23,36468820.42,127,5118,2417,23285.1,twolocalrandom -4157,SUCCESS,2,1,24863.63,36468820.42,36493684.05,127,6320,3344,39781.81,qpeinexact -4158,SUCCESS,2,1,2241.34,36493684.05,36495925.39,127,496,3841,3586.14,ghz -4160,SUCCESS,2,1,20636.45,36495925.39,36516561.84,127,9580,1831,33018.32,qnn -4161,SUCCESS,2,1,4764.38,36516561.84,36521326.22,127,2969,1364,7623.01,ae -4162,SUCCESS,2,1,109.33,36521326.22,36521435.55,127,33,2816,174.93,wstate -4163,SUCCESS,2,1,1797.85,36521435.55,36523233.4,127,478,3197,2876.56,dj -4164,SUCCESS,2,1,1184.88,36523233.4,36524418.28,127,301,3346,1895.81,wstate -4165,SUCCESS,2,1,2624.1,36524418.28,36527042.38,127,560,3983,4198.56,random -4166,SUCCESS,2,1,15601.15,36527042.38,36542643.53,127,4355,3045,24961.84,su2random -4167,SUCCESS,2,1,1748.06,36542643.53,36544391.59,127,1183,1256,2796.9,wstate -4169,SUCCESS,2,1,3119.29,36544391.59,36547510.88,127,1268,2091,4990.86,qftentangled -4170,SUCCESS,2,1,46628.09,36547510.88,36594138.97,127,12347,3210,74604.94,random -4171,SUCCESS,2,1,13881.05,36594138.97,36608020.02,127,3201,3686,22209.68,qftentangled -4172,SUCCESS,2,1,89.11,36608020.02,36608109.13,127,28,2705,142.58,graphstate -4173,SUCCESS,2,1,5092.5,36608109.13,36613201.63,127,1649,2625,8148,random -4174,SUCCESS,2,1,68.56,36613201.63,36613270.19,127,21,2775,109.7,vqe -4175,SUCCESS,2,1,48246.77,36613270.19,36661516.96,127,17669,2321,77194.83,random -4176,SUCCESS,2,1,1680.37,36661516.96,36663197.33,127,418,3417,2688.59,portfoliovqe -4177,SUCCESS,2,1,2989.16,36663197.33,36666186.49,127,911,2789,4782.66,random -4178,SUCCESS,2,1,401.55,36666186.49,36666588.04,127,171,1996,642.48,ae -4179,SUCCESS,2,1,23192.77,36666588.04,36689780.81,127,7389,2668,37108.43,qpeexact -4180,SUCCESS,2,1,162.94,36689780.81,36689943.75,127,36,3847,260.7,ghz -4181,SUCCESS,2,1,1632.99,36689943.75,36691576.74,127,430,3228,2612.78,portfoliovqe -4182,SUCCESS,2,1,671.4,36691576.74,36692248.14,127,228,2503,1074.24,dj -4183,SUCCESS,2,1,750.08,36692248.14,36692998.22,127,252,2530,1200.13,qnn -4184,SUCCESS,2,1,43493.77,36692998.22,36736491.99,127,12700,2911,69590.03,su2random -4185,SUCCESS,2,1,302.21,36736491.99,36736794.2,127,77,3336,483.54,graphstate -4187,SUCCESS,2,1,4243.78,36736794.2,36741037.98,127,1432,2519,6790.05,qftentangled -4190,SUCCESS,2,1,2415.24,36741037.98,36743453.22,127,950,2161,3864.38,ae -4191,SUCCESS,2,1,3042.95,36743453.22,36746496.17,127,689,3754,4868.72,dj -4192,SUCCESS,2,1,49200.61,36746496.17,36795696.78,127,14327,2919,78720.98,su2random -4193,SUCCESS,2,1,327.27,36795696.78,36796024.05,127,209,1331,523.63,qftentangled -4194,SUCCESS,2,1,18105.97,36796024.05,36814130.02,127,5749,2677,28969.55,qftentangled -4195,SUCCESS,2,1,5751.68,36814130.02,36819881.7,127,2898,1687,9202.69,su2random -4197,SUCCESS,2,1,225.85,36819881.7,36820107.55,127,53,3622,361.36,graphstate -4199,SUCCESS,2,1,23573.06,36820107.55,36843680.61,127,5436,3686,37716.9,qftentangled -4200,SUCCESS,2,1,416.76,36843680.61,36844097.37,127,320,1107,666.82,twolocalrandom -4201,SUCCESS,2,1,11017.16,36844097.37,36855114.53,127,5261,1780,17627.46,grover-noancilla -4202,SUCCESS,2,1,154.55,36855114.53,36855269.08,127,65,2021,247.28,graphstate -4203,SUCCESS,2,1,2293.82,36855269.08,36857562.9,127,523,3728,3670.11,dj -4205,SUCCESS,2,1,3612.09,36857562.9,36861174.99,127,1610,1907,5779.34,ae -4206,SUCCESS,2,1,17900.42,36861174.99,36879075.41,127,8650,1759,28640.67,qnn -4207,SUCCESS,2,1,425.07,36879075.41,36879500.48,127,185,1953,680.11,ae -4209,SUCCESS,2,1,3739.94,36879500.48,36883240.42,127,817,3891,5983.9,qft -4211,SUCCESS,2,1,300.44,36883240.42,36883540.86,127,137,1864,480.7,qftentangled -4212,SUCCESS,2,1,179.2,36883540.86,36883720.06,127,61,2497,286.72,graphstate -4213,SUCCESS,2,1,22327.82,36883720.06,36906047.88,127,6322,3002,35724.51,qftentangled -4215,SUCCESS,2,1,19270.3,36906047.88,36925318.18,127,7524,2177,30832.48,realamprandom -4216,SUCCESS,2,1,7449.16,36925318.18,36932767.34,127,3479,1820,11918.66,qpeexact -4217,SUCCESS,2,1,1217.21,36932767.34,36933984.55,127,458,2259,1947.54,dj -4219,SUCCESS,2,1,2075.57,36933984.55,36936060.12,127,474,3722,3320.91,dj -4220,SUCCESS,2,1,13213.29,36936060.12,36949273.41,127,6212,1808,21141.26,qftentangled -4221,SUCCESS,2,1,5807.73,36949273.41,36955081.14,127,2497,1977,9292.37,qpeexact -4223,SUCCESS,2,1,1544.23,36955081.14,36956625.37,127,373,3519,2470.77,dj -4224,SUCCESS,2,1,180.19,36956625.37,36956805.56,127,77,1989,288.3,graphstate -4226,SUCCESS,2,1,25803.5,36956805.56,36982609.06,127,7478,2933,41285.6,su2random -4228,SUCCESS,2,1,4589.91,36982609.06,36987198.97,127,1427,2734,7343.86,qnn -4229,SUCCESS,2,1,6634.95,36987198.97,36993833.92,127,1674,3369,10615.92,qftentangled -4230,SUCCESS,2,1,1946.47,36993833.92,36995780.39,127,1036,1597,3114.35,su2random -4231,SUCCESS,2,1,2810.3,36995780.39,36998590.69,127,650,3675,4496.48,pricingput -4233,SUCCESS,2,1,4272.03,36998590.69,37002862.72,127,1267,2866,6835.25,wstate -4235,SUCCESS,2,1,256.36,37002862.72,37003119.08,127,73,2985,410.18,wstate -4239,SUCCESS,2,1,8560.16,37003119.08,37011679.24,127,3437,2117,13696.26,qftentangled -4240,SUCCESS,2,1,41029.29,37011679.24,37052708.53,127,14429,2417,65646.86,su2random -4242,SUCCESS,2,1,4779.46,37052708.53,37057487.99,127,1473,2758,7647.14,qft -4244,SUCCESS,2,1,3466.21,37057487.99,37060954.2,127,892,3303,5545.94,ae -4245,SUCCESS,2,1,50773.77,37060954.2,37111727.97,127,11837,3646,81238.03,random -4246,SUCCESS,2,1,4436.32,37111727.97,37116164.29,127,1864,2023,7098.11,su2random -4247,SUCCESS,2,1,36167.69,37116164.29,37152331.98,127,11224,2739,57868.3,qpeinexact -4248,SUCCESS,2,1,3717.62,37152331.98,37156049.6,127,1249,2530,5948.19,qnn -4249,SUCCESS,2,1,291.08,37156049.6,37156340.68,127,90,2749,465.73,ghz -4250,SUCCESS,2,1,972.8,37156340.68,37157313.48,127,262,3156,1556.48,qftentangled -4251,SUCCESS,2,1,3144.31,37157313.48,37160457.79,127,686,3896,5030.9,qftentangled -4253,SUCCESS,2,1,556.2,37160457.79,37161013.99,127,356,1328,889.92,graphstate -4254,SUCCESS,2,1,509.78,37161013.99,37161523.77,127,239,1813,815.65,dj -4256,SUCCESS,2,1,168.94,37161523.77,37161692.71,127,93,1544,270.3,wstate -4257,SUCCESS,2,1,23687.75,37161692.71,37185380.46,127,8917,2258,37900.4,twolocalrandom -4258,SUCCESS,2,1,291.62,37185380.46,37185672.08,127,96,2582,466.59,graphstate -4259,SUCCESS,2,1,1720.74,37185672.08,37187392.82,127,801,1826,2753.18,qftentangled -4260,SUCCESS,2,1,22150.17,37187392.82,37209542.99,127,4680,4023,35440.27,twolocalrandom -4261,SUCCESS,2,1,10436.13,37209542.99,37219979.12,127,2429,3652,16697.81,ae -4262,SUCCESS,2,1,8651.98,37219979.12,37228631.1,127,2097,3507,13843.17,qwalk-v-chain -4263,SUCCESS,2,1,712.01,37228631.1,37229343.11,127,334,1812,1139.22,dj -4264,SUCCESS,2,1,776.79,37229343.11,37230119.9,127,183,3608,1242.86,graphstate -4265,SUCCESS,2,1,1308.99,37230119.9,37231428.89,127,488,2280,2094.38,ae -4266,SUCCESS,2,1,1324.4,37231428.89,37232753.29,127,299,3765,2119.04,ghz -4267,SUCCESS,2,1,52.26,37232753.29,37232805.55,127,32,1388,83.62,graphstate -4268,SUCCESS,2,1,29292.32,37232805.55,37262097.87,127,6206,4012,46867.71,qftentangled -4269,SUCCESS,2,1,2629.33,37262097.87,37264727.2,127,606,3688,4206.93,dj -4270,SUCCESS,2,1,17832.21,37264727.2,37282559.41,127,5470,2771,28531.54,realamprandom -4271,SUCCESS,2,1,142.2,37282559.41,37282701.61,127,89,1358,227.52,wstate -4272,SUCCESS,2,1,11840.87,37282701.61,37294542.48,127,8472,1188,18945.39,su2random -4273,SUCCESS,2,1,120.36,37294542.48,37294662.84,127,35,2923,192.58,graphstate -4274,SUCCESS,2,1,60389.71,37294662.84,37355052.55,127,16405,3129,96623.54,su2random -4275,SUCCESS,2,1,2116.16,37355052.55,37357168.71,127,791,2274,3385.86,qft -4276,SUCCESS,2,1,2508.27,37357168.71,37359676.98,127,655,3255,4013.23,qnn -4277,SUCCESS,2,1,185.3,37359676.98,37359862.28,127,46,3424,296.48,ghz -4278,SUCCESS,2,1,3679.23,37359862.28,37363541.51,127,845,3701,5886.77,qpeexact -4279,SUCCESS,2,1,3004.23,37363541.51,37366545.74,127,801,3188,4806.77,qnn -4280,SUCCESS,2,1,4347,37366545.74,37370892.74,127,1575,2346,6955.2,qnn -4281,SUCCESS,2,1,376.44,37370892.74,37371269.18,127,163,1963,602.3,twolocalrandom -4282,SUCCESS,2,1,2396.36,37371269.18,37373665.54,127,913,2231,3834.18,twolocalrandom -4284,SUCCESS,2,1,34.63,37373665.54,37373700.17,127,18,1635,55.41,ghz -4285,SUCCESS,2,1,20319.25,37373700.17,37394019.42,127,5997,2880,32510.8,ae -4286,SUCCESS,2,1,174466.24,37394019.42,37568485.66,127,39180,3785,279145.98,random -4288,SUCCESS,2,1,103.71,37568485.66,37568589.37,127,41,2150,165.94,ghz -4289,SUCCESS,2,1,8319.47,37568589.37,37576908.84,127,2104,3361,13311.15,qpeinexact -4292,SUCCESS,2,1,6664.5,37576908.84,37583573.34,127,4705,1204,10663.2,ae -4293,SUCCESS,2,1,1730.83,37583573.34,37585304.17,127,1200,1226,2769.33,qpeexact -4295,SUCCESS,2,1,8985.5,37585304.17,37594289.67,127,2034,3755,14376.8,qpeexact -4296,SUCCESS,2,1,36472.06,37594289.67,37630761.73,127,9191,3373,58355.3,qnn -4298,SUCCESS,2,1,34894.79,37630761.73,37665656.52,127,7937,3737,55831.66,qnn -4299,SUCCESS,2,1,35.36,37665656.52,37665691.88,127,27,1113,56.58,vqe -4300,SUCCESS,2,1,1991.5,37665691.88,37667683.38,127,1090,1553,3186.4,wstate -4301,SUCCESS,2,1,3513.32,37667683.38,37671196.7,127,1623,1840,5621.31,twolocalrandom -4302,SUCCESS,2,1,13636.15,37671196.7,37684832.85,127,3081,3762,21817.84,qpeexact -4303,SUCCESS,2,1,185.06,37684832.85,37685017.91,127,55,2860,296.1,graphstate -4304,SUCCESS,2,1,3587.14,37685017.91,37688605.05,127,2487,1226,5739.42,random -4305,SUCCESS,2,1,2266.77,37688605.05,37690871.82,127,1835,1050,3626.83,qnn -4306,SUCCESS,2,1,27614.5,37690871.82,37718486.32,127,6017,3901,44183.2,qnn -4307,SUCCESS,2,1,330.13,37718486.32,37718816.45,127,118,2378,528.21,graphstate -4308,SUCCESS,2,1,13021.32,37718816.45,37731837.77,127,7514,1473,20834.11,qpeexact -4309,SUCCESS,2,1,75118.29,37731837.77,37806956.06,127,17551,3638,120189.26,realamprandom -4310,SUCCESS,2,1,1366.01,37806956.06,37808322.07,127,1023,1135,2185.62,wstate -4312,SUCCESS,2,1,2127.9,37808322.07,37810449.97,127,484,3737,3404.64,dj -4313,SUCCESS,2,1,172.25,37810449.97,37810622.22,127,111,1319,275.6,graphstate -4314,SUCCESS,2,1,1275.09,37810622.22,37811897.31,127,298,3637,2040.14,wstate -4315,SUCCESS,2,1,1772.95,37811897.31,37813670.26,127,548,2750,2836.72,su2random -4317,SUCCESS,2,1,5664.07,37813670.26,37819334.33,127,1217,3956,9062.51,qpeinexact -4318,SUCCESS,2,1,15715.36,37819334.33,37835049.69,127,3565,3747,25144.58,qnn -4319,SUCCESS,2,1,8175.92,37835049.69,37843225.61,127,5573,1247,13081.47,su2random -4320,SUCCESS,2,1,206.88,37843225.61,37843432.49,127,51,3448,331.01,graphstate -4321,SUCCESS,2,1,775.43,37843432.49,37844207.92,127,453,1455,1240.69,dj -4322,SUCCESS,2,1,310.79,37844207.92,37844518.71,127,216,1223,497.26,ghz -4323,SUCCESS,2,1,912.31,37844518.71,37845431.02,127,580,1337,1459.7,ghz -4324,SUCCESS,2,1,406.51,37845431.02,37845837.53,127,181,1909,650.42,dj -4325,SUCCESS,2,1,40523.56,37845837.53,37886361.09,127,11894,2896,64837.7,su2random -4327,SUCCESS,2,1,15065.03,37886361.09,37901426.12,127,5470,2341,24104.05,twolocalrandom -4328,SUCCESS,2,1,811.17,37901426.12,37902237.29,127,209,3299,1297.87,dj -4329,SUCCESS,2,1,12073.37,37902237.29,37914310.66,127,3038,3378,19317.39,twolocalrandom -4332,SUCCESS,2,1,1635.41,37914310.66,37915946.07,127,573,2426,2616.66,su2random -4334,SUCCESS,2,1,379.91,37915946.07,37916325.98,127,92,3510,607.86,ghz -4335,SUCCESS,2,1,1545.05,37916325.98,37917871.03,127,447,2938,2472.08,dj -4337,SUCCESS,2,1,149.35,37917871.03,37918020.38,127,39,3255,238.96,graphstate -4338,SUCCESS,2,1,158.14,37918020.38,37918178.52,127,87,1545,253.02,graphstate -4339,SUCCESS,2,1,90.19,37918178.52,37918268.71,127,48,1597,144.3,graphstate -4340,SUCCESS,2,1,2846.95,37918268.71,37921115.66,127,738,3279,4555.12,ae -4341,SUCCESS,2,1,602.24,37921115.66,37921717.9,127,462,1108,963.58,dj -4343,SUCCESS,2,1,20288.76,37921717.9,37942006.66,127,4491,3840,32462.02,ae -4344,SUCCESS,2,1,71.42,37942006.66,37942078.08,127,25,2428,114.27,vqe -4345,SUCCESS,2,1,16372.41,37942078.08,37958450.49,127,3721,3740,26195.86,qpeinexact -4346,SUCCESS,2,1,8096.1,37958450.49,37966546.59,127,4293,1603,12953.76,realamprandom -4348,SUCCESS,2,1,13076.47,37966546.59,37979623.06,127,4951,2245,20922.35,qpeinexact -4350,SUCCESS,2,1,1578.7,37979623.06,37981201.76,127,482,2784,2525.92,ghz -4351,SUCCESS,2,1,3738.86,37981201.76,37984940.62,127,961,3307,5982.18,qft -4353,SUCCESS,2,1,2174.8,37984940.62,37987115.42,127,1392,1328,3479.68,pricingput -4354,SUCCESS,2,1,139.18,37987115.42,37987254.6,127,52,2275,222.69,ghz -4355,SUCCESS,2,1,60.22,37987254.6,37987314.82,127,33,1551,96.35,ghz -4356,SUCCESS,2,1,1798.96,37987314.82,37989113.78,127,377,4056,2878.34,wstate -4358,SUCCESS,2,1,814.2,37989113.78,37989927.98,127,243,2848,1302.72,dj -4360,SUCCESS,2,1,328.73,37989927.98,37990256.71,127,223,1253,525.97,qnn -4361,SUCCESS,2,1,764.05,37990256.71,37991020.76,127,440,1476,1222.48,qft -4363,SUCCESS,2,1,20061.84,37991020.76,38011082.6,127,5818,2931,32098.94,qft -4364,SUCCESS,2,1,52964.31,38011082.6,38064046.91,127,22298,2019,84742.9,random -4365,SUCCESS,2,1,5589.75,38064046.91,38069636.66,127,2094,2269,8943.6,qpeinexact -4366,SUCCESS,2,1,16988.52,38069636.66,38086625.18,127,10657,1355,27181.63,random -4367,SUCCESS,2,1,481.33,38086625.18,38087106.51,127,125,3273,770.13,graphstate -4368,SUCCESS,2,1,91.42,38087106.51,38087197.93,127,37,2100,146.27,ghz -4369,SUCCESS,2,1,5930.94,38087197.93,38093128.87,127,1733,2909,9489.5,ae -4370,SUCCESS,2,1,7115.43,38093128.87,38100244.3,127,1697,3564,11384.69,realamprandom -4371,SUCCESS,2,1,529.87,38100244.3,38100774.17,127,233,1933,847.79,portfolioqaoa -4372,SUCCESS,2,1,25328.84,38100774.17,38126103.01,127,6916,3113,40526.14,su2random -4373,SUCCESS,2,1,2152.05,38126103.01,38128255.06,127,1390,1316,3443.28,qnn -4374,SUCCESS,2,1,9524.86,38128255.06,38137779.92,127,3195,2534,15239.78,realamprandom -4375,SUCCESS,2,1,56189.41,38137779.92,38193969.33,127,12070,3957,89903.06,su2random -4376,SUCCESS,2,1,15177.31,38193969.33,38209146.64,127,9396,1373,24283.7,su2random -4377,SUCCESS,2,1,2427.02,38209146.64,38211573.66,127,1518,1359,3883.23,pricingcall -4378,SUCCESS,2,1,16427.09,38211573.66,38228000.75,127,4659,2997,26283.34,qwalk-noancilla -4379,SUCCESS,2,1,1774.68,38228000.75,38229775.43,127,511,2952,2839.49,realamprandom -4381,SUCCESS,2,1,198.2,38229775.43,38229973.63,127,101,1668,317.12,dj -4384,SUCCESS,2,1,9564.87,38229973.63,38239538.5,127,3133,2595,15303.79,su2random -4385,SUCCESS,2,1,659.33,38239538.5,38240197.83,127,390,1437,1054.93,qft -4386,SUCCESS,2,1,8677.56,38240197.83,38248875.39,127,3368,2190,13884.1,qft -4387,SUCCESS,2,1,2572.05,38248875.39,38251447.44,127,854,2560,4115.28,qpeinexact -4388,SUCCESS,2,1,20678.04,38251447.44,38272125.48,127,4612,3811,33084.86,realamprandom -4389,SUCCESS,2,1,668.06,38272125.48,38272793.54,127,277,2050,1068.9,dj -4390,SUCCESS,2,1,315.31,38272793.54,38273108.85,127,97,2763,504.5,graphstate -4391,SUCCESS,2,1,163.54,38273108.85,38273272.39,127,38,3658,261.66,ghz -4393,SUCCESS,2,1,9703.77,38273272.39,38282976.16,127,3540,2330,15526.03,qft -4394,SUCCESS,2,1,22605.26,38282976.16,38305581.42,127,6982,2752,36168.42,qpeexact -4395,SUCCESS,2,1,59.17,38305581.42,38305640.59,127,47,1070,94.67,ghz -4396,SUCCESS,2,1,16757.37,38305640.59,38322397.96,127,5840,2439,26811.79,qftentangled -4397,SUCCESS,2,1,568.2,38322397.96,38322966.16,127,334,1446,909.12,graphstate -4399,SUCCESS,2,1,13470.74,38322966.16,38336436.9,127,4813,2379,21553.18,qpeexact -4402,SUCCESS,2,1,19322.6,38336436.9,38355759.5,127,4176,3933,30916.16,random -4403,SUCCESS,2,1,308.69,38355759.5,38356068.19,127,129,2034,493.9,wstate -4404,SUCCESS,2,1,1920.98,38356068.19,38357989.17,127,691,2363,3073.57,dj -4406,SUCCESS,2,1,2025.67,38357989.17,38360014.84,127,833,2067,3241.07,ghz -4407,SUCCESS,2,1,104.98,38360014.84,38360119.82,127,78,1144,167.97,tsp -4408,SUCCESS,2,1,146.69,38360119.82,38360266.51,127,54,2309,234.7,qaoa -4409,SUCCESS,2,1,11230.26,38360266.51,38371496.77,127,2858,3340,17968.42,qft -4410,SUCCESS,2,1,85531.91,38371496.77,38457028.68,127,38345,1896,136851.06,random -4412,SUCCESS,2,1,975.48,38457028.68,38458004.16,127,331,2505,1560.77,ae -4413,SUCCESS,2,1,3474.36,38458004.16,38461478.52,127,1725,1712,5558.98,qnn -4414,SUCCESS,2,1,33867.15,38461478.52,38495345.67,127,7528,3824,54187.44,random -4415,SUCCESS,2,1,4127.72,38495345.67,38499473.39,127,857,4094,6604.35,su2random -4416,SUCCESS,2,1,9034.29,38499473.39,38508507.68,127,4089,1878,14454.86,qftentangled -4417,SUCCESS,2,1,379.79,38508507.68,38508887.47,127,97,3328,607.66,wstate -4419,SUCCESS,2,1,1950.5,38508887.47,38510837.97,127,1056,1570,3120.8,wstate -4420,SUCCESS,2,1,4811.79,38510837.97,38515649.76,127,1178,3472,7698.86,twolocalrandom -4421,SUCCESS,2,1,5859.88,38515649.76,38521509.64,127,1317,3782,9375.81,realamprandom -4423,SUCCESS,2,1,1750.32,38521509.64,38523259.96,127,429,3468,2800.51,ae -4425,SUCCESS,2,1,275.44,38523259.96,38523535.4,127,61,3838,440.7,ghz -4426,SUCCESS,2,1,1397.86,38523535.4,38524933.26,127,483,2460,2236.58,ghz -4427,SUCCESS,2,1,9693.31,38524933.26,38534626.57,127,5698,1446,15509.3,ae -4428,SUCCESS,2,1,35125.8,38534626.57,38569752.37,127,25217,1184,56201.28,random -4430,SUCCESS,2,1,5105.43,38569752.37,38574857.8,127,3974,1092,8168.69,qpeexact -4431,SUCCESS,2,1,122.27,38574857.8,38574980.07,127,101,1029,195.63,ghz -4432,SUCCESS,2,1,6247.98,38574980.07,38581228.05,127,1706,3113,9996.77,qpeexact -4433,SUCCESS,2,1,8466.92,38581228.05,38589694.97,127,4710,1528,13547.07,qpeexact -4434,SUCCESS,2,1,7608.96,38589694.97,38597303.93,127,3963,1632,12174.34,qwalk-v-chain -4435,SUCCESS,2,1,7921.36,38597303.93,38605225.29,127,2847,2365,12674.18,qpeinexact -4436,SUCCESS,2,1,1709.52,38605225.29,38606934.81,127,364,3992,2735.23,qftentangled -4437,SUCCESS,2,1,650.1,38606934.81,38607584.91,127,162,3411,1040.16,twolocalrandom -4438,SUCCESS,2,1,11320.98,38607584.91,38618905.89,127,3179,3027,18113.57,grover-v-chain -4439,SUCCESS,2,1,2268.89,38618905.89,38621174.78,127,989,1950,3630.22,random -4440,SUCCESS,2,1,396.05,38621174.78,38621570.83,127,128,2630,633.68,qpeinexact -4442,SUCCESS,2,1,240.94,38621570.83,38621811.77,127,159,1288,385.5,dj -4443,SUCCESS,2,1,203786.77,38621811.77,38825598.54,127,42961,4032,326058.83,random -4444,SUCCESS,2,1,19136.19,38825598.54,38844734.73,127,5768,2820,30617.9,qft -4445,SUCCESS,2,1,18906.12,38844734.73,38863640.85,127,4229,3800,30249.79,realamprandom -4446,SUCCESS,2,1,6918.74,38863640.85,38870559.59,127,1493,3939,11069.98,qftentangled -4448,SUCCESS,2,1,1239.78,38870559.59,38871799.37,127,436,2417,1983.65,qnn -4449,SUCCESS,2,1,392.87,38871799.37,38872192.24,127,245,1363,628.59,wstate -4450,SUCCESS,2,1,3879.28,38872192.24,38876071.52,127,953,3460,6206.85,wstate -4451,SUCCESS,2,1,8671.48,38876071.52,38884743,127,2048,3599,13874.37,qnn -4452,SUCCESS,2,1,20489.96,38884743,38905232.96,127,4407,3952,32783.94,qftentangled -4453,SUCCESS,2,1,995.21,38905232.96,38906228.17,127,680,1244,1592.34,qftentangled -4456,SUCCESS,2,1,2263.78,38906228.17,38908491.95,127,492,3911,3622.05,dj -4457,SUCCESS,2,1,1154.41,38908491.95,38909646.36,127,401,2447,1847.06,wstate -4458,SUCCESS,2,1,57.7,38909646.36,38909704.06,127,22,2229,92.32,graphstate -4459,SUCCESS,2,1,1129.78,38909704.06,38910833.84,127,415,2314,1807.65,portfolioqaoa -4461,SUCCESS,2,1,2407.3,38910833.84,38913241.14,127,503,4068,3851.68,su2random -4462,SUCCESS,2,1,7809.96,38913241.14,38921051.1,127,2957,2245,12495.94,twolocalrandom -4463,SUCCESS,2,1,12019.81,38921051.1,38933070.91,127,3082,3315,19231.7,qft -4464,SUCCESS,2,1,5575.34,38933070.91,38938646.25,127,1171,4047,8920.54,twolocalrandom -4465,SUCCESS,2,1,131.39,38938646.25,38938777.64,127,80,1396,210.22,dj -4466,SUCCESS,2,1,553.05,38938777.64,38939330.69,127,259,1815,884.88,dj -4467,SUCCESS,2,1,3443.67,38939330.69,38942774.36,127,1305,2243,5509.87,random -4468,SUCCESS,2,1,7198.73,38942774.36,38949973.09,127,1656,3695,11517.97,qpeexact -4469,SUCCESS,2,1,3924.51,38949973.09,38953897.6,127,856,3897,6279.22,qft -4470,SUCCESS,2,1,26056.07,38953897.6,38979953.67,127,10211,2169,41689.71,qpeinexact -4471,SUCCESS,2,1,12288.67,38979953.67,38992242.34,127,4253,2456,19661.87,su2random -4472,SUCCESS,2,1,22351.2,38992242.34,39014593.54,127,5719,3322,35761.92,ae -4473,SUCCESS,2,1,4032.18,39014593.54,39018625.72,127,1586,2161,6451.49,qpeexact -4474,SUCCESS,2,1,105.63,39018625.72,39018731.35,127,87,1032,169.01,graphstate -4475,SUCCESS,2,1,48549.91,39018731.35,39067281.26,127,11927,3460,77679.86,random -4477,SUCCESS,2,1,3616.39,39067281.26,39070897.65,127,1412,2177,5786.22,su2random -4479,SUCCESS,2,1,20497.5,39070897.65,39091395.15,127,9238,1886,32796,qpeinexact -4480,SUCCESS,2,1,3460.97,39091395.15,39094856.12,127,2608,1128,5537.55,su2random -4481,SUCCESS,2,1,441.42,39094856.12,39095297.54,127,134,2800,706.27,qaoa -4482,SUCCESS,2,1,176.53,39095297.54,39095474.07,127,105,1429,282.45,wstate -4483,SUCCESS,2,1,42045.09,39095474.07,39137519.16,127,13651,2618,67272.14,realamprandom -4484,SUCCESS,2,1,6034.02,39137519.16,39143553.18,127,1343,3819,9654.43,qpeinexact -4485,SUCCESS,2,1,8904.79,39143553.18,39152457.97,127,4238,1786,14247.66,su2random -4487,SUCCESS,2,1,2118.71,39152457.97,39154576.68,127,621,2900,3389.94,qnn -4488,SUCCESS,2,1,1812.44,39154576.68,39156389.12,127,423,3642,2899.9,dj -4489,SUCCESS,2,1,9111.87,39156389.12,39165500.99,127,5013,1545,14578.99,qpeexact -4490,SUCCESS,2,1,597.76,39165500.99,39166098.75,127,341,1490,956.42,graphstate -4491,SUCCESS,2,1,2516.53,39166098.75,39168615.28,127,1195,1790,4026.45,qft -4492,SUCCESS,2,1,15766.46,39168615.28,39184381.74,127,5799,2311,25226.34,ae -4493,SUCCESS,2,1,4812.41,39184381.74,39189194.15,127,1027,3983,7699.86,wstate -4494,SUCCESS,2,1,4354.61,39189194.15,39193548.76,127,2574,1438,6967.38,qpeinexact -4495,SUCCESS,2,1,3526.95,39193548.76,39197075.71,127,923,3248,5643.12,ghz -4496,SUCCESS,2,1,123.99,39197075.71,39197199.7,127,46,2291,198.38,ghz -4497,SUCCESS,2,1,11843.79,39197199.7,39209043.49,127,4635,2172,18950.06,qft -4498,SUCCESS,2,1,2347.48,39209043.49,39211390.97,127,654,3051,3755.97,qpeinexact -4499,SUCCESS,2,1,12.06,39211390.97,39211403.03,127,10,1025,19.3,ghz -4500,SUCCESS,2,1,8542.17,39211403.03,39219945.2,127,6281,1156,13667.47,su2random -4501,SUCCESS,2,1,5283.38,39219945.2,39225228.58,127,1642,2735,8453.41,qpeinexact -4503,SUCCESS,2,1,631.29,39225228.58,39225859.87,127,249,2155,1010.06,dj -4504,SUCCESS,2,1,248.46,39225859.87,39226108.33,127,70,3017,397.54,vqe -4505,SUCCESS,2,1,40514.22,39226108.33,39266622.55,127,8954,3846,64822.75,ae -4506,SUCCESS,2,1,1547,39266622.55,39268169.55,127,325,4046,2475.2,wstate -4507,SUCCESS,2,1,17019.67,39268169.55,39285189.22,127,4924,2938,27231.47,ae -4509,SUCCESS,2,1,11940.68,39285189.22,39297129.9,127,3101,3273,19105.09,ae -4510,SUCCESS,2,1,798.22,39297129.9,39297928.12,127,330,2056,1277.15,dj -4511,SUCCESS,2,1,1045.64,39297928.12,39298973.76,127,253,3513,1673.02,dj -4512,SUCCESS,2,1,556.59,39298973.76,39299530.35,127,179,2643,890.54,dj -4513,SUCCESS,2,1,16962,39299530.35,39316492.35,127,7710,1870,27139.2,qft -4515,SUCCESS,2,1,160957.31,39316492.35,39477449.66,127,44105,3102,257531.7,random -4517,SUCCESS,2,1,51.99,39477449.66,39477501.65,127,14,3156,83.18,ghz -4518,SUCCESS,2,1,5870.23,39477501.65,39483371.88,127,1684,2963,9392.37,twolocalrandom -4519,SUCCESS,2,1,315.15,39483371.88,39483687.03,127,84,3189,504.24,dj -4521,SUCCESS,2,1,7064.6,39483687.03,39490751.63,127,4277,1404,11303.36,qftentangled -4524,SUCCESS,2,1,1194.91,39490751.63,39491946.54,127,523,1942,1911.86,ae -4525,SUCCESS,2,1,71397.02,39491946.54,39563343.56,127,36102,1681,114235.23,random -4526,SUCCESS,2,1,39405.67,39563343.56,39602749.23,127,15407,2174,63049.07,twolocalrandom -4528,SUCCESS,2,1,110.55,39602749.23,39602859.78,127,90,1044,176.88,graphstate -4529,SUCCESS,2,1,12997.05,39602859.78,39615856.83,127,2824,3912,20795.28,qnn -4530,SUCCESS,2,1,4943.53,39615856.83,39620800.36,127,2362,1779,7909.65,qnn -4531,SUCCESS,2,1,33404.81,39620800.36,39654205.17,127,11440,2482,53447.7,qnn -4534,SUCCESS,2,1,43306.47,39654205.17,39697511.64,127,9107,4042,69290.35,su2random -4535,SUCCESS,2,1,4746.76,39697511.64,39702258.4,127,1045,3861,7594.82,qft -4536,SUCCESS,2,1,8442.73,39702258.4,39710701.13,127,2132,3366,13508.37,su2random -4538,SUCCESS,2,1,1486.77,39710701.13,39712187.9,127,337,3750,2378.83,wstate -4539,SUCCESS,2,1,18442.88,39712187.9,39730630.78,127,5222,3002,29508.61,pricingcall -4540,SUCCESS,2,1,1445.6,39730630.78,39732076.38,127,483,2544,2312.96,dj -4541,SUCCESS,2,1,28894.84,39732076.38,39760971.22,127,9073,2707,46231.74,su2random -4542,SUCCESS,2,1,13141.99,39760971.22,39774113.21,127,2806,3981,21027.18,qpeinexact -4543,SUCCESS,2,1,521.64,39774113.21,39774634.85,127,161,2754,834.62,wstate -4544,SUCCESS,2,1,15355.46,39774634.85,39789990.31,127,3929,3322,24568.74,qftentangled -4545,SUCCESS,2,1,18444.06,39789990.31,39808434.37,127,9992,1569,29510.5,grover-noancilla -4546,SUCCESS,2,1,9915.55,39808434.37,39818349.92,127,3588,2349,15864.88,su2random -4547,SUCCESS,2,1,21925.23,39818349.92,39840275.15,127,5197,3586,35080.37,qftentangled -4548,SUCCESS,2,1,28831.85,39840275.15,39869107,127,8672,2826,46130.96,qftentangled -4550,SUCCESS,2,1,3742.52,39869107,39872849.52,127,1402,2269,5988.03,realamprandom -4551,SUCCESS,2,1,2906.53,39872849.52,39875756.05,127,1449,1705,4650.45,qft -4552,SUCCESS,2,1,19362.75,39875756.05,39895118.8,127,6192,2658,30980.4,qpeexact -4553,SUCCESS,2,1,1305.27,39895118.8,39896424.07,127,546,2032,2088.43,dj -4554,SUCCESS,2,1,777.89,39896424.07,39897201.96,127,346,1911,1244.62,graphstate -4556,SUCCESS,2,1,1476.87,39897201.96,39898678.83,127,833,1507,2362.99,wstate -4557,SUCCESS,2,1,577.02,39898678.83,39899255.85,127,131,3744,923.23,realamprandom -4559,SUCCESS,2,1,515,39899255.85,39899770.85,127,385,1137,824,wstate -4560,SUCCESS,2,1,19175.03,39899770.85,39918945.88,127,6276,2597,30680.05,twolocalrandom -4561,SUCCESS,2,1,32949.76,39918945.88,39951895.64,127,8252,3394,52719.62,twolocalrandom -4562,SUCCESS,2,1,5692.82,39951895.64,39957588.46,127,2143,2258,9108.51,realamprandom -4565,SUCCESS,2,1,95.63,39957588.46,39957684.09,127,20,4064,153.01,ghz -4566,SUCCESS,2,1,39.57,39957684.09,39957723.66,127,10,3363,63.31,ghz -4568,SUCCESS,2,1,686.96,39957723.66,39958410.62,127,247,2364,1099.14,qftentangled -4569,SUCCESS,2,1,4303.57,39958410.62,39962714.19,127,1146,3192,6885.71,qnn -4570,SUCCESS,2,1,7970.77,39962714.19,39970684.96,127,2217,3056,12753.23,qft -4572,SUCCESS,2,1,10137.84,39970684.96,39980822.8,127,5874,1467,16220.54,ae -4573,SUCCESS,2,1,7034.38,39980822.8,39987857.18,127,1586,3770,11255.01,qpeinexact -4574,SUCCESS,2,1,17029.45,39987857.18,40004886.63,127,7446,1944,27247.12,qnn -4575,SUCCESS,2,1,7210.56,40004886.63,40012097.19,127,3108,1972,11536.9,realamprandom -4577,SUCCESS,2,1,28818.15,40012097.19,40040915.34,127,6470,3786,46109.04,qpeexact -4578,SUCCESS,2,1,344.04,40040915.34,40041259.38,127,102,2867,550.46,graphstate -4579,SUCCESS,2,1,311.41,40041259.38,40041570.79,127,146,1813,498.26,dj -4580,SUCCESS,2,1,380.29,40041570.79,40041951.08,127,246,1314,608.46,qpeinexact -4581,SUCCESS,2,1,4790.74,40041951.08,40046741.82,127,2421,1682,7665.18,qftentangled -4583,SUCCESS,2,1,1116.13,40046741.82,40047857.95,127,262,3621,1785.81,wstate -4585,SUCCESS,2,1,20424.35,40047857.95,40068282.3,127,5410,3209,32678.96,twolocalrandom -4586,SUCCESS,2,1,12518.63,40068282.3,40080800.93,127,2645,4023,20029.81,qftentangled -4588,SUCCESS,2,1,5865.1,40080800.93,40086666.03,127,1276,3907,9384.16,qpeexact -4589,SUCCESS,2,1,253.52,40086666.03,40086919.55,127,69,3123,405.63,ghz -4591,SUCCESS,2,1,8105.88,40086919.55,40095025.43,127,1907,3613,12969.41,su2random -4592,SUCCESS,2,1,10691.69,40095025.43,40105717.12,127,3470,2619,17106.7,qpeinexact -4593,SUCCESS,2,1,72.27,40105717.12,40105789.39,127,47,1307,115.63,ghz -4594,SUCCESS,2,1,2281.82,40105789.39,40108071.21,127,508,3818,3650.91,dj -4595,SUCCESS,2,1,1870.01,40108071.21,40109941.22,127,438,3629,2992.02,ae -4596,SUCCESS,2,1,593.31,40109941.22,40110534.53,127,290,1739,949.3,dj -4597,SUCCESS,2,1,12208.04,40110534.53,40122742.57,127,2658,3904,19532.86,qft -4599,SUCCESS,2,1,399,40122742.57,40123141.57,127,229,1481,638.4,wstate -4600,SUCCESS,2,1,4156,40123141.57,40127297.57,127,1381,2558,6649.6,su2random -4601,SUCCESS,2,1,2995.81,40127297.57,40130293.38,127,812,3136,4793.3,twolocalrandom -4602,SUCCESS,2,1,6103.32,40130293.38,40136396.7,127,1686,3077,9765.31,qft -4603,SUCCESS,2,1,160.57,40136396.7,40136557.27,127,46,2967,256.91,qaoa -4604,SUCCESS,2,1,36.43,40136557.27,40136593.7,127,20,1548,58.29,routing -4605,SUCCESS,2,1,2811.44,40136593.7,40139405.14,127,1218,1962,4498.3,realamprandom -4607,SUCCESS,2,1,1391.14,40139405.14,40140796.28,127,294,4022,2225.82,ghz -4608,SUCCESS,2,1,4250.31,40140796.28,40145046.59,127,1810,1996,6800.5,su2random -4609,SUCCESS,2,1,3591.63,40145046.59,40148638.22,127,2421,1261,5746.61,qpeinexact -4610,SUCCESS,2,1,8443.07,40148638.22,40157081.29,127,2999,2393,13508.91,qft -4611,SUCCESS,2,1,10442.44,40157081.29,40167523.73,127,6755,1314,16707.9,random -4612,SUCCESS,2,1,9900.73,40167523.73,40177424.46,127,2095,4017,15841.17,qftentangled -4614,SUCCESS,2,1,15561.7,40177424.46,40192986.16,127,3761,3517,24898.72,qnn -4615,SUCCESS,2,1,137.45,40192986.16,40193123.61,127,35,3338,219.92,qaoa -4618,SUCCESS,2,1,1677.77,40193123.61,40194801.38,127,833,1712,2684.43,su2random -4620,SUCCESS,2,1,10717.98,40194801.38,40205519.36,127,5766,1580,17148.77,ae -4622,SUCCESS,2,1,1496.42,40205519.36,40207015.78,127,396,3212,2394.27,qpeinexact -4623,SUCCESS,2,1,5624.45,40207015.78,40212640.23,127,2185,2188,8999.12,ae -4624,SUCCESS,2,1,17819.47,40212640.23,40230459.7,127,4434,3416,28511.15,twolocalrandom -4626,SUCCESS,2,1,603.79,40230459.7,40231063.49,127,352,1458,966.06,wstate -4627,SUCCESS,2,1,12522.13,40231063.49,40243585.62,127,5392,1974,20035.41,realamprandom -4629,SUCCESS,2,1,647.82,40243585.62,40244233.44,127,177,3111,1036.51,wstate -4630,SUCCESS,2,1,193.64,40244233.44,40244427.08,127,94,1751,309.82,ghz -4632,SUCCESS,2,1,3701.18,40244427.08,40248128.26,127,2000,1573,5921.89,qftentangled -4633,SUCCESS,2,1,1156.45,40248128.26,40249284.71,127,258,3810,1850.32,dj -4634,SUCCESS,2,1,21277.3,40249284.71,40270562.01,127,8716,2075,34043.68,qpeexact -4636,SUCCESS,2,1,716.06,40270562.01,40271278.07,127,470,1295,1145.7,graphstate -4637,SUCCESS,2,1,4411.5,40271278.07,40275689.57,127,1117,3357,7058.4,ae -4639,SUCCESS,2,1,9714,40275689.57,40285403.57,127,5902,1399,15542.4,qnn -4640,SUCCESS,2,1,3720.06,40285403.57,40289123.63,127,1379,2293,5952.1,realamprandom -4642,SUCCESS,2,1,3214.14,40289123.63,40292337.77,127,1384,1974,5142.62,qnn -4643,SUCCESS,2,1,5737.16,40292337.77,40298074.93,127,1464,3331,9179.46,qpeexact -4644,SUCCESS,2,1,86.92,40298074.93,40298161.85,127,21,3518,139.07,vqe -4647,SUCCESS,2,1,5556.58,40298161.85,40303718.43,127,1193,3959,8890.53,qnn -4648,SUCCESS,2,1,1149.8,40303718.43,40304868.23,127,292,3347,1839.68,realamprandom -4649,SUCCESS,2,1,29356.22,40304868.23,40334224.45,127,12113,2060,46969.95,twolocalrandom -4653,SUCCESS,2,1,11500.59,40334224.45,40345725.04,127,4116,2375,18400.94,qft -4654,SUCCESS,2,1,12139.17,40345725.04,40357864.21,127,3964,2603,19422.67,qftentangled -4655,SUCCESS,2,1,12164.98,40357864.21,40370029.19,127,2562,4036,19463.97,ae -4656,SUCCESS,2,1,57033.15,40370029.19,40427062.34,127,30432,1593,91253.04,random -4657,SUCCESS,2,1,96.11,40427062.34,40427158.45,127,26,3142,153.78,ghz -4658,SUCCESS,2,1,889.8,40427158.45,40428048.25,127,607,1246,1423.68,portfoliovqe -4659,SUCCESS,2,1,1282.02,40428048.25,40429330.27,127,343,3177,2051.23,portfolioqaoa -4660,SUCCESS,2,1,28394.08,40429330.27,40457724.35,127,6424,3757,45430.53,qwalk-v-chain -4662,SUCCESS,2,1,22037.49,40457724.35,40479761.84,127,9833,1905,35259.98,random -4663,SUCCESS,2,1,48170.86,40479761.84,40527932.7,127,12510,3273,77073.38,twolocalrandom -4664,SUCCESS,2,1,10839.24,40527932.7,40538771.94,127,2575,3578,17342.78,twolocalrandom -4668,SUCCESS,2,1,2559.63,40538771.94,40541331.57,127,1317,1652,4095.41,wstate -4669,SUCCESS,2,1,218.17,40541331.57,40541549.74,127,101,1836,349.07,graphstate -4670,SUCCESS,2,1,6584.84,40541549.74,40548134.58,127,3470,1613,10535.74,ae -4672,SUCCESS,2,1,6917.87,40548134.58,40555052.45,127,2404,2446,11068.59,realamprandom -4673,SUCCESS,2,1,27351.85,40555052.45,40582404.3,127,7254,3205,43762.96,qpeinexact -4675,SUCCESS,2,1,112.66,40582404.3,40582516.96,127,43,2227,180.26,ghz -4676,SUCCESS,2,1,24839.18,40582516.96,40607356.14,127,7748,2725,39742.69,qnn -4677,SUCCESS,2,1,1354,40607356.14,40608710.14,127,850,1354,2166.4,dj -4679,SUCCESS,2,1,7136.55,40608710.14,40615846.69,127,3003,2020,11418.48,qftentangled -4680,SUCCESS,2,1,10815.3,40615846.69,40626661.99,127,3111,2955,17304.48,qftentangled -4681,SUCCESS,2,1,6298.12,40626661.99,40632960.11,127,3770,1420,10076.99,qftentangled -4682,SUCCESS,2,1,5287.41,40632960.11,40638247.52,127,1171,3838,8459.86,realamprandom -4683,SUCCESS,2,1,51154.64,40638247.52,40689402.16,127,18742,2320,81847.42,twolocalrandom -4684,SUCCESS,2,1,34256.79,40689402.16,40723658.95,127,10107,2881,54810.86,realamprandom -4686,SUCCESS,2,1,112.76,40723658.95,40723771.71,127,28,3423,180.42,vqe -4687,SUCCESS,2,1,992.84,40723771.71,40724764.55,127,213,3962,1588.54,dj -4688,SUCCESS,2,1,4223.31,40724764.55,40728987.86,127,998,3597,6757.3,wstate -4690,SUCCESS,2,1,1047.19,40728987.86,40730035.05,127,297,2997,1675.5,qft -4692,SUCCESS,2,1,1616.37,40730035.05,40731651.42,127,410,3351,2586.19,qftentangled -4693,SUCCESS,2,1,9983.11,40731651.42,40741634.53,127,5901,1438,15972.98,qft -4694,SUCCESS,2,1,25564.01,40741634.53,40767198.54,127,7611,2855,40902.42,qpeexact -4695,SUCCESS,2,1,1431.4,40767198.54,40768629.94,127,362,3361,2290.24,dj -4696,SUCCESS,2,1,9938.01,40768629.94,40778567.95,127,5953,1419,15900.82,qftentangled -4697,SUCCESS,2,1,798.83,40778567.95,40779366.78,127,485,1400,1278.13,ghz -4698,SUCCESS,2,1,5818.64,40779366.78,40785185.42,127,1781,2777,9309.82,qftentangled -4699,SUCCESS,2,1,8469.34,40785185.42,40793654.76,127,2329,3091,13550.94,qft -4700,SUCCESS,2,1,1866.8,40793654.76,40795521.56,127,396,4007,2986.88,ghz -4701,SUCCESS,2,1,136.81,40795521.56,40795658.37,127,79,1472,218.9,ghz -4702,SUCCESS,2,1,1475.92,40795658.37,40797134.29,127,576,2178,2361.47,portfoliovqe -4703,SUCCESS,2,1,1225.71,40797134.29,40798360,127,471,2212,1961.14,portfoliovqe -4705,SUCCESS,2,1,25656.13,40798360,40824016.13,127,13004,1677,41049.81,twolocalrandom -4706,SUCCESS,2,1,521.69,40824016.13,40824537.82,127,117,3790,834.7,graphstate -4707,SUCCESS,2,1,14499,40824537.82,40839036.82,127,4590,2685,23198.4,realamprandom -4708,SUCCESS,2,1,18437.13,40839036.82,40857473.95,127,7072,2216,29499.41,qpeinexact -4709,SUCCESS,2,1,4398.52,40857473.95,40861872.47,127,3003,1245,7037.63,ae -4711,SUCCESS,2,1,47603.71,40861872.47,40909476.18,127,11604,3487,76165.94,qnn -4712,SUCCESS,2,1,33423.46,40909476.18,40942899.64,127,7668,3705,53477.54,qnn -4713,SUCCESS,2,1,1993.18,40942899.64,40944892.82,127,1494,1134,3189.09,qnn -4714,SUCCESS,2,1,2169.27,40944892.82,40947062.09,127,495,3725,3470.83,qft -4716,SUCCESS,2,1,2388.46,40947062.09,40949450.55,127,1404,1446,3821.54,qnn -4718,SUCCESS,2,1,98.31,40949450.55,40949548.86,127,66,1266,157.3,tsp -4720,SUCCESS,2,1,1116.91,40949548.86,40950665.77,127,365,2601,1787.06,wstate -4722,SUCCESS,2,1,759.51,40950665.77,40951425.28,127,222,2908,1215.22,dj -4723,SUCCESS,2,1,7650.38,40951425.28,40959075.66,127,4379,1485,12240.61,qpeinexact -4724,SUCCESS,2,1,3922.54,40959075.66,40962998.2,127,1331,2505,6276.06,qpeexact -4725,SUCCESS,2,1,16453.3,40962998.2,40979451.5,127,4229,3307,26325.28,qft -4726,SUCCESS,2,1,1167.88,40979451.5,40980619.38,127,265,3746,1868.61,twolocalrandom -4727,SUCCESS,2,1,35740.19,40980619.38,41016359.57,127,9635,3153,57184.3,qpeexact -4728,SUCCESS,2,1,2321.75,41016359.57,41018681.32,127,511,3862,3714.8,qftentangled -4731,SUCCESS,2,1,14115.14,41018681.32,41032796.46,127,7466,1607,22584.22,realamprandom -4732,SUCCESS,2,1,351.55,41032796.46,41033148.01,127,217,1377,562.48,wstate -4733,SUCCESS,2,1,865.45,41033148.01,41034013.46,127,465,1582,1384.72,twolocalrandom -4734,SUCCESS,2,1,3495.86,41034013.46,41037509.32,127,2665,1115,5593.38,random -4735,SUCCESS,2,1,75701.41,41037509.32,41113210.73,127,23885,2694,121122.26,random -4736,SUCCESS,2,1,724.12,41113210.73,41113934.85,127,169,3642,1158.59,su2random -4737,SUCCESS,2,1,4690.21,41113934.85,41118625.06,127,1476,2701,7504.34,qft -4738,SUCCESS,2,1,2694.49,41118625.06,41121319.55,127,1099,2084,4311.18,wstate -4739,SUCCESS,2,1,581.79,41121319.55,41121901.34,127,130,3804,930.86,graphstate -4740,SUCCESS,2,1,2430.45,41121901.34,41124331.79,127,603,3426,3888.72,dj -4742,SUCCESS,2,1,31919.7,41124331.79,41156251.49,127,7792,3482,51071.52,twolocalrandom -4744,SUCCESS,2,1,1028.71,41156251.49,41157280.2,127,459,1905,1645.94,ghz -4745,SUCCESS,2,1,554.28,41157280.2,41157834.48,127,245,1923,886.85,dj -4748,SUCCESS,2,1,1755.22,41157834.48,41159589.7,127,1303,1145,2808.35,ae -4749,SUCCESS,2,1,724.86,41159589.7,41160314.56,127,181,3404,1159.78,graphstate -4750,SUCCESS,2,1,945.32,41160314.56,41161259.88,127,320,2511,1512.51,pricingcall -4751,SUCCESS,2,1,7906.68,41161259.88,41169166.56,127,4384,1533,12650.69,qpeinexact -4752,SUCCESS,2,1,11956.49,41169166.56,41181123.05,127,2530,4017,19130.38,ae -4753,SUCCESS,2,1,7171.24,41181123.05,41188294.29,127,2107,2893,11473.98,qnn -4754,SUCCESS,2,1,21750.59,41188294.29,41210044.88,127,4622,4000,34800.94,su2random -4756,SUCCESS,2,1,1004.13,41210044.88,41211049.01,127,679,1257,1606.61,dj -4757,SUCCESS,2,1,6408.51,41211049.01,41217457.52,127,4032,1351,10253.62,ae -4758,SUCCESS,2,1,4534.03,41217457.52,41221991.55,127,992,3885,7254.45,wstate -4759,SUCCESS,2,1,2545.53,41221991.55,41224537.08,127,1925,1124,4072.85,qpeexact -4760,SUCCESS,2,1,11913.22,41224537.08,41236450.3,127,2909,3481,19061.15,qpeexact -4761,SUCCESS,2,1,35553.68,41236450.3,41272003.98,127,8418,3590,56885.89,realamprandom -4762,SUCCESS,2,1,2443.84,41272003.98,41274447.82,127,1945,1068,3910.14,realamprandom -4763,SUCCESS,2,1,267,41274447.82,41274714.82,127,85,2670,427.2,ghz -4764,SUCCESS,2,1,67.02,41274714.82,41274781.84,127,17,3351,107.23,ghz -4765,SUCCESS,2,1,364.99,41274781.84,41275146.83,127,119,2607,583.98,qpeinexact -4766,SUCCESS,2,1,34495.24,41275146.83,41309642.07,127,8009,3661,55192.38,qnn -4767,SUCCESS,2,1,7104.57,41309642.07,41316746.64,127,1641,3680,11367.31,qpeexact -4768,SUCCESS,2,1,494.96,41316746.64,41317241.6,127,189,2226,791.94,wstate -4769,SUCCESS,2,1,11716.85,41317241.6,41328958.45,127,6921,1439,18746.96,twolocalrandom -4770,SUCCESS,2,1,6609.04,41328958.45,41335567.49,127,1424,3945,10574.46,qpeexact -4771,SUCCESS,2,1,329.44,41335567.49,41335896.93,127,260,1077,527.1,ae -4772,SUCCESS,2,1,2496.76,41335896.93,41338393.69,127,1231,1724,3994.82,ae -4773,SUCCESS,2,1,1985.16,41338393.69,41340378.85,127,699,2414,3176.26,qpeexact -4774,SUCCESS,2,1,1315.6,41340378.85,41341694.45,127,373,2998,2104.96,wstate -4775,SUCCESS,2,1,1180.24,41341694.45,41342874.69,127,304,3300,1888.38,ghz -4776,SUCCESS,2,1,5968.59,41342874.69,41348843.28,127,2909,1744,9549.74,qpeinexact -4777,SUCCESS,2,1,185797.83,41348843.28,41534641.11,127,55805,2830,297276.53,random -4778,SUCCESS,2,1,1759.71,41534641.11,41536400.82,127,567,2638,2815.54,qpeinexact -4779,SUCCESS,2,1,22236.67,41536400.82,41558637.49,127,5043,3748,35578.67,ae -4780,SUCCESS,2,1,1620.69,41558637.49,41560258.18,127,481,2864,2593.1,qnn -4781,SUCCESS,2,1,242.96,41560258.18,41560501.14,127,103,2005,388.74,graphstate -4782,SUCCESS,2,1,2192.52,41560501.14,41562693.66,127,477,3907,3508.03,qpeexact -4783,SUCCESS,2,1,1103.33,41562693.66,41563796.99,127,258,3635,1765.33,ae -4784,SUCCESS,2,1,11101.93,41563796.99,41574898.92,127,5151,1832,17763.09,qft -4785,SUCCESS,2,1,461.36,41574898.92,41575360.28,127,230,1705,738.18,su2random -4786,SUCCESS,2,1,849.69,41575360.28,41576209.97,127,252,2866,1359.5,twolocalrandom -4787,SUCCESS,2,1,33326.24,41576209.97,41609536.21,127,22900,1237,53321.98,random -4789,SUCCESS,2,1,6783.34,41609536.21,41616319.55,127,3291,1752,10853.34,qnn -4790,SUCCESS,2,1,158.99,41616319.55,41616478.54,127,99,1365,254.38,graphstate -4791,SUCCESS,2,1,24193.33,41616478.54,41640671.87,127,6043,3403,38709.33,qnn -4793,SUCCESS,2,1,2033.2,41640671.87,41642705.07,127,508,3402,3253.12,wstate -4794,SUCCESS,2,1,15512.83,41642705.07,41658217.9,127,3675,3588,24820.53,qftentangled -4795,SUCCESS,2,1,6403.15,41658217.9,41664621.05,127,1522,3576,10245.04,qnn -4796,SUCCESS,2,1,2568.28,41664621.05,41667189.33,127,1990,1097,4109.25,su2random -4797,SUCCESS,2,1,437.57,41667189.33,41667626.9,127,316,1177,700.11,dj -4798,SUCCESS,2,1,89.09,41667626.9,41667715.99,127,42,1803,142.54,dj -4799,SUCCESS,2,1,864.14,41667715.99,41668580.13,127,341,2154,1382.62,dj -4800,SUCCESS,2,1,3067.08,41668580.13,41671647.21,127,717,3636,4907.33,qftentangled -4801,SUCCESS,2,1,1280.83,41671647.21,41672928.04,127,475,2292,2049.33,dj -4802,SUCCESS,2,1,987.02,41672928.04,41673915.06,127,266,3154,1579.23,ae -4803,SUCCESS,2,1,1988.92,41673915.06,41675903.98,127,628,2692,3182.27,dj -4805,SUCCESS,2,1,10066.88,41675903.98,41685970.86,127,3088,2771,16107.01,realamprandom -4806,SUCCESS,2,1,164.77,41685970.86,41686135.63,127,91,1539,263.63,graphstate -4807,SUCCESS,2,1,2617.3,41686135.63,41688752.93,127,1029,2162,4187.68,qpeexact -4808,SUCCESS,2,1,19596.65,41688752.93,41708349.58,127,4636,3593,31354.64,twolocalrandom -4809,SUCCESS,2,1,2372.98,41708349.58,41710722.56,127,734,2748,3796.77,qft -4810,SUCCESS,2,1,594.28,41710722.56,41711316.84,127,131,3856,950.85,twolocalrandom -4811,SUCCESS,2,1,14517.86,41711316.84,41725834.7,127,6109,2020,23228.58,qnn -4812,SUCCESS,2,1,5715.44,41725834.7,41731550.14,127,1423,3414,9144.7,su2random -4813,SUCCESS,2,1,111.42,41731550.14,41731661.56,127,24,3946,178.27,dj -4815,SUCCESS,2,1,460.21,41731661.56,41732121.77,127,108,3622,736.34,graphstate -4816,SUCCESS,2,1,23520.98,41732121.77,41755642.75,127,7424,2693,37633.57,ae -4817,SUCCESS,2,1,3987.87,41755642.75,41759630.62,127,1321,2566,6380.59,wstate -4818,SUCCESS,2,1,70.98,41759630.62,41759701.6,127,25,2413,113.57,ghz -4819,SUCCESS,2,1,1142.48,41759701.6,41760844.08,127,450,2158,1827.97,dj -4820,SUCCESS,2,1,4576.88,41760844.08,41765420.96,127,2945,1321,7323.01,random -4821,SUCCESS,2,1,1407.74,41765420.96,41766828.7,127,575,2081,2252.38,dj -4822,SUCCESS,2,1,13064.53,41766828.7,41779893.23,127,6342,1751,20903.25,qft -4824,SUCCESS,2,1,108.53,41779893.23,41780001.76,127,50,1845,173.65,graphstate -4825,SUCCESS,2,1,2736.93,41780001.76,41782738.69,127,763,3049,4379.09,qpeexact -4826,SUCCESS,2,1,5791.43,41782738.69,41788530.12,127,1211,4065,9266.29,ae -4827,SUCCESS,2,1,1598.69,41788530.12,41790128.81,127,1140,1192,2557.9,qnn -4828,SUCCESS,2,1,5307.57,41790128.81,41795436.38,127,1302,3465,8492.11,qftentangled -4829,SUCCESS,2,1,10629.37,41795436.38,41806065.75,127,2401,3763,17006.99,pricingput -4831,SUCCESS,2,1,2586.91,41806065.75,41808652.66,127,710,3097,4139.06,qpeexact -4832,SUCCESS,2,1,526.95,41808652.66,41809179.61,127,161,2782,843.12,dj -4835,SUCCESS,2,1,12011.88,41809179.61,41821191.49,127,3341,3056,19219.01,qpeinexact -4836,SUCCESS,2,1,1332.44,41821191.49,41822523.93,127,278,4074,2131.9,qnn -4837,SUCCESS,2,1,35888.92,41822523.93,41858412.85,127,11290,2702,57422.27,su2random -4838,SUCCESS,2,1,1033.6,41858412.85,41859446.45,127,269,3266,1653.76,wstate -4839,SUCCESS,2,1,1342.52,41859446.45,41860788.97,127,308,3705,2148.03,dj -4840,SUCCESS,2,1,5721.28,41860788.97,41866510.25,127,1292,3764,9154.05,qft -4841,SUCCESS,2,1,697.06,41866510.25,41867207.31,127,150,3950,1115.3,dj -4842,SUCCESS,2,1,1503.28,41867207.31,41868710.59,127,415,3079,2405.25,qpeexact -4843,SUCCESS,2,1,106.64,41868710.59,41868817.23,127,40,2266,170.62,qaoa -4844,SUCCESS,2,1,22498,41868817.23,41891315.23,127,8541,2239,35996.8,qpeinexact -4845,SUCCESS,2,1,3198.14,41891315.23,41894513.37,127,769,3535,5117.02,qpeexact -4846,SUCCESS,2,1,1128.03,41894513.37,41895641.4,127,777,1234,1804.85,dj -4847,SUCCESS,2,1,115785.68,41895641.4,42011427.08,127,30949,3180,185257.09,random -4848,SUCCESS,2,1,7115.41,42011427.08,42018542.49,127,1506,4016,11384.66,realamprandom -4849,SUCCESS,2,1,175.62,42018542.49,42018718.11,127,55,2714,280.99,dj -4850,SUCCESS,2,1,25150.5,42018718.11,42043868.61,127,5865,3645,40240.8,su2random -4852,SUCCESS,2,1,3612.28,42043868.61,42047480.89,127,2266,1355,5779.65,pricingcall -4853,SUCCESS,2,1,18353.29,42047480.89,42065834.18,127,3903,3997,29365.26,qpeexact -4854,SUCCESS,2,1,25228.09,42065834.18,42091062.27,127,5726,3745,40364.94,realamprandom -4855,SUCCESS,2,1,4337.54,42091062.27,42095399.81,127,1029,3583,6940.06,pricingput -4857,SUCCESS,2,1,2396.44,42095399.81,42097796.25,127,585,3482,3834.3,ghz -4858,SUCCESS,2,1,2538.89,42097796.25,42100335.14,127,618,3492,4062.22,twolocalrandom -4859,SUCCESS,2,1,1833.15,42100335.14,42102168.29,127,435,3582,2933.04,twolocalrandom -4860,SUCCESS,2,1,4950.56,42102168.29,42107118.85,127,1252,3361,7920.9,qwalk-v-chain -4861,SUCCESS,2,1,9607.81,42107118.85,42116726.66,127,2278,3585,15372.5,ae -4862,SUCCESS,2,1,15219.71,42116726.66,42131946.37,127,10552,1226,24351.54,ae -4863,SUCCESS,2,1,1831.01,42131946.37,42133777.38,127,579,2688,2929.62,realamprandom -4864,SUCCESS,2,1,177.91,42133777.38,42133955.29,127,57,2653,284.66,wstate -4867,SUCCESS,2,1,9806.91,42133955.29,42143762.2,127,3888,2144,15691.06,qft -4870,SUCCESS,2,1,2207.95,42143762.2,42145970.15,127,833,2253,3532.72,ghz -4872,SUCCESS,2,1,341.41,42145970.15,42146311.56,127,108,2687,546.26,graphstate -4873,SUCCESS,2,1,1321.8,42146311.56,42147633.36,127,409,2747,2114.88,wstate -4874,SUCCESS,2,1,34366.13,42147633.36,42181999.49,127,12537,2330,54985.81,realamprandom -4875,SUCCESS,2,1,52166.19,42181999.49,42234165.68,127,14276,3106,83465.9,twolocalrandom -4876,SUCCESS,2,1,566.67,42234165.68,42234732.35,127,451,1068,906.67,portfolioqaoa -4877,SUCCESS,2,1,5416.52,42234732.35,42240148.87,127,1218,3780,8666.43,twolocalrandom -4878,SUCCESS,2,1,3793.43,42240148.87,42243942.3,127,1007,3202,6069.49,wstate -4879,SUCCESS,2,1,50.83,42243942.3,42243993.13,127,36,1200,81.33,ghz -4880,SUCCESS,2,1,3416.22,42243993.13,42247409.35,127,839,3461,5465.95,qnn -4881,SUCCESS,2,1,9208.95,42247409.35,42256618.3,127,1919,4079,14734.32,qnn -4882,SUCCESS,2,1,2225.18,42256618.3,42258843.48,127,1225,1544,3560.29,twolocalrandom -4883,SUCCESS,2,1,2558.34,42258843.48,42261401.82,127,589,3692,4093.34,portfoliovqe -4885,SUCCESS,2,1,9095.68,42261401.82,42270497.5,127,6301,1227,14553.09,qpeexact -4886,SUCCESS,2,1,19378.74,42270497.5,42289876.24,127,4549,3621,31005.98,qftentangled -4890,SUCCESS,2,1,27168.42,42289876.24,42317044.66,127,12537,1842,43469.47,twolocalrandom -4892,SUCCESS,2,1,5681.96,42317044.66,42322726.62,127,1276,3785,9091.14,qpeinexact -4893,SUCCESS,2,1,22691,42322726.62,42345417.62,127,5988,3221,36305.6,su2random -4896,SUCCESS,2,1,5412.96,42345417.62,42350830.58,127,1253,3672,8660.74,ae -4897,SUCCESS,2,1,852.04,42350830.58,42351682.62,127,390,1857,1363.26,qnn -4898,SUCCESS,2,1,51.64,42351682.62,42351734.26,127,13,3376,82.62,routing -4899,SUCCESS,2,1,352.07,42351734.26,42352086.33,127,74,4044,563.31,ghz -4900,SUCCESS,2,1,192.8,42352086.33,42352279.13,127,43,3811,308.48,dj -4901,SUCCESS,2,1,3087.52,42352279.13,42355366.65,127,1414,1856,4940.03,qnn -4903,SUCCESS,2,1,9586.55,42355366.65,42364953.2,127,2351,3466,15338.48,ae -4904,SUCCESS,2,1,18787.21,42364953.2,42383740.41,127,10336,1545,30059.54,random -4905,SUCCESS,2,1,1577.25,42383740.41,42385317.66,127,417,3215,2523.6,wstate -4906,SUCCESS,2,1,1529.26,42385317.66,42386846.92,127,492,2642,2446.82,pricingput -4907,SUCCESS,2,1,1771.45,42386846.92,42388618.37,127,879,1713,2834.32,qftentangled -4908,SUCCESS,2,1,191.23,42388618.37,42388809.6,127,45,3612,305.97,graphstate -4910,SUCCESS,2,1,714.94,42388809.6,42389524.54,127,152,3998,1143.9,graphstate -4912,SUCCESS,2,1,107.69,42389524.54,42389632.23,127,68,1346,172.3,qaoa -4915,SUCCESS,2,1,42896.02,42389632.23,42432528.25,127,8917,4089,68633.63,realamprandom -4916,SUCCESS,2,1,871.44,42432528.25,42433399.69,127,387,1914,1394.3,dj -4919,SUCCESS,2,1,4597.82,42433399.69,42437997.51,127,2058,1899,7356.51,qnn -4920,SUCCESS,2,1,4377.02,42437997.51,42442374.53,127,3238,1149,7003.23,qnn -4921,SUCCESS,2,1,430.24,42442374.53,42442804.77,127,159,2300,688.38,qpeinexact -4922,SUCCESS,2,1,2927.21,42442804.77,42445731.98,127,1274,1953,4683.54,su2random -4923,SUCCESS,2,1,1343.75,42445731.98,42447075.73,127,460,2483,2150,wstate -4924,SUCCESS,2,1,31845.04,42447075.73,42478920.77,127,7298,3709,50952.06,qft -4926,SUCCESS,2,1,21048.81,42478920.77,42499969.58,127,6821,2623,33678.1,ae -4927,SUCCESS,2,1,4499.31,42499969.58,42504468.89,127,1361,2810,7198.9,qnn -4928,SUCCESS,2,1,1387.42,42504468.89,42505856.31,127,827,1426,2219.87,qpeinexact -4929,SUCCESS,2,1,132.08,42505856.31,42505988.39,127,34,3302,211.33,dj -4932,SUCCESS,2,1,6520.81,42505988.39,42512509.2,127,1976,2805,10433.3,ae -4933,SUCCESS,2,1,407.26,42512509.2,42512916.46,127,273,1268,651.62,dj -4934,SUCCESS,2,1,191.07,42512916.46,42513107.53,127,101,1608,305.71,graphstate -4935,SUCCESS,2,1,686.35,42513107.53,42513793.88,127,412,1416,1098.16,twolocalrandom -4936,SUCCESS,2,1,5860.93,42513793.88,42519654.81,127,1908,2611,9377.49,ae -4937,SUCCESS,2,1,663.61,42519654.81,42520318.42,127,185,3049,1061.78,wstate -4939,SUCCESS,2,1,16801.59,42520318.42,42537120.01,127,4704,3036,26882.54,qftentangled -4940,SUCCESS,2,1,1223.35,42537120.01,42538343.36,127,268,3880,1957.36,dj -4941,SUCCESS,2,1,413.26,42538343.36,42538756.62,127,135,2602,661.22,qft -4945,SUCCESS,2,1,2018.07,42538756.62,42540774.69,127,734,2337,3228.91,qpeinexact -4946,SUCCESS,2,1,5586.81,42540774.69,42546361.5,127,4606,1031,8938.9,qftentangled -4947,SUCCESS,2,1,4387.81,42546361.5,42550749.31,127,1899,1964,7020.5,qpeexact -4948,SUCCESS,2,1,55179.11,42550749.31,42605928.42,127,15792,2970,88286.58,twolocalrandom -4949,SUCCESS,2,1,5439.89,42605928.42,42611368.31,127,2542,1819,8703.82,realamprandom -4950,SUCCESS,2,1,121.77,42611368.31,42611490.08,127,97,1067,194.83,ghz -4951,SUCCESS,2,1,136.07,42611490.08,42611626.15,127,77,1502,217.71,graphstate -4952,SUCCESS,2,1,12079.28,42611626.15,42623705.43,127,5444,1886,19326.85,twolocalrandom -4954,SUCCESS,2,1,300.18,42623705.43,42624005.61,127,247,1033,480.29,qftentangled -4955,SUCCESS,2,1,595.43,42624005.61,42624601.04,127,128,3954,952.69,dj -4956,SUCCESS,2,1,271.73,42624601.04,42624872.77,127,99,2333,434.77,ghz -4957,SUCCESS,2,1,1219.25,42624872.77,42626092.02,127,287,3611,1950.8,ae -4958,SUCCESS,2,1,1478.88,42626092.02,42627570.9,127,707,1778,2366.21,su2random -4959,SUCCESS,2,1,49192.28,42627570.9,42676763.18,127,10583,3951,78707.65,qnn -4960,SUCCESS,2,1,154.05,42676763.18,42676917.23,127,52,2518,246.48,graphstate -4961,SUCCESS,2,1,19461.45,42676917.23,42696378.68,127,4725,3501,31138.32,qftentangled -4962,SUCCESS,2,1,44758.22,42696378.68,42741136.9,127,9760,3898,71613.15,realamprandom -4963,SUCCESS,2,1,735.29,42741136.9,42741872.19,127,181,3453,1176.46,portfolioqaoa -4964,SUCCESS,2,1,500.56,42741872.19,42742372.75,127,225,1891,800.9,wstate -4965,SUCCESS,2,1,967.14,42742372.75,42743339.89,127,483,1702,1547.42,qft -4966,SUCCESS,2,1,9975.48,42743339.89,42753315.37,127,6666,1272,15960.77,ae -4967,SUCCESS,2,1,13337.65,42753315.37,42766653.02,127,3779,3000,21340.24,twolocalrandom -4968,SUCCESS,2,1,2805.06,42766653.02,42769458.08,127,1143,2086,4488.1,ae -4969,SUCCESS,2,1,7096.15,42769458.08,42776554.23,127,3271,1844,11353.84,qpeexact -4970,SUCCESS,2,1,563.47,42776554.23,42777117.7,127,169,2834,901.55,ghz -4971,SUCCESS,2,1,74446.09,42777117.7,42851563.79,127,21016,3011,119113.74,random -4972,SUCCESS,2,1,912.92,42851563.79,42852476.71,127,493,1574,1460.67,ghz -4973,SUCCESS,2,1,189.31,42852476.71,42852666.02,127,85,1893,302.9,routing -4974,SUCCESS,2,1,204.66,42852666.02,42852870.68,127,153,1137,327.46,dj -4975,SUCCESS,2,1,93.6,42852870.68,42852964.28,127,72,1105,149.76,dj -4976,SUCCESS,2,1,1351.94,42852964.28,42854316.22,127,287,4004,2163.1,qft -4977,SUCCESS,2,1,49671.37,42854316.22,42903987.59,127,10412,4055,79474.19,qnn -4978,SUCCESS,2,1,23562.06,42903987.59,42927549.65,127,13514,1482,37699.3,twolocalrandom -4979,SUCCESS,2,1,353.52,42927549.65,42927903.17,127,86,3494,565.63,ghz -4980,SUCCESS,2,1,20445.37,42927903.17,42948348.54,127,13577,1280,32712.59,realamprandom -4982,SUCCESS,2,1,428289.75,42948348.54,43376638.29,127,160940,2262,685263.6,qwalk-noancilla -4983,SUCCESS,2,1,9859.82,43376638.29,43386498.11,127,3692,2270,15775.71,ae -4984,SUCCESS,2,1,19198.17,43386498.11,43405696.28,127,4877,3346,30717.07,qnn -4985,SUCCESS,2,1,8548.63,43405696.28,43414244.91,127,3512,2069,13677.81,ae -4986,SUCCESS,2,1,1289.45,43414244.91,43415534.36,127,672,1631,2063.12,qft -4987,SUCCESS,2,1,401.55,43415534.36,43415935.91,127,295,1157,642.48,dj -4988,SUCCESS,2,1,6651.29,43415935.91,43422587.2,127,2077,2722,10642.06,qpeexact -4989,SUCCESS,2,1,33137.38,43422587.2,43455724.58,127,7213,3905,53019.81,qftentangled -4990,SUCCESS,2,1,16731.28,43455724.58,43472455.86,127,4173,3408,26770.05,realamprandom -4993,SUCCESS,2,1,1103.66,43472455.86,43473559.52,127,494,1899,1765.86,dj -4994,SUCCESS,2,1,437.21,43473559.52,43473996.73,127,103,3608,699.54,dj -4995,SUCCESS,2,1,3536.98,43473996.73,43477533.71,127,1168,2574,5659.17,qnn -4997,SUCCESS,2,1,31434.12,43477533.71,43508967.83,127,9716,2750,50294.59,twolocalrandom -4998,SUCCESS,2,1,13946.27,43508967.83,43522914.1,127,3173,3736,22314.03,qpeinexact -4999,SUCCESS,2,1,7317.31,43522914.1,43530231.41,127,2831,2197,11707.7,qft -5000,SUCCESS,2,1,2195.26,43530231.41,43532426.67,127,1572,1187,3512.42,wstate -5001,SUCCESS,2,1,732.66,43532426.67,43533159.33,127,189,3295,1172.26,graphstate -5002,SUCCESS,2,1,8365.07,43533159.33,43541524.4,127,5762,1234,13384.11,qpeinexact -5003,SUCCESS,2,1,403.27,43541524.4,43541927.67,127,274,1251,645.23,random -5004,SUCCESS,2,1,3997.33,43541927.67,43545925,127,1166,2914,6395.73,realamprandom -5005,SUCCESS,2,1,10327.91,43545925,43556252.91,127,2519,3485,16524.66,qft -5006,SUCCESS,2,1,72.85,43556252.91,43556325.76,127,36,1720,116.56,graphstate -5008,SUCCESS,2,1,677.81,43556325.76,43557003.57,127,492,1171,1084.5,qpeexact -5009,SUCCESS,2,1,29349.49,43557003.57,43586353.06,127,6818,3659,46959.18,qftentangled -5011,SUCCESS,2,1,671.72,43586353.06,43587024.78,127,520,1098,1074.75,random -5013,SUCCESS,2,1,1834.42,43587024.78,43588859.2,127,750,2079,2935.07,wstate -5014,SUCCESS,2,1,12694.93,43588859.2,43601554.13,127,7189,1501,20311.89,qnn -5015,SUCCESS,2,1,2111.55,43601554.13,43603665.68,127,1476,1216,3378.48,qftentangled -5016,SUCCESS,2,1,53174.66,43603665.68,43656840.34,127,13651,3311,85079.46,twolocalrandom -5017,SUCCESS,2,1,28777.05,43656840.34,43685617.39,127,7254,3372,46043.28,qpeexact -5018,SUCCESS,2,1,4467.66,43685617.39,43690085.05,127,1603,2369,7148.26,qnn -5020,SUCCESS,2,1,197,43690085.05,43690282.05,127,43,3894,315.2,ghz -5021,SUCCESS,2,1,2363.66,43690282.05,43692645.71,127,959,2095,3781.86,qftentangled -5022,SUCCESS,2,1,25543.86,43692645.71,43718189.57,127,14572,1490,40870.18,random -5023,SUCCESS,2,1,5455.98,43718189.57,43723645.55,127,2575,1801,8729.57,realamprandom -5025,SUCCESS,2,1,17348.73,43723645.55,43740994.28,127,6061,2433,27757.97,ae -5027,SUCCESS,2,1,126952.59,43740994.28,43867946.87,127,35104,3074,203124.14,shor -5028,SUCCESS,2,1,329.61,43867946.87,43868276.48,127,71,3946,527.38,graphstate -5029,SUCCESS,2,1,946.56,43868276.48,43869223.04,127,272,2958,1514.5,graphstate -5030,SUCCESS,2,1,1990.21,43869223.04,43871213.25,127,431,3925,3184.34,dj -5031,SUCCESS,2,1,24,43871213.25,43871237.25,127,17,1200,38.4,ghz -5032,SUCCESS,2,1,1638.37,43871237.25,43872875.62,127,1107,1258,2621.39,su2random -5033,SUCCESS,2,1,3759,43872875.62,43876634.62,127,2007,1592,6014.4,qpeexact -5034,SUCCESS,2,1,1830.33,43876634.62,43878464.95,127,438,3552,2928.53,realamprandom -5035,SUCCESS,2,1,1046.4,43878464.95,43879511.35,127,480,1853,1674.24,portfoliovqe -5037,SUCCESS,2,1,956.33,43879511.35,43880467.68,127,247,3291,1530.13,random -5039,SUCCESS,2,1,12670.86,43880467.68,43893138.54,127,4405,2445,20273.38,realamprandom -5040,SUCCESS,2,1,6003.48,43893138.54,43899142.02,127,2145,2379,9605.57,qftentangled -5041,SUCCESS,2,1,665.38,43899142.02,43899807.4,127,385,1469,1064.61,dj -5042,SUCCESS,2,1,5924.75,43899807.4,43905732.15,127,2503,2012,9479.6,qnn -5043,SUCCESS,2,1,956.88,43905732.15,43906689.03,127,220,3697,1531.01,ghz -5044,SUCCESS,2,1,104.82,43906689.03,43906793.85,127,77,1157,167.71,wstate -5045,SUCCESS,2,1,3928.79,43906793.85,43910722.64,127,1118,2987,6286.06,qpeinexact -5046,SUCCESS,2,1,1098.7,43910722.64,43911821.34,127,614,1521,1757.92,qft -5047,SUCCESS,2,1,11554.98,43911821.34,43923376.32,127,2608,3766,18487.97,qft -5048,SUCCESS,2,1,4166.31,43923376.32,43927542.63,127,1081,3276,6666.1,wstate -5049,SUCCESS,2,1,63.96,43927542.63,43927606.59,127,45,1208,102.34,dj -5050,SUCCESS,2,1,5106.98,43927606.59,43932713.57,127,1178,3685,8171.17,realamprandom -5052,SUCCESS,2,1,509.37,43932713.57,43933222.94,127,123,3520,814.99,dj -5054,SUCCESS,2,1,5132.05,43933222.94,43938354.99,127,3840,1136,8211.28,qnn -5055,SUCCESS,2,1,8065.21,43938354.99,43946420.2,127,5610,1222,12904.34,qpeinexact -5057,SUCCESS,2,1,19741.03,43946420.2,43966161.23,127,5216,3217,31585.65,qpeexact -5059,SUCCESS,2,1,1117.77,43966161.23,43967279,127,297,3199,1788.43,wstate -5060,SUCCESS,2,1,25817.36,43967279,43993096.36,127,6383,3438,41307.78,qnn -5062,SUCCESS,2,1,19045.07,43993096.36,44012141.43,127,8272,1957,30472.11,ae -5063,SUCCESS,2,1,805.52,44012141.43,44012946.95,127,627,1092,1288.83,qft -5064,SUCCESS,2,1,5023.95,44012946.95,44017970.9,127,1225,3486,8038.32,realamprandom -5065,SUCCESS,2,1,4400.85,44017970.9,44022371.75,127,1712,2185,7041.36,qftentangled -5066,SUCCESS,2,1,2766.63,44022371.75,44025138.38,127,845,2783,4426.61,qftentangled -5067,SUCCESS,2,1,2788.96,44025138.38,44027927.34,127,1874,1265,4462.34,qpeinexact -5069,SUCCESS,2,1,5871.11,44027927.34,44033798.45,127,1820,2742,9393.78,realamprandom -5070,SUCCESS,2,1,20303.41,44033798.45,44054101.86,127,11645,1482,32485.46,random -5071,SUCCESS,2,1,299.89,44054101.86,44054401.75,127,100,2549,479.82,graphstate -5075,SUCCESS,2,1,2483.14,44054401.75,44056884.89,127,555,3803,3973.02,wstate -5076,SUCCESS,2,1,18047.37,44056884.89,44074932.26,127,7202,2130,28875.79,realamprandom -5077,SUCCESS,2,1,867.42,44074932.26,44075799.68,127,248,2973,1387.87,graphstate -5078,SUCCESS,2,1,3311.86,44075799.68,44079111.54,127,1279,2201,5298.98,twolocalrandom -5080,SUCCESS,2,1,30593.99,44079111.54,44109705.53,127,7371,3528,48950.38,twolocalrandom -5083,SUCCESS,2,1,36.82,44109705.53,44109742.35,127,27,1159,58.91,vqe -5084,SUCCESS,2,1,2363.13,44109742.35,44112105.48,127,666,3016,3781.01,realamprandom -5086,SUCCESS,2,1,256.48,44112105.48,44112361.96,127,125,1744,410.37,qpeinexact -5087,SUCCESS,2,1,2719.24,44112361.96,44115081.2,127,619,3734,4350.78,qpeinexact -5088,SUCCESS,2,1,928,44115081.2,44116009.2,127,241,3273,1484.8,portfolioqaoa -5089,SUCCESS,2,1,22697.79,44116009.2,44138706.99,127,5040,3828,36316.46,ae -5090,SUCCESS,2,1,8883.39,44138706.99,44147590.38,127,2723,2773,14213.42,realamprandom -5091,SUCCESS,2,1,493.93,44147590.38,44148084.31,127,320,1312,790.29,portfoliovqe -5092,SUCCESS,2,1,4244.96,44148084.31,44152329.27,127,1178,3063,6791.94,twolocalrandom -5094,SUCCESS,2,1,613.61,44152329.27,44152942.88,127,142,3673,981.78,graphstate -5095,SUCCESS,2,1,524.76,44152942.88,44153467.64,127,118,3780,839.62,ghz -5096,SUCCESS,2,1,12053.31,44153467.64,44165520.95,127,9702,1056,19285.3,su2random -5097,SUCCESS,2,1,4968.08,44165520.95,44170489.03,127,1102,3832,7948.93,twolocalrandom -5098,SUCCESS,2,1,20006.91,44170489.03,44190495.94,127,4467,3807,32011.06,qnn -5099,SUCCESS,2,1,355.01,44190495.94,44190850.95,127,108,2794,568.02,dj -5100,SUCCESS,2,1,17927.19,44190850.95,44208778.14,127,5315,2867,28683.5,su2random -5102,SUCCESS,2,1,546.73,44208778.14,44209324.87,127,148,3140,874.77,qpeinexact -5103,SUCCESS,2,1,150.61,44209324.87,44209475.48,127,46,2783,240.98,qaoa -5104,SUCCESS,2,1,3828.57,44209475.48,44213304.05,127,940,3462,6125.71,ghz -5106,SUCCESS,2,1,8117.65,44213304.05,44221421.7,127,3750,1840,12988.24,qpeexact -5107,SUCCESS,2,1,444,44221421.7,44221865.7,127,229,1648,710.4,twolocalrandom -5108,SUCCESS,2,1,686.11,44221865.7,44222551.81,127,269,2168,1097.78,su2random -5109,SUCCESS,2,1,7239.4,44222551.81,44229791.21,127,1543,3988,11583.04,realamprandom -5110,SUCCESS,2,1,9115.5,44229791.21,44238906.71,127,3009,2575,14584.8,qpeinexact -5111,SUCCESS,2,1,19734.87,44238906.71,44258641.58,127,6311,2658,31575.79,realamprandom -5112,SUCCESS,2,1,280.58,44258641.58,44258922.16,127,65,3669,448.93,graphstate -5114,SUCCESS,2,1,12970.76,44258922.16,44271892.92,127,7355,1499,20753.22,qnn -5118,SUCCESS,2,1,28782,44271892.92,44300674.92,127,11475,2132,46051.2,su2random -5119,SUCCESS,2,1,376.12,44300674.92,44301051.04,127,100,3197,601.79,ghz -5120,SUCCESS,2,1,1075.09,44301051.04,44302126.13,127,578,1581,1720.14,qnn -5121,SUCCESS,2,1,872.66,44302126.13,44302998.79,127,305,2432,1396.26,ghz -5123,SUCCESS,2,1,6965.66,44302998.79,44309964.45,127,4126,1435,11145.06,qft -5125,SUCCESS,2,1,381.94,44309964.45,44310346.39,127,183,1774,611.1,realamprandom -5127,SUCCESS,2,1,242.75,44310346.39,44310589.14,127,62,3328,388.4,ghz -5128,SUCCESS,2,1,10046.7,44310589.14,44320635.84,127,3721,2295,16074.72,qpeexact -5129,SUCCESS,2,1,427.72,44320635.84,44321063.56,127,305,1192,684.35,wstate -5130,SUCCESS,2,1,2359.72,44321063.56,44323423.28,127,709,2829,3775.55,qft -5132,SUCCESS,2,1,1458.17,44323423.28,44324881.45,127,748,1657,2333.07,realamprandom -5133,SUCCESS,2,1,2223.34,44324881.45,44327104.79,127,588,3214,3557.34,qpeexact -5134,SUCCESS,2,1,48889.78,44327104.79,44375994.57,127,11779,3528,78223.65,random -5135,SUCCESS,2,1,349.09,44375994.57,44376343.66,127,237,1252,558.54,wstate -5137,SUCCESS,2,1,1777.95,44376343.66,44378121.61,127,750,2015,2844.72,qft -5138,SUCCESS,2,1,7657.98,44378121.61,44385779.59,127,1910,3408,12252.77,qftentangled -5139,SUCCESS,2,1,5130.41,44385779.59,44390910,127,1870,2332,8208.66,ae -5140,SUCCESS,2,1,12081.63,44390910,44402991.63,127,6258,1641,19330.61,random -5141,SUCCESS,2,1,5388.3,44402991.63,44408379.93,127,1318,3475,8621.28,twolocalrandom -5142,SUCCESS,2,1,7313.55,44408379.93,44415693.48,127,4384,1418,11701.68,qpeexact -5143,SUCCESS,2,1,3645.93,44415693.48,44419339.41,127,1457,2127,5833.49,qft -5144,SUCCESS,2,1,29930.95,44419339.41,44449270.36,127,10877,2339,47889.52,qpeinexact -5145,SUCCESS,2,1,13693.9,44449270.36,44462964.26,127,5717,2036,21910.24,qft -5148,SUCCESS,2,1,5731.69,44462964.26,44468695.95,127,3261,1494,9170.7,realamprandom -5149,SUCCESS,2,1,20240.35,44468695.95,44488936.3,127,13004,1323,32384.56,realamprandom -5152,SUCCESS,2,1,1088.5,44488936.3,44490024.8,127,583,1587,1741.6,ghz -5153,SUCCESS,2,1,22369.46,44490024.8,44512394.26,127,11951,1591,35791.14,qnn -5154,SUCCESS,2,1,7433.89,44512394.26,44519828.15,127,1839,3436,11894.22,qpeexact -5155,SUCCESS,2,1,953.05,44519828.15,44520781.2,127,218,3716,1524.88,ghz -5156,SUCCESS,2,1,13250.85,44520781.2,44534032.05,127,5729,1966,21201.36,qpeinexact -5157,SUCCESS,2,1,3909.01,44534032.05,44537941.06,127,1849,1797,6254.42,realamprandom -5158,SUCCESS,2,1,1701.8,44537941.06,44539642.86,127,434,3333,2722.88,dj -5159,SUCCESS,2,1,473.8,44539642.86,44540116.66,127,181,2225,758.08,wstate -5160,SUCCESS,2,1,351.13,44540116.66,44540467.79,127,101,2955,561.81,wstate -5161,SUCCESS,2,1,215.97,44540467.79,44540683.76,127,77,2384,345.55,dj -5162,SUCCESS,2,1,989.9,44540683.76,44541673.66,127,389,2163,1583.84,ghz -5163,SUCCESS,2,1,922.08,44541673.66,44542595.74,127,473,1657,1475.33,qnn -5164,SUCCESS,2,1,85781.56,44542595.74,44628377.3,127,27640,2638,137250.5,random -5165,SUCCESS,2,1,25399.74,44628377.3,44653777.04,127,9007,2397,40639.58,qnn -5166,SUCCESS,2,1,1036.31,44653777.04,44654813.35,127,265,3324,1658.1,qnn -5167,SUCCESS,2,1,1849.87,44654813.35,44656663.22,127,911,1726,2959.79,su2random -5168,SUCCESS,2,1,26901.7,44656663.22,44683564.92,127,5691,4018,43042.72,su2random -5169,SUCCESS,2,1,405.96,44683564.92,44683970.88,127,180,1917,649.54,qft -5170,SUCCESS,2,1,15422.86,44683970.88,44699393.74,127,4142,3165,24676.58,pricingput -5171,SUCCESS,2,1,25136.53,44699393.74,44724530.27,127,6455,3310,40218.45,qnn -5172,SUCCESS,2,1,3562.28,44724530.27,44728092.55,127,889,3406,5699.65,ghz -5173,SUCCESS,2,1,76.92,44728092.55,44728169.47,127,24,2724,123.07,ghz -5174,SUCCESS,2,1,509.18,44728169.47,44728678.65,127,287,1508,814.69,dj -5176,SUCCESS,2,1,309.35,44728678.65,44728988,127,133,1977,494.96,wstate -5179,SUCCESS,2,1,318.97,44728988,44729306.97,127,161,1684,510.35,wstate -5180,SUCCESS,2,1,8393.35,44729306.97,44737700.32,127,3110,2294,13429.36,qpeexact -5181,SUCCESS,2,1,20135.83,44737700.32,44757836.15,127,6050,2829,32217.33,qpeexact -5182,SUCCESS,2,1,129.02,44757836.15,44757965.17,127,42,2611,206.43,qaoa -5183,SUCCESS,2,1,119326.78,44757965.17,44877291.95,127,31247,3246,190922.85,random -5184,SUCCESS,2,1,15995.22,44877291.95,44893287.17,127,7664,1774,25592.35,qpeinexact -5187,SUCCESS,2,1,8016.57,44893287.17,44901303.74,127,1820,3744,12826.51,twolocalrandom -5188,SUCCESS,2,1,2627.55,44901303.74,44903931.29,127,2049,1090,4204.08,qnn -5189,SUCCESS,2,1,5691.43,44903931.29,44909622.72,127,1517,3189,9106.29,qpeinexact -5190,SUCCESS,2,1,206.61,44909622.72,44909829.33,127,43,4084,330.58,groundstate -5191,SUCCESS,2,1,10677.96,44909829.33,44920507.29,127,4693,1934,17084.74,ae -5192,SUCCESS,2,1,319.85,44920507.29,44920827.14,127,72,3776,511.76,ghz -5194,SUCCESS,2,1,8853.27,44920827.14,44929680.41,127,5727,1314,14165.23,qpeexact -5195,SUCCESS,2,1,1675.72,44929680.41,44931356.13,127,353,4035,2681.15,dj -5196,SUCCESS,2,1,18235.65,44931356.13,44949591.78,127,6043,2565,29177.04,realamprandom -5197,SUCCESS,2,1,5750,44949591.78,44955341.78,127,3278,1491,9200,qpeinexact -5198,SUCCESS,2,1,1818.81,44955341.78,44957160.59,127,1152,1342,2910.1,qft -5199,SUCCESS,2,1,1736.81,44957160.59,44958897.4,127,576,2563,2778.9,ae -5200,SUCCESS,2,1,2818.2,44958897.4,44961715.6,127,854,2805,4509.12,ghz -5201,SUCCESS,2,1,795.19,44961715.6,44962510.79,127,231,2926,1272.3,dj -5202,SUCCESS,2,1,57.84,44962510.79,44962568.63,127,18,2731,92.54,graphstate -5203,SUCCESS,2,1,3199.16,44962568.63,44965767.79,127,760,3578,5118.66,ae -5204,SUCCESS,2,1,55.22,44965767.79,44965823.01,127,12,3911,88.35,ghz -5205,SUCCESS,2,1,18426.95,44965823.01,44984249.96,127,5401,2900,29483.12,qft -5206,SUCCESS,2,1,203.05,44984249.96,44984453.01,127,68,2538,324.88,graphstate -5208,SUCCESS,2,1,9213.91,44984453.01,44993666.92,127,5079,1542,14742.26,qwalk-v-chain -5210,SUCCESS,2,1,1468.42,44993666.92,44995135.34,127,471,2650,2349.47,qft -5211,SUCCESS,2,1,215.8,44995135.34,44995351.14,127,61,3007,345.28,wstate -5212,SUCCESS,2,1,41539.09,44995351.14,45036890.23,127,17291,2042,66462.54,su2random -5213,SUCCESS,2,1,842.98,45036890.23,45037733.21,127,343,2089,1348.77,dj -5215,SUCCESS,2,1,3411.16,45037733.21,45041144.37,127,1676,1730,5457.86,ae -5216,SUCCESS,2,1,32831.87,45041144.37,45073976.24,127,11386,2451,52530.99,su2random -5217,SUCCESS,2,1,2379.38,45073976.24,45076355.62,127,1847,1095,3807.01,qnn -5218,SUCCESS,2,1,530.88,45076355.62,45076886.5,127,232,1945,849.41,qnn -5219,SUCCESS,2,1,678.14,45076886.5,45077564.64,127,186,3099,1085.02,qpeexact -5220,SUCCESS,2,1,84.04,45077564.64,45077648.68,127,61,1171,134.46,graphstate -5221,SUCCESS,2,1,3070.59,45077648.68,45080719.27,127,720,3625,4912.94,su2random -5224,SUCCESS,2,1,3399.69,45080719.27,45084118.96,127,2048,1411,5439.5,qft -5225,SUCCESS,2,1,874.34,45084118.96,45084993.3,127,362,2053,1398.94,dj -5226,SUCCESS,2,1,3536.34,45084993.3,45088529.64,127,1467,2049,5658.14,qft -5227,SUCCESS,2,1,17078.48,45088529.64,45105608.12,127,5478,2650,27325.57,ae -5228,SUCCESS,2,1,142.24,45105608.12,45105750.36,127,30,4030,227.58,ghz -5231,SUCCESS,2,1,368.14,45105750.36,45106118.5,127,82,3816,589.02,dj -5232,SUCCESS,2,1,662.25,45106118.5,45106780.75,127,362,1555,1059.6,graphstate -5233,SUCCESS,2,1,14445.61,45106780.75,45121226.36,127,3163,3882,23112.98,su2random -5234,SUCCESS,2,1,37868.81,45121226.36,45159095.17,127,9760,3298,60590.1,twolocalrandom -5235,SUCCESS,2,1,3397.55,45159095.17,45162492.72,127,2173,1329,5436.08,ae -5236,SUCCESS,2,1,3686.74,45162492.72,45166179.46,127,1919,1633,5898.78,qft -5238,SUCCESS,2,1,1121.99,45166179.46,45167301.45,127,237,4024,1795.18,random -5239,SUCCESS,2,1,1100.04,45167301.45,45168401.49,127,342,2734,1760.06,dj -5241,SUCCESS,2,1,1922.81,45168401.49,45170324.3,127,899,1818,3076.5,qftentangled -5243,SUCCESS,2,1,5172.05,45170324.3,45175496.35,127,2441,1801,8275.28,realamprandom -5244,SUCCESS,2,1,90.71,45175496.35,45175587.06,127,43,1793,145.14,qaoa -5246,SUCCESS,2,1,2698.27,45175587.06,45178285.33,127,764,3002,4317.23,qnn -5247,SUCCESS,2,1,15452.24,45178285.33,45193737.57,127,10474,1254,24723.58,twolocalrandom -5248,SUCCESS,2,1,758.59,45193737.57,45194496.16,127,583,1106,1213.74,su2random -5249,SUCCESS,2,1,8449.1,45194496.16,45202945.26,127,4173,1721,13518.56,twolocalrandom -5251,SUCCESS,2,1,245904.27,45202945.26,45448849.53,127,63803,3276,393446.83,random -5252,SUCCESS,2,1,11514.95,45448849.53,45460364.48,127,2439,4013,18423.92,qftentangled -5253,SUCCESS,2,1,14623.63,45460364.48,45474988.11,127,4160,2988,23397.81,twolocalrandom -5254,SUCCESS,2,1,7530,45474988.11,45482518.11,127,3765,1700,12048,qpeexact -5255,SUCCESS,2,1,438.53,45482518.11,45482956.64,127,142,2625,701.65,dj -5256,SUCCESS,2,1,20183.67,45482956.64,45503140.31,127,6373,2692,32293.87,qpeinexact -5257,SUCCESS,2,1,6637.63,45503140.31,45509777.94,127,2937,1921,10620.21,realamprandom -5259,SUCCESS,2,1,1384.82,45509777.94,45511162.76,127,486,2422,2215.71,ghz -5262,SUCCESS,2,1,104.96,45511162.76,45511267.72,127,55,1622,167.94,ghz -5263,SUCCESS,2,1,699.94,45511267.72,45511967.66,127,339,1755,1119.9,random -5264,SUCCESS,2,1,9209.36,45511967.66,45521177.02,127,3476,2252,14734.98,realamprandom -5265,SUCCESS,2,1,22828.24,45521177.02,45544005.26,127,5775,3360,36525.18,qpeexact -5266,SUCCESS,2,1,4040.61,45544005.26,45548045.87,127,842,4079,6464.98,wstate -5267,SUCCESS,2,1,39381.74,45548045.87,45587427.61,127,8354,4007,63010.78,qft -5270,SUCCESS,2,1,238.83,45587427.61,45587666.44,127,157,1293,382.13,wstate -5272,SUCCESS,2,1,1609.92,45587666.44,45589276.36,127,516,2652,2575.87,realamprandom -5273,SUCCESS,2,1,3987.17,45589276.36,45593263.53,127,1032,3284,6379.47,ae -5275,SUCCESS,2,1,2252.78,45593263.53,45595516.31,127,1018,1881,3604.45,ae -5276,SUCCESS,2,1,281.41,45595516.31,45595797.72,127,81,2953,450.26,graphstate -5277,SUCCESS,2,1,20661.18,45595797.72,45616458.9,127,5854,3000,33057.89,ae -5279,SUCCESS,2,1,620.2,45616458.9,45617079.1,127,273,1931,992.32,wstate -5280,SUCCESS,2,1,3392.62,45617079.1,45620471.72,127,1429,2018,5428.19,qftentangled -5281,SUCCESS,2,1,11323.57,45620471.72,45631795.29,127,2422,3974,18117.71,twolocalrandom -5282,SUCCESS,2,1,430.25,45631795.29,45632225.54,127,99,3694,688.4,graphstate -5283,SUCCESS,2,1,4030.36,45632225.54,45636255.9,127,1619,2116,6448.58,twolocalrandom -5284,SUCCESS,2,1,2752.11,45636255.9,45639008.01,127,1036,2258,4403.38,wstate -5285,SUCCESS,2,1,12890.56,45639008.01,45651898.57,127,5596,1958,20624.9,ae -5286,SUCCESS,2,1,832.52,45651898.57,45652731.09,127,307,2305,1332.03,qpeinexact -5287,SUCCESS,2,1,2874.07,45652731.09,45655605.16,127,1227,1991,4598.51,wstate -5288,SUCCESS,2,1,122.22,45655605.16,45655727.38,127,98,1060,195.55,ghz -5289,SUCCESS,2,1,1145.69,45655727.38,45656873.07,127,328,2969,1833.1,pricingput -5290,SUCCESS,2,1,10366.14,45656873.07,45667239.21,127,3349,2631,16585.82,realamprandom -5291,SUCCESS,2,1,4040.13,45667239.21,45671279.34,127,903,3803,6464.21,ae -5292,SUCCESS,2,1,61496.65,45671279.34,45732775.99,127,13514,3868,98394.64,realamprandom -5293,SUCCESS,2,1,17136.68,45732775.99,45749912.67,127,4398,3312,27418.69,qft -5294,SUCCESS,2,1,49535.14,45749912.67,45799447.81,127,10877,3871,79256.22,qpeexact -5295,SUCCESS,2,1,57501.27,45799447.81,45856949.08,127,13905,3515,92002.03,twolocalrandom -5296,SUCCESS,2,1,6843.39,45856949.08,45863792.47,127,5386,1080,10949.42,twolocalrandom -5299,SUCCESS,2,1,68.15,45863792.47,45863860.62,127,20,2896,109.04,graphstate -5300,SUCCESS,2,1,4915.91,45863860.62,45868776.53,127,1272,3285,7865.46,twolocalrandom -5301,SUCCESS,2,1,16263.93,45868776.53,45885040.46,127,4749,2911,26022.29,qpeexact -5303,SUCCESS,2,1,13076.8,45885040.46,45898117.26,127,7671,1449,20922.88,su2random -5304,SUCCESS,2,1,16035.61,45898117.26,45914152.87,127,7254,1879,25656.98,qpeexact -5305,SUCCESS,2,1,43488.49,45914152.87,45957641.36,127,13316,2776,69581.58,qnn -5306,SUCCESS,2,1,4417.12,45957641.36,45962058.48,127,1268,2961,7067.39,ae -5307,SUCCESS,2,1,260.2,45962058.48,45962318.68,127,92,2404,416.32,graphstate -5308,SUCCESS,2,1,13219.97,45962318.68,45975538.65,127,3082,3646,21151.95,qft -5310,SUCCESS,2,1,3027.68,45975538.65,45978566.33,127,2094,1229,4844.29,qpeexact -5311,SUCCESS,2,1,40797.8,45978566.33,46019364.13,127,10125,3425,65276.48,qnn -5312,SUCCESS,2,1,1483.12,46019364.13,46020847.25,127,1041,1211,2372.99,wstate -5313,SUCCESS,2,1,2195.71,46020847.25,46023042.96,127,463,4031,3513.14,groundstate -5316,SUCCESS,2,1,1525.06,46023042.96,46024568.02,127,435,2980,2440.1,graphstate -5319,SUCCESS,2,1,2650.54,46024568.02,46027218.56,127,747,3016,4240.86,dj -5320,SUCCESS,2,1,642.11,46027218.56,46027860.67,127,345,1582,1027.38,wstate -5321,SUCCESS,2,1,16119.97,46027860.67,46043980.64,127,6597,2077,25791.95,qnn -5322,SUCCESS,2,1,7573.66,46043980.64,46051554.3,127,1899,3390,12117.86,qpeexact -5323,SUCCESS,2,1,2785.36,46051554.3,46054339.66,127,649,3648,4456.58,realamprandom -5324,SUCCESS,2,1,11937.83,46054339.66,46066277.49,127,3029,3350,19100.53,twolocalrandom -5325,SUCCESS,2,1,1860.43,46066277.49,46068137.92,127,880,1797,2976.69,qnn -5326,SUCCESS,2,1,309.71,46068137.92,46068447.63,127,130,2025,495.54,dj -5327,SUCCESS,2,1,630.77,46068447.63,46069078.4,127,212,2529,1009.23,random -5329,SUCCESS,2,1,7574.64,46069078.4,46076653.04,127,1706,3774,12119.42,su2random -5330,SUCCESS,2,1,2707.56,46076653.04,46079360.6,127,726,3170,4332.1,wstate -5331,SUCCESS,2,1,37856.58,46079360.6,46117217.18,127,14070,2287,60570.53,su2random -5332,SUCCESS,2,1,5466.07,46117217.18,46122683.25,127,1141,4072,8745.71,grover-v-chain -5333,SUCCESS,2,1,22592.04,46122683.25,46145275.29,127,5515,3482,36147.26,qft -5334,SUCCESS,2,1,154.35,46145275.29,46145429.64,127,78,1682,246.96,ghz -5335,SUCCESS,2,1,29866.59,46145429.64,46175296.23,127,15508,1637,47786.54,random -5337,SUCCESS,2,1,22229.56,46175296.23,46197525.79,127,6031,3133,35567.3,qnn -5338,SUCCESS,2,1,288.96,46197525.79,46197814.75,127,68,3612,462.34,graphstate -5339,SUCCESS,2,1,26479.1,46197814.75,46224293.85,127,7568,2974,42366.56,ae -5340,SUCCESS,2,1,238.37,46224293.85,46224532.22,127,63,3216,381.39,vqe -5341,SUCCESS,2,1,2769.02,46224532.22,46227301.24,127,865,2721,4430.43,dj -5342,SUCCESS,2,1,91.42,46227301.24,46227392.66,127,74,1050,146.27,graphstate -5344,SUCCESS,2,1,715.74,46227392.66,46228108.4,127,151,4029,1145.18,qftentangled -5345,SUCCESS,2,1,3798.88,46228108.4,46231907.28,127,2230,1448,6078.21,qnn -5347,SUCCESS,2,1,172.77,46231907.28,46232080.05,127,66,2225,276.43,graphstate -5348,SUCCESS,2,1,10572.21,46232080.05,46242652.26,127,2479,3625,16915.54,qpeinexact -5349,SUCCESS,2,1,8572.16,46242652.26,46251224.42,127,6636,1098,13715.46,qpeexact -5350,SUCCESS,2,1,8507.47,46251224.42,46259731.89,127,1896,3814,13611.95,qpeexact -5351,SUCCESS,2,1,3006.33,46259731.89,46262738.22,127,1112,2298,4810.13,realamprandom -5352,SUCCESS,2,1,1162.75,46262738.22,46263900.97,127,277,3568,1860.4,wstate -5353,SUCCESS,2,1,33645.73,46263900.97,46297546.7,127,8237,3472,53833.17,qft -5354,SUCCESS,2,1,4439.35,46297546.7,46301986.05,127,1072,3520,7102.96,su2random -5355,SUCCESS,2,1,26617.78,46301986.05,46328603.83,127,8541,2649,42588.45,qpeexact -5356,SUCCESS,2,1,8956.91,46328603.83,46337560.74,127,2116,3598,14331.06,qwalk-v-chain -5357,SUCCESS,2,1,267505.8,46337560.74,46605066.54,127,63390,3587,428009.28,random -5359,SUCCESS,2,1,1504.15,46605066.54,46606570.69,127,417,3066,2406.64,graphstate -5360,SUCCESS,2,1,11126.77,46606570.69,46617697.46,127,4457,2122,17802.83,qpeinexact -5362,SUCCESS,2,1,53615.43,46617697.46,46671312.89,127,15634,2915,85784.69,twolocalrandom -5363,SUCCESS,2,1,286.48,46671312.89,46671599.37,127,155,1571,458.37,qftentangled -5365,SUCCESS,2,1,976.98,46671599.37,46672576.35,127,321,2587,1563.17,graphstate -5366,SUCCESS,2,1,254,46672576.35,46672830.35,127,85,2540,406.4,wstate -5368,SUCCESS,2,1,826.81,46672830.35,46673657.16,127,265,2652,1322.9,wstate -5370,SUCCESS,2,1,210.1,46673657.16,46673867.26,127,57,3133,336.16,wstate -5371,SUCCESS,2,1,9897.3,46673867.26,46683764.56,127,4506,1867,15835.68,twolocalrandom -5372,SUCCESS,2,1,11894.69,46683764.56,46695659.25,127,3061,3303,19031.5,su2random -5373,SUCCESS,2,1,8854.36,46695659.25,46704513.61,127,3025,2488,14166.98,qft -5374,SUCCESS,2,1,15306.2,46704513.61,46719819.81,127,3770,3451,24489.92,qftentangled -5375,SUCCESS,2,1,19064.84,46719819.81,46738884.65,127,6887,2353,30503.74,qpeinexact -5376,SUCCESS,2,1,94.54,46738884.65,46738979.19,127,32,2511,151.26,graphstate -5377,SUCCESS,2,1,34388.89,46738979.19,46773368.08,127,8527,3428,55022.22,qnn -5378,SUCCESS,2,1,12558.8,46773368.08,46785926.88,127,3064,3484,20094.08,qwalk-v-chain -5379,SUCCESS,2,1,3593.53,46785926.88,46789520.41,127,2737,1116,5749.65,random -5380,SUCCESS,2,1,2611.18,46789520.41,46792131.59,127,1930,1150,4177.89,qftentangled -5381,SUCCESS,2,1,1482.68,46792131.59,46793614.27,127,584,2158,2372.29,twolocalrandom -5383,SUCCESS,2,1,53.18,46793614.27,46793667.45,127,19,2379,85.09,ghz -5384,SUCCESS,2,1,1473.21,46793667.45,46795140.66,127,321,3901,2357.14,wstate -5386,SUCCESS,2,1,2313,46795140.66,46797453.66,127,514,3825,3700.8,qftentangled -5387,SUCCESS,2,1,3819.76,46797453.66,46801273.42,127,1911,1699,6111.62,ae -5388,SUCCESS,2,1,6644.6,46801273.42,46807918.02,127,2678,2109,10631.36,qpeexact -5389,SUCCESS,2,1,673.65,46807918.02,46808591.67,127,409,1400,1077.84,dj -5390,SUCCESS,2,1,50847.77,46808591.67,46859439.44,127,11171,3869,81356.43,twolocalrandom -5391,SUCCESS,2,1,2288.91,46859439.44,46861728.35,127,823,2364,3662.26,qnn -5393,SUCCESS,2,1,4308.89,46861728.35,46866037.24,127,931,3934,6894.22,ghz -5394,SUCCESS,2,1,180.77,46866037.24,46866218.01,127,50,3073,289.23,ghz -5395,SUCCESS,2,1,400.12,46866218.01,46866618.13,127,190,1790,640.19,graphstate -5396,SUCCESS,2,1,2587.41,46866618.13,46869205.54,127,578,3805,4139.86,qpeexact -5398,SUCCESS,2,1,28953.32,46869205.54,46898158.86,127,8995,2736,46325.31,qnn -5400,SUCCESS,2,1,5937.6,46898158.86,46904096.46,127,1658,3044,9500.16,qft -5401,SUCCESS,2,1,853.47,46904096.46,46904949.93,127,315,2303,1365.55,pricingcall -5402,SUCCESS,2,1,904.46,46904949.93,46905854.39,127,241,3190,1447.14,wstate -5404,SUCCESS,2,1,133.17,46905854.39,46905987.56,127,49,2310,213.07,ghz -5405,SUCCESS,2,1,20318.16,46905987.56,46926305.72,127,4434,3895,32509.06,realamprandom -5406,SUCCESS,2,1,9731.22,46926305.72,46936036.94,127,4186,1976,15569.95,qpeinexact -5407,SUCCESS,2,1,871.9,46936036.94,46936908.84,127,185,4006,1395.04,wstate -5408,SUCCESS,2,1,5476.4,46936908.84,46942385.24,127,3718,1252,8762.24,qpeinexact -5409,SUCCESS,2,1,1550.63,46942385.24,46943935.87,127,1271,1037,2481.01,qft -5410,SUCCESS,2,1,2093.06,46943935.87,46946028.93,127,506,3516,3348.9,dj -5411,SUCCESS,2,1,475.41,46946028.93,46946504.34,127,154,2624,760.66,ae -5413,SUCCESS,2,1,2250.03,46946504.34,46948754.37,127,1753,1091,3600.05,qpeinexact -5414,SUCCESS,2,1,3475.08,46948754.37,46952229.45,127,790,3739,5560.13,dj -5416,SUCCESS,2,1,3566.25,46952229.45,46955795.7,127,828,3661,5706,qnn -5417,SUCCESS,2,1,1005.17,46955795.7,46956800.87,127,471,1814,1608.27,dj -5418,SUCCESS,2,1,98.25,46956800.87,46956899.12,127,81,1031,157.2,ghz -5420,SUCCESS,2,1,2797.75,46956899.12,46959696.87,127,835,2848,4476.4,ae -5422,SUCCESS,2,1,10503.42,46959696.87,46970200.29,127,2846,3137,16805.47,random -5423,SUCCESS,2,1,23440.69,46970200.29,46993640.98,127,5814,3427,37505.1,qpeexact -5424,SUCCESS,2,1,18795.04,46993640.98,47012436.02,127,5361,2980,30072.06,qftentangled -5425,SUCCESS,2,1,1353.88,47012436.02,47013789.9,127,415,2773,2166.21,realamprandom -5426,SUCCESS,2,1,3446.51,47013789.9,47017236.41,127,781,3751,5514.42,portfoliovqe -5428,SUCCESS,2,1,1158.54,47017236.41,47018394.95,127,261,3773,1853.66,wstate -5429,SUCCESS,2,1,2383.58,47018394.95,47020778.53,127,495,4093,3813.73,dj -5430,SUCCESS,2,1,27069.21,47020778.53,47047847.74,127,9145,2516,43310.74,ae -5431,SUCCESS,2,1,1038.58,47047847.74,47048886.32,127,488,1809,1661.73,ghz -5432,SUCCESS,2,1,677.44,47048886.32,47049563.76,127,254,2267,1083.9,su2random -5433,SUCCESS,2,1,8540.82,47049563.76,47058104.58,127,2063,3519,13665.31,su2random -5434,SUCCESS,2,1,2548.94,47058104.58,47060653.52,127,652,3323,4078.3,qnn -5435,SUCCESS,2,1,20941.42,47060653.52,47081594.94,127,6600,2697,33506.27,qpeinexact -5436,SUCCESS,2,1,2127.76,47081594.94,47083722.7,127,984,1838,3404.42,qpeinexact -5437,SUCCESS,2,1,24617.19,47083722.7,47108339.89,127,5386,3885,39387.5,realamprandom -5438,SUCCESS,2,1,10388.33,47108339.89,47118728.22,127,3456,2555,16621.33,qpeexact -5439,SUCCESS,2,1,1252.61,47118728.22,47119980.83,127,436,2442,2004.18,portfoliovqe -5440,SUCCESS,2,1,6937.81,47119980.83,47126918.64,127,2269,2599,11100.5,qpeinexact -5441,SUCCESS,2,1,20827.5,47126918.64,47147746.14,127,6375,2777,33324,qft -5442,SUCCESS,2,1,351.73,47147746.14,47148097.87,127,285,1049,562.77,wstate -5443,SUCCESS,2,1,2179.22,47148097.87,47150277.09,127,489,3788,3486.75,twolocalrandom -5444,SUCCESS,2,1,37864.39,47150277.09,47188141.48,127,10793,2982,60583.02,twolocalrandom -5447,SUCCESS,2,1,880.8,47188141.48,47189022.28,127,255,2936,1409.28,su2random -5448,SUCCESS,2,1,10784.27,47189022.28,47199806.55,127,8379,1094,17254.83,qnn -5449,SUCCESS,2,1,389.75,47199806.55,47200196.3,127,295,1123,623.6,qpeexact -5451,SUCCESS,2,1,17310.22,47200196.3,47217506.52,127,7202,2043,27696.35,twolocalrandom -5452,SUCCESS,2,1,327.14,47217506.52,47217833.66,127,72,3862,523.42,graphstate -5453,SUCCESS,2,1,316.4,47217833.66,47218150.06,127,85,3164,506.24,wstate -5456,SUCCESS,2,1,5782.14,47218150.06,47223932.2,127,4589,1071,9251.42,qftentangled -5457,SUCCESS,2,1,571.51,47223932.2,47224503.71,127,388,1252,914.42,ghz -5458,SUCCESS,2,1,8679.7,47224503.71,47233183.41,127,5874,1256,13887.52,ae -5459,SUCCESS,2,1,22510.85,47233183.41,47255694.26,127,5396,3546,36017.36,realamprandom -5460,SUCCESS,2,1,1644.17,47255694.26,47257338.43,127,377,3707,2630.67,dj -5462,SUCCESS,2,1,14497.51,47257338.43,47271835.94,127,3970,3104,23196.02,qnn -5463,SUCCESS,2,1,6822.03,47271835.94,47278657.97,127,1423,4075,10915.25,ae -5464,SUCCESS,2,1,2021.04,47278657.97,47280679.01,127,670,2564,3233.66,dj -5466,SUCCESS,2,1,28805.84,47280679.01,47309484.85,127,7690,3184,46089.34,qpeexact -5467,SUCCESS,2,1,906.89,47309484.85,47310391.74,127,551,1399,1451.02,dj -5468,SUCCESS,2,1,54702.28,47310391.74,47365094.02,127,14276,3257,87523.65,realamprandom -5469,SUCCESS,2,1,17942.54,47365094.02,47383036.56,127,5191,2938,28708.06,qpeinexact -5470,SUCCESS,2,1,54530.03,47383036.56,47437566.59,127,13961,3320,87248.05,su2random -5471,SUCCESS,2,1,17594,47437566.59,47455160.59,127,5456,2741,28150.4,qftentangled -5472,SUCCESS,2,1,15893.59,47455160.59,47471054.18,127,8518,1586,25429.74,ae -5473,SUCCESS,2,1,31437.62,47471054.18,47502491.8,127,12075,2213,50300.19,su2random -5474,SUCCESS,2,1,4014.34,47502491.8,47506506.14,127,1114,3063,6422.94,ae -5475,SUCCESS,2,1,555.93,47506506.14,47507062.07,127,161,2935,889.49,dj -5476,SUCCESS,2,1,2089.41,47507062.07,47509151.48,127,445,3991,3343.06,ghz -5478,SUCCESS,2,1,1912.99,47509151.48,47511064.47,127,472,3445,3060.78,graphstate -5479,SUCCESS,2,1,261.65,47511064.47,47511326.12,127,121,1838,418.64,wstate -5480,SUCCESS,2,1,34197.96,47511326.12,47545524.08,127,8980,3237,54716.74,qftentangled -5481,SUCCESS,2,1,20176.04,47545524.08,47565700.12,127,15894,1079,32281.66,twolocalrandom -5482,SUCCESS,2,1,7470.4,47565700.12,47573170.52,127,1564,4060,11952.64,qft -5483,SUCCESS,2,1,10800.1,47573170.52,47583970.62,127,6790,1352,17280.16,qpeinexact -5484,SUCCESS,2,1,2660.27,47583970.62,47586630.89,127,1192,1897,4256.43,realamprandom -5485,SUCCESS,2,1,21143.53,47586630.89,47607774.42,127,7879,2281,33829.65,su2random -5486,SUCCESS,2,1,2978.26,47607774.42,47610752.68,127,1094,2314,4765.22,su2random -5487,SUCCESS,2,1,816.85,47610752.68,47611569.53,127,528,1315,1306.96,wstate -5488,SUCCESS,2,1,8289.26,47611569.53,47619858.79,127,3265,2158,13262.82,su2random -5490,SUCCESS,2,1,3300.73,47619858.79,47623159.52,127,836,3356,5281.17,portfoliovqe -5491,SUCCESS,2,1,71.52,47623159.52,47623231.04,127,22,2763,114.43,graphstate -5492,SUCCESS,2,1,4336.62,47623231.04,47627567.66,127,1223,3014,6938.59,su2random -5493,SUCCESS,2,1,21031.18,47627567.66,47648598.84,127,5057,3535,33649.89,twolocalrandom -5494,SUCCESS,2,1,1175.17,47648598.84,47649774.01,127,505,1978,1880.27,pricingput -5495,SUCCESS,2,1,421.08,47649774.01,47650195.09,127,102,3509,673.73,dj -5496,SUCCESS,2,1,7878.56,47650195.09,47658073.65,127,5366,1248,12605.7,realamprandom -5497,SUCCESS,2,1,24433.94,47658073.65,47682507.59,127,8116,2559,39094.3,qftentangled -5498,SUCCESS,2,1,14294.52,47682507.59,47696802.11,127,3872,3138,22871.23,pricingput -5500,SUCCESS,2,1,31025.44,47696802.11,47727827.55,127,7524,3505,49640.7,twolocalrandom -5503,SUCCESS,2,1,1520.08,47727827.55,47729347.63,127,770,1678,2432.13,wstate -5504,SUCCESS,2,1,48131.3,47729347.63,47777478.93,127,12833,3188,77010.08,random -5505,SUCCESS,2,1,44329.93,47777478.93,47821808.86,127,9406,4006,70927.89,realamprandom -5506,SUCCESS,2,1,1247.45,47821808.86,47823056.31,127,527,2012,1995.92,dj -5507,SUCCESS,2,1,6138.24,47823056.31,47829194.55,127,3197,1632,9821.18,qft -5508,SUCCESS,2,1,2979.62,47829194.55,47832174.17,127,723,3503,4767.39,qft -5509,SUCCESS,2,1,25461.69,47832174.17,47857635.86,127,7265,2979,40738.7,qft -5511,SUCCESS,2,1,425.71,47857635.86,47858061.57,127,239,1514,681.14,qnn -5512,SUCCESS,2,1,116.42,47858061.57,47858177.99,127,44,2249,186.27,graphstate -5513,SUCCESS,2,1,12707.64,47858177.99,47870885.63,127,2932,3684,20332.22,twolocalrandom -5514,SUCCESS,2,1,165.35,47870885.63,47871050.98,127,128,1098,264.56,graphstate -5517,SUCCESS,2,1,3636.15,47871050.98,47874687.13,127,2740,1128,5817.84,qftentangled -5519,SUCCESS,2,1,71889.95,47874687.13,47946577.08,127,21006,2909,115023.92,realamprandom -5521,SUCCESS,2,1,83.22,47946577.08,47946660.3,127,55,1286,133.15,graphstate -5522,SUCCESS,2,1,9993.31,47946660.3,47956653.61,127,2491,3410,15989.3,su2random -5524,SUCCESS,2,1,25431.13,47956653.61,47982084.74,127,5814,3718,40689.81,qpeinexact -5526,SUCCESS,2,1,664.1,47982084.74,47982748.84,127,249,2267,1062.56,twolocalrandom -5527,SUCCESS,2,1,36069.64,47982748.84,48018818.48,127,8879,3453,57711.42,su2random -5528,SUCCESS,2,1,86.3,48018818.48,48018904.78,127,30,2445,138.08,vqe -5529,SUCCESS,2,1,11044.03,48018904.78,48029948.81,127,3038,3090,17670.45,realamprandom -5530,SUCCESS,2,1,15812.92,48029948.81,48045761.73,127,11410,1178,25300.67,random -5531,SUCCESS,2,1,35851.89,48045761.73,48081613.62,127,26024,1171,57363.02,random -5532,SUCCESS,2,1,42188.95,48081613.62,48123802.57,127,13517,2653,67502.32,random -5533,SUCCESS,2,1,32774.96,48123802.57,48156577.53,127,9858,2826,52439.94,qwalk-noancilla -5534,SUCCESS,2,1,1620.29,48156577.53,48158197.82,127,554,2486,2592.46,qftentangled -5535,SUCCESS,2,1,109.92,48158197.82,48158307.74,127,69,1354,175.87,dj -5536,SUCCESS,2,1,1158.87,48158307.74,48159466.61,127,763,1291,1854.19,qpeinexact -5537,SUCCESS,2,1,164.75,48159466.61,48159631.36,127,64,2188,263.6,ghz -5538,SUCCESS,2,1,215.84,48159631.36,48159847.2,127,78,2352,345.34,graphstate -5539,SUCCESS,2,1,502.68,48159847.2,48160349.88,127,179,2387,804.29,graphstate -5540,SUCCESS,2,1,1957.61,48160349.88,48162307.49,127,1545,1077,3132.18,wstate -5541,SUCCESS,2,1,428.7,48162307.49,48162736.19,127,109,3343,685.92,wstate -5542,SUCCESS,2,1,1003.28,48162736.19,48163739.47,127,219,3894,1605.25,qpeexact -5543,SUCCESS,2,1,220.17,48163739.47,48163959.64,127,157,1192,352.27,wstate -5544,SUCCESS,2,1,10452.91,48163959.64,48174412.55,127,4898,1814,16724.66,ae -5545,SUCCESS,2,1,50427.01,48174412.55,48224839.56,127,18742,2287,80683.22,realamprandom -5546,SUCCESS,2,1,26813.03,48224839.56,48251652.59,127,7158,3184,42900.85,ae -5547,SUCCESS,2,1,3626.33,48251652.59,48255278.92,127,954,3231,5802.13,random -5548,SUCCESS,2,1,3460.61,48255278.92,48258739.53,127,807,3645,5536.98,ghz -5549,SUCCESS,2,1,1013.05,48258739.53,48259752.58,127,378,2278,1620.88,qftentangled -5550,SUCCESS,2,1,35028.33,48259752.58,48294780.91,127,9238,3223,56045.33,qpeexact -5551,SUCCESS,2,1,187.43,48294780.91,48294968.34,127,65,2451,299.89,graphstate -5552,SUCCESS,2,1,8067.02,48294968.34,48303035.36,127,3239,2117,12907.23,twolocalrandom -5553,SUCCESS,2,1,443.13,48303035.36,48303478.49,127,112,3363,709.01,graphstate -5554,SUCCESS,2,1,4795.73,48303478.49,48308274.22,127,2122,1921,7673.17,qnn -5555,SUCCESS,2,1,583.59,48308274.22,48308857.81,127,293,1693,933.74,wstate -5556,SUCCESS,2,1,1365.48,48308857.81,48310223.29,127,964,1204,2184.77,portfoliovqe -5557,SUCCESS,2,1,281.48,48310223.29,48310504.77,127,67,3571,450.37,graphstate -5558,SUCCESS,2,1,2949.41,48310504.77,48313454.18,127,1392,1801,4719.06,qft -5560,SUCCESS,2,1,93.08,48313454.18,48313547.26,127,62,1276,148.93,graphstate -5561,SUCCESS,2,1,11546.77,48313547.26,48325094.03,127,5144,1908,18474.83,qftentangled -5562,SUCCESS,2,1,5875.83,48325094.03,48330969.86,127,1964,2543,9401.33,qnn -5563,SUCCESS,2,1,3043.15,48330969.86,48334013.01,127,759,3408,4869.04,qpeinexact -5564,SUCCESS,2,1,69358,48334013.01,48403371.01,127,26834,2197,110972.8,random -5565,SUCCESS,2,1,112.15,48403371.01,48403483.16,127,75,1271,179.44,graphstate -5566,SUCCESS,2,1,28416,48403483.16,48431899.16,127,7548,3200,45465.6,qnn -5567,SUCCESS,2,1,9117,48431899.16,48441016.16,127,3121,2483,14587.2,ae -5568,SUCCESS,2,1,1450.21,48441016.16,48442466.37,127,1059,1164,2320.34,su2random -5569,SUCCESS,2,1,2967.68,48442466.37,48445434.05,127,728,3465,4748.29,qft -5570,SUCCESS,2,1,18114.6,48445434.05,48463548.65,127,8844,1741,28983.36,twolocalrandom -5571,SUCCESS,2,1,14569.42,48463548.65,48478118.07,127,6450,1920,23311.07,qft -5572,SUCCESS,2,1,1168.17,48478118.07,48479286.24,127,247,4020,1869.07,qpeexact -5573,SUCCESS,2,1,23908.38,48479286.24,48503194.62,127,6323,3214,38253.41,qpeexact -5574,SUCCESS,2,1,3131.79,48503194.62,48506326.41,127,828,3215,5010.86,qft -5575,SUCCESS,2,1,3903.78,48506326.41,48510230.19,127,899,3691,6246.05,ae -5576,SUCCESS,2,1,351.77,48510230.19,48510581.96,127,226,1323,562.83,qpeinexact -5578,SUCCESS,2,1,1785.38,48510581.96,48512367.34,127,512,2964,2856.61,dj -5579,SUCCESS,2,1,58.78,48512367.34,48512426.12,127,40,1249,94.05,dj -5580,SUCCESS,2,1,42454.82,48512426.12,48554880.94,127,9933,3633,67927.71,twolocalrandom -5581,SUCCESS,2,1,5602.43,48554880.94,48560483.37,127,1463,3255,8963.89,ae -5582,SUCCESS,2,1,11994.05,48560483.37,48572477.42,127,7070,1442,19190.48,qpeexact -5583,SUCCESS,2,1,3874.14,48572477.42,48576351.56,127,2053,1604,6198.62,qwalk-v-chain -5584,SUCCESS,2,1,7917.77,48576351.56,48584269.33,127,3837,1754,12668.43,realamprandom -5585,SUCCESS,2,1,2481.37,48584269.33,48586750.7,127,536,3935,3970.19,dj -5587,SUCCESS,2,1,25.85,48586750.7,48586776.55,127,11,1997,41.36,ghz -5589,SUCCESS,2,1,31444.58,48586776.55,48618221.13,127,7491,3568,50311.33,qpeinexact -5590,SUCCESS,2,1,12311.41,48618221.13,48630532.54,127,7028,1489,19698.26,qft -5592,SUCCESS,2,1,2064.85,48630532.54,48632597.39,127,1420,1236,3303.76,qpeexact -5593,SUCCESS,2,1,11515.7,48632597.39,48644113.09,127,7256,1349,18425.12,qftentangled -5594,SUCCESS,2,1,3103.32,48644113.09,48647216.41,127,1572,1678,4965.31,qpeinexact -5595,SUCCESS,2,1,14043.64,48647216.41,48661260.05,127,4026,2965,22469.82,qft -5597,SUCCESS,2,1,26478.62,48661260.05,48687738.67,127,7460,3017,42365.79,su2random -5598,SUCCESS,2,1,17663.16,48687738.67,48705401.83,127,5808,2585,28261.06,qpeexact -5599,SUCCESS,2,1,16799.45,48705401.83,48722201.28,127,5826,2451,26879.12,realamprandom -5600,SUCCESS,2,1,3062.04,48722201.28,48725263.32,127,666,3908,4899.26,su2random -5601,SUCCESS,2,1,22914.68,48725263.32,48748178,127,6839,2848,36663.49,qft -5603,SUCCESS,2,1,2174.36,48748178,48750352.36,127,471,3924,3478.98,portfoliovqe -5604,SUCCESS,2,1,14036.09,48750352.36,48764388.45,127,6276,1901,22457.74,qpeexact -5605,SUCCESS,2,1,135.86,48764388.45,48764524.31,127,91,1269,217.38,ghz -5607,SUCCESS,2,1,891.89,48764524.31,48765416.2,127,285,2660,1427.02,qnn -5608,SUCCESS,2,1,94461.54,48765416.2,48859877.74,127,38399,2091,151138.46,random -5610,SUCCESS,2,1,286.46,48859877.74,48860164.2,127,162,1503,458.34,realamprandom -5611,SUCCESS,2,1,41796.43,48860164.2,48901960.63,127,9517,3733,66874.29,twolocalrandom -5613,SUCCESS,2,1,3960.21,48901960.63,48905920.84,127,2882,1168,6336.34,qftentangled -5614,SUCCESS,2,1,429.25,48905920.84,48906350.09,127,173,2109,686.8,wstate -5615,SUCCESS,2,1,5535.07,48906350.09,48911885.16,127,2488,1891,8856.11,ae -5616,SUCCESS,2,1,296999.6,48911885.16,49208884.76,127,79612,3171,475199.36,qwalk-noancilla -5617,SUCCESS,2,1,6005.51,49208884.76,49214890.27,127,1545,3304,9608.82,twolocalrandom -5618,SUCCESS,2,1,3557.42,49214890.27,49218447.69,127,1300,2326,5691.87,realamprandom -5619,SUCCESS,2,1,29182.31,49218447.69,49247630,127,6643,3734,46691.7,qpeinexact -5620,SUCCESS,2,1,14753.35,49247630,49262383.35,127,3329,3767,23605.36,qpeexact -5621,SUCCESS,2,1,9142.25,49262383.35,49271525.6,127,3981,1952,14627.6,qpeinexact -5622,SUCCESS,2,1,712.91,49271525.6,49272238.51,127,197,3076,1140.66,qft -5623,SUCCESS,2,1,25721.01,49272238.51,49297959.52,127,8621,2536,41153.62,twolocalrandom -5624,SUCCESS,2,1,1298.89,49297959.52,49299258.41,127,582,1897,2078.22,qpeinexact -5625,SUCCESS,2,1,19439.24,49299258.41,49318697.65,127,10438,1583,31102.78,random -5626,SUCCESS,2,1,2792.71,49318697.65,49321490.36,127,913,2600,4468.34,su2random -5628,SUCCESS,2,1,31.15,49321490.36,49321521.51,127,25,1059,49.84,vqe -5629,SUCCESS,2,1,23299.29,49321521.51,49344820.8,127,8221,2409,37278.86,ae -5630,SUCCESS,2,1,13750.04,49344820.8,49358570.84,127,3974,2941,22000.06,qpeinexact -5631,SUCCESS,2,1,9934.37,49358570.84,49368505.21,127,3434,2459,15894.99,qpeinexact -5632,SUCCESS,2,1,3678.16,49368505.21,49372183.37,127,2721,1149,5885.06,ae -5633,SUCCESS,2,1,35805.59,49372183.37,49407988.96,127,10586,2875,57288.94,qpeinexact -5635,SUCCESS,2,1,5587.63,49407988.96,49413576.59,127,2505,1896,8940.21,qnn -5636,SUCCESS,2,1,7339.63,49413576.59,49420916.22,127,4611,1353,11743.41,ae -5637,SUCCESS,2,1,3088.47,49420916.22,49424004.69,127,808,3249,4941.55,ghz -5638,SUCCESS,2,1,13969.28,49424004.69,49437973.97,127,9568,1241,22350.85,qnn -5639,SUCCESS,2,1,5302.64,49437973.97,49443276.61,127,1405,3208,8484.22,twolocalrandom -5640,SUCCESS,2,1,14478.36,49443276.61,49457754.97,127,8588,1433,23165.38,su2random -5641,SUCCESS,2,1,36789.36,49457754.97,49494544.33,127,8116,3853,58862.98,qft -5644,SUCCESS,2,1,409.22,49494544.33,49494953.55,127,213,1633,654.75,dj -5645,SUCCESS,2,1,2263.42,49494953.55,49497216.97,127,1590,1210,3621.47,wstate -5646,SUCCESS,2,1,10970.64,49497216.97,49508187.61,127,3280,2843,17553.02,qft -5647,SUCCESS,2,1,1580.71,49508187.61,49509768.32,127,1028,1307,2529.14,wstate -5648,SUCCESS,2,1,1425.85,49509768.32,49511194.17,127,298,4067,2281.36,ghz -5650,SUCCESS,2,1,2340.8,49511194.17,49513534.97,127,1844,1079,3745.28,qpeexact -5652,SUCCESS,2,1,9140.79,49513534.97,49522675.76,127,1927,4032,14625.26,realamprandom -5653,SUCCESS,2,1,1654.55,49522675.76,49524330.31,127,978,1438,2647.28,portfoliovqe -5654,SUCCESS,2,1,1565.81,49524330.31,49525896.12,127,424,3139,2505.3,dj -5655,SUCCESS,2,1,8404.38,49525896.12,49534300.5,127,2018,3540,13447.01,qnn -5657,SUCCESS,2,1,396.93,49534300.5,49534697.43,127,174,1939,635.09,dj -5659,SUCCESS,2,1,6645.3,49534697.43,49541342.73,127,4108,1375,10632.48,qpeinexact -5662,SUCCESS,2,1,24747.8,49541342.73,49566090.53,127,9676,2174,39596.48,realamprandom -5663,SUCCESS,2,1,1206.89,49566090.53,49567297.42,127,274,3744,1931.02,dj -5665,SUCCESS,2,1,100.48,49567297.42,49567397.9,127,35,2440,160.77,qaoa -5666,SUCCESS,2,1,41.68,49567397.9,49567439.58,127,27,1312,66.69,vqe -5667,SUCCESS,2,1,887.28,49567439.58,49568326.86,127,446,1691,1419.65,dj -5669,SUCCESS,2,1,1448.84,49568326.86,49569775.7,127,388,3174,2318.14,qft -5670,SUCCESS,2,1,927.53,49569775.7,49570703.23,127,200,3942,1484.05,dj -5672,SUCCESS,2,1,18152.91,49570703.23,49588856.14,127,8777,1758,29044.66,qnn -5673,SUCCESS,2,1,8761.91,49588856.14,49597618.05,127,2780,2679,14019.06,twolocalrandom -5674,SUCCESS,2,1,4176.21,49597618.05,49601794.26,127,1801,1971,6681.94,su2random -5675,SUCCESS,2,1,40042.4,49601794.26,49641836.66,127,10544,3228,64067.84,random -5677,SUCCESS,2,1,311.53,49641836.66,49642148.19,127,98,2702,498.45,ghz -5678,SUCCESS,2,1,3184.18,49642148.19,49645332.37,127,1463,1850,5094.69,wstate -5679,SUCCESS,2,1,44450.42,49645332.37,49689782.79,127,16335,2313,71120.67,realamprandom -5681,SUCCESS,2,1,780.07,49689782.79,49690562.86,127,622,1066,1248.11,random -5683,SUCCESS,2,1,16023.25,49690562.86,49706586.11,127,6776,2010,25637.2,ae -5684,SUCCESS,2,1,9468.99,49706586.11,49716055.1,127,2096,3840,15150.38,su2random -5685,SUCCESS,2,1,6283.23,49716055.1,49722338.33,127,2977,1794,10053.17,qft -5688,SUCCESS,2,1,10555.44,49722338.33,49732893.77,127,6283,1428,16888.7,qft -5690,SUCCESS,2,1,23572.52,49732893.77,49756466.29,127,5070,3952,37716.03,qftentangled -5692,SUCCESS,2,1,12484.7,49756466.29,49768950.99,127,2921,3633,19975.52,qft -5693,SUCCESS,2,1,8522.86,49768950.99,49777473.85,127,3390,2137,13636.58,qft -5694,SUCCESS,2,1,2278.72,49777473.85,49779752.57,127,1829,1059,3645.95,qft -5696,SUCCESS,2,1,25854.89,49779752.57,49805607.46,127,12792,1718,41367.82,su2random -5697,SUCCESS,2,1,1153.7,49805607.46,49806761.16,127,480,2043,1845.92,qnn -5698,SUCCESS,2,1,1713.16,49806761.16,49808474.32,127,382,3812,2741.06,graphstate -5699,SUCCESS,2,1,4876.14,49808474.32,49813350.46,127,2645,1567,7801.82,realamprandom -5701,SUCCESS,2,1,10678.77,49813350.46,49824029.23,127,4181,2171,17086.03,qnn -5702,SUCCESS,2,1,1992.72,49824029.23,49826021.95,127,1209,1401,3188.35,realamprandom -5706,SUCCESS,2,1,17879.77,49826021.95,49843901.72,127,11628,1307,28607.63,su2random -5707,SUCCESS,2,1,14968.95,49843901.72,49858870.67,127,9200,1383,23950.32,qnn -5708,SUCCESS,2,1,17516.33,49858870.67,49876387,127,6006,2479,28026.13,su2random -5710,SUCCESS,2,1,830,49876387,49877217,127,340,2075,1328,qnn -5712,SUCCESS,2,1,22327.13,49877217,49899544.13,127,5103,3719,35723.41,qft -5713,SUCCESS,2,1,23132.64,49899544.13,49922676.77,127,5242,3751,37012.22,qpeinexact -5715,SUCCESS,2,1,89594.66,49922676.77,50012271.43,127,28164,2704,143351.46,random -5716,SUCCESS,2,1,1490.83,50012271.43,50013762.26,127,600,2112,2385.33,wstate -5717,SUCCESS,2,1,884.88,50013762.26,50014647.14,127,611,1231,1415.81,qnn -5718,SUCCESS,2,1,10583.53,50014647.14,50025230.67,127,3250,2768,16933.65,random -5719,SUCCESS,2,1,1379.12,50025230.67,50026609.79,127,750,1563,2206.59,dj -5721,SUCCESS,2,1,121.46,50026609.79,50026731.25,127,39,2647,194.34,graphstate -5722,SUCCESS,2,1,6464.25,50026731.25,50033195.5,127,1656,3318,10342.8,qpeinexact -5723,SUCCESS,2,1,2364.51,50033195.5,50035560.01,127,546,3681,3783.22,qftentangled -5725,SUCCESS,2,1,2383.98,50035560.01,50037943.99,127,1075,1885,3814.37,wstate -5726,SUCCESS,2,1,7110.67,50037943.99,50045054.66,127,2471,2446,11377.07,ae -5727,SUCCESS,2,1,907.94,50045054.66,50045962.6,127,383,2015,1452.7,qftentangled -5728,SUCCESS,2,1,38383.11,50045962.6,50084345.71,127,12133,2689,61412.98,su2random -5729,SUCCESS,2,1,13952.87,50084345.71,50098298.58,127,5808,2042,22324.59,qpeinexact -5730,SUCCESS,2,1,3859.21,50098298.58,50102157.79,127,2993,1096,6174.74,qpeexact -5731,SUCCESS,2,1,4002.81,50102157.79,50106160.6,127,1391,2446,6404.5,twolocalrandom -5732,SUCCESS,2,1,24256.71,50106160.6,50130417.31,127,6749,3055,38810.74,qft -5733,SUCCESS,2,1,6854.48,50130417.31,50137271.79,127,3646,1598,10967.17,realamprandom -5734,SUCCESS,2,1,23912.19,50137271.79,50161183.98,127,6597,3081,38259.5,qpeexact -5735,SUCCESS,2,1,11511.61,50161183.98,50172695.59,127,3053,3205,18418.58,qpeinexact -5736,SUCCESS,2,1,2160,50172695.59,50174855.59,127,1080,1700,3456,qft -5737,SUCCESS,2,1,9701.14,50174855.59,50184556.73,127,4643,1776,15521.82,qftentangled -5738,SUCCESS,2,1,18984.75,50184556.73,50203541.48,127,11822,1365,30375.6,realamprandom -5741,SUCCESS,2,1,576.44,50203541.48,50204117.92,127,133,3684,922.3,graphstate -5742,SUCCESS,2,1,10461.85,50204117.92,50214579.77,127,2617,3398,16738.96,qft -5743,SUCCESS,2,1,10072.38,50214579.77,50224652.15,127,2162,3960,16115.81,realamprandom -5744,SUCCESS,2,1,359.75,50224652.15,50225011.9,127,124,2466,575.6,ghz -5745,SUCCESS,2,1,1009.69,50225011.9,50226021.59,127,238,3606,1615.5,qft -5746,SUCCESS,2,1,37075.46,50226021.59,50263097.05,127,9382,3359,59320.74,su2random -5747,SUCCESS,2,1,1494.27,50263097.05,50264591.32,127,1125,1129,2390.83,qft -5750,SUCCESS,2,1,517.09,50264591.32,50265108.41,127,348,1263,827.34,graphstate -5752,SUCCESS,2,1,2740.67,50265108.41,50267849.08,127,707,3295,4385.07,realamprandom -5753,SUCCESS,2,1,2588.7,50267849.08,50270437.78,127,703,3130,4141.92,realamprandom -5754,SUCCESS,2,1,26340.71,50270437.78,50296778.49,127,9329,2400,42145.14,realamprandom -5757,SUCCESS,2,1,219.58,50296778.49,50296998.07,127,151,1236,351.33,graphstate -5758,SUCCESS,2,1,191.12,50296998.07,50297189.19,127,45,3610,305.79,graphstate -5762,SUCCESS,2,1,8765.12,50297189.19,50305954.31,127,2454,3036,14024.19,realamprandom -5763,SUCCESS,2,1,41.73,50305954.31,50305996.04,127,29,1223,66.77,vqe -5764,SUCCESS,2,1,8830.84,50305996.04,50314826.88,127,3694,2032,14129.34,random -5765,SUCCESS,2,1,36811.24,50314826.88,50351638.12,127,14386,2175,58897.98,qnn -5766,SUCCESS,2,1,89.74,50351638.12,50351727.86,127,25,3051,143.58,graphstate -5767,SUCCESS,2,1,10261.45,50351727.86,50361989.31,127,3054,2856,16418.32,qftentangled -5768,SUCCESS,2,1,19246.2,50361989.31,50381235.51,127,6192,2642,30793.92,qpeinexact -5769,SUCCESS,2,1,5814.16,50381235.51,50387049.67,127,1559,3170,9302.66,qft -5770,SUCCESS,2,1,123.17,50387049.67,50387172.84,127,72,1454,197.07,graphstate -5771,SUCCESS,2,1,17946.52,50387172.84,50405119.36,127,10069,1515,28714.43,ae -5772,SUCCESS,2,1,21425.47,50405119.36,50426544.83,127,9646,1888,34280.75,twolocalrandom -5773,SUCCESS,2,1,509.84,50426544.83,50427054.67,127,147,2948,815.74,graphstate -5774,SUCCESS,2,1,5408.35,50427054.67,50432463.02,127,1442,3188,8653.36,qpeexact -5775,SUCCESS,2,1,31158.01,50432463.02,50463621.03,127,6512,4067,49852.82,qpeexact -5776,SUCCESS,2,1,1442.89,50463621.03,50465063.92,127,308,3982,2308.62,portfolioqaoa -5777,SUCCESS,2,1,5963.26,50465063.92,50471027.18,127,4196,1208,9541.22,qpeinexact -5778,SUCCESS,2,1,29363.55,50471027.18,50500390.73,127,12492,1998,46981.68,twolocalrandom -5779,SUCCESS,2,1,90.55,50500390.73,50500481.28,127,37,2080,144.88,wstate -5780,SUCCESS,2,1,28.5,50500481.28,50500509.78,127,22,1101,45.6,graphstate -5782,SUCCESS,2,1,398.46,50500509.78,50500908.24,127,201,1685,637.54,wstate -5783,SUCCESS,2,1,26223.69,50500908.24,50527131.93,127,7435,2998,41957.9,twolocalrandom -5784,SUCCESS,2,1,883.83,50527131.93,50528015.76,127,666,1128,1414.13,twolocalrandom -5785,SUCCESS,2,1,58.11,50528015.76,50528073.87,127,22,2245,92.98,ghz -5786,SUCCESS,2,1,51032.72,50528073.87,50579106.59,127,13113,3308,81652.35,qnn -5788,SUCCESS,2,1,102.32,50579106.59,50579208.91,127,65,1338,163.71,wstate -5790,SUCCESS,2,1,112433.98,50579208.91,50691642.89,127,30186,3166,179894.37,random -5791,SUCCESS,2,1,993.84,50691642.89,50692636.73,127,213,3966,1590.14,graphstate -5793,SUCCESS,2,1,4011.86,50692636.73,50696648.59,127,3257,1047,6418.98,qft -5794,SUCCESS,2,1,8733.35,50696648.59,50705381.94,127,1819,4081,13973.36,qftentangled -5795,SUCCESS,2,1,99.18,50705381.94,50705481.12,127,60,1405,158.69,ghz -5796,SUCCESS,2,1,33801.9,50705481.12,50739283.02,127,7030,4087,54083.04,qpeinexact -5797,SUCCESS,2,1,85989.74,50739283.02,50825272.76,127,19434,3761,137583.58,random -5798,SUCCESS,2,1,10244.29,50825272.76,50835517.05,127,2303,3781,16390.86,qpeexact -5799,SUCCESS,2,1,2178,50835517.05,50837695.05,127,1291,1434,3484.8,wstate -5800,SUCCESS,2,1,1709.84,50837695.05,50839404.89,127,491,2960,2735.74,ghz -5801,SUCCESS,2,1,4904.85,50839404.89,50844309.74,127,1420,2936,7847.76,ae -5802,SUCCESS,2,1,952.1,50844309.74,50845261.84,127,267,3031,1523.36,graphstate -5803,SUCCESS,2,1,10114.23,50845261.84,50855376.07,127,3769,2281,16182.77,realamprandom -5805,SUCCESS,2,1,67179.16,50855376.07,50922555.23,127,26266,2174,107486.66,random -5806,SUCCESS,2,1,13678.74,50922555.23,50936233.97,127,2957,3932,21885.98,realamprandom -5807,SUCCESS,2,1,20193.45,50936233.97,50956427.42,127,8158,2104,32309.52,realamprandom -5808,SUCCESS,2,1,14046.65,50956427.42,50970474.07,127,11045,1081,22474.64,su2random -5809,SUCCESS,2,1,1710.69,50970474.07,50972184.76,127,389,3738,2737.1,wstate -5810,SUCCESS,2,1,308.39,50972184.76,50972493.15,127,129,2032,493.42,wstate -5811,SUCCESS,2,1,209.77,50972493.15,50972702.92,127,114,1564,335.63,graphstate -5813,SUCCESS,2,1,2540.73,50972702.92,50975243.65,127,592,3648,4065.17,realamprandom -5814,SUCCESS,2,1,951.6,50975243.65,50976195.25,127,339,2386,1522.56,qpeinexact -5817,SUCCESS,2,1,3028.57,50976195.25,50979223.82,127,787,3271,4845.71,qnn -5819,SUCCESS,2,1,449.54,50979223.82,50979673.36,127,343,1114,719.26,wstate -5820,SUCCESS,2,1,5917.41,50979673.36,50985590.77,127,1254,4011,9467.86,qpeexact -5821,SUCCESS,2,1,289373.92,50985590.77,51274964.69,127,60853,4042,462998.27,random -5822,SUCCESS,2,1,271.2,51274964.69,51275235.89,127,85,2712,433.92,graphstate -5823,SUCCESS,2,1,499.82,51275235.89,51275735.71,127,157,2706,799.71,wstate -5824,SUCCESS,2,1,14908.44,51275735.71,51290644.15,127,3391,3737,23853.5,qnn -5825,SUCCESS,2,1,12374.38,51290644.15,51303018.53,127,3887,2706,19799.01,qpeinexact -5827,SUCCESS,2,1,5581.99,51303018.53,51308600.52,127,1405,3377,8931.18,qnn -5828,SUCCESS,2,1,4597.43,51308600.52,51313197.95,127,1081,3615,7355.89,qpeexact -5829,SUCCESS,2,1,1087.2,51313197.95,51314285.15,127,678,1363,1739.52,qft -5830,SUCCESS,2,1,122.38,51314285.15,51314407.53,127,48,2167,195.81,ghz -5831,SUCCESS,2,1,1200.68,51314407.53,51315608.21,127,889,1148,1921.09,wstate -5832,SUCCESS,2,1,21235.61,51315608.21,51336843.82,127,6845,2637,33976.98,random -5833,SUCCESS,2,1,3697.58,51336843.82,51340541.4,127,835,3764,5916.13,ghz -5834,SUCCESS,2,1,1610.53,51340541.4,51342151.93,127,602,2274,2576.85,dj -5836,SUCCESS,2,1,4278.41,51342151.93,51346430.34,127,952,3820,6845.46,random -5837,SUCCESS,2,1,10864.38,51346430.34,51357294.72,127,7260,1272,17383.01,qpeexact -5838,SUCCESS,2,1,17941.9,51357294.72,51375236.62,127,7015,2174,28707.04,su2random -5839,SUCCESS,2,1,337.45,51375236.62,51375574.07,127,149,1925,539.92,wstate -5840,SUCCESS,2,1,8820.24,51375574.07,51384394.31,127,5684,1319,14112.38,ae -5841,SUCCESS,2,1,39712.82,51384394.31,51424107.13,127,8609,3921,63540.51,qft -5842,SUCCESS,2,1,19211.8,51424107.13,51443318.93,127,6364,2566,30738.88,qpeinexact -5843,SUCCESS,2,1,110521.29,51443318.93,51553840.22,127,41330,2273,176834.06,random -5844,SUCCESS,2,1,637.61,51553840.22,51554477.83,127,336,1613,1020.18,pricingput -5845,SUCCESS,2,1,3676.24,51554477.83,51558154.07,127,1800,1736,5881.98,qft -5846,SUCCESS,2,1,135521.1,51558154.07,51693675.17,127,43095,2673,216833.76,random -5847,SUCCESS,2,1,665.36,51693675.17,51694340.53,127,329,1719,1064.58,wstate -5848,SUCCESS,2,1,4655.89,51694340.53,51698996.42,127,1165,3397,7449.42,wstate -5849,SUCCESS,2,1,1206.3,51698996.42,51700202.72,127,303,3384,1930.08,graphstate -5850,SUCCESS,2,1,21543.23,51700202.72,51721745.95,127,5476,3344,34469.17,qpeinexact -5851,SUCCESS,2,1,3313.75,51721745.95,51725059.7,127,1181,2385,5302,su2random -5854,SUCCESS,2,1,213.4,51725059.7,51725273.1,127,137,1324,341.44,wstate -5855,SUCCESS,2,1,1401.4,51725273.1,51726674.5,127,393,3031,2242.24,ghz -5856,SUCCESS,2,1,27972.77,51726674.5,51754647.27,127,7391,3217,44756.43,qpeexact -5857,SUCCESS,2,1,803.52,51754647.27,51755450.79,127,248,2754,1285.63,dj -5858,SUCCESS,2,1,2986.15,51755450.79,51758436.94,127,757,3353,4777.84,qnn -5859,SUCCESS,2,1,2088.41,51758436.94,51760525.35,127,639,2778,3341.46,realamprandom -5860,SUCCESS,2,1,12031.78,51760525.35,51772557.13,127,4672,2189,19250.85,twolocalrandom -5861,SUCCESS,2,1,33287.53,51772557.13,51805844.66,127,8842,3200,53260.05,su2random -5862,SUCCESS,2,1,12165.61,51805844.66,51818010.27,127,7537,1372,19464.98,su2random -5863,SUCCESS,2,1,1305.42,51818010.27,51819315.69,127,304,3650,2088.67,random -5864,SUCCESS,2,1,1681.37,51819315.69,51820997.06,127,623,2294,2690.19,qft -5865,SUCCESS,2,1,1559.08,51820997.06,51822556.14,127,532,2491,2494.53,qpeexact -5866,SUCCESS,2,1,16731.29,51822556.14,51839287.43,127,12508,1137,26770.06,realamprandom -5869,SUCCESS,2,1,711.52,51839287.43,51839998.95,127,345,1753,1138.43,wstate -5870,SUCCESS,2,1,3237.01,51839998.95,51843235.96,127,889,3095,5179.22,qnn -5871,SUCCESS,2,1,9092.36,51843235.96,51852328.32,127,4296,1799,14547.78,qwalk-v-chain -5873,SUCCESS,2,1,1098.69,51852328.32,51853427.01,127,631,1480,1757.9,qftentangled -5874,SUCCESS,2,1,15504.53,51853427.01,51868931.54,127,5118,2575,24807.25,realamprandom -5875,SUCCESS,2,1,32689.32,51868931.54,51901620.86,127,6876,4041,52302.91,qpeinexact -5876,SUCCESS,2,1,3269.44,51901620.86,51904890.3,127,778,3572,5231.1,qft -5877,SUCCESS,2,1,287.61,51904890.3,51905177.91,127,132,1852,460.18,qftentangled -5878,SUCCESS,2,1,1543.96,51905177.91,51906721.87,127,643,2041,2470.34,dj -5879,SUCCESS,2,1,94.16,51906721.87,51906816.03,127,61,1312,150.66,wstate -5881,SUCCESS,2,1,61285.39,51906816.03,51968101.42,127,14551,3580,98056.62,twolocalrandom -5882,SUCCESS,2,1,50084.43,51968101.42,52018185.85,127,11796,3609,80135.09,random -5884,SUCCESS,2,1,12467.57,52018185.85,52030653.42,127,6361,1666,19948.11,qpeexact -5885,SUCCESS,2,1,1332.34,52030653.42,52031985.76,127,428,2646,2131.74,portfolioqaoa -5887,SUCCESS,2,1,1894.59,52031985.76,52033880.35,127,1097,1468,3031.34,qnn -5888,SUCCESS,2,1,645.1,52033880.35,52034525.45,127,369,1486,1032.16,wstate -5889,SUCCESS,2,1,57762.44,52034525.45,52092287.89,127,12863,3817,92419.9,su2random -5890,SUCCESS,2,1,37768.04,52092287.89,52130055.93,127,10029,3201,60428.86,random -5891,SUCCESS,2,1,105520.8,52130055.93,52235576.73,127,22604,3968,168833.28,random -5892,SUCCESS,2,1,3186.12,52235576.73,52238762.85,127,714,3793,5097.79,dj -5893,SUCCESS,2,1,3796.48,52238762.85,52242559.33,127,1400,2305,6074.37,qftentangled -5894,SUCCESS,2,1,14862.65,52242559.33,52257421.98,127,5092,2481,23780.24,qft -5895,SUCCESS,2,1,8900.42,52257421.98,52266322.4,127,2303,3285,14240.67,qpeinexact -5896,SUCCESS,2,1,2966.55,52266322.4,52269288.95,127,1419,1777,4746.48,grover-v-chain -5897,SUCCESS,2,1,17556.5,52269288.95,52286845.45,127,4745,3145,28090.4,realamprandom -5898,SUCCESS,2,1,1397.35,52286845.45,52288242.8,127,602,1973,2235.76,qftentangled -5899,SUCCESS,2,1,20042.84,52288242.8,52308285.64,127,8531,1997,32068.54,realamprandom -5900,SUCCESS,2,1,835.38,52308285.64,52309121.02,127,189,3757,1336.61,wstate -5901,SUCCESS,2,1,5085.04,52309121.02,52314206.06,127,1194,3620,8136.06,qpeinexact -5902,SUCCESS,2,1,792.52,52314206.06,52314998.58,127,301,2238,1268.03,wstate -5903,SUCCESS,2,1,1251.05,52314998.58,52316249.63,127,456,2332,2001.68,dj -5904,SUCCESS,2,1,2944,52316249.63,52319193.63,127,782,3200,4710.4,dj -5905,SUCCESS,2,1,117.32,52319193.63,52319310.95,127,73,1366,187.71,graphstate -5908,SUCCESS,2,1,13121.96,52319310.95,52332432.91,127,3296,3384,20995.14,ae -5909,SUCCESS,2,1,1225.93,52332432.91,52333658.84,127,621,1678,1961.49,qpeexact -5910,SUCCESS,2,1,578.9,52333658.84,52334237.74,127,341,1443,926.24,wstate -5911,SUCCESS,2,1,816.71,52334237.74,52335054.45,127,361,1923,1306.74,wstate -5912,SUCCESS,2,1,740.02,52335054.45,52335794.47,127,435,1446,1184.03,realamprandom -5913,SUCCESS,2,1,1821.88,52335794.47,52337616.35,127,1231,1258,2915.01,qnn -5914,SUCCESS,2,1,120516.63,52337616.35,52458132.98,127,27530,3721,192826.61,random -5916,SUCCESS,2,1,61195.76,52458132.98,52519328.74,127,14185,3667,97913.22,su2random -5917,SUCCESS,2,1,62218.36,52519328.74,52581547.1,127,13662,3871,99549.38,realamprandom -5918,SUCCESS,2,1,808.91,52581547.1,52582356.01,127,205,3354,1294.26,dj -5920,SUCCESS,2,1,1668.53,52582356.01,52584024.54,127,876,1619,2669.65,pricingcall -5922,SUCCESS,2,1,31160.35,52584024.54,52615184.89,127,9379,2824,49856.56,twolocalrandom -5923,SUCCESS,2,1,8606.53,52615184.89,52623791.42,127,5967,1226,13770.45,ae -5924,SUCCESS,2,1,1390.4,52623791.42,52625181.82,127,869,1360,2224.64,wstate -5926,SUCCESS,2,1,20506.58,52625181.82,52645688.4,127,7364,2367,32810.53,random -5927,SUCCESS,2,1,3045.96,52645688.4,52648734.36,127,723,3581,4873.54,dj -5929,SUCCESS,2,1,21358.59,52648734.36,52670092.95,127,5400,3362,34173.74,qpeinexact -5930,SUCCESS,2,1,227.25,52670092.95,52670320.2,127,49,3942,363.6,tsp -5933,SUCCESS,2,1,885.33,52670320.2,52671205.53,127,582,1293,1416.53,ghz -5934,SUCCESS,2,1,5086.94,52671205.53,52676292.47,127,3177,1361,8139.1,qft -5936,SUCCESS,2,1,86.58,52676292.47,52676379.05,127,57,1291,138.53,ghz -5937,SUCCESS,2,1,3274.99,52676379.05,52679654.04,127,984,2829,5239.98,qnn -5938,SUCCESS,2,1,2813.74,52679654.04,52682467.78,127,1816,1317,4501.98,su2random -5939,SUCCESS,2,1,4317.03,52682467.78,52686784.81,127,1027,3573,6907.25,realamprandom -5940,SUCCESS,2,1,705.18,52686784.81,52687489.99,127,383,1565,1128.29,ghz -5941,SUCCESS,2,1,15091.49,52687489.99,52702581.48,127,5424,2365,24146.38,ae -5942,SUCCESS,2,1,62532.46,52702581.48,52765113.94,127,16395,3242,100051.94,su2random -5943,SUCCESS,2,1,930.73,52765113.94,52766044.67,127,319,2480,1489.17,qpeexact -5944,SUCCESS,2,1,141.63,52766044.67,52766186.3,127,48,2508,226.61,graphstate -5945,SUCCESS,2,1,4787.24,52766186.3,52770973.54,127,1791,2272,7659.58,qftentangled -5946,SUCCESS,2,1,3280.26,52770973.54,52774253.8,127,2433,1146,5248.42,ae -5947,SUCCESS,2,1,457.78,52774253.8,52774711.58,127,295,1319,732.45,su2random -5949,SUCCESS,2,1,40407.34,52774711.58,52815118.92,127,9763,3518,64651.74,twolocalrandom -5950,SUCCESS,2,1,1129.02,52815118.92,52816247.94,127,389,2467,1806.43,wstate -5951,SUCCESS,2,1,4278.5,52816247.94,52820526.44,127,1442,2522,6845.6,ae -5952,SUCCESS,2,1,99.24,52820526.44,52820625.68,127,35,2410,158.78,ghz -5953,SUCCESS,2,1,733.5,52820625.68,52821359.18,127,163,3825,1173.6,dj -5954,SUCCESS,2,1,17600.25,52821359.18,52838959.43,127,5448,2746,28160.4,qpeinexact -5956,SUCCESS,2,1,18148.94,52838959.43,52857108.37,127,4902,3147,29038.3,qftentangled -5957,SUCCESS,2,1,14834.34,52857108.37,52871942.71,127,3334,3782,23734.94,twolocalrandom -5958,SUCCESS,2,1,2988.02,52871942.71,52874930.73,127,981,2589,4780.83,qft -5959,SUCCESS,2,1,285.89,52874930.73,52875216.62,127,131,1855,457.42,qaoa -5961,SUCCESS,2,1,2769.83,52875216.62,52877986.45,127,1078,2184,4431.73,realamprandom -5962,SUCCESS,2,1,1490.14,52877986.45,52879476.59,127,379,3342,2384.22,portfolioqaoa -5963,SUCCESS,2,1,22710.61,52879476.59,52902187.2,127,10323,1870,36336.98,twolocalrandom -5964,SUCCESS,2,1,222.4,52902187.2,52902409.6,127,77,2455,355.84,ghz -5965,SUCCESS,2,1,2781.29,52902409.6,52905190.89,127,581,4069,4450.06,ghz -5966,SUCCESS,2,1,847.78,52905190.89,52906038.67,127,444,1623,1356.45,dj -5969,SUCCESS,2,1,2166.57,52906038.67,52908205.24,127,780,2361,3466.51,qpeinexact -5970,SUCCESS,2,1,6613.28,52908205.24,52914818.52,127,1627,3455,10581.25,twolocalrandom -5973,SUCCESS,2,1,228.22,52914818.52,52915046.74,127,106,1830,365.15,groundstate -5974,SUCCESS,2,1,279.27,52915046.74,52915326.01,127,64,3709,446.83,graphstate -5976,SUCCESS,2,1,7007.47,52915326.01,52922333.48,127,1655,3599,11211.95,qft -5977,SUCCESS,2,1,7778.76,52922333.48,52930112.24,127,2822,2343,12446.02,qwalk-v-chain -5978,SUCCESS,2,1,21308.87,52930112.24,52951421.11,127,6276,2886,34094.19,realamprandom -5979,SUCCESS,2,1,116.6,52951421.11,52951537.71,127,32,3097,186.56,ghz -5980,SUCCESS,2,1,31357.55,52951537.71,52982895.26,127,6796,3922,50172.08,ae -5981,SUCCESS,2,1,1655.73,52982895.26,52984550.99,127,397,3545,2649.17,groundstate -5982,SUCCESS,2,1,598.61,52984550.99,52985149.6,127,196,2596,957.78,ghz -5983,SUCCESS,2,1,45,52985149.6,52985194.6,127,26,1471,72,ghz -5984,SUCCESS,2,1,15613.42,52985194.6,53000808.02,127,5475,2424,24981.47,ae -5985,SUCCESS,2,1,1827.23,53000808.02,53002635.25,127,623,2493,2923.57,qft -5986,SUCCESS,2,1,259.88,53002635.25,53002895.13,127,208,1062,415.81,qpeinexact -5987,SUCCESS,2,1,635.95,53002895.13,53003531.08,127,313,1727,1017.52,wstate -5988,SUCCESS,2,1,268.96,53003531.08,53003800.04,127,64,3572,430.34,dj -5989,SUCCESS,2,1,17089.2,53003800.04,53020889.24,127,5151,2820,27342.72,qpeexact -5990,SUCCESS,2,1,25839.34,53020889.24,53046728.58,127,11246,1953,41342.94,su2random -5991,SUCCESS,2,1,6224.19,53046728.58,53052952.77,127,3168,1670,9958.7,qpeinexact -5992,SUCCESS,2,1,687.08,53052952.77,53053639.85,127,270,2163,1099.33,graphstate -5993,SUCCESS,2,1,5048.81,53053639.85,53058688.66,127,1443,2974,8078.1,twolocalrandom -5994,SUCCESS,2,1,355.59,53058688.66,53059044.25,127,89,3396,568.94,graphstate -5996,SUCCESS,2,1,291.44,53059044.25,53059335.69,127,84,2949,466.3,graphstate -5997,SUCCESS,2,1,10348.78,53059335.69,53069684.47,127,6054,1453,16558.05,qft -5999,SUCCESS,2,1,62.79,53069684.47,53069747.26,127,14,3812,100.46,ghz -6000,SUCCESS,2,1,45.06,53069747.26,53069792.32,127,25,1532,72.1,graphstate -6001,SUCCESS,2,1,91.15,53069792.32,53069883.47,127,48,1614,145.84,ghz -6002,SUCCESS,2,1,40702.22,53069883.47,53110585.69,127,21006,1647,65123.55,twolocalrandom -6003,SUCCESS,2,1,7042.56,53110585.69,53117628.25,127,1572,3808,11268.1,twolocalrandom -6004,SUCCESS,2,1,17111.86,53117628.25,53134740.11,127,7346,1980,27378.98,ae -6006,SUCCESS,2,1,7405.14,53134740.11,53142145.25,127,2852,2207,11848.22,su2random -6008,SUCCESS,2,1,1183.42,53142145.25,53143328.67,127,553,1819,1893.47,portfolioqaoa -6010,SUCCESS,2,1,22080.96,53143328.67,53165409.63,127,6732,2788,35329.54,ae -6012,SUCCESS,2,1,48219.79,53165409.63,53213629.42,127,11015,3721,77151.66,qnn -6013,SUCCESS,2,1,38522.92,53213629.42,53252152.34,127,10966,2986,61636.67,qnn -6014,SUCCESS,2,1,2862.22,53252152.34,53255014.56,127,981,2480,4579.55,qpeexact -6015,SUCCESS,2,1,18288.6,53255014.56,53273303.16,127,4335,3586,29261.76,twolocalrandom -6016,SUCCESS,2,1,1218.08,53273303.16,53274521.24,127,391,2648,1948.93,portfolioqaoa -6017,SUCCESS,2,1,953.83,53274521.24,53275475.07,127,235,3450,1526.13,dj -6018,SUCCESS,2,1,215.56,53275475.07,53275690.63,127,81,2262,344.9,graphstate -6020,SUCCESS,2,1,411.38,53275690.63,53276102.01,127,198,1766,658.21,qpeinexact -6022,SUCCESS,2,1,2428.86,53276102.01,53278530.87,127,729,2832,3886.18,dj -6023,SUCCESS,2,1,3773.23,53278530.87,53282304.1,127,2360,1359,6037.17,twolocalrandom -6024,SUCCESS,2,1,471.69,53282304.1,53282775.79,127,111,3612,754.7,dj -6025,SUCCESS,2,1,468.05,53282775.79,53283243.84,127,387,1028,748.88,ghz -6026,SUCCESS,2,1,12229.42,53283243.84,53295473.26,127,5775,1800,19567.07,qpeinexact -6027,SUCCESS,2,1,5489.21,53295473.26,53300962.47,127,1509,3092,8782.74,qft -6028,SUCCESS,2,1,14809.99,53300962.47,53315772.46,127,6643,1895,23695.98,qpeexact -6029,SUCCESS,2,1,15190,53315772.46,53330962.46,127,8266,1562,24304,realamprandom -6030,SUCCESS,2,1,581.65,53330962.46,53331544.11,127,200,2472,930.64,graphstate -6031,SUCCESS,2,1,632.26,53331544.11,53332176.37,127,318,1690,1011.62,qpeexact -6032,SUCCESS,2,1,1166.52,53332176.37,53333342.89,127,273,3632,1866.43,portfoliovqe -6033,SUCCESS,2,1,1517.05,53333342.89,53334859.94,127,361,3572,2427.28,wstate -6035,SUCCESS,2,1,3818.39,53334859.94,53338678.33,127,926,3505,6109.42,qnn -6036,SUCCESS,2,1,100858.1,53338678.33,53439536.43,127,53182,1612,161372.96,random -6040,SUCCESS,2,1,36904.71,53439536.43,53476441.14,127,8255,3800,59047.54,ae -6041,SUCCESS,2,1,147.32,53476441.14,53476588.46,127,56,2236,235.71,graphstate -6042,SUCCESS,2,1,6488.88,53476588.46,53483077.34,127,5228,1055,10382.21,qft -6043,SUCCESS,2,1,280.71,53483077.34,53483358.05,127,182,1311,449.14,qpeexact -6044,SUCCESS,2,1,1171.34,53483358.05,53484529.39,127,266,3743,1874.14,qft -6046,SUCCESS,2,1,4908.85,53484529.39,53489438.24,127,2398,1740,7854.16,qnn -6047,SUCCESS,2,1,4363.97,53489438.24,53493802.21,127,2404,1543,6982.35,twolocalrandom -6048,SUCCESS,2,1,1333.91,53493802.21,53495136.12,127,478,2372,2134.26,dj -6050,SUCCESS,2,1,20348.76,53495136.12,53515484.88,127,7295,2371,32558.02,twolocalrandom -6052,SUCCESS,2,1,957.59,53515484.88,53516442.47,127,329,2474,1532.14,portfoliovqe -6053,SUCCESS,2,1,57830.36,53516442.47,53574272.83,127,13937,3527,92528.58,su2random -6054,SUCCESS,2,1,946.37,53574272.83,53575219.2,127,484,1662,1514.19,ghz -6055,SUCCESS,2,1,6219.41,53575219.2,53581438.61,127,4011,1318,9951.06,qpeinexact -6056,SUCCESS,2,1,3677.37,53581438.61,53585115.98,127,1628,1920,5883.79,su2random -6057,SUCCESS,2,1,127.44,53585115.98,53585243.42,127,36,3009,203.9,graphstate -6058,SUCCESS,2,1,20650.27,53585243.42,53605893.69,127,8451,2077,33040.43,ae -6059,SUCCESS,2,1,6642.31,53605893.69,53612536,127,1478,3820,10627.7,ae -6060,SUCCESS,2,1,5356.06,53612536,53617892.06,127,1359,3350,8569.7,qpeexact -6061,SUCCESS,2,1,2422.22,53617892.06,53620314.28,127,658,3129,3875.55,su2random -6062,SUCCESS,2,1,1688.93,53620314.28,53622003.21,127,398,3607,2702.29,dj -6063,SUCCESS,2,1,7730.03,53622003.21,53629733.24,127,2398,2740,12368.05,qftentangled -6064,SUCCESS,2,1,25243.38,53629733.24,53654976.62,127,6322,3394,40389.41,qpeexact -6065,SUCCESS,2,1,1242.03,53654976.62,53656218.65,127,659,1602,1987.25,twolocalrandom -6066,SUCCESS,2,1,412.85,53656218.65,53656631.5,127,248,1415,660.56,su2random -6067,SUCCESS,2,1,160.73,53656631.5,53656792.23,127,82,1666,257.17,graphstate -6068,SUCCESS,2,1,9786.44,53656792.23,53666578.67,127,2749,3026,15658.3,qpeexact -6069,SUCCESS,2,1,4941.69,53666578.67,53671520.36,127,1108,3791,7906.7,wstate -6070,SUCCESS,2,1,23248.52,53671520.36,53694768.88,127,5386,3669,37197.63,ae -6071,SUCCESS,2,1,116.53,53694768.88,53694885.41,127,44,2251,186.45,graphstate -6072,SUCCESS,2,1,20319.74,53694885.41,53715205.15,127,7254,2381,32511.58,qft -6073,SUCCESS,2,1,7361.9,53715205.15,53722567.05,127,1706,3668,11779.04,qnn -6075,SUCCESS,2,1,651.2,53722567.05,53723218.25,127,207,2674,1041.92,dj -6076,SUCCESS,2,1,115.27,53723218.25,53723333.52,127,28,3499,184.43,graphstate -6078,SUCCESS,2,1,6978.56,53723333.52,53730312.08,127,1972,3008,11165.7,qpeinexact -6079,SUCCESS,2,1,96838.88,53730312.08,53827150.96,127,26206,3141,154942.21,random -6080,SUCCESS,2,1,960.93,53827150.96,53828111.89,127,217,3764,1537.49,graphstate -6081,SUCCESS,2,1,6698.33,53828111.89,53834810.22,127,1410,4038,10717.33,qft -6083,SUCCESS,2,1,1000.27,53834810.22,53835810.49,127,479,1775,1600.43,qnn -6084,SUCCESS,2,1,1472.83,53835810.49,53837283.32,127,631,1984,2356.53,qftentangled -6086,SUCCESS,2,1,67.05,53837283.32,53837350.37,127,33,1727,107.28,ghz -6090,SUCCESS,2,1,502.57,53837350.37,53837852.94,127,265,1612,804.11,graphstate -6091,SUCCESS,2,1,3854.18,53837852.94,53841707.12,127,1004,3263,6166.69,wstate -6092,SUCCESS,2,1,151.52,53841707.12,53841858.64,127,53,2430,242.43,wstate -6093,SUCCESS,2,1,16334.66,53841858.64,53858193.3,127,4705,2951,26135.46,qpeexact -6094,SUCCESS,2,1,1623.81,53858193.3,53859817.11,127,572,2413,2598.1,dj -6095,SUCCESS,2,1,2817.93,53859817.11,53862635.04,127,1327,1805,4508.69,qpeexact -6096,SUCCESS,2,1,51111.09,53862635.04,53913746.13,127,24109,1802,81777.74,random -6097,SUCCESS,2,1,9823.86,53913746.13,53923569.99,127,2222,3758,15718.18,qnn -6098,SUCCESS,2,1,1210.08,53923569.99,53924780.07,127,920,1118,1936.13,twolocalrandom -6099,SUCCESS,2,1,772.36,53924780.07,53925552.43,127,462,1421,1235.78,su2random -6100,SUCCESS,2,1,651.1,53925552.43,53926203.53,127,173,3199,1041.76,dj -6103,SUCCESS,2,1,18381.58,53926203.53,53944585.11,127,4459,3504,29410.53,ae -6104,SUCCESS,2,1,332.09,53944585.11,53944917.2,127,238,1186,531.34,su2random -6106,SUCCESS,2,1,34573.17,53944917.2,53979490.37,127,10828,2714,55317.07,realamprandom -6107,SUCCESS,2,1,630,53979490.37,53980120.37,127,357,1500,1008,wstate -6108,SUCCESS,2,1,1804.75,53980120.37,53981925.12,127,1072,1431,2887.6,wstate -6109,SUCCESS,2,1,27643.26,53981925.12,54009568.38,127,10944,2147,44229.22,random -6111,SUCCESS,2,1,4621.13,54009568.38,54014189.51,127,1354,2901,7393.81,qftentangled -6112,SUCCESS,2,1,13588.88,54014189.51,54027778.39,127,9330,1238,21742.21,random -6114,SUCCESS,2,1,23123.94,54027778.39,54050902.33,127,13165,1493,36998.3,random -6115,SUCCESS,2,1,984.44,54050902.33,54051886.77,127,687,1218,1575.1,ae -6116,SUCCESS,2,1,1681.44,54051886.77,54053568.21,127,527,2712,2690.3,dj -6117,SUCCESS,2,1,2392,54053568.21,54055960.21,127,844,2409,3827.2,ae -6118,SUCCESS,2,1,1056.19,54055960.21,54057016.4,127,724,1240,1689.9,dj -6121,SUCCESS,2,1,200.62,54057016.4,54057217.02,127,87,1960,320.99,ghz -6122,SUCCESS,2,1,4311.58,54057217.02,54061528.6,127,1339,2737,6898.53,wstate -6123,SUCCESS,2,1,983.65,54061528.6,54062512.25,127,256,3266,1573.84,dj -6126,SUCCESS,2,1,3048.53,54062512.25,54065560.78,127,1382,1875,4877.65,qpeexact -6129,SUCCESS,2,1,5314.45,54065560.78,54070875.23,127,1555,2905,8503.12,twolocalrandom -6132,SUCCESS,2,1,200.12,54070875.23,54071075.35,127,81,2100,320.19,ghz -6133,SUCCESS,2,1,7550.63,54071075.35,54078625.98,127,2071,3099,12081.01,realamprandom -6134,SUCCESS,2,1,8308.08,54078625.98,54086934.06,127,4196,1683,13292.93,qpeexact -6135,SUCCESS,2,1,5489.56,54086934.06,54092423.62,127,1420,3286,8783.3,qpeinexact -6137,SUCCESS,2,1,11326.98,54092423.62,54103750.6,127,3129,3077,18123.17,twolocalrandom -6138,SUCCESS,2,1,254.12,54103750.6,54104004.72,127,72,3000,406.59,graphstate -6139,SUCCESS,2,1,23900.49,54104004.72,54127905.21,127,12948,1569,38240.78,su2random -6140,SUCCESS,2,1,184.55,54127905.21,54128089.76,127,124,1265,295.28,graphstate -6142,SUCCESS,2,1,2775.62,54128089.76,54130865.38,127,1182,1996,4440.99,ae -6143,SUCCESS,2,1,723.79,54130865.38,54131589.17,127,277,2221,1158.06,graphstate -6144,SUCCESS,2,1,867.2,54131589.17,54132456.37,127,471,1565,1387.52,ae -6145,SUCCESS,2,1,5994.23,54132456.37,54138450.6,127,4533,1124,9590.77,qpeinexact -6146,SUCCESS,2,1,66.3,54138450.6,54138516.9,127,50,1127,106.08,graphstate -6147,SUCCESS,2,1,17772.44,54138516.9,54156289.34,127,6876,2197,28435.9,qpeexact -6148,SUCCESS,2,1,8841.68,54156289.34,54165131.02,127,2993,2511,14146.69,qpeinexact -6149,SUCCESS,2,1,2892.78,54165131.02,54168023.8,127,1149,2140,4628.45,realamprandom -6150,SUCCESS,2,1,13090.74,54168023.8,54181114.54,127,5019,2217,20945.18,ae -6151,SUCCESS,2,1,787.96,54181114.54,54181902.5,127,182,3680,1260.74,graphstate -6153,SUCCESS,2,1,268.66,54181902.5,54182171.16,127,220,1038,429.86,dj -6154,SUCCESS,2,1,53047.68,54182171.16,54235218.84,127,15223,2962,84876.29,su2random -6155,SUCCESS,2,1,3170.27,54235218.84,54238389.11,127,849,3174,5072.43,dj -6156,SUCCESS,2,1,40636.63,54238389.11,54279025.74,127,8571,4030,65018.61,random -6158,SUCCESS,2,1,12284.85,54279025.74,54291310.59,127,5590,1868,19655.76,qnn -6159,SUCCESS,2,1,34350.2,54291310.59,54325660.79,127,8505,3433,54960.32,qpeinexact -6160,SUCCESS,2,1,542.56,54325660.79,54326203.35,127,296,1558,868.1,su2random -6161,SUCCESS,2,1,10225.01,54326203.35,54336428.36,127,4309,2017,16360.02,qnn -6162,SUCCESS,2,1,15916.67,54336428.36,54352345.03,127,5416,2498,25466.67,ae -6163,SUCCESS,2,1,444.02,54352345.03,54352789.05,127,110,3431,710.43,graphstate -6164,SUCCESS,2,1,120.43,54352789.05,54352909.48,127,61,1678,192.69,wstate -6165,SUCCESS,2,1,177.74,54352909.48,54353087.22,127,126,1199,284.38,graphstate -6166,SUCCESS,2,1,23241.71,54353087.22,54376328.93,127,5526,3575,37186.74,qft -6167,SUCCESS,2,1,621.82,54376328.93,54376950.75,127,276,1915,994.91,ghz -6170,SUCCESS,2,1,4154.9,54376950.75,54381105.65,127,3261,1083,6647.84,qft -6171,SUCCESS,2,1,7457.52,54381105.65,54388563.17,127,1932,3281,11932.03,realamprandom -6172,SUCCESS,2,1,501.3,54388563.17,54389064.47,127,141,3022,802.08,wstate -6173,SUCCESS,2,1,950.62,54389064.47,54390015.09,127,411,1966,1520.99,portfolioqaoa -6174,SUCCESS,2,1,18829.24,54390015.09,54408844.33,127,6799,2354,30126.78,qpeexact -6175,SUCCESS,2,1,37.97,54408844.33,54408882.3,127,23,1403,60.75,ghz -6176,SUCCESS,2,1,35561.71,54408882.3,54444444.01,127,7396,4087,56898.74,twolocalrandom -6177,SUCCESS,2,1,110.93,54444444.01,54444554.94,127,36,2619,177.49,dj -6179,SUCCESS,2,1,156467.56,54444554.94,54601022.5,127,37687,3529,250348.1,random -6180,SUCCESS,2,1,666.34,54601022.5,54601688.84,127,305,1857,1066.14,wstate -6181,SUCCESS,2,1,1574.18,54601688.84,54603263.02,127,404,3312,2518.69,qpeinexact -6182,SUCCESS,2,1,8972.89,54603263.02,54612235.91,127,2137,3569,14356.62,qft -6183,SUCCESS,2,1,671.26,54612235.91,54612907.17,127,209,2730,1074.02,wstate -6184,SUCCESS,2,1,23346.23,54612907.17,54636253.4,127,4976,3988,37353.97,ae -6185,SUCCESS,2,1,47983.98,54636253.4,54684237.38,127,11754,3470,76774.37,realamprandom -6186,SUCCESS,2,1,5083.23,54684237.38,54689320.61,127,1447,2986,8133.17,qpeinexact -6188,SUCCESS,2,1,315.39,54689320.61,54689636,127,80,3351,504.62,graphstate -6189,SUCCESS,2,1,1754.87,54689636,54691390.87,127,793,1881,2807.79,su2random -6191,SUCCESS,2,1,23347.4,54691390.87,54714738.27,127,10916,1818,37355.84,twolocalrandom -6194,SUCCESS,2,1,487.62,54714738.27,54715225.89,127,103,4024,780.19,graphstate -6196,SUCCESS,2,1,15538.88,54715225.89,54730764.77,127,3332,3964,24862.21,random -6197,SUCCESS,2,1,467.08,54730764.77,54731231.85,127,308,1289,747.33,ghz -6198,SUCCESS,2,1,2326.28,54731231.85,54733558.13,127,773,2558,3722.05,qpeinexact -6199,SUCCESS,2,1,4834.22,54733558.13,54738392.35,127,1597,2573,7734.75,random -6201,SUCCESS,2,1,6559.17,54738392.35,54744951.52,127,1427,3907,10494.67,qpeinexact -6202,SUCCESS,2,1,4437.84,54744951.52,54749389.36,127,2244,1681,7100.54,qft -6203,SUCCESS,2,1,2553.25,54749389.36,54751942.61,127,968,2242,4085.2,qnn -6204,SUCCESS,2,1,1809.38,54751942.61,54753751.99,127,495,3107,2895.01,random -6206,SUCCESS,2,1,19844.32,54753751.99,54773596.31,127,5258,3208,31750.91,qft -6207,SUCCESS,2,1,9016.37,54773596.31,54782612.68,127,7355,1042,14426.19,qpeinexact -6209,SUCCESS,2,1,7630.95,54782612.68,54790243.63,127,1838,3529,12209.52,qpeinexact -6210,SUCCESS,2,1,2757.8,54790243.63,54793001.43,127,987,2375,4412.48,wstate -6211,SUCCESS,2,1,50069.8,54793001.43,54843071.23,127,14422,2951,80111.68,twolocalrandom -6212,SUCCESS,2,1,466.02,54843071.23,54843537.25,127,143,2770,745.63,dj -6213,SUCCESS,2,1,21072.94,54843537.25,54864610.19,127,5476,3271,33716.7,qpeexact -6214,SUCCESS,2,1,2989.12,54864610.19,54867599.31,127,1043,2436,4782.59,qnn -6215,SUCCESS,2,1,639.15,54867599.31,54868238.46,127,398,1365,1022.64,dj -6217,SUCCESS,2,1,6340.69,54868238.46,54874579.15,127,1405,3836,10145.1,realamprandom -6218,SUCCESS,2,1,18366.92,54874579.15,54892946.07,127,7106,2197,29387.07,twolocalrandom -6219,SUCCESS,2,1,30362.32,54892946.07,54923308.39,127,14188,1819,48579.71,twolocalrandom -6220,SUCCESS,2,1,26852.26,54923308.39,54950160.65,127,5910,3862,42963.62,qwalk-v-chain -6221,SUCCESS,2,1,2195.85,54950160.65,54952356.5,127,855,2183,3513.36,twolocalrandom -6222,SUCCESS,2,1,4583.54,54952356.5,54956940.04,127,2956,1318,7333.66,qftentangled -6223,SUCCESS,2,1,120.39,54956940.04,54957060.43,127,27,3790,192.62,graphstate -6224,SUCCESS,2,1,1307.11,54957060.43,54958367.54,127,448,2480,2091.38,graphstate -6225,SUCCESS,2,1,805.88,54958367.54,54959173.42,127,352,1946,1289.41,graphstate -6226,SUCCESS,2,1,3142.72,54959173.42,54962316.14,127,741,3605,5028.35,dj -6227,SUCCESS,2,1,798.82,54962316.14,54963114.96,127,447,1519,1278.11,graphstate -6228,SUCCESS,2,1,31070.94,54963114.96,54994185.9,127,7371,3583,49713.5,realamprandom -6230,SUCCESS,2,1,496.55,54994185.9,54994682.45,127,269,1569,794.48,dj -6231,SUCCESS,2,1,1849.22,54994682.45,54996531.67,127,565,2782,2958.75,dj -6233,SUCCESS,2,1,2266.16,54996531.67,54998797.83,127,649,2968,3625.86,twolocalrandom -6236,SUCCESS,2,1,9683.73,54998797.83,55008481.56,127,2923,2816,15493.97,qpeexact -6238,SUCCESS,2,1,9509.17,55008481.56,55017990.73,127,7491,1079,15214.67,qpeexact -6239,SUCCESS,2,1,2174.39,55017990.73,55020165.12,127,564,3277,3479.02,qft -6242,SUCCESS,2,1,2286.98,55020165.12,55022452.1,127,696,2793,3659.17,wstate -6243,SUCCESS,2,1,4601.28,55022452.1,55027053.38,127,1073,3645,7362.05,ghz -6244,SUCCESS,2,1,3258.21,55027053.38,55030311.59,127,2681,1033,5213.14,qpeinexact -6245,SUCCESS,2,1,1165.41,55030311.59,55031477,127,301,3291,1864.66,ghz -6247,SUCCESS,2,1,11745.4,55031477,55043222.4,127,5356,1864,18792.64,su2random -6249,SUCCESS,2,1,7270.88,55043222.4,55050493.28,127,1972,3134,11633.41,qpeexact -6252,SUCCESS,2,1,4027.16,55050493.28,55054520.44,127,1781,1922,6443.46,qft -6253,SUCCESS,2,1,1064.48,55054520.44,55055584.92,127,602,1503,1703.17,dj -6254,SUCCESS,2,1,2909.31,55055584.92,55058494.23,127,653,3787,4654.9,qpeexact -6255,SUCCESS,2,1,1598.51,55058494.23,55060092.74,127,930,1461,2557.62,wstate -6256,SUCCESS,2,1,403.37,55060092.74,55060496.11,127,144,2381,645.39,dj -6258,SUCCESS,2,1,20534.33,55060496.11,55081030.44,127,6283,2778,32854.93,qnn -6259,SUCCESS,2,1,4802.43,55081030.44,55085832.87,127,1882,2169,7683.89,random -6260,SUCCESS,2,1,9291,55085832.87,55095123.87,127,5542,1425,14865.6,realamprandom -6263,SUCCESS,2,1,271.2,55095123.87,55095395.07,127,124,1859,433.92,qpeexact -6264,SUCCESS,2,1,1296.38,55095395.07,55096691.45,127,423,2605,2074.21,dj -6265,SUCCESS,2,1,56.58,55096691.45,55096748.03,127,15,3206,90.53,ghz -6267,SUCCESS,2,1,775.23,55096748.03,55097523.26,127,286,2304,1240.37,dj -6268,SUCCESS,2,1,2193.28,55097523.26,55099716.54,127,826,2257,3509.25,qftentangled -6269,SUCCESS,2,1,139.06,55099716.54,55099855.6,127,40,2955,222.5,graphstate -6270,SUCCESS,2,1,1811.81,55099855.6,55101667.41,127,446,3453,2898.9,ghz -6271,SUCCESS,2,1,3290.87,55101667.41,55104958.28,127,851,3287,5265.39,wstate -6274,SUCCESS,2,1,11002.37,55104958.28,55115960.65,127,4494,2081,17603.79,ae -6276,SUCCESS,2,1,691.51,55115960.65,55116652.16,127,326,1803,1106.42,groundstate -6277,SUCCESS,2,1,4099.23,55116652.16,55120751.39,127,1023,3406,6558.77,qft -6280,SUCCESS,2,1,1332.75,55120751.39,55122084.14,127,369,3070,2132.4,qft -6281,SUCCESS,2,1,2101.13,55122084.14,55124185.27,127,492,3630,3361.81,qpeinexact -6282,SUCCESS,2,1,382.55,55124185.27,55124567.82,127,88,3695,612.08,ghz -6283,SUCCESS,2,1,1003.62,55124567.82,55125571.44,127,592,1441,1605.79,qpeexact -6287,SUCCESS,2,1,13018.24,55125571.44,55138589.68,127,3494,3167,20829.18,ae -6288,SUCCESS,2,1,3282.64,55138589.68,55141872.32,127,1258,2218,5252.22,qpeinexact -6289,SUCCESS,2,1,558.07,55141872.32,55142430.39,127,171,2774,892.91,dj -6291,SUCCESS,2,1,182.22,55142430.39,55142612.61,127,61,2539,291.55,graphstate -6292,SUCCESS,2,1,222.48,55142612.61,55142835.09,127,122,1550,355.97,ghz -6293,SUCCESS,2,1,22753.06,55142835.09,55165588.15,127,6525,2964,36404.9,qft -6294,SUCCESS,2,1,15802.01,55165588.15,55181390.16,127,5174,2596,25283.22,qpeinexact -6296,SUCCESS,2,1,10565.28,55181390.16,55191955.44,127,7337,1224,16904.45,random -6297,SUCCESS,2,1,870.8,55191955.44,55192826.24,127,311,2380,1393.28,graphstate -6299,SUCCESS,2,1,865.88,55192826.24,55193692.12,127,197,3736,1385.41,wstate -6300,SUCCESS,2,1,713.98,55193692.12,55194406.1,127,491,1236,1142.37,groundstate -6301,SUCCESS,2,1,391.57,55194406.1,55194797.67,127,96,3467,626.51,graphstate -6302,SUCCESS,2,1,21366.01,55194797.67,55216163.68,127,5284,3437,34185.62,qpeinexact -6303,SUCCESS,2,1,1940.37,55216163.68,55218104.05,127,1184,1393,3104.59,qpeinexact -6304,SUCCESS,2,1,1125.41,55218104.05,55219229.46,127,252,3796,1800.66,dj -6306,SUCCESS,2,1,2761.51,55219229.46,55221990.97,127,962,2440,4418.42,qftentangled -6309,SUCCESS,2,1,22450.37,55221990.97,55244441.34,127,4954,3852,35920.59,su2random -6310,SUCCESS,2,1,752.21,55244441.34,55245193.55,127,241,2653,1203.54,wstate -6311,SUCCESS,2,1,6169.98,55245193.55,55251363.53,127,3035,1728,9871.97,qnn -6312,SUCCESS,2,1,2138.41,55251363.53,55253501.94,127,594,3060,3421.46,qnn -6313,SUCCESS,2,1,579.55,55253501.94,55254081.49,127,123,4005,927.28,dj -6314,SUCCESS,2,1,5218.38,55254081.49,55259299.87,127,2506,1770,8349.41,qft -6315,SUCCESS,2,1,1257.18,55259299.87,55260557.05,127,822,1300,2011.49,ae -6316,SUCCESS,2,1,21684.56,55260557.05,55282241.61,127,9625,1915,34695.3,su2random -6317,SUCCESS,2,1,1078.8,55282241.61,55283320.41,127,337,2721,1726.08,qftentangled -6318,SUCCESS,2,1,34734.53,55283320.41,55318054.94,127,7450,3963,55575.25,su2random -6320,SUCCESS,2,1,16107.89,55318054.94,55334162.83,127,6982,1961,25772.62,qpeinexact -6321,SUCCESS,2,1,2135.95,55334162.83,55336298.78,127,591,3072,3417.52,twolocalrandom -6323,SUCCESS,2,1,2250.38,55336298.78,55338549.16,127,1018,1879,3600.61,ae -6324,SUCCESS,2,1,228.26,55338549.16,55338777.42,127,89,2180,365.22,ghz -6326,SUCCESS,2,1,5399.82,55338777.42,55344177.24,127,4242,1082,8639.71,su2random -6327,SUCCESS,2,1,14470.6,55344177.24,55358647.84,127,5596,2198,23152.96,random -6328,SUCCESS,2,1,356.79,55358647.84,55359004.63,127,108,2808,570.86,graphstate -6329,SUCCESS,2,1,35569.5,55359004.63,55394574.13,127,9775,3093,56911.2,twolocalrandom -6330,SUCCESS,2,1,5708.12,55394574.13,55400282.25,127,1288,3767,9132.99,qft -6331,SUCCESS,2,1,11419.72,55400282.25,55411701.97,127,3903,2487,18271.55,qpeinexact -6332,SUCCESS,2,1,8076.85,55411701.97,55419778.82,127,5201,1320,12922.96,qpeinexact -6333,SUCCESS,2,1,12137.19,55419778.82,55431916.01,127,2902,3555,19419.5,ae -6335,SUCCESS,2,1,489.88,55431916.01,55432405.89,127,164,2539,783.81,graphstate -6336,SUCCESS,2,1,4270.29,55432405.89,55436676.18,127,976,3719,6832.46,portfoliovqe -6337,SUCCESS,2,1,180.95,55436676.18,55436857.13,127,50,3076,289.52,graphstate -6338,SUCCESS,2,1,8835.74,55436857.13,55445692.87,127,5804,1294,14137.18,qftentangled -6339,SUCCESS,2,1,3585.48,55445692.87,55449278.35,127,1517,2009,5736.77,qpeexact -6340,SUCCESS,2,1,34850.89,55449278.35,55484129.24,127,10293,2878,55761.42,qpeexact -6342,SUCCESS,2,1,352.2,55484129.24,55484481.44,127,261,1147,563.52,wstate -6343,SUCCESS,2,1,8524.15,55484481.44,55493005.59,127,3107,2332,13638.64,qftentangled -6344,SUCCESS,2,1,2242.47,55493005.59,55495248.06,127,972,1961,3587.95,wstate -6345,SUCCESS,2,1,18895.67,55495248.06,55514143.73,127,12049,1333,30233.07,twolocalrandom -6348,SUCCESS,2,1,48350.33,55514143.73,55562494.06,127,11030,3726,77360.53,ae -6349,SUCCESS,2,1,382.31,55562494.06,55562876.37,127,91,3571,611.7,dj -6350,SUCCESS,2,1,4047.65,55562876.37,55566924.02,127,939,3664,6476.24,su2random -6352,SUCCESS,2,1,15356.75,55566924.02,55582280.77,127,6427,2031,24570.8,qft -6353,SUCCESS,2,1,498.2,55582280.77,55582778.97,127,183,2314,797.12,twolocalrandom -6354,SUCCESS,2,1,1391.31,55582778.97,55584170.28,127,556,2127,2226.1,qft -6355,SUCCESS,2,1,214.85,55584170.28,55584385.13,127,82,2227,343.76,graphstate -6356,SUCCESS,2,1,963.73,55584385.13,55585348.86,127,212,3864,1541.97,graphstate -6358,SUCCESS,2,1,230.21,55585348.86,55585579.07,127,63,3106,368.34,graphstate -6362,SUCCESS,2,1,11081.16,55585579.07,55596660.23,127,5370,1754,17729.86,twolocalrandom -6363,SUCCESS,2,1,497.09,55596660.23,55597157.32,127,283,1493,795.34,realamprandom -6364,SUCCESS,2,1,9211.77,55597157.32,55606369.09,127,6525,1200,14738.83,qwalk-noancilla -6365,SUCCESS,2,1,5351.45,55606369.09,55611720.54,127,2309,1970,8562.32,twolocalrandom -6366,SUCCESS,2,1,28066.28,55611720.54,55639786.82,127,8409,2837,44906.05,twolocalrandom -6367,SUCCESS,2,1,2493.76,55639786.82,55642280.58,127,563,3765,3990.02,ghz -6368,SUCCESS,2,1,1171.04,55642280.58,55643451.62,127,932,1068,1873.66,qftentangled -6369,SUCCESS,2,1,49.49,55643451.62,55643501.11,127,21,2003,79.18,ghz -6370,SUCCESS,2,1,289.95,55643501.11,55643791.06,127,168,1467,463.92,dj -6373,SUCCESS,2,1,18500.83,55643791.06,55662291.89,127,8650,1818,29601.33,qftentangled -6374,SUCCESS,2,1,12486.71,55662291.89,55674778.6,127,3464,3064,19978.74,random -6376,SUCCESS,2,1,1377.33,55674778.6,55676155.93,127,361,3243,2203.73,twolocalrandom -6377,SUCCESS,2,1,1660.39,55676155.93,55677816.32,127,414,3409,2656.62,qftentangled -6378,SUCCESS,2,1,736.27,55677816.32,55678552.59,127,159,3936,1178.03,qpeexact -6381,SUCCESS,2,1,4066.08,55678552.59,55682618.67,127,1462,2364,6505.73,wstate -6382,SUCCESS,2,1,174.85,55682618.67,55682793.52,127,49,3033,279.76,wstate -6383,SUCCESS,2,1,10664.57,55682793.52,55693458.09,127,3282,2762,17063.31,qnn -6384,SUCCESS,2,1,4175.04,55693458.09,55697633.13,127,1078,3292,6680.06,twolocalrandom -6385,SUCCESS,2,1,1375.15,55697633.13,55699008.28,127,862,1356,2200.24,ghz -6387,SUCCESS,2,1,2469.61,55699008.28,55701477.89,127,899,2335,3951.38,qnn -6389,SUCCESS,2,1,32574.15,55701477.89,55734052.04,127,7294,3796,52118.64,qftentangled -6390,SUCCESS,2,1,70.53,55734052.04,55734122.57,127,55,1090,112.85,graphstate -6391,SUCCESS,2,1,4062.84,55734122.57,55738185.41,127,1753,1970,6500.54,qpeexact -6392,SUCCESS,2,1,137.32,55738185.41,55738322.73,127,34,3433,219.71,ghz -6393,SUCCESS,2,1,7278,55738322.73,55745600.73,127,2131,2903,11644.8,su2random -6395,SUCCESS,2,1,31593.1,55745600.73,55777193.83,127,9406,2855,50548.96,twolocalrandom -6396,SUCCESS,2,1,10866.16,55777193.83,55788059.99,127,2934,3148,17385.86,qnn -6398,SUCCESS,2,1,17645.63,55788059.99,55805705.62,127,5248,2858,28233.01,qnn -6399,SUCCESS,2,1,12658.4,55805705.62,55818364.02,127,3208,3354,20253.44,ae -6400,SUCCESS,2,1,3757.68,55818364.02,55822121.7,127,867,3684,6012.29,qnn -6401,SUCCESS,2,1,5056.38,55822121.7,55827178.08,127,1184,3630,8090.21,qpeexact -6402,SUCCESS,2,1,2411.2,55827178.08,55829589.28,127,1096,1870,3857.92,qftentangled -6404,SUCCESS,2,1,2792.47,55829589.28,55832381.75,127,842,2819,4467.95,ghz -6405,SUCCESS,2,1,1545.03,55832381.75,55833926.78,127,401,3275,2472.05,portfoliovqe -6406,SUCCESS,2,1,460.45,55833926.78,55834387.23,127,306,1279,736.72,graphstate -6407,SUCCESS,2,1,46360.16,55834387.23,55880747.39,127,16898,2332,74176.26,su2random -6409,SUCCESS,2,1,1860.56,55880747.39,55882607.95,127,1210,1307,2976.9,ae -6410,SUCCESS,2,1,9998.68,55882607.95,55892606.63,127,4415,1925,15997.89,qftentangled -6411,SUCCESS,2,1,36267.16,55892606.63,55928873.79,127,8151,3782,58027.46,random -6412,SUCCESS,2,1,5181.05,55928873.79,55934054.84,127,1301,3385,8289.68,wstate -6413,SUCCESS,2,1,539.79,55934054.84,55934594.63,127,141,3254,863.66,wstate -6414,SUCCESS,2,1,1900.58,55934594.63,55936495.21,127,672,2404,3040.93,qft -6415,SUCCESS,2,1,104.17,55936495.21,55936599.38,127,56,1581,166.67,ghz -6419,SUCCESS,2,1,4067.93,55936599.38,55940667.31,127,845,4092,6508.69,portfoliovqe -6420,SUCCESS,2,1,58332.43,55940667.31,55998999.74,127,19490,2544,93331.89,qwalk-noancilla -6421,SUCCESS,2,1,34768.44,55998999.74,56033768.18,127,8687,3402,55629.5,su2random -6422,SUCCESS,2,1,159.03,56033768.18,56033927.21,127,44,3072,254.45,graphstate -6423,SUCCESS,2,1,1316.94,56033927.21,56035244.15,127,297,3769,2107.1,su2random -6425,SUCCESS,2,1,35936.23,56035244.15,56071180.38,127,9694,3151,57497.97,realamprandom -6426,SUCCESS,2,1,2238.96,56071180.38,56073419.34,127,730,2607,3582.34,dj -6427,SUCCESS,2,1,91.42,56073419.34,56073510.76,127,70,1110,146.27,ghz -6428,SUCCESS,2,1,65108.14,56073510.76,56138618.9,127,14556,3802,104173.02,realamprandom -6430,SUCCESS,2,1,63476.6,56138618.9,56202095.5,127,14551,3708,101562.56,realamprandom -6431,SUCCESS,2,1,6012.01,56202095.5,56208107.51,127,1453,3517,9619.22,qpeinexact -6432,SUCCESS,2,1,19063.85,56208107.51,56227171.36,127,4797,3378,30502.16,twolocalrandom -6433,SUCCESS,2,1,5819.88,56227171.36,56232991.24,127,1899,2605,9311.81,qftentangled -6434,SUCCESS,2,1,23843.02,56232991.24,56256834.26,127,5959,3401,38148.83,qftentangled -6435,SUCCESS,2,1,2203.62,56256834.26,56259037.88,127,485,3862,3525.79,pricingcall -6436,SUCCESS,2,1,17687.15,56259037.88,56276725.03,127,7694,1954,28299.44,random -6437,SUCCESS,2,1,800.24,56276725.03,56277525.27,127,349,1949,1280.38,wstate -6439,SUCCESS,2,1,263.1,56277525.27,56277788.37,127,113,1979,420.96,graphstate -6440,SUCCESS,2,1,4583.27,56277788.37,56282371.64,127,1667,2337,7333.23,random -6441,SUCCESS,2,1,19282.78,56282371.64,56301654.42,127,4659,3518,30852.45,qft -6442,SUCCESS,2,1,44113.98,56301654.42,56345768.4,127,10964,3420,70582.37,qpeinexact -6443,SUCCESS,2,1,1255.25,56345768.4,56347023.65,127,548,1947,2008.4,twolocalrandom -6444,SUCCESS,2,1,14551.61,56347023.65,56361575.26,127,4159,2974,23282.58,qnn -6445,SUCCESS,2,1,16969,56361575.26,56378544.26,127,4901,2943,27150.4,qft -6446,SUCCESS,2,1,515.13,56378544.26,56379059.39,127,109,4017,824.21,graphstate -6447,SUCCESS,2,1,10917.19,56379059.39,56389976.58,127,7911,1173,17467.5,twolocalrandom -6448,SUCCESS,2,1,172.48,56389976.58,56390149.06,127,63,2327,275.97,ghz -6449,SUCCESS,2,1,18335.78,56390149.06,56408484.84,127,10432,1494,29337.25,su2random -6450,SUCCESS,2,1,10392.93,56408484.84,56418877.77,127,5443,1623,16628.69,qpeinexact -6453,SUCCESS,2,1,87.64,56418877.77,56418965.41,127,27,2759,140.22,vqe -6454,SUCCESS,2,1,4549.4,56418965.41,56423514.81,127,1058,3655,7279.04,twolocalrandom -6455,SUCCESS,2,1,75.99,56423514.81,56423590.8,127,26,2484,121.58,routing -6456,SUCCESS,2,1,16039.16,56423590.8,56439629.96,127,7733,1763,25662.66,qft -6457,SUCCESS,2,1,5582.1,56439629.96,56445212.06,127,4021,1180,8931.36,qftentangled -6458,SUCCESS,2,1,548.17,56445212.06,56445760.23,127,237,1966,877.07,twolocalrandom -6459,SUCCESS,2,1,1734.26,56445760.23,56447494.49,127,483,3052,2774.82,dj -6461,SUCCESS,2,1,5795.71,56447494.49,56453290.2,127,1211,4068,9273.14,twolocalrandom -6462,SUCCESS,2,1,407.45,56453290.2,56453697.65,127,114,3038,651.92,vqe -6463,SUCCESS,2,1,2151.05,56453697.65,56455848.7,127,1223,1495,3441.68,qwalk-v-chain -6464,SUCCESS,2,1,896.56,56455848.7,56456745.26,127,339,2248,1434.5,qft -6465,SUCCESS,2,1,2536.38,56456745.26,56459281.64,127,671,3213,4058.21,pricingcall -6466,SUCCESS,2,1,8247.41,56459281.64,56467529.05,127,6276,1117,13195.86,su2random -6467,SUCCESS,2,1,1925.08,56467529.05,56469454.13,127,410,3991,3080.13,dj -6468,SUCCESS,2,1,2832.29,56469454.13,56472286.42,127,711,3386,4531.66,qpeexact -6469,SUCCESS,2,1,25336.09,56472286.42,56497622.51,127,9597,2244,40537.74,realamprandom -6471,SUCCESS,2,1,3316.25,56497622.51,56500938.76,127,856,3293,5306,ghz -6472,SUCCESS,2,1,3382.16,56500938.76,56504320.92,127,1276,2253,5411.46,qpeinexact -6473,SUCCESS,2,1,1737.81,56504320.92,56506058.73,127,381,3877,2780.5,wstate -6474,SUCCESS,2,1,38069.02,56506058.73,56544127.75,127,10211,3169,60910.43,qpeexact -6475,SUCCESS,2,1,411.53,56544127.75,56544539.28,127,157,2228,658.45,wstate -6476,SUCCESS,2,1,5739.21,56544539.28,56550278.49,127,4191,1164,9182.74,qnn -6477,SUCCESS,2,1,1417.16,56550278.49,56551695.65,127,636,1894,2267.46,wstate -6479,SUCCESS,2,1,296.23,56551695.65,56551991.88,127,231,1090,473.97,qpeinexact -6481,SUCCESS,2,1,406.06,56551991.88,56552397.94,127,295,1170,649.7,ghz -6482,SUCCESS,2,1,40174.81,56552397.94,56592572.75,127,8593,3974,64279.7,ae -6483,SUCCESS,2,1,25378.2,56592572.75,56617950.95,127,5865,3678,40605.12,random -6484,SUCCESS,2,1,7810.31,56617950.95,56625761.26,127,6147,1080,12496.5,ae -6486,SUCCESS,2,1,3003.47,56625761.26,56628764.73,127,1034,2469,4805.55,wstate -6487,SUCCESS,2,1,1112.63,56628764.73,56629877.36,127,318,2974,1780.21,portfoliovqe -6488,SUCCESS,2,1,824.51,56629877.36,56630701.87,127,195,3594,1319.22,graphstate -6490,SUCCESS,2,1,195,56630701.87,56630896.87,127,85,1950,312,ghz -6492,SUCCESS,2,1,17705.93,56630896.87,56648602.8,127,5335,2821,28329.49,ae -6494,SUCCESS,2,1,234.81,56648602.8,56648837.61,127,84,2376,375.7,ghz -6495,SUCCESS,2,1,40029.35,56648837.61,56688866.96,127,19886,1711,64046.96,random -6496,SUCCESS,2,1,195.48,56688866.96,56689062.44,127,92,1806,312.77,ghz -6498,SUCCESS,2,1,1318.13,56689062.44,56690380.57,127,292,3837,2109.01,twolocalrandom -6502,SUCCESS,2,1,19833.69,56690380.57,56710214.26,127,8726,1932,31733.9,ae -6503,SUCCESS,2,1,66902.23,56710214.26,56777116.49,127,14481,3927,107043.57,realamprandom -6504,SUCCESS,2,1,22650.78,56777116.49,56799767.27,127,4846,3973,36241.25,ae -6505,SUCCESS,2,1,1188.49,56799767.27,56800955.76,127,788,1282,1901.58,wstate -6506,SUCCESS,2,1,1868.57,56800955.76,56802824.33,127,582,2729,2989.71,dj -6507,SUCCESS,2,1,153806.83,56802824.33,56956631.16,127,33975,3848,246090.93,random -6508,SUCCESS,2,1,25801.91,56956631.16,56982433.07,127,11032,1988,41283.06,su2random -6510,SUCCESS,2,1,614.27,56982433.07,56983047.34,127,269,1941,982.83,dj -6512,SUCCESS,2,1,12762.91,56983047.34,56995810.25,127,7335,1479,20420.66,qnn -6516,SUCCESS,2,1,998.86,56995810.25,56996809.11,127,396,2144,1598.18,dj -6517,SUCCESS,2,1,4399.85,56996809.11,57001208.96,127,1827,2047,7039.76,qft -6519,SUCCESS,2,1,10983.78,57001208.96,57012192.74,127,6470,1443,17574.05,qpeinexact -6520,SUCCESS,2,1,19891.38,57012192.74,57032084.12,127,4951,3415,31826.21,qft -6521,SUCCESS,2,1,2444.64,57032084.12,57034528.76,127,561,3704,3911.42,qft -6522,SUCCESS,2,1,455.34,57034528.76,57034984.1,127,227,1705,728.54,twolocalrandom -6523,SUCCESS,2,1,1868.76,57034984.1,57036852.86,127,1345,1181,2990.02,su2random -6524,SUCCESS,2,1,32399.63,57036852.86,57069252.49,127,17063,1614,51839.41,realamprandom -6525,SUCCESS,2,1,11420.69,57069252.49,57080673.18,127,3738,2597,18273.1,random -6527,SUCCESS,2,1,6961.1,57080673.18,57087634.28,127,4659,1270,11137.76,twolocalrandom -6528,SUCCESS,2,1,241.16,57087634.28,57087875.44,127,146,1404,385.86,ae -6530,SUCCESS,2,1,3712.07,57087875.44,57091587.51,127,2011,1569,5939.31,qft -6531,SUCCESS,2,1,744.48,57091587.51,57092331.99,127,175,3616,1191.17,dj -6532,SUCCESS,2,1,2481.32,57092331.99,57094813.31,127,676,3120,3970.11,dj -6533,SUCCESS,2,1,24124.56,57094813.31,57118937.87,127,5649,3630,38599.3,qft -6534,SUCCESS,2,1,278.06,57118937.87,57119215.93,127,127,1861,444.9,graphstate -6535,SUCCESS,2,1,62.86,57119215.93,57119278.79,127,48,1113,100.58,graphstate -6537,SUCCESS,2,1,11074.48,57119278.79,57130353.27,127,4913,1916,17719.17,qpeinexact -6539,SUCCESS,2,1,102793.37,57130353.27,57233146.64,127,22837,3826,164469.39,random -6541,SUCCESS,2,1,47757.89,57233146.64,57280904.53,127,18664,2175,76412.62,su2random -6542,SUCCESS,2,1,1104.97,57280904.53,57282009.5,127,302,3110,1767.95,ghz -6544,SUCCESS,2,1,4141.77,57282009.5,57286151.27,127,952,3698,6626.83,ghz -6547,SUCCESS,2,1,1287.92,57286151.27,57287439.19,127,289,3788,2060.67,qftentangled -6548,SUCCESS,2,1,16441.64,57287439.19,57303880.83,127,3770,3707,26306.62,qpeinexact -6550,SUCCESS,2,1,1896.03,57303880.83,57305776.86,127,424,3801,3033.65,dj -6553,SUCCESS,2,1,23110.2,57305776.86,57328887.06,127,5205,3774,36976.32,twolocalrandom -6555,SUCCESS,2,1,1129.37,57328887.06,57330016.43,127,898,1069,1806.99,qpeexact -6556,SUCCESS,2,1,1433.46,57330016.43,57331449.89,127,369,3302,2293.54,wstate -6557,SUCCESS,2,1,572.16,57331449.89,57332022.05,127,308,1579,915.46,graphstate -6558,SUCCESS,2,1,28281.9,57332022.05,57360303.95,127,9612,2501,45251.04,ae -6559,SUCCESS,2,1,4248.9,57360303.95,57364552.85,127,941,3838,6798.24,qpeinexact -6560,SUCCESS,2,1,735.42,57364552.85,57365288.27,127,163,3835,1176.67,realamprandom -6561,SUCCESS,2,1,32.33,57365288.27,57365320.6,127,24,1145,51.73,routing -6562,SUCCESS,2,1,3801.95,57365320.6,57369122.55,127,1023,3159,6083.12,qftentangled -6563,SUCCESS,2,1,12709.52,57369122.55,57381832.07,127,2686,4022,20335.23,qpeexact -6564,SUCCESS,2,1,1162.37,57381832.07,57382994.44,127,333,2967,1859.79,wstate -6565,SUCCESS,2,1,7930.55,57382994.44,57390924.99,127,3533,1908,12688.88,realamprandom -6566,SUCCESS,2,1,1909.29,57390924.99,57392834.28,127,482,3367,3054.86,dj -6567,SUCCESS,2,1,17331.81,57392834.28,57410166.09,127,5926,2486,27730.9,ae -6568,SUCCESS,2,1,5067.99,57410166.09,57415234.08,127,1081,3985,8108.78,ae -6569,SUCCESS,2,1,352.38,57415234.08,57415586.46,127,266,1126,563.81,ae -6570,SUCCESS,2,1,4406.88,57415586.46,57419993.34,127,919,4076,7051.01,ghz -6571,SUCCESS,2,1,2488.55,57419993.34,57422481.89,127,1413,1497,3981.68,qft -6572,SUCCESS,2,1,43868.1,57422481.89,57466349.99,127,9128,4085,70188.96,qnn -6573,SUCCESS,2,1,1067.57,57466349.99,57467417.56,127,248,3659,1708.11,graphstate -6575,SUCCESS,2,1,367.91,57467417.56,57467785.47,127,80,3909,588.66,graphstate -6576,SUCCESS,2,1,441.1,57467785.47,57468226.57,127,219,1712,705.76,dj -6577,SUCCESS,2,1,5702.72,57468226.57,57473929.29,127,2623,1848,9124.35,su2random -6578,SUCCESS,2,1,1831.32,57473929.29,57475760.61,127,474,3284,2930.11,ae -6579,SUCCESS,2,1,44994.92,57475760.61,57520755.53,127,10890,3512,71991.87,su2random -6580,SUCCESS,2,1,33119.12,57520755.53,57553874.65,127,15014,1875,52990.59,realamprandom -6582,SUCCESS,2,1,1194.27,57553874.65,57555068.92,127,367,2766,1910.83,graphstate -6583,SUCCESS,2,1,2677.69,57555068.92,57557746.61,127,812,2803,4284.3,qft -6584,SUCCESS,2,1,2839.01,57557746.61,57560585.62,127,912,2646,4542.42,su2random -6585,SUCCESS,2,1,89049.44,57560585.62,57649635.06,127,18999,3984,142479.1,random -6586,SUCCESS,2,1,1637.41,57649635.06,57651272.47,127,378,3682,2619.86,graphstate -6587,SUCCESS,2,1,339.25,57651272.47,57651611.72,127,86,3353,542.8,ghz -6589,SUCCESS,2,1,2681.98,57651611.72,57654293.7,127,738,3089,4291.17,ghz -6590,SUCCESS,2,1,152.53,57654293.7,57654446.23,127,51,2542,244.05,ghz -6594,SUCCESS,2,1,1499.44,57654446.23,57655945.67,127,413,3086,2399.1,dj -6595,SUCCESS,2,1,3957.84,57655945.67,57659903.51,127,2422,1389,6332.54,qftentangled -6597,SUCCESS,2,1,3386.55,57659903.51,57663290.06,127,1337,2153,5418.48,qnn -6598,SUCCESS,2,1,134.35,57663290.06,57663424.41,127,36,3172,214.96,dj -6599,SUCCESS,2,1,10139.12,57663424.41,57673563.53,127,7316,1178,16222.59,grover-v-chain -6600,SUCCESS,2,1,1791.84,57673563.53,57675355.37,127,473,3220,2866.94,qpeexact -6601,SUCCESS,2,1,15156.01,57675355.37,57690511.38,127,4712,2734,24249.62,qpeinexact -6603,SUCCESS,2,1,205.29,57690511.38,57690716.67,127,82,2128,328.46,graphstate -6604,SUCCESS,2,1,1706.48,57690716.67,57692423.15,127,424,3421,2730.37,groundstate -6605,SUCCESS,2,1,1462.18,57692423.15,57693885.33,127,469,2650,2339.49,qnn -6606,SUCCESS,2,1,15112.12,57693885.33,57708997.45,127,4434,2897,24179.39,qpeinexact -6607,SUCCESS,2,1,842.9,57708997.45,57709840.35,127,313,2289,1348.64,qpeexact -6610,SUCCESS,2,1,3595.77,57709840.35,57713436.12,127,1350,2264,5753.23,qftentangled -6612,SUCCESS,2,1,15365.96,57713436.12,57728802.08,127,7911,1651,24585.54,realamprandom -6613,SUCCESS,2,1,51311.44,57728802.08,57780113.52,127,16762,2602,82098.3,twolocalrandom -6614,SUCCESS,2,1,3072.34,57780113.52,57783185.86,127,2215,1179,4915.74,qftentangled -6617,SUCCESS,2,1,6693.8,57783185.86,57789879.66,127,1796,3168,10710.08,qnn -6618,SUCCESS,2,1,34236,57789879.66,57824115.66,127,7608,3825,54777.6,qftentangled -6619,SUCCESS,2,1,301.74,57824115.66,57824417.4,127,69,3717,482.78,graphstate -6620,SUCCESS,2,1,1209.57,57824417.4,57825626.97,127,258,3985,1935.31,graphstate -6622,SUCCESS,2,1,1270.38,57825626.97,57826897.35,127,292,3698,2032.61,qnn -6624,SUCCESS,2,1,5070.05,57826897.35,57831967.4,127,1749,2464,8112.08,twolocalrandom -6625,SUCCESS,2,1,3333.82,57831967.4,57835301.22,127,2027,1398,5334.11,qpeexact -6626,SUCCESS,2,1,49788.37,57835301.22,57885089.59,127,12801,3306,79661.39,su2random -6628,SUCCESS,2,1,750.44,57885089.59,57885840.03,127,447,1427,1200.7,dj -6630,SUCCESS,2,1,82.65,57885840.03,57885922.68,127,52,1351,132.24,graphstate -6631,SUCCESS,2,1,2806.32,57885922.68,57888729,127,1122,2126,4490.11,ae -6633,SUCCESS,2,1,5386.07,57888729,57894115.07,127,3153,1452,8617.71,qnn -6634,SUCCESS,2,1,17881.19,57894115.07,57911996.26,127,6224,2442,28609.9,qftentangled -6635,SUCCESS,2,1,6605.06,57911996.26,57918601.32,127,1563,3592,10568.1,qftentangled -6636,SUCCESS,2,1,6582.45,57918601.32,57925183.77,127,4084,1370,10531.92,ae -6637,SUCCESS,2,1,1034.45,57925183.77,57926218.22,127,513,1714,1655.12,dj -6638,SUCCESS,2,1,37031.21,57926218.22,57963249.43,127,8676,3628,59249.94,qnn -6639,SUCCESS,2,1,78.14,57963249.43,57963327.57,127,17,3907,125.02,ghz -6640,SUCCESS,2,1,3062.19,57963327.57,57966389.76,127,710,3666,4899.5,qnn -6641,SUCCESS,2,1,53185.3,57966389.76,58019575.06,127,24516,1844,85096.48,random -6642,SUCCESS,2,1,60.23,58019575.06,58019635.29,127,27,1896,96.37,ghz -6643,SUCCESS,2,1,716.62,58019635.29,58020351.91,127,275,2215,1146.59,realamprandom -6644,SUCCESS,2,1,1930.92,58020351.91,58022282.83,127,460,3568,3089.47,ae -6645,SUCCESS,2,1,14647.53,58022282.83,58036930.36,127,7532,1653,23436.05,qpeexact -6646,SUCCESS,2,1,12956.46,58036930.36,58049886.82,127,4981,2211,20730.34,qpeinexact -6647,SUCCESS,2,1,437.1,58049886.82,58050323.92,127,313,1187,699.36,wstate -6648,SUCCESS,2,1,16327.5,58050323.92,58066651.42,127,5194,2672,26124,qpeexact -6649,SUCCESS,2,1,1530.72,58066651.42,58068182.14,127,1224,1063,2449.15,qpeexact -6650,SUCCESS,2,1,51466.09,58068182.14,58119648.23,127,16910,2587,82345.74,random -6651,SUCCESS,2,1,26833.62,58119648.23,58146481.85,127,6364,3584,42933.79,qpeinexact -6652,SUCCESS,2,1,2221.5,58146481.85,58148703.35,127,837,2256,3554.4,su2random -6654,SUCCESS,2,1,5491.58,58148703.35,58154194.93,127,1856,2515,8786.53,qft -6655,SUCCESS,2,1,4729.41,58154194.93,58158924.34,127,1738,2313,7567.06,realamprandom -6656,SUCCESS,2,1,8946.33,58158924.34,58167870.67,127,2030,3746,14314.13,ae -6657,SUCCESS,2,1,3468.44,58167870.67,58171339.11,127,2609,1130,5549.5,qft -6659,SUCCESS,2,1,324.79,58171339.11,58171663.9,127,98,2817,519.66,ghz -6660,SUCCESS,2,1,236.36,58171663.9,58171900.26,127,88,2283,378.18,graphstate -6661,SUCCESS,2,1,3563,58171900.26,58175463.26,127,1209,2505,5700.8,twolocalrandom -6662,SUCCESS,2,1,34048.52,58175463.26,58209511.78,127,13019,2223,54477.63,realamprandom -6663,SUCCESS,2,1,24054.31,58209511.78,58233566.09,127,8120,2518,38486.9,grover-v-chain -6664,SUCCESS,2,1,399.5,58233566.09,58233965.59,127,99,3430,639.2,ghz -6667,SUCCESS,2,1,43970.28,58233965.59,58277935.87,127,17416,2146,70352.45,random -6670,SUCCESS,2,1,651.79,58277935.87,58278587.66,127,348,1592,1042.86,realamprandom -6671,SUCCESS,2,1,63.95,58278587.66,58278651.61,127,43,1264,102.32,graphstate -6672,SUCCESS,2,1,30108.1,58278651.61,58308759.71,127,14905,1717,48172.96,su2random -6674,SUCCESS,2,1,18783.84,58308759.71,58327543.55,127,7510,2126,30054.14,qftentangled -6676,SUCCESS,2,1,4772.06,58327543.55,58332315.61,127,1475,2750,7635.3,twolocalrandom -6677,SUCCESS,2,1,54825.91,58332315.61,58387141.52,127,18537,2514,87721.46,qnn -6678,SUCCESS,2,1,1112.76,58387141.52,58388254.28,127,336,2815,1780.42,dj -6679,SUCCESS,2,1,6664.81,58388254.28,58394919.09,127,2777,2040,10663.7,qft -6680,SUCCESS,2,1,9628.48,58394919.09,58404547.57,127,3948,2073,15405.57,ae -6682,SUCCESS,2,1,1349.55,58404547.57,58405897.12,127,327,3508,2159.28,qnn -6684,SUCCESS,2,1,519.82,58405897.12,58406416.94,127,116,3809,831.71,ghz -6685,SUCCESS,2,1,691.13,58406416.94,58407108.07,127,394,1491,1105.81,portfoliovqe -6686,SUCCESS,2,1,5895.93,58407108.07,58413004,127,1963,2553,9433.49,random -6687,SUCCESS,2,1,11392.96,58413004,58424396.96,127,2699,3588,18228.74,qnn -6688,SUCCESS,2,1,148.37,58424396.96,58424545.33,127,32,3941,237.39,routing -6689,SUCCESS,2,1,612.79,58424545.33,58425158.12,127,490,1063,980.46,qft -6690,SUCCESS,2,1,8536.59,58425158.12,58433694.71,127,3819,1900,13658.54,qpeinexact -6691,SUCCESS,2,1,10836.88,58433694.71,58444531.59,127,2767,3329,17339.01,ae -6692,SUCCESS,2,1,22327.59,58444531.59,58466859.18,127,5201,3649,35724.14,ae -6693,SUCCESS,2,1,497.61,58466859.18,58467356.79,127,104,4067,796.18,ghz -6694,SUCCESS,2,1,8911.77,58467356.79,58476268.56,127,2717,2788,14258.83,su2random -6695,SUCCESS,2,1,27530.52,58476268.56,58503799.08,127,8696,2691,44048.83,qpeinexact -6696,SUCCESS,2,1,231.7,58503799.08,58504030.78,127,85,2317,370.72,graphstate -6697,SUCCESS,2,1,25224.12,58504030.78,58529254.9,127,6383,3359,40358.59,qnn -6698,SUCCESS,2,1,896.61,58529254.9,58530151.51,127,208,3664,1434.58,ghz -6701,SUCCESS,2,1,20848.95,58530151.51,58551000.46,127,6400,2769,33358.32,ae -6702,SUCCESS,2,1,6982.15,58551000.46,58557982.61,127,1618,3668,11171.44,su2random -6703,SUCCESS,2,1,1692.31,58557982.61,58559674.92,127,831,1731,2707.7,qnn -6704,SUCCESS,2,1,5550.55,58559674.92,58565225.47,127,1720,2743,8880.88,ae -6705,SUCCESS,2,1,8293.7,58565225.47,58573519.17,127,5257,1341,13269.92,ae -6706,SUCCESS,2,1,597.79,58573519.17,58574116.96,127,161,3156,956.46,wstate -6707,SUCCESS,2,1,4082.39,58574116.96,58578199.35,127,975,3559,6531.82,qpeinexact -6708,SUCCESS,2,1,3083.29,58578199.35,58581282.64,127,937,2797,4933.26,ghz -6709,SUCCESS,2,1,677.37,58581282.64,58581960.01,127,453,1271,1083.79,dj -6711,SUCCESS,2,1,2985.68,58581960.01,58584945.69,127,1839,1380,4777.09,qpeinexact -6713,SUCCESS,2,1,643.26,58584945.69,58585588.95,127,214,2555,1029.22,dj -6714,SUCCESS,2,1,667.53,58585588.95,58586256.48,127,185,3067,1068.05,ae -6715,SUCCESS,2,1,1047.29,58586256.48,58587303.77,127,810,1099,1675.66,qpeexact -6716,SUCCESS,2,1,235,58587303.77,58587538.77,127,137,1458,376,graphstate -6718,SUCCESS,2,1,11674.58,58587538.77,58599213.35,127,2619,3789,18679.33,qftentangled -6720,SUCCESS,2,1,252.29,58599213.35,58599465.64,127,77,2785,403.66,graphstate -6721,SUCCESS,2,1,13817.61,58599465.64,58613283.25,127,3122,3762,22108.18,su2random -6724,SUCCESS,2,1,6443,58613283.25,58619726.25,127,2978,1839,10308.8,qpeexact -6725,SUCCESS,2,1,19038.06,58619726.25,58638764.31,127,10556,1533,30460.9,ae -6726,SUCCESS,2,1,984,58638764.31,58639748.31,127,615,1360,1574.4,dj -6728,SUCCESS,2,1,2172.15,58639748.31,58641920.46,127,475,3887,3475.44,dj -6729,SUCCESS,2,1,67.87,58641920.46,58641988.33,127,37,1559,108.59,graphstate -6730,SUCCESS,2,1,7325.23,58641988.33,58649313.56,127,2937,2120,11720.37,twolocalrandom -6731,SUCCESS,2,1,68.61,58649313.56,58649382.17,127,33,1767,109.78,graphstate -6733,SUCCESS,2,1,1651.8,58649382.17,58651033.97,127,449,3127,2642.88,portfoliovqe -6734,SUCCESS,2,1,215.07,58651033.97,58651249.04,127,72,2539,344.11,dj -6735,SUCCESS,2,1,6212.9,58651249.04,58657461.94,127,1613,3274,9940.64,qnn -6736,SUCCESS,2,1,127,58657461.94,58657588.94,127,31,3482,203.2,ghz -6737,SUCCESS,2,1,2205.2,58657588.94,58659794.14,127,629,2980,3528.32,pricingcall -6738,SUCCESS,2,1,235.82,58659794.14,58660029.96,127,106,1891,377.31,graphstate -6739,SUCCESS,2,1,8305.32,58660029.96,58668335.28,127,2080,3394,13288.51,ae -6740,SUCCESS,2,1,7665.5,58668335.28,58676000.78,127,4370,1491,12264.8,qft -6741,SUCCESS,2,1,451.87,58676000.78,58676452.65,127,103,3729,722.99,ghz -6742,SUCCESS,2,1,211.93,58676452.65,58676664.58,127,44,4094,339.09,graphstate -6743,SUCCESS,2,1,7481.21,58676664.58,58684145.79,127,2371,2682,11969.94,su2random -6745,SUCCESS,2,1,131611.32,58684145.79,58815757.11,127,89783,1246,210578.11,grover-noancilla -6746,SUCCESS,2,1,5722.55,58815757.11,58821479.66,127,2020,2408,9156.08,qnn -6747,SUCCESS,2,1,65525.07,58821479.66,58887004.73,127,15407,3615,104840.11,realamprandom -6748,SUCCESS,2,1,95.83,58887004.73,58887100.56,127,45,1810,153.33,wstate -6749,SUCCESS,2,1,3732.91,58887100.56,58890833.47,127,2286,1388,5972.66,twolocalrandom -6751,SUCCESS,2,1,632.13,58890833.47,58891465.6,127,227,2367,1011.41,dj -6752,SUCCESS,2,1,516.75,58891465.6,58891982.35,127,165,2662,826.8,qftentangled -6753,SUCCESS,2,1,425.02,58891982.35,58892407.37,127,139,2599,680.03,qftentangled -6754,SUCCESS,2,1,47.29,58892407.37,58892454.66,127,21,1914,75.66,ghz -6755,SUCCESS,2,1,124724.31,58892454.66,59017178.97,127,30747,3448,199558.9,random -6756,SUCCESS,2,1,298.02,59017178.97,59017476.99,127,145,1747,476.83,dj -6757,SUCCESS,2,1,2992.78,59017476.99,59020469.77,127,938,2712,4788.45,realamprandom -6760,SUCCESS,2,1,49359.14,59020469.77,59069828.91,127,24336,1724,78974.62,random -6761,SUCCESS,2,1,180.74,59069828.91,59070009.65,127,39,3939,289.18,graphstate -6762,SUCCESS,2,1,1639.89,59070009.65,59071649.54,127,349,3994,2623.82,qnn -6763,SUCCESS,2,1,3760.75,59071649.54,59075410.29,127,1455,2197,6017.2,random -6764,SUCCESS,2,1,20758.7,59075410.29,59096168.99,127,17181,1027,33213.92,twolocalrandom -6765,SUCCESS,2,1,37461.71,59096168.99,59133630.7,127,13905,2290,59938.74,realamprandom -6766,SUCCESS,2,1,2379.64,59133630.7,59136010.34,127,573,3530,3807.42,twolocalrandom -6767,SUCCESS,2,1,11880.79,59136010.34,59147891.13,127,5626,1795,19009.26,ae -6768,SUCCESS,2,1,5620.21,59147891.13,59153511.34,127,4335,1102,8992.34,realamprandom -6769,SUCCESS,2,1,780.1,59153511.34,59154291.44,127,440,1507,1248.16,dj -6770,SUCCESS,2,1,4412.92,59154291.44,59158704.36,127,928,4042,7060.67,qpeexact -6771,SUCCESS,2,1,671.6,59158704.36,59159375.96,127,471,1212,1074.56,dj -6772,SUCCESS,2,1,18783.4,59159375.96,59178159.36,127,8121,1966,30053.44,qpeexact -6774,SUCCESS,2,1,1116.16,59178159.36,59179275.52,127,293,3238,1785.86,realamprandom -6775,SUCCESS,2,1,9346.17,59179275.52,59188621.69,127,4190,1896,14953.87,su2random -6776,SUCCESS,2,1,7653.08,59188621.69,59196274.77,127,1594,4081,12244.93,qpeinexact -6777,SUCCESS,2,1,71170.26,59196274.77,59267445.03,127,17186,3520,113872.42,qnn -6778,SUCCESS,2,1,649.16,59267445.03,59268094.19,127,235,2348,1038.66,qpeexact -6779,SUCCESS,2,1,10895.4,59268094.19,59278989.59,127,3086,3001,17432.64,random -6780,SUCCESS,2,1,22207.06,59278989.59,59301196.65,127,6240,3025,35531.3,twolocalrandom -6782,SUCCESS,2,1,17077.49,59301196.65,59318274.14,127,5142,2823,27323.98,su2random -6784,SUCCESS,2,1,115.51,59318274.14,59318389.65,127,26,3776,184.82,vqe -6785,SUCCESS,2,1,2594.64,59318389.65,59320984.29,127,1938,1138,4151.42,qpeexact -6786,SUCCESS,2,1,366.11,59320984.29,59321350.4,127,205,1518,585.78,wstate -6787,SUCCESS,2,1,36191.28,59321350.4,59357541.68,127,8505,3617,57906.05,qpeexact -6788,SUCCESS,2,1,30302.47,59357541.68,59387844.15,127,8087,3185,48483.95,qftentangled -6789,SUCCESS,2,1,2421.77,59387844.15,59390265.92,127,1462,1408,3874.83,twolocalrandom -6790,SUCCESS,2,1,2474.71,59390265.92,59392740.63,127,542,3881,3959.54,dj -6791,SUCCESS,2,1,8713.79,59392740.63,59401454.42,127,5216,1420,13942.06,qpeinexact -6792,SUCCESS,2,1,122.03,59401454.42,59401576.45,127,40,2593,195.25,ghz -6793,SUCCESS,2,1,318.73,59401576.45,59401895.18,127,173,1566,509.97,wstate -6794,SUCCESS,2,1,1368.83,59401895.18,59403264.01,127,666,1747,2190.13,dj -6795,SUCCESS,2,1,9894.26,59403264.01,59413158.27,127,7436,1131,15830.82,ae -6796,SUCCESS,2,1,6891.49,59413158.27,59420049.76,127,2676,2189,11026.38,qnn -6797,SUCCESS,2,1,4402.65,59420049.76,59424452.41,127,1928,1941,7044.24,ae -6798,SUCCESS,2,1,268.54,59424452.41,59424720.95,127,69,3308,429.66,wstate -6799,SUCCESS,2,1,7610.19,59424720.95,59432331.14,127,2178,2970,12176.3,qpeexact -6801,SUCCESS,2,1,258.55,59432331.14,59432589.69,127,115,1911,413.68,graphstate -6802,SUCCESS,2,1,225.48,59432589.69,59432815.17,127,131,1463,360.77,su2random -6803,SUCCESS,2,1,5074.79,59432815.17,59437889.96,127,2744,1572,8119.66,ae -6804,SUCCESS,2,1,23563.84,59437889.96,59461453.8,127,13282,1508,37702.14,twolocalrandom -6808,SUCCESS,2,1,4995.35,59461453.8,59466449.15,127,2020,2102,7992.56,qpeexact -6810,SUCCESS,2,1,3900.8,59466449.15,59470349.95,127,1564,2120,6241.28,random -6811,SUCCESS,2,1,28875.32,59470349.95,59499225.27,127,16105,1524,46200.51,random -6812,SUCCESS,2,1,20157.59,59499225.27,59519382.86,127,7254,2362,32252.14,qpeinexact -6813,SUCCESS,2,1,14636.16,59519382.86,59534019.02,127,4158,2992,23417.86,qft -6814,SUCCESS,2,1,14126.33,59534019.02,59548145.35,127,3220,3729,22602.13,ae -6815,SUCCESS,2,1,31905.65,59548145.35,59580051,127,13281,2042,51049.04,random -6816,SUCCESS,2,1,20857.6,59580051,59600908.6,127,13036,1360,33372.16,twolocalrandom -6817,SUCCESS,2,1,3323.3,59600908.6,59604231.9,127,856,3300,5317.28,ghz -6818,SUCCESS,2,1,415.28,59604231.9,59604647.18,127,179,1972,664.45,su2random -6819,SUCCESS,2,1,6156.49,59604647.18,59610803.67,127,1477,3543,9850.38,qnn -6822,SUCCESS,2,1,12062.93,59610803.67,59622866.6,127,3965,2586,19300.69,su2random -6823,SUCCESS,2,1,14595.58,59622866.6,59637462.18,127,8056,1540,23352.93,random -6825,SUCCESS,2,1,45603.41,59637462.18,59683065.59,127,9564,4053,72965.46,su2random -6826,SUCCESS,2,1,31989.43,59683065.59,59715055.02,127,13501,2014,51183.09,realamprandom -6827,SUCCESS,2,1,3885.17,59715055.02,59718940.19,127,1751,1886,6216.27,qpeinexact -6828,SUCCESS,2,1,154.87,59718940.19,59719095.06,127,71,1854,247.79,graphstate -6830,SUCCESS,2,1,958.68,59719095.06,59720053.74,127,490,1663,1533.89,qftentangled -6831,SUCCESS,2,1,1685.46,59720053.74,59721739.2,127,370,3872,2696.74,graphstate -6832,SUCCESS,2,1,401.31,59721739.2,59722140.51,127,212,1609,642.1,pricingcall -6834,SUCCESS,2,1,413.53,59722140.51,59722554.04,127,143,2458,661.65,dj -6835,SUCCESS,2,1,6790.45,59722554.04,59729344.49,127,2252,2563,10864.72,su2random -6836,SUCCESS,2,1,4661.65,59729344.49,59734006.14,127,1300,3048,7458.64,twolocalrandom -6838,SUCCESS,2,1,426.88,59734006.14,59734433.02,127,237,1531,683.01,dj -6840,SUCCESS,2,1,36.29,59734433.02,59734469.31,127,14,2203,58.06,ghz -6841,SUCCESS,2,1,10538.81,59734469.31,59745008.12,127,3001,2985,16862.1,qpeinexact -6842,SUCCESS,2,1,4179.73,59745008.12,59749187.85,127,1058,3358,6687.57,realamprandom -6843,SUCCESS,2,1,14829.77,59749187.85,59764017.62,127,5410,2330,23727.63,realamprandom -6844,SUCCESS,2,1,747.48,59764017.62,59764765.1,127,386,1646,1195.97,ghz -6845,SUCCESS,2,1,10288.35,59764765.1,59775053.45,127,7355,1189,16461.36,qpeexact -6846,SUCCESS,2,1,19221.13,59775053.45,59794274.58,127,6279,2602,30753.81,qftentangled -6847,SUCCESS,2,1,32256.01,59794274.58,59826530.59,127,9799,2798,51609.62,qpeinexact -6848,SUCCESS,2,1,9537.21,59826530.59,59836067.8,127,2724,2976,15259.54,qftentangled -6849,SUCCESS,2,1,16652.95,59836067.8,59852720.75,127,4750,2980,26644.72,random -6850,SUCCESS,2,1,2251.46,59852720.75,59854972.21,127,929,2060,3602.34,wstate -6851,SUCCESS,2,1,362.72,59854972.21,59855334.93,127,121,2548,580.35,wstate -6852,SUCCESS,2,1,4465.41,59855334.93,59859800.34,127,1981,1916,7144.66,qnn -6853,SUCCESS,2,1,7757.87,59859800.34,59867558.21,127,2589,2547,12412.59,ae -6854,SUCCESS,2,1,4384.81,59867558.21,59871943.02,127,1890,1972,7015.7,qpeinexact -6855,SUCCESS,2,1,16315.26,59871943.02,59888258.28,127,4649,2983,26104.42,qft -6856,SUCCESS,2,1,40902.75,59888258.28,59929161.03,127,9227,3768,65444.4,ae -6857,SUCCESS,2,1,3736.88,59929161.03,59932897.91,127,2004,1585,5979.01,su2random -6860,SUCCESS,2,1,35868.8,59932897.91,59968766.71,127,8152,3740,57390.08,su2random -6861,SUCCESS,2,1,17587.33,59968766.71,59986354.04,127,5444,2746,28139.73,realamprandom -6862,SUCCESS,2,1,995.09,59986354.04,59987349.13,127,413,2048,1592.14,groundstate -6864,SUCCESS,2,1,15241.89,59987349.13,60002591.02,127,6873,1885,24387.02,twolocalrandom -6865,SUCCESS,2,1,4940.65,60002591.02,60007531.67,127,1766,2378,7905.04,qnn -6866,SUCCESS,2,1,3873.69,60007531.67,60011405.36,127,1426,2309,6197.9,ae -6867,SUCCESS,2,1,168.83,60011405.36,60011574.19,127,82,1750,270.13,ghz -6868,SUCCESS,2,1,7887.42,60011574.19,60019461.61,127,4533,1479,12619.87,qpeexact -6870,SUCCESS,2,1,65.01,60019461.61,60019526.62,127,38,1454,104.02,graphstate -6871,SUCCESS,2,1,147.46,60019526.62,60019674.08,127,54,2321,235.94,qaoa -6873,SUCCESS,2,1,10010.56,60019674.08,60029684.64,127,5576,1526,16016.9,qnn -6874,SUCCESS,2,1,30637.2,60029684.64,60060321.84,127,7260,3587,49019.52,qnn -6875,SUCCESS,2,1,942.2,60060321.84,60061264.04,127,599,1337,1507.52,qnn -6876,SUCCESS,2,1,1431.14,60061264.04,60062695.18,127,1091,1115,2289.82,wstate -6879,SUCCESS,2,1,50549.73,60062695.18,60113244.91,127,13282,3235,80879.57,realamprandom -6880,SUCCESS,2,1,5346.47,60113244.91,60118591.38,127,1594,2851,8554.35,ae -6883,SUCCESS,2,1,61051.46,60118591.38,60179642.84,127,13019,3986,97682.34,twolocalrandom -6885,SUCCESS,2,1,691.45,60179642.84,60180334.29,127,165,3562,1106.32,wstate -6886,SUCCESS,2,1,1442.87,60180334.29,60181777.16,127,323,3797,2308.59,qft -6887,SUCCESS,2,1,123.72,60181777.16,60181900.88,127,102,1031,197.95,graphstate -6888,SUCCESS,2,1,35399.31,60181900.88,60217300.19,127,7670,3923,56638.9,su2random -6889,SUCCESS,2,1,2898.81,60217300.19,60220199,127,964,2556,4638.1,qpeinexact -6890,SUCCESS,2,1,705.04,60220199,60220904.04,127,264,2270,1128.06,qft -6891,SUCCESS,2,1,3566.1,60220904.04,60224470.14,127,1134,2673,5705.76,qftentangled -6892,SUCCESS,2,1,15937.88,60224470.14,60240408.02,127,3448,3929,25500.61,ae -6895,SUCCESS,2,1,5339.46,60240408.02,60245747.48,127,4141,1096,8543.14,qft -6896,SUCCESS,2,1,35689.59,60245747.48,60281437.07,127,11269,2692,57103.34,qnn -6897,SUCCESS,2,1,193.58,60281437.07,60281630.65,127,54,3047,309.73,graphstate -6898,SUCCESS,2,1,12273.36,60281630.65,60293904.01,127,4365,2390,19637.38,qnn -6899,SUCCESS,2,1,9945.6,60293904.01,60303849.61,127,3808,2220,15912.96,ae -6900,SUCCESS,2,1,7477.21,60303849.61,60311326.82,127,4277,1486,11963.54,ae -6901,SUCCESS,2,1,1736.95,60311326.82,60313063.77,127,981,1505,2779.12,qpeinexact -6902,SUCCESS,2,1,1176.87,60313063.77,60314240.64,127,361,2771,1882.99,wstate -6903,SUCCESS,2,1,202.73,60314240.64,60314443.37,127,96,1795,324.37,graphstate -6904,SUCCESS,2,1,6341.71,60314443.37,60320785.08,127,1464,3682,10146.74,qpeinexact -6905,SUCCESS,2,1,2615.57,60320785.08,60323400.65,127,704,3158,4184.91,dj -6906,SUCCESS,2,1,561.27,60323400.65,60323961.92,127,307,1554,898.03,ghz -6907,SUCCESS,2,1,36144.17,60323961.92,60360106.09,127,12499,2458,57830.67,su2random -6910,SUCCESS,2,1,22380.17,60360106.09,60382486.26,127,4913,3872,35808.27,qpeexact -6911,SUCCESS,2,1,7099.64,60382486.26,60389585.9,127,5331,1132,11359.42,twolocalrandom -6913,SUCCESS,2,1,3245.62,60389585.9,60392831.52,127,815,3385,5192.99,su2random -6914,SUCCESS,2,1,3306.11,60392831.52,60396137.63,127,873,3219,5289.78,qft -6915,SUCCESS,2,1,1290.15,60396137.63,60397427.78,127,627,1749,2064.24,dj -6917,SUCCESS,2,1,1431.83,60397427.78,60398859.61,127,505,2410,2290.93,dj -6918,SUCCESS,2,1,8808.04,60398859.61,60407667.65,127,3555,2106,14092.86,ae -6919,SUCCESS,2,1,7608.19,60407667.65,60415275.84,127,3530,1832,12173.1,ae -6920,SUCCESS,2,1,36.12,60415275.84,60415311.96,127,24,1279,57.79,vqe -6921,SUCCESS,2,1,177.69,60415311.96,60415489.65,127,37,4082,284.3,dj -6922,SUCCESS,2,1,22222.92,60415489.65,60437712.57,127,8733,2163,35556.67,realamprandom -6923,SUCCESS,2,1,75057.26,60437712.57,60512769.83,127,28507,2238,120091.62,random -6924,SUCCESS,2,1,1718.79,60512769.83,60514488.62,127,773,1890,2750.06,qpeinexact -6925,SUCCESS,2,1,1333.68,60514488.62,60515822.3,127,739,1534,2133.89,qft -6926,SUCCESS,2,1,38942.95,60515822.3,60554765.25,127,13342,2481,62308.72,random -6927,SUCCESS,2,1,279.17,60554765.25,60555044.42,127,109,2177,446.67,dj -6928,SUCCESS,2,1,114.25,60555044.42,60555158.67,127,45,2158,182.8,ghz -6929,SUCCESS,2,1,28954.59,60555158.67,60584113.26,127,7260,3390,46327.34,qpeinexact -6930,SUCCESS,2,1,3772.44,60584113.26,60587885.7,127,851,3768,6035.9,su2random -6931,SUCCESS,2,1,5869.91,60587885.7,60593755.61,127,1321,3777,9391.86,wstate -6932,SUCCESS,2,1,733.6,60593755.61,60594489.21,127,377,1654,1173.76,dj -6935,SUCCESS,2,1,1067.52,60594489.21,60595556.73,127,365,2486,1708.03,wstate -6936,SUCCESS,2,1,2242.58,60595556.73,60597799.31,127,1744,1093,3588.13,ae -6937,SUCCESS,2,1,30.76,60597799.31,60597830.07,127,13,2011,49.22,ghz -6938,SUCCESS,2,1,1004.97,60597830.07,60598835.04,127,619,1380,1607.95,qpeexact -6939,SUCCESS,2,1,13256.43,60598835.04,60612091.47,127,3099,3636,21210.29,su2random -6940,SUCCESS,2,1,466.05,60612091.47,60612557.52,127,103,3846,745.68,qftentangled -6941,SUCCESS,2,1,2552.72,60612557.52,60615110.24,127,546,3974,4084.35,wstate -6942,SUCCESS,2,1,83354.51,60615110.24,60698464.75,127,45157,1569,133367.22,random -6945,SUCCESS,2,1,44918.86,60698464.75,60743383.61,127,10272,3717,71870.18,random -6947,SUCCESS,2,1,80.42,60743383.61,60743464.03,127,32,2136,128.67,routing -6948,SUCCESS,2,1,17878.59,60743464.03,60761342.62,127,4749,3200,28605.74,qpeinexact -6949,SUCCESS,2,1,375.67,60761342.62,60761718.29,127,114,2801,601.07,graphstate -6951,SUCCESS,2,1,1019.3,60761718.29,60762737.59,127,285,3040,1630.88,dj -6952,SUCCESS,2,1,876.24,60762737.59,60763613.83,127,392,1900,1401.98,realamprandom -6954,SUCCESS,2,1,135.85,60763613.83,60763749.68,127,35,3299,217.36,graphstate -6955,SUCCESS,2,1,25531.85,60763749.68,60789281.53,127,7674,2828,40850.96,su2random -6956,SUCCESS,2,1,17066.04,60789281.53,60806347.57,127,5904,2457,27305.66,twolocalrandom -6958,SUCCESS,2,1,13863.98,60806347.57,60820211.55,127,3125,3771,22182.37,qft -6959,SUCCESS,2,1,1011.3,60820211.55,60821222.85,127,311,2764,1618.08,graphstate -6960,SUCCESS,2,1,1026.45,60821222.85,60822249.3,127,316,2761,1642.32,wstate -6961,SUCCESS,2,1,2918.22,60822249.3,60825167.52,127,1676,1480,4669.15,qpeinexact -6962,SUCCESS,2,1,614.95,60825167.52,60825782.47,127,359,1456,983.92,ae -6963,SUCCESS,2,1,816.36,60825782.47,60826598.83,127,573,1211,1306.18,realamprandom -6964,SUCCESS,2,1,16654.69,60826598.83,60843253.52,127,4160,3403,26647.5,realamprandom -6966,SUCCESS,2,1,10200.86,60843253.52,60853454.38,127,5349,1621,16321.38,qftentangled -6967,SUCCESS,2,1,3900.3,60853454.38,60857354.68,127,1082,3064,6240.48,ae -6968,SUCCESS,2,1,1128.17,60857354.68,60858482.85,127,543,1766,1805.07,ghz -6969,SUCCESS,2,1,15326.9,60858482.85,60873809.75,127,4710,2766,24523.04,qpeinexact -6970,SUCCESS,2,1,4873.51,60873809.75,60878683.26,127,2378,1742,7797.62,qft -6971,SUCCESS,2,1,4915.77,60878683.26,60883599.03,127,1741,2400,7865.23,qpeinexact -6972,SUCCESS,2,1,18594.23,60883599.03,60902193.26,127,7639,2069,29750.77,qft -6973,SUCCESS,2,1,50706.7,60902193.26,60952899.96,127,13377,3222,81130.72,su2random -6975,SUCCESS,2,1,1528.1,60952899.96,60954428.06,127,576,2255,2444.96,ae -6977,SUCCESS,2,1,849.22,60954428.06,60955277.28,127,233,3098,1358.75,dj -6979,SUCCESS,2,1,742.48,60955277.28,60956019.76,127,346,1824,1187.97,dj -6980,SUCCESS,2,1,8044.8,60956019.76,60964064.56,127,6361,1075,12871.68,qpeinexact -6981,SUCCESS,2,1,4047.79,60964064.56,60968112.35,127,1626,2116,6476.46,wstate -6982,SUCCESS,2,1,23360.51,60968112.35,60991472.86,127,11646,1705,37376.82,realamprandom -6984,SUCCESS,2,1,5420,60991472.86,60996892.86,127,1826,2523,8672,realamprandom -6986,SUCCESS,2,1,1321.91,60996892.86,60998214.77,127,366,3070,2115.06,portfolioqaoa -6987,SUCCESS,2,1,7715.58,60998214.77,61005930.35,127,6240,1051,12344.93,realamprandom -6988,SUCCESS,2,1,2683.43,61005930.35,61008613.78,127,976,2337,4293.49,su2random -6989,SUCCESS,2,1,1047.18,61008613.78,61009660.96,127,774,1150,1675.49,su2random -6990,SUCCESS,2,1,1367.14,61009660.96,61011028.1,127,358,3246,2187.42,qpeinexact -6991,SUCCESS,2,1,66.16,61011028.1,61011094.26,127,23,2445,105.86,ghz -6992,SUCCESS,2,1,543.26,61011094.26,61011637.52,127,293,1576,869.22,twolocalrandom -6993,SUCCESS,2,1,9390.03,61011637.52,61021027.55,127,2525,3161,15024.05,qnn -6995,SUCCESS,2,1,2409.77,61021027.55,61023437.32,127,1842,1112,3855.63,qnn -6996,SUCCESS,2,1,4705.51,61023437.32,61028142.83,127,2081,1922,7528.82,ae -6997,SUCCESS,2,1,14904.55,61028142.83,61043047.38,127,3213,3943,23847.28,qftentangled -6998,SUCCESS,2,1,69.51,61043047.38,61043116.89,127,47,1257,111.22,graphstate -6999,SUCCESS,2,1,3064.24,61043116.89,61046181.13,127,900,2894,4902.78,portfoliovqe -7000,SUCCESS,2,1,5652.24,61046181.13,61051833.37,127,2001,2401,9043.58,twolocalrandom -7001,SUCCESS,2,1,617.42,61051833.37,61052450.79,127,341,1539,987.87,wstate -7002,SUCCESS,2,1,2190.76,61052450.79,61054641.55,127,512,3637,3505.22,dj -7004,SUCCESS,2,1,104.81,61054641.55,61054746.36,127,24,3712,167.7,ghz -7005,SUCCESS,2,1,6891.37,61054746.36,61061637.73,127,2180,2687,11026.19,qftentangled -7006,SUCCESS,2,1,47903.88,61061637.73,61109541.61,127,11171,3645,76646.21,realamprandom -7007,SUCCESS,2,1,10101.38,61109541.61,61119642.99,127,2669,3217,16162.21,su2random -7009,SUCCESS,2,1,16184.49,61119642.99,61135827.48,127,5205,2643,25895.18,realamprandom -7010,SUCCESS,2,1,23929.16,61135827.48,61159756.64,127,8391,2424,38286.66,twolocalrandom -7012,SUCCESS,2,1,163.42,61159756.64,61159920.06,127,60,2315,261.47,graphstate -7013,SUCCESS,2,1,823.16,61159920.06,61160743.22,127,221,3166,1317.06,wstate -7015,SUCCESS,2,1,9402.08,61160743.22,61170145.3,127,4020,1988,15043.33,qft -7016,SUCCESS,2,1,1032.27,61170145.3,61171177.57,127,769,1141,1651.63,qft -7017,SUCCESS,2,1,719.04,61171177.57,61171896.61,127,317,1928,1150.46,dj -7018,SUCCESS,2,1,1814.41,61171896.61,61173711.02,127,432,3570,2903.06,dj -7019,SUCCESS,2,1,1630.98,61173711.02,61175342,127,575,2411,2609.57,ghz -7020,SUCCESS,2,1,14845.54,61175342,61190187.54,127,5115,2467,23752.86,twolocalrandom -7021,SUCCESS,2,1,562.58,61190187.54,61190750.12,127,242,1976,900.13,qpeinexact -7022,SUCCESS,2,1,345.87,61190750.12,61191095.99,127,83,3542,553.39,ghz -7023,SUCCESS,2,1,551.39,61191095.99,61191647.38,127,137,3421,882.22,wstate -7026,SUCCESS,2,1,159.24,61191647.38,61191806.62,127,81,1671,254.78,graphstate -7027,SUCCESS,2,1,397.29,61191806.62,61192203.91,127,122,2768,635.66,qaoa -7028,SUCCESS,2,1,430.64,61192203.91,61192634.55,127,177,2068,689.02,dj -7029,SUCCESS,2,1,159792.95,61192634.55,61352427.5,127,52000,2612,255668.72,random -7030,SUCCESS,2,1,460.5,61352427.5,61352888,127,307,1275,736.8,wstate -7032,SUCCESS,2,1,208.95,61352888,61353096.95,127,64,2775,334.32,ghz -7033,SUCCESS,2,1,2050.07,61353096.95,61355147.02,127,829,2102,3280.11,qft -7034,SUCCESS,2,1,227.46,61355147.02,61355374.48,127,69,2802,363.94,wstate -7035,SUCCESS,2,1,1385.1,61355374.48,61356759.58,127,323,3645,2216.16,dj -7036,SUCCESS,2,1,40616.37,61356759.58,61397375.95,127,15030,2297,64986.19,realamprandom -7037,SUCCESS,2,1,9265.65,61397375.95,61406641.6,127,2642,2981,14825.04,realamprandom -7038,SUCCESS,2,1,981.72,61406641.6,61407623.32,127,349,2391,1570.75,twolocalrandom -7040,SUCCESS,2,1,1037.98,61407623.32,61408661.3,127,257,3433,1660.77,wstate -7041,SUCCESS,2,1,765.45,61408661.3,61409426.75,127,375,1735,1224.72,dj -7042,SUCCESS,2,1,3598.45,61409426.75,61413025.2,127,1767,1731,5757.52,qftentangled -7043,SUCCESS,2,1,250.86,61413025.2,61413276.06,127,111,1921,401.38,graphstate -7044,SUCCESS,2,1,651.28,61413276.06,61413927.34,127,445,1244,1042.05,dj -7046,SUCCESS,2,1,549.35,61413927.34,61414476.69,127,152,3072,878.96,pricingcall -7049,SUCCESS,2,1,17809.35,61414476.69,61432286.04,127,3847,3935,28494.96,qnn -7050,SUCCESS,2,1,1982.4,61432286.04,61434268.44,127,428,3937,3171.84,qnn -7051,SUCCESS,2,1,2822.91,61434268.44,61437091.35,127,1368,1754,4516.66,qpeinexact -7052,SUCCESS,2,1,1640.21,61437091.35,61438731.56,127,590,2363,2624.34,dj -7053,SUCCESS,2,1,1252.4,61438731.56,61439983.96,127,340,3131,2003.84,dj -7054,SUCCESS,2,1,1786.1,61439983.96,61441770.06,127,377,4027,2857.76,qft -7055,SUCCESS,2,1,1862.92,61441770.06,61443632.98,127,1313,1206,2980.67,random -7056,SUCCESS,2,1,372.99,61443632.98,61444005.97,127,103,3078,596.78,qft -7057,SUCCESS,2,1,2705.27,61444005.97,61446711.24,127,1957,1175,4328.43,su2random -7059,SUCCESS,2,1,23514.02,61446711.24,61470225.26,127,11216,1782,37622.43,qnn -7060,SUCCESS,2,1,899.42,61470225.26,61471124.68,127,500,1529,1439.07,dj -7061,SUCCESS,2,1,2836.1,61471124.68,61473960.78,127,1343,1795,4537.76,qpeexact -7062,SUCCESS,2,1,10093.04,61473960.78,61484053.82,127,2780,3086,16148.86,realamprandom -7063,SUCCESS,2,1,34764.7,61484053.82,61518818.52,127,9679,3053,55623.52,qnn -7064,SUCCESS,2,1,8182.32,61518818.52,61527000.84,127,3972,1751,13091.71,random -7067,SUCCESS,2,1,575.17,61527000.84,61527576.01,127,184,2657,920.27,realamprandom -7068,SUCCESS,2,1,643.82,61527576.01,61528219.83,127,139,3937,1030.11,wstate -7069,SUCCESS,2,1,32404.35,61528219.83,61560624.18,127,8418,3272,51846.96,twolocalrandom -7070,SUCCESS,2,1,4118.95,61560624.18,61564743.13,127,917,3818,6590.32,ae -7071,SUCCESS,2,1,120.42,61564743.13,61564863.55,127,89,1150,192.67,wstate -7074,SUCCESS,2,1,3209.02,61564863.55,61568072.57,127,676,4035,5134.43,qftentangled -7076,SUCCESS,2,1,3429.85,61568072.57,61571502.42,127,977,2984,5487.76,qwalk-v-chain -7078,SUCCESS,2,1,1426.59,61571502.42,61572929.01,127,705,1720,2282.54,pricingput -7079,SUCCESS,2,1,1638.62,61572929.01,61574567.63,127,572,2435,2621.79,dj -7080,SUCCESS,2,1,112.42,61574567.63,61574680.05,127,75,1274,179.87,ghz -7081,SUCCESS,2,1,1911.8,61574680.05,61576591.85,127,935,1738,3058.88,qft -7082,SUCCESS,2,1,27049.81,61576591.85,61603641.66,127,9153,2512,43279.7,realamprandom -7084,SUCCESS,2,1,7516.24,61603641.66,61611157.9,127,1760,3630,12025.98,qftentangled -7085,SUCCESS,2,1,19774.24,61611157.9,61630932.14,127,5370,3130,31638.78,realamprandom -7087,SUCCESS,2,1,2055.76,61630932.14,61632987.9,127,479,3648,3289.22,portfolioqaoa -7088,SUCCESS,2,1,3202.31,61632987.9,61636190.21,127,2162,1259,5123.7,ae -7090,SUCCESS,2,1,1145.85,61636190.21,61637336.06,127,309,3152,1833.36,wstate -7091,SUCCESS,2,1,361.18,61637336.06,61637697.24,127,250,1228,577.89,dj -7092,SUCCESS,2,1,16634.65,61637697.24,61654331.89,127,5850,2417,26615.44,qft -7094,SUCCESS,2,1,1252.6,61654331.89,61655584.49,127,269,3958,2004.16,wstate -7095,SUCCESS,2,1,6862.46,61655584.49,61662446.95,127,2479,2353,10979.94,qpeexact -7096,SUCCESS,2,1,5350.24,61662446.95,61667797.19,127,2790,1630,8560.38,qpeinexact -7098,SUCCESS,2,1,21964.57,61667797.19,61689761.76,127,6637,2813,35143.31,twolocalrandom -7099,SUCCESS,2,1,1486.03,61689761.76,61691247.79,127,625,2021,2377.65,dj -7102,SUCCESS,2,1,686.14,61691247.79,61691933.93,127,393,1484,1097.82,wstate -7103,SUCCESS,2,1,83064.43,61691933.93,61774998.36,127,34010,2076,132903.09,random -7104,SUCCESS,2,1,1151.97,61774998.36,61776150.33,127,244,4013,1843.15,graphstate -7105,SUCCESS,2,1,7223.56,61776150.33,61783373.89,127,4705,1305,11557.7,qpeinexact -7106,SUCCESS,2,1,4684.34,61783373.89,61788058.23,127,1772,2247,7494.94,qft -7109,SUCCESS,2,1,4738.1,61788058.23,61792796.33,127,1115,3612,7580.96,wstate -7110,SUCCESS,2,1,1207.57,61792796.33,61794003.9,127,972,1056,1932.11,qpeexact -7111,SUCCESS,2,1,203.7,61794003.9,61794207.6,127,85,2037,325.92,ghz -7112,SUCCESS,2,1,10076.84,61794207.6,61804284.44,127,6373,1344,16122.94,qpeexact -7114,SUCCESS,2,1,2867.72,61804284.44,61807152.16,127,666,3660,4588.35,dj -7115,SUCCESS,2,1,386.6,61807152.16,61807538.76,127,85,3866,618.56,dj -7117,SUCCESS,2,1,3229.76,61807538.76,61810768.52,127,936,2933,5167.62,qnn -7118,SUCCESS,2,1,75.53,61810768.52,61810844.05,127,37,1735,120.85,ghz -7119,SUCCESS,2,1,5347.29,61810844.05,61816191.34,127,3308,1374,8555.66,ae -7120,SUCCESS,2,1,10411.11,61816191.34,61826602.45,127,5396,1640,16657.78,twolocalrandom -7121,SUCCESS,2,1,1586.07,61826602.45,61828188.52,127,894,1508,2537.71,pricingput -7122,SUCCESS,2,1,555.92,61828188.52,61828744.44,127,387,1221,889.47,ae -7123,SUCCESS,2,1,20688.14,61828744.44,61849432.58,127,9694,1814,33101.02,twolocalrandom -7124,SUCCESS,2,1,12902.57,61849432.58,61862335.15,127,4340,2527,20644.11,qpeinexact -7125,SUCCESS,2,1,2996.34,61862335.15,61865331.49,127,2007,1269,4794.14,su2random -7126,SUCCESS,2,1,47891.88,61865331.49,61913223.37,127,18304,2224,76627.01,su2random -7127,SUCCESS,2,1,563.42,61913223.37,61913786.79,127,197,2431,901.47,wstate -7128,SUCCESS,2,1,4336.83,61913786.79,61918123.62,127,912,4042,6938.93,random -7131,SUCCESS,2,1,2527.08,61918123.62,61920650.7,127,1796,1196,4043.33,ae -7132,SUCCESS,2,1,13749.93,61920650.7,61934400.63,127,7679,1522,21999.89,qftentangled -7135,SUCCESS,2,1,2103.57,61934400.63,61936504.2,127,458,3904,3365.71,ae -7136,SUCCESS,2,1,546.74,61936504.2,61937050.94,127,145,3205,874.78,wstate -7137,SUCCESS,2,1,340.54,61937050.94,61937391.48,127,223,1298,544.86,qftentangled -7139,SUCCESS,2,1,152.22,61937391.48,61937543.7,127,36,3594,243.55,graphstate -7141,SUCCESS,2,1,3802.26,61937543.7,61941345.96,127,2276,1420,6083.62,qftentangled -7143,SUCCESS,2,1,220.1,61941345.96,61941566.06,127,60,3118,352.16,graphstate -7145,SUCCESS,2,1,2891.24,61941566.06,61944457.3,127,1286,1911,4625.98,wstate -7146,SUCCESS,2,1,12071.37,61944457.3,61956528.67,127,7954,1290,19314.19,su2random -7147,SUCCESS,2,1,5663.71,61956528.67,61962192.38,127,1827,2635,9061.94,ae -7149,SUCCESS,2,1,1655.28,61962192.38,61963847.66,127,1263,1114,2648.45,twolocalrandom -7150,SUCCESS,2,1,539.83,61963847.66,61964387.49,127,416,1103,863.73,ae -7151,SUCCESS,2,1,1801.99,61964387.49,61966189.48,127,701,2185,2883.18,dj -7152,SUCCESS,2,1,3589.13,61966189.48,61969778.61,127,1486,2053,5742.61,wstate -7153,SUCCESS,2,1,7965.18,61969778.61,61977743.79,127,6240,1085,12744.29,twolocalrandom -7154,SUCCESS,2,1,12520.32,61977743.79,61990264.11,127,3131,3399,20032.51,qpeinexact -7155,SUCCESS,2,1,3107.38,61990264.11,61993371.49,127,1318,2004,4971.81,realamprandom -7156,SUCCESS,2,1,225.19,61993371.49,61993596.68,127,73,2622,360.3,ghz -7157,SUCCESS,2,1,16808.72,61993596.68,62010405.4,127,6169,2316,26893.95,su2random -7158,SUCCESS,2,1,728.66,62010405.4,62011134.06,127,203,3051,1165.86,graphstate -7159,SUCCESS,2,1,4616.56,62011134.06,62015750.62,127,2509,1564,7386.5,qpeinexact -7160,SUCCESS,2,1,12058.47,62015750.62,62027809.09,127,2786,3679,19293.55,ae -7162,SUCCESS,2,1,91815.99,62027809.09,62119625.08,127,31368,2488,146905.58,random -7163,SUCCESS,2,1,11407.33,62119625.08,62131032.41,127,5621,1725,18251.73,realamprandom -7166,SUCCESS,2,1,14369.34,62131032.41,62145401.75,127,7097,1721,22990.94,qftentangled -7167,SUCCESS,2,1,5116.95,62145401.75,62150518.7,127,3295,1320,8187.12,qpeexact -7168,SUCCESS,2,1,4158.68,62150518.7,62154677.38,127,2162,1635,6653.89,twolocalrandom -7169,SUCCESS,2,1,95.53,62154677.38,62154772.91,127,58,1400,152.85,ghz -7172,SUCCESS,2,1,2024.36,62154772.91,62156797.27,127,742,2319,3238.98,qftentangled -7173,SUCCESS,2,1,7195.96,62156797.27,62163993.23,127,4040,1514,11513.54,ae -7174,SUCCESS,2,1,214.8,62163993.23,62164208.03,127,67,2725,343.68,graphstate -7175,SUCCESS,2,1,18476.29,62164208.03,62182684.32,127,6607,2377,29562.06,qwalk-v-chain -7177,SUCCESS,2,1,69191.6,62182684.32,62251875.92,127,23734,2478,110706.56,random -7178,SUCCESS,2,1,132.02,62251875.92,62252007.94,127,35,3206,211.23,graphstate -7179,SUCCESS,2,1,113.28,62252007.94,62252121.22,127,54,1783,181.25,qaoa -7180,SUCCESS,2,1,539.77,62252121.22,62252660.99,127,204,2249,863.63,su2random -7184,SUCCESS,2,1,282.35,62252660.99,62252943.34,127,131,1832,451.76,graphstate -7186,SUCCESS,2,1,42969.16,62252943.34,62295912.5,127,12066,3027,68750.66,su2random -7187,SUCCESS,2,1,5115.32,62295912.5,62301027.82,127,1642,2648,8184.51,qnn -7188,SUCCESS,2,1,23676.16,62301027.82,62324703.98,127,7690,2617,37881.86,qpeinexact -7189,SUCCESS,2,1,1868.71,62324703.98,62326572.69,127,397,4001,2989.94,wstate -7190,SUCCESS,2,1,497.81,62326572.69,62327070.5,127,112,3778,796.5,dj -7191,SUCCESS,2,1,10817.76,62327070.5,62337888.26,127,5662,1624,17308.42,qpeinexact -7192,SUCCESS,2,1,296.96,62337888.26,62338185.22,127,107,2359,475.14,graphstate -7193,SUCCESS,2,1,4748.31,62338185.22,62342933.53,127,1272,3173,7597.3,realamprandom -7194,SUCCESS,2,1,11082.11,62342933.53,62354015.64,127,4181,2253,17731.38,qpeinexact -7195,SUCCESS,2,1,10455.46,62354015.64,62364471.1,127,2545,3492,16728.74,qpeinexact -7196,SUCCESS,2,1,5810.95,62364471.1,62370282.05,127,2647,1866,9297.52,qnn -7198,SUCCESS,2,1,411.6,62370282.05,62370693.65,127,298,1174,658.56,dj -7199,SUCCESS,2,1,11543.48,62370693.65,62382237.13,127,3108,3157,18469.57,qft -7200,SUCCESS,2,1,4162.11,62382237.13,62386399.24,127,888,3984,6659.38,qpeexact -7201,SUCCESS,2,1,4962.43,62386399.24,62391361.67,127,2162,1951,7939.89,realamprandom -7202,SUCCESS,2,1,2139.61,62391361.67,62393501.28,127,982,1852,3423.38,random -7203,SUCCESS,2,1,12276.66,62393501.28,62405777.94,127,4379,2383,19642.66,qpeexact -7204,SUCCESS,2,1,197.89,62405777.94,62405975.83,127,62,2713,316.62,graphstate -7205,SUCCESS,2,1,213.41,62405975.83,62406189.24,127,145,1251,341.46,wstate -7206,SUCCESS,2,1,357.89,62406189.24,62406547.13,127,234,1300,572.62,qftentangled -7207,SUCCESS,2,1,22552.04,62406547.13,62429099.17,127,8573,2236,36083.26,qpeinexact -7208,SUCCESS,2,1,684.17,62429099.17,62429783.34,127,197,2952,1094.67,wstate -7209,SUCCESS,2,1,30283.37,62429783.34,62460066.71,127,6432,4002,48453.39,qft -7210,SUCCESS,2,1,17431.03,62460066.71,62477497.74,127,4869,3043,27889.65,qftentangled -7212,SUCCESS,2,1,20081.47,62477497.74,62497579.21,127,5366,3181,32130.35,twolocalrandom -7213,SUCCESS,2,1,14782.56,62497579.21,62512361.77,127,3779,3325,23652.1,realamprandom -7214,SUCCESS,2,1,484.52,62512361.77,62512846.29,127,130,3168,775.23,graphstate -7215,SUCCESS,2,1,407.96,62512846.29,62513254.25,127,213,1628,652.74,graphstate -7216,SUCCESS,2,1,442.49,62513254.25,62513696.74,127,135,2786,707.98,graphstate -7217,SUCCESS,2,1,4942.35,62513696.74,62518639.09,127,2139,1964,7907.76,twolocalrandom -7218,SUCCESS,2,1,4317.42,62518639.09,62522956.51,127,3110,1180,6907.87,qpeinexact -7219,SUCCESS,2,1,2651.23,62522956.51,62525607.74,127,1420,1587,4241.97,qftentangled -7220,SUCCESS,2,1,11341.18,62525607.74,62536948.92,127,2515,3833,18145.89,qpeinexact -7221,SUCCESS,2,1,564.11,62536948.92,62537513.03,127,128,3746,902.58,dj -7222,SUCCESS,2,1,944.95,62537513.03,62538457.98,127,320,2510,1511.92,qftentangled -7224,SUCCESS,2,1,5030.91,62538457.98,62543488.89,127,1852,2309,8049.46,qftentangled -7225,SUCCESS,2,1,296.85,62543488.89,62543785.74,127,95,2656,474.96,ghz -7226,SUCCESS,2,1,4725.77,62543785.74,62548511.51,127,1748,2298,7561.23,qft -7227,SUCCESS,2,1,10246.03,62548511.51,62558757.54,127,5040,1728,16393.65,qft -7228,SUCCESS,2,1,6843.9,62558757.54,62565601.44,127,5222,1114,10950.24,qnn -7229,SUCCESS,2,1,4460.28,62565601.44,62570061.72,127,1728,2194,7136.45,qpeinexact -7230,SUCCESS,2,1,13224.23,62570061.72,62583285.95,127,4026,2792,21158.77,twolocalrandom -7231,SUCCESS,2,1,906.38,62583285.95,62584192.33,127,594,1297,1450.21,dj -7232,SUCCESS,2,1,5811.13,62584192.33,62590003.46,127,2455,2012,9297.81,pricingcall -7233,SUCCESS,2,1,374.42,62590003.46,62590377.88,127,95,3350,599.07,graphstate -7234,SUCCESS,2,1,3002.92,62590377.88,62593380.8,127,1120,2279,4804.67,qftentangled -7236,SUCCESS,2,1,116.58,62593380.8,62593497.38,127,45,2202,186.53,graphstate -7238,SUCCESS,2,1,2281.79,62593497.38,62595779.17,127,704,2755,3650.86,qpeexact -7239,SUCCESS,2,1,1367.25,62595779.17,62597146.42,127,292,3980,2187.6,graphstate -7240,SUCCESS,2,1,469.42,62597146.42,62597615.84,127,168,2375,751.07,graphstate -7241,SUCCESS,2,1,4141.8,62597615.84,62601757.64,127,913,3856,6626.88,realamprandom -7242,SUCCESS,2,1,16493.87,62601757.64,62618251.51,127,6437,2178,26390.19,qft -7244,SUCCESS,2,1,2207.97,62618251.51,62620459.48,127,993,1890,3532.75,ghz -7245,SUCCESS,2,1,619.89,62620459.48,62621079.37,127,275,1916,991.82,dj -7246,SUCCESS,2,1,45093.15,62621079.37,62666172.52,127,21235,1805,72149.04,random -7247,SUCCESS,2,1,1677.11,62666172.52,62667849.63,127,592,2408,2683.38,twolocalrandom -7249,SUCCESS,2,1,8105.12,62667849.63,62675954.75,127,3533,1950,12968.19,twolocalrandom -7251,SUCCESS,2,1,3594.01,62675954.75,62679548.76,127,2162,1413,5750.42,twolocalrandom -7252,SUCCESS,2,1,794.13,62679548.76,62680342.89,127,319,2116,1270.61,qpeinexact -7253,SUCCESS,2,1,4182.14,62680342.89,62684525.03,127,3392,1048,6691.42,random -7254,SUCCESS,2,1,587.9,62684525.03,62685112.93,127,122,4096,940.64,graphstate -7256,SUCCESS,2,1,14352.44,62685112.93,62699465.37,127,3564,3423,22963.9,qnn -7257,SUCCESS,2,1,54552.62,62699465.37,62754017.99,127,13162,3523,87284.19,random -7258,SUCCESS,2,1,12949.33,62754017.99,62766967.32,127,3225,3413,20718.93,twolocalrandom -7259,SUCCESS,2,1,29635.65,62766967.32,62796602.97,127,6799,3705,47417.04,qpeinexact -7261,SUCCESS,2,1,3774.45,62796602.97,62800377.42,127,2159,1486,6039.12,ae -7262,SUCCESS,2,1,5127.66,62800377.42,62805505.08,127,1113,3916,8204.26,wstate -7263,SUCCESS,2,1,2465.69,62805505.08,62807970.77,127,578,3626,3945.1,qpeinexact -7264,SUCCESS,2,1,68142.96,62807970.77,62876113.73,127,22661,2556,109028.74,random -7265,SUCCESS,2,1,17972.77,62876113.73,62894086.5,127,6922,2207,28756.43,qft -7266,SUCCESS,2,1,549.22,62894086.5,62894635.72,127,210,2223,878.75,qpeinexact -7267,SUCCESS,2,1,141.45,62894635.72,62894777.17,127,94,1279,226.32,graphstate -7268,SUCCESS,2,1,228.39,62894777.17,62895005.56,127,58,3347,365.42,graphstate -7269,SUCCESS,2,1,1502.76,62895005.56,62896508.32,127,610,2094,2404.42,dj -7270,SUCCESS,2,1,17187.22,62896508.32,62913695.54,127,7243,2017,27499.55,qnn -7271,SUCCESS,2,1,4054.6,62913695.54,62917750.14,127,2395,1439,6487.36,realamprandom -7273,SUCCESS,2,1,18235.58,62917750.14,62935985.72,127,4354,3560,29176.93,qpeexact -7275,SUCCESS,2,1,686.18,62935985.72,62936671.9,127,195,2991,1097.89,graphstate -7276,SUCCESS,2,1,526.43,62936671.9,62937198.33,127,115,3891,842.29,dj -7277,SUCCESS,2,1,16183.68,62937198.33,62953382.01,127,10220,1346,25893.89,ae -7278,SUCCESS,2,1,1906.59,62953382.01,62955288.6,127,740,2190,3050.54,twolocalrandom -7279,SUCCESS,2,1,8479.91,62955288.6,62963768.51,127,4260,1692,13567.86,qpeinexact -7280,SUCCESS,2,1,1371.52,62963768.51,62965140.03,127,468,2491,2194.43,qftentangled -7281,SUCCESS,2,1,1622.07,62965140.03,62966762.1,127,501,2752,2595.31,portfoliovqe -7282,SUCCESS,2,1,522.45,62966762.1,62967284.55,127,353,1258,835.92,wstate -7283,SUCCESS,2,1,2689.08,62967284.55,62969973.63,127,814,2808,4302.53,twolocalrandom -7284,SUCCESS,2,1,7053.6,62969973.63,62977027.23,127,4181,1434,11285.76,su2random -7285,SUCCESS,2,1,245.99,62977027.23,62977273.22,127,70,2987,393.58,graphstate -7286,SUCCESS,2,1,461.38,62977273.22,62977734.6,127,298,1316,738.21,su2random -7287,SUCCESS,2,1,23017.41,62977734.6,63000752.01,127,4879,4010,36827.86,realamprandom -7288,SUCCESS,2,1,43108.14,63000752.01,63043860.15,127,9779,3747,68973.02,ae -7289,SUCCESS,2,1,120.69,63043860.15,63043980.84,127,34,3017,193.1,ghz -7292,SUCCESS,2,1,20075.3,63043980.84,63064056.14,127,7200,2370,32120.48,su2random -7294,SUCCESS,2,1,167865.22,63064056.14,63231921.36,127,37918,3763,268584.35,random -7295,SUCCESS,2,1,1220.53,63231921.36,63233141.89,127,838,1238,1952.85,dj -7296,SUCCESS,2,1,1913.22,63233141.89,63235055.11,127,547,2973,3061.15,dj -7298,SUCCESS,2,1,5296.95,63235055.11,63240352.06,127,1400,3216,8475.12,qnn -7300,SUCCESS,2,1,704.2,63240352.06,63241056.26,127,302,1982,1126.72,dj -7301,SUCCESS,2,1,1421.98,63241056.26,63242478.24,127,328,3685,2275.17,dj -7302,SUCCESS,2,1,13884.13,63242478.24,63256362.37,127,4576,2579,22214.61,qpeexact -7303,SUCCESS,2,1,5404.16,63256362.37,63261766.53,127,1738,2643,8646.66,twolocalrandom -7304,SUCCESS,2,1,6268.23,63261766.53,63268034.76,127,4813,1107,10029.17,qpeinexact -7305,SUCCESS,2,1,39358.8,63268034.76,63307393.56,127,13572,2465,62974.08,su2random -7306,SUCCESS,2,1,2368.49,63307393.56,63309762.05,127,536,3756,3789.58,graphstate -7307,SUCCESS,2,1,17110.73,63309762.05,63326872.78,127,4555,3193,27377.17,qftentangled -7308,SUCCESS,2,1,46827.53,63326872.78,63373700.31,127,11340,3510,74924.05,twolocalrandom -7309,SUCCESS,2,1,612.43,63373700.31,63374312.74,127,180,2892,979.89,qftentangled -7310,SUCCESS,2,1,12402.77,63374312.74,63386715.51,127,4303,2450,19844.43,qftentangled -7311,SUCCESS,2,1,3821.54,63386715.51,63390537.05,127,1488,2183,6114.46,ae -7313,SUCCESS,2,1,13822.6,63390537.05,63404359.65,127,6710,1751,22116.16,ae -7314,SUCCESS,2,1,1603.28,63404359.65,63405962.93,127,339,4020,2565.25,graphstate diff --git a/output/iQuantumExample6-17-07-2023_16-41-12.csv b/output/iQuantumExample6-17-07-2023_16-41-12.csv deleted file mode 100644 index 872964e0e..000000000 --- a/output/iQuantumExample6-17-07-2023_16-41-12.csv +++ /dev/null @@ -1,7316 +0,0 @@ -QTask_ID,Status,QDCenter,QNode_ID,Execution_Time,Start_Time,Finish_Time,No_Qubits,No_Layers,Shots,Cost,Application -3,SUCCESS,2,0,1612.61,0.01,1612.62,27,2501,1483,2580.18,twolocalrandom -8,SUCCESS,2,0,544.62,1612.62,2157.24,27,339,3695,871.39,portfoliovqe -9,SUCCESS,2,0,314.86,2157.24,2472.1,27,233,3108,503.78,qnn -14,SUCCESS,2,0,61.8,2472.1,2533.9,27,84,1692,98.88,graphstate -19,SUCCESS,2,0,484.47,2533.9,3018.37,27,445,2504,775.15,portfolioqaoa -29,SUCCESS,2,0,692.65,3018.37,3711.02,27,465,3426,1108.24,qft -31,SUCCESS,2,0,1417.76,3711.02,5128.78,27,1057,3085,2268.42,realamprandom -39,SUCCESS,2,0,59.93,5128.78,5188.71,27,35,3938,95.89,qaoa -44,SUCCESS,2,0,104.61,5188.71,5293.32,27,116,2074,167.38,routing -45,SUCCESS,2,0,290.58,5293.32,5583.9,27,223,2997,464.93,qpeexact -47,SUCCESS,2,0,467.73,5583.9,6051.63,27,680,1582,748.37,qftentangled -55,SUCCESS,2,0,745.47,6051.63,6797.1,27,912,1880,1192.75,qpeexact -63,SUCCESS,2,0,108.3,6797.1,6905.4,27,65,3832,173.28,wstate -64,SUCCESS,2,0,72.81,6905.4,6978.21,27,42,3987,116.5,qaoa -66,SUCCESS,2,0,52.64,6978.21,7030.85,27,112,1081,84.22,wstate -70,SUCCESS,2,0,1066.67,7030.85,8097.52,27,802,3059,1706.67,qnn -84,SUCCESS,2,0,374.2,8097.52,8471.72,27,326,2640,598.72,pricingput -86,SUCCESS,2,0,869.57,8471.72,9341.29,27,500,4000,1391.31,portfoliovqe -91,SUCCESS,2,0,219.97,9341.29,9561.26,27,320,1581,351.95,portfoliovqe -99,SUCCESS,2,0,999.91,9561.26,10561.17,27,848,2712,1599.86,qft -105,SUCCESS,2,0,99.22,10561.17,10660.39,27,63,3622,158.75,dj -112,SUCCESS,2,0,420.61,10660.39,11081,27,434,2229,672.98,qpeexact -118,SUCCESS,2,0,202.26,11081,11283.26,27,252,1846,323.62,realamprandom -129,SUCCESS,2,0,3145.54,11283.26,14428.8,27,2195,3296,5032.86,pricingput -136,SUCCESS,2,0,1563.09,14428.8,15991.89,27,912,3942,2500.94,qpeinexact -139,SUCCESS,2,0,851.66,15991.89,16843.55,27,756,2591,1362.66,qpeinexact -141,SUCCESS,2,0,556.16,16843.55,17399.71,27,804,1591,889.86,su2random -158,SUCCESS,2,0,28.69,17399.71,17428.4,27,30,2199,45.9,graphstate -159,SUCCESS,2,0,368.64,17428.4,17797.04,27,576,1472,589.82,groundstate -160,SUCCESS,2,0,1501.97,17797.04,19299.01,27,1114,3101,2403.15,realamprandom -161,SUCCESS,2,0,757.28,19299.01,20056.29,27,1218,1430,1211.65,twolocalrandom -166,SUCCESS,2,0,204.25,20056.29,20260.54,27,210,2237,326.8,qpeexact -169,SUCCESS,2,0,39.09,20260.54,20299.63,27,66,1362,62.54,ghz -184,SUCCESS,2,0,507.45,20299.63,20807.08,27,729,1601,811.92,qpeexact -193,SUCCESS,2,0,17.16,20807.08,20824.24,27,21,1879,27.46,ghz -197,SUCCESS,2,0,466.02,20824.24,21290.26,27,352,3045,745.63,portfoliovqe -207,SUCCESS,2,0,60.65,21290.26,21350.91,27,41,3402,97.04,wstate -208,SUCCESS,2,0,281.95,21350.91,21632.86,27,210,3088,451.12,su2random -213,SUCCESS,2,0,28.26,21632.86,21661.12,27,16,4061,45.22,ghz -224,SUCCESS,2,0,541.6,21661.12,22202.72,27,316,3942,866.56,qpeexact -229,SUCCESS,2,0,77.86,22202.72,22280.58,27,73,2453,124.58,wstate -231,SUCCESS,2,0,5350.46,22280.58,27631.04,27,7008,1756,8560.74,pricingput -0,SUCCESS,2,1,30343.47,0.01,30343.48,127,20952,1231,48549.55,random -236,SUCCESS,2,0,4472.76,27631.04,32103.8,27,3916,2627,7156.42,qwalk-v-chain -237,SUCCESS,2,0,1590.46,32103.8,33694.26,27,976,3748,2544.74,qpeexact -240,SUCCESS,2,0,307.72,33694.26,34001.98,27,196,3611,492.35,qpeexact -252,SUCCESS,2,0,1036.14,34001.98,35038.12,27,928,2568,1657.82,portfoliovqe -260,SUCCESS,2,0,29.08,35038.12,35067.2,27,45,1486,46.53,wstate -265,SUCCESS,2,0,502.91,35067.2,35570.11,27,492,2351,804.66,qftentangled -272,SUCCESS,2,0,812.56,35570.11,36382.67,27,701,2666,1300.1,qpeexact -275,SUCCESS,2,0,281.37,36382.67,36664.04,27,189,3424,450.19,ae -276,SUCCESS,2,0,22.78,36664.04,36686.82,27,24,2183,36.45,ghz -278,SUCCESS,2,0,985.91,36686.82,37672.73,27,958,2367,1577.46,qpeinexact -285,SUCCESS,2,0,249.1,37672.73,37921.83,27,297,1929,398.56,qft -287,SUCCESS,2,0,262.35,37921.83,38184.18,27,333,1812,419.76,qft -289,SUCCESS,2,0,41.05,38184.18,38225.23,27,32,2950,65.68,graphstate -291,SUCCESS,2,0,871.47,38225.23,39096.7,27,589,3403,1394.35,su2random -296,SUCCESS,2,0,552.68,39096.7,39649.38,27,543,2341,884.29,qft -321,SUCCESS,2,0,606.35,39649.38,40255.73,27,475,2936,970.16,qft -326,SUCCESS,2,0,10.42,40255.73,40266.15,27,11,2178,16.67,ghz -329,SUCCESS,2,0,320.77,40266.15,40586.92,27,399,1849,513.23,portfoliovqe -338,SUCCESS,2,0,18.67,40586.92,40605.59,27,27,1590,29.87,vqe -339,SUCCESS,2,0,214.16,40605.59,40819.75,27,196,2513,342.66,random -340,SUCCESS,2,0,654.86,40819.75,41474.61,27,1119,1346,1047.78,twolocalrandom -342,SUCCESS,2,0,24.45,41474.61,41499.06,27,19,2959,39.12,ghz -344,SUCCESS,2,0,2291.18,41499.06,43790.24,27,1306,4035,3665.89,pricingput -359,SUCCESS,2,0,2782.89,43790.24,46573.13,27,2192,2920,4452.62,random -361,SUCCESS,2,0,733.77,46573.13,47306.9,27,892,1892,1174.03,qpeexact -367,SUCCESS,2,0,13.77,47306.9,47320.67,27,24,1319,22.03,vqe -369,SUCCESS,2,0,64.42,47320.67,47385.09,27,38,3899,103.07,dj -374,SUCCESS,2,0,1215.35,47385.09,48600.44,27,902,3099,1944.56,ae -378,SUCCESS,2,0,466.71,48600.44,49067.15,27,872,1231,746.74,qnn -383,SUCCESS,2,0,401.78,49067.15,49468.93,27,772,1197,642.85,qpeexact -1,SUCCESS,2,1,34387.5,30343.48,64730.98,127,8733,3347,55020,twolocalrandom -384,SUCCESS,2,0,17048.5,49468.93,66517.43,27,10238,3830,27277.6,grover-noancilla -391,SUCCESS,2,0,143.63,66517.43,66661.06,27,83,3980,229.81,dj -2,SUCCESS,2,1,4930.17,64730.98,69661.15,127,1838,2280,7888.27,qpeexact -406,SUCCESS,2,0,3780.67,66661.06,70441.73,27,3481,2498,6049.07,random -407,SUCCESS,2,0,305.64,70441.73,70747.37,27,172,4087,489.02,qft -416,SUCCESS,2,0,916.65,70747.37,71664.02,27,728,2896,1466.64,qpeexact -4,SUCCESS,2,1,2940.12,69661.15,72601.27,127,694,3601,4704.19,dj -427,SUCCESS,2,0,1956.56,71664.02,73620.58,27,2039,2207,3130.5,realamprandom -5,SUCCESS,2,1,11024.59,72601.27,83625.86,127,3152,2973,17639.34,realamprandom -434,SUCCESS,2,0,13397.17,73620.58,87017.75,27,9972,3090,21435.47,qwalk-noancilla -447,SUCCESS,2,0,114.19,87017.75,87131.94,27,69,3806,182.7,tsp -451,SUCCESS,2,0,61.77,87131.94,87193.71,27,105,1353,98.83,qft -455,SUCCESS,2,0,104.94,87193.71,87298.65,27,79,3055,167.9,dj -462,SUCCESS,2,0,613.2,87298.65,87911.85,27,730,1932,981.12,qft -466,SUCCESS,2,0,512.62,87911.85,88424.47,27,521,2263,820.19,twolocalrandom -467,SUCCESS,2,0,73.21,88424.47,88497.68,27,120,1403,117.14,wstate -472,SUCCESS,2,0,103.27,88497.68,88600.95,27,105,2262,165.23,wstate -473,SUCCESS,2,0,240.18,88600.95,88841.13,27,329,1679,384.29,su2random -6,SUCCESS,2,1,5663.96,83625.86,89289.82,127,3527,1365,9062.34,twolocalrandom -475,SUCCESS,2,0,523.41,88841.13,89364.54,27,352,3420,837.46,realamprandom -7,SUCCESS,2,1,4077.41,89289.82,93367.23,127,1094,3168,6523.86,wstate -10,SUCCESS,2,1,8422.48,93367.23,101789.71,127,2777,2578,13475.97,qftentangled -11,SUCCESS,2,1,38.21,101789.71,101827.92,127,26,1249,61.14,routing -12,SUCCESS,2,1,4714.54,101827.92,106542.46,127,1027,3902,7543.26,wstate -13,SUCCESS,2,1,6497.8,106542.46,113040.26,127,2309,2392,10396.48,random -15,SUCCESS,2,1,32228.56,113040.26,145268.82,127,7008,3909,51565.7,qpeexact -16,SUCCESS,2,1,1371.03,145268.82,146639.85,127,708,1646,2193.65,ae -17,SUCCESS,2,1,8464.12,146639.85,155103.97,127,3753,1917,13542.59,twolocalrandom -18,SUCCESS,2,1,2641.56,155103.97,157745.53,127,648,3465,4226.5,su2random -20,SUCCESS,2,1,450.11,157745.53,158195.64,127,101,3788,720.18,dj -21,SUCCESS,2,1,12934.33,158195.64,171129.97,127,6517,1687,20694.93,qft -480,SUCCESS,2,0,83375.66,89364.54,172740.2,27,47750,4016,133401.06,qwalk-noancilla -484,SUCCESS,2,0,87.2,172740.2,172827.4,27,105,1910,139.52,dj -486,SUCCESS,2,0,1182.93,172827.4,174010.33,27,1001,2718,1892.69,ae -488,SUCCESS,2,0,32.22,174010.33,174042.55,27,59,1256,51.55,ghz -499,SUCCESS,2,0,374.03,174042.55,174416.58,27,633,1359,598.45,portfolioqaoa -503,SUCCESS,2,0,88.65,174416.58,174505.23,27,81,2517,141.84,wstate -504,SUCCESS,2,0,870.6,174505.23,175375.83,27,937,2137,1392.96,qnn -22,SUCCESS,2,1,4622.73,171129.97,175752.7,127,1451,2708,7396.37,qftentangled -508,SUCCESS,2,0,601.85,175375.83,175977.68,27,484,2860,962.96,qft -516,SUCCESS,2,0,124.41,175977.68,176102.09,27,258,1109,199.06,qft -521,SUCCESS,2,0,196.93,176102.09,176299.02,27,275,1647,315.09,qftentangled -533,SUCCESS,2,0,260.42,176299.02,176559.44,27,225,2662,416.67,twolocalrandom -538,SUCCESS,2,0,90.47,176559.44,176649.91,27,64,3251,144.75,graphstate -539,SUCCESS,2,0,505.5,176649.91,177155.41,27,674,1725,808.8,ae -540,SUCCESS,2,0,157.62,177155.41,177313.03,27,93,3898,252.19,graphstate -543,SUCCESS,2,0,542.27,177313.03,177855.3,27,331,3768,867.63,qnn -555,SUCCESS,2,0,2339.51,177855.3,180194.81,27,2907,1851,3743.22,random -559,SUCCESS,2,0,128.89,180194.81,180323.7,27,258,1149,206.22,portfolioqaoa -562,SUCCESS,2,0,1336.7,180323.7,181660.4,27,1200,2562,2138.72,qft -564,SUCCESS,2,0,769.77,181660.4,182430.17,27,488,3628,1231.63,pricingcall -567,SUCCESS,2,0,142166.59,182430.17,324596.76,27,88017,3715,227466.54,grover-noancilla -568,SUCCESS,2,0,1183.64,324596.76,325780.4,27,1238,2199,1893.82,qpeinexact -578,SUCCESS,2,0,142.19,325780.4,325922.59,27,82,3988,227.5,graphstate -585,SUCCESS,2,0,314.5,325922.59,326237.09,27,284,2547,503.2,qftentangled -589,SUCCESS,2,0,695.56,326237.09,326932.65,27,579,2763,1112.9,qftentangled -595,SUCCESS,2,0,97.61,326932.65,327030.26,27,107,2098,156.18,dj -596,SUCCESS,2,0,580.51,327030.26,327610.77,27,732,1824,928.82,portfoliovqe -603,SUCCESS,2,0,941.85,327610.77,328552.62,27,766,2828,1506.96,ae -612,SUCCESS,2,0,425.92,328552.62,328978.54,27,248,3950,681.47,qpeinexact -614,SUCCESS,2,0,46758.39,328978.54,375736.93,27,28587,3762,74813.42,grover-v-chain -616,SUCCESS,2,0,27.62,375736.93,375764.55,27,55,1155,44.19,ghz -628,SUCCESS,2,0,237.66,375764.55,376002.21,27,508,1076,380.26,portfolioqaoa -632,SUCCESS,2,0,488.19,376002.21,376490.4,27,470,2389,781.1,random -633,SUCCESS,2,0,297.59,376490.4,376787.99,27,355,1928,476.14,su2random -637,SUCCESS,2,0,13.86,376787.99,376801.85,27,22,1448,22.18,graphstate -642,SUCCESS,2,0,39.23,376801.85,376841.08,27,32,2819,62.77,routing -653,SUCCESS,2,0,11446.35,376841.08,388287.43,27,6950,3788,18314.16,pricingcall -654,SUCCESS,2,0,80.38,388287.43,388367.81,27,130,1422,128.61,wstate -663,SUCCESS,2,0,694.34,388367.81,389062.15,27,513,3113,1110.94,qpeexact -665,SUCCESS,2,0,328.05,389062.15,389390.2,27,250,3018,524.88,wstate -672,SUCCESS,2,0,363.23,389390.2,389753.43,27,292,2861,581.17,qpeexact -673,SUCCESS,2,0,342.57,389753.43,390096,27,337,2338,548.11,qnn -675,SUCCESS,2,0,598.13,390096,390694.13,27,568,2422,957.01,qpeexact -676,SUCCESS,2,0,415.71,390694.13,391109.84,27,314,3045,665.14,portfoliovqe -681,SUCCESS,2,0,445.81,391109.84,391555.65,27,438,2341,713.3,portfoliovqe -686,SUCCESS,2,0,241.93,391555.65,391797.58,27,215,2588,387.09,ae -699,SUCCESS,2,0,98.31,391797.58,391895.89,27,106,2133,157.3,dj -703,SUCCESS,2,0,53.93,391895.89,391949.82,27,68,1824,86.29,graphstate -721,SUCCESS,2,0,1806.14,391949.82,393755.96,27,1114,3729,2889.82,twolocalrandom -723,SUCCESS,2,0,40.64,393755.96,393796.6,27,29,3223,65.02,graphstate -725,SUCCESS,2,0,914.92,393796.6,394711.52,27,561,3751,1463.87,twolocalrandom -726,SUCCESS,2,0,1006.98,394711.52,395718.5,27,791,2928,1611.17,twolocalrandom -733,SUCCESS,2,0,101.16,395718.5,395819.66,27,71,3277,161.86,qaoa -735,SUCCESS,2,0,41.88,395819.66,395861.54,27,69,1396,67.01,vqe -747,SUCCESS,2,0,128.37,395861.54,395989.91,27,125,2362,205.39,dj -748,SUCCESS,2,0,46.76,395989.91,396036.67,27,41,2623,74.82,dj -23,SUCCESS,2,1,222823.27,175752.7,398575.97,127,48071,3940,356517.23,random -24,SUCCESS,2,1,7527.67,398575.97,406103.64,127,2286,2799,12044.27,realamprandom -25,SUCCESS,2,1,3535.35,406103.64,409638.99,127,961,3127,5656.56,wstate -26,SUCCESS,2,1,210.72,409638.99,409849.71,127,51,3512,337.15,dj -751,SUCCESS,2,0,13875.21,396036.67,409911.88,27,8407,3796,22200.34,pricingput -761,SUCCESS,2,0,317.05,409911.88,410228.93,27,669,1090,507.28,ae -762,SUCCESS,2,0,618.78,410228.93,410847.71,27,1229,1158,990.05,qpeinexact -769,SUCCESS,2,0,1079.88,410847.71,411927.59,27,1078,2304,1727.81,su2random -779,SUCCESS,2,0,91.91,411927.59,412019.5,27,60,3523,147.06,ghz -784,SUCCESS,2,0,14.41,412019.5,412033.91,27,10,3313,23.06,ghz -787,SUCCESS,2,0,1577.98,412033.91,413611.89,27,1287,2820,2524.77,su2random -788,SUCCESS,2,0,96.3,413611.89,413708.19,27,144,1538,154.08,dj -791,SUCCESS,2,0,455.52,413708.19,414163.71,27,687,1525,728.83,qpeexact -792,SUCCESS,2,0,1156.9,414163.71,415320.61,27,730,3645,1851.04,ae -798,SUCCESS,2,0,28.66,415320.61,415349.27,27,25,2636,45.86,graphstate -801,SUCCESS,2,0,987.34,415349.27,416336.61,27,912,2490,1579.74,ae -803,SUCCESS,2,0,89.58,416336.61,416426.19,27,96,2146,143.33,qpeexact -805,SUCCESS,2,0,624.53,416426.19,417050.72,27,675,2128,999.25,twolocalrandom -814,SUCCESS,2,0,361.92,417050.72,417412.64,27,270,3083,579.07,random -821,SUCCESS,2,0,811.28,417412.64,418223.92,27,713,2617,1298.05,ae -823,SUCCESS,2,0,853.73,418223.92,419077.65,27,499,3935,1365.97,realamprandom -826,SUCCESS,2,0,36.9,419077.65,419114.55,27,78,1088,59.04,tsp -831,SUCCESS,2,0,26.56,419114.55,419141.11,27,33,1851,42.5,wstate -832,SUCCESS,2,0,473.22,419141.11,419614.33,27,773,1408,757.15,qpeinexact -839,SUCCESS,2,0,609.27,419614.33,420223.6,27,436,3214,974.83,ae -841,SUCCESS,2,0,673.09,420223.6,420896.69,27,704,2199,1076.94,su2random -861,SUCCESS,2,0,200.19,420896.69,421096.88,27,366,1258,320.3,random -865,SUCCESS,2,0,669.05,421096.88,421765.93,27,582,2644,1070.48,random -866,SUCCESS,2,0,522.56,421765.93,422288.49,27,586,2051,836.1,realamprandom -867,SUCCESS,2,0,880.94,422288.49,423169.43,27,1438,1409,1409.5,pricingcall -868,SUCCESS,2,0,46.34,423169.43,423215.77,27,45,2368,74.14,graphstate -869,SUCCESS,2,0,128.97,423215.77,423344.74,27,113,2625,206.35,wstate -878,SUCCESS,2,0,32.47,423344.74,423377.21,27,20,3733,51.95,routing -882,SUCCESS,2,0,223.49,423377.21,423600.7,27,461,1115,357.58,qnn -887,SUCCESS,2,0,124.89,423600.7,423725.59,27,113,2542,199.82,dj -894,SUCCESS,2,0,508.1,423725.59,424233.69,27,518,2256,812.96,qft -895,SUCCESS,2,0,1316.41,424233.69,425550.1,27,2043,1482,2106.26,qwalk-v-chain -901,SUCCESS,2,0,119.24,425550.1,425669.34,27,218,1258,190.78,qft -903,SUCCESS,2,0,506.04,425669.34,426175.38,27,795,1464,809.66,qft -904,SUCCESS,2,0,1188.04,426175.38,427363.42,27,939,2910,1900.86,ae -918,SUCCESS,2,0,429.68,427363.42,427793.1,27,362,2730,687.49,qpeinexact -923,SUCCESS,2,0,218.63,427793.1,428011.73,27,335,1501,349.81,qpeinexact -928,SUCCESS,2,0,10735.63,428011.73,438747.36,27,7071,3492,17177.01,pricingcall -936,SUCCESS,2,0,266.12,438747.36,439013.48,27,494,1239,425.79,ae -944,SUCCESS,2,0,116.88,439013.48,439130.36,27,91,2954,187.01,dj -950,SUCCESS,2,0,2196.72,439130.36,441327.08,27,1242,4068,3514.75,qft -27,SUCCESS,2,1,41697.4,409849.71,451547.11,127,9030,3925,66715.84,qnn -28,SUCCESS,2,1,18331.2,451547.11,469878.31,127,7752,2010,29329.92,ae -30,SUCCESS,2,1,11936.17,469878.31,481814.48,127,8620,1177,19097.87,realamprandom -32,SUCCESS,2,1,3951.03,481814.48,485765.51,127,1794,1872,6321.65,qpeinexact -33,SUCCESS,2,1,1567.03,485765.51,487332.54,127,704,1892,2507.25,qft -34,SUCCESS,2,1,638.31,487332.54,487970.85,127,252,2153,1021.3,realamprandom -35,SUCCESS,2,1,555.64,487970.85,488526.49,127,210,2249,889.02,ghz -36,SUCCESS,2,1,19599.52,488526.49,508126.01,127,5198,3205,31359.23,random -37,SUCCESS,2,1,2019.89,508126.01,510145.9,127,970,1770,3231.82,ae -38,SUCCESS,2,1,5557.13,510145.9,515703.03,127,1292,3656,8891.41,qft -40,SUCCESS,2,1,23951.05,515703.03,539654.08,127,5986,3401,38321.68,qft -41,SUCCESS,2,1,8948.27,539654.08,548602.35,127,5429,1401,14317.23,ae -42,SUCCESS,2,1,178.05,548602.35,548780.4,127,95,1593,284.88,graphstate -43,SUCCESS,2,1,21735.37,548780.4,570515.77,127,5194,3557,34776.59,qpeexact -46,SUCCESS,2,1,15116.69,570515.77,585632.46,127,5219,2462,24186.7,qpeexact -951,SUCCESS,2,0,144575.24,441327.08,585902.32,27,98613,3372,231320.38,qwalk-noancilla -953,SUCCESS,2,0,509.92,585902.32,586412.24,27,358,3276,815.87,realamprandom -968,SUCCESS,2,0,112.81,586412.24,586525.05,27,66,3931,180.5,graphstate -48,SUCCESS,2,1,4548.59,585632.46,590181.05,127,1681,2300,7277.74,random -49,SUCCESS,2,1,6587.51,590181.05,596768.56,127,3329,1682,10540.02,qpeinexact -50,SUCCESS,2,1,28478.19,596768.56,625246.75,127,13170,1838,45565.1,su2random -51,SUCCESS,2,1,263.47,625246.75,625510.22,127,129,1736,421.55,graphstate -52,SUCCESS,2,1,139.72,625510.22,625649.94,127,29,4095,223.55,wstate -53,SUCCESS,2,1,22311.23,625649.94,647961.17,127,18448,1028,35697.97,random -54,SUCCESS,2,1,333.93,647961.17,648295.1,127,109,2604,534.29,wstate -56,SUCCESS,2,1,2543.72,648295.1,650838.82,127,630,3432,4069.95,dj -57,SUCCESS,2,1,1863.07,650838.82,652701.89,127,841,1883,2980.91,ae -58,SUCCESS,2,1,988.3,652701.89,653690.19,127,361,2327,1581.28,dj -59,SUCCESS,2,1,1032.22,653690.19,654722.41,127,851,1031,1651.55,realamprandom -60,SUCCESS,2,1,2731.92,654722.41,657454.33,127,1673,1388,4371.07,qnn -61,SUCCESS,2,1,7744,657454.33,665198.33,127,2420,2720,12390.4,qftentangled -976,SUCCESS,2,0,103827.89,586525.05,690352.94,27,76125,3137,166124.62,qwalk-noancilla -979,SUCCESS,2,0,1441.79,690352.94,691794.73,27,896,3701,2306.86,twolocalrandom -982,SUCCESS,2,0,782.45,691794.73,692577.18,27,447,4026,1251.92,qft -987,SUCCESS,2,0,294.98,692577.18,692872.16,27,316,2147,471.97,wstate -991,SUCCESS,2,0,263.79,692872.16,693135.95,27,338,1795,422.06,realamprandom -995,SUCCESS,2,0,146.3,693135.95,693282.25,27,109,3087,234.08,ghz -1012,SUCCESS,2,0,527.01,693282.25,693809.26,27,740,1638,843.22,su2random -1015,SUCCESS,2,0,799.05,693809.26,694608.31,27,600,3063,1278.48,realamprandom -1016,SUCCESS,2,0,524.08,694608.31,695132.39,27,399,3021,838.53,qnn -1018,SUCCESS,2,0,256.95,695132.39,695389.34,27,324,1824,411.12,qft -1019,SUCCESS,2,0,1651.67,695389.34,697041.01,27,1229,3091,2642.67,qpeexact -1028,SUCCESS,2,0,256.62,697041.01,697297.63,27,241,2449,410.59,realamprandom -1033,SUCCESS,2,0,413.36,697297.63,697710.99,27,394,2413,661.38,qnn -1034,SUCCESS,2,0,1694.44,697710.99,699405.43,27,1110,3511,2711.1,random -1038,SUCCESS,2,0,11.88,699405.43,699417.31,27,11,2483,19.01,ghz -1039,SUCCESS,2,0,60.52,699417.31,699477.83,27,41,3395,96.83,dj -1044,SUCCESS,2,0,914.45,699477.83,700392.28,27,781,2693,1463.12,twolocalrandom -1046,SUCCESS,2,0,30.8,700392.28,700423.08,27,19,3728,49.28,ghz -1047,SUCCESS,2,0,348.33,700423.08,700771.41,27,410,1954,557.33,portfolioqaoa -1048,SUCCESS,2,0,75.21,700771.41,700846.62,27,62,2790,120.34,ghz -1049,SUCCESS,2,0,264.01,700846.62,701110.63,27,196,3098,422.42,tsp -1052,SUCCESS,2,0,1348.23,701110.63,702458.86,27,2378,1304,2157.17,random -1057,SUCCESS,2,0,191.16,702458.86,702650.02,27,139,3163,305.86,qft -1059,SUCCESS,2,0,173.25,702650.02,702823.27,27,229,1740,277.2,qft -1072,SUCCESS,2,0,52.14,702823.27,702875.41,27,33,3634,83.42,wstate -1077,SUCCESS,2,0,1120.03,702875.41,703995.44,27,766,3363,1792.05,portfolioqaoa -1079,SUCCESS,2,0,8594.38,703995.44,712589.82,27,5392,3666,13751.01,qwalk-noancilla -1092,SUCCESS,2,0,386.88,712589.82,712976.7,27,693,1284,619.01,random -62,SUCCESS,2,1,58853.67,665198.33,724052,127,12791,3911,94165.87,realamprandom -65,SUCCESS,2,1,12691.47,724052,736743.47,127,4668,2311,20306.35,qftentangled -67,SUCCESS,2,1,19391.06,736743.47,756134.53,127,4926,3346,31025.7,qpeexact -68,SUCCESS,2,1,1692.2,756134.53,757826.73,127,371,3877,2707.52,qnn -69,SUCCESS,2,1,2678.17,757826.73,760504.9,127,1246,1827,4285.07,wstate -71,SUCCESS,2,1,7445.81,760504.9,767950.71,127,5047,1254,11913.3,su2random -72,SUCCESS,2,1,4357.62,767950.71,772308.33,127,1117,3316,6972.19,wstate -73,SUCCESS,2,1,1246.22,772308.33,773554.55,127,294,3603,1993.95,graphstate -1095,SUCCESS,2,0,64348.61,712976.7,777325.31,27,79315,1866,102957.78,qwalk-noancilla -74,SUCCESS,2,1,55480.04,773554.55,829034.59,127,32124,1468,88768.06,random -75,SUCCESS,2,1,401.88,829034.59,829436.47,127,158,2162,643.01,graphstate -76,SUCCESS,2,1,28045.84,829436.47,857482.31,127,11726,2033,44873.34,qnn -77,SUCCESS,2,1,7287.62,857482.31,864769.93,127,4776,1297,11660.19,qftentangled -78,SUCCESS,2,1,3428.06,864769.93,868197.99,127,1154,2525,5484.9,qnn -79,SUCCESS,2,1,376.44,868197.99,868574.43,127,101,3168,602.3,wstate -80,SUCCESS,2,1,3082.75,868574.43,871657.18,127,2393,1095,4932.4,su2random -81,SUCCESS,2,1,28211.65,871657.18,899868.83,127,7922,3027,45138.64,qpeexact -82,SUCCESS,2,1,1875.65,899868.83,901744.48,127,1070,1490,3001.04,ghz -83,SUCCESS,2,1,1290.68,901744.48,903035.16,127,582,1885,2065.09,wstate -85,SUCCESS,2,1,3157.73,903035.16,906192.89,127,1532,1752,5052.37,ae -87,SUCCESS,2,1,12153.92,906192.89,918346.81,127,3555,2906,19446.27,qftentangled -88,SUCCESS,2,1,19160.41,918346.81,937507.22,127,4371,3726,30656.66,random -89,SUCCESS,2,1,3144.87,937507.22,940652.09,127,797,3354,5031.79,qftentangled -90,SUCCESS,2,1,1543.83,940652.09,942195.92,127,547,2399,2470.13,su2random -92,SUCCESS,2,1,13532.17,942195.92,955728.09,127,5158,2230,21651.47,qwalk-v-chain -93,SUCCESS,2,1,92.65,955728.09,955820.74,127,42,1875,148.24,dj -94,SUCCESS,2,1,9010.32,955820.74,964831.06,127,2244,3413,14416.51,qftentangled -95,SUCCESS,2,1,1762.49,964831.06,966593.55,127,532,2816,2819.98,ae -96,SUCCESS,2,1,844.59,966593.55,967438.14,127,187,3839,1351.34,dj -97,SUCCESS,2,1,9793.57,967438.14,977231.71,127,4454,1869,15669.71,qftentangled -98,SUCCESS,2,1,2266.26,977231.71,979497.97,127,605,3184,3626.02,dj -100,SUCCESS,2,1,4622.18,979497.97,984120.15,127,1063,3696,7395.49,qft -101,SUCCESS,2,1,6210.18,984120.15,990330.33,127,1553,3399,9936.29,realamprandom -102,SUCCESS,2,1,2976.48,990330.33,993306.81,127,1000,2530,4762.37,pricingcall -103,SUCCESS,2,1,38067.53,993306.81,1031374.34,127,11458,2824,60908.05,twolocalrandom -104,SUCCESS,2,1,556.28,1031374.34,1031930.62,127,321,1473,890.05,realamprandom -106,SUCCESS,2,1,999.63,1031930.62,1032930.25,127,688,1235,1599.41,qpeinexact -107,SUCCESS,2,1,3872.23,1032930.25,1036802.48,127,821,4009,6195.57,su2random -108,SUCCESS,2,1,19776.93,1036802.48,1056579.41,127,4726,3557,31643.09,qftentangled -1096,SUCCESS,2,0,285870.26,777325.31,1063195.57,27,161588,4069,457392.42,qwalk-noancilla -1104,SUCCESS,2,0,302.11,1063195.57,1063497.68,27,658,1056,483.38,qpeinexact -1127,SUCCESS,2,0,240.43,1063497.68,1063738.11,27,401,1379,384.69,qftentangled -1135,SUCCESS,2,0,21.38,1063738.11,1063759.49,27,26,1891,34.21,routing -1137,SUCCESS,2,0,3436.34,1063759.49,1067195.83,27,2007,3938,5498.14,qnn -1139,SUCCESS,2,0,37.66,1067195.83,1067233.49,27,34,2547,60.26,dj -1141,SUCCESS,2,0,62.09,1067233.49,1067295.58,27,94,1519,99.34,qaoa -1146,SUCCESS,2,0,2510.9,1067295.58,1069806.48,27,1594,3623,4017.44,random -1153,SUCCESS,2,0,920.17,1069806.48,1070726.65,27,559,3786,1472.27,qftentangled -1155,SUCCESS,2,0,71.3,1070726.65,1070797.95,27,84,1952,114.08,dj -1158,SUCCESS,2,0,270.96,1070797.95,1071068.91,27,328,1900,433.54,qpeexact -1161,SUCCESS,2,0,766.96,1071068.91,1071835.87,27,504,3500,1227.14,twolocalrandom -1170,SUCCESS,2,0,994.28,1071835.87,1072830.15,27,1003,2280,1590.85,ae -1178,SUCCESS,2,0,24.45,1072830.15,1072854.6,27,16,3514,39.12,ghz -1184,SUCCESS,2,0,44.04,1072854.6,1072898.64,27,41,2470,70.46,dj -1188,SUCCESS,2,0,419.03,1072898.64,1073317.67,27,625,1542,670.45,groundstate -109,SUCCESS,2,1,26755.97,1056579.41,1083335.38,127,8727,2606,42809.55,pricingcall -110,SUCCESS,2,1,1466.99,1083335.38,1084802.37,127,398,3133,2347.18,dj -111,SUCCESS,2,1,11918.93,1084802.37,1096721.3,127,2985,3394,19070.29,qftentangled -113,SUCCESS,2,1,121.64,1096721.3,1096842.94,127,96,1077,194.62,ghz -114,SUCCESS,2,1,1220.36,1096842.94,1098063.3,127,506,2050,1952.58,random -115,SUCCESS,2,1,13714.75,1098063.3,1111778.05,127,4568,2552,21943.6,qnn -116,SUCCESS,2,1,2203.06,1111778.05,1113981.11,127,1606,1166,3524.9,ae -117,SUCCESS,2,1,3779.72,1113981.11,1117760.83,127,984,3265,6047.55,qpeexact -119,SUCCESS,2,1,1264.12,1117760.83,1119024.95,127,824,1304,2022.59,qpeexact -1192,SUCCESS,2,0,49063.43,1073317.67,1122381.1,27,31530,3579,78501.49,grover-noancilla -1199,SUCCESS,2,0,444.75,1122381.1,1122825.85,27,527,1941,711.6,qft -1206,SUCCESS,2,0,474.81,1122825.85,1123300.66,27,321,3402,759.7,portfolioqaoa -1210,SUCCESS,2,0,34.18,1123300.66,1123334.84,27,32,2456,54.69,graphstate -1212,SUCCESS,2,0,25.52,1123334.84,1123360.36,27,40,1467,40.83,dj -1235,SUCCESS,2,0,479.78,1123360.36,1123840.14,27,592,1864,767.65,qftentangled -1238,SUCCESS,2,0,227.83,1123840.14,1124067.97,27,254,2063,364.53,qft -1239,SUCCESS,2,0,559.52,1124067.97,1124627.49,27,866,1486,895.23,ae -1242,SUCCESS,2,0,408.61,1124627.49,1125036.1,27,336,2797,653.78,qpeexact -1243,SUCCESS,2,0,301.2,1125036.1,1125337.3,27,425,1630,481.92,su2random -1244,SUCCESS,2,0,124.25,1125337.3,1125461.55,27,162,1764,198.8,qpeinexact -1257,SUCCESS,2,0,105.42,1125461.55,1125566.97,27,130,1865,168.67,dj -1268,SUCCESS,2,0,44.76,1125566.97,1125611.73,27,42,2451,71.62,ghz -1270,SUCCESS,2,0,536.37,1125611.73,1126148.1,27,922,1338,858.19,random -1272,SUCCESS,2,0,556.95,1126148.1,1126705.05,27,538,2381,891.12,qftentangled -1274,SUCCESS,2,0,862.26,1126705.05,1127567.31,27,633,3133,1379.62,qnn -1278,SUCCESS,2,0,263.16,1127567.31,1127830.47,27,181,3344,421.06,random -1294,SUCCESS,2,0,305.41,1127830.47,1128135.88,27,174,4037,488.66,qftentangled -1299,SUCCESS,2,0,11.46,1128135.88,1128147.34,27,12,2195,18.34,ghz -1307,SUCCESS,2,0,122.44,1128147.34,1128269.78,27,69,4081,195.9,dj -1317,SUCCESS,2,0,561.4,1128269.78,1128831.18,27,806,1602,898.24,qftentangled -1318,SUCCESS,2,0,322.97,1128831.18,1129154.15,27,506,1468,516.75,qnn -1320,SUCCESS,2,0,33.09,1129154.15,1129187.24,27,33,2306,52.94,graphstate -1328,SUCCESS,2,0,805.02,1129187.24,1129992.26,27,1093,1694,1288.03,su2random -1331,SUCCESS,2,0,21.64,1129992.26,1130013.9,27,45,1106,34.62,dj -1334,SUCCESS,2,0,563.31,1130013.9,1130577.21,27,438,2958,901.3,su2random -1343,SUCCESS,2,0,154.73,1130577.21,1130731.94,27,325,1095,247.57,qpeinexact -1344,SUCCESS,2,0,72.22,1130731.94,1130804.16,27,44,3775,115.55,graphstate -120,SUCCESS,2,1,12626.92,1119024.95,1131651.87,127,9042,1187,20203.07,realamprandom -1345,SUCCESS,2,0,897.32,1130804.16,1131701.48,27,559,3692,1435.71,qpeexact -1346,SUCCESS,2,0,7353.57,1131701.48,1139055.05,27,7262,2329,11765.71,pricingcall -1348,SUCCESS,2,0,227.41,1139055.05,1139282.46,27,179,2922,363.86,pricingput -1350,SUCCESS,2,0,678.69,1139282.46,1139961.15,27,1289,1211,1085.9,realamprandom -1352,SUCCESS,2,0,355.54,1139961.15,1140316.69,27,308,2655,568.86,portfolioqaoa -1354,SUCCESS,2,0,11.98,1140316.69,1140328.67,27,26,1059,19.17,routing -1370,SUCCESS,2,0,127,1140328.67,1140455.67,27,100,2921,203.2,qaoa -1374,SUCCESS,2,0,29.7,1140455.67,1140485.37,27,30,2277,47.52,vqe -1380,SUCCESS,2,0,14.14,1140485.37,1140499.51,27,14,2322,22.62,ghz -1383,SUCCESS,2,0,306.38,1140499.51,1140805.89,27,361,1952,490.21,qft -1392,SUCCESS,2,0,1390.36,1140805.89,1142196.25,27,896,3569,2224.58,realamprandom -1395,SUCCESS,2,0,1326,1142196.25,1143522.25,27,783,3895,2121.6,qpeinexact -1396,SUCCESS,2,0,60.51,1143522.25,1143582.76,27,103,1351,96.82,dj -1402,SUCCESS,2,0,19.83,1143582.76,1143602.59,27,32,1425,31.73,routing -1408,SUCCESS,2,0,176.51,1143602.59,1143779.1,27,170,2388,282.42,ae -1428,SUCCESS,2,0,1167.98,1143779.1,1144947.08,27,677,3968,1868.77,qnn -1433,SUCCESS,2,0,18.11,1144947.08,1144965.19,27,26,1602,28.98,graphstate -1436,SUCCESS,2,0,425.55,1144965.19,1145390.74,27,312,3137,680.88,qft -1439,SUCCESS,2,0,1484.93,1145390.74,1146875.67,27,2039,1675,2375.89,twolocalrandom -121,SUCCESS,2,1,15690.95,1131651.87,1147342.82,127,7451,1790,25105.52,ae -1442,SUCCESS,2,0,795.15,1146875.67,1147670.82,27,465,3933,1272.24,su2random -122,SUCCESS,2,1,826.66,1147342.82,1148169.48,127,196,3585,1322.66,random -1443,SUCCESS,2,0,537.02,1147670.82,1148207.84,27,1005,1229,859.23,pricingput -1444,SUCCESS,2,0,146.32,1148207.84,1148354.16,27,235,1432,234.11,realamprandom -1448,SUCCESS,2,0,37.12,1148354.16,1148391.28,27,44,1940,59.39,qaoa -1450,SUCCESS,2,0,2464.37,1148391.28,1150855.65,27,1986,2854,3942.99,pricingcall -1456,SUCCESS,2,0,50.31,1150855.65,1150905.96,27,53,2183,80.5,wstate -1460,SUCCESS,2,0,371.33,1150905.96,1151277.29,27,306,2791,594.13,pricingcall -1462,SUCCESS,2,0,51.49,1151277.29,1151328.78,27,55,2153,82.38,dj -1464,SUCCESS,2,0,269.68,1151328.78,1151598.46,27,159,3901,431.49,pricingcall -1469,SUCCESS,2,0,303.48,1151598.46,1151901.94,27,458,1524,485.57,realamprandom -1470,SUCCESS,2,0,1551.66,1151901.94,1153453.6,27,1200,2974,2482.66,qftentangled -1471,SUCCESS,2,0,483.16,1153453.6,1153936.76,27,484,2296,773.06,realamprandom -1472,SUCCESS,2,0,428.6,1153936.76,1154365.36,27,270,3651,685.76,su2random -1483,SUCCESS,2,0,26.42,1154365.36,1154391.78,27,57,1066,42.27,wstate -1485,SUCCESS,2,0,14.34,1154391.78,1154406.12,27,26,1268,22.94,vqe -1495,SUCCESS,2,0,449.59,1154406.12,1154855.71,27,420,2462,719.34,portfolioqaoa -1497,SUCCESS,2,0,26,1154855.71,1154881.71,27,26,2300,41.6,graphstate -1503,SUCCESS,2,0,735.16,1154881.71,1155616.87,27,433,3905,1176.26,qnn -1507,SUCCESS,2,0,1591.41,1155616.87,1157208.28,27,925,3957,2546.26,qpeinexact -1510,SUCCESS,2,0,39.17,1157208.28,1157247.45,27,26,3465,62.67,graphstate -1511,SUCCESS,2,0,845.78,1157247.45,1158093.23,27,598,3253,1353.25,su2random -1513,SUCCESS,2,0,13081.46,1158093.23,1171174.69,27,7947,3786,20930.34,qwalk-v-chain -1517,SUCCESS,2,0,997.29,1171174.69,1172171.98,27,734,3125,1595.66,su2random -1519,SUCCESS,2,0,95.65,1172171.98,1172267.63,27,105,2095,153.04,vqe -123,SUCCESS,2,1,53679.49,1148169.48,1201848.97,127,15014,3039,85887.18,twolocalrandom -124,SUCCESS,2,1,434,1201848.97,1202282.97,127,170,2170,694.4,dj -125,SUCCESS,2,1,916.76,1202282.97,1203199.73,127,221,3526,1466.82,wstate -126,SUCCESS,2,1,75.34,1203199.73,1203275.07,127,29,2208,120.54,ghz -127,SUCCESS,2,1,16088.46,1203275.07,1219363.53,127,5541,2468,25741.54,realamprandom -1522,SUCCESS,2,0,51362.43,1172267.63,1223630.06,27,39234,3011,82179.89,grover-noancilla -1524,SUCCESS,2,0,397.25,1223630.06,1224027.31,27,256,3569,635.6,random -1534,SUCCESS,2,0,168.56,1224027.31,1224195.87,27,267,1452,269.7,portfoliovqe -128,SUCCESS,2,1,5079.21,1219363.53,1224442.74,127,2380,1814,8126.74,pricingput -1536,SUCCESS,2,0,327.39,1224195.87,1224523.26,27,252,2988,523.82,qftentangled -1537,SUCCESS,2,0,1153.93,1224523.26,1225677.19,27,1472,1803,1846.29,su2random -1538,SUCCESS,2,0,846.82,1225677.19,1226524.01,27,571,3411,1354.91,ae -1540,SUCCESS,2,0,990.67,1226524.01,1227514.68,27,896,2543,1585.07,realamprandom -1542,SUCCESS,2,0,20.27,1227514.68,1227534.95,27,24,1942,32.43,vqe -1543,SUCCESS,2,0,4070.12,1227534.95,1231605.07,27,2382,3930,6512.19,pricingput -1547,SUCCESS,2,0,917.69,1231605.07,1232522.76,27,1170,1804,1468.3,twolocalrandom -1555,SUCCESS,2,0,79.22,1232522.76,1232601.98,27,65,2803,126.75,wstate -1565,SUCCESS,2,0,78.41,1232601.98,1232680.39,27,136,1326,125.46,dj -1580,SUCCESS,2,0,21.93,1232680.39,1232702.32,27,30,1681,35.09,graphstate -1583,SUCCESS,2,0,514.52,1232702.32,1233216.84,27,504,2348,823.23,qnn -1591,SUCCESS,2,0,526.09,1233216.84,1233742.93,27,1099,1101,841.74,ae -1597,SUCCESS,2,0,30.16,1233742.93,1233773.09,27,20,3468,48.26,routing -1606,SUCCESS,2,0,205.86,1233773.09,1233978.95,27,177,2675,329.38,qnn -1607,SUCCESS,2,0,251.3,1233978.95,1234230.25,27,171,3380,402.08,twolocalrandom -1610,SUCCESS,2,0,307.79,1234230.25,1234538.04,27,288,2458,492.46,qft -1615,SUCCESS,2,0,26.93,1234538.04,1234564.97,27,23,2692,43.09,dj -1617,SUCCESS,2,0,605.76,1234564.97,1235170.73,27,581,2398,969.22,qpeexact -1627,SUCCESS,2,0,57.51,1235170.73,1235228.24,27,44,3006,92.02,graphstate -1632,SUCCESS,2,0,99.52,1235228.24,1235327.76,27,187,1224,159.23,qftentangled -1636,SUCCESS,2,0,513.09,1235327.76,1235840.85,27,728,1621,820.94,qftentangled -1637,SUCCESS,2,0,665.7,1235840.85,1236506.55,27,433,3536,1065.12,qpeinexact -1641,SUCCESS,2,0,35.24,1236506.55,1236541.79,27,24,3377,56.38,routing -1642,SUCCESS,2,0,131.06,1236541.79,1236672.85,27,108,2791,209.7,ghz -1647,SUCCESS,2,0,387.16,1236672.85,1237060.01,27,485,1836,619.46,twolocalrandom -1650,SUCCESS,2,0,326.53,1237060.01,1237386.54,27,382,1966,522.45,ae -1655,SUCCESS,2,0,112.91,1237386.54,1237499.45,27,134,1938,180.66,qpeinexact -1657,SUCCESS,2,0,25.91,1237499.45,1237525.36,27,23,2591,41.46,ghz -1658,SUCCESS,2,0,16.3,1237525.36,1237541.66,27,35,1071,26.08,dj -1659,SUCCESS,2,0,367.12,1237541.66,1237908.78,27,440,1919,587.39,qpeinexact -1660,SUCCESS,2,0,480.01,1237908.78,1238388.79,27,468,2359,768.02,ae -1662,SUCCESS,2,0,729.09,1238388.79,1239117.88,27,653,2568,1166.54,qpeinexact -1663,SUCCESS,2,0,36.73,1239117.88,1239154.61,27,31,2725,58.77,ghz -1664,SUCCESS,2,0,73.67,1239154.61,1239228.28,27,73,2321,117.87,ghz -1674,SUCCESS,2,0,179.15,1239228.28,1239407.43,27,192,2146,286.64,su2random -1678,SUCCESS,2,0,1006.47,1239407.43,1240413.9,27,1531,1512,1610.35,pricingcall -1682,SUCCESS,2,0,63.63,1240413.9,1240477.53,27,37,3955,101.81,dj -1692,SUCCESS,2,0,816.31,1240477.53,1241293.84,27,512,3667,1306.1,portfoliovqe -1701,SUCCESS,2,0,562.6,1241293.84,1241856.44,27,329,3933,900.16,qpeinexact -1703,SUCCESS,2,0,63.54,1241856.44,1241919.98,27,67,2181,101.66,routing -130,SUCCESS,2,1,33270.62,1224442.74,1257713.36,127,10000,2828,53232.99,qnn -131,SUCCESS,2,1,373.98,1257713.36,1258087.34,127,120,2649,598.37,qft -132,SUCCESS,2,1,413.63,1258087.34,1258500.97,127,117,3005,661.81,wstate -133,SUCCESS,2,1,107.76,1258500.97,1258608.73,127,68,1347,172.42,graphstate -134,SUCCESS,2,1,146.36,1258608.73,1258755.09,127,40,3110,234.18,qaoa -1723,SUCCESS,2,0,23768.54,1241919.98,1265688.52,27,35315,1548,38029.66,shor -1726,SUCCESS,2,0,7.99,1265688.52,1265696.51,27,10,1836,12.78,ghz -1731,SUCCESS,2,0,38.26,1265696.51,1265734.77,27,29,3034,61.22,vqe -1732,SUCCESS,2,0,65.7,1265734.77,1265800.47,27,58,2605,105.12,vqe -1737,SUCCESS,2,0,6.61,1265800.47,1265807.08,27,13,1168,10.58,ghz -1757,SUCCESS,2,0,509.67,1265807.08,1266316.75,27,559,2097,815.47,portfoliovqe -1769,SUCCESS,2,0,308.56,1266316.75,1266625.31,27,534,1329,493.7,qpeinexact -1772,SUCCESS,2,0,3232.36,1266625.31,1269857.67,27,2658,2797,5171.78,qwalk-v-chain -1776,SUCCESS,2,0,5967.07,1269857.67,1275824.74,27,3625,3786,9547.31,grover-noancilla -1778,SUCCESS,2,0,1909.2,1275824.74,1277733.94,27,1076,4081,3054.72,ae -1784,SUCCESS,2,0,56.25,1277733.94,1277790.19,27,35,3696,90,qaoa -1792,SUCCESS,2,0,493.93,1277790.19,1278284.12,27,891,1275,790.29,qpeinexact -1801,SUCCESS,2,0,142.1,1278284.12,1278426.22,27,85,3845,227.36,wstate -1812,SUCCESS,2,0,64.11,1278426.22,1278490.33,27,38,3880,102.58,graphstate -1813,SUCCESS,2,0,974.22,1278490.33,1279464.55,27,781,2869,1558.75,realamprandom -1815,SUCCESS,2,0,85.83,1279464.55,1279550.38,27,99,1994,137.33,dj -1817,SUCCESS,2,0,330.13,1279550.38,1279880.51,27,327,2322,528.21,qftentangled -1821,SUCCESS,2,0,1636.69,1279880.51,1281517.2,27,1067,3528,2618.7,ae -1824,SUCCESS,2,0,252.64,1281517.2,1281769.84,27,164,3543,404.22,dj -1832,SUCCESS,2,0,3332.5,1281769.84,1285102.34,27,2843,2696,5332,pricingcall -1842,SUCCESS,2,0,871.38,1285102.34,1285973.72,27,1091,1837,1394.21,qftentangled -1844,SUCCESS,2,0,4378.44,1285973.72,1290352.16,27,4102,2455,7005.5,qwalk-v-chain -1845,SUCCESS,2,0,342.27,1290352.16,1290694.43,27,492,1600,547.63,portfoliovqe -1847,SUCCESS,2,0,2406.67,1290694.43,1293101.1,27,1427,3879,3850.67,pricingcall -1848,SUCCESS,2,0,3143.64,1293101.1,1296244.74,27,2136,3385,5029.82,random -135,SUCCESS,2,1,38224.29,1258755.09,1296979.38,127,26181,1241,61158.86,qwalk-noancilla -1854,SUCCESS,2,0,1235.18,1296244.74,1297479.92,27,843,3370,1976.29,qpeinexact -1855,SUCCESS,2,0,694.21,1297479.92,1298174.13,27,1056,1512,1110.74,grover-v-chain -1857,SUCCESS,2,0,436.74,1298174.13,1298610.87,27,251,4002,698.78,su2random -1858,SUCCESS,2,0,6824.8,1298610.87,1305435.67,27,9891,1587,10919.68,grover-noancilla -1862,SUCCESS,2,0,753.66,1305435.67,1306189.33,27,600,2889,1205.86,su2random -1869,SUCCESS,2,0,883.78,1306189.33,1307073.11,27,699,2908,1414.05,qpeexact -1874,SUCCESS,2,0,14.63,1307073.11,1307087.74,27,23,1462,23.41,graphstate -1883,SUCCESS,2,0,248.08,1307087.74,1307335.82,27,273,2090,396.93,ae -1884,SUCCESS,2,0,312.42,1307335.82,1307648.24,27,499,1440,499.87,twolocalrandom -1886,SUCCESS,2,0,539.75,1307648.24,1308187.99,27,617,2012,863.6,qftentangled -1888,SUCCESS,2,0,446.15,1308187.99,1308634.14,27,535,1918,713.84,qft -1891,SUCCESS,2,0,1013.91,1308634.14,1309648.05,27,912,2557,1622.26,qpeinexact -1892,SUCCESS,2,0,933.89,1309648.05,1310581.94,27,744,2887,1494.22,qft -1900,SUCCESS,2,0,548.27,1310581.94,1311130.21,27,485,2600,877.23,realamprandom -1902,SUCCESS,2,0,433.86,1311130.21,1311564.07,27,367,2719,694.18,qpeexact -1903,SUCCESS,2,0,31.87,1311564.07,1311595.94,27,25,2932,50.99,vqe -1904,SUCCESS,2,0,2500.95,1311595.94,1314096.89,27,4540,1267,4001.52,qwalk-noancilla -1905,SUCCESS,2,0,1446.64,1314096.89,1315543.53,27,1352,2461,2314.62,realamprandom -1909,SUCCESS,2,0,170.86,1315543.53,1315714.39,27,160,2456,273.38,pricingcall -1914,SUCCESS,2,0,6426.17,1315714.39,1322140.56,27,3843,3846,10281.87,pricingcall -1916,SUCCESS,2,0,161.06,1322140.56,1322301.62,27,217,1707,257.7,qpeexact -1922,SUCCESS,2,0,97.32,1322301.62,1322398.94,27,76,2945,155.71,dj -1935,SUCCESS,2,0,425.23,1322398.94,1322824.17,27,746,1311,680.37,qnn -1941,SUCCESS,2,0,20.71,1322824.17,1322844.88,27,24,1984,33.14,dj -1942,SUCCESS,2,0,605.29,1322844.88,1323450.17,27,791,1760,968.46,qpeexact -1947,SUCCESS,2,0,1519.81,1323450.17,1324969.98,27,959,3645,2431.7,su2random -1949,SUCCESS,2,0,1057.72,1324969.98,1326027.7,27,812,2996,1692.35,qpeinexact -1951,SUCCESS,2,0,98.44,1326027.7,1326126.14,27,91,2488,157.5,ghz -1953,SUCCESS,2,0,1339.85,1326126.14,1327465.99,27,862,3575,2143.76,qftentangled -1955,SUCCESS,2,0,33.48,1327465.99,1327499.47,27,24,3208,53.57,graphstate -1957,SUCCESS,2,0,920.35,1327499.47,1328419.82,27,840,2520,1472.56,realamprandom -1964,SUCCESS,2,0,428.24,1328419.82,1328848.06,27,535,1841,685.18,portfoliovqe -1966,SUCCESS,2,0,298.99,1328848.06,1329147.05,27,253,2718,478.38,qnn -1973,SUCCESS,2,0,479.59,1329147.05,1329626.64,27,360,3064,767.34,qpeexact -1977,SUCCESS,2,0,567.31,1329626.64,1330193.95,27,466,2800,907.7,qpeinexact -1980,SUCCESS,2,0,98.77,1330193.95,1330292.72,27,61,3724,158.03,wstate -1985,SUCCESS,2,0,385.71,1330292.72,1330678.43,27,333,2664,617.14,qpeexact -1987,SUCCESS,2,0,974.85,1330678.43,1331653.28,27,593,3781,1559.76,random -1988,SUCCESS,2,0,299.03,1331653.28,1331952.31,27,203,3388,478.45,qpeinexact -1989,SUCCESS,2,0,1985.35,1331952.31,1333937.66,27,1473,3100,3176.56,random -1992,SUCCESS,2,0,274.97,1333937.66,1334212.63,27,177,3573,439.95,ae -2002,SUCCESS,2,0,889.16,1334212.63,1335101.79,27,518,3948,1422.66,qpeinexact -2007,SUCCESS,2,0,850.42,1335101.79,1335952.21,27,759,2577,1360.67,qpeexact -2010,SUCCESS,2,0,1855.16,1335952.21,1337807.37,27,1748,2441,2968.26,random -2012,SUCCESS,2,0,32.09,1337807.37,1337839.46,27,52,1419,51.34,ghz -2020,SUCCESS,2,0,1222.72,1337839.46,1339062.18,27,1917,1467,1956.35,pricingput -2026,SUCCESS,2,0,1718.24,1339062.18,1340780.42,27,1001,3948,2749.18,portfoliovqe -2027,SUCCESS,2,0,82.85,1340780.42,1340863.27,27,78,2443,132.56,dj -2030,SUCCESS,2,0,2285.83,1340863.27,1343149.1,27,1355,3880,3657.33,qnn -2044,SUCCESS,2,0,553.9,1343149.1,1343703,27,432,2949,886.24,portfoliovqe -2045,SUCCESS,2,0,514.96,1343703,1344217.96,27,631,1877,823.94,ae -2049,SUCCESS,2,0,1371,1344217.96,1345588.96,27,889,3547,2193.6,qpeinexact -2055,SUCCESS,2,0,206.61,1345588.96,1345795.57,27,272,1747,330.58,qftentangled -2061,SUCCESS,2,0,441.37,1345795.57,1346236.94,27,552,1839,706.19,qnn -2062,SUCCESS,2,0,776.49,1346236.94,1347013.43,27,1119,1596,1242.38,realamprandom -2066,SUCCESS,2,0,63.93,1347013.43,1347077.36,27,87,1690,102.29,ghz -2075,SUCCESS,2,0,581.34,1347077.36,1347658.7,27,395,3385,930.14,qpeinexact -2086,SUCCESS,2,0,1074.1,1347658.7,1348732.8,27,962,2568,1718.56,qpeinexact -2087,SUCCESS,2,0,390.07,1348732.8,1349122.87,27,324,2769,624.11,su2random -2088,SUCCESS,2,0,24.69,1349122.87,1349147.56,27,27,2103,39.5,dj -2092,SUCCESS,2,0,39.2,1349147.56,1349186.76,27,31,2908,62.72,graphstate -2099,SUCCESS,2,0,1393.75,1349186.76,1350580.51,27,783,4094,2230,su2random -2100,SUCCESS,2,0,50.26,1350580.51,1350630.77,27,57,2028,80.42,wstate -2103,SUCCESS,2,0,1748.89,1350630.77,1352379.66,27,1321,3045,2798.22,ae -2104,SUCCESS,2,0,43.21,1352379.66,1352422.87,27,74,1343,69.14,ghz -2109,SUCCESS,2,0,22.27,1352422.87,1352445.14,27,20,2560,35.63,graphstate -2113,SUCCESS,2,0,350.67,1352445.14,1352795.81,27,260,3102,561.07,random -2125,SUCCESS,2,0,90.68,1352795.81,1352886.49,27,61,3419,145.09,wstate -2126,SUCCESS,2,0,499.66,1352886.49,1353386.15,27,499,2303,799.46,su2random -2129,SUCCESS,2,0,671.5,1353386.15,1354057.65,27,604,2557,1074.4,portfoliovqe -2136,SUCCESS,2,0,10.85,1354057.65,1354068.5,27,20,1247,17.36,graphstate -2143,SUCCESS,2,0,2276.47,1354068.5,1356344.97,27,1366,3833,3642.35,grover-v-chain -2145,SUCCESS,2,0,1255.81,1356344.97,1357600.78,27,886,3260,2009.3,qpeinexact -2156,SUCCESS,2,0,48.82,1357600.78,1357649.6,27,36,3119,78.11,graphstate -2161,SUCCESS,2,0,562.03,1357649.6,1358211.63,27,574,2252,899.25,portfolioqaoa -2182,SUCCESS,2,0,358.01,1358211.63,1358569.64,27,503,1637,572.82,realamprandom -2184,SUCCESS,2,0,5186.91,1358569.64,1363756.55,27,3048,3914,8299.06,qwalk-v-chain -2185,SUCCESS,2,0,2005.49,1363756.55,1365762.04,27,1638,2816,3208.78,qnn -2188,SUCCESS,2,0,773.49,1365762.04,1366535.53,27,634,2806,1237.58,qft -2189,SUCCESS,2,0,1201.21,1366535.53,1367736.74,27,770,3588,1921.94,qft -2192,SUCCESS,2,0,47.91,1367736.74,1367784.65,27,89,1238,76.66,dj -2193,SUCCESS,2,0,30.26,1367784.65,1367814.91,27,26,2676,48.42,vqe -2194,SUCCESS,2,0,339.55,1367814.91,1368154.46,27,206,3791,543.28,twolocalrandom -2204,SUCCESS,2,0,100.79,1368154.46,1368255.25,27,59,3929,161.26,dj -2207,SUCCESS,2,0,142.63,1368255.25,1368397.88,27,144,2278,228.21,ae -2210,SUCCESS,2,0,31.37,1368397.88,1368429.25,27,54,1336,50.19,qaoa -2212,SUCCESS,2,0,238.89,1368429.25,1368668.14,27,395,1391,382.22,qnn -2219,SUCCESS,2,0,32.41,1368668.14,1368700.55,27,19,3923,51.86,graphstate -2221,SUCCESS,2,0,325.14,1368700.55,1369025.69,27,695,1076,520.22,qwalk-v-chain -2223,SUCCESS,2,0,14670.3,1369025.69,1383695.99,27,8406,4014,23472.48,pricingcall -2225,SUCCESS,2,0,577.74,1383695.99,1384273.73,27,573,2319,924.38,qft -2237,SUCCESS,2,0,1130.9,1384273.73,1385404.63,27,763,3409,1809.44,realamprandom -2251,SUCCESS,2,0,1118.02,1385404.63,1386522.65,27,698,3684,1788.83,pricingput -2272,SUCCESS,2,0,1255.99,1386522.65,1387778.64,27,2280,1267,2009.58,random -2274,SUCCESS,2,0,24.18,1387778.64,1387802.82,27,37,1503,38.69,wstate -2282,SUCCESS,2,0,90.34,1387802.82,1387893.16,27,106,1960,144.54,dj -2285,SUCCESS,2,0,449.22,1387893.16,1388342.38,27,360,2870,718.75,random -2288,SUCCESS,2,0,624.69,1388342.38,1388967.07,27,796,1805,999.5,qpeexact -2290,SUCCESS,2,0,105.7,1388967.07,1389072.77,27,107,2272,169.12,ghz -2294,SUCCESS,2,0,88.8,1389072.77,1389161.57,27,115,1776,142.08,qpeexact -2300,SUCCESS,2,0,124.32,1389161.57,1389285.89,27,147,1945,198.91,qft -2306,SUCCESS,2,0,379.68,1389285.89,1389665.57,27,581,1503,607.49,qpeinexact -2307,SUCCESS,2,0,42.63,1389665.57,1389708.2,27,33,2971,68.21,graphstate -2308,SUCCESS,2,0,348.56,1389708.2,1390056.76,27,346,2317,557.7,portfoliovqe -2315,SUCCESS,2,0,97.41,1390056.76,1390154.17,27,91,2462,155.86,wstate -2316,SUCCESS,2,0,546.02,1390154.17,1390700.19,27,835,1504,873.63,random -2319,SUCCESS,2,0,1368.11,1390700.19,1392068.3,27,1156,2722,2188.98,su2random -2322,SUCCESS,2,0,692.17,1392068.3,1392760.47,27,757,2103,1107.47,qft -2326,SUCCESS,2,0,1227.23,1392760.47,1393987.7,27,788,3582,1963.57,su2random -2329,SUCCESS,2,0,54.44,1393987.7,1394042.14,27,73,1715,87.1,dj -2332,SUCCESS,2,0,213.43,1394042.14,1394255.57,27,236,2080,341.49,su2random -2335,SUCCESS,2,0,920.46,1394255.57,1395176.03,27,881,2403,1472.74,twolocalrandom -2336,SUCCESS,2,0,703.19,1395176.03,1395879.22,27,870,1859,1125.1,su2random -2346,SUCCESS,2,0,677.98,1395879.22,1396557.2,27,586,2661,1084.77,twolocalrandom -2350,SUCCESS,2,0,17.81,1396557.2,1396575.01,27,40,1024,28.5,qaoa -2353,SUCCESS,2,0,2053.02,1396575.01,1398628.03,27,2172,2174,3284.83,pricingcall -2354,SUCCESS,2,0,1516.86,1398628.03,1400144.89,27,881,3960,2426.98,realamprandom -2357,SUCCESS,2,0,3951.57,1400144.89,1404096.46,27,4668,1947,6322.51,qwalk-noancilla -2364,SUCCESS,2,0,11.87,1404096.46,1404108.33,27,22,1240,18.99,ghz -2365,SUCCESS,2,0,2546.71,1404108.33,1406655.04,27,3918,1495,4074.74,qwalk-v-chain -2373,SUCCESS,2,0,122.43,1406655.04,1406777.47,27,199,1415,195.89,realamprandom -2375,SUCCESS,2,0,79.34,1406777.47,1406856.81,27,53,3443,126.94,wstate -2376,SUCCESS,2,0,384.93,1406856.81,1407241.74,27,221,4006,615.89,qnn -2378,SUCCESS,2,0,2791.33,1407241.74,1410033.07,27,2096,3063,4466.13,random -2380,SUCCESS,2,0,442.44,1410033.07,1410475.51,27,409,2488,707.9,twolocalrandom -2387,SUCCESS,2,0,555.55,1410475.51,1411031.06,27,484,2640,888.88,twolocalrandom -2389,SUCCESS,2,0,28.54,1411031.06,1411059.6,27,33,1989,45.66,graphstate -2391,SUCCESS,2,0,1358.52,1411059.6,1412418.12,27,1073,2912,2173.63,portfoliovqe -2394,SUCCESS,2,0,112.03,1412418.12,1412530.15,27,81,3181,179.25,wstate -2396,SUCCESS,2,0,284.15,1412530.15,1412814.3,27,410,1594,454.64,qftentangled -2397,SUCCESS,2,0,374.63,1412814.3,1413188.93,27,389,2215,599.41,ae -2399,SUCCESS,2,0,15.44,1413188.93,1413204.37,27,30,1183,24.7,vqe -2401,SUCCESS,2,0,57.53,1413204.37,1413261.9,27,35,3780,92.05,qaoa -2410,SUCCESS,2,0,166.89,1413261.9,1413428.79,27,302,1271,267.02,qpeinexact -2412,SUCCESS,2,0,267.29,1413428.79,1413696.08,27,371,1657,427.66,portfolioqaoa -2421,SUCCESS,2,0,264.46,1413696.08,1413960.54,27,352,1728,423.14,twolocalrandom -2439,SUCCESS,2,0,960.03,1413960.54,1414920.57,27,810,2726,1536.05,ae -2441,SUCCESS,2,0,2284.6,1414920.57,1417205.17,27,1666,3154,3655.36,random -2442,SUCCESS,2,0,36.9,1417205.17,1417242.07,27,29,2926,59.04,wstate -2447,SUCCESS,2,0,1157.95,1417242.07,1418400.02,27,720,3699,1852.72,portfoliovqe -2454,SUCCESS,2,0,86.41,1418400.02,1418486.43,27,69,2880,138.26,wstate -2462,SUCCESS,2,0,318.55,1418486.43,1418804.98,27,605,1211,509.68,qftentangled -2465,SUCCESS,2,0,2069.05,1418804.98,1420874.03,27,3689,1290,3310.48,grover-noancilla -2470,SUCCESS,2,0,2061.76,1420874.03,1422935.79,27,2513,1887,3298.82,su2random -2475,SUCCESS,2,0,613.89,1422935.79,1423549.68,27,412,3427,982.22,qftentangled -2478,SUCCESS,2,0,1116.07,1423549.68,1424665.75,27,942,2725,1785.71,su2random -2479,SUCCESS,2,0,123.53,1424665.75,1424789.28,27,101,2813,197.65,wstate -2481,SUCCESS,2,0,793.37,1424789.28,1425582.65,27,578,3157,1269.39,qpeexact -137,SUCCESS,2,1,130011.13,1296979.38,1426990.51,127,34883,3168,208017.81,random -138,SUCCESS,2,1,20115.93,1426990.51,1447106.44,127,7829,2184,32185.49,su2random -140,SUCCESS,2,1,10256.9,1447106.44,1457363.34,127,3058,2851,16411.04,qft -142,SUCCESS,2,1,118.26,1457363.34,1457481.6,127,28,3590,189.22,ghz -143,SUCCESS,2,1,8548.96,1457481.6,1466030.56,127,3457,2102,13678.34,qft -144,SUCCESS,2,1,11466.83,1466030.56,1477497.39,127,3113,3131,18346.93,qpeinexact -145,SUCCESS,2,1,12225.71,1477497.39,1489723.1,127,3150,3299,19561.14,random -146,SUCCESS,2,1,1081.9,1489723.1,1490805,127,231,3981,1731.04,realamprandom -147,SUCCESS,2,1,211.83,1490805,1491016.83,127,65,2770,338.93,wstate -2487,SUCCESS,2,0,66238.94,1425582.65,1491821.59,27,38994,3907,105982.3,qwalk-noancilla -2488,SUCCESS,2,0,277.69,1491821.59,1492099.28,27,366,1745,444.3,qnn -2494,SUCCESS,2,0,957.18,1492099.28,1493056.46,27,712,3092,1531.49,qnn -2495,SUCCESS,2,0,1094.3,1493056.46,1494150.76,27,706,3565,1750.88,qpeinexact -148,SUCCESS,2,1,3404.06,1491016.83,1494420.89,127,2001,1446,5446.5,realamprandom -2502,SUCCESS,2,0,960.38,1494150.76,1495111.14,27,810,2727,1536.61,qftentangled -2505,SUCCESS,2,0,477.79,1495111.14,1495588.93,27,333,3300,764.46,random -2510,SUCCESS,2,0,165.33,1495588.93,1495754.26,27,225,1690,264.53,qftentangled -2513,SUCCESS,2,0,1987.32,1495754.26,1497741.58,27,1318,3468,3179.71,twolocalrandom -2523,SUCCESS,2,0,3015.4,1497741.58,1500756.98,27,1909,3633,4824.64,random -2524,SUCCESS,2,0,37.07,1500756.98,1500794.05,27,22,3875,59.31,vqe -2528,SUCCESS,2,0,1528.56,1500794.05,1502322.61,27,2277,1544,2445.7,qwalk-v-chain -2529,SUCCESS,2,0,6.33,1502322.61,1502328.94,27,12,1213,10.13,ghz -2532,SUCCESS,2,0,385.96,1502328.94,1502714.9,27,326,2723,617.54,portfoliovqe -2535,SUCCESS,2,0,284.56,1502714.9,1502999.46,27,360,1818,455.3,random -2540,SUCCESS,2,0,16.22,1502999.46,1503015.68,27,15,2486,25.95,ghz -2547,SUCCESS,2,0,66.09,1503015.68,1503081.77,27,53,2868,105.74,wstate -2548,SUCCESS,2,0,493.35,1503081.77,1503575.12,27,345,3289,789.36,ae -2549,SUCCESS,2,0,501.21,1503575.12,1504076.33,27,474,2432,801.94,su2random -2550,SUCCESS,2,0,1238.82,1504076.33,1505315.15,27,840,3392,1982.11,twolocalrandom -2554,SUCCESS,2,0,598.04,1505315.15,1505913.19,27,1054,1305,956.86,qnn -2556,SUCCESS,2,0,60.07,1505913.19,1505973.26,27,58,2382,96.11,ghz -2559,SUCCESS,2,0,173.67,1505973.26,1506146.93,27,206,1939,277.87,qftentangled -149,SUCCESS,2,1,13083.77,1494420.89,1507504.66,127,3062,3632,20934.03,qftentangled -2561,SUCCESS,2,0,1636.12,1506146.93,1507783.05,27,1029,3657,2617.79,random -150,SUCCESS,2,1,959.48,1507504.66,1508464.14,127,214,3811,1535.17,ae -2564,SUCCESS,2,0,1004.25,1507783.05,1508787.3,27,847,2727,1606.8,qftentangled -2566,SUCCESS,2,0,2415.04,1508787.3,1511202.34,27,2472,2247,3864.06,realamprandom -2568,SUCCESS,2,0,273.9,1511202.34,1511476.24,27,217,2903,438.24,qftentangled -2573,SUCCESS,2,0,32.75,1511476.24,1511508.99,27,70,1076,52.4,tsp -151,SUCCESS,2,1,3132.42,1508464.14,1511596.56,127,812,3279,5011.87,ae -2584,SUCCESS,2,0,459.81,1511508.99,1511968.8,27,380,2783,735.7,qnn -2590,SUCCESS,2,0,469.47,1511968.8,1512438.27,27,407,2653,751.15,twolocalrandom -2608,SUCCESS,2,0,25.22,1512438.27,1512463.49,27,15,3867,40.35,ghz -2611,SUCCESS,2,0,58.54,1512463.49,1512522.03,27,80,1683,93.66,qaoa -2615,SUCCESS,2,0,4823.9,1512522.03,1517345.93,27,3215,3451,7718.24,grover-v-chain -2617,SUCCESS,2,0,35.45,1517345.93,1517381.38,27,31,2630,56.72,graphstate -2620,SUCCESS,2,0,652.04,1517381.38,1518033.42,27,520,2884,1043.26,su2random -2628,SUCCESS,2,0,269.81,1518033.42,1518303.23,27,394,1575,431.7,qnn -2629,SUCCESS,2,0,37.71,1518303.23,1518340.94,27,26,3335,60.34,graphstate -2633,SUCCESS,2,0,762.29,1518340.94,1519103.23,27,1215,1443,1219.66,twolocalrandom -2634,SUCCESS,2,0,44.1,1519103.23,1519147.33,27,42,2415,70.56,dj -2638,SUCCESS,2,0,691.1,1519147.33,1519838.43,27,895,1776,1105.76,qnn -152,SUCCESS,2,1,20975.62,1511596.56,1532572.18,127,4411,4042,33560.99,realamprandom -153,SUCCESS,2,1,1546.62,1532572.18,1534118.8,127,447,2941,2474.59,qft -154,SUCCESS,2,1,10665.13,1534118.8,1544783.93,127,2362,3838,17064.21,qftentangled -155,SUCCESS,2,1,14341.57,1544783.93,1559125.5,127,3476,3507,22946.51,twolocalrandom -156,SUCCESS,2,1,108.09,1559125.5,1559233.59,127,29,3168,172.94,wstate -2648,SUCCESS,2,0,40428.81,1519838.43,1560267.24,27,34161,2722,64686.1,shor -2658,SUCCESS,2,0,90.33,1560267.24,1560357.57,27,73,2846,144.53,wstate -2660,SUCCESS,2,0,288.33,1560357.57,1560645.9,27,502,1321,461.33,su2random -2661,SUCCESS,2,0,183.37,1560645.9,1560829.27,27,110,3834,293.39,wstate -157,SUCCESS,2,1,30105.56,1559233.59,1589339.15,127,7326,3493,48168.9,qftentangled -2665,SUCCESS,2,0,30336.16,1560829.27,1591165.43,27,21227,3287,48537.86,grover-v-chain -2673,SUCCESS,2,0,286.28,1591165.43,1591451.71,27,274,2403,458.05,twolocalrandom -2675,SUCCESS,2,0,256.03,1591451.71,1591707.74,27,555,1061,409.65,twolocalrandom -2677,SUCCESS,2,0,7665.61,1591707.74,1599373.35,27,9905,1780,12264.98,qwalk-noancilla -2686,SUCCESS,2,0,360.81,1599373.35,1599734.16,27,426,1948,577.3,portfolioqaoa -2687,SUCCESS,2,0,877.57,1599734.16,1600611.73,27,600,3364,1404.11,qpeexact -162,SUCCESS,2,1,11638.22,1589339.15,1600977.37,127,2665,3712,18621.15,ae -2694,SUCCESS,2,0,575.98,1600611.73,1601187.71,27,448,2957,921.57,realamprandom -163,SUCCESS,2,1,346.18,1600977.37,1601323.55,127,110,2675,553.89,graphstate -2699,SUCCESS,2,0,291.81,1601187.71,1601479.52,27,362,1854,466.9,qft -2702,SUCCESS,2,0,120.76,1601479.52,1601600.28,27,98,2834,193.22,dj -2703,SUCCESS,2,0,1137.61,1601600.28,1602737.89,27,1185,2208,1820.18,su2random -2709,SUCCESS,2,0,619.05,1602737.89,1603356.94,27,504,2825,990.48,realamprandom -2727,SUCCESS,2,0,294.12,1603356.94,1603651.06,27,458,1477,470.59,qft -2729,SUCCESS,2,0,895.8,1603651.06,1604546.86,27,976,2111,1433.28,pricingput -164,SUCCESS,2,1,3373.71,1601323.55,1604697.26,127,1211,2368,5397.94,qnn -2734,SUCCESS,2,0,253.77,1604546.86,1604800.63,27,178,3279,406.03,pricingput -2738,SUCCESS,2,0,72.46,1604800.63,1604873.09,27,74,2252,115.94,qaoa -165,SUCCESS,2,1,214,1604697.26,1604911.26,127,52,3498,342.4,dj -2739,SUCCESS,2,0,119.67,1604873.09,1604992.76,27,177,1555,191.47,realamprandom -2756,SUCCESS,2,0,459.9,1604992.76,1605452.66,27,467,2265,735.84,ae -2759,SUCCESS,2,0,153.7,1605452.66,1605606.36,27,125,2828,245.92,wstate -2777,SUCCESS,2,0,1016.38,1605606.36,1606622.74,27,1170,1998,1626.21,realamprandom -2783,SUCCESS,2,0,866.31,1606622.74,1607489.05,27,498,4001,1386.1,portfolioqaoa -2788,SUCCESS,2,0,283.48,1607489.05,1607772.53,27,169,3858,453.57,su2random -2792,SUCCESS,2,0,264.63,1607772.53,1608037.16,27,311,1957,423.41,twolocalrandom -2795,SUCCESS,2,0,632.25,1608037.16,1608669.41,27,584,2490,1011.6,pricingcall -167,SUCCESS,2,1,4087.72,1604911.26,1608998.98,127,2723,1276,6540.35,twolocalrandom -2811,SUCCESS,2,0,364.74,1608669.41,1609034.15,27,392,2140,583.58,qft -168,SUCCESS,2,1,79.07,1608998.98,1609078.05,127,62,1084,126.51,graphstate -170,SUCCESS,2,1,100.43,1609078.05,1609178.48,127,82,1041,160.69,graphstate -171,SUCCESS,2,1,87.64,1609178.48,1609266.12,127,26,2865,140.22,graphstate -172,SUCCESS,2,1,88.9,1609266.12,1609355.02,127,49,1542,142.24,wstate -2813,SUCCESS,2,0,349.72,1609034.15,1609383.87,27,307,2620,559.55,wstate -2815,SUCCESS,2,0,172.6,1609383.87,1609556.47,27,106,3745,276.16,dj -2823,SUCCESS,2,0,93.49,1609556.47,1609649.96,27,65,3308,149.58,wstate -173,SUCCESS,2,1,910.13,1609355.02,1610265.15,127,494,1566,1456.21,qftentangled -2826,SUCCESS,2,0,1001.74,1609649.96,1610651.7,27,1000,2304,1602.78,qnn -174,SUCCESS,2,1,509.72,1610265.15,1610774.87,127,249,1740,815.55,wstate -2831,SUCCESS,2,0,1017.59,1610651.7,1611669.29,27,613,3818,1628.14,groundstate -2833,SUCCESS,2,0,445.83,1611669.29,1612115.12,27,546,1878,713.33,realamprandom -2836,SUCCESS,2,0,79.04,1612115.12,1612194.16,27,112,1623,126.46,dj -2838,SUCCESS,2,0,854.32,1612194.16,1613048.48,27,731,2688,1366.91,qftentangled -2839,SUCCESS,2,0,1416.49,1613048.48,1614464.97,27,825,3949,2266.38,realamprandom -2841,SUCCESS,2,0,226.29,1614464.97,1614691.26,27,157,3315,362.06,wstate -175,SUCCESS,2,1,4504.93,1610774.87,1615279.8,127,3008,1273,7207.89,qpeexact -2845,SUCCESS,2,0,2626.42,1614691.26,1617317.68,27,2667,2265,4202.27,su2random -2846,SUCCESS,2,0,200.06,1617317.68,1617517.74,27,125,3681,320.1,qpeinexact -2849,SUCCESS,2,0,1085.68,1617517.74,1618603.42,27,912,2738,1737.09,qpeexact -2851,SUCCESS,2,0,1158.97,1618603.42,1619762.39,27,1036,2573,1854.35,ae -2856,SUCCESS,2,0,19.2,1619762.39,1619781.59,27,20,2208,30.72,ghz -2864,SUCCESS,2,0,561.69,1619781.59,1620343.28,27,322,4012,898.7,qpeexact -2874,SUCCESS,2,0,591.15,1620343.28,1620934.43,27,557,2441,945.84,qpeinexact -2884,SUCCESS,2,0,35.05,1620934.43,1620969.48,27,57,1414,56.08,wstate -2886,SUCCESS,2,0,481.62,1620969.48,1621451.1,27,349,3174,770.59,qftentangled -2888,SUCCESS,2,0,748.7,1621451.1,1622199.8,27,600,2870,1197.92,twolocalrandom -2897,SUCCESS,2,0,477.91,1622199.8,1622677.71,27,381,2885,764.66,qftentangled -176,SUCCESS,2,1,39180.92,1615279.8,1654460.72,127,10346,3219,62689.47,qnn -177,SUCCESS,2,1,229.61,1654460.72,1654690.33,127,97,2012,367.38,wstate -178,SUCCESS,2,1,2821.54,1654690.33,1657511.87,127,1255,1911,4514.46,qpeinexact -2898,SUCCESS,2,0,40069.69,1622677.71,1662747.4,27,40815,2258,64111.5,qwalk-noancilla -2900,SUCCESS,2,0,1151.33,1662747.4,1663898.73,27,891,2972,1842.13,qnn -2905,SUCCESS,2,0,860.46,1663898.73,1664759.19,27,1064,1860,1376.74,ae -2912,SUCCESS,2,0,1251.82,1664759.19,1666011.01,27,1126,2557,2002.91,twolocalrandom -2919,SUCCESS,2,0,427.03,1666011.01,1666438.04,27,559,1757,683.25,qftentangled -2927,SUCCESS,2,0,72.82,1666438.04,1666510.86,27,103,1626,116.51,dj -2931,SUCCESS,2,0,620.44,1666510.86,1667131.3,27,500,2854,992.7,pricingcall -2932,SUCCESS,2,0,383.12,1667131.3,1667514.42,27,507,1738,612.99,groundstate -2938,SUCCESS,2,0,133.62,1667514.42,1667648.04,27,262,1173,213.79,qftentangled -2947,SUCCESS,2,0,274.74,1667648.04,1667922.78,27,284,2225,439.58,random -2949,SUCCESS,2,0,141.43,1667922.78,1668064.21,27,131,2483,226.29,qpeinexact -2950,SUCCESS,2,0,272.37,1668064.21,1668336.58,27,483,1297,435.79,qnn -2956,SUCCESS,2,0,100.46,1668336.58,1668437.04,27,128,1805,160.74,dj -179,SUCCESS,2,1,11002.08,1657511.87,1668513.95,127,2866,3263,17603.33,qft -2960,SUCCESS,2,0,715.61,1668437.04,1669152.65,27,869,1894,1144.98,random -2967,SUCCESS,2,0,172.19,1669152.65,1669324.84,27,174,2276,275.5,qpeinexact -2972,SUCCESS,2,0,622.9,1669324.84,1669947.74,27,465,3081,996.64,pricingcall -2978,SUCCESS,2,0,128.01,1669947.74,1670075.75,27,73,4033,204.82,qaoa -2987,SUCCESS,2,0,1552.09,1670075.75,1671627.84,27,1910,1869,2483.34,random -2994,SUCCESS,2,0,581.61,1671627.84,1672209.45,27,350,3822,930.58,ae -2998,SUCCESS,2,0,284.85,1672209.45,1672494.3,27,274,2391,455.76,realamprandom -3003,SUCCESS,2,0,725.95,1672494.3,1673220.25,27,466,3583,1161.52,qpeexact -3014,SUCCESS,2,0,318.92,1673220.25,1673539.17,27,225,3260,510.27,qnn -3021,SUCCESS,2,0,412.18,1673539.17,1673951.35,27,767,1236,659.49,ae -3028,SUCCESS,2,0,29.19,1673951.35,1673980.54,27,39,1721,46.7,graphstate -3031,SUCCESS,2,0,2595.73,1673980.54,1676576.27,27,2847,2097,4153.17,qnn -180,SUCCESS,2,1,8523.23,1668513.95,1677037.18,127,2328,3112,13637.17,su2random -3039,SUCCESS,2,0,502.98,1676576.27,1677079.25,27,647,1788,804.77,ae -3045,SUCCESS,2,0,14.87,1677079.25,1677094.12,27,23,1487,23.79,vqe -3052,SUCCESS,2,0,24.07,1677094.12,1677118.19,27,16,3459,38.51,ghz -3054,SUCCESS,2,0,735.78,1677118.19,1677853.97,27,532,3181,1177.25,qft -3056,SUCCESS,2,0,333.26,1677853.97,1678187.23,27,327,2344,533.22,pricingput -3063,SUCCESS,2,0,148.95,1678187.23,1678336.18,27,216,1586,238.32,twolocalrandom -3064,SUCCESS,2,0,17.31,1678336.18,1678353.49,27,23,1731,27.7,vqe -3066,SUCCESS,2,0,624.62,1678353.49,1678978.11,27,436,3295,999.39,realamprandom -3074,SUCCESS,2,0,500.47,1678978.11,1679478.58,27,1089,1057,800.75,su2random -3075,SUCCESS,2,0,34.5,1679478.58,1679513.08,27,42,1889,55.2,qaoa -3095,SUCCESS,2,0,108.19,1679513.08,1679621.27,27,207,1202,173.1,realamprandom -3097,SUCCESS,2,0,44.78,1679621.27,1679666.05,27,53,1943,71.65,ghz -3103,SUCCESS,2,0,197.89,1679666.05,1679863.94,27,276,1649,316.62,realamprandom -3117,SUCCESS,2,0,437.53,1679863.94,1680301.47,27,580,1735,700.05,twolocalrandom -3120,SUCCESS,2,0,1260.27,1680301.47,1681561.74,27,1311,2211,2016.43,random -3122,SUCCESS,2,0,74.83,1681561.74,1681636.57,27,101,1704,119.73,ghz -3136,SUCCESS,2,0,1094.11,1681636.57,1682730.68,27,1247,2018,1750.58,qftentangled -181,SUCCESS,2,1,6105.86,1677037.18,1683143.04,127,1938,2678,9769.38,qpeinexact -3137,SUCCESS,2,0,675.27,1682730.68,1683405.95,27,874,1777,1080.43,portfoliovqe -3141,SUCCESS,2,0,337.39,1683405.95,1683743.34,27,303,2561,539.82,random -3144,SUCCESS,2,0,126.68,1683743.34,1683870.02,27,107,2723,202.69,wstate -3146,SUCCESS,2,0,878.28,1683870.02,1684748.3,27,833,2425,1405.25,su2random -3151,SUCCESS,2,0,113.52,1684748.3,1684861.82,27,90,2901,181.63,dj -3153,SUCCESS,2,0,217.46,1684861.82,1685079.28,27,170,2942,347.94,ae -3162,SUCCESS,2,0,637.26,1685079.28,1685716.54,27,930,1576,1019.62,qnn -3164,SUCCESS,2,0,914.25,1685716.54,1686630.79,27,521,4036,1462.8,twolocalrandom -3166,SUCCESS,2,0,235.83,1686630.79,1686866.62,27,365,1486,377.33,realamprandom -3168,SUCCESS,2,0,218.56,1686866.62,1687085.18,27,162,3103,349.7,qpeexact -3174,SUCCESS,2,0,343.73,1687085.18,1687428.91,27,261,3029,549.97,portfolioqaoa -182,SUCCESS,2,1,6498.7,1683143.04,1689641.74,127,1402,3940,10397.92,twolocalrandom -183,SUCCESS,2,1,199.54,1689641.74,1689841.28,127,74,2292,319.26,graphstate -185,SUCCESS,2,1,19219.06,1689841.28,1709060.34,127,7165,2280,30750.5,random -186,SUCCESS,2,1,1810.61,1709060.34,1710870.95,127,935,1646,2896.98,qft -187,SUCCESS,2,1,12475.69,1710870.95,1723346.64,127,3341,3174,19961.1,qpeexact -3182,SUCCESS,2,0,36419.37,1687428.91,1723848.28,27,27838,3009,58270.99,grover-noancilla -3187,SUCCESS,2,0,52.51,1723848.28,1723900.79,27,65,1858,84.02,dj -3188,SUCCESS,2,0,1171.2,1723900.79,1725071.99,27,1084,2485,1873.92,qpeexact -3189,SUCCESS,2,0,420.76,1725071.99,1725492.75,27,314,3082,673.22,portfolioqaoa -3190,SUCCESS,2,0,1011.72,1725492.75,1726504.47,27,770,3022,1618.75,qpeexact -3192,SUCCESS,2,0,280.99,1726504.47,1726785.46,27,396,1632,449.58,qft -188,SUCCESS,2,1,4830.62,1723346.64,1728177.26,127,1352,3037,7728.99,wstate -3195,SUCCESS,2,0,18255.55,1726785.46,1745041.01,27,36041,1165,29208.88,shor -3196,SUCCESS,2,0,644.98,1745041.01,1745685.99,27,1135,1307,1031.97,grover-v-chain -3202,SUCCESS,2,0,574.58,1745685.99,1746260.57,27,697,1896,919.33,pricingput -3203,SUCCESS,2,0,60.06,1746260.57,1746320.63,27,120,1151,96.1,wstate -3205,SUCCESS,2,0,1175.91,1746320.63,1747496.54,27,729,3710,1881.46,qpeexact -3209,SUCCESS,2,0,1042.3,1747496.54,1748538.84,27,1057,2268,1667.68,twolocalrandom -189,SUCCESS,2,1,21065.41,1728177.26,1749242.67,127,4590,3901,33704.66,twolocalrandom -190,SUCCESS,2,1,1015.59,1749242.67,1750258.26,127,407,2121,1624.94,qpeinexact -191,SUCCESS,2,1,686.56,1750258.26,1750944.82,127,177,3297,1098.5,wstate -192,SUCCESS,2,1,5031.83,1750944.82,1755976.65,127,1945,2199,8050.93,twolocalrandom -194,SUCCESS,2,1,9221.77,1755976.65,1765198.42,127,2581,3037,14754.83,realamprandom -3223,SUCCESS,2,0,24903.53,1748538.84,1773442.37,27,22586,2536,39845.65,qwalk-noancilla -3227,SUCCESS,2,0,538.41,1773442.37,1773980.78,27,825,1501,861.46,twolocalrandom -3228,SUCCESS,2,0,1077.3,1773980.78,1775058.08,27,2415,1026,1723.68,random -3235,SUCCESS,2,0,352.03,1775058.08,1775410.11,27,654,1238,563.25,qft -3238,SUCCESS,2,0,596.25,1775410.11,1776006.36,27,423,3242,954,ae -3244,SUCCESS,2,0,1427.05,1776006.36,1777433.41,27,828,3964,2283.28,portfoliovqe -3246,SUCCESS,2,0,21.7,1777433.41,1777455.11,27,20,2495,34.72,ghz -3252,SUCCESS,2,0,947.83,1777455.11,1778402.94,27,791,2756,1516.53,qpeinexact -3253,SUCCESS,2,0,327.52,1778402.94,1778730.46,27,446,1689,524.03,ae -3263,SUCCESS,2,0,972.59,1778730.46,1779703.05,27,675,3314,1556.14,realamprandom -3268,SUCCESS,2,0,226.23,1779703.05,1779929.28,27,160,3252,361.97,qnn -3286,SUCCESS,2,0,411.27,1779929.28,1780340.55,27,402,2353,658.03,twolocalrandom -3290,SUCCESS,2,0,631.43,1780340.55,1780971.98,27,433,3354,1010.29,groundstate -3302,SUCCESS,2,0,8484.44,1780971.98,1789456.42,27,9153,2132,13575.1,qwalk-v-chain -3303,SUCCESS,2,0,585.22,1789456.42,1790041.64,27,387,3478,936.35,groundstate -3309,SUCCESS,2,0,37.88,1790041.64,1790079.52,27,55,1584,60.61,graphstate -3311,SUCCESS,2,0,73.97,1790079.52,1790153.49,27,49,3472,118.35,tsp -3326,SUCCESS,2,0,13.78,1790153.49,1790167.27,27,13,2437,22.05,ghz -3330,SUCCESS,2,0,35.4,1790167.27,1790202.67,27,29,2807,56.64,wstate -3331,SUCCESS,2,0,1391.52,1790202.67,1791594.19,27,830,3856,2226.43,qnn -3335,SUCCESS,2,0,9.16,1791594.19,1791603.35,27,20,1053,14.66,graphstate -3339,SUCCESS,2,0,120.04,1791603.35,1791723.39,27,116,2380,192.06,qftentangled -3352,SUCCESS,2,0,33.09,1791723.39,1791756.48,27,35,2174,52.94,graphstate -3360,SUCCESS,2,0,43.35,1791756.48,1791799.83,27,53,1881,69.36,qaoa -3366,SUCCESS,2,0,124.6,1791799.83,1791924.43,27,240,1194,199.36,portfoliovqe -3372,SUCCESS,2,0,604.42,1791924.43,1792528.85,27,826,1683,967.07,pricingcall -3378,SUCCESS,2,0,624.84,1792528.85,1793153.69,27,998,1440,999.74,twolocalrandom -3390,SUCCESS,2,0,32.48,1793153.69,1793186.17,27,54,1383,51.97,qaoa -3391,SUCCESS,2,0,9535.71,1793186.17,1802721.88,27,6967,3148,15257.14,pricingput -3397,SUCCESS,2,0,844.42,1802721.88,1803566.3,27,534,3637,1351.07,qpeexact -3413,SUCCESS,2,0,62.16,1803566.3,1803628.46,27,41,3487,99.46,wstate -3415,SUCCESS,2,0,11439.5,1803628.46,1815067.96,27,7682,3425,18303.2,grover-v-chain -3416,SUCCESS,2,0,20.19,1815067.96,1815088.15,27,25,1857,32.3,vqe -3423,SUCCESS,2,0,185.17,1815088.15,1815273.32,27,312,1365,296.27,ae -195,SUCCESS,2,1,79681.62,1765198.42,1844880.04,127,19214,3525,127490.59,su2random -196,SUCCESS,2,1,1751.64,1844880.04,1846631.68,127,845,1762,2802.62,qftentangled -3428,SUCCESS,2,0,35364.49,1815273.32,1850637.81,27,21215,3834,56583.18,grover-v-chain -3432,SUCCESS,2,0,410.41,1850637.81,1851048.22,27,460,2052,656.66,twolocalrandom -3433,SUCCESS,2,0,1483.08,1851048.22,1852531.3,27,896,3807,2372.93,twolocalrandom -198,SUCCESS,2,1,10714.21,1846631.68,1857345.89,127,6761,1347,17142.74,qftentangled -3437,SUCCESS,2,0,5955.38,1852531.3,1858486.68,27,3707,3695,9528.61,grover-v-chain -199,SUCCESS,2,1,1406.61,1857345.89,1858752.5,127,353,3387,2250.58,wstate -3453,SUCCESS,2,0,525.05,1858486.68,1859011.73,27,536,2253,840.08,qpeexact -200,SUCCESS,2,1,267.34,1858752.5,1859019.84,127,72,3156,427.74,vqe -3458,SUCCESS,2,0,18.1,1859011.73,1859029.83,27,17,2448,28.96,ghz -3459,SUCCESS,2,0,1767.62,1859029.83,1860797.45,27,1142,3560,2828.19,qnn -3461,SUCCESS,2,0,26.03,1860797.45,1860823.48,27,35,1710,41.65,qaoa -3463,SUCCESS,2,0,38.55,1860823.48,1860862.03,27,37,2396,61.68,graphstate -3469,SUCCESS,2,0,690.73,1860862.03,1861552.76,27,754,2107,1105.17,qnn -3473,SUCCESS,2,0,133.6,1861552.76,1861686.36,27,92,3340,213.76,graphstate -3474,SUCCESS,2,0,32.55,1861686.36,1861718.91,27,23,3254,52.08,vqe -3475,SUCCESS,2,0,231.31,1861718.91,1861950.22,27,258,2062,370.1,twolocalrandom -201,SUCCESS,2,1,4899.11,1859019.84,1863918.95,127,3131,1330,7838.58,qpeexact -202,SUCCESS,2,1,91.54,1863918.95,1864010.49,127,65,1197,146.46,ghz -3477,SUCCESS,2,0,2141.81,1861950.22,1864092.03,27,1390,3544,3426.9,qnn -3479,SUCCESS,2,0,160.46,1864092.03,1864252.49,27,275,1342,256.74,su2random -3483,SUCCESS,2,0,1140.3,1864252.49,1865392.79,27,805,3258,1824.48,ae -3484,SUCCESS,2,0,120.04,1865392.79,1865512.83,27,225,1227,192.06,realamprandom -3485,SUCCESS,2,0,670.62,1865512.83,1866183.45,27,779,1980,1072.99,qpeinexact -3486,SUCCESS,2,0,678.74,1866183.45,1866862.19,27,670,2330,1085.98,qft -3507,SUCCESS,2,0,341.08,1866862.19,1867203.27,27,494,1588,545.73,random -203,SUCCESS,2,1,3696.89,1864010.49,1867707.38,127,1244,2526,5915.02,qpeinexact -3509,SUCCESS,2,0,1382.46,1867203.27,1868585.73,27,1215,2617,2211.94,realamprandom -3532,SUCCESS,2,0,58.75,1868585.73,1868644.48,27,33,4094,94,wstate -3537,SUCCESS,2,0,103.22,1868644.48,1868747.7,27,99,2398,165.15,graphstate -3542,SUCCESS,2,0,656.05,1868747.7,1869403.75,27,773,1952,1049.68,portfoliovqe -3543,SUCCESS,2,0,2483.16,1869403.75,1871886.91,27,1544,3699,3973.06,random -3549,SUCCESS,2,0,60.23,1871886.91,1871947.14,27,37,3744,96.37,qaoa -3558,SUCCESS,2,0,15682.22,1871947.14,1887629.36,27,9670,3730,25091.55,grover-v-chain -3568,SUCCESS,2,0,224.93,1887629.36,1887854.29,27,434,1192,359.89,qpeinexact -204,SUCCESS,2,1,20398.37,1867707.38,1888105.75,127,4676,3708,32637.39,qpeexact -3585,SUCCESS,2,0,1349.08,1887854.29,1889203.37,27,1764,1759,2158.53,twolocalrandom -205,SUCCESS,2,1,1231.62,1888105.75,1889337.37,127,783,1337,1970.59,ghz -3586,SUCCESS,2,0,219.25,1889203.37,1889422.62,27,348,1449,350.8,qftentangled -3592,SUCCESS,2,0,185.15,1889422.62,1889607.77,27,108,3943,296.24,graphstate -3594,SUCCESS,2,0,18.87,1889607.77,1889626.64,27,26,1669,30.19,graphstate -3595,SUCCESS,2,0,433.63,1889626.64,1890060.27,27,862,1157,693.81,ae -3597,SUCCESS,2,0,123.1,1890060.27,1890183.37,27,230,1231,196.96,random -3607,SUCCESS,2,0,178.29,1890183.37,1890361.66,27,109,3762,285.26,qpeexact -3609,SUCCESS,2,0,1801.2,1890361.66,1892162.86,27,1748,2370,2881.92,realamprandom -3611,SUCCESS,2,0,21.15,1892162.86,1892184.01,27,23,2114,33.84,graphstate -3614,SUCCESS,2,0,115.7,1892184.01,1892299.71,27,82,3245,185.12,qaoa -3618,SUCCESS,2,0,171.88,1892299.71,1892471.59,27,182,2172,275.01,qftentangled -3620,SUCCESS,2,0,843.35,1892471.59,1893314.94,27,521,3723,1349.36,realamprandom -3632,SUCCESS,2,0,128.16,1893314.94,1893443.1,27,211,1397,205.06,wstate -3634,SUCCESS,2,0,10.24,1893443.1,1893453.34,27,13,1810,16.38,routing -3643,SUCCESS,2,0,94.23,1893453.34,1893547.57,27,63,3440,150.77,groundstate -3644,SUCCESS,2,0,360.81,1893547.57,1893908.38,27,257,3229,577.3,su2random -3646,SUCCESS,2,0,794.3,1893908.38,1894702.68,27,1384,1320,1270.88,qnn -3657,SUCCESS,2,0,498.36,1894702.68,1895201.04,27,586,1956,797.38,pricingput -3664,SUCCESS,2,0,666.75,1895201.04,1895867.79,27,448,3423,1066.8,twolocalrandom -3671,SUCCESS,2,0,1104.19,1895867.79,1896971.98,27,1375,1847,1766.7,realamprandom -3687,SUCCESS,2,0,773.09,1896971.98,1897745.07,27,707,2515,1236.94,qft -3692,SUCCESS,2,0,630.64,1897745.07,1898375.71,27,637,2277,1009.02,portfolioqaoa -3704,SUCCESS,2,0,323.07,1898375.71,1898698.78,27,430,1728,516.91,qftentangled -206,SUCCESS,2,1,9601.26,1889337.37,1898938.63,127,3981,2050,15362.02,qpeexact -3708,SUCCESS,2,0,666.76,1898698.78,1899365.54,27,708,2166,1066.82,qpeinexact -209,SUCCESS,2,1,1517.65,1898938.63,1900456.28,127,625,2064,2428.24,random -3712,SUCCESS,2,0,1635.23,1899365.54,1901000.77,27,1502,2504,2616.37,random -3717,SUCCESS,2,0,659.62,1901000.77,1901660.39,27,880,1724,1055.39,qpeexact -3719,SUCCESS,2,0,551.42,1901660.39,1902211.81,27,352,3603,882.27,qpeexact -3725,SUCCESS,2,0,588.21,1902211.81,1902800.02,27,340,3979,941.14,qftentangled -3737,SUCCESS,2,0,45.24,1902800.02,1902845.26,27,53,1963,72.38,dj -3749,SUCCESS,2,0,98.42,1902845.26,1902943.68,27,156,1451,157.47,qpeinexact -3767,SUCCESS,2,0,1521.96,1902943.68,1904465.64,27,1538,2276,2435.14,random -3773,SUCCESS,2,0,909.71,1904465.64,1905375.35,27,607,3447,1455.54,qnn -3777,SUCCESS,2,0,464.27,1905375.35,1905839.62,27,766,1394,742.83,ae -3779,SUCCESS,2,0,4423.2,1905839.62,1910262.82,27,3341,3045,7077.12,random -3799,SUCCESS,2,0,668.53,1910262.82,1910931.35,27,547,2811,1069.65,twolocalrandom -3809,SUCCESS,2,0,3568.79,1910931.35,1914500.14,27,2358,3481,5710.06,random -3812,SUCCESS,2,0,2870.29,1914500.14,1917370.43,27,1691,3904,4592.46,random -3813,SUCCESS,2,0,693.03,1917370.43,1918063.46,27,547,2914,1108.85,realamprandom -3829,SUCCESS,2,0,307.29,1918063.46,1918370.75,27,442,1599,491.66,qftentangled -3831,SUCCESS,2,0,909.74,1918370.75,1919280.49,27,829,2524,1455.58,qpeexact -3833,SUCCESS,2,0,50.07,1919280.49,1919330.56,27,48,2399,80.11,dj -3837,SUCCESS,2,0,184.84,1919330.56,1919515.4,27,111,3830,295.74,dj -210,SUCCESS,2,1,20129.41,1900456.28,1920585.69,127,7153,2392,32207.06,qnn -211,SUCCESS,2,1,7284.92,1920585.69,1927870.61,127,2047,3025,11655.87,qft -212,SUCCESS,2,1,774.84,1927870.61,1928645.45,127,347,1898,1239.74,qpeinexact -214,SUCCESS,2,1,2596.88,1928645.45,1931242.33,127,548,4028,4155.01,random -215,SUCCESS,2,1,4272.63,1931242.33,1935514.96,127,959,3787,6836.21,ghz -216,SUCCESS,2,1,9808.87,1935514.96,1945323.83,127,6236,1337,15694.19,qft -3845,SUCCESS,2,0,34495.97,1919515.4,1954011.37,27,19766,4014,55193.55,qwalk-noancilla -3849,SUCCESS,2,0,234.03,1954011.37,1954245.4,27,133,4047,374.45,wstate -3853,SUCCESS,2,0,955.41,1954245.4,1955200.81,27,1680,1308,1528.66,random -3856,SUCCESS,2,0,337.3,1955200.81,1955538.11,27,392,1979,539.68,su2random -3859,SUCCESS,2,0,101.48,1955538.11,1955639.59,27,58,4024,162.37,vqe -3863,SUCCESS,2,0,86.38,1955639.59,1955725.97,27,69,2879,138.21,wstate -3864,SUCCESS,2,0,91.75,1955725.97,1955817.72,27,60,3517,146.8,graphstate -3877,SUCCESS,2,0,725.09,1955817.72,1956542.81,27,413,4038,1160.14,su2random -3889,SUCCESS,2,0,200.39,1956542.81,1956743.2,27,293,1573,320.62,qpeexact -3890,SUCCESS,2,0,1244.53,1956743.2,1957987.73,27,819,3495,1991.25,qnn -3893,SUCCESS,2,0,215.71,1957987.73,1958203.44,27,128,3876,345.14,qft -3898,SUCCESS,2,0,1338.44,1958203.44,1959541.88,27,932,3303,2141.5,qwalk-v-chain -3901,SUCCESS,2,0,325.67,1959541.88,1959867.55,27,199,3764,521.07,twolocalrandom -3909,SUCCESS,2,0,942.76,1959867.55,1960810.31,27,852,2545,1508.42,ae -3916,SUCCESS,2,0,29.49,1960810.31,1960839.8,27,56,1211,47.18,dj -3917,SUCCESS,2,0,76.46,1960839.8,1960916.26,27,79,2226,122.34,ghz -3929,SUCCESS,2,0,234.71,1960916.26,1961150.97,27,469,1151,375.54,ae -3938,SUCCESS,2,0,362.55,1961150.97,1961513.52,27,218,3825,580.08,qft -3939,SUCCESS,2,0,230.6,1961513.52,1961744.12,27,249,2130,368.96,qft -3942,SUCCESS,2,0,218.77,1961744.12,1961962.89,27,290,1735,350.03,random -3943,SUCCESS,2,0,253.05,1961962.89,1962215.94,27,409,1423,404.88,qft -3952,SUCCESS,2,0,20.07,1962215.94,1962236.01,27,12,3846,32.11,ghz -3954,SUCCESS,2,0,31.97,1962236.01,1962267.98,27,41,1793,51.15,wstate -3956,SUCCESS,2,0,194.18,1962267.98,1962462.16,27,311,1436,310.69,realamprandom -3959,SUCCESS,2,0,618.64,1962462.16,1963080.8,27,407,3496,989.82,realamprandom -3969,SUCCESS,2,0,861.47,1963080.8,1963942.27,27,614,3227,1378.35,qft -3970,SUCCESS,2,0,1307.5,1963942.27,1965249.77,27,916,3283,2092,qpeexact -3981,SUCCESS,2,0,39.35,1965249.77,1965289.12,27,37,2446,62.96,graphstate -3982,SUCCESS,2,0,454.92,1965289.12,1965744.04,27,432,2422,727.87,qnn -3986,SUCCESS,2,0,214.03,1965744.04,1965958.07,27,127,3876,342.45,wstate -3989,SUCCESS,2,0,89.72,1965958.07,1966047.79,27,181,1140,143.55,su2random -3990,SUCCESS,2,0,1156.09,1966047.79,1967203.88,27,915,2906,1849.74,twolocalrandom -3996,SUCCESS,2,0,41.31,1967203.88,1967245.19,27,35,2714,66.1,qaoa -4001,SUCCESS,2,0,261.3,1967245.19,1967506.49,27,463,1298,418.08,qft -4003,SUCCESS,2,0,401.88,1967506.49,1967908.37,27,394,2346,643.01,qnn -4007,SUCCESS,2,0,732.08,1967908.37,1968640.45,27,549,3067,1171.33,qftentangled -4011,SUCCESS,2,0,256.46,1968640.45,1968896.91,27,292,2020,410.34,qftentangled -4015,SUCCESS,2,0,794.91,1968896.91,1969691.82,27,784,2332,1271.86,qpeinexact -4017,SUCCESS,2,0,20.51,1969691.82,1969712.33,27,15,3144,32.82,ghz -4021,SUCCESS,2,0,73.4,1969712.33,1969785.73,27,43,3926,117.44,ghz -4029,SUCCESS,2,0,186.48,1969785.73,1969972.21,27,309,1388,298.37,ae -4030,SUCCESS,2,0,52.16,1969972.21,1970024.37,27,37,3242,83.46,wstate -4037,SUCCESS,2,0,1638.91,1970024.37,1971663.28,27,1006,3747,2622.26,pricingput -4041,SUCCESS,2,0,455.48,1971663.28,1972118.76,27,432,2425,728.77,su2random -217,SUCCESS,2,1,27461.49,1945323.83,1972785.32,127,10524,2218,43938.38,twolocalrandom -218,SUCCESS,2,1,363.17,1972785.32,1973148.49,127,77,4009,581.07,graphstate -4050,SUCCESS,2,0,1164.28,1972118.76,1973283.04,27,1075,2491,1862.85,random -4057,SUCCESS,2,0,18.43,1973283.04,1973301.47,27,29,1461,29.49,graphstate -4061,SUCCESS,2,0,959.31,1973301.47,1974260.78,27,621,3553,1534.9,qnn -4063,SUCCESS,2,0,287.56,1974260.78,1974548.34,27,322,2054,460.1,qft -4064,SUCCESS,2,0,84.22,1974548.34,1974632.56,27,52,3725,134.75,dj -4066,SUCCESS,2,0,167.95,1974632.56,1974800.51,27,261,1480,268.72,qft -4067,SUCCESS,2,0,48.94,1974800.51,1974849.45,27,31,3631,78.3,graphstate -4092,SUCCESS,2,0,15.73,1974849.45,1974865.18,27,19,1904,25.17,ghz -4119,SUCCESS,2,0,8.92,1974865.18,1974874.1,27,13,1578,14.27,ghz -4120,SUCCESS,2,0,435.82,1974874.1,1975309.92,27,466,2151,697.31,su2random -219,SUCCESS,2,1,11118.04,1973148.49,1984266.53,127,8791,1075,17788.86,ae -220,SUCCESS,2,1,2843.82,1984266.53,1987110.35,127,1358,1780,4550.11,qwalk-v-chain -4130,SUCCESS,2,0,18526.56,1975309.92,1993836.48,27,11114,3834,29642.5,qwalk-noancilla -4137,SUCCESS,2,0,777.78,1993836.48,1994614.26,27,1516,1180,1244.45,random -4142,SUCCESS,2,0,81.38,1994614.26,1994695.64,27,84,2228,130.21,ghz -221,SUCCESS,2,1,7753.9,1987110.35,1994864.25,127,2847,2315,12406.24,qpeexact -4148,SUCCESS,2,0,424.55,1994695.64,1995120.19,27,347,2814,679.28,portfolioqaoa -4159,SUCCESS,2,0,211.12,1995120.19,1995331.31,27,154,3153,337.79,wstate -4168,SUCCESS,2,0,452.5,1995331.31,1995783.81,27,678,1535,724,portfolioqaoa -4186,SUCCESS,2,0,1956.64,1995783.81,1997740.45,27,2099,2144,3130.62,random -4188,SUCCESS,2,0,401.18,1997740.45,1998141.63,27,409,2256,641.89,realamprandom -4189,SUCCESS,2,0,49.56,1998141.63,1998191.19,27,67,1701,79.3,ghz -4196,SUCCESS,2,0,83.53,1998191.19,1998274.72,27,117,1642,133.65,qftentangled -4198,SUCCESS,2,0,175.39,1998274.72,1998450.11,27,101,3994,280.62,dj -4204,SUCCESS,2,0,165.68,1998450.11,1998615.79,27,219,1740,265.09,pricingput -4208,SUCCESS,2,0,874.56,1998615.79,1999490.35,27,552,3644,1399.3,qnn -4210,SUCCESS,2,0,2019.34,1999490.35,2001509.69,27,1335,3479,3230.94,random -4214,SUCCESS,2,0,116.94,2001509.69,2001626.63,27,131,2053,187.1,wstate -4218,SUCCESS,2,0,70.32,2001626.63,2001696.95,27,87,1859,112.51,ghz -4222,SUCCESS,2,0,182.65,2001696.95,2001879.6,27,165,2546,292.24,twolocalrandom -4225,SUCCESS,2,0,717,2001879.6,2002596.6,27,690,2390,1147.2,qft -4227,SUCCESS,2,0,264.05,2002596.6,2002860.65,27,271,2241,422.48,qftentangled -4232,SUCCESS,2,0,719.62,2002860.65,2003580.27,27,680,2434,1151.39,pricingcall -4234,SUCCESS,2,0,247.38,2003580.27,2003827.65,27,314,1812,395.81,qnn -4236,SUCCESS,2,0,129.27,2003827.65,2003956.92,27,233,1276,206.83,qnn -4237,SUCCESS,2,0,89.32,2003956.92,2004046.24,27,73,2814,142.91,wstate -4238,SUCCESS,2,0,202.76,2004046.24,2004249,27,118,3952,324.42,wstate -4241,SUCCESS,2,0,7415.88,2004249,2011664.88,27,4224,4038,11865.41,pricingput -4243,SUCCESS,2,0,2431.21,2011664.88,2014096.09,27,1611,3471,3889.94,qnn -4252,SUCCESS,2,0,1228.43,2014096.09,2015324.52,27,875,3229,1965.49,qft -4255,SUCCESS,2,0,211.83,2015324.52,2015536.35,27,350,1392,338.93,qftentangled -4283,SUCCESS,2,0,1252.41,2015536.35,2016788.76,27,843,3417,2003.86,qpeexact -4287,SUCCESS,2,0,182.77,2016788.76,2016971.53,27,127,3310,292.43,qft -4290,SUCCESS,2,0,73.01,2016971.53,2017044.54,27,48,3498,116.82,dj -4291,SUCCESS,2,0,461.67,2017044.54,2017506.21,27,293,3624,738.67,qpeinexact -4294,SUCCESS,2,0,1038.11,2017506.21,2018544.32,27,1352,1766,1660.98,ae -4297,SUCCESS,2,0,2271.54,2018544.32,2020815.86,27,1616,3233,3634.46,su2random -222,SUCCESS,2,1,27031.67,1994864.25,2021895.92,127,7885,2914,43250.67,qft -4311,SUCCESS,2,0,2273.63,2020815.86,2023089.49,27,1831,2856,3637.81,portfoliovqe -4316,SUCCESS,2,0,20.82,2023089.49,2023110.31,27,40,1197,33.31,graphstate -4326,SUCCESS,2,0,11.13,2023110.31,2023121.44,27,21,1218,17.81,vqe -4330,SUCCESS,2,0,41.92,2023121.44,2023163.36,27,24,4017,67.07,ghz -4331,SUCCESS,2,0,191.81,2023163.36,2023355.17,27,244,1808,306.9,portfolioqaoa -4333,SUCCESS,2,0,585.54,2023355.17,2023940.71,27,568,2371,936.86,qpeinexact -4336,SUCCESS,2,0,35.89,2023940.71,2023976.6,27,42,1965,57.42,graphstate -4342,SUCCESS,2,0,91.27,2023976.6,2024067.87,27,61,3441,146.03,dj -4347,SUCCESS,2,0,4565.92,2024067.87,2028633.79,27,2567,4091,7305.47,random -4349,SUCCESS,2,0,145.79,2028633.79,2028779.58,27,104,3224,233.26,dj -4352,SUCCESS,2,0,848.81,2028779.58,2029628.39,27,549,3556,1358.1,su2random -4357,SUCCESS,2,0,858.64,2029628.39,2030487.03,27,622,3175,1373.82,qnn -4359,SUCCESS,2,0,42.16,2030487.03,2030529.19,27,32,3030,67.46,routing -4362,SUCCESS,2,0,647.48,2030529.19,2031176.67,27,446,3339,1035.97,qft -4380,SUCCESS,2,0,198.39,2031176.67,2031375.06,27,147,3104,317.42,qftentangled -4382,SUCCESS,2,0,342.73,2031375.06,2031717.79,27,521,1513,548.37,realamprandom -4383,SUCCESS,2,0,160.79,2031717.79,2031878.58,27,358,1033,257.26,twolocalrandom -4392,SUCCESS,2,0,40.92,2031878.58,2031919.5,27,26,3619,65.47,vqe -4398,SUCCESS,2,0,1346.02,2031919.5,2033265.52,27,1193,2595,2153.63,qnn -4400,SUCCESS,2,0,2292.67,2033265.52,2035558.19,27,2566,2055,3668.27,random -4401,SUCCESS,2,0,19.85,2035558.19,2035578.04,27,17,2685,31.76,graphstate -4405,SUCCESS,2,0,109.95,2035578.04,2035687.99,27,63,4014,175.92,graphstate -4411,SUCCESS,2,0,613.17,2035687.99,2036301.16,27,542,2602,981.07,qft -4418,SUCCESS,2,0,22.27,2036301.16,2036323.43,27,14,3658,35.63,ghz -4422,SUCCESS,2,0,670.75,2036323.43,2036994.18,27,1153,1338,1073.2,qpeexact -4424,SUCCESS,2,0,38.36,2036994.18,2037032.54,27,26,3393,61.38,graphstate -4429,SUCCESS,2,0,682.28,2037032.54,2037714.82,27,389,4034,1091.65,twolocalrandom -4441,SUCCESS,2,0,1196.37,2037714.82,2038911.19,27,1217,2261,1914.19,twolocalrandom -223,SUCCESS,2,1,17094.67,2021895.92,2038990.59,127,14012,1037,27351.47,grover-noancilla -4447,SUCCESS,2,0,190.22,2038911.19,2039101.41,27,401,1091,304.35,groundstate -4454,SUCCESS,2,0,381.01,2039101.41,2039482.42,27,359,2441,609.62,qpeinexact -4455,SUCCESS,2,0,32.49,2039482.42,2039514.91,27,23,3248,51.98,vqe -4460,SUCCESS,2,0,633.26,2039514.91,2040148.17,27,688,2117,1013.22,realamprandom -4476,SUCCESS,2,0,28.59,2040148.17,2040176.76,27,22,2988,45.74,vqe -4478,SUCCESS,2,0,255.82,2040176.76,2040432.58,27,292,2015,409.31,qpeinexact -4486,SUCCESS,2,0,828.52,2040432.58,2041261.1,27,584,3263,1325.63,qft -4502,SUCCESS,2,0,32.9,2041261.1,2041294,27,29,2609,52.64,wstate -4508,SUCCESS,2,0,240.96,2041294,2041534.96,27,163,3400,385.54,qnn -225,SUCCESS,2,1,3102.87,2038990.59,2042093.46,127,2146,1229,4964.59,qft -226,SUCCESS,2,1,1603.35,2042093.46,2043696.81,127,989,1378,2565.36,qnn -4514,SUCCESS,2,0,3488.23,2041534.96,2045023.19,27,3906,2054,5581.17,pricingcall -4516,SUCCESS,2,0,651,2045023.19,2045674.19,27,525,2852,1041.6,ae -4520,SUCCESS,2,0,38.37,2045674.19,2045712.56,27,51,1730,61.39,graphstate -4522,SUCCESS,2,0,426.52,2045712.56,2046139.08,27,364,2695,682.43,portfolioqaoa -4523,SUCCESS,2,0,73.41,2046139.08,2046212.49,27,82,2059,117.46,qaoa -4527,SUCCESS,2,0,73.96,2046212.49,2046286.45,27,45,3780,118.34,wstate -4532,SUCCESS,2,0,100.84,2046286.45,2046387.29,27,97,2391,161.34,qpeexact -4533,SUCCESS,2,0,334.52,2046387.29,2046721.81,27,470,1637,535.23,ae -4537,SUCCESS,2,0,860.85,2046721.81,2047582.66,27,587,3373,1377.36,qftentangled -4549,SUCCESS,2,0,613.46,2047582.66,2048196.12,27,509,2772,981.54,pricingput -4555,SUCCESS,2,0,154.78,2048196.12,2048350.9,27,312,1141,247.65,pricingcall -4558,SUCCESS,2,0,301.25,2048350.9,2048652.15,27,223,3107,482,wstate -227,SUCCESS,2,1,5088.11,2043696.81,2048784.92,127,2041,2119,8140.98,qftentangled -4563,SUCCESS,2,0,210.44,2048652.15,2048862.59,27,402,1204,336.7,realamprandom -4564,SUCCESS,2,0,814.39,2048862.59,2049676.98,27,592,3164,1303.02,pricingcall -4567,SUCCESS,2,0,641.2,2049676.98,2050318.18,27,484,3047,1025.92,su2random -4571,SUCCESS,2,0,470.71,2050318.18,2050788.89,27,474,2284,753.14,realamprandom -4576,SUCCESS,2,0,2260.66,2050788.89,2053049.55,27,1318,3945,3617.06,realamprandom -4582,SUCCESS,2,0,1672.39,2053049.55,2054721.94,27,1488,2585,2675.82,pricingput -4584,SUCCESS,2,0,38.93,2054721.94,2054760.87,27,31,2888,62.29,graphstate -4587,SUCCESS,2,0,534.41,2054760.87,2055295.28,27,371,3313,855.06,qpeexact -4590,SUCCESS,2,0,176.16,2055295.28,2055471.44,27,271,1495,281.86,ae -4598,SUCCESS,2,0,855.52,2055471.44,2056326.96,27,573,3434,1368.83,qftentangled -228,SUCCESS,2,1,7584.9,2048784.92,2056369.82,127,2098,3073,12135.84,qft -4606,SUCCESS,2,0,228.53,2056326.96,2056555.49,27,197,2668,365.65,qpeexact -4613,SUCCESS,2,0,462.32,2056555.49,2057017.81,27,323,3292,739.71,portfolioqaoa -4616,SUCCESS,2,0,645.18,2057017.81,2057662.99,27,418,3550,1032.29,qpeinexact -4617,SUCCESS,2,0,293.74,2057662.99,2057956.73,27,221,3057,469.98,qftentangled -4619,SUCCESS,2,0,170.14,2057956.73,2058126.87,27,130,3010,272.22,wstate -4621,SUCCESS,2,0,208.26,2058126.87,2058335.13,27,128,3742,333.22,dj -4625,SUCCESS,2,0,67.27,2058335.13,2058402.4,27,43,3598,107.63,qaoa -4628,SUCCESS,2,0,284.23,2058402.4,2058686.63,27,329,1987,454.77,portfolioqaoa -4631,SUCCESS,2,0,287.72,2058686.63,2058974.35,27,615,1076,460.35,portfolioqaoa -4635,SUCCESS,2,0,393.97,2058974.35,2059368.32,27,370,2449,630.35,qpeinexact -4638,SUCCESS,2,0,936.28,2059368.32,2060304.6,27,624,3451,1498.05,random -4641,SUCCESS,2,0,772.75,2060304.6,2061077.35,27,705,2521,1236.4,qwalk-v-chain -4645,SUCCESS,2,0,48.25,2061077.35,2061125.6,27,40,2774,77.2,qaoa -4646,SUCCESS,2,0,409.77,2061125.6,2061535.37,27,326,2891,655.63,ae -4650,SUCCESS,2,0,129.84,2061535.37,2061665.21,27,130,2297,207.74,wstate -4651,SUCCESS,2,0,911.48,2061665.21,2062576.69,27,658,3186,1458.37,qnn -4652,SUCCESS,2,0,266.88,2062576.69,2062843.57,27,271,2265,427.01,qpeinexact -4661,SUCCESS,2,0,30.24,2062843.57,2062873.81,27,20,3477,48.38,graphstate -4665,SUCCESS,2,0,3182.22,2062873.81,2066056.03,27,3889,1882,5091.55,grover-noancilla -4666,SUCCESS,2,0,171.28,2066056.03,2066227.31,27,116,3396,274.05,dj -4667,SUCCESS,2,0,287.98,2066227.31,2066515.29,27,629,1053,460.77,qpeinexact -230,SUCCESS,2,1,10654.21,2056369.82,2067024.03,127,7053,1284,17046.74,ae -4671,SUCCESS,2,0,554.53,2066515.29,2067069.82,27,1217,1048,887.25,realamprandom -232,SUCCESS,2,1,135.82,2067024.03,2067159.85,127,31,3724,217.31,ghz -4674,SUCCESS,2,0,93.62,2067069.82,2067163.44,27,70,3076,149.79,ghz -4678,SUCCESS,2,0,522.44,2067163.44,2067685.88,27,1003,1198,835.9,pricingcall -233,SUCCESS,2,1,2022.48,2067159.85,2069182.33,127,465,3697,3235.97,realamprandom -4685,SUCCESS,2,0,1499.3,2067685.88,2069185.18,27,933,3696,2398.88,qnn -4689,SUCCESS,2,0,45.1,2069185.18,2069230.28,27,45,2305,72.16,tsp -4691,SUCCESS,2,0,203.09,2069230.28,2069433.37,27,222,2104,324.94,ae -4704,SUCCESS,2,0,928.04,2069433.37,2070361.41,27,815,2619,1484.86,portfoliovqe -4710,SUCCESS,2,0,46.61,2070361.41,2070408.02,27,37,2897,74.58,wstate -4715,SUCCESS,2,0,24.78,2070408.02,2070432.8,27,39,1461,39.65,graphstate -4717,SUCCESS,2,0,236.97,2070432.8,2070669.77,27,256,2129,379.15,portfoliovqe -4719,SUCCESS,2,0,165.23,2070669.77,2070835,27,106,3585,264.37,groundstate -4721,SUCCESS,2,0,203.45,2070835,2071038.45,27,188,2489,325.52,su2random -4729,SUCCESS,2,0,384.92,2071038.45,2071423.37,27,260,3405,615.87,qft -4730,SUCCESS,2,0,51.35,2071423.37,2071474.72,27,61,1936,82.16,wstate -4741,SUCCESS,2,0,267.54,2071474.72,2071742.26,27,536,1148,428.06,su2random -4743,SUCCESS,2,0,1003.2,2071742.26,2072745.46,27,758,3044,1605.12,qpeinexact -4746,SUCCESS,2,0,477.17,2072745.46,2073222.63,27,574,1912,763.47,qpeinexact -4747,SUCCESS,2,0,35.36,2073222.63,2073257.99,27,74,1099,56.58,qaoa -4755,SUCCESS,2,0,601,2073257.99,2073858.99,27,606,2281,961.6,pricingput -234,SUCCESS,2,1,4793.85,2069182.33,2073976.18,127,1897,2148,7670.16,qnn -4788,SUCCESS,2,0,7545.47,2073858.99,2081404.46,27,5358,3239,12072.75,qwalk-v-chain -4792,SUCCESS,2,0,31.31,2081404.46,2081435.77,27,63,1143,50.1,groundstate -4804,SUCCESS,2,0,790.22,2081435.77,2082225.99,27,500,3635,1264.35,pricingput -4814,SUCCESS,2,0,355.42,2082225.99,2082581.41,27,759,1077,568.67,qpeinexact -4823,SUCCESS,2,0,570.87,2082581.41,2083152.28,27,948,1385,913.39,pricingcall -4830,SUCCESS,2,0,251.69,2083152.28,2083403.97,27,275,2105,402.7,twolocalrandom -4833,SUCCESS,2,0,684.29,2083403.97,2084088.26,27,904,1741,1094.86,qpeexact -4834,SUCCESS,2,0,81.05,2084088.26,2084169.31,27,74,2519,129.68,graphstate -235,SUCCESS,2,1,11099.5,2073976.18,2085075.68,127,7365,1281,17759.2,ae -4851,SUCCESS,2,0,6851.19,2084169.31,2091020.5,27,3886,4055,10961.9,pricingput -4856,SUCCESS,2,0,29.49,2091020.5,2091049.99,27,46,1474,47.18,graphstate -4865,SUCCESS,2,0,918.19,2091049.99,2091968.18,27,568,3718,1469.1,realamprandom -4866,SUCCESS,2,0,286.1,2091968.18,2092254.28,27,296,2223,457.76,random -4868,SUCCESS,2,0,981.06,2092254.28,2093235.34,27,696,3242,1569.7,qnn -4869,SUCCESS,2,0,42.68,2093235.34,2093278.02,27,27,3635,68.29,dj -4871,SUCCESS,2,0,366.22,2093278.02,2093644.24,27,207,4069,585.95,qpeinexact -4884,SUCCESS,2,0,1132.17,2093644.24,2094776.41,27,914,2849,1811.47,qpeinexact -4887,SUCCESS,2,0,25.64,2094776.41,2094802.05,27,27,2184,41.02,graphstate -4888,SUCCESS,2,0,29.52,2094802.05,2094831.57,27,27,2514,47.23,dj -4889,SUCCESS,2,0,2365.53,2094831.57,2097197.1,27,1527,3563,3784.85,twolocalrandom -4891,SUCCESS,2,0,40.18,2097197.1,2097237.28,27,85,1087,64.29,dj -238,SUCCESS,2,1,19298.83,2085075.68,2104374.51,127,7669,2139,30878.13,qpeexact -239,SUCCESS,2,1,125.3,2104374.51,2104499.81,127,94,1133,200.48,ghz -4894,SUCCESS,2,0,9062.07,2097237.28,2106299.35,27,7051,2956,14499.31,grover-v-chain -4895,SUCCESS,2,0,500.11,2106299.35,2106799.46,27,728,1580,800.18,qpeinexact -241,SUCCESS,2,1,2357.75,2104499.81,2106857.56,127,533,3760,3772.4,qftentangled -242,SUCCESS,2,1,337.8,2106857.56,2107195.36,127,213,1348,540.48,wstate -4902,SUCCESS,2,0,1380.98,2106799.46,2108180.44,27,1050,3025,2209.57,qnn -4909,SUCCESS,2,0,141.81,2108180.44,2108322.25,27,216,1510,226.9,ae -4911,SUCCESS,2,0,1348.83,2108322.25,2109671.08,27,791,3922,2158.13,realamprandom -4913,SUCCESS,2,0,124.26,2109671.08,2109795.34,27,110,2598,198.82,dj -4914,SUCCESS,2,0,203.22,2109795.34,2109998.56,27,190,2460,325.15,wstate -4917,SUCCESS,2,0,166.43,2109998.56,2110164.99,27,123,3112,266.29,qpeinexact -4918,SUCCESS,2,0,724,2110164.99,2110888.99,27,724,2300,1158.4,qft -4925,SUCCESS,2,0,10928.6,2110888.99,2121817.59,27,6455,3894,17485.76,qwalk-v-chain -4930,SUCCESS,2,0,1092.44,2121817.59,2122910.03,27,680,3695,1747.9,portfoliovqe -4931,SUCCESS,2,0,202.43,2122910.03,2123112.46,27,275,1693,323.89,qpeinexact -4938,SUCCESS,2,0,170.27,2123112.46,2123282.73,27,222,1764,272.43,qftentangled -4942,SUCCESS,2,0,2662.82,2123282.73,2125945.55,27,5091,1203,4260.51,pricingput -4943,SUCCESS,2,0,831.89,2125945.55,2126777.44,27,619,3091,1331.02,qnn -4944,SUCCESS,2,0,39.83,2126777.44,2126817.27,27,23,3982,63.73,graphstate -4953,SUCCESS,2,0,794.86,2126817.27,2127612.13,27,464,3940,1271.78,su2random -243,SUCCESS,2,1,20503.1,2107195.36,2127698.46,127,11458,1521,32804.96,realamprandom -244,SUCCESS,2,1,2076.49,2127698.46,2129774.95,127,682,2588,3322.38,qpeinexact -245,SUCCESS,2,1,212.23,2129774.95,2129987.18,127,52,3469,339.57,graphstate -4981,SUCCESS,2,0,4493.76,2127612.13,2132105.89,27,3039,3401,7190.02,random -4991,SUCCESS,2,0,108.44,2132105.89,2132214.33,27,163,1530,173.5,qpeinexact -4992,SUCCESS,2,0,32.85,2132214.33,2132247.18,27,56,1349,52.56,graphstate -4996,SUCCESS,2,0,91.56,2132247.18,2132338.74,27,122,1726,146.5,dj -5007,SUCCESS,2,0,38.02,2132338.74,2132376.76,27,29,3015,60.83,graphstate -5010,SUCCESS,2,0,763.67,2132376.76,2133140.43,27,574,3060,1221.87,su2random -5012,SUCCESS,2,0,10.56,2133140.43,2133150.99,27,11,2208,16.9,ghz -5019,SUCCESS,2,0,29.99,2133150.99,2133180.98,27,18,3832,47.98,ghz -5024,SUCCESS,2,0,165.62,2133180.98,2133346.6,27,356,1070,264.99,qft -5026,SUCCESS,2,0,425.55,2133346.6,2133772.15,27,290,3375,680.88,qft -5036,SUCCESS,2,0,291.01,2133772.15,2134063.16,27,252,2656,465.62,twolocalrandom -5038,SUCCESS,2,0,534.49,2134063.16,2134597.65,27,711,1729,855.18,qftentangled -5051,SUCCESS,2,0,306.8,2134597.65,2134904.45,27,204,3459,490.88,qpeinexact -5053,SUCCESS,2,0,180.33,2134904.45,2135084.78,27,369,1124,288.53,qpeinexact -5056,SUCCESS,2,0,572.6,2135084.78,2135657.38,27,818,1610,916.16,ae -246,SUCCESS,2,1,5853.61,2129987.18,2135840.79,127,2439,2040,9365.78,qftentangled -5058,SUCCESS,2,0,470.87,2135657.38,2136128.25,27,760,1425,753.39,qpeexact -5061,SUCCESS,2,0,37.55,2136128.25,2136165.8,27,42,2056,60.08,graphstate -5068,SUCCESS,2,0,42.85,2136165.8,2136208.65,27,49,2011,68.56,ghz -247,SUCCESS,2,1,1149.44,2135840.79,2136990.23,127,489,1998,1839.1,realamprandom -5072,SUCCESS,2,0,1365.85,2136208.65,2137574.5,27,869,3615,2185.36,portfoliovqe -5073,SUCCESS,2,0,1003.05,2137574.5,2138577.55,27,904,2552,1604.88,qpeinexact -5074,SUCCESS,2,0,39.93,2138577.55,2138617.48,27,23,3993,63.89,dj -5079,SUCCESS,2,0,558.43,2138617.48,2139175.91,27,787,1632,893.49,portfolioqaoa -5081,SUCCESS,2,0,4254.27,2139175.91,2143430.18,27,2837,3449,6806.83,qwalk-v-chain -5082,SUCCESS,2,0,1475.47,2143430.18,2144905.65,27,1171,2898,2360.75,qpeinexact -5085,SUCCESS,2,0,924.23,2144905.65,2145829.88,27,976,2178,1478.77,random -5093,SUCCESS,2,0,24.83,2145829.88,2145854.71,27,23,2483,39.73,graphstate -5101,SUCCESS,2,0,2261.09,2145854.71,2148115.8,27,1565,3323,3617.74,portfoliovqe -5105,SUCCESS,2,0,380.23,2148115.8,2148496.03,27,217,4030,608.37,qftentangled -5113,SUCCESS,2,0,352.43,2148496.03,2148848.46,27,604,1342,563.89,qft -248,SUCCESS,2,1,12388.49,2136990.23,2149378.72,127,7072,1489,19821.58,qpeexact -249,SUCCESS,2,1,611.02,2149378.72,2149989.74,127,207,2509,977.63,ghz -5115,SUCCESS,2,0,7485.14,2148848.46,2156333.6,27,9754,1765,11976.22,qwalk-noancilla -5116,SUCCESS,2,0,52.51,2156333.6,2156386.11,27,38,3178,84.02,qaoa -5117,SUCCESS,2,0,398.07,2156386.11,2156784.18,27,241,3799,636.91,twolocalrandom -5122,SUCCESS,2,0,172.5,2156784.18,2156956.68,27,97,4090,276,wstate -250,SUCCESS,2,1,13330.37,2149989.74,2163320.11,127,10916,1038,21328.59,realamprandom -251,SUCCESS,2,1,1285.08,2163320.11,2164605.19,127,515,2121,2056.13,qft -5124,SUCCESS,2,0,29963.01,2156956.68,2186919.69,27,39335,1752,47940.82,shor -5126,SUCCESS,2,0,630.6,2186919.69,2187550.29,27,690,2102,1008.96,qpeinexact -5131,SUCCESS,2,0,46.92,2187550.29,2187597.21,27,49,2202,75.07,wstate -5136,SUCCESS,2,0,1138.88,2187597.21,2188736.09,27,794,3299,1822.21,ae -5146,SUCCESS,2,0,55.63,2188736.09,2188791.72,27,49,2611,89.01,wstate -5147,SUCCESS,2,0,868.92,2188791.72,2189660.64,27,891,2243,1390.27,twolocalrandom -5150,SUCCESS,2,0,1162.42,2189660.64,2190823.06,27,712,3755,1859.87,ae -5151,SUCCESS,2,0,665.88,2190823.06,2191488.94,27,481,3184,1065.41,ae -253,SUCCESS,2,1,27793.73,2164605.19,2192398.92,127,12109,1951,44469.97,realamprandom -5175,SUCCESS,2,0,1865.64,2191488.94,2193354.58,27,1882,2280,2985.02,random -5177,SUCCESS,2,0,6598.57,2193354.58,2199953.15,27,10395,1460,10557.71,grover-noancilla -5178,SUCCESS,2,0,1027.02,2199953.15,2200980.17,27,761,3104,1643.23,qpeexact -5185,SUCCESS,2,0,216.39,2200980.17,2201196.56,27,201,2476,346.22,qpeexact -254,SUCCESS,2,1,8801.42,2192398.92,2201200.34,127,2360,3170,14082.27,realamprandom -5186,SUCCESS,2,0,126.22,2201196.56,2201322.78,27,203,1430,201.95,ae -5193,SUCCESS,2,0,448.34,2201322.78,2201771.12,27,304,3392,717.34,pricingcall -5207,SUCCESS,2,0,322.84,2201771.12,2202093.96,27,516,1439,516.54,qpeexact -5209,SUCCESS,2,0,57.78,2202093.96,2202151.74,27,40,3322,92.45,dj -255,SUCCESS,2,1,1513.57,2201200.34,2202713.91,127,368,3496,2421.71,qftentangled -256,SUCCESS,2,1,97.04,2202713.91,2202810.95,127,68,1213,155.26,ghz -257,SUCCESS,2,1,2429.39,2202810.95,2205240.34,127,825,2503,3887.02,qnn -258,SUCCESS,2,1,148.2,2205240.34,2205388.54,127,59,2135,237.12,qaoa -259,SUCCESS,2,1,453.78,2205388.54,2205842.32,127,130,2967,726.05,graphstate -261,SUCCESS,2,1,3704.43,2205842.32,2209546.75,127,1784,1765,5927.09,qft -262,SUCCESS,2,1,13947.17,2209546.75,2223493.92,127,8666,1368,22315.47,qnn -263,SUCCESS,2,1,35933.03,2223493.92,2259426.95,127,7594,4022,57492.85,ae -264,SUCCESS,2,1,1714.03,2259426.95,2261140.98,127,1368,1065,2742.45,qpeexact -5214,SUCCESS,2,0,69400.63,2202151.74,2271552.37,27,39335,4058,111041.01,shor -5222,SUCCESS,2,0,38.72,2271552.37,2271591.09,27,54,1649,61.95,graphstate -5223,SUCCESS,2,0,628.82,2271591.09,2272219.91,27,529,2734,1006.11,ae -5229,SUCCESS,2,0,108.47,2272219.91,2272328.38,27,81,3080,173.55,wstate -5230,SUCCESS,2,0,70.53,2272328.38,2272398.91,27,61,2659,112.85,dj -5237,SUCCESS,2,0,168.65,2272398.91,2272567.56,27,107,3625,269.84,qft -5240,SUCCESS,2,0,1186.91,2272567.56,2273754.47,27,1082,2523,1899.06,grover-v-chain -5242,SUCCESS,2,0,109.13,2273754.47,2273863.6,27,91,2758,174.61,dj -5245,SUCCESS,2,0,1498.76,2273863.6,2275362.36,27,842,4094,2398.02,su2random -5250,SUCCESS,2,0,190.88,2275362.36,2275553.24,27,413,1063,305.41,pricingput -5258,SUCCESS,2,0,527.6,2275553.24,2276080.84,27,634,1914,844.16,portfoliovqe -5260,SUCCESS,2,0,522.03,2276080.84,2276602.87,27,925,1298,835.25,qpeexact -5261,SUCCESS,2,0,23.45,2276602.87,2276626.32,27,26,2074,37.52,graphstate -5268,SUCCESS,2,0,681.42,2276626.32,2277307.74,27,688,2278,1090.27,twolocalrandom -5269,SUCCESS,2,0,127.64,2277307.74,2277435.38,27,96,3058,204.22,dj -5271,SUCCESS,2,0,5738.77,2277435.38,2283174.15,27,7193,1835,9182.03,grover-v-chain -5274,SUCCESS,2,0,40.6,2283174.15,2283214.75,27,89,1049,64.96,graphstate -5278,SUCCESS,2,0,365.28,2283214.75,2283580.03,27,723,1162,584.45,random -5297,SUCCESS,2,0,825.97,2283580.03,2284406,27,884,2149,1321.55,ae -5298,SUCCESS,2,0,1147.43,2284406,2285553.43,27,894,2952,1835.89,ae -5302,SUCCESS,2,0,1098.92,2285553.43,2286652.35,27,1138,2221,1758.27,su2random -5309,SUCCESS,2,0,16.56,2286652.35,2286668.91,27,18,2116,26.5,ghz -5314,SUCCESS,2,0,129.81,2286668.91,2286798.72,27,145,2059,207.7,qft -5315,SUCCESS,2,0,87.12,2286798.72,2286885.84,27,177,1132,139.39,twolocalrandom -5317,SUCCESS,2,0,21.12,2286885.84,2286906.96,27,22,2208,33.79,graphstate -5318,SUCCESS,2,0,34.33,2286906.96,2286941.29,27,69,1144,54.93,vqe -5328,SUCCESS,2,0,114.93,2286941.29,2287056.22,27,73,3621,183.89,dj -5336,SUCCESS,2,0,284.25,2287056.22,2287340.47,27,265,2467,454.8,portfolioqaoa -5343,SUCCESS,2,0,950.45,2287340.47,2288290.92,27,672,3253,1520.72,random -5346,SUCCESS,2,0,853.55,2288290.92,2289144.47,27,659,2979,1365.68,qpeexact -5358,SUCCESS,2,0,134.53,2289144.47,2289279,27,95,3257,215.25,ghz -5361,SUCCESS,2,0,160.98,2289279,2289439.98,27,134,2763,257.57,wstate -5364,SUCCESS,2,0,1136.2,2289439.98,2290576.18,27,1579,1655,1817.92,su2random -5367,SUCCESS,2,0,1736.44,2290576.18,2292312.62,27,992,4026,2778.3,realamprandom -5369,SUCCESS,2,0,344.56,2292312.62,2292657.18,27,217,3652,551.3,wstate -266,SUCCESS,2,1,32052.81,2261140.98,2293193.79,127,8783,3102,51284.5,qftentangled -5382,SUCCESS,2,0,812.26,2292657.18,2293469.44,27,580,3221,1299.62,realamprandom -5385,SUCCESS,2,0,422.3,2293469.44,2293891.74,27,456,2130,675.68,qftentangled -267,SUCCESS,2,1,718.52,2293193.79,2293912.31,127,390,1566,1149.63,graphstate -5392,SUCCESS,2,0,839.84,2293891.74,2294731.58,27,514,3758,1343.74,qpeinexact -5397,SUCCESS,2,0,75.47,2294731.58,2294807.05,27,131,1325,120.75,wstate -5399,SUCCESS,2,0,195.2,2294807.05,2295002.25,27,305,1472,312.32,qftentangled -5403,SUCCESS,2,0,20.26,2295002.25,2295022.51,27,42,1109,32.42,qaoa -5412,SUCCESS,2,0,501.14,2295022.51,2295523.65,27,645,1787,801.82,ae -5415,SUCCESS,2,0,1084.67,2295523.65,2296608.32,27,640,3898,1735.47,qft -5419,SUCCESS,2,0,234.7,2296608.32,2296843.02,27,281,1921,375.52,random -5421,SUCCESS,2,0,3615.36,2296843.02,2300458.38,27,3037,2738,5784.58,grover-v-chain -5427,SUCCESS,2,0,1374.59,2300458.38,2301832.97,27,1050,3011,2199.34,su2random -268,SUCCESS,2,1,16090.81,2293912.31,2310003.12,127,10812,1265,25745.3,realamprandom -269,SUCCESS,2,1,30648.4,2310003.12,2340651.52,127,7357,3541,49037.44,qft -270,SUCCESS,2,1,2661.29,2340651.52,2343312.81,127,1366,1656,4258.06,wstate -271,SUCCESS,2,1,721.13,2343312.81,2344033.94,127,586,1046,1153.81,random -5445,SUCCESS,2,0,80496.03,2301832.97,2382329,27,58129,3185,128793.65,grover-v-chain -5446,SUCCESS,2,0,1138.34,2382329,2383467.34,27,786,3331,1821.34,ae -5450,SUCCESS,2,0,1383.9,2383467.34,2384851.24,27,983,3238,2214.24,random -5454,SUCCESS,2,0,22.56,2384851.24,2384873.8,27,14,3706,36.1,ghz -5455,SUCCESS,2,0,245.9,2384873.8,2385119.7,27,398,1421,393.44,qpeinexact -5461,SUCCESS,2,0,688.24,2385119.7,2385807.94,27,455,3479,1101.18,ae -5465,SUCCESS,2,0,25.7,2385807.94,2385833.64,27,20,2955,41.12,ghz -5477,SUCCESS,2,0,10.58,2385833.64,2385844.22,27,21,1158,16.93,vqe -5489,SUCCESS,2,0,965.3,2385844.22,2386809.52,27,602,3688,1544.48,random -5499,SUCCESS,2,0,985.09,2386809.52,2387794.61,27,585,3873,1576.14,ae -5501,SUCCESS,2,0,100.77,2387794.61,2387895.38,27,87,2664,161.23,ghz -5502,SUCCESS,2,0,29253.37,2387895.38,2417148.75,27,33474,2010,46805.39,shor -5510,SUCCESS,2,0,45.31,2417148.75,2417194.06,27,78,1336,72.5,vqe -5515,SUCCESS,2,0,644.86,2417194.06,2417838.92,27,1237,1199,1031.78,random -5516,SUCCESS,2,0,2250.75,2417838.92,2420089.67,27,2652,1952,3601.2,random -5518,SUCCESS,2,0,44.72,2420089.67,2420134.39,27,49,2099,71.55,wstate -5520,SUCCESS,2,0,201.2,2420134.39,2420335.59,27,331,1398,321.92,ae -5523,SUCCESS,2,0,3130.31,2420335.59,2423465.9,27,2282,3155,5008.5,su2random -5525,SUCCESS,2,0,1835.81,2423465.9,2425301.71,27,1226,3444,2937.3,qpeinexact -5559,SUCCESS,2,0,439.83,2425301.71,2425741.54,27,274,3692,703.73,qftentangled -5577,SUCCESS,2,0,15.64,2425741.54,2425757.18,27,22,1635,25.02,ghz -5586,SUCCESS,2,0,150.82,2425757.18,2425908,27,97,3576,241.31,dj -5588,SUCCESS,2,0,1084.13,2425908,2426992.13,27,763,3268,1734.61,twolocalrandom -5591,SUCCESS,2,0,33.65,2426992.13,2427025.78,27,39,1984,53.84,dj -5596,SUCCESS,2,0,19.84,2427025.78,2427045.62,27,25,1825,31.74,graphstate -5602,SUCCESS,2,0,97.33,2427045.62,2427142.95,27,209,1071,155.73,qft -5606,SUCCESS,2,0,1144.32,2427142.95,2428287.27,27,1336,1970,1830.91,random -5609,SUCCESS,2,0,1480.01,2428287.27,2429767.28,27,1021,3334,2368.02,random -5612,SUCCESS,2,0,10.54,2429767.28,2429777.82,27,17,1426,16.86,ghz -5627,SUCCESS,2,0,519.87,2429777.82,2430297.69,27,734,1629,831.79,qnn -5634,SUCCESS,2,0,1513.7,2430297.69,2431811.39,27,1137,3062,2421.92,su2random -5642,SUCCESS,2,0,726.46,2431811.39,2432537.85,27,1185,1410,1162.34,ae -5643,SUCCESS,2,0,256.44,2432537.85,2432794.29,27,166,3553,410.3,wstate -5649,SUCCESS,2,0,8491.36,2432794.29,2441285.65,27,7686,2541,13586.18,pricingput -5651,SUCCESS,2,0,2262.37,2441285.65,2443548.02,27,1606,3240,3619.79,random -5656,SUCCESS,2,0,734.4,2443548.02,2444282.42,27,1059,1595,1175.04,qpeinexact -5658,SUCCESS,2,0,762.51,2444282.42,2445044.93,27,485,3616,1220.02,qft -5660,SUCCESS,2,0,275.75,2445044.93,2445320.68,27,249,2547,441.2,qft -5661,SUCCESS,2,0,929.9,2445320.68,2446250.58,27,1063,2012,1487.84,qpeexact -5664,SUCCESS,2,0,276.42,2446250.58,2446527,27,240,2649,442.27,su2random -5668,SUCCESS,2,0,207.18,2446527,2446734.18,27,170,2803,331.49,qft -5671,SUCCESS,2,0,121.5,2446734.18,2446855.68,27,225,1242,194.4,qpeinexact -5676,SUCCESS,2,0,170.47,2446855.68,2447026.15,27,96,4084,272.75,vqe -5680,SUCCESS,2,0,460.77,2447026.15,2447486.92,27,520,2038,737.23,portfolioqaoa -5682,SUCCESS,2,0,275.9,2447486.92,2447762.82,27,307,2067,441.44,qftentangled -5686,SUCCESS,2,0,52.66,2447762.82,2447815.48,27,68,1781,84.26,dj -5687,SUCCESS,2,0,2295.1,2447815.48,2450110.58,27,1457,3623,3672.16,qwalk-v-chain -5689,SUCCESS,2,0,1283.94,2450110.58,2451394.52,27,973,3035,2054.3,pricingcall -5691,SUCCESS,2,0,529.95,2451394.52,2451924.47,27,522,2335,847.92,qftentangled -5695,SUCCESS,2,0,3004.41,2451924.47,2454928.88,27,2042,3384,4807.06,qwalk-v-chain -5700,SUCCESS,2,0,1606.67,2454928.88,2456535.55,27,1008,3666,2570.67,ae -5703,SUCCESS,2,0,217.39,2456535.55,2456752.94,27,130,3846,347.82,qft -5704,SUCCESS,2,0,341.2,2456752.94,2457094.14,27,365,2150,545.92,twolocalrandom -5705,SUCCESS,2,0,280.15,2457094.14,2457374.29,27,503,1281,448.24,random -5709,SUCCESS,2,0,312.7,2457374.29,2457686.99,27,219,3284,500.32,pricingcall -5711,SUCCESS,2,0,100.9,2457686.99,2457787.89,27,105,2210,161.44,ghz -5714,SUCCESS,2,0,32634.58,2457787.89,2490422.47,27,19680,3814,52215.33,qwalk-noancilla -5720,SUCCESS,2,0,1033.99,2490422.47,2491456.46,27,708,3359,1654.38,qpeexact -5724,SUCCESS,2,0,7811.07,2491456.46,2499267.53,27,5161,3481,12497.71,qwalk-v-chain -5739,SUCCESS,2,0,1044.66,2499267.53,2500312.19,27,1289,1864,1671.46,twolocalrandom -5740,SUCCESS,2,0,195.99,2500312.19,2500508.18,27,116,3886,313.58,dj -5748,SUCCESS,2,0,1367.7,2500508.18,2501875.88,27,998,3152,2188.32,realamprandom -5749,SUCCESS,2,0,228.43,2501875.88,2502104.31,27,467,1125,365.49,qnn -5751,SUCCESS,2,0,89.32,2502104.31,2502193.63,27,77,2668,142.91,wstate -5755,SUCCESS,2,0,716.42,2502193.63,2502910.05,27,836,1971,1146.27,twolocalrandom -5756,SUCCESS,2,0,241.92,2502910.05,2503151.97,27,200,2782,387.07,qpeexact -5759,SUCCESS,2,0,1044.75,2503151.97,2504196.72,27,931,2581,1671.6,qft -5760,SUCCESS,2,0,418.43,2504196.72,2504615.15,27,389,2474,669.49,realamprandom -5761,SUCCESS,2,0,942.31,2504615.15,2505557.46,27,664,3264,1507.7,qftentangled -5781,SUCCESS,2,0,820.43,2505557.46,2506377.89,27,633,2981,1312.69,su2random -5787,SUCCESS,2,0,357.87,2506377.89,2506735.76,27,722,1140,572.59,portfoliovqe -5789,SUCCESS,2,0,814.97,2506735.76,2507550.73,27,629,2980,1303.95,su2random -5792,SUCCESS,2,0,341.34,2507550.73,2507892.07,27,366,2145,546.14,qftentangled -5804,SUCCESS,2,0,452.79,2507892.07,2508344.86,27,559,1863,724.46,qft -5812,SUCCESS,2,0,67.64,2508344.86,2508412.5,27,66,2357,108.22,tsp -5815,SUCCESS,2,0,268.25,2508412.5,2508680.75,27,206,2995,429.2,realamprandom -5816,SUCCESS,2,0,268.82,2508680.75,2508949.57,27,153,4041,430.11,pricingcall -5818,SUCCESS,2,0,265.31,2508949.57,2509214.88,27,225,2712,424.5,qftentangled -5826,SUCCESS,2,0,660.38,2509214.88,2509875.26,27,380,3997,1056.61,twolocalrandom -5835,SUCCESS,2,0,348.68,2509875.26,2510223.94,27,652,1230,557.89,qftentangled -5852,SUCCESS,2,0,239.07,2510223.94,2510463.01,27,198,2777,382.51,su2random -5853,SUCCESS,2,0,483.1,2510463.01,2510946.11,27,340,3268,772.96,qftentangled -5867,SUCCESS,2,0,1265.2,2510946.11,2512211.31,27,864,3368,2024.32,ae -5868,SUCCESS,2,0,1300.93,2512211.31,2513512.24,27,943,3173,2081.49,qftentangled -5872,SUCCESS,2,0,17.97,2513512.24,2513530.21,27,18,2296,28.75,ghz -5880,SUCCESS,2,0,328.33,2513530.21,2513858.54,27,276,2736,525.33,twolocalrandom -5883,SUCCESS,2,0,1066.91,2513858.54,2514925.45,27,1352,1815,1707.06,twolocalrandom -5886,SUCCESS,2,0,164.4,2514925.45,2515089.85,27,106,3567,263.04,ghz -5906,SUCCESS,2,0,44.04,2515089.85,2515133.89,27,40,2532,70.46,qaoa -5907,SUCCESS,2,0,123.73,2515133.89,2515257.62,27,258,1103,197.97,realamprandom -5915,SUCCESS,2,0,932.98,2515257.62,2516190.6,27,1699,1263,1492.77,qwalk-v-chain -5919,SUCCESS,2,0,570.98,2516190.6,2516761.58,27,436,3012,913.57,twolocalrandom -5921,SUCCESS,2,0,54.32,2516761.58,2516815.9,27,116,1077,86.91,qftentangled -5925,SUCCESS,2,0,367.56,2516815.9,2517183.46,27,544,1554,588.1,qftentangled -5928,SUCCESS,2,0,58.59,2517183.46,2517242.05,27,74,1821,93.74,ghz -5931,SUCCESS,2,0,1485.98,2517242.05,2518728.03,27,1114,3068,2377.57,random -5932,SUCCESS,2,0,59.52,2518728.03,2518787.55,27,78,1755,95.23,dj -5935,SUCCESS,2,0,329.41,2518787.55,2519116.96,27,332,2282,527.06,portfolioqaoa -5948,SUCCESS,2,0,36.6,2519116.96,2519153.56,27,21,4008,58.56,vqe -5955,SUCCESS,2,0,39.12,2519153.56,2519192.68,27,41,2194,62.59,graphstate -5960,SUCCESS,2,0,99.17,2519192.68,2519291.85,27,77,2962,158.67,ghz -5967,SUCCESS,2,0,216.64,2519291.85,2519508.49,27,418,1192,346.62,qftentangled -5968,SUCCESS,2,0,471.27,2519508.49,2519979.76,27,465,2331,754.03,portfoliovqe -5971,SUCCESS,2,0,616.41,2519979.76,2520596.17,27,568,2496,986.26,twolocalrandom -5972,SUCCESS,2,0,93.8,2520596.17,2520689.97,27,85,2538,150.08,wstate -5975,SUCCESS,2,0,659.21,2520689.97,2521349.18,27,430,3526,1054.74,realamprandom -273,SUCCESS,2,1,178385.62,2344033.94,2522419.56,127,37402,4054,285416.99,random -5995,SUCCESS,2,0,1364.75,2521349.18,2522713.93,27,864,3633,2183.6,pricingput -274,SUCCESS,2,1,742.88,2522419.56,2523162.44,127,322,1961,1188.61,graphstate -5998,SUCCESS,2,0,480.82,2522713.93,2523194.75,27,602,1837,769.31,pricingcall -6005,SUCCESS,2,0,401.54,2523194.75,2523596.29,27,305,3028,642.46,qpeexact -6007,SUCCESS,2,0,58,2523596.29,2523654.29,27,50,2668,92.8,tsp -6009,SUCCESS,2,0,724.54,2523654.29,2524378.83,27,536,3109,1159.26,qft -6011,SUCCESS,2,0,729.35,2524378.83,2525108.18,27,671,2500,1166.96,qwalk-v-chain -277,SUCCESS,2,1,8217.54,2523162.44,2531379.98,127,1950,3582,13148.06,qftentangled -279,SUCCESS,2,1,138.89,2531379.98,2531518.87,127,50,2361,222.22,graphstate -280,SUCCESS,2,1,40242.68,2531518.87,2571761.55,127,8573,3990,64388.29,qpeexact -281,SUCCESS,2,1,5949.71,2571761.55,2577711.26,127,1833,2759,9519.54,qft -6019,SUCCESS,2,0,68051.5,2525108.18,2593159.68,27,83432,1876,108882.4,grover-noancilla -6021,SUCCESS,2,0,664.41,2593159.68,2593824.09,27,576,2653,1063.06,qpeinexact -6034,SUCCESS,2,0,1786.61,2593824.09,2595610.7,27,1113,3692,2858.58,su2random -6037,SUCCESS,2,0,88.59,2595610.7,2595699.29,27,51,3995,141.74,graphstate -6038,SUCCESS,2,0,38.09,2595699.29,2595737.38,27,38,2305,60.94,dj -6039,SUCCESS,2,0,177.31,2595737.38,2595914.69,27,169,2413,283.7,pricingput -6045,SUCCESS,2,0,138.51,2595914.69,2596053.2,27,169,1885,221.62,qftentangled -6049,SUCCESS,2,0,307.59,2596053.2,2596360.79,27,297,2382,492.14,su2random -6051,SUCCESS,2,0,37.86,2596360.79,2596398.65,27,81,1075,60.58,ghz -6074,SUCCESS,2,0,2135.31,2596398.65,2598533.96,27,1272,3861,3416.5,random -6077,SUCCESS,2,0,43.74,2598533.96,2598577.7,27,27,3726,69.98,vqe -6082,SUCCESS,2,0,520.7,2598577.7,2599098.4,27,480,2495,833.12,qnn -6085,SUCCESS,2,0,1671.97,2599098.4,2600770.37,27,1764,2180,2675.15,realamprandom -6087,SUCCESS,2,0,423.07,2600770.37,2601193.44,27,537,1812,676.91,portfolioqaoa -6088,SUCCESS,2,0,842.4,2601193.44,2602035.84,27,500,3875,1347.84,pricingput -6089,SUCCESS,2,0,612.62,2602035.84,2602648.46,27,701,2010,980.19,qpeinexact -6101,SUCCESS,2,0,44.3,2602648.46,2602692.76,27,25,4075,70.88,vqe -6102,SUCCESS,2,0,1460.64,2602692.76,2604153.4,27,1564,2148,2337.02,pricingput -6105,SUCCESS,2,0,24.62,2604153.4,2604178.02,27,21,2696,39.39,graphstate -6110,SUCCESS,2,0,795.39,2604178.02,2604973.41,27,794,2304,1272.62,random -6113,SUCCESS,2,0,148.05,2604973.41,2605121.46,27,315,1081,236.88,qnn -6119,SUCCESS,2,0,132.21,2605121.46,2605253.67,27,145,2097,211.54,wstate -6120,SUCCESS,2,0,835.65,2605253.67,2606089.32,27,622,3090,1337.04,random -6124,SUCCESS,2,0,943.5,2606089.32,2607032.82,27,656,3308,1509.6,realamprandom -6125,SUCCESS,2,0,2081.13,2607032.82,2609113.95,27,1271,3766,3329.81,su2random -6127,SUCCESS,2,0,431.03,2609113.95,2609544.98,27,338,2933,689.65,twolocalrandom -6128,SUCCESS,2,0,247.81,2609544.98,2609792.79,27,322,1770,396.5,qpeinexact -6130,SUCCESS,2,0,802.04,2609792.79,2610594.83,27,656,2812,1283.26,twolocalrandom -6131,SUCCESS,2,0,849.8,2610594.83,2611444.63,27,599,3263,1359.68,qftentangled -6136,SUCCESS,2,0,1062.52,2611444.63,2612507.15,27,2180,1121,1700.03,pricingcall -6141,SUCCESS,2,0,579.98,2612507.15,2613087.13,27,573,2328,927.97,portfoliovqe -6152,SUCCESS,2,0,1002.64,2613087.13,2614089.77,27,2190,1053,1604.22,pricingput -6157,SUCCESS,2,0,51.66,2614089.77,2614141.43,27,77,1543,82.66,wstate -6168,SUCCESS,2,0,899.52,2614141.43,2615040.95,27,518,3994,1439.23,qpeexact -6169,SUCCESS,2,0,1019.11,2615040.95,2616060.06,27,921,2545,1630.58,qpeexact -6178,SUCCESS,2,0,37.52,2616060.06,2616097.58,27,44,1961,60.03,qaoa -6187,SUCCESS,2,0,886.85,2616097.58,2616984.43,27,557,3662,1418.96,su2random -6190,SUCCESS,2,0,515.06,2616984.43,2617499.49,27,299,3962,824.1,su2random -6192,SUCCESS,2,0,338.67,2617499.49,2617838.16,27,322,2419,541.87,qpeexact -6193,SUCCESS,2,0,410.95,2617838.16,2618249.11,27,655,1443,657.52,qpeexact -6195,SUCCESS,2,0,348.27,2618249.11,2618597.38,27,360,2225,557.23,portfoliovqe -6200,SUCCESS,2,0,317.25,2618597.38,2618914.63,27,207,3525,507.6,ae -6205,SUCCESS,2,0,20.01,2618914.63,2618934.64,27,21,2191,32.02,ghz -6208,SUCCESS,2,0,146.81,2618934.64,2619081.45,27,101,3343,234.9,vqe -6216,SUCCESS,2,0,702.37,2619081.45,2619783.82,27,877,1842,1123.79,su2random -6229,SUCCESS,2,0,56.83,2619783.82,2619840.65,27,53,2466,90.93,dj -6232,SUCCESS,2,0,1644.15,2619840.65,2621484.8,27,1056,3581,2630.64,ae -282,SUCCESS,2,1,44602.8,2577711.26,2622314.06,127,23592,1607,71364.48,random -6234,SUCCESS,2,0,837.54,2621484.8,2622322.34,27,1238,1556,1340.06,qpeexact -6235,SUCCESS,2,0,2210.17,2622322.34,2624532.51,27,1527,3329,3536.27,realamprandom -6237,SUCCESS,2,0,531,2624532.51,2625063.51,27,473,2582,849.6,groundstate -6240,SUCCESS,2,0,251.35,2625063.51,2625314.86,27,549,1053,402.16,su2random -6241,SUCCESS,2,0,1317.69,2625314.86,2626632.55,27,2472,1226,2108.3,twolocalrandom -6246,SUCCESS,2,0,220.32,2626632.55,2626852.87,27,136,3726,352.51,wstate -6248,SUCCESS,2,0,1140.41,2626852.87,2627993.28,27,729,3598,1824.66,qnn -6250,SUCCESS,2,0,48.52,2627993.28,2628041.8,27,104,1073,77.63,graphstate -6251,SUCCESS,2,0,35.25,2628041.8,2628077.05,27,26,3118,56.4,vqe -6257,SUCCESS,2,0,479.47,2628077.05,2628556.52,27,533,2069,767.15,qpeinexact -283,SUCCESS,2,1,8966.11,2622314.06,2631280.17,127,6697,1138,14345.78,su2random -6261,SUCCESS,2,0,12734.48,2628556.52,2641291,27,11697,2504,20375.17,grover-noancilla -6262,SUCCESS,2,0,305.12,2641291,2641596.12,27,184,3814,488.19,random -6266,SUCCESS,2,0,63.7,2641596.12,2641659.82,27,53,2764,101.92,qaoa -6272,SUCCESS,2,0,1067.49,2641659.82,2642727.31,27,1005,2443,1707.98,su2random -6273,SUCCESS,2,0,803.38,2642727.31,2643530.69,27,547,3378,1285.41,qpeexact -6275,SUCCESS,2,0,2431.22,2643530.69,2645961.91,27,1695,3299,3889.95,su2random -6278,SUCCESS,2,0,460.96,2645961.91,2646422.87,27,310,3420,737.54,ae -6279,SUCCESS,2,0,1107.55,2646422.87,2647530.42,27,915,2784,1772.08,realamprandom -6284,SUCCESS,2,0,435.32,2647530.42,2647965.74,27,306,3272,696.51,qnn -6285,SUCCESS,2,0,452.23,2647965.74,2648417.97,27,289,3599,723.57,wstate -284,SUCCESS,2,1,17204.89,2631280.17,2648485.06,127,7106,2058,27527.82,qftentangled -6286,SUCCESS,2,0,230.69,2648417.97,2648648.66,27,155,3423,369.1,qftentangled -6290,SUCCESS,2,0,14.96,2648648.66,2648663.62,27,22,1564,23.94,ghz -6295,SUCCESS,2,0,470.72,2648663.62,2649134.34,27,298,3633,753.15,qnn -6298,SUCCESS,2,0,461.54,2649134.34,2649595.88,27,283,3751,738.46,wstate -6305,SUCCESS,2,0,318.64,2649595.88,2649914.52,27,192,3817,509.82,su2random -6307,SUCCESS,2,0,491.8,2649914.52,2650406.32,27,365,3099,786.88,qpeexact -6308,SUCCESS,2,0,662.28,2650406.32,2651068.6,27,1207,1262,1059.65,qpeexact -6319,SUCCESS,2,0,1069.11,2651068.6,2652137.71,27,658,3737,1710.58,su2random -6322,SUCCESS,2,0,35.33,2652137.71,2652173.04,27,73,1113,56.53,ghz -6325,SUCCESS,2,0,125.36,2652173.04,2652298.4,27,87,3314,200.58,graphstate -6334,SUCCESS,2,0,328.6,2652298.4,2652627,27,392,1928,525.76,qpeexact -6341,SUCCESS,2,0,629.6,2652627,2653256.6,27,368,3935,1007.36,qftentangled -6346,SUCCESS,2,0,557.23,2653256.6,2653813.83,27,645,1987,891.57,portfolioqaoa -6347,SUCCESS,2,0,536.76,2653813.83,2654350.59,27,430,2871,858.82,qft -6351,SUCCESS,2,0,58.46,2654350.59,2654409.05,27,77,1746,93.54,wstate -6357,SUCCESS,2,0,95.88,2654409.05,2654504.93,27,69,3196,153.41,wstate -6359,SUCCESS,2,0,2979.62,2654504.93,2657484.55,27,2560,2677,4767.39,qnn -6360,SUCCESS,2,0,568.14,2657484.55,2658052.69,27,358,3650,909.02,qnn -6361,SUCCESS,2,0,4392.47,2658052.69,2662445.16,27,3979,2539,7027.95,pricingcall -6371,SUCCESS,2,0,332.74,2662445.16,2662777.9,27,216,3543,532.38,realamprandom -6372,SUCCESS,2,0,553.47,2662777.9,2663331.37,27,416,3060,885.55,qnn -6375,SUCCESS,2,0,2831.57,2663331.37,2666162.94,27,2501,2604,4530.51,realamprandom -6379,SUCCESS,2,0,193.72,2666162.94,2666356.66,27,416,1071,309.95,qpeexact -6380,SUCCESS,2,0,1255.5,2666356.66,2667612.16,27,930,3105,2008.8,qpeinexact -6386,SUCCESS,2,0,292.22,2667612.16,2667904.38,27,521,1290,467.55,twolocalrandom -6388,SUCCESS,2,0,6310.86,2667904.38,2674215.24,27,3684,3940,10097.38,grover-noancilla -6394,SUCCESS,2,0,283.17,2674215.24,2674498.41,27,458,1422,453.07,twolocalrandom -6397,SUCCESS,2,0,370.16,2674498.41,2674868.57,27,340,2504,592.26,qftentangled -6403,SUCCESS,2,0,756.43,2674868.57,2675625,27,430,4046,1210.29,twolocalrandom -6408,SUCCESS,2,0,73.12,2675625,2675698.12,27,47,3578,116.99,graphstate -6416,SUCCESS,2,0,50.47,2675698.12,2675748.59,27,37,3137,80.75,qaoa -6417,SUCCESS,2,0,24.09,2675748.59,2675772.68,27,53,1045,38.54,ghz -6418,SUCCESS,2,0,1762.66,2675772.68,2677535.34,27,1203,3370,2820.26,portfoliovqe -6424,SUCCESS,2,0,72.59,2677535.34,2677607.93,27,74,2256,116.14,ghz -6429,SUCCESS,2,0,571.4,2677607.93,2678179.33,27,341,3854,914.24,qpeexact -6438,SUCCESS,2,0,315.06,2678179.33,2678494.39,27,425,1705,504.1,ae -6451,SUCCESS,2,0,560.79,2678494.39,2679055.18,27,477,2704,897.26,qnn -6452,SUCCESS,2,0,407.06,2679055.18,2679462.24,27,366,2558,651.3,ae -6460,SUCCESS,2,0,751.27,2679462.24,2680213.51,27,438,3945,1202.03,qpeinexact -6470,SUCCESS,2,0,923.4,2680213.51,2681136.91,27,1748,1215,1477.44,twolocalrandom -6478,SUCCESS,2,0,845.31,2681136.91,2681982.22,27,481,4042,1352.5,qft -6480,SUCCESS,2,0,29.62,2681982.22,2682011.84,27,21,3243,47.39,ghz -6485,SUCCESS,2,0,492.49,2682011.84,2682504.33,27,281,4031,787.98,ae -6489,SUCCESS,2,0,919.37,2682504.33,2683423.7,27,583,3627,1470.99,ae -6491,SUCCESS,2,0,548.71,2683423.7,2683972.41,27,626,2016,877.94,portfolioqaoa -6493,SUCCESS,2,0,324.41,2683972.41,2684296.82,27,235,3175,519.06,twolocalrandom -6497,SUCCESS,2,0,21.91,2684296.82,2684318.73,27,39,1292,35.06,graphstate -6499,SUCCESS,2,0,34.56,2684318.73,2684353.29,27,59,1347,55.3,dj -6500,SUCCESS,2,0,1635.71,2684353.29,2685989,27,1284,2930,2617.14,pricingcall -6501,SUCCESS,2,0,198.27,2685989,2686187.27,27,207,2203,317.23,twolocalrandom -6509,SUCCESS,2,0,681.43,2686187.27,2686868.7,27,891,1759,1090.29,realamprandom -6511,SUCCESS,2,0,72.73,2686868.7,2686941.43,27,159,1052,116.37,qpeexact -6513,SUCCESS,2,0,266.94,2686941.43,2687208.37,27,181,3392,427.1,qft -6514,SUCCESS,2,0,2825.94,2687208.37,2690034.31,27,2532,2567,4521.5,random -6515,SUCCESS,2,0,1417.56,2690034.31,2691451.87,27,844,3863,2268.1,qnn -6518,SUCCESS,2,0,271.74,2691451.87,2691723.61,27,442,1414,434.78,qftentangled -6526,SUCCESS,2,0,349.85,2691723.61,2692073.46,27,770,1045,559.76,portfoliovqe -6529,SUCCESS,2,0,870.93,2692073.46,2692944.39,27,719,2786,1393.49,qft -6536,SUCCESS,2,0,496.06,2692944.39,2693440.45,27,474,2407,793.7,twolocalrandom -6538,SUCCESS,2,0,352.83,2693440.45,2693793.28,27,633,1282,564.53,realamprandom -6540,SUCCESS,2,0,572.55,2693793.28,2694365.83,27,499,2639,916.08,random -6543,SUCCESS,2,0,97.62,2694365.83,2694463.45,27,76,2954,156.19,dj -6545,SUCCESS,2,0,13.47,2694463.45,2694476.92,27,10,3096,21.55,ghz -6546,SUCCESS,2,0,42.59,2694476.92,2694519.51,27,37,2647,68.14,graphstate -6549,SUCCESS,2,0,803.35,2694519.51,2695322.86,27,461,4008,1285.36,qnn -6551,SUCCESS,2,0,1005.92,2695322.86,2696328.78,27,633,3655,1609.47,twolocalrandom -6552,SUCCESS,2,0,944.29,2696328.78,2697273.07,27,607,3578,1510.86,qft -6554,SUCCESS,2,0,6476.44,2697273.07,2703749.51,27,5046,2952,10362.3,qwalk-v-chain -6574,SUCCESS,2,0,130.33,2703749.51,2703879.84,27,91,3294,208.53,dj -6581,SUCCESS,2,0,329.32,2703879.84,2704209.16,27,729,1039,526.91,portfoliovqe -6588,SUCCESS,2,0,263.36,2704209.16,2704472.52,27,153,3959,421.38,qftentangled -6591,SUCCESS,2,0,743.49,2704472.52,2705216.01,27,516,3314,1189.58,qft -6592,SUCCESS,2,0,396.8,2705216.01,2705612.81,27,513,1779,634.88,qpeinexact -6593,SUCCESS,2,0,325.05,2705612.81,2705937.86,27,445,1680,520.08,su2random -6596,SUCCESS,2,0,556.48,2705937.86,2706494.34,27,408,3137,890.37,su2random -6602,SUCCESS,2,0,586.37,2706494.34,2707080.71,27,561,2404,938.19,realamprandom -6608,SUCCESS,2,0,336.34,2707080.71,2707417.05,27,408,1896,538.14,pricingcall -6609,SUCCESS,2,0,318.68,2707417.05,2707735.73,27,274,2675,509.89,su2random -6611,SUCCESS,2,0,528.03,2707735.73,2708263.76,27,521,2331,844.85,realamprandom -6615,SUCCESS,2,0,616.11,2708263.76,2708879.87,27,846,1675,985.78,ae -6616,SUCCESS,2,0,1394.78,2708879.87,2710274.65,27,2328,1378,2231.65,qnn -6621,SUCCESS,2,0,688.97,2710274.65,2710963.62,27,1218,1301,1102.35,qwalk-v-chain -6623,SUCCESS,2,0,614.57,2710963.62,2711578.19,27,576,2454,983.31,qftentangled -6627,SUCCESS,2,0,143.12,2711578.19,2711721.31,27,167,1971,228.99,qft -6629,SUCCESS,2,0,59.05,2711721.31,2711780.36,27,100,1358,94.48,graphstate -6632,SUCCESS,2,0,768.7,2711780.36,2712549.06,27,479,3691,1229.92,qnn -6653,SUCCESS,2,0,1282.38,2712549.06,2713831.44,27,2211,1334,2051.81,random -6658,SUCCESS,2,0,659.93,2713831.44,2714491.37,27,557,2725,1055.89,qpeexact -6665,SUCCESS,2,0,719.27,2714491.37,2715210.64,27,710,2330,1150.83,qpeinexact -6666,SUCCESS,2,0,1072.42,2715210.64,2716283.06,27,695,3549,1715.87,qnn -6668,SUCCESS,2,0,436.75,2716283.06,2716719.81,27,421,2386,698.8,portfoliovqe -6669,SUCCESS,2,0,21.16,2716719.81,2716740.97,27,17,2862,33.86,ghz -6673,SUCCESS,2,0,3659.08,2716740.97,2720400.05,27,2368,3554,5854.53,pricingcall -6675,SUCCESS,2,0,123.96,2720400.05,2720524.01,27,85,3354,198.34,wstate -6681,SUCCESS,2,0,77.95,2720524.01,2720601.96,27,90,1992,124.72,ghz -6683,SUCCESS,2,0,557.14,2720601.96,2721159.1,27,426,3008,891.42,random -6699,SUCCESS,2,0,129.97,2721159.1,2721289.07,27,238,1256,207.95,qft -6700,SUCCESS,2,0,1261.54,2721289.07,2722550.61,27,1643,1766,2018.46,random -6710,SUCCESS,2,0,51.96,2722550.61,2722602.57,27,70,1707,83.14,dj -6712,SUCCESS,2,0,162.38,2722602.57,2722764.95,27,171,2184,259.81,qpeexact -6717,SUCCESS,2,0,25.55,2722764.95,2722790.5,27,26,2260,40.88,routing -6719,SUCCESS,2,0,35.54,2722790.5,2722826.04,27,27,3027,56.86,vqe -6722,SUCCESS,2,0,589.67,2722826.04,2723415.71,27,380,3569,943.47,realamprandom -6723,SUCCESS,2,0,14.52,2723415.71,2723430.23,27,23,1452,23.23,ghz -6727,SUCCESS,2,0,444.62,2723430.23,2723874.85,27,506,2021,711.39,su2random -6732,SUCCESS,2,0,278.75,2723874.85,2724153.6,27,221,2901,446,qnn -6744,SUCCESS,2,0,666.51,2724153.6,2724820.11,27,453,3384,1066.42,su2random -6750,SUCCESS,2,0,419.79,2724820.11,2725239.9,27,244,3957,671.66,wstate -6758,SUCCESS,2,0,758.2,2725239.9,2725998.1,27,865,2016,1213.12,qftentangled -6759,SUCCESS,2,0,617.48,2725998.1,2726615.58,27,1218,1166,987.97,realamprandom -6773,SUCCESS,2,0,780.96,2726615.58,2727396.54,27,1283,1400,1249.54,twolocalrandom -6781,SUCCESS,2,0,135.22,2727396.54,2727531.76,27,163,1908,216.35,qpeexact -6783,SUCCESS,2,0,318.4,2727531.76,2727850.16,27,460,1592,509.44,realamprandom -6800,SUCCESS,2,0,611.72,2727850.16,2728461.88,27,1310,1074,978.75,random -6805,SUCCESS,2,0,807.53,2728461.88,2729269.41,27,716,2594,1292.05,portfolioqaoa -6806,SUCCESS,2,0,362.75,2729269.41,2729632.16,27,213,3917,580.4,qftentangled -6807,SUCCESS,2,0,472.81,2729632.16,2730104.97,27,394,2760,756.5,qnn -6809,SUCCESS,2,0,62.5,2730104.97,2730167.47,27,66,2178,100,ghz -286,SUCCESS,2,1,130738.91,2648485.06,2779223.97,127,27692,4013,209182.26,random -288,SUCCESS,2,1,5559.75,2779223.97,2784783.72,127,3354,1409,8895.6,ae -290,SUCCESS,2,1,560.57,2784783.72,2785344.29,127,196,2431,896.91,twolocalrandom -292,SUCCESS,2,1,6714.88,2785344.29,2792059.17,127,2930,1948,10743.81,su2random -293,SUCCESS,2,1,371.05,2792059.17,2792430.22,127,77,4096,593.68,ghz -6820,SUCCESS,2,0,63058.05,2730167.47,2793225.52,27,58861,2464,100892.88,grover-v-chain -6821,SUCCESS,2,0,51.61,2793225.52,2793277.13,27,42,2826,82.58,graphstate -6824,SUCCESS,2,0,1934.85,2793277.13,2795211.98,27,1317,3379,3095.76,random -6829,SUCCESS,2,0,198.7,2795211.98,2795410.68,27,217,2106,317.92,qft -6833,SUCCESS,2,0,1456.46,2795410.68,2796867.14,27,836,4007,2330.34,realamprandom -6837,SUCCESS,2,0,40.85,2796867.14,2796907.99,27,33,2847,65.36,graphstate -6839,SUCCESS,2,0,263.07,2796907.99,2797171.06,27,212,2854,420.91,qft -6858,SUCCESS,2,0,74.38,2797171.06,2797245.44,27,108,1584,119.01,qft -6859,SUCCESS,2,0,203.94,2797245.44,2797449.38,27,150,3127,326.3,ae -6863,SUCCESS,2,0,1120.86,2797449.38,2798570.24,27,840,3069,1793.38,qnn -6869,SUCCESS,2,0,22.93,2798570.24,2798593.17,27,24,2197,36.69,vqe -6872,SUCCESS,2,0,2623.04,2798593.17,2801216.21,27,1821,3313,4196.86,su2random -6877,SUCCESS,2,0,824.78,2801216.21,2802040.99,27,848,2237,1319.65,su2random -6878,SUCCESS,2,0,47.62,2802040.99,2802088.61,27,55,1991,76.19,groundstate -6881,SUCCESS,2,0,388.96,2802088.61,2802477.57,27,710,1260,622.34,qpeexact -6882,SUCCESS,2,0,360.08,2802477.57,2802837.65,27,262,3161,576.13,ae -6884,SUCCESS,2,0,4979.39,2802837.65,2807817.04,27,3124,3666,7967.02,grover-v-chain -6893,SUCCESS,2,0,894.31,2807817.04,2808711.35,27,564,3647,1430.9,qft -6894,SUCCESS,2,0,761.28,2808711.35,2809472.63,27,1227,1427,1218.05,qwalk-v-chain -6908,SUCCESS,2,0,777.1,2809472.63,2810249.73,27,464,3852,1243.36,qpeinexact -6909,SUCCESS,2,0,227.84,2810249.73,2810477.57,27,225,2329,364.54,qnn -294,SUCCESS,2,1,18140,2792430.22,2810570.22,127,4091,3769,29024,pricingcall -6912,SUCCESS,2,0,194.26,2810477.57,2810671.83,27,251,1780,310.82,qnn -6916,SUCCESS,2,0,681.54,2810671.83,2811353.37,27,578,2712,1090.46,qnn -6933,SUCCESS,2,0,347.71,2811353.37,2811701.08,27,690,1159,556.34,qpeexact -295,SUCCESS,2,1,1868.15,2810570.22,2812438.37,127,475,3343,2989.04,dj -6934,SUCCESS,2,0,756.57,2811701.08,2812457.65,27,546,3187,1210.51,twolocalrandom -6943,SUCCESS,2,0,290.05,2812457.65,2812747.7,27,607,1099,464.08,ae -6944,SUCCESS,2,0,556.2,2812747.7,2813303.9,27,464,2757,889.92,qpeexact -6946,SUCCESS,2,0,25.62,2813303.9,2813329.52,27,32,1841,40.99,ghz -6950,SUCCESS,2,0,8420.59,2813329.52,2821750.11,27,7007,2764,13472.94,qwalk-v-chain -6953,SUCCESS,2,0,60.3,2821750.11,2821810.41,27,74,1874,96.48,graphstate -6957,SUCCESS,2,0,1057.13,2821810.41,2822867.54,27,608,3999,1691.41,ae -6965,SUCCESS,2,0,410.17,2822867.54,2823277.71,27,772,1222,656.27,su2random -6974,SUCCESS,2,0,202.68,2823277.71,2823480.39,27,174,2679,324.29,qpeexact -297,SUCCESS,2,1,11092.23,2812438.37,2823530.6,127,2744,3436,17747.57,qftentangled -6976,SUCCESS,2,0,288.18,2823480.39,2823768.57,27,171,3876,461.09,realamprandom -6978,SUCCESS,2,0,163.59,2823768.57,2823932.16,27,350,1075,261.74,qftentangled -6983,SUCCESS,2,0,785.78,2823932.16,2824717.94,27,503,3593,1257.25,twolocalrandom -6985,SUCCESS,2,0,39.56,2824717.94,2824757.5,27,28,3249,63.3,vqe -6994,SUCCESS,2,0,517.21,2824757.5,2825274.71,27,389,3058,827.54,su2random -7003,SUCCESS,2,0,3515.27,2825274.71,2828789.98,27,2174,3719,5624.43,qnn -7008,SUCCESS,2,0,134.86,2828789.98,2828924.84,27,85,3649,215.78,graphstate -7011,SUCCESS,2,0,99.11,2828924.84,2829023.95,27,58,3930,158.58,graphstate -7014,SUCCESS,2,0,1895.6,2829023.95,2830919.55,27,2683,1625,3032.96,realamprandom -7024,SUCCESS,2,0,481.25,2830919.55,2831400.8,27,418,2648,770,qftentangled -7025,SUCCESS,2,0,780.39,2831400.8,2832181.19,27,478,3755,1248.62,random -7031,SUCCESS,2,0,103.32,2832181.19,2832284.51,27,89,2670,165.31,dj -7039,SUCCESS,2,0,440,2832284.51,2832724.51,27,920,1100,704,random -7045,SUCCESS,2,0,1169.39,2832724.51,2833893.9,27,987,2725,1871.02,ae -7047,SUCCESS,2,0,893.46,2833893.9,2834787.36,27,561,3663,1429.54,portfolioqaoa -7048,SUCCESS,2,0,18.21,2834787.36,2834805.57,27,40,1047,29.14,dj -7058,SUCCESS,2,0,145.64,2834805.57,2834951.21,27,158,2120,233.02,ae -7065,SUCCESS,2,0,42.79,2834951.21,2834994,27,50,1968,68.46,dj -7066,SUCCESS,2,0,448.88,2834994,2835442.88,27,699,1477,718.21,qftentangled -7072,SUCCESS,2,0,392.55,2835442.88,2835835.43,27,463,1950,628.08,qftentangled -7073,SUCCESS,2,0,303.67,2835835.43,2836139.1,27,448,1559,485.87,qft -7075,SUCCESS,2,0,421.35,2836139.1,2836560.45,27,298,3252,674.16,wstate -7077,SUCCESS,2,0,269.03,2836560.45,2836829.48,27,275,2250,430.45,realamprandom -7083,SUCCESS,2,0,19.54,2836829.48,2836849.02,27,21,2139,31.26,graphstate -7086,SUCCESS,2,0,110.37,2836849.02,2836959.39,27,80,3173,176.59,ghz -7089,SUCCESS,2,0,853.53,2836959.39,2837812.92,27,670,2930,1365.65,portfoliovqe -7093,SUCCESS,2,0,94.99,2837812.92,2837907.91,27,165,1324,151.98,realamprandom -7097,SUCCESS,2,0,2215.13,2837907.91,2840123.04,27,1283,3971,3544.21,realamprandom -7100,SUCCESS,2,0,793.9,2840123.04,2840916.94,27,555,3290,1270.24,realamprandom -7101,SUCCESS,2,0,31.99,2840916.94,2840948.93,27,23,3199,51.18,ghz -7107,SUCCESS,2,0,60.13,2840948.93,2841009.06,27,44,3143,96.21,qaoa -7108,SUCCESS,2,0,3787.7,2841009.06,2844796.76,27,2683,3247,6060.32,twolocalrandom -7113,SUCCESS,2,0,7373.28,2844796.76,2852170.04,27,5153,3291,11797.25,pricingcall -7116,SUCCESS,2,0,83.04,2852170.04,2852253.08,27,90,2122,132.86,dj -7129,SUCCESS,2,0,298.42,2852253.08,2852551.5,27,175,3922,477.47,wstate -7130,SUCCESS,2,0,753.67,2852551.5,2853305.17,27,616,2814,1205.87,ae -7133,SUCCESS,2,0,18.54,2853305.17,2853323.71,27,24,1776,29.66,ghz -7134,SUCCESS,2,0,224.55,2853323.71,2853548.26,27,324,1594,359.28,pricingput -7138,SUCCESS,2,0,1551.42,2853548.26,2855099.68,27,976,3656,2482.27,qpeinexact -7140,SUCCESS,2,0,2217.94,2855099.68,2857317.62,27,1551,3289,3548.7,pricingput -7142,SUCCESS,2,0,633.21,2857317.62,2857950.83,27,558,2610,1013.14,qpeinexact -298,SUCCESS,2,1,40391.62,2823530.6,2863922.22,127,10267,3344,64626.59,realamprandom -299,SUCCESS,2,1,723.29,2863922.22,2864645.51,127,162,3795,1157.26,graphstate -7144,SUCCESS,2,0,10661.5,2857950.83,2868612.33,27,6631,3698,17058.4,qwalk-v-chain -7148,SUCCESS,2,0,564.26,2868612.33,2869176.59,27,340,3817,902.82,qftentangled -7161,SUCCESS,2,0,2239.31,2869176.59,2871415.9,27,2887,1784,3582.9,qwalk-v-chain -7164,SUCCESS,2,0,3270.8,2871415.9,2874686.7,27,4810,1564,5233.28,qwalk-noancilla -7165,SUCCESS,2,0,4404.44,2874686.7,2879091.14,27,2873,3526,7047.1,pricingput -7170,SUCCESS,2,0,114.87,2879091.14,2879206.01,27,113,2338,183.79,wstate -7171,SUCCESS,2,0,2086.98,2879206.01,2881292.99,27,1487,3228,3339.17,portfoliovqe -7176,SUCCESS,2,0,57.08,2881292.99,2881350.07,27,45,2917,91.33,wstate -7181,SUCCESS,2,0,564.34,2881350.07,2881914.41,27,370,3508,902.94,qnn -7182,SUCCESS,2,0,655.65,2881914.41,2882570.06,27,565,2669,1049.04,portfoliovqe -7183,SUCCESS,2,0,168.87,2882570.06,2882738.93,27,143,2716,270.19,dj -7185,SUCCESS,2,0,910.13,2882738.93,2883649.06,27,560,3738,1456.21,qpeinexact -7197,SUCCESS,2,0,843.53,2883649.06,2884492.59,27,1126,1723,1349.65,realamprandom -7211,SUCCESS,2,0,1626.09,2884492.59,2886118.68,27,1375,2720,2601.74,twolocalrandom -7223,SUCCESS,2,0,427.45,2886118.68,2886546.13,27,313,3141,683.92,qftentangled -7235,SUCCESS,2,0,1076.55,2886546.13,2887622.68,27,658,3763,1722.48,qpeexact -7237,SUCCESS,2,0,128.46,2887622.68,2887751.14,27,174,1698,205.54,dj -7243,SUCCESS,2,0,718.14,2887751.14,2888469.28,27,680,2429,1149.02,su2random -7248,SUCCESS,2,0,3336.26,2888469.28,2891805.54,27,1962,3911,5338.02,su2random -7250,SUCCESS,2,0,357.72,2891805.54,2892163.26,27,271,3036,572.35,wstate -7255,SUCCESS,2,0,1460.83,2892163.26,2893624.09,27,992,3387,2337.33,twolocalrandom -7260,SUCCESS,2,0,342.14,2893624.09,2893966.23,27,409,1924,547.42,qft -7272,SUCCESS,2,0,48.01,2893966.23,2894014.24,27,27,4089,76.82,graphstate -7274,SUCCESS,2,0,93.69,2894014.24,2894107.93,27,209,1031,149.9,qpeinexact -7290,SUCCESS,2,0,838.49,2894107.93,2894946.42,27,714,2701,1341.58,qnn -7291,SUCCESS,2,0,120.66,2894946.42,2895067.08,27,74,3750,193.06,dj -7293,SUCCESS,2,0,202.02,2895067.08,2895269.1,27,347,1339,323.23,qnn -7297,SUCCESS,2,0,83.32,2895269.1,2895352.42,27,141,1359,133.31,qftentangled -7299,SUCCESS,2,0,4263.25,2895352.42,2899615.67,27,3905,2511,6821.2,pricingput -7312,SUCCESS,2,0,196.77,2899615.67,2899812.44,27,173,2616,314.83,qftentangled -300,SUCCESS,2,1,102513.73,2864645.51,2967159.24,127,50602,1722,164021.97,random -301,SUCCESS,2,1,292.88,2967159.24,2967452.12,127,90,2766,468.61,ghz -302,SUCCESS,2,1,981.62,2967452.12,2968433.74,127,516,1617,1570.59,dj -303,SUCCESS,2,1,19558.49,2968433.74,2987992.23,127,10371,1603,31293.58,qpeexact -304,SUCCESS,2,1,4070.33,2987992.23,2992062.56,127,1290,2682,6512.53,wstate -305,SUCCESS,2,1,186.88,2992062.56,2992249.44,127,62,2562,299.01,graphstate -306,SUCCESS,2,1,25552.43,2992249.44,3017801.87,127,6685,3249,40883.89,twolocalrandom -307,SUCCESS,2,1,12133.18,3017801.87,3029935.05,127,4370,2360,19413.09,qft -308,SUCCESS,2,1,18490.13,3029935.05,3048425.18,127,4234,3712,29584.21,ae -309,SUCCESS,2,1,63.45,3048425.18,3048488.63,127,24,2247,101.52,vqe -310,SUCCESS,2,1,14293.04,3048488.63,3062781.67,127,3051,3982,22868.86,qft -311,SUCCESS,2,1,308.34,3062781.67,3063090.01,127,66,3971,493.34,ghz -312,SUCCESS,2,1,2485.13,3063090.01,3065575.14,127,1129,1871,3976.21,qpeinexact -313,SUCCESS,2,1,23918.07,3065575.14,3089493.21,127,6972,2916,38268.91,pricingput -314,SUCCESS,2,1,24470.03,3089493.21,3113963.24,127,6351,3275,39152.05,qnn -315,SUCCESS,2,1,313.9,3113963.24,3114277.14,127,91,2932,502.24,ghz -316,SUCCESS,2,1,1901.18,3114277.14,3116178.32,127,404,4000,3041.89,qpeinexact -317,SUCCESS,2,1,283.06,3116178.32,3116461.38,127,60,4010,452.9,graphstate -318,SUCCESS,2,1,32500.49,3116461.38,3148961.87,127,15288,1807,52000.78,su2random -319,SUCCESS,2,1,944.82,3148961.87,3149906.69,127,309,2599,1511.71,qft -320,SUCCESS,2,1,27003.72,3149906.69,3176910.41,127,5757,3987,43205.95,qnn -322,SUCCESS,2,1,1653.96,3176910.41,3178564.37,127,509,2762,2646.34,dj -323,SUCCESS,2,1,9250.24,3178564.37,3187814.61,127,4658,1688,14800.38,su2random -324,SUCCESS,2,1,1494.67,3187814.61,3189309.28,127,439,2894,2391.47,random -325,SUCCESS,2,1,5541.47,3189309.28,3194850.75,127,3157,1492,8866.35,qwalk-v-chain -327,SUCCESS,2,1,681.68,3194850.75,3195532.43,127,269,2154,1090.69,realamprandom -328,SUCCESS,2,1,20570.49,3195532.43,3216102.92,127,6873,2544,32912.78,realamprandom -330,SUCCESS,2,1,1771.48,3216102.92,3217874.4,127,401,3755,2834.37,portfoliovqe -331,SUCCESS,2,1,361.2,3217874.4,3218235.6,127,86,3570,577.92,graphstate -332,SUCCESS,2,1,86429.05,3218235.6,3304664.65,127,22035,3334,138286.48,random -333,SUCCESS,2,1,369.49,3304664.65,3305034.14,127,102,3079,591.18,ghz -334,SUCCESS,2,1,1141.38,3305034.14,3306175.52,127,373,2601,1826.21,dj -335,SUCCESS,2,1,1157.12,3306175.52,3307332.64,127,249,3950,1851.39,wstate -336,SUCCESS,2,1,14253.9,3307332.64,3321586.54,127,4489,2699,22806.24,qft -337,SUCCESS,2,1,11576.61,3321586.54,3333163.15,127,5826,1689,18522.58,twolocalrandom -341,SUCCESS,2,1,413.98,3333163.15,3333577.13,127,113,3114,662.37,wstate -343,SUCCESS,2,1,5583.29,3333577.13,3339160.42,127,2519,1884,8933.26,ae -345,SUCCESS,2,1,6800.28,3339160.42,3345960.7,127,1532,3773,10880.45,qft -346,SUCCESS,2,1,15166.03,3345960.7,3361126.73,127,3855,3344,24265.65,pricingcall -347,SUCCESS,2,1,238.09,3361126.73,3361364.82,127,125,1619,380.94,wstate -348,SUCCESS,2,1,1774.08,3361364.82,3363138.9,127,1408,1071,2838.53,qpeinexact -349,SUCCESS,2,1,125441.45,3363138.9,3488580.35,127,31962,3336,200706.32,random -350,SUCCESS,2,1,543.27,3488580.35,3489123.62,127,217,2128,869.23,wstate -351,SUCCESS,2,1,17196.55,3489123.62,3506320.17,127,7673,1905,27514.48,qft -352,SUCCESS,2,1,10287.13,3506320.17,3516607.3,127,5174,1690,16459.41,qpeexact -353,SUCCESS,2,1,834.5,3516607.3,3517441.8,127,196,3619,1335.2,realamprandom -354,SUCCESS,2,1,277.17,3517441.8,3517718.97,127,121,1947,443.47,ghz -355,SUCCESS,2,1,2537.12,3517718.97,3520256.09,127,576,3744,4059.39,ghz -356,SUCCESS,2,1,179.11,3520256.09,3520435.2,127,91,1673,286.58,graphstate -357,SUCCESS,2,1,17362.45,3520435.2,3537797.65,127,5674,2601,27779.92,ae -358,SUCCESS,2,1,5449.97,3537797.65,3543247.62,127,1554,2981,8719.95,wstate -360,SUCCESS,2,1,51030.99,3543247.62,3594278.61,127,31206,1390,81649.58,grover-noancilla -362,SUCCESS,2,1,181.66,3594278.61,3594460.27,127,82,1883,290.66,wstate -363,SUCCESS,2,1,1560.06,3594460.27,3596020.33,127,511,2595,2496.1,dj -364,SUCCESS,2,1,3120.33,3596020.33,3599140.66,127,1562,1698,4992.53,qft -365,SUCCESS,2,1,2628.1,3599140.66,3601768.76,127,697,3205,4204.96,twolocalrandom -366,SUCCESS,2,1,12114.81,3601768.76,3613883.57,127,9597,1073,19383.7,twolocalrandom -368,SUCCESS,2,1,41013.4,3613883.57,3654896.97,127,10793,3230,65621.44,realamprandom -370,SUCCESS,2,1,65000.65,3654896.97,3719897.62,127,17551,3148,104001.04,twolocalrandom -371,SUCCESS,2,1,20289.06,3719897.62,3740186.68,127,6713,2569,32462.5,su2random -372,SUCCESS,2,1,9302.83,3740186.68,3749489.51,127,2147,3683,14884.53,qft -373,SUCCESS,2,1,2603.7,3749489.51,3752093.21,127,561,3945,4165.92,dj -375,SUCCESS,2,1,1459.63,3752093.21,3753552.84,127,404,3071,2335.41,dj -376,SUCCESS,2,1,8951.38,3753552.84,3762504.22,127,2276,3343,14322.21,qftentangled -377,SUCCESS,2,1,792.87,3762504.22,3763297.09,127,577,1168,1268.59,dj -379,SUCCESS,2,1,13807.45,3763297.09,3777104.54,127,6031,1946,22091.92,qftentangled -380,SUCCESS,2,1,1274.1,3777104.54,3778378.64,127,332,3262,2038.56,twolocalrandom -381,SUCCESS,2,1,7461.15,3778378.64,3785839.79,127,2685,2362,11937.84,ae -382,SUCCESS,2,1,35316.71,3785839.79,3821156.5,127,9381,3200,56506.74,random -385,SUCCESS,2,1,1238.55,3821156.5,3822395.05,127,429,2454,1981.68,qftentangled -386,SUCCESS,2,1,13002.08,3822395.05,3835397.13,127,6392,1729,20803.33,qnn -387,SUCCESS,2,1,23443.84,3835397.13,3858840.97,127,6687,2980,37510.14,qnn -388,SUCCESS,2,1,709.81,3858840.97,3859550.78,127,442,1365,1135.7,dj -389,SUCCESS,2,1,12449.68,3859550.78,3872000.46,127,5853,1808,19919.49,qftentangled -390,SUCCESS,2,1,2469.55,3872000.46,3874470.01,127,1192,1761,3951.28,twolocalrandom -392,SUCCESS,2,1,4779.72,3874470.01,3879249.73,127,1278,3179,7647.55,ae -393,SUCCESS,2,1,15872.79,3879249.73,3895122.52,127,4305,3134,25396.46,random -394,SUCCESS,2,1,3515.09,3895122.52,3898637.61,127,824,3626,5624.14,wstate -395,SUCCESS,2,1,16008.04,3898637.61,3914645.65,127,7391,1841,25612.86,qpeinexact -396,SUCCESS,2,1,68.95,3914645.65,3914714.6,127,50,1172,110.32,tsp -397,SUCCESS,2,1,63.87,3914714.6,3914778.47,127,33,1645,102.19,wstate -398,SUCCESS,2,1,11397.82,3914778.47,3926176.29,127,4789,2023,18236.51,ae -399,SUCCESS,2,1,138.29,3926176.29,3926314.58,127,66,1781,221.26,graphstate -400,SUCCESS,2,1,9141.7,3926314.58,3935456.28,127,6364,1221,14626.72,qpeexact -401,SUCCESS,2,1,7207.88,3935456.28,3942664.16,127,5026,1219,11532.61,qnn -402,SUCCESS,2,1,1532.34,3942664.16,3944196.5,127,331,3935,2451.74,ae -403,SUCCESS,2,1,111.32,3944196.5,3944307.82,127,78,1213,178.11,ghz -404,SUCCESS,2,1,1234.56,3944307.82,3945542.38,127,285,3682,1975.3,wstate -405,SUCCESS,2,1,1466.02,3945542.38,3947008.4,127,391,3187,2345.63,ghz -408,SUCCESS,2,1,7455.26,3947008.4,3954463.66,127,4708,1346,11928.42,qpeinexact -409,SUCCESS,2,1,5378.72,3954463.66,3959842.38,127,1435,3186,8605.95,wstate -410,SUCCESS,2,1,2662.65,3959842.38,3962505.03,127,1375,1646,4260.24,wstate -411,SUCCESS,2,1,878.94,3962505.03,3963383.97,127,257,2907,1406.3,wstate -412,SUCCESS,2,1,23853.66,3963383.97,3987237.63,127,6685,3033,38165.86,realamprandom -413,SUCCESS,2,1,1333.92,3987237.63,3988571.55,127,326,3478,2134.27,portfolioqaoa -414,SUCCESS,2,1,1250.76,3988571.55,3989822.31,127,307,3463,2001.22,dj -415,SUCCESS,2,1,2595.51,3989822.31,3992417.82,127,940,2347,4152.82,su2random -417,SUCCESS,2,1,2809.14,3992417.82,3995226.96,127,1757,1359,4494.62,twolocalrandom -418,SUCCESS,2,1,754.42,3995226.96,3995981.38,127,277,2315,1207.07,wstate -419,SUCCESS,2,1,11079.7,3995981.38,4007061.08,127,2829,3329,17727.52,qpeinexact -420,SUCCESS,2,1,50856.34,4007061.08,4057917.42,127,14136,3058,81370.14,twolocalrandom -421,SUCCESS,2,1,5819.5,4057917.42,4063736.92,127,2575,1921,9311.2,ae -422,SUCCESS,2,1,4071.19,4063736.92,4067808.11,127,989,3499,6513.9,ae -423,SUCCESS,2,1,345.36,4067808.11,4068153.47,127,75,3914,552.58,dj -424,SUCCESS,2,1,198.06,4068153.47,4068351.53,127,70,2405,316.9,graphstate -425,SUCCESS,2,1,1425.32,4068351.53,4069776.85,127,320,3786,2280.51,qnn -426,SUCCESS,2,1,11456.57,4069776.85,4081233.42,127,2515,3872,18330.51,qpeexact -428,SUCCESS,2,1,21125.74,4081233.42,4102359.16,127,4869,3688,33801.18,qnn -429,SUCCESS,2,1,10304.93,4102359.16,4112664.09,127,3135,2794,16487.89,ae -430,SUCCESS,2,1,614.09,4112664.09,4113278.18,127,274,1905,982.54,dj -431,SUCCESS,2,1,221.9,4113278.18,4113500.08,127,61,3092,355.04,ghz -432,SUCCESS,2,1,48488.98,4113500.08,4161989.06,127,15125,2725,77582.37,random -433,SUCCESS,2,1,2842.42,4161989.06,4164831.48,127,767,3150,4547.87,realamprandom -435,SUCCESS,2,1,101495.21,4164831.48,4266326.69,127,35227,2449,162392.34,random -436,SUCCESS,2,1,1370,4266326.69,4267696.69,127,292,3988,2192,ghz -437,SUCCESS,2,1,6640.81,4267696.69,4274337.5,127,2828,1996,10625.3,qwalk-v-chain -438,SUCCESS,2,1,12048.61,4274337.5,4286386.11,127,2598,3942,19277.78,random -439,SUCCESS,2,1,482.15,4286386.11,4286868.26,127,155,2644,771.44,graphstate -440,SUCCESS,2,1,8939.51,4286868.26,4295807.77,127,2333,3257,14303.22,qftentangled -441,SUCCESS,2,1,599.63,4295807.77,4296407.4,127,129,3951,959.41,qftentangled -442,SUCCESS,2,1,15137.3,4296407.4,4311544.7,127,8355,1540,24219.68,qpeinexact -443,SUCCESS,2,1,34916.12,4311544.7,4346460.82,127,7976,3721,55865.79,qftentangled -444,SUCCESS,2,1,116.11,4346460.82,4346576.93,127,29,3403,185.78,ghz -445,SUCCESS,2,1,146.84,4346576.93,4346723.77,127,62,2013,234.94,ghz -446,SUCCESS,2,1,596.66,4346723.77,4347320.43,127,310,1636,954.66,graphstate -448,SUCCESS,2,1,15379.9,4347320.43,4362700.33,127,6276,2083,24607.84,qpeinexact -449,SUCCESS,2,1,16207.04,4362700.33,4378907.37,127,4431,3109,25931.26,ae -450,SUCCESS,2,1,49.99,4378907.37,4378957.36,127,13,3268,79.98,ghz -452,SUCCESS,2,1,2015.74,4378957.36,4380973.1,127,687,2494,3225.18,dj -453,SUCCESS,2,1,16931.14,4380973.1,4397904.24,127,8372,1719,27089.82,qnn -454,SUCCESS,2,1,3234.71,4397904.24,4401138.95,127,1950,1410,5175.54,random -456,SUCCESS,2,1,1351.91,4401138.95,4402490.86,127,315,3648,2163.06,su2random -457,SUCCESS,2,1,13394.66,4402490.86,4415885.52,127,3088,3687,21431.46,twolocalrandom -458,SUCCESS,2,1,8957.09,4415885.52,4424842.61,127,6661,1143,14331.34,twolocalrandom -459,SUCCESS,2,1,2661.57,4424842.61,4427504.18,127,782,2893,4258.51,su2random -460,SUCCESS,2,1,45025.44,4427504.18,4472529.62,127,9378,4081,72040.7,qpeinexact -461,SUCCESS,2,1,132.65,4472529.62,4472662.27,127,41,2750,212.24,wstate -463,SUCCESS,2,1,34825.66,4472662.27,4507487.93,127,7792,3799,55721.06,realamprandom -464,SUCCESS,2,1,10348.52,4507487.93,4517836.45,127,3215,2736,16557.63,grover-v-chain -465,SUCCESS,2,1,1692.24,4517836.45,4519528.69,127,1366,1053,2707.58,qft -468,SUCCESS,2,1,8565.04,4519528.69,4528093.73,127,1944,3745,13704.06,qnn -469,SUCCESS,2,1,3045.01,4528093.73,4531138.74,127,1584,1634,4872.02,twolocalrandom -470,SUCCESS,2,1,16135.99,4531138.74,4547274.73,127,5312,2582,25817.58,twolocalrandom -471,SUCCESS,2,1,8952.15,4547274.73,4556226.88,127,2623,2901,14323.44,su2random -474,SUCCESS,2,1,524.58,4556226.88,4556751.46,127,167,2670,839.33,qpeinexact -476,SUCCESS,2,1,3642.27,4556751.46,4560393.73,127,1188,2606,5827.63,realamprandom -477,SUCCESS,2,1,19957.69,4560393.73,4580351.42,127,8109,2092,31932.3,su2random -478,SUCCESS,2,1,3104.52,4580351.42,4583455.94,127,697,3786,4967.23,realamprandom -479,SUCCESS,2,1,263.28,4583455.94,4583719.22,127,57,3926,421.25,wstate -481,SUCCESS,2,1,29.38,4583719.22,4583748.6,127,19,1314,47.01,ghz -482,SUCCESS,2,1,413.59,4583748.6,4584162.19,127,159,2211,661.74,graphstate -483,SUCCESS,2,1,129003.87,4584162.19,4713166.06,127,35811,3062,206406.19,shor -485,SUCCESS,2,1,196.75,4713166.06,4713362.81,127,89,1879,314.8,graphstate -487,SUCCESS,2,1,1463.06,4713362.81,4714825.87,127,351,3543,2340.9,ghz -489,SUCCESS,2,1,1046.78,4714825.87,4715872.65,127,254,3503,1674.85,portfoliovqe -490,SUCCESS,2,1,1041.26,4715872.65,4716913.91,127,546,1621,1666.02,dj -491,SUCCESS,2,1,9496.38,4716913.91,4726410.29,127,1998,4040,15194.21,ae -492,SUCCESS,2,1,2766.93,4726410.29,4729177.22,127,1826,1288,4427.09,twolocalrandom -493,SUCCESS,2,1,3929.2,4729177.22,4733106.42,127,861,3879,6286.72,ae -494,SUCCESS,2,1,23652.75,4733106.42,4756759.17,127,7188,2797,37844.4,pricingcall -495,SUCCESS,2,1,31875.9,4756759.17,4788635.07,127,8203,3303,51001.44,qftentangled -496,SUCCESS,2,1,3885.26,4788635.07,4792520.33,127,939,3517,6216.42,qftentangled -497,SUCCESS,2,1,8333.53,4792520.33,4800853.86,127,2949,2402,13333.65,qft -498,SUCCESS,2,1,5304.13,4800853.86,4806157.99,127,2269,1987,8486.61,random -500,SUCCESS,2,1,2315.35,4806157.99,4808473.34,127,1187,1658,3704.56,qnn -501,SUCCESS,2,1,12053.56,4808473.34,4820526.9,127,6593,1554,19285.7,random -502,SUCCESS,2,1,12038.82,4820526.9,4832565.72,127,4453,2298,19262.11,qpeinexact -505,SUCCESS,2,1,688.81,4832565.72,4833254.53,127,394,1486,1102.1,random -506,SUCCESS,2,1,2616.08,4833254.53,4835870.61,127,1315,1691,4185.73,qftentangled -507,SUCCESS,2,1,5942.65,4835870.61,4841813.26,127,2245,2250,9508.24,su2random -509,SUCCESS,2,1,83608.51,4841813.26,4925421.77,127,28564,2488,133773.62,random -510,SUCCESS,2,1,29436.59,4925421.77,4954858.36,127,16703,1498,47098.54,realamprandom -511,SUCCESS,2,1,8997.77,4954858.36,4963856.13,127,3611,2118,14396.43,qpeexact -512,SUCCESS,2,1,351.77,4963856.13,4964207.9,127,226,1323,562.83,dj -513,SUCCESS,2,1,1270.88,4964207.9,4965478.78,127,676,1598,2033.41,dj -514,SUCCESS,2,1,13484.9,4965478.78,4978963.68,127,5869,1953,21575.84,ae -515,SUCCESS,2,1,334.85,4978963.68,4979298.53,127,78,3649,535.76,graphstate -517,SUCCESS,2,1,224.19,4979298.53,4979522.72,127,48,3970,358.7,ghz -518,SUCCESS,2,1,2943.56,4979522.72,4982466.28,127,873,2866,4709.7,qpeexact -519,SUCCESS,2,1,8889.04,4982466.28,4991355.32,127,4455,1696,14222.46,qpeexact -520,SUCCESS,2,1,20068.97,4991355.32,5011424.29,127,10824,1576,32110.35,qpeinexact -522,SUCCESS,2,1,4317.12,5011424.29,5015741.41,127,1443,2543,6907.39,realamprandom -523,SUCCESS,2,1,4636.56,5015741.41,5020377.97,127,1029,3830,7418.5,qpeexact -524,SUCCESS,2,1,4174.31,5020377.97,5024552.28,127,1440,2464,6678.9,ae -525,SUCCESS,2,1,2963.23,5024552.28,5027515.51,127,877,2872,4741.17,random -526,SUCCESS,2,1,214.02,5027515.51,5027729.53,127,51,3567,342.43,ghz -527,SUCCESS,2,1,6940.4,5027729.53,5034669.93,127,2889,2042,11104.64,qftentangled -528,SUCCESS,2,1,3294.31,5034669.93,5037964.24,127,819,3419,5270.9,qftentangled -529,SUCCESS,2,1,20210.6,5037964.24,5058174.84,127,5312,3234,32336.96,realamprandom -530,SUCCESS,2,1,16241.01,5058174.84,5074415.85,127,3611,3823,25985.62,qpeinexact -531,SUCCESS,2,1,1232.07,5074415.85,5075647.92,127,443,2364,1971.31,portfolioqaoa -532,SUCCESS,2,1,10946.43,5075647.92,5086594.35,127,2294,4056,17514.29,qft -534,SUCCESS,2,1,3459.25,5086594.35,5090053.6,127,2577,1141,5534.8,qft -535,SUCCESS,2,1,86.36,5090053.6,5090139.96,127,34,2159,138.18,ghz -536,SUCCESS,2,1,15031.26,5090139.96,5105171.22,127,3211,3979,24050.02,realamprandom -537,SUCCESS,2,1,686.7,5105171.22,5105857.92,127,196,2978,1098.72,twolocalrandom -541,SUCCESS,2,1,167.41,5105857.92,5106025.33,127,77,1848,267.86,wstate -542,SUCCESS,2,1,43544.08,5106025.33,5149569.41,127,9316,3973,69670.53,qnn -544,SUCCESS,2,1,353.39,5149569.41,5149922.8,127,125,2403,565.42,graphstate -545,SUCCESS,2,1,10711.42,5149922.8,5160634.22,127,4450,2046,17138.27,su2random -546,SUCCESS,2,1,9701.75,5160634.22,5170335.97,127,2308,3573,15522.8,random -547,SUCCESS,2,1,16598.01,5170335.97,5186933.98,127,4431,3184,26556.82,qft -548,SUCCESS,2,1,11268.56,5186933.98,5198202.54,127,8575,1117,18029.7,qpeexact -549,SUCCESS,2,1,14662.39,5198202.54,5212864.93,127,3992,3122,23459.82,qftentangled -550,SUCCESS,2,1,32979.89,5212864.93,5245844.82,127,8142,3443,52767.82,qftentangled -551,SUCCESS,2,1,2182.86,5245844.82,5248027.68,127,1094,1696,3492.58,ae -552,SUCCESS,2,1,6626.63,5248027.68,5254654.31,127,4363,1291,10602.61,ae -553,SUCCESS,2,1,38461.55,5254654.31,5293115.86,127,9590,3409,61538.48,qpeinexact -554,SUCCESS,2,1,337.05,5293115.86,5293452.91,127,138,2076,539.28,graphstate -556,SUCCESS,2,1,12802.47,5293452.91,5306255.38,127,3081,3532,20483.95,qpeinexact -557,SUCCESS,2,1,1718.55,5306255.38,5307973.93,127,740,1974,2749.68,realamprandom -558,SUCCESS,2,1,23091.24,5307973.93,5331065.17,127,5729,3426,36945.98,qpeinexact -560,SUCCESS,2,1,3722.39,5331065.17,5334787.56,127,818,3868,5955.82,qftentangled -561,SUCCESS,2,1,6841.61,5334787.56,5341629.17,127,2071,2808,10946.58,twolocalrandom -563,SUCCESS,2,1,205.98,5341629.17,5341835.15,127,60,2918,329.57,graphstate -565,SUCCESS,2,1,6882.73,5341835.15,5348717.88,127,4340,1348,11012.37,qpeexact -566,SUCCESS,2,1,2451.56,5348717.88,5351169.44,127,1127,1849,3922.5,su2random -569,SUCCESS,2,1,3066.13,5351169.44,5354235.57,127,704,3702,4905.81,su2random -570,SUCCESS,2,1,870.98,5354235.57,5355106.55,127,197,3758,1393.57,dj -571,SUCCESS,2,1,7027.64,5355106.55,5362134.19,127,2577,2318,11244.22,realamprandom -572,SUCCESS,2,1,15019.7,5362134.19,5377153.89,127,5649,2260,24031.52,qnn -573,SUCCESS,2,1,873.85,5377153.89,5378027.74,127,630,1179,1398.16,dj -574,SUCCESS,2,1,27427.09,5378027.74,5405454.83,127,20237,1152,43883.34,random -575,SUCCESS,2,1,33611.25,5405454.83,5439066.08,127,13709,2084,53778,twolocalrandom -576,SUCCESS,2,1,11477.62,5439066.08,5450543.7,127,2827,3451,18364.19,qpeinexact -577,SUCCESS,2,1,112.29,5450543.7,5450655.99,127,45,2121,179.66,ghz -579,SUCCESS,2,1,2472.61,5450655.99,5453128.6,127,663,3170,3956.18,dj -580,SUCCESS,2,1,31774.28,5453128.6,5484902.88,127,15513,1741,50838.85,su2random -581,SUCCESS,2,1,30494.97,5484902.88,5515397.85,127,12510,2072,48791.95,realamprandom -582,SUCCESS,2,1,1857.57,5515397.85,5517255.42,127,406,3889,2972.11,dj -583,SUCCESS,2,1,5159.53,5517255.42,5522414.95,127,1600,2741,8255.25,qnn -584,SUCCESS,2,1,43056.48,5522414.95,5565471.43,127,11600,3155,68890.37,qnn -586,SUCCESS,2,1,3305.63,5565471.43,5568777.06,127,853,3294,5289.01,qft -587,SUCCESS,2,1,2552.62,5568777.06,5571329.68,127,574,3780,4084.19,ghz -588,SUCCESS,2,1,2999.22,5571329.68,5574328.9,127,1887,1351,4798.75,qft -590,SUCCESS,2,1,50708.91,5574328.9,5625037.81,127,12508,3446,81134.26,twolocalrandom -591,SUCCESS,2,1,1333.12,5625037.81,5626370.93,127,544,2083,2132.99,dj -592,SUCCESS,2,1,276.12,5626370.93,5626647.05,127,153,1534,441.79,graphstate -593,SUCCESS,2,1,2970.9,5626647.05,5629617.95,127,784,3221,4753.44,qft -594,SUCCESS,2,1,475.81,5629617.95,5630093.76,127,161,2512,761.3,graphstate -597,SUCCESS,2,1,17184.04,5630093.76,5647277.8,127,8409,1737,27494.46,realamprandom -598,SUCCESS,2,1,1100.37,5647277.8,5648378.17,127,319,2932,1760.59,graphstate -599,SUCCESS,2,1,103027.05,5648378.17,5751405.22,127,24544,3568,164843.28,random -600,SUCCESS,2,1,26908.24,5751405.22,5778313.46,127,11436,2000,43053.18,realamprandom -601,SUCCESS,2,1,26416.45,5778313.46,5804729.91,127,8978,2501,42266.32,su2random -602,SUCCESS,2,1,39.42,5804729.91,5804769.33,127,12,2792,63.07,ghz -604,SUCCESS,2,1,3354.36,5804769.33,5808123.69,127,792,3600,5366.98,dj -605,SUCCESS,2,1,11354.66,5808123.69,5819478.35,127,5664,1704,18167.46,qft -606,SUCCESS,2,1,14299.37,5819478.35,5833777.72,127,3293,3691,22878.99,su2random -607,SUCCESS,2,1,552.6,5833777.72,5834330.32,127,306,1535,884.16,portfoliovqe -608,SUCCESS,2,1,5784.25,5834330.32,5840114.57,127,1309,3756,9254.8,random -609,SUCCESS,2,1,3613.73,5840114.57,5843728.3,127,1339,2294,5781.97,qpeexact -610,SUCCESS,2,1,401.58,5843728.3,5844129.88,127,97,3519,642.53,ghz -611,SUCCESS,2,1,3836.86,5844129.88,5847966.74,127,955,3415,6138.98,wstate -613,SUCCESS,2,1,174.3,5847966.74,5848141.04,127,143,1036,278.88,dj -615,SUCCESS,2,1,84.2,5848141.04,5848225.24,127,42,1704,134.72,qaoa -617,SUCCESS,2,1,5683.82,5848225.24,5853909.06,127,2265,2133,9094.11,ae -618,SUCCESS,2,1,2071.58,5853909.06,5855980.64,127,873,2017,3314.53,qpeinexact -619,SUCCESS,2,1,12359.34,5855980.64,5868339.98,127,3334,3151,19774.94,qft -620,SUCCESS,2,1,2388.17,5868339.98,5870728.15,127,1032,1967,3821.07,qnn -621,SUCCESS,2,1,67807.69,5870728.15,5938535.84,127,33864,1702,108492.3,random -622,SUCCESS,2,1,615.51,5938535.84,5939151.35,127,202,2590,984.82,wstate -623,SUCCESS,2,1,1001.16,5939151.35,5940152.51,127,459,1854,1601.86,graphstate -624,SUCCESS,2,1,2202.67,5940152.51,5942355.18,127,1086,1724,3524.27,pricingput -625,SUCCESS,2,1,298.58,5942355.18,5942653.76,127,77,3296,477.73,wstate -626,SUCCESS,2,1,22356.39,5942653.76,5965010.15,127,7908,2403,35770.22,random -627,SUCCESS,2,1,3439.35,5965010.15,5968449.5,127,780,3748,5502.96,qpeexact -629,SUCCESS,2,1,1177.99,5968449.5,5969627.49,127,778,1287,1884.78,qftentangled -630,SUCCESS,2,1,1814.22,5969627.49,5971441.71,127,488,3160,2902.75,dj -631,SUCCESS,2,1,95.67,5971441.71,5971537.38,127,43,1891,153.07,ghz -634,SUCCESS,2,1,9881.84,5971537.38,5981419.22,127,3016,2785,15810.94,ae -635,SUCCESS,2,1,378.17,5981419.22,5981797.39,127,209,1538,605.07,wstate -636,SUCCESS,2,1,26591.52,5981797.39,6008388.91,127,7070,3197,42546.43,qpeinexact -638,SUCCESS,2,1,597.95,6008388.91,6008986.86,127,125,4066,956.72,ghz -639,SUCCESS,2,1,142.84,6008986.86,6009129.7,127,32,3794,228.54,graphstate -640,SUCCESS,2,1,70.68,6009129.7,6009200.38,127,43,1397,113.09,graphstate -641,SUCCESS,2,1,421.08,6009200.38,6009621.46,127,321,1115,673.73,wstate -643,SUCCESS,2,1,2670.65,6009621.46,6012292.11,127,1757,1292,4273.04,realamprandom -644,SUCCESS,2,1,837.31,6012292.11,6013129.42,127,368,1934,1339.7,portfolioqaoa -645,SUCCESS,2,1,30042.62,6013129.42,6043172.04,127,13163,1940,48068.19,su2random -646,SUCCESS,2,1,3927.7,6043172.04,6047099.74,127,1085,3077,6284.32,qpeinexact -647,SUCCESS,2,1,1620.69,6047099.74,6048720.43,127,495,2783,2593.1,qft -648,SUCCESS,2,1,7668.1,6048720.43,6056388.53,127,2749,2371,12268.96,qpeinexact -649,SUCCESS,2,1,21195.82,6056388.53,6077584.35,127,8018,2247,33913.31,su2random -650,SUCCESS,2,1,6052.32,6077584.35,6083636.67,127,1836,2802,9683.71,qft -651,SUCCESS,2,1,9271.44,6083636.67,6092908.11,127,5542,1422,14834.3,qpeinexact -652,SUCCESS,2,1,1770.52,6092908.11,6094678.63,127,477,3155,2832.83,qpeinexact -655,SUCCESS,2,1,13586.9,6094678.63,6108265.53,127,4260,2711,21739.04,qpeexact -656,SUCCESS,2,1,371.34,6108265.53,6108636.87,127,153,2063,594.14,graphstate -657,SUCCESS,2,1,498.07,6108636.87,6109134.94,127,109,3884,796.91,wstate -658,SUCCESS,2,1,2603.18,6109134.94,6111738.12,127,1450,1526,4165.09,pricingput -659,SUCCESS,2,1,7203.28,6111738.12,6118941.4,127,1504,4071,11525.25,wstate -660,SUCCESS,2,1,3979.06,6118941.4,6122920.46,127,1879,1800,6366.5,qnn -661,SUCCESS,2,1,18884,6122920.46,6141804.46,127,9442,1700,30214.4,qnn -662,SUCCESS,2,1,109.37,6141804.46,6141913.83,127,53,1754,174.99,ghz -664,SUCCESS,2,1,1010.08,6141913.83,6142923.91,127,236,3638,1616.13,graphstate -666,SUCCESS,2,1,31494.11,6142923.91,6174418.02,127,8270,3237,50390.58,qpeinexact -667,SUCCESS,2,1,36.48,6174418.02,6174454.5,127,15,2067,58.37,ghz -668,SUCCESS,2,1,1933.62,6174454.5,6176388.12,127,591,2781,3093.79,qft -669,SUCCESS,2,1,470.93,6176388.12,6176859.05,127,129,3103,753.49,wstate -670,SUCCESS,2,1,1420.04,6176859.05,6178279.09,127,373,3236,2272.06,wstate -671,SUCCESS,2,1,1865.08,6178279.09,6180144.17,127,470,3373,2984.13,portfolioqaoa -674,SUCCESS,2,1,9510.91,6180144.17,6189655.08,127,3673,2201,15217.46,qftentangled -677,SUCCESS,2,1,2636.22,6189655.08,6192291.3,127,1539,1456,4217.95,ae -678,SUCCESS,2,1,458.56,6192291.3,6192749.86,127,108,3609,733.7,ghz -679,SUCCESS,2,1,2277.91,6192749.86,6195027.77,127,765,2531,3644.66,realamprandom -680,SUCCESS,2,1,1440.62,6195027.77,6196468.39,127,605,2024,2304.99,dj -682,SUCCESS,2,1,173.21,6196468.39,6196641.6,127,37,3979,277.14,dj -683,SUCCESS,2,1,5519.74,6196641.6,6202161.34,127,1551,3025,8831.58,qnn -684,SUCCESS,2,1,199.43,6202161.34,6202360.77,127,110,1541,319.09,dj -685,SUCCESS,2,1,13980.29,6202360.77,6216341.06,127,3973,2991,22368.46,qwalk-v-chain -687,SUCCESS,2,1,1473.29,6216341.06,6217814.35,127,1014,1235,2357.26,ghz -688,SUCCESS,2,1,14982.56,6217814.35,6232796.91,127,3295,3865,23972.1,qpeinexact -689,SUCCESS,2,1,6649.98,6232796.91,6239446.89,127,1843,3067,10639.97,ae -690,SUCCESS,2,1,1596.98,6239446.89,6241043.87,127,356,3813,2555.17,graphstate -691,SUCCESS,2,1,29777.33,6241043.87,6270821.2,127,8525,2969,47643.73,ae -692,SUCCESS,2,1,31999.52,6270821.2,6302820.72,127,7493,3630,51199.23,su2random -693,SUCCESS,2,1,14096.34,6302820.72,6316917.06,127,6404,1871,22554.14,qpeexact -694,SUCCESS,2,1,3031.62,6316917.06,6319948.68,127,789,3266,4850.59,su2random -695,SUCCESS,2,1,28705.7,6319948.68,6348654.38,127,8481,2877,45929.12,qpeinexact -696,SUCCESS,2,1,410.75,6348654.38,6349065.13,127,259,1348,657.2,random -697,SUCCESS,2,1,3594.55,6349065.13,6352659.68,127,2464,1240,5751.28,qft -698,SUCCESS,2,1,1373.43,6352659.68,6354033.11,127,968,1206,2197.49,qpeinexact -700,SUCCESS,2,1,8159.11,6354033.11,6362192.22,127,3916,1771,13054.58,qftentangled -701,SUCCESS,2,1,1290.49,6362192.22,6363482.71,127,358,3064,2064.78,ghz -702,SUCCESS,2,1,60.92,6363482.71,6363543.63,127,13,3983,97.47,ghz -704,SUCCESS,2,1,9177.75,6363543.63,6372721.38,127,3765,2072,14684.4,qpeinexact -705,SUCCESS,2,1,747.84,6372721.38,6373469.22,127,370,1718,1196.54,graphstate -706,SUCCESS,2,1,19182.74,6373469.22,6392651.96,127,7202,2264,30692.38,twolocalrandom -707,SUCCESS,2,1,649.92,6392651.96,6393301.88,127,347,1592,1039.87,su2random -708,SUCCESS,2,1,2055.47,6393301.88,6395357.35,127,1007,1735,3288.75,realamprandom -709,SUCCESS,2,1,19684.53,6395357.35,6415041.88,127,5193,3222,31495.25,qnn -710,SUCCESS,2,1,1218.4,6415041.88,6416260.28,127,951,1089,1949.44,wstate -711,SUCCESS,2,1,13118.66,6416260.28,6429378.94,127,3991,2794,20989.86,ae -712,SUCCESS,2,1,8016.04,6429378.94,6437394.98,127,2161,3153,12825.66,ae -713,SUCCESS,2,1,5416.54,6437394.98,6442811.52,127,3441,1338,8666.46,ae -714,SUCCESS,2,1,995.21,6442811.52,6443806.73,127,744,1137,1592.34,qnn -715,SUCCESS,2,1,2754.78,6443806.73,6446561.51,127,1687,1388,4407.65,random -716,SUCCESS,2,1,3869.13,6446561.51,6450430.64,127,854,3851,6190.61,qpeexact -717,SUCCESS,2,1,2785.57,6450430.64,6453216.21,127,767,3087,4456.91,qnn -718,SUCCESS,2,1,340.79,6453216.21,6453557,127,166,1745,545.26,graphstate -719,SUCCESS,2,1,491.66,6453557,6454048.66,127,395,1058,786.66,ghz -720,SUCCESS,2,1,38312.59,6454048.66,6492361.25,127,8927,3648,61300.14,realamprandom -722,SUCCESS,2,1,117.01,6492361.25,6492478.26,127,46,2162,187.22,graphstate -724,SUCCESS,2,1,680.84,6492478.26,6493159.1,127,329,1759,1089.34,qnn -727,SUCCESS,2,1,48842.43,6493159.1,6542001.53,127,15297,2714,78147.89,random -728,SUCCESS,2,1,13999.97,6542001.53,6556001.5,127,3943,3018,22399.95,qftentangled -729,SUCCESS,2,1,16822.08,6556001.5,6572823.58,127,5049,2832,26915.33,random -730,SUCCESS,2,1,6147.62,6572823.58,6578971.2,127,1536,3402,9836.19,wstate -731,SUCCESS,2,1,166.85,6578971.2,6579138.05,127,97,1462,266.96,dj -732,SUCCESS,2,1,87702.32,6579138.05,6666840.37,127,18581,4012,140323.71,random -734,SUCCESS,2,1,5351.26,6666840.37,6672191.63,127,1166,3901,8562.02,qpeexact -736,SUCCESS,2,1,398.65,6672191.63,6672590.28,127,150,2259,637.84,dj -737,SUCCESS,2,1,7774.25,6672590.28,6680364.53,127,1704,3878,12438.8,qpeinexact -738,SUCCESS,2,1,189.56,6680364.53,6680554.09,127,95,1696,303.3,ghz -739,SUCCESS,2,1,251.92,6680554.09,6680806.01,127,115,1862,403.07,ghz -740,SUCCESS,2,1,2393.6,6680806.01,6683199.61,127,748,2720,3829.76,realamprandom -741,SUCCESS,2,1,1483.21,6683199.61,6684682.82,127,539,2339,2373.14,ghz -742,SUCCESS,2,1,32747.72,6684682.82,6717430.54,127,15030,1852,52396.35,twolocalrandom -743,SUCCESS,2,1,25716.15,6717430.54,6743146.69,127,6240,3503,41145.84,realamprandom -744,SUCCESS,2,1,2363.49,6743146.69,6745510.18,127,730,2752,3781.58,qpeinexact -745,SUCCESS,2,1,33993.46,6745510.18,6779503.64,127,10830,2668,54389.54,qpeinexact -746,SUCCESS,2,1,14573.97,6779503.64,6794077.61,127,8342,1485,23318.35,realamprandom -749,SUCCESS,2,1,3378.83,6794077.61,6797456.44,127,1281,2242,5406.13,random -750,SUCCESS,2,1,9427.41,6797456.44,6806883.85,127,2116,3787,15083.86,ae -752,SUCCESS,2,1,3407.05,6806883.85,6810290.9,127,1110,2609,5451.28,twolocalrandom -753,SUCCESS,2,1,23964.76,6810290.9,6834255.66,127,6237,3266,38343.62,ae -754,SUCCESS,2,1,31639.72,6834255.66,6865895.38,127,9046,2973,50623.55,su2random -755,SUCCESS,2,1,4619.83,6865895.38,6870515.21,127,2367,1659,7391.73,qnn -756,SUCCESS,2,1,47046.39,6870515.21,6917561.6,127,13997,2857,75274.22,twolocalrandom -757,SUCCESS,2,1,3552.26,6917561.6,6921113.86,127,2561,1179,5683.62,su2random -758,SUCCESS,2,1,1103.53,6921113.86,6922217.39,127,400,2345,1765.65,portfolioqaoa -759,SUCCESS,2,1,18092.63,6922217.39,6940310.02,127,3761,4089,28948.21,grover-noancilla -760,SUCCESS,2,1,2691.33,6940310.02,6943001.35,127,1317,1737,4306.13,twolocalrandom -763,SUCCESS,2,1,101.47,6943001.35,6943102.82,127,63,1369,162.35,groundstate -764,SUCCESS,2,1,2981.44,6943102.82,6946084.26,127,1444,1755,4770.3,pricingcall -765,SUCCESS,2,1,30735.67,6946084.26,6976819.93,127,8485,3079,49177.07,random -766,SUCCESS,2,1,95.14,6976819.93,6976915.07,127,67,1207,152.22,ghz -767,SUCCESS,2,1,2554.71,6976915.07,6979469.78,127,763,2846,4087.54,qpeinexact -768,SUCCESS,2,1,29680.83,6979469.78,7009150.61,127,6268,4025,47489.33,qpeinexact -770,SUCCESS,2,1,3770.85,7009150.61,7012921.46,127,1396,2296,6033.36,qpeinexact -771,SUCCESS,2,1,12529.85,7012921.46,7025451.31,127,4698,2267,20047.76,qwalk-noancilla -772,SUCCESS,2,1,60.44,7025451.31,7025511.75,127,42,1223,96.7,ghz -773,SUCCESS,2,1,1991.52,7025511.75,7027503.27,127,1623,1043,3186.43,realamprandom -774,SUCCESS,2,1,6437.79,7027503.27,7033941.06,127,2444,2239,10300.46,qftentangled -775,SUCCESS,2,1,14110.89,7033941.06,7048051.95,127,3045,3939,22577.42,twolocalrandom -776,SUCCESS,2,1,1016.95,7048051.95,7049068.9,127,231,3742,1627.12,random -777,SUCCESS,2,1,4723.5,7049068.9,7053792.4,127,1005,3995,7557.6,qft -778,SUCCESS,2,1,9409.21,7053792.4,7063201.61,127,5437,1471,15054.74,su2random -780,SUCCESS,2,1,1028.24,7063201.61,7064229.85,127,368,2375,1645.18,dj -781,SUCCESS,2,1,10643.7,7064229.85,7074873.55,127,4797,1886,17029.92,realamprandom -782,SUCCESS,2,1,1781.42,7074873.55,7076654.97,127,536,2825,2850.27,qpeinexact -783,SUCCESS,2,1,9357.59,7076654.97,7086012.56,127,5278,1507,14972.14,ae -785,SUCCESS,2,1,34524.01,7086012.56,7120536.57,127,15197,1931,55238.42,random -786,SUCCESS,2,1,12001.32,7120536.57,7132537.89,127,2615,3901,19202.11,su2random -789,SUCCESS,2,1,472.36,7132537.89,7133010.25,127,145,2769,755.78,wstate -790,SUCCESS,2,1,2484.66,7133010.25,7135494.91,127,631,3347,3975.46,dj -793,SUCCESS,2,1,850,7135494.91,7136344.91,127,212,3408,1360,pricingput -794,SUCCESS,2,1,762.98,7136344.91,7137107.89,127,551,1177,1220.77,dj -795,SUCCESS,2,1,7884.57,7137107.89,7144992.46,127,4459,1503,12615.31,ae -796,SUCCESS,2,1,3592.14,7144992.46,7148584.6,127,814,3751,5747.42,realamprandom -797,SUCCESS,2,1,5988.71,7148584.6,7154573.31,127,2020,2520,9581.94,qpeinexact -799,SUCCESS,2,1,781.53,7154573.31,7155354.84,127,182,3650,1250.45,qpeinexact -800,SUCCESS,2,1,2687.02,7155354.84,7158041.86,127,2211,1033,4299.23,qpeinexact -802,SUCCESS,2,1,1718.11,7158041.86,7159759.97,127,382,3823,2748.98,dj -804,SUCCESS,2,1,1695.4,7159759.97,7161455.37,127,368,3916,2712.64,twolocalrandom -806,SUCCESS,2,1,28509.54,7161455.37,7189964.91,127,14188,1708,45615.26,realamprandom -807,SUCCESS,2,1,3607.49,7189964.91,7193572.4,127,920,3333,5771.98,qft -808,SUCCESS,2,1,3902.71,7193572.4,7197475.11,127,3109,1067,6244.34,qpeinexact -809,SUCCESS,2,1,14022.35,7197475.11,7211497.46,127,3253,3664,22435.76,qftentangled -810,SUCCESS,2,1,731.52,7211497.46,7212228.98,127,433,1436,1170.43,dj -811,SUCCESS,2,1,19211.7,7212228.98,7231440.68,127,8206,1990,30738.72,qnn -812,SUCCESS,2,1,3091.2,7231440.68,7234531.88,127,952,2760,4945.92,qft -813,SUCCESS,2,1,1104,7234531.88,7235635.88,127,680,1380,1766.4,dj -815,SUCCESS,2,1,294.47,7235635.88,7235930.35,127,196,1277,471.15,realamprandom -816,SUCCESS,2,1,1630.08,7235930.35,7237560.43,127,536,2585,2608.13,qpeexact -817,SUCCESS,2,1,1449.42,7237560.43,7239009.85,127,800,1540,2319.07,ae -818,SUCCESS,2,1,4936.19,7239009.85,7243946.04,127,1790,2344,7897.9,qft -819,SUCCESS,2,1,3473.62,7243946.04,7247419.66,127,1398,2112,5557.79,qpeexact -820,SUCCESS,2,1,1597.94,7247419.66,7249017.6,127,1285,1057,2556.7,wstate -822,SUCCESS,2,1,433.42,7249017.6,7249451.02,127,200,1842,693.47,dj -824,SUCCESS,2,1,1652.38,7249451.02,7251103.4,127,520,2701,2643.81,su2random -825,SUCCESS,2,1,1152.02,7251103.4,7252255.42,127,541,1810,1843.23,qnn -827,SUCCESS,2,1,15900.88,7252255.42,7268156.3,127,12503,1081,25441.41,random -828,SUCCESS,2,1,8055.75,7268156.3,7276212.05,127,4905,1396,12889.2,random -829,SUCCESS,2,1,2163.77,7276212.05,7278375.82,127,1672,1100,3462.03,qpeexact -830,SUCCESS,2,1,12199.66,7278375.82,7290575.48,127,5051,2053,19519.46,twolocalrandom -833,SUCCESS,2,1,570.02,7290575.48,7291145.5,127,392,1236,912.03,qft -834,SUCCESS,2,1,1839.76,7291145.5,7292985.26,127,855,1829,2943.62,realamprandom -835,SUCCESS,2,1,328.5,7292985.26,7293313.76,127,113,2471,525.6,qpeexact -836,SUCCESS,2,1,2684.88,7293313.76,7295998.64,127,2155,1059,4295.81,qnn -837,SUCCESS,2,1,604.37,7295998.64,7296603.01,127,444,1157,966.99,portfolioqaoa -838,SUCCESS,2,1,633.43,7296603.01,7297236.44,127,289,1863,1013.49,wstate -840,SUCCESS,2,1,30050.34,7297236.44,7327286.78,127,13792,1852,48080.54,qwalk-noancilla -842,SUCCESS,2,1,74224.64,7327286.78,7401511.42,127,48832,1292,118759.42,random -843,SUCCESS,2,1,1866.61,7401511.42,7403378.03,127,971,1634,2986.58,qnn -844,SUCCESS,2,1,11570.95,7403378.03,7414948.98,127,3334,2950,18513.52,realamprandom -845,SUCCESS,2,1,32261.65,7414948.98,7447210.63,127,9456,2900,51618.64,su2random -846,SUCCESS,2,1,245.7,7447210.63,7447456.33,127,92,2270,393.12,graphstate -847,SUCCESS,2,1,2106.11,7447456.33,7449562.44,127,508,3524,3369.78,dj -848,SUCCESS,2,1,18377.45,7449562.44,7467939.89,127,7008,2229,29403.92,qpeinexact -849,SUCCESS,2,1,775.68,7467939.89,7468715.57,127,424,1555,1241.09,dj -850,SUCCESS,2,1,63374.41,7468715.57,7532089.98,127,14686,3668,101399.06,su2random -851,SUCCESS,2,1,381.94,7532089.98,7532471.92,127,293,1108,611.1,dj -852,SUCCESS,2,1,7739.22,7532471.92,7540211.14,127,3838,1714,12382.75,qftentangled -853,SUCCESS,2,1,369.89,7540211.14,7540581.03,127,83,3788,591.82,graphstate -854,SUCCESS,2,1,219.28,7540581.03,7540800.31,127,176,1059,350.85,qftentangled -855,SUCCESS,2,1,68.62,7540800.31,7540868.93,127,25,2333,109.79,graphstate -856,SUCCESS,2,1,140.35,7540868.93,7541009.28,127,55,2169,224.56,dj -857,SUCCESS,2,1,9871.41,7541009.28,7550880.69,127,2618,3205,15794.26,su2random -858,SUCCESS,2,1,6116.7,7550880.69,7556997.39,127,4459,1166,9786.72,realamprandom -859,SUCCESS,2,1,46753.78,7556997.39,7603751.17,127,18407,2159,74806.05,random -860,SUCCESS,2,1,22856.65,7603751.17,7626607.82,127,12583,1544,36570.64,su2random -862,SUCCESS,2,1,4246.34,7626607.82,7630854.16,127,1822,1981,6794.14,qpeexact -863,SUCCESS,2,1,4759.12,7630854.16,7635613.28,127,1728,2341,7614.59,qpeexact -864,SUCCESS,2,1,251,7635613.28,7635864.28,127,113,1888,401.6,graphstate -870,SUCCESS,2,1,1840.66,7635864.28,7637704.94,127,1230,1272,2945.06,su2random -871,SUCCESS,2,1,34954.28,7637704.94,7672659.22,127,15787,1882,55926.85,su2random -872,SUCCESS,2,1,866.49,7672659.22,7673525.71,127,233,3161,1386.38,qft -873,SUCCESS,2,1,25132.42,7673525.71,7698658.13,127,6050,3531,40211.87,qpeinexact -874,SUCCESS,2,1,9310.96,7698658.13,7707969.09,127,2681,2952,14897.54,random -875,SUCCESS,2,1,21352.54,7707969.09,7729321.63,127,4443,4085,34164.06,qftentangled -876,SUCCESS,2,1,347.14,7729321.63,7729668.77,127,77,3832,555.42,graphstate -877,SUCCESS,2,1,233.3,7729668.77,7729902.07,127,71,2793,373.28,ghz -879,SUCCESS,2,1,1863.7,7729902.07,7731765.77,127,412,3845,2981.92,realamprandom -880,SUCCESS,2,1,1907.79,7731765.77,7733673.56,127,1001,1620,3052.46,wstate -881,SUCCESS,2,1,3812.05,7733673.56,7737485.61,127,1183,2739,6099.28,qnn -883,SUCCESS,2,1,86673.19,7737485.61,7824158.8,127,57066,1291,138677.1,random -884,SUCCESS,2,1,1477.39,7824158.8,7825636.19,127,412,3048,2363.82,qftentangled -885,SUCCESS,2,1,31490.17,7825636.19,7857126.36,127,10040,2666,50384.27,realamprandom -886,SUCCESS,2,1,2600.09,7857126.36,7859726.45,127,1816,1217,4160.14,su2random -888,SUCCESS,2,1,5803.42,7859726.45,7865529.87,127,4350,1134,9285.47,su2random -889,SUCCESS,2,1,9847.11,7865529.87,7875376.98,127,4676,1790,15755.38,qpeinexact -890,SUCCESS,2,1,3967.57,7875376.98,7879344.55,127,963,3502,6348.11,realamprandom -891,SUCCESS,2,1,23149.71,7879344.55,7902494.26,127,8384,2347,37039.54,qpeexact -892,SUCCESS,2,1,5692.02,7902494.26,7908186.28,127,1187,4076,9107.23,wstate -893,SUCCESS,2,1,6101.21,7908186.28,7914287.49,127,2561,2025,9761.94,twolocalrandom -896,SUCCESS,2,1,30087.93,7914287.49,7944375.42,127,15214,1681,48140.69,realamprandom -897,SUCCESS,2,1,6182.65,7944375.42,7950558.07,127,2242,2344,9892.24,pricingcall -898,SUCCESS,2,1,279.38,7950558.07,7950837.45,127,66,3598,447.01,graphstate -899,SUCCESS,2,1,17739.5,7950837.45,7968576.95,127,7995,1886,28383.2,su2random -900,SUCCESS,2,1,25152.57,7968576.95,7993729.52,127,14140,1512,40244.11,su2random -902,SUCCESS,2,1,820.9,7993729.52,7994550.42,127,445,1568,1313.44,dj -905,SUCCESS,2,1,17144.8,7994550.42,8011695.22,127,4764,3059,27431.68,qnn -906,SUCCESS,2,1,1420.33,8011695.22,8013115.55,127,849,1422,2272.53,dj -907,SUCCESS,2,1,929.21,8013115.55,8014044.76,127,732,1079,1486.74,qnn -908,SUCCESS,2,1,15197.09,8014044.76,8029241.85,127,7689,1680,24315.34,ae -909,SUCCESS,2,1,2100.4,8029241.85,8031342.25,127,489,3651,3360.64,ghz -910,SUCCESS,2,1,10910.22,8031342.25,8042252.47,127,3133,2960,17456.35,pricingput -911,SUCCESS,2,1,70161.91,8042252.47,8112414.38,127,17613,3386,112259.06,su2random -912,SUCCESS,2,1,4312.06,8112414.38,8116726.44,127,1504,2437,6899.3,qftentangled -913,SUCCESS,2,1,3154.28,8116726.44,8119880.72,127,897,2989,5046.85,qnn -914,SUCCESS,2,1,6072.95,8119880.72,8125953.67,127,1391,3711,9716.72,realamprandom -915,SUCCESS,2,1,795.77,8125953.67,8126749.44,127,380,1780,1273.23,dj -916,SUCCESS,2,1,398.66,8126749.44,8127148.1,127,84,4034,637.86,ghz -917,SUCCESS,2,1,841.04,8127148.1,8127989.14,127,492,1453,1345.66,dj -919,SUCCESS,2,1,223.64,8127989.14,8128212.78,127,121,1571,357.82,wstate -920,SUCCESS,2,1,1588.87,8128212.78,8129801.65,127,1051,1285,2542.19,qnn -921,SUCCESS,2,1,2733.97,8129801.65,8132535.62,127,1127,2062,4374.35,qftentangled -922,SUCCESS,2,1,1796.68,8132535.62,8134332.3,127,481,3175,2874.69,qftentangled -924,SUCCESS,2,1,7263.29,8134332.3,8141595.59,127,2137,2889,11621.26,su2random -925,SUCCESS,2,1,855.49,8141595.59,8142451.08,127,490,1484,1368.78,ghz -926,SUCCESS,2,1,11697.05,8142451.08,8154148.13,127,6759,1471,18715.28,qnn -927,SUCCESS,2,1,11340.07,8154148.13,8165488.2,127,3868,2492,18144.11,qftentangled -929,SUCCESS,2,1,15375.81,8165488.2,8180864.01,127,8621,1516,24601.3,realamprandom -930,SUCCESS,2,1,2532.08,8180864.01,8183396.09,127,660,3261,4051.33,dj -931,SUCCESS,2,1,22568.33,8183396.09,8205964.42,127,7798,2460,36109.33,qnn -932,SUCCESS,2,1,1066.48,8205964.42,8207030.9,127,370,2450,1706.37,wstate -933,SUCCESS,2,1,8216.91,8207030.9,8215247.81,127,4857,1438,13147.06,qft -934,SUCCESS,2,1,736.31,8215247.81,8215984.12,127,190,3294,1178.1,qft -935,SUCCESS,2,1,1109.1,8215984.12,8217093.22,127,718,1313,1774.56,dj -937,SUCCESS,2,1,73236.13,8217093.22,8290329.35,127,28155,2211,117177.81,random -938,SUCCESS,2,1,4573.6,8290329.35,8294902.95,127,1112,3496,7317.76,qnn -939,SUCCESS,2,1,7201.86,8294902.95,8302104.81,127,3023,2025,11522.98,ae -940,SUCCESS,2,1,9100.23,8302104.81,8311205.04,127,3109,2488,14560.37,qpeexact -941,SUCCESS,2,1,2271.36,8311205.04,8313476.4,127,1294,1492,3634.18,wstate -942,SUCCESS,2,1,2224.16,8313476.4,8315700.56,127,752,2514,3558.66,portfoliovqe -943,SUCCESS,2,1,54.81,8315700.56,8315755.37,127,24,1941,87.7,graphstate -945,SUCCESS,2,1,7299.65,8315755.37,8323055.02,127,2037,3046,11679.44,qnn -946,SUCCESS,2,1,953.77,8323055.02,8324008.79,127,268,3025,1526.03,graphstate -947,SUCCESS,2,1,13669.95,8324008.79,8337678.74,127,8550,1359,21871.92,twolocalrandom -948,SUCCESS,2,1,397.03,8337678.74,8338075.77,127,221,1527,635.25,dj -949,SUCCESS,2,1,3025.78,8338075.77,8341101.55,127,1030,2497,4841.25,qpeexact -952,SUCCESS,2,1,492.31,8341101.55,8341593.86,127,194,2157,787.7,ae -954,SUCCESS,2,1,944.05,8341593.86,8342537.91,127,216,3715,1510.48,dj -955,SUCCESS,2,1,3205.76,8342537.91,8345743.67,127,1162,2345,5129.22,wstate -956,SUCCESS,2,1,12063.47,8345743.67,8357807.14,127,2824,3631,19301.55,qftentangled -957,SUCCESS,2,1,6303.08,8357807.14,8364110.22,127,2561,2092,10084.93,realamprandom -958,SUCCESS,2,1,25498.45,8364110.22,8389608.67,127,11760,1843,40797.52,twolocalrandom -959,SUCCESS,2,1,1098.98,8389608.67,8390707.65,127,265,3525,1758.37,random -960,SUCCESS,2,1,642.61,8390707.65,8391350.26,127,189,2890,1028.18,dj -961,SUCCESS,2,1,4385.44,8391350.26,8395735.7,127,1180,3159,7016.7,su2random -962,SUCCESS,2,1,1042.82,8395735.7,8396778.52,127,312,2841,1668.51,qftentangled -963,SUCCESS,2,1,3821.33,8396778.52,8400599.85,127,1593,2039,6114.13,realamprandom -964,SUCCESS,2,1,626.11,8400599.85,8401225.96,127,190,2801,1001.78,dj -965,SUCCESS,2,1,280.84,8401225.96,8401506.8,127,73,3270,449.34,graphstate -966,SUCCESS,2,1,27508.62,8401506.8,8429015.42,127,13188,1773,44013.79,qnn -967,SUCCESS,2,1,21138.68,8429015.42,8450154.1,127,5430,3309,33821.89,qpeexact -969,SUCCESS,2,1,1327.2,8450154.1,8451481.3,127,357,3160,2123.52,wstate -970,SUCCESS,2,1,172.99,8451481.3,8451654.29,127,74,1987,276.78,vqe -971,SUCCESS,2,1,16605.54,8451654.29,8468259.83,127,4011,3519,26568.86,qpeexact -972,SUCCESS,2,1,240.26,8468259.83,8468500.09,127,67,3048,384.42,graphstate -973,SUCCESS,2,1,8022.8,8468500.09,8476522.89,127,4799,1421,12836.48,realamprandom -974,SUCCESS,2,1,209.01,8476522.89,8476731.9,127,87,2042,334.42,ghz -975,SUCCESS,2,1,4372.99,8476731.9,8481104.89,127,1091,3407,6996.78,random -977,SUCCESS,2,1,29283.77,8481104.89,8510388.66,127,9854,2526,46854.03,random -978,SUCCESS,2,1,19523.38,8510388.66,8529912.04,127,8785,1889,31237.41,qpeexact -980,SUCCESS,2,1,11370.39,8529912.04,8541282.43,127,3045,3174,18192.62,realamprandom -981,SUCCESS,2,1,19695.98,8541282.43,8560978.41,127,5897,2839,31513.57,qft -983,SUCCESS,2,1,7956.5,8560978.41,8568934.91,127,1731,3907,12730.4,twolocalrandom -984,SUCCESS,2,1,415.53,8568934.91,8569350.44,127,269,1313,664.85,dj -985,SUCCESS,2,1,46124.75,8569350.44,8615475.19,127,10293,3809,73799.6,qpeinexact -986,SUCCESS,2,1,292.75,8615475.19,8615767.94,127,166,1499,468.4,su2random -988,SUCCESS,2,1,12107.47,8615767.94,8627875.41,127,6104,1686,19371.95,random -989,SUCCESS,2,1,2431.89,8627875.41,8630307.3,127,883,2341,3891.02,qftentangled -990,SUCCESS,2,1,6383.31,8630307.3,8636690.61,127,4229,1283,10213.3,twolocalrandom -992,SUCCESS,2,1,43115.3,8636690.61,8679805.91,127,12000,3054,68984.48,twolocalrandom -993,SUCCESS,2,1,16962.03,8679805.91,8696767.94,127,7669,1880,27139.25,qpeinexact -994,SUCCESS,2,1,175291.18,8696767.94,8872059.12,127,55700,2675,280465.89,random -996,SUCCESS,2,1,1908.86,8872059.12,8873967.98,127,703,2308,3054.18,twolocalrandom -997,SUCCESS,2,1,24767.79,8873967.98,8898735.77,127,8614,2444,39628.46,qft -998,SUCCESS,2,1,511.15,8898735.77,8899246.92,127,225,1931,817.84,wstate -999,SUCCESS,2,1,2044.53,8899246.92,8901291.45,127,786,2211,3271.25,realamprandom -1000,SUCCESS,2,1,35692.82,8901291.45,8936984.27,127,7532,4028,57108.51,qpeinexact -1001,SUCCESS,2,1,128.56,8936984.27,8937112.83,127,49,2230,205.7,graphstate -1002,SUCCESS,2,1,250740.62,8937112.83,9187853.45,127,60842,3503,401184.99,random -1003,SUCCESS,2,1,19484.96,9187853.45,9207338.41,127,4457,3716,31175.94,qpeexact -1004,SUCCESS,2,1,2135.55,9207338.41,9209473.96,127,617,2942,3416.88,qftentangled -1005,SUCCESS,2,1,480.38,9209473.96,9209954.34,127,213,1917,768.61,ghz -1006,SUCCESS,2,1,6559.1,9209954.34,9216513.44,127,1603,3478,10494.56,realamprandom -1007,SUCCESS,2,1,4715.28,9216513.44,9221228.72,127,1003,3996,7544.45,qftentangled -1008,SUCCESS,2,1,2541.26,9221228.72,9223769.98,127,1563,1382,4066.02,wstate -1009,SUCCESS,2,1,6092.45,9223769.98,9229862.43,127,2064,2509,9747.92,qpeexact -1010,SUCCESS,2,1,2582.03,9229862.43,9232444.46,127,761,2884,4131.25,wstate -1011,SUCCESS,2,1,4930.81,9232444.46,9237375.27,127,1593,2631,7889.3,twolocalrandom -1013,SUCCESS,2,1,5129,9237375.27,9242504.27,127,1115,3910,8206.4,qftentangled -1014,SUCCESS,2,1,3729.37,9242504.27,9246233.64,127,860,3686,5966.99,wstate -1017,SUCCESS,2,1,163.86,9246233.64,9246397.5,127,40,3482,262.18,qaoa -1020,SUCCESS,2,1,1079.38,9246397.5,9247476.88,127,281,3265,1727.01,wstate -1021,SUCCESS,2,1,9675,9247476.88,9257151.88,127,4250,1935,15480,qft -1022,SUCCESS,2,1,377.53,9257151.88,9257529.41,127,286,1122,604.05,dj -1023,SUCCESS,2,1,10748.75,9257529.41,9268278.16,127,5156,1772,17198,twolocalrandom -1024,SUCCESS,2,1,38042.66,9268278.16,9306320.82,127,9444,3424,60868.26,ae -1025,SUCCESS,2,1,7619.31,9306320.82,9313940.13,127,2776,2333,12190.9,qft -1026,SUCCESS,2,1,42.08,9313940.13,9313982.21,127,12,2980,67.33,ghz -1027,SUCCESS,2,1,10367.28,9313982.21,9324349.49,127,2178,4046,16587.65,qpeinexact -1029,SUCCESS,2,1,3903.44,9324349.49,9328252.93,127,1057,3139,6245.5,wstate -1030,SUCCESS,2,1,8447,9328252.93,9336699.93,127,3769,1905,13515.2,twolocalrandom -1031,SUCCESS,2,1,8066.95,9336699.93,9344766.88,127,3820,1795,12907.12,random -1032,SUCCESS,2,1,534.28,9344766.88,9345301.16,127,115,3949,854.85,graphstate -1035,SUCCESS,2,1,1719.53,9345301.16,9347020.69,127,406,3600,2751.25,dj -1036,SUCCESS,2,1,16333.73,9347020.69,9363354.42,127,4211,3297,26133.97,qft -1037,SUCCESS,2,1,4110.72,9363354.42,9367465.14,127,872,4007,6577.15,qpeexact -1040,SUCCESS,2,1,26378.57,9367465.14,9393843.71,127,12133,1848,42205.71,su2random -1041,SUCCESS,2,1,567.4,9393843.71,9394411.11,127,123,3921,907.84,graphstate -1042,SUCCESS,2,1,7736.8,9394411.11,9402147.91,127,1615,4072,12378.88,ae -1043,SUCCESS,2,1,30.21,9402147.91,9402178.12,127,11,2334,48.34,ghz -1045,SUCCESS,2,1,38785.11,9402178.12,9440963.23,127,10267,3211,62056.18,twolocalrandom -1050,SUCCESS,2,1,315.4,9440963.23,9441278.63,127,182,1473,504.64,dj -1051,SUCCESS,2,1,531.08,9441278.63,9441809.71,127,410,1101,849.73,qnn -1053,SUCCESS,2,1,1380.97,9441809.71,9443190.68,127,427,2749,2209.55,dj -1054,SUCCESS,2,1,2016.27,9443190.68,9445206.95,127,502,3414,3226.03,dj -1055,SUCCESS,2,1,3555.6,9445206.95,9448762.55,127,1020,2963,5688.96,ae -1056,SUCCESS,2,1,37535.91,9448762.55,9486298.46,127,8481,3762,60057.46,qpeexact -1058,SUCCESS,2,1,2514.97,9486298.46,9488813.43,127,1428,1497,4023.95,pricingcall -1060,SUCCESS,2,1,24696.71,9488813.43,9513510.14,127,5930,3540,39514.74,qftentangled -1061,SUCCESS,2,1,10748.12,9513510.14,9524258.26,127,3837,2381,17196.99,twolocalrandom -1062,SUCCESS,2,1,11074.12,9524258.26,9535332.38,127,4267,2206,17718.59,twolocalrandom -1063,SUCCESS,2,1,1816.02,9535332.38,9537148.4,127,815,1894,2905.63,wstate -1064,SUCCESS,2,1,8758.47,9537148.4,9545906.87,127,2173,3426,14013.55,su2random -1065,SUCCESS,2,1,11601.89,9545906.87,9557508.76,127,3918,2517,18563.02,ae -1066,SUCCESS,2,1,5757.75,9557508.76,9563266.51,127,1920,2549,9212.4,su2random -1067,SUCCESS,2,1,268.19,9563266.51,9563534.7,127,167,1365,429.1,qft -1068,SUCCESS,2,1,287.87,9563534.7,9563822.57,127,78,3137,460.59,graphstate -1069,SUCCESS,2,1,496.63,9563822.57,9564319.2,127,153,2759,794.61,wstate -1070,SUCCESS,2,1,5726.3,9564319.2,9570045.5,127,1299,3747,9162.08,qftentangled -1071,SUCCESS,2,1,5724.64,9570045.5,9575770.14,127,1699,2864,9159.42,random -1073,SUCCESS,2,1,22553.45,9575770.14,9598323.59,127,5177,3703,36085.52,su2random -1074,SUCCESS,2,1,27492.32,9598323.59,9625815.91,127,8148,2868,43987.71,random -1075,SUCCESS,2,1,18877.3,9625815.91,9644693.21,127,7975,2012,30203.68,qpeexact -1076,SUCCESS,2,1,10677.82,9644693.21,9655371.03,127,2968,3058,17084.51,ae -1078,SUCCESS,2,1,8504.89,9655371.03,9663875.92,127,1888,3829,13607.82,qpeexact -1080,SUCCESS,2,1,79.56,9663875.92,9663955.48,127,49,1380,127.3,ghz -1081,SUCCESS,2,1,2881.21,9663955.48,9666836.69,127,608,4028,4609.94,dj -1082,SUCCESS,2,1,16232.46,9666836.69,9683069.15,127,9329,1479,25971.94,twolocalrandom -1083,SUCCESS,2,1,166.28,9683069.15,9683235.43,127,52,2718,266.05,graphstate -1084,SUCCESS,2,1,995.65,9683235.43,9684231.08,127,217,3900,1593.04,ghz -1085,SUCCESS,2,1,1952.11,9684231.08,9686183.19,127,723,2295,3123.38,random -1086,SUCCESS,2,1,18945.79,9686183.19,9705128.98,127,5261,3061,30313.26,ae -1087,SUCCESS,2,1,964.66,9705128.98,9706093.64,127,267,3071,1543.46,qft -1088,SUCCESS,2,1,14036.03,9706093.64,9720129.67,127,7575,1575,22457.65,qft -1089,SUCCESS,2,1,623.28,9720129.67,9720752.95,127,253,2094,997.25,wstate -1090,SUCCESS,2,1,27837.81,9720752.95,9748590.76,127,8767,2699,44540.5,qnn -1091,SUCCESS,2,1,16052.4,9748590.76,9764643.16,127,5831,2340,25683.84,realamprandom -1093,SUCCESS,2,1,2287.56,9764643.16,9766930.72,127,561,3466,3660.1,qftentangled -1094,SUCCESS,2,1,186.18,9766930.72,9767116.9,127,131,1208,297.89,graphstate -1097,SUCCESS,2,1,5117.67,9767116.9,9772234.57,127,3256,1336,8188.27,qpeinexact -1098,SUCCESS,2,1,126.5,9772234.57,9772361.07,127,32,3360,202.4,ghz -1099,SUCCESS,2,1,1478.2,9772361.07,9773839.27,127,394,3189,2365.12,dj -1100,SUCCESS,2,1,10943.94,9773839.27,9784783.21,127,6239,1491,17510.3,qpeinexact -1101,SUCCESS,2,1,8776.29,9784783.21,9793559.5,127,3008,2480,14042.06,qpeinexact -1102,SUCCESS,2,1,13576.48,9793559.5,9807135.98,127,3108,3713,21722.37,twolocalrandom -1103,SUCCESS,2,1,574.44,9807135.98,9807710.42,127,274,1782,919.1,graphstate -1105,SUCCESS,2,1,98.23,9807710.42,9807808.65,127,33,2530,157.17,ghz -1106,SUCCESS,2,1,299.65,9807808.65,9808108.3,127,219,1163,479.44,ghz -1107,SUCCESS,2,1,1227.28,9808108.3,9809335.58,127,618,1688,1963.65,realamprandom -1108,SUCCESS,2,1,1064.63,9809335.58,9810400.21,127,567,1596,1703.41,qpeexact -1109,SUCCESS,2,1,46814.59,9810400.21,9857214.8,127,25394,1567,74903.34,random -1110,SUCCESS,2,1,485.45,9857214.8,9857700.25,127,296,1394,776.72,ghz -1111,SUCCESS,2,1,12746.06,9857700.25,9870446.31,127,4453,2433,20393.7,qpeexact -1112,SUCCESS,2,1,149.92,9870446.31,9870596.23,127,42,3034,239.87,graphstate -1113,SUCCESS,2,1,17319.92,9870596.23,9887916.15,127,5753,2559,27711.87,qft -1114,SUCCESS,2,1,8180.37,9887916.15,9896096.52,127,4412,1576,13088.59,su2random -1115,SUCCESS,2,1,168.7,9896096.52,9896265.22,127,65,2206,269.92,wstate -1116,SUCCESS,2,1,19133.03,9896265.22,9915398.25,127,6048,2689,30612.85,qftentangled -1117,SUCCESS,2,1,4242.66,9915398.25,9919640.91,127,3217,1121,6788.26,ae -1118,SUCCESS,2,1,52.63,9919640.91,9919693.54,127,41,1091,84.21,ghz -1119,SUCCESS,2,1,3638.33,9919693.54,9923331.87,127,2241,1380,5821.33,qft -1120,SUCCESS,2,1,1050.15,9923331.87,9924382.02,127,318,2807,1680.24,qftentangled -1121,SUCCESS,2,1,319.68,9924382.02,9924701.7,127,69,3938,511.49,tsp -1122,SUCCESS,2,1,50999.95,9924701.7,9975701.65,127,12045,3599,81599.92,su2random -1123,SUCCESS,2,1,7612.93,9975701.65,9983314.58,127,2402,2694,12180.69,pricingput -1124,SUCCESS,2,1,919.31,9983314.58,9984233.89,127,349,2239,1470.9,wstate -1125,SUCCESS,2,1,124.56,9984233.89,9984358.45,127,55,1925,199.3,qaoa -1126,SUCCESS,2,1,1120.92,9984358.45,9985479.37,127,297,3208,1793.47,wstate -1128,SUCCESS,2,1,4897.31,9985479.37,9990376.68,127,3819,1090,7835.7,qpeexact -1129,SUCCESS,2,1,37581.65,9990376.68,10027958.33,127,10716,2981,60130.64,random -1130,SUCCESS,2,1,16707.79,10027958.33,10044666.12,127,8977,1582,26732.46,ae -1131,SUCCESS,2,1,1296.57,10044666.12,10045962.69,127,672,1640,2074.51,qnn -1132,SUCCESS,2,1,6142.15,10045962.69,10052104.84,127,2265,2305,9827.44,qpeinexact -1133,SUCCESS,2,1,1151.17,10052104.84,10053256.01,127,869,1126,1841.87,dj -1134,SUCCESS,2,1,29189.97,10053256.01,10082445.98,127,6837,3629,46703.95,qftentangled -1136,SUCCESS,2,1,3757.26,10082445.98,10086203.24,127,1112,2872,6011.62,twolocalrandom -1138,SUCCESS,2,1,37302.78,10086203.24,10123506.02,127,7760,4086,59684.45,twolocalrandom -1140,SUCCESS,2,1,25046.92,10123506.02,10148552.94,127,9153,2326,40075.07,twolocalrandom -1142,SUCCESS,2,1,8096.08,10148552.94,10156649.02,127,2027,3395,12953.73,qpeinexact -1143,SUCCESS,2,1,14609.46,10156649.02,10171258.48,127,4388,2830,23375.14,qft -1144,SUCCESS,2,1,238.32,10171258.48,10171496.8,127,145,1397,381.31,qnn -1145,SUCCESS,2,1,506.44,10171496.8,10172003.24,127,129,3337,810.3,dj -1147,SUCCESS,2,1,2563.69,10172003.24,10174566.93,127,872,2499,4101.9,ghz -1148,SUCCESS,2,1,3714.03,10174566.93,10178280.96,127,1352,2335,5942.45,qftentangled -1149,SUCCESS,2,1,12915.44,10178280.96,10191196.4,127,8651,1269,20664.7,ae -1150,SUCCESS,2,1,5067.89,10191196.4,10196264.29,127,1599,2694,8108.62,wstate -1151,SUCCESS,2,1,17412.84,10196264.29,10213677.13,127,7382,2005,27860.54,random -1152,SUCCESS,2,1,30382.31,10213677.13,10244059.44,127,12810,2016,48611.7,su2random -1154,SUCCESS,2,1,4280.9,10244059.44,10248340.34,127,2421,1503,6849.44,qpeexact -1156,SUCCESS,2,1,11260.81,10248340.34,10259601.15,127,2937,3259,18017.3,qnn -1157,SUCCESS,2,1,103.27,10259601.15,10259704.42,127,52,1688,165.23,qaoa -1159,SUCCESS,2,1,2768.59,10259704.42,10262473.01,127,1061,2218,4429.74,realamprandom -1160,SUCCESS,2,1,9757.74,10262473.01,10272230.75,127,7452,1113,15612.38,qpeinexact -1162,SUCCESS,2,1,273.03,10272230.75,10272503.78,127,73,3179,436.85,graphstate -1163,SUCCESS,2,1,12446.55,10272503.78,10284950.33,127,3930,2692,19914.48,ae -1164,SUCCESS,2,1,888.49,10284950.33,10285838.82,127,191,3954,1421.58,qnn -1165,SUCCESS,2,1,7751.61,10285838.82,10293590.43,127,4464,1476,12402.58,qft -1166,SUCCESS,2,1,8903.02,10293590.43,10302493.45,127,7007,1080,14244.83,su2random -1167,SUCCESS,2,1,46825.44,10302493.45,10349318.89,127,11457,3474,74920.7,realamprandom -1168,SUCCESS,2,1,1606.32,10349318.89,10350925.21,127,828,1649,2570.11,su2random -1169,SUCCESS,2,1,315.68,10350925.21,10351240.89,127,240,1118,505.09,qftentangled -1171,SUCCESS,2,1,4866.53,10351240.89,10356107.42,127,1696,2439,7786.45,twolocalrandom -1172,SUCCESS,2,1,103912.98,10356107.42,10460020.4,127,26311,3357,166260.77,random -1173,SUCCESS,2,1,222.88,10460020.4,10460243.28,127,109,1738,356.61,dj -1174,SUCCESS,2,1,920.96,10460243.28,10461164.24,127,544,1439,1473.54,portfoliovqe -1175,SUCCESS,2,1,19372.88,10461164.24,10480537.12,127,4948,3328,30996.61,qpeexact -1176,SUCCESS,2,1,19510.36,10480537.12,10500047.48,127,5860,2830,31216.58,qpeinexact -1177,SUCCESS,2,1,6489.92,10500047.48,10506537.4,127,1763,3129,10383.87,su2random -1179,SUCCESS,2,1,6743.14,10506537.4,10513280.54,127,2628,2181,10789.02,qnn -1180,SUCCESS,2,1,60818.8,10513280.54,10574099.34,127,24157,2140,97310.08,random -1181,SUCCESS,2,1,18102.8,10574099.34,10592202.14,127,4026,3822,28964.48,random -1182,SUCCESS,2,1,1321.13,10592202.14,10593523.27,127,597,1881,2113.81,random -1183,SUCCESS,2,1,5372.01,10593523.27,10598895.28,127,1327,3441,8595.22,su2random -1185,SUCCESS,2,1,10027.9,10598895.28,10608923.18,127,3054,2791,16044.64,qft -1186,SUCCESS,2,1,68.13,10608923.18,10608991.31,127,37,1565,109.01,ghz -1187,SUCCESS,2,1,2058.71,10608991.31,10611050.02,127,1140,1535,3293.94,qnn -1189,SUCCESS,2,1,2038.03,10611050.02,10613088.05,127,432,4010,3260.85,su2random -1190,SUCCESS,2,1,9232.02,10613088.05,10622320.07,127,7327,1071,14771.23,random -1191,SUCCESS,2,1,489.15,10622320.07,10622809.22,127,124,3353,782.64,graphstate -1193,SUCCESS,2,1,2198.93,10622809.22,10625008.15,127,627,2981,3518.29,wstate -1194,SUCCESS,2,1,4928.69,10625008.15,10629936.84,127,1703,2460,7885.9,qft -1195,SUCCESS,2,1,2375.27,10629936.84,10632312.11,127,1051,1921,3800.43,wstate -1196,SUCCESS,2,1,290.79,10632312.11,10632602.9,127,86,2874,465.26,qaoa -1197,SUCCESS,2,1,7889.88,10632602.9,10640492.78,127,5348,1254,12623.81,qft -1198,SUCCESS,2,1,3048.9,10640492.78,10643541.68,127,762,3401,4878.24,twolocalrandom -1200,SUCCESS,2,1,220.73,10643541.68,10643762.41,127,52,3608,353.17,ghz -1201,SUCCESS,2,1,90.43,10643762.41,10643852.84,127,35,2196,144.69,ghz -1202,SUCCESS,2,1,38897.23,10643852.84,10682750.07,127,21194,1560,62235.57,random -1203,SUCCESS,2,1,30414.44,10682750.07,10713164.51,127,6530,3959,48663.1,qftentangled -1204,SUCCESS,2,1,51028.81,10713164.51,10764193.32,127,10967,3955,81646.1,random -1205,SUCCESS,2,1,82.08,10764193.32,10764275.4,127,19,3672,131.33,graphstate -1207,SUCCESS,2,1,5564.45,10764275.4,10769839.85,127,2023,2338,8903.12,ae -1208,SUCCESS,2,1,63935.04,10769839.85,10833774.89,127,14824,3666,102296.06,twolocalrandom -1209,SUCCESS,2,1,7696.12,10833774.89,10841471.01,127,2384,2744,12313.79,qpeinexact -1211,SUCCESS,2,1,2544.7,10841471.01,10844015.71,127,730,2963,4071.52,qpeexact -1213,SUCCESS,2,1,4870.61,10844015.71,10848886.32,127,1567,2642,7792.98,twolocalrandom -1214,SUCCESS,2,1,14441.4,10848886.32,10863327.72,127,3195,3842,23106.24,twolocalrandom -1215,SUCCESS,2,1,1004.53,10863327.72,10864332.25,127,536,1593,1607.25,qftentangled -1216,SUCCESS,2,1,2832.31,10864332.25,10867164.56,127,736,3271,4531.7,ae -1217,SUCCESS,2,1,1483.38,10867164.56,10868647.94,127,689,1830,2373.41,pricingcall -1218,SUCCESS,2,1,75.34,10868647.94,10868723.28,127,26,2463,120.54,graphstate -1219,SUCCESS,2,1,7270.43,10868723.28,10875993.71,127,1921,3217,11632.69,su2random -1220,SUCCESS,2,1,57914.08,10875993.71,10933907.79,127,21182,2324,92662.53,grover-v-chain -1221,SUCCESS,2,1,202.73,10933907.79,10934110.52,127,54,3191,324.37,graphstate -1222,SUCCESS,2,1,2742.53,10934110.52,10936853.05,127,782,2981,4388.05,ghz -1223,SUCCESS,2,1,11463.82,10936853.05,10948316.87,127,2640,3691,18342.11,qftentangled -1224,SUCCESS,2,1,453.6,10948316.87,10948770.47,127,315,1224,725.76,qftentangled -1225,SUCCESS,2,1,11845.92,10948770.47,10960616.39,127,2501,4026,18953.47,qftentangled -1226,SUCCESS,2,1,24180.6,10960616.39,10984796.99,127,5109,4023,38688.96,qft -1227,SUCCESS,2,1,2273.03,10984796.99,10987070.02,127,892,2166,3636.85,realamprandom -1228,SUCCESS,2,1,32429.43,10987070.02,11019499.45,127,15348,1796,51887.09,random -1229,SUCCESS,2,1,588.7,11019499.45,11020088.15,127,483,1036,941.92,qpeexact -1230,SUCCESS,2,1,8191.47,11020088.15,11028279.62,127,2161,3222,13106.35,qft -1231,SUCCESS,2,1,404.11,11028279.62,11028683.73,127,192,1789,646.58,qpeexact -1232,SUCCESS,2,1,92.81,11028683.73,11028776.54,127,32,2465,148.5,routing -1233,SUCCESS,2,1,999.16,11028776.54,11029775.7,127,438,1939,1598.66,twolocalrandom -1234,SUCCESS,2,1,2640,11029775.7,11032415.7,127,1495,1501,4224,random -1236,SUCCESS,2,1,4048.4,11032415.7,11036464.1,127,1567,2196,6477.44,realamprandom -1237,SUCCESS,2,1,1461.28,11036464.1,11037925.38,127,849,1463,2338.05,ghz -1240,SUCCESS,2,1,978.09,11037925.38,11038903.47,127,348,2389,1564.94,twolocalrandom -1241,SUCCESS,2,1,107.62,11038903.47,11039011.09,127,25,3659,172.19,ghz -1245,SUCCESS,2,1,1568.9,11039011.09,11040579.99,127,382,3491,2510.24,ghz -1246,SUCCESS,2,1,355.4,11040579.99,11040935.39,127,82,3684,568.64,ghz -1247,SUCCESS,2,1,10879.48,11040935.39,11051814.87,127,3470,2665,17407.17,qft -1248,SUCCESS,2,1,4573.41,11051814.87,11056388.28,127,1063,3657,7317.46,wstate -1249,SUCCESS,2,1,59.2,11056388.28,11056447.48,127,22,2287,94.72,ghz -1250,SUCCESS,2,1,51605.83,11056447.48,11108053.31,127,12770,3435,82569.33,twolocalrandom -1251,SUCCESS,2,1,438.4,11108053.31,11108491.71,127,223,1671,701.44,qftentangled -1252,SUCCESS,2,1,4774.19,11108491.71,11113265.9,127,2002,2027,7638.7,realamprandom -1253,SUCCESS,2,1,84.34,11113265.9,11113350.24,127,49,1463,134.94,wstate -1254,SUCCESS,2,1,1056.29,11113350.24,11114406.53,127,430,2088,1690.06,dj -1255,SUCCESS,2,1,48228.08,11114406.53,11162634.61,127,17181,2386,77164.93,realamprandom -1256,SUCCESS,2,1,322.21,11162634.61,11162956.82,127,175,1565,515.54,graphstate -1258,SUCCESS,2,1,1026.62,11162956.82,11163983.44,127,542,1610,1642.59,qnn -1259,SUCCESS,2,1,25768.61,11163983.44,11189752.05,127,7514,2915,41229.78,qpeinexact -1260,SUCCESS,2,1,1329.39,11189752.05,11191081.44,127,1031,1096,2127.02,su2random -1261,SUCCESS,2,1,104163.15,11191081.44,11295244.59,127,33858,2615,166661.04,random -1262,SUCCESS,2,1,22527.66,11295244.59,11317772.25,127,4939,3877,36044.26,qpeexact -1263,SUCCESS,2,1,225.75,11317772.25,11317998,127,78,2460,361.2,graphstate -1264,SUCCESS,2,1,2227.37,11317998,11320225.37,127,1303,1453,3563.79,wstate -1265,SUCCESS,2,1,233.16,11320225.37,11320458.53,127,93,2131,373.06,wstate -1266,SUCCESS,2,1,1024.97,11320458.53,11321483.5,127,398,2189,1639.95,dj -1267,SUCCESS,2,1,10982.65,11321483.5,11332466.15,127,2766,3375,17572.24,su2random -1269,SUCCESS,2,1,597.18,11332466.15,11333063.33,127,235,2160,955.49,graphstate -1271,SUCCESS,2,1,10069.51,11333063.33,11343132.84,127,2706,3163,16111.22,qftentangled -1273,SUCCESS,2,1,5408.55,11343132.84,11348541.39,127,2277,2019,8653.68,qnn -1275,SUCCESS,2,1,1763.58,11348541.39,11350304.97,127,628,2387,2821.73,dj -1276,SUCCESS,2,1,158.63,11350304.97,11350463.6,127,73,1847,253.81,ghz -1277,SUCCESS,2,1,2434.43,11350463.6,11352898.03,127,962,2151,3895.09,wstate -1279,SUCCESS,2,1,163.71,11352898.03,11353061.74,127,78,1784,261.94,graphstate -1280,SUCCESS,2,1,4208.89,11353061.74,11357270.63,127,1326,2698,6734.22,su2random -1281,SUCCESS,2,1,4542.8,11357270.63,11361813.43,127,1108,3485,7268.48,qpeexact -1282,SUCCESS,2,1,3237.45,11361813.43,11365050.88,127,857,3211,5179.92,ghz -1283,SUCCESS,2,1,2324.28,11365050.88,11367375.16,127,1896,1042,3718.85,random -1284,SUCCESS,2,1,11255.97,11367375.16,11378631.13,127,7156,1337,18009.55,qpeinexact -1285,SUCCESS,2,1,357.22,11378631.13,11378988.35,127,113,2687,571.55,wstate -1286,SUCCESS,2,1,398.42,11378988.35,11379386.77,127,181,1871,637.47,wstate -1287,SUCCESS,2,1,1147.12,11379386.77,11380533.89,127,297,3283,1835.39,ghz -1288,SUCCESS,2,1,2586.11,11380533.89,11383120,127,791,2779,4137.78,realamprandom -1289,SUCCESS,2,1,18753.29,11383120,11401873.29,127,4784,3332,30005.26,qft -1290,SUCCESS,2,1,995.73,11401873.29,11402869.02,127,243,3483,1593.17,portfolioqaoa -1291,SUCCESS,2,1,33381.07,11402869.02,11436250.09,127,10764,2636,53409.71,su2random -1292,SUCCESS,2,1,69.53,11436250.09,11436319.62,127,50,1182,111.25,graphstate -1293,SUCCESS,2,1,16243.87,11436319.62,11452563.49,127,3679,3753,25990.19,qftentangled -1295,SUCCESS,2,1,46634.32,11452563.49,11499197.81,127,11822,3353,74614.91,twolocalrandom -1296,SUCCESS,2,1,24218.55,11499197.81,11523416.36,127,16791,1226,38749.68,random -1297,SUCCESS,2,1,490.29,11523416.36,11523906.65,127,343,1215,784.46,qpeexact -1298,SUCCESS,2,1,744,11523906.65,11524650.65,127,378,1673,1190.4,qft -1300,SUCCESS,2,1,1295.43,11524650.65,11525946.08,127,487,2261,2072.69,ghz -1301,SUCCESS,2,1,8546.22,11525946.08,11534492.3,127,5409,1343,13673.95,qftentangled -1302,SUCCESS,2,1,8395.93,11534492.3,11542888.23,127,2390,2986,13433.49,random -1303,SUCCESS,2,1,34447.93,11542888.23,11577336.16,127,12865,2276,55116.69,random -1304,SUCCESS,2,1,2113.84,11577336.16,11579450,127,920,1953,3382.14,realamprandom -1305,SUCCESS,2,1,25664.03,11579450,11605114.03,127,7711,2829,41062.45,qftentangled -1306,SUCCESS,2,1,25705.67,11605114.03,11630819.7,127,5533,3949,41129.07,random -1308,SUCCESS,2,1,354.28,11630819.7,11631173.98,127,116,2596,566.85,graphstate -1309,SUCCESS,2,1,1737.77,11631173.98,11632911.75,127,399,3702,2780.43,qftentangled -1310,SUCCESS,2,1,120371.92,11632911.75,11753283.67,127,29125,3513,192595.07,random -1311,SUCCESS,2,1,4157.65,11753283.67,11757441.32,127,912,3875,6652.24,ghz -1312,SUCCESS,2,1,2207.22,11757441.32,11759648.54,127,1077,1742,3531.55,qftentangled -1313,SUCCESS,2,1,316.14,11759648.54,11759964.68,127,196,1371,505.82,dj -1314,SUCCESS,2,1,30294.57,11759964.68,11790259.25,127,9190,2802,48471.31,ae -1315,SUCCESS,2,1,118.76,11790259.25,11790378.01,127,35,2884,190.02,ghz -1316,SUCCESS,2,1,1380.62,11790378.01,11791758.63,127,303,3873,2208.99,ghz -1319,SUCCESS,2,1,37.64,11791758.63,11791796.27,127,10,3199,60.22,ghz -1321,SUCCESS,2,1,988.24,11791796.27,11792784.51,127,750,1120,1581.18,qft -1322,SUCCESS,2,1,11941.84,11792784.51,11804726.35,127,2520,4028,19106.94,ae -1323,SUCCESS,2,1,1968.05,11804726.35,11806694.4,127,1518,1102,3148.88,wstate -1324,SUCCESS,2,1,1750.46,11806694.4,11808444.86,127,474,3139,2800.74,dj -1325,SUCCESS,2,1,23475.8,11808444.86,11831920.66,127,7147,2792,37561.28,qpeinexact -1326,SUCCESS,2,1,96.09,11831920.66,11832016.75,127,33,2475,153.74,dj -1327,SUCCESS,2,1,16477.21,11832016.75,11848493.96,127,3980,3519,26363.54,ae -1329,SUCCESS,2,1,30569.32,11848493.96,11879063.28,127,7252,3583,48910.91,ae -1330,SUCCESS,2,1,35853.36,11879063.28,11914916.64,127,12103,2518,57365.38,qnn -1332,SUCCESS,2,1,22397.58,11914916.64,11937314.22,127,7739,2460,35836.13,ae -1333,SUCCESS,2,1,528.13,11937314.22,11937842.35,127,153,2934,845.01,wstate -1335,SUCCESS,2,1,26100.75,11937842.35,11963943.1,127,11646,1905,41761.2,twolocalrandom -1336,SUCCESS,2,1,2116.37,11963943.1,11966059.47,127,553,3253,3386.19,ghz -1337,SUCCESS,2,1,10199.61,11966059.47,11976259.08,127,4361,1988,16319.38,su2random -1338,SUCCESS,2,1,9595.83,11976259.08,11985854.91,127,2032,4014,15353.33,qpeinexact -1339,SUCCESS,2,1,20371.38,11985854.91,12006226.29,127,4330,3999,32594.21,ae -1340,SUCCESS,2,1,45465.06,12006226.29,12051691.35,127,22159,1744,72744.1,random -1341,SUCCESS,2,1,110.71,12051691.35,12051802.06,127,73,1289,177.14,vqe -1342,SUCCESS,2,1,131.17,12051802.06,12051933.23,127,32,3484,209.87,ghz -1347,SUCCESS,2,1,4161.36,12051933.23,12056094.59,127,2624,1348,6658.18,qpeinexact -1349,SUCCESS,2,1,8270.17,12056094.59,12064364.76,127,2623,2680,13232.27,ae -1351,SUCCESS,2,1,2244,12064364.76,12066608.76,127,935,2040,3590.4,realamprandom -1353,SUCCESS,2,1,6565.08,12066608.76,12073173.84,127,3479,1604,10504.13,qpeexact -1355,SUCCESS,2,1,1373.26,12073173.84,12074547.1,127,298,3917,2197.22,ae -1356,SUCCESS,2,1,1902.02,12074547.1,12076449.12,127,744,2173,3043.23,qwalk-v-chain -1357,SUCCESS,2,1,12448.44,12076449.12,12088897.56,127,6564,1612,19917.5,ae -1358,SUCCESS,2,1,41820.79,12088897.56,12130718.35,127,11133,3193,66913.26,twolocalrandom -1359,SUCCESS,2,1,5835.28,12130718.35,12136553.63,127,3261,1521,9336.45,twolocalrandom -1360,SUCCESS,2,1,5117.86,12136553.63,12141671.49,127,4058,1072,8188.58,qftentangled -1361,SUCCESS,2,1,1593.88,12141671.49,12143265.37,127,796,1702,2550.21,qpeinexact -1362,SUCCESS,2,1,367141.94,12143265.37,12510407.31,127,87833,3553,587427.1,grover-noancilla -1363,SUCCESS,2,1,7796.97,12510407.31,12518204.28,127,4343,1526,12475.15,random -1364,SUCCESS,2,1,2628.75,12518204.28,12520833.03,127,549,4070,4206,su2random -1365,SUCCESS,2,1,4834.54,12520833.03,12525667.57,127,1102,3729,7735.26,realamprandom -1366,SUCCESS,2,1,1624.96,12525667.57,12527292.53,127,783,1764,2599.94,qpeinexact -1367,SUCCESS,2,1,2695.78,12527292.53,12529988.31,127,2035,1126,4313.25,realamprandom -1368,SUCCESS,2,1,12107.68,12529988.31,12542095.99,127,6921,1487,19372.29,realamprandom -1369,SUCCESS,2,1,3478.19,12542095.99,12545574.18,127,2158,1370,5565.1,ae -1371,SUCCESS,2,1,7073.7,12545574.18,12552647.88,127,1615,3723,11317.92,qftentangled -1372,SUCCESS,2,1,33072.22,12552647.88,12585720.1,127,8671,3242,52915.55,random -1373,SUCCESS,2,1,16159.34,12585720.1,12601879.44,127,7822,1756,25854.94,qft -1375,SUCCESS,2,1,1721.97,12601879.44,12603601.41,127,413,3544,2755.15,wstate -1376,SUCCESS,2,1,1165.91,12603601.41,12604767.32,127,249,3980,1865.46,realamprandom -1377,SUCCESS,2,1,5030.84,12604767.32,12609798.16,127,1099,3891,8049.34,qft -1378,SUCCESS,2,1,41305.47,12609798.16,12651103.63,127,9136,3843,66088.75,random -1379,SUCCESS,2,1,10596.84,12651103.63,12661700.47,127,2509,3590,16954.94,qpeexact -1381,SUCCESS,2,1,26454.24,12661700.47,12688154.71,127,9100,2471,42326.78,ae -1382,SUCCESS,2,1,3570.3,12688154.71,12691725.01,127,896,3387,5712.48,dj -1384,SUCCESS,2,1,15169.4,12691725.01,12706894.41,127,5135,2511,24271.04,qpeexact -1385,SUCCESS,2,1,398,12706894.41,12707292.41,127,95,3561,636.8,graphstate -1386,SUCCESS,2,1,68.69,12707292.41,12707361.1,127,35,1668,109.9,qaoa -1387,SUCCESS,2,1,11578.64,12707361.1,12718939.74,127,3183,3092,18525.82,su2random -1388,SUCCESS,2,1,5963.26,12718939.74,12724903,127,3166,1601,9541.22,qftentangled -1389,SUCCESS,2,1,3983.56,12724903,12728886.56,127,1027,3297,6373.7,twolocalrandom -1390,SUCCESS,2,1,541.62,12728886.56,12729428.18,127,125,3683,866.59,qft -1391,SUCCESS,2,1,5028.16,12729428.18,12734456.34,127,2584,1654,8045.06,qft -1393,SUCCESS,2,1,927.53,12734456.34,12735383.87,127,657,1200,1484.05,qft -1394,SUCCESS,2,1,23963.86,12735383.87,12759347.73,127,6180,3296,38342.18,su2random -1397,SUCCESS,2,1,83.16,12759347.73,12759430.89,127,23,3073,133.06,vqe -1398,SUCCESS,2,1,369.1,12759430.89,12759799.99,127,96,3268,590.56,graphstate -1399,SUCCESS,2,1,1836.9,12759799.99,12761636.89,127,451,3462,2939.04,dj -1400,SUCCESS,2,1,5129.66,12761636.89,12766766.55,127,1382,3155,8207.46,qpeinexact -1401,SUCCESS,2,1,16066.31,12766766.55,12782832.86,127,3537,3861,25706.1,qpeinexact -1403,SUCCESS,2,1,5176.35,12782832.86,12788009.21,127,1147,3836,8282.16,qftentangled -1404,SUCCESS,2,1,4479.71,12788009.21,12792488.92,127,988,3854,7167.54,qft -1405,SUCCESS,2,1,976.48,12792488.92,12793465.4,127,578,1436,1562.37,dj -1406,SUCCESS,2,1,78.27,12793465.4,12793543.67,127,25,2661,125.23,ghz -1407,SUCCESS,2,1,17480.95,12793543.67,12811024.62,127,4400,3377,27969.52,su2random -1409,SUCCESS,2,1,34143.4,12811024.62,12845168.02,127,27535,1054,54629.44,random -1410,SUCCESS,2,1,2452.6,12845168.02,12847620.62,127,1359,1534,3924.16,qpeinexact -1411,SUCCESS,2,1,22320.06,12847620.62,12869940.68,127,8391,2261,35712.1,realamprandom -1412,SUCCESS,2,1,349.04,12869940.68,12870289.72,127,197,1506,558.46,qpeexact -1413,SUCCESS,2,1,6682.5,12870289.72,12876972.22,127,3825,1485,10692,qpeinexact -1414,SUCCESS,2,1,4628.37,12876972.22,12881600.59,127,1474,2669,7405.39,pricingput -1415,SUCCESS,2,1,35061.53,12881600.59,12916662.12,127,9031,3300,56098.45,su2random -1416,SUCCESS,2,1,2722.5,12916662.12,12919384.62,127,765,3025,4356,twolocalrandom -1417,SUCCESS,2,1,166.49,12919384.62,12919551.11,127,106,1335,266.38,ghz -1418,SUCCESS,2,1,4856.77,12919551.11,12924407.88,127,1225,3370,7770.83,qpeinexact -1419,SUCCESS,2,1,688.97,12924407.88,12925096.85,127,356,1645,1102.35,pricingput -1420,SUCCESS,2,1,1599.07,12925096.85,12926695.92,127,793,1714,2558.51,qpeexact -1421,SUCCESS,2,1,4528.16,12926695.92,12931224.08,127,3062,1257,7245.06,qftentangled -1422,SUCCESS,2,1,22210.03,12931224.08,12953434.11,127,15719,1201,35536.05,random -1423,SUCCESS,2,1,1942.49,12953434.11,12955376.6,127,1193,1384,3107.98,wstate -1424,SUCCESS,2,1,3569.86,12955376.6,12958946.46,127,1545,1964,5711.78,realamprandom -1425,SUCCESS,2,1,174.59,12958946.46,12959121.05,127,70,2120,279.34,tsp -1426,SUCCESS,2,1,42312.53,12959121.05,13001433.58,127,14143,2543,67700.05,random -1427,SUCCESS,2,1,28554.56,13001433.58,13029988.14,127,16762,1448,45687.3,realamprandom -1429,SUCCESS,2,1,3946.51,13029988.14,13033934.65,127,1263,2656,6314.42,realamprandom -1430,SUCCESS,2,1,1676.74,13033934.65,13035611.39,127,564,2527,2682.78,dj -1431,SUCCESS,2,1,14768.98,13035611.39,13050380.37,127,6706,1872,23630.37,qpeinexact -1432,SUCCESS,2,1,2803.6,13050380.37,13053183.97,127,684,3484,4485.76,ae -1434,SUCCESS,2,1,4488.6,13053183.97,13057672.57,127,3697,1032,7181.76,qft -1435,SUCCESS,2,1,1089.89,13057672.57,13058762.46,127,772,1200,1743.82,ghz -1437,SUCCESS,2,1,3841.2,13058762.46,13062603.66,127,3173,1029,6145.92,qpeexact -1438,SUCCESS,2,1,1250.1,13062603.66,13063853.76,127,317,3352,2000.16,wstate -1440,SUCCESS,2,1,29700.23,13063853.76,13093553.99,127,6661,3790,47520.37,ae -1441,SUCCESS,2,1,6421.94,13093553.99,13099975.93,127,1898,2876,10275.1,ae -1445,SUCCESS,2,1,6772.69,13099975.93,13106748.62,127,3962,1453,10836.3,qpeinexact -1446,SUCCESS,2,1,1766.05,13106748.62,13108514.67,127,381,3940,2825.68,ghz -1447,SUCCESS,2,1,3515.04,13108514.67,13112029.71,127,2441,1224,5624.06,twolocalrandom -1449,SUCCESS,2,1,592.92,13112029.71,13112622.63,127,184,2739,948.67,dj -1451,SUCCESS,2,1,128.14,13112622.63,13112750.77,127,53,2055,205.02,ghz -1452,SUCCESS,2,1,2951.87,13112750.77,13115702.64,127,1387,1809,4722.99,qpeexact -1453,SUCCESS,2,1,1099.41,13115702.64,13116802.05,127,249,3753,1759.06,groundstate -1454,SUCCESS,2,1,11380.69,13116802.05,13128182.74,127,5151,1878,18209.1,qpeinexact -1455,SUCCESS,2,1,618.33,13128182.74,13128801.07,127,359,1464,989.33,qft -1457,SUCCESS,2,1,7741.83,13128801.07,13136542.9,127,1677,3924,12386.93,su2random -1458,SUCCESS,2,1,1418.8,13136542.9,13137961.7,127,574,2101,2270.08,qnn -1459,SUCCESS,2,1,101.31,13137961.7,13138063.01,127,38,2266,162.1,ghz -1461,SUCCESS,2,1,591.91,13138063.01,13138654.92,127,292,1723,947.06,realamprandom -1463,SUCCESS,2,1,35234.79,13138654.92,13173889.71,127,11392,2629,56375.66,qnn -1465,SUCCESS,2,1,1486.77,13173889.71,13175376.48,127,374,3379,2378.83,ghz -1466,SUCCESS,2,1,3276.92,13175376.48,13178653.4,127,2123,1312,5243.07,ae -1467,SUCCESS,2,1,26815.55,13178653.4,13205468.95,127,9517,2395,42904.88,realamprandom -1468,SUCCESS,2,1,400.32,13205468.95,13205869.27,127,136,2502,640.51,dj -1473,SUCCESS,2,1,23833.37,13205869.27,13229702.64,127,12109,1673,38133.39,twolocalrandom -1474,SUCCESS,2,1,750.19,13229702.64,13230452.83,127,513,1243,1200.3,dj -1475,SUCCESS,2,1,1442.55,13230452.83,13231895.38,127,1040,1179,2308.08,qnn -1476,SUCCESS,2,1,633.46,13231895.38,13232528.84,127,338,1593,1013.54,dj -1477,SUCCESS,2,1,14268.8,13232528.84,13246797.64,127,3094,3920,22830.08,qftentangled -1478,SUCCESS,2,1,7152.39,13246797.64,13253950.03,127,1749,3476,11443.82,realamprandom -1479,SUCCESS,2,1,42775.06,13253950.03,13296725.09,127,30299,1200,68440.1,random -1480,SUCCESS,2,1,378.99,13296725.09,13297104.08,127,149,2162,606.38,wstate -1481,SUCCESS,2,1,209.28,13297104.08,13297313.36,127,46,3867,334.85,qaoa -1482,SUCCESS,2,1,27407.06,13297313.36,13324720.42,127,6259,3722,43851.3,qftentangled -1484,SUCCESS,2,1,88.95,13324720.42,13324809.37,127,45,1680,142.32,wstate -1486,SUCCESS,2,1,3639.73,13324809.37,13328449.1,127,857,3610,5823.57,dj -1487,SUCCESS,2,1,1691.21,13328449.1,13330140.31,127,673,2136,2705.94,dj -1488,SUCCESS,2,1,426.87,13330140.31,13330567.18,127,318,1141,682.99,graphstate -1489,SUCCESS,2,1,22042.43,13330567.18,13352609.61,127,5235,3579,35267.89,qpeinexact -1490,SUCCESS,2,1,514.83,13352609.61,13353124.44,127,126,3473,823.73,ghz -1491,SUCCESS,2,1,90.42,13353124.44,13353214.86,127,19,4045,144.67,ghz -1492,SUCCESS,2,1,15058.29,13353214.86,13368273.15,127,4940,2591,24093.26,qftentangled -1493,SUCCESS,2,1,1051.7,13368273.15,13369324.85,127,634,1410,1682.72,qftentangled -1494,SUCCESS,2,1,138.26,13369324.85,13369463.11,127,80,1469,221.22,graphstate -1496,SUCCESS,2,1,317.02,13369463.11,13369780.13,127,97,2778,507.23,graphstate -1498,SUCCESS,2,1,5937.7,13369780.13,13375717.83,127,1409,3582,9500.32,ae -1499,SUCCESS,2,1,201.08,13375717.83,13375918.91,127,81,2110,321.73,wstate -1500,SUCCESS,2,1,920.55,13375918.91,13376839.46,127,690,1134,1472.88,twolocalrandom -1501,SUCCESS,2,1,4885.23,13376839.46,13381724.69,127,3537,1174,7816.37,ae -1502,SUCCESS,2,1,63949.91,13381724.69,13445674.6,127,19709,2758,102319.86,random -1504,SUCCESS,2,1,1639.43,13445674.6,13447314.03,127,895,1557,2623.09,twolocalrandom -1505,SUCCESS,2,1,1076.19,13447314.03,13448390.22,127,360,2541,1721.9,qftentangled -1506,SUCCESS,2,1,12838.23,13448390.22,13461228.45,127,3657,2984,20541.17,qft -1508,SUCCESS,2,1,942.8,13461228.45,13462171.25,127,633,1266,1508.48,dj -1509,SUCCESS,2,1,18262.65,13462171.25,13480433.9,127,5351,2901,29220.24,qftentangled -1512,SUCCESS,2,1,5148.75,13480433.9,13485582.65,127,1506,2906,8238,twolocalrandom -1514,SUCCESS,2,1,350.78,13485582.65,13485933.43,127,131,2276,561.25,graphstate -1515,SUCCESS,2,1,24724.64,13485933.43,13510658.07,127,12162,1728,39559.42,su2random -1516,SUCCESS,2,1,1577.74,13510658.07,13512235.81,127,1206,1112,2524.38,qftentangled -1518,SUCCESS,2,1,1122.61,13512235.81,13513358.42,127,389,2453,1796.18,qftentangled -1520,SUCCESS,2,1,23236.89,13513358.42,13536595.31,127,5331,3705,37179.02,realamprandom -1521,SUCCESS,2,1,75.85,13536595.31,13536671.16,127,21,3070,121.36,vqe -1523,SUCCESS,2,1,19848.68,13536671.16,13556519.84,127,4434,3805,31757.89,qpeexact -1525,SUCCESS,2,1,1780.85,13556519.84,13558300.69,127,483,3134,2849.36,qpeinexact -1526,SUCCESS,2,1,19835.34,13558300.69,13578136.03,127,5057,3334,31736.54,realamprandom -1527,SUCCESS,2,1,10513.93,13578136.03,13588649.96,127,7548,1184,16822.29,su2random -1528,SUCCESS,2,1,18471.3,13588649.96,13607121.26,127,5414,2900,29554.08,qnn -1529,SUCCESS,2,1,294.76,13607121.26,13607416.02,127,112,2237,471.62,dj -1530,SUCCESS,2,1,671.73,13607416.02,13608087.75,127,477,1197,1074.77,dj -1531,SUCCESS,2,1,983.83,13608087.75,13609071.58,127,223,3750,1574.13,qft -1532,SUCCESS,2,1,252,13609071.58,13609323.58,127,85,2520,403.2,graphstate -1533,SUCCESS,2,1,125.05,13609323.58,13609448.63,127,73,1456,200.08,wstate -1535,SUCCESS,2,1,297.96,13609448.63,13609746.59,127,105,2412,476.74,wstate -1539,SUCCESS,2,1,14868.99,13609746.59,13624615.58,127,4254,2971,23790.38,qft -1541,SUCCESS,2,1,6542.15,13624615.58,13631157.73,127,2545,2185,10467.44,qpeexact -1544,SUCCESS,2,1,1878.43,13631157.73,13633036.16,127,897,1780,3005.49,wstate -1545,SUCCESS,2,1,5523.17,13633036.16,13638559.33,127,2002,2345,8837.07,twolocalrandom -1546,SUCCESS,2,1,27553.69,13638559.33,13666113.02,127,9372,2499,44085.9,su2random -1548,SUCCESS,2,1,1292.23,13666113.02,13667405.25,127,615,1786,2067.57,dj -1549,SUCCESS,2,1,827.49,13667405.25,13668232.74,127,279,2521,1323.98,dj -1550,SUCCESS,2,1,1650.36,13668232.74,13669883.1,127,400,3507,2640.58,ae -1551,SUCCESS,2,1,22782.79,13669883.1,13692665.89,127,8531,2270,36452.46,twolocalrandom -1552,SUCCESS,2,1,29454.65,13692665.89,13722120.54,127,7182,3486,47127.44,su2random -1553,SUCCESS,2,1,67982.09,13722120.54,13790102.63,127,22876,2526,108771.34,random -1554,SUCCESS,2,1,525.75,13790102.63,13790628.38,127,245,1824,841.2,wstate -1556,SUCCESS,2,1,1376.67,13790628.38,13792005.05,127,521,2246,2202.67,qftentangled -1557,SUCCESS,2,1,18969.4,13792005.05,13810974.45,127,4769,3381,30351.04,qft -1558,SUCCESS,2,1,22608.25,13810974.45,13833582.7,127,6731,2855,36173.2,su2random -1559,SUCCESS,2,1,518.73,13833582.7,13834101.43,127,406,1086,829.97,qpeinexact -1560,SUCCESS,2,1,3426.45,13834101.43,13837527.88,127,1263,2306,5482.32,qnn -1561,SUCCESS,2,1,7808.37,13837527.88,13845336.25,127,2686,2471,12493.39,qpeinexact -1562,SUCCESS,2,1,1447.28,13845336.25,13846783.53,127,367,3352,2315.65,graphstate -1563,SUCCESS,2,1,16458.82,13846783.53,13863242.35,127,4605,3038,26334.11,qwalk-noancilla -1564,SUCCESS,2,1,3849.68,13863242.35,13867092.03,127,2597,1260,6159.49,qft -1566,SUCCESS,2,1,12398.27,13867092.03,13879490.3,127,8008,1316,19837.23,su2random -1567,SUCCESS,2,1,147.75,13879490.3,13879638.05,127,105,1196,236.4,wstate -1568,SUCCESS,2,1,14998.25,13879638.05,13894636.3,127,4354,2928,23997.2,qpeinexact -1569,SUCCESS,2,1,21157.65,13894636.3,13915793.95,127,12800,1405,33852.24,twolocalrandom -1570,SUCCESS,2,1,669.6,13915793.95,13916463.55,127,527,1080,1071.36,qftentangled -1571,SUCCESS,2,1,2872.92,13916463.55,13919336.47,127,2059,1186,4596.67,qnn -1572,SUCCESS,2,1,3450.09,13919336.47,13922786.56,127,2139,1371,5520.14,realamprandom -1573,SUCCESS,2,1,808.53,13922786.56,13923595.09,127,578,1189,1293.65,ghz -1574,SUCCESS,2,1,2350.19,13923595.09,13925945.28,127,665,3004,3760.3,dj -1575,SUCCESS,2,1,249.35,13925945.28,13926194.63,127,97,2185,398.96,wstate -1576,SUCCESS,2,1,466.95,13926194.63,13926661.58,127,350,1134,747.12,dj -1577,SUCCESS,2,1,4907.74,13926661.58,13931569.32,127,1081,3859,7852.38,qpeinexact -1578,SUCCESS,2,1,1907.22,13931569.32,13933476.54,127,976,1661,3051.55,random -1579,SUCCESS,2,1,2462.75,13933476.54,13935939.29,127,517,4049,3940.4,dj -1581,SUCCESS,2,1,383.24,13935939.29,13936322.53,127,98,3324,613.18,graphstate -1582,SUCCESS,2,1,1167.09,13936322.53,13937489.62,127,487,2037,1867.34,pricingcall -1584,SUCCESS,2,1,1677.53,13937489.62,13939167.15,127,388,3675,2684.05,wstate -1585,SUCCESS,2,1,207.62,13939167.15,13939374.77,127,54,3268,332.19,graphstate -1586,SUCCESS,2,1,1753.62,13939374.77,13941128.39,127,547,2725,2805.79,qnn -1587,SUCCESS,2,1,1827.15,13941128.39,13942955.54,127,527,2947,2923.44,qnn -1588,SUCCESS,2,1,1380.03,13942955.54,13944335.57,127,417,2813,2208.05,portfolioqaoa -1589,SUCCESS,2,1,1323.88,13944335.57,13945659.45,127,291,3867,2118.21,qpeinexact -1590,SUCCESS,2,1,13945.59,13945659.45,13959605.04,127,3750,3161,22312.94,qpeinexact -1592,SUCCESS,2,1,720.18,13959605.04,13960325.22,127,165,3710,1152.29,wstate -1593,SUCCESS,2,1,1127.71,13960325.22,13961452.93,127,475,2018,1804.34,qpeinexact -1594,SUCCESS,2,1,1815.63,13961452.93,13963268.56,127,652,2367,2905.01,qftentangled -1595,SUCCESS,2,1,18933.38,13963268.56,13982201.94,127,6505,2474,30293.41,qpeinexact -1596,SUCCESS,2,1,412.21,13982201.94,13982614.15,127,125,2803,659.54,wstate -1598,SUCCESS,2,1,24521.09,13982614.15,14007135.24,127,11340,1838,39233.74,realamprandom -1599,SUCCESS,2,1,29203.19,14007135.24,14036338.43,127,8355,2971,46725.1,qpeexact -1600,SUCCESS,2,1,1540.38,14036338.43,14037878.81,127,360,3637,2464.61,qpeexact -1601,SUCCESS,2,1,42966.4,14037878.81,14080845.21,127,12743,2866,68746.24,su2random -1602,SUCCESS,2,1,3455.39,14080845.21,14084300.6,127,1010,2908,5528.62,qftentangled -1603,SUCCESS,2,1,3430.41,14084300.6,14087731.01,127,2518,1158,5488.66,random -1604,SUCCESS,2,1,230.39,14087731.01,14087961.4,127,105,1865,368.62,ghz -1605,SUCCESS,2,1,10201.76,14087961.4,14098163.16,127,6234,1391,16322.82,qpeexact -1608,SUCCESS,2,1,27448.7,14098163.16,14125611.86,127,10964,2128,43917.92,qpeexact -1609,SUCCESS,2,1,386.6,14125611.86,14125998.46,127,85,3866,618.56,wstate -1611,SUCCESS,2,1,1093.98,14125998.46,14127092.44,127,405,2296,1750.37,wstate -1612,SUCCESS,2,1,25891.54,14127092.44,14152983.98,127,8218,2678,41426.46,su2random -1613,SUCCESS,2,1,16233.42,14152983.98,14169217.4,127,12800,1078,25973.47,realamprandom -1614,SUCCESS,2,1,32710.99,14169217.4,14201928.39,127,7976,3486,52337.58,su2random -1616,SUCCESS,2,1,2482.24,14201928.39,14204410.63,127,649,3251,3971.58,dj -1618,SUCCESS,2,1,4191.36,14204410.63,14208601.99,127,1258,2832,6706.18,qpeexact -1619,SUCCESS,2,1,12484.97,14208601.99,14221086.96,127,2961,3584,19975.95,su2random -1620,SUCCESS,2,1,1041.01,14221086.96,14222127.97,127,458,1932,1665.62,qft -1621,SUCCESS,2,1,197.59,14222127.97,14222325.56,127,44,3817,316.14,graphstate -1622,SUCCESS,2,1,644.83,14222325.56,14222970.39,127,135,4060,1031.73,dj -1623,SUCCESS,2,1,410.54,14222970.39,14223380.93,127,101,3455,656.86,graphstate -1624,SUCCESS,2,1,5294.87,14223380.93,14228675.8,127,3917,1149,8471.79,realamprandom -1625,SUCCESS,2,1,2903.29,14228675.8,14231579.09,127,1424,1733,4645.26,qpeinexact -1626,SUCCESS,2,1,770.86,14231579.09,14232349.95,127,286,2291,1233.38,dj -1628,SUCCESS,2,1,794.34,14232349.95,14233144.29,127,311,2171,1270.94,qftentangled -1629,SUCCESS,2,1,1450.79,14233144.29,14234595.08,127,791,1559,2321.26,qft -1630,SUCCESS,2,1,166.74,14234595.08,14234761.82,127,39,3634,266.78,ghz -1631,SUCCESS,2,1,4449.13,14234761.82,14239210.95,127,1581,2392,7118.61,wstate -1633,SUCCESS,2,1,872.72,14239210.95,14240083.67,127,313,2370,1396.35,graphstate -1634,SUCCESS,2,1,125402.55,14240083.67,14365486.22,127,27102,3933,200644.08,random -1635,SUCCESS,2,1,2288.31,14365486.22,14367774.53,127,849,2291,3661.3,realamprandom -1638,SUCCESS,2,1,99.25,14367774.53,14367873.78,127,38,2220,158.8,graphstate -1639,SUCCESS,2,1,1752.8,14367873.78,14369626.58,127,375,3973,2804.48,qpeexact -1640,SUCCESS,2,1,1421.19,14369626.58,14371047.77,127,511,2364,2273.9,qnn -1643,SUCCESS,2,1,53958.22,14371047.77,14425005.99,127,12858,3567,86333.15,su2random -1644,SUCCESS,2,1,14129.6,14425005.99,14439135.59,127,3201,3752,22607.36,qftentangled -1645,SUCCESS,2,1,7911.31,14439135.59,14447046.9,127,2388,2816,12658.1,random -1646,SUCCESS,2,1,749.12,14447046.9,14447796.02,127,225,2830,1198.59,graphstate -1648,SUCCESS,2,1,2632.86,14447796.02,14450428.88,127,1617,1384,4212.58,wstate -1649,SUCCESS,2,1,318.12,14450428.88,14450747,127,100,2704,508.99,graphstate -1651,SUCCESS,2,1,478.7,14450747,14451225.7,127,181,2248,765.92,random -1652,SUCCESS,2,1,17640,14451225.7,14468865.7,127,4760,3150,28224,random -1653,SUCCESS,2,1,143.14,14468865.7,14469008.84,127,32,3802,229.02,dj -1654,SUCCESS,2,1,8990.56,14469008.84,14477999.4,127,5443,1404,14384.9,qpeexact -1656,SUCCESS,2,1,1347.18,14477999.4,14479346.58,127,300,3817,2155.49,ghz -1661,SUCCESS,2,1,153.5,14479346.58,14479500.08,127,52,2509,245.6,ghz -1665,SUCCESS,2,1,11650.8,14479500.08,14491150.88,127,2774,3570,18641.28,realamprandom -1666,SUCCESS,2,1,23694.44,14491150.88,14514845.32,127,7923,2542,37911.1,ae -1667,SUCCESS,2,1,1288.69,14514845.32,14516134.01,127,572,1915,2061.9,dj -1668,SUCCESS,2,1,29580.85,14516134.01,14545714.86,127,9903,2539,47329.36,grover-noancilla -1669,SUCCESS,2,1,19352.76,14545714.86,14565067.62,127,4824,3410,30964.42,ae -1670,SUCCESS,2,1,187.91,14565067.62,14565255.53,127,55,2904,300.66,ghz -1671,SUCCESS,2,1,1568.07,14565255.53,14566823.6,127,327,4076,2508.91,portfoliovqe -1672,SUCCESS,2,1,518.54,14566823.6,14567342.14,127,169,2608,829.66,pricingput -1673,SUCCESS,2,1,3766.98,14567342.14,14571109.12,127,1022,3133,6027.17,su2random -1675,SUCCESS,2,1,5004.01,14571109.12,14576113.13,127,1174,3623,8006.42,qnn -1676,SUCCESS,2,1,1459.66,14576113.13,14577572.79,127,607,2044,2335.46,ae -1677,SUCCESS,2,1,16741.81,14577572.79,14594314.6,127,3886,3662,26786.9,realamprandom -1679,SUCCESS,2,1,1642.28,14594314.6,14595956.88,127,570,2449,2627.65,dj -1680,SUCCESS,2,1,696.54,14595956.88,14596653.42,127,181,3271,1114.46,wstate -1681,SUCCESS,2,1,23205.84,14596653.42,14619859.26,127,5734,3440,37129.34,ae -1683,SUCCESS,2,1,35252.42,14619859.26,14655111.68,127,7525,3982,56403.87,qnn -1684,SUCCESS,2,1,8019.67,14655111.68,14663131.35,127,2077,3282,12831.47,qpeinexact -1685,SUCCESS,2,1,443.81,14663131.35,14663575.16,127,348,1084,710.1,graphstate -1686,SUCCESS,2,1,1220.59,14663575.16,14664795.75,127,415,2500,1952.94,twolocalrandom -1687,SUCCESS,2,1,2246.4,14664795.75,14667042.15,127,1105,1728,3594.24,su2random -1688,SUCCESS,2,1,4107.92,14667042.15,14671150.07,127,886,3941,6572.67,dj -1689,SUCCESS,2,1,26600.57,14671150.07,14697750.64,127,8252,2740,42560.91,realamprandom -1690,SUCCESS,2,1,1549.36,14697750.64,14699300,127,938,1404,2478.98,twolocalrandom -1691,SUCCESS,2,1,1670.79,14699300,14700970.79,127,766,1854,2673.26,qpeexact -1693,SUCCESS,2,1,14312.6,14700970.79,14715283.39,127,8696,1399,22900.16,qpeexact -1694,SUCCESS,2,1,5843.89,14715283.39,14721127.28,127,2978,1668,9350.22,qnn -1695,SUCCESS,2,1,779.27,14721127.28,14721906.55,127,312,2123,1246.83,dj -1696,SUCCESS,2,1,363.22,14721906.55,14722269.77,127,201,1536,581.15,su2random -1697,SUCCESS,2,1,12620.49,14722269.77,14734890.26,127,2923,3670,20192.78,qpeinexact -1698,SUCCESS,2,1,1070.62,14734890.26,14735960.88,127,269,3383,1712.99,twolocalrandom -1699,SUCCESS,2,1,6902.79,14735960.88,14742863.67,127,4185,1402,11044.46,twolocalrandom -1700,SUCCESS,2,1,1034.37,14742863.67,14743898.04,127,263,3343,1654.99,dj -1702,SUCCESS,2,1,481.6,14743898.04,14744379.64,127,215,1904,770.56,ghz -1704,SUCCESS,2,1,15507.63,14744379.64,14759887.27,127,3901,3379,24812.21,ae -1705,SUCCESS,2,1,1888.48,14759887.27,14761775.75,127,493,3256,3021.57,dj -1706,SUCCESS,2,1,6319.69,14761775.75,14768095.44,127,1362,3944,10111.5,qpeexact -1707,SUCCESS,2,1,4728.65,14768095.44,14772824.09,127,1502,2676,7565.84,qftentangled -1708,SUCCESS,2,1,2877.59,14772824.09,14775701.68,127,923,2650,4604.14,ae -1709,SUCCESS,2,1,425.43,14775701.68,14776127.11,127,227,1593,680.69,realamprandom -1710,SUCCESS,2,1,315.91,14776127.11,14776443.02,127,70,3836,505.46,dj -1711,SUCCESS,2,1,20444.53,14776443.02,14796887.55,127,4644,3742,32711.25,qnn -1712,SUCCESS,2,1,1919.85,14796887.55,14798807.4,127,671,2432,3071.76,qwalk-v-chain -1713,SUCCESS,2,1,73.23,14798807.4,14798880.63,127,22,2829,117.17,vqe -1714,SUCCESS,2,1,20823.02,14798880.63,14819703.65,127,7639,2317,33316.83,qpeexact -1715,SUCCESS,2,1,1807.46,14819703.65,14821511.11,127,447,3437,2891.94,random -1716,SUCCESS,2,1,15737.71,14821511.11,14837248.82,127,4498,2974,25180.34,su2random -1717,SUCCESS,2,1,5624.02,14837248.82,14842872.84,127,4186,1142,8998.43,qpeexact -1718,SUCCESS,2,1,33251.27,14842872.84,14876124.11,127,13288,2127,53202.03,random -1719,SUCCESS,2,1,444.07,14876124.11,14876568.18,127,231,1634,710.51,dj -1720,SUCCESS,2,1,21768.4,14876568.18,14898336.58,127,6268,2952,34829.44,qpeexact -1721,SUCCESS,2,1,7435.8,14898336.58,14905772.38,127,3645,1734,11897.28,random -1722,SUCCESS,2,1,15503.15,14905772.38,14921275.53,127,4747,2776,24805.04,su2random -1724,SUCCESS,2,1,7594.86,14921275.53,14928870.39,127,5795,1114,12151.78,qftentangled -1725,SUCCESS,2,1,4392.41,14928870.39,14933262.8,127,2363,1580,7027.86,qft -1727,SUCCESS,2,1,18783.48,14933262.8,14952046.28,127,7975,2002,30053.57,qpeinexact -1728,SUCCESS,2,1,3762.6,14952046.28,14955808.88,127,961,3328,6020.16,qpeexact -1729,SUCCESS,2,1,1980.43,14955808.88,14957789.31,127,957,1759,3168.69,ghz -1730,SUCCESS,2,1,1246.97,14957789.31,14959036.28,127,733,1446,1995.15,qpeinexact -1733,SUCCESS,2,1,538.31,14959036.28,14959574.59,127,120,3813,861.3,graphstate -1734,SUCCESS,2,1,13105.19,14959574.59,14972679.78,127,7224,1542,20968.3,pricingcall -1735,SUCCESS,2,1,20216.57,14972679.78,14992896.35,127,6320,2719,32346.51,qpeexact -1736,SUCCESS,2,1,2608.84,14992896.35,14995505.19,127,1146,1935,4174.14,wstate -1738,SUCCESS,2,1,22872.04,14995505.19,15018377.23,127,4976,3907,36595.26,qftentangled -1739,SUCCESS,2,1,208.19,15018377.23,15018585.42,127,166,1066,333.1,twolocalrandom -1740,SUCCESS,2,1,3869.25,15018585.42,15022454.67,127,1007,3266,6190.8,twolocalrandom -1741,SUCCESS,2,1,9210.89,15022454.67,15031665.56,127,4745,1650,14737.42,twolocalrandom -1742,SUCCESS,2,1,3762.34,15031665.56,15035427.9,127,1937,1651,6019.74,su2random -1743,SUCCESS,2,1,1555.15,15035427.9,15036983.05,127,431,3067,2488.24,twolocalrandom -1744,SUCCESS,2,1,434.4,15036983.05,15037417.45,127,167,2211,695.04,graphstate -1745,SUCCESS,2,1,1016.59,15037417.45,15038434.04,127,682,1267,1626.54,qftentangled -1746,SUCCESS,2,1,4630.04,15038434.04,15043064.08,127,1633,2410,7408.06,qnn -1747,SUCCESS,2,1,1581.72,15043064.08,15044645.8,127,807,1666,2530.75,qnn -1748,SUCCESS,2,1,2081.37,15044645.8,15046727.17,127,920,1923,3330.19,ghz -1749,SUCCESS,2,1,525.97,15046727.17,15047253.14,127,181,2470,841.55,dj -1750,SUCCESS,2,1,8480.06,15047253.14,15055733.2,127,4181,1724,13568.1,qpeexact -1751,SUCCESS,2,1,1317.16,15055733.2,15057050.36,127,593,1888,2107.46,dj -1752,SUCCESS,2,1,1503.94,15057050.36,15058554.3,127,921,1388,2406.3,qftentangled -1753,SUCCESS,2,1,4559.67,15058554.3,15063113.97,127,1898,2042,7295.47,qpeinexact -1754,SUCCESS,2,1,218.89,15063113.97,15063332.86,127,61,3050,350.22,graphstate -1755,SUCCESS,2,1,3740.11,15063332.86,15067072.97,127,892,3564,5984.18,twolocalrandom -1756,SUCCESS,2,1,5658.5,15067072.97,15072731.47,127,4052,1187,9053.6,qft -1758,SUCCESS,2,1,1485.49,15072731.47,15074216.96,127,312,4047,2376.78,portfoliovqe -1759,SUCCESS,2,1,2207.67,15074216.96,15076424.63,127,562,3339,3532.27,dj -1760,SUCCESS,2,1,361.57,15076424.63,15076786.2,127,233,1319,578.51,twolocalrandom -1761,SUCCESS,2,1,12755.98,15076786.2,15089542.18,127,7996,1356,20409.57,qftentangled -1762,SUCCESS,2,1,5411.69,15089542.18,15094953.87,127,1188,3872,8658.7,twolocalrandom -1763,SUCCESS,2,1,3144.67,15094953.87,15098098.54,127,1619,1651,5031.47,realamprandom -1764,SUCCESS,2,1,537.59,15098098.54,15098636.13,127,185,2470,860.14,dj -1765,SUCCESS,2,1,3446.41,15098636.13,15102082.54,127,1901,1541,5514.26,ae -1766,SUCCESS,2,1,169.98,15102082.54,15102252.52,127,43,3360,271.97,graphstate -1767,SUCCESS,2,1,73.85,15102252.52,15102326.37,127,26,2414,118.16,graphstate -1768,SUCCESS,2,1,89.24,15102326.37,15102415.61,127,49,1548,142.78,groundstate -1770,SUCCESS,2,1,1482.28,15102415.61,15103897.89,127,335,3761,2371.65,dj -1771,SUCCESS,2,1,411.06,15103897.89,15104308.95,127,113,3092,657.7,graphstate -1773,SUCCESS,2,1,43.28,15104308.95,15104352.23,127,20,1839,69.25,ghz -1774,SUCCESS,2,1,218.48,15104352.23,15104570.71,127,46,4037,349.57,graphstate -1775,SUCCESS,2,1,255.25,15104570.71,15104825.96,127,83,2614,408.4,graphstate -1777,SUCCESS,2,1,8156.83,15104825.96,15112982.79,127,1815,3820,13050.93,qft -1779,SUCCESS,2,1,3647.36,15112982.79,15116630.15,127,837,3704,5835.78,qpeinexact -1780,SUCCESS,2,1,1271.62,15116630.15,15117901.77,127,494,2188,2034.59,ghz -1781,SUCCESS,2,1,7184.42,15117901.77,15125086.19,127,2356,2592,11495.07,qftentangled -1782,SUCCESS,2,1,23560.29,15125086.19,15148646.48,127,6032,3320,37696.46,qftentangled -1783,SUCCESS,2,1,7295.63,15148646.48,15155942.11,127,3747,1655,11673.01,qftentangled -1785,SUCCESS,2,1,12151.18,15155942.11,15168093.29,127,2568,4022,19441.89,qft -1786,SUCCESS,2,1,4988.75,15168093.29,15173082.04,127,2734,1551,7982,qft -1787,SUCCESS,2,1,1275.18,15173082.04,15174357.22,127,301,3601,2040.29,su2random -1788,SUCCESS,2,1,3898.06,15174357.22,15178255.28,127,1194,2775,6236.9,qpeexact -1789,SUCCESS,2,1,123.78,15178255.28,15178379.06,127,29,3628,198.05,graphstate -1790,SUCCESS,2,1,181.92,15178379.06,15178560.98,127,81,1909,291.07,dj -1791,SUCCESS,2,1,3157.67,15178560.98,15181718.65,127,684,3924,5052.27,dj -1793,SUCCESS,2,1,2456.32,15181718.65,15184174.97,127,559,3735,3930.11,qftentangled -1794,SUCCESS,2,1,25297.68,15184174.97,15209472.65,127,8201,2622,40476.29,random -1795,SUCCESS,2,1,35480.6,15209472.65,15244953.25,127,12661,2382,56768.96,qnn -1796,SUCCESS,2,1,1692.63,15244953.25,15246645.88,127,369,3899,2708.21,ae -1797,SUCCESS,2,1,1882.66,15246645.88,15248528.54,127,895,1788,3012.26,qpeinexact -1798,SUCCESS,2,1,3740.25,15248528.54,15252268.79,127,1333,2385,5984.4,ae -1799,SUCCESS,2,1,19.74,15252268.79,15252288.53,127,11,1525,31.58,ghz -1800,SUCCESS,2,1,76505.26,15252288.53,15328793.79,127,19688,3303,122408.42,grover-v-chain -1802,SUCCESS,2,1,2646.59,15328793.79,15331440.38,127,573,3926,4234.54,ghz -1803,SUCCESS,2,1,43929.53,15331440.38,15375369.91,127,12352,3023,70287.25,qnn -1804,SUCCESS,2,1,33438.3,15375369.91,15408808.21,127,11133,2553,53501.28,realamprandom -1805,SUCCESS,2,1,2634.79,15408808.21,15411443,127,1112,2014,4215.66,qnn -1806,SUCCESS,2,1,2098.82,15411443,15413541.82,127,653,2732,3358.11,ae -1807,SUCCESS,2,1,1540.37,15413541.82,15415082.19,127,421,3110,2464.59,wstate -1808,SUCCESS,2,1,2731.15,15415082.19,15417813.34,127,1726,1345,4369.84,qnn -1809,SUCCESS,2,1,540.57,15417813.34,15418353.91,127,309,1487,864.91,wstate -1810,SUCCESS,2,1,1914,15418353.91,15420267.91,127,402,4047,3062.4,dj -1811,SUCCESS,2,1,25314.89,15420267.91,15445582.8,127,8694,2475,40503.82,qnn -1814,SUCCESS,2,1,67641.97,15445582.8,15513224.77,127,14274,4028,108227.15,random -1816,SUCCESS,2,1,1571.48,15513224.77,15514796.25,127,579,2307,2514.37,twolocalrandom -1818,SUCCESS,2,1,140.7,15514796.25,15514936.95,127,88,1359,225.12,ghz -1819,SUCCESS,2,1,1210.83,15514936.95,15516147.78,127,509,2022,1937.33,qft -1820,SUCCESS,2,1,1094.68,15516147.78,15517242.46,127,856,1087,1751.49,qftentangled -1822,SUCCESS,2,1,50230.42,15517242.46,15567472.88,127,10550,4047,80368.67,grover-v-chain -1823,SUCCESS,2,1,2335.86,15567472.88,15569808.74,127,490,4052,3737.38,dj -1825,SUCCESS,2,1,1655.12,15569808.74,15571463.86,127,379,3712,2648.19,graphstate -1826,SUCCESS,2,1,9696.3,15571463.86,15581160.16,127,2932,2811,15514.08,realamprandom -1827,SUCCESS,2,1,4326.98,15581160.16,15585487.14,127,1335,2755,6923.17,qftentangled -1828,SUCCESS,2,1,3751.56,15585487.14,15589238.7,127,1145,2785,6002.5,ae -1829,SUCCESS,2,1,184.88,15589238.7,15589423.58,127,108,1455,295.81,dj -1830,SUCCESS,2,1,5382.77,15589423.58,15594806.35,127,1178,3884,8612.43,realamprandom -1831,SUCCESS,2,1,3893.38,15594806.35,15598699.73,127,1098,3014,6229.41,qft -1833,SUCCESS,2,1,15683.74,15598699.73,15614383.47,127,4709,2831,25093.98,realamprandom -1834,SUCCESS,2,1,63654.96,15614383.47,15678038.43,127,15306,3535,101847.94,random -1835,SUCCESS,2,1,662.97,15678038.43,15678701.4,127,298,1891,1060.75,dj -1836,SUCCESS,2,1,14391.48,15678701.4,15693092.88,127,4116,2972,23026.37,qnn -1837,SUCCESS,2,1,7343.48,15693092.88,15700436.36,127,2574,2425,11749.57,qpeexact -1838,SUCCESS,2,1,3077.63,15700436.36,15703513.99,127,941,2780,4924.21,ae -1839,SUCCESS,2,1,5671.27,15703513.99,15709185.26,127,1929,2499,9074.03,qnn -1840,SUCCESS,2,1,28906.61,15709185.26,15738091.87,127,15214,1615,46250.58,twolocalrandom -1841,SUCCESS,2,1,31596.66,15738091.87,15769688.53,127,7160,3751,50554.66,ae -1843,SUCCESS,2,1,15095.57,15769688.53,15784784.1,127,4864,2638,24152.91,random -1846,SUCCESS,2,1,2541.15,15784784.1,15787325.25,127,546,3956,4065.84,qpeexact -1849,SUCCESS,2,1,915.13,15787325.25,15788240.38,127,472,1648,1464.21,ghz -1850,SUCCESS,2,1,4704.71,15788240.38,15792945.09,127,3225,1240,7527.54,realamprandom -1851,SUCCESS,2,1,43369.61,15792945.09,15836314.7,127,9719,3793,69391.38,random -1852,SUCCESS,2,1,1447.07,15836314.7,15837761.77,127,311,3955,2315.31,graphstate -1853,SUCCESS,2,1,231.12,15837761.77,15837992.89,127,108,1819,369.79,graphstate -1856,SUCCESS,2,1,14605.84,15837992.89,15852598.73,127,3533,3514,23369.34,qft -1859,SUCCESS,2,1,4719.93,15852598.73,15857318.66,127,1264,3174,7551.89,wstate -1860,SUCCESS,2,1,2049.36,15857318.66,15859368.02,127,711,2450,3278.98,qpeinexact -1861,SUCCESS,2,1,115.37,15859368.02,15859483.39,127,24,4086,184.59,ghz -1863,SUCCESS,2,1,22735.37,15859483.39,15882218.76,127,6934,2787,36376.59,qftentangled -1864,SUCCESS,2,1,317.55,15882218.76,15882536.31,127,185,1459,508.08,wstate -1865,SUCCESS,2,1,1024.11,15882536.31,15883560.42,127,233,3736,1638.58,wstate -1866,SUCCESS,2,1,5058.05,15883560.42,15888618.47,127,1899,2264,8092.88,qpeinexact -1867,SUCCESS,2,1,3321.9,15888618.47,15891940.37,127,1514,1865,5315.04,su2random -1868,SUCCESS,2,1,499.21,15891940.37,15892439.58,127,211,2011,798.74,ghz -1870,SUCCESS,2,1,4719.09,15892439.58,15897158.67,127,1310,3062,7550.54,qftentangled -1871,SUCCESS,2,1,673.6,15897158.67,15897832.27,127,307,1865,1077.76,qpeexact -1872,SUCCESS,2,1,2713.8,15897832.27,15900546.07,127,588,3923,4342.08,dj -1873,SUCCESS,2,1,3272.37,15900546.07,15903818.44,127,1054,2639,5235.79,wstate -1875,SUCCESS,2,1,25933.09,15903818.44,15929751.53,127,6512,3385,41492.94,qpeinexact -1876,SUCCESS,2,1,94.29,15929751.53,15929845.82,127,45,1781,150.86,ghz -1877,SUCCESS,2,1,12774.2,15929845.82,15942620.02,127,3343,3248,20438.72,qft -1878,SUCCESS,2,1,17598.45,15942620.02,15960218.47,127,3735,4005,28157.52,su2random -1879,SUCCESS,2,1,32015.31,15960218.47,15992233.78,127,7339,3708,51224.5,ae -1880,SUCCESS,2,1,40771.07,15992233.78,16033004.85,127,9379,3695,65233.71,realamprandom -1881,SUCCESS,2,1,6858.62,16033004.85,16039863.47,127,3718,1568,10973.79,qpeexact -1882,SUCCESS,2,1,3842.11,16039863.47,16043705.58,127,2699,1210,6147.38,qnn -1885,SUCCESS,2,1,121.75,16043705.58,16043827.33,127,41,2524,194.8,wstate -1887,SUCCESS,2,1,2489.74,16043827.33,16046317.07,127,525,4031,3983.58,twolocalrandom -1889,SUCCESS,2,1,6989.49,16046317.07,16053306.56,127,4302,1381,11183.18,qpeinexact -1890,SUCCESS,2,1,118.63,16053306.56,16053425.19,127,46,2192,189.81,ghz -1893,SUCCESS,2,1,6544.51,16053425.19,16059969.7,127,1909,2914,10471.22,ae -1894,SUCCESS,2,1,10140.96,16059969.7,16070110.66,127,2284,3774,16225.54,ae -1895,SUCCESS,2,1,148.58,16070110.66,16070259.24,127,47,2687,237.73,ghz -1896,SUCCESS,2,1,143.12,16070259.24,16070402.36,127,93,1308,228.99,ghz -1897,SUCCESS,2,1,251.57,16070402.36,16070653.93,127,206,1038,402.51,ghz -1898,SUCCESS,2,1,37.72,16070653.93,16070691.65,127,22,1457,60.35,vqe -1899,SUCCESS,2,1,69188.64,16070691.65,16139880.29,127,17101,3439,110701.82,random -1901,SUCCESS,2,1,2636.56,16139880.29,16142516.85,127,577,3884,4218.5,dj -1906,SUCCESS,2,1,15027.26,16142516.85,16157544.11,127,4831,2644,24043.62,qftentangled -1907,SUCCESS,2,1,5482.27,16157544.11,16163026.38,127,1384,3367,8771.63,wstate -1908,SUCCESS,2,1,7596.78,16163026.38,16170623.16,127,3923,1646,12154.85,su2random -1910,SUCCESS,2,1,2157.27,16170623.16,16172780.43,127,594,3087,3451.63,dj -1911,SUCCESS,2,1,3586.63,16172780.43,16176367.06,127,2007,1519,5738.61,qpeinexact -1912,SUCCESS,2,1,12456.05,16176367.06,16188823.11,127,3874,2733,19929.68,pricingput -1913,SUCCESS,2,1,416.84,16188823.11,16189239.95,127,171,2072,666.94,dj -1915,SUCCESS,2,1,13911.74,16189239.95,16203151.69,127,6887,1717,22258.78,qpeexact -1917,SUCCESS,2,1,7300.95,16203151.69,16210452.64,127,3139,1977,11681.52,qftentangled -1918,SUCCESS,2,1,300.8,16210452.64,16210753.44,127,129,1982,481.28,dj -1919,SUCCESS,2,1,108029.72,16210753.44,16318783.16,127,42909,2140,172847.55,random -1920,SUCCESS,2,1,35.36,16318783.16,16318818.52,127,27,1113,56.58,ghz -1921,SUCCESS,2,1,18434.38,16318818.52,16337252.9,127,5904,2654,29495.01,realamprandom -1923,SUCCESS,2,1,18883.85,16337252.9,16356136.75,127,4243,3783,30214.16,qft -1924,SUCCESS,2,1,1418.89,16356136.75,16357555.64,127,328,3677,2270.22,qpeexact -1925,SUCCESS,2,1,13415.42,16357555.64,16370971.06,127,10227,1115,21464.67,twolocalrandom -1926,SUCCESS,2,1,21700.11,16370971.06,16392671.17,127,10774,1712,34720.18,su2random -1927,SUCCESS,2,1,2999.36,16392671.17,16395670.53,127,999,2552,4798.98,qft -1928,SUCCESS,2,1,139.58,16395670.53,16395810.11,127,29,4091,223.33,vqe -1929,SUCCESS,2,1,50985.24,16395810.11,16446795.35,127,15634,2772,81576.38,realamprandom -1930,SUCCESS,2,1,62,16446795.35,16446857.35,127,45,1171,99.2,tsp -1931,SUCCESS,2,1,3436.31,16446857.35,16450293.66,127,1215,2404,5498.1,qnn -1932,SUCCESS,2,1,10240.7,16450293.66,16460534.36,127,7710,1129,16385.12,su2random -1933,SUCCESS,2,1,2661.92,16460534.36,16463196.28,127,1036,2184,4259.07,pricingput -1934,SUCCESS,2,1,42942.12,16463196.28,16506138.4,127,14724,2479,68707.39,random -1936,SUCCESS,2,1,15192.75,16506138.4,16521331.15,127,3210,4023,24308.4,su2random -1937,SUCCESS,2,1,462.88,16521331.15,16521794.03,127,179,2198,740.61,pricingput -1938,SUCCESS,2,1,426.6,16521794.03,16522220.63,127,237,1530,682.56,realamprandom -1939,SUCCESS,2,1,524.1,16522220.63,16522744.73,127,148,3010,838.56,dj -1940,SUCCESS,2,1,327.52,16522744.73,16523072.25,127,76,3663,524.03,ghz -1943,SUCCESS,2,1,241.91,16523072.25,16523314.16,127,133,1546,387.06,wstate -1944,SUCCESS,2,1,8351.57,16523314.16,16531665.73,127,4101,1731,13362.51,qftentangled -1945,SUCCESS,2,1,5526,16531665.73,16537191.73,127,1331,3529,8841.6,qftentangled -1946,SUCCESS,2,1,3383.35,16537191.73,16540575.08,127,1216,2365,5413.36,qftentangled -1948,SUCCESS,2,1,15839.77,16540575.08,16556414.85,127,3304,4075,25343.63,qft -1950,SUCCESS,2,1,10703.36,16556414.85,16567118.21,127,7697,1182,17125.38,qftentangled -1952,SUCCESS,2,1,12775.9,16567118.21,16579894.11,127,4031,2694,20441.44,qnn -1954,SUCCESS,2,1,364.2,16579894.11,16580258.31,127,102,3035,582.72,dj -1956,SUCCESS,2,1,15547.4,16580258.31,16595805.71,127,5284,2501,24875.84,qpeexact -1958,SUCCESS,2,1,21366.04,16595805.71,16617171.75,127,6908,2629,34185.66,ae -1959,SUCCESS,2,1,196.4,16617171.75,16617368.15,127,93,1795,314.24,ghz -1960,SUCCESS,2,1,14950.72,16617368.15,16632318.87,127,3730,3407,23921.15,qpeexact -1961,SUCCESS,2,1,762.31,16632318.87,16633081.18,127,271,2391,1219.7,wstate -1962,SUCCESS,2,1,15096.53,16633081.18,16648177.71,127,3850,3333,24154.45,qpeexact -1963,SUCCESS,2,1,31259.31,16648177.71,16679437.02,127,10076,2637,50014.9,qnn -1965,SUCCESS,2,1,1103.48,16679437.02,16680540.5,127,325,2886,1765.57,su2random -1967,SUCCESS,2,1,4542.16,16680540.5,16685082.66,127,1572,2456,7267.46,qpeexact -1968,SUCCESS,2,1,28800.05,16685082.66,16713882.71,127,6037,4055,46080.08,qftentangled -1969,SUCCESS,2,1,531.44,16713882.71,16714414.15,127,238,1898,850.3,dj -1970,SUCCESS,2,1,34461,16714414.15,16748875.15,127,8205,3570,55137.6,qft -1971,SUCCESS,2,1,61458.04,16748875.15,16810333.19,127,16335,3198,98332.86,twolocalrandom -1972,SUCCESS,2,1,1552.42,16810333.19,16811885.61,127,976,1352,2483.87,qpeinexact -1974,SUCCESS,2,1,8614.24,16811885.61,16820499.85,127,3753,1951,13782.78,realamprandom -1975,SUCCESS,2,1,43.93,16820499.85,16820543.78,127,22,1697,70.29,graphstate -1976,SUCCESS,2,1,11106.87,16820543.78,16831650.65,127,3349,2819,17770.99,twolocalrandom -1978,SUCCESS,2,1,3018.15,16831650.65,16834668.8,127,676,3795,4829.04,dj -1979,SUCCESS,2,1,8393.56,16834668.8,16843062.36,127,2062,3460,13429.7,qpeinexact -1981,SUCCESS,2,1,619.21,16843062.36,16843681.57,127,153,3440,990.74,wstate -1982,SUCCESS,2,1,3242.21,16843681.57,16846923.78,127,731,3770,5187.54,qpeexact -1983,SUCCESS,2,1,1288.23,16846923.78,16848212.01,127,381,2874,2061.17,dj -1984,SUCCESS,2,1,2996.16,16848212.01,16851208.17,127,701,3633,4793.86,realamprandom -1986,SUCCESS,2,1,12223.51,16851208.17,16863431.68,127,2561,4057,19557.62,qpeexact -1990,SUCCESS,2,1,238.16,16863431.68,16863669.84,127,62,3265,381.06,graphstate -1991,SUCCESS,2,1,1566.95,16863669.84,16865236.79,127,475,2804,2507.12,qpeinexact -1993,SUCCESS,2,1,14725.05,16865236.79,16879961.84,127,4672,2679,23560.08,realamprandom -1994,SUCCESS,2,1,7518.05,16879961.84,16887479.89,127,2583,2474,12028.88,qftentangled -1995,SUCCESS,2,1,836.74,16887479.89,16888316.63,127,398,1787,1338.78,pricingcall -1996,SUCCESS,2,1,409.54,16888316.63,16888726.17,127,249,1398,655.26,dj -1997,SUCCESS,2,1,281.61,16888726.17,16889007.78,127,218,1098,450.58,dj -1998,SUCCESS,2,1,6158.76,16889007.78,16895166.54,127,1664,3146,9854.02,ae -1999,SUCCESS,2,1,21646.83,16895166.54,16916813.37,127,4670,3940,34634.93,qnn -2000,SUCCESS,2,1,591.25,16916813.37,16917404.62,127,144,3490,946,ae -2001,SUCCESS,2,1,17410.39,16917404.62,16934815.01,127,4221,3506,27856.62,qftentangled -2003,SUCCESS,2,1,1095.14,16934815.01,16935910.15,127,516,1804,1752.22,twolocalrandom -2004,SUCCESS,2,1,4242.59,16935910.15,16940152.74,127,988,3650,6788.14,qpeexact -2005,SUCCESS,2,1,29446.56,16940152.74,16969599.3,127,6292,3978,47114.5,su2random -2006,SUCCESS,2,1,445.29,16969599.3,16970044.59,127,194,1951,712.46,dj -2008,SUCCESS,2,1,29103.97,16970044.59,16999148.56,127,7389,3348,46566.35,qpeinexact -2009,SUCCESS,2,1,21959.15,16999148.56,17021107.71,127,4951,3770,35134.64,qpeexact -2011,SUCCESS,2,1,4306.29,17021107.71,17025414,127,1844,1985,6890.06,qnn -2013,SUCCESS,2,1,8783.65,17025414,17034197.65,127,3965,1883,14053.84,qftentangled -2014,SUCCESS,2,1,1434.26,17034197.65,17035631.91,127,311,3920,2294.82,dj -2015,SUCCESS,2,1,7362.23,17035631.91,17042994.14,127,3991,1568,11779.57,qftentangled -2016,SUCCESS,2,1,20572.54,17042994.14,17063566.68,127,6322,2766,32916.06,qpeinexact -2017,SUCCESS,2,1,9473.11,17063566.68,17073039.79,127,5205,1547,15156.98,qftentangled -2018,SUCCESS,2,1,136.37,17073039.79,17073176.16,127,52,2229,218.19,graphstate -2019,SUCCESS,2,1,27011.21,17073176.16,17100187.37,127,6239,3680,43217.94,qpeexact -2021,SUCCESS,2,1,85.98,17100187.37,17100273.35,127,20,3654,137.57,ghz -2022,SUCCESS,2,1,203.1,17100273.35,17100476.45,127,91,1897,324.96,graphstate -2023,SUCCESS,2,1,142.25,17100476.45,17100618.7,127,33,3664,227.6,graphstate -2024,SUCCESS,2,1,33491.74,17100618.7,17134110.44,127,9933,2866,53586.78,realamprandom -2025,SUCCESS,2,1,5697.47,17134110.44,17139807.91,127,3865,1253,9115.95,qftentangled -2028,SUCCESS,2,1,12414.42,17139807.91,17152222.33,127,4576,2306,19863.07,qft -2029,SUCCESS,2,1,259.17,17152222.33,17152481.5,127,105,2098,414.67,ghz -2031,SUCCESS,2,1,14836.25,17152481.5,17167317.75,127,4841,2605,23738,qftentangled -2032,SUCCESS,2,1,37574.79,17167317.75,17204892.54,127,8158,3915,60119.66,twolocalrandom -2033,SUCCESS,2,1,10018.05,17204892.54,17214910.59,127,2164,3935,16028.88,ae -2034,SUCCESS,2,1,76.2,17214910.59,17214986.79,127,53,1222,121.92,wstate -2035,SUCCESS,2,1,34129.4,17214986.79,17249116.19,127,12791,2268,54607.04,twolocalrandom -2036,SUCCESS,2,1,5520.92,17249116.19,17254637.11,127,1305,3596,8833.47,qnn -2037,SUCCESS,2,1,6010.96,17254637.11,17260648.07,127,1794,2848,9617.54,qpeexact -2038,SUCCESS,2,1,1135.19,17260648.07,17261783.26,127,394,2449,1816.3,ghz -2039,SUCCESS,2,1,13181.6,17261783.26,17274964.86,127,4026,2783,21090.56,realamprandom -2040,SUCCESS,2,1,1537.21,17274964.86,17276502.07,127,340,3843,2459.54,su2random -2041,SUCCESS,2,1,13329.87,17276502.07,17289831.94,127,4636,2444,21327.79,realamprandom -2042,SUCCESS,2,1,30946.5,17289831.94,17320778.44,127,9775,2691,49514.4,realamprandom -2043,SUCCESS,2,1,5706.08,17320778.44,17326484.52,127,3193,1519,9129.73,ae -2046,SUCCESS,2,1,133.67,17326484.52,17326618.19,127,72,1578,213.87,graphstate -2047,SUCCESS,2,1,616.87,17326618.19,17327235.06,127,149,3519,986.99,wstate -2048,SUCCESS,2,1,1034.44,17327235.06,17328269.5,127,265,3318,1655.1,realamprandom -2050,SUCCESS,2,1,5477.03,17328269.5,17333746.53,127,2299,2025,8763.25,qpeinexact -2051,SUCCESS,2,1,166.28,17333746.53,17333912.81,127,70,2019,266.05,ghz -2052,SUCCESS,2,1,68.34,17333912.81,17333981.15,127,29,2003,109.34,graphstate -2053,SUCCESS,2,1,434.83,17333981.15,17334415.98,127,220,1680,695.73,portfolioqaoa -2054,SUCCESS,2,1,2081.88,17334415.98,17336497.86,127,511,3463,3331.01,qpeexact -2056,SUCCESS,2,1,61246.41,17336497.86,17397744.27,127,16963,3069,97994.26,pricingput -2057,SUCCESS,2,1,1144.47,17397744.27,17398888.74,127,354,2748,1831.15,dj -2058,SUCCESS,2,1,207.54,17398888.74,17399096.28,127,79,2233,332.06,ghz -2059,SUCCESS,2,1,12456.66,17399096.28,17411552.94,127,3520,3008,19930.66,qftentangled -2060,SUCCESS,2,1,21421.59,17411552.94,17432974.53,127,5192,3507,34274.54,su2random -2063,SUCCESS,2,1,1018.24,17432974.53,17433992.77,127,250,3462,1629.18,wstate -2064,SUCCESS,2,1,7658.86,17433992.77,17441651.63,127,3439,1893,12254.18,su2random -2065,SUCCESS,2,1,2251.44,17441651.63,17443903.07,127,954,2006,3602.3,random -2067,SUCCESS,2,1,768.63,17443903.07,17444671.7,127,468,1396,1229.81,su2random -2068,SUCCESS,2,1,28999.89,17444671.7,17473671.59,127,6195,3979,46399.82,su2random -2069,SUCCESS,2,1,3952.6,17473671.59,17477624.19,127,1276,2633,6324.16,wstate -2070,SUCCESS,2,1,16264.74,17477624.19,17493888.93,127,13501,1024,26023.58,twolocalrandom -2071,SUCCESS,2,1,22444.42,17493888.93,17516333.35,127,6043,3157,35911.07,twolocalrandom -2072,SUCCESS,2,1,14753.79,17516333.35,17531087.14,127,10204,1229,23606.06,su2random -2073,SUCCESS,2,1,3060.2,17531087.14,17534147.34,127,1098,2369,4896.32,qpeexact -2074,SUCCESS,2,1,964.49,17534147.34,17535111.83,127,532,1541,1543.18,ae -2076,SUCCESS,2,1,2424.85,17535111.83,17537536.68,127,565,3648,3879.76,su2random -2077,SUCCESS,2,1,13098.64,17537536.68,17550635.32,127,2743,4059,20957.82,qftentangled -2078,SUCCESS,2,1,1957.75,17550635.32,17552593.07,127,562,2961,3132.4,ae -2079,SUCCESS,2,1,222.3,17552593.07,17552815.37,127,117,1615,355.68,wstate -2080,SUCCESS,2,1,3699.01,17552815.37,17556514.38,127,1094,2874,5918.42,portfoliovqe -2081,SUCCESS,2,1,408.66,17556514.38,17556923.04,127,119,2919,653.86,ghz -2082,SUCCESS,2,1,17759.48,17556923.04,17574682.52,127,8927,1691,28415.17,twolocalrandom -2083,SUCCESS,2,1,905.03,17574682.52,17575587.55,127,215,3578,1448.05,qftentangled -2084,SUCCESS,2,1,17802.63,17575587.55,17593390.18,127,10649,1421,28484.21,su2random -2085,SUCCESS,2,1,2092.37,17593390.18,17595482.55,127,762,2334,3347.79,realamprandom -2089,SUCCESS,2,1,680.79,17595482.55,17596163.34,127,171,3384,1089.26,qft -2090,SUCCESS,2,1,169.53,17596163.34,17596332.87,127,52,2771,271.25,dj -2091,SUCCESS,2,1,134.09,17596332.87,17596466.96,127,29,3930,214.54,graphstate -2093,SUCCESS,2,1,977.72,17596466.96,17597444.68,127,342,2430,1564.35,qpeinexact -2094,SUCCESS,2,1,20170.98,17597444.68,17617615.66,127,5269,3254,32273.57,qft -2095,SUCCESS,2,1,36393.05,17617615.66,17654008.71,127,10139,3051,58228.88,qnn -2096,SUCCESS,2,1,274.17,17654008.71,17654282.88,127,81,2877,438.67,graphstate -2097,SUCCESS,2,1,433.88,17654282.88,17654716.76,127,287,1285,694.21,su2random -2098,SUCCESS,2,1,523.73,17654716.76,17655240.49,127,285,1562,837.97,qft -2101,SUCCESS,2,1,3661.22,17655240.49,17658901.71,127,3001,1037,5857.95,qpeexact -2102,SUCCESS,2,1,24168.95,17658901.71,17683070.66,127,7084,2900,38670.32,su2random -2105,SUCCESS,2,1,23712.43,17683070.66,17706783.09,127,9284,2171,37939.89,qnn -2106,SUCCESS,2,1,11796.69,17706783.09,17718579.78,127,3045,3293,18874.7,qftentangled -2107,SUCCESS,2,1,9089.24,17718579.78,17727669.02,127,2577,2998,14542.78,twolocalrandom -2108,SUCCESS,2,1,11879.39,17727669.02,17739548.41,127,9635,1048,19007.02,qpeinexact -2110,SUCCESS,2,1,120.64,17739548.41,17739669.05,127,26,3944,193.02,routing -2111,SUCCESS,2,1,4612.24,17739669.05,17744281.29,127,1350,2904,7379.58,wstate -2112,SUCCESS,2,1,22679.7,17744281.29,17766960.99,127,10997,1753,36287.52,su2random -2114,SUCCESS,2,1,23348.79,17766960.99,17790309.78,127,5013,3959,37358.06,qpeinexact -2115,SUCCESS,2,1,2049.59,17790309.78,17792359.37,127,652,2672,3279.34,qftentangled -2116,SUCCESS,2,1,648.37,17792359.37,17793007.74,127,306,1801,1037.39,ghz -2117,SUCCESS,2,1,3045.23,17793007.74,17796052.97,127,873,2965,4872.37,qnn -2118,SUCCESS,2,1,281.81,17796052.97,17796334.78,127,166,1443,450.9,realamprandom -2119,SUCCESS,2,1,3191.65,17796334.78,17799526.43,127,2231,1216,5106.64,qftentangled -2120,SUCCESS,2,1,2142.98,17799526.43,17801669.41,127,937,1944,3428.77,realamprandom -2121,SUCCESS,2,1,2179.35,17801669.41,17803848.76,127,860,2154,3486.96,qnn -2122,SUCCESS,2,1,53402.66,17803848.76,17857251.42,127,11258,4032,85444.26,realamprandom -2123,SUCCESS,2,1,5375.97,17857251.42,17862627.39,127,1149,3977,8601.55,ae -2124,SUCCESS,2,1,693.64,17862627.39,17863321.03,127,177,3331,1109.82,wstate -2127,SUCCESS,2,1,5967.51,17863321.03,17869288.54,127,1278,3969,9548.02,su2random -2128,SUCCESS,2,1,10337.32,17869288.54,17879625.86,127,2229,3942,16539.71,qftentangled -2130,SUCCESS,2,1,18263.68,17879625.86,17897889.54,127,6974,2226,29221.89,qnn -2131,SUCCESS,2,1,18891.05,17897889.54,17916780.59,127,5471,2935,30225.68,su2random -2132,SUCCESS,2,1,12315.58,17916780.59,17929096.17,127,6887,1520,19704.93,qpeinexact -2133,SUCCESS,2,1,2612.76,17929096.17,17931708.93,127,620,3582,4180.42,qpeinexact -2134,SUCCESS,2,1,6621.57,17931708.93,17938330.5,127,1473,3821,10594.51,qnn -2135,SUCCESS,2,1,1270.26,17938330.5,17939600.76,127,273,3955,2032.42,wstate -2137,SUCCESS,2,1,10155.8,17939600.76,17949756.56,127,5194,1662,16249.28,qpeinexact -2138,SUCCESS,2,1,3957.78,17949756.56,17953714.34,127,1111,3028,6332.45,qftentangled -2139,SUCCESS,2,1,19132.04,17953714.34,17972846.38,127,9703,1676,30611.26,ae -2140,SUCCESS,2,1,25370.19,17972846.38,17998216.57,127,13361,1614,40592.3,realamprandom -2141,SUCCESS,2,1,3887.38,17998216.57,18002103.95,127,2829,1168,6219.81,qpeexact -2142,SUCCESS,2,1,7643.15,18002103.95,18009747.1,127,2392,2716,12229.04,qftentangled -2144,SUCCESS,2,1,60.09,18009747.1,18009807.19,127,29,1761,96.14,graphstate -2146,SUCCESS,2,1,36092.04,18009807.19,18045899.23,127,10586,2898,57747.26,qpeexact -2147,SUCCESS,2,1,4823.02,18045899.23,18050722.25,127,3228,1270,7716.83,qnn -2148,SUCCESS,2,1,2620.66,18050722.25,18053342.91,127,1491,1494,4193.06,qftentangled -2149,SUCCESS,2,1,10491.86,18053342.91,18063834.77,127,4495,1984,16786.98,qftentangled -2150,SUCCESS,2,1,19908.3,18063834.77,18083743.07,127,5194,3258,31853.28,qpeinexact -2151,SUCCESS,2,1,1597.25,18083743.07,18085340.32,127,753,1803,2555.6,qftentangled -2152,SUCCESS,2,1,28308.18,18085340.32,18113648.5,127,6064,3968,45293.09,qnn -2153,SUCCESS,2,1,9806.38,18113648.5,18123454.88,127,4479,1861,15690.21,su2random -2154,SUCCESS,2,1,2949.01,18123454.88,18126403.89,127,902,2779,4718.42,qftentangled -2155,SUCCESS,2,1,8221.9,18126403.89,18134625.79,127,3168,2206,13155.04,qpeexact -2157,SUCCESS,2,1,927.36,18134625.79,18135553.15,127,750,1051,1483.78,dj -2158,SUCCESS,2,1,7367.13,18135553.15,18142920.28,127,1641,3816,11787.41,qpeinexact -2159,SUCCESS,2,1,5913.48,18142920.28,18148833.76,127,2291,2194,9461.57,qpeexact -2160,SUCCESS,2,1,117.51,18148833.76,18148951.27,127,84,1189,188.02,graphstate -2162,SUCCESS,2,1,29171.24,18148951.27,18178122.51,127,6967,3559,46673.98,ae -2163,SUCCESS,2,1,341.85,18178122.51,18178464.36,127,165,1761,546.96,graphstate -2164,SUCCESS,2,1,4343.19,18178464.36,18182807.55,127,3188,1158,6949.1,qft -2165,SUCCESS,2,1,13359.18,18182807.55,18196166.73,127,2790,4070,21374.69,qpeexact -2166,SUCCESS,2,1,1028.24,18196166.73,18197194.97,127,368,2375,1645.18,realamprandom -2167,SUCCESS,2,1,52916.74,18197194.97,18250111.71,127,13709,3281,84666.78,realamprandom -2168,SUCCESS,2,1,719.89,18250111.71,18250831.6,127,173,3537,1151.82,wstate -2169,SUCCESS,2,1,27378.02,18250831.6,18278209.62,127,7156,3252,43804.83,qpeexact -2170,SUCCESS,2,1,9385.24,18278209.62,18287594.86,127,3646,2188,15016.38,twolocalrandom -2171,SUCCESS,2,1,5262.25,18287594.86,18292857.11,127,1154,3876,8419.6,realamprandom -2172,SUCCESS,2,1,18927.81,18292857.11,18311784.92,127,4981,3230,30284.5,qpeexact -2173,SUCCESS,2,1,709.65,18311784.92,18312494.57,127,282,2139,1135.44,ae -2174,SUCCESS,2,1,2135.01,18312494.57,18314629.58,127,631,2876,3416.02,dj -2175,SUCCESS,2,1,42395.54,18314629.58,18357025.12,127,8962,4021,67832.86,random -2176,SUCCESS,2,1,1765.25,18357025.12,18358790.37,127,379,3959,2824.4,dj -2177,SUCCESS,2,1,19971.55,18358790.37,18378761.92,127,9231,1839,31954.48,qpeinexact -2178,SUCCESS,2,1,18051.03,18378761.92,18396812.95,127,8477,1810,28881.65,ae -2179,SUCCESS,2,1,48515.57,18396812.95,18445328.52,127,10991,3752,77624.91,realamprandom -2180,SUCCESS,2,1,1199.96,18445328.52,18446528.48,127,860,1186,1919.94,ghz -2181,SUCCESS,2,1,9885.15,18446528.48,18456413.63,127,3969,2117,15816.24,ae -2183,SUCCESS,2,1,14564.03,18456413.63,18470977.66,127,3539,3498,23302.45,su2random -2186,SUCCESS,2,1,20416.12,18470977.66,18491393.78,127,4778,3632,32665.79,qpeexact -2187,SUCCESS,2,1,2495.71,18491393.78,18493889.49,127,1045,2030,3993.14,pricingcall -2190,SUCCESS,2,1,6937.92,18493889.49,18500827.41,127,2448,2409,11100.67,qnn -2191,SUCCESS,2,1,831.2,18500827.41,18501658.61,127,335,2109,1329.92,realamprandom -2195,SUCCESS,2,1,286.85,18501658.61,18501945.46,127,155,1573,458.96,dj -2196,SUCCESS,2,1,18378.48,18501945.46,18520323.94,127,4196,3723,29405.57,su2random -2197,SUCCESS,2,1,420.7,18520323.94,18520744.64,127,99,3612,673.12,qft -2198,SUCCESS,2,1,3663.61,18520744.64,18524408.25,127,2038,1528,5861.78,random -2199,SUCCESS,2,1,19716.34,18524408.25,18544124.59,127,9118,1838,31546.14,qnn -2200,SUCCESS,2,1,87.06,18544124.59,18544211.65,127,20,3700,139.3,routing -2201,SUCCESS,2,1,338.65,18544211.65,18544550.3,127,75,3838,541.84,ghz -2202,SUCCESS,2,1,49.78,18544550.3,18544600.08,127,22,1923,79.65,graphstate -2203,SUCCESS,2,1,1493.22,18544600.08,18546093.3,127,1157,1097,2389.15,qft -2205,SUCCESS,2,1,8538.99,18546093.3,18554632.29,127,6295,1153,13662.38,qft -2206,SUCCESS,2,1,12504.49,18554632.29,18567136.78,127,7295,1457,20007.18,realamprandom -2208,SUCCESS,2,1,31409.26,18567136.78,18598546.04,127,8105,3294,50254.82,qft -2209,SUCCESS,2,1,984.42,18598546.04,18599530.46,127,434,1928,1575.07,qftentangled -2211,SUCCESS,2,1,2902.58,18599530.46,18602433.04,127,1210,2039,4644.13,wstate -2213,SUCCESS,2,1,23192.66,18602433.04,18625625.7,127,9740,2024,37108.26,qnn -2214,SUCCESS,2,1,105.05,18625625.7,18625730.75,127,28,3189,168.08,graphstate -2215,SUCCESS,2,1,1148.66,18625730.75,18626879.41,127,521,1874,1837.86,portfolioqaoa -2216,SUCCESS,2,1,1341.72,18626879.41,18628221.13,127,492,2318,2146.75,ghz -2217,SUCCESS,2,1,4869.41,18628221.13,18633090.54,127,2211,1872,7791.06,qpeexact -2218,SUCCESS,2,1,1236.73,18633090.54,18634327.27,127,309,3402,1978.77,qnn -2220,SUCCESS,2,1,1357.72,18634327.27,18635684.99,127,797,1448,2172.35,wstate -2222,SUCCESS,2,1,20036.15,18635684.99,18655721.14,127,10474,1626,32057.84,realamprandom -2224,SUCCESS,2,1,50577.45,18655721.14,18706298.59,127,12049,3568,80923.92,realamprandom -2226,SUCCESS,2,1,2874.1,18706298.59,18709172.69,127,1486,1644,4598.56,random -2227,SUCCESS,2,1,6139.69,18709172.69,18715312.38,127,2497,2090,9823.5,qpeinexact -2228,SUCCESS,2,1,8749.78,18715312.38,18724062.16,127,6456,1152,13999.65,qpeinexact -2229,SUCCESS,2,1,30247.01,18724062.16,18754309.17,127,7611,3378,48395.22,qpeinexact -2230,SUCCESS,2,1,127.64,18754309.17,18754436.81,127,41,2646,204.22,dj -2231,SUCCESS,2,1,215.26,18754436.81,18754652.07,127,114,1605,344.42,ghz -2232,SUCCESS,2,1,74982.47,18754652.07,18829634.54,127,17078,3732,119971.95,random -2233,SUCCESS,2,1,2150.53,18829634.54,18831785.07,127,851,2148,3440.85,ghz -2234,SUCCESS,2,1,2321.53,18831785.07,18834106.6,127,1269,1555,3714.45,random -2235,SUCCESS,2,1,12622.31,18834106.6,18846728.91,127,4224,2540,20195.7,grover-v-chain -2236,SUCCESS,2,1,6131.01,18846728.91,18852859.92,127,1603,3251,9809.62,twolocalrandom -2238,SUCCESS,2,1,820.16,18852859.92,18853680.08,127,335,2081,1312.26,realamprandom -2239,SUCCESS,2,1,39699.88,18853680.08,18893379.96,127,8749,3857,63519.81,pricingput -2240,SUCCESS,2,1,15962.63,18893379.96,18909342.59,127,3770,3599,25540.21,qpeexact -2241,SUCCESS,2,1,562.67,18909342.59,18909905.26,127,205,2333,900.27,wstate -2242,SUCCESS,2,1,10718.55,18909905.26,18920623.81,127,4893,1862,17149.68,qpeexact -2243,SUCCESS,2,1,29326.29,18920623.81,18949950.1,127,9081,2745,46922.06,qpeexact -2244,SUCCESS,2,1,21114,18949950.1,18971064.1,127,5865,3060,33782.4,ae -2245,SUCCESS,2,1,6422.83,18971064.1,18977486.93,127,1620,3370,10276.53,su2random -2246,SUCCESS,2,1,955.9,18977486.93,18978442.83,127,573,1418,1529.44,qnn -2247,SUCCESS,2,1,2518.36,18978442.83,18980961.19,127,1925,1112,4029.38,qpeinexact -2248,SUCCESS,2,1,47688.61,18980961.19,19028649.8,127,13997,2896,76301.78,realamprandom -2249,SUCCESS,2,1,895.66,19028649.8,19029545.46,127,535,1423,1433.06,dj -2250,SUCCESS,2,1,231.2,19029545.46,19029776.66,127,92,2136,369.92,dj -2252,SUCCESS,2,1,1260.71,19029776.66,19031037.37,127,570,1880,2017.14,su2random -2253,SUCCESS,2,1,195.97,19031037.37,19031233.34,127,63,2644,313.55,graphstate -2254,SUCCESS,2,1,9786.24,19031233.34,19041019.58,127,2155,3860,15657.98,qnn -2255,SUCCESS,2,1,2379.71,19041019.58,19043399.29,127,775,2610,3807.54,qnn -2256,SUCCESS,2,1,625.06,19043399.29,19044024.35,127,247,2151,1000.1,dj -2257,SUCCESS,2,1,170.42,19044024.35,19044194.77,127,47,3082,272.67,ghz -2258,SUCCESS,2,1,42457.7,19044194.77,19086652.47,127,10320,3497,67932.32,qnn -2259,SUCCESS,2,1,1642.37,19086652.47,19088294.84,127,370,3773,2627.79,dj -2260,SUCCESS,2,1,23664.24,19088294.84,19111959.08,127,5575,3608,37862.78,qft -2261,SUCCESS,2,1,81984.78,19111959.08,19193943.86,127,37628,1852,131175.65,random -2262,SUCCESS,2,1,11537.03,19193943.86,19205480.89,127,3893,2519,18459.25,qft -2263,SUCCESS,2,1,215.05,19205480.89,19205695.94,127,51,3584,344.08,ghz -2264,SUCCESS,2,1,460.52,19205695.94,19206156.46,127,197,1987,736.83,qpeexact -2265,SUCCESS,2,1,3297.59,19206156.46,19209454.05,127,2431,1153,5276.14,qft -2266,SUCCESS,2,1,417.37,19209454.05,19209871.42,127,181,1960,667.79,qnn -2267,SUCCESS,2,1,82.47,19209871.42,19209953.89,127,26,2696,131.95,vqe -2268,SUCCESS,2,1,1680.37,19209953.89,19211634.26,127,402,3553,2688.59,qftentangled -2269,SUCCESS,2,1,18111.41,19211634.26,19229745.67,127,4293,3586,28978.26,twolocalrandom -2270,SUCCESS,2,1,27833.15,19229745.67,19257578.82,127,7435,3182,44533.04,realamprandom -2271,SUCCESS,2,1,2453.1,19257578.82,19260031.92,127,1442,1446,3924.96,qpeinexact -2273,SUCCESS,2,1,2306.63,19260031.92,19262338.55,127,1033,1898,3690.61,qftentangled -2275,SUCCESS,2,1,15.18,19262338.55,19262353.73,127,10,1290,24.29,ghz -2276,SUCCESS,2,1,4405.14,19262353.73,19266758.87,127,2542,1473,7048.22,twolocalrandom -2277,SUCCESS,2,1,4631.39,19266758.87,19271390.26,127,1012,3890,7410.22,qft -2278,SUCCESS,2,1,12249.62,19271390.26,19283639.88,127,2630,3959,19599.39,qpeexact -2279,SUCCESS,2,1,40820.96,19283639.88,19324460.84,127,11754,2952,65313.54,twolocalrandom -2280,SUCCESS,2,1,16746.71,19324460.84,19341207.55,127,6581,2163,26794.74,qft -2281,SUCCESS,2,1,29428.83,19341207.55,19370636.38,127,7147,3500,47086.13,qpeexact -2283,SUCCESS,2,1,30377.65,19370636.38,19401014.03,127,8550,3020,48604.24,realamprandom -2284,SUCCESS,2,1,332.48,19401014.03,19401346.51,127,120,2355,531.97,ghz -2286,SUCCESS,2,1,4709.64,19401346.51,19406056.15,127,1159,3454,7535.42,qft -2287,SUCCESS,2,1,3551.21,19406056.15,19409607.36,127,2505,1205,5681.94,ae -2289,SUCCESS,2,1,8931.34,19409607.36,19418538.7,127,5804,1308,14290.14,qpeexact -2291,SUCCESS,2,1,28637.1,19418538.7,19447175.8,127,6311,3857,45819.36,twolocalrandom -2292,SUCCESS,2,1,1293.84,19447175.8,19448469.64,127,577,1906,2070.14,dj -2293,SUCCESS,2,1,17962.41,19448469.64,19466432.05,127,4708,3243,28739.86,qpeexact -2295,SUCCESS,2,1,20253.47,19466432.05,19486685.52,127,7811,2204,32405.55,random -2296,SUCCESS,2,1,52316.97,19486685.52,19539002.49,127,15398,2888,83707.15,random -2297,SUCCESS,2,1,16963.67,19539002.49,19555966.16,127,3754,3841,27141.87,su2random -2298,SUCCESS,2,1,1614.12,19555966.16,19557580.28,127,392,3500,2582.59,twolocalrandom -2299,SUCCESS,2,1,8917.6,19557580.28,19566497.88,127,2796,2711,14268.16,ae -2301,SUCCESS,2,1,518.35,19566497.88,19567016.23,127,268,1644,829.36,graphstate -2302,SUCCESS,2,1,17214.57,19567016.23,19584230.8,127,6615,2212,27543.31,qnn -2303,SUCCESS,2,1,2062.74,19584230.8,19586293.54,127,671,2613,3300.38,dj -2304,SUCCESS,2,1,1084.88,19586293.54,19587378.42,127,235,3924,1735.81,wstate -2305,SUCCESS,2,1,2366.46,19587378.42,19589744.88,127,552,3644,3786.34,dj -2309,SUCCESS,2,1,20926.89,19589744.88,19610671.77,127,8677,2050,33483.02,qpeinexact -2310,SUCCESS,2,1,6380.43,19610671.77,19617052.2,127,2432,2230,10208.69,qftentangled -2311,SUCCESS,2,1,41310.15,19617052.2,19658362.35,127,9716,3614,66096.24,realamprandom -2312,SUCCESS,2,1,2951.11,19658362.35,19661313.46,127,707,3548,4721.78,twolocalrandom -2313,SUCCESS,2,1,137.51,19661313.46,19661450.97,127,80,1461,220.02,ghz -2314,SUCCESS,2,1,236.7,19661450.97,19661687.67,127,153,1315,378.72,qpeinexact -2317,SUCCESS,2,1,1591.06,19661687.67,19663278.73,127,560,2415,2545.7,dj -2318,SUCCESS,2,1,1046.81,19663278.73,19664325.54,127,351,2535,1674.9,dj -2320,SUCCESS,2,1,10265.82,19664325.54,19674591.36,127,2359,3699,16425.31,qnn -2321,SUCCESS,2,1,103.29,19674591.36,19674694.65,127,59,1488,165.26,ghz -2323,SUCCESS,2,1,34821.29,19674694.65,19709515.94,127,7732,3828,55714.06,qpeinexact -2324,SUCCESS,2,1,228.14,19709515.94,19709744.08,127,189,1026,365.02,wstate -2325,SUCCESS,2,1,27828.52,19709744.08,19737572.6,127,10040,2356,44525.63,twolocalrandom -2327,SUCCESS,2,1,10149.18,19737572.6,19747721.78,127,5135,1680,16238.69,qpeinexact -2328,SUCCESS,2,1,14352.36,19747721.78,19762074.14,127,10739,1136,22963.78,qpeinexact -2330,SUCCESS,2,1,7295.28,19762074.14,19769369.42,127,3082,2012,11672.45,qftentangled -2331,SUCCESS,2,1,1365.46,19769369.42,19770734.88,127,496,2340,2184.74,wstate -2333,SUCCESS,2,1,12675.12,19770734.88,19783410,127,4506,2391,20280.19,realamprandom -2334,SUCCESS,2,1,22739.76,19783410,19806149.76,127,5986,3229,36383.62,qftentangled -2337,SUCCESS,2,1,1251.42,19806149.76,19807401.18,127,564,1886,2002.27,wstate -2338,SUCCESS,2,1,127989.26,19807401.18,19935390.44,127,53777,2023,204782.82,grover-v-chain -2339,SUCCESS,2,1,677.09,19935390.44,19936067.53,127,240,2398,1083.34,portfolioqaoa -2340,SUCCESS,2,1,7129.75,19936067.53,19943197.28,127,5565,1089,11407.6,qft -2341,SUCCESS,2,1,3811.15,19943197.28,19947008.43,127,1823,1777,6097.84,qftentangled -2342,SUCCESS,2,1,5357.66,19947008.43,19952366.09,127,1993,2285,8572.26,qftentangled -2343,SUCCESS,2,1,2536.17,19952366.09,19954902.26,127,928,2323,4057.87,qftentangled -2344,SUCCESS,2,1,8601.59,19954902.26,19963503.85,127,4884,1497,13762.54,qft -2345,SUCCESS,2,1,7630.05,19963503.85,19971133.9,127,2645,2452,12208.08,twolocalrandom -2347,SUCCESS,2,1,12136.58,19971133.9,19983270.48,127,4687,2201,19418.53,twolocalrandom -2348,SUCCESS,2,1,154.95,19983270.48,19983425.43,127,35,3763,247.92,qaoa -2349,SUCCESS,2,1,24760.56,19983425.43,20008185.99,127,12373,1701,39616.9,random -2351,SUCCESS,2,1,3038.95,20008185.99,20011224.94,127,1366,1891,4862.32,qftentangled -2352,SUCCESS,2,1,27947.66,20011224.94,20039172.6,127,6323,3757,44716.26,qpeinexact -2355,SUCCESS,2,1,233.23,20039172.6,20039405.83,127,56,3540,373.17,graphstate -2356,SUCCESS,2,1,76.77,20039405.83,20039482.6,127,25,2610,122.83,vqe -2358,SUCCESS,2,1,40600.82,20039482.6,20080083.42,127,9494,3635,64961.31,qwalk-noancilla -2359,SUCCESS,2,1,521.18,20080083.42,20080604.6,127,125,3544,833.89,qft -2360,SUCCESS,2,1,915.55,20080604.6,20081520.15,127,295,2638,1464.88,qftentangled -2361,SUCCESS,2,1,64.71,20081520.15,20081584.86,127,22,2500,103.54,ghz -2362,SUCCESS,2,1,66296.16,20081584.86,20147881.02,127,13890,4057,106073.86,su2random -2363,SUCCESS,2,1,27416.13,20147881.02,20175297.15,127,8577,2717,43865.81,su2random -2366,SUCCESS,2,1,3136.72,20175297.15,20178433.87,127,895,2979,5018.75,wstate -2367,SUCCESS,2,1,9143.72,20178433.87,20187577.59,127,2033,3823,14629.95,ae -2368,SUCCESS,2,1,143.89,20187577.59,20187721.48,127,98,1248,230.22,tsp -2369,SUCCESS,2,1,1570.71,20187721.48,20189292.19,127,338,3950,2513.14,qft -2370,SUCCESS,2,1,1836.81,20189292.19,20191129,127,697,2240,2938.9,dj -2371,SUCCESS,2,1,342.78,20191129,20191471.78,127,197,1479,548.45,graphstate -2372,SUCCESS,2,1,8140.87,20191471.78,20199612.65,127,3047,2271,13025.39,ae -2374,SUCCESS,2,1,37.73,20199612.65,20199650.38,127,30,1069,60.37,ghz -2377,SUCCESS,2,1,978.78,20199650.38,20200629.16,127,561,1483,1566.05,dj -2379,SUCCESS,2,1,7488.22,20200629.16,20208117.38,127,1937,3286,11981.15,qpeexact -2381,SUCCESS,2,1,5461.52,20208117.38,20213578.9,127,1448,3206,8738.43,qftentangled -2382,SUCCESS,2,1,6168.78,20213578.9,20219747.68,127,1555,3372,9870.05,realamprandom -2383,SUCCESS,2,1,234.39,20219747.68,20219982.07,127,58,3435,375.02,ghz -2384,SUCCESS,2,1,3058.01,20219982.07,20223040.08,127,786,3307,4892.82,twolocalrandom -2385,SUCCESS,2,1,1983.39,20223040.08,20225023.47,127,533,3163,3173.42,qpeexact -2386,SUCCESS,2,1,25256.44,20225023.47,20250279.91,127,10371,2070,40410.3,qpeinexact -2388,SUCCESS,2,1,191.86,20250279.91,20250471.77,127,134,1217,306.98,graphstate -2390,SUCCESS,2,1,24827.19,20250471.77,20275298.96,127,5632,3747,39723.5,qft -2392,SUCCESS,2,1,10874.12,20275298.96,20286173.08,127,4680,1975,17398.59,realamprandom -2393,SUCCESS,2,1,51006.82,20286173.08,20337179.9,127,11134,3894,81610.91,su2random -2395,SUCCESS,2,1,37772.6,20337179.9,20374952.5,127,9242,3474,60436.16,su2random -2398,SUCCESS,2,1,5206.71,20374952.5,20380159.21,127,1584,2794,8330.74,realamprandom -2400,SUCCESS,2,1,74756.16,20380159.21,20454915.37,127,17183,3698,119609.86,random -2402,SUCCESS,2,1,35029.92,20454915.37,20489945.29,127,12094,2462,56047.87,realamprandom -2403,SUCCESS,2,1,329.87,20489945.29,20490275.16,127,191,1468,527.79,graphstate -2404,SUCCESS,2,1,2325.24,20490275.16,20492600.4,127,509,3883,3720.38,su2random -2405,SUCCESS,2,1,13959.32,20492600.4,20506559.72,127,3139,3780,22334.91,ae -2406,SUCCESS,2,1,95792.83,20506559.72,20602352.55,127,28450,2862,153268.53,grover-v-chain -2407,SUCCESS,2,1,9466.48,20602352.55,20611819.03,127,3850,2090,15146.37,qpeinexact -2408,SUCCESS,2,1,972.22,20611819.03,20612791.25,127,659,1254,1555.55,realamprandom -2409,SUCCESS,2,1,4022.95,20612791.25,20616814.2,127,1682,2033,6436.72,random -2411,SUCCESS,2,1,7193.54,20616814.2,20624007.74,127,2622,2332,11509.66,su2random -2413,SUCCESS,2,1,22236.94,20624007.74,20646244.68,127,6113,3092,35579.1,ae -2414,SUCCESS,2,1,78.29,20646244.68,20646322.97,127,30,2218,125.26,routing -2415,SUCCESS,2,1,2136.73,20646322.97,20648459.7,127,963,1886,3418.77,twolocalrandom -2416,SUCCESS,2,1,23761.69,20648459.7,20672221.39,127,9231,2188,38018.7,qpeexact -2417,SUCCESS,2,1,20094.18,20672221.39,20692315.57,127,8506,2008,32150.69,qnn -2418,SUCCESS,2,1,1363.72,20692315.57,20693679.29,127,286,4053,2181.95,dj -2419,SUCCESS,2,1,551.97,20693679.29,20694231.26,127,129,3637,883.15,vqe -2420,SUCCESS,2,1,2700.3,20694231.26,20696931.56,127,1238,1854,4320.48,ae -2422,SUCCESS,2,1,4055.3,20696931.56,20700986.86,127,3029,1138,6488.48,realamprandom -2423,SUCCESS,2,1,1342.46,20700986.86,20702329.32,127,491,2324,2147.94,portfoliovqe -2424,SUCCESS,2,1,87.46,20702329.32,20702416.78,127,31,2398,139.94,ghz -2425,SUCCESS,2,1,263.02,20702416.78,20702679.8,127,115,1944,420.83,dj -2426,SUCCESS,2,1,50.32,20702679.8,20702730.12,127,16,2673,80.51,ghz -2427,SUCCESS,2,1,18106.17,20702730.12,20720836.29,127,4612,3337,28969.87,qftentangled -2428,SUCCESS,2,1,130.56,20720836.29,20720966.85,127,64,1734,208.9,graphstate -2429,SUCCESS,2,1,419.69,20720966.85,20721386.54,127,96,3716,671.5,graphstate -2430,SUCCESS,2,1,1217.48,20721386.54,20722604.02,127,324,3194,1947.97,ae -2431,SUCCESS,2,1,467.31,20722604.02,20723071.33,127,253,1570,747.7,wstate -2432,SUCCESS,2,1,199.02,20723071.33,20723270.35,127,111,1524,318.43,graphstate -2433,SUCCESS,2,1,4511.86,20723270.35,20727782.21,127,2412,1590,7218.98,ae -2434,SUCCESS,2,1,19241.57,20727782.21,20747023.78,127,5808,2816,30786.51,realamprandom -2435,SUCCESS,2,1,117.62,20747023.78,20747141.4,127,43,2325,188.19,qaoa -2436,SUCCESS,2,1,32729.73,20747141.4,20779871.13,127,7198,3865,52367.57,ae -2437,SUCCESS,2,1,21133.05,20779871.13,20801004.18,127,7851,2288,33812.88,qnn -2438,SUCCESS,2,1,6461.92,20801004.18,20807466.1,127,3289,1670,10339.07,ae -2440,SUCCESS,2,1,1816.44,20807466.1,20809282.54,127,601,2569,2906.3,dj -2443,SUCCESS,2,1,21546.25,20809282.54,20830828.79,127,6154,2976,34474,random -2444,SUCCESS,2,1,21151.89,20830828.79,20851980.68,127,4576,3929,33843.02,qpeinexact -2445,SUCCESS,2,1,615.05,20851980.68,20852595.73,127,274,1908,984.08,qft -2446,SUCCESS,2,1,104.48,20852595.73,20852700.21,127,41,2166,167.17,graphstate -2448,SUCCESS,2,1,4866.6,20852700.21,20857566.81,127,1888,2191,7786.56,qpeinexact -2449,SUCCESS,2,1,1445.61,20857566.81,20859012.42,127,707,1738,2312.98,qpeexact -2450,SUCCESS,2,1,9332.23,20859012.42,20868344.65,127,5229,1517,14931.57,su2random -2451,SUCCESS,2,1,2193.85,20868344.65,20870538.5,127,748,2493,3510.16,twolocalrandom -2452,SUCCESS,2,1,310.47,20870538.5,20870848.97,127,73,3615,496.75,graphstate -2453,SUCCESS,2,1,6998.48,20870848.97,20877847.45,127,1975,3012,11197.57,qnn -2455,SUCCESS,2,1,272.03,20877847.45,20878119.48,127,178,1299,435.25,ae -2456,SUCCESS,2,1,3284.54,20878119.48,20881404.02,127,2214,1261,5255.26,qftentangled -2457,SUCCESS,2,1,2826.73,20881404.02,20884230.75,127,612,3926,4522.77,portfoliovqe -2458,SUCCESS,2,1,1329.4,20884230.75,20885560.15,127,404,2797,2127.04,qnn -2459,SUCCESS,2,1,1837.2,20885560.15,20887397.35,127,511,3056,2939.52,qpeinexact -2460,SUCCESS,2,1,17599.77,20887397.35,20904997.12,127,6637,2254,28159.63,realamprandom -2461,SUCCESS,2,1,275,20904997.12,20905272.12,127,112,2087,440,graphstate -2463,SUCCESS,2,1,358.73,20905272.12,20905630.85,127,88,3465,573.97,graphstate -2464,SUCCESS,2,1,18420.4,20905630.85,20924051.25,127,7396,2117,29472.64,realamprandom -2466,SUCCESS,2,1,10038.48,20924051.25,20934089.73,127,2567,3324,16061.57,su2random -2467,SUCCESS,2,1,21314.42,20934089.73,20955404.15,127,8765,2067,34103.07,random -2468,SUCCESS,2,1,378.83,20955404.15,20955782.98,127,201,1602,606.13,wstate -2469,SUCCESS,2,1,8476.06,20955782.98,20964259.04,127,3886,1854,13561.7,twolocalrandom -2471,SUCCESS,2,1,1182.64,20964259.04,20965441.68,127,279,3603,1892.22,su2random -2472,SUCCESS,2,1,7451.5,20965441.68,20972893.18,127,2581,2454,11922.4,twolocalrandom -2473,SUCCESS,2,1,156.92,20972893.18,20973050.1,127,64,2084,251.07,wstate -2474,SUCCESS,2,1,30.8,20973050.1,20973080.9,127,18,1454,49.28,ghz -2476,SUCCESS,2,1,14873.93,20973080.9,20987954.83,127,3460,3654,23798.29,ae -2477,SUCCESS,2,1,2611.01,20987954.83,20990565.84,127,589,3768,4177.62,portfoliovqe -2480,SUCCESS,2,1,30.35,20990565.84,20990596.19,127,18,1433,48.56,ghz -2482,SUCCESS,2,1,883.21,20990596.19,20991479.4,127,690,1088,1413.14,realamprandom -2483,SUCCESS,2,1,191.12,20991479.4,20991670.52,127,44,3692,305.79,ghz -2484,SUCCESS,2,1,15690.85,20991670.52,21007361.37,127,6719,1985,25105.36,qft -2485,SUCCESS,2,1,5343.93,21007361.37,21012705.3,127,3754,1210,8550.29,twolocalrandom -2486,SUCCESS,2,1,18074.3,21012705.3,21030779.6,127,5185,2963,28918.88,qft -2489,SUCCESS,2,1,700.46,21030779.6,21031480.06,127,169,3523,1120.74,wstate -2490,SUCCESS,2,1,1114.41,21031480.06,21032594.47,127,584,1622,1783.06,ghz -2491,SUCCESS,2,1,381.34,21032594.47,21032975.81,127,89,3642,610.14,wstate -2492,SUCCESS,2,1,513.42,21032975.81,21033489.23,127,113,3862,821.47,dj -2493,SUCCESS,2,1,18853.32,21033489.23,21052342.55,127,9596,1670,30165.31,qnn -2496,SUCCESS,2,1,406.28,21052342.55,21052748.83,127,229,1508,650.05,wstate -2497,SUCCESS,2,1,35144.48,21052748.83,21087893.31,127,9220,3240,56231.17,su2random -2498,SUCCESS,2,1,201.94,21087893.31,21088095.25,127,96,1788,323.1,graphstate -2499,SUCCESS,2,1,1189.49,21088095.25,21089284.74,127,294,3439,1903.18,dj -2500,SUCCESS,2,1,2172.76,21089284.74,21091457.5,127,1353,1365,3476.42,qft -2501,SUCCESS,2,1,314.8,21091457.5,21091772.3,127,175,1529,503.68,graphstate -2503,SUCCESS,2,1,448.96,21091772.3,21092221.26,127,184,2074,718.34,twolocalrandom -2504,SUCCESS,2,1,48.79,21092221.26,21092270.05,127,11,3770,78.06,ghz -2506,SUCCESS,2,1,233.75,21092270.05,21092503.8,127,82,2423,374,dj -2507,SUCCESS,2,1,1081.5,21092503.8,21093585.3,127,873,1053,1730.4,ghz -2508,SUCCESS,2,1,7908.65,21093585.3,21101493.95,127,4536,1482,12653.84,su2random -2509,SUCCESS,2,1,1070.18,21101493.95,21102564.13,127,230,3955,1712.29,su2random -2511,SUCCESS,2,1,3409,21102564.13,21105973.13,127,850,3409,5454.4,ae -2512,SUCCESS,2,1,1167.57,21105973.13,21107140.7,127,548,1811,1868.11,realamprandom -2514,SUCCESS,2,1,1473.88,21107140.7,21108614.58,127,353,3549,2358.21,su2random -2515,SUCCESS,2,1,1205.92,21108614.58,21109820.5,127,728,1408,1929.47,qft -2516,SUCCESS,2,1,6428.53,21109820.5,21116249.03,127,3126,1748,10285.65,qnn -2517,SUCCESS,2,1,2853.68,21116249.03,21119102.71,127,625,3881,4565.89,su2random -2518,SUCCESS,2,1,1294.05,21119102.71,21120396.76,127,289,3806,2070.48,wstate -2519,SUCCESS,2,1,3384.51,21120396.76,21123781.27,127,1427,2016,5415.22,qpeexact -2520,SUCCESS,2,1,4933.21,21123781.27,21128714.48,127,1126,3724,7893.14,wstate -2521,SUCCESS,2,1,43072.61,21128714.48,21171787.09,127,9378,3904,68916.18,qpeexact -2522,SUCCESS,2,1,12457.06,21171787.09,21184244.15,127,6516,1625,19931.3,ae -2525,SUCCESS,2,1,1541.87,21184244.15,21185786.02,127,379,3458,2466.99,ae -2526,SUCCESS,2,1,525.88,21185786.02,21186311.9,127,112,3991,841.41,ghz -2527,SUCCESS,2,1,1018.88,21186311.9,21187330.78,127,281,3082,1630.21,wstate -2530,SUCCESS,2,1,5843.44,21187330.78,21193174.22,127,2555,1944,9349.5,qftentangled -2531,SUCCESS,2,1,2562.6,21193174.22,21195736.82,127,688,3166,4100.16,ae -2533,SUCCESS,2,1,295.19,21195736.82,21196032.01,127,110,2281,472.3,graphstate -2534,SUCCESS,2,1,10747.74,21196032.01,21206779.75,127,8186,1116,17196.38,qnn -2536,SUCCESS,2,1,18878.94,21206779.75,21225658.69,127,8121,1976,30206.3,qpeinexact -2537,SUCCESS,2,1,23378.83,21225658.69,21249037.52,127,12000,1656,37406.13,realamprandom -2538,SUCCESS,2,1,5665.61,21249037.52,21254703.13,127,1545,3117,9064.98,su2random -2539,SUCCESS,2,1,996.95,21254703.13,21255700.08,127,367,2309,1595.12,dj -2541,SUCCESS,2,1,81.75,21255700.08,21255781.83,127,60,1158,130.8,ghz -2542,SUCCESS,2,1,475.49,21255781.83,21256257.32,127,192,2105,760.78,graphstate -2543,SUCCESS,2,1,6211.32,21256257.32,21262468.64,127,1627,3245,9938.11,realamprandom -2544,SUCCESS,2,1,2568.67,21262468.64,21265037.31,127,577,3784,4109.87,ghz -2545,SUCCESS,2,1,35873.28,21265037.31,21300910.59,127,11072,2754,57397.25,su2random -2546,SUCCESS,2,1,3757.54,21300910.59,21304668.13,127,929,3438,6012.06,ae -2551,SUCCESS,2,1,1384.78,21304668.13,21306052.91,127,603,1952,2215.65,qft -2552,SUCCESS,2,1,406.57,21306052.91,21306459.48,127,231,1496,650.51,qftentangled -2553,SUCCESS,2,1,28174.01,21306459.48,21334633.49,127,7821,3062,45078.42,random -2555,SUCCESS,2,1,1478.25,21334633.49,21336111.74,127,342,3674,2365.2,qpeexact -2557,SUCCESS,2,1,1901.44,21336111.74,21338013.18,127,718,2251,3042.3,qwalk-v-chain -2558,SUCCESS,2,1,6461.46,21338013.18,21344474.64,127,1995,2753,10338.34,qnn -2560,SUCCESS,2,1,16433.59,21344474.64,21360908.23,127,3802,3674,26293.74,su2random -2562,SUCCESS,2,1,48833.78,21360908.23,21409742.01,127,11457,3623,78134.05,twolocalrandom -2563,SUCCESS,2,1,3393.94,21409742.01,21413135.95,127,971,2971,5430.3,qpeinexact -2565,SUCCESS,2,1,21332.23,21413135.95,21434468.18,127,5027,3607,34131.57,random -2567,SUCCESS,2,1,1137.99,21434468.18,21435606.17,127,873,1108,1820.78,dj -2569,SUCCESS,2,1,7274.71,21435606.17,21442880.88,127,2309,2678,11639.54,realamprandom -2570,SUCCESS,2,1,2297.71,21442880.88,21445178.59,127,555,3519,3676.34,dj -2571,SUCCESS,2,1,2877.3,21445178.59,21448055.89,127,983,2488,4603.68,qft -2572,SUCCESS,2,1,967.24,21448055.89,21449023.13,127,341,2411,1547.58,portfoliovqe -2574,SUCCESS,2,1,8164.55,21449023.13,21457187.68,127,2403,2888,13063.28,random -2575,SUCCESS,2,1,2800.27,21457187.68,21459987.95,127,616,3864,4480.43,dj -2576,SUCCESS,2,1,13925.92,21459987.95,21473913.87,127,9655,1226,22281.47,twolocalrandom -2577,SUCCESS,2,1,28898.79,21473913.87,21502812.66,127,10547,2329,46238.06,su2random -2578,SUCCESS,2,1,5419.12,21502812.66,21508231.78,127,3253,1416,8670.59,qft -2579,SUCCESS,2,1,103.59,21508231.78,21508335.37,127,23,3828,165.74,vqe -2580,SUCCESS,2,1,24708.38,21508335.37,21533043.75,127,9634,2180,39533.41,su2random -2581,SUCCESS,2,1,7581.28,21533043.75,21540625.03,127,1934,3332,12130.05,qft -2582,SUCCESS,2,1,2258.37,21540625.03,21542883.4,127,1462,1313,3613.39,realamprandom -2583,SUCCESS,2,1,30807.95,21542883.4,21573691.35,127,7030,3725,49292.72,qpeexact -2585,SUCCESS,2,1,921.3,21573691.35,21574612.65,127,224,3496,1474.08,ae -2586,SUCCESS,2,1,259.36,21574612.65,21574872.01,127,89,2477,414.98,ghz -2587,SUCCESS,2,1,4602.9,21574872.01,21579474.91,127,1279,3059,7364.64,realamprandom -2588,SUCCESS,2,1,4439.74,21579474.91,21583914.65,127,1447,2608,7103.58,qpeexact -2589,SUCCESS,2,1,1545.6,21583914.65,21585460.25,127,714,1840,2472.96,wstate -2591,SUCCESS,2,1,5218.87,21585460.25,21590679.12,127,1357,3269,8350.19,wstate -2592,SUCCESS,2,1,776.69,21590679.12,21591455.81,127,337,1959,1242.7,wstate -2593,SUCCESS,2,1,30734.54,21591455.81,21622190.35,127,12317,2121,49175.26,su2random -2594,SUCCESS,2,1,4180.95,21622190.35,21626371.3,127,1403,2533,6689.52,ae -2595,SUCCESS,2,1,6779.02,21626371.3,21633150.32,127,3113,1851,10846.43,qpeexact -2596,SUCCESS,2,1,32621.48,21633150.32,21665771.8,127,7824,3544,52194.37,qftentangled -2597,SUCCESS,2,1,11848.9,21665771.8,21677620.7,127,4317,2333,18958.24,qft -2598,SUCCESS,2,1,54113.4,21677620.7,21731734.1,127,15487,2970,86581.44,random -2599,SUCCESS,2,1,3423.17,21731734.1,21735157.27,127,1379,2110,5477.07,twolocalrandom -2600,SUCCESS,2,1,7065.71,21735157.27,21742222.98,127,2692,2231,11305.14,qftentangled -2601,SUCCESS,2,1,18250.34,21742222.98,21760473.32,127,4044,3836,29200.54,qpeexact -2602,SUCCESS,2,1,6056.16,21760473.32,21766529.48,127,2442,2108,9689.86,qnn -2603,SUCCESS,2,1,20201.91,21766529.48,21786731.39,127,7084,2424,32323.06,ae -2604,SUCCESS,2,1,6337.5,21786731.39,21793068.89,127,1731,3112,10140,realamprandom -2605,SUCCESS,2,1,3437.99,21793068.89,21796506.88,127,2681,1090,5500.78,qpeexact -2606,SUCCESS,2,1,1761.84,21796506.88,21798268.72,127,797,1879,2818.94,su2random -2607,SUCCESS,2,1,188.44,21798268.72,21798457.16,127,46,3482,301.5,ghz -2609,SUCCESS,2,1,272.93,21798457.16,21798730.09,127,165,1406,436.69,wstate -2610,SUCCESS,2,1,22850.66,21798730.09,21821580.75,127,5831,3331,36561.06,twolocalrandom -2612,SUCCESS,2,1,9921.13,21821580.75,21831501.88,127,2774,3040,15873.81,twolocalrandom -2613,SUCCESS,2,1,178.45,21831501.88,21831680.33,127,120,1264,285.52,graphstate -2614,SUCCESS,2,1,96.54,21831680.33,21831776.87,127,24,3419,154.46,graphstate -2616,SUCCESS,2,1,297.13,21831776.87,21832074,127,103,2452,475.41,dj -2618,SUCCESS,2,1,4846.24,21832074,21836920.24,127,1791,2300,7753.98,ae -2619,SUCCESS,2,1,4857.76,21836920.24,21841778,127,2384,1732,7772.42,qpeexact -2621,SUCCESS,2,1,2660.87,21841778,21844438.87,127,849,2664,4257.39,twolocalrandom -2622,SUCCESS,2,1,4754.53,21844438.87,21849193.4,127,1228,3291,7607.25,qftentangled -2623,SUCCESS,2,1,1842.04,21849193.4,21851035.44,127,557,2811,2947.26,dj -2624,SUCCESS,2,1,150.68,21851035.44,21851186.12,127,56,2287,241.09,ghz -2625,SUCCESS,2,1,6940.45,21851186.12,21858126.57,127,1749,3373,11104.72,qftentangled -2626,SUCCESS,2,1,4847.02,21858126.57,21862973.59,127,1560,2641,7755.23,qnn -2627,SUCCESS,2,1,97.36,21862973.59,21863070.95,127,64,1293,155.78,graphstate -2630,SUCCESS,2,1,14271.96,21863070.95,21877342.91,127,9799,1238,22835.14,qpeexact -2631,SUCCESS,2,1,10359.94,21877342.91,21887702.85,127,2978,2957,16575.9,qpeinexact -2632,SUCCESS,2,1,3693.34,21887702.85,21891396.19,127,2793,1124,5909.34,realamprandom -2635,SUCCESS,2,1,819.96,21891396.19,21892216.15,127,352,1980,1311.94,portfoliovqe -2636,SUCCESS,2,1,501.31,21892216.15,21892717.46,127,309,1379,802.1,qpeexact -2637,SUCCESS,2,1,225.67,21892717.46,21892943.13,127,65,2951,361.07,dj -2639,SUCCESS,2,1,1657.81,21892943.13,21894600.94,127,921,1530,2652.5,wstate -2640,SUCCESS,2,1,595.39,21894600.94,21895196.33,127,137,3694,952.62,graphstate -2641,SUCCESS,2,1,22362.27,21895196.33,21917558.6,127,4932,3854,35779.63,qft -2642,SUCCESS,2,1,170.37,21917558.6,21917728.97,127,47,3081,272.59,graphstate -2643,SUCCESS,2,1,1145.13,21917728.97,21918874.1,127,711,1369,1832.21,ae -2644,SUCCESS,2,1,27189.87,21918874.1,21946063.97,127,5762,4011,43503.79,qpeexact -2645,SUCCESS,2,1,506.9,21946063.97,21946570.87,127,334,1290,811.04,wstate -2646,SUCCESS,2,1,312.99,21946570.87,21946883.86,127,71,3747,500.78,ghz -2647,SUCCESS,2,1,8564.07,21946883.86,21955447.93,127,2162,3367,13702.51,qft -2649,SUCCESS,2,1,188.3,21955447.93,21955636.23,127,93,1721,301.28,wstate -2650,SUCCESS,2,1,285.32,21955636.23,21955921.55,127,169,1435,456.51,wstate -2651,SUCCESS,2,1,25790.41,21955921.55,21981711.96,127,6459,3394,41264.66,qft -2652,SUCCESS,2,1,1876.9,21981711.96,21983588.86,127,1011,1578,3003.04,qpeexact -2653,SUCCESS,2,1,47203.31,21983588.86,22030792.17,127,9798,4095,75525.3,qnn -2654,SUCCESS,2,1,304.36,22030792.17,22031096.53,127,97,2667,486.98,graphstate -2655,SUCCESS,2,1,12810.37,22031096.53,22043906.9,127,2661,4092,20496.59,qftentangled -2656,SUCCESS,2,1,665.55,22043906.9,22044572.45,127,519,1090,1064.88,qftentangled -2657,SUCCESS,2,1,1173.43,22044572.45,22045745.88,127,439,2272,1877.49,su2random -2659,SUCCESS,2,1,30027.45,22045745.88,22075773.33,127,7732,3301,48043.92,qpeexact -2662,SUCCESS,2,1,42794.2,22075773.33,22118567.53,127,9646,3771,68470.72,realamprandom -2663,SUCCESS,2,1,139.05,22118567.53,22118706.58,127,44,2686,222.48,ghz -2664,SUCCESS,2,1,3002.44,22118706.58,22121709.02,127,877,2910,4803.9,dj -2666,SUCCESS,2,1,3294.04,22121709.02,22125003.06,127,2010,1393,5270.46,qnn -2667,SUCCESS,2,1,3871.64,22125003.06,22128874.7,127,932,3531,6194.62,wstate -2668,SUCCESS,2,1,4031.01,22128874.7,22132905.71,127,1779,1926,6449.62,ae -2669,SUCCESS,2,1,13427.5,22132905.71,22146333.21,127,3527,3236,21484,realamprandom -2670,SUCCESS,2,1,686.73,22146333.21,22147019.94,127,296,1972,1098.77,dj -2671,SUCCESS,2,1,562.55,22147019.94,22147582.49,127,344,1390,900.08,dj -2672,SUCCESS,2,1,2057.3,22147582.49,22149639.79,127,627,2789,3291.68,qft -2674,SUCCESS,2,1,9874.21,22149639.79,22159514,127,7053,1190,15798.74,qpeexact -2676,SUCCESS,2,1,4236.25,22159514,22163750.25,127,2468,1459,6778,qft -2678,SUCCESS,2,1,2792.43,22163750.25,22166542.68,127,1211,1960,4467.89,realamprandom -2679,SUCCESS,2,1,8011.8,22166542.68,22174554.48,127,3887,1752,12818.88,qpeexact -2680,SUCCESS,2,1,2556.37,22174554.48,22177110.85,127,696,3122,4090.19,qftentangled -2681,SUCCESS,2,1,1338.07,22177110.85,22178448.92,127,493,2307,2140.91,qftentangled -2682,SUCCESS,2,1,7906.55,22178448.92,22186355.47,127,1899,3539,12650.48,qft -2683,SUCCESS,2,1,2212.39,22186355.47,22188567.86,127,535,3515,3539.82,dj -2684,SUCCESS,2,1,786.61,22188567.86,22189354.47,127,181,3694,1258.58,qnn -2685,SUCCESS,2,1,4976.25,22189354.47,22194330.72,127,1156,3659,7962,qftentangled -2688,SUCCESS,2,1,1449.01,22194330.72,22195779.73,127,525,2346,2318.42,realamprandom -2689,SUCCESS,2,1,69313.93,22195779.73,22265093.66,127,33324,1768,110902.29,shor -2690,SUCCESS,2,1,16044.26,22265093.66,22281137.92,127,5156,2645,25670.82,realamprandom -2691,SUCCESS,2,1,10344.8,22281137.92,22291482.72,127,2724,3228,16551.68,ae -2692,SUCCESS,2,1,2148.02,22291482.72,22293630.74,127,1081,1689,3436.83,ae -2693,SUCCESS,2,1,1249.42,22293630.74,22294880.16,127,750,1416,1999.07,wstate -2695,SUCCESS,2,1,343.29,22294880.16,22295223.45,127,107,2727,549.26,ghz -2696,SUCCESS,2,1,6366.29,22295223.45,22301589.74,127,1822,2970,10186.06,qpeinexact -2697,SUCCESS,2,1,135183.89,22301589.74,22436773.63,127,49657,2314,216294.22,random -2698,SUCCESS,2,1,14366.11,22436773.63,22451139.74,127,7026,1738,22985.78,su2random -2700,SUCCESS,2,1,19354,22451139.74,22470493.74,127,4451,3696,30966.4,qpeinexact -2701,SUCCESS,2,1,11966.3,22470493.74,22482460.04,127,6661,1527,19146.08,realamprandom -2704,SUCCESS,2,1,1514.51,22482460.04,22483974.55,127,1245,1034,2423.22,ae -2705,SUCCESS,2,1,6197.21,22483974.55,22490171.76,127,1375,3831,9915.54,wstate -2706,SUCCESS,2,1,783.67,22490171.76,22490955.43,127,542,1229,1253.87,ae -2707,SUCCESS,2,1,2629.79,22490955.43,22493585.22,127,1363,1640,4207.66,qpeinexact -2708,SUCCESS,2,1,4090.6,22493585.22,22497675.82,127,1154,3013,6544.96,twolocalrandom -2710,SUCCESS,2,1,2291.89,22497675.82,22499967.71,127,806,2417,3667.02,wstate -2711,SUCCESS,2,1,10376.76,22499967.71,22510344.47,127,5140,1716,16602.82,qft -2712,SUCCESS,2,1,457.49,22510344.47,22510801.96,127,128,3038,731.98,graphstate -2713,SUCCESS,2,1,12408.8,22510801.96,22523210.76,127,4814,2191,19854.08,ae -2714,SUCCESS,2,1,4617.86,22523210.76,22527828.62,127,3710,1058,7388.58,ae -2715,SUCCESS,2,1,4209.55,22527828.62,22532038.17,127,1553,2304,6735.28,qnn -2716,SUCCESS,2,1,804.86,22532038.17,22532843.03,127,618,1107,1287.78,wstate -2717,SUCCESS,2,1,1016.9,22532843.03,22533859.93,127,294,2940,1627.04,qpeinexact -2718,SUCCESS,2,1,98.95,22533859.93,22533958.88,127,21,4005,158.32,dj -2719,SUCCESS,2,1,28152.62,22533958.88,22562111.5,127,10892,2197,45044.19,qnn -2720,SUCCESS,2,1,378.18,22562111.5,22562489.68,127,265,1213,605.09,dj -2721,SUCCESS,2,1,3755.37,22562489.68,22566245.05,127,833,3832,6008.59,ghz -2722,SUCCESS,2,1,154.48,22566245.05,22566399.53,127,50,2626,247.17,ghz -2723,SUCCESS,2,1,39561.53,22566399.53,22605961.06,127,14141,2378,63298.45,su2random -2724,SUCCESS,2,1,962.8,22605961.06,22606923.86,127,488,1677,1540.48,dj -2725,SUCCESS,2,1,13292.79,22606923.86,22620216.65,127,3532,3199,21268.46,qft -2726,SUCCESS,2,1,4291.03,22620216.65,22624507.68,127,1043,3497,6865.65,su2random -2728,SUCCESS,2,1,14307.28,22624507.68,22638814.96,127,7663,1587,22891.65,qftentangled -2730,SUCCESS,2,1,1307.61,22638814.96,22640122.57,127,718,1548,2092.18,qpeinexact -2731,SUCCESS,2,1,157.22,22640122.57,22640279.79,127,70,1909,251.55,dj -2732,SUCCESS,2,1,21603.36,22640279.79,22661883.15,127,5115,3590,34565.38,realamprandom -2733,SUCCESS,2,1,1284.24,22661883.15,22663167.39,127,269,4058,2054.78,ghz -2735,SUCCESS,2,1,3965.41,22663167.39,22667132.8,127,1018,3311,6344.66,wstate -2736,SUCCESS,2,1,103.64,22667132.8,22667236.44,127,28,3146,165.82,vqe -2737,SUCCESS,2,1,1762.71,22667236.44,22668999.15,127,978,1532,2820.34,su2random -2740,SUCCESS,2,1,4273.08,22668999.15,22673272.23,127,1058,3433,6836.93,wstate -2741,SUCCESS,2,1,999.42,22673272.23,22674271.65,127,500,1699,1599.07,qft -2742,SUCCESS,2,1,1179.13,22674271.65,22675450.78,127,469,2137,1886.61,dj -2743,SUCCESS,2,1,1102.09,22675450.78,22676552.87,127,265,3535,1763.34,wstate -2744,SUCCESS,2,1,79.15,22676552.87,22676632.02,127,35,1922,126.64,qaoa -2745,SUCCESS,2,1,15586.8,22676632.02,22692218.82,127,5051,2623,24938.88,realamprandom -2746,SUCCESS,2,1,3927,22692218.82,22696145.82,127,935,3570,6283.2,twolocalrandom -2747,SUCCESS,2,1,96.76,22696145.82,22696242.58,127,80,1028,154.82,ghz -2748,SUCCESS,2,1,794.96,22696242.58,22697037.54,127,394,1715,1271.94,portfoliovqe -2749,SUCCESS,2,1,496.13,22697037.54,22697533.67,127,193,2185,793.81,wstate -2750,SUCCESS,2,1,65609.97,22697533.67,22763143.64,127,13622,4094,104975.95,qnn -2751,SUCCESS,2,1,9711.4,22763143.64,22772855.04,127,5973,1382,15538.24,qftentangled -2752,SUCCESS,2,1,12799.72,22772855.04,22785654.76,127,4302,2529,20479.55,qpeexact -2753,SUCCESS,2,1,6472.74,22785654.76,22792127.5,127,3271,1682,10356.38,qpeinexact -2754,SUCCESS,2,1,1791.48,22792127.5,22793918.98,127,462,3296,2866.37,su2random -2755,SUCCESS,2,1,866.3,22793918.98,22794785.28,127,309,2383,1386.08,qpeinexact -2757,SUCCESS,2,1,1226.71,22794785.28,22796011.99,127,261,3995,1962.74,qftentangled -2758,SUCCESS,2,1,23430.53,22796011.99,22819442.52,127,8566,2325,37488.85,ae -2760,SUCCESS,2,1,26470.7,22819442.52,22845913.22,127,11404,1973,42353.12,qpeexact -2761,SUCCESS,2,1,2810.75,22845913.22,22848723.97,127,2168,1102,4497.2,qpeexact -2762,SUCCESS,2,1,206.41,22848723.97,22848930.38,127,57,3078,330.26,ghz -2763,SUCCESS,2,1,14694.04,22848930.38,22863624.42,127,8266,1511,23510.46,twolocalrandom -2764,SUCCESS,2,1,2368.34,22863624.42,22865992.76,127,597,3372,3789.34,qpeinexact -2765,SUCCESS,2,1,3049.97,22865992.76,22869042.73,127,2323,1116,4879.95,qft -2766,SUCCESS,2,1,3779.69,22869042.73,22872822.42,127,815,3942,6047.5,su2random -2767,SUCCESS,2,1,6922.63,22872822.42,22879745.05,127,1621,3630,11076.21,qftentangled -2768,SUCCESS,2,1,1465.57,22879745.05,22881210.62,127,359,3470,2344.91,portfoliovqe -2769,SUCCESS,2,1,3546.24,22881210.62,22884756.86,127,860,3505,5673.98,qftentangled -2770,SUCCESS,2,1,63.97,22884756.86,22884820.83,127,32,1699,102.35,graphstate -2771,SUCCESS,2,1,3548.33,22884820.83,22888369.16,127,1136,2655,5677.33,grover-v-chain -2772,SUCCESS,2,1,14671.18,22888369.16,22903040.34,127,3500,3563,23473.89,qftentangled -2773,SUCCESS,2,1,3507.77,22903040.34,22906548.11,127,838,3558,5612.43,twolocalrandom -2774,SUCCESS,2,1,10841.32,22906548.11,22917389.43,127,2498,3689,17346.11,qpeexact -2775,SUCCESS,2,1,389.41,22917389.43,22917778.84,127,193,1715,623.06,dj -2776,SUCCESS,2,1,1606.22,22917778.84,22919385.06,127,786,1737,2569.95,dj -2778,SUCCESS,2,1,1035.29,22919385.06,22920420.35,127,317,2776,1656.46,wstate -2779,SUCCESS,2,1,1862.97,22920420.35,22922283.32,127,748,2117,2980.75,twolocalrandom -2780,SUCCESS,2,1,7361.93,22922283.32,22929645.25,127,1694,3694,11779.09,qnn -2781,SUCCESS,2,1,22479.02,22929645.25,22952124.27,127,10067,1898,35966.43,su2random -2782,SUCCESS,2,1,37524.45,22952124.27,22989648.72,127,15031,2122,60039.12,qnn -2784,SUCCESS,2,1,837.67,22989648.72,22990486.39,127,236,3017,1340.27,qft -2785,SUCCESS,2,1,7422.88,22990486.39,22997909.27,127,1697,3718,11876.61,qftentangled -2786,SUCCESS,2,1,8588.28,22997909.27,23006497.55,127,3661,1994,13741.25,qft -2787,SUCCESS,2,1,729.48,23006497.55,23007227.03,127,313,1981,1167.17,dj -2789,SUCCESS,2,1,2838.64,23007227.03,23010065.67,127,629,3836,4541.82,dj -2790,SUCCESS,2,1,2145.9,23010065.67,23012211.57,127,1019,1790,3433.44,ghz -2791,SUCCESS,2,1,16493.62,23012211.57,23028705.19,127,3592,3903,26389.79,qftentangled -2793,SUCCESS,2,1,1631.19,23028705.19,23030336.38,127,565,2454,2609.9,dj -2794,SUCCESS,2,1,16554.77,23030336.38,23046891.15,127,4407,3193,26487.63,qft -2796,SUCCESS,2,1,140827.24,23046891.15,23187718.39,127,53775,2226,225323.58,random -2797,SUCCESS,2,1,9480.12,23187718.39,23197198.51,127,2678,3009,15168.19,qpeinexact -2798,SUCCESS,2,1,699.12,23197198.51,23197897.63,127,236,2518,1118.59,random -2799,SUCCESS,2,1,417.84,23197897.63,23198315.47,127,130,2732,668.54,dj -2800,SUCCESS,2,1,3291.08,23198315.47,23201606.55,127,1903,1470,5265.73,qwalk-v-chain -2801,SUCCESS,2,1,958.02,23201606.55,23202564.57,127,365,2231,1532.83,portfolioqaoa -2802,SUCCESS,2,1,7350.63,23202564.57,23209915.2,127,3239,1929,11761.01,realamprandom -2803,SUCCESS,2,1,15676.62,23209915.2,23225591.82,127,4405,3025,25082.59,twolocalrandom -2804,SUCCESS,2,1,13149.07,23225591.82,23238740.89,127,2759,4051,21038.51,su2random -2805,SUCCESS,2,1,16167.4,23238740.89,23254908.29,127,4687,2932,25867.84,realamprandom -2806,SUCCESS,2,1,2582.18,23254908.29,23257490.47,127,913,2404,4131.49,ae -2807,SUCCESS,2,1,23451.85,23257490.47,23280942.32,127,7664,2601,37522.96,qpeexact -2808,SUCCESS,2,1,382.42,23280942.32,23281324.74,127,188,1729,611.87,dj -2809,SUCCESS,2,1,5364.77,23281324.74,23286689.51,127,2153,2118,8583.63,su2random -2810,SUCCESS,2,1,6659.55,23286689.51,23293349.06,127,4331,1307,10655.28,qpeexact -2812,SUCCESS,2,1,20970.1,23293349.06,23314319.16,127,7915,2252,33552.16,qft -2814,SUCCESS,2,1,5777.19,23314319.16,23320096.35,127,1211,4055,9243.5,random -2816,SUCCESS,2,1,313.84,23320096.35,23320410.19,127,195,1368,502.14,qpeexact -2817,SUCCESS,2,1,546.73,23320410.19,23320956.92,127,157,2960,874.77,graphstate -2818,SUCCESS,2,1,48939.89,23320956.92,23369896.81,127,12388,3358,78303.82,qnn -2819,SUCCESS,2,1,21112.11,23369896.81,23391008.92,127,4612,3891,33779.38,twolocalrandom -2820,SUCCESS,2,1,393.06,23391008.92,23391401.98,127,314,1064,628.9,random -2821,SUCCESS,2,1,1223.97,23391401.98,23392625.95,127,392,2654,1958.35,qnn -2822,SUCCESS,2,1,5830.41,23392625.95,23398456.36,127,1329,3729,9328.66,ae -2824,SUCCESS,2,1,9330.5,23398456.36,23407786.86,127,5187,1529,14928.8,qnn -2825,SUCCESS,2,1,10099.09,23407786.86,23417885.95,127,2904,2956,16158.54,ae -2827,SUCCESS,2,1,5262.93,23417885.95,23423148.88,127,2053,2179,8420.69,qftentangled -2828,SUCCESS,2,1,1746.95,23423148.88,23424895.83,127,717,2071,2795.12,qnn -2829,SUCCESS,2,1,669.6,23424895.83,23425565.43,127,153,3720,1071.36,qftentangled -2830,SUCCESS,2,1,8388.86,23425565.43,23433954.29,127,2793,2553,13422.18,twolocalrandom -2832,SUCCESS,2,1,6145.07,23433954.29,23440099.36,127,2067,2527,9832.11,pricingput -2834,SUCCESS,2,1,199.5,23440099.36,23440298.86,127,78,2174,319.2,dj -2835,SUCCESS,2,1,520.09,23440298.86,23440818.95,127,148,2987,832.14,wstate -2837,SUCCESS,2,1,24762.62,23440818.95,23465581.57,127,5219,4033,39620.19,qpeinexact -2840,SUCCESS,2,1,7245.33,23465581.57,23472826.9,127,1518,4057,11592.53,pricingput -2842,SUCCESS,2,1,193.23,23472826.9,23473020.13,127,107,1535,309.17,graphstate -2843,SUCCESS,2,1,7532.19,23473020.13,23480552.32,127,4047,1582,12051.5,ae -2844,SUCCESS,2,1,406.45,23480552.32,23480958.77,127,325,1063,650.32,wstate -2847,SUCCESS,2,1,5946.5,23480958.77,23486905.27,127,1752,2885,9514.4,qpeexact -2848,SUCCESS,2,1,43204.82,23486905.27,23530110.09,127,14464,2539,69127.71,random -2850,SUCCESS,2,1,11540.35,23530110.09,23541650.44,127,3053,3213,18464.56,qpeexact -2852,SUCCESS,2,1,6038.64,23541650.44,23547689.08,127,1327,3868,9661.82,qpeinexact -2853,SUCCESS,2,1,21959.43,23547689.08,23569648.51,127,5612,3326,35135.09,su2random -2854,SUCCESS,2,1,4887.27,23569648.51,23574535.78,127,2498,1663,7819.63,qpeinexact -2855,SUCCESS,2,1,22257.4,23574535.78,23596793.18,127,4846,3904,35611.84,qft -2857,SUCCESS,2,1,34983.63,23596793.18,23631776.81,127,8677,3427,55973.81,qpeexact -2858,SUCCESS,2,1,7526.36,23631776.81,23639303.17,127,1645,3889,12042.18,qftentangled -2859,SUCCESS,2,1,6951.04,23639303.17,23646254.21,127,2177,2714,11121.66,qftentangled -2860,SUCCESS,2,1,9684.84,23646254.21,23655939.05,127,3730,2207,15495.74,qpeinexact -2861,SUCCESS,2,1,18370.44,23655939.05,23674309.49,127,6748,2314,29392.7,su2random -2862,SUCCESS,2,1,1868.6,23674309.49,23676178.09,127,424,3746,2989.76,dj -2863,SUCCESS,2,1,977.8,23676178.09,23677155.89,127,305,2725,1564.48,groundstate -2865,SUCCESS,2,1,264.05,23677155.89,23677419.94,127,82,2737,422.48,graphstate -2866,SUCCESS,2,1,1275.45,23677419.94,23678695.39,127,491,2208,2040.72,dj -2867,SUCCESS,2,1,2744.97,23678695.39,23681440.36,127,740,3153,4391.95,portfoliovqe -2868,SUCCESS,2,1,25018.9,23681440.36,23706459.26,127,6456,3294,40030.24,qpeexact -2869,SUCCESS,2,1,3255.99,23706459.26,23709715.25,127,821,3371,5209.58,dj -2870,SUCCESS,2,1,187.93,23709715.25,23709903.18,127,82,1948,300.69,dj -2871,SUCCESS,2,1,2608.13,23709903.18,23712511.31,127,568,3903,4173.01,random -2872,SUCCESS,2,1,112518.88,23712511.31,23825030.19,127,27610,3464,180030.21,random -2873,SUCCESS,2,1,877.76,23825030.19,23825907.95,127,549,1359,1404.42,dj -2875,SUCCESS,2,1,18768.83,23825907.95,23844676.78,127,4252,3752,30030.13,qpeexact -2876,SUCCESS,2,1,1343.4,23844676.78,23846020.18,127,654,1746,2149.44,portfolioqaoa -2877,SUCCESS,2,1,394.06,23846020.18,23846414.24,127,275,1218,630.5,twolocalrandom -2878,SUCCESS,2,1,272.44,23846414.24,23846686.68,127,139,1666,435.9,graphstate -2879,SUCCESS,2,1,2926,23846686.68,23849612.68,127,626,3973,4681.6,ae -2880,SUCCESS,2,1,203.67,23849612.68,23849816.35,127,49,3533,325.87,ghz -2881,SUCCESS,2,1,5688.38,23849816.35,23855504.73,127,1520,3181,9101.41,qftentangled -2882,SUCCESS,2,1,2696.49,23855504.73,23858201.22,127,853,2687,4314.38,dj -2883,SUCCESS,2,1,61293.12,23858201.22,23919494.34,127,17037,3058,98068.99,pricingcall -2885,SUCCESS,2,1,30132.89,23919494.34,23949627.23,127,20425,1254,48212.62,random -2887,SUCCESS,2,1,130.13,23949627.23,23949757.36,127,52,2127,208.21,graphstate -2889,SUCCESS,2,1,2412.96,23949757.36,23952170.32,127,585,3506,3860.74,qnn -2890,SUCCESS,2,1,4967.05,23952170.32,23957137.37,127,1119,3773,7947.28,qft -2891,SUCCESS,2,1,21659.99,23957137.37,23978797.36,127,4597,4005,34655.98,qftentangled -2892,SUCCESS,2,1,26165.43,23978797.36,24004962.79,127,7384,3012,41864.69,pricingput -2893,SUCCESS,2,1,49000.49,24004962.79,24053963.28,127,20701,2012,78400.78,random -2894,SUCCESS,2,1,1140.1,24053963.28,24055103.38,127,486,1994,1824.16,qpeinexact -2895,SUCCESS,2,1,1085.92,24055103.38,24056189.3,127,482,1915,1737.47,dj -2896,SUCCESS,2,1,4910.56,24056189.3,24061099.86,127,2122,1967,7856.9,ae -2899,SUCCESS,2,1,844.95,24061099.86,24061944.81,127,350,2052,1351.92,dj -2901,SUCCESS,2,1,53346.25,24061944.81,24115291.06,127,13621,3329,85354,random -2902,SUCCESS,2,1,760.43,24115291.06,24116051.49,127,298,2169,1216.69,dj -2903,SUCCESS,2,1,2371.08,24116051.49,24118422.57,127,1597,1262,3793.73,qftentangled -2904,SUCCESS,2,1,18648.78,24118422.57,24137071.35,127,4252,3728,29838.05,qpeinexact -2906,SUCCESS,2,1,8091.75,24137071.35,24145163.1,127,3479,1977,12946.8,qpeinexact -2907,SUCCESS,2,1,804.44,24145163.1,24145967.54,127,228,2999,1287.1,dj -2908,SUCCESS,2,1,13333.62,24145967.54,24159301.16,127,6574,1724,21333.79,qftentangled -2909,SUCCESS,2,1,13723.44,24159301.16,24173024.6,127,3587,3252,21957.5,qftentangled -2910,SUCCESS,2,1,252.73,24173024.6,24173277.33,127,137,1568,404.37,graphstate -2911,SUCCESS,2,1,2181.41,24173277.33,24175458.74,127,839,2210,3490.26,qftentangled -2913,SUCCESS,2,1,141.32,24175458.74,24175600.06,127,42,2860,226.11,ghz -2914,SUCCESS,2,1,5826.18,24175600.06,24181426.24,127,4650,1065,9321.89,qnn -2915,SUCCESS,2,1,1591.72,24181426.24,24183017.96,127,448,3020,2546.75,graphstate -2916,SUCCESS,2,1,51.8,24183017.96,24183069.76,127,35,1258,82.88,qaoa -2917,SUCCESS,2,1,6423,24183069.76,24189492.76,127,2382,2292,10276.8,qnn -2918,SUCCESS,2,1,611.16,24189492.76,24190103.92,127,463,1122,977.86,dj -2920,SUCCESS,2,1,4275.22,24190103.92,24194379.14,127,1878,1935,6840.35,qnn -2921,SUCCESS,2,1,173.42,24194379.14,24194552.56,127,44,3350,277.47,ghz -2922,SUCCESS,2,1,31902.45,24194552.56,24226455.01,127,10107,2683,51043.92,twolocalrandom -2923,SUCCESS,2,1,2543.56,24226455.01,24228998.57,127,529,4087,4069.7,portfoliovqe -2924,SUCCESS,2,1,20280.74,24228998.57,24249279.31,127,9451,1824,32449.18,ae -2925,SUCCESS,2,1,8698.03,24249279.31,24257977.34,127,1980,3734,13916.85,qft -2926,SUCCESS,2,1,1716.41,24257977.34,24259693.75,127,963,1515,2746.26,qpeinexact -2928,SUCCESS,2,1,147.75,24259693.75,24259841.5,127,41,3063,236.4,ghz -2929,SUCCESS,2,1,38006.63,24259841.5,24297848.13,127,9655,3346,60810.61,realamprandom -2930,SUCCESS,2,1,1692.61,24297848.13,24299540.74,127,546,2635,2708.18,qpeinexact -2933,SUCCESS,2,1,14366.02,24299540.74,24313906.76,127,8716,1401,22985.63,qpeinexact -2934,SUCCESS,2,1,3605.76,24313906.76,24317512.52,127,2166,1415,5769.22,qpeinexact -2935,SUCCESS,2,1,107.37,24317512.52,24317619.89,127,65,1404,171.79,graphstate -2936,SUCCESS,2,1,816.98,24317619.89,24318436.87,127,591,1175,1307.17,wstate -2937,SUCCESS,2,1,105.84,24318436.87,24318542.71,127,29,3102,169.34,wstate -2939,SUCCESS,2,1,358.55,24318542.71,24318901.26,127,152,2005,573.68,su2random -2940,SUCCESS,2,1,9038.01,24318901.26,24327939.27,127,2887,2661,14460.82,ae -2941,SUCCESS,2,1,1288.15,24327939.27,24329227.42,127,325,3369,2061.04,wstate -2942,SUCCESS,2,1,40176.82,24329227.42,24369404.24,127,8861,3854,64282.91,qft -2943,SUCCESS,2,1,14458.63,24369404.24,24383862.87,127,7591,1619,23133.81,qnn -2944,SUCCESS,2,1,202.28,24383862.87,24384065.15,127,54,3184,323.65,ghz -2945,SUCCESS,2,1,632.36,24384065.15,24384697.51,127,193,2785,1011.78,wstate -2946,SUCCESS,2,1,2202.04,24384697.51,24386899.55,127,893,2096,3523.26,qft -2948,SUCCESS,2,1,9017.02,24386899.55,24395916.57,127,2757,2780,14427.23,qftentangled -2951,SUCCESS,2,1,9815.76,24395916.57,24405732.33,127,3089,2701,15705.22,ae -2952,SUCCESS,2,1,44.41,24405732.33,24405776.74,127,16,2359,71.06,ghz -2953,SUCCESS,2,1,9831.17,24405776.74,24415607.91,127,3138,2663,15729.87,ae -2954,SUCCESS,2,1,13920.25,24415607.91,24429528.16,127,5621,2105,22272.4,twolocalrandom -2955,SUCCESS,2,1,26034.3,24429528.16,24455562.46,127,5638,3925,41654.88,qpeexact -2957,SUCCESS,2,1,19051.76,24455562.46,24474614.22,127,9259,1749,30482.82,qnn -2958,SUCCESS,2,1,168.01,24474614.22,24474782.23,127,81,1763,268.82,ghz -2959,SUCCESS,2,1,155.03,24474782.23,24474937.26,127,33,3993,248.05,graphstate -2961,SUCCESS,2,1,922.24,24474937.26,24475859.5,127,390,2010,1475.58,dj -2962,SUCCESS,2,1,3538.86,24475859.5,24479398.36,127,878,3426,5662.18,wstate -2963,SUCCESS,2,1,29997.6,24479398.36,24509395.96,127,8620,2958,47996.16,twolocalrandom -2964,SUCCESS,2,1,779.23,24509395.96,24510175.19,127,629,1053,1246.77,portfoliovqe -2965,SUCCESS,2,1,3889.76,24510175.19,24514064.95,127,859,3849,6223.62,ghz -2966,SUCCESS,2,1,2032.08,24514064.95,24516097.03,127,1232,1402,3251.33,qft -2968,SUCCESS,2,1,20905.31,24516097.03,24537002.34,127,8685,2046,33448.5,su2random -2969,SUCCESS,2,1,6758.3,24537002.34,24543760.64,127,1553,3699,10813.28,twolocalrandom -2970,SUCCESS,2,1,1161.05,24543760.64,24544921.69,127,654,1509,1857.68,qpeinexact -2971,SUCCESS,2,1,3572.48,24544921.69,24548494.17,127,1507,2015,5715.97,qft -2973,SUCCESS,2,1,360.88,24548494.17,24548855.05,127,137,2239,577.41,wstate -2974,SUCCESS,2,1,1361.62,24548855.05,24550216.67,127,346,3345,2178.59,dj -2975,SUCCESS,2,1,1477.43,24550216.67,24551694.1,127,495,2537,2363.89,ghz -2976,SUCCESS,2,1,383.67,24551694.1,24552077.77,127,133,2452,613.87,qftentangled -2977,SUCCESS,2,1,4070.39,24552077.77,24556148.16,127,2396,1444,6512.62,qft -2979,SUCCESS,2,1,1440.5,24556148.16,24557588.66,127,335,3655,2304.8,qft -2980,SUCCESS,2,1,390.23,24557588.66,24557978.89,127,82,4045,624.37,graphstate -2981,SUCCESS,2,1,2653.23,24557978.89,24560632.12,127,2154,1047,4245.17,realamprandom -2982,SUCCESS,2,1,11960.62,24560632.12,24572592.74,127,5320,1911,19136.99,qpeexact -2983,SUCCESS,2,1,1742.96,24572592.74,24574335.7,127,379,3909,2788.74,wstate -2984,SUCCESS,2,1,537.51,24574335.7,24574873.21,127,126,3626,860.02,dj -2985,SUCCESS,2,1,971.14,24574873.21,24575844.35,127,726,1137,1553.82,dj -2986,SUCCESS,2,1,89.73,24575844.35,24575934.08,127,33,2311,143.57,graphstate -2988,SUCCESS,2,1,11043.13,24575934.08,24586977.21,127,3152,2978,17669.01,twolocalrandom -2989,SUCCESS,2,1,5674.66,24586977.21,24592651.87,127,3124,1544,9079.46,grover-v-chain -2990,SUCCESS,2,1,158.61,24592651.87,24592810.48,127,65,2074,253.78,dj -2991,SUCCESS,2,1,604.93,24592810.48,24593415.41,127,426,1207,967.89,dj -2992,SUCCESS,2,1,238.62,24593415.41,24593654.03,127,133,1525,381.79,graphstate -2993,SUCCESS,2,1,8566.48,24593654.03,24602220.51,127,3474,2096,13706.37,qft -2995,SUCCESS,2,1,8387.66,24602220.51,24610608.17,127,4162,1713,13420.26,qftentangled -2996,SUCCESS,2,1,5353.4,24610608.17,24615961.57,127,2265,2009,8565.44,qpeexact -2997,SUCCESS,2,1,14767.8,24615961.57,24630729.37,127,5542,2265,23628.48,qpeexact -2999,SUCCESS,2,1,1688.01,24630729.37,24632417.38,127,532,2697,2700.82,qpeinexact -3000,SUCCESS,2,1,1479.3,24632417.38,24633896.68,127,977,1287,2366.88,qft -3001,SUCCESS,2,1,9475.54,24633896.68,24643372.22,127,2528,3186,15160.86,qft -3002,SUCCESS,2,1,20479.7,24643372.22,24663851.92,127,4340,4011,32767.52,ae -3004,SUCCESS,2,1,555.24,24663851.92,24664407.16,127,123,3837,888.38,ghz -3005,SUCCESS,2,1,837.93,24664407.16,24665245.09,127,290,2456,1340.69,su2random -3006,SUCCESS,2,1,558.83,24665245.09,24665803.92,127,125,3800,894.13,graphstate -3007,SUCCESS,2,1,14241.96,24665803.92,24680045.88,127,3895,3108,22787.14,pricingcall -3008,SUCCESS,2,1,609.46,24680045.88,24680655.34,127,127,4079,975.14,graphstate -3009,SUCCESS,2,1,6237,24680655.34,24686892.34,127,4455,1190,9979.2,qpeinexact -3010,SUCCESS,2,1,57594.21,24686892.34,24744486.55,127,19168,2554,92150.74,qwalk-noancilla -3011,SUCCESS,2,1,1285.71,24744486.55,24745772.26,127,334,3272,2057.14,dj -3012,SUCCESS,2,1,11313.56,24745772.26,24757085.82,127,3529,2725,18101.7,ae -3013,SUCCESS,2,1,1008.23,24757085.82,24758094.05,127,316,2712,1613.17,portfolioqaoa -3015,SUCCESS,2,1,601.03,24758094.05,24758695.08,127,193,2647,961.65,wstate -3016,SUCCESS,2,1,116.21,24758695.08,24758811.29,127,75,1317,185.94,graphstate -3017,SUCCESS,2,1,80190.05,24758811.29,24839001.34,127,18432,3698,128304.08,random -3018,SUCCESS,2,1,6620.43,24839001.34,24845621.77,127,3857,1459,10592.69,su2random -3019,SUCCESS,2,1,37021.87,24845621.77,24882643.64,127,12094,2602,59234.99,twolocalrandom -3020,SUCCESS,2,1,15810.43,24882643.64,24898454.07,127,3343,4020,25296.69,qnn -3022,SUCCESS,2,1,18420.5,24898454.07,24916874.57,127,9331,1678,29472.8,ae -3023,SUCCESS,2,1,1462.88,24916874.57,24918337.45,127,440,2826,2340.61,ae -3024,SUCCESS,2,1,535.82,24918337.45,24918873.27,127,145,3141,857.31,qft -3025,SUCCESS,2,1,4239.53,24918873.27,24923112.8,127,1300,2772,6783.25,ae -3026,SUCCESS,2,1,21204.18,24923112.8,24944316.98,127,6362,2833,33926.69,twolocalrandom -3027,SUCCESS,2,1,11300.59,24944316.98,24955617.57,127,3833,2506,18080.94,qftentangled -3029,SUCCESS,2,1,184.6,24955617.57,24955802.17,127,65,2414,295.36,ghz -3030,SUCCESS,2,1,20966.68,24955802.17,24976768.85,127,8622,2067,33546.69,qnn -3032,SUCCESS,2,1,655.6,24976768.85,24977424.45,127,295,1889,1048.96,dj -3033,SUCCESS,2,1,1605.5,24977424.45,24979029.95,127,531,2570,2568.8,portfoliovqe -3034,SUCCESS,2,1,8279.36,24979029.95,24987309.31,127,2806,2508,13246.98,qpeexact -3035,SUCCESS,2,1,34605.05,24987309.31,25021914.36,127,13662,2153,55368.08,twolocalrandom -3036,SUCCESS,2,1,1430.29,25021914.36,25023344.65,127,384,3166,2288.46,ghz -3037,SUCCESS,2,1,2379.86,25023344.65,25025724.51,127,643,3146,3807.78,dj -3038,SUCCESS,2,1,1389.18,25025724.51,25027113.69,127,320,3690,2222.69,realamprandom -3040,SUCCESS,2,1,118.43,25027113.69,25027232.12,127,35,2876,189.49,graphstate -3041,SUCCESS,2,1,341.63,25027232.12,25027573.75,127,81,3585,546.61,wstate -3042,SUCCESS,2,1,4682.12,25027573.75,25032255.87,127,2561,1554,7491.39,qpeinexact -3043,SUCCESS,2,1,11214.4,25032255.87,25043470.27,127,2483,3839,17943.04,qnn -3044,SUCCESS,2,1,219.67,25043470.27,25043689.94,127,82,2277,351.47,graphstate -3046,SUCCESS,2,1,8860.58,25043689.94,25052550.52,127,3032,2484,14176.93,ae -3047,SUCCESS,2,1,966.7,25052550.52,25053517.22,127,584,1407,1546.72,realamprandom -3048,SUCCESS,2,1,841.91,25053517.22,25054359.13,127,333,2149,1347.06,dj -3049,SUCCESS,2,1,7914.45,25054359.13,25062273.58,127,5860,1148,12663.12,qpeexact -3050,SUCCESS,2,1,806.89,25062273.58,25063080.47,127,554,1238,1291.02,dj -3051,SUCCESS,2,1,602.3,25063080.47,25063682.77,127,283,1809,963.68,twolocalrandom -3053,SUCCESS,2,1,159.68,25063682.77,25063842.45,127,45,3016,255.49,dj -3055,SUCCESS,2,1,29174.53,25063842.45,25093016.98,127,7053,3516,46679.25,qpeinexact -3057,SUCCESS,2,1,980.91,25093016.98,25093997.89,127,237,3518,1569.46,wstate -3058,SUCCESS,2,1,316.22,25093997.89,25094314.11,127,99,2715,505.95,qft -3059,SUCCESS,2,1,4304.04,25094314.11,25098618.15,127,1113,3287,6886.46,wstate -3060,SUCCESS,2,1,2030.41,25098618.15,25100648.56,127,652,2647,3248.66,dj -3061,SUCCESS,2,1,23765.25,25100648.56,25124413.81,127,5729,3526,38024.4,qpeexact -3062,SUCCESS,2,1,15619.32,25124413.81,25140033.13,127,3776,3516,24990.91,qftentangled -3065,SUCCESS,2,1,135.58,25140033.13,25140168.71,127,33,3492,216.93,wstate -3067,SUCCESS,2,1,8213.2,25140168.71,25148381.91,127,5727,1219,13141.12,qpeinexact -3068,SUCCESS,2,1,592.42,25148381.91,25148974.33,127,159,3167,947.87,su2random -3069,SUCCESS,2,1,4786.08,25148974.33,25153760.41,127,1014,4012,7657.73,qnn -3070,SUCCESS,2,1,14438.87,25153760.41,25168199.28,127,6249,1964,23102.19,ae -3071,SUCCESS,2,1,129.84,25168199.28,25168329.12,127,40,2759,207.74,ghz -3072,SUCCESS,2,1,16012.89,25168329.12,25184342.01,127,3974,3425,25620.62,qft -3073,SUCCESS,2,1,1946.71,25184342.01,25186288.72,127,1267,1306,3114.74,wstate -3076,SUCCESS,2,1,23082.24,25186288.72,25209370.96,127,6329,3100,36931.58,qft -3077,SUCCESS,2,1,47.16,25209370.96,25209418.12,127,16,2505,75.46,ghz -3078,SUCCESS,2,1,4306.18,25209418.12,25213724.3,127,898,4076,6889.89,ghz -3079,SUCCESS,2,1,1649.39,25213724.3,25215373.69,127,775,1809,2639.02,ghz -3080,SUCCESS,2,1,725.95,25215373.69,25216099.64,127,327,1887,1161.52,portfolioqaoa -3081,SUCCESS,2,1,10126.14,25216099.64,25226225.78,127,3386,2542,16201.82,su2random -3082,SUCCESS,2,1,936.7,25226225.78,25227162.48,127,267,2982,1498.72,graphstate -3083,SUCCESS,2,1,141289.75,25227162.48,25368452.23,127,63881,1880,226063.6,random -3084,SUCCESS,2,1,259.77,25368452.23,25368712,127,184,1200,415.63,graphstate -3085,SUCCESS,2,1,3043.3,25368712,25371755.3,127,2341,1105,4869.28,qft -3086,SUCCESS,2,1,695.99,25371755.3,25372451.29,127,231,2561,1113.58,twolocalrandom -3087,SUCCESS,2,1,13454.8,25372451.29,25385906.09,127,3506,3262,21527.68,qft -3088,SUCCESS,2,1,1484.86,25385906.09,25387390.95,127,413,3056,2375.78,portfolioqaoa -3089,SUCCESS,2,1,527.55,25387390.95,25387918.5,127,163,2751,844.08,graphstate -3090,SUCCESS,2,1,5457.77,25387918.5,25393376.27,127,4034,1150,8732.43,ae -3091,SUCCESS,2,1,367.88,25393376.27,25393744.15,127,86,3636,588.61,graphstate -3092,SUCCESS,2,1,45554.39,25393744.15,25439298.54,127,12371,3130,72887.02,realamprandom -3093,SUCCESS,2,1,26223.29,25439298.54,25465521.83,127,6918,3222,41957.26,pricingput -3094,SUCCESS,2,1,618.97,25465521.83,25466140.8,127,321,1639,990.35,twolocalrandom -3096,SUCCESS,2,1,23831.05,25466140.8,25489971.85,127,7888,2568,38129.68,qftentangled -3098,SUCCESS,2,1,203.09,25489971.85,25490174.94,127,63,2740,324.94,ghz -3099,SUCCESS,2,1,9975.04,25490174.94,25500149.98,127,2158,3929,15960.06,qnn -3100,SUCCESS,2,1,3435.89,25500149.98,25503585.87,127,1180,2475,5497.42,su2random -3101,SUCCESS,2,1,7288.81,25503585.87,25510874.68,127,1696,3653,11662.1,realamprandom -3102,SUCCESS,2,1,303.48,25510874.68,25511178.16,127,134,1925,485.57,dj -3104,SUCCESS,2,1,1700.25,25511178.16,25512878.41,127,802,1802,2720.4,ghz -3105,SUCCESS,2,1,15486.95,25512878.41,25528365.36,127,3456,3809,24779.12,qpeinexact -3106,SUCCESS,2,1,1193.64,25528365.36,25529559,127,294,3451,1909.82,dj -3107,SUCCESS,2,1,21121.28,25529559,25550680.28,127,7888,2276,33794.05,qft -3108,SUCCESS,2,1,1767.83,25550680.28,25552448.11,127,385,3903,2828.53,wstate -3109,SUCCESS,2,1,389.76,25552448.11,25552837.87,127,92,3601,623.62,dj -3110,SUCCESS,2,1,55.46,25552837.87,25552893.33,127,26,1813,88.74,ghz -3111,SUCCESS,2,1,11311.5,25552893.33,25564204.83,127,2454,3918,18098.4,twolocalrandom -3112,SUCCESS,2,1,15952.3,25564204.83,25580157.13,127,3754,3612,25523.68,realamprandom -3113,SUCCESS,2,1,34974.63,25580157.13,25615131.76,127,9712,3061,55959.41,qnn -3114,SUCCESS,2,1,6239.39,25615131.76,25621371.15,127,4879,1087,9983.02,twolocalrandom -3115,SUCCESS,2,1,936.51,25621371.15,25622307.66,127,236,3373,1498.42,dj -3116,SUCCESS,2,1,82.52,25622307.66,25622390.18,127,30,2338,132.03,vqe -3118,SUCCESS,2,1,5429.21,25622390.18,25627819.39,127,2581,1788,8686.74,su2random -3119,SUCCESS,2,1,626.82,25627819.39,25628446.21,127,189,2819,1002.91,ghz -3121,SUCCESS,2,1,62370.52,25628446.21,25690816.73,127,14481,3661,99792.83,twolocalrandom -3123,SUCCESS,2,1,1870.57,25690816.73,25692687.3,127,1224,1299,2992.91,wstate -3124,SUCCESS,2,1,11419.31,25692687.3,25704106.61,127,3479,2790,18270.9,qpeinexact -3125,SUCCESS,2,1,1641.49,25704106.61,25705748.1,127,361,3865,2626.38,dj -3126,SUCCESS,2,1,13297.17,25705748.1,25719045.27,127,5161,2190,21275.47,qpeinexact -3127,SUCCESS,2,1,2503.01,25719045.27,25721548.28,127,672,3166,4004.82,pricingput -3128,SUCCESS,2,1,26856.26,25721548.28,25748404.54,127,10824,2109,42970.02,qpeexact -3129,SUCCESS,2,1,33417.08,25748404.54,25781821.62,127,8342,3405,53467.33,twolocalrandom -3130,SUCCESS,2,1,893.79,25781821.62,25782715.41,127,209,3635,1430.06,ghz -3131,SUCCESS,2,1,13371.85,25782715.41,25796087.26,127,6049,1879,21394.96,qftentangled -3132,SUCCESS,2,1,1757.3,25796087.26,25797844.56,127,650,2298,2811.68,qftentangled -3133,SUCCESS,2,1,6487.5,25797844.56,25804332.06,127,4288,1286,10380,qftentangled -3134,SUCCESS,2,1,428.81,25804332.06,25804760.87,127,299,1219,686.1,graphstate -3135,SUCCESS,2,1,31382.25,25804760.87,25836143.12,127,11777,2265,50211.6,su2random -3138,SUCCESS,2,1,13763.98,25836143.12,25849907.1,127,4889,2393,22022.37,qnn -3139,SUCCESS,2,1,349.45,25849907.1,25850256.55,127,107,2776,559.12,graphstate -3140,SUCCESS,2,1,15818.15,25850256.55,25866074.7,127,5741,2342,25309.04,ae -3142,SUCCESS,2,1,610.53,25866074.7,25866685.23,127,247,2101,976.85,graphstate -3143,SUCCESS,2,1,1441.03,25866685.23,25868126.26,127,511,2397,2305.65,qft -3145,SUCCESS,2,1,10535.36,25868126.26,25878661.62,127,4491,1994,16856.58,ae -3147,SUCCESS,2,1,22202.21,25878661.62,25900863.83,127,5448,3464,35523.54,qpeexact -3148,SUCCESS,2,1,63975.62,25900863.83,25964839.45,127,13361,4070,102360.99,twolocalrandom -3149,SUCCESS,2,1,8323.15,25964839.45,25973162.6,127,3129,2261,13317.04,realamprandom -3150,SUCCESS,2,1,34.49,25973162.6,25973197.09,127,28,1047,55.18,ghz -3152,SUCCESS,2,1,155.55,25973197.09,25973352.64,127,45,2938,248.88,ghz -3154,SUCCESS,2,1,1426.07,25973352.64,25974778.71,127,413,2935,2281.71,portfolioqaoa -3155,SUCCESS,2,1,23808.66,25974778.71,25998587.37,127,7487,2703,38093.86,ae -3156,SUCCESS,2,1,2261.27,25998587.37,26000848.64,127,1404,1369,3618.03,ae -3157,SUCCESS,2,1,62937.21,26000848.64,26063785.85,127,13682,3910,100699.54,su2random -3158,SUCCESS,2,1,899.71,26063785.85,26064685.56,127,665,1150,1439.54,su2random -3159,SUCCESS,2,1,886.15,26064685.56,26065571.71,127,274,2749,1417.84,dj -3160,SUCCESS,2,1,13874.57,26065571.71,26079446.28,127,5542,2128,22199.31,twolocalrandom -3161,SUCCESS,2,1,2457.33,26079446.28,26081903.61,127,563,3710,3931.73,qnn -3163,SUCCESS,2,1,821.48,26081903.61,26082725.09,127,389,1795,1314.37,dj -3165,SUCCESS,2,1,356.36,26082725.09,26083081.45,127,130,2330,570.18,wstate -3167,SUCCESS,2,1,1175.91,26083081.45,26084257.36,127,438,2282,1881.46,qnn -3169,SUCCESS,2,1,1887.03,26084257.36,26086144.39,127,466,3442,3019.25,qnn -3170,SUCCESS,2,1,634.49,26086144.39,26086778.88,127,422,1278,1015.18,dj -3171,SUCCESS,2,1,2164.03,26086778.88,26088942.91,127,518,3551,3462.45,su2random -3172,SUCCESS,2,1,12051.45,26088942.91,26100994.36,127,3828,2676,19282.32,qftentangled -3173,SUCCESS,2,1,1489.43,26100994.36,26102483.79,127,343,3691,2383.09,qpeinexact -3175,SUCCESS,2,1,428.99,26102483.79,26102912.78,127,160,2279,686.38,pricingcall -3176,SUCCESS,2,1,131,26102912.78,26103043.78,127,65,1713,209.6,dj -3177,SUCCESS,2,1,11651.19,26103043.78,26114694.97,127,6887,1438,18641.9,qpeexact -3178,SUCCESS,2,1,269.98,26114694.97,26114964.95,127,209,1098,431.97,ae -3179,SUCCESS,2,1,2242.73,26114964.95,26117207.68,127,1693,1126,3588.37,random -3180,SUCCESS,2,1,1042.78,26117207.68,26118250.46,127,289,3067,1668.45,wstate -3181,SUCCESS,2,1,14737.03,26118250.46,26132987.49,127,7334,1708,23579.25,qnn -3183,SUCCESS,2,1,229.26,26132987.49,26133216.75,127,51,3821,366.82,graphstate -3184,SUCCESS,2,1,2316.15,26133216.75,26135532.9,127,624,3155,3705.84,dj -3185,SUCCESS,2,1,28773.06,26135532.9,26164305.96,127,11224,2179,46036.9,qpeexact -3186,SUCCESS,2,1,28629.36,26164305.96,26192935.32,127,7950,3061,45806.98,qpeinexact -3191,SUCCESS,2,1,17977.63,26192935.32,26210912.95,127,4290,3562,28764.21,ae -3193,SUCCESS,2,1,1086.64,26210912.95,26211999.59,127,429,2153,1738.62,graphstate -3194,SUCCESS,2,1,663.72,26211999.59,26212663.31,127,383,1473,1061.95,graphstate -3197,SUCCESS,2,1,12564.95,26212663.31,26225228.26,127,6403,1668,20103.92,qft -3198,SUCCESS,2,1,307.38,26225228.26,26225535.64,127,73,3579,491.81,wstate -3199,SUCCESS,2,1,42256.57,26225535.64,26267792.21,127,9763,3679,67610.51,realamprandom -3200,SUCCESS,2,1,14759.6,26267792.21,26282551.81,127,4893,2564,23615.36,qpeinexact -3201,SUCCESS,2,1,5491.75,26282551.81,26288043.56,127,3531,1322,8786.8,qftentangled -3204,SUCCESS,2,1,1657.06,26288043.56,26289700.62,127,500,2817,2651.3,ae -3206,SUCCESS,2,1,26967.48,26289700.62,26316668.1,127,7452,3076,43147.97,qpeexact -3207,SUCCESS,2,1,70.45,26316668.1,26316738.55,127,40,1497,112.72,ghz -3208,SUCCESS,2,1,312.4,26316738.55,26317050.95,127,96,2766,499.84,graphstate -3210,SUCCESS,2,1,930.75,26317050.95,26317981.7,127,388,2039,1489.2,qft -3211,SUCCESS,2,1,11276.68,26317981.7,26329258.38,127,2642,3628,18042.69,twolocalrandom -3212,SUCCESS,2,1,227.77,26329258.38,26329486.15,127,50,3872,364.43,graphstate -3213,SUCCESS,2,1,2217.66,26329486.15,26331703.81,127,1038,1816,3548.26,ghz -3214,SUCCESS,2,1,49460.02,26331703.81,26381163.83,127,13179,3190,79136.03,qnn -3215,SUCCESS,2,1,29850.15,26381163.83,26411013.98,127,6196,4095,47760.24,ae -3216,SUCCESS,2,1,19649.75,26411013.98,26430663.73,127,5573,2997,31439.6,qft -3217,SUCCESS,2,1,26288.03,26430663.73,26456951.76,127,8161,2738,42060.85,qnn -3218,SUCCESS,2,1,11148.78,26456951.76,26468100.54,127,3105,3052,17838.05,qft -3219,SUCCESS,2,1,9111.69,26468100.54,26477212.23,127,2613,2964,14578.7,qnn -3220,SUCCESS,2,1,13099.05,26477212.23,26490311.28,127,4877,2283,20958.48,qftentangled -3221,SUCCESS,2,1,9102.23,26490311.28,26499413.51,127,4411,1754,14563.57,twolocalrandom -3222,SUCCESS,2,1,7574.61,26499413.51,26506988.12,127,3130,2057,12119.38,qft -3224,SUCCESS,2,1,43260.38,26506988.12,26550248.5,127,13142,2798,69216.61,su2random -3225,SUCCESS,2,1,4560.44,26550248.5,26554808.94,127,1422,2726,7296.7,qpeexact -3226,SUCCESS,2,1,26846.14,26554808.94,26581655.08,127,12422,1837,42953.82,twolocalrandom -3229,SUCCESS,2,1,34070.29,26581655.08,26615725.37,127,13577,2133,54512.46,twolocalrandom -3230,SUCCESS,2,1,2167.55,26615725.37,26617892.92,127,851,2165,3468.08,twolocalrandom -3231,SUCCESS,2,1,29068.52,26617892.92,26646961.44,127,6642,3720,46509.63,qnn -3232,SUCCESS,2,1,36.1,26646961.44,26646997.54,127,29,1058,57.76,ghz -3233,SUCCESS,2,1,2910.72,26646997.54,26649908.26,127,971,2548,4657.15,qpeexact -3234,SUCCESS,2,1,4327.91,26649908.26,26654236.17,127,1857,1981,6924.66,qftentangled -3236,SUCCESS,2,1,446.67,26654236.17,26654682.84,127,329,1154,714.67,portfoliovqe -3237,SUCCESS,2,1,2160.2,26654682.84,26656843.04,127,501,3665,3456.32,dj -3239,SUCCESS,2,1,116932.37,26656843.04,26773775.41,127,53552,1856,187091.79,grover-v-chain -3240,SUCCESS,2,1,19947.77,26773775.41,26793723.18,127,7760,2185,31916.43,realamprandom -3241,SUCCESS,2,1,388.81,26793723.18,26794111.99,127,272,1215,622.1,graphstate -3242,SUCCESS,2,1,69286.17,26794111.99,26863398.16,127,19618,3002,110857.87,random -3243,SUCCESS,2,1,1313.7,26863398.16,26864711.86,127,280,3988,2101.92,wstate -3245,SUCCESS,2,1,3832.62,26864711.86,26868544.48,127,1604,2031,6132.19,su2random -3247,SUCCESS,2,1,2801.11,26868544.48,26871345.59,127,823,2893,4481.78,qftentangled -3248,SUCCESS,2,1,56757.94,26871345.59,26928103.53,127,17928,2691,90812.7,random -3249,SUCCESS,2,1,74730.29,26928103.53,27002833.82,127,22335,2844,119568.46,random -3250,SUCCESS,2,1,2773.59,27002833.82,27005607.41,127,975,2418,4437.74,wstate -3251,SUCCESS,2,1,381.6,27005607.41,27005989.01,127,255,1272,610.56,portfoliovqe -3254,SUCCESS,2,1,8076.83,27005989.01,27014065.84,127,5541,1239,12922.93,twolocalrandom -3255,SUCCESS,2,1,2090.91,27014065.84,27016156.75,127,447,3976,3345.46,dj -3256,SUCCESS,2,1,39.11,27016156.75,27016195.86,127,30,1108,62.58,ghz -3257,SUCCESS,2,1,2755.36,27016195.86,27018951.22,127,579,4045,4408.58,ghz -3258,SUCCESS,2,1,2786.82,27018951.22,27021738.04,127,1593,1487,4458.91,qpeexact -3259,SUCCESS,2,1,184453.11,27021738.04,27206191.15,127,38789,4042,295124.98,qwalk-noancilla -3260,SUCCESS,2,1,747.85,27206191.15,27206939,127,439,1448,1196.56,wstate -3261,SUCCESS,2,1,35.41,27206939,27206974.41,127,22,1368,56.66,graphstate -3262,SUCCESS,2,1,17089.22,27206974.41,27224063.63,127,4565,3182,27342.75,qftentangled -3264,SUCCESS,2,1,942.36,27224063.63,27225005.99,127,214,3743,1507.78,wstate -3265,SUCCESS,2,1,103.28,27225005.99,27225109.27,127,77,1140,165.25,graphstate -3266,SUCCESS,2,1,19364.14,27225109.27,27244473.41,127,6597,2495,30982.62,qpeinexact -3267,SUCCESS,2,1,44.77,27244473.41,27244518.18,127,29,1312,71.63,vqe -3269,SUCCESS,2,1,265.97,27244518.18,27244784.15,127,218,1037,425.55,qft -3270,SUCCESS,2,1,4297.79,27244784.15,27249081.94,127,3253,1123,6876.46,ae -3271,SUCCESS,2,1,1214.19,27249081.94,27250296.13,127,284,3634,1942.7,qftentangled -3272,SUCCESS,2,1,93.19,27250296.13,27250389.32,127,35,2263,149.1,qaoa -3273,SUCCESS,2,1,179.08,27250389.32,27250568.4,127,113,1347,286.53,graphstate -3274,SUCCESS,2,1,13231.61,27250568.4,27263800.01,127,5497,2046,21170.58,ae -3275,SUCCESS,2,1,16212.86,27263800.01,27280012.87,127,8512,1619,25940.58,random -3276,SUCCESS,2,1,393.03,27280012.87,27280405.9,127,83,4025,628.85,ghz -3277,SUCCESS,2,1,842.1,27280405.9,27281248,127,260,2753,1347.36,dj -3278,SUCCESS,2,1,2040.23,27281248,27283288.23,127,767,2261,3264.37,twolocalrandom -3279,SUCCESS,2,1,2218.99,27283288.23,27285507.22,127,1619,1165,3550.38,qft -3280,SUCCESS,2,1,2936.95,27285507.22,27288444.17,127,662,3771,4699.12,dj -3281,SUCCESS,2,1,4038.99,27288444.17,27292483.16,127,1208,2842,6462.38,su2random -3282,SUCCESS,2,1,4527.47,27292483.16,27297010.63,127,1206,3191,7243.95,wstate -3283,SUCCESS,2,1,245.86,27297010.63,27297256.49,127,60,3483,393.38,graphstate -3284,SUCCESS,2,1,16407.61,27297256.49,27313664.1,127,10828,1288,26252.18,twolocalrandom -3285,SUCCESS,2,1,3531.5,27313664.1,27317195.6,127,1009,2975,5650.4,qnn -3287,SUCCESS,2,1,13212.65,27317195.6,27330408.25,127,4267,2632,21140.24,realamprandom -3288,SUCCESS,2,1,977.06,27330408.25,27331385.31,127,302,2750,1563.3,ghz -3289,SUCCESS,2,1,17839.38,27331385.31,27349224.69,127,10739,1412,28543.01,qpeexact -3291,SUCCESS,2,1,195689.64,27349224.69,27544914.33,127,59576,2792,313103.42,random -3292,SUCCESS,2,1,10039.24,27544914.33,27554953.57,127,4214,2025,16062.78,qft -3293,SUCCESS,2,1,1195.98,27554953.57,27556149.55,127,704,1444,1913.57,su2random -3294,SUCCESS,2,1,840.66,27556149.55,27556990.21,127,232,3080,1345.06,qnn -3295,SUCCESS,2,1,8956.19,27556990.21,27565946.4,127,2293,3320,14329.9,qnn -3296,SUCCESS,2,1,7304.54,27565946.4,27573250.94,127,1807,3436,11687.26,qft -3297,SUCCESS,2,1,129.07,27573250.94,27573380.01,127,29,3783,206.51,vqe -3298,SUCCESS,2,1,2592.25,27573380.01,27575972.26,127,1543,1428,4147.6,twolocalrandom -3299,SUCCESS,2,1,43771,27575972.26,27619743.26,127,11733,3171,70033.6,random -3300,SUCCESS,2,1,1639.79,27619743.26,27621383.05,127,361,3861,2623.66,realamprandom -3301,SUCCESS,2,1,26962.77,27621383.05,27648345.82,127,7922,2893,43140.43,qpeinexact -3304,SUCCESS,2,1,15940.95,27648345.82,27664286.77,127,6600,2053,25505.52,qpeexact -3305,SUCCESS,2,1,2985.1,27664286.77,27667271.87,127,657,3862,4776.16,ae -3306,SUCCESS,2,1,97033,27667271.87,27764304.87,127,51070,1615,155252.8,random -3307,SUCCESS,2,1,229.92,27764304.87,27764534.79,127,54,3619,367.87,ghz -3308,SUCCESS,2,1,1627.34,27764534.79,27766162.13,127,579,2389,2603.74,dj -3310,SUCCESS,2,1,1309.22,27766162.13,27767471.35,127,504,2208,2094.75,qft -3312,SUCCESS,2,1,1173.41,27767471.35,27768644.76,127,295,3381,1877.46,qnn -3313,SUCCESS,2,1,1444.11,27768644.76,27770088.87,127,356,3448,2310.58,graphstate -3314,SUCCESS,2,1,1575.09,27770088.87,27771663.96,127,511,2620,2520.14,twolocalrandom -3315,SUCCESS,2,1,30508.11,27771663.96,27802172.07,127,24395,1063,48812.98,random -3316,SUCCESS,2,1,16949.89,27802172.07,27819121.96,127,7438,1937,27119.82,su2random -3317,SUCCESS,2,1,531,27819121.96,27819652.96,127,177,2550,849.6,graphstate -3318,SUCCESS,2,1,3877.92,27819652.96,27823530.88,127,2399,1374,6204.67,ae -3319,SUCCESS,2,1,6351.68,27823530.88,27829882.56,127,1482,3643,10162.69,ae -3320,SUCCESS,2,1,4262.86,27829882.56,27834145.42,127,2690,1347,6820.58,qftentangled -3321,SUCCESS,2,1,148.3,27834145.42,27834293.72,127,39,3232,237.28,graphstate -3322,SUCCESS,2,1,1774.72,27834293.72,27836068.44,127,847,1781,2839.55,portfoliovqe -3323,SUCCESS,2,1,9726.02,27836068.44,27845794.46,127,2094,3948,15561.63,qft -3324,SUCCESS,2,1,11122.9,27845794.46,27856917.36,127,4630,2042,17796.64,su2random -3325,SUCCESS,2,1,34484.88,27856917.36,27891402.24,127,7202,4070,55175.81,realamprandom -3327,SUCCESS,2,1,446.35,27891402.24,27891848.59,127,96,3952,714.16,graphstate -3328,SUCCESS,2,1,10710.22,27891848.59,27902558.81,127,6976,1305,17136.35,qft -3329,SUCCESS,2,1,46444.07,27902558.81,27949002.88,127,9909,3984,74310.51,qnn -3332,SUCCESS,2,1,20963.09,27949002.88,27969965.97,127,5201,3426,33540.94,qpeexact -3333,SUCCESS,2,1,1020.59,27969965.97,27970986.56,127,347,2500,1632.94,pricingcall -3334,SUCCESS,2,1,7282.3,27970986.56,27978268.86,127,4948,1251,11651.68,qpeinexact -3336,SUCCESS,2,1,16000.68,27978268.86,27994269.54,127,5513,2467,25601.09,random -3337,SUCCESS,2,1,25859.24,27994269.54,28020128.78,127,7228,3041,41374.78,qftentangled -3338,SUCCESS,2,1,4060.37,28020128.78,28024189.15,127,983,3511,6496.59,ghz -3340,SUCCESS,2,1,13854.46,28024189.15,28038043.61,127,3884,3032,22167.14,random -3341,SUCCESS,2,1,9679.44,28038043.61,28047723.05,127,2101,3916,15487.1,qpeexact -3342,SUCCESS,2,1,22350.33,28047723.05,28070073.38,127,15792,1203,35760.53,realamprandom -3343,SUCCESS,2,1,30708.09,28070073.38,28100781.47,127,7659,3408,49132.94,grover-v-chain -3344,SUCCESS,2,1,15507.78,28100781.47,28116289.25,127,5429,2428,24812.45,qftentangled -3345,SUCCESS,2,1,1173.39,28116289.25,28117462.64,127,540,1847,1877.42,qftentangled -3346,SUCCESS,2,1,542.23,28117462.64,28118004.87,127,135,3414,867.57,graphstate -3347,SUCCESS,2,1,3268.38,28118004.87,28121273.25,127,2452,1133,5229.41,qnn -3348,SUCCESS,2,1,129.21,28121273.25,28121402.46,127,39,2816,206.74,ghz -3349,SUCCESS,2,1,678.96,28121402.46,28122081.42,127,414,1394,1086.34,dj -3350,SUCCESS,2,1,10389.73,28122081.42,28132471.15,127,2529,3492,16623.57,qftentangled -3351,SUCCESS,2,1,28.49,28132471.15,28132499.64,127,21,1153,45.58,ghz -3353,SUCCESS,2,1,13894.49,28132499.64,28146394.13,127,3117,3789,22231.18,pricingcall -3354,SUCCESS,2,1,28895.65,28146394.13,28175289.78,127,6301,3898,46233.04,qpeinexact -3355,SUCCESS,2,1,7261.56,28175289.78,28182551.34,127,3674,1680,11618.5,qft -3356,SUCCESS,2,1,2863.47,28182551.34,28185414.81,127,1468,1658,4581.55,qnn -3357,SUCCESS,2,1,22117.31,28185414.81,28207532.12,127,6362,2955,35387.7,realamprandom -3358,SUCCESS,2,1,598.88,28207532.12,28208131,127,305,1669,958.21,dj -3359,SUCCESS,2,1,13915.19,28208131,28222046.19,127,3636,3253,22264.3,qft -3361,SUCCESS,2,1,1403.16,28222046.19,28223449.35,127,295,4043,2245.06,dj -3362,SUCCESS,2,1,2625.02,28223449.35,28226074.37,127,573,3894,4200.03,wstate -3363,SUCCESS,2,1,46.83,28226074.37,28226121.2,127,12,3317,74.93,ghz -3364,SUCCESS,2,1,33035.16,28226121.2,28259156.36,127,8440,3327,52856.26,ae -3365,SUCCESS,2,1,10330.92,28259156.36,28269487.28,127,2996,2931,16529.47,random -3367,SUCCESS,2,1,449.32,28269487.28,28269936.6,127,341,1120,718.91,random -3368,SUCCESS,2,1,46067.91,28269936.6,28316004.51,127,10456,3745,73708.66,qpeinexact -3369,SUCCESS,2,1,483.55,28316004.51,28316488.06,127,141,2915,773.68,wstate -3370,SUCCESS,2,1,216.24,28316488.06,28316704.3,127,68,2703,345.98,ghz -3371,SUCCESS,2,1,25328.04,28316704.3,28342032.34,127,6319,3407,40524.86,random -3373,SUCCESS,2,1,13436.11,28342032.34,28355468.45,127,6234,1832,21497.78,qpeinexact -3374,SUCCESS,2,1,8931.88,28355468.45,28364400.33,127,2067,3673,14291.01,qnn -3375,SUCCESS,2,1,76126.01,28364400.33,28440526.34,127,22390,2890,121801.62,random -3376,SUCCESS,2,1,3318,28440526.34,28443844.34,127,790,3570,5308.8,qnn -3377,SUCCESS,2,1,164.97,28443844.34,28444009.31,127,76,1845,263.95,ghz -3379,SUCCESS,2,1,2990.5,28444009.31,28446999.81,127,1572,1617,4784.8,realamprandom -3380,SUCCESS,2,1,2826.93,28446999.81,28449826.74,127,785,3061,4523.09,qpeexact -3381,SUCCESS,2,1,53,28449826.74,28449879.74,127,19,2371,84.8,graphstate -3382,SUCCESS,2,1,32409.06,28449879.74,28482288.8,127,8505,3239,51854.5,qnn -3383,SUCCESS,2,1,975.46,28482288.8,28483264.26,127,390,2126,1560.74,ghz -3384,SUCCESS,2,1,355.69,28483264.26,28483619.95,127,253,1195,569.1,dj -3385,SUCCESS,2,1,342.03,28483619.95,28483961.98,127,107,2717,547.25,graphstate -3386,SUCCESS,2,1,75.41,28483961.98,28484037.39,127,42,1526,120.66,ghz -3387,SUCCESS,2,1,2426.05,28484037.39,28486463.44,127,791,2607,3881.68,twolocalrandom -3388,SUCCESS,2,1,307.88,28486463.44,28486771.32,127,66,3965,492.61,ghz -3389,SUCCESS,2,1,287.28,28486771.32,28487058.6,127,114,2142,459.65,graphstate -3392,SUCCESS,2,1,201.2,28487058.6,28487259.8,127,74,2311,321.92,ghz -3393,SUCCESS,2,1,2283.32,28487259.8,28489543.12,127,849,2286,3653.31,ae -3394,SUCCESS,2,1,81.31,28489543.12,28489624.43,127,63,1097,130.1,graphstate -3395,SUCCESS,2,1,20006.16,28489624.43,28509630.59,127,9247,1839,32009.86,qftentangled -3396,SUCCESS,2,1,11003.73,28509630.59,28520634.32,127,3242,2885,17605.97,qnn -3398,SUCCESS,2,1,26682.77,28520634.32,28547317.09,127,9590,2365,42692.43,qpeexact -3399,SUCCESS,2,1,2985.32,28547317.09,28550302.41,127,822,3087,4776.51,qpeexact -3400,SUCCESS,2,1,5780.64,28550302.41,28556083.05,127,1229,3998,9249.02,random -3401,SUCCESS,2,1,12818.6,28556083.05,28568901.65,127,5808,1876,20509.76,twolocalrandom -3402,SUCCESS,2,1,4899.45,28568901.65,28573801.1,127,1684,2473,7839.12,realamprandom -3403,SUCCESS,2,1,6279.22,28573801.1,28580080.32,127,1364,3913,10046.75,pricingcall -3404,SUCCESS,2,1,2549.81,28580080.32,28582630.13,127,537,4036,4079.7,ae -3405,SUCCESS,2,1,202.22,28582630.13,28582832.35,127,69,2491,323.55,wstate -3406,SUCCESS,2,1,10627.45,28582832.35,28593459.8,127,2503,3609,17003.92,su2random -3407,SUCCESS,2,1,13093.77,28593459.8,28606553.57,127,5576,1996,20950.03,random -3408,SUCCESS,2,1,18501.53,28606553.57,28625055.1,127,11036,1425,29602.45,qnn -3409,SUCCESS,2,1,16478.76,28625055.1,28641533.86,127,6206,2257,26366.02,qpeexact -3410,SUCCESS,2,1,5256.61,28641533.86,28646790.47,127,1166,3832,8410.58,twolocalrandom -3411,SUCCESS,2,1,1970.94,28646790.47,28648761.41,127,431,3887,3153.5,realamprandom -3412,SUCCESS,2,1,121.85,28648761.41,28648883.26,127,31,3341,194.96,graphstate -3414,SUCCESS,2,1,282.58,28648883.26,28649165.84,127,108,2224,452.13,graphstate -3417,SUCCESS,2,1,19718.27,28649165.84,28668884.11,127,5146,3257,31549.23,pricingput -3418,SUCCESS,2,1,1483.9,28668884.11,28670368.01,127,1181,1068,2374.24,su2random -3419,SUCCESS,2,1,9736.39,28670368.01,28680104.4,127,2158,3835,15578.22,qnn -3420,SUCCESS,2,1,2203.71,28680104.4,28682308.11,127,542,3456,3525.94,qnn -3421,SUCCESS,2,1,2539.7,28682308.11,28684847.81,127,603,3580,4063.52,dj -3422,SUCCESS,2,1,31145.79,28684847.81,28715993.6,127,11040,2398,49833.26,qnn -3424,SUCCESS,2,1,413.66,28715993.6,28716407.26,127,221,1591,661.86,graphstate -3425,SUCCESS,2,1,198.49,28716407.26,28716605.75,127,63,2678,317.58,dj -3426,SUCCESS,2,1,219.8,28716605.75,28716825.55,127,91,2053,351.68,graphstate -3427,SUCCESS,2,1,9555.46,28716825.55,28726381.01,127,2403,3380,15288.74,qft -3429,SUCCESS,2,1,402.42,28726381.01,28726783.43,127,113,3027,643.87,ghz -3430,SUCCESS,2,1,3140.03,28726783.43,28729923.46,127,1425,1873,5024.05,qftentangled -3431,SUCCESS,2,1,167106.3,28729923.46,28897029.76,127,35237,4031,267370.08,random -3434,SUCCESS,2,1,22715.11,28897029.76,28919744.87,127,6451,2993,36344.18,random -3435,SUCCESS,2,1,8299.72,28919744.87,28928044.59,127,2143,3292,13279.55,twolocalrandom -3436,SUCCESS,2,1,2395.43,28928044.59,28930440.02,127,676,3012,3832.69,qpeinexact -3438,SUCCESS,2,1,8576.16,28930440.02,28939016.18,127,1890,3857,13721.86,qpeexact -3439,SUCCESS,2,1,1075.35,28939016.18,28940091.53,127,360,2539,1720.56,dj -3440,SUCCESS,2,1,45.77,28940091.53,28940137.3,127,25,1556,73.23,graphstate -3441,SUCCESS,2,1,8801.53,28940137.3,28948938.83,127,1835,4077,14082.45,qftentangled -3442,SUCCESS,2,1,162.47,28948938.83,28949101.3,127,58,2381,259.95,graphstate -3443,SUCCESS,2,1,1172.97,28949101.3,28950274.27,127,591,1687,1876.75,realamprandom -3444,SUCCESS,2,1,2251.95,28950274.27,28952526.22,127,824,2323,3603.12,qft -3445,SUCCESS,2,1,1957.62,28952526.22,28954483.84,127,1014,1641,3132.19,ghz -3446,SUCCESS,2,1,763.87,28954483.84,28955247.71,127,293,2216,1222.19,wstate -3447,SUCCESS,2,1,5771.74,28955247.71,28961019.45,127,1517,3234,9234.78,su2random -3448,SUCCESS,2,1,99.2,28961019.45,28961118.65,127,55,1533,158.72,graphstate -3449,SUCCESS,2,1,11088.26,28961118.65,28972206.91,127,6628,1422,17741.22,ae -3450,SUCCESS,2,1,29934.34,28972206.91,29002141.25,127,9042,2814,47894.94,twolocalrandom -3451,SUCCESS,2,1,791.21,29002141.25,29002932.46,127,183,3675,1265.94,dj -3452,SUCCESS,2,1,1676.94,29002932.46,29004609.4,127,981,1453,2683.1,qnn -3454,SUCCESS,2,1,18745.13,29004609.4,29023354.53,127,5392,2955,29992.21,twolocalrandom -3455,SUCCESS,2,1,20868.95,29023354.53,29044223.48,127,4840,3665,33390.32,ae -3456,SUCCESS,2,1,396.51,29044223.48,29044619.99,127,151,2232,634.42,qpeexact -3457,SUCCESS,2,1,13685.96,29044619.99,29058305.95,127,4331,2686,21897.54,qpeinexact -3460,SUCCESS,2,1,4067.6,29058305.95,29062373.55,127,2978,1161,6508.16,random -3462,SUCCESS,2,1,198.24,29062373.55,29062571.79,127,74,2277,317.18,graphstate -3464,SUCCESS,2,1,735.46,29062571.79,29063307.25,127,371,1685,1176.74,twolocalrandom -3465,SUCCESS,2,1,8827.75,29063307.25,29072135,127,2269,3307,14124.4,qpeexact -3466,SUCCESS,2,1,851.85,29072135,29072986.85,127,352,2057,1362.96,su2random -3467,SUCCESS,2,1,306.31,29072986.85,29073293.16,127,115,2264,490.1,graphstate -3468,SUCCESS,2,1,40153.06,29073293.16,29113446.22,127,16016,2131,64244.9,random -3470,SUCCESS,2,1,23090.5,29113446.22,29136536.72,127,6101,3217,36944.8,ae -3471,SUCCESS,2,1,17861.44,29136536.72,29154398.16,127,4740,3203,28578.3,qft -3472,SUCCESS,2,1,555.15,29154398.16,29154953.31,127,441,1070,888.24,dj -3476,SUCCESS,2,1,817.37,29154953.31,29155770.68,127,252,2757,1307.79,qnn -3478,SUCCESS,2,1,1667,29155770.68,29157437.68,127,403,3516,2667.2,qpeexact -3480,SUCCESS,2,1,13193.6,29157437.68,29170631.28,127,4282,2619,21109.76,qft -3481,SUCCESS,2,1,241.59,29170631.28,29170872.87,127,173,1187,386.54,qnn -3482,SUCCESS,2,1,247.72,29170872.87,29171120.59,127,112,1880,396.35,graphstate -3487,SUCCESS,2,1,42.47,29171120.59,29171163.06,127,27,1337,67.95,vqe -3488,SUCCESS,2,1,25145.83,29171163.06,29196308.89,127,8475,2522,40233.33,qft -3489,SUCCESS,2,1,26080.73,29196308.89,29222389.62,127,8076,2745,41729.17,qpeinexact -3490,SUCCESS,2,1,16329.37,29222389.62,29238718.99,127,7078,1961,26126.99,qftentangled -3491,SUCCESS,2,1,4263.48,29238718.99,29242982.47,127,1648,2199,6821.57,ae -3492,SUCCESS,2,1,3125.65,29242982.47,29246108.12,127,1312,2025,5001.04,wstate -3493,SUCCESS,2,1,32223.93,29246108.12,29278332.05,127,7636,3587,51558.29,twolocalrandom -3494,SUCCESS,2,1,606.68,29278332.05,29278938.73,127,213,2421,970.69,wstate -3495,SUCCESS,2,1,26593.64,29278938.73,29305532.37,127,7792,2901,42549.82,qnn -3496,SUCCESS,2,1,4188.07,29305532.37,29309720.44,127,1642,2168,6700.91,qnn -3497,SUCCESS,2,1,863.12,29309720.44,29310583.56,127,633,1159,1380.99,su2random -3498,SUCCESS,2,1,47926.48,29310583.56,29358510.04,127,13036,3125,76682.37,realamprandom -3499,SUCCESS,2,1,14342.33,29358510.04,29372852.37,127,8425,1447,22947.73,qft -3500,SUCCESS,2,1,8503.44,29372852.37,29381355.81,127,5638,1282,13605.5,qpeinexact -3501,SUCCESS,2,1,203.21,29381355.81,29381559.02,127,80,2159,325.14,graphstate -3502,SUCCESS,2,1,46.85,29381559.02,29381605.87,127,22,1810,74.96,vqe -3503,SUCCESS,2,1,8309.63,29381605.87,29389915.5,127,1849,3820,13295.41,qpeinexact -3504,SUCCESS,2,1,1401.24,29389915.5,29391316.74,127,830,1435,2241.98,ghz -3505,SUCCESS,2,1,1949.63,29391316.74,29393266.37,127,1330,1246,3119.41,wstate -3506,SUCCESS,2,1,322.85,29393266.37,29393589.22,127,101,2717,516.56,wstate -3508,SUCCESS,2,1,332.96,29393589.22,29393922.18,127,81,3494,532.74,wstate -3510,SUCCESS,2,1,1379.84,29393922.18,29395302.02,127,338,3470,2207.74,qpeinexact -3511,SUCCESS,2,1,7903.41,29395302.02,29403205.43,127,1958,3431,12645.46,qft -3512,SUCCESS,2,1,2967.95,29403205.43,29406173.38,127,737,3423,4748.72,su2random -3513,SUCCESS,2,1,4014.03,29406173.38,29410187.41,127,1045,3265,6422.45,wstate -3514,SUCCESS,2,1,261.54,29410187.41,29410448.95,127,173,1285,418.46,qnn -3515,SUCCESS,2,1,98.36,29410448.95,29410547.31,127,38,2200,157.38,ghz -3516,SUCCESS,2,1,2646.04,29410547.31,29413193.35,127,790,2847,4233.66,su2random -3517,SUCCESS,2,1,1846.81,29413193.35,29415040.16,127,972,1615,2954.9,su2random -3518,SUCCESS,2,1,2558.41,29415040.16,29417598.57,127,879,2474,4093.46,qft -3519,SUCCESS,2,1,7151.64,29417598.57,29424750.21,127,2074,2931,11442.62,pricingcall -3520,SUCCESS,2,1,20149.62,29424750.21,29444899.83,127,8270,2071,32239.39,qpeexact -3521,SUCCESS,2,1,282.75,29444899.83,29445182.58,127,133,1807,452.4,wstate -3522,SUCCESS,2,1,1544.97,29445182.58,29446727.55,127,1088,1207,2471.95,qnn -3523,SUCCESS,2,1,20962.89,29446727.55,29467690.44,127,14824,1202,33540.62,realamprandom -3524,SUCCESS,2,1,6446.86,29467690.44,29474137.3,127,5264,1041,10314.98,qnn -3525,SUCCESS,2,1,3791.05,29474137.3,29477928.35,127,2330,1383,6065.68,ae -3526,SUCCESS,2,1,1849.89,29477928.35,29479778.24,127,1061,1482,2959.82,twolocalrandom -3527,SUCCESS,2,1,22932.55,29479778.24,29502710.79,127,10227,1906,36692.08,realamprandom -3528,SUCCESS,2,1,21527.73,29502710.79,29524238.52,127,6505,2813,34444.37,qpeexact -3529,SUCCESS,2,1,105.55,29524238.52,29524344.07,127,72,1246,168.88,ghz -3530,SUCCESS,2,1,2643.46,29524344.07,29526987.53,127,1086,2069,4229.54,qnn -3531,SUCCESS,2,1,118150.12,29526987.53,29645137.65,127,78093,1286,189040.19,qwalk-noancilla -3533,SUCCESS,2,1,5177.83,29645137.65,29650315.48,127,1110,3965,8284.53,realamprandom -3534,SUCCESS,2,1,5594.25,29650315.48,29655909.73,127,1202,3956,8950.8,qftentangled -3535,SUCCESS,2,1,1355.04,29655909.73,29657264.77,127,380,3031,2168.06,qft -3536,SUCCESS,2,1,8563.24,29657264.77,29665828.01,127,4699,1549,13701.18,ae -3538,SUCCESS,2,1,17158,29665828.01,29682986.01,127,7820,1865,27452.8,random -3539,SUCCESS,2,1,144.41,29682986.01,29683130.42,127,76,1615,231.06,graphstate -3540,SUCCESS,2,1,14654.16,29683130.42,29697784.58,127,3716,3352,23446.66,ae -3541,SUCCESS,2,1,22902.28,29697784.58,29720686.86,127,6790,2867,36643.65,qpeexact -3544,SUCCESS,2,1,97611.79,29720686.86,29818298.65,127,34032,2438,156178.86,shor -3545,SUCCESS,2,1,10279.23,29818298.65,29828577.88,127,3546,2464,16446.77,qpeinexact -3546,SUCCESS,2,1,9904.03,29828577.88,29838481.91,127,2395,3515,15846.45,twolocalrandom -3547,SUCCESS,2,1,101905.95,29838481.91,29940387.86,127,33770,2565,163049.52,random -3548,SUCCESS,2,1,8824.27,29940387.86,29949212.13,127,4912,1527,14118.83,ae -3550,SUCCESS,2,1,12627.1,29949212.13,29961839.23,127,2630,4081,20203.36,qpeinexact -3551,SUCCESS,2,1,2229.08,29961839.23,29964068.31,127,895,2117,3566.53,realamprandom -3552,SUCCESS,2,1,4703.69,29964068.31,29968772,127,1697,2356,7525.9,twolocalrandom -3553,SUCCESS,2,1,1559.9,29968772,29970331.9,127,377,3517,2495.84,su2random -3554,SUCCESS,2,1,14073.88,29970331.9,29984405.78,127,4196,2851,22518.21,random -3555,SUCCESS,2,1,10276.27,29984405.78,29994682.05,127,5886,1484,16442.03,qftentangled -3556,SUCCESS,2,1,23061.57,29994682.05,30017743.62,127,7522,2606,36898.51,qft -3557,SUCCESS,2,1,15523.75,30017743.62,30033267.37,127,3549,3718,24838,grover-noancilla -3559,SUCCESS,2,1,5847.42,30033267.37,30039114.79,127,2147,2315,9355.87,su2random -3560,SUCCESS,2,1,11199.67,30039114.79,30050314.46,127,9136,1042,17919.47,random -3561,SUCCESS,2,1,11513.09,30050314.46,30061827.55,127,4955,1975,18420.94,qnn -3562,SUCCESS,2,1,109.27,30061827.55,30061936.82,127,26,3572,174.83,vqe -3563,SUCCESS,2,1,92.31,30061936.82,30062029.13,127,27,2906,147.7,ghz -3564,SUCCESS,2,1,11310.3,30062029.13,30073339.43,127,3009,3195,18096.48,qpeexact -3565,SUCCESS,2,1,177581.14,30073339.43,30250920.57,127,40327,3743,284129.82,random -3566,SUCCESS,2,1,32540.62,30250920.57,30283461.19,127,11760,2352,52064.99,realamprandom -3567,SUCCESS,2,1,5808.92,30283461.19,30289270.11,127,3155,1565,9294.27,su2random -3569,SUCCESS,2,1,725.91,30289270.11,30289996.02,127,376,1641,1161.46,random -3570,SUCCESS,2,1,23027.69,30289996.02,30313023.71,127,5662,3457,36844.3,qpeexact -3571,SUCCESS,2,1,2022.53,30313023.71,30315046.24,127,471,3650,3236.05,pricingcall -3572,SUCCESS,2,1,67.89,30315046.24,30315114.13,127,25,2308,108.62,dj -3573,SUCCESS,2,1,3002.97,30315114.13,30318117.1,127,627,4071,4804.75,ae -3574,SUCCESS,2,1,9148.99,30318117.1,30327266.09,127,3352,2320,14638.38,su2random -3575,SUCCESS,2,1,88168.16,30327266.09,30415434.25,127,29138,2572,141069.06,random -3576,SUCCESS,2,1,2468.95,30415434.25,30417903.2,127,700,2998,3950.32,qft -3577,SUCCESS,2,1,995.34,30417903.2,30418898.54,127,242,3496,1592.54,dj -3578,SUCCESS,2,1,23569.42,30418898.54,30442467.96,127,5400,3710,37711.07,qpeexact -3579,SUCCESS,2,1,49458.39,30442467.96,30491926.35,127,15894,2645,79133.42,realamprandom -3580,SUCCESS,2,1,8683.31,30491926.35,30500609.66,127,2101,3513,13893.3,qpeinexact -3581,SUCCESS,2,1,655.42,30500609.66,30501265.08,127,335,1663,1048.67,twolocalrandom -3582,SUCCESS,2,1,19108.22,30501265.08,30520373.3,127,4185,3881,30573.15,realamprandom -3583,SUCCESS,2,1,5833.16,30520373.3,30526206.46,127,1433,3460,9333.06,su2random -3584,SUCCESS,2,1,2124.73,30526206.46,30528331.19,127,468,3859,3399.57,dj -3587,SUCCESS,2,1,1611.3,30528331.19,30529942.49,127,428,3200,2578.08,qft -3588,SUCCESS,2,1,19159.81,30529942.49,30549102.3,127,5610,2903,30655.7,qpeexact -3589,SUCCESS,2,1,2227.92,30549102.3,30551330.22,127,658,2878,3564.67,qnn -3590,SUCCESS,2,1,12525.3,30551330.22,30563855.52,127,5242,2031,20040.48,qpeexact -3591,SUCCESS,2,1,12262.85,30563855.52,30576118.37,127,4926,2116,19620.56,qpeinexact -3593,SUCCESS,2,1,1302.02,30576118.37,30577420.39,127,501,2209,2083.23,dj -3596,SUCCESS,2,1,1145.03,30577420.39,30578565.42,127,856,1137,1832.05,ae -3598,SUCCESS,2,1,27989.03,30578565.42,30606554.45,127,6119,3888,44782.45,qft -3599,SUCCESS,2,1,288.38,30606554.45,30606842.83,127,233,1052,461.41,realamprandom -3600,SUCCESS,2,1,29807.59,30606842.83,30636650.42,127,8384,3022,47692.14,qpeinexact -3601,SUCCESS,2,1,205.11,30636650.42,30636855.53,127,64,2724,328.18,graphstate -3602,SUCCESS,2,1,3066.67,30636855.53,30639922.2,127,987,2641,4906.67,ghz -3603,SUCCESS,2,1,51779.3,30639922.2,30691701.5,127,16703,2635,82846.88,twolocalrandom -3604,SUCCESS,2,1,257.54,30691701.5,30691959.04,127,117,1871,412.06,ghz -3605,SUCCESS,2,1,304.56,30691959.04,30692263.6,127,109,2375,487.3,qaoa -3606,SUCCESS,2,1,3393.62,30692263.6,30695657.22,127,921,3132,5429.79,ae -3608,SUCCESS,2,1,3595.47,30695657.22,30699252.69,127,1095,2791,5752.75,grover-v-chain -3610,SUCCESS,2,1,59270.87,30699252.69,30758523.56,127,12492,4033,94833.39,realamprandom -3612,SUCCESS,2,1,775.67,30758523.56,30759299.23,127,167,3948,1241.07,qpeexact -3613,SUCCESS,2,1,26959.29,30759299.23,30786258.52,127,10086,2272,43134.86,su2random -3615,SUCCESS,2,1,331.68,30786258.52,30786590.2,127,175,1611,530.69,graphstate -3616,SUCCESS,2,1,1763.54,30786590.2,30788353.74,127,392,3824,2821.66,ghz -3617,SUCCESS,2,1,157.67,30788353.74,30788511.41,127,37,3622,252.27,wstate -3619,SUCCESS,2,1,6664.69,30788511.41,30795176.1,127,1608,3523,10663.5,wstate -3621,SUCCESS,2,1,141693.88,30795176.1,30936869.98,127,30584,3938,226710.21,grover-noancilla -3622,SUCCESS,2,1,2812.65,30936869.98,30939682.63,127,1271,1881,4500.24,qpeexact -3623,SUCCESS,2,1,61.43,30939682.63,30939744.06,127,15,3481,98.29,ghz -3624,SUCCESS,2,1,54465.75,30939744.06,30994209.81,127,12113,3822,87145.2,realamprandom -3625,SUCCESS,2,1,14205.18,30994209.81,31008414.99,127,11108,1087,22728.29,qnn -3626,SUCCESS,2,1,96.69,31008414.99,31008511.68,127,69,1191,154.7,ghz -3627,SUCCESS,2,1,3732.99,31008511.68,31012244.67,127,2291,1385,5972.78,qft -3628,SUCCESS,2,1,8754.04,31012244.67,31020998.71,127,4445,1674,14006.46,qftentangled -3629,SUCCESS,2,1,25737.82,31020998.71,31046736.53,127,7636,2865,41180.51,realamprandom -3630,SUCCESS,2,1,5979.74,31046736.53,31052716.27,127,2038,2494,9567.58,random -3631,SUCCESS,2,1,24697.32,31052716.27,31077413.59,127,5320,3946,39515.71,qpeinexact -3633,SUCCESS,2,1,10664.95,31077413.59,31088078.54,127,4325,2096,17063.92,qftentangled -3635,SUCCESS,2,1,9822.78,31088078.54,31097901.32,127,5493,1520,15716.45,random -3636,SUCCESS,2,1,2043.42,31097901.32,31099944.74,127,586,2964,3269.47,ghz -3637,SUCCESS,2,1,12190.45,31099944.74,31112135.19,127,4280,2421,19504.72,qft -3638,SUCCESS,2,1,121.98,31112135.19,31112257.17,127,80,1296,195.17,dj -3639,SUCCESS,2,1,4543.64,31112257.17,31116800.81,127,1482,2606,7269.82,qft -3640,SUCCESS,2,1,725.23,31116800.81,31117526.04,127,165,3736,1160.37,dj -3641,SUCCESS,2,1,8514.82,31117526.04,31126040.86,127,3211,2254,13623.71,twolocalrandom -3642,SUCCESS,2,1,4058.42,31126040.86,31130099.28,127,1035,3333,6493.47,su2random -3645,SUCCESS,2,1,12116.88,31130099.28,31142216.16,127,6116,1684,19387.01,qft -3647,SUCCESS,2,1,182.32,31142216.16,31142398.48,127,44,3522,291.71,ghz -3648,SUCCESS,2,1,1778.26,31142398.48,31144176.74,127,670,2256,2845.22,dj -3649,SUCCESS,2,1,389.07,31144176.74,31144565.81,127,109,3034,622.51,qft -3650,SUCCESS,2,1,10323.87,31144565.81,31154889.68,127,2299,3817,16518.19,qpeexact -3651,SUCCESS,2,1,17661.55,31154889.68,31172551.23,127,8106,1852,28258.48,ae -3652,SUCCESS,2,1,5184.81,31172551.23,31177736.04,127,1116,3949,8295.7,qnn -3653,SUCCESS,2,1,754.65,31177736.04,31178490.69,127,604,1062,1207.44,dj -3654,SUCCESS,2,1,2855.1,31178490.69,31181345.79,127,1874,1295,4568.16,qpeexact -3655,SUCCESS,2,1,8807.19,31181345.79,31190152.98,127,3345,2238,14091.5,qft -3656,SUCCESS,2,1,2208.2,31190152.98,31192361.18,127,1048,1791,3533.12,qftentangled -3658,SUCCESS,2,1,7169.28,31192361.18,31199530.46,127,1682,3623,11470.85,qftentangled -3659,SUCCESS,2,1,143.2,31199530.46,31199673.66,127,54,2254,229.12,dj -3660,SUCCESS,2,1,5823.32,31199673.66,31205496.98,127,3084,1605,9317.31,qft -3661,SUCCESS,2,1,27680.35,31205496.98,31233177.33,127,6404,3674,44288.56,qpeinexact -3662,SUCCESS,2,1,1931.93,31233177.33,31235109.26,127,409,4015,3091.09,dj -3663,SUCCESS,2,1,8250.3,31235109.26,31243359.56,127,2291,3061,13200.48,qpeinexact -3665,SUCCESS,2,1,51408.37,31243359.56,31294767.93,127,14556,3002,82253.39,twolocalrandom -3666,SUCCESS,2,1,10817.81,31294767.93,31305585.74,127,2818,3263,17308.5,qftentangled -3667,SUCCESS,2,1,577.82,31305585.74,31306163.56,127,121,4059,924.51,wstate -3668,SUCCESS,2,1,5887.78,31306163.56,31312051.34,127,1244,4023,9420.45,su2random -3669,SUCCESS,2,1,623.89,31312051.34,31312675.23,127,335,1583,998.22,twolocalrandom -3670,SUCCESS,2,1,3001.1,31312675.23,31315676.33,127,690,3697,4801.76,pricingcall -3672,SUCCESS,2,1,32686.06,31315676.33,31348362.39,127,11991,2317,52297.7,random -3673,SUCCESS,2,1,969.96,31348362.39,31349332.35,127,364,2265,1551.94,dj -3674,SUCCESS,2,1,2636.65,31349332.35,31351969,127,1224,1831,4218.64,qpeinexact -3675,SUCCESS,2,1,1327,31351969,31353296,127,838,1346,2123.2,realamprandom -3676,SUCCESS,2,1,27817.84,31353296,31381113.84,127,6824,3465,44508.54,ae -3677,SUCCESS,2,1,761.98,31381113.84,31381875.82,127,230,2816,1219.17,ae -3678,SUCCESS,2,1,129.58,31381875.82,31382005.4,127,39,2824,207.33,ghz -3679,SUCCESS,2,1,593.27,31382005.4,31382598.67,127,178,2833,949.23,pricingput -3680,SUCCESS,2,1,3912.92,31382598.67,31386511.59,127,1187,2802,6260.67,qftentangled -3681,SUCCESS,2,1,33160.09,31386511.59,31419671.68,127,11110,2537,53056.14,su2random -3682,SUCCESS,2,1,6523.13,31419671.68,31426194.81,127,2981,1860,10437.01,qft -3683,SUCCESS,2,1,53709.6,31426194.81,31479904.41,127,16541,2760,85935.36,su2random -3684,SUCCESS,2,1,2687.34,31479904.41,31482591.75,127,642,3558,4299.74,qnn -3685,SUCCESS,2,1,8309.31,31482591.75,31490901.06,127,6267,1127,13294.9,qftentangled -3686,SUCCESS,2,1,13411.11,31490901.06,31504312.17,127,3485,3271,21457.78,ae -3688,SUCCESS,2,1,9141.46,31504312.17,31513453.63,127,2698,2880,14626.34,qftentangled -3689,SUCCESS,2,1,2478.99,31513453.63,31515932.62,127,812,2595,3966.38,realamprandom -3690,SUCCESS,2,1,14278.36,31515932.62,31530210.98,127,7423,1635,22845.38,ae -3691,SUCCESS,2,1,960.11,31530210.98,31531171.09,127,472,1729,1536.18,wstate -3693,SUCCESS,2,1,12953.6,31531171.09,31544124.69,127,6256,1760,20725.76,qft -3694,SUCCESS,2,1,53572.08,31544124.69,31597696.77,127,27382,1663,85715.33,random -3695,SUCCESS,2,1,85337.96,31597696.77,31683034.73,127,25416,2854,136540.74,random -3696,SUCCESS,2,1,254.83,31683034.73,31683289.56,127,123,1761,407.73,graphstate -3697,SUCCESS,2,1,38822.52,31683289.56,31722112.08,127,10456,3156,62116.03,qpeexact -3698,SUCCESS,2,1,17115.38,31722112.08,31739227.46,127,5235,2779,27384.61,qpeexact -3699,SUCCESS,2,1,142.23,31739227.46,31739369.69,127,53,2281,227.57,wstate -3700,SUCCESS,2,1,149.35,31739369.69,31739519.04,127,35,3627,238.96,qaoa -3701,SUCCESS,2,1,273.78,31739519.04,31739792.82,127,117,1989,438.05,wstate -3702,SUCCESS,2,1,7302.76,31739792.82,31747095.58,127,4166,1490,11684.42,qftentangled -3703,SUCCESS,2,1,3459.23,31747095.58,31750554.81,127,905,3249,5534.77,dj -3705,SUCCESS,2,1,68.73,31750554.81,31750623.54,127,23,2540,109.97,ghz -3706,SUCCESS,2,1,481.35,31750623.54,31751104.89,127,114,3589,770.16,dj -3707,SUCCESS,2,1,15950.15,31751104.89,31767055.04,127,6242,2172,25520.24,ae -3709,SUCCESS,2,1,9845.49,31767055.04,31776900.53,127,2630,3182,15752.78,su2random -3710,SUCCESS,2,1,99.15,31776900.53,31776999.68,127,25,3371,158.64,vqe -3711,SUCCESS,2,1,1706.51,31776999.68,31778706.19,127,639,2270,2730.42,dj -3713,SUCCESS,2,1,4406.3,31778706.19,31783112.49,127,1189,3150,7050.08,wstate -3714,SUCCESS,2,1,197.97,31783112.49,31783310.46,127,59,2852,316.75,graphstate -3715,SUCCESS,2,1,1757.67,31783310.46,31785068.13,127,371,4027,2812.27,realamprandom -3716,SUCCESS,2,1,1107.79,31785068.13,31786175.92,127,503,1872,1772.46,ae -3718,SUCCESS,2,1,18755.53,31786175.92,31804931.45,127,3950,4036,30008.85,qft -3720,SUCCESS,2,1,113.97,31804931.45,31805045.42,127,47,2061,182.35,graphstate -3721,SUCCESS,2,1,1038,31805045.42,31806083.42,127,255,3460,1660.8,dj -3722,SUCCESS,2,1,1367.72,31806083.42,31807451.14,127,480,2422,2188.35,dj -3723,SUCCESS,2,1,26528.39,31807451.14,31833979.53,127,6636,3398,42445.42,qpeinexact -3724,SUCCESS,2,1,1651.77,31833979.53,31835631.3,127,375,3744,2642.83,qnn -3726,SUCCESS,2,1,3660.12,31835631.3,31839291.42,127,2081,1495,5856.19,qnn -3727,SUCCESS,2,1,290.55,31839291.42,31839581.97,127,67,3686,464.88,ghz -3728,SUCCESS,2,1,345.49,31839581.97,31839927.46,127,96,3059,552.78,ghz -3729,SUCCESS,2,1,1927.06,31839927.46,31841854.52,127,455,3600,3083.3,qft -3730,SUCCESS,2,1,72001.7,31841854.52,31913856.22,127,16740,3656,115202.72,random -3731,SUCCESS,2,1,1578.79,31913856.22,31915435.01,127,1009,1330,2526.06,wstate -3732,SUCCESS,2,1,950.49,31915435.01,31916385.5,127,377,2143,1520.78,wstate -3733,SUCCESS,2,1,72.23,31916385.5,31916457.73,127,24,2558,115.57,vqe -3734,SUCCESS,2,1,34137.73,31916457.73,31950595.46,127,8076,3593,54620.37,qpeexact -3735,SUCCESS,2,1,762.02,31950595.46,31951357.48,127,519,1248,1219.23,wstate -3736,SUCCESS,2,1,531.45,31951357.48,31951888.93,127,317,1425,850.32,qpeexact -3738,SUCCESS,2,1,28284.1,31951888.93,31980173.03,127,11303,2127,45254.56,qnn -3739,SUCCESS,2,1,6116.46,31980173.03,31986289.49,127,2104,2471,9786.34,qpeexact -3740,SUCCESS,2,1,2047.56,31986289.49,31988337.05,127,540,3223,3276.1,portfoliovqe -3741,SUCCESS,2,1,6776.94,31988337.05,31995113.99,127,2948,1954,10843.1,qft -3742,SUCCESS,2,1,23599.05,31995113.99,32018713.04,127,4948,4054,37758.48,qftentangled -3743,SUCCESS,2,1,5182.5,32018713.04,32023895.54,127,1927,2286,8292,twolocalrandom -3744,SUCCESS,2,1,14978.48,32023895.54,32038874.02,127,6882,1850,23965.57,pricingcall -3745,SUCCESS,2,1,1496.66,32038874.02,32040370.68,127,537,2369,2394.66,wstate -3746,SUCCESS,2,1,9939.97,32040370.68,32050310.65,127,3917,2157,15903.95,twolocalrandom -3747,SUCCESS,2,1,5337.01,32050310.65,32055647.66,127,3343,1357,8539.22,qftentangled -3748,SUCCESS,2,1,1925.24,32055647.66,32057572.9,127,575,2846,3080.38,dj -3750,SUCCESS,2,1,37.97,32057572.9,32057610.87,127,18,1793,60.75,graphstate -3751,SUCCESS,2,1,1710.8,32057610.87,32059321.67,127,726,2003,2737.28,qnn -3752,SUCCESS,2,1,12905.77,32059321.67,32072227.44,127,6908,1588,20649.23,qft -3753,SUCCESS,2,1,7096.26,32072227.44,32079323.7,127,1937,3114,11354.02,qpeinexact -3754,SUCCESS,2,1,15904.71,32079323.7,32095228.41,127,11000,1229,25447.54,qpeexact -3755,SUCCESS,2,1,18885.56,32095228.41,32114113.97,127,5605,2864,30216.9,ae -3756,SUCCESS,2,1,1713.9,32114113.97,32115827.87,127,756,1927,2742.24,qpeexact -3757,SUCCESS,2,1,36209.76,32115827.87,32152037.63,127,7902,3895,57935.62,qwalk-v-chain -3758,SUCCESS,2,1,2494.36,32152037.63,32154531.99,127,994,2133,3990.98,qft -3759,SUCCESS,2,1,205.64,32154531.99,32154737.63,127,53,3298,329.02,graphstate -3760,SUCCESS,2,1,19309.56,32154737.63,32174047.19,127,5004,3280,30895.3,qftentangled -3761,SUCCESS,2,1,1646.15,32174047.19,32175693.34,127,1011,1384,2633.84,qpeinexact -3762,SUCCESS,2,1,7263.51,32175693.34,32182956.85,127,1970,3134,11621.62,qftentangled -3763,SUCCESS,2,1,17408.2,32182956.85,32200365.05,127,9646,1534,27853.12,qnn -3764,SUCCESS,2,1,245.23,32200365.05,32200610.28,127,77,2707,392.37,graphstate -3765,SUCCESS,2,1,29682.36,32200610.28,32230292.64,127,20184,1250,47491.78,random -3766,SUCCESS,2,1,3951.28,32230292.64,32234243.92,127,876,3834,6322.05,wstate -3768,SUCCESS,2,1,915.03,32234243.92,32235158.95,127,542,1435,1464.05,dj -3769,SUCCESS,2,1,2923.99,32235158.95,32238082.94,127,1030,2413,4678.38,ghz -3770,SUCCESS,2,1,12646.66,32238082.94,32250729.6,127,5391,1994,20234.66,ae -3771,SUCCESS,2,1,1095.7,32250729.6,32251825.3,127,229,4067,1753.12,realamprandom -3772,SUCCESS,2,1,21537.38,32251825.3,32273362.68,127,6998,2616,34459.81,qpeexact -3774,SUCCESS,2,1,3963.45,32273362.68,32277326.13,127,1339,2516,6341.52,qpeinexact -3775,SUCCESS,2,1,11640.62,32277326.13,32288966.75,127,4459,2219,18624.99,twolocalrandom -3776,SUCCESS,2,1,1116.62,32288966.75,32290083.37,127,375,2531,1786.59,su2random -3778,SUCCESS,2,1,31192.83,32290083.37,32321276.2,127,8575,3092,49908.53,qpeinexact -3780,SUCCESS,2,1,9192.07,32321276.2,32330468.27,127,3589,2177,14707.31,qft -3781,SUCCESS,2,1,1945.22,32330468.27,32332413.49,127,609,2715,3112.35,wstate -3782,SUCCESS,2,1,7621.82,32332413.49,32340035.31,127,3546,1827,12194.91,qpeexact -3783,SUCCESS,2,1,3334.73,32340035.31,32343370.04,127,1196,2370,5335.57,qnn -3784,SUCCESS,2,1,2073.15,32343370.04,32345443.19,127,624,2824,3317.04,dj -3785,SUCCESS,2,1,1446.57,32345443.19,32346889.76,127,828,1485,2314.51,dj -3786,SUCCESS,2,1,12389.82,32346889.76,32359279.58,127,5854,1799,19823.71,su2random -3787,SUCCESS,2,1,15457.7,32359279.58,32374737.28,127,3720,3532,24732.32,su2random -3788,SUCCESS,2,1,44082.77,32374737.28,32418820.05,127,17063,2196,70532.43,twolocalrandom -3789,SUCCESS,2,1,716.26,32418820.05,32419536.31,127,149,4086,1146.02,graphstate -3790,SUCCESS,2,1,4686.24,32419536.31,32424222.55,127,3488,1142,7497.98,qpeinexact -3791,SUCCESS,2,1,1078.2,32424222.55,32425300.75,127,877,1045,1725.12,qnn -3792,SUCCESS,2,1,9029.88,32425300.75,32434330.63,127,2519,3047,14447.81,qftentangled -3793,SUCCESS,2,1,140.04,32434330.63,32434470.67,127,109,1092,224.06,qpeexact -3794,SUCCESS,2,1,666.18,32434470.67,32435136.85,127,212,2671,1065.89,ghz -3795,SUCCESS,2,1,2312,32435136.85,32437448.85,127,1823,1078,3699.2,ae -3796,SUCCESS,2,1,1088.62,32437448.85,32438537.47,127,701,1320,1741.79,twolocalrandom -3797,SUCCESS,2,1,36891.2,32438537.47,32475428.67,127,11436,2742,59025.92,twolocalrandom -3798,SUCCESS,2,1,592.68,32475428.67,32476021.35,127,364,1384,948.29,graphstate -3800,SUCCESS,2,1,5561.54,32476021.35,32481582.89,127,2035,2323,8898.46,twolocalrandom -3801,SUCCESS,2,1,13842.49,32481582.89,32495425.38,127,4921,2391,22147.98,qftentangled -3802,SUCCESS,2,1,10177.74,32495425.38,32505603.12,127,7602,1138,16284.38,ae -3803,SUCCESS,2,1,11110.03,32505603.12,32516713.15,127,2880,3279,17776.05,qnn -3804,SUCCESS,2,1,15616.06,32516713.15,32532329.21,127,4538,2925,24985.7,qft -3805,SUCCESS,2,1,1186.79,32532329.21,32533516,127,568,1776,1898.86,qnn -3806,SUCCESS,2,1,1797.73,32533516,32535313.73,127,385,3969,2876.37,ghz -3807,SUCCESS,2,1,9564.08,32535313.73,32544877.81,127,5129,1585,15302.53,qftentangled -3808,SUCCESS,2,1,16700.53,32544877.81,32561578.34,127,4799,2958,26720.85,twolocalrandom -3810,SUCCESS,2,1,65.23,32561578.34,32561643.57,127,53,1046,104.37,qaoa -3811,SUCCESS,2,1,22268.96,32561643.57,32583912.53,127,5729,3304,35630.34,qpeexact -3814,SUCCESS,2,1,301.08,32583912.53,32584213.61,127,121,2115,481.73,qpeexact -3815,SUCCESS,2,1,24869.42,32584213.61,32609083.03,127,7077,2987,39791.07,ae -3816,SUCCESS,2,1,3518.12,32609083.03,32612601.15,127,800,3738,5628.99,qftentangled -3817,SUCCESS,2,1,7314.11,32612601.15,32619915.26,127,2517,2470,11702.58,qft -3818,SUCCESS,2,1,2011.19,32619915.26,32621926.45,127,945,1809,3217.9,qftentangled -3819,SUCCESS,2,1,234.64,32621926.45,32622161.09,127,73,2732,375.42,wstate -3820,SUCCESS,2,1,7286.62,32622161.09,32629447.71,127,1642,3772,11658.59,qpeexact -3821,SUCCESS,2,1,95049.25,32629447.71,32724496.96,127,32538,2483,152078.8,random -3822,SUCCESS,2,1,3370.75,32724496.96,32727867.71,127,717,3996,5393.2,qftentangled -3823,SUCCESS,2,1,6370.49,32727867.71,32734238.2,127,4044,1339,10192.78,qpeinexact -3824,SUCCESS,2,1,3055.93,32734238.2,32737294.13,127,813,3195,4889.49,ghz -3825,SUCCESS,2,1,833.74,32737294.13,32738127.87,127,331,2141,1333.98,dj -3826,SUCCESS,2,1,13602.98,32738127.87,32751730.85,127,10991,1052,21764.77,twolocalrandom -3827,SUCCESS,2,1,1597.45,32751730.85,32753328.3,127,544,2496,2555.92,qpeexact -3828,SUCCESS,2,1,7591.78,32753328.3,32760920.08,127,1849,3490,12146.85,twolocalrandom -3830,SUCCESS,2,1,393.09,32760920.08,32761313.17,127,181,1846,628.94,ghz -3832,SUCCESS,2,1,163.3,32761313.17,32761476.47,127,86,1614,261.28,graphstate -3834,SUCCESS,2,1,136,32761476.47,32761612.47,127,100,1156,217.6,graphstate -3835,SUCCESS,2,1,88982.14,32761612.47,32850594.61,127,39955,1893,142371.42,qwalk-noancilla -3836,SUCCESS,2,1,2948.16,32850594.61,32853542.77,127,1348,1859,4717.06,wstate -3838,SUCCESS,2,1,1181.16,32853542.77,32854723.93,127,306,3281,1889.86,dj -3839,SUCCESS,2,1,78613,32854723.93,32933336.93,127,17497,3819,125780.8,random -3840,SUCCESS,2,1,591.59,32933336.93,32933928.52,127,216,2328,946.54,qft -3841,SUCCESS,2,1,215.84,32933928.52,32934144.36,127,49,3744,345.34,dj -3842,SUCCESS,2,1,72635.65,32934144.36,33006780.01,127,15722,3927,116217.04,su2random -3843,SUCCESS,2,1,11124.63,33006780.01,33017904.64,127,3739,2529,17799.41,su2random -3844,SUCCESS,2,1,15899.51,33017904.64,33033804.15,127,4315,3132,25439.22,ae -3846,SUCCESS,2,1,153.94,33033804.15,33033958.09,127,43,3043,246.3,ghz -3847,SUCCESS,2,1,15608.54,33033958.09,33049566.63,127,6627,2002,24973.66,su2random -3848,SUCCESS,2,1,974.66,33049566.63,33050541.29,127,335,2473,1559.46,graphstate -3850,SUCCESS,2,1,13112.11,33050541.29,33063653.4,127,3256,3423,20979.38,qpeexact -3851,SUCCESS,2,1,154.85,33063653.4,33063808.25,127,36,3656,247.76,ghz -3852,SUCCESS,2,1,3514.23,33063808.25,33067322.48,127,1411,2117,5622.77,qpeexact -3854,SUCCESS,2,1,3427.6,33067322.48,33070750.08,127,1932,1508,5484.16,twolocalrandom -3855,SUCCESS,2,1,1307.89,33070750.08,33072057.97,127,805,1381,2092.62,qftentangled -3857,SUCCESS,2,1,30416.05,33072057.97,33102474.02,127,8702,2971,48665.68,qftentangled -3858,SUCCESS,2,1,5925.54,33102474.02,33108399.56,127,3938,1279,9480.86,su2random -3860,SUCCESS,2,1,196.52,33108399.56,33108596.08,127,58,2880,314.43,graphstate -3861,SUCCESS,2,1,17219.79,33108596.08,33125815.87,127,9991,1465,27551.66,su2random -3862,SUCCESS,2,1,6416.43,33125815.87,33132232.3,127,1913,2851,10266.29,ae -3865,SUCCESS,2,1,27589.56,33132232.3,33159821.86,127,8012,2927,44143.3,qft -3866,SUCCESS,2,1,19774.31,33159821.86,33179596.17,127,10830,1552,31638.9,qpeexact -3867,SUCCESS,2,1,148372.57,33179596.17,33327968.74,127,32860,3838,237396.11,random -3868,SUCCESS,2,1,65521.32,33327968.74,33393490.06,127,21620,2576,104834.11,random -3869,SUCCESS,2,1,5490,33393490.06,33398980.06,127,3825,1220,8784,qpeexact -3870,SUCCESS,2,1,11499.36,33398980.06,33410479.42,127,6206,1575,18398.98,qpeinexact -3871,SUCCESS,2,1,612.69,33410479.42,33411092.11,127,484,1076,980.3,qpeexact -3872,SUCCESS,2,1,17602.24,33411092.11,33428694.35,127,7950,1882,28163.58,qpeexact -3873,SUCCESS,2,1,1998.73,33428694.35,33430693.08,127,816,2082,3197.97,qpeinexact -3874,SUCCESS,2,1,13184.56,33430693.08,33443877.64,127,10042,1116,21095.3,ae -3875,SUCCESS,2,1,6672.34,33443877.64,33450549.98,127,2154,2633,10675.74,twolocalrandom -3876,SUCCESS,2,1,326.08,33450549.98,33450876.06,127,169,1640,521.73,wstate -3878,SUCCESS,2,1,19222.25,33450876.06,33470098.31,127,4609,3545,30755.6,qnn -3879,SUCCESS,2,1,28278.66,33470098.31,33498376.97,127,12371,1943,45245.86,twolocalrandom -3880,SUCCESS,2,1,99.71,33498376.97,33498476.68,127,41,2067,159.54,wstate -3881,SUCCESS,2,1,7307.41,33498476.68,33505784.09,127,4108,1512,11691.86,qpeexact -3882,SUCCESS,2,1,40681.08,33505784.09,33546465.17,127,10273,3366,65089.73,ae -3883,SUCCESS,2,1,43114.79,33546465.17,33589579.96,127,9726,3768,68983.66,qwalk-noancilla -3884,SUCCESS,2,1,3671.13,33589579.96,33593251.09,127,842,3706,5873.81,ghz -3885,SUCCESS,2,1,73702.59,33593251.09,33666953.68,127,16272,3850,117924.14,random -3886,SUCCESS,2,1,1468.42,33666953.68,33668422.1,127,508,2457,2349.47,pricingput -3887,SUCCESS,2,1,161.59,33668422.1,33668583.69,127,37,3712,258.54,wstate -3888,SUCCESS,2,1,3103.97,33668583.69,33671687.66,127,671,3932,4966.35,pricingput -3891,SUCCESS,2,1,3506.51,33671687.66,33675194.17,127,1162,2565,5610.42,qnn -3892,SUCCESS,2,1,33539.71,33675194.17,33708733.88,127,7639,3732,53663.54,qpeinexact -3894,SUCCESS,2,1,9690.72,33708733.88,33718424.6,127,4659,1768,15505.15,realamprandom -3895,SUCCESS,2,1,2345.5,33718424.6,33720770.1,127,687,2902,3752.8,su2random -3896,SUCCESS,2,1,874.67,33720770.1,33721644.77,127,244,3047,1399.47,portfoliovqe -3897,SUCCESS,2,1,41323.49,33721644.77,33762968.26,127,9886,3553,66117.58,qnn -3899,SUCCESS,2,1,6820.8,33762968.26,33769789.06,127,3480,1666,10913.28,qnn -3900,SUCCESS,2,1,396.97,33769789.06,33770186.03,127,113,2986,635.15,wstate -3902,SUCCESS,2,1,1255.3,33770186.03,33771441.33,127,978,1091,2008.48,wstate -3903,SUCCESS,2,1,1350.17,33771441.33,33772791.5,127,639,1796,2160.27,twolocalrandom -3904,SUCCESS,2,1,45613.81,33772791.5,33818405.31,127,9676,4007,72982.1,twolocalrandom -3905,SUCCESS,2,1,1619.08,33818405.31,33820024.39,127,1057,1302,2590.53,su2random -3906,SUCCESS,2,1,5054.05,33820024.39,33825078.44,127,4183,1027,8086.48,ae -3907,SUCCESS,2,1,80.05,33825078.44,33825158.49,127,28,2430,128.08,ghz -3908,SUCCESS,2,1,142420.76,33825158.49,33967579.25,127,31583,3833,227873.22,random -3910,SUCCESS,2,1,2693.03,33967579.25,33970272.28,127,1327,1725,4308.85,qnn -3911,SUCCESS,2,1,135.14,33970272.28,33970407.42,127,47,2444,216.22,dj -3912,SUCCESS,2,1,3630.7,33970407.42,33974038.12,127,874,3531,5809.12,random -3913,SUCCESS,2,1,90028.04,33974038.12,34064066.16,127,39732,1926,144044.86,random -3914,SUCCESS,2,1,33675.56,34064066.16,34097741.72,127,9823,2914,53880.9,grover-noancilla -3915,SUCCESS,2,1,356.78,34097741.72,34098098.5,127,236,1285,570.85,su2random -3918,SUCCESS,2,1,25064.67,34098098.5,34123163.17,127,6706,3177,40103.47,qpeexact -3919,SUCCESS,2,1,3109.14,34123163.17,34126272.31,127,1006,2627,4974.62,pricingcall -3920,SUCCESS,2,1,3936.89,34126272.31,34130209.2,127,988,3387,6299.02,ghz -3921,SUCCESS,2,1,827.02,34130209.2,34131036.22,127,233,3017,1323.23,wstate -3922,SUCCESS,2,1,81988.78,34131036.22,34213025,127,37030,1882,131182.05,random -3923,SUCCESS,2,1,278.81,34213025,34213303.81,127,58,4086,446.1,graphstate -3924,SUCCESS,2,1,223.54,34213303.81,34213527.35,127,52,3654,357.66,dj -3925,SUCCESS,2,1,11494.72,34213527.35,34225022.07,127,9323,1048,18391.55,su2random -3926,SUCCESS,2,1,2948.8,34225022.07,34227970.87,127,1484,1689,4718.08,wstate -3927,SUCCESS,2,1,17931.53,34227970.87,34245902.4,127,12422,1227,28690.45,realamprandom -3928,SUCCESS,2,1,27843.81,34245902.4,34273746.21,127,6998,3382,44550.1,qpeinexact -3930,SUCCESS,2,1,18890.13,34273746.21,34292636.34,127,5626,2854,30224.21,random -3931,SUCCESS,2,1,408,34292636.34,34293044.34,127,113,3069,652.8,graphstate -3932,SUCCESS,2,1,934.82,34293044.34,34293979.16,127,288,2759,1495.71,dj -3933,SUCCESS,2,1,17677.6,34293979.16,34311656.76,127,8844,1699,28284.16,realamprandom -3934,SUCCESS,2,1,434.82,34311656.76,34312091.58,127,349,1059,695.71,realamprandom -3935,SUCCESS,2,1,1701.96,34312091.58,34313793.54,127,536,2699,2723.14,qpeinexact -3936,SUCCESS,2,1,1426.32,34313793.54,34315219.86,127,714,1698,2282.11,qpeinexact -3937,SUCCESS,2,1,14433.21,34315219.86,34329653.07,127,4724,2597,23093.14,ae -3940,SUCCESS,2,1,135.27,34329653.07,34329788.34,127,66,1742,216.43,graphstate -3941,SUCCESS,2,1,1065.38,34329788.34,34330853.72,127,421,2151,1704.61,dj -3944,SUCCESS,2,1,173.93,34330853.72,34331027.65,127,66,2240,278.29,dj -3945,SUCCESS,2,1,345.86,34331027.65,34331373.51,127,275,1069,553.38,qftentangled -3946,SUCCESS,2,1,5886.53,34331373.51,34337260.04,127,1896,2639,9418.45,qpeinexact -3947,SUCCESS,2,1,103.13,34337260.04,34337363.17,127,23,3811,165.01,vqe -3948,SUCCESS,2,1,1653.53,34337363.17,34339016.7,127,937,1500,2645.65,twolocalrandom -3949,SUCCESS,2,1,30399.69,34339016.7,34369416.39,127,12334,2095,48639.5,qnn -3950,SUCCESS,2,1,4766.96,34369416.39,34374183.35,127,1096,3697,7627.14,wstate -3951,SUCCESS,2,1,17659.94,34374183.35,34391843.29,127,6014,2496,28255.9,ae -3953,SUCCESS,2,1,293.53,34391843.29,34392136.82,127,104,2399,469.65,graphstate -3955,SUCCESS,2,1,173712.62,34392136.82,34565849.44,127,43086,3427,277940.19,random -3957,SUCCESS,2,1,10170.08,34565849.44,34576019.52,127,3184,2715,16272.13,qft -3958,SUCCESS,2,1,1477.4,34576019.52,34577496.92,127,718,1749,2363.84,qpeexact -3960,SUCCESS,2,1,790.9,34577496.92,34578287.82,127,187,3595,1265.44,graphstate -3961,SUCCESS,2,1,223.09,34578287.82,34578510.91,127,125,1517,356.94,wstate -3962,SUCCESS,2,1,2718.58,34578510.91,34581229.49,127,579,3991,4349.73,qftentangled -3963,SUCCESS,2,1,38460.24,34581229.49,34619689.73,127,12770,2560,61536.38,realamprandom -3964,SUCCESS,2,1,6436.93,34619689.73,34626126.66,127,4212,1299,10299.09,ae -3965,SUCCESS,2,1,258.9,34626126.66,34626385.56,127,63,3493,414.24,graphstate -3966,SUCCESS,2,1,97914.32,34626385.56,34724299.88,127,23010,3617,156662.91,random -3967,SUCCESS,2,1,2271.5,34724299.88,34726571.38,127,1475,1309,3634.4,realamprandom -3968,SUCCESS,2,1,468.92,34726571.38,34727040.3,127,116,3436,750.27,graphstate -3971,SUCCESS,2,1,11606.92,34727040.3,34738647.22,127,3434,2873,18571.07,qpeexact -3972,SUCCESS,2,1,19978.13,34738647.22,34758625.35,127,8785,1933,31965.01,qpeinexact -3973,SUCCESS,2,1,4663.86,34758625.35,34763289.21,127,1240,3197,7462.18,qft -3974,SUCCESS,2,1,828.7,34763289.21,34764117.91,127,329,2141,1325.92,wstate -3975,SUCCESS,2,1,1492.22,34764117.91,34765610.13,127,354,3583,2387.55,qft -3976,SUCCESS,2,1,27564.24,34765610.13,34793174.37,127,10812,2167,44102.78,twolocalrandom -3977,SUCCESS,2,1,15819.83,34793174.37,34808994.2,127,5156,2608,25311.73,qftentangled -3978,SUCCESS,2,1,9507.88,34808994.2,34818502.08,127,3052,2648,15212.61,ae -3979,SUCCESS,2,1,6416.54,34818502.08,34824918.62,127,3537,1542,10266.46,qpeexact -3980,SUCCESS,2,1,1941.76,34824918.62,34826860.38,127,697,2368,3106.82,qnn -3983,SUCCESS,2,1,402.58,34826860.38,34827262.96,127,101,3388,644.13,graphstate -3984,SUCCESS,2,1,24121.49,34827262.96,34851384.45,127,5678,3611,38594.38,ae -3985,SUCCESS,2,1,21990.05,34851384.45,34873374.5,127,4778,3912,35184.08,qpeinexact -3987,SUCCESS,2,1,411.89,34873374.5,34873786.39,127,214,1636,659.02,ghz -3988,SUCCESS,2,1,1126.32,34873786.39,34874912.71,127,323,2964,1802.11,qpeexact -3991,SUCCESS,2,1,6593.49,34874912.71,34881506.2,127,1433,3911,10549.58,ae -3992,SUCCESS,2,1,5686.49,34881506.2,34887192.69,127,2855,1693,9098.38,qftentangled -3993,SUCCESS,2,1,854.43,34887192.69,34888047.12,127,504,1441,1367.09,dj -3994,SUCCESS,2,1,221.7,34888047.12,34888268.82,127,69,2731,354.72,graphstate -3995,SUCCESS,2,1,6106.29,34888268.82,34894375.11,127,2422,2143,9770.06,realamprandom -3997,SUCCESS,2,1,47032,34894375.11,34941407.11,127,13547,2951,75251.2,random -3998,SUCCESS,2,1,271.54,34941407.11,34941678.65,127,59,3912,434.46,ghz -3999,SUCCESS,2,1,5552.3,34941678.65,34947230.95,127,1825,2586,8883.68,su2random -4000,SUCCESS,2,1,6181.04,34947230.95,34953411.99,127,4712,1115,9889.66,qpeexact -4002,SUCCESS,2,1,7257.38,34953411.99,34960669.37,127,1799,3429,11611.81,qnn -4004,SUCCESS,2,1,3218.14,34960669.37,34963887.51,127,683,4005,5149.02,dj -4005,SUCCESS,2,1,13375.24,34963887.51,34977262.75,127,3481,3266,21400.38,su2random -4006,SUCCESS,2,1,4324.4,34977262.75,34981587.15,127,964,3813,6919.04,qpeexact -4008,SUCCESS,2,1,269.77,34981587.15,34981856.92,127,107,2143,431.63,graphstate -4009,SUCCESS,2,1,1754.41,34981856.92,34983611.33,127,645,2312,2807.06,dj -4010,SUCCESS,2,1,4291.77,34983611.33,34987903.1,127,1527,2389,6866.83,wstate -4012,SUCCESS,2,1,27143.53,34987903.1,35015046.63,127,7000,3296,43429.65,su2random -4013,SUCCESS,2,1,7143.47,35015046.63,35022190.1,127,1983,3062,11429.55,qftentangled -4014,SUCCESS,2,1,61167.31,35022190.1,35083357.41,127,14136,3678,97867.7,realamprandom -4016,SUCCESS,2,1,2651.35,35083357.41,35086008.76,127,779,2893,4242.16,wstate -4018,SUCCESS,2,1,12158.76,35086008.76,35098167.52,127,3488,2963,19454.02,qpeexact -4019,SUCCESS,2,1,1039.69,35098167.52,35099207.21,127,253,3493,1663.5,dj -4020,SUCCESS,2,1,1366.56,35099207.21,35100573.77,127,292,3978,2186.5,twolocalrandom -4022,SUCCESS,2,1,12236.59,35100573.77,35112810.36,127,3278,3173,19578.54,qpeexact -4023,SUCCESS,2,1,296.48,35112810.36,35113106.84,127,100,2520,474.37,ghz -4024,SUCCESS,2,1,1338.33,35113106.84,35114445.17,127,682,1668,2141.33,qpeexact -4025,SUCCESS,2,1,15958.24,35114445.17,35130403.41,127,4166,3256,25533.18,su2random -4026,SUCCESS,2,1,30523.28,35130403.41,35160926.69,127,7398,3507,48837.25,su2random -4027,SUCCESS,2,1,570.59,35160926.69,35161497.28,127,253,1917,912.94,qft -4028,SUCCESS,2,1,1270.99,35161497.28,35162768.27,127,307,3519,2033.58,dj -4031,SUCCESS,2,1,24242,35162768.27,35187010.27,127,6129,3362,38787.2,qft -4032,SUCCESS,2,1,16421.31,35187010.27,35203431.58,127,5561,2510,26274.1,su2random -4033,SUCCESS,2,1,8543.59,35203431.58,35211975.17,127,3473,2091,13669.74,qft -4034,SUCCESS,2,1,3685.4,35211975.17,35215660.57,127,941,3329,5896.64,ghz -4035,SUCCESS,2,1,2938.26,35215660.57,35218598.83,127,655,3813,4701.22,portfolioqaoa -4036,SUCCESS,2,1,15589.93,35218598.83,35234188.76,127,3598,3683,24943.89,qnn -4038,SUCCESS,2,1,1257.66,35234188.76,35235446.42,127,538,1987,2012.26,qft -4039,SUCCESS,2,1,5007.97,35235446.42,35240454.39,127,1553,2741,8012.75,qnn -4040,SUCCESS,2,1,729.62,35240454.39,35241184.01,127,161,3852,1167.39,graphstate -4042,SUCCESS,2,1,1840.64,35241184.01,35243024.65,127,544,2876,2945.02,qpeinexact -4043,SUCCESS,2,1,5110.83,35243024.65,35248135.48,127,1450,2996,8177.33,qnn -4044,SUCCESS,2,1,115.09,35248135.48,35248250.57,127,43,2275,184.14,graphstate -4045,SUCCESS,2,1,30832.07,35248250.57,35279082.64,127,7546,3473,49331.31,qnn -4046,SUCCESS,2,1,111.81,35279082.64,35279194.45,127,41,2318,178.9,graphstate -4047,SUCCESS,2,1,916.89,35279194.45,35280111.34,127,715,1090,1467.02,dj -4048,SUCCESS,2,1,341.92,35280111.34,35280453.26,127,136,2137,547.07,dj -4049,SUCCESS,2,1,10908.26,35280453.26,35291361.52,127,4709,1969,17453.22,twolocalrandom -4051,SUCCESS,2,1,1492.14,35291361.52,35292853.66,127,452,2806,2387.42,dj -4052,SUCCESS,2,1,8069.38,35292853.66,35300923.04,127,5161,1329,12911.01,qpeexact -4053,SUCCESS,2,1,1512.91,35300923.04,35302435.95,127,765,1681,2420.66,dj -4054,SUCCESS,2,1,2689.69,35302435.95,35305125.64,127,676,3382,4303.5,qpeexact -4055,SUCCESS,2,1,3615.65,35305125.64,35308741.29,127,933,3294,5785.04,ghz -4056,SUCCESS,2,1,588.3,35308741.29,35309329.59,127,159,3145,941.28,pricingcall -4058,SUCCESS,2,1,1380.08,35309329.59,35310709.67,127,735,1596,2208.13,qft -4059,SUCCESS,2,1,13848.28,35310709.67,35324557.95,127,11362,1036,22157.25,qnn -4060,SUCCESS,2,1,18982.18,35324557.95,35343540.13,127,10323,1563,30371.49,realamprandom -4062,SUCCESS,2,1,125.56,35343540.13,35343665.69,127,42,2541,200.9,graphstate -4065,SUCCESS,2,1,5172.4,35343665.69,35348838.09,127,2043,2152,8275.84,qft -4068,SUCCESS,2,1,9697.61,35348838.09,35358535.7,127,7106,1160,15516.18,realamprandom -4069,SUCCESS,2,1,15986.36,35358535.7,35374522.06,127,11258,1207,25578.18,twolocalrandom -4070,SUCCESS,2,1,6188.12,35374522.06,35380710.18,127,2955,1780,9900.99,qft -4071,SUCCESS,2,1,29761.78,35380710.18,35410471.96,127,7322,3455,47618.85,ae -4072,SUCCESS,2,1,33599.71,35410471.96,35444071.67,127,9081,3145,53759.54,qpeinexact -4073,SUCCESS,2,1,160834.24,35444071.67,35604905.91,127,41427,3300,257334.78,grover-noancilla -4074,SUCCESS,2,1,18973.04,35604905.91,35623878.95,127,12619,1278,30356.86,su2random -4075,SUCCESS,2,1,1672,35623878.95,35625550.95,127,880,1615,2675.2,su2random -4076,SUCCESS,2,1,8439.7,35625550.95,35633990.65,127,5804,1236,13503.52,qpeinexact -4077,SUCCESS,2,1,1838.51,35633990.65,35635829.16,127,1077,1451,2941.62,qnn -4078,SUCCESS,2,1,12678.71,35635829.16,35648507.87,127,4939,2182,20285.94,qpeinexact -4079,SUCCESS,2,1,21394.35,35648507.87,35669902.22,127,5393,3372,34230.96,ae -4080,SUCCESS,2,1,2607.12,35669902.22,35672509.34,127,688,3221,4171.39,qpeexact -4081,SUCCESS,2,1,638.86,35672509.34,35673148.2,127,138,3935,1022.18,graphstate -4082,SUCCESS,2,1,1131.42,35673148.2,35674279.62,127,333,2888,1810.27,wstate -4083,SUCCESS,2,1,15200.47,35674279.62,35689480.09,127,3799,3401,24320.75,qftentangled -4084,SUCCESS,2,1,22760.52,35689480.09,35712240.61,127,12653,1529,36416.83,su2random -4085,SUCCESS,2,1,31626.27,35712240.61,35743866.88,127,11415,2355,50602.03,qnn -4086,SUCCESS,2,1,523.46,35743866.88,35744390.34,127,115,3869,837.54,dj -4087,SUCCESS,2,1,8799.37,35744390.34,35753189.71,127,1959,3818,14078.99,su2random -4088,SUCCESS,2,1,7078.63,35753189.71,35760268.34,127,2624,2293,11325.81,qpeexact -4089,SUCCESS,2,1,197,35760268.34,35760465.34,127,82,2042,315.2,graphstate -4090,SUCCESS,2,1,5329.76,35760465.34,35765795.1,127,1167,3882,8527.62,qpeinexact -4091,SUCCESS,2,1,8356.65,35765795.1,35774151.75,127,2135,3327,13370.64,qftentangled -4093,SUCCESS,2,1,12071.71,35774151.75,35786223.46,127,3589,2859,19314.74,qft -4094,SUCCESS,2,1,21822.22,35786223.46,35808045.68,127,5430,3416,34915.55,qpeinexact -4095,SUCCESS,2,1,1498.36,35808045.68,35809544.04,127,506,2517,2397.38,qftentangled -4096,SUCCESS,2,1,13200.78,35809544.04,35822744.82,127,3778,2970,21121.25,grover-noancilla -4097,SUCCESS,2,1,782.6,35822744.82,35823527.42,127,305,2181,1252.16,qftentangled -4098,SUCCESS,2,1,4662.33,35823527.42,35828189.75,127,2542,1559,7459.73,ae -4099,SUCCESS,2,1,621.01,35828189.75,35828810.76,127,193,2735,993.62,dj -4100,SUCCESS,2,1,23720.71,35828810.76,35852531.47,127,6905,2920,37953.14,qnn -4101,SUCCESS,2,1,21556.71,35852531.47,35874088.18,127,5726,3200,34490.74,twolocalrandom -4102,SUCCESS,2,1,3763.01,35874088.18,35877851.19,127,1935,1653,6020.82,qftentangled -4103,SUCCESS,2,1,10810.08,35877851.19,35888661.27,127,3470,2648,17296.13,qpeexact -4104,SUCCESS,2,1,1682.23,35888661.27,35890343.5,127,381,3753,2691.57,wstate -4105,SUCCESS,2,1,686.42,35890343.5,35891029.92,127,401,1455,1098.27,pricingput -4106,SUCCESS,2,1,11766.12,35891029.92,35902796.04,127,2989,3346,18825.79,ae -4107,SUCCESS,2,1,11956.84,35902796.04,35914752.88,127,6364,1597,19130.94,qpeexact -4108,SUCCESS,2,1,25475.48,35914752.88,35940228.36,127,6235,3473,40760.77,ae -4109,SUCCESS,2,1,3186.45,35940228.36,35943414.81,127,1280,2116,5098.32,qnn -4110,SUCCESS,2,1,121507.09,35943414.81,36064921.9,127,27944,3696,194411.34,random -4111,SUCCESS,2,1,14114.11,36064921.9,36079036.01,127,7024,1708,22582.58,qft -4112,SUCCESS,2,1,17153.58,36079036.01,36096189.59,127,7020,2077,27445.73,qftentangled -4113,SUCCESS,2,1,37191.8,36096189.59,36133381.39,127,14422,2192,59506.88,realamprandom -4114,SUCCESS,2,1,4794.86,36133381.39,36138176.25,127,1391,2930,7671.78,qpeinexact -4115,SUCCESS,2,1,25393.19,36138176.25,36163569.44,127,7466,2891,40629.1,twolocalrandom -4116,SUCCESS,2,1,521.83,36163569.44,36164091.27,127,332,1336,834.93,realamprandom -4117,SUCCESS,2,1,265.39,36164091.27,36164356.66,127,86,2623,424.62,graphstate -4118,SUCCESS,2,1,953.72,36164356.66,36165310.38,127,539,1504,1525.95,dj -4121,SUCCESS,2,1,7221.1,36165310.38,36172531.48,127,4451,1379,11553.76,qpeexact -4122,SUCCESS,2,1,10025.5,36172531.48,36182556.98,127,2877,2962,16040.8,su2random -4123,SUCCESS,2,1,3897.46,36182556.98,36186454.44,127,833,3977,6235.94,qpeinexact -4124,SUCCESS,2,1,287.13,36186454.44,36186741.57,127,133,1835,459.41,qft -4125,SUCCESS,2,1,236.18,36186741.57,36186977.75,127,50,4015,377.89,ghz -4126,SUCCESS,2,1,2390.43,36186977.75,36189368.18,127,744,2731,3824.69,qnn -4127,SUCCESS,2,1,20087.02,36189368.18,36209455.2,127,6492,2630,32139.23,qnn -4128,SUCCESS,2,1,790.4,36209455.2,36210245.6,127,442,1520,1264.64,dj -4129,SUCCESS,2,1,32125.84,36210245.6,36242371.44,127,19802,1379,51401.34,random -4131,SUCCESS,2,1,13693.59,36242371.44,36256065.03,127,10524,1106,21909.74,realamprandom -4132,SUCCESS,2,1,1689.77,36256065.03,36257754.8,127,368,3903,2703.63,qftentangled -4133,SUCCESS,2,1,18871.89,36257754.8,36276626.69,127,6826,2350,30195.02,ae -4134,SUCCESS,2,1,552.4,36276626.69,36277179.09,127,292,1608,883.84,su2random -4135,SUCCESS,2,1,22382.38,36277179.09,36299561.47,127,5191,3665,35811.81,qpeexact -4136,SUCCESS,2,1,18118,36299561.47,36317679.47,127,3962,3887,28988.8,qpeexact -4138,SUCCESS,2,1,2593.42,36317679.47,36320272.89,127,1650,1336,4149.47,qnn -4139,SUCCESS,2,1,11231.18,36320272.89,36331504.07,127,7035,1357,17969.89,qnn -4140,SUCCESS,2,1,1347.59,36331504.07,36332851.66,127,398,2878,2156.14,dj -4141,SUCCESS,2,1,5710.54,36332851.66,36338562.2,127,2827,1717,9136.86,qpeexact -4143,SUCCESS,2,1,145.17,36338562.2,36338707.37,127,45,2742,232.27,wstate -4144,SUCCESS,2,1,7697.91,36338707.37,36346405.28,127,1743,3754,12316.66,qftentangled -4145,SUCCESS,2,1,393.21,36346405.28,36346798.49,127,283,1181,629.14,dj -4146,SUCCESS,2,1,1442.34,36346798.49,36348240.83,127,1149,1067,2307.74,twolocalrandom -4147,SUCCESS,2,1,1529.99,36348240.83,36349770.82,127,905,1437,2447.98,su2random -4149,SUCCESS,2,1,14340.64,36349770.82,36364111.46,127,6742,1808,22945.02,ae -4150,SUCCESS,2,1,54818.22,36364111.46,36418929.68,127,16430,2836,87709.15,su2random -4151,SUCCESS,2,1,917.91,36418929.68,36419847.59,127,348,2242,1468.66,qpeexact -4152,SUCCESS,2,1,885.85,36419847.59,36420733.44,127,314,2398,1417.36,dj -4153,SUCCESS,2,1,4059.38,36420733.44,36424792.82,127,1201,2873,6495.01,qpeinexact -4154,SUCCESS,2,1,22838.59,36424792.82,36447631.41,127,5515,3520,36541.74,random -4155,SUCCESS,2,1,6635.82,36447631.41,36454267.23,127,2462,2291,10617.31,qft -4156,SUCCESS,2,1,14553.19,36454267.23,36468820.42,127,5118,2417,23285.1,twolocalrandom -4157,SUCCESS,2,1,24863.63,36468820.42,36493684.05,127,6320,3344,39781.81,qpeinexact -4158,SUCCESS,2,1,2241.34,36493684.05,36495925.39,127,496,3841,3586.14,ghz -4160,SUCCESS,2,1,20636.45,36495925.39,36516561.84,127,9580,1831,33018.32,qnn -4161,SUCCESS,2,1,4764.38,36516561.84,36521326.22,127,2969,1364,7623.01,ae -4162,SUCCESS,2,1,109.33,36521326.22,36521435.55,127,33,2816,174.93,wstate -4163,SUCCESS,2,1,1797.85,36521435.55,36523233.4,127,478,3197,2876.56,dj -4164,SUCCESS,2,1,1184.88,36523233.4,36524418.28,127,301,3346,1895.81,wstate -4165,SUCCESS,2,1,2624.1,36524418.28,36527042.38,127,560,3983,4198.56,random -4166,SUCCESS,2,1,15601.15,36527042.38,36542643.53,127,4355,3045,24961.84,su2random -4167,SUCCESS,2,1,1748.06,36542643.53,36544391.59,127,1183,1256,2796.9,wstate -4169,SUCCESS,2,1,3119.29,36544391.59,36547510.88,127,1268,2091,4990.86,qftentangled -4170,SUCCESS,2,1,46628.09,36547510.88,36594138.97,127,12347,3210,74604.94,random -4171,SUCCESS,2,1,13881.05,36594138.97,36608020.02,127,3201,3686,22209.68,qftentangled -4172,SUCCESS,2,1,89.11,36608020.02,36608109.13,127,28,2705,142.58,graphstate -4173,SUCCESS,2,1,5092.5,36608109.13,36613201.63,127,1649,2625,8148,random -4174,SUCCESS,2,1,68.56,36613201.63,36613270.19,127,21,2775,109.7,vqe -4175,SUCCESS,2,1,48246.77,36613270.19,36661516.96,127,17669,2321,77194.83,random -4176,SUCCESS,2,1,1680.37,36661516.96,36663197.33,127,418,3417,2688.59,portfoliovqe -4177,SUCCESS,2,1,2989.16,36663197.33,36666186.49,127,911,2789,4782.66,random -4178,SUCCESS,2,1,401.55,36666186.49,36666588.04,127,171,1996,642.48,ae -4179,SUCCESS,2,1,23192.77,36666588.04,36689780.81,127,7389,2668,37108.43,qpeexact -4180,SUCCESS,2,1,162.94,36689780.81,36689943.75,127,36,3847,260.7,ghz -4181,SUCCESS,2,1,1632.99,36689943.75,36691576.74,127,430,3228,2612.78,portfoliovqe -4182,SUCCESS,2,1,671.4,36691576.74,36692248.14,127,228,2503,1074.24,dj -4183,SUCCESS,2,1,750.08,36692248.14,36692998.22,127,252,2530,1200.13,qnn -4184,SUCCESS,2,1,43493.77,36692998.22,36736491.99,127,12700,2911,69590.03,su2random -4185,SUCCESS,2,1,302.21,36736491.99,36736794.2,127,77,3336,483.54,graphstate -4187,SUCCESS,2,1,4243.78,36736794.2,36741037.98,127,1432,2519,6790.05,qftentangled -4190,SUCCESS,2,1,2415.24,36741037.98,36743453.22,127,950,2161,3864.38,ae -4191,SUCCESS,2,1,3042.95,36743453.22,36746496.17,127,689,3754,4868.72,dj -4192,SUCCESS,2,1,49200.61,36746496.17,36795696.78,127,14327,2919,78720.98,su2random -4193,SUCCESS,2,1,327.27,36795696.78,36796024.05,127,209,1331,523.63,qftentangled -4194,SUCCESS,2,1,18105.97,36796024.05,36814130.02,127,5749,2677,28969.55,qftentangled -4195,SUCCESS,2,1,5751.68,36814130.02,36819881.7,127,2898,1687,9202.69,su2random -4197,SUCCESS,2,1,225.85,36819881.7,36820107.55,127,53,3622,361.36,graphstate -4199,SUCCESS,2,1,23573.06,36820107.55,36843680.61,127,5436,3686,37716.9,qftentangled -4200,SUCCESS,2,1,416.76,36843680.61,36844097.37,127,320,1107,666.82,twolocalrandom -4201,SUCCESS,2,1,11017.16,36844097.37,36855114.53,127,5261,1780,17627.46,grover-noancilla -4202,SUCCESS,2,1,154.55,36855114.53,36855269.08,127,65,2021,247.28,graphstate -4203,SUCCESS,2,1,2293.82,36855269.08,36857562.9,127,523,3728,3670.11,dj -4205,SUCCESS,2,1,3612.09,36857562.9,36861174.99,127,1610,1907,5779.34,ae -4206,SUCCESS,2,1,17900.42,36861174.99,36879075.41,127,8650,1759,28640.67,qnn -4207,SUCCESS,2,1,425.07,36879075.41,36879500.48,127,185,1953,680.11,ae -4209,SUCCESS,2,1,3739.94,36879500.48,36883240.42,127,817,3891,5983.9,qft -4211,SUCCESS,2,1,300.44,36883240.42,36883540.86,127,137,1864,480.7,qftentangled -4212,SUCCESS,2,1,179.2,36883540.86,36883720.06,127,61,2497,286.72,graphstate -4213,SUCCESS,2,1,22327.82,36883720.06,36906047.88,127,6322,3002,35724.51,qftentangled -4215,SUCCESS,2,1,19270.3,36906047.88,36925318.18,127,7524,2177,30832.48,realamprandom -4216,SUCCESS,2,1,7449.16,36925318.18,36932767.34,127,3479,1820,11918.66,qpeexact -4217,SUCCESS,2,1,1217.21,36932767.34,36933984.55,127,458,2259,1947.54,dj -4219,SUCCESS,2,1,2075.57,36933984.55,36936060.12,127,474,3722,3320.91,dj -4220,SUCCESS,2,1,13213.29,36936060.12,36949273.41,127,6212,1808,21141.26,qftentangled -4221,SUCCESS,2,1,5807.73,36949273.41,36955081.14,127,2497,1977,9292.37,qpeexact -4223,SUCCESS,2,1,1544.23,36955081.14,36956625.37,127,373,3519,2470.77,dj -4224,SUCCESS,2,1,180.19,36956625.37,36956805.56,127,77,1989,288.3,graphstate -4226,SUCCESS,2,1,25803.5,36956805.56,36982609.06,127,7478,2933,41285.6,su2random -4228,SUCCESS,2,1,4589.91,36982609.06,36987198.97,127,1427,2734,7343.86,qnn -4229,SUCCESS,2,1,6634.95,36987198.97,36993833.92,127,1674,3369,10615.92,qftentangled -4230,SUCCESS,2,1,1946.47,36993833.92,36995780.39,127,1036,1597,3114.35,su2random -4231,SUCCESS,2,1,2810.3,36995780.39,36998590.69,127,650,3675,4496.48,pricingput -4233,SUCCESS,2,1,4272.03,36998590.69,37002862.72,127,1267,2866,6835.25,wstate -4235,SUCCESS,2,1,256.36,37002862.72,37003119.08,127,73,2985,410.18,wstate -4239,SUCCESS,2,1,8560.16,37003119.08,37011679.24,127,3437,2117,13696.26,qftentangled -4240,SUCCESS,2,1,41029.29,37011679.24,37052708.53,127,14429,2417,65646.86,su2random -4242,SUCCESS,2,1,4779.46,37052708.53,37057487.99,127,1473,2758,7647.14,qft -4244,SUCCESS,2,1,3466.21,37057487.99,37060954.2,127,892,3303,5545.94,ae -4245,SUCCESS,2,1,50773.77,37060954.2,37111727.97,127,11837,3646,81238.03,random -4246,SUCCESS,2,1,4436.32,37111727.97,37116164.29,127,1864,2023,7098.11,su2random -4247,SUCCESS,2,1,36167.69,37116164.29,37152331.98,127,11224,2739,57868.3,qpeinexact -4248,SUCCESS,2,1,3717.62,37152331.98,37156049.6,127,1249,2530,5948.19,qnn -4249,SUCCESS,2,1,291.08,37156049.6,37156340.68,127,90,2749,465.73,ghz -4250,SUCCESS,2,1,972.8,37156340.68,37157313.48,127,262,3156,1556.48,qftentangled -4251,SUCCESS,2,1,3144.31,37157313.48,37160457.79,127,686,3896,5030.9,qftentangled -4253,SUCCESS,2,1,556.2,37160457.79,37161013.99,127,356,1328,889.92,graphstate -4254,SUCCESS,2,1,509.78,37161013.99,37161523.77,127,239,1813,815.65,dj -4256,SUCCESS,2,1,168.94,37161523.77,37161692.71,127,93,1544,270.3,wstate -4257,SUCCESS,2,1,23687.75,37161692.71,37185380.46,127,8917,2258,37900.4,twolocalrandom -4258,SUCCESS,2,1,291.62,37185380.46,37185672.08,127,96,2582,466.59,graphstate -4259,SUCCESS,2,1,1720.74,37185672.08,37187392.82,127,801,1826,2753.18,qftentangled -4260,SUCCESS,2,1,22150.17,37187392.82,37209542.99,127,4680,4023,35440.27,twolocalrandom -4261,SUCCESS,2,1,10436.13,37209542.99,37219979.12,127,2429,3652,16697.81,ae -4262,SUCCESS,2,1,8651.98,37219979.12,37228631.1,127,2097,3507,13843.17,qwalk-v-chain -4263,SUCCESS,2,1,712.01,37228631.1,37229343.11,127,334,1812,1139.22,dj -4264,SUCCESS,2,1,776.79,37229343.11,37230119.9,127,183,3608,1242.86,graphstate -4265,SUCCESS,2,1,1308.99,37230119.9,37231428.89,127,488,2280,2094.38,ae -4266,SUCCESS,2,1,1324.4,37231428.89,37232753.29,127,299,3765,2119.04,ghz -4267,SUCCESS,2,1,52.26,37232753.29,37232805.55,127,32,1388,83.62,graphstate -4268,SUCCESS,2,1,29292.32,37232805.55,37262097.87,127,6206,4012,46867.71,qftentangled -4269,SUCCESS,2,1,2629.33,37262097.87,37264727.2,127,606,3688,4206.93,dj -4270,SUCCESS,2,1,17832.21,37264727.2,37282559.41,127,5470,2771,28531.54,realamprandom -4271,SUCCESS,2,1,142.2,37282559.41,37282701.61,127,89,1358,227.52,wstate -4272,SUCCESS,2,1,11840.87,37282701.61,37294542.48,127,8472,1188,18945.39,su2random -4273,SUCCESS,2,1,120.36,37294542.48,37294662.84,127,35,2923,192.58,graphstate -4274,SUCCESS,2,1,60389.71,37294662.84,37355052.55,127,16405,3129,96623.54,su2random -4275,SUCCESS,2,1,2116.16,37355052.55,37357168.71,127,791,2274,3385.86,qft -4276,SUCCESS,2,1,2508.27,37357168.71,37359676.98,127,655,3255,4013.23,qnn -4277,SUCCESS,2,1,185.3,37359676.98,37359862.28,127,46,3424,296.48,ghz -4278,SUCCESS,2,1,3679.23,37359862.28,37363541.51,127,845,3701,5886.77,qpeexact -4279,SUCCESS,2,1,3004.23,37363541.51,37366545.74,127,801,3188,4806.77,qnn -4280,SUCCESS,2,1,4347,37366545.74,37370892.74,127,1575,2346,6955.2,qnn -4281,SUCCESS,2,1,376.44,37370892.74,37371269.18,127,163,1963,602.3,twolocalrandom -4282,SUCCESS,2,1,2396.36,37371269.18,37373665.54,127,913,2231,3834.18,twolocalrandom -4284,SUCCESS,2,1,34.63,37373665.54,37373700.17,127,18,1635,55.41,ghz -4285,SUCCESS,2,1,20319.25,37373700.17,37394019.42,127,5997,2880,32510.8,ae -4286,SUCCESS,2,1,174466.24,37394019.42,37568485.66,127,39180,3785,279145.98,random -4288,SUCCESS,2,1,103.71,37568485.66,37568589.37,127,41,2150,165.94,ghz -4289,SUCCESS,2,1,8319.47,37568589.37,37576908.84,127,2104,3361,13311.15,qpeinexact -4292,SUCCESS,2,1,6664.5,37576908.84,37583573.34,127,4705,1204,10663.2,ae -4293,SUCCESS,2,1,1730.83,37583573.34,37585304.17,127,1200,1226,2769.33,qpeexact -4295,SUCCESS,2,1,8985.5,37585304.17,37594289.67,127,2034,3755,14376.8,qpeexact -4296,SUCCESS,2,1,36472.06,37594289.67,37630761.73,127,9191,3373,58355.3,qnn -4298,SUCCESS,2,1,34894.79,37630761.73,37665656.52,127,7937,3737,55831.66,qnn -4299,SUCCESS,2,1,35.36,37665656.52,37665691.88,127,27,1113,56.58,vqe -4300,SUCCESS,2,1,1991.5,37665691.88,37667683.38,127,1090,1553,3186.4,wstate -4301,SUCCESS,2,1,3513.32,37667683.38,37671196.7,127,1623,1840,5621.31,twolocalrandom -4302,SUCCESS,2,1,13636.15,37671196.7,37684832.85,127,3081,3762,21817.84,qpeexact -4303,SUCCESS,2,1,185.06,37684832.85,37685017.91,127,55,2860,296.1,graphstate -4304,SUCCESS,2,1,3587.14,37685017.91,37688605.05,127,2487,1226,5739.42,random -4305,SUCCESS,2,1,2266.77,37688605.05,37690871.82,127,1835,1050,3626.83,qnn -4306,SUCCESS,2,1,27614.5,37690871.82,37718486.32,127,6017,3901,44183.2,qnn -4307,SUCCESS,2,1,330.13,37718486.32,37718816.45,127,118,2378,528.21,graphstate -4308,SUCCESS,2,1,13021.32,37718816.45,37731837.77,127,7514,1473,20834.11,qpeexact -4309,SUCCESS,2,1,75118.29,37731837.77,37806956.06,127,17551,3638,120189.26,realamprandom -4310,SUCCESS,2,1,1366.01,37806956.06,37808322.07,127,1023,1135,2185.62,wstate -4312,SUCCESS,2,1,2127.9,37808322.07,37810449.97,127,484,3737,3404.64,dj -4313,SUCCESS,2,1,172.25,37810449.97,37810622.22,127,111,1319,275.6,graphstate -4314,SUCCESS,2,1,1275.09,37810622.22,37811897.31,127,298,3637,2040.14,wstate -4315,SUCCESS,2,1,1772.95,37811897.31,37813670.26,127,548,2750,2836.72,su2random -4317,SUCCESS,2,1,5664.07,37813670.26,37819334.33,127,1217,3956,9062.51,qpeinexact -4318,SUCCESS,2,1,15715.36,37819334.33,37835049.69,127,3565,3747,25144.58,qnn -4319,SUCCESS,2,1,8175.92,37835049.69,37843225.61,127,5573,1247,13081.47,su2random -4320,SUCCESS,2,1,206.88,37843225.61,37843432.49,127,51,3448,331.01,graphstate -4321,SUCCESS,2,1,775.43,37843432.49,37844207.92,127,453,1455,1240.69,dj -4322,SUCCESS,2,1,310.79,37844207.92,37844518.71,127,216,1223,497.26,ghz -4323,SUCCESS,2,1,912.31,37844518.71,37845431.02,127,580,1337,1459.7,ghz -4324,SUCCESS,2,1,406.51,37845431.02,37845837.53,127,181,1909,650.42,dj -4325,SUCCESS,2,1,40523.56,37845837.53,37886361.09,127,11894,2896,64837.7,su2random -4327,SUCCESS,2,1,15065.03,37886361.09,37901426.12,127,5470,2341,24104.05,twolocalrandom -4328,SUCCESS,2,1,811.17,37901426.12,37902237.29,127,209,3299,1297.87,dj -4329,SUCCESS,2,1,12073.37,37902237.29,37914310.66,127,3038,3378,19317.39,twolocalrandom -4332,SUCCESS,2,1,1635.41,37914310.66,37915946.07,127,573,2426,2616.66,su2random -4334,SUCCESS,2,1,379.91,37915946.07,37916325.98,127,92,3510,607.86,ghz -4335,SUCCESS,2,1,1545.05,37916325.98,37917871.03,127,447,2938,2472.08,dj -4337,SUCCESS,2,1,149.35,37917871.03,37918020.38,127,39,3255,238.96,graphstate -4338,SUCCESS,2,1,158.14,37918020.38,37918178.52,127,87,1545,253.02,graphstate -4339,SUCCESS,2,1,90.19,37918178.52,37918268.71,127,48,1597,144.3,graphstate -4340,SUCCESS,2,1,2846.95,37918268.71,37921115.66,127,738,3279,4555.12,ae -4341,SUCCESS,2,1,602.24,37921115.66,37921717.9,127,462,1108,963.58,dj -4343,SUCCESS,2,1,20288.76,37921717.9,37942006.66,127,4491,3840,32462.02,ae -4344,SUCCESS,2,1,71.42,37942006.66,37942078.08,127,25,2428,114.27,vqe -4345,SUCCESS,2,1,16372.41,37942078.08,37958450.49,127,3721,3740,26195.86,qpeinexact -4346,SUCCESS,2,1,8096.1,37958450.49,37966546.59,127,4293,1603,12953.76,realamprandom -4348,SUCCESS,2,1,13076.47,37966546.59,37979623.06,127,4951,2245,20922.35,qpeinexact -4350,SUCCESS,2,1,1578.7,37979623.06,37981201.76,127,482,2784,2525.92,ghz -4351,SUCCESS,2,1,3738.86,37981201.76,37984940.62,127,961,3307,5982.18,qft -4353,SUCCESS,2,1,2174.8,37984940.62,37987115.42,127,1392,1328,3479.68,pricingput -4354,SUCCESS,2,1,139.18,37987115.42,37987254.6,127,52,2275,222.69,ghz -4355,SUCCESS,2,1,60.22,37987254.6,37987314.82,127,33,1551,96.35,ghz -4356,SUCCESS,2,1,1798.96,37987314.82,37989113.78,127,377,4056,2878.34,wstate -4358,SUCCESS,2,1,814.2,37989113.78,37989927.98,127,243,2848,1302.72,dj -4360,SUCCESS,2,1,328.73,37989927.98,37990256.71,127,223,1253,525.97,qnn -4361,SUCCESS,2,1,764.05,37990256.71,37991020.76,127,440,1476,1222.48,qft -4363,SUCCESS,2,1,20061.84,37991020.76,38011082.6,127,5818,2931,32098.94,qft -4364,SUCCESS,2,1,52964.31,38011082.6,38064046.91,127,22298,2019,84742.9,random -4365,SUCCESS,2,1,5589.75,38064046.91,38069636.66,127,2094,2269,8943.6,qpeinexact -4366,SUCCESS,2,1,16988.52,38069636.66,38086625.18,127,10657,1355,27181.63,random -4367,SUCCESS,2,1,481.33,38086625.18,38087106.51,127,125,3273,770.13,graphstate -4368,SUCCESS,2,1,91.42,38087106.51,38087197.93,127,37,2100,146.27,ghz -4369,SUCCESS,2,1,5930.94,38087197.93,38093128.87,127,1733,2909,9489.5,ae -4370,SUCCESS,2,1,7115.43,38093128.87,38100244.3,127,1697,3564,11384.69,realamprandom -4371,SUCCESS,2,1,529.87,38100244.3,38100774.17,127,233,1933,847.79,portfolioqaoa -4372,SUCCESS,2,1,25328.84,38100774.17,38126103.01,127,6916,3113,40526.14,su2random -4373,SUCCESS,2,1,2152.05,38126103.01,38128255.06,127,1390,1316,3443.28,qnn -4374,SUCCESS,2,1,9524.86,38128255.06,38137779.92,127,3195,2534,15239.78,realamprandom -4375,SUCCESS,2,1,56189.41,38137779.92,38193969.33,127,12070,3957,89903.06,su2random -4376,SUCCESS,2,1,15177.31,38193969.33,38209146.64,127,9396,1373,24283.7,su2random -4377,SUCCESS,2,1,2427.02,38209146.64,38211573.66,127,1518,1359,3883.23,pricingcall -4378,SUCCESS,2,1,16427.09,38211573.66,38228000.75,127,4659,2997,26283.34,qwalk-noancilla -4379,SUCCESS,2,1,1774.68,38228000.75,38229775.43,127,511,2952,2839.49,realamprandom -4381,SUCCESS,2,1,198.2,38229775.43,38229973.63,127,101,1668,317.12,dj -4384,SUCCESS,2,1,9564.87,38229973.63,38239538.5,127,3133,2595,15303.79,su2random -4385,SUCCESS,2,1,659.33,38239538.5,38240197.83,127,390,1437,1054.93,qft -4386,SUCCESS,2,1,8677.56,38240197.83,38248875.39,127,3368,2190,13884.1,qft -4387,SUCCESS,2,1,2572.05,38248875.39,38251447.44,127,854,2560,4115.28,qpeinexact -4388,SUCCESS,2,1,20678.04,38251447.44,38272125.48,127,4612,3811,33084.86,realamprandom -4389,SUCCESS,2,1,668.06,38272125.48,38272793.54,127,277,2050,1068.9,dj -4390,SUCCESS,2,1,315.31,38272793.54,38273108.85,127,97,2763,504.5,graphstate -4391,SUCCESS,2,1,163.54,38273108.85,38273272.39,127,38,3658,261.66,ghz -4393,SUCCESS,2,1,9703.77,38273272.39,38282976.16,127,3540,2330,15526.03,qft -4394,SUCCESS,2,1,22605.26,38282976.16,38305581.42,127,6982,2752,36168.42,qpeexact -4395,SUCCESS,2,1,59.17,38305581.42,38305640.59,127,47,1070,94.67,ghz -4396,SUCCESS,2,1,16757.37,38305640.59,38322397.96,127,5840,2439,26811.79,qftentangled -4397,SUCCESS,2,1,568.2,38322397.96,38322966.16,127,334,1446,909.12,graphstate -4399,SUCCESS,2,1,13470.74,38322966.16,38336436.9,127,4813,2379,21553.18,qpeexact -4402,SUCCESS,2,1,19322.6,38336436.9,38355759.5,127,4176,3933,30916.16,random -4403,SUCCESS,2,1,308.69,38355759.5,38356068.19,127,129,2034,493.9,wstate -4404,SUCCESS,2,1,1920.98,38356068.19,38357989.17,127,691,2363,3073.57,dj -4406,SUCCESS,2,1,2025.67,38357989.17,38360014.84,127,833,2067,3241.07,ghz -4407,SUCCESS,2,1,104.98,38360014.84,38360119.82,127,78,1144,167.97,tsp -4408,SUCCESS,2,1,146.69,38360119.82,38360266.51,127,54,2309,234.7,qaoa -4409,SUCCESS,2,1,11230.26,38360266.51,38371496.77,127,2858,3340,17968.42,qft -4410,SUCCESS,2,1,85531.91,38371496.77,38457028.68,127,38345,1896,136851.06,random -4412,SUCCESS,2,1,975.48,38457028.68,38458004.16,127,331,2505,1560.77,ae -4413,SUCCESS,2,1,3474.36,38458004.16,38461478.52,127,1725,1712,5558.98,qnn -4414,SUCCESS,2,1,33867.15,38461478.52,38495345.67,127,7528,3824,54187.44,random -4415,SUCCESS,2,1,4127.72,38495345.67,38499473.39,127,857,4094,6604.35,su2random -4416,SUCCESS,2,1,9034.29,38499473.39,38508507.68,127,4089,1878,14454.86,qftentangled -4417,SUCCESS,2,1,379.79,38508507.68,38508887.47,127,97,3328,607.66,wstate -4419,SUCCESS,2,1,1950.5,38508887.47,38510837.97,127,1056,1570,3120.8,wstate -4420,SUCCESS,2,1,4811.79,38510837.97,38515649.76,127,1178,3472,7698.86,twolocalrandom -4421,SUCCESS,2,1,5859.88,38515649.76,38521509.64,127,1317,3782,9375.81,realamprandom -4423,SUCCESS,2,1,1750.32,38521509.64,38523259.96,127,429,3468,2800.51,ae -4425,SUCCESS,2,1,275.44,38523259.96,38523535.4,127,61,3838,440.7,ghz -4426,SUCCESS,2,1,1397.86,38523535.4,38524933.26,127,483,2460,2236.58,ghz -4427,SUCCESS,2,1,9693.31,38524933.26,38534626.57,127,5698,1446,15509.3,ae -4428,SUCCESS,2,1,35125.8,38534626.57,38569752.37,127,25217,1184,56201.28,random -4430,SUCCESS,2,1,5105.43,38569752.37,38574857.8,127,3974,1092,8168.69,qpeexact -4431,SUCCESS,2,1,122.27,38574857.8,38574980.07,127,101,1029,195.63,ghz -4432,SUCCESS,2,1,6247.98,38574980.07,38581228.05,127,1706,3113,9996.77,qpeexact -4433,SUCCESS,2,1,8466.92,38581228.05,38589694.97,127,4710,1528,13547.07,qpeexact -4434,SUCCESS,2,1,7608.96,38589694.97,38597303.93,127,3963,1632,12174.34,qwalk-v-chain -4435,SUCCESS,2,1,7921.36,38597303.93,38605225.29,127,2847,2365,12674.18,qpeinexact -4436,SUCCESS,2,1,1709.52,38605225.29,38606934.81,127,364,3992,2735.23,qftentangled -4437,SUCCESS,2,1,650.1,38606934.81,38607584.91,127,162,3411,1040.16,twolocalrandom -4438,SUCCESS,2,1,11320.98,38607584.91,38618905.89,127,3179,3027,18113.57,grover-v-chain -4439,SUCCESS,2,1,2268.89,38618905.89,38621174.78,127,989,1950,3630.22,random -4440,SUCCESS,2,1,396.05,38621174.78,38621570.83,127,128,2630,633.68,qpeinexact -4442,SUCCESS,2,1,240.94,38621570.83,38621811.77,127,159,1288,385.5,dj -4443,SUCCESS,2,1,203786.77,38621811.77,38825598.54,127,42961,4032,326058.83,random -4444,SUCCESS,2,1,19136.19,38825598.54,38844734.73,127,5768,2820,30617.9,qft -4445,SUCCESS,2,1,18906.12,38844734.73,38863640.85,127,4229,3800,30249.79,realamprandom -4446,SUCCESS,2,1,6918.74,38863640.85,38870559.59,127,1493,3939,11069.98,qftentangled -4448,SUCCESS,2,1,1239.78,38870559.59,38871799.37,127,436,2417,1983.65,qnn -4449,SUCCESS,2,1,392.87,38871799.37,38872192.24,127,245,1363,628.59,wstate -4450,SUCCESS,2,1,3879.28,38872192.24,38876071.52,127,953,3460,6206.85,wstate -4451,SUCCESS,2,1,8671.48,38876071.52,38884743,127,2048,3599,13874.37,qnn -4452,SUCCESS,2,1,20489.96,38884743,38905232.96,127,4407,3952,32783.94,qftentangled -4453,SUCCESS,2,1,995.21,38905232.96,38906228.17,127,680,1244,1592.34,qftentangled -4456,SUCCESS,2,1,2263.78,38906228.17,38908491.95,127,492,3911,3622.05,dj -4457,SUCCESS,2,1,1154.41,38908491.95,38909646.36,127,401,2447,1847.06,wstate -4458,SUCCESS,2,1,57.7,38909646.36,38909704.06,127,22,2229,92.32,graphstate -4459,SUCCESS,2,1,1129.78,38909704.06,38910833.84,127,415,2314,1807.65,portfolioqaoa -4461,SUCCESS,2,1,2407.3,38910833.84,38913241.14,127,503,4068,3851.68,su2random -4462,SUCCESS,2,1,7809.96,38913241.14,38921051.1,127,2957,2245,12495.94,twolocalrandom -4463,SUCCESS,2,1,12019.81,38921051.1,38933070.91,127,3082,3315,19231.7,qft -4464,SUCCESS,2,1,5575.34,38933070.91,38938646.25,127,1171,4047,8920.54,twolocalrandom -4465,SUCCESS,2,1,131.39,38938646.25,38938777.64,127,80,1396,210.22,dj -4466,SUCCESS,2,1,553.05,38938777.64,38939330.69,127,259,1815,884.88,dj -4467,SUCCESS,2,1,3443.67,38939330.69,38942774.36,127,1305,2243,5509.87,random -4468,SUCCESS,2,1,7198.73,38942774.36,38949973.09,127,1656,3695,11517.97,qpeexact -4469,SUCCESS,2,1,3924.51,38949973.09,38953897.6,127,856,3897,6279.22,qft -4470,SUCCESS,2,1,26056.07,38953897.6,38979953.67,127,10211,2169,41689.71,qpeinexact -4471,SUCCESS,2,1,12288.67,38979953.67,38992242.34,127,4253,2456,19661.87,su2random -4472,SUCCESS,2,1,22351.2,38992242.34,39014593.54,127,5719,3322,35761.92,ae -4473,SUCCESS,2,1,4032.18,39014593.54,39018625.72,127,1586,2161,6451.49,qpeexact -4474,SUCCESS,2,1,105.63,39018625.72,39018731.35,127,87,1032,169.01,graphstate -4475,SUCCESS,2,1,48549.91,39018731.35,39067281.26,127,11927,3460,77679.86,random -4477,SUCCESS,2,1,3616.39,39067281.26,39070897.65,127,1412,2177,5786.22,su2random -4479,SUCCESS,2,1,20497.5,39070897.65,39091395.15,127,9238,1886,32796,qpeinexact -4480,SUCCESS,2,1,3460.97,39091395.15,39094856.12,127,2608,1128,5537.55,su2random -4481,SUCCESS,2,1,441.42,39094856.12,39095297.54,127,134,2800,706.27,qaoa -4482,SUCCESS,2,1,176.53,39095297.54,39095474.07,127,105,1429,282.45,wstate -4483,SUCCESS,2,1,42045.09,39095474.07,39137519.16,127,13651,2618,67272.14,realamprandom -4484,SUCCESS,2,1,6034.02,39137519.16,39143553.18,127,1343,3819,9654.43,qpeinexact -4485,SUCCESS,2,1,8904.79,39143553.18,39152457.97,127,4238,1786,14247.66,su2random -4487,SUCCESS,2,1,2118.71,39152457.97,39154576.68,127,621,2900,3389.94,qnn -4488,SUCCESS,2,1,1812.44,39154576.68,39156389.12,127,423,3642,2899.9,dj -4489,SUCCESS,2,1,9111.87,39156389.12,39165500.99,127,5013,1545,14578.99,qpeexact -4490,SUCCESS,2,1,597.76,39165500.99,39166098.75,127,341,1490,956.42,graphstate -4491,SUCCESS,2,1,2516.53,39166098.75,39168615.28,127,1195,1790,4026.45,qft -4492,SUCCESS,2,1,15766.46,39168615.28,39184381.74,127,5799,2311,25226.34,ae -4493,SUCCESS,2,1,4812.41,39184381.74,39189194.15,127,1027,3983,7699.86,wstate -4494,SUCCESS,2,1,4354.61,39189194.15,39193548.76,127,2574,1438,6967.38,qpeinexact -4495,SUCCESS,2,1,3526.95,39193548.76,39197075.71,127,923,3248,5643.12,ghz -4496,SUCCESS,2,1,123.99,39197075.71,39197199.7,127,46,2291,198.38,ghz -4497,SUCCESS,2,1,11843.79,39197199.7,39209043.49,127,4635,2172,18950.06,qft -4498,SUCCESS,2,1,2347.48,39209043.49,39211390.97,127,654,3051,3755.97,qpeinexact -4499,SUCCESS,2,1,12.06,39211390.97,39211403.03,127,10,1025,19.3,ghz -4500,SUCCESS,2,1,8542.17,39211403.03,39219945.2,127,6281,1156,13667.47,su2random -4501,SUCCESS,2,1,5283.38,39219945.2,39225228.58,127,1642,2735,8453.41,qpeinexact -4503,SUCCESS,2,1,631.29,39225228.58,39225859.87,127,249,2155,1010.06,dj -4504,SUCCESS,2,1,248.46,39225859.87,39226108.33,127,70,3017,397.54,vqe -4505,SUCCESS,2,1,40514.22,39226108.33,39266622.55,127,8954,3846,64822.75,ae -4506,SUCCESS,2,1,1547,39266622.55,39268169.55,127,325,4046,2475.2,wstate -4507,SUCCESS,2,1,17019.67,39268169.55,39285189.22,127,4924,2938,27231.47,ae -4509,SUCCESS,2,1,11940.68,39285189.22,39297129.9,127,3101,3273,19105.09,ae -4510,SUCCESS,2,1,798.22,39297129.9,39297928.12,127,330,2056,1277.15,dj -4511,SUCCESS,2,1,1045.64,39297928.12,39298973.76,127,253,3513,1673.02,dj -4512,SUCCESS,2,1,556.59,39298973.76,39299530.35,127,179,2643,890.54,dj -4513,SUCCESS,2,1,16962,39299530.35,39316492.35,127,7710,1870,27139.2,qft -4515,SUCCESS,2,1,160957.31,39316492.35,39477449.66,127,44105,3102,257531.7,random -4517,SUCCESS,2,1,51.99,39477449.66,39477501.65,127,14,3156,83.18,ghz -4518,SUCCESS,2,1,5870.23,39477501.65,39483371.88,127,1684,2963,9392.37,twolocalrandom -4519,SUCCESS,2,1,315.15,39483371.88,39483687.03,127,84,3189,504.24,dj -4521,SUCCESS,2,1,7064.6,39483687.03,39490751.63,127,4277,1404,11303.36,qftentangled -4524,SUCCESS,2,1,1194.91,39490751.63,39491946.54,127,523,1942,1911.86,ae -4525,SUCCESS,2,1,71397.02,39491946.54,39563343.56,127,36102,1681,114235.23,random -4526,SUCCESS,2,1,39405.67,39563343.56,39602749.23,127,15407,2174,63049.07,twolocalrandom -4528,SUCCESS,2,1,110.55,39602749.23,39602859.78,127,90,1044,176.88,graphstate -4529,SUCCESS,2,1,12997.05,39602859.78,39615856.83,127,2824,3912,20795.28,qnn -4530,SUCCESS,2,1,4943.53,39615856.83,39620800.36,127,2362,1779,7909.65,qnn -4531,SUCCESS,2,1,33404.81,39620800.36,39654205.17,127,11440,2482,53447.7,qnn -4534,SUCCESS,2,1,43306.47,39654205.17,39697511.64,127,9107,4042,69290.35,su2random -4535,SUCCESS,2,1,4746.76,39697511.64,39702258.4,127,1045,3861,7594.82,qft -4536,SUCCESS,2,1,8442.73,39702258.4,39710701.13,127,2132,3366,13508.37,su2random -4538,SUCCESS,2,1,1486.77,39710701.13,39712187.9,127,337,3750,2378.83,wstate -4539,SUCCESS,2,1,18442.88,39712187.9,39730630.78,127,5222,3002,29508.61,pricingcall -4540,SUCCESS,2,1,1445.6,39730630.78,39732076.38,127,483,2544,2312.96,dj -4541,SUCCESS,2,1,28894.84,39732076.38,39760971.22,127,9073,2707,46231.74,su2random -4542,SUCCESS,2,1,13141.99,39760971.22,39774113.21,127,2806,3981,21027.18,qpeinexact -4543,SUCCESS,2,1,521.64,39774113.21,39774634.85,127,161,2754,834.62,wstate -4544,SUCCESS,2,1,15355.46,39774634.85,39789990.31,127,3929,3322,24568.74,qftentangled -4545,SUCCESS,2,1,18444.06,39789990.31,39808434.37,127,9992,1569,29510.5,grover-noancilla -4546,SUCCESS,2,1,9915.55,39808434.37,39818349.92,127,3588,2349,15864.88,su2random -4547,SUCCESS,2,1,21925.23,39818349.92,39840275.15,127,5197,3586,35080.37,qftentangled -4548,SUCCESS,2,1,28831.85,39840275.15,39869107,127,8672,2826,46130.96,qftentangled -4550,SUCCESS,2,1,3742.52,39869107,39872849.52,127,1402,2269,5988.03,realamprandom -4551,SUCCESS,2,1,2906.53,39872849.52,39875756.05,127,1449,1705,4650.45,qft -4552,SUCCESS,2,1,19362.75,39875756.05,39895118.8,127,6192,2658,30980.4,qpeexact -4553,SUCCESS,2,1,1305.27,39895118.8,39896424.07,127,546,2032,2088.43,dj -4554,SUCCESS,2,1,777.89,39896424.07,39897201.96,127,346,1911,1244.62,graphstate -4556,SUCCESS,2,1,1476.87,39897201.96,39898678.83,127,833,1507,2362.99,wstate -4557,SUCCESS,2,1,577.02,39898678.83,39899255.85,127,131,3744,923.23,realamprandom -4559,SUCCESS,2,1,515,39899255.85,39899770.85,127,385,1137,824,wstate -4560,SUCCESS,2,1,19175.03,39899770.85,39918945.88,127,6276,2597,30680.05,twolocalrandom -4561,SUCCESS,2,1,32949.76,39918945.88,39951895.64,127,8252,3394,52719.62,twolocalrandom -4562,SUCCESS,2,1,5692.82,39951895.64,39957588.46,127,2143,2258,9108.51,realamprandom -4565,SUCCESS,2,1,95.63,39957588.46,39957684.09,127,20,4064,153.01,ghz -4566,SUCCESS,2,1,39.57,39957684.09,39957723.66,127,10,3363,63.31,ghz -4568,SUCCESS,2,1,686.96,39957723.66,39958410.62,127,247,2364,1099.14,qftentangled -4569,SUCCESS,2,1,4303.57,39958410.62,39962714.19,127,1146,3192,6885.71,qnn -4570,SUCCESS,2,1,7970.77,39962714.19,39970684.96,127,2217,3056,12753.23,qft -4572,SUCCESS,2,1,10137.84,39970684.96,39980822.8,127,5874,1467,16220.54,ae -4573,SUCCESS,2,1,7034.38,39980822.8,39987857.18,127,1586,3770,11255.01,qpeinexact -4574,SUCCESS,2,1,17029.45,39987857.18,40004886.63,127,7446,1944,27247.12,qnn -4575,SUCCESS,2,1,7210.56,40004886.63,40012097.19,127,3108,1972,11536.9,realamprandom -4577,SUCCESS,2,1,28818.15,40012097.19,40040915.34,127,6470,3786,46109.04,qpeexact -4578,SUCCESS,2,1,344.04,40040915.34,40041259.38,127,102,2867,550.46,graphstate -4579,SUCCESS,2,1,311.41,40041259.38,40041570.79,127,146,1813,498.26,dj -4580,SUCCESS,2,1,380.29,40041570.79,40041951.08,127,246,1314,608.46,qpeinexact -4581,SUCCESS,2,1,4790.74,40041951.08,40046741.82,127,2421,1682,7665.18,qftentangled -4583,SUCCESS,2,1,1116.13,40046741.82,40047857.95,127,262,3621,1785.81,wstate -4585,SUCCESS,2,1,20424.35,40047857.95,40068282.3,127,5410,3209,32678.96,twolocalrandom -4586,SUCCESS,2,1,12518.63,40068282.3,40080800.93,127,2645,4023,20029.81,qftentangled -4588,SUCCESS,2,1,5865.1,40080800.93,40086666.03,127,1276,3907,9384.16,qpeexact -4589,SUCCESS,2,1,253.52,40086666.03,40086919.55,127,69,3123,405.63,ghz -4591,SUCCESS,2,1,8105.88,40086919.55,40095025.43,127,1907,3613,12969.41,su2random -4592,SUCCESS,2,1,10691.69,40095025.43,40105717.12,127,3470,2619,17106.7,qpeinexact -4593,SUCCESS,2,1,72.27,40105717.12,40105789.39,127,47,1307,115.63,ghz -4594,SUCCESS,2,1,2281.82,40105789.39,40108071.21,127,508,3818,3650.91,dj -4595,SUCCESS,2,1,1870.01,40108071.21,40109941.22,127,438,3629,2992.02,ae -4596,SUCCESS,2,1,593.31,40109941.22,40110534.53,127,290,1739,949.3,dj -4597,SUCCESS,2,1,12208.04,40110534.53,40122742.57,127,2658,3904,19532.86,qft -4599,SUCCESS,2,1,399,40122742.57,40123141.57,127,229,1481,638.4,wstate -4600,SUCCESS,2,1,4156,40123141.57,40127297.57,127,1381,2558,6649.6,su2random -4601,SUCCESS,2,1,2995.81,40127297.57,40130293.38,127,812,3136,4793.3,twolocalrandom -4602,SUCCESS,2,1,6103.32,40130293.38,40136396.7,127,1686,3077,9765.31,qft -4603,SUCCESS,2,1,160.57,40136396.7,40136557.27,127,46,2967,256.91,qaoa -4604,SUCCESS,2,1,36.43,40136557.27,40136593.7,127,20,1548,58.29,routing -4605,SUCCESS,2,1,2811.44,40136593.7,40139405.14,127,1218,1962,4498.3,realamprandom -4607,SUCCESS,2,1,1391.14,40139405.14,40140796.28,127,294,4022,2225.82,ghz -4608,SUCCESS,2,1,4250.31,40140796.28,40145046.59,127,1810,1996,6800.5,su2random -4609,SUCCESS,2,1,3591.63,40145046.59,40148638.22,127,2421,1261,5746.61,qpeinexact -4610,SUCCESS,2,1,8443.07,40148638.22,40157081.29,127,2999,2393,13508.91,qft -4611,SUCCESS,2,1,10442.44,40157081.29,40167523.73,127,6755,1314,16707.9,random -4612,SUCCESS,2,1,9900.73,40167523.73,40177424.46,127,2095,4017,15841.17,qftentangled -4614,SUCCESS,2,1,15561.7,40177424.46,40192986.16,127,3761,3517,24898.72,qnn -4615,SUCCESS,2,1,137.45,40192986.16,40193123.61,127,35,3338,219.92,qaoa -4618,SUCCESS,2,1,1677.77,40193123.61,40194801.38,127,833,1712,2684.43,su2random -4620,SUCCESS,2,1,10717.98,40194801.38,40205519.36,127,5766,1580,17148.77,ae -4622,SUCCESS,2,1,1496.42,40205519.36,40207015.78,127,396,3212,2394.27,qpeinexact -4623,SUCCESS,2,1,5624.45,40207015.78,40212640.23,127,2185,2188,8999.12,ae -4624,SUCCESS,2,1,17819.47,40212640.23,40230459.7,127,4434,3416,28511.15,twolocalrandom -4626,SUCCESS,2,1,603.79,40230459.7,40231063.49,127,352,1458,966.06,wstate -4627,SUCCESS,2,1,12522.13,40231063.49,40243585.62,127,5392,1974,20035.41,realamprandom -4629,SUCCESS,2,1,647.82,40243585.62,40244233.44,127,177,3111,1036.51,wstate -4630,SUCCESS,2,1,193.64,40244233.44,40244427.08,127,94,1751,309.82,ghz -4632,SUCCESS,2,1,3701.18,40244427.08,40248128.26,127,2000,1573,5921.89,qftentangled -4633,SUCCESS,2,1,1156.45,40248128.26,40249284.71,127,258,3810,1850.32,dj -4634,SUCCESS,2,1,21277.3,40249284.71,40270562.01,127,8716,2075,34043.68,qpeexact -4636,SUCCESS,2,1,716.06,40270562.01,40271278.07,127,470,1295,1145.7,graphstate -4637,SUCCESS,2,1,4411.5,40271278.07,40275689.57,127,1117,3357,7058.4,ae -4639,SUCCESS,2,1,9714,40275689.57,40285403.57,127,5902,1399,15542.4,qnn -4640,SUCCESS,2,1,3720.06,40285403.57,40289123.63,127,1379,2293,5952.1,realamprandom -4642,SUCCESS,2,1,3214.14,40289123.63,40292337.77,127,1384,1974,5142.62,qnn -4643,SUCCESS,2,1,5737.16,40292337.77,40298074.93,127,1464,3331,9179.46,qpeexact -4644,SUCCESS,2,1,86.92,40298074.93,40298161.85,127,21,3518,139.07,vqe -4647,SUCCESS,2,1,5556.58,40298161.85,40303718.43,127,1193,3959,8890.53,qnn -4648,SUCCESS,2,1,1149.8,40303718.43,40304868.23,127,292,3347,1839.68,realamprandom -4649,SUCCESS,2,1,29356.22,40304868.23,40334224.45,127,12113,2060,46969.95,twolocalrandom -4653,SUCCESS,2,1,11500.59,40334224.45,40345725.04,127,4116,2375,18400.94,qft -4654,SUCCESS,2,1,12139.17,40345725.04,40357864.21,127,3964,2603,19422.67,qftentangled -4655,SUCCESS,2,1,12164.98,40357864.21,40370029.19,127,2562,4036,19463.97,ae -4656,SUCCESS,2,1,57033.15,40370029.19,40427062.34,127,30432,1593,91253.04,random -4657,SUCCESS,2,1,96.11,40427062.34,40427158.45,127,26,3142,153.78,ghz -4658,SUCCESS,2,1,889.8,40427158.45,40428048.25,127,607,1246,1423.68,portfoliovqe -4659,SUCCESS,2,1,1282.02,40428048.25,40429330.27,127,343,3177,2051.23,portfolioqaoa -4660,SUCCESS,2,1,28394.08,40429330.27,40457724.35,127,6424,3757,45430.53,qwalk-v-chain -4662,SUCCESS,2,1,22037.49,40457724.35,40479761.84,127,9833,1905,35259.98,random -4663,SUCCESS,2,1,48170.86,40479761.84,40527932.7,127,12510,3273,77073.38,twolocalrandom -4664,SUCCESS,2,1,10839.24,40527932.7,40538771.94,127,2575,3578,17342.78,twolocalrandom -4668,SUCCESS,2,1,2559.63,40538771.94,40541331.57,127,1317,1652,4095.41,wstate -4669,SUCCESS,2,1,218.17,40541331.57,40541549.74,127,101,1836,349.07,graphstate -4670,SUCCESS,2,1,6584.84,40541549.74,40548134.58,127,3470,1613,10535.74,ae -4672,SUCCESS,2,1,6917.87,40548134.58,40555052.45,127,2404,2446,11068.59,realamprandom -4673,SUCCESS,2,1,27351.85,40555052.45,40582404.3,127,7254,3205,43762.96,qpeinexact -4675,SUCCESS,2,1,112.66,40582404.3,40582516.96,127,43,2227,180.26,ghz -4676,SUCCESS,2,1,24839.18,40582516.96,40607356.14,127,7748,2725,39742.69,qnn -4677,SUCCESS,2,1,1354,40607356.14,40608710.14,127,850,1354,2166.4,dj -4679,SUCCESS,2,1,7136.55,40608710.14,40615846.69,127,3003,2020,11418.48,qftentangled -4680,SUCCESS,2,1,10815.3,40615846.69,40626661.99,127,3111,2955,17304.48,qftentangled -4681,SUCCESS,2,1,6298.12,40626661.99,40632960.11,127,3770,1420,10076.99,qftentangled -4682,SUCCESS,2,1,5287.41,40632960.11,40638247.52,127,1171,3838,8459.86,realamprandom -4683,SUCCESS,2,1,51154.64,40638247.52,40689402.16,127,18742,2320,81847.42,twolocalrandom -4684,SUCCESS,2,1,34256.79,40689402.16,40723658.95,127,10107,2881,54810.86,realamprandom -4686,SUCCESS,2,1,112.76,40723658.95,40723771.71,127,28,3423,180.42,vqe -4687,SUCCESS,2,1,992.84,40723771.71,40724764.55,127,213,3962,1588.54,dj -4688,SUCCESS,2,1,4223.31,40724764.55,40728987.86,127,998,3597,6757.3,wstate -4690,SUCCESS,2,1,1047.19,40728987.86,40730035.05,127,297,2997,1675.5,qft -4692,SUCCESS,2,1,1616.37,40730035.05,40731651.42,127,410,3351,2586.19,qftentangled -4693,SUCCESS,2,1,9983.11,40731651.42,40741634.53,127,5901,1438,15972.98,qft -4694,SUCCESS,2,1,25564.01,40741634.53,40767198.54,127,7611,2855,40902.42,qpeexact -4695,SUCCESS,2,1,1431.4,40767198.54,40768629.94,127,362,3361,2290.24,dj -4696,SUCCESS,2,1,9938.01,40768629.94,40778567.95,127,5953,1419,15900.82,qftentangled -4697,SUCCESS,2,1,798.83,40778567.95,40779366.78,127,485,1400,1278.13,ghz -4698,SUCCESS,2,1,5818.64,40779366.78,40785185.42,127,1781,2777,9309.82,qftentangled -4699,SUCCESS,2,1,8469.34,40785185.42,40793654.76,127,2329,3091,13550.94,qft -4700,SUCCESS,2,1,1866.8,40793654.76,40795521.56,127,396,4007,2986.88,ghz -4701,SUCCESS,2,1,136.81,40795521.56,40795658.37,127,79,1472,218.9,ghz -4702,SUCCESS,2,1,1475.92,40795658.37,40797134.29,127,576,2178,2361.47,portfoliovqe -4703,SUCCESS,2,1,1225.71,40797134.29,40798360,127,471,2212,1961.14,portfoliovqe -4705,SUCCESS,2,1,25656.13,40798360,40824016.13,127,13004,1677,41049.81,twolocalrandom -4706,SUCCESS,2,1,521.69,40824016.13,40824537.82,127,117,3790,834.7,graphstate -4707,SUCCESS,2,1,14499,40824537.82,40839036.82,127,4590,2685,23198.4,realamprandom -4708,SUCCESS,2,1,18437.13,40839036.82,40857473.95,127,7072,2216,29499.41,qpeinexact -4709,SUCCESS,2,1,4398.52,40857473.95,40861872.47,127,3003,1245,7037.63,ae -4711,SUCCESS,2,1,47603.71,40861872.47,40909476.18,127,11604,3487,76165.94,qnn -4712,SUCCESS,2,1,33423.46,40909476.18,40942899.64,127,7668,3705,53477.54,qnn -4713,SUCCESS,2,1,1993.18,40942899.64,40944892.82,127,1494,1134,3189.09,qnn -4714,SUCCESS,2,1,2169.27,40944892.82,40947062.09,127,495,3725,3470.83,qft -4716,SUCCESS,2,1,2388.46,40947062.09,40949450.55,127,1404,1446,3821.54,qnn -4718,SUCCESS,2,1,98.31,40949450.55,40949548.86,127,66,1266,157.3,tsp -4720,SUCCESS,2,1,1116.91,40949548.86,40950665.77,127,365,2601,1787.06,wstate -4722,SUCCESS,2,1,759.51,40950665.77,40951425.28,127,222,2908,1215.22,dj -4723,SUCCESS,2,1,7650.38,40951425.28,40959075.66,127,4379,1485,12240.61,qpeinexact -4724,SUCCESS,2,1,3922.54,40959075.66,40962998.2,127,1331,2505,6276.06,qpeexact -4725,SUCCESS,2,1,16453.3,40962998.2,40979451.5,127,4229,3307,26325.28,qft -4726,SUCCESS,2,1,1167.88,40979451.5,40980619.38,127,265,3746,1868.61,twolocalrandom -4727,SUCCESS,2,1,35740.19,40980619.38,41016359.57,127,9635,3153,57184.3,qpeexact -4728,SUCCESS,2,1,2321.75,41016359.57,41018681.32,127,511,3862,3714.8,qftentangled -4731,SUCCESS,2,1,14115.14,41018681.32,41032796.46,127,7466,1607,22584.22,realamprandom -4732,SUCCESS,2,1,351.55,41032796.46,41033148.01,127,217,1377,562.48,wstate -4733,SUCCESS,2,1,865.45,41033148.01,41034013.46,127,465,1582,1384.72,twolocalrandom -4734,SUCCESS,2,1,3495.86,41034013.46,41037509.32,127,2665,1115,5593.38,random -4735,SUCCESS,2,1,75701.41,41037509.32,41113210.73,127,23885,2694,121122.26,random -4736,SUCCESS,2,1,724.12,41113210.73,41113934.85,127,169,3642,1158.59,su2random -4737,SUCCESS,2,1,4690.21,41113934.85,41118625.06,127,1476,2701,7504.34,qft -4738,SUCCESS,2,1,2694.49,41118625.06,41121319.55,127,1099,2084,4311.18,wstate -4739,SUCCESS,2,1,581.79,41121319.55,41121901.34,127,130,3804,930.86,graphstate -4740,SUCCESS,2,1,2430.45,41121901.34,41124331.79,127,603,3426,3888.72,dj -4742,SUCCESS,2,1,31919.7,41124331.79,41156251.49,127,7792,3482,51071.52,twolocalrandom -4744,SUCCESS,2,1,1028.71,41156251.49,41157280.2,127,459,1905,1645.94,ghz -4745,SUCCESS,2,1,554.28,41157280.2,41157834.48,127,245,1923,886.85,dj -4748,SUCCESS,2,1,1755.22,41157834.48,41159589.7,127,1303,1145,2808.35,ae -4749,SUCCESS,2,1,724.86,41159589.7,41160314.56,127,181,3404,1159.78,graphstate -4750,SUCCESS,2,1,945.32,41160314.56,41161259.88,127,320,2511,1512.51,pricingcall -4751,SUCCESS,2,1,7906.68,41161259.88,41169166.56,127,4384,1533,12650.69,qpeinexact -4752,SUCCESS,2,1,11956.49,41169166.56,41181123.05,127,2530,4017,19130.38,ae -4753,SUCCESS,2,1,7171.24,41181123.05,41188294.29,127,2107,2893,11473.98,qnn -4754,SUCCESS,2,1,21750.59,41188294.29,41210044.88,127,4622,4000,34800.94,su2random -4756,SUCCESS,2,1,1004.13,41210044.88,41211049.01,127,679,1257,1606.61,dj -4757,SUCCESS,2,1,6408.51,41211049.01,41217457.52,127,4032,1351,10253.62,ae -4758,SUCCESS,2,1,4534.03,41217457.52,41221991.55,127,992,3885,7254.45,wstate -4759,SUCCESS,2,1,2545.53,41221991.55,41224537.08,127,1925,1124,4072.85,qpeexact -4760,SUCCESS,2,1,11913.22,41224537.08,41236450.3,127,2909,3481,19061.15,qpeexact -4761,SUCCESS,2,1,35553.68,41236450.3,41272003.98,127,8418,3590,56885.89,realamprandom -4762,SUCCESS,2,1,2443.84,41272003.98,41274447.82,127,1945,1068,3910.14,realamprandom -4763,SUCCESS,2,1,267,41274447.82,41274714.82,127,85,2670,427.2,ghz -4764,SUCCESS,2,1,67.02,41274714.82,41274781.84,127,17,3351,107.23,ghz -4765,SUCCESS,2,1,364.99,41274781.84,41275146.83,127,119,2607,583.98,qpeinexact -4766,SUCCESS,2,1,34495.24,41275146.83,41309642.07,127,8009,3661,55192.38,qnn -4767,SUCCESS,2,1,7104.57,41309642.07,41316746.64,127,1641,3680,11367.31,qpeexact -4768,SUCCESS,2,1,494.96,41316746.64,41317241.6,127,189,2226,791.94,wstate -4769,SUCCESS,2,1,11716.85,41317241.6,41328958.45,127,6921,1439,18746.96,twolocalrandom -4770,SUCCESS,2,1,6609.04,41328958.45,41335567.49,127,1424,3945,10574.46,qpeexact -4771,SUCCESS,2,1,329.44,41335567.49,41335896.93,127,260,1077,527.1,ae -4772,SUCCESS,2,1,2496.76,41335896.93,41338393.69,127,1231,1724,3994.82,ae -4773,SUCCESS,2,1,1985.16,41338393.69,41340378.85,127,699,2414,3176.26,qpeexact -4774,SUCCESS,2,1,1315.6,41340378.85,41341694.45,127,373,2998,2104.96,wstate -4775,SUCCESS,2,1,1180.24,41341694.45,41342874.69,127,304,3300,1888.38,ghz -4776,SUCCESS,2,1,5968.59,41342874.69,41348843.28,127,2909,1744,9549.74,qpeinexact -4777,SUCCESS,2,1,185797.83,41348843.28,41534641.11,127,55805,2830,297276.53,random -4778,SUCCESS,2,1,1759.71,41534641.11,41536400.82,127,567,2638,2815.54,qpeinexact -4779,SUCCESS,2,1,22236.67,41536400.82,41558637.49,127,5043,3748,35578.67,ae -4780,SUCCESS,2,1,1620.69,41558637.49,41560258.18,127,481,2864,2593.1,qnn -4781,SUCCESS,2,1,242.96,41560258.18,41560501.14,127,103,2005,388.74,graphstate -4782,SUCCESS,2,1,2192.52,41560501.14,41562693.66,127,477,3907,3508.03,qpeexact -4783,SUCCESS,2,1,1103.33,41562693.66,41563796.99,127,258,3635,1765.33,ae -4784,SUCCESS,2,1,11101.93,41563796.99,41574898.92,127,5151,1832,17763.09,qft -4785,SUCCESS,2,1,461.36,41574898.92,41575360.28,127,230,1705,738.18,su2random -4786,SUCCESS,2,1,849.69,41575360.28,41576209.97,127,252,2866,1359.5,twolocalrandom -4787,SUCCESS,2,1,33326.24,41576209.97,41609536.21,127,22900,1237,53321.98,random -4789,SUCCESS,2,1,6783.34,41609536.21,41616319.55,127,3291,1752,10853.34,qnn -4790,SUCCESS,2,1,158.99,41616319.55,41616478.54,127,99,1365,254.38,graphstate -4791,SUCCESS,2,1,24193.33,41616478.54,41640671.87,127,6043,3403,38709.33,qnn -4793,SUCCESS,2,1,2033.2,41640671.87,41642705.07,127,508,3402,3253.12,wstate -4794,SUCCESS,2,1,15512.83,41642705.07,41658217.9,127,3675,3588,24820.53,qftentangled -4795,SUCCESS,2,1,6403.15,41658217.9,41664621.05,127,1522,3576,10245.04,qnn -4796,SUCCESS,2,1,2568.28,41664621.05,41667189.33,127,1990,1097,4109.25,su2random -4797,SUCCESS,2,1,437.57,41667189.33,41667626.9,127,316,1177,700.11,dj -4798,SUCCESS,2,1,89.09,41667626.9,41667715.99,127,42,1803,142.54,dj -4799,SUCCESS,2,1,864.14,41667715.99,41668580.13,127,341,2154,1382.62,dj -4800,SUCCESS,2,1,3067.08,41668580.13,41671647.21,127,717,3636,4907.33,qftentangled -4801,SUCCESS,2,1,1280.83,41671647.21,41672928.04,127,475,2292,2049.33,dj -4802,SUCCESS,2,1,987.02,41672928.04,41673915.06,127,266,3154,1579.23,ae -4803,SUCCESS,2,1,1988.92,41673915.06,41675903.98,127,628,2692,3182.27,dj -4805,SUCCESS,2,1,10066.88,41675903.98,41685970.86,127,3088,2771,16107.01,realamprandom -4806,SUCCESS,2,1,164.77,41685970.86,41686135.63,127,91,1539,263.63,graphstate -4807,SUCCESS,2,1,2617.3,41686135.63,41688752.93,127,1029,2162,4187.68,qpeexact -4808,SUCCESS,2,1,19596.65,41688752.93,41708349.58,127,4636,3593,31354.64,twolocalrandom -4809,SUCCESS,2,1,2372.98,41708349.58,41710722.56,127,734,2748,3796.77,qft -4810,SUCCESS,2,1,594.28,41710722.56,41711316.84,127,131,3856,950.85,twolocalrandom -4811,SUCCESS,2,1,14517.86,41711316.84,41725834.7,127,6109,2020,23228.58,qnn -4812,SUCCESS,2,1,5715.44,41725834.7,41731550.14,127,1423,3414,9144.7,su2random -4813,SUCCESS,2,1,111.42,41731550.14,41731661.56,127,24,3946,178.27,dj -4815,SUCCESS,2,1,460.21,41731661.56,41732121.77,127,108,3622,736.34,graphstate -4816,SUCCESS,2,1,23520.98,41732121.77,41755642.75,127,7424,2693,37633.57,ae -4817,SUCCESS,2,1,3987.87,41755642.75,41759630.62,127,1321,2566,6380.59,wstate -4818,SUCCESS,2,1,70.98,41759630.62,41759701.6,127,25,2413,113.57,ghz -4819,SUCCESS,2,1,1142.48,41759701.6,41760844.08,127,450,2158,1827.97,dj -4820,SUCCESS,2,1,4576.88,41760844.08,41765420.96,127,2945,1321,7323.01,random -4821,SUCCESS,2,1,1407.74,41765420.96,41766828.7,127,575,2081,2252.38,dj -4822,SUCCESS,2,1,13064.53,41766828.7,41779893.23,127,6342,1751,20903.25,qft -4824,SUCCESS,2,1,108.53,41779893.23,41780001.76,127,50,1845,173.65,graphstate -4825,SUCCESS,2,1,2736.93,41780001.76,41782738.69,127,763,3049,4379.09,qpeexact -4826,SUCCESS,2,1,5791.43,41782738.69,41788530.12,127,1211,4065,9266.29,ae -4827,SUCCESS,2,1,1598.69,41788530.12,41790128.81,127,1140,1192,2557.9,qnn -4828,SUCCESS,2,1,5307.57,41790128.81,41795436.38,127,1302,3465,8492.11,qftentangled -4829,SUCCESS,2,1,10629.37,41795436.38,41806065.75,127,2401,3763,17006.99,pricingput -4831,SUCCESS,2,1,2586.91,41806065.75,41808652.66,127,710,3097,4139.06,qpeexact -4832,SUCCESS,2,1,526.95,41808652.66,41809179.61,127,161,2782,843.12,dj -4835,SUCCESS,2,1,12011.88,41809179.61,41821191.49,127,3341,3056,19219.01,qpeinexact -4836,SUCCESS,2,1,1332.44,41821191.49,41822523.93,127,278,4074,2131.9,qnn -4837,SUCCESS,2,1,35888.92,41822523.93,41858412.85,127,11290,2702,57422.27,su2random -4838,SUCCESS,2,1,1033.6,41858412.85,41859446.45,127,269,3266,1653.76,wstate -4839,SUCCESS,2,1,1342.52,41859446.45,41860788.97,127,308,3705,2148.03,dj -4840,SUCCESS,2,1,5721.28,41860788.97,41866510.25,127,1292,3764,9154.05,qft -4841,SUCCESS,2,1,697.06,41866510.25,41867207.31,127,150,3950,1115.3,dj -4842,SUCCESS,2,1,1503.28,41867207.31,41868710.59,127,415,3079,2405.25,qpeexact -4843,SUCCESS,2,1,106.64,41868710.59,41868817.23,127,40,2266,170.62,qaoa -4844,SUCCESS,2,1,22498,41868817.23,41891315.23,127,8541,2239,35996.8,qpeinexact -4845,SUCCESS,2,1,3198.14,41891315.23,41894513.37,127,769,3535,5117.02,qpeexact -4846,SUCCESS,2,1,1128.03,41894513.37,41895641.4,127,777,1234,1804.85,dj -4847,SUCCESS,2,1,115785.68,41895641.4,42011427.08,127,30949,3180,185257.09,random -4848,SUCCESS,2,1,7115.41,42011427.08,42018542.49,127,1506,4016,11384.66,realamprandom -4849,SUCCESS,2,1,175.62,42018542.49,42018718.11,127,55,2714,280.99,dj -4850,SUCCESS,2,1,25150.5,42018718.11,42043868.61,127,5865,3645,40240.8,su2random -4852,SUCCESS,2,1,3612.28,42043868.61,42047480.89,127,2266,1355,5779.65,pricingcall -4853,SUCCESS,2,1,18353.29,42047480.89,42065834.18,127,3903,3997,29365.26,qpeexact -4854,SUCCESS,2,1,25228.09,42065834.18,42091062.27,127,5726,3745,40364.94,realamprandom -4855,SUCCESS,2,1,4337.54,42091062.27,42095399.81,127,1029,3583,6940.06,pricingput -4857,SUCCESS,2,1,2396.44,42095399.81,42097796.25,127,585,3482,3834.3,ghz -4858,SUCCESS,2,1,2538.89,42097796.25,42100335.14,127,618,3492,4062.22,twolocalrandom -4859,SUCCESS,2,1,1833.15,42100335.14,42102168.29,127,435,3582,2933.04,twolocalrandom -4860,SUCCESS,2,1,4950.56,42102168.29,42107118.85,127,1252,3361,7920.9,qwalk-v-chain -4861,SUCCESS,2,1,9607.81,42107118.85,42116726.66,127,2278,3585,15372.5,ae -4862,SUCCESS,2,1,15219.71,42116726.66,42131946.37,127,10552,1226,24351.54,ae -4863,SUCCESS,2,1,1831.01,42131946.37,42133777.38,127,579,2688,2929.62,realamprandom -4864,SUCCESS,2,1,177.91,42133777.38,42133955.29,127,57,2653,284.66,wstate -4867,SUCCESS,2,1,9806.91,42133955.29,42143762.2,127,3888,2144,15691.06,qft -4870,SUCCESS,2,1,2207.95,42143762.2,42145970.15,127,833,2253,3532.72,ghz -4872,SUCCESS,2,1,341.41,42145970.15,42146311.56,127,108,2687,546.26,graphstate -4873,SUCCESS,2,1,1321.8,42146311.56,42147633.36,127,409,2747,2114.88,wstate -4874,SUCCESS,2,1,34366.13,42147633.36,42181999.49,127,12537,2330,54985.81,realamprandom -4875,SUCCESS,2,1,52166.19,42181999.49,42234165.68,127,14276,3106,83465.9,twolocalrandom -4876,SUCCESS,2,1,566.67,42234165.68,42234732.35,127,451,1068,906.67,portfolioqaoa -4877,SUCCESS,2,1,5416.52,42234732.35,42240148.87,127,1218,3780,8666.43,twolocalrandom -4878,SUCCESS,2,1,3793.43,42240148.87,42243942.3,127,1007,3202,6069.49,wstate -4879,SUCCESS,2,1,50.83,42243942.3,42243993.13,127,36,1200,81.33,ghz -4880,SUCCESS,2,1,3416.22,42243993.13,42247409.35,127,839,3461,5465.95,qnn -4881,SUCCESS,2,1,9208.95,42247409.35,42256618.3,127,1919,4079,14734.32,qnn -4882,SUCCESS,2,1,2225.18,42256618.3,42258843.48,127,1225,1544,3560.29,twolocalrandom -4883,SUCCESS,2,1,2558.34,42258843.48,42261401.82,127,589,3692,4093.34,portfoliovqe -4885,SUCCESS,2,1,9095.68,42261401.82,42270497.5,127,6301,1227,14553.09,qpeexact -4886,SUCCESS,2,1,19378.74,42270497.5,42289876.24,127,4549,3621,31005.98,qftentangled -4890,SUCCESS,2,1,27168.42,42289876.24,42317044.66,127,12537,1842,43469.47,twolocalrandom -4892,SUCCESS,2,1,5681.96,42317044.66,42322726.62,127,1276,3785,9091.14,qpeinexact -4893,SUCCESS,2,1,22691,42322726.62,42345417.62,127,5988,3221,36305.6,su2random -4896,SUCCESS,2,1,5412.96,42345417.62,42350830.58,127,1253,3672,8660.74,ae -4897,SUCCESS,2,1,852.04,42350830.58,42351682.62,127,390,1857,1363.26,qnn -4898,SUCCESS,2,1,51.64,42351682.62,42351734.26,127,13,3376,82.62,routing -4899,SUCCESS,2,1,352.07,42351734.26,42352086.33,127,74,4044,563.31,ghz -4900,SUCCESS,2,1,192.8,42352086.33,42352279.13,127,43,3811,308.48,dj -4901,SUCCESS,2,1,3087.52,42352279.13,42355366.65,127,1414,1856,4940.03,qnn -4903,SUCCESS,2,1,9586.55,42355366.65,42364953.2,127,2351,3466,15338.48,ae -4904,SUCCESS,2,1,18787.21,42364953.2,42383740.41,127,10336,1545,30059.54,random -4905,SUCCESS,2,1,1577.25,42383740.41,42385317.66,127,417,3215,2523.6,wstate -4906,SUCCESS,2,1,1529.26,42385317.66,42386846.92,127,492,2642,2446.82,pricingput -4907,SUCCESS,2,1,1771.45,42386846.92,42388618.37,127,879,1713,2834.32,qftentangled -4908,SUCCESS,2,1,191.23,42388618.37,42388809.6,127,45,3612,305.97,graphstate -4910,SUCCESS,2,1,714.94,42388809.6,42389524.54,127,152,3998,1143.9,graphstate -4912,SUCCESS,2,1,107.69,42389524.54,42389632.23,127,68,1346,172.3,qaoa -4915,SUCCESS,2,1,42896.02,42389632.23,42432528.25,127,8917,4089,68633.63,realamprandom -4916,SUCCESS,2,1,871.44,42432528.25,42433399.69,127,387,1914,1394.3,dj -4919,SUCCESS,2,1,4597.82,42433399.69,42437997.51,127,2058,1899,7356.51,qnn -4920,SUCCESS,2,1,4377.02,42437997.51,42442374.53,127,3238,1149,7003.23,qnn -4921,SUCCESS,2,1,430.24,42442374.53,42442804.77,127,159,2300,688.38,qpeinexact -4922,SUCCESS,2,1,2927.21,42442804.77,42445731.98,127,1274,1953,4683.54,su2random -4923,SUCCESS,2,1,1343.75,42445731.98,42447075.73,127,460,2483,2150,wstate -4924,SUCCESS,2,1,31845.04,42447075.73,42478920.77,127,7298,3709,50952.06,qft -4926,SUCCESS,2,1,21048.81,42478920.77,42499969.58,127,6821,2623,33678.1,ae -4927,SUCCESS,2,1,4499.31,42499969.58,42504468.89,127,1361,2810,7198.9,qnn -4928,SUCCESS,2,1,1387.42,42504468.89,42505856.31,127,827,1426,2219.87,qpeinexact -4929,SUCCESS,2,1,132.08,42505856.31,42505988.39,127,34,3302,211.33,dj -4932,SUCCESS,2,1,6520.81,42505988.39,42512509.2,127,1976,2805,10433.3,ae -4933,SUCCESS,2,1,407.26,42512509.2,42512916.46,127,273,1268,651.62,dj -4934,SUCCESS,2,1,191.07,42512916.46,42513107.53,127,101,1608,305.71,graphstate -4935,SUCCESS,2,1,686.35,42513107.53,42513793.88,127,412,1416,1098.16,twolocalrandom -4936,SUCCESS,2,1,5860.93,42513793.88,42519654.81,127,1908,2611,9377.49,ae -4937,SUCCESS,2,1,663.61,42519654.81,42520318.42,127,185,3049,1061.78,wstate -4939,SUCCESS,2,1,16801.59,42520318.42,42537120.01,127,4704,3036,26882.54,qftentangled -4940,SUCCESS,2,1,1223.35,42537120.01,42538343.36,127,268,3880,1957.36,dj -4941,SUCCESS,2,1,413.26,42538343.36,42538756.62,127,135,2602,661.22,qft -4945,SUCCESS,2,1,2018.07,42538756.62,42540774.69,127,734,2337,3228.91,qpeinexact -4946,SUCCESS,2,1,5586.81,42540774.69,42546361.5,127,4606,1031,8938.9,qftentangled -4947,SUCCESS,2,1,4387.81,42546361.5,42550749.31,127,1899,1964,7020.5,qpeexact -4948,SUCCESS,2,1,55179.11,42550749.31,42605928.42,127,15792,2970,88286.58,twolocalrandom -4949,SUCCESS,2,1,5439.89,42605928.42,42611368.31,127,2542,1819,8703.82,realamprandom -4950,SUCCESS,2,1,121.77,42611368.31,42611490.08,127,97,1067,194.83,ghz -4951,SUCCESS,2,1,136.07,42611490.08,42611626.15,127,77,1502,217.71,graphstate -4952,SUCCESS,2,1,12079.28,42611626.15,42623705.43,127,5444,1886,19326.85,twolocalrandom -4954,SUCCESS,2,1,300.18,42623705.43,42624005.61,127,247,1033,480.29,qftentangled -4955,SUCCESS,2,1,595.43,42624005.61,42624601.04,127,128,3954,952.69,dj -4956,SUCCESS,2,1,271.73,42624601.04,42624872.77,127,99,2333,434.77,ghz -4957,SUCCESS,2,1,1219.25,42624872.77,42626092.02,127,287,3611,1950.8,ae -4958,SUCCESS,2,1,1478.88,42626092.02,42627570.9,127,707,1778,2366.21,su2random -4959,SUCCESS,2,1,49192.28,42627570.9,42676763.18,127,10583,3951,78707.65,qnn -4960,SUCCESS,2,1,154.05,42676763.18,42676917.23,127,52,2518,246.48,graphstate -4961,SUCCESS,2,1,19461.45,42676917.23,42696378.68,127,4725,3501,31138.32,qftentangled -4962,SUCCESS,2,1,44758.22,42696378.68,42741136.9,127,9760,3898,71613.15,realamprandom -4963,SUCCESS,2,1,735.29,42741136.9,42741872.19,127,181,3453,1176.46,portfolioqaoa -4964,SUCCESS,2,1,500.56,42741872.19,42742372.75,127,225,1891,800.9,wstate -4965,SUCCESS,2,1,967.14,42742372.75,42743339.89,127,483,1702,1547.42,qft -4966,SUCCESS,2,1,9975.48,42743339.89,42753315.37,127,6666,1272,15960.77,ae -4967,SUCCESS,2,1,13337.65,42753315.37,42766653.02,127,3779,3000,21340.24,twolocalrandom -4968,SUCCESS,2,1,2805.06,42766653.02,42769458.08,127,1143,2086,4488.1,ae -4969,SUCCESS,2,1,7096.15,42769458.08,42776554.23,127,3271,1844,11353.84,qpeexact -4970,SUCCESS,2,1,563.47,42776554.23,42777117.7,127,169,2834,901.55,ghz -4971,SUCCESS,2,1,74446.09,42777117.7,42851563.79,127,21016,3011,119113.74,random -4972,SUCCESS,2,1,912.92,42851563.79,42852476.71,127,493,1574,1460.67,ghz -4973,SUCCESS,2,1,189.31,42852476.71,42852666.02,127,85,1893,302.9,routing -4974,SUCCESS,2,1,204.66,42852666.02,42852870.68,127,153,1137,327.46,dj -4975,SUCCESS,2,1,93.6,42852870.68,42852964.28,127,72,1105,149.76,dj -4976,SUCCESS,2,1,1351.94,42852964.28,42854316.22,127,287,4004,2163.1,qft -4977,SUCCESS,2,1,49671.37,42854316.22,42903987.59,127,10412,4055,79474.19,qnn -4978,SUCCESS,2,1,23562.06,42903987.59,42927549.65,127,13514,1482,37699.3,twolocalrandom -4979,SUCCESS,2,1,353.52,42927549.65,42927903.17,127,86,3494,565.63,ghz -4980,SUCCESS,2,1,20445.37,42927903.17,42948348.54,127,13577,1280,32712.59,realamprandom -4982,SUCCESS,2,1,428289.75,42948348.54,43376638.29,127,160940,2262,685263.6,qwalk-noancilla -4983,SUCCESS,2,1,9859.82,43376638.29,43386498.11,127,3692,2270,15775.71,ae -4984,SUCCESS,2,1,19198.17,43386498.11,43405696.28,127,4877,3346,30717.07,qnn -4985,SUCCESS,2,1,8548.63,43405696.28,43414244.91,127,3512,2069,13677.81,ae -4986,SUCCESS,2,1,1289.45,43414244.91,43415534.36,127,672,1631,2063.12,qft -4987,SUCCESS,2,1,401.55,43415534.36,43415935.91,127,295,1157,642.48,dj -4988,SUCCESS,2,1,6651.29,43415935.91,43422587.2,127,2077,2722,10642.06,qpeexact -4989,SUCCESS,2,1,33137.38,43422587.2,43455724.58,127,7213,3905,53019.81,qftentangled -4990,SUCCESS,2,1,16731.28,43455724.58,43472455.86,127,4173,3408,26770.05,realamprandom -4993,SUCCESS,2,1,1103.66,43472455.86,43473559.52,127,494,1899,1765.86,dj -4994,SUCCESS,2,1,437.21,43473559.52,43473996.73,127,103,3608,699.54,dj -4995,SUCCESS,2,1,3536.98,43473996.73,43477533.71,127,1168,2574,5659.17,qnn -4997,SUCCESS,2,1,31434.12,43477533.71,43508967.83,127,9716,2750,50294.59,twolocalrandom -4998,SUCCESS,2,1,13946.27,43508967.83,43522914.1,127,3173,3736,22314.03,qpeinexact -4999,SUCCESS,2,1,7317.31,43522914.1,43530231.41,127,2831,2197,11707.7,qft -5000,SUCCESS,2,1,2195.26,43530231.41,43532426.67,127,1572,1187,3512.42,wstate -5001,SUCCESS,2,1,732.66,43532426.67,43533159.33,127,189,3295,1172.26,graphstate -5002,SUCCESS,2,1,8365.07,43533159.33,43541524.4,127,5762,1234,13384.11,qpeinexact -5003,SUCCESS,2,1,403.27,43541524.4,43541927.67,127,274,1251,645.23,random -5004,SUCCESS,2,1,3997.33,43541927.67,43545925,127,1166,2914,6395.73,realamprandom -5005,SUCCESS,2,1,10327.91,43545925,43556252.91,127,2519,3485,16524.66,qft -5006,SUCCESS,2,1,72.85,43556252.91,43556325.76,127,36,1720,116.56,graphstate -5008,SUCCESS,2,1,677.81,43556325.76,43557003.57,127,492,1171,1084.5,qpeexact -5009,SUCCESS,2,1,29349.49,43557003.57,43586353.06,127,6818,3659,46959.18,qftentangled -5011,SUCCESS,2,1,671.72,43586353.06,43587024.78,127,520,1098,1074.75,random -5013,SUCCESS,2,1,1834.42,43587024.78,43588859.2,127,750,2079,2935.07,wstate -5014,SUCCESS,2,1,12694.93,43588859.2,43601554.13,127,7189,1501,20311.89,qnn -5015,SUCCESS,2,1,2111.55,43601554.13,43603665.68,127,1476,1216,3378.48,qftentangled -5016,SUCCESS,2,1,53174.66,43603665.68,43656840.34,127,13651,3311,85079.46,twolocalrandom -5017,SUCCESS,2,1,28777.05,43656840.34,43685617.39,127,7254,3372,46043.28,qpeexact -5018,SUCCESS,2,1,4467.66,43685617.39,43690085.05,127,1603,2369,7148.26,qnn -5020,SUCCESS,2,1,197,43690085.05,43690282.05,127,43,3894,315.2,ghz -5021,SUCCESS,2,1,2363.66,43690282.05,43692645.71,127,959,2095,3781.86,qftentangled -5022,SUCCESS,2,1,25543.86,43692645.71,43718189.57,127,14572,1490,40870.18,random -5023,SUCCESS,2,1,5455.98,43718189.57,43723645.55,127,2575,1801,8729.57,realamprandom -5025,SUCCESS,2,1,17348.73,43723645.55,43740994.28,127,6061,2433,27757.97,ae -5027,SUCCESS,2,1,126952.59,43740994.28,43867946.87,127,35104,3074,203124.14,shor -5028,SUCCESS,2,1,329.61,43867946.87,43868276.48,127,71,3946,527.38,graphstate -5029,SUCCESS,2,1,946.56,43868276.48,43869223.04,127,272,2958,1514.5,graphstate -5030,SUCCESS,2,1,1990.21,43869223.04,43871213.25,127,431,3925,3184.34,dj -5031,SUCCESS,2,1,24,43871213.25,43871237.25,127,17,1200,38.4,ghz -5032,SUCCESS,2,1,1638.37,43871237.25,43872875.62,127,1107,1258,2621.39,su2random -5033,SUCCESS,2,1,3759,43872875.62,43876634.62,127,2007,1592,6014.4,qpeexact -5034,SUCCESS,2,1,1830.33,43876634.62,43878464.95,127,438,3552,2928.53,realamprandom -5035,SUCCESS,2,1,1046.4,43878464.95,43879511.35,127,480,1853,1674.24,portfoliovqe -5037,SUCCESS,2,1,956.33,43879511.35,43880467.68,127,247,3291,1530.13,random -5039,SUCCESS,2,1,12670.86,43880467.68,43893138.54,127,4405,2445,20273.38,realamprandom -5040,SUCCESS,2,1,6003.48,43893138.54,43899142.02,127,2145,2379,9605.57,qftentangled -5041,SUCCESS,2,1,665.38,43899142.02,43899807.4,127,385,1469,1064.61,dj -5042,SUCCESS,2,1,5924.75,43899807.4,43905732.15,127,2503,2012,9479.6,qnn -5043,SUCCESS,2,1,956.88,43905732.15,43906689.03,127,220,3697,1531.01,ghz -5044,SUCCESS,2,1,104.82,43906689.03,43906793.85,127,77,1157,167.71,wstate -5045,SUCCESS,2,1,3928.79,43906793.85,43910722.64,127,1118,2987,6286.06,qpeinexact -5046,SUCCESS,2,1,1098.7,43910722.64,43911821.34,127,614,1521,1757.92,qft -5047,SUCCESS,2,1,11554.98,43911821.34,43923376.32,127,2608,3766,18487.97,qft -5048,SUCCESS,2,1,4166.31,43923376.32,43927542.63,127,1081,3276,6666.1,wstate -5049,SUCCESS,2,1,63.96,43927542.63,43927606.59,127,45,1208,102.34,dj -5050,SUCCESS,2,1,5106.98,43927606.59,43932713.57,127,1178,3685,8171.17,realamprandom -5052,SUCCESS,2,1,509.37,43932713.57,43933222.94,127,123,3520,814.99,dj -5054,SUCCESS,2,1,5132.05,43933222.94,43938354.99,127,3840,1136,8211.28,qnn -5055,SUCCESS,2,1,8065.21,43938354.99,43946420.2,127,5610,1222,12904.34,qpeinexact -5057,SUCCESS,2,1,19741.03,43946420.2,43966161.23,127,5216,3217,31585.65,qpeexact -5059,SUCCESS,2,1,1117.77,43966161.23,43967279,127,297,3199,1788.43,wstate -5060,SUCCESS,2,1,25817.36,43967279,43993096.36,127,6383,3438,41307.78,qnn -5062,SUCCESS,2,1,19045.07,43993096.36,44012141.43,127,8272,1957,30472.11,ae -5063,SUCCESS,2,1,805.52,44012141.43,44012946.95,127,627,1092,1288.83,qft -5064,SUCCESS,2,1,5023.95,44012946.95,44017970.9,127,1225,3486,8038.32,realamprandom -5065,SUCCESS,2,1,4400.85,44017970.9,44022371.75,127,1712,2185,7041.36,qftentangled -5066,SUCCESS,2,1,2766.63,44022371.75,44025138.38,127,845,2783,4426.61,qftentangled -5067,SUCCESS,2,1,2788.96,44025138.38,44027927.34,127,1874,1265,4462.34,qpeinexact -5069,SUCCESS,2,1,5871.11,44027927.34,44033798.45,127,1820,2742,9393.78,realamprandom -5070,SUCCESS,2,1,20303.41,44033798.45,44054101.86,127,11645,1482,32485.46,random -5071,SUCCESS,2,1,299.89,44054101.86,44054401.75,127,100,2549,479.82,graphstate -5075,SUCCESS,2,1,2483.14,44054401.75,44056884.89,127,555,3803,3973.02,wstate -5076,SUCCESS,2,1,18047.37,44056884.89,44074932.26,127,7202,2130,28875.79,realamprandom -5077,SUCCESS,2,1,867.42,44074932.26,44075799.68,127,248,2973,1387.87,graphstate -5078,SUCCESS,2,1,3311.86,44075799.68,44079111.54,127,1279,2201,5298.98,twolocalrandom -5080,SUCCESS,2,1,30593.99,44079111.54,44109705.53,127,7371,3528,48950.38,twolocalrandom -5083,SUCCESS,2,1,36.82,44109705.53,44109742.35,127,27,1159,58.91,vqe -5084,SUCCESS,2,1,2363.13,44109742.35,44112105.48,127,666,3016,3781.01,realamprandom -5086,SUCCESS,2,1,256.48,44112105.48,44112361.96,127,125,1744,410.37,qpeinexact -5087,SUCCESS,2,1,2719.24,44112361.96,44115081.2,127,619,3734,4350.78,qpeinexact -5088,SUCCESS,2,1,928,44115081.2,44116009.2,127,241,3273,1484.8,portfolioqaoa -5089,SUCCESS,2,1,22697.79,44116009.2,44138706.99,127,5040,3828,36316.46,ae -5090,SUCCESS,2,1,8883.39,44138706.99,44147590.38,127,2723,2773,14213.42,realamprandom -5091,SUCCESS,2,1,493.93,44147590.38,44148084.31,127,320,1312,790.29,portfoliovqe -5092,SUCCESS,2,1,4244.96,44148084.31,44152329.27,127,1178,3063,6791.94,twolocalrandom -5094,SUCCESS,2,1,613.61,44152329.27,44152942.88,127,142,3673,981.78,graphstate -5095,SUCCESS,2,1,524.76,44152942.88,44153467.64,127,118,3780,839.62,ghz -5096,SUCCESS,2,1,12053.31,44153467.64,44165520.95,127,9702,1056,19285.3,su2random -5097,SUCCESS,2,1,4968.08,44165520.95,44170489.03,127,1102,3832,7948.93,twolocalrandom -5098,SUCCESS,2,1,20006.91,44170489.03,44190495.94,127,4467,3807,32011.06,qnn -5099,SUCCESS,2,1,355.01,44190495.94,44190850.95,127,108,2794,568.02,dj -5100,SUCCESS,2,1,17927.19,44190850.95,44208778.14,127,5315,2867,28683.5,su2random -5102,SUCCESS,2,1,546.73,44208778.14,44209324.87,127,148,3140,874.77,qpeinexact -5103,SUCCESS,2,1,150.61,44209324.87,44209475.48,127,46,2783,240.98,qaoa -5104,SUCCESS,2,1,3828.57,44209475.48,44213304.05,127,940,3462,6125.71,ghz -5106,SUCCESS,2,1,8117.65,44213304.05,44221421.7,127,3750,1840,12988.24,qpeexact -5107,SUCCESS,2,1,444,44221421.7,44221865.7,127,229,1648,710.4,twolocalrandom -5108,SUCCESS,2,1,686.11,44221865.7,44222551.81,127,269,2168,1097.78,su2random -5109,SUCCESS,2,1,7239.4,44222551.81,44229791.21,127,1543,3988,11583.04,realamprandom -5110,SUCCESS,2,1,9115.5,44229791.21,44238906.71,127,3009,2575,14584.8,qpeinexact -5111,SUCCESS,2,1,19734.87,44238906.71,44258641.58,127,6311,2658,31575.79,realamprandom -5112,SUCCESS,2,1,280.58,44258641.58,44258922.16,127,65,3669,448.93,graphstate -5114,SUCCESS,2,1,12970.76,44258922.16,44271892.92,127,7355,1499,20753.22,qnn -5118,SUCCESS,2,1,28782,44271892.92,44300674.92,127,11475,2132,46051.2,su2random -5119,SUCCESS,2,1,376.12,44300674.92,44301051.04,127,100,3197,601.79,ghz -5120,SUCCESS,2,1,1075.09,44301051.04,44302126.13,127,578,1581,1720.14,qnn -5121,SUCCESS,2,1,872.66,44302126.13,44302998.79,127,305,2432,1396.26,ghz -5123,SUCCESS,2,1,6965.66,44302998.79,44309964.45,127,4126,1435,11145.06,qft -5125,SUCCESS,2,1,381.94,44309964.45,44310346.39,127,183,1774,611.1,realamprandom -5127,SUCCESS,2,1,242.75,44310346.39,44310589.14,127,62,3328,388.4,ghz -5128,SUCCESS,2,1,10046.7,44310589.14,44320635.84,127,3721,2295,16074.72,qpeexact -5129,SUCCESS,2,1,427.72,44320635.84,44321063.56,127,305,1192,684.35,wstate -5130,SUCCESS,2,1,2359.72,44321063.56,44323423.28,127,709,2829,3775.55,qft -5132,SUCCESS,2,1,1458.17,44323423.28,44324881.45,127,748,1657,2333.07,realamprandom -5133,SUCCESS,2,1,2223.34,44324881.45,44327104.79,127,588,3214,3557.34,qpeexact -5134,SUCCESS,2,1,48889.78,44327104.79,44375994.57,127,11779,3528,78223.65,random -5135,SUCCESS,2,1,349.09,44375994.57,44376343.66,127,237,1252,558.54,wstate -5137,SUCCESS,2,1,1777.95,44376343.66,44378121.61,127,750,2015,2844.72,qft -5138,SUCCESS,2,1,7657.98,44378121.61,44385779.59,127,1910,3408,12252.77,qftentangled -5139,SUCCESS,2,1,5130.41,44385779.59,44390910,127,1870,2332,8208.66,ae -5140,SUCCESS,2,1,12081.63,44390910,44402991.63,127,6258,1641,19330.61,random -5141,SUCCESS,2,1,5388.3,44402991.63,44408379.93,127,1318,3475,8621.28,twolocalrandom -5142,SUCCESS,2,1,7313.55,44408379.93,44415693.48,127,4384,1418,11701.68,qpeexact -5143,SUCCESS,2,1,3645.93,44415693.48,44419339.41,127,1457,2127,5833.49,qft -5144,SUCCESS,2,1,29930.95,44419339.41,44449270.36,127,10877,2339,47889.52,qpeinexact -5145,SUCCESS,2,1,13693.9,44449270.36,44462964.26,127,5717,2036,21910.24,qft -5148,SUCCESS,2,1,5731.69,44462964.26,44468695.95,127,3261,1494,9170.7,realamprandom -5149,SUCCESS,2,1,20240.35,44468695.95,44488936.3,127,13004,1323,32384.56,realamprandom -5152,SUCCESS,2,1,1088.5,44488936.3,44490024.8,127,583,1587,1741.6,ghz -5153,SUCCESS,2,1,22369.46,44490024.8,44512394.26,127,11951,1591,35791.14,qnn -5154,SUCCESS,2,1,7433.89,44512394.26,44519828.15,127,1839,3436,11894.22,qpeexact -5155,SUCCESS,2,1,953.05,44519828.15,44520781.2,127,218,3716,1524.88,ghz -5156,SUCCESS,2,1,13250.85,44520781.2,44534032.05,127,5729,1966,21201.36,qpeinexact -5157,SUCCESS,2,1,3909.01,44534032.05,44537941.06,127,1849,1797,6254.42,realamprandom -5158,SUCCESS,2,1,1701.8,44537941.06,44539642.86,127,434,3333,2722.88,dj -5159,SUCCESS,2,1,473.8,44539642.86,44540116.66,127,181,2225,758.08,wstate -5160,SUCCESS,2,1,351.13,44540116.66,44540467.79,127,101,2955,561.81,wstate -5161,SUCCESS,2,1,215.97,44540467.79,44540683.76,127,77,2384,345.55,dj -5162,SUCCESS,2,1,989.9,44540683.76,44541673.66,127,389,2163,1583.84,ghz -5163,SUCCESS,2,1,922.08,44541673.66,44542595.74,127,473,1657,1475.33,qnn -5164,SUCCESS,2,1,85781.56,44542595.74,44628377.3,127,27640,2638,137250.5,random -5165,SUCCESS,2,1,25399.74,44628377.3,44653777.04,127,9007,2397,40639.58,qnn -5166,SUCCESS,2,1,1036.31,44653777.04,44654813.35,127,265,3324,1658.1,qnn -5167,SUCCESS,2,1,1849.87,44654813.35,44656663.22,127,911,1726,2959.79,su2random -5168,SUCCESS,2,1,26901.7,44656663.22,44683564.92,127,5691,4018,43042.72,su2random -5169,SUCCESS,2,1,405.96,44683564.92,44683970.88,127,180,1917,649.54,qft -5170,SUCCESS,2,1,15422.86,44683970.88,44699393.74,127,4142,3165,24676.58,pricingput -5171,SUCCESS,2,1,25136.53,44699393.74,44724530.27,127,6455,3310,40218.45,qnn -5172,SUCCESS,2,1,3562.28,44724530.27,44728092.55,127,889,3406,5699.65,ghz -5173,SUCCESS,2,1,76.92,44728092.55,44728169.47,127,24,2724,123.07,ghz -5174,SUCCESS,2,1,509.18,44728169.47,44728678.65,127,287,1508,814.69,dj -5176,SUCCESS,2,1,309.35,44728678.65,44728988,127,133,1977,494.96,wstate -5179,SUCCESS,2,1,318.97,44728988,44729306.97,127,161,1684,510.35,wstate -5180,SUCCESS,2,1,8393.35,44729306.97,44737700.32,127,3110,2294,13429.36,qpeexact -5181,SUCCESS,2,1,20135.83,44737700.32,44757836.15,127,6050,2829,32217.33,qpeexact -5182,SUCCESS,2,1,129.02,44757836.15,44757965.17,127,42,2611,206.43,qaoa -5183,SUCCESS,2,1,119326.78,44757965.17,44877291.95,127,31247,3246,190922.85,random -5184,SUCCESS,2,1,15995.22,44877291.95,44893287.17,127,7664,1774,25592.35,qpeinexact -5187,SUCCESS,2,1,8016.57,44893287.17,44901303.74,127,1820,3744,12826.51,twolocalrandom -5188,SUCCESS,2,1,2627.55,44901303.74,44903931.29,127,2049,1090,4204.08,qnn -5189,SUCCESS,2,1,5691.43,44903931.29,44909622.72,127,1517,3189,9106.29,qpeinexact -5190,SUCCESS,2,1,206.61,44909622.72,44909829.33,127,43,4084,330.58,groundstate -5191,SUCCESS,2,1,10677.96,44909829.33,44920507.29,127,4693,1934,17084.74,ae -5192,SUCCESS,2,1,319.85,44920507.29,44920827.14,127,72,3776,511.76,ghz -5194,SUCCESS,2,1,8853.27,44920827.14,44929680.41,127,5727,1314,14165.23,qpeexact -5195,SUCCESS,2,1,1675.72,44929680.41,44931356.13,127,353,4035,2681.15,dj -5196,SUCCESS,2,1,18235.65,44931356.13,44949591.78,127,6043,2565,29177.04,realamprandom -5197,SUCCESS,2,1,5750,44949591.78,44955341.78,127,3278,1491,9200,qpeinexact -5198,SUCCESS,2,1,1818.81,44955341.78,44957160.59,127,1152,1342,2910.1,qft -5199,SUCCESS,2,1,1736.81,44957160.59,44958897.4,127,576,2563,2778.9,ae -5200,SUCCESS,2,1,2818.2,44958897.4,44961715.6,127,854,2805,4509.12,ghz -5201,SUCCESS,2,1,795.19,44961715.6,44962510.79,127,231,2926,1272.3,dj -5202,SUCCESS,2,1,57.84,44962510.79,44962568.63,127,18,2731,92.54,graphstate -5203,SUCCESS,2,1,3199.16,44962568.63,44965767.79,127,760,3578,5118.66,ae -5204,SUCCESS,2,1,55.22,44965767.79,44965823.01,127,12,3911,88.35,ghz -5205,SUCCESS,2,1,18426.95,44965823.01,44984249.96,127,5401,2900,29483.12,qft -5206,SUCCESS,2,1,203.05,44984249.96,44984453.01,127,68,2538,324.88,graphstate -5208,SUCCESS,2,1,9213.91,44984453.01,44993666.92,127,5079,1542,14742.26,qwalk-v-chain -5210,SUCCESS,2,1,1468.42,44993666.92,44995135.34,127,471,2650,2349.47,qft -5211,SUCCESS,2,1,215.8,44995135.34,44995351.14,127,61,3007,345.28,wstate -5212,SUCCESS,2,1,41539.09,44995351.14,45036890.23,127,17291,2042,66462.54,su2random -5213,SUCCESS,2,1,842.98,45036890.23,45037733.21,127,343,2089,1348.77,dj -5215,SUCCESS,2,1,3411.16,45037733.21,45041144.37,127,1676,1730,5457.86,ae -5216,SUCCESS,2,1,32831.87,45041144.37,45073976.24,127,11386,2451,52530.99,su2random -5217,SUCCESS,2,1,2379.38,45073976.24,45076355.62,127,1847,1095,3807.01,qnn -5218,SUCCESS,2,1,530.88,45076355.62,45076886.5,127,232,1945,849.41,qnn -5219,SUCCESS,2,1,678.14,45076886.5,45077564.64,127,186,3099,1085.02,qpeexact -5220,SUCCESS,2,1,84.04,45077564.64,45077648.68,127,61,1171,134.46,graphstate -5221,SUCCESS,2,1,3070.59,45077648.68,45080719.27,127,720,3625,4912.94,su2random -5224,SUCCESS,2,1,3399.69,45080719.27,45084118.96,127,2048,1411,5439.5,qft -5225,SUCCESS,2,1,874.34,45084118.96,45084993.3,127,362,2053,1398.94,dj -5226,SUCCESS,2,1,3536.34,45084993.3,45088529.64,127,1467,2049,5658.14,qft -5227,SUCCESS,2,1,17078.48,45088529.64,45105608.12,127,5478,2650,27325.57,ae -5228,SUCCESS,2,1,142.24,45105608.12,45105750.36,127,30,4030,227.58,ghz -5231,SUCCESS,2,1,368.14,45105750.36,45106118.5,127,82,3816,589.02,dj -5232,SUCCESS,2,1,662.25,45106118.5,45106780.75,127,362,1555,1059.6,graphstate -5233,SUCCESS,2,1,14445.61,45106780.75,45121226.36,127,3163,3882,23112.98,su2random -5234,SUCCESS,2,1,37868.81,45121226.36,45159095.17,127,9760,3298,60590.1,twolocalrandom -5235,SUCCESS,2,1,3397.55,45159095.17,45162492.72,127,2173,1329,5436.08,ae -5236,SUCCESS,2,1,3686.74,45162492.72,45166179.46,127,1919,1633,5898.78,qft -5238,SUCCESS,2,1,1121.99,45166179.46,45167301.45,127,237,4024,1795.18,random -5239,SUCCESS,2,1,1100.04,45167301.45,45168401.49,127,342,2734,1760.06,dj -5241,SUCCESS,2,1,1922.81,45168401.49,45170324.3,127,899,1818,3076.5,qftentangled -5243,SUCCESS,2,1,5172.05,45170324.3,45175496.35,127,2441,1801,8275.28,realamprandom -5244,SUCCESS,2,1,90.71,45175496.35,45175587.06,127,43,1793,145.14,qaoa -5246,SUCCESS,2,1,2698.27,45175587.06,45178285.33,127,764,3002,4317.23,qnn -5247,SUCCESS,2,1,15452.24,45178285.33,45193737.57,127,10474,1254,24723.58,twolocalrandom -5248,SUCCESS,2,1,758.59,45193737.57,45194496.16,127,583,1106,1213.74,su2random -5249,SUCCESS,2,1,8449.1,45194496.16,45202945.26,127,4173,1721,13518.56,twolocalrandom -5251,SUCCESS,2,1,245904.27,45202945.26,45448849.53,127,63803,3276,393446.83,random -5252,SUCCESS,2,1,11514.95,45448849.53,45460364.48,127,2439,4013,18423.92,qftentangled -5253,SUCCESS,2,1,14623.63,45460364.48,45474988.11,127,4160,2988,23397.81,twolocalrandom -5254,SUCCESS,2,1,7530,45474988.11,45482518.11,127,3765,1700,12048,qpeexact -5255,SUCCESS,2,1,438.53,45482518.11,45482956.64,127,142,2625,701.65,dj -5256,SUCCESS,2,1,20183.67,45482956.64,45503140.31,127,6373,2692,32293.87,qpeinexact -5257,SUCCESS,2,1,6637.63,45503140.31,45509777.94,127,2937,1921,10620.21,realamprandom -5259,SUCCESS,2,1,1384.82,45509777.94,45511162.76,127,486,2422,2215.71,ghz -5262,SUCCESS,2,1,104.96,45511162.76,45511267.72,127,55,1622,167.94,ghz -5263,SUCCESS,2,1,699.94,45511267.72,45511967.66,127,339,1755,1119.9,random -5264,SUCCESS,2,1,9209.36,45511967.66,45521177.02,127,3476,2252,14734.98,realamprandom -5265,SUCCESS,2,1,22828.24,45521177.02,45544005.26,127,5775,3360,36525.18,qpeexact -5266,SUCCESS,2,1,4040.61,45544005.26,45548045.87,127,842,4079,6464.98,wstate -5267,SUCCESS,2,1,39381.74,45548045.87,45587427.61,127,8354,4007,63010.78,qft -5270,SUCCESS,2,1,238.83,45587427.61,45587666.44,127,157,1293,382.13,wstate -5272,SUCCESS,2,1,1609.92,45587666.44,45589276.36,127,516,2652,2575.87,realamprandom -5273,SUCCESS,2,1,3987.17,45589276.36,45593263.53,127,1032,3284,6379.47,ae -5275,SUCCESS,2,1,2252.78,45593263.53,45595516.31,127,1018,1881,3604.45,ae -5276,SUCCESS,2,1,281.41,45595516.31,45595797.72,127,81,2953,450.26,graphstate -5277,SUCCESS,2,1,20661.18,45595797.72,45616458.9,127,5854,3000,33057.89,ae -5279,SUCCESS,2,1,620.2,45616458.9,45617079.1,127,273,1931,992.32,wstate -5280,SUCCESS,2,1,3392.62,45617079.1,45620471.72,127,1429,2018,5428.19,qftentangled -5281,SUCCESS,2,1,11323.57,45620471.72,45631795.29,127,2422,3974,18117.71,twolocalrandom -5282,SUCCESS,2,1,430.25,45631795.29,45632225.54,127,99,3694,688.4,graphstate -5283,SUCCESS,2,1,4030.36,45632225.54,45636255.9,127,1619,2116,6448.58,twolocalrandom -5284,SUCCESS,2,1,2752.11,45636255.9,45639008.01,127,1036,2258,4403.38,wstate -5285,SUCCESS,2,1,12890.56,45639008.01,45651898.57,127,5596,1958,20624.9,ae -5286,SUCCESS,2,1,832.52,45651898.57,45652731.09,127,307,2305,1332.03,qpeinexact -5287,SUCCESS,2,1,2874.07,45652731.09,45655605.16,127,1227,1991,4598.51,wstate -5288,SUCCESS,2,1,122.22,45655605.16,45655727.38,127,98,1060,195.55,ghz -5289,SUCCESS,2,1,1145.69,45655727.38,45656873.07,127,328,2969,1833.1,pricingput -5290,SUCCESS,2,1,10366.14,45656873.07,45667239.21,127,3349,2631,16585.82,realamprandom -5291,SUCCESS,2,1,4040.13,45667239.21,45671279.34,127,903,3803,6464.21,ae -5292,SUCCESS,2,1,61496.65,45671279.34,45732775.99,127,13514,3868,98394.64,realamprandom -5293,SUCCESS,2,1,17136.68,45732775.99,45749912.67,127,4398,3312,27418.69,qft -5294,SUCCESS,2,1,49535.14,45749912.67,45799447.81,127,10877,3871,79256.22,qpeexact -5295,SUCCESS,2,1,57501.27,45799447.81,45856949.08,127,13905,3515,92002.03,twolocalrandom -5296,SUCCESS,2,1,6843.39,45856949.08,45863792.47,127,5386,1080,10949.42,twolocalrandom -5299,SUCCESS,2,1,68.15,45863792.47,45863860.62,127,20,2896,109.04,graphstate -5300,SUCCESS,2,1,4915.91,45863860.62,45868776.53,127,1272,3285,7865.46,twolocalrandom -5301,SUCCESS,2,1,16263.93,45868776.53,45885040.46,127,4749,2911,26022.29,qpeexact -5303,SUCCESS,2,1,13076.8,45885040.46,45898117.26,127,7671,1449,20922.88,su2random -5304,SUCCESS,2,1,16035.61,45898117.26,45914152.87,127,7254,1879,25656.98,qpeexact -5305,SUCCESS,2,1,43488.49,45914152.87,45957641.36,127,13316,2776,69581.58,qnn -5306,SUCCESS,2,1,4417.12,45957641.36,45962058.48,127,1268,2961,7067.39,ae -5307,SUCCESS,2,1,260.2,45962058.48,45962318.68,127,92,2404,416.32,graphstate -5308,SUCCESS,2,1,13219.97,45962318.68,45975538.65,127,3082,3646,21151.95,qft -5310,SUCCESS,2,1,3027.68,45975538.65,45978566.33,127,2094,1229,4844.29,qpeexact -5311,SUCCESS,2,1,40797.8,45978566.33,46019364.13,127,10125,3425,65276.48,qnn -5312,SUCCESS,2,1,1483.12,46019364.13,46020847.25,127,1041,1211,2372.99,wstate -5313,SUCCESS,2,1,2195.71,46020847.25,46023042.96,127,463,4031,3513.14,groundstate -5316,SUCCESS,2,1,1525.06,46023042.96,46024568.02,127,435,2980,2440.1,graphstate -5319,SUCCESS,2,1,2650.54,46024568.02,46027218.56,127,747,3016,4240.86,dj -5320,SUCCESS,2,1,642.11,46027218.56,46027860.67,127,345,1582,1027.38,wstate -5321,SUCCESS,2,1,16119.97,46027860.67,46043980.64,127,6597,2077,25791.95,qnn -5322,SUCCESS,2,1,7573.66,46043980.64,46051554.3,127,1899,3390,12117.86,qpeexact -5323,SUCCESS,2,1,2785.36,46051554.3,46054339.66,127,649,3648,4456.58,realamprandom -5324,SUCCESS,2,1,11937.83,46054339.66,46066277.49,127,3029,3350,19100.53,twolocalrandom -5325,SUCCESS,2,1,1860.43,46066277.49,46068137.92,127,880,1797,2976.69,qnn -5326,SUCCESS,2,1,309.71,46068137.92,46068447.63,127,130,2025,495.54,dj -5327,SUCCESS,2,1,630.77,46068447.63,46069078.4,127,212,2529,1009.23,random -5329,SUCCESS,2,1,7574.64,46069078.4,46076653.04,127,1706,3774,12119.42,su2random -5330,SUCCESS,2,1,2707.56,46076653.04,46079360.6,127,726,3170,4332.1,wstate -5331,SUCCESS,2,1,37856.58,46079360.6,46117217.18,127,14070,2287,60570.53,su2random -5332,SUCCESS,2,1,5466.07,46117217.18,46122683.25,127,1141,4072,8745.71,grover-v-chain -5333,SUCCESS,2,1,22592.04,46122683.25,46145275.29,127,5515,3482,36147.26,qft -5334,SUCCESS,2,1,154.35,46145275.29,46145429.64,127,78,1682,246.96,ghz -5335,SUCCESS,2,1,29866.59,46145429.64,46175296.23,127,15508,1637,47786.54,random -5337,SUCCESS,2,1,22229.56,46175296.23,46197525.79,127,6031,3133,35567.3,qnn -5338,SUCCESS,2,1,288.96,46197525.79,46197814.75,127,68,3612,462.34,graphstate -5339,SUCCESS,2,1,26479.1,46197814.75,46224293.85,127,7568,2974,42366.56,ae -5340,SUCCESS,2,1,238.37,46224293.85,46224532.22,127,63,3216,381.39,vqe -5341,SUCCESS,2,1,2769.02,46224532.22,46227301.24,127,865,2721,4430.43,dj -5342,SUCCESS,2,1,91.42,46227301.24,46227392.66,127,74,1050,146.27,graphstate -5344,SUCCESS,2,1,715.74,46227392.66,46228108.4,127,151,4029,1145.18,qftentangled -5345,SUCCESS,2,1,3798.88,46228108.4,46231907.28,127,2230,1448,6078.21,qnn -5347,SUCCESS,2,1,172.77,46231907.28,46232080.05,127,66,2225,276.43,graphstate -5348,SUCCESS,2,1,10572.21,46232080.05,46242652.26,127,2479,3625,16915.54,qpeinexact -5349,SUCCESS,2,1,8572.16,46242652.26,46251224.42,127,6636,1098,13715.46,qpeexact -5350,SUCCESS,2,1,8507.47,46251224.42,46259731.89,127,1896,3814,13611.95,qpeexact -5351,SUCCESS,2,1,3006.33,46259731.89,46262738.22,127,1112,2298,4810.13,realamprandom -5352,SUCCESS,2,1,1162.75,46262738.22,46263900.97,127,277,3568,1860.4,wstate -5353,SUCCESS,2,1,33645.73,46263900.97,46297546.7,127,8237,3472,53833.17,qft -5354,SUCCESS,2,1,4439.35,46297546.7,46301986.05,127,1072,3520,7102.96,su2random -5355,SUCCESS,2,1,26617.78,46301986.05,46328603.83,127,8541,2649,42588.45,qpeexact -5356,SUCCESS,2,1,8956.91,46328603.83,46337560.74,127,2116,3598,14331.06,qwalk-v-chain -5357,SUCCESS,2,1,267505.8,46337560.74,46605066.54,127,63390,3587,428009.28,random -5359,SUCCESS,2,1,1504.15,46605066.54,46606570.69,127,417,3066,2406.64,graphstate -5360,SUCCESS,2,1,11126.77,46606570.69,46617697.46,127,4457,2122,17802.83,qpeinexact -5362,SUCCESS,2,1,53615.43,46617697.46,46671312.89,127,15634,2915,85784.69,twolocalrandom -5363,SUCCESS,2,1,286.48,46671312.89,46671599.37,127,155,1571,458.37,qftentangled -5365,SUCCESS,2,1,976.98,46671599.37,46672576.35,127,321,2587,1563.17,graphstate -5366,SUCCESS,2,1,254,46672576.35,46672830.35,127,85,2540,406.4,wstate -5368,SUCCESS,2,1,826.81,46672830.35,46673657.16,127,265,2652,1322.9,wstate -5370,SUCCESS,2,1,210.1,46673657.16,46673867.26,127,57,3133,336.16,wstate -5371,SUCCESS,2,1,9897.3,46673867.26,46683764.56,127,4506,1867,15835.68,twolocalrandom -5372,SUCCESS,2,1,11894.69,46683764.56,46695659.25,127,3061,3303,19031.5,su2random -5373,SUCCESS,2,1,8854.36,46695659.25,46704513.61,127,3025,2488,14166.98,qft -5374,SUCCESS,2,1,15306.2,46704513.61,46719819.81,127,3770,3451,24489.92,qftentangled -5375,SUCCESS,2,1,19064.84,46719819.81,46738884.65,127,6887,2353,30503.74,qpeinexact -5376,SUCCESS,2,1,94.54,46738884.65,46738979.19,127,32,2511,151.26,graphstate -5377,SUCCESS,2,1,34388.89,46738979.19,46773368.08,127,8527,3428,55022.22,qnn -5378,SUCCESS,2,1,12558.8,46773368.08,46785926.88,127,3064,3484,20094.08,qwalk-v-chain -5379,SUCCESS,2,1,3593.53,46785926.88,46789520.41,127,2737,1116,5749.65,random -5380,SUCCESS,2,1,2611.18,46789520.41,46792131.59,127,1930,1150,4177.89,qftentangled -5381,SUCCESS,2,1,1482.68,46792131.59,46793614.27,127,584,2158,2372.29,twolocalrandom -5383,SUCCESS,2,1,53.18,46793614.27,46793667.45,127,19,2379,85.09,ghz -5384,SUCCESS,2,1,1473.21,46793667.45,46795140.66,127,321,3901,2357.14,wstate -5386,SUCCESS,2,1,2313,46795140.66,46797453.66,127,514,3825,3700.8,qftentangled -5387,SUCCESS,2,1,3819.76,46797453.66,46801273.42,127,1911,1699,6111.62,ae -5388,SUCCESS,2,1,6644.6,46801273.42,46807918.02,127,2678,2109,10631.36,qpeexact -5389,SUCCESS,2,1,673.65,46807918.02,46808591.67,127,409,1400,1077.84,dj -5390,SUCCESS,2,1,50847.77,46808591.67,46859439.44,127,11171,3869,81356.43,twolocalrandom -5391,SUCCESS,2,1,2288.91,46859439.44,46861728.35,127,823,2364,3662.26,qnn -5393,SUCCESS,2,1,4308.89,46861728.35,46866037.24,127,931,3934,6894.22,ghz -5394,SUCCESS,2,1,180.77,46866037.24,46866218.01,127,50,3073,289.23,ghz -5395,SUCCESS,2,1,400.12,46866218.01,46866618.13,127,190,1790,640.19,graphstate -5396,SUCCESS,2,1,2587.41,46866618.13,46869205.54,127,578,3805,4139.86,qpeexact -5398,SUCCESS,2,1,28953.32,46869205.54,46898158.86,127,8995,2736,46325.31,qnn -5400,SUCCESS,2,1,5937.6,46898158.86,46904096.46,127,1658,3044,9500.16,qft -5401,SUCCESS,2,1,853.47,46904096.46,46904949.93,127,315,2303,1365.55,pricingcall -5402,SUCCESS,2,1,904.46,46904949.93,46905854.39,127,241,3190,1447.14,wstate -5404,SUCCESS,2,1,133.17,46905854.39,46905987.56,127,49,2310,213.07,ghz -5405,SUCCESS,2,1,20318.16,46905987.56,46926305.72,127,4434,3895,32509.06,realamprandom -5406,SUCCESS,2,1,9731.22,46926305.72,46936036.94,127,4186,1976,15569.95,qpeinexact -5407,SUCCESS,2,1,871.9,46936036.94,46936908.84,127,185,4006,1395.04,wstate -5408,SUCCESS,2,1,5476.4,46936908.84,46942385.24,127,3718,1252,8762.24,qpeinexact -5409,SUCCESS,2,1,1550.63,46942385.24,46943935.87,127,1271,1037,2481.01,qft -5410,SUCCESS,2,1,2093.06,46943935.87,46946028.93,127,506,3516,3348.9,dj -5411,SUCCESS,2,1,475.41,46946028.93,46946504.34,127,154,2624,760.66,ae -5413,SUCCESS,2,1,2250.03,46946504.34,46948754.37,127,1753,1091,3600.05,qpeinexact -5414,SUCCESS,2,1,3475.08,46948754.37,46952229.45,127,790,3739,5560.13,dj -5416,SUCCESS,2,1,3566.25,46952229.45,46955795.7,127,828,3661,5706,qnn -5417,SUCCESS,2,1,1005.17,46955795.7,46956800.87,127,471,1814,1608.27,dj -5418,SUCCESS,2,1,98.25,46956800.87,46956899.12,127,81,1031,157.2,ghz -5420,SUCCESS,2,1,2797.75,46956899.12,46959696.87,127,835,2848,4476.4,ae -5422,SUCCESS,2,1,10503.42,46959696.87,46970200.29,127,2846,3137,16805.47,random -5423,SUCCESS,2,1,23440.69,46970200.29,46993640.98,127,5814,3427,37505.1,qpeexact -5424,SUCCESS,2,1,18795.04,46993640.98,47012436.02,127,5361,2980,30072.06,qftentangled -5425,SUCCESS,2,1,1353.88,47012436.02,47013789.9,127,415,2773,2166.21,realamprandom -5426,SUCCESS,2,1,3446.51,47013789.9,47017236.41,127,781,3751,5514.42,portfoliovqe -5428,SUCCESS,2,1,1158.54,47017236.41,47018394.95,127,261,3773,1853.66,wstate -5429,SUCCESS,2,1,2383.58,47018394.95,47020778.53,127,495,4093,3813.73,dj -5430,SUCCESS,2,1,27069.21,47020778.53,47047847.74,127,9145,2516,43310.74,ae -5431,SUCCESS,2,1,1038.58,47047847.74,47048886.32,127,488,1809,1661.73,ghz -5432,SUCCESS,2,1,677.44,47048886.32,47049563.76,127,254,2267,1083.9,su2random -5433,SUCCESS,2,1,8540.82,47049563.76,47058104.58,127,2063,3519,13665.31,su2random -5434,SUCCESS,2,1,2548.94,47058104.58,47060653.52,127,652,3323,4078.3,qnn -5435,SUCCESS,2,1,20941.42,47060653.52,47081594.94,127,6600,2697,33506.27,qpeinexact -5436,SUCCESS,2,1,2127.76,47081594.94,47083722.7,127,984,1838,3404.42,qpeinexact -5437,SUCCESS,2,1,24617.19,47083722.7,47108339.89,127,5386,3885,39387.5,realamprandom -5438,SUCCESS,2,1,10388.33,47108339.89,47118728.22,127,3456,2555,16621.33,qpeexact -5439,SUCCESS,2,1,1252.61,47118728.22,47119980.83,127,436,2442,2004.18,portfoliovqe -5440,SUCCESS,2,1,6937.81,47119980.83,47126918.64,127,2269,2599,11100.5,qpeinexact -5441,SUCCESS,2,1,20827.5,47126918.64,47147746.14,127,6375,2777,33324,qft -5442,SUCCESS,2,1,351.73,47147746.14,47148097.87,127,285,1049,562.77,wstate -5443,SUCCESS,2,1,2179.22,47148097.87,47150277.09,127,489,3788,3486.75,twolocalrandom -5444,SUCCESS,2,1,37864.39,47150277.09,47188141.48,127,10793,2982,60583.02,twolocalrandom -5447,SUCCESS,2,1,880.8,47188141.48,47189022.28,127,255,2936,1409.28,su2random -5448,SUCCESS,2,1,10784.27,47189022.28,47199806.55,127,8379,1094,17254.83,qnn -5449,SUCCESS,2,1,389.75,47199806.55,47200196.3,127,295,1123,623.6,qpeexact -5451,SUCCESS,2,1,17310.22,47200196.3,47217506.52,127,7202,2043,27696.35,twolocalrandom -5452,SUCCESS,2,1,327.14,47217506.52,47217833.66,127,72,3862,523.42,graphstate -5453,SUCCESS,2,1,316.4,47217833.66,47218150.06,127,85,3164,506.24,wstate -5456,SUCCESS,2,1,5782.14,47218150.06,47223932.2,127,4589,1071,9251.42,qftentangled -5457,SUCCESS,2,1,571.51,47223932.2,47224503.71,127,388,1252,914.42,ghz -5458,SUCCESS,2,1,8679.7,47224503.71,47233183.41,127,5874,1256,13887.52,ae -5459,SUCCESS,2,1,22510.85,47233183.41,47255694.26,127,5396,3546,36017.36,realamprandom -5460,SUCCESS,2,1,1644.17,47255694.26,47257338.43,127,377,3707,2630.67,dj -5462,SUCCESS,2,1,14497.51,47257338.43,47271835.94,127,3970,3104,23196.02,qnn -5463,SUCCESS,2,1,6822.03,47271835.94,47278657.97,127,1423,4075,10915.25,ae -5464,SUCCESS,2,1,2021.04,47278657.97,47280679.01,127,670,2564,3233.66,dj -5466,SUCCESS,2,1,28805.84,47280679.01,47309484.85,127,7690,3184,46089.34,qpeexact -5467,SUCCESS,2,1,906.89,47309484.85,47310391.74,127,551,1399,1451.02,dj -5468,SUCCESS,2,1,54702.28,47310391.74,47365094.02,127,14276,3257,87523.65,realamprandom -5469,SUCCESS,2,1,17942.54,47365094.02,47383036.56,127,5191,2938,28708.06,qpeinexact -5470,SUCCESS,2,1,54530.03,47383036.56,47437566.59,127,13961,3320,87248.05,su2random -5471,SUCCESS,2,1,17594,47437566.59,47455160.59,127,5456,2741,28150.4,qftentangled -5472,SUCCESS,2,1,15893.59,47455160.59,47471054.18,127,8518,1586,25429.74,ae -5473,SUCCESS,2,1,31437.62,47471054.18,47502491.8,127,12075,2213,50300.19,su2random -5474,SUCCESS,2,1,4014.34,47502491.8,47506506.14,127,1114,3063,6422.94,ae -5475,SUCCESS,2,1,555.93,47506506.14,47507062.07,127,161,2935,889.49,dj -5476,SUCCESS,2,1,2089.41,47507062.07,47509151.48,127,445,3991,3343.06,ghz -5478,SUCCESS,2,1,1912.99,47509151.48,47511064.47,127,472,3445,3060.78,graphstate -5479,SUCCESS,2,1,261.65,47511064.47,47511326.12,127,121,1838,418.64,wstate -5480,SUCCESS,2,1,34197.96,47511326.12,47545524.08,127,8980,3237,54716.74,qftentangled -5481,SUCCESS,2,1,20176.04,47545524.08,47565700.12,127,15894,1079,32281.66,twolocalrandom -5482,SUCCESS,2,1,7470.4,47565700.12,47573170.52,127,1564,4060,11952.64,qft -5483,SUCCESS,2,1,10800.1,47573170.52,47583970.62,127,6790,1352,17280.16,qpeinexact -5484,SUCCESS,2,1,2660.27,47583970.62,47586630.89,127,1192,1897,4256.43,realamprandom -5485,SUCCESS,2,1,21143.53,47586630.89,47607774.42,127,7879,2281,33829.65,su2random -5486,SUCCESS,2,1,2978.26,47607774.42,47610752.68,127,1094,2314,4765.22,su2random -5487,SUCCESS,2,1,816.85,47610752.68,47611569.53,127,528,1315,1306.96,wstate -5488,SUCCESS,2,1,8289.26,47611569.53,47619858.79,127,3265,2158,13262.82,su2random -5490,SUCCESS,2,1,3300.73,47619858.79,47623159.52,127,836,3356,5281.17,portfoliovqe -5491,SUCCESS,2,1,71.52,47623159.52,47623231.04,127,22,2763,114.43,graphstate -5492,SUCCESS,2,1,4336.62,47623231.04,47627567.66,127,1223,3014,6938.59,su2random -5493,SUCCESS,2,1,21031.18,47627567.66,47648598.84,127,5057,3535,33649.89,twolocalrandom -5494,SUCCESS,2,1,1175.17,47648598.84,47649774.01,127,505,1978,1880.27,pricingput -5495,SUCCESS,2,1,421.08,47649774.01,47650195.09,127,102,3509,673.73,dj -5496,SUCCESS,2,1,7878.56,47650195.09,47658073.65,127,5366,1248,12605.7,realamprandom -5497,SUCCESS,2,1,24433.94,47658073.65,47682507.59,127,8116,2559,39094.3,qftentangled -5498,SUCCESS,2,1,14294.52,47682507.59,47696802.11,127,3872,3138,22871.23,pricingput -5500,SUCCESS,2,1,31025.44,47696802.11,47727827.55,127,7524,3505,49640.7,twolocalrandom -5503,SUCCESS,2,1,1520.08,47727827.55,47729347.63,127,770,1678,2432.13,wstate -5504,SUCCESS,2,1,48131.3,47729347.63,47777478.93,127,12833,3188,77010.08,random -5505,SUCCESS,2,1,44329.93,47777478.93,47821808.86,127,9406,4006,70927.89,realamprandom -5506,SUCCESS,2,1,1247.45,47821808.86,47823056.31,127,527,2012,1995.92,dj -5507,SUCCESS,2,1,6138.24,47823056.31,47829194.55,127,3197,1632,9821.18,qft -5508,SUCCESS,2,1,2979.62,47829194.55,47832174.17,127,723,3503,4767.39,qft -5509,SUCCESS,2,1,25461.69,47832174.17,47857635.86,127,7265,2979,40738.7,qft -5511,SUCCESS,2,1,425.71,47857635.86,47858061.57,127,239,1514,681.14,qnn -5512,SUCCESS,2,1,116.42,47858061.57,47858177.99,127,44,2249,186.27,graphstate -5513,SUCCESS,2,1,12707.64,47858177.99,47870885.63,127,2932,3684,20332.22,twolocalrandom -5514,SUCCESS,2,1,165.35,47870885.63,47871050.98,127,128,1098,264.56,graphstate -5517,SUCCESS,2,1,3636.15,47871050.98,47874687.13,127,2740,1128,5817.84,qftentangled -5519,SUCCESS,2,1,71889.95,47874687.13,47946577.08,127,21006,2909,115023.92,realamprandom -5521,SUCCESS,2,1,83.22,47946577.08,47946660.3,127,55,1286,133.15,graphstate -5522,SUCCESS,2,1,9993.31,47946660.3,47956653.61,127,2491,3410,15989.3,su2random -5524,SUCCESS,2,1,25431.13,47956653.61,47982084.74,127,5814,3718,40689.81,qpeinexact -5526,SUCCESS,2,1,664.1,47982084.74,47982748.84,127,249,2267,1062.56,twolocalrandom -5527,SUCCESS,2,1,36069.64,47982748.84,48018818.48,127,8879,3453,57711.42,su2random -5528,SUCCESS,2,1,86.3,48018818.48,48018904.78,127,30,2445,138.08,vqe -5529,SUCCESS,2,1,11044.03,48018904.78,48029948.81,127,3038,3090,17670.45,realamprandom -5530,SUCCESS,2,1,15812.92,48029948.81,48045761.73,127,11410,1178,25300.67,random -5531,SUCCESS,2,1,35851.89,48045761.73,48081613.62,127,26024,1171,57363.02,random -5532,SUCCESS,2,1,42188.95,48081613.62,48123802.57,127,13517,2653,67502.32,random -5533,SUCCESS,2,1,32774.96,48123802.57,48156577.53,127,9858,2826,52439.94,qwalk-noancilla -5534,SUCCESS,2,1,1620.29,48156577.53,48158197.82,127,554,2486,2592.46,qftentangled -5535,SUCCESS,2,1,109.92,48158197.82,48158307.74,127,69,1354,175.87,dj -5536,SUCCESS,2,1,1158.87,48158307.74,48159466.61,127,763,1291,1854.19,qpeinexact -5537,SUCCESS,2,1,164.75,48159466.61,48159631.36,127,64,2188,263.6,ghz -5538,SUCCESS,2,1,215.84,48159631.36,48159847.2,127,78,2352,345.34,graphstate -5539,SUCCESS,2,1,502.68,48159847.2,48160349.88,127,179,2387,804.29,graphstate -5540,SUCCESS,2,1,1957.61,48160349.88,48162307.49,127,1545,1077,3132.18,wstate -5541,SUCCESS,2,1,428.7,48162307.49,48162736.19,127,109,3343,685.92,wstate -5542,SUCCESS,2,1,1003.28,48162736.19,48163739.47,127,219,3894,1605.25,qpeexact -5543,SUCCESS,2,1,220.17,48163739.47,48163959.64,127,157,1192,352.27,wstate -5544,SUCCESS,2,1,10452.91,48163959.64,48174412.55,127,4898,1814,16724.66,ae -5545,SUCCESS,2,1,50427.01,48174412.55,48224839.56,127,18742,2287,80683.22,realamprandom -5546,SUCCESS,2,1,26813.03,48224839.56,48251652.59,127,7158,3184,42900.85,ae -5547,SUCCESS,2,1,3626.33,48251652.59,48255278.92,127,954,3231,5802.13,random -5548,SUCCESS,2,1,3460.61,48255278.92,48258739.53,127,807,3645,5536.98,ghz -5549,SUCCESS,2,1,1013.05,48258739.53,48259752.58,127,378,2278,1620.88,qftentangled -5550,SUCCESS,2,1,35028.33,48259752.58,48294780.91,127,9238,3223,56045.33,qpeexact -5551,SUCCESS,2,1,187.43,48294780.91,48294968.34,127,65,2451,299.89,graphstate -5552,SUCCESS,2,1,8067.02,48294968.34,48303035.36,127,3239,2117,12907.23,twolocalrandom -5553,SUCCESS,2,1,443.13,48303035.36,48303478.49,127,112,3363,709.01,graphstate -5554,SUCCESS,2,1,4795.73,48303478.49,48308274.22,127,2122,1921,7673.17,qnn -5555,SUCCESS,2,1,583.59,48308274.22,48308857.81,127,293,1693,933.74,wstate -5556,SUCCESS,2,1,1365.48,48308857.81,48310223.29,127,964,1204,2184.77,portfoliovqe -5557,SUCCESS,2,1,281.48,48310223.29,48310504.77,127,67,3571,450.37,graphstate -5558,SUCCESS,2,1,2949.41,48310504.77,48313454.18,127,1392,1801,4719.06,qft -5560,SUCCESS,2,1,93.08,48313454.18,48313547.26,127,62,1276,148.93,graphstate -5561,SUCCESS,2,1,11546.77,48313547.26,48325094.03,127,5144,1908,18474.83,qftentangled -5562,SUCCESS,2,1,5875.83,48325094.03,48330969.86,127,1964,2543,9401.33,qnn -5563,SUCCESS,2,1,3043.15,48330969.86,48334013.01,127,759,3408,4869.04,qpeinexact -5564,SUCCESS,2,1,69358,48334013.01,48403371.01,127,26834,2197,110972.8,random -5565,SUCCESS,2,1,112.15,48403371.01,48403483.16,127,75,1271,179.44,graphstate -5566,SUCCESS,2,1,28416,48403483.16,48431899.16,127,7548,3200,45465.6,qnn -5567,SUCCESS,2,1,9117,48431899.16,48441016.16,127,3121,2483,14587.2,ae -5568,SUCCESS,2,1,1450.21,48441016.16,48442466.37,127,1059,1164,2320.34,su2random -5569,SUCCESS,2,1,2967.68,48442466.37,48445434.05,127,728,3465,4748.29,qft -5570,SUCCESS,2,1,18114.6,48445434.05,48463548.65,127,8844,1741,28983.36,twolocalrandom -5571,SUCCESS,2,1,14569.42,48463548.65,48478118.07,127,6450,1920,23311.07,qft -5572,SUCCESS,2,1,1168.17,48478118.07,48479286.24,127,247,4020,1869.07,qpeexact -5573,SUCCESS,2,1,23908.38,48479286.24,48503194.62,127,6323,3214,38253.41,qpeexact -5574,SUCCESS,2,1,3131.79,48503194.62,48506326.41,127,828,3215,5010.86,qft -5575,SUCCESS,2,1,3903.78,48506326.41,48510230.19,127,899,3691,6246.05,ae -5576,SUCCESS,2,1,351.77,48510230.19,48510581.96,127,226,1323,562.83,qpeinexact -5578,SUCCESS,2,1,1785.38,48510581.96,48512367.34,127,512,2964,2856.61,dj -5579,SUCCESS,2,1,58.78,48512367.34,48512426.12,127,40,1249,94.05,dj -5580,SUCCESS,2,1,42454.82,48512426.12,48554880.94,127,9933,3633,67927.71,twolocalrandom -5581,SUCCESS,2,1,5602.43,48554880.94,48560483.37,127,1463,3255,8963.89,ae -5582,SUCCESS,2,1,11994.05,48560483.37,48572477.42,127,7070,1442,19190.48,qpeexact -5583,SUCCESS,2,1,3874.14,48572477.42,48576351.56,127,2053,1604,6198.62,qwalk-v-chain -5584,SUCCESS,2,1,7917.77,48576351.56,48584269.33,127,3837,1754,12668.43,realamprandom -5585,SUCCESS,2,1,2481.37,48584269.33,48586750.7,127,536,3935,3970.19,dj -5587,SUCCESS,2,1,25.85,48586750.7,48586776.55,127,11,1997,41.36,ghz -5589,SUCCESS,2,1,31444.58,48586776.55,48618221.13,127,7491,3568,50311.33,qpeinexact -5590,SUCCESS,2,1,12311.41,48618221.13,48630532.54,127,7028,1489,19698.26,qft -5592,SUCCESS,2,1,2064.85,48630532.54,48632597.39,127,1420,1236,3303.76,qpeexact -5593,SUCCESS,2,1,11515.7,48632597.39,48644113.09,127,7256,1349,18425.12,qftentangled -5594,SUCCESS,2,1,3103.32,48644113.09,48647216.41,127,1572,1678,4965.31,qpeinexact -5595,SUCCESS,2,1,14043.64,48647216.41,48661260.05,127,4026,2965,22469.82,qft -5597,SUCCESS,2,1,26478.62,48661260.05,48687738.67,127,7460,3017,42365.79,su2random -5598,SUCCESS,2,1,17663.16,48687738.67,48705401.83,127,5808,2585,28261.06,qpeexact -5599,SUCCESS,2,1,16799.45,48705401.83,48722201.28,127,5826,2451,26879.12,realamprandom -5600,SUCCESS,2,1,3062.04,48722201.28,48725263.32,127,666,3908,4899.26,su2random -5601,SUCCESS,2,1,22914.68,48725263.32,48748178,127,6839,2848,36663.49,qft -5603,SUCCESS,2,1,2174.36,48748178,48750352.36,127,471,3924,3478.98,portfoliovqe -5604,SUCCESS,2,1,14036.09,48750352.36,48764388.45,127,6276,1901,22457.74,qpeexact -5605,SUCCESS,2,1,135.86,48764388.45,48764524.31,127,91,1269,217.38,ghz -5607,SUCCESS,2,1,891.89,48764524.31,48765416.2,127,285,2660,1427.02,qnn -5608,SUCCESS,2,1,94461.54,48765416.2,48859877.74,127,38399,2091,151138.46,random -5610,SUCCESS,2,1,286.46,48859877.74,48860164.2,127,162,1503,458.34,realamprandom -5611,SUCCESS,2,1,41796.43,48860164.2,48901960.63,127,9517,3733,66874.29,twolocalrandom -5613,SUCCESS,2,1,3960.21,48901960.63,48905920.84,127,2882,1168,6336.34,qftentangled -5614,SUCCESS,2,1,429.25,48905920.84,48906350.09,127,173,2109,686.8,wstate -5615,SUCCESS,2,1,5535.07,48906350.09,48911885.16,127,2488,1891,8856.11,ae -5616,SUCCESS,2,1,296999.6,48911885.16,49208884.76,127,79612,3171,475199.36,qwalk-noancilla -5617,SUCCESS,2,1,6005.51,49208884.76,49214890.27,127,1545,3304,9608.82,twolocalrandom -5618,SUCCESS,2,1,3557.42,49214890.27,49218447.69,127,1300,2326,5691.87,realamprandom -5619,SUCCESS,2,1,29182.31,49218447.69,49247630,127,6643,3734,46691.7,qpeinexact -5620,SUCCESS,2,1,14753.35,49247630,49262383.35,127,3329,3767,23605.36,qpeexact -5621,SUCCESS,2,1,9142.25,49262383.35,49271525.6,127,3981,1952,14627.6,qpeinexact -5622,SUCCESS,2,1,712.91,49271525.6,49272238.51,127,197,3076,1140.66,qft -5623,SUCCESS,2,1,25721.01,49272238.51,49297959.52,127,8621,2536,41153.62,twolocalrandom -5624,SUCCESS,2,1,1298.89,49297959.52,49299258.41,127,582,1897,2078.22,qpeinexact -5625,SUCCESS,2,1,19439.24,49299258.41,49318697.65,127,10438,1583,31102.78,random -5626,SUCCESS,2,1,2792.71,49318697.65,49321490.36,127,913,2600,4468.34,su2random -5628,SUCCESS,2,1,31.15,49321490.36,49321521.51,127,25,1059,49.84,vqe -5629,SUCCESS,2,1,23299.29,49321521.51,49344820.8,127,8221,2409,37278.86,ae -5630,SUCCESS,2,1,13750.04,49344820.8,49358570.84,127,3974,2941,22000.06,qpeinexact -5631,SUCCESS,2,1,9934.37,49358570.84,49368505.21,127,3434,2459,15894.99,qpeinexact -5632,SUCCESS,2,1,3678.16,49368505.21,49372183.37,127,2721,1149,5885.06,ae -5633,SUCCESS,2,1,35805.59,49372183.37,49407988.96,127,10586,2875,57288.94,qpeinexact -5635,SUCCESS,2,1,5587.63,49407988.96,49413576.59,127,2505,1896,8940.21,qnn -5636,SUCCESS,2,1,7339.63,49413576.59,49420916.22,127,4611,1353,11743.41,ae -5637,SUCCESS,2,1,3088.47,49420916.22,49424004.69,127,808,3249,4941.55,ghz -5638,SUCCESS,2,1,13969.28,49424004.69,49437973.97,127,9568,1241,22350.85,qnn -5639,SUCCESS,2,1,5302.64,49437973.97,49443276.61,127,1405,3208,8484.22,twolocalrandom -5640,SUCCESS,2,1,14478.36,49443276.61,49457754.97,127,8588,1433,23165.38,su2random -5641,SUCCESS,2,1,36789.36,49457754.97,49494544.33,127,8116,3853,58862.98,qft -5644,SUCCESS,2,1,409.22,49494544.33,49494953.55,127,213,1633,654.75,dj -5645,SUCCESS,2,1,2263.42,49494953.55,49497216.97,127,1590,1210,3621.47,wstate -5646,SUCCESS,2,1,10970.64,49497216.97,49508187.61,127,3280,2843,17553.02,qft -5647,SUCCESS,2,1,1580.71,49508187.61,49509768.32,127,1028,1307,2529.14,wstate -5648,SUCCESS,2,1,1425.85,49509768.32,49511194.17,127,298,4067,2281.36,ghz -5650,SUCCESS,2,1,2340.8,49511194.17,49513534.97,127,1844,1079,3745.28,qpeexact -5652,SUCCESS,2,1,9140.79,49513534.97,49522675.76,127,1927,4032,14625.26,realamprandom -5653,SUCCESS,2,1,1654.55,49522675.76,49524330.31,127,978,1438,2647.28,portfoliovqe -5654,SUCCESS,2,1,1565.81,49524330.31,49525896.12,127,424,3139,2505.3,dj -5655,SUCCESS,2,1,8404.38,49525896.12,49534300.5,127,2018,3540,13447.01,qnn -5657,SUCCESS,2,1,396.93,49534300.5,49534697.43,127,174,1939,635.09,dj -5659,SUCCESS,2,1,6645.3,49534697.43,49541342.73,127,4108,1375,10632.48,qpeinexact -5662,SUCCESS,2,1,24747.8,49541342.73,49566090.53,127,9676,2174,39596.48,realamprandom -5663,SUCCESS,2,1,1206.89,49566090.53,49567297.42,127,274,3744,1931.02,dj -5665,SUCCESS,2,1,100.48,49567297.42,49567397.9,127,35,2440,160.77,qaoa -5666,SUCCESS,2,1,41.68,49567397.9,49567439.58,127,27,1312,66.69,vqe -5667,SUCCESS,2,1,887.28,49567439.58,49568326.86,127,446,1691,1419.65,dj -5669,SUCCESS,2,1,1448.84,49568326.86,49569775.7,127,388,3174,2318.14,qft -5670,SUCCESS,2,1,927.53,49569775.7,49570703.23,127,200,3942,1484.05,dj -5672,SUCCESS,2,1,18152.91,49570703.23,49588856.14,127,8777,1758,29044.66,qnn -5673,SUCCESS,2,1,8761.91,49588856.14,49597618.05,127,2780,2679,14019.06,twolocalrandom -5674,SUCCESS,2,1,4176.21,49597618.05,49601794.26,127,1801,1971,6681.94,su2random -5675,SUCCESS,2,1,40042.4,49601794.26,49641836.66,127,10544,3228,64067.84,random -5677,SUCCESS,2,1,311.53,49641836.66,49642148.19,127,98,2702,498.45,ghz -5678,SUCCESS,2,1,3184.18,49642148.19,49645332.37,127,1463,1850,5094.69,wstate -5679,SUCCESS,2,1,44450.42,49645332.37,49689782.79,127,16335,2313,71120.67,realamprandom -5681,SUCCESS,2,1,780.07,49689782.79,49690562.86,127,622,1066,1248.11,random -5683,SUCCESS,2,1,16023.25,49690562.86,49706586.11,127,6776,2010,25637.2,ae -5684,SUCCESS,2,1,9468.99,49706586.11,49716055.1,127,2096,3840,15150.38,su2random -5685,SUCCESS,2,1,6283.23,49716055.1,49722338.33,127,2977,1794,10053.17,qft -5688,SUCCESS,2,1,10555.44,49722338.33,49732893.77,127,6283,1428,16888.7,qft -5690,SUCCESS,2,1,23572.52,49732893.77,49756466.29,127,5070,3952,37716.03,qftentangled -5692,SUCCESS,2,1,12484.7,49756466.29,49768950.99,127,2921,3633,19975.52,qft -5693,SUCCESS,2,1,8522.86,49768950.99,49777473.85,127,3390,2137,13636.58,qft -5694,SUCCESS,2,1,2278.72,49777473.85,49779752.57,127,1829,1059,3645.95,qft -5696,SUCCESS,2,1,25854.89,49779752.57,49805607.46,127,12792,1718,41367.82,su2random -5697,SUCCESS,2,1,1153.7,49805607.46,49806761.16,127,480,2043,1845.92,qnn -5698,SUCCESS,2,1,1713.16,49806761.16,49808474.32,127,382,3812,2741.06,graphstate -5699,SUCCESS,2,1,4876.14,49808474.32,49813350.46,127,2645,1567,7801.82,realamprandom -5701,SUCCESS,2,1,10678.77,49813350.46,49824029.23,127,4181,2171,17086.03,qnn -5702,SUCCESS,2,1,1992.72,49824029.23,49826021.95,127,1209,1401,3188.35,realamprandom -5706,SUCCESS,2,1,17879.77,49826021.95,49843901.72,127,11628,1307,28607.63,su2random -5707,SUCCESS,2,1,14968.95,49843901.72,49858870.67,127,9200,1383,23950.32,qnn -5708,SUCCESS,2,1,17516.33,49858870.67,49876387,127,6006,2479,28026.13,su2random -5710,SUCCESS,2,1,830,49876387,49877217,127,340,2075,1328,qnn -5712,SUCCESS,2,1,22327.13,49877217,49899544.13,127,5103,3719,35723.41,qft -5713,SUCCESS,2,1,23132.64,49899544.13,49922676.77,127,5242,3751,37012.22,qpeinexact -5715,SUCCESS,2,1,89594.66,49922676.77,50012271.43,127,28164,2704,143351.46,random -5716,SUCCESS,2,1,1490.83,50012271.43,50013762.26,127,600,2112,2385.33,wstate -5717,SUCCESS,2,1,884.88,50013762.26,50014647.14,127,611,1231,1415.81,qnn -5718,SUCCESS,2,1,10583.53,50014647.14,50025230.67,127,3250,2768,16933.65,random -5719,SUCCESS,2,1,1379.12,50025230.67,50026609.79,127,750,1563,2206.59,dj -5721,SUCCESS,2,1,121.46,50026609.79,50026731.25,127,39,2647,194.34,graphstate -5722,SUCCESS,2,1,6464.25,50026731.25,50033195.5,127,1656,3318,10342.8,qpeinexact -5723,SUCCESS,2,1,2364.51,50033195.5,50035560.01,127,546,3681,3783.22,qftentangled -5725,SUCCESS,2,1,2383.98,50035560.01,50037943.99,127,1075,1885,3814.37,wstate -5726,SUCCESS,2,1,7110.67,50037943.99,50045054.66,127,2471,2446,11377.07,ae -5727,SUCCESS,2,1,907.94,50045054.66,50045962.6,127,383,2015,1452.7,qftentangled -5728,SUCCESS,2,1,38383.11,50045962.6,50084345.71,127,12133,2689,61412.98,su2random -5729,SUCCESS,2,1,13952.87,50084345.71,50098298.58,127,5808,2042,22324.59,qpeinexact -5730,SUCCESS,2,1,3859.21,50098298.58,50102157.79,127,2993,1096,6174.74,qpeexact -5731,SUCCESS,2,1,4002.81,50102157.79,50106160.6,127,1391,2446,6404.5,twolocalrandom -5732,SUCCESS,2,1,24256.71,50106160.6,50130417.31,127,6749,3055,38810.74,qft -5733,SUCCESS,2,1,6854.48,50130417.31,50137271.79,127,3646,1598,10967.17,realamprandom -5734,SUCCESS,2,1,23912.19,50137271.79,50161183.98,127,6597,3081,38259.5,qpeexact -5735,SUCCESS,2,1,11511.61,50161183.98,50172695.59,127,3053,3205,18418.58,qpeinexact -5736,SUCCESS,2,1,2160,50172695.59,50174855.59,127,1080,1700,3456,qft -5737,SUCCESS,2,1,9701.14,50174855.59,50184556.73,127,4643,1776,15521.82,qftentangled -5738,SUCCESS,2,1,18984.75,50184556.73,50203541.48,127,11822,1365,30375.6,realamprandom -5741,SUCCESS,2,1,576.44,50203541.48,50204117.92,127,133,3684,922.3,graphstate -5742,SUCCESS,2,1,10461.85,50204117.92,50214579.77,127,2617,3398,16738.96,qft -5743,SUCCESS,2,1,10072.38,50214579.77,50224652.15,127,2162,3960,16115.81,realamprandom -5744,SUCCESS,2,1,359.75,50224652.15,50225011.9,127,124,2466,575.6,ghz -5745,SUCCESS,2,1,1009.69,50225011.9,50226021.59,127,238,3606,1615.5,qft -5746,SUCCESS,2,1,37075.46,50226021.59,50263097.05,127,9382,3359,59320.74,su2random -5747,SUCCESS,2,1,1494.27,50263097.05,50264591.32,127,1125,1129,2390.83,qft -5750,SUCCESS,2,1,517.09,50264591.32,50265108.41,127,348,1263,827.34,graphstate -5752,SUCCESS,2,1,2740.67,50265108.41,50267849.08,127,707,3295,4385.07,realamprandom -5753,SUCCESS,2,1,2588.7,50267849.08,50270437.78,127,703,3130,4141.92,realamprandom -5754,SUCCESS,2,1,26340.71,50270437.78,50296778.49,127,9329,2400,42145.14,realamprandom -5757,SUCCESS,2,1,219.58,50296778.49,50296998.07,127,151,1236,351.33,graphstate -5758,SUCCESS,2,1,191.12,50296998.07,50297189.19,127,45,3610,305.79,graphstate -5762,SUCCESS,2,1,8765.12,50297189.19,50305954.31,127,2454,3036,14024.19,realamprandom -5763,SUCCESS,2,1,41.73,50305954.31,50305996.04,127,29,1223,66.77,vqe -5764,SUCCESS,2,1,8830.84,50305996.04,50314826.88,127,3694,2032,14129.34,random -5765,SUCCESS,2,1,36811.24,50314826.88,50351638.12,127,14386,2175,58897.98,qnn -5766,SUCCESS,2,1,89.74,50351638.12,50351727.86,127,25,3051,143.58,graphstate -5767,SUCCESS,2,1,10261.45,50351727.86,50361989.31,127,3054,2856,16418.32,qftentangled -5768,SUCCESS,2,1,19246.2,50361989.31,50381235.51,127,6192,2642,30793.92,qpeinexact -5769,SUCCESS,2,1,5814.16,50381235.51,50387049.67,127,1559,3170,9302.66,qft -5770,SUCCESS,2,1,123.17,50387049.67,50387172.84,127,72,1454,197.07,graphstate -5771,SUCCESS,2,1,17946.52,50387172.84,50405119.36,127,10069,1515,28714.43,ae -5772,SUCCESS,2,1,21425.47,50405119.36,50426544.83,127,9646,1888,34280.75,twolocalrandom -5773,SUCCESS,2,1,509.84,50426544.83,50427054.67,127,147,2948,815.74,graphstate -5774,SUCCESS,2,1,5408.35,50427054.67,50432463.02,127,1442,3188,8653.36,qpeexact -5775,SUCCESS,2,1,31158.01,50432463.02,50463621.03,127,6512,4067,49852.82,qpeexact -5776,SUCCESS,2,1,1442.89,50463621.03,50465063.92,127,308,3982,2308.62,portfolioqaoa -5777,SUCCESS,2,1,5963.26,50465063.92,50471027.18,127,4196,1208,9541.22,qpeinexact -5778,SUCCESS,2,1,29363.55,50471027.18,50500390.73,127,12492,1998,46981.68,twolocalrandom -5779,SUCCESS,2,1,90.55,50500390.73,50500481.28,127,37,2080,144.88,wstate -5780,SUCCESS,2,1,28.5,50500481.28,50500509.78,127,22,1101,45.6,graphstate -5782,SUCCESS,2,1,398.46,50500509.78,50500908.24,127,201,1685,637.54,wstate -5783,SUCCESS,2,1,26223.69,50500908.24,50527131.93,127,7435,2998,41957.9,twolocalrandom -5784,SUCCESS,2,1,883.83,50527131.93,50528015.76,127,666,1128,1414.13,twolocalrandom -5785,SUCCESS,2,1,58.11,50528015.76,50528073.87,127,22,2245,92.98,ghz -5786,SUCCESS,2,1,51032.72,50528073.87,50579106.59,127,13113,3308,81652.35,qnn -5788,SUCCESS,2,1,102.32,50579106.59,50579208.91,127,65,1338,163.71,wstate -5790,SUCCESS,2,1,112433.98,50579208.91,50691642.89,127,30186,3166,179894.37,random -5791,SUCCESS,2,1,993.84,50691642.89,50692636.73,127,213,3966,1590.14,graphstate -5793,SUCCESS,2,1,4011.86,50692636.73,50696648.59,127,3257,1047,6418.98,qft -5794,SUCCESS,2,1,8733.35,50696648.59,50705381.94,127,1819,4081,13973.36,qftentangled -5795,SUCCESS,2,1,99.18,50705381.94,50705481.12,127,60,1405,158.69,ghz -5796,SUCCESS,2,1,33801.9,50705481.12,50739283.02,127,7030,4087,54083.04,qpeinexact -5797,SUCCESS,2,1,85989.74,50739283.02,50825272.76,127,19434,3761,137583.58,random -5798,SUCCESS,2,1,10244.29,50825272.76,50835517.05,127,2303,3781,16390.86,qpeexact -5799,SUCCESS,2,1,2178,50835517.05,50837695.05,127,1291,1434,3484.8,wstate -5800,SUCCESS,2,1,1709.84,50837695.05,50839404.89,127,491,2960,2735.74,ghz -5801,SUCCESS,2,1,4904.85,50839404.89,50844309.74,127,1420,2936,7847.76,ae -5802,SUCCESS,2,1,952.1,50844309.74,50845261.84,127,267,3031,1523.36,graphstate -5803,SUCCESS,2,1,10114.23,50845261.84,50855376.07,127,3769,2281,16182.77,realamprandom -5805,SUCCESS,2,1,67179.16,50855376.07,50922555.23,127,26266,2174,107486.66,random -5806,SUCCESS,2,1,13678.74,50922555.23,50936233.97,127,2957,3932,21885.98,realamprandom -5807,SUCCESS,2,1,20193.45,50936233.97,50956427.42,127,8158,2104,32309.52,realamprandom -5808,SUCCESS,2,1,14046.65,50956427.42,50970474.07,127,11045,1081,22474.64,su2random -5809,SUCCESS,2,1,1710.69,50970474.07,50972184.76,127,389,3738,2737.1,wstate -5810,SUCCESS,2,1,308.39,50972184.76,50972493.15,127,129,2032,493.42,wstate -5811,SUCCESS,2,1,209.77,50972493.15,50972702.92,127,114,1564,335.63,graphstate -5813,SUCCESS,2,1,2540.73,50972702.92,50975243.65,127,592,3648,4065.17,realamprandom -5814,SUCCESS,2,1,951.6,50975243.65,50976195.25,127,339,2386,1522.56,qpeinexact -5817,SUCCESS,2,1,3028.57,50976195.25,50979223.82,127,787,3271,4845.71,qnn -5819,SUCCESS,2,1,449.54,50979223.82,50979673.36,127,343,1114,719.26,wstate -5820,SUCCESS,2,1,5917.41,50979673.36,50985590.77,127,1254,4011,9467.86,qpeexact -5821,SUCCESS,2,1,289373.92,50985590.77,51274964.69,127,60853,4042,462998.27,random -5822,SUCCESS,2,1,271.2,51274964.69,51275235.89,127,85,2712,433.92,graphstate -5823,SUCCESS,2,1,499.82,51275235.89,51275735.71,127,157,2706,799.71,wstate -5824,SUCCESS,2,1,14908.44,51275735.71,51290644.15,127,3391,3737,23853.5,qnn -5825,SUCCESS,2,1,12374.38,51290644.15,51303018.53,127,3887,2706,19799.01,qpeinexact -5827,SUCCESS,2,1,5581.99,51303018.53,51308600.52,127,1405,3377,8931.18,qnn -5828,SUCCESS,2,1,4597.43,51308600.52,51313197.95,127,1081,3615,7355.89,qpeexact -5829,SUCCESS,2,1,1087.2,51313197.95,51314285.15,127,678,1363,1739.52,qft -5830,SUCCESS,2,1,122.38,51314285.15,51314407.53,127,48,2167,195.81,ghz -5831,SUCCESS,2,1,1200.68,51314407.53,51315608.21,127,889,1148,1921.09,wstate -5832,SUCCESS,2,1,21235.61,51315608.21,51336843.82,127,6845,2637,33976.98,random -5833,SUCCESS,2,1,3697.58,51336843.82,51340541.4,127,835,3764,5916.13,ghz -5834,SUCCESS,2,1,1610.53,51340541.4,51342151.93,127,602,2274,2576.85,dj -5836,SUCCESS,2,1,4278.41,51342151.93,51346430.34,127,952,3820,6845.46,random -5837,SUCCESS,2,1,10864.38,51346430.34,51357294.72,127,7260,1272,17383.01,qpeexact -5838,SUCCESS,2,1,17941.9,51357294.72,51375236.62,127,7015,2174,28707.04,su2random -5839,SUCCESS,2,1,337.45,51375236.62,51375574.07,127,149,1925,539.92,wstate -5840,SUCCESS,2,1,8820.24,51375574.07,51384394.31,127,5684,1319,14112.38,ae -5841,SUCCESS,2,1,39712.82,51384394.31,51424107.13,127,8609,3921,63540.51,qft -5842,SUCCESS,2,1,19211.8,51424107.13,51443318.93,127,6364,2566,30738.88,qpeinexact -5843,SUCCESS,2,1,110521.29,51443318.93,51553840.22,127,41330,2273,176834.06,random -5844,SUCCESS,2,1,637.61,51553840.22,51554477.83,127,336,1613,1020.18,pricingput -5845,SUCCESS,2,1,3676.24,51554477.83,51558154.07,127,1800,1736,5881.98,qft -5846,SUCCESS,2,1,135521.1,51558154.07,51693675.17,127,43095,2673,216833.76,random -5847,SUCCESS,2,1,665.36,51693675.17,51694340.53,127,329,1719,1064.58,wstate -5848,SUCCESS,2,1,4655.89,51694340.53,51698996.42,127,1165,3397,7449.42,wstate -5849,SUCCESS,2,1,1206.3,51698996.42,51700202.72,127,303,3384,1930.08,graphstate -5850,SUCCESS,2,1,21543.23,51700202.72,51721745.95,127,5476,3344,34469.17,qpeinexact -5851,SUCCESS,2,1,3313.75,51721745.95,51725059.7,127,1181,2385,5302,su2random -5854,SUCCESS,2,1,213.4,51725059.7,51725273.1,127,137,1324,341.44,wstate -5855,SUCCESS,2,1,1401.4,51725273.1,51726674.5,127,393,3031,2242.24,ghz -5856,SUCCESS,2,1,27972.77,51726674.5,51754647.27,127,7391,3217,44756.43,qpeexact -5857,SUCCESS,2,1,803.52,51754647.27,51755450.79,127,248,2754,1285.63,dj -5858,SUCCESS,2,1,2986.15,51755450.79,51758436.94,127,757,3353,4777.84,qnn -5859,SUCCESS,2,1,2088.41,51758436.94,51760525.35,127,639,2778,3341.46,realamprandom -5860,SUCCESS,2,1,12031.78,51760525.35,51772557.13,127,4672,2189,19250.85,twolocalrandom -5861,SUCCESS,2,1,33287.53,51772557.13,51805844.66,127,8842,3200,53260.05,su2random -5862,SUCCESS,2,1,12165.61,51805844.66,51818010.27,127,7537,1372,19464.98,su2random -5863,SUCCESS,2,1,1305.42,51818010.27,51819315.69,127,304,3650,2088.67,random -5864,SUCCESS,2,1,1681.37,51819315.69,51820997.06,127,623,2294,2690.19,qft -5865,SUCCESS,2,1,1559.08,51820997.06,51822556.14,127,532,2491,2494.53,qpeexact -5866,SUCCESS,2,1,16731.29,51822556.14,51839287.43,127,12508,1137,26770.06,realamprandom -5869,SUCCESS,2,1,711.52,51839287.43,51839998.95,127,345,1753,1138.43,wstate -5870,SUCCESS,2,1,3237.01,51839998.95,51843235.96,127,889,3095,5179.22,qnn -5871,SUCCESS,2,1,9092.36,51843235.96,51852328.32,127,4296,1799,14547.78,qwalk-v-chain -5873,SUCCESS,2,1,1098.69,51852328.32,51853427.01,127,631,1480,1757.9,qftentangled -5874,SUCCESS,2,1,15504.53,51853427.01,51868931.54,127,5118,2575,24807.25,realamprandom -5875,SUCCESS,2,1,32689.32,51868931.54,51901620.86,127,6876,4041,52302.91,qpeinexact -5876,SUCCESS,2,1,3269.44,51901620.86,51904890.3,127,778,3572,5231.1,qft -5877,SUCCESS,2,1,287.61,51904890.3,51905177.91,127,132,1852,460.18,qftentangled -5878,SUCCESS,2,1,1543.96,51905177.91,51906721.87,127,643,2041,2470.34,dj -5879,SUCCESS,2,1,94.16,51906721.87,51906816.03,127,61,1312,150.66,wstate -5881,SUCCESS,2,1,61285.39,51906816.03,51968101.42,127,14551,3580,98056.62,twolocalrandom -5882,SUCCESS,2,1,50084.43,51968101.42,52018185.85,127,11796,3609,80135.09,random -5884,SUCCESS,2,1,12467.57,52018185.85,52030653.42,127,6361,1666,19948.11,qpeexact -5885,SUCCESS,2,1,1332.34,52030653.42,52031985.76,127,428,2646,2131.74,portfolioqaoa -5887,SUCCESS,2,1,1894.59,52031985.76,52033880.35,127,1097,1468,3031.34,qnn -5888,SUCCESS,2,1,645.1,52033880.35,52034525.45,127,369,1486,1032.16,wstate -5889,SUCCESS,2,1,57762.44,52034525.45,52092287.89,127,12863,3817,92419.9,su2random -5890,SUCCESS,2,1,37768.04,52092287.89,52130055.93,127,10029,3201,60428.86,random -5891,SUCCESS,2,1,105520.8,52130055.93,52235576.73,127,22604,3968,168833.28,random -5892,SUCCESS,2,1,3186.12,52235576.73,52238762.85,127,714,3793,5097.79,dj -5893,SUCCESS,2,1,3796.48,52238762.85,52242559.33,127,1400,2305,6074.37,qftentangled -5894,SUCCESS,2,1,14862.65,52242559.33,52257421.98,127,5092,2481,23780.24,qft -5895,SUCCESS,2,1,8900.42,52257421.98,52266322.4,127,2303,3285,14240.67,qpeinexact -5896,SUCCESS,2,1,2966.55,52266322.4,52269288.95,127,1419,1777,4746.48,grover-v-chain -5897,SUCCESS,2,1,17556.5,52269288.95,52286845.45,127,4745,3145,28090.4,realamprandom -5898,SUCCESS,2,1,1397.35,52286845.45,52288242.8,127,602,1973,2235.76,qftentangled -5899,SUCCESS,2,1,20042.84,52288242.8,52308285.64,127,8531,1997,32068.54,realamprandom -5900,SUCCESS,2,1,835.38,52308285.64,52309121.02,127,189,3757,1336.61,wstate -5901,SUCCESS,2,1,5085.04,52309121.02,52314206.06,127,1194,3620,8136.06,qpeinexact -5902,SUCCESS,2,1,792.52,52314206.06,52314998.58,127,301,2238,1268.03,wstate -5903,SUCCESS,2,1,1251.05,52314998.58,52316249.63,127,456,2332,2001.68,dj -5904,SUCCESS,2,1,2944,52316249.63,52319193.63,127,782,3200,4710.4,dj -5905,SUCCESS,2,1,117.32,52319193.63,52319310.95,127,73,1366,187.71,graphstate -5908,SUCCESS,2,1,13121.96,52319310.95,52332432.91,127,3296,3384,20995.14,ae -5909,SUCCESS,2,1,1225.93,52332432.91,52333658.84,127,621,1678,1961.49,qpeexact -5910,SUCCESS,2,1,578.9,52333658.84,52334237.74,127,341,1443,926.24,wstate -5911,SUCCESS,2,1,816.71,52334237.74,52335054.45,127,361,1923,1306.74,wstate -5912,SUCCESS,2,1,740.02,52335054.45,52335794.47,127,435,1446,1184.03,realamprandom -5913,SUCCESS,2,1,1821.88,52335794.47,52337616.35,127,1231,1258,2915.01,qnn -5914,SUCCESS,2,1,120516.63,52337616.35,52458132.98,127,27530,3721,192826.61,random -5916,SUCCESS,2,1,61195.76,52458132.98,52519328.74,127,14185,3667,97913.22,su2random -5917,SUCCESS,2,1,62218.36,52519328.74,52581547.1,127,13662,3871,99549.38,realamprandom -5918,SUCCESS,2,1,808.91,52581547.1,52582356.01,127,205,3354,1294.26,dj -5920,SUCCESS,2,1,1668.53,52582356.01,52584024.54,127,876,1619,2669.65,pricingcall -5922,SUCCESS,2,1,31160.35,52584024.54,52615184.89,127,9379,2824,49856.56,twolocalrandom -5923,SUCCESS,2,1,8606.53,52615184.89,52623791.42,127,5967,1226,13770.45,ae -5924,SUCCESS,2,1,1390.4,52623791.42,52625181.82,127,869,1360,2224.64,wstate -5926,SUCCESS,2,1,20506.58,52625181.82,52645688.4,127,7364,2367,32810.53,random -5927,SUCCESS,2,1,3045.96,52645688.4,52648734.36,127,723,3581,4873.54,dj -5929,SUCCESS,2,1,21358.59,52648734.36,52670092.95,127,5400,3362,34173.74,qpeinexact -5930,SUCCESS,2,1,227.25,52670092.95,52670320.2,127,49,3942,363.6,tsp -5933,SUCCESS,2,1,885.33,52670320.2,52671205.53,127,582,1293,1416.53,ghz -5934,SUCCESS,2,1,5086.94,52671205.53,52676292.47,127,3177,1361,8139.1,qft -5936,SUCCESS,2,1,86.58,52676292.47,52676379.05,127,57,1291,138.53,ghz -5937,SUCCESS,2,1,3274.99,52676379.05,52679654.04,127,984,2829,5239.98,qnn -5938,SUCCESS,2,1,2813.74,52679654.04,52682467.78,127,1816,1317,4501.98,su2random -5939,SUCCESS,2,1,4317.03,52682467.78,52686784.81,127,1027,3573,6907.25,realamprandom -5940,SUCCESS,2,1,705.18,52686784.81,52687489.99,127,383,1565,1128.29,ghz -5941,SUCCESS,2,1,15091.49,52687489.99,52702581.48,127,5424,2365,24146.38,ae -5942,SUCCESS,2,1,62532.46,52702581.48,52765113.94,127,16395,3242,100051.94,su2random -5943,SUCCESS,2,1,930.73,52765113.94,52766044.67,127,319,2480,1489.17,qpeexact -5944,SUCCESS,2,1,141.63,52766044.67,52766186.3,127,48,2508,226.61,graphstate -5945,SUCCESS,2,1,4787.24,52766186.3,52770973.54,127,1791,2272,7659.58,qftentangled -5946,SUCCESS,2,1,3280.26,52770973.54,52774253.8,127,2433,1146,5248.42,ae -5947,SUCCESS,2,1,457.78,52774253.8,52774711.58,127,295,1319,732.45,su2random -5949,SUCCESS,2,1,40407.34,52774711.58,52815118.92,127,9763,3518,64651.74,twolocalrandom -5950,SUCCESS,2,1,1129.02,52815118.92,52816247.94,127,389,2467,1806.43,wstate -5951,SUCCESS,2,1,4278.5,52816247.94,52820526.44,127,1442,2522,6845.6,ae -5952,SUCCESS,2,1,99.24,52820526.44,52820625.68,127,35,2410,158.78,ghz -5953,SUCCESS,2,1,733.5,52820625.68,52821359.18,127,163,3825,1173.6,dj -5954,SUCCESS,2,1,17600.25,52821359.18,52838959.43,127,5448,2746,28160.4,qpeinexact -5956,SUCCESS,2,1,18148.94,52838959.43,52857108.37,127,4902,3147,29038.3,qftentangled -5957,SUCCESS,2,1,14834.34,52857108.37,52871942.71,127,3334,3782,23734.94,twolocalrandom -5958,SUCCESS,2,1,2988.02,52871942.71,52874930.73,127,981,2589,4780.83,qft -5959,SUCCESS,2,1,285.89,52874930.73,52875216.62,127,131,1855,457.42,qaoa -5961,SUCCESS,2,1,2769.83,52875216.62,52877986.45,127,1078,2184,4431.73,realamprandom -5962,SUCCESS,2,1,1490.14,52877986.45,52879476.59,127,379,3342,2384.22,portfolioqaoa -5963,SUCCESS,2,1,22710.61,52879476.59,52902187.2,127,10323,1870,36336.98,twolocalrandom -5964,SUCCESS,2,1,222.4,52902187.2,52902409.6,127,77,2455,355.84,ghz -5965,SUCCESS,2,1,2781.29,52902409.6,52905190.89,127,581,4069,4450.06,ghz -5966,SUCCESS,2,1,847.78,52905190.89,52906038.67,127,444,1623,1356.45,dj -5969,SUCCESS,2,1,2166.57,52906038.67,52908205.24,127,780,2361,3466.51,qpeinexact -5970,SUCCESS,2,1,6613.28,52908205.24,52914818.52,127,1627,3455,10581.25,twolocalrandom -5973,SUCCESS,2,1,228.22,52914818.52,52915046.74,127,106,1830,365.15,groundstate -5974,SUCCESS,2,1,279.27,52915046.74,52915326.01,127,64,3709,446.83,graphstate -5976,SUCCESS,2,1,7007.47,52915326.01,52922333.48,127,1655,3599,11211.95,qft -5977,SUCCESS,2,1,7778.76,52922333.48,52930112.24,127,2822,2343,12446.02,qwalk-v-chain -5978,SUCCESS,2,1,21308.87,52930112.24,52951421.11,127,6276,2886,34094.19,realamprandom -5979,SUCCESS,2,1,116.6,52951421.11,52951537.71,127,32,3097,186.56,ghz -5980,SUCCESS,2,1,31357.55,52951537.71,52982895.26,127,6796,3922,50172.08,ae -5981,SUCCESS,2,1,1655.73,52982895.26,52984550.99,127,397,3545,2649.17,groundstate -5982,SUCCESS,2,1,598.61,52984550.99,52985149.6,127,196,2596,957.78,ghz -5983,SUCCESS,2,1,45,52985149.6,52985194.6,127,26,1471,72,ghz -5984,SUCCESS,2,1,15613.42,52985194.6,53000808.02,127,5475,2424,24981.47,ae -5985,SUCCESS,2,1,1827.23,53000808.02,53002635.25,127,623,2493,2923.57,qft -5986,SUCCESS,2,1,259.88,53002635.25,53002895.13,127,208,1062,415.81,qpeinexact -5987,SUCCESS,2,1,635.95,53002895.13,53003531.08,127,313,1727,1017.52,wstate -5988,SUCCESS,2,1,268.96,53003531.08,53003800.04,127,64,3572,430.34,dj -5989,SUCCESS,2,1,17089.2,53003800.04,53020889.24,127,5151,2820,27342.72,qpeexact -5990,SUCCESS,2,1,25839.34,53020889.24,53046728.58,127,11246,1953,41342.94,su2random -5991,SUCCESS,2,1,6224.19,53046728.58,53052952.77,127,3168,1670,9958.7,qpeinexact -5992,SUCCESS,2,1,687.08,53052952.77,53053639.85,127,270,2163,1099.33,graphstate -5993,SUCCESS,2,1,5048.81,53053639.85,53058688.66,127,1443,2974,8078.1,twolocalrandom -5994,SUCCESS,2,1,355.59,53058688.66,53059044.25,127,89,3396,568.94,graphstate -5996,SUCCESS,2,1,291.44,53059044.25,53059335.69,127,84,2949,466.3,graphstate -5997,SUCCESS,2,1,10348.78,53059335.69,53069684.47,127,6054,1453,16558.05,qft -5999,SUCCESS,2,1,62.79,53069684.47,53069747.26,127,14,3812,100.46,ghz -6000,SUCCESS,2,1,45.06,53069747.26,53069792.32,127,25,1532,72.1,graphstate -6001,SUCCESS,2,1,91.15,53069792.32,53069883.47,127,48,1614,145.84,ghz -6002,SUCCESS,2,1,40702.22,53069883.47,53110585.69,127,21006,1647,65123.55,twolocalrandom -6003,SUCCESS,2,1,7042.56,53110585.69,53117628.25,127,1572,3808,11268.1,twolocalrandom -6004,SUCCESS,2,1,17111.86,53117628.25,53134740.11,127,7346,1980,27378.98,ae -6006,SUCCESS,2,1,7405.14,53134740.11,53142145.25,127,2852,2207,11848.22,su2random -6008,SUCCESS,2,1,1183.42,53142145.25,53143328.67,127,553,1819,1893.47,portfolioqaoa -6010,SUCCESS,2,1,22080.96,53143328.67,53165409.63,127,6732,2788,35329.54,ae -6012,SUCCESS,2,1,48219.79,53165409.63,53213629.42,127,11015,3721,77151.66,qnn -6013,SUCCESS,2,1,38522.92,53213629.42,53252152.34,127,10966,2986,61636.67,qnn -6014,SUCCESS,2,1,2862.22,53252152.34,53255014.56,127,981,2480,4579.55,qpeexact -6015,SUCCESS,2,1,18288.6,53255014.56,53273303.16,127,4335,3586,29261.76,twolocalrandom -6016,SUCCESS,2,1,1218.08,53273303.16,53274521.24,127,391,2648,1948.93,portfolioqaoa -6017,SUCCESS,2,1,953.83,53274521.24,53275475.07,127,235,3450,1526.13,dj -6018,SUCCESS,2,1,215.56,53275475.07,53275690.63,127,81,2262,344.9,graphstate -6020,SUCCESS,2,1,411.38,53275690.63,53276102.01,127,198,1766,658.21,qpeinexact -6022,SUCCESS,2,1,2428.86,53276102.01,53278530.87,127,729,2832,3886.18,dj -6023,SUCCESS,2,1,3773.23,53278530.87,53282304.1,127,2360,1359,6037.17,twolocalrandom -6024,SUCCESS,2,1,471.69,53282304.1,53282775.79,127,111,3612,754.7,dj -6025,SUCCESS,2,1,468.05,53282775.79,53283243.84,127,387,1028,748.88,ghz -6026,SUCCESS,2,1,12229.42,53283243.84,53295473.26,127,5775,1800,19567.07,qpeinexact -6027,SUCCESS,2,1,5489.21,53295473.26,53300962.47,127,1509,3092,8782.74,qft -6028,SUCCESS,2,1,14809.99,53300962.47,53315772.46,127,6643,1895,23695.98,qpeexact -6029,SUCCESS,2,1,15190,53315772.46,53330962.46,127,8266,1562,24304,realamprandom -6030,SUCCESS,2,1,581.65,53330962.46,53331544.11,127,200,2472,930.64,graphstate -6031,SUCCESS,2,1,632.26,53331544.11,53332176.37,127,318,1690,1011.62,qpeexact -6032,SUCCESS,2,1,1166.52,53332176.37,53333342.89,127,273,3632,1866.43,portfoliovqe -6033,SUCCESS,2,1,1517.05,53333342.89,53334859.94,127,361,3572,2427.28,wstate -6035,SUCCESS,2,1,3818.39,53334859.94,53338678.33,127,926,3505,6109.42,qnn -6036,SUCCESS,2,1,100858.1,53338678.33,53439536.43,127,53182,1612,161372.96,random -6040,SUCCESS,2,1,36904.71,53439536.43,53476441.14,127,8255,3800,59047.54,ae -6041,SUCCESS,2,1,147.32,53476441.14,53476588.46,127,56,2236,235.71,graphstate -6042,SUCCESS,2,1,6488.88,53476588.46,53483077.34,127,5228,1055,10382.21,qft -6043,SUCCESS,2,1,280.71,53483077.34,53483358.05,127,182,1311,449.14,qpeexact -6044,SUCCESS,2,1,1171.34,53483358.05,53484529.39,127,266,3743,1874.14,qft -6046,SUCCESS,2,1,4908.85,53484529.39,53489438.24,127,2398,1740,7854.16,qnn -6047,SUCCESS,2,1,4363.97,53489438.24,53493802.21,127,2404,1543,6982.35,twolocalrandom -6048,SUCCESS,2,1,1333.91,53493802.21,53495136.12,127,478,2372,2134.26,dj -6050,SUCCESS,2,1,20348.76,53495136.12,53515484.88,127,7295,2371,32558.02,twolocalrandom -6052,SUCCESS,2,1,957.59,53515484.88,53516442.47,127,329,2474,1532.14,portfoliovqe -6053,SUCCESS,2,1,57830.36,53516442.47,53574272.83,127,13937,3527,92528.58,su2random -6054,SUCCESS,2,1,946.37,53574272.83,53575219.2,127,484,1662,1514.19,ghz -6055,SUCCESS,2,1,6219.41,53575219.2,53581438.61,127,4011,1318,9951.06,qpeinexact -6056,SUCCESS,2,1,3677.37,53581438.61,53585115.98,127,1628,1920,5883.79,su2random -6057,SUCCESS,2,1,127.44,53585115.98,53585243.42,127,36,3009,203.9,graphstate -6058,SUCCESS,2,1,20650.27,53585243.42,53605893.69,127,8451,2077,33040.43,ae -6059,SUCCESS,2,1,6642.31,53605893.69,53612536,127,1478,3820,10627.7,ae -6060,SUCCESS,2,1,5356.06,53612536,53617892.06,127,1359,3350,8569.7,qpeexact -6061,SUCCESS,2,1,2422.22,53617892.06,53620314.28,127,658,3129,3875.55,su2random -6062,SUCCESS,2,1,1688.93,53620314.28,53622003.21,127,398,3607,2702.29,dj -6063,SUCCESS,2,1,7730.03,53622003.21,53629733.24,127,2398,2740,12368.05,qftentangled -6064,SUCCESS,2,1,25243.38,53629733.24,53654976.62,127,6322,3394,40389.41,qpeexact -6065,SUCCESS,2,1,1242.03,53654976.62,53656218.65,127,659,1602,1987.25,twolocalrandom -6066,SUCCESS,2,1,412.85,53656218.65,53656631.5,127,248,1415,660.56,su2random -6067,SUCCESS,2,1,160.73,53656631.5,53656792.23,127,82,1666,257.17,graphstate -6068,SUCCESS,2,1,9786.44,53656792.23,53666578.67,127,2749,3026,15658.3,qpeexact -6069,SUCCESS,2,1,4941.69,53666578.67,53671520.36,127,1108,3791,7906.7,wstate -6070,SUCCESS,2,1,23248.52,53671520.36,53694768.88,127,5386,3669,37197.63,ae -6071,SUCCESS,2,1,116.53,53694768.88,53694885.41,127,44,2251,186.45,graphstate -6072,SUCCESS,2,1,20319.74,53694885.41,53715205.15,127,7254,2381,32511.58,qft -6073,SUCCESS,2,1,7361.9,53715205.15,53722567.05,127,1706,3668,11779.04,qnn -6075,SUCCESS,2,1,651.2,53722567.05,53723218.25,127,207,2674,1041.92,dj -6076,SUCCESS,2,1,115.27,53723218.25,53723333.52,127,28,3499,184.43,graphstate -6078,SUCCESS,2,1,6978.56,53723333.52,53730312.08,127,1972,3008,11165.7,qpeinexact -6079,SUCCESS,2,1,96838.88,53730312.08,53827150.96,127,26206,3141,154942.21,random -6080,SUCCESS,2,1,960.93,53827150.96,53828111.89,127,217,3764,1537.49,graphstate -6081,SUCCESS,2,1,6698.33,53828111.89,53834810.22,127,1410,4038,10717.33,qft -6083,SUCCESS,2,1,1000.27,53834810.22,53835810.49,127,479,1775,1600.43,qnn -6084,SUCCESS,2,1,1472.83,53835810.49,53837283.32,127,631,1984,2356.53,qftentangled -6086,SUCCESS,2,1,67.05,53837283.32,53837350.37,127,33,1727,107.28,ghz -6090,SUCCESS,2,1,502.57,53837350.37,53837852.94,127,265,1612,804.11,graphstate -6091,SUCCESS,2,1,3854.18,53837852.94,53841707.12,127,1004,3263,6166.69,wstate -6092,SUCCESS,2,1,151.52,53841707.12,53841858.64,127,53,2430,242.43,wstate -6093,SUCCESS,2,1,16334.66,53841858.64,53858193.3,127,4705,2951,26135.46,qpeexact -6094,SUCCESS,2,1,1623.81,53858193.3,53859817.11,127,572,2413,2598.1,dj -6095,SUCCESS,2,1,2817.93,53859817.11,53862635.04,127,1327,1805,4508.69,qpeexact -6096,SUCCESS,2,1,51111.09,53862635.04,53913746.13,127,24109,1802,81777.74,random -6097,SUCCESS,2,1,9823.86,53913746.13,53923569.99,127,2222,3758,15718.18,qnn -6098,SUCCESS,2,1,1210.08,53923569.99,53924780.07,127,920,1118,1936.13,twolocalrandom -6099,SUCCESS,2,1,772.36,53924780.07,53925552.43,127,462,1421,1235.78,su2random -6100,SUCCESS,2,1,651.1,53925552.43,53926203.53,127,173,3199,1041.76,dj -6103,SUCCESS,2,1,18381.58,53926203.53,53944585.11,127,4459,3504,29410.53,ae -6104,SUCCESS,2,1,332.09,53944585.11,53944917.2,127,238,1186,531.34,su2random -6106,SUCCESS,2,1,34573.17,53944917.2,53979490.37,127,10828,2714,55317.07,realamprandom -6107,SUCCESS,2,1,630,53979490.37,53980120.37,127,357,1500,1008,wstate -6108,SUCCESS,2,1,1804.75,53980120.37,53981925.12,127,1072,1431,2887.6,wstate -6109,SUCCESS,2,1,27643.26,53981925.12,54009568.38,127,10944,2147,44229.22,random -6111,SUCCESS,2,1,4621.13,54009568.38,54014189.51,127,1354,2901,7393.81,qftentangled -6112,SUCCESS,2,1,13588.88,54014189.51,54027778.39,127,9330,1238,21742.21,random -6114,SUCCESS,2,1,23123.94,54027778.39,54050902.33,127,13165,1493,36998.3,random -6115,SUCCESS,2,1,984.44,54050902.33,54051886.77,127,687,1218,1575.1,ae -6116,SUCCESS,2,1,1681.44,54051886.77,54053568.21,127,527,2712,2690.3,dj -6117,SUCCESS,2,1,2392,54053568.21,54055960.21,127,844,2409,3827.2,ae -6118,SUCCESS,2,1,1056.19,54055960.21,54057016.4,127,724,1240,1689.9,dj -6121,SUCCESS,2,1,200.62,54057016.4,54057217.02,127,87,1960,320.99,ghz -6122,SUCCESS,2,1,4311.58,54057217.02,54061528.6,127,1339,2737,6898.53,wstate -6123,SUCCESS,2,1,983.65,54061528.6,54062512.25,127,256,3266,1573.84,dj -6126,SUCCESS,2,1,3048.53,54062512.25,54065560.78,127,1382,1875,4877.65,qpeexact -6129,SUCCESS,2,1,5314.45,54065560.78,54070875.23,127,1555,2905,8503.12,twolocalrandom -6132,SUCCESS,2,1,200.12,54070875.23,54071075.35,127,81,2100,320.19,ghz -6133,SUCCESS,2,1,7550.63,54071075.35,54078625.98,127,2071,3099,12081.01,realamprandom -6134,SUCCESS,2,1,8308.08,54078625.98,54086934.06,127,4196,1683,13292.93,qpeexact -6135,SUCCESS,2,1,5489.56,54086934.06,54092423.62,127,1420,3286,8783.3,qpeinexact -6137,SUCCESS,2,1,11326.98,54092423.62,54103750.6,127,3129,3077,18123.17,twolocalrandom -6138,SUCCESS,2,1,254.12,54103750.6,54104004.72,127,72,3000,406.59,graphstate -6139,SUCCESS,2,1,23900.49,54104004.72,54127905.21,127,12948,1569,38240.78,su2random -6140,SUCCESS,2,1,184.55,54127905.21,54128089.76,127,124,1265,295.28,graphstate -6142,SUCCESS,2,1,2775.62,54128089.76,54130865.38,127,1182,1996,4440.99,ae -6143,SUCCESS,2,1,723.79,54130865.38,54131589.17,127,277,2221,1158.06,graphstate -6144,SUCCESS,2,1,867.2,54131589.17,54132456.37,127,471,1565,1387.52,ae -6145,SUCCESS,2,1,5994.23,54132456.37,54138450.6,127,4533,1124,9590.77,qpeinexact -6146,SUCCESS,2,1,66.3,54138450.6,54138516.9,127,50,1127,106.08,graphstate -6147,SUCCESS,2,1,17772.44,54138516.9,54156289.34,127,6876,2197,28435.9,qpeexact -6148,SUCCESS,2,1,8841.68,54156289.34,54165131.02,127,2993,2511,14146.69,qpeinexact -6149,SUCCESS,2,1,2892.78,54165131.02,54168023.8,127,1149,2140,4628.45,realamprandom -6150,SUCCESS,2,1,13090.74,54168023.8,54181114.54,127,5019,2217,20945.18,ae -6151,SUCCESS,2,1,787.96,54181114.54,54181902.5,127,182,3680,1260.74,graphstate -6153,SUCCESS,2,1,268.66,54181902.5,54182171.16,127,220,1038,429.86,dj -6154,SUCCESS,2,1,53047.68,54182171.16,54235218.84,127,15223,2962,84876.29,su2random -6155,SUCCESS,2,1,3170.27,54235218.84,54238389.11,127,849,3174,5072.43,dj -6156,SUCCESS,2,1,40636.63,54238389.11,54279025.74,127,8571,4030,65018.61,random -6158,SUCCESS,2,1,12284.85,54279025.74,54291310.59,127,5590,1868,19655.76,qnn -6159,SUCCESS,2,1,34350.2,54291310.59,54325660.79,127,8505,3433,54960.32,qpeinexact -6160,SUCCESS,2,1,542.56,54325660.79,54326203.35,127,296,1558,868.1,su2random -6161,SUCCESS,2,1,10225.01,54326203.35,54336428.36,127,4309,2017,16360.02,qnn -6162,SUCCESS,2,1,15916.67,54336428.36,54352345.03,127,5416,2498,25466.67,ae -6163,SUCCESS,2,1,444.02,54352345.03,54352789.05,127,110,3431,710.43,graphstate -6164,SUCCESS,2,1,120.43,54352789.05,54352909.48,127,61,1678,192.69,wstate -6165,SUCCESS,2,1,177.74,54352909.48,54353087.22,127,126,1199,284.38,graphstate -6166,SUCCESS,2,1,23241.71,54353087.22,54376328.93,127,5526,3575,37186.74,qft -6167,SUCCESS,2,1,621.82,54376328.93,54376950.75,127,276,1915,994.91,ghz -6170,SUCCESS,2,1,4154.9,54376950.75,54381105.65,127,3261,1083,6647.84,qft -6171,SUCCESS,2,1,7457.52,54381105.65,54388563.17,127,1932,3281,11932.03,realamprandom -6172,SUCCESS,2,1,501.3,54388563.17,54389064.47,127,141,3022,802.08,wstate -6173,SUCCESS,2,1,950.62,54389064.47,54390015.09,127,411,1966,1520.99,portfolioqaoa -6174,SUCCESS,2,1,18829.24,54390015.09,54408844.33,127,6799,2354,30126.78,qpeexact -6175,SUCCESS,2,1,37.97,54408844.33,54408882.3,127,23,1403,60.75,ghz -6176,SUCCESS,2,1,35561.71,54408882.3,54444444.01,127,7396,4087,56898.74,twolocalrandom -6177,SUCCESS,2,1,110.93,54444444.01,54444554.94,127,36,2619,177.49,dj -6179,SUCCESS,2,1,156467.56,54444554.94,54601022.5,127,37687,3529,250348.1,random -6180,SUCCESS,2,1,666.34,54601022.5,54601688.84,127,305,1857,1066.14,wstate -6181,SUCCESS,2,1,1574.18,54601688.84,54603263.02,127,404,3312,2518.69,qpeinexact -6182,SUCCESS,2,1,8972.89,54603263.02,54612235.91,127,2137,3569,14356.62,qft -6183,SUCCESS,2,1,671.26,54612235.91,54612907.17,127,209,2730,1074.02,wstate -6184,SUCCESS,2,1,23346.23,54612907.17,54636253.4,127,4976,3988,37353.97,ae -6185,SUCCESS,2,1,47983.98,54636253.4,54684237.38,127,11754,3470,76774.37,realamprandom -6186,SUCCESS,2,1,5083.23,54684237.38,54689320.61,127,1447,2986,8133.17,qpeinexact -6188,SUCCESS,2,1,315.39,54689320.61,54689636,127,80,3351,504.62,graphstate -6189,SUCCESS,2,1,1754.87,54689636,54691390.87,127,793,1881,2807.79,su2random -6191,SUCCESS,2,1,23347.4,54691390.87,54714738.27,127,10916,1818,37355.84,twolocalrandom -6194,SUCCESS,2,1,487.62,54714738.27,54715225.89,127,103,4024,780.19,graphstate -6196,SUCCESS,2,1,15538.88,54715225.89,54730764.77,127,3332,3964,24862.21,random -6197,SUCCESS,2,1,467.08,54730764.77,54731231.85,127,308,1289,747.33,ghz -6198,SUCCESS,2,1,2326.28,54731231.85,54733558.13,127,773,2558,3722.05,qpeinexact -6199,SUCCESS,2,1,4834.22,54733558.13,54738392.35,127,1597,2573,7734.75,random -6201,SUCCESS,2,1,6559.17,54738392.35,54744951.52,127,1427,3907,10494.67,qpeinexact -6202,SUCCESS,2,1,4437.84,54744951.52,54749389.36,127,2244,1681,7100.54,qft -6203,SUCCESS,2,1,2553.25,54749389.36,54751942.61,127,968,2242,4085.2,qnn -6204,SUCCESS,2,1,1809.38,54751942.61,54753751.99,127,495,3107,2895.01,random -6206,SUCCESS,2,1,19844.32,54753751.99,54773596.31,127,5258,3208,31750.91,qft -6207,SUCCESS,2,1,9016.37,54773596.31,54782612.68,127,7355,1042,14426.19,qpeinexact -6209,SUCCESS,2,1,7630.95,54782612.68,54790243.63,127,1838,3529,12209.52,qpeinexact -6210,SUCCESS,2,1,2757.8,54790243.63,54793001.43,127,987,2375,4412.48,wstate -6211,SUCCESS,2,1,50069.8,54793001.43,54843071.23,127,14422,2951,80111.68,twolocalrandom -6212,SUCCESS,2,1,466.02,54843071.23,54843537.25,127,143,2770,745.63,dj -6213,SUCCESS,2,1,21072.94,54843537.25,54864610.19,127,5476,3271,33716.7,qpeexact -6214,SUCCESS,2,1,2989.12,54864610.19,54867599.31,127,1043,2436,4782.59,qnn -6215,SUCCESS,2,1,639.15,54867599.31,54868238.46,127,398,1365,1022.64,dj -6217,SUCCESS,2,1,6340.69,54868238.46,54874579.15,127,1405,3836,10145.1,realamprandom -6218,SUCCESS,2,1,18366.92,54874579.15,54892946.07,127,7106,2197,29387.07,twolocalrandom -6219,SUCCESS,2,1,30362.32,54892946.07,54923308.39,127,14188,1819,48579.71,twolocalrandom -6220,SUCCESS,2,1,26852.26,54923308.39,54950160.65,127,5910,3862,42963.62,qwalk-v-chain -6221,SUCCESS,2,1,2195.85,54950160.65,54952356.5,127,855,2183,3513.36,twolocalrandom -6222,SUCCESS,2,1,4583.54,54952356.5,54956940.04,127,2956,1318,7333.66,qftentangled -6223,SUCCESS,2,1,120.39,54956940.04,54957060.43,127,27,3790,192.62,graphstate -6224,SUCCESS,2,1,1307.11,54957060.43,54958367.54,127,448,2480,2091.38,graphstate -6225,SUCCESS,2,1,805.88,54958367.54,54959173.42,127,352,1946,1289.41,graphstate -6226,SUCCESS,2,1,3142.72,54959173.42,54962316.14,127,741,3605,5028.35,dj -6227,SUCCESS,2,1,798.82,54962316.14,54963114.96,127,447,1519,1278.11,graphstate -6228,SUCCESS,2,1,31070.94,54963114.96,54994185.9,127,7371,3583,49713.5,realamprandom -6230,SUCCESS,2,1,496.55,54994185.9,54994682.45,127,269,1569,794.48,dj -6231,SUCCESS,2,1,1849.22,54994682.45,54996531.67,127,565,2782,2958.75,dj -6233,SUCCESS,2,1,2266.16,54996531.67,54998797.83,127,649,2968,3625.86,twolocalrandom -6236,SUCCESS,2,1,9683.73,54998797.83,55008481.56,127,2923,2816,15493.97,qpeexact -6238,SUCCESS,2,1,9509.17,55008481.56,55017990.73,127,7491,1079,15214.67,qpeexact -6239,SUCCESS,2,1,2174.39,55017990.73,55020165.12,127,564,3277,3479.02,qft -6242,SUCCESS,2,1,2286.98,55020165.12,55022452.1,127,696,2793,3659.17,wstate -6243,SUCCESS,2,1,4601.28,55022452.1,55027053.38,127,1073,3645,7362.05,ghz -6244,SUCCESS,2,1,3258.21,55027053.38,55030311.59,127,2681,1033,5213.14,qpeinexact -6245,SUCCESS,2,1,1165.41,55030311.59,55031477,127,301,3291,1864.66,ghz -6247,SUCCESS,2,1,11745.4,55031477,55043222.4,127,5356,1864,18792.64,su2random -6249,SUCCESS,2,1,7270.88,55043222.4,55050493.28,127,1972,3134,11633.41,qpeexact -6252,SUCCESS,2,1,4027.16,55050493.28,55054520.44,127,1781,1922,6443.46,qft -6253,SUCCESS,2,1,1064.48,55054520.44,55055584.92,127,602,1503,1703.17,dj -6254,SUCCESS,2,1,2909.31,55055584.92,55058494.23,127,653,3787,4654.9,qpeexact -6255,SUCCESS,2,1,1598.51,55058494.23,55060092.74,127,930,1461,2557.62,wstate -6256,SUCCESS,2,1,403.37,55060092.74,55060496.11,127,144,2381,645.39,dj -6258,SUCCESS,2,1,20534.33,55060496.11,55081030.44,127,6283,2778,32854.93,qnn -6259,SUCCESS,2,1,4802.43,55081030.44,55085832.87,127,1882,2169,7683.89,random -6260,SUCCESS,2,1,9291,55085832.87,55095123.87,127,5542,1425,14865.6,realamprandom -6263,SUCCESS,2,1,271.2,55095123.87,55095395.07,127,124,1859,433.92,qpeexact -6264,SUCCESS,2,1,1296.38,55095395.07,55096691.45,127,423,2605,2074.21,dj -6265,SUCCESS,2,1,56.58,55096691.45,55096748.03,127,15,3206,90.53,ghz -6267,SUCCESS,2,1,775.23,55096748.03,55097523.26,127,286,2304,1240.37,dj -6268,SUCCESS,2,1,2193.28,55097523.26,55099716.54,127,826,2257,3509.25,qftentangled -6269,SUCCESS,2,1,139.06,55099716.54,55099855.6,127,40,2955,222.5,graphstate -6270,SUCCESS,2,1,1811.81,55099855.6,55101667.41,127,446,3453,2898.9,ghz -6271,SUCCESS,2,1,3290.87,55101667.41,55104958.28,127,851,3287,5265.39,wstate -6274,SUCCESS,2,1,11002.37,55104958.28,55115960.65,127,4494,2081,17603.79,ae -6276,SUCCESS,2,1,691.51,55115960.65,55116652.16,127,326,1803,1106.42,groundstate -6277,SUCCESS,2,1,4099.23,55116652.16,55120751.39,127,1023,3406,6558.77,qft -6280,SUCCESS,2,1,1332.75,55120751.39,55122084.14,127,369,3070,2132.4,qft -6281,SUCCESS,2,1,2101.13,55122084.14,55124185.27,127,492,3630,3361.81,qpeinexact -6282,SUCCESS,2,1,382.55,55124185.27,55124567.82,127,88,3695,612.08,ghz -6283,SUCCESS,2,1,1003.62,55124567.82,55125571.44,127,592,1441,1605.79,qpeexact -6287,SUCCESS,2,1,13018.24,55125571.44,55138589.68,127,3494,3167,20829.18,ae -6288,SUCCESS,2,1,3282.64,55138589.68,55141872.32,127,1258,2218,5252.22,qpeinexact -6289,SUCCESS,2,1,558.07,55141872.32,55142430.39,127,171,2774,892.91,dj -6291,SUCCESS,2,1,182.22,55142430.39,55142612.61,127,61,2539,291.55,graphstate -6292,SUCCESS,2,1,222.48,55142612.61,55142835.09,127,122,1550,355.97,ghz -6293,SUCCESS,2,1,22753.06,55142835.09,55165588.15,127,6525,2964,36404.9,qft -6294,SUCCESS,2,1,15802.01,55165588.15,55181390.16,127,5174,2596,25283.22,qpeinexact -6296,SUCCESS,2,1,10565.28,55181390.16,55191955.44,127,7337,1224,16904.45,random -6297,SUCCESS,2,1,870.8,55191955.44,55192826.24,127,311,2380,1393.28,graphstate -6299,SUCCESS,2,1,865.88,55192826.24,55193692.12,127,197,3736,1385.41,wstate -6300,SUCCESS,2,1,713.98,55193692.12,55194406.1,127,491,1236,1142.37,groundstate -6301,SUCCESS,2,1,391.57,55194406.1,55194797.67,127,96,3467,626.51,graphstate -6302,SUCCESS,2,1,21366.01,55194797.67,55216163.68,127,5284,3437,34185.62,qpeinexact -6303,SUCCESS,2,1,1940.37,55216163.68,55218104.05,127,1184,1393,3104.59,qpeinexact -6304,SUCCESS,2,1,1125.41,55218104.05,55219229.46,127,252,3796,1800.66,dj -6306,SUCCESS,2,1,2761.51,55219229.46,55221990.97,127,962,2440,4418.42,qftentangled -6309,SUCCESS,2,1,22450.37,55221990.97,55244441.34,127,4954,3852,35920.59,su2random -6310,SUCCESS,2,1,752.21,55244441.34,55245193.55,127,241,2653,1203.54,wstate -6311,SUCCESS,2,1,6169.98,55245193.55,55251363.53,127,3035,1728,9871.97,qnn -6312,SUCCESS,2,1,2138.41,55251363.53,55253501.94,127,594,3060,3421.46,qnn -6313,SUCCESS,2,1,579.55,55253501.94,55254081.49,127,123,4005,927.28,dj -6314,SUCCESS,2,1,5218.38,55254081.49,55259299.87,127,2506,1770,8349.41,qft -6315,SUCCESS,2,1,1257.18,55259299.87,55260557.05,127,822,1300,2011.49,ae -6316,SUCCESS,2,1,21684.56,55260557.05,55282241.61,127,9625,1915,34695.3,su2random -6317,SUCCESS,2,1,1078.8,55282241.61,55283320.41,127,337,2721,1726.08,qftentangled -6318,SUCCESS,2,1,34734.53,55283320.41,55318054.94,127,7450,3963,55575.25,su2random -6320,SUCCESS,2,1,16107.89,55318054.94,55334162.83,127,6982,1961,25772.62,qpeinexact -6321,SUCCESS,2,1,2135.95,55334162.83,55336298.78,127,591,3072,3417.52,twolocalrandom -6323,SUCCESS,2,1,2250.38,55336298.78,55338549.16,127,1018,1879,3600.61,ae -6324,SUCCESS,2,1,228.26,55338549.16,55338777.42,127,89,2180,365.22,ghz -6326,SUCCESS,2,1,5399.82,55338777.42,55344177.24,127,4242,1082,8639.71,su2random -6327,SUCCESS,2,1,14470.6,55344177.24,55358647.84,127,5596,2198,23152.96,random -6328,SUCCESS,2,1,356.79,55358647.84,55359004.63,127,108,2808,570.86,graphstate -6329,SUCCESS,2,1,35569.5,55359004.63,55394574.13,127,9775,3093,56911.2,twolocalrandom -6330,SUCCESS,2,1,5708.12,55394574.13,55400282.25,127,1288,3767,9132.99,qft -6331,SUCCESS,2,1,11419.72,55400282.25,55411701.97,127,3903,2487,18271.55,qpeinexact -6332,SUCCESS,2,1,8076.85,55411701.97,55419778.82,127,5201,1320,12922.96,qpeinexact -6333,SUCCESS,2,1,12137.19,55419778.82,55431916.01,127,2902,3555,19419.5,ae -6335,SUCCESS,2,1,489.88,55431916.01,55432405.89,127,164,2539,783.81,graphstate -6336,SUCCESS,2,1,4270.29,55432405.89,55436676.18,127,976,3719,6832.46,portfoliovqe -6337,SUCCESS,2,1,180.95,55436676.18,55436857.13,127,50,3076,289.52,graphstate -6338,SUCCESS,2,1,8835.74,55436857.13,55445692.87,127,5804,1294,14137.18,qftentangled -6339,SUCCESS,2,1,3585.48,55445692.87,55449278.35,127,1517,2009,5736.77,qpeexact -6340,SUCCESS,2,1,34850.89,55449278.35,55484129.24,127,10293,2878,55761.42,qpeexact -6342,SUCCESS,2,1,352.2,55484129.24,55484481.44,127,261,1147,563.52,wstate -6343,SUCCESS,2,1,8524.15,55484481.44,55493005.59,127,3107,2332,13638.64,qftentangled -6344,SUCCESS,2,1,2242.47,55493005.59,55495248.06,127,972,1961,3587.95,wstate -6345,SUCCESS,2,1,18895.67,55495248.06,55514143.73,127,12049,1333,30233.07,twolocalrandom -6348,SUCCESS,2,1,48350.33,55514143.73,55562494.06,127,11030,3726,77360.53,ae -6349,SUCCESS,2,1,382.31,55562494.06,55562876.37,127,91,3571,611.7,dj -6350,SUCCESS,2,1,4047.65,55562876.37,55566924.02,127,939,3664,6476.24,su2random -6352,SUCCESS,2,1,15356.75,55566924.02,55582280.77,127,6427,2031,24570.8,qft -6353,SUCCESS,2,1,498.2,55582280.77,55582778.97,127,183,2314,797.12,twolocalrandom -6354,SUCCESS,2,1,1391.31,55582778.97,55584170.28,127,556,2127,2226.1,qft -6355,SUCCESS,2,1,214.85,55584170.28,55584385.13,127,82,2227,343.76,graphstate -6356,SUCCESS,2,1,963.73,55584385.13,55585348.86,127,212,3864,1541.97,graphstate -6358,SUCCESS,2,1,230.21,55585348.86,55585579.07,127,63,3106,368.34,graphstate -6362,SUCCESS,2,1,11081.16,55585579.07,55596660.23,127,5370,1754,17729.86,twolocalrandom -6363,SUCCESS,2,1,497.09,55596660.23,55597157.32,127,283,1493,795.34,realamprandom -6364,SUCCESS,2,1,9211.77,55597157.32,55606369.09,127,6525,1200,14738.83,qwalk-noancilla -6365,SUCCESS,2,1,5351.45,55606369.09,55611720.54,127,2309,1970,8562.32,twolocalrandom -6366,SUCCESS,2,1,28066.28,55611720.54,55639786.82,127,8409,2837,44906.05,twolocalrandom -6367,SUCCESS,2,1,2493.76,55639786.82,55642280.58,127,563,3765,3990.02,ghz -6368,SUCCESS,2,1,1171.04,55642280.58,55643451.62,127,932,1068,1873.66,qftentangled -6369,SUCCESS,2,1,49.49,55643451.62,55643501.11,127,21,2003,79.18,ghz -6370,SUCCESS,2,1,289.95,55643501.11,55643791.06,127,168,1467,463.92,dj -6373,SUCCESS,2,1,18500.83,55643791.06,55662291.89,127,8650,1818,29601.33,qftentangled -6374,SUCCESS,2,1,12486.71,55662291.89,55674778.6,127,3464,3064,19978.74,random -6376,SUCCESS,2,1,1377.33,55674778.6,55676155.93,127,361,3243,2203.73,twolocalrandom -6377,SUCCESS,2,1,1660.39,55676155.93,55677816.32,127,414,3409,2656.62,qftentangled -6378,SUCCESS,2,1,736.27,55677816.32,55678552.59,127,159,3936,1178.03,qpeexact -6381,SUCCESS,2,1,4066.08,55678552.59,55682618.67,127,1462,2364,6505.73,wstate -6382,SUCCESS,2,1,174.85,55682618.67,55682793.52,127,49,3033,279.76,wstate -6383,SUCCESS,2,1,10664.57,55682793.52,55693458.09,127,3282,2762,17063.31,qnn -6384,SUCCESS,2,1,4175.04,55693458.09,55697633.13,127,1078,3292,6680.06,twolocalrandom -6385,SUCCESS,2,1,1375.15,55697633.13,55699008.28,127,862,1356,2200.24,ghz -6387,SUCCESS,2,1,2469.61,55699008.28,55701477.89,127,899,2335,3951.38,qnn -6389,SUCCESS,2,1,32574.15,55701477.89,55734052.04,127,7294,3796,52118.64,qftentangled -6390,SUCCESS,2,1,70.53,55734052.04,55734122.57,127,55,1090,112.85,graphstate -6391,SUCCESS,2,1,4062.84,55734122.57,55738185.41,127,1753,1970,6500.54,qpeexact -6392,SUCCESS,2,1,137.32,55738185.41,55738322.73,127,34,3433,219.71,ghz -6393,SUCCESS,2,1,7278,55738322.73,55745600.73,127,2131,2903,11644.8,su2random -6395,SUCCESS,2,1,31593.1,55745600.73,55777193.83,127,9406,2855,50548.96,twolocalrandom -6396,SUCCESS,2,1,10866.16,55777193.83,55788059.99,127,2934,3148,17385.86,qnn -6398,SUCCESS,2,1,17645.63,55788059.99,55805705.62,127,5248,2858,28233.01,qnn -6399,SUCCESS,2,1,12658.4,55805705.62,55818364.02,127,3208,3354,20253.44,ae -6400,SUCCESS,2,1,3757.68,55818364.02,55822121.7,127,867,3684,6012.29,qnn -6401,SUCCESS,2,1,5056.38,55822121.7,55827178.08,127,1184,3630,8090.21,qpeexact -6402,SUCCESS,2,1,2411.2,55827178.08,55829589.28,127,1096,1870,3857.92,qftentangled -6404,SUCCESS,2,1,2792.47,55829589.28,55832381.75,127,842,2819,4467.95,ghz -6405,SUCCESS,2,1,1545.03,55832381.75,55833926.78,127,401,3275,2472.05,portfoliovqe -6406,SUCCESS,2,1,460.45,55833926.78,55834387.23,127,306,1279,736.72,graphstate -6407,SUCCESS,2,1,46360.16,55834387.23,55880747.39,127,16898,2332,74176.26,su2random -6409,SUCCESS,2,1,1860.56,55880747.39,55882607.95,127,1210,1307,2976.9,ae -6410,SUCCESS,2,1,9998.68,55882607.95,55892606.63,127,4415,1925,15997.89,qftentangled -6411,SUCCESS,2,1,36267.16,55892606.63,55928873.79,127,8151,3782,58027.46,random -6412,SUCCESS,2,1,5181.05,55928873.79,55934054.84,127,1301,3385,8289.68,wstate -6413,SUCCESS,2,1,539.79,55934054.84,55934594.63,127,141,3254,863.66,wstate -6414,SUCCESS,2,1,1900.58,55934594.63,55936495.21,127,672,2404,3040.93,qft -6415,SUCCESS,2,1,104.17,55936495.21,55936599.38,127,56,1581,166.67,ghz -6419,SUCCESS,2,1,4067.93,55936599.38,55940667.31,127,845,4092,6508.69,portfoliovqe -6420,SUCCESS,2,1,58332.43,55940667.31,55998999.74,127,19490,2544,93331.89,qwalk-noancilla -6421,SUCCESS,2,1,34768.44,55998999.74,56033768.18,127,8687,3402,55629.5,su2random -6422,SUCCESS,2,1,159.03,56033768.18,56033927.21,127,44,3072,254.45,graphstate -6423,SUCCESS,2,1,1316.94,56033927.21,56035244.15,127,297,3769,2107.1,su2random -6425,SUCCESS,2,1,35936.23,56035244.15,56071180.38,127,9694,3151,57497.97,realamprandom -6426,SUCCESS,2,1,2238.96,56071180.38,56073419.34,127,730,2607,3582.34,dj -6427,SUCCESS,2,1,91.42,56073419.34,56073510.76,127,70,1110,146.27,ghz -6428,SUCCESS,2,1,65108.14,56073510.76,56138618.9,127,14556,3802,104173.02,realamprandom -6430,SUCCESS,2,1,63476.6,56138618.9,56202095.5,127,14551,3708,101562.56,realamprandom -6431,SUCCESS,2,1,6012.01,56202095.5,56208107.51,127,1453,3517,9619.22,qpeinexact -6432,SUCCESS,2,1,19063.85,56208107.51,56227171.36,127,4797,3378,30502.16,twolocalrandom -6433,SUCCESS,2,1,5819.88,56227171.36,56232991.24,127,1899,2605,9311.81,qftentangled -6434,SUCCESS,2,1,23843.02,56232991.24,56256834.26,127,5959,3401,38148.83,qftentangled -6435,SUCCESS,2,1,2203.62,56256834.26,56259037.88,127,485,3862,3525.79,pricingcall -6436,SUCCESS,2,1,17687.15,56259037.88,56276725.03,127,7694,1954,28299.44,random -6437,SUCCESS,2,1,800.24,56276725.03,56277525.27,127,349,1949,1280.38,wstate -6439,SUCCESS,2,1,263.1,56277525.27,56277788.37,127,113,1979,420.96,graphstate -6440,SUCCESS,2,1,4583.27,56277788.37,56282371.64,127,1667,2337,7333.23,random -6441,SUCCESS,2,1,19282.78,56282371.64,56301654.42,127,4659,3518,30852.45,qft -6442,SUCCESS,2,1,44113.98,56301654.42,56345768.4,127,10964,3420,70582.37,qpeinexact -6443,SUCCESS,2,1,1255.25,56345768.4,56347023.65,127,548,1947,2008.4,twolocalrandom -6444,SUCCESS,2,1,14551.61,56347023.65,56361575.26,127,4159,2974,23282.58,qnn -6445,SUCCESS,2,1,16969,56361575.26,56378544.26,127,4901,2943,27150.4,qft -6446,SUCCESS,2,1,515.13,56378544.26,56379059.39,127,109,4017,824.21,graphstate -6447,SUCCESS,2,1,10917.19,56379059.39,56389976.58,127,7911,1173,17467.5,twolocalrandom -6448,SUCCESS,2,1,172.48,56389976.58,56390149.06,127,63,2327,275.97,ghz -6449,SUCCESS,2,1,18335.78,56390149.06,56408484.84,127,10432,1494,29337.25,su2random -6450,SUCCESS,2,1,10392.93,56408484.84,56418877.77,127,5443,1623,16628.69,qpeinexact -6453,SUCCESS,2,1,87.64,56418877.77,56418965.41,127,27,2759,140.22,vqe -6454,SUCCESS,2,1,4549.4,56418965.41,56423514.81,127,1058,3655,7279.04,twolocalrandom -6455,SUCCESS,2,1,75.99,56423514.81,56423590.8,127,26,2484,121.58,routing -6456,SUCCESS,2,1,16039.16,56423590.8,56439629.96,127,7733,1763,25662.66,qft -6457,SUCCESS,2,1,5582.1,56439629.96,56445212.06,127,4021,1180,8931.36,qftentangled -6458,SUCCESS,2,1,548.17,56445212.06,56445760.23,127,237,1966,877.07,twolocalrandom -6459,SUCCESS,2,1,1734.26,56445760.23,56447494.49,127,483,3052,2774.82,dj -6461,SUCCESS,2,1,5795.71,56447494.49,56453290.2,127,1211,4068,9273.14,twolocalrandom -6462,SUCCESS,2,1,407.45,56453290.2,56453697.65,127,114,3038,651.92,vqe -6463,SUCCESS,2,1,2151.05,56453697.65,56455848.7,127,1223,1495,3441.68,qwalk-v-chain -6464,SUCCESS,2,1,896.56,56455848.7,56456745.26,127,339,2248,1434.5,qft -6465,SUCCESS,2,1,2536.38,56456745.26,56459281.64,127,671,3213,4058.21,pricingcall -6466,SUCCESS,2,1,8247.41,56459281.64,56467529.05,127,6276,1117,13195.86,su2random -6467,SUCCESS,2,1,1925.08,56467529.05,56469454.13,127,410,3991,3080.13,dj -6468,SUCCESS,2,1,2832.29,56469454.13,56472286.42,127,711,3386,4531.66,qpeexact -6469,SUCCESS,2,1,25336.09,56472286.42,56497622.51,127,9597,2244,40537.74,realamprandom -6471,SUCCESS,2,1,3316.25,56497622.51,56500938.76,127,856,3293,5306,ghz -6472,SUCCESS,2,1,3382.16,56500938.76,56504320.92,127,1276,2253,5411.46,qpeinexact -6473,SUCCESS,2,1,1737.81,56504320.92,56506058.73,127,381,3877,2780.5,wstate -6474,SUCCESS,2,1,38069.02,56506058.73,56544127.75,127,10211,3169,60910.43,qpeexact -6475,SUCCESS,2,1,411.53,56544127.75,56544539.28,127,157,2228,658.45,wstate -6476,SUCCESS,2,1,5739.21,56544539.28,56550278.49,127,4191,1164,9182.74,qnn -6477,SUCCESS,2,1,1417.16,56550278.49,56551695.65,127,636,1894,2267.46,wstate -6479,SUCCESS,2,1,296.23,56551695.65,56551991.88,127,231,1090,473.97,qpeinexact -6481,SUCCESS,2,1,406.06,56551991.88,56552397.94,127,295,1170,649.7,ghz -6482,SUCCESS,2,1,40174.81,56552397.94,56592572.75,127,8593,3974,64279.7,ae -6483,SUCCESS,2,1,25378.2,56592572.75,56617950.95,127,5865,3678,40605.12,random -6484,SUCCESS,2,1,7810.31,56617950.95,56625761.26,127,6147,1080,12496.5,ae -6486,SUCCESS,2,1,3003.47,56625761.26,56628764.73,127,1034,2469,4805.55,wstate -6487,SUCCESS,2,1,1112.63,56628764.73,56629877.36,127,318,2974,1780.21,portfoliovqe -6488,SUCCESS,2,1,824.51,56629877.36,56630701.87,127,195,3594,1319.22,graphstate -6490,SUCCESS,2,1,195,56630701.87,56630896.87,127,85,1950,312,ghz -6492,SUCCESS,2,1,17705.93,56630896.87,56648602.8,127,5335,2821,28329.49,ae -6494,SUCCESS,2,1,234.81,56648602.8,56648837.61,127,84,2376,375.7,ghz -6495,SUCCESS,2,1,40029.35,56648837.61,56688866.96,127,19886,1711,64046.96,random -6496,SUCCESS,2,1,195.48,56688866.96,56689062.44,127,92,1806,312.77,ghz -6498,SUCCESS,2,1,1318.13,56689062.44,56690380.57,127,292,3837,2109.01,twolocalrandom -6502,SUCCESS,2,1,19833.69,56690380.57,56710214.26,127,8726,1932,31733.9,ae -6503,SUCCESS,2,1,66902.23,56710214.26,56777116.49,127,14481,3927,107043.57,realamprandom -6504,SUCCESS,2,1,22650.78,56777116.49,56799767.27,127,4846,3973,36241.25,ae -6505,SUCCESS,2,1,1188.49,56799767.27,56800955.76,127,788,1282,1901.58,wstate -6506,SUCCESS,2,1,1868.57,56800955.76,56802824.33,127,582,2729,2989.71,dj -6507,SUCCESS,2,1,153806.83,56802824.33,56956631.16,127,33975,3848,246090.93,random -6508,SUCCESS,2,1,25801.91,56956631.16,56982433.07,127,11032,1988,41283.06,su2random -6510,SUCCESS,2,1,614.27,56982433.07,56983047.34,127,269,1941,982.83,dj -6512,SUCCESS,2,1,12762.91,56983047.34,56995810.25,127,7335,1479,20420.66,qnn -6516,SUCCESS,2,1,998.86,56995810.25,56996809.11,127,396,2144,1598.18,dj -6517,SUCCESS,2,1,4399.85,56996809.11,57001208.96,127,1827,2047,7039.76,qft -6519,SUCCESS,2,1,10983.78,57001208.96,57012192.74,127,6470,1443,17574.05,qpeinexact -6520,SUCCESS,2,1,19891.38,57012192.74,57032084.12,127,4951,3415,31826.21,qft -6521,SUCCESS,2,1,2444.64,57032084.12,57034528.76,127,561,3704,3911.42,qft -6522,SUCCESS,2,1,455.34,57034528.76,57034984.1,127,227,1705,728.54,twolocalrandom -6523,SUCCESS,2,1,1868.76,57034984.1,57036852.86,127,1345,1181,2990.02,su2random -6524,SUCCESS,2,1,32399.63,57036852.86,57069252.49,127,17063,1614,51839.41,realamprandom -6525,SUCCESS,2,1,11420.69,57069252.49,57080673.18,127,3738,2597,18273.1,random -6527,SUCCESS,2,1,6961.1,57080673.18,57087634.28,127,4659,1270,11137.76,twolocalrandom -6528,SUCCESS,2,1,241.16,57087634.28,57087875.44,127,146,1404,385.86,ae -6530,SUCCESS,2,1,3712.07,57087875.44,57091587.51,127,2011,1569,5939.31,qft -6531,SUCCESS,2,1,744.48,57091587.51,57092331.99,127,175,3616,1191.17,dj -6532,SUCCESS,2,1,2481.32,57092331.99,57094813.31,127,676,3120,3970.11,dj -6533,SUCCESS,2,1,24124.56,57094813.31,57118937.87,127,5649,3630,38599.3,qft -6534,SUCCESS,2,1,278.06,57118937.87,57119215.93,127,127,1861,444.9,graphstate -6535,SUCCESS,2,1,62.86,57119215.93,57119278.79,127,48,1113,100.58,graphstate -6537,SUCCESS,2,1,11074.48,57119278.79,57130353.27,127,4913,1916,17719.17,qpeinexact -6539,SUCCESS,2,1,102793.37,57130353.27,57233146.64,127,22837,3826,164469.39,random -6541,SUCCESS,2,1,47757.89,57233146.64,57280904.53,127,18664,2175,76412.62,su2random -6542,SUCCESS,2,1,1104.97,57280904.53,57282009.5,127,302,3110,1767.95,ghz -6544,SUCCESS,2,1,4141.77,57282009.5,57286151.27,127,952,3698,6626.83,ghz -6547,SUCCESS,2,1,1287.92,57286151.27,57287439.19,127,289,3788,2060.67,qftentangled -6548,SUCCESS,2,1,16441.64,57287439.19,57303880.83,127,3770,3707,26306.62,qpeinexact -6550,SUCCESS,2,1,1896.03,57303880.83,57305776.86,127,424,3801,3033.65,dj -6553,SUCCESS,2,1,23110.2,57305776.86,57328887.06,127,5205,3774,36976.32,twolocalrandom -6555,SUCCESS,2,1,1129.37,57328887.06,57330016.43,127,898,1069,1806.99,qpeexact -6556,SUCCESS,2,1,1433.46,57330016.43,57331449.89,127,369,3302,2293.54,wstate -6557,SUCCESS,2,1,572.16,57331449.89,57332022.05,127,308,1579,915.46,graphstate -6558,SUCCESS,2,1,28281.9,57332022.05,57360303.95,127,9612,2501,45251.04,ae -6559,SUCCESS,2,1,4248.9,57360303.95,57364552.85,127,941,3838,6798.24,qpeinexact -6560,SUCCESS,2,1,735.42,57364552.85,57365288.27,127,163,3835,1176.67,realamprandom -6561,SUCCESS,2,1,32.33,57365288.27,57365320.6,127,24,1145,51.73,routing -6562,SUCCESS,2,1,3801.95,57365320.6,57369122.55,127,1023,3159,6083.12,qftentangled -6563,SUCCESS,2,1,12709.52,57369122.55,57381832.07,127,2686,4022,20335.23,qpeexact -6564,SUCCESS,2,1,1162.37,57381832.07,57382994.44,127,333,2967,1859.79,wstate -6565,SUCCESS,2,1,7930.55,57382994.44,57390924.99,127,3533,1908,12688.88,realamprandom -6566,SUCCESS,2,1,1909.29,57390924.99,57392834.28,127,482,3367,3054.86,dj -6567,SUCCESS,2,1,17331.81,57392834.28,57410166.09,127,5926,2486,27730.9,ae -6568,SUCCESS,2,1,5067.99,57410166.09,57415234.08,127,1081,3985,8108.78,ae -6569,SUCCESS,2,1,352.38,57415234.08,57415586.46,127,266,1126,563.81,ae -6570,SUCCESS,2,1,4406.88,57415586.46,57419993.34,127,919,4076,7051.01,ghz -6571,SUCCESS,2,1,2488.55,57419993.34,57422481.89,127,1413,1497,3981.68,qft -6572,SUCCESS,2,1,43868.1,57422481.89,57466349.99,127,9128,4085,70188.96,qnn -6573,SUCCESS,2,1,1067.57,57466349.99,57467417.56,127,248,3659,1708.11,graphstate -6575,SUCCESS,2,1,367.91,57467417.56,57467785.47,127,80,3909,588.66,graphstate -6576,SUCCESS,2,1,441.1,57467785.47,57468226.57,127,219,1712,705.76,dj -6577,SUCCESS,2,1,5702.72,57468226.57,57473929.29,127,2623,1848,9124.35,su2random -6578,SUCCESS,2,1,1831.32,57473929.29,57475760.61,127,474,3284,2930.11,ae -6579,SUCCESS,2,1,44994.92,57475760.61,57520755.53,127,10890,3512,71991.87,su2random -6580,SUCCESS,2,1,33119.12,57520755.53,57553874.65,127,15014,1875,52990.59,realamprandom -6582,SUCCESS,2,1,1194.27,57553874.65,57555068.92,127,367,2766,1910.83,graphstate -6583,SUCCESS,2,1,2677.69,57555068.92,57557746.61,127,812,2803,4284.3,qft -6584,SUCCESS,2,1,2839.01,57557746.61,57560585.62,127,912,2646,4542.42,su2random -6585,SUCCESS,2,1,89049.44,57560585.62,57649635.06,127,18999,3984,142479.1,random -6586,SUCCESS,2,1,1637.41,57649635.06,57651272.47,127,378,3682,2619.86,graphstate -6587,SUCCESS,2,1,339.25,57651272.47,57651611.72,127,86,3353,542.8,ghz -6589,SUCCESS,2,1,2681.98,57651611.72,57654293.7,127,738,3089,4291.17,ghz -6590,SUCCESS,2,1,152.53,57654293.7,57654446.23,127,51,2542,244.05,ghz -6594,SUCCESS,2,1,1499.44,57654446.23,57655945.67,127,413,3086,2399.1,dj -6595,SUCCESS,2,1,3957.84,57655945.67,57659903.51,127,2422,1389,6332.54,qftentangled -6597,SUCCESS,2,1,3386.55,57659903.51,57663290.06,127,1337,2153,5418.48,qnn -6598,SUCCESS,2,1,134.35,57663290.06,57663424.41,127,36,3172,214.96,dj -6599,SUCCESS,2,1,10139.12,57663424.41,57673563.53,127,7316,1178,16222.59,grover-v-chain -6600,SUCCESS,2,1,1791.84,57673563.53,57675355.37,127,473,3220,2866.94,qpeexact -6601,SUCCESS,2,1,15156.01,57675355.37,57690511.38,127,4712,2734,24249.62,qpeinexact -6603,SUCCESS,2,1,205.29,57690511.38,57690716.67,127,82,2128,328.46,graphstate -6604,SUCCESS,2,1,1706.48,57690716.67,57692423.15,127,424,3421,2730.37,groundstate -6605,SUCCESS,2,1,1462.18,57692423.15,57693885.33,127,469,2650,2339.49,qnn -6606,SUCCESS,2,1,15112.12,57693885.33,57708997.45,127,4434,2897,24179.39,qpeinexact -6607,SUCCESS,2,1,842.9,57708997.45,57709840.35,127,313,2289,1348.64,qpeexact -6610,SUCCESS,2,1,3595.77,57709840.35,57713436.12,127,1350,2264,5753.23,qftentangled -6612,SUCCESS,2,1,15365.96,57713436.12,57728802.08,127,7911,1651,24585.54,realamprandom -6613,SUCCESS,2,1,51311.44,57728802.08,57780113.52,127,16762,2602,82098.3,twolocalrandom -6614,SUCCESS,2,1,3072.34,57780113.52,57783185.86,127,2215,1179,4915.74,qftentangled -6617,SUCCESS,2,1,6693.8,57783185.86,57789879.66,127,1796,3168,10710.08,qnn -6618,SUCCESS,2,1,34236,57789879.66,57824115.66,127,7608,3825,54777.6,qftentangled -6619,SUCCESS,2,1,301.74,57824115.66,57824417.4,127,69,3717,482.78,graphstate -6620,SUCCESS,2,1,1209.57,57824417.4,57825626.97,127,258,3985,1935.31,graphstate -6622,SUCCESS,2,1,1270.38,57825626.97,57826897.35,127,292,3698,2032.61,qnn -6624,SUCCESS,2,1,5070.05,57826897.35,57831967.4,127,1749,2464,8112.08,twolocalrandom -6625,SUCCESS,2,1,3333.82,57831967.4,57835301.22,127,2027,1398,5334.11,qpeexact -6626,SUCCESS,2,1,49788.37,57835301.22,57885089.59,127,12801,3306,79661.39,su2random -6628,SUCCESS,2,1,750.44,57885089.59,57885840.03,127,447,1427,1200.7,dj -6630,SUCCESS,2,1,82.65,57885840.03,57885922.68,127,52,1351,132.24,graphstate -6631,SUCCESS,2,1,2806.32,57885922.68,57888729,127,1122,2126,4490.11,ae -6633,SUCCESS,2,1,5386.07,57888729,57894115.07,127,3153,1452,8617.71,qnn -6634,SUCCESS,2,1,17881.19,57894115.07,57911996.26,127,6224,2442,28609.9,qftentangled -6635,SUCCESS,2,1,6605.06,57911996.26,57918601.32,127,1563,3592,10568.1,qftentangled -6636,SUCCESS,2,1,6582.45,57918601.32,57925183.77,127,4084,1370,10531.92,ae -6637,SUCCESS,2,1,1034.45,57925183.77,57926218.22,127,513,1714,1655.12,dj -6638,SUCCESS,2,1,37031.21,57926218.22,57963249.43,127,8676,3628,59249.94,qnn -6639,SUCCESS,2,1,78.14,57963249.43,57963327.57,127,17,3907,125.02,ghz -6640,SUCCESS,2,1,3062.19,57963327.57,57966389.76,127,710,3666,4899.5,qnn -6641,SUCCESS,2,1,53185.3,57966389.76,58019575.06,127,24516,1844,85096.48,random -6642,SUCCESS,2,1,60.23,58019575.06,58019635.29,127,27,1896,96.37,ghz -6643,SUCCESS,2,1,716.62,58019635.29,58020351.91,127,275,2215,1146.59,realamprandom -6644,SUCCESS,2,1,1930.92,58020351.91,58022282.83,127,460,3568,3089.47,ae -6645,SUCCESS,2,1,14647.53,58022282.83,58036930.36,127,7532,1653,23436.05,qpeexact -6646,SUCCESS,2,1,12956.46,58036930.36,58049886.82,127,4981,2211,20730.34,qpeinexact -6647,SUCCESS,2,1,437.1,58049886.82,58050323.92,127,313,1187,699.36,wstate -6648,SUCCESS,2,1,16327.5,58050323.92,58066651.42,127,5194,2672,26124,qpeexact -6649,SUCCESS,2,1,1530.72,58066651.42,58068182.14,127,1224,1063,2449.15,qpeexact -6650,SUCCESS,2,1,51466.09,58068182.14,58119648.23,127,16910,2587,82345.74,random -6651,SUCCESS,2,1,26833.62,58119648.23,58146481.85,127,6364,3584,42933.79,qpeinexact -6652,SUCCESS,2,1,2221.5,58146481.85,58148703.35,127,837,2256,3554.4,su2random -6654,SUCCESS,2,1,5491.58,58148703.35,58154194.93,127,1856,2515,8786.53,qft -6655,SUCCESS,2,1,4729.41,58154194.93,58158924.34,127,1738,2313,7567.06,realamprandom -6656,SUCCESS,2,1,8946.33,58158924.34,58167870.67,127,2030,3746,14314.13,ae -6657,SUCCESS,2,1,3468.44,58167870.67,58171339.11,127,2609,1130,5549.5,qft -6659,SUCCESS,2,1,324.79,58171339.11,58171663.9,127,98,2817,519.66,ghz -6660,SUCCESS,2,1,236.36,58171663.9,58171900.26,127,88,2283,378.18,graphstate -6661,SUCCESS,2,1,3563,58171900.26,58175463.26,127,1209,2505,5700.8,twolocalrandom -6662,SUCCESS,2,1,34048.52,58175463.26,58209511.78,127,13019,2223,54477.63,realamprandom -6663,SUCCESS,2,1,24054.31,58209511.78,58233566.09,127,8120,2518,38486.9,grover-v-chain -6664,SUCCESS,2,1,399.5,58233566.09,58233965.59,127,99,3430,639.2,ghz -6667,SUCCESS,2,1,43970.28,58233965.59,58277935.87,127,17416,2146,70352.45,random -6670,SUCCESS,2,1,651.79,58277935.87,58278587.66,127,348,1592,1042.86,realamprandom -6671,SUCCESS,2,1,63.95,58278587.66,58278651.61,127,43,1264,102.32,graphstate -6672,SUCCESS,2,1,30108.1,58278651.61,58308759.71,127,14905,1717,48172.96,su2random -6674,SUCCESS,2,1,18783.84,58308759.71,58327543.55,127,7510,2126,30054.14,qftentangled -6676,SUCCESS,2,1,4772.06,58327543.55,58332315.61,127,1475,2750,7635.3,twolocalrandom -6677,SUCCESS,2,1,54825.91,58332315.61,58387141.52,127,18537,2514,87721.46,qnn -6678,SUCCESS,2,1,1112.76,58387141.52,58388254.28,127,336,2815,1780.42,dj -6679,SUCCESS,2,1,6664.81,58388254.28,58394919.09,127,2777,2040,10663.7,qft -6680,SUCCESS,2,1,9628.48,58394919.09,58404547.57,127,3948,2073,15405.57,ae -6682,SUCCESS,2,1,1349.55,58404547.57,58405897.12,127,327,3508,2159.28,qnn -6684,SUCCESS,2,1,519.82,58405897.12,58406416.94,127,116,3809,831.71,ghz -6685,SUCCESS,2,1,691.13,58406416.94,58407108.07,127,394,1491,1105.81,portfoliovqe -6686,SUCCESS,2,1,5895.93,58407108.07,58413004,127,1963,2553,9433.49,random -6687,SUCCESS,2,1,11392.96,58413004,58424396.96,127,2699,3588,18228.74,qnn -6688,SUCCESS,2,1,148.37,58424396.96,58424545.33,127,32,3941,237.39,routing -6689,SUCCESS,2,1,612.79,58424545.33,58425158.12,127,490,1063,980.46,qft -6690,SUCCESS,2,1,8536.59,58425158.12,58433694.71,127,3819,1900,13658.54,qpeinexact -6691,SUCCESS,2,1,10836.88,58433694.71,58444531.59,127,2767,3329,17339.01,ae -6692,SUCCESS,2,1,22327.59,58444531.59,58466859.18,127,5201,3649,35724.14,ae -6693,SUCCESS,2,1,497.61,58466859.18,58467356.79,127,104,4067,796.18,ghz -6694,SUCCESS,2,1,8911.77,58467356.79,58476268.56,127,2717,2788,14258.83,su2random -6695,SUCCESS,2,1,27530.52,58476268.56,58503799.08,127,8696,2691,44048.83,qpeinexact -6696,SUCCESS,2,1,231.7,58503799.08,58504030.78,127,85,2317,370.72,graphstate -6697,SUCCESS,2,1,25224.12,58504030.78,58529254.9,127,6383,3359,40358.59,qnn -6698,SUCCESS,2,1,896.61,58529254.9,58530151.51,127,208,3664,1434.58,ghz -6701,SUCCESS,2,1,20848.95,58530151.51,58551000.46,127,6400,2769,33358.32,ae -6702,SUCCESS,2,1,6982.15,58551000.46,58557982.61,127,1618,3668,11171.44,su2random -6703,SUCCESS,2,1,1692.31,58557982.61,58559674.92,127,831,1731,2707.7,qnn -6704,SUCCESS,2,1,5550.55,58559674.92,58565225.47,127,1720,2743,8880.88,ae -6705,SUCCESS,2,1,8293.7,58565225.47,58573519.17,127,5257,1341,13269.92,ae -6706,SUCCESS,2,1,597.79,58573519.17,58574116.96,127,161,3156,956.46,wstate -6707,SUCCESS,2,1,4082.39,58574116.96,58578199.35,127,975,3559,6531.82,qpeinexact -6708,SUCCESS,2,1,3083.29,58578199.35,58581282.64,127,937,2797,4933.26,ghz -6709,SUCCESS,2,1,677.37,58581282.64,58581960.01,127,453,1271,1083.79,dj -6711,SUCCESS,2,1,2985.68,58581960.01,58584945.69,127,1839,1380,4777.09,qpeinexact -6713,SUCCESS,2,1,643.26,58584945.69,58585588.95,127,214,2555,1029.22,dj -6714,SUCCESS,2,1,667.53,58585588.95,58586256.48,127,185,3067,1068.05,ae -6715,SUCCESS,2,1,1047.29,58586256.48,58587303.77,127,810,1099,1675.66,qpeexact -6716,SUCCESS,2,1,235,58587303.77,58587538.77,127,137,1458,376,graphstate -6718,SUCCESS,2,1,11674.58,58587538.77,58599213.35,127,2619,3789,18679.33,qftentangled -6720,SUCCESS,2,1,252.29,58599213.35,58599465.64,127,77,2785,403.66,graphstate -6721,SUCCESS,2,1,13817.61,58599465.64,58613283.25,127,3122,3762,22108.18,su2random -6724,SUCCESS,2,1,6443,58613283.25,58619726.25,127,2978,1839,10308.8,qpeexact -6725,SUCCESS,2,1,19038.06,58619726.25,58638764.31,127,10556,1533,30460.9,ae -6726,SUCCESS,2,1,984,58638764.31,58639748.31,127,615,1360,1574.4,dj -6728,SUCCESS,2,1,2172.15,58639748.31,58641920.46,127,475,3887,3475.44,dj -6729,SUCCESS,2,1,67.87,58641920.46,58641988.33,127,37,1559,108.59,graphstate -6730,SUCCESS,2,1,7325.23,58641988.33,58649313.56,127,2937,2120,11720.37,twolocalrandom -6731,SUCCESS,2,1,68.61,58649313.56,58649382.17,127,33,1767,109.78,graphstate -6733,SUCCESS,2,1,1651.8,58649382.17,58651033.97,127,449,3127,2642.88,portfoliovqe -6734,SUCCESS,2,1,215.07,58651033.97,58651249.04,127,72,2539,344.11,dj -6735,SUCCESS,2,1,6212.9,58651249.04,58657461.94,127,1613,3274,9940.64,qnn -6736,SUCCESS,2,1,127,58657461.94,58657588.94,127,31,3482,203.2,ghz -6737,SUCCESS,2,1,2205.2,58657588.94,58659794.14,127,629,2980,3528.32,pricingcall -6738,SUCCESS,2,1,235.82,58659794.14,58660029.96,127,106,1891,377.31,graphstate -6739,SUCCESS,2,1,8305.32,58660029.96,58668335.28,127,2080,3394,13288.51,ae -6740,SUCCESS,2,1,7665.5,58668335.28,58676000.78,127,4370,1491,12264.8,qft -6741,SUCCESS,2,1,451.87,58676000.78,58676452.65,127,103,3729,722.99,ghz -6742,SUCCESS,2,1,211.93,58676452.65,58676664.58,127,44,4094,339.09,graphstate -6743,SUCCESS,2,1,7481.21,58676664.58,58684145.79,127,2371,2682,11969.94,su2random -6745,SUCCESS,2,1,131611.32,58684145.79,58815757.11,127,89783,1246,210578.11,grover-noancilla -6746,SUCCESS,2,1,5722.55,58815757.11,58821479.66,127,2020,2408,9156.08,qnn -6747,SUCCESS,2,1,65525.07,58821479.66,58887004.73,127,15407,3615,104840.11,realamprandom -6748,SUCCESS,2,1,95.83,58887004.73,58887100.56,127,45,1810,153.33,wstate -6749,SUCCESS,2,1,3732.91,58887100.56,58890833.47,127,2286,1388,5972.66,twolocalrandom -6751,SUCCESS,2,1,632.13,58890833.47,58891465.6,127,227,2367,1011.41,dj -6752,SUCCESS,2,1,516.75,58891465.6,58891982.35,127,165,2662,826.8,qftentangled -6753,SUCCESS,2,1,425.02,58891982.35,58892407.37,127,139,2599,680.03,qftentangled -6754,SUCCESS,2,1,47.29,58892407.37,58892454.66,127,21,1914,75.66,ghz -6755,SUCCESS,2,1,124724.31,58892454.66,59017178.97,127,30747,3448,199558.9,random -6756,SUCCESS,2,1,298.02,59017178.97,59017476.99,127,145,1747,476.83,dj -6757,SUCCESS,2,1,2992.78,59017476.99,59020469.77,127,938,2712,4788.45,realamprandom -6760,SUCCESS,2,1,49359.14,59020469.77,59069828.91,127,24336,1724,78974.62,random -6761,SUCCESS,2,1,180.74,59069828.91,59070009.65,127,39,3939,289.18,graphstate -6762,SUCCESS,2,1,1639.89,59070009.65,59071649.54,127,349,3994,2623.82,qnn -6763,SUCCESS,2,1,3760.75,59071649.54,59075410.29,127,1455,2197,6017.2,random -6764,SUCCESS,2,1,20758.7,59075410.29,59096168.99,127,17181,1027,33213.92,twolocalrandom -6765,SUCCESS,2,1,37461.71,59096168.99,59133630.7,127,13905,2290,59938.74,realamprandom -6766,SUCCESS,2,1,2379.64,59133630.7,59136010.34,127,573,3530,3807.42,twolocalrandom -6767,SUCCESS,2,1,11880.79,59136010.34,59147891.13,127,5626,1795,19009.26,ae -6768,SUCCESS,2,1,5620.21,59147891.13,59153511.34,127,4335,1102,8992.34,realamprandom -6769,SUCCESS,2,1,780.1,59153511.34,59154291.44,127,440,1507,1248.16,dj -6770,SUCCESS,2,1,4412.92,59154291.44,59158704.36,127,928,4042,7060.67,qpeexact -6771,SUCCESS,2,1,671.6,59158704.36,59159375.96,127,471,1212,1074.56,dj -6772,SUCCESS,2,1,18783.4,59159375.96,59178159.36,127,8121,1966,30053.44,qpeexact -6774,SUCCESS,2,1,1116.16,59178159.36,59179275.52,127,293,3238,1785.86,realamprandom -6775,SUCCESS,2,1,9346.17,59179275.52,59188621.69,127,4190,1896,14953.87,su2random -6776,SUCCESS,2,1,7653.08,59188621.69,59196274.77,127,1594,4081,12244.93,qpeinexact -6777,SUCCESS,2,1,71170.26,59196274.77,59267445.03,127,17186,3520,113872.42,qnn -6778,SUCCESS,2,1,649.16,59267445.03,59268094.19,127,235,2348,1038.66,qpeexact -6779,SUCCESS,2,1,10895.4,59268094.19,59278989.59,127,3086,3001,17432.64,random -6780,SUCCESS,2,1,22207.06,59278989.59,59301196.65,127,6240,3025,35531.3,twolocalrandom -6782,SUCCESS,2,1,17077.49,59301196.65,59318274.14,127,5142,2823,27323.98,su2random -6784,SUCCESS,2,1,115.51,59318274.14,59318389.65,127,26,3776,184.82,vqe -6785,SUCCESS,2,1,2594.64,59318389.65,59320984.29,127,1938,1138,4151.42,qpeexact -6786,SUCCESS,2,1,366.11,59320984.29,59321350.4,127,205,1518,585.78,wstate -6787,SUCCESS,2,1,36191.28,59321350.4,59357541.68,127,8505,3617,57906.05,qpeexact -6788,SUCCESS,2,1,30302.47,59357541.68,59387844.15,127,8087,3185,48483.95,qftentangled -6789,SUCCESS,2,1,2421.77,59387844.15,59390265.92,127,1462,1408,3874.83,twolocalrandom -6790,SUCCESS,2,1,2474.71,59390265.92,59392740.63,127,542,3881,3959.54,dj -6791,SUCCESS,2,1,8713.79,59392740.63,59401454.42,127,5216,1420,13942.06,qpeinexact -6792,SUCCESS,2,1,122.03,59401454.42,59401576.45,127,40,2593,195.25,ghz -6793,SUCCESS,2,1,318.73,59401576.45,59401895.18,127,173,1566,509.97,wstate -6794,SUCCESS,2,1,1368.83,59401895.18,59403264.01,127,666,1747,2190.13,dj -6795,SUCCESS,2,1,9894.26,59403264.01,59413158.27,127,7436,1131,15830.82,ae -6796,SUCCESS,2,1,6891.49,59413158.27,59420049.76,127,2676,2189,11026.38,qnn -6797,SUCCESS,2,1,4402.65,59420049.76,59424452.41,127,1928,1941,7044.24,ae -6798,SUCCESS,2,1,268.54,59424452.41,59424720.95,127,69,3308,429.66,wstate -6799,SUCCESS,2,1,7610.19,59424720.95,59432331.14,127,2178,2970,12176.3,qpeexact -6801,SUCCESS,2,1,258.55,59432331.14,59432589.69,127,115,1911,413.68,graphstate -6802,SUCCESS,2,1,225.48,59432589.69,59432815.17,127,131,1463,360.77,su2random -6803,SUCCESS,2,1,5074.79,59432815.17,59437889.96,127,2744,1572,8119.66,ae -6804,SUCCESS,2,1,23563.84,59437889.96,59461453.8,127,13282,1508,37702.14,twolocalrandom -6808,SUCCESS,2,1,4995.35,59461453.8,59466449.15,127,2020,2102,7992.56,qpeexact -6810,SUCCESS,2,1,3900.8,59466449.15,59470349.95,127,1564,2120,6241.28,random -6811,SUCCESS,2,1,28875.32,59470349.95,59499225.27,127,16105,1524,46200.51,random -6812,SUCCESS,2,1,20157.59,59499225.27,59519382.86,127,7254,2362,32252.14,qpeinexact -6813,SUCCESS,2,1,14636.16,59519382.86,59534019.02,127,4158,2992,23417.86,qft -6814,SUCCESS,2,1,14126.33,59534019.02,59548145.35,127,3220,3729,22602.13,ae -6815,SUCCESS,2,1,31905.65,59548145.35,59580051,127,13281,2042,51049.04,random -6816,SUCCESS,2,1,20857.6,59580051,59600908.6,127,13036,1360,33372.16,twolocalrandom -6817,SUCCESS,2,1,3323.3,59600908.6,59604231.9,127,856,3300,5317.28,ghz -6818,SUCCESS,2,1,415.28,59604231.9,59604647.18,127,179,1972,664.45,su2random -6819,SUCCESS,2,1,6156.49,59604647.18,59610803.67,127,1477,3543,9850.38,qnn -6822,SUCCESS,2,1,12062.93,59610803.67,59622866.6,127,3965,2586,19300.69,su2random -6823,SUCCESS,2,1,14595.58,59622866.6,59637462.18,127,8056,1540,23352.93,random -6825,SUCCESS,2,1,45603.41,59637462.18,59683065.59,127,9564,4053,72965.46,su2random -6826,SUCCESS,2,1,31989.43,59683065.59,59715055.02,127,13501,2014,51183.09,realamprandom -6827,SUCCESS,2,1,3885.17,59715055.02,59718940.19,127,1751,1886,6216.27,qpeinexact -6828,SUCCESS,2,1,154.87,59718940.19,59719095.06,127,71,1854,247.79,graphstate -6830,SUCCESS,2,1,958.68,59719095.06,59720053.74,127,490,1663,1533.89,qftentangled -6831,SUCCESS,2,1,1685.46,59720053.74,59721739.2,127,370,3872,2696.74,graphstate -6832,SUCCESS,2,1,401.31,59721739.2,59722140.51,127,212,1609,642.1,pricingcall -6834,SUCCESS,2,1,413.53,59722140.51,59722554.04,127,143,2458,661.65,dj -6835,SUCCESS,2,1,6790.45,59722554.04,59729344.49,127,2252,2563,10864.72,su2random -6836,SUCCESS,2,1,4661.65,59729344.49,59734006.14,127,1300,3048,7458.64,twolocalrandom -6838,SUCCESS,2,1,426.88,59734006.14,59734433.02,127,237,1531,683.01,dj -6840,SUCCESS,2,1,36.29,59734433.02,59734469.31,127,14,2203,58.06,ghz -6841,SUCCESS,2,1,10538.81,59734469.31,59745008.12,127,3001,2985,16862.1,qpeinexact -6842,SUCCESS,2,1,4179.73,59745008.12,59749187.85,127,1058,3358,6687.57,realamprandom -6843,SUCCESS,2,1,14829.77,59749187.85,59764017.62,127,5410,2330,23727.63,realamprandom -6844,SUCCESS,2,1,747.48,59764017.62,59764765.1,127,386,1646,1195.97,ghz -6845,SUCCESS,2,1,10288.35,59764765.1,59775053.45,127,7355,1189,16461.36,qpeexact -6846,SUCCESS,2,1,19221.13,59775053.45,59794274.58,127,6279,2602,30753.81,qftentangled -6847,SUCCESS,2,1,32256.01,59794274.58,59826530.59,127,9799,2798,51609.62,qpeinexact -6848,SUCCESS,2,1,9537.21,59826530.59,59836067.8,127,2724,2976,15259.54,qftentangled -6849,SUCCESS,2,1,16652.95,59836067.8,59852720.75,127,4750,2980,26644.72,random -6850,SUCCESS,2,1,2251.46,59852720.75,59854972.21,127,929,2060,3602.34,wstate -6851,SUCCESS,2,1,362.72,59854972.21,59855334.93,127,121,2548,580.35,wstate -6852,SUCCESS,2,1,4465.41,59855334.93,59859800.34,127,1981,1916,7144.66,qnn -6853,SUCCESS,2,1,7757.87,59859800.34,59867558.21,127,2589,2547,12412.59,ae -6854,SUCCESS,2,1,4384.81,59867558.21,59871943.02,127,1890,1972,7015.7,qpeinexact -6855,SUCCESS,2,1,16315.26,59871943.02,59888258.28,127,4649,2983,26104.42,qft -6856,SUCCESS,2,1,40902.75,59888258.28,59929161.03,127,9227,3768,65444.4,ae -6857,SUCCESS,2,1,3736.88,59929161.03,59932897.91,127,2004,1585,5979.01,su2random -6860,SUCCESS,2,1,35868.8,59932897.91,59968766.71,127,8152,3740,57390.08,su2random -6861,SUCCESS,2,1,17587.33,59968766.71,59986354.04,127,5444,2746,28139.73,realamprandom -6862,SUCCESS,2,1,995.09,59986354.04,59987349.13,127,413,2048,1592.14,groundstate -6864,SUCCESS,2,1,15241.89,59987349.13,60002591.02,127,6873,1885,24387.02,twolocalrandom -6865,SUCCESS,2,1,4940.65,60002591.02,60007531.67,127,1766,2378,7905.04,qnn -6866,SUCCESS,2,1,3873.69,60007531.67,60011405.36,127,1426,2309,6197.9,ae -6867,SUCCESS,2,1,168.83,60011405.36,60011574.19,127,82,1750,270.13,ghz -6868,SUCCESS,2,1,7887.42,60011574.19,60019461.61,127,4533,1479,12619.87,qpeexact -6870,SUCCESS,2,1,65.01,60019461.61,60019526.62,127,38,1454,104.02,graphstate -6871,SUCCESS,2,1,147.46,60019526.62,60019674.08,127,54,2321,235.94,qaoa -6873,SUCCESS,2,1,10010.56,60019674.08,60029684.64,127,5576,1526,16016.9,qnn -6874,SUCCESS,2,1,30637.2,60029684.64,60060321.84,127,7260,3587,49019.52,qnn -6875,SUCCESS,2,1,942.2,60060321.84,60061264.04,127,599,1337,1507.52,qnn -6876,SUCCESS,2,1,1431.14,60061264.04,60062695.18,127,1091,1115,2289.82,wstate -6879,SUCCESS,2,1,50549.73,60062695.18,60113244.91,127,13282,3235,80879.57,realamprandom -6880,SUCCESS,2,1,5346.47,60113244.91,60118591.38,127,1594,2851,8554.35,ae -6883,SUCCESS,2,1,61051.46,60118591.38,60179642.84,127,13019,3986,97682.34,twolocalrandom -6885,SUCCESS,2,1,691.45,60179642.84,60180334.29,127,165,3562,1106.32,wstate -6886,SUCCESS,2,1,1442.87,60180334.29,60181777.16,127,323,3797,2308.59,qft -6887,SUCCESS,2,1,123.72,60181777.16,60181900.88,127,102,1031,197.95,graphstate -6888,SUCCESS,2,1,35399.31,60181900.88,60217300.19,127,7670,3923,56638.9,su2random -6889,SUCCESS,2,1,2898.81,60217300.19,60220199,127,964,2556,4638.1,qpeinexact -6890,SUCCESS,2,1,705.04,60220199,60220904.04,127,264,2270,1128.06,qft -6891,SUCCESS,2,1,3566.1,60220904.04,60224470.14,127,1134,2673,5705.76,qftentangled -6892,SUCCESS,2,1,15937.88,60224470.14,60240408.02,127,3448,3929,25500.61,ae -6895,SUCCESS,2,1,5339.46,60240408.02,60245747.48,127,4141,1096,8543.14,qft -6896,SUCCESS,2,1,35689.59,60245747.48,60281437.07,127,11269,2692,57103.34,qnn -6897,SUCCESS,2,1,193.58,60281437.07,60281630.65,127,54,3047,309.73,graphstate -6898,SUCCESS,2,1,12273.36,60281630.65,60293904.01,127,4365,2390,19637.38,qnn -6899,SUCCESS,2,1,9945.6,60293904.01,60303849.61,127,3808,2220,15912.96,ae -6900,SUCCESS,2,1,7477.21,60303849.61,60311326.82,127,4277,1486,11963.54,ae -6901,SUCCESS,2,1,1736.95,60311326.82,60313063.77,127,981,1505,2779.12,qpeinexact -6902,SUCCESS,2,1,1176.87,60313063.77,60314240.64,127,361,2771,1882.99,wstate -6903,SUCCESS,2,1,202.73,60314240.64,60314443.37,127,96,1795,324.37,graphstate -6904,SUCCESS,2,1,6341.71,60314443.37,60320785.08,127,1464,3682,10146.74,qpeinexact -6905,SUCCESS,2,1,2615.57,60320785.08,60323400.65,127,704,3158,4184.91,dj -6906,SUCCESS,2,1,561.27,60323400.65,60323961.92,127,307,1554,898.03,ghz -6907,SUCCESS,2,1,36144.17,60323961.92,60360106.09,127,12499,2458,57830.67,su2random -6910,SUCCESS,2,1,22380.17,60360106.09,60382486.26,127,4913,3872,35808.27,qpeexact -6911,SUCCESS,2,1,7099.64,60382486.26,60389585.9,127,5331,1132,11359.42,twolocalrandom -6913,SUCCESS,2,1,3245.62,60389585.9,60392831.52,127,815,3385,5192.99,su2random -6914,SUCCESS,2,1,3306.11,60392831.52,60396137.63,127,873,3219,5289.78,qft -6915,SUCCESS,2,1,1290.15,60396137.63,60397427.78,127,627,1749,2064.24,dj -6917,SUCCESS,2,1,1431.83,60397427.78,60398859.61,127,505,2410,2290.93,dj -6918,SUCCESS,2,1,8808.04,60398859.61,60407667.65,127,3555,2106,14092.86,ae -6919,SUCCESS,2,1,7608.19,60407667.65,60415275.84,127,3530,1832,12173.1,ae -6920,SUCCESS,2,1,36.12,60415275.84,60415311.96,127,24,1279,57.79,vqe -6921,SUCCESS,2,1,177.69,60415311.96,60415489.65,127,37,4082,284.3,dj -6922,SUCCESS,2,1,22222.92,60415489.65,60437712.57,127,8733,2163,35556.67,realamprandom -6923,SUCCESS,2,1,75057.26,60437712.57,60512769.83,127,28507,2238,120091.62,random -6924,SUCCESS,2,1,1718.79,60512769.83,60514488.62,127,773,1890,2750.06,qpeinexact -6925,SUCCESS,2,1,1333.68,60514488.62,60515822.3,127,739,1534,2133.89,qft -6926,SUCCESS,2,1,38942.95,60515822.3,60554765.25,127,13342,2481,62308.72,random -6927,SUCCESS,2,1,279.17,60554765.25,60555044.42,127,109,2177,446.67,dj -6928,SUCCESS,2,1,114.25,60555044.42,60555158.67,127,45,2158,182.8,ghz -6929,SUCCESS,2,1,28954.59,60555158.67,60584113.26,127,7260,3390,46327.34,qpeinexact -6930,SUCCESS,2,1,3772.44,60584113.26,60587885.7,127,851,3768,6035.9,su2random -6931,SUCCESS,2,1,5869.91,60587885.7,60593755.61,127,1321,3777,9391.86,wstate -6932,SUCCESS,2,1,733.6,60593755.61,60594489.21,127,377,1654,1173.76,dj -6935,SUCCESS,2,1,1067.52,60594489.21,60595556.73,127,365,2486,1708.03,wstate -6936,SUCCESS,2,1,2242.58,60595556.73,60597799.31,127,1744,1093,3588.13,ae -6937,SUCCESS,2,1,30.76,60597799.31,60597830.07,127,13,2011,49.22,ghz -6938,SUCCESS,2,1,1004.97,60597830.07,60598835.04,127,619,1380,1607.95,qpeexact -6939,SUCCESS,2,1,13256.43,60598835.04,60612091.47,127,3099,3636,21210.29,su2random -6940,SUCCESS,2,1,466.05,60612091.47,60612557.52,127,103,3846,745.68,qftentangled -6941,SUCCESS,2,1,2552.72,60612557.52,60615110.24,127,546,3974,4084.35,wstate -6942,SUCCESS,2,1,83354.51,60615110.24,60698464.75,127,45157,1569,133367.22,random -6945,SUCCESS,2,1,44918.86,60698464.75,60743383.61,127,10272,3717,71870.18,random -6947,SUCCESS,2,1,80.42,60743383.61,60743464.03,127,32,2136,128.67,routing -6948,SUCCESS,2,1,17878.59,60743464.03,60761342.62,127,4749,3200,28605.74,qpeinexact -6949,SUCCESS,2,1,375.67,60761342.62,60761718.29,127,114,2801,601.07,graphstate -6951,SUCCESS,2,1,1019.3,60761718.29,60762737.59,127,285,3040,1630.88,dj -6952,SUCCESS,2,1,876.24,60762737.59,60763613.83,127,392,1900,1401.98,realamprandom -6954,SUCCESS,2,1,135.85,60763613.83,60763749.68,127,35,3299,217.36,graphstate -6955,SUCCESS,2,1,25531.85,60763749.68,60789281.53,127,7674,2828,40850.96,su2random -6956,SUCCESS,2,1,17066.04,60789281.53,60806347.57,127,5904,2457,27305.66,twolocalrandom -6958,SUCCESS,2,1,13863.98,60806347.57,60820211.55,127,3125,3771,22182.37,qft -6959,SUCCESS,2,1,1011.3,60820211.55,60821222.85,127,311,2764,1618.08,graphstate -6960,SUCCESS,2,1,1026.45,60821222.85,60822249.3,127,316,2761,1642.32,wstate -6961,SUCCESS,2,1,2918.22,60822249.3,60825167.52,127,1676,1480,4669.15,qpeinexact -6962,SUCCESS,2,1,614.95,60825167.52,60825782.47,127,359,1456,983.92,ae -6963,SUCCESS,2,1,816.36,60825782.47,60826598.83,127,573,1211,1306.18,realamprandom -6964,SUCCESS,2,1,16654.69,60826598.83,60843253.52,127,4160,3403,26647.5,realamprandom -6966,SUCCESS,2,1,10200.86,60843253.52,60853454.38,127,5349,1621,16321.38,qftentangled -6967,SUCCESS,2,1,3900.3,60853454.38,60857354.68,127,1082,3064,6240.48,ae -6968,SUCCESS,2,1,1128.17,60857354.68,60858482.85,127,543,1766,1805.07,ghz -6969,SUCCESS,2,1,15326.9,60858482.85,60873809.75,127,4710,2766,24523.04,qpeinexact -6970,SUCCESS,2,1,4873.51,60873809.75,60878683.26,127,2378,1742,7797.62,qft -6971,SUCCESS,2,1,4915.77,60878683.26,60883599.03,127,1741,2400,7865.23,qpeinexact -6972,SUCCESS,2,1,18594.23,60883599.03,60902193.26,127,7639,2069,29750.77,qft -6973,SUCCESS,2,1,50706.7,60902193.26,60952899.96,127,13377,3222,81130.72,su2random -6975,SUCCESS,2,1,1528.1,60952899.96,60954428.06,127,576,2255,2444.96,ae -6977,SUCCESS,2,1,849.22,60954428.06,60955277.28,127,233,3098,1358.75,dj -6979,SUCCESS,2,1,742.48,60955277.28,60956019.76,127,346,1824,1187.97,dj -6980,SUCCESS,2,1,8044.8,60956019.76,60964064.56,127,6361,1075,12871.68,qpeinexact -6981,SUCCESS,2,1,4047.79,60964064.56,60968112.35,127,1626,2116,6476.46,wstate -6982,SUCCESS,2,1,23360.51,60968112.35,60991472.86,127,11646,1705,37376.82,realamprandom -6984,SUCCESS,2,1,5420,60991472.86,60996892.86,127,1826,2523,8672,realamprandom -6986,SUCCESS,2,1,1321.91,60996892.86,60998214.77,127,366,3070,2115.06,portfolioqaoa -6987,SUCCESS,2,1,7715.58,60998214.77,61005930.35,127,6240,1051,12344.93,realamprandom -6988,SUCCESS,2,1,2683.43,61005930.35,61008613.78,127,976,2337,4293.49,su2random -6989,SUCCESS,2,1,1047.18,61008613.78,61009660.96,127,774,1150,1675.49,su2random -6990,SUCCESS,2,1,1367.14,61009660.96,61011028.1,127,358,3246,2187.42,qpeinexact -6991,SUCCESS,2,1,66.16,61011028.1,61011094.26,127,23,2445,105.86,ghz -6992,SUCCESS,2,1,543.26,61011094.26,61011637.52,127,293,1576,869.22,twolocalrandom -6993,SUCCESS,2,1,9390.03,61011637.52,61021027.55,127,2525,3161,15024.05,qnn -6995,SUCCESS,2,1,2409.77,61021027.55,61023437.32,127,1842,1112,3855.63,qnn -6996,SUCCESS,2,1,4705.51,61023437.32,61028142.83,127,2081,1922,7528.82,ae -6997,SUCCESS,2,1,14904.55,61028142.83,61043047.38,127,3213,3943,23847.28,qftentangled -6998,SUCCESS,2,1,69.51,61043047.38,61043116.89,127,47,1257,111.22,graphstate -6999,SUCCESS,2,1,3064.24,61043116.89,61046181.13,127,900,2894,4902.78,portfoliovqe -7000,SUCCESS,2,1,5652.24,61046181.13,61051833.37,127,2001,2401,9043.58,twolocalrandom -7001,SUCCESS,2,1,617.42,61051833.37,61052450.79,127,341,1539,987.87,wstate -7002,SUCCESS,2,1,2190.76,61052450.79,61054641.55,127,512,3637,3505.22,dj -7004,SUCCESS,2,1,104.81,61054641.55,61054746.36,127,24,3712,167.7,ghz -7005,SUCCESS,2,1,6891.37,61054746.36,61061637.73,127,2180,2687,11026.19,qftentangled -7006,SUCCESS,2,1,47903.88,61061637.73,61109541.61,127,11171,3645,76646.21,realamprandom -7007,SUCCESS,2,1,10101.38,61109541.61,61119642.99,127,2669,3217,16162.21,su2random -7009,SUCCESS,2,1,16184.49,61119642.99,61135827.48,127,5205,2643,25895.18,realamprandom -7010,SUCCESS,2,1,23929.16,61135827.48,61159756.64,127,8391,2424,38286.66,twolocalrandom -7012,SUCCESS,2,1,163.42,61159756.64,61159920.06,127,60,2315,261.47,graphstate -7013,SUCCESS,2,1,823.16,61159920.06,61160743.22,127,221,3166,1317.06,wstate -7015,SUCCESS,2,1,9402.08,61160743.22,61170145.3,127,4020,1988,15043.33,qft -7016,SUCCESS,2,1,1032.27,61170145.3,61171177.57,127,769,1141,1651.63,qft -7017,SUCCESS,2,1,719.04,61171177.57,61171896.61,127,317,1928,1150.46,dj -7018,SUCCESS,2,1,1814.41,61171896.61,61173711.02,127,432,3570,2903.06,dj -7019,SUCCESS,2,1,1630.98,61173711.02,61175342,127,575,2411,2609.57,ghz -7020,SUCCESS,2,1,14845.54,61175342,61190187.54,127,5115,2467,23752.86,twolocalrandom -7021,SUCCESS,2,1,562.58,61190187.54,61190750.12,127,242,1976,900.13,qpeinexact -7022,SUCCESS,2,1,345.87,61190750.12,61191095.99,127,83,3542,553.39,ghz -7023,SUCCESS,2,1,551.39,61191095.99,61191647.38,127,137,3421,882.22,wstate -7026,SUCCESS,2,1,159.24,61191647.38,61191806.62,127,81,1671,254.78,graphstate -7027,SUCCESS,2,1,397.29,61191806.62,61192203.91,127,122,2768,635.66,qaoa -7028,SUCCESS,2,1,430.64,61192203.91,61192634.55,127,177,2068,689.02,dj -7029,SUCCESS,2,1,159792.95,61192634.55,61352427.5,127,52000,2612,255668.72,random -7030,SUCCESS,2,1,460.5,61352427.5,61352888,127,307,1275,736.8,wstate -7032,SUCCESS,2,1,208.95,61352888,61353096.95,127,64,2775,334.32,ghz -7033,SUCCESS,2,1,2050.07,61353096.95,61355147.02,127,829,2102,3280.11,qft -7034,SUCCESS,2,1,227.46,61355147.02,61355374.48,127,69,2802,363.94,wstate -7035,SUCCESS,2,1,1385.1,61355374.48,61356759.58,127,323,3645,2216.16,dj -7036,SUCCESS,2,1,40616.37,61356759.58,61397375.95,127,15030,2297,64986.19,realamprandom -7037,SUCCESS,2,1,9265.65,61397375.95,61406641.6,127,2642,2981,14825.04,realamprandom -7038,SUCCESS,2,1,981.72,61406641.6,61407623.32,127,349,2391,1570.75,twolocalrandom -7040,SUCCESS,2,1,1037.98,61407623.32,61408661.3,127,257,3433,1660.77,wstate -7041,SUCCESS,2,1,765.45,61408661.3,61409426.75,127,375,1735,1224.72,dj -7042,SUCCESS,2,1,3598.45,61409426.75,61413025.2,127,1767,1731,5757.52,qftentangled -7043,SUCCESS,2,1,250.86,61413025.2,61413276.06,127,111,1921,401.38,graphstate -7044,SUCCESS,2,1,651.28,61413276.06,61413927.34,127,445,1244,1042.05,dj -7046,SUCCESS,2,1,549.35,61413927.34,61414476.69,127,152,3072,878.96,pricingcall -7049,SUCCESS,2,1,17809.35,61414476.69,61432286.04,127,3847,3935,28494.96,qnn -7050,SUCCESS,2,1,1982.4,61432286.04,61434268.44,127,428,3937,3171.84,qnn -7051,SUCCESS,2,1,2822.91,61434268.44,61437091.35,127,1368,1754,4516.66,qpeinexact -7052,SUCCESS,2,1,1640.21,61437091.35,61438731.56,127,590,2363,2624.34,dj -7053,SUCCESS,2,1,1252.4,61438731.56,61439983.96,127,340,3131,2003.84,dj -7054,SUCCESS,2,1,1786.1,61439983.96,61441770.06,127,377,4027,2857.76,qft -7055,SUCCESS,2,1,1862.92,61441770.06,61443632.98,127,1313,1206,2980.67,random -7056,SUCCESS,2,1,372.99,61443632.98,61444005.97,127,103,3078,596.78,qft -7057,SUCCESS,2,1,2705.27,61444005.97,61446711.24,127,1957,1175,4328.43,su2random -7059,SUCCESS,2,1,23514.02,61446711.24,61470225.26,127,11216,1782,37622.43,qnn -7060,SUCCESS,2,1,899.42,61470225.26,61471124.68,127,500,1529,1439.07,dj -7061,SUCCESS,2,1,2836.1,61471124.68,61473960.78,127,1343,1795,4537.76,qpeexact -7062,SUCCESS,2,1,10093.04,61473960.78,61484053.82,127,2780,3086,16148.86,realamprandom -7063,SUCCESS,2,1,34764.7,61484053.82,61518818.52,127,9679,3053,55623.52,qnn -7064,SUCCESS,2,1,8182.32,61518818.52,61527000.84,127,3972,1751,13091.71,random -7067,SUCCESS,2,1,575.17,61527000.84,61527576.01,127,184,2657,920.27,realamprandom -7068,SUCCESS,2,1,643.82,61527576.01,61528219.83,127,139,3937,1030.11,wstate -7069,SUCCESS,2,1,32404.35,61528219.83,61560624.18,127,8418,3272,51846.96,twolocalrandom -7070,SUCCESS,2,1,4118.95,61560624.18,61564743.13,127,917,3818,6590.32,ae -7071,SUCCESS,2,1,120.42,61564743.13,61564863.55,127,89,1150,192.67,wstate -7074,SUCCESS,2,1,3209.02,61564863.55,61568072.57,127,676,4035,5134.43,qftentangled -7076,SUCCESS,2,1,3429.85,61568072.57,61571502.42,127,977,2984,5487.76,qwalk-v-chain -7078,SUCCESS,2,1,1426.59,61571502.42,61572929.01,127,705,1720,2282.54,pricingput -7079,SUCCESS,2,1,1638.62,61572929.01,61574567.63,127,572,2435,2621.79,dj -7080,SUCCESS,2,1,112.42,61574567.63,61574680.05,127,75,1274,179.87,ghz -7081,SUCCESS,2,1,1911.8,61574680.05,61576591.85,127,935,1738,3058.88,qft -7082,SUCCESS,2,1,27049.81,61576591.85,61603641.66,127,9153,2512,43279.7,realamprandom -7084,SUCCESS,2,1,7516.24,61603641.66,61611157.9,127,1760,3630,12025.98,qftentangled -7085,SUCCESS,2,1,19774.24,61611157.9,61630932.14,127,5370,3130,31638.78,realamprandom -7087,SUCCESS,2,1,2055.76,61630932.14,61632987.9,127,479,3648,3289.22,portfolioqaoa -7088,SUCCESS,2,1,3202.31,61632987.9,61636190.21,127,2162,1259,5123.7,ae -7090,SUCCESS,2,1,1145.85,61636190.21,61637336.06,127,309,3152,1833.36,wstate -7091,SUCCESS,2,1,361.18,61637336.06,61637697.24,127,250,1228,577.89,dj -7092,SUCCESS,2,1,16634.65,61637697.24,61654331.89,127,5850,2417,26615.44,qft -7094,SUCCESS,2,1,1252.6,61654331.89,61655584.49,127,269,3958,2004.16,wstate -7095,SUCCESS,2,1,6862.46,61655584.49,61662446.95,127,2479,2353,10979.94,qpeexact -7096,SUCCESS,2,1,5350.24,61662446.95,61667797.19,127,2790,1630,8560.38,qpeinexact -7098,SUCCESS,2,1,21964.57,61667797.19,61689761.76,127,6637,2813,35143.31,twolocalrandom -7099,SUCCESS,2,1,1486.03,61689761.76,61691247.79,127,625,2021,2377.65,dj -7102,SUCCESS,2,1,686.14,61691247.79,61691933.93,127,393,1484,1097.82,wstate -7103,SUCCESS,2,1,83064.43,61691933.93,61774998.36,127,34010,2076,132903.09,random -7104,SUCCESS,2,1,1151.97,61774998.36,61776150.33,127,244,4013,1843.15,graphstate -7105,SUCCESS,2,1,7223.56,61776150.33,61783373.89,127,4705,1305,11557.7,qpeinexact -7106,SUCCESS,2,1,4684.34,61783373.89,61788058.23,127,1772,2247,7494.94,qft -7109,SUCCESS,2,1,4738.1,61788058.23,61792796.33,127,1115,3612,7580.96,wstate -7110,SUCCESS,2,1,1207.57,61792796.33,61794003.9,127,972,1056,1932.11,qpeexact -7111,SUCCESS,2,1,203.7,61794003.9,61794207.6,127,85,2037,325.92,ghz -7112,SUCCESS,2,1,10076.84,61794207.6,61804284.44,127,6373,1344,16122.94,qpeexact -7114,SUCCESS,2,1,2867.72,61804284.44,61807152.16,127,666,3660,4588.35,dj -7115,SUCCESS,2,1,386.6,61807152.16,61807538.76,127,85,3866,618.56,dj -7117,SUCCESS,2,1,3229.76,61807538.76,61810768.52,127,936,2933,5167.62,qnn -7118,SUCCESS,2,1,75.53,61810768.52,61810844.05,127,37,1735,120.85,ghz -7119,SUCCESS,2,1,5347.29,61810844.05,61816191.34,127,3308,1374,8555.66,ae -7120,SUCCESS,2,1,10411.11,61816191.34,61826602.45,127,5396,1640,16657.78,twolocalrandom -7121,SUCCESS,2,1,1586.07,61826602.45,61828188.52,127,894,1508,2537.71,pricingput -7122,SUCCESS,2,1,555.92,61828188.52,61828744.44,127,387,1221,889.47,ae -7123,SUCCESS,2,1,20688.14,61828744.44,61849432.58,127,9694,1814,33101.02,twolocalrandom -7124,SUCCESS,2,1,12902.57,61849432.58,61862335.15,127,4340,2527,20644.11,qpeinexact -7125,SUCCESS,2,1,2996.34,61862335.15,61865331.49,127,2007,1269,4794.14,su2random -7126,SUCCESS,2,1,47891.88,61865331.49,61913223.37,127,18304,2224,76627.01,su2random -7127,SUCCESS,2,1,563.42,61913223.37,61913786.79,127,197,2431,901.47,wstate -7128,SUCCESS,2,1,4336.83,61913786.79,61918123.62,127,912,4042,6938.93,random -7131,SUCCESS,2,1,2527.08,61918123.62,61920650.7,127,1796,1196,4043.33,ae -7132,SUCCESS,2,1,13749.93,61920650.7,61934400.63,127,7679,1522,21999.89,qftentangled -7135,SUCCESS,2,1,2103.57,61934400.63,61936504.2,127,458,3904,3365.71,ae -7136,SUCCESS,2,1,546.74,61936504.2,61937050.94,127,145,3205,874.78,wstate -7137,SUCCESS,2,1,340.54,61937050.94,61937391.48,127,223,1298,544.86,qftentangled -7139,SUCCESS,2,1,152.22,61937391.48,61937543.7,127,36,3594,243.55,graphstate -7141,SUCCESS,2,1,3802.26,61937543.7,61941345.96,127,2276,1420,6083.62,qftentangled -7143,SUCCESS,2,1,220.1,61941345.96,61941566.06,127,60,3118,352.16,graphstate -7145,SUCCESS,2,1,2891.24,61941566.06,61944457.3,127,1286,1911,4625.98,wstate -7146,SUCCESS,2,1,12071.37,61944457.3,61956528.67,127,7954,1290,19314.19,su2random -7147,SUCCESS,2,1,5663.71,61956528.67,61962192.38,127,1827,2635,9061.94,ae -7149,SUCCESS,2,1,1655.28,61962192.38,61963847.66,127,1263,1114,2648.45,twolocalrandom -7150,SUCCESS,2,1,539.83,61963847.66,61964387.49,127,416,1103,863.73,ae -7151,SUCCESS,2,1,1801.99,61964387.49,61966189.48,127,701,2185,2883.18,dj -7152,SUCCESS,2,1,3589.13,61966189.48,61969778.61,127,1486,2053,5742.61,wstate -7153,SUCCESS,2,1,7965.18,61969778.61,61977743.79,127,6240,1085,12744.29,twolocalrandom -7154,SUCCESS,2,1,12520.32,61977743.79,61990264.11,127,3131,3399,20032.51,qpeinexact -7155,SUCCESS,2,1,3107.38,61990264.11,61993371.49,127,1318,2004,4971.81,realamprandom -7156,SUCCESS,2,1,225.19,61993371.49,61993596.68,127,73,2622,360.3,ghz -7157,SUCCESS,2,1,16808.72,61993596.68,62010405.4,127,6169,2316,26893.95,su2random -7158,SUCCESS,2,1,728.66,62010405.4,62011134.06,127,203,3051,1165.86,graphstate -7159,SUCCESS,2,1,4616.56,62011134.06,62015750.62,127,2509,1564,7386.5,qpeinexact -7160,SUCCESS,2,1,12058.47,62015750.62,62027809.09,127,2786,3679,19293.55,ae -7162,SUCCESS,2,1,91815.99,62027809.09,62119625.08,127,31368,2488,146905.58,random -7163,SUCCESS,2,1,11407.33,62119625.08,62131032.41,127,5621,1725,18251.73,realamprandom -7166,SUCCESS,2,1,14369.34,62131032.41,62145401.75,127,7097,1721,22990.94,qftentangled -7167,SUCCESS,2,1,5116.95,62145401.75,62150518.7,127,3295,1320,8187.12,qpeexact -7168,SUCCESS,2,1,4158.68,62150518.7,62154677.38,127,2162,1635,6653.89,twolocalrandom -7169,SUCCESS,2,1,95.53,62154677.38,62154772.91,127,58,1400,152.85,ghz -7172,SUCCESS,2,1,2024.36,62154772.91,62156797.27,127,742,2319,3238.98,qftentangled -7173,SUCCESS,2,1,7195.96,62156797.27,62163993.23,127,4040,1514,11513.54,ae -7174,SUCCESS,2,1,214.8,62163993.23,62164208.03,127,67,2725,343.68,graphstate -7175,SUCCESS,2,1,18476.29,62164208.03,62182684.32,127,6607,2377,29562.06,qwalk-v-chain -7177,SUCCESS,2,1,69191.6,62182684.32,62251875.92,127,23734,2478,110706.56,random -7178,SUCCESS,2,1,132.02,62251875.92,62252007.94,127,35,3206,211.23,graphstate -7179,SUCCESS,2,1,113.28,62252007.94,62252121.22,127,54,1783,181.25,qaoa -7180,SUCCESS,2,1,539.77,62252121.22,62252660.99,127,204,2249,863.63,su2random -7184,SUCCESS,2,1,282.35,62252660.99,62252943.34,127,131,1832,451.76,graphstate -7186,SUCCESS,2,1,42969.16,62252943.34,62295912.5,127,12066,3027,68750.66,su2random -7187,SUCCESS,2,1,5115.32,62295912.5,62301027.82,127,1642,2648,8184.51,qnn -7188,SUCCESS,2,1,23676.16,62301027.82,62324703.98,127,7690,2617,37881.86,qpeinexact -7189,SUCCESS,2,1,1868.71,62324703.98,62326572.69,127,397,4001,2989.94,wstate -7190,SUCCESS,2,1,497.81,62326572.69,62327070.5,127,112,3778,796.5,dj -7191,SUCCESS,2,1,10817.76,62327070.5,62337888.26,127,5662,1624,17308.42,qpeinexact -7192,SUCCESS,2,1,296.96,62337888.26,62338185.22,127,107,2359,475.14,graphstate -7193,SUCCESS,2,1,4748.31,62338185.22,62342933.53,127,1272,3173,7597.3,realamprandom -7194,SUCCESS,2,1,11082.11,62342933.53,62354015.64,127,4181,2253,17731.38,qpeinexact -7195,SUCCESS,2,1,10455.46,62354015.64,62364471.1,127,2545,3492,16728.74,qpeinexact -7196,SUCCESS,2,1,5810.95,62364471.1,62370282.05,127,2647,1866,9297.52,qnn -7198,SUCCESS,2,1,411.6,62370282.05,62370693.65,127,298,1174,658.56,dj -7199,SUCCESS,2,1,11543.48,62370693.65,62382237.13,127,3108,3157,18469.57,qft -7200,SUCCESS,2,1,4162.11,62382237.13,62386399.24,127,888,3984,6659.38,qpeexact -7201,SUCCESS,2,1,4962.43,62386399.24,62391361.67,127,2162,1951,7939.89,realamprandom -7202,SUCCESS,2,1,2139.61,62391361.67,62393501.28,127,982,1852,3423.38,random -7203,SUCCESS,2,1,12276.66,62393501.28,62405777.94,127,4379,2383,19642.66,qpeexact -7204,SUCCESS,2,1,197.89,62405777.94,62405975.83,127,62,2713,316.62,graphstate -7205,SUCCESS,2,1,213.41,62405975.83,62406189.24,127,145,1251,341.46,wstate -7206,SUCCESS,2,1,357.89,62406189.24,62406547.13,127,234,1300,572.62,qftentangled -7207,SUCCESS,2,1,22552.04,62406547.13,62429099.17,127,8573,2236,36083.26,qpeinexact -7208,SUCCESS,2,1,684.17,62429099.17,62429783.34,127,197,2952,1094.67,wstate -7209,SUCCESS,2,1,30283.37,62429783.34,62460066.71,127,6432,4002,48453.39,qft -7210,SUCCESS,2,1,17431.03,62460066.71,62477497.74,127,4869,3043,27889.65,qftentangled -7212,SUCCESS,2,1,20081.47,62477497.74,62497579.21,127,5366,3181,32130.35,twolocalrandom -7213,SUCCESS,2,1,14782.56,62497579.21,62512361.77,127,3779,3325,23652.1,realamprandom -7214,SUCCESS,2,1,484.52,62512361.77,62512846.29,127,130,3168,775.23,graphstate -7215,SUCCESS,2,1,407.96,62512846.29,62513254.25,127,213,1628,652.74,graphstate -7216,SUCCESS,2,1,442.49,62513254.25,62513696.74,127,135,2786,707.98,graphstate -7217,SUCCESS,2,1,4942.35,62513696.74,62518639.09,127,2139,1964,7907.76,twolocalrandom -7218,SUCCESS,2,1,4317.42,62518639.09,62522956.51,127,3110,1180,6907.87,qpeinexact -7219,SUCCESS,2,1,2651.23,62522956.51,62525607.74,127,1420,1587,4241.97,qftentangled -7220,SUCCESS,2,1,11341.18,62525607.74,62536948.92,127,2515,3833,18145.89,qpeinexact -7221,SUCCESS,2,1,564.11,62536948.92,62537513.03,127,128,3746,902.58,dj -7222,SUCCESS,2,1,944.95,62537513.03,62538457.98,127,320,2510,1511.92,qftentangled -7224,SUCCESS,2,1,5030.91,62538457.98,62543488.89,127,1852,2309,8049.46,qftentangled -7225,SUCCESS,2,1,296.85,62543488.89,62543785.74,127,95,2656,474.96,ghz -7226,SUCCESS,2,1,4725.77,62543785.74,62548511.51,127,1748,2298,7561.23,qft -7227,SUCCESS,2,1,10246.03,62548511.51,62558757.54,127,5040,1728,16393.65,qft -7228,SUCCESS,2,1,6843.9,62558757.54,62565601.44,127,5222,1114,10950.24,qnn -7229,SUCCESS,2,1,4460.28,62565601.44,62570061.72,127,1728,2194,7136.45,qpeinexact -7230,SUCCESS,2,1,13224.23,62570061.72,62583285.95,127,4026,2792,21158.77,twolocalrandom -7231,SUCCESS,2,1,906.38,62583285.95,62584192.33,127,594,1297,1450.21,dj -7232,SUCCESS,2,1,5811.13,62584192.33,62590003.46,127,2455,2012,9297.81,pricingcall -7233,SUCCESS,2,1,374.42,62590003.46,62590377.88,127,95,3350,599.07,graphstate -7234,SUCCESS,2,1,3002.92,62590377.88,62593380.8,127,1120,2279,4804.67,qftentangled -7236,SUCCESS,2,1,116.58,62593380.8,62593497.38,127,45,2202,186.53,graphstate -7238,SUCCESS,2,1,2281.79,62593497.38,62595779.17,127,704,2755,3650.86,qpeexact -7239,SUCCESS,2,1,1367.25,62595779.17,62597146.42,127,292,3980,2187.6,graphstate -7240,SUCCESS,2,1,469.42,62597146.42,62597615.84,127,168,2375,751.07,graphstate -7241,SUCCESS,2,1,4141.8,62597615.84,62601757.64,127,913,3856,6626.88,realamprandom -7242,SUCCESS,2,1,16493.87,62601757.64,62618251.51,127,6437,2178,26390.19,qft -7244,SUCCESS,2,1,2207.97,62618251.51,62620459.48,127,993,1890,3532.75,ghz -7245,SUCCESS,2,1,619.89,62620459.48,62621079.37,127,275,1916,991.82,dj -7246,SUCCESS,2,1,45093.15,62621079.37,62666172.52,127,21235,1805,72149.04,random -7247,SUCCESS,2,1,1677.11,62666172.52,62667849.63,127,592,2408,2683.38,twolocalrandom -7249,SUCCESS,2,1,8105.12,62667849.63,62675954.75,127,3533,1950,12968.19,twolocalrandom -7251,SUCCESS,2,1,3594.01,62675954.75,62679548.76,127,2162,1413,5750.42,twolocalrandom -7252,SUCCESS,2,1,794.13,62679548.76,62680342.89,127,319,2116,1270.61,qpeinexact -7253,SUCCESS,2,1,4182.14,62680342.89,62684525.03,127,3392,1048,6691.42,random -7254,SUCCESS,2,1,587.9,62684525.03,62685112.93,127,122,4096,940.64,graphstate -7256,SUCCESS,2,1,14352.44,62685112.93,62699465.37,127,3564,3423,22963.9,qnn -7257,SUCCESS,2,1,54552.62,62699465.37,62754017.99,127,13162,3523,87284.19,random -7258,SUCCESS,2,1,12949.33,62754017.99,62766967.32,127,3225,3413,20718.93,twolocalrandom -7259,SUCCESS,2,1,29635.65,62766967.32,62796602.97,127,6799,3705,47417.04,qpeinexact -7261,SUCCESS,2,1,3774.45,62796602.97,62800377.42,127,2159,1486,6039.12,ae -7262,SUCCESS,2,1,5127.66,62800377.42,62805505.08,127,1113,3916,8204.26,wstate -7263,SUCCESS,2,1,2465.69,62805505.08,62807970.77,127,578,3626,3945.1,qpeinexact -7264,SUCCESS,2,1,68142.96,62807970.77,62876113.73,127,22661,2556,109028.74,random -7265,SUCCESS,2,1,17972.77,62876113.73,62894086.5,127,6922,2207,28756.43,qft -7266,SUCCESS,2,1,549.22,62894086.5,62894635.72,127,210,2223,878.75,qpeinexact -7267,SUCCESS,2,1,141.45,62894635.72,62894777.17,127,94,1279,226.32,graphstate -7268,SUCCESS,2,1,228.39,62894777.17,62895005.56,127,58,3347,365.42,graphstate -7269,SUCCESS,2,1,1502.76,62895005.56,62896508.32,127,610,2094,2404.42,dj -7270,SUCCESS,2,1,17187.22,62896508.32,62913695.54,127,7243,2017,27499.55,qnn -7271,SUCCESS,2,1,4054.6,62913695.54,62917750.14,127,2395,1439,6487.36,realamprandom -7273,SUCCESS,2,1,18235.58,62917750.14,62935985.72,127,4354,3560,29176.93,qpeexact -7275,SUCCESS,2,1,686.18,62935985.72,62936671.9,127,195,2991,1097.89,graphstate -7276,SUCCESS,2,1,526.43,62936671.9,62937198.33,127,115,3891,842.29,dj -7277,SUCCESS,2,1,16183.68,62937198.33,62953382.01,127,10220,1346,25893.89,ae -7278,SUCCESS,2,1,1906.59,62953382.01,62955288.6,127,740,2190,3050.54,twolocalrandom -7279,SUCCESS,2,1,8479.91,62955288.6,62963768.51,127,4260,1692,13567.86,qpeinexact -7280,SUCCESS,2,1,1371.52,62963768.51,62965140.03,127,468,2491,2194.43,qftentangled -7281,SUCCESS,2,1,1622.07,62965140.03,62966762.1,127,501,2752,2595.31,portfoliovqe -7282,SUCCESS,2,1,522.45,62966762.1,62967284.55,127,353,1258,835.92,wstate -7283,SUCCESS,2,1,2689.08,62967284.55,62969973.63,127,814,2808,4302.53,twolocalrandom -7284,SUCCESS,2,1,7053.6,62969973.63,62977027.23,127,4181,1434,11285.76,su2random -7285,SUCCESS,2,1,245.99,62977027.23,62977273.22,127,70,2987,393.58,graphstate -7286,SUCCESS,2,1,461.38,62977273.22,62977734.6,127,298,1316,738.21,su2random -7287,SUCCESS,2,1,23017.41,62977734.6,63000752.01,127,4879,4010,36827.86,realamprandom -7288,SUCCESS,2,1,43108.14,63000752.01,63043860.15,127,9779,3747,68973.02,ae -7289,SUCCESS,2,1,120.69,63043860.15,63043980.84,127,34,3017,193.1,ghz -7292,SUCCESS,2,1,20075.3,63043980.84,63064056.14,127,7200,2370,32120.48,su2random -7294,SUCCESS,2,1,167865.22,63064056.14,63231921.36,127,37918,3763,268584.35,random -7295,SUCCESS,2,1,1220.53,63231921.36,63233141.89,127,838,1238,1952.85,dj -7296,SUCCESS,2,1,1913.22,63233141.89,63235055.11,127,547,2973,3061.15,dj -7298,SUCCESS,2,1,5296.95,63235055.11,63240352.06,127,1400,3216,8475.12,qnn -7300,SUCCESS,2,1,704.2,63240352.06,63241056.26,127,302,1982,1126.72,dj -7301,SUCCESS,2,1,1421.98,63241056.26,63242478.24,127,328,3685,2275.17,dj -7302,SUCCESS,2,1,13884.13,63242478.24,63256362.37,127,4576,2579,22214.61,qpeexact -7303,SUCCESS,2,1,5404.16,63256362.37,63261766.53,127,1738,2643,8646.66,twolocalrandom -7304,SUCCESS,2,1,6268.23,63261766.53,63268034.76,127,4813,1107,10029.17,qpeinexact -7305,SUCCESS,2,1,39358.8,63268034.76,63307393.56,127,13572,2465,62974.08,su2random -7306,SUCCESS,2,1,2368.49,63307393.56,63309762.05,127,536,3756,3789.58,graphstate -7307,SUCCESS,2,1,17110.73,63309762.05,63326872.78,127,4555,3193,27377.17,qftentangled -7308,SUCCESS,2,1,46827.53,63326872.78,63373700.31,127,11340,3510,74924.05,twolocalrandom -7309,SUCCESS,2,1,612.43,63373700.31,63374312.74,127,180,2892,979.89,qftentangled -7310,SUCCESS,2,1,12402.77,63374312.74,63386715.51,127,4303,2450,19844.43,qftentangled -7311,SUCCESS,2,1,3821.54,63386715.51,63390537.05,127,1488,2183,6114.46,ae -7313,SUCCESS,2,1,13822.6,63390537.05,63404359.65,127,6710,1751,22116.16,ae -7314,SUCCESS,2,1,1603.28,63404359.65,63405962.93,127,339,4020,2565.25,graphstate diff --git a/output/iQuantumExample6-19-07-2023_14-46-38.csv b/output/iQuantumExample6-19-07-2023_14-46-38.csv deleted file mode 100644 index 872964e0e..000000000 --- a/output/iQuantumExample6-19-07-2023_14-46-38.csv +++ /dev/null @@ -1,7316 +0,0 @@ -QTask_ID,Status,QDCenter,QNode_ID,Execution_Time,Start_Time,Finish_Time,No_Qubits,No_Layers,Shots,Cost,Application -3,SUCCESS,2,0,1612.61,0.01,1612.62,27,2501,1483,2580.18,twolocalrandom -8,SUCCESS,2,0,544.62,1612.62,2157.24,27,339,3695,871.39,portfoliovqe -9,SUCCESS,2,0,314.86,2157.24,2472.1,27,233,3108,503.78,qnn -14,SUCCESS,2,0,61.8,2472.1,2533.9,27,84,1692,98.88,graphstate -19,SUCCESS,2,0,484.47,2533.9,3018.37,27,445,2504,775.15,portfolioqaoa -29,SUCCESS,2,0,692.65,3018.37,3711.02,27,465,3426,1108.24,qft -31,SUCCESS,2,0,1417.76,3711.02,5128.78,27,1057,3085,2268.42,realamprandom -39,SUCCESS,2,0,59.93,5128.78,5188.71,27,35,3938,95.89,qaoa -44,SUCCESS,2,0,104.61,5188.71,5293.32,27,116,2074,167.38,routing -45,SUCCESS,2,0,290.58,5293.32,5583.9,27,223,2997,464.93,qpeexact -47,SUCCESS,2,0,467.73,5583.9,6051.63,27,680,1582,748.37,qftentangled -55,SUCCESS,2,0,745.47,6051.63,6797.1,27,912,1880,1192.75,qpeexact -63,SUCCESS,2,0,108.3,6797.1,6905.4,27,65,3832,173.28,wstate -64,SUCCESS,2,0,72.81,6905.4,6978.21,27,42,3987,116.5,qaoa -66,SUCCESS,2,0,52.64,6978.21,7030.85,27,112,1081,84.22,wstate -70,SUCCESS,2,0,1066.67,7030.85,8097.52,27,802,3059,1706.67,qnn -84,SUCCESS,2,0,374.2,8097.52,8471.72,27,326,2640,598.72,pricingput -86,SUCCESS,2,0,869.57,8471.72,9341.29,27,500,4000,1391.31,portfoliovqe -91,SUCCESS,2,0,219.97,9341.29,9561.26,27,320,1581,351.95,portfoliovqe -99,SUCCESS,2,0,999.91,9561.26,10561.17,27,848,2712,1599.86,qft -105,SUCCESS,2,0,99.22,10561.17,10660.39,27,63,3622,158.75,dj -112,SUCCESS,2,0,420.61,10660.39,11081,27,434,2229,672.98,qpeexact -118,SUCCESS,2,0,202.26,11081,11283.26,27,252,1846,323.62,realamprandom -129,SUCCESS,2,0,3145.54,11283.26,14428.8,27,2195,3296,5032.86,pricingput -136,SUCCESS,2,0,1563.09,14428.8,15991.89,27,912,3942,2500.94,qpeinexact -139,SUCCESS,2,0,851.66,15991.89,16843.55,27,756,2591,1362.66,qpeinexact -141,SUCCESS,2,0,556.16,16843.55,17399.71,27,804,1591,889.86,su2random -158,SUCCESS,2,0,28.69,17399.71,17428.4,27,30,2199,45.9,graphstate -159,SUCCESS,2,0,368.64,17428.4,17797.04,27,576,1472,589.82,groundstate -160,SUCCESS,2,0,1501.97,17797.04,19299.01,27,1114,3101,2403.15,realamprandom -161,SUCCESS,2,0,757.28,19299.01,20056.29,27,1218,1430,1211.65,twolocalrandom -166,SUCCESS,2,0,204.25,20056.29,20260.54,27,210,2237,326.8,qpeexact -169,SUCCESS,2,0,39.09,20260.54,20299.63,27,66,1362,62.54,ghz -184,SUCCESS,2,0,507.45,20299.63,20807.08,27,729,1601,811.92,qpeexact -193,SUCCESS,2,0,17.16,20807.08,20824.24,27,21,1879,27.46,ghz -197,SUCCESS,2,0,466.02,20824.24,21290.26,27,352,3045,745.63,portfoliovqe -207,SUCCESS,2,0,60.65,21290.26,21350.91,27,41,3402,97.04,wstate -208,SUCCESS,2,0,281.95,21350.91,21632.86,27,210,3088,451.12,su2random -213,SUCCESS,2,0,28.26,21632.86,21661.12,27,16,4061,45.22,ghz -224,SUCCESS,2,0,541.6,21661.12,22202.72,27,316,3942,866.56,qpeexact -229,SUCCESS,2,0,77.86,22202.72,22280.58,27,73,2453,124.58,wstate -231,SUCCESS,2,0,5350.46,22280.58,27631.04,27,7008,1756,8560.74,pricingput -0,SUCCESS,2,1,30343.47,0.01,30343.48,127,20952,1231,48549.55,random -236,SUCCESS,2,0,4472.76,27631.04,32103.8,27,3916,2627,7156.42,qwalk-v-chain -237,SUCCESS,2,0,1590.46,32103.8,33694.26,27,976,3748,2544.74,qpeexact -240,SUCCESS,2,0,307.72,33694.26,34001.98,27,196,3611,492.35,qpeexact -252,SUCCESS,2,0,1036.14,34001.98,35038.12,27,928,2568,1657.82,portfoliovqe -260,SUCCESS,2,0,29.08,35038.12,35067.2,27,45,1486,46.53,wstate -265,SUCCESS,2,0,502.91,35067.2,35570.11,27,492,2351,804.66,qftentangled -272,SUCCESS,2,0,812.56,35570.11,36382.67,27,701,2666,1300.1,qpeexact -275,SUCCESS,2,0,281.37,36382.67,36664.04,27,189,3424,450.19,ae -276,SUCCESS,2,0,22.78,36664.04,36686.82,27,24,2183,36.45,ghz -278,SUCCESS,2,0,985.91,36686.82,37672.73,27,958,2367,1577.46,qpeinexact -285,SUCCESS,2,0,249.1,37672.73,37921.83,27,297,1929,398.56,qft -287,SUCCESS,2,0,262.35,37921.83,38184.18,27,333,1812,419.76,qft -289,SUCCESS,2,0,41.05,38184.18,38225.23,27,32,2950,65.68,graphstate -291,SUCCESS,2,0,871.47,38225.23,39096.7,27,589,3403,1394.35,su2random -296,SUCCESS,2,0,552.68,39096.7,39649.38,27,543,2341,884.29,qft -321,SUCCESS,2,0,606.35,39649.38,40255.73,27,475,2936,970.16,qft -326,SUCCESS,2,0,10.42,40255.73,40266.15,27,11,2178,16.67,ghz -329,SUCCESS,2,0,320.77,40266.15,40586.92,27,399,1849,513.23,portfoliovqe -338,SUCCESS,2,0,18.67,40586.92,40605.59,27,27,1590,29.87,vqe -339,SUCCESS,2,0,214.16,40605.59,40819.75,27,196,2513,342.66,random -340,SUCCESS,2,0,654.86,40819.75,41474.61,27,1119,1346,1047.78,twolocalrandom -342,SUCCESS,2,0,24.45,41474.61,41499.06,27,19,2959,39.12,ghz -344,SUCCESS,2,0,2291.18,41499.06,43790.24,27,1306,4035,3665.89,pricingput -359,SUCCESS,2,0,2782.89,43790.24,46573.13,27,2192,2920,4452.62,random -361,SUCCESS,2,0,733.77,46573.13,47306.9,27,892,1892,1174.03,qpeexact -367,SUCCESS,2,0,13.77,47306.9,47320.67,27,24,1319,22.03,vqe -369,SUCCESS,2,0,64.42,47320.67,47385.09,27,38,3899,103.07,dj -374,SUCCESS,2,0,1215.35,47385.09,48600.44,27,902,3099,1944.56,ae -378,SUCCESS,2,0,466.71,48600.44,49067.15,27,872,1231,746.74,qnn -383,SUCCESS,2,0,401.78,49067.15,49468.93,27,772,1197,642.85,qpeexact -1,SUCCESS,2,1,34387.5,30343.48,64730.98,127,8733,3347,55020,twolocalrandom -384,SUCCESS,2,0,17048.5,49468.93,66517.43,27,10238,3830,27277.6,grover-noancilla -391,SUCCESS,2,0,143.63,66517.43,66661.06,27,83,3980,229.81,dj -2,SUCCESS,2,1,4930.17,64730.98,69661.15,127,1838,2280,7888.27,qpeexact -406,SUCCESS,2,0,3780.67,66661.06,70441.73,27,3481,2498,6049.07,random -407,SUCCESS,2,0,305.64,70441.73,70747.37,27,172,4087,489.02,qft -416,SUCCESS,2,0,916.65,70747.37,71664.02,27,728,2896,1466.64,qpeexact -4,SUCCESS,2,1,2940.12,69661.15,72601.27,127,694,3601,4704.19,dj -427,SUCCESS,2,0,1956.56,71664.02,73620.58,27,2039,2207,3130.5,realamprandom -5,SUCCESS,2,1,11024.59,72601.27,83625.86,127,3152,2973,17639.34,realamprandom -434,SUCCESS,2,0,13397.17,73620.58,87017.75,27,9972,3090,21435.47,qwalk-noancilla -447,SUCCESS,2,0,114.19,87017.75,87131.94,27,69,3806,182.7,tsp -451,SUCCESS,2,0,61.77,87131.94,87193.71,27,105,1353,98.83,qft -455,SUCCESS,2,0,104.94,87193.71,87298.65,27,79,3055,167.9,dj -462,SUCCESS,2,0,613.2,87298.65,87911.85,27,730,1932,981.12,qft -466,SUCCESS,2,0,512.62,87911.85,88424.47,27,521,2263,820.19,twolocalrandom -467,SUCCESS,2,0,73.21,88424.47,88497.68,27,120,1403,117.14,wstate -472,SUCCESS,2,0,103.27,88497.68,88600.95,27,105,2262,165.23,wstate -473,SUCCESS,2,0,240.18,88600.95,88841.13,27,329,1679,384.29,su2random -6,SUCCESS,2,1,5663.96,83625.86,89289.82,127,3527,1365,9062.34,twolocalrandom -475,SUCCESS,2,0,523.41,88841.13,89364.54,27,352,3420,837.46,realamprandom -7,SUCCESS,2,1,4077.41,89289.82,93367.23,127,1094,3168,6523.86,wstate -10,SUCCESS,2,1,8422.48,93367.23,101789.71,127,2777,2578,13475.97,qftentangled -11,SUCCESS,2,1,38.21,101789.71,101827.92,127,26,1249,61.14,routing -12,SUCCESS,2,1,4714.54,101827.92,106542.46,127,1027,3902,7543.26,wstate -13,SUCCESS,2,1,6497.8,106542.46,113040.26,127,2309,2392,10396.48,random -15,SUCCESS,2,1,32228.56,113040.26,145268.82,127,7008,3909,51565.7,qpeexact -16,SUCCESS,2,1,1371.03,145268.82,146639.85,127,708,1646,2193.65,ae -17,SUCCESS,2,1,8464.12,146639.85,155103.97,127,3753,1917,13542.59,twolocalrandom -18,SUCCESS,2,1,2641.56,155103.97,157745.53,127,648,3465,4226.5,su2random -20,SUCCESS,2,1,450.11,157745.53,158195.64,127,101,3788,720.18,dj -21,SUCCESS,2,1,12934.33,158195.64,171129.97,127,6517,1687,20694.93,qft -480,SUCCESS,2,0,83375.66,89364.54,172740.2,27,47750,4016,133401.06,qwalk-noancilla -484,SUCCESS,2,0,87.2,172740.2,172827.4,27,105,1910,139.52,dj -486,SUCCESS,2,0,1182.93,172827.4,174010.33,27,1001,2718,1892.69,ae -488,SUCCESS,2,0,32.22,174010.33,174042.55,27,59,1256,51.55,ghz -499,SUCCESS,2,0,374.03,174042.55,174416.58,27,633,1359,598.45,portfolioqaoa -503,SUCCESS,2,0,88.65,174416.58,174505.23,27,81,2517,141.84,wstate -504,SUCCESS,2,0,870.6,174505.23,175375.83,27,937,2137,1392.96,qnn -22,SUCCESS,2,1,4622.73,171129.97,175752.7,127,1451,2708,7396.37,qftentangled -508,SUCCESS,2,0,601.85,175375.83,175977.68,27,484,2860,962.96,qft -516,SUCCESS,2,0,124.41,175977.68,176102.09,27,258,1109,199.06,qft -521,SUCCESS,2,0,196.93,176102.09,176299.02,27,275,1647,315.09,qftentangled -533,SUCCESS,2,0,260.42,176299.02,176559.44,27,225,2662,416.67,twolocalrandom -538,SUCCESS,2,0,90.47,176559.44,176649.91,27,64,3251,144.75,graphstate -539,SUCCESS,2,0,505.5,176649.91,177155.41,27,674,1725,808.8,ae -540,SUCCESS,2,0,157.62,177155.41,177313.03,27,93,3898,252.19,graphstate -543,SUCCESS,2,0,542.27,177313.03,177855.3,27,331,3768,867.63,qnn -555,SUCCESS,2,0,2339.51,177855.3,180194.81,27,2907,1851,3743.22,random -559,SUCCESS,2,0,128.89,180194.81,180323.7,27,258,1149,206.22,portfolioqaoa -562,SUCCESS,2,0,1336.7,180323.7,181660.4,27,1200,2562,2138.72,qft -564,SUCCESS,2,0,769.77,181660.4,182430.17,27,488,3628,1231.63,pricingcall -567,SUCCESS,2,0,142166.59,182430.17,324596.76,27,88017,3715,227466.54,grover-noancilla -568,SUCCESS,2,0,1183.64,324596.76,325780.4,27,1238,2199,1893.82,qpeinexact -578,SUCCESS,2,0,142.19,325780.4,325922.59,27,82,3988,227.5,graphstate -585,SUCCESS,2,0,314.5,325922.59,326237.09,27,284,2547,503.2,qftentangled -589,SUCCESS,2,0,695.56,326237.09,326932.65,27,579,2763,1112.9,qftentangled -595,SUCCESS,2,0,97.61,326932.65,327030.26,27,107,2098,156.18,dj -596,SUCCESS,2,0,580.51,327030.26,327610.77,27,732,1824,928.82,portfoliovqe -603,SUCCESS,2,0,941.85,327610.77,328552.62,27,766,2828,1506.96,ae -612,SUCCESS,2,0,425.92,328552.62,328978.54,27,248,3950,681.47,qpeinexact -614,SUCCESS,2,0,46758.39,328978.54,375736.93,27,28587,3762,74813.42,grover-v-chain -616,SUCCESS,2,0,27.62,375736.93,375764.55,27,55,1155,44.19,ghz -628,SUCCESS,2,0,237.66,375764.55,376002.21,27,508,1076,380.26,portfolioqaoa -632,SUCCESS,2,0,488.19,376002.21,376490.4,27,470,2389,781.1,random -633,SUCCESS,2,0,297.59,376490.4,376787.99,27,355,1928,476.14,su2random -637,SUCCESS,2,0,13.86,376787.99,376801.85,27,22,1448,22.18,graphstate -642,SUCCESS,2,0,39.23,376801.85,376841.08,27,32,2819,62.77,routing -653,SUCCESS,2,0,11446.35,376841.08,388287.43,27,6950,3788,18314.16,pricingcall -654,SUCCESS,2,0,80.38,388287.43,388367.81,27,130,1422,128.61,wstate -663,SUCCESS,2,0,694.34,388367.81,389062.15,27,513,3113,1110.94,qpeexact -665,SUCCESS,2,0,328.05,389062.15,389390.2,27,250,3018,524.88,wstate -672,SUCCESS,2,0,363.23,389390.2,389753.43,27,292,2861,581.17,qpeexact -673,SUCCESS,2,0,342.57,389753.43,390096,27,337,2338,548.11,qnn -675,SUCCESS,2,0,598.13,390096,390694.13,27,568,2422,957.01,qpeexact -676,SUCCESS,2,0,415.71,390694.13,391109.84,27,314,3045,665.14,portfoliovqe -681,SUCCESS,2,0,445.81,391109.84,391555.65,27,438,2341,713.3,portfoliovqe -686,SUCCESS,2,0,241.93,391555.65,391797.58,27,215,2588,387.09,ae -699,SUCCESS,2,0,98.31,391797.58,391895.89,27,106,2133,157.3,dj -703,SUCCESS,2,0,53.93,391895.89,391949.82,27,68,1824,86.29,graphstate -721,SUCCESS,2,0,1806.14,391949.82,393755.96,27,1114,3729,2889.82,twolocalrandom -723,SUCCESS,2,0,40.64,393755.96,393796.6,27,29,3223,65.02,graphstate -725,SUCCESS,2,0,914.92,393796.6,394711.52,27,561,3751,1463.87,twolocalrandom -726,SUCCESS,2,0,1006.98,394711.52,395718.5,27,791,2928,1611.17,twolocalrandom -733,SUCCESS,2,0,101.16,395718.5,395819.66,27,71,3277,161.86,qaoa -735,SUCCESS,2,0,41.88,395819.66,395861.54,27,69,1396,67.01,vqe -747,SUCCESS,2,0,128.37,395861.54,395989.91,27,125,2362,205.39,dj -748,SUCCESS,2,0,46.76,395989.91,396036.67,27,41,2623,74.82,dj -23,SUCCESS,2,1,222823.27,175752.7,398575.97,127,48071,3940,356517.23,random -24,SUCCESS,2,1,7527.67,398575.97,406103.64,127,2286,2799,12044.27,realamprandom -25,SUCCESS,2,1,3535.35,406103.64,409638.99,127,961,3127,5656.56,wstate -26,SUCCESS,2,1,210.72,409638.99,409849.71,127,51,3512,337.15,dj -751,SUCCESS,2,0,13875.21,396036.67,409911.88,27,8407,3796,22200.34,pricingput -761,SUCCESS,2,0,317.05,409911.88,410228.93,27,669,1090,507.28,ae -762,SUCCESS,2,0,618.78,410228.93,410847.71,27,1229,1158,990.05,qpeinexact -769,SUCCESS,2,0,1079.88,410847.71,411927.59,27,1078,2304,1727.81,su2random -779,SUCCESS,2,0,91.91,411927.59,412019.5,27,60,3523,147.06,ghz -784,SUCCESS,2,0,14.41,412019.5,412033.91,27,10,3313,23.06,ghz -787,SUCCESS,2,0,1577.98,412033.91,413611.89,27,1287,2820,2524.77,su2random -788,SUCCESS,2,0,96.3,413611.89,413708.19,27,144,1538,154.08,dj -791,SUCCESS,2,0,455.52,413708.19,414163.71,27,687,1525,728.83,qpeexact -792,SUCCESS,2,0,1156.9,414163.71,415320.61,27,730,3645,1851.04,ae -798,SUCCESS,2,0,28.66,415320.61,415349.27,27,25,2636,45.86,graphstate -801,SUCCESS,2,0,987.34,415349.27,416336.61,27,912,2490,1579.74,ae -803,SUCCESS,2,0,89.58,416336.61,416426.19,27,96,2146,143.33,qpeexact -805,SUCCESS,2,0,624.53,416426.19,417050.72,27,675,2128,999.25,twolocalrandom -814,SUCCESS,2,0,361.92,417050.72,417412.64,27,270,3083,579.07,random -821,SUCCESS,2,0,811.28,417412.64,418223.92,27,713,2617,1298.05,ae -823,SUCCESS,2,0,853.73,418223.92,419077.65,27,499,3935,1365.97,realamprandom -826,SUCCESS,2,0,36.9,419077.65,419114.55,27,78,1088,59.04,tsp -831,SUCCESS,2,0,26.56,419114.55,419141.11,27,33,1851,42.5,wstate -832,SUCCESS,2,0,473.22,419141.11,419614.33,27,773,1408,757.15,qpeinexact -839,SUCCESS,2,0,609.27,419614.33,420223.6,27,436,3214,974.83,ae -841,SUCCESS,2,0,673.09,420223.6,420896.69,27,704,2199,1076.94,su2random -861,SUCCESS,2,0,200.19,420896.69,421096.88,27,366,1258,320.3,random -865,SUCCESS,2,0,669.05,421096.88,421765.93,27,582,2644,1070.48,random -866,SUCCESS,2,0,522.56,421765.93,422288.49,27,586,2051,836.1,realamprandom -867,SUCCESS,2,0,880.94,422288.49,423169.43,27,1438,1409,1409.5,pricingcall -868,SUCCESS,2,0,46.34,423169.43,423215.77,27,45,2368,74.14,graphstate -869,SUCCESS,2,0,128.97,423215.77,423344.74,27,113,2625,206.35,wstate -878,SUCCESS,2,0,32.47,423344.74,423377.21,27,20,3733,51.95,routing -882,SUCCESS,2,0,223.49,423377.21,423600.7,27,461,1115,357.58,qnn -887,SUCCESS,2,0,124.89,423600.7,423725.59,27,113,2542,199.82,dj -894,SUCCESS,2,0,508.1,423725.59,424233.69,27,518,2256,812.96,qft -895,SUCCESS,2,0,1316.41,424233.69,425550.1,27,2043,1482,2106.26,qwalk-v-chain -901,SUCCESS,2,0,119.24,425550.1,425669.34,27,218,1258,190.78,qft -903,SUCCESS,2,0,506.04,425669.34,426175.38,27,795,1464,809.66,qft -904,SUCCESS,2,0,1188.04,426175.38,427363.42,27,939,2910,1900.86,ae -918,SUCCESS,2,0,429.68,427363.42,427793.1,27,362,2730,687.49,qpeinexact -923,SUCCESS,2,0,218.63,427793.1,428011.73,27,335,1501,349.81,qpeinexact -928,SUCCESS,2,0,10735.63,428011.73,438747.36,27,7071,3492,17177.01,pricingcall -936,SUCCESS,2,0,266.12,438747.36,439013.48,27,494,1239,425.79,ae -944,SUCCESS,2,0,116.88,439013.48,439130.36,27,91,2954,187.01,dj -950,SUCCESS,2,0,2196.72,439130.36,441327.08,27,1242,4068,3514.75,qft -27,SUCCESS,2,1,41697.4,409849.71,451547.11,127,9030,3925,66715.84,qnn -28,SUCCESS,2,1,18331.2,451547.11,469878.31,127,7752,2010,29329.92,ae -30,SUCCESS,2,1,11936.17,469878.31,481814.48,127,8620,1177,19097.87,realamprandom -32,SUCCESS,2,1,3951.03,481814.48,485765.51,127,1794,1872,6321.65,qpeinexact -33,SUCCESS,2,1,1567.03,485765.51,487332.54,127,704,1892,2507.25,qft -34,SUCCESS,2,1,638.31,487332.54,487970.85,127,252,2153,1021.3,realamprandom -35,SUCCESS,2,1,555.64,487970.85,488526.49,127,210,2249,889.02,ghz -36,SUCCESS,2,1,19599.52,488526.49,508126.01,127,5198,3205,31359.23,random -37,SUCCESS,2,1,2019.89,508126.01,510145.9,127,970,1770,3231.82,ae -38,SUCCESS,2,1,5557.13,510145.9,515703.03,127,1292,3656,8891.41,qft -40,SUCCESS,2,1,23951.05,515703.03,539654.08,127,5986,3401,38321.68,qft -41,SUCCESS,2,1,8948.27,539654.08,548602.35,127,5429,1401,14317.23,ae -42,SUCCESS,2,1,178.05,548602.35,548780.4,127,95,1593,284.88,graphstate -43,SUCCESS,2,1,21735.37,548780.4,570515.77,127,5194,3557,34776.59,qpeexact -46,SUCCESS,2,1,15116.69,570515.77,585632.46,127,5219,2462,24186.7,qpeexact -951,SUCCESS,2,0,144575.24,441327.08,585902.32,27,98613,3372,231320.38,qwalk-noancilla -953,SUCCESS,2,0,509.92,585902.32,586412.24,27,358,3276,815.87,realamprandom -968,SUCCESS,2,0,112.81,586412.24,586525.05,27,66,3931,180.5,graphstate -48,SUCCESS,2,1,4548.59,585632.46,590181.05,127,1681,2300,7277.74,random -49,SUCCESS,2,1,6587.51,590181.05,596768.56,127,3329,1682,10540.02,qpeinexact -50,SUCCESS,2,1,28478.19,596768.56,625246.75,127,13170,1838,45565.1,su2random -51,SUCCESS,2,1,263.47,625246.75,625510.22,127,129,1736,421.55,graphstate -52,SUCCESS,2,1,139.72,625510.22,625649.94,127,29,4095,223.55,wstate -53,SUCCESS,2,1,22311.23,625649.94,647961.17,127,18448,1028,35697.97,random -54,SUCCESS,2,1,333.93,647961.17,648295.1,127,109,2604,534.29,wstate -56,SUCCESS,2,1,2543.72,648295.1,650838.82,127,630,3432,4069.95,dj -57,SUCCESS,2,1,1863.07,650838.82,652701.89,127,841,1883,2980.91,ae -58,SUCCESS,2,1,988.3,652701.89,653690.19,127,361,2327,1581.28,dj -59,SUCCESS,2,1,1032.22,653690.19,654722.41,127,851,1031,1651.55,realamprandom -60,SUCCESS,2,1,2731.92,654722.41,657454.33,127,1673,1388,4371.07,qnn -61,SUCCESS,2,1,7744,657454.33,665198.33,127,2420,2720,12390.4,qftentangled -976,SUCCESS,2,0,103827.89,586525.05,690352.94,27,76125,3137,166124.62,qwalk-noancilla -979,SUCCESS,2,0,1441.79,690352.94,691794.73,27,896,3701,2306.86,twolocalrandom -982,SUCCESS,2,0,782.45,691794.73,692577.18,27,447,4026,1251.92,qft -987,SUCCESS,2,0,294.98,692577.18,692872.16,27,316,2147,471.97,wstate -991,SUCCESS,2,0,263.79,692872.16,693135.95,27,338,1795,422.06,realamprandom -995,SUCCESS,2,0,146.3,693135.95,693282.25,27,109,3087,234.08,ghz -1012,SUCCESS,2,0,527.01,693282.25,693809.26,27,740,1638,843.22,su2random -1015,SUCCESS,2,0,799.05,693809.26,694608.31,27,600,3063,1278.48,realamprandom -1016,SUCCESS,2,0,524.08,694608.31,695132.39,27,399,3021,838.53,qnn -1018,SUCCESS,2,0,256.95,695132.39,695389.34,27,324,1824,411.12,qft -1019,SUCCESS,2,0,1651.67,695389.34,697041.01,27,1229,3091,2642.67,qpeexact -1028,SUCCESS,2,0,256.62,697041.01,697297.63,27,241,2449,410.59,realamprandom -1033,SUCCESS,2,0,413.36,697297.63,697710.99,27,394,2413,661.38,qnn -1034,SUCCESS,2,0,1694.44,697710.99,699405.43,27,1110,3511,2711.1,random -1038,SUCCESS,2,0,11.88,699405.43,699417.31,27,11,2483,19.01,ghz -1039,SUCCESS,2,0,60.52,699417.31,699477.83,27,41,3395,96.83,dj -1044,SUCCESS,2,0,914.45,699477.83,700392.28,27,781,2693,1463.12,twolocalrandom -1046,SUCCESS,2,0,30.8,700392.28,700423.08,27,19,3728,49.28,ghz -1047,SUCCESS,2,0,348.33,700423.08,700771.41,27,410,1954,557.33,portfolioqaoa -1048,SUCCESS,2,0,75.21,700771.41,700846.62,27,62,2790,120.34,ghz -1049,SUCCESS,2,0,264.01,700846.62,701110.63,27,196,3098,422.42,tsp -1052,SUCCESS,2,0,1348.23,701110.63,702458.86,27,2378,1304,2157.17,random -1057,SUCCESS,2,0,191.16,702458.86,702650.02,27,139,3163,305.86,qft -1059,SUCCESS,2,0,173.25,702650.02,702823.27,27,229,1740,277.2,qft -1072,SUCCESS,2,0,52.14,702823.27,702875.41,27,33,3634,83.42,wstate -1077,SUCCESS,2,0,1120.03,702875.41,703995.44,27,766,3363,1792.05,portfolioqaoa -1079,SUCCESS,2,0,8594.38,703995.44,712589.82,27,5392,3666,13751.01,qwalk-noancilla -1092,SUCCESS,2,0,386.88,712589.82,712976.7,27,693,1284,619.01,random -62,SUCCESS,2,1,58853.67,665198.33,724052,127,12791,3911,94165.87,realamprandom -65,SUCCESS,2,1,12691.47,724052,736743.47,127,4668,2311,20306.35,qftentangled -67,SUCCESS,2,1,19391.06,736743.47,756134.53,127,4926,3346,31025.7,qpeexact -68,SUCCESS,2,1,1692.2,756134.53,757826.73,127,371,3877,2707.52,qnn -69,SUCCESS,2,1,2678.17,757826.73,760504.9,127,1246,1827,4285.07,wstate -71,SUCCESS,2,1,7445.81,760504.9,767950.71,127,5047,1254,11913.3,su2random -72,SUCCESS,2,1,4357.62,767950.71,772308.33,127,1117,3316,6972.19,wstate -73,SUCCESS,2,1,1246.22,772308.33,773554.55,127,294,3603,1993.95,graphstate -1095,SUCCESS,2,0,64348.61,712976.7,777325.31,27,79315,1866,102957.78,qwalk-noancilla -74,SUCCESS,2,1,55480.04,773554.55,829034.59,127,32124,1468,88768.06,random -75,SUCCESS,2,1,401.88,829034.59,829436.47,127,158,2162,643.01,graphstate -76,SUCCESS,2,1,28045.84,829436.47,857482.31,127,11726,2033,44873.34,qnn -77,SUCCESS,2,1,7287.62,857482.31,864769.93,127,4776,1297,11660.19,qftentangled -78,SUCCESS,2,1,3428.06,864769.93,868197.99,127,1154,2525,5484.9,qnn -79,SUCCESS,2,1,376.44,868197.99,868574.43,127,101,3168,602.3,wstate -80,SUCCESS,2,1,3082.75,868574.43,871657.18,127,2393,1095,4932.4,su2random -81,SUCCESS,2,1,28211.65,871657.18,899868.83,127,7922,3027,45138.64,qpeexact -82,SUCCESS,2,1,1875.65,899868.83,901744.48,127,1070,1490,3001.04,ghz -83,SUCCESS,2,1,1290.68,901744.48,903035.16,127,582,1885,2065.09,wstate -85,SUCCESS,2,1,3157.73,903035.16,906192.89,127,1532,1752,5052.37,ae -87,SUCCESS,2,1,12153.92,906192.89,918346.81,127,3555,2906,19446.27,qftentangled -88,SUCCESS,2,1,19160.41,918346.81,937507.22,127,4371,3726,30656.66,random -89,SUCCESS,2,1,3144.87,937507.22,940652.09,127,797,3354,5031.79,qftentangled -90,SUCCESS,2,1,1543.83,940652.09,942195.92,127,547,2399,2470.13,su2random -92,SUCCESS,2,1,13532.17,942195.92,955728.09,127,5158,2230,21651.47,qwalk-v-chain -93,SUCCESS,2,1,92.65,955728.09,955820.74,127,42,1875,148.24,dj -94,SUCCESS,2,1,9010.32,955820.74,964831.06,127,2244,3413,14416.51,qftentangled -95,SUCCESS,2,1,1762.49,964831.06,966593.55,127,532,2816,2819.98,ae -96,SUCCESS,2,1,844.59,966593.55,967438.14,127,187,3839,1351.34,dj -97,SUCCESS,2,1,9793.57,967438.14,977231.71,127,4454,1869,15669.71,qftentangled -98,SUCCESS,2,1,2266.26,977231.71,979497.97,127,605,3184,3626.02,dj -100,SUCCESS,2,1,4622.18,979497.97,984120.15,127,1063,3696,7395.49,qft -101,SUCCESS,2,1,6210.18,984120.15,990330.33,127,1553,3399,9936.29,realamprandom -102,SUCCESS,2,1,2976.48,990330.33,993306.81,127,1000,2530,4762.37,pricingcall -103,SUCCESS,2,1,38067.53,993306.81,1031374.34,127,11458,2824,60908.05,twolocalrandom -104,SUCCESS,2,1,556.28,1031374.34,1031930.62,127,321,1473,890.05,realamprandom -106,SUCCESS,2,1,999.63,1031930.62,1032930.25,127,688,1235,1599.41,qpeinexact -107,SUCCESS,2,1,3872.23,1032930.25,1036802.48,127,821,4009,6195.57,su2random -108,SUCCESS,2,1,19776.93,1036802.48,1056579.41,127,4726,3557,31643.09,qftentangled -1096,SUCCESS,2,0,285870.26,777325.31,1063195.57,27,161588,4069,457392.42,qwalk-noancilla -1104,SUCCESS,2,0,302.11,1063195.57,1063497.68,27,658,1056,483.38,qpeinexact -1127,SUCCESS,2,0,240.43,1063497.68,1063738.11,27,401,1379,384.69,qftentangled -1135,SUCCESS,2,0,21.38,1063738.11,1063759.49,27,26,1891,34.21,routing -1137,SUCCESS,2,0,3436.34,1063759.49,1067195.83,27,2007,3938,5498.14,qnn -1139,SUCCESS,2,0,37.66,1067195.83,1067233.49,27,34,2547,60.26,dj -1141,SUCCESS,2,0,62.09,1067233.49,1067295.58,27,94,1519,99.34,qaoa -1146,SUCCESS,2,0,2510.9,1067295.58,1069806.48,27,1594,3623,4017.44,random -1153,SUCCESS,2,0,920.17,1069806.48,1070726.65,27,559,3786,1472.27,qftentangled -1155,SUCCESS,2,0,71.3,1070726.65,1070797.95,27,84,1952,114.08,dj -1158,SUCCESS,2,0,270.96,1070797.95,1071068.91,27,328,1900,433.54,qpeexact -1161,SUCCESS,2,0,766.96,1071068.91,1071835.87,27,504,3500,1227.14,twolocalrandom -1170,SUCCESS,2,0,994.28,1071835.87,1072830.15,27,1003,2280,1590.85,ae -1178,SUCCESS,2,0,24.45,1072830.15,1072854.6,27,16,3514,39.12,ghz -1184,SUCCESS,2,0,44.04,1072854.6,1072898.64,27,41,2470,70.46,dj -1188,SUCCESS,2,0,419.03,1072898.64,1073317.67,27,625,1542,670.45,groundstate -109,SUCCESS,2,1,26755.97,1056579.41,1083335.38,127,8727,2606,42809.55,pricingcall -110,SUCCESS,2,1,1466.99,1083335.38,1084802.37,127,398,3133,2347.18,dj -111,SUCCESS,2,1,11918.93,1084802.37,1096721.3,127,2985,3394,19070.29,qftentangled -113,SUCCESS,2,1,121.64,1096721.3,1096842.94,127,96,1077,194.62,ghz -114,SUCCESS,2,1,1220.36,1096842.94,1098063.3,127,506,2050,1952.58,random -115,SUCCESS,2,1,13714.75,1098063.3,1111778.05,127,4568,2552,21943.6,qnn -116,SUCCESS,2,1,2203.06,1111778.05,1113981.11,127,1606,1166,3524.9,ae -117,SUCCESS,2,1,3779.72,1113981.11,1117760.83,127,984,3265,6047.55,qpeexact -119,SUCCESS,2,1,1264.12,1117760.83,1119024.95,127,824,1304,2022.59,qpeexact -1192,SUCCESS,2,0,49063.43,1073317.67,1122381.1,27,31530,3579,78501.49,grover-noancilla -1199,SUCCESS,2,0,444.75,1122381.1,1122825.85,27,527,1941,711.6,qft -1206,SUCCESS,2,0,474.81,1122825.85,1123300.66,27,321,3402,759.7,portfolioqaoa -1210,SUCCESS,2,0,34.18,1123300.66,1123334.84,27,32,2456,54.69,graphstate -1212,SUCCESS,2,0,25.52,1123334.84,1123360.36,27,40,1467,40.83,dj -1235,SUCCESS,2,0,479.78,1123360.36,1123840.14,27,592,1864,767.65,qftentangled -1238,SUCCESS,2,0,227.83,1123840.14,1124067.97,27,254,2063,364.53,qft -1239,SUCCESS,2,0,559.52,1124067.97,1124627.49,27,866,1486,895.23,ae -1242,SUCCESS,2,0,408.61,1124627.49,1125036.1,27,336,2797,653.78,qpeexact -1243,SUCCESS,2,0,301.2,1125036.1,1125337.3,27,425,1630,481.92,su2random -1244,SUCCESS,2,0,124.25,1125337.3,1125461.55,27,162,1764,198.8,qpeinexact -1257,SUCCESS,2,0,105.42,1125461.55,1125566.97,27,130,1865,168.67,dj -1268,SUCCESS,2,0,44.76,1125566.97,1125611.73,27,42,2451,71.62,ghz -1270,SUCCESS,2,0,536.37,1125611.73,1126148.1,27,922,1338,858.19,random -1272,SUCCESS,2,0,556.95,1126148.1,1126705.05,27,538,2381,891.12,qftentangled -1274,SUCCESS,2,0,862.26,1126705.05,1127567.31,27,633,3133,1379.62,qnn -1278,SUCCESS,2,0,263.16,1127567.31,1127830.47,27,181,3344,421.06,random -1294,SUCCESS,2,0,305.41,1127830.47,1128135.88,27,174,4037,488.66,qftentangled -1299,SUCCESS,2,0,11.46,1128135.88,1128147.34,27,12,2195,18.34,ghz -1307,SUCCESS,2,0,122.44,1128147.34,1128269.78,27,69,4081,195.9,dj -1317,SUCCESS,2,0,561.4,1128269.78,1128831.18,27,806,1602,898.24,qftentangled -1318,SUCCESS,2,0,322.97,1128831.18,1129154.15,27,506,1468,516.75,qnn -1320,SUCCESS,2,0,33.09,1129154.15,1129187.24,27,33,2306,52.94,graphstate -1328,SUCCESS,2,0,805.02,1129187.24,1129992.26,27,1093,1694,1288.03,su2random -1331,SUCCESS,2,0,21.64,1129992.26,1130013.9,27,45,1106,34.62,dj -1334,SUCCESS,2,0,563.31,1130013.9,1130577.21,27,438,2958,901.3,su2random -1343,SUCCESS,2,0,154.73,1130577.21,1130731.94,27,325,1095,247.57,qpeinexact -1344,SUCCESS,2,0,72.22,1130731.94,1130804.16,27,44,3775,115.55,graphstate -120,SUCCESS,2,1,12626.92,1119024.95,1131651.87,127,9042,1187,20203.07,realamprandom -1345,SUCCESS,2,0,897.32,1130804.16,1131701.48,27,559,3692,1435.71,qpeexact -1346,SUCCESS,2,0,7353.57,1131701.48,1139055.05,27,7262,2329,11765.71,pricingcall -1348,SUCCESS,2,0,227.41,1139055.05,1139282.46,27,179,2922,363.86,pricingput -1350,SUCCESS,2,0,678.69,1139282.46,1139961.15,27,1289,1211,1085.9,realamprandom -1352,SUCCESS,2,0,355.54,1139961.15,1140316.69,27,308,2655,568.86,portfolioqaoa -1354,SUCCESS,2,0,11.98,1140316.69,1140328.67,27,26,1059,19.17,routing -1370,SUCCESS,2,0,127,1140328.67,1140455.67,27,100,2921,203.2,qaoa -1374,SUCCESS,2,0,29.7,1140455.67,1140485.37,27,30,2277,47.52,vqe -1380,SUCCESS,2,0,14.14,1140485.37,1140499.51,27,14,2322,22.62,ghz -1383,SUCCESS,2,0,306.38,1140499.51,1140805.89,27,361,1952,490.21,qft -1392,SUCCESS,2,0,1390.36,1140805.89,1142196.25,27,896,3569,2224.58,realamprandom -1395,SUCCESS,2,0,1326,1142196.25,1143522.25,27,783,3895,2121.6,qpeinexact -1396,SUCCESS,2,0,60.51,1143522.25,1143582.76,27,103,1351,96.82,dj -1402,SUCCESS,2,0,19.83,1143582.76,1143602.59,27,32,1425,31.73,routing -1408,SUCCESS,2,0,176.51,1143602.59,1143779.1,27,170,2388,282.42,ae -1428,SUCCESS,2,0,1167.98,1143779.1,1144947.08,27,677,3968,1868.77,qnn -1433,SUCCESS,2,0,18.11,1144947.08,1144965.19,27,26,1602,28.98,graphstate -1436,SUCCESS,2,0,425.55,1144965.19,1145390.74,27,312,3137,680.88,qft -1439,SUCCESS,2,0,1484.93,1145390.74,1146875.67,27,2039,1675,2375.89,twolocalrandom -121,SUCCESS,2,1,15690.95,1131651.87,1147342.82,127,7451,1790,25105.52,ae -1442,SUCCESS,2,0,795.15,1146875.67,1147670.82,27,465,3933,1272.24,su2random -122,SUCCESS,2,1,826.66,1147342.82,1148169.48,127,196,3585,1322.66,random -1443,SUCCESS,2,0,537.02,1147670.82,1148207.84,27,1005,1229,859.23,pricingput -1444,SUCCESS,2,0,146.32,1148207.84,1148354.16,27,235,1432,234.11,realamprandom -1448,SUCCESS,2,0,37.12,1148354.16,1148391.28,27,44,1940,59.39,qaoa -1450,SUCCESS,2,0,2464.37,1148391.28,1150855.65,27,1986,2854,3942.99,pricingcall -1456,SUCCESS,2,0,50.31,1150855.65,1150905.96,27,53,2183,80.5,wstate -1460,SUCCESS,2,0,371.33,1150905.96,1151277.29,27,306,2791,594.13,pricingcall -1462,SUCCESS,2,0,51.49,1151277.29,1151328.78,27,55,2153,82.38,dj -1464,SUCCESS,2,0,269.68,1151328.78,1151598.46,27,159,3901,431.49,pricingcall -1469,SUCCESS,2,0,303.48,1151598.46,1151901.94,27,458,1524,485.57,realamprandom -1470,SUCCESS,2,0,1551.66,1151901.94,1153453.6,27,1200,2974,2482.66,qftentangled -1471,SUCCESS,2,0,483.16,1153453.6,1153936.76,27,484,2296,773.06,realamprandom -1472,SUCCESS,2,0,428.6,1153936.76,1154365.36,27,270,3651,685.76,su2random -1483,SUCCESS,2,0,26.42,1154365.36,1154391.78,27,57,1066,42.27,wstate -1485,SUCCESS,2,0,14.34,1154391.78,1154406.12,27,26,1268,22.94,vqe -1495,SUCCESS,2,0,449.59,1154406.12,1154855.71,27,420,2462,719.34,portfolioqaoa -1497,SUCCESS,2,0,26,1154855.71,1154881.71,27,26,2300,41.6,graphstate -1503,SUCCESS,2,0,735.16,1154881.71,1155616.87,27,433,3905,1176.26,qnn -1507,SUCCESS,2,0,1591.41,1155616.87,1157208.28,27,925,3957,2546.26,qpeinexact -1510,SUCCESS,2,0,39.17,1157208.28,1157247.45,27,26,3465,62.67,graphstate -1511,SUCCESS,2,0,845.78,1157247.45,1158093.23,27,598,3253,1353.25,su2random -1513,SUCCESS,2,0,13081.46,1158093.23,1171174.69,27,7947,3786,20930.34,qwalk-v-chain -1517,SUCCESS,2,0,997.29,1171174.69,1172171.98,27,734,3125,1595.66,su2random -1519,SUCCESS,2,0,95.65,1172171.98,1172267.63,27,105,2095,153.04,vqe -123,SUCCESS,2,1,53679.49,1148169.48,1201848.97,127,15014,3039,85887.18,twolocalrandom -124,SUCCESS,2,1,434,1201848.97,1202282.97,127,170,2170,694.4,dj -125,SUCCESS,2,1,916.76,1202282.97,1203199.73,127,221,3526,1466.82,wstate -126,SUCCESS,2,1,75.34,1203199.73,1203275.07,127,29,2208,120.54,ghz -127,SUCCESS,2,1,16088.46,1203275.07,1219363.53,127,5541,2468,25741.54,realamprandom -1522,SUCCESS,2,0,51362.43,1172267.63,1223630.06,27,39234,3011,82179.89,grover-noancilla -1524,SUCCESS,2,0,397.25,1223630.06,1224027.31,27,256,3569,635.6,random -1534,SUCCESS,2,0,168.56,1224027.31,1224195.87,27,267,1452,269.7,portfoliovqe -128,SUCCESS,2,1,5079.21,1219363.53,1224442.74,127,2380,1814,8126.74,pricingput -1536,SUCCESS,2,0,327.39,1224195.87,1224523.26,27,252,2988,523.82,qftentangled -1537,SUCCESS,2,0,1153.93,1224523.26,1225677.19,27,1472,1803,1846.29,su2random -1538,SUCCESS,2,0,846.82,1225677.19,1226524.01,27,571,3411,1354.91,ae -1540,SUCCESS,2,0,990.67,1226524.01,1227514.68,27,896,2543,1585.07,realamprandom -1542,SUCCESS,2,0,20.27,1227514.68,1227534.95,27,24,1942,32.43,vqe -1543,SUCCESS,2,0,4070.12,1227534.95,1231605.07,27,2382,3930,6512.19,pricingput -1547,SUCCESS,2,0,917.69,1231605.07,1232522.76,27,1170,1804,1468.3,twolocalrandom -1555,SUCCESS,2,0,79.22,1232522.76,1232601.98,27,65,2803,126.75,wstate -1565,SUCCESS,2,0,78.41,1232601.98,1232680.39,27,136,1326,125.46,dj -1580,SUCCESS,2,0,21.93,1232680.39,1232702.32,27,30,1681,35.09,graphstate -1583,SUCCESS,2,0,514.52,1232702.32,1233216.84,27,504,2348,823.23,qnn -1591,SUCCESS,2,0,526.09,1233216.84,1233742.93,27,1099,1101,841.74,ae -1597,SUCCESS,2,0,30.16,1233742.93,1233773.09,27,20,3468,48.26,routing -1606,SUCCESS,2,0,205.86,1233773.09,1233978.95,27,177,2675,329.38,qnn -1607,SUCCESS,2,0,251.3,1233978.95,1234230.25,27,171,3380,402.08,twolocalrandom -1610,SUCCESS,2,0,307.79,1234230.25,1234538.04,27,288,2458,492.46,qft -1615,SUCCESS,2,0,26.93,1234538.04,1234564.97,27,23,2692,43.09,dj -1617,SUCCESS,2,0,605.76,1234564.97,1235170.73,27,581,2398,969.22,qpeexact -1627,SUCCESS,2,0,57.51,1235170.73,1235228.24,27,44,3006,92.02,graphstate -1632,SUCCESS,2,0,99.52,1235228.24,1235327.76,27,187,1224,159.23,qftentangled -1636,SUCCESS,2,0,513.09,1235327.76,1235840.85,27,728,1621,820.94,qftentangled -1637,SUCCESS,2,0,665.7,1235840.85,1236506.55,27,433,3536,1065.12,qpeinexact -1641,SUCCESS,2,0,35.24,1236506.55,1236541.79,27,24,3377,56.38,routing -1642,SUCCESS,2,0,131.06,1236541.79,1236672.85,27,108,2791,209.7,ghz -1647,SUCCESS,2,0,387.16,1236672.85,1237060.01,27,485,1836,619.46,twolocalrandom -1650,SUCCESS,2,0,326.53,1237060.01,1237386.54,27,382,1966,522.45,ae -1655,SUCCESS,2,0,112.91,1237386.54,1237499.45,27,134,1938,180.66,qpeinexact -1657,SUCCESS,2,0,25.91,1237499.45,1237525.36,27,23,2591,41.46,ghz -1658,SUCCESS,2,0,16.3,1237525.36,1237541.66,27,35,1071,26.08,dj -1659,SUCCESS,2,0,367.12,1237541.66,1237908.78,27,440,1919,587.39,qpeinexact -1660,SUCCESS,2,0,480.01,1237908.78,1238388.79,27,468,2359,768.02,ae -1662,SUCCESS,2,0,729.09,1238388.79,1239117.88,27,653,2568,1166.54,qpeinexact -1663,SUCCESS,2,0,36.73,1239117.88,1239154.61,27,31,2725,58.77,ghz -1664,SUCCESS,2,0,73.67,1239154.61,1239228.28,27,73,2321,117.87,ghz -1674,SUCCESS,2,0,179.15,1239228.28,1239407.43,27,192,2146,286.64,su2random -1678,SUCCESS,2,0,1006.47,1239407.43,1240413.9,27,1531,1512,1610.35,pricingcall -1682,SUCCESS,2,0,63.63,1240413.9,1240477.53,27,37,3955,101.81,dj -1692,SUCCESS,2,0,816.31,1240477.53,1241293.84,27,512,3667,1306.1,portfoliovqe -1701,SUCCESS,2,0,562.6,1241293.84,1241856.44,27,329,3933,900.16,qpeinexact -1703,SUCCESS,2,0,63.54,1241856.44,1241919.98,27,67,2181,101.66,routing -130,SUCCESS,2,1,33270.62,1224442.74,1257713.36,127,10000,2828,53232.99,qnn -131,SUCCESS,2,1,373.98,1257713.36,1258087.34,127,120,2649,598.37,qft -132,SUCCESS,2,1,413.63,1258087.34,1258500.97,127,117,3005,661.81,wstate -133,SUCCESS,2,1,107.76,1258500.97,1258608.73,127,68,1347,172.42,graphstate -134,SUCCESS,2,1,146.36,1258608.73,1258755.09,127,40,3110,234.18,qaoa -1723,SUCCESS,2,0,23768.54,1241919.98,1265688.52,27,35315,1548,38029.66,shor -1726,SUCCESS,2,0,7.99,1265688.52,1265696.51,27,10,1836,12.78,ghz -1731,SUCCESS,2,0,38.26,1265696.51,1265734.77,27,29,3034,61.22,vqe -1732,SUCCESS,2,0,65.7,1265734.77,1265800.47,27,58,2605,105.12,vqe -1737,SUCCESS,2,0,6.61,1265800.47,1265807.08,27,13,1168,10.58,ghz -1757,SUCCESS,2,0,509.67,1265807.08,1266316.75,27,559,2097,815.47,portfoliovqe -1769,SUCCESS,2,0,308.56,1266316.75,1266625.31,27,534,1329,493.7,qpeinexact -1772,SUCCESS,2,0,3232.36,1266625.31,1269857.67,27,2658,2797,5171.78,qwalk-v-chain -1776,SUCCESS,2,0,5967.07,1269857.67,1275824.74,27,3625,3786,9547.31,grover-noancilla -1778,SUCCESS,2,0,1909.2,1275824.74,1277733.94,27,1076,4081,3054.72,ae -1784,SUCCESS,2,0,56.25,1277733.94,1277790.19,27,35,3696,90,qaoa -1792,SUCCESS,2,0,493.93,1277790.19,1278284.12,27,891,1275,790.29,qpeinexact -1801,SUCCESS,2,0,142.1,1278284.12,1278426.22,27,85,3845,227.36,wstate -1812,SUCCESS,2,0,64.11,1278426.22,1278490.33,27,38,3880,102.58,graphstate -1813,SUCCESS,2,0,974.22,1278490.33,1279464.55,27,781,2869,1558.75,realamprandom -1815,SUCCESS,2,0,85.83,1279464.55,1279550.38,27,99,1994,137.33,dj -1817,SUCCESS,2,0,330.13,1279550.38,1279880.51,27,327,2322,528.21,qftentangled -1821,SUCCESS,2,0,1636.69,1279880.51,1281517.2,27,1067,3528,2618.7,ae -1824,SUCCESS,2,0,252.64,1281517.2,1281769.84,27,164,3543,404.22,dj -1832,SUCCESS,2,0,3332.5,1281769.84,1285102.34,27,2843,2696,5332,pricingcall -1842,SUCCESS,2,0,871.38,1285102.34,1285973.72,27,1091,1837,1394.21,qftentangled -1844,SUCCESS,2,0,4378.44,1285973.72,1290352.16,27,4102,2455,7005.5,qwalk-v-chain -1845,SUCCESS,2,0,342.27,1290352.16,1290694.43,27,492,1600,547.63,portfoliovqe -1847,SUCCESS,2,0,2406.67,1290694.43,1293101.1,27,1427,3879,3850.67,pricingcall -1848,SUCCESS,2,0,3143.64,1293101.1,1296244.74,27,2136,3385,5029.82,random -135,SUCCESS,2,1,38224.29,1258755.09,1296979.38,127,26181,1241,61158.86,qwalk-noancilla -1854,SUCCESS,2,0,1235.18,1296244.74,1297479.92,27,843,3370,1976.29,qpeinexact -1855,SUCCESS,2,0,694.21,1297479.92,1298174.13,27,1056,1512,1110.74,grover-v-chain -1857,SUCCESS,2,0,436.74,1298174.13,1298610.87,27,251,4002,698.78,su2random -1858,SUCCESS,2,0,6824.8,1298610.87,1305435.67,27,9891,1587,10919.68,grover-noancilla -1862,SUCCESS,2,0,753.66,1305435.67,1306189.33,27,600,2889,1205.86,su2random -1869,SUCCESS,2,0,883.78,1306189.33,1307073.11,27,699,2908,1414.05,qpeexact -1874,SUCCESS,2,0,14.63,1307073.11,1307087.74,27,23,1462,23.41,graphstate -1883,SUCCESS,2,0,248.08,1307087.74,1307335.82,27,273,2090,396.93,ae -1884,SUCCESS,2,0,312.42,1307335.82,1307648.24,27,499,1440,499.87,twolocalrandom -1886,SUCCESS,2,0,539.75,1307648.24,1308187.99,27,617,2012,863.6,qftentangled -1888,SUCCESS,2,0,446.15,1308187.99,1308634.14,27,535,1918,713.84,qft -1891,SUCCESS,2,0,1013.91,1308634.14,1309648.05,27,912,2557,1622.26,qpeinexact -1892,SUCCESS,2,0,933.89,1309648.05,1310581.94,27,744,2887,1494.22,qft -1900,SUCCESS,2,0,548.27,1310581.94,1311130.21,27,485,2600,877.23,realamprandom -1902,SUCCESS,2,0,433.86,1311130.21,1311564.07,27,367,2719,694.18,qpeexact -1903,SUCCESS,2,0,31.87,1311564.07,1311595.94,27,25,2932,50.99,vqe -1904,SUCCESS,2,0,2500.95,1311595.94,1314096.89,27,4540,1267,4001.52,qwalk-noancilla -1905,SUCCESS,2,0,1446.64,1314096.89,1315543.53,27,1352,2461,2314.62,realamprandom -1909,SUCCESS,2,0,170.86,1315543.53,1315714.39,27,160,2456,273.38,pricingcall -1914,SUCCESS,2,0,6426.17,1315714.39,1322140.56,27,3843,3846,10281.87,pricingcall -1916,SUCCESS,2,0,161.06,1322140.56,1322301.62,27,217,1707,257.7,qpeexact -1922,SUCCESS,2,0,97.32,1322301.62,1322398.94,27,76,2945,155.71,dj -1935,SUCCESS,2,0,425.23,1322398.94,1322824.17,27,746,1311,680.37,qnn -1941,SUCCESS,2,0,20.71,1322824.17,1322844.88,27,24,1984,33.14,dj -1942,SUCCESS,2,0,605.29,1322844.88,1323450.17,27,791,1760,968.46,qpeexact -1947,SUCCESS,2,0,1519.81,1323450.17,1324969.98,27,959,3645,2431.7,su2random -1949,SUCCESS,2,0,1057.72,1324969.98,1326027.7,27,812,2996,1692.35,qpeinexact -1951,SUCCESS,2,0,98.44,1326027.7,1326126.14,27,91,2488,157.5,ghz -1953,SUCCESS,2,0,1339.85,1326126.14,1327465.99,27,862,3575,2143.76,qftentangled -1955,SUCCESS,2,0,33.48,1327465.99,1327499.47,27,24,3208,53.57,graphstate -1957,SUCCESS,2,0,920.35,1327499.47,1328419.82,27,840,2520,1472.56,realamprandom -1964,SUCCESS,2,0,428.24,1328419.82,1328848.06,27,535,1841,685.18,portfoliovqe -1966,SUCCESS,2,0,298.99,1328848.06,1329147.05,27,253,2718,478.38,qnn -1973,SUCCESS,2,0,479.59,1329147.05,1329626.64,27,360,3064,767.34,qpeexact -1977,SUCCESS,2,0,567.31,1329626.64,1330193.95,27,466,2800,907.7,qpeinexact -1980,SUCCESS,2,0,98.77,1330193.95,1330292.72,27,61,3724,158.03,wstate -1985,SUCCESS,2,0,385.71,1330292.72,1330678.43,27,333,2664,617.14,qpeexact -1987,SUCCESS,2,0,974.85,1330678.43,1331653.28,27,593,3781,1559.76,random -1988,SUCCESS,2,0,299.03,1331653.28,1331952.31,27,203,3388,478.45,qpeinexact -1989,SUCCESS,2,0,1985.35,1331952.31,1333937.66,27,1473,3100,3176.56,random -1992,SUCCESS,2,0,274.97,1333937.66,1334212.63,27,177,3573,439.95,ae -2002,SUCCESS,2,0,889.16,1334212.63,1335101.79,27,518,3948,1422.66,qpeinexact -2007,SUCCESS,2,0,850.42,1335101.79,1335952.21,27,759,2577,1360.67,qpeexact -2010,SUCCESS,2,0,1855.16,1335952.21,1337807.37,27,1748,2441,2968.26,random -2012,SUCCESS,2,0,32.09,1337807.37,1337839.46,27,52,1419,51.34,ghz -2020,SUCCESS,2,0,1222.72,1337839.46,1339062.18,27,1917,1467,1956.35,pricingput -2026,SUCCESS,2,0,1718.24,1339062.18,1340780.42,27,1001,3948,2749.18,portfoliovqe -2027,SUCCESS,2,0,82.85,1340780.42,1340863.27,27,78,2443,132.56,dj -2030,SUCCESS,2,0,2285.83,1340863.27,1343149.1,27,1355,3880,3657.33,qnn -2044,SUCCESS,2,0,553.9,1343149.1,1343703,27,432,2949,886.24,portfoliovqe -2045,SUCCESS,2,0,514.96,1343703,1344217.96,27,631,1877,823.94,ae -2049,SUCCESS,2,0,1371,1344217.96,1345588.96,27,889,3547,2193.6,qpeinexact -2055,SUCCESS,2,0,206.61,1345588.96,1345795.57,27,272,1747,330.58,qftentangled -2061,SUCCESS,2,0,441.37,1345795.57,1346236.94,27,552,1839,706.19,qnn -2062,SUCCESS,2,0,776.49,1346236.94,1347013.43,27,1119,1596,1242.38,realamprandom -2066,SUCCESS,2,0,63.93,1347013.43,1347077.36,27,87,1690,102.29,ghz -2075,SUCCESS,2,0,581.34,1347077.36,1347658.7,27,395,3385,930.14,qpeinexact -2086,SUCCESS,2,0,1074.1,1347658.7,1348732.8,27,962,2568,1718.56,qpeinexact -2087,SUCCESS,2,0,390.07,1348732.8,1349122.87,27,324,2769,624.11,su2random -2088,SUCCESS,2,0,24.69,1349122.87,1349147.56,27,27,2103,39.5,dj -2092,SUCCESS,2,0,39.2,1349147.56,1349186.76,27,31,2908,62.72,graphstate -2099,SUCCESS,2,0,1393.75,1349186.76,1350580.51,27,783,4094,2230,su2random -2100,SUCCESS,2,0,50.26,1350580.51,1350630.77,27,57,2028,80.42,wstate -2103,SUCCESS,2,0,1748.89,1350630.77,1352379.66,27,1321,3045,2798.22,ae -2104,SUCCESS,2,0,43.21,1352379.66,1352422.87,27,74,1343,69.14,ghz -2109,SUCCESS,2,0,22.27,1352422.87,1352445.14,27,20,2560,35.63,graphstate -2113,SUCCESS,2,0,350.67,1352445.14,1352795.81,27,260,3102,561.07,random -2125,SUCCESS,2,0,90.68,1352795.81,1352886.49,27,61,3419,145.09,wstate -2126,SUCCESS,2,0,499.66,1352886.49,1353386.15,27,499,2303,799.46,su2random -2129,SUCCESS,2,0,671.5,1353386.15,1354057.65,27,604,2557,1074.4,portfoliovqe -2136,SUCCESS,2,0,10.85,1354057.65,1354068.5,27,20,1247,17.36,graphstate -2143,SUCCESS,2,0,2276.47,1354068.5,1356344.97,27,1366,3833,3642.35,grover-v-chain -2145,SUCCESS,2,0,1255.81,1356344.97,1357600.78,27,886,3260,2009.3,qpeinexact -2156,SUCCESS,2,0,48.82,1357600.78,1357649.6,27,36,3119,78.11,graphstate -2161,SUCCESS,2,0,562.03,1357649.6,1358211.63,27,574,2252,899.25,portfolioqaoa -2182,SUCCESS,2,0,358.01,1358211.63,1358569.64,27,503,1637,572.82,realamprandom -2184,SUCCESS,2,0,5186.91,1358569.64,1363756.55,27,3048,3914,8299.06,qwalk-v-chain -2185,SUCCESS,2,0,2005.49,1363756.55,1365762.04,27,1638,2816,3208.78,qnn -2188,SUCCESS,2,0,773.49,1365762.04,1366535.53,27,634,2806,1237.58,qft -2189,SUCCESS,2,0,1201.21,1366535.53,1367736.74,27,770,3588,1921.94,qft -2192,SUCCESS,2,0,47.91,1367736.74,1367784.65,27,89,1238,76.66,dj -2193,SUCCESS,2,0,30.26,1367784.65,1367814.91,27,26,2676,48.42,vqe -2194,SUCCESS,2,0,339.55,1367814.91,1368154.46,27,206,3791,543.28,twolocalrandom -2204,SUCCESS,2,0,100.79,1368154.46,1368255.25,27,59,3929,161.26,dj -2207,SUCCESS,2,0,142.63,1368255.25,1368397.88,27,144,2278,228.21,ae -2210,SUCCESS,2,0,31.37,1368397.88,1368429.25,27,54,1336,50.19,qaoa -2212,SUCCESS,2,0,238.89,1368429.25,1368668.14,27,395,1391,382.22,qnn -2219,SUCCESS,2,0,32.41,1368668.14,1368700.55,27,19,3923,51.86,graphstate -2221,SUCCESS,2,0,325.14,1368700.55,1369025.69,27,695,1076,520.22,qwalk-v-chain -2223,SUCCESS,2,0,14670.3,1369025.69,1383695.99,27,8406,4014,23472.48,pricingcall -2225,SUCCESS,2,0,577.74,1383695.99,1384273.73,27,573,2319,924.38,qft -2237,SUCCESS,2,0,1130.9,1384273.73,1385404.63,27,763,3409,1809.44,realamprandom -2251,SUCCESS,2,0,1118.02,1385404.63,1386522.65,27,698,3684,1788.83,pricingput -2272,SUCCESS,2,0,1255.99,1386522.65,1387778.64,27,2280,1267,2009.58,random -2274,SUCCESS,2,0,24.18,1387778.64,1387802.82,27,37,1503,38.69,wstate -2282,SUCCESS,2,0,90.34,1387802.82,1387893.16,27,106,1960,144.54,dj -2285,SUCCESS,2,0,449.22,1387893.16,1388342.38,27,360,2870,718.75,random -2288,SUCCESS,2,0,624.69,1388342.38,1388967.07,27,796,1805,999.5,qpeexact -2290,SUCCESS,2,0,105.7,1388967.07,1389072.77,27,107,2272,169.12,ghz -2294,SUCCESS,2,0,88.8,1389072.77,1389161.57,27,115,1776,142.08,qpeexact -2300,SUCCESS,2,0,124.32,1389161.57,1389285.89,27,147,1945,198.91,qft -2306,SUCCESS,2,0,379.68,1389285.89,1389665.57,27,581,1503,607.49,qpeinexact -2307,SUCCESS,2,0,42.63,1389665.57,1389708.2,27,33,2971,68.21,graphstate -2308,SUCCESS,2,0,348.56,1389708.2,1390056.76,27,346,2317,557.7,portfoliovqe -2315,SUCCESS,2,0,97.41,1390056.76,1390154.17,27,91,2462,155.86,wstate -2316,SUCCESS,2,0,546.02,1390154.17,1390700.19,27,835,1504,873.63,random -2319,SUCCESS,2,0,1368.11,1390700.19,1392068.3,27,1156,2722,2188.98,su2random -2322,SUCCESS,2,0,692.17,1392068.3,1392760.47,27,757,2103,1107.47,qft -2326,SUCCESS,2,0,1227.23,1392760.47,1393987.7,27,788,3582,1963.57,su2random -2329,SUCCESS,2,0,54.44,1393987.7,1394042.14,27,73,1715,87.1,dj -2332,SUCCESS,2,0,213.43,1394042.14,1394255.57,27,236,2080,341.49,su2random -2335,SUCCESS,2,0,920.46,1394255.57,1395176.03,27,881,2403,1472.74,twolocalrandom -2336,SUCCESS,2,0,703.19,1395176.03,1395879.22,27,870,1859,1125.1,su2random -2346,SUCCESS,2,0,677.98,1395879.22,1396557.2,27,586,2661,1084.77,twolocalrandom -2350,SUCCESS,2,0,17.81,1396557.2,1396575.01,27,40,1024,28.5,qaoa -2353,SUCCESS,2,0,2053.02,1396575.01,1398628.03,27,2172,2174,3284.83,pricingcall -2354,SUCCESS,2,0,1516.86,1398628.03,1400144.89,27,881,3960,2426.98,realamprandom -2357,SUCCESS,2,0,3951.57,1400144.89,1404096.46,27,4668,1947,6322.51,qwalk-noancilla -2364,SUCCESS,2,0,11.87,1404096.46,1404108.33,27,22,1240,18.99,ghz -2365,SUCCESS,2,0,2546.71,1404108.33,1406655.04,27,3918,1495,4074.74,qwalk-v-chain -2373,SUCCESS,2,0,122.43,1406655.04,1406777.47,27,199,1415,195.89,realamprandom -2375,SUCCESS,2,0,79.34,1406777.47,1406856.81,27,53,3443,126.94,wstate -2376,SUCCESS,2,0,384.93,1406856.81,1407241.74,27,221,4006,615.89,qnn -2378,SUCCESS,2,0,2791.33,1407241.74,1410033.07,27,2096,3063,4466.13,random -2380,SUCCESS,2,0,442.44,1410033.07,1410475.51,27,409,2488,707.9,twolocalrandom -2387,SUCCESS,2,0,555.55,1410475.51,1411031.06,27,484,2640,888.88,twolocalrandom -2389,SUCCESS,2,0,28.54,1411031.06,1411059.6,27,33,1989,45.66,graphstate -2391,SUCCESS,2,0,1358.52,1411059.6,1412418.12,27,1073,2912,2173.63,portfoliovqe -2394,SUCCESS,2,0,112.03,1412418.12,1412530.15,27,81,3181,179.25,wstate -2396,SUCCESS,2,0,284.15,1412530.15,1412814.3,27,410,1594,454.64,qftentangled -2397,SUCCESS,2,0,374.63,1412814.3,1413188.93,27,389,2215,599.41,ae -2399,SUCCESS,2,0,15.44,1413188.93,1413204.37,27,30,1183,24.7,vqe -2401,SUCCESS,2,0,57.53,1413204.37,1413261.9,27,35,3780,92.05,qaoa -2410,SUCCESS,2,0,166.89,1413261.9,1413428.79,27,302,1271,267.02,qpeinexact -2412,SUCCESS,2,0,267.29,1413428.79,1413696.08,27,371,1657,427.66,portfolioqaoa -2421,SUCCESS,2,0,264.46,1413696.08,1413960.54,27,352,1728,423.14,twolocalrandom -2439,SUCCESS,2,0,960.03,1413960.54,1414920.57,27,810,2726,1536.05,ae -2441,SUCCESS,2,0,2284.6,1414920.57,1417205.17,27,1666,3154,3655.36,random -2442,SUCCESS,2,0,36.9,1417205.17,1417242.07,27,29,2926,59.04,wstate -2447,SUCCESS,2,0,1157.95,1417242.07,1418400.02,27,720,3699,1852.72,portfoliovqe -2454,SUCCESS,2,0,86.41,1418400.02,1418486.43,27,69,2880,138.26,wstate -2462,SUCCESS,2,0,318.55,1418486.43,1418804.98,27,605,1211,509.68,qftentangled -2465,SUCCESS,2,0,2069.05,1418804.98,1420874.03,27,3689,1290,3310.48,grover-noancilla -2470,SUCCESS,2,0,2061.76,1420874.03,1422935.79,27,2513,1887,3298.82,su2random -2475,SUCCESS,2,0,613.89,1422935.79,1423549.68,27,412,3427,982.22,qftentangled -2478,SUCCESS,2,0,1116.07,1423549.68,1424665.75,27,942,2725,1785.71,su2random -2479,SUCCESS,2,0,123.53,1424665.75,1424789.28,27,101,2813,197.65,wstate -2481,SUCCESS,2,0,793.37,1424789.28,1425582.65,27,578,3157,1269.39,qpeexact -137,SUCCESS,2,1,130011.13,1296979.38,1426990.51,127,34883,3168,208017.81,random -138,SUCCESS,2,1,20115.93,1426990.51,1447106.44,127,7829,2184,32185.49,su2random -140,SUCCESS,2,1,10256.9,1447106.44,1457363.34,127,3058,2851,16411.04,qft -142,SUCCESS,2,1,118.26,1457363.34,1457481.6,127,28,3590,189.22,ghz -143,SUCCESS,2,1,8548.96,1457481.6,1466030.56,127,3457,2102,13678.34,qft -144,SUCCESS,2,1,11466.83,1466030.56,1477497.39,127,3113,3131,18346.93,qpeinexact -145,SUCCESS,2,1,12225.71,1477497.39,1489723.1,127,3150,3299,19561.14,random -146,SUCCESS,2,1,1081.9,1489723.1,1490805,127,231,3981,1731.04,realamprandom -147,SUCCESS,2,1,211.83,1490805,1491016.83,127,65,2770,338.93,wstate -2487,SUCCESS,2,0,66238.94,1425582.65,1491821.59,27,38994,3907,105982.3,qwalk-noancilla -2488,SUCCESS,2,0,277.69,1491821.59,1492099.28,27,366,1745,444.3,qnn -2494,SUCCESS,2,0,957.18,1492099.28,1493056.46,27,712,3092,1531.49,qnn -2495,SUCCESS,2,0,1094.3,1493056.46,1494150.76,27,706,3565,1750.88,qpeinexact -148,SUCCESS,2,1,3404.06,1491016.83,1494420.89,127,2001,1446,5446.5,realamprandom -2502,SUCCESS,2,0,960.38,1494150.76,1495111.14,27,810,2727,1536.61,qftentangled -2505,SUCCESS,2,0,477.79,1495111.14,1495588.93,27,333,3300,764.46,random -2510,SUCCESS,2,0,165.33,1495588.93,1495754.26,27,225,1690,264.53,qftentangled -2513,SUCCESS,2,0,1987.32,1495754.26,1497741.58,27,1318,3468,3179.71,twolocalrandom -2523,SUCCESS,2,0,3015.4,1497741.58,1500756.98,27,1909,3633,4824.64,random -2524,SUCCESS,2,0,37.07,1500756.98,1500794.05,27,22,3875,59.31,vqe -2528,SUCCESS,2,0,1528.56,1500794.05,1502322.61,27,2277,1544,2445.7,qwalk-v-chain -2529,SUCCESS,2,0,6.33,1502322.61,1502328.94,27,12,1213,10.13,ghz -2532,SUCCESS,2,0,385.96,1502328.94,1502714.9,27,326,2723,617.54,portfoliovqe -2535,SUCCESS,2,0,284.56,1502714.9,1502999.46,27,360,1818,455.3,random -2540,SUCCESS,2,0,16.22,1502999.46,1503015.68,27,15,2486,25.95,ghz -2547,SUCCESS,2,0,66.09,1503015.68,1503081.77,27,53,2868,105.74,wstate -2548,SUCCESS,2,0,493.35,1503081.77,1503575.12,27,345,3289,789.36,ae -2549,SUCCESS,2,0,501.21,1503575.12,1504076.33,27,474,2432,801.94,su2random -2550,SUCCESS,2,0,1238.82,1504076.33,1505315.15,27,840,3392,1982.11,twolocalrandom -2554,SUCCESS,2,0,598.04,1505315.15,1505913.19,27,1054,1305,956.86,qnn -2556,SUCCESS,2,0,60.07,1505913.19,1505973.26,27,58,2382,96.11,ghz -2559,SUCCESS,2,0,173.67,1505973.26,1506146.93,27,206,1939,277.87,qftentangled -149,SUCCESS,2,1,13083.77,1494420.89,1507504.66,127,3062,3632,20934.03,qftentangled -2561,SUCCESS,2,0,1636.12,1506146.93,1507783.05,27,1029,3657,2617.79,random -150,SUCCESS,2,1,959.48,1507504.66,1508464.14,127,214,3811,1535.17,ae -2564,SUCCESS,2,0,1004.25,1507783.05,1508787.3,27,847,2727,1606.8,qftentangled -2566,SUCCESS,2,0,2415.04,1508787.3,1511202.34,27,2472,2247,3864.06,realamprandom -2568,SUCCESS,2,0,273.9,1511202.34,1511476.24,27,217,2903,438.24,qftentangled -2573,SUCCESS,2,0,32.75,1511476.24,1511508.99,27,70,1076,52.4,tsp -151,SUCCESS,2,1,3132.42,1508464.14,1511596.56,127,812,3279,5011.87,ae -2584,SUCCESS,2,0,459.81,1511508.99,1511968.8,27,380,2783,735.7,qnn -2590,SUCCESS,2,0,469.47,1511968.8,1512438.27,27,407,2653,751.15,twolocalrandom -2608,SUCCESS,2,0,25.22,1512438.27,1512463.49,27,15,3867,40.35,ghz -2611,SUCCESS,2,0,58.54,1512463.49,1512522.03,27,80,1683,93.66,qaoa -2615,SUCCESS,2,0,4823.9,1512522.03,1517345.93,27,3215,3451,7718.24,grover-v-chain -2617,SUCCESS,2,0,35.45,1517345.93,1517381.38,27,31,2630,56.72,graphstate -2620,SUCCESS,2,0,652.04,1517381.38,1518033.42,27,520,2884,1043.26,su2random -2628,SUCCESS,2,0,269.81,1518033.42,1518303.23,27,394,1575,431.7,qnn -2629,SUCCESS,2,0,37.71,1518303.23,1518340.94,27,26,3335,60.34,graphstate -2633,SUCCESS,2,0,762.29,1518340.94,1519103.23,27,1215,1443,1219.66,twolocalrandom -2634,SUCCESS,2,0,44.1,1519103.23,1519147.33,27,42,2415,70.56,dj -2638,SUCCESS,2,0,691.1,1519147.33,1519838.43,27,895,1776,1105.76,qnn -152,SUCCESS,2,1,20975.62,1511596.56,1532572.18,127,4411,4042,33560.99,realamprandom -153,SUCCESS,2,1,1546.62,1532572.18,1534118.8,127,447,2941,2474.59,qft -154,SUCCESS,2,1,10665.13,1534118.8,1544783.93,127,2362,3838,17064.21,qftentangled -155,SUCCESS,2,1,14341.57,1544783.93,1559125.5,127,3476,3507,22946.51,twolocalrandom -156,SUCCESS,2,1,108.09,1559125.5,1559233.59,127,29,3168,172.94,wstate -2648,SUCCESS,2,0,40428.81,1519838.43,1560267.24,27,34161,2722,64686.1,shor -2658,SUCCESS,2,0,90.33,1560267.24,1560357.57,27,73,2846,144.53,wstate -2660,SUCCESS,2,0,288.33,1560357.57,1560645.9,27,502,1321,461.33,su2random -2661,SUCCESS,2,0,183.37,1560645.9,1560829.27,27,110,3834,293.39,wstate -157,SUCCESS,2,1,30105.56,1559233.59,1589339.15,127,7326,3493,48168.9,qftentangled -2665,SUCCESS,2,0,30336.16,1560829.27,1591165.43,27,21227,3287,48537.86,grover-v-chain -2673,SUCCESS,2,0,286.28,1591165.43,1591451.71,27,274,2403,458.05,twolocalrandom -2675,SUCCESS,2,0,256.03,1591451.71,1591707.74,27,555,1061,409.65,twolocalrandom -2677,SUCCESS,2,0,7665.61,1591707.74,1599373.35,27,9905,1780,12264.98,qwalk-noancilla -2686,SUCCESS,2,0,360.81,1599373.35,1599734.16,27,426,1948,577.3,portfolioqaoa -2687,SUCCESS,2,0,877.57,1599734.16,1600611.73,27,600,3364,1404.11,qpeexact -162,SUCCESS,2,1,11638.22,1589339.15,1600977.37,127,2665,3712,18621.15,ae -2694,SUCCESS,2,0,575.98,1600611.73,1601187.71,27,448,2957,921.57,realamprandom -163,SUCCESS,2,1,346.18,1600977.37,1601323.55,127,110,2675,553.89,graphstate -2699,SUCCESS,2,0,291.81,1601187.71,1601479.52,27,362,1854,466.9,qft -2702,SUCCESS,2,0,120.76,1601479.52,1601600.28,27,98,2834,193.22,dj -2703,SUCCESS,2,0,1137.61,1601600.28,1602737.89,27,1185,2208,1820.18,su2random -2709,SUCCESS,2,0,619.05,1602737.89,1603356.94,27,504,2825,990.48,realamprandom -2727,SUCCESS,2,0,294.12,1603356.94,1603651.06,27,458,1477,470.59,qft -2729,SUCCESS,2,0,895.8,1603651.06,1604546.86,27,976,2111,1433.28,pricingput -164,SUCCESS,2,1,3373.71,1601323.55,1604697.26,127,1211,2368,5397.94,qnn -2734,SUCCESS,2,0,253.77,1604546.86,1604800.63,27,178,3279,406.03,pricingput -2738,SUCCESS,2,0,72.46,1604800.63,1604873.09,27,74,2252,115.94,qaoa -165,SUCCESS,2,1,214,1604697.26,1604911.26,127,52,3498,342.4,dj -2739,SUCCESS,2,0,119.67,1604873.09,1604992.76,27,177,1555,191.47,realamprandom -2756,SUCCESS,2,0,459.9,1604992.76,1605452.66,27,467,2265,735.84,ae -2759,SUCCESS,2,0,153.7,1605452.66,1605606.36,27,125,2828,245.92,wstate -2777,SUCCESS,2,0,1016.38,1605606.36,1606622.74,27,1170,1998,1626.21,realamprandom -2783,SUCCESS,2,0,866.31,1606622.74,1607489.05,27,498,4001,1386.1,portfolioqaoa -2788,SUCCESS,2,0,283.48,1607489.05,1607772.53,27,169,3858,453.57,su2random -2792,SUCCESS,2,0,264.63,1607772.53,1608037.16,27,311,1957,423.41,twolocalrandom -2795,SUCCESS,2,0,632.25,1608037.16,1608669.41,27,584,2490,1011.6,pricingcall -167,SUCCESS,2,1,4087.72,1604911.26,1608998.98,127,2723,1276,6540.35,twolocalrandom -2811,SUCCESS,2,0,364.74,1608669.41,1609034.15,27,392,2140,583.58,qft -168,SUCCESS,2,1,79.07,1608998.98,1609078.05,127,62,1084,126.51,graphstate -170,SUCCESS,2,1,100.43,1609078.05,1609178.48,127,82,1041,160.69,graphstate -171,SUCCESS,2,1,87.64,1609178.48,1609266.12,127,26,2865,140.22,graphstate -172,SUCCESS,2,1,88.9,1609266.12,1609355.02,127,49,1542,142.24,wstate -2813,SUCCESS,2,0,349.72,1609034.15,1609383.87,27,307,2620,559.55,wstate -2815,SUCCESS,2,0,172.6,1609383.87,1609556.47,27,106,3745,276.16,dj -2823,SUCCESS,2,0,93.49,1609556.47,1609649.96,27,65,3308,149.58,wstate -173,SUCCESS,2,1,910.13,1609355.02,1610265.15,127,494,1566,1456.21,qftentangled -2826,SUCCESS,2,0,1001.74,1609649.96,1610651.7,27,1000,2304,1602.78,qnn -174,SUCCESS,2,1,509.72,1610265.15,1610774.87,127,249,1740,815.55,wstate -2831,SUCCESS,2,0,1017.59,1610651.7,1611669.29,27,613,3818,1628.14,groundstate -2833,SUCCESS,2,0,445.83,1611669.29,1612115.12,27,546,1878,713.33,realamprandom -2836,SUCCESS,2,0,79.04,1612115.12,1612194.16,27,112,1623,126.46,dj -2838,SUCCESS,2,0,854.32,1612194.16,1613048.48,27,731,2688,1366.91,qftentangled -2839,SUCCESS,2,0,1416.49,1613048.48,1614464.97,27,825,3949,2266.38,realamprandom -2841,SUCCESS,2,0,226.29,1614464.97,1614691.26,27,157,3315,362.06,wstate -175,SUCCESS,2,1,4504.93,1610774.87,1615279.8,127,3008,1273,7207.89,qpeexact -2845,SUCCESS,2,0,2626.42,1614691.26,1617317.68,27,2667,2265,4202.27,su2random -2846,SUCCESS,2,0,200.06,1617317.68,1617517.74,27,125,3681,320.1,qpeinexact -2849,SUCCESS,2,0,1085.68,1617517.74,1618603.42,27,912,2738,1737.09,qpeexact -2851,SUCCESS,2,0,1158.97,1618603.42,1619762.39,27,1036,2573,1854.35,ae -2856,SUCCESS,2,0,19.2,1619762.39,1619781.59,27,20,2208,30.72,ghz -2864,SUCCESS,2,0,561.69,1619781.59,1620343.28,27,322,4012,898.7,qpeexact -2874,SUCCESS,2,0,591.15,1620343.28,1620934.43,27,557,2441,945.84,qpeinexact -2884,SUCCESS,2,0,35.05,1620934.43,1620969.48,27,57,1414,56.08,wstate -2886,SUCCESS,2,0,481.62,1620969.48,1621451.1,27,349,3174,770.59,qftentangled -2888,SUCCESS,2,0,748.7,1621451.1,1622199.8,27,600,2870,1197.92,twolocalrandom -2897,SUCCESS,2,0,477.91,1622199.8,1622677.71,27,381,2885,764.66,qftentangled -176,SUCCESS,2,1,39180.92,1615279.8,1654460.72,127,10346,3219,62689.47,qnn -177,SUCCESS,2,1,229.61,1654460.72,1654690.33,127,97,2012,367.38,wstate -178,SUCCESS,2,1,2821.54,1654690.33,1657511.87,127,1255,1911,4514.46,qpeinexact -2898,SUCCESS,2,0,40069.69,1622677.71,1662747.4,27,40815,2258,64111.5,qwalk-noancilla -2900,SUCCESS,2,0,1151.33,1662747.4,1663898.73,27,891,2972,1842.13,qnn -2905,SUCCESS,2,0,860.46,1663898.73,1664759.19,27,1064,1860,1376.74,ae -2912,SUCCESS,2,0,1251.82,1664759.19,1666011.01,27,1126,2557,2002.91,twolocalrandom -2919,SUCCESS,2,0,427.03,1666011.01,1666438.04,27,559,1757,683.25,qftentangled -2927,SUCCESS,2,0,72.82,1666438.04,1666510.86,27,103,1626,116.51,dj -2931,SUCCESS,2,0,620.44,1666510.86,1667131.3,27,500,2854,992.7,pricingcall -2932,SUCCESS,2,0,383.12,1667131.3,1667514.42,27,507,1738,612.99,groundstate -2938,SUCCESS,2,0,133.62,1667514.42,1667648.04,27,262,1173,213.79,qftentangled -2947,SUCCESS,2,0,274.74,1667648.04,1667922.78,27,284,2225,439.58,random -2949,SUCCESS,2,0,141.43,1667922.78,1668064.21,27,131,2483,226.29,qpeinexact -2950,SUCCESS,2,0,272.37,1668064.21,1668336.58,27,483,1297,435.79,qnn -2956,SUCCESS,2,0,100.46,1668336.58,1668437.04,27,128,1805,160.74,dj -179,SUCCESS,2,1,11002.08,1657511.87,1668513.95,127,2866,3263,17603.33,qft -2960,SUCCESS,2,0,715.61,1668437.04,1669152.65,27,869,1894,1144.98,random -2967,SUCCESS,2,0,172.19,1669152.65,1669324.84,27,174,2276,275.5,qpeinexact -2972,SUCCESS,2,0,622.9,1669324.84,1669947.74,27,465,3081,996.64,pricingcall -2978,SUCCESS,2,0,128.01,1669947.74,1670075.75,27,73,4033,204.82,qaoa -2987,SUCCESS,2,0,1552.09,1670075.75,1671627.84,27,1910,1869,2483.34,random -2994,SUCCESS,2,0,581.61,1671627.84,1672209.45,27,350,3822,930.58,ae -2998,SUCCESS,2,0,284.85,1672209.45,1672494.3,27,274,2391,455.76,realamprandom -3003,SUCCESS,2,0,725.95,1672494.3,1673220.25,27,466,3583,1161.52,qpeexact -3014,SUCCESS,2,0,318.92,1673220.25,1673539.17,27,225,3260,510.27,qnn -3021,SUCCESS,2,0,412.18,1673539.17,1673951.35,27,767,1236,659.49,ae -3028,SUCCESS,2,0,29.19,1673951.35,1673980.54,27,39,1721,46.7,graphstate -3031,SUCCESS,2,0,2595.73,1673980.54,1676576.27,27,2847,2097,4153.17,qnn -180,SUCCESS,2,1,8523.23,1668513.95,1677037.18,127,2328,3112,13637.17,su2random -3039,SUCCESS,2,0,502.98,1676576.27,1677079.25,27,647,1788,804.77,ae -3045,SUCCESS,2,0,14.87,1677079.25,1677094.12,27,23,1487,23.79,vqe -3052,SUCCESS,2,0,24.07,1677094.12,1677118.19,27,16,3459,38.51,ghz -3054,SUCCESS,2,0,735.78,1677118.19,1677853.97,27,532,3181,1177.25,qft -3056,SUCCESS,2,0,333.26,1677853.97,1678187.23,27,327,2344,533.22,pricingput -3063,SUCCESS,2,0,148.95,1678187.23,1678336.18,27,216,1586,238.32,twolocalrandom -3064,SUCCESS,2,0,17.31,1678336.18,1678353.49,27,23,1731,27.7,vqe -3066,SUCCESS,2,0,624.62,1678353.49,1678978.11,27,436,3295,999.39,realamprandom -3074,SUCCESS,2,0,500.47,1678978.11,1679478.58,27,1089,1057,800.75,su2random -3075,SUCCESS,2,0,34.5,1679478.58,1679513.08,27,42,1889,55.2,qaoa -3095,SUCCESS,2,0,108.19,1679513.08,1679621.27,27,207,1202,173.1,realamprandom -3097,SUCCESS,2,0,44.78,1679621.27,1679666.05,27,53,1943,71.65,ghz -3103,SUCCESS,2,0,197.89,1679666.05,1679863.94,27,276,1649,316.62,realamprandom -3117,SUCCESS,2,0,437.53,1679863.94,1680301.47,27,580,1735,700.05,twolocalrandom -3120,SUCCESS,2,0,1260.27,1680301.47,1681561.74,27,1311,2211,2016.43,random -3122,SUCCESS,2,0,74.83,1681561.74,1681636.57,27,101,1704,119.73,ghz -3136,SUCCESS,2,0,1094.11,1681636.57,1682730.68,27,1247,2018,1750.58,qftentangled -181,SUCCESS,2,1,6105.86,1677037.18,1683143.04,127,1938,2678,9769.38,qpeinexact -3137,SUCCESS,2,0,675.27,1682730.68,1683405.95,27,874,1777,1080.43,portfoliovqe -3141,SUCCESS,2,0,337.39,1683405.95,1683743.34,27,303,2561,539.82,random -3144,SUCCESS,2,0,126.68,1683743.34,1683870.02,27,107,2723,202.69,wstate -3146,SUCCESS,2,0,878.28,1683870.02,1684748.3,27,833,2425,1405.25,su2random -3151,SUCCESS,2,0,113.52,1684748.3,1684861.82,27,90,2901,181.63,dj -3153,SUCCESS,2,0,217.46,1684861.82,1685079.28,27,170,2942,347.94,ae -3162,SUCCESS,2,0,637.26,1685079.28,1685716.54,27,930,1576,1019.62,qnn -3164,SUCCESS,2,0,914.25,1685716.54,1686630.79,27,521,4036,1462.8,twolocalrandom -3166,SUCCESS,2,0,235.83,1686630.79,1686866.62,27,365,1486,377.33,realamprandom -3168,SUCCESS,2,0,218.56,1686866.62,1687085.18,27,162,3103,349.7,qpeexact -3174,SUCCESS,2,0,343.73,1687085.18,1687428.91,27,261,3029,549.97,portfolioqaoa -182,SUCCESS,2,1,6498.7,1683143.04,1689641.74,127,1402,3940,10397.92,twolocalrandom -183,SUCCESS,2,1,199.54,1689641.74,1689841.28,127,74,2292,319.26,graphstate -185,SUCCESS,2,1,19219.06,1689841.28,1709060.34,127,7165,2280,30750.5,random -186,SUCCESS,2,1,1810.61,1709060.34,1710870.95,127,935,1646,2896.98,qft -187,SUCCESS,2,1,12475.69,1710870.95,1723346.64,127,3341,3174,19961.1,qpeexact -3182,SUCCESS,2,0,36419.37,1687428.91,1723848.28,27,27838,3009,58270.99,grover-noancilla -3187,SUCCESS,2,0,52.51,1723848.28,1723900.79,27,65,1858,84.02,dj -3188,SUCCESS,2,0,1171.2,1723900.79,1725071.99,27,1084,2485,1873.92,qpeexact -3189,SUCCESS,2,0,420.76,1725071.99,1725492.75,27,314,3082,673.22,portfolioqaoa -3190,SUCCESS,2,0,1011.72,1725492.75,1726504.47,27,770,3022,1618.75,qpeexact -3192,SUCCESS,2,0,280.99,1726504.47,1726785.46,27,396,1632,449.58,qft -188,SUCCESS,2,1,4830.62,1723346.64,1728177.26,127,1352,3037,7728.99,wstate -3195,SUCCESS,2,0,18255.55,1726785.46,1745041.01,27,36041,1165,29208.88,shor -3196,SUCCESS,2,0,644.98,1745041.01,1745685.99,27,1135,1307,1031.97,grover-v-chain -3202,SUCCESS,2,0,574.58,1745685.99,1746260.57,27,697,1896,919.33,pricingput -3203,SUCCESS,2,0,60.06,1746260.57,1746320.63,27,120,1151,96.1,wstate -3205,SUCCESS,2,0,1175.91,1746320.63,1747496.54,27,729,3710,1881.46,qpeexact -3209,SUCCESS,2,0,1042.3,1747496.54,1748538.84,27,1057,2268,1667.68,twolocalrandom -189,SUCCESS,2,1,21065.41,1728177.26,1749242.67,127,4590,3901,33704.66,twolocalrandom -190,SUCCESS,2,1,1015.59,1749242.67,1750258.26,127,407,2121,1624.94,qpeinexact -191,SUCCESS,2,1,686.56,1750258.26,1750944.82,127,177,3297,1098.5,wstate -192,SUCCESS,2,1,5031.83,1750944.82,1755976.65,127,1945,2199,8050.93,twolocalrandom -194,SUCCESS,2,1,9221.77,1755976.65,1765198.42,127,2581,3037,14754.83,realamprandom -3223,SUCCESS,2,0,24903.53,1748538.84,1773442.37,27,22586,2536,39845.65,qwalk-noancilla -3227,SUCCESS,2,0,538.41,1773442.37,1773980.78,27,825,1501,861.46,twolocalrandom -3228,SUCCESS,2,0,1077.3,1773980.78,1775058.08,27,2415,1026,1723.68,random -3235,SUCCESS,2,0,352.03,1775058.08,1775410.11,27,654,1238,563.25,qft -3238,SUCCESS,2,0,596.25,1775410.11,1776006.36,27,423,3242,954,ae -3244,SUCCESS,2,0,1427.05,1776006.36,1777433.41,27,828,3964,2283.28,portfoliovqe -3246,SUCCESS,2,0,21.7,1777433.41,1777455.11,27,20,2495,34.72,ghz -3252,SUCCESS,2,0,947.83,1777455.11,1778402.94,27,791,2756,1516.53,qpeinexact -3253,SUCCESS,2,0,327.52,1778402.94,1778730.46,27,446,1689,524.03,ae -3263,SUCCESS,2,0,972.59,1778730.46,1779703.05,27,675,3314,1556.14,realamprandom -3268,SUCCESS,2,0,226.23,1779703.05,1779929.28,27,160,3252,361.97,qnn -3286,SUCCESS,2,0,411.27,1779929.28,1780340.55,27,402,2353,658.03,twolocalrandom -3290,SUCCESS,2,0,631.43,1780340.55,1780971.98,27,433,3354,1010.29,groundstate -3302,SUCCESS,2,0,8484.44,1780971.98,1789456.42,27,9153,2132,13575.1,qwalk-v-chain -3303,SUCCESS,2,0,585.22,1789456.42,1790041.64,27,387,3478,936.35,groundstate -3309,SUCCESS,2,0,37.88,1790041.64,1790079.52,27,55,1584,60.61,graphstate -3311,SUCCESS,2,0,73.97,1790079.52,1790153.49,27,49,3472,118.35,tsp -3326,SUCCESS,2,0,13.78,1790153.49,1790167.27,27,13,2437,22.05,ghz -3330,SUCCESS,2,0,35.4,1790167.27,1790202.67,27,29,2807,56.64,wstate -3331,SUCCESS,2,0,1391.52,1790202.67,1791594.19,27,830,3856,2226.43,qnn -3335,SUCCESS,2,0,9.16,1791594.19,1791603.35,27,20,1053,14.66,graphstate -3339,SUCCESS,2,0,120.04,1791603.35,1791723.39,27,116,2380,192.06,qftentangled -3352,SUCCESS,2,0,33.09,1791723.39,1791756.48,27,35,2174,52.94,graphstate -3360,SUCCESS,2,0,43.35,1791756.48,1791799.83,27,53,1881,69.36,qaoa -3366,SUCCESS,2,0,124.6,1791799.83,1791924.43,27,240,1194,199.36,portfoliovqe -3372,SUCCESS,2,0,604.42,1791924.43,1792528.85,27,826,1683,967.07,pricingcall -3378,SUCCESS,2,0,624.84,1792528.85,1793153.69,27,998,1440,999.74,twolocalrandom -3390,SUCCESS,2,0,32.48,1793153.69,1793186.17,27,54,1383,51.97,qaoa -3391,SUCCESS,2,0,9535.71,1793186.17,1802721.88,27,6967,3148,15257.14,pricingput -3397,SUCCESS,2,0,844.42,1802721.88,1803566.3,27,534,3637,1351.07,qpeexact -3413,SUCCESS,2,0,62.16,1803566.3,1803628.46,27,41,3487,99.46,wstate -3415,SUCCESS,2,0,11439.5,1803628.46,1815067.96,27,7682,3425,18303.2,grover-v-chain -3416,SUCCESS,2,0,20.19,1815067.96,1815088.15,27,25,1857,32.3,vqe -3423,SUCCESS,2,0,185.17,1815088.15,1815273.32,27,312,1365,296.27,ae -195,SUCCESS,2,1,79681.62,1765198.42,1844880.04,127,19214,3525,127490.59,su2random -196,SUCCESS,2,1,1751.64,1844880.04,1846631.68,127,845,1762,2802.62,qftentangled -3428,SUCCESS,2,0,35364.49,1815273.32,1850637.81,27,21215,3834,56583.18,grover-v-chain -3432,SUCCESS,2,0,410.41,1850637.81,1851048.22,27,460,2052,656.66,twolocalrandom -3433,SUCCESS,2,0,1483.08,1851048.22,1852531.3,27,896,3807,2372.93,twolocalrandom -198,SUCCESS,2,1,10714.21,1846631.68,1857345.89,127,6761,1347,17142.74,qftentangled -3437,SUCCESS,2,0,5955.38,1852531.3,1858486.68,27,3707,3695,9528.61,grover-v-chain -199,SUCCESS,2,1,1406.61,1857345.89,1858752.5,127,353,3387,2250.58,wstate -3453,SUCCESS,2,0,525.05,1858486.68,1859011.73,27,536,2253,840.08,qpeexact -200,SUCCESS,2,1,267.34,1858752.5,1859019.84,127,72,3156,427.74,vqe -3458,SUCCESS,2,0,18.1,1859011.73,1859029.83,27,17,2448,28.96,ghz -3459,SUCCESS,2,0,1767.62,1859029.83,1860797.45,27,1142,3560,2828.19,qnn -3461,SUCCESS,2,0,26.03,1860797.45,1860823.48,27,35,1710,41.65,qaoa -3463,SUCCESS,2,0,38.55,1860823.48,1860862.03,27,37,2396,61.68,graphstate -3469,SUCCESS,2,0,690.73,1860862.03,1861552.76,27,754,2107,1105.17,qnn -3473,SUCCESS,2,0,133.6,1861552.76,1861686.36,27,92,3340,213.76,graphstate -3474,SUCCESS,2,0,32.55,1861686.36,1861718.91,27,23,3254,52.08,vqe -3475,SUCCESS,2,0,231.31,1861718.91,1861950.22,27,258,2062,370.1,twolocalrandom -201,SUCCESS,2,1,4899.11,1859019.84,1863918.95,127,3131,1330,7838.58,qpeexact -202,SUCCESS,2,1,91.54,1863918.95,1864010.49,127,65,1197,146.46,ghz -3477,SUCCESS,2,0,2141.81,1861950.22,1864092.03,27,1390,3544,3426.9,qnn -3479,SUCCESS,2,0,160.46,1864092.03,1864252.49,27,275,1342,256.74,su2random -3483,SUCCESS,2,0,1140.3,1864252.49,1865392.79,27,805,3258,1824.48,ae -3484,SUCCESS,2,0,120.04,1865392.79,1865512.83,27,225,1227,192.06,realamprandom -3485,SUCCESS,2,0,670.62,1865512.83,1866183.45,27,779,1980,1072.99,qpeinexact -3486,SUCCESS,2,0,678.74,1866183.45,1866862.19,27,670,2330,1085.98,qft -3507,SUCCESS,2,0,341.08,1866862.19,1867203.27,27,494,1588,545.73,random -203,SUCCESS,2,1,3696.89,1864010.49,1867707.38,127,1244,2526,5915.02,qpeinexact -3509,SUCCESS,2,0,1382.46,1867203.27,1868585.73,27,1215,2617,2211.94,realamprandom -3532,SUCCESS,2,0,58.75,1868585.73,1868644.48,27,33,4094,94,wstate -3537,SUCCESS,2,0,103.22,1868644.48,1868747.7,27,99,2398,165.15,graphstate -3542,SUCCESS,2,0,656.05,1868747.7,1869403.75,27,773,1952,1049.68,portfoliovqe -3543,SUCCESS,2,0,2483.16,1869403.75,1871886.91,27,1544,3699,3973.06,random -3549,SUCCESS,2,0,60.23,1871886.91,1871947.14,27,37,3744,96.37,qaoa -3558,SUCCESS,2,0,15682.22,1871947.14,1887629.36,27,9670,3730,25091.55,grover-v-chain -3568,SUCCESS,2,0,224.93,1887629.36,1887854.29,27,434,1192,359.89,qpeinexact -204,SUCCESS,2,1,20398.37,1867707.38,1888105.75,127,4676,3708,32637.39,qpeexact -3585,SUCCESS,2,0,1349.08,1887854.29,1889203.37,27,1764,1759,2158.53,twolocalrandom -205,SUCCESS,2,1,1231.62,1888105.75,1889337.37,127,783,1337,1970.59,ghz -3586,SUCCESS,2,0,219.25,1889203.37,1889422.62,27,348,1449,350.8,qftentangled -3592,SUCCESS,2,0,185.15,1889422.62,1889607.77,27,108,3943,296.24,graphstate -3594,SUCCESS,2,0,18.87,1889607.77,1889626.64,27,26,1669,30.19,graphstate -3595,SUCCESS,2,0,433.63,1889626.64,1890060.27,27,862,1157,693.81,ae -3597,SUCCESS,2,0,123.1,1890060.27,1890183.37,27,230,1231,196.96,random -3607,SUCCESS,2,0,178.29,1890183.37,1890361.66,27,109,3762,285.26,qpeexact -3609,SUCCESS,2,0,1801.2,1890361.66,1892162.86,27,1748,2370,2881.92,realamprandom -3611,SUCCESS,2,0,21.15,1892162.86,1892184.01,27,23,2114,33.84,graphstate -3614,SUCCESS,2,0,115.7,1892184.01,1892299.71,27,82,3245,185.12,qaoa -3618,SUCCESS,2,0,171.88,1892299.71,1892471.59,27,182,2172,275.01,qftentangled -3620,SUCCESS,2,0,843.35,1892471.59,1893314.94,27,521,3723,1349.36,realamprandom -3632,SUCCESS,2,0,128.16,1893314.94,1893443.1,27,211,1397,205.06,wstate -3634,SUCCESS,2,0,10.24,1893443.1,1893453.34,27,13,1810,16.38,routing -3643,SUCCESS,2,0,94.23,1893453.34,1893547.57,27,63,3440,150.77,groundstate -3644,SUCCESS,2,0,360.81,1893547.57,1893908.38,27,257,3229,577.3,su2random -3646,SUCCESS,2,0,794.3,1893908.38,1894702.68,27,1384,1320,1270.88,qnn -3657,SUCCESS,2,0,498.36,1894702.68,1895201.04,27,586,1956,797.38,pricingput -3664,SUCCESS,2,0,666.75,1895201.04,1895867.79,27,448,3423,1066.8,twolocalrandom -3671,SUCCESS,2,0,1104.19,1895867.79,1896971.98,27,1375,1847,1766.7,realamprandom -3687,SUCCESS,2,0,773.09,1896971.98,1897745.07,27,707,2515,1236.94,qft -3692,SUCCESS,2,0,630.64,1897745.07,1898375.71,27,637,2277,1009.02,portfolioqaoa -3704,SUCCESS,2,0,323.07,1898375.71,1898698.78,27,430,1728,516.91,qftentangled -206,SUCCESS,2,1,9601.26,1889337.37,1898938.63,127,3981,2050,15362.02,qpeexact -3708,SUCCESS,2,0,666.76,1898698.78,1899365.54,27,708,2166,1066.82,qpeinexact -209,SUCCESS,2,1,1517.65,1898938.63,1900456.28,127,625,2064,2428.24,random -3712,SUCCESS,2,0,1635.23,1899365.54,1901000.77,27,1502,2504,2616.37,random -3717,SUCCESS,2,0,659.62,1901000.77,1901660.39,27,880,1724,1055.39,qpeexact -3719,SUCCESS,2,0,551.42,1901660.39,1902211.81,27,352,3603,882.27,qpeexact -3725,SUCCESS,2,0,588.21,1902211.81,1902800.02,27,340,3979,941.14,qftentangled -3737,SUCCESS,2,0,45.24,1902800.02,1902845.26,27,53,1963,72.38,dj -3749,SUCCESS,2,0,98.42,1902845.26,1902943.68,27,156,1451,157.47,qpeinexact -3767,SUCCESS,2,0,1521.96,1902943.68,1904465.64,27,1538,2276,2435.14,random -3773,SUCCESS,2,0,909.71,1904465.64,1905375.35,27,607,3447,1455.54,qnn -3777,SUCCESS,2,0,464.27,1905375.35,1905839.62,27,766,1394,742.83,ae -3779,SUCCESS,2,0,4423.2,1905839.62,1910262.82,27,3341,3045,7077.12,random -3799,SUCCESS,2,0,668.53,1910262.82,1910931.35,27,547,2811,1069.65,twolocalrandom -3809,SUCCESS,2,0,3568.79,1910931.35,1914500.14,27,2358,3481,5710.06,random -3812,SUCCESS,2,0,2870.29,1914500.14,1917370.43,27,1691,3904,4592.46,random -3813,SUCCESS,2,0,693.03,1917370.43,1918063.46,27,547,2914,1108.85,realamprandom -3829,SUCCESS,2,0,307.29,1918063.46,1918370.75,27,442,1599,491.66,qftentangled -3831,SUCCESS,2,0,909.74,1918370.75,1919280.49,27,829,2524,1455.58,qpeexact -3833,SUCCESS,2,0,50.07,1919280.49,1919330.56,27,48,2399,80.11,dj -3837,SUCCESS,2,0,184.84,1919330.56,1919515.4,27,111,3830,295.74,dj -210,SUCCESS,2,1,20129.41,1900456.28,1920585.69,127,7153,2392,32207.06,qnn -211,SUCCESS,2,1,7284.92,1920585.69,1927870.61,127,2047,3025,11655.87,qft -212,SUCCESS,2,1,774.84,1927870.61,1928645.45,127,347,1898,1239.74,qpeinexact -214,SUCCESS,2,1,2596.88,1928645.45,1931242.33,127,548,4028,4155.01,random -215,SUCCESS,2,1,4272.63,1931242.33,1935514.96,127,959,3787,6836.21,ghz -216,SUCCESS,2,1,9808.87,1935514.96,1945323.83,127,6236,1337,15694.19,qft -3845,SUCCESS,2,0,34495.97,1919515.4,1954011.37,27,19766,4014,55193.55,qwalk-noancilla -3849,SUCCESS,2,0,234.03,1954011.37,1954245.4,27,133,4047,374.45,wstate -3853,SUCCESS,2,0,955.41,1954245.4,1955200.81,27,1680,1308,1528.66,random -3856,SUCCESS,2,0,337.3,1955200.81,1955538.11,27,392,1979,539.68,su2random -3859,SUCCESS,2,0,101.48,1955538.11,1955639.59,27,58,4024,162.37,vqe -3863,SUCCESS,2,0,86.38,1955639.59,1955725.97,27,69,2879,138.21,wstate -3864,SUCCESS,2,0,91.75,1955725.97,1955817.72,27,60,3517,146.8,graphstate -3877,SUCCESS,2,0,725.09,1955817.72,1956542.81,27,413,4038,1160.14,su2random -3889,SUCCESS,2,0,200.39,1956542.81,1956743.2,27,293,1573,320.62,qpeexact -3890,SUCCESS,2,0,1244.53,1956743.2,1957987.73,27,819,3495,1991.25,qnn -3893,SUCCESS,2,0,215.71,1957987.73,1958203.44,27,128,3876,345.14,qft -3898,SUCCESS,2,0,1338.44,1958203.44,1959541.88,27,932,3303,2141.5,qwalk-v-chain -3901,SUCCESS,2,0,325.67,1959541.88,1959867.55,27,199,3764,521.07,twolocalrandom -3909,SUCCESS,2,0,942.76,1959867.55,1960810.31,27,852,2545,1508.42,ae -3916,SUCCESS,2,0,29.49,1960810.31,1960839.8,27,56,1211,47.18,dj -3917,SUCCESS,2,0,76.46,1960839.8,1960916.26,27,79,2226,122.34,ghz -3929,SUCCESS,2,0,234.71,1960916.26,1961150.97,27,469,1151,375.54,ae -3938,SUCCESS,2,0,362.55,1961150.97,1961513.52,27,218,3825,580.08,qft -3939,SUCCESS,2,0,230.6,1961513.52,1961744.12,27,249,2130,368.96,qft -3942,SUCCESS,2,0,218.77,1961744.12,1961962.89,27,290,1735,350.03,random -3943,SUCCESS,2,0,253.05,1961962.89,1962215.94,27,409,1423,404.88,qft -3952,SUCCESS,2,0,20.07,1962215.94,1962236.01,27,12,3846,32.11,ghz -3954,SUCCESS,2,0,31.97,1962236.01,1962267.98,27,41,1793,51.15,wstate -3956,SUCCESS,2,0,194.18,1962267.98,1962462.16,27,311,1436,310.69,realamprandom -3959,SUCCESS,2,0,618.64,1962462.16,1963080.8,27,407,3496,989.82,realamprandom -3969,SUCCESS,2,0,861.47,1963080.8,1963942.27,27,614,3227,1378.35,qft -3970,SUCCESS,2,0,1307.5,1963942.27,1965249.77,27,916,3283,2092,qpeexact -3981,SUCCESS,2,0,39.35,1965249.77,1965289.12,27,37,2446,62.96,graphstate -3982,SUCCESS,2,0,454.92,1965289.12,1965744.04,27,432,2422,727.87,qnn -3986,SUCCESS,2,0,214.03,1965744.04,1965958.07,27,127,3876,342.45,wstate -3989,SUCCESS,2,0,89.72,1965958.07,1966047.79,27,181,1140,143.55,su2random -3990,SUCCESS,2,0,1156.09,1966047.79,1967203.88,27,915,2906,1849.74,twolocalrandom -3996,SUCCESS,2,0,41.31,1967203.88,1967245.19,27,35,2714,66.1,qaoa -4001,SUCCESS,2,0,261.3,1967245.19,1967506.49,27,463,1298,418.08,qft -4003,SUCCESS,2,0,401.88,1967506.49,1967908.37,27,394,2346,643.01,qnn -4007,SUCCESS,2,0,732.08,1967908.37,1968640.45,27,549,3067,1171.33,qftentangled -4011,SUCCESS,2,0,256.46,1968640.45,1968896.91,27,292,2020,410.34,qftentangled -4015,SUCCESS,2,0,794.91,1968896.91,1969691.82,27,784,2332,1271.86,qpeinexact -4017,SUCCESS,2,0,20.51,1969691.82,1969712.33,27,15,3144,32.82,ghz -4021,SUCCESS,2,0,73.4,1969712.33,1969785.73,27,43,3926,117.44,ghz -4029,SUCCESS,2,0,186.48,1969785.73,1969972.21,27,309,1388,298.37,ae -4030,SUCCESS,2,0,52.16,1969972.21,1970024.37,27,37,3242,83.46,wstate -4037,SUCCESS,2,0,1638.91,1970024.37,1971663.28,27,1006,3747,2622.26,pricingput -4041,SUCCESS,2,0,455.48,1971663.28,1972118.76,27,432,2425,728.77,su2random -217,SUCCESS,2,1,27461.49,1945323.83,1972785.32,127,10524,2218,43938.38,twolocalrandom -218,SUCCESS,2,1,363.17,1972785.32,1973148.49,127,77,4009,581.07,graphstate -4050,SUCCESS,2,0,1164.28,1972118.76,1973283.04,27,1075,2491,1862.85,random -4057,SUCCESS,2,0,18.43,1973283.04,1973301.47,27,29,1461,29.49,graphstate -4061,SUCCESS,2,0,959.31,1973301.47,1974260.78,27,621,3553,1534.9,qnn -4063,SUCCESS,2,0,287.56,1974260.78,1974548.34,27,322,2054,460.1,qft -4064,SUCCESS,2,0,84.22,1974548.34,1974632.56,27,52,3725,134.75,dj -4066,SUCCESS,2,0,167.95,1974632.56,1974800.51,27,261,1480,268.72,qft -4067,SUCCESS,2,0,48.94,1974800.51,1974849.45,27,31,3631,78.3,graphstate -4092,SUCCESS,2,0,15.73,1974849.45,1974865.18,27,19,1904,25.17,ghz -4119,SUCCESS,2,0,8.92,1974865.18,1974874.1,27,13,1578,14.27,ghz -4120,SUCCESS,2,0,435.82,1974874.1,1975309.92,27,466,2151,697.31,su2random -219,SUCCESS,2,1,11118.04,1973148.49,1984266.53,127,8791,1075,17788.86,ae -220,SUCCESS,2,1,2843.82,1984266.53,1987110.35,127,1358,1780,4550.11,qwalk-v-chain -4130,SUCCESS,2,0,18526.56,1975309.92,1993836.48,27,11114,3834,29642.5,qwalk-noancilla -4137,SUCCESS,2,0,777.78,1993836.48,1994614.26,27,1516,1180,1244.45,random -4142,SUCCESS,2,0,81.38,1994614.26,1994695.64,27,84,2228,130.21,ghz -221,SUCCESS,2,1,7753.9,1987110.35,1994864.25,127,2847,2315,12406.24,qpeexact -4148,SUCCESS,2,0,424.55,1994695.64,1995120.19,27,347,2814,679.28,portfolioqaoa -4159,SUCCESS,2,0,211.12,1995120.19,1995331.31,27,154,3153,337.79,wstate -4168,SUCCESS,2,0,452.5,1995331.31,1995783.81,27,678,1535,724,portfolioqaoa -4186,SUCCESS,2,0,1956.64,1995783.81,1997740.45,27,2099,2144,3130.62,random -4188,SUCCESS,2,0,401.18,1997740.45,1998141.63,27,409,2256,641.89,realamprandom -4189,SUCCESS,2,0,49.56,1998141.63,1998191.19,27,67,1701,79.3,ghz -4196,SUCCESS,2,0,83.53,1998191.19,1998274.72,27,117,1642,133.65,qftentangled -4198,SUCCESS,2,0,175.39,1998274.72,1998450.11,27,101,3994,280.62,dj -4204,SUCCESS,2,0,165.68,1998450.11,1998615.79,27,219,1740,265.09,pricingput -4208,SUCCESS,2,0,874.56,1998615.79,1999490.35,27,552,3644,1399.3,qnn -4210,SUCCESS,2,0,2019.34,1999490.35,2001509.69,27,1335,3479,3230.94,random -4214,SUCCESS,2,0,116.94,2001509.69,2001626.63,27,131,2053,187.1,wstate -4218,SUCCESS,2,0,70.32,2001626.63,2001696.95,27,87,1859,112.51,ghz -4222,SUCCESS,2,0,182.65,2001696.95,2001879.6,27,165,2546,292.24,twolocalrandom -4225,SUCCESS,2,0,717,2001879.6,2002596.6,27,690,2390,1147.2,qft -4227,SUCCESS,2,0,264.05,2002596.6,2002860.65,27,271,2241,422.48,qftentangled -4232,SUCCESS,2,0,719.62,2002860.65,2003580.27,27,680,2434,1151.39,pricingcall -4234,SUCCESS,2,0,247.38,2003580.27,2003827.65,27,314,1812,395.81,qnn -4236,SUCCESS,2,0,129.27,2003827.65,2003956.92,27,233,1276,206.83,qnn -4237,SUCCESS,2,0,89.32,2003956.92,2004046.24,27,73,2814,142.91,wstate -4238,SUCCESS,2,0,202.76,2004046.24,2004249,27,118,3952,324.42,wstate -4241,SUCCESS,2,0,7415.88,2004249,2011664.88,27,4224,4038,11865.41,pricingput -4243,SUCCESS,2,0,2431.21,2011664.88,2014096.09,27,1611,3471,3889.94,qnn -4252,SUCCESS,2,0,1228.43,2014096.09,2015324.52,27,875,3229,1965.49,qft -4255,SUCCESS,2,0,211.83,2015324.52,2015536.35,27,350,1392,338.93,qftentangled -4283,SUCCESS,2,0,1252.41,2015536.35,2016788.76,27,843,3417,2003.86,qpeexact -4287,SUCCESS,2,0,182.77,2016788.76,2016971.53,27,127,3310,292.43,qft -4290,SUCCESS,2,0,73.01,2016971.53,2017044.54,27,48,3498,116.82,dj -4291,SUCCESS,2,0,461.67,2017044.54,2017506.21,27,293,3624,738.67,qpeinexact -4294,SUCCESS,2,0,1038.11,2017506.21,2018544.32,27,1352,1766,1660.98,ae -4297,SUCCESS,2,0,2271.54,2018544.32,2020815.86,27,1616,3233,3634.46,su2random -222,SUCCESS,2,1,27031.67,1994864.25,2021895.92,127,7885,2914,43250.67,qft -4311,SUCCESS,2,0,2273.63,2020815.86,2023089.49,27,1831,2856,3637.81,portfoliovqe -4316,SUCCESS,2,0,20.82,2023089.49,2023110.31,27,40,1197,33.31,graphstate -4326,SUCCESS,2,0,11.13,2023110.31,2023121.44,27,21,1218,17.81,vqe -4330,SUCCESS,2,0,41.92,2023121.44,2023163.36,27,24,4017,67.07,ghz -4331,SUCCESS,2,0,191.81,2023163.36,2023355.17,27,244,1808,306.9,portfolioqaoa -4333,SUCCESS,2,0,585.54,2023355.17,2023940.71,27,568,2371,936.86,qpeinexact -4336,SUCCESS,2,0,35.89,2023940.71,2023976.6,27,42,1965,57.42,graphstate -4342,SUCCESS,2,0,91.27,2023976.6,2024067.87,27,61,3441,146.03,dj -4347,SUCCESS,2,0,4565.92,2024067.87,2028633.79,27,2567,4091,7305.47,random -4349,SUCCESS,2,0,145.79,2028633.79,2028779.58,27,104,3224,233.26,dj -4352,SUCCESS,2,0,848.81,2028779.58,2029628.39,27,549,3556,1358.1,su2random -4357,SUCCESS,2,0,858.64,2029628.39,2030487.03,27,622,3175,1373.82,qnn -4359,SUCCESS,2,0,42.16,2030487.03,2030529.19,27,32,3030,67.46,routing -4362,SUCCESS,2,0,647.48,2030529.19,2031176.67,27,446,3339,1035.97,qft -4380,SUCCESS,2,0,198.39,2031176.67,2031375.06,27,147,3104,317.42,qftentangled -4382,SUCCESS,2,0,342.73,2031375.06,2031717.79,27,521,1513,548.37,realamprandom -4383,SUCCESS,2,0,160.79,2031717.79,2031878.58,27,358,1033,257.26,twolocalrandom -4392,SUCCESS,2,0,40.92,2031878.58,2031919.5,27,26,3619,65.47,vqe -4398,SUCCESS,2,0,1346.02,2031919.5,2033265.52,27,1193,2595,2153.63,qnn -4400,SUCCESS,2,0,2292.67,2033265.52,2035558.19,27,2566,2055,3668.27,random -4401,SUCCESS,2,0,19.85,2035558.19,2035578.04,27,17,2685,31.76,graphstate -4405,SUCCESS,2,0,109.95,2035578.04,2035687.99,27,63,4014,175.92,graphstate -4411,SUCCESS,2,0,613.17,2035687.99,2036301.16,27,542,2602,981.07,qft -4418,SUCCESS,2,0,22.27,2036301.16,2036323.43,27,14,3658,35.63,ghz -4422,SUCCESS,2,0,670.75,2036323.43,2036994.18,27,1153,1338,1073.2,qpeexact -4424,SUCCESS,2,0,38.36,2036994.18,2037032.54,27,26,3393,61.38,graphstate -4429,SUCCESS,2,0,682.28,2037032.54,2037714.82,27,389,4034,1091.65,twolocalrandom -4441,SUCCESS,2,0,1196.37,2037714.82,2038911.19,27,1217,2261,1914.19,twolocalrandom -223,SUCCESS,2,1,17094.67,2021895.92,2038990.59,127,14012,1037,27351.47,grover-noancilla -4447,SUCCESS,2,0,190.22,2038911.19,2039101.41,27,401,1091,304.35,groundstate -4454,SUCCESS,2,0,381.01,2039101.41,2039482.42,27,359,2441,609.62,qpeinexact -4455,SUCCESS,2,0,32.49,2039482.42,2039514.91,27,23,3248,51.98,vqe -4460,SUCCESS,2,0,633.26,2039514.91,2040148.17,27,688,2117,1013.22,realamprandom -4476,SUCCESS,2,0,28.59,2040148.17,2040176.76,27,22,2988,45.74,vqe -4478,SUCCESS,2,0,255.82,2040176.76,2040432.58,27,292,2015,409.31,qpeinexact -4486,SUCCESS,2,0,828.52,2040432.58,2041261.1,27,584,3263,1325.63,qft -4502,SUCCESS,2,0,32.9,2041261.1,2041294,27,29,2609,52.64,wstate -4508,SUCCESS,2,0,240.96,2041294,2041534.96,27,163,3400,385.54,qnn -225,SUCCESS,2,1,3102.87,2038990.59,2042093.46,127,2146,1229,4964.59,qft -226,SUCCESS,2,1,1603.35,2042093.46,2043696.81,127,989,1378,2565.36,qnn -4514,SUCCESS,2,0,3488.23,2041534.96,2045023.19,27,3906,2054,5581.17,pricingcall -4516,SUCCESS,2,0,651,2045023.19,2045674.19,27,525,2852,1041.6,ae -4520,SUCCESS,2,0,38.37,2045674.19,2045712.56,27,51,1730,61.39,graphstate -4522,SUCCESS,2,0,426.52,2045712.56,2046139.08,27,364,2695,682.43,portfolioqaoa -4523,SUCCESS,2,0,73.41,2046139.08,2046212.49,27,82,2059,117.46,qaoa -4527,SUCCESS,2,0,73.96,2046212.49,2046286.45,27,45,3780,118.34,wstate -4532,SUCCESS,2,0,100.84,2046286.45,2046387.29,27,97,2391,161.34,qpeexact -4533,SUCCESS,2,0,334.52,2046387.29,2046721.81,27,470,1637,535.23,ae -4537,SUCCESS,2,0,860.85,2046721.81,2047582.66,27,587,3373,1377.36,qftentangled -4549,SUCCESS,2,0,613.46,2047582.66,2048196.12,27,509,2772,981.54,pricingput -4555,SUCCESS,2,0,154.78,2048196.12,2048350.9,27,312,1141,247.65,pricingcall -4558,SUCCESS,2,0,301.25,2048350.9,2048652.15,27,223,3107,482,wstate -227,SUCCESS,2,1,5088.11,2043696.81,2048784.92,127,2041,2119,8140.98,qftentangled -4563,SUCCESS,2,0,210.44,2048652.15,2048862.59,27,402,1204,336.7,realamprandom -4564,SUCCESS,2,0,814.39,2048862.59,2049676.98,27,592,3164,1303.02,pricingcall -4567,SUCCESS,2,0,641.2,2049676.98,2050318.18,27,484,3047,1025.92,su2random -4571,SUCCESS,2,0,470.71,2050318.18,2050788.89,27,474,2284,753.14,realamprandom -4576,SUCCESS,2,0,2260.66,2050788.89,2053049.55,27,1318,3945,3617.06,realamprandom -4582,SUCCESS,2,0,1672.39,2053049.55,2054721.94,27,1488,2585,2675.82,pricingput -4584,SUCCESS,2,0,38.93,2054721.94,2054760.87,27,31,2888,62.29,graphstate -4587,SUCCESS,2,0,534.41,2054760.87,2055295.28,27,371,3313,855.06,qpeexact -4590,SUCCESS,2,0,176.16,2055295.28,2055471.44,27,271,1495,281.86,ae -4598,SUCCESS,2,0,855.52,2055471.44,2056326.96,27,573,3434,1368.83,qftentangled -228,SUCCESS,2,1,7584.9,2048784.92,2056369.82,127,2098,3073,12135.84,qft -4606,SUCCESS,2,0,228.53,2056326.96,2056555.49,27,197,2668,365.65,qpeexact -4613,SUCCESS,2,0,462.32,2056555.49,2057017.81,27,323,3292,739.71,portfolioqaoa -4616,SUCCESS,2,0,645.18,2057017.81,2057662.99,27,418,3550,1032.29,qpeinexact -4617,SUCCESS,2,0,293.74,2057662.99,2057956.73,27,221,3057,469.98,qftentangled -4619,SUCCESS,2,0,170.14,2057956.73,2058126.87,27,130,3010,272.22,wstate -4621,SUCCESS,2,0,208.26,2058126.87,2058335.13,27,128,3742,333.22,dj -4625,SUCCESS,2,0,67.27,2058335.13,2058402.4,27,43,3598,107.63,qaoa -4628,SUCCESS,2,0,284.23,2058402.4,2058686.63,27,329,1987,454.77,portfolioqaoa -4631,SUCCESS,2,0,287.72,2058686.63,2058974.35,27,615,1076,460.35,portfolioqaoa -4635,SUCCESS,2,0,393.97,2058974.35,2059368.32,27,370,2449,630.35,qpeinexact -4638,SUCCESS,2,0,936.28,2059368.32,2060304.6,27,624,3451,1498.05,random -4641,SUCCESS,2,0,772.75,2060304.6,2061077.35,27,705,2521,1236.4,qwalk-v-chain -4645,SUCCESS,2,0,48.25,2061077.35,2061125.6,27,40,2774,77.2,qaoa -4646,SUCCESS,2,0,409.77,2061125.6,2061535.37,27,326,2891,655.63,ae -4650,SUCCESS,2,0,129.84,2061535.37,2061665.21,27,130,2297,207.74,wstate -4651,SUCCESS,2,0,911.48,2061665.21,2062576.69,27,658,3186,1458.37,qnn -4652,SUCCESS,2,0,266.88,2062576.69,2062843.57,27,271,2265,427.01,qpeinexact -4661,SUCCESS,2,0,30.24,2062843.57,2062873.81,27,20,3477,48.38,graphstate -4665,SUCCESS,2,0,3182.22,2062873.81,2066056.03,27,3889,1882,5091.55,grover-noancilla -4666,SUCCESS,2,0,171.28,2066056.03,2066227.31,27,116,3396,274.05,dj -4667,SUCCESS,2,0,287.98,2066227.31,2066515.29,27,629,1053,460.77,qpeinexact -230,SUCCESS,2,1,10654.21,2056369.82,2067024.03,127,7053,1284,17046.74,ae -4671,SUCCESS,2,0,554.53,2066515.29,2067069.82,27,1217,1048,887.25,realamprandom -232,SUCCESS,2,1,135.82,2067024.03,2067159.85,127,31,3724,217.31,ghz -4674,SUCCESS,2,0,93.62,2067069.82,2067163.44,27,70,3076,149.79,ghz -4678,SUCCESS,2,0,522.44,2067163.44,2067685.88,27,1003,1198,835.9,pricingcall -233,SUCCESS,2,1,2022.48,2067159.85,2069182.33,127,465,3697,3235.97,realamprandom -4685,SUCCESS,2,0,1499.3,2067685.88,2069185.18,27,933,3696,2398.88,qnn -4689,SUCCESS,2,0,45.1,2069185.18,2069230.28,27,45,2305,72.16,tsp -4691,SUCCESS,2,0,203.09,2069230.28,2069433.37,27,222,2104,324.94,ae -4704,SUCCESS,2,0,928.04,2069433.37,2070361.41,27,815,2619,1484.86,portfoliovqe -4710,SUCCESS,2,0,46.61,2070361.41,2070408.02,27,37,2897,74.58,wstate -4715,SUCCESS,2,0,24.78,2070408.02,2070432.8,27,39,1461,39.65,graphstate -4717,SUCCESS,2,0,236.97,2070432.8,2070669.77,27,256,2129,379.15,portfoliovqe -4719,SUCCESS,2,0,165.23,2070669.77,2070835,27,106,3585,264.37,groundstate -4721,SUCCESS,2,0,203.45,2070835,2071038.45,27,188,2489,325.52,su2random -4729,SUCCESS,2,0,384.92,2071038.45,2071423.37,27,260,3405,615.87,qft -4730,SUCCESS,2,0,51.35,2071423.37,2071474.72,27,61,1936,82.16,wstate -4741,SUCCESS,2,0,267.54,2071474.72,2071742.26,27,536,1148,428.06,su2random -4743,SUCCESS,2,0,1003.2,2071742.26,2072745.46,27,758,3044,1605.12,qpeinexact -4746,SUCCESS,2,0,477.17,2072745.46,2073222.63,27,574,1912,763.47,qpeinexact -4747,SUCCESS,2,0,35.36,2073222.63,2073257.99,27,74,1099,56.58,qaoa -4755,SUCCESS,2,0,601,2073257.99,2073858.99,27,606,2281,961.6,pricingput -234,SUCCESS,2,1,4793.85,2069182.33,2073976.18,127,1897,2148,7670.16,qnn -4788,SUCCESS,2,0,7545.47,2073858.99,2081404.46,27,5358,3239,12072.75,qwalk-v-chain -4792,SUCCESS,2,0,31.31,2081404.46,2081435.77,27,63,1143,50.1,groundstate -4804,SUCCESS,2,0,790.22,2081435.77,2082225.99,27,500,3635,1264.35,pricingput -4814,SUCCESS,2,0,355.42,2082225.99,2082581.41,27,759,1077,568.67,qpeinexact -4823,SUCCESS,2,0,570.87,2082581.41,2083152.28,27,948,1385,913.39,pricingcall -4830,SUCCESS,2,0,251.69,2083152.28,2083403.97,27,275,2105,402.7,twolocalrandom -4833,SUCCESS,2,0,684.29,2083403.97,2084088.26,27,904,1741,1094.86,qpeexact -4834,SUCCESS,2,0,81.05,2084088.26,2084169.31,27,74,2519,129.68,graphstate -235,SUCCESS,2,1,11099.5,2073976.18,2085075.68,127,7365,1281,17759.2,ae -4851,SUCCESS,2,0,6851.19,2084169.31,2091020.5,27,3886,4055,10961.9,pricingput -4856,SUCCESS,2,0,29.49,2091020.5,2091049.99,27,46,1474,47.18,graphstate -4865,SUCCESS,2,0,918.19,2091049.99,2091968.18,27,568,3718,1469.1,realamprandom -4866,SUCCESS,2,0,286.1,2091968.18,2092254.28,27,296,2223,457.76,random -4868,SUCCESS,2,0,981.06,2092254.28,2093235.34,27,696,3242,1569.7,qnn -4869,SUCCESS,2,0,42.68,2093235.34,2093278.02,27,27,3635,68.29,dj -4871,SUCCESS,2,0,366.22,2093278.02,2093644.24,27,207,4069,585.95,qpeinexact -4884,SUCCESS,2,0,1132.17,2093644.24,2094776.41,27,914,2849,1811.47,qpeinexact -4887,SUCCESS,2,0,25.64,2094776.41,2094802.05,27,27,2184,41.02,graphstate -4888,SUCCESS,2,0,29.52,2094802.05,2094831.57,27,27,2514,47.23,dj -4889,SUCCESS,2,0,2365.53,2094831.57,2097197.1,27,1527,3563,3784.85,twolocalrandom -4891,SUCCESS,2,0,40.18,2097197.1,2097237.28,27,85,1087,64.29,dj -238,SUCCESS,2,1,19298.83,2085075.68,2104374.51,127,7669,2139,30878.13,qpeexact -239,SUCCESS,2,1,125.3,2104374.51,2104499.81,127,94,1133,200.48,ghz -4894,SUCCESS,2,0,9062.07,2097237.28,2106299.35,27,7051,2956,14499.31,grover-v-chain -4895,SUCCESS,2,0,500.11,2106299.35,2106799.46,27,728,1580,800.18,qpeinexact -241,SUCCESS,2,1,2357.75,2104499.81,2106857.56,127,533,3760,3772.4,qftentangled -242,SUCCESS,2,1,337.8,2106857.56,2107195.36,127,213,1348,540.48,wstate -4902,SUCCESS,2,0,1380.98,2106799.46,2108180.44,27,1050,3025,2209.57,qnn -4909,SUCCESS,2,0,141.81,2108180.44,2108322.25,27,216,1510,226.9,ae -4911,SUCCESS,2,0,1348.83,2108322.25,2109671.08,27,791,3922,2158.13,realamprandom -4913,SUCCESS,2,0,124.26,2109671.08,2109795.34,27,110,2598,198.82,dj -4914,SUCCESS,2,0,203.22,2109795.34,2109998.56,27,190,2460,325.15,wstate -4917,SUCCESS,2,0,166.43,2109998.56,2110164.99,27,123,3112,266.29,qpeinexact -4918,SUCCESS,2,0,724,2110164.99,2110888.99,27,724,2300,1158.4,qft -4925,SUCCESS,2,0,10928.6,2110888.99,2121817.59,27,6455,3894,17485.76,qwalk-v-chain -4930,SUCCESS,2,0,1092.44,2121817.59,2122910.03,27,680,3695,1747.9,portfoliovqe -4931,SUCCESS,2,0,202.43,2122910.03,2123112.46,27,275,1693,323.89,qpeinexact -4938,SUCCESS,2,0,170.27,2123112.46,2123282.73,27,222,1764,272.43,qftentangled -4942,SUCCESS,2,0,2662.82,2123282.73,2125945.55,27,5091,1203,4260.51,pricingput -4943,SUCCESS,2,0,831.89,2125945.55,2126777.44,27,619,3091,1331.02,qnn -4944,SUCCESS,2,0,39.83,2126777.44,2126817.27,27,23,3982,63.73,graphstate -4953,SUCCESS,2,0,794.86,2126817.27,2127612.13,27,464,3940,1271.78,su2random -243,SUCCESS,2,1,20503.1,2107195.36,2127698.46,127,11458,1521,32804.96,realamprandom -244,SUCCESS,2,1,2076.49,2127698.46,2129774.95,127,682,2588,3322.38,qpeinexact -245,SUCCESS,2,1,212.23,2129774.95,2129987.18,127,52,3469,339.57,graphstate -4981,SUCCESS,2,0,4493.76,2127612.13,2132105.89,27,3039,3401,7190.02,random -4991,SUCCESS,2,0,108.44,2132105.89,2132214.33,27,163,1530,173.5,qpeinexact -4992,SUCCESS,2,0,32.85,2132214.33,2132247.18,27,56,1349,52.56,graphstate -4996,SUCCESS,2,0,91.56,2132247.18,2132338.74,27,122,1726,146.5,dj -5007,SUCCESS,2,0,38.02,2132338.74,2132376.76,27,29,3015,60.83,graphstate -5010,SUCCESS,2,0,763.67,2132376.76,2133140.43,27,574,3060,1221.87,su2random -5012,SUCCESS,2,0,10.56,2133140.43,2133150.99,27,11,2208,16.9,ghz -5019,SUCCESS,2,0,29.99,2133150.99,2133180.98,27,18,3832,47.98,ghz -5024,SUCCESS,2,0,165.62,2133180.98,2133346.6,27,356,1070,264.99,qft -5026,SUCCESS,2,0,425.55,2133346.6,2133772.15,27,290,3375,680.88,qft -5036,SUCCESS,2,0,291.01,2133772.15,2134063.16,27,252,2656,465.62,twolocalrandom -5038,SUCCESS,2,0,534.49,2134063.16,2134597.65,27,711,1729,855.18,qftentangled -5051,SUCCESS,2,0,306.8,2134597.65,2134904.45,27,204,3459,490.88,qpeinexact -5053,SUCCESS,2,0,180.33,2134904.45,2135084.78,27,369,1124,288.53,qpeinexact -5056,SUCCESS,2,0,572.6,2135084.78,2135657.38,27,818,1610,916.16,ae -246,SUCCESS,2,1,5853.61,2129987.18,2135840.79,127,2439,2040,9365.78,qftentangled -5058,SUCCESS,2,0,470.87,2135657.38,2136128.25,27,760,1425,753.39,qpeexact -5061,SUCCESS,2,0,37.55,2136128.25,2136165.8,27,42,2056,60.08,graphstate -5068,SUCCESS,2,0,42.85,2136165.8,2136208.65,27,49,2011,68.56,ghz -247,SUCCESS,2,1,1149.44,2135840.79,2136990.23,127,489,1998,1839.1,realamprandom -5072,SUCCESS,2,0,1365.85,2136208.65,2137574.5,27,869,3615,2185.36,portfoliovqe -5073,SUCCESS,2,0,1003.05,2137574.5,2138577.55,27,904,2552,1604.88,qpeinexact -5074,SUCCESS,2,0,39.93,2138577.55,2138617.48,27,23,3993,63.89,dj -5079,SUCCESS,2,0,558.43,2138617.48,2139175.91,27,787,1632,893.49,portfolioqaoa -5081,SUCCESS,2,0,4254.27,2139175.91,2143430.18,27,2837,3449,6806.83,qwalk-v-chain -5082,SUCCESS,2,0,1475.47,2143430.18,2144905.65,27,1171,2898,2360.75,qpeinexact -5085,SUCCESS,2,0,924.23,2144905.65,2145829.88,27,976,2178,1478.77,random -5093,SUCCESS,2,0,24.83,2145829.88,2145854.71,27,23,2483,39.73,graphstate -5101,SUCCESS,2,0,2261.09,2145854.71,2148115.8,27,1565,3323,3617.74,portfoliovqe -5105,SUCCESS,2,0,380.23,2148115.8,2148496.03,27,217,4030,608.37,qftentangled -5113,SUCCESS,2,0,352.43,2148496.03,2148848.46,27,604,1342,563.89,qft -248,SUCCESS,2,1,12388.49,2136990.23,2149378.72,127,7072,1489,19821.58,qpeexact -249,SUCCESS,2,1,611.02,2149378.72,2149989.74,127,207,2509,977.63,ghz -5115,SUCCESS,2,0,7485.14,2148848.46,2156333.6,27,9754,1765,11976.22,qwalk-noancilla -5116,SUCCESS,2,0,52.51,2156333.6,2156386.11,27,38,3178,84.02,qaoa -5117,SUCCESS,2,0,398.07,2156386.11,2156784.18,27,241,3799,636.91,twolocalrandom -5122,SUCCESS,2,0,172.5,2156784.18,2156956.68,27,97,4090,276,wstate -250,SUCCESS,2,1,13330.37,2149989.74,2163320.11,127,10916,1038,21328.59,realamprandom -251,SUCCESS,2,1,1285.08,2163320.11,2164605.19,127,515,2121,2056.13,qft -5124,SUCCESS,2,0,29963.01,2156956.68,2186919.69,27,39335,1752,47940.82,shor -5126,SUCCESS,2,0,630.6,2186919.69,2187550.29,27,690,2102,1008.96,qpeinexact -5131,SUCCESS,2,0,46.92,2187550.29,2187597.21,27,49,2202,75.07,wstate -5136,SUCCESS,2,0,1138.88,2187597.21,2188736.09,27,794,3299,1822.21,ae -5146,SUCCESS,2,0,55.63,2188736.09,2188791.72,27,49,2611,89.01,wstate -5147,SUCCESS,2,0,868.92,2188791.72,2189660.64,27,891,2243,1390.27,twolocalrandom -5150,SUCCESS,2,0,1162.42,2189660.64,2190823.06,27,712,3755,1859.87,ae -5151,SUCCESS,2,0,665.88,2190823.06,2191488.94,27,481,3184,1065.41,ae -253,SUCCESS,2,1,27793.73,2164605.19,2192398.92,127,12109,1951,44469.97,realamprandom -5175,SUCCESS,2,0,1865.64,2191488.94,2193354.58,27,1882,2280,2985.02,random -5177,SUCCESS,2,0,6598.57,2193354.58,2199953.15,27,10395,1460,10557.71,grover-noancilla -5178,SUCCESS,2,0,1027.02,2199953.15,2200980.17,27,761,3104,1643.23,qpeexact -5185,SUCCESS,2,0,216.39,2200980.17,2201196.56,27,201,2476,346.22,qpeexact -254,SUCCESS,2,1,8801.42,2192398.92,2201200.34,127,2360,3170,14082.27,realamprandom -5186,SUCCESS,2,0,126.22,2201196.56,2201322.78,27,203,1430,201.95,ae -5193,SUCCESS,2,0,448.34,2201322.78,2201771.12,27,304,3392,717.34,pricingcall -5207,SUCCESS,2,0,322.84,2201771.12,2202093.96,27,516,1439,516.54,qpeexact -5209,SUCCESS,2,0,57.78,2202093.96,2202151.74,27,40,3322,92.45,dj -255,SUCCESS,2,1,1513.57,2201200.34,2202713.91,127,368,3496,2421.71,qftentangled -256,SUCCESS,2,1,97.04,2202713.91,2202810.95,127,68,1213,155.26,ghz -257,SUCCESS,2,1,2429.39,2202810.95,2205240.34,127,825,2503,3887.02,qnn -258,SUCCESS,2,1,148.2,2205240.34,2205388.54,127,59,2135,237.12,qaoa -259,SUCCESS,2,1,453.78,2205388.54,2205842.32,127,130,2967,726.05,graphstate -261,SUCCESS,2,1,3704.43,2205842.32,2209546.75,127,1784,1765,5927.09,qft -262,SUCCESS,2,1,13947.17,2209546.75,2223493.92,127,8666,1368,22315.47,qnn -263,SUCCESS,2,1,35933.03,2223493.92,2259426.95,127,7594,4022,57492.85,ae -264,SUCCESS,2,1,1714.03,2259426.95,2261140.98,127,1368,1065,2742.45,qpeexact -5214,SUCCESS,2,0,69400.63,2202151.74,2271552.37,27,39335,4058,111041.01,shor -5222,SUCCESS,2,0,38.72,2271552.37,2271591.09,27,54,1649,61.95,graphstate -5223,SUCCESS,2,0,628.82,2271591.09,2272219.91,27,529,2734,1006.11,ae -5229,SUCCESS,2,0,108.47,2272219.91,2272328.38,27,81,3080,173.55,wstate -5230,SUCCESS,2,0,70.53,2272328.38,2272398.91,27,61,2659,112.85,dj -5237,SUCCESS,2,0,168.65,2272398.91,2272567.56,27,107,3625,269.84,qft -5240,SUCCESS,2,0,1186.91,2272567.56,2273754.47,27,1082,2523,1899.06,grover-v-chain -5242,SUCCESS,2,0,109.13,2273754.47,2273863.6,27,91,2758,174.61,dj -5245,SUCCESS,2,0,1498.76,2273863.6,2275362.36,27,842,4094,2398.02,su2random -5250,SUCCESS,2,0,190.88,2275362.36,2275553.24,27,413,1063,305.41,pricingput -5258,SUCCESS,2,0,527.6,2275553.24,2276080.84,27,634,1914,844.16,portfoliovqe -5260,SUCCESS,2,0,522.03,2276080.84,2276602.87,27,925,1298,835.25,qpeexact -5261,SUCCESS,2,0,23.45,2276602.87,2276626.32,27,26,2074,37.52,graphstate -5268,SUCCESS,2,0,681.42,2276626.32,2277307.74,27,688,2278,1090.27,twolocalrandom -5269,SUCCESS,2,0,127.64,2277307.74,2277435.38,27,96,3058,204.22,dj -5271,SUCCESS,2,0,5738.77,2277435.38,2283174.15,27,7193,1835,9182.03,grover-v-chain -5274,SUCCESS,2,0,40.6,2283174.15,2283214.75,27,89,1049,64.96,graphstate -5278,SUCCESS,2,0,365.28,2283214.75,2283580.03,27,723,1162,584.45,random -5297,SUCCESS,2,0,825.97,2283580.03,2284406,27,884,2149,1321.55,ae -5298,SUCCESS,2,0,1147.43,2284406,2285553.43,27,894,2952,1835.89,ae -5302,SUCCESS,2,0,1098.92,2285553.43,2286652.35,27,1138,2221,1758.27,su2random -5309,SUCCESS,2,0,16.56,2286652.35,2286668.91,27,18,2116,26.5,ghz -5314,SUCCESS,2,0,129.81,2286668.91,2286798.72,27,145,2059,207.7,qft -5315,SUCCESS,2,0,87.12,2286798.72,2286885.84,27,177,1132,139.39,twolocalrandom -5317,SUCCESS,2,0,21.12,2286885.84,2286906.96,27,22,2208,33.79,graphstate -5318,SUCCESS,2,0,34.33,2286906.96,2286941.29,27,69,1144,54.93,vqe -5328,SUCCESS,2,0,114.93,2286941.29,2287056.22,27,73,3621,183.89,dj -5336,SUCCESS,2,0,284.25,2287056.22,2287340.47,27,265,2467,454.8,portfolioqaoa -5343,SUCCESS,2,0,950.45,2287340.47,2288290.92,27,672,3253,1520.72,random -5346,SUCCESS,2,0,853.55,2288290.92,2289144.47,27,659,2979,1365.68,qpeexact -5358,SUCCESS,2,0,134.53,2289144.47,2289279,27,95,3257,215.25,ghz -5361,SUCCESS,2,0,160.98,2289279,2289439.98,27,134,2763,257.57,wstate -5364,SUCCESS,2,0,1136.2,2289439.98,2290576.18,27,1579,1655,1817.92,su2random -5367,SUCCESS,2,0,1736.44,2290576.18,2292312.62,27,992,4026,2778.3,realamprandom -5369,SUCCESS,2,0,344.56,2292312.62,2292657.18,27,217,3652,551.3,wstate -266,SUCCESS,2,1,32052.81,2261140.98,2293193.79,127,8783,3102,51284.5,qftentangled -5382,SUCCESS,2,0,812.26,2292657.18,2293469.44,27,580,3221,1299.62,realamprandom -5385,SUCCESS,2,0,422.3,2293469.44,2293891.74,27,456,2130,675.68,qftentangled -267,SUCCESS,2,1,718.52,2293193.79,2293912.31,127,390,1566,1149.63,graphstate -5392,SUCCESS,2,0,839.84,2293891.74,2294731.58,27,514,3758,1343.74,qpeinexact -5397,SUCCESS,2,0,75.47,2294731.58,2294807.05,27,131,1325,120.75,wstate -5399,SUCCESS,2,0,195.2,2294807.05,2295002.25,27,305,1472,312.32,qftentangled -5403,SUCCESS,2,0,20.26,2295002.25,2295022.51,27,42,1109,32.42,qaoa -5412,SUCCESS,2,0,501.14,2295022.51,2295523.65,27,645,1787,801.82,ae -5415,SUCCESS,2,0,1084.67,2295523.65,2296608.32,27,640,3898,1735.47,qft -5419,SUCCESS,2,0,234.7,2296608.32,2296843.02,27,281,1921,375.52,random -5421,SUCCESS,2,0,3615.36,2296843.02,2300458.38,27,3037,2738,5784.58,grover-v-chain -5427,SUCCESS,2,0,1374.59,2300458.38,2301832.97,27,1050,3011,2199.34,su2random -268,SUCCESS,2,1,16090.81,2293912.31,2310003.12,127,10812,1265,25745.3,realamprandom -269,SUCCESS,2,1,30648.4,2310003.12,2340651.52,127,7357,3541,49037.44,qft -270,SUCCESS,2,1,2661.29,2340651.52,2343312.81,127,1366,1656,4258.06,wstate -271,SUCCESS,2,1,721.13,2343312.81,2344033.94,127,586,1046,1153.81,random -5445,SUCCESS,2,0,80496.03,2301832.97,2382329,27,58129,3185,128793.65,grover-v-chain -5446,SUCCESS,2,0,1138.34,2382329,2383467.34,27,786,3331,1821.34,ae -5450,SUCCESS,2,0,1383.9,2383467.34,2384851.24,27,983,3238,2214.24,random -5454,SUCCESS,2,0,22.56,2384851.24,2384873.8,27,14,3706,36.1,ghz -5455,SUCCESS,2,0,245.9,2384873.8,2385119.7,27,398,1421,393.44,qpeinexact -5461,SUCCESS,2,0,688.24,2385119.7,2385807.94,27,455,3479,1101.18,ae -5465,SUCCESS,2,0,25.7,2385807.94,2385833.64,27,20,2955,41.12,ghz -5477,SUCCESS,2,0,10.58,2385833.64,2385844.22,27,21,1158,16.93,vqe -5489,SUCCESS,2,0,965.3,2385844.22,2386809.52,27,602,3688,1544.48,random -5499,SUCCESS,2,0,985.09,2386809.52,2387794.61,27,585,3873,1576.14,ae -5501,SUCCESS,2,0,100.77,2387794.61,2387895.38,27,87,2664,161.23,ghz -5502,SUCCESS,2,0,29253.37,2387895.38,2417148.75,27,33474,2010,46805.39,shor -5510,SUCCESS,2,0,45.31,2417148.75,2417194.06,27,78,1336,72.5,vqe -5515,SUCCESS,2,0,644.86,2417194.06,2417838.92,27,1237,1199,1031.78,random -5516,SUCCESS,2,0,2250.75,2417838.92,2420089.67,27,2652,1952,3601.2,random -5518,SUCCESS,2,0,44.72,2420089.67,2420134.39,27,49,2099,71.55,wstate -5520,SUCCESS,2,0,201.2,2420134.39,2420335.59,27,331,1398,321.92,ae -5523,SUCCESS,2,0,3130.31,2420335.59,2423465.9,27,2282,3155,5008.5,su2random -5525,SUCCESS,2,0,1835.81,2423465.9,2425301.71,27,1226,3444,2937.3,qpeinexact -5559,SUCCESS,2,0,439.83,2425301.71,2425741.54,27,274,3692,703.73,qftentangled -5577,SUCCESS,2,0,15.64,2425741.54,2425757.18,27,22,1635,25.02,ghz -5586,SUCCESS,2,0,150.82,2425757.18,2425908,27,97,3576,241.31,dj -5588,SUCCESS,2,0,1084.13,2425908,2426992.13,27,763,3268,1734.61,twolocalrandom -5591,SUCCESS,2,0,33.65,2426992.13,2427025.78,27,39,1984,53.84,dj -5596,SUCCESS,2,0,19.84,2427025.78,2427045.62,27,25,1825,31.74,graphstate -5602,SUCCESS,2,0,97.33,2427045.62,2427142.95,27,209,1071,155.73,qft -5606,SUCCESS,2,0,1144.32,2427142.95,2428287.27,27,1336,1970,1830.91,random -5609,SUCCESS,2,0,1480.01,2428287.27,2429767.28,27,1021,3334,2368.02,random -5612,SUCCESS,2,0,10.54,2429767.28,2429777.82,27,17,1426,16.86,ghz -5627,SUCCESS,2,0,519.87,2429777.82,2430297.69,27,734,1629,831.79,qnn -5634,SUCCESS,2,0,1513.7,2430297.69,2431811.39,27,1137,3062,2421.92,su2random -5642,SUCCESS,2,0,726.46,2431811.39,2432537.85,27,1185,1410,1162.34,ae -5643,SUCCESS,2,0,256.44,2432537.85,2432794.29,27,166,3553,410.3,wstate -5649,SUCCESS,2,0,8491.36,2432794.29,2441285.65,27,7686,2541,13586.18,pricingput -5651,SUCCESS,2,0,2262.37,2441285.65,2443548.02,27,1606,3240,3619.79,random -5656,SUCCESS,2,0,734.4,2443548.02,2444282.42,27,1059,1595,1175.04,qpeinexact -5658,SUCCESS,2,0,762.51,2444282.42,2445044.93,27,485,3616,1220.02,qft -5660,SUCCESS,2,0,275.75,2445044.93,2445320.68,27,249,2547,441.2,qft -5661,SUCCESS,2,0,929.9,2445320.68,2446250.58,27,1063,2012,1487.84,qpeexact -5664,SUCCESS,2,0,276.42,2446250.58,2446527,27,240,2649,442.27,su2random -5668,SUCCESS,2,0,207.18,2446527,2446734.18,27,170,2803,331.49,qft -5671,SUCCESS,2,0,121.5,2446734.18,2446855.68,27,225,1242,194.4,qpeinexact -5676,SUCCESS,2,0,170.47,2446855.68,2447026.15,27,96,4084,272.75,vqe -5680,SUCCESS,2,0,460.77,2447026.15,2447486.92,27,520,2038,737.23,portfolioqaoa -5682,SUCCESS,2,0,275.9,2447486.92,2447762.82,27,307,2067,441.44,qftentangled -5686,SUCCESS,2,0,52.66,2447762.82,2447815.48,27,68,1781,84.26,dj -5687,SUCCESS,2,0,2295.1,2447815.48,2450110.58,27,1457,3623,3672.16,qwalk-v-chain -5689,SUCCESS,2,0,1283.94,2450110.58,2451394.52,27,973,3035,2054.3,pricingcall -5691,SUCCESS,2,0,529.95,2451394.52,2451924.47,27,522,2335,847.92,qftentangled -5695,SUCCESS,2,0,3004.41,2451924.47,2454928.88,27,2042,3384,4807.06,qwalk-v-chain -5700,SUCCESS,2,0,1606.67,2454928.88,2456535.55,27,1008,3666,2570.67,ae -5703,SUCCESS,2,0,217.39,2456535.55,2456752.94,27,130,3846,347.82,qft -5704,SUCCESS,2,0,341.2,2456752.94,2457094.14,27,365,2150,545.92,twolocalrandom -5705,SUCCESS,2,0,280.15,2457094.14,2457374.29,27,503,1281,448.24,random -5709,SUCCESS,2,0,312.7,2457374.29,2457686.99,27,219,3284,500.32,pricingcall -5711,SUCCESS,2,0,100.9,2457686.99,2457787.89,27,105,2210,161.44,ghz -5714,SUCCESS,2,0,32634.58,2457787.89,2490422.47,27,19680,3814,52215.33,qwalk-noancilla -5720,SUCCESS,2,0,1033.99,2490422.47,2491456.46,27,708,3359,1654.38,qpeexact -5724,SUCCESS,2,0,7811.07,2491456.46,2499267.53,27,5161,3481,12497.71,qwalk-v-chain -5739,SUCCESS,2,0,1044.66,2499267.53,2500312.19,27,1289,1864,1671.46,twolocalrandom -5740,SUCCESS,2,0,195.99,2500312.19,2500508.18,27,116,3886,313.58,dj -5748,SUCCESS,2,0,1367.7,2500508.18,2501875.88,27,998,3152,2188.32,realamprandom -5749,SUCCESS,2,0,228.43,2501875.88,2502104.31,27,467,1125,365.49,qnn -5751,SUCCESS,2,0,89.32,2502104.31,2502193.63,27,77,2668,142.91,wstate -5755,SUCCESS,2,0,716.42,2502193.63,2502910.05,27,836,1971,1146.27,twolocalrandom -5756,SUCCESS,2,0,241.92,2502910.05,2503151.97,27,200,2782,387.07,qpeexact -5759,SUCCESS,2,0,1044.75,2503151.97,2504196.72,27,931,2581,1671.6,qft -5760,SUCCESS,2,0,418.43,2504196.72,2504615.15,27,389,2474,669.49,realamprandom -5761,SUCCESS,2,0,942.31,2504615.15,2505557.46,27,664,3264,1507.7,qftentangled -5781,SUCCESS,2,0,820.43,2505557.46,2506377.89,27,633,2981,1312.69,su2random -5787,SUCCESS,2,0,357.87,2506377.89,2506735.76,27,722,1140,572.59,portfoliovqe -5789,SUCCESS,2,0,814.97,2506735.76,2507550.73,27,629,2980,1303.95,su2random -5792,SUCCESS,2,0,341.34,2507550.73,2507892.07,27,366,2145,546.14,qftentangled -5804,SUCCESS,2,0,452.79,2507892.07,2508344.86,27,559,1863,724.46,qft -5812,SUCCESS,2,0,67.64,2508344.86,2508412.5,27,66,2357,108.22,tsp -5815,SUCCESS,2,0,268.25,2508412.5,2508680.75,27,206,2995,429.2,realamprandom -5816,SUCCESS,2,0,268.82,2508680.75,2508949.57,27,153,4041,430.11,pricingcall -5818,SUCCESS,2,0,265.31,2508949.57,2509214.88,27,225,2712,424.5,qftentangled -5826,SUCCESS,2,0,660.38,2509214.88,2509875.26,27,380,3997,1056.61,twolocalrandom -5835,SUCCESS,2,0,348.68,2509875.26,2510223.94,27,652,1230,557.89,qftentangled -5852,SUCCESS,2,0,239.07,2510223.94,2510463.01,27,198,2777,382.51,su2random -5853,SUCCESS,2,0,483.1,2510463.01,2510946.11,27,340,3268,772.96,qftentangled -5867,SUCCESS,2,0,1265.2,2510946.11,2512211.31,27,864,3368,2024.32,ae -5868,SUCCESS,2,0,1300.93,2512211.31,2513512.24,27,943,3173,2081.49,qftentangled -5872,SUCCESS,2,0,17.97,2513512.24,2513530.21,27,18,2296,28.75,ghz -5880,SUCCESS,2,0,328.33,2513530.21,2513858.54,27,276,2736,525.33,twolocalrandom -5883,SUCCESS,2,0,1066.91,2513858.54,2514925.45,27,1352,1815,1707.06,twolocalrandom -5886,SUCCESS,2,0,164.4,2514925.45,2515089.85,27,106,3567,263.04,ghz -5906,SUCCESS,2,0,44.04,2515089.85,2515133.89,27,40,2532,70.46,qaoa -5907,SUCCESS,2,0,123.73,2515133.89,2515257.62,27,258,1103,197.97,realamprandom -5915,SUCCESS,2,0,932.98,2515257.62,2516190.6,27,1699,1263,1492.77,qwalk-v-chain -5919,SUCCESS,2,0,570.98,2516190.6,2516761.58,27,436,3012,913.57,twolocalrandom -5921,SUCCESS,2,0,54.32,2516761.58,2516815.9,27,116,1077,86.91,qftentangled -5925,SUCCESS,2,0,367.56,2516815.9,2517183.46,27,544,1554,588.1,qftentangled -5928,SUCCESS,2,0,58.59,2517183.46,2517242.05,27,74,1821,93.74,ghz -5931,SUCCESS,2,0,1485.98,2517242.05,2518728.03,27,1114,3068,2377.57,random -5932,SUCCESS,2,0,59.52,2518728.03,2518787.55,27,78,1755,95.23,dj -5935,SUCCESS,2,0,329.41,2518787.55,2519116.96,27,332,2282,527.06,portfolioqaoa -5948,SUCCESS,2,0,36.6,2519116.96,2519153.56,27,21,4008,58.56,vqe -5955,SUCCESS,2,0,39.12,2519153.56,2519192.68,27,41,2194,62.59,graphstate -5960,SUCCESS,2,0,99.17,2519192.68,2519291.85,27,77,2962,158.67,ghz -5967,SUCCESS,2,0,216.64,2519291.85,2519508.49,27,418,1192,346.62,qftentangled -5968,SUCCESS,2,0,471.27,2519508.49,2519979.76,27,465,2331,754.03,portfoliovqe -5971,SUCCESS,2,0,616.41,2519979.76,2520596.17,27,568,2496,986.26,twolocalrandom -5972,SUCCESS,2,0,93.8,2520596.17,2520689.97,27,85,2538,150.08,wstate -5975,SUCCESS,2,0,659.21,2520689.97,2521349.18,27,430,3526,1054.74,realamprandom -273,SUCCESS,2,1,178385.62,2344033.94,2522419.56,127,37402,4054,285416.99,random -5995,SUCCESS,2,0,1364.75,2521349.18,2522713.93,27,864,3633,2183.6,pricingput -274,SUCCESS,2,1,742.88,2522419.56,2523162.44,127,322,1961,1188.61,graphstate -5998,SUCCESS,2,0,480.82,2522713.93,2523194.75,27,602,1837,769.31,pricingcall -6005,SUCCESS,2,0,401.54,2523194.75,2523596.29,27,305,3028,642.46,qpeexact -6007,SUCCESS,2,0,58,2523596.29,2523654.29,27,50,2668,92.8,tsp -6009,SUCCESS,2,0,724.54,2523654.29,2524378.83,27,536,3109,1159.26,qft -6011,SUCCESS,2,0,729.35,2524378.83,2525108.18,27,671,2500,1166.96,qwalk-v-chain -277,SUCCESS,2,1,8217.54,2523162.44,2531379.98,127,1950,3582,13148.06,qftentangled -279,SUCCESS,2,1,138.89,2531379.98,2531518.87,127,50,2361,222.22,graphstate -280,SUCCESS,2,1,40242.68,2531518.87,2571761.55,127,8573,3990,64388.29,qpeexact -281,SUCCESS,2,1,5949.71,2571761.55,2577711.26,127,1833,2759,9519.54,qft -6019,SUCCESS,2,0,68051.5,2525108.18,2593159.68,27,83432,1876,108882.4,grover-noancilla -6021,SUCCESS,2,0,664.41,2593159.68,2593824.09,27,576,2653,1063.06,qpeinexact -6034,SUCCESS,2,0,1786.61,2593824.09,2595610.7,27,1113,3692,2858.58,su2random -6037,SUCCESS,2,0,88.59,2595610.7,2595699.29,27,51,3995,141.74,graphstate -6038,SUCCESS,2,0,38.09,2595699.29,2595737.38,27,38,2305,60.94,dj -6039,SUCCESS,2,0,177.31,2595737.38,2595914.69,27,169,2413,283.7,pricingput -6045,SUCCESS,2,0,138.51,2595914.69,2596053.2,27,169,1885,221.62,qftentangled -6049,SUCCESS,2,0,307.59,2596053.2,2596360.79,27,297,2382,492.14,su2random -6051,SUCCESS,2,0,37.86,2596360.79,2596398.65,27,81,1075,60.58,ghz -6074,SUCCESS,2,0,2135.31,2596398.65,2598533.96,27,1272,3861,3416.5,random -6077,SUCCESS,2,0,43.74,2598533.96,2598577.7,27,27,3726,69.98,vqe -6082,SUCCESS,2,0,520.7,2598577.7,2599098.4,27,480,2495,833.12,qnn -6085,SUCCESS,2,0,1671.97,2599098.4,2600770.37,27,1764,2180,2675.15,realamprandom -6087,SUCCESS,2,0,423.07,2600770.37,2601193.44,27,537,1812,676.91,portfolioqaoa -6088,SUCCESS,2,0,842.4,2601193.44,2602035.84,27,500,3875,1347.84,pricingput -6089,SUCCESS,2,0,612.62,2602035.84,2602648.46,27,701,2010,980.19,qpeinexact -6101,SUCCESS,2,0,44.3,2602648.46,2602692.76,27,25,4075,70.88,vqe -6102,SUCCESS,2,0,1460.64,2602692.76,2604153.4,27,1564,2148,2337.02,pricingput -6105,SUCCESS,2,0,24.62,2604153.4,2604178.02,27,21,2696,39.39,graphstate -6110,SUCCESS,2,0,795.39,2604178.02,2604973.41,27,794,2304,1272.62,random -6113,SUCCESS,2,0,148.05,2604973.41,2605121.46,27,315,1081,236.88,qnn -6119,SUCCESS,2,0,132.21,2605121.46,2605253.67,27,145,2097,211.54,wstate -6120,SUCCESS,2,0,835.65,2605253.67,2606089.32,27,622,3090,1337.04,random -6124,SUCCESS,2,0,943.5,2606089.32,2607032.82,27,656,3308,1509.6,realamprandom -6125,SUCCESS,2,0,2081.13,2607032.82,2609113.95,27,1271,3766,3329.81,su2random -6127,SUCCESS,2,0,431.03,2609113.95,2609544.98,27,338,2933,689.65,twolocalrandom -6128,SUCCESS,2,0,247.81,2609544.98,2609792.79,27,322,1770,396.5,qpeinexact -6130,SUCCESS,2,0,802.04,2609792.79,2610594.83,27,656,2812,1283.26,twolocalrandom -6131,SUCCESS,2,0,849.8,2610594.83,2611444.63,27,599,3263,1359.68,qftentangled -6136,SUCCESS,2,0,1062.52,2611444.63,2612507.15,27,2180,1121,1700.03,pricingcall -6141,SUCCESS,2,0,579.98,2612507.15,2613087.13,27,573,2328,927.97,portfoliovqe -6152,SUCCESS,2,0,1002.64,2613087.13,2614089.77,27,2190,1053,1604.22,pricingput -6157,SUCCESS,2,0,51.66,2614089.77,2614141.43,27,77,1543,82.66,wstate -6168,SUCCESS,2,0,899.52,2614141.43,2615040.95,27,518,3994,1439.23,qpeexact -6169,SUCCESS,2,0,1019.11,2615040.95,2616060.06,27,921,2545,1630.58,qpeexact -6178,SUCCESS,2,0,37.52,2616060.06,2616097.58,27,44,1961,60.03,qaoa -6187,SUCCESS,2,0,886.85,2616097.58,2616984.43,27,557,3662,1418.96,su2random -6190,SUCCESS,2,0,515.06,2616984.43,2617499.49,27,299,3962,824.1,su2random -6192,SUCCESS,2,0,338.67,2617499.49,2617838.16,27,322,2419,541.87,qpeexact -6193,SUCCESS,2,0,410.95,2617838.16,2618249.11,27,655,1443,657.52,qpeexact -6195,SUCCESS,2,0,348.27,2618249.11,2618597.38,27,360,2225,557.23,portfoliovqe -6200,SUCCESS,2,0,317.25,2618597.38,2618914.63,27,207,3525,507.6,ae -6205,SUCCESS,2,0,20.01,2618914.63,2618934.64,27,21,2191,32.02,ghz -6208,SUCCESS,2,0,146.81,2618934.64,2619081.45,27,101,3343,234.9,vqe -6216,SUCCESS,2,0,702.37,2619081.45,2619783.82,27,877,1842,1123.79,su2random -6229,SUCCESS,2,0,56.83,2619783.82,2619840.65,27,53,2466,90.93,dj -6232,SUCCESS,2,0,1644.15,2619840.65,2621484.8,27,1056,3581,2630.64,ae -282,SUCCESS,2,1,44602.8,2577711.26,2622314.06,127,23592,1607,71364.48,random -6234,SUCCESS,2,0,837.54,2621484.8,2622322.34,27,1238,1556,1340.06,qpeexact -6235,SUCCESS,2,0,2210.17,2622322.34,2624532.51,27,1527,3329,3536.27,realamprandom -6237,SUCCESS,2,0,531,2624532.51,2625063.51,27,473,2582,849.6,groundstate -6240,SUCCESS,2,0,251.35,2625063.51,2625314.86,27,549,1053,402.16,su2random -6241,SUCCESS,2,0,1317.69,2625314.86,2626632.55,27,2472,1226,2108.3,twolocalrandom -6246,SUCCESS,2,0,220.32,2626632.55,2626852.87,27,136,3726,352.51,wstate -6248,SUCCESS,2,0,1140.41,2626852.87,2627993.28,27,729,3598,1824.66,qnn -6250,SUCCESS,2,0,48.52,2627993.28,2628041.8,27,104,1073,77.63,graphstate -6251,SUCCESS,2,0,35.25,2628041.8,2628077.05,27,26,3118,56.4,vqe -6257,SUCCESS,2,0,479.47,2628077.05,2628556.52,27,533,2069,767.15,qpeinexact -283,SUCCESS,2,1,8966.11,2622314.06,2631280.17,127,6697,1138,14345.78,su2random -6261,SUCCESS,2,0,12734.48,2628556.52,2641291,27,11697,2504,20375.17,grover-noancilla -6262,SUCCESS,2,0,305.12,2641291,2641596.12,27,184,3814,488.19,random -6266,SUCCESS,2,0,63.7,2641596.12,2641659.82,27,53,2764,101.92,qaoa -6272,SUCCESS,2,0,1067.49,2641659.82,2642727.31,27,1005,2443,1707.98,su2random -6273,SUCCESS,2,0,803.38,2642727.31,2643530.69,27,547,3378,1285.41,qpeexact -6275,SUCCESS,2,0,2431.22,2643530.69,2645961.91,27,1695,3299,3889.95,su2random -6278,SUCCESS,2,0,460.96,2645961.91,2646422.87,27,310,3420,737.54,ae -6279,SUCCESS,2,0,1107.55,2646422.87,2647530.42,27,915,2784,1772.08,realamprandom -6284,SUCCESS,2,0,435.32,2647530.42,2647965.74,27,306,3272,696.51,qnn -6285,SUCCESS,2,0,452.23,2647965.74,2648417.97,27,289,3599,723.57,wstate -284,SUCCESS,2,1,17204.89,2631280.17,2648485.06,127,7106,2058,27527.82,qftentangled -6286,SUCCESS,2,0,230.69,2648417.97,2648648.66,27,155,3423,369.1,qftentangled -6290,SUCCESS,2,0,14.96,2648648.66,2648663.62,27,22,1564,23.94,ghz -6295,SUCCESS,2,0,470.72,2648663.62,2649134.34,27,298,3633,753.15,qnn -6298,SUCCESS,2,0,461.54,2649134.34,2649595.88,27,283,3751,738.46,wstate -6305,SUCCESS,2,0,318.64,2649595.88,2649914.52,27,192,3817,509.82,su2random -6307,SUCCESS,2,0,491.8,2649914.52,2650406.32,27,365,3099,786.88,qpeexact -6308,SUCCESS,2,0,662.28,2650406.32,2651068.6,27,1207,1262,1059.65,qpeexact -6319,SUCCESS,2,0,1069.11,2651068.6,2652137.71,27,658,3737,1710.58,su2random -6322,SUCCESS,2,0,35.33,2652137.71,2652173.04,27,73,1113,56.53,ghz -6325,SUCCESS,2,0,125.36,2652173.04,2652298.4,27,87,3314,200.58,graphstate -6334,SUCCESS,2,0,328.6,2652298.4,2652627,27,392,1928,525.76,qpeexact -6341,SUCCESS,2,0,629.6,2652627,2653256.6,27,368,3935,1007.36,qftentangled -6346,SUCCESS,2,0,557.23,2653256.6,2653813.83,27,645,1987,891.57,portfolioqaoa -6347,SUCCESS,2,0,536.76,2653813.83,2654350.59,27,430,2871,858.82,qft -6351,SUCCESS,2,0,58.46,2654350.59,2654409.05,27,77,1746,93.54,wstate -6357,SUCCESS,2,0,95.88,2654409.05,2654504.93,27,69,3196,153.41,wstate -6359,SUCCESS,2,0,2979.62,2654504.93,2657484.55,27,2560,2677,4767.39,qnn -6360,SUCCESS,2,0,568.14,2657484.55,2658052.69,27,358,3650,909.02,qnn -6361,SUCCESS,2,0,4392.47,2658052.69,2662445.16,27,3979,2539,7027.95,pricingcall -6371,SUCCESS,2,0,332.74,2662445.16,2662777.9,27,216,3543,532.38,realamprandom -6372,SUCCESS,2,0,553.47,2662777.9,2663331.37,27,416,3060,885.55,qnn -6375,SUCCESS,2,0,2831.57,2663331.37,2666162.94,27,2501,2604,4530.51,realamprandom -6379,SUCCESS,2,0,193.72,2666162.94,2666356.66,27,416,1071,309.95,qpeexact -6380,SUCCESS,2,0,1255.5,2666356.66,2667612.16,27,930,3105,2008.8,qpeinexact -6386,SUCCESS,2,0,292.22,2667612.16,2667904.38,27,521,1290,467.55,twolocalrandom -6388,SUCCESS,2,0,6310.86,2667904.38,2674215.24,27,3684,3940,10097.38,grover-noancilla -6394,SUCCESS,2,0,283.17,2674215.24,2674498.41,27,458,1422,453.07,twolocalrandom -6397,SUCCESS,2,0,370.16,2674498.41,2674868.57,27,340,2504,592.26,qftentangled -6403,SUCCESS,2,0,756.43,2674868.57,2675625,27,430,4046,1210.29,twolocalrandom -6408,SUCCESS,2,0,73.12,2675625,2675698.12,27,47,3578,116.99,graphstate -6416,SUCCESS,2,0,50.47,2675698.12,2675748.59,27,37,3137,80.75,qaoa -6417,SUCCESS,2,0,24.09,2675748.59,2675772.68,27,53,1045,38.54,ghz -6418,SUCCESS,2,0,1762.66,2675772.68,2677535.34,27,1203,3370,2820.26,portfoliovqe -6424,SUCCESS,2,0,72.59,2677535.34,2677607.93,27,74,2256,116.14,ghz -6429,SUCCESS,2,0,571.4,2677607.93,2678179.33,27,341,3854,914.24,qpeexact -6438,SUCCESS,2,0,315.06,2678179.33,2678494.39,27,425,1705,504.1,ae -6451,SUCCESS,2,0,560.79,2678494.39,2679055.18,27,477,2704,897.26,qnn -6452,SUCCESS,2,0,407.06,2679055.18,2679462.24,27,366,2558,651.3,ae -6460,SUCCESS,2,0,751.27,2679462.24,2680213.51,27,438,3945,1202.03,qpeinexact -6470,SUCCESS,2,0,923.4,2680213.51,2681136.91,27,1748,1215,1477.44,twolocalrandom -6478,SUCCESS,2,0,845.31,2681136.91,2681982.22,27,481,4042,1352.5,qft -6480,SUCCESS,2,0,29.62,2681982.22,2682011.84,27,21,3243,47.39,ghz -6485,SUCCESS,2,0,492.49,2682011.84,2682504.33,27,281,4031,787.98,ae -6489,SUCCESS,2,0,919.37,2682504.33,2683423.7,27,583,3627,1470.99,ae -6491,SUCCESS,2,0,548.71,2683423.7,2683972.41,27,626,2016,877.94,portfolioqaoa -6493,SUCCESS,2,0,324.41,2683972.41,2684296.82,27,235,3175,519.06,twolocalrandom -6497,SUCCESS,2,0,21.91,2684296.82,2684318.73,27,39,1292,35.06,graphstate -6499,SUCCESS,2,0,34.56,2684318.73,2684353.29,27,59,1347,55.3,dj -6500,SUCCESS,2,0,1635.71,2684353.29,2685989,27,1284,2930,2617.14,pricingcall -6501,SUCCESS,2,0,198.27,2685989,2686187.27,27,207,2203,317.23,twolocalrandom -6509,SUCCESS,2,0,681.43,2686187.27,2686868.7,27,891,1759,1090.29,realamprandom -6511,SUCCESS,2,0,72.73,2686868.7,2686941.43,27,159,1052,116.37,qpeexact -6513,SUCCESS,2,0,266.94,2686941.43,2687208.37,27,181,3392,427.1,qft -6514,SUCCESS,2,0,2825.94,2687208.37,2690034.31,27,2532,2567,4521.5,random -6515,SUCCESS,2,0,1417.56,2690034.31,2691451.87,27,844,3863,2268.1,qnn -6518,SUCCESS,2,0,271.74,2691451.87,2691723.61,27,442,1414,434.78,qftentangled -6526,SUCCESS,2,0,349.85,2691723.61,2692073.46,27,770,1045,559.76,portfoliovqe -6529,SUCCESS,2,0,870.93,2692073.46,2692944.39,27,719,2786,1393.49,qft -6536,SUCCESS,2,0,496.06,2692944.39,2693440.45,27,474,2407,793.7,twolocalrandom -6538,SUCCESS,2,0,352.83,2693440.45,2693793.28,27,633,1282,564.53,realamprandom -6540,SUCCESS,2,0,572.55,2693793.28,2694365.83,27,499,2639,916.08,random -6543,SUCCESS,2,0,97.62,2694365.83,2694463.45,27,76,2954,156.19,dj -6545,SUCCESS,2,0,13.47,2694463.45,2694476.92,27,10,3096,21.55,ghz -6546,SUCCESS,2,0,42.59,2694476.92,2694519.51,27,37,2647,68.14,graphstate -6549,SUCCESS,2,0,803.35,2694519.51,2695322.86,27,461,4008,1285.36,qnn -6551,SUCCESS,2,0,1005.92,2695322.86,2696328.78,27,633,3655,1609.47,twolocalrandom -6552,SUCCESS,2,0,944.29,2696328.78,2697273.07,27,607,3578,1510.86,qft -6554,SUCCESS,2,0,6476.44,2697273.07,2703749.51,27,5046,2952,10362.3,qwalk-v-chain -6574,SUCCESS,2,0,130.33,2703749.51,2703879.84,27,91,3294,208.53,dj -6581,SUCCESS,2,0,329.32,2703879.84,2704209.16,27,729,1039,526.91,portfoliovqe -6588,SUCCESS,2,0,263.36,2704209.16,2704472.52,27,153,3959,421.38,qftentangled -6591,SUCCESS,2,0,743.49,2704472.52,2705216.01,27,516,3314,1189.58,qft -6592,SUCCESS,2,0,396.8,2705216.01,2705612.81,27,513,1779,634.88,qpeinexact -6593,SUCCESS,2,0,325.05,2705612.81,2705937.86,27,445,1680,520.08,su2random -6596,SUCCESS,2,0,556.48,2705937.86,2706494.34,27,408,3137,890.37,su2random -6602,SUCCESS,2,0,586.37,2706494.34,2707080.71,27,561,2404,938.19,realamprandom -6608,SUCCESS,2,0,336.34,2707080.71,2707417.05,27,408,1896,538.14,pricingcall -6609,SUCCESS,2,0,318.68,2707417.05,2707735.73,27,274,2675,509.89,su2random -6611,SUCCESS,2,0,528.03,2707735.73,2708263.76,27,521,2331,844.85,realamprandom -6615,SUCCESS,2,0,616.11,2708263.76,2708879.87,27,846,1675,985.78,ae -6616,SUCCESS,2,0,1394.78,2708879.87,2710274.65,27,2328,1378,2231.65,qnn -6621,SUCCESS,2,0,688.97,2710274.65,2710963.62,27,1218,1301,1102.35,qwalk-v-chain -6623,SUCCESS,2,0,614.57,2710963.62,2711578.19,27,576,2454,983.31,qftentangled -6627,SUCCESS,2,0,143.12,2711578.19,2711721.31,27,167,1971,228.99,qft -6629,SUCCESS,2,0,59.05,2711721.31,2711780.36,27,100,1358,94.48,graphstate -6632,SUCCESS,2,0,768.7,2711780.36,2712549.06,27,479,3691,1229.92,qnn -6653,SUCCESS,2,0,1282.38,2712549.06,2713831.44,27,2211,1334,2051.81,random -6658,SUCCESS,2,0,659.93,2713831.44,2714491.37,27,557,2725,1055.89,qpeexact -6665,SUCCESS,2,0,719.27,2714491.37,2715210.64,27,710,2330,1150.83,qpeinexact -6666,SUCCESS,2,0,1072.42,2715210.64,2716283.06,27,695,3549,1715.87,qnn -6668,SUCCESS,2,0,436.75,2716283.06,2716719.81,27,421,2386,698.8,portfoliovqe -6669,SUCCESS,2,0,21.16,2716719.81,2716740.97,27,17,2862,33.86,ghz -6673,SUCCESS,2,0,3659.08,2716740.97,2720400.05,27,2368,3554,5854.53,pricingcall -6675,SUCCESS,2,0,123.96,2720400.05,2720524.01,27,85,3354,198.34,wstate -6681,SUCCESS,2,0,77.95,2720524.01,2720601.96,27,90,1992,124.72,ghz -6683,SUCCESS,2,0,557.14,2720601.96,2721159.1,27,426,3008,891.42,random -6699,SUCCESS,2,0,129.97,2721159.1,2721289.07,27,238,1256,207.95,qft -6700,SUCCESS,2,0,1261.54,2721289.07,2722550.61,27,1643,1766,2018.46,random -6710,SUCCESS,2,0,51.96,2722550.61,2722602.57,27,70,1707,83.14,dj -6712,SUCCESS,2,0,162.38,2722602.57,2722764.95,27,171,2184,259.81,qpeexact -6717,SUCCESS,2,0,25.55,2722764.95,2722790.5,27,26,2260,40.88,routing -6719,SUCCESS,2,0,35.54,2722790.5,2722826.04,27,27,3027,56.86,vqe -6722,SUCCESS,2,0,589.67,2722826.04,2723415.71,27,380,3569,943.47,realamprandom -6723,SUCCESS,2,0,14.52,2723415.71,2723430.23,27,23,1452,23.23,ghz -6727,SUCCESS,2,0,444.62,2723430.23,2723874.85,27,506,2021,711.39,su2random -6732,SUCCESS,2,0,278.75,2723874.85,2724153.6,27,221,2901,446,qnn -6744,SUCCESS,2,0,666.51,2724153.6,2724820.11,27,453,3384,1066.42,su2random -6750,SUCCESS,2,0,419.79,2724820.11,2725239.9,27,244,3957,671.66,wstate -6758,SUCCESS,2,0,758.2,2725239.9,2725998.1,27,865,2016,1213.12,qftentangled -6759,SUCCESS,2,0,617.48,2725998.1,2726615.58,27,1218,1166,987.97,realamprandom -6773,SUCCESS,2,0,780.96,2726615.58,2727396.54,27,1283,1400,1249.54,twolocalrandom -6781,SUCCESS,2,0,135.22,2727396.54,2727531.76,27,163,1908,216.35,qpeexact -6783,SUCCESS,2,0,318.4,2727531.76,2727850.16,27,460,1592,509.44,realamprandom -6800,SUCCESS,2,0,611.72,2727850.16,2728461.88,27,1310,1074,978.75,random -6805,SUCCESS,2,0,807.53,2728461.88,2729269.41,27,716,2594,1292.05,portfolioqaoa -6806,SUCCESS,2,0,362.75,2729269.41,2729632.16,27,213,3917,580.4,qftentangled -6807,SUCCESS,2,0,472.81,2729632.16,2730104.97,27,394,2760,756.5,qnn -6809,SUCCESS,2,0,62.5,2730104.97,2730167.47,27,66,2178,100,ghz -286,SUCCESS,2,1,130738.91,2648485.06,2779223.97,127,27692,4013,209182.26,random -288,SUCCESS,2,1,5559.75,2779223.97,2784783.72,127,3354,1409,8895.6,ae -290,SUCCESS,2,1,560.57,2784783.72,2785344.29,127,196,2431,896.91,twolocalrandom -292,SUCCESS,2,1,6714.88,2785344.29,2792059.17,127,2930,1948,10743.81,su2random -293,SUCCESS,2,1,371.05,2792059.17,2792430.22,127,77,4096,593.68,ghz -6820,SUCCESS,2,0,63058.05,2730167.47,2793225.52,27,58861,2464,100892.88,grover-v-chain -6821,SUCCESS,2,0,51.61,2793225.52,2793277.13,27,42,2826,82.58,graphstate -6824,SUCCESS,2,0,1934.85,2793277.13,2795211.98,27,1317,3379,3095.76,random -6829,SUCCESS,2,0,198.7,2795211.98,2795410.68,27,217,2106,317.92,qft -6833,SUCCESS,2,0,1456.46,2795410.68,2796867.14,27,836,4007,2330.34,realamprandom -6837,SUCCESS,2,0,40.85,2796867.14,2796907.99,27,33,2847,65.36,graphstate -6839,SUCCESS,2,0,263.07,2796907.99,2797171.06,27,212,2854,420.91,qft -6858,SUCCESS,2,0,74.38,2797171.06,2797245.44,27,108,1584,119.01,qft -6859,SUCCESS,2,0,203.94,2797245.44,2797449.38,27,150,3127,326.3,ae -6863,SUCCESS,2,0,1120.86,2797449.38,2798570.24,27,840,3069,1793.38,qnn -6869,SUCCESS,2,0,22.93,2798570.24,2798593.17,27,24,2197,36.69,vqe -6872,SUCCESS,2,0,2623.04,2798593.17,2801216.21,27,1821,3313,4196.86,su2random -6877,SUCCESS,2,0,824.78,2801216.21,2802040.99,27,848,2237,1319.65,su2random -6878,SUCCESS,2,0,47.62,2802040.99,2802088.61,27,55,1991,76.19,groundstate -6881,SUCCESS,2,0,388.96,2802088.61,2802477.57,27,710,1260,622.34,qpeexact -6882,SUCCESS,2,0,360.08,2802477.57,2802837.65,27,262,3161,576.13,ae -6884,SUCCESS,2,0,4979.39,2802837.65,2807817.04,27,3124,3666,7967.02,grover-v-chain -6893,SUCCESS,2,0,894.31,2807817.04,2808711.35,27,564,3647,1430.9,qft -6894,SUCCESS,2,0,761.28,2808711.35,2809472.63,27,1227,1427,1218.05,qwalk-v-chain -6908,SUCCESS,2,0,777.1,2809472.63,2810249.73,27,464,3852,1243.36,qpeinexact -6909,SUCCESS,2,0,227.84,2810249.73,2810477.57,27,225,2329,364.54,qnn -294,SUCCESS,2,1,18140,2792430.22,2810570.22,127,4091,3769,29024,pricingcall -6912,SUCCESS,2,0,194.26,2810477.57,2810671.83,27,251,1780,310.82,qnn -6916,SUCCESS,2,0,681.54,2810671.83,2811353.37,27,578,2712,1090.46,qnn -6933,SUCCESS,2,0,347.71,2811353.37,2811701.08,27,690,1159,556.34,qpeexact -295,SUCCESS,2,1,1868.15,2810570.22,2812438.37,127,475,3343,2989.04,dj -6934,SUCCESS,2,0,756.57,2811701.08,2812457.65,27,546,3187,1210.51,twolocalrandom -6943,SUCCESS,2,0,290.05,2812457.65,2812747.7,27,607,1099,464.08,ae -6944,SUCCESS,2,0,556.2,2812747.7,2813303.9,27,464,2757,889.92,qpeexact -6946,SUCCESS,2,0,25.62,2813303.9,2813329.52,27,32,1841,40.99,ghz -6950,SUCCESS,2,0,8420.59,2813329.52,2821750.11,27,7007,2764,13472.94,qwalk-v-chain -6953,SUCCESS,2,0,60.3,2821750.11,2821810.41,27,74,1874,96.48,graphstate -6957,SUCCESS,2,0,1057.13,2821810.41,2822867.54,27,608,3999,1691.41,ae -6965,SUCCESS,2,0,410.17,2822867.54,2823277.71,27,772,1222,656.27,su2random -6974,SUCCESS,2,0,202.68,2823277.71,2823480.39,27,174,2679,324.29,qpeexact -297,SUCCESS,2,1,11092.23,2812438.37,2823530.6,127,2744,3436,17747.57,qftentangled -6976,SUCCESS,2,0,288.18,2823480.39,2823768.57,27,171,3876,461.09,realamprandom -6978,SUCCESS,2,0,163.59,2823768.57,2823932.16,27,350,1075,261.74,qftentangled -6983,SUCCESS,2,0,785.78,2823932.16,2824717.94,27,503,3593,1257.25,twolocalrandom -6985,SUCCESS,2,0,39.56,2824717.94,2824757.5,27,28,3249,63.3,vqe -6994,SUCCESS,2,0,517.21,2824757.5,2825274.71,27,389,3058,827.54,su2random -7003,SUCCESS,2,0,3515.27,2825274.71,2828789.98,27,2174,3719,5624.43,qnn -7008,SUCCESS,2,0,134.86,2828789.98,2828924.84,27,85,3649,215.78,graphstate -7011,SUCCESS,2,0,99.11,2828924.84,2829023.95,27,58,3930,158.58,graphstate -7014,SUCCESS,2,0,1895.6,2829023.95,2830919.55,27,2683,1625,3032.96,realamprandom -7024,SUCCESS,2,0,481.25,2830919.55,2831400.8,27,418,2648,770,qftentangled -7025,SUCCESS,2,0,780.39,2831400.8,2832181.19,27,478,3755,1248.62,random -7031,SUCCESS,2,0,103.32,2832181.19,2832284.51,27,89,2670,165.31,dj -7039,SUCCESS,2,0,440,2832284.51,2832724.51,27,920,1100,704,random -7045,SUCCESS,2,0,1169.39,2832724.51,2833893.9,27,987,2725,1871.02,ae -7047,SUCCESS,2,0,893.46,2833893.9,2834787.36,27,561,3663,1429.54,portfolioqaoa -7048,SUCCESS,2,0,18.21,2834787.36,2834805.57,27,40,1047,29.14,dj -7058,SUCCESS,2,0,145.64,2834805.57,2834951.21,27,158,2120,233.02,ae -7065,SUCCESS,2,0,42.79,2834951.21,2834994,27,50,1968,68.46,dj -7066,SUCCESS,2,0,448.88,2834994,2835442.88,27,699,1477,718.21,qftentangled -7072,SUCCESS,2,0,392.55,2835442.88,2835835.43,27,463,1950,628.08,qftentangled -7073,SUCCESS,2,0,303.67,2835835.43,2836139.1,27,448,1559,485.87,qft -7075,SUCCESS,2,0,421.35,2836139.1,2836560.45,27,298,3252,674.16,wstate -7077,SUCCESS,2,0,269.03,2836560.45,2836829.48,27,275,2250,430.45,realamprandom -7083,SUCCESS,2,0,19.54,2836829.48,2836849.02,27,21,2139,31.26,graphstate -7086,SUCCESS,2,0,110.37,2836849.02,2836959.39,27,80,3173,176.59,ghz -7089,SUCCESS,2,0,853.53,2836959.39,2837812.92,27,670,2930,1365.65,portfoliovqe -7093,SUCCESS,2,0,94.99,2837812.92,2837907.91,27,165,1324,151.98,realamprandom -7097,SUCCESS,2,0,2215.13,2837907.91,2840123.04,27,1283,3971,3544.21,realamprandom -7100,SUCCESS,2,0,793.9,2840123.04,2840916.94,27,555,3290,1270.24,realamprandom -7101,SUCCESS,2,0,31.99,2840916.94,2840948.93,27,23,3199,51.18,ghz -7107,SUCCESS,2,0,60.13,2840948.93,2841009.06,27,44,3143,96.21,qaoa -7108,SUCCESS,2,0,3787.7,2841009.06,2844796.76,27,2683,3247,6060.32,twolocalrandom -7113,SUCCESS,2,0,7373.28,2844796.76,2852170.04,27,5153,3291,11797.25,pricingcall -7116,SUCCESS,2,0,83.04,2852170.04,2852253.08,27,90,2122,132.86,dj -7129,SUCCESS,2,0,298.42,2852253.08,2852551.5,27,175,3922,477.47,wstate -7130,SUCCESS,2,0,753.67,2852551.5,2853305.17,27,616,2814,1205.87,ae -7133,SUCCESS,2,0,18.54,2853305.17,2853323.71,27,24,1776,29.66,ghz -7134,SUCCESS,2,0,224.55,2853323.71,2853548.26,27,324,1594,359.28,pricingput -7138,SUCCESS,2,0,1551.42,2853548.26,2855099.68,27,976,3656,2482.27,qpeinexact -7140,SUCCESS,2,0,2217.94,2855099.68,2857317.62,27,1551,3289,3548.7,pricingput -7142,SUCCESS,2,0,633.21,2857317.62,2857950.83,27,558,2610,1013.14,qpeinexact -298,SUCCESS,2,1,40391.62,2823530.6,2863922.22,127,10267,3344,64626.59,realamprandom -299,SUCCESS,2,1,723.29,2863922.22,2864645.51,127,162,3795,1157.26,graphstate -7144,SUCCESS,2,0,10661.5,2857950.83,2868612.33,27,6631,3698,17058.4,qwalk-v-chain -7148,SUCCESS,2,0,564.26,2868612.33,2869176.59,27,340,3817,902.82,qftentangled -7161,SUCCESS,2,0,2239.31,2869176.59,2871415.9,27,2887,1784,3582.9,qwalk-v-chain -7164,SUCCESS,2,0,3270.8,2871415.9,2874686.7,27,4810,1564,5233.28,qwalk-noancilla -7165,SUCCESS,2,0,4404.44,2874686.7,2879091.14,27,2873,3526,7047.1,pricingput -7170,SUCCESS,2,0,114.87,2879091.14,2879206.01,27,113,2338,183.79,wstate -7171,SUCCESS,2,0,2086.98,2879206.01,2881292.99,27,1487,3228,3339.17,portfoliovqe -7176,SUCCESS,2,0,57.08,2881292.99,2881350.07,27,45,2917,91.33,wstate -7181,SUCCESS,2,0,564.34,2881350.07,2881914.41,27,370,3508,902.94,qnn -7182,SUCCESS,2,0,655.65,2881914.41,2882570.06,27,565,2669,1049.04,portfoliovqe -7183,SUCCESS,2,0,168.87,2882570.06,2882738.93,27,143,2716,270.19,dj -7185,SUCCESS,2,0,910.13,2882738.93,2883649.06,27,560,3738,1456.21,qpeinexact -7197,SUCCESS,2,0,843.53,2883649.06,2884492.59,27,1126,1723,1349.65,realamprandom -7211,SUCCESS,2,0,1626.09,2884492.59,2886118.68,27,1375,2720,2601.74,twolocalrandom -7223,SUCCESS,2,0,427.45,2886118.68,2886546.13,27,313,3141,683.92,qftentangled -7235,SUCCESS,2,0,1076.55,2886546.13,2887622.68,27,658,3763,1722.48,qpeexact -7237,SUCCESS,2,0,128.46,2887622.68,2887751.14,27,174,1698,205.54,dj -7243,SUCCESS,2,0,718.14,2887751.14,2888469.28,27,680,2429,1149.02,su2random -7248,SUCCESS,2,0,3336.26,2888469.28,2891805.54,27,1962,3911,5338.02,su2random -7250,SUCCESS,2,0,357.72,2891805.54,2892163.26,27,271,3036,572.35,wstate -7255,SUCCESS,2,0,1460.83,2892163.26,2893624.09,27,992,3387,2337.33,twolocalrandom -7260,SUCCESS,2,0,342.14,2893624.09,2893966.23,27,409,1924,547.42,qft -7272,SUCCESS,2,0,48.01,2893966.23,2894014.24,27,27,4089,76.82,graphstate -7274,SUCCESS,2,0,93.69,2894014.24,2894107.93,27,209,1031,149.9,qpeinexact -7290,SUCCESS,2,0,838.49,2894107.93,2894946.42,27,714,2701,1341.58,qnn -7291,SUCCESS,2,0,120.66,2894946.42,2895067.08,27,74,3750,193.06,dj -7293,SUCCESS,2,0,202.02,2895067.08,2895269.1,27,347,1339,323.23,qnn -7297,SUCCESS,2,0,83.32,2895269.1,2895352.42,27,141,1359,133.31,qftentangled -7299,SUCCESS,2,0,4263.25,2895352.42,2899615.67,27,3905,2511,6821.2,pricingput -7312,SUCCESS,2,0,196.77,2899615.67,2899812.44,27,173,2616,314.83,qftentangled -300,SUCCESS,2,1,102513.73,2864645.51,2967159.24,127,50602,1722,164021.97,random -301,SUCCESS,2,1,292.88,2967159.24,2967452.12,127,90,2766,468.61,ghz -302,SUCCESS,2,1,981.62,2967452.12,2968433.74,127,516,1617,1570.59,dj -303,SUCCESS,2,1,19558.49,2968433.74,2987992.23,127,10371,1603,31293.58,qpeexact -304,SUCCESS,2,1,4070.33,2987992.23,2992062.56,127,1290,2682,6512.53,wstate -305,SUCCESS,2,1,186.88,2992062.56,2992249.44,127,62,2562,299.01,graphstate -306,SUCCESS,2,1,25552.43,2992249.44,3017801.87,127,6685,3249,40883.89,twolocalrandom -307,SUCCESS,2,1,12133.18,3017801.87,3029935.05,127,4370,2360,19413.09,qft -308,SUCCESS,2,1,18490.13,3029935.05,3048425.18,127,4234,3712,29584.21,ae -309,SUCCESS,2,1,63.45,3048425.18,3048488.63,127,24,2247,101.52,vqe -310,SUCCESS,2,1,14293.04,3048488.63,3062781.67,127,3051,3982,22868.86,qft -311,SUCCESS,2,1,308.34,3062781.67,3063090.01,127,66,3971,493.34,ghz -312,SUCCESS,2,1,2485.13,3063090.01,3065575.14,127,1129,1871,3976.21,qpeinexact -313,SUCCESS,2,1,23918.07,3065575.14,3089493.21,127,6972,2916,38268.91,pricingput -314,SUCCESS,2,1,24470.03,3089493.21,3113963.24,127,6351,3275,39152.05,qnn -315,SUCCESS,2,1,313.9,3113963.24,3114277.14,127,91,2932,502.24,ghz -316,SUCCESS,2,1,1901.18,3114277.14,3116178.32,127,404,4000,3041.89,qpeinexact -317,SUCCESS,2,1,283.06,3116178.32,3116461.38,127,60,4010,452.9,graphstate -318,SUCCESS,2,1,32500.49,3116461.38,3148961.87,127,15288,1807,52000.78,su2random -319,SUCCESS,2,1,944.82,3148961.87,3149906.69,127,309,2599,1511.71,qft -320,SUCCESS,2,1,27003.72,3149906.69,3176910.41,127,5757,3987,43205.95,qnn -322,SUCCESS,2,1,1653.96,3176910.41,3178564.37,127,509,2762,2646.34,dj -323,SUCCESS,2,1,9250.24,3178564.37,3187814.61,127,4658,1688,14800.38,su2random -324,SUCCESS,2,1,1494.67,3187814.61,3189309.28,127,439,2894,2391.47,random -325,SUCCESS,2,1,5541.47,3189309.28,3194850.75,127,3157,1492,8866.35,qwalk-v-chain -327,SUCCESS,2,1,681.68,3194850.75,3195532.43,127,269,2154,1090.69,realamprandom -328,SUCCESS,2,1,20570.49,3195532.43,3216102.92,127,6873,2544,32912.78,realamprandom -330,SUCCESS,2,1,1771.48,3216102.92,3217874.4,127,401,3755,2834.37,portfoliovqe -331,SUCCESS,2,1,361.2,3217874.4,3218235.6,127,86,3570,577.92,graphstate -332,SUCCESS,2,1,86429.05,3218235.6,3304664.65,127,22035,3334,138286.48,random -333,SUCCESS,2,1,369.49,3304664.65,3305034.14,127,102,3079,591.18,ghz -334,SUCCESS,2,1,1141.38,3305034.14,3306175.52,127,373,2601,1826.21,dj -335,SUCCESS,2,1,1157.12,3306175.52,3307332.64,127,249,3950,1851.39,wstate -336,SUCCESS,2,1,14253.9,3307332.64,3321586.54,127,4489,2699,22806.24,qft -337,SUCCESS,2,1,11576.61,3321586.54,3333163.15,127,5826,1689,18522.58,twolocalrandom -341,SUCCESS,2,1,413.98,3333163.15,3333577.13,127,113,3114,662.37,wstate -343,SUCCESS,2,1,5583.29,3333577.13,3339160.42,127,2519,1884,8933.26,ae -345,SUCCESS,2,1,6800.28,3339160.42,3345960.7,127,1532,3773,10880.45,qft -346,SUCCESS,2,1,15166.03,3345960.7,3361126.73,127,3855,3344,24265.65,pricingcall -347,SUCCESS,2,1,238.09,3361126.73,3361364.82,127,125,1619,380.94,wstate -348,SUCCESS,2,1,1774.08,3361364.82,3363138.9,127,1408,1071,2838.53,qpeinexact -349,SUCCESS,2,1,125441.45,3363138.9,3488580.35,127,31962,3336,200706.32,random -350,SUCCESS,2,1,543.27,3488580.35,3489123.62,127,217,2128,869.23,wstate -351,SUCCESS,2,1,17196.55,3489123.62,3506320.17,127,7673,1905,27514.48,qft -352,SUCCESS,2,1,10287.13,3506320.17,3516607.3,127,5174,1690,16459.41,qpeexact -353,SUCCESS,2,1,834.5,3516607.3,3517441.8,127,196,3619,1335.2,realamprandom -354,SUCCESS,2,1,277.17,3517441.8,3517718.97,127,121,1947,443.47,ghz -355,SUCCESS,2,1,2537.12,3517718.97,3520256.09,127,576,3744,4059.39,ghz -356,SUCCESS,2,1,179.11,3520256.09,3520435.2,127,91,1673,286.58,graphstate -357,SUCCESS,2,1,17362.45,3520435.2,3537797.65,127,5674,2601,27779.92,ae -358,SUCCESS,2,1,5449.97,3537797.65,3543247.62,127,1554,2981,8719.95,wstate -360,SUCCESS,2,1,51030.99,3543247.62,3594278.61,127,31206,1390,81649.58,grover-noancilla -362,SUCCESS,2,1,181.66,3594278.61,3594460.27,127,82,1883,290.66,wstate -363,SUCCESS,2,1,1560.06,3594460.27,3596020.33,127,511,2595,2496.1,dj -364,SUCCESS,2,1,3120.33,3596020.33,3599140.66,127,1562,1698,4992.53,qft -365,SUCCESS,2,1,2628.1,3599140.66,3601768.76,127,697,3205,4204.96,twolocalrandom -366,SUCCESS,2,1,12114.81,3601768.76,3613883.57,127,9597,1073,19383.7,twolocalrandom -368,SUCCESS,2,1,41013.4,3613883.57,3654896.97,127,10793,3230,65621.44,realamprandom -370,SUCCESS,2,1,65000.65,3654896.97,3719897.62,127,17551,3148,104001.04,twolocalrandom -371,SUCCESS,2,1,20289.06,3719897.62,3740186.68,127,6713,2569,32462.5,su2random -372,SUCCESS,2,1,9302.83,3740186.68,3749489.51,127,2147,3683,14884.53,qft -373,SUCCESS,2,1,2603.7,3749489.51,3752093.21,127,561,3945,4165.92,dj -375,SUCCESS,2,1,1459.63,3752093.21,3753552.84,127,404,3071,2335.41,dj -376,SUCCESS,2,1,8951.38,3753552.84,3762504.22,127,2276,3343,14322.21,qftentangled -377,SUCCESS,2,1,792.87,3762504.22,3763297.09,127,577,1168,1268.59,dj -379,SUCCESS,2,1,13807.45,3763297.09,3777104.54,127,6031,1946,22091.92,qftentangled -380,SUCCESS,2,1,1274.1,3777104.54,3778378.64,127,332,3262,2038.56,twolocalrandom -381,SUCCESS,2,1,7461.15,3778378.64,3785839.79,127,2685,2362,11937.84,ae -382,SUCCESS,2,1,35316.71,3785839.79,3821156.5,127,9381,3200,56506.74,random -385,SUCCESS,2,1,1238.55,3821156.5,3822395.05,127,429,2454,1981.68,qftentangled -386,SUCCESS,2,1,13002.08,3822395.05,3835397.13,127,6392,1729,20803.33,qnn -387,SUCCESS,2,1,23443.84,3835397.13,3858840.97,127,6687,2980,37510.14,qnn -388,SUCCESS,2,1,709.81,3858840.97,3859550.78,127,442,1365,1135.7,dj -389,SUCCESS,2,1,12449.68,3859550.78,3872000.46,127,5853,1808,19919.49,qftentangled -390,SUCCESS,2,1,2469.55,3872000.46,3874470.01,127,1192,1761,3951.28,twolocalrandom -392,SUCCESS,2,1,4779.72,3874470.01,3879249.73,127,1278,3179,7647.55,ae -393,SUCCESS,2,1,15872.79,3879249.73,3895122.52,127,4305,3134,25396.46,random -394,SUCCESS,2,1,3515.09,3895122.52,3898637.61,127,824,3626,5624.14,wstate -395,SUCCESS,2,1,16008.04,3898637.61,3914645.65,127,7391,1841,25612.86,qpeinexact -396,SUCCESS,2,1,68.95,3914645.65,3914714.6,127,50,1172,110.32,tsp -397,SUCCESS,2,1,63.87,3914714.6,3914778.47,127,33,1645,102.19,wstate -398,SUCCESS,2,1,11397.82,3914778.47,3926176.29,127,4789,2023,18236.51,ae -399,SUCCESS,2,1,138.29,3926176.29,3926314.58,127,66,1781,221.26,graphstate -400,SUCCESS,2,1,9141.7,3926314.58,3935456.28,127,6364,1221,14626.72,qpeexact -401,SUCCESS,2,1,7207.88,3935456.28,3942664.16,127,5026,1219,11532.61,qnn -402,SUCCESS,2,1,1532.34,3942664.16,3944196.5,127,331,3935,2451.74,ae -403,SUCCESS,2,1,111.32,3944196.5,3944307.82,127,78,1213,178.11,ghz -404,SUCCESS,2,1,1234.56,3944307.82,3945542.38,127,285,3682,1975.3,wstate -405,SUCCESS,2,1,1466.02,3945542.38,3947008.4,127,391,3187,2345.63,ghz -408,SUCCESS,2,1,7455.26,3947008.4,3954463.66,127,4708,1346,11928.42,qpeinexact -409,SUCCESS,2,1,5378.72,3954463.66,3959842.38,127,1435,3186,8605.95,wstate -410,SUCCESS,2,1,2662.65,3959842.38,3962505.03,127,1375,1646,4260.24,wstate -411,SUCCESS,2,1,878.94,3962505.03,3963383.97,127,257,2907,1406.3,wstate -412,SUCCESS,2,1,23853.66,3963383.97,3987237.63,127,6685,3033,38165.86,realamprandom -413,SUCCESS,2,1,1333.92,3987237.63,3988571.55,127,326,3478,2134.27,portfolioqaoa -414,SUCCESS,2,1,1250.76,3988571.55,3989822.31,127,307,3463,2001.22,dj -415,SUCCESS,2,1,2595.51,3989822.31,3992417.82,127,940,2347,4152.82,su2random -417,SUCCESS,2,1,2809.14,3992417.82,3995226.96,127,1757,1359,4494.62,twolocalrandom -418,SUCCESS,2,1,754.42,3995226.96,3995981.38,127,277,2315,1207.07,wstate -419,SUCCESS,2,1,11079.7,3995981.38,4007061.08,127,2829,3329,17727.52,qpeinexact -420,SUCCESS,2,1,50856.34,4007061.08,4057917.42,127,14136,3058,81370.14,twolocalrandom -421,SUCCESS,2,1,5819.5,4057917.42,4063736.92,127,2575,1921,9311.2,ae -422,SUCCESS,2,1,4071.19,4063736.92,4067808.11,127,989,3499,6513.9,ae -423,SUCCESS,2,1,345.36,4067808.11,4068153.47,127,75,3914,552.58,dj -424,SUCCESS,2,1,198.06,4068153.47,4068351.53,127,70,2405,316.9,graphstate -425,SUCCESS,2,1,1425.32,4068351.53,4069776.85,127,320,3786,2280.51,qnn -426,SUCCESS,2,1,11456.57,4069776.85,4081233.42,127,2515,3872,18330.51,qpeexact -428,SUCCESS,2,1,21125.74,4081233.42,4102359.16,127,4869,3688,33801.18,qnn -429,SUCCESS,2,1,10304.93,4102359.16,4112664.09,127,3135,2794,16487.89,ae -430,SUCCESS,2,1,614.09,4112664.09,4113278.18,127,274,1905,982.54,dj -431,SUCCESS,2,1,221.9,4113278.18,4113500.08,127,61,3092,355.04,ghz -432,SUCCESS,2,1,48488.98,4113500.08,4161989.06,127,15125,2725,77582.37,random -433,SUCCESS,2,1,2842.42,4161989.06,4164831.48,127,767,3150,4547.87,realamprandom -435,SUCCESS,2,1,101495.21,4164831.48,4266326.69,127,35227,2449,162392.34,random -436,SUCCESS,2,1,1370,4266326.69,4267696.69,127,292,3988,2192,ghz -437,SUCCESS,2,1,6640.81,4267696.69,4274337.5,127,2828,1996,10625.3,qwalk-v-chain -438,SUCCESS,2,1,12048.61,4274337.5,4286386.11,127,2598,3942,19277.78,random -439,SUCCESS,2,1,482.15,4286386.11,4286868.26,127,155,2644,771.44,graphstate -440,SUCCESS,2,1,8939.51,4286868.26,4295807.77,127,2333,3257,14303.22,qftentangled -441,SUCCESS,2,1,599.63,4295807.77,4296407.4,127,129,3951,959.41,qftentangled -442,SUCCESS,2,1,15137.3,4296407.4,4311544.7,127,8355,1540,24219.68,qpeinexact -443,SUCCESS,2,1,34916.12,4311544.7,4346460.82,127,7976,3721,55865.79,qftentangled -444,SUCCESS,2,1,116.11,4346460.82,4346576.93,127,29,3403,185.78,ghz -445,SUCCESS,2,1,146.84,4346576.93,4346723.77,127,62,2013,234.94,ghz -446,SUCCESS,2,1,596.66,4346723.77,4347320.43,127,310,1636,954.66,graphstate -448,SUCCESS,2,1,15379.9,4347320.43,4362700.33,127,6276,2083,24607.84,qpeinexact -449,SUCCESS,2,1,16207.04,4362700.33,4378907.37,127,4431,3109,25931.26,ae -450,SUCCESS,2,1,49.99,4378907.37,4378957.36,127,13,3268,79.98,ghz -452,SUCCESS,2,1,2015.74,4378957.36,4380973.1,127,687,2494,3225.18,dj -453,SUCCESS,2,1,16931.14,4380973.1,4397904.24,127,8372,1719,27089.82,qnn -454,SUCCESS,2,1,3234.71,4397904.24,4401138.95,127,1950,1410,5175.54,random -456,SUCCESS,2,1,1351.91,4401138.95,4402490.86,127,315,3648,2163.06,su2random -457,SUCCESS,2,1,13394.66,4402490.86,4415885.52,127,3088,3687,21431.46,twolocalrandom -458,SUCCESS,2,1,8957.09,4415885.52,4424842.61,127,6661,1143,14331.34,twolocalrandom -459,SUCCESS,2,1,2661.57,4424842.61,4427504.18,127,782,2893,4258.51,su2random -460,SUCCESS,2,1,45025.44,4427504.18,4472529.62,127,9378,4081,72040.7,qpeinexact -461,SUCCESS,2,1,132.65,4472529.62,4472662.27,127,41,2750,212.24,wstate -463,SUCCESS,2,1,34825.66,4472662.27,4507487.93,127,7792,3799,55721.06,realamprandom -464,SUCCESS,2,1,10348.52,4507487.93,4517836.45,127,3215,2736,16557.63,grover-v-chain -465,SUCCESS,2,1,1692.24,4517836.45,4519528.69,127,1366,1053,2707.58,qft -468,SUCCESS,2,1,8565.04,4519528.69,4528093.73,127,1944,3745,13704.06,qnn -469,SUCCESS,2,1,3045.01,4528093.73,4531138.74,127,1584,1634,4872.02,twolocalrandom -470,SUCCESS,2,1,16135.99,4531138.74,4547274.73,127,5312,2582,25817.58,twolocalrandom -471,SUCCESS,2,1,8952.15,4547274.73,4556226.88,127,2623,2901,14323.44,su2random -474,SUCCESS,2,1,524.58,4556226.88,4556751.46,127,167,2670,839.33,qpeinexact -476,SUCCESS,2,1,3642.27,4556751.46,4560393.73,127,1188,2606,5827.63,realamprandom -477,SUCCESS,2,1,19957.69,4560393.73,4580351.42,127,8109,2092,31932.3,su2random -478,SUCCESS,2,1,3104.52,4580351.42,4583455.94,127,697,3786,4967.23,realamprandom -479,SUCCESS,2,1,263.28,4583455.94,4583719.22,127,57,3926,421.25,wstate -481,SUCCESS,2,1,29.38,4583719.22,4583748.6,127,19,1314,47.01,ghz -482,SUCCESS,2,1,413.59,4583748.6,4584162.19,127,159,2211,661.74,graphstate -483,SUCCESS,2,1,129003.87,4584162.19,4713166.06,127,35811,3062,206406.19,shor -485,SUCCESS,2,1,196.75,4713166.06,4713362.81,127,89,1879,314.8,graphstate -487,SUCCESS,2,1,1463.06,4713362.81,4714825.87,127,351,3543,2340.9,ghz -489,SUCCESS,2,1,1046.78,4714825.87,4715872.65,127,254,3503,1674.85,portfoliovqe -490,SUCCESS,2,1,1041.26,4715872.65,4716913.91,127,546,1621,1666.02,dj -491,SUCCESS,2,1,9496.38,4716913.91,4726410.29,127,1998,4040,15194.21,ae -492,SUCCESS,2,1,2766.93,4726410.29,4729177.22,127,1826,1288,4427.09,twolocalrandom -493,SUCCESS,2,1,3929.2,4729177.22,4733106.42,127,861,3879,6286.72,ae -494,SUCCESS,2,1,23652.75,4733106.42,4756759.17,127,7188,2797,37844.4,pricingcall -495,SUCCESS,2,1,31875.9,4756759.17,4788635.07,127,8203,3303,51001.44,qftentangled -496,SUCCESS,2,1,3885.26,4788635.07,4792520.33,127,939,3517,6216.42,qftentangled -497,SUCCESS,2,1,8333.53,4792520.33,4800853.86,127,2949,2402,13333.65,qft -498,SUCCESS,2,1,5304.13,4800853.86,4806157.99,127,2269,1987,8486.61,random -500,SUCCESS,2,1,2315.35,4806157.99,4808473.34,127,1187,1658,3704.56,qnn -501,SUCCESS,2,1,12053.56,4808473.34,4820526.9,127,6593,1554,19285.7,random -502,SUCCESS,2,1,12038.82,4820526.9,4832565.72,127,4453,2298,19262.11,qpeinexact -505,SUCCESS,2,1,688.81,4832565.72,4833254.53,127,394,1486,1102.1,random -506,SUCCESS,2,1,2616.08,4833254.53,4835870.61,127,1315,1691,4185.73,qftentangled -507,SUCCESS,2,1,5942.65,4835870.61,4841813.26,127,2245,2250,9508.24,su2random -509,SUCCESS,2,1,83608.51,4841813.26,4925421.77,127,28564,2488,133773.62,random -510,SUCCESS,2,1,29436.59,4925421.77,4954858.36,127,16703,1498,47098.54,realamprandom -511,SUCCESS,2,1,8997.77,4954858.36,4963856.13,127,3611,2118,14396.43,qpeexact -512,SUCCESS,2,1,351.77,4963856.13,4964207.9,127,226,1323,562.83,dj -513,SUCCESS,2,1,1270.88,4964207.9,4965478.78,127,676,1598,2033.41,dj -514,SUCCESS,2,1,13484.9,4965478.78,4978963.68,127,5869,1953,21575.84,ae -515,SUCCESS,2,1,334.85,4978963.68,4979298.53,127,78,3649,535.76,graphstate -517,SUCCESS,2,1,224.19,4979298.53,4979522.72,127,48,3970,358.7,ghz -518,SUCCESS,2,1,2943.56,4979522.72,4982466.28,127,873,2866,4709.7,qpeexact -519,SUCCESS,2,1,8889.04,4982466.28,4991355.32,127,4455,1696,14222.46,qpeexact -520,SUCCESS,2,1,20068.97,4991355.32,5011424.29,127,10824,1576,32110.35,qpeinexact -522,SUCCESS,2,1,4317.12,5011424.29,5015741.41,127,1443,2543,6907.39,realamprandom -523,SUCCESS,2,1,4636.56,5015741.41,5020377.97,127,1029,3830,7418.5,qpeexact -524,SUCCESS,2,1,4174.31,5020377.97,5024552.28,127,1440,2464,6678.9,ae -525,SUCCESS,2,1,2963.23,5024552.28,5027515.51,127,877,2872,4741.17,random -526,SUCCESS,2,1,214.02,5027515.51,5027729.53,127,51,3567,342.43,ghz -527,SUCCESS,2,1,6940.4,5027729.53,5034669.93,127,2889,2042,11104.64,qftentangled -528,SUCCESS,2,1,3294.31,5034669.93,5037964.24,127,819,3419,5270.9,qftentangled -529,SUCCESS,2,1,20210.6,5037964.24,5058174.84,127,5312,3234,32336.96,realamprandom -530,SUCCESS,2,1,16241.01,5058174.84,5074415.85,127,3611,3823,25985.62,qpeinexact -531,SUCCESS,2,1,1232.07,5074415.85,5075647.92,127,443,2364,1971.31,portfolioqaoa -532,SUCCESS,2,1,10946.43,5075647.92,5086594.35,127,2294,4056,17514.29,qft -534,SUCCESS,2,1,3459.25,5086594.35,5090053.6,127,2577,1141,5534.8,qft -535,SUCCESS,2,1,86.36,5090053.6,5090139.96,127,34,2159,138.18,ghz -536,SUCCESS,2,1,15031.26,5090139.96,5105171.22,127,3211,3979,24050.02,realamprandom -537,SUCCESS,2,1,686.7,5105171.22,5105857.92,127,196,2978,1098.72,twolocalrandom -541,SUCCESS,2,1,167.41,5105857.92,5106025.33,127,77,1848,267.86,wstate -542,SUCCESS,2,1,43544.08,5106025.33,5149569.41,127,9316,3973,69670.53,qnn -544,SUCCESS,2,1,353.39,5149569.41,5149922.8,127,125,2403,565.42,graphstate -545,SUCCESS,2,1,10711.42,5149922.8,5160634.22,127,4450,2046,17138.27,su2random -546,SUCCESS,2,1,9701.75,5160634.22,5170335.97,127,2308,3573,15522.8,random -547,SUCCESS,2,1,16598.01,5170335.97,5186933.98,127,4431,3184,26556.82,qft -548,SUCCESS,2,1,11268.56,5186933.98,5198202.54,127,8575,1117,18029.7,qpeexact -549,SUCCESS,2,1,14662.39,5198202.54,5212864.93,127,3992,3122,23459.82,qftentangled -550,SUCCESS,2,1,32979.89,5212864.93,5245844.82,127,8142,3443,52767.82,qftentangled -551,SUCCESS,2,1,2182.86,5245844.82,5248027.68,127,1094,1696,3492.58,ae -552,SUCCESS,2,1,6626.63,5248027.68,5254654.31,127,4363,1291,10602.61,ae -553,SUCCESS,2,1,38461.55,5254654.31,5293115.86,127,9590,3409,61538.48,qpeinexact -554,SUCCESS,2,1,337.05,5293115.86,5293452.91,127,138,2076,539.28,graphstate -556,SUCCESS,2,1,12802.47,5293452.91,5306255.38,127,3081,3532,20483.95,qpeinexact -557,SUCCESS,2,1,1718.55,5306255.38,5307973.93,127,740,1974,2749.68,realamprandom -558,SUCCESS,2,1,23091.24,5307973.93,5331065.17,127,5729,3426,36945.98,qpeinexact -560,SUCCESS,2,1,3722.39,5331065.17,5334787.56,127,818,3868,5955.82,qftentangled -561,SUCCESS,2,1,6841.61,5334787.56,5341629.17,127,2071,2808,10946.58,twolocalrandom -563,SUCCESS,2,1,205.98,5341629.17,5341835.15,127,60,2918,329.57,graphstate -565,SUCCESS,2,1,6882.73,5341835.15,5348717.88,127,4340,1348,11012.37,qpeexact -566,SUCCESS,2,1,2451.56,5348717.88,5351169.44,127,1127,1849,3922.5,su2random -569,SUCCESS,2,1,3066.13,5351169.44,5354235.57,127,704,3702,4905.81,su2random -570,SUCCESS,2,1,870.98,5354235.57,5355106.55,127,197,3758,1393.57,dj -571,SUCCESS,2,1,7027.64,5355106.55,5362134.19,127,2577,2318,11244.22,realamprandom -572,SUCCESS,2,1,15019.7,5362134.19,5377153.89,127,5649,2260,24031.52,qnn -573,SUCCESS,2,1,873.85,5377153.89,5378027.74,127,630,1179,1398.16,dj -574,SUCCESS,2,1,27427.09,5378027.74,5405454.83,127,20237,1152,43883.34,random -575,SUCCESS,2,1,33611.25,5405454.83,5439066.08,127,13709,2084,53778,twolocalrandom -576,SUCCESS,2,1,11477.62,5439066.08,5450543.7,127,2827,3451,18364.19,qpeinexact -577,SUCCESS,2,1,112.29,5450543.7,5450655.99,127,45,2121,179.66,ghz -579,SUCCESS,2,1,2472.61,5450655.99,5453128.6,127,663,3170,3956.18,dj -580,SUCCESS,2,1,31774.28,5453128.6,5484902.88,127,15513,1741,50838.85,su2random -581,SUCCESS,2,1,30494.97,5484902.88,5515397.85,127,12510,2072,48791.95,realamprandom -582,SUCCESS,2,1,1857.57,5515397.85,5517255.42,127,406,3889,2972.11,dj -583,SUCCESS,2,1,5159.53,5517255.42,5522414.95,127,1600,2741,8255.25,qnn -584,SUCCESS,2,1,43056.48,5522414.95,5565471.43,127,11600,3155,68890.37,qnn -586,SUCCESS,2,1,3305.63,5565471.43,5568777.06,127,853,3294,5289.01,qft -587,SUCCESS,2,1,2552.62,5568777.06,5571329.68,127,574,3780,4084.19,ghz -588,SUCCESS,2,1,2999.22,5571329.68,5574328.9,127,1887,1351,4798.75,qft -590,SUCCESS,2,1,50708.91,5574328.9,5625037.81,127,12508,3446,81134.26,twolocalrandom -591,SUCCESS,2,1,1333.12,5625037.81,5626370.93,127,544,2083,2132.99,dj -592,SUCCESS,2,1,276.12,5626370.93,5626647.05,127,153,1534,441.79,graphstate -593,SUCCESS,2,1,2970.9,5626647.05,5629617.95,127,784,3221,4753.44,qft -594,SUCCESS,2,1,475.81,5629617.95,5630093.76,127,161,2512,761.3,graphstate -597,SUCCESS,2,1,17184.04,5630093.76,5647277.8,127,8409,1737,27494.46,realamprandom -598,SUCCESS,2,1,1100.37,5647277.8,5648378.17,127,319,2932,1760.59,graphstate -599,SUCCESS,2,1,103027.05,5648378.17,5751405.22,127,24544,3568,164843.28,random -600,SUCCESS,2,1,26908.24,5751405.22,5778313.46,127,11436,2000,43053.18,realamprandom -601,SUCCESS,2,1,26416.45,5778313.46,5804729.91,127,8978,2501,42266.32,su2random -602,SUCCESS,2,1,39.42,5804729.91,5804769.33,127,12,2792,63.07,ghz -604,SUCCESS,2,1,3354.36,5804769.33,5808123.69,127,792,3600,5366.98,dj -605,SUCCESS,2,1,11354.66,5808123.69,5819478.35,127,5664,1704,18167.46,qft -606,SUCCESS,2,1,14299.37,5819478.35,5833777.72,127,3293,3691,22878.99,su2random -607,SUCCESS,2,1,552.6,5833777.72,5834330.32,127,306,1535,884.16,portfoliovqe -608,SUCCESS,2,1,5784.25,5834330.32,5840114.57,127,1309,3756,9254.8,random -609,SUCCESS,2,1,3613.73,5840114.57,5843728.3,127,1339,2294,5781.97,qpeexact -610,SUCCESS,2,1,401.58,5843728.3,5844129.88,127,97,3519,642.53,ghz -611,SUCCESS,2,1,3836.86,5844129.88,5847966.74,127,955,3415,6138.98,wstate -613,SUCCESS,2,1,174.3,5847966.74,5848141.04,127,143,1036,278.88,dj -615,SUCCESS,2,1,84.2,5848141.04,5848225.24,127,42,1704,134.72,qaoa -617,SUCCESS,2,1,5683.82,5848225.24,5853909.06,127,2265,2133,9094.11,ae -618,SUCCESS,2,1,2071.58,5853909.06,5855980.64,127,873,2017,3314.53,qpeinexact -619,SUCCESS,2,1,12359.34,5855980.64,5868339.98,127,3334,3151,19774.94,qft -620,SUCCESS,2,1,2388.17,5868339.98,5870728.15,127,1032,1967,3821.07,qnn -621,SUCCESS,2,1,67807.69,5870728.15,5938535.84,127,33864,1702,108492.3,random -622,SUCCESS,2,1,615.51,5938535.84,5939151.35,127,202,2590,984.82,wstate -623,SUCCESS,2,1,1001.16,5939151.35,5940152.51,127,459,1854,1601.86,graphstate -624,SUCCESS,2,1,2202.67,5940152.51,5942355.18,127,1086,1724,3524.27,pricingput -625,SUCCESS,2,1,298.58,5942355.18,5942653.76,127,77,3296,477.73,wstate -626,SUCCESS,2,1,22356.39,5942653.76,5965010.15,127,7908,2403,35770.22,random -627,SUCCESS,2,1,3439.35,5965010.15,5968449.5,127,780,3748,5502.96,qpeexact -629,SUCCESS,2,1,1177.99,5968449.5,5969627.49,127,778,1287,1884.78,qftentangled -630,SUCCESS,2,1,1814.22,5969627.49,5971441.71,127,488,3160,2902.75,dj -631,SUCCESS,2,1,95.67,5971441.71,5971537.38,127,43,1891,153.07,ghz -634,SUCCESS,2,1,9881.84,5971537.38,5981419.22,127,3016,2785,15810.94,ae -635,SUCCESS,2,1,378.17,5981419.22,5981797.39,127,209,1538,605.07,wstate -636,SUCCESS,2,1,26591.52,5981797.39,6008388.91,127,7070,3197,42546.43,qpeinexact -638,SUCCESS,2,1,597.95,6008388.91,6008986.86,127,125,4066,956.72,ghz -639,SUCCESS,2,1,142.84,6008986.86,6009129.7,127,32,3794,228.54,graphstate -640,SUCCESS,2,1,70.68,6009129.7,6009200.38,127,43,1397,113.09,graphstate -641,SUCCESS,2,1,421.08,6009200.38,6009621.46,127,321,1115,673.73,wstate -643,SUCCESS,2,1,2670.65,6009621.46,6012292.11,127,1757,1292,4273.04,realamprandom -644,SUCCESS,2,1,837.31,6012292.11,6013129.42,127,368,1934,1339.7,portfolioqaoa -645,SUCCESS,2,1,30042.62,6013129.42,6043172.04,127,13163,1940,48068.19,su2random -646,SUCCESS,2,1,3927.7,6043172.04,6047099.74,127,1085,3077,6284.32,qpeinexact -647,SUCCESS,2,1,1620.69,6047099.74,6048720.43,127,495,2783,2593.1,qft -648,SUCCESS,2,1,7668.1,6048720.43,6056388.53,127,2749,2371,12268.96,qpeinexact -649,SUCCESS,2,1,21195.82,6056388.53,6077584.35,127,8018,2247,33913.31,su2random -650,SUCCESS,2,1,6052.32,6077584.35,6083636.67,127,1836,2802,9683.71,qft -651,SUCCESS,2,1,9271.44,6083636.67,6092908.11,127,5542,1422,14834.3,qpeinexact -652,SUCCESS,2,1,1770.52,6092908.11,6094678.63,127,477,3155,2832.83,qpeinexact -655,SUCCESS,2,1,13586.9,6094678.63,6108265.53,127,4260,2711,21739.04,qpeexact -656,SUCCESS,2,1,371.34,6108265.53,6108636.87,127,153,2063,594.14,graphstate -657,SUCCESS,2,1,498.07,6108636.87,6109134.94,127,109,3884,796.91,wstate -658,SUCCESS,2,1,2603.18,6109134.94,6111738.12,127,1450,1526,4165.09,pricingput -659,SUCCESS,2,1,7203.28,6111738.12,6118941.4,127,1504,4071,11525.25,wstate -660,SUCCESS,2,1,3979.06,6118941.4,6122920.46,127,1879,1800,6366.5,qnn -661,SUCCESS,2,1,18884,6122920.46,6141804.46,127,9442,1700,30214.4,qnn -662,SUCCESS,2,1,109.37,6141804.46,6141913.83,127,53,1754,174.99,ghz -664,SUCCESS,2,1,1010.08,6141913.83,6142923.91,127,236,3638,1616.13,graphstate -666,SUCCESS,2,1,31494.11,6142923.91,6174418.02,127,8270,3237,50390.58,qpeinexact -667,SUCCESS,2,1,36.48,6174418.02,6174454.5,127,15,2067,58.37,ghz -668,SUCCESS,2,1,1933.62,6174454.5,6176388.12,127,591,2781,3093.79,qft -669,SUCCESS,2,1,470.93,6176388.12,6176859.05,127,129,3103,753.49,wstate -670,SUCCESS,2,1,1420.04,6176859.05,6178279.09,127,373,3236,2272.06,wstate -671,SUCCESS,2,1,1865.08,6178279.09,6180144.17,127,470,3373,2984.13,portfolioqaoa -674,SUCCESS,2,1,9510.91,6180144.17,6189655.08,127,3673,2201,15217.46,qftentangled -677,SUCCESS,2,1,2636.22,6189655.08,6192291.3,127,1539,1456,4217.95,ae -678,SUCCESS,2,1,458.56,6192291.3,6192749.86,127,108,3609,733.7,ghz -679,SUCCESS,2,1,2277.91,6192749.86,6195027.77,127,765,2531,3644.66,realamprandom -680,SUCCESS,2,1,1440.62,6195027.77,6196468.39,127,605,2024,2304.99,dj -682,SUCCESS,2,1,173.21,6196468.39,6196641.6,127,37,3979,277.14,dj -683,SUCCESS,2,1,5519.74,6196641.6,6202161.34,127,1551,3025,8831.58,qnn -684,SUCCESS,2,1,199.43,6202161.34,6202360.77,127,110,1541,319.09,dj -685,SUCCESS,2,1,13980.29,6202360.77,6216341.06,127,3973,2991,22368.46,qwalk-v-chain -687,SUCCESS,2,1,1473.29,6216341.06,6217814.35,127,1014,1235,2357.26,ghz -688,SUCCESS,2,1,14982.56,6217814.35,6232796.91,127,3295,3865,23972.1,qpeinexact -689,SUCCESS,2,1,6649.98,6232796.91,6239446.89,127,1843,3067,10639.97,ae -690,SUCCESS,2,1,1596.98,6239446.89,6241043.87,127,356,3813,2555.17,graphstate -691,SUCCESS,2,1,29777.33,6241043.87,6270821.2,127,8525,2969,47643.73,ae -692,SUCCESS,2,1,31999.52,6270821.2,6302820.72,127,7493,3630,51199.23,su2random -693,SUCCESS,2,1,14096.34,6302820.72,6316917.06,127,6404,1871,22554.14,qpeexact -694,SUCCESS,2,1,3031.62,6316917.06,6319948.68,127,789,3266,4850.59,su2random -695,SUCCESS,2,1,28705.7,6319948.68,6348654.38,127,8481,2877,45929.12,qpeinexact -696,SUCCESS,2,1,410.75,6348654.38,6349065.13,127,259,1348,657.2,random -697,SUCCESS,2,1,3594.55,6349065.13,6352659.68,127,2464,1240,5751.28,qft -698,SUCCESS,2,1,1373.43,6352659.68,6354033.11,127,968,1206,2197.49,qpeinexact -700,SUCCESS,2,1,8159.11,6354033.11,6362192.22,127,3916,1771,13054.58,qftentangled -701,SUCCESS,2,1,1290.49,6362192.22,6363482.71,127,358,3064,2064.78,ghz -702,SUCCESS,2,1,60.92,6363482.71,6363543.63,127,13,3983,97.47,ghz -704,SUCCESS,2,1,9177.75,6363543.63,6372721.38,127,3765,2072,14684.4,qpeinexact -705,SUCCESS,2,1,747.84,6372721.38,6373469.22,127,370,1718,1196.54,graphstate -706,SUCCESS,2,1,19182.74,6373469.22,6392651.96,127,7202,2264,30692.38,twolocalrandom -707,SUCCESS,2,1,649.92,6392651.96,6393301.88,127,347,1592,1039.87,su2random -708,SUCCESS,2,1,2055.47,6393301.88,6395357.35,127,1007,1735,3288.75,realamprandom -709,SUCCESS,2,1,19684.53,6395357.35,6415041.88,127,5193,3222,31495.25,qnn -710,SUCCESS,2,1,1218.4,6415041.88,6416260.28,127,951,1089,1949.44,wstate -711,SUCCESS,2,1,13118.66,6416260.28,6429378.94,127,3991,2794,20989.86,ae -712,SUCCESS,2,1,8016.04,6429378.94,6437394.98,127,2161,3153,12825.66,ae -713,SUCCESS,2,1,5416.54,6437394.98,6442811.52,127,3441,1338,8666.46,ae -714,SUCCESS,2,1,995.21,6442811.52,6443806.73,127,744,1137,1592.34,qnn -715,SUCCESS,2,1,2754.78,6443806.73,6446561.51,127,1687,1388,4407.65,random -716,SUCCESS,2,1,3869.13,6446561.51,6450430.64,127,854,3851,6190.61,qpeexact -717,SUCCESS,2,1,2785.57,6450430.64,6453216.21,127,767,3087,4456.91,qnn -718,SUCCESS,2,1,340.79,6453216.21,6453557,127,166,1745,545.26,graphstate -719,SUCCESS,2,1,491.66,6453557,6454048.66,127,395,1058,786.66,ghz -720,SUCCESS,2,1,38312.59,6454048.66,6492361.25,127,8927,3648,61300.14,realamprandom -722,SUCCESS,2,1,117.01,6492361.25,6492478.26,127,46,2162,187.22,graphstate -724,SUCCESS,2,1,680.84,6492478.26,6493159.1,127,329,1759,1089.34,qnn -727,SUCCESS,2,1,48842.43,6493159.1,6542001.53,127,15297,2714,78147.89,random -728,SUCCESS,2,1,13999.97,6542001.53,6556001.5,127,3943,3018,22399.95,qftentangled -729,SUCCESS,2,1,16822.08,6556001.5,6572823.58,127,5049,2832,26915.33,random -730,SUCCESS,2,1,6147.62,6572823.58,6578971.2,127,1536,3402,9836.19,wstate -731,SUCCESS,2,1,166.85,6578971.2,6579138.05,127,97,1462,266.96,dj -732,SUCCESS,2,1,87702.32,6579138.05,6666840.37,127,18581,4012,140323.71,random -734,SUCCESS,2,1,5351.26,6666840.37,6672191.63,127,1166,3901,8562.02,qpeexact -736,SUCCESS,2,1,398.65,6672191.63,6672590.28,127,150,2259,637.84,dj -737,SUCCESS,2,1,7774.25,6672590.28,6680364.53,127,1704,3878,12438.8,qpeinexact -738,SUCCESS,2,1,189.56,6680364.53,6680554.09,127,95,1696,303.3,ghz -739,SUCCESS,2,1,251.92,6680554.09,6680806.01,127,115,1862,403.07,ghz -740,SUCCESS,2,1,2393.6,6680806.01,6683199.61,127,748,2720,3829.76,realamprandom -741,SUCCESS,2,1,1483.21,6683199.61,6684682.82,127,539,2339,2373.14,ghz -742,SUCCESS,2,1,32747.72,6684682.82,6717430.54,127,15030,1852,52396.35,twolocalrandom -743,SUCCESS,2,1,25716.15,6717430.54,6743146.69,127,6240,3503,41145.84,realamprandom -744,SUCCESS,2,1,2363.49,6743146.69,6745510.18,127,730,2752,3781.58,qpeinexact -745,SUCCESS,2,1,33993.46,6745510.18,6779503.64,127,10830,2668,54389.54,qpeinexact -746,SUCCESS,2,1,14573.97,6779503.64,6794077.61,127,8342,1485,23318.35,realamprandom -749,SUCCESS,2,1,3378.83,6794077.61,6797456.44,127,1281,2242,5406.13,random -750,SUCCESS,2,1,9427.41,6797456.44,6806883.85,127,2116,3787,15083.86,ae -752,SUCCESS,2,1,3407.05,6806883.85,6810290.9,127,1110,2609,5451.28,twolocalrandom -753,SUCCESS,2,1,23964.76,6810290.9,6834255.66,127,6237,3266,38343.62,ae -754,SUCCESS,2,1,31639.72,6834255.66,6865895.38,127,9046,2973,50623.55,su2random -755,SUCCESS,2,1,4619.83,6865895.38,6870515.21,127,2367,1659,7391.73,qnn -756,SUCCESS,2,1,47046.39,6870515.21,6917561.6,127,13997,2857,75274.22,twolocalrandom -757,SUCCESS,2,1,3552.26,6917561.6,6921113.86,127,2561,1179,5683.62,su2random -758,SUCCESS,2,1,1103.53,6921113.86,6922217.39,127,400,2345,1765.65,portfolioqaoa -759,SUCCESS,2,1,18092.63,6922217.39,6940310.02,127,3761,4089,28948.21,grover-noancilla -760,SUCCESS,2,1,2691.33,6940310.02,6943001.35,127,1317,1737,4306.13,twolocalrandom -763,SUCCESS,2,1,101.47,6943001.35,6943102.82,127,63,1369,162.35,groundstate -764,SUCCESS,2,1,2981.44,6943102.82,6946084.26,127,1444,1755,4770.3,pricingcall -765,SUCCESS,2,1,30735.67,6946084.26,6976819.93,127,8485,3079,49177.07,random -766,SUCCESS,2,1,95.14,6976819.93,6976915.07,127,67,1207,152.22,ghz -767,SUCCESS,2,1,2554.71,6976915.07,6979469.78,127,763,2846,4087.54,qpeinexact -768,SUCCESS,2,1,29680.83,6979469.78,7009150.61,127,6268,4025,47489.33,qpeinexact -770,SUCCESS,2,1,3770.85,7009150.61,7012921.46,127,1396,2296,6033.36,qpeinexact -771,SUCCESS,2,1,12529.85,7012921.46,7025451.31,127,4698,2267,20047.76,qwalk-noancilla -772,SUCCESS,2,1,60.44,7025451.31,7025511.75,127,42,1223,96.7,ghz -773,SUCCESS,2,1,1991.52,7025511.75,7027503.27,127,1623,1043,3186.43,realamprandom -774,SUCCESS,2,1,6437.79,7027503.27,7033941.06,127,2444,2239,10300.46,qftentangled -775,SUCCESS,2,1,14110.89,7033941.06,7048051.95,127,3045,3939,22577.42,twolocalrandom -776,SUCCESS,2,1,1016.95,7048051.95,7049068.9,127,231,3742,1627.12,random -777,SUCCESS,2,1,4723.5,7049068.9,7053792.4,127,1005,3995,7557.6,qft -778,SUCCESS,2,1,9409.21,7053792.4,7063201.61,127,5437,1471,15054.74,su2random -780,SUCCESS,2,1,1028.24,7063201.61,7064229.85,127,368,2375,1645.18,dj -781,SUCCESS,2,1,10643.7,7064229.85,7074873.55,127,4797,1886,17029.92,realamprandom -782,SUCCESS,2,1,1781.42,7074873.55,7076654.97,127,536,2825,2850.27,qpeinexact -783,SUCCESS,2,1,9357.59,7076654.97,7086012.56,127,5278,1507,14972.14,ae -785,SUCCESS,2,1,34524.01,7086012.56,7120536.57,127,15197,1931,55238.42,random -786,SUCCESS,2,1,12001.32,7120536.57,7132537.89,127,2615,3901,19202.11,su2random -789,SUCCESS,2,1,472.36,7132537.89,7133010.25,127,145,2769,755.78,wstate -790,SUCCESS,2,1,2484.66,7133010.25,7135494.91,127,631,3347,3975.46,dj -793,SUCCESS,2,1,850,7135494.91,7136344.91,127,212,3408,1360,pricingput -794,SUCCESS,2,1,762.98,7136344.91,7137107.89,127,551,1177,1220.77,dj -795,SUCCESS,2,1,7884.57,7137107.89,7144992.46,127,4459,1503,12615.31,ae -796,SUCCESS,2,1,3592.14,7144992.46,7148584.6,127,814,3751,5747.42,realamprandom -797,SUCCESS,2,1,5988.71,7148584.6,7154573.31,127,2020,2520,9581.94,qpeinexact -799,SUCCESS,2,1,781.53,7154573.31,7155354.84,127,182,3650,1250.45,qpeinexact -800,SUCCESS,2,1,2687.02,7155354.84,7158041.86,127,2211,1033,4299.23,qpeinexact -802,SUCCESS,2,1,1718.11,7158041.86,7159759.97,127,382,3823,2748.98,dj -804,SUCCESS,2,1,1695.4,7159759.97,7161455.37,127,368,3916,2712.64,twolocalrandom -806,SUCCESS,2,1,28509.54,7161455.37,7189964.91,127,14188,1708,45615.26,realamprandom -807,SUCCESS,2,1,3607.49,7189964.91,7193572.4,127,920,3333,5771.98,qft -808,SUCCESS,2,1,3902.71,7193572.4,7197475.11,127,3109,1067,6244.34,qpeinexact -809,SUCCESS,2,1,14022.35,7197475.11,7211497.46,127,3253,3664,22435.76,qftentangled -810,SUCCESS,2,1,731.52,7211497.46,7212228.98,127,433,1436,1170.43,dj -811,SUCCESS,2,1,19211.7,7212228.98,7231440.68,127,8206,1990,30738.72,qnn -812,SUCCESS,2,1,3091.2,7231440.68,7234531.88,127,952,2760,4945.92,qft -813,SUCCESS,2,1,1104,7234531.88,7235635.88,127,680,1380,1766.4,dj -815,SUCCESS,2,1,294.47,7235635.88,7235930.35,127,196,1277,471.15,realamprandom -816,SUCCESS,2,1,1630.08,7235930.35,7237560.43,127,536,2585,2608.13,qpeexact -817,SUCCESS,2,1,1449.42,7237560.43,7239009.85,127,800,1540,2319.07,ae -818,SUCCESS,2,1,4936.19,7239009.85,7243946.04,127,1790,2344,7897.9,qft -819,SUCCESS,2,1,3473.62,7243946.04,7247419.66,127,1398,2112,5557.79,qpeexact -820,SUCCESS,2,1,1597.94,7247419.66,7249017.6,127,1285,1057,2556.7,wstate -822,SUCCESS,2,1,433.42,7249017.6,7249451.02,127,200,1842,693.47,dj -824,SUCCESS,2,1,1652.38,7249451.02,7251103.4,127,520,2701,2643.81,su2random -825,SUCCESS,2,1,1152.02,7251103.4,7252255.42,127,541,1810,1843.23,qnn -827,SUCCESS,2,1,15900.88,7252255.42,7268156.3,127,12503,1081,25441.41,random -828,SUCCESS,2,1,8055.75,7268156.3,7276212.05,127,4905,1396,12889.2,random -829,SUCCESS,2,1,2163.77,7276212.05,7278375.82,127,1672,1100,3462.03,qpeexact -830,SUCCESS,2,1,12199.66,7278375.82,7290575.48,127,5051,2053,19519.46,twolocalrandom -833,SUCCESS,2,1,570.02,7290575.48,7291145.5,127,392,1236,912.03,qft -834,SUCCESS,2,1,1839.76,7291145.5,7292985.26,127,855,1829,2943.62,realamprandom -835,SUCCESS,2,1,328.5,7292985.26,7293313.76,127,113,2471,525.6,qpeexact -836,SUCCESS,2,1,2684.88,7293313.76,7295998.64,127,2155,1059,4295.81,qnn -837,SUCCESS,2,1,604.37,7295998.64,7296603.01,127,444,1157,966.99,portfolioqaoa -838,SUCCESS,2,1,633.43,7296603.01,7297236.44,127,289,1863,1013.49,wstate -840,SUCCESS,2,1,30050.34,7297236.44,7327286.78,127,13792,1852,48080.54,qwalk-noancilla -842,SUCCESS,2,1,74224.64,7327286.78,7401511.42,127,48832,1292,118759.42,random -843,SUCCESS,2,1,1866.61,7401511.42,7403378.03,127,971,1634,2986.58,qnn -844,SUCCESS,2,1,11570.95,7403378.03,7414948.98,127,3334,2950,18513.52,realamprandom -845,SUCCESS,2,1,32261.65,7414948.98,7447210.63,127,9456,2900,51618.64,su2random -846,SUCCESS,2,1,245.7,7447210.63,7447456.33,127,92,2270,393.12,graphstate -847,SUCCESS,2,1,2106.11,7447456.33,7449562.44,127,508,3524,3369.78,dj -848,SUCCESS,2,1,18377.45,7449562.44,7467939.89,127,7008,2229,29403.92,qpeinexact -849,SUCCESS,2,1,775.68,7467939.89,7468715.57,127,424,1555,1241.09,dj -850,SUCCESS,2,1,63374.41,7468715.57,7532089.98,127,14686,3668,101399.06,su2random -851,SUCCESS,2,1,381.94,7532089.98,7532471.92,127,293,1108,611.1,dj -852,SUCCESS,2,1,7739.22,7532471.92,7540211.14,127,3838,1714,12382.75,qftentangled -853,SUCCESS,2,1,369.89,7540211.14,7540581.03,127,83,3788,591.82,graphstate -854,SUCCESS,2,1,219.28,7540581.03,7540800.31,127,176,1059,350.85,qftentangled -855,SUCCESS,2,1,68.62,7540800.31,7540868.93,127,25,2333,109.79,graphstate -856,SUCCESS,2,1,140.35,7540868.93,7541009.28,127,55,2169,224.56,dj -857,SUCCESS,2,1,9871.41,7541009.28,7550880.69,127,2618,3205,15794.26,su2random -858,SUCCESS,2,1,6116.7,7550880.69,7556997.39,127,4459,1166,9786.72,realamprandom -859,SUCCESS,2,1,46753.78,7556997.39,7603751.17,127,18407,2159,74806.05,random -860,SUCCESS,2,1,22856.65,7603751.17,7626607.82,127,12583,1544,36570.64,su2random -862,SUCCESS,2,1,4246.34,7626607.82,7630854.16,127,1822,1981,6794.14,qpeexact -863,SUCCESS,2,1,4759.12,7630854.16,7635613.28,127,1728,2341,7614.59,qpeexact -864,SUCCESS,2,1,251,7635613.28,7635864.28,127,113,1888,401.6,graphstate -870,SUCCESS,2,1,1840.66,7635864.28,7637704.94,127,1230,1272,2945.06,su2random -871,SUCCESS,2,1,34954.28,7637704.94,7672659.22,127,15787,1882,55926.85,su2random -872,SUCCESS,2,1,866.49,7672659.22,7673525.71,127,233,3161,1386.38,qft -873,SUCCESS,2,1,25132.42,7673525.71,7698658.13,127,6050,3531,40211.87,qpeinexact -874,SUCCESS,2,1,9310.96,7698658.13,7707969.09,127,2681,2952,14897.54,random -875,SUCCESS,2,1,21352.54,7707969.09,7729321.63,127,4443,4085,34164.06,qftentangled -876,SUCCESS,2,1,347.14,7729321.63,7729668.77,127,77,3832,555.42,graphstate -877,SUCCESS,2,1,233.3,7729668.77,7729902.07,127,71,2793,373.28,ghz -879,SUCCESS,2,1,1863.7,7729902.07,7731765.77,127,412,3845,2981.92,realamprandom -880,SUCCESS,2,1,1907.79,7731765.77,7733673.56,127,1001,1620,3052.46,wstate -881,SUCCESS,2,1,3812.05,7733673.56,7737485.61,127,1183,2739,6099.28,qnn -883,SUCCESS,2,1,86673.19,7737485.61,7824158.8,127,57066,1291,138677.1,random -884,SUCCESS,2,1,1477.39,7824158.8,7825636.19,127,412,3048,2363.82,qftentangled -885,SUCCESS,2,1,31490.17,7825636.19,7857126.36,127,10040,2666,50384.27,realamprandom -886,SUCCESS,2,1,2600.09,7857126.36,7859726.45,127,1816,1217,4160.14,su2random -888,SUCCESS,2,1,5803.42,7859726.45,7865529.87,127,4350,1134,9285.47,su2random -889,SUCCESS,2,1,9847.11,7865529.87,7875376.98,127,4676,1790,15755.38,qpeinexact -890,SUCCESS,2,1,3967.57,7875376.98,7879344.55,127,963,3502,6348.11,realamprandom -891,SUCCESS,2,1,23149.71,7879344.55,7902494.26,127,8384,2347,37039.54,qpeexact -892,SUCCESS,2,1,5692.02,7902494.26,7908186.28,127,1187,4076,9107.23,wstate -893,SUCCESS,2,1,6101.21,7908186.28,7914287.49,127,2561,2025,9761.94,twolocalrandom -896,SUCCESS,2,1,30087.93,7914287.49,7944375.42,127,15214,1681,48140.69,realamprandom -897,SUCCESS,2,1,6182.65,7944375.42,7950558.07,127,2242,2344,9892.24,pricingcall -898,SUCCESS,2,1,279.38,7950558.07,7950837.45,127,66,3598,447.01,graphstate -899,SUCCESS,2,1,17739.5,7950837.45,7968576.95,127,7995,1886,28383.2,su2random -900,SUCCESS,2,1,25152.57,7968576.95,7993729.52,127,14140,1512,40244.11,su2random -902,SUCCESS,2,1,820.9,7993729.52,7994550.42,127,445,1568,1313.44,dj -905,SUCCESS,2,1,17144.8,7994550.42,8011695.22,127,4764,3059,27431.68,qnn -906,SUCCESS,2,1,1420.33,8011695.22,8013115.55,127,849,1422,2272.53,dj -907,SUCCESS,2,1,929.21,8013115.55,8014044.76,127,732,1079,1486.74,qnn -908,SUCCESS,2,1,15197.09,8014044.76,8029241.85,127,7689,1680,24315.34,ae -909,SUCCESS,2,1,2100.4,8029241.85,8031342.25,127,489,3651,3360.64,ghz -910,SUCCESS,2,1,10910.22,8031342.25,8042252.47,127,3133,2960,17456.35,pricingput -911,SUCCESS,2,1,70161.91,8042252.47,8112414.38,127,17613,3386,112259.06,su2random -912,SUCCESS,2,1,4312.06,8112414.38,8116726.44,127,1504,2437,6899.3,qftentangled -913,SUCCESS,2,1,3154.28,8116726.44,8119880.72,127,897,2989,5046.85,qnn -914,SUCCESS,2,1,6072.95,8119880.72,8125953.67,127,1391,3711,9716.72,realamprandom -915,SUCCESS,2,1,795.77,8125953.67,8126749.44,127,380,1780,1273.23,dj -916,SUCCESS,2,1,398.66,8126749.44,8127148.1,127,84,4034,637.86,ghz -917,SUCCESS,2,1,841.04,8127148.1,8127989.14,127,492,1453,1345.66,dj -919,SUCCESS,2,1,223.64,8127989.14,8128212.78,127,121,1571,357.82,wstate -920,SUCCESS,2,1,1588.87,8128212.78,8129801.65,127,1051,1285,2542.19,qnn -921,SUCCESS,2,1,2733.97,8129801.65,8132535.62,127,1127,2062,4374.35,qftentangled -922,SUCCESS,2,1,1796.68,8132535.62,8134332.3,127,481,3175,2874.69,qftentangled -924,SUCCESS,2,1,7263.29,8134332.3,8141595.59,127,2137,2889,11621.26,su2random -925,SUCCESS,2,1,855.49,8141595.59,8142451.08,127,490,1484,1368.78,ghz -926,SUCCESS,2,1,11697.05,8142451.08,8154148.13,127,6759,1471,18715.28,qnn -927,SUCCESS,2,1,11340.07,8154148.13,8165488.2,127,3868,2492,18144.11,qftentangled -929,SUCCESS,2,1,15375.81,8165488.2,8180864.01,127,8621,1516,24601.3,realamprandom -930,SUCCESS,2,1,2532.08,8180864.01,8183396.09,127,660,3261,4051.33,dj -931,SUCCESS,2,1,22568.33,8183396.09,8205964.42,127,7798,2460,36109.33,qnn -932,SUCCESS,2,1,1066.48,8205964.42,8207030.9,127,370,2450,1706.37,wstate -933,SUCCESS,2,1,8216.91,8207030.9,8215247.81,127,4857,1438,13147.06,qft -934,SUCCESS,2,1,736.31,8215247.81,8215984.12,127,190,3294,1178.1,qft -935,SUCCESS,2,1,1109.1,8215984.12,8217093.22,127,718,1313,1774.56,dj -937,SUCCESS,2,1,73236.13,8217093.22,8290329.35,127,28155,2211,117177.81,random -938,SUCCESS,2,1,4573.6,8290329.35,8294902.95,127,1112,3496,7317.76,qnn -939,SUCCESS,2,1,7201.86,8294902.95,8302104.81,127,3023,2025,11522.98,ae -940,SUCCESS,2,1,9100.23,8302104.81,8311205.04,127,3109,2488,14560.37,qpeexact -941,SUCCESS,2,1,2271.36,8311205.04,8313476.4,127,1294,1492,3634.18,wstate -942,SUCCESS,2,1,2224.16,8313476.4,8315700.56,127,752,2514,3558.66,portfoliovqe -943,SUCCESS,2,1,54.81,8315700.56,8315755.37,127,24,1941,87.7,graphstate -945,SUCCESS,2,1,7299.65,8315755.37,8323055.02,127,2037,3046,11679.44,qnn -946,SUCCESS,2,1,953.77,8323055.02,8324008.79,127,268,3025,1526.03,graphstate -947,SUCCESS,2,1,13669.95,8324008.79,8337678.74,127,8550,1359,21871.92,twolocalrandom -948,SUCCESS,2,1,397.03,8337678.74,8338075.77,127,221,1527,635.25,dj -949,SUCCESS,2,1,3025.78,8338075.77,8341101.55,127,1030,2497,4841.25,qpeexact -952,SUCCESS,2,1,492.31,8341101.55,8341593.86,127,194,2157,787.7,ae -954,SUCCESS,2,1,944.05,8341593.86,8342537.91,127,216,3715,1510.48,dj -955,SUCCESS,2,1,3205.76,8342537.91,8345743.67,127,1162,2345,5129.22,wstate -956,SUCCESS,2,1,12063.47,8345743.67,8357807.14,127,2824,3631,19301.55,qftentangled -957,SUCCESS,2,1,6303.08,8357807.14,8364110.22,127,2561,2092,10084.93,realamprandom -958,SUCCESS,2,1,25498.45,8364110.22,8389608.67,127,11760,1843,40797.52,twolocalrandom -959,SUCCESS,2,1,1098.98,8389608.67,8390707.65,127,265,3525,1758.37,random -960,SUCCESS,2,1,642.61,8390707.65,8391350.26,127,189,2890,1028.18,dj -961,SUCCESS,2,1,4385.44,8391350.26,8395735.7,127,1180,3159,7016.7,su2random -962,SUCCESS,2,1,1042.82,8395735.7,8396778.52,127,312,2841,1668.51,qftentangled -963,SUCCESS,2,1,3821.33,8396778.52,8400599.85,127,1593,2039,6114.13,realamprandom -964,SUCCESS,2,1,626.11,8400599.85,8401225.96,127,190,2801,1001.78,dj -965,SUCCESS,2,1,280.84,8401225.96,8401506.8,127,73,3270,449.34,graphstate -966,SUCCESS,2,1,27508.62,8401506.8,8429015.42,127,13188,1773,44013.79,qnn -967,SUCCESS,2,1,21138.68,8429015.42,8450154.1,127,5430,3309,33821.89,qpeexact -969,SUCCESS,2,1,1327.2,8450154.1,8451481.3,127,357,3160,2123.52,wstate -970,SUCCESS,2,1,172.99,8451481.3,8451654.29,127,74,1987,276.78,vqe -971,SUCCESS,2,1,16605.54,8451654.29,8468259.83,127,4011,3519,26568.86,qpeexact -972,SUCCESS,2,1,240.26,8468259.83,8468500.09,127,67,3048,384.42,graphstate -973,SUCCESS,2,1,8022.8,8468500.09,8476522.89,127,4799,1421,12836.48,realamprandom -974,SUCCESS,2,1,209.01,8476522.89,8476731.9,127,87,2042,334.42,ghz -975,SUCCESS,2,1,4372.99,8476731.9,8481104.89,127,1091,3407,6996.78,random -977,SUCCESS,2,1,29283.77,8481104.89,8510388.66,127,9854,2526,46854.03,random -978,SUCCESS,2,1,19523.38,8510388.66,8529912.04,127,8785,1889,31237.41,qpeexact -980,SUCCESS,2,1,11370.39,8529912.04,8541282.43,127,3045,3174,18192.62,realamprandom -981,SUCCESS,2,1,19695.98,8541282.43,8560978.41,127,5897,2839,31513.57,qft -983,SUCCESS,2,1,7956.5,8560978.41,8568934.91,127,1731,3907,12730.4,twolocalrandom -984,SUCCESS,2,1,415.53,8568934.91,8569350.44,127,269,1313,664.85,dj -985,SUCCESS,2,1,46124.75,8569350.44,8615475.19,127,10293,3809,73799.6,qpeinexact -986,SUCCESS,2,1,292.75,8615475.19,8615767.94,127,166,1499,468.4,su2random -988,SUCCESS,2,1,12107.47,8615767.94,8627875.41,127,6104,1686,19371.95,random -989,SUCCESS,2,1,2431.89,8627875.41,8630307.3,127,883,2341,3891.02,qftentangled -990,SUCCESS,2,1,6383.31,8630307.3,8636690.61,127,4229,1283,10213.3,twolocalrandom -992,SUCCESS,2,1,43115.3,8636690.61,8679805.91,127,12000,3054,68984.48,twolocalrandom -993,SUCCESS,2,1,16962.03,8679805.91,8696767.94,127,7669,1880,27139.25,qpeinexact -994,SUCCESS,2,1,175291.18,8696767.94,8872059.12,127,55700,2675,280465.89,random -996,SUCCESS,2,1,1908.86,8872059.12,8873967.98,127,703,2308,3054.18,twolocalrandom -997,SUCCESS,2,1,24767.79,8873967.98,8898735.77,127,8614,2444,39628.46,qft -998,SUCCESS,2,1,511.15,8898735.77,8899246.92,127,225,1931,817.84,wstate -999,SUCCESS,2,1,2044.53,8899246.92,8901291.45,127,786,2211,3271.25,realamprandom -1000,SUCCESS,2,1,35692.82,8901291.45,8936984.27,127,7532,4028,57108.51,qpeinexact -1001,SUCCESS,2,1,128.56,8936984.27,8937112.83,127,49,2230,205.7,graphstate -1002,SUCCESS,2,1,250740.62,8937112.83,9187853.45,127,60842,3503,401184.99,random -1003,SUCCESS,2,1,19484.96,9187853.45,9207338.41,127,4457,3716,31175.94,qpeexact -1004,SUCCESS,2,1,2135.55,9207338.41,9209473.96,127,617,2942,3416.88,qftentangled -1005,SUCCESS,2,1,480.38,9209473.96,9209954.34,127,213,1917,768.61,ghz -1006,SUCCESS,2,1,6559.1,9209954.34,9216513.44,127,1603,3478,10494.56,realamprandom -1007,SUCCESS,2,1,4715.28,9216513.44,9221228.72,127,1003,3996,7544.45,qftentangled -1008,SUCCESS,2,1,2541.26,9221228.72,9223769.98,127,1563,1382,4066.02,wstate -1009,SUCCESS,2,1,6092.45,9223769.98,9229862.43,127,2064,2509,9747.92,qpeexact -1010,SUCCESS,2,1,2582.03,9229862.43,9232444.46,127,761,2884,4131.25,wstate -1011,SUCCESS,2,1,4930.81,9232444.46,9237375.27,127,1593,2631,7889.3,twolocalrandom -1013,SUCCESS,2,1,5129,9237375.27,9242504.27,127,1115,3910,8206.4,qftentangled -1014,SUCCESS,2,1,3729.37,9242504.27,9246233.64,127,860,3686,5966.99,wstate -1017,SUCCESS,2,1,163.86,9246233.64,9246397.5,127,40,3482,262.18,qaoa -1020,SUCCESS,2,1,1079.38,9246397.5,9247476.88,127,281,3265,1727.01,wstate -1021,SUCCESS,2,1,9675,9247476.88,9257151.88,127,4250,1935,15480,qft -1022,SUCCESS,2,1,377.53,9257151.88,9257529.41,127,286,1122,604.05,dj -1023,SUCCESS,2,1,10748.75,9257529.41,9268278.16,127,5156,1772,17198,twolocalrandom -1024,SUCCESS,2,1,38042.66,9268278.16,9306320.82,127,9444,3424,60868.26,ae -1025,SUCCESS,2,1,7619.31,9306320.82,9313940.13,127,2776,2333,12190.9,qft -1026,SUCCESS,2,1,42.08,9313940.13,9313982.21,127,12,2980,67.33,ghz -1027,SUCCESS,2,1,10367.28,9313982.21,9324349.49,127,2178,4046,16587.65,qpeinexact -1029,SUCCESS,2,1,3903.44,9324349.49,9328252.93,127,1057,3139,6245.5,wstate -1030,SUCCESS,2,1,8447,9328252.93,9336699.93,127,3769,1905,13515.2,twolocalrandom -1031,SUCCESS,2,1,8066.95,9336699.93,9344766.88,127,3820,1795,12907.12,random -1032,SUCCESS,2,1,534.28,9344766.88,9345301.16,127,115,3949,854.85,graphstate -1035,SUCCESS,2,1,1719.53,9345301.16,9347020.69,127,406,3600,2751.25,dj -1036,SUCCESS,2,1,16333.73,9347020.69,9363354.42,127,4211,3297,26133.97,qft -1037,SUCCESS,2,1,4110.72,9363354.42,9367465.14,127,872,4007,6577.15,qpeexact -1040,SUCCESS,2,1,26378.57,9367465.14,9393843.71,127,12133,1848,42205.71,su2random -1041,SUCCESS,2,1,567.4,9393843.71,9394411.11,127,123,3921,907.84,graphstate -1042,SUCCESS,2,1,7736.8,9394411.11,9402147.91,127,1615,4072,12378.88,ae -1043,SUCCESS,2,1,30.21,9402147.91,9402178.12,127,11,2334,48.34,ghz -1045,SUCCESS,2,1,38785.11,9402178.12,9440963.23,127,10267,3211,62056.18,twolocalrandom -1050,SUCCESS,2,1,315.4,9440963.23,9441278.63,127,182,1473,504.64,dj -1051,SUCCESS,2,1,531.08,9441278.63,9441809.71,127,410,1101,849.73,qnn -1053,SUCCESS,2,1,1380.97,9441809.71,9443190.68,127,427,2749,2209.55,dj -1054,SUCCESS,2,1,2016.27,9443190.68,9445206.95,127,502,3414,3226.03,dj -1055,SUCCESS,2,1,3555.6,9445206.95,9448762.55,127,1020,2963,5688.96,ae -1056,SUCCESS,2,1,37535.91,9448762.55,9486298.46,127,8481,3762,60057.46,qpeexact -1058,SUCCESS,2,1,2514.97,9486298.46,9488813.43,127,1428,1497,4023.95,pricingcall -1060,SUCCESS,2,1,24696.71,9488813.43,9513510.14,127,5930,3540,39514.74,qftentangled -1061,SUCCESS,2,1,10748.12,9513510.14,9524258.26,127,3837,2381,17196.99,twolocalrandom -1062,SUCCESS,2,1,11074.12,9524258.26,9535332.38,127,4267,2206,17718.59,twolocalrandom -1063,SUCCESS,2,1,1816.02,9535332.38,9537148.4,127,815,1894,2905.63,wstate -1064,SUCCESS,2,1,8758.47,9537148.4,9545906.87,127,2173,3426,14013.55,su2random -1065,SUCCESS,2,1,11601.89,9545906.87,9557508.76,127,3918,2517,18563.02,ae -1066,SUCCESS,2,1,5757.75,9557508.76,9563266.51,127,1920,2549,9212.4,su2random -1067,SUCCESS,2,1,268.19,9563266.51,9563534.7,127,167,1365,429.1,qft -1068,SUCCESS,2,1,287.87,9563534.7,9563822.57,127,78,3137,460.59,graphstate -1069,SUCCESS,2,1,496.63,9563822.57,9564319.2,127,153,2759,794.61,wstate -1070,SUCCESS,2,1,5726.3,9564319.2,9570045.5,127,1299,3747,9162.08,qftentangled -1071,SUCCESS,2,1,5724.64,9570045.5,9575770.14,127,1699,2864,9159.42,random -1073,SUCCESS,2,1,22553.45,9575770.14,9598323.59,127,5177,3703,36085.52,su2random -1074,SUCCESS,2,1,27492.32,9598323.59,9625815.91,127,8148,2868,43987.71,random -1075,SUCCESS,2,1,18877.3,9625815.91,9644693.21,127,7975,2012,30203.68,qpeexact -1076,SUCCESS,2,1,10677.82,9644693.21,9655371.03,127,2968,3058,17084.51,ae -1078,SUCCESS,2,1,8504.89,9655371.03,9663875.92,127,1888,3829,13607.82,qpeexact -1080,SUCCESS,2,1,79.56,9663875.92,9663955.48,127,49,1380,127.3,ghz -1081,SUCCESS,2,1,2881.21,9663955.48,9666836.69,127,608,4028,4609.94,dj -1082,SUCCESS,2,1,16232.46,9666836.69,9683069.15,127,9329,1479,25971.94,twolocalrandom -1083,SUCCESS,2,1,166.28,9683069.15,9683235.43,127,52,2718,266.05,graphstate -1084,SUCCESS,2,1,995.65,9683235.43,9684231.08,127,217,3900,1593.04,ghz -1085,SUCCESS,2,1,1952.11,9684231.08,9686183.19,127,723,2295,3123.38,random -1086,SUCCESS,2,1,18945.79,9686183.19,9705128.98,127,5261,3061,30313.26,ae -1087,SUCCESS,2,1,964.66,9705128.98,9706093.64,127,267,3071,1543.46,qft -1088,SUCCESS,2,1,14036.03,9706093.64,9720129.67,127,7575,1575,22457.65,qft -1089,SUCCESS,2,1,623.28,9720129.67,9720752.95,127,253,2094,997.25,wstate -1090,SUCCESS,2,1,27837.81,9720752.95,9748590.76,127,8767,2699,44540.5,qnn -1091,SUCCESS,2,1,16052.4,9748590.76,9764643.16,127,5831,2340,25683.84,realamprandom -1093,SUCCESS,2,1,2287.56,9764643.16,9766930.72,127,561,3466,3660.1,qftentangled -1094,SUCCESS,2,1,186.18,9766930.72,9767116.9,127,131,1208,297.89,graphstate -1097,SUCCESS,2,1,5117.67,9767116.9,9772234.57,127,3256,1336,8188.27,qpeinexact -1098,SUCCESS,2,1,126.5,9772234.57,9772361.07,127,32,3360,202.4,ghz -1099,SUCCESS,2,1,1478.2,9772361.07,9773839.27,127,394,3189,2365.12,dj -1100,SUCCESS,2,1,10943.94,9773839.27,9784783.21,127,6239,1491,17510.3,qpeinexact -1101,SUCCESS,2,1,8776.29,9784783.21,9793559.5,127,3008,2480,14042.06,qpeinexact -1102,SUCCESS,2,1,13576.48,9793559.5,9807135.98,127,3108,3713,21722.37,twolocalrandom -1103,SUCCESS,2,1,574.44,9807135.98,9807710.42,127,274,1782,919.1,graphstate -1105,SUCCESS,2,1,98.23,9807710.42,9807808.65,127,33,2530,157.17,ghz -1106,SUCCESS,2,1,299.65,9807808.65,9808108.3,127,219,1163,479.44,ghz -1107,SUCCESS,2,1,1227.28,9808108.3,9809335.58,127,618,1688,1963.65,realamprandom -1108,SUCCESS,2,1,1064.63,9809335.58,9810400.21,127,567,1596,1703.41,qpeexact -1109,SUCCESS,2,1,46814.59,9810400.21,9857214.8,127,25394,1567,74903.34,random -1110,SUCCESS,2,1,485.45,9857214.8,9857700.25,127,296,1394,776.72,ghz -1111,SUCCESS,2,1,12746.06,9857700.25,9870446.31,127,4453,2433,20393.7,qpeexact -1112,SUCCESS,2,1,149.92,9870446.31,9870596.23,127,42,3034,239.87,graphstate -1113,SUCCESS,2,1,17319.92,9870596.23,9887916.15,127,5753,2559,27711.87,qft -1114,SUCCESS,2,1,8180.37,9887916.15,9896096.52,127,4412,1576,13088.59,su2random -1115,SUCCESS,2,1,168.7,9896096.52,9896265.22,127,65,2206,269.92,wstate -1116,SUCCESS,2,1,19133.03,9896265.22,9915398.25,127,6048,2689,30612.85,qftentangled -1117,SUCCESS,2,1,4242.66,9915398.25,9919640.91,127,3217,1121,6788.26,ae -1118,SUCCESS,2,1,52.63,9919640.91,9919693.54,127,41,1091,84.21,ghz -1119,SUCCESS,2,1,3638.33,9919693.54,9923331.87,127,2241,1380,5821.33,qft -1120,SUCCESS,2,1,1050.15,9923331.87,9924382.02,127,318,2807,1680.24,qftentangled -1121,SUCCESS,2,1,319.68,9924382.02,9924701.7,127,69,3938,511.49,tsp -1122,SUCCESS,2,1,50999.95,9924701.7,9975701.65,127,12045,3599,81599.92,su2random -1123,SUCCESS,2,1,7612.93,9975701.65,9983314.58,127,2402,2694,12180.69,pricingput -1124,SUCCESS,2,1,919.31,9983314.58,9984233.89,127,349,2239,1470.9,wstate -1125,SUCCESS,2,1,124.56,9984233.89,9984358.45,127,55,1925,199.3,qaoa -1126,SUCCESS,2,1,1120.92,9984358.45,9985479.37,127,297,3208,1793.47,wstate -1128,SUCCESS,2,1,4897.31,9985479.37,9990376.68,127,3819,1090,7835.7,qpeexact -1129,SUCCESS,2,1,37581.65,9990376.68,10027958.33,127,10716,2981,60130.64,random -1130,SUCCESS,2,1,16707.79,10027958.33,10044666.12,127,8977,1582,26732.46,ae -1131,SUCCESS,2,1,1296.57,10044666.12,10045962.69,127,672,1640,2074.51,qnn -1132,SUCCESS,2,1,6142.15,10045962.69,10052104.84,127,2265,2305,9827.44,qpeinexact -1133,SUCCESS,2,1,1151.17,10052104.84,10053256.01,127,869,1126,1841.87,dj -1134,SUCCESS,2,1,29189.97,10053256.01,10082445.98,127,6837,3629,46703.95,qftentangled -1136,SUCCESS,2,1,3757.26,10082445.98,10086203.24,127,1112,2872,6011.62,twolocalrandom -1138,SUCCESS,2,1,37302.78,10086203.24,10123506.02,127,7760,4086,59684.45,twolocalrandom -1140,SUCCESS,2,1,25046.92,10123506.02,10148552.94,127,9153,2326,40075.07,twolocalrandom -1142,SUCCESS,2,1,8096.08,10148552.94,10156649.02,127,2027,3395,12953.73,qpeinexact -1143,SUCCESS,2,1,14609.46,10156649.02,10171258.48,127,4388,2830,23375.14,qft -1144,SUCCESS,2,1,238.32,10171258.48,10171496.8,127,145,1397,381.31,qnn -1145,SUCCESS,2,1,506.44,10171496.8,10172003.24,127,129,3337,810.3,dj -1147,SUCCESS,2,1,2563.69,10172003.24,10174566.93,127,872,2499,4101.9,ghz -1148,SUCCESS,2,1,3714.03,10174566.93,10178280.96,127,1352,2335,5942.45,qftentangled -1149,SUCCESS,2,1,12915.44,10178280.96,10191196.4,127,8651,1269,20664.7,ae -1150,SUCCESS,2,1,5067.89,10191196.4,10196264.29,127,1599,2694,8108.62,wstate -1151,SUCCESS,2,1,17412.84,10196264.29,10213677.13,127,7382,2005,27860.54,random -1152,SUCCESS,2,1,30382.31,10213677.13,10244059.44,127,12810,2016,48611.7,su2random -1154,SUCCESS,2,1,4280.9,10244059.44,10248340.34,127,2421,1503,6849.44,qpeexact -1156,SUCCESS,2,1,11260.81,10248340.34,10259601.15,127,2937,3259,18017.3,qnn -1157,SUCCESS,2,1,103.27,10259601.15,10259704.42,127,52,1688,165.23,qaoa -1159,SUCCESS,2,1,2768.59,10259704.42,10262473.01,127,1061,2218,4429.74,realamprandom -1160,SUCCESS,2,1,9757.74,10262473.01,10272230.75,127,7452,1113,15612.38,qpeinexact -1162,SUCCESS,2,1,273.03,10272230.75,10272503.78,127,73,3179,436.85,graphstate -1163,SUCCESS,2,1,12446.55,10272503.78,10284950.33,127,3930,2692,19914.48,ae -1164,SUCCESS,2,1,888.49,10284950.33,10285838.82,127,191,3954,1421.58,qnn -1165,SUCCESS,2,1,7751.61,10285838.82,10293590.43,127,4464,1476,12402.58,qft -1166,SUCCESS,2,1,8903.02,10293590.43,10302493.45,127,7007,1080,14244.83,su2random -1167,SUCCESS,2,1,46825.44,10302493.45,10349318.89,127,11457,3474,74920.7,realamprandom -1168,SUCCESS,2,1,1606.32,10349318.89,10350925.21,127,828,1649,2570.11,su2random -1169,SUCCESS,2,1,315.68,10350925.21,10351240.89,127,240,1118,505.09,qftentangled -1171,SUCCESS,2,1,4866.53,10351240.89,10356107.42,127,1696,2439,7786.45,twolocalrandom -1172,SUCCESS,2,1,103912.98,10356107.42,10460020.4,127,26311,3357,166260.77,random -1173,SUCCESS,2,1,222.88,10460020.4,10460243.28,127,109,1738,356.61,dj -1174,SUCCESS,2,1,920.96,10460243.28,10461164.24,127,544,1439,1473.54,portfoliovqe -1175,SUCCESS,2,1,19372.88,10461164.24,10480537.12,127,4948,3328,30996.61,qpeexact -1176,SUCCESS,2,1,19510.36,10480537.12,10500047.48,127,5860,2830,31216.58,qpeinexact -1177,SUCCESS,2,1,6489.92,10500047.48,10506537.4,127,1763,3129,10383.87,su2random -1179,SUCCESS,2,1,6743.14,10506537.4,10513280.54,127,2628,2181,10789.02,qnn -1180,SUCCESS,2,1,60818.8,10513280.54,10574099.34,127,24157,2140,97310.08,random -1181,SUCCESS,2,1,18102.8,10574099.34,10592202.14,127,4026,3822,28964.48,random -1182,SUCCESS,2,1,1321.13,10592202.14,10593523.27,127,597,1881,2113.81,random -1183,SUCCESS,2,1,5372.01,10593523.27,10598895.28,127,1327,3441,8595.22,su2random -1185,SUCCESS,2,1,10027.9,10598895.28,10608923.18,127,3054,2791,16044.64,qft -1186,SUCCESS,2,1,68.13,10608923.18,10608991.31,127,37,1565,109.01,ghz -1187,SUCCESS,2,1,2058.71,10608991.31,10611050.02,127,1140,1535,3293.94,qnn -1189,SUCCESS,2,1,2038.03,10611050.02,10613088.05,127,432,4010,3260.85,su2random -1190,SUCCESS,2,1,9232.02,10613088.05,10622320.07,127,7327,1071,14771.23,random -1191,SUCCESS,2,1,489.15,10622320.07,10622809.22,127,124,3353,782.64,graphstate -1193,SUCCESS,2,1,2198.93,10622809.22,10625008.15,127,627,2981,3518.29,wstate -1194,SUCCESS,2,1,4928.69,10625008.15,10629936.84,127,1703,2460,7885.9,qft -1195,SUCCESS,2,1,2375.27,10629936.84,10632312.11,127,1051,1921,3800.43,wstate -1196,SUCCESS,2,1,290.79,10632312.11,10632602.9,127,86,2874,465.26,qaoa -1197,SUCCESS,2,1,7889.88,10632602.9,10640492.78,127,5348,1254,12623.81,qft -1198,SUCCESS,2,1,3048.9,10640492.78,10643541.68,127,762,3401,4878.24,twolocalrandom -1200,SUCCESS,2,1,220.73,10643541.68,10643762.41,127,52,3608,353.17,ghz -1201,SUCCESS,2,1,90.43,10643762.41,10643852.84,127,35,2196,144.69,ghz -1202,SUCCESS,2,1,38897.23,10643852.84,10682750.07,127,21194,1560,62235.57,random -1203,SUCCESS,2,1,30414.44,10682750.07,10713164.51,127,6530,3959,48663.1,qftentangled -1204,SUCCESS,2,1,51028.81,10713164.51,10764193.32,127,10967,3955,81646.1,random -1205,SUCCESS,2,1,82.08,10764193.32,10764275.4,127,19,3672,131.33,graphstate -1207,SUCCESS,2,1,5564.45,10764275.4,10769839.85,127,2023,2338,8903.12,ae -1208,SUCCESS,2,1,63935.04,10769839.85,10833774.89,127,14824,3666,102296.06,twolocalrandom -1209,SUCCESS,2,1,7696.12,10833774.89,10841471.01,127,2384,2744,12313.79,qpeinexact -1211,SUCCESS,2,1,2544.7,10841471.01,10844015.71,127,730,2963,4071.52,qpeexact -1213,SUCCESS,2,1,4870.61,10844015.71,10848886.32,127,1567,2642,7792.98,twolocalrandom -1214,SUCCESS,2,1,14441.4,10848886.32,10863327.72,127,3195,3842,23106.24,twolocalrandom -1215,SUCCESS,2,1,1004.53,10863327.72,10864332.25,127,536,1593,1607.25,qftentangled -1216,SUCCESS,2,1,2832.31,10864332.25,10867164.56,127,736,3271,4531.7,ae -1217,SUCCESS,2,1,1483.38,10867164.56,10868647.94,127,689,1830,2373.41,pricingcall -1218,SUCCESS,2,1,75.34,10868647.94,10868723.28,127,26,2463,120.54,graphstate -1219,SUCCESS,2,1,7270.43,10868723.28,10875993.71,127,1921,3217,11632.69,su2random -1220,SUCCESS,2,1,57914.08,10875993.71,10933907.79,127,21182,2324,92662.53,grover-v-chain -1221,SUCCESS,2,1,202.73,10933907.79,10934110.52,127,54,3191,324.37,graphstate -1222,SUCCESS,2,1,2742.53,10934110.52,10936853.05,127,782,2981,4388.05,ghz -1223,SUCCESS,2,1,11463.82,10936853.05,10948316.87,127,2640,3691,18342.11,qftentangled -1224,SUCCESS,2,1,453.6,10948316.87,10948770.47,127,315,1224,725.76,qftentangled -1225,SUCCESS,2,1,11845.92,10948770.47,10960616.39,127,2501,4026,18953.47,qftentangled -1226,SUCCESS,2,1,24180.6,10960616.39,10984796.99,127,5109,4023,38688.96,qft -1227,SUCCESS,2,1,2273.03,10984796.99,10987070.02,127,892,2166,3636.85,realamprandom -1228,SUCCESS,2,1,32429.43,10987070.02,11019499.45,127,15348,1796,51887.09,random -1229,SUCCESS,2,1,588.7,11019499.45,11020088.15,127,483,1036,941.92,qpeexact -1230,SUCCESS,2,1,8191.47,11020088.15,11028279.62,127,2161,3222,13106.35,qft -1231,SUCCESS,2,1,404.11,11028279.62,11028683.73,127,192,1789,646.58,qpeexact -1232,SUCCESS,2,1,92.81,11028683.73,11028776.54,127,32,2465,148.5,routing -1233,SUCCESS,2,1,999.16,11028776.54,11029775.7,127,438,1939,1598.66,twolocalrandom -1234,SUCCESS,2,1,2640,11029775.7,11032415.7,127,1495,1501,4224,random -1236,SUCCESS,2,1,4048.4,11032415.7,11036464.1,127,1567,2196,6477.44,realamprandom -1237,SUCCESS,2,1,1461.28,11036464.1,11037925.38,127,849,1463,2338.05,ghz -1240,SUCCESS,2,1,978.09,11037925.38,11038903.47,127,348,2389,1564.94,twolocalrandom -1241,SUCCESS,2,1,107.62,11038903.47,11039011.09,127,25,3659,172.19,ghz -1245,SUCCESS,2,1,1568.9,11039011.09,11040579.99,127,382,3491,2510.24,ghz -1246,SUCCESS,2,1,355.4,11040579.99,11040935.39,127,82,3684,568.64,ghz -1247,SUCCESS,2,1,10879.48,11040935.39,11051814.87,127,3470,2665,17407.17,qft -1248,SUCCESS,2,1,4573.41,11051814.87,11056388.28,127,1063,3657,7317.46,wstate -1249,SUCCESS,2,1,59.2,11056388.28,11056447.48,127,22,2287,94.72,ghz -1250,SUCCESS,2,1,51605.83,11056447.48,11108053.31,127,12770,3435,82569.33,twolocalrandom -1251,SUCCESS,2,1,438.4,11108053.31,11108491.71,127,223,1671,701.44,qftentangled -1252,SUCCESS,2,1,4774.19,11108491.71,11113265.9,127,2002,2027,7638.7,realamprandom -1253,SUCCESS,2,1,84.34,11113265.9,11113350.24,127,49,1463,134.94,wstate -1254,SUCCESS,2,1,1056.29,11113350.24,11114406.53,127,430,2088,1690.06,dj -1255,SUCCESS,2,1,48228.08,11114406.53,11162634.61,127,17181,2386,77164.93,realamprandom -1256,SUCCESS,2,1,322.21,11162634.61,11162956.82,127,175,1565,515.54,graphstate -1258,SUCCESS,2,1,1026.62,11162956.82,11163983.44,127,542,1610,1642.59,qnn -1259,SUCCESS,2,1,25768.61,11163983.44,11189752.05,127,7514,2915,41229.78,qpeinexact -1260,SUCCESS,2,1,1329.39,11189752.05,11191081.44,127,1031,1096,2127.02,su2random -1261,SUCCESS,2,1,104163.15,11191081.44,11295244.59,127,33858,2615,166661.04,random -1262,SUCCESS,2,1,22527.66,11295244.59,11317772.25,127,4939,3877,36044.26,qpeexact -1263,SUCCESS,2,1,225.75,11317772.25,11317998,127,78,2460,361.2,graphstate -1264,SUCCESS,2,1,2227.37,11317998,11320225.37,127,1303,1453,3563.79,wstate -1265,SUCCESS,2,1,233.16,11320225.37,11320458.53,127,93,2131,373.06,wstate -1266,SUCCESS,2,1,1024.97,11320458.53,11321483.5,127,398,2189,1639.95,dj -1267,SUCCESS,2,1,10982.65,11321483.5,11332466.15,127,2766,3375,17572.24,su2random -1269,SUCCESS,2,1,597.18,11332466.15,11333063.33,127,235,2160,955.49,graphstate -1271,SUCCESS,2,1,10069.51,11333063.33,11343132.84,127,2706,3163,16111.22,qftentangled -1273,SUCCESS,2,1,5408.55,11343132.84,11348541.39,127,2277,2019,8653.68,qnn -1275,SUCCESS,2,1,1763.58,11348541.39,11350304.97,127,628,2387,2821.73,dj -1276,SUCCESS,2,1,158.63,11350304.97,11350463.6,127,73,1847,253.81,ghz -1277,SUCCESS,2,1,2434.43,11350463.6,11352898.03,127,962,2151,3895.09,wstate -1279,SUCCESS,2,1,163.71,11352898.03,11353061.74,127,78,1784,261.94,graphstate -1280,SUCCESS,2,1,4208.89,11353061.74,11357270.63,127,1326,2698,6734.22,su2random -1281,SUCCESS,2,1,4542.8,11357270.63,11361813.43,127,1108,3485,7268.48,qpeexact -1282,SUCCESS,2,1,3237.45,11361813.43,11365050.88,127,857,3211,5179.92,ghz -1283,SUCCESS,2,1,2324.28,11365050.88,11367375.16,127,1896,1042,3718.85,random -1284,SUCCESS,2,1,11255.97,11367375.16,11378631.13,127,7156,1337,18009.55,qpeinexact -1285,SUCCESS,2,1,357.22,11378631.13,11378988.35,127,113,2687,571.55,wstate -1286,SUCCESS,2,1,398.42,11378988.35,11379386.77,127,181,1871,637.47,wstate -1287,SUCCESS,2,1,1147.12,11379386.77,11380533.89,127,297,3283,1835.39,ghz -1288,SUCCESS,2,1,2586.11,11380533.89,11383120,127,791,2779,4137.78,realamprandom -1289,SUCCESS,2,1,18753.29,11383120,11401873.29,127,4784,3332,30005.26,qft -1290,SUCCESS,2,1,995.73,11401873.29,11402869.02,127,243,3483,1593.17,portfolioqaoa -1291,SUCCESS,2,1,33381.07,11402869.02,11436250.09,127,10764,2636,53409.71,su2random -1292,SUCCESS,2,1,69.53,11436250.09,11436319.62,127,50,1182,111.25,graphstate -1293,SUCCESS,2,1,16243.87,11436319.62,11452563.49,127,3679,3753,25990.19,qftentangled -1295,SUCCESS,2,1,46634.32,11452563.49,11499197.81,127,11822,3353,74614.91,twolocalrandom -1296,SUCCESS,2,1,24218.55,11499197.81,11523416.36,127,16791,1226,38749.68,random -1297,SUCCESS,2,1,490.29,11523416.36,11523906.65,127,343,1215,784.46,qpeexact -1298,SUCCESS,2,1,744,11523906.65,11524650.65,127,378,1673,1190.4,qft -1300,SUCCESS,2,1,1295.43,11524650.65,11525946.08,127,487,2261,2072.69,ghz -1301,SUCCESS,2,1,8546.22,11525946.08,11534492.3,127,5409,1343,13673.95,qftentangled -1302,SUCCESS,2,1,8395.93,11534492.3,11542888.23,127,2390,2986,13433.49,random -1303,SUCCESS,2,1,34447.93,11542888.23,11577336.16,127,12865,2276,55116.69,random -1304,SUCCESS,2,1,2113.84,11577336.16,11579450,127,920,1953,3382.14,realamprandom -1305,SUCCESS,2,1,25664.03,11579450,11605114.03,127,7711,2829,41062.45,qftentangled -1306,SUCCESS,2,1,25705.67,11605114.03,11630819.7,127,5533,3949,41129.07,random -1308,SUCCESS,2,1,354.28,11630819.7,11631173.98,127,116,2596,566.85,graphstate -1309,SUCCESS,2,1,1737.77,11631173.98,11632911.75,127,399,3702,2780.43,qftentangled -1310,SUCCESS,2,1,120371.92,11632911.75,11753283.67,127,29125,3513,192595.07,random -1311,SUCCESS,2,1,4157.65,11753283.67,11757441.32,127,912,3875,6652.24,ghz -1312,SUCCESS,2,1,2207.22,11757441.32,11759648.54,127,1077,1742,3531.55,qftentangled -1313,SUCCESS,2,1,316.14,11759648.54,11759964.68,127,196,1371,505.82,dj -1314,SUCCESS,2,1,30294.57,11759964.68,11790259.25,127,9190,2802,48471.31,ae -1315,SUCCESS,2,1,118.76,11790259.25,11790378.01,127,35,2884,190.02,ghz -1316,SUCCESS,2,1,1380.62,11790378.01,11791758.63,127,303,3873,2208.99,ghz -1319,SUCCESS,2,1,37.64,11791758.63,11791796.27,127,10,3199,60.22,ghz -1321,SUCCESS,2,1,988.24,11791796.27,11792784.51,127,750,1120,1581.18,qft -1322,SUCCESS,2,1,11941.84,11792784.51,11804726.35,127,2520,4028,19106.94,ae -1323,SUCCESS,2,1,1968.05,11804726.35,11806694.4,127,1518,1102,3148.88,wstate -1324,SUCCESS,2,1,1750.46,11806694.4,11808444.86,127,474,3139,2800.74,dj -1325,SUCCESS,2,1,23475.8,11808444.86,11831920.66,127,7147,2792,37561.28,qpeinexact -1326,SUCCESS,2,1,96.09,11831920.66,11832016.75,127,33,2475,153.74,dj -1327,SUCCESS,2,1,16477.21,11832016.75,11848493.96,127,3980,3519,26363.54,ae -1329,SUCCESS,2,1,30569.32,11848493.96,11879063.28,127,7252,3583,48910.91,ae -1330,SUCCESS,2,1,35853.36,11879063.28,11914916.64,127,12103,2518,57365.38,qnn -1332,SUCCESS,2,1,22397.58,11914916.64,11937314.22,127,7739,2460,35836.13,ae -1333,SUCCESS,2,1,528.13,11937314.22,11937842.35,127,153,2934,845.01,wstate -1335,SUCCESS,2,1,26100.75,11937842.35,11963943.1,127,11646,1905,41761.2,twolocalrandom -1336,SUCCESS,2,1,2116.37,11963943.1,11966059.47,127,553,3253,3386.19,ghz -1337,SUCCESS,2,1,10199.61,11966059.47,11976259.08,127,4361,1988,16319.38,su2random -1338,SUCCESS,2,1,9595.83,11976259.08,11985854.91,127,2032,4014,15353.33,qpeinexact -1339,SUCCESS,2,1,20371.38,11985854.91,12006226.29,127,4330,3999,32594.21,ae -1340,SUCCESS,2,1,45465.06,12006226.29,12051691.35,127,22159,1744,72744.1,random -1341,SUCCESS,2,1,110.71,12051691.35,12051802.06,127,73,1289,177.14,vqe -1342,SUCCESS,2,1,131.17,12051802.06,12051933.23,127,32,3484,209.87,ghz -1347,SUCCESS,2,1,4161.36,12051933.23,12056094.59,127,2624,1348,6658.18,qpeinexact -1349,SUCCESS,2,1,8270.17,12056094.59,12064364.76,127,2623,2680,13232.27,ae -1351,SUCCESS,2,1,2244,12064364.76,12066608.76,127,935,2040,3590.4,realamprandom -1353,SUCCESS,2,1,6565.08,12066608.76,12073173.84,127,3479,1604,10504.13,qpeexact -1355,SUCCESS,2,1,1373.26,12073173.84,12074547.1,127,298,3917,2197.22,ae -1356,SUCCESS,2,1,1902.02,12074547.1,12076449.12,127,744,2173,3043.23,qwalk-v-chain -1357,SUCCESS,2,1,12448.44,12076449.12,12088897.56,127,6564,1612,19917.5,ae -1358,SUCCESS,2,1,41820.79,12088897.56,12130718.35,127,11133,3193,66913.26,twolocalrandom -1359,SUCCESS,2,1,5835.28,12130718.35,12136553.63,127,3261,1521,9336.45,twolocalrandom -1360,SUCCESS,2,1,5117.86,12136553.63,12141671.49,127,4058,1072,8188.58,qftentangled -1361,SUCCESS,2,1,1593.88,12141671.49,12143265.37,127,796,1702,2550.21,qpeinexact -1362,SUCCESS,2,1,367141.94,12143265.37,12510407.31,127,87833,3553,587427.1,grover-noancilla -1363,SUCCESS,2,1,7796.97,12510407.31,12518204.28,127,4343,1526,12475.15,random -1364,SUCCESS,2,1,2628.75,12518204.28,12520833.03,127,549,4070,4206,su2random -1365,SUCCESS,2,1,4834.54,12520833.03,12525667.57,127,1102,3729,7735.26,realamprandom -1366,SUCCESS,2,1,1624.96,12525667.57,12527292.53,127,783,1764,2599.94,qpeinexact -1367,SUCCESS,2,1,2695.78,12527292.53,12529988.31,127,2035,1126,4313.25,realamprandom -1368,SUCCESS,2,1,12107.68,12529988.31,12542095.99,127,6921,1487,19372.29,realamprandom -1369,SUCCESS,2,1,3478.19,12542095.99,12545574.18,127,2158,1370,5565.1,ae -1371,SUCCESS,2,1,7073.7,12545574.18,12552647.88,127,1615,3723,11317.92,qftentangled -1372,SUCCESS,2,1,33072.22,12552647.88,12585720.1,127,8671,3242,52915.55,random -1373,SUCCESS,2,1,16159.34,12585720.1,12601879.44,127,7822,1756,25854.94,qft -1375,SUCCESS,2,1,1721.97,12601879.44,12603601.41,127,413,3544,2755.15,wstate -1376,SUCCESS,2,1,1165.91,12603601.41,12604767.32,127,249,3980,1865.46,realamprandom -1377,SUCCESS,2,1,5030.84,12604767.32,12609798.16,127,1099,3891,8049.34,qft -1378,SUCCESS,2,1,41305.47,12609798.16,12651103.63,127,9136,3843,66088.75,random -1379,SUCCESS,2,1,10596.84,12651103.63,12661700.47,127,2509,3590,16954.94,qpeexact -1381,SUCCESS,2,1,26454.24,12661700.47,12688154.71,127,9100,2471,42326.78,ae -1382,SUCCESS,2,1,3570.3,12688154.71,12691725.01,127,896,3387,5712.48,dj -1384,SUCCESS,2,1,15169.4,12691725.01,12706894.41,127,5135,2511,24271.04,qpeexact -1385,SUCCESS,2,1,398,12706894.41,12707292.41,127,95,3561,636.8,graphstate -1386,SUCCESS,2,1,68.69,12707292.41,12707361.1,127,35,1668,109.9,qaoa -1387,SUCCESS,2,1,11578.64,12707361.1,12718939.74,127,3183,3092,18525.82,su2random -1388,SUCCESS,2,1,5963.26,12718939.74,12724903,127,3166,1601,9541.22,qftentangled -1389,SUCCESS,2,1,3983.56,12724903,12728886.56,127,1027,3297,6373.7,twolocalrandom -1390,SUCCESS,2,1,541.62,12728886.56,12729428.18,127,125,3683,866.59,qft -1391,SUCCESS,2,1,5028.16,12729428.18,12734456.34,127,2584,1654,8045.06,qft -1393,SUCCESS,2,1,927.53,12734456.34,12735383.87,127,657,1200,1484.05,qft -1394,SUCCESS,2,1,23963.86,12735383.87,12759347.73,127,6180,3296,38342.18,su2random -1397,SUCCESS,2,1,83.16,12759347.73,12759430.89,127,23,3073,133.06,vqe -1398,SUCCESS,2,1,369.1,12759430.89,12759799.99,127,96,3268,590.56,graphstate -1399,SUCCESS,2,1,1836.9,12759799.99,12761636.89,127,451,3462,2939.04,dj -1400,SUCCESS,2,1,5129.66,12761636.89,12766766.55,127,1382,3155,8207.46,qpeinexact -1401,SUCCESS,2,1,16066.31,12766766.55,12782832.86,127,3537,3861,25706.1,qpeinexact -1403,SUCCESS,2,1,5176.35,12782832.86,12788009.21,127,1147,3836,8282.16,qftentangled -1404,SUCCESS,2,1,4479.71,12788009.21,12792488.92,127,988,3854,7167.54,qft -1405,SUCCESS,2,1,976.48,12792488.92,12793465.4,127,578,1436,1562.37,dj -1406,SUCCESS,2,1,78.27,12793465.4,12793543.67,127,25,2661,125.23,ghz -1407,SUCCESS,2,1,17480.95,12793543.67,12811024.62,127,4400,3377,27969.52,su2random -1409,SUCCESS,2,1,34143.4,12811024.62,12845168.02,127,27535,1054,54629.44,random -1410,SUCCESS,2,1,2452.6,12845168.02,12847620.62,127,1359,1534,3924.16,qpeinexact -1411,SUCCESS,2,1,22320.06,12847620.62,12869940.68,127,8391,2261,35712.1,realamprandom -1412,SUCCESS,2,1,349.04,12869940.68,12870289.72,127,197,1506,558.46,qpeexact -1413,SUCCESS,2,1,6682.5,12870289.72,12876972.22,127,3825,1485,10692,qpeinexact -1414,SUCCESS,2,1,4628.37,12876972.22,12881600.59,127,1474,2669,7405.39,pricingput -1415,SUCCESS,2,1,35061.53,12881600.59,12916662.12,127,9031,3300,56098.45,su2random -1416,SUCCESS,2,1,2722.5,12916662.12,12919384.62,127,765,3025,4356,twolocalrandom -1417,SUCCESS,2,1,166.49,12919384.62,12919551.11,127,106,1335,266.38,ghz -1418,SUCCESS,2,1,4856.77,12919551.11,12924407.88,127,1225,3370,7770.83,qpeinexact -1419,SUCCESS,2,1,688.97,12924407.88,12925096.85,127,356,1645,1102.35,pricingput -1420,SUCCESS,2,1,1599.07,12925096.85,12926695.92,127,793,1714,2558.51,qpeexact -1421,SUCCESS,2,1,4528.16,12926695.92,12931224.08,127,3062,1257,7245.06,qftentangled -1422,SUCCESS,2,1,22210.03,12931224.08,12953434.11,127,15719,1201,35536.05,random -1423,SUCCESS,2,1,1942.49,12953434.11,12955376.6,127,1193,1384,3107.98,wstate -1424,SUCCESS,2,1,3569.86,12955376.6,12958946.46,127,1545,1964,5711.78,realamprandom -1425,SUCCESS,2,1,174.59,12958946.46,12959121.05,127,70,2120,279.34,tsp -1426,SUCCESS,2,1,42312.53,12959121.05,13001433.58,127,14143,2543,67700.05,random -1427,SUCCESS,2,1,28554.56,13001433.58,13029988.14,127,16762,1448,45687.3,realamprandom -1429,SUCCESS,2,1,3946.51,13029988.14,13033934.65,127,1263,2656,6314.42,realamprandom -1430,SUCCESS,2,1,1676.74,13033934.65,13035611.39,127,564,2527,2682.78,dj -1431,SUCCESS,2,1,14768.98,13035611.39,13050380.37,127,6706,1872,23630.37,qpeinexact -1432,SUCCESS,2,1,2803.6,13050380.37,13053183.97,127,684,3484,4485.76,ae -1434,SUCCESS,2,1,4488.6,13053183.97,13057672.57,127,3697,1032,7181.76,qft -1435,SUCCESS,2,1,1089.89,13057672.57,13058762.46,127,772,1200,1743.82,ghz -1437,SUCCESS,2,1,3841.2,13058762.46,13062603.66,127,3173,1029,6145.92,qpeexact -1438,SUCCESS,2,1,1250.1,13062603.66,13063853.76,127,317,3352,2000.16,wstate -1440,SUCCESS,2,1,29700.23,13063853.76,13093553.99,127,6661,3790,47520.37,ae -1441,SUCCESS,2,1,6421.94,13093553.99,13099975.93,127,1898,2876,10275.1,ae -1445,SUCCESS,2,1,6772.69,13099975.93,13106748.62,127,3962,1453,10836.3,qpeinexact -1446,SUCCESS,2,1,1766.05,13106748.62,13108514.67,127,381,3940,2825.68,ghz -1447,SUCCESS,2,1,3515.04,13108514.67,13112029.71,127,2441,1224,5624.06,twolocalrandom -1449,SUCCESS,2,1,592.92,13112029.71,13112622.63,127,184,2739,948.67,dj -1451,SUCCESS,2,1,128.14,13112622.63,13112750.77,127,53,2055,205.02,ghz -1452,SUCCESS,2,1,2951.87,13112750.77,13115702.64,127,1387,1809,4722.99,qpeexact -1453,SUCCESS,2,1,1099.41,13115702.64,13116802.05,127,249,3753,1759.06,groundstate -1454,SUCCESS,2,1,11380.69,13116802.05,13128182.74,127,5151,1878,18209.1,qpeinexact -1455,SUCCESS,2,1,618.33,13128182.74,13128801.07,127,359,1464,989.33,qft -1457,SUCCESS,2,1,7741.83,13128801.07,13136542.9,127,1677,3924,12386.93,su2random -1458,SUCCESS,2,1,1418.8,13136542.9,13137961.7,127,574,2101,2270.08,qnn -1459,SUCCESS,2,1,101.31,13137961.7,13138063.01,127,38,2266,162.1,ghz -1461,SUCCESS,2,1,591.91,13138063.01,13138654.92,127,292,1723,947.06,realamprandom -1463,SUCCESS,2,1,35234.79,13138654.92,13173889.71,127,11392,2629,56375.66,qnn -1465,SUCCESS,2,1,1486.77,13173889.71,13175376.48,127,374,3379,2378.83,ghz -1466,SUCCESS,2,1,3276.92,13175376.48,13178653.4,127,2123,1312,5243.07,ae -1467,SUCCESS,2,1,26815.55,13178653.4,13205468.95,127,9517,2395,42904.88,realamprandom -1468,SUCCESS,2,1,400.32,13205468.95,13205869.27,127,136,2502,640.51,dj -1473,SUCCESS,2,1,23833.37,13205869.27,13229702.64,127,12109,1673,38133.39,twolocalrandom -1474,SUCCESS,2,1,750.19,13229702.64,13230452.83,127,513,1243,1200.3,dj -1475,SUCCESS,2,1,1442.55,13230452.83,13231895.38,127,1040,1179,2308.08,qnn -1476,SUCCESS,2,1,633.46,13231895.38,13232528.84,127,338,1593,1013.54,dj -1477,SUCCESS,2,1,14268.8,13232528.84,13246797.64,127,3094,3920,22830.08,qftentangled -1478,SUCCESS,2,1,7152.39,13246797.64,13253950.03,127,1749,3476,11443.82,realamprandom -1479,SUCCESS,2,1,42775.06,13253950.03,13296725.09,127,30299,1200,68440.1,random -1480,SUCCESS,2,1,378.99,13296725.09,13297104.08,127,149,2162,606.38,wstate -1481,SUCCESS,2,1,209.28,13297104.08,13297313.36,127,46,3867,334.85,qaoa -1482,SUCCESS,2,1,27407.06,13297313.36,13324720.42,127,6259,3722,43851.3,qftentangled -1484,SUCCESS,2,1,88.95,13324720.42,13324809.37,127,45,1680,142.32,wstate -1486,SUCCESS,2,1,3639.73,13324809.37,13328449.1,127,857,3610,5823.57,dj -1487,SUCCESS,2,1,1691.21,13328449.1,13330140.31,127,673,2136,2705.94,dj -1488,SUCCESS,2,1,426.87,13330140.31,13330567.18,127,318,1141,682.99,graphstate -1489,SUCCESS,2,1,22042.43,13330567.18,13352609.61,127,5235,3579,35267.89,qpeinexact -1490,SUCCESS,2,1,514.83,13352609.61,13353124.44,127,126,3473,823.73,ghz -1491,SUCCESS,2,1,90.42,13353124.44,13353214.86,127,19,4045,144.67,ghz -1492,SUCCESS,2,1,15058.29,13353214.86,13368273.15,127,4940,2591,24093.26,qftentangled -1493,SUCCESS,2,1,1051.7,13368273.15,13369324.85,127,634,1410,1682.72,qftentangled -1494,SUCCESS,2,1,138.26,13369324.85,13369463.11,127,80,1469,221.22,graphstate -1496,SUCCESS,2,1,317.02,13369463.11,13369780.13,127,97,2778,507.23,graphstate -1498,SUCCESS,2,1,5937.7,13369780.13,13375717.83,127,1409,3582,9500.32,ae -1499,SUCCESS,2,1,201.08,13375717.83,13375918.91,127,81,2110,321.73,wstate -1500,SUCCESS,2,1,920.55,13375918.91,13376839.46,127,690,1134,1472.88,twolocalrandom -1501,SUCCESS,2,1,4885.23,13376839.46,13381724.69,127,3537,1174,7816.37,ae -1502,SUCCESS,2,1,63949.91,13381724.69,13445674.6,127,19709,2758,102319.86,random -1504,SUCCESS,2,1,1639.43,13445674.6,13447314.03,127,895,1557,2623.09,twolocalrandom -1505,SUCCESS,2,1,1076.19,13447314.03,13448390.22,127,360,2541,1721.9,qftentangled -1506,SUCCESS,2,1,12838.23,13448390.22,13461228.45,127,3657,2984,20541.17,qft -1508,SUCCESS,2,1,942.8,13461228.45,13462171.25,127,633,1266,1508.48,dj -1509,SUCCESS,2,1,18262.65,13462171.25,13480433.9,127,5351,2901,29220.24,qftentangled -1512,SUCCESS,2,1,5148.75,13480433.9,13485582.65,127,1506,2906,8238,twolocalrandom -1514,SUCCESS,2,1,350.78,13485582.65,13485933.43,127,131,2276,561.25,graphstate -1515,SUCCESS,2,1,24724.64,13485933.43,13510658.07,127,12162,1728,39559.42,su2random -1516,SUCCESS,2,1,1577.74,13510658.07,13512235.81,127,1206,1112,2524.38,qftentangled -1518,SUCCESS,2,1,1122.61,13512235.81,13513358.42,127,389,2453,1796.18,qftentangled -1520,SUCCESS,2,1,23236.89,13513358.42,13536595.31,127,5331,3705,37179.02,realamprandom -1521,SUCCESS,2,1,75.85,13536595.31,13536671.16,127,21,3070,121.36,vqe -1523,SUCCESS,2,1,19848.68,13536671.16,13556519.84,127,4434,3805,31757.89,qpeexact -1525,SUCCESS,2,1,1780.85,13556519.84,13558300.69,127,483,3134,2849.36,qpeinexact -1526,SUCCESS,2,1,19835.34,13558300.69,13578136.03,127,5057,3334,31736.54,realamprandom -1527,SUCCESS,2,1,10513.93,13578136.03,13588649.96,127,7548,1184,16822.29,su2random -1528,SUCCESS,2,1,18471.3,13588649.96,13607121.26,127,5414,2900,29554.08,qnn -1529,SUCCESS,2,1,294.76,13607121.26,13607416.02,127,112,2237,471.62,dj -1530,SUCCESS,2,1,671.73,13607416.02,13608087.75,127,477,1197,1074.77,dj -1531,SUCCESS,2,1,983.83,13608087.75,13609071.58,127,223,3750,1574.13,qft -1532,SUCCESS,2,1,252,13609071.58,13609323.58,127,85,2520,403.2,graphstate -1533,SUCCESS,2,1,125.05,13609323.58,13609448.63,127,73,1456,200.08,wstate -1535,SUCCESS,2,1,297.96,13609448.63,13609746.59,127,105,2412,476.74,wstate -1539,SUCCESS,2,1,14868.99,13609746.59,13624615.58,127,4254,2971,23790.38,qft -1541,SUCCESS,2,1,6542.15,13624615.58,13631157.73,127,2545,2185,10467.44,qpeexact -1544,SUCCESS,2,1,1878.43,13631157.73,13633036.16,127,897,1780,3005.49,wstate -1545,SUCCESS,2,1,5523.17,13633036.16,13638559.33,127,2002,2345,8837.07,twolocalrandom -1546,SUCCESS,2,1,27553.69,13638559.33,13666113.02,127,9372,2499,44085.9,su2random -1548,SUCCESS,2,1,1292.23,13666113.02,13667405.25,127,615,1786,2067.57,dj -1549,SUCCESS,2,1,827.49,13667405.25,13668232.74,127,279,2521,1323.98,dj -1550,SUCCESS,2,1,1650.36,13668232.74,13669883.1,127,400,3507,2640.58,ae -1551,SUCCESS,2,1,22782.79,13669883.1,13692665.89,127,8531,2270,36452.46,twolocalrandom -1552,SUCCESS,2,1,29454.65,13692665.89,13722120.54,127,7182,3486,47127.44,su2random -1553,SUCCESS,2,1,67982.09,13722120.54,13790102.63,127,22876,2526,108771.34,random -1554,SUCCESS,2,1,525.75,13790102.63,13790628.38,127,245,1824,841.2,wstate -1556,SUCCESS,2,1,1376.67,13790628.38,13792005.05,127,521,2246,2202.67,qftentangled -1557,SUCCESS,2,1,18969.4,13792005.05,13810974.45,127,4769,3381,30351.04,qft -1558,SUCCESS,2,1,22608.25,13810974.45,13833582.7,127,6731,2855,36173.2,su2random -1559,SUCCESS,2,1,518.73,13833582.7,13834101.43,127,406,1086,829.97,qpeinexact -1560,SUCCESS,2,1,3426.45,13834101.43,13837527.88,127,1263,2306,5482.32,qnn -1561,SUCCESS,2,1,7808.37,13837527.88,13845336.25,127,2686,2471,12493.39,qpeinexact -1562,SUCCESS,2,1,1447.28,13845336.25,13846783.53,127,367,3352,2315.65,graphstate -1563,SUCCESS,2,1,16458.82,13846783.53,13863242.35,127,4605,3038,26334.11,qwalk-noancilla -1564,SUCCESS,2,1,3849.68,13863242.35,13867092.03,127,2597,1260,6159.49,qft -1566,SUCCESS,2,1,12398.27,13867092.03,13879490.3,127,8008,1316,19837.23,su2random -1567,SUCCESS,2,1,147.75,13879490.3,13879638.05,127,105,1196,236.4,wstate -1568,SUCCESS,2,1,14998.25,13879638.05,13894636.3,127,4354,2928,23997.2,qpeinexact -1569,SUCCESS,2,1,21157.65,13894636.3,13915793.95,127,12800,1405,33852.24,twolocalrandom -1570,SUCCESS,2,1,669.6,13915793.95,13916463.55,127,527,1080,1071.36,qftentangled -1571,SUCCESS,2,1,2872.92,13916463.55,13919336.47,127,2059,1186,4596.67,qnn -1572,SUCCESS,2,1,3450.09,13919336.47,13922786.56,127,2139,1371,5520.14,realamprandom -1573,SUCCESS,2,1,808.53,13922786.56,13923595.09,127,578,1189,1293.65,ghz -1574,SUCCESS,2,1,2350.19,13923595.09,13925945.28,127,665,3004,3760.3,dj -1575,SUCCESS,2,1,249.35,13925945.28,13926194.63,127,97,2185,398.96,wstate -1576,SUCCESS,2,1,466.95,13926194.63,13926661.58,127,350,1134,747.12,dj -1577,SUCCESS,2,1,4907.74,13926661.58,13931569.32,127,1081,3859,7852.38,qpeinexact -1578,SUCCESS,2,1,1907.22,13931569.32,13933476.54,127,976,1661,3051.55,random -1579,SUCCESS,2,1,2462.75,13933476.54,13935939.29,127,517,4049,3940.4,dj -1581,SUCCESS,2,1,383.24,13935939.29,13936322.53,127,98,3324,613.18,graphstate -1582,SUCCESS,2,1,1167.09,13936322.53,13937489.62,127,487,2037,1867.34,pricingcall -1584,SUCCESS,2,1,1677.53,13937489.62,13939167.15,127,388,3675,2684.05,wstate -1585,SUCCESS,2,1,207.62,13939167.15,13939374.77,127,54,3268,332.19,graphstate -1586,SUCCESS,2,1,1753.62,13939374.77,13941128.39,127,547,2725,2805.79,qnn -1587,SUCCESS,2,1,1827.15,13941128.39,13942955.54,127,527,2947,2923.44,qnn -1588,SUCCESS,2,1,1380.03,13942955.54,13944335.57,127,417,2813,2208.05,portfolioqaoa -1589,SUCCESS,2,1,1323.88,13944335.57,13945659.45,127,291,3867,2118.21,qpeinexact -1590,SUCCESS,2,1,13945.59,13945659.45,13959605.04,127,3750,3161,22312.94,qpeinexact -1592,SUCCESS,2,1,720.18,13959605.04,13960325.22,127,165,3710,1152.29,wstate -1593,SUCCESS,2,1,1127.71,13960325.22,13961452.93,127,475,2018,1804.34,qpeinexact -1594,SUCCESS,2,1,1815.63,13961452.93,13963268.56,127,652,2367,2905.01,qftentangled -1595,SUCCESS,2,1,18933.38,13963268.56,13982201.94,127,6505,2474,30293.41,qpeinexact -1596,SUCCESS,2,1,412.21,13982201.94,13982614.15,127,125,2803,659.54,wstate -1598,SUCCESS,2,1,24521.09,13982614.15,14007135.24,127,11340,1838,39233.74,realamprandom -1599,SUCCESS,2,1,29203.19,14007135.24,14036338.43,127,8355,2971,46725.1,qpeexact -1600,SUCCESS,2,1,1540.38,14036338.43,14037878.81,127,360,3637,2464.61,qpeexact -1601,SUCCESS,2,1,42966.4,14037878.81,14080845.21,127,12743,2866,68746.24,su2random -1602,SUCCESS,2,1,3455.39,14080845.21,14084300.6,127,1010,2908,5528.62,qftentangled -1603,SUCCESS,2,1,3430.41,14084300.6,14087731.01,127,2518,1158,5488.66,random -1604,SUCCESS,2,1,230.39,14087731.01,14087961.4,127,105,1865,368.62,ghz -1605,SUCCESS,2,1,10201.76,14087961.4,14098163.16,127,6234,1391,16322.82,qpeexact -1608,SUCCESS,2,1,27448.7,14098163.16,14125611.86,127,10964,2128,43917.92,qpeexact -1609,SUCCESS,2,1,386.6,14125611.86,14125998.46,127,85,3866,618.56,wstate -1611,SUCCESS,2,1,1093.98,14125998.46,14127092.44,127,405,2296,1750.37,wstate -1612,SUCCESS,2,1,25891.54,14127092.44,14152983.98,127,8218,2678,41426.46,su2random -1613,SUCCESS,2,1,16233.42,14152983.98,14169217.4,127,12800,1078,25973.47,realamprandom -1614,SUCCESS,2,1,32710.99,14169217.4,14201928.39,127,7976,3486,52337.58,su2random -1616,SUCCESS,2,1,2482.24,14201928.39,14204410.63,127,649,3251,3971.58,dj -1618,SUCCESS,2,1,4191.36,14204410.63,14208601.99,127,1258,2832,6706.18,qpeexact -1619,SUCCESS,2,1,12484.97,14208601.99,14221086.96,127,2961,3584,19975.95,su2random -1620,SUCCESS,2,1,1041.01,14221086.96,14222127.97,127,458,1932,1665.62,qft -1621,SUCCESS,2,1,197.59,14222127.97,14222325.56,127,44,3817,316.14,graphstate -1622,SUCCESS,2,1,644.83,14222325.56,14222970.39,127,135,4060,1031.73,dj -1623,SUCCESS,2,1,410.54,14222970.39,14223380.93,127,101,3455,656.86,graphstate -1624,SUCCESS,2,1,5294.87,14223380.93,14228675.8,127,3917,1149,8471.79,realamprandom -1625,SUCCESS,2,1,2903.29,14228675.8,14231579.09,127,1424,1733,4645.26,qpeinexact -1626,SUCCESS,2,1,770.86,14231579.09,14232349.95,127,286,2291,1233.38,dj -1628,SUCCESS,2,1,794.34,14232349.95,14233144.29,127,311,2171,1270.94,qftentangled -1629,SUCCESS,2,1,1450.79,14233144.29,14234595.08,127,791,1559,2321.26,qft -1630,SUCCESS,2,1,166.74,14234595.08,14234761.82,127,39,3634,266.78,ghz -1631,SUCCESS,2,1,4449.13,14234761.82,14239210.95,127,1581,2392,7118.61,wstate -1633,SUCCESS,2,1,872.72,14239210.95,14240083.67,127,313,2370,1396.35,graphstate -1634,SUCCESS,2,1,125402.55,14240083.67,14365486.22,127,27102,3933,200644.08,random -1635,SUCCESS,2,1,2288.31,14365486.22,14367774.53,127,849,2291,3661.3,realamprandom -1638,SUCCESS,2,1,99.25,14367774.53,14367873.78,127,38,2220,158.8,graphstate -1639,SUCCESS,2,1,1752.8,14367873.78,14369626.58,127,375,3973,2804.48,qpeexact -1640,SUCCESS,2,1,1421.19,14369626.58,14371047.77,127,511,2364,2273.9,qnn -1643,SUCCESS,2,1,53958.22,14371047.77,14425005.99,127,12858,3567,86333.15,su2random -1644,SUCCESS,2,1,14129.6,14425005.99,14439135.59,127,3201,3752,22607.36,qftentangled -1645,SUCCESS,2,1,7911.31,14439135.59,14447046.9,127,2388,2816,12658.1,random -1646,SUCCESS,2,1,749.12,14447046.9,14447796.02,127,225,2830,1198.59,graphstate -1648,SUCCESS,2,1,2632.86,14447796.02,14450428.88,127,1617,1384,4212.58,wstate -1649,SUCCESS,2,1,318.12,14450428.88,14450747,127,100,2704,508.99,graphstate -1651,SUCCESS,2,1,478.7,14450747,14451225.7,127,181,2248,765.92,random -1652,SUCCESS,2,1,17640,14451225.7,14468865.7,127,4760,3150,28224,random -1653,SUCCESS,2,1,143.14,14468865.7,14469008.84,127,32,3802,229.02,dj -1654,SUCCESS,2,1,8990.56,14469008.84,14477999.4,127,5443,1404,14384.9,qpeexact -1656,SUCCESS,2,1,1347.18,14477999.4,14479346.58,127,300,3817,2155.49,ghz -1661,SUCCESS,2,1,153.5,14479346.58,14479500.08,127,52,2509,245.6,ghz -1665,SUCCESS,2,1,11650.8,14479500.08,14491150.88,127,2774,3570,18641.28,realamprandom -1666,SUCCESS,2,1,23694.44,14491150.88,14514845.32,127,7923,2542,37911.1,ae -1667,SUCCESS,2,1,1288.69,14514845.32,14516134.01,127,572,1915,2061.9,dj -1668,SUCCESS,2,1,29580.85,14516134.01,14545714.86,127,9903,2539,47329.36,grover-noancilla -1669,SUCCESS,2,1,19352.76,14545714.86,14565067.62,127,4824,3410,30964.42,ae -1670,SUCCESS,2,1,187.91,14565067.62,14565255.53,127,55,2904,300.66,ghz -1671,SUCCESS,2,1,1568.07,14565255.53,14566823.6,127,327,4076,2508.91,portfoliovqe -1672,SUCCESS,2,1,518.54,14566823.6,14567342.14,127,169,2608,829.66,pricingput -1673,SUCCESS,2,1,3766.98,14567342.14,14571109.12,127,1022,3133,6027.17,su2random -1675,SUCCESS,2,1,5004.01,14571109.12,14576113.13,127,1174,3623,8006.42,qnn -1676,SUCCESS,2,1,1459.66,14576113.13,14577572.79,127,607,2044,2335.46,ae -1677,SUCCESS,2,1,16741.81,14577572.79,14594314.6,127,3886,3662,26786.9,realamprandom -1679,SUCCESS,2,1,1642.28,14594314.6,14595956.88,127,570,2449,2627.65,dj -1680,SUCCESS,2,1,696.54,14595956.88,14596653.42,127,181,3271,1114.46,wstate -1681,SUCCESS,2,1,23205.84,14596653.42,14619859.26,127,5734,3440,37129.34,ae -1683,SUCCESS,2,1,35252.42,14619859.26,14655111.68,127,7525,3982,56403.87,qnn -1684,SUCCESS,2,1,8019.67,14655111.68,14663131.35,127,2077,3282,12831.47,qpeinexact -1685,SUCCESS,2,1,443.81,14663131.35,14663575.16,127,348,1084,710.1,graphstate -1686,SUCCESS,2,1,1220.59,14663575.16,14664795.75,127,415,2500,1952.94,twolocalrandom -1687,SUCCESS,2,1,2246.4,14664795.75,14667042.15,127,1105,1728,3594.24,su2random -1688,SUCCESS,2,1,4107.92,14667042.15,14671150.07,127,886,3941,6572.67,dj -1689,SUCCESS,2,1,26600.57,14671150.07,14697750.64,127,8252,2740,42560.91,realamprandom -1690,SUCCESS,2,1,1549.36,14697750.64,14699300,127,938,1404,2478.98,twolocalrandom -1691,SUCCESS,2,1,1670.79,14699300,14700970.79,127,766,1854,2673.26,qpeexact -1693,SUCCESS,2,1,14312.6,14700970.79,14715283.39,127,8696,1399,22900.16,qpeexact -1694,SUCCESS,2,1,5843.89,14715283.39,14721127.28,127,2978,1668,9350.22,qnn -1695,SUCCESS,2,1,779.27,14721127.28,14721906.55,127,312,2123,1246.83,dj -1696,SUCCESS,2,1,363.22,14721906.55,14722269.77,127,201,1536,581.15,su2random -1697,SUCCESS,2,1,12620.49,14722269.77,14734890.26,127,2923,3670,20192.78,qpeinexact -1698,SUCCESS,2,1,1070.62,14734890.26,14735960.88,127,269,3383,1712.99,twolocalrandom -1699,SUCCESS,2,1,6902.79,14735960.88,14742863.67,127,4185,1402,11044.46,twolocalrandom -1700,SUCCESS,2,1,1034.37,14742863.67,14743898.04,127,263,3343,1654.99,dj -1702,SUCCESS,2,1,481.6,14743898.04,14744379.64,127,215,1904,770.56,ghz -1704,SUCCESS,2,1,15507.63,14744379.64,14759887.27,127,3901,3379,24812.21,ae -1705,SUCCESS,2,1,1888.48,14759887.27,14761775.75,127,493,3256,3021.57,dj -1706,SUCCESS,2,1,6319.69,14761775.75,14768095.44,127,1362,3944,10111.5,qpeexact -1707,SUCCESS,2,1,4728.65,14768095.44,14772824.09,127,1502,2676,7565.84,qftentangled -1708,SUCCESS,2,1,2877.59,14772824.09,14775701.68,127,923,2650,4604.14,ae -1709,SUCCESS,2,1,425.43,14775701.68,14776127.11,127,227,1593,680.69,realamprandom -1710,SUCCESS,2,1,315.91,14776127.11,14776443.02,127,70,3836,505.46,dj -1711,SUCCESS,2,1,20444.53,14776443.02,14796887.55,127,4644,3742,32711.25,qnn -1712,SUCCESS,2,1,1919.85,14796887.55,14798807.4,127,671,2432,3071.76,qwalk-v-chain -1713,SUCCESS,2,1,73.23,14798807.4,14798880.63,127,22,2829,117.17,vqe -1714,SUCCESS,2,1,20823.02,14798880.63,14819703.65,127,7639,2317,33316.83,qpeexact -1715,SUCCESS,2,1,1807.46,14819703.65,14821511.11,127,447,3437,2891.94,random -1716,SUCCESS,2,1,15737.71,14821511.11,14837248.82,127,4498,2974,25180.34,su2random -1717,SUCCESS,2,1,5624.02,14837248.82,14842872.84,127,4186,1142,8998.43,qpeexact -1718,SUCCESS,2,1,33251.27,14842872.84,14876124.11,127,13288,2127,53202.03,random -1719,SUCCESS,2,1,444.07,14876124.11,14876568.18,127,231,1634,710.51,dj -1720,SUCCESS,2,1,21768.4,14876568.18,14898336.58,127,6268,2952,34829.44,qpeexact -1721,SUCCESS,2,1,7435.8,14898336.58,14905772.38,127,3645,1734,11897.28,random -1722,SUCCESS,2,1,15503.15,14905772.38,14921275.53,127,4747,2776,24805.04,su2random -1724,SUCCESS,2,1,7594.86,14921275.53,14928870.39,127,5795,1114,12151.78,qftentangled -1725,SUCCESS,2,1,4392.41,14928870.39,14933262.8,127,2363,1580,7027.86,qft -1727,SUCCESS,2,1,18783.48,14933262.8,14952046.28,127,7975,2002,30053.57,qpeinexact -1728,SUCCESS,2,1,3762.6,14952046.28,14955808.88,127,961,3328,6020.16,qpeexact -1729,SUCCESS,2,1,1980.43,14955808.88,14957789.31,127,957,1759,3168.69,ghz -1730,SUCCESS,2,1,1246.97,14957789.31,14959036.28,127,733,1446,1995.15,qpeinexact -1733,SUCCESS,2,1,538.31,14959036.28,14959574.59,127,120,3813,861.3,graphstate -1734,SUCCESS,2,1,13105.19,14959574.59,14972679.78,127,7224,1542,20968.3,pricingcall -1735,SUCCESS,2,1,20216.57,14972679.78,14992896.35,127,6320,2719,32346.51,qpeexact -1736,SUCCESS,2,1,2608.84,14992896.35,14995505.19,127,1146,1935,4174.14,wstate -1738,SUCCESS,2,1,22872.04,14995505.19,15018377.23,127,4976,3907,36595.26,qftentangled -1739,SUCCESS,2,1,208.19,15018377.23,15018585.42,127,166,1066,333.1,twolocalrandom -1740,SUCCESS,2,1,3869.25,15018585.42,15022454.67,127,1007,3266,6190.8,twolocalrandom -1741,SUCCESS,2,1,9210.89,15022454.67,15031665.56,127,4745,1650,14737.42,twolocalrandom -1742,SUCCESS,2,1,3762.34,15031665.56,15035427.9,127,1937,1651,6019.74,su2random -1743,SUCCESS,2,1,1555.15,15035427.9,15036983.05,127,431,3067,2488.24,twolocalrandom -1744,SUCCESS,2,1,434.4,15036983.05,15037417.45,127,167,2211,695.04,graphstate -1745,SUCCESS,2,1,1016.59,15037417.45,15038434.04,127,682,1267,1626.54,qftentangled -1746,SUCCESS,2,1,4630.04,15038434.04,15043064.08,127,1633,2410,7408.06,qnn -1747,SUCCESS,2,1,1581.72,15043064.08,15044645.8,127,807,1666,2530.75,qnn -1748,SUCCESS,2,1,2081.37,15044645.8,15046727.17,127,920,1923,3330.19,ghz -1749,SUCCESS,2,1,525.97,15046727.17,15047253.14,127,181,2470,841.55,dj -1750,SUCCESS,2,1,8480.06,15047253.14,15055733.2,127,4181,1724,13568.1,qpeexact -1751,SUCCESS,2,1,1317.16,15055733.2,15057050.36,127,593,1888,2107.46,dj -1752,SUCCESS,2,1,1503.94,15057050.36,15058554.3,127,921,1388,2406.3,qftentangled -1753,SUCCESS,2,1,4559.67,15058554.3,15063113.97,127,1898,2042,7295.47,qpeinexact -1754,SUCCESS,2,1,218.89,15063113.97,15063332.86,127,61,3050,350.22,graphstate -1755,SUCCESS,2,1,3740.11,15063332.86,15067072.97,127,892,3564,5984.18,twolocalrandom -1756,SUCCESS,2,1,5658.5,15067072.97,15072731.47,127,4052,1187,9053.6,qft -1758,SUCCESS,2,1,1485.49,15072731.47,15074216.96,127,312,4047,2376.78,portfoliovqe -1759,SUCCESS,2,1,2207.67,15074216.96,15076424.63,127,562,3339,3532.27,dj -1760,SUCCESS,2,1,361.57,15076424.63,15076786.2,127,233,1319,578.51,twolocalrandom -1761,SUCCESS,2,1,12755.98,15076786.2,15089542.18,127,7996,1356,20409.57,qftentangled -1762,SUCCESS,2,1,5411.69,15089542.18,15094953.87,127,1188,3872,8658.7,twolocalrandom -1763,SUCCESS,2,1,3144.67,15094953.87,15098098.54,127,1619,1651,5031.47,realamprandom -1764,SUCCESS,2,1,537.59,15098098.54,15098636.13,127,185,2470,860.14,dj -1765,SUCCESS,2,1,3446.41,15098636.13,15102082.54,127,1901,1541,5514.26,ae -1766,SUCCESS,2,1,169.98,15102082.54,15102252.52,127,43,3360,271.97,graphstate -1767,SUCCESS,2,1,73.85,15102252.52,15102326.37,127,26,2414,118.16,graphstate -1768,SUCCESS,2,1,89.24,15102326.37,15102415.61,127,49,1548,142.78,groundstate -1770,SUCCESS,2,1,1482.28,15102415.61,15103897.89,127,335,3761,2371.65,dj -1771,SUCCESS,2,1,411.06,15103897.89,15104308.95,127,113,3092,657.7,graphstate -1773,SUCCESS,2,1,43.28,15104308.95,15104352.23,127,20,1839,69.25,ghz -1774,SUCCESS,2,1,218.48,15104352.23,15104570.71,127,46,4037,349.57,graphstate -1775,SUCCESS,2,1,255.25,15104570.71,15104825.96,127,83,2614,408.4,graphstate -1777,SUCCESS,2,1,8156.83,15104825.96,15112982.79,127,1815,3820,13050.93,qft -1779,SUCCESS,2,1,3647.36,15112982.79,15116630.15,127,837,3704,5835.78,qpeinexact -1780,SUCCESS,2,1,1271.62,15116630.15,15117901.77,127,494,2188,2034.59,ghz -1781,SUCCESS,2,1,7184.42,15117901.77,15125086.19,127,2356,2592,11495.07,qftentangled -1782,SUCCESS,2,1,23560.29,15125086.19,15148646.48,127,6032,3320,37696.46,qftentangled -1783,SUCCESS,2,1,7295.63,15148646.48,15155942.11,127,3747,1655,11673.01,qftentangled -1785,SUCCESS,2,1,12151.18,15155942.11,15168093.29,127,2568,4022,19441.89,qft -1786,SUCCESS,2,1,4988.75,15168093.29,15173082.04,127,2734,1551,7982,qft -1787,SUCCESS,2,1,1275.18,15173082.04,15174357.22,127,301,3601,2040.29,su2random -1788,SUCCESS,2,1,3898.06,15174357.22,15178255.28,127,1194,2775,6236.9,qpeexact -1789,SUCCESS,2,1,123.78,15178255.28,15178379.06,127,29,3628,198.05,graphstate -1790,SUCCESS,2,1,181.92,15178379.06,15178560.98,127,81,1909,291.07,dj -1791,SUCCESS,2,1,3157.67,15178560.98,15181718.65,127,684,3924,5052.27,dj -1793,SUCCESS,2,1,2456.32,15181718.65,15184174.97,127,559,3735,3930.11,qftentangled -1794,SUCCESS,2,1,25297.68,15184174.97,15209472.65,127,8201,2622,40476.29,random -1795,SUCCESS,2,1,35480.6,15209472.65,15244953.25,127,12661,2382,56768.96,qnn -1796,SUCCESS,2,1,1692.63,15244953.25,15246645.88,127,369,3899,2708.21,ae -1797,SUCCESS,2,1,1882.66,15246645.88,15248528.54,127,895,1788,3012.26,qpeinexact -1798,SUCCESS,2,1,3740.25,15248528.54,15252268.79,127,1333,2385,5984.4,ae -1799,SUCCESS,2,1,19.74,15252268.79,15252288.53,127,11,1525,31.58,ghz -1800,SUCCESS,2,1,76505.26,15252288.53,15328793.79,127,19688,3303,122408.42,grover-v-chain -1802,SUCCESS,2,1,2646.59,15328793.79,15331440.38,127,573,3926,4234.54,ghz -1803,SUCCESS,2,1,43929.53,15331440.38,15375369.91,127,12352,3023,70287.25,qnn -1804,SUCCESS,2,1,33438.3,15375369.91,15408808.21,127,11133,2553,53501.28,realamprandom -1805,SUCCESS,2,1,2634.79,15408808.21,15411443,127,1112,2014,4215.66,qnn -1806,SUCCESS,2,1,2098.82,15411443,15413541.82,127,653,2732,3358.11,ae -1807,SUCCESS,2,1,1540.37,15413541.82,15415082.19,127,421,3110,2464.59,wstate -1808,SUCCESS,2,1,2731.15,15415082.19,15417813.34,127,1726,1345,4369.84,qnn -1809,SUCCESS,2,1,540.57,15417813.34,15418353.91,127,309,1487,864.91,wstate -1810,SUCCESS,2,1,1914,15418353.91,15420267.91,127,402,4047,3062.4,dj -1811,SUCCESS,2,1,25314.89,15420267.91,15445582.8,127,8694,2475,40503.82,qnn -1814,SUCCESS,2,1,67641.97,15445582.8,15513224.77,127,14274,4028,108227.15,random -1816,SUCCESS,2,1,1571.48,15513224.77,15514796.25,127,579,2307,2514.37,twolocalrandom -1818,SUCCESS,2,1,140.7,15514796.25,15514936.95,127,88,1359,225.12,ghz -1819,SUCCESS,2,1,1210.83,15514936.95,15516147.78,127,509,2022,1937.33,qft -1820,SUCCESS,2,1,1094.68,15516147.78,15517242.46,127,856,1087,1751.49,qftentangled -1822,SUCCESS,2,1,50230.42,15517242.46,15567472.88,127,10550,4047,80368.67,grover-v-chain -1823,SUCCESS,2,1,2335.86,15567472.88,15569808.74,127,490,4052,3737.38,dj -1825,SUCCESS,2,1,1655.12,15569808.74,15571463.86,127,379,3712,2648.19,graphstate -1826,SUCCESS,2,1,9696.3,15571463.86,15581160.16,127,2932,2811,15514.08,realamprandom -1827,SUCCESS,2,1,4326.98,15581160.16,15585487.14,127,1335,2755,6923.17,qftentangled -1828,SUCCESS,2,1,3751.56,15585487.14,15589238.7,127,1145,2785,6002.5,ae -1829,SUCCESS,2,1,184.88,15589238.7,15589423.58,127,108,1455,295.81,dj -1830,SUCCESS,2,1,5382.77,15589423.58,15594806.35,127,1178,3884,8612.43,realamprandom -1831,SUCCESS,2,1,3893.38,15594806.35,15598699.73,127,1098,3014,6229.41,qft -1833,SUCCESS,2,1,15683.74,15598699.73,15614383.47,127,4709,2831,25093.98,realamprandom -1834,SUCCESS,2,1,63654.96,15614383.47,15678038.43,127,15306,3535,101847.94,random -1835,SUCCESS,2,1,662.97,15678038.43,15678701.4,127,298,1891,1060.75,dj -1836,SUCCESS,2,1,14391.48,15678701.4,15693092.88,127,4116,2972,23026.37,qnn -1837,SUCCESS,2,1,7343.48,15693092.88,15700436.36,127,2574,2425,11749.57,qpeexact -1838,SUCCESS,2,1,3077.63,15700436.36,15703513.99,127,941,2780,4924.21,ae -1839,SUCCESS,2,1,5671.27,15703513.99,15709185.26,127,1929,2499,9074.03,qnn -1840,SUCCESS,2,1,28906.61,15709185.26,15738091.87,127,15214,1615,46250.58,twolocalrandom -1841,SUCCESS,2,1,31596.66,15738091.87,15769688.53,127,7160,3751,50554.66,ae -1843,SUCCESS,2,1,15095.57,15769688.53,15784784.1,127,4864,2638,24152.91,random -1846,SUCCESS,2,1,2541.15,15784784.1,15787325.25,127,546,3956,4065.84,qpeexact -1849,SUCCESS,2,1,915.13,15787325.25,15788240.38,127,472,1648,1464.21,ghz -1850,SUCCESS,2,1,4704.71,15788240.38,15792945.09,127,3225,1240,7527.54,realamprandom -1851,SUCCESS,2,1,43369.61,15792945.09,15836314.7,127,9719,3793,69391.38,random -1852,SUCCESS,2,1,1447.07,15836314.7,15837761.77,127,311,3955,2315.31,graphstate -1853,SUCCESS,2,1,231.12,15837761.77,15837992.89,127,108,1819,369.79,graphstate -1856,SUCCESS,2,1,14605.84,15837992.89,15852598.73,127,3533,3514,23369.34,qft -1859,SUCCESS,2,1,4719.93,15852598.73,15857318.66,127,1264,3174,7551.89,wstate -1860,SUCCESS,2,1,2049.36,15857318.66,15859368.02,127,711,2450,3278.98,qpeinexact -1861,SUCCESS,2,1,115.37,15859368.02,15859483.39,127,24,4086,184.59,ghz -1863,SUCCESS,2,1,22735.37,15859483.39,15882218.76,127,6934,2787,36376.59,qftentangled -1864,SUCCESS,2,1,317.55,15882218.76,15882536.31,127,185,1459,508.08,wstate -1865,SUCCESS,2,1,1024.11,15882536.31,15883560.42,127,233,3736,1638.58,wstate -1866,SUCCESS,2,1,5058.05,15883560.42,15888618.47,127,1899,2264,8092.88,qpeinexact -1867,SUCCESS,2,1,3321.9,15888618.47,15891940.37,127,1514,1865,5315.04,su2random -1868,SUCCESS,2,1,499.21,15891940.37,15892439.58,127,211,2011,798.74,ghz -1870,SUCCESS,2,1,4719.09,15892439.58,15897158.67,127,1310,3062,7550.54,qftentangled -1871,SUCCESS,2,1,673.6,15897158.67,15897832.27,127,307,1865,1077.76,qpeexact -1872,SUCCESS,2,1,2713.8,15897832.27,15900546.07,127,588,3923,4342.08,dj -1873,SUCCESS,2,1,3272.37,15900546.07,15903818.44,127,1054,2639,5235.79,wstate -1875,SUCCESS,2,1,25933.09,15903818.44,15929751.53,127,6512,3385,41492.94,qpeinexact -1876,SUCCESS,2,1,94.29,15929751.53,15929845.82,127,45,1781,150.86,ghz -1877,SUCCESS,2,1,12774.2,15929845.82,15942620.02,127,3343,3248,20438.72,qft -1878,SUCCESS,2,1,17598.45,15942620.02,15960218.47,127,3735,4005,28157.52,su2random -1879,SUCCESS,2,1,32015.31,15960218.47,15992233.78,127,7339,3708,51224.5,ae -1880,SUCCESS,2,1,40771.07,15992233.78,16033004.85,127,9379,3695,65233.71,realamprandom -1881,SUCCESS,2,1,6858.62,16033004.85,16039863.47,127,3718,1568,10973.79,qpeexact -1882,SUCCESS,2,1,3842.11,16039863.47,16043705.58,127,2699,1210,6147.38,qnn -1885,SUCCESS,2,1,121.75,16043705.58,16043827.33,127,41,2524,194.8,wstate -1887,SUCCESS,2,1,2489.74,16043827.33,16046317.07,127,525,4031,3983.58,twolocalrandom -1889,SUCCESS,2,1,6989.49,16046317.07,16053306.56,127,4302,1381,11183.18,qpeinexact -1890,SUCCESS,2,1,118.63,16053306.56,16053425.19,127,46,2192,189.81,ghz -1893,SUCCESS,2,1,6544.51,16053425.19,16059969.7,127,1909,2914,10471.22,ae -1894,SUCCESS,2,1,10140.96,16059969.7,16070110.66,127,2284,3774,16225.54,ae -1895,SUCCESS,2,1,148.58,16070110.66,16070259.24,127,47,2687,237.73,ghz -1896,SUCCESS,2,1,143.12,16070259.24,16070402.36,127,93,1308,228.99,ghz -1897,SUCCESS,2,1,251.57,16070402.36,16070653.93,127,206,1038,402.51,ghz -1898,SUCCESS,2,1,37.72,16070653.93,16070691.65,127,22,1457,60.35,vqe -1899,SUCCESS,2,1,69188.64,16070691.65,16139880.29,127,17101,3439,110701.82,random -1901,SUCCESS,2,1,2636.56,16139880.29,16142516.85,127,577,3884,4218.5,dj -1906,SUCCESS,2,1,15027.26,16142516.85,16157544.11,127,4831,2644,24043.62,qftentangled -1907,SUCCESS,2,1,5482.27,16157544.11,16163026.38,127,1384,3367,8771.63,wstate -1908,SUCCESS,2,1,7596.78,16163026.38,16170623.16,127,3923,1646,12154.85,su2random -1910,SUCCESS,2,1,2157.27,16170623.16,16172780.43,127,594,3087,3451.63,dj -1911,SUCCESS,2,1,3586.63,16172780.43,16176367.06,127,2007,1519,5738.61,qpeinexact -1912,SUCCESS,2,1,12456.05,16176367.06,16188823.11,127,3874,2733,19929.68,pricingput -1913,SUCCESS,2,1,416.84,16188823.11,16189239.95,127,171,2072,666.94,dj -1915,SUCCESS,2,1,13911.74,16189239.95,16203151.69,127,6887,1717,22258.78,qpeexact -1917,SUCCESS,2,1,7300.95,16203151.69,16210452.64,127,3139,1977,11681.52,qftentangled -1918,SUCCESS,2,1,300.8,16210452.64,16210753.44,127,129,1982,481.28,dj -1919,SUCCESS,2,1,108029.72,16210753.44,16318783.16,127,42909,2140,172847.55,random -1920,SUCCESS,2,1,35.36,16318783.16,16318818.52,127,27,1113,56.58,ghz -1921,SUCCESS,2,1,18434.38,16318818.52,16337252.9,127,5904,2654,29495.01,realamprandom -1923,SUCCESS,2,1,18883.85,16337252.9,16356136.75,127,4243,3783,30214.16,qft -1924,SUCCESS,2,1,1418.89,16356136.75,16357555.64,127,328,3677,2270.22,qpeexact -1925,SUCCESS,2,1,13415.42,16357555.64,16370971.06,127,10227,1115,21464.67,twolocalrandom -1926,SUCCESS,2,1,21700.11,16370971.06,16392671.17,127,10774,1712,34720.18,su2random -1927,SUCCESS,2,1,2999.36,16392671.17,16395670.53,127,999,2552,4798.98,qft -1928,SUCCESS,2,1,139.58,16395670.53,16395810.11,127,29,4091,223.33,vqe -1929,SUCCESS,2,1,50985.24,16395810.11,16446795.35,127,15634,2772,81576.38,realamprandom -1930,SUCCESS,2,1,62,16446795.35,16446857.35,127,45,1171,99.2,tsp -1931,SUCCESS,2,1,3436.31,16446857.35,16450293.66,127,1215,2404,5498.1,qnn -1932,SUCCESS,2,1,10240.7,16450293.66,16460534.36,127,7710,1129,16385.12,su2random -1933,SUCCESS,2,1,2661.92,16460534.36,16463196.28,127,1036,2184,4259.07,pricingput -1934,SUCCESS,2,1,42942.12,16463196.28,16506138.4,127,14724,2479,68707.39,random -1936,SUCCESS,2,1,15192.75,16506138.4,16521331.15,127,3210,4023,24308.4,su2random -1937,SUCCESS,2,1,462.88,16521331.15,16521794.03,127,179,2198,740.61,pricingput -1938,SUCCESS,2,1,426.6,16521794.03,16522220.63,127,237,1530,682.56,realamprandom -1939,SUCCESS,2,1,524.1,16522220.63,16522744.73,127,148,3010,838.56,dj -1940,SUCCESS,2,1,327.52,16522744.73,16523072.25,127,76,3663,524.03,ghz -1943,SUCCESS,2,1,241.91,16523072.25,16523314.16,127,133,1546,387.06,wstate -1944,SUCCESS,2,1,8351.57,16523314.16,16531665.73,127,4101,1731,13362.51,qftentangled -1945,SUCCESS,2,1,5526,16531665.73,16537191.73,127,1331,3529,8841.6,qftentangled -1946,SUCCESS,2,1,3383.35,16537191.73,16540575.08,127,1216,2365,5413.36,qftentangled -1948,SUCCESS,2,1,15839.77,16540575.08,16556414.85,127,3304,4075,25343.63,qft -1950,SUCCESS,2,1,10703.36,16556414.85,16567118.21,127,7697,1182,17125.38,qftentangled -1952,SUCCESS,2,1,12775.9,16567118.21,16579894.11,127,4031,2694,20441.44,qnn -1954,SUCCESS,2,1,364.2,16579894.11,16580258.31,127,102,3035,582.72,dj -1956,SUCCESS,2,1,15547.4,16580258.31,16595805.71,127,5284,2501,24875.84,qpeexact -1958,SUCCESS,2,1,21366.04,16595805.71,16617171.75,127,6908,2629,34185.66,ae -1959,SUCCESS,2,1,196.4,16617171.75,16617368.15,127,93,1795,314.24,ghz -1960,SUCCESS,2,1,14950.72,16617368.15,16632318.87,127,3730,3407,23921.15,qpeexact -1961,SUCCESS,2,1,762.31,16632318.87,16633081.18,127,271,2391,1219.7,wstate -1962,SUCCESS,2,1,15096.53,16633081.18,16648177.71,127,3850,3333,24154.45,qpeexact -1963,SUCCESS,2,1,31259.31,16648177.71,16679437.02,127,10076,2637,50014.9,qnn -1965,SUCCESS,2,1,1103.48,16679437.02,16680540.5,127,325,2886,1765.57,su2random -1967,SUCCESS,2,1,4542.16,16680540.5,16685082.66,127,1572,2456,7267.46,qpeexact -1968,SUCCESS,2,1,28800.05,16685082.66,16713882.71,127,6037,4055,46080.08,qftentangled -1969,SUCCESS,2,1,531.44,16713882.71,16714414.15,127,238,1898,850.3,dj -1970,SUCCESS,2,1,34461,16714414.15,16748875.15,127,8205,3570,55137.6,qft -1971,SUCCESS,2,1,61458.04,16748875.15,16810333.19,127,16335,3198,98332.86,twolocalrandom -1972,SUCCESS,2,1,1552.42,16810333.19,16811885.61,127,976,1352,2483.87,qpeinexact -1974,SUCCESS,2,1,8614.24,16811885.61,16820499.85,127,3753,1951,13782.78,realamprandom -1975,SUCCESS,2,1,43.93,16820499.85,16820543.78,127,22,1697,70.29,graphstate -1976,SUCCESS,2,1,11106.87,16820543.78,16831650.65,127,3349,2819,17770.99,twolocalrandom -1978,SUCCESS,2,1,3018.15,16831650.65,16834668.8,127,676,3795,4829.04,dj -1979,SUCCESS,2,1,8393.56,16834668.8,16843062.36,127,2062,3460,13429.7,qpeinexact -1981,SUCCESS,2,1,619.21,16843062.36,16843681.57,127,153,3440,990.74,wstate -1982,SUCCESS,2,1,3242.21,16843681.57,16846923.78,127,731,3770,5187.54,qpeexact -1983,SUCCESS,2,1,1288.23,16846923.78,16848212.01,127,381,2874,2061.17,dj -1984,SUCCESS,2,1,2996.16,16848212.01,16851208.17,127,701,3633,4793.86,realamprandom -1986,SUCCESS,2,1,12223.51,16851208.17,16863431.68,127,2561,4057,19557.62,qpeexact -1990,SUCCESS,2,1,238.16,16863431.68,16863669.84,127,62,3265,381.06,graphstate -1991,SUCCESS,2,1,1566.95,16863669.84,16865236.79,127,475,2804,2507.12,qpeinexact -1993,SUCCESS,2,1,14725.05,16865236.79,16879961.84,127,4672,2679,23560.08,realamprandom -1994,SUCCESS,2,1,7518.05,16879961.84,16887479.89,127,2583,2474,12028.88,qftentangled -1995,SUCCESS,2,1,836.74,16887479.89,16888316.63,127,398,1787,1338.78,pricingcall -1996,SUCCESS,2,1,409.54,16888316.63,16888726.17,127,249,1398,655.26,dj -1997,SUCCESS,2,1,281.61,16888726.17,16889007.78,127,218,1098,450.58,dj -1998,SUCCESS,2,1,6158.76,16889007.78,16895166.54,127,1664,3146,9854.02,ae -1999,SUCCESS,2,1,21646.83,16895166.54,16916813.37,127,4670,3940,34634.93,qnn -2000,SUCCESS,2,1,591.25,16916813.37,16917404.62,127,144,3490,946,ae -2001,SUCCESS,2,1,17410.39,16917404.62,16934815.01,127,4221,3506,27856.62,qftentangled -2003,SUCCESS,2,1,1095.14,16934815.01,16935910.15,127,516,1804,1752.22,twolocalrandom -2004,SUCCESS,2,1,4242.59,16935910.15,16940152.74,127,988,3650,6788.14,qpeexact -2005,SUCCESS,2,1,29446.56,16940152.74,16969599.3,127,6292,3978,47114.5,su2random -2006,SUCCESS,2,1,445.29,16969599.3,16970044.59,127,194,1951,712.46,dj -2008,SUCCESS,2,1,29103.97,16970044.59,16999148.56,127,7389,3348,46566.35,qpeinexact -2009,SUCCESS,2,1,21959.15,16999148.56,17021107.71,127,4951,3770,35134.64,qpeexact -2011,SUCCESS,2,1,4306.29,17021107.71,17025414,127,1844,1985,6890.06,qnn -2013,SUCCESS,2,1,8783.65,17025414,17034197.65,127,3965,1883,14053.84,qftentangled -2014,SUCCESS,2,1,1434.26,17034197.65,17035631.91,127,311,3920,2294.82,dj -2015,SUCCESS,2,1,7362.23,17035631.91,17042994.14,127,3991,1568,11779.57,qftentangled -2016,SUCCESS,2,1,20572.54,17042994.14,17063566.68,127,6322,2766,32916.06,qpeinexact -2017,SUCCESS,2,1,9473.11,17063566.68,17073039.79,127,5205,1547,15156.98,qftentangled -2018,SUCCESS,2,1,136.37,17073039.79,17073176.16,127,52,2229,218.19,graphstate -2019,SUCCESS,2,1,27011.21,17073176.16,17100187.37,127,6239,3680,43217.94,qpeexact -2021,SUCCESS,2,1,85.98,17100187.37,17100273.35,127,20,3654,137.57,ghz -2022,SUCCESS,2,1,203.1,17100273.35,17100476.45,127,91,1897,324.96,graphstate -2023,SUCCESS,2,1,142.25,17100476.45,17100618.7,127,33,3664,227.6,graphstate -2024,SUCCESS,2,1,33491.74,17100618.7,17134110.44,127,9933,2866,53586.78,realamprandom -2025,SUCCESS,2,1,5697.47,17134110.44,17139807.91,127,3865,1253,9115.95,qftentangled -2028,SUCCESS,2,1,12414.42,17139807.91,17152222.33,127,4576,2306,19863.07,qft -2029,SUCCESS,2,1,259.17,17152222.33,17152481.5,127,105,2098,414.67,ghz -2031,SUCCESS,2,1,14836.25,17152481.5,17167317.75,127,4841,2605,23738,qftentangled -2032,SUCCESS,2,1,37574.79,17167317.75,17204892.54,127,8158,3915,60119.66,twolocalrandom -2033,SUCCESS,2,1,10018.05,17204892.54,17214910.59,127,2164,3935,16028.88,ae -2034,SUCCESS,2,1,76.2,17214910.59,17214986.79,127,53,1222,121.92,wstate -2035,SUCCESS,2,1,34129.4,17214986.79,17249116.19,127,12791,2268,54607.04,twolocalrandom -2036,SUCCESS,2,1,5520.92,17249116.19,17254637.11,127,1305,3596,8833.47,qnn -2037,SUCCESS,2,1,6010.96,17254637.11,17260648.07,127,1794,2848,9617.54,qpeexact -2038,SUCCESS,2,1,1135.19,17260648.07,17261783.26,127,394,2449,1816.3,ghz -2039,SUCCESS,2,1,13181.6,17261783.26,17274964.86,127,4026,2783,21090.56,realamprandom -2040,SUCCESS,2,1,1537.21,17274964.86,17276502.07,127,340,3843,2459.54,su2random -2041,SUCCESS,2,1,13329.87,17276502.07,17289831.94,127,4636,2444,21327.79,realamprandom -2042,SUCCESS,2,1,30946.5,17289831.94,17320778.44,127,9775,2691,49514.4,realamprandom -2043,SUCCESS,2,1,5706.08,17320778.44,17326484.52,127,3193,1519,9129.73,ae -2046,SUCCESS,2,1,133.67,17326484.52,17326618.19,127,72,1578,213.87,graphstate -2047,SUCCESS,2,1,616.87,17326618.19,17327235.06,127,149,3519,986.99,wstate -2048,SUCCESS,2,1,1034.44,17327235.06,17328269.5,127,265,3318,1655.1,realamprandom -2050,SUCCESS,2,1,5477.03,17328269.5,17333746.53,127,2299,2025,8763.25,qpeinexact -2051,SUCCESS,2,1,166.28,17333746.53,17333912.81,127,70,2019,266.05,ghz -2052,SUCCESS,2,1,68.34,17333912.81,17333981.15,127,29,2003,109.34,graphstate -2053,SUCCESS,2,1,434.83,17333981.15,17334415.98,127,220,1680,695.73,portfolioqaoa -2054,SUCCESS,2,1,2081.88,17334415.98,17336497.86,127,511,3463,3331.01,qpeexact -2056,SUCCESS,2,1,61246.41,17336497.86,17397744.27,127,16963,3069,97994.26,pricingput -2057,SUCCESS,2,1,1144.47,17397744.27,17398888.74,127,354,2748,1831.15,dj -2058,SUCCESS,2,1,207.54,17398888.74,17399096.28,127,79,2233,332.06,ghz -2059,SUCCESS,2,1,12456.66,17399096.28,17411552.94,127,3520,3008,19930.66,qftentangled -2060,SUCCESS,2,1,21421.59,17411552.94,17432974.53,127,5192,3507,34274.54,su2random -2063,SUCCESS,2,1,1018.24,17432974.53,17433992.77,127,250,3462,1629.18,wstate -2064,SUCCESS,2,1,7658.86,17433992.77,17441651.63,127,3439,1893,12254.18,su2random -2065,SUCCESS,2,1,2251.44,17441651.63,17443903.07,127,954,2006,3602.3,random -2067,SUCCESS,2,1,768.63,17443903.07,17444671.7,127,468,1396,1229.81,su2random -2068,SUCCESS,2,1,28999.89,17444671.7,17473671.59,127,6195,3979,46399.82,su2random -2069,SUCCESS,2,1,3952.6,17473671.59,17477624.19,127,1276,2633,6324.16,wstate -2070,SUCCESS,2,1,16264.74,17477624.19,17493888.93,127,13501,1024,26023.58,twolocalrandom -2071,SUCCESS,2,1,22444.42,17493888.93,17516333.35,127,6043,3157,35911.07,twolocalrandom -2072,SUCCESS,2,1,14753.79,17516333.35,17531087.14,127,10204,1229,23606.06,su2random -2073,SUCCESS,2,1,3060.2,17531087.14,17534147.34,127,1098,2369,4896.32,qpeexact -2074,SUCCESS,2,1,964.49,17534147.34,17535111.83,127,532,1541,1543.18,ae -2076,SUCCESS,2,1,2424.85,17535111.83,17537536.68,127,565,3648,3879.76,su2random -2077,SUCCESS,2,1,13098.64,17537536.68,17550635.32,127,2743,4059,20957.82,qftentangled -2078,SUCCESS,2,1,1957.75,17550635.32,17552593.07,127,562,2961,3132.4,ae -2079,SUCCESS,2,1,222.3,17552593.07,17552815.37,127,117,1615,355.68,wstate -2080,SUCCESS,2,1,3699.01,17552815.37,17556514.38,127,1094,2874,5918.42,portfoliovqe -2081,SUCCESS,2,1,408.66,17556514.38,17556923.04,127,119,2919,653.86,ghz -2082,SUCCESS,2,1,17759.48,17556923.04,17574682.52,127,8927,1691,28415.17,twolocalrandom -2083,SUCCESS,2,1,905.03,17574682.52,17575587.55,127,215,3578,1448.05,qftentangled -2084,SUCCESS,2,1,17802.63,17575587.55,17593390.18,127,10649,1421,28484.21,su2random -2085,SUCCESS,2,1,2092.37,17593390.18,17595482.55,127,762,2334,3347.79,realamprandom -2089,SUCCESS,2,1,680.79,17595482.55,17596163.34,127,171,3384,1089.26,qft -2090,SUCCESS,2,1,169.53,17596163.34,17596332.87,127,52,2771,271.25,dj -2091,SUCCESS,2,1,134.09,17596332.87,17596466.96,127,29,3930,214.54,graphstate -2093,SUCCESS,2,1,977.72,17596466.96,17597444.68,127,342,2430,1564.35,qpeinexact -2094,SUCCESS,2,1,20170.98,17597444.68,17617615.66,127,5269,3254,32273.57,qft -2095,SUCCESS,2,1,36393.05,17617615.66,17654008.71,127,10139,3051,58228.88,qnn -2096,SUCCESS,2,1,274.17,17654008.71,17654282.88,127,81,2877,438.67,graphstate -2097,SUCCESS,2,1,433.88,17654282.88,17654716.76,127,287,1285,694.21,su2random -2098,SUCCESS,2,1,523.73,17654716.76,17655240.49,127,285,1562,837.97,qft -2101,SUCCESS,2,1,3661.22,17655240.49,17658901.71,127,3001,1037,5857.95,qpeexact -2102,SUCCESS,2,1,24168.95,17658901.71,17683070.66,127,7084,2900,38670.32,su2random -2105,SUCCESS,2,1,23712.43,17683070.66,17706783.09,127,9284,2171,37939.89,qnn -2106,SUCCESS,2,1,11796.69,17706783.09,17718579.78,127,3045,3293,18874.7,qftentangled -2107,SUCCESS,2,1,9089.24,17718579.78,17727669.02,127,2577,2998,14542.78,twolocalrandom -2108,SUCCESS,2,1,11879.39,17727669.02,17739548.41,127,9635,1048,19007.02,qpeinexact -2110,SUCCESS,2,1,120.64,17739548.41,17739669.05,127,26,3944,193.02,routing -2111,SUCCESS,2,1,4612.24,17739669.05,17744281.29,127,1350,2904,7379.58,wstate -2112,SUCCESS,2,1,22679.7,17744281.29,17766960.99,127,10997,1753,36287.52,su2random -2114,SUCCESS,2,1,23348.79,17766960.99,17790309.78,127,5013,3959,37358.06,qpeinexact -2115,SUCCESS,2,1,2049.59,17790309.78,17792359.37,127,652,2672,3279.34,qftentangled -2116,SUCCESS,2,1,648.37,17792359.37,17793007.74,127,306,1801,1037.39,ghz -2117,SUCCESS,2,1,3045.23,17793007.74,17796052.97,127,873,2965,4872.37,qnn -2118,SUCCESS,2,1,281.81,17796052.97,17796334.78,127,166,1443,450.9,realamprandom -2119,SUCCESS,2,1,3191.65,17796334.78,17799526.43,127,2231,1216,5106.64,qftentangled -2120,SUCCESS,2,1,2142.98,17799526.43,17801669.41,127,937,1944,3428.77,realamprandom -2121,SUCCESS,2,1,2179.35,17801669.41,17803848.76,127,860,2154,3486.96,qnn -2122,SUCCESS,2,1,53402.66,17803848.76,17857251.42,127,11258,4032,85444.26,realamprandom -2123,SUCCESS,2,1,5375.97,17857251.42,17862627.39,127,1149,3977,8601.55,ae -2124,SUCCESS,2,1,693.64,17862627.39,17863321.03,127,177,3331,1109.82,wstate -2127,SUCCESS,2,1,5967.51,17863321.03,17869288.54,127,1278,3969,9548.02,su2random -2128,SUCCESS,2,1,10337.32,17869288.54,17879625.86,127,2229,3942,16539.71,qftentangled -2130,SUCCESS,2,1,18263.68,17879625.86,17897889.54,127,6974,2226,29221.89,qnn -2131,SUCCESS,2,1,18891.05,17897889.54,17916780.59,127,5471,2935,30225.68,su2random -2132,SUCCESS,2,1,12315.58,17916780.59,17929096.17,127,6887,1520,19704.93,qpeinexact -2133,SUCCESS,2,1,2612.76,17929096.17,17931708.93,127,620,3582,4180.42,qpeinexact -2134,SUCCESS,2,1,6621.57,17931708.93,17938330.5,127,1473,3821,10594.51,qnn -2135,SUCCESS,2,1,1270.26,17938330.5,17939600.76,127,273,3955,2032.42,wstate -2137,SUCCESS,2,1,10155.8,17939600.76,17949756.56,127,5194,1662,16249.28,qpeinexact -2138,SUCCESS,2,1,3957.78,17949756.56,17953714.34,127,1111,3028,6332.45,qftentangled -2139,SUCCESS,2,1,19132.04,17953714.34,17972846.38,127,9703,1676,30611.26,ae -2140,SUCCESS,2,1,25370.19,17972846.38,17998216.57,127,13361,1614,40592.3,realamprandom -2141,SUCCESS,2,1,3887.38,17998216.57,18002103.95,127,2829,1168,6219.81,qpeexact -2142,SUCCESS,2,1,7643.15,18002103.95,18009747.1,127,2392,2716,12229.04,qftentangled -2144,SUCCESS,2,1,60.09,18009747.1,18009807.19,127,29,1761,96.14,graphstate -2146,SUCCESS,2,1,36092.04,18009807.19,18045899.23,127,10586,2898,57747.26,qpeexact -2147,SUCCESS,2,1,4823.02,18045899.23,18050722.25,127,3228,1270,7716.83,qnn -2148,SUCCESS,2,1,2620.66,18050722.25,18053342.91,127,1491,1494,4193.06,qftentangled -2149,SUCCESS,2,1,10491.86,18053342.91,18063834.77,127,4495,1984,16786.98,qftentangled -2150,SUCCESS,2,1,19908.3,18063834.77,18083743.07,127,5194,3258,31853.28,qpeinexact -2151,SUCCESS,2,1,1597.25,18083743.07,18085340.32,127,753,1803,2555.6,qftentangled -2152,SUCCESS,2,1,28308.18,18085340.32,18113648.5,127,6064,3968,45293.09,qnn -2153,SUCCESS,2,1,9806.38,18113648.5,18123454.88,127,4479,1861,15690.21,su2random -2154,SUCCESS,2,1,2949.01,18123454.88,18126403.89,127,902,2779,4718.42,qftentangled -2155,SUCCESS,2,1,8221.9,18126403.89,18134625.79,127,3168,2206,13155.04,qpeexact -2157,SUCCESS,2,1,927.36,18134625.79,18135553.15,127,750,1051,1483.78,dj -2158,SUCCESS,2,1,7367.13,18135553.15,18142920.28,127,1641,3816,11787.41,qpeinexact -2159,SUCCESS,2,1,5913.48,18142920.28,18148833.76,127,2291,2194,9461.57,qpeexact -2160,SUCCESS,2,1,117.51,18148833.76,18148951.27,127,84,1189,188.02,graphstate -2162,SUCCESS,2,1,29171.24,18148951.27,18178122.51,127,6967,3559,46673.98,ae -2163,SUCCESS,2,1,341.85,18178122.51,18178464.36,127,165,1761,546.96,graphstate -2164,SUCCESS,2,1,4343.19,18178464.36,18182807.55,127,3188,1158,6949.1,qft -2165,SUCCESS,2,1,13359.18,18182807.55,18196166.73,127,2790,4070,21374.69,qpeexact -2166,SUCCESS,2,1,1028.24,18196166.73,18197194.97,127,368,2375,1645.18,realamprandom -2167,SUCCESS,2,1,52916.74,18197194.97,18250111.71,127,13709,3281,84666.78,realamprandom -2168,SUCCESS,2,1,719.89,18250111.71,18250831.6,127,173,3537,1151.82,wstate -2169,SUCCESS,2,1,27378.02,18250831.6,18278209.62,127,7156,3252,43804.83,qpeexact -2170,SUCCESS,2,1,9385.24,18278209.62,18287594.86,127,3646,2188,15016.38,twolocalrandom -2171,SUCCESS,2,1,5262.25,18287594.86,18292857.11,127,1154,3876,8419.6,realamprandom -2172,SUCCESS,2,1,18927.81,18292857.11,18311784.92,127,4981,3230,30284.5,qpeexact -2173,SUCCESS,2,1,709.65,18311784.92,18312494.57,127,282,2139,1135.44,ae -2174,SUCCESS,2,1,2135.01,18312494.57,18314629.58,127,631,2876,3416.02,dj -2175,SUCCESS,2,1,42395.54,18314629.58,18357025.12,127,8962,4021,67832.86,random -2176,SUCCESS,2,1,1765.25,18357025.12,18358790.37,127,379,3959,2824.4,dj -2177,SUCCESS,2,1,19971.55,18358790.37,18378761.92,127,9231,1839,31954.48,qpeinexact -2178,SUCCESS,2,1,18051.03,18378761.92,18396812.95,127,8477,1810,28881.65,ae -2179,SUCCESS,2,1,48515.57,18396812.95,18445328.52,127,10991,3752,77624.91,realamprandom -2180,SUCCESS,2,1,1199.96,18445328.52,18446528.48,127,860,1186,1919.94,ghz -2181,SUCCESS,2,1,9885.15,18446528.48,18456413.63,127,3969,2117,15816.24,ae -2183,SUCCESS,2,1,14564.03,18456413.63,18470977.66,127,3539,3498,23302.45,su2random -2186,SUCCESS,2,1,20416.12,18470977.66,18491393.78,127,4778,3632,32665.79,qpeexact -2187,SUCCESS,2,1,2495.71,18491393.78,18493889.49,127,1045,2030,3993.14,pricingcall -2190,SUCCESS,2,1,6937.92,18493889.49,18500827.41,127,2448,2409,11100.67,qnn -2191,SUCCESS,2,1,831.2,18500827.41,18501658.61,127,335,2109,1329.92,realamprandom -2195,SUCCESS,2,1,286.85,18501658.61,18501945.46,127,155,1573,458.96,dj -2196,SUCCESS,2,1,18378.48,18501945.46,18520323.94,127,4196,3723,29405.57,su2random -2197,SUCCESS,2,1,420.7,18520323.94,18520744.64,127,99,3612,673.12,qft -2198,SUCCESS,2,1,3663.61,18520744.64,18524408.25,127,2038,1528,5861.78,random -2199,SUCCESS,2,1,19716.34,18524408.25,18544124.59,127,9118,1838,31546.14,qnn -2200,SUCCESS,2,1,87.06,18544124.59,18544211.65,127,20,3700,139.3,routing -2201,SUCCESS,2,1,338.65,18544211.65,18544550.3,127,75,3838,541.84,ghz -2202,SUCCESS,2,1,49.78,18544550.3,18544600.08,127,22,1923,79.65,graphstate -2203,SUCCESS,2,1,1493.22,18544600.08,18546093.3,127,1157,1097,2389.15,qft -2205,SUCCESS,2,1,8538.99,18546093.3,18554632.29,127,6295,1153,13662.38,qft -2206,SUCCESS,2,1,12504.49,18554632.29,18567136.78,127,7295,1457,20007.18,realamprandom -2208,SUCCESS,2,1,31409.26,18567136.78,18598546.04,127,8105,3294,50254.82,qft -2209,SUCCESS,2,1,984.42,18598546.04,18599530.46,127,434,1928,1575.07,qftentangled -2211,SUCCESS,2,1,2902.58,18599530.46,18602433.04,127,1210,2039,4644.13,wstate -2213,SUCCESS,2,1,23192.66,18602433.04,18625625.7,127,9740,2024,37108.26,qnn -2214,SUCCESS,2,1,105.05,18625625.7,18625730.75,127,28,3189,168.08,graphstate -2215,SUCCESS,2,1,1148.66,18625730.75,18626879.41,127,521,1874,1837.86,portfolioqaoa -2216,SUCCESS,2,1,1341.72,18626879.41,18628221.13,127,492,2318,2146.75,ghz -2217,SUCCESS,2,1,4869.41,18628221.13,18633090.54,127,2211,1872,7791.06,qpeexact -2218,SUCCESS,2,1,1236.73,18633090.54,18634327.27,127,309,3402,1978.77,qnn -2220,SUCCESS,2,1,1357.72,18634327.27,18635684.99,127,797,1448,2172.35,wstate -2222,SUCCESS,2,1,20036.15,18635684.99,18655721.14,127,10474,1626,32057.84,realamprandom -2224,SUCCESS,2,1,50577.45,18655721.14,18706298.59,127,12049,3568,80923.92,realamprandom -2226,SUCCESS,2,1,2874.1,18706298.59,18709172.69,127,1486,1644,4598.56,random -2227,SUCCESS,2,1,6139.69,18709172.69,18715312.38,127,2497,2090,9823.5,qpeinexact -2228,SUCCESS,2,1,8749.78,18715312.38,18724062.16,127,6456,1152,13999.65,qpeinexact -2229,SUCCESS,2,1,30247.01,18724062.16,18754309.17,127,7611,3378,48395.22,qpeinexact -2230,SUCCESS,2,1,127.64,18754309.17,18754436.81,127,41,2646,204.22,dj -2231,SUCCESS,2,1,215.26,18754436.81,18754652.07,127,114,1605,344.42,ghz -2232,SUCCESS,2,1,74982.47,18754652.07,18829634.54,127,17078,3732,119971.95,random -2233,SUCCESS,2,1,2150.53,18829634.54,18831785.07,127,851,2148,3440.85,ghz -2234,SUCCESS,2,1,2321.53,18831785.07,18834106.6,127,1269,1555,3714.45,random -2235,SUCCESS,2,1,12622.31,18834106.6,18846728.91,127,4224,2540,20195.7,grover-v-chain -2236,SUCCESS,2,1,6131.01,18846728.91,18852859.92,127,1603,3251,9809.62,twolocalrandom -2238,SUCCESS,2,1,820.16,18852859.92,18853680.08,127,335,2081,1312.26,realamprandom -2239,SUCCESS,2,1,39699.88,18853680.08,18893379.96,127,8749,3857,63519.81,pricingput -2240,SUCCESS,2,1,15962.63,18893379.96,18909342.59,127,3770,3599,25540.21,qpeexact -2241,SUCCESS,2,1,562.67,18909342.59,18909905.26,127,205,2333,900.27,wstate -2242,SUCCESS,2,1,10718.55,18909905.26,18920623.81,127,4893,1862,17149.68,qpeexact -2243,SUCCESS,2,1,29326.29,18920623.81,18949950.1,127,9081,2745,46922.06,qpeexact -2244,SUCCESS,2,1,21114,18949950.1,18971064.1,127,5865,3060,33782.4,ae -2245,SUCCESS,2,1,6422.83,18971064.1,18977486.93,127,1620,3370,10276.53,su2random -2246,SUCCESS,2,1,955.9,18977486.93,18978442.83,127,573,1418,1529.44,qnn -2247,SUCCESS,2,1,2518.36,18978442.83,18980961.19,127,1925,1112,4029.38,qpeinexact -2248,SUCCESS,2,1,47688.61,18980961.19,19028649.8,127,13997,2896,76301.78,realamprandom -2249,SUCCESS,2,1,895.66,19028649.8,19029545.46,127,535,1423,1433.06,dj -2250,SUCCESS,2,1,231.2,19029545.46,19029776.66,127,92,2136,369.92,dj -2252,SUCCESS,2,1,1260.71,19029776.66,19031037.37,127,570,1880,2017.14,su2random -2253,SUCCESS,2,1,195.97,19031037.37,19031233.34,127,63,2644,313.55,graphstate -2254,SUCCESS,2,1,9786.24,19031233.34,19041019.58,127,2155,3860,15657.98,qnn -2255,SUCCESS,2,1,2379.71,19041019.58,19043399.29,127,775,2610,3807.54,qnn -2256,SUCCESS,2,1,625.06,19043399.29,19044024.35,127,247,2151,1000.1,dj -2257,SUCCESS,2,1,170.42,19044024.35,19044194.77,127,47,3082,272.67,ghz -2258,SUCCESS,2,1,42457.7,19044194.77,19086652.47,127,10320,3497,67932.32,qnn -2259,SUCCESS,2,1,1642.37,19086652.47,19088294.84,127,370,3773,2627.79,dj -2260,SUCCESS,2,1,23664.24,19088294.84,19111959.08,127,5575,3608,37862.78,qft -2261,SUCCESS,2,1,81984.78,19111959.08,19193943.86,127,37628,1852,131175.65,random -2262,SUCCESS,2,1,11537.03,19193943.86,19205480.89,127,3893,2519,18459.25,qft -2263,SUCCESS,2,1,215.05,19205480.89,19205695.94,127,51,3584,344.08,ghz -2264,SUCCESS,2,1,460.52,19205695.94,19206156.46,127,197,1987,736.83,qpeexact -2265,SUCCESS,2,1,3297.59,19206156.46,19209454.05,127,2431,1153,5276.14,qft -2266,SUCCESS,2,1,417.37,19209454.05,19209871.42,127,181,1960,667.79,qnn -2267,SUCCESS,2,1,82.47,19209871.42,19209953.89,127,26,2696,131.95,vqe -2268,SUCCESS,2,1,1680.37,19209953.89,19211634.26,127,402,3553,2688.59,qftentangled -2269,SUCCESS,2,1,18111.41,19211634.26,19229745.67,127,4293,3586,28978.26,twolocalrandom -2270,SUCCESS,2,1,27833.15,19229745.67,19257578.82,127,7435,3182,44533.04,realamprandom -2271,SUCCESS,2,1,2453.1,19257578.82,19260031.92,127,1442,1446,3924.96,qpeinexact -2273,SUCCESS,2,1,2306.63,19260031.92,19262338.55,127,1033,1898,3690.61,qftentangled -2275,SUCCESS,2,1,15.18,19262338.55,19262353.73,127,10,1290,24.29,ghz -2276,SUCCESS,2,1,4405.14,19262353.73,19266758.87,127,2542,1473,7048.22,twolocalrandom -2277,SUCCESS,2,1,4631.39,19266758.87,19271390.26,127,1012,3890,7410.22,qft -2278,SUCCESS,2,1,12249.62,19271390.26,19283639.88,127,2630,3959,19599.39,qpeexact -2279,SUCCESS,2,1,40820.96,19283639.88,19324460.84,127,11754,2952,65313.54,twolocalrandom -2280,SUCCESS,2,1,16746.71,19324460.84,19341207.55,127,6581,2163,26794.74,qft -2281,SUCCESS,2,1,29428.83,19341207.55,19370636.38,127,7147,3500,47086.13,qpeexact -2283,SUCCESS,2,1,30377.65,19370636.38,19401014.03,127,8550,3020,48604.24,realamprandom -2284,SUCCESS,2,1,332.48,19401014.03,19401346.51,127,120,2355,531.97,ghz -2286,SUCCESS,2,1,4709.64,19401346.51,19406056.15,127,1159,3454,7535.42,qft -2287,SUCCESS,2,1,3551.21,19406056.15,19409607.36,127,2505,1205,5681.94,ae -2289,SUCCESS,2,1,8931.34,19409607.36,19418538.7,127,5804,1308,14290.14,qpeexact -2291,SUCCESS,2,1,28637.1,19418538.7,19447175.8,127,6311,3857,45819.36,twolocalrandom -2292,SUCCESS,2,1,1293.84,19447175.8,19448469.64,127,577,1906,2070.14,dj -2293,SUCCESS,2,1,17962.41,19448469.64,19466432.05,127,4708,3243,28739.86,qpeexact -2295,SUCCESS,2,1,20253.47,19466432.05,19486685.52,127,7811,2204,32405.55,random -2296,SUCCESS,2,1,52316.97,19486685.52,19539002.49,127,15398,2888,83707.15,random -2297,SUCCESS,2,1,16963.67,19539002.49,19555966.16,127,3754,3841,27141.87,su2random -2298,SUCCESS,2,1,1614.12,19555966.16,19557580.28,127,392,3500,2582.59,twolocalrandom -2299,SUCCESS,2,1,8917.6,19557580.28,19566497.88,127,2796,2711,14268.16,ae -2301,SUCCESS,2,1,518.35,19566497.88,19567016.23,127,268,1644,829.36,graphstate -2302,SUCCESS,2,1,17214.57,19567016.23,19584230.8,127,6615,2212,27543.31,qnn -2303,SUCCESS,2,1,2062.74,19584230.8,19586293.54,127,671,2613,3300.38,dj -2304,SUCCESS,2,1,1084.88,19586293.54,19587378.42,127,235,3924,1735.81,wstate -2305,SUCCESS,2,1,2366.46,19587378.42,19589744.88,127,552,3644,3786.34,dj -2309,SUCCESS,2,1,20926.89,19589744.88,19610671.77,127,8677,2050,33483.02,qpeinexact -2310,SUCCESS,2,1,6380.43,19610671.77,19617052.2,127,2432,2230,10208.69,qftentangled -2311,SUCCESS,2,1,41310.15,19617052.2,19658362.35,127,9716,3614,66096.24,realamprandom -2312,SUCCESS,2,1,2951.11,19658362.35,19661313.46,127,707,3548,4721.78,twolocalrandom -2313,SUCCESS,2,1,137.51,19661313.46,19661450.97,127,80,1461,220.02,ghz -2314,SUCCESS,2,1,236.7,19661450.97,19661687.67,127,153,1315,378.72,qpeinexact -2317,SUCCESS,2,1,1591.06,19661687.67,19663278.73,127,560,2415,2545.7,dj -2318,SUCCESS,2,1,1046.81,19663278.73,19664325.54,127,351,2535,1674.9,dj -2320,SUCCESS,2,1,10265.82,19664325.54,19674591.36,127,2359,3699,16425.31,qnn -2321,SUCCESS,2,1,103.29,19674591.36,19674694.65,127,59,1488,165.26,ghz -2323,SUCCESS,2,1,34821.29,19674694.65,19709515.94,127,7732,3828,55714.06,qpeinexact -2324,SUCCESS,2,1,228.14,19709515.94,19709744.08,127,189,1026,365.02,wstate -2325,SUCCESS,2,1,27828.52,19709744.08,19737572.6,127,10040,2356,44525.63,twolocalrandom -2327,SUCCESS,2,1,10149.18,19737572.6,19747721.78,127,5135,1680,16238.69,qpeinexact -2328,SUCCESS,2,1,14352.36,19747721.78,19762074.14,127,10739,1136,22963.78,qpeinexact -2330,SUCCESS,2,1,7295.28,19762074.14,19769369.42,127,3082,2012,11672.45,qftentangled -2331,SUCCESS,2,1,1365.46,19769369.42,19770734.88,127,496,2340,2184.74,wstate -2333,SUCCESS,2,1,12675.12,19770734.88,19783410,127,4506,2391,20280.19,realamprandom -2334,SUCCESS,2,1,22739.76,19783410,19806149.76,127,5986,3229,36383.62,qftentangled -2337,SUCCESS,2,1,1251.42,19806149.76,19807401.18,127,564,1886,2002.27,wstate -2338,SUCCESS,2,1,127989.26,19807401.18,19935390.44,127,53777,2023,204782.82,grover-v-chain -2339,SUCCESS,2,1,677.09,19935390.44,19936067.53,127,240,2398,1083.34,portfolioqaoa -2340,SUCCESS,2,1,7129.75,19936067.53,19943197.28,127,5565,1089,11407.6,qft -2341,SUCCESS,2,1,3811.15,19943197.28,19947008.43,127,1823,1777,6097.84,qftentangled -2342,SUCCESS,2,1,5357.66,19947008.43,19952366.09,127,1993,2285,8572.26,qftentangled -2343,SUCCESS,2,1,2536.17,19952366.09,19954902.26,127,928,2323,4057.87,qftentangled -2344,SUCCESS,2,1,8601.59,19954902.26,19963503.85,127,4884,1497,13762.54,qft -2345,SUCCESS,2,1,7630.05,19963503.85,19971133.9,127,2645,2452,12208.08,twolocalrandom -2347,SUCCESS,2,1,12136.58,19971133.9,19983270.48,127,4687,2201,19418.53,twolocalrandom -2348,SUCCESS,2,1,154.95,19983270.48,19983425.43,127,35,3763,247.92,qaoa -2349,SUCCESS,2,1,24760.56,19983425.43,20008185.99,127,12373,1701,39616.9,random -2351,SUCCESS,2,1,3038.95,20008185.99,20011224.94,127,1366,1891,4862.32,qftentangled -2352,SUCCESS,2,1,27947.66,20011224.94,20039172.6,127,6323,3757,44716.26,qpeinexact -2355,SUCCESS,2,1,233.23,20039172.6,20039405.83,127,56,3540,373.17,graphstate -2356,SUCCESS,2,1,76.77,20039405.83,20039482.6,127,25,2610,122.83,vqe -2358,SUCCESS,2,1,40600.82,20039482.6,20080083.42,127,9494,3635,64961.31,qwalk-noancilla -2359,SUCCESS,2,1,521.18,20080083.42,20080604.6,127,125,3544,833.89,qft -2360,SUCCESS,2,1,915.55,20080604.6,20081520.15,127,295,2638,1464.88,qftentangled -2361,SUCCESS,2,1,64.71,20081520.15,20081584.86,127,22,2500,103.54,ghz -2362,SUCCESS,2,1,66296.16,20081584.86,20147881.02,127,13890,4057,106073.86,su2random -2363,SUCCESS,2,1,27416.13,20147881.02,20175297.15,127,8577,2717,43865.81,su2random -2366,SUCCESS,2,1,3136.72,20175297.15,20178433.87,127,895,2979,5018.75,wstate -2367,SUCCESS,2,1,9143.72,20178433.87,20187577.59,127,2033,3823,14629.95,ae -2368,SUCCESS,2,1,143.89,20187577.59,20187721.48,127,98,1248,230.22,tsp -2369,SUCCESS,2,1,1570.71,20187721.48,20189292.19,127,338,3950,2513.14,qft -2370,SUCCESS,2,1,1836.81,20189292.19,20191129,127,697,2240,2938.9,dj -2371,SUCCESS,2,1,342.78,20191129,20191471.78,127,197,1479,548.45,graphstate -2372,SUCCESS,2,1,8140.87,20191471.78,20199612.65,127,3047,2271,13025.39,ae -2374,SUCCESS,2,1,37.73,20199612.65,20199650.38,127,30,1069,60.37,ghz -2377,SUCCESS,2,1,978.78,20199650.38,20200629.16,127,561,1483,1566.05,dj -2379,SUCCESS,2,1,7488.22,20200629.16,20208117.38,127,1937,3286,11981.15,qpeexact -2381,SUCCESS,2,1,5461.52,20208117.38,20213578.9,127,1448,3206,8738.43,qftentangled -2382,SUCCESS,2,1,6168.78,20213578.9,20219747.68,127,1555,3372,9870.05,realamprandom -2383,SUCCESS,2,1,234.39,20219747.68,20219982.07,127,58,3435,375.02,ghz -2384,SUCCESS,2,1,3058.01,20219982.07,20223040.08,127,786,3307,4892.82,twolocalrandom -2385,SUCCESS,2,1,1983.39,20223040.08,20225023.47,127,533,3163,3173.42,qpeexact -2386,SUCCESS,2,1,25256.44,20225023.47,20250279.91,127,10371,2070,40410.3,qpeinexact -2388,SUCCESS,2,1,191.86,20250279.91,20250471.77,127,134,1217,306.98,graphstate -2390,SUCCESS,2,1,24827.19,20250471.77,20275298.96,127,5632,3747,39723.5,qft -2392,SUCCESS,2,1,10874.12,20275298.96,20286173.08,127,4680,1975,17398.59,realamprandom -2393,SUCCESS,2,1,51006.82,20286173.08,20337179.9,127,11134,3894,81610.91,su2random -2395,SUCCESS,2,1,37772.6,20337179.9,20374952.5,127,9242,3474,60436.16,su2random -2398,SUCCESS,2,1,5206.71,20374952.5,20380159.21,127,1584,2794,8330.74,realamprandom -2400,SUCCESS,2,1,74756.16,20380159.21,20454915.37,127,17183,3698,119609.86,random -2402,SUCCESS,2,1,35029.92,20454915.37,20489945.29,127,12094,2462,56047.87,realamprandom -2403,SUCCESS,2,1,329.87,20489945.29,20490275.16,127,191,1468,527.79,graphstate -2404,SUCCESS,2,1,2325.24,20490275.16,20492600.4,127,509,3883,3720.38,su2random -2405,SUCCESS,2,1,13959.32,20492600.4,20506559.72,127,3139,3780,22334.91,ae -2406,SUCCESS,2,1,95792.83,20506559.72,20602352.55,127,28450,2862,153268.53,grover-v-chain -2407,SUCCESS,2,1,9466.48,20602352.55,20611819.03,127,3850,2090,15146.37,qpeinexact -2408,SUCCESS,2,1,972.22,20611819.03,20612791.25,127,659,1254,1555.55,realamprandom -2409,SUCCESS,2,1,4022.95,20612791.25,20616814.2,127,1682,2033,6436.72,random -2411,SUCCESS,2,1,7193.54,20616814.2,20624007.74,127,2622,2332,11509.66,su2random -2413,SUCCESS,2,1,22236.94,20624007.74,20646244.68,127,6113,3092,35579.1,ae -2414,SUCCESS,2,1,78.29,20646244.68,20646322.97,127,30,2218,125.26,routing -2415,SUCCESS,2,1,2136.73,20646322.97,20648459.7,127,963,1886,3418.77,twolocalrandom -2416,SUCCESS,2,1,23761.69,20648459.7,20672221.39,127,9231,2188,38018.7,qpeexact -2417,SUCCESS,2,1,20094.18,20672221.39,20692315.57,127,8506,2008,32150.69,qnn -2418,SUCCESS,2,1,1363.72,20692315.57,20693679.29,127,286,4053,2181.95,dj -2419,SUCCESS,2,1,551.97,20693679.29,20694231.26,127,129,3637,883.15,vqe -2420,SUCCESS,2,1,2700.3,20694231.26,20696931.56,127,1238,1854,4320.48,ae -2422,SUCCESS,2,1,4055.3,20696931.56,20700986.86,127,3029,1138,6488.48,realamprandom -2423,SUCCESS,2,1,1342.46,20700986.86,20702329.32,127,491,2324,2147.94,portfoliovqe -2424,SUCCESS,2,1,87.46,20702329.32,20702416.78,127,31,2398,139.94,ghz -2425,SUCCESS,2,1,263.02,20702416.78,20702679.8,127,115,1944,420.83,dj -2426,SUCCESS,2,1,50.32,20702679.8,20702730.12,127,16,2673,80.51,ghz -2427,SUCCESS,2,1,18106.17,20702730.12,20720836.29,127,4612,3337,28969.87,qftentangled -2428,SUCCESS,2,1,130.56,20720836.29,20720966.85,127,64,1734,208.9,graphstate -2429,SUCCESS,2,1,419.69,20720966.85,20721386.54,127,96,3716,671.5,graphstate -2430,SUCCESS,2,1,1217.48,20721386.54,20722604.02,127,324,3194,1947.97,ae -2431,SUCCESS,2,1,467.31,20722604.02,20723071.33,127,253,1570,747.7,wstate -2432,SUCCESS,2,1,199.02,20723071.33,20723270.35,127,111,1524,318.43,graphstate -2433,SUCCESS,2,1,4511.86,20723270.35,20727782.21,127,2412,1590,7218.98,ae -2434,SUCCESS,2,1,19241.57,20727782.21,20747023.78,127,5808,2816,30786.51,realamprandom -2435,SUCCESS,2,1,117.62,20747023.78,20747141.4,127,43,2325,188.19,qaoa -2436,SUCCESS,2,1,32729.73,20747141.4,20779871.13,127,7198,3865,52367.57,ae -2437,SUCCESS,2,1,21133.05,20779871.13,20801004.18,127,7851,2288,33812.88,qnn -2438,SUCCESS,2,1,6461.92,20801004.18,20807466.1,127,3289,1670,10339.07,ae -2440,SUCCESS,2,1,1816.44,20807466.1,20809282.54,127,601,2569,2906.3,dj -2443,SUCCESS,2,1,21546.25,20809282.54,20830828.79,127,6154,2976,34474,random -2444,SUCCESS,2,1,21151.89,20830828.79,20851980.68,127,4576,3929,33843.02,qpeinexact -2445,SUCCESS,2,1,615.05,20851980.68,20852595.73,127,274,1908,984.08,qft -2446,SUCCESS,2,1,104.48,20852595.73,20852700.21,127,41,2166,167.17,graphstate -2448,SUCCESS,2,1,4866.6,20852700.21,20857566.81,127,1888,2191,7786.56,qpeinexact -2449,SUCCESS,2,1,1445.61,20857566.81,20859012.42,127,707,1738,2312.98,qpeexact -2450,SUCCESS,2,1,9332.23,20859012.42,20868344.65,127,5229,1517,14931.57,su2random -2451,SUCCESS,2,1,2193.85,20868344.65,20870538.5,127,748,2493,3510.16,twolocalrandom -2452,SUCCESS,2,1,310.47,20870538.5,20870848.97,127,73,3615,496.75,graphstate -2453,SUCCESS,2,1,6998.48,20870848.97,20877847.45,127,1975,3012,11197.57,qnn -2455,SUCCESS,2,1,272.03,20877847.45,20878119.48,127,178,1299,435.25,ae -2456,SUCCESS,2,1,3284.54,20878119.48,20881404.02,127,2214,1261,5255.26,qftentangled -2457,SUCCESS,2,1,2826.73,20881404.02,20884230.75,127,612,3926,4522.77,portfoliovqe -2458,SUCCESS,2,1,1329.4,20884230.75,20885560.15,127,404,2797,2127.04,qnn -2459,SUCCESS,2,1,1837.2,20885560.15,20887397.35,127,511,3056,2939.52,qpeinexact -2460,SUCCESS,2,1,17599.77,20887397.35,20904997.12,127,6637,2254,28159.63,realamprandom -2461,SUCCESS,2,1,275,20904997.12,20905272.12,127,112,2087,440,graphstate -2463,SUCCESS,2,1,358.73,20905272.12,20905630.85,127,88,3465,573.97,graphstate -2464,SUCCESS,2,1,18420.4,20905630.85,20924051.25,127,7396,2117,29472.64,realamprandom -2466,SUCCESS,2,1,10038.48,20924051.25,20934089.73,127,2567,3324,16061.57,su2random -2467,SUCCESS,2,1,21314.42,20934089.73,20955404.15,127,8765,2067,34103.07,random -2468,SUCCESS,2,1,378.83,20955404.15,20955782.98,127,201,1602,606.13,wstate -2469,SUCCESS,2,1,8476.06,20955782.98,20964259.04,127,3886,1854,13561.7,twolocalrandom -2471,SUCCESS,2,1,1182.64,20964259.04,20965441.68,127,279,3603,1892.22,su2random -2472,SUCCESS,2,1,7451.5,20965441.68,20972893.18,127,2581,2454,11922.4,twolocalrandom -2473,SUCCESS,2,1,156.92,20972893.18,20973050.1,127,64,2084,251.07,wstate -2474,SUCCESS,2,1,30.8,20973050.1,20973080.9,127,18,1454,49.28,ghz -2476,SUCCESS,2,1,14873.93,20973080.9,20987954.83,127,3460,3654,23798.29,ae -2477,SUCCESS,2,1,2611.01,20987954.83,20990565.84,127,589,3768,4177.62,portfoliovqe -2480,SUCCESS,2,1,30.35,20990565.84,20990596.19,127,18,1433,48.56,ghz -2482,SUCCESS,2,1,883.21,20990596.19,20991479.4,127,690,1088,1413.14,realamprandom -2483,SUCCESS,2,1,191.12,20991479.4,20991670.52,127,44,3692,305.79,ghz -2484,SUCCESS,2,1,15690.85,20991670.52,21007361.37,127,6719,1985,25105.36,qft -2485,SUCCESS,2,1,5343.93,21007361.37,21012705.3,127,3754,1210,8550.29,twolocalrandom -2486,SUCCESS,2,1,18074.3,21012705.3,21030779.6,127,5185,2963,28918.88,qft -2489,SUCCESS,2,1,700.46,21030779.6,21031480.06,127,169,3523,1120.74,wstate -2490,SUCCESS,2,1,1114.41,21031480.06,21032594.47,127,584,1622,1783.06,ghz -2491,SUCCESS,2,1,381.34,21032594.47,21032975.81,127,89,3642,610.14,wstate -2492,SUCCESS,2,1,513.42,21032975.81,21033489.23,127,113,3862,821.47,dj -2493,SUCCESS,2,1,18853.32,21033489.23,21052342.55,127,9596,1670,30165.31,qnn -2496,SUCCESS,2,1,406.28,21052342.55,21052748.83,127,229,1508,650.05,wstate -2497,SUCCESS,2,1,35144.48,21052748.83,21087893.31,127,9220,3240,56231.17,su2random -2498,SUCCESS,2,1,201.94,21087893.31,21088095.25,127,96,1788,323.1,graphstate -2499,SUCCESS,2,1,1189.49,21088095.25,21089284.74,127,294,3439,1903.18,dj -2500,SUCCESS,2,1,2172.76,21089284.74,21091457.5,127,1353,1365,3476.42,qft -2501,SUCCESS,2,1,314.8,21091457.5,21091772.3,127,175,1529,503.68,graphstate -2503,SUCCESS,2,1,448.96,21091772.3,21092221.26,127,184,2074,718.34,twolocalrandom -2504,SUCCESS,2,1,48.79,21092221.26,21092270.05,127,11,3770,78.06,ghz -2506,SUCCESS,2,1,233.75,21092270.05,21092503.8,127,82,2423,374,dj -2507,SUCCESS,2,1,1081.5,21092503.8,21093585.3,127,873,1053,1730.4,ghz -2508,SUCCESS,2,1,7908.65,21093585.3,21101493.95,127,4536,1482,12653.84,su2random -2509,SUCCESS,2,1,1070.18,21101493.95,21102564.13,127,230,3955,1712.29,su2random -2511,SUCCESS,2,1,3409,21102564.13,21105973.13,127,850,3409,5454.4,ae -2512,SUCCESS,2,1,1167.57,21105973.13,21107140.7,127,548,1811,1868.11,realamprandom -2514,SUCCESS,2,1,1473.88,21107140.7,21108614.58,127,353,3549,2358.21,su2random -2515,SUCCESS,2,1,1205.92,21108614.58,21109820.5,127,728,1408,1929.47,qft -2516,SUCCESS,2,1,6428.53,21109820.5,21116249.03,127,3126,1748,10285.65,qnn -2517,SUCCESS,2,1,2853.68,21116249.03,21119102.71,127,625,3881,4565.89,su2random -2518,SUCCESS,2,1,1294.05,21119102.71,21120396.76,127,289,3806,2070.48,wstate -2519,SUCCESS,2,1,3384.51,21120396.76,21123781.27,127,1427,2016,5415.22,qpeexact -2520,SUCCESS,2,1,4933.21,21123781.27,21128714.48,127,1126,3724,7893.14,wstate -2521,SUCCESS,2,1,43072.61,21128714.48,21171787.09,127,9378,3904,68916.18,qpeexact -2522,SUCCESS,2,1,12457.06,21171787.09,21184244.15,127,6516,1625,19931.3,ae -2525,SUCCESS,2,1,1541.87,21184244.15,21185786.02,127,379,3458,2466.99,ae -2526,SUCCESS,2,1,525.88,21185786.02,21186311.9,127,112,3991,841.41,ghz -2527,SUCCESS,2,1,1018.88,21186311.9,21187330.78,127,281,3082,1630.21,wstate -2530,SUCCESS,2,1,5843.44,21187330.78,21193174.22,127,2555,1944,9349.5,qftentangled -2531,SUCCESS,2,1,2562.6,21193174.22,21195736.82,127,688,3166,4100.16,ae -2533,SUCCESS,2,1,295.19,21195736.82,21196032.01,127,110,2281,472.3,graphstate -2534,SUCCESS,2,1,10747.74,21196032.01,21206779.75,127,8186,1116,17196.38,qnn -2536,SUCCESS,2,1,18878.94,21206779.75,21225658.69,127,8121,1976,30206.3,qpeinexact -2537,SUCCESS,2,1,23378.83,21225658.69,21249037.52,127,12000,1656,37406.13,realamprandom -2538,SUCCESS,2,1,5665.61,21249037.52,21254703.13,127,1545,3117,9064.98,su2random -2539,SUCCESS,2,1,996.95,21254703.13,21255700.08,127,367,2309,1595.12,dj -2541,SUCCESS,2,1,81.75,21255700.08,21255781.83,127,60,1158,130.8,ghz -2542,SUCCESS,2,1,475.49,21255781.83,21256257.32,127,192,2105,760.78,graphstate -2543,SUCCESS,2,1,6211.32,21256257.32,21262468.64,127,1627,3245,9938.11,realamprandom -2544,SUCCESS,2,1,2568.67,21262468.64,21265037.31,127,577,3784,4109.87,ghz -2545,SUCCESS,2,1,35873.28,21265037.31,21300910.59,127,11072,2754,57397.25,su2random -2546,SUCCESS,2,1,3757.54,21300910.59,21304668.13,127,929,3438,6012.06,ae -2551,SUCCESS,2,1,1384.78,21304668.13,21306052.91,127,603,1952,2215.65,qft -2552,SUCCESS,2,1,406.57,21306052.91,21306459.48,127,231,1496,650.51,qftentangled -2553,SUCCESS,2,1,28174.01,21306459.48,21334633.49,127,7821,3062,45078.42,random -2555,SUCCESS,2,1,1478.25,21334633.49,21336111.74,127,342,3674,2365.2,qpeexact -2557,SUCCESS,2,1,1901.44,21336111.74,21338013.18,127,718,2251,3042.3,qwalk-v-chain -2558,SUCCESS,2,1,6461.46,21338013.18,21344474.64,127,1995,2753,10338.34,qnn -2560,SUCCESS,2,1,16433.59,21344474.64,21360908.23,127,3802,3674,26293.74,su2random -2562,SUCCESS,2,1,48833.78,21360908.23,21409742.01,127,11457,3623,78134.05,twolocalrandom -2563,SUCCESS,2,1,3393.94,21409742.01,21413135.95,127,971,2971,5430.3,qpeinexact -2565,SUCCESS,2,1,21332.23,21413135.95,21434468.18,127,5027,3607,34131.57,random -2567,SUCCESS,2,1,1137.99,21434468.18,21435606.17,127,873,1108,1820.78,dj -2569,SUCCESS,2,1,7274.71,21435606.17,21442880.88,127,2309,2678,11639.54,realamprandom -2570,SUCCESS,2,1,2297.71,21442880.88,21445178.59,127,555,3519,3676.34,dj -2571,SUCCESS,2,1,2877.3,21445178.59,21448055.89,127,983,2488,4603.68,qft -2572,SUCCESS,2,1,967.24,21448055.89,21449023.13,127,341,2411,1547.58,portfoliovqe -2574,SUCCESS,2,1,8164.55,21449023.13,21457187.68,127,2403,2888,13063.28,random -2575,SUCCESS,2,1,2800.27,21457187.68,21459987.95,127,616,3864,4480.43,dj -2576,SUCCESS,2,1,13925.92,21459987.95,21473913.87,127,9655,1226,22281.47,twolocalrandom -2577,SUCCESS,2,1,28898.79,21473913.87,21502812.66,127,10547,2329,46238.06,su2random -2578,SUCCESS,2,1,5419.12,21502812.66,21508231.78,127,3253,1416,8670.59,qft -2579,SUCCESS,2,1,103.59,21508231.78,21508335.37,127,23,3828,165.74,vqe -2580,SUCCESS,2,1,24708.38,21508335.37,21533043.75,127,9634,2180,39533.41,su2random -2581,SUCCESS,2,1,7581.28,21533043.75,21540625.03,127,1934,3332,12130.05,qft -2582,SUCCESS,2,1,2258.37,21540625.03,21542883.4,127,1462,1313,3613.39,realamprandom -2583,SUCCESS,2,1,30807.95,21542883.4,21573691.35,127,7030,3725,49292.72,qpeexact -2585,SUCCESS,2,1,921.3,21573691.35,21574612.65,127,224,3496,1474.08,ae -2586,SUCCESS,2,1,259.36,21574612.65,21574872.01,127,89,2477,414.98,ghz -2587,SUCCESS,2,1,4602.9,21574872.01,21579474.91,127,1279,3059,7364.64,realamprandom -2588,SUCCESS,2,1,4439.74,21579474.91,21583914.65,127,1447,2608,7103.58,qpeexact -2589,SUCCESS,2,1,1545.6,21583914.65,21585460.25,127,714,1840,2472.96,wstate -2591,SUCCESS,2,1,5218.87,21585460.25,21590679.12,127,1357,3269,8350.19,wstate -2592,SUCCESS,2,1,776.69,21590679.12,21591455.81,127,337,1959,1242.7,wstate -2593,SUCCESS,2,1,30734.54,21591455.81,21622190.35,127,12317,2121,49175.26,su2random -2594,SUCCESS,2,1,4180.95,21622190.35,21626371.3,127,1403,2533,6689.52,ae -2595,SUCCESS,2,1,6779.02,21626371.3,21633150.32,127,3113,1851,10846.43,qpeexact -2596,SUCCESS,2,1,32621.48,21633150.32,21665771.8,127,7824,3544,52194.37,qftentangled -2597,SUCCESS,2,1,11848.9,21665771.8,21677620.7,127,4317,2333,18958.24,qft -2598,SUCCESS,2,1,54113.4,21677620.7,21731734.1,127,15487,2970,86581.44,random -2599,SUCCESS,2,1,3423.17,21731734.1,21735157.27,127,1379,2110,5477.07,twolocalrandom -2600,SUCCESS,2,1,7065.71,21735157.27,21742222.98,127,2692,2231,11305.14,qftentangled -2601,SUCCESS,2,1,18250.34,21742222.98,21760473.32,127,4044,3836,29200.54,qpeexact -2602,SUCCESS,2,1,6056.16,21760473.32,21766529.48,127,2442,2108,9689.86,qnn -2603,SUCCESS,2,1,20201.91,21766529.48,21786731.39,127,7084,2424,32323.06,ae -2604,SUCCESS,2,1,6337.5,21786731.39,21793068.89,127,1731,3112,10140,realamprandom -2605,SUCCESS,2,1,3437.99,21793068.89,21796506.88,127,2681,1090,5500.78,qpeexact -2606,SUCCESS,2,1,1761.84,21796506.88,21798268.72,127,797,1879,2818.94,su2random -2607,SUCCESS,2,1,188.44,21798268.72,21798457.16,127,46,3482,301.5,ghz -2609,SUCCESS,2,1,272.93,21798457.16,21798730.09,127,165,1406,436.69,wstate -2610,SUCCESS,2,1,22850.66,21798730.09,21821580.75,127,5831,3331,36561.06,twolocalrandom -2612,SUCCESS,2,1,9921.13,21821580.75,21831501.88,127,2774,3040,15873.81,twolocalrandom -2613,SUCCESS,2,1,178.45,21831501.88,21831680.33,127,120,1264,285.52,graphstate -2614,SUCCESS,2,1,96.54,21831680.33,21831776.87,127,24,3419,154.46,graphstate -2616,SUCCESS,2,1,297.13,21831776.87,21832074,127,103,2452,475.41,dj -2618,SUCCESS,2,1,4846.24,21832074,21836920.24,127,1791,2300,7753.98,ae -2619,SUCCESS,2,1,4857.76,21836920.24,21841778,127,2384,1732,7772.42,qpeexact -2621,SUCCESS,2,1,2660.87,21841778,21844438.87,127,849,2664,4257.39,twolocalrandom -2622,SUCCESS,2,1,4754.53,21844438.87,21849193.4,127,1228,3291,7607.25,qftentangled -2623,SUCCESS,2,1,1842.04,21849193.4,21851035.44,127,557,2811,2947.26,dj -2624,SUCCESS,2,1,150.68,21851035.44,21851186.12,127,56,2287,241.09,ghz -2625,SUCCESS,2,1,6940.45,21851186.12,21858126.57,127,1749,3373,11104.72,qftentangled -2626,SUCCESS,2,1,4847.02,21858126.57,21862973.59,127,1560,2641,7755.23,qnn -2627,SUCCESS,2,1,97.36,21862973.59,21863070.95,127,64,1293,155.78,graphstate -2630,SUCCESS,2,1,14271.96,21863070.95,21877342.91,127,9799,1238,22835.14,qpeexact -2631,SUCCESS,2,1,10359.94,21877342.91,21887702.85,127,2978,2957,16575.9,qpeinexact -2632,SUCCESS,2,1,3693.34,21887702.85,21891396.19,127,2793,1124,5909.34,realamprandom -2635,SUCCESS,2,1,819.96,21891396.19,21892216.15,127,352,1980,1311.94,portfoliovqe -2636,SUCCESS,2,1,501.31,21892216.15,21892717.46,127,309,1379,802.1,qpeexact -2637,SUCCESS,2,1,225.67,21892717.46,21892943.13,127,65,2951,361.07,dj -2639,SUCCESS,2,1,1657.81,21892943.13,21894600.94,127,921,1530,2652.5,wstate -2640,SUCCESS,2,1,595.39,21894600.94,21895196.33,127,137,3694,952.62,graphstate -2641,SUCCESS,2,1,22362.27,21895196.33,21917558.6,127,4932,3854,35779.63,qft -2642,SUCCESS,2,1,170.37,21917558.6,21917728.97,127,47,3081,272.59,graphstate -2643,SUCCESS,2,1,1145.13,21917728.97,21918874.1,127,711,1369,1832.21,ae -2644,SUCCESS,2,1,27189.87,21918874.1,21946063.97,127,5762,4011,43503.79,qpeexact -2645,SUCCESS,2,1,506.9,21946063.97,21946570.87,127,334,1290,811.04,wstate -2646,SUCCESS,2,1,312.99,21946570.87,21946883.86,127,71,3747,500.78,ghz -2647,SUCCESS,2,1,8564.07,21946883.86,21955447.93,127,2162,3367,13702.51,qft -2649,SUCCESS,2,1,188.3,21955447.93,21955636.23,127,93,1721,301.28,wstate -2650,SUCCESS,2,1,285.32,21955636.23,21955921.55,127,169,1435,456.51,wstate -2651,SUCCESS,2,1,25790.41,21955921.55,21981711.96,127,6459,3394,41264.66,qft -2652,SUCCESS,2,1,1876.9,21981711.96,21983588.86,127,1011,1578,3003.04,qpeexact -2653,SUCCESS,2,1,47203.31,21983588.86,22030792.17,127,9798,4095,75525.3,qnn -2654,SUCCESS,2,1,304.36,22030792.17,22031096.53,127,97,2667,486.98,graphstate -2655,SUCCESS,2,1,12810.37,22031096.53,22043906.9,127,2661,4092,20496.59,qftentangled -2656,SUCCESS,2,1,665.55,22043906.9,22044572.45,127,519,1090,1064.88,qftentangled -2657,SUCCESS,2,1,1173.43,22044572.45,22045745.88,127,439,2272,1877.49,su2random -2659,SUCCESS,2,1,30027.45,22045745.88,22075773.33,127,7732,3301,48043.92,qpeexact -2662,SUCCESS,2,1,42794.2,22075773.33,22118567.53,127,9646,3771,68470.72,realamprandom -2663,SUCCESS,2,1,139.05,22118567.53,22118706.58,127,44,2686,222.48,ghz -2664,SUCCESS,2,1,3002.44,22118706.58,22121709.02,127,877,2910,4803.9,dj -2666,SUCCESS,2,1,3294.04,22121709.02,22125003.06,127,2010,1393,5270.46,qnn -2667,SUCCESS,2,1,3871.64,22125003.06,22128874.7,127,932,3531,6194.62,wstate -2668,SUCCESS,2,1,4031.01,22128874.7,22132905.71,127,1779,1926,6449.62,ae -2669,SUCCESS,2,1,13427.5,22132905.71,22146333.21,127,3527,3236,21484,realamprandom -2670,SUCCESS,2,1,686.73,22146333.21,22147019.94,127,296,1972,1098.77,dj -2671,SUCCESS,2,1,562.55,22147019.94,22147582.49,127,344,1390,900.08,dj -2672,SUCCESS,2,1,2057.3,22147582.49,22149639.79,127,627,2789,3291.68,qft -2674,SUCCESS,2,1,9874.21,22149639.79,22159514,127,7053,1190,15798.74,qpeexact -2676,SUCCESS,2,1,4236.25,22159514,22163750.25,127,2468,1459,6778,qft -2678,SUCCESS,2,1,2792.43,22163750.25,22166542.68,127,1211,1960,4467.89,realamprandom -2679,SUCCESS,2,1,8011.8,22166542.68,22174554.48,127,3887,1752,12818.88,qpeexact -2680,SUCCESS,2,1,2556.37,22174554.48,22177110.85,127,696,3122,4090.19,qftentangled -2681,SUCCESS,2,1,1338.07,22177110.85,22178448.92,127,493,2307,2140.91,qftentangled -2682,SUCCESS,2,1,7906.55,22178448.92,22186355.47,127,1899,3539,12650.48,qft -2683,SUCCESS,2,1,2212.39,22186355.47,22188567.86,127,535,3515,3539.82,dj -2684,SUCCESS,2,1,786.61,22188567.86,22189354.47,127,181,3694,1258.58,qnn -2685,SUCCESS,2,1,4976.25,22189354.47,22194330.72,127,1156,3659,7962,qftentangled -2688,SUCCESS,2,1,1449.01,22194330.72,22195779.73,127,525,2346,2318.42,realamprandom -2689,SUCCESS,2,1,69313.93,22195779.73,22265093.66,127,33324,1768,110902.29,shor -2690,SUCCESS,2,1,16044.26,22265093.66,22281137.92,127,5156,2645,25670.82,realamprandom -2691,SUCCESS,2,1,10344.8,22281137.92,22291482.72,127,2724,3228,16551.68,ae -2692,SUCCESS,2,1,2148.02,22291482.72,22293630.74,127,1081,1689,3436.83,ae -2693,SUCCESS,2,1,1249.42,22293630.74,22294880.16,127,750,1416,1999.07,wstate -2695,SUCCESS,2,1,343.29,22294880.16,22295223.45,127,107,2727,549.26,ghz -2696,SUCCESS,2,1,6366.29,22295223.45,22301589.74,127,1822,2970,10186.06,qpeinexact -2697,SUCCESS,2,1,135183.89,22301589.74,22436773.63,127,49657,2314,216294.22,random -2698,SUCCESS,2,1,14366.11,22436773.63,22451139.74,127,7026,1738,22985.78,su2random -2700,SUCCESS,2,1,19354,22451139.74,22470493.74,127,4451,3696,30966.4,qpeinexact -2701,SUCCESS,2,1,11966.3,22470493.74,22482460.04,127,6661,1527,19146.08,realamprandom -2704,SUCCESS,2,1,1514.51,22482460.04,22483974.55,127,1245,1034,2423.22,ae -2705,SUCCESS,2,1,6197.21,22483974.55,22490171.76,127,1375,3831,9915.54,wstate -2706,SUCCESS,2,1,783.67,22490171.76,22490955.43,127,542,1229,1253.87,ae -2707,SUCCESS,2,1,2629.79,22490955.43,22493585.22,127,1363,1640,4207.66,qpeinexact -2708,SUCCESS,2,1,4090.6,22493585.22,22497675.82,127,1154,3013,6544.96,twolocalrandom -2710,SUCCESS,2,1,2291.89,22497675.82,22499967.71,127,806,2417,3667.02,wstate -2711,SUCCESS,2,1,10376.76,22499967.71,22510344.47,127,5140,1716,16602.82,qft -2712,SUCCESS,2,1,457.49,22510344.47,22510801.96,127,128,3038,731.98,graphstate -2713,SUCCESS,2,1,12408.8,22510801.96,22523210.76,127,4814,2191,19854.08,ae -2714,SUCCESS,2,1,4617.86,22523210.76,22527828.62,127,3710,1058,7388.58,ae -2715,SUCCESS,2,1,4209.55,22527828.62,22532038.17,127,1553,2304,6735.28,qnn -2716,SUCCESS,2,1,804.86,22532038.17,22532843.03,127,618,1107,1287.78,wstate -2717,SUCCESS,2,1,1016.9,22532843.03,22533859.93,127,294,2940,1627.04,qpeinexact -2718,SUCCESS,2,1,98.95,22533859.93,22533958.88,127,21,4005,158.32,dj -2719,SUCCESS,2,1,28152.62,22533958.88,22562111.5,127,10892,2197,45044.19,qnn -2720,SUCCESS,2,1,378.18,22562111.5,22562489.68,127,265,1213,605.09,dj -2721,SUCCESS,2,1,3755.37,22562489.68,22566245.05,127,833,3832,6008.59,ghz -2722,SUCCESS,2,1,154.48,22566245.05,22566399.53,127,50,2626,247.17,ghz -2723,SUCCESS,2,1,39561.53,22566399.53,22605961.06,127,14141,2378,63298.45,su2random -2724,SUCCESS,2,1,962.8,22605961.06,22606923.86,127,488,1677,1540.48,dj -2725,SUCCESS,2,1,13292.79,22606923.86,22620216.65,127,3532,3199,21268.46,qft -2726,SUCCESS,2,1,4291.03,22620216.65,22624507.68,127,1043,3497,6865.65,su2random -2728,SUCCESS,2,1,14307.28,22624507.68,22638814.96,127,7663,1587,22891.65,qftentangled -2730,SUCCESS,2,1,1307.61,22638814.96,22640122.57,127,718,1548,2092.18,qpeinexact -2731,SUCCESS,2,1,157.22,22640122.57,22640279.79,127,70,1909,251.55,dj -2732,SUCCESS,2,1,21603.36,22640279.79,22661883.15,127,5115,3590,34565.38,realamprandom -2733,SUCCESS,2,1,1284.24,22661883.15,22663167.39,127,269,4058,2054.78,ghz -2735,SUCCESS,2,1,3965.41,22663167.39,22667132.8,127,1018,3311,6344.66,wstate -2736,SUCCESS,2,1,103.64,22667132.8,22667236.44,127,28,3146,165.82,vqe -2737,SUCCESS,2,1,1762.71,22667236.44,22668999.15,127,978,1532,2820.34,su2random -2740,SUCCESS,2,1,4273.08,22668999.15,22673272.23,127,1058,3433,6836.93,wstate -2741,SUCCESS,2,1,999.42,22673272.23,22674271.65,127,500,1699,1599.07,qft -2742,SUCCESS,2,1,1179.13,22674271.65,22675450.78,127,469,2137,1886.61,dj -2743,SUCCESS,2,1,1102.09,22675450.78,22676552.87,127,265,3535,1763.34,wstate -2744,SUCCESS,2,1,79.15,22676552.87,22676632.02,127,35,1922,126.64,qaoa -2745,SUCCESS,2,1,15586.8,22676632.02,22692218.82,127,5051,2623,24938.88,realamprandom -2746,SUCCESS,2,1,3927,22692218.82,22696145.82,127,935,3570,6283.2,twolocalrandom -2747,SUCCESS,2,1,96.76,22696145.82,22696242.58,127,80,1028,154.82,ghz -2748,SUCCESS,2,1,794.96,22696242.58,22697037.54,127,394,1715,1271.94,portfoliovqe -2749,SUCCESS,2,1,496.13,22697037.54,22697533.67,127,193,2185,793.81,wstate -2750,SUCCESS,2,1,65609.97,22697533.67,22763143.64,127,13622,4094,104975.95,qnn -2751,SUCCESS,2,1,9711.4,22763143.64,22772855.04,127,5973,1382,15538.24,qftentangled -2752,SUCCESS,2,1,12799.72,22772855.04,22785654.76,127,4302,2529,20479.55,qpeexact -2753,SUCCESS,2,1,6472.74,22785654.76,22792127.5,127,3271,1682,10356.38,qpeinexact -2754,SUCCESS,2,1,1791.48,22792127.5,22793918.98,127,462,3296,2866.37,su2random -2755,SUCCESS,2,1,866.3,22793918.98,22794785.28,127,309,2383,1386.08,qpeinexact -2757,SUCCESS,2,1,1226.71,22794785.28,22796011.99,127,261,3995,1962.74,qftentangled -2758,SUCCESS,2,1,23430.53,22796011.99,22819442.52,127,8566,2325,37488.85,ae -2760,SUCCESS,2,1,26470.7,22819442.52,22845913.22,127,11404,1973,42353.12,qpeexact -2761,SUCCESS,2,1,2810.75,22845913.22,22848723.97,127,2168,1102,4497.2,qpeexact -2762,SUCCESS,2,1,206.41,22848723.97,22848930.38,127,57,3078,330.26,ghz -2763,SUCCESS,2,1,14694.04,22848930.38,22863624.42,127,8266,1511,23510.46,twolocalrandom -2764,SUCCESS,2,1,2368.34,22863624.42,22865992.76,127,597,3372,3789.34,qpeinexact -2765,SUCCESS,2,1,3049.97,22865992.76,22869042.73,127,2323,1116,4879.95,qft -2766,SUCCESS,2,1,3779.69,22869042.73,22872822.42,127,815,3942,6047.5,su2random -2767,SUCCESS,2,1,6922.63,22872822.42,22879745.05,127,1621,3630,11076.21,qftentangled -2768,SUCCESS,2,1,1465.57,22879745.05,22881210.62,127,359,3470,2344.91,portfoliovqe -2769,SUCCESS,2,1,3546.24,22881210.62,22884756.86,127,860,3505,5673.98,qftentangled -2770,SUCCESS,2,1,63.97,22884756.86,22884820.83,127,32,1699,102.35,graphstate -2771,SUCCESS,2,1,3548.33,22884820.83,22888369.16,127,1136,2655,5677.33,grover-v-chain -2772,SUCCESS,2,1,14671.18,22888369.16,22903040.34,127,3500,3563,23473.89,qftentangled -2773,SUCCESS,2,1,3507.77,22903040.34,22906548.11,127,838,3558,5612.43,twolocalrandom -2774,SUCCESS,2,1,10841.32,22906548.11,22917389.43,127,2498,3689,17346.11,qpeexact -2775,SUCCESS,2,1,389.41,22917389.43,22917778.84,127,193,1715,623.06,dj -2776,SUCCESS,2,1,1606.22,22917778.84,22919385.06,127,786,1737,2569.95,dj -2778,SUCCESS,2,1,1035.29,22919385.06,22920420.35,127,317,2776,1656.46,wstate -2779,SUCCESS,2,1,1862.97,22920420.35,22922283.32,127,748,2117,2980.75,twolocalrandom -2780,SUCCESS,2,1,7361.93,22922283.32,22929645.25,127,1694,3694,11779.09,qnn -2781,SUCCESS,2,1,22479.02,22929645.25,22952124.27,127,10067,1898,35966.43,su2random -2782,SUCCESS,2,1,37524.45,22952124.27,22989648.72,127,15031,2122,60039.12,qnn -2784,SUCCESS,2,1,837.67,22989648.72,22990486.39,127,236,3017,1340.27,qft -2785,SUCCESS,2,1,7422.88,22990486.39,22997909.27,127,1697,3718,11876.61,qftentangled -2786,SUCCESS,2,1,8588.28,22997909.27,23006497.55,127,3661,1994,13741.25,qft -2787,SUCCESS,2,1,729.48,23006497.55,23007227.03,127,313,1981,1167.17,dj -2789,SUCCESS,2,1,2838.64,23007227.03,23010065.67,127,629,3836,4541.82,dj -2790,SUCCESS,2,1,2145.9,23010065.67,23012211.57,127,1019,1790,3433.44,ghz -2791,SUCCESS,2,1,16493.62,23012211.57,23028705.19,127,3592,3903,26389.79,qftentangled -2793,SUCCESS,2,1,1631.19,23028705.19,23030336.38,127,565,2454,2609.9,dj -2794,SUCCESS,2,1,16554.77,23030336.38,23046891.15,127,4407,3193,26487.63,qft -2796,SUCCESS,2,1,140827.24,23046891.15,23187718.39,127,53775,2226,225323.58,random -2797,SUCCESS,2,1,9480.12,23187718.39,23197198.51,127,2678,3009,15168.19,qpeinexact -2798,SUCCESS,2,1,699.12,23197198.51,23197897.63,127,236,2518,1118.59,random -2799,SUCCESS,2,1,417.84,23197897.63,23198315.47,127,130,2732,668.54,dj -2800,SUCCESS,2,1,3291.08,23198315.47,23201606.55,127,1903,1470,5265.73,qwalk-v-chain -2801,SUCCESS,2,1,958.02,23201606.55,23202564.57,127,365,2231,1532.83,portfolioqaoa -2802,SUCCESS,2,1,7350.63,23202564.57,23209915.2,127,3239,1929,11761.01,realamprandom -2803,SUCCESS,2,1,15676.62,23209915.2,23225591.82,127,4405,3025,25082.59,twolocalrandom -2804,SUCCESS,2,1,13149.07,23225591.82,23238740.89,127,2759,4051,21038.51,su2random -2805,SUCCESS,2,1,16167.4,23238740.89,23254908.29,127,4687,2932,25867.84,realamprandom -2806,SUCCESS,2,1,2582.18,23254908.29,23257490.47,127,913,2404,4131.49,ae -2807,SUCCESS,2,1,23451.85,23257490.47,23280942.32,127,7664,2601,37522.96,qpeexact -2808,SUCCESS,2,1,382.42,23280942.32,23281324.74,127,188,1729,611.87,dj -2809,SUCCESS,2,1,5364.77,23281324.74,23286689.51,127,2153,2118,8583.63,su2random -2810,SUCCESS,2,1,6659.55,23286689.51,23293349.06,127,4331,1307,10655.28,qpeexact -2812,SUCCESS,2,1,20970.1,23293349.06,23314319.16,127,7915,2252,33552.16,qft -2814,SUCCESS,2,1,5777.19,23314319.16,23320096.35,127,1211,4055,9243.5,random -2816,SUCCESS,2,1,313.84,23320096.35,23320410.19,127,195,1368,502.14,qpeexact -2817,SUCCESS,2,1,546.73,23320410.19,23320956.92,127,157,2960,874.77,graphstate -2818,SUCCESS,2,1,48939.89,23320956.92,23369896.81,127,12388,3358,78303.82,qnn -2819,SUCCESS,2,1,21112.11,23369896.81,23391008.92,127,4612,3891,33779.38,twolocalrandom -2820,SUCCESS,2,1,393.06,23391008.92,23391401.98,127,314,1064,628.9,random -2821,SUCCESS,2,1,1223.97,23391401.98,23392625.95,127,392,2654,1958.35,qnn -2822,SUCCESS,2,1,5830.41,23392625.95,23398456.36,127,1329,3729,9328.66,ae -2824,SUCCESS,2,1,9330.5,23398456.36,23407786.86,127,5187,1529,14928.8,qnn -2825,SUCCESS,2,1,10099.09,23407786.86,23417885.95,127,2904,2956,16158.54,ae -2827,SUCCESS,2,1,5262.93,23417885.95,23423148.88,127,2053,2179,8420.69,qftentangled -2828,SUCCESS,2,1,1746.95,23423148.88,23424895.83,127,717,2071,2795.12,qnn -2829,SUCCESS,2,1,669.6,23424895.83,23425565.43,127,153,3720,1071.36,qftentangled -2830,SUCCESS,2,1,8388.86,23425565.43,23433954.29,127,2793,2553,13422.18,twolocalrandom -2832,SUCCESS,2,1,6145.07,23433954.29,23440099.36,127,2067,2527,9832.11,pricingput -2834,SUCCESS,2,1,199.5,23440099.36,23440298.86,127,78,2174,319.2,dj -2835,SUCCESS,2,1,520.09,23440298.86,23440818.95,127,148,2987,832.14,wstate -2837,SUCCESS,2,1,24762.62,23440818.95,23465581.57,127,5219,4033,39620.19,qpeinexact -2840,SUCCESS,2,1,7245.33,23465581.57,23472826.9,127,1518,4057,11592.53,pricingput -2842,SUCCESS,2,1,193.23,23472826.9,23473020.13,127,107,1535,309.17,graphstate -2843,SUCCESS,2,1,7532.19,23473020.13,23480552.32,127,4047,1582,12051.5,ae -2844,SUCCESS,2,1,406.45,23480552.32,23480958.77,127,325,1063,650.32,wstate -2847,SUCCESS,2,1,5946.5,23480958.77,23486905.27,127,1752,2885,9514.4,qpeexact -2848,SUCCESS,2,1,43204.82,23486905.27,23530110.09,127,14464,2539,69127.71,random -2850,SUCCESS,2,1,11540.35,23530110.09,23541650.44,127,3053,3213,18464.56,qpeexact -2852,SUCCESS,2,1,6038.64,23541650.44,23547689.08,127,1327,3868,9661.82,qpeinexact -2853,SUCCESS,2,1,21959.43,23547689.08,23569648.51,127,5612,3326,35135.09,su2random -2854,SUCCESS,2,1,4887.27,23569648.51,23574535.78,127,2498,1663,7819.63,qpeinexact -2855,SUCCESS,2,1,22257.4,23574535.78,23596793.18,127,4846,3904,35611.84,qft -2857,SUCCESS,2,1,34983.63,23596793.18,23631776.81,127,8677,3427,55973.81,qpeexact -2858,SUCCESS,2,1,7526.36,23631776.81,23639303.17,127,1645,3889,12042.18,qftentangled -2859,SUCCESS,2,1,6951.04,23639303.17,23646254.21,127,2177,2714,11121.66,qftentangled -2860,SUCCESS,2,1,9684.84,23646254.21,23655939.05,127,3730,2207,15495.74,qpeinexact -2861,SUCCESS,2,1,18370.44,23655939.05,23674309.49,127,6748,2314,29392.7,su2random -2862,SUCCESS,2,1,1868.6,23674309.49,23676178.09,127,424,3746,2989.76,dj -2863,SUCCESS,2,1,977.8,23676178.09,23677155.89,127,305,2725,1564.48,groundstate -2865,SUCCESS,2,1,264.05,23677155.89,23677419.94,127,82,2737,422.48,graphstate -2866,SUCCESS,2,1,1275.45,23677419.94,23678695.39,127,491,2208,2040.72,dj -2867,SUCCESS,2,1,2744.97,23678695.39,23681440.36,127,740,3153,4391.95,portfoliovqe -2868,SUCCESS,2,1,25018.9,23681440.36,23706459.26,127,6456,3294,40030.24,qpeexact -2869,SUCCESS,2,1,3255.99,23706459.26,23709715.25,127,821,3371,5209.58,dj -2870,SUCCESS,2,1,187.93,23709715.25,23709903.18,127,82,1948,300.69,dj -2871,SUCCESS,2,1,2608.13,23709903.18,23712511.31,127,568,3903,4173.01,random -2872,SUCCESS,2,1,112518.88,23712511.31,23825030.19,127,27610,3464,180030.21,random -2873,SUCCESS,2,1,877.76,23825030.19,23825907.95,127,549,1359,1404.42,dj -2875,SUCCESS,2,1,18768.83,23825907.95,23844676.78,127,4252,3752,30030.13,qpeexact -2876,SUCCESS,2,1,1343.4,23844676.78,23846020.18,127,654,1746,2149.44,portfolioqaoa -2877,SUCCESS,2,1,394.06,23846020.18,23846414.24,127,275,1218,630.5,twolocalrandom -2878,SUCCESS,2,1,272.44,23846414.24,23846686.68,127,139,1666,435.9,graphstate -2879,SUCCESS,2,1,2926,23846686.68,23849612.68,127,626,3973,4681.6,ae -2880,SUCCESS,2,1,203.67,23849612.68,23849816.35,127,49,3533,325.87,ghz -2881,SUCCESS,2,1,5688.38,23849816.35,23855504.73,127,1520,3181,9101.41,qftentangled -2882,SUCCESS,2,1,2696.49,23855504.73,23858201.22,127,853,2687,4314.38,dj -2883,SUCCESS,2,1,61293.12,23858201.22,23919494.34,127,17037,3058,98068.99,pricingcall -2885,SUCCESS,2,1,30132.89,23919494.34,23949627.23,127,20425,1254,48212.62,random -2887,SUCCESS,2,1,130.13,23949627.23,23949757.36,127,52,2127,208.21,graphstate -2889,SUCCESS,2,1,2412.96,23949757.36,23952170.32,127,585,3506,3860.74,qnn -2890,SUCCESS,2,1,4967.05,23952170.32,23957137.37,127,1119,3773,7947.28,qft -2891,SUCCESS,2,1,21659.99,23957137.37,23978797.36,127,4597,4005,34655.98,qftentangled -2892,SUCCESS,2,1,26165.43,23978797.36,24004962.79,127,7384,3012,41864.69,pricingput -2893,SUCCESS,2,1,49000.49,24004962.79,24053963.28,127,20701,2012,78400.78,random -2894,SUCCESS,2,1,1140.1,24053963.28,24055103.38,127,486,1994,1824.16,qpeinexact -2895,SUCCESS,2,1,1085.92,24055103.38,24056189.3,127,482,1915,1737.47,dj -2896,SUCCESS,2,1,4910.56,24056189.3,24061099.86,127,2122,1967,7856.9,ae -2899,SUCCESS,2,1,844.95,24061099.86,24061944.81,127,350,2052,1351.92,dj -2901,SUCCESS,2,1,53346.25,24061944.81,24115291.06,127,13621,3329,85354,random -2902,SUCCESS,2,1,760.43,24115291.06,24116051.49,127,298,2169,1216.69,dj -2903,SUCCESS,2,1,2371.08,24116051.49,24118422.57,127,1597,1262,3793.73,qftentangled -2904,SUCCESS,2,1,18648.78,24118422.57,24137071.35,127,4252,3728,29838.05,qpeinexact -2906,SUCCESS,2,1,8091.75,24137071.35,24145163.1,127,3479,1977,12946.8,qpeinexact -2907,SUCCESS,2,1,804.44,24145163.1,24145967.54,127,228,2999,1287.1,dj -2908,SUCCESS,2,1,13333.62,24145967.54,24159301.16,127,6574,1724,21333.79,qftentangled -2909,SUCCESS,2,1,13723.44,24159301.16,24173024.6,127,3587,3252,21957.5,qftentangled -2910,SUCCESS,2,1,252.73,24173024.6,24173277.33,127,137,1568,404.37,graphstate -2911,SUCCESS,2,1,2181.41,24173277.33,24175458.74,127,839,2210,3490.26,qftentangled -2913,SUCCESS,2,1,141.32,24175458.74,24175600.06,127,42,2860,226.11,ghz -2914,SUCCESS,2,1,5826.18,24175600.06,24181426.24,127,4650,1065,9321.89,qnn -2915,SUCCESS,2,1,1591.72,24181426.24,24183017.96,127,448,3020,2546.75,graphstate -2916,SUCCESS,2,1,51.8,24183017.96,24183069.76,127,35,1258,82.88,qaoa -2917,SUCCESS,2,1,6423,24183069.76,24189492.76,127,2382,2292,10276.8,qnn -2918,SUCCESS,2,1,611.16,24189492.76,24190103.92,127,463,1122,977.86,dj -2920,SUCCESS,2,1,4275.22,24190103.92,24194379.14,127,1878,1935,6840.35,qnn -2921,SUCCESS,2,1,173.42,24194379.14,24194552.56,127,44,3350,277.47,ghz -2922,SUCCESS,2,1,31902.45,24194552.56,24226455.01,127,10107,2683,51043.92,twolocalrandom -2923,SUCCESS,2,1,2543.56,24226455.01,24228998.57,127,529,4087,4069.7,portfoliovqe -2924,SUCCESS,2,1,20280.74,24228998.57,24249279.31,127,9451,1824,32449.18,ae -2925,SUCCESS,2,1,8698.03,24249279.31,24257977.34,127,1980,3734,13916.85,qft -2926,SUCCESS,2,1,1716.41,24257977.34,24259693.75,127,963,1515,2746.26,qpeinexact -2928,SUCCESS,2,1,147.75,24259693.75,24259841.5,127,41,3063,236.4,ghz -2929,SUCCESS,2,1,38006.63,24259841.5,24297848.13,127,9655,3346,60810.61,realamprandom -2930,SUCCESS,2,1,1692.61,24297848.13,24299540.74,127,546,2635,2708.18,qpeinexact -2933,SUCCESS,2,1,14366.02,24299540.74,24313906.76,127,8716,1401,22985.63,qpeinexact -2934,SUCCESS,2,1,3605.76,24313906.76,24317512.52,127,2166,1415,5769.22,qpeinexact -2935,SUCCESS,2,1,107.37,24317512.52,24317619.89,127,65,1404,171.79,graphstate -2936,SUCCESS,2,1,816.98,24317619.89,24318436.87,127,591,1175,1307.17,wstate -2937,SUCCESS,2,1,105.84,24318436.87,24318542.71,127,29,3102,169.34,wstate -2939,SUCCESS,2,1,358.55,24318542.71,24318901.26,127,152,2005,573.68,su2random -2940,SUCCESS,2,1,9038.01,24318901.26,24327939.27,127,2887,2661,14460.82,ae -2941,SUCCESS,2,1,1288.15,24327939.27,24329227.42,127,325,3369,2061.04,wstate -2942,SUCCESS,2,1,40176.82,24329227.42,24369404.24,127,8861,3854,64282.91,qft -2943,SUCCESS,2,1,14458.63,24369404.24,24383862.87,127,7591,1619,23133.81,qnn -2944,SUCCESS,2,1,202.28,24383862.87,24384065.15,127,54,3184,323.65,ghz -2945,SUCCESS,2,1,632.36,24384065.15,24384697.51,127,193,2785,1011.78,wstate -2946,SUCCESS,2,1,2202.04,24384697.51,24386899.55,127,893,2096,3523.26,qft -2948,SUCCESS,2,1,9017.02,24386899.55,24395916.57,127,2757,2780,14427.23,qftentangled -2951,SUCCESS,2,1,9815.76,24395916.57,24405732.33,127,3089,2701,15705.22,ae -2952,SUCCESS,2,1,44.41,24405732.33,24405776.74,127,16,2359,71.06,ghz -2953,SUCCESS,2,1,9831.17,24405776.74,24415607.91,127,3138,2663,15729.87,ae -2954,SUCCESS,2,1,13920.25,24415607.91,24429528.16,127,5621,2105,22272.4,twolocalrandom -2955,SUCCESS,2,1,26034.3,24429528.16,24455562.46,127,5638,3925,41654.88,qpeexact -2957,SUCCESS,2,1,19051.76,24455562.46,24474614.22,127,9259,1749,30482.82,qnn -2958,SUCCESS,2,1,168.01,24474614.22,24474782.23,127,81,1763,268.82,ghz -2959,SUCCESS,2,1,155.03,24474782.23,24474937.26,127,33,3993,248.05,graphstate -2961,SUCCESS,2,1,922.24,24474937.26,24475859.5,127,390,2010,1475.58,dj -2962,SUCCESS,2,1,3538.86,24475859.5,24479398.36,127,878,3426,5662.18,wstate -2963,SUCCESS,2,1,29997.6,24479398.36,24509395.96,127,8620,2958,47996.16,twolocalrandom -2964,SUCCESS,2,1,779.23,24509395.96,24510175.19,127,629,1053,1246.77,portfoliovqe -2965,SUCCESS,2,1,3889.76,24510175.19,24514064.95,127,859,3849,6223.62,ghz -2966,SUCCESS,2,1,2032.08,24514064.95,24516097.03,127,1232,1402,3251.33,qft -2968,SUCCESS,2,1,20905.31,24516097.03,24537002.34,127,8685,2046,33448.5,su2random -2969,SUCCESS,2,1,6758.3,24537002.34,24543760.64,127,1553,3699,10813.28,twolocalrandom -2970,SUCCESS,2,1,1161.05,24543760.64,24544921.69,127,654,1509,1857.68,qpeinexact -2971,SUCCESS,2,1,3572.48,24544921.69,24548494.17,127,1507,2015,5715.97,qft -2973,SUCCESS,2,1,360.88,24548494.17,24548855.05,127,137,2239,577.41,wstate -2974,SUCCESS,2,1,1361.62,24548855.05,24550216.67,127,346,3345,2178.59,dj -2975,SUCCESS,2,1,1477.43,24550216.67,24551694.1,127,495,2537,2363.89,ghz -2976,SUCCESS,2,1,383.67,24551694.1,24552077.77,127,133,2452,613.87,qftentangled -2977,SUCCESS,2,1,4070.39,24552077.77,24556148.16,127,2396,1444,6512.62,qft -2979,SUCCESS,2,1,1440.5,24556148.16,24557588.66,127,335,3655,2304.8,qft -2980,SUCCESS,2,1,390.23,24557588.66,24557978.89,127,82,4045,624.37,graphstate -2981,SUCCESS,2,1,2653.23,24557978.89,24560632.12,127,2154,1047,4245.17,realamprandom -2982,SUCCESS,2,1,11960.62,24560632.12,24572592.74,127,5320,1911,19136.99,qpeexact -2983,SUCCESS,2,1,1742.96,24572592.74,24574335.7,127,379,3909,2788.74,wstate -2984,SUCCESS,2,1,537.51,24574335.7,24574873.21,127,126,3626,860.02,dj -2985,SUCCESS,2,1,971.14,24574873.21,24575844.35,127,726,1137,1553.82,dj -2986,SUCCESS,2,1,89.73,24575844.35,24575934.08,127,33,2311,143.57,graphstate -2988,SUCCESS,2,1,11043.13,24575934.08,24586977.21,127,3152,2978,17669.01,twolocalrandom -2989,SUCCESS,2,1,5674.66,24586977.21,24592651.87,127,3124,1544,9079.46,grover-v-chain -2990,SUCCESS,2,1,158.61,24592651.87,24592810.48,127,65,2074,253.78,dj -2991,SUCCESS,2,1,604.93,24592810.48,24593415.41,127,426,1207,967.89,dj -2992,SUCCESS,2,1,238.62,24593415.41,24593654.03,127,133,1525,381.79,graphstate -2993,SUCCESS,2,1,8566.48,24593654.03,24602220.51,127,3474,2096,13706.37,qft -2995,SUCCESS,2,1,8387.66,24602220.51,24610608.17,127,4162,1713,13420.26,qftentangled -2996,SUCCESS,2,1,5353.4,24610608.17,24615961.57,127,2265,2009,8565.44,qpeexact -2997,SUCCESS,2,1,14767.8,24615961.57,24630729.37,127,5542,2265,23628.48,qpeexact -2999,SUCCESS,2,1,1688.01,24630729.37,24632417.38,127,532,2697,2700.82,qpeinexact -3000,SUCCESS,2,1,1479.3,24632417.38,24633896.68,127,977,1287,2366.88,qft -3001,SUCCESS,2,1,9475.54,24633896.68,24643372.22,127,2528,3186,15160.86,qft -3002,SUCCESS,2,1,20479.7,24643372.22,24663851.92,127,4340,4011,32767.52,ae -3004,SUCCESS,2,1,555.24,24663851.92,24664407.16,127,123,3837,888.38,ghz -3005,SUCCESS,2,1,837.93,24664407.16,24665245.09,127,290,2456,1340.69,su2random -3006,SUCCESS,2,1,558.83,24665245.09,24665803.92,127,125,3800,894.13,graphstate -3007,SUCCESS,2,1,14241.96,24665803.92,24680045.88,127,3895,3108,22787.14,pricingcall -3008,SUCCESS,2,1,609.46,24680045.88,24680655.34,127,127,4079,975.14,graphstate -3009,SUCCESS,2,1,6237,24680655.34,24686892.34,127,4455,1190,9979.2,qpeinexact -3010,SUCCESS,2,1,57594.21,24686892.34,24744486.55,127,19168,2554,92150.74,qwalk-noancilla -3011,SUCCESS,2,1,1285.71,24744486.55,24745772.26,127,334,3272,2057.14,dj -3012,SUCCESS,2,1,11313.56,24745772.26,24757085.82,127,3529,2725,18101.7,ae -3013,SUCCESS,2,1,1008.23,24757085.82,24758094.05,127,316,2712,1613.17,portfolioqaoa -3015,SUCCESS,2,1,601.03,24758094.05,24758695.08,127,193,2647,961.65,wstate -3016,SUCCESS,2,1,116.21,24758695.08,24758811.29,127,75,1317,185.94,graphstate -3017,SUCCESS,2,1,80190.05,24758811.29,24839001.34,127,18432,3698,128304.08,random -3018,SUCCESS,2,1,6620.43,24839001.34,24845621.77,127,3857,1459,10592.69,su2random -3019,SUCCESS,2,1,37021.87,24845621.77,24882643.64,127,12094,2602,59234.99,twolocalrandom -3020,SUCCESS,2,1,15810.43,24882643.64,24898454.07,127,3343,4020,25296.69,qnn -3022,SUCCESS,2,1,18420.5,24898454.07,24916874.57,127,9331,1678,29472.8,ae -3023,SUCCESS,2,1,1462.88,24916874.57,24918337.45,127,440,2826,2340.61,ae -3024,SUCCESS,2,1,535.82,24918337.45,24918873.27,127,145,3141,857.31,qft -3025,SUCCESS,2,1,4239.53,24918873.27,24923112.8,127,1300,2772,6783.25,ae -3026,SUCCESS,2,1,21204.18,24923112.8,24944316.98,127,6362,2833,33926.69,twolocalrandom -3027,SUCCESS,2,1,11300.59,24944316.98,24955617.57,127,3833,2506,18080.94,qftentangled -3029,SUCCESS,2,1,184.6,24955617.57,24955802.17,127,65,2414,295.36,ghz -3030,SUCCESS,2,1,20966.68,24955802.17,24976768.85,127,8622,2067,33546.69,qnn -3032,SUCCESS,2,1,655.6,24976768.85,24977424.45,127,295,1889,1048.96,dj -3033,SUCCESS,2,1,1605.5,24977424.45,24979029.95,127,531,2570,2568.8,portfoliovqe -3034,SUCCESS,2,1,8279.36,24979029.95,24987309.31,127,2806,2508,13246.98,qpeexact -3035,SUCCESS,2,1,34605.05,24987309.31,25021914.36,127,13662,2153,55368.08,twolocalrandom -3036,SUCCESS,2,1,1430.29,25021914.36,25023344.65,127,384,3166,2288.46,ghz -3037,SUCCESS,2,1,2379.86,25023344.65,25025724.51,127,643,3146,3807.78,dj -3038,SUCCESS,2,1,1389.18,25025724.51,25027113.69,127,320,3690,2222.69,realamprandom -3040,SUCCESS,2,1,118.43,25027113.69,25027232.12,127,35,2876,189.49,graphstate -3041,SUCCESS,2,1,341.63,25027232.12,25027573.75,127,81,3585,546.61,wstate -3042,SUCCESS,2,1,4682.12,25027573.75,25032255.87,127,2561,1554,7491.39,qpeinexact -3043,SUCCESS,2,1,11214.4,25032255.87,25043470.27,127,2483,3839,17943.04,qnn -3044,SUCCESS,2,1,219.67,25043470.27,25043689.94,127,82,2277,351.47,graphstate -3046,SUCCESS,2,1,8860.58,25043689.94,25052550.52,127,3032,2484,14176.93,ae -3047,SUCCESS,2,1,966.7,25052550.52,25053517.22,127,584,1407,1546.72,realamprandom -3048,SUCCESS,2,1,841.91,25053517.22,25054359.13,127,333,2149,1347.06,dj -3049,SUCCESS,2,1,7914.45,25054359.13,25062273.58,127,5860,1148,12663.12,qpeexact -3050,SUCCESS,2,1,806.89,25062273.58,25063080.47,127,554,1238,1291.02,dj -3051,SUCCESS,2,1,602.3,25063080.47,25063682.77,127,283,1809,963.68,twolocalrandom -3053,SUCCESS,2,1,159.68,25063682.77,25063842.45,127,45,3016,255.49,dj -3055,SUCCESS,2,1,29174.53,25063842.45,25093016.98,127,7053,3516,46679.25,qpeinexact -3057,SUCCESS,2,1,980.91,25093016.98,25093997.89,127,237,3518,1569.46,wstate -3058,SUCCESS,2,1,316.22,25093997.89,25094314.11,127,99,2715,505.95,qft -3059,SUCCESS,2,1,4304.04,25094314.11,25098618.15,127,1113,3287,6886.46,wstate -3060,SUCCESS,2,1,2030.41,25098618.15,25100648.56,127,652,2647,3248.66,dj -3061,SUCCESS,2,1,23765.25,25100648.56,25124413.81,127,5729,3526,38024.4,qpeexact -3062,SUCCESS,2,1,15619.32,25124413.81,25140033.13,127,3776,3516,24990.91,qftentangled -3065,SUCCESS,2,1,135.58,25140033.13,25140168.71,127,33,3492,216.93,wstate -3067,SUCCESS,2,1,8213.2,25140168.71,25148381.91,127,5727,1219,13141.12,qpeinexact -3068,SUCCESS,2,1,592.42,25148381.91,25148974.33,127,159,3167,947.87,su2random -3069,SUCCESS,2,1,4786.08,25148974.33,25153760.41,127,1014,4012,7657.73,qnn -3070,SUCCESS,2,1,14438.87,25153760.41,25168199.28,127,6249,1964,23102.19,ae -3071,SUCCESS,2,1,129.84,25168199.28,25168329.12,127,40,2759,207.74,ghz -3072,SUCCESS,2,1,16012.89,25168329.12,25184342.01,127,3974,3425,25620.62,qft -3073,SUCCESS,2,1,1946.71,25184342.01,25186288.72,127,1267,1306,3114.74,wstate -3076,SUCCESS,2,1,23082.24,25186288.72,25209370.96,127,6329,3100,36931.58,qft -3077,SUCCESS,2,1,47.16,25209370.96,25209418.12,127,16,2505,75.46,ghz -3078,SUCCESS,2,1,4306.18,25209418.12,25213724.3,127,898,4076,6889.89,ghz -3079,SUCCESS,2,1,1649.39,25213724.3,25215373.69,127,775,1809,2639.02,ghz -3080,SUCCESS,2,1,725.95,25215373.69,25216099.64,127,327,1887,1161.52,portfolioqaoa -3081,SUCCESS,2,1,10126.14,25216099.64,25226225.78,127,3386,2542,16201.82,su2random -3082,SUCCESS,2,1,936.7,25226225.78,25227162.48,127,267,2982,1498.72,graphstate -3083,SUCCESS,2,1,141289.75,25227162.48,25368452.23,127,63881,1880,226063.6,random -3084,SUCCESS,2,1,259.77,25368452.23,25368712,127,184,1200,415.63,graphstate -3085,SUCCESS,2,1,3043.3,25368712,25371755.3,127,2341,1105,4869.28,qft -3086,SUCCESS,2,1,695.99,25371755.3,25372451.29,127,231,2561,1113.58,twolocalrandom -3087,SUCCESS,2,1,13454.8,25372451.29,25385906.09,127,3506,3262,21527.68,qft -3088,SUCCESS,2,1,1484.86,25385906.09,25387390.95,127,413,3056,2375.78,portfolioqaoa -3089,SUCCESS,2,1,527.55,25387390.95,25387918.5,127,163,2751,844.08,graphstate -3090,SUCCESS,2,1,5457.77,25387918.5,25393376.27,127,4034,1150,8732.43,ae -3091,SUCCESS,2,1,367.88,25393376.27,25393744.15,127,86,3636,588.61,graphstate -3092,SUCCESS,2,1,45554.39,25393744.15,25439298.54,127,12371,3130,72887.02,realamprandom -3093,SUCCESS,2,1,26223.29,25439298.54,25465521.83,127,6918,3222,41957.26,pricingput -3094,SUCCESS,2,1,618.97,25465521.83,25466140.8,127,321,1639,990.35,twolocalrandom -3096,SUCCESS,2,1,23831.05,25466140.8,25489971.85,127,7888,2568,38129.68,qftentangled -3098,SUCCESS,2,1,203.09,25489971.85,25490174.94,127,63,2740,324.94,ghz -3099,SUCCESS,2,1,9975.04,25490174.94,25500149.98,127,2158,3929,15960.06,qnn -3100,SUCCESS,2,1,3435.89,25500149.98,25503585.87,127,1180,2475,5497.42,su2random -3101,SUCCESS,2,1,7288.81,25503585.87,25510874.68,127,1696,3653,11662.1,realamprandom -3102,SUCCESS,2,1,303.48,25510874.68,25511178.16,127,134,1925,485.57,dj -3104,SUCCESS,2,1,1700.25,25511178.16,25512878.41,127,802,1802,2720.4,ghz -3105,SUCCESS,2,1,15486.95,25512878.41,25528365.36,127,3456,3809,24779.12,qpeinexact -3106,SUCCESS,2,1,1193.64,25528365.36,25529559,127,294,3451,1909.82,dj -3107,SUCCESS,2,1,21121.28,25529559,25550680.28,127,7888,2276,33794.05,qft -3108,SUCCESS,2,1,1767.83,25550680.28,25552448.11,127,385,3903,2828.53,wstate -3109,SUCCESS,2,1,389.76,25552448.11,25552837.87,127,92,3601,623.62,dj -3110,SUCCESS,2,1,55.46,25552837.87,25552893.33,127,26,1813,88.74,ghz -3111,SUCCESS,2,1,11311.5,25552893.33,25564204.83,127,2454,3918,18098.4,twolocalrandom -3112,SUCCESS,2,1,15952.3,25564204.83,25580157.13,127,3754,3612,25523.68,realamprandom -3113,SUCCESS,2,1,34974.63,25580157.13,25615131.76,127,9712,3061,55959.41,qnn -3114,SUCCESS,2,1,6239.39,25615131.76,25621371.15,127,4879,1087,9983.02,twolocalrandom -3115,SUCCESS,2,1,936.51,25621371.15,25622307.66,127,236,3373,1498.42,dj -3116,SUCCESS,2,1,82.52,25622307.66,25622390.18,127,30,2338,132.03,vqe -3118,SUCCESS,2,1,5429.21,25622390.18,25627819.39,127,2581,1788,8686.74,su2random -3119,SUCCESS,2,1,626.82,25627819.39,25628446.21,127,189,2819,1002.91,ghz -3121,SUCCESS,2,1,62370.52,25628446.21,25690816.73,127,14481,3661,99792.83,twolocalrandom -3123,SUCCESS,2,1,1870.57,25690816.73,25692687.3,127,1224,1299,2992.91,wstate -3124,SUCCESS,2,1,11419.31,25692687.3,25704106.61,127,3479,2790,18270.9,qpeinexact -3125,SUCCESS,2,1,1641.49,25704106.61,25705748.1,127,361,3865,2626.38,dj -3126,SUCCESS,2,1,13297.17,25705748.1,25719045.27,127,5161,2190,21275.47,qpeinexact -3127,SUCCESS,2,1,2503.01,25719045.27,25721548.28,127,672,3166,4004.82,pricingput -3128,SUCCESS,2,1,26856.26,25721548.28,25748404.54,127,10824,2109,42970.02,qpeexact -3129,SUCCESS,2,1,33417.08,25748404.54,25781821.62,127,8342,3405,53467.33,twolocalrandom -3130,SUCCESS,2,1,893.79,25781821.62,25782715.41,127,209,3635,1430.06,ghz -3131,SUCCESS,2,1,13371.85,25782715.41,25796087.26,127,6049,1879,21394.96,qftentangled -3132,SUCCESS,2,1,1757.3,25796087.26,25797844.56,127,650,2298,2811.68,qftentangled -3133,SUCCESS,2,1,6487.5,25797844.56,25804332.06,127,4288,1286,10380,qftentangled -3134,SUCCESS,2,1,428.81,25804332.06,25804760.87,127,299,1219,686.1,graphstate -3135,SUCCESS,2,1,31382.25,25804760.87,25836143.12,127,11777,2265,50211.6,su2random -3138,SUCCESS,2,1,13763.98,25836143.12,25849907.1,127,4889,2393,22022.37,qnn -3139,SUCCESS,2,1,349.45,25849907.1,25850256.55,127,107,2776,559.12,graphstate -3140,SUCCESS,2,1,15818.15,25850256.55,25866074.7,127,5741,2342,25309.04,ae -3142,SUCCESS,2,1,610.53,25866074.7,25866685.23,127,247,2101,976.85,graphstate -3143,SUCCESS,2,1,1441.03,25866685.23,25868126.26,127,511,2397,2305.65,qft -3145,SUCCESS,2,1,10535.36,25868126.26,25878661.62,127,4491,1994,16856.58,ae -3147,SUCCESS,2,1,22202.21,25878661.62,25900863.83,127,5448,3464,35523.54,qpeexact -3148,SUCCESS,2,1,63975.62,25900863.83,25964839.45,127,13361,4070,102360.99,twolocalrandom -3149,SUCCESS,2,1,8323.15,25964839.45,25973162.6,127,3129,2261,13317.04,realamprandom -3150,SUCCESS,2,1,34.49,25973162.6,25973197.09,127,28,1047,55.18,ghz -3152,SUCCESS,2,1,155.55,25973197.09,25973352.64,127,45,2938,248.88,ghz -3154,SUCCESS,2,1,1426.07,25973352.64,25974778.71,127,413,2935,2281.71,portfolioqaoa -3155,SUCCESS,2,1,23808.66,25974778.71,25998587.37,127,7487,2703,38093.86,ae -3156,SUCCESS,2,1,2261.27,25998587.37,26000848.64,127,1404,1369,3618.03,ae -3157,SUCCESS,2,1,62937.21,26000848.64,26063785.85,127,13682,3910,100699.54,su2random -3158,SUCCESS,2,1,899.71,26063785.85,26064685.56,127,665,1150,1439.54,su2random -3159,SUCCESS,2,1,886.15,26064685.56,26065571.71,127,274,2749,1417.84,dj -3160,SUCCESS,2,1,13874.57,26065571.71,26079446.28,127,5542,2128,22199.31,twolocalrandom -3161,SUCCESS,2,1,2457.33,26079446.28,26081903.61,127,563,3710,3931.73,qnn -3163,SUCCESS,2,1,821.48,26081903.61,26082725.09,127,389,1795,1314.37,dj -3165,SUCCESS,2,1,356.36,26082725.09,26083081.45,127,130,2330,570.18,wstate -3167,SUCCESS,2,1,1175.91,26083081.45,26084257.36,127,438,2282,1881.46,qnn -3169,SUCCESS,2,1,1887.03,26084257.36,26086144.39,127,466,3442,3019.25,qnn -3170,SUCCESS,2,1,634.49,26086144.39,26086778.88,127,422,1278,1015.18,dj -3171,SUCCESS,2,1,2164.03,26086778.88,26088942.91,127,518,3551,3462.45,su2random -3172,SUCCESS,2,1,12051.45,26088942.91,26100994.36,127,3828,2676,19282.32,qftentangled -3173,SUCCESS,2,1,1489.43,26100994.36,26102483.79,127,343,3691,2383.09,qpeinexact -3175,SUCCESS,2,1,428.99,26102483.79,26102912.78,127,160,2279,686.38,pricingcall -3176,SUCCESS,2,1,131,26102912.78,26103043.78,127,65,1713,209.6,dj -3177,SUCCESS,2,1,11651.19,26103043.78,26114694.97,127,6887,1438,18641.9,qpeexact -3178,SUCCESS,2,1,269.98,26114694.97,26114964.95,127,209,1098,431.97,ae -3179,SUCCESS,2,1,2242.73,26114964.95,26117207.68,127,1693,1126,3588.37,random -3180,SUCCESS,2,1,1042.78,26117207.68,26118250.46,127,289,3067,1668.45,wstate -3181,SUCCESS,2,1,14737.03,26118250.46,26132987.49,127,7334,1708,23579.25,qnn -3183,SUCCESS,2,1,229.26,26132987.49,26133216.75,127,51,3821,366.82,graphstate -3184,SUCCESS,2,1,2316.15,26133216.75,26135532.9,127,624,3155,3705.84,dj -3185,SUCCESS,2,1,28773.06,26135532.9,26164305.96,127,11224,2179,46036.9,qpeexact -3186,SUCCESS,2,1,28629.36,26164305.96,26192935.32,127,7950,3061,45806.98,qpeinexact -3191,SUCCESS,2,1,17977.63,26192935.32,26210912.95,127,4290,3562,28764.21,ae -3193,SUCCESS,2,1,1086.64,26210912.95,26211999.59,127,429,2153,1738.62,graphstate -3194,SUCCESS,2,1,663.72,26211999.59,26212663.31,127,383,1473,1061.95,graphstate -3197,SUCCESS,2,1,12564.95,26212663.31,26225228.26,127,6403,1668,20103.92,qft -3198,SUCCESS,2,1,307.38,26225228.26,26225535.64,127,73,3579,491.81,wstate -3199,SUCCESS,2,1,42256.57,26225535.64,26267792.21,127,9763,3679,67610.51,realamprandom -3200,SUCCESS,2,1,14759.6,26267792.21,26282551.81,127,4893,2564,23615.36,qpeinexact -3201,SUCCESS,2,1,5491.75,26282551.81,26288043.56,127,3531,1322,8786.8,qftentangled -3204,SUCCESS,2,1,1657.06,26288043.56,26289700.62,127,500,2817,2651.3,ae -3206,SUCCESS,2,1,26967.48,26289700.62,26316668.1,127,7452,3076,43147.97,qpeexact -3207,SUCCESS,2,1,70.45,26316668.1,26316738.55,127,40,1497,112.72,ghz -3208,SUCCESS,2,1,312.4,26316738.55,26317050.95,127,96,2766,499.84,graphstate -3210,SUCCESS,2,1,930.75,26317050.95,26317981.7,127,388,2039,1489.2,qft -3211,SUCCESS,2,1,11276.68,26317981.7,26329258.38,127,2642,3628,18042.69,twolocalrandom -3212,SUCCESS,2,1,227.77,26329258.38,26329486.15,127,50,3872,364.43,graphstate -3213,SUCCESS,2,1,2217.66,26329486.15,26331703.81,127,1038,1816,3548.26,ghz -3214,SUCCESS,2,1,49460.02,26331703.81,26381163.83,127,13179,3190,79136.03,qnn -3215,SUCCESS,2,1,29850.15,26381163.83,26411013.98,127,6196,4095,47760.24,ae -3216,SUCCESS,2,1,19649.75,26411013.98,26430663.73,127,5573,2997,31439.6,qft -3217,SUCCESS,2,1,26288.03,26430663.73,26456951.76,127,8161,2738,42060.85,qnn -3218,SUCCESS,2,1,11148.78,26456951.76,26468100.54,127,3105,3052,17838.05,qft -3219,SUCCESS,2,1,9111.69,26468100.54,26477212.23,127,2613,2964,14578.7,qnn -3220,SUCCESS,2,1,13099.05,26477212.23,26490311.28,127,4877,2283,20958.48,qftentangled -3221,SUCCESS,2,1,9102.23,26490311.28,26499413.51,127,4411,1754,14563.57,twolocalrandom -3222,SUCCESS,2,1,7574.61,26499413.51,26506988.12,127,3130,2057,12119.38,qft -3224,SUCCESS,2,1,43260.38,26506988.12,26550248.5,127,13142,2798,69216.61,su2random -3225,SUCCESS,2,1,4560.44,26550248.5,26554808.94,127,1422,2726,7296.7,qpeexact -3226,SUCCESS,2,1,26846.14,26554808.94,26581655.08,127,12422,1837,42953.82,twolocalrandom -3229,SUCCESS,2,1,34070.29,26581655.08,26615725.37,127,13577,2133,54512.46,twolocalrandom -3230,SUCCESS,2,1,2167.55,26615725.37,26617892.92,127,851,2165,3468.08,twolocalrandom -3231,SUCCESS,2,1,29068.52,26617892.92,26646961.44,127,6642,3720,46509.63,qnn -3232,SUCCESS,2,1,36.1,26646961.44,26646997.54,127,29,1058,57.76,ghz -3233,SUCCESS,2,1,2910.72,26646997.54,26649908.26,127,971,2548,4657.15,qpeexact -3234,SUCCESS,2,1,4327.91,26649908.26,26654236.17,127,1857,1981,6924.66,qftentangled -3236,SUCCESS,2,1,446.67,26654236.17,26654682.84,127,329,1154,714.67,portfoliovqe -3237,SUCCESS,2,1,2160.2,26654682.84,26656843.04,127,501,3665,3456.32,dj -3239,SUCCESS,2,1,116932.37,26656843.04,26773775.41,127,53552,1856,187091.79,grover-v-chain -3240,SUCCESS,2,1,19947.77,26773775.41,26793723.18,127,7760,2185,31916.43,realamprandom -3241,SUCCESS,2,1,388.81,26793723.18,26794111.99,127,272,1215,622.1,graphstate -3242,SUCCESS,2,1,69286.17,26794111.99,26863398.16,127,19618,3002,110857.87,random -3243,SUCCESS,2,1,1313.7,26863398.16,26864711.86,127,280,3988,2101.92,wstate -3245,SUCCESS,2,1,3832.62,26864711.86,26868544.48,127,1604,2031,6132.19,su2random -3247,SUCCESS,2,1,2801.11,26868544.48,26871345.59,127,823,2893,4481.78,qftentangled -3248,SUCCESS,2,1,56757.94,26871345.59,26928103.53,127,17928,2691,90812.7,random -3249,SUCCESS,2,1,74730.29,26928103.53,27002833.82,127,22335,2844,119568.46,random -3250,SUCCESS,2,1,2773.59,27002833.82,27005607.41,127,975,2418,4437.74,wstate -3251,SUCCESS,2,1,381.6,27005607.41,27005989.01,127,255,1272,610.56,portfoliovqe -3254,SUCCESS,2,1,8076.83,27005989.01,27014065.84,127,5541,1239,12922.93,twolocalrandom -3255,SUCCESS,2,1,2090.91,27014065.84,27016156.75,127,447,3976,3345.46,dj -3256,SUCCESS,2,1,39.11,27016156.75,27016195.86,127,30,1108,62.58,ghz -3257,SUCCESS,2,1,2755.36,27016195.86,27018951.22,127,579,4045,4408.58,ghz -3258,SUCCESS,2,1,2786.82,27018951.22,27021738.04,127,1593,1487,4458.91,qpeexact -3259,SUCCESS,2,1,184453.11,27021738.04,27206191.15,127,38789,4042,295124.98,qwalk-noancilla -3260,SUCCESS,2,1,747.85,27206191.15,27206939,127,439,1448,1196.56,wstate -3261,SUCCESS,2,1,35.41,27206939,27206974.41,127,22,1368,56.66,graphstate -3262,SUCCESS,2,1,17089.22,27206974.41,27224063.63,127,4565,3182,27342.75,qftentangled -3264,SUCCESS,2,1,942.36,27224063.63,27225005.99,127,214,3743,1507.78,wstate -3265,SUCCESS,2,1,103.28,27225005.99,27225109.27,127,77,1140,165.25,graphstate -3266,SUCCESS,2,1,19364.14,27225109.27,27244473.41,127,6597,2495,30982.62,qpeinexact -3267,SUCCESS,2,1,44.77,27244473.41,27244518.18,127,29,1312,71.63,vqe -3269,SUCCESS,2,1,265.97,27244518.18,27244784.15,127,218,1037,425.55,qft -3270,SUCCESS,2,1,4297.79,27244784.15,27249081.94,127,3253,1123,6876.46,ae -3271,SUCCESS,2,1,1214.19,27249081.94,27250296.13,127,284,3634,1942.7,qftentangled -3272,SUCCESS,2,1,93.19,27250296.13,27250389.32,127,35,2263,149.1,qaoa -3273,SUCCESS,2,1,179.08,27250389.32,27250568.4,127,113,1347,286.53,graphstate -3274,SUCCESS,2,1,13231.61,27250568.4,27263800.01,127,5497,2046,21170.58,ae -3275,SUCCESS,2,1,16212.86,27263800.01,27280012.87,127,8512,1619,25940.58,random -3276,SUCCESS,2,1,393.03,27280012.87,27280405.9,127,83,4025,628.85,ghz -3277,SUCCESS,2,1,842.1,27280405.9,27281248,127,260,2753,1347.36,dj -3278,SUCCESS,2,1,2040.23,27281248,27283288.23,127,767,2261,3264.37,twolocalrandom -3279,SUCCESS,2,1,2218.99,27283288.23,27285507.22,127,1619,1165,3550.38,qft -3280,SUCCESS,2,1,2936.95,27285507.22,27288444.17,127,662,3771,4699.12,dj -3281,SUCCESS,2,1,4038.99,27288444.17,27292483.16,127,1208,2842,6462.38,su2random -3282,SUCCESS,2,1,4527.47,27292483.16,27297010.63,127,1206,3191,7243.95,wstate -3283,SUCCESS,2,1,245.86,27297010.63,27297256.49,127,60,3483,393.38,graphstate -3284,SUCCESS,2,1,16407.61,27297256.49,27313664.1,127,10828,1288,26252.18,twolocalrandom -3285,SUCCESS,2,1,3531.5,27313664.1,27317195.6,127,1009,2975,5650.4,qnn -3287,SUCCESS,2,1,13212.65,27317195.6,27330408.25,127,4267,2632,21140.24,realamprandom -3288,SUCCESS,2,1,977.06,27330408.25,27331385.31,127,302,2750,1563.3,ghz -3289,SUCCESS,2,1,17839.38,27331385.31,27349224.69,127,10739,1412,28543.01,qpeexact -3291,SUCCESS,2,1,195689.64,27349224.69,27544914.33,127,59576,2792,313103.42,random -3292,SUCCESS,2,1,10039.24,27544914.33,27554953.57,127,4214,2025,16062.78,qft -3293,SUCCESS,2,1,1195.98,27554953.57,27556149.55,127,704,1444,1913.57,su2random -3294,SUCCESS,2,1,840.66,27556149.55,27556990.21,127,232,3080,1345.06,qnn -3295,SUCCESS,2,1,8956.19,27556990.21,27565946.4,127,2293,3320,14329.9,qnn -3296,SUCCESS,2,1,7304.54,27565946.4,27573250.94,127,1807,3436,11687.26,qft -3297,SUCCESS,2,1,129.07,27573250.94,27573380.01,127,29,3783,206.51,vqe -3298,SUCCESS,2,1,2592.25,27573380.01,27575972.26,127,1543,1428,4147.6,twolocalrandom -3299,SUCCESS,2,1,43771,27575972.26,27619743.26,127,11733,3171,70033.6,random -3300,SUCCESS,2,1,1639.79,27619743.26,27621383.05,127,361,3861,2623.66,realamprandom -3301,SUCCESS,2,1,26962.77,27621383.05,27648345.82,127,7922,2893,43140.43,qpeinexact -3304,SUCCESS,2,1,15940.95,27648345.82,27664286.77,127,6600,2053,25505.52,qpeexact -3305,SUCCESS,2,1,2985.1,27664286.77,27667271.87,127,657,3862,4776.16,ae -3306,SUCCESS,2,1,97033,27667271.87,27764304.87,127,51070,1615,155252.8,random -3307,SUCCESS,2,1,229.92,27764304.87,27764534.79,127,54,3619,367.87,ghz -3308,SUCCESS,2,1,1627.34,27764534.79,27766162.13,127,579,2389,2603.74,dj -3310,SUCCESS,2,1,1309.22,27766162.13,27767471.35,127,504,2208,2094.75,qft -3312,SUCCESS,2,1,1173.41,27767471.35,27768644.76,127,295,3381,1877.46,qnn -3313,SUCCESS,2,1,1444.11,27768644.76,27770088.87,127,356,3448,2310.58,graphstate -3314,SUCCESS,2,1,1575.09,27770088.87,27771663.96,127,511,2620,2520.14,twolocalrandom -3315,SUCCESS,2,1,30508.11,27771663.96,27802172.07,127,24395,1063,48812.98,random -3316,SUCCESS,2,1,16949.89,27802172.07,27819121.96,127,7438,1937,27119.82,su2random -3317,SUCCESS,2,1,531,27819121.96,27819652.96,127,177,2550,849.6,graphstate -3318,SUCCESS,2,1,3877.92,27819652.96,27823530.88,127,2399,1374,6204.67,ae -3319,SUCCESS,2,1,6351.68,27823530.88,27829882.56,127,1482,3643,10162.69,ae -3320,SUCCESS,2,1,4262.86,27829882.56,27834145.42,127,2690,1347,6820.58,qftentangled -3321,SUCCESS,2,1,148.3,27834145.42,27834293.72,127,39,3232,237.28,graphstate -3322,SUCCESS,2,1,1774.72,27834293.72,27836068.44,127,847,1781,2839.55,portfoliovqe -3323,SUCCESS,2,1,9726.02,27836068.44,27845794.46,127,2094,3948,15561.63,qft -3324,SUCCESS,2,1,11122.9,27845794.46,27856917.36,127,4630,2042,17796.64,su2random -3325,SUCCESS,2,1,34484.88,27856917.36,27891402.24,127,7202,4070,55175.81,realamprandom -3327,SUCCESS,2,1,446.35,27891402.24,27891848.59,127,96,3952,714.16,graphstate -3328,SUCCESS,2,1,10710.22,27891848.59,27902558.81,127,6976,1305,17136.35,qft -3329,SUCCESS,2,1,46444.07,27902558.81,27949002.88,127,9909,3984,74310.51,qnn -3332,SUCCESS,2,1,20963.09,27949002.88,27969965.97,127,5201,3426,33540.94,qpeexact -3333,SUCCESS,2,1,1020.59,27969965.97,27970986.56,127,347,2500,1632.94,pricingcall -3334,SUCCESS,2,1,7282.3,27970986.56,27978268.86,127,4948,1251,11651.68,qpeinexact -3336,SUCCESS,2,1,16000.68,27978268.86,27994269.54,127,5513,2467,25601.09,random -3337,SUCCESS,2,1,25859.24,27994269.54,28020128.78,127,7228,3041,41374.78,qftentangled -3338,SUCCESS,2,1,4060.37,28020128.78,28024189.15,127,983,3511,6496.59,ghz -3340,SUCCESS,2,1,13854.46,28024189.15,28038043.61,127,3884,3032,22167.14,random -3341,SUCCESS,2,1,9679.44,28038043.61,28047723.05,127,2101,3916,15487.1,qpeexact -3342,SUCCESS,2,1,22350.33,28047723.05,28070073.38,127,15792,1203,35760.53,realamprandom -3343,SUCCESS,2,1,30708.09,28070073.38,28100781.47,127,7659,3408,49132.94,grover-v-chain -3344,SUCCESS,2,1,15507.78,28100781.47,28116289.25,127,5429,2428,24812.45,qftentangled -3345,SUCCESS,2,1,1173.39,28116289.25,28117462.64,127,540,1847,1877.42,qftentangled -3346,SUCCESS,2,1,542.23,28117462.64,28118004.87,127,135,3414,867.57,graphstate -3347,SUCCESS,2,1,3268.38,28118004.87,28121273.25,127,2452,1133,5229.41,qnn -3348,SUCCESS,2,1,129.21,28121273.25,28121402.46,127,39,2816,206.74,ghz -3349,SUCCESS,2,1,678.96,28121402.46,28122081.42,127,414,1394,1086.34,dj -3350,SUCCESS,2,1,10389.73,28122081.42,28132471.15,127,2529,3492,16623.57,qftentangled -3351,SUCCESS,2,1,28.49,28132471.15,28132499.64,127,21,1153,45.58,ghz -3353,SUCCESS,2,1,13894.49,28132499.64,28146394.13,127,3117,3789,22231.18,pricingcall -3354,SUCCESS,2,1,28895.65,28146394.13,28175289.78,127,6301,3898,46233.04,qpeinexact -3355,SUCCESS,2,1,7261.56,28175289.78,28182551.34,127,3674,1680,11618.5,qft -3356,SUCCESS,2,1,2863.47,28182551.34,28185414.81,127,1468,1658,4581.55,qnn -3357,SUCCESS,2,1,22117.31,28185414.81,28207532.12,127,6362,2955,35387.7,realamprandom -3358,SUCCESS,2,1,598.88,28207532.12,28208131,127,305,1669,958.21,dj -3359,SUCCESS,2,1,13915.19,28208131,28222046.19,127,3636,3253,22264.3,qft -3361,SUCCESS,2,1,1403.16,28222046.19,28223449.35,127,295,4043,2245.06,dj -3362,SUCCESS,2,1,2625.02,28223449.35,28226074.37,127,573,3894,4200.03,wstate -3363,SUCCESS,2,1,46.83,28226074.37,28226121.2,127,12,3317,74.93,ghz -3364,SUCCESS,2,1,33035.16,28226121.2,28259156.36,127,8440,3327,52856.26,ae -3365,SUCCESS,2,1,10330.92,28259156.36,28269487.28,127,2996,2931,16529.47,random -3367,SUCCESS,2,1,449.32,28269487.28,28269936.6,127,341,1120,718.91,random -3368,SUCCESS,2,1,46067.91,28269936.6,28316004.51,127,10456,3745,73708.66,qpeinexact -3369,SUCCESS,2,1,483.55,28316004.51,28316488.06,127,141,2915,773.68,wstate -3370,SUCCESS,2,1,216.24,28316488.06,28316704.3,127,68,2703,345.98,ghz -3371,SUCCESS,2,1,25328.04,28316704.3,28342032.34,127,6319,3407,40524.86,random -3373,SUCCESS,2,1,13436.11,28342032.34,28355468.45,127,6234,1832,21497.78,qpeinexact -3374,SUCCESS,2,1,8931.88,28355468.45,28364400.33,127,2067,3673,14291.01,qnn -3375,SUCCESS,2,1,76126.01,28364400.33,28440526.34,127,22390,2890,121801.62,random -3376,SUCCESS,2,1,3318,28440526.34,28443844.34,127,790,3570,5308.8,qnn -3377,SUCCESS,2,1,164.97,28443844.34,28444009.31,127,76,1845,263.95,ghz -3379,SUCCESS,2,1,2990.5,28444009.31,28446999.81,127,1572,1617,4784.8,realamprandom -3380,SUCCESS,2,1,2826.93,28446999.81,28449826.74,127,785,3061,4523.09,qpeexact -3381,SUCCESS,2,1,53,28449826.74,28449879.74,127,19,2371,84.8,graphstate -3382,SUCCESS,2,1,32409.06,28449879.74,28482288.8,127,8505,3239,51854.5,qnn -3383,SUCCESS,2,1,975.46,28482288.8,28483264.26,127,390,2126,1560.74,ghz -3384,SUCCESS,2,1,355.69,28483264.26,28483619.95,127,253,1195,569.1,dj -3385,SUCCESS,2,1,342.03,28483619.95,28483961.98,127,107,2717,547.25,graphstate -3386,SUCCESS,2,1,75.41,28483961.98,28484037.39,127,42,1526,120.66,ghz -3387,SUCCESS,2,1,2426.05,28484037.39,28486463.44,127,791,2607,3881.68,twolocalrandom -3388,SUCCESS,2,1,307.88,28486463.44,28486771.32,127,66,3965,492.61,ghz -3389,SUCCESS,2,1,287.28,28486771.32,28487058.6,127,114,2142,459.65,graphstate -3392,SUCCESS,2,1,201.2,28487058.6,28487259.8,127,74,2311,321.92,ghz -3393,SUCCESS,2,1,2283.32,28487259.8,28489543.12,127,849,2286,3653.31,ae -3394,SUCCESS,2,1,81.31,28489543.12,28489624.43,127,63,1097,130.1,graphstate -3395,SUCCESS,2,1,20006.16,28489624.43,28509630.59,127,9247,1839,32009.86,qftentangled -3396,SUCCESS,2,1,11003.73,28509630.59,28520634.32,127,3242,2885,17605.97,qnn -3398,SUCCESS,2,1,26682.77,28520634.32,28547317.09,127,9590,2365,42692.43,qpeexact -3399,SUCCESS,2,1,2985.32,28547317.09,28550302.41,127,822,3087,4776.51,qpeexact -3400,SUCCESS,2,1,5780.64,28550302.41,28556083.05,127,1229,3998,9249.02,random -3401,SUCCESS,2,1,12818.6,28556083.05,28568901.65,127,5808,1876,20509.76,twolocalrandom -3402,SUCCESS,2,1,4899.45,28568901.65,28573801.1,127,1684,2473,7839.12,realamprandom -3403,SUCCESS,2,1,6279.22,28573801.1,28580080.32,127,1364,3913,10046.75,pricingcall -3404,SUCCESS,2,1,2549.81,28580080.32,28582630.13,127,537,4036,4079.7,ae -3405,SUCCESS,2,1,202.22,28582630.13,28582832.35,127,69,2491,323.55,wstate -3406,SUCCESS,2,1,10627.45,28582832.35,28593459.8,127,2503,3609,17003.92,su2random -3407,SUCCESS,2,1,13093.77,28593459.8,28606553.57,127,5576,1996,20950.03,random -3408,SUCCESS,2,1,18501.53,28606553.57,28625055.1,127,11036,1425,29602.45,qnn -3409,SUCCESS,2,1,16478.76,28625055.1,28641533.86,127,6206,2257,26366.02,qpeexact -3410,SUCCESS,2,1,5256.61,28641533.86,28646790.47,127,1166,3832,8410.58,twolocalrandom -3411,SUCCESS,2,1,1970.94,28646790.47,28648761.41,127,431,3887,3153.5,realamprandom -3412,SUCCESS,2,1,121.85,28648761.41,28648883.26,127,31,3341,194.96,graphstate -3414,SUCCESS,2,1,282.58,28648883.26,28649165.84,127,108,2224,452.13,graphstate -3417,SUCCESS,2,1,19718.27,28649165.84,28668884.11,127,5146,3257,31549.23,pricingput -3418,SUCCESS,2,1,1483.9,28668884.11,28670368.01,127,1181,1068,2374.24,su2random -3419,SUCCESS,2,1,9736.39,28670368.01,28680104.4,127,2158,3835,15578.22,qnn -3420,SUCCESS,2,1,2203.71,28680104.4,28682308.11,127,542,3456,3525.94,qnn -3421,SUCCESS,2,1,2539.7,28682308.11,28684847.81,127,603,3580,4063.52,dj -3422,SUCCESS,2,1,31145.79,28684847.81,28715993.6,127,11040,2398,49833.26,qnn -3424,SUCCESS,2,1,413.66,28715993.6,28716407.26,127,221,1591,661.86,graphstate -3425,SUCCESS,2,1,198.49,28716407.26,28716605.75,127,63,2678,317.58,dj -3426,SUCCESS,2,1,219.8,28716605.75,28716825.55,127,91,2053,351.68,graphstate -3427,SUCCESS,2,1,9555.46,28716825.55,28726381.01,127,2403,3380,15288.74,qft -3429,SUCCESS,2,1,402.42,28726381.01,28726783.43,127,113,3027,643.87,ghz -3430,SUCCESS,2,1,3140.03,28726783.43,28729923.46,127,1425,1873,5024.05,qftentangled -3431,SUCCESS,2,1,167106.3,28729923.46,28897029.76,127,35237,4031,267370.08,random -3434,SUCCESS,2,1,22715.11,28897029.76,28919744.87,127,6451,2993,36344.18,random -3435,SUCCESS,2,1,8299.72,28919744.87,28928044.59,127,2143,3292,13279.55,twolocalrandom -3436,SUCCESS,2,1,2395.43,28928044.59,28930440.02,127,676,3012,3832.69,qpeinexact -3438,SUCCESS,2,1,8576.16,28930440.02,28939016.18,127,1890,3857,13721.86,qpeexact -3439,SUCCESS,2,1,1075.35,28939016.18,28940091.53,127,360,2539,1720.56,dj -3440,SUCCESS,2,1,45.77,28940091.53,28940137.3,127,25,1556,73.23,graphstate -3441,SUCCESS,2,1,8801.53,28940137.3,28948938.83,127,1835,4077,14082.45,qftentangled -3442,SUCCESS,2,1,162.47,28948938.83,28949101.3,127,58,2381,259.95,graphstate -3443,SUCCESS,2,1,1172.97,28949101.3,28950274.27,127,591,1687,1876.75,realamprandom -3444,SUCCESS,2,1,2251.95,28950274.27,28952526.22,127,824,2323,3603.12,qft -3445,SUCCESS,2,1,1957.62,28952526.22,28954483.84,127,1014,1641,3132.19,ghz -3446,SUCCESS,2,1,763.87,28954483.84,28955247.71,127,293,2216,1222.19,wstate -3447,SUCCESS,2,1,5771.74,28955247.71,28961019.45,127,1517,3234,9234.78,su2random -3448,SUCCESS,2,1,99.2,28961019.45,28961118.65,127,55,1533,158.72,graphstate -3449,SUCCESS,2,1,11088.26,28961118.65,28972206.91,127,6628,1422,17741.22,ae -3450,SUCCESS,2,1,29934.34,28972206.91,29002141.25,127,9042,2814,47894.94,twolocalrandom -3451,SUCCESS,2,1,791.21,29002141.25,29002932.46,127,183,3675,1265.94,dj -3452,SUCCESS,2,1,1676.94,29002932.46,29004609.4,127,981,1453,2683.1,qnn -3454,SUCCESS,2,1,18745.13,29004609.4,29023354.53,127,5392,2955,29992.21,twolocalrandom -3455,SUCCESS,2,1,20868.95,29023354.53,29044223.48,127,4840,3665,33390.32,ae -3456,SUCCESS,2,1,396.51,29044223.48,29044619.99,127,151,2232,634.42,qpeexact -3457,SUCCESS,2,1,13685.96,29044619.99,29058305.95,127,4331,2686,21897.54,qpeinexact -3460,SUCCESS,2,1,4067.6,29058305.95,29062373.55,127,2978,1161,6508.16,random -3462,SUCCESS,2,1,198.24,29062373.55,29062571.79,127,74,2277,317.18,graphstate -3464,SUCCESS,2,1,735.46,29062571.79,29063307.25,127,371,1685,1176.74,twolocalrandom -3465,SUCCESS,2,1,8827.75,29063307.25,29072135,127,2269,3307,14124.4,qpeexact -3466,SUCCESS,2,1,851.85,29072135,29072986.85,127,352,2057,1362.96,su2random -3467,SUCCESS,2,1,306.31,29072986.85,29073293.16,127,115,2264,490.1,graphstate -3468,SUCCESS,2,1,40153.06,29073293.16,29113446.22,127,16016,2131,64244.9,random -3470,SUCCESS,2,1,23090.5,29113446.22,29136536.72,127,6101,3217,36944.8,ae -3471,SUCCESS,2,1,17861.44,29136536.72,29154398.16,127,4740,3203,28578.3,qft -3472,SUCCESS,2,1,555.15,29154398.16,29154953.31,127,441,1070,888.24,dj -3476,SUCCESS,2,1,817.37,29154953.31,29155770.68,127,252,2757,1307.79,qnn -3478,SUCCESS,2,1,1667,29155770.68,29157437.68,127,403,3516,2667.2,qpeexact -3480,SUCCESS,2,1,13193.6,29157437.68,29170631.28,127,4282,2619,21109.76,qft -3481,SUCCESS,2,1,241.59,29170631.28,29170872.87,127,173,1187,386.54,qnn -3482,SUCCESS,2,1,247.72,29170872.87,29171120.59,127,112,1880,396.35,graphstate -3487,SUCCESS,2,1,42.47,29171120.59,29171163.06,127,27,1337,67.95,vqe -3488,SUCCESS,2,1,25145.83,29171163.06,29196308.89,127,8475,2522,40233.33,qft -3489,SUCCESS,2,1,26080.73,29196308.89,29222389.62,127,8076,2745,41729.17,qpeinexact -3490,SUCCESS,2,1,16329.37,29222389.62,29238718.99,127,7078,1961,26126.99,qftentangled -3491,SUCCESS,2,1,4263.48,29238718.99,29242982.47,127,1648,2199,6821.57,ae -3492,SUCCESS,2,1,3125.65,29242982.47,29246108.12,127,1312,2025,5001.04,wstate -3493,SUCCESS,2,1,32223.93,29246108.12,29278332.05,127,7636,3587,51558.29,twolocalrandom -3494,SUCCESS,2,1,606.68,29278332.05,29278938.73,127,213,2421,970.69,wstate -3495,SUCCESS,2,1,26593.64,29278938.73,29305532.37,127,7792,2901,42549.82,qnn -3496,SUCCESS,2,1,4188.07,29305532.37,29309720.44,127,1642,2168,6700.91,qnn -3497,SUCCESS,2,1,863.12,29309720.44,29310583.56,127,633,1159,1380.99,su2random -3498,SUCCESS,2,1,47926.48,29310583.56,29358510.04,127,13036,3125,76682.37,realamprandom -3499,SUCCESS,2,1,14342.33,29358510.04,29372852.37,127,8425,1447,22947.73,qft -3500,SUCCESS,2,1,8503.44,29372852.37,29381355.81,127,5638,1282,13605.5,qpeinexact -3501,SUCCESS,2,1,203.21,29381355.81,29381559.02,127,80,2159,325.14,graphstate -3502,SUCCESS,2,1,46.85,29381559.02,29381605.87,127,22,1810,74.96,vqe -3503,SUCCESS,2,1,8309.63,29381605.87,29389915.5,127,1849,3820,13295.41,qpeinexact -3504,SUCCESS,2,1,1401.24,29389915.5,29391316.74,127,830,1435,2241.98,ghz -3505,SUCCESS,2,1,1949.63,29391316.74,29393266.37,127,1330,1246,3119.41,wstate -3506,SUCCESS,2,1,322.85,29393266.37,29393589.22,127,101,2717,516.56,wstate -3508,SUCCESS,2,1,332.96,29393589.22,29393922.18,127,81,3494,532.74,wstate -3510,SUCCESS,2,1,1379.84,29393922.18,29395302.02,127,338,3470,2207.74,qpeinexact -3511,SUCCESS,2,1,7903.41,29395302.02,29403205.43,127,1958,3431,12645.46,qft -3512,SUCCESS,2,1,2967.95,29403205.43,29406173.38,127,737,3423,4748.72,su2random -3513,SUCCESS,2,1,4014.03,29406173.38,29410187.41,127,1045,3265,6422.45,wstate -3514,SUCCESS,2,1,261.54,29410187.41,29410448.95,127,173,1285,418.46,qnn -3515,SUCCESS,2,1,98.36,29410448.95,29410547.31,127,38,2200,157.38,ghz -3516,SUCCESS,2,1,2646.04,29410547.31,29413193.35,127,790,2847,4233.66,su2random -3517,SUCCESS,2,1,1846.81,29413193.35,29415040.16,127,972,1615,2954.9,su2random -3518,SUCCESS,2,1,2558.41,29415040.16,29417598.57,127,879,2474,4093.46,qft -3519,SUCCESS,2,1,7151.64,29417598.57,29424750.21,127,2074,2931,11442.62,pricingcall -3520,SUCCESS,2,1,20149.62,29424750.21,29444899.83,127,8270,2071,32239.39,qpeexact -3521,SUCCESS,2,1,282.75,29444899.83,29445182.58,127,133,1807,452.4,wstate -3522,SUCCESS,2,1,1544.97,29445182.58,29446727.55,127,1088,1207,2471.95,qnn -3523,SUCCESS,2,1,20962.89,29446727.55,29467690.44,127,14824,1202,33540.62,realamprandom -3524,SUCCESS,2,1,6446.86,29467690.44,29474137.3,127,5264,1041,10314.98,qnn -3525,SUCCESS,2,1,3791.05,29474137.3,29477928.35,127,2330,1383,6065.68,ae -3526,SUCCESS,2,1,1849.89,29477928.35,29479778.24,127,1061,1482,2959.82,twolocalrandom -3527,SUCCESS,2,1,22932.55,29479778.24,29502710.79,127,10227,1906,36692.08,realamprandom -3528,SUCCESS,2,1,21527.73,29502710.79,29524238.52,127,6505,2813,34444.37,qpeexact -3529,SUCCESS,2,1,105.55,29524238.52,29524344.07,127,72,1246,168.88,ghz -3530,SUCCESS,2,1,2643.46,29524344.07,29526987.53,127,1086,2069,4229.54,qnn -3531,SUCCESS,2,1,118150.12,29526987.53,29645137.65,127,78093,1286,189040.19,qwalk-noancilla -3533,SUCCESS,2,1,5177.83,29645137.65,29650315.48,127,1110,3965,8284.53,realamprandom -3534,SUCCESS,2,1,5594.25,29650315.48,29655909.73,127,1202,3956,8950.8,qftentangled -3535,SUCCESS,2,1,1355.04,29655909.73,29657264.77,127,380,3031,2168.06,qft -3536,SUCCESS,2,1,8563.24,29657264.77,29665828.01,127,4699,1549,13701.18,ae -3538,SUCCESS,2,1,17158,29665828.01,29682986.01,127,7820,1865,27452.8,random -3539,SUCCESS,2,1,144.41,29682986.01,29683130.42,127,76,1615,231.06,graphstate -3540,SUCCESS,2,1,14654.16,29683130.42,29697784.58,127,3716,3352,23446.66,ae -3541,SUCCESS,2,1,22902.28,29697784.58,29720686.86,127,6790,2867,36643.65,qpeexact -3544,SUCCESS,2,1,97611.79,29720686.86,29818298.65,127,34032,2438,156178.86,shor -3545,SUCCESS,2,1,10279.23,29818298.65,29828577.88,127,3546,2464,16446.77,qpeinexact -3546,SUCCESS,2,1,9904.03,29828577.88,29838481.91,127,2395,3515,15846.45,twolocalrandom -3547,SUCCESS,2,1,101905.95,29838481.91,29940387.86,127,33770,2565,163049.52,random -3548,SUCCESS,2,1,8824.27,29940387.86,29949212.13,127,4912,1527,14118.83,ae -3550,SUCCESS,2,1,12627.1,29949212.13,29961839.23,127,2630,4081,20203.36,qpeinexact -3551,SUCCESS,2,1,2229.08,29961839.23,29964068.31,127,895,2117,3566.53,realamprandom -3552,SUCCESS,2,1,4703.69,29964068.31,29968772,127,1697,2356,7525.9,twolocalrandom -3553,SUCCESS,2,1,1559.9,29968772,29970331.9,127,377,3517,2495.84,su2random -3554,SUCCESS,2,1,14073.88,29970331.9,29984405.78,127,4196,2851,22518.21,random -3555,SUCCESS,2,1,10276.27,29984405.78,29994682.05,127,5886,1484,16442.03,qftentangled -3556,SUCCESS,2,1,23061.57,29994682.05,30017743.62,127,7522,2606,36898.51,qft -3557,SUCCESS,2,1,15523.75,30017743.62,30033267.37,127,3549,3718,24838,grover-noancilla -3559,SUCCESS,2,1,5847.42,30033267.37,30039114.79,127,2147,2315,9355.87,su2random -3560,SUCCESS,2,1,11199.67,30039114.79,30050314.46,127,9136,1042,17919.47,random -3561,SUCCESS,2,1,11513.09,30050314.46,30061827.55,127,4955,1975,18420.94,qnn -3562,SUCCESS,2,1,109.27,30061827.55,30061936.82,127,26,3572,174.83,vqe -3563,SUCCESS,2,1,92.31,30061936.82,30062029.13,127,27,2906,147.7,ghz -3564,SUCCESS,2,1,11310.3,30062029.13,30073339.43,127,3009,3195,18096.48,qpeexact -3565,SUCCESS,2,1,177581.14,30073339.43,30250920.57,127,40327,3743,284129.82,random -3566,SUCCESS,2,1,32540.62,30250920.57,30283461.19,127,11760,2352,52064.99,realamprandom -3567,SUCCESS,2,1,5808.92,30283461.19,30289270.11,127,3155,1565,9294.27,su2random -3569,SUCCESS,2,1,725.91,30289270.11,30289996.02,127,376,1641,1161.46,random -3570,SUCCESS,2,1,23027.69,30289996.02,30313023.71,127,5662,3457,36844.3,qpeexact -3571,SUCCESS,2,1,2022.53,30313023.71,30315046.24,127,471,3650,3236.05,pricingcall -3572,SUCCESS,2,1,67.89,30315046.24,30315114.13,127,25,2308,108.62,dj -3573,SUCCESS,2,1,3002.97,30315114.13,30318117.1,127,627,4071,4804.75,ae -3574,SUCCESS,2,1,9148.99,30318117.1,30327266.09,127,3352,2320,14638.38,su2random -3575,SUCCESS,2,1,88168.16,30327266.09,30415434.25,127,29138,2572,141069.06,random -3576,SUCCESS,2,1,2468.95,30415434.25,30417903.2,127,700,2998,3950.32,qft -3577,SUCCESS,2,1,995.34,30417903.2,30418898.54,127,242,3496,1592.54,dj -3578,SUCCESS,2,1,23569.42,30418898.54,30442467.96,127,5400,3710,37711.07,qpeexact -3579,SUCCESS,2,1,49458.39,30442467.96,30491926.35,127,15894,2645,79133.42,realamprandom -3580,SUCCESS,2,1,8683.31,30491926.35,30500609.66,127,2101,3513,13893.3,qpeinexact -3581,SUCCESS,2,1,655.42,30500609.66,30501265.08,127,335,1663,1048.67,twolocalrandom -3582,SUCCESS,2,1,19108.22,30501265.08,30520373.3,127,4185,3881,30573.15,realamprandom -3583,SUCCESS,2,1,5833.16,30520373.3,30526206.46,127,1433,3460,9333.06,su2random -3584,SUCCESS,2,1,2124.73,30526206.46,30528331.19,127,468,3859,3399.57,dj -3587,SUCCESS,2,1,1611.3,30528331.19,30529942.49,127,428,3200,2578.08,qft -3588,SUCCESS,2,1,19159.81,30529942.49,30549102.3,127,5610,2903,30655.7,qpeexact -3589,SUCCESS,2,1,2227.92,30549102.3,30551330.22,127,658,2878,3564.67,qnn -3590,SUCCESS,2,1,12525.3,30551330.22,30563855.52,127,5242,2031,20040.48,qpeexact -3591,SUCCESS,2,1,12262.85,30563855.52,30576118.37,127,4926,2116,19620.56,qpeinexact -3593,SUCCESS,2,1,1302.02,30576118.37,30577420.39,127,501,2209,2083.23,dj -3596,SUCCESS,2,1,1145.03,30577420.39,30578565.42,127,856,1137,1832.05,ae -3598,SUCCESS,2,1,27989.03,30578565.42,30606554.45,127,6119,3888,44782.45,qft -3599,SUCCESS,2,1,288.38,30606554.45,30606842.83,127,233,1052,461.41,realamprandom -3600,SUCCESS,2,1,29807.59,30606842.83,30636650.42,127,8384,3022,47692.14,qpeinexact -3601,SUCCESS,2,1,205.11,30636650.42,30636855.53,127,64,2724,328.18,graphstate -3602,SUCCESS,2,1,3066.67,30636855.53,30639922.2,127,987,2641,4906.67,ghz -3603,SUCCESS,2,1,51779.3,30639922.2,30691701.5,127,16703,2635,82846.88,twolocalrandom -3604,SUCCESS,2,1,257.54,30691701.5,30691959.04,127,117,1871,412.06,ghz -3605,SUCCESS,2,1,304.56,30691959.04,30692263.6,127,109,2375,487.3,qaoa -3606,SUCCESS,2,1,3393.62,30692263.6,30695657.22,127,921,3132,5429.79,ae -3608,SUCCESS,2,1,3595.47,30695657.22,30699252.69,127,1095,2791,5752.75,grover-v-chain -3610,SUCCESS,2,1,59270.87,30699252.69,30758523.56,127,12492,4033,94833.39,realamprandom -3612,SUCCESS,2,1,775.67,30758523.56,30759299.23,127,167,3948,1241.07,qpeexact -3613,SUCCESS,2,1,26959.29,30759299.23,30786258.52,127,10086,2272,43134.86,su2random -3615,SUCCESS,2,1,331.68,30786258.52,30786590.2,127,175,1611,530.69,graphstate -3616,SUCCESS,2,1,1763.54,30786590.2,30788353.74,127,392,3824,2821.66,ghz -3617,SUCCESS,2,1,157.67,30788353.74,30788511.41,127,37,3622,252.27,wstate -3619,SUCCESS,2,1,6664.69,30788511.41,30795176.1,127,1608,3523,10663.5,wstate -3621,SUCCESS,2,1,141693.88,30795176.1,30936869.98,127,30584,3938,226710.21,grover-noancilla -3622,SUCCESS,2,1,2812.65,30936869.98,30939682.63,127,1271,1881,4500.24,qpeexact -3623,SUCCESS,2,1,61.43,30939682.63,30939744.06,127,15,3481,98.29,ghz -3624,SUCCESS,2,1,54465.75,30939744.06,30994209.81,127,12113,3822,87145.2,realamprandom -3625,SUCCESS,2,1,14205.18,30994209.81,31008414.99,127,11108,1087,22728.29,qnn -3626,SUCCESS,2,1,96.69,31008414.99,31008511.68,127,69,1191,154.7,ghz -3627,SUCCESS,2,1,3732.99,31008511.68,31012244.67,127,2291,1385,5972.78,qft -3628,SUCCESS,2,1,8754.04,31012244.67,31020998.71,127,4445,1674,14006.46,qftentangled -3629,SUCCESS,2,1,25737.82,31020998.71,31046736.53,127,7636,2865,41180.51,realamprandom -3630,SUCCESS,2,1,5979.74,31046736.53,31052716.27,127,2038,2494,9567.58,random -3631,SUCCESS,2,1,24697.32,31052716.27,31077413.59,127,5320,3946,39515.71,qpeinexact -3633,SUCCESS,2,1,10664.95,31077413.59,31088078.54,127,4325,2096,17063.92,qftentangled -3635,SUCCESS,2,1,9822.78,31088078.54,31097901.32,127,5493,1520,15716.45,random -3636,SUCCESS,2,1,2043.42,31097901.32,31099944.74,127,586,2964,3269.47,ghz -3637,SUCCESS,2,1,12190.45,31099944.74,31112135.19,127,4280,2421,19504.72,qft -3638,SUCCESS,2,1,121.98,31112135.19,31112257.17,127,80,1296,195.17,dj -3639,SUCCESS,2,1,4543.64,31112257.17,31116800.81,127,1482,2606,7269.82,qft -3640,SUCCESS,2,1,725.23,31116800.81,31117526.04,127,165,3736,1160.37,dj -3641,SUCCESS,2,1,8514.82,31117526.04,31126040.86,127,3211,2254,13623.71,twolocalrandom -3642,SUCCESS,2,1,4058.42,31126040.86,31130099.28,127,1035,3333,6493.47,su2random -3645,SUCCESS,2,1,12116.88,31130099.28,31142216.16,127,6116,1684,19387.01,qft -3647,SUCCESS,2,1,182.32,31142216.16,31142398.48,127,44,3522,291.71,ghz -3648,SUCCESS,2,1,1778.26,31142398.48,31144176.74,127,670,2256,2845.22,dj -3649,SUCCESS,2,1,389.07,31144176.74,31144565.81,127,109,3034,622.51,qft -3650,SUCCESS,2,1,10323.87,31144565.81,31154889.68,127,2299,3817,16518.19,qpeexact -3651,SUCCESS,2,1,17661.55,31154889.68,31172551.23,127,8106,1852,28258.48,ae -3652,SUCCESS,2,1,5184.81,31172551.23,31177736.04,127,1116,3949,8295.7,qnn -3653,SUCCESS,2,1,754.65,31177736.04,31178490.69,127,604,1062,1207.44,dj -3654,SUCCESS,2,1,2855.1,31178490.69,31181345.79,127,1874,1295,4568.16,qpeexact -3655,SUCCESS,2,1,8807.19,31181345.79,31190152.98,127,3345,2238,14091.5,qft -3656,SUCCESS,2,1,2208.2,31190152.98,31192361.18,127,1048,1791,3533.12,qftentangled -3658,SUCCESS,2,1,7169.28,31192361.18,31199530.46,127,1682,3623,11470.85,qftentangled -3659,SUCCESS,2,1,143.2,31199530.46,31199673.66,127,54,2254,229.12,dj -3660,SUCCESS,2,1,5823.32,31199673.66,31205496.98,127,3084,1605,9317.31,qft -3661,SUCCESS,2,1,27680.35,31205496.98,31233177.33,127,6404,3674,44288.56,qpeinexact -3662,SUCCESS,2,1,1931.93,31233177.33,31235109.26,127,409,4015,3091.09,dj -3663,SUCCESS,2,1,8250.3,31235109.26,31243359.56,127,2291,3061,13200.48,qpeinexact -3665,SUCCESS,2,1,51408.37,31243359.56,31294767.93,127,14556,3002,82253.39,twolocalrandom -3666,SUCCESS,2,1,10817.81,31294767.93,31305585.74,127,2818,3263,17308.5,qftentangled -3667,SUCCESS,2,1,577.82,31305585.74,31306163.56,127,121,4059,924.51,wstate -3668,SUCCESS,2,1,5887.78,31306163.56,31312051.34,127,1244,4023,9420.45,su2random -3669,SUCCESS,2,1,623.89,31312051.34,31312675.23,127,335,1583,998.22,twolocalrandom -3670,SUCCESS,2,1,3001.1,31312675.23,31315676.33,127,690,3697,4801.76,pricingcall -3672,SUCCESS,2,1,32686.06,31315676.33,31348362.39,127,11991,2317,52297.7,random -3673,SUCCESS,2,1,969.96,31348362.39,31349332.35,127,364,2265,1551.94,dj -3674,SUCCESS,2,1,2636.65,31349332.35,31351969,127,1224,1831,4218.64,qpeinexact -3675,SUCCESS,2,1,1327,31351969,31353296,127,838,1346,2123.2,realamprandom -3676,SUCCESS,2,1,27817.84,31353296,31381113.84,127,6824,3465,44508.54,ae -3677,SUCCESS,2,1,761.98,31381113.84,31381875.82,127,230,2816,1219.17,ae -3678,SUCCESS,2,1,129.58,31381875.82,31382005.4,127,39,2824,207.33,ghz -3679,SUCCESS,2,1,593.27,31382005.4,31382598.67,127,178,2833,949.23,pricingput -3680,SUCCESS,2,1,3912.92,31382598.67,31386511.59,127,1187,2802,6260.67,qftentangled -3681,SUCCESS,2,1,33160.09,31386511.59,31419671.68,127,11110,2537,53056.14,su2random -3682,SUCCESS,2,1,6523.13,31419671.68,31426194.81,127,2981,1860,10437.01,qft -3683,SUCCESS,2,1,53709.6,31426194.81,31479904.41,127,16541,2760,85935.36,su2random -3684,SUCCESS,2,1,2687.34,31479904.41,31482591.75,127,642,3558,4299.74,qnn -3685,SUCCESS,2,1,8309.31,31482591.75,31490901.06,127,6267,1127,13294.9,qftentangled -3686,SUCCESS,2,1,13411.11,31490901.06,31504312.17,127,3485,3271,21457.78,ae -3688,SUCCESS,2,1,9141.46,31504312.17,31513453.63,127,2698,2880,14626.34,qftentangled -3689,SUCCESS,2,1,2478.99,31513453.63,31515932.62,127,812,2595,3966.38,realamprandom -3690,SUCCESS,2,1,14278.36,31515932.62,31530210.98,127,7423,1635,22845.38,ae -3691,SUCCESS,2,1,960.11,31530210.98,31531171.09,127,472,1729,1536.18,wstate -3693,SUCCESS,2,1,12953.6,31531171.09,31544124.69,127,6256,1760,20725.76,qft -3694,SUCCESS,2,1,53572.08,31544124.69,31597696.77,127,27382,1663,85715.33,random -3695,SUCCESS,2,1,85337.96,31597696.77,31683034.73,127,25416,2854,136540.74,random -3696,SUCCESS,2,1,254.83,31683034.73,31683289.56,127,123,1761,407.73,graphstate -3697,SUCCESS,2,1,38822.52,31683289.56,31722112.08,127,10456,3156,62116.03,qpeexact -3698,SUCCESS,2,1,17115.38,31722112.08,31739227.46,127,5235,2779,27384.61,qpeexact -3699,SUCCESS,2,1,142.23,31739227.46,31739369.69,127,53,2281,227.57,wstate -3700,SUCCESS,2,1,149.35,31739369.69,31739519.04,127,35,3627,238.96,qaoa -3701,SUCCESS,2,1,273.78,31739519.04,31739792.82,127,117,1989,438.05,wstate -3702,SUCCESS,2,1,7302.76,31739792.82,31747095.58,127,4166,1490,11684.42,qftentangled -3703,SUCCESS,2,1,3459.23,31747095.58,31750554.81,127,905,3249,5534.77,dj -3705,SUCCESS,2,1,68.73,31750554.81,31750623.54,127,23,2540,109.97,ghz -3706,SUCCESS,2,1,481.35,31750623.54,31751104.89,127,114,3589,770.16,dj -3707,SUCCESS,2,1,15950.15,31751104.89,31767055.04,127,6242,2172,25520.24,ae -3709,SUCCESS,2,1,9845.49,31767055.04,31776900.53,127,2630,3182,15752.78,su2random -3710,SUCCESS,2,1,99.15,31776900.53,31776999.68,127,25,3371,158.64,vqe -3711,SUCCESS,2,1,1706.51,31776999.68,31778706.19,127,639,2270,2730.42,dj -3713,SUCCESS,2,1,4406.3,31778706.19,31783112.49,127,1189,3150,7050.08,wstate -3714,SUCCESS,2,1,197.97,31783112.49,31783310.46,127,59,2852,316.75,graphstate -3715,SUCCESS,2,1,1757.67,31783310.46,31785068.13,127,371,4027,2812.27,realamprandom -3716,SUCCESS,2,1,1107.79,31785068.13,31786175.92,127,503,1872,1772.46,ae -3718,SUCCESS,2,1,18755.53,31786175.92,31804931.45,127,3950,4036,30008.85,qft -3720,SUCCESS,2,1,113.97,31804931.45,31805045.42,127,47,2061,182.35,graphstate -3721,SUCCESS,2,1,1038,31805045.42,31806083.42,127,255,3460,1660.8,dj -3722,SUCCESS,2,1,1367.72,31806083.42,31807451.14,127,480,2422,2188.35,dj -3723,SUCCESS,2,1,26528.39,31807451.14,31833979.53,127,6636,3398,42445.42,qpeinexact -3724,SUCCESS,2,1,1651.77,31833979.53,31835631.3,127,375,3744,2642.83,qnn -3726,SUCCESS,2,1,3660.12,31835631.3,31839291.42,127,2081,1495,5856.19,qnn -3727,SUCCESS,2,1,290.55,31839291.42,31839581.97,127,67,3686,464.88,ghz -3728,SUCCESS,2,1,345.49,31839581.97,31839927.46,127,96,3059,552.78,ghz -3729,SUCCESS,2,1,1927.06,31839927.46,31841854.52,127,455,3600,3083.3,qft -3730,SUCCESS,2,1,72001.7,31841854.52,31913856.22,127,16740,3656,115202.72,random -3731,SUCCESS,2,1,1578.79,31913856.22,31915435.01,127,1009,1330,2526.06,wstate -3732,SUCCESS,2,1,950.49,31915435.01,31916385.5,127,377,2143,1520.78,wstate -3733,SUCCESS,2,1,72.23,31916385.5,31916457.73,127,24,2558,115.57,vqe -3734,SUCCESS,2,1,34137.73,31916457.73,31950595.46,127,8076,3593,54620.37,qpeexact -3735,SUCCESS,2,1,762.02,31950595.46,31951357.48,127,519,1248,1219.23,wstate -3736,SUCCESS,2,1,531.45,31951357.48,31951888.93,127,317,1425,850.32,qpeexact -3738,SUCCESS,2,1,28284.1,31951888.93,31980173.03,127,11303,2127,45254.56,qnn -3739,SUCCESS,2,1,6116.46,31980173.03,31986289.49,127,2104,2471,9786.34,qpeexact -3740,SUCCESS,2,1,2047.56,31986289.49,31988337.05,127,540,3223,3276.1,portfoliovqe -3741,SUCCESS,2,1,6776.94,31988337.05,31995113.99,127,2948,1954,10843.1,qft -3742,SUCCESS,2,1,23599.05,31995113.99,32018713.04,127,4948,4054,37758.48,qftentangled -3743,SUCCESS,2,1,5182.5,32018713.04,32023895.54,127,1927,2286,8292,twolocalrandom -3744,SUCCESS,2,1,14978.48,32023895.54,32038874.02,127,6882,1850,23965.57,pricingcall -3745,SUCCESS,2,1,1496.66,32038874.02,32040370.68,127,537,2369,2394.66,wstate -3746,SUCCESS,2,1,9939.97,32040370.68,32050310.65,127,3917,2157,15903.95,twolocalrandom -3747,SUCCESS,2,1,5337.01,32050310.65,32055647.66,127,3343,1357,8539.22,qftentangled -3748,SUCCESS,2,1,1925.24,32055647.66,32057572.9,127,575,2846,3080.38,dj -3750,SUCCESS,2,1,37.97,32057572.9,32057610.87,127,18,1793,60.75,graphstate -3751,SUCCESS,2,1,1710.8,32057610.87,32059321.67,127,726,2003,2737.28,qnn -3752,SUCCESS,2,1,12905.77,32059321.67,32072227.44,127,6908,1588,20649.23,qft -3753,SUCCESS,2,1,7096.26,32072227.44,32079323.7,127,1937,3114,11354.02,qpeinexact -3754,SUCCESS,2,1,15904.71,32079323.7,32095228.41,127,11000,1229,25447.54,qpeexact -3755,SUCCESS,2,1,18885.56,32095228.41,32114113.97,127,5605,2864,30216.9,ae -3756,SUCCESS,2,1,1713.9,32114113.97,32115827.87,127,756,1927,2742.24,qpeexact -3757,SUCCESS,2,1,36209.76,32115827.87,32152037.63,127,7902,3895,57935.62,qwalk-v-chain -3758,SUCCESS,2,1,2494.36,32152037.63,32154531.99,127,994,2133,3990.98,qft -3759,SUCCESS,2,1,205.64,32154531.99,32154737.63,127,53,3298,329.02,graphstate -3760,SUCCESS,2,1,19309.56,32154737.63,32174047.19,127,5004,3280,30895.3,qftentangled -3761,SUCCESS,2,1,1646.15,32174047.19,32175693.34,127,1011,1384,2633.84,qpeinexact -3762,SUCCESS,2,1,7263.51,32175693.34,32182956.85,127,1970,3134,11621.62,qftentangled -3763,SUCCESS,2,1,17408.2,32182956.85,32200365.05,127,9646,1534,27853.12,qnn -3764,SUCCESS,2,1,245.23,32200365.05,32200610.28,127,77,2707,392.37,graphstate -3765,SUCCESS,2,1,29682.36,32200610.28,32230292.64,127,20184,1250,47491.78,random -3766,SUCCESS,2,1,3951.28,32230292.64,32234243.92,127,876,3834,6322.05,wstate -3768,SUCCESS,2,1,915.03,32234243.92,32235158.95,127,542,1435,1464.05,dj -3769,SUCCESS,2,1,2923.99,32235158.95,32238082.94,127,1030,2413,4678.38,ghz -3770,SUCCESS,2,1,12646.66,32238082.94,32250729.6,127,5391,1994,20234.66,ae -3771,SUCCESS,2,1,1095.7,32250729.6,32251825.3,127,229,4067,1753.12,realamprandom -3772,SUCCESS,2,1,21537.38,32251825.3,32273362.68,127,6998,2616,34459.81,qpeexact -3774,SUCCESS,2,1,3963.45,32273362.68,32277326.13,127,1339,2516,6341.52,qpeinexact -3775,SUCCESS,2,1,11640.62,32277326.13,32288966.75,127,4459,2219,18624.99,twolocalrandom -3776,SUCCESS,2,1,1116.62,32288966.75,32290083.37,127,375,2531,1786.59,su2random -3778,SUCCESS,2,1,31192.83,32290083.37,32321276.2,127,8575,3092,49908.53,qpeinexact -3780,SUCCESS,2,1,9192.07,32321276.2,32330468.27,127,3589,2177,14707.31,qft -3781,SUCCESS,2,1,1945.22,32330468.27,32332413.49,127,609,2715,3112.35,wstate -3782,SUCCESS,2,1,7621.82,32332413.49,32340035.31,127,3546,1827,12194.91,qpeexact -3783,SUCCESS,2,1,3334.73,32340035.31,32343370.04,127,1196,2370,5335.57,qnn -3784,SUCCESS,2,1,2073.15,32343370.04,32345443.19,127,624,2824,3317.04,dj -3785,SUCCESS,2,1,1446.57,32345443.19,32346889.76,127,828,1485,2314.51,dj -3786,SUCCESS,2,1,12389.82,32346889.76,32359279.58,127,5854,1799,19823.71,su2random -3787,SUCCESS,2,1,15457.7,32359279.58,32374737.28,127,3720,3532,24732.32,su2random -3788,SUCCESS,2,1,44082.77,32374737.28,32418820.05,127,17063,2196,70532.43,twolocalrandom -3789,SUCCESS,2,1,716.26,32418820.05,32419536.31,127,149,4086,1146.02,graphstate -3790,SUCCESS,2,1,4686.24,32419536.31,32424222.55,127,3488,1142,7497.98,qpeinexact -3791,SUCCESS,2,1,1078.2,32424222.55,32425300.75,127,877,1045,1725.12,qnn -3792,SUCCESS,2,1,9029.88,32425300.75,32434330.63,127,2519,3047,14447.81,qftentangled -3793,SUCCESS,2,1,140.04,32434330.63,32434470.67,127,109,1092,224.06,qpeexact -3794,SUCCESS,2,1,666.18,32434470.67,32435136.85,127,212,2671,1065.89,ghz -3795,SUCCESS,2,1,2312,32435136.85,32437448.85,127,1823,1078,3699.2,ae -3796,SUCCESS,2,1,1088.62,32437448.85,32438537.47,127,701,1320,1741.79,twolocalrandom -3797,SUCCESS,2,1,36891.2,32438537.47,32475428.67,127,11436,2742,59025.92,twolocalrandom -3798,SUCCESS,2,1,592.68,32475428.67,32476021.35,127,364,1384,948.29,graphstate -3800,SUCCESS,2,1,5561.54,32476021.35,32481582.89,127,2035,2323,8898.46,twolocalrandom -3801,SUCCESS,2,1,13842.49,32481582.89,32495425.38,127,4921,2391,22147.98,qftentangled -3802,SUCCESS,2,1,10177.74,32495425.38,32505603.12,127,7602,1138,16284.38,ae -3803,SUCCESS,2,1,11110.03,32505603.12,32516713.15,127,2880,3279,17776.05,qnn -3804,SUCCESS,2,1,15616.06,32516713.15,32532329.21,127,4538,2925,24985.7,qft -3805,SUCCESS,2,1,1186.79,32532329.21,32533516,127,568,1776,1898.86,qnn -3806,SUCCESS,2,1,1797.73,32533516,32535313.73,127,385,3969,2876.37,ghz -3807,SUCCESS,2,1,9564.08,32535313.73,32544877.81,127,5129,1585,15302.53,qftentangled -3808,SUCCESS,2,1,16700.53,32544877.81,32561578.34,127,4799,2958,26720.85,twolocalrandom -3810,SUCCESS,2,1,65.23,32561578.34,32561643.57,127,53,1046,104.37,qaoa -3811,SUCCESS,2,1,22268.96,32561643.57,32583912.53,127,5729,3304,35630.34,qpeexact -3814,SUCCESS,2,1,301.08,32583912.53,32584213.61,127,121,2115,481.73,qpeexact -3815,SUCCESS,2,1,24869.42,32584213.61,32609083.03,127,7077,2987,39791.07,ae -3816,SUCCESS,2,1,3518.12,32609083.03,32612601.15,127,800,3738,5628.99,qftentangled -3817,SUCCESS,2,1,7314.11,32612601.15,32619915.26,127,2517,2470,11702.58,qft -3818,SUCCESS,2,1,2011.19,32619915.26,32621926.45,127,945,1809,3217.9,qftentangled -3819,SUCCESS,2,1,234.64,32621926.45,32622161.09,127,73,2732,375.42,wstate -3820,SUCCESS,2,1,7286.62,32622161.09,32629447.71,127,1642,3772,11658.59,qpeexact -3821,SUCCESS,2,1,95049.25,32629447.71,32724496.96,127,32538,2483,152078.8,random -3822,SUCCESS,2,1,3370.75,32724496.96,32727867.71,127,717,3996,5393.2,qftentangled -3823,SUCCESS,2,1,6370.49,32727867.71,32734238.2,127,4044,1339,10192.78,qpeinexact -3824,SUCCESS,2,1,3055.93,32734238.2,32737294.13,127,813,3195,4889.49,ghz -3825,SUCCESS,2,1,833.74,32737294.13,32738127.87,127,331,2141,1333.98,dj -3826,SUCCESS,2,1,13602.98,32738127.87,32751730.85,127,10991,1052,21764.77,twolocalrandom -3827,SUCCESS,2,1,1597.45,32751730.85,32753328.3,127,544,2496,2555.92,qpeexact -3828,SUCCESS,2,1,7591.78,32753328.3,32760920.08,127,1849,3490,12146.85,twolocalrandom -3830,SUCCESS,2,1,393.09,32760920.08,32761313.17,127,181,1846,628.94,ghz -3832,SUCCESS,2,1,163.3,32761313.17,32761476.47,127,86,1614,261.28,graphstate -3834,SUCCESS,2,1,136,32761476.47,32761612.47,127,100,1156,217.6,graphstate -3835,SUCCESS,2,1,88982.14,32761612.47,32850594.61,127,39955,1893,142371.42,qwalk-noancilla -3836,SUCCESS,2,1,2948.16,32850594.61,32853542.77,127,1348,1859,4717.06,wstate -3838,SUCCESS,2,1,1181.16,32853542.77,32854723.93,127,306,3281,1889.86,dj -3839,SUCCESS,2,1,78613,32854723.93,32933336.93,127,17497,3819,125780.8,random -3840,SUCCESS,2,1,591.59,32933336.93,32933928.52,127,216,2328,946.54,qft -3841,SUCCESS,2,1,215.84,32933928.52,32934144.36,127,49,3744,345.34,dj -3842,SUCCESS,2,1,72635.65,32934144.36,33006780.01,127,15722,3927,116217.04,su2random -3843,SUCCESS,2,1,11124.63,33006780.01,33017904.64,127,3739,2529,17799.41,su2random -3844,SUCCESS,2,1,15899.51,33017904.64,33033804.15,127,4315,3132,25439.22,ae -3846,SUCCESS,2,1,153.94,33033804.15,33033958.09,127,43,3043,246.3,ghz -3847,SUCCESS,2,1,15608.54,33033958.09,33049566.63,127,6627,2002,24973.66,su2random -3848,SUCCESS,2,1,974.66,33049566.63,33050541.29,127,335,2473,1559.46,graphstate -3850,SUCCESS,2,1,13112.11,33050541.29,33063653.4,127,3256,3423,20979.38,qpeexact -3851,SUCCESS,2,1,154.85,33063653.4,33063808.25,127,36,3656,247.76,ghz -3852,SUCCESS,2,1,3514.23,33063808.25,33067322.48,127,1411,2117,5622.77,qpeexact -3854,SUCCESS,2,1,3427.6,33067322.48,33070750.08,127,1932,1508,5484.16,twolocalrandom -3855,SUCCESS,2,1,1307.89,33070750.08,33072057.97,127,805,1381,2092.62,qftentangled -3857,SUCCESS,2,1,30416.05,33072057.97,33102474.02,127,8702,2971,48665.68,qftentangled -3858,SUCCESS,2,1,5925.54,33102474.02,33108399.56,127,3938,1279,9480.86,su2random -3860,SUCCESS,2,1,196.52,33108399.56,33108596.08,127,58,2880,314.43,graphstate -3861,SUCCESS,2,1,17219.79,33108596.08,33125815.87,127,9991,1465,27551.66,su2random -3862,SUCCESS,2,1,6416.43,33125815.87,33132232.3,127,1913,2851,10266.29,ae -3865,SUCCESS,2,1,27589.56,33132232.3,33159821.86,127,8012,2927,44143.3,qft -3866,SUCCESS,2,1,19774.31,33159821.86,33179596.17,127,10830,1552,31638.9,qpeexact -3867,SUCCESS,2,1,148372.57,33179596.17,33327968.74,127,32860,3838,237396.11,random -3868,SUCCESS,2,1,65521.32,33327968.74,33393490.06,127,21620,2576,104834.11,random -3869,SUCCESS,2,1,5490,33393490.06,33398980.06,127,3825,1220,8784,qpeexact -3870,SUCCESS,2,1,11499.36,33398980.06,33410479.42,127,6206,1575,18398.98,qpeinexact -3871,SUCCESS,2,1,612.69,33410479.42,33411092.11,127,484,1076,980.3,qpeexact -3872,SUCCESS,2,1,17602.24,33411092.11,33428694.35,127,7950,1882,28163.58,qpeexact -3873,SUCCESS,2,1,1998.73,33428694.35,33430693.08,127,816,2082,3197.97,qpeinexact -3874,SUCCESS,2,1,13184.56,33430693.08,33443877.64,127,10042,1116,21095.3,ae -3875,SUCCESS,2,1,6672.34,33443877.64,33450549.98,127,2154,2633,10675.74,twolocalrandom -3876,SUCCESS,2,1,326.08,33450549.98,33450876.06,127,169,1640,521.73,wstate -3878,SUCCESS,2,1,19222.25,33450876.06,33470098.31,127,4609,3545,30755.6,qnn -3879,SUCCESS,2,1,28278.66,33470098.31,33498376.97,127,12371,1943,45245.86,twolocalrandom -3880,SUCCESS,2,1,99.71,33498376.97,33498476.68,127,41,2067,159.54,wstate -3881,SUCCESS,2,1,7307.41,33498476.68,33505784.09,127,4108,1512,11691.86,qpeexact -3882,SUCCESS,2,1,40681.08,33505784.09,33546465.17,127,10273,3366,65089.73,ae -3883,SUCCESS,2,1,43114.79,33546465.17,33589579.96,127,9726,3768,68983.66,qwalk-noancilla -3884,SUCCESS,2,1,3671.13,33589579.96,33593251.09,127,842,3706,5873.81,ghz -3885,SUCCESS,2,1,73702.59,33593251.09,33666953.68,127,16272,3850,117924.14,random -3886,SUCCESS,2,1,1468.42,33666953.68,33668422.1,127,508,2457,2349.47,pricingput -3887,SUCCESS,2,1,161.59,33668422.1,33668583.69,127,37,3712,258.54,wstate -3888,SUCCESS,2,1,3103.97,33668583.69,33671687.66,127,671,3932,4966.35,pricingput -3891,SUCCESS,2,1,3506.51,33671687.66,33675194.17,127,1162,2565,5610.42,qnn -3892,SUCCESS,2,1,33539.71,33675194.17,33708733.88,127,7639,3732,53663.54,qpeinexact -3894,SUCCESS,2,1,9690.72,33708733.88,33718424.6,127,4659,1768,15505.15,realamprandom -3895,SUCCESS,2,1,2345.5,33718424.6,33720770.1,127,687,2902,3752.8,su2random -3896,SUCCESS,2,1,874.67,33720770.1,33721644.77,127,244,3047,1399.47,portfoliovqe -3897,SUCCESS,2,1,41323.49,33721644.77,33762968.26,127,9886,3553,66117.58,qnn -3899,SUCCESS,2,1,6820.8,33762968.26,33769789.06,127,3480,1666,10913.28,qnn -3900,SUCCESS,2,1,396.97,33769789.06,33770186.03,127,113,2986,635.15,wstate -3902,SUCCESS,2,1,1255.3,33770186.03,33771441.33,127,978,1091,2008.48,wstate -3903,SUCCESS,2,1,1350.17,33771441.33,33772791.5,127,639,1796,2160.27,twolocalrandom -3904,SUCCESS,2,1,45613.81,33772791.5,33818405.31,127,9676,4007,72982.1,twolocalrandom -3905,SUCCESS,2,1,1619.08,33818405.31,33820024.39,127,1057,1302,2590.53,su2random -3906,SUCCESS,2,1,5054.05,33820024.39,33825078.44,127,4183,1027,8086.48,ae -3907,SUCCESS,2,1,80.05,33825078.44,33825158.49,127,28,2430,128.08,ghz -3908,SUCCESS,2,1,142420.76,33825158.49,33967579.25,127,31583,3833,227873.22,random -3910,SUCCESS,2,1,2693.03,33967579.25,33970272.28,127,1327,1725,4308.85,qnn -3911,SUCCESS,2,1,135.14,33970272.28,33970407.42,127,47,2444,216.22,dj -3912,SUCCESS,2,1,3630.7,33970407.42,33974038.12,127,874,3531,5809.12,random -3913,SUCCESS,2,1,90028.04,33974038.12,34064066.16,127,39732,1926,144044.86,random -3914,SUCCESS,2,1,33675.56,34064066.16,34097741.72,127,9823,2914,53880.9,grover-noancilla -3915,SUCCESS,2,1,356.78,34097741.72,34098098.5,127,236,1285,570.85,su2random -3918,SUCCESS,2,1,25064.67,34098098.5,34123163.17,127,6706,3177,40103.47,qpeexact -3919,SUCCESS,2,1,3109.14,34123163.17,34126272.31,127,1006,2627,4974.62,pricingcall -3920,SUCCESS,2,1,3936.89,34126272.31,34130209.2,127,988,3387,6299.02,ghz -3921,SUCCESS,2,1,827.02,34130209.2,34131036.22,127,233,3017,1323.23,wstate -3922,SUCCESS,2,1,81988.78,34131036.22,34213025,127,37030,1882,131182.05,random -3923,SUCCESS,2,1,278.81,34213025,34213303.81,127,58,4086,446.1,graphstate -3924,SUCCESS,2,1,223.54,34213303.81,34213527.35,127,52,3654,357.66,dj -3925,SUCCESS,2,1,11494.72,34213527.35,34225022.07,127,9323,1048,18391.55,su2random -3926,SUCCESS,2,1,2948.8,34225022.07,34227970.87,127,1484,1689,4718.08,wstate -3927,SUCCESS,2,1,17931.53,34227970.87,34245902.4,127,12422,1227,28690.45,realamprandom -3928,SUCCESS,2,1,27843.81,34245902.4,34273746.21,127,6998,3382,44550.1,qpeinexact -3930,SUCCESS,2,1,18890.13,34273746.21,34292636.34,127,5626,2854,30224.21,random -3931,SUCCESS,2,1,408,34292636.34,34293044.34,127,113,3069,652.8,graphstate -3932,SUCCESS,2,1,934.82,34293044.34,34293979.16,127,288,2759,1495.71,dj -3933,SUCCESS,2,1,17677.6,34293979.16,34311656.76,127,8844,1699,28284.16,realamprandom -3934,SUCCESS,2,1,434.82,34311656.76,34312091.58,127,349,1059,695.71,realamprandom -3935,SUCCESS,2,1,1701.96,34312091.58,34313793.54,127,536,2699,2723.14,qpeinexact -3936,SUCCESS,2,1,1426.32,34313793.54,34315219.86,127,714,1698,2282.11,qpeinexact -3937,SUCCESS,2,1,14433.21,34315219.86,34329653.07,127,4724,2597,23093.14,ae -3940,SUCCESS,2,1,135.27,34329653.07,34329788.34,127,66,1742,216.43,graphstate -3941,SUCCESS,2,1,1065.38,34329788.34,34330853.72,127,421,2151,1704.61,dj -3944,SUCCESS,2,1,173.93,34330853.72,34331027.65,127,66,2240,278.29,dj -3945,SUCCESS,2,1,345.86,34331027.65,34331373.51,127,275,1069,553.38,qftentangled -3946,SUCCESS,2,1,5886.53,34331373.51,34337260.04,127,1896,2639,9418.45,qpeinexact -3947,SUCCESS,2,1,103.13,34337260.04,34337363.17,127,23,3811,165.01,vqe -3948,SUCCESS,2,1,1653.53,34337363.17,34339016.7,127,937,1500,2645.65,twolocalrandom -3949,SUCCESS,2,1,30399.69,34339016.7,34369416.39,127,12334,2095,48639.5,qnn -3950,SUCCESS,2,1,4766.96,34369416.39,34374183.35,127,1096,3697,7627.14,wstate -3951,SUCCESS,2,1,17659.94,34374183.35,34391843.29,127,6014,2496,28255.9,ae -3953,SUCCESS,2,1,293.53,34391843.29,34392136.82,127,104,2399,469.65,graphstate -3955,SUCCESS,2,1,173712.62,34392136.82,34565849.44,127,43086,3427,277940.19,random -3957,SUCCESS,2,1,10170.08,34565849.44,34576019.52,127,3184,2715,16272.13,qft -3958,SUCCESS,2,1,1477.4,34576019.52,34577496.92,127,718,1749,2363.84,qpeexact -3960,SUCCESS,2,1,790.9,34577496.92,34578287.82,127,187,3595,1265.44,graphstate -3961,SUCCESS,2,1,223.09,34578287.82,34578510.91,127,125,1517,356.94,wstate -3962,SUCCESS,2,1,2718.58,34578510.91,34581229.49,127,579,3991,4349.73,qftentangled -3963,SUCCESS,2,1,38460.24,34581229.49,34619689.73,127,12770,2560,61536.38,realamprandom -3964,SUCCESS,2,1,6436.93,34619689.73,34626126.66,127,4212,1299,10299.09,ae -3965,SUCCESS,2,1,258.9,34626126.66,34626385.56,127,63,3493,414.24,graphstate -3966,SUCCESS,2,1,97914.32,34626385.56,34724299.88,127,23010,3617,156662.91,random -3967,SUCCESS,2,1,2271.5,34724299.88,34726571.38,127,1475,1309,3634.4,realamprandom -3968,SUCCESS,2,1,468.92,34726571.38,34727040.3,127,116,3436,750.27,graphstate -3971,SUCCESS,2,1,11606.92,34727040.3,34738647.22,127,3434,2873,18571.07,qpeexact -3972,SUCCESS,2,1,19978.13,34738647.22,34758625.35,127,8785,1933,31965.01,qpeinexact -3973,SUCCESS,2,1,4663.86,34758625.35,34763289.21,127,1240,3197,7462.18,qft -3974,SUCCESS,2,1,828.7,34763289.21,34764117.91,127,329,2141,1325.92,wstate -3975,SUCCESS,2,1,1492.22,34764117.91,34765610.13,127,354,3583,2387.55,qft -3976,SUCCESS,2,1,27564.24,34765610.13,34793174.37,127,10812,2167,44102.78,twolocalrandom -3977,SUCCESS,2,1,15819.83,34793174.37,34808994.2,127,5156,2608,25311.73,qftentangled -3978,SUCCESS,2,1,9507.88,34808994.2,34818502.08,127,3052,2648,15212.61,ae -3979,SUCCESS,2,1,6416.54,34818502.08,34824918.62,127,3537,1542,10266.46,qpeexact -3980,SUCCESS,2,1,1941.76,34824918.62,34826860.38,127,697,2368,3106.82,qnn -3983,SUCCESS,2,1,402.58,34826860.38,34827262.96,127,101,3388,644.13,graphstate -3984,SUCCESS,2,1,24121.49,34827262.96,34851384.45,127,5678,3611,38594.38,ae -3985,SUCCESS,2,1,21990.05,34851384.45,34873374.5,127,4778,3912,35184.08,qpeinexact -3987,SUCCESS,2,1,411.89,34873374.5,34873786.39,127,214,1636,659.02,ghz -3988,SUCCESS,2,1,1126.32,34873786.39,34874912.71,127,323,2964,1802.11,qpeexact -3991,SUCCESS,2,1,6593.49,34874912.71,34881506.2,127,1433,3911,10549.58,ae -3992,SUCCESS,2,1,5686.49,34881506.2,34887192.69,127,2855,1693,9098.38,qftentangled -3993,SUCCESS,2,1,854.43,34887192.69,34888047.12,127,504,1441,1367.09,dj -3994,SUCCESS,2,1,221.7,34888047.12,34888268.82,127,69,2731,354.72,graphstate -3995,SUCCESS,2,1,6106.29,34888268.82,34894375.11,127,2422,2143,9770.06,realamprandom -3997,SUCCESS,2,1,47032,34894375.11,34941407.11,127,13547,2951,75251.2,random -3998,SUCCESS,2,1,271.54,34941407.11,34941678.65,127,59,3912,434.46,ghz -3999,SUCCESS,2,1,5552.3,34941678.65,34947230.95,127,1825,2586,8883.68,su2random -4000,SUCCESS,2,1,6181.04,34947230.95,34953411.99,127,4712,1115,9889.66,qpeexact -4002,SUCCESS,2,1,7257.38,34953411.99,34960669.37,127,1799,3429,11611.81,qnn -4004,SUCCESS,2,1,3218.14,34960669.37,34963887.51,127,683,4005,5149.02,dj -4005,SUCCESS,2,1,13375.24,34963887.51,34977262.75,127,3481,3266,21400.38,su2random -4006,SUCCESS,2,1,4324.4,34977262.75,34981587.15,127,964,3813,6919.04,qpeexact -4008,SUCCESS,2,1,269.77,34981587.15,34981856.92,127,107,2143,431.63,graphstate -4009,SUCCESS,2,1,1754.41,34981856.92,34983611.33,127,645,2312,2807.06,dj -4010,SUCCESS,2,1,4291.77,34983611.33,34987903.1,127,1527,2389,6866.83,wstate -4012,SUCCESS,2,1,27143.53,34987903.1,35015046.63,127,7000,3296,43429.65,su2random -4013,SUCCESS,2,1,7143.47,35015046.63,35022190.1,127,1983,3062,11429.55,qftentangled -4014,SUCCESS,2,1,61167.31,35022190.1,35083357.41,127,14136,3678,97867.7,realamprandom -4016,SUCCESS,2,1,2651.35,35083357.41,35086008.76,127,779,2893,4242.16,wstate -4018,SUCCESS,2,1,12158.76,35086008.76,35098167.52,127,3488,2963,19454.02,qpeexact -4019,SUCCESS,2,1,1039.69,35098167.52,35099207.21,127,253,3493,1663.5,dj -4020,SUCCESS,2,1,1366.56,35099207.21,35100573.77,127,292,3978,2186.5,twolocalrandom -4022,SUCCESS,2,1,12236.59,35100573.77,35112810.36,127,3278,3173,19578.54,qpeexact -4023,SUCCESS,2,1,296.48,35112810.36,35113106.84,127,100,2520,474.37,ghz -4024,SUCCESS,2,1,1338.33,35113106.84,35114445.17,127,682,1668,2141.33,qpeexact -4025,SUCCESS,2,1,15958.24,35114445.17,35130403.41,127,4166,3256,25533.18,su2random -4026,SUCCESS,2,1,30523.28,35130403.41,35160926.69,127,7398,3507,48837.25,su2random -4027,SUCCESS,2,1,570.59,35160926.69,35161497.28,127,253,1917,912.94,qft -4028,SUCCESS,2,1,1270.99,35161497.28,35162768.27,127,307,3519,2033.58,dj -4031,SUCCESS,2,1,24242,35162768.27,35187010.27,127,6129,3362,38787.2,qft -4032,SUCCESS,2,1,16421.31,35187010.27,35203431.58,127,5561,2510,26274.1,su2random -4033,SUCCESS,2,1,8543.59,35203431.58,35211975.17,127,3473,2091,13669.74,qft -4034,SUCCESS,2,1,3685.4,35211975.17,35215660.57,127,941,3329,5896.64,ghz -4035,SUCCESS,2,1,2938.26,35215660.57,35218598.83,127,655,3813,4701.22,portfolioqaoa -4036,SUCCESS,2,1,15589.93,35218598.83,35234188.76,127,3598,3683,24943.89,qnn -4038,SUCCESS,2,1,1257.66,35234188.76,35235446.42,127,538,1987,2012.26,qft -4039,SUCCESS,2,1,5007.97,35235446.42,35240454.39,127,1553,2741,8012.75,qnn -4040,SUCCESS,2,1,729.62,35240454.39,35241184.01,127,161,3852,1167.39,graphstate -4042,SUCCESS,2,1,1840.64,35241184.01,35243024.65,127,544,2876,2945.02,qpeinexact -4043,SUCCESS,2,1,5110.83,35243024.65,35248135.48,127,1450,2996,8177.33,qnn -4044,SUCCESS,2,1,115.09,35248135.48,35248250.57,127,43,2275,184.14,graphstate -4045,SUCCESS,2,1,30832.07,35248250.57,35279082.64,127,7546,3473,49331.31,qnn -4046,SUCCESS,2,1,111.81,35279082.64,35279194.45,127,41,2318,178.9,graphstate -4047,SUCCESS,2,1,916.89,35279194.45,35280111.34,127,715,1090,1467.02,dj -4048,SUCCESS,2,1,341.92,35280111.34,35280453.26,127,136,2137,547.07,dj -4049,SUCCESS,2,1,10908.26,35280453.26,35291361.52,127,4709,1969,17453.22,twolocalrandom -4051,SUCCESS,2,1,1492.14,35291361.52,35292853.66,127,452,2806,2387.42,dj -4052,SUCCESS,2,1,8069.38,35292853.66,35300923.04,127,5161,1329,12911.01,qpeexact -4053,SUCCESS,2,1,1512.91,35300923.04,35302435.95,127,765,1681,2420.66,dj -4054,SUCCESS,2,1,2689.69,35302435.95,35305125.64,127,676,3382,4303.5,qpeexact -4055,SUCCESS,2,1,3615.65,35305125.64,35308741.29,127,933,3294,5785.04,ghz -4056,SUCCESS,2,1,588.3,35308741.29,35309329.59,127,159,3145,941.28,pricingcall -4058,SUCCESS,2,1,1380.08,35309329.59,35310709.67,127,735,1596,2208.13,qft -4059,SUCCESS,2,1,13848.28,35310709.67,35324557.95,127,11362,1036,22157.25,qnn -4060,SUCCESS,2,1,18982.18,35324557.95,35343540.13,127,10323,1563,30371.49,realamprandom -4062,SUCCESS,2,1,125.56,35343540.13,35343665.69,127,42,2541,200.9,graphstate -4065,SUCCESS,2,1,5172.4,35343665.69,35348838.09,127,2043,2152,8275.84,qft -4068,SUCCESS,2,1,9697.61,35348838.09,35358535.7,127,7106,1160,15516.18,realamprandom -4069,SUCCESS,2,1,15986.36,35358535.7,35374522.06,127,11258,1207,25578.18,twolocalrandom -4070,SUCCESS,2,1,6188.12,35374522.06,35380710.18,127,2955,1780,9900.99,qft -4071,SUCCESS,2,1,29761.78,35380710.18,35410471.96,127,7322,3455,47618.85,ae -4072,SUCCESS,2,1,33599.71,35410471.96,35444071.67,127,9081,3145,53759.54,qpeinexact -4073,SUCCESS,2,1,160834.24,35444071.67,35604905.91,127,41427,3300,257334.78,grover-noancilla -4074,SUCCESS,2,1,18973.04,35604905.91,35623878.95,127,12619,1278,30356.86,su2random -4075,SUCCESS,2,1,1672,35623878.95,35625550.95,127,880,1615,2675.2,su2random -4076,SUCCESS,2,1,8439.7,35625550.95,35633990.65,127,5804,1236,13503.52,qpeinexact -4077,SUCCESS,2,1,1838.51,35633990.65,35635829.16,127,1077,1451,2941.62,qnn -4078,SUCCESS,2,1,12678.71,35635829.16,35648507.87,127,4939,2182,20285.94,qpeinexact -4079,SUCCESS,2,1,21394.35,35648507.87,35669902.22,127,5393,3372,34230.96,ae -4080,SUCCESS,2,1,2607.12,35669902.22,35672509.34,127,688,3221,4171.39,qpeexact -4081,SUCCESS,2,1,638.86,35672509.34,35673148.2,127,138,3935,1022.18,graphstate -4082,SUCCESS,2,1,1131.42,35673148.2,35674279.62,127,333,2888,1810.27,wstate -4083,SUCCESS,2,1,15200.47,35674279.62,35689480.09,127,3799,3401,24320.75,qftentangled -4084,SUCCESS,2,1,22760.52,35689480.09,35712240.61,127,12653,1529,36416.83,su2random -4085,SUCCESS,2,1,31626.27,35712240.61,35743866.88,127,11415,2355,50602.03,qnn -4086,SUCCESS,2,1,523.46,35743866.88,35744390.34,127,115,3869,837.54,dj -4087,SUCCESS,2,1,8799.37,35744390.34,35753189.71,127,1959,3818,14078.99,su2random -4088,SUCCESS,2,1,7078.63,35753189.71,35760268.34,127,2624,2293,11325.81,qpeexact -4089,SUCCESS,2,1,197,35760268.34,35760465.34,127,82,2042,315.2,graphstate -4090,SUCCESS,2,1,5329.76,35760465.34,35765795.1,127,1167,3882,8527.62,qpeinexact -4091,SUCCESS,2,1,8356.65,35765795.1,35774151.75,127,2135,3327,13370.64,qftentangled -4093,SUCCESS,2,1,12071.71,35774151.75,35786223.46,127,3589,2859,19314.74,qft -4094,SUCCESS,2,1,21822.22,35786223.46,35808045.68,127,5430,3416,34915.55,qpeinexact -4095,SUCCESS,2,1,1498.36,35808045.68,35809544.04,127,506,2517,2397.38,qftentangled -4096,SUCCESS,2,1,13200.78,35809544.04,35822744.82,127,3778,2970,21121.25,grover-noancilla -4097,SUCCESS,2,1,782.6,35822744.82,35823527.42,127,305,2181,1252.16,qftentangled -4098,SUCCESS,2,1,4662.33,35823527.42,35828189.75,127,2542,1559,7459.73,ae -4099,SUCCESS,2,1,621.01,35828189.75,35828810.76,127,193,2735,993.62,dj -4100,SUCCESS,2,1,23720.71,35828810.76,35852531.47,127,6905,2920,37953.14,qnn -4101,SUCCESS,2,1,21556.71,35852531.47,35874088.18,127,5726,3200,34490.74,twolocalrandom -4102,SUCCESS,2,1,3763.01,35874088.18,35877851.19,127,1935,1653,6020.82,qftentangled -4103,SUCCESS,2,1,10810.08,35877851.19,35888661.27,127,3470,2648,17296.13,qpeexact -4104,SUCCESS,2,1,1682.23,35888661.27,35890343.5,127,381,3753,2691.57,wstate -4105,SUCCESS,2,1,686.42,35890343.5,35891029.92,127,401,1455,1098.27,pricingput -4106,SUCCESS,2,1,11766.12,35891029.92,35902796.04,127,2989,3346,18825.79,ae -4107,SUCCESS,2,1,11956.84,35902796.04,35914752.88,127,6364,1597,19130.94,qpeexact -4108,SUCCESS,2,1,25475.48,35914752.88,35940228.36,127,6235,3473,40760.77,ae -4109,SUCCESS,2,1,3186.45,35940228.36,35943414.81,127,1280,2116,5098.32,qnn -4110,SUCCESS,2,1,121507.09,35943414.81,36064921.9,127,27944,3696,194411.34,random -4111,SUCCESS,2,1,14114.11,36064921.9,36079036.01,127,7024,1708,22582.58,qft -4112,SUCCESS,2,1,17153.58,36079036.01,36096189.59,127,7020,2077,27445.73,qftentangled -4113,SUCCESS,2,1,37191.8,36096189.59,36133381.39,127,14422,2192,59506.88,realamprandom -4114,SUCCESS,2,1,4794.86,36133381.39,36138176.25,127,1391,2930,7671.78,qpeinexact -4115,SUCCESS,2,1,25393.19,36138176.25,36163569.44,127,7466,2891,40629.1,twolocalrandom -4116,SUCCESS,2,1,521.83,36163569.44,36164091.27,127,332,1336,834.93,realamprandom -4117,SUCCESS,2,1,265.39,36164091.27,36164356.66,127,86,2623,424.62,graphstate -4118,SUCCESS,2,1,953.72,36164356.66,36165310.38,127,539,1504,1525.95,dj -4121,SUCCESS,2,1,7221.1,36165310.38,36172531.48,127,4451,1379,11553.76,qpeexact -4122,SUCCESS,2,1,10025.5,36172531.48,36182556.98,127,2877,2962,16040.8,su2random -4123,SUCCESS,2,1,3897.46,36182556.98,36186454.44,127,833,3977,6235.94,qpeinexact -4124,SUCCESS,2,1,287.13,36186454.44,36186741.57,127,133,1835,459.41,qft -4125,SUCCESS,2,1,236.18,36186741.57,36186977.75,127,50,4015,377.89,ghz -4126,SUCCESS,2,1,2390.43,36186977.75,36189368.18,127,744,2731,3824.69,qnn -4127,SUCCESS,2,1,20087.02,36189368.18,36209455.2,127,6492,2630,32139.23,qnn -4128,SUCCESS,2,1,790.4,36209455.2,36210245.6,127,442,1520,1264.64,dj -4129,SUCCESS,2,1,32125.84,36210245.6,36242371.44,127,19802,1379,51401.34,random -4131,SUCCESS,2,1,13693.59,36242371.44,36256065.03,127,10524,1106,21909.74,realamprandom -4132,SUCCESS,2,1,1689.77,36256065.03,36257754.8,127,368,3903,2703.63,qftentangled -4133,SUCCESS,2,1,18871.89,36257754.8,36276626.69,127,6826,2350,30195.02,ae -4134,SUCCESS,2,1,552.4,36276626.69,36277179.09,127,292,1608,883.84,su2random -4135,SUCCESS,2,1,22382.38,36277179.09,36299561.47,127,5191,3665,35811.81,qpeexact -4136,SUCCESS,2,1,18118,36299561.47,36317679.47,127,3962,3887,28988.8,qpeexact -4138,SUCCESS,2,1,2593.42,36317679.47,36320272.89,127,1650,1336,4149.47,qnn -4139,SUCCESS,2,1,11231.18,36320272.89,36331504.07,127,7035,1357,17969.89,qnn -4140,SUCCESS,2,1,1347.59,36331504.07,36332851.66,127,398,2878,2156.14,dj -4141,SUCCESS,2,1,5710.54,36332851.66,36338562.2,127,2827,1717,9136.86,qpeexact -4143,SUCCESS,2,1,145.17,36338562.2,36338707.37,127,45,2742,232.27,wstate -4144,SUCCESS,2,1,7697.91,36338707.37,36346405.28,127,1743,3754,12316.66,qftentangled -4145,SUCCESS,2,1,393.21,36346405.28,36346798.49,127,283,1181,629.14,dj -4146,SUCCESS,2,1,1442.34,36346798.49,36348240.83,127,1149,1067,2307.74,twolocalrandom -4147,SUCCESS,2,1,1529.99,36348240.83,36349770.82,127,905,1437,2447.98,su2random -4149,SUCCESS,2,1,14340.64,36349770.82,36364111.46,127,6742,1808,22945.02,ae -4150,SUCCESS,2,1,54818.22,36364111.46,36418929.68,127,16430,2836,87709.15,su2random -4151,SUCCESS,2,1,917.91,36418929.68,36419847.59,127,348,2242,1468.66,qpeexact -4152,SUCCESS,2,1,885.85,36419847.59,36420733.44,127,314,2398,1417.36,dj -4153,SUCCESS,2,1,4059.38,36420733.44,36424792.82,127,1201,2873,6495.01,qpeinexact -4154,SUCCESS,2,1,22838.59,36424792.82,36447631.41,127,5515,3520,36541.74,random -4155,SUCCESS,2,1,6635.82,36447631.41,36454267.23,127,2462,2291,10617.31,qft -4156,SUCCESS,2,1,14553.19,36454267.23,36468820.42,127,5118,2417,23285.1,twolocalrandom -4157,SUCCESS,2,1,24863.63,36468820.42,36493684.05,127,6320,3344,39781.81,qpeinexact -4158,SUCCESS,2,1,2241.34,36493684.05,36495925.39,127,496,3841,3586.14,ghz -4160,SUCCESS,2,1,20636.45,36495925.39,36516561.84,127,9580,1831,33018.32,qnn -4161,SUCCESS,2,1,4764.38,36516561.84,36521326.22,127,2969,1364,7623.01,ae -4162,SUCCESS,2,1,109.33,36521326.22,36521435.55,127,33,2816,174.93,wstate -4163,SUCCESS,2,1,1797.85,36521435.55,36523233.4,127,478,3197,2876.56,dj -4164,SUCCESS,2,1,1184.88,36523233.4,36524418.28,127,301,3346,1895.81,wstate -4165,SUCCESS,2,1,2624.1,36524418.28,36527042.38,127,560,3983,4198.56,random -4166,SUCCESS,2,1,15601.15,36527042.38,36542643.53,127,4355,3045,24961.84,su2random -4167,SUCCESS,2,1,1748.06,36542643.53,36544391.59,127,1183,1256,2796.9,wstate -4169,SUCCESS,2,1,3119.29,36544391.59,36547510.88,127,1268,2091,4990.86,qftentangled -4170,SUCCESS,2,1,46628.09,36547510.88,36594138.97,127,12347,3210,74604.94,random -4171,SUCCESS,2,1,13881.05,36594138.97,36608020.02,127,3201,3686,22209.68,qftentangled -4172,SUCCESS,2,1,89.11,36608020.02,36608109.13,127,28,2705,142.58,graphstate -4173,SUCCESS,2,1,5092.5,36608109.13,36613201.63,127,1649,2625,8148,random -4174,SUCCESS,2,1,68.56,36613201.63,36613270.19,127,21,2775,109.7,vqe -4175,SUCCESS,2,1,48246.77,36613270.19,36661516.96,127,17669,2321,77194.83,random -4176,SUCCESS,2,1,1680.37,36661516.96,36663197.33,127,418,3417,2688.59,portfoliovqe -4177,SUCCESS,2,1,2989.16,36663197.33,36666186.49,127,911,2789,4782.66,random -4178,SUCCESS,2,1,401.55,36666186.49,36666588.04,127,171,1996,642.48,ae -4179,SUCCESS,2,1,23192.77,36666588.04,36689780.81,127,7389,2668,37108.43,qpeexact -4180,SUCCESS,2,1,162.94,36689780.81,36689943.75,127,36,3847,260.7,ghz -4181,SUCCESS,2,1,1632.99,36689943.75,36691576.74,127,430,3228,2612.78,portfoliovqe -4182,SUCCESS,2,1,671.4,36691576.74,36692248.14,127,228,2503,1074.24,dj -4183,SUCCESS,2,1,750.08,36692248.14,36692998.22,127,252,2530,1200.13,qnn -4184,SUCCESS,2,1,43493.77,36692998.22,36736491.99,127,12700,2911,69590.03,su2random -4185,SUCCESS,2,1,302.21,36736491.99,36736794.2,127,77,3336,483.54,graphstate -4187,SUCCESS,2,1,4243.78,36736794.2,36741037.98,127,1432,2519,6790.05,qftentangled -4190,SUCCESS,2,1,2415.24,36741037.98,36743453.22,127,950,2161,3864.38,ae -4191,SUCCESS,2,1,3042.95,36743453.22,36746496.17,127,689,3754,4868.72,dj -4192,SUCCESS,2,1,49200.61,36746496.17,36795696.78,127,14327,2919,78720.98,su2random -4193,SUCCESS,2,1,327.27,36795696.78,36796024.05,127,209,1331,523.63,qftentangled -4194,SUCCESS,2,1,18105.97,36796024.05,36814130.02,127,5749,2677,28969.55,qftentangled -4195,SUCCESS,2,1,5751.68,36814130.02,36819881.7,127,2898,1687,9202.69,su2random -4197,SUCCESS,2,1,225.85,36819881.7,36820107.55,127,53,3622,361.36,graphstate -4199,SUCCESS,2,1,23573.06,36820107.55,36843680.61,127,5436,3686,37716.9,qftentangled -4200,SUCCESS,2,1,416.76,36843680.61,36844097.37,127,320,1107,666.82,twolocalrandom -4201,SUCCESS,2,1,11017.16,36844097.37,36855114.53,127,5261,1780,17627.46,grover-noancilla -4202,SUCCESS,2,1,154.55,36855114.53,36855269.08,127,65,2021,247.28,graphstate -4203,SUCCESS,2,1,2293.82,36855269.08,36857562.9,127,523,3728,3670.11,dj -4205,SUCCESS,2,1,3612.09,36857562.9,36861174.99,127,1610,1907,5779.34,ae -4206,SUCCESS,2,1,17900.42,36861174.99,36879075.41,127,8650,1759,28640.67,qnn -4207,SUCCESS,2,1,425.07,36879075.41,36879500.48,127,185,1953,680.11,ae -4209,SUCCESS,2,1,3739.94,36879500.48,36883240.42,127,817,3891,5983.9,qft -4211,SUCCESS,2,1,300.44,36883240.42,36883540.86,127,137,1864,480.7,qftentangled -4212,SUCCESS,2,1,179.2,36883540.86,36883720.06,127,61,2497,286.72,graphstate -4213,SUCCESS,2,1,22327.82,36883720.06,36906047.88,127,6322,3002,35724.51,qftentangled -4215,SUCCESS,2,1,19270.3,36906047.88,36925318.18,127,7524,2177,30832.48,realamprandom -4216,SUCCESS,2,1,7449.16,36925318.18,36932767.34,127,3479,1820,11918.66,qpeexact -4217,SUCCESS,2,1,1217.21,36932767.34,36933984.55,127,458,2259,1947.54,dj -4219,SUCCESS,2,1,2075.57,36933984.55,36936060.12,127,474,3722,3320.91,dj -4220,SUCCESS,2,1,13213.29,36936060.12,36949273.41,127,6212,1808,21141.26,qftentangled -4221,SUCCESS,2,1,5807.73,36949273.41,36955081.14,127,2497,1977,9292.37,qpeexact -4223,SUCCESS,2,1,1544.23,36955081.14,36956625.37,127,373,3519,2470.77,dj -4224,SUCCESS,2,1,180.19,36956625.37,36956805.56,127,77,1989,288.3,graphstate -4226,SUCCESS,2,1,25803.5,36956805.56,36982609.06,127,7478,2933,41285.6,su2random -4228,SUCCESS,2,1,4589.91,36982609.06,36987198.97,127,1427,2734,7343.86,qnn -4229,SUCCESS,2,1,6634.95,36987198.97,36993833.92,127,1674,3369,10615.92,qftentangled -4230,SUCCESS,2,1,1946.47,36993833.92,36995780.39,127,1036,1597,3114.35,su2random -4231,SUCCESS,2,1,2810.3,36995780.39,36998590.69,127,650,3675,4496.48,pricingput -4233,SUCCESS,2,1,4272.03,36998590.69,37002862.72,127,1267,2866,6835.25,wstate -4235,SUCCESS,2,1,256.36,37002862.72,37003119.08,127,73,2985,410.18,wstate -4239,SUCCESS,2,1,8560.16,37003119.08,37011679.24,127,3437,2117,13696.26,qftentangled -4240,SUCCESS,2,1,41029.29,37011679.24,37052708.53,127,14429,2417,65646.86,su2random -4242,SUCCESS,2,1,4779.46,37052708.53,37057487.99,127,1473,2758,7647.14,qft -4244,SUCCESS,2,1,3466.21,37057487.99,37060954.2,127,892,3303,5545.94,ae -4245,SUCCESS,2,1,50773.77,37060954.2,37111727.97,127,11837,3646,81238.03,random -4246,SUCCESS,2,1,4436.32,37111727.97,37116164.29,127,1864,2023,7098.11,su2random -4247,SUCCESS,2,1,36167.69,37116164.29,37152331.98,127,11224,2739,57868.3,qpeinexact -4248,SUCCESS,2,1,3717.62,37152331.98,37156049.6,127,1249,2530,5948.19,qnn -4249,SUCCESS,2,1,291.08,37156049.6,37156340.68,127,90,2749,465.73,ghz -4250,SUCCESS,2,1,972.8,37156340.68,37157313.48,127,262,3156,1556.48,qftentangled -4251,SUCCESS,2,1,3144.31,37157313.48,37160457.79,127,686,3896,5030.9,qftentangled -4253,SUCCESS,2,1,556.2,37160457.79,37161013.99,127,356,1328,889.92,graphstate -4254,SUCCESS,2,1,509.78,37161013.99,37161523.77,127,239,1813,815.65,dj -4256,SUCCESS,2,1,168.94,37161523.77,37161692.71,127,93,1544,270.3,wstate -4257,SUCCESS,2,1,23687.75,37161692.71,37185380.46,127,8917,2258,37900.4,twolocalrandom -4258,SUCCESS,2,1,291.62,37185380.46,37185672.08,127,96,2582,466.59,graphstate -4259,SUCCESS,2,1,1720.74,37185672.08,37187392.82,127,801,1826,2753.18,qftentangled -4260,SUCCESS,2,1,22150.17,37187392.82,37209542.99,127,4680,4023,35440.27,twolocalrandom -4261,SUCCESS,2,1,10436.13,37209542.99,37219979.12,127,2429,3652,16697.81,ae -4262,SUCCESS,2,1,8651.98,37219979.12,37228631.1,127,2097,3507,13843.17,qwalk-v-chain -4263,SUCCESS,2,1,712.01,37228631.1,37229343.11,127,334,1812,1139.22,dj -4264,SUCCESS,2,1,776.79,37229343.11,37230119.9,127,183,3608,1242.86,graphstate -4265,SUCCESS,2,1,1308.99,37230119.9,37231428.89,127,488,2280,2094.38,ae -4266,SUCCESS,2,1,1324.4,37231428.89,37232753.29,127,299,3765,2119.04,ghz -4267,SUCCESS,2,1,52.26,37232753.29,37232805.55,127,32,1388,83.62,graphstate -4268,SUCCESS,2,1,29292.32,37232805.55,37262097.87,127,6206,4012,46867.71,qftentangled -4269,SUCCESS,2,1,2629.33,37262097.87,37264727.2,127,606,3688,4206.93,dj -4270,SUCCESS,2,1,17832.21,37264727.2,37282559.41,127,5470,2771,28531.54,realamprandom -4271,SUCCESS,2,1,142.2,37282559.41,37282701.61,127,89,1358,227.52,wstate -4272,SUCCESS,2,1,11840.87,37282701.61,37294542.48,127,8472,1188,18945.39,su2random -4273,SUCCESS,2,1,120.36,37294542.48,37294662.84,127,35,2923,192.58,graphstate -4274,SUCCESS,2,1,60389.71,37294662.84,37355052.55,127,16405,3129,96623.54,su2random -4275,SUCCESS,2,1,2116.16,37355052.55,37357168.71,127,791,2274,3385.86,qft -4276,SUCCESS,2,1,2508.27,37357168.71,37359676.98,127,655,3255,4013.23,qnn -4277,SUCCESS,2,1,185.3,37359676.98,37359862.28,127,46,3424,296.48,ghz -4278,SUCCESS,2,1,3679.23,37359862.28,37363541.51,127,845,3701,5886.77,qpeexact -4279,SUCCESS,2,1,3004.23,37363541.51,37366545.74,127,801,3188,4806.77,qnn -4280,SUCCESS,2,1,4347,37366545.74,37370892.74,127,1575,2346,6955.2,qnn -4281,SUCCESS,2,1,376.44,37370892.74,37371269.18,127,163,1963,602.3,twolocalrandom -4282,SUCCESS,2,1,2396.36,37371269.18,37373665.54,127,913,2231,3834.18,twolocalrandom -4284,SUCCESS,2,1,34.63,37373665.54,37373700.17,127,18,1635,55.41,ghz -4285,SUCCESS,2,1,20319.25,37373700.17,37394019.42,127,5997,2880,32510.8,ae -4286,SUCCESS,2,1,174466.24,37394019.42,37568485.66,127,39180,3785,279145.98,random -4288,SUCCESS,2,1,103.71,37568485.66,37568589.37,127,41,2150,165.94,ghz -4289,SUCCESS,2,1,8319.47,37568589.37,37576908.84,127,2104,3361,13311.15,qpeinexact -4292,SUCCESS,2,1,6664.5,37576908.84,37583573.34,127,4705,1204,10663.2,ae -4293,SUCCESS,2,1,1730.83,37583573.34,37585304.17,127,1200,1226,2769.33,qpeexact -4295,SUCCESS,2,1,8985.5,37585304.17,37594289.67,127,2034,3755,14376.8,qpeexact -4296,SUCCESS,2,1,36472.06,37594289.67,37630761.73,127,9191,3373,58355.3,qnn -4298,SUCCESS,2,1,34894.79,37630761.73,37665656.52,127,7937,3737,55831.66,qnn -4299,SUCCESS,2,1,35.36,37665656.52,37665691.88,127,27,1113,56.58,vqe -4300,SUCCESS,2,1,1991.5,37665691.88,37667683.38,127,1090,1553,3186.4,wstate -4301,SUCCESS,2,1,3513.32,37667683.38,37671196.7,127,1623,1840,5621.31,twolocalrandom -4302,SUCCESS,2,1,13636.15,37671196.7,37684832.85,127,3081,3762,21817.84,qpeexact -4303,SUCCESS,2,1,185.06,37684832.85,37685017.91,127,55,2860,296.1,graphstate -4304,SUCCESS,2,1,3587.14,37685017.91,37688605.05,127,2487,1226,5739.42,random -4305,SUCCESS,2,1,2266.77,37688605.05,37690871.82,127,1835,1050,3626.83,qnn -4306,SUCCESS,2,1,27614.5,37690871.82,37718486.32,127,6017,3901,44183.2,qnn -4307,SUCCESS,2,1,330.13,37718486.32,37718816.45,127,118,2378,528.21,graphstate -4308,SUCCESS,2,1,13021.32,37718816.45,37731837.77,127,7514,1473,20834.11,qpeexact -4309,SUCCESS,2,1,75118.29,37731837.77,37806956.06,127,17551,3638,120189.26,realamprandom -4310,SUCCESS,2,1,1366.01,37806956.06,37808322.07,127,1023,1135,2185.62,wstate -4312,SUCCESS,2,1,2127.9,37808322.07,37810449.97,127,484,3737,3404.64,dj -4313,SUCCESS,2,1,172.25,37810449.97,37810622.22,127,111,1319,275.6,graphstate -4314,SUCCESS,2,1,1275.09,37810622.22,37811897.31,127,298,3637,2040.14,wstate -4315,SUCCESS,2,1,1772.95,37811897.31,37813670.26,127,548,2750,2836.72,su2random -4317,SUCCESS,2,1,5664.07,37813670.26,37819334.33,127,1217,3956,9062.51,qpeinexact -4318,SUCCESS,2,1,15715.36,37819334.33,37835049.69,127,3565,3747,25144.58,qnn -4319,SUCCESS,2,1,8175.92,37835049.69,37843225.61,127,5573,1247,13081.47,su2random -4320,SUCCESS,2,1,206.88,37843225.61,37843432.49,127,51,3448,331.01,graphstate -4321,SUCCESS,2,1,775.43,37843432.49,37844207.92,127,453,1455,1240.69,dj -4322,SUCCESS,2,1,310.79,37844207.92,37844518.71,127,216,1223,497.26,ghz -4323,SUCCESS,2,1,912.31,37844518.71,37845431.02,127,580,1337,1459.7,ghz -4324,SUCCESS,2,1,406.51,37845431.02,37845837.53,127,181,1909,650.42,dj -4325,SUCCESS,2,1,40523.56,37845837.53,37886361.09,127,11894,2896,64837.7,su2random -4327,SUCCESS,2,1,15065.03,37886361.09,37901426.12,127,5470,2341,24104.05,twolocalrandom -4328,SUCCESS,2,1,811.17,37901426.12,37902237.29,127,209,3299,1297.87,dj -4329,SUCCESS,2,1,12073.37,37902237.29,37914310.66,127,3038,3378,19317.39,twolocalrandom -4332,SUCCESS,2,1,1635.41,37914310.66,37915946.07,127,573,2426,2616.66,su2random -4334,SUCCESS,2,1,379.91,37915946.07,37916325.98,127,92,3510,607.86,ghz -4335,SUCCESS,2,1,1545.05,37916325.98,37917871.03,127,447,2938,2472.08,dj -4337,SUCCESS,2,1,149.35,37917871.03,37918020.38,127,39,3255,238.96,graphstate -4338,SUCCESS,2,1,158.14,37918020.38,37918178.52,127,87,1545,253.02,graphstate -4339,SUCCESS,2,1,90.19,37918178.52,37918268.71,127,48,1597,144.3,graphstate -4340,SUCCESS,2,1,2846.95,37918268.71,37921115.66,127,738,3279,4555.12,ae -4341,SUCCESS,2,1,602.24,37921115.66,37921717.9,127,462,1108,963.58,dj -4343,SUCCESS,2,1,20288.76,37921717.9,37942006.66,127,4491,3840,32462.02,ae -4344,SUCCESS,2,1,71.42,37942006.66,37942078.08,127,25,2428,114.27,vqe -4345,SUCCESS,2,1,16372.41,37942078.08,37958450.49,127,3721,3740,26195.86,qpeinexact -4346,SUCCESS,2,1,8096.1,37958450.49,37966546.59,127,4293,1603,12953.76,realamprandom -4348,SUCCESS,2,1,13076.47,37966546.59,37979623.06,127,4951,2245,20922.35,qpeinexact -4350,SUCCESS,2,1,1578.7,37979623.06,37981201.76,127,482,2784,2525.92,ghz -4351,SUCCESS,2,1,3738.86,37981201.76,37984940.62,127,961,3307,5982.18,qft -4353,SUCCESS,2,1,2174.8,37984940.62,37987115.42,127,1392,1328,3479.68,pricingput -4354,SUCCESS,2,1,139.18,37987115.42,37987254.6,127,52,2275,222.69,ghz -4355,SUCCESS,2,1,60.22,37987254.6,37987314.82,127,33,1551,96.35,ghz -4356,SUCCESS,2,1,1798.96,37987314.82,37989113.78,127,377,4056,2878.34,wstate -4358,SUCCESS,2,1,814.2,37989113.78,37989927.98,127,243,2848,1302.72,dj -4360,SUCCESS,2,1,328.73,37989927.98,37990256.71,127,223,1253,525.97,qnn -4361,SUCCESS,2,1,764.05,37990256.71,37991020.76,127,440,1476,1222.48,qft -4363,SUCCESS,2,1,20061.84,37991020.76,38011082.6,127,5818,2931,32098.94,qft -4364,SUCCESS,2,1,52964.31,38011082.6,38064046.91,127,22298,2019,84742.9,random -4365,SUCCESS,2,1,5589.75,38064046.91,38069636.66,127,2094,2269,8943.6,qpeinexact -4366,SUCCESS,2,1,16988.52,38069636.66,38086625.18,127,10657,1355,27181.63,random -4367,SUCCESS,2,1,481.33,38086625.18,38087106.51,127,125,3273,770.13,graphstate -4368,SUCCESS,2,1,91.42,38087106.51,38087197.93,127,37,2100,146.27,ghz -4369,SUCCESS,2,1,5930.94,38087197.93,38093128.87,127,1733,2909,9489.5,ae -4370,SUCCESS,2,1,7115.43,38093128.87,38100244.3,127,1697,3564,11384.69,realamprandom -4371,SUCCESS,2,1,529.87,38100244.3,38100774.17,127,233,1933,847.79,portfolioqaoa -4372,SUCCESS,2,1,25328.84,38100774.17,38126103.01,127,6916,3113,40526.14,su2random -4373,SUCCESS,2,1,2152.05,38126103.01,38128255.06,127,1390,1316,3443.28,qnn -4374,SUCCESS,2,1,9524.86,38128255.06,38137779.92,127,3195,2534,15239.78,realamprandom -4375,SUCCESS,2,1,56189.41,38137779.92,38193969.33,127,12070,3957,89903.06,su2random -4376,SUCCESS,2,1,15177.31,38193969.33,38209146.64,127,9396,1373,24283.7,su2random -4377,SUCCESS,2,1,2427.02,38209146.64,38211573.66,127,1518,1359,3883.23,pricingcall -4378,SUCCESS,2,1,16427.09,38211573.66,38228000.75,127,4659,2997,26283.34,qwalk-noancilla -4379,SUCCESS,2,1,1774.68,38228000.75,38229775.43,127,511,2952,2839.49,realamprandom -4381,SUCCESS,2,1,198.2,38229775.43,38229973.63,127,101,1668,317.12,dj -4384,SUCCESS,2,1,9564.87,38229973.63,38239538.5,127,3133,2595,15303.79,su2random -4385,SUCCESS,2,1,659.33,38239538.5,38240197.83,127,390,1437,1054.93,qft -4386,SUCCESS,2,1,8677.56,38240197.83,38248875.39,127,3368,2190,13884.1,qft -4387,SUCCESS,2,1,2572.05,38248875.39,38251447.44,127,854,2560,4115.28,qpeinexact -4388,SUCCESS,2,1,20678.04,38251447.44,38272125.48,127,4612,3811,33084.86,realamprandom -4389,SUCCESS,2,1,668.06,38272125.48,38272793.54,127,277,2050,1068.9,dj -4390,SUCCESS,2,1,315.31,38272793.54,38273108.85,127,97,2763,504.5,graphstate -4391,SUCCESS,2,1,163.54,38273108.85,38273272.39,127,38,3658,261.66,ghz -4393,SUCCESS,2,1,9703.77,38273272.39,38282976.16,127,3540,2330,15526.03,qft -4394,SUCCESS,2,1,22605.26,38282976.16,38305581.42,127,6982,2752,36168.42,qpeexact -4395,SUCCESS,2,1,59.17,38305581.42,38305640.59,127,47,1070,94.67,ghz -4396,SUCCESS,2,1,16757.37,38305640.59,38322397.96,127,5840,2439,26811.79,qftentangled -4397,SUCCESS,2,1,568.2,38322397.96,38322966.16,127,334,1446,909.12,graphstate -4399,SUCCESS,2,1,13470.74,38322966.16,38336436.9,127,4813,2379,21553.18,qpeexact -4402,SUCCESS,2,1,19322.6,38336436.9,38355759.5,127,4176,3933,30916.16,random -4403,SUCCESS,2,1,308.69,38355759.5,38356068.19,127,129,2034,493.9,wstate -4404,SUCCESS,2,1,1920.98,38356068.19,38357989.17,127,691,2363,3073.57,dj -4406,SUCCESS,2,1,2025.67,38357989.17,38360014.84,127,833,2067,3241.07,ghz -4407,SUCCESS,2,1,104.98,38360014.84,38360119.82,127,78,1144,167.97,tsp -4408,SUCCESS,2,1,146.69,38360119.82,38360266.51,127,54,2309,234.7,qaoa -4409,SUCCESS,2,1,11230.26,38360266.51,38371496.77,127,2858,3340,17968.42,qft -4410,SUCCESS,2,1,85531.91,38371496.77,38457028.68,127,38345,1896,136851.06,random -4412,SUCCESS,2,1,975.48,38457028.68,38458004.16,127,331,2505,1560.77,ae -4413,SUCCESS,2,1,3474.36,38458004.16,38461478.52,127,1725,1712,5558.98,qnn -4414,SUCCESS,2,1,33867.15,38461478.52,38495345.67,127,7528,3824,54187.44,random -4415,SUCCESS,2,1,4127.72,38495345.67,38499473.39,127,857,4094,6604.35,su2random -4416,SUCCESS,2,1,9034.29,38499473.39,38508507.68,127,4089,1878,14454.86,qftentangled -4417,SUCCESS,2,1,379.79,38508507.68,38508887.47,127,97,3328,607.66,wstate -4419,SUCCESS,2,1,1950.5,38508887.47,38510837.97,127,1056,1570,3120.8,wstate -4420,SUCCESS,2,1,4811.79,38510837.97,38515649.76,127,1178,3472,7698.86,twolocalrandom -4421,SUCCESS,2,1,5859.88,38515649.76,38521509.64,127,1317,3782,9375.81,realamprandom -4423,SUCCESS,2,1,1750.32,38521509.64,38523259.96,127,429,3468,2800.51,ae -4425,SUCCESS,2,1,275.44,38523259.96,38523535.4,127,61,3838,440.7,ghz -4426,SUCCESS,2,1,1397.86,38523535.4,38524933.26,127,483,2460,2236.58,ghz -4427,SUCCESS,2,1,9693.31,38524933.26,38534626.57,127,5698,1446,15509.3,ae -4428,SUCCESS,2,1,35125.8,38534626.57,38569752.37,127,25217,1184,56201.28,random -4430,SUCCESS,2,1,5105.43,38569752.37,38574857.8,127,3974,1092,8168.69,qpeexact -4431,SUCCESS,2,1,122.27,38574857.8,38574980.07,127,101,1029,195.63,ghz -4432,SUCCESS,2,1,6247.98,38574980.07,38581228.05,127,1706,3113,9996.77,qpeexact -4433,SUCCESS,2,1,8466.92,38581228.05,38589694.97,127,4710,1528,13547.07,qpeexact -4434,SUCCESS,2,1,7608.96,38589694.97,38597303.93,127,3963,1632,12174.34,qwalk-v-chain -4435,SUCCESS,2,1,7921.36,38597303.93,38605225.29,127,2847,2365,12674.18,qpeinexact -4436,SUCCESS,2,1,1709.52,38605225.29,38606934.81,127,364,3992,2735.23,qftentangled -4437,SUCCESS,2,1,650.1,38606934.81,38607584.91,127,162,3411,1040.16,twolocalrandom -4438,SUCCESS,2,1,11320.98,38607584.91,38618905.89,127,3179,3027,18113.57,grover-v-chain -4439,SUCCESS,2,1,2268.89,38618905.89,38621174.78,127,989,1950,3630.22,random -4440,SUCCESS,2,1,396.05,38621174.78,38621570.83,127,128,2630,633.68,qpeinexact -4442,SUCCESS,2,1,240.94,38621570.83,38621811.77,127,159,1288,385.5,dj -4443,SUCCESS,2,1,203786.77,38621811.77,38825598.54,127,42961,4032,326058.83,random -4444,SUCCESS,2,1,19136.19,38825598.54,38844734.73,127,5768,2820,30617.9,qft -4445,SUCCESS,2,1,18906.12,38844734.73,38863640.85,127,4229,3800,30249.79,realamprandom -4446,SUCCESS,2,1,6918.74,38863640.85,38870559.59,127,1493,3939,11069.98,qftentangled -4448,SUCCESS,2,1,1239.78,38870559.59,38871799.37,127,436,2417,1983.65,qnn -4449,SUCCESS,2,1,392.87,38871799.37,38872192.24,127,245,1363,628.59,wstate -4450,SUCCESS,2,1,3879.28,38872192.24,38876071.52,127,953,3460,6206.85,wstate -4451,SUCCESS,2,1,8671.48,38876071.52,38884743,127,2048,3599,13874.37,qnn -4452,SUCCESS,2,1,20489.96,38884743,38905232.96,127,4407,3952,32783.94,qftentangled -4453,SUCCESS,2,1,995.21,38905232.96,38906228.17,127,680,1244,1592.34,qftentangled -4456,SUCCESS,2,1,2263.78,38906228.17,38908491.95,127,492,3911,3622.05,dj -4457,SUCCESS,2,1,1154.41,38908491.95,38909646.36,127,401,2447,1847.06,wstate -4458,SUCCESS,2,1,57.7,38909646.36,38909704.06,127,22,2229,92.32,graphstate -4459,SUCCESS,2,1,1129.78,38909704.06,38910833.84,127,415,2314,1807.65,portfolioqaoa -4461,SUCCESS,2,1,2407.3,38910833.84,38913241.14,127,503,4068,3851.68,su2random -4462,SUCCESS,2,1,7809.96,38913241.14,38921051.1,127,2957,2245,12495.94,twolocalrandom -4463,SUCCESS,2,1,12019.81,38921051.1,38933070.91,127,3082,3315,19231.7,qft -4464,SUCCESS,2,1,5575.34,38933070.91,38938646.25,127,1171,4047,8920.54,twolocalrandom -4465,SUCCESS,2,1,131.39,38938646.25,38938777.64,127,80,1396,210.22,dj -4466,SUCCESS,2,1,553.05,38938777.64,38939330.69,127,259,1815,884.88,dj -4467,SUCCESS,2,1,3443.67,38939330.69,38942774.36,127,1305,2243,5509.87,random -4468,SUCCESS,2,1,7198.73,38942774.36,38949973.09,127,1656,3695,11517.97,qpeexact -4469,SUCCESS,2,1,3924.51,38949973.09,38953897.6,127,856,3897,6279.22,qft -4470,SUCCESS,2,1,26056.07,38953897.6,38979953.67,127,10211,2169,41689.71,qpeinexact -4471,SUCCESS,2,1,12288.67,38979953.67,38992242.34,127,4253,2456,19661.87,su2random -4472,SUCCESS,2,1,22351.2,38992242.34,39014593.54,127,5719,3322,35761.92,ae -4473,SUCCESS,2,1,4032.18,39014593.54,39018625.72,127,1586,2161,6451.49,qpeexact -4474,SUCCESS,2,1,105.63,39018625.72,39018731.35,127,87,1032,169.01,graphstate -4475,SUCCESS,2,1,48549.91,39018731.35,39067281.26,127,11927,3460,77679.86,random -4477,SUCCESS,2,1,3616.39,39067281.26,39070897.65,127,1412,2177,5786.22,su2random -4479,SUCCESS,2,1,20497.5,39070897.65,39091395.15,127,9238,1886,32796,qpeinexact -4480,SUCCESS,2,1,3460.97,39091395.15,39094856.12,127,2608,1128,5537.55,su2random -4481,SUCCESS,2,1,441.42,39094856.12,39095297.54,127,134,2800,706.27,qaoa -4482,SUCCESS,2,1,176.53,39095297.54,39095474.07,127,105,1429,282.45,wstate -4483,SUCCESS,2,1,42045.09,39095474.07,39137519.16,127,13651,2618,67272.14,realamprandom -4484,SUCCESS,2,1,6034.02,39137519.16,39143553.18,127,1343,3819,9654.43,qpeinexact -4485,SUCCESS,2,1,8904.79,39143553.18,39152457.97,127,4238,1786,14247.66,su2random -4487,SUCCESS,2,1,2118.71,39152457.97,39154576.68,127,621,2900,3389.94,qnn -4488,SUCCESS,2,1,1812.44,39154576.68,39156389.12,127,423,3642,2899.9,dj -4489,SUCCESS,2,1,9111.87,39156389.12,39165500.99,127,5013,1545,14578.99,qpeexact -4490,SUCCESS,2,1,597.76,39165500.99,39166098.75,127,341,1490,956.42,graphstate -4491,SUCCESS,2,1,2516.53,39166098.75,39168615.28,127,1195,1790,4026.45,qft -4492,SUCCESS,2,1,15766.46,39168615.28,39184381.74,127,5799,2311,25226.34,ae -4493,SUCCESS,2,1,4812.41,39184381.74,39189194.15,127,1027,3983,7699.86,wstate -4494,SUCCESS,2,1,4354.61,39189194.15,39193548.76,127,2574,1438,6967.38,qpeinexact -4495,SUCCESS,2,1,3526.95,39193548.76,39197075.71,127,923,3248,5643.12,ghz -4496,SUCCESS,2,1,123.99,39197075.71,39197199.7,127,46,2291,198.38,ghz -4497,SUCCESS,2,1,11843.79,39197199.7,39209043.49,127,4635,2172,18950.06,qft -4498,SUCCESS,2,1,2347.48,39209043.49,39211390.97,127,654,3051,3755.97,qpeinexact -4499,SUCCESS,2,1,12.06,39211390.97,39211403.03,127,10,1025,19.3,ghz -4500,SUCCESS,2,1,8542.17,39211403.03,39219945.2,127,6281,1156,13667.47,su2random -4501,SUCCESS,2,1,5283.38,39219945.2,39225228.58,127,1642,2735,8453.41,qpeinexact -4503,SUCCESS,2,1,631.29,39225228.58,39225859.87,127,249,2155,1010.06,dj -4504,SUCCESS,2,1,248.46,39225859.87,39226108.33,127,70,3017,397.54,vqe -4505,SUCCESS,2,1,40514.22,39226108.33,39266622.55,127,8954,3846,64822.75,ae -4506,SUCCESS,2,1,1547,39266622.55,39268169.55,127,325,4046,2475.2,wstate -4507,SUCCESS,2,1,17019.67,39268169.55,39285189.22,127,4924,2938,27231.47,ae -4509,SUCCESS,2,1,11940.68,39285189.22,39297129.9,127,3101,3273,19105.09,ae -4510,SUCCESS,2,1,798.22,39297129.9,39297928.12,127,330,2056,1277.15,dj -4511,SUCCESS,2,1,1045.64,39297928.12,39298973.76,127,253,3513,1673.02,dj -4512,SUCCESS,2,1,556.59,39298973.76,39299530.35,127,179,2643,890.54,dj -4513,SUCCESS,2,1,16962,39299530.35,39316492.35,127,7710,1870,27139.2,qft -4515,SUCCESS,2,1,160957.31,39316492.35,39477449.66,127,44105,3102,257531.7,random -4517,SUCCESS,2,1,51.99,39477449.66,39477501.65,127,14,3156,83.18,ghz -4518,SUCCESS,2,1,5870.23,39477501.65,39483371.88,127,1684,2963,9392.37,twolocalrandom -4519,SUCCESS,2,1,315.15,39483371.88,39483687.03,127,84,3189,504.24,dj -4521,SUCCESS,2,1,7064.6,39483687.03,39490751.63,127,4277,1404,11303.36,qftentangled -4524,SUCCESS,2,1,1194.91,39490751.63,39491946.54,127,523,1942,1911.86,ae -4525,SUCCESS,2,1,71397.02,39491946.54,39563343.56,127,36102,1681,114235.23,random -4526,SUCCESS,2,1,39405.67,39563343.56,39602749.23,127,15407,2174,63049.07,twolocalrandom -4528,SUCCESS,2,1,110.55,39602749.23,39602859.78,127,90,1044,176.88,graphstate -4529,SUCCESS,2,1,12997.05,39602859.78,39615856.83,127,2824,3912,20795.28,qnn -4530,SUCCESS,2,1,4943.53,39615856.83,39620800.36,127,2362,1779,7909.65,qnn -4531,SUCCESS,2,1,33404.81,39620800.36,39654205.17,127,11440,2482,53447.7,qnn -4534,SUCCESS,2,1,43306.47,39654205.17,39697511.64,127,9107,4042,69290.35,su2random -4535,SUCCESS,2,1,4746.76,39697511.64,39702258.4,127,1045,3861,7594.82,qft -4536,SUCCESS,2,1,8442.73,39702258.4,39710701.13,127,2132,3366,13508.37,su2random -4538,SUCCESS,2,1,1486.77,39710701.13,39712187.9,127,337,3750,2378.83,wstate -4539,SUCCESS,2,1,18442.88,39712187.9,39730630.78,127,5222,3002,29508.61,pricingcall -4540,SUCCESS,2,1,1445.6,39730630.78,39732076.38,127,483,2544,2312.96,dj -4541,SUCCESS,2,1,28894.84,39732076.38,39760971.22,127,9073,2707,46231.74,su2random -4542,SUCCESS,2,1,13141.99,39760971.22,39774113.21,127,2806,3981,21027.18,qpeinexact -4543,SUCCESS,2,1,521.64,39774113.21,39774634.85,127,161,2754,834.62,wstate -4544,SUCCESS,2,1,15355.46,39774634.85,39789990.31,127,3929,3322,24568.74,qftentangled -4545,SUCCESS,2,1,18444.06,39789990.31,39808434.37,127,9992,1569,29510.5,grover-noancilla -4546,SUCCESS,2,1,9915.55,39808434.37,39818349.92,127,3588,2349,15864.88,su2random -4547,SUCCESS,2,1,21925.23,39818349.92,39840275.15,127,5197,3586,35080.37,qftentangled -4548,SUCCESS,2,1,28831.85,39840275.15,39869107,127,8672,2826,46130.96,qftentangled -4550,SUCCESS,2,1,3742.52,39869107,39872849.52,127,1402,2269,5988.03,realamprandom -4551,SUCCESS,2,1,2906.53,39872849.52,39875756.05,127,1449,1705,4650.45,qft -4552,SUCCESS,2,1,19362.75,39875756.05,39895118.8,127,6192,2658,30980.4,qpeexact -4553,SUCCESS,2,1,1305.27,39895118.8,39896424.07,127,546,2032,2088.43,dj -4554,SUCCESS,2,1,777.89,39896424.07,39897201.96,127,346,1911,1244.62,graphstate -4556,SUCCESS,2,1,1476.87,39897201.96,39898678.83,127,833,1507,2362.99,wstate -4557,SUCCESS,2,1,577.02,39898678.83,39899255.85,127,131,3744,923.23,realamprandom -4559,SUCCESS,2,1,515,39899255.85,39899770.85,127,385,1137,824,wstate -4560,SUCCESS,2,1,19175.03,39899770.85,39918945.88,127,6276,2597,30680.05,twolocalrandom -4561,SUCCESS,2,1,32949.76,39918945.88,39951895.64,127,8252,3394,52719.62,twolocalrandom -4562,SUCCESS,2,1,5692.82,39951895.64,39957588.46,127,2143,2258,9108.51,realamprandom -4565,SUCCESS,2,1,95.63,39957588.46,39957684.09,127,20,4064,153.01,ghz -4566,SUCCESS,2,1,39.57,39957684.09,39957723.66,127,10,3363,63.31,ghz -4568,SUCCESS,2,1,686.96,39957723.66,39958410.62,127,247,2364,1099.14,qftentangled -4569,SUCCESS,2,1,4303.57,39958410.62,39962714.19,127,1146,3192,6885.71,qnn -4570,SUCCESS,2,1,7970.77,39962714.19,39970684.96,127,2217,3056,12753.23,qft -4572,SUCCESS,2,1,10137.84,39970684.96,39980822.8,127,5874,1467,16220.54,ae -4573,SUCCESS,2,1,7034.38,39980822.8,39987857.18,127,1586,3770,11255.01,qpeinexact -4574,SUCCESS,2,1,17029.45,39987857.18,40004886.63,127,7446,1944,27247.12,qnn -4575,SUCCESS,2,1,7210.56,40004886.63,40012097.19,127,3108,1972,11536.9,realamprandom -4577,SUCCESS,2,1,28818.15,40012097.19,40040915.34,127,6470,3786,46109.04,qpeexact -4578,SUCCESS,2,1,344.04,40040915.34,40041259.38,127,102,2867,550.46,graphstate -4579,SUCCESS,2,1,311.41,40041259.38,40041570.79,127,146,1813,498.26,dj -4580,SUCCESS,2,1,380.29,40041570.79,40041951.08,127,246,1314,608.46,qpeinexact -4581,SUCCESS,2,1,4790.74,40041951.08,40046741.82,127,2421,1682,7665.18,qftentangled -4583,SUCCESS,2,1,1116.13,40046741.82,40047857.95,127,262,3621,1785.81,wstate -4585,SUCCESS,2,1,20424.35,40047857.95,40068282.3,127,5410,3209,32678.96,twolocalrandom -4586,SUCCESS,2,1,12518.63,40068282.3,40080800.93,127,2645,4023,20029.81,qftentangled -4588,SUCCESS,2,1,5865.1,40080800.93,40086666.03,127,1276,3907,9384.16,qpeexact -4589,SUCCESS,2,1,253.52,40086666.03,40086919.55,127,69,3123,405.63,ghz -4591,SUCCESS,2,1,8105.88,40086919.55,40095025.43,127,1907,3613,12969.41,su2random -4592,SUCCESS,2,1,10691.69,40095025.43,40105717.12,127,3470,2619,17106.7,qpeinexact -4593,SUCCESS,2,1,72.27,40105717.12,40105789.39,127,47,1307,115.63,ghz -4594,SUCCESS,2,1,2281.82,40105789.39,40108071.21,127,508,3818,3650.91,dj -4595,SUCCESS,2,1,1870.01,40108071.21,40109941.22,127,438,3629,2992.02,ae -4596,SUCCESS,2,1,593.31,40109941.22,40110534.53,127,290,1739,949.3,dj -4597,SUCCESS,2,1,12208.04,40110534.53,40122742.57,127,2658,3904,19532.86,qft -4599,SUCCESS,2,1,399,40122742.57,40123141.57,127,229,1481,638.4,wstate -4600,SUCCESS,2,1,4156,40123141.57,40127297.57,127,1381,2558,6649.6,su2random -4601,SUCCESS,2,1,2995.81,40127297.57,40130293.38,127,812,3136,4793.3,twolocalrandom -4602,SUCCESS,2,1,6103.32,40130293.38,40136396.7,127,1686,3077,9765.31,qft -4603,SUCCESS,2,1,160.57,40136396.7,40136557.27,127,46,2967,256.91,qaoa -4604,SUCCESS,2,1,36.43,40136557.27,40136593.7,127,20,1548,58.29,routing -4605,SUCCESS,2,1,2811.44,40136593.7,40139405.14,127,1218,1962,4498.3,realamprandom -4607,SUCCESS,2,1,1391.14,40139405.14,40140796.28,127,294,4022,2225.82,ghz -4608,SUCCESS,2,1,4250.31,40140796.28,40145046.59,127,1810,1996,6800.5,su2random -4609,SUCCESS,2,1,3591.63,40145046.59,40148638.22,127,2421,1261,5746.61,qpeinexact -4610,SUCCESS,2,1,8443.07,40148638.22,40157081.29,127,2999,2393,13508.91,qft -4611,SUCCESS,2,1,10442.44,40157081.29,40167523.73,127,6755,1314,16707.9,random -4612,SUCCESS,2,1,9900.73,40167523.73,40177424.46,127,2095,4017,15841.17,qftentangled -4614,SUCCESS,2,1,15561.7,40177424.46,40192986.16,127,3761,3517,24898.72,qnn -4615,SUCCESS,2,1,137.45,40192986.16,40193123.61,127,35,3338,219.92,qaoa -4618,SUCCESS,2,1,1677.77,40193123.61,40194801.38,127,833,1712,2684.43,su2random -4620,SUCCESS,2,1,10717.98,40194801.38,40205519.36,127,5766,1580,17148.77,ae -4622,SUCCESS,2,1,1496.42,40205519.36,40207015.78,127,396,3212,2394.27,qpeinexact -4623,SUCCESS,2,1,5624.45,40207015.78,40212640.23,127,2185,2188,8999.12,ae -4624,SUCCESS,2,1,17819.47,40212640.23,40230459.7,127,4434,3416,28511.15,twolocalrandom -4626,SUCCESS,2,1,603.79,40230459.7,40231063.49,127,352,1458,966.06,wstate -4627,SUCCESS,2,1,12522.13,40231063.49,40243585.62,127,5392,1974,20035.41,realamprandom -4629,SUCCESS,2,1,647.82,40243585.62,40244233.44,127,177,3111,1036.51,wstate -4630,SUCCESS,2,1,193.64,40244233.44,40244427.08,127,94,1751,309.82,ghz -4632,SUCCESS,2,1,3701.18,40244427.08,40248128.26,127,2000,1573,5921.89,qftentangled -4633,SUCCESS,2,1,1156.45,40248128.26,40249284.71,127,258,3810,1850.32,dj -4634,SUCCESS,2,1,21277.3,40249284.71,40270562.01,127,8716,2075,34043.68,qpeexact -4636,SUCCESS,2,1,716.06,40270562.01,40271278.07,127,470,1295,1145.7,graphstate -4637,SUCCESS,2,1,4411.5,40271278.07,40275689.57,127,1117,3357,7058.4,ae -4639,SUCCESS,2,1,9714,40275689.57,40285403.57,127,5902,1399,15542.4,qnn -4640,SUCCESS,2,1,3720.06,40285403.57,40289123.63,127,1379,2293,5952.1,realamprandom -4642,SUCCESS,2,1,3214.14,40289123.63,40292337.77,127,1384,1974,5142.62,qnn -4643,SUCCESS,2,1,5737.16,40292337.77,40298074.93,127,1464,3331,9179.46,qpeexact -4644,SUCCESS,2,1,86.92,40298074.93,40298161.85,127,21,3518,139.07,vqe -4647,SUCCESS,2,1,5556.58,40298161.85,40303718.43,127,1193,3959,8890.53,qnn -4648,SUCCESS,2,1,1149.8,40303718.43,40304868.23,127,292,3347,1839.68,realamprandom -4649,SUCCESS,2,1,29356.22,40304868.23,40334224.45,127,12113,2060,46969.95,twolocalrandom -4653,SUCCESS,2,1,11500.59,40334224.45,40345725.04,127,4116,2375,18400.94,qft -4654,SUCCESS,2,1,12139.17,40345725.04,40357864.21,127,3964,2603,19422.67,qftentangled -4655,SUCCESS,2,1,12164.98,40357864.21,40370029.19,127,2562,4036,19463.97,ae -4656,SUCCESS,2,1,57033.15,40370029.19,40427062.34,127,30432,1593,91253.04,random -4657,SUCCESS,2,1,96.11,40427062.34,40427158.45,127,26,3142,153.78,ghz -4658,SUCCESS,2,1,889.8,40427158.45,40428048.25,127,607,1246,1423.68,portfoliovqe -4659,SUCCESS,2,1,1282.02,40428048.25,40429330.27,127,343,3177,2051.23,portfolioqaoa -4660,SUCCESS,2,1,28394.08,40429330.27,40457724.35,127,6424,3757,45430.53,qwalk-v-chain -4662,SUCCESS,2,1,22037.49,40457724.35,40479761.84,127,9833,1905,35259.98,random -4663,SUCCESS,2,1,48170.86,40479761.84,40527932.7,127,12510,3273,77073.38,twolocalrandom -4664,SUCCESS,2,1,10839.24,40527932.7,40538771.94,127,2575,3578,17342.78,twolocalrandom -4668,SUCCESS,2,1,2559.63,40538771.94,40541331.57,127,1317,1652,4095.41,wstate -4669,SUCCESS,2,1,218.17,40541331.57,40541549.74,127,101,1836,349.07,graphstate -4670,SUCCESS,2,1,6584.84,40541549.74,40548134.58,127,3470,1613,10535.74,ae -4672,SUCCESS,2,1,6917.87,40548134.58,40555052.45,127,2404,2446,11068.59,realamprandom -4673,SUCCESS,2,1,27351.85,40555052.45,40582404.3,127,7254,3205,43762.96,qpeinexact -4675,SUCCESS,2,1,112.66,40582404.3,40582516.96,127,43,2227,180.26,ghz -4676,SUCCESS,2,1,24839.18,40582516.96,40607356.14,127,7748,2725,39742.69,qnn -4677,SUCCESS,2,1,1354,40607356.14,40608710.14,127,850,1354,2166.4,dj -4679,SUCCESS,2,1,7136.55,40608710.14,40615846.69,127,3003,2020,11418.48,qftentangled -4680,SUCCESS,2,1,10815.3,40615846.69,40626661.99,127,3111,2955,17304.48,qftentangled -4681,SUCCESS,2,1,6298.12,40626661.99,40632960.11,127,3770,1420,10076.99,qftentangled -4682,SUCCESS,2,1,5287.41,40632960.11,40638247.52,127,1171,3838,8459.86,realamprandom -4683,SUCCESS,2,1,51154.64,40638247.52,40689402.16,127,18742,2320,81847.42,twolocalrandom -4684,SUCCESS,2,1,34256.79,40689402.16,40723658.95,127,10107,2881,54810.86,realamprandom -4686,SUCCESS,2,1,112.76,40723658.95,40723771.71,127,28,3423,180.42,vqe -4687,SUCCESS,2,1,992.84,40723771.71,40724764.55,127,213,3962,1588.54,dj -4688,SUCCESS,2,1,4223.31,40724764.55,40728987.86,127,998,3597,6757.3,wstate -4690,SUCCESS,2,1,1047.19,40728987.86,40730035.05,127,297,2997,1675.5,qft -4692,SUCCESS,2,1,1616.37,40730035.05,40731651.42,127,410,3351,2586.19,qftentangled -4693,SUCCESS,2,1,9983.11,40731651.42,40741634.53,127,5901,1438,15972.98,qft -4694,SUCCESS,2,1,25564.01,40741634.53,40767198.54,127,7611,2855,40902.42,qpeexact -4695,SUCCESS,2,1,1431.4,40767198.54,40768629.94,127,362,3361,2290.24,dj -4696,SUCCESS,2,1,9938.01,40768629.94,40778567.95,127,5953,1419,15900.82,qftentangled -4697,SUCCESS,2,1,798.83,40778567.95,40779366.78,127,485,1400,1278.13,ghz -4698,SUCCESS,2,1,5818.64,40779366.78,40785185.42,127,1781,2777,9309.82,qftentangled -4699,SUCCESS,2,1,8469.34,40785185.42,40793654.76,127,2329,3091,13550.94,qft -4700,SUCCESS,2,1,1866.8,40793654.76,40795521.56,127,396,4007,2986.88,ghz -4701,SUCCESS,2,1,136.81,40795521.56,40795658.37,127,79,1472,218.9,ghz -4702,SUCCESS,2,1,1475.92,40795658.37,40797134.29,127,576,2178,2361.47,portfoliovqe -4703,SUCCESS,2,1,1225.71,40797134.29,40798360,127,471,2212,1961.14,portfoliovqe -4705,SUCCESS,2,1,25656.13,40798360,40824016.13,127,13004,1677,41049.81,twolocalrandom -4706,SUCCESS,2,1,521.69,40824016.13,40824537.82,127,117,3790,834.7,graphstate -4707,SUCCESS,2,1,14499,40824537.82,40839036.82,127,4590,2685,23198.4,realamprandom -4708,SUCCESS,2,1,18437.13,40839036.82,40857473.95,127,7072,2216,29499.41,qpeinexact -4709,SUCCESS,2,1,4398.52,40857473.95,40861872.47,127,3003,1245,7037.63,ae -4711,SUCCESS,2,1,47603.71,40861872.47,40909476.18,127,11604,3487,76165.94,qnn -4712,SUCCESS,2,1,33423.46,40909476.18,40942899.64,127,7668,3705,53477.54,qnn -4713,SUCCESS,2,1,1993.18,40942899.64,40944892.82,127,1494,1134,3189.09,qnn -4714,SUCCESS,2,1,2169.27,40944892.82,40947062.09,127,495,3725,3470.83,qft -4716,SUCCESS,2,1,2388.46,40947062.09,40949450.55,127,1404,1446,3821.54,qnn -4718,SUCCESS,2,1,98.31,40949450.55,40949548.86,127,66,1266,157.3,tsp -4720,SUCCESS,2,1,1116.91,40949548.86,40950665.77,127,365,2601,1787.06,wstate -4722,SUCCESS,2,1,759.51,40950665.77,40951425.28,127,222,2908,1215.22,dj -4723,SUCCESS,2,1,7650.38,40951425.28,40959075.66,127,4379,1485,12240.61,qpeinexact -4724,SUCCESS,2,1,3922.54,40959075.66,40962998.2,127,1331,2505,6276.06,qpeexact -4725,SUCCESS,2,1,16453.3,40962998.2,40979451.5,127,4229,3307,26325.28,qft -4726,SUCCESS,2,1,1167.88,40979451.5,40980619.38,127,265,3746,1868.61,twolocalrandom -4727,SUCCESS,2,1,35740.19,40980619.38,41016359.57,127,9635,3153,57184.3,qpeexact -4728,SUCCESS,2,1,2321.75,41016359.57,41018681.32,127,511,3862,3714.8,qftentangled -4731,SUCCESS,2,1,14115.14,41018681.32,41032796.46,127,7466,1607,22584.22,realamprandom -4732,SUCCESS,2,1,351.55,41032796.46,41033148.01,127,217,1377,562.48,wstate -4733,SUCCESS,2,1,865.45,41033148.01,41034013.46,127,465,1582,1384.72,twolocalrandom -4734,SUCCESS,2,1,3495.86,41034013.46,41037509.32,127,2665,1115,5593.38,random -4735,SUCCESS,2,1,75701.41,41037509.32,41113210.73,127,23885,2694,121122.26,random -4736,SUCCESS,2,1,724.12,41113210.73,41113934.85,127,169,3642,1158.59,su2random -4737,SUCCESS,2,1,4690.21,41113934.85,41118625.06,127,1476,2701,7504.34,qft -4738,SUCCESS,2,1,2694.49,41118625.06,41121319.55,127,1099,2084,4311.18,wstate -4739,SUCCESS,2,1,581.79,41121319.55,41121901.34,127,130,3804,930.86,graphstate -4740,SUCCESS,2,1,2430.45,41121901.34,41124331.79,127,603,3426,3888.72,dj -4742,SUCCESS,2,1,31919.7,41124331.79,41156251.49,127,7792,3482,51071.52,twolocalrandom -4744,SUCCESS,2,1,1028.71,41156251.49,41157280.2,127,459,1905,1645.94,ghz -4745,SUCCESS,2,1,554.28,41157280.2,41157834.48,127,245,1923,886.85,dj -4748,SUCCESS,2,1,1755.22,41157834.48,41159589.7,127,1303,1145,2808.35,ae -4749,SUCCESS,2,1,724.86,41159589.7,41160314.56,127,181,3404,1159.78,graphstate -4750,SUCCESS,2,1,945.32,41160314.56,41161259.88,127,320,2511,1512.51,pricingcall -4751,SUCCESS,2,1,7906.68,41161259.88,41169166.56,127,4384,1533,12650.69,qpeinexact -4752,SUCCESS,2,1,11956.49,41169166.56,41181123.05,127,2530,4017,19130.38,ae -4753,SUCCESS,2,1,7171.24,41181123.05,41188294.29,127,2107,2893,11473.98,qnn -4754,SUCCESS,2,1,21750.59,41188294.29,41210044.88,127,4622,4000,34800.94,su2random -4756,SUCCESS,2,1,1004.13,41210044.88,41211049.01,127,679,1257,1606.61,dj -4757,SUCCESS,2,1,6408.51,41211049.01,41217457.52,127,4032,1351,10253.62,ae -4758,SUCCESS,2,1,4534.03,41217457.52,41221991.55,127,992,3885,7254.45,wstate -4759,SUCCESS,2,1,2545.53,41221991.55,41224537.08,127,1925,1124,4072.85,qpeexact -4760,SUCCESS,2,1,11913.22,41224537.08,41236450.3,127,2909,3481,19061.15,qpeexact -4761,SUCCESS,2,1,35553.68,41236450.3,41272003.98,127,8418,3590,56885.89,realamprandom -4762,SUCCESS,2,1,2443.84,41272003.98,41274447.82,127,1945,1068,3910.14,realamprandom -4763,SUCCESS,2,1,267,41274447.82,41274714.82,127,85,2670,427.2,ghz -4764,SUCCESS,2,1,67.02,41274714.82,41274781.84,127,17,3351,107.23,ghz -4765,SUCCESS,2,1,364.99,41274781.84,41275146.83,127,119,2607,583.98,qpeinexact -4766,SUCCESS,2,1,34495.24,41275146.83,41309642.07,127,8009,3661,55192.38,qnn -4767,SUCCESS,2,1,7104.57,41309642.07,41316746.64,127,1641,3680,11367.31,qpeexact -4768,SUCCESS,2,1,494.96,41316746.64,41317241.6,127,189,2226,791.94,wstate -4769,SUCCESS,2,1,11716.85,41317241.6,41328958.45,127,6921,1439,18746.96,twolocalrandom -4770,SUCCESS,2,1,6609.04,41328958.45,41335567.49,127,1424,3945,10574.46,qpeexact -4771,SUCCESS,2,1,329.44,41335567.49,41335896.93,127,260,1077,527.1,ae -4772,SUCCESS,2,1,2496.76,41335896.93,41338393.69,127,1231,1724,3994.82,ae -4773,SUCCESS,2,1,1985.16,41338393.69,41340378.85,127,699,2414,3176.26,qpeexact -4774,SUCCESS,2,1,1315.6,41340378.85,41341694.45,127,373,2998,2104.96,wstate -4775,SUCCESS,2,1,1180.24,41341694.45,41342874.69,127,304,3300,1888.38,ghz -4776,SUCCESS,2,1,5968.59,41342874.69,41348843.28,127,2909,1744,9549.74,qpeinexact -4777,SUCCESS,2,1,185797.83,41348843.28,41534641.11,127,55805,2830,297276.53,random -4778,SUCCESS,2,1,1759.71,41534641.11,41536400.82,127,567,2638,2815.54,qpeinexact -4779,SUCCESS,2,1,22236.67,41536400.82,41558637.49,127,5043,3748,35578.67,ae -4780,SUCCESS,2,1,1620.69,41558637.49,41560258.18,127,481,2864,2593.1,qnn -4781,SUCCESS,2,1,242.96,41560258.18,41560501.14,127,103,2005,388.74,graphstate -4782,SUCCESS,2,1,2192.52,41560501.14,41562693.66,127,477,3907,3508.03,qpeexact -4783,SUCCESS,2,1,1103.33,41562693.66,41563796.99,127,258,3635,1765.33,ae -4784,SUCCESS,2,1,11101.93,41563796.99,41574898.92,127,5151,1832,17763.09,qft -4785,SUCCESS,2,1,461.36,41574898.92,41575360.28,127,230,1705,738.18,su2random -4786,SUCCESS,2,1,849.69,41575360.28,41576209.97,127,252,2866,1359.5,twolocalrandom -4787,SUCCESS,2,1,33326.24,41576209.97,41609536.21,127,22900,1237,53321.98,random -4789,SUCCESS,2,1,6783.34,41609536.21,41616319.55,127,3291,1752,10853.34,qnn -4790,SUCCESS,2,1,158.99,41616319.55,41616478.54,127,99,1365,254.38,graphstate -4791,SUCCESS,2,1,24193.33,41616478.54,41640671.87,127,6043,3403,38709.33,qnn -4793,SUCCESS,2,1,2033.2,41640671.87,41642705.07,127,508,3402,3253.12,wstate -4794,SUCCESS,2,1,15512.83,41642705.07,41658217.9,127,3675,3588,24820.53,qftentangled -4795,SUCCESS,2,1,6403.15,41658217.9,41664621.05,127,1522,3576,10245.04,qnn -4796,SUCCESS,2,1,2568.28,41664621.05,41667189.33,127,1990,1097,4109.25,su2random -4797,SUCCESS,2,1,437.57,41667189.33,41667626.9,127,316,1177,700.11,dj -4798,SUCCESS,2,1,89.09,41667626.9,41667715.99,127,42,1803,142.54,dj -4799,SUCCESS,2,1,864.14,41667715.99,41668580.13,127,341,2154,1382.62,dj -4800,SUCCESS,2,1,3067.08,41668580.13,41671647.21,127,717,3636,4907.33,qftentangled -4801,SUCCESS,2,1,1280.83,41671647.21,41672928.04,127,475,2292,2049.33,dj -4802,SUCCESS,2,1,987.02,41672928.04,41673915.06,127,266,3154,1579.23,ae -4803,SUCCESS,2,1,1988.92,41673915.06,41675903.98,127,628,2692,3182.27,dj -4805,SUCCESS,2,1,10066.88,41675903.98,41685970.86,127,3088,2771,16107.01,realamprandom -4806,SUCCESS,2,1,164.77,41685970.86,41686135.63,127,91,1539,263.63,graphstate -4807,SUCCESS,2,1,2617.3,41686135.63,41688752.93,127,1029,2162,4187.68,qpeexact -4808,SUCCESS,2,1,19596.65,41688752.93,41708349.58,127,4636,3593,31354.64,twolocalrandom -4809,SUCCESS,2,1,2372.98,41708349.58,41710722.56,127,734,2748,3796.77,qft -4810,SUCCESS,2,1,594.28,41710722.56,41711316.84,127,131,3856,950.85,twolocalrandom -4811,SUCCESS,2,1,14517.86,41711316.84,41725834.7,127,6109,2020,23228.58,qnn -4812,SUCCESS,2,1,5715.44,41725834.7,41731550.14,127,1423,3414,9144.7,su2random -4813,SUCCESS,2,1,111.42,41731550.14,41731661.56,127,24,3946,178.27,dj -4815,SUCCESS,2,1,460.21,41731661.56,41732121.77,127,108,3622,736.34,graphstate -4816,SUCCESS,2,1,23520.98,41732121.77,41755642.75,127,7424,2693,37633.57,ae -4817,SUCCESS,2,1,3987.87,41755642.75,41759630.62,127,1321,2566,6380.59,wstate -4818,SUCCESS,2,1,70.98,41759630.62,41759701.6,127,25,2413,113.57,ghz -4819,SUCCESS,2,1,1142.48,41759701.6,41760844.08,127,450,2158,1827.97,dj -4820,SUCCESS,2,1,4576.88,41760844.08,41765420.96,127,2945,1321,7323.01,random -4821,SUCCESS,2,1,1407.74,41765420.96,41766828.7,127,575,2081,2252.38,dj -4822,SUCCESS,2,1,13064.53,41766828.7,41779893.23,127,6342,1751,20903.25,qft -4824,SUCCESS,2,1,108.53,41779893.23,41780001.76,127,50,1845,173.65,graphstate -4825,SUCCESS,2,1,2736.93,41780001.76,41782738.69,127,763,3049,4379.09,qpeexact -4826,SUCCESS,2,1,5791.43,41782738.69,41788530.12,127,1211,4065,9266.29,ae -4827,SUCCESS,2,1,1598.69,41788530.12,41790128.81,127,1140,1192,2557.9,qnn -4828,SUCCESS,2,1,5307.57,41790128.81,41795436.38,127,1302,3465,8492.11,qftentangled -4829,SUCCESS,2,1,10629.37,41795436.38,41806065.75,127,2401,3763,17006.99,pricingput -4831,SUCCESS,2,1,2586.91,41806065.75,41808652.66,127,710,3097,4139.06,qpeexact -4832,SUCCESS,2,1,526.95,41808652.66,41809179.61,127,161,2782,843.12,dj -4835,SUCCESS,2,1,12011.88,41809179.61,41821191.49,127,3341,3056,19219.01,qpeinexact -4836,SUCCESS,2,1,1332.44,41821191.49,41822523.93,127,278,4074,2131.9,qnn -4837,SUCCESS,2,1,35888.92,41822523.93,41858412.85,127,11290,2702,57422.27,su2random -4838,SUCCESS,2,1,1033.6,41858412.85,41859446.45,127,269,3266,1653.76,wstate -4839,SUCCESS,2,1,1342.52,41859446.45,41860788.97,127,308,3705,2148.03,dj -4840,SUCCESS,2,1,5721.28,41860788.97,41866510.25,127,1292,3764,9154.05,qft -4841,SUCCESS,2,1,697.06,41866510.25,41867207.31,127,150,3950,1115.3,dj -4842,SUCCESS,2,1,1503.28,41867207.31,41868710.59,127,415,3079,2405.25,qpeexact -4843,SUCCESS,2,1,106.64,41868710.59,41868817.23,127,40,2266,170.62,qaoa -4844,SUCCESS,2,1,22498,41868817.23,41891315.23,127,8541,2239,35996.8,qpeinexact -4845,SUCCESS,2,1,3198.14,41891315.23,41894513.37,127,769,3535,5117.02,qpeexact -4846,SUCCESS,2,1,1128.03,41894513.37,41895641.4,127,777,1234,1804.85,dj -4847,SUCCESS,2,1,115785.68,41895641.4,42011427.08,127,30949,3180,185257.09,random -4848,SUCCESS,2,1,7115.41,42011427.08,42018542.49,127,1506,4016,11384.66,realamprandom -4849,SUCCESS,2,1,175.62,42018542.49,42018718.11,127,55,2714,280.99,dj -4850,SUCCESS,2,1,25150.5,42018718.11,42043868.61,127,5865,3645,40240.8,su2random -4852,SUCCESS,2,1,3612.28,42043868.61,42047480.89,127,2266,1355,5779.65,pricingcall -4853,SUCCESS,2,1,18353.29,42047480.89,42065834.18,127,3903,3997,29365.26,qpeexact -4854,SUCCESS,2,1,25228.09,42065834.18,42091062.27,127,5726,3745,40364.94,realamprandom -4855,SUCCESS,2,1,4337.54,42091062.27,42095399.81,127,1029,3583,6940.06,pricingput -4857,SUCCESS,2,1,2396.44,42095399.81,42097796.25,127,585,3482,3834.3,ghz -4858,SUCCESS,2,1,2538.89,42097796.25,42100335.14,127,618,3492,4062.22,twolocalrandom -4859,SUCCESS,2,1,1833.15,42100335.14,42102168.29,127,435,3582,2933.04,twolocalrandom -4860,SUCCESS,2,1,4950.56,42102168.29,42107118.85,127,1252,3361,7920.9,qwalk-v-chain -4861,SUCCESS,2,1,9607.81,42107118.85,42116726.66,127,2278,3585,15372.5,ae -4862,SUCCESS,2,1,15219.71,42116726.66,42131946.37,127,10552,1226,24351.54,ae -4863,SUCCESS,2,1,1831.01,42131946.37,42133777.38,127,579,2688,2929.62,realamprandom -4864,SUCCESS,2,1,177.91,42133777.38,42133955.29,127,57,2653,284.66,wstate -4867,SUCCESS,2,1,9806.91,42133955.29,42143762.2,127,3888,2144,15691.06,qft -4870,SUCCESS,2,1,2207.95,42143762.2,42145970.15,127,833,2253,3532.72,ghz -4872,SUCCESS,2,1,341.41,42145970.15,42146311.56,127,108,2687,546.26,graphstate -4873,SUCCESS,2,1,1321.8,42146311.56,42147633.36,127,409,2747,2114.88,wstate -4874,SUCCESS,2,1,34366.13,42147633.36,42181999.49,127,12537,2330,54985.81,realamprandom -4875,SUCCESS,2,1,52166.19,42181999.49,42234165.68,127,14276,3106,83465.9,twolocalrandom -4876,SUCCESS,2,1,566.67,42234165.68,42234732.35,127,451,1068,906.67,portfolioqaoa -4877,SUCCESS,2,1,5416.52,42234732.35,42240148.87,127,1218,3780,8666.43,twolocalrandom -4878,SUCCESS,2,1,3793.43,42240148.87,42243942.3,127,1007,3202,6069.49,wstate -4879,SUCCESS,2,1,50.83,42243942.3,42243993.13,127,36,1200,81.33,ghz -4880,SUCCESS,2,1,3416.22,42243993.13,42247409.35,127,839,3461,5465.95,qnn -4881,SUCCESS,2,1,9208.95,42247409.35,42256618.3,127,1919,4079,14734.32,qnn -4882,SUCCESS,2,1,2225.18,42256618.3,42258843.48,127,1225,1544,3560.29,twolocalrandom -4883,SUCCESS,2,1,2558.34,42258843.48,42261401.82,127,589,3692,4093.34,portfoliovqe -4885,SUCCESS,2,1,9095.68,42261401.82,42270497.5,127,6301,1227,14553.09,qpeexact -4886,SUCCESS,2,1,19378.74,42270497.5,42289876.24,127,4549,3621,31005.98,qftentangled -4890,SUCCESS,2,1,27168.42,42289876.24,42317044.66,127,12537,1842,43469.47,twolocalrandom -4892,SUCCESS,2,1,5681.96,42317044.66,42322726.62,127,1276,3785,9091.14,qpeinexact -4893,SUCCESS,2,1,22691,42322726.62,42345417.62,127,5988,3221,36305.6,su2random -4896,SUCCESS,2,1,5412.96,42345417.62,42350830.58,127,1253,3672,8660.74,ae -4897,SUCCESS,2,1,852.04,42350830.58,42351682.62,127,390,1857,1363.26,qnn -4898,SUCCESS,2,1,51.64,42351682.62,42351734.26,127,13,3376,82.62,routing -4899,SUCCESS,2,1,352.07,42351734.26,42352086.33,127,74,4044,563.31,ghz -4900,SUCCESS,2,1,192.8,42352086.33,42352279.13,127,43,3811,308.48,dj -4901,SUCCESS,2,1,3087.52,42352279.13,42355366.65,127,1414,1856,4940.03,qnn -4903,SUCCESS,2,1,9586.55,42355366.65,42364953.2,127,2351,3466,15338.48,ae -4904,SUCCESS,2,1,18787.21,42364953.2,42383740.41,127,10336,1545,30059.54,random -4905,SUCCESS,2,1,1577.25,42383740.41,42385317.66,127,417,3215,2523.6,wstate -4906,SUCCESS,2,1,1529.26,42385317.66,42386846.92,127,492,2642,2446.82,pricingput -4907,SUCCESS,2,1,1771.45,42386846.92,42388618.37,127,879,1713,2834.32,qftentangled -4908,SUCCESS,2,1,191.23,42388618.37,42388809.6,127,45,3612,305.97,graphstate -4910,SUCCESS,2,1,714.94,42388809.6,42389524.54,127,152,3998,1143.9,graphstate -4912,SUCCESS,2,1,107.69,42389524.54,42389632.23,127,68,1346,172.3,qaoa -4915,SUCCESS,2,1,42896.02,42389632.23,42432528.25,127,8917,4089,68633.63,realamprandom -4916,SUCCESS,2,1,871.44,42432528.25,42433399.69,127,387,1914,1394.3,dj -4919,SUCCESS,2,1,4597.82,42433399.69,42437997.51,127,2058,1899,7356.51,qnn -4920,SUCCESS,2,1,4377.02,42437997.51,42442374.53,127,3238,1149,7003.23,qnn -4921,SUCCESS,2,1,430.24,42442374.53,42442804.77,127,159,2300,688.38,qpeinexact -4922,SUCCESS,2,1,2927.21,42442804.77,42445731.98,127,1274,1953,4683.54,su2random -4923,SUCCESS,2,1,1343.75,42445731.98,42447075.73,127,460,2483,2150,wstate -4924,SUCCESS,2,1,31845.04,42447075.73,42478920.77,127,7298,3709,50952.06,qft -4926,SUCCESS,2,1,21048.81,42478920.77,42499969.58,127,6821,2623,33678.1,ae -4927,SUCCESS,2,1,4499.31,42499969.58,42504468.89,127,1361,2810,7198.9,qnn -4928,SUCCESS,2,1,1387.42,42504468.89,42505856.31,127,827,1426,2219.87,qpeinexact -4929,SUCCESS,2,1,132.08,42505856.31,42505988.39,127,34,3302,211.33,dj -4932,SUCCESS,2,1,6520.81,42505988.39,42512509.2,127,1976,2805,10433.3,ae -4933,SUCCESS,2,1,407.26,42512509.2,42512916.46,127,273,1268,651.62,dj -4934,SUCCESS,2,1,191.07,42512916.46,42513107.53,127,101,1608,305.71,graphstate -4935,SUCCESS,2,1,686.35,42513107.53,42513793.88,127,412,1416,1098.16,twolocalrandom -4936,SUCCESS,2,1,5860.93,42513793.88,42519654.81,127,1908,2611,9377.49,ae -4937,SUCCESS,2,1,663.61,42519654.81,42520318.42,127,185,3049,1061.78,wstate -4939,SUCCESS,2,1,16801.59,42520318.42,42537120.01,127,4704,3036,26882.54,qftentangled -4940,SUCCESS,2,1,1223.35,42537120.01,42538343.36,127,268,3880,1957.36,dj -4941,SUCCESS,2,1,413.26,42538343.36,42538756.62,127,135,2602,661.22,qft -4945,SUCCESS,2,1,2018.07,42538756.62,42540774.69,127,734,2337,3228.91,qpeinexact -4946,SUCCESS,2,1,5586.81,42540774.69,42546361.5,127,4606,1031,8938.9,qftentangled -4947,SUCCESS,2,1,4387.81,42546361.5,42550749.31,127,1899,1964,7020.5,qpeexact -4948,SUCCESS,2,1,55179.11,42550749.31,42605928.42,127,15792,2970,88286.58,twolocalrandom -4949,SUCCESS,2,1,5439.89,42605928.42,42611368.31,127,2542,1819,8703.82,realamprandom -4950,SUCCESS,2,1,121.77,42611368.31,42611490.08,127,97,1067,194.83,ghz -4951,SUCCESS,2,1,136.07,42611490.08,42611626.15,127,77,1502,217.71,graphstate -4952,SUCCESS,2,1,12079.28,42611626.15,42623705.43,127,5444,1886,19326.85,twolocalrandom -4954,SUCCESS,2,1,300.18,42623705.43,42624005.61,127,247,1033,480.29,qftentangled -4955,SUCCESS,2,1,595.43,42624005.61,42624601.04,127,128,3954,952.69,dj -4956,SUCCESS,2,1,271.73,42624601.04,42624872.77,127,99,2333,434.77,ghz -4957,SUCCESS,2,1,1219.25,42624872.77,42626092.02,127,287,3611,1950.8,ae -4958,SUCCESS,2,1,1478.88,42626092.02,42627570.9,127,707,1778,2366.21,su2random -4959,SUCCESS,2,1,49192.28,42627570.9,42676763.18,127,10583,3951,78707.65,qnn -4960,SUCCESS,2,1,154.05,42676763.18,42676917.23,127,52,2518,246.48,graphstate -4961,SUCCESS,2,1,19461.45,42676917.23,42696378.68,127,4725,3501,31138.32,qftentangled -4962,SUCCESS,2,1,44758.22,42696378.68,42741136.9,127,9760,3898,71613.15,realamprandom -4963,SUCCESS,2,1,735.29,42741136.9,42741872.19,127,181,3453,1176.46,portfolioqaoa -4964,SUCCESS,2,1,500.56,42741872.19,42742372.75,127,225,1891,800.9,wstate -4965,SUCCESS,2,1,967.14,42742372.75,42743339.89,127,483,1702,1547.42,qft -4966,SUCCESS,2,1,9975.48,42743339.89,42753315.37,127,6666,1272,15960.77,ae -4967,SUCCESS,2,1,13337.65,42753315.37,42766653.02,127,3779,3000,21340.24,twolocalrandom -4968,SUCCESS,2,1,2805.06,42766653.02,42769458.08,127,1143,2086,4488.1,ae -4969,SUCCESS,2,1,7096.15,42769458.08,42776554.23,127,3271,1844,11353.84,qpeexact -4970,SUCCESS,2,1,563.47,42776554.23,42777117.7,127,169,2834,901.55,ghz -4971,SUCCESS,2,1,74446.09,42777117.7,42851563.79,127,21016,3011,119113.74,random -4972,SUCCESS,2,1,912.92,42851563.79,42852476.71,127,493,1574,1460.67,ghz -4973,SUCCESS,2,1,189.31,42852476.71,42852666.02,127,85,1893,302.9,routing -4974,SUCCESS,2,1,204.66,42852666.02,42852870.68,127,153,1137,327.46,dj -4975,SUCCESS,2,1,93.6,42852870.68,42852964.28,127,72,1105,149.76,dj -4976,SUCCESS,2,1,1351.94,42852964.28,42854316.22,127,287,4004,2163.1,qft -4977,SUCCESS,2,1,49671.37,42854316.22,42903987.59,127,10412,4055,79474.19,qnn -4978,SUCCESS,2,1,23562.06,42903987.59,42927549.65,127,13514,1482,37699.3,twolocalrandom -4979,SUCCESS,2,1,353.52,42927549.65,42927903.17,127,86,3494,565.63,ghz -4980,SUCCESS,2,1,20445.37,42927903.17,42948348.54,127,13577,1280,32712.59,realamprandom -4982,SUCCESS,2,1,428289.75,42948348.54,43376638.29,127,160940,2262,685263.6,qwalk-noancilla -4983,SUCCESS,2,1,9859.82,43376638.29,43386498.11,127,3692,2270,15775.71,ae -4984,SUCCESS,2,1,19198.17,43386498.11,43405696.28,127,4877,3346,30717.07,qnn -4985,SUCCESS,2,1,8548.63,43405696.28,43414244.91,127,3512,2069,13677.81,ae -4986,SUCCESS,2,1,1289.45,43414244.91,43415534.36,127,672,1631,2063.12,qft -4987,SUCCESS,2,1,401.55,43415534.36,43415935.91,127,295,1157,642.48,dj -4988,SUCCESS,2,1,6651.29,43415935.91,43422587.2,127,2077,2722,10642.06,qpeexact -4989,SUCCESS,2,1,33137.38,43422587.2,43455724.58,127,7213,3905,53019.81,qftentangled -4990,SUCCESS,2,1,16731.28,43455724.58,43472455.86,127,4173,3408,26770.05,realamprandom -4993,SUCCESS,2,1,1103.66,43472455.86,43473559.52,127,494,1899,1765.86,dj -4994,SUCCESS,2,1,437.21,43473559.52,43473996.73,127,103,3608,699.54,dj -4995,SUCCESS,2,1,3536.98,43473996.73,43477533.71,127,1168,2574,5659.17,qnn -4997,SUCCESS,2,1,31434.12,43477533.71,43508967.83,127,9716,2750,50294.59,twolocalrandom -4998,SUCCESS,2,1,13946.27,43508967.83,43522914.1,127,3173,3736,22314.03,qpeinexact -4999,SUCCESS,2,1,7317.31,43522914.1,43530231.41,127,2831,2197,11707.7,qft -5000,SUCCESS,2,1,2195.26,43530231.41,43532426.67,127,1572,1187,3512.42,wstate -5001,SUCCESS,2,1,732.66,43532426.67,43533159.33,127,189,3295,1172.26,graphstate -5002,SUCCESS,2,1,8365.07,43533159.33,43541524.4,127,5762,1234,13384.11,qpeinexact -5003,SUCCESS,2,1,403.27,43541524.4,43541927.67,127,274,1251,645.23,random -5004,SUCCESS,2,1,3997.33,43541927.67,43545925,127,1166,2914,6395.73,realamprandom -5005,SUCCESS,2,1,10327.91,43545925,43556252.91,127,2519,3485,16524.66,qft -5006,SUCCESS,2,1,72.85,43556252.91,43556325.76,127,36,1720,116.56,graphstate -5008,SUCCESS,2,1,677.81,43556325.76,43557003.57,127,492,1171,1084.5,qpeexact -5009,SUCCESS,2,1,29349.49,43557003.57,43586353.06,127,6818,3659,46959.18,qftentangled -5011,SUCCESS,2,1,671.72,43586353.06,43587024.78,127,520,1098,1074.75,random -5013,SUCCESS,2,1,1834.42,43587024.78,43588859.2,127,750,2079,2935.07,wstate -5014,SUCCESS,2,1,12694.93,43588859.2,43601554.13,127,7189,1501,20311.89,qnn -5015,SUCCESS,2,1,2111.55,43601554.13,43603665.68,127,1476,1216,3378.48,qftentangled -5016,SUCCESS,2,1,53174.66,43603665.68,43656840.34,127,13651,3311,85079.46,twolocalrandom -5017,SUCCESS,2,1,28777.05,43656840.34,43685617.39,127,7254,3372,46043.28,qpeexact -5018,SUCCESS,2,1,4467.66,43685617.39,43690085.05,127,1603,2369,7148.26,qnn -5020,SUCCESS,2,1,197,43690085.05,43690282.05,127,43,3894,315.2,ghz -5021,SUCCESS,2,1,2363.66,43690282.05,43692645.71,127,959,2095,3781.86,qftentangled -5022,SUCCESS,2,1,25543.86,43692645.71,43718189.57,127,14572,1490,40870.18,random -5023,SUCCESS,2,1,5455.98,43718189.57,43723645.55,127,2575,1801,8729.57,realamprandom -5025,SUCCESS,2,1,17348.73,43723645.55,43740994.28,127,6061,2433,27757.97,ae -5027,SUCCESS,2,1,126952.59,43740994.28,43867946.87,127,35104,3074,203124.14,shor -5028,SUCCESS,2,1,329.61,43867946.87,43868276.48,127,71,3946,527.38,graphstate -5029,SUCCESS,2,1,946.56,43868276.48,43869223.04,127,272,2958,1514.5,graphstate -5030,SUCCESS,2,1,1990.21,43869223.04,43871213.25,127,431,3925,3184.34,dj -5031,SUCCESS,2,1,24,43871213.25,43871237.25,127,17,1200,38.4,ghz -5032,SUCCESS,2,1,1638.37,43871237.25,43872875.62,127,1107,1258,2621.39,su2random -5033,SUCCESS,2,1,3759,43872875.62,43876634.62,127,2007,1592,6014.4,qpeexact -5034,SUCCESS,2,1,1830.33,43876634.62,43878464.95,127,438,3552,2928.53,realamprandom -5035,SUCCESS,2,1,1046.4,43878464.95,43879511.35,127,480,1853,1674.24,portfoliovqe -5037,SUCCESS,2,1,956.33,43879511.35,43880467.68,127,247,3291,1530.13,random -5039,SUCCESS,2,1,12670.86,43880467.68,43893138.54,127,4405,2445,20273.38,realamprandom -5040,SUCCESS,2,1,6003.48,43893138.54,43899142.02,127,2145,2379,9605.57,qftentangled -5041,SUCCESS,2,1,665.38,43899142.02,43899807.4,127,385,1469,1064.61,dj -5042,SUCCESS,2,1,5924.75,43899807.4,43905732.15,127,2503,2012,9479.6,qnn -5043,SUCCESS,2,1,956.88,43905732.15,43906689.03,127,220,3697,1531.01,ghz -5044,SUCCESS,2,1,104.82,43906689.03,43906793.85,127,77,1157,167.71,wstate -5045,SUCCESS,2,1,3928.79,43906793.85,43910722.64,127,1118,2987,6286.06,qpeinexact -5046,SUCCESS,2,1,1098.7,43910722.64,43911821.34,127,614,1521,1757.92,qft -5047,SUCCESS,2,1,11554.98,43911821.34,43923376.32,127,2608,3766,18487.97,qft -5048,SUCCESS,2,1,4166.31,43923376.32,43927542.63,127,1081,3276,6666.1,wstate -5049,SUCCESS,2,1,63.96,43927542.63,43927606.59,127,45,1208,102.34,dj -5050,SUCCESS,2,1,5106.98,43927606.59,43932713.57,127,1178,3685,8171.17,realamprandom -5052,SUCCESS,2,1,509.37,43932713.57,43933222.94,127,123,3520,814.99,dj -5054,SUCCESS,2,1,5132.05,43933222.94,43938354.99,127,3840,1136,8211.28,qnn -5055,SUCCESS,2,1,8065.21,43938354.99,43946420.2,127,5610,1222,12904.34,qpeinexact -5057,SUCCESS,2,1,19741.03,43946420.2,43966161.23,127,5216,3217,31585.65,qpeexact -5059,SUCCESS,2,1,1117.77,43966161.23,43967279,127,297,3199,1788.43,wstate -5060,SUCCESS,2,1,25817.36,43967279,43993096.36,127,6383,3438,41307.78,qnn -5062,SUCCESS,2,1,19045.07,43993096.36,44012141.43,127,8272,1957,30472.11,ae -5063,SUCCESS,2,1,805.52,44012141.43,44012946.95,127,627,1092,1288.83,qft -5064,SUCCESS,2,1,5023.95,44012946.95,44017970.9,127,1225,3486,8038.32,realamprandom -5065,SUCCESS,2,1,4400.85,44017970.9,44022371.75,127,1712,2185,7041.36,qftentangled -5066,SUCCESS,2,1,2766.63,44022371.75,44025138.38,127,845,2783,4426.61,qftentangled -5067,SUCCESS,2,1,2788.96,44025138.38,44027927.34,127,1874,1265,4462.34,qpeinexact -5069,SUCCESS,2,1,5871.11,44027927.34,44033798.45,127,1820,2742,9393.78,realamprandom -5070,SUCCESS,2,1,20303.41,44033798.45,44054101.86,127,11645,1482,32485.46,random -5071,SUCCESS,2,1,299.89,44054101.86,44054401.75,127,100,2549,479.82,graphstate -5075,SUCCESS,2,1,2483.14,44054401.75,44056884.89,127,555,3803,3973.02,wstate -5076,SUCCESS,2,1,18047.37,44056884.89,44074932.26,127,7202,2130,28875.79,realamprandom -5077,SUCCESS,2,1,867.42,44074932.26,44075799.68,127,248,2973,1387.87,graphstate -5078,SUCCESS,2,1,3311.86,44075799.68,44079111.54,127,1279,2201,5298.98,twolocalrandom -5080,SUCCESS,2,1,30593.99,44079111.54,44109705.53,127,7371,3528,48950.38,twolocalrandom -5083,SUCCESS,2,1,36.82,44109705.53,44109742.35,127,27,1159,58.91,vqe -5084,SUCCESS,2,1,2363.13,44109742.35,44112105.48,127,666,3016,3781.01,realamprandom -5086,SUCCESS,2,1,256.48,44112105.48,44112361.96,127,125,1744,410.37,qpeinexact -5087,SUCCESS,2,1,2719.24,44112361.96,44115081.2,127,619,3734,4350.78,qpeinexact -5088,SUCCESS,2,1,928,44115081.2,44116009.2,127,241,3273,1484.8,portfolioqaoa -5089,SUCCESS,2,1,22697.79,44116009.2,44138706.99,127,5040,3828,36316.46,ae -5090,SUCCESS,2,1,8883.39,44138706.99,44147590.38,127,2723,2773,14213.42,realamprandom -5091,SUCCESS,2,1,493.93,44147590.38,44148084.31,127,320,1312,790.29,portfoliovqe -5092,SUCCESS,2,1,4244.96,44148084.31,44152329.27,127,1178,3063,6791.94,twolocalrandom -5094,SUCCESS,2,1,613.61,44152329.27,44152942.88,127,142,3673,981.78,graphstate -5095,SUCCESS,2,1,524.76,44152942.88,44153467.64,127,118,3780,839.62,ghz -5096,SUCCESS,2,1,12053.31,44153467.64,44165520.95,127,9702,1056,19285.3,su2random -5097,SUCCESS,2,1,4968.08,44165520.95,44170489.03,127,1102,3832,7948.93,twolocalrandom -5098,SUCCESS,2,1,20006.91,44170489.03,44190495.94,127,4467,3807,32011.06,qnn -5099,SUCCESS,2,1,355.01,44190495.94,44190850.95,127,108,2794,568.02,dj -5100,SUCCESS,2,1,17927.19,44190850.95,44208778.14,127,5315,2867,28683.5,su2random -5102,SUCCESS,2,1,546.73,44208778.14,44209324.87,127,148,3140,874.77,qpeinexact -5103,SUCCESS,2,1,150.61,44209324.87,44209475.48,127,46,2783,240.98,qaoa -5104,SUCCESS,2,1,3828.57,44209475.48,44213304.05,127,940,3462,6125.71,ghz -5106,SUCCESS,2,1,8117.65,44213304.05,44221421.7,127,3750,1840,12988.24,qpeexact -5107,SUCCESS,2,1,444,44221421.7,44221865.7,127,229,1648,710.4,twolocalrandom -5108,SUCCESS,2,1,686.11,44221865.7,44222551.81,127,269,2168,1097.78,su2random -5109,SUCCESS,2,1,7239.4,44222551.81,44229791.21,127,1543,3988,11583.04,realamprandom -5110,SUCCESS,2,1,9115.5,44229791.21,44238906.71,127,3009,2575,14584.8,qpeinexact -5111,SUCCESS,2,1,19734.87,44238906.71,44258641.58,127,6311,2658,31575.79,realamprandom -5112,SUCCESS,2,1,280.58,44258641.58,44258922.16,127,65,3669,448.93,graphstate -5114,SUCCESS,2,1,12970.76,44258922.16,44271892.92,127,7355,1499,20753.22,qnn -5118,SUCCESS,2,1,28782,44271892.92,44300674.92,127,11475,2132,46051.2,su2random -5119,SUCCESS,2,1,376.12,44300674.92,44301051.04,127,100,3197,601.79,ghz -5120,SUCCESS,2,1,1075.09,44301051.04,44302126.13,127,578,1581,1720.14,qnn -5121,SUCCESS,2,1,872.66,44302126.13,44302998.79,127,305,2432,1396.26,ghz -5123,SUCCESS,2,1,6965.66,44302998.79,44309964.45,127,4126,1435,11145.06,qft -5125,SUCCESS,2,1,381.94,44309964.45,44310346.39,127,183,1774,611.1,realamprandom -5127,SUCCESS,2,1,242.75,44310346.39,44310589.14,127,62,3328,388.4,ghz -5128,SUCCESS,2,1,10046.7,44310589.14,44320635.84,127,3721,2295,16074.72,qpeexact -5129,SUCCESS,2,1,427.72,44320635.84,44321063.56,127,305,1192,684.35,wstate -5130,SUCCESS,2,1,2359.72,44321063.56,44323423.28,127,709,2829,3775.55,qft -5132,SUCCESS,2,1,1458.17,44323423.28,44324881.45,127,748,1657,2333.07,realamprandom -5133,SUCCESS,2,1,2223.34,44324881.45,44327104.79,127,588,3214,3557.34,qpeexact -5134,SUCCESS,2,1,48889.78,44327104.79,44375994.57,127,11779,3528,78223.65,random -5135,SUCCESS,2,1,349.09,44375994.57,44376343.66,127,237,1252,558.54,wstate -5137,SUCCESS,2,1,1777.95,44376343.66,44378121.61,127,750,2015,2844.72,qft -5138,SUCCESS,2,1,7657.98,44378121.61,44385779.59,127,1910,3408,12252.77,qftentangled -5139,SUCCESS,2,1,5130.41,44385779.59,44390910,127,1870,2332,8208.66,ae -5140,SUCCESS,2,1,12081.63,44390910,44402991.63,127,6258,1641,19330.61,random -5141,SUCCESS,2,1,5388.3,44402991.63,44408379.93,127,1318,3475,8621.28,twolocalrandom -5142,SUCCESS,2,1,7313.55,44408379.93,44415693.48,127,4384,1418,11701.68,qpeexact -5143,SUCCESS,2,1,3645.93,44415693.48,44419339.41,127,1457,2127,5833.49,qft -5144,SUCCESS,2,1,29930.95,44419339.41,44449270.36,127,10877,2339,47889.52,qpeinexact -5145,SUCCESS,2,1,13693.9,44449270.36,44462964.26,127,5717,2036,21910.24,qft -5148,SUCCESS,2,1,5731.69,44462964.26,44468695.95,127,3261,1494,9170.7,realamprandom -5149,SUCCESS,2,1,20240.35,44468695.95,44488936.3,127,13004,1323,32384.56,realamprandom -5152,SUCCESS,2,1,1088.5,44488936.3,44490024.8,127,583,1587,1741.6,ghz -5153,SUCCESS,2,1,22369.46,44490024.8,44512394.26,127,11951,1591,35791.14,qnn -5154,SUCCESS,2,1,7433.89,44512394.26,44519828.15,127,1839,3436,11894.22,qpeexact -5155,SUCCESS,2,1,953.05,44519828.15,44520781.2,127,218,3716,1524.88,ghz -5156,SUCCESS,2,1,13250.85,44520781.2,44534032.05,127,5729,1966,21201.36,qpeinexact -5157,SUCCESS,2,1,3909.01,44534032.05,44537941.06,127,1849,1797,6254.42,realamprandom -5158,SUCCESS,2,1,1701.8,44537941.06,44539642.86,127,434,3333,2722.88,dj -5159,SUCCESS,2,1,473.8,44539642.86,44540116.66,127,181,2225,758.08,wstate -5160,SUCCESS,2,1,351.13,44540116.66,44540467.79,127,101,2955,561.81,wstate -5161,SUCCESS,2,1,215.97,44540467.79,44540683.76,127,77,2384,345.55,dj -5162,SUCCESS,2,1,989.9,44540683.76,44541673.66,127,389,2163,1583.84,ghz -5163,SUCCESS,2,1,922.08,44541673.66,44542595.74,127,473,1657,1475.33,qnn -5164,SUCCESS,2,1,85781.56,44542595.74,44628377.3,127,27640,2638,137250.5,random -5165,SUCCESS,2,1,25399.74,44628377.3,44653777.04,127,9007,2397,40639.58,qnn -5166,SUCCESS,2,1,1036.31,44653777.04,44654813.35,127,265,3324,1658.1,qnn -5167,SUCCESS,2,1,1849.87,44654813.35,44656663.22,127,911,1726,2959.79,su2random -5168,SUCCESS,2,1,26901.7,44656663.22,44683564.92,127,5691,4018,43042.72,su2random -5169,SUCCESS,2,1,405.96,44683564.92,44683970.88,127,180,1917,649.54,qft -5170,SUCCESS,2,1,15422.86,44683970.88,44699393.74,127,4142,3165,24676.58,pricingput -5171,SUCCESS,2,1,25136.53,44699393.74,44724530.27,127,6455,3310,40218.45,qnn -5172,SUCCESS,2,1,3562.28,44724530.27,44728092.55,127,889,3406,5699.65,ghz -5173,SUCCESS,2,1,76.92,44728092.55,44728169.47,127,24,2724,123.07,ghz -5174,SUCCESS,2,1,509.18,44728169.47,44728678.65,127,287,1508,814.69,dj -5176,SUCCESS,2,1,309.35,44728678.65,44728988,127,133,1977,494.96,wstate -5179,SUCCESS,2,1,318.97,44728988,44729306.97,127,161,1684,510.35,wstate -5180,SUCCESS,2,1,8393.35,44729306.97,44737700.32,127,3110,2294,13429.36,qpeexact -5181,SUCCESS,2,1,20135.83,44737700.32,44757836.15,127,6050,2829,32217.33,qpeexact -5182,SUCCESS,2,1,129.02,44757836.15,44757965.17,127,42,2611,206.43,qaoa -5183,SUCCESS,2,1,119326.78,44757965.17,44877291.95,127,31247,3246,190922.85,random -5184,SUCCESS,2,1,15995.22,44877291.95,44893287.17,127,7664,1774,25592.35,qpeinexact -5187,SUCCESS,2,1,8016.57,44893287.17,44901303.74,127,1820,3744,12826.51,twolocalrandom -5188,SUCCESS,2,1,2627.55,44901303.74,44903931.29,127,2049,1090,4204.08,qnn -5189,SUCCESS,2,1,5691.43,44903931.29,44909622.72,127,1517,3189,9106.29,qpeinexact -5190,SUCCESS,2,1,206.61,44909622.72,44909829.33,127,43,4084,330.58,groundstate -5191,SUCCESS,2,1,10677.96,44909829.33,44920507.29,127,4693,1934,17084.74,ae -5192,SUCCESS,2,1,319.85,44920507.29,44920827.14,127,72,3776,511.76,ghz -5194,SUCCESS,2,1,8853.27,44920827.14,44929680.41,127,5727,1314,14165.23,qpeexact -5195,SUCCESS,2,1,1675.72,44929680.41,44931356.13,127,353,4035,2681.15,dj -5196,SUCCESS,2,1,18235.65,44931356.13,44949591.78,127,6043,2565,29177.04,realamprandom -5197,SUCCESS,2,1,5750,44949591.78,44955341.78,127,3278,1491,9200,qpeinexact -5198,SUCCESS,2,1,1818.81,44955341.78,44957160.59,127,1152,1342,2910.1,qft -5199,SUCCESS,2,1,1736.81,44957160.59,44958897.4,127,576,2563,2778.9,ae -5200,SUCCESS,2,1,2818.2,44958897.4,44961715.6,127,854,2805,4509.12,ghz -5201,SUCCESS,2,1,795.19,44961715.6,44962510.79,127,231,2926,1272.3,dj -5202,SUCCESS,2,1,57.84,44962510.79,44962568.63,127,18,2731,92.54,graphstate -5203,SUCCESS,2,1,3199.16,44962568.63,44965767.79,127,760,3578,5118.66,ae -5204,SUCCESS,2,1,55.22,44965767.79,44965823.01,127,12,3911,88.35,ghz -5205,SUCCESS,2,1,18426.95,44965823.01,44984249.96,127,5401,2900,29483.12,qft -5206,SUCCESS,2,1,203.05,44984249.96,44984453.01,127,68,2538,324.88,graphstate -5208,SUCCESS,2,1,9213.91,44984453.01,44993666.92,127,5079,1542,14742.26,qwalk-v-chain -5210,SUCCESS,2,1,1468.42,44993666.92,44995135.34,127,471,2650,2349.47,qft -5211,SUCCESS,2,1,215.8,44995135.34,44995351.14,127,61,3007,345.28,wstate -5212,SUCCESS,2,1,41539.09,44995351.14,45036890.23,127,17291,2042,66462.54,su2random -5213,SUCCESS,2,1,842.98,45036890.23,45037733.21,127,343,2089,1348.77,dj -5215,SUCCESS,2,1,3411.16,45037733.21,45041144.37,127,1676,1730,5457.86,ae -5216,SUCCESS,2,1,32831.87,45041144.37,45073976.24,127,11386,2451,52530.99,su2random -5217,SUCCESS,2,1,2379.38,45073976.24,45076355.62,127,1847,1095,3807.01,qnn -5218,SUCCESS,2,1,530.88,45076355.62,45076886.5,127,232,1945,849.41,qnn -5219,SUCCESS,2,1,678.14,45076886.5,45077564.64,127,186,3099,1085.02,qpeexact -5220,SUCCESS,2,1,84.04,45077564.64,45077648.68,127,61,1171,134.46,graphstate -5221,SUCCESS,2,1,3070.59,45077648.68,45080719.27,127,720,3625,4912.94,su2random -5224,SUCCESS,2,1,3399.69,45080719.27,45084118.96,127,2048,1411,5439.5,qft -5225,SUCCESS,2,1,874.34,45084118.96,45084993.3,127,362,2053,1398.94,dj -5226,SUCCESS,2,1,3536.34,45084993.3,45088529.64,127,1467,2049,5658.14,qft -5227,SUCCESS,2,1,17078.48,45088529.64,45105608.12,127,5478,2650,27325.57,ae -5228,SUCCESS,2,1,142.24,45105608.12,45105750.36,127,30,4030,227.58,ghz -5231,SUCCESS,2,1,368.14,45105750.36,45106118.5,127,82,3816,589.02,dj -5232,SUCCESS,2,1,662.25,45106118.5,45106780.75,127,362,1555,1059.6,graphstate -5233,SUCCESS,2,1,14445.61,45106780.75,45121226.36,127,3163,3882,23112.98,su2random -5234,SUCCESS,2,1,37868.81,45121226.36,45159095.17,127,9760,3298,60590.1,twolocalrandom -5235,SUCCESS,2,1,3397.55,45159095.17,45162492.72,127,2173,1329,5436.08,ae -5236,SUCCESS,2,1,3686.74,45162492.72,45166179.46,127,1919,1633,5898.78,qft -5238,SUCCESS,2,1,1121.99,45166179.46,45167301.45,127,237,4024,1795.18,random -5239,SUCCESS,2,1,1100.04,45167301.45,45168401.49,127,342,2734,1760.06,dj -5241,SUCCESS,2,1,1922.81,45168401.49,45170324.3,127,899,1818,3076.5,qftentangled -5243,SUCCESS,2,1,5172.05,45170324.3,45175496.35,127,2441,1801,8275.28,realamprandom -5244,SUCCESS,2,1,90.71,45175496.35,45175587.06,127,43,1793,145.14,qaoa -5246,SUCCESS,2,1,2698.27,45175587.06,45178285.33,127,764,3002,4317.23,qnn -5247,SUCCESS,2,1,15452.24,45178285.33,45193737.57,127,10474,1254,24723.58,twolocalrandom -5248,SUCCESS,2,1,758.59,45193737.57,45194496.16,127,583,1106,1213.74,su2random -5249,SUCCESS,2,1,8449.1,45194496.16,45202945.26,127,4173,1721,13518.56,twolocalrandom -5251,SUCCESS,2,1,245904.27,45202945.26,45448849.53,127,63803,3276,393446.83,random -5252,SUCCESS,2,1,11514.95,45448849.53,45460364.48,127,2439,4013,18423.92,qftentangled -5253,SUCCESS,2,1,14623.63,45460364.48,45474988.11,127,4160,2988,23397.81,twolocalrandom -5254,SUCCESS,2,1,7530,45474988.11,45482518.11,127,3765,1700,12048,qpeexact -5255,SUCCESS,2,1,438.53,45482518.11,45482956.64,127,142,2625,701.65,dj -5256,SUCCESS,2,1,20183.67,45482956.64,45503140.31,127,6373,2692,32293.87,qpeinexact -5257,SUCCESS,2,1,6637.63,45503140.31,45509777.94,127,2937,1921,10620.21,realamprandom -5259,SUCCESS,2,1,1384.82,45509777.94,45511162.76,127,486,2422,2215.71,ghz -5262,SUCCESS,2,1,104.96,45511162.76,45511267.72,127,55,1622,167.94,ghz -5263,SUCCESS,2,1,699.94,45511267.72,45511967.66,127,339,1755,1119.9,random -5264,SUCCESS,2,1,9209.36,45511967.66,45521177.02,127,3476,2252,14734.98,realamprandom -5265,SUCCESS,2,1,22828.24,45521177.02,45544005.26,127,5775,3360,36525.18,qpeexact -5266,SUCCESS,2,1,4040.61,45544005.26,45548045.87,127,842,4079,6464.98,wstate -5267,SUCCESS,2,1,39381.74,45548045.87,45587427.61,127,8354,4007,63010.78,qft -5270,SUCCESS,2,1,238.83,45587427.61,45587666.44,127,157,1293,382.13,wstate -5272,SUCCESS,2,1,1609.92,45587666.44,45589276.36,127,516,2652,2575.87,realamprandom -5273,SUCCESS,2,1,3987.17,45589276.36,45593263.53,127,1032,3284,6379.47,ae -5275,SUCCESS,2,1,2252.78,45593263.53,45595516.31,127,1018,1881,3604.45,ae -5276,SUCCESS,2,1,281.41,45595516.31,45595797.72,127,81,2953,450.26,graphstate -5277,SUCCESS,2,1,20661.18,45595797.72,45616458.9,127,5854,3000,33057.89,ae -5279,SUCCESS,2,1,620.2,45616458.9,45617079.1,127,273,1931,992.32,wstate -5280,SUCCESS,2,1,3392.62,45617079.1,45620471.72,127,1429,2018,5428.19,qftentangled -5281,SUCCESS,2,1,11323.57,45620471.72,45631795.29,127,2422,3974,18117.71,twolocalrandom -5282,SUCCESS,2,1,430.25,45631795.29,45632225.54,127,99,3694,688.4,graphstate -5283,SUCCESS,2,1,4030.36,45632225.54,45636255.9,127,1619,2116,6448.58,twolocalrandom -5284,SUCCESS,2,1,2752.11,45636255.9,45639008.01,127,1036,2258,4403.38,wstate -5285,SUCCESS,2,1,12890.56,45639008.01,45651898.57,127,5596,1958,20624.9,ae -5286,SUCCESS,2,1,832.52,45651898.57,45652731.09,127,307,2305,1332.03,qpeinexact -5287,SUCCESS,2,1,2874.07,45652731.09,45655605.16,127,1227,1991,4598.51,wstate -5288,SUCCESS,2,1,122.22,45655605.16,45655727.38,127,98,1060,195.55,ghz -5289,SUCCESS,2,1,1145.69,45655727.38,45656873.07,127,328,2969,1833.1,pricingput -5290,SUCCESS,2,1,10366.14,45656873.07,45667239.21,127,3349,2631,16585.82,realamprandom -5291,SUCCESS,2,1,4040.13,45667239.21,45671279.34,127,903,3803,6464.21,ae -5292,SUCCESS,2,1,61496.65,45671279.34,45732775.99,127,13514,3868,98394.64,realamprandom -5293,SUCCESS,2,1,17136.68,45732775.99,45749912.67,127,4398,3312,27418.69,qft -5294,SUCCESS,2,1,49535.14,45749912.67,45799447.81,127,10877,3871,79256.22,qpeexact -5295,SUCCESS,2,1,57501.27,45799447.81,45856949.08,127,13905,3515,92002.03,twolocalrandom -5296,SUCCESS,2,1,6843.39,45856949.08,45863792.47,127,5386,1080,10949.42,twolocalrandom -5299,SUCCESS,2,1,68.15,45863792.47,45863860.62,127,20,2896,109.04,graphstate -5300,SUCCESS,2,1,4915.91,45863860.62,45868776.53,127,1272,3285,7865.46,twolocalrandom -5301,SUCCESS,2,1,16263.93,45868776.53,45885040.46,127,4749,2911,26022.29,qpeexact -5303,SUCCESS,2,1,13076.8,45885040.46,45898117.26,127,7671,1449,20922.88,su2random -5304,SUCCESS,2,1,16035.61,45898117.26,45914152.87,127,7254,1879,25656.98,qpeexact -5305,SUCCESS,2,1,43488.49,45914152.87,45957641.36,127,13316,2776,69581.58,qnn -5306,SUCCESS,2,1,4417.12,45957641.36,45962058.48,127,1268,2961,7067.39,ae -5307,SUCCESS,2,1,260.2,45962058.48,45962318.68,127,92,2404,416.32,graphstate -5308,SUCCESS,2,1,13219.97,45962318.68,45975538.65,127,3082,3646,21151.95,qft -5310,SUCCESS,2,1,3027.68,45975538.65,45978566.33,127,2094,1229,4844.29,qpeexact -5311,SUCCESS,2,1,40797.8,45978566.33,46019364.13,127,10125,3425,65276.48,qnn -5312,SUCCESS,2,1,1483.12,46019364.13,46020847.25,127,1041,1211,2372.99,wstate -5313,SUCCESS,2,1,2195.71,46020847.25,46023042.96,127,463,4031,3513.14,groundstate -5316,SUCCESS,2,1,1525.06,46023042.96,46024568.02,127,435,2980,2440.1,graphstate -5319,SUCCESS,2,1,2650.54,46024568.02,46027218.56,127,747,3016,4240.86,dj -5320,SUCCESS,2,1,642.11,46027218.56,46027860.67,127,345,1582,1027.38,wstate -5321,SUCCESS,2,1,16119.97,46027860.67,46043980.64,127,6597,2077,25791.95,qnn -5322,SUCCESS,2,1,7573.66,46043980.64,46051554.3,127,1899,3390,12117.86,qpeexact -5323,SUCCESS,2,1,2785.36,46051554.3,46054339.66,127,649,3648,4456.58,realamprandom -5324,SUCCESS,2,1,11937.83,46054339.66,46066277.49,127,3029,3350,19100.53,twolocalrandom -5325,SUCCESS,2,1,1860.43,46066277.49,46068137.92,127,880,1797,2976.69,qnn -5326,SUCCESS,2,1,309.71,46068137.92,46068447.63,127,130,2025,495.54,dj -5327,SUCCESS,2,1,630.77,46068447.63,46069078.4,127,212,2529,1009.23,random -5329,SUCCESS,2,1,7574.64,46069078.4,46076653.04,127,1706,3774,12119.42,su2random -5330,SUCCESS,2,1,2707.56,46076653.04,46079360.6,127,726,3170,4332.1,wstate -5331,SUCCESS,2,1,37856.58,46079360.6,46117217.18,127,14070,2287,60570.53,su2random -5332,SUCCESS,2,1,5466.07,46117217.18,46122683.25,127,1141,4072,8745.71,grover-v-chain -5333,SUCCESS,2,1,22592.04,46122683.25,46145275.29,127,5515,3482,36147.26,qft -5334,SUCCESS,2,1,154.35,46145275.29,46145429.64,127,78,1682,246.96,ghz -5335,SUCCESS,2,1,29866.59,46145429.64,46175296.23,127,15508,1637,47786.54,random -5337,SUCCESS,2,1,22229.56,46175296.23,46197525.79,127,6031,3133,35567.3,qnn -5338,SUCCESS,2,1,288.96,46197525.79,46197814.75,127,68,3612,462.34,graphstate -5339,SUCCESS,2,1,26479.1,46197814.75,46224293.85,127,7568,2974,42366.56,ae -5340,SUCCESS,2,1,238.37,46224293.85,46224532.22,127,63,3216,381.39,vqe -5341,SUCCESS,2,1,2769.02,46224532.22,46227301.24,127,865,2721,4430.43,dj -5342,SUCCESS,2,1,91.42,46227301.24,46227392.66,127,74,1050,146.27,graphstate -5344,SUCCESS,2,1,715.74,46227392.66,46228108.4,127,151,4029,1145.18,qftentangled -5345,SUCCESS,2,1,3798.88,46228108.4,46231907.28,127,2230,1448,6078.21,qnn -5347,SUCCESS,2,1,172.77,46231907.28,46232080.05,127,66,2225,276.43,graphstate -5348,SUCCESS,2,1,10572.21,46232080.05,46242652.26,127,2479,3625,16915.54,qpeinexact -5349,SUCCESS,2,1,8572.16,46242652.26,46251224.42,127,6636,1098,13715.46,qpeexact -5350,SUCCESS,2,1,8507.47,46251224.42,46259731.89,127,1896,3814,13611.95,qpeexact -5351,SUCCESS,2,1,3006.33,46259731.89,46262738.22,127,1112,2298,4810.13,realamprandom -5352,SUCCESS,2,1,1162.75,46262738.22,46263900.97,127,277,3568,1860.4,wstate -5353,SUCCESS,2,1,33645.73,46263900.97,46297546.7,127,8237,3472,53833.17,qft -5354,SUCCESS,2,1,4439.35,46297546.7,46301986.05,127,1072,3520,7102.96,su2random -5355,SUCCESS,2,1,26617.78,46301986.05,46328603.83,127,8541,2649,42588.45,qpeexact -5356,SUCCESS,2,1,8956.91,46328603.83,46337560.74,127,2116,3598,14331.06,qwalk-v-chain -5357,SUCCESS,2,1,267505.8,46337560.74,46605066.54,127,63390,3587,428009.28,random -5359,SUCCESS,2,1,1504.15,46605066.54,46606570.69,127,417,3066,2406.64,graphstate -5360,SUCCESS,2,1,11126.77,46606570.69,46617697.46,127,4457,2122,17802.83,qpeinexact -5362,SUCCESS,2,1,53615.43,46617697.46,46671312.89,127,15634,2915,85784.69,twolocalrandom -5363,SUCCESS,2,1,286.48,46671312.89,46671599.37,127,155,1571,458.37,qftentangled -5365,SUCCESS,2,1,976.98,46671599.37,46672576.35,127,321,2587,1563.17,graphstate -5366,SUCCESS,2,1,254,46672576.35,46672830.35,127,85,2540,406.4,wstate -5368,SUCCESS,2,1,826.81,46672830.35,46673657.16,127,265,2652,1322.9,wstate -5370,SUCCESS,2,1,210.1,46673657.16,46673867.26,127,57,3133,336.16,wstate -5371,SUCCESS,2,1,9897.3,46673867.26,46683764.56,127,4506,1867,15835.68,twolocalrandom -5372,SUCCESS,2,1,11894.69,46683764.56,46695659.25,127,3061,3303,19031.5,su2random -5373,SUCCESS,2,1,8854.36,46695659.25,46704513.61,127,3025,2488,14166.98,qft -5374,SUCCESS,2,1,15306.2,46704513.61,46719819.81,127,3770,3451,24489.92,qftentangled -5375,SUCCESS,2,1,19064.84,46719819.81,46738884.65,127,6887,2353,30503.74,qpeinexact -5376,SUCCESS,2,1,94.54,46738884.65,46738979.19,127,32,2511,151.26,graphstate -5377,SUCCESS,2,1,34388.89,46738979.19,46773368.08,127,8527,3428,55022.22,qnn -5378,SUCCESS,2,1,12558.8,46773368.08,46785926.88,127,3064,3484,20094.08,qwalk-v-chain -5379,SUCCESS,2,1,3593.53,46785926.88,46789520.41,127,2737,1116,5749.65,random -5380,SUCCESS,2,1,2611.18,46789520.41,46792131.59,127,1930,1150,4177.89,qftentangled -5381,SUCCESS,2,1,1482.68,46792131.59,46793614.27,127,584,2158,2372.29,twolocalrandom -5383,SUCCESS,2,1,53.18,46793614.27,46793667.45,127,19,2379,85.09,ghz -5384,SUCCESS,2,1,1473.21,46793667.45,46795140.66,127,321,3901,2357.14,wstate -5386,SUCCESS,2,1,2313,46795140.66,46797453.66,127,514,3825,3700.8,qftentangled -5387,SUCCESS,2,1,3819.76,46797453.66,46801273.42,127,1911,1699,6111.62,ae -5388,SUCCESS,2,1,6644.6,46801273.42,46807918.02,127,2678,2109,10631.36,qpeexact -5389,SUCCESS,2,1,673.65,46807918.02,46808591.67,127,409,1400,1077.84,dj -5390,SUCCESS,2,1,50847.77,46808591.67,46859439.44,127,11171,3869,81356.43,twolocalrandom -5391,SUCCESS,2,1,2288.91,46859439.44,46861728.35,127,823,2364,3662.26,qnn -5393,SUCCESS,2,1,4308.89,46861728.35,46866037.24,127,931,3934,6894.22,ghz -5394,SUCCESS,2,1,180.77,46866037.24,46866218.01,127,50,3073,289.23,ghz -5395,SUCCESS,2,1,400.12,46866218.01,46866618.13,127,190,1790,640.19,graphstate -5396,SUCCESS,2,1,2587.41,46866618.13,46869205.54,127,578,3805,4139.86,qpeexact -5398,SUCCESS,2,1,28953.32,46869205.54,46898158.86,127,8995,2736,46325.31,qnn -5400,SUCCESS,2,1,5937.6,46898158.86,46904096.46,127,1658,3044,9500.16,qft -5401,SUCCESS,2,1,853.47,46904096.46,46904949.93,127,315,2303,1365.55,pricingcall -5402,SUCCESS,2,1,904.46,46904949.93,46905854.39,127,241,3190,1447.14,wstate -5404,SUCCESS,2,1,133.17,46905854.39,46905987.56,127,49,2310,213.07,ghz -5405,SUCCESS,2,1,20318.16,46905987.56,46926305.72,127,4434,3895,32509.06,realamprandom -5406,SUCCESS,2,1,9731.22,46926305.72,46936036.94,127,4186,1976,15569.95,qpeinexact -5407,SUCCESS,2,1,871.9,46936036.94,46936908.84,127,185,4006,1395.04,wstate -5408,SUCCESS,2,1,5476.4,46936908.84,46942385.24,127,3718,1252,8762.24,qpeinexact -5409,SUCCESS,2,1,1550.63,46942385.24,46943935.87,127,1271,1037,2481.01,qft -5410,SUCCESS,2,1,2093.06,46943935.87,46946028.93,127,506,3516,3348.9,dj -5411,SUCCESS,2,1,475.41,46946028.93,46946504.34,127,154,2624,760.66,ae -5413,SUCCESS,2,1,2250.03,46946504.34,46948754.37,127,1753,1091,3600.05,qpeinexact -5414,SUCCESS,2,1,3475.08,46948754.37,46952229.45,127,790,3739,5560.13,dj -5416,SUCCESS,2,1,3566.25,46952229.45,46955795.7,127,828,3661,5706,qnn -5417,SUCCESS,2,1,1005.17,46955795.7,46956800.87,127,471,1814,1608.27,dj -5418,SUCCESS,2,1,98.25,46956800.87,46956899.12,127,81,1031,157.2,ghz -5420,SUCCESS,2,1,2797.75,46956899.12,46959696.87,127,835,2848,4476.4,ae -5422,SUCCESS,2,1,10503.42,46959696.87,46970200.29,127,2846,3137,16805.47,random -5423,SUCCESS,2,1,23440.69,46970200.29,46993640.98,127,5814,3427,37505.1,qpeexact -5424,SUCCESS,2,1,18795.04,46993640.98,47012436.02,127,5361,2980,30072.06,qftentangled -5425,SUCCESS,2,1,1353.88,47012436.02,47013789.9,127,415,2773,2166.21,realamprandom -5426,SUCCESS,2,1,3446.51,47013789.9,47017236.41,127,781,3751,5514.42,portfoliovqe -5428,SUCCESS,2,1,1158.54,47017236.41,47018394.95,127,261,3773,1853.66,wstate -5429,SUCCESS,2,1,2383.58,47018394.95,47020778.53,127,495,4093,3813.73,dj -5430,SUCCESS,2,1,27069.21,47020778.53,47047847.74,127,9145,2516,43310.74,ae -5431,SUCCESS,2,1,1038.58,47047847.74,47048886.32,127,488,1809,1661.73,ghz -5432,SUCCESS,2,1,677.44,47048886.32,47049563.76,127,254,2267,1083.9,su2random -5433,SUCCESS,2,1,8540.82,47049563.76,47058104.58,127,2063,3519,13665.31,su2random -5434,SUCCESS,2,1,2548.94,47058104.58,47060653.52,127,652,3323,4078.3,qnn -5435,SUCCESS,2,1,20941.42,47060653.52,47081594.94,127,6600,2697,33506.27,qpeinexact -5436,SUCCESS,2,1,2127.76,47081594.94,47083722.7,127,984,1838,3404.42,qpeinexact -5437,SUCCESS,2,1,24617.19,47083722.7,47108339.89,127,5386,3885,39387.5,realamprandom -5438,SUCCESS,2,1,10388.33,47108339.89,47118728.22,127,3456,2555,16621.33,qpeexact -5439,SUCCESS,2,1,1252.61,47118728.22,47119980.83,127,436,2442,2004.18,portfoliovqe -5440,SUCCESS,2,1,6937.81,47119980.83,47126918.64,127,2269,2599,11100.5,qpeinexact -5441,SUCCESS,2,1,20827.5,47126918.64,47147746.14,127,6375,2777,33324,qft -5442,SUCCESS,2,1,351.73,47147746.14,47148097.87,127,285,1049,562.77,wstate -5443,SUCCESS,2,1,2179.22,47148097.87,47150277.09,127,489,3788,3486.75,twolocalrandom -5444,SUCCESS,2,1,37864.39,47150277.09,47188141.48,127,10793,2982,60583.02,twolocalrandom -5447,SUCCESS,2,1,880.8,47188141.48,47189022.28,127,255,2936,1409.28,su2random -5448,SUCCESS,2,1,10784.27,47189022.28,47199806.55,127,8379,1094,17254.83,qnn -5449,SUCCESS,2,1,389.75,47199806.55,47200196.3,127,295,1123,623.6,qpeexact -5451,SUCCESS,2,1,17310.22,47200196.3,47217506.52,127,7202,2043,27696.35,twolocalrandom -5452,SUCCESS,2,1,327.14,47217506.52,47217833.66,127,72,3862,523.42,graphstate -5453,SUCCESS,2,1,316.4,47217833.66,47218150.06,127,85,3164,506.24,wstate -5456,SUCCESS,2,1,5782.14,47218150.06,47223932.2,127,4589,1071,9251.42,qftentangled -5457,SUCCESS,2,1,571.51,47223932.2,47224503.71,127,388,1252,914.42,ghz -5458,SUCCESS,2,1,8679.7,47224503.71,47233183.41,127,5874,1256,13887.52,ae -5459,SUCCESS,2,1,22510.85,47233183.41,47255694.26,127,5396,3546,36017.36,realamprandom -5460,SUCCESS,2,1,1644.17,47255694.26,47257338.43,127,377,3707,2630.67,dj -5462,SUCCESS,2,1,14497.51,47257338.43,47271835.94,127,3970,3104,23196.02,qnn -5463,SUCCESS,2,1,6822.03,47271835.94,47278657.97,127,1423,4075,10915.25,ae -5464,SUCCESS,2,1,2021.04,47278657.97,47280679.01,127,670,2564,3233.66,dj -5466,SUCCESS,2,1,28805.84,47280679.01,47309484.85,127,7690,3184,46089.34,qpeexact -5467,SUCCESS,2,1,906.89,47309484.85,47310391.74,127,551,1399,1451.02,dj -5468,SUCCESS,2,1,54702.28,47310391.74,47365094.02,127,14276,3257,87523.65,realamprandom -5469,SUCCESS,2,1,17942.54,47365094.02,47383036.56,127,5191,2938,28708.06,qpeinexact -5470,SUCCESS,2,1,54530.03,47383036.56,47437566.59,127,13961,3320,87248.05,su2random -5471,SUCCESS,2,1,17594,47437566.59,47455160.59,127,5456,2741,28150.4,qftentangled -5472,SUCCESS,2,1,15893.59,47455160.59,47471054.18,127,8518,1586,25429.74,ae -5473,SUCCESS,2,1,31437.62,47471054.18,47502491.8,127,12075,2213,50300.19,su2random -5474,SUCCESS,2,1,4014.34,47502491.8,47506506.14,127,1114,3063,6422.94,ae -5475,SUCCESS,2,1,555.93,47506506.14,47507062.07,127,161,2935,889.49,dj -5476,SUCCESS,2,1,2089.41,47507062.07,47509151.48,127,445,3991,3343.06,ghz -5478,SUCCESS,2,1,1912.99,47509151.48,47511064.47,127,472,3445,3060.78,graphstate -5479,SUCCESS,2,1,261.65,47511064.47,47511326.12,127,121,1838,418.64,wstate -5480,SUCCESS,2,1,34197.96,47511326.12,47545524.08,127,8980,3237,54716.74,qftentangled -5481,SUCCESS,2,1,20176.04,47545524.08,47565700.12,127,15894,1079,32281.66,twolocalrandom -5482,SUCCESS,2,1,7470.4,47565700.12,47573170.52,127,1564,4060,11952.64,qft -5483,SUCCESS,2,1,10800.1,47573170.52,47583970.62,127,6790,1352,17280.16,qpeinexact -5484,SUCCESS,2,1,2660.27,47583970.62,47586630.89,127,1192,1897,4256.43,realamprandom -5485,SUCCESS,2,1,21143.53,47586630.89,47607774.42,127,7879,2281,33829.65,su2random -5486,SUCCESS,2,1,2978.26,47607774.42,47610752.68,127,1094,2314,4765.22,su2random -5487,SUCCESS,2,1,816.85,47610752.68,47611569.53,127,528,1315,1306.96,wstate -5488,SUCCESS,2,1,8289.26,47611569.53,47619858.79,127,3265,2158,13262.82,su2random -5490,SUCCESS,2,1,3300.73,47619858.79,47623159.52,127,836,3356,5281.17,portfoliovqe -5491,SUCCESS,2,1,71.52,47623159.52,47623231.04,127,22,2763,114.43,graphstate -5492,SUCCESS,2,1,4336.62,47623231.04,47627567.66,127,1223,3014,6938.59,su2random -5493,SUCCESS,2,1,21031.18,47627567.66,47648598.84,127,5057,3535,33649.89,twolocalrandom -5494,SUCCESS,2,1,1175.17,47648598.84,47649774.01,127,505,1978,1880.27,pricingput -5495,SUCCESS,2,1,421.08,47649774.01,47650195.09,127,102,3509,673.73,dj -5496,SUCCESS,2,1,7878.56,47650195.09,47658073.65,127,5366,1248,12605.7,realamprandom -5497,SUCCESS,2,1,24433.94,47658073.65,47682507.59,127,8116,2559,39094.3,qftentangled -5498,SUCCESS,2,1,14294.52,47682507.59,47696802.11,127,3872,3138,22871.23,pricingput -5500,SUCCESS,2,1,31025.44,47696802.11,47727827.55,127,7524,3505,49640.7,twolocalrandom -5503,SUCCESS,2,1,1520.08,47727827.55,47729347.63,127,770,1678,2432.13,wstate -5504,SUCCESS,2,1,48131.3,47729347.63,47777478.93,127,12833,3188,77010.08,random -5505,SUCCESS,2,1,44329.93,47777478.93,47821808.86,127,9406,4006,70927.89,realamprandom -5506,SUCCESS,2,1,1247.45,47821808.86,47823056.31,127,527,2012,1995.92,dj -5507,SUCCESS,2,1,6138.24,47823056.31,47829194.55,127,3197,1632,9821.18,qft -5508,SUCCESS,2,1,2979.62,47829194.55,47832174.17,127,723,3503,4767.39,qft -5509,SUCCESS,2,1,25461.69,47832174.17,47857635.86,127,7265,2979,40738.7,qft -5511,SUCCESS,2,1,425.71,47857635.86,47858061.57,127,239,1514,681.14,qnn -5512,SUCCESS,2,1,116.42,47858061.57,47858177.99,127,44,2249,186.27,graphstate -5513,SUCCESS,2,1,12707.64,47858177.99,47870885.63,127,2932,3684,20332.22,twolocalrandom -5514,SUCCESS,2,1,165.35,47870885.63,47871050.98,127,128,1098,264.56,graphstate -5517,SUCCESS,2,1,3636.15,47871050.98,47874687.13,127,2740,1128,5817.84,qftentangled -5519,SUCCESS,2,1,71889.95,47874687.13,47946577.08,127,21006,2909,115023.92,realamprandom -5521,SUCCESS,2,1,83.22,47946577.08,47946660.3,127,55,1286,133.15,graphstate -5522,SUCCESS,2,1,9993.31,47946660.3,47956653.61,127,2491,3410,15989.3,su2random -5524,SUCCESS,2,1,25431.13,47956653.61,47982084.74,127,5814,3718,40689.81,qpeinexact -5526,SUCCESS,2,1,664.1,47982084.74,47982748.84,127,249,2267,1062.56,twolocalrandom -5527,SUCCESS,2,1,36069.64,47982748.84,48018818.48,127,8879,3453,57711.42,su2random -5528,SUCCESS,2,1,86.3,48018818.48,48018904.78,127,30,2445,138.08,vqe -5529,SUCCESS,2,1,11044.03,48018904.78,48029948.81,127,3038,3090,17670.45,realamprandom -5530,SUCCESS,2,1,15812.92,48029948.81,48045761.73,127,11410,1178,25300.67,random -5531,SUCCESS,2,1,35851.89,48045761.73,48081613.62,127,26024,1171,57363.02,random -5532,SUCCESS,2,1,42188.95,48081613.62,48123802.57,127,13517,2653,67502.32,random -5533,SUCCESS,2,1,32774.96,48123802.57,48156577.53,127,9858,2826,52439.94,qwalk-noancilla -5534,SUCCESS,2,1,1620.29,48156577.53,48158197.82,127,554,2486,2592.46,qftentangled -5535,SUCCESS,2,1,109.92,48158197.82,48158307.74,127,69,1354,175.87,dj -5536,SUCCESS,2,1,1158.87,48158307.74,48159466.61,127,763,1291,1854.19,qpeinexact -5537,SUCCESS,2,1,164.75,48159466.61,48159631.36,127,64,2188,263.6,ghz -5538,SUCCESS,2,1,215.84,48159631.36,48159847.2,127,78,2352,345.34,graphstate -5539,SUCCESS,2,1,502.68,48159847.2,48160349.88,127,179,2387,804.29,graphstate -5540,SUCCESS,2,1,1957.61,48160349.88,48162307.49,127,1545,1077,3132.18,wstate -5541,SUCCESS,2,1,428.7,48162307.49,48162736.19,127,109,3343,685.92,wstate -5542,SUCCESS,2,1,1003.28,48162736.19,48163739.47,127,219,3894,1605.25,qpeexact -5543,SUCCESS,2,1,220.17,48163739.47,48163959.64,127,157,1192,352.27,wstate -5544,SUCCESS,2,1,10452.91,48163959.64,48174412.55,127,4898,1814,16724.66,ae -5545,SUCCESS,2,1,50427.01,48174412.55,48224839.56,127,18742,2287,80683.22,realamprandom -5546,SUCCESS,2,1,26813.03,48224839.56,48251652.59,127,7158,3184,42900.85,ae -5547,SUCCESS,2,1,3626.33,48251652.59,48255278.92,127,954,3231,5802.13,random -5548,SUCCESS,2,1,3460.61,48255278.92,48258739.53,127,807,3645,5536.98,ghz -5549,SUCCESS,2,1,1013.05,48258739.53,48259752.58,127,378,2278,1620.88,qftentangled -5550,SUCCESS,2,1,35028.33,48259752.58,48294780.91,127,9238,3223,56045.33,qpeexact -5551,SUCCESS,2,1,187.43,48294780.91,48294968.34,127,65,2451,299.89,graphstate -5552,SUCCESS,2,1,8067.02,48294968.34,48303035.36,127,3239,2117,12907.23,twolocalrandom -5553,SUCCESS,2,1,443.13,48303035.36,48303478.49,127,112,3363,709.01,graphstate -5554,SUCCESS,2,1,4795.73,48303478.49,48308274.22,127,2122,1921,7673.17,qnn -5555,SUCCESS,2,1,583.59,48308274.22,48308857.81,127,293,1693,933.74,wstate -5556,SUCCESS,2,1,1365.48,48308857.81,48310223.29,127,964,1204,2184.77,portfoliovqe -5557,SUCCESS,2,1,281.48,48310223.29,48310504.77,127,67,3571,450.37,graphstate -5558,SUCCESS,2,1,2949.41,48310504.77,48313454.18,127,1392,1801,4719.06,qft -5560,SUCCESS,2,1,93.08,48313454.18,48313547.26,127,62,1276,148.93,graphstate -5561,SUCCESS,2,1,11546.77,48313547.26,48325094.03,127,5144,1908,18474.83,qftentangled -5562,SUCCESS,2,1,5875.83,48325094.03,48330969.86,127,1964,2543,9401.33,qnn -5563,SUCCESS,2,1,3043.15,48330969.86,48334013.01,127,759,3408,4869.04,qpeinexact -5564,SUCCESS,2,1,69358,48334013.01,48403371.01,127,26834,2197,110972.8,random -5565,SUCCESS,2,1,112.15,48403371.01,48403483.16,127,75,1271,179.44,graphstate -5566,SUCCESS,2,1,28416,48403483.16,48431899.16,127,7548,3200,45465.6,qnn -5567,SUCCESS,2,1,9117,48431899.16,48441016.16,127,3121,2483,14587.2,ae -5568,SUCCESS,2,1,1450.21,48441016.16,48442466.37,127,1059,1164,2320.34,su2random -5569,SUCCESS,2,1,2967.68,48442466.37,48445434.05,127,728,3465,4748.29,qft -5570,SUCCESS,2,1,18114.6,48445434.05,48463548.65,127,8844,1741,28983.36,twolocalrandom -5571,SUCCESS,2,1,14569.42,48463548.65,48478118.07,127,6450,1920,23311.07,qft -5572,SUCCESS,2,1,1168.17,48478118.07,48479286.24,127,247,4020,1869.07,qpeexact -5573,SUCCESS,2,1,23908.38,48479286.24,48503194.62,127,6323,3214,38253.41,qpeexact -5574,SUCCESS,2,1,3131.79,48503194.62,48506326.41,127,828,3215,5010.86,qft -5575,SUCCESS,2,1,3903.78,48506326.41,48510230.19,127,899,3691,6246.05,ae -5576,SUCCESS,2,1,351.77,48510230.19,48510581.96,127,226,1323,562.83,qpeinexact -5578,SUCCESS,2,1,1785.38,48510581.96,48512367.34,127,512,2964,2856.61,dj -5579,SUCCESS,2,1,58.78,48512367.34,48512426.12,127,40,1249,94.05,dj -5580,SUCCESS,2,1,42454.82,48512426.12,48554880.94,127,9933,3633,67927.71,twolocalrandom -5581,SUCCESS,2,1,5602.43,48554880.94,48560483.37,127,1463,3255,8963.89,ae -5582,SUCCESS,2,1,11994.05,48560483.37,48572477.42,127,7070,1442,19190.48,qpeexact -5583,SUCCESS,2,1,3874.14,48572477.42,48576351.56,127,2053,1604,6198.62,qwalk-v-chain -5584,SUCCESS,2,1,7917.77,48576351.56,48584269.33,127,3837,1754,12668.43,realamprandom -5585,SUCCESS,2,1,2481.37,48584269.33,48586750.7,127,536,3935,3970.19,dj -5587,SUCCESS,2,1,25.85,48586750.7,48586776.55,127,11,1997,41.36,ghz -5589,SUCCESS,2,1,31444.58,48586776.55,48618221.13,127,7491,3568,50311.33,qpeinexact -5590,SUCCESS,2,1,12311.41,48618221.13,48630532.54,127,7028,1489,19698.26,qft -5592,SUCCESS,2,1,2064.85,48630532.54,48632597.39,127,1420,1236,3303.76,qpeexact -5593,SUCCESS,2,1,11515.7,48632597.39,48644113.09,127,7256,1349,18425.12,qftentangled -5594,SUCCESS,2,1,3103.32,48644113.09,48647216.41,127,1572,1678,4965.31,qpeinexact -5595,SUCCESS,2,1,14043.64,48647216.41,48661260.05,127,4026,2965,22469.82,qft -5597,SUCCESS,2,1,26478.62,48661260.05,48687738.67,127,7460,3017,42365.79,su2random -5598,SUCCESS,2,1,17663.16,48687738.67,48705401.83,127,5808,2585,28261.06,qpeexact -5599,SUCCESS,2,1,16799.45,48705401.83,48722201.28,127,5826,2451,26879.12,realamprandom -5600,SUCCESS,2,1,3062.04,48722201.28,48725263.32,127,666,3908,4899.26,su2random -5601,SUCCESS,2,1,22914.68,48725263.32,48748178,127,6839,2848,36663.49,qft -5603,SUCCESS,2,1,2174.36,48748178,48750352.36,127,471,3924,3478.98,portfoliovqe -5604,SUCCESS,2,1,14036.09,48750352.36,48764388.45,127,6276,1901,22457.74,qpeexact -5605,SUCCESS,2,1,135.86,48764388.45,48764524.31,127,91,1269,217.38,ghz -5607,SUCCESS,2,1,891.89,48764524.31,48765416.2,127,285,2660,1427.02,qnn -5608,SUCCESS,2,1,94461.54,48765416.2,48859877.74,127,38399,2091,151138.46,random -5610,SUCCESS,2,1,286.46,48859877.74,48860164.2,127,162,1503,458.34,realamprandom -5611,SUCCESS,2,1,41796.43,48860164.2,48901960.63,127,9517,3733,66874.29,twolocalrandom -5613,SUCCESS,2,1,3960.21,48901960.63,48905920.84,127,2882,1168,6336.34,qftentangled -5614,SUCCESS,2,1,429.25,48905920.84,48906350.09,127,173,2109,686.8,wstate -5615,SUCCESS,2,1,5535.07,48906350.09,48911885.16,127,2488,1891,8856.11,ae -5616,SUCCESS,2,1,296999.6,48911885.16,49208884.76,127,79612,3171,475199.36,qwalk-noancilla -5617,SUCCESS,2,1,6005.51,49208884.76,49214890.27,127,1545,3304,9608.82,twolocalrandom -5618,SUCCESS,2,1,3557.42,49214890.27,49218447.69,127,1300,2326,5691.87,realamprandom -5619,SUCCESS,2,1,29182.31,49218447.69,49247630,127,6643,3734,46691.7,qpeinexact -5620,SUCCESS,2,1,14753.35,49247630,49262383.35,127,3329,3767,23605.36,qpeexact -5621,SUCCESS,2,1,9142.25,49262383.35,49271525.6,127,3981,1952,14627.6,qpeinexact -5622,SUCCESS,2,1,712.91,49271525.6,49272238.51,127,197,3076,1140.66,qft -5623,SUCCESS,2,1,25721.01,49272238.51,49297959.52,127,8621,2536,41153.62,twolocalrandom -5624,SUCCESS,2,1,1298.89,49297959.52,49299258.41,127,582,1897,2078.22,qpeinexact -5625,SUCCESS,2,1,19439.24,49299258.41,49318697.65,127,10438,1583,31102.78,random -5626,SUCCESS,2,1,2792.71,49318697.65,49321490.36,127,913,2600,4468.34,su2random -5628,SUCCESS,2,1,31.15,49321490.36,49321521.51,127,25,1059,49.84,vqe -5629,SUCCESS,2,1,23299.29,49321521.51,49344820.8,127,8221,2409,37278.86,ae -5630,SUCCESS,2,1,13750.04,49344820.8,49358570.84,127,3974,2941,22000.06,qpeinexact -5631,SUCCESS,2,1,9934.37,49358570.84,49368505.21,127,3434,2459,15894.99,qpeinexact -5632,SUCCESS,2,1,3678.16,49368505.21,49372183.37,127,2721,1149,5885.06,ae -5633,SUCCESS,2,1,35805.59,49372183.37,49407988.96,127,10586,2875,57288.94,qpeinexact -5635,SUCCESS,2,1,5587.63,49407988.96,49413576.59,127,2505,1896,8940.21,qnn -5636,SUCCESS,2,1,7339.63,49413576.59,49420916.22,127,4611,1353,11743.41,ae -5637,SUCCESS,2,1,3088.47,49420916.22,49424004.69,127,808,3249,4941.55,ghz -5638,SUCCESS,2,1,13969.28,49424004.69,49437973.97,127,9568,1241,22350.85,qnn -5639,SUCCESS,2,1,5302.64,49437973.97,49443276.61,127,1405,3208,8484.22,twolocalrandom -5640,SUCCESS,2,1,14478.36,49443276.61,49457754.97,127,8588,1433,23165.38,su2random -5641,SUCCESS,2,1,36789.36,49457754.97,49494544.33,127,8116,3853,58862.98,qft -5644,SUCCESS,2,1,409.22,49494544.33,49494953.55,127,213,1633,654.75,dj -5645,SUCCESS,2,1,2263.42,49494953.55,49497216.97,127,1590,1210,3621.47,wstate -5646,SUCCESS,2,1,10970.64,49497216.97,49508187.61,127,3280,2843,17553.02,qft -5647,SUCCESS,2,1,1580.71,49508187.61,49509768.32,127,1028,1307,2529.14,wstate -5648,SUCCESS,2,1,1425.85,49509768.32,49511194.17,127,298,4067,2281.36,ghz -5650,SUCCESS,2,1,2340.8,49511194.17,49513534.97,127,1844,1079,3745.28,qpeexact -5652,SUCCESS,2,1,9140.79,49513534.97,49522675.76,127,1927,4032,14625.26,realamprandom -5653,SUCCESS,2,1,1654.55,49522675.76,49524330.31,127,978,1438,2647.28,portfoliovqe -5654,SUCCESS,2,1,1565.81,49524330.31,49525896.12,127,424,3139,2505.3,dj -5655,SUCCESS,2,1,8404.38,49525896.12,49534300.5,127,2018,3540,13447.01,qnn -5657,SUCCESS,2,1,396.93,49534300.5,49534697.43,127,174,1939,635.09,dj -5659,SUCCESS,2,1,6645.3,49534697.43,49541342.73,127,4108,1375,10632.48,qpeinexact -5662,SUCCESS,2,1,24747.8,49541342.73,49566090.53,127,9676,2174,39596.48,realamprandom -5663,SUCCESS,2,1,1206.89,49566090.53,49567297.42,127,274,3744,1931.02,dj -5665,SUCCESS,2,1,100.48,49567297.42,49567397.9,127,35,2440,160.77,qaoa -5666,SUCCESS,2,1,41.68,49567397.9,49567439.58,127,27,1312,66.69,vqe -5667,SUCCESS,2,1,887.28,49567439.58,49568326.86,127,446,1691,1419.65,dj -5669,SUCCESS,2,1,1448.84,49568326.86,49569775.7,127,388,3174,2318.14,qft -5670,SUCCESS,2,1,927.53,49569775.7,49570703.23,127,200,3942,1484.05,dj -5672,SUCCESS,2,1,18152.91,49570703.23,49588856.14,127,8777,1758,29044.66,qnn -5673,SUCCESS,2,1,8761.91,49588856.14,49597618.05,127,2780,2679,14019.06,twolocalrandom -5674,SUCCESS,2,1,4176.21,49597618.05,49601794.26,127,1801,1971,6681.94,su2random -5675,SUCCESS,2,1,40042.4,49601794.26,49641836.66,127,10544,3228,64067.84,random -5677,SUCCESS,2,1,311.53,49641836.66,49642148.19,127,98,2702,498.45,ghz -5678,SUCCESS,2,1,3184.18,49642148.19,49645332.37,127,1463,1850,5094.69,wstate -5679,SUCCESS,2,1,44450.42,49645332.37,49689782.79,127,16335,2313,71120.67,realamprandom -5681,SUCCESS,2,1,780.07,49689782.79,49690562.86,127,622,1066,1248.11,random -5683,SUCCESS,2,1,16023.25,49690562.86,49706586.11,127,6776,2010,25637.2,ae -5684,SUCCESS,2,1,9468.99,49706586.11,49716055.1,127,2096,3840,15150.38,su2random -5685,SUCCESS,2,1,6283.23,49716055.1,49722338.33,127,2977,1794,10053.17,qft -5688,SUCCESS,2,1,10555.44,49722338.33,49732893.77,127,6283,1428,16888.7,qft -5690,SUCCESS,2,1,23572.52,49732893.77,49756466.29,127,5070,3952,37716.03,qftentangled -5692,SUCCESS,2,1,12484.7,49756466.29,49768950.99,127,2921,3633,19975.52,qft -5693,SUCCESS,2,1,8522.86,49768950.99,49777473.85,127,3390,2137,13636.58,qft -5694,SUCCESS,2,1,2278.72,49777473.85,49779752.57,127,1829,1059,3645.95,qft -5696,SUCCESS,2,1,25854.89,49779752.57,49805607.46,127,12792,1718,41367.82,su2random -5697,SUCCESS,2,1,1153.7,49805607.46,49806761.16,127,480,2043,1845.92,qnn -5698,SUCCESS,2,1,1713.16,49806761.16,49808474.32,127,382,3812,2741.06,graphstate -5699,SUCCESS,2,1,4876.14,49808474.32,49813350.46,127,2645,1567,7801.82,realamprandom -5701,SUCCESS,2,1,10678.77,49813350.46,49824029.23,127,4181,2171,17086.03,qnn -5702,SUCCESS,2,1,1992.72,49824029.23,49826021.95,127,1209,1401,3188.35,realamprandom -5706,SUCCESS,2,1,17879.77,49826021.95,49843901.72,127,11628,1307,28607.63,su2random -5707,SUCCESS,2,1,14968.95,49843901.72,49858870.67,127,9200,1383,23950.32,qnn -5708,SUCCESS,2,1,17516.33,49858870.67,49876387,127,6006,2479,28026.13,su2random -5710,SUCCESS,2,1,830,49876387,49877217,127,340,2075,1328,qnn -5712,SUCCESS,2,1,22327.13,49877217,49899544.13,127,5103,3719,35723.41,qft -5713,SUCCESS,2,1,23132.64,49899544.13,49922676.77,127,5242,3751,37012.22,qpeinexact -5715,SUCCESS,2,1,89594.66,49922676.77,50012271.43,127,28164,2704,143351.46,random -5716,SUCCESS,2,1,1490.83,50012271.43,50013762.26,127,600,2112,2385.33,wstate -5717,SUCCESS,2,1,884.88,50013762.26,50014647.14,127,611,1231,1415.81,qnn -5718,SUCCESS,2,1,10583.53,50014647.14,50025230.67,127,3250,2768,16933.65,random -5719,SUCCESS,2,1,1379.12,50025230.67,50026609.79,127,750,1563,2206.59,dj -5721,SUCCESS,2,1,121.46,50026609.79,50026731.25,127,39,2647,194.34,graphstate -5722,SUCCESS,2,1,6464.25,50026731.25,50033195.5,127,1656,3318,10342.8,qpeinexact -5723,SUCCESS,2,1,2364.51,50033195.5,50035560.01,127,546,3681,3783.22,qftentangled -5725,SUCCESS,2,1,2383.98,50035560.01,50037943.99,127,1075,1885,3814.37,wstate -5726,SUCCESS,2,1,7110.67,50037943.99,50045054.66,127,2471,2446,11377.07,ae -5727,SUCCESS,2,1,907.94,50045054.66,50045962.6,127,383,2015,1452.7,qftentangled -5728,SUCCESS,2,1,38383.11,50045962.6,50084345.71,127,12133,2689,61412.98,su2random -5729,SUCCESS,2,1,13952.87,50084345.71,50098298.58,127,5808,2042,22324.59,qpeinexact -5730,SUCCESS,2,1,3859.21,50098298.58,50102157.79,127,2993,1096,6174.74,qpeexact -5731,SUCCESS,2,1,4002.81,50102157.79,50106160.6,127,1391,2446,6404.5,twolocalrandom -5732,SUCCESS,2,1,24256.71,50106160.6,50130417.31,127,6749,3055,38810.74,qft -5733,SUCCESS,2,1,6854.48,50130417.31,50137271.79,127,3646,1598,10967.17,realamprandom -5734,SUCCESS,2,1,23912.19,50137271.79,50161183.98,127,6597,3081,38259.5,qpeexact -5735,SUCCESS,2,1,11511.61,50161183.98,50172695.59,127,3053,3205,18418.58,qpeinexact -5736,SUCCESS,2,1,2160,50172695.59,50174855.59,127,1080,1700,3456,qft -5737,SUCCESS,2,1,9701.14,50174855.59,50184556.73,127,4643,1776,15521.82,qftentangled -5738,SUCCESS,2,1,18984.75,50184556.73,50203541.48,127,11822,1365,30375.6,realamprandom -5741,SUCCESS,2,1,576.44,50203541.48,50204117.92,127,133,3684,922.3,graphstate -5742,SUCCESS,2,1,10461.85,50204117.92,50214579.77,127,2617,3398,16738.96,qft -5743,SUCCESS,2,1,10072.38,50214579.77,50224652.15,127,2162,3960,16115.81,realamprandom -5744,SUCCESS,2,1,359.75,50224652.15,50225011.9,127,124,2466,575.6,ghz -5745,SUCCESS,2,1,1009.69,50225011.9,50226021.59,127,238,3606,1615.5,qft -5746,SUCCESS,2,1,37075.46,50226021.59,50263097.05,127,9382,3359,59320.74,su2random -5747,SUCCESS,2,1,1494.27,50263097.05,50264591.32,127,1125,1129,2390.83,qft -5750,SUCCESS,2,1,517.09,50264591.32,50265108.41,127,348,1263,827.34,graphstate -5752,SUCCESS,2,1,2740.67,50265108.41,50267849.08,127,707,3295,4385.07,realamprandom -5753,SUCCESS,2,1,2588.7,50267849.08,50270437.78,127,703,3130,4141.92,realamprandom -5754,SUCCESS,2,1,26340.71,50270437.78,50296778.49,127,9329,2400,42145.14,realamprandom -5757,SUCCESS,2,1,219.58,50296778.49,50296998.07,127,151,1236,351.33,graphstate -5758,SUCCESS,2,1,191.12,50296998.07,50297189.19,127,45,3610,305.79,graphstate -5762,SUCCESS,2,1,8765.12,50297189.19,50305954.31,127,2454,3036,14024.19,realamprandom -5763,SUCCESS,2,1,41.73,50305954.31,50305996.04,127,29,1223,66.77,vqe -5764,SUCCESS,2,1,8830.84,50305996.04,50314826.88,127,3694,2032,14129.34,random -5765,SUCCESS,2,1,36811.24,50314826.88,50351638.12,127,14386,2175,58897.98,qnn -5766,SUCCESS,2,1,89.74,50351638.12,50351727.86,127,25,3051,143.58,graphstate -5767,SUCCESS,2,1,10261.45,50351727.86,50361989.31,127,3054,2856,16418.32,qftentangled -5768,SUCCESS,2,1,19246.2,50361989.31,50381235.51,127,6192,2642,30793.92,qpeinexact -5769,SUCCESS,2,1,5814.16,50381235.51,50387049.67,127,1559,3170,9302.66,qft -5770,SUCCESS,2,1,123.17,50387049.67,50387172.84,127,72,1454,197.07,graphstate -5771,SUCCESS,2,1,17946.52,50387172.84,50405119.36,127,10069,1515,28714.43,ae -5772,SUCCESS,2,1,21425.47,50405119.36,50426544.83,127,9646,1888,34280.75,twolocalrandom -5773,SUCCESS,2,1,509.84,50426544.83,50427054.67,127,147,2948,815.74,graphstate -5774,SUCCESS,2,1,5408.35,50427054.67,50432463.02,127,1442,3188,8653.36,qpeexact -5775,SUCCESS,2,1,31158.01,50432463.02,50463621.03,127,6512,4067,49852.82,qpeexact -5776,SUCCESS,2,1,1442.89,50463621.03,50465063.92,127,308,3982,2308.62,portfolioqaoa -5777,SUCCESS,2,1,5963.26,50465063.92,50471027.18,127,4196,1208,9541.22,qpeinexact -5778,SUCCESS,2,1,29363.55,50471027.18,50500390.73,127,12492,1998,46981.68,twolocalrandom -5779,SUCCESS,2,1,90.55,50500390.73,50500481.28,127,37,2080,144.88,wstate -5780,SUCCESS,2,1,28.5,50500481.28,50500509.78,127,22,1101,45.6,graphstate -5782,SUCCESS,2,1,398.46,50500509.78,50500908.24,127,201,1685,637.54,wstate -5783,SUCCESS,2,1,26223.69,50500908.24,50527131.93,127,7435,2998,41957.9,twolocalrandom -5784,SUCCESS,2,1,883.83,50527131.93,50528015.76,127,666,1128,1414.13,twolocalrandom -5785,SUCCESS,2,1,58.11,50528015.76,50528073.87,127,22,2245,92.98,ghz -5786,SUCCESS,2,1,51032.72,50528073.87,50579106.59,127,13113,3308,81652.35,qnn -5788,SUCCESS,2,1,102.32,50579106.59,50579208.91,127,65,1338,163.71,wstate -5790,SUCCESS,2,1,112433.98,50579208.91,50691642.89,127,30186,3166,179894.37,random -5791,SUCCESS,2,1,993.84,50691642.89,50692636.73,127,213,3966,1590.14,graphstate -5793,SUCCESS,2,1,4011.86,50692636.73,50696648.59,127,3257,1047,6418.98,qft -5794,SUCCESS,2,1,8733.35,50696648.59,50705381.94,127,1819,4081,13973.36,qftentangled -5795,SUCCESS,2,1,99.18,50705381.94,50705481.12,127,60,1405,158.69,ghz -5796,SUCCESS,2,1,33801.9,50705481.12,50739283.02,127,7030,4087,54083.04,qpeinexact -5797,SUCCESS,2,1,85989.74,50739283.02,50825272.76,127,19434,3761,137583.58,random -5798,SUCCESS,2,1,10244.29,50825272.76,50835517.05,127,2303,3781,16390.86,qpeexact -5799,SUCCESS,2,1,2178,50835517.05,50837695.05,127,1291,1434,3484.8,wstate -5800,SUCCESS,2,1,1709.84,50837695.05,50839404.89,127,491,2960,2735.74,ghz -5801,SUCCESS,2,1,4904.85,50839404.89,50844309.74,127,1420,2936,7847.76,ae -5802,SUCCESS,2,1,952.1,50844309.74,50845261.84,127,267,3031,1523.36,graphstate -5803,SUCCESS,2,1,10114.23,50845261.84,50855376.07,127,3769,2281,16182.77,realamprandom -5805,SUCCESS,2,1,67179.16,50855376.07,50922555.23,127,26266,2174,107486.66,random -5806,SUCCESS,2,1,13678.74,50922555.23,50936233.97,127,2957,3932,21885.98,realamprandom -5807,SUCCESS,2,1,20193.45,50936233.97,50956427.42,127,8158,2104,32309.52,realamprandom -5808,SUCCESS,2,1,14046.65,50956427.42,50970474.07,127,11045,1081,22474.64,su2random -5809,SUCCESS,2,1,1710.69,50970474.07,50972184.76,127,389,3738,2737.1,wstate -5810,SUCCESS,2,1,308.39,50972184.76,50972493.15,127,129,2032,493.42,wstate -5811,SUCCESS,2,1,209.77,50972493.15,50972702.92,127,114,1564,335.63,graphstate -5813,SUCCESS,2,1,2540.73,50972702.92,50975243.65,127,592,3648,4065.17,realamprandom -5814,SUCCESS,2,1,951.6,50975243.65,50976195.25,127,339,2386,1522.56,qpeinexact -5817,SUCCESS,2,1,3028.57,50976195.25,50979223.82,127,787,3271,4845.71,qnn -5819,SUCCESS,2,1,449.54,50979223.82,50979673.36,127,343,1114,719.26,wstate -5820,SUCCESS,2,1,5917.41,50979673.36,50985590.77,127,1254,4011,9467.86,qpeexact -5821,SUCCESS,2,1,289373.92,50985590.77,51274964.69,127,60853,4042,462998.27,random -5822,SUCCESS,2,1,271.2,51274964.69,51275235.89,127,85,2712,433.92,graphstate -5823,SUCCESS,2,1,499.82,51275235.89,51275735.71,127,157,2706,799.71,wstate -5824,SUCCESS,2,1,14908.44,51275735.71,51290644.15,127,3391,3737,23853.5,qnn -5825,SUCCESS,2,1,12374.38,51290644.15,51303018.53,127,3887,2706,19799.01,qpeinexact -5827,SUCCESS,2,1,5581.99,51303018.53,51308600.52,127,1405,3377,8931.18,qnn -5828,SUCCESS,2,1,4597.43,51308600.52,51313197.95,127,1081,3615,7355.89,qpeexact -5829,SUCCESS,2,1,1087.2,51313197.95,51314285.15,127,678,1363,1739.52,qft -5830,SUCCESS,2,1,122.38,51314285.15,51314407.53,127,48,2167,195.81,ghz -5831,SUCCESS,2,1,1200.68,51314407.53,51315608.21,127,889,1148,1921.09,wstate -5832,SUCCESS,2,1,21235.61,51315608.21,51336843.82,127,6845,2637,33976.98,random -5833,SUCCESS,2,1,3697.58,51336843.82,51340541.4,127,835,3764,5916.13,ghz -5834,SUCCESS,2,1,1610.53,51340541.4,51342151.93,127,602,2274,2576.85,dj -5836,SUCCESS,2,1,4278.41,51342151.93,51346430.34,127,952,3820,6845.46,random -5837,SUCCESS,2,1,10864.38,51346430.34,51357294.72,127,7260,1272,17383.01,qpeexact -5838,SUCCESS,2,1,17941.9,51357294.72,51375236.62,127,7015,2174,28707.04,su2random -5839,SUCCESS,2,1,337.45,51375236.62,51375574.07,127,149,1925,539.92,wstate -5840,SUCCESS,2,1,8820.24,51375574.07,51384394.31,127,5684,1319,14112.38,ae -5841,SUCCESS,2,1,39712.82,51384394.31,51424107.13,127,8609,3921,63540.51,qft -5842,SUCCESS,2,1,19211.8,51424107.13,51443318.93,127,6364,2566,30738.88,qpeinexact -5843,SUCCESS,2,1,110521.29,51443318.93,51553840.22,127,41330,2273,176834.06,random -5844,SUCCESS,2,1,637.61,51553840.22,51554477.83,127,336,1613,1020.18,pricingput -5845,SUCCESS,2,1,3676.24,51554477.83,51558154.07,127,1800,1736,5881.98,qft -5846,SUCCESS,2,1,135521.1,51558154.07,51693675.17,127,43095,2673,216833.76,random -5847,SUCCESS,2,1,665.36,51693675.17,51694340.53,127,329,1719,1064.58,wstate -5848,SUCCESS,2,1,4655.89,51694340.53,51698996.42,127,1165,3397,7449.42,wstate -5849,SUCCESS,2,1,1206.3,51698996.42,51700202.72,127,303,3384,1930.08,graphstate -5850,SUCCESS,2,1,21543.23,51700202.72,51721745.95,127,5476,3344,34469.17,qpeinexact -5851,SUCCESS,2,1,3313.75,51721745.95,51725059.7,127,1181,2385,5302,su2random -5854,SUCCESS,2,1,213.4,51725059.7,51725273.1,127,137,1324,341.44,wstate -5855,SUCCESS,2,1,1401.4,51725273.1,51726674.5,127,393,3031,2242.24,ghz -5856,SUCCESS,2,1,27972.77,51726674.5,51754647.27,127,7391,3217,44756.43,qpeexact -5857,SUCCESS,2,1,803.52,51754647.27,51755450.79,127,248,2754,1285.63,dj -5858,SUCCESS,2,1,2986.15,51755450.79,51758436.94,127,757,3353,4777.84,qnn -5859,SUCCESS,2,1,2088.41,51758436.94,51760525.35,127,639,2778,3341.46,realamprandom -5860,SUCCESS,2,1,12031.78,51760525.35,51772557.13,127,4672,2189,19250.85,twolocalrandom -5861,SUCCESS,2,1,33287.53,51772557.13,51805844.66,127,8842,3200,53260.05,su2random -5862,SUCCESS,2,1,12165.61,51805844.66,51818010.27,127,7537,1372,19464.98,su2random -5863,SUCCESS,2,1,1305.42,51818010.27,51819315.69,127,304,3650,2088.67,random -5864,SUCCESS,2,1,1681.37,51819315.69,51820997.06,127,623,2294,2690.19,qft -5865,SUCCESS,2,1,1559.08,51820997.06,51822556.14,127,532,2491,2494.53,qpeexact -5866,SUCCESS,2,1,16731.29,51822556.14,51839287.43,127,12508,1137,26770.06,realamprandom -5869,SUCCESS,2,1,711.52,51839287.43,51839998.95,127,345,1753,1138.43,wstate -5870,SUCCESS,2,1,3237.01,51839998.95,51843235.96,127,889,3095,5179.22,qnn -5871,SUCCESS,2,1,9092.36,51843235.96,51852328.32,127,4296,1799,14547.78,qwalk-v-chain -5873,SUCCESS,2,1,1098.69,51852328.32,51853427.01,127,631,1480,1757.9,qftentangled -5874,SUCCESS,2,1,15504.53,51853427.01,51868931.54,127,5118,2575,24807.25,realamprandom -5875,SUCCESS,2,1,32689.32,51868931.54,51901620.86,127,6876,4041,52302.91,qpeinexact -5876,SUCCESS,2,1,3269.44,51901620.86,51904890.3,127,778,3572,5231.1,qft -5877,SUCCESS,2,1,287.61,51904890.3,51905177.91,127,132,1852,460.18,qftentangled -5878,SUCCESS,2,1,1543.96,51905177.91,51906721.87,127,643,2041,2470.34,dj -5879,SUCCESS,2,1,94.16,51906721.87,51906816.03,127,61,1312,150.66,wstate -5881,SUCCESS,2,1,61285.39,51906816.03,51968101.42,127,14551,3580,98056.62,twolocalrandom -5882,SUCCESS,2,1,50084.43,51968101.42,52018185.85,127,11796,3609,80135.09,random -5884,SUCCESS,2,1,12467.57,52018185.85,52030653.42,127,6361,1666,19948.11,qpeexact -5885,SUCCESS,2,1,1332.34,52030653.42,52031985.76,127,428,2646,2131.74,portfolioqaoa -5887,SUCCESS,2,1,1894.59,52031985.76,52033880.35,127,1097,1468,3031.34,qnn -5888,SUCCESS,2,1,645.1,52033880.35,52034525.45,127,369,1486,1032.16,wstate -5889,SUCCESS,2,1,57762.44,52034525.45,52092287.89,127,12863,3817,92419.9,su2random -5890,SUCCESS,2,1,37768.04,52092287.89,52130055.93,127,10029,3201,60428.86,random -5891,SUCCESS,2,1,105520.8,52130055.93,52235576.73,127,22604,3968,168833.28,random -5892,SUCCESS,2,1,3186.12,52235576.73,52238762.85,127,714,3793,5097.79,dj -5893,SUCCESS,2,1,3796.48,52238762.85,52242559.33,127,1400,2305,6074.37,qftentangled -5894,SUCCESS,2,1,14862.65,52242559.33,52257421.98,127,5092,2481,23780.24,qft -5895,SUCCESS,2,1,8900.42,52257421.98,52266322.4,127,2303,3285,14240.67,qpeinexact -5896,SUCCESS,2,1,2966.55,52266322.4,52269288.95,127,1419,1777,4746.48,grover-v-chain -5897,SUCCESS,2,1,17556.5,52269288.95,52286845.45,127,4745,3145,28090.4,realamprandom -5898,SUCCESS,2,1,1397.35,52286845.45,52288242.8,127,602,1973,2235.76,qftentangled -5899,SUCCESS,2,1,20042.84,52288242.8,52308285.64,127,8531,1997,32068.54,realamprandom -5900,SUCCESS,2,1,835.38,52308285.64,52309121.02,127,189,3757,1336.61,wstate -5901,SUCCESS,2,1,5085.04,52309121.02,52314206.06,127,1194,3620,8136.06,qpeinexact -5902,SUCCESS,2,1,792.52,52314206.06,52314998.58,127,301,2238,1268.03,wstate -5903,SUCCESS,2,1,1251.05,52314998.58,52316249.63,127,456,2332,2001.68,dj -5904,SUCCESS,2,1,2944,52316249.63,52319193.63,127,782,3200,4710.4,dj -5905,SUCCESS,2,1,117.32,52319193.63,52319310.95,127,73,1366,187.71,graphstate -5908,SUCCESS,2,1,13121.96,52319310.95,52332432.91,127,3296,3384,20995.14,ae -5909,SUCCESS,2,1,1225.93,52332432.91,52333658.84,127,621,1678,1961.49,qpeexact -5910,SUCCESS,2,1,578.9,52333658.84,52334237.74,127,341,1443,926.24,wstate -5911,SUCCESS,2,1,816.71,52334237.74,52335054.45,127,361,1923,1306.74,wstate -5912,SUCCESS,2,1,740.02,52335054.45,52335794.47,127,435,1446,1184.03,realamprandom -5913,SUCCESS,2,1,1821.88,52335794.47,52337616.35,127,1231,1258,2915.01,qnn -5914,SUCCESS,2,1,120516.63,52337616.35,52458132.98,127,27530,3721,192826.61,random -5916,SUCCESS,2,1,61195.76,52458132.98,52519328.74,127,14185,3667,97913.22,su2random -5917,SUCCESS,2,1,62218.36,52519328.74,52581547.1,127,13662,3871,99549.38,realamprandom -5918,SUCCESS,2,1,808.91,52581547.1,52582356.01,127,205,3354,1294.26,dj -5920,SUCCESS,2,1,1668.53,52582356.01,52584024.54,127,876,1619,2669.65,pricingcall -5922,SUCCESS,2,1,31160.35,52584024.54,52615184.89,127,9379,2824,49856.56,twolocalrandom -5923,SUCCESS,2,1,8606.53,52615184.89,52623791.42,127,5967,1226,13770.45,ae -5924,SUCCESS,2,1,1390.4,52623791.42,52625181.82,127,869,1360,2224.64,wstate -5926,SUCCESS,2,1,20506.58,52625181.82,52645688.4,127,7364,2367,32810.53,random -5927,SUCCESS,2,1,3045.96,52645688.4,52648734.36,127,723,3581,4873.54,dj -5929,SUCCESS,2,1,21358.59,52648734.36,52670092.95,127,5400,3362,34173.74,qpeinexact -5930,SUCCESS,2,1,227.25,52670092.95,52670320.2,127,49,3942,363.6,tsp -5933,SUCCESS,2,1,885.33,52670320.2,52671205.53,127,582,1293,1416.53,ghz -5934,SUCCESS,2,1,5086.94,52671205.53,52676292.47,127,3177,1361,8139.1,qft -5936,SUCCESS,2,1,86.58,52676292.47,52676379.05,127,57,1291,138.53,ghz -5937,SUCCESS,2,1,3274.99,52676379.05,52679654.04,127,984,2829,5239.98,qnn -5938,SUCCESS,2,1,2813.74,52679654.04,52682467.78,127,1816,1317,4501.98,su2random -5939,SUCCESS,2,1,4317.03,52682467.78,52686784.81,127,1027,3573,6907.25,realamprandom -5940,SUCCESS,2,1,705.18,52686784.81,52687489.99,127,383,1565,1128.29,ghz -5941,SUCCESS,2,1,15091.49,52687489.99,52702581.48,127,5424,2365,24146.38,ae -5942,SUCCESS,2,1,62532.46,52702581.48,52765113.94,127,16395,3242,100051.94,su2random -5943,SUCCESS,2,1,930.73,52765113.94,52766044.67,127,319,2480,1489.17,qpeexact -5944,SUCCESS,2,1,141.63,52766044.67,52766186.3,127,48,2508,226.61,graphstate -5945,SUCCESS,2,1,4787.24,52766186.3,52770973.54,127,1791,2272,7659.58,qftentangled -5946,SUCCESS,2,1,3280.26,52770973.54,52774253.8,127,2433,1146,5248.42,ae -5947,SUCCESS,2,1,457.78,52774253.8,52774711.58,127,295,1319,732.45,su2random -5949,SUCCESS,2,1,40407.34,52774711.58,52815118.92,127,9763,3518,64651.74,twolocalrandom -5950,SUCCESS,2,1,1129.02,52815118.92,52816247.94,127,389,2467,1806.43,wstate -5951,SUCCESS,2,1,4278.5,52816247.94,52820526.44,127,1442,2522,6845.6,ae -5952,SUCCESS,2,1,99.24,52820526.44,52820625.68,127,35,2410,158.78,ghz -5953,SUCCESS,2,1,733.5,52820625.68,52821359.18,127,163,3825,1173.6,dj -5954,SUCCESS,2,1,17600.25,52821359.18,52838959.43,127,5448,2746,28160.4,qpeinexact -5956,SUCCESS,2,1,18148.94,52838959.43,52857108.37,127,4902,3147,29038.3,qftentangled -5957,SUCCESS,2,1,14834.34,52857108.37,52871942.71,127,3334,3782,23734.94,twolocalrandom -5958,SUCCESS,2,1,2988.02,52871942.71,52874930.73,127,981,2589,4780.83,qft -5959,SUCCESS,2,1,285.89,52874930.73,52875216.62,127,131,1855,457.42,qaoa -5961,SUCCESS,2,1,2769.83,52875216.62,52877986.45,127,1078,2184,4431.73,realamprandom -5962,SUCCESS,2,1,1490.14,52877986.45,52879476.59,127,379,3342,2384.22,portfolioqaoa -5963,SUCCESS,2,1,22710.61,52879476.59,52902187.2,127,10323,1870,36336.98,twolocalrandom -5964,SUCCESS,2,1,222.4,52902187.2,52902409.6,127,77,2455,355.84,ghz -5965,SUCCESS,2,1,2781.29,52902409.6,52905190.89,127,581,4069,4450.06,ghz -5966,SUCCESS,2,1,847.78,52905190.89,52906038.67,127,444,1623,1356.45,dj -5969,SUCCESS,2,1,2166.57,52906038.67,52908205.24,127,780,2361,3466.51,qpeinexact -5970,SUCCESS,2,1,6613.28,52908205.24,52914818.52,127,1627,3455,10581.25,twolocalrandom -5973,SUCCESS,2,1,228.22,52914818.52,52915046.74,127,106,1830,365.15,groundstate -5974,SUCCESS,2,1,279.27,52915046.74,52915326.01,127,64,3709,446.83,graphstate -5976,SUCCESS,2,1,7007.47,52915326.01,52922333.48,127,1655,3599,11211.95,qft -5977,SUCCESS,2,1,7778.76,52922333.48,52930112.24,127,2822,2343,12446.02,qwalk-v-chain -5978,SUCCESS,2,1,21308.87,52930112.24,52951421.11,127,6276,2886,34094.19,realamprandom -5979,SUCCESS,2,1,116.6,52951421.11,52951537.71,127,32,3097,186.56,ghz -5980,SUCCESS,2,1,31357.55,52951537.71,52982895.26,127,6796,3922,50172.08,ae -5981,SUCCESS,2,1,1655.73,52982895.26,52984550.99,127,397,3545,2649.17,groundstate -5982,SUCCESS,2,1,598.61,52984550.99,52985149.6,127,196,2596,957.78,ghz -5983,SUCCESS,2,1,45,52985149.6,52985194.6,127,26,1471,72,ghz -5984,SUCCESS,2,1,15613.42,52985194.6,53000808.02,127,5475,2424,24981.47,ae -5985,SUCCESS,2,1,1827.23,53000808.02,53002635.25,127,623,2493,2923.57,qft -5986,SUCCESS,2,1,259.88,53002635.25,53002895.13,127,208,1062,415.81,qpeinexact -5987,SUCCESS,2,1,635.95,53002895.13,53003531.08,127,313,1727,1017.52,wstate -5988,SUCCESS,2,1,268.96,53003531.08,53003800.04,127,64,3572,430.34,dj -5989,SUCCESS,2,1,17089.2,53003800.04,53020889.24,127,5151,2820,27342.72,qpeexact -5990,SUCCESS,2,1,25839.34,53020889.24,53046728.58,127,11246,1953,41342.94,su2random -5991,SUCCESS,2,1,6224.19,53046728.58,53052952.77,127,3168,1670,9958.7,qpeinexact -5992,SUCCESS,2,1,687.08,53052952.77,53053639.85,127,270,2163,1099.33,graphstate -5993,SUCCESS,2,1,5048.81,53053639.85,53058688.66,127,1443,2974,8078.1,twolocalrandom -5994,SUCCESS,2,1,355.59,53058688.66,53059044.25,127,89,3396,568.94,graphstate -5996,SUCCESS,2,1,291.44,53059044.25,53059335.69,127,84,2949,466.3,graphstate -5997,SUCCESS,2,1,10348.78,53059335.69,53069684.47,127,6054,1453,16558.05,qft -5999,SUCCESS,2,1,62.79,53069684.47,53069747.26,127,14,3812,100.46,ghz -6000,SUCCESS,2,1,45.06,53069747.26,53069792.32,127,25,1532,72.1,graphstate -6001,SUCCESS,2,1,91.15,53069792.32,53069883.47,127,48,1614,145.84,ghz -6002,SUCCESS,2,1,40702.22,53069883.47,53110585.69,127,21006,1647,65123.55,twolocalrandom -6003,SUCCESS,2,1,7042.56,53110585.69,53117628.25,127,1572,3808,11268.1,twolocalrandom -6004,SUCCESS,2,1,17111.86,53117628.25,53134740.11,127,7346,1980,27378.98,ae -6006,SUCCESS,2,1,7405.14,53134740.11,53142145.25,127,2852,2207,11848.22,su2random -6008,SUCCESS,2,1,1183.42,53142145.25,53143328.67,127,553,1819,1893.47,portfolioqaoa -6010,SUCCESS,2,1,22080.96,53143328.67,53165409.63,127,6732,2788,35329.54,ae -6012,SUCCESS,2,1,48219.79,53165409.63,53213629.42,127,11015,3721,77151.66,qnn -6013,SUCCESS,2,1,38522.92,53213629.42,53252152.34,127,10966,2986,61636.67,qnn -6014,SUCCESS,2,1,2862.22,53252152.34,53255014.56,127,981,2480,4579.55,qpeexact -6015,SUCCESS,2,1,18288.6,53255014.56,53273303.16,127,4335,3586,29261.76,twolocalrandom -6016,SUCCESS,2,1,1218.08,53273303.16,53274521.24,127,391,2648,1948.93,portfolioqaoa -6017,SUCCESS,2,1,953.83,53274521.24,53275475.07,127,235,3450,1526.13,dj -6018,SUCCESS,2,1,215.56,53275475.07,53275690.63,127,81,2262,344.9,graphstate -6020,SUCCESS,2,1,411.38,53275690.63,53276102.01,127,198,1766,658.21,qpeinexact -6022,SUCCESS,2,1,2428.86,53276102.01,53278530.87,127,729,2832,3886.18,dj -6023,SUCCESS,2,1,3773.23,53278530.87,53282304.1,127,2360,1359,6037.17,twolocalrandom -6024,SUCCESS,2,1,471.69,53282304.1,53282775.79,127,111,3612,754.7,dj -6025,SUCCESS,2,1,468.05,53282775.79,53283243.84,127,387,1028,748.88,ghz -6026,SUCCESS,2,1,12229.42,53283243.84,53295473.26,127,5775,1800,19567.07,qpeinexact -6027,SUCCESS,2,1,5489.21,53295473.26,53300962.47,127,1509,3092,8782.74,qft -6028,SUCCESS,2,1,14809.99,53300962.47,53315772.46,127,6643,1895,23695.98,qpeexact -6029,SUCCESS,2,1,15190,53315772.46,53330962.46,127,8266,1562,24304,realamprandom -6030,SUCCESS,2,1,581.65,53330962.46,53331544.11,127,200,2472,930.64,graphstate -6031,SUCCESS,2,1,632.26,53331544.11,53332176.37,127,318,1690,1011.62,qpeexact -6032,SUCCESS,2,1,1166.52,53332176.37,53333342.89,127,273,3632,1866.43,portfoliovqe -6033,SUCCESS,2,1,1517.05,53333342.89,53334859.94,127,361,3572,2427.28,wstate -6035,SUCCESS,2,1,3818.39,53334859.94,53338678.33,127,926,3505,6109.42,qnn -6036,SUCCESS,2,1,100858.1,53338678.33,53439536.43,127,53182,1612,161372.96,random -6040,SUCCESS,2,1,36904.71,53439536.43,53476441.14,127,8255,3800,59047.54,ae -6041,SUCCESS,2,1,147.32,53476441.14,53476588.46,127,56,2236,235.71,graphstate -6042,SUCCESS,2,1,6488.88,53476588.46,53483077.34,127,5228,1055,10382.21,qft -6043,SUCCESS,2,1,280.71,53483077.34,53483358.05,127,182,1311,449.14,qpeexact -6044,SUCCESS,2,1,1171.34,53483358.05,53484529.39,127,266,3743,1874.14,qft -6046,SUCCESS,2,1,4908.85,53484529.39,53489438.24,127,2398,1740,7854.16,qnn -6047,SUCCESS,2,1,4363.97,53489438.24,53493802.21,127,2404,1543,6982.35,twolocalrandom -6048,SUCCESS,2,1,1333.91,53493802.21,53495136.12,127,478,2372,2134.26,dj -6050,SUCCESS,2,1,20348.76,53495136.12,53515484.88,127,7295,2371,32558.02,twolocalrandom -6052,SUCCESS,2,1,957.59,53515484.88,53516442.47,127,329,2474,1532.14,portfoliovqe -6053,SUCCESS,2,1,57830.36,53516442.47,53574272.83,127,13937,3527,92528.58,su2random -6054,SUCCESS,2,1,946.37,53574272.83,53575219.2,127,484,1662,1514.19,ghz -6055,SUCCESS,2,1,6219.41,53575219.2,53581438.61,127,4011,1318,9951.06,qpeinexact -6056,SUCCESS,2,1,3677.37,53581438.61,53585115.98,127,1628,1920,5883.79,su2random -6057,SUCCESS,2,1,127.44,53585115.98,53585243.42,127,36,3009,203.9,graphstate -6058,SUCCESS,2,1,20650.27,53585243.42,53605893.69,127,8451,2077,33040.43,ae -6059,SUCCESS,2,1,6642.31,53605893.69,53612536,127,1478,3820,10627.7,ae -6060,SUCCESS,2,1,5356.06,53612536,53617892.06,127,1359,3350,8569.7,qpeexact -6061,SUCCESS,2,1,2422.22,53617892.06,53620314.28,127,658,3129,3875.55,su2random -6062,SUCCESS,2,1,1688.93,53620314.28,53622003.21,127,398,3607,2702.29,dj -6063,SUCCESS,2,1,7730.03,53622003.21,53629733.24,127,2398,2740,12368.05,qftentangled -6064,SUCCESS,2,1,25243.38,53629733.24,53654976.62,127,6322,3394,40389.41,qpeexact -6065,SUCCESS,2,1,1242.03,53654976.62,53656218.65,127,659,1602,1987.25,twolocalrandom -6066,SUCCESS,2,1,412.85,53656218.65,53656631.5,127,248,1415,660.56,su2random -6067,SUCCESS,2,1,160.73,53656631.5,53656792.23,127,82,1666,257.17,graphstate -6068,SUCCESS,2,1,9786.44,53656792.23,53666578.67,127,2749,3026,15658.3,qpeexact -6069,SUCCESS,2,1,4941.69,53666578.67,53671520.36,127,1108,3791,7906.7,wstate -6070,SUCCESS,2,1,23248.52,53671520.36,53694768.88,127,5386,3669,37197.63,ae -6071,SUCCESS,2,1,116.53,53694768.88,53694885.41,127,44,2251,186.45,graphstate -6072,SUCCESS,2,1,20319.74,53694885.41,53715205.15,127,7254,2381,32511.58,qft -6073,SUCCESS,2,1,7361.9,53715205.15,53722567.05,127,1706,3668,11779.04,qnn -6075,SUCCESS,2,1,651.2,53722567.05,53723218.25,127,207,2674,1041.92,dj -6076,SUCCESS,2,1,115.27,53723218.25,53723333.52,127,28,3499,184.43,graphstate -6078,SUCCESS,2,1,6978.56,53723333.52,53730312.08,127,1972,3008,11165.7,qpeinexact -6079,SUCCESS,2,1,96838.88,53730312.08,53827150.96,127,26206,3141,154942.21,random -6080,SUCCESS,2,1,960.93,53827150.96,53828111.89,127,217,3764,1537.49,graphstate -6081,SUCCESS,2,1,6698.33,53828111.89,53834810.22,127,1410,4038,10717.33,qft -6083,SUCCESS,2,1,1000.27,53834810.22,53835810.49,127,479,1775,1600.43,qnn -6084,SUCCESS,2,1,1472.83,53835810.49,53837283.32,127,631,1984,2356.53,qftentangled -6086,SUCCESS,2,1,67.05,53837283.32,53837350.37,127,33,1727,107.28,ghz -6090,SUCCESS,2,1,502.57,53837350.37,53837852.94,127,265,1612,804.11,graphstate -6091,SUCCESS,2,1,3854.18,53837852.94,53841707.12,127,1004,3263,6166.69,wstate -6092,SUCCESS,2,1,151.52,53841707.12,53841858.64,127,53,2430,242.43,wstate -6093,SUCCESS,2,1,16334.66,53841858.64,53858193.3,127,4705,2951,26135.46,qpeexact -6094,SUCCESS,2,1,1623.81,53858193.3,53859817.11,127,572,2413,2598.1,dj -6095,SUCCESS,2,1,2817.93,53859817.11,53862635.04,127,1327,1805,4508.69,qpeexact -6096,SUCCESS,2,1,51111.09,53862635.04,53913746.13,127,24109,1802,81777.74,random -6097,SUCCESS,2,1,9823.86,53913746.13,53923569.99,127,2222,3758,15718.18,qnn -6098,SUCCESS,2,1,1210.08,53923569.99,53924780.07,127,920,1118,1936.13,twolocalrandom -6099,SUCCESS,2,1,772.36,53924780.07,53925552.43,127,462,1421,1235.78,su2random -6100,SUCCESS,2,1,651.1,53925552.43,53926203.53,127,173,3199,1041.76,dj -6103,SUCCESS,2,1,18381.58,53926203.53,53944585.11,127,4459,3504,29410.53,ae -6104,SUCCESS,2,1,332.09,53944585.11,53944917.2,127,238,1186,531.34,su2random -6106,SUCCESS,2,1,34573.17,53944917.2,53979490.37,127,10828,2714,55317.07,realamprandom -6107,SUCCESS,2,1,630,53979490.37,53980120.37,127,357,1500,1008,wstate -6108,SUCCESS,2,1,1804.75,53980120.37,53981925.12,127,1072,1431,2887.6,wstate -6109,SUCCESS,2,1,27643.26,53981925.12,54009568.38,127,10944,2147,44229.22,random -6111,SUCCESS,2,1,4621.13,54009568.38,54014189.51,127,1354,2901,7393.81,qftentangled -6112,SUCCESS,2,1,13588.88,54014189.51,54027778.39,127,9330,1238,21742.21,random -6114,SUCCESS,2,1,23123.94,54027778.39,54050902.33,127,13165,1493,36998.3,random -6115,SUCCESS,2,1,984.44,54050902.33,54051886.77,127,687,1218,1575.1,ae -6116,SUCCESS,2,1,1681.44,54051886.77,54053568.21,127,527,2712,2690.3,dj -6117,SUCCESS,2,1,2392,54053568.21,54055960.21,127,844,2409,3827.2,ae -6118,SUCCESS,2,1,1056.19,54055960.21,54057016.4,127,724,1240,1689.9,dj -6121,SUCCESS,2,1,200.62,54057016.4,54057217.02,127,87,1960,320.99,ghz -6122,SUCCESS,2,1,4311.58,54057217.02,54061528.6,127,1339,2737,6898.53,wstate -6123,SUCCESS,2,1,983.65,54061528.6,54062512.25,127,256,3266,1573.84,dj -6126,SUCCESS,2,1,3048.53,54062512.25,54065560.78,127,1382,1875,4877.65,qpeexact -6129,SUCCESS,2,1,5314.45,54065560.78,54070875.23,127,1555,2905,8503.12,twolocalrandom -6132,SUCCESS,2,1,200.12,54070875.23,54071075.35,127,81,2100,320.19,ghz -6133,SUCCESS,2,1,7550.63,54071075.35,54078625.98,127,2071,3099,12081.01,realamprandom -6134,SUCCESS,2,1,8308.08,54078625.98,54086934.06,127,4196,1683,13292.93,qpeexact -6135,SUCCESS,2,1,5489.56,54086934.06,54092423.62,127,1420,3286,8783.3,qpeinexact -6137,SUCCESS,2,1,11326.98,54092423.62,54103750.6,127,3129,3077,18123.17,twolocalrandom -6138,SUCCESS,2,1,254.12,54103750.6,54104004.72,127,72,3000,406.59,graphstate -6139,SUCCESS,2,1,23900.49,54104004.72,54127905.21,127,12948,1569,38240.78,su2random -6140,SUCCESS,2,1,184.55,54127905.21,54128089.76,127,124,1265,295.28,graphstate -6142,SUCCESS,2,1,2775.62,54128089.76,54130865.38,127,1182,1996,4440.99,ae -6143,SUCCESS,2,1,723.79,54130865.38,54131589.17,127,277,2221,1158.06,graphstate -6144,SUCCESS,2,1,867.2,54131589.17,54132456.37,127,471,1565,1387.52,ae -6145,SUCCESS,2,1,5994.23,54132456.37,54138450.6,127,4533,1124,9590.77,qpeinexact -6146,SUCCESS,2,1,66.3,54138450.6,54138516.9,127,50,1127,106.08,graphstate -6147,SUCCESS,2,1,17772.44,54138516.9,54156289.34,127,6876,2197,28435.9,qpeexact -6148,SUCCESS,2,1,8841.68,54156289.34,54165131.02,127,2993,2511,14146.69,qpeinexact -6149,SUCCESS,2,1,2892.78,54165131.02,54168023.8,127,1149,2140,4628.45,realamprandom -6150,SUCCESS,2,1,13090.74,54168023.8,54181114.54,127,5019,2217,20945.18,ae -6151,SUCCESS,2,1,787.96,54181114.54,54181902.5,127,182,3680,1260.74,graphstate -6153,SUCCESS,2,1,268.66,54181902.5,54182171.16,127,220,1038,429.86,dj -6154,SUCCESS,2,1,53047.68,54182171.16,54235218.84,127,15223,2962,84876.29,su2random -6155,SUCCESS,2,1,3170.27,54235218.84,54238389.11,127,849,3174,5072.43,dj -6156,SUCCESS,2,1,40636.63,54238389.11,54279025.74,127,8571,4030,65018.61,random -6158,SUCCESS,2,1,12284.85,54279025.74,54291310.59,127,5590,1868,19655.76,qnn -6159,SUCCESS,2,1,34350.2,54291310.59,54325660.79,127,8505,3433,54960.32,qpeinexact -6160,SUCCESS,2,1,542.56,54325660.79,54326203.35,127,296,1558,868.1,su2random -6161,SUCCESS,2,1,10225.01,54326203.35,54336428.36,127,4309,2017,16360.02,qnn -6162,SUCCESS,2,1,15916.67,54336428.36,54352345.03,127,5416,2498,25466.67,ae -6163,SUCCESS,2,1,444.02,54352345.03,54352789.05,127,110,3431,710.43,graphstate -6164,SUCCESS,2,1,120.43,54352789.05,54352909.48,127,61,1678,192.69,wstate -6165,SUCCESS,2,1,177.74,54352909.48,54353087.22,127,126,1199,284.38,graphstate -6166,SUCCESS,2,1,23241.71,54353087.22,54376328.93,127,5526,3575,37186.74,qft -6167,SUCCESS,2,1,621.82,54376328.93,54376950.75,127,276,1915,994.91,ghz -6170,SUCCESS,2,1,4154.9,54376950.75,54381105.65,127,3261,1083,6647.84,qft -6171,SUCCESS,2,1,7457.52,54381105.65,54388563.17,127,1932,3281,11932.03,realamprandom -6172,SUCCESS,2,1,501.3,54388563.17,54389064.47,127,141,3022,802.08,wstate -6173,SUCCESS,2,1,950.62,54389064.47,54390015.09,127,411,1966,1520.99,portfolioqaoa -6174,SUCCESS,2,1,18829.24,54390015.09,54408844.33,127,6799,2354,30126.78,qpeexact -6175,SUCCESS,2,1,37.97,54408844.33,54408882.3,127,23,1403,60.75,ghz -6176,SUCCESS,2,1,35561.71,54408882.3,54444444.01,127,7396,4087,56898.74,twolocalrandom -6177,SUCCESS,2,1,110.93,54444444.01,54444554.94,127,36,2619,177.49,dj -6179,SUCCESS,2,1,156467.56,54444554.94,54601022.5,127,37687,3529,250348.1,random -6180,SUCCESS,2,1,666.34,54601022.5,54601688.84,127,305,1857,1066.14,wstate -6181,SUCCESS,2,1,1574.18,54601688.84,54603263.02,127,404,3312,2518.69,qpeinexact -6182,SUCCESS,2,1,8972.89,54603263.02,54612235.91,127,2137,3569,14356.62,qft -6183,SUCCESS,2,1,671.26,54612235.91,54612907.17,127,209,2730,1074.02,wstate -6184,SUCCESS,2,1,23346.23,54612907.17,54636253.4,127,4976,3988,37353.97,ae -6185,SUCCESS,2,1,47983.98,54636253.4,54684237.38,127,11754,3470,76774.37,realamprandom -6186,SUCCESS,2,1,5083.23,54684237.38,54689320.61,127,1447,2986,8133.17,qpeinexact -6188,SUCCESS,2,1,315.39,54689320.61,54689636,127,80,3351,504.62,graphstate -6189,SUCCESS,2,1,1754.87,54689636,54691390.87,127,793,1881,2807.79,su2random -6191,SUCCESS,2,1,23347.4,54691390.87,54714738.27,127,10916,1818,37355.84,twolocalrandom -6194,SUCCESS,2,1,487.62,54714738.27,54715225.89,127,103,4024,780.19,graphstate -6196,SUCCESS,2,1,15538.88,54715225.89,54730764.77,127,3332,3964,24862.21,random -6197,SUCCESS,2,1,467.08,54730764.77,54731231.85,127,308,1289,747.33,ghz -6198,SUCCESS,2,1,2326.28,54731231.85,54733558.13,127,773,2558,3722.05,qpeinexact -6199,SUCCESS,2,1,4834.22,54733558.13,54738392.35,127,1597,2573,7734.75,random -6201,SUCCESS,2,1,6559.17,54738392.35,54744951.52,127,1427,3907,10494.67,qpeinexact -6202,SUCCESS,2,1,4437.84,54744951.52,54749389.36,127,2244,1681,7100.54,qft -6203,SUCCESS,2,1,2553.25,54749389.36,54751942.61,127,968,2242,4085.2,qnn -6204,SUCCESS,2,1,1809.38,54751942.61,54753751.99,127,495,3107,2895.01,random -6206,SUCCESS,2,1,19844.32,54753751.99,54773596.31,127,5258,3208,31750.91,qft -6207,SUCCESS,2,1,9016.37,54773596.31,54782612.68,127,7355,1042,14426.19,qpeinexact -6209,SUCCESS,2,1,7630.95,54782612.68,54790243.63,127,1838,3529,12209.52,qpeinexact -6210,SUCCESS,2,1,2757.8,54790243.63,54793001.43,127,987,2375,4412.48,wstate -6211,SUCCESS,2,1,50069.8,54793001.43,54843071.23,127,14422,2951,80111.68,twolocalrandom -6212,SUCCESS,2,1,466.02,54843071.23,54843537.25,127,143,2770,745.63,dj -6213,SUCCESS,2,1,21072.94,54843537.25,54864610.19,127,5476,3271,33716.7,qpeexact -6214,SUCCESS,2,1,2989.12,54864610.19,54867599.31,127,1043,2436,4782.59,qnn -6215,SUCCESS,2,1,639.15,54867599.31,54868238.46,127,398,1365,1022.64,dj -6217,SUCCESS,2,1,6340.69,54868238.46,54874579.15,127,1405,3836,10145.1,realamprandom -6218,SUCCESS,2,1,18366.92,54874579.15,54892946.07,127,7106,2197,29387.07,twolocalrandom -6219,SUCCESS,2,1,30362.32,54892946.07,54923308.39,127,14188,1819,48579.71,twolocalrandom -6220,SUCCESS,2,1,26852.26,54923308.39,54950160.65,127,5910,3862,42963.62,qwalk-v-chain -6221,SUCCESS,2,1,2195.85,54950160.65,54952356.5,127,855,2183,3513.36,twolocalrandom -6222,SUCCESS,2,1,4583.54,54952356.5,54956940.04,127,2956,1318,7333.66,qftentangled -6223,SUCCESS,2,1,120.39,54956940.04,54957060.43,127,27,3790,192.62,graphstate -6224,SUCCESS,2,1,1307.11,54957060.43,54958367.54,127,448,2480,2091.38,graphstate -6225,SUCCESS,2,1,805.88,54958367.54,54959173.42,127,352,1946,1289.41,graphstate -6226,SUCCESS,2,1,3142.72,54959173.42,54962316.14,127,741,3605,5028.35,dj -6227,SUCCESS,2,1,798.82,54962316.14,54963114.96,127,447,1519,1278.11,graphstate -6228,SUCCESS,2,1,31070.94,54963114.96,54994185.9,127,7371,3583,49713.5,realamprandom -6230,SUCCESS,2,1,496.55,54994185.9,54994682.45,127,269,1569,794.48,dj -6231,SUCCESS,2,1,1849.22,54994682.45,54996531.67,127,565,2782,2958.75,dj -6233,SUCCESS,2,1,2266.16,54996531.67,54998797.83,127,649,2968,3625.86,twolocalrandom -6236,SUCCESS,2,1,9683.73,54998797.83,55008481.56,127,2923,2816,15493.97,qpeexact -6238,SUCCESS,2,1,9509.17,55008481.56,55017990.73,127,7491,1079,15214.67,qpeexact -6239,SUCCESS,2,1,2174.39,55017990.73,55020165.12,127,564,3277,3479.02,qft -6242,SUCCESS,2,1,2286.98,55020165.12,55022452.1,127,696,2793,3659.17,wstate -6243,SUCCESS,2,1,4601.28,55022452.1,55027053.38,127,1073,3645,7362.05,ghz -6244,SUCCESS,2,1,3258.21,55027053.38,55030311.59,127,2681,1033,5213.14,qpeinexact -6245,SUCCESS,2,1,1165.41,55030311.59,55031477,127,301,3291,1864.66,ghz -6247,SUCCESS,2,1,11745.4,55031477,55043222.4,127,5356,1864,18792.64,su2random -6249,SUCCESS,2,1,7270.88,55043222.4,55050493.28,127,1972,3134,11633.41,qpeexact -6252,SUCCESS,2,1,4027.16,55050493.28,55054520.44,127,1781,1922,6443.46,qft -6253,SUCCESS,2,1,1064.48,55054520.44,55055584.92,127,602,1503,1703.17,dj -6254,SUCCESS,2,1,2909.31,55055584.92,55058494.23,127,653,3787,4654.9,qpeexact -6255,SUCCESS,2,1,1598.51,55058494.23,55060092.74,127,930,1461,2557.62,wstate -6256,SUCCESS,2,1,403.37,55060092.74,55060496.11,127,144,2381,645.39,dj -6258,SUCCESS,2,1,20534.33,55060496.11,55081030.44,127,6283,2778,32854.93,qnn -6259,SUCCESS,2,1,4802.43,55081030.44,55085832.87,127,1882,2169,7683.89,random -6260,SUCCESS,2,1,9291,55085832.87,55095123.87,127,5542,1425,14865.6,realamprandom -6263,SUCCESS,2,1,271.2,55095123.87,55095395.07,127,124,1859,433.92,qpeexact -6264,SUCCESS,2,1,1296.38,55095395.07,55096691.45,127,423,2605,2074.21,dj -6265,SUCCESS,2,1,56.58,55096691.45,55096748.03,127,15,3206,90.53,ghz -6267,SUCCESS,2,1,775.23,55096748.03,55097523.26,127,286,2304,1240.37,dj -6268,SUCCESS,2,1,2193.28,55097523.26,55099716.54,127,826,2257,3509.25,qftentangled -6269,SUCCESS,2,1,139.06,55099716.54,55099855.6,127,40,2955,222.5,graphstate -6270,SUCCESS,2,1,1811.81,55099855.6,55101667.41,127,446,3453,2898.9,ghz -6271,SUCCESS,2,1,3290.87,55101667.41,55104958.28,127,851,3287,5265.39,wstate -6274,SUCCESS,2,1,11002.37,55104958.28,55115960.65,127,4494,2081,17603.79,ae -6276,SUCCESS,2,1,691.51,55115960.65,55116652.16,127,326,1803,1106.42,groundstate -6277,SUCCESS,2,1,4099.23,55116652.16,55120751.39,127,1023,3406,6558.77,qft -6280,SUCCESS,2,1,1332.75,55120751.39,55122084.14,127,369,3070,2132.4,qft -6281,SUCCESS,2,1,2101.13,55122084.14,55124185.27,127,492,3630,3361.81,qpeinexact -6282,SUCCESS,2,1,382.55,55124185.27,55124567.82,127,88,3695,612.08,ghz -6283,SUCCESS,2,1,1003.62,55124567.82,55125571.44,127,592,1441,1605.79,qpeexact -6287,SUCCESS,2,1,13018.24,55125571.44,55138589.68,127,3494,3167,20829.18,ae -6288,SUCCESS,2,1,3282.64,55138589.68,55141872.32,127,1258,2218,5252.22,qpeinexact -6289,SUCCESS,2,1,558.07,55141872.32,55142430.39,127,171,2774,892.91,dj -6291,SUCCESS,2,1,182.22,55142430.39,55142612.61,127,61,2539,291.55,graphstate -6292,SUCCESS,2,1,222.48,55142612.61,55142835.09,127,122,1550,355.97,ghz -6293,SUCCESS,2,1,22753.06,55142835.09,55165588.15,127,6525,2964,36404.9,qft -6294,SUCCESS,2,1,15802.01,55165588.15,55181390.16,127,5174,2596,25283.22,qpeinexact -6296,SUCCESS,2,1,10565.28,55181390.16,55191955.44,127,7337,1224,16904.45,random -6297,SUCCESS,2,1,870.8,55191955.44,55192826.24,127,311,2380,1393.28,graphstate -6299,SUCCESS,2,1,865.88,55192826.24,55193692.12,127,197,3736,1385.41,wstate -6300,SUCCESS,2,1,713.98,55193692.12,55194406.1,127,491,1236,1142.37,groundstate -6301,SUCCESS,2,1,391.57,55194406.1,55194797.67,127,96,3467,626.51,graphstate -6302,SUCCESS,2,1,21366.01,55194797.67,55216163.68,127,5284,3437,34185.62,qpeinexact -6303,SUCCESS,2,1,1940.37,55216163.68,55218104.05,127,1184,1393,3104.59,qpeinexact -6304,SUCCESS,2,1,1125.41,55218104.05,55219229.46,127,252,3796,1800.66,dj -6306,SUCCESS,2,1,2761.51,55219229.46,55221990.97,127,962,2440,4418.42,qftentangled -6309,SUCCESS,2,1,22450.37,55221990.97,55244441.34,127,4954,3852,35920.59,su2random -6310,SUCCESS,2,1,752.21,55244441.34,55245193.55,127,241,2653,1203.54,wstate -6311,SUCCESS,2,1,6169.98,55245193.55,55251363.53,127,3035,1728,9871.97,qnn -6312,SUCCESS,2,1,2138.41,55251363.53,55253501.94,127,594,3060,3421.46,qnn -6313,SUCCESS,2,1,579.55,55253501.94,55254081.49,127,123,4005,927.28,dj -6314,SUCCESS,2,1,5218.38,55254081.49,55259299.87,127,2506,1770,8349.41,qft -6315,SUCCESS,2,1,1257.18,55259299.87,55260557.05,127,822,1300,2011.49,ae -6316,SUCCESS,2,1,21684.56,55260557.05,55282241.61,127,9625,1915,34695.3,su2random -6317,SUCCESS,2,1,1078.8,55282241.61,55283320.41,127,337,2721,1726.08,qftentangled -6318,SUCCESS,2,1,34734.53,55283320.41,55318054.94,127,7450,3963,55575.25,su2random -6320,SUCCESS,2,1,16107.89,55318054.94,55334162.83,127,6982,1961,25772.62,qpeinexact -6321,SUCCESS,2,1,2135.95,55334162.83,55336298.78,127,591,3072,3417.52,twolocalrandom -6323,SUCCESS,2,1,2250.38,55336298.78,55338549.16,127,1018,1879,3600.61,ae -6324,SUCCESS,2,1,228.26,55338549.16,55338777.42,127,89,2180,365.22,ghz -6326,SUCCESS,2,1,5399.82,55338777.42,55344177.24,127,4242,1082,8639.71,su2random -6327,SUCCESS,2,1,14470.6,55344177.24,55358647.84,127,5596,2198,23152.96,random -6328,SUCCESS,2,1,356.79,55358647.84,55359004.63,127,108,2808,570.86,graphstate -6329,SUCCESS,2,1,35569.5,55359004.63,55394574.13,127,9775,3093,56911.2,twolocalrandom -6330,SUCCESS,2,1,5708.12,55394574.13,55400282.25,127,1288,3767,9132.99,qft -6331,SUCCESS,2,1,11419.72,55400282.25,55411701.97,127,3903,2487,18271.55,qpeinexact -6332,SUCCESS,2,1,8076.85,55411701.97,55419778.82,127,5201,1320,12922.96,qpeinexact -6333,SUCCESS,2,1,12137.19,55419778.82,55431916.01,127,2902,3555,19419.5,ae -6335,SUCCESS,2,1,489.88,55431916.01,55432405.89,127,164,2539,783.81,graphstate -6336,SUCCESS,2,1,4270.29,55432405.89,55436676.18,127,976,3719,6832.46,portfoliovqe -6337,SUCCESS,2,1,180.95,55436676.18,55436857.13,127,50,3076,289.52,graphstate -6338,SUCCESS,2,1,8835.74,55436857.13,55445692.87,127,5804,1294,14137.18,qftentangled -6339,SUCCESS,2,1,3585.48,55445692.87,55449278.35,127,1517,2009,5736.77,qpeexact -6340,SUCCESS,2,1,34850.89,55449278.35,55484129.24,127,10293,2878,55761.42,qpeexact -6342,SUCCESS,2,1,352.2,55484129.24,55484481.44,127,261,1147,563.52,wstate -6343,SUCCESS,2,1,8524.15,55484481.44,55493005.59,127,3107,2332,13638.64,qftentangled -6344,SUCCESS,2,1,2242.47,55493005.59,55495248.06,127,972,1961,3587.95,wstate -6345,SUCCESS,2,1,18895.67,55495248.06,55514143.73,127,12049,1333,30233.07,twolocalrandom -6348,SUCCESS,2,1,48350.33,55514143.73,55562494.06,127,11030,3726,77360.53,ae -6349,SUCCESS,2,1,382.31,55562494.06,55562876.37,127,91,3571,611.7,dj -6350,SUCCESS,2,1,4047.65,55562876.37,55566924.02,127,939,3664,6476.24,su2random -6352,SUCCESS,2,1,15356.75,55566924.02,55582280.77,127,6427,2031,24570.8,qft -6353,SUCCESS,2,1,498.2,55582280.77,55582778.97,127,183,2314,797.12,twolocalrandom -6354,SUCCESS,2,1,1391.31,55582778.97,55584170.28,127,556,2127,2226.1,qft -6355,SUCCESS,2,1,214.85,55584170.28,55584385.13,127,82,2227,343.76,graphstate -6356,SUCCESS,2,1,963.73,55584385.13,55585348.86,127,212,3864,1541.97,graphstate -6358,SUCCESS,2,1,230.21,55585348.86,55585579.07,127,63,3106,368.34,graphstate -6362,SUCCESS,2,1,11081.16,55585579.07,55596660.23,127,5370,1754,17729.86,twolocalrandom -6363,SUCCESS,2,1,497.09,55596660.23,55597157.32,127,283,1493,795.34,realamprandom -6364,SUCCESS,2,1,9211.77,55597157.32,55606369.09,127,6525,1200,14738.83,qwalk-noancilla -6365,SUCCESS,2,1,5351.45,55606369.09,55611720.54,127,2309,1970,8562.32,twolocalrandom -6366,SUCCESS,2,1,28066.28,55611720.54,55639786.82,127,8409,2837,44906.05,twolocalrandom -6367,SUCCESS,2,1,2493.76,55639786.82,55642280.58,127,563,3765,3990.02,ghz -6368,SUCCESS,2,1,1171.04,55642280.58,55643451.62,127,932,1068,1873.66,qftentangled -6369,SUCCESS,2,1,49.49,55643451.62,55643501.11,127,21,2003,79.18,ghz -6370,SUCCESS,2,1,289.95,55643501.11,55643791.06,127,168,1467,463.92,dj -6373,SUCCESS,2,1,18500.83,55643791.06,55662291.89,127,8650,1818,29601.33,qftentangled -6374,SUCCESS,2,1,12486.71,55662291.89,55674778.6,127,3464,3064,19978.74,random -6376,SUCCESS,2,1,1377.33,55674778.6,55676155.93,127,361,3243,2203.73,twolocalrandom -6377,SUCCESS,2,1,1660.39,55676155.93,55677816.32,127,414,3409,2656.62,qftentangled -6378,SUCCESS,2,1,736.27,55677816.32,55678552.59,127,159,3936,1178.03,qpeexact -6381,SUCCESS,2,1,4066.08,55678552.59,55682618.67,127,1462,2364,6505.73,wstate -6382,SUCCESS,2,1,174.85,55682618.67,55682793.52,127,49,3033,279.76,wstate -6383,SUCCESS,2,1,10664.57,55682793.52,55693458.09,127,3282,2762,17063.31,qnn -6384,SUCCESS,2,1,4175.04,55693458.09,55697633.13,127,1078,3292,6680.06,twolocalrandom -6385,SUCCESS,2,1,1375.15,55697633.13,55699008.28,127,862,1356,2200.24,ghz -6387,SUCCESS,2,1,2469.61,55699008.28,55701477.89,127,899,2335,3951.38,qnn -6389,SUCCESS,2,1,32574.15,55701477.89,55734052.04,127,7294,3796,52118.64,qftentangled -6390,SUCCESS,2,1,70.53,55734052.04,55734122.57,127,55,1090,112.85,graphstate -6391,SUCCESS,2,1,4062.84,55734122.57,55738185.41,127,1753,1970,6500.54,qpeexact -6392,SUCCESS,2,1,137.32,55738185.41,55738322.73,127,34,3433,219.71,ghz -6393,SUCCESS,2,1,7278,55738322.73,55745600.73,127,2131,2903,11644.8,su2random -6395,SUCCESS,2,1,31593.1,55745600.73,55777193.83,127,9406,2855,50548.96,twolocalrandom -6396,SUCCESS,2,1,10866.16,55777193.83,55788059.99,127,2934,3148,17385.86,qnn -6398,SUCCESS,2,1,17645.63,55788059.99,55805705.62,127,5248,2858,28233.01,qnn -6399,SUCCESS,2,1,12658.4,55805705.62,55818364.02,127,3208,3354,20253.44,ae -6400,SUCCESS,2,1,3757.68,55818364.02,55822121.7,127,867,3684,6012.29,qnn -6401,SUCCESS,2,1,5056.38,55822121.7,55827178.08,127,1184,3630,8090.21,qpeexact -6402,SUCCESS,2,1,2411.2,55827178.08,55829589.28,127,1096,1870,3857.92,qftentangled -6404,SUCCESS,2,1,2792.47,55829589.28,55832381.75,127,842,2819,4467.95,ghz -6405,SUCCESS,2,1,1545.03,55832381.75,55833926.78,127,401,3275,2472.05,portfoliovqe -6406,SUCCESS,2,1,460.45,55833926.78,55834387.23,127,306,1279,736.72,graphstate -6407,SUCCESS,2,1,46360.16,55834387.23,55880747.39,127,16898,2332,74176.26,su2random -6409,SUCCESS,2,1,1860.56,55880747.39,55882607.95,127,1210,1307,2976.9,ae -6410,SUCCESS,2,1,9998.68,55882607.95,55892606.63,127,4415,1925,15997.89,qftentangled -6411,SUCCESS,2,1,36267.16,55892606.63,55928873.79,127,8151,3782,58027.46,random -6412,SUCCESS,2,1,5181.05,55928873.79,55934054.84,127,1301,3385,8289.68,wstate -6413,SUCCESS,2,1,539.79,55934054.84,55934594.63,127,141,3254,863.66,wstate -6414,SUCCESS,2,1,1900.58,55934594.63,55936495.21,127,672,2404,3040.93,qft -6415,SUCCESS,2,1,104.17,55936495.21,55936599.38,127,56,1581,166.67,ghz -6419,SUCCESS,2,1,4067.93,55936599.38,55940667.31,127,845,4092,6508.69,portfoliovqe -6420,SUCCESS,2,1,58332.43,55940667.31,55998999.74,127,19490,2544,93331.89,qwalk-noancilla -6421,SUCCESS,2,1,34768.44,55998999.74,56033768.18,127,8687,3402,55629.5,su2random -6422,SUCCESS,2,1,159.03,56033768.18,56033927.21,127,44,3072,254.45,graphstate -6423,SUCCESS,2,1,1316.94,56033927.21,56035244.15,127,297,3769,2107.1,su2random -6425,SUCCESS,2,1,35936.23,56035244.15,56071180.38,127,9694,3151,57497.97,realamprandom -6426,SUCCESS,2,1,2238.96,56071180.38,56073419.34,127,730,2607,3582.34,dj -6427,SUCCESS,2,1,91.42,56073419.34,56073510.76,127,70,1110,146.27,ghz -6428,SUCCESS,2,1,65108.14,56073510.76,56138618.9,127,14556,3802,104173.02,realamprandom -6430,SUCCESS,2,1,63476.6,56138618.9,56202095.5,127,14551,3708,101562.56,realamprandom -6431,SUCCESS,2,1,6012.01,56202095.5,56208107.51,127,1453,3517,9619.22,qpeinexact -6432,SUCCESS,2,1,19063.85,56208107.51,56227171.36,127,4797,3378,30502.16,twolocalrandom -6433,SUCCESS,2,1,5819.88,56227171.36,56232991.24,127,1899,2605,9311.81,qftentangled -6434,SUCCESS,2,1,23843.02,56232991.24,56256834.26,127,5959,3401,38148.83,qftentangled -6435,SUCCESS,2,1,2203.62,56256834.26,56259037.88,127,485,3862,3525.79,pricingcall -6436,SUCCESS,2,1,17687.15,56259037.88,56276725.03,127,7694,1954,28299.44,random -6437,SUCCESS,2,1,800.24,56276725.03,56277525.27,127,349,1949,1280.38,wstate -6439,SUCCESS,2,1,263.1,56277525.27,56277788.37,127,113,1979,420.96,graphstate -6440,SUCCESS,2,1,4583.27,56277788.37,56282371.64,127,1667,2337,7333.23,random -6441,SUCCESS,2,1,19282.78,56282371.64,56301654.42,127,4659,3518,30852.45,qft -6442,SUCCESS,2,1,44113.98,56301654.42,56345768.4,127,10964,3420,70582.37,qpeinexact -6443,SUCCESS,2,1,1255.25,56345768.4,56347023.65,127,548,1947,2008.4,twolocalrandom -6444,SUCCESS,2,1,14551.61,56347023.65,56361575.26,127,4159,2974,23282.58,qnn -6445,SUCCESS,2,1,16969,56361575.26,56378544.26,127,4901,2943,27150.4,qft -6446,SUCCESS,2,1,515.13,56378544.26,56379059.39,127,109,4017,824.21,graphstate -6447,SUCCESS,2,1,10917.19,56379059.39,56389976.58,127,7911,1173,17467.5,twolocalrandom -6448,SUCCESS,2,1,172.48,56389976.58,56390149.06,127,63,2327,275.97,ghz -6449,SUCCESS,2,1,18335.78,56390149.06,56408484.84,127,10432,1494,29337.25,su2random -6450,SUCCESS,2,1,10392.93,56408484.84,56418877.77,127,5443,1623,16628.69,qpeinexact -6453,SUCCESS,2,1,87.64,56418877.77,56418965.41,127,27,2759,140.22,vqe -6454,SUCCESS,2,1,4549.4,56418965.41,56423514.81,127,1058,3655,7279.04,twolocalrandom -6455,SUCCESS,2,1,75.99,56423514.81,56423590.8,127,26,2484,121.58,routing -6456,SUCCESS,2,1,16039.16,56423590.8,56439629.96,127,7733,1763,25662.66,qft -6457,SUCCESS,2,1,5582.1,56439629.96,56445212.06,127,4021,1180,8931.36,qftentangled -6458,SUCCESS,2,1,548.17,56445212.06,56445760.23,127,237,1966,877.07,twolocalrandom -6459,SUCCESS,2,1,1734.26,56445760.23,56447494.49,127,483,3052,2774.82,dj -6461,SUCCESS,2,1,5795.71,56447494.49,56453290.2,127,1211,4068,9273.14,twolocalrandom -6462,SUCCESS,2,1,407.45,56453290.2,56453697.65,127,114,3038,651.92,vqe -6463,SUCCESS,2,1,2151.05,56453697.65,56455848.7,127,1223,1495,3441.68,qwalk-v-chain -6464,SUCCESS,2,1,896.56,56455848.7,56456745.26,127,339,2248,1434.5,qft -6465,SUCCESS,2,1,2536.38,56456745.26,56459281.64,127,671,3213,4058.21,pricingcall -6466,SUCCESS,2,1,8247.41,56459281.64,56467529.05,127,6276,1117,13195.86,su2random -6467,SUCCESS,2,1,1925.08,56467529.05,56469454.13,127,410,3991,3080.13,dj -6468,SUCCESS,2,1,2832.29,56469454.13,56472286.42,127,711,3386,4531.66,qpeexact -6469,SUCCESS,2,1,25336.09,56472286.42,56497622.51,127,9597,2244,40537.74,realamprandom -6471,SUCCESS,2,1,3316.25,56497622.51,56500938.76,127,856,3293,5306,ghz -6472,SUCCESS,2,1,3382.16,56500938.76,56504320.92,127,1276,2253,5411.46,qpeinexact -6473,SUCCESS,2,1,1737.81,56504320.92,56506058.73,127,381,3877,2780.5,wstate -6474,SUCCESS,2,1,38069.02,56506058.73,56544127.75,127,10211,3169,60910.43,qpeexact -6475,SUCCESS,2,1,411.53,56544127.75,56544539.28,127,157,2228,658.45,wstate -6476,SUCCESS,2,1,5739.21,56544539.28,56550278.49,127,4191,1164,9182.74,qnn -6477,SUCCESS,2,1,1417.16,56550278.49,56551695.65,127,636,1894,2267.46,wstate -6479,SUCCESS,2,1,296.23,56551695.65,56551991.88,127,231,1090,473.97,qpeinexact -6481,SUCCESS,2,1,406.06,56551991.88,56552397.94,127,295,1170,649.7,ghz -6482,SUCCESS,2,1,40174.81,56552397.94,56592572.75,127,8593,3974,64279.7,ae -6483,SUCCESS,2,1,25378.2,56592572.75,56617950.95,127,5865,3678,40605.12,random -6484,SUCCESS,2,1,7810.31,56617950.95,56625761.26,127,6147,1080,12496.5,ae -6486,SUCCESS,2,1,3003.47,56625761.26,56628764.73,127,1034,2469,4805.55,wstate -6487,SUCCESS,2,1,1112.63,56628764.73,56629877.36,127,318,2974,1780.21,portfoliovqe -6488,SUCCESS,2,1,824.51,56629877.36,56630701.87,127,195,3594,1319.22,graphstate -6490,SUCCESS,2,1,195,56630701.87,56630896.87,127,85,1950,312,ghz -6492,SUCCESS,2,1,17705.93,56630896.87,56648602.8,127,5335,2821,28329.49,ae -6494,SUCCESS,2,1,234.81,56648602.8,56648837.61,127,84,2376,375.7,ghz -6495,SUCCESS,2,1,40029.35,56648837.61,56688866.96,127,19886,1711,64046.96,random -6496,SUCCESS,2,1,195.48,56688866.96,56689062.44,127,92,1806,312.77,ghz -6498,SUCCESS,2,1,1318.13,56689062.44,56690380.57,127,292,3837,2109.01,twolocalrandom -6502,SUCCESS,2,1,19833.69,56690380.57,56710214.26,127,8726,1932,31733.9,ae -6503,SUCCESS,2,1,66902.23,56710214.26,56777116.49,127,14481,3927,107043.57,realamprandom -6504,SUCCESS,2,1,22650.78,56777116.49,56799767.27,127,4846,3973,36241.25,ae -6505,SUCCESS,2,1,1188.49,56799767.27,56800955.76,127,788,1282,1901.58,wstate -6506,SUCCESS,2,1,1868.57,56800955.76,56802824.33,127,582,2729,2989.71,dj -6507,SUCCESS,2,1,153806.83,56802824.33,56956631.16,127,33975,3848,246090.93,random -6508,SUCCESS,2,1,25801.91,56956631.16,56982433.07,127,11032,1988,41283.06,su2random -6510,SUCCESS,2,1,614.27,56982433.07,56983047.34,127,269,1941,982.83,dj -6512,SUCCESS,2,1,12762.91,56983047.34,56995810.25,127,7335,1479,20420.66,qnn -6516,SUCCESS,2,1,998.86,56995810.25,56996809.11,127,396,2144,1598.18,dj -6517,SUCCESS,2,1,4399.85,56996809.11,57001208.96,127,1827,2047,7039.76,qft -6519,SUCCESS,2,1,10983.78,57001208.96,57012192.74,127,6470,1443,17574.05,qpeinexact -6520,SUCCESS,2,1,19891.38,57012192.74,57032084.12,127,4951,3415,31826.21,qft -6521,SUCCESS,2,1,2444.64,57032084.12,57034528.76,127,561,3704,3911.42,qft -6522,SUCCESS,2,1,455.34,57034528.76,57034984.1,127,227,1705,728.54,twolocalrandom -6523,SUCCESS,2,1,1868.76,57034984.1,57036852.86,127,1345,1181,2990.02,su2random -6524,SUCCESS,2,1,32399.63,57036852.86,57069252.49,127,17063,1614,51839.41,realamprandom -6525,SUCCESS,2,1,11420.69,57069252.49,57080673.18,127,3738,2597,18273.1,random -6527,SUCCESS,2,1,6961.1,57080673.18,57087634.28,127,4659,1270,11137.76,twolocalrandom -6528,SUCCESS,2,1,241.16,57087634.28,57087875.44,127,146,1404,385.86,ae -6530,SUCCESS,2,1,3712.07,57087875.44,57091587.51,127,2011,1569,5939.31,qft -6531,SUCCESS,2,1,744.48,57091587.51,57092331.99,127,175,3616,1191.17,dj -6532,SUCCESS,2,1,2481.32,57092331.99,57094813.31,127,676,3120,3970.11,dj -6533,SUCCESS,2,1,24124.56,57094813.31,57118937.87,127,5649,3630,38599.3,qft -6534,SUCCESS,2,1,278.06,57118937.87,57119215.93,127,127,1861,444.9,graphstate -6535,SUCCESS,2,1,62.86,57119215.93,57119278.79,127,48,1113,100.58,graphstate -6537,SUCCESS,2,1,11074.48,57119278.79,57130353.27,127,4913,1916,17719.17,qpeinexact -6539,SUCCESS,2,1,102793.37,57130353.27,57233146.64,127,22837,3826,164469.39,random -6541,SUCCESS,2,1,47757.89,57233146.64,57280904.53,127,18664,2175,76412.62,su2random -6542,SUCCESS,2,1,1104.97,57280904.53,57282009.5,127,302,3110,1767.95,ghz -6544,SUCCESS,2,1,4141.77,57282009.5,57286151.27,127,952,3698,6626.83,ghz -6547,SUCCESS,2,1,1287.92,57286151.27,57287439.19,127,289,3788,2060.67,qftentangled -6548,SUCCESS,2,1,16441.64,57287439.19,57303880.83,127,3770,3707,26306.62,qpeinexact -6550,SUCCESS,2,1,1896.03,57303880.83,57305776.86,127,424,3801,3033.65,dj -6553,SUCCESS,2,1,23110.2,57305776.86,57328887.06,127,5205,3774,36976.32,twolocalrandom -6555,SUCCESS,2,1,1129.37,57328887.06,57330016.43,127,898,1069,1806.99,qpeexact -6556,SUCCESS,2,1,1433.46,57330016.43,57331449.89,127,369,3302,2293.54,wstate -6557,SUCCESS,2,1,572.16,57331449.89,57332022.05,127,308,1579,915.46,graphstate -6558,SUCCESS,2,1,28281.9,57332022.05,57360303.95,127,9612,2501,45251.04,ae -6559,SUCCESS,2,1,4248.9,57360303.95,57364552.85,127,941,3838,6798.24,qpeinexact -6560,SUCCESS,2,1,735.42,57364552.85,57365288.27,127,163,3835,1176.67,realamprandom -6561,SUCCESS,2,1,32.33,57365288.27,57365320.6,127,24,1145,51.73,routing -6562,SUCCESS,2,1,3801.95,57365320.6,57369122.55,127,1023,3159,6083.12,qftentangled -6563,SUCCESS,2,1,12709.52,57369122.55,57381832.07,127,2686,4022,20335.23,qpeexact -6564,SUCCESS,2,1,1162.37,57381832.07,57382994.44,127,333,2967,1859.79,wstate -6565,SUCCESS,2,1,7930.55,57382994.44,57390924.99,127,3533,1908,12688.88,realamprandom -6566,SUCCESS,2,1,1909.29,57390924.99,57392834.28,127,482,3367,3054.86,dj -6567,SUCCESS,2,1,17331.81,57392834.28,57410166.09,127,5926,2486,27730.9,ae -6568,SUCCESS,2,1,5067.99,57410166.09,57415234.08,127,1081,3985,8108.78,ae -6569,SUCCESS,2,1,352.38,57415234.08,57415586.46,127,266,1126,563.81,ae -6570,SUCCESS,2,1,4406.88,57415586.46,57419993.34,127,919,4076,7051.01,ghz -6571,SUCCESS,2,1,2488.55,57419993.34,57422481.89,127,1413,1497,3981.68,qft -6572,SUCCESS,2,1,43868.1,57422481.89,57466349.99,127,9128,4085,70188.96,qnn -6573,SUCCESS,2,1,1067.57,57466349.99,57467417.56,127,248,3659,1708.11,graphstate -6575,SUCCESS,2,1,367.91,57467417.56,57467785.47,127,80,3909,588.66,graphstate -6576,SUCCESS,2,1,441.1,57467785.47,57468226.57,127,219,1712,705.76,dj -6577,SUCCESS,2,1,5702.72,57468226.57,57473929.29,127,2623,1848,9124.35,su2random -6578,SUCCESS,2,1,1831.32,57473929.29,57475760.61,127,474,3284,2930.11,ae -6579,SUCCESS,2,1,44994.92,57475760.61,57520755.53,127,10890,3512,71991.87,su2random -6580,SUCCESS,2,1,33119.12,57520755.53,57553874.65,127,15014,1875,52990.59,realamprandom -6582,SUCCESS,2,1,1194.27,57553874.65,57555068.92,127,367,2766,1910.83,graphstate -6583,SUCCESS,2,1,2677.69,57555068.92,57557746.61,127,812,2803,4284.3,qft -6584,SUCCESS,2,1,2839.01,57557746.61,57560585.62,127,912,2646,4542.42,su2random -6585,SUCCESS,2,1,89049.44,57560585.62,57649635.06,127,18999,3984,142479.1,random -6586,SUCCESS,2,1,1637.41,57649635.06,57651272.47,127,378,3682,2619.86,graphstate -6587,SUCCESS,2,1,339.25,57651272.47,57651611.72,127,86,3353,542.8,ghz -6589,SUCCESS,2,1,2681.98,57651611.72,57654293.7,127,738,3089,4291.17,ghz -6590,SUCCESS,2,1,152.53,57654293.7,57654446.23,127,51,2542,244.05,ghz -6594,SUCCESS,2,1,1499.44,57654446.23,57655945.67,127,413,3086,2399.1,dj -6595,SUCCESS,2,1,3957.84,57655945.67,57659903.51,127,2422,1389,6332.54,qftentangled -6597,SUCCESS,2,1,3386.55,57659903.51,57663290.06,127,1337,2153,5418.48,qnn -6598,SUCCESS,2,1,134.35,57663290.06,57663424.41,127,36,3172,214.96,dj -6599,SUCCESS,2,1,10139.12,57663424.41,57673563.53,127,7316,1178,16222.59,grover-v-chain -6600,SUCCESS,2,1,1791.84,57673563.53,57675355.37,127,473,3220,2866.94,qpeexact -6601,SUCCESS,2,1,15156.01,57675355.37,57690511.38,127,4712,2734,24249.62,qpeinexact -6603,SUCCESS,2,1,205.29,57690511.38,57690716.67,127,82,2128,328.46,graphstate -6604,SUCCESS,2,1,1706.48,57690716.67,57692423.15,127,424,3421,2730.37,groundstate -6605,SUCCESS,2,1,1462.18,57692423.15,57693885.33,127,469,2650,2339.49,qnn -6606,SUCCESS,2,1,15112.12,57693885.33,57708997.45,127,4434,2897,24179.39,qpeinexact -6607,SUCCESS,2,1,842.9,57708997.45,57709840.35,127,313,2289,1348.64,qpeexact -6610,SUCCESS,2,1,3595.77,57709840.35,57713436.12,127,1350,2264,5753.23,qftentangled -6612,SUCCESS,2,1,15365.96,57713436.12,57728802.08,127,7911,1651,24585.54,realamprandom -6613,SUCCESS,2,1,51311.44,57728802.08,57780113.52,127,16762,2602,82098.3,twolocalrandom -6614,SUCCESS,2,1,3072.34,57780113.52,57783185.86,127,2215,1179,4915.74,qftentangled -6617,SUCCESS,2,1,6693.8,57783185.86,57789879.66,127,1796,3168,10710.08,qnn -6618,SUCCESS,2,1,34236,57789879.66,57824115.66,127,7608,3825,54777.6,qftentangled -6619,SUCCESS,2,1,301.74,57824115.66,57824417.4,127,69,3717,482.78,graphstate -6620,SUCCESS,2,1,1209.57,57824417.4,57825626.97,127,258,3985,1935.31,graphstate -6622,SUCCESS,2,1,1270.38,57825626.97,57826897.35,127,292,3698,2032.61,qnn -6624,SUCCESS,2,1,5070.05,57826897.35,57831967.4,127,1749,2464,8112.08,twolocalrandom -6625,SUCCESS,2,1,3333.82,57831967.4,57835301.22,127,2027,1398,5334.11,qpeexact -6626,SUCCESS,2,1,49788.37,57835301.22,57885089.59,127,12801,3306,79661.39,su2random -6628,SUCCESS,2,1,750.44,57885089.59,57885840.03,127,447,1427,1200.7,dj -6630,SUCCESS,2,1,82.65,57885840.03,57885922.68,127,52,1351,132.24,graphstate -6631,SUCCESS,2,1,2806.32,57885922.68,57888729,127,1122,2126,4490.11,ae -6633,SUCCESS,2,1,5386.07,57888729,57894115.07,127,3153,1452,8617.71,qnn -6634,SUCCESS,2,1,17881.19,57894115.07,57911996.26,127,6224,2442,28609.9,qftentangled -6635,SUCCESS,2,1,6605.06,57911996.26,57918601.32,127,1563,3592,10568.1,qftentangled -6636,SUCCESS,2,1,6582.45,57918601.32,57925183.77,127,4084,1370,10531.92,ae -6637,SUCCESS,2,1,1034.45,57925183.77,57926218.22,127,513,1714,1655.12,dj -6638,SUCCESS,2,1,37031.21,57926218.22,57963249.43,127,8676,3628,59249.94,qnn -6639,SUCCESS,2,1,78.14,57963249.43,57963327.57,127,17,3907,125.02,ghz -6640,SUCCESS,2,1,3062.19,57963327.57,57966389.76,127,710,3666,4899.5,qnn -6641,SUCCESS,2,1,53185.3,57966389.76,58019575.06,127,24516,1844,85096.48,random -6642,SUCCESS,2,1,60.23,58019575.06,58019635.29,127,27,1896,96.37,ghz -6643,SUCCESS,2,1,716.62,58019635.29,58020351.91,127,275,2215,1146.59,realamprandom -6644,SUCCESS,2,1,1930.92,58020351.91,58022282.83,127,460,3568,3089.47,ae -6645,SUCCESS,2,1,14647.53,58022282.83,58036930.36,127,7532,1653,23436.05,qpeexact -6646,SUCCESS,2,1,12956.46,58036930.36,58049886.82,127,4981,2211,20730.34,qpeinexact -6647,SUCCESS,2,1,437.1,58049886.82,58050323.92,127,313,1187,699.36,wstate -6648,SUCCESS,2,1,16327.5,58050323.92,58066651.42,127,5194,2672,26124,qpeexact -6649,SUCCESS,2,1,1530.72,58066651.42,58068182.14,127,1224,1063,2449.15,qpeexact -6650,SUCCESS,2,1,51466.09,58068182.14,58119648.23,127,16910,2587,82345.74,random -6651,SUCCESS,2,1,26833.62,58119648.23,58146481.85,127,6364,3584,42933.79,qpeinexact -6652,SUCCESS,2,1,2221.5,58146481.85,58148703.35,127,837,2256,3554.4,su2random -6654,SUCCESS,2,1,5491.58,58148703.35,58154194.93,127,1856,2515,8786.53,qft -6655,SUCCESS,2,1,4729.41,58154194.93,58158924.34,127,1738,2313,7567.06,realamprandom -6656,SUCCESS,2,1,8946.33,58158924.34,58167870.67,127,2030,3746,14314.13,ae -6657,SUCCESS,2,1,3468.44,58167870.67,58171339.11,127,2609,1130,5549.5,qft -6659,SUCCESS,2,1,324.79,58171339.11,58171663.9,127,98,2817,519.66,ghz -6660,SUCCESS,2,1,236.36,58171663.9,58171900.26,127,88,2283,378.18,graphstate -6661,SUCCESS,2,1,3563,58171900.26,58175463.26,127,1209,2505,5700.8,twolocalrandom -6662,SUCCESS,2,1,34048.52,58175463.26,58209511.78,127,13019,2223,54477.63,realamprandom -6663,SUCCESS,2,1,24054.31,58209511.78,58233566.09,127,8120,2518,38486.9,grover-v-chain -6664,SUCCESS,2,1,399.5,58233566.09,58233965.59,127,99,3430,639.2,ghz -6667,SUCCESS,2,1,43970.28,58233965.59,58277935.87,127,17416,2146,70352.45,random -6670,SUCCESS,2,1,651.79,58277935.87,58278587.66,127,348,1592,1042.86,realamprandom -6671,SUCCESS,2,1,63.95,58278587.66,58278651.61,127,43,1264,102.32,graphstate -6672,SUCCESS,2,1,30108.1,58278651.61,58308759.71,127,14905,1717,48172.96,su2random -6674,SUCCESS,2,1,18783.84,58308759.71,58327543.55,127,7510,2126,30054.14,qftentangled -6676,SUCCESS,2,1,4772.06,58327543.55,58332315.61,127,1475,2750,7635.3,twolocalrandom -6677,SUCCESS,2,1,54825.91,58332315.61,58387141.52,127,18537,2514,87721.46,qnn -6678,SUCCESS,2,1,1112.76,58387141.52,58388254.28,127,336,2815,1780.42,dj -6679,SUCCESS,2,1,6664.81,58388254.28,58394919.09,127,2777,2040,10663.7,qft -6680,SUCCESS,2,1,9628.48,58394919.09,58404547.57,127,3948,2073,15405.57,ae -6682,SUCCESS,2,1,1349.55,58404547.57,58405897.12,127,327,3508,2159.28,qnn -6684,SUCCESS,2,1,519.82,58405897.12,58406416.94,127,116,3809,831.71,ghz -6685,SUCCESS,2,1,691.13,58406416.94,58407108.07,127,394,1491,1105.81,portfoliovqe -6686,SUCCESS,2,1,5895.93,58407108.07,58413004,127,1963,2553,9433.49,random -6687,SUCCESS,2,1,11392.96,58413004,58424396.96,127,2699,3588,18228.74,qnn -6688,SUCCESS,2,1,148.37,58424396.96,58424545.33,127,32,3941,237.39,routing -6689,SUCCESS,2,1,612.79,58424545.33,58425158.12,127,490,1063,980.46,qft -6690,SUCCESS,2,1,8536.59,58425158.12,58433694.71,127,3819,1900,13658.54,qpeinexact -6691,SUCCESS,2,1,10836.88,58433694.71,58444531.59,127,2767,3329,17339.01,ae -6692,SUCCESS,2,1,22327.59,58444531.59,58466859.18,127,5201,3649,35724.14,ae -6693,SUCCESS,2,1,497.61,58466859.18,58467356.79,127,104,4067,796.18,ghz -6694,SUCCESS,2,1,8911.77,58467356.79,58476268.56,127,2717,2788,14258.83,su2random -6695,SUCCESS,2,1,27530.52,58476268.56,58503799.08,127,8696,2691,44048.83,qpeinexact -6696,SUCCESS,2,1,231.7,58503799.08,58504030.78,127,85,2317,370.72,graphstate -6697,SUCCESS,2,1,25224.12,58504030.78,58529254.9,127,6383,3359,40358.59,qnn -6698,SUCCESS,2,1,896.61,58529254.9,58530151.51,127,208,3664,1434.58,ghz -6701,SUCCESS,2,1,20848.95,58530151.51,58551000.46,127,6400,2769,33358.32,ae -6702,SUCCESS,2,1,6982.15,58551000.46,58557982.61,127,1618,3668,11171.44,su2random -6703,SUCCESS,2,1,1692.31,58557982.61,58559674.92,127,831,1731,2707.7,qnn -6704,SUCCESS,2,1,5550.55,58559674.92,58565225.47,127,1720,2743,8880.88,ae -6705,SUCCESS,2,1,8293.7,58565225.47,58573519.17,127,5257,1341,13269.92,ae -6706,SUCCESS,2,1,597.79,58573519.17,58574116.96,127,161,3156,956.46,wstate -6707,SUCCESS,2,1,4082.39,58574116.96,58578199.35,127,975,3559,6531.82,qpeinexact -6708,SUCCESS,2,1,3083.29,58578199.35,58581282.64,127,937,2797,4933.26,ghz -6709,SUCCESS,2,1,677.37,58581282.64,58581960.01,127,453,1271,1083.79,dj -6711,SUCCESS,2,1,2985.68,58581960.01,58584945.69,127,1839,1380,4777.09,qpeinexact -6713,SUCCESS,2,1,643.26,58584945.69,58585588.95,127,214,2555,1029.22,dj -6714,SUCCESS,2,1,667.53,58585588.95,58586256.48,127,185,3067,1068.05,ae -6715,SUCCESS,2,1,1047.29,58586256.48,58587303.77,127,810,1099,1675.66,qpeexact -6716,SUCCESS,2,1,235,58587303.77,58587538.77,127,137,1458,376,graphstate -6718,SUCCESS,2,1,11674.58,58587538.77,58599213.35,127,2619,3789,18679.33,qftentangled -6720,SUCCESS,2,1,252.29,58599213.35,58599465.64,127,77,2785,403.66,graphstate -6721,SUCCESS,2,1,13817.61,58599465.64,58613283.25,127,3122,3762,22108.18,su2random -6724,SUCCESS,2,1,6443,58613283.25,58619726.25,127,2978,1839,10308.8,qpeexact -6725,SUCCESS,2,1,19038.06,58619726.25,58638764.31,127,10556,1533,30460.9,ae -6726,SUCCESS,2,1,984,58638764.31,58639748.31,127,615,1360,1574.4,dj -6728,SUCCESS,2,1,2172.15,58639748.31,58641920.46,127,475,3887,3475.44,dj -6729,SUCCESS,2,1,67.87,58641920.46,58641988.33,127,37,1559,108.59,graphstate -6730,SUCCESS,2,1,7325.23,58641988.33,58649313.56,127,2937,2120,11720.37,twolocalrandom -6731,SUCCESS,2,1,68.61,58649313.56,58649382.17,127,33,1767,109.78,graphstate -6733,SUCCESS,2,1,1651.8,58649382.17,58651033.97,127,449,3127,2642.88,portfoliovqe -6734,SUCCESS,2,1,215.07,58651033.97,58651249.04,127,72,2539,344.11,dj -6735,SUCCESS,2,1,6212.9,58651249.04,58657461.94,127,1613,3274,9940.64,qnn -6736,SUCCESS,2,1,127,58657461.94,58657588.94,127,31,3482,203.2,ghz -6737,SUCCESS,2,1,2205.2,58657588.94,58659794.14,127,629,2980,3528.32,pricingcall -6738,SUCCESS,2,1,235.82,58659794.14,58660029.96,127,106,1891,377.31,graphstate -6739,SUCCESS,2,1,8305.32,58660029.96,58668335.28,127,2080,3394,13288.51,ae -6740,SUCCESS,2,1,7665.5,58668335.28,58676000.78,127,4370,1491,12264.8,qft -6741,SUCCESS,2,1,451.87,58676000.78,58676452.65,127,103,3729,722.99,ghz -6742,SUCCESS,2,1,211.93,58676452.65,58676664.58,127,44,4094,339.09,graphstate -6743,SUCCESS,2,1,7481.21,58676664.58,58684145.79,127,2371,2682,11969.94,su2random -6745,SUCCESS,2,1,131611.32,58684145.79,58815757.11,127,89783,1246,210578.11,grover-noancilla -6746,SUCCESS,2,1,5722.55,58815757.11,58821479.66,127,2020,2408,9156.08,qnn -6747,SUCCESS,2,1,65525.07,58821479.66,58887004.73,127,15407,3615,104840.11,realamprandom -6748,SUCCESS,2,1,95.83,58887004.73,58887100.56,127,45,1810,153.33,wstate -6749,SUCCESS,2,1,3732.91,58887100.56,58890833.47,127,2286,1388,5972.66,twolocalrandom -6751,SUCCESS,2,1,632.13,58890833.47,58891465.6,127,227,2367,1011.41,dj -6752,SUCCESS,2,1,516.75,58891465.6,58891982.35,127,165,2662,826.8,qftentangled -6753,SUCCESS,2,1,425.02,58891982.35,58892407.37,127,139,2599,680.03,qftentangled -6754,SUCCESS,2,1,47.29,58892407.37,58892454.66,127,21,1914,75.66,ghz -6755,SUCCESS,2,1,124724.31,58892454.66,59017178.97,127,30747,3448,199558.9,random -6756,SUCCESS,2,1,298.02,59017178.97,59017476.99,127,145,1747,476.83,dj -6757,SUCCESS,2,1,2992.78,59017476.99,59020469.77,127,938,2712,4788.45,realamprandom -6760,SUCCESS,2,1,49359.14,59020469.77,59069828.91,127,24336,1724,78974.62,random -6761,SUCCESS,2,1,180.74,59069828.91,59070009.65,127,39,3939,289.18,graphstate -6762,SUCCESS,2,1,1639.89,59070009.65,59071649.54,127,349,3994,2623.82,qnn -6763,SUCCESS,2,1,3760.75,59071649.54,59075410.29,127,1455,2197,6017.2,random -6764,SUCCESS,2,1,20758.7,59075410.29,59096168.99,127,17181,1027,33213.92,twolocalrandom -6765,SUCCESS,2,1,37461.71,59096168.99,59133630.7,127,13905,2290,59938.74,realamprandom -6766,SUCCESS,2,1,2379.64,59133630.7,59136010.34,127,573,3530,3807.42,twolocalrandom -6767,SUCCESS,2,1,11880.79,59136010.34,59147891.13,127,5626,1795,19009.26,ae -6768,SUCCESS,2,1,5620.21,59147891.13,59153511.34,127,4335,1102,8992.34,realamprandom -6769,SUCCESS,2,1,780.1,59153511.34,59154291.44,127,440,1507,1248.16,dj -6770,SUCCESS,2,1,4412.92,59154291.44,59158704.36,127,928,4042,7060.67,qpeexact -6771,SUCCESS,2,1,671.6,59158704.36,59159375.96,127,471,1212,1074.56,dj -6772,SUCCESS,2,1,18783.4,59159375.96,59178159.36,127,8121,1966,30053.44,qpeexact -6774,SUCCESS,2,1,1116.16,59178159.36,59179275.52,127,293,3238,1785.86,realamprandom -6775,SUCCESS,2,1,9346.17,59179275.52,59188621.69,127,4190,1896,14953.87,su2random -6776,SUCCESS,2,1,7653.08,59188621.69,59196274.77,127,1594,4081,12244.93,qpeinexact -6777,SUCCESS,2,1,71170.26,59196274.77,59267445.03,127,17186,3520,113872.42,qnn -6778,SUCCESS,2,1,649.16,59267445.03,59268094.19,127,235,2348,1038.66,qpeexact -6779,SUCCESS,2,1,10895.4,59268094.19,59278989.59,127,3086,3001,17432.64,random -6780,SUCCESS,2,1,22207.06,59278989.59,59301196.65,127,6240,3025,35531.3,twolocalrandom -6782,SUCCESS,2,1,17077.49,59301196.65,59318274.14,127,5142,2823,27323.98,su2random -6784,SUCCESS,2,1,115.51,59318274.14,59318389.65,127,26,3776,184.82,vqe -6785,SUCCESS,2,1,2594.64,59318389.65,59320984.29,127,1938,1138,4151.42,qpeexact -6786,SUCCESS,2,1,366.11,59320984.29,59321350.4,127,205,1518,585.78,wstate -6787,SUCCESS,2,1,36191.28,59321350.4,59357541.68,127,8505,3617,57906.05,qpeexact -6788,SUCCESS,2,1,30302.47,59357541.68,59387844.15,127,8087,3185,48483.95,qftentangled -6789,SUCCESS,2,1,2421.77,59387844.15,59390265.92,127,1462,1408,3874.83,twolocalrandom -6790,SUCCESS,2,1,2474.71,59390265.92,59392740.63,127,542,3881,3959.54,dj -6791,SUCCESS,2,1,8713.79,59392740.63,59401454.42,127,5216,1420,13942.06,qpeinexact -6792,SUCCESS,2,1,122.03,59401454.42,59401576.45,127,40,2593,195.25,ghz -6793,SUCCESS,2,1,318.73,59401576.45,59401895.18,127,173,1566,509.97,wstate -6794,SUCCESS,2,1,1368.83,59401895.18,59403264.01,127,666,1747,2190.13,dj -6795,SUCCESS,2,1,9894.26,59403264.01,59413158.27,127,7436,1131,15830.82,ae -6796,SUCCESS,2,1,6891.49,59413158.27,59420049.76,127,2676,2189,11026.38,qnn -6797,SUCCESS,2,1,4402.65,59420049.76,59424452.41,127,1928,1941,7044.24,ae -6798,SUCCESS,2,1,268.54,59424452.41,59424720.95,127,69,3308,429.66,wstate -6799,SUCCESS,2,1,7610.19,59424720.95,59432331.14,127,2178,2970,12176.3,qpeexact -6801,SUCCESS,2,1,258.55,59432331.14,59432589.69,127,115,1911,413.68,graphstate -6802,SUCCESS,2,1,225.48,59432589.69,59432815.17,127,131,1463,360.77,su2random -6803,SUCCESS,2,1,5074.79,59432815.17,59437889.96,127,2744,1572,8119.66,ae -6804,SUCCESS,2,1,23563.84,59437889.96,59461453.8,127,13282,1508,37702.14,twolocalrandom -6808,SUCCESS,2,1,4995.35,59461453.8,59466449.15,127,2020,2102,7992.56,qpeexact -6810,SUCCESS,2,1,3900.8,59466449.15,59470349.95,127,1564,2120,6241.28,random -6811,SUCCESS,2,1,28875.32,59470349.95,59499225.27,127,16105,1524,46200.51,random -6812,SUCCESS,2,1,20157.59,59499225.27,59519382.86,127,7254,2362,32252.14,qpeinexact -6813,SUCCESS,2,1,14636.16,59519382.86,59534019.02,127,4158,2992,23417.86,qft -6814,SUCCESS,2,1,14126.33,59534019.02,59548145.35,127,3220,3729,22602.13,ae -6815,SUCCESS,2,1,31905.65,59548145.35,59580051,127,13281,2042,51049.04,random -6816,SUCCESS,2,1,20857.6,59580051,59600908.6,127,13036,1360,33372.16,twolocalrandom -6817,SUCCESS,2,1,3323.3,59600908.6,59604231.9,127,856,3300,5317.28,ghz -6818,SUCCESS,2,1,415.28,59604231.9,59604647.18,127,179,1972,664.45,su2random -6819,SUCCESS,2,1,6156.49,59604647.18,59610803.67,127,1477,3543,9850.38,qnn -6822,SUCCESS,2,1,12062.93,59610803.67,59622866.6,127,3965,2586,19300.69,su2random -6823,SUCCESS,2,1,14595.58,59622866.6,59637462.18,127,8056,1540,23352.93,random -6825,SUCCESS,2,1,45603.41,59637462.18,59683065.59,127,9564,4053,72965.46,su2random -6826,SUCCESS,2,1,31989.43,59683065.59,59715055.02,127,13501,2014,51183.09,realamprandom -6827,SUCCESS,2,1,3885.17,59715055.02,59718940.19,127,1751,1886,6216.27,qpeinexact -6828,SUCCESS,2,1,154.87,59718940.19,59719095.06,127,71,1854,247.79,graphstate -6830,SUCCESS,2,1,958.68,59719095.06,59720053.74,127,490,1663,1533.89,qftentangled -6831,SUCCESS,2,1,1685.46,59720053.74,59721739.2,127,370,3872,2696.74,graphstate -6832,SUCCESS,2,1,401.31,59721739.2,59722140.51,127,212,1609,642.1,pricingcall -6834,SUCCESS,2,1,413.53,59722140.51,59722554.04,127,143,2458,661.65,dj -6835,SUCCESS,2,1,6790.45,59722554.04,59729344.49,127,2252,2563,10864.72,su2random -6836,SUCCESS,2,1,4661.65,59729344.49,59734006.14,127,1300,3048,7458.64,twolocalrandom -6838,SUCCESS,2,1,426.88,59734006.14,59734433.02,127,237,1531,683.01,dj -6840,SUCCESS,2,1,36.29,59734433.02,59734469.31,127,14,2203,58.06,ghz -6841,SUCCESS,2,1,10538.81,59734469.31,59745008.12,127,3001,2985,16862.1,qpeinexact -6842,SUCCESS,2,1,4179.73,59745008.12,59749187.85,127,1058,3358,6687.57,realamprandom -6843,SUCCESS,2,1,14829.77,59749187.85,59764017.62,127,5410,2330,23727.63,realamprandom -6844,SUCCESS,2,1,747.48,59764017.62,59764765.1,127,386,1646,1195.97,ghz -6845,SUCCESS,2,1,10288.35,59764765.1,59775053.45,127,7355,1189,16461.36,qpeexact -6846,SUCCESS,2,1,19221.13,59775053.45,59794274.58,127,6279,2602,30753.81,qftentangled -6847,SUCCESS,2,1,32256.01,59794274.58,59826530.59,127,9799,2798,51609.62,qpeinexact -6848,SUCCESS,2,1,9537.21,59826530.59,59836067.8,127,2724,2976,15259.54,qftentangled -6849,SUCCESS,2,1,16652.95,59836067.8,59852720.75,127,4750,2980,26644.72,random -6850,SUCCESS,2,1,2251.46,59852720.75,59854972.21,127,929,2060,3602.34,wstate -6851,SUCCESS,2,1,362.72,59854972.21,59855334.93,127,121,2548,580.35,wstate -6852,SUCCESS,2,1,4465.41,59855334.93,59859800.34,127,1981,1916,7144.66,qnn -6853,SUCCESS,2,1,7757.87,59859800.34,59867558.21,127,2589,2547,12412.59,ae -6854,SUCCESS,2,1,4384.81,59867558.21,59871943.02,127,1890,1972,7015.7,qpeinexact -6855,SUCCESS,2,1,16315.26,59871943.02,59888258.28,127,4649,2983,26104.42,qft -6856,SUCCESS,2,1,40902.75,59888258.28,59929161.03,127,9227,3768,65444.4,ae -6857,SUCCESS,2,1,3736.88,59929161.03,59932897.91,127,2004,1585,5979.01,su2random -6860,SUCCESS,2,1,35868.8,59932897.91,59968766.71,127,8152,3740,57390.08,su2random -6861,SUCCESS,2,1,17587.33,59968766.71,59986354.04,127,5444,2746,28139.73,realamprandom -6862,SUCCESS,2,1,995.09,59986354.04,59987349.13,127,413,2048,1592.14,groundstate -6864,SUCCESS,2,1,15241.89,59987349.13,60002591.02,127,6873,1885,24387.02,twolocalrandom -6865,SUCCESS,2,1,4940.65,60002591.02,60007531.67,127,1766,2378,7905.04,qnn -6866,SUCCESS,2,1,3873.69,60007531.67,60011405.36,127,1426,2309,6197.9,ae -6867,SUCCESS,2,1,168.83,60011405.36,60011574.19,127,82,1750,270.13,ghz -6868,SUCCESS,2,1,7887.42,60011574.19,60019461.61,127,4533,1479,12619.87,qpeexact -6870,SUCCESS,2,1,65.01,60019461.61,60019526.62,127,38,1454,104.02,graphstate -6871,SUCCESS,2,1,147.46,60019526.62,60019674.08,127,54,2321,235.94,qaoa -6873,SUCCESS,2,1,10010.56,60019674.08,60029684.64,127,5576,1526,16016.9,qnn -6874,SUCCESS,2,1,30637.2,60029684.64,60060321.84,127,7260,3587,49019.52,qnn -6875,SUCCESS,2,1,942.2,60060321.84,60061264.04,127,599,1337,1507.52,qnn -6876,SUCCESS,2,1,1431.14,60061264.04,60062695.18,127,1091,1115,2289.82,wstate -6879,SUCCESS,2,1,50549.73,60062695.18,60113244.91,127,13282,3235,80879.57,realamprandom -6880,SUCCESS,2,1,5346.47,60113244.91,60118591.38,127,1594,2851,8554.35,ae -6883,SUCCESS,2,1,61051.46,60118591.38,60179642.84,127,13019,3986,97682.34,twolocalrandom -6885,SUCCESS,2,1,691.45,60179642.84,60180334.29,127,165,3562,1106.32,wstate -6886,SUCCESS,2,1,1442.87,60180334.29,60181777.16,127,323,3797,2308.59,qft -6887,SUCCESS,2,1,123.72,60181777.16,60181900.88,127,102,1031,197.95,graphstate -6888,SUCCESS,2,1,35399.31,60181900.88,60217300.19,127,7670,3923,56638.9,su2random -6889,SUCCESS,2,1,2898.81,60217300.19,60220199,127,964,2556,4638.1,qpeinexact -6890,SUCCESS,2,1,705.04,60220199,60220904.04,127,264,2270,1128.06,qft -6891,SUCCESS,2,1,3566.1,60220904.04,60224470.14,127,1134,2673,5705.76,qftentangled -6892,SUCCESS,2,1,15937.88,60224470.14,60240408.02,127,3448,3929,25500.61,ae -6895,SUCCESS,2,1,5339.46,60240408.02,60245747.48,127,4141,1096,8543.14,qft -6896,SUCCESS,2,1,35689.59,60245747.48,60281437.07,127,11269,2692,57103.34,qnn -6897,SUCCESS,2,1,193.58,60281437.07,60281630.65,127,54,3047,309.73,graphstate -6898,SUCCESS,2,1,12273.36,60281630.65,60293904.01,127,4365,2390,19637.38,qnn -6899,SUCCESS,2,1,9945.6,60293904.01,60303849.61,127,3808,2220,15912.96,ae -6900,SUCCESS,2,1,7477.21,60303849.61,60311326.82,127,4277,1486,11963.54,ae -6901,SUCCESS,2,1,1736.95,60311326.82,60313063.77,127,981,1505,2779.12,qpeinexact -6902,SUCCESS,2,1,1176.87,60313063.77,60314240.64,127,361,2771,1882.99,wstate -6903,SUCCESS,2,1,202.73,60314240.64,60314443.37,127,96,1795,324.37,graphstate -6904,SUCCESS,2,1,6341.71,60314443.37,60320785.08,127,1464,3682,10146.74,qpeinexact -6905,SUCCESS,2,1,2615.57,60320785.08,60323400.65,127,704,3158,4184.91,dj -6906,SUCCESS,2,1,561.27,60323400.65,60323961.92,127,307,1554,898.03,ghz -6907,SUCCESS,2,1,36144.17,60323961.92,60360106.09,127,12499,2458,57830.67,su2random -6910,SUCCESS,2,1,22380.17,60360106.09,60382486.26,127,4913,3872,35808.27,qpeexact -6911,SUCCESS,2,1,7099.64,60382486.26,60389585.9,127,5331,1132,11359.42,twolocalrandom -6913,SUCCESS,2,1,3245.62,60389585.9,60392831.52,127,815,3385,5192.99,su2random -6914,SUCCESS,2,1,3306.11,60392831.52,60396137.63,127,873,3219,5289.78,qft -6915,SUCCESS,2,1,1290.15,60396137.63,60397427.78,127,627,1749,2064.24,dj -6917,SUCCESS,2,1,1431.83,60397427.78,60398859.61,127,505,2410,2290.93,dj -6918,SUCCESS,2,1,8808.04,60398859.61,60407667.65,127,3555,2106,14092.86,ae -6919,SUCCESS,2,1,7608.19,60407667.65,60415275.84,127,3530,1832,12173.1,ae -6920,SUCCESS,2,1,36.12,60415275.84,60415311.96,127,24,1279,57.79,vqe -6921,SUCCESS,2,1,177.69,60415311.96,60415489.65,127,37,4082,284.3,dj -6922,SUCCESS,2,1,22222.92,60415489.65,60437712.57,127,8733,2163,35556.67,realamprandom -6923,SUCCESS,2,1,75057.26,60437712.57,60512769.83,127,28507,2238,120091.62,random -6924,SUCCESS,2,1,1718.79,60512769.83,60514488.62,127,773,1890,2750.06,qpeinexact -6925,SUCCESS,2,1,1333.68,60514488.62,60515822.3,127,739,1534,2133.89,qft -6926,SUCCESS,2,1,38942.95,60515822.3,60554765.25,127,13342,2481,62308.72,random -6927,SUCCESS,2,1,279.17,60554765.25,60555044.42,127,109,2177,446.67,dj -6928,SUCCESS,2,1,114.25,60555044.42,60555158.67,127,45,2158,182.8,ghz -6929,SUCCESS,2,1,28954.59,60555158.67,60584113.26,127,7260,3390,46327.34,qpeinexact -6930,SUCCESS,2,1,3772.44,60584113.26,60587885.7,127,851,3768,6035.9,su2random -6931,SUCCESS,2,1,5869.91,60587885.7,60593755.61,127,1321,3777,9391.86,wstate -6932,SUCCESS,2,1,733.6,60593755.61,60594489.21,127,377,1654,1173.76,dj -6935,SUCCESS,2,1,1067.52,60594489.21,60595556.73,127,365,2486,1708.03,wstate -6936,SUCCESS,2,1,2242.58,60595556.73,60597799.31,127,1744,1093,3588.13,ae -6937,SUCCESS,2,1,30.76,60597799.31,60597830.07,127,13,2011,49.22,ghz -6938,SUCCESS,2,1,1004.97,60597830.07,60598835.04,127,619,1380,1607.95,qpeexact -6939,SUCCESS,2,1,13256.43,60598835.04,60612091.47,127,3099,3636,21210.29,su2random -6940,SUCCESS,2,1,466.05,60612091.47,60612557.52,127,103,3846,745.68,qftentangled -6941,SUCCESS,2,1,2552.72,60612557.52,60615110.24,127,546,3974,4084.35,wstate -6942,SUCCESS,2,1,83354.51,60615110.24,60698464.75,127,45157,1569,133367.22,random -6945,SUCCESS,2,1,44918.86,60698464.75,60743383.61,127,10272,3717,71870.18,random -6947,SUCCESS,2,1,80.42,60743383.61,60743464.03,127,32,2136,128.67,routing -6948,SUCCESS,2,1,17878.59,60743464.03,60761342.62,127,4749,3200,28605.74,qpeinexact -6949,SUCCESS,2,1,375.67,60761342.62,60761718.29,127,114,2801,601.07,graphstate -6951,SUCCESS,2,1,1019.3,60761718.29,60762737.59,127,285,3040,1630.88,dj -6952,SUCCESS,2,1,876.24,60762737.59,60763613.83,127,392,1900,1401.98,realamprandom -6954,SUCCESS,2,1,135.85,60763613.83,60763749.68,127,35,3299,217.36,graphstate -6955,SUCCESS,2,1,25531.85,60763749.68,60789281.53,127,7674,2828,40850.96,su2random -6956,SUCCESS,2,1,17066.04,60789281.53,60806347.57,127,5904,2457,27305.66,twolocalrandom -6958,SUCCESS,2,1,13863.98,60806347.57,60820211.55,127,3125,3771,22182.37,qft -6959,SUCCESS,2,1,1011.3,60820211.55,60821222.85,127,311,2764,1618.08,graphstate -6960,SUCCESS,2,1,1026.45,60821222.85,60822249.3,127,316,2761,1642.32,wstate -6961,SUCCESS,2,1,2918.22,60822249.3,60825167.52,127,1676,1480,4669.15,qpeinexact -6962,SUCCESS,2,1,614.95,60825167.52,60825782.47,127,359,1456,983.92,ae -6963,SUCCESS,2,1,816.36,60825782.47,60826598.83,127,573,1211,1306.18,realamprandom -6964,SUCCESS,2,1,16654.69,60826598.83,60843253.52,127,4160,3403,26647.5,realamprandom -6966,SUCCESS,2,1,10200.86,60843253.52,60853454.38,127,5349,1621,16321.38,qftentangled -6967,SUCCESS,2,1,3900.3,60853454.38,60857354.68,127,1082,3064,6240.48,ae -6968,SUCCESS,2,1,1128.17,60857354.68,60858482.85,127,543,1766,1805.07,ghz -6969,SUCCESS,2,1,15326.9,60858482.85,60873809.75,127,4710,2766,24523.04,qpeinexact -6970,SUCCESS,2,1,4873.51,60873809.75,60878683.26,127,2378,1742,7797.62,qft -6971,SUCCESS,2,1,4915.77,60878683.26,60883599.03,127,1741,2400,7865.23,qpeinexact -6972,SUCCESS,2,1,18594.23,60883599.03,60902193.26,127,7639,2069,29750.77,qft -6973,SUCCESS,2,1,50706.7,60902193.26,60952899.96,127,13377,3222,81130.72,su2random -6975,SUCCESS,2,1,1528.1,60952899.96,60954428.06,127,576,2255,2444.96,ae -6977,SUCCESS,2,1,849.22,60954428.06,60955277.28,127,233,3098,1358.75,dj -6979,SUCCESS,2,1,742.48,60955277.28,60956019.76,127,346,1824,1187.97,dj -6980,SUCCESS,2,1,8044.8,60956019.76,60964064.56,127,6361,1075,12871.68,qpeinexact -6981,SUCCESS,2,1,4047.79,60964064.56,60968112.35,127,1626,2116,6476.46,wstate -6982,SUCCESS,2,1,23360.51,60968112.35,60991472.86,127,11646,1705,37376.82,realamprandom -6984,SUCCESS,2,1,5420,60991472.86,60996892.86,127,1826,2523,8672,realamprandom -6986,SUCCESS,2,1,1321.91,60996892.86,60998214.77,127,366,3070,2115.06,portfolioqaoa -6987,SUCCESS,2,1,7715.58,60998214.77,61005930.35,127,6240,1051,12344.93,realamprandom -6988,SUCCESS,2,1,2683.43,61005930.35,61008613.78,127,976,2337,4293.49,su2random -6989,SUCCESS,2,1,1047.18,61008613.78,61009660.96,127,774,1150,1675.49,su2random -6990,SUCCESS,2,1,1367.14,61009660.96,61011028.1,127,358,3246,2187.42,qpeinexact -6991,SUCCESS,2,1,66.16,61011028.1,61011094.26,127,23,2445,105.86,ghz -6992,SUCCESS,2,1,543.26,61011094.26,61011637.52,127,293,1576,869.22,twolocalrandom -6993,SUCCESS,2,1,9390.03,61011637.52,61021027.55,127,2525,3161,15024.05,qnn -6995,SUCCESS,2,1,2409.77,61021027.55,61023437.32,127,1842,1112,3855.63,qnn -6996,SUCCESS,2,1,4705.51,61023437.32,61028142.83,127,2081,1922,7528.82,ae -6997,SUCCESS,2,1,14904.55,61028142.83,61043047.38,127,3213,3943,23847.28,qftentangled -6998,SUCCESS,2,1,69.51,61043047.38,61043116.89,127,47,1257,111.22,graphstate -6999,SUCCESS,2,1,3064.24,61043116.89,61046181.13,127,900,2894,4902.78,portfoliovqe -7000,SUCCESS,2,1,5652.24,61046181.13,61051833.37,127,2001,2401,9043.58,twolocalrandom -7001,SUCCESS,2,1,617.42,61051833.37,61052450.79,127,341,1539,987.87,wstate -7002,SUCCESS,2,1,2190.76,61052450.79,61054641.55,127,512,3637,3505.22,dj -7004,SUCCESS,2,1,104.81,61054641.55,61054746.36,127,24,3712,167.7,ghz -7005,SUCCESS,2,1,6891.37,61054746.36,61061637.73,127,2180,2687,11026.19,qftentangled -7006,SUCCESS,2,1,47903.88,61061637.73,61109541.61,127,11171,3645,76646.21,realamprandom -7007,SUCCESS,2,1,10101.38,61109541.61,61119642.99,127,2669,3217,16162.21,su2random -7009,SUCCESS,2,1,16184.49,61119642.99,61135827.48,127,5205,2643,25895.18,realamprandom -7010,SUCCESS,2,1,23929.16,61135827.48,61159756.64,127,8391,2424,38286.66,twolocalrandom -7012,SUCCESS,2,1,163.42,61159756.64,61159920.06,127,60,2315,261.47,graphstate -7013,SUCCESS,2,1,823.16,61159920.06,61160743.22,127,221,3166,1317.06,wstate -7015,SUCCESS,2,1,9402.08,61160743.22,61170145.3,127,4020,1988,15043.33,qft -7016,SUCCESS,2,1,1032.27,61170145.3,61171177.57,127,769,1141,1651.63,qft -7017,SUCCESS,2,1,719.04,61171177.57,61171896.61,127,317,1928,1150.46,dj -7018,SUCCESS,2,1,1814.41,61171896.61,61173711.02,127,432,3570,2903.06,dj -7019,SUCCESS,2,1,1630.98,61173711.02,61175342,127,575,2411,2609.57,ghz -7020,SUCCESS,2,1,14845.54,61175342,61190187.54,127,5115,2467,23752.86,twolocalrandom -7021,SUCCESS,2,1,562.58,61190187.54,61190750.12,127,242,1976,900.13,qpeinexact -7022,SUCCESS,2,1,345.87,61190750.12,61191095.99,127,83,3542,553.39,ghz -7023,SUCCESS,2,1,551.39,61191095.99,61191647.38,127,137,3421,882.22,wstate -7026,SUCCESS,2,1,159.24,61191647.38,61191806.62,127,81,1671,254.78,graphstate -7027,SUCCESS,2,1,397.29,61191806.62,61192203.91,127,122,2768,635.66,qaoa -7028,SUCCESS,2,1,430.64,61192203.91,61192634.55,127,177,2068,689.02,dj -7029,SUCCESS,2,1,159792.95,61192634.55,61352427.5,127,52000,2612,255668.72,random -7030,SUCCESS,2,1,460.5,61352427.5,61352888,127,307,1275,736.8,wstate -7032,SUCCESS,2,1,208.95,61352888,61353096.95,127,64,2775,334.32,ghz -7033,SUCCESS,2,1,2050.07,61353096.95,61355147.02,127,829,2102,3280.11,qft -7034,SUCCESS,2,1,227.46,61355147.02,61355374.48,127,69,2802,363.94,wstate -7035,SUCCESS,2,1,1385.1,61355374.48,61356759.58,127,323,3645,2216.16,dj -7036,SUCCESS,2,1,40616.37,61356759.58,61397375.95,127,15030,2297,64986.19,realamprandom -7037,SUCCESS,2,1,9265.65,61397375.95,61406641.6,127,2642,2981,14825.04,realamprandom -7038,SUCCESS,2,1,981.72,61406641.6,61407623.32,127,349,2391,1570.75,twolocalrandom -7040,SUCCESS,2,1,1037.98,61407623.32,61408661.3,127,257,3433,1660.77,wstate -7041,SUCCESS,2,1,765.45,61408661.3,61409426.75,127,375,1735,1224.72,dj -7042,SUCCESS,2,1,3598.45,61409426.75,61413025.2,127,1767,1731,5757.52,qftentangled -7043,SUCCESS,2,1,250.86,61413025.2,61413276.06,127,111,1921,401.38,graphstate -7044,SUCCESS,2,1,651.28,61413276.06,61413927.34,127,445,1244,1042.05,dj -7046,SUCCESS,2,1,549.35,61413927.34,61414476.69,127,152,3072,878.96,pricingcall -7049,SUCCESS,2,1,17809.35,61414476.69,61432286.04,127,3847,3935,28494.96,qnn -7050,SUCCESS,2,1,1982.4,61432286.04,61434268.44,127,428,3937,3171.84,qnn -7051,SUCCESS,2,1,2822.91,61434268.44,61437091.35,127,1368,1754,4516.66,qpeinexact -7052,SUCCESS,2,1,1640.21,61437091.35,61438731.56,127,590,2363,2624.34,dj -7053,SUCCESS,2,1,1252.4,61438731.56,61439983.96,127,340,3131,2003.84,dj -7054,SUCCESS,2,1,1786.1,61439983.96,61441770.06,127,377,4027,2857.76,qft -7055,SUCCESS,2,1,1862.92,61441770.06,61443632.98,127,1313,1206,2980.67,random -7056,SUCCESS,2,1,372.99,61443632.98,61444005.97,127,103,3078,596.78,qft -7057,SUCCESS,2,1,2705.27,61444005.97,61446711.24,127,1957,1175,4328.43,su2random -7059,SUCCESS,2,1,23514.02,61446711.24,61470225.26,127,11216,1782,37622.43,qnn -7060,SUCCESS,2,1,899.42,61470225.26,61471124.68,127,500,1529,1439.07,dj -7061,SUCCESS,2,1,2836.1,61471124.68,61473960.78,127,1343,1795,4537.76,qpeexact -7062,SUCCESS,2,1,10093.04,61473960.78,61484053.82,127,2780,3086,16148.86,realamprandom -7063,SUCCESS,2,1,34764.7,61484053.82,61518818.52,127,9679,3053,55623.52,qnn -7064,SUCCESS,2,1,8182.32,61518818.52,61527000.84,127,3972,1751,13091.71,random -7067,SUCCESS,2,1,575.17,61527000.84,61527576.01,127,184,2657,920.27,realamprandom -7068,SUCCESS,2,1,643.82,61527576.01,61528219.83,127,139,3937,1030.11,wstate -7069,SUCCESS,2,1,32404.35,61528219.83,61560624.18,127,8418,3272,51846.96,twolocalrandom -7070,SUCCESS,2,1,4118.95,61560624.18,61564743.13,127,917,3818,6590.32,ae -7071,SUCCESS,2,1,120.42,61564743.13,61564863.55,127,89,1150,192.67,wstate -7074,SUCCESS,2,1,3209.02,61564863.55,61568072.57,127,676,4035,5134.43,qftentangled -7076,SUCCESS,2,1,3429.85,61568072.57,61571502.42,127,977,2984,5487.76,qwalk-v-chain -7078,SUCCESS,2,1,1426.59,61571502.42,61572929.01,127,705,1720,2282.54,pricingput -7079,SUCCESS,2,1,1638.62,61572929.01,61574567.63,127,572,2435,2621.79,dj -7080,SUCCESS,2,1,112.42,61574567.63,61574680.05,127,75,1274,179.87,ghz -7081,SUCCESS,2,1,1911.8,61574680.05,61576591.85,127,935,1738,3058.88,qft -7082,SUCCESS,2,1,27049.81,61576591.85,61603641.66,127,9153,2512,43279.7,realamprandom -7084,SUCCESS,2,1,7516.24,61603641.66,61611157.9,127,1760,3630,12025.98,qftentangled -7085,SUCCESS,2,1,19774.24,61611157.9,61630932.14,127,5370,3130,31638.78,realamprandom -7087,SUCCESS,2,1,2055.76,61630932.14,61632987.9,127,479,3648,3289.22,portfolioqaoa -7088,SUCCESS,2,1,3202.31,61632987.9,61636190.21,127,2162,1259,5123.7,ae -7090,SUCCESS,2,1,1145.85,61636190.21,61637336.06,127,309,3152,1833.36,wstate -7091,SUCCESS,2,1,361.18,61637336.06,61637697.24,127,250,1228,577.89,dj -7092,SUCCESS,2,1,16634.65,61637697.24,61654331.89,127,5850,2417,26615.44,qft -7094,SUCCESS,2,1,1252.6,61654331.89,61655584.49,127,269,3958,2004.16,wstate -7095,SUCCESS,2,1,6862.46,61655584.49,61662446.95,127,2479,2353,10979.94,qpeexact -7096,SUCCESS,2,1,5350.24,61662446.95,61667797.19,127,2790,1630,8560.38,qpeinexact -7098,SUCCESS,2,1,21964.57,61667797.19,61689761.76,127,6637,2813,35143.31,twolocalrandom -7099,SUCCESS,2,1,1486.03,61689761.76,61691247.79,127,625,2021,2377.65,dj -7102,SUCCESS,2,1,686.14,61691247.79,61691933.93,127,393,1484,1097.82,wstate -7103,SUCCESS,2,1,83064.43,61691933.93,61774998.36,127,34010,2076,132903.09,random -7104,SUCCESS,2,1,1151.97,61774998.36,61776150.33,127,244,4013,1843.15,graphstate -7105,SUCCESS,2,1,7223.56,61776150.33,61783373.89,127,4705,1305,11557.7,qpeinexact -7106,SUCCESS,2,1,4684.34,61783373.89,61788058.23,127,1772,2247,7494.94,qft -7109,SUCCESS,2,1,4738.1,61788058.23,61792796.33,127,1115,3612,7580.96,wstate -7110,SUCCESS,2,1,1207.57,61792796.33,61794003.9,127,972,1056,1932.11,qpeexact -7111,SUCCESS,2,1,203.7,61794003.9,61794207.6,127,85,2037,325.92,ghz -7112,SUCCESS,2,1,10076.84,61794207.6,61804284.44,127,6373,1344,16122.94,qpeexact -7114,SUCCESS,2,1,2867.72,61804284.44,61807152.16,127,666,3660,4588.35,dj -7115,SUCCESS,2,1,386.6,61807152.16,61807538.76,127,85,3866,618.56,dj -7117,SUCCESS,2,1,3229.76,61807538.76,61810768.52,127,936,2933,5167.62,qnn -7118,SUCCESS,2,1,75.53,61810768.52,61810844.05,127,37,1735,120.85,ghz -7119,SUCCESS,2,1,5347.29,61810844.05,61816191.34,127,3308,1374,8555.66,ae -7120,SUCCESS,2,1,10411.11,61816191.34,61826602.45,127,5396,1640,16657.78,twolocalrandom -7121,SUCCESS,2,1,1586.07,61826602.45,61828188.52,127,894,1508,2537.71,pricingput -7122,SUCCESS,2,1,555.92,61828188.52,61828744.44,127,387,1221,889.47,ae -7123,SUCCESS,2,1,20688.14,61828744.44,61849432.58,127,9694,1814,33101.02,twolocalrandom -7124,SUCCESS,2,1,12902.57,61849432.58,61862335.15,127,4340,2527,20644.11,qpeinexact -7125,SUCCESS,2,1,2996.34,61862335.15,61865331.49,127,2007,1269,4794.14,su2random -7126,SUCCESS,2,1,47891.88,61865331.49,61913223.37,127,18304,2224,76627.01,su2random -7127,SUCCESS,2,1,563.42,61913223.37,61913786.79,127,197,2431,901.47,wstate -7128,SUCCESS,2,1,4336.83,61913786.79,61918123.62,127,912,4042,6938.93,random -7131,SUCCESS,2,1,2527.08,61918123.62,61920650.7,127,1796,1196,4043.33,ae -7132,SUCCESS,2,1,13749.93,61920650.7,61934400.63,127,7679,1522,21999.89,qftentangled -7135,SUCCESS,2,1,2103.57,61934400.63,61936504.2,127,458,3904,3365.71,ae -7136,SUCCESS,2,1,546.74,61936504.2,61937050.94,127,145,3205,874.78,wstate -7137,SUCCESS,2,1,340.54,61937050.94,61937391.48,127,223,1298,544.86,qftentangled -7139,SUCCESS,2,1,152.22,61937391.48,61937543.7,127,36,3594,243.55,graphstate -7141,SUCCESS,2,1,3802.26,61937543.7,61941345.96,127,2276,1420,6083.62,qftentangled -7143,SUCCESS,2,1,220.1,61941345.96,61941566.06,127,60,3118,352.16,graphstate -7145,SUCCESS,2,1,2891.24,61941566.06,61944457.3,127,1286,1911,4625.98,wstate -7146,SUCCESS,2,1,12071.37,61944457.3,61956528.67,127,7954,1290,19314.19,su2random -7147,SUCCESS,2,1,5663.71,61956528.67,61962192.38,127,1827,2635,9061.94,ae -7149,SUCCESS,2,1,1655.28,61962192.38,61963847.66,127,1263,1114,2648.45,twolocalrandom -7150,SUCCESS,2,1,539.83,61963847.66,61964387.49,127,416,1103,863.73,ae -7151,SUCCESS,2,1,1801.99,61964387.49,61966189.48,127,701,2185,2883.18,dj -7152,SUCCESS,2,1,3589.13,61966189.48,61969778.61,127,1486,2053,5742.61,wstate -7153,SUCCESS,2,1,7965.18,61969778.61,61977743.79,127,6240,1085,12744.29,twolocalrandom -7154,SUCCESS,2,1,12520.32,61977743.79,61990264.11,127,3131,3399,20032.51,qpeinexact -7155,SUCCESS,2,1,3107.38,61990264.11,61993371.49,127,1318,2004,4971.81,realamprandom -7156,SUCCESS,2,1,225.19,61993371.49,61993596.68,127,73,2622,360.3,ghz -7157,SUCCESS,2,1,16808.72,61993596.68,62010405.4,127,6169,2316,26893.95,su2random -7158,SUCCESS,2,1,728.66,62010405.4,62011134.06,127,203,3051,1165.86,graphstate -7159,SUCCESS,2,1,4616.56,62011134.06,62015750.62,127,2509,1564,7386.5,qpeinexact -7160,SUCCESS,2,1,12058.47,62015750.62,62027809.09,127,2786,3679,19293.55,ae -7162,SUCCESS,2,1,91815.99,62027809.09,62119625.08,127,31368,2488,146905.58,random -7163,SUCCESS,2,1,11407.33,62119625.08,62131032.41,127,5621,1725,18251.73,realamprandom -7166,SUCCESS,2,1,14369.34,62131032.41,62145401.75,127,7097,1721,22990.94,qftentangled -7167,SUCCESS,2,1,5116.95,62145401.75,62150518.7,127,3295,1320,8187.12,qpeexact -7168,SUCCESS,2,1,4158.68,62150518.7,62154677.38,127,2162,1635,6653.89,twolocalrandom -7169,SUCCESS,2,1,95.53,62154677.38,62154772.91,127,58,1400,152.85,ghz -7172,SUCCESS,2,1,2024.36,62154772.91,62156797.27,127,742,2319,3238.98,qftentangled -7173,SUCCESS,2,1,7195.96,62156797.27,62163993.23,127,4040,1514,11513.54,ae -7174,SUCCESS,2,1,214.8,62163993.23,62164208.03,127,67,2725,343.68,graphstate -7175,SUCCESS,2,1,18476.29,62164208.03,62182684.32,127,6607,2377,29562.06,qwalk-v-chain -7177,SUCCESS,2,1,69191.6,62182684.32,62251875.92,127,23734,2478,110706.56,random -7178,SUCCESS,2,1,132.02,62251875.92,62252007.94,127,35,3206,211.23,graphstate -7179,SUCCESS,2,1,113.28,62252007.94,62252121.22,127,54,1783,181.25,qaoa -7180,SUCCESS,2,1,539.77,62252121.22,62252660.99,127,204,2249,863.63,su2random -7184,SUCCESS,2,1,282.35,62252660.99,62252943.34,127,131,1832,451.76,graphstate -7186,SUCCESS,2,1,42969.16,62252943.34,62295912.5,127,12066,3027,68750.66,su2random -7187,SUCCESS,2,1,5115.32,62295912.5,62301027.82,127,1642,2648,8184.51,qnn -7188,SUCCESS,2,1,23676.16,62301027.82,62324703.98,127,7690,2617,37881.86,qpeinexact -7189,SUCCESS,2,1,1868.71,62324703.98,62326572.69,127,397,4001,2989.94,wstate -7190,SUCCESS,2,1,497.81,62326572.69,62327070.5,127,112,3778,796.5,dj -7191,SUCCESS,2,1,10817.76,62327070.5,62337888.26,127,5662,1624,17308.42,qpeinexact -7192,SUCCESS,2,1,296.96,62337888.26,62338185.22,127,107,2359,475.14,graphstate -7193,SUCCESS,2,1,4748.31,62338185.22,62342933.53,127,1272,3173,7597.3,realamprandom -7194,SUCCESS,2,1,11082.11,62342933.53,62354015.64,127,4181,2253,17731.38,qpeinexact -7195,SUCCESS,2,1,10455.46,62354015.64,62364471.1,127,2545,3492,16728.74,qpeinexact -7196,SUCCESS,2,1,5810.95,62364471.1,62370282.05,127,2647,1866,9297.52,qnn -7198,SUCCESS,2,1,411.6,62370282.05,62370693.65,127,298,1174,658.56,dj -7199,SUCCESS,2,1,11543.48,62370693.65,62382237.13,127,3108,3157,18469.57,qft -7200,SUCCESS,2,1,4162.11,62382237.13,62386399.24,127,888,3984,6659.38,qpeexact -7201,SUCCESS,2,1,4962.43,62386399.24,62391361.67,127,2162,1951,7939.89,realamprandom -7202,SUCCESS,2,1,2139.61,62391361.67,62393501.28,127,982,1852,3423.38,random -7203,SUCCESS,2,1,12276.66,62393501.28,62405777.94,127,4379,2383,19642.66,qpeexact -7204,SUCCESS,2,1,197.89,62405777.94,62405975.83,127,62,2713,316.62,graphstate -7205,SUCCESS,2,1,213.41,62405975.83,62406189.24,127,145,1251,341.46,wstate -7206,SUCCESS,2,1,357.89,62406189.24,62406547.13,127,234,1300,572.62,qftentangled -7207,SUCCESS,2,1,22552.04,62406547.13,62429099.17,127,8573,2236,36083.26,qpeinexact -7208,SUCCESS,2,1,684.17,62429099.17,62429783.34,127,197,2952,1094.67,wstate -7209,SUCCESS,2,1,30283.37,62429783.34,62460066.71,127,6432,4002,48453.39,qft -7210,SUCCESS,2,1,17431.03,62460066.71,62477497.74,127,4869,3043,27889.65,qftentangled -7212,SUCCESS,2,1,20081.47,62477497.74,62497579.21,127,5366,3181,32130.35,twolocalrandom -7213,SUCCESS,2,1,14782.56,62497579.21,62512361.77,127,3779,3325,23652.1,realamprandom -7214,SUCCESS,2,1,484.52,62512361.77,62512846.29,127,130,3168,775.23,graphstate -7215,SUCCESS,2,1,407.96,62512846.29,62513254.25,127,213,1628,652.74,graphstate -7216,SUCCESS,2,1,442.49,62513254.25,62513696.74,127,135,2786,707.98,graphstate -7217,SUCCESS,2,1,4942.35,62513696.74,62518639.09,127,2139,1964,7907.76,twolocalrandom -7218,SUCCESS,2,1,4317.42,62518639.09,62522956.51,127,3110,1180,6907.87,qpeinexact -7219,SUCCESS,2,1,2651.23,62522956.51,62525607.74,127,1420,1587,4241.97,qftentangled -7220,SUCCESS,2,1,11341.18,62525607.74,62536948.92,127,2515,3833,18145.89,qpeinexact -7221,SUCCESS,2,1,564.11,62536948.92,62537513.03,127,128,3746,902.58,dj -7222,SUCCESS,2,1,944.95,62537513.03,62538457.98,127,320,2510,1511.92,qftentangled -7224,SUCCESS,2,1,5030.91,62538457.98,62543488.89,127,1852,2309,8049.46,qftentangled -7225,SUCCESS,2,1,296.85,62543488.89,62543785.74,127,95,2656,474.96,ghz -7226,SUCCESS,2,1,4725.77,62543785.74,62548511.51,127,1748,2298,7561.23,qft -7227,SUCCESS,2,1,10246.03,62548511.51,62558757.54,127,5040,1728,16393.65,qft -7228,SUCCESS,2,1,6843.9,62558757.54,62565601.44,127,5222,1114,10950.24,qnn -7229,SUCCESS,2,1,4460.28,62565601.44,62570061.72,127,1728,2194,7136.45,qpeinexact -7230,SUCCESS,2,1,13224.23,62570061.72,62583285.95,127,4026,2792,21158.77,twolocalrandom -7231,SUCCESS,2,1,906.38,62583285.95,62584192.33,127,594,1297,1450.21,dj -7232,SUCCESS,2,1,5811.13,62584192.33,62590003.46,127,2455,2012,9297.81,pricingcall -7233,SUCCESS,2,1,374.42,62590003.46,62590377.88,127,95,3350,599.07,graphstate -7234,SUCCESS,2,1,3002.92,62590377.88,62593380.8,127,1120,2279,4804.67,qftentangled -7236,SUCCESS,2,1,116.58,62593380.8,62593497.38,127,45,2202,186.53,graphstate -7238,SUCCESS,2,1,2281.79,62593497.38,62595779.17,127,704,2755,3650.86,qpeexact -7239,SUCCESS,2,1,1367.25,62595779.17,62597146.42,127,292,3980,2187.6,graphstate -7240,SUCCESS,2,1,469.42,62597146.42,62597615.84,127,168,2375,751.07,graphstate -7241,SUCCESS,2,1,4141.8,62597615.84,62601757.64,127,913,3856,6626.88,realamprandom -7242,SUCCESS,2,1,16493.87,62601757.64,62618251.51,127,6437,2178,26390.19,qft -7244,SUCCESS,2,1,2207.97,62618251.51,62620459.48,127,993,1890,3532.75,ghz -7245,SUCCESS,2,1,619.89,62620459.48,62621079.37,127,275,1916,991.82,dj -7246,SUCCESS,2,1,45093.15,62621079.37,62666172.52,127,21235,1805,72149.04,random -7247,SUCCESS,2,1,1677.11,62666172.52,62667849.63,127,592,2408,2683.38,twolocalrandom -7249,SUCCESS,2,1,8105.12,62667849.63,62675954.75,127,3533,1950,12968.19,twolocalrandom -7251,SUCCESS,2,1,3594.01,62675954.75,62679548.76,127,2162,1413,5750.42,twolocalrandom -7252,SUCCESS,2,1,794.13,62679548.76,62680342.89,127,319,2116,1270.61,qpeinexact -7253,SUCCESS,2,1,4182.14,62680342.89,62684525.03,127,3392,1048,6691.42,random -7254,SUCCESS,2,1,587.9,62684525.03,62685112.93,127,122,4096,940.64,graphstate -7256,SUCCESS,2,1,14352.44,62685112.93,62699465.37,127,3564,3423,22963.9,qnn -7257,SUCCESS,2,1,54552.62,62699465.37,62754017.99,127,13162,3523,87284.19,random -7258,SUCCESS,2,1,12949.33,62754017.99,62766967.32,127,3225,3413,20718.93,twolocalrandom -7259,SUCCESS,2,1,29635.65,62766967.32,62796602.97,127,6799,3705,47417.04,qpeinexact -7261,SUCCESS,2,1,3774.45,62796602.97,62800377.42,127,2159,1486,6039.12,ae -7262,SUCCESS,2,1,5127.66,62800377.42,62805505.08,127,1113,3916,8204.26,wstate -7263,SUCCESS,2,1,2465.69,62805505.08,62807970.77,127,578,3626,3945.1,qpeinexact -7264,SUCCESS,2,1,68142.96,62807970.77,62876113.73,127,22661,2556,109028.74,random -7265,SUCCESS,2,1,17972.77,62876113.73,62894086.5,127,6922,2207,28756.43,qft -7266,SUCCESS,2,1,549.22,62894086.5,62894635.72,127,210,2223,878.75,qpeinexact -7267,SUCCESS,2,1,141.45,62894635.72,62894777.17,127,94,1279,226.32,graphstate -7268,SUCCESS,2,1,228.39,62894777.17,62895005.56,127,58,3347,365.42,graphstate -7269,SUCCESS,2,1,1502.76,62895005.56,62896508.32,127,610,2094,2404.42,dj -7270,SUCCESS,2,1,17187.22,62896508.32,62913695.54,127,7243,2017,27499.55,qnn -7271,SUCCESS,2,1,4054.6,62913695.54,62917750.14,127,2395,1439,6487.36,realamprandom -7273,SUCCESS,2,1,18235.58,62917750.14,62935985.72,127,4354,3560,29176.93,qpeexact -7275,SUCCESS,2,1,686.18,62935985.72,62936671.9,127,195,2991,1097.89,graphstate -7276,SUCCESS,2,1,526.43,62936671.9,62937198.33,127,115,3891,842.29,dj -7277,SUCCESS,2,1,16183.68,62937198.33,62953382.01,127,10220,1346,25893.89,ae -7278,SUCCESS,2,1,1906.59,62953382.01,62955288.6,127,740,2190,3050.54,twolocalrandom -7279,SUCCESS,2,1,8479.91,62955288.6,62963768.51,127,4260,1692,13567.86,qpeinexact -7280,SUCCESS,2,1,1371.52,62963768.51,62965140.03,127,468,2491,2194.43,qftentangled -7281,SUCCESS,2,1,1622.07,62965140.03,62966762.1,127,501,2752,2595.31,portfoliovqe -7282,SUCCESS,2,1,522.45,62966762.1,62967284.55,127,353,1258,835.92,wstate -7283,SUCCESS,2,1,2689.08,62967284.55,62969973.63,127,814,2808,4302.53,twolocalrandom -7284,SUCCESS,2,1,7053.6,62969973.63,62977027.23,127,4181,1434,11285.76,su2random -7285,SUCCESS,2,1,245.99,62977027.23,62977273.22,127,70,2987,393.58,graphstate -7286,SUCCESS,2,1,461.38,62977273.22,62977734.6,127,298,1316,738.21,su2random -7287,SUCCESS,2,1,23017.41,62977734.6,63000752.01,127,4879,4010,36827.86,realamprandom -7288,SUCCESS,2,1,43108.14,63000752.01,63043860.15,127,9779,3747,68973.02,ae -7289,SUCCESS,2,1,120.69,63043860.15,63043980.84,127,34,3017,193.1,ghz -7292,SUCCESS,2,1,20075.3,63043980.84,63064056.14,127,7200,2370,32120.48,su2random -7294,SUCCESS,2,1,167865.22,63064056.14,63231921.36,127,37918,3763,268584.35,random -7295,SUCCESS,2,1,1220.53,63231921.36,63233141.89,127,838,1238,1952.85,dj -7296,SUCCESS,2,1,1913.22,63233141.89,63235055.11,127,547,2973,3061.15,dj -7298,SUCCESS,2,1,5296.95,63235055.11,63240352.06,127,1400,3216,8475.12,qnn -7300,SUCCESS,2,1,704.2,63240352.06,63241056.26,127,302,1982,1126.72,dj -7301,SUCCESS,2,1,1421.98,63241056.26,63242478.24,127,328,3685,2275.17,dj -7302,SUCCESS,2,1,13884.13,63242478.24,63256362.37,127,4576,2579,22214.61,qpeexact -7303,SUCCESS,2,1,5404.16,63256362.37,63261766.53,127,1738,2643,8646.66,twolocalrandom -7304,SUCCESS,2,1,6268.23,63261766.53,63268034.76,127,4813,1107,10029.17,qpeinexact -7305,SUCCESS,2,1,39358.8,63268034.76,63307393.56,127,13572,2465,62974.08,su2random -7306,SUCCESS,2,1,2368.49,63307393.56,63309762.05,127,536,3756,3789.58,graphstate -7307,SUCCESS,2,1,17110.73,63309762.05,63326872.78,127,4555,3193,27377.17,qftentangled -7308,SUCCESS,2,1,46827.53,63326872.78,63373700.31,127,11340,3510,74924.05,twolocalrandom -7309,SUCCESS,2,1,612.43,63373700.31,63374312.74,127,180,2892,979.89,qftentangled -7310,SUCCESS,2,1,12402.77,63374312.74,63386715.51,127,4303,2450,19844.43,qftentangled -7311,SUCCESS,2,1,3821.54,63386715.51,63390537.05,127,1488,2183,6114.46,ae -7313,SUCCESS,2,1,13822.6,63390537.05,63404359.65,127,6710,1751,22116.16,ae -7314,SUCCESS,2,1,1603.28,63404359.65,63405962.93,127,339,4020,2565.25,graphstate From 5cdf6985853daddedc6bb45c77a98f5e2f416f75 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Wed, 26 Jul 2023 02:57:02 +0000 Subject: [PATCH 2/6] Update the benchmark --- .../iQuantumCloudEdgeEvaluationSet1.java | 250 ++++++++++ .../iQuantumCloudEdgeEvaluationSet2.java | 250 ++++++++++ .../iQuantumCloudEdgeEvaluationSet3.java | 250 ++++++++++ .../1.0/distribution-1.0.tar.gz.md5 | 2 +- .../1.0/distribution-1.0.tar.gz.sha1 | 2 +- .../distribution/1.0/distribution-1.0.zip.md5 | 2 +- .../1.0/distribution-1.0.zip.sha1 | 2 +- .../iquantum/distribution/maven-metadata.xml | 2 +- .../distribution/maven-metadata.xml.md5 | 2 +- .../distribution/maven-metadata.xml.sha1 | 2 +- .../1.0/documentation-1.0.jar.md5 | 2 +- .../1.0/documentation-1.0.jar.sha1 | 2 +- .../iquantum/documentation/maven-metadata.xml | 2 +- .../documentation/maven-metadata.xml.md5 | 2 +- .../documentation/maven-metadata.xml.sha1 | 2 +- .../qcloudedge/iQuantumCloudEdgeExample3.java | 35 ++ .../quantum/qubittopologies/IBMQTopology.java | 3 +- .../target/apidocs/legal/ASSEMBLY_EXCEPTION | 6 +- .../iquantum/target/apidocs/legal/jquery.md | 6 +- .../apidocs/script-dir/jquery-3.6.0.min.js | 2 - modules/iquantum/target/apidocs/script.js | 4 +- modules/iquantum/target/apidocs/search.js | 35 +- .../iquantum/target/apidocs/stylesheet.css | 374 ++++++++------- .../javadoc-bundle-options/package-list | 434 +++++++++--------- .../target/maven-archiver/pom.properties | 4 +- .../maven-javadoc-plugin-stale-data.txt | 178 +++---- .../TEST-org.iquantum.CTaskTest.xml | 67 ++- ...tum.CloudletSchedulerSingleServiceTest.xml | 75 ++- ...T-org.iquantum.HostDynamicWorkloadTest.xml | 69 ++- .../TEST-org.iquantum.HostTest.xml | 75 +-- .../TEST-org.iquantum.LogTest.xml | 65 ++- .../TEST-org.iquantum.PeTest.xml | 69 ++- ....UtilizationModelPlanetLabInMemoryTest.xml | 65 ++- ...quantum.UtilizationModelStochasticTest.xml | 65 ++- ...chedulerTimeSharedOverSubscriptionTest.xml | 65 ++- ...org.iquantum.VmSchedulerTimeSharedTest.xml | 69 ++- .../TEST-org.iquantum.lists.PeListTest.xml | 73 ++- .../TEST-org.iquantum.lists.VmListTest.xml | 65 ++- .../TEST-org.iquantum.power.PowerHostTest.xml | 65 ++- ...mSelectionPolicyMaximumCorrelationTest.xml | 67 ++- ...antum.power.models.PowerModelCubicTest.xml | 69 ++- ...ntum.power.models.PowerModelLinearTest.xml | 67 ++- ...werModelSpecPowerIbmX3550XeonX5675Test.xml | 65 ++- ...uantum.power.models.PowerModelSqrtTest.xml | 67 ++- ...ntum.power.models.PowerModelSquareTest.xml | 67 ++- ...m.provisioners.BwProvisionerSimpleTest.xml | 65 ++- ...m.provisioners.PeProvisionerSimpleTest.xml | 65 ++- ....provisioners.RamProvisionerSimpleTest.xml | 65 ++- .../TEST-org.iquantum.util.MathUtilTest.xml | 73 ++- ...g.iquantum.util.WorkloadFileReaderTest.xml | 69 ++- .../org.iquantum.CTaskTest.txt | 2 +- ...tum.CloudletSchedulerSingleServiceTest.txt | 2 +- .../org.iquantum.HostDynamicWorkloadTest.txt | 2 +- .../org.iquantum.HostTest.txt | 2 +- .../surefire-reports/org.iquantum.PeTest.txt | 2 +- ...org.iquantum.VmSchedulerTimeSharedTest.txt | 2 +- .../org.iquantum.lists.PeListTest.txt | 2 +- ...antum.power.models.PowerModelCubicTest.txt | 2 +- ...ntum.power.models.PowerModelLinearTest.txt | 2 +- ...uantum.power.models.PowerModelSqrtTest.txt | 2 +- ...ntum.power.models.PowerModelSquareTest.txt | 2 +- .../org.iquantum.util.MathUtilTest.txt | 2 +- ...g.iquantum.util.WorkloadFileReaderTest.txt | 2 +- .../org/iquantum/modules/maven-metadata.xml | 2 +- .../iquantum/modules/maven-metadata.xml.md5 | 2 +- .../iquantum/modules/maven-metadata.xml.sha1 | 2 +- 66 files changed, 2141 insertions(+), 1372 deletions(-) create mode 100644 benchmark/iQuantumCloudEdgeEvaluationSet1.java create mode 100644 benchmark/iQuantumCloudEdgeEvaluationSet2.java create mode 100644 benchmark/iQuantumCloudEdgeEvaluationSet3.java delete mode 100644 modules/iquantum/target/apidocs/script-dir/jquery-3.6.0.min.js diff --git a/benchmark/iQuantumCloudEdgeEvaluationSet1.java b/benchmark/iQuantumCloudEdgeEvaluationSet1.java new file mode 100644 index 000000000..4e24949cc --- /dev/null +++ b/benchmark/iQuantumCloudEdgeEvaluationSet1.java @@ -0,0 +1,250 @@ +/** + * iQuantum Cloud Edge Example + * This example demonstrates the use of iQuantum in a hybrid cloud-edge environment. + * It creates a CEDatacenter, a CCDatacenter, a QEDatacenter, and a QDatacenter, and then creates all respective brokers + * and gateways for the cloud and edge environments. + * It also creates a CTask and a QTask to be submitted to the CCloudBroker and QCloudBroker respectively. + * Finally, it starts the simulation and prints the results. + */ +import org.iquantum.backends.quantum.IBMQNode; +import org.iquantum.backends.quantum.QNode; +import org.iquantum.brokers.*; +import org.iquantum.core.iQuantum; +import org.iquantum.datacenters.QCloudDatacenter; +import org.iquantum.datacenters.QDatacenterCharacteristics; +import org.iquantum.datacenters.QEdgeDatacenter; +import org.iquantum.gateways.CloudGateway; +import org.iquantum.gateways.EdgeGateway; +import org.iquantum.policies.qtasks.QTaskSchedulerSpaceShared; +import org.iquantum.tasks.QTask; +import org.iquantum.utils.Log; +import org.iquantum.utils.QTaskExporter; +import org.iquantum.utils.QTaskImporter; + +import java.io.IOException; +import java.nio.file.Path; +import java.nio.file.Paths; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Calendar; +import java.util.List; +import java.lang.management.ManagementFactory; +import java.lang.management.MemoryMXBean; +import java.lang.management.OperatingSystemMXBean; + +public class iQuantumCloudEdgeEvaluationSet1 { + private static List qTaskList; + + private static List qcNodeList; + + private static List qeNodeList; + public static void main(String[] args) throws Exception { + Log.disable(); + String exampleName = "iQuantumCE-Set1"; + System.out.println("Start the " + exampleName + " simulation"); + // Get the current time before executing the Java code + long startTime = System.currentTimeMillis(); + + // Step 1: Initialize the core simulation package. It should be called before creating any entities. + int num_user = 1; + Calendar calendar = Calendar.getInstance(); + boolean trace_flag = true; // trace events + iQuantum.init(num_user, calendar, trace_flag); + + // Step 2: Create QDatacenter + + QCloudDatacenter QCDatacenter = createQCDatacenter("QCloudDatacenter"); + QEdgeDatacenter QEDatacenter = createQEDatacenter("QEdgeDatacenter"); + + // Step 3: Create a CBroker and a QBroker + CCloudBroker ccBroker = createBroker(); + CEdgeBroker ceBroker = createEBroker(); + + QCloudBroker qcBroker = createQCBroker(); + QEdgeBroker qeBroker = createQEBroker(); + + CloudGateway cloudGateway = new CloudGateway("CloudGateway", ccBroker, qcBroker); + EdgeGateway edgeGateway = new EdgeGateway("EdgeGateway", ceBroker, qeBroker, cloudGateway); + + // Step 6: Create 4 QTasks + qTaskList = createQTaskList(qeBroker); + + // Step 7: Submit all tasks to brokers + edgeGateway.submitQTasks(qTaskList); + + // Step 8: Start the simulation + iQuantum.startSimulation(); + + // Step 9: Stop the simulation + iQuantum.stopSimulation(); + + // Step 10: Print the results when simulation is over + Log.printLine("SIMULATION RESULTS"); + Log.printLine("=========================================================="); + List qcTaskResults = qcBroker.getQTaskReceivedList(); + Log.printLine(); + Log.printLine("CLOUD Layer ================================"); + if(qcTaskResults.size() == 0) { + Log.printLine("No QTask received"); + } else { + QTaskExporter.printQTaskList(qcTaskResults); + QTaskExporter.extractQTaskListToCSV(qcTaskResults, exampleName+"-cloud"); + } + + Log.printLine(); + List qeTaskResults = qeBroker.getQTaskReceivedList(); + Log.printLine("EDGE Layer ================================"); + if(qeTaskResults.size() == 0) { + Log.printLine("No QTask received"); + } else { + QTaskExporter.printQTaskList(qeTaskResults); + QTaskExporter.extractQTaskListToCSV(qeTaskResults, exampleName+"-edge"); + } + System.out.println(exampleName +" finished!"); + + // RESOURCE CONSUMPTION + // Get the current time after executing the Java code + long endTime = System.currentTimeMillis(); + + // Calculate the execution time + long executionTime = endTime - startTime; + + // Print the execution time in milliseconds + System.out.println("Execution time: " + executionTime + " milliseconds"); + // Get the OperatingSystemMXBean instance + OperatingSystemMXBean osBean = ManagementFactory.getOperatingSystemMXBean(); + + // Get the MemoryMXBean instance + MemoryMXBean memoryBean = ManagementFactory.getMemoryMXBean(); + + // Get the number of available processors (CPU cores) + int availableProcessors = osBean.getAvailableProcessors(); + System.out.println("Number of available processors (CPU cores): " + availableProcessors); + + // Print CPU usage information + double cpuUsage = osBean.getSystemLoadAverage(); + System.out.println("CPU usage: " + cpuUsage + " (load average)"); + + // Print RAM (memory) usage information + long usedMemory = memoryBean.getHeapMemoryUsage().getUsed(); + long maxMemory = memoryBean.getHeapMemoryUsage().getMax(); + System.out.println("Used memory: " + usedMemory / (1024L * 1024L) + " MB"); + System.out.println("Max memory: " + maxMemory / (1024L * 1024L) + " MB"); + } + + /** + * Creates the broker. + * + * @return the datacenter broker + */ + private static CCloudBroker createBroker() { + CCloudBroker broker = null; + try { + broker = new CCloudBroker("CCBroker"); + } catch (Exception e) { + e.printStackTrace(); + return null; + } + return broker; + } + + private static CEdgeBroker createEBroker() { + CEdgeBroker broker = null; + try { + broker = new CEdgeBroker("CEBroker"); + } catch (Exception e) { + e.printStackTrace(); + return null; + } + return broker; + } + + /** + * QUANTUM PART + */ + + private static List createQTaskList(QBroker qBroker) { + List QTaskList = new ArrayList<>(); + String folderPath = "dataset/iquantum/MQT-Set01-298-10-27-IBMQ27-Opt3-Extra.csv"; +// String folderPath = "dataset/iquantum/MQT-Set02-10-27-Mapped-AllAlgorithmLeft-Extra.csv"; +// String folderPath = "dataset/iquantum/MQT-Set03-7-127-AllOpt-IBMMapped-Extra.csv"; + Path datasetPath = Paths.get(System.getProperty("user.dir"), folderPath); + QTaskImporter QTaskImporter = new QTaskImporter(); + try { + List QTasks = QTaskImporter.importQTasksFromCsv(datasetPath.toString()); + for (QTask qtask : QTasks) { + qtask.setBrokerId(qBroker.getId()); + QTaskList.add(qtask); + } + } catch (IOException e) { + System.err.println("Error reading CSV file: " + e.getMessage()); + } + return QTaskList; + } + + /** + * Create a QBroker + * @return QBroker + */ + private static QCloudBroker createQCBroker() { + QCloudBroker qBroker = null; + try { + qBroker = new QCloudBroker("QCBroker"); + } catch (Exception e) { + e.printStackTrace(); + return null; + } + return qBroker; + } + + private static QEdgeBroker createQEBroker() { + QEdgeBroker qBroker = null; + try { + qBroker = new QEdgeBroker("QEBroker"); + } catch (Exception e) { + e.printStackTrace(); + return null; + } + return qBroker; + } + + private static QEdgeDatacenter createQEDatacenter(String name) { + // Automatically create two quantum nodes (IBM Hanoi and IBM Cairo) from the dataset + QNode qNode1 = IBMQNode.createNode(11,"ibm_hanoi",new QTaskSchedulerSpaceShared()); + QNode qNode2 = IBMQNode.createNode(12,"ibm_auckland",new QTaskSchedulerSpaceShared()); + QNode qNode3 = IBMQNode.createNode(13,"ibm_cairo",new QTaskSchedulerSpaceShared()); + QNode qNode4 = IBMQNode.createNode(14,"ibmq_mumbai",new QTaskSchedulerSpaceShared()); + QNode qNode5 = IBMQNode.createNode(15,"ibmq_kolkata",new QTaskSchedulerSpaceShared()); + qeNodeList = new ArrayList<>(); + qeNodeList.addAll(Arrays.asList(qNode1, qNode2, qNode3, qNode4, qNode5)); + double timeZone = 0.0; + double costPerSec = 1.6; // the cost of using a quantum node per second (as IBM Quantum Pricing) + QDatacenterCharacteristics characteristics = new QDatacenterCharacteristics(qeNodeList, timeZone, costPerSec); + return new QEdgeDatacenter(name, characteristics); + } + + private static QCloudDatacenter createQCDatacenter(String name) { + int[] nodeIds = {21, 22, 23, 24, 25, 26}; + String backendName = "ibm_washington"; + QTaskSchedulerSpaceShared taskScheduler = new QTaskSchedulerSpaceShared(); + int quantumVolume = 128; + int clops = 850; + List qcNodeList = new ArrayList<>(); + for (int nodeId : nodeIds) { + QNode qcNode = IBMQNode.createNode(nodeId, backendName, taskScheduler); + qcNodeList.add(qcNode); + // Modify the quantum volume and CLOPS of the remaining 3 nodes + if (nodeId >= 24) { + qcNode.setQuantumVolume(quantumVolume); + qcNode.setCLOPS(clops); + } + } + double timeZone = 0.0; + double costPerSec = 1.6; // the cost of using a quantum node per second (as IBM Quantum Pricing) + QDatacenterCharacteristics characteristics = new QDatacenterCharacteristics(qcNodeList, timeZone, costPerSec); + QCloudDatacenter qDatacenter = new QCloudDatacenter(name, characteristics); + return qDatacenter; + } + +} + diff --git a/benchmark/iQuantumCloudEdgeEvaluationSet2.java b/benchmark/iQuantumCloudEdgeEvaluationSet2.java new file mode 100644 index 000000000..ca4032721 --- /dev/null +++ b/benchmark/iQuantumCloudEdgeEvaluationSet2.java @@ -0,0 +1,250 @@ +/** + * iQuantum Cloud Edge Example + * This example demonstrates the use of iQuantum in a hybrid cloud-edge environment. + * It creates a CEDatacenter, a CCDatacenter, a QEDatacenter, and a QDatacenter, and then creates all respective brokers + * and gateways for the cloud and edge environments. + * It also creates a CTask and a QTask to be submitted to the CCloudBroker and QCloudBroker respectively. + * Finally, it starts the simulation and prints the results. + */ +import org.iquantum.backends.quantum.IBMQNode; +import org.iquantum.backends.quantum.QNode; +import org.iquantum.brokers.*; +import org.iquantum.core.iQuantum; +import org.iquantum.datacenters.QCloudDatacenter; +import org.iquantum.datacenters.QDatacenterCharacteristics; +import org.iquantum.datacenters.QEdgeDatacenter; +import org.iquantum.gateways.CloudGateway; +import org.iquantum.gateways.EdgeGateway; +import org.iquantum.policies.qtasks.QTaskSchedulerSpaceShared; +import org.iquantum.tasks.QTask; +import org.iquantum.utils.Log; +import org.iquantum.utils.QTaskExporter; +import org.iquantum.utils.QTaskImporter; + +import java.io.IOException; +import java.nio.file.Path; +import java.nio.file.Paths; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Calendar; +import java.util.List; +import java.lang.management.ManagementFactory; +import java.lang.management.MemoryMXBean; +import java.lang.management.OperatingSystemMXBean; + +public class iQuantumCloudEdgeEvaluationSet2 { + private static List qTaskList; + + private static List qcNodeList; + + private static List qeNodeList; + public static void main(String[] args) throws Exception { + Log.disable(); + String exampleName = "iQuantumCloudEdgeEvaluation"; + System.out.println("Start the " + exampleName + " simulation"); + // Get the current time before executing the Java code + long startTime = System.currentTimeMillis(); + + // Step 1: Initialize the core simulation package. It should be called before creating any entities. + int num_user = 1; + Calendar calendar = Calendar.getInstance(); + boolean trace_flag = true; // trace events + iQuantum.init(num_user, calendar, trace_flag); + + // Step 2: Create QDatacenter + + QCloudDatacenter QCDatacenter = createQCDatacenter("QCloudDatacenter"); + QEdgeDatacenter QEDatacenter = createQEDatacenter("QEdgeDatacenter"); + + // Step 3: Create a CBroker and a QBroker + CCloudBroker ccBroker = createBroker(); + CEdgeBroker ceBroker = createEBroker(); + + QCloudBroker qcBroker = createQCBroker(); + QEdgeBroker qeBroker = createQEBroker(); + + CloudGateway cloudGateway = new CloudGateway("CloudGateway", ccBroker, qcBroker); + EdgeGateway edgeGateway = new EdgeGateway("EdgeGateway", ceBroker, qeBroker, cloudGateway); + + // Step 6: Create 4 QTasks + qTaskList = createQTaskList(qeBroker); + + // Step 7: Submit all tasks to brokers + edgeGateway.submitQTasks(qTaskList); + + // Step 8: Start the simulation + iQuantum.startSimulation(); + + // Step 9: Stop the simulation + iQuantum.stopSimulation(); + + // Step 10: Print the results when simulation is over + Log.printLine("SIMULATION RESULTS"); + Log.printLine("=========================================================="); + List qcTaskResults = qcBroker.getQTaskReceivedList(); + Log.printLine(); + Log.printLine("CLOUD Layer ================================"); + if(qcTaskResults.size() == 0) { + Log.printLine("No QTask received"); + } else { + QTaskExporter.printQTaskList(qcTaskResults); + QTaskExporter.extractQTaskListToCSV(qcTaskResults, exampleName+"-cloud"); + } + + Log.printLine(); + List qeTaskResults = qeBroker.getQTaskReceivedList(); + Log.printLine("EDGE Layer ================================"); + if(qeTaskResults.size() == 0) { + Log.printLine("No QTask received"); + } else { + QTaskExporter.printQTaskList(qeTaskResults); + QTaskExporter.extractQTaskListToCSV(qeTaskResults, exampleName+"-edge"); + } + System.out.println(exampleName +" finished!"); + + // RESOURCE CONSUMPTION + // Get the current time after executing the Java code + long endTime = System.currentTimeMillis(); + + // Calculate the execution time + long executionTime = endTime - startTime; + + // Print the execution time in milliseconds + System.out.println("Execution time: " + executionTime + " milliseconds"); + // Get the OperatingSystemMXBean instance + OperatingSystemMXBean osBean = ManagementFactory.getOperatingSystemMXBean(); + + // Get the MemoryMXBean instance + MemoryMXBean memoryBean = ManagementFactory.getMemoryMXBean(); + + // Get the number of available processors (CPU cores) + int availableProcessors = osBean.getAvailableProcessors(); + System.out.println("Number of available processors (CPU cores): " + availableProcessors); + + // Print CPU usage information + double cpuUsage = osBean.getSystemLoadAverage(); + System.out.println("CPU usage: " + cpuUsage + " (load average)"); + + // Print RAM (memory) usage information + long usedMemory = memoryBean.getHeapMemoryUsage().getUsed(); + long maxMemory = memoryBean.getHeapMemoryUsage().getMax(); + System.out.println("Used memory: " + usedMemory / (1024L * 1024L) + " MB"); + System.out.println("Max memory: " + maxMemory / (1024L * 1024L) + " MB"); + } + + /** + * Creates the broker. + * + * @return the datacenter broker + */ + private static CCloudBroker createBroker() { + CCloudBroker broker = null; + try { + broker = new CCloudBroker("CCBroker"); + } catch (Exception e) { + e.printStackTrace(); + return null; + } + return broker; + } + + private static CEdgeBroker createEBroker() { + CEdgeBroker broker = null; + try { + broker = new CEdgeBroker("CEBroker"); + } catch (Exception e) { + e.printStackTrace(); + return null; + } + return broker; + } + + /** + * QUANTUM PART + */ + + private static List createQTaskList(QBroker qBroker) { + List QTaskList = new ArrayList<>(); +// String folderPath = "dataset/iquantum/MQT-Set01-298-10-27-IBMQ27-Opt3-Extra.csv"; + String folderPath = "dataset/iquantum/MQT-Set02-10-27-Mapped-AllAlgorithmLeft-Extra.csv"; +// String folderPath = "dataset/iquantum/MQT-Set03-7-127-AllOpt-IBMMapped-Extra.csv"; + Path datasetPath = Paths.get(System.getProperty("user.dir"), folderPath); + QTaskImporter QTaskImporter = new QTaskImporter(); + try { + List QTasks = QTaskImporter.importQTasksFromCsv(datasetPath.toString()); + for (QTask qtask : QTasks) { + qtask.setBrokerId(qBroker.getId()); + QTaskList.add(qtask); + } + } catch (IOException e) { + System.err.println("Error reading CSV file: " + e.getMessage()); + } + return QTaskList; + } + + /** + * Create a QBroker + * @return QBroker + */ + private static QCloudBroker createQCBroker() { + QCloudBroker qBroker = null; + try { + qBroker = new QCloudBroker("QCBroker"); + } catch (Exception e) { + e.printStackTrace(); + return null; + } + return qBroker; + } + + private static QEdgeBroker createQEBroker() { + QEdgeBroker qBroker = null; + try { + qBroker = new QEdgeBroker("QEBroker"); + } catch (Exception e) { + e.printStackTrace(); + return null; + } + return qBroker; + } + + private static QEdgeDatacenter createQEDatacenter(String name) { + // Automatically create two quantum nodes (IBM Hanoi and IBM Cairo) from the dataset + QNode qNode1 = IBMQNode.createNode(11,"ibm_hanoi",new QTaskSchedulerSpaceShared()); + QNode qNode2 = IBMQNode.createNode(12,"ibm_auckland",new QTaskSchedulerSpaceShared()); + QNode qNode3 = IBMQNode.createNode(13,"ibm_cairo",new QTaskSchedulerSpaceShared()); + QNode qNode4 = IBMQNode.createNode(14,"ibmq_mumbai",new QTaskSchedulerSpaceShared()); + QNode qNode5 = IBMQNode.createNode(15,"ibmq_kolkata",new QTaskSchedulerSpaceShared()); + qeNodeList = new ArrayList<>(); + qeNodeList.addAll(Arrays.asList(qNode1, qNode2, qNode3, qNode4, qNode5)); + double timeZone = 0.0; + double costPerSec = 1.6; // the cost of using a quantum node per second (as IBM Quantum Pricing) + QDatacenterCharacteristics characteristics = new QDatacenterCharacteristics(qeNodeList, timeZone, costPerSec); + return new QEdgeDatacenter(name, characteristics); + } + + private static QCloudDatacenter createQCDatacenter(String name) { + int[] nodeIds = {21, 22, 23, 24, 25, 26}; + String backendName = "ibm_washington"; + QTaskSchedulerSpaceShared taskScheduler = new QTaskSchedulerSpaceShared(); + int quantumVolume = 128; + int clops = 850; + List qcNodeList = new ArrayList<>(); + for (int nodeId : nodeIds) { + QNode qcNode = IBMQNode.createNode(nodeId, backendName, taskScheduler); + qcNodeList.add(qcNode); + // Modify the quantum volume and CLOPS of the remaining 3 nodes + if (nodeId >= 24) { + qcNode.setQuantumVolume(quantumVolume); + qcNode.setCLOPS(clops); + } + } + double timeZone = 0.0; + double costPerSec = 1.6; // the cost of using a quantum node per second (as IBM Quantum Pricing) + QDatacenterCharacteristics characteristics = new QDatacenterCharacteristics(qcNodeList, timeZone, costPerSec); + QCloudDatacenter qDatacenter = new QCloudDatacenter(name, characteristics); + return qDatacenter; + } + +} + diff --git a/benchmark/iQuantumCloudEdgeEvaluationSet3.java b/benchmark/iQuantumCloudEdgeEvaluationSet3.java new file mode 100644 index 000000000..90dae27eb --- /dev/null +++ b/benchmark/iQuantumCloudEdgeEvaluationSet3.java @@ -0,0 +1,250 @@ +/** + * iQuantum Cloud Edge Example + * This example demonstrates the use of iQuantum in a hybrid cloud-edge environment. + * It creates a CEDatacenter, a CCDatacenter, a QEDatacenter, and a QDatacenter, and then creates all respective brokers + * and gateways for the cloud and edge environments. + * It also creates a CTask and a QTask to be submitted to the CCloudBroker and QCloudBroker respectively. + * Finally, it starts the simulation and prints the results. + */ +import org.iquantum.backends.quantum.IBMQNode; +import org.iquantum.backends.quantum.QNode; +import org.iquantum.brokers.*; +import org.iquantum.core.iQuantum; +import org.iquantum.datacenters.QCloudDatacenter; +import org.iquantum.datacenters.QDatacenterCharacteristics; +import org.iquantum.datacenters.QEdgeDatacenter; +import org.iquantum.gateways.CloudGateway; +import org.iquantum.gateways.EdgeGateway; +import org.iquantum.policies.qtasks.QTaskSchedulerSpaceShared; +import org.iquantum.tasks.QTask; +import org.iquantum.utils.Log; +import org.iquantum.utils.QTaskExporter; +import org.iquantum.utils.QTaskImporter; + +import java.io.IOException; +import java.nio.file.Path; +import java.nio.file.Paths; +import java.util.ArrayList; +import java.util.Arrays; +import java.util.Calendar; +import java.util.List; +import java.lang.management.ManagementFactory; +import java.lang.management.MemoryMXBean; +import java.lang.management.OperatingSystemMXBean; + +public class iQuantumCloudEdgeEvaluationSet3 { + private static List qTaskList; + + private static List qcNodeList; + + private static List qeNodeList; + public static void main(String[] args) throws Exception { + Log.disable(); + String exampleName = "iQuantumCloudEdgeEvaluation"; + System.out.println("Start the " + exampleName + " simulation"); + // Get the current time before executing the Java code + long startTime = System.currentTimeMillis(); + + // Step 1: Initialize the core simulation package. It should be called before creating any entities. + int num_user = 1; + Calendar calendar = Calendar.getInstance(); + boolean trace_flag = true; // trace events + iQuantum.init(num_user, calendar, trace_flag); + + // Step 2: Create QDatacenter + + QCloudDatacenter QCDatacenter = createQCDatacenter("QCloudDatacenter"); + QEdgeDatacenter QEDatacenter = createQEDatacenter("QEdgeDatacenter"); + + // Step 3: Create a CBroker and a QBroker + CCloudBroker ccBroker = createBroker(); + CEdgeBroker ceBroker = createEBroker(); + + QCloudBroker qcBroker = createQCBroker(); + QEdgeBroker qeBroker = createQEBroker(); + + CloudGateway cloudGateway = new CloudGateway("CloudGateway", ccBroker, qcBroker); + EdgeGateway edgeGateway = new EdgeGateway("EdgeGateway", ceBroker, qeBroker, cloudGateway); + + // Step 6: Create 4 QTasks + qTaskList = createQTaskList(qeBroker); + + // Step 7: Submit all tasks to brokers + edgeGateway.submitQTasks(qTaskList); + + // Step 8: Start the simulation + iQuantum.startSimulation(); + + // Step 9: Stop the simulation + iQuantum.stopSimulation(); + + // Step 10: Print the results when simulation is over + Log.printLine("SIMULATION RESULTS"); + Log.printLine("=========================================================="); + List qcTaskResults = qcBroker.getQTaskReceivedList(); + Log.printLine(); + Log.printLine("CLOUD Layer ================================"); + if(qcTaskResults.size() == 0) { + Log.printLine("No QTask received"); + } else { + QTaskExporter.printQTaskList(qcTaskResults); + QTaskExporter.extractQTaskListToCSV(qcTaskResults, exampleName+"-cloud"); + } + + Log.printLine(); + List qeTaskResults = qeBroker.getQTaskReceivedList(); + Log.printLine("EDGE Layer ================================"); + if(qeTaskResults.size() == 0) { + Log.printLine("No QTask received"); + } else { + QTaskExporter.printQTaskList(qeTaskResults); + QTaskExporter.extractQTaskListToCSV(qeTaskResults, exampleName+"-edge"); + } + System.out.println(exampleName +" finished!"); + + // RESOURCE CONSUMPTION + // Get the current time after executing the Java code + long endTime = System.currentTimeMillis(); + + // Calculate the execution time + long executionTime = endTime - startTime; + + // Print the execution time in milliseconds + System.out.println("Execution time: " + executionTime + " milliseconds"); + // Get the OperatingSystemMXBean instance + OperatingSystemMXBean osBean = ManagementFactory.getOperatingSystemMXBean(); + + // Get the MemoryMXBean instance + MemoryMXBean memoryBean = ManagementFactory.getMemoryMXBean(); + + // Get the number of available processors (CPU cores) + int availableProcessors = osBean.getAvailableProcessors(); + System.out.println("Number of available processors (CPU cores): " + availableProcessors); + + // Print CPU usage information + double cpuUsage = osBean.getSystemLoadAverage(); + System.out.println("CPU usage: " + cpuUsage + " (load average)"); + + // Print RAM (memory) usage information + long usedMemory = memoryBean.getHeapMemoryUsage().getUsed(); + long maxMemory = memoryBean.getHeapMemoryUsage().getMax(); + System.out.println("Used memory: " + usedMemory / (1024L * 1024L) + " MB"); + System.out.println("Max memory: " + maxMemory / (1024L * 1024L) + " MB"); + } + + /** + * Creates the broker. + * + * @return the datacenter broker + */ + private static CCloudBroker createBroker() { + CCloudBroker broker = null; + try { + broker = new CCloudBroker("CCBroker"); + } catch (Exception e) { + e.printStackTrace(); + return null; + } + return broker; + } + + private static CEdgeBroker createEBroker() { + CEdgeBroker broker = null; + try { + broker = new CEdgeBroker("CEBroker"); + } catch (Exception e) { + e.printStackTrace(); + return null; + } + return broker; + } + + /** + * QUANTUM PART + */ + + private static List createQTaskList(QBroker qBroker) { + List QTaskList = new ArrayList<>(); +// String folderPath = "dataset/iquantum/MQT-Set01-298-10-27-IBMQ27-Opt3-Extra.csv"; +// String folderPath = "dataset/iquantum/MQT-Set02-10-27-Mapped-AllAlgorithmLeft-Extra.csv"; + String folderPath = "dataset/iquantum/MQT-Set03-7-127-AllOpt-IBMMapped-Extra.csv"; + Path datasetPath = Paths.get(System.getProperty("user.dir"), folderPath); + QTaskImporter QTaskImporter = new QTaskImporter(); + try { + List QTasks = QTaskImporter.importQTasksFromCsv(datasetPath.toString()); + for (QTask qtask : QTasks) { + qtask.setBrokerId(qBroker.getId()); + QTaskList.add(qtask); + } + } catch (IOException e) { + System.err.println("Error reading CSV file: " + e.getMessage()); + } + return QTaskList; + } + + /** + * Create a QBroker + * @return QBroker + */ + private static QCloudBroker createQCBroker() { + QCloudBroker qBroker = null; + try { + qBroker = new QCloudBroker("QCBroker"); + } catch (Exception e) { + e.printStackTrace(); + return null; + } + return qBroker; + } + + private static QEdgeBroker createQEBroker() { + QEdgeBroker qBroker = null; + try { + qBroker = new QEdgeBroker("QEBroker"); + } catch (Exception e) { + e.printStackTrace(); + return null; + } + return qBroker; + } + + private static QEdgeDatacenter createQEDatacenter(String name) { + // Automatically create two quantum nodes (IBM Hanoi and IBM Cairo) from the dataset + QNode qNode1 = IBMQNode.createNode(11,"ibm_hanoi",new QTaskSchedulerSpaceShared()); + QNode qNode2 = IBMQNode.createNode(12,"ibm_auckland",new QTaskSchedulerSpaceShared()); + QNode qNode3 = IBMQNode.createNode(13,"ibm_cairo",new QTaskSchedulerSpaceShared()); + QNode qNode4 = IBMQNode.createNode(14,"ibmq_mumbai",new QTaskSchedulerSpaceShared()); + QNode qNode5 = IBMQNode.createNode(15,"ibmq_kolkata",new QTaskSchedulerSpaceShared()); + qeNodeList = new ArrayList<>(); + qeNodeList.addAll(Arrays.asList(qNode1, qNode2, qNode3, qNode4, qNode5)); + double timeZone = 0.0; + double costPerSec = 1.6; // the cost of using a quantum node per second (as IBM Quantum Pricing) + QDatacenterCharacteristics characteristics = new QDatacenterCharacteristics(qeNodeList, timeZone, costPerSec); + return new QEdgeDatacenter(name, characteristics); + } + + private static QCloudDatacenter createQCDatacenter(String name) { + int[] nodeIds = {21, 22, 23, 24, 25, 26}; + String backendName = "ibm_washington"; + QTaskSchedulerSpaceShared taskScheduler = new QTaskSchedulerSpaceShared(); + int quantumVolume = 128; + int clops = 850; + List qcNodeList = new ArrayList<>(); + for (int nodeId : nodeIds) { + QNode qcNode = IBMQNode.createNode(nodeId, backendName, taskScheduler); + qcNodeList.add(qcNode); + // Modify the quantum volume and CLOPS of the remaining 3 nodes + if (nodeId >= 24) { + qcNode.setQuantumVolume(quantumVolume); + qcNode.setCLOPS(clops); + } + } + double timeZone = 0.0; + double costPerSec = 1.6; // the cost of using a quantum node per second (as IBM Quantum Pricing) + QDatacenterCharacteristics characteristics = new QDatacenterCharacteristics(qcNodeList, timeZone, costPerSec); + QCloudDatacenter qDatacenter = new QCloudDatacenter(name, characteristics); + return qDatacenter; + } + +} + diff --git a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.md5 b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.md5 index b681f49e1..f925b384f 100644 --- a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.md5 +++ b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.md5 @@ -1 +1 @@ -44d12187ec2b4bedff6b98787b870daf \ No newline at end of file +171240f07ae3f64bd82d75ea77c4ee1d \ No newline at end of file diff --git a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.sha1 b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.sha1 index 8cca23ccf..78bfc0aa4 100644 --- a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.sha1 +++ b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.sha1 @@ -1 +1 @@ -59cf26776960d3a8d08ec45f070a81e8c7be6e52 \ No newline at end of file +19012a7a42a0d5044bceacb8f564d4b3a3efff58 \ No newline at end of file diff --git a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.md5 b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.md5 index fe6a3a01a..55b105205 100644 --- a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.md5 +++ b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.md5 @@ -1 +1 @@ -eecc2a478a5501b565da26fd505faf49 \ No newline at end of file +4db3da2c263182c6f3d5ffddf7f0d482 \ No newline at end of file diff --git a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.sha1 b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.sha1 index 8207abd14..7d3be66a8 100644 --- a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.sha1 +++ b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.sha1 @@ -1 +1 @@ -fbb220146e564cf9f65f7f0c7c3d1d47058568ee \ No newline at end of file +2b5425f5a77e68427bb89bf2763350cc0cac1e26 \ No newline at end of file diff --git a/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml b/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml index aec48dee2..87c774dbb 100644 --- a/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml +++ b/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml @@ -7,6 +7,6 @@ 1.0 - 20230725031503 + 20230725061932 diff --git a/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.md5 b/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.md5 index 2404402cb..890775532 100644 --- a/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.md5 +++ b/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.md5 @@ -1 +1 @@ -9a45030c950924e66a7523d98704d311 \ No newline at end of file +12a0aa8bd6346891a48709df62a0a9fe \ No newline at end of file diff --git a/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.sha1 b/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.sha1 index 89f8274e1..a98cd2b8d 100644 --- a/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.sha1 +++ b/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.sha1 @@ -1 +1 @@ -d159aee429a1a1c4085d5095fde7032a8d93647b \ No newline at end of file +9c12adeeac78a8bbe662c30905406b7890547ae8 \ No newline at end of file diff --git a/documentation/target/deployment-artifacts/org/iquantum/documentation/1.0/documentation-1.0.jar.md5 b/documentation/target/deployment-artifacts/org/iquantum/documentation/1.0/documentation-1.0.jar.md5 index 32f4bbd00..35a0500a1 100644 --- a/documentation/target/deployment-artifacts/org/iquantum/documentation/1.0/documentation-1.0.jar.md5 +++ b/documentation/target/deployment-artifacts/org/iquantum/documentation/1.0/documentation-1.0.jar.md5 @@ -1 +1 @@ -80a41e04e6b49e6369b9704b1c2915e9 \ No newline at end of file +c5eab92fc018b23c2301aa10c9cb7234 \ No newline at end of file diff --git a/documentation/target/deployment-artifacts/org/iquantum/documentation/1.0/documentation-1.0.jar.sha1 b/documentation/target/deployment-artifacts/org/iquantum/documentation/1.0/documentation-1.0.jar.sha1 index e0ee5866a..56dc28c26 100644 --- a/documentation/target/deployment-artifacts/org/iquantum/documentation/1.0/documentation-1.0.jar.sha1 +++ b/documentation/target/deployment-artifacts/org/iquantum/documentation/1.0/documentation-1.0.jar.sha1 @@ -1 +1 @@ -71cb23c0d4326287f111963c88060f4ca013f369 \ No newline at end of file +e275bd8f2956b0f75308541d475ef1905468cfe6 \ No newline at end of file diff --git a/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml b/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml index 060c1ebd8..510b48d82 100644 --- a/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml +++ b/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml @@ -7,6 +7,6 @@ 1.0 - 20230725031501 + 20230725061932 diff --git a/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.md5 b/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.md5 index 5b577af3c..47cf198c0 100644 --- a/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.md5 +++ b/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.md5 @@ -1 +1 @@ -4f87c89592b81a614d133b71965bd5c1 \ No newline at end of file +af638dca7abc50aa5680e0f7d10dc0ca \ No newline at end of file diff --git a/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.sha1 b/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.sha1 index ca04b41c4..c1717e76a 100644 --- a/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.sha1 +++ b/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.sha1 @@ -1 +1 @@ -0a6e57e0817b6d96b3f1411bd5502d7eb2675bcf \ No newline at end of file +01f691774931fa7d8aad0c6154c5d5644b076aed \ No newline at end of file diff --git a/modules/iquantum-examples/src/main/java/org/iquantum/examples/qcloudedge/iQuantumCloudEdgeExample3.java b/modules/iquantum-examples/src/main/java/org/iquantum/examples/qcloudedge/iQuantumCloudEdgeExample3.java index 4bb096844..0ee9dea6a 100644 --- a/modules/iquantum-examples/src/main/java/org/iquantum/examples/qcloudedge/iQuantumCloudEdgeExample3.java +++ b/modules/iquantum-examples/src/main/java/org/iquantum/examples/qcloudedge/iQuantumCloudEdgeExample3.java @@ -25,6 +25,9 @@ import org.iquantum.utils.QTaskImporter; import java.io.IOException; +import java.lang.management.ManagementFactory; +import java.lang.management.MemoryMXBean; +import java.lang.management.OperatingSystemMXBean; import java.nio.file.Path; import java.nio.file.Paths; import java.util.ArrayList; @@ -39,6 +42,9 @@ public class iQuantumCloudEdgeExample3 { private static List qeNodeList; public static void main(String[] args) throws Exception { + Log.disable(); + // Get the current time before executing the Java code + long startTime = System.currentTimeMillis(); String exampleName = "iQuantumCloudEdgeExample3"; System.out.println("Start the " + exampleName + " simulation"); @@ -98,6 +104,35 @@ public static void main(String[] args) throws Exception { QTaskExporter.extractQTaskListToCSV(qeTaskResults, exampleName+"-edge"); } Log.printLine(exampleName +" finished!"); + + // ----- RESOURCE CONSUMPTION + // Get the current time after executing the Java code + long endTime = System.currentTimeMillis(); // or System.nanoTime(); + + // Calculate the execution time + long executionTime = endTime - startTime; + + // Print the execution time in milliseconds (for System.currentTimeMillis()) or nanoseconds (for System.nanoTime()) + System.out.println("Execution time: " + executionTime + " milliseconds"); + // Get the OperatingSystemMXBean instance + OperatingSystemMXBean osBean = ManagementFactory.getOperatingSystemMXBean(); + + // Get the MemoryMXBean instance + MemoryMXBean memoryBean = ManagementFactory.getMemoryMXBean(); + + // Get the number of available processors (CPU cores) + int availableProcessors = osBean.getAvailableProcessors(); + System.out.println("Number of available processors (CPU cores): " + availableProcessors); + + // Print CPU usage information + double cpuUsage = osBean.getSystemLoadAverage(); + System.out.println("CPU usage: " + cpuUsage + " (load average)"); + + // Print RAM (memory) usage information + long usedMemory = memoryBean.getHeapMemoryUsage().getUsed(); + long maxMemory = memoryBean.getHeapMemoryUsage().getMax(); + System.out.println("Used memory: " + usedMemory / (1024L * 1024L) + " MB"); + System.out.println("Max memory: " + maxMemory / (1024L * 1024L) + " MB"); } /** diff --git a/modules/iquantum/src/main/java/org/iquantum/backends/quantum/qubittopologies/IBMQTopology.java b/modules/iquantum/src/main/java/org/iquantum/backends/quantum/qubittopologies/IBMQTopology.java index 70d2a0d97..cd2b96fe6 100644 --- a/modules/iquantum/src/main/java/org/iquantum/backends/quantum/qubittopologies/IBMQTopology.java +++ b/modules/iquantum/src/main/java/org/iquantum/backends/quantum/qubittopologies/IBMQTopology.java @@ -3,6 +3,7 @@ import org.apache.commons.csv.CSVFormat; import org.apache.commons.csv.CSVParser; import org.apache.commons.csv.CSVRecord; +import org.iquantum.utils.Log; import java.io.*; import java.nio.file.Files; @@ -42,7 +43,7 @@ private static String getFilePath(String node) { } } String filePath = latestFile.getPath(); - System.out.println("Loaded latest Datasheet CSV Datasheet for " + node + " at " + filePath); + Log.printLine("Loaded latest Datasheet CSV Datasheet for " + node + " at " + filePath); return filePath; } else { System.out.println("No CSV files found for " + node); diff --git a/modules/iquantum/target/apidocs/legal/ASSEMBLY_EXCEPTION b/modules/iquantum/target/apidocs/legal/ASSEMBLY_EXCEPTION index 065b8d902..429666664 100644 --- a/modules/iquantum/target/apidocs/legal/ASSEMBLY_EXCEPTION +++ b/modules/iquantum/target/apidocs/legal/ASSEMBLY_EXCEPTION @@ -2,8 +2,8 @@ OPENJDK ASSEMBLY EXCEPTION The OpenJDK source code made available by Oracle America, Inc. (Oracle) at -openjdk.java.net ("OpenJDK Code") is distributed under the terms of the GNU -General Public License version 2 +openjdk.org ("OpenJDK Code") is distributed under the terms of the GNU +General Public License version 2 only ("GPL2"), with the following clarification and special exception. Linking this OpenJDK Code statically or dynamically with other code @@ -12,7 +12,7 @@ only ("GPL2"), with the following clarification and special exception. As a special exception, Oracle gives you permission to link this OpenJDK Code with certain code licensed by Oracle as indicated at - http://openjdk.java.net/legal/exception-modules-2007-05-08.html + https://openjdk.org/legal/exception-modules-2007-05-08.html ("Designated Exception Modules") to produce an executable, regardless of the license terms of the Designated Exception Modules, and to copy and distribute the resulting executable under GPL2, diff --git a/modules/iquantum/target/apidocs/legal/jquery.md b/modules/iquantum/target/apidocs/legal/jquery.md index f7b72e3fb..d468b3183 100644 --- a/modules/iquantum/target/apidocs/legal/jquery.md +++ b/modules/iquantum/target/apidocs/legal/jquery.md @@ -1,8 +1,8 @@ -## jQuery v3.6.0 +## jQuery v3.6.1 ### jQuery License ``` -jQuery v 3.6.0 +jQuery v 3.6.1 Copyright OpenJS Foundation and other contributors, https://openjsf.org/ Permission is hereby granted, free of charge, to any person obtaining @@ -26,7 +26,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ****************************************** -The jQuery JavaScript Library v3.6.0 also includes Sizzle.js +The jQuery JavaScript Library v3.6.1 also includes Sizzle.js Sizzle.js includes the following license: diff --git a/modules/iquantum/target/apidocs/script-dir/jquery-3.6.0.min.js b/modules/iquantum/target/apidocs/script-dir/jquery-3.6.0.min.js deleted file mode 100644 index c4c6022f2..000000000 --- a/modules/iquantum/target/apidocs/script-dir/jquery-3.6.0.min.js +++ /dev/null @@ -1,2 +0,0 @@ -/*! jQuery v3.6.0 | (c) OpenJS Foundation and other contributors | jquery.org/license */ -!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,v=n.hasOwnProperty,a=v.toString,l=a.call(Object),y={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.0",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ye(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace($,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||v.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||v.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||v.push(".#.+[+~]"),e.querySelectorAll("\\\f"),v.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&y(p,e)?-1:t==C||t.ownerDocument==p&&y(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,D=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),y.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",y.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",y.option=!!ce.lastChild;var ge={thead:[1,"","
      "],col:[2,"","
      "],tr:[2,"","
      "],td:[3,"","
      "],_default:[0,"",""]};function ve(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var _t,zt=[],Ut=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=zt.pop()||S.expando+"_"+wt.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Ut.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Ut.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Ut,"$1"+r):!1!==e.jsonp&&(e.url+=(Tt.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,zt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((_t=E.implementation.createHTMLDocument("").body).innerHTML="
      ",2===_t.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return $(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=Fe(y.pixelPosition,function(e,t){if(t)return t=We(e,n),Pe.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return $(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0" || !name ? "" : name + separator; } @@ -157,30 +157,21 @@ function createMatcher(term, camelCase) { re.upperCase = upperCase; return re; } -function analyzeMatch(matcher, input, startOfName, category) { +function findMatch(matcher, input, startOfName, endOfName) { var from = startOfName; matcher.lastIndex = from; var match = matcher.exec(input); - while (!match && from > 1) { + // Expand search area until we get a valid result or reach the beginning of the string + while (!match || match.index + match[0].length < startOfName || endOfName < match.index) { + if (from === 0) { + return NO_MATCH; + } from = input.lastIndexOf(".", from - 2) + 1; matcher.lastIndex = from; match = matcher.exec(input); } - if (!match) { - return NO_MATCH; - } var boundaries = []; var matchEnd = match.index + match[0].length; - var leftParen = input.indexOf("("); - // exclude peripheral matches - if (category !== "modules" && category !== "searchTags") { - if (leftParen > -1 && leftParen < match.index) { - return NO_MATCH; - } else if (startOfName - 1 >= matchEnd) { - return NO_MATCH; - } - } - var endOfName = leftParen > -1 ? leftParen : input.length; var score = 5; var start = match.index; var prevEnd = -1; @@ -220,7 +211,6 @@ function analyzeMatch(matcher, input, startOfName, category) { return { input: input, score: score, - category: category, boundaries: boundaries }; } @@ -285,13 +275,16 @@ function doSearch(request, response) { var useQualified = useQualifiedName(category); var input = useQualified ? qualifiedName : simpleName; var startOfName = useQualified ? prefix.length : 0; - var m = analyzeMatch(matcher.plainMatcher, input, startOfName, category); + var endOfName = category === "members" && input.indexOf("(", startOfName) > -1 + ? input.indexOf("(", startOfName) : input.length; + var m = findMatch(matcher.plainMatcher, input, startOfName, endOfName); if (m === NO_MATCH && matcher.camelCaseMatcher) { - m = analyzeMatch(matcher.camelCaseMatcher, input, startOfName, category); + m = findMatch(matcher.camelCaseMatcher, input, startOfName, endOfName); } if (m !== NO_MATCH) { m.indexItem = item; m.prefix = prefix; + m.category = category; if (!useQualified) { m.input = qualifiedName; m.boundaries = m.boundaries.map(function(b) { @@ -300,11 +293,11 @@ function doSearch(request, response) { } matches.push(m); } - return matches.length < maxResults; + return true; }); return matches.sort(function(e1, e2) { return e2.score - e1.score; - }); + }).slice(0, maxResults); } var result = searchIndex(moduleSearchIndex, "modules") diff --git a/modules/iquantum/target/apidocs/stylesheet.css b/modules/iquantum/target/apidocs/stylesheet.css index d3309916f..5f389596e 100644 --- a/modules/iquantum/target/apidocs/stylesheet.css +++ b/modules/iquantum/target/apidocs/stylesheet.css @@ -4,18 +4,73 @@ @import url('resources/fonts/dejavu.css'); +/* + * These CSS custom properties (variables) define the core color and font + * properties used in this stylesheet. + */ +:root { + /* body, block and code fonts */ + --body-font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; + --block-font-family: 'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + --code-font-family: 'DejaVu Sans Mono', monospace; + /* Base font sizes for body and code elements */ + --body-font-size: 14px; + --code-font-size: 14px; + /* Text colors for body and block elements */ + --body-text-color: #353833; + --block-text-color: #474747; + /* Background colors for various structural elements */ + --body-background-color: #ffffff; + --section-background-color: #f8f8f8; + --detail-background-color: #ffffff; + /* Colors for navigation bar and table captions */ + --navbar-background-color: #4D7A97; + --navbar-text-color: #ffffff; + /* Background color for subnavigation and various headers */ + --subnav-background-color: #dee3e9; + /* Background and text colors for selected tabs and navigation items */ + --selected-background-color: #f8981d; + --selected-text-color: #253441; + --selected-link-color: #1f389c; + /* Background colors for generated tables */ + --even-row-color: #ffffff; + --odd-row-color: #eeeeef; + /* Text color for page title */ + --title-color: #2c4557; + /* Text colors for links */ + --link-color: #4A6782; + --link-color-active: #bb7a2a; + /* Snippet colors */ + --snippet-background-color: #ebecee; + --snippet-text-color: var(--block-text-color); + --snippet-highlight-color: #f7c590; + /* Border colors for structural elements and user defined tables */ + --border-color: #ededed; + --table-border-color: #000000; + /* Search input colors */ + --search-input-background-color: #ffffff; + --search-input-text-color: #000000; + --search-input-placeholder-color: #909090; + /* Highlight color for active search tag target */ + --search-tag-highlight-color: #ffff00; + /* Adjustments for icon and active background colors of copy-to-clipboard buttons */ + --copy-icon-brightness: 100%; + --copy-button-background-color-active: rgba(168, 168, 176, 0.3); + /* Colors for invalid tag notifications */ + --invalid-tag-background-color: #ffe6e6; + --invalid-tag-text-color: #000000; +} /* * Styles for individual HTML elements. * * These are styles that are specific to individual HTML elements. Changing them affects the style of a particular * HTML element throughout the page. */ - body { - background-color:#ffffff; - color:#353833; - font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; - font-size:14px; + background-color:var(--body-background-color); + color:var(--body-text-color); + font-family:var(--body-font-family); + font-size:var(--body-font-size); margin:0; padding:0; height:100%; @@ -31,36 +86,33 @@ iframe { } a:link, a:visited { text-decoration:none; - color:#4A6782; + color:var(--link-color); } a[href]:hover, a[href]:focus { text-decoration:none; - color:#bb7a2a; -} -a[name] { - color:#353833; + color:var(--link-color-active); } pre { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; + font-family:var(--code-font-family); + font-size:1em; } h1 { - font-size:20px; + font-size:1.428em; } h2 { - font-size:18px; + font-size:1.285em; } h3 { - font-size:16px; + font-size:1.14em; } h4 { - font-size:15px; + font-size:1.072em; } h5 { - font-size:14px; + font-size:1.001em; } h6 { - font-size:13px; + font-size:0.93em; } /* Disable font boosting for selected elements */ h1, h2, h3, h4, h5, h6, div.member-signature { @@ -70,23 +122,23 @@ ul { list-style-type:disc; } code, tt { - font-family:'DejaVu Sans Mono', monospace; + font-family:var(--code-font-family); } :not(h1, h2, h3, h4, h5, h6) > code, :not(h1, h2, h3, h4, h5, h6) > tt { - font-size:14px; + font-size:var(--code-font-size); padding-top:4px; margin-top:8px; line-height:1.4em; } dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; + font-family:var(--code-font-family); + font-size:1em; padding-top:4px; } .summary-table dt code { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; + font-family:var(--code-font-family); + font-size:1em; vertical-align:top; padding-top:4px; } @@ -94,8 +146,8 @@ sup { font-size:8px; } button { - font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; - font-size: 14px; + font-family: var(--body-font-family); + font-size: 1em; } /* * Styles for HTML generated by javadoc. @@ -109,7 +161,7 @@ button { .about-language { float:right; padding:0 21px 8px 8px; - font-size:11px; + font-size:0.915em; margin-top:-9px; height:2.9em; } @@ -136,16 +188,15 @@ button { } } .top-nav { - background-color:#4D7A97; - color:#FFFFFF; + background-color:var(--navbar-background-color); + color:var(--navbar-text-color); float:left; - padding:0; width:100%; clear:right; min-height:2.8em; - padding-top:10px; + padding:10px 0 0 0; overflow:hidden; - font-size:12px; + font-size:0.857em; } button#navbar-toggle-button { display:none; @@ -154,11 +205,11 @@ ul.sub-nav-list-small { display: none; } .sub-nav { - background-color:#dee3e9; + background-color:var(--subnav-background-color); float:left; width:100%; overflow:hidden; - font-size:12px; + font-size:0.857em; } .sub-nav div { clear:left; @@ -198,16 +249,16 @@ ul.sub-nav-list li { float:left; } .top-nav a:link, .top-nav a:active, .top-nav a:visited { - color:#ffffff; + color:var(--navbar-text-color); text-decoration:none; text-transform:uppercase; } .top-nav a:hover { - color:#bb7a2a; + color:var(--link-color-active); } .nav-bar-cell1-rev { - background-color:#F8981D; - color:#253441; + background-color:var(--selected-background-color); + color:var(--selected-text-color); margin: auto 5px; } .skip-nav { @@ -228,27 +279,27 @@ ul.sub-nav-list li { * Styles for page header. */ .title { - color:#2c4557; + color:var(--title-color); margin:10px 0; } .sub-title { margin:5px 0 0 0; } -.header ul { - margin:0 0 15px 0; - padding:0; +ul.contents-list { + margin: 0 0 15px 0; + padding: 0; + list-style: none; } -.header ul li { - list-style:none; - font-size:13px; +ul.contents-list li { + font-size:0.93em; } /* * Styles for headings. */ body.class-declaration-page .summary h2, body.class-declaration-page .details h2, -body.class-use-page h2, -body.module-declaration-page .block-list h2 { +body.class-use-page h2, +body.module-declaration-page .block-list h2 { font-style: italic; padding:0; margin:15px 0; @@ -256,8 +307,8 @@ body.module-declaration-page .block-list h2 { body.class-declaration-page .summary h3, body.class-declaration-page .details h3, body.class-declaration-page .summary .inherited-list h2 { - background-color:#dee3e9; - border:1px solid #d0d9e0; + background-color:var(--subnav-background-color); + border:1px solid var(--border-color); margin:0 0 6px -8px; padding:7px 5px; } @@ -270,16 +321,16 @@ main { position:relative; } dl.notes > dt { - font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; - font-size:12px; + font-family: var(--body-font-family); + font-size:0.856em; font-weight:bold; margin:10px 0 0 0; - color:#4E4E4E; + color:var(--body-text-color); } dl.notes > dd { margin:5px 10px 10px 0; - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + font-size:1em; + font-family:var(--block-font-family) } dl.name-value > dt { margin-left:1px; @@ -324,51 +375,62 @@ ul.summary-list > li { margin-bottom:15px; line-height:1.4; } +ul.ref-list { + padding:0; + margin:0; +} +ul.ref-list > li { + list-style:none; +} .summary-table dl, .summary-table dl dt, .summary-table dl dd { margin-top:0; margin-bottom:1px; } -ul.see-list, ul.see-list-long { +ul.tag-list, ul.tag-list-long { padding-left: 0; list-style: none; } -ul.see-list li { +ul.tag-list li { display: inline; } -ul.see-list li:not(:last-child):after, -ul.see-list-long li:not(:last-child):after { +ul.tag-list li:not(:last-child):after, +ul.tag-list-long li:not(:last-child):after +{ content: ", "; white-space: pre-wrap; } +ul.preview-feature-list { + list-style: none; + margin:0; + padding:0.1em; + line-height: 1.6em; +} /* * Styles for tables. */ .summary-table, .details-table { width:100%; border-spacing:0; - border-left:1px solid #EEE; - border-right:1px solid #EEE; - border-bottom:1px solid #EEE; + border:1px solid var(--border-color); + border-top:0; padding:0; } .caption { position:relative; text-align:left; background-repeat:no-repeat; - color:#253441; + color:var(--selected-text-color); clear:none; overflow:hidden; - padding:0; - padding-top:10px; - padding-left:1px; + padding: 10px 0 0 1px; margin:0; } .caption a:link, .caption a:visited { - color:#1f389c; + color:var(--selected-link-color); } .caption a:hover, .caption a:active { - color:#FFFFFF; + color:var(--navbar-text-color); } .caption span { font-weight:bold; @@ -376,7 +438,7 @@ ul.see-list-long li:not(:last-child):after { padding:5px 12px 7px 12px; display:inline-block; float:left; - background-color:#F8981D; + background-color:var(--selected-background-color); border: none; height:16px; } @@ -384,26 +446,20 @@ div.table-tabs { padding:10px 0 0 1px; margin:10px 0 0 0; } -div.table-tabs > span { - background-color: #EEE; - color: #000; - border: none; - padding: 5px 12px 8px 12px; -} div.table-tabs > button { - border: none; - cursor: pointer; - padding: 5px 12px 7px 12px; - font-weight: bold; - margin-right: 8px; + border: none; + cursor: pointer; + padding: 5px 12px 7px 12px; + font-weight: bold; + margin-right: 8px; } div.table-tabs > .active-table-tab { - background: #F8981D; - color: #253441; + background: var(--selected-background-color); + color: var(--selected-text-color); } div.table-tabs > button.table-tab { - background: #4D7A97; - color: #FFFFFF; + background: var(--navbar-background-color); + color: var(--navbar-text-color); } .two-column-search-results { display: grid; @@ -481,7 +537,7 @@ div.checkboxes > label > input { padding-bottom:3px; } .table-header { - background:#dee3e9; + background:var(--subnav-background-color); font-weight: bold; } /* Sortable table columns */ @@ -514,10 +570,10 @@ div.checkboxes > label > input { '); } .col-first, .col-first { - font-size:13px; + font-size:0.93em; } .col-second, .col-second, .col-last, .col-constructor-name, .col-summary-item-name, .col-last { - font-size:13px; + font-size:0.93em; } .col-first, .col-second, .col-constructor-name { vertical-align:top; @@ -535,17 +591,17 @@ div.checkboxes > label > input { font-weight:bold; } .even-row-color, .even-row-color .table-header { - background-color:#FFFFFF; + background-color:var(--even-row-color); } .odd-row-color, .odd-row-color .table-header { - background-color:#EEEEEF; + background-color:var(--odd-row-color); } /* * Styles for contents. */ div.block { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + font-size:var(--body-font-size); + font-family:var(--block-font-family); } .col-last div { padding-top:0; @@ -557,8 +613,8 @@ div.block { .package-signature, .type-signature, .member-signature { - font-family:'DejaVu Sans Mono', monospace; - font-size:14px; + font-family:var(--code-font-family); + font-size:1em; margin:14px 0; white-space: pre-wrap; } @@ -581,13 +637,14 @@ div.block { * Styles for formatting effect. */ .source-line-no { - color:green; + /* Color of line numbers in source pages can be set via custom property below */ + color:var(--source-linenumber-color, green); padding:0 30px 0 0; } .block { display:block; margin:0 10px 5px 0; - color:#474747; + color:var(--block-text-color); } .deprecated-label, .description-from-type-label, .implementation-label, .member-name-link, .module-label-in-package, .module-label-in-type, .package-label-in-type, @@ -598,8 +655,8 @@ div.block { font-style:italic; } .deprecation-block { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + font-size:1em; + font-family:var(--block-font-family); border-style:solid; border-width:thin; border-radius:10px; @@ -609,8 +666,8 @@ div.block { display:inline-block; } .preview-block { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; + font-size:1em; + font-family:var(--block-font-family); border-style:solid; border-width:thin; border-radius:10px; @@ -623,10 +680,11 @@ div.block div.deprecation-comment { font-style:normal; } details.invalid-tag, span.invalid-tag { - font-size:14px; - font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; - background: #ffe6e6; - border: thin solid #000000; + font-size:1em; + font-family:var(--block-font-family); + color: var(--invalid-tag-text-color); + background: var(--invalid-tag-background-color); + border: thin solid var(--table-border-color); border-radius:2px; padding: 2px 4px; display:inline-block; @@ -643,12 +701,18 @@ main, nav, header, footer, section { /* * Styles for javadoc search. */ +.ui-state-active { + /* Overrides the color of selection used in jQuery UI */ + background: var(--selected-background-color); + border: 1px solid var(--selected-background-color); + color: var(--selected-text-color); +} .ui-autocomplete-category { font-weight:bold; font-size:15px; padding:7px 0 7px 3px; - background-color:#4D7A97; - color:#FFFFFF; + background-color:var(--navbar-background-color); + color:var(--navbar-text-color); } .ui-autocomplete { max-height:85%; @@ -662,7 +726,7 @@ main, nav, header, footer, section { ul.ui-autocomplete { position:fixed; z-index:1; - background-color: #FFFFFF; + background-color: var(--body-background-color); } ul.ui-autocomplete li { float:left; @@ -673,16 +737,16 @@ ul.ui-autocomplete li.ui-static-link { position:sticky; bottom:0; left:0; - background: #dee3e9; + background: var(--subnav-background-color); padding: 5px 0; - font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; - font-size: 13px; + font-family: var(--body-font-family); + font-size: 0.93em; font-weight: bolder; z-index: 2; } li.ui-static-link a, li.ui-static-link a:visited { text-decoration:none; - color:#4A6782; + color:var(--link-color); float:right; margin-right:20px; } @@ -697,6 +761,9 @@ li.ui-static-link a, li.ui-static-link a:visited { background-size:13px; background-repeat:no-repeat; background-position:2px 3px; + background-color: var(--search-input-background-color); + color: var(--search-input-text-color); + border-color: var(--border-color); padding-left:20px; width: 250px; margin: 0; @@ -719,7 +786,7 @@ li.ui-static-link a, li.ui-static-link a:visited { font-size:0; } ::placeholder { - color:#909090; + color:var(--search-input-placeholder-color); opacity: 1; } .search-tag-desc-result { @@ -731,13 +798,13 @@ li.ui-static-link a, li.ui-static-link a:visited { font-size:12px; } .search-tag-result:target { - background-color:yellow; + background-color:var(--search-tag-highlight-color); } details.page-search-details { display: inline-block; } div#result-container { - font-size: 14px; + font-size: 1em; } div#result-container a.search-result-link { padding: 0; @@ -748,24 +815,24 @@ div#result-container a.search-result-link { font-weight:bolder; } .page-search-info { - background-color: #f5f8ff; + background-color: var(--subnav-background-color); border-radius: 3px; - border: 0 solid #b9c8d3; + border: 0 solid var(--border-color); padding: 0 8px; overflow: hidden; height: 0; transition: all 0.2s ease; } div.table-tabs > button.table-tab { - background: #4D7A97; - color: #FFFFFF; + background: var(--navbar-background-color); + color: var(--navbar-text-color); } .page-search-header { padding: 5px 12px 7px 12px; font-weight: bold; margin-right: 3px; - background-color:#4D7A97; - color:#ffffff; + background-color:var(--navbar-background-color); + color:var(--navbar-text-color); display: inline-block; } button.page-search-header { @@ -775,11 +842,11 @@ button.page-search-header { span#page-search-link { text-decoration: underline; } -.module-graph span { +.module-graph span, .sealed-graph span { display:none; position:absolute; } -.module-graph:hover span { +.module-graph:hover span, .sealed-graph:hover span { display:block; margin: -100px 0 0 100px; z-index: 1; @@ -792,13 +859,13 @@ section.class-description { } .summary section[class$="-summary"], .details section[class$="-details"], .class-uses .detail, .serialized-class-details { - padding: 0px 20px 5px 10px; - border: 1px solid #ededed; - background-color: #f8f8f8; + padding: 0 20px 5px 10px; + border: 1px solid var(--border-color); + background-color: var(--section-background-color); } .inherited-list, section[class$="-details"] .detail { padding:0 0 5px 8px; - background-color:#ffffff; + background-color:var(--detail-background-color); border:none; } .vertical-separator { @@ -863,28 +930,29 @@ button.copy:active { button.copy img { position: relative; background: none; + filter: brightness(var(--copy-icon-brightness)); +} +button.copy:active { + background-color: var(--copy-button-background-color-active); } button.copy span { - color: #303030; + color: var(--body-text-color); position: relative; top: -0.1em; transition: all 0.1s; - font-size: 85%; + font-size: 0.76rem; line-height: 1.2em; } /* header/section copy button */ button.copy-header { margin: 0 0.2em; padding: 0 4px; - height: 1.35em; + height: 1.16em; } button.copy-header img { - height: 1em; + height: 0.88em; top: 0.1em; } -button.copy-header:active { - background-color: rgba(128, 128, 160, 0.2); -} /* search page copy button */ button#page-search-copy { margin-left: 0.4em; @@ -898,7 +966,7 @@ button#page-search-copy img { top: 0.15em; } button#page-search-copy span { - color: #000000; + color: var(--body-text-color); content: attr(aria-label); line-height: 1.2em; padding: 0.2em; @@ -909,12 +977,6 @@ div.page-search-info:hover button#page-search-copy, div.page-search-info:hover button#page-search-copy span { opacity: 90%; } -div.page-search-info button#page-search-copy:hover { - background-color: #dfe6f1; -} -div.page-search-info button#page-search-copy:active { - background-color: #cfdbee; -} /* snippet copy button */ button.snippet-copy { position: absolute; @@ -946,9 +1008,6 @@ div.snippet-container:hover button.snippet-copy { div.snippet-container button.snippet-copy:hover { opacity: 100%; } -button.snippet-copy:active { - background: #d3d3d3; -} /* * Styles for user-provided tables. * @@ -995,34 +1054,34 @@ table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > } table.plain { border-collapse: collapse; - border: 1px solid black; + border: 1px solid var(--table-border-color); } table.plain > thead > tr, table.plain > tbody tr, table.plain > tr { background-color: transparent; } table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th, table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr > td { - border: 1px solid black; + border: 1px solid var(--table-border-color); } table.striped { border-collapse: collapse; - border: 1px solid black; + border: 1px solid var(--table-border-color); } table.striped > thead { - background-color: #E3E3E3; + background-color: var(--subnav-background-color); } table.striped > thead > tr > th, table.striped > thead > tr > td { - border: 1px solid black; + border: 1px solid var(--table-border-color); } table.striped > tbody > tr:nth-child(even) { - background-color: #EEE + background-color: var(--odd-row-color) } table.striped > tbody > tr:nth-child(odd) { - background-color: #FFF + background-color: var(--even-row-color) } table.striped > tbody > tr > th, table.striped > tbody > tr > td { - border-left: 1px solid black; - border-right: 1px solid black; + border-left: 1px solid var(--table-border-color); + border-right: 1px solid var(--table-border-color); } table.striped > tbody > tr > th { font-weight: normal; @@ -1059,8 +1118,8 @@ table.striped > tbody > tr > th { width: 50%; float: right; clear: right; - background-color: #dee3e9; - color: #353833; + background-color: var(--subnav-background-color); + color: var(--body-text-color); margin: 6px 0 0 0; padding: 0; } @@ -1068,10 +1127,10 @@ table.striped > tbody > tr > th { padding-left: 20px; } ul.sub-nav-list-small a:link, ul.sub-nav-list-small a:visited { - color:#4A6782; + color:var(--link-color); } ul.sub-nav-list-small a:hover { - color:#bb7a2a; + color:var(--link-color-active); } ul.sub-nav-list-small li { list-style:none; @@ -1110,7 +1169,7 @@ table.striped > tbody > tr > th { margin: 1px 0 4px 0; border-radius: 2px; transition: all 0.1s; - background-color: #ffffff; + background-color: var(--navbar-text-color); } button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(1) { transform: rotate(45deg); @@ -1174,7 +1233,8 @@ table.striped > tbody > tr > th { } pre.snippet { - background-color: #ebecee; + background-color: var(--snippet-background-color); + color: var(--snippet-text-color); padding: 10px; margin: 12px 0; overflow: auto; @@ -1199,6 +1259,6 @@ pre.snippet .bold { font-weight: bold; } pre.snippet .highlighted { - background-color: #f7c590; + background-color: var(--snippet-highlight-color); border-radius: 10%; } diff --git a/modules/iquantum/target/javadoc-bundle-options/package-list b/modules/iquantum/target/javadoc-bundle-options/package-list index 351c18685..59d423285 100644 --- a/modules/iquantum/target/javadoc-bundle-options/package-list +++ b/modules/iquantum/target/javadoc-bundle-options/package-list @@ -1,217 +1,217 @@ -java.applet -java.awt -java.awt.color -java.awt.datatransfer -java.awt.dnd -java.awt.event -java.awt.font -java.awt.geom -java.awt.im -java.awt.im.spi -java.awt.image -java.awt.image.renderable -java.awt.print -java.beans -java.beans.beancontext -java.io -java.lang -java.lang.annotation -java.lang.instrument -java.lang.invoke -java.lang.management -java.lang.ref -java.lang.reflect -java.math -java.net -java.nio -java.nio.channels -java.nio.channels.spi -java.nio.charset -java.nio.charset.spi -java.nio.file -java.nio.file.attribute -java.nio.file.spi -java.rmi -java.rmi.activation -java.rmi.dgc -java.rmi.registry -java.rmi.server -java.security -java.security.acl -java.security.cert -java.security.interfaces -java.security.spec -java.sql -java.text -java.text.spi -java.time -java.time.chrono -java.time.format -java.time.temporal -java.time.zone -java.util -java.util.concurrent -java.util.concurrent.atomic -java.util.concurrent.locks -java.util.function -java.util.jar -java.util.logging -java.util.prefs -java.util.regex -java.util.spi -java.util.stream -java.util.zip -javax.accessibility -javax.activation -javax.activity -javax.annotation -javax.annotation.processing -javax.crypto -javax.crypto.interfaces -javax.crypto.spec -javax.imageio -javax.imageio.event -javax.imageio.metadata -javax.imageio.plugins.bmp -javax.imageio.plugins.jpeg -javax.imageio.spi -javax.imageio.stream -javax.jws -javax.jws.soap -javax.lang.model -javax.lang.model.element -javax.lang.model.type -javax.lang.model.util -javax.management -javax.management.loading -javax.management.modelmbean -javax.management.monitor -javax.management.openmbean -javax.management.relation -javax.management.remote -javax.management.remote.rmi -javax.management.timer -javax.naming -javax.naming.directory -javax.naming.event -javax.naming.ldap -javax.naming.spi -javax.net -javax.net.ssl -javax.print -javax.print.attribute -javax.print.attribute.standard -javax.print.event -javax.rmi -javax.rmi.CORBA -javax.rmi.ssl -javax.script -javax.security.auth -javax.security.auth.callback -javax.security.auth.kerberos -javax.security.auth.login -javax.security.auth.spi -javax.security.auth.x500 -javax.security.cert -javax.security.sasl -javax.sound.midi -javax.sound.midi.spi -javax.sound.sampled -javax.sound.sampled.spi -javax.sql -javax.sql.rowset -javax.sql.rowset.serial -javax.sql.rowset.spi -javax.swing -javax.swing.border -javax.swing.colorchooser -javax.swing.event -javax.swing.filechooser -javax.swing.plaf -javax.swing.plaf.basic -javax.swing.plaf.metal -javax.swing.plaf.multi -javax.swing.plaf.nimbus -javax.swing.plaf.synth -javax.swing.table -javax.swing.text -javax.swing.text.html -javax.swing.text.html.parser -javax.swing.text.rtf -javax.swing.tree -javax.swing.undo -javax.tools -javax.transaction -javax.transaction.xa -javax.xml -javax.xml.bind -javax.xml.bind.annotation -javax.xml.bind.annotation.adapters -javax.xml.bind.attachment -javax.xml.bind.helpers -javax.xml.bind.util -javax.xml.crypto -javax.xml.crypto.dom -javax.xml.crypto.dsig -javax.xml.crypto.dsig.dom -javax.xml.crypto.dsig.keyinfo -javax.xml.crypto.dsig.spec -javax.xml.datatype -javax.xml.namespace -javax.xml.parsers -javax.xml.soap -javax.xml.stream -javax.xml.stream.events -javax.xml.stream.util -javax.xml.transform -javax.xml.transform.dom -javax.xml.transform.sax -javax.xml.transform.stax -javax.xml.transform.stream -javax.xml.validation -javax.xml.ws -javax.xml.ws.handler -javax.xml.ws.handler.soap -javax.xml.ws.http -javax.xml.ws.soap -javax.xml.ws.spi -javax.xml.ws.spi.http -javax.xml.ws.wsaddressing -javax.xml.xpath -org.ietf.jgss -org.omg.CORBA -org.omg.CORBA.DynAnyPackage -org.omg.CORBA.ORBPackage -org.omg.CORBA.TypeCodePackage -org.omg.CORBA.portable -org.omg.CORBA_2_3 -org.omg.CORBA_2_3.portable -org.omg.CosNaming -org.omg.CosNaming.NamingContextExtPackage -org.omg.CosNaming.NamingContextPackage -org.omg.Dynamic -org.omg.DynamicAny -org.omg.DynamicAny.DynAnyFactoryPackage -org.omg.DynamicAny.DynAnyPackage -org.omg.IOP -org.omg.IOP.CodecFactoryPackage -org.omg.IOP.CodecPackage -org.omg.Messaging -org.omg.PortableInterceptor -org.omg.PortableInterceptor.ORBInitInfoPackage -org.omg.PortableServer -org.omg.PortableServer.CurrentPackage -org.omg.PortableServer.POAManagerPackage -org.omg.PortableServer.POAPackage -org.omg.PortableServer.ServantLocatorPackage -org.omg.PortableServer.portable -org.omg.SendingContext -org.omg.stub.java.rmi -org.w3c.dom -org.w3c.dom.bootstrap -org.w3c.dom.events -org.w3c.dom.ls -org.w3c.dom.views -org.xml.sax -org.xml.sax.ext -org.xml.sax.helpers +java.applet +java.awt +java.awt.color +java.awt.datatransfer +java.awt.dnd +java.awt.event +java.awt.font +java.awt.geom +java.awt.im +java.awt.im.spi +java.awt.image +java.awt.image.renderable +java.awt.print +java.beans +java.beans.beancontext +java.io +java.lang +java.lang.annotation +java.lang.instrument +java.lang.invoke +java.lang.management +java.lang.ref +java.lang.reflect +java.math +java.net +java.nio +java.nio.channels +java.nio.channels.spi +java.nio.charset +java.nio.charset.spi +java.nio.file +java.nio.file.attribute +java.nio.file.spi +java.rmi +java.rmi.activation +java.rmi.dgc +java.rmi.registry +java.rmi.server +java.security +java.security.acl +java.security.cert +java.security.interfaces +java.security.spec +java.sql +java.text +java.text.spi +java.time +java.time.chrono +java.time.format +java.time.temporal +java.time.zone +java.util +java.util.concurrent +java.util.concurrent.atomic +java.util.concurrent.locks +java.util.function +java.util.jar +java.util.logging +java.util.prefs +java.util.regex +java.util.spi +java.util.stream +java.util.zip +javax.accessibility +javax.activation +javax.activity +javax.annotation +javax.annotation.processing +javax.crypto +javax.crypto.interfaces +javax.crypto.spec +javax.imageio +javax.imageio.event +javax.imageio.metadata +javax.imageio.plugins.bmp +javax.imageio.plugins.jpeg +javax.imageio.spi +javax.imageio.stream +javax.jws +javax.jws.soap +javax.lang.model +javax.lang.model.element +javax.lang.model.type +javax.lang.model.util +javax.management +javax.management.loading +javax.management.modelmbean +javax.management.monitor +javax.management.openmbean +javax.management.relation +javax.management.remote +javax.management.remote.rmi +javax.management.timer +javax.naming +javax.naming.directory +javax.naming.event +javax.naming.ldap +javax.naming.spi +javax.net +javax.net.ssl +javax.print +javax.print.attribute +javax.print.attribute.standard +javax.print.event +javax.rmi +javax.rmi.CORBA +javax.rmi.ssl +javax.script +javax.security.auth +javax.security.auth.callback +javax.security.auth.kerberos +javax.security.auth.login +javax.security.auth.spi +javax.security.auth.x500 +javax.security.cert +javax.security.sasl +javax.sound.midi +javax.sound.midi.spi +javax.sound.sampled +javax.sound.sampled.spi +javax.sql +javax.sql.rowset +javax.sql.rowset.serial +javax.sql.rowset.spi +javax.swing +javax.swing.border +javax.swing.colorchooser +javax.swing.event +javax.swing.filechooser +javax.swing.plaf +javax.swing.plaf.basic +javax.swing.plaf.metal +javax.swing.plaf.multi +javax.swing.plaf.nimbus +javax.swing.plaf.synth +javax.swing.table +javax.swing.text +javax.swing.text.html +javax.swing.text.html.parser +javax.swing.text.rtf +javax.swing.tree +javax.swing.undo +javax.tools +javax.transaction +javax.transaction.xa +javax.xml +javax.xml.bind +javax.xml.bind.annotation +javax.xml.bind.annotation.adapters +javax.xml.bind.attachment +javax.xml.bind.helpers +javax.xml.bind.util +javax.xml.crypto +javax.xml.crypto.dom +javax.xml.crypto.dsig +javax.xml.crypto.dsig.dom +javax.xml.crypto.dsig.keyinfo +javax.xml.crypto.dsig.spec +javax.xml.datatype +javax.xml.namespace +javax.xml.parsers +javax.xml.soap +javax.xml.stream +javax.xml.stream.events +javax.xml.stream.util +javax.xml.transform +javax.xml.transform.dom +javax.xml.transform.sax +javax.xml.transform.stax +javax.xml.transform.stream +javax.xml.validation +javax.xml.ws +javax.xml.ws.handler +javax.xml.ws.handler.soap +javax.xml.ws.http +javax.xml.ws.soap +javax.xml.ws.spi +javax.xml.ws.spi.http +javax.xml.ws.wsaddressing +javax.xml.xpath +org.ietf.jgss +org.omg.CORBA +org.omg.CORBA.DynAnyPackage +org.omg.CORBA.ORBPackage +org.omg.CORBA.TypeCodePackage +org.omg.CORBA.portable +org.omg.CORBA_2_3 +org.omg.CORBA_2_3.portable +org.omg.CosNaming +org.omg.CosNaming.NamingContextExtPackage +org.omg.CosNaming.NamingContextPackage +org.omg.Dynamic +org.omg.DynamicAny +org.omg.DynamicAny.DynAnyFactoryPackage +org.omg.DynamicAny.DynAnyPackage +org.omg.IOP +org.omg.IOP.CodecFactoryPackage +org.omg.IOP.CodecPackage +org.omg.Messaging +org.omg.PortableInterceptor +org.omg.PortableInterceptor.ORBInitInfoPackage +org.omg.PortableServer +org.omg.PortableServer.CurrentPackage +org.omg.PortableServer.POAManagerPackage +org.omg.PortableServer.POAPackage +org.omg.PortableServer.ServantLocatorPackage +org.omg.PortableServer.portable +org.omg.SendingContext +org.omg.stub.java.rmi +org.w3c.dom +org.w3c.dom.bootstrap +org.w3c.dom.events +org.w3c.dom.ls +org.w3c.dom.views +org.xml.sax +org.xml.sax.ext +org.xml.sax.helpers diff --git a/modules/iquantum/target/maven-archiver/pom.properties b/modules/iquantum/target/maven-archiver/pom.properties index c33c9948f..61773e1ee 100644 --- a/modules/iquantum/target/maven-archiver/pom.properties +++ b/modules/iquantum/target/maven-archiver/pom.properties @@ -1,3 +1,5 @@ -artifactId=iquantum +#Generated by Maven +#Tue Jul 25 08:08:29 UTC 2023 groupId=org.iquantum +artifactId=iquantum version=1.0 diff --git a/modules/iquantum/target/maven-javadoc-plugin-stale-data.txt b/modules/iquantum/target/maven-javadoc-plugin-stale-data.txt index 683a5d676..3d91c13db 100644 --- a/modules/iquantum/target/maven-javadoc-plugin-stale-data.txt +++ b/modules/iquantum/target/maven-javadoc-plugin-stale-data.txt @@ -1,26 +1,26 @@ @options @packages -classpath -'/Users/biboo/.m2/repository/org/apache/commons/commons-math3/3.4.1/commons-math3-3.4.1.jar:/Users/biboo/.m2/repository/com/opencsv/opencsv/3.7/opencsv-3.7.jar:/Users/biboo/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar:/Users/biboo/.m2/repository/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar:/Users/biboo/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/Users/biboo/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/Users/biboo/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/Users/biboo/.m2/repository/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar:/Users/biboo/.m2/repository/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar:/Users/biboo/.m2/repository/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar:/Users/biboo/.m2/repository/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar:/Users/biboo/.m2/repository/org/apache/commons/commons-csv/1.10.0/commons-csv-1.10.0.jar' +'/home/ubuntu/.m2/repository/org/apache/commons/commons-math3/3.4.1/commons-math3-3.4.1.jar:/home/ubuntu/.m2/repository/com/opencsv/opencsv/3.7/opencsv-3.7.jar:/home/ubuntu/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar:/home/ubuntu/.m2/repository/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar:/home/ubuntu/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/home/ubuntu/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/home/ubuntu/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/home/ubuntu/.m2/repository/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar:/home/ubuntu/.m2/repository/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar:/home/ubuntu/.m2/repository/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar:/home/ubuntu/.m2/repository/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar:/home/ubuntu/.m2/repository/org/apache/commons/commons-csv/1.10.0/commons-csv-1.10.0.jar' -encoding 'UTF-8' -protected -sourcepath -'/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/src/main/java' +'/home/ubuntu/projects/iQuantum/modules/iquantum/src/main/java' -author -bottom 'Copyright © 2023 The Cloud Computing and Distributed Systems (CLOUDS) Laboratory, The University of Melbourne. All rights reserved.' -charset 'UTF-8' -d -'/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs' +'/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs' -docencoding 'UTF-8' -Xdoclint:none -doctitle 'iquantum 1.0 API' -linkoffline -'https://docs.oracle.com/javase/8/docs/api' '/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/javadoc-bundle-options' +'https://docs.oracle.com/javase/8/docs/api' '/home/ubuntu/projects/iQuantum/modules/iquantum/target/javadoc-bundle-options' -tag "pre:a:Precondition:" -tag @@ -29,100 +29,100 @@ -version -windowtitle 'iquantum 1.0 API' -org.iquantum.power -org.iquantum.power.lists -org.iquantum.power.models +org.iquantum.distributions +org.iquantum.core +org.iquantum.core.predicates org.iquantum.brokers org.iquantum.tasks -org.iquantum.core.predicates -org.iquantum.core -org.iquantum.lists -org.iquantum.sdn -org.iquantum.sdn.power -org.iquantum.sdn.example -org.iquantum.sdn.example.policies -org.iquantum.sdn.example.topogenerators -org.iquantum.sdn.overbooking -org.iquantum.sdn.graph.core -org.iquantum.sdn.graph.example -org.iquantum.sdn.graph.dialog -org.iquantum.sdn.request +org.iquantum.fog.test +org.iquantum.fog.test.perfeval +org.iquantum.fog.policy +org.iquantum.fog.gui.core +org.iquantum.fog.gui.example +org.iquantum.fog.gui.dialog +org.iquantum.fog.mobilitydata +org.iquantum.fog.scheduler +org.iquantum.fog.placement +org.iquantum.fog.entities +org.iquantum.fog.utils.distribution +org.iquantum.fog.utils +org.iquantum.fog.application.selectivity +org.iquantum.fog.application +org.iquantum.provisioners +org.iquantum.models +org.iquantum.power +org.iquantum.power.models +org.iquantum.power.lists +org.iquantum.datacenters +org.iquantum.backends.quantum.qubittopologies +org.iquantum.backends.quantum org.iquantum.backends.classical +org.iquantum.backends.classical.container.containerPlacementPolicies +org.iquantum.backends.classical.container.core org.iquantum.backends.classical.container.containerVmProvisioners +org.iquantum.backends.classical.container.containerProvisioners +org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled org.iquantum.backends.classical.container.vmSelectionPolicies org.iquantum.backends.classical.container.resourceAllocators -org.iquantum.backends.classical.container.core +org.iquantum.backends.classical.container.containerSelectionPolicies org.iquantum.backends.classical.container.lists org.iquantum.backends.classical.container.hostSelectionPolicies -org.iquantum.backends.classical.container.containerProvisioners -org.iquantum.backends.classical.container.containerSelectionPolicies -org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled -org.iquantum.backends.classical.container.utils -org.iquantum.backends.classical.container.containerPlacementPolicies org.iquantum.backends.classical.container.schedulers -org.iquantum.backends.quantum -org.iquantum.backends.quantum.qubittopologies -org.iquantum.network.datacenter +org.iquantum.backends.classical.container.utils +org.iquantum.sdn +org.iquantum.sdn.example +org.iquantum.sdn.example.topogenerators +org.iquantum.sdn.example.policies +org.iquantum.sdn.power +org.iquantum.sdn.graph.core +org.iquantum.sdn.graph.example +org.iquantum.sdn.graph.dialog +org.iquantum.sdn.overbooking +org.iquantum.sdn.request +org.iquantum.lists org.iquantum.network -org.iquantum.utils -org.iquantum.utils.datacloud -org.iquantum.models -org.iquantum.policies.ctasks -org.iquantum.policies.qtasks +org.iquantum.network.datacenter +org.iquantum.gateways org.iquantum.policies.qubitMapping org.iquantum.policies.vm -org.iquantum.provisioners -org.iquantum.gateways -org.iquantum.fog.test.perfeval -org.iquantum.fog.test -org.iquantum.fog.scheduler -org.iquantum.fog.mobilitydata -org.iquantum.fog.utils -org.iquantum.fog.utils.distribution -org.iquantum.fog.gui.core -org.iquantum.fog.gui.example -org.iquantum.fog.gui.dialog -org.iquantum.fog.application -org.iquantum.fog.application.selectivity -org.iquantum.fog.entities -org.iquantum.fog.policy -org.iquantum.fog.placement -org.iquantum.datacenters -org.iquantum.distributions -/Users/biboo/.m2/repository/org/apache/commons/commons-math3/3.4.1/commons-math3-3.4.1.jar = 1678665300935 -/Users/biboo/.m2/repository/com/opencsv/opencsv/3.7/opencsv-3.7.jar = 1678665300900 -/Users/biboo/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar = 1678665300923 -/Users/biboo/.m2/repository/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar = 1689321466333 -/Users/biboo/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar = 1678673072705 -/Users/biboo/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar = 1678673072717 -/Users/biboo/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar = 1678673072706 -/Users/biboo/.m2/repository/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar = 1689321367921 -/Users/biboo/.m2/repository/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar = 1689321367831 -/Users/biboo/.m2/repository/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar = 1689321367818 -/Users/biboo/.m2/repository/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar = 1678673163660 -/Users/biboo/.m2/repository/org/apache/commons/commons-csv/1.10.0/commons-csv-1.10.0.jar = 1681182728742 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/src/main/java/.DS_Store = 1681275293143 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/src/main/java = 1688726692432 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/constant-values.html = 1690257660967 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/tag-search-index.js = 1690257661634 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/overview-tree.html = 1690257661392 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/module-search-index.js = 1690257661623 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/index.html = 1690257661397 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/package-search-index.js = 1690257661624 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/jquery-ui.overrides.css = 1690257661794 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/serialized-form.html = 1690257660989 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/index-all.html = 1690257661780 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/allpackages-index.html = 1690257661623 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/deprecated-list.html = 1690257661394 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/member-search-index.js = 1690257661633 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/copy.svg = 1690257661791 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/script.js = 1690257661791 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/stylesheet.css = 1690257661790 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/search-page.js = 1690257661792 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/overview-summary.html = 1690257661782 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/help-doc.html = 1690257661788 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/element-list = 1690257660873 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/search.html = 1690257661781 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/allclasses-index.html = 1690257661620 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/type-search-index.js = 1690257661625 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/search.js = 1690257661791 +org.iquantum.policies.ctasks +org.iquantum.policies.qtasks +org.iquantum.utils +org.iquantum.utils.datacloud +/home/ubuntu/.m2/repository/org/apache/commons/commons-math3/3.4.1/commons-math3-3.4.1.jar = 1690265720687 +/home/ubuntu/.m2/repository/com/opencsv/opencsv/3.7/opencsv-3.7.jar = 1690265720559 +/home/ubuntu/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar = 1690265720647 +/home/ubuntu/.m2/repository/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar = 1690265720763 +/home/ubuntu/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar = 1690265720603 +/home/ubuntu/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar = 1690265720567 +/home/ubuntu/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar = 1690265720575 +/home/ubuntu/.m2/repository/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar = 1690265720611 +/home/ubuntu/.m2/repository/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar = 1690265720595 +/home/ubuntu/.m2/repository/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar = 1690265720591 +/home/ubuntu/.m2/repository/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar = 1690265720587 +/home/ubuntu/.m2/repository/org/apache/commons/commons-csv/1.10.0/commons-csv-1.10.0.jar = 1690265720555 +/home/ubuntu/projects/iQuantum/modules/iquantum/src/main/java/.DS_Store = 1690265641719 +/home/ubuntu/projects/iQuantum/modules/iquantum/src/main/java = 1690265641719 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/deprecated-list.html = 1690333370274 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/help-doc.html = 1690333370630 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/search.js = 1690333370634 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/constant-values.html = 1690333369766 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/type-search-index.js = 1690333370490 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/search.html = 1690333370622 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/script.js = 1690333370634 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/index-all.html = 1690333370622 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/copy.svg = 1690333370634 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/serialized-form.html = 1690333369810 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/overview-tree.html = 1690333370274 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/allclasses-index.html = 1690333370490 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/search-page.js = 1690333370634 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/allpackages-index.html = 1690333370490 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/jquery-ui.overrides.css = 1690272508810 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/member-search-index.js = 1690333370498 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/overview-summary.html = 1690333370622 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/package-search-index.js = 1690333370490 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/stylesheet.css = 1690333370634 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/element-list = 1690333369650 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/module-search-index.js = 1690333370490 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/tag-search-index.js = 1690333370498 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/index.html = 1690333370278 diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CTaskTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CTaskTest.xml index 1881d592a..2e8b4439c 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CTaskTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CTaskTest.xml @@ -1,62 +1,59 @@ - + - + - - + + - - - + + + - - - + + - + - + - - + + - + - - - + + - - - + + - + - - - - - - - + + + + + + + + - + - - - - - + + + + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CloudletSchedulerSingleServiceTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CloudletSchedulerSingleServiceTest.xml index d69b374c7..8bc91b3d3 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CloudletSchedulerSingleServiceTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CloudletSchedulerSingleServiceTest.xml @@ -1,76 +1,73 @@ - + - + - - + + - - - + + + - - - + + - + - + - - + + - + - - - + + - - - + + - + - - - - - - - + + + + + + + + - + - - - - - + + + + - + - + - + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostDynamicWorkloadTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostDynamicWorkloadTest.xml index 4dc69f385..89ebef53a 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostDynamicWorkloadTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostDynamicWorkloadTest.xml @@ -1,64 +1,61 @@ - + - + - - + + - - - + + + - - - + + - + - + - - + + - + - - - + + - - - + + - + - - - - - - - + + + + + + + + - + - - - - - + + + + - + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostTest.xml index 42c568d55..89b9406d5 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostTest.xml @@ -1,66 +1,67 @@ - + - + - - + + - - - + + + - - - + + - + - + - - + + - + - - - + + - - - + + - + - - - - - - - + + + + + + + + - + - - - - - + + + + - + - + + + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.LogTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.LogTest.xml index b4f9e18d5..cd037361e 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.LogTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.LogTest.xml @@ -1,62 +1,59 @@ - + - - + + - - - + + + - - - + + - + - + - - + + - + - - - + + - - - + + - + - - - - - - - + + + + + + + + - + - - - - - + + + + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.PeTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.PeTest.xml index 5dd7e80c1..33e69e1cd 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.PeTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.PeTest.xml @@ -1,64 +1,61 @@ - + - + - - + + - - - + + + - - - + + - + - + - - + + - + - - - + + - - - + + - + - - - - - - - + + + + + + + + - + - - - - - + + + + - + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelPlanetLabInMemoryTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelPlanetLabInMemoryTest.xml index b781e3929..323001cad 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelPlanetLabInMemoryTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelPlanetLabInMemoryTest.xml @@ -1,62 +1,59 @@ - + - - + + - - - + + + - - - + + - + - + - - + + - + - - - + + - - - + + - + - - - - - - - + + + + + + + + - + - - - - - + + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelStochasticTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelStochasticTest.xml index 67d00d6cb..66261907e 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelStochasticTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelStochasticTest.xml @@ -1,62 +1,59 @@ - + - - + + - - - + + + - - - + + - + - + - - + + - + - - - + + - - - + + - + - - - - - - - + + + + + + + + - + - - - - - + + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.xml index bcaec6cbc..9e0f199d3 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.xml @@ -1,62 +1,59 @@ - + - - + + - - - + + + - - - + + - + - + - - + + - + - - - + + - - - + + - + - - - - - - - + + + + + + + + - + - - - - - + + + + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedTest.xml index 2d3db6fc6..c868c7e43 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedTest.xml @@ -1,64 +1,61 @@ - + - + - - + + - - - + + + - - - + + - + - + - - + + - + - - - + + - - - + + - + - - - - - - - + + + + + + + + - + - - - - - + + + + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.PeListTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.PeListTest.xml index 957830089..6f6dbe4e6 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.PeListTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.PeListTest.xml @@ -1,71 +1,64 @@ - + - + - - + + - - - + + + - - - + + - + - + - - + + - + - - - + + - - - + + - + - - - - - - - + + + + + + + + - + - - - - - + + + + - - - + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.VmListTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.VmListTest.xml index e915ab90f..302f336c2 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.VmListTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.VmListTest.xml @@ -1,62 +1,59 @@ - + - - + + - - - + + + - - - + + - + - + - - + + - + - - - + + - - - + + - + - - - - - - - + + + + + + + + - + - - - - - + + + + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerHostTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerHostTest.xml index 20f1237b2..deda47fb2 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerHostTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerHostTest.xml @@ -1,62 +1,59 @@ - + - - + + - - - + + + - - - + + - + - + - - + + - + - - - + + - - - + + - + - - - - - - - + + + + + + + + - + - - - - - + + + + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.xml index 783750369..1359b1420 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.xml @@ -1,62 +1,59 @@ - + - - + + - - - + + + - - - + + - + - + - - + + - + - - - + + - - - + + - + - - - - - - - + + + + + + + + - + - - - - - + + + + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelCubicTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelCubicTest.xml index 64d361622..636c9e188 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelCubicTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelCubicTest.xml @@ -1,65 +1,62 @@ - + - + - - + + - - - + + + - - - + + - + - + - - + + - + - - - + + - - - + + - + - - - - - - - + + + + + + + + - + - - - - - + + + + - + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelLinearTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelLinearTest.xml index 984a6a932..846645c35 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelLinearTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelLinearTest.xml @@ -1,62 +1,59 @@ - + - + - - + + - - - + + + - - - + + - + - + - - + + - + - - - + + - - - + + - + - - - - - - - + + + + + + + + - + - - - - - + + + + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test.xml index 53e4d0dae..ba12159f2 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test.xml @@ -1,62 +1,59 @@ - + - - + + - - - + + + - - - + + - + - + - - + + - + - - - + + - - - + + - + - - - - - - - + + + + + + + + - + - - - - - + + + + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSqrtTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSqrtTest.xml index cd7991cfb..a6916dd9c 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSqrtTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSqrtTest.xml @@ -1,62 +1,59 @@ - + - + - - + + - - - + + + - - - + + - + - + - - + + - + - - - + + - - - + + - + - - - - - - - + + + + + + + + - + - - - - - + + + + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSquareTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSquareTest.xml index 4f13c3d12..a063da65e 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSquareTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSquareTest.xml @@ -1,62 +1,59 @@ - + - + - - + + - - - + + + - - - + + - + - + - - + + - + - - - + + - - - + + - + - - - - - - - + + + + + + + + - + - - - - - + + + + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.BwProvisionerSimpleTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.BwProvisionerSimpleTest.xml index a38cffb64..ec5e20d58 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.BwProvisionerSimpleTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.BwProvisionerSimpleTest.xml @@ -1,62 +1,59 @@ - + - - + + - - - + + + - - - + + - + - + - - + + - + - - - + + - - - + + - + - - - - - - - + + + + + + + + - + - - - - - + + + + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.PeProvisionerSimpleTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.PeProvisionerSimpleTest.xml index 93704e623..3ab2e44ea 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.PeProvisionerSimpleTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.PeProvisionerSimpleTest.xml @@ -1,62 +1,59 @@ - + - - + + - - - + + + - - - + + - + - + - - + + - + - - - + + - - - + + - + - - - - - - - + + + + + + + + - + - - - - - + + + + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.RamProvisionerSimpleTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.RamProvisionerSimpleTest.xml index a19bfb5a3..187c442cd 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.RamProvisionerSimpleTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.RamProvisionerSimpleTest.xml @@ -1,62 +1,59 @@ - + - - + + - - - + + + - - - + + - + - + - - + + - + - - - + + - - - + + - + - - - - - - - + + + + + + + + - + - - - - - + + + + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.MathUtilTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.MathUtilTest.xml index 2c5201dc7..e3902ba68 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.MathUtilTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.MathUtilTest.xml @@ -1,66 +1,63 @@ - + - + - - + + - - - + + + - - - + + - + - + - - + + - + - - - + + - - - + + - + - - - - - - - + + + + + + + + - + - - - - - + + + + - - - + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.WorkloadFileReaderTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.WorkloadFileReaderTest.xml index ac718d851..c6e636240 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.WorkloadFileReaderTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.WorkloadFileReaderTest.xml @@ -1,62 +1,59 @@ - + - + - - + + - - - + + + - - - + + - + - + - - + + - + - - - + + - - - + + - + - - - - - - - + + + + + + + + - + - - - - - + + + + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.CTaskTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.CTaskTest.txt index e58661a0a..294e32569 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.CTaskTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.CTaskTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.CTaskTest ------------------------------------------------------------------------------- -Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.CTaskTest +Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.iquantum.CTaskTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.CloudletSchedulerSingleServiceTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.CloudletSchedulerSingleServiceTest.txt index 500b40eb0..5eff9734c 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.CloudletSchedulerSingleServiceTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.CloudletSchedulerSingleServiceTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.CloudletSchedulerSingleServiceTest ------------------------------------------------------------------------------- -Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.iquantum.CloudletSchedulerSingleServiceTest +Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.CloudletSchedulerSingleServiceTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.HostDynamicWorkloadTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.HostDynamicWorkloadTest.txt index 0197adbeb..bb1f2e8db 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.HostDynamicWorkloadTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.HostDynamicWorkloadTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.HostDynamicWorkloadTest ------------------------------------------------------------------------------- -Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.iquantum.HostDynamicWorkloadTest +Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.HostDynamicWorkloadTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.HostTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.HostTest.txt index 073844c45..d8dc0a37d 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.HostTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.HostTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.HostTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.iquantum.HostTest +Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.008 s - in org.iquantum.HostTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.PeTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.PeTest.txt index e5470202d..16bed9754 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.PeTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.PeTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.PeTest ------------------------------------------------------------------------------- -Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.PeTest +Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.iquantum.PeTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedTest.txt index cdcc0c90c..ba014c52b 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.VmSchedulerTimeSharedTest ------------------------------------------------------------------------------- -Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.VmSchedulerTimeSharedTest +Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.iquantum.VmSchedulerTimeSharedTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.lists.PeListTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.lists.PeListTest.txt index b6b7d032c..373bd4495 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.lists.PeListTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.lists.PeListTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.lists.PeListTest ------------------------------------------------------------------------------- -Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.iquantum.lists.PeListTest +Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.iquantum.lists.PeListTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelCubicTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelCubicTest.txt index 039e45319..c1b01f96b 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelCubicTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelCubicTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.power.models.PowerModelCubicTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.iquantum.power.models.PowerModelCubicTest +Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.006 s - in org.iquantum.power.models.PowerModelCubicTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelLinearTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelLinearTest.txt index f2e8e4136..b56a3dc92 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelLinearTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelLinearTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.power.models.PowerModelLinearTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.iquantum.power.models.PowerModelLinearTest +Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 s - in org.iquantum.power.models.PowerModelLinearTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSqrtTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSqrtTest.txt index 829a8685c..b395e5722 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSqrtTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSqrtTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.power.models.PowerModelSqrtTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.iquantum.power.models.PowerModelSqrtTest +Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.004 s - in org.iquantum.power.models.PowerModelSqrtTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSquareTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSquareTest.txt index 5363a0c72..45309a823 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSquareTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSquareTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.power.models.PowerModelSquareTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.iquantum.power.models.PowerModelSquareTest +Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.004 s - in org.iquantum.power.models.PowerModelSquareTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.util.MathUtilTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.util.MathUtilTest.txt index 2eeafd851..7dee754fa 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.util.MathUtilTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.util.MathUtilTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.util.MathUtilTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.iquantum.util.MathUtilTest +Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.iquantum.util.MathUtilTest diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.util.WorkloadFileReaderTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.util.WorkloadFileReaderTest.txt index aaa09e181..cace6c807 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.util.WorkloadFileReaderTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.util.WorkloadFileReaderTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.util.WorkloadFileReaderTest ------------------------------------------------------------------------------- -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.522 s - in org.iquantum.util.WorkloadFileReaderTest +Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.746 s - in org.iquantum.util.WorkloadFileReaderTest diff --git a/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml b/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml index 2e480afe6..9475810f1 100644 --- a/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml +++ b/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml @@ -7,6 +7,6 @@ 1.0 - 20230725031453 + 20230725061932 diff --git a/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.md5 b/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.md5 index 32dbb1cf8..f638efbd5 100644 --- a/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.md5 +++ b/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.md5 @@ -1 +1 @@ -ae63fd3fa776f9f434a38c1061e0749c \ No newline at end of file +be2c0d541102f747a2de06377b7b6eb1 \ No newline at end of file diff --git a/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.sha1 b/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.sha1 index f991fc784..a6760dd1d 100644 --- a/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.sha1 +++ b/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.sha1 @@ -1 +1 @@ -f6deeef4d82e8135d6b9dd73116ededf2b061e4f \ No newline at end of file +09b4b8528070f449bbd028d9c21e9ac40966523e \ No newline at end of file From 3397408f42ede5e8390c65bb23fb5e4705c5a970 Mon Sep 17 00:00:00 2001 From: Hoa Nguyen Date: Wed, 26 Jul 2023 14:21:46 +1000 Subject: [PATCH 3/6] Update datasets --- .../MQT-Set01-298-10-27-IBMQ27-Opt3.csv | 299 - ...QT-Set02-10-27-Mapped-AllAlgorithmLeft.csv | 1134 -- ...-7-127-AllOpt-IBMMapped-Only127-Extra.csv} | 13135 +++++++--------- ...QT-Set04-7-127-AllOpt-IBMMapped-Extra.csv} | 0 dataset/iquantum/iquantumDataGen.ipynb | 55 + 5 files changed, 5874 insertions(+), 8749 deletions(-) delete mode 100644 dataset/iquantum/MQT-Set01-298-10-27-IBMQ27-Opt3.csv delete mode 100644 dataset/iquantum/MQT-Set02-10-27-Mapped-AllAlgorithmLeft.csv rename dataset/iquantum/{MQT-Set03-7-127-AllOpt-IBMMapped.csv => MQT-Set03-7-127-AllOpt-IBMMapped-Only127-Extra.csv} (85%) rename dataset/iquantum/{MQT-Set03-7-127-AllOpt-IBMMapped-Extra.csv => MQT-Set04-7-127-AllOpt-IBMMapped-Extra.csv} (100%) diff --git a/dataset/iquantum/MQT-Set01-298-10-27-IBMQ27-Opt3.csv b/dataset/iquantum/MQT-Set01-298-10-27-IBMQ27-Opt3.csv deleted file mode 100644 index 90733d9ef..000000000 --- a/dataset/iquantum/MQT-Set01-298-10-27-IBMQ27-Opt3.csv +++ /dev/null @@ -1,299 +0,0 @@ -index,n_qubits,qc_depth,single_qubit_gates,multi_qubit_gates,qubit_topology,qasm_file -0,27,3843,"{'rz': 2084, 'sx': 1594, 'x': 39, 'measure': 19}",{'cx': 1680},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",pricingcall_mapped_ibm_montreal_qiskit_opt3_19.qasm -1,27,580,"{'rz': 894, 'sx': 825, 'measure': 20, 'x': 3}",{'cx': 1559},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23)",realamprandom_mapped_ibm_montreal_qiskit_opt3_20.qasm -2,27,418,"{'rz': 662, 'sx': 70, 'measure': 21, 'x': 3}",{'cx': 1118},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_21.qasm -3,27,32,"{'rz': 96, 'sx': 96, 'measure': 12}",{'cx': 33},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",routing_mapped_ibm_montreal_qiskit_opt3_12.qasm -4,27,26,"{'sx': 48, 'rz': 46, 'measure': 6}",{'cx': 15},"(18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",routing_mapped_ibm_montreal_qiskit_opt3_6.qasm -5,27,96,"{'rz': 87, 'sx': 57, 'measure': 23, 'x': 5}",{'cx': 55},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_24.qasm -6,27,467,"{'rz': 384, 'sx': 158, 'measure': 14, 'x': 2}",{'cx': 825},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_14.qasm -7,27,418,"{'rz': 376, 'sx': 108, 'x': 15, 'measure': 14}",{'cx': 567},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_15.qasm -8,27,1185,"{'rz': 1342, 'sx': 1126, 'x': 71, 'measure': 27}",{'cx': 3632},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt3_27.qasm -9,27,74,"{'measure': 25, 'rz': 22, 'sx': 16, 'x': 2}",{'cx': 51},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_25.qasm -10,27,772,"{'rz': 924, 'sx': 247, 'x': 38, 'measure': 23}",{'cx': 1503},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt3_24.qasm -11,27,555,"{'rz': 499, 'sx': 448, 'measure': 17, 'x': 5}",{'cx': 1212},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_17.qasm -12,27,69,"{'sx': 64, 'rz': 32, 'measure': 17, 'x': 1}",{'cx': 32},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_17.qasm -13,27,529,"{'rz': 505, 'sx': 197, 'x': 20, 'measure': 17}",{'cx': 581},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt3_17.qasm -14,27,527,"{'rz': 1015, 'sx': 341, 'measure': 25, 'x': 24}",{'cx': 1457},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_25.qasm -15,27,53,"{'rz': 96, 'sx': 50, 'measure': 10}",{'cx': 61},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (19, 22); (21, 18); (22, 19); (22, 25); (25, 22)",qaoa_mapped_ibm_montreal_qiskit_opt3_10.qasm -16,27,920,"{'rz': 1021, 'sx': 512, 'x': 39, 'measure': 15}",{'cx': 1293},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",random_mapped_ibm_montreal_qiskit_opt3_15.qasm -17,27,31,"{'rz': 56, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 37},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22)",graphstate_mapped_ibm_montreal_qiskit_opt3_15.qasm -18,27,1427,"{'rz': 871, 'sx': 593, 'x': 39, 'measure': 15}",{'cx': 746},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",pricingcall_mapped_ibm_montreal_qiskit_opt3_15.qasm -19,27,766,"{'rz': 809, 'sx': 332, 'x': 34, 'measure': 21}",{'cx': 1016},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt3_21.qasm -20,27,85,"{'sx': 80, 'rz': 40, 'measure': 21, 'x': 1}",{'cx': 40},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_21.qasm -21,27,840,"{'rz': 617, 'sx': 525, 'measure': 21, 'x': 8}",{'cx': 2038},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_21.qasm -22,27,559,"{'rz': 744, 'sx': 542, 'measure': 12, 'x': 8}",{'cx': 617},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt3_12.qasm -23,27,576,"{'rz': 628, 'sx': 188, 'x': 29, 'measure': 18}",{'cx': 1010},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_19.qasm -24,27,37,"{'rz': 58, 'sx': 30, 'measure': 23}",{'cx': 51},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt3_23.qasm -25,27,1882,"{'rz': 2328, 'sx': 1117, 'x': 109, 'measure': 23}",{'cx': 3878},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_23.qasm -26,27,633,"{'rz': 688, 'sx': 317, 'measure': 18, 'x': 5}",{'cx': 1350},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_18.qasm -27,27,261,"{'rz': 256, 'sx': 61, 'measure': 13, 'x': 3}",{'cx': 405},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_13.qasm -28,27,48,"{'rz': 42, 'sx': 29, 'measure': 11, 'x': 3}",{'cx': 24},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",dj_mapped_ibm_montreal_qiskit_opt3_12.qasm -29,27,327,"{'rz': 600, 'sx': 326, 'measure': 17, 'x': 10}",{'cx': 584},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qftentangled_mapped_ibm_montreal_qiskit_opt3_17.qasm -30,27,521,"{'rz': 472, 'sx': 408, 'x': 19, 'measure': 16}",{'cx': 1096},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_16.qasm -31,27,352,"{'rz': 248, 'sx': 77, 'x': 11, 'measure': 11}",{'cx': 320},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qpeexact_mapped_ibm_montreal_qiskit_opt3_12.qasm -32,27,16,"{'measure': 13, 'rz': 2, 'sx': 1}",{'cx': 12},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_13.qasm -33,27,45,"{'rz': 67, 'sx': 35, 'measure': 19}",{'cx': 44},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_19.qasm -34,27,1335,"{'rz': 1384, 'sx': 691, 'x': 73, 'measure': 19}",{'cx': 2214},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt3_19.qasm -35,27,408,"{'rz': 208, 'sx': 182, 'measure': 11, 'x': 9}",{'cx': 555},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",su2random_mapped_ibm_montreal_qiskit_opt3_11.qasm -36,27,783,"{'rz': 913, 'sx': 303, 'x': 35, 'measure': 22}",{'cx': 1414},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_23.qasm -37,27,714,"{'rz': 1203, 'sx': 652, 'measure': 22, 'x': 7}",{'cx': 1921},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_22.qasm -38,27,695,"{'rz': 1262, 'sx': 675, 'measure': 23, 'x': 6}",{'cx': 2097},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_23.qasm -39,27,33,"{'rz': 65, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 39},"(4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (14, 11); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18); (22, 25); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_18.qasm -40,27,500,"{'rz': 293, 'sx': 163, 'x': 16, 'measure': 9}",{'cx': 281},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",pricingcall_mapped_ibm_montreal_qiskit_opt3_9.qasm -41,27,1311,"{'rz': 1326, 'sx': 651, 'x': 53, 'measure': 18}",{'cx': 2009},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_18.qasm -42,27,297,"{'rz': 157, 'sx': 136, 'measure': 10, 'x': 2}",{'cx': 422},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",su2random_mapped_ibm_montreal_qiskit_opt3_10.qasm -43,27,706,"{'rz': 816, 'sx': 249, 'x': 26, 'measure': 21}",{'cx': 1294},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_22.qasm -44,27,15,"{'measure': 12, 'rz': 2, 'sx': 1}",{'cx': 11},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_12.qasm -45,27,328,"{'rz': 290, 'sx': 98, 'measure': 12, 'x': 10}",{'cx': 374},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21)",qpeexact_mapped_ibm_montreal_qiskit_opt3_13.qasm -46,27,340,"{'rz': 425, 'sx': 101, 'measure': 16, 'x': 8}",{'cx': 621},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qftentangled_mapped_ibm_montreal_qiskit_opt3_16.qasm -47,27,555,"{'rz': 499, 'sx': 448, 'measure': 17, 'x': 5}",{'cx': 1212},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt3_17.qasm -48,27,40,"{'rz': 43, 'sx': 25, 'measure': 12}",{'cx': 30},"(8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_13.qasm -49,27,238,"{'rz': 219, 'sx': 56, 'measure': 12, 'x': 5}",{'cx': 317},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qft_mapped_ibm_montreal_qiskit_opt3_12.qasm -50,27,578,"{'rz': 810, 'sx': 401, 'measure': 19, 'x': 2}",{'cx': 1447},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_19.qasm -51,27,560,"{'rz': 608, 'sx': 233, 'x': 34, 'measure': 17}",{'cx': 863},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_18.qasm -52,27,25,"{'rz': 60, 'sx': 31, 'measure': 22}",{'cx': 35},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt3_22.qasm -53,27,1691,"{'rz': 1982, 'sx': 998, 'x': 105, 'measure': 22}",{'cx': 3258},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_22.qasm -54,27,631,"{'rz': 685, 'sx': 254, 'x': 24, 'measure': 20}",{'cx': 913},"(3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23)",ae_mapped_ibm_montreal_qiskit_opt3_20.qasm -55,27,81,"{'sx': 76, 'rz': 38, 'measure': 20, 'x': 1}",{'cx': 38},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_20.qasm -56,27,580,"{'rz': 894, 'sx': 825, 'measure': 20, 'x': 3}",{'cx': 1559},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_20.qasm -57,27,634,"{'rz': 676, 'sx': 471, 'measure': 13, 'x': 6}",{'cx': 858},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt3_13.qasm -58,27,6967,"{'rz': 3594, 'sx': 2825, 'x': 59, 'measure': 21}",{'cx': 2814},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",pricingput_mapped_ibm_montreal_qiskit_opt3_21.qasm -59,27,672,"{'rz': 772, 'sx': 407, 'x': 50, 'measure': 14}",{'cx': 947},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt3_14.qasm -60,27,153,"{'rz': 102, 'sx': 60, 'x': 11, 'measure': 5}",{'cx': 68},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13)",pricingcall_mapped_ibm_montreal_qiskit_opt3_5.qasm -61,27,23,"{'rz': 40, 'sx': 20, 'measure': 14}",{'cx': 26},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (16, 19); (19, 16); (19, 22); (22, 19)",graphstate_mapped_ibm_montreal_qiskit_opt3_14.qasm -62,27,35,"{'rz': 104, 'sx': 55, 'measure': 11}",{'cx': 50},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qaoa_mapped_ibm_montreal_qiskit_opt3_11.qasm -63,27,542,"{'rz': 966, 'sx': 300, 'measure': 24, 'x': 16}",{'cx': 1334},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_24.qasm -64,27,2190,"{'rz': 1274, 'sx': 896, 'x': 48, 'measure': 17}",{'cx': 1068},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",pricingput_mapped_ibm_montreal_qiskit_opt3_17.qasm -65,27,521,"{'rz': 472, 'sx': 408, 'x': 19, 'measure': 16}",{'cx': 1096},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_16.qasm -66,27,65,"{'sx': 60, 'rz': 30, 'measure': 16, 'x': 1}",{'cx': 30},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_16.qasm -67,27,467,"{'rz': 499, 'sx': 243, 'x': 28, 'measure': 16}",{'cx': 466},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt3_16.qasm -68,27,880,"{'rz': 1044, 'sx': 320, 'x': 49, 'measure': 24}",{'cx': 1550},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt3_25.qasm -69,27,87,"{'rz': 28, 'measure': 24, 'sx': 21, 'x': 3}",{'cx': 57},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_24.qasm -70,27,438,"{'rz': 333, 'sx': 99, 'x': 17, 'measure': 13}",{'cx': 456},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_14.qasm -71,27,1089,"{'rz': 1029, 'sx': 874, 'x': 46, 'measure': 26}",{'cx': 3330},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt3_26.qasm -72,27,399,"{'rz': 524, 'sx': 276, 'measure': 15, 'x': 3}",{'cx': 872},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_15.qasm -73,27,112,"{'rz': 97, 'sx': 57, 'measure': 24, 'x': 4}",{'cx': 71},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt3_25.qasm -74,27,840,"{'rz': 617, 'sx': 525, 'measure': 21, 'x': 8}",{'cx': 2038},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21)",realamprandom_mapped_ibm_montreal_qiskit_opt3_21.qasm -75,27,401,"{'rz': 619, 'sx': 85, 'measure': 20, 'x': 8}",{'cx': 1015},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_20.qasm -76,27,948,"{'rz': 586, 'sx': 369, 'x': 29, 'measure': 13}",{'cx': 507},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",pricingcall_mapped_ibm_montreal_qiskit_opt3_13.qasm -77,27,912,"{'rz': 1254, 'sx': 501, 'x': 55, 'measure': 27}",{'cx': 1630},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt3_27.qasm -78,27,1283,"{'rz': 1191, 'sx': 997, 'x': 65, 'measure': 27}",{'cx': 3803},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_27.qasm -79,27,130,"{'sx': 106, 'rz': 58, 'measure': 27, 'x': 1}",{'cx': 82},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_27.qasm -80,27,29,"{'rz': 79, 'sx': 43, 'measure': 25, 'x': 1}",{'cx': 45},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_25.qasm -81,27,66,"{'sx': 139, 'rz': 131, 'measure': 9}",{'cx': 40},"(17, 18); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",tsp_mapped_ibm_montreal_qiskit_opt3_9.qasm -82,27,7682,"{'rz': 4481, 'sx': 1313, 'x': 118, 'measure': 11}",{'cx': 6351},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",grover-v-chain_mapped_ibm_montreal_qiskit_opt3_11.qasm -83,27,290,"{'rz': 406, 'sx': 171, 'measure': 15, 'x': 8}",{'cx': 498},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",qft_mapped_ibm_montreal_qiskit_opt3_15.qasm -84,27,52,"{'rz': 48, 'sx': 31, 'measure': 13, 'x': 2}",{'cx': 29},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21)",dj_mapped_ibm_montreal_qiskit_opt3_14.qasm -85,27,225,"{'rz': 218, 'sx': 84, 'measure': 11, 'x': 5}",{'cx': 273},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qftentangled_mapped_ibm_montreal_qiskit_opt3_11.qasm -86,27,352,"{'rz': 222, 'sx': 189, 'measure': 10, 'x': 6}",{'cx': 395},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt3_10.qasm -87,27,333,"{'rz': 316, 'sx': 98, 'x': 16, 'measure': 13}",{'cx': 452},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_14.qasm -88,27,18,"{'measure': 15, 'rz': 2, 'sx': 1}",{'cx': 14},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_15.qasm -89,27,2277,"{'rz': 1178, 'sx': 590, 'x': 28, 'measure': 11}",{'cx': 1627},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt3_11.qasm -90,27,734,"{'rz': 603, 'sx': 502, 'x': 34, 'measure': 17}",{'cx': 1327},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",su2random_mapped_ibm_montreal_qiskit_opt3_17.qasm -91,27,812,"{'rz': 1036, 'sx': 310, 'x': 39, 'measure': 24}",{'cx': 1662},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_25.qasm -92,27,802,"{'rz': 1898, 'sx': 1237, 'measure': 24, 'x': 9}",{'cx': 2040},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_24.qasm -93,27,1215,"{'rz': 873, 'sx': 700, 'x': 37, 'measure': 26}",{'cx': 3472},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt3_26.qasm -94,27,731,"{'rz': 1130, 'sx': 356, 'x': 37, 'measure': 27}",{'cx': 1710},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt3_27.qasm -95,27,91,"{'rz': 81, 'sx': 49, 'measure': 21, 'x': 3}",{'cx': 59},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt3_22.qasm -96,27,24,"{'rz': 55, 'sx': 52, 'measure': 10, 'x': 4}",{'cx': 18},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt3_10.qasm -97,27,347,"{'rz': 388, 'sx': 210, 'measure': 12, 'x': 1}",{'cx': 541},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_12.qasm -98,27,359,"{'rz': 262, 'sx': 62, 'measure': 12, 'x': 10}",{'cx': 382},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_13.qasm -99,27,842,"{'rz': 992, 'sx': 839, 'measure': 21, 'x': 18}",{'cx': 1972},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_21.qasm -100,27,81,"{'rz': 38, 'sx': 26, 'measure': 23, 'x': 2}",{'cx': 48},"(1, 4); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_23.qasm -101,27,708,"{'rz': 813, 'sx': 206, 'x': 37, 'measure': 21}",{'cx': 1376},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_22.qasm -102,27,463,"{'rz': 602, 'sx': 187, 'x': 21, 'measure': 19}",{'cx': 891},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_19.qasm -103,27,45,"{'sx': 40, 'rz': 20, 'measure': 11, 'x': 1}",{'cx': 20},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_11.qasm -104,27,430,"{'rz': 228, 'sx': 202, 'measure': 11, 'x': 9}",{'cx': 518},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_11.qasm -105,27,273,"{'rz': 211, 'sx': 89, 'measure': 11, 'x': 7}",{'cx': 207},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",ae_mapped_ibm_montreal_qiskit_opt3_11.qasm -106,27,69,"{'rz': 67, 'sx': 41, 'measure': 17, 'x': 2}",{'cx': 40},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",dj_mapped_ibm_montreal_qiskit_opt3_18.qasm -107,27,537,"{'rz': 370, 'sx': 155, 'measure': 22, 'x': 15}",{'cx': 762},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt3_11.qasm -108,27,22,"{'measure': 19, 'rz': 2, 'sx': 1}",{'cx': 18},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_19.qasm -109,27,458,"{'rz': 912, 'sx': 315, 'measure': 23, 'x': 17}",{'cx': 1187},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_23.qasm -110,27,547,"{'rz': 528, 'sx': 135, 'x': 22, 'measure': 17}",{'cx': 845},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18)",qpeexact_mapped_ibm_montreal_qiskit_opt3_18.qasm -111,27,32,"{'rz': 34, 'sx': 17, 'measure': 13}",{'cx': 25},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_13.qasm -112,27,624,"{'rz': 703, 'sx': 362, 'x': 42, 'measure': 13}",{'cx': 802},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_13.qasm -113,27,19,"{'rz': 35, 'sx': 19, 'measure': 12}",{'cx': 22},"(1, 4); (4, 1); (4, 7); (7, 4); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_12.qasm -114,27,499,"{'rz': 568, 'sx': 269, 'x': 25, 'measure': 12}",{'cx': 674},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_12.qasm -115,27,559,"{'rz': 1007, 'sx': 566, 'measure': 22, 'x': 7}",{'cx': 970},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_22.qasm -116,27,578,"{'rz': 629, 'sx': 190, 'x': 29, 'measure': 18}",{'cx': 1009},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_19.qasm -117,27,21,"{'measure': 18, 'rz': 2, 'sx': 1}",{'cx': 17},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_18.qasm -118,27,420,"{'rz': 290, 'sx': 116, 'measure': 20, 'x': 6}",{'cx': 595},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt3_10.qasm -119,27,697,"{'rz': 458, 'sx': 274, 'x': 26, 'measure': 11}",{'cx': 389},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",pricingput_mapped_ibm_montreal_qiskit_opt3_11.qasm -120,27,78,"{'rz': 70, 'sx': 43, 'measure': 18, 'x': 2}",{'cx': 47},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_19.qasm -121,27,41,"{'sx': 36, 'rz': 18, 'measure': 10, 'x': 1}",{'cx': 18},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_10.qasm -122,27,352,"{'rz': 222, 'sx': 189, 'measure': 10, 'x': 6}",{'cx': 395},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_10.qasm -123,27,222,"{'rz': 190, 'sx': 90, 'measure': 10, 'x': 7}",{'cx': 151},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",ae_mapped_ibm_montreal_qiskit_opt3_10.qasm -124,27,761,"{'rz': 961, 'sx': 344, 'x': 44, 'measure': 22}",{'cx': 1362},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_23.qasm -125,27,392,"{'rz': 585, 'sx': 198, 'measure': 18, 'x': 13}",{'cx': 759},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_18.qasm -126,27,70,"{'rz': 28, 'measure': 22, 'sx': 21, 'x': 3}",{'cx': 37},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt3_22.qasm -127,27,335,"{'rz': 246, 'sx': 72, 'measure': 11, 'x': 8}",{'cx': 313},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_12.qasm -128,27,45,"{'sx': 54, 'rz': 48, 'measure': 4}",{'cx': 15},"(23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",tsp_mapped_ibm_montreal_qiskit_opt3_4.qasm -129,27,502,"{'rz': 527, 'sx': 470, 'measure': 20, 'x': 2}",{'cx': 1492},"(1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_20.qasm -130,27,25,"{'rz': 61, 'sx': 56, 'measure': 11, 'x': 5}",{'cx': 20},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt3_11.qasm -131,27,394,"{'rz': 426, 'sx': 229, 'measure': 13, 'x': 3}",{'cx': 645},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_13.qasm -132,27,103,"{'rz': 86, 'sx': 55, 'measure': 22, 'x': 5}",{'cx': 64},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt3_23.qasm -133,27,1283,"{'rz': 1191, 'sx': 997, 'x': 65, 'measure': 27}",{'cx': 3803},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt3_27.qasm -134,27,327,"{'rz': 225, 'sx': 140, 'x': 15, 'measure': 7}",{'cx': 185},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",pricingput_mapped_ibm_montreal_qiskit_opt3_7.qasm -135,27,711,"{'rz': 1108, 'sx': 339, 'x': 26, 'measure': 26}",{'cx': 1640},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt3_26.qasm -136,27,895,"{'rz': 1441, 'sx': 745, 'measure': 25, 'x': 7}",{'cx': 2568},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_25.qasm -137,27,389,"{'rz': 135, 'sx': 132, 'measure': 16, 'x': 1}",{'cx': 1050},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_16.qasm -138,27,886,"{'rz': 1002, 'sx': 324, 'x': 49, 'measure': 23}",{'cx': 1576},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_24.qasm -139,27,17,"{'measure': 14, 'rz': 2, 'sx': 1}",{'cx': 13},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_14.qasm -140,27,416,"{'rz': 377, 'sx': 110, 'x': 15, 'measure': 14}",{'cx': 566},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qpeexact_mapped_ibm_montreal_qiskit_opt3_15.qasm -141,27,55,"{'rz': 38, 'sx': 20, 'measure': 4, 'x': 2}",{'cx': 21},"(11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",groundstate_small_mapped_ibm_montreal_qiskit_opt3_4.qasm -142,27,221,"{'rz': 165, 'sx': 59, 'measure': 10, 'x': 5}",{'cx': 231},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qftentangled_mapped_ibm_montreal_qiskit_opt3_10.qasm -143,27,430,"{'rz': 228, 'sx': 202, 'measure': 11, 'x': 9}",{'cx': 518},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt3_11.qasm -144,27,56,"{'rz': 54, 'sx': 33, 'measure': 14, 'x': 1}",{'cx': 33},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_15.qasm -145,27,288,"{'rz': 328, 'sx': 106, 'measure': 14, 'x': 5}",{'cx': 445},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_14.qasm -146,27,2378,"{'rz': 2649, 'sx': 1268, 'x': 129, 'measure': 24}",{'cx': 4675},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_24.qasm -147,27,46,"{'rz': 67, 'sx': 36, 'measure': 24}",{'cx': 47},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 22); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt3_24.qasm -148,27,939,"{'rz': 1088, 'sx': 362, 'x': 27, 'measure': 26}",{'cx': 1526},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt3_26.qasm -149,27,1215,"{'rz': 873, 'sx': 700, 'x': 37, 'measure': 26}",{'cx': 3472},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_26.qasm -150,27,120,"{'sx': 100, 'rz': 50, 'measure': 26, 'x': 1}",{'cx': 65},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_26.qasm -151,27,930,"{'rz': 1666, 'sx': 878, 'measure': 26, 'x': 12}",{'cx': 2746},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (9, 8); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_26.qasm -152,27,891,"{'rz': 1145, 'sx': 292, 'x': 40, 'measure': 26}",{'cx': 1936},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_27.qasm -153,27,536,"{'rz': 470, 'sx': 378, 'measure': 15, 'x': 6}",{'cx': 999},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_15.qasm -154,27,3048,"{'rz': 1445, 'sx': 628, 'x': 32, 'measure': 13}",{'cx': 2322},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt3_13.qasm -155,27,20,"{'measure': 17, 'rz': 2, 'sx': 1}",{'cx': 16},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_17.qasm -156,27,516,"{'rz': 458, 'sx': 154, 'x': 23, 'measure': 15}",{'cx': 660},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_16.qasm -157,27,401,"{'rz': 447, 'sx': 260, 'measure': 12, 'x': 9}",{'cx': 465},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",groundstate_medium_mapped_ibm_montreal_qiskit_opt3_12.qasm -158,27,409,"{'rz': 445, 'sx': 381, 'measure': 12, 'x': 5}",{'cx': 541},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_12.qasm -159,27,305,"{'rz': 283, 'sx': 90, 'measure': 13, 'x': 8}",{'cx': 424},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_13.qasm -160,27,61,"{'rz': 55, 'sx': 39, 'measure': 15, 'x': 4}",{'cx': 30},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",dj_mapped_ibm_montreal_qiskit_opt3_16.qasm -161,27,446,"{'rz': 459, 'sx': 125, 'measure': 17, 'x': 3}",{'cx': 692},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qft_mapped_ibm_montreal_qiskit_opt3_17.qasm -162,27,39,"{'rz': 98, 'sx': 51, 'measure': 27}",{'cx': 71},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt3_27.qasm -163,27,113,"{'sx': 96, 'rz': 48, 'measure': 25, 'x': 1}",{'cx': 60},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_25.qasm -164,27,1170,"{'rz': 1282, 'sx': 1070, 'x': 29, 'measure': 25}",{'cx': 3124},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_25.qasm -165,27,818,"{'rz': 1078, 'sx': 416, 'x': 51, 'measure': 25}",{'cx': 1384},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt3_25.qasm -166,27,602,"{'rz': 413, 'sx': 244, 'x': 25, 'measure': 11}",{'cx': 383},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",pricingcall_mapped_ibm_montreal_qiskit_opt3_11.qasm -167,27,470,"{'rz': 448, 'sx': 225, 'x': 30, 'measure': 11}",{'cx': 514},"(8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_11.qasm -168,27,484,"{'rz': 594, 'sx': 517, 'measure': 19, 'x': 4}",{'cx': 1302},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_19.qasm -169,27,26,"{'rz': 37, 'sx': 21, 'measure': 11, 'x': 1}",{'cx': 27},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_11.qasm -170,27,42,"{'rz': 134, 'sx': 70, 'measure': 14}",{'cx': 89},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qaoa_mapped_ibm_montreal_qiskit_opt3_14.qasm -171,27,448,"{'rz': 929, 'sx': 545, 'measure': 21, 'x': 15}",{'cx': 896},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_21.qasm -172,27,645,"{'rz': 518, 'sx': 210, 'measure': 26, 'x': 5}",{'cx': 1063},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt3_13.qasm -173,27,350,"{'rz': 287, 'sx': 103, 'measure': 13, 'x': 10}",{'cx': 319},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt3_13.qasm -174,27,504,"{'rz': 337, 'sx': 280, 'measure': 13, 'x': 10}",{'cx': 802},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_13.qasm -175,27,53,"{'sx': 48, 'rz': 24, 'measure': 13, 'x': 1}",{'cx': 24},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_13.qasm -176,27,655,"{'rz': 714, 'sx': 251, 'x': 29, 'measure': 19}",{'cx': 1050},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_20.qasm -177,27,24,"{'measure': 21, 'rz': 2, 'sx': 1}",{'cx': 20},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_21.qasm -178,27,804,"{'rz': 1106, 'sx': 963, 'x': 25, 'measure': 23}",{'cx': 2223},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt3_23.qasm -179,27,302,"{'rz': 203, 'sx': 60, 'measure': 10, 'x': 9}",{'cx': 259},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_11.qasm -180,27,314,"{'rz': 237, 'sx': 116, 'measure': 10, 'x': 3}",{'cx': 387},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qnn_mapped_ibm_montreal_qiskit_opt3_10.qasm -181,27,26,"{'rz': 70, 'sx': 70, 'measure': 12, 'x': 1}",{'cx': 22},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",vqe_mapped_ibm_montreal_qiskit_opt3_12.qasm -182,27,13,"{'rz': 9, 'sx': 8, 'measure': 2}",{'cx': 3},"(23, 24); (24, 23)",routing_mapped_ibm_montreal_qiskit_opt3_2.qasm -183,27,79,"{'rz': 68, 'sx': 45, 'measure': 19, 'x': 3}",{'cx': 48},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_20.qasm -184,27,599,"{'rz': 948, 'sx': 170, 'measure': 25, 'x': 14}",{'cx': 1544},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt3_25.qasm -185,27,1114,"{'rz': 1080, 'sx': 872, 'x': 40, 'measure': 24}",{'cx': 2863},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_24.qasm -186,27,573,"{'rz': 969, 'sx': 361, 'x': 30, 'measure': 24}",{'cx': 1297},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt3_24.qasm -187,27,169,"{'rz': 109, 'sx': 63, 'x': 10, 'measure': 5}",{'cx': 70},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13)",pricingput_mapped_ibm_montreal_qiskit_opt3_5.qasm -188,27,1170,"{'rz': 1282, 'sx': 1070, 'x': 29, 'measure': 25}",{'cx': 3124},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt3_25.qasm -189,27,85,"{'rz': 77, 'sx': 47, 'measure': 20, 'x': 2}",{'cx': 53},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_21.qasm -190,27,366,"{'rz': 272, 'sx': 125, 'measure': 11, 'x': 3}",{'cx': 477},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",qnn_mapped_ibm_montreal_qiskit_opt3_11.qasm -191,27,27,"{'rz': 73, 'sx': 70, 'measure': 13, 'x': 4}",{'cx': 24},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt3_13.qasm -192,27,783,"{'rz': 827, 'sx': 725, 'measure': 22, 'x': 17}",{'cx': 2214},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_22.qasm -193,27,248,"{'rz': 168, 'sx': 48, 'measure': 9, 'x': 6}",{'cx': 221},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_10.qasm -194,27,23,"{'measure': 20, 'rz': 2, 'sx': 1}",{'cx': 19},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_20.qasm -195,27,760,"{'rz': 757, 'sx': 226, 'x': 34, 'measure': 20}",{'cx': 1208},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_21.qasm -196,27,331,"{'rz': 257, 'sx': 107, 'measure': 12, 'x': 9}",{'cx': 258},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",ae_mapped_ibm_montreal_qiskit_opt3_12.qasm -197,27,409,"{'rz': 445, 'sx': 381, 'measure': 12, 'x': 5}",{'cx': 541},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_12.qasm -198,27,49,"{'sx': 44, 'rz': 22, 'measure': 12, 'x': 1}",{'cx': 22},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_12.qasm -199,27,976,"{'rz': 610, 'sx': 391, 'x': 32, 'measure': 13}",{'cx': 521},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",pricingput_mapped_ibm_montreal_qiskit_opt3_13.qasm -200,27,615,"{'rz': 418, 'sx': 190, 'x': 26, 'measure': 24}",{'cx': 916},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt3_12.qasm -201,27,516,"{'rz': 636, 'sx': 188, 'measure': 20, 'x': 15}",{'cx': 983},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_20.qasm -202,27,360,"{'rz': 306, 'sx': 155, 'x': 22, 'measure': 10}",{'cx': 332},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",random_mapped_ibm_montreal_qiskit_opt3_10.qasm -203,27,464,"{'rz': 409, 'sx': 381, 'measure': 18}",{'cx': 1212},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21)",su2random_mapped_ibm_montreal_qiskit_opt3_18.qasm -204,27,23,"{'rz': 24, 'sx': 12, 'measure': 10}",{'cx': 22},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",graphstate_mapped_ibm_montreal_qiskit_opt3_10.qasm -205,27,134,"{'sx': 103, 'rz': 67, 'measure': 24, 'x': 2}",{'cx': 93},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_24.qasm -206,27,509,"{'rz': 319, 'sx': 180, 'x': 18, 'measure': 9}",{'cx': 278},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",pricingput_mapped_ibm_montreal_qiskit_opt3_9.qasm -207,27,1114,"{'rz': 1080, 'sx': 872, 'x': 40, 'measure': 24}",{'cx': 2863},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_24.qasm -208,27,786,"{'rz': 930, 'sx': 308, 'x': 31, 'measure': 24}",{'cx': 1325},"(1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt3_24.qasm -209,27,39,"{'rz': 81, 'sx': 43, 'measure': 26, 'x': 2}",{'cx': 67},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt3_26.qasm -210,27,322,"{'rz': 479, 'sx': 208, 'measure': 16, 'x': 13}",{'cx': 564},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_16.qasm -211,27,73,"{'rz': 65, 'sx': 39, 'measure': 16, 'x': 3}",{'cx': 39},"(0, 1); (1, 0); (1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt3_17.qasm -212,27,504,"{'rz': 337, 'sx': 280, 'measure': 13, 'x': 10}",{'cx': 802},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt3_13.qasm -213,27,217,"{'rz': 209, 'sx': 17, 'measure': 12}",{'cx': 390},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15)",qftentangled_mapped_ibm_montreal_qiskit_opt3_12.qasm -214,27,536,"{'rz': 452, 'sx': 110, 'x': 18, 'measure': 16}",{'cx': 732},"(4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",qpeexact_mapped_ibm_montreal_qiskit_opt3_17.qasm -215,27,19,"{'measure': 16, 'rz': 2, 'sx': 1}",{'cx': 15},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_16.qasm -216,27,914,"{'rz': 1112, 'sx': 351, 'x': 48, 'measure': 25}",{'cx': 1775},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_26.qasm -217,27,557,"{'rz': 295, 'sx': 241, 'measure': 14, 'x': 5}",{'cx': 959},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18)",su2random_mapped_ibm_montreal_qiskit_opt3_14.qasm -218,27,1000,"{'rz': 1760, 'sx': 903, 'measure': 27, 'x': 13}",{'cx': 2986},"(0, 1); (1, 0); (1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_27.qasm -219,27,29,"{'rz': 50, 'sx': 25, 'measure': 17}",{'cx': 41},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21)",graphstate_mapped_ibm_montreal_qiskit_opt3_17.qasm -220,27,922,"{'rz': 1134, 'sx': 598, 'x': 57, 'measure': 17}",{'cx': 1498},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt3_17.qasm -221,27,35,"{'rz': 114, 'sx': 60, 'measure': 12}",{'cx': 48},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt3_12.qasm -222,27,724,"{'rz': 1132, 'sx': 367, 'x': 32, 'measure': 27}",{'cx': 1662},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_27.qasm -223,27,6950,"{'rz': 3758, 'sx': 2958, 'x': 46, 'measure': 21}",{'cx': 2825},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",pricingcall_mapped_ibm_montreal_qiskit_opt3_21.qasm -224,27,656,"{'rz': 552, 'sx': 488, 'x': 23, 'measure': 18}",{'cx': 1340},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_18.qasm -225,27,446,"{'rz': 412, 'sx': 164, 'x': 17, 'measure': 15}",{'cx': 438},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",ae_mapped_ibm_montreal_qiskit_opt3_15.qasm -226,27,61,"{'sx': 56, 'rz': 28, 'measure': 15, 'x': 1}",{'cx': 28},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_15.qasm -227,27,412,"{'rz': 769, 'sx': 420, 'measure': 19, 'x': 11}",{'cx': 751},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_19.qasm -228,27,568,"{'rz': 516, 'sx': 442, 'measure': 15, 'x': 10}",{'cx': 991},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_15.qasm -229,27,916,"{'rz': 1117, 'sx': 353, 'x': 45, 'measure': 25}",{'cx': 1774},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt3_26.qasm -230,27,95,"{'measure': 27, 'rz': 24, 'sx': 16, 'x': 1}",{'cx': 68},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_27.qasm -231,27,1078,"{'rz': 1570, 'sx': 1289, 'x': 43, 'measure': 25}",{'cx': 3019},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt3_25.qasm -232,27,533,"{'rz': 452, 'sx': 109, 'x': 17, 'measure': 16}",{'cx': 733},"(4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_17.qasm -233,27,30,"{'rz': 77, 'sx': 64, 'measure': 14, 'x': 10}",{'cx': 26},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt3_14.qasm -234,27,483,"{'rz': 631, 'sx': 315, 'measure': 16, 'x': 5}",{'cx': 1003},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_16.qasm -235,27,110,"{'rz': 98, 'sx': 59, 'measure': 25, 'x': 3}",{'cx': 77},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_26.qasm -236,27,538,"{'rz': 1058, 'sx': 520, 'x': 24, 'measure': 23}",{'cx': 1145},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_23.qasm -237,27,836,"{'rz': 766, 'sx': 678, 'x': 31, 'measure': 22}",{'cx': 2207},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_22.qasm -238,27,622,"{'rz': 1036, 'sx': 565, 'measure': 20, 'x': 5}",{'cx': 1501},"(4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_20.qasm -239,27,756,"{'rz': 751, 'sx': 225, 'x': 34, 'measure': 20}",{'cx': 1209},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_21.qasm -240,27,499,"{'rz': 288, 'sx': 250, 'measure': 13, 'x': 6}",{'cx': 747},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt3_13.qasm -241,27,14,"{'measure': 11, 'rz': 2, 'sx': 1}",{'cx': 10},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_11.qasm -242,27,200,"{'rz': 164, 'sx': 50, 'measure': 9, 'x': 6}",{'cx': 207},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qpeexact_mapped_ibm_montreal_qiskit_opt3_10.qasm -243,27,616,"{'rz': 654, 'sx': 255, 'x': 32, 'measure': 19}",{'cx': 773},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt3_19.qasm -244,27,586,"{'rz': 288, 'sx': 253, 'measure': 14, 'x': 11}",{'cx': 981},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_14.qasm -245,27,485,"{'rz': 359, 'sx': 345, 'measure': 19, 'x': 3}",{'cx': 1360},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_19.qasm -246,27,292,"{'rz': 335, 'sx': 28, 'measure': 15, 'x': 2}",{'cx': 572},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_15.qasm -247,27,77,"{'sx': 72, 'rz': 36, 'measure': 19, 'x': 1}",{'cx': 36},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_19.qasm -248,27,37,"{'rz': 33, 'sx': 21, 'measure': 9, 'x': 1}",{'cx': 20},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (20, 19)",dj_mapped_ibm_montreal_qiskit_opt3_10.qasm -249,27,218,"{'rz': 188, 'sx': 51, 'measure': 11, 'x': 2}",{'cx': 258},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22)",qft_mapped_ibm_montreal_qiskit_opt3_11.qasm -250,27,1748,"{'rz': 1844, 'sx': 907, 'x': 89, 'measure': 21}",{'cx': 3083},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt3_21.qasm -251,27,26,"{'rz': 51, 'sx': 29, 'measure': 21}",{'cx': 34},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_21.qasm -252,27,992,"{'rz': 998, 'sx': 897, 'x': 36, 'measure': 23}",{'cx': 2482},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_23.qasm -253,27,465,"{'rz': 418, 'sx': 300, 'measure': 10, 'x': 2}",{'cx': 435},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt3_10.qasm -254,27,105,"{'sx': 92, 'rz': 56, 'measure': 23, 'x': 1}",{'cx': 71},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_23.qasm -255,27,862,"{'rz': 929, 'sx': 351, 'x': 37, 'measure': 23}",{'cx': 1207},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt3_23.qasm -256,27,2172,"{'rz': 1243, 'sx': 870, 'x': 38, 'measure': 17}",{'cx': 1060},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",pricingcall_mapped_ibm_montreal_qiskit_opt3_17.qasm -257,27,836,"{'rz': 766, 'sx': 678, 'x': 31, 'measure': 22}",{'cx': 2207},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_22.qasm -258,27,565,"{'rz': 508, 'sx': 351, 'measure': 11, 'x': 1}",{'cx': 574},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt3_11.qasm -259,27,101,"{'sx': 84, 'rz': 42, 'measure': 22, 'x': 1}",{'cx': 60},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_22.qasm -260,27,713,"{'rz': 896, 'sx': 372, 'x': 35, 'measure': 22}",{'cx': 1122},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt3_22.qasm -261,27,1594,"{'rz': 1709, 'sx': 826, 'x': 90, 'measure': 20}",{'cx': 2770},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_20.qasm -262,27,21,"{'rz': 48, 'sx': 25, 'measure': 20}",{'cx': 30},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (8, 5); (8, 11); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_20.qasm -263,27,181,"{'rz': 147, 'sx': 34, 'measure': 10, 'x': 2}",{'cx': 210},"(8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qft_mapped_ibm_montreal_qiskit_opt3_10.qasm -264,27,40,"{'rz': 36, 'sx': 23, 'measure': 10, 'x': 1}",{'cx': 24},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 22); (22, 19)",dj_mapped_ibm_montreal_qiskit_opt3_11.qasm -265,27,3905,"{'rz': 2155, 'sx': 1634, 'x': 56, 'measure': 19}",{'cx': 1627},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",pricingput_mapped_ibm_montreal_qiskit_opt3_19.qasm -266,27,583,"{'rz': 566, 'sx': 223, 'x': 18, 'measure': 18}",{'cx': 659},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt3_18.qasm -267,27,568,"{'rz': 516, 'sx': 442, 'measure': 15, 'x': 10}",{'cx': 991},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_15.qasm -268,27,656,"{'rz': 552, 'sx': 488, 'x': 23, 'measure': 18}",{'cx': 1340},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_18.qasm -269,27,262,"{'rz': 282, 'sx': 15, 'measure': 14}",{'cx': 507},"(8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_14.qasm -270,27,73,"{'sx': 68, 'rz': 34, 'measure': 18, 'x': 1}",{'cx': 34},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_18.qasm -271,27,305,"{'rz': 206, 'sx': 61, 'x': 10, 'measure': 10}",{'cx': 258},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qpeexact_mapped_ibm_montreal_qiskit_opt3_11.qasm -272,27,13,"{'measure': 10, 'rz': 2, 'sx': 1}",{'cx': 9},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_10.qasm -273,27,653,"{'rz': 713, 'sx': 249, 'x': 29, 'measure': 19}",{'cx': 1051},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_20.qasm -274,27,465,"{'rz': 273, 'sx': 231, 'measure': 12, 'x': 9}",{'cx': 674},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt3_12.qasm -275,27,658,"{'rz': 1321, 'sx': 822, 'measure': 21, 'x': 3}",{'cx': 1644},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_21.qasm -276,27,442,"{'rz': 708, 'sx': 63, 'measure': 22, 'x': 10}",{'cx': 1222},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_22.qasm -277,27,992,"{'rz': 998, 'sx': 897, 'x': 36, 'measure': 23}",{'cx': 2482},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_23.qasm -278,27,116,"{'rz': 103, 'sx': 63, 'measure': 26, 'x': 5}",{'cx': 72},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_27.qasm -279,27,507,"{'rz': 645, 'sx': 387, 'measure': 14, 'x': 1}",{'cx': 658},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",groundstate_large_mapped_ibm_montreal_qiskit_opt3_14.qasm -280,27,29,"{'rz': 84, 'sx': 82, 'measure': 15, 'x': 4}",{'cx': 28},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt3_15.qasm -281,27,607,"{'rz': 661, 'sx': 326, 'measure': 17, 'x': 4}",{'cx': 1177},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_17.qasm -282,27,1050,"{'rz': 1119, 'sx': 949, 'x': 62, 'measure': 24}",{'cx': 2735},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt3_24.qasm -283,27,514,"{'rz': 458, 'sx': 152, 'x': 23, 'measure': 15}",{'cx': 661},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_16.qasm -284,27,84,"{'rz': 30, 'measure': 26, 'sx': 21, 'x': 2}",{'cx': 56},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_26.qasm -285,27,892,"{'rz': 1146, 'sx': 294, 'x': 40, 'measure': 26}",{'cx': 1935},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt3_27.qasm -286,27,485,"{'rz': 359, 'sx': 345, 'measure': 19, 'x': 3}",{'cx': 1360},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_19.qasm -287,27,436,"{'rz': 344, 'sx': 127, 'measure': 14, 'x': 13}",{'cx': 383},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",ae_mapped_ibm_montreal_qiskit_opt3_14.qasm -288,27,57,"{'sx': 52, 'rz': 26, 'measure': 14, 'x': 1}",{'cx': 26},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_14.qasm -289,27,366,"{'rz': 482, 'sx': 51, 'measure': 18, 'x': 4}",{'cx': 830},"(5, 8); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_18.qasm -290,27,586,"{'rz': 288, 'sx': 253, 'measure': 14, 'x': 11}",{'cx': 981},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_14.qasm -291,27,1488,"{'rz': 863, 'sx': 588, 'x': 47, 'measure': 15}",{'cx': 794},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",pricingput_mapped_ibm_montreal_qiskit_opt3_15.qasm -292,27,766,"{'rz': 533, 'sx': 201, 'measure': 28, 'x': 14}",{'cx': 1296},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt3_14.qasm -293,27,707,"{'rz': 990, 'sx': 246, 'measure': 26, 'x': 15}",{'cx': 1672},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_26.qasm -294,27,44,"{'rz': 122, 'sx': 65, 'measure': 13}",{'cx': 58},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt3_13.qasm -295,27,312,"{'rz': 214, 'sx': 128, 'x': 15, 'measure': 7}",{'cx': 177},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",pricingcall_mapped_ibm_montreal_qiskit_opt3_7.qasm -296,27,26,"{'rz': 36, 'sx': 18, 'measure': 16}",{'cx': 37},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_16.qasm -297,27,1110,"{'rz': 1171, 'sx': 553, 'x': 59, 'measure': 16}",{'cx': 1561},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt3_16.qasm diff --git a/dataset/iquantum/MQT-Set02-10-27-Mapped-AllAlgorithmLeft.csv b/dataset/iquantum/MQT-Set02-10-27-Mapped-AllAlgorithmLeft.csv deleted file mode 100644 index 2c16eb2f7..000000000 --- a/dataset/iquantum/MQT-Set02-10-27-Mapped-AllAlgorithmLeft.csv +++ /dev/null @@ -1,1134 +0,0 @@ -index,n_qubits,qc_depth,single_qubit_gates,multi_qubit_gates,qubit_topology,qasm_file -0,27,1063,"{'rz': 774, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 2596},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt0_22.qasm -1,27,719,"{'rz': 551, 'sx': 19, 'measure': 19}",{'cx': 1815},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qft_mapped_ibm_montreal_qiskit_opt0_19.qasm -2,27,573,"{'rz': 714, 'sx': 24, 'measure': 24}",{'cx': 1437},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt2_24.qasm -3,27,410,"{'rz': 245, 'sx': 70, 'measure': 20}",{'cx': 627},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt1_10.qasm -4,27,105,"{'measure': 23, 'rz': 2, 'sx': 1}",{'cx': 187},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt0_23.qasm -5,27,271,"{'rz': 182, 'sx': 56, 'measure': 10}",{'cx': 201},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",ae_mapped_ibm_montreal_qiskit_opt1_10.qasm -6,27,369,"{'rz': 282, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 687},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_13.qasm -7,27,580,"{'rz': 894, 'sx': 825, 'measure': 20, 'x': 3}",{'cx': 1559},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23)",realamprandom_mapped_ibm_montreal_qiskit_opt3_20.qasm -8,27,41,"{'rz': 48, 'sx': 24, 'measure': 14}",{'cx': 35},"(5, 8); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",graphstate_mapped_ibm_montreal_qiskit_opt2_14.qasm -9,27,418,"{'rz': 662, 'sx': 70, 'measure': 21, 'x': 3}",{'cx': 1118},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_21.qasm -10,27,358,"{'rz': 80, 'sx': 80, 'measure': 10}",{'cx': 530},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_10.qasm -11,27,1472,"{'rz': 336, 'sx': 168, 'measure': 21}",{'cx': 5658},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt0_21.qasm -12,27,41,"{'sx': 36, 'rz': 18, 'measure': 10, 'x': 1}",{'cx': 18},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_10.qasm -13,27,622,"{'rz': 645, 'sx': 282, 'x': 14, 'measure': 14}",{'cx': 1030},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",random_mapped_ibm_montreal_qiskit_opt2_14.qasm -14,27,69,"{'rz': 90, 'sx': 60, 'measure': 10}",{'cx': 114},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",vqe_mapped_ibm_montreal_qiskit_opt0_10.qasm -15,27,98,"{'rz': 74, 'sx': 37, 'measure': 18}",{'cx': 75},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21)",dj_mapped_ibm_montreal_qiskit_opt1_19.qasm -16,27,96,"{'rz': 87, 'sx': 57, 'measure': 23, 'x': 5}",{'cx': 55},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_24.qasm -17,27,477,"{'rz': 276, 'sx': 72, 'measure': 12}",{'cx': 1262},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qnn_mapped_ibm_montreal_qiskit_opt0_12.qasm -18,27,40,"{'rz': 105, 'sx': 55, 'measure': 11}",{'cx': 59},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qaoa_mapped_ibm_montreal_qiskit_opt2_11.qasm -19,27,467,"{'rz': 384, 'sx': 158, 'measure': 14, 'x': 2}",{'cx': 825},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_14.qasm -20,27,128,"{'rz': 86, 'sx': 43, 'x': 21, 'measure': 21}",{'cx': 204},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18)",dj_mapped_ibm_montreal_qiskit_opt0_22.qasm -21,27,2472,"{'rz': 312, 'sx': 208, 'measure': 26}",{'cx': 9669},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt0_26.qasm -22,27,418,"{'rz': 376, 'sx': 108, 'x': 15, 'measure': 14}",{'cx': 567},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_15.qasm -23,27,468,"{'rz': 399, 'sx': 92, 'measure': 16}",{'cx': 609},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt2_16.qasm -24,27,65,"{'sx': 60, 'rz': 30, 'measure': 16, 'x': 1}",{'cx': 30},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_16.qasm -25,27,1185,"{'rz': 1342, 'sx': 1126, 'x': 71, 'measure': 27}",{'cx': 3632},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt3_27.qasm -26,27,503,"{'rz': 524, 'sx': 199, 'measure': 12, 'x': 5}",{'cx': 733},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_12.qasm -27,27,1247,"{'rz': 1109, 'sx': 28, 'measure': 27}",{'cx': 3998},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt0_27.qasm -28,27,458,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1159},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_16.qasm -29,27,1831,"{'rz': 2052, 'sx': 1062, 'measure': 18}",{'cx': 4305},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_18.qasm -30,27,22,"{'rz': 24, 'sx': 12, 'measure': 12}",{'cx': 12},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_12.qasm -31,27,21,"{'measure': 18, 'rz': 2, 'sx': 1}",{'cx': 17},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_18.qasm -32,27,74,"{'measure': 25, 'rz': 22, 'sx': 16, 'x': 2}",{'cx': 51},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_25.qasm -33,27,772,"{'rz': 924, 'sx': 247, 'x': 38, 'measure': 23}",{'cx': 1503},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt3_24.qasm -34,27,581,"{'rz': 585, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1152},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt1_19.qasm -35,27,640,"{'rz': 712, 'sx': 22, 'measure': 22}",{'cx': 1356},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_22.qasm -36,27,60,"{'rz': 78, 'sx': 39, 'measure': 13}",{'cx': 76},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10)",graphstate_mapped_ibm_montreal_qiskit_opt0_13.qasm -37,27,728,"{'rz': 1001, 'sx': 27, 'measure': 26}",{'cx': 1965},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_26.qasm -38,27,555,"{'rz': 499, 'sx': 448, 'measure': 17, 'x': 5}",{'cx': 1212},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_17.qasm -39,27,69,"{'sx': 64, 'rz': 32, 'measure': 17, 'x': 1}",{'cx': 32},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_17.qasm -40,27,959,"{'sx': 208, 'rz': 208, 'measure': 26}",{'cx': 3553},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt2_26.qasm -41,27,794,"{'rz': 809, 'sx': 306, 'measure': 13, 'x': 3}",{'cx': 1418},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",random_mapped_ibm_montreal_qiskit_opt0_13.qasm -42,27,529,"{'rz': 505, 'sx': 197, 'x': 20, 'measure': 17}",{'cx': 581},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt3_17.qasm -43,27,398,"{'rz': 281, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 506},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_14.qasm -44,27,1217,"{'rz': 216, 'sx': 216, 'measure': 27}",{'cx': 4638},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_27.qasm -45,27,107,"{'rz': 90, 'sx': 45, 'measure': 22}",{'cx': 100},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt1_23.qasm -46,27,394,"{'rz': 330, 'sx': 90, 'measure': 15}",{'cx': 963},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_15.qasm -47,27,690,"{'rz': 805, 'sx': 23, 'measure': 23}",{'cx': 2195},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt0_23.qasm -48,27,796,"{'rz': 826, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 1874},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt2_25.qasm -49,27,687,"{'rz': 524, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 1576},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qpeexact_mapped_ibm_montreal_qiskit_opt0_18.qasm -50,27,80,"{'measure': 19, 'rz': 2, 'sx': 1}",{'cx': 138},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",ghz_mapped_ibm_montreal_qiskit_opt0_19.qasm -51,27,66,"{'measure': 24, 'rz': 2, 'sx': 1}",{'cx': 65},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_24.qasm -52,27,55,"{'measure': 22, 'rz': 2, 'sx': 1}",{'cx': 54},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_22.qasm -53,27,364,"{'rz': 319, 'sx': 77, 'measure': 22}",{'cx': 1008},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt0_11.qasm -54,27,543,"{'rz': 475, 'sx': 18, 'measure': 18}",{'cx': 972},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_18.qasm -55,27,527,"{'rz': 1015, 'sx': 341, 'measure': 25, 'x': 24}",{'cx': 1457},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_25.qasm -56,27,770,"{'rz': 841, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 1540},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt1_23.qasm -57,27,53,"{'rz': 96, 'sx': 50, 'measure': 10}",{'cx': 61},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (19, 22); (21, 18); (22, 19); (22, 25); (25, 22)",qaoa_mapped_ibm_montreal_qiskit_opt3_10.qasm -58,27,394,"{'rz': 260, 'sx': 78, 'measure': 13}",{'cx': 694},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt1_13.qasm -59,27,104,"{'rz': 70, 'sx': 35, 'x': 21, 'measure': 17}",{'cx': 164},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",dj_mapped_ibm_montreal_qiskit_opt0_18.qasm -60,27,106,"{'rz': 84, 'sx': 49, 'measure': 24}",{'cx': 97},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt2_25.qasm -61,27,25,"{'rz': 62, 'sx': 58, 'measure': 11, 'x': 4}",{'cx': 20},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt1_11.qasm -62,27,704,"{'sx': 160, 'rz': 160, 'measure': 20}",{'cx': 2406},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt1_20.qasm -63,27,133,"{'rz': 100, 'sx': 60, 'measure': 11, 'x': 1}",{'cx': 125},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",wstate_mapped_ibm_montreal_qiskit_opt0_11.qasm -64,27,920,"{'rz': 1021, 'sx': 512, 'x': 39, 'measure': 15}",{'cx': 1293},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",random_mapped_ibm_montreal_qiskit_opt3_15.qasm -65,27,456,"{'rz': 554, 'sx': 21, 'measure': 20}",{'cx': 1127},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt2_20.qasm -66,27,274,"{'rz': 132, 'sx': 88, 'measure': 11}",{'cx': 843},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_11.qasm -67,27,31,"{'rz': 56, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 37},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22)",graphstate_mapped_ibm_montreal_qiskit_opt3_15.qasm -68,27,503,"{'rz': 168, 'sx': 168, 'measure': 21}",{'cx': 1977},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt2_21.qasm -69,27,362,"{'rz': 241, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 369},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_12.qasm -70,27,366,"{'rz': 258, 'sx': 62, 'measure': 11}",{'cx': 449},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ae_mapped_ibm_montreal_qiskit_opt0_11.qasm -71,27,15,"{'measure': 12, 'rz': 2, 'sx': 1}",{'cx': 11},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_12.qasm -72,27,9670,"{'rz': 3918, 'sx': 279, 'x': 113, 'measure': 11}",{'cx': 9076},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",grover-v-chain_mapped_ibm_montreal_qiskit_opt0_11.qasm -73,27,341,"{'rz': 236, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 422},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21)",qpeexact_mapped_ibm_montreal_qiskit_opt2_13.qasm -74,27,361,"{'rz': 345, 'sx': 15, 'measure': 15}",{'cx': 873},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qft_mapped_ibm_montreal_qiskit_opt0_15.qasm -75,27,734,"{'rz': 690, 'sx': 138, 'measure': 23}",{'cx': 2204},"(2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt2_23.qasm -76,27,73,"{'rz': 58, 'sx': 29, 'measure': 14}",{'cx': 53},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18)",dj_mapped_ibm_montreal_qiskit_opt1_15.qasm -77,27,338,"{'rz': 88, 'sx': 88, 'measure': 11}",{'cx': 650},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt1_11.qasm -78,27,708,"{'rz': 664, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 1455},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_22.qasm -79,27,38994,"{'rz': 18316, 'sx': 137, 'x': 10, 'measure': 10}",{'cx': 37419},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt1_10.qasm -80,27,766,"{'rz': 809, 'sx': 332, 'x': 34, 'measure': 21}",{'cx': 1016},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt3_21.qasm -81,27,1237,"{'rz': 1126, 'sx': 469, 'measure': 18, 'x': 16}",{'cx': 2198},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_18.qasm -82,27,3039,"{'rz': 2992, 'sx': 1108, 'measure': 25, 'x': 11}",{'cx': 8570},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt0_25.qasm -83,27,85,"{'sx': 80, 'rz': 40, 'measure': 21, 'x': 1}",{'cx': 40},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_21.qasm -84,27,299,"{'sx': 80, 'rz': 80, 'measure': 10}",{'cx': 438},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt2_10.qasm -85,27,840,"{'rz': 617, 'sx': 525, 'measure': 21, 'x': 8}",{'cx': 2038},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_21.qasm -86,27,225,"{'rz': 146, 'sx': 11, 'measure': 10}",{'cx': 261},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qftentangled_mapped_ibm_montreal_qiskit_opt1_10.qasm -87,27,85,"{'rz': 150, 'sx': 75, 'measure': 25}",{'cx': 256},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt0_25.qasm -88,27,20,"{'rz': 52, 'sx': 26, 'measure': 18}",{'cx': 36},"(4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (11, 8); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_18.qasm -89,27,559,"{'rz': 744, 'sx': 542, 'measure': 12, 'x': 8}",{'cx': 617},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt3_12.qasm -90,27,1321,"{'rz': 1290, 'sx': 158, 'measure': 27}",{'cx': 3126},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt0_27.qasm -91,27,889,"{'rz': 920, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 1809},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_24.qasm -92,27,576,"{'rz': 628, 'sx': 188, 'x': 29, 'measure': 18}",{'cx': 1010},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_19.qasm -93,27,521,"{'rz': 136, 'sx': 136, 'measure': 17}",{'cx': 1371},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt2_17.qasm -94,27,37,"{'rz': 58, 'sx': 30, 'measure': 23}",{'cx': 51},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt3_23.qasm -95,27,1001,"{'rz': 1260, 'sx': 658, 'measure': 14}",{'cx': 2106},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_14.qasm -96,27,2683,"{'rz': 324, 'sx': 216, 'measure': 27}",{'cx': 11466},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_27.qasm -97,27,340,"{'rz': 358, 'sx': 17, 'measure': 16}",{'cx': 677},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_16.qasm -98,27,1882,"{'rz': 2328, 'sx': 1117, 'x': 109, 'measure': 23}",{'cx': 3878},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_23.qasm -99,27,598,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1591},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt1_16.qasm -100,27,316,"{'rz': 260, 'sx': 156, 'measure': 27, 'x': 1}",{'cx': 274},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt0_27.qasm -101,27,40,"{'rz': 43, 'sx': 25, 'measure': 12}",{'cx': 30},"(8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt2_13.qasm -102,27,891,"{'rz': 800, 'sx': 150, 'measure': 25}",{'cx': 2827},"(1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt1_25.qasm -103,27,633,"{'rz': 688, 'sx': 317, 'measure': 18, 'x': 5}",{'cx': 1350},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_18.qasm -104,27,466,"{'rz': 371, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 627},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 22); (22, 19)",qpeexact_mapped_ibm_montreal_qiskit_opt1_15.qasm -105,27,261,"{'rz': 256, 'sx': 61, 'measure': 13, 'x': 3}",{'cx': 405},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_13.qasm -106,27,17,"{'measure': 14, 'rz': 2, 'sx': 1}",{'cx': 13},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_14.qasm -107,27,2174,"{'rz': 840, 'sx': 144, 'measure': 24}",{'cx': 7592},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt0_24.qasm -108,27,552,"{'rz': 494, 'sx': 114, 'measure': 19}",{'cx': 1529},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_19.qasm -109,27,48,"{'rz': 42, 'sx': 29, 'measure': 11, 'x': 3}",{'cx': 24},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",dj_mapped_ibm_montreal_qiskit_opt3_12.qasm -110,27,1606,"{'rz': 1620, 'sx': 649, 'x': 23, 'measure': 22}",{'cx': 3518},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt2_22.qasm -111,27,1137,"{'rz': 272, 'sx': 136, 'measure': 17}",{'cx': 3606},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",su2random_mapped_ibm_montreal_qiskit_opt0_17.qasm -112,27,136,"{'sx': 104, 'rz': 62, 'measure': 26, 'x': 1}",{'cx': 89},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_26.qasm -113,27,1375,"{'rz': 208, 'sx': 208, 'measure': 26}",{'cx': 4346},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_26.qasm -114,27,327,"{'rz': 600, 'sx': 326, 'measure': 17, 'x': 10}",{'cx': 584},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qftentangled_mapped_ibm_montreal_qiskit_opt3_17.qasm -115,27,42,"{'rz': 72, 'sx': 36, 'measure': 22}",{'cx': 58},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_22.qasm -116,27,773,"{'rz': 912, 'sx': 528, 'measure': 15}",{'cx': 1320},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_15.qasm -117,27,521,"{'rz': 472, 'sx': 408, 'x': 19, 'measure': 16}",{'cx': 1096},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_16.qasm -118,27,1171,"{'rz': 996, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 3225},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_25.qasm -119,27,574,"{'rz': 464, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 936},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_18.qasm -120,27,1001,"{'rz': 1102, 'sx': 152, 'measure': 26}",{'cx': 1850},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt1_26.qasm -121,27,60,"{'measure': 15, 'rz': 2, 'sx': 1}",{'cx': 104},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ghz_mapped_ibm_montreal_qiskit_opt0_15.qasm -122,27,2658,"{'rz': 1296, 'sx': 303, 'x': 36, 'measure': 11}",{'cx': 2661},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt0_11.qasm -123,27,249,"{'rz': 186, 'sx': 12, 'measure': 12}",{'cx': 351},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qft_mapped_ibm_montreal_qiskit_opt2_12.qasm -124,27,392,"{'rz': 316, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 749},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeexact_mapped_ibm_montreal_qiskit_opt0_14.qasm -125,27,333,"{'rz': 285, 'sx': 14, 'measure': 14}",{'cx': 539},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_14.qasm -126,27,352,"{'rz': 248, 'sx': 77, 'x': 11, 'measure': 11}",{'cx': 320},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qpeexact_mapped_ibm_montreal_qiskit_opt3_12.qasm -127,27,16,"{'measure': 13, 'rz': 2, 'sx': 1}",{'cx': 12},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_13.qasm -128,27,40,"{'rz': 72, 'sx': 36, 'measure': 24}",{'cx': 69},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_24.qasm -129,27,45,"{'rz': 67, 'sx': 35, 'measure': 19}",{'cx': 44},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_19.qasm -130,27,732,"{'rz': 727, 'sx': 423, 'measure': 13}",{'cx': 972},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_13.qasm -131,27,499,"{'rz': 160, 'sx': 160, 'measure': 20}",{'cx': 1780},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_20.qasm -132,27,222,"{'rz': 189, 'sx': 12, 'measure': 11}",{'cx': 516},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qftentangled_mapped_ibm_montreal_qiskit_opt0_11.qasm -133,27,1335,"{'rz': 1384, 'sx': 691, 'x': 73, 'measure': 19}",{'cx': 2214},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt3_19.qasm -134,27,2280,"{'rz': 2291, 'sx': 841, 'x': 32, 'measure': 24}",{'cx': 4989},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_24.qasm -135,27,81,"{'sx': 76, 'rz': 38, 'measure': 20, 'x': 1}",{'cx': 38},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_20.qasm -136,27,408,"{'rz': 208, 'sx': 182, 'measure': 11, 'x': 9}",{'cx': 555},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",su2random_mapped_ibm_montreal_qiskit_opt3_11.qasm -137,27,730,"{'rz': 608, 'sx': 116, 'measure': 20}",{'cx': 1026},"(4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt2_20.qasm -138,27,98613,"{'rz': 37080, 'sx': 255, 'x': 60, 'measure': 11}",{'cx': 89358},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (9, 8); (10, 7)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt0_11.qasm -139,27,783,"{'rz': 913, 'sx': 303, 'x': 35, 'measure': 22}",{'cx': 1414},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_23.qasm -140,27,311,"{'rz': 120, 'sx': 80, 'measure': 10}",{'cx': 795},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",realamprandom_mapped_ibm_montreal_qiskit_opt0_10.qasm -141,27,78,"{'rz': 54, 'sx': 27, 'x': 19, 'measure': 13}",{'cx': 124},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",dj_mapped_ibm_montreal_qiskit_opt0_14.qasm -142,27,714,"{'rz': 1203, 'sx': 652, 'measure': 22, 'x': 7}",{'cx': 1921},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_22.qasm -143,27,90,"{'rz': 58, 'sx': 29, 'x': 19, 'measure': 14}",{'cx': 128},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",dj_mapped_ibm_montreal_qiskit_opt0_15.qasm -144,27,695,"{'rz': 1262, 'sx': 675, 'measure': 23, 'x': 6}",{'cx': 2097},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_23.qasm -145,27,33,"{'rz': 65, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 39},"(4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (14, 11); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18); (22, 25); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_18.qasm -146,27,44,"{'rz': 62, 'sx': 31, 'measure': 25}",{'cx': 46},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_25.qasm -147,27,573,"{'rz': 553, 'sx': 333, 'measure': 12}",{'cx': 750},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_12.qasm -148,27,503,"{'rz': 168, 'sx': 168, 'measure': 21}",{'cx': 1977},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_21.qasm -149,27,206,"{'rz': 157, 'sx': 11, 'measure': 10}",{'cx': 477},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qftentangled_mapped_ibm_montreal_qiskit_opt0_10.qasm -150,27,2192,"{'rz': 2291, 'sx': 923, 'x': 39, 'measure': 25}",{'cx': 4958},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_25.qasm -151,27,1311,"{'rz': 1326, 'sx': 651, 'x': 53, 'measure': 18}",{'cx': 2009},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_18.qasm -152,27,85,"{'sx': 80, 'rz': 40, 'measure': 21, 'x': 1}",{'cx': 40},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_21.qasm -153,27,297,"{'rz': 157, 'sx': 136, 'measure': 10, 'x': 2}",{'cx': 422},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",su2random_mapped_ibm_montreal_qiskit_opt3_10.qasm -154,27,794,"{'rz': 658, 'sx': 122, 'measure': 21}",{'cx': 1116},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt2_21.qasm -155,27,47750,"{'rz': 18642, 'sx': 243, 'x': 54, 'measure': 10}",{'cx': 42786},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 9); (9, 8)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt0_10.qasm -156,27,706,"{'rz': 816, 'sx': 249, 'x': 26, 'measure': 21}",{'cx': 1294},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_22.qasm -157,27,274,"{'rz': 132, 'sx': 88, 'measure': 11}",{'cx': 843},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",realamprandom_mapped_ibm_montreal_qiskit_opt0_11.qasm -158,27,15,"{'measure': 12, 'rz': 2, 'sx': 1}",{'cx': 11},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_12.qasm -159,27,409,"{'rz': 329, 'sx': 15, 'measure': 15}",{'cx': 618},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qft_mapped_ibm_montreal_qiskit_opt1_15.qasm -160,27,328,"{'rz': 290, 'sx': 98, 'measure': 12, 'x': 10}",{'cx': 374},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21)",qpeexact_mapped_ibm_montreal_qiskit_opt3_13.qasm -161,27,7193,"{'rz': 3625, 'sx': 205, 'measure': 11, 'x': 1}",{'cx': 7084},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",grover-v-chain_mapped_ibm_montreal_qiskit_opt1_11.qasm -162,27,297,"{'rz': 220, 'sx': 13, 'measure': 13}",{'cx': 435},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qft_mapped_ibm_montreal_qiskit_opt2_13.qasm -163,27,464,"{'rz': 371, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 1008},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeexact_mapped_ibm_montreal_qiskit_opt0_15.qasm -164,27,59,"{'measure': 14, 'rz': 2, 'sx': 1}",{'cx': 103},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ghz_mapped_ibm_montreal_qiskit_opt0_14.qasm -165,27,1910,"{'rz': 1911, 'sx': 724, 'measure': 23, 'x': 20}",{'cx': 4133},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_23.qasm -166,27,1005,"{'rz': 256, 'sx': 128, 'measure': 16}",{'cx': 3105},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",su2random_mapped_ibm_montreal_qiskit_opt0_16.qasm -167,27,154,"{'sx': 111, 'rz': 73, 'measure': 27, 'x': 1}",{'cx': 138},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_27.qasm -168,27,1217,"{'rz': 216, 'sx': 216, 'measure': 27}",{'cx': 4638},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_27.qasm -169,27,340,"{'rz': 425, 'sx': 101, 'measure': 16, 'x': 8}",{'cx': 621},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qftentangled_mapped_ibm_montreal_qiskit_opt3_16.qasm -170,27,33,"{'rz': 70, 'sx': 35, 'measure': 23}",{'cx': 59},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_23.qasm -171,27,815,"{'rz': 827, 'sx': 477, 'measure': 14}",{'cx': 1260},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_14.qasm -172,27,555,"{'rz': 499, 'sx': 448, 'measure': 17, 'x': 5}",{'cx': 1212},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt3_17.qasm -173,27,701,"{'rz': 508, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1086},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_19.qasm -174,27,1226,"{'rz': 920, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 3246},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_24.qasm -175,27,1099,"{'rz': 1185, 'sx': 158, 'measure': 27}",{'cx': 1947},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt1_27.qasm -176,27,552,"{'rz': 451, 'sx': 108, 'measure': 18}",{'cx': 1369},"(5, 8); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_18.qasm -177,27,2328,"{'rz': 900, 'sx': 150, 'measure': 25}",{'cx': 8571},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt0_25.qasm -178,27,40,"{'rz': 43, 'sx': 25, 'measure': 12}",{'cx': 30},"(8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_13.qasm -179,27,2043,"{'rz': 785, 'sx': 181, 'measure': 11, 'x': 10}",{'cx': 1887},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt1_11.qasm -180,27,18,"{'measure': 15, 'rz': 2, 'sx': 1}",{'cx': 14},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_15.qasm -181,27,367,"{'rz': 316, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 533},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16)",qpeexact_mapped_ibm_montreal_qiskit_opt1_14.qasm -182,27,238,"{'rz': 219, 'sx': 56, 'measure': 12, 'x': 5}",{'cx': 317},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qft_mapped_ibm_montreal_qiskit_opt3_12.qasm -183,27,39,"{'rz': 41, 'sx': 23, 'measure': 11}",{'cx': 28},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",dj_mapped_ibm_montreal_qiskit_opt2_12.qasm -184,27,578,"{'rz': 810, 'sx': 401, 'measure': 19, 'x': 2}",{'cx': 1447},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_19.qasm -185,27,872,"{'rz': 744, 'sx': 144, 'measure': 24}",{'cx': 2586},"(2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt1_24.qasm -186,27,1352,"{'rz': 1203, 'sx': 152, 'measure': 26}",{'cx': 3203},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt0_26.qasm -187,27,560,"{'rz': 608, 'sx': 233, 'x': 34, 'measure': 17}",{'cx': 863},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_18.qasm -188,27,958,"{'rz': 996, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 1842},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_25.qasm -189,27,458,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1159},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt2_16.qasm -190,27,25,"{'rz': 60, 'sx': 31, 'measure': 22}",{'cx': 35},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt3_22.qasm -191,27,1203,"{'rz': 1440, 'sx': 750, 'measure': 15}",{'cx': 2508},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_15.qasm -192,27,2472,"{'rz': 312, 'sx': 208, 'measure': 26}",{'cx': 9669},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_26.qasm -193,27,350,"{'rz': 416, 'sx': 18, 'measure': 17}",{'cx': 780},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt2_17.qasm -194,27,1691,"{'rz': 1982, 'sx': 998, 'x': 105, 'measure': 22}",{'cx': 3258},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_22.qasm -195,27,506,"{'sx': 136, 'rz': 136, 'measure': 17}",{'cx': 1555},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (20, 19)",su2random_mapped_ibm_montreal_qiskit_opt1_17.qasm -196,27,307,"{'rz': 250, 'sx': 150, 'measure': 26, 'x': 1}",{'cx': 272},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt0_26.qasm -197,27,358,"{'rz': 80, 'sx': 80, 'measure': 10}",{'cx': 530},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",realamprandom_mapped_ibm_montreal_qiskit_opt1_10.qasm -198,27,784,"{'rz': 754, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 1494},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_23.qasm -199,27,76125,"{'rz': 36749, 'sx': 149, 'measure': 11, 'x': 10}",{'cx': 74733},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt1_11.qasm -200,27,631,"{'rz': 685, 'sx': 254, 'x': 24, 'measure': 20}",{'cx': 913},"(3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23)",ae_mapped_ibm_montreal_qiskit_opt3_20.qasm -201,27,2907,"{'rz': 2915, 'sx': 1001, 'measure': 24, 'x': 14}",{'cx': 8226},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt0_24.qasm -202,27,1317,"{'rz': 1183, 'sx': 498, 'x': 23, 'measure': 19}",{'cx': 2384},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt2_19.qasm -203,27,81,"{'sx': 76, 'rz': 38, 'measure': 20, 'x': 1}",{'cx': 38},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_20.qasm -204,27,324,"{'sx': 88, 'rz': 88, 'measure': 11}",{'cx': 514},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",su2random_mapped_ibm_montreal_qiskit_opt2_11.qasm -205,27,580,"{'rz': 894, 'sx': 825, 'measure': 20, 'x': 3}",{'cx': 1559},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_20.qasm -206,27,252,"{'rz': 178, 'sx': 12, 'measure': 11}",{'cx': 321},"(11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_11.qasm -207,27,39,"{'rz': 58, 'sx': 29, 'measure': 19}",{'cx': 55},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt2_19.qasm -208,27,87,"{'rz': 144, 'sx': 72, 'measure': 24}",{'cx': 198},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt0_24.qasm -209,27,634,"{'rz': 676, 'sx': 471, 'measure': 13, 'x': 6}",{'cx': 858},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt3_13.qasm -210,27,696,"{'rz': 638, 'sx': 132, 'measure': 22}",{'cx': 1999},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21)",qnn_mapped_ibm_montreal_qiskit_opt2_22.qasm -211,27,59,"{'rz': 54, 'sx': 27, 'measure': 13}",{'cx': 37},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21)",dj_mapped_ibm_montreal_qiskit_opt1_14.qasm -212,27,336,"{'rz': 207, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 361},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qpeexact_mapped_ibm_montreal_qiskit_opt2_12.qasm -213,27,312,"{'rz': 301, 'sx': 14, 'measure': 14}",{'cx': 719},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qft_mapped_ibm_montreal_qiskit_opt0_14.qasm -214,27,5046,"{'rz': 1819, 'sx': 439, 'measure': 17, 'x': 10}",{'cx': 4504},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt2_17.qasm -215,27,16,"{'measure': 13, 'rz': 2, 'sx': 1}",{'cx': 12},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_13.qasm -216,27,942,"{'sx': 168, 'rz': 168, 'measure': 21}",{'cx': 2745},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt1_21.qasm -217,27,118,"{'rz': 90, 'sx': 54, 'measure': 10, 'x': 1}",{'cx': 111},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",wstate_mapped_ibm_montreal_qiskit_opt0_10.qasm -218,27,672,"{'rz': 772, 'sx': 407, 'x': 50, 'measure': 14}",{'cx': 947},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt3_14.qasm -219,27,430,"{'rz': 617, 'sx': 22, 'measure': 21}",{'cx': 1174},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt2_21.qasm -220,27,311,"{'rz': 120, 'sx': 80, 'measure': 10}",{'cx': 795},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_10.qasm -221,27,23,"{'rz': 40, 'sx': 20, 'measure': 14}",{'cx': 26},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (16, 19); (19, 16); (19, 22); (22, 19)",graphstate_mapped_ibm_montreal_qiskit_opt3_14.qasm -222,27,499,"{'rz': 160, 'sx': 160, 'measure': 20}",{'cx': 1780},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt2_20.qasm -223,27,370,"{'rz': 282, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 489},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_13.qasm -224,27,345,"{'rz': 219, 'sx': 56, 'measure': 10}",{'cx': 381},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ae_mapped_ibm_montreal_qiskit_opt0_10.qasm -225,27,35,"{'rz': 104, 'sx': 55, 'measure': 11}",{'cx': 50},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qaoa_mapped_ibm_montreal_qiskit_opt3_11.qasm -226,27,315,"{'rz': 228, 'sx': 72, 'measure': 12}",{'cx': 635},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23)",qnn_mapped_ibm_montreal_qiskit_opt1_12.qasm -227,27,106,"{'rz': 83, 'sx': 47, 'measure': 23}",{'cx': 93},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt2_24.qasm -228,27,105,"{'rz': 74, 'sx': 37, 'x': 21, 'measure': 18}",{'cx': 174},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",dj_mapped_ibm_montreal_qiskit_opt0_19.qasm -229,27,24,"{'rz': 59, 'sx': 58, 'measure': 10, 'x': 1}",{'cx': 18},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt1_10.qasm -230,27,542,"{'rz': 966, 'sx': 300, 'measure': 24, 'x': 16}",{'cx': 1334},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_24.qasm -231,27,535,"{'rz': 530, 'sx': 19, 'measure': 19}",{'cx': 1047},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_19.qasm -232,27,699,"{'rz': 774, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 1402},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt1_22.qasm -233,27,62,"{'measure': 23, 'rz': 2, 'sx': 1}",{'cx': 67},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_23.qasm -234,27,426,"{'rz': 275, 'sx': 70, 'measure': 20}",{'cx': 954},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt0_10.qasm -235,27,88017,"{'rz': 39634, 'sx': 315, 'measure': 10, 'x': 1}",{'cx': 80063},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",grover-noancilla_mapped_ibm_montreal_qiskit_opt2_10.qasm -236,27,73,"{'measure': 25, 'rz': 2, 'sx': 1}",{'cx': 75},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_25.qasm -237,27,79,"{'measure': 18, 'rz': 2, 'sx': 1}",{'cx': 137},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",ghz_mapped_ibm_montreal_qiskit_opt0_18.qasm -238,27,564,"{'rz': 737, 'sx': 22, 'measure': 22}",{'cx': 1857},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt0_22.qasm -239,27,843,"{'rz': 585, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1911},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qpeexact_mapped_ibm_montreal_qiskit_opt0_19.qasm -240,27,729,"{'rz': 772, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 1665},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt2_24.qasm -241,27,103,"{'rz': 86, 'sx': 43, 'measure': 21}",{'cx': 81},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt1_22.qasm -242,27,461,"{'rz': 294, 'sx': 84, 'measure': 14}",{'cx': 840},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_14.qasm -243,27,1073,"{'rz': 1425, 'sx': 793, 'measure': 18}",{'cx': 2202},"(3, 5); (5, 3); (5, 8); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_18.qasm -244,27,74,"{'rz': 72, 'sx': 36, 'measure': 12}",{'cx': 117},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",graphstate_mapped_ibm_montreal_qiskit_opt0_12.qasm -245,27,865,"{'rz': 1078, 'sx': 28, 'measure': 27}",{'cx': 2153},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_27.qasm -246,27,521,"{'rz': 472, 'sx': 408, 'x': 19, 'measure': 16}",{'cx': 1096},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_16.qasm -247,27,65,"{'sx': 60, 'rz': 30, 'measure': 16, 'x': 1}",{'cx': 30},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_16.qasm -248,27,1138,"{'sx': 216, 'rz': 216, 'measure': 27}",{'cx': 4070},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt2_27.qasm -249,27,723,"{'rz': 675, 'sx': 233, 'measure': 12, 'x': 4}",{'cx': 1173},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",random_mapped_ibm_montreal_qiskit_opt0_12.qasm -250,27,467,"{'rz': 499, 'sx': 243, 'x': 28, 'measure': 16}",{'cx': 466},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt3_16.qasm -251,27,434,"{'rz': 319, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 639},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_15.qasm -252,27,1375,"{'rz': 208, 'sx': 208, 'measure': 26}",{'cx': 4346},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_26.qasm -253,27,600,"{'rz': 524, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 955},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qpeexact_mapped_ibm_montreal_qiskit_opt1_18.qasm -254,27,880,"{'rz': 1044, 'sx': 320, 'x': 49, 'measure': 24}",{'cx': 1550},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt3_25.qasm -255,27,604,"{'rz': 779, 'sx': 23, 'measure': 23}",{'cx': 1460},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_23.qasm -256,27,87,"{'rz': 28, 'measure': 24, 'sx': 21, 'x': 3}",{'cx': 57},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_24.qasm -257,27,22,"{'measure': 19, 'rz': 2, 'sx': 1}",{'cx': 18},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_19.qasm -258,27,2683,"{'rz': 324, 'sx': 216, 'measure': 27}",{'cx': 11466},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt0_27.qasm -259,27,438,"{'rz': 333, 'sx': 99, 'x': 17, 'measure': 13}",{'cx': 456},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_14.qasm -260,27,525,"{'rz': 449, 'sx': 98, 'measure': 17}",{'cx': 674},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt2_17.qasm -261,27,69,"{'sx': 64, 'rz': 32, 'measure': 17, 'x': 1}",{'cx': 32},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_17.qasm -262,27,1089,"{'rz': 1029, 'sx': 874, 'x': 46, 'measure': 26}",{'cx': 3330},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt3_26.qasm -263,27,602,"{'rz': 630, 'sx': 256, 'x': 15, 'measure': 13}",{'cx': 901},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_13.qasm -264,27,1200,"{'rz': 1029, 'sx': 27, 'measure': 26}",{'cx': 3825},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt0_26.qasm -265,27,521,"{'rz': 136, 'sx': 136, 'measure': 17}",{'cx': 1371},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_17.qasm -266,27,26,"{'rz': 34, 'sx': 17, 'measure': 13}",{'cx': 40},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt1_13.qasm -267,27,399,"{'rz': 524, 'sx': 276, 'measure': 15, 'x': 3}",{'cx': 872},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_15.qasm -268,27,143,"{'rz': 90, 'sx': 45, 'x': 23, 'measure': 22}",{'cx': 226},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",dj_mapped_ibm_montreal_qiskit_opt0_23.qasm -269,27,78,"{'rz': 99, 'sx': 66, 'measure': 11}",{'cx': 128},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",vqe_mapped_ibm_montreal_qiskit_opt0_11.qasm -270,27,112,"{'rz': 97, 'sx': 57, 'measure': 24, 'x': 4}",{'cx': 71},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt3_25.qasm -271,27,89,"{'rz': 70, 'sx': 35, 'measure': 17}",{'cx': 68},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt1_18.qasm -272,27,677,"{'rz': 312, 'sx': 78, 'measure': 13}",{'cx': 1638},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qnn_mapped_ibm_montreal_qiskit_opt0_13.qasm -273,27,53,"{'rz': 96, 'sx': 50, 'measure': 10}",{'cx': 61},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (19, 22); (21, 18); (22, 19); (22, 25); (25, 22)",qaoa_mapped_ibm_montreal_qiskit_opt2_10.qasm -274,27,310,"{'rz': 217, 'sx': 62, 'measure': 11}",{'cx': 236},"(11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt1_11.qasm -275,27,325,"{'rz': 242, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 630},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_12.qasm -276,27,840,"{'rz': 617, 'sx': 525, 'measure': 21, 'x': 8}",{'cx': 2038},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21)",realamprandom_mapped_ibm_montreal_qiskit_opt3_21.qasm -277,27,42,"{'rz': 38, 'sx': 19, 'measure': 15}",{'cx': 36},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_15.qasm -278,27,401,"{'rz': 619, 'sx': 85, 'measure': 20, 'x': 8}",{'cx': 1015},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_20.qasm -279,27,338,"{'rz': 88, 'sx': 88, 'measure': 11}",{'cx': 650},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_11.qasm -280,27,1579,"{'rz': 320, 'sx': 160, 'measure': 20}",{'cx': 5568},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt0_20.qasm -281,27,45,"{'sx': 40, 'rz': 20, 'measure': 11, 'x': 1}",{'cx': 20},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_11.qasm -282,27,835,"{'rz': 830, 'sx': 326, 'measure': 15, 'x': 10}",{'cx': 1444},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_15.qasm -283,27,508,"{'rz': 286, 'sx': 77, 'measure': 22}",{'cx': 797},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt1_11.qasm -284,27,101,"{'measure': 22, 'rz': 2, 'sx': 1}",{'cx': 186},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt0_22.qasm -285,27,1084,"{'rz': 841, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 2707},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt0_23.qasm -286,27,744,"{'rz': 779, 'sx': 25, 'measure': 25}",{'cx': 1633},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt2_25.qasm -287,27,654,"{'rz': 495, 'sx': 18, 'measure': 18}",{'cx': 1515},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qft_mapped_ibm_montreal_qiskit_opt0_18.qasm -288,27,17,"{'measure': 14, 'rz': 2, 'sx': 1}",{'cx': 13},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_14.qasm -289,27,434,"{'rz': 319, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 639},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_15.qasm -290,27,260,"{'rz': 260, 'sx': 13, 'measure': 13}",{'cx': 663},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qft_mapped_ibm_montreal_qiskit_opt0_13.qasm -291,27,55,"{'rz': 50, 'sx': 25, 'measure': 12}",{'cx': 42},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt1_13.qasm -292,27,1384,"{'rz': 522, 'sx': 108, 'measure': 18}",{'cx': 4064},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qnn_mapped_ibm_montreal_qiskit_opt0_18.qasm -293,27,840,"{'rz': 800, 'sx': 150, 'measure': 25}",{'cx': 2672},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (9, 8); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt2_25.qasm -294,27,912,"{'rz': 1254, 'sx': 501, 'x': 55, 'measure': 27}",{'cx': 1630},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt3_27.qasm -295,27,633,"{'rz': 136, 'sx': 136, 'measure': 17}",{'cx': 1684},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_17.qasm -296,27,843,"{'rz': 585, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1911},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_19.qasm -297,27,758,"{'rz': 802, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 1671},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_24.qasm -298,27,410,"{'rz': 375, 'sx': 17, 'measure': 16}",{'cx': 723},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_16.qasm -299,27,1283,"{'rz': 1191, 'sx': 997, 'x': 65, 'measure': 27}",{'cx': 3803},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_27.qasm -300,27,104,"{'rz': 138, 'sx': 69, 'measure': 23}",{'cx': 242},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt0_23.qasm -301,27,130,"{'sx': 106, 'rz': 58, 'measure': 27, 'x': 1}",{'cx': 82},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_27.qasm -302,27,520,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1312},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt2_16.qasm -303,27,2652,"{'rz': 2571, 'sx': 865, 'measure': 23, 'x': 6}",{'cx': 7057},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt0_23.qasm -304,27,779,"{'rz': 777, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 1551},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_22.qasm -305,27,275,"{'sx': 88, 'rz': 88, 'measure': 11}",{'cx': 509},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt2_11.qasm -306,27,40815,"{'rz': 18295, 'sx': 137, 'x': 10, 'measure': 10}",{'cx': 37794},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt2_10.qasm -307,27,987,"{'rz': 813, 'sx': 122, 'measure': 21}",{'cx': 1977},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt0_21.qasm -308,27,275,"{'sx': 80, 'rz': 80, 'measure': 10}",{'cx': 492},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt1_10.qasm -309,27,250,"{'rz': 200, 'sx': 120, 'measure': 21, 'x': 1}",{'cx': 235},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt0_21.qasm -310,27,1272,"{'rz': 1177, 'sx': 467, 'measure': 18, 'x': 16}",{'cx': 2360},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_18.qasm -311,27,722,"{'rz': 936, 'sx': 492, 'measure': 12}",{'cx': 1344},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_12.qasm -312,27,32,"{'rz': 60, 'sx': 30, 'measure': 18}",{'cx': 51},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (19, 22); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_18.qasm -313,27,29,"{'rz': 79, 'sx': 43, 'measure': 25, 'x': 1}",{'cx': 45},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_25.qasm -314,27,217,"{'rz': 127, 'sx': 11, 'measure': 10}",{'cx': 255},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qftentangled_mapped_ibm_montreal_qiskit_opt2_10.qasm -315,27,1318,"{'rz': 252, 'sx': 168, 'measure': 21}",{'cx': 5322},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_21.qasm -316,27,844,"{'rz': 690, 'sx': 138, 'measure': 23}",{'cx': 2372},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22)",qnn_mapped_ibm_montreal_qiskit_opt1_23.qasm -317,27,53,"{'rz': 49, 'sx': 29, 'measure': 14}",{'cx': 40},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt2_15.qasm -318,27,7682,"{'rz': 4481, 'sx': 1313, 'x': 118, 'measure': 11}",{'cx': 6351},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",grover-v-chain_mapped_ibm_montreal_qiskit_opt3_11.qasm -319,27,360,"{'rz': 276, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 473},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18)",qpeexact_mapped_ibm_montreal_qiskit_opt1_13.qasm -320,27,290,"{'rz': 406, 'sx': 171, 'measure': 15, 'x': 8}",{'cx': 498},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",qft_mapped_ibm_montreal_qiskit_opt3_15.qasm -321,27,15,"{'measure': 12, 'rz': 2, 'sx': 1}",{'cx': 11},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_12.qasm -322,27,52,"{'rz': 48, 'sx': 31, 'measure': 13, 'x': 2}",{'cx': 29},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21)",dj_mapped_ibm_montreal_qiskit_opt3_14.qasm -323,27,1638,"{'rz': 726, 'sx': 132, 'measure': 22}",{'cx': 5412},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt0_22.qasm -324,27,225,"{'rz': 218, 'sx': 84, 'measure': 11, 'x': 5}",{'cx': 273},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qftentangled_mapped_ibm_montreal_qiskit_opt3_11.qasm -325,27,763,"{'sx': 160, 'rz': 160, 'measure': 20}",{'cx': 2389},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_20.qasm -326,27,770,"{'rz': 744, 'sx': 434, 'measure': 13}",{'cx': 1080},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_13.qasm -327,27,89,"{'rz': 114, 'sx': 57, 'measure': 19}",{'cx': 211},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",graphstate_mapped_ibm_montreal_qiskit_opt0_19.qasm -328,27,29,"{'rz': 72, 'sx': 36, 'measure': 24}",{'cx': 63},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_24.qasm -329,27,274,"{'rz': 176, 'sx': 88, 'measure': 11}",{'cx': 843},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",su2random_mapped_ibm_montreal_qiskit_opt0_11.qasm -330,27,81,"{'sx': 76, 'rz': 38, 'measure': 20, 'x': 1}",{'cx': 38},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_20.qasm -331,27,2358,"{'rz': 2183, 'sx': 840, 'x': 32, 'measure': 24}",{'cx': 4985},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt2_24.qasm -332,27,1680,"{'rz': 1555, 'sx': 566, 'measure': 19, 'x': 12}",{'cx': 3694},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",random_mapped_ibm_montreal_qiskit_opt0_19.qasm -333,27,767,"{'rz': 667, 'sx': 116, 'measure': 20}",{'cx': 1058},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",ae_mapped_ibm_montreal_qiskit_opt1_20.qasm -334,27,352,"{'rz': 222, 'sx': 189, 'measure': 10, 'x': 6}",{'cx': 395},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt3_10.qasm -335,27,1059,"{'rz': 847, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 2888},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_23.qasm -336,27,58,"{'measure': 13, 'rz': 2, 'sx': 1}",{'cx': 102},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ghz_mapped_ibm_montreal_qiskit_opt0_13.qasm -337,27,7007,"{'rz': 3222, 'sx': 771, 'x': 54, 'measure': 17}",{'cx': 7299},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt0_17.qasm -338,27,324,"{'rz': 252, 'sx': 14, 'measure': 14}",{'cx': 509},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",qft_mapped_ibm_montreal_qiskit_opt2_14.qasm -339,27,316,"{'rz': 239, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 541},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeexact_mapped_ibm_montreal_qiskit_opt0_12.qasm -340,27,258,"{'rz': 210, 'sx': 12, 'measure': 12}",{'cx': 369},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt1_12.qasm -341,27,333,"{'rz': 316, 'sx': 98, 'x': 16, 'measure': 13}",{'cx': 452},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_14.qasm -342,27,18,"{'measure': 15, 'rz': 2, 'sx': 1}",{'cx': 14},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_15.qasm -343,27,2277,"{'rz': 1178, 'sx': 590, 'x': 28, 'measure': 11}",{'cx': 1627},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt3_11.qasm -344,27,120,"{'sx': 100, 'rz': 50, 'measure': 26, 'x': 1}",{'cx': 65},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_26.qasm -345,27,734,"{'rz': 603, 'sx': 502, 'x': 34, 'measure': 17}",{'cx': 1327},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",su2random_mapped_ibm_montreal_qiskit_opt3_17.qasm -346,27,1643,"{'rz': 1706, 'sx': 649, 'x': 22, 'measure': 22}",{'cx': 3579},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_22.qasm -347,27,729,"{'rz': 874, 'sx': 512, 'measure': 15}",{'cx': 1323},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_15.qasm -348,27,37,"{'rz': 72, 'sx': 36, 'measure': 22}",{'cx': 61},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_22.qasm -349,27,652,"{'rz': 444, 'sx': 18, 'measure': 17}",{'cx': 1584},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qftentangled_mapped_ibm_montreal_qiskit_opt0_17.qasm -350,27,998,"{'rz': 208, 'sx': 208, 'measure': 26}",{'cx': 3618},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_26.qasm -351,27,558,"{'rz': 525, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 951},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_18.qasm -352,27,812,"{'rz': 1036, 'sx': 310, 'x': 39, 'measure': 24}",{'cx': 1662},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_25.qasm -353,27,1057,"{'rz': 192, 'sx': 128, 'measure': 16}",{'cx': 3387},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",realamprandom_mapped_ibm_montreal_qiskit_opt0_16.qasm -354,27,1036,"{'rz': 937, 'sx': 152, 'measure': 26}",{'cx': 1737},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt2_26.qasm -355,27,479,"{'rz': 494, 'sx': 114, 'measure': 19}",{'cx': 1457},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt1_19.qasm -356,27,802,"{'rz': 1898, 'sx': 1237, 'measure': 24, 'x': 9}",{'cx': 2040},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_24.qasm -357,27,76,"{'rz': 46, 'sx': 23, 'x': 15, 'measure': 11}",{'cx': 107},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",dj_mapped_ibm_montreal_qiskit_opt0_12.qasm -358,27,701,"{'rz': 508, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1086},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_19.qasm -359,27,1207,"{'rz': 911, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 3105},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt0_24.qasm -360,27,584,"{'rz': 627, 'sx': 22, 'measure': 22}",{'cx': 1261},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_22.qasm -361,27,107,"{'measure': 25, 'rz': 2, 'sx': 1}",{'cx': 195},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt0_25.qasm -362,27,21,"{'measure': 18, 'rz': 2, 'sx': 1}",{'cx': 17},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_18.qasm -363,27,464,"{'rz': 371, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 1008},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_15.qasm -364,27,1215,"{'rz': 873, 'sx': 700, 'x': 37, 'measure': 26}",{'cx': 3472},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt3_26.qasm -365,27,571,"{'rz': 437, 'sx': 92, 'measure': 16}",{'cx': 651},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18)",ae_mapped_ibm_montreal_qiskit_opt1_16.qasm -366,27,494,"{'rz': 495, 'sx': 199, 'measure': 12, 'x': 5}",{'cx': 726},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_12.qasm -367,27,2667,"{'rz': 432, 'sx': 216, 'measure': 27}",{'cx': 11265},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt0_27.qasm -368,27,65,"{'sx': 60, 'rz': 30, 'measure': 16, 'x': 1}",{'cx': 30},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_16.qasm -369,27,21,"{'rz': 24, 'sx': 12, 'measure': 12}",{'cx': 12},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt2_12.qasm -370,27,547,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1466},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_16.qasm -371,27,731,"{'rz': 1130, 'sx': 356, 'x': 37, 'measure': 27}",{'cx': 1710},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt3_27.qasm -372,27,754,"{'rz': 350, 'sx': 84, 'measure': 14}",{'cx': 1925},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qnn_mapped_ibm_montreal_qiskit_opt0_14.qasm -373,27,91,"{'rz': 81, 'sx': 49, 'measure': 21, 'x': 3}",{'cx': 59},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt3_22.qasm -374,27,136,"{'rz': 94, 'sx': 47, 'x': 23, 'measure': 23}",{'cx': 221},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt0_24.qasm -375,27,74,"{'rz': 63, 'sx': 37, 'measure': 18}",{'cx': 60},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt2_19.qasm -376,27,24,"{'rz': 55, 'sx': 52, 'measure': 10, 'x': 4}",{'cx': 18},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt3_10.qasm -377,27,347,"{'rz': 388, 'sx': 210, 'measure': 12, 'x': 1}",{'cx': 541},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_12.qasm -378,27,54,"{'rz': 110, 'sx': 55, 'measure': 11}",{'cx': 71},"(8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt1_11.qasm -379,27,262,"{'rz': 161, 'sx': 56, 'measure': 10}",{'cx': 192},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",ae_mapped_ibm_montreal_qiskit_opt2_10.qasm -380,27,1352,"{'rz': 240, 'sx': 160, 'measure': 20}",{'cx': 5064},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt0_20.qasm -381,27,359,"{'rz': 262, 'sx': 62, 'measure': 12, 'x': 10}",{'cx': 382},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_13.qasm -382,27,225,"{'rz': 80, 'sx': 80, 'measure': 10}",{'cx': 394},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_10.qasm -383,27,522,"{'rz': 674, 'sx': 22, 'measure': 21}",{'cx': 2063},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt0_21.qasm -384,27,44,"{'rz': 52, 'sx': 26, 'measure': 14}",{'cx': 38},"(10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt1_14.qasm -385,27,693,"{'rz': 697, 'sx': 287, 'x': 14, 'measure': 14}",{'cx': 1018},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_14.qasm -386,27,41,"{'sx': 36, 'rz': 18, 'measure': 10, 'x': 1}",{'cx': 18},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_10.qasm -387,27,842,"{'rz': 992, 'sx': 839, 'measure': 21, 'x': 18}",{'cx': 1972},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_21.qasm -388,27,445,"{'rz': 245, 'sx': 70, 'measure': 20}",{'cx': 611},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt2_10.qasm -389,27,81,"{'rz': 38, 'sx': 26, 'measure': 23, 'x': 2}",{'cx': 48},"(1, 4); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_23.qasm -390,27,708,"{'rz': 813, 'sx': 206, 'x': 37, 'measure': 21}",{'cx': 1376},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_22.qasm -391,27,757,"{'rz': 849, 'sx': 24, 'measure': 24}",{'cx': 1635},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_24.qasm -392,27,463,"{'rz': 602, 'sx': 187, 'x': 21, 'measure': 19}",{'cx': 891},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_19.qasm -393,27,1114,"{'rz': 1126, 'sx': 395, 'measure': 15, 'x': 3}",{'cx': 2245},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",random_mapped_ibm_montreal_qiskit_opt0_15.qasm -394,27,45,"{'sx': 40, 'rz': 20, 'measure': 11, 'x': 1}",{'cx': 20},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_11.qasm -395,27,658,"{'sx': 160, 'rz': 160, 'measure': 20}",{'cx': 2016},"(3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt2_20.qasm -396,27,82,"{'rz': 90, 'sx': 45, 'measure': 15}",{'cx': 126},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",graphstate_mapped_ibm_montreal_qiskit_opt0_15.qasm -397,27,430,"{'rz': 228, 'sx': 202, 'measure': 11, 'x': 9}",{'cx': 518},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_11.qasm -398,27,544,"{'rz': 592, 'sx': 21, 'measure': 20}",{'cx': 1149},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt1_20.qasm -399,27,329,"{'rz': 210, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 339},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_12.qasm -400,27,546,"{'rz': 168, 'sx': 168, 'measure': 21}",{'cx': 2416},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_21.qasm -401,27,273,"{'rz': 211, 'sx': 89, 'measure': 11, 'x': 7}",{'cx': 207},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",ae_mapped_ibm_montreal_qiskit_opt3_11.qasm -402,27,73,"{'rz': 100, 'sx': 50, 'measure': 10}",{'cx': 172},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qaoa_mapped_ibm_montreal_qiskit_opt0_10.qasm -403,27,380,"{'rz': 260, 'sx': 78, 'measure': 13}",{'cx': 678},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qnn_mapped_ibm_montreal_qiskit_opt2_13.qasm -404,27,25,"{'rz': 61, 'sx': 58, 'measure': 11, 'x': 4}",{'cx': 20},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt2_11.qasm -405,27,116,"{'rz': 98, 'sx': 49, 'measure': 24}",{'cx': 96},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt1_25.qasm -406,27,69,"{'rz': 67, 'sx': 41, 'measure': 17, 'x': 2}",{'cx': 40},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",dj_mapped_ibm_montreal_qiskit_opt3_18.qasm -407,27,931,"{'rz': 950, 'sx': 25, 'measure': 25}",{'cx': 3081},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt0_25.qasm -408,27,465,"{'rz': 429, 'sx': 18, 'measure': 18}",{'cx': 882},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_18.qasm -409,27,729,"{'rz': 748, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 1550},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_23.qasm -410,27,49,"{'measure': 22, 'rz': 2, 'sx': 1}",{'cx': 45},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt2_22.qasm -411,27,537,"{'rz': 370, 'sx': 155, 'measure': 22, 'x': 15}",{'cx': 762},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt3_11.qasm -412,27,66,"{'measure': 24, 'rz': 2, 'sx': 1}",{'cx': 65},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_24.qasm -413,27,22,"{'measure': 19, 'rz': 2, 'sx': 1}",{'cx': 18},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_19.qasm -414,27,458,"{'rz': 912, 'sx': 315, 'measure': 23, 'x': 17}",{'cx': 1187},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_23.qasm -415,27,547,"{'rz': 528, 'sx': 135, 'x': 22, 'measure': 17}",{'cx': 845},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18)",qpeexact_mapped_ibm_montreal_qiskit_opt3_18.qasm -416,27,921,"{'rz': 984, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 1852},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt1_25.qasm -417,27,99,"{'rz': 80, 'sx': 45, 'measure': 22}",{'cx': 94},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt2_23.qasm -418,27,432,"{'rz': 330, 'sx': 90, 'measure': 15}",{'cx': 979},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt1_15.qasm -419,27,1119,"{'rz': 204, 'sx': 136, 'measure': 17}",{'cx': 3753},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_17.qasm -420,27,576,"{'rz': 839, 'sx': 27, 'measure': 26}",{'cx': 1654},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_26.qasm -421,27,32,"{'rz': 34, 'sx': 17, 'measure': 13}",{'cx': 25},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_13.qasm -422,27,624,"{'rz': 703, 'sx': 362, 'x': 42, 'measure': 13}",{'cx': 802},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_13.qasm -423,27,1093,"{'sx': 208, 'rz': 208, 'measure': 26}",{'cx': 4251},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt1_26.qasm -424,27,211,"{'rz': 160, 'sx': 96, 'measure': 17, 'x': 1}",{'cx': 179},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",wstate_mapped_ibm_montreal_qiskit_opt0_17.qasm -425,27,712,"{'rz': 555, 'sx': 98, 'measure': 17}",{'cx': 1223},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",ae_mapped_ibm_montreal_qiskit_opt0_17.qasm -426,27,1126,"{'sx': 216, 'rz': 216, 'measure': 27}",{'cx': 4043},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt2_27.qasm -427,27,433,"{'rz': 325, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 533},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_14.qasm -428,27,1057,"{'rz': 192, 'sx': 128, 'measure': 16}",{'cx': 3387},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_16.qasm -429,27,806,"{'rz': 834, 'sx': 28, 'measure': 27}",{'cx': 1895},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_27.qasm -430,27,19,"{'rz': 35, 'sx': 19, 'measure': 12}",{'cx': 22},"(1, 4); (4, 1); (4, 7); (7, 4); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_12.qasm -431,27,604,"{'rz': 1370, 'sx': 768, 'measure': 18}",{'cx': 1767},"(3, 5); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_18.qasm -432,27,499,"{'rz': 568, 'sx': 269, 'x': 25, 'measure': 12}",{'cx': 674},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_12.qasm -433,27,1271,"{'sx': 216, 'rz': 216, 'measure': 27}",{'cx': 4629},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (17, 18); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt1_27.qasm -434,27,190,"{'rz': 150, 'sx': 90, 'measure': 16, 'x': 1}",{'cx': 159},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",wstate_mapped_ibm_montreal_qiskit_opt0_16.qasm -435,27,645,"{'rz': 498, 'sx': 92, 'measure': 16}",{'cx': 999},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",ae_mapped_ibm_montreal_qiskit_opt0_16.qasm -436,27,998,"{'rz': 208, 'sx': 208, 'measure': 26}",{'cx': 3618},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt2_26.qasm -437,27,466,"{'rz': 371, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 627},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 22); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_15.qasm -438,27,91,"{'rz': 74, 'sx': 43, 'measure': 21}",{'cx': 75},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt2_22.qasm -439,27,433,"{'rz': 294, 'sx': 84, 'measure': 14}",{'cx': 863},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt1_14.qasm -440,27,559,"{'rz': 1007, 'sx': 566, 'measure': 22, 'x': 7}",{'cx': 970},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_22.qasm -441,27,829,"{'rz': 911, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 1725},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt1_24.qasm -442,27,578,"{'rz': 629, 'sx': 190, 'x': 29, 'measure': 18}",{'cx': 1009},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_19.qasm -443,27,21,"{'measure': 18, 'rz': 2, 'sx': 1}",{'cx': 17},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_18.qasm -444,27,73,"{'measure': 25, 'rz': 2, 'sx': 1}",{'cx': 75},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_25.qasm -445,27,7947,"{'rz': 2785, 'sx': 671, 'measure': 21, 'x': 10}",{'cx': 7275},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt1_21.qasm -446,27,53,"{'measure': 23, 'rz': 2, 'sx': 1}",{'cx': 58},"(1, 4); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_23.qasm -447,27,420,"{'rz': 290, 'sx': 116, 'measure': 20, 'x': 6}",{'cx': 595},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt3_10.qasm -448,27,83432,"{'rz': 39666, 'sx': 315, 'measure': 10, 'x': 1}",{'cx': 80216},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",grover-noancilla_mapped_ibm_montreal_qiskit_opt1_10.qasm -449,27,484,"{'rz': 475, 'sx': 19, 'measure': 19}",{'cx': 1012},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_19.qasm -450,27,770,"{'rz': 876, 'sx': 24, 'measure': 24}",{'cx': 2685},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt0_24.qasm -451,27,659,"{'rz': 661, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 1354},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt2_22.qasm -452,27,74,"{'rz': 110, 'sx': 55, 'measure': 11}",{'cx': 149},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qaoa_mapped_ibm_montreal_qiskit_opt0_11.qasm -453,27,395,"{'rz': 228, 'sx': 72, 'measure': 12}",{'cx': 600},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qnn_mapped_ibm_montreal_qiskit_opt2_12.qasm -454,27,24,"{'sx': 60, 'rz': 60, 'measure': 10}",{'cx': 18},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt2_10.qasm -455,27,78,"{'rz': 70, 'sx': 43, 'measure': 18, 'x': 2}",{'cx': 47},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_19.qasm -456,27,111,"{'rz': 94, 'sx': 47, 'measure': 23}",{'cx': 110},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt1_24.qasm -457,27,869,"{'rz': 937, 'sx': 350, 'measure': 14, 'x': 4}",{'cx': 1737},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",random_mapped_ibm_montreal_qiskit_opt0_14.qasm -458,27,41,"{'sx': 36, 'rz': 18, 'measure': 10, 'x': 1}",{'cx': 18},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_10.qasm -459,27,600,"{'sx': 168, 'rz': 168, 'measure': 21}",{'cx': 2121},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt2_21.qasm -460,27,54,"{'rz': 84, 'sx': 42, 'measure': 14}",{'cx': 98},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",graphstate_mapped_ibm_montreal_qiskit_opt0_14.qasm -461,27,352,"{'rz': 222, 'sx': 189, 'measure': 10, 'x': 6}",{'cx': 395},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_10.qasm -462,27,492,"{'rz': 653, 'sx': 22, 'measure': 21}",{'cx': 1217},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt1_21.qasm -463,27,395,"{'rz': 243, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 423},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_13.qasm -464,27,763,"{'sx': 160, 'rz': 160, 'measure': 20}",{'cx': 2389},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_20.qasm -465,27,222,"{'rz': 190, 'sx': 90, 'measure': 10, 'x': 7}",{'cx': 151},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",ae_mapped_ibm_montreal_qiskit_opt3_10.qasm -466,27,761,"{'rz': 961, 'sx': 344, 'x': 44, 'measure': 22}",{'cx': 1362},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_23.qasm -467,27,392,"{'rz': 585, 'sx': 198, 'measure': 18, 'x': 13}",{'cx': 759},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_18.qasm -468,27,670,"{'rz': 923, 'sx': 25, 'measure': 25}",{'cx': 1668},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_25.qasm -469,27,520,"{'rz': 286, 'sx': 77, 'measure': 22}",{'cx': 737},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt2_11.qasm -470,27,70,"{'rz': 28, 'measure': 22, 'sx': 21, 'x': 3}",{'cx': 37},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt3_22.qasm -471,27,309,"{'rz': 189, 'sx': 62, 'measure': 11}",{'cx': 242},"(11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt2_11.qasm -472,27,1318,"{'rz': 252, 'sx': 168, 'measure': 21}",{'cx': 5322},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt0_21.qasm -473,27,335,"{'rz': 246, 'sx': 72, 'measure': 11, 'x': 8}",{'cx': 313},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_12.qasm -474,27,275,"{'sx': 88, 'rz': 88, 'measure': 11}",{'cx': 509},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_11.qasm -475,27,664,"{'rz': 612, 'sx': 21, 'measure': 20}",{'cx': 2055},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt0_20.qasm -476,27,27,"{'rz': 50, 'sx': 25, 'measure': 15}",{'cx': 36},"(0, 1); (1, 0); (1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (22, 25); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_15.qasm -477,27,983,"{'rz': 868, 'sx': 326, 'measure': 15, 'x': 11}",{'cx': 1472},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",random_mapped_ibm_montreal_qiskit_opt1_15.qasm -478,27,45,"{'sx': 40, 'rz': 20, 'measure': 11, 'x': 1}",{'cx': 20},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_11.qasm -479,27,502,"{'rz': 527, 'sx': 470, 'measure': 20, 'x': 2}",{'cx': 1492},"(1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_20.qasm -480,27,61,"{'rz': 57, 'sx': 35, 'measure': 17}",{'cx': 49},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",dj_mapped_ibm_montreal_qiskit_opt2_18.qasm -481,27,144,"{'rz': 98, 'sx': 49, 'measure': 24, 'x': 23}",{'cx': 240},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt0_25.qasm -482,27,25,"{'rz': 61, 'sx': 56, 'measure': 11, 'x': 5}",{'cx': 20},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt3_11.qasm -483,27,394,"{'rz': 426, 'sx': 229, 'measure': 13, 'x': 3}",{'cx': 645},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_13.qasm -484,27,54,"{'rz': 100, 'sx': 50, 'measure': 10}",{'cx': 61},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (19, 22); (21, 18); (22, 19); (22, 25); (25, 22)",qaoa_mapped_ibm_montreal_qiskit_opt1_10.qasm -485,27,830,"{'rz': 390, 'sx': 90, 'measure': 15}",{'cx': 2342},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qnn_mapped_ibm_montreal_qiskit_opt0_15.qasm -486,27,103,"{'rz': 86, 'sx': 55, 'measure': 22, 'x': 5}",{'cx': 64},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt3_23.qasm -487,27,440,"{'rz': 325, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 866},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_14.qasm -488,27,1283,"{'rz': 1191, 'sx': 997, 'x': 65, 'measure': 27}",{'cx': 3803},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt3_27.qasm -489,27,607,"{'rz': 490, 'sx': 98, 'measure': 17}",{'cx': 686},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt1_17.qasm -490,27,582,"{'rz': 577, 'sx': 253, 'x': 16, 'measure': 13}",{'cx': 865},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_13.qasm -491,27,2513,"{'rz': 416, 'sx': 208, 'measure': 26}",{'cx': 10461},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt0_26.qasm -492,27,69,"{'sx': 64, 'rz': 32, 'measure': 17, 'x': 1}",{'cx': 32},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_17.qasm -493,27,31,"{'rz': 30, 'sx': 15, 'measure': 13}",{'cx': 16},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt2_13.qasm -494,27,633,"{'rz': 136, 'sx': 136, 'measure': 17}",{'cx': 1684},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_17.qasm -495,27,711,"{'rz': 1108, 'sx': 339, 'x': 26, 'measure': 26}",{'cx': 1640},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt3_26.qasm -496,27,22,"{'measure': 19, 'rz': 2, 'sx': 1}",{'cx': 18},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_19.qasm -497,27,106,"{'measure': 24, 'rz': 2, 'sx': 1}",{'cx': 194},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt0_24.qasm -498,27,1153,"{'rz': 984, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 3265},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt0_25.qasm -499,27,559,"{'rz': 462, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 961},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_18.qasm -500,27,730,"{'rz': 668, 'sx': 23, 'measure': 23}",{'cx': 1424},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_23.qasm -501,27,895,"{'rz': 1441, 'sx': 745, 'measure': 25, 'x': 7}",{'cx': 2568},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_25.qasm -502,27,504,"{'rz': 450, 'sx': 108, 'measure': 18}",{'cx': 1369},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt1_18.qasm -503,27,68,"{'rz': 50, 'sx': 25, 'x': 17, 'measure': 12}",{'cx': 108},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10)",dj_mapped_ibm_montreal_qiskit_opt0_13.qasm -504,27,130,"{'sx': 106, 'rz': 58, 'measure': 27, 'x': 1}",{'cx': 82},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_27.qasm -505,27,389,"{'rz': 135, 'sx': 132, 'measure': 16, 'x': 1}",{'cx': 1050},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_16.qasm -506,27,1909,"{'rz': 2016, 'sx': 726, 'measure': 23, 'x': 20}",{'cx': 4166},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_23.qasm -507,27,680,"{'rz': 815, 'sx': 473, 'measure': 14}",{'cx': 1119},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_14.qasm -508,27,30,"{'rz': 62, 'sx': 31, 'measure': 23}",{'cx': 56},"(2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_23.qasm -509,27,617,"{'rz': 394, 'sx': 17, 'measure': 16}",{'cx': 1503},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qftentangled_mapped_ibm_montreal_qiskit_opt0_16.qasm -510,27,1126,"{'sx': 216, 'rz': 216, 'measure': 27}",{'cx': 4043},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_27.qasm -511,27,886,"{'rz': 1002, 'sx': 324, 'x': 49, 'measure': 23}",{'cx': 1576},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_24.qasm -512,27,581,"{'rz': 585, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1152},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_19.qasm -513,27,1119,"{'rz': 204, 'sx': 136, 'measure': 17}",{'cx': 3753},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",realamprandom_mapped_ibm_montreal_qiskit_opt0_17.qasm -514,27,1008,"{'rz': 1003, 'sx': 158, 'measure': 27}",{'cx': 1899},"(0, 1); (1, 0); (1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt2_27.qasm -515,27,17,"{'measure': 14, 'rz': 2, 'sx': 1}",{'cx': 13},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_14.qasm -516,27,356,"{'rz': 246, 'sx': 13, 'measure': 13}",{'cx': 450},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt1_13.qasm -517,27,416,"{'rz': 377, 'sx': 110, 'x': 15, 'measure': 14}",{'cx': 566},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qpeexact_mapped_ibm_montreal_qiskit_opt3_15.qasm -518,27,362,"{'rz': 307, 'sx': 15, 'measure': 15}",{'cx': 594},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_15.qasm -519,27,322,"{'rz': 276, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 647},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeexact_mapped_ibm_montreal_qiskit_opt0_13.qasm -520,27,7051,"{'rz': 3608, 'sx': 205, 'measure': 11, 'x': 1}",{'cx': 6899},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18)",grover-v-chain_mapped_ibm_montreal_qiskit_opt2_11.qasm -521,27,52,"{'measure': 12, 'rz': 2, 'sx': 1}",{'cx': 95},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ghz_mapped_ibm_montreal_qiskit_opt0_12.qasm -522,27,221,"{'rz': 165, 'sx': 59, 'measure': 10, 'x': 5}",{'cx': 231},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qftentangled_mapped_ibm_montreal_qiskit_opt3_10.qasm -523,27,546,"{'rz': 168, 'sx': 168, 'measure': 21}",{'cx': 2416},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_21.qasm -524,27,670,"{'rz': 583, 'sx': 351, 'measure': 12}",{'cx': 807},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_12.qasm -525,27,35,"{'rz': 74, 'sx': 37, 'measure': 25}",{'cx': 67},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_25.qasm -526,27,68,"{'rz': 108, 'sx': 54, 'measure': 18}",{'cx': 171},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",graphstate_mapped_ibm_montreal_qiskit_opt0_18.qasm -527,27,329,"{'rz': 160, 'sx': 80, 'measure': 10}",{'cx': 819},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",su2random_mapped_ibm_montreal_qiskit_opt0_10.qasm -528,27,85,"{'sx': 80, 'rz': 40, 'measure': 21, 'x': 1}",{'cx': 40},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_21.qasm -529,27,1516,"{'rz': 1490, 'sx': 541, 'measure': 18, 'x': 7}",{'cx': 3455},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",random_mapped_ibm_montreal_qiskit_opt0_18.qasm -530,27,2096,"{'rz': 2172, 'sx': 920, 'x': 41, 'measure': 25}",{'cx': 4726},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt2_25.qasm -531,27,810,"{'rz': 732, 'sx': 122, 'measure': 21}",{'cx': 1182},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt1_21.qasm -532,27,430,"{'rz': 228, 'sx': 202, 'measure': 11, 'x': 9}",{'cx': 518},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt3_11.qasm -533,27,962,"{'rz': 777, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 2442},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_22.qasm -534,27,56,"{'rz': 54, 'sx': 33, 'measure': 14, 'x': 1}",{'cx': 33},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_15.qasm -535,27,2007,"{'rz': 782, 'sx': 138, 'measure': 23}",{'cx': 7352},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt0_23.qasm -536,27,5161,"{'rz': 1841, 'sx': 439, 'measure': 17, 'x': 10}",{'cx': 4581},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt1_17.qasm -537,27,16,"{'measure': 13, 'rz': 2, 'sx': 1}",{'cx': 12},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_13.qasm -538,27,365,"{'rz': 239, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 391},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qpeexact_mapped_ibm_montreal_qiskit_opt1_12.qasm -539,27,288,"{'rz': 328, 'sx': 106, 'measure': 14, 'x': 5}",{'cx': 445},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_14.qasm -540,27,746,"{'rz': 638, 'sx': 132, 'measure': 22}",{'cx': 2117},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt1_22.qasm -541,27,50,"{'rz': 44, 'sx': 27, 'measure': 13}",{'cx': 33},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21)",dj_mapped_ibm_montreal_qiskit_opt2_14.qasm -542,27,773,"{'rz': 847, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 1556},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_23.qasm -543,27,225,"{'rz': 80, 'sx': 80, 'measure': 10}",{'cx': 394},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",realamprandom_mapped_ibm_montreal_qiskit_opt2_10.qasm -544,27,79315,"{'rz': 36727, 'sx': 149, 'measure': 11, 'x': 10}",{'cx': 72498},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt2_11.qasm -545,27,902,"{'rz': 744, 'sx': 116, 'measure': 20}",{'cx': 1685},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16)",ae_mapped_ibm_montreal_qiskit_opt0_20.qasm -546,27,355,"{'sx': 88, 'rz': 88, 'measure': 11}",{'cx': 632},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt1_11.qasm -547,27,244,"{'rz': 190, 'sx': 114, 'measure': 20, 'x': 1}",{'cx': 224},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt0_20.qasm -548,27,1473,"{'rz': 1248, 'sx': 498, 'x': 23, 'measure': 19}",{'cx': 2516},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt1_19.qasm -549,27,2378,"{'rz': 2649, 'sx': 1268, 'x': 129, 'measure': 24}",{'cx': 4675},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_24.qasm -550,27,869,"{'rz': 1092, 'sx': 572, 'measure': 13}",{'cx': 1755},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_13.qasm -551,27,46,"{'rz': 67, 'sx': 36, 'measure': 24}",{'cx': 47},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 22); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt3_24.qasm -552,27,31,"{'rz': 54, 'sx': 27, 'measure': 19}",{'cx': 43},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_19.qasm -553,27,213,"{'rz': 157, 'sx': 12, 'measure': 11}",{'cx': 315},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qftentangled_mapped_ibm_montreal_qiskit_opt2_11.qasm -554,27,1352,"{'rz': 240, 'sx': 160, 'measure': 20}",{'cx': 5064},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_20.qasm -555,27,939,"{'rz': 1088, 'sx': 362, 'x': 27, 'measure': 26}",{'cx': 1526},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt3_26.qasm -556,27,547,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1466},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt1_16.qasm -557,27,930,"{'rz': 836, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 1788},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_25.qasm -558,27,629,"{'rz': 527, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 1461},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_18.qasm -559,27,381,"{'rz': 427, 'sx': 18, 'measure': 17}",{'cx': 777},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_17.qasm -560,27,1215,"{'rz': 873, 'sx': 700, 'x': 37, 'measure': 26}",{'cx': 3472},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_26.qasm -561,27,99,"{'rz': 132, 'sx': 66, 'measure': 22}",{'cx': 235},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18)",graphstate_mapped_ibm_montreal_qiskit_opt0_22.qasm -562,27,120,"{'sx': 100, 'rz': 50, 'measure': 26, 'x': 1}",{'cx': 65},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_26.qasm -563,27,633,"{'sx': 136, 'rz': 136, 'measure': 17}",{'cx': 1537},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt2_17.qasm -564,27,2211,"{'rz': 2238, 'sx': 788, 'measure': 22, 'x': 6}",{'cx': 5845},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt0_22.qasm -565,27,45,"{'rz': 46, 'sx': 23, 'measure': 11}",{'cx': 32},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",dj_mapped_ibm_montreal_qiskit_opt1_12.qasm -566,27,819,"{'rz': 744, 'sx': 144, 'measure': 24}",{'cx': 2510},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_24.qasm -567,27,1611,"{'rz': 570, 'sx': 114, 'measure': 19}",{'cx': 5076},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qnn_mapped_ibm_montreal_qiskit_opt0_19.qasm -568,27,371,"{'rz': 268, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 518},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qpeexact_mapped_ibm_montreal_qiskit_opt2_14.qasm -569,27,254,"{'rz': 222, 'sx': 12, 'measure': 12}",{'cx': 588},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qft_mapped_ibm_montreal_qiskit_opt0_12.qasm -570,27,2042,"{'rz': 780, 'sx': 181, 'measure': 11, 'x': 10}",{'cx': 1842},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt2_11.qasm -571,27,18,"{'measure': 15, 'rz': 2, 'sx': 1}",{'cx': 14},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_15.qasm -572,27,63,"{'rz': 38, 'sx': 19, 'x': 13, 'measure': 9}",{'cx': 81},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 9); (9, 8)",dj_mapped_ibm_montreal_qiskit_opt0_10.qasm -573,27,930,"{'rz': 1666, 'sx': 878, 'measure': 26, 'x': 12}",{'cx': 2746},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (9, 8); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_26.qasm -574,27,864,"{'rz': 826, 'sx': 140, 'measure': 24}",{'cx': 1455},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt2_24.qasm -575,27,866,"{'rz': 678, 'sx': 110, 'measure': 19}",{'cx': 1545},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",ae_mapped_ibm_montreal_qiskit_opt0_19.qasm -576,27,891,"{'rz': 1145, 'sx': 292, 'x': 40, 'measure': 26}",{'cx': 1936},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_27.qasm -577,27,675,"{'rz': 168, 'sx': 112, 'measure': 14}",{'cx': 2106},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",realamprandom_mapped_ibm_montreal_qiskit_opt0_14.qasm -578,27,828,"{'rz': 1184, 'sx': 673, 'measure': 17}",{'cx': 1671},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_17.qasm -579,27,17,"{'rz': 40, 'sx': 20, 'measure': 20}",{'cx': 20},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_20.qasm -580,27,442,"{'rz': 347, 'sx': 16, 'measure': 15}",{'cx': 1139},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qftentangled_mapped_ibm_montreal_qiskit_opt0_15.qasm -581,27,896,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 2999},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_24.qasm -582,27,1527,"{'rz': 228, 'sx': 152, 'measure': 19}",{'cx': 5046},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_19.qasm -583,27,223,"{'rz': 180, 'sx': 108, 'measure': 19, 'x': 1}",{'cx': 183},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",wstate_mapped_ibm_montreal_qiskit_opt0_19.qasm -584,27,536,"{'rz': 470, 'sx': 378, 'measure': 15, 'x': 6}",{'cx': 999},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_15.qasm -585,27,131,"{'sx': 96, 'rz': 58, 'measure': 24, 'x': 1}",{'cx': 102},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_24.qasm -586,27,1538,"{'rz': 1472, 'sx': 558, 'measure': 20, 'x': 19}",{'cx': 2995},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_20.qasm -587,27,3048,"{'rz': 1445, 'sx': 628, 'x': 32, 'measure': 13}",{'cx': 2322},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt3_13.qasm -588,27,20,"{'measure': 17, 'rz': 2, 'sx': 1}",{'cx': 16},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_17.qasm -589,27,516,"{'rz': 458, 'sx': 154, 'x': 23, 'measure': 15}",{'cx': 660},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_16.qasm -590,27,218,"{'rz': 145, 'sx': 10, 'measure': 10}",{'cx': 252},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15)",qft_mapped_ibm_montreal_qiskit_opt1_10.qasm -591,27,217,"{'rz': 165, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 335},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeexact_mapped_ibm_montreal_qiskit_opt0_10.qasm -592,27,396,"{'rz': 337, 'sx': 16, 'measure': 16}",{'cx': 705},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_16.qasm -593,27,5358,"{'rz': 2484, 'sx': 591, 'x': 48, 'measure': 15}",{'cx': 5487},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt0_15.qasm -594,27,53,"{'measure': 11, 'rz': 2, 'sx': 1}",{'cx': 91},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ghz_mapped_ibm_montreal_qiskit_opt0_11.qasm -595,27,409,"{'rz': 445, 'sx': 381, 'measure': 12, 'x': 5}",{'cx': 541},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_12.qasm -596,27,904,"{'rz': 710, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 2172},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_21.qasm -597,27,852,"{'rz': 800, 'sx': 128, 'measure': 22}",{'cx': 1221},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt1_22.qasm -598,27,110,"{'sx': 85, 'rz': 45, 'measure': 22, 'x': 1}",{'cx': 70},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_22.qasm -599,27,466,"{'rz': 208, 'sx': 104, 'measure': 13}",{'cx': 1581},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",su2random_mapped_ibm_montreal_qiskit_opt0_13.qasm -600,27,2415,"{'rz': 2410, 'sx': 989, 'x': 45, 'measure': 26}",{'cx': 5753},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_26.qasm -601,27,305,"{'rz': 283, 'sx': 90, 'measure': 13, 'x': 8}",{'cx': 424},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_13.qasm -602,27,881,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 3160},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_22.qasm -603,27,535,"{'rz': 567, 'sx': 333, 'measure': 11}",{'cx': 678},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_11.qasm -604,27,64,"{'rz': 84, 'sx': 42, 'measure': 26}",{'cx': 77},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_26.qasm -605,27,1390,"{'rz': 620, 'sx': 120, 'measure': 20}",{'cx': 4577},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt0_20.qasm -606,27,61,"{'rz': 55, 'sx': 39, 'measure': 15, 'x': 4}",{'cx': 30},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",dj_mapped_ibm_montreal_qiskit_opt3_16.qasm -607,27,13,"{'measure': 10, 'rz': 2, 'sx': 1}",{'cx': 9},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_10.qasm -608,27,446,"{'rz': 459, 'sx': 125, 'measure': 17, 'x': 3}",{'cx': 692},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qft_mapped_ibm_montreal_qiskit_opt3_17.qasm -609,27,292,"{'rz': 205, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 299},"(8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt1_11.qasm -610,27,76,"{'rz': 57, 'sx': 33, 'measure': 16}",{'cx': 58},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt2_17.qasm -611,27,712,"{'rz': 588, 'sx': 126, 'measure': 21}",{'cx': 1997},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (25, 22)",qnn_mapped_ibm_montreal_qiskit_opt1_21.qasm -612,27,512,"{'rz': 660, 'sx': 350, 'measure': 10}",{'cx': 795},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_10.qasm -613,27,39,"{'rz': 98, 'sx': 51, 'measure': 27}",{'cx': 71},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt3_27.qasm -614,27,275,"{'rz': 187, 'sx': 13, 'measure': 12}",{'cx': 398},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_12.qasm -615,27,1764,"{'rz': 276, 'sx': 184, 'measure': 23}",{'cx': 7299},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_23.qasm -616,27,283,"{'rz': 220, 'sx': 132, 'measure': 23, 'x': 1}",{'cx': 266},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt0_23.qasm -617,27,413,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 796},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt1_12.qasm -618,27,1003,"{'rz': 960, 'sx': 134, 'measure': 23}",{'cx': 2273},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt0_23.qasm -619,27,658,"{'rz': 645, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 1250},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_20.qasm -620,27,448,"{'rz': 104, 'sx': 104, 'measure': 13}",{'cx': 852},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt2_13.qasm -621,27,73,"{'sx': 68, 'rz': 34, 'measure': 18, 'x': 1}",{'cx': 34},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_18.qasm -622,27,574,"{'sx': 112, 'rz': 112, 'measure': 14}",{'cx': 1081},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt2_14.qasm -623,27,113,"{'sx': 96, 'rz': 48, 'measure': 25, 'x': 1}",{'cx': 60},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_25.qasm -624,27,2136,"{'rz': 2036, 'sx': 719, 'measure': 21, 'x': 10}",{'cx': 5463},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt0_21.qasm -625,27,313,"{'rz': 288, 'sx': 15, 'measure': 14}",{'cx': 531},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qftentangled_mapped_ibm_montreal_qiskit_opt1_14.qasm -626,27,1170,"{'rz': 1282, 'sx': 1070, 'x': 29, 'measure': 25}",{'cx': 3124},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_25.qasm -627,27,688,"{'sx': 144, 'rz': 144, 'measure': 18}",{'cx': 2144},"(3, 5); (5, 3); (5, 8); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_18.qasm -628,27,93,"{'rz': 126, 'sx': 63, 'measure': 21}",{'cx': 189},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (20, 19)",graphstate_mapped_ibm_montreal_qiskit_opt0_21.qasm -629,27,484,"{'rz': 120, 'sx': 120, 'measure': 15}",{'cx': 1264},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt1_15.qasm -630,27,791,"{'rz': 885, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 1965},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_26.qasm -631,27,818,"{'rz': 1078, 'sx': 416, 'x': 51, 'measure': 25}",{'cx': 1384},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt3_25.qasm -632,27,647,"{'rz': 546, 'sx': 104, 'measure': 18}",{'cx': 819},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt1_18.qasm -633,27,1142,"{'rz': 918, 'sx': 162, 'measure': 27}",{'cx': 3400},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt2_27.qasm -634,27,48,"{'rz': 42, 'sx': 21, 'measure': 10}",{'cx': 34},"(5, 8); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18)",dj_mapped_ibm_montreal_qiskit_opt1_11.qasm -635,27,229,"{'rz': 187, 'sx': 11, 'measure': 11}",{'cx': 536},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qft_mapped_ibm_montreal_qiskit_opt0_11.qasm -636,27,518,"{'rz': 422, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 833},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_17.qasm -637,27,19,"{'measure': 16, 'rz': 2, 'sx': 1}",{'cx': 15},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_16.qasm -638,27,1289,"{'rz': 216, 'sx': 144, 'measure': 18}",{'cx': 4305},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",realamprandom_mapped_ibm_montreal_qiskit_opt0_18.qasm -639,27,891,"{'rz': 200, 'sx': 200, 'measure': 25}",{'cx': 3215},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt2_25.qasm -640,27,568,"{'rz': 419, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 714},"(5, 8); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_16.qasm -641,27,585,"{'rz': 444, 'sx': 86, 'measure': 15}",{'cx': 894},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ae_mapped_ibm_montreal_qiskit_opt0_15.qasm -642,27,470,"{'rz': 448, 'sx': 225, 'x': 30, 'measure': 11}",{'cx': 514},"(8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_11.qasm -643,27,484,"{'rz': 594, 'sx': 517, 'measure': 19, 'x': 4}",{'cx': 1302},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_19.qasm -644,27,175,"{'rz': 140, 'sx': 84, 'measure': 15, 'x': 1}",{'cx': 145},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",wstate_mapped_ibm_montreal_qiskit_opt0_15.qasm -645,27,1113,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 3730},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt1_24.qasm -646,27,825,"{'rz': 180, 'sx': 120, 'measure': 15}",{'cx': 2508},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_15.qasm -647,27,810,"{'rz': 553, 'sx': 20, 'measure': 19}",{'cx': 1911},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qftentangled_mapped_ibm_montreal_qiskit_opt0_19.qasm -648,27,605,"{'rz': 716, 'sx': 25, 'measure': 24}",{'cx': 1532},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt2_24.qasm -649,27,26,"{'rz': 37, 'sx': 21, 'measure': 11, 'x': 1}",{'cx': 27},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_11.qasm -650,27,480,"{'rz': 408, 'sx': 102, 'measure': 17}",{'cx': 1284},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt1_17.qasm -651,27,90,"{'rz': 72, 'sx': 41, 'measure': 20}",{'cx': 71},"(4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt2_21.qasm -652,27,42,"{'rz': 134, 'sx': 70, 'measure': 14}",{'cx': 89},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qaoa_mapped_ibm_montreal_qiskit_opt3_14.qasm -653,27,976,"{'rz': 1157, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 2208},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt1_27.qasm -654,27,448,"{'rz': 929, 'sx': 545, 'measure': 21, 'x': 15}",{'cx': 896},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_21.qasm -655,27,74,"{'measure': 26, 'rz': 2, 'sx': 1}",{'cx': 70},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_26.qasm -656,27,9153,"{'rz': 4056, 'sx': 975, 'x': 60, 'measure': 19}",{'cx': 9699},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt0_19.qasm -657,27,645,"{'rz': 518, 'sx': 210, 'measure': 26, 'x': 5}",{'cx': 1063},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt3_13.qasm -658,27,23,"{'measure': 20, 'rz': 2, 'sx': 1}",{'cx': 19},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_20.qasm -659,27,728,"{'rz': 628, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 1332},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_21.qasm -660,27,1242,"{'rz': 1107, 'sx': 27, 'measure': 27}",{'cx': 3840},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt0_27.qasm -661,27,27,"{'rz': 73, 'sx': 70, 'measure': 13, 'x': 4}",{'cx': 24},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt2_13.qasm -662,27,130,"{'rz': 106, 'sx': 53, 'measure': 26}",{'cx': 125},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt1_27.qasm -663,27,358,"{'rz': 198, 'sx': 66, 'measure': 11}",{'cx': 511},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",qnn_mapped_ibm_montreal_qiskit_opt2_11.qasm -664,27,100,"{'rz': 120, 'sx': 60, 'measure': 12}",{'cx': 189},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qaoa_mapped_ibm_montreal_qiskit_opt0_12.qasm -665,27,350,"{'rz': 287, 'sx': 103, 'measure': 13, 'x': 10}",{'cx': 319},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt3_13.qasm -666,27,225,"{'rz': 145, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 240},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_10.qasm -667,27,915,"{'rz': 184, 'sx': 184, 'measure': 23}",{'cx': 3369},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_23.qasm -668,27,66,"{'rz': 102, 'sx': 51, 'measure': 17}",{'cx': 134},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",graphstate_mapped_ibm_montreal_qiskit_opt0_17.qasm -669,27,504,"{'rz': 337, 'sx': 280, 'measure': 13, 'x': 10}",{'cx': 802},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_13.qasm -670,27,592,"{'rz': 715, 'sx': 23, 'measure': 22}",{'cx': 1422},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt1_22.qasm -671,27,1310,"{'rz': 1297, 'sx': 485, 'measure': 17, 'x': 8}",{'cx': 2596},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",random_mapped_ibm_montreal_qiskit_opt0_17.qasm -672,27,772,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 2440},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt2_22.qasm -673,27,53,"{'sx': 48, 'rz': 24, 'measure': 13, 'x': 1}",{'cx': 24},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_13.qasm -674,27,848,"{'rz': 1000, 'sx': 26, 'measure': 26}",{'cx': 1907},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt1_26.qasm -675,27,655,"{'rz': 714, 'sx': 251, 'x': 29, 'measure': 19}",{'cx': 1050},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_20.qasm -676,27,24,"{'measure': 21, 'rz': 2, 'sx': 1}",{'cx': 20},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_21.qasm -677,27,637,"{'rz': 330, 'sx': 84, 'measure': 24}",{'cx': 955},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt2_12.qasm -678,27,1075,"{'rz': 1004, 'sx': 360, 'measure': 16, 'x': 10}",{'cx': 1732},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt1_16.qasm -679,27,804,"{'rz': 1106, 'sx': 963, 'x': 25, 'measure': 23}",{'cx': 2223},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt3_23.qasm -680,27,49,"{'sx': 44, 'rz': 22, 'measure': 12, 'x': 1}",{'cx': 22},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_12.qasm -681,27,365,"{'rz': 96, 'sx': 96, 'measure': 12}",{'cx': 656},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_12.qasm -682,27,847,"{'rz': 807, 'sx': 24, 'measure': 23}",{'cx': 2715},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt0_23.qasm -683,27,33,"{'rz': 60, 'sx': 30, 'measure': 16}",{'cx': 40},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (7, 4); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (19, 20); (19, 22); (20, 19); (22, 19)",graphstate_mapped_ibm_montreal_qiskit_opt1_16.qasm -684,27,1748,"{'rz': 264, 'sx': 176, 'measure': 22}",{'cx': 6621},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt0_22.qasm -685,27,302,"{'rz': 203, 'sx': 60, 'measure': 10, 'x': 9}",{'cx': 259},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_11.qasm -686,27,312,"{'rz': 226, 'sx': 68, 'measure': 12}",{'cx': 318},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",ae_mapped_ibm_montreal_qiskit_opt2_12.qasm -687,27,44,"{'rz': 130, 'sx': 65, 'measure': 13}",{'cx': 58},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt1_13.qasm -688,27,314,"{'rz': 237, 'sx': 116, 'measure': 10, 'x': 3}",{'cx': 387},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qnn_mapped_ibm_montreal_qiskit_opt3_10.qasm -689,27,164,"{'rz': 102, 'sx': 51, 'x': 25, 'measure': 25}",{'cx': 268},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt0_26.qasm -690,27,26,"{'rz': 70, 'sx': 70, 'measure': 12, 'x': 1}",{'cx': 22},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",vqe_mapped_ibm_montreal_qiskit_opt3_12.qasm -691,27,105,"{'rz': 126, 'sx': 84, 'measure': 14}",{'cx': 161},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",vqe_mapped_ibm_montreal_qiskit_opt0_14.qasm -692,27,79,"{'rz': 68, 'sx': 45, 'measure': 19, 'x': 3}",{'cx': 48},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_20.qasm -693,27,937,"{'rz': 432, 'sx': 96, 'measure': 16}",{'cx': 2670},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qnn_mapped_ibm_montreal_qiskit_opt0_16.qasm -694,27,23,"{'rz': 20, 'sx': 10, 'measure': 10}",{'cx': 22},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",graphstate_mapped_ibm_montreal_qiskit_opt2_10.qasm -695,27,561,"{'rz': 112, 'sx': 112, 'measure': 14}",{'cx': 1232},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_14.qasm -696,27,349,"{'rz': 479, 'sx': 19, 'measure': 18}",{'cx': 887},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt1_18.qasm -697,27,599,"{'rz': 948, 'sx': 170, 'measure': 25, 'x': 14}",{'cx': 1544},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt3_25.qasm -698,27,303,"{'rz': 260, 'sx': 114, 'measure': 10, 'x': 7}",{'cx': 366},"(8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",random_mapped_ibm_montreal_qiskit_opt2_10.qasm -699,27,474,"{'sx': 144, 'rz': 144, 'measure': 18}",{'cx': 1441},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt2_18.qasm -700,27,57,"{'sx': 52, 'rz': 26, 'measure': 14, 'x': 1}",{'cx': 26},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_14.qasm -701,27,2282,"{'rz': 400, 'sx': 200, 'measure': 25}",{'cx': 9435},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt0_25.qasm -702,27,469,"{'rz': 340, 'sx': 80, 'measure': 14}",{'cx': 440},"(3, 5); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",ae_mapped_ibm_montreal_qiskit_opt1_14.qasm -703,27,690,"{'rz': 472, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 1433},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_17.qasm -704,27,436,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1886},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt1_19.qasm -705,27,1114,"{'rz': 1080, 'sx': 872, 'x': 40, 'measure': 24}",{'cx': 2863},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_24.qasm -706,27,716,"{'rz': 427, 'sx': 98, 'measure': 28}",{'cx': 1445},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt1_14.qasm -707,27,109,"{'measure': 27, 'rz': 2, 'sx': 1}",{'cx': 197},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt0_27.qasm -708,27,430,"{'rz': 545, 'sx': 20, 'measure': 20}",{'cx': 1058},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt2_20.qasm -709,27,1238,"{'rz': 1075, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 3608},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt0_26.qasm -710,27,475,"{'rz': 599, 'sx': 21, 'measure': 21}",{'cx': 1140},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_21.qasm -711,27,1229,"{'rz': 1157, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 3669},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt0_27.qasm -712,27,108,"{'measure': 26, 'rz': 2, 'sx': 1}",{'cx': 196},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt0_26.qasm -713,27,22,"{'rz': 30, 'sx': 15, 'measure': 11}",{'cx': 20},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",graphstate_mapped_ibm_montreal_qiskit_opt2_11.qasm -714,27,484,"{'rz': 120, 'sx': 120, 'measure': 15}",{'cx': 1264},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_15.qasm -715,27,573,"{'rz': 969, 'sx': 361, 'x': 30, 'measure': 24}",{'cx': 1297},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt3_24.qasm -716,27,463,"{'rz': 534, 'sx': 20, 'measure': 19}",{'cx': 1038},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt1_19.qasm -717,27,426,"{'rz': 400, 'sx': 163, 'measure': 11, 'x': 8}",{'cx': 592},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt2_11.qasm -718,27,61,"{'sx': 56, 'rz': 28, 'measure': 15, 'x': 1}",{'cx': 28},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_15.qasm -719,27,1962,"{'rz': 384, 'sx': 192, 'measure': 24}",{'cx': 8235},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt0_24.qasm -720,27,680,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1779},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt2_19.qasm -721,27,481,"{'rz': 387, 'sx': 86, 'measure': 15}",{'cx': 525},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",ae_mapped_ibm_montreal_qiskit_opt1_15.qasm -722,27,557,"{'rz': 420, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 1191},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_16.qasm -723,27,1170,"{'rz': 1282, 'sx': 1070, 'x': 29, 'measure': 25}",{'cx': 3124},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt3_25.qasm -724,27,688,"{'sx': 144, 'rz': 144, 'measure': 18}",{'cx': 2144},"(3, 5); (5, 3); (5, 8); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt1_18.qasm -725,27,85,"{'rz': 77, 'sx': 47, 'measure': 20, 'x': 2}",{'cx': 53},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_21.qasm -726,27,1193,"{'rz': 476, 'sx': 102, 'measure': 17}",{'cx': 3368},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qnn_mapped_ibm_montreal_qiskit_opt0_17.qasm -727,27,35,"{'rz': 120, 'sx': 60, 'measure': 12}",{'cx': 48},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt1_12.qasm -728,27,366,"{'rz': 272, 'sx': 125, 'measure': 11, 'x': 3}",{'cx': 477},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",qnn_mapped_ibm_montreal_qiskit_opt3_11.qasm -729,27,174,"{'rz': 106, 'sx': 53, 'x': 27, 'measure': 26}",{'cx': 278},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt0_27.qasm -730,27,27,"{'rz': 73, 'sx': 70, 'measure': 13, 'x': 4}",{'cx': 24},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt3_13.qasm -731,27,1029,"{'rz': 972, 'sx': 408, 'x': 19, 'measure': 17}",{'cx': 1696},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt1_17.qasm -732,27,783,"{'rz': 827, 'sx': 725, 'measure': 22, 'x': 17}",{'cx': 2214},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_22.qasm -733,27,53,"{'sx': 48, 'rz': 24, 'measure': 13, 'x': 1}",{'cx': 24},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_13.qasm -734,27,448,"{'rz': 104, 'sx': 104, 'measure': 13}",{'cx': 852},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_13.qasm -735,27,862,"{'rz': 739, 'sx': 23, 'measure': 22}",{'cx': 2679},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt0_22.qasm -736,27,25,"{'rz': 46, 'sx': 23, 'measure': 17}",{'cx': 44},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_17.qasm -737,27,1764,"{'rz': 276, 'sx': 184, 'measure': 23}",{'cx': 7299},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt0_23.qasm -738,27,248,"{'rz': 168, 'sx': 48, 'measure': 9, 'x': 6}",{'cx': 221},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_10.qasm -739,27,382,"{'rz': 263, 'sx': 74, 'measure': 13}",{'cx': 354},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt2_13.qasm -740,27,23,"{'measure': 20, 'rz': 2, 'sx': 1}",{'cx': 19},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_20.qasm -741,27,626,"{'rz': 377, 'sx': 91, 'measure': 26}",{'cx': 1176},"(0, 1); (1, 0); (1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt2_13.qasm -742,27,6631,"{'rz': 2289, 'sx': 549, 'measure': 19, 'x': 10}",{'cx': 6144},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt1_19.qasm -743,27,875,"{'rz': 1079, 'sx': 27, 'measure': 27}",{'cx': 1998},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt1_27.qasm -744,27,760,"{'rz': 757, 'sx': 226, 'x': 34, 'measure': 20}",{'cx': 1208},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_21.qasm -745,27,331,"{'rz': 257, 'sx': 107, 'measure': 12, 'x': 9}",{'cx': 258},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",ae_mapped_ibm_montreal_qiskit_opt3_12.qasm -746,27,293,"{'rz': 174, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 290},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_11.qasm -747,27,881,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 3160},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt1_22.qasm -748,27,100,"{'rz': 96, 'sx': 48, 'measure': 16}",{'cx': 154},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",graphstate_mapped_ibm_montreal_qiskit_opt0_16.qasm -749,27,409,"{'rz': 445, 'sx': 381, 'measure': 12, 'x': 5}",{'cx': 541},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_12.qasm -750,27,587,"{'rz': 781, 'sx': 24, 'measure': 23}",{'cx': 1426},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_23.qasm -751,27,1336,"{'rz': 1294, 'sx': 430, 'measure': 16, 'x': 4}",{'cx': 2770},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",random_mapped_ibm_montreal_qiskit_opt0_16.qasm -752,27,740,"{'sx': 184, 'rz': 184, 'measure': 23}",{'cx': 2629},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt2_23.qasm -753,27,49,"{'sx': 44, 'rz': 22, 'measure': 12, 'x': 1}",{'cx': 22},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_12.qasm -754,27,26,"{'rz': 64, 'sx': 60, 'measure': 12, 'x': 6}",{'cx': 22},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",vqe_mapped_ibm_montreal_qiskit_opt2_12.qasm -755,27,128,"{'rz': 102, 'sx': 51, 'measure': 25}",{'cx': 109},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (9, 8); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt1_26.qasm -756,27,298,"{'rz': 170, 'sx': 60, 'measure': 10}",{'cx': 404},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qnn_mapped_ibm_montreal_qiskit_opt2_10.qasm -757,27,94,"{'rz': 130, 'sx': 65, 'measure': 13}",{'cx': 229},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qaoa_mapped_ibm_montreal_qiskit_opt0_13.qasm -758,27,710,"{'rz': 561, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 1212},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_20.qasm -759,27,1200,"{'rz': 1027, 'sx': 26, 'measure': 26}",{'cx': 3977},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt0_26.qasm -760,27,615,"{'rz': 418, 'sx': 190, 'x': 26, 'measure': 24}",{'cx': 916},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt3_12.qasm -761,27,24,"{'measure': 21, 'rz': 2, 'sx': 1}",{'cx': 20},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_21.qasm -762,27,87,"{'measure': 27, 'rz': 2, 'sx': 1}",{'cx': 95},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_27.qasm -763,27,678,"{'rz': 469, 'sx': 98, 'measure': 28}",{'cx': 1962},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt0_14.qasm -764,27,912,"{'rz': 1075, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 2105},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt1_26.qasm -765,27,516,"{'rz': 636, 'sx': 188, 'measure': 20, 'x': 15}",{'cx': 983},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_20.qasm -766,27,506,"{'rz': 368, 'sx': 96, 'measure': 16}",{'cx': 1133},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt1_16.qasm -767,27,70,"{'rz': 65, 'sx': 39, 'measure': 19}",{'cx': 55},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt2_20.qasm -768,27,26,"{'rz': 69, 'sx': 54, 'x': 15, 'measure': 14}",{'cx': 26},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt1_14.qasm -769,27,896,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 2999},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22)",realamprandom_mapped_ibm_montreal_qiskit_opt2_24.qasm -770,27,1527,"{'rz': 228, 'sx': 152, 'measure': 19}",{'cx': 5046},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",realamprandom_mapped_ibm_montreal_qiskit_opt0_19.qasm -771,27,534,"{'rz': 471, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 869},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 22); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_17.qasm -772,27,494,"{'rz': 393, 'sx': 80, 'measure': 14}",{'cx': 734},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ae_mapped_ibm_montreal_qiskit_opt0_14.qasm -773,27,360,"{'rz': 306, 'sx': 155, 'x': 22, 'measure': 10}",{'cx': 332},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",random_mapped_ibm_montreal_qiskit_opt3_10.qasm -774,27,166,"{'rz': 130, 'sx': 78, 'measure': 14, 'x': 1}",{'cx': 143},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",wstate_mapped_ibm_montreal_qiskit_opt0_14.qasm -775,27,1156,"{'sx': 200, 'rz': 200, 'measure': 25}",{'cx': 4084},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt1_25.qasm -776,27,464,"{'rz': 409, 'sx': 381, 'measure': 18}",{'cx': 1212},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21)",su2random_mapped_ibm_montreal_qiskit_opt3_18.qasm -777,27,675,"{'rz': 168, 'sx': 112, 'measure': 14}",{'cx': 2106},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_14.qasm -778,27,579,"{'rz': 828, 'sx': 26, 'measure': 25}",{'cx': 1591},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_25.qasm -779,27,699,"{'rz': 497, 'sx': 19, 'measure': 18}",{'cx': 1790},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qftentangled_mapped_ibm_montreal_qiskit_opt0_18.qasm -780,27,23,"{'rz': 24, 'sx': 12, 'measure': 10}",{'cx': 22},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",graphstate_mapped_ibm_montreal_qiskit_opt3_10.qasm -781,27,20,"{'measure': 17, 'rz': 2, 'sx': 1}",{'cx': 16},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_17.qasm -782,27,2837,"{'rz': 1074, 'sx': 255, 'measure': 13, 'x': 10}",{'cx': 2423},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt2_13.qasm -783,27,249,"{'rz': 155, 'sx': 10, 'measure': 10}",{'cx': 474},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qft_mapped_ibm_montreal_qiskit_opt0_10.qasm -784,27,513,"{'rz': 372, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 711},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_16.qasm -785,27,933,"{'rz': 858, 'sx': 156, 'measure': 26}",{'cx': 3016},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt2_26.qasm -786,27,41,"{'rz': 38, 'sx': 19, 'measure': 9}",{'cx': 27},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21)",dj_mapped_ibm_montreal_qiskit_opt1_10.qasm -787,27,549,"{'sx': 120, 'rz': 120, 'measure': 15}",{'cx': 1118},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt2_15.qasm -788,27,134,"{'sx': 103, 'rz': 67, 'measure': 24, 'x': 2}",{'cx': 93},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_24.qasm -789,27,77,"{'sx': 72, 'rz': 36, 'measure': 19, 'x': 1}",{'cx': 36},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_19.qasm -790,27,2099,"{'rz': 1877, 'sx': 645, 'measure': 20, 'x': 9}",{'cx': 4671},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt0_20.qasm -791,27,368,"{'rz': 332, 'sx': 16, 'measure': 15}",{'cx': 626},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt1_15.qasm -792,27,436,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1886},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_19.qasm -793,27,1114,"{'rz': 1080, 'sx': 872, 'x': 40, 'measure': 24}",{'cx': 2863},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_24.qasm -794,27,92,"{'rz': 120, 'sx': 60, 'measure': 20}",{'cx': 158},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16)",graphstate_mapped_ibm_montreal_qiskit_opt0_20.qasm -795,27,561,"{'rz': 112, 'sx': 112, 'measure': 14}",{'cx': 1232},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt1_14.qasm -796,27,925,"{'rz': 935, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 2085},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_27.qasm -797,27,674,"{'rz': 605, 'sx': 110, 'measure': 19}",{'cx': 933},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt1_19.qasm -798,27,786,"{'rz': 930, 'sx': 308, 'x': 31, 'measure': 24}",{'cx': 1325},"(1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt3_24.qasm -799,27,492,"{'rz': 792, 'sx': 418, 'measure': 11}",{'cx': 843},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_11.qasm -800,27,39,"{'rz': 81, 'sx': 43, 'measure': 26, 'x': 2}",{'cx': 67},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt3_26.qasm -801,27,284,"{'rz': 224, 'sx': 14, 'measure': 13}",{'cx': 460},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qftentangled_mapped_ibm_montreal_qiskit_opt2_13.qasm -802,27,1748,"{'rz': 264, 'sx': 176, 'measure': 22}",{'cx': 6621},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_22.qasm -803,27,271,"{'rz': 210, 'sx': 126, 'measure': 22, 'x': 1}",{'cx': 252},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt0_22.qasm -804,27,453,"{'sx': 104, 'rz': 104, 'measure': 13}",{'cx': 959},"(0, 1); (1, 0); (1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt1_13.qasm -805,27,1067,"{'rz': 885, 'sx': 128, 'measure': 22}",{'cx': 2196},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt0_22.qasm -806,27,759,"{'rz': 710, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 1335},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_21.qasm -807,27,365,"{'rz': 96, 'sx': 96, 'measure': 12}",{'cx': 656},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt2_12.qasm -808,27,65,"{'rz': 52, 'sx': 31, 'measure': 15}",{'cx': 50},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt2_16.qasm -809,27,619,"{'rz': 540, 'sx': 120, 'measure': 20}",{'cx': 1808},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt1_20.qasm -810,27,322,"{'rz': 479, 'sx': 208, 'measure': 16, 'x': 13}",{'cx': 564},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_16.qasm -811,27,223,"{'rz': 164, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 227},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qpeexact_mapped_ibm_montreal_qiskit_opt1_10.qasm -812,27,14,"{'measure': 11, 'rz': 2, 'sx': 1}",{'cx': 10},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_11.qasm -813,27,3916,"{'rz': 1441, 'sx': 341, 'measure': 15, 'x': 10}",{'cx': 3492},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt1_15.qasm -814,27,1355,"{'rz': 672, 'sx': 126, 'measure': 21}",{'cx': 4787},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt0_21.qasm -815,27,73,"{'rz': 65, 'sx': 39, 'measure': 16, 'x': 3}",{'cx': 39},"(0, 1); (1, 0); (1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt3_17.qasm -816,27,504,"{'rz': 337, 'sx': 280, 'measure': 13, 'x': 10}",{'cx': 802},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt3_13.qasm -817,27,912,"{'rz': 646, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 2117},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_20.qasm -818,27,846,"{'rz': 871, 'sx': 134, 'measure': 23}",{'cx': 1364},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt1_23.qasm -819,27,127,"{'sx': 89, 'rz': 47, 'measure': 23, 'x': 1}",{'cx': 101},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_23.qasm -820,27,392,"{'rz': 192, 'sx': 96, 'measure': 12}",{'cx': 1149},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",su2random_mapped_ibm_montreal_qiskit_opt0_12.qasm -821,27,2567,"{'rz': 2467, 'sx': 1006, 'x': 31, 'measure': 27}",{'cx': 6111},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt2_27.qasm -822,27,217,"{'rz': 209, 'sx': 17, 'measure': 12}",{'cx': 390},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15)",qftentangled_mapped_ibm_montreal_qiskit_opt3_12.qasm -823,27,915,"{'rz': 184, 'sx': 184, 'measure': 23}",{'cx': 3369},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_23.qasm -824,27,500,"{'rz': 404, 'sx': 250, 'measure': 10}",{'cx': 546},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_10.qasm -825,27,58,"{'rz': 98, 'sx': 49, 'measure': 27}",{'cx': 90},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_27.qasm -826,27,43,"{'measure': 10, 'rz': 2, 'sx': 1}",{'cx': 72},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ghz_mapped_ibm_montreal_qiskit_opt0_10.qasm -827,27,21215,"{'rz': 10158, 'sx': 352, 'measure': 13, 'x': 1}",{'cx': 17702},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18)",grover-v-chain_mapped_ibm_montreal_qiskit_opt2_13.qasm -828,27,322,"{'rz': 205, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 434},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeexact_mapped_ibm_montreal_qiskit_opt0_11.qasm -829,27,481,"{'rz': 378, 'sx': 17, 'measure': 17}",{'cx': 800},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qft_mapped_ibm_montreal_qiskit_opt2_17.qasm -830,27,536,"{'rz': 452, 'sx': 110, 'x': 18, 'measure': 16}",{'cx': 732},"(4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",qpeexact_mapped_ibm_montreal_qiskit_opt3_17.qasm -831,27,58861,"{'rz': 27679, 'sx': 563, 'measure': 15, 'x': 1}",{'cx': 60445},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (20, 19)",grover-v-chain_mapped_ibm_montreal_qiskit_opt1_15.qasm -832,27,217,"{'rz': 175, 'sx': 11, 'measure': 11}",{'cx': 278},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22)",qft_mapped_ibm_montreal_qiskit_opt1_11.qasm -833,27,19,"{'measure': 16, 'rz': 2, 'sx': 1}",{'cx': 15},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_16.qasm -834,27,766,"{'rz': 615, 'sx': 104, 'measure': 18}",{'cx': 1398},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",ae_mapped_ibm_montreal_qiskit_opt0_18.qasm -835,27,884,"{'rz': 907, 'sx': 146, 'measure': 25}",{'cx': 1578},"(1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt2_25.qasm -836,27,914,"{'rz': 1112, 'sx': 351, 'x': 48, 'measure': 25}",{'cx': 1775},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_26.qasm -837,27,825,"{'rz': 180, 'sx': 120, 'measure': 15}",{'cx': 2508},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",realamprandom_mapped_ibm_montreal_qiskit_opt0_15.qasm -838,27,720,"{'rz': 1087, 'sx': 623, 'measure': 16}",{'cx': 1467},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_16.qasm -839,27,56,"{'rz': 54, 'sx': 27, 'measure': 21}",{'cx': 60},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (5, 3); (5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt1_21.qasm -840,27,340,"{'rz': 303, 'sx': 15, 'measure': 14}",{'cx': 897},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qftentangled_mapped_ibm_montreal_qiskit_opt0_14.qasm -841,27,1289,"{'rz': 216, 'sx': 144, 'measure': 18}",{'cx': 4305},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_18.qasm -842,27,891,"{'rz': 200, 'sx': 200, 'measure': 25}",{'cx': 3215},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_25.qasm -843,27,557,"{'rz': 295, 'sx': 241, 'measure': 14, 'x': 5}",{'cx': 959},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18)",su2random_mapped_ibm_montreal_qiskit_opt3_14.qasm -844,27,113,"{'sx': 96, 'rz': 48, 'measure': 25, 'x': 1}",{'cx': 60},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_25.qasm -845,27,217,"{'rz': 170, 'sx': 102, 'measure': 18, 'x': 1}",{'cx': 181},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",wstate_mapped_ibm_montreal_qiskit_opt0_18.qasm -846,27,1544,"{'rz': 1619, 'sx': 629, 'x': 23, 'measure': 21}",{'cx': 3310},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_21.qasm -847,27,59,"{'rz': 42, 'sx': 21, 'x': 15, 'measure': 10}",{'cx': 76},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (9, 8); (10, 7)",dj_mapped_ibm_montreal_qiskit_opt0_11.qasm -848,27,1000,"{'rz': 1760, 'sx': 903, 'measure': 27, 'x': 13}",{'cx': 2986},"(0, 1); (1, 0); (1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_27.qasm -849,27,455,"{'rz': 345, 'sx': 74, 'measure': 13}",{'cx': 627},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ae_mapped_ibm_montreal_qiskit_opt0_13.qasm -850,27,791,"{'rz': 184, 'sx': 184, 'measure': 23}",{'cx': 2639},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt2_23.qasm -851,27,275,"{'rz': 171, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 249},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_10.qasm -852,27,559,"{'rz': 672, 'sx': 23, 'measure': 22}",{'cx': 1268},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt2_22.qasm -853,27,600,"{'rz': 156, 'sx': 104, 'measure': 13}",{'cx': 1755},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_13.qasm -854,27,29,"{'rz': 50, 'sx': 25, 'measure': 17}",{'cx': 41},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21)",graphstate_mapped_ibm_montreal_qiskit_opt3_17.qasm -855,27,157,"{'rz': 120, 'sx': 72, 'measure': 13, 'x': 1}",{'cx': 141},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",wstate_mapped_ibm_montreal_qiskit_opt0_13.qasm -856,27,788,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 2921},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt1_22.qasm -857,27,922,"{'rz': 1134, 'sx': 598, 'x': 57, 'measure': 17}",{'cx': 1498},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt3_17.qasm -858,27,122,"{'rz': 96, 'sx': 53, 'measure': 26}",{'cx': 119},"(0, 1); (1, 0); (1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt2_27.qasm -859,27,27,"{'rz': 78, 'sx': 78, 'measure': 13}",{'cx': 24},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt1_13.qasm -860,27,337,"{'rz': 198, 'sx': 66, 'measure': 11}",{'cx': 525},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt1_11.qasm -861,27,35,"{'rz': 114, 'sx': 60, 'measure': 12}",{'cx': 48},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt3_12.qasm -862,27,759,"{'rz': 710, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 1335},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt1_21.qasm -863,27,724,"{'rz': 1132, 'sx': 367, 'x': 32, 'measure': 27}",{'cx': 1662},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_27.qasm -864,27,574,"{'rz': 416, 'sx': 91, 'measure': 26}",{'cx': 1815},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt0_13.qasm -865,27,23,"{'measure': 20, 'rz': 2, 'sx': 1}",{'cx': 19},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_20.qasm -866,27,74,"{'measure': 26, 'rz': 2, 'sx': 1}",{'cx': 70},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_26.qasm -867,27,925,"{'rz': 935, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 2085},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt2_27.qasm -868,27,536,"{'rz': 672, 'sx': 21, 'measure': 21}",{'cx': 1785},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt0_21.qasm -869,27,461,"{'rz': 408, 'sx': 102, 'measure': 17}",{'cx': 1258},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_17.qasm -870,27,30,"{'rz': 85, 'sx': 74, 'measure': 15, 'x': 8}",{'cx': 28},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt2_15.qasm -871,27,97,"{'rz': 82, 'sx': 41, 'measure': 20}",{'cx': 80},"(2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt1_21.qasm -872,27,71,"{'rz': 140, 'sx': 70, 'measure': 14}",{'cx': 179},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qaoa_mapped_ibm_montreal_qiskit_opt0_14.qasm -873,27,513,"{'rz': 372, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 711},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_16.qasm -874,27,1218,"{'rz': 200, 'sx': 200, 'measure': 25}",{'cx': 4031},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_25.qasm -875,27,656,"{'rz': 552, 'sx': 488, 'x': 23, 'measure': 18}",{'cx': 1340},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_18.qasm -876,27,446,"{'rz': 412, 'sx': 164, 'x': 17, 'measure': 15}",{'cx': 438},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",ae_mapped_ibm_montreal_qiskit_opt3_15.qasm -877,27,833,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 3061},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt2_24.qasm -878,27,61,"{'sx': 56, 'rz': 28, 'measure': 15, 'x': 1}",{'cx': 28},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_15.qasm -879,27,1616,"{'rz': 304, 'sx': 152, 'measure': 19}",{'cx': 5175},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",su2random_mapped_ibm_montreal_qiskit_opt0_19.qasm -880,27,593,"{'rz': 531, 'sx': 195, 'measure': 11, 'x': 2}",{'cx': 987},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",random_mapped_ibm_montreal_qiskit_opt0_11.qasm -881,27,74,"{'rz': 66, 'sx': 33, 'measure': 11}",{'cx': 101},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (9, 8); (10, 7)",graphstate_mapped_ibm_montreal_qiskit_opt0_11.qasm -882,27,559,"{'rz': 854, 'sx': 25, 'measure': 24}",{'cx': 1592},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt1_24.qasm -883,27,412,"{'rz': 769, 'sx': 420, 'measure': 19, 'x': 11}",{'cx': 751},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_19.qasm -884,27,568,"{'rz': 516, 'sx': 442, 'measure': 15, 'x': 10}",{'cx': 991},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_15.qasm -885,27,532,"{'rz': 587, 'sx': 20, 'measure': 20}",{'cx': 1124},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_20.qasm -886,27,916,"{'rz': 1117, 'sx': 353, 'x': 45, 'measure': 25}",{'cx': 1774},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt3_26.qasm -887,27,787,"{'rz': 427, 'sx': 98, 'measure': 28}",{'cx': 1414},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt2_14.qasm -888,27,95,"{'measure': 27, 'rz': 24, 'sx': 16, 'x': 1}",{'cx': 68},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_27.qasm -889,27,1091,"{'rz': 952, 'sx': 26, 'measure': 25}",{'cx': 3549},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt0_25.qasm -890,27,348,"{'rz': 470, 'sx': 19, 'measure': 18}",{'cx': 887},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt2_18.qasm -891,27,402,"{'rz': 112, 'sx': 112, 'measure': 14}",{'cx': 929},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_14.qasm -892,27,31,"{'rz': 32, 'sx': 16, 'measure': 10}",{'cx': 22},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_10.qasm -893,27,1078,"{'rz': 1570, 'sx': 1289, 'x': 43, 'measure': 25}",{'cx': 3019},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt3_25.qasm -894,27,57,"{'sx': 52, 'rz': 26, 'measure': 14, 'x': 1}",{'cx': 26},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_14.qasm -895,27,432,"{'sx': 144, 'rz': 144, 'measure': 18}",{'cx': 1535},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt1_18.qasm -896,27,333,"{'rz': 278, 'sx': 113, 'measure': 10, 'x': 7}",{'cx': 378},"(8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",random_mapped_ibm_montreal_qiskit_opt1_10.qasm -897,27,423,"{'rz': 309, 'sx': 80, 'measure': 14}",{'cx': 434},"(0, 1); (1, 0); (1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",ae_mapped_ibm_montreal_qiskit_opt2_14.qasm -898,27,2039,"{'rz': 288, 'sx': 192, 'measure': 24}",{'cx': 8376},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt0_24.qasm -899,27,389,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1368},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt2_19.qasm -900,27,533,"{'rz': 452, 'sx': 109, 'x': 17, 'measure': 16}",{'cx': 733},"(4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_17.qasm -901,27,113,"{'rz': 78, 'sx': 39, 'x': 21, 'measure': 19}",{'cx': 181},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16)",dj_mapped_ibm_montreal_qiskit_opt0_20.qasm -902,27,30,"{'rz': 77, 'sx': 64, 'measure': 14, 'x': 10}",{'cx': 26},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt3_14.qasm -903,27,483,"{'rz': 631, 'sx': 315, 'measure': 16, 'x': 5}",{'cx': 1003},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_16.qasm -904,27,44,"{'rz': 122, 'sx': 65, 'measure': 13}",{'cx': 58},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt2_13.qasm -905,27,331,"{'rz': 210, 'sx': 60, 'measure': 10}",{'cx': 633},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qnn_mapped_ibm_montreal_qiskit_opt0_10.qasm -906,27,96,"{'rz': 108, 'sx': 72, 'measure': 12}",{'cx': 154},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",vqe_mapped_ibm_montreal_qiskit_opt0_12.qasm -907,27,110,"{'rz': 98, 'sx': 59, 'measure': 25, 'x': 3}",{'cx': 77},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_26.qasm -908,27,49,"{'sx': 44, 'rz': 22, 'measure': 12, 'x': 1}",{'cx': 22},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_12.qasm -909,27,1821,"{'rz': 368, 'sx': 184, 'measure': 23}",{'cx': 7233},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt0_23.qasm -910,27,1021,"{'rz': 957, 'sx': 361, 'measure': 16, 'x': 9}",{'cx': 1721},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",random_mapped_ibm_montreal_qiskit_opt2_16.qasm -911,27,38,"{'rz': 48, 'sx': 24, 'measure': 16}",{'cx': 37},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (20, 19)",graphstate_mapped_ibm_montreal_qiskit_opt2_16.qasm -912,27,538,"{'rz': 1058, 'sx': 520, 'x': 24, 'measure': 23}",{'cx': 1145},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_23.qasm -913,27,407,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 763},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_12.qasm -914,27,322,"{'rz': 205, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 434},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_11.qasm -915,27,836,"{'rz': 766, 'sx': 678, 'x': 31, 'measure': 22}",{'cx': 2207},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_22.qasm -916,27,326,"{'rz': 255, 'sx': 68, 'measure': 12}",{'cx': 291},"(3, 5); (5, 3); (5, 8); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",ae_mapped_ibm_montreal_qiskit_opt1_12.qasm -917,27,91,"{'measure': 21, 'rz': 2, 'sx': 1}",{'cx': 164},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt0_21.qasm -918,27,561,"{'rz': 330, 'sx': 84, 'measure': 24}",{'cx': 994},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt1_12.qasm -919,27,634,"{'rz': 831, 'sx': 26, 'measure': 26}",{'cx': 1739},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_26.qasm -920,27,912,"{'rz': 646, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 2117},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt0_20.qasm -921,27,622,"{'rz': 1036, 'sx': 565, 'measure': 20, 'x': 5}",{'cx': 1501},"(4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_20.qasm -922,27,91,"{'rz': 62, 'sx': 31, 'x': 19, 'measure': 15}",{'cx': 147},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12)",dj_mapped_ibm_montreal_qiskit_opt0_16.qasm -923,27,756,"{'rz': 751, 'sx': 225, 'x': 34, 'measure': 20}",{'cx': 1209},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_21.qasm -924,27,474,"{'rz': 144, 'sx': 96, 'measure': 12}",{'cx': 1344},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",realamprandom_mapped_ibm_montreal_qiskit_opt0_12.qasm -925,27,805,"{'rz': 695, 'sx': 128, 'measure': 22}",{'cx': 1227},"(1, 4); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt2_22.qasm -926,27,2566,"{'rz': 2525, 'sx': 994, 'x': 43, 'measure': 26}",{'cx': 5782},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt1_26.qasm -927,27,499,"{'rz': 288, 'sx': 250, 'measure': 13, 'x': 6}",{'cx': 747},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt3_13.qasm -928,27,107,"{'sx': 85, 'rz': 45, 'measure': 22, 'x': 1}",{'cx': 70},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_22.qasm -929,27,37,"{'rz': 80, 'sx': 40, 'measure': 26}",{'cx': 68},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt1_26.qasm -930,27,438,"{'rz': 542, 'sx': 324, 'measure': 11}",{'cx': 609},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_11.qasm -931,27,781,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 2375},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_22.qasm -932,27,271,"{'rz': 262, 'sx': 14, 'measure': 13}",{'cx': 699},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qftentangled_mapped_ibm_montreal_qiskit_opt0_13.qasm -933,27,14,"{'measure': 11, 'rz': 2, 'sx': 1}",{'cx': 10},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_11.qasm -934,27,200,"{'rz': 164, 'sx': 50, 'measure': 9, 'x': 6}",{'cx': 207},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qpeexact_mapped_ibm_montreal_qiskit_opt3_10.qasm -935,27,409,"{'rz': 376, 'sx': 16, 'measure': 16}",{'cx': 684},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qft_mapped_ibm_montreal_qiskit_opt1_16.qasm -936,27,557,"{'rz': 420, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 1191},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qpeexact_mapped_ibm_montreal_qiskit_opt0_16.qasm -937,27,209,"{'rz': 129, 'sx': 10, 'measure': 10}",{'cx': 231},"(8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qft_mapped_ibm_montreal_qiskit_opt2_10.qasm -938,27,4102,"{'rz': 1842, 'sx': 435, 'x': 42, 'measure': 13}",{'cx': 4272},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt0_13.qasm -939,27,77,"{'measure': 17, 'rz': 2, 'sx': 1}",{'cx': 127},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",ghz_mapped_ibm_montreal_qiskit_opt0_17.qasm -940,27,616,"{'rz': 654, 'sx': 255, 'x': 32, 'measure': 19}",{'cx': 773},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt3_19.qasm -941,27,1056,"{'rz': 945, 'sx': 140, 'measure': 24}",{'cx': 1578},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23)",ae_mapped_ibm_montreal_qiskit_opt1_24.qasm -942,27,586,"{'rz': 288, 'sx': 253, 'measure': 14, 'x': 11}",{'cx': 981},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_14.qasm -943,27,1229,"{'rz': 1157, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 3669},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_27.qasm -944,27,485,"{'rz': 359, 'sx': 345, 'measure': 19, 'x': 3}",{'cx': 1360},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_19.qasm -945,27,896,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 3442},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_24.qasm -946,27,292,"{'rz': 335, 'sx': 28, 'measure': 15, 'x': 2}",{'cx': 572},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_15.qasm -947,27,20,"{'rz': 40, 'sx': 20, 'measure': 20}",{'cx': 20},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt2_20.qasm -948,27,928,"{'rz': 1290, 'sx': 724, 'measure': 17}",{'cx': 1740},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_17.qasm -949,27,1502,"{'rz': 1413, 'sx': 555, 'measure': 20, 'x': 19}",{'cx': 2948},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_20.qasm -950,27,131,"{'sx': 96, 'rz': 58, 'measure': 24, 'x': 1}",{'cx': 102},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_24.qasm -951,27,848,"{'rz': 240, 'sx': 120, 'measure': 15}",{'cx': 2577},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",su2random_mapped_ibm_montreal_qiskit_opt0_15.qasm -952,27,77,"{'sx': 72, 'rz': 36, 'measure': 19, 'x': 1}",{'cx': 36},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_19.qasm -953,27,37,"{'rz': 33, 'sx': 21, 'measure': 9, 'x': 1}",{'cx': 20},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (20, 19)",dj_mapped_ibm_montreal_qiskit_opt3_10.qasm -954,27,2560,"{'rz': 962, 'sx': 156, 'measure': 26}",{'cx': 9782},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt0_26.qasm -955,27,19,"{'measure': 16, 'rz': 2, 'sx': 1}",{'cx': 15},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_16.qasm -956,27,218,"{'rz': 188, 'sx': 51, 'measure': 11, 'x': 2}",{'cx': 258},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22)",qft_mapped_ibm_montreal_qiskit_opt3_11.qasm -957,27,534,"{'rz': 471, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 869},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 22); (22, 19)",qpeexact_mapped_ibm_montreal_qiskit_opt1_17.qasm -958,27,1050,"{'rz': 918, 'sx': 162, 'measure': 27}",{'cx': 3402},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt1_27.qasm -959,27,42,"{'rz': 34, 'sx': 21, 'measure': 10}",{'cx': 27},"(8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt2_11.qasm -960,27,1748,"{'rz': 1844, 'sx': 907, 'x': 89, 'measure': 21}",{'cx': 3083},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt3_21.qasm -961,27,298,"{'rz': 240, 'sx': 144, 'measure': 25, 'x': 1}",{'cx': 270},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt0_25.qasm -962,27,445,"{'sx': 112, 'rz': 112, 'measure': 14}",{'cx': 1060},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",su2random_mapped_ibm_montreal_qiskit_opt1_14.qasm -963,27,73,"{'sx': 68, 'rz': 34, 'measure': 18, 'x': 1}",{'cx': 34},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_18.qasm -964,27,26,"{'rz': 51, 'sx': 29, 'measure': 21}",{'cx': 34},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_21.qasm -965,27,1487,"{'rz': 1632, 'sx': 848, 'measure': 16}",{'cx': 3387},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_16.qasm -966,27,380,"{'rz': 144, 'sx': 144, 'measure': 18}",{'cx': 1225},"(3, 5); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_18.qasm -967,27,2501,"{'rz': 300, 'sx': 200, 'measure': 25}",{'cx': 9945},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_25.qasm -968,27,307,"{'rz': 268, 'sx': 15, 'measure': 14}",{'cx': 528},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_14.qasm -969,27,912,"{'rz': 1075, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 2105},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_26.qasm -970,27,460,"{'rz': 120, 'sx': 120, 'measure': 15}",{'cx': 1157},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",realamprandom_mapped_ibm_montreal_qiskit_opt2_15.qasm -971,27,608,"{'rz': 489, 'sx': 104, 'measure': 18}",{'cx': 777},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23)",ae_mapped_ibm_montreal_qiskit_opt2_18.qasm -972,27,1185,"{'rz': 1119, 'sx': 146, 'measure': 25}",{'cx': 2850},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt0_25.qasm -973,27,992,"{'rz': 998, 'sx': 897, 'x': 36, 'measure': 23}",{'cx': 2482},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_23.qasm -974,27,274,"{'rz': 212, 'sx': 13, 'measure': 12}",{'cx': 413},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_12.qasm -975,27,84,"{'rz': 162, 'sx': 81, 'measure': 27}",{'cx': 282},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt0_27.qasm -976,27,465,"{'rz': 418, 'sx': 300, 'measure': 10, 'x': 2}",{'cx': 435},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt3_10.qasm -977,27,3481,"{'rz': 3250, 'sx': 1142, 'measure': 27, 'x': 13}",{'cx': 10579},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt0_27.qasm -978,27,425,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 691},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt2_12.qasm -979,27,105,"{'sx': 92, 'rz': 56, 'measure': 23, 'x': 1}",{'cx': 71},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_23.qasm -980,27,862,"{'rz': 929, 'sx': 351, 'x': 37, 'measure': 23}",{'cx': 1207},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt3_23.qasm -981,27,161588,"{'rz': 73607, 'sx': 161, 'measure': 12, 'x': 10}",{'cx': 150315},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt1_12.qasm -982,27,521,"{'rz': 104, 'sx': 104, 'measure': 13}",{'cx': 1042},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt1_13.qasm -983,27,710,"{'rz': 561, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 1212},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_20.qasm -984,27,84,"{'rz': 66, 'sx': 33, 'measure': 16}",{'cx': 58},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt1_17.qasm -985,27,729,"{'rz': 588, 'sx': 126, 'measure': 21}",{'cx': 1961},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt2_21.qasm -986,27,518,"{'rz': 442, 'sx': 17, 'measure': 17}",{'cx': 1250},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qft_mapped_ibm_montreal_qiskit_opt0_17.qasm -987,27,293,"{'rz': 174, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 290},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qpeexact_mapped_ibm_montreal_qiskit_opt2_11.qasm -988,27,28587,"{'rz': 10720, 'sx': 488, 'x': 193, 'measure': 13}",{'cx': 27066},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",grover-v-chain_mapped_ibm_montreal_qiskit_opt0_13.qasm -989,27,13,"{'measure': 10, 'rz': 2, 'sx': 1}",{'cx': 9},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_10.qasm -990,27,14,"{'measure': 11, 'rz': 2, 'sx': 1}",{'cx': 10},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_11.qasm -991,27,3918,"{'rz': 1427, 'sx': 341, 'measure': 15, 'x': 10}",{'cx': 3398},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt2_15.qasm -992,27,485,"{'rz': 392, 'sx': 16, 'measure': 16}",{'cx': 1119},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qft_mapped_ibm_montreal_qiskit_opt0_16.qasm -993,27,197,"{'rz': 143, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 224},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qpeexact_mapped_ibm_montreal_qiskit_opt2_10.qasm -994,27,83,"{'rz': 62, 'sx': 31, 'measure': 15}",{'cx': 57},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt1_16.qasm -995,27,621,"{'rz': 540, 'sx': 120, 'measure': 20}",{'cx': 1708},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_20.qasm -996,27,836,"{'rz': 766, 'sx': 678, 'x': 31, 'measure': 22}",{'cx': 2207},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_22.qasm -997,27,350,"{'rz': 249, 'sx': 14, 'measure': 13}",{'cx': 477},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qftentangled_mapped_ibm_montreal_qiskit_opt1_13.qasm -998,27,108,"{'rz': 156, 'sx': 78, 'measure': 26}",{'cx': 287},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt0_26.qasm -999,27,565,"{'rz': 508, 'sx': 351, 'measure': 11, 'x': 1}",{'cx': 574},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt3_11.qasm -1000,27,3341,"{'rz': 3184, 'sx': 1153, 'measure': 26, 'x': 18}",{'cx': 10001},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt0_26.qasm -1001,27,438,"{'sx': 104, 'rz': 104, 'measure': 13}",{'cx': 860},"(0, 1); (1, 0); (1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt2_13.qasm -1002,27,101,"{'sx': 84, 'rz': 42, 'measure': 22, 'x': 1}",{'cx': 60},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_22.qasm -1003,27,713,"{'rz': 896, 'sx': 372, 'x': 35, 'measure': 22}",{'cx': 1122},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt3_22.qasm -1004,27,407,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 763},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt1_12.qasm -1005,27,728,"{'rz': 628, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 1332},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_21.qasm -1006,27,1594,"{'rz': 1709, 'sx': 826, 'x': 90, 'measure': 20}",{'cx': 2770},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_20.qasm -1007,27,77,"{'sx': 72, 'rz': 36, 'measure': 19, 'x': 1}",{'cx': 36},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_19.qasm -1008,27,289,"{'rz': 230, 'sx': 138, 'measure': 24, 'x': 1}",{'cx': 268},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt0_24.qasm -1009,27,589,"{'sx': 120, 'rz': 120, 'measure': 15}",{'cx': 1395},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",su2random_mapped_ibm_montreal_qiskit_opt1_15.qasm -1010,27,21,"{'rz': 48, 'sx': 25, 'measure': 20}",{'cx': 30},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (8, 5); (8, 11); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_20.qasm -1011,27,1565,"{'rz': 1836, 'sx': 952, 'measure': 17}",{'cx': 3753},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_17.qasm -1012,27,2039,"{'rz': 288, 'sx': 192, 'measure': 24}",{'cx': 8376},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_24.qasm -1013,27,389,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1368},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_19.qasm -1014,27,340,"{'rz': 292, 'sx': 16, 'measure': 15}",{'cx': 590},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_15.qasm -1015,27,976,"{'rz': 1157, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 2208},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_27.qasm -1016,27,402,"{'rz': 112, 'sx': 112, 'measure': 14}",{'cx': 929},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt2_14.qasm -1017,27,1064,"{'rz': 1038, 'sx': 140, 'measure': 24}",{'cx': 2475},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt0_24.qasm -1018,27,669,"{'rz': 542, 'sx': 110, 'measure': 19}",{'cx': 879},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt2_19.qasm -1019,27,1054,"{'rz': 858, 'sx': 156, 'measure': 26}",{'cx': 3159},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt1_26.qasm -1020,27,34,"{'rz': 32, 'sx': 19, 'measure': 9}",{'cx': 23},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21)",dj_mapped_ibm_montreal_qiskit_opt2_10.qasm -1021,27,181,"{'rz': 147, 'sx': 34, 'measure': 10, 'x': 2}",{'cx': 210},"(8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qft_mapped_ibm_montreal_qiskit_opt3_10.qasm -1022,27,568,"{'rz': 419, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 714},"(5, 8); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qpeexact_mapped_ibm_montreal_qiskit_opt1_16.qasm -1023,27,20,"{'measure': 17, 'rz': 2, 'sx': 1}",{'cx': 16},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_17.qasm -1024,27,2887,"{'rz': 1089, 'sx': 255, 'measure': 13, 'x': 10}",{'cx': 2505},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt1_13.qasm -1025,27,40,"{'rz': 36, 'sx': 23, 'measure': 10, 'x': 1}",{'cx': 24},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 22); (22, 19)",dj_mapped_ibm_montreal_qiskit_opt3_11.qasm -1026,27,2847,"{'rz': 1026, 'sx': 162, 'measure': 27}",{'cx': 10877},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt0_27.qasm -1027,27,1076,"{'rz': 1022, 'sx': 146, 'measure': 25}",{'cx': 1686},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt1_25.qasm -1028,27,583,"{'rz': 566, 'sx': 223, 'x': 18, 'measure': 18}",{'cx': 659},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt3_18.qasm -1029,27,568,"{'rz': 516, 'sx': 442, 'measure': 15, 'x': 10}",{'cx': 991},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_15.qasm -1030,27,1238,"{'rz': 1075, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 3608},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_26.qasm -1031,27,1218,"{'rz': 200, 'sx': 200, 'measure': 25}",{'cx': 4031},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_25.qasm -1032,27,656,"{'rz': 552, 'sx': 488, 'x': 23, 'measure': 18}",{'cx': 1340},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_18.qasm -1033,27,262,"{'rz': 282, 'sx': 15, 'measure': 14}",{'cx': 507},"(8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_14.qasm -1034,27,36,"{'rz': 62, 'sx': 31, 'measure': 21}",{'cx': 42},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_21.qasm -1035,27,874,"{'rz': 1161, 'sx': 657, 'measure': 16}",{'cx': 1566},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_16.qasm -1036,27,1666,"{'rz': 1553, 'sx': 634, 'x': 22, 'measure': 21}",{'cx': 3307},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_21.qasm -1037,27,73,"{'sx': 68, 'rz': 34, 'measure': 18, 'x': 1}",{'cx': 34},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_18.qasm -1038,27,125,"{'sx': 100, 'rz': 60, 'measure': 25, 'x': 1}",{'cx': 81},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_25.qasm -1039,27,549,"{'rz': 224, 'sx': 112, 'measure': 14}",{'cx': 1689},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",su2random_mapped_ibm_montreal_qiskit_opt0_14.qasm -1040,27,67,"{'measure': 16, 'rz': 2, 'sx': 1}",{'cx': 117},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",ghz_mapped_ibm_montreal_qiskit_opt0_16.qasm -1041,27,690,"{'rz': 472, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 1433},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qpeexact_mapped_ibm_montreal_qiskit_opt0_17.qasm -1042,27,58129,"{'rz': 27635, 'sx': 563, 'measure': 15, 'x': 1}",{'cx': 57816},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",grover-v-chain_mapped_ibm_montreal_qiskit_opt2_15.qasm -1043,27,212,"{'rz': 156, 'sx': 11, 'measure': 11}",{'cx': 278},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22)",qft_mapped_ibm_montreal_qiskit_opt2_11.qasm -1044,27,21227,"{'rz': 10183, 'sx': 352, 'measure': 13, 'x': 1}",{'cx': 17724},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18)",grover-v-chain_mapped_ibm_montreal_qiskit_opt1_13.qasm -1045,27,305,"{'rz': 206, 'sx': 61, 'x': 10, 'measure': 10}",{'cx': 258},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qpeexact_mapped_ibm_montreal_qiskit_opt3_11.qasm -1046,27,447,"{'rz': 424, 'sx': 17, 'measure': 17}",{'cx': 761},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qft_mapped_ibm_montreal_qiskit_opt1_17.qasm -1047,27,13,"{'measure': 10, 'rz': 2, 'sx': 1}",{'cx': 9},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_10.qasm -1048,27,653,"{'rz': 713, 'sx': 249, 'x': 29, 'measure': 19}",{'cx': 1051},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_20.qasm -1049,27,600,"{'rz': 156, 'sx': 104, 'measure': 13}",{'cx': 1755},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",realamprandom_mapped_ibm_montreal_qiskit_opt0_13.qasm -1050,27,894,"{'rz': 778, 'sx': 134, 'measure': 23}",{'cx': 1353},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt2_23.qasm -1051,27,2532,"{'rz': 2587, 'sx': 1005, 'x': 31, 'measure': 27}",{'cx': 6277},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt1_27.qasm -1052,27,465,"{'rz': 273, 'sx': 231, 'measure': 12, 'x': 9}",{'cx': 674},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt3_12.qasm -1053,27,130,"{'sx': 92, 'rz': 56, 'measure': 23, 'x': 1}",{'cx': 102},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_23.qasm -1054,27,55,"{'rz': 90, 'sx': 45, 'measure': 27}",{'cx': 81},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt1_27.qasm -1055,27,399,"{'rz': 394, 'sx': 244, 'measure': 10}",{'cx': 468},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_10.qasm -1056,27,791,"{'rz': 184, 'sx': 184, 'measure': 23}",{'cx': 2639},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_23.qasm -1057,27,272,"{'rz': 224, 'sx': 13, 'measure': 12}",{'cx': 695},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qftentangled_mapped_ibm_montreal_qiskit_opt0_12.qasm -1058,27,658,"{'rz': 1321, 'sx': 822, 'measure': 21, 'x': 3}",{'cx': 1644},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_21.qasm -1059,27,101,"{'rz': 66, 'sx': 33, 'x': 21, 'measure': 16}",{'cx': 139},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",dj_mapped_ibm_montreal_qiskit_opt0_17.qasm -1060,27,795,"{'rz': 870, 'sx': 27, 'measure': 27}",{'cx': 1896},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt2_27.qasm -1061,27,904,"{'rz': 710, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 2172},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt0_21.qasm -1062,27,90,"{'measure': 20, 'rz': 2, 'sx': 1}",{'cx': 163},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt0_20.qasm -1063,27,633,"{'rz': 377, 'sx': 91, 'measure': 26}",{'cx': 1193},"(0, 1); (1, 0); (1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt1_13.qasm -1064,27,6455,"{'rz': 2264, 'sx': 549, 'measure': 19, 'x': 10}",{'cx': 5963},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt2_19.qasm -1065,27,53,"{'sx': 48, 'rz': 24, 'measure': 13, 'x': 1}",{'cx': 24},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_13.qasm -1066,27,1695,"{'rz': 352, 'sx': 176, 'measure': 22}",{'cx': 6327},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt0_22.qasm -1067,27,976,"{'rz': 926, 'sx': 408, 'x': 19, 'measure': 17}",{'cx': 1670},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_17.qasm -1068,27,42,"{'rz': 54, 'sx': 27, 'measure': 17}",{'cx': 38},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt2_17.qasm -1069,27,442,"{'rz': 708, 'sx': 63, 'measure': 22, 'x': 10}",{'cx': 1222},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_22.qasm -1070,27,521,"{'rz': 104, 'sx': 104, 'measure': 13}",{'cx': 1042},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_13.qasm -1071,27,271,"{'rz': 171, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 375},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 9); (9, 8)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_10.qasm -1072,27,992,"{'rz': 998, 'sx': 897, 'x': 36, 'measure': 23}",{'cx': 2482},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_23.qasm -1073,27,389,"{'rz': 296, 'sx': 74, 'measure': 13}",{'cx': 396},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt1_13.qasm -1074,27,35,"{'rz': 114, 'sx': 60, 'measure': 12}",{'cx': 48},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt2_12.qasm -1075,27,394,"{'rz': 242, 'sx': 66, 'measure': 11}",{'cx': 926},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qnn_mapped_ibm_montreal_qiskit_opt0_11.qasm -1076,27,101,"{'rz': 117, 'sx': 78, 'measure': 13}",{'cx': 165},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",vqe_mapped_ibm_montreal_qiskit_opt0_13.qasm -1077,27,116,"{'rz': 103, 'sx': 63, 'measure': 26, 'x': 5}",{'cx': 72},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_27.qasm -1078,27,82,"{'rz': 140, 'sx': 70, 'measure': 14}",{'cx': 89},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 22); (22, 19)",qaoa_mapped_ibm_montreal_qiskit_opt1_14.qasm -1079,27,125,"{'rz': 82, 'sx': 41, 'x': 21, 'measure': 20}",{'cx': 200},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (20, 19)",dj_mapped_ibm_montreal_qiskit_opt0_21.qasm -1080,27,29,"{'rz': 84, 'sx': 82, 'measure': 15, 'x': 4}",{'cx': 28},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt3_15.qasm -1081,27,607,"{'rz': 661, 'sx': 326, 'measure': 17, 'x': 4}",{'cx': 1177},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_17.qasm -1082,27,418,"{'rz': 516, 'sx': 20, 'measure': 19}",{'cx': 1030},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt2_19.qasm -1083,27,943,"{'rz': 878, 'sx': 25, 'measure': 24}",{'cx': 3164},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt0_24.qasm -1084,27,460,"{'rz': 120, 'sx': 120, 'measure': 15}",{'cx': 1157},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_15.qasm -1085,27,26,"{'rz': 38, 'sx': 19, 'measure': 11}",{'cx': 32},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23)",graphstate_mapped_ibm_montreal_qiskit_opt1_11.qasm -1086,27,629,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1979},"(4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt1_19.qasm -1087,27,1050,"{'rz': 1119, 'sx': 949, 'x': 62, 'measure': 24}",{'cx': 2735},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt3_24.qasm -1088,27,61,"{'sx': 56, 'rz': 28, 'measure': 15, 'x': 1}",{'cx': 28},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_15.qasm -1089,27,478,"{'rz': 416, 'sx': 163, 'measure': 11, 'x': 8}",{'cx': 595},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt1_11.qasm -1090,27,470,"{'rz': 350, 'sx': 86, 'measure': 15}",{'cx': 498},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt2_15.qasm -1091,27,380,"{'rz': 144, 'sx': 144, 'measure': 18}",{'cx': 1225},"(3, 5); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt2_18.qasm -1092,27,2501,"{'rz': 300, 'sx': 200, 'measure': 25}",{'cx': 9945},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt0_25.qasm -1093,27,514,"{'rz': 458, 'sx': 152, 'x': 23, 'measure': 15}",{'cx': 661},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_16.qasm -1094,27,84,"{'rz': 30, 'measure': 26, 'sx': 21, 'x': 2}",{'cx': 56},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_26.qasm -1095,27,607,"{'rz': 649, 'sx': 21, 'measure': 21}",{'cx': 1254},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_21.qasm -1096,27,892,"{'rz': 1146, 'sx': 294, 'x': 40, 'measure': 26}",{'cx': 1935},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt3_27.qasm -1097,27,518,"{'rz': 422, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 833},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_17.qasm -1098,27,485,"{'rz': 359, 'sx': 345, 'measure': 19, 'x': 3}",{'cx': 1360},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_19.qasm -1099,27,896,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 3442},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_24.qasm -1100,27,436,"{'rz': 344, 'sx': 127, 'measure': 14, 'x': 13}",{'cx': 383},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",ae_mapped_ibm_montreal_qiskit_opt3_14.qasm -1101,27,1287,"{'rz': 288, 'sx': 144, 'measure': 18}",{'cx': 4290},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",su2random_mapped_ibm_montreal_qiskit_opt0_18.qasm -1102,27,870,"{'sx': 200, 'rz': 200, 'measure': 25}",{'cx': 3178},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt2_25.qasm -1103,27,57,"{'sx': 52, 'rz': 26, 'measure': 14, 'x': 1}",{'cx': 26},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_14.qasm -1104,27,366,"{'rz': 364, 'sx': 143, 'measure': 10}",{'cx': 704},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",random_mapped_ibm_montreal_qiskit_opt0_10.qasm -1105,27,63,"{'rz': 60, 'sx': 30, 'measure': 10}",{'cx': 79},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 9); (9, 8)",graphstate_mapped_ibm_montreal_qiskit_opt0_10.qasm -1106,27,366,"{'rz': 482, 'sx': 51, 'measure': 18, 'x': 4}",{'cx': 830},"(5, 8); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_18.qasm -1107,27,680,"{'rz': 925, 'sx': 26, 'measure': 25}",{'cx': 1698},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_25.qasm -1108,27,586,"{'rz': 288, 'sx': 253, 'measure': 14, 'x': 11}",{'cx': 981},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_14.qasm -1109,27,416,"{'rz': 368, 'sx': 96, 'measure': 16}",{'cx': 1083},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_16.qasm -1110,27,28,"{'sx': 82, 'rz': 81, 'measure': 14, 'x': 1}",{'cx': 26},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt2_14.qasm -1111,27,89,"{'rz': 78, 'sx': 39, 'measure': 19}",{'cx': 79},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt1_20.qasm -1112,27,791,"{'rz': 885, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 1965},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt2_26.qasm -1113,27,614,"{'rz': 610, 'sx': 20, 'measure': 20}",{'cx': 1856},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt0_20.qasm -1114,27,87,"{'measure': 27, 'rz': 2, 'sx': 1}",{'cx': 95},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_27.qasm -1115,27,766,"{'rz': 533, 'sx': 201, 'measure': 28, 'x': 14}",{'cx': 1296},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt3_14.qasm -1116,27,498,"{'rz': 366, 'sx': 84, 'measure': 24}",{'cx': 1347},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt0_12.qasm -1117,27,24,"{'measure': 21, 'rz': 2, 'sx': 1}",{'cx': 20},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_21.qasm -1118,27,658,"{'rz': 645, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 1250},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt1_20.qasm -1119,27,707,"{'rz': 990, 'sx': 246, 'measure': 26, 'x': 15}",{'cx': 1672},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_26.qasm -1120,27,106,"{'rz': 89, 'sx': 51, 'measure': 25}",{'cx': 95},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (9, 8); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt2_26.qasm -1121,27,26,"{'rz': 70, 'sx': 68, 'measure': 12, 'x': 2}",{'cx': 22},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",vqe_mapped_ibm_montreal_qiskit_opt1_12.qasm -1122,27,251,"{'rz': 170, 'sx': 60, 'measure': 10}",{'cx': 421},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",qnn_mapped_ibm_montreal_qiskit_opt1_10.qasm -1123,27,44,"{'rz': 122, 'sx': 65, 'measure': 13}",{'cx': 58},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt3_13.qasm -1124,27,425,"{'rz': 300, 'sx': 68, 'measure': 12}",{'cx': 519},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ae_mapped_ibm_montreal_qiskit_opt0_12.qasm -1125,27,781,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 2375},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt2_22.qasm -1126,27,292,"{'rz': 205, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 299},"(8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_11.qasm -1127,27,549,"{'rz': 713, 'sx': 24, 'measure': 23}",{'cx': 1402},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_23.qasm -1128,27,474,"{'rz': 144, 'sx': 96, 'measure': 12}",{'cx': 1344},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_12.qasm -1129,27,26,"{'rz': 36, 'sx': 18, 'measure': 16}",{'cx': 37},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_16.qasm -1130,27,145,"{'rz': 110, 'sx': 66, 'measure': 12, 'x': 1}",{'cx': 130},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",wstate_mapped_ibm_montreal_qiskit_opt0_12.qasm -1131,27,877,"{'sx': 184, 'rz': 184, 'measure': 23}",{'cx': 3408},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt1_23.qasm -1132,27,1110,"{'rz': 1171, 'sx': 553, 'x': 59, 'measure': 16}",{'cx': 1561},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt3_16.qasm diff --git a/dataset/iquantum/MQT-Set03-7-127-AllOpt-IBMMapped.csv b/dataset/iquantum/MQT-Set03-7-127-AllOpt-IBMMapped-Only127-Extra.csv similarity index 85% rename from dataset/iquantum/MQT-Set03-7-127-AllOpt-IBMMapped.csv rename to dataset/iquantum/MQT-Set03-7-127-AllOpt-IBMMapped-Only127-Extra.csv index 2ecddeddd..5d1fe1052 100644 --- a/dataset/iquantum/MQT-Set03-7-127-AllOpt-IBMMapped.csv +++ b/dataset/iquantum/MQT-Set03-7-127-AllOpt-IBMMapped-Only127-Extra.csv @@ -1,7316 +1,5819 @@ -index,n_qubits,qc_depth,single_qubit_gates,multi_qubit_gates,qubit_topology,qasm_file -0,127,20952,"{'rz': 21544, 'sx': 8201, 'x': 271, 'measure': 76}",{'cx': 95992},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_76.qasm -1,127,8733,"{'sx': 688, 'rz': 688, 'measure': 86}",{'cx': 54408},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_86.qasm -2,127,1838,"{'rz': 2747, 'sx': 82, 'measure': 41, 'x': 1}",{'cx': 5331},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100)",qpeexact_mapped_ibm_washington_qiskit_opt1_42.qasm -3,27,2501,"{'rz': 300, 'sx': 200, 'measure': 25}",{'cx': 9945},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_25.qasm -4,127,694,"{'rz': 386, 'sx': 193, 'measure': 96, 'x': 85}",{'cx': 1200},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (90, 94); (91, 98); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",dj_mapped_ibm_washington_qiskit_opt0_97.qasm -5,127,3152,"{'sx': 592, 'rz': 592, 'measure': 74}",{'cx': 30944},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_74.qasm -6,127,3527,"{'rz': 488, 'sx': 488, 'measure': 61}",{'cx': 24580},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_61.qasm -7,127,1094,"{'sx': 518, 'rz': 414, 'measure': 115, 'x': 1}",{'cx': 1413},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",wstate_mapped_ibm_washington_qiskit_opt2_115.qasm -8,27,339,"{'rz': 288, 'sx': 201, 'measure': 8, 'x': 1}",{'cx': 256},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",portfoliovqe_mapped_ibm_montreal_qiskit_opt3_8.qasm -9,27,233,"{'rz': 162, 'sx': 76, 'measure': 9, 'x': 5}",{'cx': 324},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",qnn_mapped_ibm_montreal_qiskit_opt3_9.qasm -10,127,2777,"{'rz': 2187, 'sx': 39, 'measure': 38}",{'cx': 9633},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_38.qasm -11,127,26,"{'sx': 48, 'rz': 46, 'measure': 6}",{'cx': 15},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",routing_mapped_ibm_washington_qiskit_opt3_6.qasm -12,127,1027,"{'rz': 780, 'sx': 468, 'measure': 79, 'x': 1}",{'cx': 1146},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_79.qasm -13,127,2309,"{'rz': 2171, 'sx': 838, 'x': 34, 'measure': 24}",{'cx': 4936},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (81, 72)",random_mapped_ibm_washington_qiskit_opt2_24.qasm -14,27,84,"{'rz': 162, 'sx': 81, 'measure': 27}",{'cx': 282},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt0_27.qasm -15,127,7008,"{'rz': 6763, 'sx': 224, 'measure': 112, 'x': 1}",{'cx': 35424},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_113.qasm -16,127,708,"{'rz': 595, 'sx': 116, 'measure': 20}",{'cx': 957},"(4, 15); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",ae_mapped_ibm_washington_qiskit_opt2_20.qasm -17,127,3753,"{'rz': 408, 'sx': 272, 'measure': 34}",{'cx': 19260},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_34.qasm -18,127,648,"{'sx': 240, 'rz': 240, 'measure': 30}",{'cx': 3426},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",su2random_mapped_ibm_washington_qiskit_opt2_30.qasm -19,27,445,"{'rz': 245, 'sx': 70, 'measure': 20}",{'cx': 611},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt2_10.qasm -20,127,101,"{'rz': 82, 'sx': 41, 'measure': 20}",{'cx': 74},"(24, 34); (34, 24); (34, 43); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (92, 83); (92, 102); (102, 92)",dj_mapped_ibm_washington_qiskit_opt1_21.qasm -21,127,6517,"{'rz': 8475, 'sx': 75, 'measure': 75}",{'cx': 40875},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_75.qasm -22,127,1451,"{'rz': 2501, 'sx': 42, 'measure': 41}",{'cx': 4842},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83); (92, 102); (102, 92)",qftentangled_mapped_ibm_washington_qiskit_opt1_41.qasm -23,127,48071,"{'rz': 48534, 'sx': 17825, 'x': 646, 'measure': 112}",{'cx': 270018},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_112.qasm -24,127,2286,"{'rz': 5742, 'sx': 5074, 'x': 152, 'measure': 55}",{'cx': 13392},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt3_55.qasm -25,127,961,"{'sx': 490, 'rz': 380, 'measure': 110, 'x': 1}",{'cx': 1184},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_110.qasm -26,127,51,"{'rz': 38, 'sx': 19, 'measure': 9}",{'cx': 36},"(34, 43); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",dj_mapped_ibm_washington_qiskit_opt1_10.qasm -27,127,9030,"{'rz': 14750, 'sx': 708, 'measure': 118}",{'cx': 93378},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_118.qasm -28,127,7752,"{'rz': 13414, 'sx': 746, 'measure': 125}",{'cx': 41747},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_125.qasm -29,27,465,"{'rz': 429, 'sx': 18, 'measure': 18}",{'cx': 882},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_18.qasm -30,127,8620,"{'sx': 816, 'rz': 816, 'measure': 102}",{'cx': 68151},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_102.qasm -31,27,1057,"{'rz': 192, 'sx': 128, 'measure': 16}",{'cx': 3387},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",realamprandom_mapped_ibm_montreal_qiskit_opt0_16.qasm -32,127,1794,"{'rz': 2956, 'sx': 972, 'x': 156, 'measure': 45}",{'cx': 5414},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87)",qpeinexact_mapped_ibm_washington_qiskit_opt3_46.qasm -33,127,704,"{'rz': 999, 'sx': 26, 'measure': 26}",{'cx': 1946},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt1_26.qasm -34,127,252,"{'sx': 104, 'rz': 104, 'measure': 13}",{'cx': 598},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",realamprandom_mapped_ibm_washington_qiskit_opt2_13.qasm -35,127,210,"{'measure': 42, 'rz': 2, 'sx': 1}",{'cx': 371},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_42.qasm -36,127,5198,"{'rz': 5384, 'sx': 2108, 'x': 72, 'measure': 38}",{'cx': 15509},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt1_38.qasm -37,127,970,"{'rz': 1334, 'sx': 530, 'x': 73, 'measure': 28}",{'cx': 1797},"(35, 47); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",ae_mapped_ibm_washington_qiskit_opt3_28.qasm -38,127,1292,"{'rz': 1455, 'sx': 38, 'measure': 38}",{'cx': 3520},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qft_mapped_ibm_washington_qiskit_opt2_38.qasm -39,27,35,"{'rz': 80, 'sx': 40, 'measure': 8}",{'cx': 56},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt1_8.qasm -40,127,5986,"{'rz': 7385, 'sx': 70, 'measure': 70}",{'cx': 33771},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",qft_mapped_ibm_washington_qiskit_opt0_70.qasm -41,127,5429,"{'rz': 8806, 'sx': 530, 'measure': 89}",{'cx': 21167},"(14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (54, 45); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_89.qasm -42,127,95,"{'rz': 464, 'sx': 232, 'measure': 110}",{'cx': 749},"(0, 1); (0, 14); (1, 0); (4, 15); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_110.qasm -43,127,5194,"{'rz': 8081, 'sx': 166, 'measure': 83, 'x': 1}",{'cx': 23052},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeexact_mapped_ibm_washington_qiskit_opt1_84.qasm -44,27,116,"{'rz': 144, 'sx': 96, 'measure': 12}",{'cx': 210},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",routing_mapped_ibm_montreal_qiskit_opt0_12.qasm -45,27,223,"{'rz': 164, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 227},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qpeexact_mapped_ibm_montreal_qiskit_opt1_10.qasm -46,127,5219,"{'rz': 6687, 'sx': 218, 'measure': 109, 'x': 1}",{'cx': 31329},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_110.qasm -47,27,680,"{'rz': 925, 'sx': 26, 'measure': 25}",{'cx': 1698},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_25.qasm -48,127,1681,"{'rz': 1978, 'sx': 968, 'x': 108, 'measure': 22}",{'cx': 3312},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt3_22.qasm -49,127,3329,"{'rz': 4605, 'sx': 160, 'measure': 80, 'x': 1}",{'cx': 17688},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt2_81.qasm -50,127,13170,"{'sx': 856, 'rz': 856, 'measure': 107}",{'cx': 89199},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_107.qasm -51,127,129,"{'rz': 100, 'sx': 50, 'measure': 28}",{'cx': 160},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (102, 92)",graphstate_mapped_ibm_washington_qiskit_opt1_28.qasm -52,127,29,"{'sx': 24, 'rz': 12, 'measure': 7, 'x': 1}",{'cx': 12},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_7.qasm -53,127,18448,"{'rz': 19427, 'sx': 7345, 'x': 254, 'measure': 72}",{'cx': 83879},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_72.qasm -54,127,109,"{'sx': 104, 'rz': 52, 'measure': 27, 'x': 1}",{'cx': 52},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75)",wstate_mapped_ibm_washington_qiskit_opt2_27.qasm -55,27,912,"{'rz': 646, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 2117},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt0_20.qasm -56,127,630,"{'rz': 350, 'sx': 175, 'measure': 87, 'x': 83}",{'cx': 1089},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",dj_mapped_ibm_washington_qiskit_opt0_88.qasm -57,127,841,"{'rz': 767, 'sx': 134, 'measure': 23}",{'cx': 1305},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt2_23.qasm -58,127,361,"{'rz': 190, 'sx': 95, 'x': 47, 'measure': 47}",{'cx': 638},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (47, 35)",dj_mapped_ibm_washington_qiskit_opt0_48.qasm -59,127,851,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 3429},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",realamprandom_mapped_ibm_washington_qiskit_opt1_24.qasm -60,127,1673,"{'rz': 2340, 'sx': 270, 'measure': 45}",{'cx': 8958},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qnn_mapped_ibm_washington_qiskit_opt1_45.qasm -61,127,2420,"{'rz': 4121, 'sx': 75, 'measure': 74}",{'cx': 13042},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qftentangled_mapped_ibm_washington_qiskit_opt2_74.qasm -62,127,12791,"{'sx': 872, 'rz': 872, 'measure': 109}",{'cx': 90227},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_109.qasm -63,27,65,"{'sx': 60, 'rz': 30, 'measure': 16, 'x': 1}",{'cx': 30},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_16.qasm -64,27,42,"{'rz': 134, 'sx': 70, 'measure': 14}",{'cx': 89},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qaoa_mapped_ibm_montreal_qiskit_opt3_14.qasm -65,127,4668,"{'rz': 10003, 'sx': 104, 'measure': 103}",{'cx': 30067},"(9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_103.qasm -66,27,112,"{'rz': 80, 'sx': 48, 'measure': 9, 'x': 1}",{'cx': 100},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",wstate_mapped_ibm_montreal_qiskit_opt0_9.qasm -67,127,4926,"{'rz': 5727, 'sx': 196, 'measure': 98, 'x': 1}",{'cx': 25215},"(8, 16); (12, 17); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_99.qasm -68,127,371,"{'rz': 312, 'sx': 78, 'measure': 13}",{'cx': 1308},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_13.qasm -69,127,1246,"{'rz': 930, 'sx': 558, 'measure': 94, 'x': 1}",{'cx': 1419},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (93, 87)",wstate_mapped_ibm_washington_qiskit_opt0_94.qasm -70,27,802,"{'rz': 1898, 'sx': 1237, 'measure': 24, 'x': 9}",{'cx': 2040},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_24.qasm -71,127,5047,"{'sx': 592, 'rz': 592, 'measure': 74}",{'cx': 36637},"(25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 39); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_74.qasm -72,127,1117,"{'rz': 880, 'sx': 528, 'measure': 89, 'x': 1}",{'cx': 1166},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_89.qasm -73,127,294,"{'rz': 528, 'sx': 264, 'measure': 88}",{'cx': 1999},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",graphstate_mapped_ibm_washington_qiskit_opt0_88.qasm -74,127,32124,"{'rz': 33313, 'sx': 12205, 'x': 433, 'measure': 93}",{'cx': 163629},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",random_mapped_ibm_washington_qiskit_opt1_93.qasm -75,127,158,"{'rz': 436, 'sx': 218, 'measure': 104}",{'cx': 752},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt1_104.qasm -76,127,11726,"{'rz': 11330, 'sx': 618, 'measure': 103}",{'cx': 67592},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_103.qasm -77,127,4776,"{'rz': 6769, 'sx': 119, 'measure': 118}",{'cx': 34970},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_118.qasm -78,127,1154,"{'rz': 1320, 'sx': 198, 'measure': 33}",{'cx': 4830},"(21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt1_33.qasm -79,127,101,"{'sx': 96, 'rz': 48, 'measure': 25, 'x': 1}",{'cx': 48},"(69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_25.qasm -80,127,2393,"{'sx': 352, 'rz': 352, 'measure': 44}",{'cx': 13083},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",su2random_mapped_ibm_washington_qiskit_opt1_44.qasm -81,127,7922,"{'rz': 10040, 'sx': 160, 'measure': 80, 'x': 1}",{'cx': 46869},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_81.qasm -82,127,1070,"{'measure': 122, 'rz': 2, 'sx': 1}",{'cx': 1291},"(0, 1); (0, 14); (1, 0); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_122.qasm -83,127,582,"{'rz': 450, 'sx': 270, 'measure': 46, 'x': 1}",{'cx': 627},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_46.qasm -84,27,326,"{'rz': 155, 'sx': 72, 'x': 8, 'measure': 7}",{'cx': 225},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",pricingput_mapped_ibm_montreal_qiskit_opt1_7.qasm -85,127,1532,"{'rz': 2296, 'sx': 224, 'measure': 38}",{'cx': 4025},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",ae_mapped_ibm_washington_qiskit_opt1_38.qasm -86,27,500,"{'rz': 404, 'sx': 250, 'measure': 10}",{'cx': 546},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_10.qasm -87,127,3555,"{'rz': 6929, 'sx': 117, 'measure': 116}",{'cx': 30186},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_116.qasm -88,127,4371,"{'rz': 4578, 'sx': 1635, 'x': 61, 'measure': 35}",{'cx': 13088},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",random_mapped_ibm_washington_qiskit_opt1_35.qasm -89,127,797,"{'rz': 844, 'sx': 27, 'measure': 26}",{'cx': 1787},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92)",qftentangled_mapped_ibm_washington_qiskit_opt2_26.qasm -90,127,547,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1687},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",su2random_mapped_ibm_washington_qiskit_opt2_19.qasm -91,27,320,"{'rz': 316, 'sx': 200, 'measure': 9}",{'cx': 393},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_9.qasm -92,127,5158,"{'rz': 1841, 'sx': 439, 'measure': 17, 'x': 10}",{'cx': 4563},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt1_17.qasm -93,127,42,"{'rz': 31, 'sx': 19, 'measure': 9}",{'cx': 31},"(71, 77); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83)",dj_mapped_ibm_washington_qiskit_opt2_10.qasm -94,127,2244,"{'rz': 3128, 'sx': 69, 'measure': 68}",{'cx': 10128},"(16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104)",qftentangled_mapped_ibm_washington_qiskit_opt2_68.qasm -95,127,532,"{'rz': 446, 'sx': 98, 'measure': 17}",{'cx': 641},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98)",ae_mapped_ibm_washington_qiskit_opt2_17.qasm -96,127,187,"{'rz': 127, 'sx': 71, 'measure': 35}",{'cx': 192},"(10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (85, 73); (85, 86); (86, 85)",dj_mapped_ibm_washington_qiskit_opt2_36.qasm -97,127,4454,"{'rz': 4567, 'sx': 56, 'measure': 55}",{'cx': 22518},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_55.qasm -98,127,605,"{'rz': 322, 'sx': 161, 'measure': 80, 'x': 79}",{'cx': 1043},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",dj_mapped_ibm_washington_qiskit_opt0_81.qasm -99,27,848,"{'rz': 1000, 'sx': 26, 'measure': 26}",{'cx': 1907},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt1_26.qasm -100,127,1063,"{'rz': 1689, 'sx': 41, 'measure': 41}",{'cx': 4152},"(16, 26); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",qft_mapped_ibm_washington_qiskit_opt2_41.qasm -101,127,1553,"{'sx': 328, 'rz': 328, 'measure': 41}",{'cx': 8321},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (85, 73)",realamprandom_mapped_ibm_washington_qiskit_opt2_41.qasm -102,127,1000,"{'rz': 432, 'sx': 220, 'measure': 13, 'x': 8}",{'cx': 690},"(83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (122, 111); (122, 123); (123, 122)",pricingcall_mapped_ibm_washington_qiskit_opt1_13.qasm -103,127,11458,"{'rz': 776, 'sx': 776, 'measure': 97}",{'cx': 72747},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_97.qasm -104,127,321,"{'rz': 144, 'sx': 96, 'measure': 12}",{'cx': 1308},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_12.qasm -105,27,63,"{'rz': 38, 'sx': 19, 'x': 13, 'measure': 9}",{'cx': 81},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 9); (9, 8)",dj_mapped_ibm_montreal_qiskit_opt0_10.qasm -106,127,688,"{'rz': 627, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 1251},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt2_21.qasm -107,127,821,"{'rz': 818, 'sx': 674, 'measure': 23, 'x': 21}",{'cx': 2359},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt3_23.qasm -108,127,4726,"{'rz': 7178, 'sx': 70, 'measure': 69}",{'cx': 30719},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_69.qasm -109,127,8727,"{'rz': 3894, 'sx': 2280, 'x': 50, 'measure': 21}",{'cx': 4934},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",pricingcall_mapped_ibm_washington_qiskit_opt0_21.qasm -110,127,398,"{'rz': 294, 'sx': 163, 'measure': 81}",{'cx': 564},"(4, 15); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (110, 100)",dj_mapped_ibm_washington_qiskit_opt2_82.qasm -111,127,2985,"{'rz': 4813, 'sx': 87, 'measure': 86}",{'cx': 17794},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_86.qasm -112,27,434,"{'rz': 319, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 639},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_15.qasm -113,127,96,"{'measure': 93, 'rz': 2, 'sx': 1}",{'cx': 92},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_93.qasm -114,127,506,"{'rz': 524, 'sx': 198, 'measure': 12, 'x': 5}",{'cx': 735},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",random_mapped_ibm_washington_qiskit_opt1_12.qasm -115,127,4568,"{'rz': 1862, 'sx': 228, 'measure': 38}",{'cx': 22877},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_38.qasm -116,127,1606,"{'rz': 2868, 'sx': 1181, 'x': 104, 'measure': 44}",{'cx': 4173},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100)",ae_mapped_ibm_washington_qiskit_opt3_44.qasm -117,127,984,"{'rz': 710, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 2586},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_21.qasm -118,27,252,"{'rz': 108, 'sx': 72, 'measure': 9}",{'cx': 603},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",realamprandom_mapped_ibm_montreal_qiskit_opt0_9.qasm -119,127,824,"{'rz': 853, 'sx': 303, 'x': 43, 'measure': 21}",{'cx': 1248},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",qpeexact_mapped_ibm_washington_qiskit_opt3_22.qasm -120,127,9042,"{'sx': 832, 'rz': 832, 'measure': 104}",{'cx': 67501},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_104.qasm -121,127,7451,"{'rz': 12262, 'sx': 692, 'measure': 116}",{'cx': 37937},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_116.qasm -122,127,196,"{'rz': 156, 'sx': 91, 'x': 11, 'measure': 7}",{'cx': 137},"(77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (91, 79); (91, 98); (98, 91)",random_mapped_ibm_washington_qiskit_opt3_7.qasm -123,127,15014,"{'sx': 1016, 'rz': 1016, 'measure': 127}",{'cx': 112003},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_127.qasm -124,127,170,"{'rz': 86, 'sx': 43, 'x': 21, 'measure': 21}",{'cx': 294},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_22.qasm -125,127,221,"{'sx': 216, 'rz': 108, 'measure': 55, 'x': 1}",{'cx': 108},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_55.qasm -126,127,29,"{'measure': 26, 'rz': 2, 'sx': 1}",{'cx': 25},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt2_26.qasm -127,127,5541,"{'rz': 516, 'sx': 344, 'measure': 43}",{'cx': 31611},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_43.qasm -128,127,2380,"{'rz': 1400, 'sx': 1031, 'x': 55, 'measure': 17}",{'cx': 1094},"(45, 54); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",pricingput_mapped_ibm_washington_qiskit_opt3_17.qasm -129,27,2195,"{'rz': 1008, 'sx': 668, 'x': 22, 'measure': 17}",{'cx': 1294},"(4, 7); (7, 4); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",pricingput_mapped_ibm_montreal_qiskit_opt2_17.qasm -130,127,10000,"{'rz': 14268, 'sx': 696, 'measure': 116}",{'cx': 80492},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_116.qasm -131,127,120,"{'rz': 79, 'sx': 8, 'measure': 8}",{'cx': 140},"(45, 54); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qft_mapped_ibm_washington_qiskit_opt2_8.qasm -132,127,117,"{'sx': 112, 'rz': 56, 'measure': 29, 'x': 1}",{'cx': 56},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",wstate_mapped_ibm_washington_qiskit_opt1_29.qasm -133,127,68,"{'rz': 183, 'sx': 100, 'measure': 55, 'x': 3}",{'cx': 222},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (93, 87); (93, 106); (106, 93)",graphstate_mapped_ibm_washington_qiskit_opt3_55.qasm -134,127,40,"{'rz': 76, 'sx': 40, 'measure': 8}",{'cx': 50},"(45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",qaoa_mapped_ibm_washington_qiskit_opt2_8.qasm -135,127,26181,"{'rz': 9420, 'sx': 231, 'x': 48, 'measure': 9}",{'cx': 24174},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt0_9.qasm -136,27,912,"{'rz': 1075, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 2105},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_26.qasm -137,127,34883,"{'rz': 36655, 'sx': 13618, 'x': 500, 'measure': 98}",{'cx': 187234},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",random_mapped_ibm_washington_qiskit_opt1_98.qasm -138,127,7829,"{'sx': 696, 'rz': 696, 'measure': 87}",{'cx': 54045},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_87.qasm -139,27,756,"{'rz': 751, 'sx': 225, 'x': 34, 'measure': 20}",{'cx': 1209},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_21.qasm -140,127,3058,"{'rz': 5328, 'sx': 98, 'measure': 98}",{'cx': 22660},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qft_mapped_ibm_washington_qiskit_opt2_98.qasm -141,27,804,"{'rz': 1106, 'sx': 963, 'x': 25, 'measure': 23}",{'cx': 2223},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt3_23.qasm -142,127,28,"{'measure': 25, 'rz': 2, 'sx': 1}",{'cx': 24},"(69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_25.qasm -143,127,3457,"{'rz': 5301, 'sx': 95, 'measure': 95}",{'cx': 20456},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt2_95.qasm -144,127,3113,"{'rz': 4144, 'sx': 104, 'measure': 52, 'x': 1}",{'cx': 9413},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt1_53.qasm -145,127,3150,"{'rz': 2955, 'sx': 1112, 'x': 41, 'measure': 28}",{'cx': 7299},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt1_28.qasm -146,127,231,"{'sx': 72, 'rz': 72, 'measure': 9}",{'cx': 306},"(44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62)",realamprandom_mapped_ibm_washington_qiskit_opt2_9.qasm -147,127,65,"{'sx': 60, 'rz': 30, 'measure': 16, 'x': 1}",{'cx': 30},"(108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_16.qasm -148,127,2001,"{'rz': 288, 'sx': 288, 'measure': 36}",{'cx': 8413},"(45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt1_36.qasm -149,127,3062,"{'rz': 6046, 'sx': 103, 'measure': 102}",{'cx': 25034},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qftentangled_mapped_ibm_washington_qiskit_opt2_102.qasm -150,127,214,"{'rz': 150, 'sx': 50, 'measure': 9}",{'cx': 156},"(87, 93); (93, 87); (93, 106); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_9.qasm -151,127,812,"{'rz': 732, 'sx': 122, 'measure': 21}",{'cx': 1194},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (85, 73); (91, 79)",ae_mapped_ibm_washington_qiskit_opt1_21.qasm -152,127,4411,"{'rz': 488, 'sx': 488, 'measure': 61}",{'cx': 21599},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt2_61.qasm -153,127,447,"{'rz': 532, 'sx': 19, 'measure': 19}",{'cx': 960},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66)",qft_mapped_ibm_washington_qiskit_opt1_19.qasm -154,127,2362,"{'rz': 5043, 'sx': 63, 'measure': 62}",{'cx': 10632},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt1_62.qasm -155,127,3476,"{'rz': 448, 'sx': 448, 'measure': 56}",{'cx': 18511},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_56.qasm -156,127,29,"{'sx': 24, 'rz': 12, 'measure': 7, 'x': 1}",{'cx': 12},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_7.qasm -157,127,7326,"{'rz': 11928, 'sx': 90, 'measure': 89}",{'cx': 54126},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_89.qasm -158,27,30,"{'rz': 62, 'sx': 31, 'measure': 23}",{'cx': 56},"(2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_23.qasm -159,27,576,"{'rz': 508, 'sx': 246, 'measure': 14}",{'cx': 776},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",groundstate_large_mapped_ibm_montreal_qiskit_opt2_14.qasm -160,27,1114,"{'rz': 1080, 'sx': 872, 'x': 40, 'measure': 24}",{'cx': 2863},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_24.qasm -161,27,1218,"{'rz': 200, 'sx': 200, 'measure': 25}",{'cx': 4031},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_25.qasm -162,127,2665,"{'rz': 2208, 'sx': 212, 'measure': 36}",{'cx': 7758},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24); (35, 28)",ae_mapped_ibm_washington_qiskit_opt0_36.qasm -163,127,110,"{'rz': 126, 'sx': 63, 'measure': 21}",{'cx': 327},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_21.qasm -164,127,1211,"{'rz': 1880, 'sx': 240, 'measure': 40}",{'cx': 6653},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt2_40.qasm -165,127,52,"{'rz': 50, 'sx': 25, 'measure': 12}",{'cx': 39},"(45, 54); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (81, 72)",dj_mapped_ibm_washington_qiskit_opt1_13.qasm -166,27,210,"{'rz': 137, 'sx': 16, 'measure': 8, 'x': 1}",{'cx': 307},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeexact_mapped_ibm_montreal_qiskit_opt0_9.qasm -167,127,2723,"{'rz': 6631, 'sx': 5504, 'x': 251, 'measure': 57}",{'cx': 15875},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_57.qasm -168,127,62,"{'rz': 162, 'sx': 81, 'measure': 49}",{'cx': 214},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 98); (92, 83); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99)",graphstate_mapped_ibm_washington_qiskit_opt2_49.qasm -169,27,66,"{'measure': 24, 'rz': 2, 'sx': 1}",{'cx': 65},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_24.qasm -170,127,82,"{'rz': 376, 'sx': 188, 'measure': 102}",{'cx': 558},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_102.qasm -171,127,26,"{'rz': 30, 'sx': 15, 'measure': 9}",{'cx': 21},"(24, 25); (24, 34); (25, 24); (34, 24); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (111, 104); (111, 122); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt2_9.qasm -172,127,49,"{'sx': 44, 'rz': 22, 'measure': 12, 'x': 1}",{'cx': 22},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18)",wstate_mapped_ibm_washington_qiskit_opt2_12.qasm -173,127,494,"{'rz': 706, 'sx': 134, 'measure': 21, 'x': 9}",{'cx': 1106},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (85, 73)",qftentangled_mapped_ibm_washington_qiskit_opt3_21.qasm -174,127,249,"{'sx': 244, 'rz': 122, 'measure': 62, 'x': 1}",{'cx': 122},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_62.qasm -175,127,3008,"{'rz': 3800, 'sx': 136, 'measure': 68, 'x': 1}",{'cx': 12549},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (118, 110)",qpeexact_mapped_ibm_washington_qiskit_opt2_69.qasm -176,127,10346,"{'rz': 11760, 'sx': 630, 'measure': 105}",{'cx': 70813},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_105.qasm -177,127,97,"{'sx': 92, 'rz': 46, 'measure': 24, 'x': 1}",{'cx': 46},"(70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_24.qasm -178,127,1255,"{'rz': 1820, 'sx': 645, 'x': 83, 'measure': 32}",{'cx': 2730},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt3_33.qasm -179,127,2866,"{'rz': 5279, 'sx': 64, 'measure': 64}",{'cx': 12027},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qft_mapped_ibm_washington_qiskit_opt1_64.qasm -180,127,2328,"{'sx': 440, 'rz': 440, 'measure': 55}",{'cx': 16947},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_55.qasm -181,127,1938,"{'rz': 2341, 'sx': 94, 'measure': 47, 'x': 1}",{'cx': 6450},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",qpeinexact_mapped_ibm_washington_qiskit_opt2_48.qasm -182,127,1402,"{'rz': 2776, 'sx': 2362, 'x': 117, 'measure': 38}",{'cx': 6148},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_38.qasm -183,127,74,"{'rz': 178, 'sx': 89, 'measure': 55}",{'cx': 289},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt2_55.qasm -184,27,729,"{'rz': 748, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 1550},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_23.qasm -185,127,7165,"{'rz': 7339, 'sx': 2878, 'x': 88, 'measure': 45}",{'cx': 24668},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83)",random_mapped_ibm_washington_qiskit_opt2_45.qasm -186,127,935,"{'rz': 2565, 'sx': 1240, 'x': 77, 'measure': 39}",{'cx': 3188},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt3_39.qasm -187,127,3341,"{'rz': 4101, 'sx': 144, 'measure': 72, 'x': 1}",{'cx': 13131},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qpeexact_mapped_ibm_washington_qiskit_opt2_73.qasm -188,127,1352,"{'sx': 582, 'rz': 486, 'measure': 127, 'x': 1}",{'cx': 1748},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_127.qasm -189,127,4590,"{'rz': 432, 'sx': 288, 'measure': 36}",{'cx': 23091},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_36.qasm -190,127,407,"{'rz': 283, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 512},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (81, 72)",qpeinexact_mapped_ibm_washington_qiskit_opt2_14.qasm -191,127,177,"{'sx': 172, 'rz': 86, 'measure': 44, 'x': 1}",{'cx': 86},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",wstate_mapped_ibm_washington_qiskit_opt1_44.qasm -192,127,1945,"{'rz': 6789, 'sx': 5984, 'x': 144, 'measure': 45}",{'cx': 8372},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_45.qasm -193,27,21,"{'measure': 18, 'rz': 2, 'sx': 1}",{'cx': 17},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_18.qasm -194,127,2581,"{'sx': 368, 'rz': 368, 'measure': 46}",{'cx': 13563},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt1_46.qasm -195,127,19214,"{'sx': 1000, 'rz': 1000, 'measure': 125}",{'cx': 136190},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_125.qasm -196,127,845,"{'rz': 1109, 'sx': 28, 'measure': 27}",{'cx': 3494},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_27.qasm -197,27,352,"{'rz': 248, 'sx': 164, 'measure': 8}",{'cx': 285},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_8.qasm -198,127,6761,"{'rz': 11941, 'sx': 120, 'measure': 119}",{'cx': 40020},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_119.qasm -199,127,353,"{'sx': 348, 'rz': 174, 'measure': 88, 'x': 1}",{'cx': 174},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_88.qasm -200,127,72,"{'rz': 108, 'sx': 72, 'measure': 12}",{'cx': 133},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",vqe_mapped_ibm_washington_qiskit_opt0_12.qasm -201,127,3131,"{'rz': 3946, 'sx': 140, 'measure': 70, 'x': 1}",{'cx': 12744},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (111, 104)",qpeexact_mapped_ibm_washington_qiskit_opt2_71.qasm -202,127,65,"{'measure': 62, 'rz': 2, 'sx': 1}",{'cx': 61},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_62.qasm -203,127,1244,"{'rz': 1552, 'sx': 541, 'x': 61, 'measure': 30}",{'cx': 2449},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt3_31.qasm -204,127,4676,"{'rz': 6057, 'sx': 202, 'measure': 101, 'x': 1}",{'cx': 27102},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_102.qasm -205,127,783,"{'measure': 105, 'rz': 2, 'sx': 1}",{'cx': 896},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_105.qasm -206,127,3981,"{'rz': 4767, 'sx': 168, 'measure': 84, 'x': 1}",{'cx': 18902},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111)",qpeexact_mapped_ibm_washington_qiskit_opt2_85.qasm -207,27,41,"{'sx': 36, 'rz': 18, 'measure': 10, 'x': 1}",{'cx': 18},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_10.qasm -208,27,210,"{'sx': 64, 'rz': 64, 'measure': 8}",{'cx': 278},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",su2random_mapped_ibm_montreal_qiskit_opt1_8.qasm -209,127,625,"{'rz': 693, 'sx': 287, 'x': 14, 'measure': 14}",{'cx': 1041},"(82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",random_mapped_ibm_washington_qiskit_opt1_14.qasm -210,127,7153,"{'rz': 3630, 'sx': 330, 'measure': 55}",{'cx': 49989},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_55.qasm -211,127,2047,"{'rz': 3830, 'sx': 52, 'measure': 52}",{'cx': 7566},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt1_52.qasm -212,127,347,"{'rz': 208, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 363},"(45, 54); (54, 45); (54, 64); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62)",qpeinexact_mapped_ibm_washington_qiskit_opt2_12.qasm -213,27,16,"{'measure': 13, 'rz': 2, 'sx': 1}",{'cx': 12},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_13.qasm -214,127,548,"{'rz': 494, 'sx': 199, 'measure': 12, 'x': 5}",{'cx': 753},"(83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_12.qasm -215,127,959,"{'measure': 116, 'rz': 2, 'sx': 1}",{'cx': 1000},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",ghz_mapped_ibm_washington_qiskit_opt2_116.qasm -216,127,6236,"{'rz': 7812, 'sx': 72, 'measure': 72}",{'cx': 37251},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58)",qft_mapped_ibm_washington_qiskit_opt0_72.qasm -217,127,10524,"{'rz': 792, 'sx': 528, 'measure': 66}",{'cx': 81657},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_66.qasm -218,127,77,"{'rz': 222, 'sx': 111, 'measure': 65}",{'cx': 269},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",graphstate_mapped_ibm_washington_qiskit_opt2_65.qasm -219,127,8791,"{'rz': 13542, 'sx': 752, 'measure': 126}",{'cx': 45489},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_126.qasm -220,127,1358,"{'rz': 697, 'sx': 302, 'x': 20, 'measure': 9}",{'cx': 963},"(34, 43); (35, 47); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt3_9.qasm -221,127,2847,"{'rz': 4525, 'sx': 110, 'measure': 55, 'x': 1}",{'cx': 10058},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",qpeexact_mapped_ibm_washington_qiskit_opt1_56.qasm -222,127,7885,"{'rz': 14162, 'sx': 97, 'measure': 97}",{'cx': 61971},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt0_97.qasm -223,127,14012,"{'rz': 4862, 'sx': 151, 'x': 113, 'measure': 8}",{'cx': 12749},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",grover-noancilla_mapped_ibm_washington_qiskit_opt0_8.qasm -224,27,316,"{'rz': 239, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 541},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeexact_mapped_ibm_montreal_qiskit_opt0_12.qasm -225,127,2146,"{'rz': 2584, 'sx': 58, 'measure': 58}",{'cx': 7901},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt2_58.qasm -226,127,989,"{'rz': 1248, 'sx': 192, 'measure': 32}",{'cx': 4467},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103)",qnn_mapped_ibm_washington_qiskit_opt1_32.qasm -227,127,2041,"{'rz': 3091, 'sx': 63, 'measure': 62}",{'cx': 8866},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qftentangled_mapped_ibm_washington_qiskit_opt2_62.qasm -228,127,2098,"{'rz': 4194, 'sx': 55, 'measure': 55}",{'cx': 8511},"(27, 28); (28, 27); (28, 35); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt1_55.qasm -229,27,73,"{'sx': 68, 'rz': 34, 'measure': 18, 'x': 1}",{'cx': 34},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_18.qasm -230,127,7053,"{'rz': 7869, 'sx': 416, 'measure': 70}",{'cx': 34623},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",ae_mapped_ibm_washington_qiskit_opt0_70.qasm -231,27,7008,"{'rz': 2914, 'sx': 2234, 'x': 26, 'measure': 21}",{'cx': 3257},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",pricingput_mapped_ibm_montreal_qiskit_opt2_21.qasm -232,127,31,"{'measure': 28, 'rz': 2, 'sx': 1}",{'cx': 27},"(66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_28.qasm -233,127,465,"{'rz': 180, 'sx': 120, 'measure': 15}",{'cx': 2091},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_15.qasm -234,127,1897,"{'rz': 2058, 'sx': 252, 'measure': 42}",{'cx': 8896},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79)",qnn_mapped_ibm_washington_qiskit_opt1_42.qasm -235,127,7365,"{'rz': 12518, 'sx': 704, 'measure': 118}",{'cx': 37612},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_118.qasm -236,27,3916,"{'rz': 1441, 'sx': 341, 'measure': 15, 'x': 10}",{'cx': 3492},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt1_15.qasm -237,27,976,"{'rz': 1157, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 2208},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt1_27.qasm -238,127,7669,"{'rz': 11567, 'sx': 172, 'measure': 86, 'x': 1}",{'cx': 51498},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_87.qasm -239,127,94,"{'measure': 91, 'rz': 2, 'sx': 1}",{'cx': 90},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_91.qasm -240,27,196,"{'rz': 129, 'sx': 38, 'measure': 8, 'x': 5}",{'cx': 162},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18)",qpeexact_mapped_ibm_montreal_qiskit_opt3_9.qasm -241,127,533,"{'rz': 674, 'sx': 22, 'measure': 21}",{'cx': 1961},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_21.qasm -242,127,213,"{'sx': 208, 'rz': 104, 'measure': 53, 'x': 1}",{'cx': 104},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",wstate_mapped_ibm_washington_qiskit_opt1_53.qasm -243,127,11458,"{'rz': 776, 'sx': 776, 'measure': 97}",{'cx': 72747},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt1_97.qasm -244,127,682,"{'rz': 563, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 1188},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt2_20.qasm -245,127,52,"{'rz': 76, 'sx': 38, 'measure': 26}",{'cx': 101},"(34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 48); (48, 47); (48, 49); (49, 48); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt2_26.qasm -246,127,2439,"{'rz': 4676, 'sx': 60, 'measure': 59}",{'cx': 10257},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qftentangled_mapped_ibm_washington_qiskit_opt1_59.qasm -247,127,489,"{'sx': 160, 'rz': 160, 'measure': 20}",{'cx': 1674},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (93, 87)",realamprandom_mapped_ibm_washington_qiskit_opt2_20.qasm -248,127,7072,"{'rz': 9796, 'sx': 158, 'measure': 79, 'x': 1}",{'cx': 43031},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_80.qasm -249,127,207,"{'measure': 39, 'rz': 2, 'sx': 1}",{'cx': 368},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_39.qasm -250,127,10916,"{'rz': 744, 'sx': 744, 'measure': 93}",{'cx': 56217},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",realamprandom_mapped_ibm_washington_qiskit_opt2_93.qasm -251,127,515,"{'rz': 672, 'sx': 21, 'measure': 21}",{'cx': 1854},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_21.qasm -252,27,928,"{'rz': 1290, 'sx': 724, 'measure': 17}",{'cx': 1740},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_17.qasm -253,127,12109,"{'rz': 876, 'sx': 584, 'measure': 73}",{'cx': 102138},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62)",realamprandom_mapped_ibm_washington_qiskit_opt0_73.qasm -254,127,2360,"{'sx': 456, 'rz': 456, 'measure': 57}",{'cx': 17659},"(28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt2_57.qasm -255,127,368,"{'rz': 347, 'sx': 16, 'measure': 15}",{'cx': 1229},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_15.qasm -256,127,68,"{'measure': 65, 'rz': 2, 'sx': 1}",{'cx': 64},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_65.qasm -257,127,825,"{'rz': 2176, 'sx': 1374, 'measure': 27, 'x': 8}",{'cx': 2697},"(45, 54); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt3_27.qasm -258,127,59,"{'rz': 80, 'sx': 40, 'measure': 8}",{'cx': 101},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",qaoa_mapped_ibm_washington_qiskit_opt0_8.qasm -259,127,130,"{'rz': 562, 'sx': 281, 'measure': 127}",{'cx': 934},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_127.qasm -260,27,45,"{'sx': 40, 'rz': 20, 'measure': 11, 'x': 1}",{'cx': 20},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_11.qasm -261,127,1784,"{'rz': 3224, 'sx': 47, 'measure': 47}",{'cx': 6638},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt1_47.qasm -262,127,8666,"{'rz': 15240, 'sx': 720, 'measure': 120}",{'cx': 99657},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_120.qasm -263,127,7594,"{'rz': 9948, 'sx': 470, 'measure': 79}",{'cx': 41949},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt0_79.qasm -264,127,1368,"{'rz': 1974, 'sx': 631, 'x': 107, 'measure': 35}",{'cx': 3379},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",qpeexact_mapped_ibm_washington_qiskit_opt3_36.qasm -265,27,492,"{'rz': 653, 'sx': 22, 'measure': 21}",{'cx': 1217},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt1_21.qasm -266,127,8783,"{'rz': 12906, 'sx': 128, 'measure': 127}",{'cx': 50025},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_127.qasm -267,127,390,"{'rz': 720, 'sx': 360, 'measure': 120}",{'cx': 3168},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt0_120.qasm -268,127,10812,"{'rz': 828, 'sx': 552, 'measure': 69}",{'cx': 89313},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_69.qasm -269,127,7357,"{'rz': 10880, 'sx': 85, 'measure': 85}",{'cx': 51864},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_85.qasm -270,127,1366,"{'rz': 1060, 'sx': 636, 'measure': 107, 'x': 1}",{'cx': 1484},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",wstate_mapped_ibm_washington_qiskit_opt0_107.qasm -271,127,586,"{'rz': 620, 'sx': 250, 'x': 17, 'measure': 13}",{'cx': 900},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66)",random_mapped_ibm_washington_qiskit_opt1_13.qasm -272,27,701,"{'rz': 508, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1086},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_19.qasm -273,127,37402,"{'rz': 51535, 'sx': 17681, 'x': 224, 'measure': 102}",{'cx': 321412},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt0_102.qasm -274,127,322,"{'rz': 546, 'sx': 273, 'measure': 91}",{'cx': 2029},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75)",graphstate_mapped_ibm_washington_qiskit_opt0_91.qasm -275,27,189,"{'rz': 121, 'sx': 44, 'measure': 8}",{'cx': 122},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",ae_mapped_ibm_montreal_qiskit_opt1_8.qasm -276,27,24,"{'measure': 21, 'rz': 2, 'sx': 1}",{'cx': 20},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_21.qasm -277,127,1950,"{'rz': 2074, 'sx': 38, 'measure': 37}",{'cx': 8442},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_37.qasm -278,27,958,"{'rz': 996, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 1842},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_25.qasm -279,127,50,"{'rz': 60, 'sx': 30, 'measure': 20}",{'cx': 86},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",graphstate_mapped_ibm_washington_qiskit_opt2_20.qasm -280,127,8573,"{'rz': 13161, 'sx': 246, 'measure': 123, 'x': 1}",{'cx': 45919},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_124.qasm -281,127,1833,"{'rz': 2991, 'sx': 62, 'measure': 62}",{'cx': 9110},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100); (110, 118); (118, 110)",qft_mapped_ibm_washington_qiskit_opt2_62.qasm -282,127,23592,"{'rz': 25171, 'sx': 9228, 'x': 355, 'measure': 81}",{'cx': 111871},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",random_mapped_ibm_washington_qiskit_opt1_81.qasm -283,127,6697,"{'sx': 656, 'rz': 656, 'measure': 82}",{'cx': 41544},"(11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111)",su2random_mapped_ibm_washington_qiskit_opt2_82.qasm -284,127,7106,"{'rz': 10628, 'sx': 85, 'measure': 84}",{'cx': 50258},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_84.qasm -285,27,297,"{'rz': 220, 'sx': 13, 'measure': 13}",{'cx': 435},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qft_mapped_ibm_montreal_qiskit_opt2_13.qasm -286,127,27692,"{'rz': 36881, 'sx': 12522, 'x': 137, 'measure': 86}",{'cx': 209873},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_86.qasm -287,27,333,"{'rz': 285, 'sx': 14, 'measure': 14}",{'cx': 539},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_14.qasm -288,127,3354,"{'rz': 2955, 'sx': 248, 'measure': 42}",{'cx': 10977},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_42.qasm -289,27,32,"{'rz': 34, 'sx': 17, 'measure': 13}",{'cx': 25},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_13.qasm -290,127,196,"{'sx': 64, 'rz': 64, 'measure': 8}",{'cx': 238},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_8.qasm -291,27,589,"{'sx': 120, 'rz': 120, 'measure': 15}",{'cx': 1395},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",su2random_mapped_ibm_montreal_qiskit_opt1_15.qasm -292,127,2930,"{'sx': 456, 'rz': 456, 'measure': 57}",{'cx': 19995},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_57.qasm -293,127,77,"{'measure': 74, 'rz': 2, 'sx': 1}",{'cx': 73},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_74.qasm -294,127,4091,"{'rz': 1611, 'sx': 1164, 'measure': 19, 'x': 12}",{'cx': 2250},"(34, 43); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",pricingcall_mapped_ibm_washington_qiskit_opt1_19.qasm -295,127,475,"{'rz': 364, 'sx': 220, 'measure': 89, 'x': 16}",{'cx': 370},"(8, 16); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (102, 92); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt3_90.qasm -296,27,543,"{'rz': 475, 'sx': 18, 'measure': 18}",{'cx': 972},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_18.qasm -297,127,2744,"{'rz': 7703, 'sx': 85, 'measure': 84}",{'cx': 18576},"(16, 26); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_84.qasm -298,127,10267,"{'sx': 856, 'rz': 856, 'measure': 107}",{'cx': 75136},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_107.qasm -299,127,162,"{'rz': 500, 'sx': 250, 'measure': 118}",{'cx': 832},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (126, 112)",graphstate_mapped_ibm_washington_qiskit_opt2_118.qasm -300,127,50602,"{'rz': 51533, 'sx': 19103, 'x': 687, 'measure': 115}",{'cx': 290640},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_115.qasm -301,127,90,"{'measure': 87, 'rz': 2, 'sx': 1}",{'cx': 86},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_87.qasm -302,127,516,"{'rz': 387, 'sx': 229, 'measure': 103, 'x': 11}",{'cx': 505},"(0, 1); (0, 14); (1, 0); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (62, 72); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (112, 108); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118)",dj_mapped_ibm_washington_qiskit_opt3_104.qasm -303,127,10371,"{'rz': 15550, 'sx': 200, 'measure': 100, 'x': 1}",{'cx': 73142},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt0_101.qasm -304,127,1290,"{'sx': 515, 'rz': 395, 'measure': 116, 'x': 1}",{'cx': 1492},"(0, 1); (0, 14); (1, 0); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_116.qasm -305,127,62,"{'rz': 264, 'sx': 139, 'measure': 67, 'x': 2}",{'cx': 277},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119)",graphstate_mapped_ibm_washington_qiskit_opt3_67.qasm -306,127,6685,"{'rz': 720, 'sx': 720, 'measure': 90}",{'cx': 45759},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_90.qasm -307,127,4370,"{'rz': 8067, 'sx': 87, 'measure': 87}",{'cx': 21097},"(8, 16); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_87.qasm -308,127,4234,"{'rz': 6805, 'sx': 674, 'measure': 113}",{'cx': 29412},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_113.qasm -309,127,24,"{'rz': 63, 'sx': 42, 'measure': 7}",{'cx': 12},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",vqe_mapped_ibm_washington_qiskit_opt0_7.qasm -310,127,3051,"{'rz': 3197, 'sx': 46, 'measure': 46}",{'cx': 13749},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_46.qasm -311,127,66,"{'measure': 63, 'rz': 2, 'sx': 1}",{'cx': 62},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ghz_mapped_ibm_washington_qiskit_opt1_63.qasm -312,127,1129,"{'rz': 985, 'sx': 54, 'measure': 27, 'x': 1}",{'cx': 2349},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt2_28.qasm -313,127,6972,"{'rz': 2912, 'sx': 2234, 'x': 28, 'measure': 21}",{'cx': 3129},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",pricingput_mapped_ibm_washington_qiskit_opt2_21.qasm -314,127,6351,"{'rz': 7128, 'sx': 486, 'measure': 81}",{'cx': 35829},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt1_81.qasm -315,127,91,"{'measure': 88, 'rz': 2, 'sx': 1}",{'cx': 87},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_88.qasm -316,127,404,"{'rz': 282, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 450},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qpeinexact_mapped_ibm_washington_qiskit_opt1_13.qasm -317,127,60,"{'rz': 111, 'sx': 57, 'measure': 30}",{'cx': 100},"(16, 26); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt3_30.qasm -318,127,15288,"{'sx': 984, 'rz': 984, 'measure': 123}",{'cx': 112268},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_123.qasm -319,127,309,"{'rz': 283, 'sx': 14, 'measure': 14}",{'cx': 530},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",qft_mapped_ibm_washington_qiskit_opt1_14.qasm -320,127,5757,"{'rz': 7128, 'sx': 486, 'measure': 81}",{'cx': 35913},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_81.qasm -321,27,475,"{'rz': 599, 'sx': 21, 'measure': 21}",{'cx': 1140},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_21.qasm -322,127,509,"{'rz': 282, 'sx': 141, 'measure': 70, 'x': 69}",{'cx': 877},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69)",dj_mapped_ibm_washington_qiskit_opt0_71.qasm -323,127,4658,"{'rz': 640, 'sx': 320, 'measure': 40}",{'cx': 27642},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_40.qasm -324,127,439,"{'rz': 448, 'sx': 226, 'x': 25, 'measure': 11}",{'cx': 507},"(54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt3_11.qasm -325,127,3157,"{'rz': 1296, 'sx': 303, 'x': 36, 'measure': 11}",{'cx': 3378},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt0_11.qasm -326,27,11,"{'measure': 8, 'rz': 2, 'sx': 1}",{'cx': 7},"(12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_8.qasm -327,127,269,"{'rz': 277, 'sx': 230, 'measure': 10, 'x': 6}",{'cx': 362},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102)",realamprandom_mapped_ibm_washington_qiskit_opt3_10.qasm -328,127,6873,"{'rz': 576, 'sx': 384, 'measure': 48}",{'cx': 41091},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_48.qasm -329,27,399,"{'rz': 394, 'sx': 244, 'measure': 10}",{'cx': 468},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_10.qasm -330,127,401,"{'rz': 403, 'sx': 270, 'measure': 9}",{'cx': 334},"(72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (91, 79); (91, 98); (98, 91)",portfoliovqe_mapped_ibm_washington_qiskit_opt3_9.qasm -331,127,86,"{'rz': 238, 'sx': 119, 'measure': 69}",{'cx': 372},"(4, 5); (4, 15); (5, 4); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83); (92, 102); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt2_69.qasm -332,127,22035,"{'rz': 22990, 'sx': 8720, 'x': 280, 'measure': 78}",{'cx': 102727},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_78.qasm -333,127,102,"{'measure': 99, 'rz': 2, 'sx': 1}",{'cx': 98},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_99.qasm -334,127,373,"{'rz': 286, 'sx': 143, 'measure': 71}",{'cx': 488},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt1_72.qasm -335,127,249,"{'sx': 244, 'rz': 122, 'measure': 62, 'x': 1}",{'cx': 122},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_62.qasm -336,127,4489,"{'rz': 9155, 'sx': 96, 'measure': 96}",{'cx': 24658},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_96.qasm -337,127,5826,"{'sx': 568, 'rz': 568, 'measure': 71}",{'cx': 35485},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_71.qasm -338,27,27,"{'rz': 73, 'sx': 70, 'measure': 13, 'x': 4}",{'cx': 24},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt2_13.qasm -339,27,196,"{'rz': 155, 'sx': 89, 'x': 11, 'measure': 7}",{'cx': 137},"(8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16)",random_mapped_ibm_montreal_qiskit_opt3_7.qasm -340,27,1119,"{'rz': 204, 'sx': 136, 'measure': 17}",{'cx': 3753},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_17.qasm -341,127,113,"{'sx': 108, 'rz': 54, 'measure': 28, 'x': 1}",{'cx': 54},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",wstate_mapped_ibm_washington_qiskit_opt2_28.qasm -342,27,19,"{'measure': 16, 'rz': 2, 'sx': 1}",{'cx': 15},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_16.qasm -343,127,2519,"{'rz': 2757, 'sx': 308, 'measure': 52}",{'cx': 6330},"(20, 21); (20, 33); (21, 20); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",ae_mapped_ibm_washington_qiskit_opt2_52.qasm -344,27,1306,"{'rz': 662, 'sx': 264, 'x': 60, 'measure': 13}",{'cx': 1073},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",pricingput_mapped_ibm_montreal_qiskit_opt0_13.qasm -345,127,1532,"{'rz': 1457, 'sx': 31, 'measure': 31}",{'cx': 5853},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_31.qasm -346,127,3855,"{'rz': 1607, 'sx': 1164, 'measure': 19, 'x': 12}",{'cx': 2114},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",pricingcall_mapped_ibm_washington_qiskit_opt2_19.qasm -347,127,125,"{'sx': 120, 'rz': 60, 'measure': 31, 'x': 1}",{'cx': 60},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",wstate_mapped_ibm_washington_qiskit_opt1_31.qasm -348,127,1408,"{'rz': 2179, 'sx': 850, 'x': 99, 'measure': 37}",{'cx': 3351},"(24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt3_38.qasm -349,127,31962,"{'rz': 44256, 'sx': 15317, 'x': 188, 'measure': 95}",{'cx': 261956},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt0_95.qasm -350,127,217,"{'sx': 212, 'rz': 106, 'measure': 54, 'x': 1}",{'cx': 106},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_54.qasm -351,127,7673,"{'rz': 11453, 'sx': 115, 'measure': 115}",{'cx': 38064},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qft_mapped_ibm_washington_qiskit_opt1_115.qasm -352,127,5174,"{'rz': 9605, 'sx': 190, 'measure': 95, 'x': 1}",{'cx': 25797},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_96.qasm -353,127,196,"{'sx': 64, 'rz': 64, 'measure': 8}",{'cx': 238},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",realamprandom_mapped_ibm_washington_qiskit_opt2_8.qasm -354,127,121,"{'measure': 28, 'rz': 2, 'sx': 1}",{'cx': 210},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_28.qasm -355,127,576,"{'measure': 117, 'rz': 2, 'sx': 1}",{'cx': 1037},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_117.qasm -356,127,91,"{'rz': 518, 'sx': 259, 'measure': 127}",{'cx': 766},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_127.qasm -357,127,5674,"{'rz': 7910, 'sx': 488, 'measure': 82}",{'cx': 19582},"(12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",ae_mapped_ibm_washington_qiskit_opt1_82.qasm -358,127,1554,"{'rz': 1180, 'sx': 708, 'measure': 119, 'x': 1}",{'cx': 1733},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_119.qasm -359,27,2192,"{'rz': 2291, 'sx': 923, 'x': 39, 'measure': 25}",{'cx': 4958},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_25.qasm -360,127,31206,"{'rz': 14130, 'sx': 200, 'measure': 9, 'x': 1}",{'cx': 30336},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65)",grover-noancilla_mapped_ibm_washington_qiskit_opt1_9.qasm -361,27,892,"{'rz': 1146, 'sx': 294, 'x': 40, 'measure': 26}",{'cx': 1935},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt3_27.qasm -362,127,82,"{'rz': 80, 'sx': 48, 'measure': 9, 'x': 1}",{'cx': 16},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",wstate_mapped_ibm_washington_qiskit_opt0_9.qasm -363,127,511,"{'rz': 370, 'sx': 185, 'measure': 92}",{'cx': 689},"(4, 15); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (118, 110)",dj_mapped_ibm_washington_qiskit_opt1_93.qasm -364,127,1562,"{'rz': 3719, 'sx': 1648, 'x': 197, 'measure': 52}",{'cx': 5660},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt3_52.qasm -365,127,697,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 2827},"(10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (35, 28); (35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_24.qasm -366,127,9597,"{'sx': 808, 'rz': 808, 'measure': 101}",{'cx': 68564},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_101.qasm -367,27,24,"{'rz': 55, 'sx': 52, 'measure': 10, 'x': 4}",{'cx': 18},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt3_10.qasm -368,127,10793,"{'rz': 840, 'sx': 560, 'measure': 70}",{'cx': 88971},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",realamprandom_mapped_ibm_washington_qiskit_opt0_70.qasm -369,27,38,"{'rz': 32, 'sx': 23, 'measure': 8, 'x': 3}",{'cx': 15},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12)",dj_mapped_ibm_montreal_qiskit_opt3_9.qasm -370,127,17551,"{'rz': 936, 'sx': 936, 'measure': 117}",{'cx': 108742},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_117.qasm -371,127,6713,"{'rz': 784, 'sx': 392, 'measure': 49}",{'cx': 43548},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_49.qasm -372,127,2147,"{'rz': 3589, 'sx': 50, 'measure': 50}",{'cx': 7298},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",qft_mapped_ibm_washington_qiskit_opt1_50.qasm -373,127,561,"{'rz': 405, 'sx': 235, 'measure': 104, 'x': 11}",{'cx': 565},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt3_105.qasm -374,27,902,"{'rz': 744, 'sx': 116, 'measure': 20}",{'cx': 1685},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16)",ae_mapped_ibm_montreal_qiskit_opt0_20.qasm -375,127,404,"{'rz': 314, 'sx': 157, 'measure': 78}",{'cx': 495},"(12, 17); (15, 22); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 73); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt1_79.qasm -376,127,2276,"{'rz': 1753, 'sx': 35, 'measure': 34}",{'cx': 8127},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20)",qftentangled_mapped_ibm_washington_qiskit_opt0_34.qasm -377,127,577,"{'rz': 310, 'sx': 155, 'measure': 77, 'x': 75}",{'cx': 980},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",dj_mapped_ibm_washington_qiskit_opt0_78.qasm -378,27,872,"{'rz': 744, 'sx': 144, 'measure': 24}",{'cx': 2586},"(2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt1_24.qasm -379,127,6031,"{'rz': 8253, 'sx': 75, 'measure': 74}",{'cx': 38667},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_74.qasm -380,127,332,"{'sx': 120, 'rz': 120, 'measure': 15}",{'cx': 902},"(4, 15); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_15.qasm -381,127,2685,"{'rz': 3983, 'sx': 422, 'measure': 71}",{'cx': 10848},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (118, 110)",ae_mapped_ibm_washington_qiskit_opt2_71.qasm -382,127,9381,"{'rz': 9741, 'sx': 3866, 'x': 166, 'measure': 52}",{'cx': 35128},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt2_52.qasm -383,27,772,"{'rz': 924, 'sx': 247, 'x': 38, 'measure': 23}",{'cx': 1503},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt3_24.qasm -384,27,10238,"{'rz': 4783, 'sx': 119, 'measure': 8, 'x': 1}",{'cx': 9191},"(8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",grover-noancilla_mapped_ibm_montreal_qiskit_opt1_8.qasm -385,127,429,"{'rz': 477, 'sx': 19, 'measure': 18}",{'cx': 899},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt1_18.qasm -386,127,6392,"{'rz': 8918, 'sx': 546, 'measure': 91}",{'cx': 45997},"(12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_91.qasm -387,127,6687,"{'rz': 3510, 'sx': 324, 'measure': 54}",{'cx': 45767},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_54.qasm -388,127,442,"{'rz': 333, 'sx': 193, 'measure': 84, 'x': 10}",{'cx': 388},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (53, 41); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (118, 110)",dj_mapped_ibm_washington_qiskit_opt3_85.qasm -389,127,5853,"{'rz': 7654, 'sx': 128, 'measure': 127}",{'cx': 41916},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_127.qasm -390,127,1192,"{'rz': 304, 'sx': 304, 'measure': 38}",{'cx': 6737},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_38.qasm -391,27,83,"{'rz': 62, 'sx': 31, 'measure': 15}",{'cx': 57},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt1_16.qasm -392,127,1278,"{'rz': 1475, 'sx': 206, 'measure': 35}",{'cx': 3096},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (111, 104); (111, 122); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_35.qasm -393,127,4305,"{'rz': 4402, 'sx': 1637, 'x': 61, 'measure': 35}",{'cx': 12892},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92)",random_mapped_ibm_washington_qiskit_opt2_35.qasm -394,127,824,"{'rz': 640, 'sx': 384, 'measure': 65, 'x': 1}",{'cx': 893},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",wstate_mapped_ibm_washington_qiskit_opt0_65.qasm -395,127,7391,"{'rz': 11383, 'sx': 218, 'measure': 109, 'x': 1}",{'cx': 37040},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_110.qasm -396,127,50,"{'sx': 58, 'rz': 56, 'measure': 4}",{'cx': 15},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2)",tsp_mapped_ibm_washington_qiskit_opt1_4.qasm -397,127,33,"{'sx': 28, 'rz': 14, 'measure': 8, 'x': 1}",{'cx': 14},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119)",wstate_mapped_ibm_washington_qiskit_opt2_8.qasm -398,127,4789,"{'rz': 7782, 'sx': 482, 'measure': 81}",{'cx': 18378},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119)",ae_mapped_ibm_washington_qiskit_opt1_81.qasm -399,127,66,"{'rz': 88, 'sx': 44, 'measure': 30}",{'cx': 135},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87)",graphstate_mapped_ibm_washington_qiskit_opt2_30.qasm -400,127,6364,"{'rz': 7735, 'sx': 140, 'measure': 70, 'x': 1}",{'cx': 36056},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69)",qpeexact_mapped_ibm_washington_qiskit_opt0_71.qasm -401,127,5026,"{'rz': 8178, 'sx': 522, 'measure': 87}",{'cx': 41784},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104); (111, 122); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_87.qasm -402,127,331,"{'rz': 313, 'sx': 151, 'x': 20, 'measure': 13}",{'cx': 280},"(72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (111, 104)",ae_mapped_ibm_washington_qiskit_opt3_13.qasm -403,127,78,"{'measure': 75, 'rz': 2, 'sx': 1}",{'cx': 74},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_75.qasm -404,127,285,"{'sx': 280, 'rz': 140, 'measure': 71, 'x': 1}",{'cx': 140},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_71.qasm -405,127,391,"{'measure': 85, 'rz': 2, 'sx': 1}",{'cx': 696},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_85.qasm -406,27,3481,"{'rz': 3250, 'sx': 1142, 'measure': 27, 'x': 13}",{'cx': 10579},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt0_27.qasm -407,27,172,"{'rz': 126, 'sx': 9, 'measure': 9}",{'cx': 336},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qft_mapped_ibm_montreal_qiskit_opt0_9.qasm -408,127,4708,"{'rz': 5601, 'sx': 182, 'measure': 91, 'x': 1}",{'cx': 22011},"(11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_92.qasm -409,127,1435,"{'rz': 1090, 'sx': 654, 'measure': 110, 'x': 1}",{'cx': 1604},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96)",wstate_mapped_ibm_washington_qiskit_opt0_110.qasm -410,127,1375,"{'sx': 568, 'rz': 484, 'measure': 123, 'x': 1}",{'cx': 1904},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_123.qasm -411,127,257,"{'sx': 252, 'rz': 126, 'measure': 64, 'x': 1}",{'cx': 126},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_64.qasm -412,127,6685,"{'rz': 720, 'sx': 720, 'measure': 90}",{'cx': 45759},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt2_90.qasm -413,127,326,"{'rz': 199, 'sx': 83, 'measure': 16, 'x': 3}",{'cx': 341},"(28, 35); (35, 28); (35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45)",portfolioqaoa_mapped_ibm_washington_qiskit_opt3_8.qasm -414,127,307,"{'rz': 250, 'sx': 125, 'measure': 62}",{'cx': 347},"(3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (16, 26); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (34, 24); (34, 43); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt1_63.qasm -415,127,940,"{'sx': 208, 'rz': 208, 'measure': 26}",{'cx': 4067},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",su2random_mapped_ibm_washington_qiskit_opt1_26.qasm -416,27,728,"{'rz': 628, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 1332},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_21.qasm -417,127,1757,"{'sx': 440, 'rz': 440, 'measure': 55}",{'cx': 14490},"(28, 29); (28, 35); (29, 28); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 64); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_55.qasm -418,127,277,"{'sx': 272, 'rz': 136, 'measure': 69, 'x': 1}",{'cx': 136},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_69.qasm -419,127,2829,"{'rz': 3261, 'sx': 120, 'measure': 60, 'x': 1}",{'cx': 10029},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeinexact_mapped_ibm_washington_qiskit_opt2_61.qasm -420,127,14136,"{'sx': 880, 'rz': 880, 'measure': 110}",{'cx': 91527},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_110.qasm -421,127,2575,"{'rz': 4070, 'sx': 308, 'measure': 52}",{'cx': 8044},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",ae_mapped_ibm_washington_qiskit_opt1_52.qasm -422,127,989,"{'rz': 1517, 'sx': 609, 'x': 67, 'measure': 31}",{'cx': 2044},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",ae_mapped_ibm_washington_qiskit_opt3_31.qasm -423,127,75,"{'rz': 68, 'sx': 41, 'measure': 18, 'x': 2}",{'cx': 47},"(44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (85, 73)",dj_mapped_ibm_washington_qiskit_opt3_19.qasm -424,127,70,"{'rz': 236, 'sx': 118, 'measure': 68}",{'cx': 374},"(4, 15); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (118, 110)",graphstate_mapped_ibm_washington_qiskit_opt2_68.qasm -425,127,320,"{'rz': 232, 'sx': 76, 'measure': 12}",{'cx': 628},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",qnn_mapped_ibm_washington_qiskit_opt3_12.qasm -426,127,2515,"{'rz': 2257, 'sx': 74, 'measure': 37, 'x': 1}",{'cx': 9425},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",qpeexact_mapped_ibm_washington_qiskit_opt0_38.qasm -427,27,2039,"{'rz': 288, 'sx': 192, 'measure': 24}",{'cx': 8376},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt0_24.qasm -428,127,4869,"{'rz': 7998, 'sx': 516, 'measure': 86}",{'cx': 37627},"(15, 22); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_86.qasm -429,127,3135,"{'rz': 5095, 'sx': 530, 'measure': 89}",{'cx': 16902},"(8, 16); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_89.qasm -430,127,274,"{'rz': 208, 'sx': 115, 'measure': 57}",{'cx': 378},"(15, 22); (16, 26); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 39); (34, 24); (34, 43); (35, 28); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (111, 104)",dj_mapped_ibm_washington_qiskit_opt2_58.qasm -431,127,61,"{'measure': 58, 'rz': 2, 'sx': 1}",{'cx': 57},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_58.qasm -432,127,15125,"{'rz': 15559, 'sx': 5870, 'x': 206, 'measure': 65}",{'cx': 63298},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt2_65.qasm -433,127,767,"{'rz': 152, 'sx': 152, 'measure': 19}",{'cx': 2211},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",realamprandom_mapped_ibm_washington_qiskit_opt1_19.qasm -434,27,9972,"{'rz': 5742, 'sx': 1664, 'x': 179, 'measure': 8}",{'cx': 7768},"(8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt3_8.qasm -435,127,35227,"{'rz': 48894, 'sx': 16876, 'x': 194, 'measure': 100}",{'cx': 304819},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt0_100.qasm -436,127,292,"{'measure': 55, 'rz': 2, 'sx': 1}",{'cx': 519},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (54, 45)",ghz_mapped_ibm_washington_qiskit_opt0_55.qasm -437,127,2828,"{'rz': 1089, 'sx': 255, 'measure': 13, 'x': 10}",{'cx': 2508},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt1_13.qasm -438,127,2598,"{'rz': 2572, 'sx': 1000, 'x': 32, 'measure': 27}",{'cx': 6397},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt1_27.qasm -439,127,155,"{'rz': 198, 'sx': 99, 'measure': 33}",{'cx': 534},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31)",graphstate_mapped_ibm_washington_qiskit_opt0_33.qasm -440,127,2333,"{'rz': 2544, 'sx': 42, 'measure': 41}",{'cx': 10188},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_41.qasm -441,127,129,"{'rz': 72, 'sx': 8, 'measure': 7}",{'cx': 123},"(45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qftentangled_mapped_ibm_washington_qiskit_opt1_7.qasm -442,127,8355,"{'rz': 12645, 'sx': 180, 'measure': 90, 'x': 1}",{'cx': 56877},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75)",qpeinexact_mapped_ibm_washington_qiskit_opt0_91.qasm -443,127,7976,"{'rz': 15052, 'sx': 101, 'measure': 100}",{'cx': 65436},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt0_100.qasm -444,127,29,"{'measure': 26, 'rz': 2, 'sx': 1}",{'cx': 25},"(68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_26.qasm -445,127,62,"{'measure': 59, 'rz': 2, 'sx': 1}",{'cx': 58},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ghz_mapped_ibm_washington_qiskit_opt1_59.qasm -446,127,310,"{'rz': 540, 'sx': 270, 'measure': 90}",{'cx': 1947},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",graphstate_mapped_ibm_washington_qiskit_opt0_90.qasm -447,27,69,"{'sx': 143, 'rz': 135, 'measure': 9}",{'cx': 40},"(17, 18); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",tsp_mapped_ibm_montreal_qiskit_opt2_9.qasm -448,127,6276,"{'rz': 7050, 'sx': 228, 'measure': 114, 'x': 1}",{'cx': 36055},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_115.qasm -449,127,4431,"{'rz': 8678, 'sx': 524, 'measure': 88}",{'cx': 21286},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_88.qasm -450,127,13,"{'measure': 10, 'rz': 2, 'sx': 1}",{'cx': 9},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121)",ghz_mapped_ibm_washington_qiskit_opt2_10.qasm -451,27,105,"{'rz': 60, 'sx': 7, 'measure': 7}",{'cx': 99},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qft_mapped_ibm_montreal_qiskit_opt2_7.qasm -452,127,687,"{'rz': 455, 'sx': 249, 'measure': 124}",{'cx': 952},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt2_125.qasm -453,127,8372,"{'rz': 14030, 'sx': 690, 'measure': 115}",{'cx': 85630},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_115.qasm -454,127,1950,"{'rz': 1924, 'sx': 725, 'measure': 23, 'x': 20}",{'cx': 4175},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",random_mapped_ibm_washington_qiskit_opt2_23.qasm -455,27,79,"{'rz': 68, 'sx': 45, 'measure': 19, 'x': 3}",{'cx': 48},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_20.qasm -456,127,315,"{'rz': 293, 'sx': 244, 'measure': 12, 'x': 5}",{'cx': 491},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",su2random_mapped_ibm_washington_qiskit_opt3_12.qasm -457,127,3088,"{'sx': 496, 'rz': 496, 'measure': 62}",{'cx': 21276},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_62.qasm -458,127,6661,"{'rz': 632, 'sx': 632, 'measure': 79}",{'cx': 42211},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_79.qasm -459,127,782,"{'rz': 519, 'sx': 459, 'measure': 29, 'x': 11}",{'cx': 3207},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (34, 24); (34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",su2random_mapped_ibm_washington_qiskit_opt3_29.qasm -460,127,9378,"{'rz': 14647, 'sx': 194, 'measure': 97, 'x': 1}",{'cx': 67784},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt0_98.qasm -461,127,41,"{'sx': 36, 'rz': 18, 'measure': 10, 'x': 1}",{'cx': 18},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121)",wstate_mapped_ibm_washington_qiskit_opt1_10.qasm -462,27,730,"{'rz': 668, 'sx': 23, 'measure': 23}",{'cx': 1424},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_23.qasm -463,127,7792,"{'rz': 712, 'sx': 712, 'measure': 89}",{'cx': 52217},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_89.qasm -464,127,3215,"{'rz': 1495, 'sx': 130, 'measure': 9, 'x': 1}",{'cx': 2760},"(73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107)",grover-v-chain_mapped_ibm_washington_qiskit_opt1_9.qasm -465,127,1366,"{'rz': 4465, 'sx': 2187, 'x': 232, 'measure': 55}",{'cx': 6410},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt3_55.qasm -466,27,521,"{'rz': 136, 'sx': 136, 'measure': 17}",{'cx': 1371},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_17.qasm -467,27,120,"{'sx': 100, 'rz': 50, 'measure': 26, 'x': 1}",{'cx': 65},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_26.qasm -468,127,1944,"{'rz': 15068, 'sx': 10995, 'measure': 60, 'x': 5}",{'cx': 12087},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt3_60.qasm -469,127,1584,"{'sx': 272, 'rz': 272, 'measure': 34}",{'cx': 7321},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (85, 73); (91, 79); (91, 98); (98, 91)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_34.qasm -470,127,5312,"{'sx': 632, 'rz': 632, 'measure': 79}",{'cx': 35718},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_79.qasm -471,127,2623,"{'sx': 360, 'rz': 360, 'measure': 45}",{'cx': 13336},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93)",su2random_mapped_ibm_washington_qiskit_opt1_45.qasm -472,27,105,"{'sx': 92, 'rz': 56, 'measure': 23, 'x': 1}",{'cx': 71},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_23.qasm -473,27,329,"{'rz': 160, 'sx': 80, 'measure': 10}",{'cx': 819},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",su2random_mapped_ibm_montreal_qiskit_opt0_10.qasm -474,127,167,"{'rz': 112, 'sx': 14, 'measure': 7, 'x': 1}",{'cx': 149},"(86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qpeinexact_mapped_ibm_washington_qiskit_opt1_8.qasm -475,27,352,"{'rz': 222, 'sx': 189, 'measure': 10, 'x': 6}",{'cx': 395},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt3_10.qasm -476,127,1188,"{'rz': 300, 'sx': 200, 'measure': 25}",{'cx': 6669},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_25.qasm -477,127,8109,"{'rz': 944, 'sx': 472, 'measure': 59}",{'cx': 60906},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_59.qasm -478,127,697,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 2827},"(10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (35, 28); (35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",realamprandom_mapped_ibm_washington_qiskit_opt2_24.qasm -479,127,57,"{'sx': 52, 'rz': 26, 'measure': 14, 'x': 1}",{'cx': 26},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56)",wstate_mapped_ibm_washington_qiskit_opt1_14.qasm -480,27,47750,"{'rz': 18642, 'sx': 243, 'x': 54, 'measure': 10}",{'cx': 42786},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 9); (9, 8)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt0_10.qasm -481,127,19,"{'measure': 16, 'rz': 2, 'sx': 1}",{'cx': 15},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt1_16.qasm -482,127,159,"{'rz': 246, 'sx': 123, 'measure': 41}",{'cx': 683},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",graphstate_mapped_ibm_washington_qiskit_opt0_41.qasm -483,127,35811,"{'rz': 19269, 'sx': 1484, 'measure': 18, 'x': 2}",{'cx': 34209},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",shor_9_4_mapped_ibm_washington_qiskit_opt1_18.qasm -484,27,105,"{'rz': 74, 'sx': 37, 'x': 21, 'measure': 18}",{'cx': 174},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",dj_mapped_ibm_montreal_qiskit_opt0_19.qasm -485,127,89,"{'rz': 110, 'sx': 55, 'measure': 31}",{'cx': 166},"(3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (98, 91)",graphstate_mapped_ibm_washington_qiskit_opt1_31.qasm -486,27,1001,"{'rz': 1102, 'sx': 152, 'measure': 26}",{'cx': 1850},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt1_26.qasm -487,127,351,"{'measure': 72, 'rz': 2, 'sx': 1}",{'cx': 629},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58)",ghz_mapped_ibm_washington_qiskit_opt0_72.qasm -488,27,59,"{'measure': 14, 'rz': 2, 'sx': 1}",{'cx': 103},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ghz_mapped_ibm_montreal_qiskit_opt0_14.qasm -489,127,254,"{'rz': 336, 'sx': 182, 'measure': 7}",{'cx': 255},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",portfoliovqe_mapped_ibm_washington_qiskit_opt0_7.qasm -490,127,546,"{'rz': 294, 'sx': 147, 'measure': 73, 'x': 71}",{'cx': 901},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62); (73, 66)",dj_mapped_ibm_washington_qiskit_opt0_74.qasm -491,127,1998,"{'rz': 2918, 'sx': 254, 'measure': 43}",{'cx': 5419},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (118, 110)",ae_mapped_ibm_washington_qiskit_opt1_43.qasm -492,127,1826,"{'rz': 3098, 'sx': 2554, 'x': 114, 'measure': 42}",{'cx': 8472},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_42.qasm -493,127,861,"{'rz': 813, 'sx': 122, 'measure': 21}",{'cx': 1944},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_21.qasm -494,127,7188,"{'rz': 2876, 'sx': 2194, 'measure': 21, 'x': 12}",{'cx': 3432},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",pricingcall_mapped_ibm_washington_qiskit_opt1_21.qasm -495,127,8203,"{'rz': 15354, 'sx': 102, 'measure': 101}",{'cx': 68247},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt0_101.qasm -496,127,939,"{'rz': 1764, 'sx': 741, 'x': 55, 'measure': 32}",{'cx': 2366},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt3_32.qasm -497,127,2949,"{'rz': 3626, 'sx': 49, 'measure': 49}",{'cx': 14604},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_49.qasm -498,127,2269,"{'rz': 2286, 'sx': 920, 'x': 38, 'measure': 25}",{'cx': 5079},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",random_mapped_ibm_washington_qiskit_opt1_25.qasm -499,27,633,"{'rz': 377, 'sx': 91, 'measure': 26}",{'cx': 1193},"(0, 1); (1, 0); (1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt1_13.qasm -500,127,1187,"{'rz': 1794, 'sx': 234, 'measure': 39}",{'cx': 6469},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (73, 66); (73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt2_39.qasm -501,127,6593,"{'rz': 6641, 'sx': 2514, 'x': 100, 'measure': 43}",{'cx': 21458},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",random_mapped_ibm_washington_qiskit_opt2_43.qasm -502,127,4453,"{'rz': 4727, 'sx': 164, 'measure': 82, 'x': 1}",{'cx': 18339},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",qpeinexact_mapped_ibm_washington_qiskit_opt2_83.qasm -503,27,81,"{'sx': 76, 'rz': 38, 'measure': 20, 'x': 1}",{'cx': 38},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_20.qasm -504,27,937,"{'rz': 432, 'sx': 96, 'measure': 16}",{'cx': 2670},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qnn_mapped_ibm_montreal_qiskit_opt0_16.qasm -505,127,394,"{'rz': 400, 'sx': 163, 'measure': 11, 'x': 8}",{'cx': 562},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42)",random_mapped_ibm_washington_qiskit_opt2_11.qasm -506,127,1315,"{'rz': 2815, 'sx': 1303, 'x': 111, 'measure': 43}",{'cx': 4113},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",qftentangled_mapped_ibm_washington_qiskit_opt3_43.qasm -507,127,2245,"{'sx': 384, 'rz': 384, 'measure': 48}",{'cx': 15235},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93)",su2random_mapped_ibm_washington_qiskit_opt1_48.qasm -508,27,484,"{'rz': 475, 'sx': 19, 'measure': 19}",{'cx': 1012},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_19.qasm -509,127,28564,"{'rz': 30266, 'sx': 11583, 'x': 379, 'measure': 90}",{'cx': 149624},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",random_mapped_ibm_washington_qiskit_opt2_90.qasm -510,127,16703,"{'sx': 1008, 'rz': 1008, 'measure': 126}",{'cx': 121520},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_126.qasm -511,127,3611,"{'rz': 4027, 'sx': 142, 'measure': 71, 'x': 1}",{'cx': 13524},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt2_72.qasm -512,127,226,"{'rz': 110, 'sx': 55, 'x': 27, 'measure': 27}",{'cx': 390},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_28.qasm -513,127,676,"{'rz': 495, 'sx': 287, 'measure': 122, 'x': 16}",{'cx': 658},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (4, 15); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt3_123.qasm -514,127,5869,"{'rz': 6087, 'sx': 590, 'measure': 99}",{'cx': 21462},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_99.qasm -515,127,78,"{'rz': 330, 'sx': 165, 'measure': 87}",{'cx': 489},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt2_87.qasm -516,27,258,"{'rz': 210, 'sx': 12, 'measure': 12}",{'cx': 369},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt1_12.qasm -517,127,48,"{'measure': 45, 'rz': 2, 'sx': 1}",{'cx': 44},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt2_45.qasm -518,127,873,"{'rz': 1272, 'sx': 464, 'x': 57, 'measure': 26}",{'cx': 1896},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt3_27.qasm -519,127,4455,"{'rz': 6938, 'sx': 148, 'measure': 74, 'x': 1}",{'cx': 17076},"(12, 17); (17, 12); (17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_75.qasm -520,127,10824,"{'rz': 13288, 'sx': 248, 'measure': 124, 'x': 1}",{'cx': 49901},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_125.qasm -521,27,275,"{'rz': 187, 'sx': 13, 'measure': 12}",{'cx': 398},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_12.qasm -522,127,1443,"{'sx': 320, 'rz': 320, 'measure': 40}",{'cx': 8077},"(24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",realamprandom_mapped_ibm_washington_qiskit_opt2_40.qasm -523,127,1029,"{'rz': 1239, 'sx': 54, 'measure': 27, 'x': 1}",{'cx': 3787},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_28.qasm -524,127,1440,"{'rz': 1777, 'sx': 236, 'measure': 40}",{'cx': 3984},"(23, 24); (24, 23); (24, 34); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt2_40.qasm -525,127,877,"{'rz': 867, 'sx': 326, 'measure': 15, 'x': 11}",{'cx': 1470},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",random_mapped_ibm_washington_qiskit_opt1_15.qasm -526,127,51,"{'measure': 48, 'rz': 2, 'sx': 1}",{'cx': 47},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt2_48.qasm -527,127,2889,"{'rz': 3498, 'sx': 71, 'measure': 70}",{'cx': 11486},"(8, 16); (16, 8); (16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_70.qasm -528,127,819,"{'rz': 3273, 'sx': 2091, 'x': 45, 'measure': 40}",{'cx': 2967},"(35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt3_40.qasm -529,127,5312,"{'sx': 632, 'rz': 632, 'measure': 79}",{'cx': 35718},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_79.qasm -530,127,3611,"{'rz': 4027, 'sx': 142, 'measure': 71, 'x': 1}",{'cx': 13524},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt2_72.qasm -531,127,443,"{'rz': 464, 'sx': 210, 'measure': 24, 'x': 13}",{'cx': 847},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",portfolioqaoa_mapped_ibm_washington_qiskit_opt3_12.qasm -532,127,2294,"{'rz': 1855, 'sx': 35, 'measure': 35}",{'cx': 8267},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24)",qft_mapped_ibm_washington_qiskit_opt0_35.qasm -533,27,225,"{'rz': 80, 'sx': 80, 'measure': 10}",{'cx': 394},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_10.qasm -534,127,2577,"{'rz': 2542, 'sx': 41, 'measure': 41}",{'cx': 10256},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_41.qasm -535,127,34,"{'measure': 31, 'rz': 2, 'sx': 1}",{'cx': 30},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt3_31.qasm -536,127,3211,"{'rz': 6189, 'sx': 5258, 'x': 232, 'measure': 56}",{'cx': 15227},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",realamprandom_mapped_ibm_washington_qiskit_opt3_56.qasm -537,127,196,"{'rz': 80, 'sx': 80, 'measure': 10}",{'cx': 375},"(73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_10.qasm -538,27,64,"{'rz': 84, 'sx': 42, 'measure': 26}",{'cx': 77},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_26.qasm -539,27,674,"{'rz': 605, 'sx': 110, 'measure': 19}",{'cx': 933},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt1_19.qasm -540,27,93,"{'rz': 126, 'sx': 63, 'measure': 21}",{'cx': 189},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (20, 19)",graphstate_mapped_ibm_montreal_qiskit_opt0_21.qasm -541,127,77,"{'sx': 72, 'rz': 36, 'measure': 19, 'x': 1}",{'cx': 36},"(93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_19.qasm -542,127,9316,"{'rz': 4940, 'sx': 390, 'measure': 65}",{'cx': 69668},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_65.qasm -543,27,331,"{'rz': 210, 'sx': 60, 'measure': 10}",{'cx': 633},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qnn_mapped_ibm_montreal_qiskit_opt0_10.qasm -544,127,125,"{'rz': 352, 'sx': 176, 'measure': 92}",{'cx': 494},"(6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",graphstate_mapped_ibm_washington_qiskit_opt2_92.qasm -545,127,4450,"{'rz': 608, 'sx': 304, 'measure': 38}",{'cx': 23781},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_38.qasm -546,127,2308,"{'rz': 1877, 'sx': 645, 'measure': 20, 'x': 9}",{'cx': 5568},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_20.qasm -547,127,4431,"{'rz': 5985, 'sx': 63, 'measure': 63}",{'cx': 26211},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_63.qasm -548,127,8575,"{'rz': 12100, 'sx': 176, 'measure': 88, 'x': 1}",{'cx': 55901},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_89.qasm -549,127,3992,"{'rz': 7585, 'sx': 84, 'measure': 83}",{'cx': 19149},"(15, 22); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_83.qasm -550,127,8142,"{'rz': 12469, 'sx': 92, 'measure': 91}",{'cx': 58461},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75)",qftentangled_mapped_ibm_washington_qiskit_opt0_91.qasm -551,127,1094,"{'rz': 1102, 'sx': 152, 'measure': 26}",{'cx': 1838},"(24, 34); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (52, 37); (52, 56); (53, 41); (53, 60); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (92, 83); (92, 102); (102, 92)",ae_mapped_ibm_washington_qiskit_opt1_26.qasm -552,127,4363,"{'rz': 3963, 'sx': 290, 'measure': 49}",{'cx': 16674},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_49.qasm -553,127,9590,"{'rz': 13034, 'sx': 244, 'measure': 122, 'x': 1}",{'cx': 45285},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_123.qasm -554,127,138,"{'rz': 494, 'sx': 247, 'measure': 121}",{'cx': 769},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_121.qasm -555,27,2907,"{'rz': 2915, 'sx': 1001, 'measure': 24, 'x': 14}",{'cx': 8226},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt0_24.qasm -556,127,3081,"{'rz': 3868, 'sx': 134, 'measure': 67, 'x': 1}",{'cx': 12087},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt2_68.qasm -557,127,740,"{'rz': 252, 'sx': 168, 'measure': 21}",{'cx': 4308},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_21.qasm -558,127,5729,"{'rz': 6195, 'sx': 208, 'measure': 104, 'x': 1}",{'cx': 28260},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt2_105.qasm -559,27,258,"{'rz': 184, 'sx': 95, 'measure': 14, 'x': 8}",{'cx': 232},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt3_7.qasm -560,127,818,"{'rz': 1159, 'sx': 32, 'measure': 31}",{'cx': 2543},"(36, 51); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92)",qftentangled_mapped_ibm_washington_qiskit_opt2_31.qasm -561,127,2071,"{'sx': 384, 'rz': 384, 'measure': 48}",{'cx': 12564},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_48.qasm -562,27,1200,"{'rz': 1027, 'sx': 26, 'measure': 26}",{'cx': 3977},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt0_26.qasm -563,127,60,"{'rz': 185, 'sx': 96, 'measure': 57, 'x': 1}",{'cx': 179},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",graphstate_mapped_ibm_washington_qiskit_opt3_57.qasm -564,27,488,"{'rz': 215, 'sx': 92, 'measure': 9, 'x': 4}",{'cx': 325},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",pricingcall_mapped_ibm_montreal_qiskit_opt2_9.qasm -565,127,4340,"{'rz': 6684, 'sx': 144, 'measure': 72, 'x': 1}",{'cx': 16087},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",qpeexact_mapped_ibm_washington_qiskit_opt1_73.qasm -566,127,1127,"{'rz': 1885, 'sx': 1576, 'x': 71, 'measure': 27}",{'cx': 3333},"(35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",su2random_mapped_ibm_washington_qiskit_opt3_27.qasm -567,27,88017,"{'rz': 39634, 'sx': 315, 'measure': 10, 'x': 1}",{'cx': 80063},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",grover-noancilla_mapped_ibm_montreal_qiskit_opt2_10.qasm -568,27,1238,"{'rz': 1075, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 3608},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_26.qasm -569,127,704,"{'sx': 184, 'rz': 184, 'measure': 23}",{'cx': 2497},"(41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62)",su2random_mapped_ibm_washington_qiskit_opt2_23.qasm -570,127,197,"{'rz': 155, 'sx': 89, 'measure': 42, 'x': 2}",{'cx': 169},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (118, 110)",dj_mapped_ibm_washington_qiskit_opt3_43.qasm -571,127,2577,"{'rz': 472, 'sx': 472, 'measure': 59}",{'cx': 18668},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",realamprandom_mapped_ibm_washington_qiskit_opt2_59.qasm -572,127,5649,"{'rz': 2622, 'sx': 276, 'measure': 46}",{'cx': 33336},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_46.qasm -573,127,630,"{'rz': 462, 'sx': 231, 'measure': 115}",{'cx': 961},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt1_116.qasm -574,127,20237,"{'rz': 20540, 'sx': 7754, 'x': 283, 'measure': 74}",{'cx': 89347},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",random_mapped_ibm_washington_qiskit_opt2_74.qasm -575,127,13709,"{'sx': 904, 'rz': 904, 'measure': 113}",{'cx': 92285},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_113.qasm -576,127,2827,"{'rz': 3914, 'sx': 138, 'measure': 69, 'x': 1}",{'cx': 12927},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt2_70.qasm -577,127,45,"{'measure': 42, 'rz': 2, 'sx': 1}",{'cx': 41},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt3_42.qasm -578,27,82,"{'rz': 90, 'sx': 45, 'measure': 15}",{'cx': 126},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",graphstate_mapped_ibm_montreal_qiskit_opt0_15.qasm -579,127,663,"{'rz': 446, 'sx': 251, 'measure': 125}",{'cx': 902},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",dj_mapped_ibm_washington_qiskit_opt2_126.qasm -580,127,15513,"{'sx': 928, 'rz': 928, 'measure': 116}",{'cx': 101990},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_116.qasm -581,127,12510,"{'rz': 864, 'sx': 576, 'measure': 72}",{'cx': 102735},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58)",realamprandom_mapped_ibm_washington_qiskit_opt0_72.qasm -582,127,406,"{'rz': 288, 'sx': 173, 'measure': 73, 'x': 12}",{'cx': 356},"(4, 15); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (122, 111); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt3_74.qasm -583,127,1600,"{'rz': 2958, 'sx': 306, 'measure': 51}",{'cx': 9410},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (110, 100)",qnn_mapped_ibm_washington_qiskit_opt2_51.qasm -584,127,11600,"{'rz': 14508, 'sx': 702, 'measure': 117}",{'cx': 90658},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_117.qasm -585,27,284,"{'rz': 224, 'sx': 14, 'measure': 13}",{'cx': 460},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qftentangled_mapped_ibm_montreal_qiskit_opt2_13.qasm -586,127,853,"{'rz': 1318, 'sx': 331, 'x': 36, 'measure': 31}",{'cx': 2296},"(33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qft_mapped_ibm_washington_qiskit_opt3_31.qasm -587,127,574,"{'measure': 115, 'rz': 2, 'sx': 1}",{'cx': 1035},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_115.qasm -588,127,1887,"{'rz': 2593, 'sx': 55, 'measure': 55}",{'cx': 7458},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qft_mapped_ibm_washington_qiskit_opt2_55.qasm -589,27,579,"{'rz': 828, 'sx': 26, 'measure': 25}",{'cx': 1591},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_25.qasm -590,127,12508,"{'rz': 864, 'sx': 864, 'measure': 108}",{'cx': 80359},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_108.qasm -591,127,544,"{'rz': 418, 'sx': 209, 'measure': 104}",{'cx': 680},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt1_105.qasm -592,127,153,"{'rz': 398, 'sx': 199, 'measure': 99}",{'cx': 645},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (36, 32); (36, 51); (37, 52); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_99.qasm -593,127,784,"{'rz': 865, 'sx': 27, 'measure': 27}",{'cx': 1884},"(42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92)",qft_mapped_ibm_washington_qiskit_opt2_27.qasm -594,127,161,"{'rz': 406, 'sx': 203, 'measure': 95}",{'cx': 614},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_95.qasm -595,27,107,"{'rz': 90, 'sx': 45, 'measure': 22}",{'cx': 100},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt1_23.qasm -596,27,732,"{'rz': 727, 'sx': 423, 'measure': 13}",{'cx': 972},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_13.qasm -597,127,8409,"{'rz': 696, 'sx': 464, 'measure': 58}",{'cx': 62748},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_58.qasm -598,127,319,"{'rz': 606, 'sx': 303, 'measure': 101}",{'cx': 2297},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt0_101.qasm -599,127,24544,"{'rz': 31068, 'sx': 10696, 'x': 113, 'measure': 80}",{'cx': 171220},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_80.qasm -600,127,11436,"{'rz': 852, 'sx': 568, 'measure': 71}",{'cx': 96420},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69)",realamprandom_mapped_ibm_washington_qiskit_opt0_71.qasm -601,127,8978,"{'sx': 824, 'rz': 824, 'measure': 103}",{'cx': 63516},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_103.qasm -602,127,12,"{'measure': 9, 'rz': 2, 'sx': 1}",{'cx': 8},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",ghz_mapped_ibm_washington_qiskit_opt1_9.qasm -603,27,766,"{'rz': 615, 'sx': 104, 'measure': 18}",{'cx': 1398},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",ae_mapped_ibm_montreal_qiskit_opt0_18.qasm -604,127,792,"{'rz': 434, 'sx': 217, 'measure': 108, 'x': 97}",{'cx': 1350},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107)",dj_mapped_ibm_washington_qiskit_opt0_109.qasm -605,127,5664,"{'rz': 8670, 'sx': 92, 'measure': 92}",{'cx': 23930},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qft_mapped_ibm_washington_qiskit_opt1_92.qasm -606,127,3293,"{'sx': 456, 'rz': 456, 'measure': 57}",{'cx': 18864},"(8, 16); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",su2random_mapped_ibm_washington_qiskit_opt2_57.qasm -607,127,306,"{'rz': 422, 'sx': 254, 'measure': 10}",{'cx': 495},"(73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",portfoliovqe_mapped_ibm_washington_qiskit_opt2_10.qasm -608,127,1309,"{'rz': 1361, 'sx': 671, 'x': 62, 'measure': 19}",{'cx': 2207},"(45, 54); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt3_19.qasm -609,127,1339,"{'rz': 1330, 'sx': 56, 'measure': 28, 'x': 1}",{'cx': 4334},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_29.qasm -610,127,97,"{'measure': 94, 'rz': 2, 'sx': 1}",{'cx': 93},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_94.qasm -611,127,955,"{'sx': 442, 'rz': 336, 'measure': 100, 'x': 1}",{'cx': 1106},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (15, 4); (15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (126, 112)",wstate_mapped_ibm_washington_qiskit_opt1_100.qasm -612,27,248,"{'rz': 168, 'sx': 48, 'measure': 9, 'x': 6}",{'cx': 221},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_10.qasm -613,127,143,"{'rz': 115, 'sx': 69, 'measure': 31, 'x': 3}",{'cx': 119},"(40, 41); (41, 40); (41, 53); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98)",dj_mapped_ibm_washington_qiskit_opt3_32.qasm -614,27,28587,"{'rz': 10720, 'sx': 488, 'x': 193, 'measure': 13}",{'cx': 27066},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",grover-v-chain_mapped_ibm_montreal_qiskit_opt0_13.qasm -615,127,42,"{'rz': 68, 'sx': 35, 'measure': 7}",{'cx': 40},"(49, 55); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (68, 55)",qaoa_mapped_ibm_washington_qiskit_opt2_7.qasm -616,27,55,"{'measure': 22, 'rz': 2, 'sx': 1}",{'cx': 54},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_22.qasm -617,127,2265,"{'rz': 4246, 'sx': 1889, 'x': 257, 'measure': 55}",{'cx': 6193},"(24, 34); (34, 24); (34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93)",ae_mapped_ibm_washington_qiskit_opt3_55.qasm -618,127,873,"{'rz': 1268, 'sx': 462, 'x': 60, 'measure': 26}",{'cx': 1897},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt3_27.qasm -619,127,3334,"{'rz': 4036, 'sx': 80, 'measure': 80}",{'cx': 15609},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (118, 110)",qft_mapped_ibm_washington_qiskit_opt2_80.qasm -620,127,1032,"{'rz': 620, 'sx': 120, 'measure': 20}",{'cx': 3938},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_20.qasm -621,127,33864,"{'rz': 34689, 'sx': 12863, 'x': 462, 'measure': 95}",{'cx': 172291},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_95.qasm -622,127,202,"{'rz': 140, 'sx': 84, 'measure': 15, 'x': 1}",{'cx': 235},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_15.qasm -623,127,459,"{'rz': 750, 'sx': 375, 'measure': 125}",{'cx': 3251},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt0_125.qasm -624,127,1086,"{'rz': 456, 'sx': 244, 'x': 16, 'measure': 13}",{'cx': 729},"(83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (122, 111); (122, 123); (123, 122)",pricingput_mapped_ibm_washington_qiskit_opt1_13.qasm -625,127,77,"{'sx': 72, 'rz': 36, 'measure': 19, 'x': 1}",{'cx': 36},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77)",wstate_mapped_ibm_washington_qiskit_opt1_19.qasm -626,127,7908,"{'rz': 6517, 'sx': 2192, 'measure': 37, 'x': 34}",{'cx': 29748},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_37.qasm -627,127,780,"{'rz': 1059, 'sx': 278, 'x': 31, 'measure': 25}",{'cx': 1787},"(34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qpeexact_mapped_ibm_washington_qiskit_opt3_26.qasm -628,27,508,"{'rz': 286, 'sx': 77, 'measure': 22}",{'cx': 797},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt1_11.qasm -629,127,778,"{'rz': 1337, 'sx': 31, 'measure': 30}",{'cx': 2537},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qftentangled_mapped_ibm_washington_qiskit_opt1_30.qasm -630,127,488,"{'rz': 262, 'sx': 131, 'x': 65, 'measure': 65}",{'cx': 818},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",dj_mapped_ibm_washington_qiskit_opt0_66.qasm -631,127,43,"{'measure': 40, 'rz': 2, 'sx': 1}",{'cx': 39},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (51, 36); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt3_40.qasm -632,27,470,"{'rz': 448, 'sx': 225, 'x': 30, 'measure': 11}",{'cx': 514},"(8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_11.qasm -633,27,355,"{'sx': 88, 'rz': 88, 'measure': 11}",{'cx': 632},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt1_11.qasm -634,127,3016,"{'rz': 3843, 'sx': 398, 'measure': 67}",{'cx': 10057},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104)",ae_mapped_ibm_washington_qiskit_opt2_67.qasm -635,127,209,"{'sx': 204, 'rz': 102, 'measure': 52, 'x': 1}",{'cx': 102},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_52.qasm -636,127,7070,"{'rz': 6565, 'sx': 220, 'measure': 110, 'x': 1}",{'cx': 32427},"(10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 22); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_111.qasm -637,27,22,"{'rz': 30, 'sx': 15, 'measure': 11}",{'cx': 20},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",graphstate_mapped_ibm_montreal_qiskit_opt2_11.qasm -638,127,125,"{'measure': 32, 'rz': 2, 'sx': 1}",{'cx': 214},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30)",ghz_mapped_ibm_washington_qiskit_opt0_32.qasm -639,127,32,"{'rz': 106, 'sx': 58, 'measure': 31, 'x': 2}",{'cx': 97},"(3, 4); (4, 3); (4, 15); (15, 4); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (100, 101); (100, 110); (101, 100); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118)",graphstate_mapped_ibm_washington_qiskit_opt3_31.qasm -640,127,43,"{'rz': 156, 'sx': 81, 'measure': 53, 'x': 2}",{'cx': 196},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt3_53.qasm -641,127,321,"{'sx': 316, 'rz': 158, 'measure': 80, 'x': 1}",{'cx': 158},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_80.qasm -642,27,32,"{'rz': 96, 'sx': 96, 'measure': 12}",{'cx': 33},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",routing_mapped_ibm_montreal_qiskit_opt1_12.qasm -643,127,1757,"{'sx': 440, 'rz': 440, 'measure': 55}",{'cx': 14490},"(28, 29); (28, 35); (29, 28); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 64); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt2_55.qasm -644,127,368,"{'rz': 245, 'sx': 70, 'measure': 20}",{'cx': 626},"(73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",portfolioqaoa_mapped_ibm_washington_qiskit_opt2_10.qasm -645,127,13163,"{'sx': 880, 'rz': 880, 'measure': 110}",{'cx': 90470},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_110.qasm -646,127,1085,"{'rz': 1242, 'sx': 54, 'measure': 27, 'x': 1}",{'cx': 4080},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_28.qasm -647,127,495,"{'rz': 521, 'sx': 20, 'measure': 20}",{'cx': 1070},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt2_20.qasm -648,127,2749,"{'rz': 2877, 'sx': 84, 'measure': 42, 'x': 1}",{'cx': 11130},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_43.qasm -649,127,8018,"{'sx': 816, 'rz': 816, 'measure': 102}",{'cx': 60807},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_102.qasm -650,127,1836,"{'rz': 2713, 'sx': 57, 'measure': 57}",{'cx': 7731},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt2_57.qasm -651,127,5542,"{'rz': 5917, 'sx': 122, 'measure': 61, 'x': 1}",{'cx': 26978},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt0_62.qasm -652,127,477,"{'rz': 319, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 609},"(41, 42); (41, 53); (42, 41); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",qpeinexact_mapped_ibm_washington_qiskit_opt2_15.qasm -653,27,6950,"{'rz': 3758, 'sx': 2958, 'x': 46, 'measure': 21}",{'cx': 2825},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",pricingcall_mapped_ibm_montreal_qiskit_opt3_21.qasm -654,27,130,"{'sx': 92, 'rz': 56, 'measure': 23, 'x': 1}",{'cx': 102},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_23.qasm -655,127,4260,"{'rz': 5012, 'sx': 112, 'measure': 56, 'x': 1}",{'cx': 21615},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt0_57.qasm -656,127,153,"{'rz': 228, 'sx': 114, 'measure': 38}",{'cx': 485},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38)",graphstate_mapped_ibm_washington_qiskit_opt0_38.qasm -657,127,109,"{'sx': 104, 'rz': 52, 'measure': 27, 'x': 1}",{'cx': 52},"(67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_27.qasm -658,127,1450,"{'rz': 649, 'sx': 392, 'x': 18, 'measure': 15}",{'cx': 897},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73)",pricingput_mapped_ibm_washington_qiskit_opt2_15.qasm -659,127,1504,"{'rz': 1130, 'sx': 678, 'measure': 114, 'x': 1}",{'cx': 1696},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_114.qasm -660,127,1879,"{'rz': 10647, 'sx': 7453, 'measure': 52, 'x': 16}",{'cx': 9434},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt3_52.qasm -661,127,9442,"{'rz': 16500, 'sx': 750, 'measure': 125}",{'cx': 109385},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_125.qasm -662,127,53,"{'measure': 50, 'rz': 2, 'sx': 1}",{'cx': 49},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_50.qasm -663,27,513,"{'rz': 372, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 711},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_16.qasm -664,127,236,"{'rz': 408, 'sx': 204, 'measure': 68}",{'cx': 1178},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",graphstate_mapped_ibm_washington_qiskit_opt0_68.qasm -665,27,250,"{'rz': 200, 'sx': 120, 'measure': 21, 'x': 1}",{'cx': 235},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt0_21.qasm -666,127,8270,"{'rz': 10287, 'sx': 162, 'measure': 81, 'x': 1}",{'cx': 49788},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_82.qasm -667,127,15,"{'measure': 12, 'rz': 2, 'sx': 1}",{'cx': 11},"(106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_12.qasm -668,127,591,"{'rz': 624, 'sx': 22, 'measure': 22}",{'cx': 1336},"(24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qft_mapped_ibm_washington_qiskit_opt2_22.qasm -669,127,129,"{'sx': 124, 'rz': 62, 'measure': 32, 'x': 1}",{'cx': 62},"(32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_32.qasm -670,127,373,"{'sx': 368, 'rz': 184, 'measure': 93, 'x': 1}",{'cx': 184},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_93.qasm -671,127,470,"{'rz': 330, 'sx': 84, 'measure': 24}",{'cx': 854},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",portfolioqaoa_mapped_ibm_washington_qiskit_opt2_12.qasm -672,27,292,"{'rz': 205, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 299},"(8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt1_11.qasm -673,27,337,"{'rz': 198, 'sx': 66, 'measure': 11}",{'cx': 525},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt1_11.qasm -674,127,3673,"{'rz': 8186, 'sx': 89, 'measure': 88}",{'cx': 22213},"(4, 15); (15, 4); (15, 22); (16, 26); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (122, 111)",qftentangled_mapped_ibm_washington_qiskit_opt1_88.qasm -675,27,568,"{'rz': 419, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 714},"(5, 8); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qpeexact_mapped_ibm_montreal_qiskit_opt1_16.qasm -676,27,314,"{'rz': 318, 'sx': 204, 'measure': 9}",{'cx': 381},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_9.qasm -677,127,1539,"{'rz': 2067, 'sx': 212, 'measure': 36}",{'cx': 3750},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",ae_mapped_ibm_washington_qiskit_opt1_36.qasm -678,127,108,"{'measure': 105, 'rz': 2, 'sx': 1}",{'cx': 104},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_105.qasm -679,127,765,"{'rz': 168, 'sx': 168, 'measure': 21}",{'cx': 2515},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (85, 73); (85, 86); (86, 85)",realamprandom_mapped_ibm_washington_qiskit_opt1_21.qasm -680,127,605,"{'rz': 410, 'sx': 205, 'measure': 102}",{'cx': 876},"(4, 15); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt1_103.qasm -681,27,438,"{'rz': 542, 'sx': 324, 'measure': 11}",{'cx': 609},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_11.qasm -682,127,37,"{'rz': 37, 'sx': 21, 'measure': 10}",{'cx': 27},"(85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (93, 87); (93, 106); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt2_11.qasm -683,127,1551,"{'rz': 13088, 'sx': 9850, 'measure': 54, 'x': 1}",{'cx': 9250},"(4, 15); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt3_54.qasm -684,127,110,"{'rz': 92, 'sx': 55, 'measure': 23, 'x': 3}",{'cx': 64},"(16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (34, 24); (34, 43); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (106, 93)",dj_mapped_ibm_washington_qiskit_opt3_24.qasm -685,127,3973,"{'rz': 1441, 'sx': 341, 'measure': 15, 'x': 10}",{'cx': 3441},"(42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt1_15.qasm -686,27,215,"{'rz': 132, 'sx': 50, 'measure': 9}",{'cx': 147},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",ae_mapped_ibm_montreal_qiskit_opt2_9.qasm -687,127,1014,"{'measure': 123, 'rz': 2, 'sx': 1}",{'cx': 1091},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (126, 112)",ghz_mapped_ibm_washington_qiskit_opt2_123.qasm -688,127,3295,"{'rz': 4398, 'sx': 108, 'measure': 54, 'x': 1}",{'cx': 10252},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt1_55.qasm -689,127,1843,"{'rz': 3623, 'sx': 1530, 'x': 200, 'measure': 52}",{'cx': 5640},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (111, 104)",ae_mapped_ibm_washington_qiskit_opt3_52.qasm -690,127,356,"{'rz': 696, 'sx': 348, 'measure': 116}",{'cx': 3032},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt0_116.qasm -691,127,8525,"{'rz': 10950, 'sx': 494, 'measure': 83}",{'cx': 48458},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt0_83.qasm -692,127,7493,"{'sx': 640, 'rz': 640, 'measure': 80}",{'cx': 44665},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_80.qasm -693,127,6404,"{'rz': 7208, 'sx': 234, 'measure': 117, 'x': 1}",{'cx': 38194},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_118.qasm -694,127,789,"{'rz': 288, 'sx': 144, 'measure': 18}",{'cx': 3528},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_18.qasm -695,127,8481,"{'rz': 11832, 'sx': 174, 'measure': 87, 'x': 1}",{'cx': 54003},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_88.qasm -696,127,259,"{'rz': 280, 'sx': 154, 'x': 19, 'measure': 9}",{'cx': 262},"(45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",random_mapped_ibm_washington_qiskit_opt3_9.qasm -697,127,2464,"{'rz': 4676, 'sx': 59, 'measure': 59}",{'cx': 10019},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105)",qft_mapped_ibm_washington_qiskit_opt1_59.qasm -698,127,968,"{'rz': 1324, 'sx': 411, 'x': 59, 'measure': 28}",{'cx': 2212},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt3_29.qasm -699,27,106,"{'rz': 89, 'sx': 51, 'measure': 25}",{'cx': 95},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (9, 8); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt2_26.qasm -700,127,3916,"{'rz': 10728, 'sx': 110, 'measure': 109}",{'cx': 29898},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_109.qasm -701,127,358,"{'measure': 73, 'rz': 2, 'sx': 1}",{'cx': 630},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62)",ghz_mapped_ibm_washington_qiskit_opt0_73.qasm -702,127,13,"{'measure': 10, 'rz': 2, 'sx': 1}",{'cx': 9},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121)",ghz_mapped_ibm_washington_qiskit_opt1_10.qasm -703,27,68,"{'rz': 108, 'sx': 54, 'measure': 18}",{'cx': 171},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",graphstate_mapped_ibm_montreal_qiskit_opt0_18.qasm -704,127,3765,"{'rz': 4232, 'sx': 148, 'measure': 74, 'x': 1}",{'cx': 14821},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qpeinexact_mapped_ibm_washington_qiskit_opt2_75.qasm -705,127,370,"{'rz': 552, 'sx': 276, 'measure': 92}",{'cx': 2195},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79)",graphstate_mapped_ibm_washington_qiskit_opt0_92.qasm -706,127,7202,"{'rz': 588, 'sx': 392, 'measure': 49}",{'cx': 44973},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_49.qasm -707,127,347,"{'sx': 136, 'rz': 136, 'measure': 17}",{'cx': 1039},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",su2random_mapped_ibm_washington_qiskit_opt2_17.qasm -708,127,1007,"{'rz': 208, 'sx': 208, 'measure': 26}",{'cx': 3586},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111); (122, 123); (123, 122)",realamprandom_mapped_ibm_washington_qiskit_opt2_26.qasm -709,127,5193,"{'rz': 7470, 'sx': 498, 'measure': 83}",{'cx': 35207},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_83.qasm -710,127,951,"{'rz': 720, 'sx': 432, 'measure': 73, 'x': 1}",{'cx': 1050},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62)",wstate_mapped_ibm_washington_qiskit_opt0_73.qasm -711,127,3991,"{'rz': 7654, 'sx': 476, 'measure': 80}",{'cx': 17984},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100); (110, 118); (118, 110)",ae_mapped_ibm_washington_qiskit_opt1_80.qasm -712,127,2161,"{'rz': 2444, 'sx': 284, 'measure': 48}",{'cx': 5562},"(4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",ae_mapped_ibm_washington_qiskit_opt2_48.qasm -713,127,3441,"{'rz': 2568, 'sx': 230, 'measure': 39}",{'cx': 9915},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_39.qasm -714,127,744,"{'rz': 1380, 'sx': 731, 'measure': 24, 'x': 4}",{'cx': 2313},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (72, 62)",qnn_mapped_ibm_washington_qiskit_opt3_24.qasm -715,127,1687,"{'rz': 1833, 'sx': 895, 'x': 99, 'measure': 21}",{'cx': 3072},"(34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (81, 72)",random_mapped_ibm_washington_qiskit_opt3_21.qasm -716,127,854,"{'rz': 907, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 1947},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qpeexact_mapped_ibm_washington_qiskit_opt2_26.qasm -717,127,767,"{'rz': 2028, 'sx': 1189, 'measure': 28, 'x': 3}",{'cx': 3143},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt3_28.qasm -718,127,166,"{'rz': 354, 'sx': 177, 'measure': 91}",{'cx': 508},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_91.qasm -719,127,395,"{'measure': 89, 'rz': 2, 'sx': 1}",{'cx': 700},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_89.qasm -720,127,8927,"{'sx': 728, 'rz': 728, 'measure': 91}",{'cx': 55092},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_91.qasm -721,27,1114,"{'rz': 1080, 'sx': 872, 'x': 40, 'measure': 24}",{'cx': 2863},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_24.qasm -722,127,46,"{'rz': 139, 'sx': 72, 'measure': 39}",{'cx': 130},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100)",graphstate_mapped_ibm_washington_qiskit_opt3_39.qasm -723,27,29,"{'rz': 50, 'sx': 25, 'measure': 17}",{'cx': 41},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21)",graphstate_mapped_ibm_montreal_qiskit_opt3_17.qasm -724,127,329,"{'rz': 260, 'sx': 78, 'measure': 13}",{'cx': 687},"(81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qnn_mapped_ibm_washington_qiskit_opt1_13.qasm -725,27,561,"{'rz': 112, 'sx': 112, 'measure': 14}",{'cx': 1232},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_14.qasm -726,27,791,"{'rz': 184, 'sx': 184, 'measure': 23}",{'cx': 2639},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_23.qasm -727,127,15297,"{'rz': 17870, 'sx': 6314, 'x': 71, 'measure': 61}",{'cx': 86761},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_61.qasm -728,127,3943,"{'rz': 7825, 'sx': 86, 'measure': 85}",{'cx': 20529},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104)",qftentangled_mapped_ibm_washington_qiskit_opt1_85.qasm -729,127,5049,"{'rz': 5132, 'sx': 2107, 'x': 72, 'measure': 38}",{'cx': 15310},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt2_38.qasm -730,127,1536,"{'rz': 1160, 'sx': 696, 'measure': 117, 'x': 1}",{'cx': 1729},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_117.qasm -731,127,97,"{'rz': 86, 'sx': 53, 'measure': 22, 'x': 3}",{'cx': 69},"(20, 33); (33, 20); (33, 39); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (53, 41); (53, 60); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (92, 83)",dj_mapped_ibm_washington_qiskit_opt3_23.qasm -732,127,18581,"{'rz': 20195, 'sx': 7344, 'x': 256, 'measure': 72}",{'cx': 84366},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83)",random_mapped_ibm_washington_qiskit_opt1_72.qasm -733,27,71,"{'rz': 140, 'sx': 70, 'measure': 14}",{'cx': 179},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qaoa_mapped_ibm_montreal_qiskit_opt0_14.qasm -734,127,1166,"{'rz': 1183, 'sx': 60, 'measure': 30, 'x': 1}",{'cx': 2861},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt2_31.qasm -735,27,69,"{'rz': 90, 'sx': 60, 'measure': 10}",{'cx': 114},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",vqe_mapped_ibm_montreal_qiskit_opt0_10.qasm -736,127,150,"{'rz': 78, 'sx': 39, 'x': 21, 'measure': 19}",{'cx': 259},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_20.qasm -737,127,1704,"{'rz': 3064, 'sx': 1276, 'x': 186, 'measure': 43}",{'cx': 4636},"(4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeinexact_mapped_ibm_washington_qiskit_opt3_44.qasm -738,127,95,"{'measure': 92, 'rz': 2, 'sx': 1}",{'cx': 91},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_92.qasm -739,127,115,"{'measure': 22, 'rz': 2, 'sx': 1}",{'cx': 204},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_22.qasm -740,127,748,"{'rz': 176, 'sx': 176, 'measure': 22}",{'cx': 2472},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",realamprandom_mapped_ibm_washington_qiskit_opt2_22.qasm -741,127,539,"{'measure': 110, 'rz': 2, 'sx': 1}",{'cx': 970},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt0_110.qasm -742,127,15030,"{'rz': 944, 'sx': 944, 'measure': 118}",{'cx': 108947},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_118.qasm -743,127,6240,"{'rz': 656, 'sx': 656, 'measure': 82}",{'cx': 45722},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 43); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt1_82.qasm -744,127,730,"{'rz': 585, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1731},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_19.qasm -745,127,10830,"{'rz': 17437, 'sx': 212, 'measure': 106, 'x': 1}",{'cx': 80537},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt0_107.qasm -746,127,8342,"{'rz': 672, 'sx': 448, 'measure': 56}",{'cx': 58464},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_56.qasm -747,27,125,"{'rz': 82, 'sx': 41, 'x': 21, 'measure': 20}",{'cx': 200},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (20, 19)",dj_mapped_ibm_montreal_qiskit_opt0_21.qasm -748,27,41,"{'rz': 34, 'sx': 17, 'measure': 8}",{'cx': 23},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12)",dj_mapped_ibm_montreal_qiskit_opt1_9.qasm -749,127,1281,"{'rz': 1187, 'sx': 498, 'x': 23, 'measure': 19}",{'cx': 2359},"(8, 16); (16, 8); (16, 26); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45)",random_mapped_ibm_washington_qiskit_opt2_19.qasm -750,127,2116,"{'rz': 3257, 'sx': 1224, 'x': 156, 'measure': 49}",{'cx': 5090},"(34, 43); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt3_49.qasm -751,27,8407,"{'rz': 3894, 'sx': 2280, 'x': 120, 'measure': 21}",{'cx': 5054},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (20, 19)",pricingput_mapped_ibm_montreal_qiskit_opt0_21.qasm -752,127,1110,"{'rz': 288, 'sx': 192, 'measure': 24}",{'cx': 6309},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_24.qasm -753,127,6237,"{'rz': 7981, 'sx': 752, 'measure': 126}",{'cx': 36924},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_126.qasm -754,127,9046,"{'rz': 992, 'sx': 496, 'measure': 62}",{'cx': 68472},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_62.qasm -755,127,2367,"{'rz': 15151, 'sx': 10465, 'measure': 61, 'x': 23}",{'cx': 13336},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (100, 110); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt3_61.qasm -756,127,13997,"{'sx': 928, 'rz': 928, 'measure': 116}",{'cx': 109280},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_116.qasm -757,127,2561,"{'sx': 448, 'rz': 448, 'measure': 56}",{'cx': 17183},"(3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt2_56.qasm -758,127,400,"{'rz': 245, 'sx': 70, 'measure': 20}",{'cx': 602},"(34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66)",portfolioqaoa_mapped_ibm_washington_qiskit_opt1_10.qasm -759,127,3761,"{'rz': 1836, 'sx': 78, 'measure': 7, 'x': 1}",{'cx': 3525},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64)",grover-noancilla_mapped_ibm_washington_qiskit_opt1_7.qasm -760,127,1317,"{'sx': 296, 'rz': 296, 'measure': 37}",{'cx': 7030},"(26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (35, 28); (35, 47); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_37.qasm -761,27,669,"{'rz': 542, 'sx': 110, 'measure': 19}",{'cx': 879},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt2_19.qasm -762,27,1229,"{'rz': 1157, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 3669},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_27.qasm -763,127,63,"{'rz': 48, 'sx': 24, 'measure': 4}",{'cx': 36},"(66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",groundstate_small_mapped_ibm_washington_qiskit_opt1_4.qasm -764,127,1444,"{'rz': 838, 'sx': 550, 'x': 23, 'measure': 15}",{'cx': 785},"(54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",pricingcall_mapped_ibm_washington_qiskit_opt3_15.qasm -765,127,8485,"{'rz': 8247, 'sx': 2917, 'measure': 42, 'x': 30}",{'cx': 36317},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_42.qasm -766,127,67,"{'measure': 64, 'rz': 2, 'sx': 1}",{'cx': 63},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_64.qasm -767,127,763,"{'rz': 646, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 1205},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt1_20.qasm -768,127,6268,"{'rz': 9858, 'sx': 194, 'measure': 97, 'x': 1}",{'cx': 28715},"(4, 5); (4, 15); (5, 4); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_98.qasm -769,27,1078,"{'rz': 1570, 'sx': 1289, 'x': 43, 'measure': 25}",{'cx': 3019},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt3_25.qasm -770,127,1396,"{'rz': 2098, 'sx': 894, 'x': 118, 'measure': 34}",{'cx': 2968},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt3_35.qasm -771,127,4698,"{'rz': 2718, 'sx': 679, 'x': 54, 'measure': 7}",{'cx': 3554},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (64, 54)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt3_7.qasm -772,127,42,"{'measure': 39, 'rz': 2, 'sx': 1}",{'cx': 38},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt3_39.qasm -773,127,1623,"{'sx': 296, 'rz': 296, 'measure': 37}",{'cx': 8611},"(24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt1_37.qasm -774,127,2444,"{'rz': 5130, 'sx': 86, 'measure': 85}",{'cx': 16611},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_85.qasm -775,127,3045,"{'rz': 372, 'sx': 248, 'measure': 31}",{'cx': 15810},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_31.qasm -776,127,231,"{'rz': 195, 'sx': 100, 'x': 11, 'measure': 8}",{'cx': 169},"(45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66)",random_mapped_ibm_washington_qiskit_opt3_8.qasm -777,127,1005,"{'rz': 1423, 'sx': 31, 'measure': 31}",{'cx': 2706},"(33, 39); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83); (92, 102); (102, 92)",qft_mapped_ibm_washington_qiskit_opt1_31.qasm -778,127,5437,"{'sx': 704, 'rz': 704, 'measure': 88}",{'cx': 47105},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_88.qasm -779,27,60,"{'measure': 15, 'rz': 2, 'sx': 1}",{'cx': 104},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ghz_mapped_ibm_montreal_qiskit_opt0_15.qasm -780,127,368,"{'rz': 194, 'sx': 97, 'measure': 48, 'x': 47}",{'cx': 651},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47)",dj_mapped_ibm_washington_qiskit_opt0_49.qasm -781,127,4797,"{'sx': 624, 'rz': 624, 'measure': 78}",{'cx': 34433},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (118, 110); (118, 119); (119, 118)",realamprandom_mapped_ibm_washington_qiskit_opt2_78.qasm -782,127,536,"{'rz': 472, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 863},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83); (92, 102); (102, 92)",qpeinexact_mapped_ibm_washington_qiskit_opt1_17.qasm -783,127,5278,"{'rz': 6225, 'sx': 368, 'measure': 62}",{'cx': 23894},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ae_mapped_ibm_washington_qiskit_opt0_62.qasm -784,27,10,"{'measure': 7, 'rz': 2, 'sx': 1}",{'cx': 6},"(17, 18); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_7.qasm -785,127,15197,"{'rz': 15212, 'sx': 5856, 'x': 205, 'measure': 64}",{'cx': 61796},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt2_64.qasm -786,127,2615,"{'sx': 400, 'rz': 400, 'measure': 50}",{'cx': 16559},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_50.qasm -787,27,1287,"{'rz': 288, 'sx': 144, 'measure': 18}",{'cx': 4290},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",su2random_mapped_ibm_montreal_qiskit_opt0_18.qasm -788,27,144,"{'rz': 98, 'sx': 49, 'measure': 24, 'x': 23}",{'cx': 240},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt0_25.qasm -789,127,145,"{'sx': 140, 'rz': 70, 'measure': 36, 'x': 1}",{'cx': 70},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (90, 75); (90, 94); (91, 79); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",wstate_mapped_ibm_washington_qiskit_opt2_36.qasm -790,127,631,"{'rz': 454, 'sx': 227, 'measure': 113}",{'cx': 830},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt1_114.qasm -791,27,687,"{'rz': 524, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 1576},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qpeexact_mapped_ibm_montreal_qiskit_opt0_18.qasm -792,27,730,"{'rz': 608, 'sx': 116, 'measure': 20}",{'cx': 1026},"(4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt2_20.qasm -793,127,212,"{'rz': 130, 'sx': 48, 'x': 10, 'measure': 5}",{'cx': 85},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3)",pricingput_mapped_ibm_washington_qiskit_opt0_5.qasm -794,127,551,"{'rz': 406, 'sx': 221, 'measure': 110}",{'cx': 745},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt2_111.qasm -795,127,4459,"{'rz': 6886, 'sx': 440, 'measure': 74}",{'cx': 14369},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt1_74.qasm -796,127,814,"{'rz': 262, 'sx': 260, 'measure': 32, 'x': 1}",{'cx': 4546},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt3_32.qasm -797,127,2020,"{'rz': 1612, 'sx': 62, 'measure': 31, 'x': 1}",{'cx': 6779},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30)",qpeinexact_mapped_ibm_washington_qiskit_opt0_32.qasm -798,27,25,"{'rz': 46, 'sx': 23, 'measure': 17}",{'cx': 44},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_17.qasm -799,127,182,"{'rz': 112, 'sx': 14, 'measure': 7, 'x': 1}",{'cx': 239},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",qpeinexact_mapped_ibm_washington_qiskit_opt0_8.qasm -800,127,2211,"{'rz': 2905, 'sx': 110, 'measure': 55, 'x': 1}",{'cx': 8508},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102)",qpeinexact_mapped_ibm_washington_qiskit_opt2_56.qasm -801,27,912,"{'rz': 1254, 'sx': 501, 'x': 55, 'measure': 27}",{'cx': 1630},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt3_27.qasm -802,127,382,"{'rz': 198, 'sx': 99, 'measure': 49, 'x': 47}",{'cx': 661},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48)",dj_mapped_ibm_washington_qiskit_opt0_50.qasm -803,27,96,"{'rz': 67, 'sx': 12, 'measure': 6, 'x': 1}",{'cx': 83},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",qpeexact_mapped_ibm_montreal_qiskit_opt2_7.qasm -804,127,368,"{'rz': 104, 'sx': 104, 'measure': 13}",{'cx': 848},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_13.qasm -805,27,675,"{'rz': 168, 'sx': 112, 'measure': 14}",{'cx': 2106},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_14.qasm -806,127,14188,"{'rz': 1020, 'sx': 680, 'measure': 85}",{'cx': 137076},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt0_85.qasm -807,127,920,"{'rz': 2061, 'sx': 749, 'x': 60, 'measure': 37}",{'cx': 3030},"(24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt3_37.qasm -808,127,3109,"{'rz': 4178, 'sx': 146, 'measure': 73, 'x': 1}",{'cx': 14358},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qpeinexact_mapped_ibm_washington_qiskit_opt2_74.qasm -809,127,3253,"{'rz': 4084, 'sx': 53, 'measure': 52}",{'cx': 17646},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_52.qasm -810,127,433,"{'rz': 318, 'sx': 159, 'measure': 79}",{'cx': 532},"(12, 13); (12, 17); (13, 12); (16, 26); (17, 12); (17, 30); (20, 33); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (74, 89); (77, 71); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (112, 108); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt1_80.qasm -811,127,8206,"{'rz': 4392, 'sx': 366, 'measure': 61}",{'cx': 62343},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_61.qasm -812,127,952,"{'rz': 1158, 'sx': 28, 'measure': 28}",{'cx': 2304},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qft_mapped_ibm_washington_qiskit_opt1_28.qasm -813,127,680,"{'rz': 370, 'sx': 185, 'measure': 92, 'x': 85}",{'cx': 1175},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83)",dj_mapped_ibm_washington_qiskit_opt0_93.qasm -814,27,270,"{'rz': 215, 'sx': 89, 'measure': 7, 'x': 4}",{'cx': 273},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",random_mapped_ibm_montreal_qiskit_opt0_7.qasm -815,127,196,"{'rz': 80, 'sx': 80, 'measure': 10}",{'cx': 375},"(73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",realamprandom_mapped_ibm_washington_qiskit_opt2_10.qasm -816,127,536,"{'rz': 472, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 863},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83); (92, 102); (102, 92)",qpeexact_mapped_ibm_washington_qiskit_opt1_17.qasm -817,127,800,"{'rz': 744, 'sx': 116, 'measure': 20}",{'cx': 1661},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_20.qasm -818,127,1790,"{'rz': 3670, 'sx': 1534, 'x': 174, 'measure': 50}",{'cx': 5409},"(16, 26); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt3_50.qasm -819,127,1398,"{'rz': 2100, 'sx': 896, 'x': 121, 'measure': 34}",{'cx': 2967},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt3_35.qasm -820,127,1285,"{'rz': 970, 'sx': 582, 'measure': 98, 'x': 1}",{'cx': 1466},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",wstate_mapped_ibm_washington_qiskit_opt0_98.qasm -821,27,713,"{'rz': 896, 'sx': 372, 'x': 35, 'measure': 22}",{'cx': 1122},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt3_22.qasm -822,127,200,"{'rz': 162, 'sx': 81, 'measure': 40}",{'cx': 226},"(33, 39); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (53, 41); (54, 45); (54, 64); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (111, 104)",dj_mapped_ibm_washington_qiskit_opt1_41.qasm -823,27,499,"{'rz': 160, 'sx': 160, 'measure': 20}",{'cx': 1780},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt2_20.qasm -824,127,520,"{'rz': 240, 'sx': 120, 'measure': 15}",{'cx': 2091},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_15.qasm -825,127,541,"{'rz': 432, 'sx': 96, 'measure': 16}",{'cx': 2019},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_16.qasm -826,27,78,"{'rz': 132, 'sx': 78, 'measure': 4}",{'cx': 15},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2)",tsp_mapped_ibm_montreal_qiskit_opt0_4.qasm -827,127,12503,"{'rz': 13933, 'sx': 5288, 'x': 199, 'measure': 61}",{'cx': 52385},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_61.qasm -828,127,4905,"{'rz': 4823, 'sx': 1768, 'x': 57, 'measure': 36}",{'cx': 13819},"(34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",random_mapped_ibm_washington_qiskit_opt1_36.qasm -829,127,1672,"{'rz': 2446, 'sx': 891, 'x': 141, 'measure': 39}",{'cx': 4087},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt3_40.qasm -830,127,5051,"{'sx': 680, 'rz': 680, 'measure': 85}",{'cx': 39540},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_85.qasm -831,27,33,"{'sx': 28, 'rz': 14, 'measure': 8, 'x': 1}",{'cx': 14},"(17, 18); (18, 17); (18, 21); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_8.qasm -832,27,773,"{'rz': 847, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 1556},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_23.qasm -833,127,392,"{'rz': 424, 'sx': 17, 'measure': 17}",{'cx': 815},"(33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qft_mapped_ibm_washington_qiskit_opt1_17.qasm -834,127,855,"{'rz': 871, 'sx': 775, 'measure': 22, 'x': 7}",{'cx': 2085},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (85, 73)",realamprandom_mapped_ibm_washington_qiskit_opt3_22.qasm -835,127,113,"{'rz': 74, 'sx': 20, 'measure': 6, 'x': 3}",{'cx': 78},"(45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65)",qpeexact_mapped_ibm_washington_qiskit_opt3_7.qasm -836,127,2155,"{'rz': 1968, 'sx': 246, 'measure': 41}",{'cx': 7130},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt2_41.qasm -837,127,444,"{'rz': 377, 'sx': 91, 'measure': 26}",{'cx': 1038},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",portfolioqaoa_mapped_ibm_washington_qiskit_opt2_13.qasm -838,127,289,"{'rz': 210, 'sx': 126, 'measure': 22, 'x': 1}",{'cx': 345},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_22.qasm -839,27,436,"{'rz': 344, 'sx': 127, 'measure': 14, 'x': 13}",{'cx': 383},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",ae_mapped_ibm_montreal_qiskit_opt3_14.qasm -840,127,13792,"{'rz': 4806, 'sx': 219, 'x': 42, 'measure': 8}",{'cx': 12519},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt0_8.qasm -841,27,704,"{'sx': 160, 'rz': 160, 'measure': 20}",{'cx': 2406},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt1_20.qasm -842,127,48832,"{'rz': 47312, 'sx': 17392, 'x': 653, 'measure': 111}",{'cx': 264273},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_111.qasm -843,127,971,"{'rz': 3676, 'sx': 2300, 'measure': 36}",{'cx': 5162},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98)",qnn_mapped_ibm_washington_qiskit_opt3_36.qasm -844,127,3334,"{'rz': 432, 'sx': 432, 'measure': 54}",{'cx': 19566},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (102, 92)",realamprandom_mapped_ibm_washington_qiskit_opt1_54.qasm -845,127,9456,"{'rz': 1008, 'sx': 504, 'measure': 63}",{'cx': 71967},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_63.qasm -846,127,92,"{'rz': 220, 'sx': 110, 'measure': 62}",{'cx': 329},"(17, 30); (20, 33); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt2_62.qasm -847,127,508,"{'rz': 389, 'sx': 223, 'measure': 101, 'x': 9}",{'cx': 504},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt3_102.qasm -848,127,7008,"{'rz': 6763, 'sx': 224, 'measure': 112, 'x': 1}",{'cx': 35424},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_113.qasm -849,127,424,"{'rz': 322, 'sx': 161, 'measure': 80}",{'cx': 542},"(4, 15); (15, 4); (15, 22); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (126, 112)",dj_mapped_ibm_washington_qiskit_opt1_81.qasm -850,127,14686,"{'rz': 1312, 'sx': 656, 'measure': 82}",{'cx': 134319},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",su2random_mapped_ibm_washington_qiskit_opt0_82.qasm -851,127,293,"{'rz': 190, 'sx': 95, 'measure': 47}",{'cx': 284},"(28, 35); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (118, 110)",dj_mapped_ibm_washington_qiskit_opt1_48.qasm -852,127,3838,"{'rz': 8916, 'sx': 95, 'measure': 94}",{'cx': 24071},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_94.qasm -853,127,83,"{'rz': 152, 'sx': 76, 'measure': 48}",{'cx': 255},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt2_48.qasm -854,127,176,"{'rz': 103, 'sx': 10, 'measure': 9}",{'cx': 203},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",qftentangled_mapped_ibm_washington_qiskit_opt2_9.qasm -855,127,25,"{'rz': 96, 'sx': 48, 'measure': 48}",{'cx': 48},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",graphstate_mapped_ibm_washington_qiskit_opt3_48.qasm -856,127,55,"{'rz': 34, 'sx': 17, 'x': 11, 'measure': 8}",{'cx': 71},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",dj_mapped_ibm_washington_qiskit_opt0_9.qasm -857,127,2618,"{'sx': 416, 'rz': 416, 'measure': 52}",{'cx': 18119},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_52.qasm -858,127,4459,"{'rz': 456, 'sx': 304, 'measure': 38}",{'cx': 24576},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_38.qasm -859,127,18407,"{'rz': 22210, 'sx': 7605, 'x': 87, 'measure': 67}",{'cx': 113598},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_67.qasm -860,127,12583,"{'sx': 944, 'rz': 944, 'measure': 118}",{'cx': 99548},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (15, 22); (16, 8); (16, 26); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_118.qasm -861,27,366,"{'rz': 364, 'sx': 143, 'measure': 10}",{'cx': 704},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",random_mapped_ibm_montreal_qiskit_opt0_10.qasm -862,127,1822,"{'rz': 2032, 'sx': 84, 'measure': 42, 'x': 1}",{'cx': 5229},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt2_43.qasm -863,127,1728,"{'rz': 1840, 'sx': 80, 'measure': 40, 'x': 1}",{'cx': 4596},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",qpeexact_mapped_ibm_washington_qiskit_opt2_41.qasm -864,127,113,"{'rz': 150, 'sx': 75, 'measure': 43}",{'cx': 253},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118)",graphstate_mapped_ibm_washington_qiskit_opt1_43.qasm -865,27,582,"{'rz': 577, 'sx': 253, 'x': 16, 'measure': 13}",{'cx': 865},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_13.qasm -866,27,586,"{'rz': 288, 'sx': 253, 'measure': 14, 'x': 11}",{'cx': 981},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_14.qasm -867,27,1438,"{'rz': 625, 'sx': 364, 'measure': 15, 'x': 8}",{'cx': 1006},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",pricingcall_mapped_ibm_montreal_qiskit_opt1_15.qasm -868,27,45,"{'rz': 67, 'sx': 35, 'measure': 19}",{'cx': 44},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_19.qasm -869,27,113,"{'sx': 96, 'rz': 48, 'measure': 25, 'x': 1}",{'cx': 60},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_25.qasm -870,127,1230,"{'sx': 240, 'rz': 240, 'measure': 30}",{'cx': 6106},"(41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt1_30.qasm -871,127,15787,"{'sx': 920, 'rz': 920, 'measure': 115}",{'cx': 104391},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_115.qasm -872,127,233,"{'rz': 175, 'sx': 11, 'measure': 11}",{'cx': 299},"(45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt1_11.qasm -873,127,6050,"{'rz': 7089, 'sx': 232, 'measure': 116, 'x': 1}",{'cx': 36561},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_117.qasm -874,127,2681,"{'rz': 2238, 'sx': 788, 'measure': 22, 'x': 6}",{'cx': 7507},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_22.qasm -875,127,4443,"{'rz': 5799, 'sx': 63, 'measure': 62}",{'cx': 25980},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_62.qasm -876,127,77,"{'rz': 236, 'sx': 118, 'measure': 64}",{'cx': 319},"(4, 15); (14, 18); (15, 4); (15, 22); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt2_64.qasm -877,127,71,"{'measure': 68, 'rz': 2, 'sx': 1}",{'cx': 67},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_68.qasm -878,27,20,"{'sx': 16, 'rz': 16, 'measure': 2}",{'cx': 3},"(23, 24); (24, 23)",routing_mapped_ibm_montreal_qiskit_opt2_2.qasm -879,127,412,"{'rz': 136, 'sx': 136, 'measure': 17}",{'cx': 1212},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",realamprandom_mapped_ibm_washington_qiskit_opt2_17.qasm -880,127,1001,"{'sx': 473, 'rz': 379, 'measure': 105, 'x': 1}",{'cx': 1414},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (126, 112)",wstate_mapped_ibm_washington_qiskit_opt1_105.qasm -881,127,1183,"{'rz': 1628, 'sx': 222, 'measure': 37}",{'cx': 6105},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (73, 66); (73, 85); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qnn_mapped_ibm_washington_qiskit_opt2_37.qasm -882,27,461,"{'rz': 408, 'sx': 102, 'measure': 17}",{'cx': 1258},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_17.qasm -883,127,57066,"{'rz': 56515, 'sx': 20910, 'x': 715, 'measure': 121}",{'cx': 334274},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_121.qasm -884,127,412,"{'rz': 679, 'sx': 169, 'measure': 20, 'x': 4}",{'cx': 974},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt3_20.qasm -885,127,10040,"{'sx': 760, 'rz': 760, 'measure': 95}",{'cx': 65418},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_95.qasm -886,127,1816,"{'sx': 288, 'rz': 288, 'measure': 36}",{'cx': 8612},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",su2random_mapped_ibm_washington_qiskit_opt1_36.qasm -887,27,113,"{'rz': 78, 'sx': 39, 'x': 21, 'measure': 19}",{'cx': 181},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16)",dj_mapped_ibm_montreal_qiskit_opt0_20.qasm -888,127,4350,"{'sx': 520, 'rz': 520, 'measure': 65}",{'cx': 25545},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_65.qasm -889,127,4676,"{'rz': 6057, 'sx': 202, 'measure': 101, 'x': 1}",{'cx': 27102},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_102.qasm -890,127,963,"{'rz': 200, 'sx': 200, 'measure': 25}",{'cx': 3949},"(54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt1_25.qasm -891,127,8384,"{'rz': 12145, 'sx': 230, 'measure': 115, 'x': 1}",{'cx': 41255},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_116.qasm -892,127,1187,"{'sx': 477, 'rz': 401, 'measure': 104, 'x': 1}",{'cx': 1506},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",wstate_mapped_ibm_washington_qiskit_opt1_104.qasm -893,127,2561,"{'sx': 352, 'rz': 352, 'measure': 44}",{'cx': 12541},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_44.qasm -894,27,518,"{'rz': 442, 'sx': 17, 'measure': 17}",{'cx': 1250},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qft_mapped_ibm_montreal_qiskit_opt0_17.qasm -895,27,2043,"{'rz': 785, 'sx': 181, 'measure': 11, 'x': 10}",{'cx': 1887},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt1_11.qasm -896,127,15214,"{'sx': 952, 'rz': 952, 'measure': 119}",{'cx': 112127},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (15, 4); (15, 22); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_119.qasm -897,127,2242,"{'rz': 1345, 'sx': 979, 'x': 38, 'measure': 17}",{'cx': 1066},"(53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",pricingcall_mapped_ibm_washington_qiskit_opt3_17.qasm -898,127,66,"{'rz': 88, 'sx': 44, 'measure': 32}",{'cx': 137},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",graphstate_mapped_ibm_washington_qiskit_opt2_32.qasm -899,127,7995,"{'rz': 832, 'sx': 416, 'measure': 52}",{'cx': 51801},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_52.qasm -900,127,14140,"{'sx': 888, 'rz': 888, 'measure': 111}",{'cx': 85542},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_111.qasm -901,27,218,"{'rz': 188, 'sx': 51, 'measure': 11, 'x': 2}",{'cx': 258},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22)",qft_mapped_ibm_montreal_qiskit_opt3_11.qasm -902,127,445,"{'rz': 323, 'sx': 179, 'measure': 89}",{'cx': 582},"(4, 15); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (56, 52); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt2_90.qasm -903,27,795,"{'rz': 870, 'sx': 27, 'measure': 27}",{'cx': 1896},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt2_27.qasm -904,27,939,"{'rz': 1088, 'sx': 362, 'x': 27, 'measure': 26}",{'cx': 1526},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt3_26.qasm -905,127,4764,"{'rz': 6960, 'sx': 480, 'measure': 80}",{'cx': 31910},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt2_80.qasm -906,127,849,"{'rz': 470, 'sx': 235, 'measure': 117, 'x': 103}",{'cx': 1458},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt0_118.qasm -907,127,732,"{'rz': 1134, 'sx': 573, 'measure': 22, 'x': 3}",{'cx': 1940},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (85, 73); (85, 86); (86, 85)",qnn_mapped_ibm_washington_qiskit_opt3_22.qasm -908,127,7689,"{'rz': 13670, 'sx': 758, 'measure': 127}",{'cx': 47545},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_127.qasm -909,127,489,"{'measure': 102, 'rz': 2, 'sx': 1}",{'cx': 878},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ghz_mapped_ibm_washington_qiskit_opt0_102.qasm -910,127,3133,"{'rz': 1414, 'sx': 696, 'x': 100, 'measure': 17}",{'cx': 2461},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",pricingput_mapped_ibm_washington_qiskit_opt0_17.qasm -911,127,17613,"{'sx': 992, 'rz': 992, 'measure': 124}",{'cx': 122723},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_124.qasm -912,127,1504,"{'rz': 2742, 'sx': 44, 'measure': 43}",{'cx': 5430},"(24, 34); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_43.qasm -913,127,897,"{'rz': 858, 'sx': 156, 'measure': 26}",{'cx': 3096},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (58, 71); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (85, 73); (91, 79)",qnn_mapped_ibm_washington_qiskit_opt1_26.qasm -914,127,1391,"{'rz': 312, 'sx': 208, 'measure': 26}",{'cx': 7269},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_26.qasm -915,127,380,"{'rz': 278, 'sx': 167, 'measure': 70, 'x': 10}",{'cx': 306},"(8, 16); (12, 17); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (110, 100); (110, 118); (111, 104); (118, 110)",dj_mapped_ibm_washington_qiskit_opt3_71.qasm -916,127,84,"{'measure': 81, 'rz': 2, 'sx': 1}",{'cx': 80},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_81.qasm -917,127,492,"{'rz': 353, 'sx': 189, 'measure': 94}",{'cx': 636},"(3, 4); (4, 3); (4, 15); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118)",dj_mapped_ibm_washington_qiskit_opt2_95.qasm -918,27,362,"{'rz': 241, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 369},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_12.qasm -919,127,121,"{'sx': 116, 'rz': 58, 'measure': 30, 'x': 1}",{'cx': 58},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97)",wstate_mapped_ibm_washington_qiskit_opt2_30.qasm -920,127,1051,"{'rz': 1178, 'sx': 186, 'measure': 31}",{'cx': 4382},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (102, 92)",qnn_mapped_ibm_washington_qiskit_opt1_31.qasm -921,127,1127,"{'rz': 2264, 'sx': 40, 'measure': 39}",{'cx': 4442},"(34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qftentangled_mapped_ibm_washington_qiskit_opt1_39.qasm -922,127,481,"{'rz': 497, 'sx': 19, 'measure': 18}",{'cx': 1643},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_18.qasm -923,27,335,"{'rz': 246, 'sx': 72, 'measure': 11, 'x': 8}",{'cx': 313},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_12.qasm -924,127,2137,"{'sx': 328, 'rz': 328, 'measure': 41}",{'cx': 9833},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt1_41.qasm -925,127,490,"{'measure': 103, 'rz': 2, 'sx': 1}",{'cx': 879},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ghz_mapped_ibm_washington_qiskit_opt0_103.qasm -926,127,6759,"{'rz': 7820, 'sx': 510, 'measure': 85}",{'cx': 41671},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_85.qasm -927,127,3868,"{'rz': 4734, 'sx': 57, 'measure': 56}",{'cx': 21327},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_56.qasm -928,27,7071,"{'rz': 2873, 'sx': 2194, 'measure': 21, 'x': 12}",{'cx': 3374},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",pricingcall_mapped_ibm_montreal_qiskit_opt2_21.qasm -929,127,8621,"{'rz': 732, 'sx': 488, 'measure': 61}",{'cx': 68184},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_61.qasm -930,127,660,"{'rz': 446, 'sx': 223, 'measure': 111}",{'cx': 753},"(0, 1); (0, 14); (1, 0); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt1_112.qasm -931,127,7798,"{'rz': 10290, 'sx': 588, 'measure': 98}",{'cx': 54232},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_98.qasm -932,127,370,"{'rz': 300, 'sx': 180, 'measure': 31, 'x': 1}",{'cx': 363},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_31.qasm -933,127,4857,"{'rz': 6567, 'sx': 66, 'measure': 66}",{'cx': 29436},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_66.qasm -934,127,190,"{'rz': 144, 'sx': 10, 'measure': 10}",{'cx': 231},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (106, 93)",qft_mapped_ibm_washington_qiskit_opt1_10.qasm -935,127,718,"{'rz': 502, 'sx': 251, 'measure': 125}",{'cx': 1013},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (126, 112)",dj_mapped_ibm_washington_qiskit_opt1_126.qasm -936,27,494,"{'rz': 393, 'sx': 80, 'measure': 14}",{'cx': 734},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ae_mapped_ibm_montreal_qiskit_opt0_14.qasm -937,127,28155,"{'rz': 29629, 'sx': 11042, 'x': 427, 'measure': 88}",{'cx': 139803},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_88.qasm -938,127,1112,"{'rz': 1320, 'sx': 198, 'measure': 33}",{'cx': 4468},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt2_33.qasm -939,127,3023,"{'rz': 5094, 'sx': 356, 'measure': 60}",{'cx': 10152},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt1_60.qasm -940,127,3109,"{'rz': 4178, 'sx': 146, 'measure': 73, 'x': 1}",{'cx': 14358},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qpeexact_mapped_ibm_washington_qiskit_opt2_74.qasm -941,127,1294,"{'rz': 980, 'sx': 588, 'measure': 99, 'x': 1}",{'cx': 1468},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",wstate_mapped_ibm_washington_qiskit_opt0_99.qasm -942,127,752,"{'rz': 1440, 'sx': 750, 'measure': 15}",{'cx': 2091},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",portfoliovqe_mapped_ibm_washington_qiskit_opt0_15.qasm -943,127,24,"{'rz': 33, 'sx': 19, 'measure': 13, 'x': 1}",{'cx': 32},"(58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (84, 85); (85, 84); (85, 86); (86, 85)",graphstate_mapped_ibm_washington_qiskit_opt3_13.qasm -944,27,91,"{'rz': 62, 'sx': 31, 'x': 19, 'measure': 15}",{'cx': 147},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12)",dj_mapped_ibm_montreal_qiskit_opt0_16.qasm -945,127,2037,"{'rz': 11791, 'sx': 7883, 'measure': 56, 'x': 19}",{'cx': 11510},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qnn_mapped_ibm_washington_qiskit_opt3_56.qasm -946,127,268,"{'rz': 474, 'sx': 237, 'measure': 79}",{'cx': 1609},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",graphstate_mapped_ibm_washington_qiskit_opt0_79.qasm -947,127,8550,"{'sx': 696, 'rz': 696, 'measure': 87}",{'cx': 53214},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_87.qasm -948,127,221,"{'rz': 134, 'sx': 67, 'measure': 33, 'x': 31}",{'cx': 372},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20)",dj_mapped_ibm_washington_qiskit_opt0_34.qasm -949,127,1030,"{'rz': 1239, 'sx': 54, 'measure': 27, 'x': 1}",{'cx': 2515},"(35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qpeexact_mapped_ibm_washington_qiskit_opt1_28.qasm -950,27,1242,"{'rz': 1107, 'sx': 27, 'measure': 27}",{'cx': 3840},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt0_27.qasm -951,27,98613,"{'rz': 37080, 'sx': 255, 'x': 60, 'measure': 11}",{'cx': 89358},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (9, 8); (10, 7)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt0_11.qasm -952,127,194,"{'rz': 160, 'sx': 81, 'measure': 9, 'x': 4}",{'cx': 119},"(45, 54); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",ae_mapped_ibm_washington_qiskit_opt3_9.qasm -953,27,358,"{'rz': 80, 'sx': 80, 'measure': 10}",{'cx': 530},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",realamprandom_mapped_ibm_montreal_qiskit_opt1_10.qasm -954,127,216,"{'rz': 169, 'sx': 93, 'measure': 46}",{'cx': 260},"(20, 33); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (53, 41); (53, 60); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (92, 83); (92, 102); (93, 87); (102, 92)",dj_mapped_ibm_washington_qiskit_opt2_47.qasm -955,127,1162,"{'sx': 529, 'rz': 407, 'measure': 119, 'x': 1}",{'cx': 1397},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_119.qasm -956,127,2824,"{'rz': 5649, 'sx': 68, 'measure': 67}",{'cx': 13173},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 52); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93); (110, 100); (110, 118); (118, 110)",qftentangled_mapped_ibm_washington_qiskit_opt1_67.qasm -957,127,2561,"{'sx': 352, 'rz': 352, 'measure': 44}",{'cx': 12541},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt1_44.qasm -958,127,11760,"{'sx': 912, 'rz': 912, 'measure': 114}",{'cx': 88651},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_114.qasm -959,127,265,"{'rz': 248, 'sx': 115, 'measure': 9, 'x': 5}",{'cx': 305},"(86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",random_mapped_ibm_washington_qiskit_opt1_9.qasm -960,127,189,"{'rz': 161, 'sx': 95, 'measure': 43, 'x': 4}",{'cx': 151},"(20, 33); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (53, 41); (53, 60); (54, 64); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118)",dj_mapped_ibm_washington_qiskit_opt3_44.qasm -961,127,1180,"{'rz': 1423, 'sx': 1257, 'x': 44, 'measure': 26}",{'cx': 3069},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",su2random_mapped_ibm_washington_qiskit_opt3_26.qasm -962,127,312,"{'rz': 268, 'sx': 66, 'measure': 13, 'x': 6}",{'cx': 430},"(53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (81, 72)",qftentangled_mapped_ibm_washington_qiskit_opt3_13.qasm -963,127,1593,"{'rz': 360, 'sx': 360, 'measure': 45}",{'cx': 9711},"(16, 26); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (110, 100)",realamprandom_mapped_ibm_washington_qiskit_opt2_45.qasm -964,127,190,"{'rz': 155, 'sx': 95, 'measure': 41, 'x': 5}",{'cx': 131},"(8, 16); (16, 8); (16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (53, 41); (53, 60); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (98, 91)",dj_mapped_ibm_washington_qiskit_opt3_42.qasm -965,127,73,"{'rz': 230, 'sx': 125, 'measure': 60, 'x': 6}",{'cx': 265},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (91, 98); (93, 87); (93, 106); (94, 90); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (118, 110)",graphstate_mapped_ibm_washington_qiskit_opt3_60.qasm -966,127,13188,"{'rz': 13560, 'sx': 678, 'measure': 113}",{'cx': 86180},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_113.qasm -967,127,5430,"{'rz': 6811, 'sx': 146, 'measure': 73, 'x': 1}",{'cx': 17447},"(15, 22); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt1_74.qasm -968,27,66,"{'rz': 102, 'sx': 51, 'measure': 17}",{'cx': 134},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",graphstate_mapped_ibm_montreal_qiskit_opt0_17.qasm -969,127,357,"{'sx': 352, 'rz': 176, 'measure': 89, 'x': 1}",{'cx': 176},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_89.qasm -970,127,74,"{'rz': 126, 'sx': 84, 'measure': 14}",{'cx': 137},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",vqe_mapped_ibm_washington_qiskit_opt0_14.qasm -971,127,4011,"{'rz': 4840, 'sx': 110, 'measure': 55, 'x': 1}",{'cx': 19097},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt0_56.qasm -972,127,67,"{'rz': 168, 'sx': 84, 'measure': 46}",{'cx': 235},"(20, 21); (20, 33); (21, 20); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (111, 104)",graphstate_mapped_ibm_washington_qiskit_opt2_46.qasm -973,127,4799,"{'rz': 600, 'sx': 600, 'measure': 75}",{'cx': 32865},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (33, 20); (33, 39); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_75.qasm -974,127,87,"{'measure': 84, 'rz': 2, 'sx': 1}",{'cx': 83},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_84.qasm -975,127,1091,"{'rz': 1009, 'sx': 358, 'measure': 16, 'x': 10}",{'cx': 1763},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (81, 72)",random_mapped_ibm_washington_qiskit_opt1_16.qasm -976,27,76125,"{'rz': 36749, 'sx': 149, 'measure': 11, 'x': 10}",{'cx': 74733},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt1_11.qasm -977,127,9854,"{'rz': 10121, 'sx': 3983, 'x': 160, 'measure': 53}",{'cx': 36938},"(35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_53.qasm -978,127,8785,"{'rz': 14060, 'sx': 190, 'measure': 95, 'x': 1}",{'cx': 63972},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt0_96.qasm -979,27,896,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 2999},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_24.qasm -980,127,3045,"{'rz': 372, 'sx': 248, 'measure': 31}",{'cx': 15810},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_31.qasm -981,127,5897,"{'rz': 8932, 'sx': 77, 'measure': 77}",{'cx': 38204},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_77.qasm -982,27,447,"{'rz': 424, 'sx': 17, 'measure': 17}",{'cx': 761},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qft_mapped_ibm_montreal_qiskit_opt1_17.qasm -983,127,1731,"{'rz': 336, 'sx': 224, 'measure': 28}",{'cx': 9675},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_28.qasm -984,127,269,"{'rz': 209, 'sx': 117, 'measure': 58}",{'cx': 321},"(16, 26); (20, 33); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 55); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt2_59.qasm -985,127,10293,"{'rz': 14945, 'sx': 196, 'measure': 98, 'x': 1}",{'cx': 70047},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt0_99.qasm -986,127,166,"{'rz': 128, 'sx': 64, 'measure': 8}",{'cx': 357},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",su2random_mapped_ibm_washington_qiskit_opt0_8.qasm -987,27,316,"{'rz': 260, 'sx': 156, 'measure': 27, 'x': 1}",{'cx': 274},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt0_27.qasm -988,127,6104,"{'rz': 6389, 'sx': 2423, 'x': 95, 'measure': 42}",{'cx': 20050},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt1_42.qasm -989,127,883,"{'rz': 1162, 'sx': 29, 'measure': 28}",{'cx': 2340},"(34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt1_28.qasm -990,127,4229,"{'rz': 520, 'sx': 520, 'measure': 65}",{'cx': 28313},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_65.qasm -991,27,338,"{'rz': 88, 'sx': 88, 'measure': 11}",{'cx': 650},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt1_11.qasm -992,127,12000,"{'rz': 900, 'sx': 600, 'measure': 75}",{'cx': 102417},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_75.qasm -993,127,7669,"{'rz': 11567, 'sx': 172, 'measure': 86, 'x': 1}",{'cx': 51498},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_87.qasm -994,127,55700,"{'rz': 55959, 'sx': 20432, 'x': 676, 'measure': 120}",{'cx': 327535},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_120.qasm -995,27,109,"{'measure': 27, 'rz': 2, 'sx': 1}",{'cx': 197},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt0_27.qasm -996,127,703,"{'rz': 389, 'sx': 335, 'measure': 29, 'x': 1}",{'cx': 3654},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (110, 100)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_29.qasm -997,127,8614,"{'rz': 12786, 'sx': 126, 'measure': 126}",{'cx': 49921},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_126.qasm -998,127,225,"{'sx': 220, 'rz': 110, 'measure': 56, 'x': 1}",{'cx': 110},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_56.qasm -999,127,786,"{'rz': 240, 'sx': 240, 'measure': 30}",{'cx': 4867},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (97, 98); (98, 91); (98, 97)",realamprandom_mapped_ibm_washington_qiskit_opt1_30.qasm -1000,127,7532,"{'rz': 12272, 'sx': 232, 'measure': 116, 'x': 1}",{'cx': 40866},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_117.qasm -1001,127,49,"{'rz': 84, 'sx': 42, 'measure': 14}",{'cx': 122},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_14.qasm -1002,127,60842,"{'rz': 58244, 'sx': 21738, 'x': 776, 'measure': 123}",{'cx': 348360},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_123.qasm -1003,127,4457,"{'rz': 7065, 'sx': 150, 'measure': 75, 'x': 1}",{'cx': 18340},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_76.qasm -1004,127,617,"{'rz': 717, 'sx': 23, 'measure': 22}",{'cx': 1440},"(28, 35); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66)",qftentangled_mapped_ibm_washington_qiskit_opt1_22.qasm -1005,127,213,"{'measure': 45, 'rz': 2, 'sx': 1}",{'cx': 374},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_45.qasm -1006,127,1603,"{'sx': 392, 'rz': 392, 'measure': 49}",{'cx': 11027},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (33, 20); (33, 39); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",realamprandom_mapped_ibm_washington_qiskit_opt2_49.qasm -1007,127,1003,"{'rz': 1192, 'sx': 29, 'measure': 28}",{'cx': 4341},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_28.qasm -1008,127,1563,"{'rz': 1190, 'sx': 714, 'measure': 120, 'x': 1}",{'cx': 1735},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_120.qasm -1009,127,2064,"{'rz': 4147, 'sx': 1947, 'x': 190, 'measure': 48}",{'cx': 6082},"(35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt3_49.qasm -1010,127,761,"{'rz': 570, 'sx': 342, 'measure': 58, 'x': 1}",{'cx': 879},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",wstate_mapped_ibm_washington_qiskit_opt0_58.qasm -1011,127,1593,"{'rz': 360, 'sx': 360, 'measure': 45}",{'cx': 9711},"(16, 26); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (110, 100)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_45.qasm -1012,27,740,"{'sx': 184, 'rz': 184, 'measure': 23}",{'cx': 2629},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt2_23.qasm -1013,127,1115,"{'rz': 1959, 'sx': 613, 'x': 60, 'measure': 37}",{'cx': 3180},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",qftentangled_mapped_ibm_washington_qiskit_opt3_37.qasm -1014,127,860,"{'rz': 680, 'sx': 408, 'measure': 69, 'x': 1}",{'cx': 901},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",wstate_mapped_ibm_washington_qiskit_opt0_69.qasm -1015,27,600,"{'rz': 156, 'sx': 104, 'measure': 13}",{'cx': 1755},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",realamprandom_mapped_ibm_montreal_qiskit_opt0_13.qasm -1016,27,399,"{'rz': 524, 'sx': 276, 'measure': 15, 'x': 3}",{'cx': 872},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_15.qasm -1017,127,40,"{'rz': 76, 'sx': 40, 'measure': 8}",{'cx': 50},"(45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",qaoa_mapped_ibm_washington_qiskit_opt3_8.qasm -1018,27,324,"{'rz': 252, 'sx': 14, 'measure': 14}",{'cx': 509},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",qft_mapped_ibm_montreal_qiskit_opt2_14.qasm -1019,27,1229,"{'rz': 1157, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 3669},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt0_27.qasm -1020,127,281,"{'sx': 276, 'rz': 138, 'measure': 70, 'x': 1}",{'cx': 138},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_70.qasm -1021,127,4250,"{'rz': 8791, 'sx': 93, 'measure': 93}",{'cx': 23803},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_93.qasm -1022,127,286,"{'rz': 222, 'sx': 111, 'measure': 55}",{'cx': 322},"(4, 15); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (54, 45); (54, 64); (55, 68); (58, 71); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (110, 100)",dj_mapped_ibm_washington_qiskit_opt1_56.qasm -1023,127,5156,"{'rz': 492, 'sx': 328, 'measure': 41}",{'cx': 28692},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_41.qasm -1024,127,9444,"{'rz': 15438, 'sx': 590, 'measure': 99}",{'cx': 62229},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt0_99.qasm -1025,127,2776,"{'rz': 4797, 'sx': 60, 'measure': 60}",{'cx': 10912},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qft_mapped_ibm_washington_qiskit_opt1_60.qasm -1026,127,12,"{'measure': 9, 'rz': 2, 'sx': 1}",{'cx': 8},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120)",ghz_mapped_ibm_washington_qiskit_opt3_9.qasm -1027,127,2178,"{'rz': 3201, 'sx': 118, 'measure': 59, 'x': 1}",{'cx': 9186},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt2_60.qasm -1028,27,241,"{'sx': 64, 'rz': 64, 'measure': 8}",{'cx': 279},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",realamprandom_mapped_ibm_montreal_qiskit_opt1_8.qasm -1029,127,1057,"{'sx': 559, 'rz': 467, 'measure': 122, 'x': 1}",{'cx': 1574},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_122.qasm -1030,127,3769,"{'sx': 408, 'rz': 408, 'measure': 51}",{'cx': 17208},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (106, 93)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_51.qasm -1031,127,3820,"{'rz': 3824, 'sx': 1447, 'x': 73, 'measure': 33}",{'cx': 10202},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83)",random_mapped_ibm_washington_qiskit_opt1_33.qasm -1032,127,115,"{'rz': 174, 'sx': 87, 'measure': 29}",{'cx': 449},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_29.qasm -1033,27,394,"{'rz': 242, 'sx': 66, 'measure': 11}",{'cx': 926},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qnn_mapped_ibm_montreal_qiskit_opt0_11.qasm -1034,27,1110,"{'rz': 1171, 'sx': 553, 'x': 59, 'measure': 16}",{'cx': 1561},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt3_16.qasm -1035,127,406,"{'rz': 299, 'sx': 167, 'measure': 83}",{'cx': 488},"(8, 16); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt2_84.qasm -1036,127,4211,"{'rz': 5574, 'sx': 102, 'measure': 102}",{'cx': 25757},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt2_102.qasm -1037,127,872,"{'rz': 840, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 1618},"(28, 35); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt1_23.qasm -1038,27,11,"{'measure': 8, 'rz': 2, 'sx': 1}",{'cx': 7},"(12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_8.qasm -1039,27,41,"{'rz': 38, 'sx': 19, 'measure': 9}",{'cx': 27},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21)",dj_mapped_ibm_montreal_qiskit_opt1_10.qasm -1040,127,12133,"{'sx': 928, 'rz': 928, 'measure': 116}",{'cx': 94200},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_116.qasm -1041,127,123,"{'rz': 500, 'sx': 250, 'measure': 118}",{'cx': 802},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_118.qasm -1042,127,1615,"{'rz': 2537, 'sx': 236, 'measure': 40}",{'cx': 4764},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt1_40.qasm -1043,127,11,"{'measure': 8, 'rz': 2, 'sx': 1}",{'cx': 7},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",ghz_mapped_ibm_washington_qiskit_opt1_8.qasm -1044,27,781,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 2375},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_22.qasm -1045,127,10267,"{'sx': 856, 'rz': 856, 'measure': 107}",{'cx': 75136},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_107.qasm -1046,27,19,"{'measure': 16, 'rz': 2, 'sx': 1}",{'cx': 15},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_16.qasm -1047,27,410,"{'rz': 245, 'sx': 70, 'measure': 20}",{'cx': 627},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt1_10.qasm -1048,27,62,"{'measure': 23, 'rz': 2, 'sx': 1}",{'cx': 67},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_23.qasm -1049,27,196,"{'rz': 322, 'sx': 188, 'measure': 9}",{'cx': 226},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",tsp_mapped_ibm_montreal_qiskit_opt0_9.qasm -1050,127,182,"{'rz': 154, 'sx': 85, 'measure': 42}",{'cx': 206},"(20, 21); (20, 33); (21, 20); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (53, 41); (53, 60); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100); (110, 118); (118, 110)",dj_mapped_ibm_washington_qiskit_opt2_43.qasm -1051,127,410,"{'rz': 228, 'sx': 72, 'measure': 12}",{'cx': 610},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",qnn_mapped_ibm_washington_qiskit_opt2_12.qasm -1052,27,2378,"{'rz': 2649, 'sx': 1268, 'x': 129, 'measure': 24}",{'cx': 4675},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_24.qasm -1053,127,427,"{'rz': 308, 'sx': 187, 'measure': 76, 'x': 14}",{'cx': 332},"(8, 16); (15, 22); (16, 8); (16, 26); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (122, 111)",dj_mapped_ibm_washington_qiskit_opt3_77.qasm -1054,127,502,"{'rz': 375, 'sx': 203, 'measure': 101}",{'cx': 794},"(8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (92, 83); (92, 102); (93, 106); (94, 90); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt2_102.qasm -1055,127,1020,"{'rz': 1413, 'sx': 516, 'x': 60, 'measure': 30}",{'cx': 1989},"(28, 35); (33, 39); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",ae_mapped_ibm_washington_qiskit_opt3_30.qasm -1056,127,8481,"{'rz': 11832, 'sx': 174, 'measure': 87, 'x': 1}",{'cx': 54003},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_88.qasm -1057,27,139,"{'rz': 77, 'sx': 7, 'measure': 7}",{'cx': 174},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",qft_mapped_ibm_montreal_qiskit_opt0_7.qasm -1058,127,1428,"{'rz': 621, 'sx': 364, 'measure': 15, 'x': 8}",{'cx': 889},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73)",pricingcall_mapped_ibm_washington_qiskit_opt2_15.qasm -1059,27,229,"{'rz': 187, 'sx': 11, 'measure': 11}",{'cx': 536},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qft_mapped_ibm_montreal_qiskit_opt0_11.qasm -1060,127,5930,"{'rz': 7324, 'sx': 127, 'measure': 126}",{'cx': 42224},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_126.qasm -1061,127,3837,"{'sx': 472, 'rz': 472, 'measure': 59}",{'cx': 23999},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_59.qasm -1062,127,4267,"{'rz': 504, 'sx': 504, 'measure': 63}",{'cx': 26691},"(15, 22); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_63.qasm -1063,127,815,"{'rz': 630, 'sx': 378, 'measure': 64, 'x': 1}",{'cx': 891},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",wstate_mapped_ibm_washington_qiskit_opt0_64.qasm -1064,127,2173,"{'rz': 3510, 'sx': 2990, 'x': 136, 'measure': 44}",{'cx': 9581},"(34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (102, 92)",su2random_mapped_ibm_washington_qiskit_opt3_44.qasm -1065,127,3918,"{'rz': 7398, 'sx': 464, 'measure': 78}",{'cx': 16659},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (15, 4); (15, 22); (16, 26); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111)",ae_mapped_ibm_washington_qiskit_opt1_78.qasm -1066,127,1920,"{'sx': 392, 'rz': 392, 'measure': 49}",{'cx': 12520},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt2_49.qasm -1067,127,167,"{'rz': 116, 'sx': 9, 'measure': 9}",{'cx': 195},"(45, 54); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",qft_mapped_ibm_washington_qiskit_opt1_9.qasm -1068,127,78,"{'rz': 348, 'sx': 174, 'measure': 94}",{'cx': 505},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt2_94.qasm -1069,127,153,"{'sx': 148, 'rz': 74, 'measure': 38, 'x': 1}",{'cx': 74},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80)",wstate_mapped_ibm_washington_qiskit_opt2_38.qasm -1070,127,1299,"{'rz': 2036, 'sx': 38, 'measure': 37}",{'cx': 4050},"(34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (98, 91); (98, 99); (99, 98)",qftentangled_mapped_ibm_washington_qiskit_opt1_37.qasm -1071,127,1699,"{'rz': 1490, 'sx': 541, 'measure': 18, 'x': 7}",{'cx': 4229},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_18.qasm -1072,27,33,"{'sx': 28, 'rz': 14, 'measure': 8, 'x': 1}",{'cx': 14},"(17, 18); (18, 17); (18, 21); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_8.qasm -1073,127,5177,"{'sx': 520, 'rz': 520, 'measure': 65}",{'cx': 29410},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",su2random_mapped_ibm_washington_qiskit_opt1_65.qasm -1074,127,8148,"{'rz': 8075, 'sx': 3177, 'x': 106, 'measure': 47}",{'cx': 27663},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",random_mapped_ibm_washington_qiskit_opt2_47.qasm -1075,127,7975,"{'rz': 12653, 'sx': 238, 'measure': 119, 'x': 1}",{'cx': 45342},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_120.qasm -1076,127,2968,"{'rz': 4582, 'sx': 332, 'measure': 56}",{'cx': 9281},"(15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt1_56.qasm -1077,27,766,"{'rz': 533, 'sx': 201, 'measure': 28, 'x': 14}",{'cx': 1296},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt3_14.qasm -1078,127,1888,"{'rz': 2500, 'sx': 100, 'measure': 50, 'x': 1}",{'cx': 7062},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt2_51.qasm -1079,27,5392,"{'rz': 2496, 'sx': 207, 'x': 36, 'measure': 7}",{'cx': 4488},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt0_7.qasm -1080,127,49,"{'measure': 46, 'rz': 2, 'sx': 1}",{'cx': 45},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt2_46.qasm -1081,127,608,"{'rz': 342, 'sx': 171, 'measure': 85, 'x': 81}",{'cx': 1036},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (85, 73)",dj_mapped_ibm_washington_qiskit_opt0_86.qasm -1082,127,9329,"{'sx': 728, 'rz': 728, 'measure': 91}",{'cx': 58256},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_91.qasm -1083,127,52,"{'rz': 66, 'sx': 35, 'measure': 19}",{'cx': 72},"(45, 54); (54, 45); (54, 64); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",graphstate_mapped_ibm_washington_qiskit_opt3_19.qasm -1084,127,217,"{'measure': 49, 'rz': 2, 'sx': 1}",{'cx': 378},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_49.qasm -1085,127,723,"{'rz': 662, 'sx': 287, 'x': 14, 'measure': 14}",{'cx': 1045},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt2_14.qasm -1086,127,5261,"{'rz': 6618, 'sx': 380, 'measure': 64}",{'cx': 25014},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ae_mapped_ibm_washington_qiskit_opt0_64.qasm -1087,127,267,"{'rz': 214, 'sx': 13, 'measure': 13}",{'cx': 423},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (73, 66)",qft_mapped_ibm_washington_qiskit_opt2_13.qasm -1088,127,7575,"{'rz': 13301, 'sx': 94, 'measure': 94}",{'cx': 58416},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt0_94.qasm -1089,127,253,"{'sx': 248, 'rz': 124, 'measure': 63, 'x': 1}",{'cx': 124},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_63.qasm -1090,127,8767,"{'rz': 11330, 'sx': 618, 'measure': 103}",{'cx': 62786},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_103.qasm -1091,127,5831,"{'rz': 592, 'sx': 592, 'measure': 74}",{'cx': 38968},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_74.qasm -1092,27,693,"{'rz': 697, 'sx': 287, 'x': 14, 'measure': 14}",{'cx': 1018},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_14.qasm -1093,127,561,"{'rz': 591, 'sx': 21, 'measure': 20}",{'cx': 1203},"(57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83)",qftentangled_mapped_ibm_washington_qiskit_opt1_20.qasm -1094,127,131,"{'rz': 476, 'sx': 238, 'measure': 116}",{'cx': 761},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_116.qasm -1095,27,79315,"{'rz': 36727, 'sx': 149, 'measure': 11, 'x': 10}",{'cx': 72498},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt2_11.qasm -1096,27,161588,"{'rz': 73607, 'sx': 161, 'measure': 12, 'x': 10}",{'cx': 150315},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt1_12.qasm -1097,127,3256,"{'rz': 5541, 'sx': 126, 'measure': 63, 'x': 1}",{'cx': 12898},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qpeinexact_mapped_ibm_washington_qiskit_opt1_64.qasm -1098,127,32,"{'measure': 29, 'rz': 2, 'sx': 1}",{'cx': 28},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt3_29.qasm -1099,127,394,"{'rz': 304, 'sx': 185, 'measure': 81, 'x': 11}",{'cx': 331},"(3, 4); (4, 3); (4, 15); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (92, 83); (92, 102); (93, 106); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (111, 104)",dj_mapped_ibm_washington_qiskit_opt3_82.qasm -1100,127,6239,"{'rz': 9097, 'sx': 182, 'measure': 91, 'x': 1}",{'cx': 24896},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeinexact_mapped_ibm_washington_qiskit_opt1_92.qasm -1101,127,3008,"{'rz': 3801, 'sx': 136, 'measure': 68, 'x': 1}",{'cx': 12549},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (118, 110)",qpeinexact_mapped_ibm_washington_qiskit_opt2_69.qasm -1102,127,3108,"{'rz': 480, 'sx': 480, 'measure': 60}",{'cx': 20531},"(20, 33); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_60.qasm -1103,127,274,"{'rz': 516, 'sx': 258, 'measure': 86}",{'cx': 1877},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",graphstate_mapped_ibm_washington_qiskit_opt0_86.qasm -1104,27,658,"{'rz': 645, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 1250},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_20.qasm -1105,127,33,"{'measure': 30, 'rz': 2, 'sx': 1}",{'cx': 29},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt3_30.qasm -1106,127,219,"{'measure': 51, 'rz': 2, 'sx': 1}",{'cx': 380},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_51.qasm -1107,127,618,"{'rz': 184, 'sx': 184, 'measure': 23}",{'cx': 2438},"(20, 21); (20, 33); (21, 20); (33, 20); (33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt2_23.qasm -1108,127,567,"{'rz': 423, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 818},"(15, 22); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",qpeexact_mapped_ibm_washington_qiskit_opt2_17.qasm -1109,127,25394,"{'rz': 26530, 'sx': 9826, 'x': 384, 'measure': 83}",{'cx': 120729},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_83.qasm -1110,127,296,"{'measure': 59, 'rz': 2, 'sx': 1}",{'cx': 532},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ghz_mapped_ibm_washington_qiskit_opt0_59.qasm -1111,127,4453,"{'rz': 4727, 'sx': 164, 'measure': 82, 'x': 1}",{'cx': 18339},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",qpeexact_mapped_ibm_washington_qiskit_opt2_83.qasm -1112,127,42,"{'rz': 44, 'sx': 22, 'measure': 14}",{'cx': 41},"(48, 49); (49, 48); (49, 55); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",graphstate_mapped_ibm_washington_qiskit_opt2_14.qasm -1113,127,5753,"{'rz': 6701, 'sx': 118, 'measure': 118}",{'cx': 35178},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_118.qasm -1114,127,4412,"{'sx': 512, 'rz': 512, 'measure': 64}",{'cx': 27676},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100)",su2random_mapped_ibm_washington_qiskit_opt1_64.qasm -1115,127,65,"{'sx': 60, 'rz': 30, 'measure': 16, 'x': 1}",{'cx': 30},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58)",wstate_mapped_ibm_washington_qiskit_opt1_16.qasm -1116,127,6048,"{'rz': 7326, 'sx': 126, 'measure': 125}",{'cx': 39105},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_125.qasm -1117,127,3217,"{'rz': 6374, 'sx': 416, 'measure': 70}",{'cx': 12835},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt1_70.qasm -1118,127,41,"{'measure': 38, 'rz': 2, 'sx': 1}",{'cx': 37},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt3_38.qasm -1119,127,2241,"{'rz': 2795, 'sx': 43, 'measure': 43}",{'cx': 10659},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_43.qasm -1120,127,318,"{'rz': 378, 'sx': 17, 'measure': 16}",{'cx': 645},"(58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (71, 58); (71, 77); (72, 62); (72, 81); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79)",qftentangled_mapped_ibm_washington_qiskit_opt1_16.qasm -1121,127,69,"{'sx': 143, 'rz': 135, 'measure': 9}",{'cx': 40},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120)",tsp_mapped_ibm_washington_qiskit_opt2_9.qasm -1122,127,12045,"{'sx': 792, 'rz': 792, 'measure': 99}",{'cx': 76459},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_99.qasm -1123,127,2402,"{'rz': 1008, 'sx': 668, 'x': 22, 'measure': 17}",{'cx': 1438},"(49, 55); (54, 64); (55, 49); (55, 68); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",pricingput_mapped_ibm_washington_qiskit_opt2_17.qasm -1124,127,349,"{'sx': 344, 'rz': 172, 'measure': 87, 'x': 1}",{'cx': 172},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_87.qasm -1125,127,55,"{'rz': 133, 'sx': 70, 'measure': 14}",{'cx': 86},"(6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (16, 8); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (83, 92); (85, 73); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qaoa_mapped_ibm_washington_qiskit_opt3_14.qasm -1126,127,297,"{'sx': 292, 'rz': 146, 'measure': 74, 'x': 1}",{'cx': 146},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_74.qasm -1127,27,401,"{'rz': 619, 'sx': 85, 'measure': 20, 'x': 8}",{'cx': 1015},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_20.qasm -1128,127,3819,"{'rz': 5845, 'sx': 190, 'measure': 95, 'x': 1}",{'cx': 22587},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt2_96.qasm -1129,127,10716,"{'rz': 11539, 'sx': 4230, 'x': 194, 'measure': 55}",{'cx': 41108},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_55.qasm -1130,127,8977,"{'rz': 13380, 'sx': 548, 'measure': 92}",{'cx': 55787},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79)",ae_mapped_ibm_washington_qiskit_opt0_92.qasm -1131,127,672,"{'rz': 522, 'sx': 108, 'measure': 18}",{'cx': 2618},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_18.qasm -1132,127,2265,"{'rz': 2998, 'sx': 114, 'measure': 57, 'x': 1}",{'cx': 8982},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qpeinexact_mapped_ibm_washington_qiskit_opt2_58.qasm -1133,127,869,"{'rz': 486, 'sx': 243, 'measure': 121, 'x': 107}",{'cx': 1498},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt0_122.qasm -1134,127,6837,"{'rz': 11818, 'sx': 119, 'measure': 118}",{'cx': 42579},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_118.qasm -1135,27,26,"{'sx': 48, 'rz': 46, 'measure': 6}",{'cx': 15},"(18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",routing_mapped_ibm_montreal_qiskit_opt3_6.qasm -1136,127,1112,"{'rz': 276, 'sx': 184, 'measure': 23}",{'cx': 5613},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_23.qasm -1137,27,2007,"{'rz': 782, 'sx': 138, 'measure': 23}",{'cx': 7352},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt0_23.qasm -1138,127,7760,"{'rz': 636, 'sx': 424, 'measure': 53}",{'cx': 52020},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_53.qasm -1139,27,34,"{'rz': 32, 'sx': 19, 'measure': 9}",{'cx': 23},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21)",dj_mapped_ibm_montreal_qiskit_opt2_10.qasm -1140,127,9153,"{'sx': 800, 'rz': 800, 'measure': 100}",{'cx': 63281},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_100.qasm -1141,27,94,"{'rz': 130, 'sx': 65, 'measure': 13}",{'cx': 229},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qaoa_mapped_ibm_montreal_qiskit_opt0_13.qasm -1142,127,2027,"{'rz': 1712, 'sx': 64, 'measure': 32, 'x': 1}",{'cx': 6996},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31)",qpeinexact_mapped_ibm_washington_qiskit_opt0_33.qasm -1143,127,4388,"{'rz': 5612, 'sx': 61, 'measure': 61}",{'cx': 24585},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_61.qasm -1144,127,145,"{'rz': 126, 'sx': 42, 'measure': 7}",{'cx': 225},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",qnn_mapped_ibm_washington_qiskit_opt0_7.qasm -1145,127,129,"{'rz': 98, 'sx': 55, 'measure': 27}",{'cx': 107},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (91, 79); (91, 98); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99)",dj_mapped_ibm_washington_qiskit_opt2_28.qasm -1146,27,1594,"{'rz': 1709, 'sx': 826, 'x': 90, 'measure': 20}",{'cx': 2770},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_20.qasm -1147,127,872,"{'measure': 101, 'rz': 2, 'sx': 1}",{'cx': 949},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_101.qasm -1148,127,1352,"{'rz': 2148, 'sx': 39, 'measure': 38}",{'cx': 4215},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qftentangled_mapped_ibm_washington_qiskit_opt1_38.qasm -1149,127,8651,"{'rz': 11469, 'sx': 506, 'measure': 85}",{'cx': 48624},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt0_85.qasm -1150,127,1599,"{'rz': 1230, 'sx': 738, 'measure': 124, 'x': 1}",{'cx': 1743},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_124.qasm -1151,127,7382,"{'rz': 7388, 'sx': 2711, 'x': 91, 'measure': 44}",{'cx': 22800},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt1_44.qasm -1152,127,12810,"{'sx': 904, 'rz': 904, 'measure': 113}",{'cx': 95902},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_113.qasm -1153,27,559,"{'rz': 854, 'sx': 25, 'measure': 24}",{'cx': 1592},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt1_24.qasm -1154,127,2421,"{'rz': 4017, 'sx': 102, 'measure': 51, 'x': 1}",{'cx': 8821},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt1_52.qasm -1155,27,84,"{'rz': 66, 'sx': 33, 'measure': 16}",{'cx': 58},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt1_17.qasm -1156,127,2937,"{'rz': 5840, 'sx': 438, 'measure': 73}",{'cx': 25523},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_73.qasm -1157,127,52,"{'rz': 110, 'sx': 55, 'measure': 11}",{'cx': 86},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",qaoa_mapped_ibm_washington_qiskit_opt1_11.qasm -1158,27,328,"{'rz': 290, 'sx': 98, 'measure': 12, 'x': 10}",{'cx': 374},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21)",qpeexact_mapped_ibm_montreal_qiskit_opt3_13.qasm -1159,127,1061,"{'rz': 264, 'sx': 264, 'measure': 33}",{'cx': 5375},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt2_33.qasm -1160,127,7452,"{'rz': 7658, 'sx': 250, 'measure': 125, 'x': 1}",{'cx': 41400},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_126.qasm -1161,27,504,"{'rz': 337, 'sx': 280, 'measure': 13, 'x': 10}",{'cx': 802},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_13.qasm -1162,127,73,"{'rz': 155, 'sx': 85, 'measure': 46, 'x': 1}",{'cx': 158},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",graphstate_mapped_ibm_washington_qiskit_opt3_46.qasm -1163,127,3930,"{'rz': 7142, 'sx': 452, 'measure': 76}",{'cx': 15295},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118)",ae_mapped_ibm_washington_qiskit_opt1_76.qasm -1164,127,191,"{'rz': 152, 'sx': 48, 'measure': 8}",{'cx': 323},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",qnn_mapped_ibm_washington_qiskit_opt0_8.qasm -1165,127,4464,"{'rz': 8548, 'sx': 91, 'measure': 91}",{'cx': 23415},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_91.qasm -1166,127,7007,"{'sx': 552, 'rz': 552, 'measure': 69}",{'cx': 33585},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt1_69.qasm -1167,127,11457,"{'rz': 928, 'sx': 928, 'measure': 116}",{'cx': 88151},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_116.qasm -1168,127,828,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 2782},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (106, 93)",su2random_mapped_ibm_washington_qiskit_opt2_24.qasm -1169,127,240,"{'rz': 177, 'sx': 12, 'measure': 11}",{'cx': 330},"(34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qftentangled_mapped_ibm_washington_qiskit_opt1_11.qasm -1170,27,1003,"{'rz': 960, 'sx': 134, 'measure': 23}",{'cx': 2273},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt0_23.qasm -1171,127,1696,"{'sx': 344, 'rz': 344, 'measure': 43}",{'cx': 10897},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_43.qasm -1172,127,26311,"{'rz': 34325, 'sx': 11802, 'x': 162, 'measure': 84}",{'cx': 193380},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_84.qasm -1173,127,109,"{'rz': 95, 'sx': 59, 'measure': 26, 'x': 3}",{'cx': 87},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (53, 41); (53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (91, 79); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (111, 104)",dj_mapped_ibm_washington_qiskit_opt3_27.qasm -1174,127,544,"{'rz': 591, 'sx': 355, 'measure': 12}",{'cx': 777},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",portfoliovqe_mapped_ibm_washington_qiskit_opt1_12.qasm -1175,127,4948,"{'rz': 5546, 'sx': 118, 'measure': 59, 'x': 1}",{'cx': 24585},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt0_60.qasm -1176,127,5860,"{'rz': 6292, 'sx': 210, 'measure': 105, 'x': 1}",{'cx': 31102},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_106.qasm -1177,127,1763,"{'rz': 448, 'sx': 224, 'measure': 28}",{'cx': 9888},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_28.qasm -1178,27,16,"{'measure': 13, 'rz': 2, 'sx': 1}",{'cx': 12},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_13.qasm -1179,127,2628,"{'rz': 3410, 'sx': 330, 'measure': 55}",{'cx': 15393},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",qnn_mapped_ibm_washington_qiskit_opt1_55.qasm -1180,127,24157,"{'rz': 24582, 'sx': 9426, 'x': 369, 'measure': 82}",{'cx': 115677},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_82.qasm -1181,127,4026,"{'rz': 3880, 'sx': 1375, 'measure': 29, 'x': 20}",{'cx': 14800},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_29.qasm -1182,127,597,"{'rz': 773, 'sx': 400, 'x': 51, 'measure': 14}",{'cx': 932},"(54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt3_14.qasm -1183,127,1327,"{'rz': 2252, 'sx': 1899, 'x': 67, 'measure': 35}",{'cx': 5192},"(24, 34); (34, 24); (34, 43); (37, 52); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt3_35.qasm -1184,27,41,"{'rz': 30, 'sx': 15, 'x': 11, 'measure': 7}",{'cx': 43},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",dj_mapped_ibm_montreal_qiskit_opt0_8.qasm -1185,127,3054,"{'rz': 5523, 'sx': 66, 'measure': 66}",{'cx': 12964},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (112, 108)",qft_mapped_ibm_washington_qiskit_opt1_66.qasm -1186,127,37,"{'measure': 34, 'rz': 2, 'sx': 1}",{'cx': 33},"(30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_34.qasm -1187,127,1140,"{'rz': 2812, 'sx': 1574, 'measure': 34, 'x': 3}",{'cx': 4824},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt3_34.qasm -1188,27,625,"{'rz': 938, 'sx': 490, 'measure': 14}",{'cx': 1175},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",groundstate_large_mapped_ibm_montreal_qiskit_opt0_14.qasm -1189,127,432,"{'rz': 336, 'sx': 316, 'measure': 17, 'x': 1}",{'cx': 1031},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",su2random_mapped_ibm_washington_qiskit_opt3_17.qasm -1190,127,7327,"{'rz': 6154, 'sx': 2102, 'measure': 36, 'x': 26}",{'cx': 27714},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",random_mapped_ibm_washington_qiskit_opt0_36.qasm -1191,127,124,"{'rz': 348, 'sx': 174, 'measure': 88}",{'cx': 553},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (126, 112)",graphstate_mapped_ibm_washington_qiskit_opt2_88.qasm -1192,27,31530,"{'rz': 14131, 'sx': 200, 'measure': 9, 'x': 1}",{'cx': 30075},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16)",grover-noancilla_mapped_ibm_montreal_qiskit_opt1_9.qasm -1193,127,627,"{'rz': 500, 'sx': 300, 'measure': 51, 'x': 1}",{'cx': 637},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_51.qasm -1194,127,1703,"{'rz': 2500, 'sx': 41, 'measure': 41}",{'cx': 5039},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt1_41.qasm -1195,127,1051,"{'sx': 540, 'rz': 430, 'measure': 120, 'x': 1}",{'cx': 1421},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (126, 112)",wstate_mapped_ibm_washington_qiskit_opt2_120.qasm -1196,127,86,"{'rz': 90, 'sx': 45, 'measure': 9}",{'cx': 180},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",qaoa_mapped_ibm_washington_qiskit_opt0_9.qasm -1197,127,5348,"{'rz': 11091, 'sx': 112, 'measure': 112}",{'cx': 33342},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_112.qasm -1198,127,762,"{'sx': 160, 'rz': 160, 'measure': 20}",{'cx': 2642},"(54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_20.qasm -1199,27,527,"{'rz': 1015, 'sx': 341, 'measure': 25, 'x': 24}",{'cx': 1457},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_25.qasm -1200,127,52,"{'measure': 49, 'rz': 2, 'sx': 1}",{'cx': 48},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_49.qasm -1201,127,35,"{'measure': 32, 'rz': 2, 'sx': 1}",{'cx': 31},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",ghz_mapped_ibm_washington_qiskit_opt2_32.qasm -1202,127,21194,"{'rz': 23117, 'sx': 8527, 'x': 310, 'measure': 77}",{'cx': 100666},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_77.qasm -1203,127,6530,"{'rz': 8032, 'sx': 74, 'measure': 73}",{'cx': 38586},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qftentangled_mapped_ibm_washington_qiskit_opt0_73.qasm -1204,127,10967,"{'rz': 11744, 'sx': 4386, 'x': 176, 'measure': 56}",{'cx': 43634},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",random_mapped_ibm_washington_qiskit_opt2_56.qasm -1205,127,19,"{'rz': 48, 'sx': 24, 'measure': 24}",{'cx': 24},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42)",graphstate_mapped_ibm_washington_qiskit_opt2_24.qasm -1206,27,321,"{'rz': 172, 'sx': 56, 'measure': 16}",{'cx': 348},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt2_8.qasm -1207,127,2023,"{'rz': 2602, 'sx': 302, 'measure': 51}",{'cx': 6027},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93)",ae_mapped_ibm_washington_qiskit_opt2_51.qasm -1208,127,14824,"{'rz': 896, 'sx': 896, 'measure': 112}",{'cx': 97102},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (126, 112)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_112.qasm -1209,127,2384,"{'rz': 3763, 'sx': 98, 'measure': 49, 'x': 1}",{'cx': 7610},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qpeinexact_mapped_ibm_washington_qiskit_opt1_50.qasm -1210,27,32,"{'rz': 60, 'sx': 30, 'measure': 18}",{'cx': 51},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (19, 22); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_18.qasm -1211,127,730,"{'rz': 585, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1731},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_19.qasm -1212,27,40,"{'rz': 43, 'sx': 25, 'measure': 12}",{'cx': 30},"(8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_13.qasm -1213,127,1567,"{'sx': 288, 'rz': 288, 'measure': 36}",{'cx': 7030},"(54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (122, 111)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_36.qasm -1214,127,3195,"{'rz': 448, 'sx': 448, 'measure': 56}",{'cx': 20749},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_56.qasm -1215,127,536,"{'rz': 890, 'sx': 371, 'measure': 22, 'x': 4}",{'cx': 1107},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt3_22.qasm -1216,127,736,"{'rz': 651, 'sx': 122, 'measure': 21}",{'cx': 1041},"(41, 53); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",ae_mapped_ibm_washington_qiskit_opt2_21.qasm -1217,127,689,"{'rz': 304, 'sx': 140, 'measure': 11, 'x': 10}",{'cx': 455},"(49, 55); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73)",pricingcall_mapped_ibm_washington_qiskit_opt2_11.qasm -1218,127,26,"{'rz': 22, 'sx': 11, 'measure': 7}",{'cx': 16},"(73, 85); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",graphstate_mapped_ibm_washington_qiskit_opt3_7.qasm -1219,127,1921,"{'rz': 4338, 'sx': 3782, 'x': 144, 'measure': 46}",{'cx': 9807},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt3_46.qasm -1220,127,21182,"{'rz': 10183, 'sx': 352, 'measure': 13, 'x': 1}",{'cx': 18180},"(79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (111, 104)",grover-v-chain_mapped_ibm_washington_qiskit_opt1_13.qasm -1221,127,54,"{'rz': 54, 'sx': 27, 'measure': 9}",{'cx': 72},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",graphstate_mapped_ibm_washington_qiskit_opt0_9.qasm -1222,127,782,"{'measure': 98, 'rz': 2, 'sx': 1}",{'cx': 904},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ghz_mapped_ibm_washington_qiskit_opt1_98.qasm -1223,127,2640,"{'rz': 6859, 'sx': 78, 'measure': 77}",{'cx': 15896},"(8, 16); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_77.qasm -1224,127,315,"{'rz': 361, 'sx': 17, 'measure': 16}",{'cx': 645},"(58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (71, 58); (71, 77); (72, 62); (72, 81); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79)",qftentangled_mapped_ibm_washington_qiskit_opt2_16.qasm -1225,127,2501,"{'rz': 3426, 'sx': 72, 'measure': 71}",{'cx': 11696},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qftentangled_mapped_ibm_washington_qiskit_opt2_71.qasm -1226,127,5109,"{'rz': 10365, 'sx': 106, 'measure': 106}",{'cx': 31500},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_106.qasm -1227,127,892,"{'rz': 1433, 'sx': 1300, 'x': 29, 'measure': 26}",{'cx': 2720},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt3_26.qasm -1228,127,15348,"{'rz': 16978, 'sx': 5918, 'x': 65, 'measure': 59}",{'cx': 83606},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_59.qasm -1229,127,483,"{'rz': 371, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 1134},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_15.qasm -1230,127,2161,"{'rz': 2423, 'sx': 56, 'measure': 56}",{'cx': 7782},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93); (110, 100)",qft_mapped_ibm_washington_qiskit_opt2_56.qasm -1231,127,192,"{'rz': 161, 'sx': 42, 'measure': 9, 'x': 5}",{'cx': 196},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65)",qpeexact_mapped_ibm_washington_qiskit_opt3_10.qasm -1232,127,32,"{'rz': 96, 'sx': 96, 'measure': 12}",{'cx': 33},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",routing_mapped_ibm_washington_qiskit_opt1_12.qasm -1233,127,438,"{'sx': 144, 'rz': 144, 'measure': 18}",{'cx': 1455},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_18.qasm -1234,127,1495,"{'rz': 1706, 'sx': 822, 'x': 85, 'measure': 20}",{'cx': 2695},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",random_mapped_ibm_washington_qiskit_opt3_20.qasm -1235,27,592,"{'rz': 715, 'sx': 23, 'measure': 22}",{'cx': 1422},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt1_22.qasm -1236,127,1567,"{'sx': 288, 'rz': 288, 'measure': 36}",{'cx': 7030},"(54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (122, 111)",realamprandom_mapped_ibm_washington_qiskit_opt2_36.qasm -1237,127,849,"{'measure': 111, 'rz': 2, 'sx': 1}",{'cx': 971},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (126, 112)",ghz_mapped_ibm_washington_qiskit_opt1_111.qasm -1238,27,254,"{'rz': 222, 'sx': 12, 'measure': 12}",{'cx': 588},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qft_mapped_ibm_montreal_qiskit_opt0_12.qasm -1239,27,866,"{'rz': 678, 'sx': 110, 'measure': 19}",{'cx': 1545},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",ae_mapped_ibm_montreal_qiskit_opt0_19.qasm -1240,127,348,"{'rz': 96, 'sx': 96, 'measure': 12}",{'cx': 727},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_12.qasm -1241,127,25,"{'measure': 22, 'rz': 2, 'sx': 1}",{'cx': 21},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",ghz_mapped_ibm_washington_qiskit_opt1_22.qasm -1242,27,336,"{'rz': 207, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 361},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qpeexact_mapped_ibm_montreal_qiskit_opt2_12.qasm -1243,27,425,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 691},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt2_12.qasm -1244,27,162,"{'rz': 112, 'sx': 14, 'measure': 7, 'x': 1}",{'cx': 197},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_8.qasm -1245,127,382,"{'measure': 76, 'rz': 2, 'sx': 1}",{'cx': 687},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_76.qasm -1246,127,82,"{'measure': 79, 'rz': 2, 'sx': 1}",{'cx': 78},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_79.qasm -1247,127,3470,"{'rz': 5048, 'sx': 90, 'measure': 90}",{'cx': 18002},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104)",qft_mapped_ibm_washington_qiskit_opt2_90.qasm -1248,127,1063,"{'rz': 820, 'sx': 492, 'measure': 83, 'x': 1}",{'cx': 1154},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_83.qasm -1249,127,22,"{'measure': 19, 'rz': 2, 'sx': 1}",{'cx': 18},"(93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_19.qasm -1250,127,12770,"{'rz': 936, 'sx': 624, 'measure': 78}",{'cx': 113556},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_78.qasm -1251,127,223,"{'rz': 157, 'sx': 11, 'measure': 10}",{'cx': 507},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_10.qasm -1252,127,2002,"{'sx': 312, 'rz': 312, 'measure': 39}",{'cx': 9709},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt1_39.qasm -1253,127,49,"{'sx': 44, 'rz': 22, 'measure': 12, 'x': 1}",{'cx': 22},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18)",wstate_mapped_ibm_washington_qiskit_opt3_12.qasm -1254,127,430,"{'rz': 313, 'sx': 181, 'measure': 77, 'x': 11}",{'cx': 362},"(4, 15); (15, 4); (15, 22); (16, 26); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt3_78.qasm -1255,127,17181,"{'rz': 968, 'sx': 968, 'measure': 121}",{'cx': 117492},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_121.qasm -1256,127,175,"{'rz': 240, 'sx': 120, 'measure': 40}",{'cx': 757},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",graphstate_mapped_ibm_washington_qiskit_opt0_40.qasm -1257,27,130,"{'rz': 106, 'sx': 53, 'measure': 26}",{'cx': 125},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt1_27.qasm -1258,127,542,"{'rz': 390, 'sx': 90, 'measure': 15}",{'cx': 1847},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_15.qasm -1259,127,7514,"{'rz': 11510, 'sx': 220, 'measure': 110, 'x': 1}",{'cx': 37272},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_111.qasm -1260,127,1031,"{'rz': 3065, 'sx': 2721, 'x': 116, 'measure': 34}",{'cx': 4544},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",su2random_mapped_ibm_washington_qiskit_opt3_34.qasm -1261,127,33858,"{'rz': 34288, 'sx': 12761, 'x': 425, 'measure': 94}",{'cx': 169160},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (118, 110)",random_mapped_ibm_washington_qiskit_opt1_94.qasm -1262,127,4939,"{'rz': 7573, 'sx': 158, 'measure': 79, 'x': 1}",{'cx': 19259},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qpeexact_mapped_ibm_washington_qiskit_opt1_80.qasm -1263,127,78,"{'rz': 204, 'sx': 102, 'measure': 60}",{'cx': 291},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",graphstate_mapped_ibm_washington_qiskit_opt2_60.qasm -1264,127,1303,"{'rz': 990, 'sx': 594, 'measure': 100, 'x': 1}",{'cx': 1470},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",wstate_mapped_ibm_washington_qiskit_opt0_100.qasm -1265,127,93,"{'sx': 88, 'rz': 44, 'measure': 23, 'x': 1}",{'cx': 44},"(74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_23.qasm -1266,127,398,"{'rz': 218, 'sx': 109, 'x': 55, 'measure': 54}",{'cx': 657},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 50); (52, 37); (53, 41); (54, 45)",dj_mapped_ibm_washington_qiskit_opt0_55.qasm -1267,127,2766,"{'rz': 5015, 'sx': 4052, 'x': 169, 'measure': 53}",{'cx': 13579},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt3_53.qasm -1268,27,42,"{'measure': 9, 'rz': 2, 'sx': 1}",{'cx': 71},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ghz_mapped_ibm_montreal_qiskit_opt0_9.qasm -1269,127,235,"{'rz': 420, 'sx': 210, 'measure': 70}",{'cx': 1312},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",graphstate_mapped_ibm_washington_qiskit_opt0_70.qasm -1270,27,922,"{'rz': 1134, 'sx': 598, 'x': 57, 'measure': 17}",{'cx': 1498},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt3_17.qasm -1271,127,2706,"{'rz': 6735, 'sx': 77, 'measure': 76}",{'cx': 15756},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_76.qasm -1272,27,538,"{'rz': 1058, 'sx': 520, 'x': 24, 'measure': 23}",{'cx': 1145},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_23.qasm -1273,127,2277,"{'rz': 18054, 'sx': 12823, 'measure': 66, 'x': 9}",{'cx': 15086},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (70, 74); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100); (110, 118); (118, 110)",qnn_mapped_ibm_washington_qiskit_opt3_66.qasm -1274,27,633,"{'rz': 688, 'sx': 317, 'measure': 18, 'x': 5}",{'cx': 1350},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_18.qasm -1275,127,628,"{'rz': 447, 'sx': 263, 'measure': 115, 'x': 15}",{'cx': 638},"(0, 14); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (126, 112)",dj_mapped_ibm_washington_qiskit_opt3_116.qasm -1276,127,73,"{'measure': 70, 'rz': 2, 'sx': 1}",{'cx': 69},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_70.qasm -1277,127,962,"{'rz': 730, 'sx': 438, 'measure': 74, 'x': 1}",{'cx': 1070},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62); (73, 66)",wstate_mapped_ibm_washington_qiskit_opt0_74.qasm -1278,27,181,"{'rz': 147, 'sx': 77, 'measure': 7, 'x': 6}",{'cx': 150},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",random_mapped_ibm_montreal_qiskit_opt2_7.qasm -1279,127,78,"{'rz': 188, 'sx': 94, 'measure': 58}",{'cx': 265},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",graphstate_mapped_ibm_washington_qiskit_opt2_58.qasm -1280,127,1326,"{'sx': 288, 'rz': 288, 'measure': 36}",{'cx': 6456},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (53, 60); (54, 64); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt2_36.qasm -1281,127,1108,"{'rz': 1614, 'sx': 596, 'x': 67, 'measure': 30}",{'cx': 2435},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt3_31.qasm -1282,127,857,"{'measure': 110, 'rz': 2, 'sx': 1}",{'cx': 898},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_110.qasm -1283,127,1896,"{'rz': 1706, 'sx': 650, 'x': 23, 'measure': 22}",{'cx': 3641},"(45, 54); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt1_22.qasm -1284,127,7156,"{'rz': 11637, 'sx': 222, 'measure': 111, 'x': 1}",{'cx': 38107},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_112.qasm -1285,127,113,"{'sx': 108, 'rz': 54, 'measure': 28, 'x': 1}",{'cx': 54},"(66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_28.qasm -1286,127,181,"{'sx': 176, 'rz': 88, 'measure': 45, 'x': 1}",{'cx': 88},"(9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_45.qasm -1287,127,297,"{'measure': 60, 'rz': 2, 'sx': 1}",{'cx': 533},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ghz_mapped_ibm_washington_qiskit_opt0_60.qasm -1288,127,791,"{'rz': 240, 'sx': 240, 'measure': 30}",{'cx': 3905},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (97, 98); (98, 91); (98, 97)",realamprandom_mapped_ibm_washington_qiskit_opt2_30.qasm -1289,127,4784,"{'rz': 6636, 'sx': 116, 'measure': 116}",{'cx': 32093},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_116.qasm -1290,127,243,"{'rz': 140, 'sx': 49, 'measure': 14}",{'cx': 238},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",portfolioqaoa_mapped_ibm_washington_qiskit_opt1_7.qasm -1291,127,10764,"{'rz': 1040, 'sx': 520, 'measure': 65}",{'cx': 81213},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_65.qasm -1292,127,50,"{'rz': 247, 'sx': 128, 'measure': 65, 'x': 2}",{'cx': 248},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107)",graphstate_mapped_ibm_washington_qiskit_opt3_65.qasm -1293,127,3679,"{'rz': 4172, 'sx': 84, 'measure': 83}",{'cx': 16490},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt2_83.qasm -1294,27,174,"{'rz': 98, 'sx': 10, 'measure': 9}",{'cx': 203},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qftentangled_mapped_ibm_montreal_qiskit_opt2_9.qasm -1295,127,11822,"{'rz': 896, 'sx': 896, 'measure': 112}",{'cx': 83599},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_112.qasm -1296,127,16791,"{'rz': 20878, 'sx': 7318, 'x': 95, 'measure': 66}",{'cx': 103437},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_66.qasm -1297,127,343,"{'rz': 273, 'sx': 72, 'measure': 12, 'x': 4}",{'cx': 397},"(62, 72); (72, 62); (72, 81); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (91, 79); (92, 83); (92, 102); (102, 92)",qpeexact_mapped_ibm_washington_qiskit_opt3_13.qasm -1298,127,378,"{'rz': 1025, 'sx': 661, 'measure': 21, 'x': 8}",{'cx': 790},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt3_21.qasm -1299,27,12,"{'measure': 9, 'rz': 2, 'sx': 1}",{'cx': 8},"(17, 18); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt2_9.qasm -1300,127,487,"{'measure': 100, 'rz': 2, 'sx': 1}",{'cx': 876},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ghz_mapped_ibm_washington_qiskit_opt0_100.qasm -1301,127,5409,"{'rz': 10610, 'sx': 109, 'measure': 108}",{'cx': 33283},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_108.qasm -1302,127,2390,"{'rz': 2036, 'sx': 719, 'measure': 21, 'x': 10}",{'cx': 6552},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_21.qasm -1303,127,12865,"{'rz': 13553, 'sx': 4789, 'x': 65, 'measure': 53}",{'cx': 64806},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37)",random_mapped_ibm_washington_qiskit_opt0_53.qasm -1304,127,920,"{'rz': 264, 'sx': 176, 'measure': 22}",{'cx': 4764},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_22.qasm -1305,127,7711,"{'rz': 12419, 'sx': 124, 'measure': 123}",{'cx': 45353},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_123.qasm -1306,127,5533,"{'rz': 5525, 'sx': 2119, 'x': 70, 'measure': 39}",{'cx': 16892},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt2_39.qasm -1307,27,69,"{'rz': 67, 'sx': 41, 'measure': 17, 'x': 2}",{'cx': 40},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",dj_mapped_ibm_montreal_qiskit_opt3_18.qasm -1308,127,116,"{'rz': 472, 'sx': 236, 'measure': 114}",{'cx': 879},"(4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (126, 112)",graphstate_mapped_ibm_washington_qiskit_opt1_114.qasm -1309,127,399,"{'rz': 332, 'sx': 16, 'measure': 15}",{'cx': 650},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (73, 66)",qftentangled_mapped_ibm_washington_qiskit_opt1_15.qasm -1310,127,29125,"{'rz': 38851, 'sx': 13483, 'x': 152, 'measure': 89}",{'cx': 223431},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_89.qasm -1311,127,912,"{'measure': 117, 'rz': 2, 'sx': 1}",{'cx': 983},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_117.qasm -1312,127,1077,"{'rz': 1278, 'sx': 30, 'measure': 29}",{'cx': 4650},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_29.qasm -1313,127,196,"{'rz': 150, 'sx': 75, 'measure': 37}",{'cx': 235},"(28, 35); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (98, 91)",dj_mapped_ibm_washington_qiskit_opt1_38.qasm -1314,127,9190,"{'rz': 14538, 'sx': 572, 'measure': 96}",{'cx': 58302},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt0_96.qasm -1315,127,35,"{'measure': 32, 'rz': 2, 'sx': 1}",{'cx': 31},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",ghz_mapped_ibm_washington_qiskit_opt1_32.qasm -1316,127,303,"{'measure': 66, 'rz': 2, 'sx': 1}",{'cx': 539},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ghz_mapped_ibm_washington_qiskit_opt0_66.qasm -1317,27,806,"{'rz': 834, 'sx': 28, 'measure': 27}",{'cx': 1895},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_27.qasm -1318,27,506,"{'rz': 368, 'sx': 96, 'measure': 16}",{'cx': 1133},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt1_16.qasm -1319,127,10,"{'measure': 7, 'rz': 2, 'sx': 1}",{'cx': 6},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",ghz_mapped_ibm_washington_qiskit_opt1_7.qasm -1320,27,33,"{'rz': 70, 'sx': 35, 'measure': 23}",{'cx': 59},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_23.qasm -1321,127,750,"{'rz': 1107, 'sx': 27, 'measure': 27}",{'cx': 3117},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_27.qasm -1322,127,2520,"{'rz': 3320, 'sx': 350, 'measure': 59}",{'cx': 7974},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",ae_mapped_ibm_washington_qiskit_opt2_59.qasm -1323,127,1518,"{'rz': 1140, 'sx': 684, 'measure': 115, 'x': 1}",{'cx': 1725},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_115.qasm -1324,127,474,"{'rz': 373, 'sx': 222, 'measure': 95, 'x': 14}",{'cx': 411},"(7, 8); (8, 7); (8, 16); (12, 17); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt3_96.qasm -1325,127,7147,"{'rz': 11256, 'sx': 216, 'measure': 108, 'x': 1}",{'cx': 36925},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_109.qasm -1326,127,33,"{'rz': 29, 'sx': 17, 'measure': 8}",{'cx': 23},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",dj_mapped_ibm_washington_qiskit_opt2_9.qasm -1327,127,3980,"{'rz': 4773, 'sx': 482, 'measure': 81}",{'cx': 14913},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118)",ae_mapped_ibm_washington_qiskit_opt2_81.qasm -1328,27,1093,"{'sx': 208, 'rz': 208, 'measure': 26}",{'cx': 4251},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt1_26.qasm -1329,127,7252,"{'rz': 10695, 'sx': 488, 'measure': 82}",{'cx': 42621},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt0_82.qasm -1330,127,12103,"{'rz': 13328, 'sx': 672, 'measure': 112}",{'cx': 79650},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_112.qasm -1331,27,45,"{'rz': 46, 'sx': 23, 'measure': 11}",{'cx': 32},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",dj_mapped_ibm_montreal_qiskit_opt1_12.qasm -1332,127,7739,"{'rz': 10982, 'sx': 632, 'measure': 106}",{'cx': 32653},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_106.qasm -1333,127,153,"{'sx': 148, 'rz': 74, 'measure': 38, 'x': 1}",{'cx': 74},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90)",wstate_mapped_ibm_washington_qiskit_opt3_38.qasm -1334,27,438,"{'sx': 104, 'rz': 104, 'measure': 13}",{'cx': 860},"(0, 1); (1, 0); (1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt2_13.qasm -1335,127,11646,"{'rz': 816, 'sx': 816, 'measure': 102}",{'cx': 81662},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_102.qasm -1336,127,553,"{'measure': 112, 'rz': 2, 'sx': 1}",{'cx': 990},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ghz_mapped_ibm_washington_qiskit_opt0_112.qasm -1337,127,4361,"{'rz': 592, 'sx': 296, 'measure': 37}",{'cx': 23079},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_37.qasm -1338,127,2032,"{'rz': 3370, 'sx': 1353, 'x': 178, 'measure': 47}",{'cx': 5574},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt3_48.qasm -1339,127,4330,"{'rz': 5295, 'sx': 338, 'measure': 57}",{'cx': 18648},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ae_mapped_ibm_washington_qiskit_opt0_57.qasm -1340,127,22159,"{'rz': 27056, 'sx': 9214, 'x': 110, 'measure': 74}",{'cx': 148312},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt0_74.qasm -1341,127,73,"{'rz': 117, 'sx': 78, 'measure': 13}",{'cx': 135},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",vqe_mapped_ibm_washington_qiskit_opt0_13.qasm -1342,127,32,"{'measure': 29, 'rz': 2, 'sx': 1}",{'cx': 28},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",ghz_mapped_ibm_washington_qiskit_opt1_29.qasm -1343,27,325,"{'rz': 242, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 630},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_12.qasm -1344,27,44,"{'rz': 52, 'sx': 26, 'measure': 14}",{'cx': 38},"(10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt1_14.qasm -1345,27,559,"{'rz': 462, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 961},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_18.qasm -1346,27,7262,"{'rz': 2876, 'sx': 2194, 'measure': 21, 'x': 12}",{'cx': 3483},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",pricingcall_mapped_ibm_montreal_qiskit_opt1_21.qasm -1347,127,2624,"{'rz': 3382, 'sx': 92, 'measure': 46, 'x': 1}",{'cx': 7178},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87); (93, 106); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt1_47.qasm -1348,27,179,"{'rz': 82, 'sx': 42, 'x': 6, 'measure': 5}",{'cx': 88},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13)",pricingput_mapped_ibm_montreal_qiskit_opt1_5.qasm -1349,127,2623,"{'rz': 3814, 'sx': 296, 'measure': 50}",{'cx': 6995},"(20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt1_50.qasm -1350,27,1289,"{'rz': 216, 'sx': 144, 'measure': 18}",{'cx': 4305},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",realamprandom_mapped_ibm_montreal_qiskit_opt0_18.qasm -1351,127,935,"{'rz': 240, 'sx': 160, 'measure': 20}",{'cx': 4542},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_20.qasm -1352,27,308,"{'rz': 172, 'sx': 56, 'measure': 16}",{'cx': 362},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt1_8.qasm -1353,127,3479,"{'rz': 6049, 'sx': 134, 'measure': 67, 'x': 1}",{'cx': 14894},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt1_68.qasm -1354,27,26,"{'sx': 48, 'rz': 46, 'measure': 6}",{'cx': 15},"(18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",routing_mapped_ibm_montreal_qiskit_opt2_6.qasm -1355,127,298,"{'rz': 217, 'sx': 62, 'measure': 11}",{'cx': 254},"(34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",ae_mapped_ibm_washington_qiskit_opt1_11.qasm -1356,127,744,"{'rz': 321, 'sx': 69, 'x': 10, 'measure': 7}",{'cx': 600},"(54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt1_7.qasm -1357,127,6564,"{'rz': 8535, 'sx': 434, 'measure': 73}",{'cx': 34245},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62)",ae_mapped_ibm_washington_qiskit_opt0_73.qasm -1358,127,11133,"{'rz': 824, 'sx': 824, 'measure': 103}",{'cx': 78224},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_103.qasm -1359,127,3261,"{'rz': 512, 'sx': 512, 'measure': 64}",{'cx': 23141},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_64.qasm -1360,127,4058,"{'rz': 4843, 'sx': 96, 'measure': 95}",{'cx': 22257},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_95.qasm -1361,127,796,"{'rz': 920, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 2433},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_24.qasm -1362,127,87833,"{'rz': 39630, 'sx': 315, 'measure': 10, 'x': 1}",{'cx': 79100},"(54, 64); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",grover-noancilla_mapped_ibm_washington_qiskit_opt2_10.qasm -1363,127,4343,"{'rz': 4264, 'sx': 1612, 'x': 53, 'measure': 34}",{'cx': 11651},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt1_34.qasm -1364,127,549,"{'rz': 285, 'sx': 275, 'measure': 21}",{'cx': 1784},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",su2random_mapped_ibm_washington_qiskit_opt3_21.qasm -1365,127,1102,"{'rz': 184, 'sx': 184, 'measure': 23}",{'cx': 3360},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",realamprandom_mapped_ibm_washington_qiskit_opt1_23.qasm -1366,127,783,"{'rz': 949, 'sx': 210, 'x': 32, 'measure': 24}",{'cx': 1655},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",qpeinexact_mapped_ibm_washington_qiskit_opt3_25.qasm -1367,127,2035,"{'rz': 432, 'sx': 432, 'measure': 54}",{'cx': 15582},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt2_54.qasm -1368,127,6921,"{'rz': 704, 'sx': 704, 'measure': 88}",{'cx': 47951},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_88.qasm -1369,127,2158,"{'rz': 3558, 'sx': 284, 'measure': 48}",{'cx': 6429},"(34, 43); (35, 47); (37, 52); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100)",ae_mapped_ibm_washington_qiskit_opt1_48.qasm -1370,27,100,"{'rz': 120, 'sx': 60, 'measure': 12}",{'cx': 189},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qaoa_mapped_ibm_montreal_qiskit_opt0_12.qasm -1371,127,1615,"{'rz': 2394, 'sx': 52, 'measure': 51}",{'cx': 6268},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100)",qftentangled_mapped_ibm_washington_qiskit_opt2_51.qasm -1372,127,8671,"{'rz': 8938, 'sx': 3434, 'x': 115, 'measure': 49}",{'cx': 31412},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87)",random_mapped_ibm_washington_qiskit_opt2_49.qasm -1373,127,7822,"{'rz': 10848, 'sx': 110, 'measure': 110}",{'cx': 34451},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_110.qasm -1374,27,30,"{'rz': 85, 'sx': 74, 'measure': 15, 'x': 8}",{'cx': 28},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt2_15.qasm -1375,127,413,"{'sx': 408, 'rz': 204, 'measure': 103, 'x': 1}",{'cx': 204},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_103.qasm -1376,127,249,"{'rz': 171, 'sx': 144, 'measure': 9, 'x': 4}",{'cx': 286},"(72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (91, 79); (91, 98); (98, 91)",realamprandom_mapped_ibm_washington_qiskit_opt3_9.qasm -1377,127,1099,"{'rz': 1715, 'sx': 42, 'measure': 42}",{'cx': 4141},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",qft_mapped_ibm_washington_qiskit_opt2_42.qasm -1378,127,9136,"{'rz': 9710, 'sx': 3682, 'x': 164, 'measure': 51}",{'cx': 33208},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87)",random_mapped_ibm_washington_qiskit_opt1_51.qasm -1379,127,2509,"{'rz': 2933, 'sx': 116, 'measure': 58, 'x': 1}",{'cx': 9528},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt2_59.qasm -1380,27,14,"{'measure': 11, 'rz': 2, 'sx': 1}",{'cx': 10},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_11.qasm -1381,127,9100,"{'rz': 12902, 'sx': 722, 'measure': 121}",{'cx': 43585},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (89, 74); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_121.qasm -1382,127,896,"{'rz': 502, 'sx': 251, 'measure': 125, 'x': 113}",{'cx': 1544},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt0_126.qasm -1383,27,361,"{'rz': 345, 'sx': 15, 'measure': 15}",{'cx': 873},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qft_mapped_ibm_montreal_qiskit_opt0_15.qasm -1384,127,5135,"{'rz': 6581, 'sx': 214, 'measure': 107, 'x': 1}",{'cx': 30321},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt2_108.qasm -1385,127,95,"{'rz': 382, 'sx': 191, 'measure': 97}",{'cx': 550},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt1_97.qasm -1386,127,35,"{'rz': 90, 'sx': 45, 'measure': 9}",{'cx': 57},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qaoa_mapped_ibm_washington_qiskit_opt1_9.qasm -1387,127,3183,"{'sx': 504, 'rz': 504, 'measure': 63}",{'cx': 22173},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_63.qasm -1388,127,3166,"{'rz': 5527, 'sx': 67, 'measure': 66}",{'cx': 13869},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_66.qasm -1389,127,1027,"{'rz': 272, 'sx': 272, 'measure': 34}",{'cx': 5548},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_34.qasm -1390,127,125,"{'rz': 91, 'sx': 8, 'measure': 8}",{'cx': 140},"(45, 54); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qft_mapped_ibm_washington_qiskit_opt1_8.qasm -1391,127,2584,"{'rz': 4554, 'sx': 58, 'measure': 58}",{'cx': 10140},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt1_58.qasm -1392,27,896,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 3442},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_24.qasm -1393,127,657,"{'rz': 712, 'sx': 22, 'measure': 22}",{'cx': 1380},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62)",qft_mapped_ibm_washington_qiskit_opt1_22.qasm -1394,127,6180,"{'rz': 720, 'sx': 360, 'measure': 45}",{'cx': 36318},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_45.qasm -1395,27,783,"{'rz': 913, 'sx': 303, 'x': 35, 'measure': 22}",{'cx': 1414},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_23.qasm -1396,27,103,"{'rz': 86, 'sx': 55, 'measure': 22, 'x': 5}",{'cx': 64},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt3_23.qasm -1397,127,23,"{'sx': 52, 'rz': 51, 'measure': 9, 'x': 1}",{'cx': 16},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120)",vqe_mapped_ibm_washington_qiskit_opt3_9.qasm -1398,127,96,"{'rz': 484, 'sx': 242, 'measure': 122}",{'cx': 755},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_122.qasm -1399,127,451,"{'rz': 326, 'sx': 163, 'measure': 81}",{'cx': 531},"(4, 15); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (110, 100)",dj_mapped_ibm_washington_qiskit_opt1_82.qasm -1400,127,1382,"{'rz': 1605, 'sx': 72, 'measure': 36, 'x': 1}",{'cx': 3927},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt2_37.qasm -1401,127,3537,"{'rz': 3427, 'sx': 92, 'measure': 46, 'x': 1}",{'cx': 14480},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_47.qasm -1402,27,32,"{'rz': 96, 'sx': 96, 'measure': 12}",{'cx': 33},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",routing_mapped_ibm_montreal_qiskit_opt2_12.qasm -1403,127,1147,"{'rz': 1249, 'sx': 30, 'measure': 29}",{'cx': 2382},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66)",qftentangled_mapped_ibm_washington_qiskit_opt1_29.qasm -1404,127,988,"{'rz': 1538, 'sx': 39, 'measure': 39}",{'cx': 3599},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt2_39.qasm -1405,127,578,"{'rz': 401, 'sx': 219, 'measure': 109}",{'cx': 901},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt2_110.qasm -1406,127,25,"{'measure': 22, 'rz': 2, 'sx': 1}",{'cx': 21},"(87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_22.qasm -1407,127,4400,"{'sx': 672, 'rz': 672, 'measure': 84}",{'cx': 37089},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_84.qasm -1408,27,170,"{'rz': 117, 'sx': 59, 'measure': 8, 'x': 5}",{'cx': 101},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",ae_mapped_ibm_montreal_qiskit_opt3_8.qasm -1409,127,27535,"{'rz': 35512, 'sx': 12352, 'x': 158, 'measure': 85}",{'cx': 202913},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_85.qasm -1410,127,1359,"{'rz': 2142, 'sx': 72, 'measure': 36, 'x': 1}",{'cx': 4185},"(34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qpeinexact_mapped_ibm_washington_qiskit_opt1_37.qasm -1411,127,8391,"{'sx': 904, 'rz': 904, 'measure': 113}",{'cx': 74356},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_113.qasm -1412,127,197,"{'rz': 148, 'sx': 55, 'measure': 8, 'x': 5}",{'cx': 157},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",qpeexact_mapped_ibm_washington_qiskit_opt3_9.qasm -1413,127,3825,"{'rz': 4182, 'sx': 102, 'measure': 51, 'x': 1}",{'cx': 17544},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_52.qasm -1414,127,1474,"{'rz': 845, 'sx': 571, 'x': 44, 'measure': 15}",{'cx': 782},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",pricingput_mapped_ibm_washington_qiskit_opt3_15.qasm -1415,127,9031,"{'sx': 744, 'rz': 744, 'measure': 93}",{'cx': 63691},"(12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_93.qasm -1416,127,765,"{'rz': 168, 'sx': 168, 'measure': 21}",{'cx': 2515},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (85, 73); (85, 86); (86, 85)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_21.qasm -1417,127,106,"{'measure': 103, 'rz': 2, 'sx': 1}",{'cx': 102},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_103.qasm -1418,127,1225,"{'rz': 1165, 'sx': 58, 'measure': 29, 'x': 1}",{'cx': 2622},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (102, 92)",qpeinexact_mapped_ibm_washington_qiskit_opt2_30.qasm -1419,127,356,"{'rz': 153, 'sx': 70, 'x': 8, 'measure': 7}",{'cx': 239},"(66, 73); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",pricingput_mapped_ibm_washington_qiskit_opt1_7.qasm -1420,127,793,"{'rz': 911, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 1623},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qpeexact_mapped_ibm_washington_qiskit_opt1_24.qasm -1421,127,3062,"{'rz': 5288, 'sx': 95, 'measure': 94}",{'cx': 20313},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_94.qasm -1422,127,15719,"{'rz': 19005, 'sx': 6623, 'x': 82, 'measure': 63}",{'cx': 92765},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_63.qasm -1423,127,1193,"{'rz': 910, 'sx': 546, 'measure': 92, 'x': 1}",{'cx': 1331},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 98); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",wstate_mapped_ibm_washington_qiskit_opt0_92.qasm -1424,127,1545,"{'rz': 352, 'sx': 352, 'measure': 44}",{'cx': 10469},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",realamprandom_mapped_ibm_washington_qiskit_opt2_44.qasm -1425,127,70,"{'sx': 143, 'rz': 141, 'measure': 9}",{'cx': 40},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",tsp_mapped_ibm_washington_qiskit_opt1_9.qasm -1426,127,14143,"{'rz': 14999, 'sx': 5616, 'x': 197, 'measure': 63}",{'cx': 58452},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt1_63.qasm -1427,127,16762,"{'rz': 976, 'sx': 976, 'measure': 122}",{'cx': 117734},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_122.qasm -1428,27,677,"{'rz': 312, 'sx': 78, 'measure': 13}",{'cx': 1638},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qnn_mapped_ibm_montreal_qiskit_opt0_13.qasm -1429,127,1263,"{'sx': 248, 'rz': 248, 'measure': 31}",{'cx': 5016},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",realamprandom_mapped_ibm_washington_qiskit_opt2_31.qasm -1430,127,564,"{'rz': 403, 'sx': 217, 'measure': 108}",{'cx': 792},"(7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt2_109.qasm -1431,127,6706,"{'rz': 7653, 'sx': 248, 'measure': 124, 'x': 1}",{'cx': 42561},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_125.qasm -1432,127,684,"{'rz': 615, 'sx': 104, 'measure': 18}",{'cx': 1449},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_18.qasm -1433,27,26,"{'rz': 26, 'sx': 13, 'measure': 7}",{'cx': 16},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",graphstate_mapped_ibm_montreal_qiskit_opt1_7.qasm -1434,127,3697,"{'rz': 4082, 'sx': 52, 'measure': 52}",{'cx': 17661},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_52.qasm -1435,127,772,"{'measure': 106, 'rz': 2, 'sx': 1}",{'cx': 798},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ghz_mapped_ibm_washington_qiskit_opt2_106.qasm -1436,27,312,"{'rz': 301, 'sx': 14, 'measure': 14}",{'cx': 719},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qft_mapped_ibm_montreal_qiskit_opt0_14.qasm -1437,127,3173,"{'rz': 5414, 'sx': 124, 'measure': 62, 'x': 1}",{'cx': 12369},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeexact_mapped_ibm_washington_qiskit_opt1_63.qasm -1438,127,317,"{'sx': 312, 'rz': 156, 'measure': 79, 'x': 1}",{'cx': 156},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_79.qasm -1439,27,2039,"{'rz': 288, 'sx': 192, 'measure': 24}",{'cx': 8376},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_24.qasm -1440,127,6661,"{'rz': 10214, 'sx': 596, 'measure': 100}",{'cx': 26293},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_100.qasm -1441,127,1898,"{'rz': 2234, 'sx': 266, 'measure': 45}",{'cx': 4890},"(20, 33); (33, 20); (33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (98, 91); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",ae_mapped_ibm_washington_qiskit_opt2_45.qasm -1442,27,465,"{'rz': 273, 'sx': 231, 'measure': 12, 'x': 9}",{'cx': 674},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt3_12.qasm -1443,27,1005,"{'rz': 455, 'sx': 244, 'x': 16, 'measure': 13}",{'cx': 654},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",pricingput_mapped_ibm_montreal_qiskit_opt2_13.qasm -1444,27,235,"{'rz': 125, 'sx': 111, 'measure': 8, 'x': 1}",{'cx': 230},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",realamprandom_mapped_ibm_montreal_qiskit_opt3_8.qasm -1445,127,3962,"{'rz': 4649, 'sx': 156, 'measure': 78, 'x': 1}",{'cx': 15966},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt2_79.qasm -1446,127,381,"{'measure': 75, 'rz': 2, 'sx': 1}",{'cx': 677},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (73, 66); (74, 70)",ghz_mapped_ibm_washington_qiskit_opt0_75.qasm -1447,127,2441,"{'rz': 424, 'sx': 424, 'measure': 53}",{'cx': 17918},"(20, 21); (20, 33); (21, 20); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_53.qasm -1448,27,44,"{'rz': 130, 'sx': 65, 'measure': 13}",{'cx': 58},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt1_13.qasm -1449,127,184,"{'rz': 151, 'sx': 91, 'measure': 38, 'x': 6}",{'cx': 132},"(20, 33); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (92, 83); (92, 102); (102, 92)",dj_mapped_ibm_washington_qiskit_opt3_39.qasm -1450,27,1986,"{'rz': 942, 'sx': 416, 'x': 30, 'measure': 15}",{'cx': 1629},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",pricingcall_mapped_ibm_montreal_qiskit_opt0_15.qasm -1451,127,53,"{'measure': 50, 'rz': 2, 'sx': 1}",{'cx': 49},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_50.qasm -1452,127,1387,"{'rz': 2402, 'sx': 859, 'x': 132, 'measure': 40}",{'cx': 4091},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt3_41.qasm -1453,127,249,"{'rz': 436, 'sx': 216, 'measure': 12}",{'cx': 504},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54)",groundstate_medium_mapped_ibm_washington_qiskit_opt2_12.qasm -1454,127,5151,"{'rz': 5365, 'sx': 116, 'measure': 58, 'x': 1}",{'cx': 24533},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt0_59.qasm -1455,127,359,"{'rz': 345, 'sx': 15, 'measure': 15}",{'cx': 1149},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_15.qasm -1456,27,53,"{'sx': 48, 'rz': 24, 'measure': 13, 'x': 1}",{'cx': 24},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_13.qasm -1457,127,1677,"{'sx': 296, 'rz': 296, 'measure': 37}",{'cx': 8610},"(24, 34); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87)",su2random_mapped_ibm_washington_qiskit_opt1_37.qasm -1458,127,574,"{'rz': 638, 'sx': 132, 'measure': 22}",{'cx': 1981},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (73, 66); (73, 85); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt1_22.qasm -1459,127,38,"{'measure': 35, 'rz': 2, 'sx': 1}",{'cx': 34},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (34, 24); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt3_35.qasm -1460,27,306,"{'rz': 143, 'sx': 60, 'measure': 7, 'x': 4}",{'cx': 219},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",pricingcall_mapped_ibm_montreal_qiskit_opt1_7.qasm -1461,127,292,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 624},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54)",realamprandom_mapped_ibm_washington_qiskit_opt2_12.qasm -1462,27,55,"{'rz': 50, 'sx': 25, 'measure': 12}",{'cx': 42},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt1_13.qasm -1463,127,11392,"{'rz': 14994, 'sx': 714, 'measure': 119}",{'cx': 100114},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_119.qasm -1464,27,159,"{'rz': 75, 'sx': 36, 'x': 6, 'measure': 5}",{'cx': 84},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13)",pricingcall_mapped_ibm_montreal_qiskit_opt2_5.qasm -1465,127,374,"{'measure': 74, 'rz': 2, 'sx': 1}",{'cx': 655},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62); (73, 66)",ghz_mapped_ibm_washington_qiskit_opt0_74.qasm -1466,127,2123,"{'rz': 3174, 'sx': 266, 'measure': 45}",{'cx': 6033},"(33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (72, 62); (72, 81); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",ae_mapped_ibm_washington_qiskit_opt1_45.qasm -1467,127,9517,"{'rz': 768, 'sx': 768, 'measure': 96}",{'cx': 68829},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_96.qasm -1468,127,136,"{'rz': 74, 'sx': 37, 'x': 21, 'measure': 18}",{'cx': 225},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_19.qasm -1469,27,458,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1159},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt2_16.qasm -1470,27,1200,"{'rz': 1029, 'sx': 27, 'measure': 26}",{'cx': 3825},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt0_26.qasm -1471,27,484,"{'rz': 120, 'sx': 120, 'measure': 15}",{'cx': 1264},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt1_15.qasm -1472,27,270,"{'rz': 172, 'sx': 148, 'measure': 9, 'x': 4}",{'cx': 324},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt3_9.qasm -1473,127,12109,"{'rz': 876, 'sx': 584, 'measure': 73}",{'cx': 102138},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_73.qasm -1474,127,513,"{'rz': 278, 'sx': 139, 'x': 69, 'measure': 69}",{'cx': 858},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",dj_mapped_ibm_washington_qiskit_opt0_70.qasm -1475,127,1040,"{'rz': 4093, 'sx': 2496, 'measure': 38, 'x': 6}",{'cx': 5693},"(8, 16); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qnn_mapped_ibm_washington_qiskit_opt3_38.qasm -1476,127,338,"{'rz': 266, 'sx': 133, 'measure': 66}",{'cx': 354},"(7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (34, 43); (35, 28); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 60); (54, 45); (54, 64); (55, 49); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (98, 91); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (122, 111); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt1_67.qasm -1477,127,3094,"{'rz': 5765, 'sx': 69, 'measure': 68}",{'cx': 13425},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_68.qasm -1478,127,1749,"{'rz': 324, 'sx': 216, 'measure': 27}",{'cx': 8958},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_27.qasm -1479,127,30299,"{'rz': 39952, 'sx': 13736, 'x': 151, 'measure': 90}",{'cx': 232950},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_90.qasm -1480,127,149,"{'sx': 144, 'rz': 72, 'measure': 37, 'x': 1}",{'cx': 72},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",wstate_mapped_ibm_washington_qiskit_opt2_37.qasm -1481,127,46,"{'rz': 123, 'sx': 65, 'measure': 13}",{'cx': 76},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66)",qaoa_mapped_ibm_washington_qiskit_opt2_13.qasm -1482,127,6259,"{'rz': 11698, 'sx': 118, 'measure': 117}",{'cx': 41540},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_117.qasm -1483,27,57,"{'sx': 52, 'rz': 26, 'measure': 14, 'x': 1}",{'cx': 26},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_14.qasm -1484,127,45,"{'sx': 40, 'rz': 20, 'measure': 11, 'x': 1}",{'cx': 20},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_11.qasm -1485,27,26,"{'rz': 69, 'sx': 54, 'x': 15, 'measure': 14}",{'cx': 26},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt1_14.qasm -1486,127,857,"{'rz': 478, 'sx': 239, 'measure': 119, 'x': 103}",{'cx': 1475},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118)",dj_mapped_ibm_washington_qiskit_opt0_120.qasm -1487,127,673,"{'rz': 366, 'sx': 183, 'measure': 91, 'x': 85}",{'cx': 1171},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79)",dj_mapped_ibm_washington_qiskit_opt0_92.qasm -1488,127,318,"{'rz': 666, 'sx': 333, 'measure': 111}",{'cx': 2436},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100)",graphstate_mapped_ibm_washington_qiskit_opt0_111.qasm -1489,127,5235,"{'rz': 8843, 'sx': 178, 'measure': 89, 'x': 1}",{'cx': 24849},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeinexact_mapped_ibm_washington_qiskit_opt1_90.qasm -1490,127,126,"{'measure': 33, 'rz': 2, 'sx': 1}",{'cx': 215},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31)",ghz_mapped_ibm_washington_qiskit_opt0_33.qasm -1491,127,19,"{'measure': 16, 'rz': 2, 'sx': 1}",{'cx': 15},"(108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_16.qasm -1492,127,4940,"{'rz': 7052, 'sx': 120, 'measure': 119}",{'cx': 35579},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",qftentangled_mapped_ibm_washington_qiskit_opt2_119.qasm -1493,127,634,"{'rz': 593, 'sx': 22, 'measure': 21}",{'cx': 1209},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt2_21.qasm -1494,127,80,"{'rz': 182, 'sx': 91, 'measure': 49}",{'cx': 226},"(16, 26); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt1_49.qasm -1495,27,420,"{'rz': 290, 'sx': 116, 'measure': 20, 'x': 6}",{'cx': 595},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt3_10.qasm -1496,127,97,"{'rz': 404, 'sx': 202, 'measure': 98}",{'cx': 632},"(0, 14); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_98.qasm -1497,27,26,"{'rz': 37, 'sx': 21, 'measure': 11, 'x': 1}",{'cx': 27},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_11.qasm -1498,127,1409,"{'rz': 1473, 'sx': 170, 'measure': 29}",{'cx': 3779},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_29.qasm -1499,127,81,"{'sx': 76, 'rz': 38, 'measure': 20, 'x': 1}",{'cx': 38},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76)",wstate_mapped_ibm_washington_qiskit_opt1_20.qasm -1500,127,690,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1851},"(45, 54); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_19.qasm -1501,127,3537,"{'rz': 4527, 'sx': 476, 'measure': 80}",{'cx': 13761},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93); (110, 100)",ae_mapped_ibm_washington_qiskit_opt2_80.qasm -1502,127,19709,"{'rz': 19867, 'sx': 7702, 'x': 265, 'measure': 73}",{'cx': 85967},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_73.qasm -1503,27,433,"{'rz': 294, 'sx': 84, 'measure': 14}",{'cx': 863},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt1_14.qasm -1504,127,895,"{'rz': 1104, 'sx': 988, 'measure': 33, 'x': 22}",{'cx': 4147},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_33.qasm -1505,127,360,"{'rz': 434, 'sx': 105, 'measure': 16, 'x': 6}",{'cx': 628},"(4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (53, 41)",qftentangled_mapped_ibm_washington_qiskit_opt3_16.qasm -1506,127,3657,"{'rz': 4637, 'sx': 87, 'measure': 87}",{'cx': 19451},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt2_87.qasm -1507,27,925,"{'rz': 935, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 2085},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_27.qasm -1508,127,633,"{'rz': 438, 'sx': 239, 'measure': 119}",{'cx': 812},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (126, 112)",dj_mapped_ibm_washington_qiskit_opt2_120.qasm -1509,127,5351,"{'rz': 10123, 'sx': 105, 'measure': 104}",{'cx': 31408},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_104.qasm -1510,27,26,"{'rz': 34, 'sx': 17, 'measure': 13}",{'cx': 40},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt1_13.qasm -1511,27,598,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1591},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt1_16.qasm -1512,127,1506,"{'rz': 3520, 'sx': 3079, 'x': 103, 'measure': 44}",{'cx': 8303},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_44.qasm -1513,27,7947,"{'rz': 2785, 'sx': 671, 'measure': 21, 'x': 10}",{'cx': 7275},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt1_21.qasm -1514,127,131,"{'rz': 192, 'sx': 96, 'measure': 32}",{'cx': 449},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30)",graphstate_mapped_ibm_washington_qiskit_opt0_32.qasm -1515,127,12162,"{'sx': 872, 'rz': 872, 'measure': 109}",{'cx': 86680},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_109.qasm -1516,127,1206,"{'rz': 1818, 'sx': 43, 'measure': 42}",{'cx': 4359},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt2_42.qasm -1517,27,734,"{'rz': 603, 'sx': 502, 'x': 34, 'measure': 17}",{'cx': 1327},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",su2random_mapped_ibm_montreal_qiskit_opt3_17.qasm -1518,127,389,"{'rz': 393, 'sx': 18, 'measure': 17}",{'cx': 831},"(54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qftentangled_mapped_ibm_washington_qiskit_opt2_17.qasm -1519,27,105,"{'rz': 126, 'sx': 84, 'measure': 14}",{'cx': 161},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",vqe_mapped_ibm_montreal_qiskit_opt0_14.qasm -1520,127,5331,"{'rz': 540, 'sx': 360, 'measure': 45}",{'cx': 34527},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_45.qasm -1521,127,21,"{'rz': 41, 'sx': 40, 'measure': 7, 'x': 1}",{'cx': 12},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",vqe_mapped_ibm_washington_qiskit_opt2_7.qasm -1522,27,39234,"{'rz': 14248, 'sx': 248, 'x': 193, 'measure': 9}",{'cx': 36765},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",grover-noancilla_mapped_ibm_montreal_qiskit_opt0_9.qasm -1523,127,4434,"{'rz': 5125, 'sx': 178, 'measure': 89, 'x': 1}",{'cx': 20994},"(15, 22); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt2_90.qasm -1524,27,256,"{'rz': 190, 'sx': 89, 'measure': 8, 'x': 2}",{'cx': 192},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",random_mapped_ibm_montreal_qiskit_opt2_8.qasm -1525,127,483,"{'rz': 371, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 1134},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_15.qasm -1526,127,5057,"{'rz': 552, 'sx': 552, 'measure': 69}",{'cx': 34522},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 56); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt1_69.qasm -1527,127,7548,"{'sx': 728, 'rz': 728, 'measure': 91}",{'cx': 53364},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_91.qasm -1528,127,5414,"{'rz': 6960, 'sx': 480, 'measure': 80}",{'cx': 35625},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt1_80.qasm -1529,127,112,"{'rz': 98, 'sx': 49, 'measure': 24}",{'cx': 105},"(54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt1_25.qasm -1530,127,477,"{'rz': 346, 'sx': 173, 'measure': 86}",{'cx': 590},"(6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 52); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (118, 110)",dj_mapped_ibm_washington_qiskit_opt1_87.qasm -1531,127,223,"{'rz': 187, 'sx': 47, 'measure': 11, 'x': 4}",{'cx': 260},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83)",qft_mapped_ibm_washington_qiskit_opt3_11.qasm -1532,127,85,"{'rz': 192, 'sx': 96, 'measure': 50}",{'cx': 221},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt2_50.qasm -1533,127,73,"{'sx': 68, 'rz': 34, 'measure': 18, 'x': 1}",{'cx': 34},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71)",wstate_mapped_ibm_washington_qiskit_opt1_18.qasm -1534,27,267,"{'rz': 203, 'sx': 142, 'measure': 7}",{'cx': 202},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",portfoliovqe_mapped_ibm_montreal_qiskit_opt3_7.qasm -1535,127,105,"{'sx': 100, 'rz': 50, 'measure': 26, 'x': 1}",{'cx': 50},"(68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_26.qasm -1536,27,252,"{'rz': 178, 'sx': 12, 'measure': 11}",{'cx': 321},"(11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_11.qasm -1537,27,1472,"{'rz': 336, 'sx': 168, 'measure': 21}",{'cx': 5658},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt0_21.qasm -1538,27,571,"{'rz': 437, 'sx': 92, 'measure': 16}",{'cx': 651},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18)",ae_mapped_ibm_montreal_qiskit_opt1_16.qasm -1539,127,4254,"{'rz': 8186, 'sx': 88, 'measure': 88}",{'cx': 22425},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_88.qasm -1540,27,896,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 2999},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22)",realamprandom_mapped_ibm_montreal_qiskit_opt2_24.qasm -1541,127,2545,"{'rz': 3636, 'sx': 96, 'measure': 48, 'x': 1}",{'cx': 7786},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt1_49.qasm -1542,27,24,"{'rz': 59, 'sx': 58, 'measure': 10, 'x': 1}",{'cx': 18},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt1_10.qasm -1543,27,2382,"{'rz': 1009, 'sx': 668, 'x': 22, 'measure': 17}",{'cx': 1412},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",pricingput_mapped_ibm_montreal_qiskit_opt1_17.qasm -1544,127,897,"{'sx': 461, 'rz': 363, 'measure': 103, 'x': 1}",{'cx': 1160},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",wstate_mapped_ibm_washington_qiskit_opt1_103.qasm -1545,127,2002,"{'sx': 312, 'rz': 312, 'measure': 39}",{'cx': 9709},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_39.qasm -1546,127,9372,"{'sx': 728, 'rz': 728, 'measure': 91}",{'cx': 60794},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_91.qasm -1547,27,1170,"{'rz': 1282, 'sx': 1070, 'x': 29, 'measure': 25}",{'cx': 3124},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_25.qasm -1548,127,615,"{'rz': 439, 'sx': 235, 'measure': 117}",{'cx': 888},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt2_118.qasm -1549,127,279,"{'rz': 196, 'sx': 109, 'measure': 54}",{'cx': 345},"(17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (35, 28); (35, 47); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 45); (54, 64); (55, 49); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt2_55.qasm -1550,127,400,"{'rz': 268, 'sx': 74, 'measure': 13}",{'cx': 348},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (92, 83)",ae_mapped_ibm_washington_qiskit_opt2_13.qasm -1551,127,8531,"{'rz': 792, 'sx': 792, 'measure': 99}",{'cx': 60486},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_99.qasm -1552,127,7182,"{'rz': 880, 'sx': 440, 'measure': 55}",{'cx': 51552},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_55.qasm -1553,127,22876,"{'rz': 23396, 'sx': 8982, 'x': 311, 'measure': 79}",{'cx': 106101},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_79.qasm -1554,127,245,"{'sx': 240, 'rz': 120, 'measure': 61, 'x': 1}",{'cx': 120},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_61.qasm -1555,27,65,"{'sx': 60, 'rz': 30, 'measure': 16, 'x': 1}",{'cx': 30},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_16.qasm -1556,127,521,"{'rz': 426, 'sx': 18, 'measure': 17}",{'cx': 852},"(35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (73, 66)",qftentangled_mapped_ibm_washington_qiskit_opt1_17.qasm -1557,127,4769,"{'rz': 6370, 'sx': 65, 'measure': 65}",{'cx': 27491},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_65.qasm -1558,127,6731,"{'rz': 768, 'sx': 384, 'measure': 48}",{'cx': 42789},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_48.qasm -1559,127,406,"{'rz': 325, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 533},"(34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt1_14.qasm -1560,127,1263,"{'rz': 6896, 'sx': 4795, 'measure': 42, 'x': 6}",{'cx': 5957},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",qnn_mapped_ibm_washington_qiskit_opt3_42.qasm -1561,127,2686,"{'rz': 3890, 'sx': 100, 'measure': 50, 'x': 1}",{'cx': 7920},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt1_51.qasm -1562,127,367,"{'rz': 684, 'sx': 342, 'measure': 114}",{'cx': 2901},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt0_114.qasm -1563,127,4605,"{'rz': 2189, 'sx': 101, 'x': 10, 'measure': 7}",{'cx': 4290},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt1_7.qasm -1564,127,2597,"{'rz': 4054, 'sx': 82, 'measure': 82}",{'cx': 15803},"(8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt2_82.qasm -1565,27,136,"{'rz': 94, 'sx': 47, 'x': 23, 'measure': 23}",{'cx': 221},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt0_24.qasm -1566,127,8008,"{'rz': 912, 'sx': 456, 'measure': 57}",{'cx': 57513},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_57.qasm -1567,127,105,"{'sx': 100, 'rz': 50, 'measure': 26, 'x': 1}",{'cx': 50},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",wstate_mapped_ibm_washington_qiskit_opt1_26.qasm -1568,127,4354,"{'rz': 5572, 'sx': 186, 'measure': 93, 'x': 1}",{'cx': 23772},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeinexact_mapped_ibm_washington_qiskit_opt2_94.qasm -1569,127,12800,"{'sx': 952, 'rz': 952, 'measure': 119}",{'cx': 96618},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_119.qasm -1570,127,527,"{'rz': 739, 'sx': 23, 'measure': 22}",{'cx': 2052},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_22.qasm -1571,127,2059,"{'rz': 20156, 'sx': 14988, 'measure': 68, 'x': 9}",{'cx': 14876},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt3_68.qasm -1572,127,2139,"{'sx': 344, 'rz': 344, 'measure': 43}",{'cx': 10058},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (84, 85); (85, 73); (85, 84); (91, 79)",realamprandom_mapped_ibm_washington_qiskit_opt2_43.qasm -1573,127,578,"{'measure': 119, 'rz': 2, 'sx': 1}",{'cx': 1039},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_119.qasm -1574,127,665,"{'rz': 466, 'sx': 233, 'measure': 116}",{'cx': 950},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 98); (92, 83); (92, 102); (93, 87); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 122); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt1_117.qasm -1575,127,97,"{'sx': 92, 'rz': 46, 'measure': 24, 'x': 1}",{'cx': 46},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78)",wstate_mapped_ibm_washington_qiskit_opt1_24.qasm -1576,127,350,"{'rz': 274, 'sx': 163, 'measure': 69, 'x': 10}",{'cx': 289},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (122, 111)",dj_mapped_ibm_washington_qiskit_opt3_70.qasm -1577,127,1081,"{'rz': 1075, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 3071},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_26.qasm -1578,127,976,"{'rz': 809, 'sx': 306, 'measure': 13, 'x': 3}",{'cx': 1949},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_13.qasm -1579,127,517,"{'rz': 390, 'sx': 224, 'measure': 99, 'x': 11}",{'cx': 475},"(4, 15); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt3_100.qasm -1580,27,30,"{'rz': 26, 'sx': 13, 'measure': 9}",{'cx': 18},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",graphstate_mapped_ibm_montreal_qiskit_opt2_9.qasm -1581,127,98,"{'rz': 446, 'sx': 223, 'measure': 111}",{'cx': 699},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (126, 112)",graphstate_mapped_ibm_washington_qiskit_opt1_111.qasm -1582,127,487,"{'rz': 311, 'sx': 175, 'x': 16, 'measure': 9}",{'cx': 261},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",pricingcall_mapped_ibm_washington_qiskit_opt3_9.qasm -1583,27,504,"{'rz': 450, 'sx': 108, 'measure': 18}",{'cx': 1369},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt1_18.qasm -1584,127,388,"{'rz': 320, 'sx': 192, 'measure': 33, 'x': 1}",{'cx': 367},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31)",wstate_mapped_ibm_washington_qiskit_opt0_33.qasm -1585,127,54,"{'rz': 90, 'sx': 45, 'measure': 23}",{'cx': 134},"(40, 41); (41, 40); (41, 53); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (85, 73); (85, 86); (86, 85); (90, 75)",graphstate_mapped_ibm_washington_qiskit_opt1_23.qasm -1586,127,547,"{'rz': 796, 'sx': 425, 'measure': 18, 'x': 4}",{'cx': 1268},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt3_18.qasm -1587,127,527,"{'rz': 589, 'sx': 286, 'measure': 16, 'x': 4}",{'cx': 1012},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (73, 66); (73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qnn_mapped_ibm_washington_qiskit_opt3_16.qasm -1588,127,417,"{'rz': 429, 'sx': 135, 'measure': 26, 'x': 1}",{'cx': 1016},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",portfolioqaoa_mapped_ibm_washington_qiskit_opt3_13.qasm -1589,127,291,"{'rz': 171, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 423},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_10.qasm -1590,127,3750,"{'rz': 5668, 'sx': 128, 'measure': 64, 'x': 1}",{'cx': 13034},"(15, 22); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qpeinexact_mapped_ibm_washington_qiskit_opt1_65.qasm -1591,27,1099,"{'rz': 1185, 'sx': 158, 'measure': 27}",{'cx': 1947},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt1_27.qasm -1592,127,165,"{'sx': 160, 'rz': 80, 'measure': 41, 'x': 1}",{'cx': 80},"(9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_41.qasm -1593,127,475,"{'rz': 325, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 1001},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_14.qasm -1594,127,652,"{'rz': 1172, 'sx': 574, 'measure': 25, 'x': 22}",{'cx': 1358},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62)",qftentangled_mapped_ibm_washington_qiskit_opt3_25.qasm -1595,127,6505,"{'rz': 7513, 'sx': 238, 'measure': 119, 'x': 1}",{'cx': 39250},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_120.qasm -1596,127,125,"{'sx': 120, 'rz': 60, 'measure': 31, 'x': 1}",{'cx': 60},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",wstate_mapped_ibm_washington_qiskit_opt3_31.qasm -1597,27,20,"{'rz': 16, 'sx': 16, 'measure': 2}",{'cx': 3},"(0, 1); (1, 0)",routing_mapped_ibm_montreal_qiskit_opt1_2.qasm -1598,127,11340,"{'rz': 984, 'sx': 984, 'measure': 123}",{'cx': 98911},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_123.qasm -1599,127,8355,"{'rz': 12645, 'sx': 180, 'measure': 90, 'x': 1}",{'cx': 56877},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75)",qpeexact_mapped_ibm_washington_qiskit_opt0_91.qasm -1600,127,360,"{'rz': 323, 'sx': 101, 'x': 14, 'measure': 13}",{'cx': 434},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt3_14.qasm -1601,127,12743,"{'rz': 1248, 'sx': 624, 'measure': 78}",{'cx': 113844},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",su2random_mapped_ibm_washington_qiskit_opt0_78.qasm -1602,127,1010,"{'rz': 1619, 'sx': 34, 'measure': 33}",{'cx': 3339},"(58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qftentangled_mapped_ibm_washington_qiskit_opt1_33.qasm -1603,127,2518,"{'rz': 2534, 'sx': 997, 'x': 44, 'measure': 26}",{'cx': 5901},"(45, 54); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_26.qasm -1604,127,105,"{'measure': 18, 'rz': 2, 'sx': 1}",{'cx': 185},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_18.qasm -1605,127,6234,"{'rz': 8395, 'sx': 146, 'measure': 73, 'x': 1}",{'cx': 36935},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt0_74.qasm -1606,27,177,"{'rz': 145, 'sx': 86, 'measure': 7, 'x': 2}",{'cx': 164},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21)",qnn_mapped_ibm_montreal_qiskit_opt3_7.qasm -1607,27,171,"{'sx': 56, 'rz': 56, 'measure': 7}",{'cx': 189},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_7.qasm -1608,127,10964,"{'rz': 16796, 'sx': 208, 'measure': 104, 'x': 1}",{'cx': 79623},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt0_105.qasm -1609,127,85,"{'sx': 80, 'rz': 40, 'measure': 21, 'x': 1}",{'cx': 40},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56)",wstate_mapped_ibm_washington_qiskit_opt2_21.qasm -1610,27,288,"{'rz': 328, 'sx': 106, 'measure': 14, 'x': 5}",{'cx': 445},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_14.qasm -1611,127,405,"{'sx': 400, 'rz': 200, 'measure': 101, 'x': 1}",{'cx': 200},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_101.qasm -1612,127,8218,"{'rz': 864, 'sx': 432, 'measure': 54}",{'cx': 55224},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41)",su2random_mapped_ibm_washington_qiskit_opt0_54.qasm -1613,127,12800,"{'sx': 952, 'rz': 952, 'measure': 119}",{'cx': 96618},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_119.qasm -1614,127,7976,"{'sx': 808, 'rz': 808, 'measure': 101}",{'cx': 65385},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_101.qasm -1615,27,23,"{'rz': 22, 'sx': 13, 'measure': 6}",{'cx': 13},"(8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16)",dj_mapped_ibm_montreal_qiskit_opt2_7.qasm -1616,127,649,"{'rz': 470, 'sx': 269, 'measure': 123, 'x': 11}",{'cx': 646},"(0, 1); (0, 14); (1, 0); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt3_124.qasm -1617,27,581,"{'rz': 585, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1152},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt1_19.qasm -1618,127,1258,"{'rz': 1494, 'sx': 70, 'measure': 35, 'x': 1}",{'cx': 3651},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt2_36.qasm -1619,127,2961,"{'sx': 408, 'rz': 408, 'measure': 51}",{'cx': 17648},"(20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87)",su2random_mapped_ibm_washington_qiskit_opt1_51.qasm -1620,127,458,"{'rz': 442, 'sx': 17, 'measure': 17}",{'cx': 1511},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_17.qasm -1621,127,44,"{'rz': 76, 'sx': 38, 'measure': 22}",{'cx': 85},"(6, 7); (7, 6); (7, 8); (8, 7); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98)",graphstate_mapped_ibm_washington_qiskit_opt2_22.qasm -1622,127,135,"{'rz': 103, 'sx': 61, 'measure': 30}",{'cx': 131},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (53, 41); (53, 60); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt2_31.qasm -1623,127,101,"{'rz': 200, 'sx': 104, 'measure': 56, 'x': 2}",{'cx': 232},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (118, 110)",graphstate_mapped_ibm_washington_qiskit_opt3_56.qasm -1624,127,3917,"{'sx': 656, 'rz': 656, 'measure': 82}",{'cx': 35690},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_82.qasm -1625,127,1424,"{'rz': 1920, 'sx': 68, 'measure': 34, 'x': 1}",{'cx': 3920},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",qpeinexact_mapped_ibm_washington_qiskit_opt1_35.qasm -1626,127,286,"{'rz': 222, 'sx': 123, 'measure': 61}",{'cx': 342},"(4, 15); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt2_62.qasm -1627,27,44,"{'rz': 62, 'sx': 31, 'measure': 25}",{'cx': 46},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_25.qasm -1628,127,311,"{'rz': 224, 'sx': 14, 'measure': 13}",{'cx': 470},"(8, 16); (16, 8); (16, 26); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44)",qftentangled_mapped_ibm_washington_qiskit_opt2_13.qasm -1629,127,791,"{'rz': 1452, 'sx': 620, 'measure': 28, 'x': 20}",{'cx': 1801},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",qft_mapped_ibm_washington_qiskit_opt3_28.qasm -1630,127,39,"{'measure': 36, 'rz': 2, 'sx': 1}",{'cx': 35},"(68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_36.qasm -1631,127,1581,"{'rz': 1210, 'sx': 726, 'measure': 122, 'x': 1}",{'cx': 1739},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_122.qasm -1632,27,187,"{'rz': 128, 'sx': 10, 'measure': 9}",{'cx': 374},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qftentangled_mapped_ibm_montreal_qiskit_opt0_9.qasm -1633,127,313,"{'rz': 600, 'sx': 300, 'measure': 100}",{'cx': 2035},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98)",graphstate_mapped_ibm_washington_qiskit_opt0_100.qasm -1634,127,27102,"{'rz': 26798, 'sx': 10309, 'x': 404, 'measure': 85}",{'cx': 128761},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt2_85.qasm -1635,127,849,"{'rz': 1299, 'sx': 1109, 'x': 37, 'measure': 27}",{'cx': 2944},"(28, 29); (28, 35); (29, 28); (35, 28); (35, 47); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 81); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (91, 79)",realamprandom_mapped_ibm_washington_qiskit_opt3_27.qasm -1636,27,728,"{'rz': 1001, 'sx': 27, 'measure': 26}",{'cx': 1965},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_26.qasm -1637,27,433,"{'rz': 325, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 533},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_14.qasm -1638,127,38,"{'rz': 36, 'sx': 18, 'measure': 12}",{'cx': 45},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (100, 101); (101, 100); (101, 102); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt1_12.qasm -1639,127,375,"{'rz': 276, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 842},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_13.qasm -1640,127,511,"{'rz': 330, 'sx': 90, 'measure': 15}",{'cx': 953},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qnn_mapped_ibm_washington_qiskit_opt2_15.qasm -1641,27,24,"{'rz': 24, 'sx': 16, 'measure': 2}",{'cx': 3},"(0, 1); (1, 0)",routing_mapped_ibm_montreal_qiskit_opt0_2.qasm -1642,27,108,"{'measure': 26, 'rz': 2, 'sx': 1}",{'cx': 196},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt0_26.qasm -1643,127,12858,"{'sx': 888, 'rz': 888, 'measure': 111}",{'cx': 95817},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_111.qasm -1644,127,3201,"{'rz': 3339, 'sx': 48, 'measure': 47}",{'cx': 15720},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_47.qasm -1645,127,2388,"{'rz': 2292, 'sx': 839, 'x': 31, 'measure': 24}",{'cx': 5141},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt1_24.qasm -1646,127,225,"{'rz': 522, 'sx': 261, 'measure': 87}",{'cx': 1740},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",graphstate_mapped_ibm_washington_qiskit_opt0_87.qasm -1647,27,485,"{'rz': 359, 'sx': 345, 'measure': 19, 'x': 3}",{'cx': 1360},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_19.qasm -1648,127,1617,"{'rz': 1250, 'sx': 750, 'measure': 126, 'x': 1}",{'cx': 1747},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_126.qasm -1649,127,100,"{'rz': 456, 'sx': 228, 'measure': 108}",{'cx': 717},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_108.qasm -1650,27,382,"{'rz': 263, 'sx': 74, 'measure': 13}",{'cx': 354},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt2_13.qasm -1651,127,181,"{'rz': 147, 'sx': 77, 'measure': 7, 'x': 6}",{'cx': 150},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (54, 45)",random_mapped_ibm_washington_qiskit_opt2_7.qasm -1652,127,4760,"{'rz': 5133, 'sx': 1847, 'x': 77, 'measure': 37}",{'cx': 14608},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",random_mapped_ibm_washington_qiskit_opt1_37.qasm -1653,127,32,"{'rz': 23, 'sx': 13, 'measure': 6}",{'cx': 18},"(86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107)",dj_mapped_ibm_washington_qiskit_opt2_7.qasm -1654,127,5443,"{'rz': 6348, 'sx': 216, 'measure': 108, 'x': 1}",{'cx': 29163},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_109.qasm -1655,27,134,"{'rz': 87, 'sx': 12, 'measure': 6, 'x': 1}",{'cx': 147},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_7.qasm -1656,127,300,"{'measure': 63, 'rz': 2, 'sx': 1}",{'cx': 536},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ghz_mapped_ibm_washington_qiskit_opt0_63.qasm -1657,27,23,"{'measure': 20, 'rz': 2, 'sx': 1}",{'cx': 19},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_20.qasm -1658,27,35,"{'rz': 28, 'sx': 17, 'measure': 8}",{'cx': 21},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12)",dj_mapped_ibm_montreal_qiskit_opt2_9.qasm -1659,27,440,"{'rz': 325, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 866},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_14.qasm -1660,27,468,"{'rz': 399, 'sx': 92, 'measure': 16}",{'cx': 609},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt2_16.qasm -1661,127,52,"{'measure': 49, 'rz': 2, 'sx': 1}",{'cx': 48},"(5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_49.qasm -1662,27,653,"{'rz': 713, 'sx': 249, 'x': 29, 'measure': 19}",{'cx': 1051},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_20.qasm -1663,27,31,"{'measure': 7, 'rz': 2, 'sx': 1}",{'cx': 45},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",ghz_mapped_ibm_montreal_qiskit_opt0_7.qasm -1664,27,73,"{'measure': 25, 'rz': 2, 'sx': 1}",{'cx': 75},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_25.qasm -1665,127,2774,"{'rz': 4756, 'sx': 4007, 'x': 118, 'measure': 58}",{'cx': 15649},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt3_58.qasm -1666,127,7923,"{'rz': 11878, 'sx': 674, 'measure': 113}",{'cx': 35312},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_113.qasm -1667,127,572,"{'rz': 432, 'sx': 255, 'measure': 111, 'x': 14}",{'cx': 504},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 73); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt3_112.qasm -1668,127,9903,"{'rz': 4768, 'sx': 119, 'measure': 8, 'x': 1}",{'cx': 9047},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64)",grover-noancilla_mapped_ibm_washington_qiskit_opt2_8.qasm -1669,127,4824,"{'rz': 5475, 'sx': 344, 'measure': 58}",{'cx': 20868},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ae_mapped_ibm_washington_qiskit_opt0_58.qasm -1670,127,55,"{'measure': 52, 'rz': 2, 'sx': 1}",{'cx': 51},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_52.qasm -1671,127,327,"{'rz': 540, 'sx': 288, 'measure': 9}",{'cx': 435},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",portfoliovqe_mapped_ibm_washington_qiskit_opt0_9.qasm -1672,127,169,"{'rz': 107, 'sx': 63, 'x': 10, 'measure': 5}",{'cx': 70},"(62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82)",pricingput_mapped_ibm_washington_qiskit_opt3_5.qasm -1673,127,1022,"{'rz': 432, 'sx': 216, 'measure': 27}",{'cx': 6597},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_27.qasm -1674,27,192,"{'rz': 123, 'sx': 111, 'measure': 7, 'x': 2}",{'cx': 145},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7)",su2random_mapped_ibm_montreal_qiskit_opt3_7.qasm -1675,127,1174,"{'rz': 2752, 'sx': 1504, 'measure': 33, 'x': 14}",{'cx': 4375},"(15, 22); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt3_33.qasm -1676,127,607,"{'rz': 552, 'sx': 110, 'measure': 19}",{'cx': 825},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98)",ae_mapped_ibm_washington_qiskit_opt2_19.qasm -1677,127,3886,"{'sx': 504, 'rz': 504, 'measure': 63}",{'cx': 22457},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt2_63.qasm -1678,27,1531,"{'rz': 624, 'sx': 364, 'measure': 15, 'x': 8}",{'cx': 931},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",pricingcall_mapped_ibm_montreal_qiskit_opt2_15.qasm -1679,127,570,"{'rz': 431, 'sx': 252, 'measure': 107, 'x': 13}",{'cx': 469},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt3_108.qasm -1680,127,181,"{'sx': 176, 'rz': 88, 'measure': 45, 'x': 1}",{'cx': 88},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt3_45.qasm -1681,127,5734,"{'rz': 7230, 'sx': 398, 'measure': 67}",{'cx': 28683},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ae_mapped_ibm_washington_qiskit_opt0_67.qasm -1682,27,37,"{'rz': 33, 'sx': 21, 'measure': 9, 'x': 1}",{'cx': 20},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (20, 19)",dj_mapped_ibm_montreal_qiskit_opt3_10.qasm -1683,127,7525,"{'rz': 9108, 'sx': 552, 'measure': 92}",{'cx': 47916},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_92.qasm -1684,127,2077,"{'rz': 2407, 'sx': 96, 'measure': 48, 'x': 1}",{'cx': 6549},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (111, 104)",qpeinexact_mapped_ibm_washington_qiskit_opt2_49.qasm -1685,127,348,"{'rz': 588, 'sx': 294, 'measure': 98}",{'cx': 2366},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt0_98.qasm -1686,127,415,"{'sx': 112, 'rz': 112, 'measure': 14}",{'cx': 1090},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_14.qasm -1687,127,1105,"{'rz': 2933, 'sx': 2594, 'x': 96, 'measure': 38}",{'cx': 5858},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt3_38.qasm -1688,127,886,"{'rz': 498, 'sx': 249, 'measure': 124, 'x': 111}",{'cx': 1528},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt0_125.qasm -1689,127,8252,"{'sx': 680, 'rz': 680, 'measure': 85}",{'cx': 52440},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",realamprandom_mapped_ibm_washington_qiskit_opt1_85.qasm -1690,127,938,"{'rz': 1224, 'sx': 1079, 'x': 36, 'measure': 25}",{'cx': 2824},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_25.qasm -1691,127,766,"{'rz': 774, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 1459},"(34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt1_22.qasm -1692,27,512,"{'rz': 660, 'sx': 350, 'measure': 10}",{'cx': 795},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_10.qasm -1693,127,8696,"{'rz': 13542, 'sx': 252, 'measure': 126, 'x': 1}",{'cx': 48241},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_127.qasm -1694,127,2978,"{'rz': 4278, 'sx': 372, 'measure': 62}",{'cx': 18711},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt2_62.qasm -1695,127,312,"{'rz': 244, 'sx': 135, 'measure': 67}",{'cx': 343},"(7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (34, 24); (34, 43); (35, 28); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 45); (54, 64); (55, 49); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (86, 87); (87, 86); (87, 93); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (122, 111); (126, 112)",dj_mapped_ibm_washington_qiskit_opt2_68.qasm -1696,127,201,"{'sx': 64, 'rz': 64, 'measure': 8}",{'cx': 272},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",su2random_mapped_ibm_washington_qiskit_opt1_8.qasm -1697,127,2923,"{'rz': 4271, 'sx': 106, 'measure': 53, 'x': 1}",{'cx': 9732},"(24, 34); (34, 24); (34, 43); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_54.qasm -1698,127,269,"{'rz': 277, 'sx': 230, 'measure': 10, 'x': 6}",{'cx': 362},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_10.qasm -1699,127,4185,"{'sx': 560, 'rz': 560, 'measure': 70}",{'cx': 31480},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_70.qasm -1700,127,263,"{'rz': 130, 'sx': 65, 'measure': 32, 'x': 31}",{'cx': 440},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31)",dj_mapped_ibm_washington_qiskit_opt0_33.qasm -1701,27,329,"{'rz': 210, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 339},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_12.qasm -1702,127,215,"{'measure': 47, 'rz': 2, 'sx': 1}",{'cx': 376},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_47.qasm -1703,27,67,"{'rz': 72, 'sx': 48, 'measure': 6}",{'cx': 66},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (5, 3)",routing_mapped_ibm_montreal_qiskit_opt0_6.qasm -1704,127,3901,"{'rz': 3228, 'sx': 260, 'measure': 44}",{'cx': 12743},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_44.qasm -1705,127,493,"{'rz': 378, 'sx': 189, 'measure': 94}",{'cx': 760},"(3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (37, 52); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt1_95.qasm -1706,127,1362,"{'rz': 1761, 'sx': 560, 'x': 79, 'measure': 33}",{'cx': 3013},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qpeexact_mapped_ibm_washington_qiskit_opt3_34.qasm -1707,127,1502,"{'rz': 2213, 'sx': 51, 'measure': 50}",{'cx': 5910},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92)",qftentangled_mapped_ibm_washington_qiskit_opt2_50.qasm -1708,127,923,"{'rz': 1173, 'sx': 372, 'x': 49, 'measure': 27}",{'cx': 1665},"(47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (55, 49); (55, 68); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83); (92, 102); (102, 92)",ae_mapped_ibm_washington_qiskit_opt3_27.qasm -1709,127,227,"{'rz': 80, 'sx': 80, 'measure': 10}",{'cx': 507},"(73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",realamprandom_mapped_ibm_washington_qiskit_opt1_10.qasm -1710,127,70,"{'rz': 71, 'sx': 41, 'measure': 19, 'x': 1}",{'cx': 46},"(33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (53, 41); (53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (92, 83)",dj_mapped_ibm_washington_qiskit_opt3_20.qasm -1711,127,4644,"{'rz': 2226, 'sx': 252, 'measure': 42}",{'cx': 26411},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_42.qasm -1712,127,671,"{'rz': 315, 'sx': 69, 'x': 10, 'measure': 7}",{'cx': 576},"(45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt2_7.qasm -1713,127,22,"{'rz': 47, 'sx': 44, 'measure': 8, 'x': 2}",{'cx': 14},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",vqe_mapped_ibm_washington_qiskit_opt1_8.qasm -1714,127,7639,"{'rz': 9986, 'sx': 196, 'measure': 98, 'x': 1}",{'cx': 30999},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_99.qasm -1715,127,447,"{'rz': 364, 'sx': 143, 'measure': 10}",{'cx': 776},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_10.qasm -1716,127,4498,"{'sx': 560, 'rz': 560, 'measure': 70}",{'cx': 27932},"(3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt2_70.qasm -1717,127,4186,"{'rz': 5795, 'sx': 130, 'measure': 65, 'x': 1}",{'cx': 13530},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",qpeexact_mapped_ibm_washington_qiskit_opt1_66.qasm -1718,127,13288,"{'rz': 14861, 'sx': 5154, 'x': 63, 'measure': 55}",{'cx': 70722},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_55.qasm -1719,127,231,"{'rz': 180, 'sx': 101, 'measure': 50}",{'cx': 241},"(24, 34); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt2_51.qasm -1720,127,6268,"{'rz': 9858, 'sx': 194, 'measure': 97, 'x': 1}",{'cx': 28715},"(4, 5); (4, 15); (5, 4); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_98.qasm -1721,127,3645,"{'rz': 3184, 'sx': 1153, 'measure': 26, 'x': 18}",{'cx': 11795},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_26.qasm -1722,127,4747,"{'sx': 640, 'rz': 640, 'measure': 80}",{'cx': 36488},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_80.qasm -1723,27,35315,"{'rz': 17382, 'sx': 1484, 'measure': 18, 'x': 2}",{'cx': 34187},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",shor_9_4_mapped_ibm_montreal_qiskit_opt2_18.qasm -1724,127,5795,"{'rz': 10129, 'sx': 83, 'measure': 82}",{'cx': 44796},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_82.qasm -1725,127,2363,"{'rz': 2926, 'sx': 44, 'measure': 44}",{'cx': 11360},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_44.qasm -1726,27,10,"{'measure': 7, 'rz': 2, 'sx': 1}",{'cx': 6},"(17, 18); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_7.qasm -1727,127,7975,"{'rz': 12653, 'sx': 238, 'measure': 119, 'x': 1}",{'cx': 45342},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_120.qasm -1728,127,961,"{'rz': 1284, 'sx': 394, 'x': 55, 'measure': 27}",{'cx': 2076},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt3_28.qasm -1729,127,957,"{'measure': 123, 'rz': 2, 'sx': 1}",{'cx': 1205},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 90); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_123.qasm -1730,127,733,"{'rz': 776, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 1458},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt1_22.qasm -1731,27,29,"{'rz': 84, 'sx': 82, 'measure': 15, 'x': 4}",{'cx': 28},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt3_15.qasm -1732,27,58,"{'rz': 63, 'sx': 42, 'measure': 7}",{'cx': 63},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",vqe_mapped_ibm_montreal_qiskit_opt0_7.qasm -1733,127,120,"{'rz': 426, 'sx': 213, 'measure': 107}",{'cx': 683},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_107.qasm -1734,127,7224,"{'rz': 2873, 'sx': 2194, 'measure': 21, 'x': 12}",{'cx': 3655},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",pricingcall_mapped_ibm_washington_qiskit_opt2_21.qasm -1735,127,6320,"{'rz': 7521, 'sx': 138, 'measure': 69, 'x': 1}",{'cx': 35136},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",qpeexact_mapped_ibm_washington_qiskit_opt0_70.qasm -1736,127,1146,"{'sx': 473, 'rz': 349, 'measure': 108, 'x': 1}",{'cx': 1225},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_108.qasm -1737,27,13,"{'measure': 10, 'rz': 2, 'sx': 1}",{'cx': 9},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_10.qasm -1738,127,4976,"{'rz': 6644, 'sx': 115, 'measure': 114}",{'cx': 32978},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_114.qasm -1739,127,166,"{'rz': 108, 'sx': 72, 'measure': 9}",{'cx': 435},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_9.qasm -1740,127,1007,"{'rz': 208, 'sx': 208, 'measure': 26}",{'cx': 3586},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111); (122, 123); (123, 122)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_26.qasm -1741,127,4745,"{'sx': 576, 'rz': 576, 'measure': 72}",{'cx': 32405},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_72.qasm -1742,127,1937,"{'rz': 4113, 'sx': 3575, 'x': 95, 'measure': 48}",{'cx': 10131},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",su2random_mapped_ibm_washington_qiskit_opt3_48.qasm -1743,127,431,"{'rz': 228, 'sx': 202, 'measure': 17, 'x': 8}",{'cx': 1241},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (98, 91)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_17.qasm -1744,127,167,"{'rz': 180, 'sx': 90, 'measure': 30}",{'cx': 534},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_30.qasm -1745,127,682,"{'rz': 784, 'sx': 24, 'measure': 23}",{'cx': 1476},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt1_23.qasm -1746,127,1633,"{'rz': 3180, 'sx': 318, 'measure': 53}",{'cx': 11324},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt2_53.qasm -1747,127,807,"{'rz': 800, 'sx': 150, 'measure': 25}",{'cx': 2717},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (84, 85); (85, 73); (85, 84); (91, 79)",qnn_mapped_ibm_washington_qiskit_opt1_25.qasm -1748,127,920,"{'measure': 127, 'rz': 2, 'sx': 1}",{'cx': 1071},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_127.qasm -1749,127,181,"{'rz': 142, 'sx': 85, 'measure': 37, 'x': 4}",{'cx': 147},"(20, 33); (33, 20); (33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (85, 73); (91, 79)",dj_mapped_ibm_washington_qiskit_opt3_38.qasm -1750,127,4181,"{'rz': 4342, 'sx': 104, 'measure': 52, 'x': 1}",{'cx': 18971},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37)",qpeexact_mapped_ibm_washington_qiskit_opt0_53.qasm -1751,127,593,"{'rz': 314, 'sx': 157, 'measure': 78, 'x': 77}",{'cx': 1011},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",dj_mapped_ibm_washington_qiskit_opt0_79.qasm -1752,127,921,"{'rz': 1872, 'sx': 306, 'x': 47, 'measure': 38}",{'cx': 3343},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",qftentangled_mapped_ibm_washington_qiskit_opt3_38.qasm -1753,127,1898,"{'rz': 2557, 'sx': 832, 'x': 137, 'measure': 42}",{'cx': 4716},"(4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102)",qpeinexact_mapped_ibm_washington_qiskit_opt3_43.qasm -1754,127,61,"{'rz': 116, 'sx': 58, 'measure': 34}",{'cx': 136},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (93, 87)",graphstate_mapped_ibm_washington_qiskit_opt2_34.qasm -1755,127,892,"{'rz': 1433, 'sx': 1300, 'x': 29, 'measure': 26}",{'cx': 2720},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_26.qasm -1756,127,4052,"{'rz': 7814, 'sx': 85, 'measure': 85}",{'cx': 19404},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_85.qasm -1757,27,559,"{'rz': 744, 'sx': 542, 'measure': 12, 'x': 8}",{'cx': 617},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt3_12.qasm -1758,127,312,"{'rz': 432, 'sx': 232, 'measure': 8}",{'cx': 357},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",portfoliovqe_mapped_ibm_washington_qiskit_opt0_8.qasm -1759,127,562,"{'rz': 412, 'sx': 240, 'measure': 105, 'x': 14}",{'cx': 518},"(6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (102, 92); (102, 103); (103, 102); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt3_106.qasm -1760,127,233,"{'rz': 72, 'sx': 72, 'measure': 9}",{'cx': 360},"(86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (122, 111)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_9.qasm -1761,127,7996,"{'rz': 13022, 'sx': 94, 'measure': 93}",{'cx': 59078},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt0_93.qasm -1762,127,1188,"{'rz': 300, 'sx': 200, 'measure': 25}",{'cx': 6669},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_25.qasm -1763,127,1619,"{'sx': 312, 'rz': 312, 'measure': 39}",{'cx': 8804},"(34, 43); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt2_39.qasm -1764,127,185,"{'rz': 148, 'sx': 89, 'measure': 39, 'x': 4}",{'cx': 139},"(24, 34); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83)",dj_mapped_ibm_washington_qiskit_opt3_40.qasm -1765,127,1901,"{'rz': 2080, 'sx': 254, 'measure': 43}",{'cx': 4407},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",ae_mapped_ibm_washington_qiskit_opt2_43.qasm -1766,127,43,"{'rz': 121, 'sx': 63, 'measure': 34}",{'cx': 143},"(8, 16); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (35, 28); (35, 47); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",graphstate_mapped_ibm_washington_qiskit_opt3_34.qasm -1767,127,26,"{'rz': 88, 'sx': 44, 'measure': 44}",{'cx': 44},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",graphstate_mapped_ibm_washington_qiskit_opt2_44.qasm -1768,127,49,"{'rz': 34, 'sx': 16, 'x': 5, 'measure': 4}",{'cx': 21},"(72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",groundstate_small_mapped_ibm_washington_qiskit_opt3_4.qasm -1769,27,534,"{'rz': 471, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 869},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 22); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_17.qasm -1770,127,335,"{'rz': 249, 'sx': 137, 'measure': 68}",{'cx': 454},"(11, 12); (12, 11); (12, 17); (16, 26); (17, 12); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 60); (54, 45); (54, 64); (55, 49); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (122, 111)",dj_mapped_ibm_washington_qiskit_opt2_69.qasm -1771,127,113,"{'rz': 204, 'sx': 106, 'measure': 62, 'x': 2}",{'cx': 260},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt3_62.qasm -1772,27,2658,"{'rz': 1296, 'sx': 303, 'x': 36, 'measure': 11}",{'cx': 2661},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt0_11.qasm -1773,127,20,"{'measure': 17, 'rz': 2, 'sx': 1}",{'cx': 16},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_17.qasm -1774,127,46,"{'rz': 123, 'sx': 67, 'measure': 35, 'x': 1}",{'cx': 131},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (85, 73); (85, 86); (86, 85); (91, 79); (91, 98); (98, 91)",graphstate_mapped_ibm_washington_qiskit_opt3_35.qasm -1775,127,83,"{'rz': 274, 'sx': 137, 'measure': 81}",{'cx': 444},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_81.qasm -1776,27,3625,"{'rz': 1837, 'sx': 78, 'measure': 7, 'x': 1}",{'cx': 3192},"(8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16)",grover-noancilla_mapped_ibm_montreal_qiskit_opt1_7.qasm -1777,127,1815,"{'rz': 2617, 'sx': 42, 'measure': 42}",{'cx': 5482},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt1_42.qasm -1778,27,1076,"{'rz': 1022, 'sx': 146, 'measure': 25}",{'cx': 1686},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt1_25.qasm -1779,127,837,"{'rz': 996, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 2727},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_25.qasm -1780,127,494,"{'measure': 107, 'rz': 2, 'sx': 1}",{'cx': 883},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ghz_mapped_ibm_washington_qiskit_opt0_107.qasm -1781,127,2356,"{'rz': 4074, 'sx': 55, 'measure': 54}",{'cx': 8424},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qftentangled_mapped_ibm_washington_qiskit_opt1_54.qasm -1782,127,6032,"{'rz': 9642, 'sx': 81, 'measure': 80}",{'cx': 43011},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_80.qasm -1783,127,3747,"{'rz': 5247, 'sx': 98, 'measure': 97}",{'cx': 21058},"(4, 15); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qftentangled_mapped_ibm_washington_qiskit_opt2_97.qasm -1784,27,35,"{'rz': 120, 'sx': 60, 'measure': 12}",{'cx': 48},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt1_12.qasm -1785,127,2568,"{'rz': 2301, 'sx': 39, 'measure': 39}",{'cx': 9840},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_39.qasm -1786,127,2734,"{'rz': 3369, 'sx': 69, 'measure': 69}",{'cx': 11627},"(15, 22); (16, 26); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100); (110, 118); (118, 110)",qft_mapped_ibm_washington_qiskit_opt2_69.qasm -1787,127,301,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 594},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",su2random_mapped_ibm_washington_qiskit_opt2_12.qasm -1788,127,1194,"{'rz': 1083, 'sx': 56, 'measure': 28, 'x': 1}",{'cx': 2433},"(33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",qpeexact_mapped_ibm_washington_qiskit_opt2_29.qasm -1789,127,29,"{'rz': 22, 'sx': 11, 'measure': 9}",{'cx': 30},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (103, 104); (104, 103); (104, 105); (105, 104)",graphstate_mapped_ibm_washington_qiskit_opt1_9.qasm -1790,127,81,"{'rz': 38, 'sx': 19, 'x': 13, 'measure': 9}",{'cx': 132},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_10.qasm -1791,127,684,"{'rz': 382, 'sx': 191, 'measure': 95, 'x': 85}",{'cx': 1178},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (90, 94); (91, 98); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",dj_mapped_ibm_washington_qiskit_opt0_96.qasm -1792,27,891,"{'rz': 1145, 'sx': 292, 'x': 40, 'measure': 26}",{'cx': 1936},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_27.qasm -1793,127,559,"{'rz': 854, 'sx': 25, 'measure': 24}",{'cx': 1616},"(34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qftentangled_mapped_ibm_washington_qiskit_opt1_24.qasm -1794,127,8201,"{'rz': 8768, 'sx': 3329, 'x': 130, 'measure': 48}",{'cx': 29114},"(8, 16); (16, 8); (16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87)",random_mapped_ibm_washington_qiskit_opt1_48.qasm -1795,127,12661,"{'rz': 14030, 'sx': 690, 'measure': 115}",{'cx': 87489},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_115.qasm -1796,127,369,"{'rz': 296, 'sx': 74, 'measure': 13}",{'cx': 357},"(34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",ae_mapped_ibm_washington_qiskit_opt1_13.qasm -1797,127,895,"{'rz': 789, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 1806},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt2_24.qasm -1798,127,1333,"{'rz': 1350, 'sx': 194, 'measure': 33}",{'cx': 2688},"(34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",ae_mapped_ibm_washington_qiskit_opt2_33.qasm -1799,127,11,"{'measure': 8, 'rz': 2, 'sx': 1}",{'cx': 7},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",ghz_mapped_ibm_washington_qiskit_opt0_8.qasm -1800,127,19688,"{'rz': 10149, 'sx': 352, 'measure': 13, 'x': 1}",{'cx': 18105},"(79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (111, 104)",grover-v-chain_mapped_ibm_washington_qiskit_opt2_13.qasm -1801,27,85,"{'sx': 80, 'rz': 40, 'measure': 21, 'x': 1}",{'cx': 40},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_21.qasm -1802,127,573,"{'measure': 114, 'rz': 2, 'sx': 1}",{'cx': 1034},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_114.qasm -1803,127,12352,"{'rz': 12870, 'sx': 660, 'measure': 110}",{'cx': 82134},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_110.qasm -1804,127,11133,"{'rz': 824, 'sx': 824, 'measure': 103}",{'cx': 78224},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111)",realamprandom_mapped_ibm_washington_qiskit_opt1_103.qasm -1805,127,1112,"{'rz': 962, 'sx': 156, 'measure': 26}",{'cx': 5687},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_26.qasm -1806,127,653,"{'rz': 691, 'sx': 269, 'x': 20, 'measure': 20}",{'cx': 801},"(4, 15); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",ae_mapped_ibm_washington_qiskit_opt3_20.qasm -1807,127,421,"{'sx': 416, 'rz': 208, 'measure': 105, 'x': 1}",{'cx': 208},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_105.qasm -1808,127,1726,"{'rz': 2958, 'sx': 306, 'measure': 51}",{'cx': 11150},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106)",qnn_mapped_ibm_washington_qiskit_opt1_51.qasm -1809,127,309,"{'sx': 304, 'rz': 152, 'measure': 77, 'x': 1}",{'cx': 152},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_77.qasm -1810,127,402,"{'rz': 298, 'sx': 149, 'measure': 74}",{'cx': 551},"(16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119)",dj_mapped_ibm_washington_qiskit_opt1_75.qasm -1811,127,8694,"{'rz': 12420, 'sx': 648, 'measure': 108}",{'cx': 65852},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_108.qasm -1812,27,38,"{'rz': 48, 'sx': 24, 'measure': 16}",{'cx': 37},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (20, 19)",graphstate_mapped_ibm_montreal_qiskit_opt2_16.qasm -1813,27,781,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 2375},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt2_22.qasm -1814,127,14274,"{'rz': 15434, 'sx': 5235, 'x': 74, 'measure': 56}",{'cx': 76516},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_56.qasm -1815,27,99,"{'rz': 80, 'sx': 45, 'measure': 22}",{'cx': 94},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt2_23.qasm -1816,127,579,"{'rz': 306, 'sx': 276, 'measure': 23, 'x': 13}",{'cx': 2340},"(34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_23.qasm -1817,27,327,"{'rz': 600, 'sx': 326, 'measure': 17, 'x': 10}",{'cx': 584},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qftentangled_mapped_ibm_montreal_qiskit_opt3_17.qasm -1818,127,88,"{'measure': 85, 'rz': 2, 'sx': 1}",{'cx': 84},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_85.qasm -1819,127,509,"{'rz': 476, 'sx': 18, 'measure': 18}",{'cx': 888},"(34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66)",qft_mapped_ibm_washington_qiskit_opt1_18.qasm -1820,127,856,"{'rz': 1114, 'sx': 350, 'x': 49, 'measure': 26}",{'cx': 1681},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92)",qftentangled_mapped_ibm_washington_qiskit_opt3_26.qasm -1821,27,1067,"{'rz': 885, 'sx': 128, 'measure': 22}",{'cx': 2196},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt0_22.qasm -1822,127,10550,"{'rz': 3918, 'sx': 279, 'x': 113, 'measure': 11}",{'cx': 10231},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",grover-v-chain_mapped_ibm_washington_qiskit_opt0_11.qasm -1823,127,490,"{'rz': 354, 'sx': 177, 'measure': 88}",{'cx': 649},"(8, 16); (12, 17); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt1_89.qasm -1824,27,164,"{'rz': 102, 'sx': 51, 'x': 25, 'measure': 25}",{'cx': 268},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt0_26.qasm -1825,127,379,"{'rz': 756, 'sx': 378, 'measure': 126}",{'cx': 3213},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",graphstate_mapped_ibm_washington_qiskit_opt0_126.qasm -1826,127,2932,"{'rz': 416, 'sx': 416, 'measure': 52}",{'cx': 14420},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt2_52.qasm -1827,127,1335,"{'rz': 2401, 'sx': 357, 'measure': 44, 'x': 40}",{'cx': 4545},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt3_44.qasm -1828,127,1145,"{'rz': 1271, 'sx': 164, 'measure': 28}",{'cx': 2283},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",ae_mapped_ibm_washington_qiskit_opt1_28.qasm -1829,127,108,"{'rz': 50, 'sx': 25, 'x': 17, 'measure': 12}",{'cx': 183},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_13.qasm -1830,127,1178,"{'rz': 3468, 'sx': 3128, 'x': 84, 'measure': 40}",{'cx': 6177},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt3_40.qasm -1831,127,1098,"{'rz': 1190, 'sx': 28, 'measure': 28}",{'cx': 4332},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_28.qasm -1832,27,2843,"{'rz': 1414, 'sx': 696, 'x': 50, 'measure': 17}",{'cx': 1966},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",pricingcall_mapped_ibm_montreal_qiskit_opt0_17.qasm -1833,127,4709,"{'sx': 664, 'rz': 664, 'measure': 83}",{'cx': 39994},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_83.qasm -1834,127,15306,"{'rz': 16224, 'sx': 5875, 'x': 208, 'measure': 65}",{'cx': 64112},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_65.qasm -1835,127,298,"{'rz': 218, 'sx': 109, 'measure': 54}",{'cx': 315},"(17, 30); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (68, 55); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (91, 79); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100); (110, 118); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt1_55.qasm -1836,127,4116,"{'rz': 4958, 'sx': 402, 'measure': 67}",{'cx': 22529},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_67.qasm -1837,127,2574,"{'rz': 2030, 'sx': 70, 'measure': 35, 'x': 1}",{'cx': 8754},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_36.qasm -1838,127,941,"{'rz': 960, 'sx': 134, 'measure': 23}",{'cx': 2231},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_23.qasm -1839,127,1929,"{'rz': 4544, 'sx': 384, 'measure': 64}",{'cx': 17092},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87); (93, 106); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt2_64.qasm -1840,127,15214,"{'sx': 952, 'rz': 952, 'measure': 119}",{'cx': 112127},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (15, 4); (15, 22); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_119.qasm -1841,127,7160,"{'rz': 10470, 'sx': 608, 'measure': 102}",{'cx': 29202},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_102.qasm -1842,27,1091,"{'rz': 952, 'sx': 26, 'measure': 25}",{'cx': 3549},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt0_25.qasm -1843,127,4864,"{'rz': 4638, 'sx': 1771, 'x': 57, 'measure': 36}",{'cx': 13794},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt2_36.qasm -1844,27,4102,"{'rz': 1842, 'sx': 435, 'x': 42, 'measure': 13}",{'cx': 4272},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt0_13.qasm -1845,27,492,"{'rz': 792, 'sx': 418, 'measure': 11}",{'cx': 843},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_11.qasm -1846,127,546,"{'rz': 464, 'sx': 115, 'x': 16, 'measure': 16}",{'cx': 772},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",qpeexact_mapped_ibm_washington_qiskit_opt3_17.qasm -1847,27,1427,"{'rz': 871, 'sx': 593, 'x': 39, 'measure': 15}",{'cx': 746},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",pricingcall_mapped_ibm_montreal_qiskit_opt3_15.qasm -1848,27,2136,"{'rz': 2036, 'sx': 719, 'measure': 21, 'x': 10}",{'cx': 5463},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt0_21.qasm -1849,127,472,"{'measure': 94, 'rz': 2, 'sx': 1}",{'cx': 855},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (93, 87)",ghz_mapped_ibm_washington_qiskit_opt0_94.qasm -1850,127,3225,"{'sx': 464, 'rz': 464, 'measure': 58}",{'cx': 18726},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt2_58.qasm -1851,127,9719,"{'rz': 9885, 'sx': 3430, 'measure': 45, 'x': 29}",{'cx': 43658},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_45.qasm -1852,127,311,"{'rz': 438, 'sx': 219, 'measure': 73}",{'cx': 1621},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62)",graphstate_mapped_ibm_washington_qiskit_opt0_73.qasm -1853,127,108,"{'rz': 442, 'sx': 221, 'measure': 113}",{'cx': 647},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_113.qasm -1854,27,843,"{'rz': 585, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1911},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_19.qasm -1855,27,1056,"{'rz': 554, 'sx': 71, 'measure': 7, 'x': 1}",{'cx': 899},"(8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16)",grover-v-chain_mapped_ibm_montreal_qiskit_opt2_7.qasm -1856,127,3533,"{'rz': 3657, 'sx': 77, 'measure': 77}",{'cx': 13927},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt2_77.qasm -1857,27,251,"{'rz': 144, 'sx': 72, 'measure': 9}",{'cx': 603},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",su2random_mapped_ibm_montreal_qiskit_opt0_9.qasm -1858,27,9891,"{'rz': 4765, 'sx': 119, 'measure': 8, 'x': 1}",{'cx': 8933},"(8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",grover-noancilla_mapped_ibm_montreal_qiskit_opt2_8.qasm -1859,127,1264,"{'rz': 940, 'sx': 564, 'measure': 95, 'x': 1}",{'cx': 1442},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",wstate_mapped_ibm_washington_qiskit_opt0_95.qasm -1860,127,711,"{'rz': 710, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 1326},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt1_21.qasm -1861,127,24,"{'measure': 21, 'rz': 2, 'sx': 1}",{'cx': 20},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77)",ghz_mapped_ibm_washington_qiskit_opt1_21.qasm -1862,27,600,"{'sx': 168, 'rz': 168, 'measure': 21}",{'cx': 2121},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt2_21.qasm -1863,127,6934,"{'rz': 11093, 'sx': 113, 'measure': 112}",{'cx': 34955},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_112.qasm -1864,127,185,"{'sx': 180, 'rz': 90, 'measure': 46, 'x': 1}",{'cx': 90},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt1_46.qasm -1865,127,233,"{'sx': 228, 'rz': 114, 'measure': 58, 'x': 1}",{'cx': 114},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_58.qasm -1866,127,1899,"{'rz': 1815, 'sx': 66, 'measure': 33, 'x': 1}",{'cx': 7020},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20)",qpeinexact_mapped_ibm_washington_qiskit_opt0_34.qasm -1867,127,1514,"{'sx': 312, 'rz': 312, 'measure': 39}",{'cx': 8695},"(34, 43); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt1_39.qasm -1868,127,211,"{'measure': 43, 'rz': 2, 'sx': 1}",{'cx': 372},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_43.qasm -1869,27,699,"{'rz': 774, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 1402},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt1_22.qasm -1870,127,1310,"{'rz': 1928, 'sx': 37, 'measure': 36}",{'cx': 3932},"(34, 43); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83)",qftentangled_mapped_ibm_washington_qiskit_opt1_36.qasm -1871,127,307,"{'rz': 205, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 326},"(45, 54); (54, 45); (54, 64); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66)",qpeexact_mapped_ibm_washington_qiskit_opt1_11.qasm -1872,127,588,"{'rz': 442, 'sx': 221, 'measure': 110}",{'cx': 848},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt1_111.qasm -1873,127,1054,"{'rz': 810, 'sx': 486, 'measure': 82, 'x': 1}",{'cx': 1152},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_82.qasm -1874,27,23,"{'rz': 28, 'sx': 14, 'measure': 8}",{'cx': 17},"(1, 2); (1, 4); (2, 1); (4, 1); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12)",graphstate_mapped_ibm_montreal_qiskit_opt1_8.qasm -1875,127,6512,"{'rz': 7401, 'sx': 242, 'measure': 121, 'x': 1}",{'cx': 41949},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_122.qasm -1876,127,45,"{'measure': 42, 'rz': 2, 'sx': 1}",{'cx': 41},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt1_42.qasm -1877,127,3343,"{'rz': 6000, 'sx': 70, 'measure': 70}",{'cx': 13995},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt1_70.qasm -1878,127,3735,"{'rz': 8866, 'sx': 7549, 'x': 333, 'measure': 58}",{'cx': 16645},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt3_58.qasm -1879,127,7339,"{'rz': 10194, 'sx': 476, 'measure': 80}",{'cx': 42038},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt0_80.qasm -1880,127,9379,"{'rz': 780, 'sx': 520, 'measure': 65}",{'cx': 78171},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_65.qasm -1881,127,3718,"{'rz': 6303, 'sx': 138, 'measure': 69, 'x': 1}",{'cx': 15274},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_70.qasm -1882,127,2699,"{'rz': 4410, 'sx': 378, 'measure': 63}",{'cx': 19033},"(17, 30); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 43); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_63.qasm -1883,27,273,"{'rz': 211, 'sx': 89, 'measure': 11, 'x': 7}",{'cx': 207},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",ae_mapped_ibm_montreal_qiskit_opt3_11.qasm -1884,27,499,"{'rz': 160, 'sx': 160, 'measure': 20}",{'cx': 1780},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_20.qasm -1885,127,41,"{'sx': 36, 'rz': 18, 'measure': 10, 'x': 1}",{'cx': 18},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121)",wstate_mapped_ibm_washington_qiskit_opt2_10.qasm -1886,27,617,"{'rz': 394, 'sx': 17, 'measure': 16}",{'cx': 1503},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qftentangled_mapped_ibm_montreal_qiskit_opt0_16.qasm -1887,127,525,"{'rz': 286, 'sx': 267, 'measure': 21, 'x': 2}",{'cx': 1899},"(35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_21.qasm -1888,27,535,"{'rz': 530, 'sx': 19, 'measure': 19}",{'cx': 1047},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_19.qasm -1889,127,4302,"{'rz': 4671, 'sx': 108, 'measure': 54, 'x': 1}",{'cx': 20817},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (54, 45)",qpeinexact_mapped_ibm_washington_qiskit_opt0_55.qasm -1890,127,46,"{'measure': 13, 'rz': 2, 'sx': 1}",{'cx': 75},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_13.qasm -1891,27,912,"{'rz': 646, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 2117},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_20.qasm -1892,27,744,"{'rz': 779, 'sx': 25, 'measure': 25}",{'cx': 1633},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt2_25.qasm -1893,127,1909,"{'rz': 2662, 'sx': 242, 'measure': 41}",{'cx': 5060},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",ae_mapped_ibm_washington_qiskit_opt1_41.qasm -1894,127,2284,"{'rz': 4198, 'sx': 314, 'measure': 53}",{'cx': 8105},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100); (110, 118); (118, 110)",ae_mapped_ibm_washington_qiskit_opt1_53.qasm -1895,127,47,"{'measure': 44, 'rz': 2, 'sx': 1}",{'cx': 43},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (89, 74)",ghz_mapped_ibm_washington_qiskit_opt2_44.qasm -1896,127,93,"{'measure': 90, 'rz': 2, 'sx': 1}",{'cx': 89},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_90.qasm -1897,127,206,"{'measure': 38, 'rz': 2, 'sx': 1}",{'cx': 367},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_38.qasm -1898,127,22,"{'sx': 48, 'rz': 47, 'measure': 8}",{'cx': 14},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119)",vqe_mapped_ibm_washington_qiskit_opt3_8.qasm -1899,127,17101,"{'rz': 17866, 'sx': 6577, 'x': 228, 'measure': 68}",{'cx': 72876},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_68.qasm -1900,27,485,"{'rz': 359, 'sx': 345, 'measure': 19, 'x': 3}",{'cx': 1360},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_19.qasm -1901,127,577,"{'rz': 422, 'sx': 211, 'measure': 105}",{'cx': 864},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (110, 100); (110, 118); (111, 104); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120)",dj_mapped_ibm_washington_qiskit_opt1_106.qasm -1902,27,367,"{'rz': 316, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 533},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16)",qpeexact_mapped_ibm_montreal_qiskit_opt1_14.qasm -1903,27,25,"{'rz': 62, 'sx': 58, 'measure': 11, 'x': 4}",{'cx': 20},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt1_11.qasm -1904,27,4540,"{'rz': 2166, 'sx': 101, 'x': 10, 'measure': 7}",{'cx': 3994},"(8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt2_7.qasm -1905,27,1352,"{'rz': 240, 'sx': 160, 'measure': 20}",{'cx': 5064},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt0_20.qasm -1906,127,4831,"{'rz': 5978, 'sx': 107, 'measure': 106}",{'cx': 28524},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_106.qasm -1907,127,1384,"{'rz': 1080, 'sx': 648, 'measure': 109, 'x': 1}",{'cx': 1488},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107)",wstate_mapped_ibm_washington_qiskit_opt0_109.qasm -1908,127,3923,"{'sx': 528, 'rz': 528, 'measure': 66}",{'cx': 25658},"(15, 22); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",su2random_mapped_ibm_washington_qiskit_opt2_66.qasm -1909,27,160,"{'rz': 76, 'sx': 36, 'x': 6, 'measure': 5}",{'cx': 84},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13)",pricingcall_mapped_ibm_montreal_qiskit_opt1_5.qasm -1910,127,594,"{'rz': 438, 'sx': 219, 'measure': 109}",{'cx': 856},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt1_110.qasm -1911,127,2007,"{'rz': 2449, 'sx': 98, 'measure': 49, 'x': 1}",{'cx': 6900},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt2_50.qasm -1912,127,3874,"{'rz': 2061, 'sx': 1543, 'x': 49, 'measure': 19}",{'cx': 1866},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",pricingput_mapped_ibm_washington_qiskit_opt3_19.qasm -1913,127,171,"{'rz': 138, 'sx': 79, 'measure': 34, 'x': 3}",{'cx': 131},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt3_35.qasm -1914,27,3843,"{'rz': 2084, 'sx': 1594, 'x': 39, 'measure': 19}",{'cx': 1680},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",pricingcall_mapped_ibm_montreal_qiskit_opt3_19.qasm -1915,127,6887,"{'rz': 9555, 'sx': 156, 'measure': 78, 'x': 1}",{'cx': 42528},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_79.qasm -1916,27,217,"{'rz': 165, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 335},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeexact_mapped_ibm_montreal_qiskit_opt0_10.qasm -1917,127,3139,"{'rz': 4798, 'sx': 61, 'measure': 60}",{'cx': 10321},"(24, 34); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_60.qasm -1918,127,129,"{'rz': 66, 'sx': 33, 'x': 21, 'measure': 16}",{'cx': 223},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_17.qasm -1919,127,42909,"{'rz': 44654, 'sx': 16374, 'x': 590, 'measure': 108}",{'cx': 240555},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_108.qasm -1920,127,27,"{'measure': 24, 'rz': 2, 'sx': 1}",{'cx': 23},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt2_24.qasm -1921,127,5904,"{'rz': 720, 'sx': 720, 'measure': 90}",{'cx': 51490},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt1_90.qasm -1922,27,76,"{'rz': 46, 'sx': 23, 'x': 15, 'measure': 11}",{'cx': 107},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",dj_mapped_ibm_montreal_qiskit_opt0_12.qasm -1923,127,4243,"{'rz': 5797, 'sx': 62, 'measure': 62}",{'cx': 25025},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_62.qasm -1924,127,328,"{'rz': 273, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 485},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qpeexact_mapped_ibm_washington_qiskit_opt2_14.qasm -1925,127,10227,"{'sx': 752, 'rz': 752, 'measure': 94}",{'cx': 66648},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_94.qasm -1926,127,10774,"{'sx': 880, 'rz': 880, 'measure': 110}",{'cx': 79576},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_110.qasm -1927,127,999,"{'rz': 1276, 'sx': 29, 'measure': 29}",{'cx': 4229},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_29.qasm -1928,127,29,"{'rz': 79, 'sx': 66, 'measure': 15, 'x': 12}",{'cx': 28},"(112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",vqe_mapped_ibm_washington_qiskit_opt3_15.qasm -1929,127,15634,"{'sx': 912, 'rz': 912, 'measure': 114}",{'cx': 106236},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_114.qasm -1930,127,45,"{'sx': 54, 'rz': 48, 'measure': 4}",{'cx': 15},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115)",tsp_mapped_ibm_washington_qiskit_opt3_4.qasm -1931,127,1215,"{'rz': 1710, 'sx': 228, 'measure': 38}",{'cx': 6480},"(21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt2_38.qasm -1932,127,7710,"{'rz': 848, 'sx': 424, 'measure': 53}",{'cx': 52365},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37)",su2random_mapped_ibm_washington_qiskit_opt0_53.qasm -1933,127,1036,"{'rz': 603, 'sx': 385, 'x': 44, 'measure': 13}",{'cx': 566},"(54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",pricingput_mapped_ibm_washington_qiskit_opt3_13.qasm -1934,127,14724,"{'rz': 15870, 'sx': 5523, 'x': 64, 'measure': 57}",{'cx': 77937},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_57.qasm -1935,27,746,"{'rz': 638, 'sx': 132, 'measure': 22}",{'cx': 2117},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt1_22.qasm -1936,127,3210,"{'sx': 424, 'rz': 424, 'measure': 53}",{'cx': 18350},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102)",su2random_mapped_ibm_washington_qiskit_opt1_53.qasm -1937,127,179,"{'rz': 82, 'sx': 42, 'x': 6, 'measure': 5}",{'cx': 88},"(62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82)",pricingput_mapped_ibm_washington_qiskit_opt1_5.qasm -1938,127,237,"{'rz': 102, 'sx': 93, 'measure': 8, 'x': 2}",{'cx': 222},"(62, 72); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83)",realamprandom_mapped_ibm_washington_qiskit_opt3_8.qasm -1939,127,148,"{'rz': 130, 'sx': 65, 'measure': 32}",{'cx': 155},"(24, 34); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (53, 41); (53, 60); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83)",dj_mapped_ibm_washington_qiskit_opt1_33.qasm -1940,127,76,"{'measure': 73, 'rz': 2, 'sx': 1}",{'cx': 72},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_73.qasm -1941,27,24,"{'rz': 24, 'sx': 15, 'measure': 7}",{'cx': 16},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",dj_mapped_ibm_montreal_qiskit_opt2_8.qasm -1942,27,791,"{'rz': 885, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 1965},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt2_26.qasm -1943,127,133,"{'sx': 128, 'rz': 64, 'measure': 33, 'x': 1}",{'cx': 64},"(31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_33.qasm -1944,127,4101,"{'rz': 6323, 'sx': 109, 'measure': 108}",{'cx': 29414},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_108.qasm -1945,127,1331,"{'rz': 3326, 'sx': 746, 'x': 79, 'measure': 52}",{'cx': 6110},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt3_52.qasm -1946,127,1216,"{'rz': 1821, 'sx': 36, 'measure': 35}",{'cx': 3603},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt1_35.qasm -1947,27,959,"{'sx': 208, 'rz': 208, 'measure': 26}",{'cx': 3553},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt2_26.qasm -1948,127,3304,"{'rz': 4565, 'sx': 55, 'measure': 55}",{'cx': 18282},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_55.qasm -1949,27,812,"{'rz': 1036, 'sx': 310, 'x': 39, 'measure': 24}",{'cx': 1662},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_25.qasm -1950,127,7697,"{'rz': 13874, 'sx': 97, 'measure': 96}",{'cx': 60251},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt0_96.qasm -1951,27,91,"{'measure': 21, 'rz': 2, 'sx': 1}",{'cx': 164},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt0_21.qasm -1952,127,4031,"{'rz': 4958, 'sx': 402, 'measure': 67}",{'cx': 20913},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt2_67.qasm -1953,27,862,"{'rz': 739, 'sx': 23, 'measure': 22}",{'cx': 2679},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt0_22.qasm -1954,127,102,"{'rz': 86, 'sx': 51, 'measure': 25}",{'cx': 82},"(16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (53, 41); (53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (91, 79); (92, 83)",dj_mapped_ibm_washington_qiskit_opt2_26.qasm -1955,27,24,"{'rz': 26, 'sx': 13, 'measure': 9}",{'cx': 21},"(11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt3_9.qasm -1956,127,5284,"{'rz': 6300, 'sx': 126, 'measure': 63, 'x': 1}",{'cx': 27489},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt0_64.qasm -1957,27,840,"{'rz': 617, 'sx': 525, 'measure': 21, 'x': 8}",{'cx': 2038},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21)",realamprandom_mapped_ibm_montreal_qiskit_opt3_21.qasm -1958,127,6908,"{'rz': 7803, 'sx': 710, 'measure': 119}",{'cx': 33465},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_119.qasm -1959,127,93,"{'measure': 90, 'rz': 2, 'sx': 1}",{'cx': 89},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_90.qasm -1960,127,3730,"{'rz': 4025, 'sx': 100, 'measure': 50, 'x': 1}",{'cx': 17079},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_51.qasm -1961,127,271,"{'rz': 190, 'sx': 114, 'measure': 20, 'x': 1}",{'cx': 341},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_20.qasm -1962,127,3850,"{'rz': 3285, 'sx': 90, 'measure': 45, 'x': 1}",{'cx': 14847},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_46.qasm -1963,127,10076,"{'rz': 10290, 'sx': 588, 'measure': 98}",{'cx': 59249},"(15, 22); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_98.qasm -1964,27,535,"{'rz': 567, 'sx': 333, 'measure': 11}",{'cx': 678},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_11.qasm -1965,127,325,"{'rz': 192, 'sx': 96, 'measure': 12}",{'cx': 1308},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_12.qasm -1966,27,253,"{'rz': 126, 'sx': 42, 'measure': 7}",{'cx': 345},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",qnn_mapped_ibm_montreal_qiskit_opt0_7.qasm -1967,127,1572,"{'rz': 2257, 'sx': 74, 'measure': 37, 'x': 1}",{'cx': 4613},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeexact_mapped_ibm_washington_qiskit_opt1_38.qasm -1968,127,6037,"{'rz': 10365, 'sx': 107, 'measure': 106}",{'cx': 33906},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_106.qasm -1969,127,238,"{'rz': 154, 'sx': 77, 'measure': 38}",{'cx': 248},"(27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 39); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (91, 79); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (111, 104)",dj_mapped_ibm_washington_qiskit_opt1_39.qasm -1970,127,8205,"{'rz': 15352, 'sx': 101, 'measure': 101}",{'cx': 67910},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt0_101.qasm -1971,127,16335,"{'sx': 864, 'rz': 864, 'measure': 108}",{'cx': 97010},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_108.qasm -1972,127,976,"{'rz': 846, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 1673},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt1_23.qasm -1973,27,360,"{'rz': 276, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 473},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18)",qpeexact_mapped_ibm_montreal_qiskit_opt1_13.qasm -1974,127,3753,"{'rz': 408, 'sx': 272, 'measure': 34}",{'cx': 19260},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20)",realamprandom_mapped_ibm_washington_qiskit_opt0_34.qasm -1975,127,22,"{'rz': 20, 'sx': 10, 'measure': 8}",{'cx': 20},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",graphstate_mapped_ibm_washington_qiskit_opt2_8.qasm -1976,127,3349,"{'rz': 400, 'sx': 400, 'measure': 50}",{'cx': 16686},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_50.qasm -1977,27,466,"{'rz': 371, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 627},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 22); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_15.qasm -1978,127,676,"{'rz': 495, 'sx': 299, 'measure': 120, 'x': 21}",{'cx': 592},"(0, 1); (0, 14); (1, 0); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt3_121.qasm -1979,127,2062,"{'rz': 4148, 'sx': 1945, 'x': 188, 'measure': 48}",{'cx': 6083},"(35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt3_49.qasm -1980,27,61,"{'sx': 56, 'rz': 28, 'measure': 15, 'x': 1}",{'cx': 28},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_15.qasm -1981,127,153,"{'sx': 148, 'rz': 74, 'measure': 38, 'x': 1}",{'cx': 74},"(32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_38.qasm -1982,127,731,"{'rz': 774, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 2446},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_22.qasm -1983,127,381,"{'rz': 282, 'sx': 141, 'measure': 70}",{'cx': 460},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104); (111, 122); (122, 111); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt1_71.qasm -1984,127,701,"{'rz': 228, 'sx': 152, 'measure': 19}",{'cx': 3627},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_19.qasm -1985,27,333,"{'rz': 316, 'sx': 98, 'x': 16, 'measure': 13}",{'cx': 452},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_14.qasm -1986,127,2561,"{'rz': 2375, 'sx': 76, 'measure': 38, 'x': 1}",{'cx': 9849},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_39.qasm -1987,27,593,"{'rz': 531, 'sx': 195, 'measure': 11, 'x': 2}",{'cx': 987},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",random_mapped_ibm_montreal_qiskit_opt0_11.qasm -1988,27,203,"{'rz': 121, 'sx': 16, 'measure': 8, 'x': 1}",{'cx': 186},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_9.qasm -1989,27,1473,"{'rz': 1248, 'sx': 498, 'x': 23, 'measure': 19}",{'cx': 2516},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt1_19.qasm -1990,127,62,"{'rz': 130, 'sx': 65, 'measure': 43}",{'cx': 211},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",graphstate_mapped_ibm_washington_qiskit_opt2_43.qasm -1991,127,475,"{'rz': 376, 'sx': 108, 'x': 15, 'measure': 14}",{'cx': 545},"(53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83)",qpeinexact_mapped_ibm_washington_qiskit_opt3_15.qasm -1992,27,177,"{'rz': 108, 'sx': 44, 'measure': 8}",{'cx': 113},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15)",ae_mapped_ibm_montreal_qiskit_opt2_8.qasm -1993,127,4672,"{'rz': 480, 'sx': 320, 'measure': 40}",{'cx': 27534},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_40.qasm -1994,127,2583,"{'rz': 5403, 'sx': 66, 'measure': 65}",{'cx': 12282},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_65.qasm -1995,127,398,"{'rz': 230, 'sx': 80, 'x': 10, 'measure': 7}",{'cx': 348},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",pricingcall_mapped_ibm_washington_qiskit_opt0_7.qasm -1996,127,249,"{'rz': 193, 'sx': 107, 'measure': 53}",{'cx': 282},"(17, 30); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 43); (35, 28); (35, 47); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (68, 55); (72, 62); (72, 81); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt2_54.qasm -1997,127,218,"{'rz': 114, 'sx': 57, 'measure': 28, 'x': 27}",{'cx': 376},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_29.qasm -1998,127,1664,"{'rz': 1652, 'sx': 218, 'measure': 37}",{'cx': 3372},"(27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100)",ae_mapped_ibm_washington_qiskit_opt2_37.qasm -1999,127,4670,"{'rz': 5994, 'sx': 444, 'measure': 74}",{'cx': 29669},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_74.qasm -2000,127,144,"{'rz': 90, 'sx': 42, 'measure': 7, 'x': 4}",{'cx': 74},"(54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66)",ae_mapped_ibm_washington_qiskit_opt3_7.qasm -2001,127,4221,"{'rz': 5432, 'sx': 61, 'measure': 60}",{'cx': 24932},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_60.qasm -2002,27,518,"{'rz': 422, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 833},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_17.qasm -2003,127,516,"{'rz': 851, 'sx': 714, 'measure': 20, 'x': 6}",{'cx': 1562},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (93, 87)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_20.qasm -2004,127,988,"{'rz': 1378, 'sx': 426, 'x': 63, 'measure': 29}",{'cx': 2362},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qpeexact_mapped_ibm_washington_qiskit_opt3_30.qasm -2005,127,6292,"{'sx': 720, 'rz': 720, 'measure': 90}",{'cx': 47643},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_90.qasm -2006,127,194,"{'rz': 150, 'sx': 83, 'measure': 41}",{'cx': 221},"(21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (28, 35); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",dj_mapped_ibm_washington_qiskit_opt2_42.qasm -2007,27,759,"{'rz': 710, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 1335},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt1_21.qasm -2008,127,7389,"{'rz': 8850, 'sx': 150, 'measure': 75, 'x': 1}",{'cx': 40416},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_76.qasm -2009,127,4951,"{'rz': 8462, 'sx': 172, 'measure': 86, 'x': 1}",{'cx': 22569},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104)",qpeexact_mapped_ibm_washington_qiskit_opt1_87.qasm -2010,27,1748,"{'rz': 1844, 'sx': 907, 'x': 89, 'measure': 21}",{'cx': 3083},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt3_21.qasm -2011,127,1844,"{'rz': 2850, 'sx': 300, 'measure': 50}",{'cx': 11362},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (34, 24); (34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt1_50.qasm -2012,27,52,"{'measure': 12, 'rz': 2, 'sx': 1}",{'cx': 95},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ghz_mapped_ibm_montreal_qiskit_opt0_12.qasm -2013,127,3965,"{'rz': 9154, 'sx': 97, 'measure': 96}",{'cx': 26073},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_96.qasm -2014,127,311,"{'rz': 251, 'sx': 149, 'measure': 63, 'x': 10}",{'cx': 312},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (24, 34); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt3_64.qasm -2015,127,3991,"{'rz': 7101, 'sx': 80, 'measure': 79}",{'cx': 18567},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_79.qasm -2016,127,6322,"{'rz': 9224, 'sx': 184, 'measure': 92, 'x': 1}",{'cx': 26490},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_93.qasm -2017,127,5205,"{'rz': 6569, 'sx': 67, 'measure': 66}",{'cx': 31841},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_66.qasm -2018,127,52,"{'rz': 122, 'sx': 61, 'measure': 35}",{'cx': 188},"(7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (102, 92)",graphstate_mapped_ibm_washington_qiskit_opt1_35.qasm -2019,127,6239,"{'rz': 9097, 'sx': 182, 'measure': 91, 'x': 1}",{'cx': 24896},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeexact_mapped_ibm_washington_qiskit_opt1_92.qasm -2020,27,1917,"{'rz': 942, 'sx': 416, 'x': 80, 'measure': 15}",{'cx': 1497},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",pricingput_mapped_ibm_montreal_qiskit_opt0_15.qasm -2021,127,20,"{'measure': 17, 'rz': 2, 'sx': 1}",{'cx': 16},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_17.qasm -2022,127,91,"{'rz': 262, 'sx': 131, 'measure': 71}",{'cx': 419},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt1_71.qasm -2023,127,33,"{'rz': 48, 'sx': 29, 'measure': 12, 'x': 2}",{'cx': 27},"(27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (35, 28); (35, 47); (47, 35); (62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",graphstate_mapped_ibm_washington_qiskit_opt3_12.qasm -2024,127,9933,"{'rz': 848, 'sx': 848, 'measure': 106}",{'cx': 74374},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_106.qasm -2025,127,3865,"{'rz': 4904, 'sx': 58, 'measure': 57}",{'cx': 20963},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_57.qasm -2026,27,1001,"{'rz': 1260, 'sx': 658, 'measure': 14}",{'cx': 2106},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_14.qasm -2027,27,78,"{'rz': 54, 'sx': 27, 'x': 19, 'measure': 13}",{'cx': 124},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",dj_mapped_ibm_montreal_qiskit_opt0_14.qasm -2028,127,4576,"{'rz': 5708, 'sx': 104, 'measure': 104}",{'cx': 25031},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_104.qasm -2029,127,105,"{'measure': 102, 'rz': 2, 'sx': 1}",{'cx': 101},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_102.qasm -2030,27,1355,"{'rz': 672, 'sx': 126, 'measure': 21}",{'cx': 4787},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt0_21.qasm -2031,127,4841,"{'rz': 6972, 'sx': 69, 'measure': 68}",{'cx': 30699},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_68.qasm -2032,127,8158,"{'rz': 648, 'sx': 432, 'measure': 54}",{'cx': 55368},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_54.qasm -2033,127,2164,"{'rz': 1983, 'sx': 200, 'measure': 34}",{'cx': 6186},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20)",ae_mapped_ibm_washington_qiskit_opt0_34.qasm -2034,127,53,"{'sx': 48, 'rz': 24, 'measure': 13, 'x': 1}",{'cx': 24},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18)",wstate_mapped_ibm_washington_qiskit_opt3_13.qasm -2035,127,12791,"{'sx': 872, 'rz': 872, 'measure': 109}",{'cx': 90227},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_109.qasm -2036,127,1305,"{'rz': 1968, 'sx': 246, 'measure': 41}",{'cx': 6738},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (71, 58); (71, 77); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qnn_mapped_ibm_washington_qiskit_opt1_41.qasm -2037,127,1794,"{'rz': 2957, 'sx': 974, 'x': 157, 'measure': 45}",{'cx': 5413},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87)",qpeexact_mapped_ibm_washington_qiskit_opt3_46.qasm -2038,127,394,"{'measure': 88, 'rz': 2, 'sx': 1}",{'cx': 699},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_88.qasm -2039,127,4026,"{'rz': 420, 'sx': 280, 'measure': 35}",{'cx': 20565},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24)",realamprandom_mapped_ibm_washington_qiskit_opt0_35.qasm -2040,127,340,"{'sx': 112, 'rz': 112, 'measure': 14}",{'cx': 847},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (71, 58); (71, 77); (77, 71)",su2random_mapped_ibm_washington_qiskit_opt2_14.qasm -2041,127,4636,"{'sx': 552, 'rz': 552, 'measure': 69}",{'cx': 26885},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt2_69.qasm -2042,127,9775,"{'rz': 736, 'sx': 736, 'measure': 92}",{'cx': 61932},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_92.qasm -2043,127,3193,"{'rz': 4426, 'sx': 458, 'measure': 77}",{'cx': 13158},"(12, 17); (15, 22); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",ae_mapped_ibm_washington_qiskit_opt2_77.qasm -2044,27,432,"{'rz': 540, 'sx': 288, 'measure': 9}",{'cx': 603},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_9.qasm -2045,27,631,"{'rz': 685, 'sx': 254, 'x': 24, 'measure': 20}",{'cx': 913},"(3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23)",ae_mapped_ibm_montreal_qiskit_opt3_20.qasm -2046,127,72,"{'rz': 282, 'sx': 141, 'measure': 75}",{'cx': 408},"(7, 8); (8, 7); (8, 16); (12, 17); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118)",graphstate_mapped_ibm_washington_qiskit_opt2_75.qasm -2047,127,149,"{'sx': 144, 'rz': 72, 'measure': 37, 'x': 1}",{'cx': 72},"(66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_37.qasm -2048,127,265,"{'rz': 120, 'sx': 80, 'measure': 10}",{'cx': 786},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_10.qasm -2049,27,889,"{'rz': 920, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 1809},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_24.qasm -2050,127,2299,"{'rz': 3128, 'sx': 88, 'measure': 44, 'x': 1}",{'cx': 6756},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qpeinexact_mapped_ibm_washington_qiskit_opt1_45.qasm -2051,127,70,"{'measure': 67, 'rz': 2, 'sx': 1}",{'cx': 66},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_67.qasm -2052,127,29,"{'rz': 144, 'sx': 72, 'measure': 72}",{'cx': 72},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_72.qasm -2053,127,220,"{'rz': 196, 'sx': 56, 'measure': 16}",{'cx': 441},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",portfolioqaoa_mapped_ibm_washington_qiskit_opt0_8.qasm -2054,127,511,"{'rz': 360, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 732},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104)",qpeexact_mapped_ibm_washington_qiskit_opt2_16.qasm -2055,27,272,"{'rz': 224, 'sx': 13, 'measure': 12}",{'cx': 695},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qftentangled_mapped_ibm_montreal_qiskit_opt0_12.qasm -2056,127,16963,"{'rz': 7054, 'sx': 4352, 'x': 120, 'measure': 23}",{'cx': 9057},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",pricingput_mapped_ibm_washington_qiskit_opt0_23.qasm -2057,127,354,"{'rz': 186, 'sx': 93, 'x': 47, 'measure': 46}",{'cx': 613},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",dj_mapped_ibm_washington_qiskit_opt0_47.qasm -2058,127,79,"{'measure': 76, 'rz': 2, 'sx': 1}",{'cx': 75},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_76.qasm -2059,127,3520,"{'rz': 4812, 'sx': 92, 'measure': 91}",{'cx': 19982},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_91.qasm -2060,127,5192,"{'sx': 680, 'rz': 680, 'measure': 85}",{'cx': 42646},"(11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 22); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_85.qasm -2061,27,552,"{'rz': 451, 'sx': 108, 'measure': 18}",{'cx': 1369},"(5, 8); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_18.qasm -2062,27,1119,"{'rz': 204, 'sx': 136, 'measure': 17}",{'cx': 3753},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",realamprandom_mapped_ibm_montreal_qiskit_opt0_17.qasm -2063,127,250,"{'rz': 170, 'sx': 102, 'measure': 18, 'x': 1}",{'cx': 304},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_18.qasm -2064,127,3439,"{'sx': 432, 'rz': 432, 'measure': 54}",{'cx': 20774},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",su2random_mapped_ibm_washington_qiskit_opt1_54.qasm -2065,127,954,"{'rz': 999, 'sx': 500, 'x': 48, 'measure': 15}",{'cx': 1311},"(82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt3_15.qasm -2066,27,87,"{'measure': 27, 'rz': 2, 'sx': 1}",{'cx': 95},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_27.qasm -2067,127,468,"{'sx': 112, 'rz': 112, 'measure': 14}",{'cx': 1071},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",su2random_mapped_ibm_washington_qiskit_opt1_14.qasm -2068,127,6195,"{'sx': 688, 'rz': 688, 'measure': 86}",{'cx': 45726},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (122, 111)",su2random_mapped_ibm_washington_qiskit_opt2_86.qasm -2069,127,1276,"{'rz': 960, 'sx': 576, 'measure': 97, 'x': 1}",{'cx': 1464},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",wstate_mapped_ibm_washington_qiskit_opt0_97.qasm -2070,127,13501,"{'sx': 848, 'rz': 848, 'measure': 106}",{'cx': 90002},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_106.qasm -2071,127,6043,"{'rz': 552, 'sx': 368, 'measure': 46}",{'cx': 37431},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_46.qasm -2072,127,10204,"{'sx': 848, 'rz': 848, 'measure': 106}",{'cx': 69571},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_106.qasm -2073,127,1098,"{'rz': 1044, 'sx': 54, 'measure': 27, 'x': 1}",{'cx': 2257},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt2_28.qasm -2074,127,532,"{'rz': 619, 'sx': 285, 'x': 32, 'measure': 18}",{'cx': 628},"(45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98)",ae_mapped_ibm_washington_qiskit_opt3_18.qasm -2075,27,395,"{'rz': 243, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 423},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_13.qasm -2076,127,565,"{'sx': 144, 'rz': 144, 'measure': 18}",{'cx': 1436},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",su2random_mapped_ibm_washington_qiskit_opt2_18.qasm -2077,127,2743,"{'rz': 2928, 'sx': 45, 'measure': 44}",{'cx': 12282},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_44.qasm -2078,127,562,"{'rz': 437, 'sx': 92, 'measure': 16}",{'cx': 588},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",ae_mapped_ibm_washington_qiskit_opt1_16.qasm -2079,127,117,"{'sx': 112, 'rz': 56, 'measure': 29, 'x': 1}",{'cx': 56},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94)",wstate_mapped_ibm_washington_qiskit_opt3_29.qasm -2080,127,1094,"{'rz': 2052, 'sx': 1062, 'measure': 18}",{'cx': 3432},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",portfoliovqe_mapped_ibm_washington_qiskit_opt0_18.qasm -2081,127,119,"{'measure': 26, 'rz': 2, 'sx': 1}",{'cx': 208},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_26.qasm -2082,127,8927,"{'sx': 728, 'rz': 728, 'measure': 91}",{'cx': 55092},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_91.qasm -2083,127,215,"{'rz': 147, 'sx': 11, 'measure': 10}",{'cx': 276},"(45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",qftentangled_mapped_ibm_washington_qiskit_opt1_10.qasm -2084,127,10649,"{'rz': 1072, 'sx': 536, 'measure': 67}",{'cx': 81894},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_67.qasm -2085,127,762,"{'sx': 160, 'rz': 160, 'measure': 20}",{'cx': 2642},"(54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt1_20.qasm -2086,27,962,"{'rz': 777, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 2442},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_22.qasm -2087,27,324,"{'sx': 88, 'rz': 88, 'measure': 11}",{'cx': 514},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",su2random_mapped_ibm_montreal_qiskit_opt2_11.qasm -2088,27,27,"{'rz': 30, 'sx': 15, 'measure': 7}",{'cx': 16},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",dj_mapped_ibm_montreal_qiskit_opt1_8.qasm -2089,127,171,"{'rz': 121, 'sx': 29, 'measure': 9, 'x': 1}",{'cx': 182},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65)",qft_mapped_ibm_washington_qiskit_opt3_9.qasm -2090,127,52,"{'rz': 53, 'sx': 31, 'measure': 13, 'x': 2}",{'cx': 34},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt3_14.qasm -2091,127,29,"{'rz': 28, 'sx': 14, 'measure': 8}",{'cx': 17},"(42, 43); (43, 42); (43, 44); (44, 43); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (111, 104); (111, 122); (122, 111)",graphstate_mapped_ibm_washington_qiskit_opt3_8.qasm -2092,27,31,"{'rz': 54, 'sx': 27, 'measure': 19}",{'cx': 43},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_19.qasm -2093,127,342,"{'rz': 242, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 369},"(45, 54); (54, 45); (54, 64); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62)",qpeinexact_mapped_ibm_washington_qiskit_opt1_12.qasm -2094,127,5269,"{'rz': 9517, 'sx': 99, 'measure': 99}",{'cx': 27637},"(12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_99.qasm -2095,127,10139,"{'rz': 11978, 'sx': 636, 'measure': 106}",{'cx': 71921},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qnn_mapped_ibm_washington_qiskit_opt1_106.qasm -2096,127,81,"{'rz': 200, 'sx': 100, 'measure': 54}",{'cx': 306},"(8, 16); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt2_54.qasm -2097,127,287,"{'sx': 88, 'rz': 88, 'measure': 11}",{'cx': 577},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt1_11.qasm -2098,127,285,"{'rz': 301, 'sx': 14, 'measure': 14}",{'cx': 923},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_14.qasm -2099,27,783,"{'rz': 827, 'sx': 725, 'measure': 22, 'x': 17}",{'cx': 2214},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_22.qasm -2100,27,57,"{'sx': 52, 'rz': 26, 'measure': 14, 'x': 1}",{'cx': 26},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_14.qasm -2101,127,3001,"{'rz': 4361, 'sx': 152, 'measure': 76, 'x': 1}",{'cx': 15360},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt2_77.qasm -2102,127,7084,"{'sx': 736, 'rz': 736, 'measure': 92}",{'cx': 56007},"(12, 17); (15, 22); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_92.qasm -2103,27,1321,"{'rz': 1290, 'sx': 158, 'measure': 27}",{'cx': 3126},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt0_27.qasm -2104,27,74,"{'measure': 25, 'rz': 22, 'sx': 16, 'x': 2}",{'cx': 51},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_25.qasm -2105,127,9284,"{'rz': 5226, 'sx': 402, 'measure': 67}",{'cx': 75465},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_67.qasm -2106,127,3045,"{'rz': 3830, 'sx': 78, 'measure': 77}",{'cx': 13669},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_77.qasm -2107,127,2577,"{'rz': 472, 'sx': 472, 'measure': 59}",{'cx': 18668},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_59.qasm -2108,127,9635,"{'rz': 14352, 'sx': 192, 'measure': 96, 'x': 1}",{'cx': 64569},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt0_97.qasm -2109,27,20,"{'rz': 52, 'sx': 26, 'measure': 18}",{'cx': 36},"(4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (11, 8); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_18.qasm -2110,127,26,"{'sx': 48, 'rz': 46, 'measure': 6}",{'cx': 15},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",routing_mapped_ibm_washington_qiskit_opt2_6.qasm -2111,127,1350,"{'sx': 580, 'rz': 480, 'measure': 127, 'x': 1}",{'cx': 1688},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_127.qasm -2112,127,10997,"{'sx': 960, 'rz': 960, 'measure': 120}",{'cx': 92054},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_120.qasm -2113,27,260,"{'rz': 206, 'sx': 89, 'measure': 8, 'x': 2}",{'cx': 192},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",random_mapped_ibm_montreal_qiskit_opt1_8.qasm -2114,127,5013,"{'rz': 5614, 'sx': 188, 'measure': 94, 'x': 1}",{'cx': 24070},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (118, 110)",qpeinexact_mapped_ibm_washington_qiskit_opt2_95.qasm -2115,127,652,"{'rz': 952, 'sx': 26, 'measure': 25}",{'cx': 2931},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_25.qasm -2116,127,306,"{'measure': 69, 'rz': 2, 'sx': 1}",{'cx': 542},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ghz_mapped_ibm_washington_qiskit_opt0_69.qasm -2117,127,873,"{'rz': 980, 'sx': 168, 'measure': 28}",{'cx': 3407},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt1_28.qasm -2118,127,166,"{'rz': 108, 'sx': 72, 'measure': 9}",{'cx': 435},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",realamprandom_mapped_ibm_washington_qiskit_opt0_9.qasm -2119,127,2231,"{'rz': 3121, 'sx': 64, 'measure': 63}",{'cx': 9327},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (118, 110)",qftentangled_mapped_ibm_washington_qiskit_opt2_63.qasm -2120,127,937,"{'sx': 200, 'rz': 200, 'measure': 25}",{'cx': 3234},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",realamprandom_mapped_ibm_washington_qiskit_opt2_25.qasm -2121,127,860,"{'rz': 1548, 'sx': 216, 'measure': 36}",{'cx': 5215},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (71, 58); (71, 77); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt2_36.qasm -2122,127,11258,"{'sx': 784, 'rz': 784, 'measure': 98}",{'cx': 72000},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_98.qasm -2123,127,1149,"{'rz': 1108, 'sx': 170, 'measure': 29}",{'cx': 2211},"(16, 26); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",ae_mapped_ibm_washington_qiskit_opt2_29.qasm -2124,127,177,"{'sx': 172, 'rz': 86, 'measure': 44, 'x': 1}",{'cx': 86},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt3_44.qasm -2125,27,61,"{'sx': 56, 'rz': 28, 'measure': 15, 'x': 1}",{'cx': 28},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_15.qasm -2126,27,499,"{'rz': 288, 'sx': 250, 'measure': 13, 'x': 6}",{'cx': 747},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt3_13.qasm -2127,127,1278,"{'sx': 256, 'rz': 256, 'measure': 32}",{'cx': 6076},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (55, 49); (55, 68); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",su2random_mapped_ibm_washington_qiskit_opt1_32.qasm -2128,127,2229,"{'rz': 6495, 'sx': 75, 'measure': 74}",{'cx': 14548},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100)",qftentangled_mapped_ibm_washington_qiskit_opt1_74.qasm -2129,27,604,"{'rz': 1370, 'sx': 768, 'measure': 18}",{'cx': 1767},"(3, 5); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_18.qasm -2130,127,6974,"{'rz': 8178, 'sx': 522, 'measure': 87}",{'cx': 37674},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_87.qasm -2131,127,5471,"{'rz': 672, 'sx': 336, 'measure': 42}",{'cx': 29898},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_42.qasm -2132,127,6887,"{'rz': 6723, 'sx': 222, 'measure': 111, 'x': 1}",{'cx': 31920},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_112.qasm -2133,127,620,"{'rz': 612, 'sx': 175, 'x': 26, 'measure': 18}",{'cx': 897},"(4, 15); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",qpeinexact_mapped_ibm_washington_qiskit_opt3_19.qasm -2134,127,1473,"{'rz': 8243, 'sx': 5441, 'measure': 49, 'x': 7}",{'cx': 8709},"(8, 16); (16, 8); (16, 26); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt3_49.qasm -2135,127,273,"{'sx': 268, 'rz': 134, 'measure': 68, 'x': 1}",{'cx': 134},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_68.qasm -2136,27,20,"{'rz': 18, 'sx': 9, 'measure': 7}",{'cx': 13},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (13, 14); (14, 13); (14, 16); (16, 14)",graphstate_mapped_ibm_montreal_qiskit_opt3_7.qasm -2137,127,5194,"{'rz': 5355, 'sx': 180, 'measure': 90, 'x': 1}",{'cx': 22044},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_91.qasm -2138,127,1111,"{'rz': 1611, 'sx': 40, 'measure': 39}",{'cx': 3765},"(16, 26); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt2_39.qasm -2139,127,9703,"{'rz': 16365, 'sx': 608, 'measure': 102}",{'cx': 66387},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt0_102.qasm -2140,127,13361,"{'rz': 948, 'sx': 632, 'measure': 79}",{'cx': 122013},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt0_79.qasm -2141,127,2829,"{'rz': 3261, 'sx': 120, 'measure': 60, 'x': 1}",{'cx': 10029},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeexact_mapped_ibm_washington_qiskit_opt2_61.qasm -2142,127,2392,"{'rz': 4380, 'sx': 79, 'measure': 78}",{'cx': 14097},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt2_78.qasm -2143,27,1366,"{'rz': 650, 'sx': 93, 'x': 41, 'measure': 7}",{'cx': 1181},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",grover-v-chain_mapped_ibm_montreal_qiskit_opt0_7.qasm -2144,127,29,"{'rz': 38, 'sx': 19, 'measure': 13}",{'cx': 37},"(27, 28); (28, 27); (28, 29); (29, 28); (52, 56); (54, 64); (56, 52); (56, 57); (57, 56); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",graphstate_mapped_ibm_washington_qiskit_opt1_13.qasm -2145,27,886,"{'rz': 1002, 'sx': 324, 'x': 49, 'measure': 23}",{'cx': 1576},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_24.qasm -2146,127,10586,"{'rz': 13771, 'sx': 188, 'measure': 94, 'x': 1}",{'cx': 70424},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt0_95.qasm -2147,127,3228,"{'rz': 4278, 'sx': 372, 'measure': 62}",{'cx': 19213},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt1_62.qasm -2148,127,1491,"{'rz': 3231, 'sx': 562, 'measure': 53, 'x': 52}",{'cx': 6138},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",qftentangled_mapped_ibm_washington_qiskit_opt3_53.qasm -2149,127,4495,"{'rz': 6178, 'sx': 65, 'measure': 64}",{'cx': 26805},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_64.qasm -2150,127,5194,"{'rz': 8081, 'sx': 166, 'measure': 83, 'x': 1}",{'cx': 23052},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeinexact_mapped_ibm_washington_qiskit_opt1_84.qasm -2151,127,753,"{'rz': 1602, 'sx': 743, 'x': 48, 'measure': 30}",{'cx': 1994},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt3_30.qasm -2152,127,6064,"{'rz': 3050, 'sx': 300, 'measure': 50}",{'cx': 39545},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_50.qasm -2153,127,4479,"{'sx': 544, 'rz': 544, 'measure': 68}",{'cx': 28561},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (110, 100)",su2random_mapped_ibm_washington_qiskit_opt2_68.qasm -2154,127,902,"{'rz': 1315, 'sx': 232, 'x': 34, 'measure': 31}",{'cx': 2402},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qftentangled_mapped_ibm_washington_qiskit_opt3_31.qasm -2155,127,3168,"{'rz': 4779, 'sx': 114, 'measure': 57, 'x': 1}",{'cx': 10981},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt1_58.qasm -2156,27,36,"{'rz': 62, 'sx': 31, 'measure': 21}",{'cx': 42},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_21.qasm -2157,127,750,"{'rz': 506, 'sx': 253, 'measure': 126}",{'cx': 1074},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (23, 24); (24, 23); (24, 34); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (126, 112)",dj_mapped_ibm_washington_qiskit_opt1_127.qasm -2158,127,1641,"{'rz': 1735, 'sx': 76, 'measure': 38, 'x': 1}",{'cx': 4335},"(35, 47); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt2_39.qasm -2159,127,2291,"{'rz': 2734, 'sx': 104, 'measure': 52, 'x': 1}",{'cx': 7659},"(28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt2_53.qasm -2160,127,84,"{'rz': 380, 'sx': 190, 'measure': 98}",{'cx': 545},"(3, 4); (4, 3); (4, 15); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt2_98.qasm -2161,27,574,"{'rz': 416, 'sx': 91, 'measure': 26}",{'cx': 1815},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt0_13.qasm -2162,127,6967,"{'rz': 8763, 'sx': 440, 'measure': 74}",{'cx': 35879},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62); (73, 66)",ae_mapped_ibm_washington_qiskit_opt0_74.qasm -2163,127,165,"{'rz': 264, 'sx': 132, 'measure': 44}",{'cx': 758},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",graphstate_mapped_ibm_washington_qiskit_opt0_44.qasm -2164,127,3188,"{'rz': 3337, 'sx': 47, 'measure': 47}",{'cx': 14750},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_47.qasm -2165,127,2790,"{'rz': 3215, 'sx': 122, 'measure': 61, 'x': 1}",{'cx': 10192},"(12, 17); (17, 12); (17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104)",qpeexact_mapped_ibm_washington_qiskit_opt2_62.qasm -2166,127,368,"{'rz': 104, 'sx': 104, 'measure': 13}",{'cx': 848},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",realamprandom_mapped_ibm_washington_qiskit_opt1_13.qasm -2167,127,13709,"{'sx': 904, 'rz': 904, 'measure': 113}",{'cx': 92285},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_113.qasm -2168,127,173,"{'sx': 168, 'rz': 84, 'measure': 43, 'x': 1}",{'cx': 84},"(31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_43.qasm -2169,127,7156,"{'rz': 11637, 'sx': 222, 'measure': 111, 'x': 1}",{'cx': 38107},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_112.qasm -2170,127,3646,"{'rz': 384, 'sx': 256, 'measure': 32}",{'cx': 17439},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_32.qasm -2171,127,1154,"{'sx': 216, 'rz': 216, 'measure': 27}",{'cx': 4495},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt1_27.qasm -2172,127,4981,"{'rz': 6006, 'sx': 200, 'measure': 100, 'x': 1}",{'cx': 26772},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_101.qasm -2173,127,282,"{'rz': 190, 'sx': 62, 'measure': 11}",{'cx': 230},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (102, 92)",ae_mapped_ibm_washington_qiskit_opt2_11.qasm -2174,127,631,"{'rz': 338, 'sx': 169, 'measure': 84, 'x': 81}",{'cx': 1092},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83)",dj_mapped_ibm_washington_qiskit_opt0_85.qasm -2175,127,8962,"{'rz': 8845, 'sx': 3033, 'measure': 43, 'x': 35}",{'cx': 40160},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_43.qasm -2176,127,379,"{'rz': 281, 'sx': 169, 'measure': 72, 'x': 10}",{'cx': 320},"(8, 16); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt3_73.qasm -2177,127,9231,"{'rz': 12371, 'sx': 178, 'measure': 89, 'x': 1}",{'cx': 58665},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_90.qasm -2178,127,8477,"{'rz': 11208, 'sx': 500, 'measure': 84}",{'cx': 49221},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt0_84.qasm -2179,127,10991,"{'rz': 824, 'sx': 824, 'measure': 103}",{'cx': 71806},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",realamprandom_mapped_ibm_washington_qiskit_opt2_103.qasm -2180,127,860,"{'measure': 110, 'rz': 2, 'sx': 1}",{'cx': 1039},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 18); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_110.qasm -2181,127,3969,"{'rz': 5487, 'sx': 560, 'measure': 94}",{'cx': 19398},"(12, 17); (15, 22); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt2_94.qasm -2182,27,503,"{'rz': 168, 'sx': 168, 'measure': 21}",{'cx': 1977},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt2_21.qasm -2183,127,3539,"{'sx': 632, 'rz': 632, 'measure': 79}",{'cx': 31285},"(12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_79.qasm -2184,27,3048,"{'rz': 1445, 'sx': 628, 'x': 32, 'measure': 13}",{'cx': 2322},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt3_13.qasm -2185,27,1638,"{'rz': 726, 'sx': 132, 'measure': 22}",{'cx': 5412},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt0_22.qasm -2186,127,4778,"{'rz': 5884, 'sx': 194, 'measure': 97, 'x': 1}",{'cx': 24246},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt2_98.qasm -2187,127,1045,"{'rz': 430, 'sx': 220, 'measure': 13, 'x': 8}",{'cx': 665},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",pricingcall_mapped_ibm_washington_qiskit_opt2_13.qasm -2188,27,634,"{'rz': 831, 'sx': 26, 'measure': 26}",{'cx': 1739},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_26.qasm -2189,27,770,"{'rz': 876, 'sx': 24, 'measure': 24}",{'cx': 2685},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt0_24.qasm -2190,127,2448,"{'rz': 3648, 'sx': 342, 'measure': 57}",{'cx': 15924},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (118, 110)",qnn_mapped_ibm_washington_qiskit_opt1_57.qasm -2191,127,335,"{'rz': 112, 'sx': 112, 'measure': 14}",{'cx': 829},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (71, 58); (71, 77); (77, 71)",realamprandom_mapped_ibm_washington_qiskit_opt2_14.qasm -2192,27,89,"{'rz': 78, 'sx': 39, 'measure': 19}",{'cx': 79},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt1_20.qasm -2193,27,26,"{'rz': 70, 'sx': 68, 'measure': 12, 'x': 2}",{'cx': 22},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",vqe_mapped_ibm_montreal_qiskit_opt1_12.qasm -2194,27,206,"{'sx': 64, 'rz': 64, 'measure': 8}",{'cx': 237},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_8.qasm -2195,127,155,"{'rz': 126, 'sx': 63, 'measure': 31}",{'cx': 169},"(34, 43); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (91, 79); (91, 98); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (110, 100)",dj_mapped_ibm_washington_qiskit_opt1_32.qasm -2196,127,4196,"{'sx': 464, 'rz': 464, 'measure': 58}",{'cx': 21816},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",su2random_mapped_ibm_washington_qiskit_opt1_58.qasm -2197,127,99,"{'rz': 62, 'sx': 7, 'measure': 7}",{'cx': 102},"(66, 73); (73, 66); (73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",qft_mapped_ibm_washington_qiskit_opt2_7.qasm -2198,127,2038,"{'rz': 1555, 'sx': 566, 'measure': 19, 'x': 12}",{'cx': 5302},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_19.qasm -2199,127,9118,"{'rz': 10908, 'sx': 606, 'measure': 101}",{'cx': 59585},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_101.qasm -2200,127,20,"{'rz': 16, 'sx': 16, 'measure': 2}",{'cx': 3},"(0, 1); (1, 0)",routing_mapped_ibm_washington_qiskit_opt1_2.qasm -2201,127,75,"{'measure': 72, 'rz': 2, 'sx': 1}",{'cx': 71},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_72.qasm -2202,127,22,"{'rz': 30, 'sx': 15, 'measure': 11}",{'cx': 23},"(44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (65, 66); (66, 65); (66, 67); (67, 66); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",graphstate_mapped_ibm_washington_qiskit_opt1_11.qasm -2203,127,1157,"{'rz': 1365, 'sx': 30, 'measure': 30}",{'cx': 4932},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_30.qasm -2204,27,59,"{'rz': 42, 'sx': 21, 'x': 15, 'measure': 10}",{'cx': 76},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (9, 8); (10, 7)",dj_mapped_ibm_montreal_qiskit_opt0_11.qasm -2205,127,6295,"{'rz': 11936, 'sx': 119, 'measure': 119}",{'cx': 41402},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_119.qasm -2206,127,7295,"{'sx': 672, 'rz': 672, 'measure': 84}",{'cx': 49000},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_84.qasm -2207,27,144,"{'rz': 90, 'sx': 42, 'measure': 7, 'x': 4}",{'cx': 74},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",ae_mapped_ibm_montreal_qiskit_opt3_7.qasm -2208,127,8105,"{'rz': 12467, 'sx': 91, 'measure': 91}",{'cx': 58365},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75)",qft_mapped_ibm_washington_qiskit_opt0_91.qasm -2209,127,434,"{'rz': 501, 'sx': 170, 'measure': 17, 'x': 13}",{'cx': 707},"(54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",qftentangled_mapped_ibm_washington_qiskit_opt3_17.qasm -2210,27,54,"{'rz': 110, 'sx': 55, 'measure': 11}",{'cx': 71},"(8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt1_11.qasm -2211,127,1210,"{'rz': 920, 'sx': 552, 'measure': 93, 'x': 1}",{'cx': 1366},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83)",wstate_mapped_ibm_washington_qiskit_opt0_93.qasm -2212,27,395,"{'rz': 228, 'sx': 72, 'measure': 12}",{'cx': 600},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qnn_mapped_ibm_montreal_qiskit_opt2_12.qasm -2213,127,9740,"{'rz': 5670, 'sx': 420, 'measure': 70}",{'cx': 81594},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",qnn_mapped_ibm_washington_qiskit_opt0_70.qasm -2214,127,28,"{'rz': 38, 'sx': 19, 'measure': 13}",{'cx': 40},"(3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (39, 33)",graphstate_mapped_ibm_washington_qiskit_opt2_13.qasm -2215,127,521,"{'rz': 427, 'sx': 98, 'measure': 28}",{'cx': 1262},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (71, 58); (71, 77); (77, 71)",portfolioqaoa_mapped_ibm_washington_qiskit_opt2_14.qasm -2216,127,492,"{'measure': 105, 'rz': 2, 'sx': 1}",{'cx': 881},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ghz_mapped_ibm_washington_qiskit_opt0_105.qasm -2217,127,2211,"{'rz': 2905, 'sx': 110, 'measure': 55, 'x': 1}",{'cx': 8508},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102)",qpeexact_mapped_ibm_washington_qiskit_opt2_56.qasm -2218,127,309,"{'rz': 242, 'sx': 66, 'measure': 11}",{'cx': 872},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_11.qasm -2219,27,19,"{'rz': 35, 'sx': 19, 'measure': 12}",{'cx': 22},"(1, 4); (4, 1); (4, 7); (7, 4); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_12.qasm -2220,127,797,"{'rz': 610, 'sx': 366, 'measure': 62, 'x': 1}",{'cx': 887},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",wstate_mapped_ibm_washington_qiskit_opt0_62.qasm -2221,27,695,"{'rz': 321, 'sx': 69, 'x': 10, 'measure': 7}",{'cx': 597},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt1_7.qasm -2222,127,10474,"{'sx': 792, 'rz': 792, 'measure': 99}",{'cx': 72080},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_99.qasm -2223,27,8406,"{'rz': 3894, 'sx': 2280, 'x': 50, 'measure': 21}",{'cx': 5027},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (20, 19)",pricingcall_mapped_ibm_montreal_qiskit_opt0_21.qasm -2224,127,12049,"{'rz': 960, 'sx': 960, 'measure': 120}",{'cx': 93330},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_120.qasm -2225,27,573,"{'rz': 714, 'sx': 24, 'measure': 24}",{'cx': 1437},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt2_24.qasm -2226,127,1486,"{'rz': 1297, 'sx': 485, 'measure': 17, 'x': 8}",{'cx': 3499},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_17.qasm -2227,127,2497,"{'rz': 2821, 'sx': 108, 'measure': 54, 'x': 1}",{'cx': 8037},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt2_55.qasm -2228,127,6456,"{'rz': 10621, 'sx': 206, 'measure': 103, 'x': 1}",{'cx': 32015},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_104.qasm -2229,127,7611,"{'rz': 7664, 'sx': 244, 'measure': 122, 'x': 1}",{'cx': 41304},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_123.qasm -2230,127,41,"{'rz': 34, 'sx': 17, 'measure': 8}",{'cx': 29},"(45, 54); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (85, 73)",dj_mapped_ibm_washington_qiskit_opt1_9.qasm -2231,127,114,"{'measure': 21, 'rz': 2, 'sx': 1}",{'cx': 203},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_21.qasm -2232,127,17078,"{'rz': 17914, 'sx': 6963, 'x': 257, 'measure': 69}",{'cx': 74919},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104)",random_mapped_ibm_washington_qiskit_opt2_69.qasm -2233,127,851,"{'measure': 104, 'rz': 2, 'sx': 1}",{'cx': 898},"(6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_104.qasm -2234,127,1269,"{'rz': 1120, 'sx': 466, 'measure': 18, 'x': 16}",{'cx': 2189},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (81, 72)",random_mapped_ibm_washington_qiskit_opt2_18.qasm -2235,127,4224,"{'rz': 1668, 'sx': 174, 'x': 73, 'measure': 9}",{'cx': 4143},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",grover-v-chain_mapped_ibm_washington_qiskit_opt0_9.qasm -2236,127,1603,"{'sx': 392, 'rz': 392, 'measure': 49}",{'cx': 11027},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (33, 20); (33, 39); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_49.qasm -2237,27,763,"{'sx': 160, 'rz': 160, 'measure': 20}",{'cx': 2389},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_20.qasm -2238,127,335,"{'rz': 112, 'sx': 112, 'measure': 14}",{'cx': 829},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (71, 58); (71, 77); (77, 71)",realamprandom_mapped_ibm_washington_qiskit_opt3_14.qasm -2239,127,8749,"{'rz': 3894, 'sx': 2280, 'x': 120, 'measure': 21}",{'cx': 4922},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",pricingput_mapped_ibm_washington_qiskit_opt0_21.qasm -2240,127,3770,"{'rz': 4779, 'sx': 166, 'measure': 83, 'x': 1}",{'cx': 17832},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qpeexact_mapped_ibm_washington_qiskit_opt2_84.qasm -2241,127,205,"{'sx': 200, 'rz': 100, 'measure': 51, 'x': 1}",{'cx': 100},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",wstate_mapped_ibm_washington_qiskit_opt1_51.qasm -2242,127,4893,"{'rz': 5586, 'sx': 184, 'measure': 92, 'x': 1}",{'cx': 22728},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt2_93.qasm -2243,127,9081,"{'rz': 13485, 'sx': 186, 'measure': 93, 'x': 1}",{'cx': 63363},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (93, 87)",qpeexact_mapped_ibm_washington_qiskit_opt0_94.qasm -2244,127,5865,"{'rz': 7624, 'sx': 728, 'measure': 122}",{'cx': 34770},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (126, 112)",ae_mapped_ibm_washington_qiskit_opt2_122.qasm -2245,127,1620,"{'sx': 384, 'rz': 384, 'measure': 48}",{'cx': 11400},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108)",su2random_mapped_ibm_washington_qiskit_opt2_48.qasm -2246,127,573,"{'rz': 408, 'sx': 102, 'measure': 17}",{'cx': 1266},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qnn_mapped_ibm_washington_qiskit_opt2_17.qasm -2247,127,1925,"{'rz': 2620, 'sx': 80, 'measure': 40, 'x': 1}",{'cx': 5432},"(35, 47); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qpeinexact_mapped_ibm_washington_qiskit_opt1_41.qasm -2248,127,13997,"{'sx': 928, 'rz': 928, 'measure': 116}",{'cx': 109280},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_116.qasm -2249,127,535,"{'rz': 423, 'sx': 253, 'measure': 108, 'x': 16}",{'cx': 484},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (41, 42); (41, 53); (42, 41); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt3_109.qasm -2250,127,92,"{'rz': 69, 'sx': 41, 'measure': 20}",{'cx': 69},"(45, 54); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83); (92, 102); (102, 92)",dj_mapped_ibm_washington_qiskit_opt2_21.qasm -2251,27,698,"{'rz': 329, 'sx': 160, 'x': 14, 'measure': 11}",{'cx': 467},"(11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",pricingput_mapped_ibm_montreal_qiskit_opt1_11.qasm -2252,127,570,"{'sx': 120, 'rz': 120, 'measure': 15}",{'cx': 1310},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",su2random_mapped_ibm_washington_qiskit_opt1_15.qasm -2253,127,63,"{'rz': 124, 'sx': 62, 'measure': 36}",{'cx': 171},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",graphstate_mapped_ibm_washington_qiskit_opt1_36.qasm -2254,127,2155,"{'rz': 5100, 'sx': 408, 'measure': 68}",{'cx': 19889},"(16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (85, 73); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_68.qasm -2255,127,775,"{'rz': 1517, 'sx': 739, 'measure': 26, 'x': 5}",{'cx': 2806},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt3_26.qasm -2256,127,247,"{'rz': 186, 'sx': 93, 'measure': 46}",{'cx': 307},"(20, 33); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (53, 41); (53, 60); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (106, 93)",dj_mapped_ibm_washington_qiskit_opt1_47.qasm -2257,127,47,"{'measure': 44, 'rz': 2, 'sx': 1}",{'cx': 43},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ghz_mapped_ibm_washington_qiskit_opt1_44.qasm -2258,127,10320,"{'rz': 6132, 'sx': 438, 'measure': 73}",{'cx': 88644},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt0_73.qasm -2259,127,370,"{'rz': 289, 'sx': 175, 'measure': 75, 'x': 11}",{'cx': 347},"(15, 22); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 81); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",dj_mapped_ibm_washington_qiskit_opt3_76.qasm -2260,127,5575,"{'rz': 7088, 'sx': 122, 'measure': 122}",{'cx': 39197},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_122.qasm -2261,127,37628,"{'rz': 53217, 'sx': 18313, 'x': 194, 'measure': 104}",{'cx': 332232},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt0_104.qasm -2262,127,3893,"{'rz': 6078, 'sx': 105, 'measure': 105}",{'cx': 26503},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qft_mapped_ibm_washington_qiskit_opt2_105.qasm -2263,127,51,"{'measure': 48, 'rz': 2, 'sx': 1}",{'cx': 47},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107)",ghz_mapped_ibm_washington_qiskit_opt3_48.qasm -2264,127,197,"{'rz': 137, 'sx': 16, 'measure': 8, 'x': 1}",{'cx': 310},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",qpeexact_mapped_ibm_washington_qiskit_opt0_9.qasm -2265,127,2431,"{'rz': 2185, 'sx': 38, 'measure': 38}",{'cx': 9641},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_38.qasm -2266,127,181,"{'rz': 180, 'sx': 54, 'measure': 9}",{'cx': 374},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",qnn_mapped_ibm_washington_qiskit_opt0_9.qasm -2267,127,26,"{'rz': 81, 'sx': 54, 'measure': 9}",{'cx': 16},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",vqe_mapped_ibm_washington_qiskit_opt0_9.qasm -2268,127,402,"{'rz': 394, 'sx': 17, 'measure': 16}",{'cx': 1356},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_16.qasm -2269,127,4293,"{'sx': 496, 'rz': 496, 'measure': 62}",{'cx': 25849},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_62.qasm -2270,127,7435,"{'rz': 600, 'sx': 400, 'measure': 50}",{'cx': 45813},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_50.qasm -2271,127,1442,"{'rz': 1614, 'sx': 74, 'measure': 37, 'x': 1}",{'cx': 3933},"(16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qpeinexact_mapped_ibm_washington_qiskit_opt2_38.qasm -2272,27,2280,"{'rz': 2291, 'sx': 841, 'x': 32, 'measure': 24}",{'cx': 4989},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_24.qasm -2273,127,1033,"{'rz': 2573, 'sx': 1377, 'x': 104, 'measure': 39}",{'cx': 3188},"(20, 33); (33, 20); (33, 39); (34, 43); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt3_39.qasm -2274,27,37,"{'sx': 32, 'rz': 16, 'measure': 9, 'x': 1}",{'cx': 16},"(17, 18); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_9.qasm -2275,127,10,"{'measure': 7, 'rz': 2, 'sx': 1}",{'cx': 6},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",ghz_mapped_ibm_washington_qiskit_opt0_7.qasm -2276,127,2542,"{'rz': 408, 'sx': 408, 'measure': 51}",{'cx': 14644},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_51.qasm -2277,127,1012,"{'rz': 1867, 'sx': 711, 'x': 64, 'measure': 35}",{'cx': 2764},"(33, 39); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",qft_mapped_ibm_washington_qiskit_opt3_35.qasm -2278,127,2630,"{'rz': 3255, 'sx': 90, 'measure': 45, 'x': 1}",{'cx': 6958},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt1_46.qasm -2279,127,11754,"{'rz': 920, 'sx': 920, 'measure': 115}",{'cx': 92633},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_115.qasm -2280,127,6581,"{'rz': 7410, 'sx': 127, 'measure': 127}",{'cx': 42558},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_127.qasm -2281,127,7147,"{'rz': 11256, 'sx': 216, 'measure': 108, 'x': 1}",{'cx': 36925},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_109.qasm -2282,27,106,"{'rz': 84, 'sx': 49, 'measure': 24}",{'cx': 97},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt2_25.qasm -2283,127,8550,"{'sx': 696, 'rz': 696, 'measure': 87}",{'cx': 53214},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_87.qasm -2284,127,120,"{'measure': 27, 'rz': 2, 'sx': 1}",{'cx': 209},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_27.qasm -2285,27,360,"{'rz': 341, 'sx': 141, 'measure': 9, 'x': 2}",{'cx': 554},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",random_mapped_ibm_montreal_qiskit_opt0_9.qasm -2286,127,1159,"{'rz': 1715, 'sx': 34, 'measure': 34}",{'cx': 3444},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt1_34.qasm -2287,127,2505,"{'rz': 2835, 'sx': 326, 'measure': 55}",{'cx': 7072},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",ae_mapped_ibm_washington_qiskit_opt2_55.qasm -2288,27,796,"{'rz': 826, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 1874},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt2_25.qasm -2289,127,5804,"{'rz': 9732, 'sx': 192, 'measure': 96, 'x': 1}",{'cx': 27988},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_97.qasm -2290,27,107,"{'measure': 25, 'rz': 2, 'sx': 1}",{'cx': 195},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt0_25.qasm -2291,127,6311,"{'rz': 640, 'sx': 640, 'measure': 80}",{'cx': 44097},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_80.qasm -2292,127,577,"{'rz': 430, 'sx': 215, 'measure': 107}",{'cx': 734},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt1_108.qasm -2293,127,4708,"{'rz': 5601, 'sx': 182, 'measure': 91, 'x': 1}",{'cx': 22011},"(11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_92.qasm -2294,27,115,"{'rz': 81, 'sx': 12, 'measure': 6, 'x': 1}",{'cx': 116},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",qpeexact_mapped_ibm_montreal_qiskit_opt0_7.qasm -2295,127,7811,"{'rz': 8069, 'sx': 3036, 'x': 122, 'measure': 46}",{'cx': 26202},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",random_mapped_ibm_washington_qiskit_opt1_46.qasm -2296,127,15398,"{'rz': 15557, 'sx': 6154, 'x': 239, 'measure': 66}",{'cx': 64329},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104)",random_mapped_ibm_washington_qiskit_opt2_66.qasm -2297,127,3754,"{'rz': 512, 'sx': 256, 'measure': 32}",{'cx': 17343},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30)",su2random_mapped_ibm_washington_qiskit_opt0_32.qasm -2298,127,392,"{'rz': 286, 'sx': 270, 'measure': 15, 'x': 1}",{'cx': 870},"(4, 15); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_15.qasm -2299,127,2796,"{'rz': 4326, 'sx': 320, 'measure': 54}",{'cx': 8481},"(20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt1_54.qasm -2300,27,147,"{'rz': 100, 'sx': 8, 'measure': 8}",{'cx': 227},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",qft_mapped_ibm_montreal_qiskit_opt0_8.qasm -2301,127,268,"{'rz': 456, 'sx': 228, 'measure': 76}",{'cx': 1510},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",graphstate_mapped_ibm_washington_qiskit_opt0_76.qasm -2302,127,6615,"{'rz': 9690, 'sx': 570, 'measure': 95}",{'cx': 54847},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_95.qasm -2303,127,671,"{'rz': 378, 'sx': 189, 'measure': 94, 'x': 85}",{'cx': 1147},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (90, 94); (91, 98); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",dj_mapped_ibm_washington_qiskit_opt0_95.qasm -2304,127,235,"{'rz': 160, 'sx': 96, 'measure': 17, 'x': 1}",{'cx': 302},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_17.qasm -2305,127,552,"{'rz': 428, 'sx': 251, 'measure': 110, 'x': 15}",{'cx': 512},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt3_111.qasm -2306,27,581,"{'rz': 585, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1152},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_19.qasm -2307,27,33,"{'rz': 26, 'sx': 13, 'measure': 9}",{'cx': 24},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",graphstate_mapped_ibm_montreal_qiskit_opt1_9.qasm -2308,27,346,"{'rz': 367, 'sx': 251, 'measure': 9, 'x': 1}",{'cx': 349},"(8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",portfoliovqe_mapped_ibm_montreal_qiskit_opt3_9.qasm -2309,127,8677,"{'rz': 13415, 'sx': 250, 'measure': 125, 'x': 1}",{'cx': 48429},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_126.qasm -2310,127,2432,"{'rz': 2303, 'sx': 40, 'measure': 39}",{'cx': 9758},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_39.qasm -2311,127,9716,"{'rz': 768, 'sx': 512, 'measure': 64}",{'cx': 74790},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_64.qasm -2312,127,707,"{'sx': 168, 'rz': 168, 'measure': 21}",{'cx': 2138},"(54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (93, 87); (93, 106); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_21.qasm -2313,127,80,"{'measure': 77, 'rz': 2, 'sx': 1}",{'cx': 76},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_77.qasm -2314,127,153,"{'rz': 87, 'sx': 12, 'measure': 6, 'x': 1}",{'cx': 177},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",qpeinexact_mapped_ibm_washington_qiskit_opt0_7.qasm -2315,27,91,"{'rz': 60, 'sx': 36, 'measure': 7, 'x': 1}",{'cx': 66},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",wstate_mapped_ibm_montreal_qiskit_opt0_7.qasm -2316,27,835,"{'rz': 830, 'sx': 326, 'measure': 15, 'x': 10}",{'cx': 1444},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_15.qasm -2317,127,560,"{'rz': 418, 'sx': 233, 'measure': 116}",{'cx': 690},"(0, 14); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt2_117.qasm -2318,127,351,"{'rz': 182, 'sx': 91, 'x': 47, 'measure': 45}",{'cx': 603},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",dj_mapped_ibm_washington_qiskit_opt0_46.qasm -2319,27,1156,"{'sx': 200, 'rz': 200, 'measure': 25}",{'cx': 4084},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt1_25.qasm -2320,127,2359,"{'rz': 20261, 'sx': 14850, 'measure': 69, 'x': 13}",{'cx': 16093},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt3_69.qasm -2321,127,59,"{'measure': 56, 'rz': 2, 'sx': 1}",{'cx': 55},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_56.qasm -2322,27,757,"{'rz': 849, 'sx': 24, 'measure': 24}",{'cx': 1635},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_24.qasm -2323,127,7732,"{'rz': 12906, 'sx': 242, 'measure': 121, 'x': 1}",{'cx': 44402},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_122.qasm -2324,127,189,"{'sx': 184, 'rz': 92, 'measure': 47, 'x': 1}",{'cx': 92},"(9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_47.qasm -2325,127,10040,"{'sx': 760, 'rz': 760, 'measure': 95}",{'cx': 65418},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_95.qasm -2326,27,788,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 2921},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt1_22.qasm -2327,127,5135,"{'rz': 6581, 'sx': 214, 'measure': 107, 'x': 1}",{'cx': 30321},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt2_108.qasm -2328,127,10739,"{'rz': 16480, 'sx': 206, 'measure': 103, 'x': 1}",{'cx': 77180},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt0_104.qasm -2329,27,73,"{'rz': 58, 'sx': 29, 'measure': 14}",{'cx': 53},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18)",dj_mapped_ibm_montreal_qiskit_opt1_15.qasm -2330,127,3082,"{'rz': 5284, 'sx': 65, 'measure': 64}",{'cx': 11814},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_64.qasm -2331,127,496,"{'rz': 360, 'sx': 216, 'measure': 37, 'x': 1}",{'cx': 579},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (35, 28); (36, 32)",wstate_mapped_ibm_washington_qiskit_opt0_37.qasm -2332,27,236,"{'rz': 130, 'sx': 112, 'measure': 8, 'x': 1}",{'cx': 222},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",su2random_mapped_ibm_montreal_qiskit_opt3_8.qasm -2333,127,4506,"{'sx': 464, 'rz': 464, 'measure': 58}",{'cx': 23356},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt1_58.qasm -2334,127,5986,"{'rz': 8934, 'sx': 78, 'measure': 77}",{'cx': 40794},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_77.qasm -2335,27,881,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 3160},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_22.qasm -2336,27,870,"{'sx': 200, 'rz': 200, 'measure': 25}",{'cx': 3178},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt2_25.qasm -2337,127,564,"{'rz': 430, 'sx': 258, 'measure': 44, 'x': 1}",{'cx': 623},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_44.qasm -2338,127,53777,"{'rz': 27679, 'sx': 563, 'measure': 15, 'x': 1}",{'cx': 59149},"(53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",grover-v-chain_mapped_ibm_washington_qiskit_opt1_15.qasm -2339,127,240,"{'rz': 140, 'sx': 49, 'measure': 14}",{'cx': 236},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",portfolioqaoa_mapped_ibm_washington_qiskit_opt2_7.qasm -2340,127,5565,"{'rz': 7070, 'sx': 126, 'measure': 126}",{'cx': 38723},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_126.qasm -2341,127,1823,"{'rz': 4803, 'sx': 2624, 'x': 139, 'measure': 51}",{'cx': 5722},"(21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt3_51.qasm -2342,127,1993,"{'rz': 1857, 'sx': 36, 'measure': 35}",{'cx': 8229},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",qftentangled_mapped_ibm_washington_qiskit_opt0_35.qasm -2343,127,928,"{'rz': 1397, 'sx': 37, 'measure': 36}",{'cx': 3172},"(28, 29); (28, 35); (29, 28); (35, 28); (35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt2_36.qasm -2344,127,4884,"{'rz': 4746, 'sx': 92, 'measure': 92}",{'cx': 20839},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qft_mapped_ibm_washington_qiskit_opt2_92.qasm -2345,127,2645,"{'sx': 440, 'rz': 440, 'measure': 55}",{'cx': 18178},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_55.qasm -2346,27,586,"{'rz': 288, 'sx': 253, 'measure': 14, 'x': 11}",{'cx': 981},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_14.qasm -2347,127,4687,"{'sx': 480, 'rz': 480, 'measure': 60}",{'cx': 23878},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_60.qasm -2348,127,35,"{'rz': 83, 'sx': 45, 'measure': 9}",{'cx': 54},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qaoa_mapped_ibm_washington_qiskit_opt3_9.qasm -2349,127,12373,"{'rz': 13093, 'sx': 4647, 'x': 62, 'measure': 52}",{'cx': 62351},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_52.qasm -2350,27,40,"{'rz': 105, 'sx': 55, 'measure': 11}",{'cx': 59},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qaoa_mapped_ibm_montreal_qiskit_opt2_11.qasm -2351,127,1366,"{'rz': 2619, 'sx': 43, 'measure': 42}",{'cx': 4971},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_42.qasm -2352,127,6323,"{'rz': 6866, 'sx': 226, 'measure': 113, 'x': 1}",{'cx': 34629},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_114.qasm -2353,27,2172,"{'rz': 1243, 'sx': 870, 'x': 38, 'measure': 17}",{'cx': 1060},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",pricingcall_mapped_ibm_montreal_qiskit_opt3_17.qasm -2354,27,881,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 3160},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt1_22.qasm -2355,127,56,"{'rz': 153, 'sx': 82, 'measure': 49, 'x': 2}",{'cx': 181},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100); (110, 118); (118, 110); (122, 123); (123, 122); (123, 124); (124, 123)",graphstate_mapped_ibm_washington_qiskit_opt3_49.qasm -2356,127,25,"{'sx': 58, 'rz': 58, 'measure': 10, 'x': 1}",{'cx': 18},"(108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",vqe_mapped_ibm_washington_qiskit_opt3_10.qasm -2357,27,4668,"{'rz': 2183, 'sx': 101, 'x': 10, 'measure': 7}",{'cx': 4224},"(8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt1_7.qasm -2358,127,9494,"{'rz': 4473, 'sx': 113, 'x': 10, 'measure': 8}",{'cx': 8127},"(66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt2_8.qasm -2359,127,125,"{'rz': 108, 'sx': 40, 'measure': 8, 'x': 4}",{'cx': 124},"(45, 54); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qft_mapped_ibm_washington_qiskit_opt3_8.qasm -2360,127,295,"{'rz': 303, 'sx': 15, 'measure': 14}",{'cx': 1020},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_14.qasm -2361,127,22,"{'measure': 19, 'rz': 2, 'sx': 1}",{'cx': 18},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77)",ghz_mapped_ibm_washington_qiskit_opt1_19.qasm -2362,127,13890,"{'rz': 1328, 'sx': 664, 'measure': 83}",{'cx': 130419},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",su2random_mapped_ibm_washington_qiskit_opt0_83.qasm -2363,127,8577,"{'sx': 600, 'rz': 600, 'measure': 75}",{'cx': 39191},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_75.qasm -2364,27,22,"{'measure': 19, 'rz': 2, 'sx': 1}",{'cx': 18},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_19.qasm -2365,27,3918,"{'rz': 1427, 'sx': 341, 'measure': 15, 'x': 10}",{'cx': 3398},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt2_15.qasm -2366,127,895,"{'sx': 487, 'rz': 371, 'measure': 110, 'x': 1}",{'cx': 1120},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_110.qasm -2367,127,2033,"{'rz': 2785, 'sx': 314, 'measure': 53}",{'cx': 6394},"(24, 34); (34, 24); (34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108)",ae_mapped_ibm_washington_qiskit_opt2_53.qasm -2368,127,98,"{'rz': 322, 'sx': 188, 'measure': 9}",{'cx': 40},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",tsp_mapped_ibm_washington_qiskit_opt0_9.qasm -2369,127,338,"{'rz': 712, 'sx': 331, 'measure': 19, 'x': 5}",{'cx': 753},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt3_19.qasm -2370,127,697,"{'rz': 390, 'sx': 195, 'measure': 97, 'x': 87}",{'cx': 1192},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt0_98.qasm -2371,127,197,"{'rz': 222, 'sx': 111, 'measure': 37}",{'cx': 652},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (35, 28); (36, 32)",graphstate_mapped_ibm_washington_qiskit_opt0_37.qasm -2372,127,3047,"{'rz': 4838, 'sx': 344, 'measure': 58}",{'cx': 9562},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt1_58.qasm -2373,27,199,"{'rz': 84, 'sx': 56, 'measure': 7}",{'cx': 303},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",realamprandom_mapped_ibm_montreal_qiskit_opt0_7.qasm -2374,127,30,"{'measure': 27, 'rz': 2, 'sx': 1}",{'cx': 26},"(67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_27.qasm -2375,27,53,"{'sx': 48, 'rz': 24, 'measure': 13, 'x': 1}",{'cx': 24},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_13.qasm -2376,27,221,"{'rz': 120, 'sx': 48, 'measure': 8}",{'cx': 249},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",qnn_mapped_ibm_montreal_qiskit_opt1_8.qasm -2377,127,561,"{'rz': 298, 'sx': 149, 'measure': 74, 'x': 71}",{'cx': 947},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (73, 66); (74, 70)",dj_mapped_ibm_washington_qiskit_opt0_75.qasm -2378,27,2096,"{'rz': 2172, 'sx': 920, 'x': 41, 'measure': 25}",{'cx': 4726},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt2_25.qasm -2379,127,1937,"{'rz': 2341, 'sx': 92, 'measure': 46, 'x': 1}",{'cx': 5868},"(34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt2_47.qasm -2380,27,409,"{'rz': 445, 'sx': 381, 'measure': 12, 'x': 5}",{'cx': 541},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_12.qasm -2381,127,1448,"{'rz': 3427, 'sx': 1221, 'x': 102, 'measure': 49}",{'cx': 5308},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",qftentangled_mapped_ibm_washington_qiskit_opt3_49.qasm -2382,127,1555,"{'rz': 3267, 'sx': 2914, 'x': 78, 'measure': 47}",{'cx': 9447},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt3_47.qasm -2383,127,58,"{'measure': 55, 'rz': 2, 'sx': 1}",{'cx': 54},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_55.qasm -2384,127,786,"{'rz': 240, 'sx': 240, 'measure': 30}",{'cx': 4867},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (97, 98); (98, 91); (98, 97)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_30.qasm -2385,127,533,"{'rz': 594, 'sx': 212, 'x': 36, 'measure': 17}",{'cx': 815},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",qpeexact_mapped_ibm_washington_qiskit_opt3_18.qasm -2386,127,10371,"{'rz': 15550, 'sx': 200, 'measure': 100, 'x': 1}",{'cx': 73142},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt0_101.qasm -2387,27,484,"{'rz': 120, 'sx': 120, 'measure': 15}",{'cx': 1264},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_15.qasm -2388,127,134,"{'rz': 458, 'sx': 229, 'measure': 109}",{'cx': 661},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_109.qasm -2389,27,33,"{'rz': 65, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 39},"(4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (14, 11); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18); (22, 25); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_18.qasm -2390,127,5632,"{'rz': 7093, 'sx': 124, 'measure': 124}",{'cx': 39771},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_124.qasm -2391,27,1073,"{'rz': 1425, 'sx': 793, 'measure': 18}",{'cx': 2202},"(3, 5); (5, 3); (5, 8); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_18.qasm -2392,127,4680,"{'rz': 468, 'sx': 312, 'measure': 39}",{'cx': 26403},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_39.qasm -2393,127,11134,"{'rz': 1136, 'sx': 568, 'measure': 71}",{'cx': 93678},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69)",su2random_mapped_ibm_washington_qiskit_opt0_71.qasm -2394,27,81,"{'sx': 76, 'rz': 38, 'measure': 20, 'x': 1}",{'cx': 38},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_20.qasm -2395,127,9242,"{'sx': 768, 'rz': 768, 'measure': 96}",{'cx': 59747},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_96.qasm -2396,27,410,"{'rz': 375, 'sx': 17, 'measure': 16}",{'cx': 723},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_16.qasm -2397,27,389,"{'rz': 296, 'sx': 74, 'measure': 13}",{'cx': 396},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt1_13.qasm -2398,127,1584,"{'sx': 272, 'rz': 272, 'measure': 34}",{'cx': 7321},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (85, 73); (91, 79); (91, 98); (98, 91)",realamprandom_mapped_ibm_washington_qiskit_opt1_34.qasm -2399,27,30,"{'rz': 77, 'sx': 64, 'measure': 14, 'x': 10}",{'cx': 26},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt3_14.qasm -2400,127,17183,"{'rz': 20224, 'sx': 6994, 'x': 83, 'measure': 64}",{'cx': 100398},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_64.qasm -2401,27,35,"{'rz': 114, 'sx': 60, 'measure': 12}",{'cx': 48},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt2_12.qasm -2402,127,12094,"{'rz': 888, 'sx': 592, 'measure': 74}",{'cx': 104091},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt0_74.qasm -2403,127,191,"{'rz': 282, 'sx': 141, 'measure': 47}",{'cx': 623},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",graphstate_mapped_ibm_washington_qiskit_opt0_47.qasm -2404,127,509,"{'sx': 168, 'rz': 168, 'measure': 21}",{'cx': 1986},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt2_21.qasm -2405,127,3139,"{'rz': 5222, 'sx': 362, 'measure': 61}",{'cx': 10453},"(8, 16); (16, 8); (16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93); (110, 100)",ae_mapped_ibm_washington_qiskit_opt1_61.qasm -2406,127,28450,"{'rz': 10720, 'sx': 488, 'x': 193, 'measure': 13}",{'cx': 25881},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",grover-v-chain_mapped_ibm_washington_qiskit_opt0_13.qasm -2407,127,3850,"{'rz': 3285, 'sx': 90, 'measure': 45, 'x': 1}",{'cx': 14847},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_46.qasm -2408,127,659,"{'sx': 136, 'rz': 136, 'measure': 17}",{'cx': 1724},"(72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt1_17.qasm -2409,127,1682,"{'rz': 1612, 'sx': 627, 'x': 23, 'measure': 21}",{'cx': 3385},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",random_mapped_ibm_washington_qiskit_opt1_21.qasm -2410,27,302,"{'rz': 203, 'sx': 60, 'measure': 10, 'x': 9}",{'cx': 259},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_11.qasm -2411,127,2622,"{'sx': 376, 'rz': 376, 'measure': 47}",{'cx': 15104},"(24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt1_47.qasm -2412,27,371,"{'rz': 281, 'sx': 129, 'measure': 18, 'x': 2}",{'cx': 454},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt3_9.qasm -2413,127,6113,"{'rz': 10342, 'sx': 602, 'measure': 101}",{'cx': 28289},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_101.qasm -2414,127,30,"{'rz': 72, 'sx': 48, 'measure': 6}",{'cx': 15},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4)",routing_mapped_ibm_washington_qiskit_opt0_6.qasm -2415,127,963,"{'rz': 200, 'sx': 200, 'measure': 25}",{'cx': 3949},"(54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_25.qasm -2416,127,9231,"{'rz': 12371, 'sx': 178, 'measure': 89, 'x': 1}",{'cx': 58665},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_90.qasm -2417,127,8506,"{'rz': 4662, 'sx': 378, 'measure': 63}",{'cx': 65999},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_63.qasm -2418,127,286,"{'rz': 230, 'sx': 115, 'measure': 57}",{'cx': 378},"(15, 22); (16, 26); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 39); (34, 24); (34, 43); (35, 28); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (111, 104)",dj_mapped_ibm_washington_qiskit_opt1_58.qasm -2419,127,129,"{'rz': 144, 'sx': 96, 'measure': 16}",{'cx': 258},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",vqe_mapped_ibm_washington_qiskit_opt0_16.qasm -2420,127,1238,"{'rz': 1203, 'sx': 152, 'measure': 26}",{'cx': 2909},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_26.qasm -2421,27,352,"{'rz': 222, 'sx': 189, 'measure': 10, 'x': 6}",{'cx': 395},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_10.qasm -2422,127,3029,"{'sx': 456, 'rz': 456, 'measure': 57}",{'cx': 21441},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_57.qasm -2423,127,491,"{'rz': 792, 'sx': 418, 'measure': 11}",{'cx': 1044},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",portfoliovqe_mapped_ibm_washington_qiskit_opt0_11.qasm -2424,127,31,"{'measure': 28, 'rz': 2, 'sx': 1}",{'cx': 27},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",ghz_mapped_ibm_washington_qiskit_opt1_28.qasm -2425,127,115,"{'rz': 62, 'sx': 31, 'x': 19, 'measure': 15}",{'cx': 186},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_16.qasm -2426,127,16,"{'measure': 13, 'rz': 2, 'sx': 1}",{'cx': 12},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",ghz_mapped_ibm_washington_qiskit_opt2_13.qasm -2427,127,4612,"{'rz': 5077, 'sx': 59, 'measure': 58}",{'cx': 24114},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_58.qasm -2428,127,64,"{'rz': 324, 'sx': 162, 'measure': 82}",{'cx': 466},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_82.qasm -2429,127,96,"{'rz': 370, 'sx': 185, 'measure': 93}",{'cx': 585},"(3, 4); (4, 3); (4, 15); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118)",graphstate_mapped_ibm_washington_qiskit_opt2_93.qasm -2430,127,324,"{'rz': 233, 'sx': 68, 'measure': 12}",{'cx': 285},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",ae_mapped_ibm_washington_qiskit_opt2_12.qasm -2431,127,253,"{'sx': 248, 'rz': 124, 'measure': 63, 'x': 1}",{'cx': 124},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",wstate_mapped_ibm_washington_qiskit_opt1_63.qasm -2432,127,111,"{'rz': 500, 'sx': 250, 'measure': 124}",{'cx': 820},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_124.qasm -2433,127,2412,"{'rz': 3686, 'sx': 290, 'measure': 49}",{'cx': 6757},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87)",ae_mapped_ibm_washington_qiskit_opt1_49.qasm -2434,127,5808,"{'rz': 672, 'sx': 672, 'measure': 84}",{'cx': 41579},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_84.qasm -2435,127,43,"{'rz': 123, 'sx': 65, 'measure': 13}",{'cx': 67},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",qaoa_mapped_ibm_washington_qiskit_opt3_13.qasm -2436,127,7198,"{'rz': 8994, 'sx': 446, 'measure': 75}",{'cx': 38232},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",ae_mapped_ibm_washington_qiskit_opt0_75.qasm -2437,127,7851,"{'rz': 12644, 'sx': 654, 'measure': 109}",{'cx': 73252},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_109.qasm -2438,127,3289,"{'rz': 5319, 'sx': 542, 'measure': 91}",{'cx': 18597},"(17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_91.qasm -2439,27,810,"{'rz': 732, 'sx': 122, 'measure': 21}",{'cx': 1182},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt1_21.qasm -2440,127,601,"{'rz': 449, 'sx': 263, 'measure': 116, 'x': 13}",{'cx': 572},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (109, 96); (110, 100); (110, 118); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt3_117.qasm -2441,27,1666,"{'rz': 1553, 'sx': 634, 'x': 22, 'measure': 21}",{'cx': 3307},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_21.qasm -2442,27,29,"{'sx': 24, 'rz': 12, 'measure': 7, 'x': 1}",{'cx': 12},"(17, 18); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_7.qasm -2443,127,6154,"{'rz': 4901, 'sx': 1732, 'measure': 33, 'x': 29}",{'cx': 22601},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31)",random_mapped_ibm_washington_qiskit_opt0_33.qasm -2444,127,4576,"{'rz': 4930, 'sx': 172, 'measure': 86, 'x': 1}",{'cx': 19506},"(4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_87.qasm -2445,127,274,"{'rz': 190, 'sx': 12, 'measure': 12}",{'cx': 369},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",qft_mapped_ibm_washington_qiskit_opt2_12.qasm -2446,127,41,"{'rz': 26, 'sx': 13, 'measure': 11}",{'cx': 32},"(35, 47); (46, 47); (47, 35); (47, 46); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",graphstate_mapped_ibm_washington_qiskit_opt2_11.qasm -2447,27,720,"{'rz': 1087, 'sx': 623, 'measure': 16}",{'cx': 1467},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_16.qasm -2448,127,1888,"{'rz': 2500, 'sx': 100, 'measure': 50, 'x': 1}",{'cx': 7062},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt2_51.qasm -2449,127,707,"{'rz': 685, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 1375},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",qpeexact_mapped_ibm_washington_qiskit_opt2_22.qasm -2450,127,5229,"{'rz': 656, 'sx': 328, 'measure': 41}",{'cx': 28605},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_41.qasm -2451,127,748,"{'rz': 216, 'sx': 144, 'measure': 18}",{'cx': 3432},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_18.qasm -2452,127,73,"{'rz': 142, 'sx': 71, 'measure': 41}",{'cx': 260},"(8, 16); (16, 8); (16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120)",graphstate_mapped_ibm_washington_qiskit_opt1_41.qasm -2453,127,1975,"{'rz': 3068, 'sx': 312, 'measure': 52}",{'cx': 12580},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt1_52.qasm -2454,27,69,"{'sx': 64, 'rz': 32, 'measure': 17, 'x': 1}",{'cx': 32},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_17.qasm -2455,127,178,"{'rz': 109, 'sx': 44, 'measure': 8}",{'cx': 113},"(55, 68); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",ae_mapped_ibm_washington_qiskit_opt2_8.qasm -2456,127,2214,"{'rz': 4923, 'sx': 62, 'measure': 61}",{'cx': 10617},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (102, 92)",qftentangled_mapped_ibm_washington_qiskit_opt1_61.qasm -2457,127,612,"{'rz': 1585, 'sx': 872, 'measure': 18}",{'cx': 1755},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85)",portfoliovqe_mapped_ibm_washington_qiskit_opt2_18.qasm -2458,127,404,"{'rz': 260, 'sx': 78, 'measure': 13}",{'cx': 700},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62)",qnn_mapped_ibm_washington_qiskit_opt2_13.qasm -2459,127,511,"{'rz': 360, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 732},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104)",qpeinexact_mapped_ibm_washington_qiskit_opt2_16.qasm -2460,127,6637,"{'rz': 564, 'sx': 376, 'measure': 47}",{'cx': 41616},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_47.qasm -2461,127,112,"{'rz': 462, 'sx': 231, 'measure': 115}",{'cx': 745},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_115.qasm -2462,27,605,"{'rz': 716, 'sx': 25, 'measure': 24}",{'cx': 1532},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt2_24.qasm -2463,127,88,"{'rz': 150, 'sx': 75, 'measure': 45}",{'cx': 243},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119)",graphstate_mapped_ibm_washington_qiskit_opt1_45.qasm -2464,127,7396,"{'rz': 784, 'sx': 784, 'measure': 98}",{'cx': 59760},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_98.qasm -2465,27,3689,"{'rz': 1823, 'sx': 78, 'measure': 7, 'x': 1}",{'cx': 3210},"(8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16)",grover-noancilla_mapped_ibm_montreal_qiskit_opt2_7.qasm -2466,127,2567,"{'rz': 8172, 'sx': 6938, 'x': 355, 'measure': 59}",{'cx': 16494},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83)",su2random_mapped_ibm_washington_qiskit_opt3_59.qasm -2467,127,8765,"{'rz': 9302, 'sx': 3694, 'x': 163, 'measure': 51}",{'cx': 32703},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_51.qasm -2468,127,201,"{'sx': 196, 'rz': 98, 'measure': 50, 'x': 1}",{'cx': 98},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_50.qasm -2469,127,3886,"{'sx': 504, 'rz': 504, 'measure': 63}",{'cx': 22457},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_63.qasm -2470,27,2513,"{'rz': 416, 'sx': 208, 'measure': 26}",{'cx': 10461},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt0_26.qasm -2471,127,279,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 726},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",su2random_mapped_ibm_washington_qiskit_opt1_12.qasm -2472,127,2581,"{'sx': 368, 'rz': 368, 'measure': 46}",{'cx': 13563},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_46.qasm -2473,127,64,"{'rz': 60, 'sx': 36, 'measure': 7, 'x': 1}",{'cx': 12},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",wstate_mapped_ibm_washington_qiskit_opt0_7.qasm -2474,127,18,"{'measure': 15, 'rz': 2, 'sx': 1}",{'cx': 14},"(112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_15.qasm -2475,27,412,"{'rz': 769, 'sx': 420, 'measure': 19, 'x': 11}",{'cx': 751},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_19.qasm -2476,127,3460,"{'rz': 2694, 'sx': 236, 'measure': 40}",{'cx': 10533},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_40.qasm -2477,127,589,"{'rz': 1092, 'sx': 572, 'measure': 13}",{'cx': 1590},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",portfoliovqe_mapped_ibm_washington_qiskit_opt0_13.qasm -2478,27,942,"{'sx': 168, 'rz': 168, 'measure': 21}",{'cx': 2745},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt1_21.qasm -2479,27,101,"{'sx': 84, 'rz': 42, 'measure': 22, 'x': 1}",{'cx': 60},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_22.qasm -2480,127,18,"{'measure': 15, 'rz': 2, 'sx': 1}",{'cx': 14},"(37, 38); (37, 52); (38, 37); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt1_15.qasm -2481,27,578,"{'rz': 629, 'sx': 190, 'x': 29, 'measure': 18}",{'cx': 1009},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_19.qasm -2482,127,690,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1851},"(45, 54); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83)",realamprandom_mapped_ibm_washington_qiskit_opt2_19.qasm -2483,127,44,"{'measure': 41, 'rz': 2, 'sx': 1}",{'cx': 40},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt3_41.qasm -2484,127,6719,"{'rz': 10604, 'sx': 108, 'measure': 108}",{'cx': 34390},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_108.qasm -2485,127,3754,"{'sx': 520, 'rz': 520, 'measure': 65}",{'cx': 23957},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_65.qasm -2486,127,5185,"{'rz': 10723, 'sx': 109, 'measure': 109}",{'cx': 33975},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_109.qasm -2487,27,38994,"{'rz': 18316, 'sx': 137, 'x': 10, 'measure': 10}",{'cx': 37419},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt1_10.qasm -2488,27,366,"{'rz': 272, 'sx': 125, 'measure': 11, 'x': 3}",{'cx': 477},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",qnn_mapped_ibm_montreal_qiskit_opt3_11.qasm -2489,127,169,"{'sx': 164, 'rz': 82, 'measure': 42, 'x': 1}",{'cx': 82},"(9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_42.qasm -2490,127,584,"{'measure': 125, 'rz': 2, 'sx': 1}",{'cx': 1045},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_125.qasm -2491,127,89,"{'sx': 84, 'rz': 42, 'measure': 22, 'x': 1}",{'cx': 42},"(87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_22.qasm -2492,127,113,"{'rz': 89, 'sx': 53, 'measure': 24, 'x': 2}",{'cx': 87},"(20, 33); (33, 20); (33, 39); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (53, 41); (53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83); (92, 102); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",dj_mapped_ibm_washington_qiskit_opt3_25.qasm -2493,127,9596,"{'rz': 12198, 'sx': 642, 'measure': 107}",{'cx': 74990},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_107.qasm -2494,27,712,"{'rz': 588, 'sx': 126, 'measure': 21}",{'cx': 1997},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (25, 22)",qnn_mapped_ibm_montreal_qiskit_opt1_21.qasm -2495,27,706,"{'rz': 816, 'sx': 249, 'x': 26, 'measure': 21}",{'cx': 1294},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_22.qasm -2496,127,229,"{'sx': 224, 'rz': 112, 'measure': 57, 'x': 1}",{'cx': 112},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_57.qasm -2497,127,9220,"{'sx': 800, 'rz': 800, 'measure': 100}",{'cx': 70152},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",su2random_mapped_ibm_washington_qiskit_opt2_100.qasm -2498,127,96,"{'rz': 114, 'sx': 57, 'measure': 19}",{'cx': 313},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_19.qasm -2499,127,294,"{'rz': 146, 'sx': 73, 'measure': 36, 'x': 33}",{'cx': 495},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (35, 28); (36, 32)",dj_mapped_ibm_washington_qiskit_opt0_37.qasm -2500,127,1353,"{'rz': 1817, 'sx': 35, 'measure': 35}",{'cx': 3638},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt1_35.qasm -2501,127,175,"{'rz': 300, 'sx': 150, 'measure': 50}",{'cx': 854},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48)",graphstate_mapped_ibm_washington_qiskit_opt0_50.qasm -2502,27,810,"{'rz': 553, 'sx': 20, 'measure': 19}",{'cx': 1911},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qftentangled_mapped_ibm_montreal_qiskit_opt0_19.qasm -2503,127,184,"{'rz': 56, 'sx': 56, 'measure': 7}",{'cx': 192},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_7.qasm -2504,127,11,"{'measure': 8, 'rz': 2, 'sx': 1}",{'cx': 7},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119)",ghz_mapped_ibm_washington_qiskit_opt2_8.qasm -2505,27,333,"{'rz': 278, 'sx': 113, 'measure': 10, 'x': 7}",{'cx': 378},"(8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",random_mapped_ibm_montreal_qiskit_opt1_10.qasm -2506,127,82,"{'rz': 74, 'sx': 37, 'measure': 18}",{'cx': 66},"(44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (85, 73)",dj_mapped_ibm_washington_qiskit_opt1_19.qasm -2507,127,873,"{'measure': 117, 'rz': 2, 'sx': 1}",{'cx': 956},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_117.qasm -2508,127,4536,"{'sx': 536, 'rz': 536, 'measure': 67}",{'cx': 30830},"(21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_67.qasm -2509,127,230,"{'rz': 115, 'sx': 98, 'measure': 8, 'x': 2}",{'cx': 227},"(28, 35); (35, 28); (35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45)",su2random_mapped_ibm_washington_qiskit_opt3_8.qasm -2510,27,225,"{'rz': 218, 'sx': 84, 'measure': 11, 'x': 5}",{'cx': 273},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qftentangled_mapped_ibm_montreal_qiskit_opt3_11.qasm -2511,127,850,"{'rz': 945, 'sx': 140, 'measure': 24}",{'cx': 1530},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",ae_mapped_ibm_washington_qiskit_opt1_24.qasm -2512,127,548,"{'rz': 465, 'sx': 391, 'measure': 16, 'x': 13}",{'cx': 1144},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",realamprandom_mapped_ibm_washington_qiskit_opt3_16.qasm -2513,27,1318,"{'rz': 252, 'sx': 168, 'measure': 21}",{'cx': 5322},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_21.qasm -2514,127,353,"{'rz': 208, 'sx': 104, 'measure': 13}",{'cx': 1590},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_13.qasm -2515,127,728,"{'rz': 1482, 'sx': 626, 'x': 57, 'measure': 30}",{'cx': 1997},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt3_30.qasm -2516,127,3126,"{'rz': 20105, 'sx': 13356, 'measure': 73, 'x': 32}",{'cx': 20932},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (122, 111)",qnn_mapped_ibm_washington_qiskit_opt3_73.qasm -2517,127,625,"{'rz': 512, 'sx': 434, 'x': 16, 'measure': 16}",{'cx': 1138},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt3_16.qasm -2518,127,289,"{'sx': 284, 'rz': 142, 'measure': 72, 'x': 1}",{'cx': 142},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_72.qasm -2519,127,1427,"{'rz': 1509, 'sx': 60, 'measure': 30, 'x': 1}",{'cx': 5267},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_31.qasm -2520,127,1126,"{'rz': 890, 'sx': 534, 'measure': 90, 'x': 1}",{'cx': 1168},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_90.qasm -2521,127,9378,"{'rz': 14647, 'sx': 194, 'measure': 97, 'x': 1}",{'cx': 67784},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt0_98.qasm -2522,127,6516,"{'rz': 10598, 'sx': 614, 'measure': 103}",{'cx': 30610},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_103.qasm -2523,27,1909,"{'rz': 2016, 'sx': 726, 'measure': 23, 'x': 20}",{'cx': 4166},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_23.qasm -2524,27,22,"{'rz': 46, 'sx': 44, 'measure': 8, 'x': 2}",{'cx': 14},"(12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt3_8.qasm -2525,127,379,"{'rz': 308, 'sx': 80, 'measure': 14}",{'cx': 407},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44)",ae_mapped_ibm_washington_qiskit_opt2_14.qasm -2526,127,112,"{'measure': 19, 'rz': 2, 'sx': 1}",{'cx': 201},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_19.qasm -2527,127,281,"{'sx': 276, 'rz': 138, 'measure': 70, 'x': 1}",{'cx': 138},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_70.qasm -2528,27,2277,"{'rz': 1178, 'sx': 590, 'x': 28, 'measure': 11}",{'cx': 1627},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt3_11.qasm -2529,27,12,"{'measure': 9, 'rz': 2, 'sx': 1}",{'cx': 8},"(17, 18); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt3_9.qasm -2530,127,2555,"{'rz': 3772, 'sx': 73, 'measure': 72}",{'cx': 12370},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (118, 110)",qftentangled_mapped_ibm_washington_qiskit_opt2_72.qasm -2531,127,688,"{'rz': 774, 'sx': 294, 'x': 31, 'measure': 21}",{'cx': 923},"(38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt3_21.qasm -2532,27,326,"{'rz': 336, 'sx': 182, 'measure': 7}",{'cx': 303},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_7.qasm -2533,127,110,"{'rz': 396, 'sx': 198, 'measure': 102}",{'cx': 642},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_102.qasm -2534,127,8186,"{'rz': 9690, 'sx': 570, 'measure': 95}",{'cx': 51185},"(11, 12); (12, 11); (12, 17); (15, 22); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_95.qasm -2535,27,360,"{'rz': 306, 'sx': 155, 'x': 22, 'measure': 10}",{'cx': 332},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",random_mapped_ibm_montreal_qiskit_opt3_10.qasm -2536,127,8121,"{'rz': 12399, 'sx': 234, 'measure': 117, 'x': 1}",{'cx': 42205},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_118.qasm -2537,127,12000,"{'rz': 900, 'sx': 600, 'measure': 75}",{'cx': 102417},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt0_75.qasm -2538,127,1545,"{'rz': 2147, 'sx': 1898, 'x': 54, 'measure': 40}",{'cx': 6939},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (85, 73); (85, 86); (86, 85); (91, 79)",su2random_mapped_ibm_washington_qiskit_opt3_40.qasm -2539,127,367,"{'rz': 270, 'sx': 135, 'measure': 67}",{'cx': 391},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt1_68.qasm -2540,27,15,"{'measure': 12, 'rz': 2, 'sx': 1}",{'cx': 11},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_12.qasm -2541,127,60,"{'measure': 57, 'rz': 2, 'sx': 1}",{'cx': 56},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_57.qasm -2542,127,192,"{'rz': 450, 'sx': 225, 'measure': 75}",{'cx': 1365},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (73, 66); (74, 70)",graphstate_mapped_ibm_washington_qiskit_opt0_75.qasm -2543,127,1627,"{'sx': 328, 'rz': 328, 'measure': 41}",{'cx': 9929},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt1_41.qasm -2544,127,577,"{'measure': 118, 'rz': 2, 'sx': 1}",{'cx': 1038},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_118.qasm -2545,127,11072,"{'sx': 776, 'rz': 776, 'measure': 97}",{'cx': 70283},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_97.qasm -2546,127,929,"{'rz': 1469, 'sx': 639, 'x': 52, 'measure': 29}",{'cx': 1816},"(20, 33); (33, 20); (33, 39); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",ae_mapped_ibm_washington_qiskit_opt3_29.qasm -2547,27,53,"{'sx': 48, 'rz': 24, 'measure': 13, 'x': 1}",{'cx': 24},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_13.qasm -2548,27,345,"{'rz': 219, 'sx': 56, 'measure': 10}",{'cx': 381},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ae_mapped_ibm_montreal_qiskit_opt0_10.qasm -2549,27,474,"{'sx': 144, 'rz': 144, 'measure': 18}",{'cx': 1441},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt2_18.qasm -2550,27,840,"{'rz': 617, 'sx': 525, 'measure': 21, 'x': 8}",{'cx': 2038},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_21.qasm -2551,127,603,"{'rz': 579, 'sx': 21, 'measure': 21}",{'cx': 1215},"(54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83)",qft_mapped_ibm_washington_qiskit_opt2_21.qasm -2552,127,231,"{'rz': 209, 'sx': 68, 'measure': 11, 'x': 4}",{'cx': 290},"(40, 41); (41, 40); (41, 53); (53, 41); (53, 60); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (72, 62)",qftentangled_mapped_ibm_washington_qiskit_opt3_11.qasm -2553,127,7821,"{'rz': 8388, 'sx': 3330, 'x': 129, 'measure': 48}",{'cx': 28048},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87)",random_mapped_ibm_washington_qiskit_opt2_48.qasm -2554,27,1054,"{'rz': 858, 'sx': 156, 'measure': 26}",{'cx': 3159},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt1_26.qasm -2555,127,342,"{'rz': 276, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 452},"(73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",qpeexact_mapped_ibm_washington_qiskit_opt1_13.qasm -2556,27,58,"{'measure': 13, 'rz': 2, 'sx': 1}",{'cx': 102},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ghz_mapped_ibm_montreal_qiskit_opt0_13.qasm -2557,127,718,"{'rz': 386, 'sx': 136, 'x': 8, 'measure': 7}",{'cx': 548},"(45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt3_7.qasm -2558,127,1995,"{'rz': 14373, 'sx': 10416, 'measure': 59, 'x': 11}",{'cx': 12051},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt3_59.qasm -2559,27,206,"{'rz': 157, 'sx': 11, 'measure': 10}",{'cx': 477},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qftentangled_mapped_ibm_montreal_qiskit_opt0_10.qasm -2560,127,3802,"{'sx': 552, 'rz': 552, 'measure': 69}",{'cx': 25651},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83); (93, 87); (93, 106); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_69.qasm -2561,27,1029,"{'rz': 972, 'sx': 408, 'x': 19, 'measure': 17}",{'cx': 1696},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt1_17.qasm -2562,127,11457,"{'rz': 928, 'sx': 928, 'measure': 116}",{'cx': 88151},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_116.qasm -2563,127,971,"{'rz': 950, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 2154},"(33, 39); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt2_27.qasm -2564,27,847,"{'rz': 807, 'sx': 24, 'measure': 23}",{'cx': 2715},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt0_23.qasm -2565,127,5027,"{'rz': 4931, 'sx': 1852, 'x': 78, 'measure': 37}",{'cx': 14693},"(34, 43); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (102, 92)",random_mapped_ibm_washington_qiskit_opt2_37.qasm -2566,27,2472,"{'rz': 312, 'sx': 208, 'measure': 26}",{'cx': 9669},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt0_26.qasm -2567,127,873,"{'rz': 490, 'sx': 245, 'measure': 122, 'x': 109}",{'cx': 1502},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111)",dj_mapped_ibm_washington_qiskit_opt0_123.qasm -2568,27,217,"{'rz': 209, 'sx': 17, 'measure': 12}",{'cx': 390},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15)",qftentangled_mapped_ibm_montreal_qiskit_opt3_12.qasm -2569,127,2309,"{'sx': 336, 'rz': 336, 'measure': 42}",{'cx': 11018},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100)",realamprandom_mapped_ibm_washington_qiskit_opt1_42.qasm -2570,127,555,"{'rz': 302, 'sx': 151, 'measure': 75, 'x': 73}",{'cx': 945},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76)",dj_mapped_ibm_washington_qiskit_opt0_76.qasm -2571,127,983,"{'rz': 1946, 'sx': 752, 'x': 85, 'measure': 36}",{'cx': 2821},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt3_36.qasm -2572,127,341,"{'rz': 361, 'sx': 225, 'measure': 9}",{'cx': 390},"(86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (122, 111)",portfoliovqe_mapped_ibm_washington_qiskit_opt1_9.qasm -2573,27,70,"{'sx': 143, 'rz': 141, 'measure': 9}",{'cx': 40},"(17, 18); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",tsp_mapped_ibm_montreal_qiskit_opt1_9.qasm -2574,127,2403,"{'rz': 2713, 'sx': 1334, 'x': 135, 'measure': 24}",{'cx': 4639},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt3_24.qasm -2575,127,616,"{'rz': 330, 'sx': 165, 'measure': 82, 'x': 81}",{'cx': 1063},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",dj_mapped_ibm_washington_qiskit_opt0_83.qasm -2576,127,9655,"{'rz': 744, 'sx': 496, 'measure': 62}",{'cx': 71439},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_62.qasm -2577,127,10547,"{'sx': 912, 'rz': 912, 'measure': 114}",{'cx': 89142},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_114.qasm -2578,127,3253,"{'rz': 4674, 'sx': 88, 'measure': 88}",{'cx': 18796},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt2_88.qasm -2579,127,23,"{'sx': 52, 'rz': 51, 'measure': 9, 'x': 1}",{'cx': 16},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120)",vqe_mapped_ibm_washington_qiskit_opt2_9.qasm -2580,127,9634,"{'sx': 784, 'rz': 784, 'measure': 98}",{'cx': 65171},"(12, 13); (12, 17); (13, 12); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_98.qasm -2581,127,1934,"{'rz': 3158, 'sx': 65, 'measure': 65}",{'cx': 9802},"(15, 22); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100)",qft_mapped_ibm_washington_qiskit_opt2_65.qasm -2582,127,1462,"{'sx': 280, 'rz': 280, 'measure': 35}",{'cx': 7469},"(33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",realamprandom_mapped_ibm_washington_qiskit_opt1_35.qasm -2583,127,7030,"{'rz': 7259, 'sx': 230, 'measure': 115, 'x': 1}",{'cx': 35810},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_116.qasm -2584,27,380,"{'rz': 260, 'sx': 78, 'measure': 13}",{'cx': 678},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qnn_mapped_ibm_montreal_qiskit_opt2_13.qasm -2585,127,224,"{'rz': 150, 'sx': 44, 'measure': 8}",{'cx': 200},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",ae_mapped_ibm_washington_qiskit_opt0_8.qasm -2586,127,89,"{'measure': 86, 'rz': 2, 'sx': 1}",{'cx': 85},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_86.qasm -2587,127,1279,"{'rz': 5123, 'sx': 4784, 'x': 78, 'measure': 48}",{'cx': 8951},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (51, 36); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",realamprandom_mapped_ibm_washington_qiskit_opt3_48.qasm -2588,127,1447,"{'rz': 1612, 'sx': 62, 'measure': 31, 'x': 1}",{'cx': 3356},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",qpeexact_mapped_ibm_washington_qiskit_opt1_32.qasm -2589,127,714,"{'rz': 530, 'sx': 318, 'measure': 54, 'x': 1}",{'cx': 820},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41)",wstate_mapped_ibm_washington_qiskit_opt0_54.qasm -2590,27,407,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 763},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_12.qasm -2591,127,1357,"{'rz': 1050, 'sx': 630, 'measure': 106, 'x': 1}",{'cx': 1482},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",wstate_mapped_ibm_washington_qiskit_opt0_106.qasm -2592,127,337,"{'sx': 332, 'rz': 166, 'measure': 84, 'x': 1}",{'cx': 166},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_84.qasm -2593,127,12317,"{'rz': 1216, 'sx': 608, 'measure': 76}",{'cx': 106911},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",su2random_mapped_ibm_washington_qiskit_opt0_76.qasm -2594,127,1403,"{'rz': 1814, 'sx': 645, 'x': 89, 'measure': 35}",{'cx': 2779},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104)",ae_mapped_ibm_washington_qiskit_opt3_35.qasm -2595,127,3113,"{'rz': 4144, 'sx': 104, 'measure': 52, 'x': 1}",{'cx': 9413},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt1_53.qasm -2596,127,7824,"{'rz': 14753, 'sx': 100, 'measure': 99}",{'cx': 66962},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt0_99.qasm -2597,127,4317,"{'rz': 5251, 'sx': 59, 'measure': 59}",{'cx': 22415},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_59.qasm -2598,127,15487,"{'rz': 17588, 'sx': 6093, 'x': 88, 'measure': 60}",{'cx': 86856},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_60.qasm -2599,127,1379,"{'sx': 256, 'rz': 256, 'measure': 32}",{'cx': 6394},"(24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_32.qasm -2600,127,2692,"{'rz': 4647, 'sx': 85, 'measure': 84}",{'cx': 17112},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_84.qasm -2601,127,4044,"{'rz': 6430, 'sx': 140, 'measure': 70, 'x': 1}",{'cx': 15764},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_71.qasm -2602,127,2442,"{'rz': 4680, 'sx': 390, 'measure': 65}",{'cx': 17984},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",qnn_mapped_ibm_washington_qiskit_opt2_65.qasm -2603,127,7084,"{'rz': 9958, 'sx': 584, 'measure': 98}",{'cx': 26369},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_98.qasm -2604,127,1731,"{'rz': 336, 'sx': 224, 'measure': 28}",{'cx': 9675},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_28.qasm -2605,127,2681,"{'rz': 3529, 'sx': 126, 'measure': 63, 'x': 1}",{'cx': 10653},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (118, 110)",qpeexact_mapped_ibm_washington_qiskit_opt2_64.qasm -2606,127,797,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 2256},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",su2random_mapped_ibm_washington_qiskit_opt1_19.qasm -2607,127,46,"{'measure': 43, 'rz': 2, 'sx': 1}",{'cx': 42},"(31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_43.qasm -2608,27,15,"{'measure': 12, 'rz': 2, 'sx': 1}",{'cx': 11},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_12.qasm -2609,127,165,"{'sx': 160, 'rz': 80, 'measure': 41, 'x': 1}",{'cx': 80},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt1_41.qasm -2610,127,5831,"{'rz': 592, 'sx': 592, 'measure': 74}",{'cx': 38968},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_74.qasm -2611,27,80,"{'rz': 80, 'sx': 40, 'measure': 8}",{'cx': 125},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",qaoa_mapped_ibm_montreal_qiskit_opt0_8.qasm -2612,127,2774,"{'rz': 4756, 'sx': 4007, 'x': 118, 'measure': 58}",{'cx': 15649},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_58.qasm -2613,127,120,"{'rz': 410, 'sx': 205, 'measure': 101}",{'cx': 614},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt1_101.qasm -2614,127,24,"{'rz': 40, 'sx': 20, 'measure': 20}",{'cx': 20},"(100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_20.qasm -2615,27,3215,"{'rz': 1495, 'sx': 130, 'measure': 9, 'x': 1}",{'cx': 2760},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16)",grover-v-chain_mapped_ibm_montreal_qiskit_opt1_9.qasm -2616,127,103,"{'rz': 42, 'sx': 21, 'x': 15, 'measure': 10}",{'cx': 175},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_11.qasm -2617,27,31,"{'rz': 56, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 37},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22)",graphstate_mapped_ibm_montreal_qiskit_opt3_15.qasm -2618,127,1791,"{'rz': 3998, 'sx': 1880, 'x': 188, 'measure': 53}",{'cx': 5781},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105)",ae_mapped_ibm_washington_qiskit_opt3_53.qasm -2619,127,2384,"{'rz': 3763, 'sx': 98, 'measure': 49, 'x': 1}",{'cx': 7610},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qpeexact_mapped_ibm_washington_qiskit_opt1_50.qasm -2620,27,520,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1312},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt2_16.qasm -2621,127,849,"{'rz': 1299, 'sx': 1109, 'x': 37, 'measure': 27}",{'cx': 2944},"(28, 29); (28, 35); (29, 28); (35, 28); (35, 47); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 81); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (91, 79)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_27.qasm -2622,127,1228,"{'rz': 3324, 'sx': 1356, 'x': 111, 'measure': 47}",{'cx': 4845},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87)",qftentangled_mapped_ibm_washington_qiskit_opt3_47.qasm -2623,127,557,"{'rz': 414, 'sx': 207, 'measure': 103}",{'cx': 820},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt1_104.qasm -2624,127,56,"{'measure': 53, 'rz': 2, 'sx': 1}",{'cx': 52},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_53.qasm -2625,127,1749,"{'rz': 3442, 'sx': 70, 'measure': 69}",{'cx': 10971},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qftentangled_mapped_ibm_washington_qiskit_opt2_69.qasm -2626,127,1560,"{'rz': 7880, 'sx': 5259, 'measure': 47, 'x': 10}",{'cx': 8204},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107)",qnn_mapped_ibm_washington_qiskit_opt3_47.qasm -2627,127,64,"{'rz': 174, 'sx': 87, 'measure': 47}",{'cx': 224},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93)",graphstate_mapped_ibm_washington_qiskit_opt2_47.qasm -2628,27,394,"{'rz': 426, 'sx': 229, 'measure': 13, 'x': 3}",{'cx': 645},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_13.qasm -2629,27,26,"{'rz': 36, 'sx': 18, 'measure': 16}",{'cx': 37},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_16.qasm -2630,127,9799,"{'rz': 15857, 'sx': 202, 'measure': 101, 'x': 1}",{'cx': 70371},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt0_102.qasm -2631,127,2978,"{'rz': 3676, 'sx': 132, 'measure': 66, 'x': 1}",{'cx': 11967},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qpeinexact_mapped_ibm_washington_qiskit_opt2_67.qasm -2632,127,2793,"{'rz': 7248, 'sx': 6326, 'x': 229, 'measure': 53}",{'cx': 12945},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",realamprandom_mapped_ibm_washington_qiskit_opt3_53.qasm -2633,27,1215,"{'rz': 873, 'sx': 700, 'x': 37, 'measure': 26}",{'cx': 3472},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_26.qasm -2634,27,42,"{'rz': 34, 'sx': 21, 'measure': 10}",{'cx': 27},"(8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt2_11.qasm -2635,127,352,"{'rz': 233, 'sx': 157, 'measure': 8}",{'cx': 291},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",portfoliovqe_mapped_ibm_washington_qiskit_opt1_8.qasm -2636,127,309,"{'rz': 182, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 302},"(44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (81, 72)",qpeexact_mapped_ibm_washington_qiskit_opt2_11.qasm -2637,127,65,"{'rz': 58, 'sx': 29, 'measure': 14}",{'cx': 56},"(45, 46); (45, 54); (46, 45); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",dj_mapped_ibm_washington_qiskit_opt1_15.qasm -2638,27,895,"{'rz': 1441, 'sx': 745, 'measure': 25, 'x': 7}",{'cx': 2568},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_25.qasm -2639,127,921,"{'sx': 434, 'rz': 332, 'measure': 98, 'x': 1}",{'cx': 1137},"(7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (51, 36); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_98.qasm -2640,127,137,"{'rz': 336, 'sx': 168, 'measure': 90}",{'cx': 471},"(11, 12); (12, 11); (12, 17); (14, 18); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_90.qasm -2641,127,4932,"{'rz': 6970, 'sx': 68, 'measure': 68}",{'cx': 30737},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_68.qasm -2642,127,47,"{'rz': 46, 'sx': 24, 'measure': 15}",{'cx': 52},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98)",graphstate_mapped_ibm_washington_qiskit_opt3_15.qasm -2643,127,711,"{'rz': 726, 'sx': 128, 'measure': 22}",{'cx': 1176},"(24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105)",ae_mapped_ibm_washington_qiskit_opt2_22.qasm -2644,127,5762,"{'rz': 5187, 'sx': 114, 'measure': 57, 'x': 1}",{'cx': 25266},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt0_58.qasm -2645,127,334,"{'rz': 260, 'sx': 156, 'measure': 27, 'x': 1}",{'cx': 355},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_27.qasm -2646,127,71,"{'measure': 68, 'rz': 2, 'sx': 1}",{'cx': 67},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_68.qasm -2647,127,2162,"{'rz': 2980, 'sx': 45, 'measure': 45}",{'cx': 5737},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",qft_mapped_ibm_washington_qiskit_opt1_45.qasm -2648,27,34161,"{'rz': 18072, 'sx': 1484, 'measure': 18, 'x': 2}",{'cx': 33355},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",shor_15_4_mapped_ibm_montreal_qiskit_opt1_18.qasm -2649,127,93,"{'sx': 88, 'rz': 44, 'measure': 23, 'x': 1}",{'cx': 44},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78)",wstate_mapped_ibm_washington_qiskit_opt1_23.qasm -2650,127,169,"{'sx': 164, 'rz': 82, 'measure': 42, 'x': 1}",{'cx': 82},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",wstate_mapped_ibm_washington_qiskit_opt3_42.qasm -2651,127,6459,"{'rz': 9165, 'sx': 78, 'measure': 78}",{'cx': 41352},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_78.qasm -2652,127,1011,"{'rz': 1156, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 2322},"(28, 35); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt1_27.qasm -2653,127,9798,"{'rz': 17018, 'sx': 762, 'measure': 127}",{'cx': 112411},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_127.qasm -2654,127,97,"{'rz': 102, 'sx': 51, 'measure': 17}",{'cx': 263},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_17.qasm -2655,127,2661,"{'rz': 4050, 'sx': 82, 'measure': 81}",{'cx': 14632},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",qftentangled_mapped_ibm_washington_qiskit_opt2_81.qasm -2656,127,519,"{'rz': 612, 'sx': 21, 'measure': 20}",{'cx': 1866},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_20.qasm -2657,127,439,"{'rz': 253, 'sx': 212, 'measure': 19}",{'cx': 1496},"(53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt3_19.qasm -2658,27,73,"{'sx': 68, 'rz': 34, 'measure': 18, 'x': 1}",{'cx': 34},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_18.qasm -2659,127,7732,"{'rz': 12906, 'sx': 242, 'measure': 121, 'x': 1}",{'cx': 44402},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_122.qasm -2660,27,502,"{'rz': 527, 'sx': 470, 'measure': 20, 'x': 2}",{'cx': 1492},"(1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_20.qasm -2661,27,110,"{'sx': 85, 'rz': 45, 'measure': 22, 'x': 1}",{'cx': 70},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_22.qasm -2662,127,9646,"{'sx': 760, 'rz': 760, 'measure': 95}",{'cx': 57367},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",realamprandom_mapped_ibm_washington_qiskit_opt2_95.qasm -2663,127,44,"{'measure': 41, 'rz': 2, 'sx': 1}",{'cx': 40},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt1_41.qasm -2664,127,877,"{'rz': 494, 'sx': 247, 'measure': 123, 'x': 111}",{'cx': 1515},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt0_124.qasm -2665,27,21227,"{'rz': 10183, 'sx': 352, 'measure': 13, 'x': 1}",{'cx': 17724},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18)",grover-v-chain_mapped_ibm_montreal_qiskit_opt1_13.qasm -2666,127,2010,"{'rz': 17599, 'sx': 12725, 'measure': 63, 'x': 20}",{'cx': 13377},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt3_63.qasm -2667,127,932,"{'sx': 450, 'rz': 370, 'measure': 99, 'x': 1}",{'cx': 1244},"(0, 1); (0, 14); (1, 0); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_99.qasm -2668,127,1779,"{'rz': 2954, 'sx': 1061, 'x': 136, 'measure': 47}",{'cx': 4847},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (92, 83); (92, 102); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",ae_mapped_ibm_washington_qiskit_opt3_47.qasm -2669,127,3527,"{'rz': 488, 'sx': 488, 'measure': 61}",{'cx': 24580},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt1_61.qasm -2670,127,296,"{'rz': 204, 'sx': 111, 'measure': 55}",{'cx': 347},"(20, 33); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt2_56.qasm -2671,127,344,"{'rz': 266, 'sx': 156, 'measure': 64, 'x': 11}",{'cx': 333},"(15, 22); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93); (106, 107); (107, 106); (110, 100); (110, 118); (118, 110)",dj_mapped_ibm_washington_qiskit_opt3_65.qasm -2672,127,627,"{'rz': 960, 'sx': 28, 'measure': 28}",{'cx': 2044},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt2_28.qasm -2673,27,274,"{'rz': 132, 'sx': 88, 'measure': 11}",{'cx': 843},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_11.qasm -2674,127,7053,"{'rz': 12018, 'sx': 228, 'measure': 114, 'x': 1}",{'cx': 39124},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_115.qasm -2675,27,555,"{'rz': 499, 'sx': 448, 'measure': 17, 'x': 5}",{'cx': 1212},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_17.qasm -2676,127,2468,"{'rz': 3673, 'sx': 72, 'measure': 72}",{'cx': 12055},"(8, 16); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt2_72.qasm -2677,27,9905,"{'rz': 4490, 'sx': 113, 'x': 10, 'measure': 8}",{'cx': 8793},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt1_8.qasm -2678,127,1211,"{'rz': 232, 'sx': 232, 'measure': 29}",{'cx': 4639},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",realamprandom_mapped_ibm_washington_qiskit_opt2_29.qasm -2679,127,3887,"{'rz': 4652, 'sx': 112, 'measure': 56, 'x': 1}",{'cx': 10446},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",qpeexact_mapped_ibm_washington_qiskit_opt1_57.qasm -2680,127,696,"{'rz': 1311, 'sx': 438, 'measure': 29, 'x': 24}",{'cx': 2009},"(27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62)",qftentangled_mapped_ibm_washington_qiskit_opt3_29.qasm -2681,127,493,"{'rz': 443, 'sx': 19, 'measure': 18}",{'cx': 914},"(56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98)",qftentangled_mapped_ibm_washington_qiskit_opt2_18.qasm -2682,127,1899,"{'rz': 3465, 'sx': 49, 'measure': 49}",{'cx': 7308},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt1_49.qasm -2683,127,535,"{'rz': 413, 'sx': 227, 'measure': 113}",{'cx': 836},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt2_114.qasm -2684,127,181,"{'rz': 144, 'sx': 86, 'measure': 7, 'x': 1}",{'cx': 166},"(45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qnn_mapped_ibm_washington_qiskit_opt3_7.qasm -2685,127,1156,"{'rz': 1472, 'sx': 39, 'measure': 38}",{'cx': 3657},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qftentangled_mapped_ibm_washington_qiskit_opt2_38.qasm -2686,27,426,"{'rz': 275, 'sx': 70, 'measure': 20}",{'cx': 954},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt0_10.qasm -2687,27,600,"{'rz': 524, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 955},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qpeexact_mapped_ibm_montreal_qiskit_opt1_18.qasm -2688,127,525,"{'rz': 286, 'sx': 267, 'measure': 21, 'x': 2}",{'cx': 1899},"(35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",realamprandom_mapped_ibm_washington_qiskit_opt3_21.qasm -2689,127,33324,"{'rz': 16135, 'sx': 1484, 'measure': 18, 'x': 2}",{'cx': 33043},"(82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",shor_15_4_mapped_ibm_washington_qiskit_opt2_18.qasm -2690,127,5156,"{'rz': 492, 'sx': 328, 'measure': 41}",{'cx': 28692},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_41.qasm -2691,127,2724,"{'rz': 5606, 'sx': 380, 'measure': 64}",{'cx': 11680},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt1_64.qasm -2692,127,1081,"{'rz': 1908, 'sx': 940, 'x': 76, 'measure': 32}",{'cx': 2175},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (34, 24); (34, 43); (37, 38); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",ae_mapped_ibm_washington_qiskit_opt3_32.qasm -2693,127,750,"{'rz': 560, 'sx': 336, 'measure': 57, 'x': 1}",{'cx': 853},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",wstate_mapped_ibm_washington_qiskit_opt0_57.qasm -2694,27,448,"{'rz': 104, 'sx': 104, 'measure': 13}",{'cx': 852},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt2_13.qasm -2695,127,107,"{'measure': 104, 'rz': 2, 'sx': 1}",{'cx': 103},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_104.qasm -2696,127,1822,"{'rz': 2032, 'sx': 84, 'measure': 42, 'x': 1}",{'cx': 5229},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt2_43.qasm -2697,127,49657,"{'rz': 49804, 'sx': 18189, 'x': 622, 'measure': 113}",{'cx': 278095},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_113.qasm -2698,127,7026,"{'sx': 680, 'rz': 680, 'measure': 85}",{'cx': 52842},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_85.qasm -2699,27,362,"{'rz': 307, 'sx': 15, 'measure': 15}",{'cx': 594},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_15.qasm -2700,127,4451,"{'rz': 8588, 'sx': 174, 'measure': 87, 'x': 1}",{'cx': 22276},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_88.qasm -2701,127,6661,"{'rz': 632, 'sx': 632, 'measure': 79}",{'cx': 42211},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_79.qasm -2702,27,98,"{'rz': 74, 'sx': 37, 'measure': 18}",{'cx': 75},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21)",dj_mapped_ibm_montreal_qiskit_opt1_19.qasm -2703,27,1185,"{'rz': 1342, 'sx': 1126, 'x': 71, 'measure': 27}",{'cx': 3632},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt3_27.qasm -2704,127,1245,"{'rz': 1451, 'sx': 200, 'measure': 34}",{'cx': 2838},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",ae_mapped_ibm_washington_qiskit_opt2_34.qasm -2705,127,1375,"{'rz': 1070, 'sx': 642, 'measure': 108, 'x': 1}",{'cx': 1486},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",wstate_mapped_ibm_washington_qiskit_opt0_108.qasm -2706,127,542,"{'rz': 502, 'sx': 104, 'measure': 18}",{'cx': 735},"(53, 60); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (81, 72)",ae_mapped_ibm_washington_qiskit_opt2_18.qasm -2707,127,1363,"{'rz': 1759, 'sx': 558, 'x': 79, 'measure': 33}",{'cx': 3014},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qpeinexact_mapped_ibm_washington_qiskit_opt3_34.qasm -2708,127,1154,"{'sx': 216, 'rz': 216, 'measure': 27}",{'cx': 4495},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_27.qasm -2709,27,504,"{'rz': 337, 'sx': 280, 'measure': 13, 'x': 10}",{'cx': 802},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt3_13.qasm -2710,127,806,"{'rz': 620, 'sx': 372, 'measure': 63, 'x': 1}",{'cx': 889},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",wstate_mapped_ibm_washington_qiskit_opt0_63.qasm -2711,127,5140,"{'rz': 7312, 'sx': 125, 'measure': 125}",{'cx': 40466},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_125.qasm -2712,127,128,"{'rz': 396, 'sx': 198, 'measure': 100}",{'cx': 676},"(8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_100.qasm -2713,127,4814,"{'rz': 5658, 'sx': 350, 'measure': 59}",{'cx': 21158},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ae_mapped_ibm_washington_qiskit_opt0_59.qasm -2714,127,3710,"{'rz': 7526, 'sx': 470, 'measure': 79}",{'cx': 17014},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt1_79.qasm -2715,127,1553,"{'rz': 2640, 'sx': 288, 'measure': 48}",{'cx': 9525},"(19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt1_48.qasm -2716,127,618,"{'rz': 490, 'sx': 294, 'measure': 50, 'x': 1}",{'cx': 635},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_50.qasm -2717,127,294,"{'rz': 210, 'sx': 58, 'measure': 10, 'x': 8}",{'cx': 270},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66)",qpeinexact_mapped_ibm_washington_qiskit_opt3_11.qasm -2718,127,21,"{'rz': 22, 'sx': 13, 'measure': 6}",{'cx': 13},"(15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (43, 34)",dj_mapped_ibm_washington_qiskit_opt3_7.qasm -2719,127,10892,"{'rz': 5976, 'sx': 432, 'measure': 72}",{'cx': 88823},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58)",qnn_mapped_ibm_washington_qiskit_opt0_72.qasm -2720,127,265,"{'rz': 210, 'sx': 105, 'measure': 52}",{'cx': 277},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 73); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (92, 83); (93, 87); (93, 106); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107)",dj_mapped_ibm_washington_qiskit_opt1_53.qasm -2721,127,833,"{'measure': 107, 'rz': 2, 'sx': 1}",{'cx': 937},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_107.qasm -2722,127,50,"{'measure': 47, 'rz': 2, 'sx': 1}",{'cx': 46},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt2_47.qasm -2723,127,14141,"{'rz': 1360, 'sx': 680, 'measure': 85}",{'cx': 136083},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",su2random_mapped_ibm_washington_qiskit_opt0_85.qasm -2724,127,488,"{'rz': 383, 'sx': 221, 'measure': 96, 'x': 11}",{'cx': 454},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (8, 16); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt3_97.qasm -2725,127,3532,"{'rz': 6129, 'sx': 71, 'measure': 71}",{'cx': 14504},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (118, 110)",qft_mapped_ibm_washington_qiskit_opt1_71.qasm -2726,127,1043,"{'sx': 272, 'rz': 272, 'measure': 34}",{'cx': 5291},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt2_34.qasm -2727,27,458,"{'rz': 912, 'sx': 315, 'measure': 23, 'x': 17}",{'cx': 1187},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_23.qasm -2728,127,7663,"{'rz': 12197, 'sx': 91, 'measure': 90}",{'cx': 56429},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_90.qasm -2729,27,976,"{'rz': 610, 'sx': 391, 'x': 32, 'measure': 13}",{'cx': 521},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",pricingput_mapped_ibm_montreal_qiskit_opt3_13.qasm -2730,127,718,"{'rz': 646, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 2006},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_20.qasm -2731,127,70,"{'rz': 64, 'sx': 39, 'measure': 19}",{'cx': 52},"(27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (35, 28); (35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",dj_mapped_ibm_washington_qiskit_opt2_20.qasm -2732,127,5115,"{'rz': 504, 'sx': 336, 'measure': 42}",{'cx': 28494},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_42.qasm -2733,127,269,"{'measure': 53, 'rz': 2, 'sx': 1}",{'cx': 472},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37)",ghz_mapped_ibm_washington_qiskit_opt0_53.qasm -2734,27,178,"{'rz': 81, 'sx': 42, 'x': 6, 'measure': 5}",{'cx': 88},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13)",pricingput_mapped_ibm_montreal_qiskit_opt2_5.qasm -2735,127,1018,"{'rz': 770, 'sx': 462, 'measure': 78, 'x': 1}",{'cx': 1144},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_78.qasm -2736,127,28,"{'rz': 79, 'sx': 74, 'measure': 14, 'x': 5}",{'cx': 26},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",vqe_mapped_ibm_washington_qiskit_opt2_14.qasm -2737,127,978,"{'sx': 200, 'rz': 200, 'measure': 25}",{'cx': 3587},"(24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (98, 91)",su2random_mapped_ibm_washington_qiskit_opt1_25.qasm -2738,27,74,"{'rz': 90, 'sx': 45, 'measure': 9}",{'cx': 144},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qaoa_mapped_ibm_montreal_qiskit_opt0_9.qasm -2739,27,177,"{'rz': 82, 'sx': 74, 'measure': 7}",{'cx': 172},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",realamprandom_mapped_ibm_montreal_qiskit_opt3_7.qasm -2740,127,1058,"{'sx': 530, 'rz': 410, 'measure': 119, 'x': 1}",{'cx': 1416},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",wstate_mapped_ibm_washington_qiskit_opt1_119.qasm -2741,127,500,"{'rz': 610, 'sx': 20, 'measure': 20}",{'cx': 1751},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_20.qasm -2742,127,469,"{'rz': 366, 'sx': 183, 'measure': 91}",{'cx': 727},"(10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 22); (16, 26); (17, 12); (17, 30); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 102); (93, 87); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (110, 100); (110, 118); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt1_92.qasm -2743,127,265,"{'sx': 260, 'rz': 130, 'measure': 66, 'x': 1}",{'cx': 130},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_66.qasm -2744,127,35,"{'rz': 105, 'sx': 55, 'measure': 11}",{'cx': 50},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",qaoa_mapped_ibm_washington_qiskit_opt3_11.qasm -2745,127,5051,"{'sx': 680, 'rz': 680, 'measure': 85}",{'cx': 39540},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_85.qasm -2746,127,935,"{'rz': 240, 'sx': 160, 'measure': 20}",{'cx': 4542},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_20.qasm -2747,127,80,"{'measure': 77, 'rz': 2, 'sx': 1}",{'cx': 76},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_77.qasm -2748,127,394,"{'rz': 684, 'sx': 396, 'measure': 12}",{'cx': 738},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54)",portfoliovqe_mapped_ibm_washington_qiskit_opt2_12.qasm -2749,127,193,"{'sx': 188, 'rz': 94, 'measure': 48, 'x': 1}",{'cx': 94},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt2_48.qasm -2750,127,13622,"{'rz': 15738, 'sx': 732, 'measure': 122}",{'cx': 105523},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_122.qasm -2751,127,5973,"{'rz': 10850, 'sx': 111, 'measure': 110}",{'cx': 35175},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_110.qasm -2752,127,4302,"{'rz': 4671, 'sx': 108, 'measure': 54, 'x': 1}",{'cx': 20817},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (54, 45)",qpeexact_mapped_ibm_washington_qiskit_opt0_55.qasm -2753,127,3271,"{'rz': 2747, 'sx': 82, 'measure': 41, 'x': 1}",{'cx': 12936},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_42.qasm -2754,127,462,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 1935},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",su2random_mapped_ibm_washington_qiskit_opt2_22.qasm -2755,127,309,"{'rz': 182, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 302},"(44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (81, 72)",qpeinexact_mapped_ibm_washington_qiskit_opt2_11.qasm -2756,27,467,"{'rz': 499, 'sx': 243, 'x': 28, 'measure': 16}",{'cx': 466},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt3_16.qasm -2757,127,261,"{'rz': 224, 'sx': 13, 'measure': 12}",{'cx': 890},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_12.qasm -2758,127,8566,"{'rz': 14244, 'sx': 566, 'measure': 95}",{'cx': 55700},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt0_95.qasm -2759,27,125,"{'sx': 100, 'rz': 60, 'measure': 25, 'x': 1}",{'cx': 81},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_25.qasm -2760,127,11404,"{'rz': 17762, 'sx': 214, 'measure': 107, 'x': 1}",{'cx': 83208},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qpeexact_mapped_ibm_washington_qiskit_opt0_108.qasm -2761,127,2168,"{'rz': 3236, 'sx': 1082, 'x': 169, 'measure': 49}",{'cx': 6176},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeexact_mapped_ibm_washington_qiskit_opt3_50.qasm -2762,127,57,"{'measure': 54, 'rz': 2, 'sx': 1}",{'cx': 53},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_54.qasm -2763,127,8266,"{'rz': 708, 'sx': 472, 'measure': 59}",{'cx': 61995},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_59.qasm -2764,127,597,"{'rz': 584, 'sx': 214, 'x': 27, 'measure': 17}",{'cx': 807},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (91, 79); (92, 83); (92, 102); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt3_18.qasm -2765,127,2323,"{'rz': 2781, 'sx': 59, 'measure': 59}",{'cx': 8158},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qft_mapped_ibm_washington_qiskit_opt2_59.qasm -2766,127,815,"{'sx': 208, 'rz': 208, 'measure': 26}",{'cx': 3349},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99)",su2random_mapped_ibm_washington_qiskit_opt2_26.qasm -2767,127,1621,"{'rz': 1652, 'sx': 34, 'measure': 33}",{'cx': 6590},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31)",qftentangled_mapped_ibm_washington_qiskit_opt0_33.qasm -2768,127,359,"{'rz': 633, 'sx': 463, 'measure': 11, 'x': 4}",{'cx': 474},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",portfoliovqe_mapped_ibm_washington_qiskit_opt3_11.qasm -2769,127,860,"{'rz': 1003, 'sx': 27, 'measure': 26}",{'cx': 1950},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt1_26.qasm -2770,127,32,"{'rz': 54, 'sx': 27, 'measure': 21}",{'cx': 78},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (75, 76); (76, 75); (76, 77); (77, 76); (82, 83); (83, 82); (83, 92); (92, 83); (92, 102); (102, 92)",graphstate_mapped_ibm_washington_qiskit_opt1_21.qasm -2771,127,1136,"{'rz': 683, 'sx': 213, 'x': 10, 'measure': 7}",{'cx': 838},"(45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65)",grover-v-chain_mapped_ibm_washington_qiskit_opt3_7.qasm -2772,127,3500,"{'rz': 5610, 'sx': 100, 'measure': 99}",{'cx': 22008},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_99.qasm -2773,127,838,"{'sx': 280, 'rz': 280, 'measure': 35}",{'cx': 5319},"(4, 15); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_35.qasm -2774,127,2498,"{'rz': 2938, 'sx': 112, 'measure': 56, 'x': 1}",{'cx': 8625},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt2_57.qasm -2775,127,193,"{'rz': 174, 'sx': 87, 'measure': 43}",{'cx': 217},"(20, 21); (20, 33); (21, 20); (33, 20); (33, 39); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (53, 41); (53, 60); (54, 64); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118)",dj_mapped_ibm_washington_qiskit_opt1_44.qasm -2776,127,786,"{'rz': 442, 'sx': 221, 'measure': 110, 'x': 97}",{'cx': 1349},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100)",dj_mapped_ibm_washington_qiskit_opt0_111.qasm -2777,27,1170,"{'rz': 1282, 'sx': 1070, 'x': 29, 'measure': 25}",{'cx': 3124},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt3_25.qasm -2778,127,317,"{'sx': 312, 'rz': 156, 'measure': 79, 'x': 1}",{'cx': 156},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_79.qasm -2779,127,748,"{'rz': 176, 'sx': 176, 'measure': 22}",{'cx': 2472},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_22.qasm -2780,127,1694,"{'rz': 2850, 'sx': 300, 'measure': 50}",{'cx': 10844},"(12, 17); (17, 12); (17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qnn_mapped_ibm_washington_qiskit_opt2_50.qasm -2781,127,10067,"{'rz': 1024, 'sx': 512, 'measure': 64}",{'cx': 77394},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_64.qasm -2782,127,15031,"{'rz': 16758, 'sx': 756, 'measure': 126}",{'cx': 107787},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_126.qasm -2783,27,498,"{'rz': 366, 'sx': 84, 'measure': 24}",{'cx': 1347},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt0_12.qasm -2784,127,236,"{'rz': 187, 'sx': 11, 'measure': 11}",{'cx': 617},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_11.qasm -2785,127,1697,"{'rz': 3587, 'sx': 51, 'measure': 50}",{'cx': 7365},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_50.qasm -2786,127,3661,"{'rz': 3775, 'sx': 50, 'measure': 50}",{'cx': 17453},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_50.qasm -2787,127,313,"{'rz': 257, 'sx': 157, 'measure': 66, 'x': 11}",{'cx': 256},"(20, 33); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (110, 100); (110, 118); (111, 104); (118, 110)",dj_mapped_ibm_washington_qiskit_opt3_67.qasm -2788,27,169,"{'sx': 56, 'rz': 56, 'measure': 7}",{'cx': 183},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",su2random_mapped_ibm_montreal_qiskit_opt2_7.qasm -2789,127,629,"{'rz': 470, 'sx': 235, 'measure': 117}",{'cx': 855},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt1_118.qasm -2790,127,1019,"{'measure': 125, 'rz': 2, 'sx': 1}",{'cx': 1141},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_125.qasm -2791,127,3592,"{'rz': 4752, 'sx': 93, 'measure': 92}",{'cx': 21118},"(15, 22); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_92.qasm -2792,27,311,"{'rz': 120, 'sx': 80, 'measure': 10}",{'cx': 795},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_10.qasm -2793,127,565,"{'rz': 386, 'sx': 193, 'measure': 96}",{'cx': 786},"(3, 4); (4, 3); (4, 15); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (106, 93); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt1_97.qasm -2794,127,4407,"{'rz': 4902, 'sx': 57, 'measure': 57}",{'cx': 22476},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_57.qasm -2795,27,584,"{'rz': 342, 'sx': 120, 'x': 10, 'measure': 9}",{'cx': 479},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",pricingcall_mapped_ibm_montreal_qiskit_opt0_9.qasm -2796,127,53775,"{'rz': 54257, 'sx': 19862, 'x': 711, 'measure': 118}",{'cx': 313374},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_118.qasm -2797,127,2678,"{'rz': 3428, 'sx': 124, 'measure': 62, 'x': 1}",{'cx': 10608},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeinexact_mapped_ibm_washington_qiskit_opt2_63.qasm -2798,127,236,"{'rz': 205, 'sx': 89, 'measure': 8, 'x': 2}",{'cx': 207},"(35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (64, 54)",random_mapped_ibm_washington_qiskit_opt1_8.qasm -2799,127,130,"{'rz': 106, 'sx': 53, 'measure': 26}",{'cx': 128},"(35, 47); (41, 53); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (91, 79); (92, 83); (92, 102); (102, 92)",dj_mapped_ibm_washington_qiskit_opt1_27.qasm -2800,127,1903,"{'rz': 846, 'sx': 195, 'x': 30, 'measure': 9}",{'cx': 1956},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt0_9.qasm -2801,127,365,"{'rz': 245, 'sx': 70, 'measure': 20}",{'cx': 624},"(15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54)",portfolioqaoa_mapped_ibm_washington_qiskit_opt3_10.qasm -2802,127,3239,"{'sx': 528, 'rz': 528, 'measure': 66}",{'cx': 28003},"(20, 33); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt1_66.qasm -2803,127,4405,"{'rz': 544, 'sx': 544, 'measure': 68}",{'cx': 27640},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (54, 45); (54, 64); (55, 49); (55, 68); (58, 71); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_68.qasm -2804,127,2759,"{'sx': 392, 'rz': 392, 'measure': 49}",{'cx': 16005},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",su2random_mapped_ibm_washington_qiskit_opt1_49.qasm -2805,127,4687,"{'sx': 480, 'rz': 480, 'measure': 60}",{'cx': 23878},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",realamprandom_mapped_ibm_washington_qiskit_opt1_60.qasm -2806,127,913,"{'rz': 992, 'sx': 377, 'x': 54, 'measure': 24}",{'cx': 1307},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83); (92, 102); (102, 92)",ae_mapped_ibm_washington_qiskit_opt3_24.qasm -2807,127,7664,"{'rz': 9317, 'sx': 154, 'measure': 77, 'x': 1}",{'cx': 44547},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_78.qasm -2808,127,188,"{'rz': 90, 'sx': 45, 'x': 23, 'measure': 22}",{'cx': 313},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_23.qasm -2809,127,2153,"{'sx': 464, 'rz': 464, 'measure': 58}",{'cx': 16887},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (39, 33); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt2_58.qasm -2810,127,4331,"{'rz': 4381, 'sx': 154, 'measure': 77, 'x': 1}",{'cx': 16261},"(15, 22); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt2_78.qasm -2811,27,392,"{'rz': 585, 'sx': 198, 'measure': 18, 'x': 13}",{'cx': 759},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_18.qasm -2812,127,7915,"{'rz': 13020, 'sx': 93, 'measure': 93}",{'cx': 58524},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt0_93.qasm -2813,27,307,"{'rz': 250, 'sx': 150, 'measure': 26, 'x': 1}",{'cx': 272},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt0_26.qasm -2814,127,1211,"{'rz': 1294, 'sx': 645, 'x': 51, 'measure': 18}",{'cx': 2024},"(54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92)",random_mapped_ibm_washington_qiskit_opt3_18.qasm -2815,27,106,"{'rz': 83, 'sx': 47, 'measure': 23}",{'cx': 93},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt2_24.qasm -2816,127,195,"{'rz': 137, 'sx': 16, 'measure': 8, 'x': 1}",{'cx': 184},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61)",qpeexact_mapped_ibm_washington_qiskit_opt1_9.qasm -2817,127,157,"{'rz': 450, 'sx': 225, 'measure': 105}",{'cx': 702},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (126, 112)",graphstate_mapped_ibm_washington_qiskit_opt1_105.qasm -2818,127,12388,"{'rz': 13794, 'sx': 684, 'measure': 114}",{'cx': 83738},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_114.qasm -2819,127,4612,"{'rz': 608, 'sx': 608, 'measure': 76}",{'cx': 33800},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_76.qasm -2820,127,314,"{'rz': 280, 'sx': 115, 'measure': 10, 'x': 7}",{'cx': 362},"(63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",random_mapped_ibm_washington_qiskit_opt1_10.qasm -2821,127,392,"{'rz': 228, 'sx': 72, 'measure': 12}",{'cx': 605},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (54, 45)",qnn_mapped_ibm_washington_qiskit_opt1_12.qasm -2822,127,1329,"{'rz': 1290, 'sx': 158, 'measure': 27}",{'cx': 3597},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_27.qasm -2823,27,65,"{'sx': 60, 'rz': 30, 'measure': 16, 'x': 1}",{'cx': 30},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_16.qasm -2824,127,5187,"{'rz': 6630, 'sx': 468, 'measure': 78}",{'cx': 32826},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_78.qasm -2825,127,2904,"{'rz': 4216, 'sx': 440, 'measure': 74}",{'cx': 12126},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100)",ae_mapped_ibm_washington_qiskit_opt2_74.qasm -2826,27,1000,"{'rz': 1760, 'sx': 903, 'measure': 27, 'x': 13}",{'cx': 2986},"(0, 1); (1, 0); (1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_27.qasm -2827,127,2053,"{'rz': 2627, 'sx': 59, 'measure': 58}",{'cx': 8267},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt2_58.qasm -2828,127,717,"{'rz': 744, 'sx': 144, 'measure': 24}",{'cx': 2593},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt1_24.qasm -2829,127,153,"{'rz': 83, 'sx': 9, 'measure': 8}",{'cx': 166},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (54, 45)",qftentangled_mapped_ibm_washington_qiskit_opt2_8.qasm -2830,127,2793,"{'rz': 7248, 'sx': 6326, 'x': 229, 'measure': 53}",{'cx': 12945},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_53.qasm -2831,27,613,"{'rz': 543, 'sx': 264, 'measure': 14}",{'cx': 818},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (25, 22)",groundstate_large_mapped_ibm_montreal_qiskit_opt1_14.qasm -2832,127,2067,"{'rz': 942, 'sx': 416, 'x': 80, 'measure': 15}",{'cx': 1944},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",pricingput_mapped_ibm_washington_qiskit_opt0_15.qasm -2833,27,546,"{'rz': 168, 'sx': 168, 'measure': 21}",{'cx': 2416},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_21.qasm -2834,127,78,"{'rz': 63, 'sx': 37, 'measure': 18}",{'cx': 59},"(45, 54); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83)",dj_mapped_ibm_washington_qiskit_opt2_19.qasm -2835,127,148,"{'rz': 120, 'sx': 72, 'measure': 13, 'x': 1}",{'cx': 135},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_13.qasm -2836,27,112,"{'rz': 97, 'sx': 57, 'measure': 24, 'x': 4}",{'cx': 71},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt3_25.qasm -2837,127,5219,"{'rz': 6687, 'sx': 218, 'measure': 109, 'x': 1}",{'cx': 31329},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_110.qasm -2838,27,731,"{'rz': 1130, 'sx': 356, 'x': 37, 'measure': 27}",{'cx': 1710},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt3_27.qasm -2839,27,825,"{'rz': 180, 'sx': 120, 'measure': 15}",{'cx': 2508},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",realamprandom_mapped_ibm_montreal_qiskit_opt0_15.qasm -2840,127,1518,"{'rz': 653, 'sx': 392, 'x': 20, 'measure': 15}",{'cx': 1008},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",pricingput_mapped_ibm_washington_qiskit_opt1_15.qasm -2841,27,157,"{'rz': 120, 'sx': 72, 'measure': 13, 'x': 1}",{'cx': 141},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",wstate_mapped_ibm_montreal_qiskit_opt0_13.qasm -2842,127,107,"{'rz': 168, 'sx': 84, 'measure': 28}",{'cx': 358},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_28.qasm -2843,127,4047,"{'rz': 5135, 'sx': 512, 'measure': 86}",{'cx': 16953},"(20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_86.qasm -2844,127,325,"{'rz': 250, 'sx': 150, 'measure': 26, 'x': 1}",{'cx': 353},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_26.qasm -2845,27,2667,"{'rz': 432, 'sx': 216, 'measure': 27}",{'cx': 11265},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt0_27.qasm -2846,27,125,"{'rz': 85, 'sx': 26, 'measure': 6, 'x': 3}",{'cx': 91},"(8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_7.qasm -2847,127,1752,"{'rz': 2165, 'sx': 681, 'x': 111, 'measure': 38}",{'cx': 3909},"(35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83); (92, 102); (102, 92)",qpeexact_mapped_ibm_washington_qiskit_opt3_39.qasm -2848,127,14464,"{'rz': 16501, 'sx': 5853, 'x': 69, 'measure': 58}",{'cx': 79738},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_58.qasm -2849,27,912,"{'rz': 1075, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 2105},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt1_26.qasm -2850,127,3053,"{'rz': 5160, 'sx': 120, 'measure': 60, 'x': 1}",{'cx': 11785},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt1_61.qasm -2851,27,1036,"{'rz': 937, 'sx': 152, 'measure': 26}",{'cx': 1737},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt2_26.qasm -2852,127,1327,"{'rz': 1395, 'sx': 66, 'measure': 33, 'x': 1}",{'cx': 3348},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt2_34.qasm -2853,127,5612,"{'sx': 664, 'rz': 664, 'measure': 83}",{'cx': 41607},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_83.qasm -2854,127,2498,"{'rz': 2938, 'sx': 112, 'measure': 56, 'x': 1}",{'cx': 8625},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt2_57.qasm -2855,127,4846,"{'rz': 6176, 'sx': 64, 'measure': 64}",{'cx': 26571},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_64.qasm -2856,27,20,"{'measure': 17, 'rz': 2, 'sx': 1}",{'cx': 16},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_17.qasm -2857,127,8677,"{'rz': 13415, 'sx': 250, 'measure': 125, 'x': 1}",{'cx': 48429},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_126.qasm -2858,127,1645,"{'rz': 1762, 'sx': 44, 'measure': 43}",{'cx': 4616},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qftentangled_mapped_ibm_washington_qiskit_opt2_43.qasm -2859,127,2177,"{'rz': 3175, 'sx': 62, 'measure': 61}",{'cx': 9023},"(8, 16); (16, 8); (16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt2_61.qasm -2860,127,3730,"{'rz': 4025, 'sx': 100, 'measure': 50, 'x': 1}",{'cx': 17079},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_51.qasm -2861,127,6748,"{'rz': 752, 'sx': 376, 'measure': 47}",{'cx': 40098},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_47.qasm -2862,127,424,"{'rz': 330, 'sx': 165, 'measure': 82}",{'cx': 520},"(8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111)",dj_mapped_ibm_washington_qiskit_opt1_83.qasm -2863,127,305,"{'rz': 483, 'sx': 312, 'measure': 12, 'x': 3}",{'cx': 408},"(33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (54, 45)",groundstate_medium_mapped_ibm_washington_qiskit_opt3_12.qasm -2864,27,322,"{'rz': 205, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 434},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeexact_mapped_ibm_montreal_qiskit_opt0_11.qasm -2865,127,82,"{'rz': 436, 'sx': 218, 'measure': 112}",{'cx': 688},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_112.qasm -2866,127,491,"{'rz': 374, 'sx': 187, 'measure': 93}",{'cx': 645},"(3, 4); (4, 3); (4, 15); (14, 18); (15, 4); (15, 22); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 47); (37, 52); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt1_94.qasm -2867,127,740,"{'rz': 1077, 'sx': 615, 'measure': 16}",{'cx': 1500},"(15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",portfoliovqe_mapped_ibm_washington_qiskit_opt2_16.qasm -2868,127,6456,"{'rz': 10621, 'sx': 206, 'measure': 103, 'x': 1}",{'cx': 32015},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_104.qasm -2869,127,821,"{'rz': 454, 'sx': 227, 'measure': 113, 'x': 97}",{'cx': 1397},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt0_114.qasm -2870,127,82,"{'rz': 78, 'sx': 39, 'measure': 19}",{'cx': 61},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (73, 66); (73, 85); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",dj_mapped_ibm_washington_qiskit_opt1_20.qasm -2871,127,568,"{'rz': 420, 'sx': 163, 'measure': 11, 'x': 8}",{'cx': 589},"(45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt1_11.qasm -2872,127,27610,"{'rz': 29168, 'sx': 10592, 'x': 368, 'measure': 86}",{'cx': 135157},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_86.qasm -2873,127,549,"{'rz': 394, 'sx': 197, 'measure': 98}",{'cx': 884},"(4, 15); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (23, 24); (24, 23); (24, 34); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt1_99.qasm -2874,27,557,"{'rz': 420, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 1191},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_16.qasm -2875,127,4252,"{'rz': 6557, 'sx': 142, 'measure': 71, 'x': 1}",{'cx': 15807},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qpeexact_mapped_ibm_washington_qiskit_opt1_72.qasm -2876,127,654,"{'rz': 377, 'sx': 91, 'measure': 26}",{'cx': 1171},"(45, 54); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",portfolioqaoa_mapped_ibm_washington_qiskit_opt1_13.qasm -2877,127,275,"{'rz': 368, 'sx': 315, 'measure': 11, 'x': 10}",{'cx': 406},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_11.qasm -2878,127,139,"{'rz': 552, 'sx': 276, 'measure': 126}",{'cx': 966},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (126, 112)",graphstate_mapped_ibm_washington_qiskit_opt1_126.qasm -2879,127,626,"{'rz': 918, 'sx': 369, 'x': 29, 'measure': 23}",{'cx': 1129},"(20, 33); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",ae_mapped_ibm_washington_qiskit_opt3_23.qasm -2880,127,49,"{'measure': 46, 'rz': 2, 'sx': 1}",{'cx': 45},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt3_46.qasm -2881,127,1520,"{'rz': 2730, 'sx': 54, 'measure': 53}",{'cx': 6158},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qftentangled_mapped_ibm_washington_qiskit_opt2_53.qasm -2882,127,853,"{'rz': 474, 'sx': 237, 'measure': 118, 'x': 103}",{'cx': 1462},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt0_119.qasm -2883,127,17037,"{'rz': 7054, 'sx': 4352, 'x': 70, 'measure': 23}",{'cx': 9225},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",pricingcall_mapped_ibm_washington_qiskit_opt0_23.qasm -2884,27,57,"{'sx': 52, 'rz': 26, 'measure': 14, 'x': 1}",{'cx': 26},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_14.qasm -2885,127,20425,"{'rz': 20795, 'sx': 7905, 'x': 286, 'measure': 75}",{'cx': 93173},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_75.qasm -2886,27,349,"{'rz': 479, 'sx': 19, 'measure': 18}",{'cx': 887},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt1_18.qasm -2887,127,52,"{'rz': 124, 'sx': 62, 'measure': 38}",{'cx': 182},"(4, 15); (15, 4); (15, 22); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt2_38.qasm -2888,27,600,"{'rz': 156, 'sx': 104, 'measure': 13}",{'cx': 1755},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_13.qasm -2889,127,585,"{'rz': 494, 'sx': 114, 'measure': 19}",{'cx': 1508},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qnn_mapped_ibm_washington_qiskit_opt2_19.qasm -2890,127,1119,"{'rz': 2375, 'sx': 40, 'measure': 40}",{'cx': 4491},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt1_40.qasm -2891,127,4597,"{'rz': 8553, 'sx': 92, 'measure': 91}",{'cx': 25125},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_91.qasm -2892,127,7384,"{'rz': 2916, 'sx': 2234, 'x': 28, 'measure': 21}",{'cx': 3590},"(65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107)",pricingput_mapped_ibm_washington_qiskit_opt1_21.qasm -2893,127,20701,"{'rz': 21652, 'sx': 7911, 'x': 282, 'measure': 75}",{'cx': 92558},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_75.qasm -2894,127,486,"{'rz': 430, 'sx': 113, 'measure': 15, 'x': 10}",{'cx': 648},"(34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",qpeinexact_mapped_ibm_washington_qiskit_opt3_16.qasm -2895,127,482,"{'rz': 350, 'sx': 175, 'measure': 87}",{'cx': 690},"(7, 8); (8, 7); (8, 16); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 54); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (118, 110); (122, 111); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt1_88.qasm -2896,127,2122,"{'rz': 2632, 'sx': 296, 'measure': 50}",{'cx': 5853},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",ae_mapped_ibm_washington_qiskit_opt2_50.qasm -2897,27,381,"{'rz': 427, 'sx': 18, 'measure': 17}",{'cx': 777},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_17.qasm -2898,27,40815,"{'rz': 18295, 'sx': 137, 'x': 10, 'measure': 10}",{'cx': 37794},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt2_10.qasm -2899,127,350,"{'rz': 278, 'sx': 155, 'measure': 77}",{'cx': 435},"(12, 17); (15, 22); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (24, 34); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (118, 110); (118, 119); (119, 118)",dj_mapped_ibm_washington_qiskit_opt2_78.qasm -2900,27,891,"{'rz': 800, 'sx': 150, 'measure': 25}",{'cx': 2827},"(1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt1_25.qasm -2901,127,13621,"{'rz': 14472, 'sx': 5520, 'x': 203, 'measure': 62}",{'cx': 54887},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83)",random_mapped_ibm_washington_qiskit_opt1_62.qasm -2902,127,298,"{'rz': 234, 'sx': 117, 'measure': 58}",{'cx': 343},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (92, 83); (92, 102); (93, 87); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt1_59.qasm -2903,127,1597,"{'rz': 2866, 'sx': 45, 'measure': 44}",{'cx': 5679},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qftentangled_mapped_ibm_washington_qiskit_opt1_44.qasm -2904,127,4252,"{'rz': 6557, 'sx': 142, 'measure': 71, 'x': 1}",{'cx': 15807},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qpeinexact_mapped_ibm_washington_qiskit_opt1_72.qasm -2905,27,1064,"{'rz': 1038, 'sx': 140, 'measure': 24}",{'cx': 2475},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt0_24.qasm -2906,127,3479,"{'rz': 6049, 'sx': 134, 'measure': 67, 'x': 1}",{'cx': 14894},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt1_68.qasm -2907,127,228,"{'rz': 175, 'sx': 99, 'measure': 49}",{'cx': 239},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (92, 83)",dj_mapped_ibm_washington_qiskit_opt2_50.qasm -2908,127,6574,"{'rz': 7143, 'sx': 123, 'measure': 122}",{'cx': 36215},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_122.qasm -2909,127,3587,"{'rz': 6980, 'sx': 79, 'measure': 78}",{'cx': 16963},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (118, 110)",qftentangled_mapped_ibm_washington_qiskit_opt1_78.qasm -2910,127,137,"{'rz': 498, 'sx': 249, 'measure': 119}",{'cx': 809},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_119.qasm -2911,127,839,"{'rz': 1835, 'sx': 42, 'measure': 41}",{'cx': 3833},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt2_41.qasm -2912,27,1126,"{'sx': 216, 'rz': 216, 'measure': 27}",{'cx': 4043},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_27.qasm -2913,127,42,"{'measure': 39, 'rz': 2, 'sx': 1}",{'cx': 38},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",ghz_mapped_ibm_washington_qiskit_opt2_39.qasm -2914,127,4650,"{'rz': 6794, 'sx': 474, 'measure': 79}",{'cx': 28487},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_79.qasm -2915,127,448,"{'rz': 618, 'sx': 309, 'measure': 103}",{'cx': 2533},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt0_103.qasm -2916,127,35,"{'rz': 114, 'sx': 60, 'measure': 12}",{'cx': 48},"(104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qaoa_mapped_ibm_washington_qiskit_opt3_12.qasm -2917,127,2382,"{'rz': 20644, 'sx': 15065, 'measure': 70, 'x': 16}",{'cx': 16559},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt3_70.qasm -2918,127,463,"{'rz': 354, 'sx': 217, 'measure': 94, 'x': 14}",{'cx': 408},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt3_95.qasm -2919,27,559,"{'rz': 672, 'sx': 23, 'measure': 22}",{'cx': 1268},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt2_22.qasm -2920,127,1878,"{'rz': 9399, 'sx': 6488, 'measure': 50, 'x': 17}",{'cx': 9037},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qnn_mapped_ibm_washington_qiskit_opt3_50.qasm -2921,127,44,"{'measure': 41, 'rz': 2, 'sx': 1}",{'cx': 40},"(9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_41.qasm -2922,127,10107,"{'rz': 804, 'sx': 536, 'measure': 67}",{'cx': 82062},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_67.qasm -2923,127,529,"{'rz': 733, 'sx': 429, 'measure': 13}",{'cx': 930},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",portfoliovqe_mapped_ibm_washington_qiskit_opt1_13.qasm -2924,127,9451,"{'rz': 15744, 'sx': 596, 'measure': 100}",{'cx': 64008},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt0_100.qasm -2925,127,1980,"{'rz': 3304, 'sx': 68, 'measure': 68}",{'cx': 10659},"(15, 22); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",qft_mapped_ibm_washington_qiskit_opt2_68.qasm -2926,127,963,"{'rz': 1267, 'sx': 398, 'x': 52, 'measure': 27}",{'cx': 2028},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qpeinexact_mapped_ibm_washington_qiskit_opt3_28.qasm -2927,27,103,"{'rz': 86, 'sx': 43, 'measure': 21}",{'cx': 81},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt1_22.qasm -2928,127,41,"{'measure': 38, 'rz': 2, 'sx': 1}",{'cx': 37},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",ghz_mapped_ibm_washington_qiskit_opt2_38.qasm -2929,127,9655,"{'rz': 744, 'sx': 496, 'measure': 62}",{'cx': 71439},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_62.qasm -2930,127,546,"{'rz': 464, 'sx': 114, 'x': 17, 'measure': 16}",{'cx': 773},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",qpeinexact_mapped_ibm_washington_qiskit_opt3_17.qasm -2931,27,500,"{'rz': 293, 'sx': 163, 'x': 16, 'measure': 9}",{'cx': 281},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",pricingcall_mapped_ibm_montreal_qiskit_opt3_9.qasm -2932,27,507,"{'rz': 645, 'sx': 387, 'measure': 14, 'x': 1}",{'cx': 658},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",groundstate_large_mapped_ibm_montreal_qiskit_opt3_14.qasm -2933,127,8716,"{'rz': 13202, 'sx': 184, 'measure': 92, 'x': 1}",{'cx': 60030},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83)",qpeinexact_mapped_ibm_washington_qiskit_opt0_93.qasm -2934,127,2166,"{'rz': 3232, 'sx': 1080, 'x': 166, 'measure': 49}",{'cx': 6177},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeinexact_mapped_ibm_washington_qiskit_opt3_50.qasm -2935,127,65,"{'rz': 78, 'sx': 39, 'measure': 29}",{'cx': 134},"(4, 15); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (98, 91)",graphstate_mapped_ibm_washington_qiskit_opt2_29.qasm -2936,127,591,"{'rz': 460, 'sx': 276, 'measure': 47, 'x': 1}",{'cx': 629},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_47.qasm -2937,127,29,"{'sx': 24, 'rz': 12, 'measure': 7, 'x': 1}",{'cx': 12},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",wstate_mapped_ibm_washington_qiskit_opt1_7.qasm -2938,27,262,"{'rz': 282, 'sx': 15, 'measure': 14}",{'cx': 507},"(8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_14.qasm -2939,127,152,"{'sx': 56, 'rz': 56, 'measure': 7}",{'cx': 159},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",su2random_mapped_ibm_washington_qiskit_opt2_7.qasm -2940,127,2887,"{'rz': 3807, 'sx': 410, 'measure': 69}",{'cx': 10425},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",ae_mapped_ibm_washington_qiskit_opt2_69.qasm -2941,127,325,"{'sx': 320, 'rz': 160, 'measure': 81, 'x': 1}",{'cx': 160},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_81.qasm -2942,127,8861,"{'rz': 12423, 'sx': 123, 'measure': 123}",{'cx': 47338},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_123.qasm -2943,127,7591,"{'rz': 8918, 'sx': 546, 'measure': 91}",{'cx': 47646},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_91.qasm -2944,127,54,"{'measure': 51, 'rz': 2, 'sx': 1}",{'cx': 50},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ghz_mapped_ibm_washington_qiskit_opt1_51.qasm -2945,127,193,"{'sx': 188, 'rz': 94, 'measure': 48, 'x': 1}",{'cx': 94},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_48.qasm -2946,127,893,"{'rz': 1346, 'sx': 35, 'measure': 35}",{'cx': 3266},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt2_35.qasm -2947,27,284,"{'rz': 237, 'sx': 115, 'measure': 9, 'x': 5}",{'cx': 282},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17)",random_mapped_ibm_montreal_qiskit_opt2_9.qasm -2948,127,2757,"{'rz': 5700, 'sx': 101, 'measure': 100}",{'cx': 22601},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qftentangled_mapped_ibm_washington_qiskit_opt2_100.qasm -2949,27,131,"{'rz': 87, 'sx': 12, 'measure': 6, 'x': 1}",{'cx': 99},"(8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_7.qasm -2950,27,483,"{'rz': 631, 'sx': 315, 'measure': 16, 'x': 5}",{'cx': 1003},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_16.qasm -2951,127,3089,"{'rz': 5350, 'sx': 368, 'measure': 62}",{'cx': 11126},"(7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_62.qasm -2952,127,16,"{'measure': 13, 'rz': 2, 'sx': 1}",{'cx': 12},"(52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt1_13.qasm -2953,127,3138,"{'rz': 4454, 'sx': 326, 'measure': 55}",{'cx': 9301},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt1_55.qasm -2954,127,5621,"{'sx': 560, 'rz': 560, 'measure': 70}",{'cx': 28870},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_70.qasm -2955,127,5638,"{'rz': 6897, 'sx': 132, 'measure': 66, 'x': 1}",{'cx': 30810},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt0_67.qasm -2956,27,128,"{'rz': 102, 'sx': 51, 'measure': 25}",{'cx': 109},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (9, 8); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt1_26.qasm -2957,127,9259,"{'rz': 10908, 'sx': 606, 'measure': 101}",{'cx': 63934},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_101.qasm -2958,127,81,"{'measure': 78, 'rz': 2, 'sx': 1}",{'cx': 77},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_78.qasm -2959,127,33,"{'rz': 74, 'sx': 45, 'measure': 20, 'x': 3}",{'cx': 45},"(20, 21); (20, 33); (21, 20); (33, 20); (41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (83, 92); (85, 73); (92, 83); (92, 102); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",graphstate_mapped_ibm_washington_qiskit_opt3_20.qasm -2960,27,869,"{'rz': 937, 'sx': 350, 'measure': 14, 'x': 4}",{'cx': 1737},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",random_mapped_ibm_montreal_qiskit_opt0_14.qasm -2961,127,390,"{'rz': 294, 'sx': 147, 'measure': 73}",{'cx': 517},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (16, 26); (17, 30); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (33, 39); (34, 24); (34, 43); (35, 47); (37, 52); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt1_74.qasm -2962,127,878,"{'rz': 700, 'sx': 420, 'measure': 71, 'x': 1}",{'cx': 905},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69)",wstate_mapped_ibm_washington_qiskit_opt0_71.qasm -2963,127,8620,"{'sx': 816, 'rz': 816, 'measure': 102}",{'cx': 68151},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_102.qasm -2964,127,629,"{'rz': 1260, 'sx': 658, 'measure': 14}",{'cx': 1725},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",portfoliovqe_mapped_ibm_washington_qiskit_opt0_14.qasm -2965,127,859,"{'measure': 111, 'rz': 2, 'sx': 1}",{'cx': 911},"(3, 4); (4, 3); (4, 15); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_111.qasm -2966,127,1232,"{'rz': 2606, 'sx': 861, 'x': 88, 'measure': 45}",{'cx': 4494},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103)",qft_mapped_ibm_washington_qiskit_opt3_45.qasm -2967,27,174,"{'rz': 111, 'sx': 14, 'measure': 7, 'x': 1}",{'cx': 137},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_8.qasm -2968,127,8685,"{'rz': 928, 'sx': 464, 'measure': 58}",{'cx': 62211},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_58.qasm -2969,127,1553,"{'sx': 328, 'rz': 328, 'measure': 41}",{'cx': 8321},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (85, 73)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_41.qasm -2970,127,654,"{'rz': 527, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 1692},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_18.qasm -2971,127,1507,"{'rz': 1757, 'sx': 43, 'measure': 43}",{'cx': 4756},"(35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt2_43.qasm -2972,27,465,"{'rz': 218, 'sx': 92, 'measure': 9, 'x': 4}",{'cx': 342},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",pricingcall_mapped_ibm_montreal_qiskit_opt1_9.qasm -2973,127,137,"{'sx': 132, 'rz': 66, 'measure': 34, 'x': 1}",{'cx': 66},"(30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_34.qasm -2974,127,346,"{'rz': 264, 'sx': 147, 'measure': 73}",{'cx': 488},"(8, 16); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118)",dj_mapped_ibm_washington_qiskit_opt2_74.qasm -2975,127,495,"{'measure': 108, 'rz': 2, 'sx': 1}",{'cx': 884},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",ghz_mapped_ibm_washington_qiskit_opt0_108.qasm -2976,127,133,"{'rz': 78, 'sx': 24, 'measure': 7}",{'cx': 115},"(45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qftentangled_mapped_ibm_washington_qiskit_opt3_7.qasm -2977,127,2396,"{'rz': 2667, 'sx': 42, 'measure': 42}",{'cx': 10926},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_42.qasm -2978,27,73,"{'rz': 100, 'sx': 50, 'measure': 10}",{'cx': 172},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qaoa_mapped_ibm_montreal_qiskit_opt0_10.qasm -2979,127,335,"{'rz': 291, 'sx': 15, 'measure': 15}",{'cx': 567},"(28, 35); (35, 28); (35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt2_15.qasm -2980,127,82,"{'rz': 144, 'sx': 72, 'measure': 42}",{'cx': 195},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (53, 60); (54, 45); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (93, 87); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (111, 104); (111, 122); (122, 111)",graphstate_mapped_ibm_washington_qiskit_opt2_42.qasm -2981,127,2154,"{'rz': 400, 'sx': 400, 'measure': 50}",{'cx': 14197},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt2_50.qasm -2982,127,5320,"{'rz': 7192, 'sx': 152, 'measure': 76, 'x': 1}",{'cx': 18137},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_77.qasm -2983,127,379,"{'rz': 310, 'sx': 186, 'measure': 32, 'x': 1}",{'cx': 365},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30)",wstate_mapped_ibm_washington_qiskit_opt0_32.qasm -2984,127,126,"{'rz': 112, 'sx': 65, 'measure': 30, 'x': 2}",{'cx': 94},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (33, 20); (33, 39); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",dj_mapped_ibm_washington_qiskit_opt3_31.qasm -2985,127,726,"{'rz': 410, 'sx': 205, 'measure': 102, 'x': 93}",{'cx': 1242},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt0_103.qasm -2986,127,33,"{'rz': 102, 'sx': 51, 'measure': 37}",{'cx': 145},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (109, 96); (110, 100); (110, 118); (118, 110)",graphstate_mapped_ibm_washington_qiskit_opt2_37.qasm -2987,27,1910,"{'rz': 1911, 'sx': 724, 'measure': 23, 'x': 20}",{'cx': 4133},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_23.qasm -2988,127,3152,"{'sx': 592, 'rz': 592, 'measure': 74}",{'cx': 30944},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_74.qasm -2989,127,3124,"{'rz': 1482, 'sx': 130, 'measure': 9, 'x': 1}",{'cx': 2688},"(48, 49); (49, 48); (49, 55); (55, 49); (55, 68); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66)",grover-v-chain_mapped_ibm_washington_qiskit_opt2_9.qasm -2990,127,65,"{'rz': 53, 'sx': 33, 'measure': 16}",{'cx': 52},"(49, 55); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (85, 73)",dj_mapped_ibm_washington_qiskit_opt2_17.qasm -2991,127,426,"{'rz': 230, 'sx': 115, 'x': 57, 'measure': 57}",{'cx': 729},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",dj_mapped_ibm_washington_qiskit_opt0_58.qasm -2992,127,133,"{'rz': 520, 'sx': 260, 'measure': 120}",{'cx': 918},"(0, 1); (0, 14); (1, 0); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_120.qasm -2993,127,3474,"{'rz': 3927, 'sx': 51, 'measure': 51}",{'cx': 16833},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_51.qasm -2994,27,350,"{'rz': 287, 'sx': 103, 'measure': 13, 'x': 10}",{'cx': 319},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt3_13.qasm -2995,127,4162,"{'rz': 5614, 'sx': 62, 'measure': 61}",{'cx': 23658},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_61.qasm -2996,127,2265,"{'rz': 2998, 'sx': 114, 'measure': 57, 'x': 1}",{'cx': 8982},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qpeexact_mapped_ibm_washington_qiskit_opt2_58.qasm -2997,127,5542,"{'rz': 5917, 'sx': 122, 'measure': 61, 'x': 1}",{'cx': 26978},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt0_62.qasm -2998,27,274,"{'rz': 132, 'sx': 88, 'measure': 11}",{'cx': 843},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",realamprandom_mapped_ibm_montreal_qiskit_opt0_11.qasm -2999,127,532,"{'rz': 420, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 1452},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_16.qasm -3000,127,977,"{'rz': 3193, 'sx': 1866, 'x': 96, 'measure': 42}",{'cx': 3423},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt3_42.qasm -3001,127,2528,"{'rz': 2700, 'sx': 60, 'measure': 60}",{'cx': 8643},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt2_60.qasm -3002,127,4340,"{'rz': 4440, 'sx': 308, 'measure': 52}",{'cx': 16125},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_52.qasm -3003,27,466,"{'rz': 371, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 627},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 22); (22, 19)",qpeexact_mapped_ibm_montreal_qiskit_opt1_15.qasm -3004,127,123,"{'measure': 30, 'rz': 2, 'sx': 1}",{'cx': 212},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_30.qasm -3005,127,290,"{'rz': 207, 'sx': 172, 'measure': 15, 'x': 1}",{'cx': 848},"(4, 15); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",su2random_mapped_ibm_washington_qiskit_opt3_15.qasm -3006,127,125,"{'rz': 504, 'sx': 252, 'measure': 120}",{'cx': 726},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",graphstate_mapped_ibm_washington_qiskit_opt2_120.qasm -3007,127,3895,"{'rz': 1968, 'sx': 1485, 'x': 43, 'measure': 19}",{'cx': 1884},"(72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",pricingcall_mapped_ibm_washington_qiskit_opt3_19.qasm -3008,127,127,"{'rz': 554, 'sx': 277, 'measure': 125}",{'cx': 827},"(0, 1); (0, 14); (1, 0); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_125.qasm -3009,127,4455,"{'rz': 6938, 'sx': 148, 'measure': 74, 'x': 1}",{'cx': 17076},"(12, 17); (17, 12); (17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_75.qasm -3010,127,19168,"{'rz': 9098, 'sx': 125, 'x': 10, 'measure': 9}",{'cx': 19755},"(86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (122, 111)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt1_9.qasm -3011,127,334,"{'rz': 254, 'sx': 127, 'measure': 63}",{'cx': 399},"(4, 15); (15, 4); (15, 22); (16, 26); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (33, 39); (34, 24); (34, 43); (35, 47); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (102, 92); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt1_64.qasm -3012,127,3529,"{'rz': 3660, 'sx': 278, 'measure': 47}",{'cx': 13061},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_47.qasm -3013,127,316,"{'rz': 172, 'sx': 56, 'measure': 16}",{'cx': 357},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",portfolioqaoa_mapped_ibm_washington_qiskit_opt2_8.qasm -3014,27,225,"{'rz': 144, 'sx': 54, 'measure': 9}",{'cx': 331},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",qnn_mapped_ibm_montreal_qiskit_opt2_9.qasm -3015,127,193,"{'sx': 188, 'rz': 94, 'measure': 48, 'x': 1}",{'cx': 94},"(6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_48.qasm -3016,127,75,"{'rz': 60, 'sx': 30, 'measure': 10}",{'cx': 112},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_10.qasm -3017,127,18432,"{'rz': 18647, 'sx': 7262, 'x': 292, 'measure': 71}",{'cx': 80202},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83)",random_mapped_ibm_washington_qiskit_opt2_71.qasm -3018,127,3857,"{'sx': 608, 'rz': 608, 'measure': 76}",{'cx': 31289},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",su2random_mapped_ibm_washington_qiskit_opt2_76.qasm -3019,127,12094,"{'rz': 888, 'sx': 592, 'measure': 74}",{'cx': 104091},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_74.qasm -3020,127,3343,"{'rz': 1610, 'sx': 210, 'measure': 35}",{'cx': 17540},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24)",qnn_mapped_ibm_washington_qiskit_opt0_35.qasm -3021,27,767,"{'rz': 667, 'sx': 116, 'measure': 20}",{'cx': 1058},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",ae_mapped_ibm_montreal_qiskit_opt1_20.qasm -3022,127,9331,"{'rz': 15135, 'sx': 584, 'measure': 98}",{'cx': 60143},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt0_98.qasm -3023,127,440,"{'rz': 402, 'sx': 161, 'measure': 15, 'x': 14}",{'cx': 428},"(41, 53); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (73, 66); (73, 85); (85, 73)",ae_mapped_ibm_washington_qiskit_opt3_15.qasm -3024,127,145,"{'rz': 103, 'sx': 9, 'measure': 9}",{'cx': 180},"(45, 54); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",qft_mapped_ibm_washington_qiskit_opt2_9.qasm -3025,127,1300,"{'rz': 1380, 'sx': 164, 'measure': 28}",{'cx': 3555},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_28.qasm -3026,127,6362,"{'sx': 576, 'rz': 576, 'measure': 72}",{'cx': 37410},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_72.qasm -3027,127,3833,"{'rz': 6748, 'sx': 116, 'measure': 115}",{'cx': 32132},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_115.qasm -3028,27,39,"{'rz': 58, 'sx': 29, 'measure': 19}",{'cx': 55},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt2_19.qasm -3029,127,65,"{'measure': 62, 'rz': 2, 'sx': 1}",{'cx': 61},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_62.qasm -3030,127,8622,"{'rz': 8544, 'sx': 534, 'measure': 89}",{'cx': 48415},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_89.qasm -3031,27,2847,"{'rz': 1026, 'sx': 162, 'measure': 27}",{'cx': 10877},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt0_27.qasm -3032,127,295,"{'rz': 233, 'sx': 135, 'measure': 60, 'x': 6}",{'cx': 255},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (106, 93)",dj_mapped_ibm_washington_qiskit_opt3_61.qasm -3033,127,531,"{'rz': 412, 'sx': 260, 'measure': 11}",{'cx': 600},"(35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",portfoliovqe_mapped_ibm_washington_qiskit_opt2_11.qasm -3034,127,2806,"{'rz': 5033, 'sx': 118, 'measure': 59, 'x': 1}",{'cx': 11496},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt1_60.qasm -3035,127,13662,"{'rz': 992, 'sx': 992, 'measure': 124}",{'cx': 103568},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 102); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_124.qasm -3036,127,384,"{'measure': 78, 'rz': 2, 'sx': 1}",{'cx': 689},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_78.qasm -3037,127,643,"{'rz': 362, 'sx': 181, 'measure': 90, 'x': 85}",{'cx': 1098},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 88); (90, 75)",dj_mapped_ibm_washington_qiskit_opt0_91.qasm -3038,127,320,"{'rz': 154, 'sx': 153, 'measure': 13}",{'cx': 584},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",realamprandom_mapped_ibm_washington_qiskit_opt3_13.qasm -3039,27,647,"{'rz': 546, 'sx': 104, 'measure': 18}",{'cx': 819},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt1_18.qasm -3040,127,35,"{'rz': 60, 'sx': 30, 'measure': 18}",{'cx': 66},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (72, 62); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",graphstate_mapped_ibm_washington_qiskit_opt2_18.qasm -3041,127,81,"{'sx': 76, 'rz': 38, 'measure': 20, 'x': 1}",{'cx': 38},"(87, 93); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_20.qasm -3042,127,2561,"{'rz': 2375, 'sx': 76, 'measure': 38, 'x': 1}",{'cx': 9849},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_39.qasm -3043,127,2483,"{'rz': 3648, 'sx': 342, 'measure': 57}",{'cx': 15267},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (32, 36); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt2_57.qasm -3044,127,82,"{'rz': 430, 'sx': 215, 'measure': 103}",{'cx': 619},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_103.qasm -3045,27,23,"{'rz': 53, 'sx': 52, 'measure': 9, 'x': 1}",{'cx': 16},"(17, 18); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",vqe_mapped_ibm_montreal_qiskit_opt1_9.qasm -3046,127,3032,"{'rz': 3625, 'sx': 380, 'measure': 64}",{'cx': 9483},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_64.qasm -3047,127,584,"{'sx': 144, 'rz': 144, 'measure': 18}",{'cx': 1913},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",realamprandom_mapped_ibm_washington_qiskit_opt1_18.qasm -3048,127,333,"{'rz': 262, 'sx': 131, 'measure': 65}",{'cx': 425},"(11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (39, 33); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (110, 100); (110, 118); (118, 110)",dj_mapped_ibm_washington_qiskit_opt1_66.qasm -3049,127,5860,"{'rz': 6292, 'sx': 210, 'measure': 105, 'x': 1}",{'cx': 31102},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_106.qasm -3050,127,554,"{'rz': 398, 'sx': 222, 'measure': 102, 'x': 8}",{'cx': 561},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt3_103.qasm -3051,127,283,"{'rz': 88, 'sx': 88, 'measure': 11}",{'cx': 551},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_11.qasm -3052,27,16,"{'measure': 13, 'rz': 2, 'sx': 1}",{'cx': 12},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_13.qasm -3053,127,45,"{'rz': 26, 'sx': 13, 'x': 9, 'measure': 6}",{'cx': 51},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",dj_mapped_ibm_washington_qiskit_opt0_7.qasm -3054,27,532,"{'rz': 587, 'sx': 20, 'measure': 20}",{'cx': 1124},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_20.qasm -3055,127,7053,"{'rz': 12018, 'sx': 228, 'measure': 114, 'x': 1}",{'cx': 39124},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_115.qasm -3056,27,327,"{'rz': 225, 'sx': 140, 'x': 15, 'measure': 7}",{'cx': 185},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",pricingput_mapped_ibm_montreal_qiskit_opt3_7.qasm -3057,127,237,"{'sx': 232, 'rz': 116, 'measure': 59, 'x': 1}",{'cx': 116},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_59.qasm -3058,127,99,"{'rz': 77, 'sx': 7, 'measure': 7}",{'cx': 141},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",qft_mapped_ibm_washington_qiskit_opt0_7.qasm -3059,127,1113,"{'sx': 519, 'rz': 417, 'measure': 115, 'x': 1}",{'cx': 1487},"(0, 1); (0, 14); (1, 0); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_115.qasm -3060,127,652,"{'rz': 354, 'sx': 177, 'measure': 88, 'x': 83}",{'cx': 1099},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87)",dj_mapped_ibm_washington_qiskit_opt0_89.qasm -3061,127,5729,"{'rz': 10748, 'sx': 208, 'measure': 104, 'x': 1}",{'cx': 32397},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_105.qasm -3062,127,3776,"{'rz': 6011, 'sx': 71, 'measure': 70}",{'cx': 14542},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt1_70.qasm -3063,27,216,"{'rz': 72, 'sx': 72, 'measure': 9}",{'cx': 359},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_9.qasm -3064,27,23,"{'rz': 49, 'sx': 44, 'measure': 9, 'x': 5}",{'cx': 16},"(17, 18); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",vqe_mapped_ibm_montreal_qiskit_opt3_9.qasm -3065,127,33,"{'sx': 28, 'rz': 14, 'measure': 8, 'x': 1}",{'cx': 14},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119)",wstate_mapped_ibm_washington_qiskit_opt3_8.qasm -3066,27,436,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1886},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt1_19.qasm -3067,127,5727,"{'rz': 6695, 'sx': 130, 'measure': 65, 'x': 1}",{'cx': 30462},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt0_66.qasm -3068,127,159,"{'sx': 56, 'rz': 56, 'measure': 7}",{'cx': 175},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",su2random_mapped_ibm_washington_qiskit_opt1_7.qasm -3069,127,1014,"{'rz': 1248, 'sx': 192, 'measure': 32}",{'cx': 3882},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (35, 28); (35, 47); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (92, 83)",qnn_mapped_ibm_washington_qiskit_opt2_32.qasm -3070,127,6249,"{'rz': 11238, 'sx': 644, 'measure': 108}",{'cx': 31563},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (126, 112)",ae_mapped_ibm_washington_qiskit_opt1_108.qasm -3071,127,40,"{'measure': 37, 'rz': 2, 'sx': 1}",{'cx': 36},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt3_37.qasm -3072,127,3974,"{'rz': 5682, 'sx': 103, 'measure': 103}",{'cx': 26466},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_103.qasm -3073,127,1267,"{'rz': 950, 'sx': 570, 'measure': 96, 'x': 1}",{'cx': 1462},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",wstate_mapped_ibm_washington_qiskit_opt0_96.qasm -3074,27,1089,"{'rz': 1029, 'sx': 874, 'x': 46, 'measure': 26}",{'cx': 3330},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt3_26.qasm -3075,27,42,"{'rz': 68, 'sx': 35, 'measure': 7}",{'cx': 40},"(5, 8); (8, 5); (8, 11); (11, 8); (13, 14); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16)",qaoa_mapped_ibm_montreal_qiskit_opt3_7.qasm -3076,127,6329,"{'rz': 9877, 'sx': 102, 'measure': 102}",{'cx': 31129},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_102.qasm -3077,127,16,"{'measure': 13, 'rz': 2, 'sx': 1}",{'cx': 12},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",ghz_mapped_ibm_washington_qiskit_opt3_13.qasm -3078,127,898,"{'measure': 121, 'rz': 2, 'sx': 1}",{'cx': 1047},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_121.qasm -3079,127,775,"{'measure': 100, 'rz': 2, 'sx': 1}",{'cx': 873},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_100.qasm -3080,127,327,"{'rz': 270, 'sx': 126, 'measure': 18, 'x': 1}",{'cx': 460},"(34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",portfolioqaoa_mapped_ibm_washington_qiskit_opt3_9.qasm -3081,127,3386,"{'sx': 536, 'rz': 536, 'measure': 67}",{'cx': 25597},"(24, 25); (24, 34); (25, 24); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104); (111, 122); (122, 111); (122, 123); (123, 122)",su2random_mapped_ibm_washington_qiskit_opt2_67.qasm -3082,127,267,"{'rz': 480, 'sx': 240, 'measure': 80}",{'cx': 1760},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",graphstate_mapped_ibm_washington_qiskit_opt0_80.qasm -3083,127,63881,"{'rz': 62499, 'sx': 23249, 'x': 823, 'measure': 127}",{'cx': 381929},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_127.qasm -3084,127,184,"{'rz': 360, 'sx': 180, 'measure': 60}",{'cx': 960},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",graphstate_mapped_ibm_washington_qiskit_opt0_60.qasm -3085,127,2341,"{'rz': 3950, 'sx': 53, 'measure': 53}",{'cx': 8450},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qft_mapped_ibm_washington_qiskit_opt1_53.qasm -3086,127,231,"{'sx': 72, 'rz': 72, 'measure': 9}",{'cx': 306},"(44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_9.qasm -3087,127,3506,"{'rz': 4236, 'sx': 84, 'measure': 84}",{'cx': 15767},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qft_mapped_ibm_washington_qiskit_opt2_84.qasm -3088,127,413,"{'rz': 286, 'sx': 77, 'measure': 22}",{'cx': 742},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",portfolioqaoa_mapped_ibm_washington_qiskit_opt1_11.qasm -3089,127,163,"{'rz': 378, 'sx': 189, 'measure': 63}",{'cx': 1092},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",graphstate_mapped_ibm_washington_qiskit_opt0_63.qasm -3090,127,4034,"{'rz': 4898, 'sx': 488, 'measure': 82}",{'cx': 15255},"(17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_82.qasm -3091,127,86,"{'rz': 266, 'sx': 133, 'measure': 69}",{'cx': 450},"(4, 15); (15, 4); (15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_69.qasm -3092,127,12371,"{'rz': 912, 'sx': 608, 'measure': 76}",{'cx': 110391},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt0_76.qasm -3093,127,6918,"{'rz': 3516, 'sx': 2728, 'x': 58, 'measure': 21}",{'cx': 2872},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",pricingput_mapped_ibm_washington_qiskit_opt3_21.qasm -3094,127,321,"{'rz': 144, 'sx': 96, 'measure': 12}",{'cx': 1308},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_12.qasm -3095,27,207,"{'rz': 72, 'sx': 72, 'measure': 9}",{'cx': 301},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21)",realamprandom_mapped_ibm_montreal_qiskit_opt2_9.qasm -3096,127,7888,"{'rz': 11399, 'sx': 88, 'measure': 87}",{'cx': 54623},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_87.qasm -3097,27,53,"{'measure': 23, 'rz': 2, 'sx': 1}",{'cx': 58},"(1, 4); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_23.qasm -3098,127,63,"{'measure': 60, 'rz': 2, 'sx': 1}",{'cx': 59},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (39, 33); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_60.qasm -3099,127,2158,"{'rz': 5538, 'sx': 426, 'measure': 71}",{'cx': 18423},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",qnn_mapped_ibm_washington_qiskit_opt2_71.qasm -3100,127,1180,"{'sx': 232, 'rz': 232, 'measure': 29}",{'cx': 4346},"(35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt2_29.qasm -3101,127,1696,"{'sx': 344, 'rz': 344, 'measure': 43}",{'cx': 10897},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",realamprandom_mapped_ibm_washington_qiskit_opt1_43.qasm -3102,127,134,"{'rz': 118, 'sx': 59, 'measure': 29}",{'cx': 104},"(35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (91, 79); (91, 98); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99)",dj_mapped_ibm_washington_qiskit_opt1_30.qasm -3103,27,276,"{'rz': 96, 'sx': 64, 'measure': 8}",{'cx': 459},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",realamprandom_mapped_ibm_montreal_qiskit_opt0_8.qasm -3104,127,802,"{'measure': 106, 'rz': 2, 'sx': 1}",{'cx': 894},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_106.qasm -3105,127,3456,"{'rz': 4721, 'sx': 162, 'measure': 81, 'x': 1}",{'cx': 18069},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt2_82.qasm -3106,127,294,"{'rz': 158, 'sx': 79, 'measure': 39, 'x': 37}",{'cx': 510},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",dj_mapped_ibm_washington_qiskit_opt0_40.qasm -3107,127,7888,"{'rz': 15050, 'sx': 100, 'measure': 100}",{'cx': 65814},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt0_100.qasm -3108,127,385,"{'sx': 380, 'rz': 190, 'measure': 96, 'x': 1}",{'cx': 190},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_96.qasm -3109,127,92,"{'rz': 82, 'sx': 49, 'measure': 20, 'x': 3}",{'cx': 51},"(24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (53, 41); (53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (92, 83); (92, 102); (102, 92)",dj_mapped_ibm_washington_qiskit_opt3_21.qasm -3110,127,26,"{'measure': 23, 'rz': 2, 'sx': 1}",{'cx': 22},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",ghz_mapped_ibm_washington_qiskit_opt1_23.qasm -3111,127,2454,"{'rz': 360, 'sx': 360, 'measure': 45}",{'cx': 12979},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (89, 74)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_45.qasm -3112,127,3754,"{'sx': 520, 'rz': 520, 'measure': 65}",{'cx': 23957},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt2_65.qasm -3113,127,9712,"{'rz': 9888, 'sx': 576, 'measure': 96}",{'cx': 55056},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_96.qasm -3114,127,4879,"{'rz': 664, 'sx': 664, 'measure': 83}",{'cx': 43632},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_83.qasm -3115,127,236,"{'rz': 183, 'sx': 103, 'measure': 51}",{'cx': 294},"(4, 15); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt2_52.qasm -3116,127,30,"{'rz': 94, 'sx': 92, 'measure': 16, 'x': 2}",{'cx': 30},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58)",vqe_mapped_ibm_washington_qiskit_opt1_16.qasm -3117,27,580,"{'rz': 894, 'sx': 825, 'measure': 20, 'x': 3}",{'cx': 1559},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_20.qasm -3118,127,2581,"{'sx': 424, 'rz': 424, 'measure': 53}",{'cx': 16155},"(27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_53.qasm -3119,127,189,"{'measure': 36, 'rz': 2, 'sx': 1}",{'cx': 332},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24); (35, 28)",ghz_mapped_ibm_washington_qiskit_opt0_36.qasm -3120,27,1311,"{'rz': 1326, 'sx': 651, 'x': 53, 'measure': 18}",{'cx': 2009},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_18.qasm -3121,127,14481,"{'rz': 1008, 'sx': 672, 'measure': 84}",{'cx': 137451},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_84.qasm -3122,27,101,"{'measure': 22, 'rz': 2, 'sx': 1}",{'cx': 186},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt0_22.qasm -3123,127,1224,"{'sx': 533, 'rz': 429, 'measure': 118, 'x': 1}",{'cx': 1545},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_118.qasm -3124,127,3479,"{'rz': 3572, 'sx': 94, 'measure': 47, 'x': 1}",{'cx': 14991},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_48.qasm -3125,127,361,"{'rz': 259, 'sx': 141, 'measure': 70}",{'cx': 409},"(8, 16); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (118, 110)",dj_mapped_ibm_washington_qiskit_opt2_71.qasm -3126,127,5161,"{'rz': 8716, 'sx': 176, 'measure': 88, 'x': 1}",{'cx': 24470},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_89.qasm -3127,127,672,"{'rz': 329, 'sx': 160, 'x': 14, 'measure': 11}",{'cx': 432},"(49, 55); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73)",pricingput_mapped_ibm_washington_qiskit_opt1_11.qasm -3128,127,10824,"{'rz': 13288, 'sx': 248, 'measure': 124, 'x': 1}",{'cx': 49901},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_125.qasm -3129,127,8342,"{'rz': 672, 'sx': 448, 'measure': 56}",{'cx': 58464},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_56.qasm -3130,127,209,"{'measure': 41, 'rz': 2, 'sx': 1}",{'cx': 370},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_41.qasm -3131,127,6049,"{'rz': 9884, 'sx': 82, 'measure': 81}",{'cx': 44057},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_81.qasm -3132,127,650,"{'rz': 1029, 'sx': 27, 'measure': 26}",{'cx': 3069},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_26.qasm -3133,127,4288,"{'rz': 6090, 'sx': 114, 'measure': 113}",{'cx': 30344},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_113.qasm -3134,127,299,"{'rz': 624, 'sx': 312, 'measure': 104}",{'cx': 2462},"(0, 1); (0, 14); (1, 0); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt0_104.qasm -3135,127,11777,"{'sx': 816, 'rz': 816, 'measure': 102}",{'cx': 80067},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_102.qasm -3136,27,1247,"{'rz': 1109, 'sx': 28, 'measure': 27}",{'cx': 3998},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt0_27.qasm -3137,27,874,"{'rz': 1161, 'sx': 657, 'measure': 16}",{'cx': 1566},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_16.qasm -3138,127,4889,"{'rz': 8544, 'sx': 534, 'measure': 89}",{'cx': 43474},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_89.qasm -3139,127,107,"{'rz': 190, 'sx': 95, 'measure': 61}",{'cx': 289},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt2_61.qasm -3140,127,5741,"{'rz': 9830, 'sx': 578, 'measure': 97}",{'cx': 25462},"(12, 17); (15, 22); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_97.qasm -3141,27,303,"{'rz': 260, 'sx': 114, 'measure': 10, 'x': 7}",{'cx': 366},"(8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",random_mapped_ibm_montreal_qiskit_opt2_10.qasm -3142,127,247,"{'rz': 276, 'sx': 138, 'measure': 46}",{'cx': 817},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",graphstate_mapped_ibm_washington_qiskit_opt0_46.qasm -3143,127,511,"{'rz': 495, 'sx': 18, 'measure': 18}",{'cx': 1566},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_18.qasm -3144,27,107,"{'sx': 85, 'rz': 45, 'measure': 22, 'x': 1}",{'cx': 70},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_22.qasm -3145,127,4491,"{'rz': 5012, 'sx': 506, 'measure': 85}",{'cx': 16746},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100)",ae_mapped_ibm_washington_qiskit_opt2_85.qasm -3146,27,833,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 3061},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt2_24.qasm -3147,127,5448,"{'rz': 9351, 'sx': 186, 'measure': 93, 'x': 1}",{'cx': 26122},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt1_94.qasm -3148,127,13361,"{'rz': 948, 'sx': 632, 'measure': 79}",{'cx': 122013},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_79.qasm -3149,127,3129,"{'rz': 568, 'sx': 568, 'measure': 71}",{'cx': 26542},"(11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt2_71.qasm -3150,127,28,"{'measure': 25, 'rz': 2, 'sx': 1}",{'cx': 24},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",ghz_mapped_ibm_washington_qiskit_opt1_25.qasm -3151,27,90,"{'rz': 58, 'sx': 29, 'x': 19, 'measure': 14}",{'cx': 128},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",dj_mapped_ibm_montreal_qiskit_opt0_15.qasm -3152,127,45,"{'measure': 12, 'rz': 2, 'sx': 1}",{'cx': 74},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_12.qasm -3153,27,170,"{'rz': 120, 'sx': 38, 'measure': 7}",{'cx': 123},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",ae_mapped_ibm_montreal_qiskit_opt0_7.qasm -3154,127,413,"{'rz': 350, 'sx': 145, 'measure': 22, 'x': 15}",{'cx': 714},"(64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102)",portfolioqaoa_mapped_ibm_washington_qiskit_opt3_11.qasm -3155,127,7487,"{'rz': 13030, 'sx': 728, 'measure': 122}",{'cx': 41123},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_122.qasm -3156,127,1404,"{'rz': 2766, 'sx': 813, 'x': 92, 'measure': 48}",{'cx': 4907},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100)",ae_mapped_ibm_washington_qiskit_opt3_48.qasm -3157,127,13682,"{'rz': 1296, 'sx': 648, 'measure': 81}",{'cx': 126540},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",su2random_mapped_ibm_washington_qiskit_opt0_81.qasm -3158,127,665,"{'rz': 304, 'sx': 152, 'measure': 19}",{'cx': 3507},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_19.qasm -3159,127,274,"{'rz': 201, 'sx': 121, 'measure': 52, 'x': 8}",{'cx': 214},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (53, 60); (54, 45); (54, 64); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 73); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (92, 83); (93, 87); (93, 106); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107)",dj_mapped_ibm_washington_qiskit_opt3_53.qasm -3160,127,5542,"{'rz': 512, 'sx': 512, 'measure': 64}",{'cx': 28247},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_64.qasm -3161,127,563,"{'rz': 540, 'sx': 120, 'measure': 20}",{'cx': 1783},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt1_20.qasm -3162,27,930,"{'rz': 1666, 'sx': 878, 'measure': 26, 'x': 12}",{'cx': 2746},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (9, 8); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_26.qasm -3163,127,389,"{'rz': 202, 'sx': 101, 'measure': 50, 'x': 49}",{'cx': 671},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49)",dj_mapped_ibm_washington_qiskit_opt0_51.qasm -3164,27,521,"{'rz': 472, 'sx': 408, 'x': 19, 'measure': 16}",{'cx': 1096},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_16.qasm -3165,127,130,"{'rz': 100, 'sx': 60, 'measure': 11, 'x': 1}",{'cx': 131},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_11.qasm -3166,27,365,"{'rz': 96, 'sx': 96, 'measure': 12}",{'cx': 656},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt2_12.qasm -3167,127,438,"{'rz': 393, 'sx': 189, 'measure': 13, 'x': 5}",{'cx': 641},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qnn_mapped_ibm_washington_qiskit_opt3_13.qasm -3168,27,162,"{'rz': 112, 'sx': 14, 'measure': 7, 'x': 1}",{'cx': 197},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",qpeexact_mapped_ibm_montreal_qiskit_opt0_8.qasm -3169,127,466,"{'rz': 330, 'sx': 90, 'measure': 15}",{'cx': 1005},"(53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",qnn_mapped_ibm_washington_qiskit_opt1_15.qasm -3170,127,422,"{'rz': 337, 'sx': 191, 'measure': 85, 'x': 9}",{'cx': 452},"(8, 16); (12, 17); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 73); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 98); (92, 83); (92, 102); (93, 87); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt3_86.qasm -3171,127,518,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1449},"(58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",su2random_mapped_ibm_washington_qiskit_opt1_16.qasm -3172,127,3828,"{'rz': 4242, 'sx': 54, 'measure': 53}",{'cx': 20079},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37)",qftentangled_mapped_ibm_washington_qiskit_opt0_53.qasm -3173,127,343,"{'rz': 242, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 438},"(24, 34); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qpeinexact_mapped_ibm_washington_qiskit_opt2_13.qasm -3174,27,261,"{'rz': 140, 'sx': 49, 'measure': 14}",{'cx': 270},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt2_7.qasm -3175,127,160,"{'rz': 76, 'sx': 36, 'x': 6, 'measure': 5}",{'cx': 84},"(62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82)",pricingcall_mapped_ibm_washington_qiskit_opt1_5.qasm -3176,127,65,"{'rz': 54, 'sx': 31, 'measure': 15}",{'cx': 53},"(40, 41); (41, 40); (41, 53); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84)",dj_mapped_ibm_washington_qiskit_opt2_16.qasm -3177,127,6887,"{'rz': 6723, 'sx': 222, 'measure': 111, 'x': 1}",{'cx': 31920},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_112.qasm -3178,127,209,"{'rz': 130, 'sx': 50, 'measure': 9}",{'cx': 141},"(35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (54, 45); (54, 64); (64, 54)",ae_mapped_ibm_washington_qiskit_opt2_9.qasm -3179,127,1693,"{'rz': 1618, 'sx': 648, 'x': 22, 'measure': 22}",{'cx': 3543},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",random_mapped_ibm_washington_qiskit_opt2_22.qasm -3180,127,289,"{'sx': 284, 'rz': 142, 'measure': 72, 'x': 1}",{'cx': 142},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_72.qasm -3181,127,7334,"{'rz': 9494, 'sx': 564, 'measure': 94}",{'cx': 49258},"(11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_94.qasm -3182,27,27838,"{'rz': 14103, 'sx': 200, 'measure': 9, 'x': 1}",{'cx': 27597},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",grover-noancilla_mapped_ibm_montreal_qiskit_opt2_9.qasm -3183,127,51,"{'rz': 135, 'sx': 71, 'measure': 37, 'x': 1}",{'cx': 147},"(33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt3_37.qasm -3184,127,624,"{'rz': 334, 'sx': 167, 'measure': 83, 'x': 81}",{'cx': 1079},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",dj_mapped_ibm_washington_qiskit_opt0_84.qasm -3185,127,11224,"{'rz': 16167, 'sx': 204, 'measure': 102, 'x': 1}",{'cx': 79044},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt0_103.qasm -3186,127,7950,"{'rz': 11891, 'sx': 226, 'measure': 113, 'x': 1}",{'cx': 40467},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_114.qasm -3187,27,65,"{'rz': 52, 'sx': 31, 'measure': 15}",{'cx': 50},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt2_16.qasm -3188,27,1084,"{'rz': 841, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 2707},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt0_23.qasm -3189,27,314,"{'rz': 207, 'sx': 63, 'measure': 18}",{'cx': 472},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt2_9.qasm -3190,27,770,"{'rz': 841, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 1540},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt1_23.qasm -3191,127,4290,"{'rz': 5306, 'sx': 518, 'measure': 87}",{'cx': 17751},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",ae_mapped_ibm_washington_qiskit_opt2_87.qasm -3192,27,396,"{'rz': 337, 'sx': 16, 'measure': 16}",{'cx': 705},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_16.qasm -3193,127,429,"{'rz': 672, 'sx': 336, 'measure': 112}",{'cx': 2971},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (111, 104)",graphstate_mapped_ibm_washington_qiskit_opt0_112.qasm -3194,127,383,"{'rz': 564, 'sx': 282, 'measure': 94}",{'cx': 2581},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (93, 87)",graphstate_mapped_ibm_washington_qiskit_opt0_94.qasm -3195,27,36041,"{'rz': 19296, 'sx': 1486, 'measure': 18, 'x': 2}",{'cx': 34563},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",shor_9_4_mapped_ibm_montreal_qiskit_opt1_18.qasm -3196,27,1135,"{'rz': 690, 'sx': 213, 'x': 9, 'measure': 7}",{'cx': 838},"(8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16)",grover-v-chain_mapped_ibm_montreal_qiskit_opt3_7.qasm -3197,127,6403,"{'rz': 11573, 'sx': 116, 'measure': 116}",{'cx': 36968},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_116.qasm -3198,127,73,"{'sx': 68, 'rz': 34, 'measure': 18, 'x': 1}",{'cx': 34},"(106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_18.qasm -3199,127,9763,"{'rz': 720, 'sx': 480, 'measure': 60}",{'cx': 68607},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_60.qasm -3200,127,4893,"{'rz': 5586, 'sx': 184, 'measure': 92, 'x': 1}",{'cx': 22728},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt2_93.qasm -3201,127,3531,"{'rz': 9400, 'sx': 99, 'measure': 98}",{'cx': 25941},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_98.qasm -3202,27,697,"{'rz': 458, 'sx': 274, 'x': 26, 'measure': 11}",{'cx': 389},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",pricingput_mapped_ibm_montreal_qiskit_opt3_11.qasm -3203,27,120,"{'sx': 100, 'rz': 50, 'measure': 26, 'x': 1}",{'cx': 65},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_26.qasm -3204,127,500,"{'rz': 393, 'sx': 80, 'measure': 14}",{'cx': 908},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_14.qasm -3205,27,729,"{'rz': 772, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 1665},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt2_24.qasm -3206,127,7452,"{'rz': 7658, 'sx': 250, 'measure': 125, 'x': 1}",{'cx': 41400},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_126.qasm -3207,127,40,"{'measure': 37, 'rz': 2, 'sx': 1}",{'cx': 36},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",ghz_mapped_ibm_washington_qiskit_opt2_37.qasm -3208,127,96,"{'rz': 432, 'sx': 216, 'measure': 106}",{'cx': 694},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt2_106.qasm -3209,27,1057,"{'rz': 192, 'sx': 128, 'measure': 16}",{'cx': 3387},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_16.qasm -3210,127,388,"{'rz': 329, 'sx': 15, 'measure': 15}",{'cx': 621},"(28, 35); (35, 28); (35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt1_15.qasm -3211,127,2642,"{'rz': 376, 'sx': 376, 'measure': 47}",{'cx': 14214},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_47.qasm -3212,127,50,"{'rz': 210, 'sx': 105, 'measure': 59}",{'cx': 221},"(3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt2_59.qasm -3213,127,1038,"{'measure': 120, 'rz': 2, 'sx': 1}",{'cx': 1142},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_120.qasm -3214,127,13179,"{'rz': 15990, 'sx': 738, 'measure': 123}",{'cx': 102624},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_123.qasm -3215,127,6196,"{'rz': 6740, 'sx': 632, 'measure': 106}",{'cx': 27624},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_106.qasm -3216,127,5573,"{'rz': 7222, 'sx': 123, 'measure': 123}",{'cx': 38558},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_123.qasm -3217,127,8161,"{'rz': 8730, 'sx': 540, 'measure': 90}",{'cx': 47317},"(3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (54, 45); (54, 64); (55, 49); (55, 68); (58, 71); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_90.qasm -3218,127,3105,"{'rz': 5766, 'sx': 68, 'measure': 68}",{'cx': 13511},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_68.qasm -3219,127,2613,"{'rz': 22320, 'sx': 15994, 'measure': 72, 'x': 14}",{'cx': 17785},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt3_72.qasm -3220,127,4877,"{'rz': 11452, 'sx': 116, 'measure': 115}",{'cx': 36286},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_115.qasm -3221,127,4411,"{'rz': 488, 'sx': 488, 'measure': 61}",{'cx': 21599},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_61.qasm -3222,127,3130,"{'rz': 5642, 'sx': 67, 'measure': 67}",{'cx': 13026},"(8, 16); (16, 8); (16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qft_mapped_ibm_washington_qiskit_opt1_67.qasm -3223,27,22586,"{'rz': 9420, 'sx': 231, 'x': 48, 'measure': 9}",{'cx': 18948},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt0_9.qasm -3224,127,13142,"{'sx': 936, 'rz': 936, 'measure': 117}",{'cx': 94559},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_117.qasm -3225,127,1422,"{'rz': 2069, 'sx': 770, 'x': 84, 'measure': 36}",{'cx': 3491},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeexact_mapped_ibm_washington_qiskit_opt3_37.qasm -3226,127,12422,"{'rz': 924, 'sx': 616, 'measure': 77}",{'cx': 111045},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_77.qasm -3227,27,825,"{'rz': 180, 'sx': 120, 'measure': 15}",{'cx': 2508},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_15.qasm -3228,27,2415,"{'rz': 2410, 'sx': 989, 'x': 45, 'measure': 26}",{'cx': 5753},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_26.qasm -3229,127,13577,"{'rz': 960, 'sx': 640, 'measure': 80}",{'cx': 122235},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_80.qasm -3230,127,851,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 3429},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_24.qasm -3231,127,6642,"{'rz': 9888, 'sx': 576, 'measure': 96}",{'cx': 52434},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qnn_mapped_ibm_washington_qiskit_opt2_96.qasm -3232,127,29,"{'measure': 26, 'rz': 2, 'sx': 1}",{'cx': 25},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",ghz_mapped_ibm_washington_qiskit_opt1_26.qasm -3233,127,971,"{'rz': 950, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 2154},"(33, 39); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt2_27.qasm -3234,127,1857,"{'rz': 3348, 'sx': 49, 'measure': 48}",{'cx': 6882},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt1_48.qasm -3235,27,654,"{'rz': 495, 'sx': 18, 'measure': 18}",{'cx': 1515},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qft_mapped_ibm_montreal_qiskit_opt0_18.qasm -3236,127,329,"{'rz': 250, 'sx': 177, 'measure': 8}",{'cx': 258},"(62, 72); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83)",portfoliovqe_mapped_ibm_washington_qiskit_opt3_8.qasm -3237,127,501,"{'rz': 274, 'sx': 137, 'measure': 68, 'x': 67}",{'cx': 848},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (68, 55)",dj_mapped_ibm_washington_qiskit_opt0_69.qasm -3238,27,423,"{'rz': 309, 'sx': 80, 'measure': 14}",{'cx': 434},"(0, 1); (1, 0); (1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",ae_mapped_ibm_montreal_qiskit_opt2_14.qasm -3239,127,53552,"{'rz': 27621, 'sx': 563, 'measure': 15, 'x': 1}",{'cx': 57121},"(53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",grover-v-chain_mapped_ibm_washington_qiskit_opt2_15.qasm -3240,127,7760,"{'rz': 636, 'sx': 424, 'measure': 53}",{'cx': 52020},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37)",realamprandom_mapped_ibm_washington_qiskit_opt0_53.qasm -3241,127,272,"{'rz': 492, 'sx': 246, 'measure': 82}",{'cx': 1744},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",graphstate_mapped_ibm_washington_qiskit_opt0_82.qasm -3242,127,19618,"{'rz': 23762, 'sx': 8248, 'x': 107, 'measure': 69}",{'cx': 121974},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_69.qasm -3243,127,280,"{'rz': 200, 'sx': 120, 'measure': 21, 'x': 1}",{'cx': 343},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_21.qasm -3244,27,828,"{'rz': 1184, 'sx': 673, 'measure': 17}",{'cx': 1671},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_17.qasm -3245,127,1604,"{'sx': 280, 'rz': 280, 'measure': 35}",{'cx': 6807},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_35.qasm -3246,27,20,"{'measure': 17, 'rz': 2, 'sx': 1}",{'cx': 16},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_17.qasm -3247,127,823,"{'rz': 1526, 'sx': 303, 'x': 36, 'measure': 33}",{'cx': 2634},"(28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (36, 51); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",qftentangled_mapped_ibm_washington_qiskit_opt3_33.qasm -3248,127,17928,"{'rz': 19419, 'sx': 7259, 'x': 289, 'measure': 71}",{'cx': 80327},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_71.qasm -3249,127,22335,"{'rz': 22209, 'sx': 8529, 'x': 308, 'measure': 77}",{'cx': 99530},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_77.qasm -3250,127,975,"{'sx': 515, 'rz': 415, 'measure': 114, 'x': 1}",{'cx': 1337},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_114.qasm -3251,127,255,"{'rz': 178, 'sx': 135, 'measure': 7}",{'cx': 182},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",portfoliovqe_mapped_ibm_washington_qiskit_opt3_7.qasm -3252,27,791,"{'rz': 885, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 1965},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_26.qasm -3253,27,446,"{'rz': 412, 'sx': 164, 'x': 17, 'measure': 15}",{'cx': 438},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",ae_mapped_ibm_montreal_qiskit_opt3_15.qasm -3254,127,5541,"{'rz': 516, 'sx': 344, 'measure': 43}",{'cx': 31611},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_43.qasm -3255,127,447,"{'rz': 346, 'sx': 213, 'measure': 87, 'x': 15}",{'cx': 415},"(3, 4); (4, 3); (4, 15); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (74, 70); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (118, 110)",dj_mapped_ibm_washington_qiskit_opt3_88.qasm -3256,127,30,"{'measure': 27, 'rz': 2, 'sx': 1}",{'cx': 26},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt2_27.qasm -3257,127,579,"{'measure': 120, 'rz': 2, 'sx': 1}",{'cx': 1040},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_120.qasm -3258,127,1593,"{'rz': 2711, 'sx': 1008, 'x': 132, 'measure': 41}",{'cx': 4307},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt3_42.qasm -3259,127,38789,"{'rz': 18299, 'sx': 137, 'x': 10, 'measure': 10}",{'cx': 37467},"(34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt2_10.qasm -3260,127,439,"{'rz': 330, 'sx': 198, 'measure': 34, 'x': 1}",{'cx': 483},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20)",wstate_mapped_ibm_washington_qiskit_opt0_34.qasm -3261,127,22,"{'rz': 32, 'sx': 16, 'measure': 10}",{'cx': 25},"(16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (35, 28); (35, 47); (47, 35); (47, 48); (48, 47); (111, 122); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt1_10.qasm -3262,127,4565,"{'rz': 6372, 'sx': 66, 'measure': 65}",{'cx': 28080},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_65.qasm -3263,27,675,"{'rz': 168, 'sx': 112, 'measure': 14}",{'cx': 2106},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",realamprandom_mapped_ibm_montreal_qiskit_opt0_14.qasm -3264,127,214,"{'rz': 150, 'sx': 90, 'measure': 16, 'x': 1}",{'cx': 258},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_16.qasm -3265,127,77,"{'rz': 120, 'sx': 60, 'measure': 20}",{'cx': 323},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_20.qasm -3266,127,6597,"{'rz': 10240, 'sx': 200, 'measure': 100, 'x': 1}",{'cx': 30941},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_101.qasm -3267,127,29,"{'sx': 90, 'rz': 90, 'measure': 15}",{'cx': 28},"(37, 38); (37, 52); (38, 37); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",vqe_mapped_ibm_washington_qiskit_opt1_15.qasm -3268,27,160,"{'rz': 98, 'sx': 42, 'measure': 7}",{'cx': 181},"(8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qnn_mapped_ibm_montreal_qiskit_opt2_7.qasm -3269,127,218,"{'rz': 154, 'sx': 11, 'measure': 11}",{'cx': 278},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83)",qft_mapped_ibm_washington_qiskit_opt2_11.qasm -3270,127,3253,"{'rz': 2823, 'sx': 242, 'measure': 41}",{'cx': 10073},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_41.qasm -3271,127,284,"{'rz': 212, 'sx': 13, 'measure': 12}",{'cx': 407},"(59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt1_12.qasm -3272,127,35,"{'rz': 120, 'sx': 60, 'measure': 12}",{'cx': 48},"(104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qaoa_mapped_ibm_washington_qiskit_opt1_12.qasm -3273,127,113,"{'rz': 240, 'sx': 120, 'measure': 68}",{'cx': 368},"(7, 8); (8, 7); (8, 16); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (121, 122); (122, 121); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt1_68.qasm -3274,127,5497,"{'rz': 7300, 'sx': 680, 'measure': 114}",{'cx': 30042},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",ae_mapped_ibm_washington_qiskit_opt2_114.qasm -3275,127,8512,"{'rz': 9402, 'sx': 3463, 'x': 141, 'measure': 50}",{'cx': 32423},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt1_50.qasm -3276,127,83,"{'measure': 80, 'rz': 2, 'sx': 1}",{'cx': 79},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_80.qasm -3277,127,260,"{'rz': 207, 'sx': 121, 'measure': 53, 'x': 7}",{'cx': 221},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (54, 45); (54, 64); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (102, 92); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt3_54.qasm -3278,127,767,"{'rz': 152, 'sx': 152, 'measure': 19}",{'cx': 2211},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_19.qasm -3279,127,1619,"{'rz': 3563, 'sx': 1560, 'x': 157, 'measure': 48}",{'cx': 5082},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt3_48.qasm -3280,127,662,"{'rz': 471, 'sx': 281, 'measure': 119, 'x': 17}",{'cx': 634},"(0, 14); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (126, 112)",dj_mapped_ibm_washington_qiskit_opt3_120.qasm -3281,127,1208,"{'sx': 304, 'rz': 304, 'measure': 38}",{'cx': 6678},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt2_38.qasm -3282,127,1206,"{'sx': 531, 'rz': 423, 'measure': 118, 'x': 1}",{'cx': 1546},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_118.qasm -3283,127,60,"{'rz': 106, 'sx': 53, 'measure': 37}",{'cx': 142},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (121, 122); (122, 121); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt1_37.qasm -3284,127,10828,"{'rz': 816, 'sx': 544, 'measure': 68}",{'cx': 89385},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_68.qasm -3285,127,1009,"{'rz': 782, 'sx': 138, 'measure': 23}",{'cx': 4457},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_23.qasm -3286,27,402,"{'rz': 112, 'sx': 112, 'measure': 14}",{'cx': 929},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_14.qasm -3287,127,4267,"{'rz': 504, 'sx': 504, 'measure': 63}",{'cx': 26691},"(15, 22); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",realamprandom_mapped_ibm_washington_qiskit_opt1_63.qasm -3288,127,302,"{'measure': 65, 'rz': 2, 'sx': 1}",{'cx': 538},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ghz_mapped_ibm_washington_qiskit_opt0_65.qasm -3289,127,10739,"{'rz': 16480, 'sx': 206, 'measure': 103, 'x': 1}",{'cx': 77180},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt0_104.qasm -3290,27,433,"{'rz': 387, 'sx': 186, 'measure': 12}",{'cx': 522},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",groundstate_medium_mapped_ibm_montreal_qiskit_opt1_12.qasm -3291,127,59576,"{'rz': 57346, 'sx': 21303, 'x': 780, 'measure': 122}",{'cx': 342333},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_122.qasm -3292,127,4214,"{'rz': 6248, 'sx': 72, 'measure': 72}",{'cx': 14611},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",qft_mapped_ibm_washington_qiskit_opt1_72.qasm -3293,127,704,"{'sx': 136, 'rz': 136, 'measure': 17}",{'cx': 1747},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt1_17.qasm -3294,127,232,"{'rz': 154, 'sx': 78, 'measure': 8, 'x': 1}",{'cx': 236},"(45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qnn_mapped_ibm_washington_qiskit_opt3_8.qasm -3295,127,2293,"{'rz': 5538, 'sx': 426, 'measure': 71}",{'cx': 21338},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_71.qasm -3296,127,1807,"{'rz': 2072, 'sx': 37, 'measure': 37}",{'cx': 7719},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_37.qasm -3297,127,29,"{'rz': 84, 'sx': 78, 'measure': 15, 'x': 6}",{'cx': 28},"(112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",vqe_mapped_ibm_washington_qiskit_opt2_15.qasm -3298,127,1543,"{'sx': 368, 'rz': 368, 'measure': 46}",{'cx': 9852},"(21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (110, 100); (110, 118); (118, 110)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_46.qasm -3299,127,11733,"{'rz': 12040, 'sx': 4173, 'x': 56, 'measure': 50}",{'cx': 56988},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_50.qasm -3300,127,361,"{'sx': 88, 'rz': 88, 'measure': 11}",{'cx': 544},"(35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",realamprandom_mapped_ibm_washington_qiskit_opt2_11.qasm -3301,127,7922,"{'rz': 10040, 'sx': 160, 'measure': 80, 'x': 1}",{'cx': 46869},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_81.qasm -3302,27,9153,"{'rz': 4056, 'sx': 975, 'x': 60, 'measure': 19}",{'cx': 9699},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt0_19.qasm -3303,27,387,"{'rz': 383, 'sx': 186, 'measure': 12}",{'cx': 480},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",groundstate_medium_mapped_ibm_montreal_qiskit_opt2_12.qasm -3304,127,6600,"{'rz': 9082, 'sx': 152, 'measure': 76, 'x': 1}",{'cx': 39248},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_77.qasm -3305,127,657,"{'rz': 614, 'sx': 195, 'measure': 19, 'x': 17}",{'cx': 762},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84)",ae_mapped_ibm_washington_qiskit_opt3_19.qasm -3306,127,51070,"{'rz': 51148, 'sx': 18760, 'x': 631, 'measure': 114}",{'cx': 289574},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_114.qasm -3307,127,54,"{'measure': 51, 'rz': 2, 'sx': 1}",{'cx': 50},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_51.qasm -3308,127,579,"{'rz': 306, 'sx': 153, 'measure': 76, 'x': 75}",{'cx': 985},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",dj_mapped_ibm_washington_qiskit_opt0_77.qasm -3309,27,55,"{'rz': 90, 'sx': 45, 'measure': 27}",{'cx': 81},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt1_27.qasm -3310,127,504,"{'rz': 737, 'sx': 22, 'measure': 22}",{'cx': 1875},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_22.qasm -3311,27,49,"{'sx': 58, 'rz': 53, 'measure': 4}",{'cx': 15},"(23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",tsp_mapped_ibm_montreal_qiskit_opt2_4.qasm -3312,127,295,"{'rz': 322, 'sx': 184, 'measure': 11, 'x': 4}",{'cx': 453},"(53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt3_11.qasm -3313,127,356,"{'rz': 708, 'sx': 354, 'measure': 118}",{'cx': 3094},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt0_118.qasm -3314,127,511,"{'rz': 192, 'sx': 128, 'measure': 16}",{'cx': 2475},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_16.qasm -3315,127,24395,"{'rz': 25547, 'sx': 9437, 'x': 369, 'measure': 82}",{'cx': 116137},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_82.qasm -3316,127,7438,"{'sx': 688, 'rz': 688, 'measure': 86}",{'cx': 50430},"(7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",su2random_mapped_ibm_washington_qiskit_opt1_86.qasm -3317,127,177,"{'rz': 312, 'sx': 156, 'measure': 52}",{'cx': 904},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",graphstate_mapped_ibm_washington_qiskit_opt0_52.qasm -3318,127,2399,"{'rz': 2094, 'sx': 206, 'measure': 35}",{'cx': 7046},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24)",ae_mapped_ibm_washington_qiskit_opt0_35.qasm -3319,127,1482,"{'rz': 2306, 'sx': 911, 'x': 117, 'measure': 39}",{'cx': 3298},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99)",ae_mapped_ibm_washington_qiskit_opt3_39.qasm -3320,127,2690,"{'rz': 3482, 'sx': 49, 'measure': 48}",{'cx': 14129},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_48.qasm -3321,127,39,"{'rz': 32, 'sx': 16, 'measure': 10}",{'cx': 34},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",graphstate_mapped_ibm_washington_qiskit_opt3_10.qasm -3322,127,847,"{'rz': 1693, 'sx': 1116, 'measure': 18, 'x': 2}",{'cx': 1624},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",portfoliovqe_mapped_ibm_washington_qiskit_opt3_18.qasm -3323,127,2094,"{'rz': 1650, 'sx': 33, 'measure': 33}",{'cx': 7581},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31)",qft_mapped_ibm_washington_qiskit_opt0_33.qasm -3324,127,4630,"{'sx': 576, 'rz': 576, 'measure': 72}",{'cx': 29308},"(20, 33); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_72.qasm -3325,127,7202,"{'rz': 588, 'sx': 392, 'measure': 49}",{'cx': 44973},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_49.qasm -3326,27,13,"{'measure': 10, 'rz': 2, 'sx': 1}",{'cx': 9},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_10.qasm -3327,127,96,"{'rz': 173, 'sx': 88, 'measure': 52, 'x': 1}",{'cx': 221},"(8, 16); (16, 8); (16, 26); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (112, 108)",graphstate_mapped_ibm_washington_qiskit_opt3_52.qasm -3328,127,6976,"{'rz': 10241, 'sx': 105, 'measure': 105}",{'cx': 30772},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",qft_mapped_ibm_washington_qiskit_opt1_105.qasm -3329,127,9909,"{'rz': 12420, 'sx': 648, 'measure': 108}",{'cx': 80093},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_108.qasm -3330,27,29,"{'sx': 24, 'rz': 12, 'measure': 7, 'x': 1}",{'cx': 12},"(17, 18); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_7.qasm -3331,27,830,"{'rz': 390, 'sx': 90, 'measure': 15}",{'cx': 2342},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qnn_mapped_ibm_montreal_qiskit_opt0_15.qasm -3332,127,5201,"{'rz': 8335, 'sx': 170, 'measure': 85, 'x': 1}",{'cx': 23408},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qpeexact_mapped_ibm_washington_qiskit_opt1_86.qasm -3333,127,347,"{'rz': 143, 'sx': 60, 'measure': 7, 'x': 4}",{'cx': 233},"(66, 73); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",pricingcall_mapped_ibm_washington_qiskit_opt1_7.qasm -3334,127,4948,"{'rz': 5546, 'sx': 118, 'measure': 59, 'x': 1}",{'cx': 24585},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt0_60.qasm -3335,27,20,"{'rz': 40, 'sx': 20, 'measure': 20}",{'cx': 20},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt2_20.qasm -3336,127,5513,"{'rz': 4490, 'sx': 1525, 'measure': 31, 'x': 27}",{'cx': 20166},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_31.qasm -3337,127,7228,"{'rz': 6938, 'sx': 121, 'measure': 120}",{'cx': 36446},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_120.qasm -3338,127,983,"{'measure': 119, 'rz': 2, 'sx': 1}",{'cx': 1033},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_119.qasm -3339,27,116,"{'rz': 68, 'sx': 8, 'measure': 7}",{'cx': 123},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (13, 12)",qftentangled_mapped_ibm_montreal_qiskit_opt2_7.qasm -3340,127,3884,"{'rz': 3982, 'sx': 1402, 'x': 61, 'measure': 32}",{'cx': 10527},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66)",random_mapped_ibm_washington_qiskit_opt1_32.qasm -3341,127,2101,"{'rz': 2198, 'sx': 88, 'measure': 44, 'x': 1}",{'cx': 5613},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt2_45.qasm -3342,127,15792,"{'rz': 1008, 'sx': 1008, 'measure': 126}",{'cx': 122379},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_126.qasm -3343,127,7659,"{'rz': 4455, 'sx': 1294, 'x': 122, 'measure': 11}",{'cx': 6255},"(34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",grover-v-chain_mapped_ibm_washington_qiskit_opt3_11.qasm -3344,127,5429,"{'rz': 9881, 'sx': 103, 'measure': 102}",{'cx': 30696},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_102.qasm -3345,127,540,"{'rz': 831, 'sx': 85, 'measure': 24, 'x': 10}",{'cx': 1467},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt3_24.qasm -3346,127,135,"{'rz': 362, 'sx': 181, 'measure': 95}",{'cx': 503},"(9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",graphstate_mapped_ibm_washington_qiskit_opt2_95.qasm -3347,127,2452,"{'rz': 20934, 'sx': 15144, 'measure': 71, 'x': 14}",{'cx': 17344},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt3_71.qasm -3348,127,39,"{'measure': 36, 'rz': 2, 'sx': 1}",{'cx': 35},"(9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_36.qasm -3349,127,414,"{'rz': 226, 'sx': 113, 'x': 57, 'measure': 56}",{'cx': 701},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",dj_mapped_ibm_washington_qiskit_opt0_57.qasm -3350,127,2529,"{'rz': 3062, 'sx': 46, 'measure': 45}",{'cx': 13160},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_45.qasm -3351,127,21,"{'measure': 18, 'rz': 2, 'sx': 1}",{'cx': 17},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58)",ghz_mapped_ibm_washington_qiskit_opt1_18.qasm -3352,27,35,"{'rz': 74, 'sx': 37, 'measure': 25}",{'cx': 67},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_25.qasm -3353,127,3117,"{'rz': 1414, 'sx': 696, 'x': 50, 'measure': 17}",{'cx': 2443},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",pricingcall_mapped_ibm_washington_qiskit_opt0_17.qasm -3354,127,6301,"{'rz': 10875, 'sx': 210, 'measure': 105, 'x': 1}",{'cx': 33037},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_106.qasm -3355,127,3674,"{'rz': 5293, 'sx': 96, 'measure': 96}",{'cx': 22612},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119)",qft_mapped_ibm_washington_qiskit_opt2_96.qasm -3356,127,1468,"{'rz': 1026, 'sx': 162, 'measure': 27}",{'cx': 7154},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_27.qasm -3357,127,6362,"{'sx': 576, 'rz': 576, 'measure': 72}",{'cx': 37410},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",realamprandom_mapped_ibm_washington_qiskit_opt1_72.qasm -3358,127,305,"{'rz': 166, 'sx': 83, 'x': 41, 'measure': 41}",{'cx': 527},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",dj_mapped_ibm_washington_qiskit_opt0_42.qasm -3359,127,3636,"{'rz': 6731, 'sx': 76, 'measure': 76}",{'cx': 16665},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_76.qasm -3360,27,53,"{'rz': 96, 'sx': 50, 'measure': 10}",{'cx': 61},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (19, 22); (21, 18); (22, 19); (22, 25); (25, 22)",qaoa_mapped_ibm_montreal_qiskit_opt2_10.qasm -3361,127,295,"{'rz': 244, 'sx': 137, 'measure': 65, 'x': 3}",{'cx': 278},"(7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (17, 30); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (53, 41); (54, 45); (54, 64); (55, 68); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (92, 83); (92, 102); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (111, 104); (111, 122); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt3_66.qasm -3362,127,573,"{'rz': 440, 'sx': 264, 'measure': 45, 'x': 1}",{'cx': 625},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_45.qasm -3363,127,12,"{'measure': 9, 'rz': 2, 'sx': 1}",{'cx': 8},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120)",ghz_mapped_ibm_washington_qiskit_opt2_9.qasm -3364,127,8440,"{'rz': 14835, 'sx': 578, 'measure': 97}",{'cx': 57792},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt0_97.qasm -3365,127,2996,"{'rz': 3033, 'sx': 1171, 'x': 36, 'measure': 29}",{'cx': 7503},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (73, 66)",random_mapped_ibm_washington_qiskit_opt1_29.qasm -3366,27,240,"{'rz': 211, 'sx': 139, 'measure': 7}",{'cx': 213},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_7.qasm -3367,127,341,"{'rz': 271, 'sx': 106, 'measure': 8, 'x': 1}",{'cx': 396},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",random_mapped_ibm_washington_qiskit_opt0_8.qasm -3368,127,10456,"{'rz': 12780, 'sx': 240, 'measure': 120, 'x': 1}",{'cx': 45877},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_121.qasm -3369,127,141,"{'sx': 136, 'rz': 68, 'measure': 35, 'x': 1}",{'cx': 68},"(31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_35.qasm -3370,127,68,"{'measure': 65, 'rz': 2, 'sx': 1}",{'cx': 64},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_65.qasm -3371,127,6319,"{'rz': 5501, 'sx': 1930, 'measure': 34, 'x': 19}",{'cx': 23857},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20)",random_mapped_ibm_washington_qiskit_opt0_34.qasm -3372,27,826,"{'rz': 478, 'sx': 176, 'x': 30, 'measure': 11}",{'cx': 731},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",pricingcall_mapped_ibm_montreal_qiskit_opt0_11.qasm -3373,127,6234,"{'rz': 8395, 'sx': 146, 'measure': 73, 'x': 1}",{'cx': 36935},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt0_74.qasm -3374,127,2067,"{'rz': 3294, 'sx': 324, 'measure': 54}",{'cx': 13300},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt1_54.qasm -3375,127,22390,"{'rz': 24230, 'sx': 9230, 'x': 359, 'measure': 81}",{'cx': 112528},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",random_mapped_ibm_washington_qiskit_opt2_81.qasm -3376,127,790,"{'rz': 570, 'sx': 114, 'measure': 19}",{'cx': 2937},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_19.qasm -3377,127,76,"{'measure': 73, 'rz': 2, 'sx': 1}",{'cx': 72},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_73.qasm -3378,27,998,"{'rz': 208, 'sx': 208, 'measure': 26}",{'cx': 3618},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_26.qasm -3379,127,1572,"{'rz': 2725, 'sx': 2292, 'x': 129, 'measure': 39}",{'cx': 6866},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",realamprandom_mapped_ibm_washington_qiskit_opt3_39.qasm -3380,127,785,"{'rz': 967, 'sx': 304, 'x': 40, 'measure': 23}",{'cx': 1492},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qpeexact_mapped_ibm_washington_qiskit_opt3_24.qasm -3381,127,19,"{'rz': 38, 'sx': 21, 'measure': 14, 'x': 1}",{'cx': 33},"(28, 35); (35, 28); (35, 47); (47, 35); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",graphstate_mapped_ibm_washington_qiskit_opt3_14.qasm -3382,127,8505,"{'rz': 11760, 'sx': 630, 'measure': 105}",{'cx': 65304},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_105.qasm -3383,127,390,"{'measure': 84, 'rz': 2, 'sx': 1}",{'cx': 695},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_84.qasm -3384,127,253,"{'rz': 215, 'sx': 129, 'measure': 54, 'x': 9}",{'cx': 197},"(7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (111, 104)",dj_mapped_ibm_washington_qiskit_opt3_55.qasm -3385,127,107,"{'rz': 566, 'sx': 283, 'measure': 123}",{'cx': 894},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_123.qasm -3386,127,42,"{'measure': 39, 'rz': 2, 'sx': 1}",{'cx': 38},"(31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_39.qasm -3387,127,791,"{'rz': 240, 'sx': 240, 'measure': 30}",{'cx': 3905},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (97, 98); (98, 91); (98, 97)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_30.qasm -3388,127,66,"{'measure': 63, 'rz': 2, 'sx': 1}",{'cx': 62},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_63.qasm -3389,127,114,"{'rz': 138, 'sx': 69, 'measure': 23}",{'cx': 467},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_23.qasm -3390,27,54,"{'rz': 100, 'sx': 50, 'measure': 10}",{'cx': 61},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (19, 22); (21, 18); (22, 19); (22, 25); (25, 22)",qaoa_mapped_ibm_montreal_qiskit_opt1_10.qasm -3391,27,6967,"{'rz': 3594, 'sx': 2825, 'x': 59, 'measure': 21}",{'cx': 2814},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",pricingput_mapped_ibm_montreal_qiskit_opt3_21.qasm -3392,127,74,"{'measure': 71, 'rz': 2, 'sx': 1}",{'cx': 70},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_71.qasm -3393,127,849,"{'rz': 804, 'sx': 140, 'measure': 24}",{'cx': 1434},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83)",ae_mapped_ibm_washington_qiskit_opt2_24.qasm -3394,127,63,"{'rz': 108, 'sx': 54, 'measure': 36}",{'cx': 129},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt2_36.qasm -3395,127,9247,"{'rz': 12661, 'sx': 126, 'measure': 125}",{'cx': 47509},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_125.qasm -3396,127,3242,"{'rz': 4148, 'sx': 366, 'measure': 61}",{'cx': 16166},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt1_61.qasm -3397,27,534,"{'rz': 471, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 869},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 22); (22, 19)",qpeexact_mapped_ibm_montreal_qiskit_opt1_17.qasm -3398,127,9590,"{'rz': 13034, 'sx': 244, 'measure': 122, 'x': 1}",{'cx': 45285},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_123.qasm -3399,127,822,"{'rz': 866, 'sx': 231, 'x': 38, 'measure': 22}",{'cx': 1437},"(24, 34); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",qpeexact_mapped_ibm_washington_qiskit_opt3_23.qasm -3400,127,1229,"{'rz': 1169, 'sx': 468, 'measure': 18, 'x': 14}",{'cx': 2273},"(41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",random_mapped_ibm_washington_qiskit_opt1_18.qasm -3401,127,5808,"{'rz': 672, 'sx': 672, 'measure': 84}",{'cx': 41579},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_84.qasm -3402,127,1684,"{'rz': 2343, 'sx': 2027, 'x': 73, 'measure': 35}",{'cx': 5577},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (102, 92)",realamprandom_mapped_ibm_washington_qiskit_opt3_35.qasm -3403,127,1364,"{'rz': 662, 'sx': 264, 'x': 30, 'measure': 13}",{'cx': 1370},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",pricingcall_mapped_ibm_washington_qiskit_opt0_13.qasm -3404,127,537,"{'rz': 490, 'sx': 98, 'measure': 17}",{'cx': 644},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98)",ae_mapped_ibm_washington_qiskit_opt1_17.qasm -3405,127,69,"{'sx': 64, 'rz': 32, 'measure': 17, 'x': 1}",{'cx': 32},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_17.qasm -3406,127,2503,"{'sx': 368, 'rz': 368, 'measure': 46}",{'cx': 14196},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt1_46.qasm -3407,127,5576,"{'rz': 6133, 'sx': 2363, 'x': 80, 'measure': 41}",{'cx': 18276},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",random_mapped_ibm_washington_qiskit_opt1_41.qasm -3408,127,11036,"{'rz': 15240, 'sx': 720, 'measure': 120}",{'cx': 93776},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_120.qasm -3409,127,6206,"{'rz': 9478, 'sx': 188, 'measure': 94, 'x': 1}",{'cx': 28274},"(11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_95.qasm -3410,127,1166,"{'rz': 2581, 'sx': 2254, 'x': 86, 'measure': 36}",{'cx': 5816},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_36.qasm -3411,127,431,"{'rz': 228, 'sx': 202, 'measure': 17, 'x': 8}",{'cx': 1241},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (98, 91)",realamprandom_mapped_ibm_washington_qiskit_opt3_17.qasm -3412,127,31,"{'rz': 58, 'sx': 29, 'measure': 19}",{'cx': 70},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",graphstate_mapped_ibm_washington_qiskit_opt2_19.qasm -3413,27,41,"{'sx': 36, 'rz': 18, 'measure': 10, 'x': 1}",{'cx': 18},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_10.qasm -3414,127,108,"{'rz': 174, 'sx': 87, 'measure': 51}",{'cx': 267},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (90, 75); (92, 83); (92, 102); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100)",graphstate_mapped_ibm_washington_qiskit_opt2_51.qasm -3415,27,7682,"{'rz': 4481, 'sx': 1313, 'x': 118, 'measure': 11}",{'cx': 6351},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",grover-v-chain_mapped_ibm_montreal_qiskit_opt3_11.qasm -3416,27,25,"{'rz': 61, 'sx': 58, 'measure': 11, 'x': 4}",{'cx': 20},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt2_11.qasm -3417,127,5146,"{'rz': 2270, 'sx': 1232, 'x': 100, 'measure': 19}",{'cx': 3750},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",pricingput_mapped_ibm_washington_qiskit_opt0_19.qasm -3418,127,1181,"{'sx': 216, 'rz': 216, 'measure': 27}",{'cx': 4707},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt1_27.qasm -3419,127,2158,"{'rz': 3894, 'sx': 354, 'measure': 59}",{'cx': 16595},"(12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qnn_mapped_ibm_washington_qiskit_opt2_59.qasm -3420,127,542,"{'rz': 731, 'sx': 389, 'measure': 17, 'x': 7}",{'cx': 1138},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (81, 72)",qnn_mapped_ibm_washington_qiskit_opt3_17.qasm -3421,127,603,"{'rz': 437, 'sx': 237, 'measure': 118}",{'cx': 818},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt2_119.qasm -3422,127,11040,"{'rz': 6612, 'sx': 456, 'measure': 76}",{'cx': 96942},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qnn_mapped_ibm_washington_qiskit_opt0_76.qasm -3423,27,312,"{'rz': 226, 'sx': 68, 'measure': 12}",{'cx': 318},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",ae_mapped_ibm_montreal_qiskit_opt2_12.qasm -3424,127,221,"{'rz': 234, 'sx': 117, 'measure': 39}",{'cx': 744},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42)",graphstate_mapped_ibm_washington_qiskit_opt0_39.qasm -3425,127,63,"{'rz': 50, 'sx': 29, 'measure': 14}",{'cx': 46},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (53, 41); (53, 60); (59, 60); (60, 53); (60, 59)",dj_mapped_ibm_washington_qiskit_opt2_15.qasm -3426,127,91,"{'rz': 372, 'sx': 186, 'measure': 92}",{'cx': 545},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",graphstate_mapped_ibm_washington_qiskit_opt1_92.qasm -3427,127,2403,"{'rz': 4310, 'sx': 56, 'measure': 56}",{'cx': 8858},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",qft_mapped_ibm_washington_qiskit_opt1_56.qasm -3428,27,21215,"{'rz': 10158, 'sx': 352, 'measure': 13, 'x': 1}",{'cx': 17702},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18)",grover-v-chain_mapped_ibm_montreal_qiskit_opt2_13.qasm -3429,127,113,"{'measure': 20, 'rz': 2, 'sx': 1}",{'cx': 202},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_20.qasm -3430,127,1425,"{'rz': 2382, 'sx': 41, 'measure': 40}",{'cx': 4827},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt1_40.qasm -3431,127,35237,"{'rz': 47805, 'sx': 16435, 'x': 183, 'measure': 99}",{'cx': 295051},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt0_99.qasm -3432,27,460,"{'rz': 120, 'sx': 120, 'measure': 15}",{'cx': 1157},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_15.qasm -3433,27,896,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 3442},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_24.qasm -3434,127,6451,"{'rz': 6931, 'sx': 2520, 'x': 99, 'measure': 43}",{'cx': 21854},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",random_mapped_ibm_washington_qiskit_opt1_43.qasm -3435,127,2143,"{'rz': 3868, 'sx': 3240, 'x': 192, 'measure': 50}",{'cx': 11498},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (110, 100)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_50.qasm -3436,127,676,"{'rz': 585, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1086},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qpeinexact_mapped_ibm_washington_qiskit_opt1_19.qasm -3437,27,3707,"{'rz': 1668, 'sx': 174, 'x': 73, 'measure': 9}",{'cx': 3528},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",grover-v-chain_mapped_ibm_montreal_qiskit_opt0_9.qasm -3438,127,1890,"{'rz': 2874, 'sx': 84, 'measure': 42, 'x': 1}",{'cx': 5791},"(27, 28); (28, 27); (28, 35); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt1_43.qasm -3439,127,360,"{'rz': 274, 'sx': 137, 'measure': 68}",{'cx': 464},"(11, 12); (12, 11); (12, 17); (16, 26); (17, 12); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 60); (54, 45); (54, 64); (55, 49); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (122, 111)",dj_mapped_ibm_washington_qiskit_opt1_69.qasm -3440,127,25,"{'rz': 104, 'sx': 52, 'measure': 52}",{'cx': 52},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_52.qasm -3441,127,1835,"{'rz': 3802, 'sx': 1778, 'x': 182, 'measure': 50}",{'cx': 5607},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt3_50.qasm -3442,127,58,"{'rz': 93, 'sx': 53, 'measure': 25, 'x': 2}",{'cx': 85},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99)",graphstate_mapped_ibm_washington_qiskit_opt3_25.qasm -3443,127,591,"{'sx': 120, 'rz': 120, 'measure': 15}",{'cx': 1340},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66)",realamprandom_mapped_ibm_washington_qiskit_opt1_15.qasm -3444,127,824,"{'rz': 2143, 'sx': 810, 'x': 69, 'measure': 38}",{'cx': 3244},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qft_mapped_ibm_washington_qiskit_opt3_38.qasm -3445,127,1014,"{'measure': 126, 'rz': 2, 'sx': 1}",{'cx': 1157},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_126.qasm -3446,127,293,"{'sx': 288, 'rz': 144, 'measure': 73, 'x': 1}",{'cx': 144},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_73.qasm -3447,127,1517,"{'sx': 336, 'rz': 336, 'measure': 42}",{'cx': 9154},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt2_42.qasm -3448,127,55,"{'rz': 198, 'sx': 99, 'measure': 61}",{'cx': 286},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt1_61.qasm -3449,127,6628,"{'rz': 8088, 'sx': 422, 'measure': 71}",{'cx': 33263},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69)",ae_mapped_ibm_washington_qiskit_opt0_71.qasm -3450,127,9042,"{'sx': 832, 'rz': 832, 'measure': 104}",{'cx': 67501},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_104.qasm -3451,127,183,"{'rz': 94, 'sx': 47, 'x': 23, 'measure': 23}",{'cx': 317},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_24.qasm -3452,127,981,"{'rz': 672, 'sx': 126, 'measure': 21}",{'cx': 4016},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_21.qasm -3453,27,536,"{'rz': 452, 'sx': 110, 'x': 18, 'measure': 16}",{'cx': 732},"(4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",qpeexact_mapped_ibm_montreal_qiskit_opt3_17.qasm -3454,127,5392,"{'rz': 544, 'sx': 544, 'measure': 68}",{'cx': 31864},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (122, 111)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_68.qasm -3455,127,4840,"{'rz': 7586, 'sx': 722, 'measure': 121}",{'cx': 31920},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_121.qasm -3456,127,151,"{'rz': 104, 'sx': 32, 'measure': 7, 'x': 3}",{'cx': 122},"(82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",qpeexact_mapped_ibm_washington_qiskit_opt3_8.qasm -3457,127,4331,"{'rz': 4381, 'sx': 154, 'measure': 77, 'x': 1}",{'cx': 16261},"(15, 22); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt2_78.qasm -3458,27,17,"{'measure': 14, 'rz': 2, 'sx': 1}",{'cx': 13},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_14.qasm -3459,27,1142,"{'rz': 918, 'sx': 162, 'measure': 27}",{'cx': 3400},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt2_27.qasm -3460,127,2978,"{'rz': 2829, 'sx': 1116, 'x': 41, 'measure': 28}",{'cx': 7209},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",random_mapped_ibm_washington_qiskit_opt2_28.qasm -3461,27,35,"{'rz': 104, 'sx': 55, 'measure': 11}",{'cx': 50},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qaoa_mapped_ibm_montreal_qiskit_opt3_11.qasm -3462,127,74,"{'rz': 260, 'sx': 130, 'measure': 66}",{'cx': 363},"(12, 17); (14, 18); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt1_66.qasm -3463,27,37,"{'rz': 58, 'sx': 30, 'measure': 23}",{'cx': 51},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt3_23.qasm -3464,127,371,"{'rz': 168, 'sx': 112, 'measure': 14}",{'cx': 1725},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_14.qasm -3465,127,2269,"{'rz': 2776, 'sx': 106, 'measure': 53, 'x': 1}",{'cx': 8178},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92)",qpeexact_mapped_ibm_washington_qiskit_opt2_54.qasm -3466,127,352,"{'rz': 366, 'sx': 312, 'measure': 14, 'x': 3}",{'cx': 691},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (71, 58); (71, 77); (77, 71)",su2random_mapped_ibm_washington_qiskit_opt3_14.qasm -3467,127,115,"{'rz': 318, 'sx': 159, 'measure': 83}",{'cx': 488},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_83.qasm -3468,127,16016,"{'rz': 16771, 'sx': 6414, 'x': 221, 'measure': 67}",{'cx': 69625},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_67.qasm -3469,27,754,"{'rz': 350, 'sx': 84, 'measure': 14}",{'cx': 1925},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qnn_mapped_ibm_montreal_qiskit_opt0_14.qasm -3470,127,6101,"{'rz': 10854, 'sx': 626, 'measure': 105}",{'cx': 30855},"(3, 4); (4, 3); (4, 15); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_105.qasm -3471,127,4740,"{'rz': 8429, 'sx': 90, 'measure': 90}",{'cx': 21559},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_90.qasm -3472,127,441,"{'rz': 338, 'sx': 187, 'measure': 93}",{'cx': 558},"(3, 4); (4, 3); (4, 15); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (97, 98); (98, 91); (98, 97); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",dj_mapped_ibm_washington_qiskit_opt2_94.qasm -3473,27,92,"{'rz': 120, 'sx': 60, 'measure': 20}",{'cx': 158},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16)",graphstate_mapped_ibm_montreal_qiskit_opt0_20.qasm -3474,27,23,"{'rz': 46, 'sx': 42, 'measure': 8, 'x': 3}",{'cx': 14},"(12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt1_8.qasm -3475,27,258,"{'rz': 158, 'sx': 142, 'measure': 9, 'x': 4}",{'cx': 299},"(8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_9.qasm -3476,127,252,"{'rz': 170, 'sx': 60, 'measure': 10}",{'cx': 397},"(41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qnn_mapped_ibm_washington_qiskit_opt2_10.qasm -3477,27,1390,"{'rz': 620, 'sx': 120, 'measure': 20}",{'cx': 4577},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt0_20.qasm -3478,127,403,"{'rz': 316, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 1034},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_14.qasm -3479,27,275,"{'sx': 80, 'rz': 80, 'measure': 10}",{'cx': 492},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt1_10.qasm -3480,127,4282,"{'rz': 5430, 'sx': 60, 'measure': 60}",{'cx': 23493},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_60.qasm -3481,127,173,"{'rz': 98, 'sx': 42, 'measure': 7}",{'cx': 183},"(45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qnn_mapped_ibm_washington_qiskit_opt1_7.qasm -3482,127,112,"{'rz': 492, 'sx': 246, 'measure': 122}",{'cx': 731},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_122.qasm -3483,27,805,"{'rz': 695, 'sx': 128, 'measure': 22}",{'cx': 1227},"(1, 4); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt2_22.qasm -3484,27,225,"{'rz': 80, 'sx': 80, 'measure': 10}",{'cx': 394},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",realamprandom_mapped_ibm_montreal_qiskit_opt2_10.qasm -3485,27,779,"{'rz': 777, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 1551},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_22.qasm -3486,27,670,"{'rz': 923, 'sx': 25, 'measure': 25}",{'cx': 1668},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_25.qasm -3487,127,27,"{'rz': 65, 'sx': 56, 'measure': 11, 'x': 5}",{'cx': 20},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",vqe_mapped_ibm_washington_qiskit_opt3_11.qasm -3488,127,8475,"{'rz': 12538, 'sx': 124, 'measure': 124}",{'cx': 47286},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_124.qasm -3489,127,8076,"{'rz': 12526, 'sx': 236, 'measure': 118, 'x': 1}",{'cx': 41990},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_119.qasm -3490,127,7078,"{'rz': 10882, 'sx': 86, 'measure': 85}",{'cx': 51087},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_85.qasm -3491,127,1648,"{'rz': 1806, 'sx': 230, 'measure': 39}",{'cx': 3750},"(8, 16); (16, 8); (16, 26); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",ae_mapped_ibm_washington_qiskit_opt2_39.qasm -3492,127,1312,"{'rz': 1000, 'sx': 600, 'measure': 101, 'x': 1}",{'cx': 1472},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",wstate_mapped_ibm_washington_qiskit_opt0_101.qasm -3493,127,7636,"{'rz': 624, 'sx': 416, 'measure': 52}",{'cx': 50187},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_52.qasm -3494,127,213,"{'sx': 208, 'rz': 104, 'measure': 53, 'x': 1}",{'cx': 104},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_53.qasm -3495,127,7792,"{'rz': 10088, 'sx': 582, 'measure': 97}",{'cx': 60707},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_97.qasm -3496,127,1642,"{'rz': 8275, 'sx': 5589, 'measure': 48, 'x': 10}",{'cx': 8434},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",qnn_mapped_ibm_washington_qiskit_opt3_48.qasm -3497,127,633,"{'rz': 272, 'sx': 136, 'measure': 17}",{'cx': 3108},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_17.qasm -3498,127,13036,"{'rz': 920, 'sx': 920, 'measure': 115}",{'cx': 99622},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_115.qasm -3499,127,8425,"{'rz': 14751, 'sx': 99, 'measure': 99}",{'cx': 67047},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt0_99.qasm -3500,127,5638,"{'rz': 6897, 'sx': 132, 'measure': 66, 'x': 1}",{'cx': 30810},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt0_67.qasm -3501,127,80,"{'rz': 186, 'sx': 93, 'measure': 53}",{'cx': 287},"(15, 22); (19, 20); (20, 19); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (89, 74); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt1_53.qasm -3502,127,22,"{'sx': 44, 'rz': 44, 'measure': 8, 'x': 2}",{'cx': 14},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119)",vqe_mapped_ibm_washington_qiskit_opt2_8.qasm -3503,127,1849,"{'rz': 3419, 'sx': 1466, 'x': 181, 'measure': 46}",{'cx': 5468},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qpeinexact_mapped_ibm_washington_qiskit_opt3_47.qasm -3504,127,830,"{'measure': 121, 'rz': 2, 'sx': 1}",{'cx': 1023},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_121.qasm -3505,127,1330,"{'rz': 1020, 'sx': 612, 'measure': 103, 'x': 1}",{'cx': 1476},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",wstate_mapped_ibm_washington_qiskit_opt0_103.qasm -3506,127,101,"{'sx': 96, 'rz': 48, 'measure': 25, 'x': 1}",{'cx': 48},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78)",wstate_mapped_ibm_washington_qiskit_opt1_25.qasm -3507,27,494,"{'rz': 495, 'sx': 199, 'measure': 12, 'x': 5}",{'cx': 726},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_12.qasm -3508,127,81,"{'sx': 76, 'rz': 38, 'measure': 20, 'x': 1}",{'cx': 38},"(87, 93); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_20.qasm -3509,27,1215,"{'rz': 873, 'sx': 700, 'x': 37, 'measure': 26}",{'cx': 3472},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt3_26.qasm -3510,127,338,"{'rz': 253, 'sx': 86, 'x': 12, 'measure': 11}",{'cx': 326},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt3_12.qasm -3511,127,1958,"{'rz': 3488, 'sx': 1535, 'x': 160, 'measure': 47}",{'cx': 4991},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt3_47.qasm -3512,127,737,"{'sx': 160, 'rz': 160, 'measure': 20}",{'cx': 2362},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",su2random_mapped_ibm_washington_qiskit_opt1_20.qasm -3513,127,1045,"{'rz': 800, 'sx': 480, 'measure': 81, 'x': 1}",{'cx': 1150},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_81.qasm -3514,127,173,"{'rz': 98, 'sx': 42, 'measure': 7}",{'cx': 183},"(45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qnn_mapped_ibm_washington_qiskit_opt2_7.qasm -3515,127,38,"{'measure': 35, 'rz': 2, 'sx': 1}",{'cx': 34},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (79, 91); (80, 79); (90, 75); (90, 94); (91, 79); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",ghz_mapped_ibm_washington_qiskit_opt2_35.qasm -3516,127,790,"{'sx': 224, 'rz': 224, 'measure': 28}",{'cx': 3844},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt2_28.qasm -3517,127,972,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 3522},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (111, 104)",su2random_mapped_ibm_washington_qiskit_opt1_24.qasm -3518,127,879,"{'rz': 2478, 'sx': 1120, 'x': 94, 'measure': 40}",{'cx': 3418},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",qft_mapped_ibm_washington_qiskit_opt3_40.qasm -3519,127,2074,"{'rz': 942, 'sx': 416, 'x': 30, 'measure': 15}",{'cx': 1974},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",pricingcall_mapped_ibm_washington_qiskit_opt0_15.qasm -3520,127,8270,"{'rz': 10287, 'sx': 162, 'measure': 81, 'x': 1}",{'cx': 49788},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_82.qasm -3521,127,133,"{'sx': 128, 'rz': 64, 'measure': 33, 'x': 1}",{'cx': 64},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",wstate_mapped_ibm_washington_qiskit_opt2_33.qasm -3522,127,1088,"{'rz': 2340, 'sx': 270, 'measure': 45}",{'cx': 8238},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt2_45.qasm -3523,127,14824,"{'rz': 896, 'sx': 896, 'measure': 112}",{'cx': 97102},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (126, 112)",realamprandom_mapped_ibm_washington_qiskit_opt1_112.qasm -3524,127,5264,"{'rz': 2520, 'sx': 270, 'measure': 45}",{'cx': 31247},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_45.qasm -3525,127,2330,"{'rz': 3201, 'sx': 344, 'measure': 58}",{'cx': 7299},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt2_58.qasm -3526,127,1061,"{'rz': 264, 'sx': 264, 'measure': 33}",{'cx': 5375},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_33.qasm -3527,127,10227,"{'sx': 752, 'rz': 752, 'measure': 94}",{'cx': 66648},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100)",realamprandom_mapped_ibm_washington_qiskit_opt1_94.qasm -3528,127,6505,"{'rz': 7513, 'sx': 238, 'measure': 119, 'x': 1}",{'cx': 39250},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_120.qasm -3529,127,72,"{'measure': 69, 'rz': 2, 'sx': 1}",{'cx': 68},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_69.qasm -3530,127,1086,"{'rz': 2860, 'sx': 1702, 'measure': 31, 'x': 6}",{'cx': 3751},"(35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt3_31.qasm -3531,127,78093,"{'rz': 36728, 'sx': 149, 'measure': 11, 'x': 10}",{'cx': 74640},"(45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt2_11.qasm -3532,27,33,"{'sx': 28, 'rz': 14, 'measure': 8, 'x': 1}",{'cx': 14},"(17, 18); (18, 17); (18, 21); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_8.qasm -3533,127,1110,"{'rz': 288, 'sx': 192, 'measure': 24}",{'cx': 6309},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_24.qasm -3534,127,1202,"{'rz': 2130, 'sx': 48, 'measure': 47}",{'cx': 5367},"(34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt2_47.qasm -3535,127,380,"{'rz': 374, 'sx': 16, 'measure': 16}",{'cx': 699},"(34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qft_mapped_ibm_washington_qiskit_opt1_16.qasm -3536,127,4699,"{'rz': 6744, 'sx': 668, 'measure': 112}",{'cx': 28602},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_112.qasm -3537,27,99,"{'rz': 132, 'sx': 66, 'measure': 22}",{'cx': 235},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18)",graphstate_mapped_ibm_montreal_qiskit_opt0_22.qasm -3538,127,7820,"{'rz': 7925, 'sx': 2815, 'measure': 41, 'x': 31}",{'cx': 33626},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_41.qasm -3539,127,76,"{'rz': 296, 'sx': 148, 'measure': 86}",{'cx': 434},"(3, 4); (4, 3); (4, 15); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt2_86.qasm -3540,127,3716,"{'rz': 3513, 'sx': 272, 'measure': 46}",{'cx': 13338},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_46.qasm -3541,127,6790,"{'rz': 7952, 'sx': 142, 'measure': 71, 'x': 1}",{'cx': 35424},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58)",qpeexact_mapped_ibm_washington_qiskit_opt0_72.qasm -3542,27,773,"{'rz': 912, 'sx': 528, 'measure': 15}",{'cx': 1320},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_15.qasm -3543,27,1544,"{'rz': 1619, 'sx': 629, 'x': 23, 'measure': 21}",{'cx': 3310},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_21.qasm -3544,127,34032,"{'rz': 18050, 'sx': 1486, 'measure': 18, 'x': 1}",{'cx': 32983},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",shor_15_4_mapped_ibm_washington_qiskit_opt1_18.qasm -3545,127,3546,"{'rz': 4905, 'sx': 116, 'measure': 58, 'x': 1}",{'cx': 11021},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt1_59.qasm -3546,127,2395,"{'rz': 5086, 'sx': 4504, 'x': 212, 'measure': 51}",{'cx': 11569},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_51.qasm -3547,127,33770,"{'rz': 46466, 'sx': 16048, 'x': 222, 'measure': 98}",{'cx': 286737},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt0_98.qasm -3548,127,4912,"{'rz': 8550, 'sx': 518, 'measure': 87}",{'cx': 20583},"(12, 13); (12, 17); (13, 12); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_87.qasm -3549,27,37,"{'rz': 84, 'sx': 45, 'measure': 9}",{'cx': 54},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt2_9.qasm -3550,127,2630,"{'rz': 3255, 'sx': 90, 'measure': 45, 'x': 1}",{'cx': 6958},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt1_46.qasm -3551,127,895,"{'rz': 1104, 'sx': 988, 'measure': 33, 'x': 22}",{'cx': 4147},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt3_33.qasm -3552,127,1697,"{'sx': 336, 'rz': 336, 'measure': 42}",{'cx': 9541},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_42.qasm -3553,127,377,"{'sx': 88, 'rz': 88, 'measure': 11}",{'cx': 563},"(35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",su2random_mapped_ibm_washington_qiskit_opt2_11.qasm -3554,127,4196,"{'rz': 3792, 'sx': 1319, 'measure': 28, 'x': 20}",{'cx': 14270},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_28.qasm -3555,127,5886,"{'rz': 7814, 'sx': 73, 'measure': 72}",{'cx': 36269},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58)",qftentangled_mapped_ibm_washington_qiskit_opt0_72.qasm -3556,127,7522,"{'rz': 12742, 'sx': 92, 'measure': 92}",{'cx': 58190},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt0_92.qasm -3557,127,3549,"{'rz': 1824, 'sx': 78, 'measure': 7, 'x': 1}",{'cx': 3393},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",grover-noancilla_mapped_ibm_washington_qiskit_opt2_7.qasm -3558,27,9670,"{'rz': 3918, 'sx': 279, 'x': 113, 'measure': 11}",{'cx': 9076},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",grover-v-chain_mapped_ibm_montreal_qiskit_opt0_11.qasm -3559,127,2147,"{'sx': 368, 'rz': 368, 'measure': 46}",{'cx': 12161},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_46.qasm -3560,127,9136,"{'rz': 9020, 'sx': 3464, 'x': 141, 'measure': 50}",{'cx': 32119},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_50.qasm -3561,127,4955,"{'rz': 5840, 'sx': 438, 'measure': 73}",{'cx': 26725},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_73.qasm -3562,127,26,"{'sx': 70, 'rz': 69, 'measure': 12, 'x': 1}",{'cx': 22},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18)",vqe_mapped_ibm_washington_qiskit_opt3_12.qasm -3563,127,27,"{'measure': 24, 'rz': 2, 'sx': 1}",{'cx': 23},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",ghz_mapped_ibm_washington_qiskit_opt1_24.qasm -3564,127,3009,"{'rz': 3523, 'sx': 128, 'measure': 64, 'x': 1}",{'cx': 11598},"(8, 16); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt2_65.qasm -3565,127,40327,"{'rz': 41767, 'sx': 15413, 'x': 525, 'measure': 104}",{'cx': 220424},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_104.qasm -3566,127,11760,"{'sx': 912, 'rz': 912, 'measure': 114}",{'cx': 88651},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_114.qasm -3567,127,3155,"{'sx': 488, 'rz': 488, 'measure': 61}",{'cx': 21190},"(7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (35, 28); (35, 47); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_61.qasm -3568,27,434,"{'rz': 319, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 639},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_15.qasm -3569,127,376,"{'rz': 341, 'sx': 141, 'measure': 9, 'x': 2}",{'cx': 557},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",random_mapped_ibm_washington_qiskit_opt0_9.qasm -3570,127,5662,"{'rz': 6277, 'sx': 206, 'measure': 103, 'x': 1}",{'cx': 27996},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111)",qpeexact_mapped_ibm_washington_qiskit_opt2_104.qasm -3571,127,471,"{'rz': 215, 'sx': 92, 'measure': 9, 'x': 4}",{'cx': 311},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",pricingcall_mapped_ibm_washington_qiskit_opt2_9.qasm -3572,127,25,"{'rz': 25, 'sx': 15, 'measure': 7}",{'cx': 17},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",dj_mapped_ibm_washington_qiskit_opt2_8.qasm -3573,127,627,"{'rz': 555, 'sx': 98, 'measure': 17}",{'cx': 1256},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_17.qasm -3574,127,3352,"{'sx': 504, 'rz': 504, 'measure': 63}",{'cx': 28029},"(20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt1_63.qasm -3575,127,29138,"{'rz': 30481, 'sx': 11330, 'x': 401, 'measure': 89}",{'cx': 143862},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",random_mapped_ibm_washington_qiskit_opt1_89.qasm -3576,127,700,"{'rz': 824, 'sx': 26, 'measure': 26}",{'cx': 1796},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qft_mapped_ibm_washington_qiskit_opt2_26.qasm -3577,127,242,"{'rz': 198, 'sx': 99, 'measure': 49}",{'cx': 238},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (92, 83)",dj_mapped_ibm_washington_qiskit_opt1_50.qasm -3578,127,5400,"{'rz': 6409, 'sx': 212, 'measure': 106, 'x': 1}",{'cx': 29949},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_107.qasm -3579,127,15894,"{'rz': 992, 'sx': 992, 'measure': 124}",{'cx': 117584},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_124.qasm -3580,127,2101,"{'rz': 2198, 'sx': 88, 'measure': 44, 'x': 1}",{'cx': 5613},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt2_45.qasm -3581,127,335,"{'rz': 112, 'sx': 112, 'measure': 14}",{'cx': 829},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (71, 58); (71, 77); (77, 71)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_14.qasm -3582,127,4185,"{'sx': 560, 'rz': 560, 'measure': 70}",{'cx': 31480},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt1_70.qasm -3583,127,1433,"{'sx': 248, 'rz': 248, 'measure': 31}",{'cx': 6156},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (81, 72)",su2random_mapped_ibm_washington_qiskit_opt1_31.qasm -3584,127,468,"{'rz': 321, 'sx': 177, 'measure': 88}",{'cx': 641},"(8, 16); (12, 17); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt2_89.qasm -3585,27,1764,"{'rz': 276, 'sx': 184, 'measure': 23}",{'cx': 7299},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_23.qasm -3586,27,348,"{'rz': 470, 'sx': 19, 'measure': 18}",{'cx': 887},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt2_18.qasm -3587,127,428,"{'rz': 387, 'sx': 17, 'measure': 17}",{'cx': 758},"(56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79)",qft_mapped_ibm_washington_qiskit_opt2_17.qasm -3588,127,5610,"{'rz': 6496, 'sx': 128, 'measure': 64, 'x': 1}",{'cx': 29432},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt0_65.qasm -3589,127,658,"{'rz': 494, 'sx': 114, 'measure': 19}",{'cx': 1637},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt1_19.qasm -3590,127,5242,"{'rz': 6126, 'sx': 204, 'measure': 102, 'x': 1}",{'cx': 27628},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeexact_mapped_ibm_washington_qiskit_opt2_103.qasm -3591,127,4926,"{'rz': 5727, 'sx': 196, 'measure': 98, 'x': 1}",{'cx': 25215},"(8, 16); (12, 17); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_99.qasm -3592,27,108,"{'rz': 156, 'sx': 78, 'measure': 26}",{'cx': 287},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt0_26.qasm -3593,127,501,"{'rz': 266, 'sx': 133, 'measure': 66, 'x': 65}",{'cx': 831},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65)",dj_mapped_ibm_washington_qiskit_opt0_67.qasm -3594,27,26,"{'rz': 38, 'sx': 19, 'measure': 11}",{'cx': 32},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23)",graphstate_mapped_ibm_montreal_qiskit_opt1_11.qasm -3595,27,862,"{'rz': 929, 'sx': 351, 'x': 37, 'measure': 23}",{'cx': 1207},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt3_23.qasm -3596,127,856,"{'rz': 871, 'sx': 134, 'measure': 23}",{'cx': 1385},"(41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",ae_mapped_ibm_washington_qiskit_opt1_23.qasm -3597,27,230,"{'rz': 194, 'sx': 100, 'x': 11, 'measure': 8}",{'cx': 169},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18)",random_mapped_ibm_montreal_qiskit_opt3_8.qasm -3598,127,6119,"{'rz': 9401, 'sx': 79, 'measure': 79}",{'cx': 42246},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_79.qasm -3599,127,233,"{'rz': 72, 'sx': 72, 'measure': 9}",{'cx': 360},"(86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (122, 111)",realamprandom_mapped_ibm_washington_qiskit_opt1_9.qasm -3600,127,8384,"{'rz': 12145, 'sx': 230, 'measure': 115, 'x': 1}",{'cx': 41255},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_116.qasm -3601,127,64,"{'rz': 260, 'sx': 130, 'measure': 70}",{'cx': 328},"(15, 22); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83); (92, 102); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (109, 96); (110, 100); (110, 118); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt2_70.qasm -3602,127,987,"{'measure': 114, 'rz': 2, 'sx': 1}",{'cx': 1097},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (126, 112)",ghz_mapped_ibm_washington_qiskit_opt1_114.qasm -3603,127,16703,"{'sx': 1008, 'rz': 1008, 'measure': 126}",{'cx': 121520},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_126.qasm -3604,127,117,"{'measure': 24, 'rz': 2, 'sx': 1}",{'cx': 206},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_24.qasm -3605,127,109,"{'rz': 110, 'sx': 55, 'measure': 11}",{'cx': 317},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qaoa_mapped_ibm_washington_qiskit_opt0_11.qasm -3606,127,921,"{'rz': 1153, 'sx': 435, 'x': 45, 'measure': 26}",{'cx': 1473},"(15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (91, 79)",ae_mapped_ibm_washington_qiskit_opt3_26.qasm -3607,27,109,"{'rz': 81, 'sx': 12, 'measure': 6, 'x': 1}",{'cx': 83},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",qpeexact_mapped_ibm_montreal_qiskit_opt1_7.qasm -3608,127,1095,"{'rz': 556, 'sx': 71, 'measure': 7, 'x': 1}",{'cx': 914},"(93, 106); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",grover-v-chain_mapped_ibm_washington_qiskit_opt2_7.qasm -3609,27,1748,"{'rz': 264, 'sx': 176, 'measure': 22}",{'cx': 6621},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt0_22.qasm -3610,127,12492,"{'rz': 888, 'sx': 888, 'measure': 111}",{'cx': 87995},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_111.qasm -3611,27,23,"{'rz': 20, 'sx': 10, 'measure': 10}",{'cx': 22},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",graphstate_mapped_ibm_montreal_qiskit_opt2_10.qasm -3612,127,167,"{'rz': 112, 'sx': 14, 'measure': 7, 'x': 1}",{'cx': 149},"(86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qpeexact_mapped_ibm_washington_qiskit_opt1_8.qasm -3613,127,10086,"{'sx': 832, 'rz': 832, 'measure': 104}",{'cx': 69216},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_104.qasm -3614,27,82,"{'rz': 70, 'sx': 35, 'measure': 7}",{'cx': 100},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",qaoa_mapped_ibm_montreal_qiskit_opt0_7.qasm -3615,127,175,"{'rz': 448, 'sx': 224, 'measure': 116}",{'cx': 779},"(0, 14); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_116.qasm -3616,127,392,"{'measure': 86, 'rz': 2, 'sx': 1}",{'cx': 697},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_86.qasm -3617,127,37,"{'sx': 32, 'rz': 16, 'measure': 9, 'x': 1}",{'cx': 16},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120)",wstate_mapped_ibm_washington_qiskit_opt2_9.qasm -3618,27,182,"{'rz': 119, 'sx': 10, 'measure': 9}",{'cx': 206},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qftentangled_mapped_ibm_montreal_qiskit_opt1_9.qasm -3619,127,1608,"{'rz': 1240, 'sx': 744, 'measure': 125, 'x': 1}",{'cx': 1745},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_125.qasm -3620,27,521,"{'rz': 104, 'sx': 104, 'measure': 13}",{'cx': 1042},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt1_13.qasm -3621,127,30584,"{'rz': 14111, 'sx': 200, 'measure': 9, 'x': 1}",{'cx': 27624},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (53, 41)",grover-noancilla_mapped_ibm_washington_qiskit_opt2_9.qasm -3622,127,1271,"{'rz': 1418, 'sx': 58, 'measure': 29, 'x': 1}",{'cx': 2869},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt1_30.qasm -3623,127,15,"{'measure': 12, 'rz': 2, 'sx': 1}",{'cx': 11},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",ghz_mapped_ibm_washington_qiskit_opt3_12.qasm -3624,127,12113,"{'sx': 856, 'rz': 856, 'measure': 107}",{'cx': 87457},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_107.qasm -3625,127,11108,"{'rz': 6290, 'sx': 444, 'measure': 74}",{'cx': 93956},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62); (73, 66)",qnn_mapped_ibm_washington_qiskit_opt0_74.qasm -3626,127,69,"{'measure': 66, 'rz': 2, 'sx': 1}",{'cx': 65},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_66.qasm -3627,127,2291,"{'rz': 4073, 'sx': 54, 'measure': 54}",{'cx': 8875},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt1_54.qasm -3628,127,4445,"{'rz': 5285, 'sx': 99, 'measure': 98}",{'cx': 23064},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_98.qasm -3629,127,7636,"{'rz': 624, 'sx': 416, 'measure': 52}",{'cx': 50187},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_52.qasm -3630,127,2038,"{'rz': 2009, 'sx': 726, 'measure': 23, 'x': 19}",{'cx': 4223},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",random_mapped_ibm_washington_qiskit_opt1_23.qasm -3631,127,5320,"{'rz': 7192, 'sx': 152, 'measure': 76, 'x': 1}",{'cx': 18137},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_77.qasm -3632,27,211,"{'rz': 160, 'sx': 96, 'measure': 17, 'x': 1}",{'cx': 179},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",wstate_mapped_ibm_montreal_qiskit_opt0_17.qasm -3633,127,4325,"{'rz': 6406, 'sx': 112, 'measure': 111}",{'cx': 29613},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_111.qasm -3634,27,13,"{'rz': 9, 'sx': 8, 'measure': 2}",{'cx': 3},"(23, 24); (24, 23)",routing_mapped_ibm_montreal_qiskit_opt3_2.qasm -3635,127,5493,"{'rz': 5766, 'sx': 2117, 'x': 71, 'measure': 39}",{'cx': 16940},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",random_mapped_ibm_washington_qiskit_opt1_39.qasm -3636,127,586,"{'measure': 127, 'rz': 2, 'sx': 1}",{'cx': 1047},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_127.qasm -3637,127,4280,"{'rz': 6663, 'sx': 113, 'measure': 113}",{'cx': 31262},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_113.qasm -3638,127,80,"{'rz': 54, 'sx': 27, 'measure': 13}",{'cx': 58},"(4, 15); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",dj_mapped_ibm_washington_qiskit_opt1_14.qasm -3639,127,1482,"{'rz': 2145, 'sx': 38, 'measure': 38}",{'cx': 4271},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (34, 24); (34, 43); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87)",qft_mapped_ibm_washington_qiskit_opt1_38.qasm -3640,127,165,"{'rz': 137, 'sx': 83, 'measure': 35, 'x': 6}",{'cx': 117},"(33, 39); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (71, 58); (72, 62); (72, 81); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt3_36.qasm -3641,127,3211,"{'rz': 6189, 'sx': 5258, 'x': 232, 'measure': 56}",{'cx': 15227},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_56.qasm -3642,127,1035,"{'sx': 248, 'rz': 248, 'measure': 31}",{'cx': 4248},"(34, 43); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (55, 49); (55, 68); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",su2random_mapped_ibm_washington_qiskit_opt2_31.qasm -3643,27,63,"{'rz': 48, 'sx': 24, 'measure': 4}",{'cx': 36},"(11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16)",groundstate_small_mapped_ibm_montreal_qiskit_opt2_4.qasm -3644,27,257,"{'rz': 128, 'sx': 64, 'measure': 8}",{'cx': 435},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",su2random_mapped_ibm_montreal_qiskit_opt0_8.qasm -3645,127,6116,"{'rz': 6895, 'sx': 121, 'measure': 121}",{'cx': 37971},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_121.qasm -3646,27,1384,"{'rz': 522, 'sx': 108, 'measure': 18}",{'cx': 4064},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qnn_mapped_ibm_montreal_qiskit_opt0_18.qasm -3647,127,44,"{'measure': 11, 'rz': 2, 'sx': 1}",{'cx': 73},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_11.qasm -3648,127,670,"{'rz': 469, 'sx': 278, 'measure': 117, 'x': 18}",{'cx': 627},"(0, 1); (0, 14); (1, 0); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (102, 92); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt3_118.qasm -3649,127,109,"{'rz': 68, 'sx': 7, 'measure': 7}",{'cx': 105},"(66, 73); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",qft_mapped_ibm_washington_qiskit_opt1_7.qasm -3650,127,2299,"{'rz': 3128, 'sx': 88, 'measure': 44, 'x': 1}",{'cx': 6756},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qpeexact_mapped_ibm_washington_qiskit_opt1_45.qasm -3651,127,8106,"{'rz': 12390, 'sx': 698, 'measure': 117}",{'cx': 36975},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (108, 112); (110, 100); (110, 118); (111, 104); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_117.qasm -3652,127,1116,"{'rz': 4531, 'sx': 2788, 'measure': 40, 'x': 5}",{'cx': 6199},"(4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qnn_mapped_ibm_washington_qiskit_opt3_40.qasm -3653,127,604,"{'rz': 434, 'sx': 253, 'measure': 113, 'x': 12}",{'cx': 568},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt3_114.qasm -3654,127,1874,"{'rz': 3058, 'sx': 1212, 'x': 185, 'measure': 44}",{'cx': 5174},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",qpeexact_mapped_ibm_washington_qiskit_opt3_45.qasm -3655,127,3345,"{'rz': 4136, 'sx': 81, 'measure': 81}",{'cx': 14952},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt2_81.qasm -3656,127,1048,"{'rz': 2161, 'sx': 367, 'x': 44, 'measure': 41}",{'cx': 3970},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt3_41.qasm -3657,27,586,"{'rz': 342, 'sx': 120, 'x': 40, 'measure': 9}",{'cx': 470},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",pricingput_mapped_ibm_montreal_qiskit_opt0_9.qasm -3658,127,1682,"{'rz': 2806, 'sx': 58, 'measure': 57}",{'cx': 7737},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt2_57.qasm -3659,127,54,"{'rz': 46, 'sx': 23, 'measure': 11}",{'cx': 41},"(54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",dj_mapped_ibm_washington_qiskit_opt1_12.qasm -3660,127,3084,"{'rz': 5040, 'sx': 62, 'measure': 62}",{'cx': 11138},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt1_62.qasm -3661,127,6404,"{'rz': 7208, 'sx': 234, 'measure': 117, 'x': 1}",{'cx': 38194},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_118.qasm -3662,127,409,"{'rz': 321, 'sx': 199, 'measure': 83, 'x': 16}",{'cx': 363},"(7, 8); (8, 7); (8, 16); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt3_84.qasm -3663,127,2291,"{'rz': 2734, 'sx': 104, 'measure': 52, 'x': 1}",{'cx': 7659},"(28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt2_53.qasm -3664,27,448,"{'rz': 104, 'sx': 104, 'measure': 13}",{'cx': 852},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_13.qasm -3665,127,14556,"{'rz': 960, 'sx': 960, 'measure': 120}",{'cx': 106948},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_120.qasm -3666,127,2818,"{'rz': 1964, 'sx': 37, 'measure': 36}",{'cx': 9710},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_36.qasm -3667,127,121,"{'sx': 116, 'rz': 58, 'measure': 30, 'x': 1}",{'cx': 58},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",wstate_mapped_ibm_washington_qiskit_opt3_30.qasm -3668,127,1244,"{'sx': 320, 'rz': 320, 'measure': 40}",{'cx': 7980},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt2_40.qasm -3669,127,335,"{'rz': 112, 'sx': 112, 'measure': 14}",{'cx': 829},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (71, 58); (71, 77); (77, 71)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_14.qasm -3670,127,690,"{'rz': 309, 'sx': 140, 'measure': 11, 'x': 10}",{'cx': 455},"(49, 55); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73)",pricingcall_mapped_ibm_washington_qiskit_opt1_11.qasm -3671,27,1375,"{'rz': 208, 'sx': 208, 'measure': 26}",{'cx': 4346},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_26.qasm -3672,127,11991,"{'rz': 12383, 'sx': 4581, 'x': 165, 'measure': 57}",{'cx': 45704},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt1_57.qasm -3673,127,364,"{'rz': 210, 'sx': 105, 'measure': 52, 'x': 51}",{'cx': 625},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 50); (52, 37)",dj_mapped_ibm_washington_qiskit_opt0_53.qasm -3674,127,1224,"{'rz': 1329, 'sx': 56, 'measure': 28, 'x': 1}",{'cx': 2699},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qpeinexact_mapped_ibm_washington_qiskit_opt1_29.qasm -3675,127,838,"{'sx': 280, 'rz': 280, 'measure': 35}",{'cx': 5319},"(4, 15); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",realamprandom_mapped_ibm_washington_qiskit_opt2_35.qasm -3676,127,6824,"{'rz': 11366, 'sx': 650, 'measure': 109}",{'cx': 30985},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_109.qasm -3677,127,230,"{'rz': 186, 'sx': 90, 'measure': 10, 'x': 8}",{'cx': 151},"(54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81)",ae_mapped_ibm_washington_qiskit_opt3_10.qasm -3678,127,39,"{'measure': 36, 'rz': 2, 'sx': 1}",{'cx': 35},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (79, 91); (80, 79); (90, 75); (90, 94); (91, 79); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",ghz_mapped_ibm_washington_qiskit_opt2_36.qasm -3679,127,178,"{'rz': 81, 'sx': 42, 'x': 6, 'measure': 5}",{'cx': 88},"(62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82)",pricingput_mapped_ibm_washington_qiskit_opt2_5.qasm -3680,127,1187,"{'rz': 1717, 'sx': 35, 'measure': 34}",{'cx': 3567},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (91, 79)",qftentangled_mapped_ibm_washington_qiskit_opt1_34.qasm -3681,127,11110,"{'sx': 800, 'rz': 800, 'measure': 100}",{'cx': 72378},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (112, 108); (112, 126); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_100.qasm -3682,127,2981,"{'rz': 5186, 'sx': 93, 'measure': 93}",{'cx': 21294},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qft_mapped_ibm_washington_qiskit_opt2_93.qasm -3683,127,16541,"{'sx': 960, 'rz': 960, 'measure': 120}",{'cx': 118252},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_120.qasm -3684,127,642,"{'rz': 476, 'sx': 102, 'measure': 17}",{'cx': 2441},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_17.qasm -3685,127,6267,"{'rz': 12182, 'sx': 122, 'measure': 121}",{'cx': 41565},"(0, 14); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_121.qasm -3686,127,3485,"{'rz': 6502, 'sx': 422, 'measure': 71}",{'cx': 13142},"(12, 17); (17, 12); (17, 30); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_71.qasm -3687,27,707,"{'rz': 990, 'sx': 246, 'measure': 26, 'x': 15}",{'cx': 1672},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_26.qasm -3688,127,2698,"{'rz': 6252, 'sx': 73, 'measure': 72}",{'cx': 14202},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_72.qasm -3689,127,812,"{'rz': 256, 'sx': 256, 'measure': 32}",{'cx': 4548},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_32.qasm -3690,127,7423,"{'rz': 11622, 'sx': 662, 'measure': 111}",{'cx': 35286},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt1_111.qasm -3691,127,472,"{'rz': 350, 'sx': 210, 'measure': 36, 'x': 1}",{'cx': 538},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24); (35, 28)",wstate_mapped_ibm_washington_qiskit_opt0_36.qasm -3692,27,637,"{'rz': 330, 'sx': 84, 'measure': 24}",{'cx': 955},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt2_12.qasm -3693,127,6256,"{'rz': 7597, 'sx': 71, 'measure': 71}",{'cx': 36815},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69)",qft_mapped_ibm_washington_qiskit_opt0_71.qasm -3694,127,27382,"{'rz': 29373, 'sx': 10932, 'x': 391, 'measure': 87}",{'cx': 137093},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_87.qasm -3695,127,25416,"{'rz': 32723, 'sx': 11333, 'x': 129, 'measure': 82}",{'cx': 181915},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_82.qasm -3696,127,123,"{'rz': 540, 'sx': 270, 'measure': 126}",{'cx': 843},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_126.qasm -3697,127,10456,"{'rz': 12780, 'sx': 240, 'measure': 120, 'x': 1}",{'cx': 45877},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_121.qasm -3698,127,5235,"{'rz': 8843, 'sx': 178, 'measure': 89, 'x': 1}",{'cx': 24849},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeexact_mapped_ibm_washington_qiskit_opt1_90.qasm -3699,127,53,"{'sx': 48, 'rz': 24, 'measure': 13, 'x': 1}",{'cx': 24},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18)",wstate_mapped_ibm_washington_qiskit_opt2_13.qasm -3700,127,35,"{'rz': 83, 'sx': 45, 'measure': 9}",{'cx': 54},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qaoa_mapped_ibm_washington_qiskit_opt2_9.qasm -3701,127,117,"{'sx': 112, 'rz': 56, 'measure': 29, 'x': 1}",{'cx': 56},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",wstate_mapped_ibm_washington_qiskit_opt2_29.qasm -3702,127,4166,"{'rz': 5302, 'sx': 97, 'measure': 96}",{'cx': 22290},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qftentangled_mapped_ibm_washington_qiskit_opt2_96.qasm -3703,127,905,"{'rz': 506, 'sx': 253, 'measure': 126, 'x': 113}",{'cx': 1554},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",dj_mapped_ibm_washington_qiskit_opt0_127.qasm -3704,27,430,"{'rz': 617, 'sx': 22, 'measure': 21}",{'cx': 1174},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt2_21.qasm -3705,127,23,"{'measure': 20, 'rz': 2, 'sx': 1}",{'cx': 19},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76)",ghz_mapped_ibm_washington_qiskit_opt1_20.qasm -3706,127,114,"{'rz': 103, 'sx': 59, 'measure': 29}",{'cx': 92},"(35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (91, 79); (91, 98); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99)",dj_mapped_ibm_washington_qiskit_opt2_30.qasm -3707,127,6242,"{'rz': 7124, 'sx': 686, 'measure': 115}",{'cx': 32398},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_115.qasm -3708,27,708,"{'rz': 664, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 1455},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_22.qasm -3709,127,2630,"{'sx': 432, 'rz': 432, 'measure': 54}",{'cx': 14854},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104)",su2random_mapped_ibm_washington_qiskit_opt2_54.qasm -3710,127,25,"{'rz': 65, 'sx': 64, 'measure': 11, 'x': 1}",{'cx': 20},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",vqe_mapped_ibm_washington_qiskit_opt1_11.qasm -3711,127,639,"{'rz': 468, 'sx': 273, 'measure': 121, 'x': 15}",{'cx': 604},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt3_122.qasm -3712,27,1502,"{'rz': 1413, 'sx': 555, 'measure': 20, 'x': 19}",{'cx': 2948},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_20.qasm -3713,127,1189,"{'sx': 493, 'rz': 399, 'measure': 109, 'x': 1}",{'cx': 1404},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_109.qasm -3714,127,59,"{'rz': 235, 'sx': 125, 'measure': 66, 'x': 3}",{'cx': 244},"(4, 15); (12, 17); (15, 4); (15, 22); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",graphstate_mapped_ibm_washington_qiskit_opt3_66.qasm -3715,127,371,"{'rz': 168, 'sx': 112, 'measure': 14}",{'cx': 1725},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_14.qasm -3716,127,503,"{'rz': 444, 'sx': 86, 'measure': 15}",{'cx': 891},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_15.qasm -3717,27,880,"{'rz': 1044, 'sx': 320, 'x': 49, 'measure': 24}",{'cx': 1550},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt3_25.qasm -3718,127,3950,"{'rz': 5922, 'sx': 106, 'measure': 106}",{'cx': 27742},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_106.qasm -3719,27,352,"{'rz': 248, 'sx': 77, 'x': 11, 'measure': 11}",{'cx': 320},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qpeexact_mapped_ibm_montreal_qiskit_opt3_12.qasm -3720,127,47,"{'rz': 60, 'sx': 30, 'measure': 16}",{'cx': 67},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (81, 72)",graphstate_mapped_ibm_washington_qiskit_opt1_16.qasm -3721,127,255,"{'rz': 193, 'sx': 109, 'measure': 48, 'x': 5}",{'cx': 226},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 54); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (106, 93)",dj_mapped_ibm_washington_qiskit_opt3_49.qasm -3722,127,480,"{'rz': 358, 'sx': 179, 'measure': 89}",{'cx': 650},"(10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt1_90.qasm -3723,127,6636,"{'rz': 10494, 'sx': 204, 'measure': 102, 'x': 1}",{'cx': 31759},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_103.qasm -3724,127,375,"{'rz': 294, 'sx': 84, 'measure': 14}",{'cx': 836},"(79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qnn_mapped_ibm_washington_qiskit_opt1_14.qasm -3725,27,340,"{'rz': 425, 'sx': 101, 'measure': 16, 'x': 8}",{'cx': 621},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qftentangled_mapped_ibm_montreal_qiskit_opt3_16.qasm -3726,127,2081,"{'rz': 12382, 'sx': 8547, 'measure': 57, 'x': 9}",{'cx': 11534},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",qnn_mapped_ibm_washington_qiskit_opt3_57.qasm -3727,127,67,"{'measure': 64, 'rz': 2, 'sx': 1}",{'cx': 63},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_64.qasm -3728,127,96,"{'measure': 93, 'rz': 2, 'sx': 1}",{'cx': 92},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_93.qasm -3729,127,455,"{'rz': 653, 'sx': 188, 'measure': 20, 'x': 15}",{'cx': 962},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt3_20.qasm -3730,127,16740,"{'rz': 17180, 'sx': 6578, 'x': 227, 'measure': 68}",{'cx': 71744},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83)",random_mapped_ibm_washington_qiskit_opt2_68.qasm -3731,127,1009,"{'rz': 760, 'sx': 456, 'measure': 77, 'x': 1}",{'cx': 1142},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_77.qasm -3732,127,377,"{'sx': 372, 'rz': 186, 'measure': 94, 'x': 1}",{'cx': 186},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_94.qasm -3733,127,24,"{'rz': 59, 'sx': 58, 'measure': 10, 'x': 1}",{'cx': 18},"(108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",vqe_mapped_ibm_washington_qiskit_opt1_10.qasm -3734,127,8076,"{'rz': 12526, 'sx': 236, 'measure': 118, 'x': 1}",{'cx': 41990},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_119.qasm -3735,127,519,"{'rz': 380, 'sx': 228, 'measure': 39, 'x': 1}",{'cx': 613},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_39.qasm -3736,127,317,"{'rz': 236, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 419},"(35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",qpeexact_mapped_ibm_washington_qiskit_opt2_13.qasm -3737,27,53,"{'rz': 49, 'sx': 29, 'measure': 14}",{'cx': 40},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt2_15.qasm -3738,127,11303,"{'rz': 16244, 'sx': 744, 'measure': 124}",{'cx': 108621},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_124.qasm -3739,127,2104,"{'rz': 3001, 'sx': 86, 'measure': 43, 'x': 1}",{'cx': 6392},"(34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt1_44.qasm -3740,127,540,"{'rz': 936, 'sx': 492, 'measure': 12}",{'cx': 1308},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",portfoliovqe_mapped_ibm_washington_qiskit_opt0_12.qasm -3741,127,2948,"{'rz': 3928, 'sx': 79, 'measure': 79}",{'cx': 14258},"(8, 16); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (110, 100); (110, 118); (118, 110)",qft_mapped_ibm_washington_qiskit_opt2_79.qasm -3742,127,4948,"{'rz': 9761, 'sx': 102, 'measure': 101}",{'cx': 27597},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qftentangled_mapped_ibm_washington_qiskit_opt1_101.qasm -3743,127,1927,"{'rz': 1992, 'sx': 1666, 'x': 87, 'measure': 46}",{'cx': 9796},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_46.qasm -3744,127,6882,"{'rz': 3560, 'sx': 2795, 'x': 46, 'measure': 21}",{'cx': 3026},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",pricingcall_mapped_ibm_washington_qiskit_opt3_21.qasm -3745,127,537,"{'rz': 400, 'sx': 240, 'measure': 41, 'x': 1}",{'cx': 617},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_41.qasm -3746,127,3917,"{'sx': 656, 'rz': 656, 'measure': 82}",{'cx': 35690},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_82.qasm -3747,127,3343,"{'rz': 4747, 'sx': 89, 'measure': 88}",{'cx': 19166},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_88.qasm -3748,127,575,"{'rz': 443, 'sx': 259, 'measure': 114, 'x': 13}",{'cx': 567},"(0, 14); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (41, 42); (41, 53); (42, 41); (43, 34); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt3_115.qasm -3749,27,156,"{'rz': 107, 'sx': 33, 'measure': 7, 'x': 4}",{'cx': 121},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_8.qasm -3750,127,18,"{'rz': 72, 'sx': 36, 'measure': 36}",{'cx': 36},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",graphstate_mapped_ibm_washington_qiskit_opt3_36.qasm -3751,127,726,"{'rz': 588, 'sx': 126, 'measure': 21}",{'cx': 1935},"(54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104)",qnn_mapped_ibm_washington_qiskit_opt1_21.qasm -3752,127,6908,"{'rz': 11137, 'sx': 86, 'measure': 86}",{'cx': 51338},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_86.qasm -3753,127,1937,"{'rz': 2341, 'sx': 92, 'measure': 46, 'x': 1}",{'cx': 5868},"(34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt2_47.qasm -3754,127,11000,"{'rz': 18090, 'sx': 216, 'measure': 108, 'x': 1}",{'cx': 85050},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107)",qpeexact_mapped_ibm_washington_qiskit_opt0_109.qasm -3755,127,5605,"{'rz': 6845, 'sx': 650, 'measure': 109}",{'cx': 26866},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt2_109.qasm -3756,127,756,"{'rz': 737, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 1481},"(53, 60); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102)",qpeexact_mapped_ibm_washington_qiskit_opt2_23.qasm -3757,127,7902,"{'rz': 2785, 'sx': 671, 'measure': 21, 'x': 10}",{'cx': 7314},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt1_21.qasm -3758,127,994,"{'rz': 1613, 'sx': 33, 'measure': 33}",{'cx': 3150},"(35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83); (92, 102); (102, 92)",qft_mapped_ibm_washington_qiskit_opt1_33.qasm -3759,127,53,"{'rz': 122, 'sx': 61, 'measure': 39}",{'cx': 213},"(35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_39.qasm -3760,127,5004,"{'rz': 11214, 'sx': 114, 'measure': 113}",{'cx': 33882},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_113.qasm -3761,127,1011,"{'rz': 1156, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 2322},"(28, 35); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt1_27.qasm -3762,127,1970,"{'rz': 3105, 'sx': 47, 'measure': 46}",{'cx': 6468},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qftentangled_mapped_ibm_washington_qiskit_opt1_46.qasm -3763,127,9646,"{'rz': 17018, 'sx': 762, 'measure': 127}",{'cx': 119131},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_127.qasm -3764,127,77,"{'rz': 227, 'sx': 119, 'measure': 59, 'x': 2}",{'cx': 254},"(6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 33); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (110, 100)",graphstate_mapped_ibm_washington_qiskit_opt3_59.qasm -3765,127,20184,"{'rz': 24828, 'sx': 8640, 'x': 111, 'measure': 71}",{'cx': 130512},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69)",random_mapped_ibm_washington_qiskit_opt0_71.qasm -3766,127,876,"{'sx': 469, 'rz': 337, 'measure': 108, 'x': 1}",{'cx': 1165},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",wstate_mapped_ibm_washington_qiskit_opt1_108.qasm -3767,27,1538,"{'rz': 1472, 'sx': 558, 'measure': 20, 'x': 19}",{'cx': 2995},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_20.qasm -3768,127,542,"{'rz': 402, 'sx': 201, 'measure': 100}",{'cx': 829},"(4, 15); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt1_101.qasm -3769,127,1030,"{'measure': 127, 'rz': 2, 'sx': 1}",{'cx': 1131},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_127.qasm -3770,127,5391,"{'rz': 6819, 'sx': 386, 'measure': 65}",{'cx': 26660},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ae_mapped_ibm_washington_qiskit_opt0_65.qasm -3771,127,229,"{'sx': 64, 'rz': 64, 'measure': 8}",{'cx': 283},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",realamprandom_mapped_ibm_washington_qiskit_opt1_8.qasm -3772,127,6998,"{'rz': 11002, 'sx': 212, 'measure': 106, 'x': 1}",{'cx': 35816},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_107.qasm -3773,27,607,"{'rz': 661, 'sx': 326, 'measure': 17, 'x': 4}",{'cx': 1177},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_17.qasm -3774,127,1339,"{'rz': 1330, 'sx': 56, 'measure': 28, 'x': 1}",{'cx': 4334},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_29.qasm -3775,127,4459,"{'rz': 456, 'sx': 304, 'measure': 38}",{'cx': 24576},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_38.qasm -3776,127,375,"{'rz': 224, 'sx': 112, 'measure': 14}",{'cx': 1725},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_14.qasm -3777,27,766,"{'rz': 809, 'sx': 332, 'x': 34, 'measure': 21}",{'cx': 1016},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt3_21.qasm -3778,127,8575,"{'rz': 12100, 'sx': 176, 'measure': 88, 'x': 1}",{'cx': 55901},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_89.qasm -3779,27,3341,"{'rz': 3184, 'sx': 1153, 'measure': 26, 'x': 18}",{'cx': 10001},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt0_26.qasm -3780,127,3589,"{'rz': 7460, 'sx': 82, 'measure': 82}",{'cx': 18561},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt1_82.qasm -3781,127,609,"{'rz': 480, 'sx': 288, 'measure': 49, 'x': 1}",{'cx': 633},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_49.qasm -3782,127,3546,"{'rz': 4905, 'sx': 116, 'measure': 58, 'x': 1}",{'cx': 11021},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt1_59.qasm -3783,127,1196,"{'rz': 1628, 'sx': 222, 'measure': 37}",{'cx': 5967},"(19, 20); (20, 19); (20, 33); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt1_37.qasm -3784,127,624,"{'rz': 406, 'sx': 203, 'measure': 101}",{'cx': 929},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt1_102.qasm -3785,127,828,"{'rz': 450, 'sx': 225, 'measure': 112, 'x': 97}",{'cx': 1408},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (111, 104); (112, 108)",dj_mapped_ibm_washington_qiskit_opt0_113.qasm -3786,127,5854,"{'sx': 560, 'rz': 560, 'measure': 70}",{'cx': 34694},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt1_70.qasm -3787,127,3720,"{'rz': 544, 'sx': 272, 'measure': 34}",{'cx': 18924},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20)",su2random_mapped_ibm_washington_qiskit_opt0_34.qasm -3788,127,17063,"{'sx': 984, 'rz': 984, 'measure': 123}",{'cx': 126045},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_123.qasm -3789,127,149,"{'rz': 296, 'sx': 148, 'measure': 74}",{'cx': 452},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118)",graphstate_mapped_ibm_washington_qiskit_opt2_74.qasm -3790,127,3488,"{'rz': 5011, 'sx': 170, 'measure': 85, 'x': 1}",{'cx': 18498},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (118, 110)",qpeinexact_mapped_ibm_washington_qiskit_opt2_86.qasm -3791,127,877,"{'rz': 2148, 'sx': 1197, 'measure': 29, 'x': 5}",{'cx': 3227},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (93, 87)",qnn_mapped_ibm_washington_qiskit_opt3_29.qasm -3792,127,2519,"{'rz': 3202, 'sx': 67, 'measure': 66}",{'cx': 10586},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100)",qftentangled_mapped_ibm_washington_qiskit_opt2_66.qasm -3793,127,109,"{'rz': 67, 'sx': 12, 'measure': 6, 'x': 1}",{'cx': 83},"(45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65)",qpeexact_mapped_ibm_washington_qiskit_opt2_7.qasm -3794,127,212,"{'measure': 44, 'rz': 2, 'sx': 1}",{'cx': 373},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_44.qasm -3795,127,1823,"{'rz': 2757, 'sx': 1090, 'x': 143, 'measure': 43}",{'cx': 4201},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",ae_mapped_ibm_washington_qiskit_opt3_43.qasm -3796,127,701,"{'rz': 228, 'sx': 152, 'measure': 19}",{'cx': 3627},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_19.qasm -3797,127,11436,"{'rz': 852, 'sx': 568, 'measure': 71}",{'cx': 96420},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_71.qasm -3798,127,364,"{'rz': 744, 'sx': 372, 'measure': 124}",{'cx': 3124},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt0_124.qasm -3799,27,547,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1466},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_16.qasm -3800,127,2035,"{'rz': 432, 'sx': 432, 'measure': 54}",{'cx': 15582},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_54.qasm -3801,127,4921,"{'rz': 8704, 'sx': 77, 'measure': 76}",{'cx': 36537},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_76.qasm -3802,127,7602,"{'rz': 10443, 'sx': 482, 'measure': 81}",{'cx': 43017},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt0_81.qasm -3803,127,2880,"{'rz': 1452, 'sx': 198, 'measure': 33}",{'cx': 14804},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31)",qnn_mapped_ibm_washington_qiskit_opt0_33.qasm -3804,127,4538,"{'rz': 6197, 'sx': 112, 'measure': 112}",{'cx': 29622},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_112.qasm -3805,127,568,"{'rz': 540, 'sx': 120, 'measure': 20}",{'cx': 1649},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (55, 49); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",qnn_mapped_ibm_washington_qiskit_opt2_20.qasm -3806,127,385,"{'measure': 79, 'rz': 2, 'sx': 1}",{'cx': 690},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_79.qasm -3807,127,5129,"{'rz': 8306, 'sx': 90, 'measure': 89}",{'cx': 21862},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_89.qasm -3808,127,4799,"{'rz': 600, 'sx': 600, 'measure': 75}",{'cx': 32865},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (33, 20); (33, 39); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_75.qasm -3809,27,2358,"{'rz': 2183, 'sx': 840, 'x': 32, 'measure': 24}",{'cx': 4985},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt2_24.qasm -3810,127,53,"{'rz': 70, 'sx': 35, 'measure': 7}",{'cx': 70},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",qaoa_mapped_ibm_washington_qiskit_opt0_7.qasm -3811,127,5729,"{'rz': 6195, 'sx': 208, 'measure': 104, 'x': 1}",{'cx': 28260},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt2_105.qasm -3812,27,1691,"{'rz': 1982, 'sx': 998, 'x': 105, 'measure': 22}",{'cx': 3258},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_22.qasm -3813,27,547,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1466},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt1_16.qasm -3814,127,121,"{'rz': 81, 'sx': 12, 'measure': 6, 'x': 1}",{'cx': 83},"(45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65)",qpeexact_mapped_ibm_washington_qiskit_opt1_7.qasm -3815,127,7077,"{'rz': 9705, 'sx': 464, 'measure': 78}",{'cx': 38685},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt0_78.qasm -3816,127,800,"{'rz': 1082, 'sx': 28, 'measure': 27}",{'cx': 2156},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt1_27.qasm -3817,127,2517,"{'rz': 3786, 'sx': 75, 'measure': 75}",{'cx': 12779},"(16, 26); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt2_75.qasm -3818,127,945,"{'rz': 1302, 'sx': 36, 'measure': 35}",{'cx': 3142},"(41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt2_35.qasm -3819,127,73,"{'sx': 68, 'rz': 34, 'measure': 18, 'x': 1}",{'cx': 34},"(106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_18.qasm -3820,127,1642,"{'rz': 2375, 'sx': 76, 'measure': 38, 'x': 1}",{'cx': 4776},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt1_39.qasm -3821,127,32538,"{'rz': 43765, 'sx': 15152, 'x': 157, 'measure': 94}",{'cx': 259342},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt0_94.qasm -3822,127,717,"{'rz': 985, 'sx': 29, 'measure': 28}",{'cx': 2010},"(44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt2_28.qasm -3823,127,4044,"{'rz': 6430, 'sx': 140, 'measure': 70, 'x': 1}",{'cx': 15764},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_71.qasm -3824,127,813,"{'measure': 108, 'rz': 2, 'sx': 1}",{'cx': 878},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ghz_mapped_ibm_washington_qiskit_opt2_108.qasm -3825,127,331,"{'rz': 174, 'sx': 87, 'x': 45, 'measure': 43}",{'cx': 556},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",dj_mapped_ibm_washington_qiskit_opt0_44.qasm -3826,127,10991,"{'rz': 824, 'sx': 824, 'measure': 103}",{'cx': 71806},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_103.qasm -3827,127,544,"{'rz': 420, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 780},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (73, 66)",qpeexact_mapped_ibm_washington_qiskit_opt1_16.qasm -3828,127,1849,"{'sx': 376, 'rz': 376, 'measure': 47}",{'cx': 11605},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_47.qasm -3829,27,442,"{'rz': 347, 'sx': 16, 'measure': 15}",{'cx': 1139},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qftentangled_mapped_ibm_montreal_qiskit_opt0_15.qasm -3830,127,181,"{'measure': 35, 'rz': 2, 'sx': 1}",{'cx': 313},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24)",ghz_mapped_ibm_washington_qiskit_opt0_35.qasm -3831,27,829,"{'rz': 911, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 1725},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt1_24.qasm -3832,127,86,"{'rz': 96, 'sx': 48, 'measure': 16}",{'cx': 193},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_16.qasm -3833,27,48,"{'rz': 42, 'sx': 21, 'measure': 10}",{'cx': 34},"(5, 8); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18)",dj_mapped_ibm_montreal_qiskit_opt1_11.qasm -3834,127,100,"{'rz': 442, 'sx': 221, 'measure': 107}",{'cx': 698},"(0, 1); (0, 14); (1, 0); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_107.qasm -3835,127,39955,"{'rz': 18313, 'sx': 137, 'x': 10, 'measure': 10}",{'cx': 37413},"(61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt1_10.qasm -3836,127,1348,"{'rz': 1040, 'sx': 624, 'measure': 105, 'x': 1}",{'cx': 1480},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",wstate_mapped_ibm_washington_qiskit_opt0_105.qasm -3837,27,111,"{'rz': 94, 'sx': 47, 'measure': 23}",{'cx': 110},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt1_24.qasm -3838,127,306,"{'rz': 238, 'sx': 119, 'measure': 59}",{'cx': 389},"(15, 22); (16, 26); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt1_60.qasm -3839,127,17497,"{'rz': 20581, 'sx': 6986, 'x': 74, 'measure': 65}",{'cx': 105435},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_65.qasm -3840,127,216,"{'rz': 155, 'sx': 10, 'measure': 10}",{'cx': 480},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_10.qasm -3841,127,49,"{'rz': 30, 'sx': 15, 'x': 11, 'measure': 7}",{'cx': 61},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",dj_mapped_ibm_washington_qiskit_opt0_8.qasm -3842,127,15722,"{'sx': 1008, 'rz': 1008, 'measure': 126}",{'cx': 112718},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_126.qasm -3843,127,3739,"{'sx': 448, 'rz': 448, 'measure': 56}",{'cx': 21287},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt1_56.qasm -3844,127,4315,"{'rz': 8422, 'sx': 512, 'measure': 86}",{'cx': 20750},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_86.qasm -3845,27,19766,"{'rz': 9077, 'sx': 125, 'x': 10, 'measure': 9}",{'cx': 17448},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt2_9.qasm -3846,127,43,"{'measure': 40, 'rz': 2, 'sx': 1}",{'cx': 39},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt1_40.qasm -3847,127,6627,"{'sx': 696, 'rz': 696, 'measure': 87}",{'cx': 47324},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_87.qasm -3848,127,335,"{'rz': 570, 'sx': 285, 'measure': 95}",{'cx': 2237},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (92, 83); (93, 87); (94, 90)",graphstate_mapped_ibm_washington_qiskit_opt0_95.qasm -3849,27,133,"{'rz': 100, 'sx': 60, 'measure': 11, 'x': 1}",{'cx': 125},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",wstate_mapped_ibm_montreal_qiskit_opt0_11.qasm -3850,127,3256,"{'rz': 5541, 'sx': 126, 'measure': 63, 'x': 1}",{'cx': 12898},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qpeexact_mapped_ibm_washington_qiskit_opt1_64.qasm -3851,127,36,"{'measure': 33, 'rz': 2, 'sx': 1}",{'cx': 32},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",ghz_mapped_ibm_washington_qiskit_opt2_33.qasm -3852,127,1411,"{'rz': 2183, 'sx': 851, 'x': 99, 'measure': 37}",{'cx': 3350},"(24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt3_38.qasm -3853,27,1680,"{'rz': 1555, 'sx': 566, 'measure': 19, 'x': 12}",{'cx': 3694},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",random_mapped_ibm_montreal_qiskit_opt0_19.qasm -3854,127,1932,"{'rz': 2965, 'sx': 2640, 'x': 116, 'measure': 37}",{'cx': 6297},"(24, 34); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_37.qasm -3855,127,805,"{'rz': 1069, 'sx': 31, 'measure': 30}",{'cx': 2293},"(36, 51); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83)",qftentangled_mapped_ibm_washington_qiskit_opt2_30.qasm -3856,27,392,"{'rz': 192, 'sx': 96, 'measure': 12}",{'cx': 1149},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",su2random_mapped_ibm_montreal_qiskit_opt0_12.qasm -3857,127,8702,"{'rz': 12545, 'sx': 125, 'measure': 124}",{'cx': 46899},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_124.qasm -3858,127,3938,"{'sx': 584, 'rz': 584, 'measure': 73}",{'cx': 30702},"(20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_73.qasm -3859,27,58,"{'rz': 72, 'sx': 48, 'measure': 8}",{'cx': 65},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",vqe_mapped_ibm_montreal_qiskit_opt0_8.qasm -3860,127,58,"{'rz': 222, 'sx': 116, 'measure': 64, 'x': 2}",{'cx': 282},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (102, 92); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (122, 111)",graphstate_mapped_ibm_washington_qiskit_opt3_64.qasm -3861,127,9991,"{'sx': 856, 'rz': 856, 'measure': 107}",{'cx': 75460},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_107.qasm -3862,127,1913,"{'rz': 1668, 'sx': 182, 'measure': 31}",{'cx': 5403},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_31.qasm -3863,27,69,"{'sx': 64, 'rz': 32, 'measure': 17, 'x': 1}",{'cx': 32},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_17.qasm -3864,27,60,"{'rz': 78, 'sx': 39, 'measure': 13}",{'cx': 76},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10)",graphstate_mapped_ibm_montreal_qiskit_opt0_13.qasm -3865,127,8012,"{'rz': 10626, 'sx': 84, 'measure': 84}",{'cx': 51093},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_84.qasm -3866,127,10830,"{'rz': 17437, 'sx': 212, 'measure': 106, 'x': 1}",{'cx': 80537},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt0_107.qasm -3867,127,32860,"{'rz': 44974, 'sx': 15398, 'x': 187, 'measure': 96}",{'cx': 272043},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt0_96.qasm -3868,127,21620,"{'rz': 22371, 'sx': 8207, 'x': 269, 'measure': 76}",{'cx': 96217},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",random_mapped_ibm_washington_qiskit_opt1_76.qasm -3869,127,3825,"{'rz': 4182, 'sx': 102, 'measure': 51, 'x': 1}",{'cx': 17544},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_52.qasm -3870,127,6206,"{'rz': 9478, 'sx': 188, 'measure': 94, 'x': 1}",{'cx': 28274},"(11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_95.qasm -3871,127,484,"{'rz': 427, 'sx': 110, 'measure': 15, 'x': 9}",{'cx': 649},"(34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",qpeexact_mapped_ibm_washington_qiskit_opt3_16.qasm -3872,127,7950,"{'rz': 11891, 'sx': 226, 'measure': 113, 'x': 1}",{'cx': 40467},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_114.qasm -3873,127,816,"{'rz': 666, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 1443},"(24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80)",qpeinexact_mapped_ibm_washington_qiskit_opt2_22.qasm -3874,127,10042,"{'rz': 16998, 'sx': 620, 'measure': 104}",{'cx': 69131},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt0_104.qasm -3875,127,2154,"{'rz': 400, 'sx': 400, 'measure': 50}",{'cx': 14197},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_50.qasm -3876,127,169,"{'sx': 164, 'rz': 82, 'measure': 42, 'x': 1}",{'cx': 82},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt1_42.qasm -3877,27,413,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 796},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt1_12.qasm -3878,127,4609,"{'rz': 6630, 'sx': 468, 'measure': 78}",{'cx': 29457},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_78.qasm -3879,127,12371,"{'rz': 912, 'sx': 608, 'measure': 76}",{'cx': 110391},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_76.qasm -3880,127,41,"{'sx': 36, 'rz': 18, 'measure': 10, 'x': 1}",{'cx': 18},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121)",wstate_mapped_ibm_washington_qiskit_opt3_10.qasm -3881,127,4108,"{'rz': 4572, 'sx': 158, 'measure': 79, 'x': 1}",{'cx': 16950},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt2_80.qasm -3882,127,10273,"{'rz': 18300, 'sx': 644, 'measure': 108}",{'cx': 74346},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",ae_mapped_ibm_washington_qiskit_opt0_108.qasm -3883,127,9726,"{'rz': 4490, 'sx': 113, 'x': 10, 'measure': 8}",{'cx': 8673},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (53, 41)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt1_8.qasm -3884,127,842,"{'measure': 116, 'rz': 2, 'sx': 1}",{'cx': 997},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_116.qasm -3885,127,16272,"{'rz': 18612, 'sx': 6578, 'x': 82, 'measure': 62}",{'cx': 91300},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_62.qasm -3886,127,508,"{'rz': 327, 'sx': 191, 'x': 21, 'measure': 9}",{'cx': 271},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",pricingput_mapped_ibm_washington_qiskit_opt3_9.qasm -3887,127,37,"{'sx': 32, 'rz': 16, 'measure': 9, 'x': 1}",{'cx': 16},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",wstate_mapped_ibm_washington_qiskit_opt1_9.qasm -3888,127,671,"{'rz': 326, 'sx': 160, 'x': 14, 'measure': 11}",{'cx': 432},"(49, 55); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73)",pricingput_mapped_ibm_washington_qiskit_opt2_11.qasm -3889,27,293,"{'rz': 174, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 290},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qpeexact_mapped_ibm_montreal_qiskit_opt2_11.qasm -3890,27,819,"{'rz': 744, 'sx': 144, 'measure': 24}",{'cx': 2510},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_24.qasm -3891,127,1162,"{'rz': 1394, 'sx': 204, 'measure': 34}",{'cx': 4934},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (35, 28); (35, 47); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92)",qnn_mapped_ibm_washington_qiskit_opt2_34.qasm -3892,127,7639,"{'rz': 9986, 'sx': 196, 'measure': 98, 'x': 1}",{'cx': 30999},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_99.qasm -3893,27,128,"{'rz': 92, 'sx': 24, 'measure': 8, 'x': 2}",{'cx': 126},"(8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qft_mapped_ibm_montreal_qiskit_opt3_8.qasm -3894,127,4659,"{'rz': 688, 'sx': 688, 'measure': 86}",{'cx': 40809},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt2_86.qasm -3895,127,687,"{'rz': 649, 'sx': 559, 'x': 34, 'measure': 18}",{'cx': 1384},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",su2random_mapped_ibm_washington_qiskit_opt3_18.qasm -3896,127,244,"{'rz': 166, 'sx': 118, 'measure': 7}",{'cx': 201},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",portfoliovqe_mapped_ibm_washington_qiskit_opt2_7.qasm -3897,127,9886,"{'rz': 14268, 'sx': 696, 'measure': 116}",{'cx': 79998},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_116.qasm -3898,27,932,"{'rz': 492, 'sx': 111, 'x': 24, 'measure': 7}",{'cx': 801},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt0_7.qasm -3899,127,3480,"{'rz': 5100, 'sx': 408, 'measure': 68}",{'cx': 23668},"(16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (54, 45); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_68.qasm -3900,127,113,"{'sx': 108, 'rz': 54, 'measure': 28, 'x': 1}",{'cx': 54},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80)",wstate_mapped_ibm_washington_qiskit_opt1_28.qasm -3901,27,199,"{'rz': 84, 'sx': 56, 'measure': 7}",{'cx': 303},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_7.qasm -3902,127,978,"{'sx': 472, 'rz': 366, 'measure': 106, 'x': 1}",{'cx': 1207},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111)",wstate_mapped_ibm_washington_qiskit_opt2_106.qasm -3903,127,639,"{'rz': 725, 'sx': 633, 'measure': 18, 'x': 7}",{'cx': 1402},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_18.qasm -3904,127,9676,"{'rz': 756, 'sx': 504, 'measure': 63}",{'cx': 73566},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_63.qasm -3905,127,1057,"{'sx': 184, 'rz': 184, 'measure': 23}",{'cx': 3577},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",su2random_mapped_ibm_washington_qiskit_opt1_23.qasm -3906,127,4183,"{'rz': 4930, 'sx': 494, 'measure': 83}",{'cx': 15996},"(17, 30); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_83.qasm -3907,127,28,"{'measure': 25, 'rz': 2, 'sx': 1}",{'cx': 24},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt2_25.qasm -3908,127,31583,"{'rz': 32220, 'sx': 11761, 'x': 392, 'measure': 91}",{'cx': 154653},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_91.qasm -3909,27,852,"{'rz': 800, 'sx': 128, 'measure': 22}",{'cx': 1221},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt1_22.qasm -3910,127,1327,"{'rz': 4331, 'sx': 2714, 'measure': 37, 'x': 12}",{'cx': 5110},"(28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt3_37.qasm -3911,127,47,"{'rz': 43, 'sx': 25, 'measure': 12}",{'cx': 37},"(45, 54); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (81, 72)",dj_mapped_ibm_washington_qiskit_opt2_13.qasm -3912,127,874,"{'rz': 831, 'sx': 326, 'measure': 15, 'x': 11}",{'cx': 1468},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",random_mapped_ibm_washington_qiskit_opt2_15.qasm -3913,127,39732,"{'rz': 40710, 'sx': 15000, 'x': 540, 'measure': 102}",{'cx': 212051},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",random_mapped_ibm_washington_qiskit_opt1_102.qasm -3914,127,9823,"{'rz': 4782, 'sx': 119, 'measure': 8, 'x': 1}",{'cx': 9029},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64)",grover-noancilla_mapped_ibm_washington_qiskit_opt1_8.qasm -3915,127,236,"{'sx': 80, 'rz': 80, 'measure': 10}",{'cx': 427},"(15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54)",su2random_mapped_ibm_washington_qiskit_opt3_10.qasm -3916,27,56,"{'rz': 54, 'sx': 33, 'measure': 14, 'x': 1}",{'cx': 33},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_15.qasm -3917,27,79,"{'measure': 18, 'rz': 2, 'sx': 1}",{'cx': 137},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",ghz_mapped_ibm_montreal_qiskit_opt0_18.qasm -3918,127,6706,"{'rz': 7653, 'sx': 248, 'measure': 124, 'x': 1}",{'cx': 42561},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_125.qasm -3919,127,1006,"{'rz': 582, 'sx': 361, 'x': 33, 'measure': 13}",{'cx': 554},"(54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",pricingcall_mapped_ibm_washington_qiskit_opt3_13.qasm -3920,127,988,"{'measure': 115, 'rz': 2, 'sx': 1}",{'cx': 1020},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_115.qasm -3921,127,233,"{'sx': 228, 'rz': 114, 'measure': 58, 'x': 1}",{'cx': 114},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_58.qasm -3922,127,37030,"{'rz': 37705, 'sx': 13826, 'x': 487, 'measure': 99}",{'cx': 194599},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",random_mapped_ibm_washington_qiskit_opt1_99.qasm -3923,127,58,"{'rz': 126, 'sx': 63, 'measure': 39}",{'cx': 159},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt2_39.qasm -3924,127,52,"{'rz': 46, 'sx': 27, 'measure': 13}",{'cx': 39},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt2_14.qasm -3925,127,9323,"{'sx': 792, 'rz': 792, 'measure': 99}",{'cx': 63039},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_99.qasm -3926,127,1484,"{'sx': 540, 'rz': 430, 'measure': 120, 'x': 1}",{'cx': 1585},"(0, 1); (0, 14); (1, 0); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_120.qasm -3927,127,12422,"{'rz': 924, 'sx': 616, 'measure': 77}",{'cx': 111045},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt0_77.qasm -3928,127,6998,"{'rz': 11002, 'sx': 212, 'measure': 106, 'x': 1}",{'cx': 35816},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_107.qasm -3929,27,469,"{'rz': 340, 'sx': 80, 'measure': 14}",{'cx': 440},"(3, 5); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",ae_mapped_ibm_montreal_qiskit_opt1_14.qasm -3930,127,5626,"{'rz': 5834, 'sx': 2355, 'x': 81, 'measure': 41}",{'cx': 18318},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt2_41.qasm -3931,127,113,"{'rz': 144, 'sx': 72, 'measure': 24}",{'cx': 327},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_24.qasm -3932,127,288,"{'rz': 206, 'sx': 103, 'measure': 51}",{'cx': 342},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt1_52.qasm -3933,127,8844,"{'rz': 684, 'sx': 456, 'measure': 57}",{'cx': 61374},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_57.qasm -3934,127,349,"{'rz': 156, 'sx': 104, 'measure': 13}",{'cx': 1590},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_13.qasm -3935,127,536,"{'rz': 478, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 927},"(41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79)",qpeinexact_mapped_ibm_washington_qiskit_opt2_18.qasm -3936,127,714,"{'rz': 656, 'sx': 156, 'x': 23, 'measure': 19}",{'cx': 1098},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qpeinexact_mapped_ibm_washington_qiskit_opt3_20.qasm -3937,127,4724,"{'rz': 5766, 'sx': 554, 'measure': 93}",{'cx': 20223},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",ae_mapped_ibm_washington_qiskit_opt2_93.qasm -3938,27,218,"{'rz': 145, 'sx': 10, 'measure': 10}",{'cx': 252},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15)",qft_mapped_ibm_montreal_qiskit_opt1_10.qasm -3939,27,249,"{'rz': 155, 'sx': 10, 'measure': 10}",{'cx': 474},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qft_mapped_ibm_montreal_qiskit_opt0_10.qasm -3940,127,66,"{'rz': 78, 'sx': 39, 'measure': 21}",{'cx': 72},"(40, 41); (41, 40); (41, 53); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 65); (65, 64); (65, 66); (66, 65); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (92, 102); (98, 91); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (102, 92); (102, 103); (103, 102); (110, 100); (110, 118); (118, 110)",graphstate_mapped_ibm_washington_qiskit_opt2_21.qasm -3941,127,421,"{'rz': 306, 'sx': 153, 'measure': 76}",{'cx': 550},"(12, 17); (15, 22); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 73); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (101, 102); (102, 92); (102, 101); (106, 93)",dj_mapped_ibm_washington_qiskit_opt1_77.qasm -3942,27,290,"{'rz': 271, 'sx': 154, 'x': 16, 'measure': 9}",{'cx': 252},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",random_mapped_ibm_montreal_qiskit_opt3_9.qasm -3943,27,409,"{'rz': 329, 'sx': 15, 'measure': 15}",{'cx': 618},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qft_mapped_ibm_montreal_qiskit_opt1_15.qasm -3944,127,66,"{'rz': 64, 'sx': 37, 'measure': 15, 'x': 2}",{'cx': 36},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",dj_mapped_ibm_washington_qiskit_opt3_16.qasm -3945,127,275,"{'rz': 262, 'sx': 14, 'measure': 13}",{'cx': 972},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_13.qasm -3946,127,1896,"{'rz': 2032, 'sx': 86, 'measure': 43, 'x': 1}",{'cx': 5364},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeinexact_mapped_ibm_washington_qiskit_opt2_44.qasm -3947,127,23,"{'rz': 54, 'sx': 54, 'measure': 9}",{'cx': 16},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",vqe_mapped_ibm_washington_qiskit_opt1_9.qasm -3948,127,937,"{'sx': 200, 'rz': 200, 'measure': 25}",{'cx': 3234},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_25.qasm -3949,127,12334,"{'rz': 15990, 'sx': 738, 'measure': 123}",{'cx': 99587},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_123.qasm -3950,127,1096,"{'sx': 487, 'rz': 401, 'measure': 107, 'x': 1}",{'cx': 1410},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (126, 112)",wstate_mapped_ibm_washington_qiskit_opt1_107.qasm -3951,127,6014,"{'rz': 7509, 'sx': 734, 'measure': 123}",{'cx': 36165},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_123.qasm -3952,27,12,"{'measure': 9, 'rz': 2, 'sx': 1}",{'cx': 8},"(17, 18); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt1_9.qasm -3953,127,104,"{'rz': 452, 'sx': 226, 'measure': 110}",{'cx': 737},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_110.qasm -3954,27,41,"{'sx': 36, 'rz': 18, 'measure': 10, 'x': 1}",{'cx': 18},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_10.qasm -3955,127,43086,"{'rz': 42020, 'sx': 15670, 'x': 556, 'measure': 105}",{'cx': 222788},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (111, 104)",random_mapped_ibm_washington_qiskit_opt1_105.qasm -3956,27,311,"{'rz': 120, 'sx': 80, 'measure': 10}",{'cx': 795},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",realamprandom_mapped_ibm_montreal_qiskit_opt0_10.qasm -3957,127,3184,"{'rz': 6973, 'sx': 78, 'measure': 78}",{'cx': 16423},"(12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qft_mapped_ibm_washington_qiskit_opt1_78.qasm -3958,127,718,"{'rz': 646, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 2006},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_20.qasm -3959,27,407,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 763},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt1_12.qasm -3960,127,187,"{'rz': 288, 'sx': 144, 'measure': 48}",{'cx': 684},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",graphstate_mapped_ibm_washington_qiskit_opt0_48.qasm -3961,127,125,"{'sx': 120, 'rz': 60, 'measure': 31, 'x': 1}",{'cx': 60},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",wstate_mapped_ibm_washington_qiskit_opt2_31.qasm -3962,127,579,"{'rz': 807, 'sx': 24, 'measure': 23}",{'cx': 2481},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_23.qasm -3963,127,12770,"{'rz': 936, 'sx': 624, 'measure': 78}",{'cx': 113556},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt0_78.qasm -3964,127,4212,"{'rz': 6637, 'sx': 626, 'measure': 105}",{'cx': 25149},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_105.qasm -3965,127,63,"{'rz': 196, 'sx': 98, 'measure': 54}",{'cx': 273},"(4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt1_54.qasm -3966,127,23010,"{'rz': 24341, 'sx': 8989, 'x': 314, 'measure': 79}",{'cx': 106529},"(15, 22); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_79.qasm -3967,127,1475,"{'sx': 248, 'rz': 248, 'measure': 31}",{'cx': 6496},"(54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt1_31.qasm -3968,127,116,"{'rz': 366, 'sx': 183, 'measure': 93}",{'cx': 567},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_93.qasm -3969,27,614,"{'rz': 610, 'sx': 20, 'measure': 20}",{'cx': 1856},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt0_20.qasm -3970,27,916,"{'rz': 1117, 'sx': 353, 'x': 45, 'measure': 25}",{'cx': 1774},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt3_26.qasm -3971,127,3434,"{'rz': 3606, 'sx': 130, 'measure': 65, 'x': 1}",{'cx': 11538},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt2_66.qasm -3972,127,8785,"{'rz': 14060, 'sx': 190, 'measure': 95, 'x': 1}",{'cx': 63972},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt0_96.qasm -3973,127,1240,"{'rz': 1910, 'sx': 932, 'x': 72, 'measure': 32}",{'cx': 2312},"(35, 47); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt3_32.qasm -3974,127,329,"{'sx': 324, 'rz': 162, 'measure': 82, 'x': 1}",{'cx': 162},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_82.qasm -3975,127,354,"{'rz': 399, 'sx': 139, 'x': 20, 'measure': 15}",{'cx': 520},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62)",qft_mapped_ibm_washington_qiskit_opt3_15.qasm -3976,127,10812,"{'rz': 828, 'sx': 552, 'measure': 69}",{'cx': 89313},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_69.qasm -3977,127,5156,"{'rz': 7090, 'sx': 124, 'measure': 123}",{'cx': 39536},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_123.qasm -3978,127,3052,"{'rz': 5990, 'sx': 398, 'measure': 67}",{'cx': 12472},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104)",ae_mapped_ibm_washington_qiskit_opt1_67.qasm -3979,127,3537,"{'rz': 3427, 'sx': 92, 'measure': 46, 'x': 1}",{'cx': 14480},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_47.qasm -3980,127,697,"{'rz': 1476, 'sx': 876, 'measure': 23, 'x': 5}",{'cx': 2034},"(34, 43); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qnn_mapped_ibm_washington_qiskit_opt3_23.qasm -3981,27,37,"{'rz': 80, 'sx': 40, 'measure': 26}",{'cx': 68},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt1_26.qasm -3982,27,432,"{'rz': 330, 'sx': 90, 'measure': 15}",{'cx': 979},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt1_15.qasm -3983,127,101,"{'rz': 412, 'sx': 206, 'measure': 108}",{'cx': 678},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_108.qasm -3984,127,5678,"{'rz': 6420, 'sx': 374, 'measure': 63}",{'cx': 26418},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ae_mapped_ibm_washington_qiskit_opt0_63.qasm -3985,127,4778,"{'rz': 5884, 'sx': 194, 'measure': 97, 'x': 1}",{'cx': 24246},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt2_98.qasm -3986,27,127,"{'sx': 89, 'rz': 47, 'measure': 23, 'x': 1}",{'cx': 101},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_23.qasm -3987,127,214,"{'measure': 46, 'rz': 2, 'sx': 1}",{'cx': 375},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_46.qasm -3988,127,323,"{'rz': 238, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 376},"(44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (73, 66)",qpeexact_mapped_ibm_washington_qiskit_opt1_12.qasm -3989,27,181,"{'sx': 56, 'rz': 56, 'measure': 7}",{'cx': 210},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16)",su2random_mapped_ibm_montreal_qiskit_opt1_7.qasm -3990,27,915,"{'rz': 184, 'sx': 184, 'measure': 23}",{'cx': 3369},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_23.qasm -3991,127,1433,"{'rz': 1569, 'sx': 176, 'measure': 30}",{'cx': 4203},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_30.qasm -3992,127,2855,"{'rz': 6131, 'sx': 72, 'measure': 71}",{'cx': 14838},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt1_71.qasm -3993,127,504,"{'rz': 374, 'sx': 227, 'measure': 97, 'x': 14}",{'cx': 429},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (111, 104); (111, 122); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",dj_mapped_ibm_washington_qiskit_opt3_98.qasm -3994,127,69,"{'rz': 110, 'sx': 55, 'measure': 33}",{'cx': 165},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93)",graphstate_mapped_ibm_washington_qiskit_opt1_33.qasm -3995,127,2422,"{'sx': 320, 'rz': 320, 'measure': 40}",{'cx': 10657},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt1_40.qasm -3996,27,35,"{'rz': 114, 'sx': 60, 'measure': 12}",{'cx': 48},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt3_12.qasm -3997,127,13547,"{'rz': 14383, 'sx': 5606, 'x': 196, 'measure': 63}",{'cx': 57327},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",random_mapped_ibm_washington_qiskit_opt2_63.qasm -3998,127,59,"{'measure': 56, 'rz': 2, 'sx': 1}",{'cx': 55},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_56.qasm -3999,127,1825,"{'sx': 360, 'rz': 360, 'measure': 45}",{'cx': 10211},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt2_45.qasm -4000,127,4712,"{'rz': 5110, 'sx': 174, 'measure': 87, 'x': 1}",{'cx': 19722},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_88.qasm -4001,27,463,"{'rz': 602, 'sx': 187, 'x': 21, 'measure': 19}",{'cx': 891},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_19.qasm -4002,127,1799,"{'rz': 10080, 'sx': 7078, 'measure': 51, 'x': 14}",{'cx': 8994},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (110, 100)",qnn_mapped_ibm_washington_qiskit_opt3_51.qasm -4003,27,394,"{'rz': 330, 'sx': 90, 'measure': 15}",{'cx': 963},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_15.qasm -4004,127,683,"{'rz': 448, 'sx': 241, 'measure': 120}",{'cx': 1022},"(0, 1); (0, 14); (1, 0); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt2_121.qasm -4005,127,3481,"{'sx': 600, 'rz': 600, 'measure': 75}",{'cx': 29884},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_75.qasm -4006,127,964,"{'rz': 1157, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 3432},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_27.qasm -4007,27,549,"{'rz': 713, 'sx': 24, 'measure': 23}",{'cx': 1402},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_23.qasm -4008,127,107,"{'rz': 392, 'sx': 196, 'measure': 100}",{'cx': 628},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_100.qasm -4009,127,645,"{'rz': 358, 'sx': 179, 'measure': 89, 'x': 85}",{'cx': 1097},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 88)",dj_mapped_ibm_washington_qiskit_opt0_90.qasm -4010,127,1527,"{'rz': 1150, 'sx': 690, 'measure': 116, 'x': 1}",{'cx': 1727},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_116.qasm -4011,27,292,"{'rz': 335, 'sx': 28, 'measure': 15, 'x': 2}",{'cx': 572},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_15.qasm -4012,127,7000,"{'sx': 576, 'rz': 576, 'measure': 72}",{'cx': 35501},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt1_72.qasm -4013,127,1983,"{'rz': 3713, 'sx': 52, 'measure': 51}",{'cx': 7774},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93)",qftentangled_mapped_ibm_washington_qiskit_opt1_51.qasm -4014,127,14136,"{'sx': 880, 'rz': 880, 'measure': 110}",{'cx': 91527},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_110.qasm -4015,27,784,"{'rz': 754, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 1494},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_23.qasm -4016,127,779,"{'rz': 590, 'sx': 354, 'measure': 60, 'x': 1}",{'cx': 883},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",wstate_mapped_ibm_washington_qiskit_opt0_60.qasm -4017,27,15,"{'measure': 12, 'rz': 2, 'sx': 1}",{'cx': 11},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_12.qasm -4018,127,3488,"{'rz': 5011, 'sx': 170, 'measure': 85, 'x': 1}",{'cx': 18498},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (118, 110)",qpeexact_mapped_ibm_washington_qiskit_opt2_86.qasm -4019,127,253,"{'rz': 204, 'sx': 125, 'measure': 51, 'x': 11}",{'cx': 197},"(20, 21); (20, 33); (21, 20); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (111, 104)",dj_mapped_ibm_washington_qiskit_opt3_52.qasm -4020,127,292,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 624},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_12.qasm -4021,27,43,"{'measure': 10, 'rz': 2, 'sx': 1}",{'cx': 72},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ghz_mapped_ibm_montreal_qiskit_opt0_10.qasm -4022,127,3278,"{'rz': 3146, 'sx': 88, 'measure': 44, 'x': 1}",{'cx': 12948},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_45.qasm -4023,127,100,"{'measure': 97, 'rz': 2, 'sx': 1}",{'cx': 96},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_97.qasm -4024,127,682,"{'rz': 563, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 1188},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt2_20.qasm -4025,127,4166,"{'sx': 472, 'rz': 472, 'measure': 59}",{'cx': 23309},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87); (93, 106); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt1_59.qasm -4026,127,7398,"{'rz': 800, 'sx': 400, 'measure': 50}",{'cx': 46341},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_50.qasm -4027,127,253,"{'rz': 222, 'sx': 12, 'measure': 12}",{'cx': 747},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_12.qasm -4028,127,307,"{'rz': 229, 'sx': 129, 'measure': 64}",{'cx': 353},"(17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 60); (54, 45); (54, 64); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106)",dj_mapped_ibm_washington_qiskit_opt2_65.qasm -4029,27,309,"{'rz': 189, 'sx': 62, 'measure': 11}",{'cx': 242},"(11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt2_11.qasm -4030,27,37,"{'sx': 32, 'rz': 16, 'measure': 9, 'x': 1}",{'cx': 16},"(17, 18); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_9.qasm -4031,127,6129,"{'rz': 10121, 'sx': 104, 'measure': 104}",{'cx': 32492},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_104.qasm -4032,127,5561,"{'rz': 704, 'sx': 352, 'measure': 44}",{'cx': 33552},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_44.qasm -4033,127,3473,"{'rz': 5009, 'sx': 94, 'measure': 94}",{'cx': 20514},"(15, 22); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt2_94.qasm -4034,127,941,"{'measure': 119, 'rz': 2, 'sx': 1}",{'cx': 1018},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (126, 112)",ghz_mapped_ibm_washington_qiskit_opt2_119.qasm -4035,127,655,"{'rz': 427, 'sx': 98, 'measure': 28}",{'cx': 1344},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",portfolioqaoa_mapped_ibm_washington_qiskit_opt1_14.qasm -4036,127,3598,"{'rz': 5688, 'sx': 432, 'measure': 72}",{'cx': 25131},"(8, 16); (16, 8); (16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_72.qasm -4037,27,1006,"{'rz': 456, 'sx': 244, 'x': 16, 'measure': 13}",{'cx': 663},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",pricingput_mapped_ibm_montreal_qiskit_opt1_13.qasm -4038,127,538,"{'rz': 1043, 'sx': 547, 'x': 29, 'measure': 23}",{'cx': 1127},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qft_mapped_ibm_washington_qiskit_opt3_23.qasm -4039,127,1553,"{'rz': 4020, 'sx': 360, 'measure': 60}",{'cx': 14434},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_60.qasm -4040,127,161,"{'rz': 306, 'sx': 153, 'measure': 75}",{'cx': 540},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118)",graphstate_mapped_ibm_washington_qiskit_opt1_75.qasm -4041,27,432,"{'sx': 144, 'rz': 144, 'measure': 18}",{'cx': 1535},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt1_18.qasm -4042,127,544,"{'rz': 420, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 780},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (73, 66)",qpeinexact_mapped_ibm_washington_qiskit_opt1_16.qasm -4043,127,1450,"{'rz': 1470, 'sx': 210, 'measure': 35}",{'cx': 5230},"(24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt1_35.qasm -4044,127,43,"{'rz': 135, 'sx': 69, 'measure': 41, 'x': 1}",{'cx': 153},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt3_41.qasm -4045,127,7546,"{'rz': 3752, 'sx': 336, 'measure': 56}",{'cx': 52793},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_56.qasm -4046,127,41,"{'rz': 32, 'sx': 16, 'measure': 12}",{'cx': 30},"(20, 33); (33, 20); (33, 39); (39, 33); (39, 40); (40, 39); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",graphstate_mapped_ibm_washington_qiskit_opt2_12.qasm -4047,127,715,"{'rz': 402, 'sx': 201, 'measure': 100, 'x': 91}",{'cx': 1219},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt0_101.qasm -4048,127,136,"{'rz': 94, 'sx': 47, 'measure': 23}",{'cx': 104},"(34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (92, 83); (92, 102); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118)",dj_mapped_ibm_washington_qiskit_opt1_24.qasm -4049,127,4709,"{'sx': 664, 'rz': 664, 'measure': 83}",{'cx': 39994},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_83.qasm -4050,27,1075,"{'rz': 1004, 'sx': 360, 'measure': 16, 'x': 10}",{'cx': 1732},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt1_16.qasm -4051,127,452,"{'rz': 351, 'sx': 203, 'measure': 92, 'x': 9}",{'cx': 442},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118)",dj_mapped_ibm_washington_qiskit_opt3_93.qasm -4052,127,5161,"{'rz': 8716, 'sx': 176, 'measure': 88, 'x': 1}",{'cx': 24470},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_89.qasm -4053,127,765,"{'rz': 438, 'sx': 219, 'measure': 109, 'x': 97}",{'cx': 1324},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96)",dj_mapped_ibm_washington_qiskit_opt0_110.qasm -4054,127,676,"{'rz': 585, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1086},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qpeexact_mapped_ibm_washington_qiskit_opt1_19.qasm -4055,127,933,"{'measure': 113, 'rz': 2, 'sx': 1}",{'cx': 1090},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_113.qasm -4056,127,159,"{'rz': 75, 'sx': 36, 'x': 6, 'measure': 5}",{'cx': 84},"(62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82)",pricingcall_mapped_ibm_washington_qiskit_opt2_5.qasm -4057,27,29,"{'rz': 79, 'sx': 43, 'measure': 25, 'x': 1}",{'cx': 45},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_25.qasm -4058,127,735,"{'rz': 1028, 'sx': 361, 'measure': 25, 'x': 7}",{'cx': 1458},"(41, 53); (53, 41); (53, 60); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt3_25.qasm -4059,127,11362,"{'rz': 13560, 'sx': 678, 'measure': 113}",{'cx': 79855},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_113.qasm -4060,127,10323,"{'sx': 744, 'rz': 744, 'measure': 93}",{'cx': 62755},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_93.qasm -4061,27,621,"{'rz': 540, 'sx': 120, 'measure': 20}",{'cx': 1708},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_20.qasm -4062,127,42,"{'rz': 74, 'sx': 37, 'measure': 27}",{'cx': 105},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt2_27.qasm -4063,27,322,"{'rz': 479, 'sx': 208, 'measure': 16, 'x': 13}",{'cx': 564},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_16.qasm -4064,27,52,"{'rz': 48, 'sx': 31, 'measure': 13, 'x': 2}",{'cx': 29},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21)",dj_mapped_ibm_montreal_qiskit_opt3_14.qasm -4065,127,2043,"{'rz': 4111, 'sx': 78, 'measure': 78}",{'cx': 14569},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt2_78.qasm -4066,27,261,"{'rz': 256, 'sx': 61, 'measure': 13, 'x': 3}",{'cx': 405},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_13.qasm -4067,27,31,"{'rz': 32, 'sx': 16, 'measure': 10}",{'cx': 22},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_10.qasm -4068,127,7106,"{'sx': 736, 'rz': 736, 'measure': 92}",{'cx': 51799},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_92.qasm -4069,127,11258,"{'sx': 784, 'rz': 784, 'measure': 98}",{'cx': 72000},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_98.qasm -4070,127,2955,"{'rz': 3463, 'sx': 71, 'measure': 71}",{'cx': 11866},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qft_mapped_ibm_washington_qiskit_opt2_71.qasm -4071,127,7322,"{'rz': 7588, 'sx': 716, 'measure': 120}",{'cx': 33999},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_120.qasm -4072,127,9081,"{'rz': 13485, 'sx': 186, 'measure': 93, 'x': 1}",{'cx': 63363},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (93, 87)",qpeinexact_mapped_ibm_washington_qiskit_opt0_94.qasm -4073,127,41427,"{'rz': 14248, 'sx': 248, 'x': 193, 'measure': 9}",{'cx': 37740},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",grover-noancilla_mapped_ibm_washington_qiskit_opt0_9.qasm -4074,127,12619,"{'sx': 864, 'rz': 864, 'measure': 108}",{'cx': 90888},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",su2random_mapped_ibm_washington_qiskit_opt1_108.qasm -4075,127,880,"{'rz': 352, 'sx': 176, 'measure': 22}",{'cx': 4902},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_22.qasm -4076,127,5804,"{'rz': 9732, 'sx': 192, 'measure': 96, 'x': 1}",{'cx': 27988},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_97.qasm -4077,127,1077,"{'rz': 840, 'sx': 144, 'measure': 24}",{'cx': 5540},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_24.qasm -4078,127,4939,"{'rz': 7573, 'sx': 158, 'measure': 79, 'x': 1}",{'cx': 19259},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qpeinexact_mapped_ibm_washington_qiskit_opt1_80.qasm -4079,127,5393,"{'rz': 9062, 'sx': 542, 'measure': 91}",{'cx': 21988},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_91.qasm -4080,127,688,"{'rz': 627, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 1251},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt2_21.qasm -4081,127,138,"{'rz': 300, 'sx': 150, 'measure': 78}",{'cx': 459},"(3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (8, 16); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt2_78.qasm -4082,127,333,"{'sx': 328, 'rz': 164, 'measure': 83, 'x': 1}",{'cx': 164},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_83.qasm -4083,127,3799,"{'rz': 7219, 'sx': 81, 'measure': 80}",{'cx': 18529},"(16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qftentangled_mapped_ibm_washington_qiskit_opt1_80.qasm -4084,127,12653,"{'sx': 848, 'rz': 848, 'measure': 106}",{'cx': 88381},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_106.qasm -4085,127,11415,"{'rz': 6450, 'sx': 450, 'measure': 75}",{'cx': 97082},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qnn_mapped_ibm_washington_qiskit_opt0_75.qasm -4086,127,115,"{'rz': 86, 'sx': 43, 'measure': 21}",{'cx': 84},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (53, 41); (53, 60); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt1_22.qasm -4087,127,1959,"{'sx': 408, 'rz': 408, 'measure': 51}",{'cx': 13469},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (72, 62); (72, 81); (73, 85); (74, 89); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87)",su2random_mapped_ibm_washington_qiskit_opt2_51.qasm -4088,127,2624,"{'rz': 3382, 'sx': 92, 'measure': 46, 'x': 1}",{'cx': 7178},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87); (93, 106); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt1_47.qasm -4089,127,82,"{'rz': 326, 'sx': 163, 'measure': 79}",{'cx': 466},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_79.qasm -4090,127,1167,"{'rz': 1242, 'sx': 54, 'measure': 27, 'x': 1}",{'cx': 2532},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt1_28.qasm -4091,127,2135,"{'rz': 5039, 'sx': 91, 'measure': 90}",{'cx': 17819},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_90.qasm -4092,27,19,"{'measure': 16, 'rz': 2, 'sx': 1}",{'cx': 15},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_16.qasm -4093,127,3589,"{'rz': 6250, 'sx': 111, 'measure': 111}",{'cx': 29046},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_111.qasm -4094,127,5430,"{'rz': 6811, 'sx': 146, 'measure': 73, 'x': 1}",{'cx': 17447},"(15, 22); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt1_74.qasm -4095,127,506,"{'rz': 523, 'sx': 21, 'measure': 20}",{'cx': 1128},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",qftentangled_mapped_ibm_washington_qiskit_opt2_20.qasm -4096,127,3778,"{'rz': 2275, 'sx': 604, 'x': 53, 'measure': 7}",{'cx': 2794},"(45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65)",grover-noancilla_mapped_ibm_washington_qiskit_opt3_7.qasm -4097,127,305,"{'rz': 278, 'sx': 15, 'measure': 14}",{'cx': 537},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65)",qftentangled_mapped_ibm_washington_qiskit_opt2_14.qasm -4098,127,2542,"{'rz': 4638, 'sx': 2171, 'x': 268, 'measure': 56}",{'cx': 6902},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt3_56.qasm -4099,127,193,"{'rz': 163, 'sx': 93, 'measure': 40, 'x': 5}",{'cx': 144},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",dj_mapped_ibm_washington_qiskit_opt3_41.qasm -4100,127,6905,"{'rz': 3392, 'sx': 318, 'measure': 53}",{'cx': 46376},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37)",qnn_mapped_ibm_washington_qiskit_opt0_53.qasm -4101,127,5726,"{'sx': 624, 'rz': 624, 'measure': 78}",{'cx': 39285},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_78.qasm -4102,127,1935,"{'rz': 3954, 'sx': 54, 'measure': 53}",{'cx': 8493},"(17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100)",qftentangled_mapped_ibm_washington_qiskit_opt1_53.qasm -4103,127,3470,"{'rz': 3010, 'sx': 86, 'measure': 43, 'x': 1}",{'cx': 13670},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_44.qasm -4104,127,381,"{'sx': 376, 'rz': 188, 'measure': 95, 'x': 1}",{'cx': 188},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_95.qasm -4105,127,401,"{'rz': 230, 'sx': 80, 'x': 20, 'measure': 7}",{'cx': 336},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",pricingput_mapped_ibm_washington_qiskit_opt0_7.qasm -4106,127,2989,"{'rz': 6118, 'sx': 404, 'measure': 68}",{'cx': 11492},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt1_68.qasm -4107,127,6364,"{'rz': 10367, 'sx': 202, 'measure': 101, 'x': 1}",{'cx': 32394},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (51, 36); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_102.qasm -4108,127,6235,"{'rz': 7653, 'sx': 410, 'measure': 69}",{'cx': 30867},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ae_mapped_ibm_washington_qiskit_opt0_69.qasm -4109,127,1280,"{'rz': 2150, 'sx': 258, 'measure': 43}",{'cx': 7476},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt2_43.qasm -4110,127,27944,"{'rz': 28128, 'sx': 10595, 'x': 368, 'measure': 86}",{'cx': 134740},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",random_mapped_ibm_washington_qiskit_opt2_86.qasm -4111,127,7024,"{'rz': 11660, 'sx': 88, 'measure': 88}",{'cx': 53490},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_88.qasm -4112,127,7020,"{'rz': 10972, 'sx': 112, 'measure': 111}",{'cx': 36410},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_111.qasm -4113,127,14422,"{'rz': 944, 'sx': 944, 'measure': 118}",{'cx': 98963},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_118.qasm -4114,127,1391,"{'rz': 2406, 'sx': 857, 'x': 137, 'measure': 40}",{'cx': 4092},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt3_41.qasm -4115,127,7466,"{'sx': 752, 'rz': 752, 'measure': 94}",{'cx': 54871},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_94.qasm -4116,127,332,"{'sx': 120, 'rz': 120, 'measure': 15}",{'cx': 902},"(4, 15); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",realamprandom_mapped_ibm_washington_qiskit_opt2_15.qasm -4117,127,86,"{'rz': 526, 'sx': 263, 'measure': 123}",{'cx': 795},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_123.qasm -4118,127,539,"{'rz': 409, 'sx': 239, 'measure': 106, 'x': 13}",{'cx': 504},"(4, 15); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (89, 74); (90, 75); (90, 94); (91, 79); (91, 98); (92, 102); (93, 87); (93, 106); (94, 90); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt3_107.qasm -4119,27,13,"{'measure': 10, 'rz': 2, 'sx': 1}",{'cx': 9},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_10.qasm -4120,27,466,"{'rz': 208, 'sx': 104, 'measure': 13}",{'cx': 1581},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",su2random_mapped_ibm_montreal_qiskit_opt0_13.qasm -4121,127,4451,"{'rz': 8588, 'sx': 174, 'measure': 87, 'x': 1}",{'cx': 22276},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_88.qasm -4122,127,2877,"{'rz': 496, 'sx': 248, 'measure': 31}",{'cx': 14757},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_31.qasm -4123,127,833,"{'rz': 996, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 1956},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qpeinexact_mapped_ibm_washington_qiskit_opt1_25.qasm -4124,127,133,"{'rz': 100, 'sx': 8, 'measure': 8}",{'cx': 218},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",qft_mapped_ibm_washington_qiskit_opt0_8.qasm -4125,127,50,"{'measure': 47, 'rz': 2, 'sx': 1}",{'cx': 46},"(9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_47.qasm -4126,127,744,"{'rz': 1110, 'sx': 180, 'measure': 30}",{'cx': 3821},"(23, 24); (24, 23); (24, 34); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt2_30.qasm -4127,127,6492,"{'rz': 7298, 'sx': 492, 'measure': 82}",{'cx': 36548},"(20, 21); (20, 33); (21, 20); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_82.qasm -4128,127,442,"{'rz': 238, 'sx': 119, 'x': 61, 'measure': 59}",{'cx': 746},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59)",dj_mapped_ibm_washington_qiskit_opt0_60.qasm -4129,127,19802,"{'rz': 20655, 'sx': 7704, 'x': 266, 'measure': 73}",{'cx': 85997},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_73.qasm -4130,27,11114,"{'rz': 4806, 'sx': 219, 'x': 42, 'measure': 8}",{'cx': 10233},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt0_8.qasm -4131,127,10524,"{'rz': 792, 'sx': 528, 'measure': 66}",{'cx': 81657},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_66.qasm -4132,127,368,"{'rz': 302, 'sx': 16, 'measure': 15}",{'cx': 620},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (73, 66)",qftentangled_mapped_ibm_washington_qiskit_opt2_15.qasm -4133,127,6826,"{'rz': 7165, 'sx': 692, 'measure': 116}",{'cx': 31438},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_116.qasm -4134,127,292,"{'sx': 120, 'rz': 120, 'measure': 15}",{'cx': 876},"(4, 15); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",su2random_mapped_ibm_washington_qiskit_opt2_15.qasm -4135,127,5191,"{'rz': 5287, 'sx': 122, 'measure': 61, 'x': 1}",{'cx': 12398},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt1_62.qasm -4136,127,3962,"{'rz': 4649, 'sx': 156, 'measure': 78, 'x': 1}",{'cx': 15966},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt2_79.qasm -4137,27,1516,"{'rz': 1490, 'sx': 541, 'measure': 18, 'x': 7}",{'cx': 3455},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",random_mapped_ibm_montreal_qiskit_opt0_18.qasm -4138,127,1650,"{'rz': 4020, 'sx': 360, 'measure': 60}",{'cx': 14799},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_60.qasm -4139,127,7035,"{'rz': 8360, 'sx': 528, 'measure': 88}",{'cx': 43143},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_88.qasm -4140,127,398,"{'rz': 294, 'sx': 165, 'measure': 82}",{'cx': 512},"(8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111)",dj_mapped_ibm_washington_qiskit_opt2_83.qasm -4141,127,2827,"{'rz': 3914, 'sx': 138, 'measure': 69, 'x': 1}",{'cx': 12927},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt2_70.qasm -4142,27,84,"{'rz': 30, 'measure': 26, 'sx': 21, 'x': 2}",{'cx': 56},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_26.qasm -4143,127,45,"{'sx': 40, 'rz': 20, 'measure': 11, 'x': 1}",{'cx': 20},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_11.qasm -4144,127,1743,"{'rz': 1554, 'sx': 33, 'measure': 32}",{'cx': 6564},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30)",qftentangled_mapped_ibm_washington_qiskit_opt0_32.qasm -4145,127,283,"{'rz': 154, 'sx': 77, 'measure': 38, 'x': 35}",{'cx': 494},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",dj_mapped_ibm_washington_qiskit_opt0_39.qasm -4146,127,1149,"{'rz': 264, 'sx': 264, 'measure': 33}",{'cx': 6539},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_33.qasm -4147,127,905,"{'rz': 368, 'sx': 184, 'measure': 23}",{'cx': 5277},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_23.qasm -4148,27,347,"{'rz': 207, 'sx': 63, 'measure': 18}",{'cx': 463},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt1_9.qasm -4149,127,6742,"{'rz': 8310, 'sx': 428, 'measure': 72}",{'cx': 33048},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58)",ae_mapped_ibm_washington_qiskit_opt0_72.qasm -4150,127,16430,"{'sx': 984, 'rz': 984, 'measure': 123}",{'cx': 118420},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_123.qasm -4151,127,348,"{'rz': 239, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 721},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_12.qasm -4152,127,314,"{'rz': 248, 'sx': 147, 'measure': 62, 'x': 10}",{'cx': 267},"(20, 33); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (111, 104)",dj_mapped_ibm_washington_qiskit_opt3_63.qasm -4153,127,1201,"{'rz': 1565, 'sx': 485, 'x': 65, 'measure': 31}",{'cx': 2635},"(24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt3_32.qasm -4154,127,5515,"{'rz': 6030, 'sx': 2217, 'x': 64, 'measure': 40}",{'cx': 17982},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",random_mapped_ibm_washington_qiskit_opt1_40.qasm -4155,127,2462,"{'rz': 3900, 'sx': 76, 'measure': 76}",{'cx': 13609},"(7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt2_76.qasm -4156,127,5118,"{'rz': 600, 'sx': 600, 'measure': 75}",{'cx': 37392},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_75.qasm -4157,127,6320,"{'rz': 7521, 'sx': 138, 'measure': 69, 'x': 1}",{'cx': 35136},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",qpeinexact_mapped_ibm_washington_qiskit_opt0_70.qasm -4158,127,496,"{'measure': 109, 'rz': 2, 'sx': 1}",{'cx': 885},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107)",ghz_mapped_ibm_washington_qiskit_opt0_109.qasm -4159,27,154,"{'sx': 111, 'rz': 73, 'measure': 27, 'x': 1}",{'cx': 138},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_27.qasm -4160,127,9580,"{'rz': 11118, 'sx': 612, 'measure': 102}",{'cx': 59748},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_102.qasm -4161,127,2969,"{'rz': 3996, 'sx': 434, 'measure': 73}",{'cx': 12261},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",ae_mapped_ibm_washington_qiskit_opt2_73.qasm -4162,127,33,"{'sx': 28, 'rz': 14, 'measure': 8, 'x': 1}",{'cx': 14},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",wstate_mapped_ibm_washington_qiskit_opt1_8.qasm -4163,127,478,"{'rz': 338, 'sx': 169, 'measure': 84}",{'cx': 687},"(4, 15); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (106, 93)",dj_mapped_ibm_washington_qiskit_opt1_85.qasm -4164,127,301,"{'sx': 296, 'rz': 148, 'measure': 75, 'x': 1}",{'cx': 148},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_75.qasm -4165,127,560,"{'rz': 574, 'sx': 250, 'x': 15, 'measure': 13}",{'cx': 891},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",random_mapped_ibm_washington_qiskit_opt2_13.qasm -4166,127,4355,"{'sx': 488, 'rz': 488, 'measure': 61}",{'cx': 25904},"(20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118)",su2random_mapped_ibm_washington_qiskit_opt1_61.qasm -4167,127,1183,"{'rz': 900, 'sx': 540, 'measure': 91, 'x': 1}",{'cx': 1305},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75)",wstate_mapped_ibm_washington_qiskit_opt0_91.qasm -4168,27,678,"{'rz': 469, 'sx': 98, 'measure': 28}",{'cx': 1962},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt0_14.qasm -4169,127,1268,"{'rz': 3235, 'sx': 1313, 'x': 138, 'measure': 48}",{'cx': 4997},"(34, 43); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (93, 87)",qftentangled_mapped_ibm_washington_qiskit_opt3_48.qasm -4170,127,12347,"{'rz': 13270, 'sx': 4948, 'x': 187, 'measure': 59}",{'cx': 49155},"(34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_59.qasm -4171,127,3201,"{'rz': 7463, 'sx': 83, 'measure': 82}",{'cx': 19413},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_82.qasm -4172,127,28,"{'rz': 80, 'sx': 40, 'measure': 40}",{'cx': 40},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (52, 37); (52, 56); (53, 41); (53, 60); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",graphstate_mapped_ibm_washington_qiskit_opt2_40.qasm -4173,127,1649,"{'rz': 1534, 'sx': 628, 'x': 21, 'measure': 21}",{'cx': 3251},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt2_21.qasm -4174,127,21,"{'sx': 40, 'rz': 39, 'measure': 7, 'x': 1}",{'cx': 12},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",vqe_mapped_ibm_washington_qiskit_opt3_7.qasm -4175,127,17669,"{'rz': 18817, 'sx': 6946, 'x': 265, 'measure': 70}",{'cx': 77853},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",random_mapped_ibm_washington_qiskit_opt1_70.qasm -4176,127,418,"{'rz': 751, 'sx': 449, 'measure': 13}",{'cx': 856},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",portfoliovqe_mapped_ibm_washington_qiskit_opt3_13.qasm -4177,127,911,"{'rz': 675, 'sx': 233, 'measure': 12, 'x': 4}",{'cx': 1635},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_12.qasm -4178,127,171,"{'rz': 118, 'sx': 59, 'measure': 8, 'x': 5}",{'cx': 101},"(55, 68); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",ae_mapped_ibm_washington_qiskit_opt3_8.qasm -4179,127,7389,"{'rz': 8850, 'sx': 150, 'measure': 75, 'x': 1}",{'cx': 40416},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_76.qasm -4180,127,36,"{'measure': 33, 'rz': 2, 'sx': 1}",{'cx': 32},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",ghz_mapped_ibm_washington_qiskit_opt1_33.qasm -4181,127,430,"{'rz': 700, 'sx': 410, 'measure': 13}",{'cx': 876},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",portfoliovqe_mapped_ibm_washington_qiskit_opt2_13.qasm -4182,127,228,"{'rz': 187, 'sx': 109, 'measure': 49, 'x': 4}",{'cx': 181},"(20, 33); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100)",dj_mapped_ibm_washington_qiskit_opt3_50.qasm -4183,127,252,"{'rz': 170, 'sx': 60, 'measure': 10}",{'cx': 397},"(41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qnn_mapped_ibm_washington_qiskit_opt1_10.qasm -4184,127,12700,"{'sx': 896, 'rz': 896, 'measure': 112}",{'cx': 90863},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_112.qasm -4185,127,77,"{'rz': 286, 'sx': 143, 'measure': 79}",{'cx': 442},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (12, 17); (15, 4); (15, 22); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_79.qasm -4186,27,2099,"{'rz': 1877, 'sx': 645, 'measure': 20, 'x': 9}",{'cx': 4671},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt0_20.qasm -4187,127,1432,"{'rz': 2879, 'sx': 56, 'measure': 55}",{'cx': 6950},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (102, 92)",qftentangled_mapped_ibm_washington_qiskit_opt2_55.qasm -4188,27,409,"{'rz': 445, 'sx': 381, 'measure': 12, 'x': 5}",{'cx': 541},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_12.qasm -4189,27,67,"{'measure': 16, 'rz': 2, 'sx': 1}",{'cx': 117},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",ghz_mapped_ibm_montreal_qiskit_opt0_16.qasm -4190,127,950,"{'rz': 1038, 'sx': 140, 'measure': 24}",{'cx': 2247},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_24.qasm -4191,127,689,"{'rz': 498, 'sx': 289, 'measure': 124, 'x': 16}",{'cx': 682},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (70, 74); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",dj_mapped_ibm_washington_qiskit_opt3_125.qasm -4192,127,14327,"{'sx': 920, 'rz': 920, 'measure': 115}",{'cx': 92296},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_115.qasm -4193,127,209,"{'rz': 164, 'sx': 51, 'measure': 10, 'x': 4}",{'cx': 241},"(34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63)",qftentangled_mapped_ibm_washington_qiskit_opt3_10.qasm -4194,127,5749,"{'rz': 9403, 'sx': 80, 'measure': 79}",{'cx': 41802},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_79.qasm -4195,127,2898,"{'sx': 440, 'rz': 440, 'measure': 55}",{'cx': 20217},"(20, 33); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt1_55.qasm -4196,27,117,"{'rz': 72, 'sx': 8, 'measure': 7}",{'cx': 123},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (13, 12)",qftentangled_mapped_ibm_montreal_qiskit_opt1_7.qasm -4197,127,53,"{'rz': 38, 'sx': 19, 'measure': 15}",{'cx': 54},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (68, 55)",graphstate_mapped_ibm_washington_qiskit_opt2_15.qasm -4198,27,101,"{'rz': 66, 'sx': 33, 'x': 21, 'measure': 16}",{'cx': 139},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",dj_mapped_ibm_montreal_qiskit_opt0_17.qasm -4199,127,5436,"{'rz': 6461, 'sx': 110, 'measure': 109}",{'cx': 29111},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_109.qasm -4200,127,320,"{'rz': 154, 'sx': 153, 'measure': 13}",{'cx': 584},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_13.qasm -4201,127,5261,"{'rz': 1896, 'sx': 102, 'x': 73, 'measure': 7}",{'cx': 4716},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",grover-noancilla_mapped_ibm_washington_qiskit_opt0_7.qasm -4202,127,65,"{'rz': 248, 'sx': 124, 'measure': 64}",{'cx': 283},"(7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (116, 117); (117, 116); (117, 118); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt1_64.qasm -4203,127,523,"{'rz': 374, 'sx': 209, 'measure': 104}",{'cx': 723},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (8, 16); (11, 12); (12, 11); (12, 17); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (112, 108); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt2_105.qasm -4204,27,219,"{'rz': 130, 'sx': 48, 'x': 10, 'measure': 5}",{'cx': 100},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1)",pricingput_mapped_ibm_montreal_qiskit_opt0_5.qasm -4205,127,1610,"{'rz': 2323, 'sx': 992, 'x': 103, 'measure': 38}",{'cx': 3183},"(40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83)",ae_mapped_ibm_washington_qiskit_opt3_38.qasm -4206,127,8650,"{'rz': 10700, 'sx': 600, 'measure': 100}",{'cx': 56816},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_100.qasm -4207,127,185,"{'rz': 121, 'sx': 44, 'measure': 8}",{'cx': 113},"(55, 68); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",ae_mapped_ibm_washington_qiskit_opt1_8.qasm -4208,27,552,"{'rz': 494, 'sx': 114, 'measure': 19}",{'cx': 1529},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_19.qasm -4209,127,817,"{'rz': 1442, 'sx': 37, 'measure': 37}",{'cx': 3229},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qft_mapped_ibm_washington_qiskit_opt2_37.qasm -4210,27,1335,"{'rz': 1384, 'sx': 691, 'x': 73, 'measure': 19}",{'cx': 2214},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt3_19.qasm -4211,127,137,"{'rz': 102, 'sx': 9, 'measure': 8}",{'cx': 225},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",qftentangled_mapped_ibm_washington_qiskit_opt0_8.qasm -4212,127,61,"{'rz': 48, 'sx': 24, 'measure': 8}",{'cx': 41},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",graphstate_mapped_ibm_washington_qiskit_opt0_8.qasm -4213,127,6322,"{'rz': 6611, 'sx': 122, 'measure': 121}",{'cx': 36560},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_121.qasm -4214,27,131,"{'sx': 96, 'rz': 58, 'measure': 24, 'x': 1}",{'cx': 102},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_24.qasm -4215,127,7524,"{'rz': 704, 'sx': 704, 'measure': 88}",{'cx': 52645},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",realamprandom_mapped_ibm_washington_qiskit_opt1_88.qasm -4216,127,3479,"{'rz': 3572, 'sx': 94, 'measure': 47, 'x': 1}",{'cx': 14991},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_48.qasm -4217,127,458,"{'rz': 346, 'sx': 213, 'measure': 90, 'x': 14}",{'cx': 391},"(8, 16); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (112, 108); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118)",dj_mapped_ibm_washington_qiskit_opt3_91.qasm -4218,27,87,"{'measure': 27, 'rz': 2, 'sx': 1}",{'cx': 95},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_27.qasm -4219,127,474,"{'rz': 352, 'sx': 197, 'measure': 98}",{'cx': 609},"(0, 14); (4, 15); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt2_99.qasm -4220,127,6212,"{'rz': 6772, 'sx': 125, 'measure': 124}",{'cx': 39391},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_124.qasm -4221,127,2497,"{'rz': 2821, 'sx': 108, 'measure': 54, 'x': 1}",{'cx': 8037},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt2_55.qasm -4222,27,165,"{'rz': 56, 'sx': 56, 'measure': 7}",{'cx': 187},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_7.qasm -4223,127,373,"{'rz': 267, 'sx': 151, 'measure': 75}",{'cx': 513},"(8, 16); (15, 22); (16, 8); (16, 26); (17, 30); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt2_76.qasm -4224,127,77,"{'rz': 72, 'sx': 36, 'measure': 12}",{'cx': 216},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_12.qasm -4225,27,690,"{'rz': 805, 'sx': 23, 'measure': 23}",{'cx': 2195},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt0_23.qasm -4226,127,7478,"{'sx': 656, 'rz': 656, 'measure': 82}",{'cx': 50521},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",su2random_mapped_ibm_washington_qiskit_opt1_82.qasm -4227,27,271,"{'rz': 262, 'sx': 14, 'measure': 13}",{'cx': 699},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qftentangled_mapped_ibm_montreal_qiskit_opt0_13.qasm -4228,127,1427,"{'rz': 1092, 'sx': 168, 'measure': 28}",{'cx': 7368},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_28.qasm -4229,127,1674,"{'rz': 2595, 'sx': 55, 'measure': 54}",{'cx': 6700},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt2_54.qasm -4230,127,1036,"{'rz': 2499, 'sx': 2249, 'x': 37, 'measure': 36}",{'cx': 5010},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt3_36.qasm -4231,127,650,"{'rz': 342, 'sx': 120, 'x': 40, 'measure': 9}",{'cx': 572},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",pricingput_mapped_ibm_washington_qiskit_opt0_9.qasm -4232,27,680,"{'rz': 309, 'sx': 140, 'measure': 11, 'x': 10}",{'cx': 440},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 22); (22, 19)",pricingcall_mapped_ibm_montreal_qiskit_opt1_11.qasm -4233,127,1267,"{'sx': 552, 'rz': 456, 'measure': 121, 'x': 1}",{'cx': 1679},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_121.qasm -4234,27,314,"{'rz': 237, 'sx': 116, 'measure': 10, 'x': 3}",{'cx': 387},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qnn_mapped_ibm_montreal_qiskit_opt3_10.qasm -4235,127,73,"{'rz': 70, 'sx': 42, 'measure': 8, 'x': 1}",{'cx': 14},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",wstate_mapped_ibm_washington_qiskit_opt0_8.qasm -4236,27,233,"{'rz': 156, 'sx': 77, 'measure': 8}",{'cx': 232},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12)",qnn_mapped_ibm_montreal_qiskit_opt3_8.qasm -4237,27,73,"{'sx': 68, 'rz': 34, 'measure': 18, 'x': 1}",{'cx': 34},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_18.qasm -4238,27,118,"{'rz': 90, 'sx': 54, 'measure': 10, 'x': 1}",{'cx': 111},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",wstate_mapped_ibm_montreal_qiskit_opt0_10.qasm -4239,127,3437,"{'rz': 5093, 'sx': 94, 'measure': 93}",{'cx': 20559},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_93.qasm -4240,127,14429,"{'rz': 1376, 'sx': 688, 'measure': 86}",{'cx': 140727},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",su2random_mapped_ibm_washington_qiskit_opt0_86.qasm -4241,27,4224,"{'rz': 1647, 'sx': 1200, 'x': 24, 'measure': 19}",{'cx': 2508},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",pricingput_mapped_ibm_montreal_qiskit_opt1_19.qasm -4242,127,1473,"{'rz': 1899, 'sx': 45, 'measure': 45}",{'cx': 5014},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",qft_mapped_ibm_washington_qiskit_opt2_45.qasm -4243,27,1611,"{'rz': 570, 'sx': 114, 'measure': 19}",{'cx': 5076},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qnn_mapped_ibm_montreal_qiskit_opt0_19.qasm -4244,127,892,"{'rz': 885, 'sx': 128, 'measure': 22}",{'cx': 2067},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_22.qasm -4245,127,11837,"{'rz': 11876, 'sx': 4592, 'x': 165, 'measure': 57}",{'cx': 45006},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",random_mapped_ibm_washington_qiskit_opt2_57.qasm -4246,127,1864,"{'rz': 2493, 'sx': 2126, 'x': 98, 'measure': 37}",{'cx': 6332},"(26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt3_37.qasm -4247,127,11224,"{'rz': 16167, 'sx': 204, 'measure': 102, 'x': 1}",{'cx': 79044},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt0_103.qasm -4248,127,1249,"{'rz': 5629, 'sx': 3376, 'measure': 44, 'x': 4}",{'cx': 7765},"(7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt3_44.qasm -4249,127,90,"{'measure': 87, 'rz': 2, 'sx': 1}",{'cx': 86},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_87.qasm -4250,127,262,"{'rz': 282, 'sx': 15, 'measure': 14}",{'cx': 507},"(58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",qftentangled_mapped_ibm_washington_qiskit_opt3_14.qasm -4251,127,686,"{'rz': 878, 'sx': 25, 'measure': 24}",{'cx': 2960},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_24.qasm -4252,27,875,"{'rz': 1079, 'sx': 27, 'measure': 27}",{'cx': 1998},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt1_27.qasm -4253,127,356,"{'rz': 432, 'sx': 216, 'measure': 72}",{'cx': 1635},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58)",graphstate_mapped_ibm_washington_qiskit_opt0_72.qasm -4254,127,239,"{'rz': 182, 'sx': 105, 'measure': 47, 'x': 5}",{'cx': 203},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt3_48.qasm -4255,27,350,"{'rz': 416, 'sx': 18, 'measure': 17}",{'cx': 780},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt2_17.qasm -4256,127,93,"{'sx': 88, 'rz': 44, 'measure': 23, 'x': 1}",{'cx': 44},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58)",wstate_mapped_ibm_washington_qiskit_opt2_23.qasm -4257,127,8917,"{'rz': 776, 'sx': 776, 'measure': 97}",{'cx': 57876},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_97.qasm -4258,127,96,"{'rz': 454, 'sx': 227, 'measure': 113}",{'cx': 677},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123)",graphstate_mapped_ibm_washington_qiskit_opt1_113.qasm -4259,127,801,"{'rz': 1427, 'sx': 32, 'measure': 31}",{'cx': 2767},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qftentangled_mapped_ibm_washington_qiskit_opt1_31.qasm -4260,127,4680,"{'rz': 468, 'sx': 312, 'measure': 39}",{'cx': 26403},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_39.qasm -4261,127,2429,"{'rz': 3293, 'sx': 356, 'measure': 60}",{'cx': 8346},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",ae_mapped_ibm_washington_qiskit_opt2_60.qasm -4262,127,2097,"{'rz': 1042, 'sx': 452, 'x': 26, 'measure': 11}",{'cx': 1669},"(28, 35); (35, 28); (35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt3_11.qasm -4263,127,334,"{'rz': 178, 'sx': 89, 'x': 45, 'measure': 44}",{'cx': 569},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",dj_mapped_ibm_washington_qiskit_opt0_45.qasm -4264,127,183,"{'rz': 252, 'sx': 126, 'measure': 42}",{'cx': 639},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",graphstate_mapped_ibm_washington_qiskit_opt0_42.qasm -4265,127,488,"{'rz': 387, 'sx': 86, 'measure': 15}",{'cx': 525},"(45, 54); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (80, 81); (81, 72); (81, 80)",ae_mapped_ibm_washington_qiskit_opt1_15.qasm -4266,127,299,"{'measure': 62, 'rz': 2, 'sx': 1}",{'cx': 535},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ghz_mapped_ibm_washington_qiskit_opt0_62.qasm -4267,127,32,"{'rz': 66, 'sx': 36, 'measure': 23, 'x': 2}",{'cx': 55},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (85, 73); (98, 99); (99, 98); (99, 100); (100, 99)",graphstate_mapped_ibm_washington_qiskit_opt3_23.qasm -4268,127,6206,"{'rz': 8477, 'sx': 76, 'measure': 75}",{'cx': 39743},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_75.qasm -4269,127,606,"{'rz': 318, 'sx': 159, 'x': 79, 'measure': 79}",{'cx': 1045},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",dj_mapped_ibm_washington_qiskit_opt0_80.qasm -4270,127,5470,"{'rz': 536, 'sx': 536, 'measure': 67}",{'cx': 33382},"(16, 26); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_67.qasm -4271,127,89,"{'sx': 84, 'rz': 42, 'measure': 22, 'x': 1}",{'cx': 42},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80)",wstate_mapped_ibm_washington_qiskit_opt1_22.qasm -4272,127,8472,"{'sx': 752, 'rz': 752, 'measure': 94}",{'cx': 57560},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_94.qasm -4273,127,35,"{'rz': 122, 'sx': 70, 'measure': 27, 'x': 3}",{'cx': 63},"(16, 26); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (35, 28); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (71, 58); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt3_27.qasm -4274,127,16405,"{'sx': 1016, 'rz': 1016, 'measure': 127}",{'cx': 122376},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_127.qasm -4275,127,791,"{'rz': 992, 'sx': 30, 'measure': 30}",{'cx': 2271},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt2_30.qasm -4276,127,655,"{'rz': 588, 'sx': 126, 'measure': 21}",{'cx': 1843},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (85, 73)",qnn_mapped_ibm_washington_qiskit_opt2_21.qasm -4277,127,46,"{'measure': 43, 'rz': 2, 'sx': 1}",{'cx': 42},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ghz_mapped_ibm_washington_qiskit_opt1_43.qasm -4278,127,845,"{'rz': 983, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 1786},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeexact_mapped_ibm_washington_qiskit_opt1_25.qasm -4279,127,801,"{'rz': 800, 'sx': 150, 'measure': 25}",{'cx': 2770},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt2_25.qasm -4280,127,1575,"{'rz': 2438, 'sx': 276, 'measure': 46}",{'cx': 9536},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qnn_mapped_ibm_washington_qiskit_opt1_46.qasm -4281,127,163,"{'sx': 56, 'rz': 56, 'measure': 7}",{'cx': 175},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_7.qasm -4282,127,913,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 2897},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_22.qasm -4283,27,843,"{'rz': 585, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1911},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qpeexact_mapped_ibm_montreal_qiskit_opt0_19.qasm -4284,127,18,"{'measure': 15, 'rz': 2, 'sx': 1}",{'cx': 14},"(112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_15.qasm -4285,127,5997,"{'rz': 10726, 'sx': 620, 'measure': 104}",{'cx': 29987},"(6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt1_104.qasm -4286,127,39180,"{'rz': 40175, 'sx': 14529, 'x': 518, 'measure': 101}",{'cx': 208469},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_101.qasm -4287,27,127,"{'rz': 78, 'sx': 8, 'measure': 8}",{'cx': 134},"(8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qft_mapped_ibm_montreal_qiskit_opt2_8.qasm -4288,127,41,"{'measure': 38, 'rz': 2, 'sx': 1}",{'cx': 37},"(32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_38.qasm -4289,127,2104,"{'rz': 3001, 'sx': 86, 'measure': 43, 'x': 1}",{'cx': 6392},"(34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt1_44.qasm -4290,27,48,"{'rz': 42, 'sx': 29, 'measure': 11, 'x': 3}",{'cx': 24},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",dj_mapped_ibm_montreal_qiskit_opt3_12.qasm -4291,27,293,"{'rz': 174, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 290},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_11.qasm -4292,127,4705,"{'rz': 5567, 'sx': 548, 'measure': 92}",{'cx': 19269},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_92.qasm -4293,127,1200,"{'rz': 1566, 'sx': 487, 'x': 65, 'measure': 31}",{'cx': 2634},"(24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt3_32.qasm -4294,27,1352,"{'rz': 1203, 'sx': 152, 'measure': 26}",{'cx': 3203},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt0_26.qasm -4295,127,2034,"{'rz': 3371, 'sx': 1355, 'x': 176, 'measure': 47}",{'cx': 5573},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt3_48.qasm -4296,127,9191,"{'rz': 15488, 'sx': 726, 'measure': 121}",{'cx': 102518},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_121.qasm -4297,27,1616,"{'rz': 304, 'sx': 152, 'measure': 19}",{'cx': 5175},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",su2random_mapped_ibm_montreal_qiskit_opt0_19.qasm -4298,127,7937,"{'rz': 10494, 'sx': 594, 'measure': 99}",{'cx': 63711},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_99.qasm -4299,127,27,"{'rz': 77, 'sx': 76, 'measure': 13, 'x': 1}",{'cx': 24},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18)",vqe_mapped_ibm_washington_qiskit_opt3_13.qasm -4300,127,1090,"{'rz': 850, 'sx': 510, 'measure': 86, 'x': 1}",{'cx': 1160},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_86.qasm -4301,127,1623,"{'sx': 296, 'rz': 296, 'measure': 37}",{'cx': 8611},"(24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_37.qasm -4302,127,3081,"{'rz': 3868, 'sx': 134, 'measure': 67, 'x': 1}",{'cx': 12087},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt2_68.qasm -4303,127,55,"{'rz': 108, 'sx': 54, 'measure': 30}",{'cx': 135},"(16, 26); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104)",graphstate_mapped_ibm_washington_qiskit_opt1_30.qasm -4304,127,2487,"{'rz': 2413, 'sx': 990, 'x': 45, 'measure': 26}",{'cx': 5846},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",random_mapped_ibm_washington_qiskit_opt2_26.qasm -4305,127,1835,"{'rz': 11477, 'sx': 8097, 'measure': 55, 'x': 10}",{'cx': 10715},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (52, 37); (52, 56); (53, 41); (53, 60); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt3_55.qasm -4306,127,6017,"{'rz': 2940, 'sx': 294, 'measure': 49}",{'cx': 38058},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_49.qasm -4307,127,118,"{'rz': 490, 'sx': 245, 'measure': 117}",{'cx': 849},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",graphstate_mapped_ibm_washington_qiskit_opt1_117.qasm -4308,127,7514,"{'rz': 11510, 'sx': 220, 'measure': 110, 'x': 1}",{'cx': 37272},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_111.qasm -4309,127,17551,"{'rz': 936, 'sx': 936, 'measure': 117}",{'cx': 108742},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_117.qasm -4310,127,1023,"{'sx': 489, 'rz': 387, 'measure': 109, 'x': 1}",{'cx': 1308},"(0, 14); (4, 5); (4, 15); (5, 4); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_109.qasm -4311,27,1831,"{'rz': 2052, 'sx': 1062, 'measure': 18}",{'cx': 4305},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_18.qasm -4312,127,484,"{'rz': 362, 'sx': 181, 'measure': 90}",{'cx': 783},"(7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt1_91.qasm -4313,127,111,"{'rz': 426, 'sx': 213, 'measure': 111}",{'cx': 672},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_111.qasm -4314,127,298,"{'rz': 220, 'sx': 132, 'measure': 23, 'x': 1}",{'cx': 347},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_23.qasm -4315,127,548,"{'rz': 256, 'sx': 128, 'measure': 16}",{'cx': 2415},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_16.qasm -4316,27,40,"{'rz': 72, 'sx': 36, 'measure': 24}",{'cx': 69},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_24.qasm -4317,127,1217,"{'rz': 1515, 'sx': 60, 'measure': 30, 'x': 1}",{'cx': 2994},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (85, 73); (91, 79)",qpeinexact_mapped_ibm_washington_qiskit_opt1_31.qasm -4318,127,3565,"{'rz': 4818, 'sx': 396, 'measure': 66}",{'cx': 21256},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_66.qasm -4319,127,5573,"{'sx': 496, 'rz': 496, 'measure': 62}",{'cx': 25984},"(20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",su2random_mapped_ibm_washington_qiskit_opt1_62.qasm -4320,127,51,"{'rz': 66, 'sx': 38, 'measure': 16, 'x': 1}",{'cx': 48},"(35, 47); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (81, 72)",graphstate_mapped_ibm_washington_qiskit_opt3_16.qasm -4321,127,453,"{'rz': 298, 'sx': 161, 'measure': 80}",{'cx': 564},"(4, 5); (4, 15); (5, 4); (14, 18); (15, 4); (15, 22); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (109, 96); (110, 100); (110, 118); (111, 104); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt2_81.qasm -4322,127,216,"{'measure': 48, 'rz': 2, 'sx': 1}",{'cx': 377},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_48.qasm -4323,127,580,"{'measure': 121, 'rz': 2, 'sx': 1}",{'cx': 1041},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_121.qasm -4324,127,181,"{'rz': 134, 'sx': 77, 'measure': 38}",{'cx': 199},"(20, 33); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (92, 83); (92, 102); (102, 92)",dj_mapped_ibm_washington_qiskit_opt2_39.qasm -4325,127,11894,"{'rz': 1152, 'sx': 576, 'measure': 72}",{'cx': 98406},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58)",su2random_mapped_ibm_washington_qiskit_opt0_72.qasm -4326,27,21,"{'rz': 41, 'sx': 40, 'measure': 7, 'x': 1}",{'cx': 12},"(17, 18); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt3_7.qasm -4327,127,5470,"{'rz': 536, 'sx': 536, 'measure': 67}",{'cx': 33382},"(16, 26); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_67.qasm -4328,127,209,"{'rz': 102, 'sx': 51, 'x': 25, 'measure': 25}",{'cx': 361},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_26.qasm -4329,127,3038,"{'sx': 416, 'rz': 416, 'measure': 52}",{'cx': 17481},"(20, 33); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87); (93, 106); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_52.qasm -4330,27,24,"{'measure': 21, 'rz': 2, 'sx': 1}",{'cx': 20},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_21.qasm -4331,27,244,"{'rz': 161, 'sx': 49, 'measure': 14}",{'cx': 360},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt0_7.qasm -4332,127,573,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1394},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",su2random_mapped_ibm_washington_qiskit_opt2_16.qasm -4333,27,568,"{'rz': 419, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 714},"(5, 8); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_16.qasm -4334,127,92,"{'measure': 89, 'rz': 2, 'sx': 1}",{'cx': 88},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_89.qasm -4335,127,447,"{'rz': 325, 'sx': 181, 'measure': 90}",{'cx': 570},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (118, 110)",dj_mapped_ibm_washington_qiskit_opt2_91.qasm -4336,27,42,"{'rz': 38, 'sx': 19, 'measure': 15}",{'cx': 36},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_15.qasm -4337,127,39,"{'rz': 182, 'sx': 94, 'measure': 54}",{'cx': 206},"(12, 13); (12, 17); (13, 12); (17, 12); (17, 30); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt3_54.qasm -4338,127,87,"{'rz': 108, 'sx': 54, 'measure': 18}",{'cx': 225},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_18.qasm -4339,127,48,"{'rz': 56, 'sx': 28, 'measure': 18}",{'cx': 60},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (52, 37); (52, 56); (53, 41); (53, 60); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99)",graphstate_mapped_ibm_washington_qiskit_opt3_18.qasm -4340,127,738,"{'rz': 667, 'sx': 116, 'measure': 20}",{'cx': 1013},"(24, 34); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (71, 58); (72, 62)",ae_mapped_ibm_washington_qiskit_opt1_20.qasm -4341,127,462,"{'rz': 354, 'sx': 215, 'measure': 91, 'x': 14}",{'cx': 419},"(0, 1); (0, 14); (1, 0); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (49, 55); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 102); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt3_92.qasm -4342,27,61,"{'rz': 55, 'sx': 39, 'measure': 15, 'x': 4}",{'cx': 30},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",dj_mapped_ibm_montreal_qiskit_opt3_16.qasm -4343,127,4491,"{'rz': 4605, 'sx': 314, 'measure': 53}",{'cx': 17945},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37)",ae_mapped_ibm_washington_qiskit_opt0_53.qasm -4344,127,25,"{'rz': 65, 'sx': 64, 'measure': 11, 'x': 1}",{'cx': 20},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",vqe_mapped_ibm_washington_qiskit_opt2_11.qasm -4345,127,3721,"{'rz': 6176, 'sx': 136, 'measure': 68, 'x': 1}",{'cx': 14376},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qpeinexact_mapped_ibm_washington_qiskit_opt1_69.qasm -4346,127,4293,"{'sx': 496, 'rz': 496, 'measure': 62}",{'cx': 25849},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",realamprandom_mapped_ibm_washington_qiskit_opt1_62.qasm -4347,27,2567,"{'rz': 2467, 'sx': 1006, 'x': 31, 'measure': 27}",{'cx': 6111},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt2_27.qasm -4348,127,4951,"{'rz': 8462, 'sx': 172, 'measure': 86, 'x': 1}",{'cx': 22569},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104)",qpeinexact_mapped_ibm_washington_qiskit_opt1_87.qasm -4349,27,104,"{'rz': 70, 'sx': 35, 'x': 21, 'measure': 17}",{'cx': 164},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",dj_mapped_ibm_montreal_qiskit_opt0_18.qasm -4350,127,482,"{'measure': 95, 'rz': 2, 'sx': 1}",{'cx': 871},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ghz_mapped_ibm_washington_qiskit_opt0_95.qasm -4351,127,961,"{'rz': 1335, 'sx': 30, 'measure': 30}",{'cx': 2643},"(45, 54); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (111, 104)",qft_mapped_ibm_washington_qiskit_opt1_30.qasm -4352,27,549,"{'sx': 120, 'rz': 120, 'measure': 15}",{'cx': 1118},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt2_15.qasm -4353,127,1392,"{'rz': 662, 'sx': 264, 'x': 60, 'measure': 13}",{'cx': 1436},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",pricingput_mapped_ibm_washington_qiskit_opt0_13.qasm -4354,127,52,"{'measure': 49, 'rz': 2, 'sx': 1}",{'cx': 48},"(9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_49.qasm -4355,127,33,"{'measure': 30, 'rz': 2, 'sx': 1}",{'cx': 29},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",ghz_mapped_ibm_washington_qiskit_opt2_30.qasm -4356,127,377,"{'sx': 372, 'rz': 186, 'measure': 94, 'x': 1}",{'cx': 186},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_94.qasm -4357,27,622,"{'rz': 1036, 'sx': 565, 'measure': 20, 'x': 5}",{'cx': 1501},"(4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_20.qasm -4358,127,243,"{'rz': 186, 'sx': 105, 'measure': 52}",{'cx': 271},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 73); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (92, 83); (93, 87); (93, 106); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107)",dj_mapped_ibm_washington_qiskit_opt2_53.qasm -4359,27,32,"{'rz': 96, 'sx': 96, 'measure': 12}",{'cx': 33},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",routing_mapped_ibm_montreal_qiskit_opt3_12.qasm -4360,127,223,"{'rz': 120, 'sx': 48, 'measure': 8}",{'cx': 247},"(45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qnn_mapped_ibm_washington_qiskit_opt2_8.qasm -4361,127,440,"{'rz': 392, 'sx': 16, 'measure': 16}",{'cx': 1380},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_16.qasm -4362,27,446,"{'rz': 459, 'sx': 125, 'measure': 17, 'x': 3}",{'cx': 692},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qft_mapped_ibm_montreal_qiskit_opt3_17.qasm -4363,127,5818,"{'rz': 9274, 'sx': 97, 'measure': 97}",{'cx': 28113},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_97.qasm -4364,127,22298,"{'rz': 28444, 'sx': 9709, 'x': 118, 'measure': 76}",{'cx': 155429},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_76.qasm -4365,127,2094,"{'rz': 2559, 'sx': 102, 'measure': 51, 'x': 1}",{'cx': 7200},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt2_52.qasm -4366,127,10657,"{'rz': 11250, 'sx': 3974, 'x': 54, 'measure': 48}",{'cx': 50421},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_48.qasm -4367,127,125,"{'rz': 204, 'sx': 102, 'measure': 34}",{'cx': 454},"(0, 1); (0, 14); (1, 0); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20)",graphstate_mapped_ibm_washington_qiskit_opt0_34.qasm -4368,127,37,"{'measure': 34, 'rz': 2, 'sx': 1}",{'cx': 33},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",ghz_mapped_ibm_washington_qiskit_opt2_34.qasm -4369,127,1733,"{'rz': 1891, 'sx': 242, 'measure': 41}",{'cx': 4068},"(35, 47); (41, 53); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt2_41.qasm -4370,127,1697,"{'sx': 336, 'rz': 336, 'measure': 42}",{'cx': 9541},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt2_42.qasm -4371,127,233,"{'rz': 234, 'sx': 63, 'measure': 18}",{'cx': 543},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",portfolioqaoa_mapped_ibm_washington_qiskit_opt0_9.qasm -4372,127,6916,"{'sx': 648, 'rz': 648, 'measure': 81}",{'cx': 45032},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt1_81.qasm -4373,127,1390,"{'rz': 2538, 'sx': 282, 'measure': 47}",{'cx': 9262},"(20, 21); (20, 33); (21, 20); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt2_47.qasm -4374,127,3195,"{'rz': 448, 'sx': 448, 'measure': 56}",{'cx': 20749},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",realamprandom_mapped_ibm_washington_qiskit_opt1_56.qasm -4375,127,12070,"{'sx': 896, 'rz': 896, 'measure': 112}",{'cx': 85314},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_112.qasm -4376,127,9396,"{'sx': 824, 'rz': 824, 'measure': 103}",{'cx': 77369},"(16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_103.qasm -4377,127,1518,"{'rz': 625, 'sx': 364, 'measure': 15, 'x': 8}",{'cx': 968},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",pricingcall_mapped_ibm_washington_qiskit_opt1_15.qasm -4378,127,4659,"{'rz': 2166, 'sx': 101, 'x': 10, 'measure': 7}",{'cx': 4272},"(83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt2_7.qasm -4379,127,511,"{'rz': 192, 'sx': 128, 'measure': 16}",{'cx': 2475},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_16.qasm -4380,27,147,"{'rz': 112, 'sx': 42, 'measure': 8, 'x': 6}",{'cx': 146},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15)",qftentangled_mapped_ibm_montreal_qiskit_opt3_8.qasm -4381,127,101,"{'rz': 79, 'sx': 45, 'measure': 22}",{'cx': 82},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (91, 79); (92, 83); (92, 102); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt2_23.qasm -4382,27,521,"{'rz': 136, 'sx': 136, 'measure': 17}",{'cx': 1371},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt2_17.qasm -4383,27,358,"{'rz': 80, 'sx': 80, 'measure': 10}",{'cx': 530},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_10.qasm -4384,127,3133,"{'sx': 472, 'rz': 472, 'measure': 59}",{'cx': 19179},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_59.qasm -4385,127,390,"{'rz': 336, 'sx': 16, 'measure': 16}",{'cx': 681},"(41, 42); (41, 53); (42, 41); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qft_mapped_ibm_washington_qiskit_opt2_16.qasm -4386,127,3368,"{'rz': 4401, 'sx': 54, 'measure': 54}",{'cx': 18378},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_54.qasm -4387,127,854,"{'rz': 907, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 1947},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qpeinexact_mapped_ibm_washington_qiskit_opt2_26.qasm -4388,127,4612,"{'rz': 608, 'sx': 608, 'measure': 76}",{'cx': 33800},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_76.qasm -4389,127,277,"{'rz': 215, 'sx': 121, 'measure': 60}",{'cx': 317},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt2_61.qasm -4390,127,97,"{'rz': 378, 'sx': 189, 'measure': 103}",{'cx': 601},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt2_103.qasm -4391,127,38,"{'measure': 35, 'rz': 2, 'sx': 1}",{'cx': 34},"(31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_35.qasm -4392,27,26,"{'rz': 70, 'sx': 70, 'measure': 12, 'x': 1}",{'cx': 22},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",vqe_mapped_ibm_montreal_qiskit_opt3_12.qasm -4393,127,3540,"{'rz': 7339, 'sx': 81, 'measure': 81}",{'cx': 17971},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_81.qasm -4394,127,6982,"{'rz': 11129, 'sx': 214, 'measure': 107, 'x': 1}",{'cx': 35064},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_108.qasm -4395,127,47,"{'measure': 44, 'rz': 2, 'sx': 1}",{'cx': 43},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt3_44.qasm -4396,127,5840,"{'rz': 7387, 'sx': 71, 'measure': 70}",{'cx': 35118},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",qftentangled_mapped_ibm_washington_qiskit_opt0_70.qasm -4397,127,334,"{'rz': 732, 'sx': 366, 'measure': 122}",{'cx': 3200},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt0_122.qasm -4398,27,1193,"{'rz': 476, 'sx': 102, 'measure': 17}",{'cx': 3368},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qnn_mapped_ibm_montreal_qiskit_opt0_17.qasm -4399,127,4813,"{'rz': 5730, 'sx': 120, 'measure': 60, 'x': 1}",{'cx': 23988},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt0_61.qasm -4400,27,2566,"{'rz': 2525, 'sx': 994, 'x': 43, 'measure': 26}",{'cx': 5782},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt1_26.qasm -4401,27,17,"{'rz': 40, 'sx': 20, 'measure': 20}",{'cx': 20},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_20.qasm -4402,127,4176,"{'rz': 4088, 'sx': 1607, 'x': 53, 'measure': 34}",{'cx': 11540},"(24, 34); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt2_34.qasm -4403,127,129,"{'sx': 124, 'rz': 62, 'measure': 32, 'x': 1}",{'cx': 62},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",wstate_mapped_ibm_washington_qiskit_opt2_32.qasm -4404,127,691,"{'rz': 493, 'sx': 295, 'measure': 126, 'x': 20}",{'cx': 687},"(0, 1); (0, 14); (1, 0); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (126, 112)",dj_mapped_ibm_washington_qiskit_opt3_127.qasm -4405,27,63,"{'rz': 60, 'sx': 30, 'measure': 10}",{'cx': 79},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 9); (9, 8)",graphstate_mapped_ibm_montreal_qiskit_opt0_10.qasm -4406,127,833,"{'measure': 107, 'rz': 2, 'sx': 1}",{'cx': 877},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (126, 112)",ghz_mapped_ibm_washington_qiskit_opt2_107.qasm -4407,127,78,"{'rz': 132, 'sx': 78, 'measure': 4}",{'cx': 15},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2)",tsp_mapped_ibm_washington_qiskit_opt0_4.qasm -4408,127,54,"{'rz': 97, 'sx': 50, 'measure': 10}",{'cx': 70},"(28, 35); (35, 28); (35, 47); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (55, 49); (55, 68); (68, 55); (100, 101); (101, 100); (101, 102); (102, 101)",qaoa_mapped_ibm_washington_qiskit_opt2_10.qasm -4409,127,2858,"{'rz': 4757, 'sx': 89, 'measure': 89}",{'cx': 17164},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qft_mapped_ibm_washington_qiskit_opt2_89.qasm -4410,127,38345,"{'rz': 53622, 'sx': 18617, 'x': 230, 'measure': 105}",{'cx': 341911},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt0_105.qasm -4411,27,542,"{'rz': 966, 'sx': 300, 'measure': 24, 'x': 16}",{'cx': 1334},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_24.qasm -4412,127,331,"{'rz': 219, 'sx': 56, 'measure': 10}",{'cx': 381},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_10.qasm -4413,127,1725,"{'rz': 1880, 'sx': 240, 'measure': 40}",{'cx': 6888},"(35, 47); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt1_40.qasm -4414,127,7528,"{'rz': 6893, 'sx': 2493, 'measure': 38, 'x': 24}",{'cx': 29428},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_38.qasm -4415,127,857,"{'rz': 1482, 'sx': 1259, 'x': 32, 'measure': 32}",{'cx': 3708},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt3_32.qasm -4416,127,4089,"{'rz': 8673, 'sx': 93, 'measure': 92}",{'cx': 24930},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_92.qasm -4417,127,97,"{'sx': 92, 'rz': 46, 'measure': 24, 'x': 1}",{'cx': 46},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",wstate_mapped_ibm_washington_qiskit_opt2_24.qasm -4418,27,14,"{'measure': 11, 'rz': 2, 'sx': 1}",{'cx': 10},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_11.qasm -4419,127,1056,"{'sx': 559, 'rz': 447, 'measure': 124, 'x': 1}",{'cx': 1532},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_124.qasm -4420,127,1178,"{'rz': 2473, 'sx': 2060, 'x': 98, 'measure': 41}",{'cx': 6927},"(28, 35); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_41.qasm -4421,127,1317,"{'sx': 296, 'rz': 296, 'measure': 37}",{'cx': 7030},"(26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (35, 28); (35, 47); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",realamprandom_mapped_ibm_washington_qiskit_opt2_37.qasm -4422,27,1153,"{'rz': 984, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 3265},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt0_25.qasm -4423,127,429,"{'rz': 340, 'sx': 80, 'measure': 14}",{'cx': 437},"(65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105)",ae_mapped_ibm_washington_qiskit_opt1_14.qasm -4424,27,26,"{'rz': 28, 'sx': 14, 'measure': 8}",{'cx': 17},"(8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15)",graphstate_mapped_ibm_montreal_qiskit_opt2_8.qasm -4425,127,61,"{'measure': 58, 'rz': 2, 'sx': 1}",{'cx': 57},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_58.qasm -4426,127,483,"{'measure': 96, 'rz': 2, 'sx': 1}",{'cx': 872},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ghz_mapped_ibm_washington_qiskit_opt0_96.qasm -4427,127,5698,"{'rz': 6357, 'sx': 608, 'measure': 102}",{'cx': 23343},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt2_102.qasm -4428,127,25217,"{'rz': 31930, 'sx': 10976, 'x': 138, 'measure': 81}",{'cx': 176595},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_81.qasm -4429,27,389,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1368},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_19.qasm -4430,127,3974,"{'rz': 3720, 'sx': 96, 'measure': 48, 'x': 1}",{'cx': 16500},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_49.qasm -4431,127,101,"{'measure': 98, 'rz': 2, 'sx': 1}",{'cx': 97},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_98.qasm -4432,127,1706,"{'rz': 3066, 'sx': 1278, 'x': 189, 'measure': 43}",{'cx': 4635},"(4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeexact_mapped_ibm_washington_qiskit_opt3_44.qasm -4433,127,4710,"{'rz': 7319, 'sx': 154, 'measure': 77, 'x': 1}",{'cx': 18486},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_78.qasm -4434,127,3963,"{'rz': 1426, 'sx': 341, 'measure': 15, 'x': 10}",{'cx': 3444},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt2_15.qasm -4435,127,2847,"{'rz': 4525, 'sx': 110, 'measure': 55, 'x': 1}",{'cx': 10058},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",qpeinexact_mapped_ibm_washington_qiskit_opt1_56.qasm -4436,127,364,"{'rz': 288, 'sx': 15, 'measure': 14}",{'cx': 546},"(45, 54); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt1_14.qasm -4437,127,162,"{'rz': 96, 'sx': 64, 'measure': 8}",{'cx': 357},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_8.qasm -4438,127,3179,"{'rz': 1903, 'sx': 635, 'x': 48, 'measure': 9}",{'cx': 2382},"(64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",grover-v-chain_mapped_ibm_washington_qiskit_opt3_9.qasm -4439,127,989,"{'rz': 1203, 'sx': 596, 'x': 63, 'measure': 16}",{'cx': 1566},"(54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",random_mapped_ibm_washington_qiskit_opt3_16.qasm -4440,127,128,"{'rz': 87, 'sx': 12, 'measure': 6, 'x': 1}",{'cx': 93},"(34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54)",qpeinexact_mapped_ibm_washington_qiskit_opt1_7.qasm -4441,27,1217,"{'rz': 216, 'sx': 216, 'measure': 27}",{'cx': 4638},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_27.qasm -4442,127,159,"{'rz': 128, 'sx': 73, 'measure': 36}",{'cx': 145},"(26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83); (92, 102); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100)",dj_mapped_ibm_washington_qiskit_opt2_37.qasm -4443,127,42961,"{'rz': 44209, 'sx': 16262, 'x': 578, 'measure': 107}",{'cx': 237453},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_107.qasm -4444,127,5768,"{'rz': 12301, 'sx': 122, 'measure': 122}",{'cx': 42728},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_122.qasm -4445,127,4229,"{'rz': 520, 'sx': 520, 'measure': 65}",{'cx': 28313},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_65.qasm -4446,127,1493,"{'rz': 1459, 'sx': 32, 'measure': 31}",{'cx': 5688},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_31.qasm -4447,27,401,"{'rz': 447, 'sx': 260, 'measure': 12, 'x': 9}",{'cx': 465},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",groundstate_medium_mapped_ibm_montreal_qiskit_opt3_12.qasm -4448,127,436,"{'rz': 503, 'sx': 241, 'measure': 15, 'x': 5}",{'cx': 888},"(44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qnn_mapped_ibm_washington_qiskit_opt3_15.qasm -4449,127,245,"{'sx': 240, 'rz': 120, 'measure': 61, 'x': 1}",{'cx': 120},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",wstate_mapped_ibm_washington_qiskit_opt1_61.qasm -4450,127,953,"{'sx': 484, 'rz': 402, 'measure': 106, 'x': 1}",{'cx': 1331},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_106.qasm -4451,127,2048,"{'rz': 3294, 'sx': 324, 'measure': 54}",{'cx': 13450},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (52, 37); (52, 56); (54, 45); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt2_54.qasm -4452,127,4407,"{'rz': 5401, 'sx': 102, 'measure': 101}",{'cx': 24189},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qftentangled_mapped_ibm_washington_qiskit_opt2_101.qasm -4453,127,680,"{'rz': 925, 'sx': 26, 'measure': 25}",{'cx': 1869},"(49, 55); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_25.qasm -4454,27,359,"{'rz': 262, 'sx': 62, 'measure': 12, 'x': 10}",{'cx': 382},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_13.qasm -4455,27,23,"{'sx': 54, 'rz': 52, 'measure': 9}",{'cx': 16},"(17, 18); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",vqe_mapped_ibm_montreal_qiskit_opt2_9.qasm -4456,127,492,"{'rz': 355, 'sx': 193, 'measure': 96}",{'cx': 681},"(3, 4); (4, 3); (4, 15); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (122, 111)",dj_mapped_ibm_washington_qiskit_opt2_97.qasm -4457,127,401,"{'sx': 396, 'rz': 198, 'measure': 100, 'x': 1}",{'cx': 198},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_100.qasm -4458,127,22,"{'rz': 80, 'sx': 40, 'measure': 40}",{'cx': 40},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (52, 37); (52, 56); (53, 41); (53, 60); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",graphstate_mapped_ibm_washington_qiskit_opt3_40.qasm -4459,127,415,"{'rz': 366, 'sx': 84, 'measure': 24}",{'cx': 1506},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",portfolioqaoa_mapped_ibm_washington_qiskit_opt0_12.qasm -4460,27,688,"{'sx': 144, 'rz': 144, 'measure': 18}",{'cx': 2144},"(3, 5); (5, 3); (5, 8); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt1_18.qasm -4461,127,503,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 2599},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",su2random_mapped_ibm_washington_qiskit_opt1_22.qasm -4462,127,2957,"{'rz': 7414, 'sx': 6267, 'x': 318, 'measure': 54}",{'cx': 13886},"(34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_54.qasm -4463,127,3082,"{'rz': 4476, 'sx': 83, 'measure': 83}",{'cx': 16678},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qft_mapped_ibm_washington_qiskit_opt2_83.qasm -4464,127,1171,"{'rz': 1308, 'sx': 1203, 'x': 42, 'measure': 28}",{'cx': 3662},"(58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_28.qasm -4465,127,80,"{'rz': 66, 'sx': 33, 'measure': 16}",{'cx': 58},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (73, 66); (73, 85); (85, 73)",dj_mapped_ibm_washington_qiskit_opt1_17.qasm -4466,127,259,"{'rz': 199, 'sx': 119, 'measure': 50, 'x': 7}",{'cx': 196},"(16, 26); (17, 30); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83); (92, 102); (102, 92)",dj_mapped_ibm_washington_qiskit_opt3_51.qasm -4467,127,1305,"{'rz': 937, 'sx': 350, 'measure': 14, 'x': 4}",{'cx': 2535},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_14.qasm -4468,127,1656,"{'rz': 1999, 'sx': 82, 'measure': 41, 'x': 1}",{'cx': 4830},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeexact_mapped_ibm_washington_qiskit_opt2_42.qasm -4469,127,856,"{'rz': 1080, 'sx': 27, 'measure': 27}",{'cx': 2088},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt1_27.qasm -4470,127,10211,"{'rz': 17115, 'sx': 210, 'measure': 105, 'x': 1}",{'cx': 78273},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt0_106.qasm -4471,127,4253,"{'sx': 616, 'rz': 616, 'measure': 77}",{'cx': 34388},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_77.qasm -4472,127,5719,"{'rz': 8934, 'sx': 536, 'measure': 90}",{'cx': 22281},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_90.qasm -4473,127,1586,"{'rz': 1820, 'sx': 78, 'measure': 39, 'x': 1}",{'cx': 4647},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qpeexact_mapped_ibm_washington_qiskit_opt2_40.qasm -4474,127,87,"{'rz': 234, 'sx': 117, 'measure': 65}",{'cx': 356},"(4, 15); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119)",graphstate_mapped_ibm_washington_qiskit_opt1_65.qasm -4475,127,11927,"{'rz': 12912, 'sx': 4954, 'x': 183, 'measure': 58}",{'cx': 46809},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_58.qasm -4476,27,22,"{'sx': 48, 'rz': 47, 'measure': 8}",{'cx': 14},"(12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt2_8.qasm -4477,127,1412,"{'sx': 312, 'rz': 312, 'measure': 39}",{'cx': 7523},"(34, 43); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt2_39.qasm -4478,27,292,"{'rz': 205, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 299},"(8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_11.qasm -4479,127,9238,"{'rz': 12922, 'sx': 182, 'measure': 91, 'x': 1}",{'cx': 60479},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79)",qpeinexact_mapped_ibm_washington_qiskit_opt0_92.qasm -4480,127,2608,"{'rz': 7469, 'sx': 6817, 'x': 236, 'measure': 55}",{'cx': 13399},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt3_55.qasm -4481,127,134,"{'rz': 130, 'sx': 65, 'measure': 13}",{'cx': 463},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qaoa_mapped_ibm_washington_qiskit_opt0_13.qasm -4482,127,105,"{'sx': 100, 'rz': 50, 'measure': 26, 'x': 1}",{'cx': 50},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76)",wstate_mapped_ibm_washington_qiskit_opt2_26.qasm -4483,127,13651,"{'rz': 972, 'sx': 648, 'measure': 81}",{'cx': 125082},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt0_81.qasm -4484,127,1343,"{'rz': 1334, 'sx': 64, 'measure': 32, 'x': 1}",{'cx': 3153},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt2_33.qasm -4485,127,4238,"{'rz': 560, 'sx': 280, 'measure': 35}",{'cx': 20838},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42)",su2random_mapped_ibm_washington_qiskit_opt0_35.qasm -4486,27,584,"{'rz': 627, 'sx': 22, 'measure': 22}",{'cx': 1261},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt2_22.qasm -4487,127,621,"{'rz': 450, 'sx': 108, 'measure': 18}",{'cx': 1514},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (81, 72)",qnn_mapped_ibm_washington_qiskit_opt1_18.qasm -4488,127,423,"{'rz': 336, 'sx': 191, 'measure': 88, 'x': 6}",{'cx': 437},"(3, 4); (4, 3); (4, 15); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100)",dj_mapped_ibm_washington_qiskit_opt3_89.qasm -4489,127,5013,"{'rz': 5614, 'sx': 188, 'measure': 94, 'x': 1}",{'cx': 24070},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (118, 110)",qpeexact_mapped_ibm_washington_qiskit_opt2_95.qasm -4490,127,341,"{'rz': 762, 'sx': 381, 'measure': 127}",{'cx': 3172},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt0_127.qasm -4491,127,1195,"{'rz': 2260, 'sx': 39, 'measure': 39}",{'cx': 4338},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83)",qft_mapped_ibm_washington_qiskit_opt1_39.qasm -4492,127,5799,"{'rz': 7023, 'sx': 392, 'measure': 66}",{'cx': 27714},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ae_mapped_ibm_washington_qiskit_opt0_66.qasm -4493,127,1027,"{'sx': 482, 'rz': 336, 'measure': 112, 'x': 1}",{'cx': 1168},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",wstate_mapped_ibm_washington_qiskit_opt2_112.qasm -4494,127,2574,"{'rz': 2030, 'sx': 70, 'measure': 35, 'x': 1}",{'cx': 8754},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_36.qasm -4495,127,923,"{'measure': 122, 'rz': 2, 'sx': 1}",{'cx': 1033},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_122.qasm -4496,127,46,"{'measure': 43, 'rz': 2, 'sx': 1}",{'cx': 42},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt3_43.qasm -4497,127,4635,"{'rz': 9637, 'sx': 100, 'measure': 100}",{'cx': 28818},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_100.qasm -4498,127,654,"{'rz': 712, 'sx': 174, 'x': 26, 'measure': 20}",{'cx': 1193},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (91, 79)",qpeinexact_mapped_ibm_washington_qiskit_opt3_21.qasm -4499,127,10,"{'measure': 7, 'rz': 2, 'sx': 1}",{'cx': 6},"(75, 76); (75, 90); (76, 75); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt2_7.qasm -4500,127,6281,"{'sx': 616, 'rz': 616, 'measure': 77}",{'cx': 41091},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104); (111, 122); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_77.qasm -4501,127,1642,"{'rz': 2375, 'sx': 76, 'measure': 38, 'x': 1}",{'cx': 4776},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt1_39.qasm -4502,27,29,"{'sx': 24, 'rz': 12, 'measure': 7, 'x': 1}",{'cx': 12},"(17, 18); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_7.qasm -4503,127,249,"{'rz': 202, 'sx': 101, 'measure': 50}",{'cx': 242},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (33, 20); (34, 24); (34, 43); (35, 47); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (72, 62); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (92, 83); (92, 102); (93, 87); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (111, 104)",dj_mapped_ibm_washington_qiskit_opt1_51.qasm -4504,127,70,"{'rz': 99, 'sx': 66, 'measure': 11}",{'cx': 131},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",vqe_mapped_ibm_washington_qiskit_opt0_11.qasm -4505,127,8954,"{'rz': 13098, 'sx': 542, 'measure': 91}",{'cx': 54504},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75)",ae_mapped_ibm_washington_qiskit_opt0_91.qasm -4506,127,325,"{'sx': 320, 'rz': 160, 'measure': 81, 'x': 1}",{'cx': 160},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_81.qasm -4507,127,4924,"{'rz': 7270, 'sx': 458, 'measure': 77}",{'cx': 16247},"(12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (110, 100)",ae_mapped_ibm_washington_qiskit_opt1_77.qasm -4508,27,163,"{'rz': 98, 'sx': 42, 'measure': 7}",{'cx': 187},"(8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qnn_mapped_ibm_montreal_qiskit_opt1_7.qasm -4509,127,3101,"{'rz': 4710, 'sx': 338, 'measure': 57}",{'cx': 9207},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (110, 100)",ae_mapped_ibm_washington_qiskit_opt1_57.qasm -4510,127,330,"{'rz': 231, 'sx': 127, 'measure': 63}",{'cx': 373},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (72, 62); (72, 81); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt2_64.qasm -4511,127,253,"{'rz': 201, 'sx': 113, 'measure': 56}",{'cx': 281},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 71); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93); (106, 107); (107, 106)",dj_mapped_ibm_washington_qiskit_opt2_57.qasm -4512,127,179,"{'rz': 146, 'sx': 73, 'measure': 36}",{'cx': 153},"(26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83); (92, 102); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100)",dj_mapped_ibm_washington_qiskit_opt1_37.qasm -4513,127,7710,"{'rz': 14455, 'sx': 98, 'measure': 98}",{'cx': 63290},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt0_98.qasm -4514,27,3906,"{'rz': 1609, 'sx': 1164, 'measure': 19, 'x': 12}",{'cx': 2155},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",pricingcall_mapped_ibm_montreal_qiskit_opt2_19.qasm -4515,127,44105,"{'rz': 45889, 'sx': 16997, 'x': 643, 'measure': 109}",{'cx': 248241},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_109.qasm -4516,27,525,"{'rz': 449, 'sx': 98, 'measure': 17}",{'cx': 674},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt2_17.qasm -4517,127,14,"{'measure': 11, 'rz': 2, 'sx': 1}",{'cx': 10},"(111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ghz_mapped_ibm_washington_qiskit_opt2_11.qasm -4518,127,1684,"{'rz': 2343, 'sx': 2027, 'x': 73, 'measure': 35}",{'cx': 5577},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (102, 92)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_35.qasm -4519,127,84,"{'rz': 58, 'sx': 29, 'x': 19, 'measure': 14}",{'cx': 128},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_15.qasm -4520,27,51,"{'rz': 54, 'sx': 27, 'measure': 9}",{'cx': 48},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",graphstate_mapped_ibm_montreal_qiskit_opt0_9.qasm -4521,127,4277,"{'rz': 5987, 'sx': 64, 'measure': 63}",{'cx': 26051},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_63.qasm -4522,27,364,"{'rz': 319, 'sx': 77, 'measure': 22}",{'cx': 1008},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt0_11.qasm -4523,27,82,"{'rz': 140, 'sx': 70, 'measure': 14}",{'cx': 89},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 22); (22, 19)",qaoa_mapped_ibm_montreal_qiskit_opt1_14.qasm -4524,127,523,"{'rz': 538, 'sx': 227, 'x': 24, 'measure': 17}",{'cx': 560},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (91, 79); (91, 98); (98, 91)",ae_mapped_ibm_washington_qiskit_opt3_17.qasm -4525,127,36102,"{'rz': 35947, 'sx': 13255, 'x': 488, 'measure': 97}",{'cx': 182518},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_97.qasm -4526,127,15407,"{'rz': 976, 'sx': 976, 'measure': 122}",{'cx': 112238},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_122.qasm -4527,27,45,"{'sx': 40, 'rz': 20, 'measure': 11, 'x': 1}",{'cx': 20},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_11.qasm -4528,127,90,"{'rz': 352, 'sx': 176, 'measure': 90}",{'cx': 576},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_90.qasm -4529,127,2824,"{'rz': 5994, 'sx': 444, 'measure': 74}",{'cx': 22887},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_74.qasm -4530,127,2362,"{'rz': 4148, 'sx': 366, 'measure': 61}",{'cx': 17472},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",qnn_mapped_ibm_washington_qiskit_opt2_61.qasm -4531,127,11440,"{'rz': 12644, 'sx': 654, 'measure': 109}",{'cx': 74760},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_109.qasm -4532,27,97,"{'rz': 75, 'sx': 24, 'measure': 6, 'x': 2}",{'cx': 76},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",qpeexact_mapped_ibm_montreal_qiskit_opt3_7.qasm -4533,27,470,"{'rz': 350, 'sx': 86, 'measure': 15}",{'cx': 498},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt2_15.qasm -4534,127,9107,"{'sx': 760, 'rz': 760, 'measure': 95}",{'cx': 59162},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_95.qasm -4535,127,1045,"{'rz': 2755, 'sx': 1175, 'x': 132, 'measure': 43}",{'cx': 4067},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt3_43.qasm -4536,127,2132,"{'sx': 376, 'rz': 376, 'measure': 47}",{'cx': 12034},"(27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (36, 51); (41, 53); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt2_47.qasm -4537,27,587,"{'rz': 781, 'sx': 24, 'measure': 23}",{'cx': 1426},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_23.qasm -4538,127,337,"{'sx': 332, 'rz': 166, 'measure': 84, 'x': 1}",{'cx': 166},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_84.qasm -4539,127,5222,"{'rz': 2270, 'sx': 1232, 'x': 50, 'measure': 19}",{'cx': 3861},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",pricingcall_mapped_ibm_washington_qiskit_opt0_19.qasm -4540,127,483,"{'rz': 317, 'sx': 169, 'measure': 84}",{'cx': 668},"(3, 4); (4, 3); (4, 15); (12, 17); (15, 4); (15, 22); (17, 12); (17, 30); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (106, 93); (110, 100); (110, 118); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt2_85.qasm -4541,127,9073,"{'rz': 976, 'sx': 488, 'measure': 61}",{'cx': 66798},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_61.qasm -4542,127,2806,"{'rz': 5033, 'sx': 118, 'measure': 59, 'x': 1}",{'cx': 11496},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt1_60.qasm -4543,127,161,"{'sx': 156, 'rz': 78, 'measure': 40, 'x': 1}",{'cx': 78},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80)",wstate_mapped_ibm_washington_qiskit_opt2_40.qasm -4544,127,3929,"{'rz': 9642, 'sx': 101, 'measure': 100}",{'cx': 25749},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qftentangled_mapped_ibm_washington_qiskit_opt1_100.qasm -4545,127,9992,"{'rz': 5719, 'sx': 1383, 'x': 132, 'measure': 8}",{'cx': 8257},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81)",grover-noancilla_mapped_ibm_washington_qiskit_opt3_8.qasm -4546,127,3588,"{'sx': 512, 'rz': 512, 'measure': 64}",{'cx': 24862},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_64.qasm -4547,127,5197,"{'rz': 9517, 'sx': 100, 'measure': 99}",{'cx': 27451},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_99.qasm -4548,127,8672,"{'rz': 14457, 'sx': 99, 'measure': 98}",{'cx': 67497},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt0_98.qasm -4549,27,509,"{'rz': 319, 'sx': 180, 'x': 18, 'measure': 9}",{'cx': 278},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",pricingput_mapped_ibm_montreal_qiskit_opt3_9.qasm -4550,127,1402,"{'rz': 2776, 'sx': 2362, 'x': 117, 'measure': 38}",{'cx': 6148},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",realamprandom_mapped_ibm_washington_qiskit_opt3_38.qasm -4551,127,1449,"{'rz': 2168, 'sx': 49, 'measure': 49}",{'cx': 5836},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt2_49.qasm -4552,127,6192,"{'rz': 7446, 'sx': 156, 'measure': 78, 'x': 1}",{'cx': 19957},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeexact_mapped_ibm_washington_qiskit_opt1_79.qasm -4553,127,546,"{'rz': 404, 'sx': 225, 'measure': 112}",{'cx': 713},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt2_113.qasm -4554,127,346,"{'rz': 594, 'sx': 297, 'measure': 99}",{'cx': 2382},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt0_99.qasm -4555,27,312,"{'rz': 214, 'sx': 128, 'x': 15, 'measure': 7}",{'cx': 177},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",pricingcall_mapped_ibm_montreal_qiskit_opt3_7.qasm -4556,127,833,"{'rz': 650, 'sx': 390, 'measure': 66, 'x': 1}",{'cx': 895},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",wstate_mapped_ibm_washington_qiskit_opt0_66.qasm -4557,127,131,"{'rz': 84, 'sx': 56, 'measure': 7}",{'cx': 255},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",realamprandom_mapped_ibm_washington_qiskit_opt0_7.qasm -4558,27,223,"{'rz': 180, 'sx': 108, 'measure': 19, 'x': 1}",{'cx': 183},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",wstate_mapped_ibm_montreal_qiskit_opt0_19.qasm -4559,127,385,"{'sx': 380, 'rz': 190, 'measure': 96, 'x': 1}",{'cx': 190},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_96.qasm -4560,127,6276,"{'rz': 648, 'sx': 648, 'measure': 81}",{'cx': 43414},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_81.qasm -4561,127,8252,"{'sx': 680, 'rz': 680, 'measure': 85}",{'cx': 52440},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_85.qasm -4562,127,2143,"{'rz': 3868, 'sx': 3240, 'x': 192, 'measure': 50}",{'cx': 11498},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (110, 100)",realamprandom_mapped_ibm_washington_qiskit_opt3_50.qasm -4563,27,402,"{'rz': 112, 'sx': 112, 'measure': 14}",{'cx': 929},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt2_14.qasm -4564,27,592,"{'rz': 306, 'sx': 140, 'measure': 11, 'x': 10}",{'cx': 421},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",pricingcall_mapped_ibm_montreal_qiskit_opt2_11.qasm -4565,127,20,"{'measure': 17, 'rz': 2, 'sx': 1}",{'cx': 16},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt1_17.qasm -4566,127,10,"{'measure': 7, 'rz': 2, 'sx': 1}",{'cx': 6},"(75, 76); (75, 90); (76, 75); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt3_7.qasm -4567,27,484,"{'rz': 594, 'sx': 517, 'measure': 19, 'x': 4}",{'cx': 1302},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_19.qasm -4568,127,247,"{'rz': 189, 'sx': 13, 'measure': 12}",{'cx': 397},"(33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (81, 72)",qftentangled_mapped_ibm_washington_qiskit_opt2_12.qasm -4569,127,1146,"{'rz': 1394, 'sx': 204, 'measure': 34}",{'cx': 5162},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt1_34.qasm -4570,127,2217,"{'rz': 1751, 'sx': 34, 'measure': 34}",{'cx': 8100},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20)",qft_mapped_ibm_washington_qiskit_opt0_34.qasm -4571,27,474,"{'rz': 144, 'sx': 96, 'measure': 12}",{'cx': 1344},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",realamprandom_mapped_ibm_montreal_qiskit_opt0_12.qasm -4572,127,5874,"{'rz': 11494, 'sx': 656, 'measure': 110}",{'cx': 33233},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_110.qasm -4573,127,1586,"{'rz': 1820, 'sx': 78, 'measure': 39, 'x': 1}",{'cx': 4647},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qpeinexact_mapped_ibm_washington_qiskit_opt2_40.qasm -4574,127,7446,"{'rz': 11118, 'sx': 612, 'measure': 102}",{'cx': 69501},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_102.qasm -4575,127,3108,"{'rz': 480, 'sx': 480, 'measure': 60}",{'cx': 20531},"(20, 33); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",realamprandom_mapped_ibm_washington_qiskit_opt2_60.qasm -4576,27,1318,"{'rz': 252, 'sx': 168, 'measure': 21}",{'cx': 5322},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt0_21.qasm -4577,127,6470,"{'rz': 7826, 'sx': 252, 'measure': 126, 'x': 1}",{'cx': 40621},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_127.qasm -4578,127,102,"{'rz': 256, 'sx': 128, 'measure': 70}",{'cx': 457},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt1_70.qasm -4579,127,146,"{'rz': 122, 'sx': 61, 'measure': 30}",{'cx': 159},"(54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100)",dj_mapped_ibm_washington_qiskit_opt1_31.qasm -4580,127,246,"{'rz': 170, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 234},"(45, 54); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt1_10.qasm -4581,127,2421,"{'rz': 3000, 'sx': 65, 'measure': 64}",{'cx': 9418},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt2_64.qasm -4582,27,1488,"{'rz': 863, 'sx': 588, 'x': 47, 'measure': 15}",{'cx': 794},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",pricingput_mapped_ibm_montreal_qiskit_opt3_15.qasm -4583,127,262,"{'rz': 180, 'sx': 108, 'measure': 19, 'x': 1}",{'cx': 321},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_19.qasm -4584,27,31,"{'rz': 30, 'sx': 15, 'measure': 13}",{'cx': 16},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt2_13.qasm -4585,127,5410,"{'rz': 584, 'sx': 584, 'measure': 73}",{'cx': 36085},"(15, 22); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_73.qasm -4586,127,2645,"{'rz': 5164, 'sx': 64, 'measure': 63}",{'cx': 11484},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",qftentangled_mapped_ibm_washington_qiskit_opt1_63.qasm -4587,27,371,"{'rz': 268, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 518},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qpeexact_mapped_ibm_montreal_qiskit_opt2_14.qasm -4588,127,1276,"{'rz': 1508, 'sx': 60, 'measure': 30, 'x': 1}",{'cx': 2966},"(33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt1_31.qasm -4589,127,69,"{'measure': 66, 'rz': 2, 'sx': 1}",{'cx': 65},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_66.qasm -4590,27,271,"{'rz': 182, 'sx': 56, 'measure': 10}",{'cx': 201},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",ae_mapped_ibm_montreal_qiskit_opt1_10.qasm -4591,127,1907,"{'sx': 344, 'rz': 344, 'measure': 43}",{'cx': 9545},"(27, 28); (28, 27); (28, 35); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt2_43.qasm -4592,127,3470,"{'rz': 3010, 'sx': 86, 'measure': 43, 'x': 1}",{'cx': 13670},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_44.qasm -4593,127,47,"{'measure': 14, 'rz': 2, 'sx': 1}",{'cx': 76},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_14.qasm -4594,127,508,"{'rz': 398, 'sx': 199, 'measure': 99}",{'cx': 648},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (64, 54); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt1_100.qasm -4595,127,438,"{'rz': 300, 'sx': 68, 'measure': 12}",{'cx': 684},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_12.qasm -4596,127,290,"{'rz': 219, 'sx': 119, 'measure': 59}",{'cx': 381},"(15, 22); (16, 26); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt2_60.qasm -4597,127,2658,"{'rz': 2420, 'sx': 40, 'measure': 40}",{'cx': 10563},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_40.qasm -4598,27,573,"{'rz': 969, 'sx': 361, 'x': 30, 'measure': 24}",{'cx': 1297},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt3_24.qasm -4599,127,229,"{'sx': 224, 'rz': 112, 'measure': 57, 'x': 1}",{'cx': 112},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_57.qasm -4600,127,1381,"{'sx': 264, 'rz': 264, 'measure': 33}",{'cx': 6737},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt1_33.qasm -4601,127,812,"{'rz': 256, 'sx': 256, 'measure': 32}",{'cx': 4548},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_32.qasm -4602,127,1686,"{'rz': 3125, 'sx': 1206, 'x': 121, 'measure': 46}",{'cx': 4955},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt3_46.qasm -4603,127,46,"{'rz': 130, 'sx': 65, 'measure': 13}",{'cx': 76},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66)",qaoa_mapped_ibm_washington_qiskit_opt1_13.qasm -4604,127,20,"{'sx': 16, 'rz': 16, 'measure': 2}",{'cx': 3},"(113, 114); (114, 113)",routing_mapped_ibm_washington_qiskit_opt2_2.qasm -4605,127,1218,"{'sx': 224, 'rz': 224, 'measure': 28}",{'cx': 5033},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",realamprandom_mapped_ibm_washington_qiskit_opt1_28.qasm -4606,27,197,"{'rz': 143, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 224},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qpeexact_mapped_ibm_montreal_qiskit_opt2_10.qasm -4607,127,294,"{'measure': 57, 'rz': 2, 'sx': 1}",{'cx': 530},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ghz_mapped_ibm_washington_qiskit_opt0_57.qasm -4608,127,1810,"{'sx': 272, 'rz': 272, 'measure': 34}",{'cx': 7843},"(53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (102, 92); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt1_34.qasm -4609,127,2421,"{'rz': 4017, 'sx': 102, 'measure': 51, 'x': 1}",{'cx': 8821},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt1_52.qasm -4610,127,2999,"{'rz': 4462, 'sx': 85, 'measure': 85}",{'cx': 16791},"(12, 17); (15, 22); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt2_85.qasm -4611,127,6755,"{'rz': 7057, 'sx': 2713, 'x': 91, 'measure': 44}",{'cx': 22575},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt2_44.qasm -4612,127,2095,"{'rz': 2883, 'sx': 61, 'measure': 60}",{'cx': 8525},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt2_60.qasm -4613,27,323,"{'rz': 196, 'sx': 56, 'measure': 16}",{'cx': 519},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt0_8.qasm -4614,127,3761,"{'rz': 6308, 'sx': 456, 'measure': 76}",{'cx': 30181},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_76.qasm -4615,127,35,"{'rz': 114, 'sx': 60, 'measure': 12}",{'cx': 48},"(104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qaoa_mapped_ibm_washington_qiskit_opt2_12.qasm -4616,27,418,"{'rz': 376, 'sx': 108, 'x': 15, 'measure': 14}",{'cx': 567},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_15.qasm -4617,27,221,"{'rz': 165, 'sx': 59, 'measure': 10, 'x': 5}",{'cx': 231},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qftentangled_mapped_ibm_montreal_qiskit_opt3_10.qasm -4618,127,833,"{'rz': 1234, 'sx': 1110, 'measure': 24, 'x': 14}",{'cx': 2418},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",su2random_mapped_ibm_washington_qiskit_opt3_24.qasm -4619,27,130,"{'sx': 106, 'rz': 58, 'measure': 27, 'x': 1}",{'cx': 82},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_27.qasm -4620,127,5766,"{'rz': 6346, 'sx': 614, 'measure': 103}",{'cx': 24516},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt2_103.qasm -4621,27,128,"{'rz': 86, 'sx': 43, 'x': 21, 'measure': 21}",{'cx': 204},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18)",dj_mapped_ibm_montreal_qiskit_opt0_22.qasm -4622,127,396,"{'rz': 282, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 876},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_13.qasm -4623,127,2185,"{'rz': 2804, 'sx': 320, 'measure': 54}",{'cx': 6897},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt2_54.qasm -4624,127,4434,"{'sx': 528, 'rz': 528, 'measure': 66}",{'cx': 25449},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_66.qasm -4625,27,43,"{'rz': 70, 'sx': 35, 'measure': 7}",{'cx': 40},"(5, 8); (8, 5); (8, 9); (9, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16)",qaoa_mapped_ibm_montreal_qiskit_opt1_7.qasm -4626,127,352,"{'rz': 280, 'sx': 168, 'measure': 29, 'x': 1}",{'cx': 359},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_29.qasm -4627,127,5392,"{'rz': 544, 'sx': 544, 'measure': 68}",{'cx': 31864},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (122, 111)",realamprandom_mapped_ibm_washington_qiskit_opt1_68.qasm -4628,27,329,"{'rz': 234, 'sx': 63, 'measure': 18}",{'cx': 711},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt0_9.qasm -4629,127,177,"{'sx': 172, 'rz': 86, 'measure': 44, 'x': 1}",{'cx': 86},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (89, 74)",wstate_mapped_ibm_washington_qiskit_opt2_44.qasm -4630,127,94,"{'measure': 91, 'rz': 2, 'sx': 1}",{'cx': 90},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_91.qasm -4631,27,615,"{'rz': 418, 'sx': 190, 'x': 26, 'measure': 24}",{'cx': 916},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt3_12.qasm -4632,127,2000,"{'rz': 4197, 'sx': 56, 'measure': 55}",{'cx': 8949},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_55.qasm -4633,127,258,"{'rz': 217, 'sx': 127, 'measure': 57, 'x': 5}",{'cx': 207},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 71); (59, 60); (60, 53); (60, 59); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (102, 92); (110, 100)",dj_mapped_ibm_washington_qiskit_opt3_58.qasm -4634,127,8716,"{'rz': 13202, 'sx': 184, 'measure': 92, 'x': 1}",{'cx': 60030},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83)",qpeexact_mapped_ibm_washington_qiskit_opt0_93.qasm -4635,27,370,"{'rz': 282, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 489},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_13.qasm -4636,127,470,"{'rz': 678, 'sx': 339, 'measure': 113}",{'cx': 3092},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (111, 104); (112, 108)",graphstate_mapped_ibm_washington_qiskit_opt0_113.qasm -4637,127,1117,"{'rz': 1645, 'sx': 188, 'measure': 32}",{'cx': 2804},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",ae_mapped_ibm_washington_qiskit_opt1_32.qasm -4638,27,624,"{'rz': 703, 'sx': 362, 'x': 42, 'measure': 13}",{'cx': 802},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_13.qasm -4639,127,5902,"{'rz': 2726, 'sx': 282, 'measure': 47}",{'cx': 35306},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_47.qasm -4640,127,1379,"{'sx': 256, 'rz': 256, 'measure': 32}",{'cx': 6394},"(24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103)",realamprandom_mapped_ibm_washington_qiskit_opt1_32.qasm -4641,27,705,"{'rz': 379, 'sx': 134, 'measure': 7, 'x': 6}",{'cx': 548},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt3_7.qasm -4642,127,1384,"{'rz': 1710, 'sx': 228, 'measure': 38}",{'cx': 6555},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (33, 20); (33, 39); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",qnn_mapped_ibm_washington_qiskit_opt1_38.qasm -4643,127,1464,"{'rz': 1427, 'sx': 68, 'measure': 34, 'x': 1}",{'cx': 3489},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt2_35.qasm -4644,127,21,"{'rz': 43, 'sx': 42, 'measure': 7}",{'cx': 12},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",vqe_mapped_ibm_washington_qiskit_opt1_7.qasm -4645,27,40,"{'rz': 76, 'sx': 40, 'measure': 8}",{'cx': 50},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (20, 19)",qaoa_mapped_ibm_montreal_qiskit_opt2_8.qasm -4646,27,326,"{'rz': 255, 'sx': 68, 'measure': 12}",{'cx': 291},"(3, 5); (5, 3); (5, 8); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",ae_mapped_ibm_montreal_qiskit_opt1_12.qasm -4647,127,1193,"{'rz': 4137, 'sx': 2424, 'measure': 39, 'x': 5}",{'cx': 6084},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt3_39.qasm -4648,127,292,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 624},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54)",realamprandom_mapped_ibm_washington_qiskit_opt3_12.qasm -4649,127,12113,"{'sx': 856, 'rz': 856, 'measure': 107}",{'cx': 87457},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_107.qasm -4650,27,130,"{'sx': 106, 'rz': 58, 'measure': 27, 'x': 1}",{'cx': 82},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_27.qasm -4651,27,658,"{'rz': 1321, 'sx': 822, 'measure': 21, 'x': 3}",{'cx': 1644},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_21.qasm -4652,27,271,"{'rz': 171, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 375},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 9); (9, 8)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_10.qasm -4653,127,4116,"{'rz': 7703, 'sx': 84, 'measure': 84}",{'cx': 19132},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_84.qasm -4654,127,3964,"{'rz': 6616, 'sx': 76, 'measure': 75}",{'cx': 17253},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_75.qasm -4655,127,2562,"{'rz': 3265, 'sx': 362, 'measure': 61}",{'cx': 8349},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt2_61.qasm -4656,127,30432,"{'rz': 31472, 'sx': 11588, 'x': 384, 'measure': 90}",{'cx': 150331},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",random_mapped_ibm_washington_qiskit_opt1_90.qasm -4657,127,26,"{'measure': 23, 'rz': 2, 'sx': 1}",{'cx': 22},"(0, 1); (0, 14); (1, 0); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt2_23.qasm -4658,127,607,"{'rz': 1385, 'sx': 775, 'measure': 17}",{'cx': 1554},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",portfoliovqe_mapped_ibm_washington_qiskit_opt2_17.qasm -4659,127,343,"{'rz': 275, 'sx': 70, 'measure': 20}",{'cx': 921},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",portfolioqaoa_mapped_ibm_washington_qiskit_opt0_10.qasm -4660,127,6424,"{'rz': 2248, 'sx': 549, 'measure': 19, 'x': 10}",{'cx': 5919},"(45, 54); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt2_19.qasm -4661,27,20,"{'rz': 18, 'sx': 9, 'measure': 7}",{'cx': 13},"(1, 4); (4, 1); (4, 7); (7, 4); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",graphstate_mapped_ibm_montreal_qiskit_opt2_7.qasm -4662,127,9833,"{'rz': 10144, 'sx': 3866, 'x': 167, 'measure': 52}",{'cx': 35365},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",random_mapped_ibm_washington_qiskit_opt1_52.qasm -4663,127,12510,"{'rz': 864, 'sx': 576, 'measure': 72}",{'cx': 102735},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_72.qasm -4664,127,2575,"{'rz': 4702, 'sx': 3980, 'x': 192, 'measure': 52}",{'cx': 12508},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_52.qasm -4665,27,3889,"{'rz': 1896, 'sx': 102, 'x': 73, 'measure': 7}",{'cx': 3477},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",grover-noancilla_mapped_ibm_montreal_qiskit_opt0_7.qasm -4666,27,116,"{'rz': 103, 'sx': 63, 'measure': 26, 'x': 5}",{'cx': 72},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_27.qasm -4667,27,629,"{'rz': 527, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 1461},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_18.qasm -4668,127,1317,"{'sx': 575, 'rz': 475, 'measure': 126, 'x': 1}",{'cx': 1757},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_126.qasm -4669,127,101,"{'rz': 242, 'sx': 121, 'measure': 63}",{'cx': 414},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt1_63.qasm -4670,127,3470,"{'rz': 5862, 'sx': 392, 'measure': 66}",{'cx': 12312},"(15, 22); (16, 26); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt1_66.qasm -4671,27,1217,"{'rz': 216, 'sx': 216, 'measure': 27}",{'cx': 4638},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_27.qasm -4672,127,2404,"{'rz': 360, 'sx': 240, 'measure': 30}",{'cx': 12885},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_30.qasm -4673,127,7254,"{'rz': 11305, 'sx': 170, 'measure': 85, 'x': 1}",{'cx': 49382},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_86.qasm -4674,27,70,"{'rz': 28, 'measure': 22, 'sx': 21, 'x': 3}",{'cx': 37},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt3_22.qasm -4675,127,43,"{'measure': 40, 'rz': 2, 'sx': 1}",{'cx': 39},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",ghz_mapped_ibm_washington_qiskit_opt2_40.qasm -4676,127,7748,"{'rz': 4260, 'sx': 360, 'measure': 60}",{'cx': 57215},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_60.qasm -4677,127,850,"{'rz': 462, 'sx': 231, 'measure': 115, 'x': 101}",{'cx': 1459},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt0_116.qasm -4678,27,1003,"{'rz': 432, 'sx': 220, 'measure': 13, 'x': 8}",{'cx': 656},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",pricingcall_mapped_ibm_montreal_qiskit_opt1_13.qasm -4679,127,3003,"{'rz': 3833, 'sx': 74, 'measure': 73}",{'cx': 13006},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt2_73.qasm -4680,127,3111,"{'rz': 2797, 'sx': 44, 'measure': 43}",{'cx': 12375},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_43.qasm -4681,127,3770,"{'rz': 4403, 'sx': 55, 'measure': 54}",{'cx': 19685},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_54.qasm -4682,127,1171,"{'rz': 1308, 'sx': 1203, 'x': 42, 'measure': 28}",{'cx': 3662},"(58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt3_28.qasm -4683,127,18742,"{'sx': 1000, 'rz': 1000, 'measure': 125}",{'cx': 130738},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_125.qasm -4684,127,10107,"{'rz': 804, 'sx': 536, 'measure': 67}",{'cx': 82062},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_67.qasm -4685,27,933,"{'rz': 858, 'sx': 156, 'measure': 26}",{'cx': 3016},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt2_26.qasm -4686,127,28,"{'rz': 78, 'sx': 76, 'measure': 14, 'x': 4}",{'cx': 26},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",vqe_mapped_ibm_washington_qiskit_opt3_14.qasm -4687,127,213,"{'rz': 162, 'sx': 91, 'measure': 45}",{'cx': 268},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (102, 92)",dj_mapped_ibm_washington_qiskit_opt2_46.qasm -4688,127,998,"{'rz': 750, 'sx': 450, 'measure': 76, 'x': 1}",{'cx': 1107},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_76.qasm -4689,27,45,"{'sx': 54, 'rz': 48, 'measure': 4}",{'cx': 15},"(23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",tsp_mapped_ibm_montreal_qiskit_opt3_4.qasm -4690,127,297,"{'rz': 266, 'sx': 14, 'measure': 14}",{'cx': 509},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt2_14.qasm -4691,27,222,"{'rz': 190, 'sx': 90, 'measure': 10, 'x': 7}",{'cx': 151},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",ae_mapped_ibm_montreal_qiskit_opt3_10.qasm -4692,127,410,"{'rz': 444, 'sx': 18, 'measure': 17}",{'cx': 1488},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_17.qasm -4693,127,5901,"{'rz': 6658, 'sx': 120, 'measure': 120}",{'cx': 37085},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_120.qasm -4694,127,7611,"{'rz': 7664, 'sx': 244, 'measure': 122, 'x': 1}",{'cx': 41304},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_123.qasm -4695,127,362,"{'rz': 269, 'sx': 149, 'measure': 74}",{'cx': 533},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (16, 26); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93)",dj_mapped_ibm_washington_qiskit_opt2_75.qasm -4696,127,5953,"{'rz': 8429, 'sx': 91, 'measure': 90}",{'cx': 23190},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",qftentangled_mapped_ibm_washington_qiskit_opt1_90.qasm -4697,127,485,"{'measure': 98, 'rz': 2, 'sx': 1}",{'cx': 874},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ghz_mapped_ibm_washington_qiskit_opt0_98.qasm -4698,127,1781,"{'rz': 3733, 'sx': 68, 'measure': 67}",{'cx': 10002},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt2_67.qasm -4699,127,2329,"{'rz': 4919, 'sx': 61, 'measure': 61}",{'cx': 10704},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt1_61.qasm -4700,127,396,"{'measure': 90, 'rz': 2, 'sx': 1}",{'cx': 701},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_90.qasm -4701,127,79,"{'measure': 76, 'rz': 2, 'sx': 1}",{'cx': 75},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_76.qasm -4702,127,576,"{'rz': 1466, 'sx': 842, 'measure': 17, 'x': 1}",{'cx': 1523},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (98, 91)",portfoliovqe_mapped_ibm_washington_qiskit_opt3_17.qasm -4703,127,471,"{'rz': 941, 'sx': 533, 'measure': 14}",{'cx': 1029},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (71, 58); (71, 77); (77, 71)",portfoliovqe_mapped_ibm_washington_qiskit_opt3_14.qasm -4704,27,815,"{'rz': 827, 'sx': 477, 'measure': 14}",{'cx': 1260},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_14.qasm -4705,127,13004,"{'sx': 832, 'rz': 832, 'measure': 104}",{'cx': 77595},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_104.qasm -4706,127,117,"{'rz': 442, 'sx': 221, 'measure': 109}",{'cx': 733},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (11, 12); (12, 11); (12, 17); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_109.qasm -4707,127,4590,"{'rz': 432, 'sx': 288, 'measure': 36}",{'cx': 23091},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_36.qasm -4708,127,7072,"{'rz': 9796, 'sx': 158, 'measure': 79, 'x': 1}",{'cx': 43031},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_80.qasm -4709,127,3003,"{'rz': 2445, 'sx': 224, 'measure': 38}",{'cx': 8708},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_38.qasm -4710,27,37,"{'sx': 32, 'rz': 16, 'measure': 9, 'x': 1}",{'cx': 16},"(17, 18); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_9.qasm -4711,127,11604,"{'rz': 16758, 'sx': 756, 'measure': 126}",{'cx': 111228},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_126.qasm -4712,127,7668,"{'rz': 10494, 'sx': 594, 'measure': 99}",{'cx': 54151},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_99.qasm -4713,127,1494,"{'rz': 3180, 'sx': 318, 'measure': 53}",{'cx': 11412},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt1_53.qasm -4714,127,495,"{'rz': 551, 'sx': 19, 'measure': 19}",{'cx': 1587},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_19.qasm -4715,27,39,"{'rz': 81, 'sx': 43, 'measure': 26, 'x': 2}",{'cx': 67},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt3_26.qasm -4716,127,1404,"{'rz': 8279, 'sx': 6022, 'measure': 46, 'x': 7}",{'cx': 7237},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt3_46.qasm -4717,27,256,"{'rz': 171, 'sx': 123, 'measure': 7}",{'cx': 207},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_7.qasm -4718,127,66,"{'sx': 139, 'rz': 131, 'measure': 9}",{'cx': 40},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120)",tsp_mapped_ibm_washington_qiskit_opt3_9.qasm -4719,27,106,"{'rz': 108, 'sx': 60, 'measure': 4}",{'cx': 45},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2)",groundstate_small_mapped_ibm_montreal_qiskit_opt0_4.qasm -4720,127,365,"{'sx': 360, 'rz': 180, 'measure': 91, 'x': 1}",{'cx': 180},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_91.qasm -4721,27,188,"{'rz': 112, 'sx': 56, 'measure': 7}",{'cx': 297},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",su2random_mapped_ibm_montreal_qiskit_opt0_7.qasm -4722,127,222,"{'rz': 177, 'sx': 109, 'measure': 45, 'x': 9}",{'cx': 176},"(20, 33); (33, 20); (33, 39); (34, 43); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (111, 104)",dj_mapped_ibm_washington_qiskit_opt3_46.qasm -4723,127,4379,"{'rz': 4464, 'sx': 150, 'measure': 75, 'x': 1}",{'cx': 15249},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt2_76.qasm -4724,127,1331,"{'rz': 1418, 'sx': 58, 'measure': 29, 'x': 1}",{'cx': 4435},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_30.qasm -4725,127,4229,"{'rz': 7580, 'sx': 83, 'measure': 83}",{'cx': 19193},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt1_83.qasm -4726,127,265,"{'rz': 120, 'sx': 80, 'measure': 10}",{'cx': 786},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_10.qasm -4727,127,9635,"{'rz': 14352, 'sx': 192, 'measure': 96, 'x': 1}",{'cx': 64569},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt0_97.qasm -4728,127,511,"{'rz': 727, 'sx': 24, 'measure': 23}",{'cx': 1427},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt2_23.qasm -4729,27,260,"{'rz': 260, 'sx': 13, 'measure': 13}",{'cx': 663},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qft_mapped_ibm_montreal_qiskit_opt0_13.qasm -4730,27,61,"{'sx': 56, 'rz': 28, 'measure': 15, 'x': 1}",{'cx': 28},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_15.qasm -4731,127,7466,"{'sx': 752, 'rz': 752, 'measure': 94}",{'cx': 54871},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_94.qasm -4732,127,217,"{'sx': 212, 'rz': 106, 'measure': 54, 'x': 1}",{'cx': 106},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_54.qasm -4733,127,465,"{'rz': 180, 'sx': 120, 'measure': 15}",{'cx': 2091},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_15.qasm -4734,127,2665,"{'rz': 2470, 'sx': 1009, 'x': 31, 'measure': 27}",{'cx': 6243},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",random_mapped_ibm_washington_qiskit_opt2_27.qasm -4735,127,23885,"{'rz': 30293, 'sx': 10298, 'x': 114, 'measure': 78}",{'cx': 168275},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_78.qasm -4736,127,169,"{'rz': 144, 'sx': 72, 'measure': 9}",{'cx': 435},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",su2random_mapped_ibm_washington_qiskit_opt0_9.qasm -4737,127,1476,"{'rz': 2614, 'sx': 53, 'measure': 53}",{'cx': 6883},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt2_53.qasm -4738,127,1099,"{'rz': 860, 'sx': 516, 'measure': 87, 'x': 1}",{'cx': 1162},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_87.qasm -4739,127,130,"{'rz': 516, 'sx': 258, 'measure': 114}",{'cx': 816},"(0, 1); (0, 14); (1, 0); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_114.qasm -4740,127,603,"{'rz': 446, 'sx': 243, 'measure': 121}",{'cx': 975},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (70, 74); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt2_122.qasm -4741,27,536,"{'rz': 470, 'sx': 378, 'measure': 15, 'x': 6}",{'cx': 999},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_15.qasm -4742,127,7792,"{'rz': 712, 'sx': 712, 'measure': 89}",{'cx': 52217},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_89.qasm -4743,27,758,"{'rz': 802, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 1671},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_24.qasm -4744,127,459,"{'measure': 93, 'rz': 2, 'sx': 1}",{'cx': 830},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83)",ghz_mapped_ibm_washington_qiskit_opt0_93.qasm -4745,127,245,"{'rz': 174, 'sx': 95, 'measure': 47}",{'cx': 270},"(24, 34); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (112, 108)",dj_mapped_ibm_washington_qiskit_opt2_48.qasm -4746,27,574,"{'rz': 464, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 936},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_18.qasm -4747,27,74,"{'rz': 110, 'sx': 55, 'measure': 11}",{'cx': 149},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qaoa_mapped_ibm_montreal_qiskit_opt0_11.qasm -4748,127,1303,"{'rz': 1547, 'sx': 182, 'measure': 31}",{'cx': 2775},"(28, 35); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98)",ae_mapped_ibm_washington_qiskit_opt1_31.qasm -4749,127,181,"{'rz': 274, 'sx': 137, 'measure': 73}",{'cx': 439},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt1_73.qasm -4750,127,320,"{'rz': 213, 'sx': 129, 'x': 9, 'measure': 7}",{'cx': 188},"(72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (92, 83)",pricingcall_mapped_ibm_washington_qiskit_opt3_7.qasm -4751,127,4384,"{'rz': 5093, 'sx': 176, 'measure': 88, 'x': 1}",{'cx': 22108},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100)",qpeinexact_mapped_ibm_washington_qiskit_opt2_89.qasm -4752,127,2530,"{'rz': 5478, 'sx': 374, 'measure': 63}",{'cx': 10458},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt1_63.qasm -4753,127,2107,"{'rz': 3770, 'sx': 348, 'measure': 58}",{'cx': 14847},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt1_58.qasm -4754,127,4622,"{'rz': 576, 'sx': 288, 'measure': 36}",{'cx': 23100},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_36.qasm -4755,27,606,"{'rz': 326, 'sx': 160, 'x': 14, 'measure': 11}",{'cx': 435},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",pricingput_mapped_ibm_montreal_qiskit_opt2_11.qasm -4756,127,679,"{'rz': 486, 'sx': 243, 'measure': 121}",{'cx': 925},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (126, 112)",dj_mapped_ibm_washington_qiskit_opt1_122.qasm -4757,127,4032,"{'rz': 3810, 'sx': 284, 'measure': 48}",{'cx': 14778},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_48.qasm -4758,127,992,"{'rz': 740, 'sx': 444, 'measure': 75, 'x': 1}",{'cx': 1129},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (73, 66); (74, 70)",wstate_mapped_ibm_washington_qiskit_opt0_75.qasm -4759,127,1925,"{'rz': 2620, 'sx': 80, 'measure': 40, 'x': 1}",{'cx': 5432},"(35, 47); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qpeexact_mapped_ibm_washington_qiskit_opt1_41.qasm -4760,127,2909,"{'rz': 2496, 'sx': 78, 'measure': 39, 'x': 1}",{'cx': 10668},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_40.qasm -4761,127,8418,"{'sx': 880, 'rz': 880, 'measure': 110}",{'cx': 78864},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_110.qasm -4762,127,1945,"{'rz': 6789, 'sx': 5984, 'x': 144, 'measure': 45}",{'cx': 8372},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",realamprandom_mapped_ibm_washington_qiskit_opt3_45.qasm -4763,127,85,"{'measure': 82, 'rz': 2, 'sx': 1}",{'cx': 81},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_82.qasm -4764,127,17,"{'measure': 14, 'rz': 2, 'sx': 1}",{'cx': 13},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_14.qasm -4765,127,119,"{'rz': 74, 'sx': 12, 'measure': 6, 'x': 1}",{'cx': 93},"(34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54)",qpeinexact_mapped_ibm_washington_qiskit_opt2_7.qasm -4766,127,8009,"{'rz': 4130, 'sx': 354, 'measure': 59}",{'cx': 57488},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_59.qasm -4767,127,1641,"{'rz': 1735, 'sx': 76, 'measure': 38, 'x': 1}",{'cx': 4335},"(35, 47); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt2_39.qasm -4768,127,189,"{'sx': 184, 'rz': 92, 'measure': 47, 'x': 1}",{'cx': 92},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt2_47.qasm -4769,127,6921,"{'rz': 704, 'sx': 704, 'measure': 88}",{'cx': 47951},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_88.qasm -4770,127,1424,"{'rz': 1920, 'sx': 68, 'measure': 34, 'x': 1}",{'cx': 3920},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",qpeexact_mapped_ibm_washington_qiskit_opt1_35.qasm -4771,127,260,"{'rz': 160, 'sx': 56, 'measure': 10}",{'cx': 189},"(35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64)",ae_mapped_ibm_washington_qiskit_opt2_10.qasm -4772,127,1231,"{'rz': 1746, 'sx': 194, 'measure': 33}",{'cx': 3063},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (111, 104)",ae_mapped_ibm_washington_qiskit_opt1_33.qasm -4773,127,699,"{'rz': 524, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 1801},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_18.qasm -4774,127,373,"{'sx': 368, 'rz': 184, 'measure': 93, 'x': 1}",{'cx': 184},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_93.qasm -4775,127,304,"{'measure': 67, 'rz': 2, 'sx': 1}",{'cx': 540},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ghz_mapped_ibm_washington_qiskit_opt0_67.qasm -4776,127,2909,"{'rz': 2496, 'sx': 78, 'measure': 39, 'x': 1}",{'cx': 10668},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_40.qasm -4777,127,55805,"{'rz': 54907, 'sx': 20023, 'x': 699, 'measure': 119}",{'cx': 320330},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_119.qasm -4778,127,567,"{'rz': 423, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 818},"(15, 22); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",qpeinexact_mapped_ibm_washington_qiskit_opt2_17.qasm -4779,127,5043,"{'rz': 8166, 'sx': 500, 'measure': 84}",{'cx': 20370},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_84.qasm -4780,127,481,"{'rz': 462, 'sx': 228, 'measure': 14, 'x': 7}",{'cx': 772},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qnn_mapped_ibm_washington_qiskit_opt3_14.qasm -4781,127,103,"{'rz': 150, 'sx': 75, 'measure': 25}",{'cx': 373},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_25.qasm -4782,127,477,"{'rz': 319, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 609},"(41, 42); (41, 53); (42, 41); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",qpeexact_mapped_ibm_washington_qiskit_opt2_15.qasm -4783,127,258,"{'rz': 182, 'sx': 56, 'measure': 10}",{'cx': 204},"(34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66)",ae_mapped_ibm_washington_qiskit_opt1_10.qasm -4784,127,5151,"{'rz': 6024, 'sx': 107, 'measure': 107}",{'cx': 27679},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt2_107.qasm -4785,127,230,"{'rz': 158, 'sx': 144, 'measure': 9, 'x': 3}",{'cx': 304},"(34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",su2random_mapped_ibm_washington_qiskit_opt3_9.qasm -4786,127,252,"{'sx': 104, 'rz': 104, 'measure': 13}",{'cx': 598},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_13.qasm -4787,127,22900,"{'rz': 24431, 'sx': 8967, 'x': 322, 'measure': 80}",{'cx': 108815},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_80.qasm -4788,27,5358,"{'rz': 2484, 'sx': 591, 'x': 48, 'measure': 15}",{'cx': 5487},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt0_15.qasm -4789,127,3291,"{'rz': 6794, 'sx': 474, 'measure': 79}",{'cx': 29965},"(10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 29); (28, 35); (29, 28); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt2_79.qasm -4790,127,99,"{'rz': 364, 'sx': 182, 'measure': 94}",{'cx': 595},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_94.qasm -4791,127,6043,"{'rz': 7820, 'sx': 510, 'measure': 85}",{'cx': 40660},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_85.qasm -4792,27,63,"{'rz': 48, 'sx': 24, 'measure': 4}",{'cx': 36},"(11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16)",groundstate_small_mapped_ibm_montreal_qiskit_opt1_4.qasm -4793,127,508,"{'rz': 370, 'sx': 222, 'measure': 38, 'x': 1}",{'cx': 584},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_38.qasm -4794,127,3675,"{'rz': 4604, 'sx': 88, 'measure': 87}",{'cx': 17728},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_87.qasm -4795,127,1522,"{'rz': 2640, 'sx': 288, 'measure': 48}",{'cx': 9640},"(20, 21); (20, 33); (21, 20); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (54, 45); (54, 64); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt2_48.qasm -4796,127,1990,"{'sx': 416, 'rz': 416, 'measure': 52}",{'cx': 14556},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_52.qasm -4797,127,316,"{'rz': 170, 'sx': 85, 'x': 43, 'measure': 42}",{'cx': 552},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",dj_mapped_ibm_washington_qiskit_opt0_43.qasm -4798,127,42,"{'rz': 42, 'sx': 21, 'measure': 10}",{'cx': 31},"(85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (93, 87); (93, 106); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt1_11.qasm -4799,127,341,"{'rz': 257, 'sx': 151, 'measure': 68, 'x': 7}",{'cx': 300},"(8, 16); (15, 22); (16, 8); (16, 26); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83); (92, 102); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt3_69.qasm -4800,127,717,"{'rz': 1039, 'sx': 190, 'measure': 27, 'x': 25}",{'cx': 1804},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt3_27.qasm -4801,127,475,"{'rz': 334, 'sx': 185, 'measure': 92}",{'cx': 635},"(3, 4); (4, 3); (4, 15); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt2_93.qasm -4802,127,266,"{'rz': 183, 'sx': 50, 'measure': 9}",{'cx': 276},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",ae_mapped_ibm_washington_qiskit_opt0_9.qasm -4803,127,628,"{'rz': 450, 'sx': 245, 'measure': 122}",{'cx': 981},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",dj_mapped_ibm_washington_qiskit_opt2_123.qasm -4804,27,500,"{'rz': 234, 'sx': 108, 'x': 12, 'measure': 9}",{'cx': 324},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",pricingput_mapped_ibm_montreal_qiskit_opt1_9.qasm -4805,127,3088,"{'sx': 496, 'rz': 496, 'measure': 62}",{'cx': 21276},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt2_62.qasm -4806,127,91,"{'rz': 212, 'sx': 106, 'measure': 58}",{'cx': 313},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (15, 4); (15, 22); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_58.qasm -4807,127,1029,"{'rz': 1131, 'sx': 58, 'measure': 29, 'x': 1}",{'cx': 2671},"(21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt2_30.qasm -4808,127,4636,"{'sx': 552, 'rz': 552, 'measure': 69}",{'cx': 26885},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_69.qasm -4809,127,734,"{'rz': 1175, 'sx': 395, 'x': 47, 'measure': 27}",{'cx': 1708},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (91, 79); (91, 98); (97, 98); (98, 91); (98, 97)",qft_mapped_ibm_washington_qiskit_opt3_27.qasm -4810,127,131,"{'rz': 84, 'sx': 56, 'measure': 7}",{'cx': 255},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_7.qasm -4811,127,6109,"{'rz': 7644, 'sx': 504, 'measure': 84}",{'cx': 39764},"(8, 16); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_84.qasm -4812,127,1423,"{'rz': 464, 'sx': 232, 'measure': 29}",{'cx': 8811},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_29.qasm -4813,127,24,"{'rz': 25, 'sx': 15, 'measure': 7}",{'cx': 14},"(54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62)",dj_mapped_ibm_washington_qiskit_opt3_8.qasm -4814,27,759,"{'rz': 710, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 1335},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_21.qasm -4815,127,108,"{'rz': 242, 'sx': 121, 'measure': 67}",{'cx': 340},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (118, 110); (118, 119); (119, 118); (122, 111); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt2_67.qasm -4816,127,7424,"{'rz': 11750, 'sx': 668, 'measure': 112}",{'cx': 33592},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_112.qasm -4817,127,1321,"{'sx': 538, 'rz': 414, 'measure': 121, 'x': 1}",{'cx': 1509},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_121.qasm -4818,127,25,"{'measure': 22, 'rz': 2, 'sx': 1}",{'cx': 21},"(87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_22.qasm -4819,127,450,"{'rz': 344, 'sx': 191, 'measure': 95}",{'cx': 538},"(6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (85, 73); (85, 86); (86, 85); (87, 93); (91, 79); (91, 98); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (122, 111)",dj_mapped_ibm_washington_qiskit_opt2_96.qasm -4820,127,2945,"{'rz': 3223, 'sx': 1229, 'x': 51, 'measure': 30}",{'cx': 8079},"(54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt1_30.qasm -4821,127,575,"{'rz': 444, 'sx': 257, 'measure': 112, 'x': 11}",{'cx': 555},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt3_113.qasm -4822,127,6342,"{'rz': 11211, 'sx': 113, 'measure': 113}",{'cx': 36992},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_113.qasm -4823,27,948,"{'rz': 586, 'sx': 369, 'x': 29, 'measure': 13}",{'cx': 507},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",pricingcall_mapped_ibm_montreal_qiskit_opt3_13.qasm -4824,127,50,"{'rz': 191, 'sx': 102, 'measure': 51, 'x': 2}",{'cx': 217},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt3_51.qasm -4825,127,763,"{'rz': 646, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 1205},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt1_20.qasm -4826,127,1211,"{'rz': 2153, 'sx': 695, 'x': 63, 'measure': 40}",{'cx': 3486},"(37, 52); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt3_40.qasm -4827,127,1140,"{'rz': 4536, 'sx': 2754, 'measure': 41, 'x': 9}",{'cx': 6797},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104)",qnn_mapped_ibm_washington_qiskit_opt3_41.qasm -4828,127,1302,"{'rz': 2280, 'sx': 50, 'measure': 49}",{'cx': 5786},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qftentangled_mapped_ibm_washington_qiskit_opt2_49.qasm -4829,127,2401,"{'rz': 1009, 'sx': 668, 'x': 22, 'measure': 17}",{'cx': 1443},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62)",pricingput_mapped_ibm_washington_qiskit_opt1_17.qasm -4830,27,275,"{'sx': 88, 'rz': 88, 'measure': 11}",{'cx': 509},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_11.qasm -4831,127,710,"{'rz': 649, 'sx': 158, 'x': 24, 'measure': 19}",{'cx': 1097},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qpeexact_mapped_ibm_washington_qiskit_opt3_20.qasm -4832,127,161,"{'rz': 121, 'sx': 69, 'measure': 34}",{'cx': 138},"(42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83); (92, 102); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt2_35.qasm -4833,27,904,"{'rz': 710, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 2172},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt0_21.qasm -4834,27,74,"{'rz': 66, 'sx': 33, 'measure': 11}",{'cx': 101},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (9, 8); (10, 7)",graphstate_mapped_ibm_montreal_qiskit_opt0_11.qasm -4835,127,3341,"{'rz': 4101, 'sx': 144, 'measure': 72, 'x': 1}",{'cx': 13131},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qpeinexact_mapped_ibm_washington_qiskit_opt2_73.qasm -4836,127,278,"{'rz': 210, 'sx': 60, 'measure': 10}",{'cx': 657},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_10.qasm -4837,127,11290,"{'rz': 1120, 'sx': 560, 'measure': 70}",{'cx': 90981},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",su2random_mapped_ibm_washington_qiskit_opt0_70.qasm -4838,127,269,"{'sx': 264, 'rz': 132, 'measure': 67, 'x': 1}",{'cx': 132},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_67.qasm -4839,127,308,"{'rz': 241, 'sx': 141, 'measure': 61, 'x': 6}",{'cx': 252},"(16, 26); (17, 30); (20, 33); (23, 24); (24, 23); (24, 34); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (110, 100); (111, 104); (111, 122); (122, 111); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt3_62.qasm -4840,127,1292,"{'rz': 2031, 'sx': 37, 'measure': 37}",{'cx': 4119},"(34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83)",qft_mapped_ibm_washington_qiskit_opt1_37.qasm -4841,127,150,"{'rz': 70, 'sx': 35, 'x': 21, 'measure': 17}",{'cx': 266},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_18.qasm -4842,127,415,"{'rz': 315, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 500},"(54, 64); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qpeexact_mapped_ibm_washington_qiskit_opt1_14.qasm -4843,127,40,"{'rz': 80, 'sx': 40, 'measure': 8}",{'cx': 50},"(45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",qaoa_mapped_ibm_washington_qiskit_opt1_8.qasm -4844,127,8541,"{'rz': 11046, 'sx': 168, 'measure': 84, 'x': 1}",{'cx': 54654},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_85.qasm -4845,127,769,"{'rz': 911, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 2529},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_24.qasm -4846,127,777,"{'rz': 426, 'sx': 213, 'measure': 106, 'x': 95}",{'cx': 1303},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (106, 93)",dj_mapped_ibm_washington_qiskit_opt0_107.qasm -4847,127,30949,"{'rz': 30975, 'sx': 11762, 'x': 390, 'measure': 91}",{'cx': 154844},"(12, 17); (15, 22); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104)",random_mapped_ibm_washington_qiskit_opt2_91.qasm -4848,127,1506,"{'rz': 3520, 'sx': 3079, 'x': 103, 'measure': 44}",{'cx': 8303},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt3_44.qasm -4849,127,55,"{'rz': 46, 'sx': 29, 'measure': 12, 'x': 2}",{'cx': 28},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",dj_mapped_ibm_washington_qiskit_opt3_13.qasm -4850,127,5865,"{'sx': 584, 'rz': 584, 'measure': 73}",{'cx': 37677},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_73.qasm -4851,27,3886,"{'rz': 1642, 'sx': 1200, 'x': 24, 'measure': 19}",{'cx': 2163},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",pricingput_mapped_ibm_montreal_qiskit_opt2_19.qasm -4852,127,2266,"{'rz': 974, 'sx': 636, 'measure': 17, 'x': 14}",{'cx': 1384},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",pricingcall_mapped_ibm_washington_qiskit_opt2_17.qasm -4853,127,3903,"{'rz': 3871, 'sx': 98, 'measure': 49, 'x': 1}",{'cx': 16508},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_50.qasm -4854,127,5726,"{'sx': 624, 'rz': 624, 'measure': 78}",{'cx': 39285},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_78.qasm -4855,127,1029,"{'rz': 454, 'sx': 244, 'x': 16, 'measure': 13}",{'cx': 670},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",pricingput_mapped_ibm_washington_qiskit_opt2_13.qasm -4856,27,46,"{'rz': 67, 'sx': 36, 'measure': 24}",{'cx': 47},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 22); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt3_24.qasm -4857,127,585,"{'measure': 126, 'rz': 2, 'sx': 1}",{'cx': 1046},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_126.qasm -4858,127,618,"{'rz': 184, 'sx': 184, 'measure': 23}",{'cx': 2438},"(20, 21); (20, 33); (21, 20); (33, 20); (33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_23.qasm -4859,127,435,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1266},"(15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_16.qasm -4860,127,1252,"{'rz': 529, 'sx': 119, 'x': 10, 'measure': 9}",{'cx': 1059},"(54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt1_9.qasm -4861,127,2278,"{'rz': 2252, 'sx': 278, 'measure': 47}",{'cx': 5337},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",ae_mapped_ibm_washington_qiskit_opt2_47.qasm -4862,127,10552,"{'rz': 17319, 'sx': 626, 'measure': 105}",{'cx': 73440},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt0_105.qasm -4863,127,579,"{'rz': 306, 'sx': 276, 'measure': 23, 'x': 13}",{'cx': 2340},"(34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",realamprandom_mapped_ibm_washington_qiskit_opt3_23.qasm -4864,127,57,"{'sx': 52, 'rz': 26, 'measure': 14, 'x': 1}",{'cx': 26},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_14.qasm -4865,27,568,"{'rz': 516, 'sx': 442, 'measure': 15, 'x': 10}",{'cx': 991},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_15.qasm -4866,27,296,"{'rz': 250, 'sx': 115, 'measure': 9, 'x': 5}",{'cx': 302},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",random_mapped_ibm_montreal_qiskit_opt1_9.qasm -4867,127,3888,"{'rz': 6719, 'sx': 119, 'measure': 119}",{'cx': 34078},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_119.qasm -4868,27,696,"{'rz': 638, 'sx': 132, 'measure': 22}",{'cx': 1999},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21)",qnn_mapped_ibm_montreal_qiskit_opt2_22.qasm -4869,27,27,"{'rz': 26, 'sx': 13, 'measure': 6}",{'cx': 15},"(8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16)",dj_mapped_ibm_montreal_qiskit_opt1_7.qasm -4870,127,833,"{'measure': 102, 'rz': 2, 'sx': 1}",{'cx': 953},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_102.qasm -4871,27,207,"{'rz': 140, 'sx': 16, 'measure': 8, 'x': 1}",{'cx': 303},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_9.qasm -4872,127,108,"{'rz': 288, 'sx': 144, 'measure': 78}",{'cx': 489},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_78.qasm -4873,127,409,"{'sx': 404, 'rz': 202, 'measure': 102, 'x': 1}",{'cx': 202},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_102.qasm -4874,127,12537,"{'sx': 1000, 'rz': 1000, 'measure': 125}",{'cx': 110659},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_125.qasm -4875,127,14276,"{'rz': 968, 'sx': 968, 'measure': 121}",{'cx': 108730},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_121.qasm -4876,127,451,"{'rz': 416, 'sx': 91, 'measure': 26}",{'cx': 1824},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",portfolioqaoa_mapped_ibm_washington_qiskit_opt0_13.qasm -4877,127,1218,"{'sx': 224, 'rz': 224, 'measure': 28}",{'cx': 5033},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_28.qasm -4878,127,1007,"{'sx': 508, 'rz': 424, 'measure': 111, 'x': 1}",{'cx': 1465},"(0, 14); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",wstate_mapped_ibm_washington_qiskit_opt1_111.qasm -4879,127,36,"{'measure': 33, 'rz': 2, 'sx': 1}",{'cx': 32},"(31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_33.qasm -4880,127,839,"{'rz': 980, 'sx': 168, 'measure': 28}",{'cx': 3357},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt2_28.qasm -4881,127,1919,"{'rz': 16365, 'sx': 11829, 'measure': 64, 'x': 6}",{'cx': 13995},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt3_64.qasm -4882,127,1225,"{'rz': 5382, 'sx': 4609, 'x': 260, 'measure': 49}",{'cx': 8926},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83); (92, 102); (102, 92)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_49.qasm -4883,127,589,"{'rz': 847, 'sx': 489, 'measure': 14}",{'cx': 1140},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66)",portfoliovqe_mapped_ibm_washington_qiskit_opt1_14.qasm -4884,27,914,"{'rz': 1112, 'sx': 351, 'x': 48, 'measure': 25}",{'cx': 1775},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_26.qasm -4885,127,6301,"{'rz': 10875, 'sx': 210, 'measure': 105, 'x': 1}",{'cx': 33037},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_106.qasm -4886,127,4549,"{'rz': 5895, 'sx': 106, 'measure': 105}",{'cx': 27023},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qftentangled_mapped_ibm_washington_qiskit_opt2_105.qasm -4887,27,27,"{'rz': 24, 'sx': 12, 'measure': 8}",{'cx': 20},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",graphstate_mapped_ibm_montreal_qiskit_opt3_8.qasm -4888,27,27,"{'rz': 26, 'sx': 17, 'measure': 7, 'x': 1}",{'cx': 14},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",dj_mapped_ibm_montreal_qiskit_opt3_8.qasm -4889,27,1527,"{'rz': 228, 'sx': 152, 'measure': 19}",{'cx': 5046},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_19.qasm -4890,127,12537,"{'sx': 1000, 'rz': 1000, 'measure': 125}",{'cx': 110659},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_125.qasm -4891,27,85,"{'rz': 77, 'sx': 47, 'measure': 20, 'x': 2}",{'cx': 53},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_21.qasm -4892,127,1276,"{'rz': 1421, 'sx': 58, 'measure': 29, 'x': 1}",{'cx': 2958},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt1_30.qasm -4893,127,5988,"{'sx': 568, 'rz': 568, 'measure': 71}",{'cx': 35569},"(16, 26); (17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_71.qasm -4894,27,7051,"{'rz': 3608, 'sx': 205, 'measure': 11, 'x': 1}",{'cx': 6899},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18)",grover-v-chain_mapped_ibm_montreal_qiskit_opt2_11.qasm -4895,27,728,"{'rz': 628, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 1332},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_21.qasm -4896,127,1253,"{'rz': 1754, 'sx': 677, 'x': 76, 'measure': 33}",{'cx': 2424},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",ae_mapped_ibm_washington_qiskit_opt3_33.qasm -4897,127,390,"{'rz': 350, 'sx': 84, 'measure': 14}",{'cx': 1370},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_14.qasm -4898,127,13,"{'rz': 9, 'sx': 8, 'measure': 2}",{'cx': 3},"(113, 114); (114, 113)",routing_mapped_ibm_washington_qiskit_opt3_2.qasm -4899,127,74,"{'measure': 71, 'rz': 2, 'sx': 1}",{'cx': 70},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_71.qasm -4900,127,43,"{'rz': 40, 'sx': 25, 'measure': 11, 'x': 1}",{'cx': 24},"(3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44)",dj_mapped_ibm_washington_qiskit_opt3_12.qasm -4901,127,1414,"{'rz': 6730, 'sx': 4620, 'measure': 43, 'x': 8}",{'cx': 6717},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 81); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (89, 74); (91, 79); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qnn_mapped_ibm_washington_qiskit_opt3_43.qasm -4902,27,1050,"{'rz': 918, 'sx': 162, 'measure': 27}",{'cx': 3402},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt1_27.qasm -4903,127,2351,"{'rz': 2251, 'sx': 272, 'measure': 46}",{'cx': 5192},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",ae_mapped_ibm_washington_qiskit_opt2_46.qasm -4904,127,10336,"{'rz': 10530, 'sx': 4076, 'x': 173, 'measure': 54}",{'cx': 38367},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_54.qasm -4905,127,417,"{'sx': 412, 'rz': 206, 'measure': 104, 'x': 1}",{'cx': 206},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_104.qasm -4906,127,492,"{'rz': 231, 'sx': 108, 'x': 10, 'measure': 9}",{'cx': 321},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",pricingput_mapped_ibm_washington_qiskit_opt2_9.qasm -4907,127,879,"{'rz': 1223, 'sx': 35, 'measure': 34}",{'cx': 2990},"(53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt2_34.qasm -4908,127,45,"{'rz': 70, 'sx': 35, 'measure': 23}",{'cx': 83},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79)",graphstate_mapped_ibm_washington_qiskit_opt2_23.qasm -4909,27,216,"{'rz': 150, 'sx': 50, 'measure': 9}",{'cx': 147},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",ae_mapped_ibm_montreal_qiskit_opt1_9.qasm -4910,127,152,"{'rz': 132, 'sx': 66, 'measure': 22}",{'cx': 436},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_22.qasm -4911,27,791,"{'rz': 184, 'sx': 184, 'measure': 23}",{'cx': 2639},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt2_23.qasm -4912,127,68,"{'rz': 100, 'sx': 50, 'measure': 10}",{'cx': 160},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qaoa_mapped_ibm_washington_qiskit_opt0_10.qasm -4913,27,110,"{'rz': 98, 'sx': 59, 'measure': 25, 'x': 3}",{'cx': 77},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_26.qasm -4914,27,190,"{'rz': 150, 'sx': 90, 'measure': 16, 'x': 1}",{'cx': 159},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",wstate_mapped_ibm_montreal_qiskit_opt0_16.qasm -4915,127,8917,"{'rz': 776, 'sx': 776, 'measure': 97}",{'cx': 57876},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_97.qasm -4916,127,387,"{'rz': 256, 'sx': 145, 'measure': 72}",{'cx': 402},"(8, 16); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (118, 110)",dj_mapped_ibm_washington_qiskit_opt2_73.qasm -4917,27,123,"{'rz': 75, 'sx': 12, 'measure': 6, 'x': 1}",{'cx': 99},"(8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_7.qasm -4918,27,724,"{'rz': 1132, 'sx': 367, 'x': 32, 'measure': 27}",{'cx': 1662},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_27.qasm -4919,127,2058,"{'rz': 3410, 'sx': 330, 'measure': 55}",{'cx': 12864},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (110, 100)",qnn_mapped_ibm_washington_qiskit_opt2_55.qasm -4920,127,3238,"{'rz': 4680, 'sx': 390, 'measure': 65}",{'cx': 21249},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_65.qasm -4921,127,159,"{'rz': 92, 'sx': 14, 'measure': 7, 'x': 1}",{'cx': 143},"(34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64)",qpeinexact_mapped_ibm_washington_qiskit_opt2_8.qasm -4922,127,1274,"{'sx': 264, 'rz': 264, 'measure': 33}",{'cx': 5824},"(24, 34); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92)",su2random_mapped_ibm_washington_qiskit_opt2_33.qasm -4923,127,460,"{'rz': 340, 'sx': 204, 'measure': 35, 'x': 1}",{'cx': 527},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24)",wstate_mapped_ibm_washington_qiskit_opt0_35.qasm -4924,127,7298,"{'rz': 12899, 'sx': 127, 'measure': 127}",{'cx': 43659},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_127.qasm -4925,27,6455,"{'rz': 2264, 'sx': 549, 'measure': 19, 'x': 10}",{'cx': 5963},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt2_19.qasm -4926,127,6821,"{'rz': 8038, 'sx': 494, 'measure': 83}",{'cx': 19481},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt1_83.qasm -4927,127,1361,"{'rz': 2438, 'sx': 276, 'measure': 46}",{'cx': 8796},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt2_46.qasm -4928,127,827,"{'rz': 847, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 2759},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_23.qasm -4929,127,34,"{'rz': 26, 'sx': 13, 'measure': 6}",{'cx': 18},"(86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107)",dj_mapped_ibm_washington_qiskit_opt1_7.qasm -4930,27,680,"{'rz': 815, 'sx': 473, 'measure': 14}",{'cx': 1119},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_14.qasm -4931,27,275,"{'rz': 171, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 249},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_10.qasm -4932,127,1976,"{'rz': 3268, 'sx': 1539, 'x': 183, 'measure': 46}",{'cx': 4361},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",ae_mapped_ibm_washington_qiskit_opt3_46.qasm -4933,127,273,"{'rz': 225, 'sx': 135, 'measure': 58, 'x': 8}",{'cx': 228},"(15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (92, 83); (92, 102); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100)",dj_mapped_ibm_washington_qiskit_opt3_59.qasm -4934,127,101,"{'rz': 234, 'sx': 117, 'measure': 63}",{'cx': 363},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118)",graphstate_mapped_ibm_washington_qiskit_opt2_63.qasm -4935,127,412,"{'rz': 136, 'sx': 136, 'measure': 17}",{'cx': 1212},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_17.qasm -4936,127,1908,"{'rz': 4052, 'sx': 1862, 'x': 196, 'measure': 51}",{'cx': 5615},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (106, 93)",ae_mapped_ibm_washington_qiskit_opt3_51.qasm -4937,127,185,"{'sx': 180, 'rz': 90, 'measure': 46, 'x': 1}",{'cx': 90},"(9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_46.qasm -4938,27,222,"{'rz': 189, 'sx': 12, 'measure': 11}",{'cx': 516},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qftentangled_mapped_ibm_montreal_qiskit_opt0_11.qasm -4939,127,4704,"{'rz': 8795, 'sx': 94, 'measure': 93}",{'cx': 24679},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_93.qasm -4940,127,268,"{'rz': 150, 'sx': 75, 'measure': 37, 'x': 35}",{'cx': 460},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38)",dj_mapped_ibm_washington_qiskit_opt0_38.qasm -4941,127,135,"{'rz': 126, 'sx': 9, 'measure': 9}",{'cx': 240},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",qft_mapped_ibm_washington_qiskit_opt0_9.qasm -4942,27,5091,"{'rz': 2270, 'sx': 1232, 'x': 100, 'measure': 19}",{'cx': 3279},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",pricingput_mapped_ibm_montreal_qiskit_opt0_19.qasm -4943,27,619,"{'rz': 540, 'sx': 120, 'measure': 20}",{'cx': 1808},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt1_20.qasm -4944,27,23,"{'rz': 40, 'sx': 20, 'measure': 14}",{'cx': 26},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (16, 19); (19, 16); (19, 22); (22, 19)",graphstate_mapped_ibm_montreal_qiskit_opt3_14.qasm -4945,127,734,"{'rz': 723, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 1524},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81)",qpeinexact_mapped_ibm_washington_qiskit_opt2_23.qasm -4946,127,4606,"{'rz': 8068, 'sx': 88, 'measure': 87}",{'cx': 22552},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_87.qasm -4947,127,1899,"{'rz': 1815, 'sx': 66, 'measure': 33, 'x': 1}",{'cx': 7020},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20)",qpeexact_mapped_ibm_washington_qiskit_opt0_34.qasm -4948,127,15792,"{'rz': 1008, 'sx': 1008, 'measure': 126}",{'cx': 122379},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_126.qasm -4949,127,2542,"{'rz': 408, 'sx': 408, 'measure': 51}",{'cx': 14644},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",realamprandom_mapped_ibm_washington_qiskit_opt2_51.qasm -4950,127,97,"{'measure': 94, 'rz': 2, 'sx': 1}",{'cx': 93},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_94.qasm -4951,127,77,"{'rz': 304, 'sx': 152, 'measure': 72}",{'cx': 408},"(8, 16); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118)",graphstate_mapped_ibm_washington_qiskit_opt1_72.qasm -4952,127,5444,"{'rz': 584, 'sx': 584, 'measure': 73}",{'cx': 30437},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_73.qasm -4953,27,464,"{'rz': 409, 'sx': 381, 'measure': 18}",{'cx': 1212},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21)",su2random_mapped_ibm_montreal_qiskit_opt3_18.qasm -4954,127,247,"{'rz': 189, 'sx': 12, 'measure': 11}",{'cx': 753},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_11.qasm -4955,127,128,"{'rz': 102, 'sx': 51, 'measure': 25}",{'cx': 127},"(41, 53); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (91, 79); (91, 98); (92, 83); (98, 91)",dj_mapped_ibm_washington_qiskit_opt1_26.qasm -4956,127,99,"{'measure': 96, 'rz': 2, 'sx': 1}",{'cx': 95},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_96.qasm -4957,127,287,"{'rz': 310, 'sx': 180, 'measure': 12, 'x': 5}",{'cx': 229},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",ae_mapped_ibm_washington_qiskit_opt3_12.qasm -4958,127,707,"{'sx': 144, 'rz': 144, 'measure': 18}",{'cx': 1946},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73)",su2random_mapped_ibm_washington_qiskit_opt1_18.qasm -4959,127,10583,"{'rz': 13098, 'sx': 666, 'measure': 111}",{'cx': 77147},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qnn_mapped_ibm_washington_qiskit_opt1_111.qasm -4960,127,52,"{'rz': 54, 'sx': 27, 'measure': 15}",{'cx': 69},"(28, 29); (29, 28); (29, 30); (30, 29); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",graphstate_mapped_ibm_washington_qiskit_opt1_15.qasm -4961,127,4725,"{'rz': 9277, 'sx': 98, 'measure': 97}",{'cx': 27018},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_97.qasm -4962,127,9760,"{'rz': 840, 'sx': 840, 'measure': 105}",{'cx': 73842},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_105.qasm -4963,127,181,"{'rz': 161, 'sx': 49, 'measure': 14}",{'cx': 318},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",portfolioqaoa_mapped_ibm_washington_qiskit_opt0_7.qasm -4964,127,225,"{'sx': 220, 'rz': 110, 'measure': 56, 'x': 1}",{'cx': 110},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_56.qasm -4965,127,483,"{'rz': 805, 'sx': 23, 'measure': 23}",{'cx': 1946},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_23.qasm -4966,127,6666,"{'rz': 7798, 'sx': 746, 'measure': 125}",{'cx': 39633},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_125.qasm -4967,127,3779,"{'rz': 396, 'sx': 264, 'measure': 33}",{'cx': 18642},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_33.qasm -4968,127,1143,"{'rz': 1270, 'sx': 182, 'measure': 31}",{'cx': 2445},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",ae_mapped_ibm_washington_qiskit_opt2_31.qasm -4969,127,3271,"{'rz': 2747, 'sx': 82, 'measure': 41, 'x': 1}",{'cx': 12936},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_42.qasm -4970,127,169,"{'measure': 34, 'rz': 2, 'sx': 1}",{'cx': 294},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20)",ghz_mapped_ibm_washington_qiskit_opt0_34.qasm -4971,127,21016,"{'rz': 25476, 'sx': 8653, 'x': 113, 'measure': 72}",{'cx': 138042},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58)",random_mapped_ibm_washington_qiskit_opt0_72.qasm -4972,127,493,"{'measure': 106, 'rz': 2, 'sx': 1}",{'cx': 882},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ghz_mapped_ibm_washington_qiskit_opt0_106.qasm -4973,127,85,"{'rz': 144, 'sx': 96, 'measure': 12}",{'cx': 183},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",routing_mapped_ibm_washington_qiskit_opt0_12.qasm -4974,127,153,"{'rz': 130, 'sx': 81, 'measure': 33, 'x': 6}",{'cx': 113},"(35, 47); (36, 51); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (54, 64); (55, 49); (55, 68); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt3_34.qasm -4975,127,72,"{'rz': 63, 'sx': 43, 'measure': 17, 'x': 4}",{'cx': 42},"(24, 34); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",dj_mapped_ibm_washington_qiskit_opt3_18.qasm -4976,127,287,"{'rz': 254, 'sx': 65, 'measure': 13, 'x': 2}",{'cx': 385},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (81, 72)",qft_mapped_ibm_washington_qiskit_opt3_13.qasm -4977,127,10412,"{'rz': 14508, 'sx': 702, 'measure': 117}",{'cx': 94240},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_117.qasm -4978,127,13514,"{'sx': 936, 'rz': 936, 'measure': 117}",{'cx': 96816},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_117.qasm -4979,127,86,"{'measure': 83, 'rz': 2, 'sx': 1}",{'cx': 82},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_83.qasm -4980,127,13577,"{'rz': 960, 'sx': 640, 'measure': 80}",{'cx': 122235},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt0_80.qasm -4981,27,3039,"{'rz': 2992, 'sx': 1108, 'measure': 25, 'x': 11}",{'cx': 8570},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt0_25.qasm -4982,127,160940,"{'rz': 73608, 'sx': 161, 'measure': 12, 'x': 10}",{'cx': 153360},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt1_12.qasm -4983,127,3692,"{'rz': 5026, 'sx': 524, 'measure': 88}",{'cx': 17031},"(15, 22); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_88.qasm -4984,127,4877,"{'rz': 2420, 'sx': 264, 'measure': 44}",{'cx': 29333},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_44.qasm -4985,127,3512,"{'rz': 4304, 'sx': 446, 'measure': 75}",{'cx': 12786},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_75.qasm -4986,127,672,"{'rz': 650, 'sx': 21, 'measure': 21}",{'cx': 1287},"(24, 34); (34, 24); (34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66)",qft_mapped_ibm_washington_qiskit_opt1_21.qasm -4987,127,295,"{'rz': 231, 'sx': 143, 'measure': 59, 'x': 11}",{'cx': 214},"(20, 33); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",dj_mapped_ibm_washington_qiskit_opt3_60.qasm -4988,127,2077,"{'rz': 2407, 'sx': 96, 'measure': 48, 'x': 1}",{'cx': 6549},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (111, 104)",qpeexact_mapped_ibm_washington_qiskit_opt2_49.qasm -4989,127,7213,"{'rz': 10377, 'sx': 84, 'measure': 83}",{'cx': 48816},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_83.qasm -4990,127,4173,"{'sx': 536, 'rz': 536, 'measure': 67}",{'cx': 26413},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt2_67.qasm -4991,27,163,"{'rz': 96, 'sx': 14, 'measure': 7, 'x': 1}",{'cx': 137},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_8.qasm -4992,27,56,"{'rz': 54, 'sx': 27, 'measure': 21}",{'cx': 60},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (5, 3); (5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt1_21.qasm -4993,127,494,"{'rz': 382, 'sx': 191, 'measure': 95}",{'cx': 545},"(4, 15); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt1_96.qasm -4994,127,103,"{'rz': 46, 'sx': 23, 'x': 15, 'measure': 11}",{'cx': 176},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_12.qasm -4995,127,1168,"{'rz': 1794, 'sx': 234, 'measure': 39}",{'cx': 6632},"(20, 33); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qnn_mapped_ibm_washington_qiskit_opt1_39.qasm -4996,27,122,"{'rz': 96, 'sx': 53, 'measure': 26}",{'cx': 119},"(0, 1); (1, 0); (1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt2_27.qasm -4997,127,9716,"{'rz': 768, 'sx': 512, 'measure': 64}",{'cx': 74790},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_64.qasm -4998,127,3173,"{'rz': 5414, 'sx': 124, 'measure': 62, 'x': 1}",{'cx': 12369},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeinexact_mapped_ibm_washington_qiskit_opt1_63.qasm -4999,127,2831,"{'rz': 3573, 'sx': 73, 'measure': 73}",{'cx': 11614},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104)",qft_mapped_ibm_washington_qiskit_opt2_73.qasm -5000,127,1572,"{'rz': 1200, 'sx': 720, 'measure': 121, 'x': 1}",{'cx': 1737},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_121.qasm -5001,127,189,"{'rz': 324, 'sx': 162, 'measure': 54}",{'cx': 867},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41)",graphstate_mapped_ibm_washington_qiskit_opt0_54.qasm -5002,127,5762,"{'rz': 5187, 'sx': 114, 'measure': 57, 'x': 1}",{'cx': 25266},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt0_58.qasm -5003,127,274,"{'rz': 215, 'sx': 89, 'measure': 7, 'x': 4}",{'cx': 294},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",random_mapped_ibm_washington_qiskit_opt0_7.qasm -5004,127,1166,"{'rz': 2581, 'sx': 2254, 'x': 86, 'measure': 36}",{'cx': 5816},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt3_36.qasm -5005,127,2519,"{'rz': 5162, 'sx': 63, 'measure': 63}",{'cx': 11461},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt1_63.qasm -5006,127,36,"{'rz': 82, 'sx': 41, 'measure': 27}",{'cx': 93},"(12, 17); (17, 12); (17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",graphstate_mapped_ibm_washington_qiskit_opt1_27.qasm -5007,27,29,"{'rz': 72, 'sx': 36, 'measure': 24}",{'cx': 63},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_24.qasm -5008,127,492,"{'rz': 370, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 654},"(34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt1_15.qasm -5009,127,6818,"{'rz': 12303, 'sx': 123, 'measure': 122}",{'cx': 43968},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_122.qasm -5010,27,574,"{'sx': 112, 'rz': 112, 'measure': 14}",{'cx': 1081},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt2_14.qasm -5011,127,520,"{'rz': 678, 'sx': 346, 'x': 40, 'measure': 13}",{'cx': 804},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt3_13.qasm -5012,27,11,"{'measure': 8, 'rz': 2, 'sx': 1}",{'cx': 7},"(12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_8.qasm -5013,127,750,"{'rz': 550, 'sx': 330, 'measure': 56, 'x': 1}",{'cx': 878},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (54, 45); (55, 49)",wstate_mapped_ibm_washington_qiskit_opt0_56.qasm -5014,127,7189,"{'rz': 8360, 'sx': 528, 'measure': 88}",{'cx': 42278},"(8, 16); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_88.qasm -5015,127,1476,"{'rz': 2388, 'sx': 53, 'measure': 52}",{'cx': 6576},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qftentangled_mapped_ibm_washington_qiskit_opt2_52.qasm -5016,127,13651,"{'rz': 972, 'sx': 648, 'measure': 81}",{'cx': 125082},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_81.qasm -5017,127,7254,"{'rz': 8172, 'sx': 144, 'measure': 72, 'x': 1}",{'cx': 39042},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62)",qpeexact_mapped_ibm_washington_qiskit_opt0_73.qasm -5018,127,1603,"{'rz': 11373, 'sx': 8101, 'measure': 53, 'x': 5}",{'cx': 9570},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt3_53.qasm -5019,27,18,"{'measure': 15, 'rz': 2, 'sx': 1}",{'cx': 14},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_15.qasm -5020,127,43,"{'measure': 10, 'rz': 2, 'sx': 1}",{'cx': 72},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_10.qasm -5021,127,959,"{'rz': 2424, 'sx': 596, 'x': 55, 'measure': 42}",{'cx': 3917},"(27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (36, 51); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (54, 45); (54, 64); (55, 49); (55, 68); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (102, 92)",qftentangled_mapped_ibm_washington_qiskit_opt3_42.qasm -5022,127,14572,"{'rz': 15829, 'sx': 5851, 'x': 207, 'measure': 64}",{'cx': 61693},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt1_64.qasm -5023,127,2575,"{'rz': 4702, 'sx': 3980, 'x': 192, 'measure': 52}",{'cx': 12508},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt3_52.qasm -5024,27,356,"{'rz': 246, 'sx': 13, 'measure': 13}",{'cx': 450},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt1_13.qasm -5025,127,6061,"{'rz': 7440, 'sx': 404, 'measure': 68}",{'cx': 29861},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ae_mapped_ibm_washington_qiskit_opt0_68.qasm -5026,27,290,"{'rz': 406, 'sx': 171, 'measure': 15, 'x': 8}",{'cx': 498},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",qft_mapped_ibm_montreal_qiskit_opt3_15.qasm -5027,127,35104,"{'rz': 17322, 'sx': 1486, 'measure': 18, 'x': 2}",{'cx': 34225},"(82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",shor_9_4_mapped_ibm_washington_qiskit_opt2_18.qasm -5028,127,71,"{'rz': 66, 'sx': 33, 'measure': 11}",{'cx': 185},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_11.qasm -5029,127,272,"{'rz': 366, 'sx': 183, 'measure': 61}",{'cx': 1270},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",graphstate_mapped_ibm_washington_qiskit_opt0_61.qasm -5030,127,431,"{'rz': 310, 'sx': 155, 'measure': 77}",{'cx': 539},"(4, 15); (15, 4); (15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (33, 20); (34, 24); (34, 43); (35, 47); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt1_78.qasm -5031,127,17,"{'measure': 14, 'rz': 2, 'sx': 1}",{'cx': 13},"(37, 52); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt1_14.qasm -5032,127,1107,"{'rz': 400, 'sx': 200, 'measure': 25}",{'cx': 6633},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_25.qasm -5033,127,2007,"{'rz': 2449, 'sx': 98, 'measure': 49, 'x': 1}",{'cx': 6900},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt2_50.qasm -5034,127,438,"{'sx': 144, 'rz': 144, 'measure': 18}",{'cx': 1455},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85)",realamprandom_mapped_ibm_washington_qiskit_opt2_18.qasm -5035,127,480,"{'rz': 972, 'sx': 556, 'measure': 15}",{'cx': 1194},"(4, 15); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",portfoliovqe_mapped_ibm_washington_qiskit_opt2_15.qasm -5036,27,252,"{'rz': 108, 'sx': 72, 'measure': 9}",{'cx': 603},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_9.qasm -5037,127,247,"{'rz': 235, 'sx': 116, 'measure': 9, 'x': 5}",{'cx': 296},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt2_9.qasm -5038,27,711,"{'rz': 1108, 'sx': 339, 'x': 26, 'measure': 26}",{'cx': 1640},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt3_26.qasm -5039,127,4405,"{'rz': 544, 'sx': 544, 'measure': 68}",{'cx': 27640},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (54, 45); (54, 64); (55, 49); (55, 68); (58, 71); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",realamprandom_mapped_ibm_washington_qiskit_opt2_68.qasm -5040,127,2145,"{'rz': 4601, 'sx': 2321, 'x': 196, 'measure': 54}",{'cx': 6203},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100)",qftentangled_mapped_ibm_washington_qiskit_opt3_54.qasm -5041,127,385,"{'rz': 298, 'sx': 177, 'measure': 71, 'x': 12}",{'cx': 318},"(7, 8); (8, 7); (8, 16); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt3_72.qasm -5042,127,2503,"{'rz': 5688, 'sx': 432, 'measure': 72}",{'cx': 22318},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt2_72.qasm -5043,127,220,"{'measure': 52, 'rz': 2, 'sx': 1}",{'cx': 381},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_52.qasm -5044,127,77,"{'sx': 72, 'rz': 36, 'measure': 19, 'x': 1}",{'cx': 36},"(93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_19.qasm -5045,127,1118,"{'rz': 1516, 'sx': 586, 'x': 67, 'measure': 29}",{'cx': 2281},"(54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt3_30.qasm -5046,127,614,"{'rz': 876, 'sx': 24, 'measure': 24}",{'cx': 2511},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_24.qasm -5047,127,2608,"{'rz': 3060, 'sx': 45, 'measure': 45}",{'cx': 12726},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_45.qasm -5048,127,1081,"{'rz': 840, 'sx': 504, 'measure': 85, 'x': 1}",{'cx': 1158},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_85.qasm -5049,127,45,"{'rz': 42, 'sx': 25, 'measure': 9, 'x': 3}",{'cx': 17},"(85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt3_10.qasm -5050,127,1178,"{'rz': 2473, 'sx': 2060, 'x': 98, 'measure': 41}",{'cx': 6927},"(28, 35); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",realamprandom_mapped_ibm_washington_qiskit_opt3_41.qasm -5051,27,204,"{'rz': 137, 'sx': 39, 'measure': 8, 'x': 5}",{'cx': 171},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_9.qasm -5052,127,123,"{'rz': 90, 'sx': 45, 'measure': 22}",{'cx': 121},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",dj_mapped_ibm_washington_qiskit_opt1_23.qasm -5053,27,369,"{'rz': 282, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 687},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_13.qasm -5054,127,3840,"{'rz': 6150, 'sx': 450, 'measure': 75}",{'cx': 27171},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt2_75.qasm -5055,127,5610,"{'rz': 6496, 'sx': 128, 'measure': 64, 'x': 1}",{'cx': 29432},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt0_65.qasm -5056,27,818,"{'rz': 1078, 'sx': 416, 'x': 51, 'measure': 25}",{'cx': 1384},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt3_25.qasm -5057,127,5216,"{'rz': 8208, 'sx': 168, 'measure': 84, 'x': 1}",{'cx': 21850},"(16, 26); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeexact_mapped_ibm_washington_qiskit_opt1_85.qasm -5058,27,760,"{'rz': 757, 'sx': 226, 'x': 34, 'measure': 20}",{'cx': 1208},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_21.qasm -5059,127,297,"{'sx': 292, 'rz': 146, 'measure': 74, 'x': 1}",{'cx': 146},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_74.qasm -5060,127,6383,"{'rz': 9108, 'sx': 552, 'measure': 92}",{'cx': 48635},"(4, 5); (4, 15); (5, 4); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qnn_mapped_ibm_washington_qiskit_opt2_92.qasm -5061,27,42,"{'rz': 72, 'sx': 36, 'measure': 22}",{'cx': 58},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_22.qasm -5062,127,8272,"{'rz': 12774, 'sx': 716, 'measure': 120}",{'cx': 42081},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_120.qasm -5063,127,627,"{'rz': 836, 'sx': 314, 'measure': 22, 'x': 12}",{'cx': 1116},"(58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt3_22.qasm -5064,127,1225,"{'rz': 5382, 'sx': 4609, 'x': 260, 'measure': 49}",{'cx': 8926},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83); (92, 102); (102, 92)",realamprandom_mapped_ibm_washington_qiskit_opt3_49.qasm -5065,127,1712,"{'rz': 4538, 'sx': 81, 'measure': 80}",{'cx': 13520},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_80.qasm -5066,127,845,"{'rz': 1688, 'sx': 295, 'x': 35, 'measure': 35}",{'cx': 2954},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (81, 72)",qftentangled_mapped_ibm_washington_qiskit_opt3_35.qasm -5067,127,1874,"{'rz': 3059, 'sx': 1210, 'x': 183, 'measure': 44}",{'cx': 5175},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",qpeinexact_mapped_ibm_washington_qiskit_opt3_45.qasm -5068,27,49,"{'measure': 22, 'rz': 2, 'sx': 1}",{'cx': 45},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt2_22.qasm -5069,127,1820,"{'rz': 348, 'sx': 232, 'measure': 29}",{'cx': 10227},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_29.qasm -5070,127,11645,"{'rz': 12429, 'sx': 4956, 'x': 188, 'measure': 58}",{'cx': 46630},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100)",random_mapped_ibm_washington_qiskit_opt2_58.qasm -5071,127,100,"{'rz': 316, 'sx': 158, 'measure': 86}",{'cx': 467},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt1_86.qasm -5072,27,869,"{'rz': 1092, 'sx': 572, 'measure': 13}",{'cx': 1755},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_13.qasm -5073,27,904,"{'rz': 710, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 2172},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_21.qasm -5074,27,23,"{'rz': 22, 'sx': 13, 'measure': 6}",{'cx': 13},"(8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16)",dj_mapped_ibm_montreal_qiskit_opt3_7.qasm -5075,127,555,"{'rz': 420, 'sx': 252, 'measure': 43, 'x': 1}",{'cx': 621},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_43.qasm -5076,127,7202,"{'rz': 768, 'sx': 768, 'measure': 96}",{'cx': 56709},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_96.qasm -5077,127,248,"{'rz': 558, 'sx': 279, 'measure': 93}",{'cx': 1941},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83)",graphstate_mapped_ibm_washington_qiskit_opt0_93.qasm -5078,127,1279,"{'rz': 5123, 'sx': 4784, 'x': 78, 'measure': 48}",{'cx': 8951},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (51, 36); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_48.qasm -5079,27,787,"{'rz': 427, 'sx': 98, 'measure': 28}",{'cx': 1414},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt2_14.qasm -5080,127,7371,"{'rz': 612, 'sx': 408, 'measure': 51}",{'cx': 49662},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_51.qasm -5081,27,2837,"{'rz': 1074, 'sx': 255, 'measure': 13, 'x': 10}",{'cx': 2423},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt2_13.qasm -5082,27,1171,"{'rz': 996, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 3225},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_25.qasm -5083,127,27,"{'rz': 78, 'sx': 78, 'measure': 13}",{'cx': 24},"(37, 38); (37, 52); (38, 37); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94)",vqe_mapped_ibm_washington_qiskit_opt1_13.qasm -5084,127,666,"{'rz': 204, 'sx': 136, 'measure': 17}",{'cx': 2925},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_17.qasm -5085,27,976,"{'rz': 926, 'sx': 408, 'x': 19, 'measure': 17}",{'cx': 1670},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_17.qasm -5086,127,125,"{'rz': 84, 'sx': 26, 'measure': 6, 'x': 3}",{'cx': 91},"(54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (73, 66)",qpeinexact_mapped_ibm_washington_qiskit_opt3_7.qasm -5087,127,619,"{'rz': 524, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1044},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt2_19.qasm -5088,127,241,"{'rz': 193, 'sx': 98, 'measure': 14, 'x': 3}",{'cx': 218},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",portfolioqaoa_mapped_ibm_washington_qiskit_opt3_7.qasm -5089,127,5040,"{'rz': 8294, 'sx': 506, 'measure': 85}",{'cx': 19921},"(16, 26); (20, 33); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt1_85.qasm -5090,127,2723,"{'rz': 6631, 'sx': 5504, 'x': 251, 'measure': 57}",{'cx': 15875},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt3_57.qasm -5091,127,320,"{'rz': 441, 'sx': 263, 'measure': 10}",{'cx': 513},"(73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",portfoliovqe_mapped_ibm_washington_qiskit_opt1_10.qasm -5092,127,1178,"{'rz': 3468, 'sx': 3128, 'x': 84, 'measure': 40}",{'cx': 6177},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_40.qasm -5093,27,23,"{'rz': 24, 'sx': 12, 'measure': 10}",{'cx': 22},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",graphstate_mapped_ibm_montreal_qiskit_opt3_10.qasm -5094,127,142,"{'rz': 546, 'sx': 273, 'measure': 117}",{'cx': 885},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_117.qasm -5095,127,118,"{'measure': 25, 'rz': 2, 'sx': 1}",{'cx': 207},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_25.qasm -5096,127,9702,"{'sx': 720, 'rz': 720, 'measure': 90}",{'cx': 59670},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_90.qasm -5097,127,1102,"{'rz': 184, 'sx': 184, 'measure': 23}",{'cx': 3360},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_23.qasm -5098,127,4467,"{'rz': 7470, 'sx': 498, 'measure': 83}",{'cx': 35162},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_83.qasm -5099,127,108,"{'rz': 92, 'sx': 57, 'measure': 25, 'x': 3}",{'cx': 71},"(16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (53, 41); (53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (91, 79); (92, 83)",dj_mapped_ibm_washington_qiskit_opt3_26.qasm -5100,127,5315,"{'sx': 544, 'rz': 544, 'measure': 68}",{'cx': 32227},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt1_68.qasm -5101,27,1565,"{'rz': 1836, 'sx': 952, 'measure': 17}",{'cx': 3753},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_17.qasm -5102,127,148,"{'rz': 103, 'sx': 30, 'measure': 7, 'x': 3}",{'cx': 123},"(82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",qpeinexact_mapped_ibm_washington_qiskit_opt3_8.qasm -5103,127,46,"{'rz': 134, 'sx': 70, 'measure': 14}",{'cx': 89},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (47, 35); (47, 48); (48, 47); (111, 122); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123)",qaoa_mapped_ibm_washington_qiskit_opt2_14.qasm -5104,127,940,"{'measure': 124, 'rz': 2, 'sx': 1}",{'cx': 1074},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_124.qasm -5105,27,217,"{'rz': 127, 'sx': 11, 'measure': 10}",{'cx': 255},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qftentangled_mapped_ibm_montreal_qiskit_opt2_10.qasm -5106,127,3750,"{'rz': 5668, 'sx': 128, 'measure': 64, 'x': 1}",{'cx': 13034},"(15, 22); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qpeexact_mapped_ibm_washington_qiskit_opt1_65.qasm -5107,127,229,"{'sx': 64, 'rz': 64, 'measure': 8}",{'cx': 283},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_8.qasm -5108,127,269,"{'rz': 160, 'sx': 80, 'measure': 10}",{'cx': 786},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_10.qasm -5109,127,1543,"{'sx': 368, 'rz': 368, 'measure': 46}",{'cx': 9852},"(21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (110, 100); (110, 118); (118, 110)",realamprandom_mapped_ibm_washington_qiskit_opt2_46.qasm -5110,127,3009,"{'rz': 3523, 'sx': 128, 'measure': 64, 'x': 1}",{'cx': 11598},"(8, 16); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt2_65.qasm -5111,127,6311,"{'rz': 640, 'sx': 640, 'measure': 80}",{'cx': 44097},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104)",realamprandom_mapped_ibm_washington_qiskit_opt1_80.qasm -5112,127,65,"{'rz': 122, 'sx': 69, 'measure': 33, 'x': 3}",{'cx': 117},"(22, 23); (23, 22); (23, 24); (24, 23); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (53, 41); (55, 68); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt3_33.qasm -5113,27,604,"{'rz': 779, 'sx': 23, 'measure': 23}",{'cx': 1460},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_23.qasm -5114,127,7355,"{'rz': 9300, 'sx': 558, 'measure': 93}",{'cx': 50636},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_93.qasm -5115,27,9754,"{'rz': 4472, 'sx': 113, 'x': 10, 'measure': 8}",{'cx': 8541},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt2_8.qasm -5116,27,38,"{'rz': 90, 'sx': 45, 'measure': 9}",{'cx': 54},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt1_9.qasm -5117,27,241,"{'sx': 64, 'rz': 64, 'measure': 8}",{'cx': 279},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_8.qasm -5118,127,11475,"{'rz': 1184, 'sx': 592, 'measure': 74}",{'cx': 101823},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt0_74.qasm -5119,127,100,"{'measure': 97, 'rz': 2, 'sx': 1}",{'cx': 96},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_97.qasm -5120,127,578,"{'rz': 690, 'sx': 138, 'measure': 23}",{'cx': 2192},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qnn_mapped_ibm_washington_qiskit_opt2_23.qasm -5121,127,305,"{'measure': 68, 'rz': 2, 'sx': 1}",{'cx': 541},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ghz_mapped_ibm_washington_qiskit_opt0_68.qasm -5122,27,97,"{'rz': 70, 'sx': 42, 'measure': 8, 'x': 1}",{'cx': 74},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",wstate_mapped_ibm_montreal_qiskit_opt0_8.qasm -5123,127,4126,"{'rz': 6968, 'sx': 114, 'measure': 114}",{'cx': 32583},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_114.qasm -5124,27,39335,"{'rz': 21908, 'sx': 1520, 'x': 129, 'measure': 18}",{'cx': 51513},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",shor_9_4_mapped_ibm_montreal_qiskit_opt0_18.qasm -5125,127,183,"{'rz': 87, 'sx': 80, 'measure': 7, 'x': 1}",{'cx': 160},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",realamprandom_mapped_ibm_washington_qiskit_opt3_7.qasm -5126,27,690,"{'rz': 472, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 1433},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_17.qasm -5127,127,62,"{'measure': 59, 'rz': 2, 'sx': 1}",{'cx': 58},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_59.qasm -5128,127,3721,"{'rz': 6176, 'sx': 136, 'measure': 68, 'x': 1}",{'cx': 14376},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qpeexact_mapped_ibm_washington_qiskit_opt1_69.qasm -5129,127,305,"{'sx': 300, 'rz': 150, 'measure': 76, 'x': 1}",{'cx': 150},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_76.qasm -5130,127,709,"{'rz': 780, 'sx': 23, 'measure': 23}",{'cx': 1553},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt1_23.qasm -5131,27,49,"{'sx': 44, 'rz': 22, 'measure': 12, 'x': 1}",{'cx': 22},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt1_12.qasm -5132,127,748,"{'rz': 216, 'sx': 144, 'measure': 18}",{'cx': 3432},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_18.qasm -5133,127,588,"{'rz': 455, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 886},"(54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (91, 79); (92, 83); (92, 102); (102, 92)",qpeexact_mapped_ibm_washington_qiskit_opt2_18.qasm -5134,127,11779,"{'rz': 12213, 'sx': 4375, 'x': 175, 'measure': 56}",{'cx': 44313},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_56.qasm -5135,127,237,"{'sx': 232, 'rz': 116, 'measure': 59, 'x': 1}",{'cx': 116},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",wstate_mapped_ibm_washington_qiskit_opt1_59.qasm -5136,27,794,"{'rz': 658, 'sx': 122, 'measure': 21}",{'cx': 1116},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt2_21.qasm -5137,127,750,"{'rz': 1047, 'sx': 310, 'x': 38, 'measure': 26}",{'cx': 1588},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83)",qft_mapped_ibm_washington_qiskit_opt3_26.qasm -5138,127,1910,"{'rz': 3227, 'sx': 48, 'measure': 47}",{'cx': 6576},"(34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100)",qftentangled_mapped_ibm_washington_qiskit_opt1_47.qasm -5139,127,1870,"{'rz': 2134, 'sx': 260, 'measure': 44}",{'cx': 4855},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",ae_mapped_ibm_washington_qiskit_opt2_44.qasm -5140,127,6258,"{'rz': 5111, 'sx': 1695, 'measure': 32, 'x': 21}",{'cx': 22501},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30)",random_mapped_ibm_washington_qiskit_opt0_32.qasm -5141,127,1318,"{'rz': 1425, 'sx': 1181, 'x': 79, 'measure': 31}",{'cx': 4459},"(20, 21); (20, 33); (21, 20); (33, 20); (33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_31.qasm -5142,127,4384,"{'rz': 5093, 'sx': 176, 'measure': 88, 'x': 1}",{'cx': 22108},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100)",qpeexact_mapped_ibm_washington_qiskit_opt2_89.qasm -5143,127,1457,"{'rz': 3934, 'sx': 1893, 'x': 187, 'measure': 49}",{'cx': 5104},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100)",qft_mapped_ibm_washington_qiskit_opt3_49.qasm -5144,127,10877,"{'rz': 15246, 'sx': 198, 'measure': 99, 'x': 1}",{'cx': 76251},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt0_100.qasm -5145,127,5717,"{'rz': 8251, 'sx': 74, 'measure': 74}",{'cx': 36998},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_74.qasm -5146,27,49,"{'sx': 44, 'rz': 22, 'measure': 12, 'x': 1}",{'cx': 22},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_12.qasm -5147,27,891,"{'rz': 200, 'sx': 200, 'measure': 25}",{'cx': 3215},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_25.qasm -5148,127,3261,"{'rz': 512, 'sx': 512, 'measure': 64}",{'cx': 23141},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt2_64.qasm -5149,127,13004,"{'sx': 832, 'rz': 832, 'measure': 104}",{'cx': 77595},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_104.qasm -5150,27,712,"{'rz': 555, 'sx': 98, 'measure': 17}",{'cx': 1223},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",ae_mapped_ibm_montreal_qiskit_opt0_17.qasm -5151,27,481,"{'rz': 387, 'sx': 86, 'measure': 15}",{'cx': 525},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",ae_mapped_ibm_montreal_qiskit_opt1_15.qasm -5152,127,583,"{'measure': 124, 'rz': 2, 'sx': 1}",{'cx': 1044},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_124.qasm -5153,127,11951,"{'rz': 14994, 'sx': 714, 'measure': 119}",{'cx': 93268},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_119.qasm -5154,127,1839,"{'rz': 2030, 'sx': 70, 'measure': 35, 'x': 1}",{'cx': 4254},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (110, 100)",qpeexact_mapped_ibm_washington_qiskit_opt1_36.qasm -5155,127,218,"{'measure': 50, 'rz': 2, 'sx': 1}",{'cx': 379},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_50.qasm -5156,127,5729,"{'rz': 10748, 'sx': 208, 'measure': 104, 'x': 1}",{'cx': 32397},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_105.qasm -5157,127,1849,"{'sx': 376, 'rz': 376, 'measure': 47}",{'cx': 11605},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt2_47.qasm -5158,127,434,"{'rz': 334, 'sx': 167, 'measure': 83}",{'cx': 494},"(8, 16); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt1_84.qasm -5159,127,181,"{'sx': 176, 'rz': 88, 'measure': 45, 'x': 1}",{'cx': 88},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt2_45.qasm -5160,127,101,"{'sx': 96, 'rz': 48, 'measure': 25, 'x': 1}",{'cx': 48},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",wstate_mapped_ibm_washington_qiskit_opt2_25.qasm -5161,127,77,"{'rz': 62, 'sx': 35, 'measure': 17}",{'cx': 59},"(45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",dj_mapped_ibm_washington_qiskit_opt2_18.qasm -5162,127,389,"{'measure': 83, 'rz': 2, 'sx': 1}",{'cx': 694},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_83.qasm -5163,127,473,"{'rz': 368, 'sx': 96, 'measure': 16}",{'cx': 1094},"(80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104)",qnn_mapped_ibm_washington_qiskit_opt1_16.qasm -5164,127,27640,"{'rz': 37304, 'sx': 12940, 'x': 155, 'measure': 87}",{'cx': 212283},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_87.qasm -5165,127,9007,"{'rz': 11978, 'sx': 636, 'measure': 106}",{'cx': 64733},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_106.qasm -5166,127,265,"{'rz': 250, 'sx': 146, 'measure': 10, 'x': 1}",{'cx': 378},"(41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qnn_mapped_ibm_washington_qiskit_opt3_10.qasm -5167,127,911,"{'rz': 1274, 'sx': 1092, 'x': 41, 'measure': 25}",{'cx': 2634},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",su2random_mapped_ibm_washington_qiskit_opt3_25.qasm -5168,127,5691,"{'sx': 608, 'rz': 608, 'measure': 76}",{'cx': 40494},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_76.qasm -5169,127,180,"{'rz': 154, 'sx': 42, 'measure': 10, 'x': 2}",{'cx': 212},"(54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qft_mapped_ibm_washington_qiskit_opt3_10.qasm -5170,127,4142,"{'rz': 1647, 'sx': 1200, 'x': 24, 'measure': 19}",{'cx': 2268},"(34, 43); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",pricingput_mapped_ibm_washington_qiskit_opt1_19.qasm -5171,127,6455,"{'rz': 7998, 'sx': 516, 'measure': 86}",{'cx': 38805},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",qnn_mapped_ibm_washington_qiskit_opt1_86.qasm -5172,127,889,"{'measure': 109, 'rz': 2, 'sx': 1}",{'cx': 1002},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_109.qasm -5173,127,24,"{'measure': 21, 'rz': 2, 'sx': 1}",{'cx': 20},"(104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_21.qasm -5174,127,287,"{'rz': 222, 'sx': 131, 'measure': 55, 'x': 5}",{'cx': 239},"(34, 43); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt3_56.qasm -5175,27,1882,"{'rz': 2328, 'sx': 1117, 'x': 109, 'measure': 23}",{'cx': 3878},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_23.qasm -5176,127,133,"{'sx': 128, 'rz': 64, 'measure': 33, 'x': 1}",{'cx': 64},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",wstate_mapped_ibm_washington_qiskit_opt1_33.qasm -5177,27,10395,"{'rz': 6064, 'sx': 1883, 'x': 197, 'measure': 8}",{'cx': 8021},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",grover-noancilla_mapped_ibm_montreal_qiskit_opt3_8.qasm -5178,27,761,"{'rz': 961, 'sx': 344, 'x': 44, 'measure': 22}",{'cx': 1362},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_23.qasm -5179,127,161,"{'sx': 156, 'rz': 78, 'measure': 40, 'x': 1}",{'cx': 78},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt1_40.qasm -5180,127,3110,"{'rz': 2620, 'sx': 80, 'measure': 40, 'x': 1}",{'cx': 11099},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_41.qasm -5181,127,6050,"{'rz': 7089, 'sx': 232, 'measure': 116, 'x': 1}",{'cx': 36561},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_117.qasm -5182,127,42,"{'rz': 68, 'sx': 35, 'measure': 7}",{'cx': 40},"(49, 55); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (68, 55)",qaoa_mapped_ibm_washington_qiskit_opt3_7.qasm -5183,127,31247,"{'rz': 42169, 'sx': 14443, 'x': 175, 'measure': 93}",{'cx': 252604},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt0_93.qasm -5184,127,7664,"{'rz': 9317, 'sx': 154, 'measure': 77, 'x': 1}",{'cx': 44547},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_78.qasm -5185,27,201,"{'rz': 137, 'sx': 16, 'measure': 8, 'x': 1}",{'cx': 202},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",qpeexact_mapped_ibm_montreal_qiskit_opt1_9.qasm -5186,27,203,"{'rz': 150, 'sx': 73, 'measure': 9, 'x': 8}",{'cx': 123},"(11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt3_9.qasm -5187,127,1820,"{'rz': 348, 'sx': 232, 'measure': 29}",{'cx': 10227},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_29.qasm -5188,127,2049,"{'rz': 4410, 'sx': 378, 'measure': 63}",{'cx': 16209},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt2_63.qasm -5189,127,1517,"{'rz': 1712, 'sx': 64, 'measure': 32, 'x': 1}",{'cx': 3432},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeinexact_mapped_ibm_washington_qiskit_opt1_33.qasm -5190,127,43,"{'rz': 30, 'sx': 14, 'measure': 4}",{'cx': 21},"(72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",groundstate_small_mapped_ibm_washington_qiskit_opt2_4.qasm -5191,127,4693,"{'rz': 4278, 'sx': 302, 'measure': 51}",{'cx': 18729},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_51.qasm -5192,127,72,"{'measure': 69, 'rz': 2, 'sx': 1}",{'cx': 68},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_69.qasm -5193,27,304,"{'rz': 142, 'sx': 60, 'measure': 7, 'x': 4}",{'cx': 217},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",pricingcall_mapped_ibm_montreal_qiskit_opt2_7.qasm -5194,127,5727,"{'rz': 6695, 'sx': 130, 'measure': 65, 'x': 1}",{'cx': 30462},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt0_66.qasm -5195,127,353,"{'rz': 246, 'sx': 123, 'measure': 61}",{'cx': 418},"(4, 15); (15, 4); (15, 22); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt1_62.qasm -5196,127,6043,"{'rz': 552, 'sx': 368, 'measure': 46}",{'cx': 37431},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_46.qasm -5197,127,3278,"{'rz': 3146, 'sx': 88, 'measure': 44, 'x': 1}",{'cx': 12948},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_45.qasm -5198,127,1152,"{'rz': 2324, 'sx': 51, 'measure': 51}",{'cx': 6207},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qft_mapped_ibm_washington_qiskit_opt2_51.qasm -5199,127,576,"{'rz': 498, 'sx': 92, 'measure': 16}",{'cx': 1044},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_16.qasm -5200,127,854,"{'measure': 113, 'rz': 2, 'sx': 1}",{'cx': 928},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (51, 36); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",ghz_mapped_ibm_washington_qiskit_opt2_113.qasm -5201,127,231,"{'rz': 162, 'sx': 89, 'measure': 44}",{'cx': 258},"(17, 30); (24, 34); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",dj_mapped_ibm_washington_qiskit_opt2_45.qasm -5202,127,18,"{'rz': 56, 'sx': 28, 'measure': 28}",{'cx': 28},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (52, 37); (52, 56); (53, 41); (53, 60); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59)",graphstate_mapped_ibm_washington_qiskit_opt2_28.qasm -5203,127,760,"{'rz': 678, 'sx': 110, 'measure': 19}",{'cx': 1587},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_19.qasm -5204,127,12,"{'measure': 9, 'rz': 2, 'sx': 1}",{'cx': 8},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",ghz_mapped_ibm_washington_qiskit_opt0_9.qasm -5205,127,5401,"{'rz': 8908, 'sx': 94, 'measure': 94}",{'cx': 25209},"(10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 22); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_94.qasm -5206,127,68,"{'rz': 254, 'sx': 127, 'measure': 73}",{'cx': 376},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt2_73.qasm -5207,27,516,"{'rz': 458, 'sx': 154, 'x': 23, 'measure': 15}",{'cx': 660},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_16.qasm -5208,127,5079,"{'rz': 1811, 'sx': 439, 'measure': 17, 'x': 10}",{'cx': 4512},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt2_17.qasm -5209,27,40,"{'rz': 43, 'sx': 25, 'measure': 12}",{'cx': 30},"(8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt2_13.qasm -5210,127,471,"{'rz': 547, 'sx': 170, 'measure': 18, 'x': 8}",{'cx': 773},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (81, 72)",qft_mapped_ibm_washington_qiskit_opt3_18.qasm -5211,127,61,"{'sx': 56, 'rz': 28, 'measure': 15, 'x': 1}",{'cx': 28},"(37, 38); (37, 52); (38, 37); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",wstate_mapped_ibm_washington_qiskit_opt1_15.qasm -5212,127,17291,"{'sx': 968, 'rz': 968, 'measure': 121}",{'cx': 117981},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_121.qasm -5213,127,343,"{'rz': 259, 'sx': 155, 'measure': 67, 'x': 9}",{'cx': 291},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100); (110, 118); (118, 110)",dj_mapped_ibm_washington_qiskit_opt3_68.qasm -5214,27,39335,"{'rz': 21908, 'sx': 1520, 'x': 129, 'measure': 18}",{'cx': 51513},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",shor_15_4_mapped_ibm_montreal_qiskit_opt0_18.qasm -5215,127,1676,"{'rz': 2643, 'sx': 1159, 'x': 137, 'measure': 41}",{'cx': 3778},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83); (92, 102); (102, 92)",ae_mapped_ibm_washington_qiskit_opt3_41.qasm -5216,127,11386,"{'rz': 1104, 'sx': 552, 'measure': 69}",{'cx': 89625},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_69.qasm -5217,127,1847,"{'rz': 14881, 'sx': 10610, 'measure': 62, 'x': 5}",{'cx': 13410},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt3_62.qasm -5218,127,232,"{'rz': 163, 'sx': 76, 'measure': 9, 'x': 3}",{'cx': 322},"(65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102)",qnn_mapped_ibm_washington_qiskit_opt3_9.qasm -5219,127,186,"{'rz': 118, 'sx': 16, 'measure': 8, 'x': 1}",{'cx': 181},"(45, 54); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",qpeexact_mapped_ibm_washington_qiskit_opt2_9.qasm -5220,127,61,"{'rz': 193, 'sx': 107, 'measure': 50, 'x': 2}",{'cx': 193},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt3_50.qasm -5221,127,720,"{'rz': 712, 'sx': 629, 'measure': 31, 'x': 23}",{'cx': 3464},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt3_31.qasm -5222,27,54,"{'rz': 84, 'sx': 42, 'measure': 14}",{'cx': 98},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",graphstate_mapped_ibm_montreal_qiskit_opt0_14.qasm -5223,27,529,"{'rz': 505, 'sx': 197, 'x': 20, 'measure': 17}",{'cx': 581},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt3_17.qasm -5224,127,2048,"{'rz': 3133, 'sx': 64, 'measure': 64}",{'cx': 9886},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qft_mapped_ibm_washington_qiskit_opt2_64.qasm -5225,127,362,"{'rz': 296, 'sx': 173, 'measure': 78, 'x': 7}",{'cx': 317},"(8, 16); (11, 12); (12, 11); (12, 17); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 72); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt3_79.qasm -5226,127,1467,"{'rz': 1828, 'sx': 44, 'measure': 44}",{'cx': 4956},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qft_mapped_ibm_washington_qiskit_opt2_44.qasm -5227,127,5478,"{'rz': 6630, 'sx': 428, 'measure': 72}",{'cx': 14856},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_72.qasm -5228,127,30,"{'measure': 27, 'rz': 2, 'sx': 1}",{'cx': 26},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",ghz_mapped_ibm_washington_qiskit_opt1_27.qasm -5229,27,81,"{'sx': 76, 'rz': 38, 'measure': 20, 'x': 1}",{'cx': 38},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt2_20.qasm -5230,27,61,"{'rz': 57, 'sx': 35, 'measure': 17}",{'cx': 49},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",dj_mapped_ibm_montreal_qiskit_opt2_18.qasm -5231,127,82,"{'rz': 70, 'sx': 35, 'measure': 17}",{'cx': 65},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (72, 62); (72, 81); (73, 66); (81, 72)",dj_mapped_ibm_washington_qiskit_opt1_18.qasm -5232,127,362,"{'rz': 612, 'sx': 306, 'measure': 102}",{'cx': 2385},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt0_102.qasm -5233,127,3163,"{'rz': 7463, 'sx': 6168, 'x': 434, 'measure': 57}",{'cx': 15879},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 54); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt3_57.qasm -5234,127,9760,"{'rz': 840, 'sx': 840, 'measure': 105}",{'cx': 73842},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_105.qasm -5235,127,2173,"{'rz': 2935, 'sx': 332, 'measure': 56}",{'cx': 7113},"(17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100)",ae_mapped_ibm_washington_qiskit_opt2_56.qasm -5236,127,1919,"{'rz': 3811, 'sx': 1759, 'x': 198, 'measure': 51}",{'cx': 5610},"(16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100)",qft_mapped_ibm_washington_qiskit_opt3_51.qasm -5237,27,107,"{'rz': 68, 'sx': 19, 'measure': 7}",{'cx': 93},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qft_mapped_ibm_montreal_qiskit_opt3_7.qasm -5238,127,237,"{'rz': 188, 'sx': 89, 'measure': 8, 'x': 2}",{'cx': 189},"(45, 54); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62)",random_mapped_ibm_washington_qiskit_opt2_8.qasm -5239,127,342,"{'rz': 259, 'sx': 143, 'measure': 71}",{'cx': 438},"(4, 15); (15, 4); (15, 22); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93); (106, 107); (107, 106)",dj_mapped_ibm_washington_qiskit_opt2_72.qasm -5240,27,1082,"{'rz': 565, 'sx': 71, 'measure': 7, 'x': 1}",{'cx': 911},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15)",grover-v-chain_mapped_ibm_montreal_qiskit_opt1_7.qasm -5241,127,899,"{'rz': 2048, 'sx': 45, 'measure': 44}",{'cx': 4710},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt2_44.qasm -5242,27,91,"{'rz': 81, 'sx': 49, 'measure': 21, 'x': 3}",{'cx': 59},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt3_22.qasm -5243,127,2441,"{'rz': 424, 'sx': 424, 'measure': 53}",{'cx': 17918},"(20, 21); (20, 33); (21, 20); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt1_53.qasm -5244,127,43,"{'rz': 70, 'sx': 35, 'measure': 7}",{'cx': 40},"(49, 55); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (68, 55)",qaoa_mapped_ibm_washington_qiskit_opt1_7.qasm -5245,27,842,"{'rz': 992, 'sx': 839, 'measure': 21, 'x': 18}",{'cx': 1972},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_21.qasm -5246,127,764,"{'rz': 918, 'sx': 162, 'measure': 27}",{'cx': 3090},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qnn_mapped_ibm_washington_qiskit_opt2_27.qasm -5247,127,10474,"{'sx': 792, 'rz': 792, 'measure': 99}",{'cx': 72080},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_99.qasm -5248,127,583,"{'rz': 387, 'sx': 366, 'measure': 22, 'x': 2}",{'cx': 1901},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",su2random_mapped_ibm_washington_qiskit_opt3_22.qasm -5249,127,4173,"{'sx': 536, 'rz': 536, 'measure': 67}",{'cx': 26413},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_67.qasm -5250,27,413,"{'rz': 230, 'sx': 80, 'x': 20, 'measure': 7}",{'cx': 321},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",pricingput_mapped_ibm_montreal_qiskit_opt0_7.qasm -5251,127,63803,"{'rz': 61863, 'sx': 22601, 'x': 769, 'measure': 126}",{'cx': 375936},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_126.qasm -5252,127,2439,"{'rz': 4804, 'sx': 83, 'measure': 82}",{'cx': 14589},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_82.qasm -5253,127,4160,"{'rz': 444, 'sx': 296, 'measure': 37}",{'cx': 23139},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_37.qasm -5254,127,3765,"{'rz': 4232, 'sx': 148, 'measure': 74, 'x': 1}",{'cx': 14821},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qpeexact_mapped_ibm_washington_qiskit_opt2_75.qasm -5255,127,142,"{'rz': 115, 'sx': 65, 'measure': 32}",{'cx': 166},"(20, 21); (20, 33); (21, 20); (33, 20); (33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (53, 41); (53, 60); (54, 64); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (73, 85); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83)",dj_mapped_ibm_washington_qiskit_opt2_33.qasm -5256,127,6373,"{'rz': 7102, 'sx': 134, 'measure': 67, 'x': 1}",{'cx': 33227},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt0_68.qasm -5257,127,2937,"{'sx': 384, 'rz': 384, 'measure': 48}",{'cx': 16265},"(25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",realamprandom_mapped_ibm_washington_qiskit_opt1_48.qasm -5258,27,634,"{'rz': 676, 'sx': 471, 'measure': 13, 'x': 6}",{'cx': 858},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt3_13.qasm -5259,127,486,"{'measure': 99, 'rz': 2, 'sx': 1}",{'cx': 875},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ghz_mapped_ibm_washington_qiskit_opt0_99.qasm -5260,27,925,"{'rz': 935, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 2085},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt2_27.qasm -5261,27,26,"{'rz': 51, 'sx': 29, 'measure': 21}",{'cx': 34},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_21.qasm -5262,127,55,"{'measure': 52, 'rz': 2, 'sx': 1}",{'cx': 51},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (126, 112)",ghz_mapped_ibm_washington_qiskit_opt2_52.qasm -5263,127,339,"{'rz': 292, 'sx': 149, 'x': 23, 'measure': 10}",{'cx': 328},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",random_mapped_ibm_washington_qiskit_opt3_10.qasm -5264,127,3476,"{'rz': 448, 'sx': 448, 'measure': 56}",{'cx': 18511},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt2_56.qasm -5265,127,5775,"{'rz': 5691, 'sx': 192, 'measure': 96, 'x': 1}",{'cx': 25264},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeexact_mapped_ibm_washington_qiskit_opt2_97.qasm -5266,127,842,"{'rz': 660, 'sx': 396, 'measure': 67, 'x': 1}",{'cx': 897},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",wstate_mapped_ibm_washington_qiskit_opt0_67.qasm -5267,127,8354,"{'rz': 15657, 'sx': 102, 'measure': 102}",{'cx': 68571},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt0_102.qasm -5268,27,688,"{'sx': 144, 'rz': 144, 'measure': 18}",{'cx': 2144},"(3, 5); (5, 3); (5, 8); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_18.qasm -5269,27,96,"{'rz': 87, 'sx': 57, 'measure': 23, 'x': 5}",{'cx': 55},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_24.qasm -5270,127,157,"{'rz': 130, 'sx': 78, 'measure': 14, 'x': 1}",{'cx': 137},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_14.qasm -5271,27,7193,"{'rz': 3625, 'sx': 205, 'measure': 11, 'x': 1}",{'cx': 7084},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",grover-v-chain_mapped_ibm_montreal_qiskit_opt1_11.qasm -5272,127,516,"{'rz': 851, 'sx': 714, 'measure': 20, 'x': 6}",{'cx': 1562},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (93, 87)",realamprandom_mapped_ibm_washington_qiskit_opt3_20.qasm -5273,127,1032,"{'rz': 1022, 'sx': 146, 'measure': 25}",{'cx': 1662},"(45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt1_25.qasm -5274,27,89,"{'rz': 114, 'sx': 57, 'measure': 19}",{'cx': 211},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",graphstate_mapped_ibm_montreal_qiskit_opt0_19.qasm -5275,127,1018,"{'rz': 1119, 'sx': 146, 'measure': 25}",{'cx': 2511},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_25.qasm -5276,127,81,"{'rz': 114, 'sx': 57, 'measure': 29}",{'cx': 140},"(20, 33); (33, 20); (33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt1_29.qasm -5277,127,5854,"{'rz': 12006, 'sx': 680, 'measure': 114}",{'cx': 36516},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_114.qasm -5278,27,723,"{'rz': 675, 'sx': 233, 'measure': 12, 'x': 4}",{'cx': 1173},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",random_mapped_ibm_montreal_qiskit_opt0_12.qasm -5279,127,273,"{'sx': 268, 'rz': 134, 'measure': 68, 'x': 1}",{'cx': 134},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_68.qasm -5280,127,1429,"{'rz': 3699, 'sx': 1811, 'x': 101, 'measure': 46}",{'cx': 4850},"(34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt3_46.qasm -5281,127,2422,"{'sx': 320, 'rz': 320, 'measure': 40}",{'cx': 10657},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_40.qasm -5282,127,99,"{'rz': 334, 'sx': 167, 'measure': 85}",{'cx': 532},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_85.qasm -5283,127,1619,"{'sx': 312, 'rz': 312, 'measure': 39}",{'cx': 8804},"(34, 43); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_39.qasm -5284,127,1036,"{'rz': 790, 'sx': 474, 'measure': 80, 'x': 1}",{'cx': 1148},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_80.qasm -5285,127,5596,"{'rz': 7693, 'sx': 740, 'measure': 124}",{'cx': 35877},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_124.qasm -5286,127,307,"{'rz': 205, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 326},"(45, 54); (54, 45); (54, 64); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66)",qpeinexact_mapped_ibm_washington_qiskit_opt1_11.qasm -5287,127,1227,"{'sx': 574, 'rz': 472, 'measure': 126, 'x': 1}",{'cx': 1502},"(0, 1); (0, 14); (1, 0); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_126.qasm -5288,127,98,"{'measure': 95, 'rz': 2, 'sx': 1}",{'cx': 94},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_95.qasm -5289,127,328,"{'rz': 222, 'sx': 135, 'x': 15, 'measure': 7}",{'cx': 194},"(72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (92, 83)",pricingput_mapped_ibm_washington_qiskit_opt3_7.qasm -5290,127,3349,"{'rz': 400, 'sx': 400, 'measure': 50}",{'cx': 16686},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83)",realamprandom_mapped_ibm_washington_qiskit_opt1_50.qasm -5291,127,903,"{'rz': 1136, 'sx': 471, 'x': 54, 'measure': 25}",{'cx': 1402},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (73, 66); (73, 85); (85, 73)",ae_mapped_ibm_washington_qiskit_opt3_25.qasm -5292,127,13514,"{'sx': 936, 'rz': 936, 'measure': 117}",{'cx': 96816},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_117.qasm -5293,127,4398,"{'rz': 9395, 'sx': 98, 'measure': 98}",{'cx': 28526},"(8, 16); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_98.qasm -5294,127,10877,"{'rz': 15246, 'sx': 198, 'measure': 99, 'x': 1}",{'cx': 76251},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt0_100.qasm -5295,127,13905,"{'rz': 984, 'sx': 656, 'measure': 82}",{'cx': 132396},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_82.qasm -5296,127,5386,"{'sx': 712, 'rz': 712, 'measure': 89}",{'cx': 52127},"(4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 56); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_89.qasm -5297,27,884,"{'rz': 907, 'sx': 146, 'measure': 25}",{'cx': 1578},"(1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt2_25.qasm -5298,27,894,"{'rz': 778, 'sx': 134, 'measure': 23}",{'cx': 1353},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt2_23.qasm -5299,127,20,"{'rz': 22, 'sx': 11, 'measure': 7}",{'cx': 13},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (103, 104); (104, 103); (104, 105); (105, 104)",graphstate_mapped_ibm_washington_qiskit_opt1_7.qasm -5300,127,1272,"{'rz': 1642, 'sx': 1380, 'x': 50, 'measure': 30}",{'cx': 4047},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_30.qasm -5301,127,4749,"{'rz': 5870, 'sx': 198, 'measure': 99, 'x': 1}",{'cx': 25533},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeexact_mapped_ibm_washington_qiskit_opt2_100.qasm -5302,27,1138,"{'sx': 216, 'rz': 216, 'measure': 27}",{'cx': 4070},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt2_27.qasm -5303,127,7671,"{'rz': 816, 'sx': 408, 'measure': 51}",{'cx': 48513},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_51.qasm -5304,127,7254,"{'rz': 11305, 'sx': 170, 'measure': 85, 'x': 1}",{'cx': 49382},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_86.qasm -5305,127,13316,"{'rz': 14750, 'sx': 708, 'measure': 118}",{'cx': 97290},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_118.qasm -5306,127,1268,"{'rz': 2426, 'sx': 862, 'x': 72, 'measure': 42}",{'cx': 3712},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",ae_mapped_ibm_washington_qiskit_opt3_42.qasm -5307,127,92,"{'rz': 390, 'sx': 195, 'measure': 97}",{'cx': 571},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_97.qasm -5308,127,3082,"{'rz': 3506, 'sx': 74, 'measure': 74}",{'cx': 13298},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qft_mapped_ibm_washington_qiskit_opt2_74.qasm -5309,27,18,"{'measure': 15, 'rz': 2, 'sx': 1}",{'cx': 14},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_15.qasm -5310,127,2094,"{'rz': 2559, 'sx': 102, 'measure': 51, 'x': 1}",{'cx': 7200},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt2_52.qasm -5311,127,10125,"{'rz': 5520, 'sx': 414, 'measure': 69}",{'cx': 80258},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_69.qasm -5312,127,1041,"{'sx': 492, 'rz': 376, 'measure': 111, 'x': 1}",{'cx': 1279},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_111.qasm -5313,127,463,"{'rz': 938, 'sx': 490, 'measure': 14}",{'cx': 1151},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",groundstate_large_mapped_ibm_washington_qiskit_opt0_14.qasm -5314,27,145,"{'rz': 125, 'sx': 33, 'measure': 9, 'x': 4}",{'cx': 165},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qft_mapped_ibm_montreal_qiskit_opt3_9.qasm -5315,27,177,"{'rz': 82, 'sx': 74, 'measure': 7}",{'cx': 172},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_7.qasm -5316,127,435,"{'rz': 726, 'sx': 363, 'measure': 121}",{'cx': 3328},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt0_121.qasm -5317,27,22,"{'rz': 24, 'sx': 12, 'measure': 12}",{'cx': 12},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_12.qasm -5318,27,69,"{'rz': 81, 'sx': 54, 'measure': 9}",{'cx': 103},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",vqe_mapped_ibm_montreal_qiskit_opt0_9.qasm -5319,127,747,"{'rz': 418, 'sx': 209, 'measure': 104, 'x': 95}",{'cx': 1283},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",dj_mapped_ibm_washington_qiskit_opt0_105.qasm -5320,127,345,"{'sx': 340, 'rz': 170, 'measure': 86, 'x': 1}",{'cx': 170},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_86.qasm -5321,127,6597,"{'rz': 9494, 'sx': 564, 'measure': 94}",{'cx': 48044},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_94.qasm -5322,127,1899,"{'rz': 2558, 'sx': 834, 'x': 139, 'measure': 42}",{'cx': 4715},"(4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102)",qpeexact_mapped_ibm_washington_qiskit_opt3_43.qasm -5323,127,649,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1560},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",realamprandom_mapped_ibm_washington_qiskit_opt1_16.qasm -5324,127,3029,"{'sx': 456, 'rz': 456, 'measure': 57}",{'cx': 21441},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_57.qasm -5325,127,880,"{'rz': 858, 'sx': 156, 'measure': 26}",{'cx': 2997},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (58, 71); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (85, 73); (91, 79)",qnn_mapped_ibm_washington_qiskit_opt2_26.qasm -5326,127,130,"{'rz': 110, 'sx': 65, 'measure': 29, 'x': 3}",{'cx': 97},"(34, 43); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (91, 79); (91, 98); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98)",dj_mapped_ibm_washington_qiskit_opt3_30.qasm -5327,127,212,"{'rz': 156, 'sx': 77, 'measure': 7, 'x': 6}",{'cx': 153},"(66, 73); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",random_mapped_ibm_washington_qiskit_opt1_7.qasm -5328,27,73,"{'rz': 65, 'sx': 39, 'measure': 16, 'x': 3}",{'cx': 39},"(0, 1); (1, 0); (1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt3_17.qasm -5329,127,1706,"{'sx': 328, 'rz': 328, 'measure': 41}",{'cx': 8894},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",su2random_mapped_ibm_washington_qiskit_opt2_41.qasm -5330,127,726,"{'rz': 540, 'sx': 324, 'measure': 55, 'x': 1}",{'cx': 840},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (54, 45)",wstate_mapped_ibm_washington_qiskit_opt0_55.qasm -5331,127,14070,"{'sx': 968, 'rz': 968, 'measure': 121}",{'cx': 100390},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_121.qasm -5332,127,1141,"{'rz': 565, 'sx': 71, 'measure': 7, 'x': 1}",{'cx': 926},"(35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45)",grover-v-chain_mapped_ibm_washington_qiskit_opt1_7.qasm -5333,127,5515,"{'rz': 7176, 'sx': 69, 'measure': 69}",{'cx': 32649},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_69.qasm -5334,127,78,"{'measure': 75, 'rz': 2, 'sx': 1}",{'cx': 74},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_75.qasm -5335,127,15508,"{'rz': 16281, 'sx': 6159, 'x': 239, 'measure': 66}",{'cx': 64880},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_66.qasm -5336,27,265,"{'rz': 140, 'sx': 49, 'measure': 14}",{'cx': 273},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt1_7.qasm -5337,127,6031,"{'rz': 10088, 'sx': 582, 'measure': 97}",{'cx': 51528},"(12, 13); (12, 17); (13, 12); (15, 22); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_97.qasm -5338,127,68,"{'rz': 194, 'sx': 97, 'measure': 51}",{'cx': 291},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (111, 104); (111, 122); (122, 111); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt1_51.qasm -5339,127,7568,"{'rz': 12134, 'sx': 686, 'measure': 115}",{'cx': 36604},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 122); (112, 108); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",ae_mapped_ibm_washington_qiskit_opt1_115.qasm -5340,127,63,"{'rz': 90, 'sx': 60, 'measure': 10}",{'cx': 108},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",vqe_mapped_ibm_washington_qiskit_opt0_10.qasm -5341,127,865,"{'rz': 482, 'sx': 241, 'measure': 120, 'x': 105}",{'cx': 1491},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt0_121.qasm -5342,127,74,"{'rz': 170, 'sx': 85, 'measure': 47}",{'cx': 266},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt1_47.qasm -5343,27,672,"{'rz': 772, 'sx': 407, 'x': 50, 'measure': 14}",{'cx': 947},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt3_14.qasm -5344,127,151,"{'rz': 97, 'sx': 25, 'measure': 8, 'x': 1}",{'cx': 160},"(85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107)",qftentangled_mapped_ibm_washington_qiskit_opt3_8.qasm -5345,127,2230,"{'rz': 17982, 'sx': 12833, 'measure': 67, 'x': 6}",{'cx': 15640},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (55, 49); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt3_67.qasm -5346,27,659,"{'rz': 661, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 1354},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt2_22.qasm -5347,127,66,"{'rz': 230, 'sx': 115, 'measure': 57}",{'cx': 303},"(20, 33); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt1_57.qasm -5348,127,2479,"{'rz': 1921, 'sx': 68, 'measure': 34, 'x': 1}",{'cx': 8270},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24)",qpeinexact_mapped_ibm_washington_qiskit_opt0_35.qasm -5349,127,6636,"{'rz': 10494, 'sx': 204, 'measure': 102, 'x': 1}",{'cx': 31759},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_103.qasm -5350,127,1896,"{'rz': 2032, 'sx': 86, 'measure': 43, 'x': 1}",{'cx': 5364},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeexact_mapped_ibm_washington_qiskit_opt2_44.qasm -5351,127,1112,"{'rz': 276, 'sx': 184, 'measure': 23}",{'cx': 5613},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_23.qasm -5352,127,277,"{'sx': 272, 'rz': 136, 'measure': 69, 'x': 1}",{'cx': 136},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_69.qasm -5353,127,8237,"{'rz': 10968, 'sx': 111, 'measure': 111}",{'cx': 36127},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_111.qasm -5354,127,1072,"{'sx': 232, 'rz': 232, 'measure': 29}",{'cx': 5171},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",su2random_mapped_ibm_washington_qiskit_opt1_29.qasm -5355,127,8541,"{'rz': 11046, 'sx': 168, 'measure': 84, 'x': 1}",{'cx': 54654},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_85.qasm -5356,127,2116,"{'rz': 785, 'sx': 181, 'measure': 11, 'x': 10}",{'cx': 1884},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (53, 41)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt1_11.qasm -5357,127,63390,"{'rz': 60119, 'sx': 22179, 'x': 828, 'measure': 125}",{'cx': 365957},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_125.qasm -5358,27,95,"{'measure': 27, 'rz': 24, 'sx': 16, 'x': 1}",{'cx': 68},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_27.qasm -5359,127,417,"{'rz': 642, 'sx': 321, 'measure': 107}",{'cx': 2624},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt0_107.qasm -5360,127,4457,"{'rz': 7065, 'sx': 150, 'measure': 75, 'x': 1}",{'cx': 18340},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_76.qasm -5361,27,134,"{'sx': 103, 'rz': 67, 'measure': 24, 'x': 2}",{'cx': 93},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_24.qasm -5362,127,15634,"{'sx': 912, 'rz': 912, 'measure': 114}",{'cx': 106236},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_114.qasm -5363,127,155,"{'rz': 94, 'sx': 9, 'measure': 8}",{'cx': 168},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (54, 45)",qftentangled_mapped_ibm_washington_qiskit_opt1_8.qasm -5364,27,1579,"{'rz': 320, 'sx': 160, 'measure': 20}",{'cx': 5568},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt0_20.qasm -5365,127,321,"{'rz': 534, 'sx': 267, 'measure': 89}",{'cx': 1937},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",graphstate_mapped_ibm_washington_qiskit_opt0_89.qasm -5366,127,85,"{'sx': 80, 'rz': 40, 'measure': 21, 'x': 1}",{'cx': 40},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56)",wstate_mapped_ibm_washington_qiskit_opt3_21.qasm -5367,27,992,"{'rz': 998, 'sx': 897, 'x': 36, 'measure': 23}",{'cx': 2482},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_23.qasm -5368,127,265,"{'sx': 260, 'rz': 130, 'measure': 66, 'x': 1}",{'cx': 130},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_66.qasm -5369,27,217,"{'rz': 170, 'sx': 102, 'measure': 18, 'x': 1}",{'cx': 181},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",wstate_mapped_ibm_montreal_qiskit_opt0_18.qasm -5370,127,57,"{'sx': 52, 'rz': 26, 'measure': 14, 'x': 1}",{'cx': 26},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_14.qasm -5371,127,4506,"{'sx': 464, 'rz': 464, 'measure': 58}",{'cx': 23356},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_58.qasm -5372,127,3061,"{'rz': 4734, 'sx': 3782, 'x': 186, 'measure': 50}",{'cx': 12555},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83); (92, 102); (102, 92)",su2random_mapped_ibm_washington_qiskit_opt3_50.qasm -5373,127,3025,"{'rz': 6370, 'sx': 73, 'measure': 73}",{'cx': 15135},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_73.qasm -5374,127,3770,"{'rz': 6268, 'sx': 108, 'measure': 107}",{'cx': 26074},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_107.qasm -5375,127,6887,"{'rz': 9555, 'sx': 156, 'measure': 78, 'x': 1}",{'cx': 42528},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_79.qasm -5376,127,32,"{'rz': 33, 'sx': 19, 'measure': 9, 'x': 1}",{'cx': 26},"(66, 73); (73, 66); (73, 85); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt3_9.qasm -5377,127,8527,"{'rz': 12870, 'sx': 660, 'measure': 110}",{'cx': 75233},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_110.qasm -5378,127,3064,"{'rz': 1429, 'sx': 635, 'x': 38, 'measure': 13}",{'cx': 2362},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt3_13.qasm -5379,127,2737,"{'rz': 2875, 'sx': 1168, 'x': 36, 'measure': 29}",{'cx': 7381},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt2_29.qasm -5380,127,1930,"{'rz': 2982, 'sx': 46, 'measure': 45}",{'cx': 5940},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87)",qftentangled_mapped_ibm_washington_qiskit_opt1_45.qasm -5381,127,584,"{'sx': 144, 'rz': 144, 'measure': 18}",{'cx': 1913},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_18.qasm -5382,27,580,"{'rz': 894, 'sx': 825, 'measure': 20, 'x': 3}",{'cx': 1559},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23)",realamprandom_mapped_ibm_montreal_qiskit_opt3_20.qasm -5383,127,19,"{'measure': 16, 'rz': 2, 'sx': 1}",{'cx': 15},"(108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_16.qasm -5384,127,321,"{'sx': 316, 'rz': 158, 'measure': 80, 'x': 1}",{'cx': 158},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_80.qasm -5385,27,456,"{'rz': 554, 'sx': 21, 'measure': 20}",{'cx': 1127},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt2_20.qasm -5386,127,514,"{'rz': 553, 'sx': 20, 'measure': 19}",{'cx': 1689},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_19.qasm -5387,127,1911,"{'rz': 3430, 'sx': 278, 'measure': 47}",{'cx': 6212},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt1_47.qasm -5388,127,2678,"{'rz': 3428, 'sx': 124, 'measure': 62, 'x': 1}",{'cx': 10608},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeexact_mapped_ibm_washington_qiskit_opt2_63.qasm -5389,127,409,"{'rz': 290, 'sx': 145, 'measure': 72}",{'cx': 531},"(8, 16); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt1_73.qasm -5390,127,11171,"{'sx': 808, 'rz': 808, 'measure': 101}",{'cx': 66512},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_101.qasm -5391,127,823,"{'rz': 1044, 'sx': 174, 'measure': 29}",{'cx': 3428},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (93, 87)",qnn_mapped_ibm_washington_qiskit_opt2_29.qasm -5392,27,514,"{'rz': 458, 'sx': 152, 'x': 23, 'measure': 15}",{'cx': 661},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_16.qasm -5393,127,931,"{'measure': 118, 'rz': 2, 'sx': 1}",{'cx': 978},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_118.qasm -5394,127,50,"{'measure': 47, 'rz': 2, 'sx': 1}",{'cx': 46},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (34, 24); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ghz_mapped_ibm_washington_qiskit_opt1_47.qasm -5395,127,190,"{'rz': 318, 'sx': 159, 'measure': 53}",{'cx': 884},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37)",graphstate_mapped_ibm_washington_qiskit_opt0_53.qasm -5396,127,578,"{'rz': 472, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 1403},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_17.qasm -5397,27,131,"{'sx': 96, 'rz': 58, 'measure': 24, 'x': 1}",{'cx': 102},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_24.qasm -5398,127,8995,"{'rz': 13098, 'sx': 666, 'measure': 111}",{'cx': 82660},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_111.qasm -5399,27,305,"{'rz': 283, 'sx': 90, 'measure': 13, 'x': 8}",{'cx': 424},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_13.qasm -5400,127,1658,"{'rz': 2290, 'sx': 52, 'measure': 52}",{'cx': 6474},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt2_52.qasm -5401,127,315,"{'rz': 142, 'sx': 60, 'measure': 7, 'x': 4}",{'cx': 228},"(72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (92, 83)",pricingcall_mapped_ibm_washington_qiskit_opt2_7.qasm -5402,127,241,"{'sx': 236, 'rz': 118, 'measure': 60, 'x': 1}",{'cx': 118},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (39, 33); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_60.qasm -5403,27,42,"{'rz': 68, 'sx': 35, 'measure': 7}",{'cx': 40},"(5, 8); (8, 5); (8, 11); (11, 8); (13, 14); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16)",qaoa_mapped_ibm_montreal_qiskit_opt2_7.qasm -5404,127,49,"{'measure': 46, 'rz': 2, 'sx': 1}",{'cx': 45},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt1_46.qasm -5405,127,4434,"{'sx': 528, 'rz': 528, 'measure': 66}",{'cx': 25449},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_66.qasm -5406,127,4186,"{'rz': 5795, 'sx': 130, 'measure': 65, 'x': 1}",{'cx': 13530},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",qpeinexact_mapped_ibm_washington_qiskit_opt1_66.qasm -5407,127,185,"{'sx': 180, 'rz': 90, 'measure': 46, 'x': 1}",{'cx': 90},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt2_46.qasm -5408,127,3718,"{'rz': 6303, 'sx': 138, 'measure': 69, 'x': 1}",{'cx': 15274},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_70.qasm -5409,127,1271,"{'rz': 3232, 'sx': 1753, 'x': 87, 'measure': 41}",{'cx': 3531},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt3_41.qasm -5410,127,506,"{'rz': 286, 'sx': 143, 'measure': 71, 'x': 69}",{'cx': 854},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58)",dj_mapped_ibm_washington_qiskit_opt0_72.qasm -5411,127,154,"{'rz': 95, 'sx': 38, 'measure': 7}",{'cx': 87},"(87, 88); (87, 93); (88, 87); (93, 87); (93, 106); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107)",ae_mapped_ibm_washington_qiskit_opt1_7.qasm -5412,27,645,"{'rz': 498, 'sx': 92, 'measure': 16}",{'cx': 999},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",ae_mapped_ibm_montreal_qiskit_opt0_16.qasm -5413,127,1753,"{'rz': 2496, 'sx': 78, 'measure': 39, 'x': 1}",{'cx': 5136},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",qpeinexact_mapped_ibm_washington_qiskit_opt1_40.qasm -5414,127,790,"{'rz': 446, 'sx': 223, 'measure': 111, 'x': 97}",{'cx': 1353},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (111, 104)",dj_mapped_ibm_washington_qiskit_opt0_112.qasm -5415,27,640,"{'rz': 712, 'sx': 22, 'measure': 22}",{'cx': 1356},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_22.qasm -5416,127,828,"{'rz': 1178, 'sx': 186, 'measure': 31}",{'cx': 4102},"(35, 47); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qnn_mapped_ibm_washington_qiskit_opt2_31.qasm -5417,127,471,"{'rz': 342, 'sx': 171, 'measure': 85}",{'cx': 679},"(3, 4); (4, 3); (4, 15); (12, 17); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 93); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (126, 112)",dj_mapped_ibm_washington_qiskit_opt1_86.qasm -5418,127,81,"{'measure': 78, 'rz': 2, 'sx': 1}",{'cx': 77},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_78.qasm -5419,27,281,"{'rz': 271, 'sx': 106, 'measure': 8, 'x': 1}",{'cx': 303},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",random_mapped_ibm_montreal_qiskit_opt0_8.qasm -5420,127,835,"{'rz': 897, 'sx': 146, 'measure': 25}",{'cx': 1581},"(35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",ae_mapped_ibm_washington_qiskit_opt2_25.qasm -5421,27,3037,"{'rz': 1777, 'sx': 469, 'x': 31, 'measure': 9}",{'cx': 2419},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",grover-v-chain_mapped_ibm_montreal_qiskit_opt3_9.qasm -5422,127,2846,"{'rz': 2571, 'sx': 865, 'measure': 23, 'x': 6}",{'cx': 8209},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_23.qasm -5423,127,5814,"{'rz': 8970, 'sx': 180, 'measure': 90, 'x': 1}",{'cx': 25135},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_91.qasm -5424,127,5361,"{'rz': 6769, 'sx': 68, 'measure': 67}",{'cx': 32358},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_67.qasm -5425,127,415,"{'sx': 112, 'rz': 112, 'measure': 14}",{'cx': 1090},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66)",realamprandom_mapped_ibm_washington_qiskit_opt1_14.qasm -5426,127,781,"{'rz': 1275, 'sx': 813, 'measure': 16, 'x': 4}",{'cx': 1350},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",portfoliovqe_mapped_ibm_washington_qiskit_opt3_16.qasm -5427,27,1050,"{'rz': 1119, 'sx': 949, 'x': 62, 'measure': 24}",{'cx': 2735},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt3_24.qasm -5428,127,261,"{'sx': 256, 'rz': 128, 'measure': 65, 'x': 1}",{'cx': 128},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_65.qasm -5429,127,495,"{'rz': 390, 'sx': 195, 'measure': 97}",{'cx': 772},"(10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 22); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt1_98.qasm -5430,127,9145,"{'rz': 13665, 'sx': 554, 'measure': 93}",{'cx': 57915},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt0_93.qasm -5431,127,488,"{'measure': 101, 'rz': 2, 'sx': 1}",{'cx': 877},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ghz_mapped_ibm_washington_qiskit_opt0_101.qasm -5432,127,254,"{'sx': 72, 'rz': 72, 'measure': 9}",{'cx': 346},"(35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (55, 49)",su2random_mapped_ibm_washington_qiskit_opt2_9.qasm -5433,127,2063,"{'rz': 3251, 'sx': 2584, 'x': 126, 'measure': 42}",{'cx': 8540},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79)",su2random_mapped_ibm_washington_qiskit_opt3_42.qasm -5434,127,652,"{'rz': 867, 'sx': 412, 'measure': 20, 'x': 5}",{'cx': 1607},"(15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",qnn_mapped_ibm_washington_qiskit_opt3_20.qasm -5435,127,6600,"{'rz': 9082, 'sx': 152, 'measure': 76, 'x': 1}",{'cx': 39248},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_77.qasm -5436,127,984,"{'rz': 710, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 2586},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_21.qasm -5437,127,5386,"{'sx': 712, 'rz': 712, 'measure': 89}",{'cx': 52127},"(4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 56); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_89.qasm -5438,127,3456,"{'rz': 4721, 'sx': 162, 'measure': 81, 'x': 1}",{'cx': 18069},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt2_82.qasm -5439,127,436,"{'rz': 660, 'sx': 350, 'measure': 10}",{'cx': 786},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",portfoliovqe_mapped_ibm_washington_qiskit_opt0_10.qasm -5440,127,2269,"{'rz': 2776, 'sx': 106, 'measure': 53, 'x': 1}",{'cx': 8178},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92)",qpeinexact_mapped_ibm_washington_qiskit_opt2_54.qasm -5441,127,6375,"{'rz': 8702, 'sx': 76, 'measure': 76}",{'cx': 41145},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_76.qasm -5442,127,285,"{'sx': 280, 'rz': 140, 'measure': 71, 'x': 1}",{'cx': 140},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_71.qasm -5443,127,489,"{'sx': 160, 'rz': 160, 'measure': 20}",{'cx': 1674},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (93, 87)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_20.qasm -5444,127,10793,"{'rz': 840, 'sx': 560, 'measure': 70}",{'cx': 88971},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_70.qasm -5445,27,58129,"{'rz': 27635, 'sx': 563, 'measure': 15, 'x': 1}",{'cx': 57816},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",grover-v-chain_mapped_ibm_montreal_qiskit_opt2_15.qasm -5446,27,786,"{'rz': 930, 'sx': 308, 'x': 31, 'measure': 24}",{'cx': 1325},"(1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt3_24.qasm -5447,127,255,"{'sx': 72, 'rz': 72, 'measure': 9}",{'cx': 386},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",su2random_mapped_ibm_washington_qiskit_opt1_9.qasm -5448,127,8379,"{'rz': 4800, 'sx': 384, 'measure': 64}",{'cx': 64683},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_64.qasm -5449,127,295,"{'rz': 211, 'sx': 59, 'measure': 10, 'x': 7}",{'cx': 269},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66)",qpeexact_mapped_ibm_washington_qiskit_opt3_11.qasm -5450,27,983,"{'rz': 868, 'sx': 326, 'measure': 15, 'x': 11}",{'cx': 1472},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",random_mapped_ibm_montreal_qiskit_opt1_15.qasm -5451,127,7202,"{'rz': 768, 'sx': 768, 'measure': 96}",{'cx': 56709},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_96.qasm -5452,127,72,"{'rz': 236, 'sx': 118, 'measure': 66}",{'cx': 312},"(4, 5); (4, 15); (5, 4); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120)",graphstate_mapped_ibm_washington_qiskit_opt2_66.qasm -5453,127,85,"{'sx': 80, 'rz': 40, 'measure': 21, 'x': 1}",{'cx': 40},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77)",wstate_mapped_ibm_washington_qiskit_opt1_21.qasm -5454,27,14,"{'measure': 11, 'rz': 2, 'sx': 1}",{'cx': 10},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_11.qasm -5455,27,398,"{'rz': 281, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 506},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_14.qasm -5456,127,4589,"{'rz': 5782, 'sx': 104, 'measure': 103}",{'cx': 25805},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_103.qasm -5457,127,388,"{'measure': 82, 'rz': 2, 'sx': 1}",{'cx': 693},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_82.qasm -5458,127,5874,"{'rz': 6617, 'sx': 638, 'measure': 107}",{'cx': 25413},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_107.qasm -5459,127,5396,"{'rz': 616, 'sx': 616, 'measure': 77}",{'cx': 36447},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_77.qasm -5460,127,377,"{'rz': 285, 'sx': 163, 'measure': 74, 'x': 5}",{'cx': 328},"(3, 4); (4, 3); (4, 15); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (55, 68); (58, 59); (58, 71); (59, 58); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119)",dj_mapped_ibm_washington_qiskit_opt3_75.qasm -5461,27,455,"{'rz': 345, 'sx': 74, 'measure': 13}",{'cx': 627},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ae_mapped_ibm_montreal_qiskit_opt0_13.qasm -5462,127,3970,"{'rz': 2040, 'sx': 240, 'measure': 40}",{'cx': 22494},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_40.qasm -5463,127,1423,"{'rz': 1717, 'sx': 224, 'measure': 38}",{'cx': 3624},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt2_38.qasm -5464,127,670,"{'rz': 471, 'sx': 253, 'measure': 126}",{'cx': 1022},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",dj_mapped_ibm_washington_qiskit_opt2_127.qasm -5465,27,20,"{'measure': 17, 'rz': 2, 'sx': 1}",{'cx': 16},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_17.qasm -5466,127,7690,"{'rz': 10790, 'sx': 166, 'measure': 83, 'x': 1}",{'cx': 47616},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_84.qasm -5467,127,551,"{'rz': 371, 'sx': 205, 'measure': 102}",{'cx': 714},"(6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (122, 111)",dj_mapped_ibm_washington_qiskit_opt2_103.qasm -5468,127,14276,"{'rz': 968, 'sx': 968, 'measure': 121}",{'cx': 108730},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_121.qasm -5469,127,5191,"{'rz': 5287, 'sx': 122, 'measure': 61, 'x': 1}",{'cx': 12398},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt1_62.qasm -5470,127,13961,"{'sx': 976, 'rz': 976, 'measure': 122}",{'cx': 107628},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_122.qasm -5471,127,5456,"{'rz': 7599, 'sx': 72, 'measure': 71}",{'cx': 34554},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69)",qftentangled_mapped_ibm_washington_qiskit_opt0_71.qasm -5472,127,8518,"{'rz': 8133, 'sx': 758, 'measure': 127}",{'cx': 39846},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_127.qasm -5473,127,12075,"{'rz': 1168, 'sx': 584, 'measure': 73}",{'cx': 98841},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62)",su2random_mapped_ibm_washington_qiskit_opt0_73.qasm -5474,127,1114,"{'rz': 1890, 'sx': 822, 'x': 71, 'measure': 34}",{'cx': 2499},"(24, 34); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt3_34.qasm -5475,127,161,"{'rz': 117, 'sx': 67, 'measure': 33}",{'cx': 175},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (53, 41); (53, 60); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (72, 62); (72, 81); (73, 66); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt2_34.qasm -5476,127,445,"{'measure': 91, 'rz': 2, 'sx': 1}",{'cx': 792},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75)",ghz_mapped_ibm_washington_qiskit_opt0_91.qasm -5477,27,21,"{'sx': 42, 'rz': 42, 'measure': 7}",{'cx': 12},"(17, 18); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt2_7.qasm -5478,127,472,"{'rz': 690, 'sx': 345, 'measure': 115}",{'cx': 3235},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt0_115.qasm -5479,127,121,"{'rz': 90, 'sx': 54, 'measure': 10, 'x': 1}",{'cx': 108},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_10.qasm -5480,127,8980,"{'rz': 15659, 'sx': 103, 'measure': 102}",{'cx': 73820},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt0_102.qasm -5481,127,15894,"{'rz': 992, 'sx': 992, 'measure': 124}",{'cx': 117584},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_124.qasm -5482,127,1564,"{'rz': 3708, 'sx': 51, 'measure': 51}",{'cx': 7471},"(16, 26); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt1_51.qasm -5483,127,6790,"{'rz': 7952, 'sx': 142, 'measure': 71, 'x': 1}",{'cx': 35424},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58)",qpeinexact_mapped_ibm_washington_qiskit_opt0_72.qasm -5484,127,1192,"{'rz': 304, 'sx': 304, 'measure': 38}",{'cx': 6737},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",realamprandom_mapped_ibm_washington_qiskit_opt2_38.qasm -5485,127,7879,"{'sx': 744, 'rz': 744, 'measure': 93}",{'cx': 54205},"(12, 17); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",su2random_mapped_ibm_washington_qiskit_opt2_93.qasm -5486,127,1094,"{'rz': 1796, 'sx': 1555, 'x': 80, 'measure': 39}",{'cx': 5873},"(28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (64, 54); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt3_39.qasm -5487,127,528,"{'rz': 390, 'sx': 234, 'measure': 40, 'x': 1}",{'cx': 615},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_40.qasm -5488,127,3265,"{'sx': 528, 'rz': 528, 'measure': 66}",{'cx': 26208},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt1_66.qasm -5489,27,602,"{'rz': 630, 'sx': 256, 'x': 15, 'measure': 13}",{'cx': 901},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_13.qasm -5490,127,836,"{'rz': 1632, 'sx': 848, 'measure': 16}",{'cx': 2475},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",portfoliovqe_mapped_ibm_washington_qiskit_opt0_16.qasm -5491,127,22,"{'rz': 88, 'sx': 44, 'measure': 44}",{'cx': 44},"(66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_44.qasm -5492,127,1223,"{'rz': 416, 'sx': 208, 'measure': 26}",{'cx': 7545},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_26.qasm -5493,127,5057,"{'rz': 552, 'sx': 552, 'measure': 69}",{'cx': 34522},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 56); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_69.qasm -5494,127,505,"{'rz': 234, 'sx': 108, 'x': 12, 'measure': 9}",{'cx': 333},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45)",pricingput_mapped_ibm_washington_qiskit_opt1_9.qasm -5495,127,102,"{'rz': 82, 'sx': 47, 'measure': 23}",{'cx': 92},"(41, 53); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (102, 92)",dj_mapped_ibm_washington_qiskit_opt2_24.qasm -5496,127,5366,"{'rz': 528, 'sx': 352, 'measure': 44}",{'cx': 33894},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_44.qasm -5497,127,8116,"{'rz': 12784, 'sx': 127, 'measure': 126}",{'cx': 48976},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_126.qasm -5498,127,3872,"{'rz': 1644, 'sx': 1200, 'x': 22, 'measure': 19}",{'cx': 2136},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",pricingput_mapped_ibm_washington_qiskit_opt2_19.qasm -5499,27,585,"{'rz': 444, 'sx': 86, 'measure': 15}",{'cx': 894},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ae_mapped_ibm_montreal_qiskit_opt0_15.qasm -5500,127,7524,"{'rz': 704, 'sx': 704, 'measure': 88}",{'cx': 52645},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_88.qasm -5501,27,87,"{'rz': 28, 'measure': 24, 'sx': 21, 'x': 3}",{'cx': 57},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_24.qasm -5502,27,33474,"{'rz': 16175, 'sx': 1480, 'measure': 18, 'x': 2}",{'cx': 32997},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",shor_15_4_mapped_ibm_montreal_qiskit_opt2_18.qasm -5503,127,770,"{'rz': 580, 'sx': 348, 'measure': 59, 'x': 1}",{'cx': 881},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",wstate_mapped_ibm_washington_qiskit_opt0_59.qasm -5504,127,12833,"{'rz': 13770, 'sx': 5089, 'x': 208, 'measure': 60}",{'cx': 51465},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt1_60.qasm -5505,127,9406,"{'sx': 872, 'rz': 872, 'measure': 109}",{'cx': 75662},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",realamprandom_mapped_ibm_washington_qiskit_opt2_109.qasm -5506,127,527,"{'rz': 290, 'sx': 145, 'measure': 72, 'x': 69}",{'cx': 900},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62)",dj_mapped_ibm_washington_qiskit_opt0_73.qasm -5507,127,3197,"{'rz': 5646, 'sx': 100, 'measure': 100}",{'cx': 23517},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qft_mapped_ibm_washington_qiskit_opt2_100.qasm -5508,127,723,"{'rz': 1514, 'sx': 330, 'measure': 34, 'x': 29}",{'cx': 2634},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qft_mapped_ibm_washington_qiskit_opt3_34.qasm -5509,127,7265,"{'rz': 11397, 'sx': 87, 'measure': 87}",{'cx': 52398},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_87.qasm -5510,27,78,"{'rz': 99, 'sx': 66, 'measure': 11}",{'cx': 128},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",vqe_mapped_ibm_montreal_qiskit_opt0_11.qasm -5511,127,239,"{'rz': 120, 'sx': 48, 'measure': 8}",{'cx': 273},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qnn_mapped_ibm_washington_qiskit_opt1_8.qasm -5512,127,44,"{'rz': 80, 'sx': 40, 'measure': 24}",{'cx': 96},"(8, 16); (16, 8); (16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (74, 70); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79)",graphstate_mapped_ibm_washington_qiskit_opt1_24.qasm -5513,127,2932,"{'rz': 416, 'sx': 416, 'measure': 52}",{'cx': 14420},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_52.qasm -5514,127,128,"{'rz': 428, 'sx': 214, 'measure': 106}",{'cx': 724},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt1_106.qasm -5515,27,1237,"{'rz': 1126, 'sx': 469, 'measure': 18, 'x': 16}",{'cx': 2198},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt2_18.qasm -5516,27,2652,"{'rz': 2571, 'sx': 865, 'measure': 23, 'x': 6}",{'cx': 7057},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt0_23.qasm -5517,127,2740,"{'rz': 2669, 'sx': 43, 'measure': 42}",{'cx': 11828},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_42.qasm -5518,27,49,"{'sx': 44, 'rz': 22, 'measure': 12, 'x': 1}",{'cx': 22},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt3_12.qasm -5519,127,21006,"{'sx': 1016, 'rz': 1016, 'measure': 127}",{'cx': 137353},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_127.qasm -5520,27,331,"{'rz': 257, 'sx': 107, 'measure': 12, 'x': 9}",{'cx': 258},"(4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",ae_mapped_ibm_montreal_qiskit_opt3_12.qasm -5521,127,55,"{'rz': 179, 'sx': 96, 'measure': 43}",{'cx': 167},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (102, 92); (102, 103); (103, 102)",graphstate_mapped_ibm_washington_qiskit_opt3_43.qasm -5522,127,2491,"{'rz': 480, 'sx': 240, 'measure': 30}",{'cx': 12651},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_30.qasm -5523,27,2282,"{'rz': 400, 'sx': 200, 'measure': 25}",{'cx': 9435},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt0_25.qasm -5524,127,5814,"{'rz': 8970, 'sx': 180, 'measure': 90, 'x': 1}",{'cx': 25135},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_91.qasm -5525,27,1226,"{'rz': 920, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 3246},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_24.qasm -5526,127,249,"{'rz': 171, 'sx': 144, 'measure': 9, 'x': 4}",{'cx': 286},"(72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (91, 79); (91, 98); (98, 91)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_9.qasm -5527,127,8879,"{'sx': 736, 'rz': 736, 'measure': 92}",{'cx': 58882},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_92.qasm -5528,127,30,"{'rz': 95, 'sx': 94, 'measure': 16, 'x': 1}",{'cx': 30},"(108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",vqe_mapped_ibm_washington_qiskit_opt3_16.qasm -5529,127,3038,"{'sx': 416, 'rz': 416, 'measure': 52}",{'cx': 17481},"(20, 33); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87); (93, 106); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt1_52.qasm -5530,127,11410,"{'rz': 11809, 'sx': 4073, 'measure': 49, 'x': 40}",{'cx': 55791},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_49.qasm -5531,127,26024,"{'rz': 27841, 'sx': 10307, 'x': 403, 'measure': 85}",{'cx': 129108},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_85.qasm -5532,127,13517,"{'rz': 13885, 'sx': 5511, 'x': 204, 'measure': 62}",{'cx': 54935},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83)",random_mapped_ibm_washington_qiskit_opt2_62.qasm -5533,127,9858,"{'rz': 5752, 'sx': 1694, 'x': 174, 'measure': 8}",{'cx': 7092},"(62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt3_8.qasm -5534,127,554,"{'rz': 845, 'sx': 164, 'measure': 23, 'x': 15}",{'cx': 1367},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt3_23.qasm -5535,127,69,"{'rz': 62, 'sx': 31, 'measure': 15}",{'cx': 54},"(35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (72, 62)",dj_mapped_ibm_washington_qiskit_opt1_16.qasm -5536,127,763,"{'rz': 916, 'sx': 227, 'x': 36, 'measure': 23}",{'cx': 1515},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt3_24.qasm -5537,127,64,"{'measure': 61, 'rz': 2, 'sx': 1}",{'cx': 60},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ghz_mapped_ibm_washington_qiskit_opt1_61.qasm -5538,127,78,"{'rz': 316, 'sx': 158, 'measure': 80}",{'cx': 464},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt1_80.qasm -5539,127,179,"{'rz': 306, 'sx': 153, 'measure': 51}",{'cx': 735},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",graphstate_mapped_ibm_washington_qiskit_opt0_51.qasm -5540,127,1545,"{'rz': 1170, 'sx': 702, 'measure': 118, 'x': 1}",{'cx': 1731},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_118.qasm -5541,127,109,"{'sx': 104, 'rz': 52, 'measure': 27, 'x': 1}",{'cx': 52},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",wstate_mapped_ibm_washington_qiskit_opt1_27.qasm -5542,127,219,"{'rz': 143, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 230},"(54, 64); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",qpeexact_mapped_ibm_washington_qiskit_opt2_10.qasm -5543,127,157,"{'sx': 152, 'rz': 76, 'measure': 39, 'x': 1}",{'cx': 76},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",wstate_mapped_ibm_washington_qiskit_opt2_39.qasm -5544,127,4898,"{'rz': 10086, 'sx': 590, 'measure': 99}",{'cx': 25581},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_99.qasm -5545,127,18742,"{'sx': 1000, 'rz': 1000, 'measure': 125}",{'cx': 130738},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_125.qasm -5546,127,7158,"{'rz': 9465, 'sx': 458, 'measure': 77}",{'cx': 37436},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt0_77.qasm -5547,127,954,"{'rz': 961, 'sx': 359, 'measure': 16, 'x': 9}",{'cx': 1726},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",random_mapped_ibm_washington_qiskit_opt2_16.qasm -5548,127,807,"{'measure': 99, 'rz': 2, 'sx': 1}",{'cx': 908},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ghz_mapped_ibm_washington_qiskit_opt1_99.qasm -5549,127,378,"{'rz': 483, 'sx': 47, 'measure': 18, 'x': 5}",{'cx': 855},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt3_18.qasm -5550,127,9238,"{'rz': 12922, 'sx': 182, 'measure': 91, 'x': 1}",{'cx': 60479},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79)",qpeexact_mapped_ibm_washington_qiskit_opt0_92.qasm -5551,127,65,"{'rz': 218, 'sx': 109, 'measure': 59}",{'cx': 305},"(5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (106, 93)",graphstate_mapped_ibm_washington_qiskit_opt1_59.qasm -5552,127,3239,"{'sx': 528, 'rz': 528, 'measure': 66}",{'cx': 28003},"(20, 33); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_66.qasm -5553,127,112,"{'rz': 402, 'sx': 201, 'measure': 91}",{'cx': 574},"(0, 14); (4, 15); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120)",graphstate_mapped_ibm_washington_qiskit_opt1_91.qasm -5554,127,2122,"{'rz': 3528, 'sx': 336, 'measure': 56}",{'cx': 14678},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt1_56.qasm -5555,127,293,"{'sx': 288, 'rz': 144, 'measure': 73, 'x': 1}",{'cx': 144},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_73.qasm -5556,127,964,"{'rz': 1015, 'sx': 585, 'measure': 16}",{'cx': 1596},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",portfoliovqe_mapped_ibm_washington_qiskit_opt1_16.qasm -5557,127,67,"{'rz': 180, 'sx': 90, 'measure': 56}",{'cx': 263},"(0, 14); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 107); (107, 106); (107, 108); (108, 107)",graphstate_mapped_ibm_washington_qiskit_opt2_56.qasm -5558,127,1392,"{'rz': 2245, 'sx': 50, 'measure': 50}",{'cx': 5722},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qft_mapped_ibm_washington_qiskit_opt2_50.qasm -5559,27,274,"{'rz': 212, 'sx': 13, 'measure': 12}",{'cx': 413},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_12.qasm -5560,127,62,"{'rz': 202, 'sx': 101, 'measure': 55}",{'cx': 274},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (122, 111); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt1_55.qasm -5561,127,5144,"{'rz': 7946, 'sx': 87, 'measure': 86}",{'cx': 21483},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_86.qasm -5562,127,1964,"{'rz': 2538, 'sx': 282, 'measure': 47}",{'cx': 10744},"(21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qnn_mapped_ibm_washington_qiskit_opt1_47.qasm -5563,127,759,"{'rz': 935, 'sx': 315, 'x': 34, 'measure': 22}",{'cx': 1419},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt3_23.qasm -5564,127,26834,"{'rz': 28235, 'sx': 10930, 'x': 390, 'measure': 87}",{'cx': 135830},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt2_87.qasm -5565,127,75,"{'rz': 248, 'sx': 124, 'measure': 62}",{'cx': 341},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123)",graphstate_mapped_ibm_washington_qiskit_opt1_62.qasm -5566,127,7548,"{'rz': 8730, 'sx': 540, 'measure': 90}",{'cx': 43432},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_90.qasm -5567,127,3121,"{'rz': 3797, 'sx': 404, 'measure': 68}",{'cx': 10350},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (98, 91); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt2_68.qasm -5568,127,1059,"{'rz': 1442, 'sx': 1176, 'x': 41, 'measure': 28}",{'cx': 3471},"(58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt3_28.qasm -5569,127,728,"{'rz': 993, 'sx': 29, 'measure': 29}",{'cx': 2258},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt2_29.qasm -5570,127,8844,"{'rz': 684, 'sx': 456, 'measure': 57}",{'cx': 61374},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_57.qasm -5571,127,6450,"{'rz': 9640, 'sx': 80, 'measure': 80}",{'cx': 43622},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_80.qasm -5572,127,247,"{'rz': 165, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 422},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_10.qasm -5573,127,6323,"{'rz': 6866, 'sx': 226, 'measure': 113, 'x': 1}",{'cx': 34629},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_114.qasm -5574,127,828,"{'rz': 1659, 'sx': 845, 'x': 54, 'measure': 29}",{'cx': 1841},"(58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt3_29.qasm -5575,127,899,"{'rz': 914, 'sx': 152, 'measure': 26}",{'cx': 1614},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (53, 41); (53, 60); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (85, 73); (85, 86); (86, 85)",ae_mapped_ibm_washington_qiskit_opt2_26.qasm -5576,127,226,"{'rz': 140, 'sx': 16, 'measure': 8, 'x': 1}",{'cx': 360},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",qpeinexact_mapped_ibm_washington_qiskit_opt0_9.qasm -5577,27,22,"{'measure': 19, 'rz': 2, 'sx': 1}",{'cx': 18},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_19.qasm -5578,127,512,"{'rz': 371, 'sx': 201, 'measure': 100}",{'cx': 734},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (64, 54); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121)",dj_mapped_ibm_washington_qiskit_opt2_101.qasm -5579,127,40,"{'rz': 38, 'sx': 23, 'measure': 11}",{'cx': 26},"(3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44)",dj_mapped_ibm_washington_qiskit_opt2_12.qasm -5580,127,9933,"{'rz': 848, 'sx': 848, 'measure': 106}",{'cx': 74374},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_106.qasm -5581,127,1463,"{'rz': 2130, 'sx': 863, 'x': 95, 'measure': 36}",{'cx': 2849},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",ae_mapped_ibm_washington_qiskit_opt3_36.qasm -5582,127,7070,"{'rz': 6565, 'sx': 220, 'measure': 110, 'x': 1}",{'cx': 32427},"(10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 22); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_111.qasm -5583,127,2053,"{'rz': 773, 'sx': 181, 'measure': 11, 'x': 10}",{'cx': 1792},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt2_11.qasm -5584,127,3837,"{'sx': 472, 'rz': 472, 'measure': 59}",{'cx': 23999},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt1_59.qasm -5585,127,536,"{'rz': 384, 'sx': 207, 'measure': 103}",{'cx': 803},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (12, 17); (14, 18); (15, 4); (15, 22); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt2_104.qasm -5586,27,97,"{'rz': 82, 'sx': 41, 'measure': 20}",{'cx': 80},"(2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt1_21.qasm -5587,127,11,"{'measure': 8, 'rz': 2, 'sx': 1}",{'cx': 7},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119)",ghz_mapped_ibm_washington_qiskit_opt3_8.qasm -5588,27,763,"{'sx': 160, 'rz': 160, 'measure': 20}",{'cx': 2389},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_20.qasm -5589,127,7491,"{'rz': 10537, 'sx': 164, 'measure': 82, 'x': 1}",{'cx': 47258},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_83.qasm -5590,127,7028,"{'rz': 9882, 'sx': 81, 'measure': 81}",{'cx': 47187},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_81.qasm -5591,27,39,"{'rz': 41, 'sx': 23, 'measure': 11}",{'cx': 28},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",dj_mapped_ibm_montreal_qiskit_opt2_12.qasm -5592,127,1420,"{'rz': 1815, 'sx': 66, 'measure': 33, 'x': 1}",{'cx': 3645},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt1_34.qasm -5593,127,7256,"{'rz': 12061, 'sx': 121, 'measure': 120}",{'cx': 40742},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_120.qasm -5594,127,1572,"{'rz': 2257, 'sx': 74, 'measure': 37, 'x': 1}",{'cx': 4613},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeinexact_mapped_ibm_washington_qiskit_opt1_38.qasm -5595,127,4026,"{'rz': 5075, 'sx': 58, 'measure': 58}",{'cx': 21462},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_58.qasm -5596,27,25,"{'rz': 60, 'sx': 31, 'measure': 22}",{'cx': 35},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt3_22.qasm -5597,127,7460,"{'sx': 704, 'rz': 704, 'measure': 88}",{'cx': 53345},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",su2random_mapped_ibm_washington_qiskit_opt1_88.qasm -5598,127,5808,"{'rz': 6107, 'sx': 124, 'measure': 62, 'x': 1}",{'cx': 28194},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt0_63.qasm -5599,127,5826,"{'sx': 568, 'rz': 568, 'measure': 71}",{'cx': 35485},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_71.qasm -5600,127,666,"{'rz': 486, 'sx': 433, 'measure': 30, 'x': 8}",{'cx': 3481},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",su2random_mapped_ibm_washington_qiskit_opt3_30.qasm -5601,127,6839,"{'rz': 12664, 'sx': 125, 'measure': 125}",{'cx': 45644},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_125.qasm -5602,27,209,"{'rz': 129, 'sx': 10, 'measure': 10}",{'cx': 231},"(8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qft_mapped_ibm_montreal_qiskit_opt2_10.qasm -5603,127,471,"{'rz': 941, 'sx': 533, 'measure': 14}",{'cx': 1029},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (71, 58); (71, 77); (77, 71)",portfoliovqe_mapped_ibm_washington_qiskit_opt2_14.qasm -5604,127,6276,"{'rz': 7050, 'sx': 228, 'measure': 114, 'x': 1}",{'cx': 36055},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_115.qasm -5605,127,91,"{'measure': 88, 'rz': 2, 'sx': 1}",{'cx': 87},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_88.qasm -5606,27,1336,"{'rz': 1294, 'sx': 430, 'measure': 16, 'x': 4}",{'cx': 2770},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",random_mapped_ibm_montreal_qiskit_opt0_16.qasm -5607,127,285,"{'rz': 144, 'sx': 54, 'measure': 9}",{'cx': 329},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (53, 41)",qnn_mapped_ibm_washington_qiskit_opt2_9.qasm -5608,127,38399,"{'rz': 52400, 'sx': 17890, 'x': 201, 'measure': 103}",{'cx': 327566},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt0_103.qasm -5609,27,1021,"{'rz': 957, 'sx': 361, 'measure': 16, 'x': 9}",{'cx': 1721},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",random_mapped_ibm_montreal_qiskit_opt2_16.qasm -5610,127,162,"{'rz': 96, 'sx': 64, 'measure': 8}",{'cx': 357},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",realamprandom_mapped_ibm_washington_qiskit_opt0_8.qasm -5611,127,9517,"{'rz': 768, 'sx': 768, 'measure': 96}",{'cx': 68829},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_96.qasm -5612,27,17,"{'measure': 14, 'rz': 2, 'sx': 1}",{'cx': 13},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_14.qasm -5613,127,2882,"{'rz': 3924, 'sx': 80, 'measure': 79}",{'cx': 13819},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (118, 110)",qftentangled_mapped_ibm_washington_qiskit_opt2_79.qasm -5614,127,173,"{'sx': 168, 'rz': 84, 'measure': 43, 'x': 1}",{'cx': 84},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",wstate_mapped_ibm_washington_qiskit_opt3_43.qasm -5615,127,2488,"{'rz': 3511, 'sx': 374, 'measure': 63}",{'cx': 8859},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",ae_mapped_ibm_washington_qiskit_opt2_63.qasm -5616,127,79612,"{'rz': 36748, 'sx': 149, 'measure': 11, 'x': 10}",{'cx': 76194},"(83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (122, 111)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt1_11.qasm -5617,127,1545,"{'rz': 352, 'sx': 352, 'measure': 44}",{'cx': 10469},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_44.qasm -5618,127,1300,"{'sx': 208, 'rz': 208, 'measure': 26}",{'cx': 4423},"(24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt1_26.qasm -5619,127,6643,"{'rz': 7310, 'sx': 136, 'measure': 68, 'x': 1}",{'cx': 34734},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt0_69.qasm -5620,127,3329,"{'rz': 4605, 'sx': 160, 'measure': 80, 'x': 1}",{'cx': 17688},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt2_81.qasm -5621,127,3981,"{'rz': 4767, 'sx': 168, 'measure': 84, 'x': 1}",{'cx': 18902},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111)",qpeinexact_mapped_ibm_washington_qiskit_opt2_85.qasm -5622,127,197,"{'rz': 130, 'sx': 10, 'measure': 10}",{'cx': 243},"(54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (72, 62)",qft_mapped_ibm_washington_qiskit_opt2_10.qasm -5623,127,8621,"{'rz': 732, 'sx': 488, 'measure': 61}",{'cx': 68184},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_61.qasm -5624,127,582,"{'rz': 527, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 999},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeinexact_mapped_ibm_washington_qiskit_opt1_18.qasm -5625,127,10438,"{'rz': 10283, 'sx': 3627, 'x': 50, 'measure': 46}",{'cx': 46176},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_46.qasm -5626,127,913,"{'sx': 168, 'rz': 168, 'measure': 21}",{'cx': 2846},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65)",su2random_mapped_ibm_washington_qiskit_opt1_21.qasm -5627,27,734,"{'rz': 690, 'sx': 138, 'measure': 23}",{'cx': 2204},"(2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt2_23.qasm -5628,127,25,"{'rz': 72, 'sx': 48, 'measure': 8}",{'cx': 14},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",vqe_mapped_ibm_washington_qiskit_opt0_8.qasm -5629,127,8221,"{'rz': 12000, 'sx': 518, 'measure': 87}",{'cx': 50772},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt0_87.qasm -5630,127,3974,"{'rz': 3720, 'sx': 96, 'measure': 48, 'x': 1}",{'cx': 16500},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_49.qasm -5631,127,3434,"{'rz': 3606, 'sx': 130, 'measure': 65, 'x': 1}",{'cx': 11538},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt2_66.qasm -5632,127,2721,"{'rz': 3090, 'sx': 254, 'measure': 43}",{'cx': 9903},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_43.qasm -5633,127,10586,"{'rz': 13771, 'sx': 188, 'measure': 94, 'x': 1}",{'cx': 70424},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt0_95.qasm -5634,27,1137,"{'rz': 272, 'sx': 136, 'measure': 17}",{'cx': 3606},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",su2random_mapped_ibm_montreal_qiskit_opt0_17.qasm -5635,127,2505,"{'rz': 6468, 'sx': 462, 'measure': 77}",{'cx': 26148},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (56, 52); (56, 57); (57, 56); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_77.qasm -5636,127,4611,"{'rz': 9190, 'sx': 548, 'measure': 92}",{'cx': 22832},"(8, 16); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_92.qasm -5637,127,808,"{'measure': 115, 'rz': 2, 'sx': 1}",{'cx': 948},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 90); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_115.qasm -5638,127,9568,"{'rz': 5372, 'sx': 408, 'measure': 68}",{'cx': 76298},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_68.qasm -5639,127,1405,"{'sx': 232, 'rz': 232, 'measure': 29}",{'cx': 5322},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_29.qasm -5640,127,8588,"{'sx': 776, 'rz': 776, 'measure': 97}",{'cx': 62703},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_97.qasm -5641,127,8116,"{'rz': 13872, 'sx': 96, 'measure': 96}",{'cx': 61713},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt0_96.qasm -5642,27,1185,"{'rz': 1119, 'sx': 146, 'measure': 25}",{'cx': 2850},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt0_25.qasm -5643,27,166,"{'rz': 130, 'sx': 78, 'measure': 14, 'x': 1}",{'cx': 143},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",wstate_mapped_ibm_montreal_qiskit_opt0_14.qasm -5644,127,213,"{'rz': 143, 'sx': 81, 'measure': 40}",{'cx': 244},"(16, 26); (24, 34); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98)",dj_mapped_ibm_washington_qiskit_opt2_41.qasm -5645,127,1590,"{'rz': 1220, 'sx': 732, 'measure': 123, 'x': 1}",{'cx': 1741},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_123.qasm -5646,127,3280,"{'rz': 7217, 'sx': 80, 'measure': 80}",{'cx': 18989},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_80.qasm -5647,127,1028,"{'sx': 555, 'rz': 425, 'measure': 125, 'x': 1}",{'cx': 1217},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_125.qasm -5648,127,298,"{'measure': 61, 'rz': 2, 'sx': 1}",{'cx': 534},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ghz_mapped_ibm_washington_qiskit_opt0_61.qasm -5649,27,7686,"{'rz': 2916, 'sx': 2234, 'x': 28, 'measure': 21}",{'cx': 3903},"(3, 5); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",pricingput_mapped_ibm_montreal_qiskit_opt1_21.qasm -5650,127,1844,"{'rz': 3418, 'sx': 1468, 'x': 178, 'measure': 46}",{'cx': 5467},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qpeexact_mapped_ibm_washington_qiskit_opt3_47.qasm -5651,27,1606,"{'rz': 1620, 'sx': 649, 'x': 23, 'measure': 22}",{'cx': 3518},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt2_22.qasm -5652,127,1927,"{'rz': 1992, 'sx': 1666, 'x': 87, 'measure': 46}",{'cx': 9796},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt3_46.qasm -5653,127,978,"{'rz': 1836, 'sx': 952, 'measure': 17}",{'cx': 2925},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",portfoliovqe_mapped_ibm_washington_qiskit_opt0_17.qasm -5654,127,424,"{'rz': 323, 'sx': 185, 'measure': 79, 'x': 9}",{'cx': 361},"(8, 16); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (64, 54); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt3_80.qasm -5655,127,2018,"{'rz': 1230, 'sx': 180, 'measure': 30}",{'cx': 10214},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_30.qasm -5656,27,1059,"{'rz': 847, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 2888},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_23.qasm -5657,127,174,"{'rz': 143, 'sx': 81, 'measure': 36, 'x': 3}",{'cx': 141},"(17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (47, 35); (53, 41); (53, 60); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",dj_mapped_ibm_washington_qiskit_opt3_37.qasm -5658,27,485,"{'rz': 392, 'sx': 16, 'measure': 16}",{'cx': 1119},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qft_mapped_ibm_montreal_qiskit_opt0_16.qasm -5659,127,4108,"{'rz': 4572, 'sx': 158, 'measure': 79, 'x': 1}",{'cx': 16950},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt2_80.qasm -5660,27,249,"{'rz': 186, 'sx': 12, 'measure': 12}",{'cx': 351},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qft_mapped_ibm_montreal_qiskit_opt2_12.qasm -5661,27,1063,"{'rz': 774, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 2596},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt0_22.qasm -5662,127,9676,"{'rz': 756, 'sx': 504, 'measure': 63}",{'cx': 73566},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_63.qasm -5663,127,274,"{'rz': 214, 'sx': 107, 'measure': 53}",{'cx': 290},"(17, 30); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 43); (35, 28); (35, 47); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (68, 55); (72, 62); (72, 81); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt1_54.qasm -5664,27,240,"{'sx': 72, 'rz': 72, 'measure': 9}",{'cx': 355},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt1_9.qasm -5665,127,35,"{'rz': 104, 'sx': 55, 'measure': 11}",{'cx': 50},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",qaoa_mapped_ibm_washington_qiskit_opt2_11.qasm -5666,127,27,"{'rz': 65, 'sx': 56, 'measure': 12, 'x': 8}",{'cx': 22},"(106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",vqe_mapped_ibm_washington_qiskit_opt1_12.qasm -5667,127,446,"{'rz': 334, 'sx': 183, 'measure': 91}",{'cx': 562},"(11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 22); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (122, 111)",dj_mapped_ibm_washington_qiskit_opt2_92.qasm -5668,27,170,"{'rz': 116, 'sx': 9, 'measure': 9}",{'cx': 201},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qft_mapped_ibm_montreal_qiskit_opt1_9.qasm -5669,127,388,"{'rz': 425, 'sx': 18, 'measure': 18}",{'cx': 831},"(24, 34); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62)",qft_mapped_ibm_washington_qiskit_opt2_18.qasm -5670,127,200,"{'rz': 142, 'sx': 71, 'measure': 35}",{'cx': 218},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (102, 92)",dj_mapped_ibm_washington_qiskit_opt1_36.qasm -5671,27,225,"{'rz': 145, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 240},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_10.qasm -5672,127,8777,"{'rz': 12198, 'sx': 642, 'measure': 107}",{'cx': 75568},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_107.qasm -5673,127,2780,"{'rz': 392, 'sx': 392, 'measure': 49}",{'cx': 15017},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_49.qasm -5674,127,1801,"{'sx': 304, 'rz': 304, 'measure': 38}",{'cx': 9756},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",su2random_mapped_ibm_washington_qiskit_opt1_38.qasm -5675,127,10544,"{'rz': 10727, 'sx': 3768, 'measure': 47, 'x': 42}",{'cx': 50122},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_47.qasm -5676,27,96,"{'rz': 108, 'sx': 72, 'measure': 12}",{'cx': 154},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",vqe_mapped_ibm_montreal_qiskit_opt0_12.qasm -5677,127,98,"{'measure': 17, 'rz': 2, 'sx': 1}",{'cx': 178},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_17.qasm -5678,127,1463,"{'rz': 1100, 'sx': 660, 'measure': 111, 'x': 1}",{'cx': 1645},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100)",wstate_mapped_ibm_washington_qiskit_opt0_111.qasm -5679,127,16335,"{'sx': 864, 'rz': 864, 'measure': 108}",{'cx': 97010},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_108.qasm -5680,27,520,"{'rz': 286, 'sx': 77, 'measure': 22}",{'cx': 737},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt2_11.qasm -5681,127,622,"{'rz': 531, 'sx': 195, 'measure': 11, 'x': 2}",{'cx': 1092},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_11.qasm -5682,27,307,"{'rz': 268, 'sx': 15, 'measure': 14}",{'cx': 528},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_14.qasm -5683,127,6776,"{'rz': 9318, 'sx': 554, 'measure': 93}",{'cx': 24903},"(7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_93.qasm -5684,127,2096,"{'rz': 5458, 'sx': 4790, 'x': 161, 'measure': 47}",{'cx': 9855},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt3_47.qasm -5685,127,2977,"{'rz': 5623, 'sx': 101, 'measure': 101}",{'cx': 23086},"(16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qft_mapped_ibm_washington_qiskit_opt2_101.qasm -5686,27,68,"{'rz': 50, 'sx': 25, 'x': 17, 'measure': 12}",{'cx': 108},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10)",dj_mapped_ibm_montreal_qiskit_opt0_13.qasm -5687,27,1457,"{'rz': 836, 'sx': 433, 'x': 35, 'measure': 9}",{'cx': 898},"(8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt3_9.qasm -5688,127,6283,"{'rz': 10000, 'sx': 103, 'measure': 103}",{'cx': 31074},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qft_mapped_ibm_washington_qiskit_opt1_103.qasm -5689,27,973,"{'rz': 430, 'sx': 220, 'measure': 13, 'x': 8}",{'cx': 650},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",pricingcall_mapped_ibm_montreal_qiskit_opt2_13.qasm -5690,127,5070,"{'rz': 5870, 'sx': 105, 'measure': 104}",{'cx': 27097},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_104.qasm -5691,27,522,"{'rz': 674, 'sx': 22, 'measure': 21}",{'cx': 2063},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt0_21.qasm -5692,127,2921,"{'rz': 1962, 'sx': 36, 'measure': 36}",{'cx': 9489},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24); (35, 28)",qft_mapped_ibm_washington_qiskit_opt0_36.qasm -5693,127,3390,"{'rz': 9759, 'sx': 101, 'measure': 101}",{'cx': 26549},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_101.qasm -5694,127,1829,"{'rz': 2741, 'sx': 43, 'measure': 43}",{'cx': 5694},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt1_43.qasm -5695,27,2042,"{'rz': 780, 'sx': 181, 'measure': 11, 'x': 10}",{'cx': 1842},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt2_11.qasm -5696,127,12792,"{'rz': 1264, 'sx': 632, 'measure': 79}",{'cx': 117903},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",su2random_mapped_ibm_washington_qiskit_opt0_79.qasm -5697,127,480,"{'rz': 450, 'sx': 108, 'measure': 18}",{'cx': 1397},"(44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qnn_mapped_ibm_washington_qiskit_opt2_18.qasm -5698,127,382,"{'rz': 576, 'sx': 288, 'measure': 96}",{'cx': 2295},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (92, 83); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt0_96.qasm -5699,127,2645,"{'sx': 440, 'rz': 440, 'measure': 55}",{'cx': 18178},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",realamprandom_mapped_ibm_washington_qiskit_opt1_55.qasm -5700,27,1008,"{'rz': 1003, 'sx': 158, 'measure': 27}",{'cx': 1899},"(0, 1); (1, 0); (1, 4); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt2_27.qasm -5701,127,4181,"{'rz': 1950, 'sx': 234, 'measure': 39}",{'cx': 22766},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_39.qasm -5702,127,1209,"{'sx': 224, 'rz': 224, 'measure': 28}",{'cx': 4091},"(36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt2_28.qasm -5703,27,130,"{'rz': 91, 'sx': 8, 'measure': 8}",{'cx': 152},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12)",qft_mapped_ibm_montreal_qiskit_opt1_8.qasm -5704,27,365,"{'rz': 96, 'sx': 96, 'measure': 12}",{'cx': 656},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_12.qasm -5705,27,503,"{'rz': 524, 'sx': 199, 'measure': 12, 'x': 5}",{'cx': 733},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_12.qasm -5706,127,11628,"{'sx': 808, 'rz': 808, 'measure': 101}",{'cx': 76600},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_101.qasm -5707,127,9200,"{'rz': 11544, 'sx': 624, 'measure': 104}",{'cx': 61164},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_104.qasm -5708,127,6006,"{'sx': 712, 'rz': 712, 'measure': 89}",{'cx': 50240},"(12, 13); (12, 17); (13, 12); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",su2random_mapped_ibm_washington_qiskit_opt1_89.qasm -5709,27,219,"{'rz': 130, 'sx': 48, 'x': 10, 'measure': 5}",{'cx': 100},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1)",pricingcall_mapped_ibm_montreal_qiskit_opt0_5.qasm -5710,127,340,"{'rz': 276, 'sx': 72, 'measure': 12}",{'cx': 1085},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_12.qasm -5711,27,105,"{'measure': 23, 'rz': 2, 'sx': 1}",{'cx': 187},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt0_23.qasm -5712,127,5103,"{'rz': 6614, 'sx': 75, 'measure': 75}",{'cx': 16963},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_75.qasm -5713,127,5242,"{'rz': 6126, 'sx': 204, 'measure': 102, 'x': 1}",{'cx': 27628},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeinexact_mapped_ibm_washington_qiskit_opt2_103.qasm -5714,27,19680,"{'rz': 9099, 'sx': 125, 'x': 10, 'measure': 9}",{'cx': 18930},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt1_9.qasm -5715,127,28164,"{'rz': 29241, 'sx': 11313, 'x': 398, 'measure': 89}",{'cx': 143595},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_89.qasm -5716,127,600,"{'rz': 470, 'sx': 282, 'measure': 48, 'x': 1}",{'cx': 631},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_48.qasm -5717,127,611,"{'rz': 891, 'sx': 475, 'measure': 19, 'x': 6}",{'cx': 1438},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (81, 72)",qnn_mapped_ibm_washington_qiskit_opt3_19.qasm -5718,127,3250,"{'rz': 3396, 'sx': 1311, 'x': 51, 'measure': 31}",{'cx': 8880},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (73, 66)",random_mapped_ibm_washington_qiskit_opt2_31.qasm -5719,127,750,"{'rz': 422, 'sx': 211, 'measure': 105, 'x': 95}",{'cx': 1293},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104)",dj_mapped_ibm_washington_qiskit_opt0_106.qasm -5720,27,708,"{'rz': 813, 'sx': 206, 'x': 37, 'measure': 21}",{'cx': 1376},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_22.qasm -5721,127,39,"{'rz': 24, 'sx': 12, 'measure': 8}",{'cx': 35},"(45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",graphstate_mapped_ibm_washington_qiskit_opt1_8.qasm -5722,127,1656,"{'rz': 1999, 'sx': 82, 'measure': 41, 'x': 1}",{'cx': 4830},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeinexact_mapped_ibm_washington_qiskit_opt2_42.qasm -5723,127,546,"{'rz': 1131, 'sx': 137, 'measure': 28, 'x': 14}",{'cx': 1877},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qftentangled_mapped_ibm_washington_qiskit_opt3_28.qasm -5724,27,5161,"{'rz': 1841, 'sx': 439, 'measure': 17, 'x': 10}",{'cx': 4581},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt1_17.qasm -5725,127,1075,"{'sx': 563, 'rz': 469, 'measure': 123, 'x': 1}",{'cx': 1569},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_123.qasm -5726,127,2471,"{'rz': 3305, 'sx': 368, 'measure': 62}",{'cx': 8466},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100)",ae_mapped_ibm_washington_qiskit_opt2_62.qasm -5727,127,383,"{'rz': 603, 'sx': 124, 'measure': 19, 'x': 7}",{'cx': 889},"(58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt3_19.qasm -5728,127,12133,"{'sx': 952, 'rz': 952, 'measure': 119}",{'cx': 92439},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_119.qasm -5729,127,5808,"{'rz': 6107, 'sx': 124, 'measure': 62, 'x': 1}",{'cx': 28194},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt0_63.qasm -5730,127,2993,"{'rz': 2142, 'sx': 72, 'measure': 36, 'x': 1}",{'cx': 9531},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (35, 28); (36, 32)",qpeexact_mapped_ibm_washington_qiskit_opt0_37.qasm -5731,127,1391,"{'rz': 312, 'sx': 208, 'measure': 26}",{'cx': 7269},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_26.qasm -5732,127,6749,"{'rz': 11816, 'sx': 118, 'measure': 118}",{'cx': 42504},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_118.qasm -5733,127,3646,"{'rz': 384, 'sx': 256, 'measure': 32}",{'cx': 17439},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30)",realamprandom_mapped_ibm_washington_qiskit_opt0_32.qasm -5734,127,6597,"{'rz': 10240, 'sx': 200, 'measure': 100, 'x': 1}",{'cx': 30941},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_101.qasm -5735,127,3053,"{'rz': 5160, 'sx': 120, 'measure': 60, 'x': 1}",{'cx': 11785},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt1_61.qasm -5736,127,1080,"{'rz': 1339, 'sx': 36, 'measure': 36}",{'cx': 3327},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100); (110, 118); (118, 110)",qft_mapped_ibm_washington_qiskit_opt2_36.qasm -5737,127,4643,"{'rz': 6372, 'sx': 74, 'measure': 73}",{'cx': 15249},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_73.qasm -5738,127,11822,"{'rz': 896, 'sx': 896, 'measure': 112}",{'cx': 83599},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",realamprandom_mapped_ibm_washington_qiskit_opt2_112.qasm -5739,27,1289,"{'rz': 216, 'sx': 144, 'measure': 18}",{'cx': 4305},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_18.qasm -5740,27,116,"{'rz': 98, 'sx': 49, 'measure': 24}",{'cx': 96},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt1_25.qasm -5741,127,133,"{'rz': 324, 'sx': 162, 'measure': 84}",{'cx': 492},"(1, 2); (2, 1); (2, 3); (3, 2); (7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_84.qasm -5742,127,2617,"{'rz': 2894, 'sx': 61, 'measure': 61}",{'cx': 9338},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",qft_mapped_ibm_washington_qiskit_opt2_61.qasm -5743,127,2162,"{'sx': 304, 'rz': 304, 'measure': 38}",{'cx': 9269},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt1_38.qasm -5744,127,124,"{'measure': 31, 'rz': 2, 'sx': 1}",{'cx': 213},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_31.qasm -5745,127,238,"{'rz': 231, 'sx': 72, 'measure': 12, 'x': 6}",{'cx': 309},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (72, 62)",qft_mapped_ibm_washington_qiskit_opt3_12.qasm -5746,127,9382,"{'rz': 960, 'sx': 480, 'measure': 60}",{'cx': 67290},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_60.qasm -5747,127,1125,"{'rz': 1517, 'sx': 32, 'measure': 32}",{'cx': 2951},"(58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",qft_mapped_ibm_washington_qiskit_opt1_32.qasm -5748,27,998,"{'rz': 208, 'sx': 208, 'measure': 26}",{'cx': 3618},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt2_26.qasm -5749,27,467,"{'rz': 384, 'sx': 158, 'measure': 14, 'x': 2}",{'cx': 825},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_14.qasm -5750,127,348,"{'rz': 636, 'sx': 318, 'measure': 106}",{'cx': 2680},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt0_106.qasm -5751,27,77,"{'sx': 72, 'rz': 36, 'measure': 19, 'x': 1}",{'cx': 36},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_19.qasm -5752,127,707,"{'sx': 168, 'rz': 168, 'measure': 21}",{'cx': 2138},"(54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (93, 87); (93, 106); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt2_21.qasm -5753,127,703,"{'rz': 389, 'sx': 335, 'measure': 29, 'x': 1}",{'cx': 3654},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (110, 100)",realamprandom_mapped_ibm_washington_qiskit_opt3_29.qasm -5754,127,9329,"{'sx': 728, 'rz': 728, 'measure': 91}",{'cx': 58256},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_91.qasm -5755,27,836,"{'rz': 766, 'sx': 678, 'x': 31, 'measure': 22}",{'cx': 2207},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_22.qasm -5756,27,200,"{'rz': 164, 'sx': 50, 'measure': 9, 'x': 6}",{'cx': 207},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",qpeexact_mapped_ibm_montreal_qiskit_opt3_10.qasm -5757,127,151,"{'rz': 156, 'sx': 78, 'measure': 26}",{'cx': 404},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_26.qasm -5758,127,45,"{'rz': 88, 'sx': 49, 'measure': 32, 'x': 3}",{'cx': 77},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (85, 73); (85, 86); (86, 85)",graphstate_mapped_ibm_washington_qiskit_opt3_32.qasm -5759,27,931,"{'rz': 950, 'sx': 25, 'measure': 25}",{'cx': 3081},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt0_25.qasm -5760,27,389,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1368},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt2_19.qasm -5761,27,664,"{'rz': 612, 'sx': 21, 'measure': 20}",{'cx': 2055},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt0_20.qasm -5762,127,2454,"{'rz': 360, 'sx': 360, 'measure': 45}",{'cx': 12979},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (89, 74)",realamprandom_mapped_ibm_washington_qiskit_opt1_45.qasm -5763,127,29,"{'rz': 82, 'sx': 78, 'measure': 14, 'x': 3}",{'cx': 26},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56)",vqe_mapped_ibm_washington_qiskit_opt1_14.qasm -5764,127,3694,"{'rz': 3690, 'sx': 1453, 'x': 72, 'measure': 33}",{'cx': 10145},"(34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",random_mapped_ibm_washington_qiskit_opt2_33.qasm -5765,127,14386,"{'rz': 13794, 'sx': 684, 'measure': 114}",{'cx': 90857},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_114.qasm -5766,127,25,"{'rz': 88, 'sx': 44, 'measure': 44}",{'cx': 44},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",graphstate_mapped_ibm_washington_qiskit_opt3_44.qasm -5767,127,3054,"{'rz': 3929, 'sx': 52, 'measure': 51}",{'cx': 16976},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_51.qasm -5768,127,6192,"{'rz': 7446, 'sx': 156, 'measure': 78, 'x': 1}",{'cx': 19957},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeinexact_mapped_ibm_washington_qiskit_opt1_79.qasm -5769,127,1559,"{'rz': 3102, 'sx': 46, 'measure': 46}",{'cx': 6486},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qft_mapped_ibm_washington_qiskit_opt1_46.qasm -5770,127,72,"{'rz': 338, 'sx': 169, 'measure': 85}",{'cx': 469},"(12, 17); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_85.qasm -5771,127,10069,"{'rz': 13158, 'sx': 734, 'measure': 123}",{'cx': 43461},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_123.qasm -5772,127,9646,"{'sx': 760, 'rz': 760, 'measure': 95}",{'cx': 57367},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_95.qasm -5773,127,147,"{'rz': 498, 'sx': 249, 'measure': 121}",{'cx': 829},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_121.qasm -5774,127,1442,"{'rz': 1614, 'sx': 74, 'measure': 37, 'x': 1}",{'cx': 3933},"(16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qpeexact_mapped_ibm_washington_qiskit_opt2_38.qasm -5775,127,6512,"{'rz': 7401, 'sx': 242, 'measure': 121, 'x': 1}",{'cx': 41949},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_122.qasm -5776,127,308,"{'rz': 172, 'sx': 56, 'measure': 16}",{'cx': 356},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",portfolioqaoa_mapped_ibm_washington_qiskit_opt1_8.qasm -5777,127,4196,"{'rz': 4505, 'sx': 106, 'measure': 53, 'x': 1}",{'cx': 19473},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41)",qpeinexact_mapped_ibm_washington_qiskit_opt0_54.qasm -5778,127,12492,"{'rz': 888, 'sx': 888, 'measure': 111}",{'cx': 87995},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_111.qasm -5779,127,37,"{'sx': 32, 'rz': 16, 'measure': 9, 'x': 1}",{'cx': 16},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120)",wstate_mapped_ibm_washington_qiskit_opt3_9.qasm -5780,127,22,"{'rz': 34, 'sx': 17, 'measure': 11}",{'cx': 26},"(44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",graphstate_mapped_ibm_washington_qiskit_opt3_11.qasm -5781,27,633,"{'sx': 136, 'rz': 136, 'measure': 17}",{'cx': 1537},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt2_17.qasm -5782,127,201,"{'sx': 196, 'rz': 98, 'measure': 50, 'x': 1}",{'cx': 98},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_50.qasm -5783,127,7435,"{'rz': 600, 'sx': 400, 'measure': 50}",{'cx': 45813},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_50.qasm -5784,127,666,"{'rz': 204, 'sx': 136, 'measure': 17}",{'cx': 2925},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_17.qasm -5785,127,22,"{'measure': 19, 'rz': 2, 'sx': 1}",{'cx': 18},"(93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_19.qasm -5786,127,13113,"{'rz': 11544, 'sx': 624, 'measure': 104}",{'cx': 68410},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_104.qasm -5787,27,722,"{'rz': 936, 'sx': 492, 'measure': 12}",{'cx': 1344},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_12.qasm -5788,127,65,"{'sx': 60, 'rz': 30, 'measure': 16, 'x': 1}",{'cx': 30},"(108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_16.qasm -5789,27,629,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1979},"(4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt1_19.qasm -5790,127,30186,"{'rz': 40702, 'sx': 13872, 'x': 140, 'measure': 91}",{'cx': 242561},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75)",random_mapped_ibm_washington_qiskit_opt0_91.qasm -5791,127,213,"{'rz': 342, 'sx': 171, 'measure': 57}",{'cx': 1155},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",graphstate_mapped_ibm_washington_qiskit_opt0_57.qasm -5792,27,366,"{'rz': 482, 'sx': 51, 'measure': 18, 'x': 4}",{'cx': 830},"(5, 8); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_18.qasm -5793,127,3257,"{'rz': 4540, 'sx': 86, 'measure': 86}",{'cx': 17583},"(16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100); (110, 118); (118, 110)",qft_mapped_ibm_washington_qiskit_opt2_86.qasm -5794,127,1819,"{'rz': 2642, 'sx': 57, 'measure': 56}",{'cx': 7805},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104)",qftentangled_mapped_ibm_washington_qiskit_opt2_56.qasm -5795,127,60,"{'measure': 57, 'rz': 2, 'sx': 1}",{'cx': 56},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_57.qasm -5796,127,7030,"{'rz': 7259, 'sx': 230, 'measure': 115, 'x': 1}",{'cx': 35810},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_116.qasm -5797,127,19434,"{'rz': 24031, 'sx': 8276, 'x': 97, 'measure': 70}",{'cx': 124531},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",random_mapped_ibm_washington_qiskit_opt0_70.qasm -5798,127,2303,"{'rz': 3509, 'sx': 94, 'measure': 47, 'x': 1}",{'cx': 7419},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87)",qpeexact_mapped_ibm_washington_qiskit_opt1_48.qasm -5799,127,1291,"{'sx': 504, 'rz': 402, 'measure': 112, 'x': 1}",{'cx': 1361},"(0, 1); (0, 14); (1, 0); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (51, 36); (52, 37); (52, 56); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_112.qasm -5800,127,491,"{'measure': 104, 'rz': 2, 'sx': 1}",{'cx': 880},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ghz_mapped_ibm_washington_qiskit_opt0_104.qasm -5801,127,1420,"{'rz': 1516, 'sx': 212, 'measure': 36}",{'cx': 3309},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",ae_mapped_ibm_washington_qiskit_opt2_36.qasm -5802,127,267,"{'rz': 414, 'sx': 207, 'measure': 69}",{'cx': 1197},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",graphstate_mapped_ibm_washington_qiskit_opt0_69.qasm -5803,127,3769,"{'sx': 408, 'rz': 408, 'measure': 51}",{'cx': 17208},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (106, 93)",realamprandom_mapped_ibm_washington_qiskit_opt1_51.qasm -5804,27,559,"{'rz': 1007, 'sx': 566, 'measure': 22, 'x': 7}",{'cx': 970},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_22.qasm -5805,127,26266,"{'rz': 33724, 'sx': 11640, 'x': 155, 'measure': 83}",{'cx': 189469},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_83.qasm -5806,127,2957,"{'rz': 7414, 'sx': 6267, 'x': 318, 'measure': 54}",{'cx': 13886},"(34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",realamprandom_mapped_ibm_washington_qiskit_opt3_54.qasm -5807,127,8158,"{'rz': 648, 'sx': 432, 'measure': 54}",{'cx': 55368},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41)",realamprandom_mapped_ibm_washington_qiskit_opt0_54.qasm -5808,127,11045,"{'rz': 1088, 'sx': 544, 'measure': 68}",{'cx': 87795},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_68.qasm -5809,127,389,"{'sx': 384, 'rz': 192, 'measure': 97, 'x': 1}",{'cx': 192},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_97.qasm -5810,127,129,"{'sx': 124, 'rz': 62, 'measure': 32, 'x': 1}",{'cx': 62},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",wstate_mapped_ibm_washington_qiskit_opt1_32.qasm -5811,127,114,"{'rz': 410, 'sx': 205, 'measure': 105}",{'cx': 612},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_105.qasm -5812,27,66,"{'sx': 139, 'rz': 131, 'measure': 9}",{'cx': 40},"(17, 18); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",tsp_mapped_ibm_montreal_qiskit_opt3_9.qasm -5813,127,592,"{'rz': 671, 'sx': 607, 'measure': 19, 'x': 15}",{'cx': 1582},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",realamprandom_mapped_ibm_washington_qiskit_opt3_19.qasm -5814,127,339,"{'rz': 305, 'sx': 114, 'x': 15, 'measure': 12}",{'cx': 365},"(34, 43); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66)",qpeinexact_mapped_ibm_washington_qiskit_opt3_13.qasm -5815,27,206,"{'sx': 64, 'rz': 64, 'measure': 8}",{'cx': 237},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",realamprandom_mapped_ibm_montreal_qiskit_opt2_8.qasm -5816,27,153,"{'rz': 102, 'sx': 60, 'x': 11, 'measure': 5}",{'cx': 68},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13)",pricingcall_mapped_ibm_montreal_qiskit_opt3_5.qasm -5817,127,787,"{'rz': 690, 'sx': 138, 'measure': 23}",{'cx': 2297},"(19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92)",qnn_mapped_ibm_washington_qiskit_opt1_23.qasm -5818,27,225,"{'rz': 146, 'sx': 11, 'measure': 10}",{'cx': 261},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qftentangled_mapped_ibm_montreal_qiskit_opt1_10.qasm -5819,127,343,"{'rz': 270, 'sx': 162, 'measure': 28, 'x': 1}",{'cx': 357},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_28.qasm -5820,127,1254,"{'rz': 1814, 'sx': 645, 'x': 85, 'measure': 32}",{'cx': 2729},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt3_33.qasm -5821,127,60853,"{'rz': 59346, 'sx': 22013, 'x': 768, 'measure': 124}",{'cx': 357778},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_124.qasm -5822,127,85,"{'rz': 190, 'sx': 102, 'measure': 61, 'x': 5}",{'cx': 239},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93)",graphstate_mapped_ibm_washington_qiskit_opt3_61.qasm -5823,127,157,"{'sx': 152, 'rz': 76, 'measure': 39, 'x': 1}",{'cx': 76},"(31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_39.qasm -5824,127,3391,"{'rz': 6150, 'sx': 450, 'measure': 75}",{'cx': 28179},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_75.qasm -5825,127,3887,"{'rz': 4652, 'sx': 112, 'measure': 56, 'x': 1}",{'cx': 10446},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",qpeinexact_mapped_ibm_washington_qiskit_opt1_57.qasm -5826,27,380,"{'rz': 144, 'sx': 144, 'measure': 18}",{'cx': 1225},"(3, 5); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_18.qasm -5827,127,1405,"{'rz': 2244, 'sx': 264, 'measure': 44}",{'cx': 8297},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt2_44.qasm -5828,127,1081,"{'rz': 1075, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 3071},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_26.qasm -5829,127,678,"{'rz': 851, 'sx': 24, 'measure': 24}",{'cx': 1680},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt1_24.qasm -5830,127,48,"{'measure': 45, 'rz': 2, 'sx': 1}",{'cx': 44},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt3_45.qasm -5831,127,889,"{'sx': 481, 'rz': 383, 'measure': 107, 'x': 1}",{'cx': 1207},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_107.qasm -5832,127,6845,"{'rz': 5840, 'sx': 1951, 'measure': 35, 'x': 23}",{'cx': 26545},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_35.qasm -5833,127,835,"{'measure': 112, 'rz': 2, 'sx': 1}",{'cx': 927},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (121, 122); (122, 111); (122, 121); (126, 112)",ghz_mapped_ibm_washington_qiskit_opt2_112.qasm -5834,127,602,"{'rz': 326, 'sx': 163, 'x': 81, 'measure': 81}",{'cx': 1029},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",dj_mapped_ibm_washington_qiskit_opt0_82.qasm -5835,27,652,"{'rz': 444, 'sx': 18, 'measure': 17}",{'cx': 1584},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qftentangled_mapped_ibm_montreal_qiskit_opt0_17.qasm -5836,127,952,"{'rz': 921, 'sx': 405, 'x': 19, 'measure': 17}",{'cx': 1711},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81)",random_mapped_ibm_washington_qiskit_opt2_17.qasm -5837,127,7260,"{'rz': 8621, 'sx': 148, 'measure': 74, 'x': 1}",{'cx': 39342},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (73, 66); (74, 70)",qpeexact_mapped_ibm_washington_qiskit_opt0_75.qasm -5838,127,7015,"{'sx': 624, 'rz': 624, 'measure': 78}",{'cx': 37116},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_78.qasm -5839,127,149,"{'sx': 144, 'rz': 72, 'measure': 37, 'x': 1}",{'cx': 72},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75)",wstate_mapped_ibm_washington_qiskit_opt3_37.qasm -5840,127,5684,"{'rz': 7267, 'sx': 704, 'measure': 118}",{'cx': 33305},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",ae_mapped_ibm_washington_qiskit_opt2_118.qasm -5841,127,8609,"{'rz': 12180, 'sx': 121, 'measure': 121}",{'cx': 42279},"(0, 14); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_121.qasm -5842,127,6364,"{'rz': 7735, 'sx': 140, 'measure': 70, 'x': 1}",{'cx': 36056},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69)",qpeinexact_mapped_ibm_washington_qiskit_opt0_71.qasm -5843,127,41330,"{'rz': 41135, 'sx': 14989, 'x': 545, 'measure': 103}",{'cx': 215630},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_103.qasm -5844,127,336,"{'rz': 152, 'sx': 70, 'measure': 7, 'x': 6}",{'cx': 234},"(72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (92, 83)",pricingput_mapped_ibm_washington_qiskit_opt2_7.qasm -5845,127,1800,"{'rz': 4083, 'sx': 1973, 'x': 224, 'measure': 53}",{'cx': 6172},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qft_mapped_ibm_washington_qiskit_opt3_53.qasm -5846,127,43095,"{'rz': 43462, 'sx': 16146, 'x': 558, 'measure': 106}",{'cx': 230533},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_106.qasm -5847,127,329,"{'sx': 324, 'rz': 162, 'measure': 82, 'x': 1}",{'cx': 162},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_82.qasm -5848,127,1165,"{'sx': 525, 'rz': 425, 'measure': 116, 'x': 1}",{'cx': 1559},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",wstate_mapped_ibm_washington_qiskit_opt1_116.qasm -5849,127,303,"{'rz': 462, 'sx': 231, 'measure': 77}",{'cx': 1631},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",graphstate_mapped_ibm_washington_qiskit_opt0_77.qasm -5850,127,5476,"{'rz': 7954, 'sx': 164, 'measure': 82, 'x': 1}",{'cx': 21590},"(15, 22); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qpeinexact_mapped_ibm_washington_qiskit_opt1_83.qasm -5851,127,1181,"{'rz': 2017, 'sx': 1809, 'x': 50, 'measure': 33}",{'cx': 4664},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",su2random_mapped_ibm_washington_qiskit_opt3_33.qasm -5852,27,198,"{'sx': 72, 'rz': 72, 'measure': 9}",{'cx': 290},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21)",su2random_mapped_ibm_montreal_qiskit_opt2_9.qasm -5853,27,340,"{'rz': 292, 'sx': 16, 'measure': 15}",{'cx': 590},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_15.qasm -5854,127,137,"{'sx': 132, 'rz': 66, 'measure': 34, 'x': 1}",{'cx': 66},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 91); (90, 75); (90, 94); (91, 79); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",wstate_mapped_ibm_washington_qiskit_opt2_34.qasm -5855,127,393,"{'measure': 87, 'rz': 2, 'sx': 1}",{'cx': 698},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_87.qasm -5856,127,7391,"{'rz': 11383, 'sx': 218, 'measure': 109, 'x': 1}",{'cx': 37040},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_110.qasm -5857,127,248,"{'rz': 118, 'sx': 59, 'x': 29, 'measure': 29}",{'cx': 422},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_30.qasm -5858,127,757,"{'rz': 1564, 'sx': 843, 'measure': 25, 'x': 10}",{'cx': 2489},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",qnn_mapped_ibm_washington_qiskit_opt3_25.qasm -5859,127,639,"{'rz': 725, 'sx': 633, 'measure': 18, 'x': 7}",{'cx': 1402},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",realamprandom_mapped_ibm_washington_qiskit_opt3_18.qasm -5860,127,4672,"{'rz': 480, 'sx': 320, 'measure': 40}",{'cx': 27534},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_40.qasm -5861,127,8842,"{'sx': 760, 'rz': 760, 'measure': 95}",{'cx': 64231},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_95.qasm -5862,127,7537,"{'sx': 712, 'rz': 712, 'measure': 89}",{'cx': 50070},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_89.qasm -5863,127,304,"{'rz': 260, 'sx': 115, 'measure': 10, 'x': 7}",{'cx': 377},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",random_mapped_ibm_washington_qiskit_opt2_10.qasm -5864,127,623,"{'rz': 673, 'sx': 23, 'measure': 23}",{'cx': 1397},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt2_23.qasm -5865,127,532,"{'rz': 420, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 1452},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_16.qasm -5866,127,12508,"{'rz': 864, 'sx': 864, 'measure': 108}",{'cx': 80359},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",realamprandom_mapped_ibm_washington_qiskit_opt2_108.qasm -5867,27,864,"{'rz': 826, 'sx': 140, 'measure': 24}",{'cx': 1455},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt2_24.qasm -5868,27,943,"{'rz': 878, 'sx': 25, 'measure': 24}",{'cx': 3164},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt0_24.qasm -5869,127,345,"{'sx': 340, 'rz': 170, 'measure': 86, 'x': 1}",{'cx': 170},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_86.qasm -5870,127,889,"{'rz': 918, 'sx': 162, 'measure': 27}",{'cx': 3240},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85)",qnn_mapped_ibm_washington_qiskit_opt1_27.qasm -5871,127,4296,"{'rz': 1842, 'sx': 435, 'x': 42, 'measure': 13}",{'cx': 4548},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt0_13.qasm -5872,27,18,"{'measure': 15, 'rz': 2, 'sx': 1}",{'cx': 14},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_15.qasm -5873,127,631,"{'rz': 801, 'sx': 26, 'measure': 25}",{'cx': 1633},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qftentangled_mapped_ibm_washington_qiskit_opt2_25.qasm -5874,127,5118,"{'rz': 600, 'sx': 600, 'measure': 75}",{'cx': 37392},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",realamprandom_mapped_ibm_washington_qiskit_opt1_75.qasm -5875,127,6876,"{'rz': 7583, 'sx': 246, 'measure': 123, 'x': 1}",{'cx': 41142},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_124.qasm -5876,127,778,"{'rz': 950, 'sx': 25, 'measure': 25}",{'cx': 2994},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_25.qasm -5877,127,132,"{'rz': 64, 'sx': 8, 'measure': 7}",{'cx': 123},"(45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qftentangled_mapped_ibm_washington_qiskit_opt2_7.qasm -5878,127,643,"{'rz': 479, 'sx': 281, 'measure': 125, 'x': 13}",{'cx': 623},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",dj_mapped_ibm_washington_qiskit_opt3_126.qasm -5879,127,61,"{'sx': 56, 'rz': 28, 'measure': 15, 'x': 1}",{'cx': 28},"(112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_15.qasm -5880,27,276,"{'rz': 96, 'sx': 64, 'measure': 8}",{'cx': 459},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_8.qasm -5881,127,14551,"{'rz': 996, 'sx': 664, 'measure': 83}",{'cx': 135705},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_83.qasm -5882,127,11796,"{'rz': 12478, 'sx': 4411, 'x': 63, 'measure': 51}",{'cx': 59368},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_51.qasm -5883,27,1352,"{'rz': 240, 'sx': 160, 'measure': 20}",{'cx': 5064},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_20.qasm -5884,127,6361,"{'rz': 7247, 'sx': 236, 'measure': 118, 'x': 1}",{'cx': 37803},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_119.qasm -5885,127,428,"{'rz': 617, 'sx': 271, 'measure': 28}",{'cx': 1192},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (71, 58); (71, 77); (77, 71)",portfolioqaoa_mapped_ibm_washington_qiskit_opt3_14.qasm -5886,27,106,"{'measure': 24, 'rz': 2, 'sx': 1}",{'cx': 194},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt0_24.qasm -5887,127,1097,"{'rz': 4609, 'sx': 3240, 'measure': 35, 'x': 4}",{'cx': 4211},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",qnn_mapped_ibm_washington_qiskit_opt3_35.qasm -5888,127,369,"{'sx': 364, 'rz': 182, 'measure': 92, 'x': 1}",{'cx': 182},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_92.qasm -5889,127,12863,"{'rz': 1232, 'sx': 616, 'measure': 77}",{'cx': 112683},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",su2random_mapped_ibm_washington_qiskit_opt0_77.qasm -5890,127,10029,"{'rz': 10522, 'sx': 3967, 'x': 165, 'measure': 53}",{'cx': 37187},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt1_53.qasm -5891,127,22604,"{'rz': 23931, 'sx': 8725, 'x': 281, 'measure': 78}",{'cx': 104506},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_78.qasm -5892,127,714,"{'rz': 459, 'sx': 247, 'measure': 123}",{'cx': 901},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt2_124.qasm -5893,127,1400,"{'rz': 1851, 'sx': 46, 'measure': 45}",{'cx': 5054},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",qftentangled_mapped_ibm_washington_qiskit_opt2_45.qasm -5894,127,5092,"{'rz': 6767, 'sx': 67, 'measure': 67}",{'cx': 30147},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_67.qasm -5895,127,2303,"{'rz': 3509, 'sx': 94, 'measure': 47, 'x': 1}",{'cx': 7419},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87)",qpeinexact_mapped_ibm_washington_qiskit_opt1_48.qasm -5896,127,1419,"{'rz': 650, 'sx': 93, 'x': 41, 'measure': 7}",{'cx': 1268},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",grover-v-chain_mapped_ibm_washington_qiskit_opt0_7.qasm -5897,127,4745,"{'sx': 576, 'rz': 576, 'measure': 72}",{'cx': 32405},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_72.qasm -5898,127,602,"{'rz': 607, 'sx': 23, 'measure': 22}",{'cx': 1300},"(34, 43); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt2_22.qasm -5899,127,8531,"{'rz': 792, 'sx': 792, 'measure': 99}",{'cx': 60486},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_99.qasm -5900,127,189,"{'sx': 184, 'rz': 92, 'measure': 47, 'x': 1}",{'cx': 92},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (34, 24); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",wstate_mapped_ibm_washington_qiskit_opt1_47.qasm -5901,127,1194,"{'rz': 1083, 'sx': 56, 'measure': 28, 'x': 1}",{'cx': 2433},"(33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",qpeinexact_mapped_ibm_washington_qiskit_opt2_29.qasm -5902,127,301,"{'sx': 296, 'rz': 148, 'measure': 75, 'x': 1}",{'cx': 148},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_75.qasm -5903,127,456,"{'rz': 246, 'sx': 123, 'x': 63, 'measure': 61}",{'cx': 772},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60)",dj_mapped_ibm_washington_qiskit_opt0_62.qasm -5904,127,782,"{'rz': 430, 'sx': 215, 'measure': 107, 'x': 97}",{'cx': 1316},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",dj_mapped_ibm_washington_qiskit_opt0_108.qasm -5905,127,73,"{'rz': 188, 'sx': 94, 'measure': 52}",{'cx': 265},"(20, 33); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt2_52.qasm -5906,27,40,"{'rz': 76, 'sx': 40, 'measure': 8}",{'cx': 50},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (20, 19)",qaoa_mapped_ibm_montreal_qiskit_opt3_8.qasm -5907,27,258,"{'rz': 158, 'sx': 142, 'measure': 9, 'x': 4}",{'cx': 299},"(8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt3_9.qasm -5908,127,3296,"{'rz': 4026, 'sx': 416, 'measure': 70}",{'cx': 10956},"(11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_70.qasm -5909,127,621,"{'rz': 615, 'sx': 176, 'x': 26, 'measure': 18}",{'cx': 896},"(4, 15); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",qpeexact_mapped_ibm_washington_qiskit_opt3_19.qasm -5910,127,341,"{'sx': 336, 'rz': 168, 'measure': 85, 'x': 1}",{'cx': 168},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_85.qasm -5911,127,361,"{'sx': 356, 'rz': 178, 'measure': 90, 'x': 1}",{'cx': 178},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_90.qasm -5912,127,435,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1266},"(15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",realamprandom_mapped_ibm_washington_qiskit_opt2_16.qasm -5913,127,1231,"{'rz': 2058, 'sx': 252, 'measure': 42}",{'cx': 7112},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (45, 54); (47, 35); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qnn_mapped_ibm_washington_qiskit_opt2_42.qasm -5914,127,27530,"{'rz': 28495, 'sx': 11039, 'x': 428, 'measure': 88}",{'cx': 139262},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",random_mapped_ibm_washington_qiskit_opt2_88.qasm -5915,27,1699,"{'rz': 846, 'sx': 195, 'x': 30, 'measure': 9}",{'cx': 1632},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt0_9.qasm -5916,127,14185,"{'sx': 840, 'rz': 840, 'measure': 105}",{'cx': 85106},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_105.qasm -5917,127,13662,"{'rz': 992, 'sx': 992, 'measure': 124}",{'cx': 103568},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 102); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_124.qasm -5918,127,205,"{'rz': 98, 'sx': 49, 'measure': 24, 'x': 23}",{'cx': 345},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_25.qasm -5919,27,436,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1886},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_19.qasm -5920,127,876,"{'rz': 478, 'sx': 176, 'x': 30, 'measure': 11}",{'cx': 878},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",pricingcall_mapped_ibm_washington_qiskit_opt0_11.qasm -5921,27,116,"{'rz': 80, 'sx': 24, 'measure': 7, 'x': 1}",{'cx': 109},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",qftentangled_mapped_ibm_montreal_qiskit_opt3_7.qasm -5922,127,9379,"{'rz': 780, 'sx': 520, 'measure': 65}",{'cx': 78171},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_65.qasm -5923,127,5967,"{'rz': 9702, 'sx': 572, 'measure': 96}",{'cx': 26196},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt1_96.qasm -5924,127,869,"{'rz': 690, 'sx': 414, 'measure': 70, 'x': 1}",{'cx': 903},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",wstate_mapped_ibm_washington_qiskit_opt0_70.qasm -5925,27,544,"{'rz': 592, 'sx': 21, 'measure': 20}",{'cx': 1149},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt1_20.qasm -5926,127,7364,"{'rz': 7435, 'sx': 2541, 'measure': 39, 'x': 26}",{'cx': 30528},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_39.qasm -5927,127,723,"{'rz': 406, 'sx': 203, 'measure': 101, 'x': 93}",{'cx': 1238},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt0_102.qasm -5928,27,74,"{'measure': 26, 'rz': 2, 'sx': 1}",{'cx': 70},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_26.qasm -5929,127,5400,"{'rz': 6409, 'sx': 212, 'measure': 106, 'x': 1}",{'cx': 29949},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_107.qasm -5930,127,49,"{'sx': 58, 'rz': 53, 'measure': 4}",{'cx': 15},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115)",tsp_mapped_ibm_washington_qiskit_opt2_4.qasm -5931,27,1114,"{'rz': 1126, 'sx': 395, 'measure': 15, 'x': 3}",{'cx': 2245},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",random_mapped_ibm_montreal_qiskit_opt0_15.qasm -5932,27,78,"{'rz': 70, 'sx': 43, 'measure': 18, 'x': 2}",{'cx': 47},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt3_19.qasm -5933,127,582,"{'measure': 123, 'rz': 2, 'sx': 1}",{'cx': 1043},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_123.qasm -5934,127,3177,"{'rz': 7943, 'sx': 86, 'measure': 86}",{'cx': 18941},"(16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_86.qasm -5935,27,332,"{'rz': 219, 'sx': 95, 'measure': 16, 'x': 2}",{'cx': 336},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt3_8.qasm -5936,127,57,"{'measure': 54, 'rz': 2, 'sx': 1}",{'cx': 53},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_54.qasm -5937,127,984,"{'rz': 1470, 'sx': 210, 'measure': 35}",{'cx': 4957},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (92, 83)",qnn_mapped_ibm_washington_qiskit_opt2_35.qasm -5938,127,1816,"{'sx': 352, 'rz': 352, 'measure': 44}",{'cx': 10605},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (93, 87)",su2random_mapped_ibm_washington_qiskit_opt2_44.qasm -5939,127,1027,"{'rz': 272, 'sx': 272, 'measure': 34}",{'cx': 5548},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",realamprandom_mapped_ibm_washington_qiskit_opt2_34.qasm -5940,127,383,"{'measure': 77, 'rz': 2, 'sx': 1}",{'cx': 688},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_77.qasm -5941,127,5424,"{'rz': 9574, 'sx': 566, 'measure': 95}",{'cx': 24836},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_95.qasm -5942,127,16395,"{'sx': 1000, 'rz': 1000, 'measure': 125}",{'cx': 118010},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_125.qasm -5943,127,319,"{'rz': 205, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 572},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_11.qasm -5944,127,48,"{'rz': 96, 'sx': 51, 'measure': 29, 'x': 1}",{'cx': 85},"(20, 33); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (92, 102); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118)",graphstate_mapped_ibm_washington_qiskit_opt3_29.qasm -5945,127,1791,"{'rz': 3833, 'sx': 53, 'measure': 52}",{'cx': 7524},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qftentangled_mapped_ibm_washington_qiskit_opt1_52.qasm -5946,127,2433,"{'rz': 3942, 'sx': 302, 'measure': 51}",{'cx': 7515},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",ae_mapped_ibm_washington_qiskit_opt1_51.qasm -5947,127,295,"{'rz': 178, 'sx': 148, 'measure': 13, 'x': 1}",{'cx': 650},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",su2random_mapped_ibm_washington_qiskit_opt3_13.qasm -5948,27,21,"{'rz': 43, 'sx': 38, 'measure': 7, 'x': 2}",{'cx': 12},"(17, 18); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt1_7.qasm -5949,127,9763,"{'rz': 720, 'sx': 480, 'measure': 60}",{'cx': 68607},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_60.qasm -5950,127,389,"{'sx': 384, 'rz': 192, 'measure': 97, 'x': 1}",{'cx': 192},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_97.qasm -5951,127,1442,"{'rz': 1957, 'sx': 206, 'measure': 35}",{'cx': 3404},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (111, 104); (111, 122); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_35.qasm -5952,127,35,"{'measure': 32, 'rz': 2, 'sx': 1}",{'cx': 31},"(32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_32.qasm -5953,127,163,"{'rz': 82, 'sx': 41, 'x': 21, 'measure': 20}",{'cx': 278},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_21.qasm -5954,127,5448,"{'rz': 9351, 'sx': 186, 'measure': 93, 'x': 1}",{'cx': 26122},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt1_94.qasm -5955,27,41,"{'rz': 48, 'sx': 24, 'measure': 14}",{'cx': 35},"(5, 8); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",graphstate_mapped_ibm_montreal_qiskit_opt2_14.qasm -5956,127,4902,"{'rz': 9037, 'sx': 96, 'measure': 95}",{'cx': 25724},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_95.qasm -5957,127,3334,"{'rz': 432, 'sx': 432, 'measure': 54}",{'cx': 19566},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (102, 92)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_54.qasm -5958,127,981,"{'rz': 1027, 'sx': 26, 'measure': 26}",{'cx': 3419},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_26.qasm -5959,127,131,"{'rz': 120, 'sx': 60, 'measure': 12}",{'cx': 354},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qaoa_mapped_ibm_washington_qiskit_opt0_12.qasm -5960,27,77,"{'measure': 17, 'rz': 2, 'sx': 1}",{'cx': 127},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",ghz_mapped_ibm_montreal_qiskit_opt0_17.qasm -5961,127,1078,"{'rz': 2270, 'sx': 1970, 'x': 94, 'measure': 34}",{'cx': 4838},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt3_34.qasm -5962,127,379,"{'rz': 319, 'sx': 77, 'measure': 22}",{'cx': 1209},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",portfolioqaoa_mapped_ibm_washington_qiskit_opt0_11.qasm -5963,127,10323,"{'sx': 744, 'rz': 744, 'measure': 93}",{'cx': 62755},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_93.qasm -5964,127,77,"{'measure': 74, 'rz': 2, 'sx': 1}",{'cx': 73},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_74.qasm -5965,127,581,"{'measure': 122, 'rz': 2, 'sx': 1}",{'cx': 1042},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_122.qasm -5966,127,444,"{'rz': 234, 'sx': 117, 'x': 59, 'measure': 58}",{'cx': 757},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59)",dj_mapped_ibm_washington_qiskit_opt0_59.qasm -5967,27,418,"{'rz': 662, 'sx': 70, 'measure': 21, 'x': 3}",{'cx': 1118},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_21.qasm -5968,27,465,"{'rz': 418, 'sx': 300, 'measure': 10, 'x': 2}",{'cx': 435},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt3_10.qasm -5969,127,780,"{'rz': 1061, 'sx': 277, 'x': 32, 'measure': 25}",{'cx': 1788},"(34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qpeinexact_mapped_ibm_washington_qiskit_opt3_26.qasm -5970,127,1627,"{'sx': 328, 'rz': 328, 'measure': 41}",{'cx': 9929},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_41.qasm -5971,27,568,"{'rz': 516, 'sx': 442, 'measure': 15, 'x': 10}",{'cx': 991},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_15.qasm -5972,27,85,"{'sx': 80, 'rz': 40, 'measure': 21, 'x': 1}",{'cx': 40},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt2_21.qasm -5973,127,106,"{'rz': 108, 'sx': 60, 'measure': 4}",{'cx': 45},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2)",groundstate_small_mapped_ibm_washington_qiskit_opt0_4.qasm -5974,127,64,"{'rz': 182, 'sx': 91, 'measure': 53}",{'cx': 266},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (99, 100); (100, 99); (100, 110); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100)",graphstate_mapped_ibm_washington_qiskit_opt2_53.qasm -5975,27,430,"{'rz': 228, 'sx': 202, 'measure': 11, 'x': 9}",{'cx': 518},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt3_11.qasm -5976,127,1655,"{'rz': 4159, 'sx': 1854, 'x': 209, 'measure': 54}",{'cx': 6397},"(28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt3_54.qasm -5977,127,2822,"{'rz': 1072, 'sx': 255, 'measure': 13, 'x': 10}",{'cx': 2494},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt2_13.qasm -5978,127,6276,"{'rz': 648, 'sx': 648, 'measure': 81}",{'cx': 43414},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",realamprandom_mapped_ibm_washington_qiskit_opt1_81.qasm -5979,127,32,"{'measure': 29, 'rz': 2, 'sx': 1}",{'cx': 28},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt2_29.qasm -5980,127,6796,"{'rz': 9446, 'sx': 560, 'measure': 94}",{'cx': 24865},"(3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_94.qasm -5981,127,397,"{'rz': 708, 'sx': 372, 'measure': 12}",{'cx': 894},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",groundstate_medium_mapped_ibm_washington_qiskit_opt0_12.qasm -5982,127,196,"{'measure': 37, 'rz': 2, 'sx': 1}",{'cx': 351},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (35, 28); (36, 32)",ghz_mapped_ibm_washington_qiskit_opt0_37.qasm -5983,127,26,"{'measure': 23, 'rz': 2, 'sx': 1}",{'cx': 22},"(74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_23.qasm -5984,127,5475,"{'rz': 6106, 'sx': 602, 'measure': 101}",{'cx': 23166},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_101.qasm -5985,127,623,"{'rz': 781, 'sx': 25, 'measure': 25}",{'cx': 1645},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt2_25.qasm -5986,127,208,"{'rz': 140, 'sx': 16, 'measure': 8, 'x': 1}",{'cx': 186},"(45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",qpeinexact_mapped_ibm_washington_qiskit_opt1_9.qasm -5987,127,313,"{'sx': 308, 'rz': 154, 'measure': 78, 'x': 1}",{'cx': 154},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_78.qasm -5988,127,64,"{'rz': 54, 'sx': 33, 'measure': 14, 'x': 2}",{'cx': 38},"(45, 46); (45, 54); (46, 45); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",dj_mapped_ibm_washington_qiskit_opt3_15.qasm -5989,127,5151,"{'rz': 5365, 'sx': 116, 'measure': 58, 'x': 1}",{'cx': 24533},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt0_59.qasm -5990,127,11246,"{'sx': 872, 'rz': 872, 'measure': 109}",{'cx': 76223},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_109.qasm -5991,127,3168,"{'rz': 4779, 'sx': 114, 'measure': 57, 'x': 1}",{'cx': 10981},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt1_58.qasm -5992,127,270,"{'rz': 510, 'sx': 255, 'measure': 85}",{'cx': 1582},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",graphstate_mapped_ibm_washington_qiskit_opt0_85.qasm -5993,127,1443,"{'sx': 320, 'rz': 320, 'measure': 40}",{'cx': 8077},"(24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_40.qasm -5994,127,89,"{'rz': 157, 'sx': 81, 'measure': 45}",{'cx': 196},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",graphstate_mapped_ibm_washington_qiskit_opt3_45.qasm -5995,27,864,"{'rz': 478, 'sx': 176, 'x': 60, 'measure': 11}",{'cx': 806},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",pricingput_mapped_ibm_montreal_qiskit_opt0_11.qasm -5996,127,84,"{'rz': 90, 'sx': 45, 'measure': 15}",{'cx': 246},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_15.qasm -5997,127,6054,"{'rz': 11329, 'sx': 114, 'measure': 114}",{'cx': 37195},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_114.qasm -5998,27,602,"{'rz': 413, 'sx': 244, 'x': 25, 'measure': 11}",{'cx': 383},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",pricingcall_mapped_ibm_montreal_qiskit_opt3_11.qasm -5999,127,14,"{'measure': 11, 'rz': 2, 'sx': 1}",{'cx': 10},"(111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ghz_mapped_ibm_washington_qiskit_opt1_11.qasm -6000,127,25,"{'rz': 48, 'sx': 24, 'measure': 24}",{'cx': 24},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42)",graphstate_mapped_ibm_washington_qiskit_opt3_24.qasm -6001,127,48,"{'measure': 45, 'rz': 2, 'sx': 1}",{'cx': 44},"(9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_45.qasm -6002,127,21006,"{'sx': 1016, 'rz': 1016, 'measure': 127}",{'cx': 137353},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_127.qasm -6003,127,1572,"{'rz': 2725, 'sx': 2292, 'x': 129, 'measure': 39}",{'cx': 6866},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_39.qasm -6004,127,7346,"{'rz': 12646, 'sx': 710, 'measure': 119}",{'cx': 37451},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_119.qasm -6005,27,305,"{'rz': 206, 'sx': 61, 'x': 10, 'measure': 10}",{'cx': 258},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qpeexact_mapped_ibm_montreal_qiskit_opt3_11.qasm -6006,127,2852,"{'rz': 8974, 'sx': 7683, 'x': 297, 'measure': 56}",{'cx': 14153},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt3_56.qasm -6007,27,50,"{'sx': 58, 'rz': 56, 'measure': 4}",{'cx': 15},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2)",tsp_mapped_ibm_montreal_qiskit_opt1_4.qasm -6008,127,553,"{'rz': 286, 'sx': 77, 'measure': 22}",{'cx': 758},"(35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",portfolioqaoa_mapped_ibm_washington_qiskit_opt2_11.qasm -6009,27,536,"{'rz': 672, 'sx': 21, 'measure': 21}",{'cx': 1785},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt0_21.qasm -6010,127,6732,"{'rz': 9228, 'sx': 452, 'measure': 76}",{'cx': 37257},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",ae_mapped_ibm_washington_qiskit_opt0_76.qasm -6011,27,671,"{'rz': 315, 'sx': 69, 'x': 10, 'measure': 7}",{'cx': 576},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt2_7.qasm -6012,127,11015,"{'rz': 10700, 'sx': 600, 'measure': 100}",{'cx': 61280},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_100.qasm -6013,127,10966,"{'rz': 15488, 'sx': 726, 'measure': 121}",{'cx': 94066},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_121.qasm -6014,127,981,"{'rz': 1075, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 2114},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt1_26.qasm -6015,127,4335,"{'rz': 640, 'sx': 640, 'measure': 80}",{'cx': 37441},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_80.qasm -6016,127,391,"{'rz': 207, 'sx': 63, 'measure': 18}",{'cx': 484},"(35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (55, 49)",portfolioqaoa_mapped_ibm_washington_qiskit_opt2_9.qasm -6017,127,235,"{'rz': 178, 'sx': 89, 'measure': 44}",{'cx': 263},"(15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (93, 87); (93, 106); (105, 106); (106, 93); (106, 105)",dj_mapped_ibm_washington_qiskit_opt1_45.qasm -6018,127,81,"{'rz': 213, 'sx': 112, 'measure': 63, 'x': 6}",{'cx': 283},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (126, 112)",graphstate_mapped_ibm_washington_qiskit_opt3_63.qasm -6019,27,83432,"{'rz': 39666, 'sx': 315, 'measure': 10, 'x': 1}",{'cx': 80216},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",grover-noancilla_mapped_ibm_montreal_qiskit_opt1_10.qasm -6020,127,198,"{'rz': 123, 'sx': 16, 'measure': 8, 'x': 1}",{'cx': 192},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65)",qpeinexact_mapped_ibm_washington_qiskit_opt2_9.qasm -6021,27,576,"{'rz': 628, 'sx': 188, 'x': 29, 'measure': 18}",{'cx': 1010},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_19.qasm -6022,127,729,"{'rz': 482, 'sx': 241, 'measure': 120}",{'cx': 1044},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",dj_mapped_ibm_washington_qiskit_opt1_121.qasm -6023,127,2360,"{'sx': 456, 'rz': 456, 'measure': 57}",{'cx': 17659},"(28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_57.qasm -6024,127,111,"{'rz': 93, 'sx': 53, 'measure': 26}",{'cx': 98},"(47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (55, 49); (55, 68); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (102, 92)",dj_mapped_ibm_washington_qiskit_opt2_27.qasm -6025,127,387,"{'measure': 81, 'rz': 2, 'sx': 1}",{'cx': 692},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_81.qasm -6026,127,5775,"{'rz': 5691, 'sx': 192, 'measure': 96, 'x': 1}",{'cx': 25264},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeinexact_mapped_ibm_washington_qiskit_opt2_97.qasm -6027,127,1509,"{'rz': 2783, 'sx': 1080, 'x': 143, 'measure': 44}",{'cx': 4432},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qft_mapped_ibm_washington_qiskit_opt3_44.qasm -6028,127,6643,"{'rz': 7310, 'sx': 136, 'measure': 68, 'x': 1}",{'cx': 34734},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt0_69.qasm -6029,127,8266,"{'rz': 708, 'sx': 472, 'measure': 59}",{'cx': 61995},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_59.qasm -6030,127,200,"{'rz': 294, 'sx': 147, 'measure': 49}",{'cx': 781},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",graphstate_mapped_ibm_washington_qiskit_opt0_49.qasm -6031,127,318,"{'rz': 212, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 358},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt2_12.qasm -6032,127,273,"{'rz': 169, 'sx': 119, 'measure': 7}",{'cx': 198},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",portfoliovqe_mapped_ibm_washington_qiskit_opt1_7.qasm -6033,127,361,"{'rz': 290, 'sx': 174, 'measure': 30, 'x': 1}",{'cx': 361},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_30.qasm -6034,27,1113,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 3730},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt1_24.qasm -6035,127,926,"{'rz': 1110, 'sx': 180, 'measure': 30}",{'cx': 3867},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",qnn_mapped_ibm_washington_qiskit_opt1_30.qasm -6036,127,53182,"{'rz': 52706, 'sx': 19569, 'x': 653, 'measure': 117}",{'cx': 302182},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_117.qasm -6037,27,51,"{'rz': 42, 'sx': 21, 'measure': 7}",{'cx': 46},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",graphstate_mapped_ibm_montreal_qiskit_opt0_7.qasm -6038,27,38,"{'rz': 26, 'sx': 13, 'x': 9, 'measure': 6}",{'cx': 36},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",dj_mapped_ibm_montreal_qiskit_opt0_7.qasm -6039,27,169,"{'rz': 109, 'sx': 63, 'x': 10, 'measure': 5}",{'cx': 70},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13)",pricingput_mapped_ibm_montreal_qiskit_opt3_5.qasm -6040,127,8255,"{'rz': 12543, 'sx': 530, 'measure': 89}",{'cx': 49763},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt0_89.qasm -6041,127,56,"{'rz': 90, 'sx': 45, 'measure': 31}",{'cx': 136},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt2_31.qasm -6042,127,5228,"{'rz': 6266, 'sx': 110, 'measure': 110}",{'cx': 29657},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_110.qasm -6043,127,182,"{'rz': 112, 'sx': 14, 'measure': 7, 'x': 1}",{'cx': 239},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",qpeexact_mapped_ibm_washington_qiskit_opt0_8.qasm -6044,127,266,"{'rz': 260, 'sx': 13, 'measure': 13}",{'cx': 882},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_13.qasm -6045,27,169,"{'rz': 102, 'sx': 9, 'measure': 8}",{'cx': 246},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",qftentangled_mapped_ibm_montreal_qiskit_opt0_8.qasm -6046,127,2398,"{'rz': 6308, 'sx': 456, 'measure': 76}",{'cx': 20877},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt2_76.qasm -6047,127,2404,"{'rz': 360, 'sx': 240, 'measure': 30}",{'cx': 12885},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_30.qasm -6048,127,478,"{'rz': 323, 'sx': 175, 'measure': 87}",{'cx': 585},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (118, 110)",dj_mapped_ibm_washington_qiskit_opt2_88.qasm -6049,27,297,"{'rz': 157, 'sx': 136, 'measure': 10, 'x': 2}",{'cx': 422},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",su2random_mapped_ibm_montreal_qiskit_opt3_10.qasm -6050,127,7295,"{'sx': 672, 'rz': 672, 'measure': 84}",{'cx': 49000},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_84.qasm -6051,27,81,"{'rz': 38, 'sx': 26, 'measure': 23, 'x': 2}",{'cx': 48},"(1, 4); (4, 1); (4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_23.qasm -6052,127,329,"{'rz': 508, 'sx': 358, 'measure': 10, 'x': 3}",{'cx': 412},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102)",portfoliovqe_mapped_ibm_washington_qiskit_opt3_10.qasm -6053,127,13937,"{'sx': 944, 'rz': 944, 'measure': 118}",{'cx': 106817},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",su2random_mapped_ibm_washington_qiskit_opt1_118.qasm -6054,127,484,"{'measure': 97, 'rz': 2, 'sx': 1}",{'cx': 873},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ghz_mapped_ibm_washington_qiskit_opt0_97.qasm -6055,127,4011,"{'rz': 4840, 'sx': 110, 'measure': 55, 'x': 1}",{'cx': 19097},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt0_56.qasm -6056,127,1628,"{'sx': 296, 'rz': 296, 'measure': 37}",{'cx': 7136},"(24, 25); (24, 34); (25, 24); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt2_37.qasm -6057,127,36,"{'rz': 127, 'sx': 66, 'measure': 38, 'x': 1}",{'cx': 132},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (49, 50); (49, 55); (50, 49); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt3_38.qasm -6058,127,8451,"{'rz': 11733, 'sx': 512, 'measure': 86}",{'cx': 48050},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt0_86.qasm -6059,127,1478,"{'rz': 2415, 'sx': 230, 'measure': 39}",{'cx': 4365},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106)",ae_mapped_ibm_washington_qiskit_opt1_39.qasm -6060,127,1359,"{'rz': 2142, 'sx': 72, 'measure': 36, 'x': 1}",{'cx': 4185},"(34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qpeexact_mapped_ibm_washington_qiskit_opt1_37.qasm -6061,127,658,"{'rz': 680, 'sx': 602, 'measure': 20, 'x': 8}",{'cx': 1611},"(35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (98, 91)",su2random_mapped_ibm_washington_qiskit_opt3_20.qasm -6062,127,398,"{'rz': 206, 'sx': 103, 'measure': 51, 'x': 49}",{'cx': 684},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 50)",dj_mapped_ibm_washington_qiskit_opt0_52.qasm -6063,127,2398,"{'rz': 3108, 'sx': 66, 'measure': 65}",{'cx': 9800},"(4, 15); (15, 4); (15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qftentangled_mapped_ibm_washington_qiskit_opt2_65.qasm -6064,127,6322,"{'rz': 9224, 'sx': 184, 'measure': 92, 'x': 1}",{'cx': 26490},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_93.qasm -6065,127,659,"{'sx': 136, 'rz': 136, 'measure': 17}",{'cx': 1724},"(72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_17.qasm -6066,127,248,"{'sx': 80, 'rz': 80, 'measure': 10}",{'cx': 495},"(73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",su2random_mapped_ibm_washington_qiskit_opt1_10.qasm -6067,127,82,"{'rz': 152, 'sx': 76, 'measure': 46}",{'cx': 220},"(4, 5); (4, 15); (5, 4); (11, 12); (12, 11); (12, 17); (15, 4); (17, 12); (17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (93, 87); (93, 106); (106, 93)",graphstate_mapped_ibm_washington_qiskit_opt1_46.qasm -6068,127,2749,"{'rz': 2877, 'sx': 84, 'measure': 42, 'x': 1}",{'cx': 11130},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_43.qasm -6069,127,1108,"{'rz': 870, 'sx': 522, 'measure': 88, 'x': 1}",{'cx': 1164},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_88.qasm -6070,127,5386,"{'rz': 6033, 'sx': 362, 'measure': 61}",{'cx': 24024},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ae_mapped_ibm_washington_qiskit_opt0_61.qasm -6071,127,44,"{'rz': 66, 'sx': 33, 'measure': 17}",{'cx': 71},"(24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (53, 41); (53, 60); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81)",graphstate_mapped_ibm_washington_qiskit_opt1_17.qasm -6072,127,7254,"{'rz': 11926, 'sx': 89, 'measure': 89}",{'cx': 53927},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_89.qasm -6073,127,1706,"{'rz': 2150, 'sx': 258, 'measure': 43}",{'cx': 8733},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (98, 91)",qnn_mapped_ibm_washington_qiskit_opt1_43.qasm -6074,27,1272,"{'rz': 1177, 'sx': 467, 'measure': 18, 'x': 16}",{'cx': 2360},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_18.qasm -6075,127,207,"{'rz': 166, 'sx': 83, 'measure': 41}",{'cx': 206},"(8, 16); (16, 8); (16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83); (92, 102); (102, 92)",dj_mapped_ibm_washington_qiskit_opt1_42.qasm -6076,127,28,"{'rz': 80, 'sx': 40, 'measure': 40}",{'cx': 40},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (52, 37); (52, 56); (53, 41); (53, 60); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",graphstate_mapped_ibm_washington_qiskit_opt1_40.qasm -6077,27,27,"{'rz': 73, 'sx': 70, 'measure': 13, 'x': 4}",{'cx': 24},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt3_13.qasm -6078,127,1972,"{'rz': 2263, 'sx': 90, 'measure': 45, 'x': 1}",{'cx': 5923},"(28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (36, 51); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt2_46.qasm -6079,127,26206,"{'rz': 26981, 'sx': 9919, 'x': 415, 'measure': 84}",{'cx': 123642},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_84.qasm -6080,127,217,"{'rz': 354, 'sx': 177, 'measure': 59}",{'cx': 950},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (51, 36); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59)",graphstate_mapped_ibm_washington_qiskit_opt0_59.qasm -6081,127,1410,"{'rz': 2065, 'sx': 47, 'measure': 47}",{'cx': 5296},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",qft_mapped_ibm_washington_qiskit_opt2_47.qasm -6082,27,480,"{'rz': 408, 'sx': 102, 'measure': 17}",{'cx': 1284},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt1_17.qasm -6083,127,479,"{'rz': 408, 'sx': 102, 'measure': 17}",{'cx': 1268},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt1_17.qasm -6084,127,631,"{'rz': 949, 'sx': 28, 'measure': 27}",{'cx': 1915},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",qftentangled_mapped_ibm_washington_qiskit_opt2_27.qasm -6085,27,1764,"{'rz': 276, 'sx': 184, 'measure': 23}",{'cx': 7299},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt0_23.qasm -6086,127,33,"{'measure': 30, 'rz': 2, 'sx': 1}",{'cx': 29},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",ghz_mapped_ibm_washington_qiskit_opt1_30.qasm -6087,27,537,"{'rz': 370, 'sx': 155, 'measure': 22, 'x': 15}",{'cx': 762},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt3_11.qasm -6088,27,500,"{'rz': 231, 'sx': 108, 'x': 10, 'measure': 9}",{'cx': 324},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",pricingput_mapped_ibm_montreal_qiskit_opt2_9.qasm -6089,27,701,"{'rz': 508, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1086},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_19.qasm -6090,127,265,"{'rz': 330, 'sx': 165, 'measure': 55}",{'cx': 1192},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (54, 45)",graphstate_mapped_ibm_washington_qiskit_opt0_55.qasm -6091,127,1004,"{'sx': 448, 'rz': 344, 'measure': 101, 'x': 1}",{'cx': 1215},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",wstate_mapped_ibm_washington_qiskit_opt1_101.qasm -6092,127,53,"{'sx': 48, 'rz': 24, 'measure': 13, 'x': 1}",{'cx': 24},"(37, 38); (37, 52); (38, 37); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94)",wstate_mapped_ibm_washington_qiskit_opt1_13.qasm -6093,127,4705,"{'rz': 5922, 'sx': 132, 'measure': 66, 'x': 1}",{'cx': 14005},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt1_67.qasm -6094,127,572,"{'rz': 450, 'sx': 225, 'measure': 112}",{'cx': 715},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt1_113.qasm -6095,127,1327,"{'rz': 1395, 'sx': 66, 'measure': 33, 'x': 1}",{'cx': 3348},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt2_34.qasm -6096,127,24109,"{'rz': 30991, 'sx': 10673, 'x': 128, 'measure': 79}",{'cx': 168954},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_79.qasm -6097,127,2222,"{'rz': 17704, 'sx': 12861, 'measure': 65, 'x': 10}",{'cx': 14327},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt3_65.qasm -6098,127,920,"{'rz': 264, 'sx': 176, 'measure': 22}",{'cx': 4764},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_22.qasm -6099,127,462,"{'sx': 104, 'rz': 104, 'measure': 13}",{'cx': 937},"(45, 54); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",su2random_mapped_ibm_washington_qiskit_opt1_13.qasm -6100,127,173,"{'rz': 134, 'sx': 67, 'measure': 33}",{'cx': 198},"(41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (111, 104); (111, 122); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt1_34.qasm -6101,27,25,"{'rz': 61, 'sx': 56, 'measure': 11, 'x': 5}",{'cx': 20},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt3_11.qasm -6102,27,1564,"{'rz': 653, 'sx': 392, 'x': 20, 'measure': 15}",{'cx': 982},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",pricingput_mapped_ibm_montreal_qiskit_opt1_15.qasm -6103,127,4459,"{'rz': 5436, 'sx': 536, 'measure': 90}",{'cx': 18420},"(8, 16); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_90.qasm -6104,127,238,"{'sx': 80, 'rz': 80, 'measure': 10}",{'cx': 427},"(73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",su2random_mapped_ibm_washington_qiskit_opt2_10.qasm -6105,27,21,"{'rz': 24, 'sx': 12, 'measure': 12}",{'cx': 12},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt2_12.qasm -6106,127,10828,"{'rz': 816, 'sx': 544, 'measure': 68}",{'cx': 89385},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_68.qasm -6107,127,357,"{'sx': 352, 'rz': 176, 'measure': 89, 'x': 1}",{'cx': 176},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_89.qasm -6108,127,1072,"{'rz': 830, 'sx': 498, 'measure': 84, 'x': 1}",{'cx': 1156},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_84.qasm -6109,127,10944,"{'rz': 11051, 'sx': 4235, 'x': 194, 'measure': 55}",{'cx': 41361},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt2_55.qasm -6110,27,794,"{'rz': 809, 'sx': 306, 'measure': 13, 'x': 3}",{'cx': 1418},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",random_mapped_ibm_montreal_qiskit_opt0_13.qasm -6111,127,1354,"{'rz': 2206, 'sx': 49, 'measure': 48}",{'cx': 5621},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt2_48.qasm -6112,127,9330,"{'rz': 9499, 'sx': 3224, 'measure': 44, 'x': 37}",{'cx': 40866},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_44.qasm -6113,27,315,"{'rz': 228, 'sx': 72, 'measure': 12}",{'cx': 635},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23)",qnn_mapped_ibm_montreal_qiskit_opt1_12.qasm -6114,127,13165,"{'rz': 14018, 'sx': 4900, 'x': 57, 'measure': 54}",{'cx': 68153},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41)",random_mapped_ibm_washington_qiskit_opt0_54.qasm -6115,127,687,"{'rz': 605, 'sx': 110, 'measure': 19}",{'cx': 861},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",ae_mapped_ibm_washington_qiskit_opt1_19.qasm -6116,127,527,"{'rz': 400, 'sx': 231, 'measure': 100, 'x': 9}",{'cx': 501},"(3, 4); (4, 3); (4, 15); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt3_101.qasm -6117,127,844,"{'rz': 800, 'sx': 128, 'measure': 22}",{'cx': 1311},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73)",ae_mapped_ibm_washington_qiskit_opt1_22.qasm -6118,127,724,"{'rz': 494, 'sx': 247, 'measure': 123}",{'cx': 957},"(0, 1); (0, 14); (1, 0); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",dj_mapped_ibm_washington_qiskit_opt1_124.qasm -6119,27,145,"{'rz': 110, 'sx': 66, 'measure': 12, 'x': 1}",{'cx': 130},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",wstate_mapped_ibm_montreal_qiskit_opt0_12.qasm -6120,27,622,"{'rz': 645, 'sx': 282, 'x': 14, 'measure': 14}",{'cx': 1030},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",random_mapped_ibm_montreal_qiskit_opt2_14.qasm -6121,127,87,"{'measure': 84, 'rz': 2, 'sx': 1}",{'cx': 83},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_84.qasm -6122,127,1339,"{'rz': 1030, 'sx': 618, 'measure': 104, 'x': 1}",{'cx': 1478},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",wstate_mapped_ibm_washington_qiskit_opt0_104.qasm -6123,127,256,"{'rz': 126, 'sx': 63, 'measure': 31, 'x': 29}",{'cx': 442},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30)",dj_mapped_ibm_washington_qiskit_opt0_32.qasm -6124,27,656,"{'rz': 552, 'sx': 488, 'x': 23, 'measure': 18}",{'cx': 1340},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_18.qasm -6125,27,1271,"{'sx': 216, 'rz': 216, 'measure': 27}",{'cx': 4629},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (17, 18); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",su2random_mapped_ibm_montreal_qiskit_opt1_27.qasm -6126,127,1382,"{'rz': 1605, 'sx': 72, 'measure': 36, 'x': 1}",{'cx': 3927},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt2_37.qasm -6127,27,338,"{'rz': 88, 'sx': 88, 'measure': 11}",{'cx': 650},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_11.qasm -6128,27,322,"{'rz': 205, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 434},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_11.qasm -6129,127,1555,"{'rz': 3267, 'sx': 2914, 'x': 78, 'measure': 47}",{'cx': 9447},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_47.qasm -6130,27,656,"{'rz': 552, 'sx': 488, 'x': 23, 'measure': 18}",{'cx': 1340},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_18.qasm -6131,27,599,"{'rz': 948, 'sx': 170, 'measure': 25, 'x': 14}",{'cx': 1544},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt3_25.qasm -6132,127,81,"{'measure': 15, 'rz': 2, 'sx': 1}",{'cx': 149},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_15.qasm -6133,127,2071,"{'sx': 384, 'rz': 384, 'measure': 48}",{'cx': 12564},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",realamprandom_mapped_ibm_washington_qiskit_opt2_48.qasm -6134,127,4196,"{'rz': 4505, 'sx': 106, 'measure': 53, 'x': 1}",{'cx': 19473},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41)",qpeexact_mapped_ibm_washington_qiskit_opt0_54.qasm -6135,127,1420,"{'rz': 1815, 'sx': 66, 'measure': 33, 'x': 1}",{'cx': 3645},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt1_34.qasm -6136,27,2180,"{'rz': 976, 'sx': 636, 'measure': 17, 'x': 14}",{'cx': 1389},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",pricingcall_mapped_ibm_montreal_qiskit_opt2_17.qasm -6137,127,3129,"{'rz': 568, 'sx': 568, 'measure': 71}",{'cx': 26542},"(11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_71.qasm -6138,127,72,"{'rz': 274, 'sx': 137, 'measure': 77}",{'cx': 413},"(3, 4); (4, 3); (4, 15); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 18); (15, 4); (15, 22); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt2_77.qasm -6139,127,12948,"{'rz': 1280, 'sx': 640, 'measure': 80}",{'cx': 119643},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",su2random_mapped_ibm_washington_qiskit_opt0_80.qasm -6140,127,124,"{'rz': 482, 'sx': 241, 'measure': 119}",{'cx': 770},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_119.qasm -6141,27,573,"{'rz': 553, 'sx': 333, 'measure': 12}",{'cx': 750},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_12.qasm -6142,127,1182,"{'rz': 1360, 'sx': 170, 'measure': 29}",{'cx': 2447},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (92, 83)",ae_mapped_ibm_washington_qiskit_opt1_29.qasm -6143,127,277,"{'rz': 396, 'sx': 198, 'measure': 66}",{'cx': 1320},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",graphstate_mapped_ibm_washington_qiskit_opt0_66.qasm -6144,127,471,"{'rz': 401, 'sx': 92, 'measure': 16}",{'cx': 570},"(28, 35); (35, 28); (35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",ae_mapped_ibm_washington_qiskit_opt2_16.qasm -6145,127,4533,"{'rz': 7827, 'sx': 162, 'measure': 81, 'x': 1}",{'cx': 20560},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeinexact_mapped_ibm_washington_qiskit_opt1_82.qasm -6146,127,50,"{'rz': 154, 'sx': 77, 'measure': 41}",{'cx': 185},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt2_41.qasm -6147,127,6876,"{'rz': 7583, 'sx': 246, 'measure': 123, 'x': 1}",{'cx': 41142},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_124.qasm -6148,127,2993,"{'rz': 2142, 'sx': 72, 'measure': 36, 'x': 1}",{'cx': 9531},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (35, 28); (36, 32)",qpeinexact_mapped_ibm_washington_qiskit_opt0_37.qasm -6149,127,1149,"{'rz': 264, 'sx': 264, 'measure': 33}",{'cx': 6539},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt1_33.qasm -6150,127,5019,"{'rz': 5836, 'sx': 566, 'measure': 95}",{'cx': 21477},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_95.qasm -6151,127,182,"{'rz': 362, 'sx': 181, 'measure': 89}",{'cx': 584},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (109, 96); (110, 100); (110, 118); (111, 104); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt1_89.qasm -6152,27,2190,"{'rz': 1274, 'sx': 896, 'x': 48, 'measure': 17}",{'cx': 1068},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",pricingput_mapped_ibm_montreal_qiskit_opt3_17.qasm -6153,127,220,"{'rz': 173, 'sx': 107, 'measure': 44, 'x': 7}",{'cx': 182},"(20, 33); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (91, 79); (92, 83); (92, 102); (102, 92)",dj_mapped_ibm_washington_qiskit_opt3_45.qasm -6154,127,15223,"{'sx': 912, 'rz': 912, 'measure': 114}",{'cx': 106370},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_114.qasm -6155,127,849,"{'rz': 466, 'sx': 233, 'measure': 116, 'x': 103}",{'cx': 1457},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt0_117.qasm -6156,127,8571,"{'rz': 9308, 'sx': 3435, 'x': 116, 'measure': 49}",{'cx': 31528},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_49.qasm -6157,27,77,"{'sx': 72, 'rz': 36, 'measure': 19, 'x': 1}",{'cx': 36},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_19.qasm -6158,127,5590,"{'rz': 2832, 'sx': 288, 'measure': 48}",{'cx': 36206},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_48.qasm -6159,127,8505,"{'rz': 11764, 'sx': 224, 'measure': 112, 'x': 1}",{'cx': 39365},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeinexact_mapped_ibm_washington_qiskit_opt1_113.qasm -6160,127,296,"{'sx': 104, 'rz': 104, 'measure': 13}",{'cx': 672},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",su2random_mapped_ibm_washington_qiskit_opt2_13.qasm -6161,127,4309,"{'rz': 6468, 'sx': 462, 'measure': 77}",{'cx': 28294},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_77.qasm -6162,127,5416,"{'rz': 6264, 'sx': 596, 'measure': 100}",{'cx': 23673},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_100.qasm -6163,127,110,"{'rz': 494, 'sx': 247, 'measure': 125}",{'cx': 821},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_125.qasm -6164,127,61,"{'sx': 56, 'rz': 28, 'measure': 15, 'x': 1}",{'cx': 28},"(112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_15.qasm -6165,127,126,"{'rz': 162, 'sx': 81, 'measure': 27}",{'cx': 450},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_27.qasm -6166,127,5526,"{'rz': 6087, 'sx': 109, 'measure': 109}",{'cx': 30378},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_109.qasm -6167,127,276,"{'measure': 54, 'rz': 2, 'sx': 1}",{'cx': 494},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41)",ghz_mapped_ibm_washington_qiskit_opt0_54.qasm -6168,27,518,"{'rz': 422, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 833},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_17.qasm -6169,27,921,"{'rz': 984, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 1852},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeexact_mapped_ibm_montreal_qiskit_opt1_25.qasm -6170,127,3261,"{'rz': 3480, 'sx': 48, 'measure': 48}",{'cx': 15708},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_48.qasm -6171,127,1932,"{'rz': 2965, 'sx': 2640, 'x': 116, 'measure': 37}",{'cx': 6297},"(24, 34); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt3_37.qasm -6172,127,141,"{'sx': 136, 'rz': 68, 'measure': 35, 'x': 1}",{'cx': 68},"(12, 13); (12, 17); (13, 12); (17, 12); (17, 30); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_35.qasm -6173,127,411,"{'rz': 330, 'sx': 84, 'measure': 24}",{'cx': 924},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",portfolioqaoa_mapped_ibm_washington_qiskit_opt1_12.qasm -6174,127,6799,"{'rz': 10113, 'sx': 198, 'measure': 99, 'x': 1}",{'cx': 32176},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_100.qasm -6175,127,23,"{'measure': 20, 'rz': 2, 'sx': 1}",{'cx': 19},"(87, 93); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_20.qasm -6176,127,7396,"{'rz': 784, 'sx': 784, 'measure': 98}",{'cx': 59760},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_98.qasm -6177,127,36,"{'rz': 32, 'sx': 21, 'measure': 8, 'x': 2}",{'cx': 16},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",dj_mapped_ibm_washington_qiskit_opt3_9.qasm -6178,27,44,"{'rz': 122, 'sx': 65, 'measure': 13}",{'cx': 58},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt2_13.qasm -6179,127,37687,"{'rz': 50852, 'sx': 17262, 'x': 205, 'measure': 101}",{'cx': 319012},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt0_101.qasm -6180,127,305,"{'sx': 300, 'rz': 150, 'measure': 76, 'x': 1}",{'cx': 150},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_76.qasm -6181,127,404,"{'rz': 321, 'sx': 99, 'x': 16, 'measure': 13}",{'cx': 432},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeinexact_mapped_ibm_washington_qiskit_opt3_14.qasm -6182,127,2137,"{'rz': 3059, 'sx': 63, 'measure': 63}",{'cx': 9247},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt2_63.qasm -6183,127,209,"{'sx': 204, 'rz': 102, 'measure': 52, 'x': 1}",{'cx': 102},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (126, 112)",wstate_mapped_ibm_washington_qiskit_opt2_52.qasm -6184,127,4976,"{'rz': 7014, 'sx': 446, 'measure': 75}",{'cx': 15168},"(15, 22); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt1_75.qasm -6185,127,11754,"{'rz': 920, 'sx': 920, 'measure': 115}",{'cx': 92633},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_115.qasm -6186,127,1447,"{'rz': 1612, 'sx': 62, 'measure': 31, 'x': 1}",{'cx': 3356},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",qpeinexact_mapped_ibm_washington_qiskit_opt1_32.qasm -6187,27,557,"{'rz': 295, 'sx': 241, 'measure': 14, 'x': 5}",{'cx': 959},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18)",su2random_mapped_ibm_montreal_qiskit_opt3_14.qasm -6188,127,80,"{'rz': 118, 'sx': 59, 'measure': 35}",{'cx': 185},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt2_35.qasm -6189,127,793,"{'sx': 160, 'rz': 160, 'measure': 20}",{'cx': 2204},"(38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt2_20.qasm -6190,27,299,"{'sx': 80, 'rz': 80, 'measure': 10}",{'cx': 438},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt2_10.qasm -6191,127,10916,"{'rz': 744, 'sx': 744, 'measure': 93}",{'cx': 56217},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_93.qasm -6192,27,322,"{'rz': 276, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 647},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeexact_mapped_ibm_montreal_qiskit_opt0_13.qasm -6193,27,655,"{'rz': 714, 'sx': 251, 'x': 29, 'measure': 19}",{'cx': 1050},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt3_20.qasm -6194,127,103,"{'rz': 324, 'sx': 162, 'measure': 84}",{'cx': 498},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_84.qasm -6195,27,360,"{'rz': 245, 'sx': 163, 'measure': 8}",{'cx': 291},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_8.qasm -6196,127,3332,"{'rz': 2915, 'sx': 1001, 'measure': 24, 'x': 14}",{'cx': 10080},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_24.qasm -6197,127,308,"{'measure': 71, 'rz': 2, 'sx': 1}",{'cx': 544},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69)",ghz_mapped_ibm_washington_qiskit_opt0_71.qasm -6198,127,773,"{'rz': 777, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 2493},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_22.qasm -6199,127,1597,"{'rz': 1488, 'sx': 560, 'measure': 20, 'x': 19}",{'cx': 2976},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",random_mapped_ibm_washington_qiskit_opt1_20.qasm -6200,27,207,"{'rz': 150, 'sx': 44, 'measure': 8}",{'cx': 182},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",ae_mapped_ibm_montreal_qiskit_opt0_8.qasm -6201,127,1427,"{'rz': 2066, 'sx': 768, 'x': 87, 'measure': 36}",{'cx': 3492},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeinexact_mapped_ibm_washington_qiskit_opt3_37.qasm -6202,127,2244,"{'rz': 3234, 'sx': 66, 'measure': 66}",{'cx': 10448},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt2_66.qasm -6203,127,968,"{'rz': 726, 'sx': 132, 'measure': 22}",{'cx': 4215},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_22.qasm -6204,127,495,"{'rz': 556, 'sx': 261, 'x': 30, 'measure': 12}",{'cx': 676},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",random_mapped_ibm_washington_qiskit_opt3_12.qasm -6205,27,21,"{'measure': 18, 'rz': 2, 'sx': 1}",{'cx': 17},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_18.qasm -6206,127,5258,"{'rz': 9033, 'sx': 95, 'measure': 95}",{'cx': 24899},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_95.qasm -6207,127,7355,"{'rz': 7426, 'sx': 240, 'measure': 120, 'x': 1}",{'cx': 39792},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_121.qasm -6208,27,101,"{'rz': 117, 'sx': 78, 'measure': 13}",{'cx': 165},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",vqe_mapped_ibm_montreal_qiskit_opt0_13.qasm -6209,127,1838,"{'rz': 2747, 'sx': 82, 'measure': 41, 'x': 1}",{'cx': 5331},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100)",qpeinexact_mapped_ibm_washington_qiskit_opt1_42.qasm -6210,127,987,"{'sx': 513, 'rz': 409, 'measure': 114, 'x': 1}",{'cx': 1355},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_114.qasm -6211,127,14422,"{'rz': 944, 'sx': 944, 'measure': 118}",{'cx': 98963},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_118.qasm -6212,127,143,"{'rz': 109, 'sx': 63, 'measure': 31}",{'cx': 160},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (53, 41); (53, 60); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (91, 79); (92, 83); (92, 102); (102, 92)",dj_mapped_ibm_washington_qiskit_opt2_32.qasm -6213,127,5476,"{'rz': 7954, 'sx': 164, 'measure': 82, 'x': 1}",{'cx': 21590},"(15, 22); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qpeexact_mapped_ibm_washington_qiskit_opt1_83.qasm -6214,127,1043,"{'rz': 1548, 'sx': 216, 'measure': 36}",{'cx': 5380},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98)",qnn_mapped_ibm_washington_qiskit_opt1_36.qasm -6215,127,398,"{'rz': 285, 'sx': 159, 'measure': 79}",{'cx': 541},"(8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (20, 33); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (118, 110)",dj_mapped_ibm_washington_qiskit_opt2_80.qasm -6216,27,877,"{'sx': 184, 'rz': 184, 'measure': 23}",{'cx': 3408},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt1_23.qasm -6217,127,1405,"{'sx': 232, 'rz': 232, 'measure': 29}",{'cx': 5322},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",realamprandom_mapped_ibm_washington_qiskit_opt1_29.qasm -6218,127,7106,"{'sx': 736, 'rz': 736, 'measure': 92}",{'cx': 51799},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_92.qasm -6219,127,14188,"{'rz': 1020, 'sx': 680, 'measure': 85}",{'cx': 137076},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_85.qasm -6220,127,5910,"{'rz': 2484, 'sx': 591, 'x': 48, 'measure': 15}",{'cx': 6552},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt0_15.qasm -6221,127,855,"{'rz': 871, 'sx': 775, 'measure': 22, 'x': 7}",{'cx': 2085},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (85, 73)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_22.qasm -6222,127,2956,"{'rz': 3628, 'sx': 50, 'measure': 49}",{'cx': 15786},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_49.qasm -6223,127,27,"{'rz': 36, 'sx': 18, 'measure': 10}",{'cx': 28},"(45, 46); (45, 54); (46, 45); (54, 45); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt2_10.qasm -6224,127,448,"{'rz': 702, 'sx': 351, 'measure': 117}",{'cx': 3111},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt0_117.qasm -6225,127,352,"{'rz': 582, 'sx': 291, 'measure': 97}",{'cx': 2383},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt0_97.qasm -6226,127,741,"{'rz': 498, 'sx': 249, 'measure': 124}",{'cx': 1051},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (126, 112)",dj_mapped_ibm_washington_qiskit_opt1_125.qasm -6227,127,447,"{'rz': 654, 'sx': 327, 'measure': 109}",{'cx': 2776},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107)",graphstate_mapped_ibm_washington_qiskit_opt0_109.qasm -6228,127,7371,"{'rz': 612, 'sx': 408, 'measure': 51}",{'cx': 49662},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_51.qasm -6229,27,53,"{'rz': 34, 'sx': 17, 'x': 11, 'measure': 8}",{'cx': 65},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5)",dj_mapped_ibm_montreal_qiskit_opt0_9.qasm -6230,127,269,"{'rz': 222, 'sx': 127, 'measure': 56, 'x': 6}",{'cx': 218},"(20, 21); (20, 33); (21, 20); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 71); (60, 53); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt3_57.qasm -6231,127,565,"{'rz': 414, 'sx': 229, 'measure': 114}",{'cx': 762},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (87, 93); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt2_115.qasm -6232,27,1056,"{'rz': 945, 'sx': 140, 'measure': 24}",{'cx': 1578},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23)",ae_mapped_ibm_montreal_qiskit_opt1_24.qasm -6233,127,649,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1560},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_16.qasm -6234,27,1238,"{'rz': 1075, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 3608},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt0_26.qasm -6235,27,1527,"{'rz': 228, 'sx': 152, 'measure': 19}",{'cx': 5046},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",realamprandom_mapped_ibm_montreal_qiskit_opt0_19.qasm -6236,127,2923,"{'rz': 4271, 'sx': 106, 'measure': 53, 'x': 1}",{'cx': 9732},"(24, 34); (34, 24); (34, 43); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_54.qasm -6237,27,473,"{'rz': 708, 'sx': 372, 'measure': 12}",{'cx': 801},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",groundstate_medium_mapped_ibm_montreal_qiskit_opt0_12.qasm -6238,127,7491,"{'rz': 10537, 'sx': 164, 'measure': 82, 'x': 1}",{'cx': 47258},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_83.qasm -6239,127,564,"{'rz': 924, 'sx': 256, 'x': 25, 'measure': 24}",{'cx': 1397},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qft_mapped_ibm_washington_qiskit_opt3_24.qasm -6240,27,549,"{'rz': 224, 'sx': 112, 'measure': 14}",{'cx': 1689},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",su2random_mapped_ibm_montreal_qiskit_opt0_14.qasm -6241,27,2472,"{'rz': 312, 'sx': 208, 'measure': 26}",{'cx': 9669},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_26.qasm -6242,127,696,"{'rz': 520, 'sx': 312, 'measure': 53, 'x': 1}",{'cx': 776},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37)",wstate_mapped_ibm_washington_qiskit_opt0_53.qasm -6243,127,1073,"{'measure': 125, 'rz': 2, 'sx': 1}",{'cx': 1237},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_125.qasm -6244,127,2681,"{'rz': 3529, 'sx': 126, 'measure': 63, 'x': 1}",{'cx': 10653},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (118, 110)",qpeinexact_mapped_ibm_washington_qiskit_opt2_64.qasm -6245,127,301,"{'measure': 64, 'rz': 2, 'sx': 1}",{'cx': 537},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ghz_mapped_ibm_washington_qiskit_opt0_64.qasm -6246,27,136,"{'sx': 104, 'rz': 62, 'measure': 26, 'x': 1}",{'cx': 89},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_26.qasm -6247,127,5356,"{'rz': 688, 'sx': 344, 'measure': 43}",{'cx': 31791},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_43.qasm -6248,27,729,"{'rz': 588, 'sx': 126, 'measure': 21}",{'cx': 1961},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt2_21.qasm -6249,127,1972,"{'rz': 2263, 'sx': 90, 'measure': 45, 'x': 1}",{'cx': 5923},"(28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (36, 51); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt2_46.qasm -6250,27,104,"{'rz': 138, 'sx': 69, 'measure': 23}",{'cx': 242},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt0_23.qasm -6251,27,26,"{'rz': 64, 'sx': 60, 'measure': 12, 'x': 6}",{'cx': 22},"(2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (14, 11); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",vqe_mapped_ibm_montreal_qiskit_opt2_12.qasm -6252,127,1781,"{'rz': 2488, 'sx': 54, 'measure': 54}",{'cx': 7158},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (92, 83); (92, 102); (93, 87); (102, 92); (102, 103); (103, 102)",qft_mapped_ibm_washington_qiskit_opt2_54.qasm -6253,127,602,"{'rz': 458, 'sx': 267, 'measure': 118, 'x': 14}",{'cx': 567},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (56, 52); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt3_119.qasm -6254,127,653,"{'rz': 712, 'sx': 176, 'x': 26, 'measure': 20}",{'cx': 1192},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (91, 79)",qpeexact_mapped_ibm_washington_qiskit_opt3_21.qasm -6255,127,930,"{'sx': 459, 'rz': 367, 'measure': 102, 'x': 1}",{'cx': 1306},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_102.qasm -6256,127,144,"{'rz': 110, 'sx': 55, 'measure': 27}",{'cx': 117},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (91, 79); (91, 98); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99)",dj_mapped_ibm_washington_qiskit_opt1_28.qasm -6257,27,533,"{'rz': 452, 'sx': 109, 'x': 17, 'measure': 16}",{'cx': 733},"(4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_17.qasm -6258,127,6283,"{'rz': 3276, 'sx': 312, 'measure': 52}",{'cx': 41295},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_52.qasm -6259,127,1882,"{'rz': 2277, 'sx': 1062, 'x': 107, 'measure': 23}",{'cx': 3906},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt3_23.qasm -6260,127,5542,"{'rz': 512, 'sx': 512, 'measure': 64}",{'cx': 28247},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",realamprandom_mapped_ibm_washington_qiskit_opt1_64.qasm -6261,27,11697,"{'rz': 4862, 'sx': 151, 'x': 113, 'measure': 8}",{'cx': 10361},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",grover-noancilla_mapped_ibm_montreal_qiskit_opt0_8.qasm -6262,27,184,"{'rz': 157, 'sx': 77, 'measure': 7, 'x': 6}",{'cx': 150},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",random_mapped_ibm_montreal_qiskit_opt1_7.qasm -6263,127,124,"{'rz': 81, 'sx': 12, 'measure': 6, 'x': 1}",{'cx': 167},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",qpeexact_mapped_ibm_washington_qiskit_opt0_7.qasm -6264,127,423,"{'rz': 222, 'sx': 111, 'x': 55, 'measure': 55}",{'cx': 715},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (53, 41); (54, 45); (55, 49)",dj_mapped_ibm_washington_qiskit_opt0_56.qasm -6265,127,15,"{'measure': 12, 'rz': 2, 'sx': 1}",{'cx': 11},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",ghz_mapped_ibm_washington_qiskit_opt2_12.qasm -6266,27,53,"{'rz': 96, 'sx': 50, 'measure': 10}",{'cx': 61},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15); (18, 21); (19, 22); (21, 18); (22, 19); (22, 25); (25, 22)",qaoa_mapped_ibm_montreal_qiskit_opt3_10.qasm -6267,127,286,"{'rz': 226, 'sx': 113, 'measure': 56}",{'cx': 284},"(4, 15); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (54, 45); (54, 64); (55, 68); (57, 58); (58, 57); (58, 71); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (106, 93)",dj_mapped_ibm_washington_qiskit_opt1_57.qasm -6268,127,826,"{'rz': 1567, 'sx': 255, 'x': 41, 'measure': 34}",{'cx': 2811},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83)",qftentangled_mapped_ibm_washington_qiskit_opt3_34.qasm -6269,127,40,"{'rz': 26, 'sx': 13, 'measure': 7}",{'cx': 19},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",graphstate_mapped_ibm_washington_qiskit_opt2_7.qasm -6270,127,446,"{'measure': 92, 'rz': 2, 'sx': 1}",{'cx': 790},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 98); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ghz_mapped_ibm_washington_qiskit_opt0_92.qasm -6271,127,851,"{'rz': 670, 'sx': 402, 'measure': 68, 'x': 1}",{'cx': 899},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",wstate_mapped_ibm_washington_qiskit_opt0_68.qasm -6272,27,1005,"{'rz': 256, 'sx': 128, 'measure': 16}",{'cx': 3105},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",su2random_mapped_ibm_montreal_qiskit_opt0_16.qasm -6273,27,547,"{'rz': 528, 'sx': 135, 'x': 22, 'measure': 17}",{'cx': 845},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18)",qpeexact_mapped_ibm_montreal_qiskit_opt3_18.qasm -6274,127,4494,"{'rz': 6962, 'sx': 662, 'measure': 111}",{'cx': 26619},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_111.qasm -6275,27,1695,"{'rz': 352, 'sx': 176, 'measure': 22}",{'cx': 6327},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt0_22.qasm -6276,127,326,"{'rz': 628, 'sx': 308, 'measure': 14}",{'cx': 689},"(15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",groundstate_large_mapped_ibm_washington_qiskit_opt2_14.qasm -6277,127,1023,"{'rz': 1322, 'sx': 34, 'measure': 34}",{'cx': 3004},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qft_mapped_ibm_washington_qiskit_opt2_34.qasm -6278,27,310,"{'rz': 217, 'sx': 62, 'measure': 11}",{'cx': 236},"(11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt1_11.qasm -6279,27,915,"{'rz': 184, 'sx': 184, 'measure': 23}",{'cx': 3369},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_23.qasm -6280,127,369,"{'rz': 425, 'sx': 124, 'measure': 16, 'x': 10}",{'cx': 600},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62)",qft_mapped_ibm_washington_qiskit_opt3_16.qasm -6281,127,492,"{'rz': 370, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 654},"(34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt1_15.qasm -6282,127,88,"{'measure': 85, 'rz': 2, 'sx': 1}",{'cx': 84},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_85.qasm -6283,127,592,"{'rz': 522, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 937},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103)",qpeexact_mapped_ibm_washington_qiskit_opt1_18.qasm -6284,27,306,"{'rz': 180, 'sx': 54, 'measure': 9}",{'cx': 548},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qnn_mapped_ibm_montreal_qiskit_opt0_9.qasm -6285,27,289,"{'rz': 230, 'sx': 138, 'measure': 24, 'x': 1}",{'cx': 268},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt0_24.qasm -6286,27,155,"{'rz': 94, 'sx': 9, 'measure': 8}",{'cx': 168},"(8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qftentangled_mapped_ibm_montreal_qiskit_opt1_8.qasm -6287,127,3494,"{'rz': 4256, 'sx': 452, 'measure': 76}",{'cx': 12771},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",ae_mapped_ibm_washington_qiskit_opt2_76.qasm -6288,127,1258,"{'rz': 1494, 'sx': 70, 'measure': 35, 'x': 1}",{'cx': 3651},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt2_36.qasm -6289,127,171,"{'rz': 131, 'sx': 75, 'measure': 37}",{'cx': 159},"(20, 33); (24, 34); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (73, 85); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",dj_mapped_ibm_washington_qiskit_opt2_38.qasm -6290,27,22,"{'measure': 19, 'rz': 2, 'sx': 1}",{'cx': 18},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_19.qasm -6291,127,61,"{'rz': 85, 'sx': 44, 'measure': 22}",{'cx': 89},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79)",graphstate_mapped_ibm_washington_qiskit_opt3_22.qasm -6292,127,122,"{'measure': 29, 'rz': 2, 'sx': 1}",{'cx': 211},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_29.qasm -6293,127,6525,"{'rz': 12059, 'sx': 120, 'measure': 120}",{'cx': 41074},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_120.qasm -6294,127,5174,"{'rz': 9605, 'sx': 190, 'measure': 95, 'x': 1}",{'cx': 25797},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_96.qasm -6295,27,298,"{'rz': 170, 'sx': 60, 'measure': 10}",{'cx': 404},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qnn_mapped_ibm_montreal_qiskit_opt2_10.qasm -6296,127,7337,"{'rz': 7691, 'sx': 2885, 'x': 88, 'measure': 45}",{'cx': 24791},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",random_mapped_ibm_washington_qiskit_opt1_45.qasm -6297,127,311,"{'rz': 444, 'sx': 222, 'measure': 74}",{'cx': 1565},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62); (73, 66)",graphstate_mapped_ibm_washington_qiskit_opt0_74.qasm -6298,27,283,"{'rz': 220, 'sx': 132, 'measure': 23, 'x': 1}",{'cx': 266},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt0_23.qasm -6299,127,197,"{'sx': 192, 'rz': 96, 'measure': 49, 'x': 1}",{'cx': 96},"(9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_49.qasm -6300,127,491,"{'rz': 553, 'sx': 268, 'measure': 14}",{'cx': 758},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",groundstate_large_mapped_ibm_washington_qiskit_opt1_14.qasm -6301,127,96,"{'rz': 292, 'sx': 146, 'measure': 82}",{'cx': 490},"(8, 16); (11, 12); (12, 11); (12, 17); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (118, 110); (118, 119); (119, 118)",graphstate_mapped_ibm_washington_qiskit_opt2_82.qasm -6302,127,5284,"{'rz': 6300, 'sx': 126, 'measure': 63, 'x': 1}",{'cx': 27489},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt0_64.qasm -6303,127,1184,"{'rz': 1276, 'sx': 62, 'measure': 31, 'x': 1}",{'cx': 2874},"(35, 47); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt2_32.qasm -6304,127,252,"{'rz': 171, 'sx': 97, 'measure': 48}",{'cx': 286},"(12, 13); (12, 17); (13, 12); (17, 12); (17, 30); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83); (92, 102); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt2_49.qasm -6305,27,192,"{'sx': 64, 'rz': 64, 'measure': 8}",{'cx': 236},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",su2random_mapped_ibm_montreal_qiskit_opt2_8.qasm -6306,127,962,"{'rz': 2111, 'sx': 849, 'x': 82, 'measure': 36}",{'cx': 2903},"(28, 29); (28, 35); (29, 28); (35, 28); (35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt3_36.qasm -6307,27,365,"{'rz': 239, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 391},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qpeexact_mapped_ibm_montreal_qiskit_opt1_12.qasm -6308,27,1207,"{'rz': 911, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 3105},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt0_24.qasm -6309,127,4954,"{'rz': 624, 'sx': 312, 'measure': 39}",{'cx': 25674},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_39.qasm -6310,127,241,"{'sx': 236, 'rz': 118, 'measure': 60, 'x': 1}",{'cx': 118},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_60.qasm -6311,127,3035,"{'rz': 5244, 'sx': 414, 'measure': 69}",{'cx': 22091},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt1_69.qasm -6312,127,594,"{'rz': 1425, 'sx': 917, 'measure': 21, 'x': 3}",{'cx': 1612},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qnn_mapped_ibm_washington_qiskit_opt3_21.qasm -6313,127,123,"{'rz': 103, 'sx': 57, 'measure': 28}",{'cx': 108},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (71, 58); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83)",dj_mapped_ibm_washington_qiskit_opt2_29.qasm -6314,127,2506,"{'rz': 3347, 'sx': 48, 'measure': 48}",{'cx': 7069},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (85, 73); (91, 79)",qft_mapped_ibm_washington_qiskit_opt1_48.qasm -6315,127,822,"{'rz': 824, 'sx': 299, 'x': 35, 'measure': 22}",{'cx': 1033},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",ae_mapped_ibm_washington_qiskit_opt3_22.qasm -6316,127,9625,"{'sx': 864, 'rz': 864, 'measure': 108}",{'cx': 72890},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",su2random_mapped_ibm_washington_qiskit_opt2_108.qasm -6317,127,337,"{'rz': 406, 'sx': 160, 'measure': 15, 'x': 5}",{'cx': 530},"(41, 53); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qftentangled_mapped_ibm_washington_qiskit_opt3_15.qasm -6318,127,7450,"{'sx': 624, 'rz': 624, 'measure': 78}",{'cx': 41982},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_78.qasm -6319,27,658,"{'sx': 160, 'rz': 160, 'measure': 20}",{'cx': 2016},"(3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt2_20.qasm -6320,127,6982,"{'rz': 11129, 'sx': 214, 'measure': 107, 'x': 1}",{'cx': 35064},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_108.qasm -6321,127,591,"{'sx': 120, 'rz': 120, 'measure': 15}",{'cx': 1340},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_15.qasm -6322,27,73,"{'measure': 25, 'rz': 2, 'sx': 1}",{'cx': 75},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_25.qasm -6323,127,1018,"{'rz': 1056, 'sx': 164, 'measure': 28}",{'cx': 1950},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt2_28.qasm -6324,127,89,"{'measure': 86, 'rz': 2, 'sx': 1}",{'cx': 85},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_86.qasm -6325,27,87,"{'rz': 144, 'sx': 72, 'measure': 24}",{'cx': 198},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt0_24.qasm -6326,127,4242,"{'sx': 592, 'rz': 592, 'measure': 74}",{'cx': 32524},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120)",su2random_mapped_ibm_washington_qiskit_opt2_74.qasm -6327,127,5596,"{'rz': 5728, 'sx': 2202, 'x': 67, 'measure': 40}",{'cx': 17738},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt2_40.qasm -6328,127,108,"{'rz': 334, 'sx': 167, 'measure': 81}",{'cx': 513},"(4, 15); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_81.qasm -6329,127,9775,"{'rz': 736, 'sx': 736, 'measure': 92}",{'cx': 61932},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_92.qasm -6330,127,1288,"{'rz': 1924, 'sx': 36, 'measure': 36}",{'cx': 3702},"(34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt1_36.qasm -6331,127,3903,"{'rz': 3871, 'sx': 98, 'measure': 49, 'x': 1}",{'cx': 16508},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_50.qasm -6332,127,5201,"{'rz': 8335, 'sx': 170, 'measure': 85, 'x': 1}",{'cx': 23408},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qpeinexact_mapped_ibm_washington_qiskit_opt1_86.qasm -6333,127,2902,"{'rz': 3552, 'sx': 386, 'measure': 65}",{'cx': 9799},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100); (110, 118); (118, 110)",ae_mapped_ibm_washington_qiskit_opt2_65.qasm -6334,27,392,"{'rz': 316, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 749},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeexact_mapped_ibm_montreal_qiskit_opt0_14.qasm -6335,127,164,"{'rz': 210, 'sx': 105, 'measure': 35}",{'cx': 551},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24)",graphstate_mapped_ibm_washington_qiskit_opt0_35.qasm -6336,127,976,"{'rz': 1255, 'sx': 711, 'measure': 17}",{'cx': 1824},"(72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",portfoliovqe_mapped_ibm_washington_qiskit_opt1_17.qasm -6337,127,50,"{'rz': 44, 'sx': 22, 'measure': 16}",{'cx': 76},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",graphstate_mapped_ibm_washington_qiskit_opt2_16.qasm -6338,127,5804,"{'rz': 9167, 'sx': 79, 'measure': 78}",{'cx': 41330},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_78.qasm -6339,127,1517,"{'rz': 1712, 'sx': 64, 'measure': 32, 'x': 1}",{'cx': 3432},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeexact_mapped_ibm_washington_qiskit_opt1_33.qasm -6340,127,10293,"{'rz': 14945, 'sx': 196, 'measure': 98, 'x': 1}",{'cx': 70047},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt0_99.qasm -6341,27,368,"{'rz': 332, 'sx': 16, 'measure': 15}",{'cx': 626},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt1_15.qasm -6342,127,261,"{'sx': 256, 'rz': 128, 'measure': 65, 'x': 1}",{'cx': 128},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_65.qasm -6343,127,3107,"{'rz': 5889, 'sx': 70, 'measure': 69}",{'cx': 13546},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_69.qasm -6344,127,972,"{'sx': 510, 'rz': 410, 'measure': 113, 'x': 1}",{'cx': 1377},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",wstate_mapped_ibm_washington_qiskit_opt2_113.qasm -6345,127,12049,"{'rz': 960, 'sx': 960, 'measure': 120}",{'cx': 93330},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_120.qasm -6346,27,645,"{'rz': 518, 'sx': 210, 'measure': 26, 'x': 5}",{'cx': 1063},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt3_13.qasm -6347,27,430,"{'rz': 545, 'sx': 20, 'measure': 20}",{'cx': 1058},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt2_20.qasm -6348,127,11030,"{'rz': 17970, 'sx': 638, 'measure': 107}",{'cx': 76364},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt0_107.qasm -6349,127,91,"{'rz': 77, 'sx': 43, 'measure': 21}",{'cx': 83},"(41, 53); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (92, 83)",dj_mapped_ibm_washington_qiskit_opt2_22.qasm -6350,127,939,"{'rz': 384, 'sx': 192, 'measure': 24}",{'cx': 6252},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_24.qasm -6351,27,77,"{'sx': 72, 'rz': 36, 'measure': 19, 'x': 1}",{'cx': 36},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_19.qasm -6352,127,6427,"{'rz': 11694, 'sx': 117, 'measure': 117}",{'cx': 38767},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_117.qasm -6353,127,183,"{'rz': 87, 'sx': 80, 'measure': 7, 'x': 1}",{'cx': 160},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_7.qasm -6354,127,556,"{'rz': 587, 'sx': 20, 'measure': 20}",{'cx': 1130},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80)",qft_mapped_ibm_washington_qiskit_opt1_20.qasm -6355,127,82,"{'rz': 196, 'sx': 98, 'measure': 60}",{'cx': 309},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",graphstate_mapped_ibm_washington_qiskit_opt1_60.qasm -6356,127,212,"{'rz': 384, 'sx': 192, 'measure': 64}",{'cx': 1192},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",graphstate_mapped_ibm_washington_qiskit_opt0_64.qasm -6357,27,69,"{'sx': 64, 'rz': 32, 'measure': 17, 'x': 1}",{'cx': 32},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_17.qasm -6358,127,63,"{'rz': 52, 'sx': 26, 'measure': 18}",{'cx': 96},"(24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (74, 89); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",graphstate_mapped_ibm_washington_qiskit_opt1_18.qasm -6359,27,2560,"{'rz': 962, 'sx': 156, 'measure': 26}",{'cx': 9782},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt0_26.qasm -6360,27,358,"{'rz': 198, 'sx': 66, 'measure': 11}",{'cx': 511},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",qnn_mapped_ibm_montreal_qiskit_opt2_11.qasm -6361,27,3979,"{'rz': 1611, 'sx': 1164, 'measure': 19, 'x': 12}",{'cx': 2176},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",pricingcall_mapped_ibm_montreal_qiskit_opt1_19.qasm -6362,127,5370,"{'rz': 648, 'sx': 648, 'measure': 81}",{'cx': 34844},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_81.qasm -6363,127,283,"{'rz': 88, 'sx': 88, 'measure': 11}",{'cx': 551},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt1_11.qasm -6364,127,6525,"{'rz': 2496, 'sx': 207, 'x': 36, 'measure': 7}",{'cx': 5823},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt0_7.qasm -6365,127,2309,"{'sx': 336, 'rz': 336, 'measure': 42}",{'cx': 11018},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_42.qasm -6366,127,8409,"{'rz': 696, 'sx': 464, 'measure': 58}",{'cx': 62748},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_58.qasm -6367,127,563,"{'measure': 113, 'rz': 2, 'sx': 1}",{'cx': 1006},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_113.qasm -6368,127,932,"{'rz': 1296, 'sx': 34, 'measure': 33}",{'cx': 2862},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",qftentangled_mapped_ibm_washington_qiskit_opt2_33.qasm -6369,127,21,"{'measure': 18, 'rz': 2, 'sx': 1}",{'cx': 17},"(106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_18.qasm -6370,127,168,"{'rz': 138, 'sx': 69, 'measure': 34}",{'cx': 166},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (91, 79); (92, 83); (92, 102); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (111, 104)",dj_mapped_ibm_washington_qiskit_opt1_35.qasm -6371,27,216,"{'rz': 72, 'sx': 72, 'measure': 9}",{'cx': 359},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12)",realamprandom_mapped_ibm_montreal_qiskit_opt1_9.qasm -6372,27,416,"{'rz': 368, 'sx': 96, 'measure': 16}",{'cx': 1083},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_16.qasm -6373,127,8650,"{'rz': 13303, 'sx': 95, 'measure': 94}",{'cx': 63915},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt0_94.qasm -6374,127,3464,"{'rz': 3515, 'sx': 1302, 'x': 52, 'measure': 31}",{'cx': 9139},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104)",random_mapped_ibm_washington_qiskit_opt1_31.qasm -6375,27,2501,"{'rz': 300, 'sx': 200, 'measure': 25}",{'cx': 9945},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt0_25.qasm -6376,127,361,"{'sx': 88, 'rz': 88, 'measure': 11}",{'cx': 544},"(35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_11.qasm -6377,127,414,"{'rz': 534, 'sx': 20, 'measure': 19}",{'cx': 1035},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt1_19.qasm -6378,127,159,"{'rz': 92, 'sx': 14, 'measure': 7, 'x': 1}",{'cx': 143},"(34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64)",qpeexact_mapped_ibm_washington_qiskit_opt2_8.qasm -6379,27,416,"{'rz': 377, 'sx': 110, 'x': 15, 'measure': 14}",{'cx': 566},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qpeexact_mapped_ibm_montreal_qiskit_opt3_15.qasm -6380,27,930,"{'rz': 836, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 1788},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_25.qasm -6381,127,1462,"{'rz': 1110, 'sx': 666, 'measure': 112, 'x': 1}",{'cx': 1647},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",wstate_mapped_ibm_washington_qiskit_opt0_112.qasm -6382,127,49,"{'sx': 44, 'rz': 22, 'measure': 12, 'x': 1}",{'cx': 22},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_12.qasm -6383,127,3282,"{'rz': 1692, 'sx': 216, 'measure': 36}",{'cx': 17399},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_36.qasm -6384,127,1078,"{'rz': 2270, 'sx': 1970, 'x': 94, 'measure': 34}",{'cx': 4838},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_34.qasm -6385,127,862,"{'measure': 124, 'rz': 2, 'sx': 1}",{'cx': 927},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_124.qasm -6386,27,521,"{'rz': 104, 'sx': 104, 'measure': 13}",{'cx': 1042},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_13.qasm -6387,127,899,"{'rz': 2067, 'sx': 944, 'measure': 32, 'x': 6}",{'cx': 4184},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt3_32.qasm -6388,27,3684,"{'rz': 2207, 'sx': 508, 'x': 42, 'measure': 7}",{'cx': 2816},"(8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16)",grover-noancilla_mapped_ibm_montreal_qiskit_opt3_7.qasm -6389,127,7294,"{'rz': 14164, 'sx': 98, 'measure': 97}",{'cx': 62151},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt0_97.qasm -6390,127,55,"{'rz': 191, 'sx': 101, 'measure': 47, 'x': 4}",{'cx': 170},"(8, 16); (16, 8); (16, 26); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (111, 104); (111, 122); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123)",graphstate_mapped_ibm_washington_qiskit_opt3_47.qasm -6391,127,1753,"{'rz': 2496, 'sx': 78, 'measure': 39, 'x': 1}",{'cx': 5136},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",qpeexact_mapped_ibm_washington_qiskit_opt1_40.qasm -6392,127,34,"{'measure': 31, 'rz': 2, 'sx': 1}",{'cx': 30},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",ghz_mapped_ibm_washington_qiskit_opt2_31.qasm -6393,127,2131,"{'sx': 344, 'rz': 344, 'measure': 43}",{'cx': 11042},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt1_43.qasm -6394,27,458,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1159},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_16.qasm -6395,127,9406,"{'sx': 872, 'rz': 872, 'measure': 109}",{'cx': 75662},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_109.qasm -6396,127,2934,"{'rz': 4818, 'sx': 396, 'measure': 66}",{'cx': 21751},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (122, 111)",qnn_mapped_ibm_washington_qiskit_opt2_66.qasm -6397,27,340,"{'rz': 358, 'sx': 17, 'measure': 16}",{'cx': 677},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_16.qasm -6398,127,5248,"{'rz': 5390, 'sx': 420, 'measure': 70}",{'cx': 23773},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qnn_mapped_ibm_washington_qiskit_opt2_70.qasm -6399,127,3208,"{'rz': 5734, 'sx': 386, 'measure': 65}",{'cx': 11429},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt1_65.qasm -6400,127,867,"{'rz': 2366, 'sx': 1399, 'measure': 30, 'x': 2}",{'cx': 3639},"(16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 53); (43, 34); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt3_30.qasm -6401,127,1184,"{'rz': 1276, 'sx': 62, 'measure': 31, 'x': 1}",{'cx': 2874},"(35, 47); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt2_32.qasm -6402,127,1096,"{'rz': 1580, 'sx': 38, 'measure': 37}",{'cx': 3333},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt2_37.qasm -6403,27,430,"{'rz': 228, 'sx': 202, 'measure': 11, 'x': 9}",{'cx': 518},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_11.qasm -6404,127,842,"{'measure': 114, 'rz': 2, 'sx': 1}",{'cx': 962},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",ghz_mapped_ibm_washington_qiskit_opt2_114.qasm -6405,127,401,"{'rz': 327, 'sx': 209, 'measure': 9}",{'cx': 378},"(44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62)",portfoliovqe_mapped_ibm_washington_qiskit_opt2_9.qasm -6406,127,306,"{'rz': 498, 'sx': 249, 'measure': 83}",{'cx': 1694},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",graphstate_mapped_ibm_washington_qiskit_opt0_83.qasm -6407,127,16898,"{'sx': 1016, 'rz': 1016, 'measure': 127}",{'cx': 122942},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_127.qasm -6408,27,47,"{'rz': 48, 'sx': 24, 'measure': 8}",{'cx': 41},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",graphstate_mapped_ibm_montreal_qiskit_opt0_8.qasm -6409,127,1210,"{'rz': 1452, 'sx': 176, 'measure': 30}",{'cx': 2529},"(20, 33); (33, 20); (33, 39); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt1_30.qasm -6410,127,4415,"{'rz': 6485, 'sx': 111, 'measure': 110}",{'cx': 29638},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_110.qasm -6411,127,8151,"{'rz': 7693, 'sx': 2620, 'measure': 40, 'x': 31}",{'cx': 32506},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_40.qasm -6412,127,1301,"{'sx': 562, 'rz': 446, 'measure': 125, 'x': 1}",{'cx': 1596},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_125.qasm -6413,127,141,"{'sx': 136, 'rz': 68, 'measure': 35, 'x': 1}",{'cx': 68},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (79, 91); (80, 79); (90, 75); (90, 94); (91, 79); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",wstate_mapped_ibm_washington_qiskit_opt2_35.qasm -6414,127,672,"{'rz': 1104, 'sx': 31, 'measure': 31}",{'cx': 2458},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62)",qft_mapped_ibm_washington_qiskit_opt2_31.qasm -6415,127,56,"{'measure': 53, 'rz': 2, 'sx': 1}",{'cx': 52},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ghz_mapped_ibm_washington_qiskit_opt1_53.qasm -6416,27,37,"{'rz': 84, 'sx': 45, 'measure': 9}",{'cx': 54},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt3_9.qasm -6417,27,53,"{'measure': 11, 'rz': 2, 'sx': 1}",{'cx': 91},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ghz_mapped_ibm_montreal_qiskit_opt0_11.qasm -6418,27,1203,"{'rz': 1440, 'sx': 750, 'measure': 15}",{'cx': 2508},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_15.qasm -6419,127,845,"{'rz': 1024, 'sx': 580, 'measure': 15}",{'cx': 1380},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66)",portfoliovqe_mapped_ibm_washington_qiskit_opt1_15.qasm -6420,127,19490,"{'rz': 9080, 'sx': 125, 'x': 10, 'measure': 9}",{'cx': 18126},"(45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt2_9.qasm -6421,127,8687,"{'sx': 752, 'rz': 752, 'measure': 94}",{'cx': 64621},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_94.qasm -6422,127,44,"{'rz': 54, 'sx': 30, 'measure': 17, 'x': 2}",{'cx': 49},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106)",graphstate_mapped_ibm_washington_qiskit_opt3_17.qasm -6423,127,297,"{'rz': 176, 'sx': 88, 'measure': 11}",{'cx': 1044},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_11.qasm -6424,27,74,"{'measure': 26, 'rz': 2, 'sx': 1}",{'cx': 70},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_26.qasm -6425,127,9694,"{'sx': 800, 'rz': 800, 'measure': 100}",{'cx': 70500},"(11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_100.qasm -6426,127,730,"{'rz': 414, 'sx': 207, 'measure': 103, 'x': 93}",{'cx': 1252},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt0_104.qasm -6427,127,70,"{'measure': 67, 'rz': 2, 'sx': 1}",{'cx': 66},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_67.qasm -6428,127,14556,"{'rz': 960, 'sx': 960, 'measure': 120}",{'cx': 106948},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_120.qasm -6429,27,341,"{'rz': 236, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 422},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21)",qpeexact_mapped_ibm_montreal_qiskit_opt2_13.qasm -6430,127,14551,"{'rz': 996, 'sx': 664, 'measure': 83}",{'cx': 135705},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt0_83.qasm -6431,127,1453,"{'rz': 1515, 'sx': 60, 'measure': 30, 'x': 1}",{'cx': 5301},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_31.qasm -6432,127,4797,"{'sx': 624, 'rz': 624, 'measure': 78}",{'cx': 34433},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (118, 110); (118, 119); (119, 118)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_78.qasm -6433,127,1899,"{'rz': 3471, 'sx': 50, 'measure': 49}",{'cx': 7086},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_49.qasm -6434,127,5959,"{'rz': 11576, 'sx': 117, 'measure': 116}",{'cx': 40327},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_116.qasm -6435,127,485,"{'rz': 218, 'sx': 92, 'measure': 9, 'x': 4}",{'cx': 325},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45)",pricingcall_mapped_ibm_washington_qiskit_opt1_9.qasm -6436,127,7694,"{'rz': 7723, 'sx': 3031, 'x': 122, 'measure': 46}",{'cx': 25986},"(34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt2_46.qasm -6437,127,349,"{'sx': 344, 'rz': 172, 'measure': 87, 'x': 1}",{'cx': 172},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_87.qasm -6438,27,425,"{'rz': 300, 'sx': 68, 'measure': 12}",{'cx': 519},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ae_mapped_ibm_montreal_qiskit_opt0_12.qasm -6439,127,113,"{'rz': 372, 'sx': 186, 'measure': 96}",{'cx': 543},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_96.qasm -6440,127,1667,"{'rz': 1294, 'sx': 430, 'measure': 16, 'x': 4}",{'cx': 3778},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_16.qasm -6441,127,4659,"{'rz': 4732, 'sx': 56, 'measure': 56}",{'cx': 21950},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_56.qasm -6442,127,10964,"{'rz': 16796, 'sx': 208, 'measure': 104, 'x': 1}",{'cx': 79623},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt0_105.qasm -6443,127,548,"{'rz': 465, 'sx': 391, 'measure': 16, 'x': 13}",{'cx': 1144},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_16.qasm -6444,127,4159,"{'rz': 5390, 'sx': 420, 'measure': 70}",{'cx': 23800},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt1_70.qasm -6445,127,4901,"{'rz': 6068, 'sx': 108, 'measure': 108}",{'cx': 29797},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_108.qasm -6446,127,109,"{'rz': 314, 'sx': 157, 'measure': 87}",{'cx': 507},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt1_87.qasm -6447,127,7911,"{'rz': 660, 'sx': 440, 'measure': 55}",{'cx': 55566},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_55.qasm -6448,127,63,"{'measure': 60, 'rz': 2, 'sx': 1}",{'cx': 59},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_60.qasm -6449,127,10432,"{'rz': 1056, 'sx': 528, 'measure': 66}",{'cx': 82656},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_66.qasm -6450,127,5443,"{'rz': 6348, 'sx': 216, 'measure': 108, 'x': 1}",{'cx': 29163},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_109.qasm -6451,27,477,"{'rz': 276, 'sx': 72, 'measure': 12}",{'cx': 1262},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qnn_mapped_ibm_montreal_qiskit_opt0_12.qasm -6452,27,366,"{'rz': 258, 'sx': 62, 'measure': 11}",{'cx': 449},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",ae_mapped_ibm_montreal_qiskit_opt0_11.qasm -6453,127,27,"{'rz': 74, 'sx': 70, 'measure': 13, 'x': 4}",{'cx': 24},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18)",vqe_mapped_ibm_washington_qiskit_opt2_13.qasm -6454,127,1058,"{'sx': 216, 'rz': 216, 'measure': 27}",{'cx': 3888},"(33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_27.qasm -6455,127,26,"{'sx': 48, 'rz': 48, 'measure': 6}",{'cx': 15},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4)",routing_mapped_ibm_washington_qiskit_opt1_6.qasm -6456,127,7733,"{'rz': 12195, 'sx': 90, 'measure': 90}",{'cx': 56157},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_90.qasm -6457,127,4021,"{'rz': 7334, 'sx': 82, 'measure': 81}",{'cx': 18627},"(7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_81.qasm -6458,127,237,"{'rz': 102, 'sx': 93, 'measure': 8, 'x': 2}",{'cx': 222},"(62, 72); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_8.qasm -6459,127,483,"{'rz': 258, 'sx': 129, 'x': 65, 'measure': 64}",{'cx': 826},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63)",dj_mapped_ibm_washington_qiskit_opt0_65.qasm -6460,27,438,"{'rz': 333, 'sx': 99, 'x': 17, 'measure': 13}",{'cx': 456},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_14.qasm -6461,127,1211,"{'rz': 232, 'sx': 232, 'measure': 29}",{'cx': 4639},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_29.qasm -6462,127,114,"{'rz': 135, 'sx': 90, 'measure': 15}",{'cx': 229},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",vqe_mapped_ibm_washington_qiskit_opt0_15.qasm -6463,127,1223,"{'rz': 516, 'sx': 119, 'x': 10, 'measure': 9}",{'cx': 1027},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt2_9.qasm -6464,127,339,"{'rz': 246, 'sx': 13, 'measure': 13}",{'cx': 471},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61)",qft_mapped_ibm_washington_qiskit_opt1_13.qasm -6465,127,671,"{'rz': 406, 'sx': 229, 'x': 28, 'measure': 11}",{'cx': 381},"(92, 102); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (121, 122); (122, 111); (122, 121)",pricingcall_mapped_ibm_washington_qiskit_opt3_11.qasm -6466,127,6276,"{'rz': 736, 'sx': 368, 'measure': 46}",{'cx': 37974},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_46.qasm -6467,127,410,"{'rz': 288, 'sx': 157, 'measure': 78}",{'cx': 595},"(12, 17); (15, 22); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (110, 100); (110, 118); (111, 104); (118, 110)",dj_mapped_ibm_washington_qiskit_opt2_79.qasm -6468,127,711,"{'rz': 710, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 1326},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt1_21.qasm -6469,127,9597,"{'sx': 808, 'rz': 808, 'measure': 101}",{'cx': 68564},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_101.qasm -6470,27,1748,"{'rz': 264, 'sx': 176, 'measure': 22}",{'cx': 6621},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_22.qasm -6471,127,856,"{'measure': 109, 'rz': 2, 'sx': 1}",{'cx': 930},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_109.qasm -6472,127,1276,"{'rz': 1203, 'sx': 60, 'measure': 30, 'x': 1}",{'cx': 2847},"(34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62)",qpeinexact_mapped_ibm_washington_qiskit_opt2_31.qasm -6473,127,381,"{'sx': 376, 'rz': 188, 'measure': 95, 'x': 1}",{'cx': 188},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_95.qasm -6474,127,10211,"{'rz': 17115, 'sx': 210, 'measure': 105, 'x': 1}",{'cx': 78273},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt0_106.qasm -6475,127,157,"{'sx': 152, 'rz': 76, 'measure': 39, 'x': 1}",{'cx': 76},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94)",wstate_mapped_ibm_washington_qiskit_opt3_39.qasm -6476,127,4191,"{'rz': 1776, 'sx': 222, 'measure': 37}",{'cx': 21279},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_37.qasm -6477,127,636,"{'rz': 510, 'sx': 306, 'measure': 52, 'x': 1}",{'cx': 639},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_52.qasm -6478,27,481,"{'rz': 378, 'sx': 17, 'measure': 17}",{'cx': 800},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16)",qft_mapped_ibm_montreal_qiskit_opt2_17.qasm -6479,127,231,"{'rz': 155, 'sx': 34, 'measure': 9, 'x': 4}",{'cx': 217},"(28, 35); (35, 28); (35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (64, 54)",qpeinexact_mapped_ibm_washington_qiskit_opt3_10.qasm -6480,27,21,"{'measure': 18, 'rz': 2, 'sx': 1}",{'cx': 17},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_18.qasm -6481,127,295,"{'measure': 58, 'rz': 2, 'sx': 1}",{'cx': 531},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ghz_mapped_ibm_washington_qiskit_opt0_58.qasm -6482,127,8593,"{'rz': 12270, 'sx': 524, 'measure': 88}",{'cx': 50949},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt0_88.qasm -6483,127,5865,"{'rz': 6119, 'sx': 2429, 'x': 94, 'measure': 42}",{'cx': 19633},"(34, 43); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83)",random_mapped_ibm_washington_qiskit_opt2_42.qasm -6484,127,6147,"{'rz': 6325, 'sx': 620, 'measure': 104}",{'cx': 24949},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt2_104.qasm -6485,27,281,"{'rz': 183, 'sx': 50, 'measure': 9}",{'cx': 255},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5)",ae_mapped_ibm_montreal_qiskit_opt0_9.qasm -6486,127,1034,"{'sx': 545, 'rz': 425, 'measure': 122, 'x': 1}",{'cx': 1427},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_122.qasm -6487,127,318,"{'rz': 224, 'sx': 152, 'measure': 8}",{'cx': 276},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",portfoliovqe_mapped_ibm_washington_qiskit_opt2_8.qasm -6488,127,195,"{'rz': 348, 'sx': 174, 'measure': 58}",{'cx': 1075},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",graphstate_mapped_ibm_washington_qiskit_opt0_58.qasm -6489,27,583,"{'rz': 566, 'sx': 223, 'x': 18, 'measure': 18}",{'cx': 659},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt3_18.qasm -6490,127,85,"{'measure': 82, 'rz': 2, 'sx': 1}",{'cx': 81},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_82.qasm -6491,27,626,"{'rz': 377, 'sx': 91, 'measure': 26}",{'cx': 1176},"(0, 1); (1, 0); (1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt2_13.qasm -6492,127,5335,"{'rz': 5786, 'sx': 578, 'measure': 97}",{'cx': 19791},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt2_97.qasm -6493,27,235,"{'rz': 125, 'sx': 111, 'measure': 8, 'x': 1}",{'cx': 230},"(10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_8.qasm -6494,127,84,"{'measure': 81, 'rz': 2, 'sx': 1}",{'cx': 80},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_81.qasm -6495,127,19886,"{'rz': 21395, 'sx': 7759, 'x': 280, 'measure': 74}",{'cx': 90378},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_74.qasm -6496,127,92,"{'measure': 89, 'rz': 2, 'sx': 1}",{'cx': 88},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_89.qasm -6497,27,39,"{'rz': 98, 'sx': 51, 'measure': 27}",{'cx': 71},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt3_27.qasm -6498,127,292,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 624},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_12.qasm -6499,27,59,"{'rz': 54, 'sx': 27, 'measure': 13}",{'cx': 37},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21)",dj_mapped_ibm_montreal_qiskit_opt1_14.qasm -6500,27,1284,"{'rz': 662, 'sx': 264, 'x': 30, 'measure': 13}",{'cx': 1058},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",pricingcall_mapped_ibm_montreal_qiskit_opt0_13.qasm -6501,27,207,"{'rz': 72, 'sx': 72, 'measure': 9}",{'cx': 301},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_9.qasm -6502,127,8726,"{'rz': 12819, 'sx': 536, 'measure': 90}",{'cx': 53571},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt0_90.qasm -6503,127,14481,"{'rz': 1008, 'sx': 672, 'measure': 84}",{'cx': 137451},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt0_84.qasm -6504,127,4846,"{'rz': 5882, 'sx': 584, 'measure': 98}",{'cx': 22170},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (118, 110)",ae_mapped_ibm_washington_qiskit_opt2_98.qasm -6505,127,788,"{'rz': 600, 'sx': 360, 'measure': 61, 'x': 1}",{'cx': 885},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",wstate_mapped_ibm_washington_qiskit_opt0_61.qasm -6506,127,582,"{'rz': 426, 'sx': 213, 'measure': 106}",{'cx': 871},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt1_107.qasm -6507,127,33975,"{'rz': 45640, 'sx': 15711, 'x': 202, 'measure': 97}",{'cx': 273846},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt0_97.qasm -6508,127,11032,"{'sx': 832, 'rz': 832, 'measure': 104}",{'cx': 81234},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_104.qasm -6509,27,891,"{'rz': 200, 'sx': 200, 'measure': 25}",{'cx': 3215},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (8, 5); (8, 9); (8, 11); (9, 8); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt2_25.qasm -6510,127,269,"{'rz': 138, 'sx': 69, 'measure': 34, 'x': 31}",{'cx': 451},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24)",dj_mapped_ibm_washington_qiskit_opt0_35.qasm -6511,27,159,"{'rz': 107, 'sx': 35, 'measure': 7, 'x': 5}",{'cx': 120},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (18, 15)",qpeexact_mapped_ibm_montreal_qiskit_opt3_8.qasm -6512,127,7335,"{'rz': 3876, 'sx': 342, 'measure': 57}",{'cx': 52322},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_57.qasm -6513,27,181,"{'rz': 147, 'sx': 34, 'measure': 10, 'x': 2}",{'cx': 210},"(8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qft_mapped_ibm_montreal_qiskit_opt3_10.qasm -6514,27,2532,"{'rz': 2587, 'sx': 1005, 'x': 31, 'measure': 27}",{'cx': 6277},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt1_27.qasm -6515,27,844,"{'rz': 690, 'sx': 138, 'measure': 23}",{'cx': 2372},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (25, 22)",qnn_mapped_ibm_montreal_qiskit_opt1_23.qasm -6516,127,396,"{'rz': 320, 'sx': 187, 'measure': 82, 'x': 10}",{'cx': 348},"(4, 15); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt3_83.qasm -6517,127,1827,"{'rz': 4434, 'sx': 57, 'measure': 57}",{'cx': 9169},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt1_57.qasm -6518,27,442,"{'rz': 708, 'sx': 63, 'measure': 22, 'x': 10}",{'cx': 1222},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt3_22.qasm -6519,127,6470,"{'rz': 7826, 'sx': 252, 'measure': 126, 'x': 1}",{'cx': 40621},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_127.qasm -6520,127,4951,"{'rz': 7099, 'sx': 79, 'measure': 79}",{'cx': 17886},"(24, 34); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_79.qasm -6521,127,561,"{'rz': 747, 'sx': 24, 'measure': 24}",{'cx': 1497},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qft_mapped_ibm_washington_qiskit_opt2_24.qasm -6522,127,227,"{'rz': 80, 'sx': 80, 'measure': 10}",{'cx': 507},"(73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_10.qasm -6523,127,1345,"{'sx': 224, 'rz': 224, 'measure': 28}",{'cx': 4934},"(54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (111, 104)",su2random_mapped_ibm_washington_qiskit_opt1_28.qasm -6524,127,17063,"{'sx': 984, 'rz': 984, 'measure': 123}",{'cx': 126045},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_123.qasm -6525,127,3738,"{'rz': 3800, 'sx': 1403, 'x': 62, 'measure': 32}",{'cx': 10170},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",random_mapped_ibm_washington_qiskit_opt2_32.qasm -6526,27,770,"{'rz': 744, 'sx': 434, 'measure': 13}",{'cx': 1080},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_13.qasm -6527,127,4659,"{'rz': 688, 'sx': 688, 'measure': 86}",{'cx': 40809},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_86.qasm -6528,127,146,"{'rz': 82, 'sx': 38, 'measure': 7}",{'cx': 87},"(87, 88); (87, 93); (88, 87); (93, 87); (93, 106); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107)",ae_mapped_ibm_washington_qiskit_opt2_7.qasm -6529,27,719,"{'rz': 551, 'sx': 19, 'measure': 19}",{'cx': 1815},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qft_mapped_ibm_montreal_qiskit_opt0_19.qasm -6530,127,2011,"{'rz': 3585, 'sx': 70, 'measure': 70}",{'cx': 11895},"(16, 26); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt2_70.qasm -6531,127,175,"{'rz': 155, 'sx': 87, 'measure': 43}",{'cx': 209},"(20, 21); (20, 33); (21, 20); (33, 20); (33, 39); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (53, 41); (53, 60); (54, 64); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118)",dj_mapped_ibm_washington_qiskit_opt2_44.qasm -6532,127,676,"{'rz': 374, 'sx': 187, 'measure': 93, 'x': 85}",{'cx': 1164},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (93, 87)",dj_mapped_ibm_washington_qiskit_opt0_94.qasm -6533,127,5649,"{'rz': 6513, 'sx': 115, 'measure': 115}",{'cx': 33556},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qft_mapped_ibm_washington_qiskit_opt2_115.qasm -6534,127,127,"{'rz': 338, 'sx': 169, 'measure': 83}",{'cx': 500},"(6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (13, 12); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt2_83.qasm -6535,127,48,"{'rz': 160, 'sx': 80, 'measure': 50}",{'cx': 233},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103)",graphstate_mapped_ibm_washington_qiskit_opt1_50.qasm -6536,27,474,"{'rz': 144, 'sx': 96, 'measure': 12}",{'cx': 1344},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_12.qasm -6537,127,4913,"{'rz': 7700, 'sx': 160, 'measure': 80, 'x': 1}",{'cx': 20277},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_81.qasm -6538,27,633,"{'rz': 136, 'sx': 136, 'measure': 17}",{'cx': 1684},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_17.qasm -6539,127,22837,"{'rz': 29371, 'sx': 10095, 'x': 115, 'measure': 77}",{'cx': 159881},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_77.qasm -6540,27,499,"{'rz': 568, 'sx': 269, 'x': 25, 'measure': 12}",{'cx': 674},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt3_12.qasm -6541,127,18664,"{'sx': 976, 'rz': 976, 'measure': 122}",{'cx': 121894},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_122.qasm -6542,127,302,"{'measure': 56, 'rz': 2, 'sx': 1}",{'cx': 544},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (54, 45); (55, 49)",ghz_mapped_ibm_washington_qiskit_opt0_56.qasm -6543,27,76,"{'rz': 57, 'sx': 33, 'measure': 16}",{'cx': 58},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt2_17.qasm -6544,127,952,"{'measure': 112, 'rz': 2, 'sx': 1}",{'cx': 1074},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (126, 112)",ghz_mapped_ibm_washington_qiskit_opt1_112.qasm -6545,27,10,"{'measure': 7, 'rz': 2, 'sx': 1}",{'cx': 6},"(17, 18); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_7.qasm -6546,27,37,"{'rz': 72, 'sx': 36, 'measure': 22}",{'cx': 61},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_22.qasm -6547,127,289,"{'rz': 223, 'sx': 61, 'measure': 12, 'x': 4}",{'cx': 359},"(45, 54); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qftentangled_mapped_ibm_washington_qiskit_opt3_12.qasm -6548,127,3770,"{'rz': 4779, 'sx': 166, 'measure': 83, 'x': 1}",{'cx': 17832},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qpeinexact_mapped_ibm_washington_qiskit_opt2_84.qasm -6549,27,461,"{'rz': 294, 'sx': 84, 'measure': 14}",{'cx': 840},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt2_14.qasm -6550,127,424,"{'rz': 324, 'sx': 190, 'measure': 80, 'x': 10}",{'cx': 408},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105)",dj_mapped_ibm_washington_qiskit_opt3_81.qasm -6551,27,633,"{'rz': 136, 'sx': 136, 'measure': 17}",{'cx': 1684},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_17.qasm -6552,27,607,"{'rz': 649, 'sx': 21, 'measure': 21}",{'cx': 1254},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt1_21.qasm -6553,127,5205,"{'sx': 608, 'rz': 608, 'measure': 76}",{'cx': 38979},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_76.qasm -6554,27,5046,"{'rz': 1819, 'sx': 439, 'measure': 17, 'x': 10}",{'cx': 4504},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt2_17.qasm -6555,127,898,"{'rz': 841, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 2548},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_23.qasm -6556,127,369,"{'sx': 364, 'rz': 182, 'measure': 92, 'x': 1}",{'cx': 182},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_92.qasm -6557,127,308,"{'rz': 486, 'sx': 243, 'measure': 81}",{'cx': 1695},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",graphstate_mapped_ibm_washington_qiskit_opt0_81.qasm -6558,127,9612,"{'rz': 13286, 'sx': 740, 'measure': 124}",{'cx': 43069},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_124.qasm -6559,127,941,"{'rz': 920, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 1899},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt1_24.qasm -6560,127,163,"{'sx': 56, 'rz': 56, 'measure': 7}",{'cx': 175},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",realamprandom_mapped_ibm_washington_qiskit_opt2_7.qasm -6561,127,24,"{'rz': 24, 'sx': 16, 'measure': 2}",{'cx': 3},"(0, 1); (1, 0)",routing_mapped_ibm_washington_qiskit_opt0_2.qasm -6562,127,1023,"{'rz': 1198, 'sx': 33, 'measure': 32}",{'cx': 2754},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt2_32.qasm -6563,127,2686,"{'rz': 3890, 'sx': 100, 'measure': 50, 'x': 1}",{'cx': 7920},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt1_51.qasm -6564,127,333,"{'sx': 328, 'rz': 164, 'measure': 83, 'x': 1}",{'cx': 164},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_83.qasm -6565,127,3533,"{'rz': 616, 'sx': 616, 'measure': 77}",{'cx': 32809},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_77.qasm -6566,127,482,"{'rz': 385, 'sx': 224, 'measure': 98, 'x': 8}",{'cx': 423},"(0, 14); (4, 15); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 102); (93, 87); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt3_99.qasm -6567,127,5926,"{'rz': 5689, 'sx': 572, 'measure': 96}",{'cx': 21253},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_96.qasm -6568,127,1081,"{'rz': 1185, 'sx': 158, 'measure': 27}",{'cx': 1944},"(54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100)",ae_mapped_ibm_washington_qiskit_opt1_27.qasm -6569,127,266,"{'rz': 216, 'sx': 100, 'measure': 11, 'x': 7}",{'cx': 196},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (81, 72)",ae_mapped_ibm_washington_qiskit_opt3_11.qasm -6570,127,919,"{'measure': 118, 'rz': 2, 'sx': 1}",{'cx': 1068},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_118.qasm -6571,127,1413,"{'rz': 2064, 'sx': 48, 'measure': 48}",{'cx': 5441},"(3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt2_48.qasm -6572,127,9128,"{'rz': 5082, 'sx': 396, 'measure': 66}",{'cx': 72233},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_66.qasm -6573,127,248,"{'rz': 336, 'sx': 168, 'measure': 56}",{'cx': 980},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",graphstate_mapped_ibm_washington_qiskit_opt0_56.qasm -6574,27,91,"{'rz': 74, 'sx': 43, 'measure': 21}",{'cx': 75},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19); (22, 25); (25, 22)",dj_mapped_ibm_montreal_qiskit_opt2_22.qasm -6575,127,80,"{'rz': 456, 'sx': 228, 'measure': 112}",{'cx': 694},"(0, 1); (0, 14); (1, 0); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_112.qasm -6576,127,219,"{'rz': 106, 'sx': 53, 'x': 27, 'measure': 26}",{'cx': 377},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_27.qasm -6577,127,2623,"{'rz': 6175, 'sx': 5277, 'x': 245, 'measure': 52}",{'cx': 12622},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt3_52.qasm -6578,127,474,"{'rz': 345, 'sx': 74, 'measure': 13}",{'cx': 807},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_13.qasm -6579,127,10890,"{'sx': 784, 'rz': 784, 'measure': 98}",{'cx': 71986},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111); (122, 123); (123, 122)",su2random_mapped_ibm_washington_qiskit_opt1_98.qasm -6580,127,15014,"{'sx': 1016, 'rz': 1016, 'measure': 127}",{'cx': 112003},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_127.qasm -6581,27,729,"{'rz': 874, 'sx': 512, 'measure': 15}",{'cx': 1323},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",portfoliovqe_mapped_ibm_montreal_qiskit_opt2_15.qasm -6582,127,367,"{'rz': 630, 'sx': 315, 'measure': 105}",{'cx': 2586},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",graphstate_mapped_ibm_washington_qiskit_opt0_105.qasm -6583,127,812,"{'rz': 1159, 'sx': 32, 'measure': 32}",{'cx': 2616},"(35, 47); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt2_32.qasm -6584,127,912,"{'rz': 320, 'sx': 160, 'measure': 20}",{'cx': 4347},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_20.qasm -6585,127,18999,"{'rz': 22662, 'sx': 7806, 'x': 83, 'measure': 68}",{'cx': 118205},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_68.qasm -6586,127,378,"{'rz': 660, 'sx': 330, 'measure': 110}",{'cx': 2915},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96)",graphstate_mapped_ibm_washington_qiskit_opt0_110.qasm -6587,127,86,"{'measure': 83, 'rz': 2, 'sx': 1}",{'cx': 82},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_83.qasm -6588,27,153,"{'rz': 83, 'sx': 9, 'measure': 8}",{'cx': 166},"(8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qftentangled_mapped_ibm_montreal_qiskit_opt2_8.qasm -6589,127,738,"{'measure': 108, 'rz': 2, 'sx': 1}",{'cx': 887},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ghz_mapped_ibm_washington_qiskit_opt1_108.qasm -6590,127,51,"{'measure': 48, 'rz': 2, 'sx': 1}",{'cx': 47},"(6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_48.qasm -6591,27,516,"{'rz': 636, 'sx': 188, 'measure': 20, 'x': 15}",{'cx': 983},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qft_mapped_ibm_montreal_qiskit_opt3_20.qasm -6592,27,513,"{'rz': 372, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 711},"(7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_16.qasm -6593,27,445,"{'sx': 112, 'rz': 112, 'measure': 14}",{'cx': 1060},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",su2random_mapped_ibm_montreal_qiskit_opt1_14.qasm -6594,127,413,"{'rz': 302, 'sx': 151, 'measure': 75}",{'cx': 519},"(8, 16); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (126, 112)",dj_mapped_ibm_washington_qiskit_opt1_76.qasm -6595,127,2422,"{'rz': 2422, 'sx': 41, 'measure': 40}",{'cx': 10404},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_40.qasm -6596,27,408,"{'rz': 208, 'sx': 182, 'measure': 11, 'x': 9}",{'cx': 555},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18); (21, 23); (23, 21)",su2random_mapped_ibm_montreal_qiskit_opt3_11.qasm -6597,127,1337,"{'rz': 3068, 'sx': 312, 'measure': 52}",{'cx': 10509},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qnn_mapped_ibm_washington_qiskit_opt2_52.qasm -6598,127,36,"{'rz': 36, 'sx': 21, 'measure': 10}",{'cx': 24},"(85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (93, 87); (93, 106); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt3_11.qasm -6599,127,7316,"{'rz': 3601, 'sx': 205, 'measure': 11, 'x': 1}",{'cx': 7195},"(61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",grover-v-chain_mapped_ibm_washington_qiskit_opt2_11.qasm -6600,127,473,"{'rz': 377, 'sx': 110, 'x': 15, 'measure': 14}",{'cx': 544},"(53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83)",qpeexact_mapped_ibm_washington_qiskit_opt3_15.qasm -6601,127,4712,"{'rz': 5110, 'sx': 174, 'measure': 87, 'x': 1}",{'cx': 19722},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_88.qasm -6602,27,561,"{'rz': 112, 'sx': 112, 'measure': 14}",{'cx': 1232},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt1_14.qasm -6603,127,82,"{'rz': 276, 'sx': 138, 'measure': 76}",{'cx': 412},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_76.qasm -6604,127,424,"{'rz': 549, 'sx': 340, 'measure': 14, 'x': 10}",{'cx': 608},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83)",groundstate_large_mapped_ibm_washington_qiskit_opt3_14.qasm -6605,127,469,"{'rz': 294, 'sx': 84, 'measure': 14}",{'cx': 784},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62)",qnn_mapped_ibm_washington_qiskit_opt2_14.qasm -6606,127,4434,"{'rz': 5125, 'sx': 178, 'measure': 89, 'x': 1}",{'cx': 20994},"(15, 22); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt2_90.qasm -6607,127,313,"{'rz': 241, 'sx': 71, 'measure': 11, 'x': 9}",{'cx': 303},"(35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65)",qpeexact_mapped_ibm_washington_qiskit_opt3_12.qasm -6608,27,408,"{'rz': 230, 'sx': 80, 'x': 10, 'measure': 7}",{'cx': 312},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",pricingcall_mapped_ibm_montreal_qiskit_opt0_7.qasm -6609,27,274,"{'rz': 176, 'sx': 88, 'measure': 11}",{'cx': 843},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",su2random_mapped_ibm_montreal_qiskit_opt0_11.qasm -6610,127,1350,"{'rz': 1615, 'sx': 41, 'measure': 40}",{'cx': 4204},"(34, 43); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99)",qftentangled_mapped_ibm_washington_qiskit_opt2_40.qasm -6611,27,521,"{'rz': 472, 'sx': 408, 'x': 19, 'measure': 16}",{'cx': 1096},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_16.qasm -6612,127,7911,"{'rz': 660, 'sx': 440, 'measure': 55}",{'cx': 55566},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_55.qasm -6613,127,16762,"{'rz': 976, 'sx': 976, 'measure': 122}",{'cx': 117734},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_122.qasm -6614,127,2215,"{'rz': 4559, 'sx': 59, 'measure': 58}",{'cx': 9428},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (34, 24); (34, 43); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_58.qasm -6615,27,846,"{'rz': 871, 'sx': 134, 'measure': 23}",{'cx': 1364},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt1_23.qasm -6616,27,2328,"{'rz': 900, 'sx': 150, 'measure': 25}",{'cx': 8571},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt0_25.qasm -6617,127,1796,"{'rz': 3528, 'sx': 336, 'measure': 56}",{'cx': 13879},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (110, 100)",qnn_mapped_ibm_washington_qiskit_opt2_56.qasm -6618,127,7608,"{'rz': 11662, 'sx': 89, 'measure': 88}",{'cx': 55737},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_88.qasm -6619,127,69,"{'rz': 86, 'sx': 43, 'measure': 25}",{'cx': 139},"(20, 21); (21, 20); (21, 22); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",graphstate_mapped_ibm_washington_qiskit_opt1_25.qasm -6620,127,258,"{'rz': 402, 'sx': 201, 'measure': 67}",{'cx': 1192},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65)",graphstate_mapped_ibm_washington_qiskit_opt0_67.qasm -6621,27,1218,"{'rz': 516, 'sx': 119, 'x': 10, 'measure': 9}",{'cx': 1021},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt2_9.qasm -6622,127,292,"{'rz': 144, 'sx': 54, 'measure': 9}",{'cx': 339},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (53, 41)",qnn_mapped_ibm_washington_qiskit_opt1_9.qasm -6623,27,576,"{'rz': 839, 'sx': 27, 'measure': 26}",{'cx': 1654},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt2_26.qasm -6624,127,1749,"{'rz': 324, 'sx': 216, 'measure': 27}",{'cx': 8958},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_27.qasm -6625,127,2027,"{'rz': 1712, 'sx': 64, 'measure': 32, 'x': 1}",{'cx': 6996},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31)",qpeexact_mapped_ibm_washington_qiskit_opt0_33.qasm -6626,127,12801,"{'sx': 936, 'rz': 936, 'measure': 117}",{'cx': 101888},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 22); (16, 8); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_117.qasm -6627,27,167,"{'rz': 100, 'sx': 9, 'measure': 9}",{'cx': 183},"(8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qft_mapped_ibm_montreal_qiskit_opt2_9.qasm -6628,127,447,"{'rz': 342, 'sx': 199, 'measure': 86, 'x': 9}",{'cx': 403},"(8, 16); (11, 12); (12, 11); (12, 17); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (122, 111); (126, 112)",dj_mapped_ibm_washington_qiskit_opt3_87.qasm -6629,27,100,"{'rz': 96, 'sx': 48, 'measure': 16}",{'cx': 154},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",graphstate_mapped_ibm_montreal_qiskit_opt0_16.qasm -6630,127,52,"{'rz': 94, 'sx': 47, 'measure': 25}",{'cx': 112},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt2_25.qasm -6631,127,1122,"{'rz': 1350, 'sx': 188, 'measure': 32}",{'cx': 2571},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt2_32.qasm -6632,27,479,"{'rz': 494, 'sx': 114, 'measure': 19}",{'cx': 1457},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt1_19.qasm -6633,127,3153,"{'rz': 1530, 'sx': 204, 'measure': 34}",{'cx': 16245},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20)",qnn_mapped_ibm_washington_qiskit_opt0_34.qasm -6634,127,6224,"{'rz': 6958, 'sx': 118, 'measure': 117}",{'cx': 34396},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_117.qasm -6635,127,1563,"{'rz': 2914, 'sx': 60, 'measure': 59}",{'cx': 7914},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt2_59.qasm -6636,127,4084,"{'rz': 4944, 'sx': 326, 'measure': 55}",{'cx': 17691},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",ae_mapped_ibm_washington_qiskit_opt0_55.qasm -6637,127,513,"{'rz': 372, 'sx': 199, 'measure': 99}",{'cx': 714},"(3, 4); (4, 3); (4, 15); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (122, 111); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt2_100.qasm -6638,127,8676,"{'rz': 4526, 'sx': 372, 'measure': 62}",{'cx': 63182},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_62.qasm -6639,127,17,"{'measure': 14, 'rz': 2, 'sx': 1}",{'cx': 13},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_14.qasm -6640,127,710,"{'rz': 744, 'sx': 144, 'measure': 24}",{'cx': 2472},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104)",qnn_mapped_ibm_washington_qiskit_opt2_24.qasm -6641,127,24516,"{'rz': 25937, 'sx': 9908, 'x': 413, 'measure': 84}",{'cx': 122836},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_84.qasm -6642,127,27,"{'measure': 24, 'rz': 2, 'sx': 1}",{'cx': 23},"(70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_24.qasm -6643,127,275,"{'rz': 368, 'sx': 315, 'measure': 11, 'x': 10}",{'cx': 406},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",realamprandom_mapped_ibm_washington_qiskit_opt3_11.qasm -6644,127,460,"{'rz': 479, 'sx': 211, 'x': 17, 'measure': 16}",{'cx': 490},"(28, 35); (35, 28); (35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",ae_mapped_ibm_washington_qiskit_opt3_16.qasm -6645,127,7532,"{'rz': 12272, 'sx': 232, 'measure': 116, 'x': 1}",{'cx': 40866},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_117.qasm -6646,127,4981,"{'rz': 6006, 'sx': 200, 'measure': 100, 'x': 1}",{'cx': 26772},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_101.qasm -6647,127,313,"{'sx': 308, 'rz': 154, 'measure': 78, 'x': 1}",{'cx': 154},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_78.qasm -6648,127,5194,"{'rz': 5355, 'sx': 180, 'measure': 90, 'x': 1}",{'cx': 22044},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_91.qasm -6649,127,1224,"{'rz': 1329, 'sx': 56, 'measure': 28, 'x': 1}",{'cx': 2699},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qpeexact_mapped_ibm_washington_qiskit_opt1_29.qasm -6650,127,16910,"{'rz': 18097, 'sx': 6968, 'x': 261, 'measure': 70}",{'cx': 77477},"(15, 22); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt2_70.qasm -6651,127,6364,"{'rz': 10367, 'sx': 202, 'measure': 101, 'x': 1}",{'cx': 32394},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (51, 36); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_102.qasm -6652,127,837,"{'rz': 336, 'sx': 168, 'measure': 21}",{'cx': 4518},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_21.qasm -6653,27,2211,"{'rz': 2238, 'sx': 788, 'measure': 22, 'x': 6}",{'cx': 5845},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt0_22.qasm -6654,127,1856,"{'rz': 2861, 'sx': 44, 'measure': 44}",{'cx': 5771},"(24, 34); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt1_44.qasm -6655,127,1738,"{'rz': 424, 'sx': 424, 'measure': 53}",{'cx': 12917},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103)",realamprandom_mapped_ibm_washington_qiskit_opt2_53.qasm -6656,127,2030,"{'rz': 3046, 'sx': 260, 'measure': 44}",{'cx': 5702},"(28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",ae_mapped_ibm_washington_qiskit_opt1_44.qasm -6657,127,2609,"{'rz': 5402, 'sx': 65, 'measure': 65}",{'cx': 12371},"(12, 17); (16, 26); (17, 12); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83); (93, 87)",qft_mapped_ibm_washington_qiskit_opt1_65.qasm -6658,27,557,"{'rz': 420, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 1191},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qpeexact_mapped_ibm_montreal_qiskit_opt0_16.qasm -6659,127,98,"{'measure': 95, 'rz': 2, 'sx': 1}",{'cx': 94},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_95.qasm -6660,127,88,"{'rz': 216, 'sx': 108, 'measure': 56}",{'cx': 350},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",graphstate_mapped_ibm_washington_qiskit_opt1_56.qasm -6661,127,1209,"{'sx': 224, 'rz': 224, 'measure': 28}",{'cx': 4091},"(36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_28.qasm -6662,127,13019,"{'rz': 888, 'sx': 888, 'measure': 111}",{'cx': 87328},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_111.qasm -6663,127,8120,"{'rz': 3625, 'sx': 205, 'measure': 11, 'x': 1}",{'cx': 7354},"(42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",grover-v-chain_mapped_ibm_washington_qiskit_opt1_11.qasm -6664,127,99,"{'measure': 96, 'rz': 2, 'sx': 1}",{'cx': 95},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_96.qasm -6665,27,710,"{'rz': 561, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 1212},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt2_20.qasm -6666,27,695,"{'rz': 1262, 'sx': 675, 'measure': 23, 'x': 6}",{'cx': 2097},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt3_23.qasm -6667,127,17416,"{'rz': 18650, 'sx': 6967, 'x': 258, 'measure': 69}",{'cx': 75535},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_69.qasm -6668,27,421,"{'rz': 432, 'sx': 232, 'measure': 8}",{'cx': 459},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_8.qasm -6669,27,17,"{'measure': 14, 'rz': 2, 'sx': 1}",{'cx': 13},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_14.qasm -6670,127,348,"{'rz': 96, 'sx': 96, 'measure': 12}",{'cx': 727},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",realamprandom_mapped_ibm_washington_qiskit_opt1_12.qasm -6671,127,43,"{'rz': 50, 'sx': 25, 'measure': 17}",{'cx': 53},"(33, 39); (39, 33); (39, 40); (40, 39); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",graphstate_mapped_ibm_washington_qiskit_opt2_17.qasm -6672,127,14905,"{'sx': 952, 'rz': 952, 'measure': 119}",{'cx': 107928},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_119.qasm -6673,27,2368,"{'rz': 977, 'sx': 636, 'measure': 17, 'x': 14}",{'cx': 1404},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",pricingcall_mapped_ibm_montreal_qiskit_opt1_17.qasm -6674,127,7510,"{'rz': 13587, 'sx': 96, 'measure': 95}",{'cx': 61152},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt0_95.qasm -6675,27,85,"{'sx': 80, 'rz': 40, 'measure': 21, 'x': 1}",{'cx': 40},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_21.qasm -6676,127,1475,"{'sx': 248, 'rz': 248, 'measure': 31}",{'cx': 6496},"(54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_31.qasm -6677,127,18537,"{'rz': 16244, 'sx': 744, 'measure': 124}",{'cx': 103408},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_124.qasm -6678,127,336,"{'rz': 258, 'sx': 129, 'measure': 64}",{'cx': 349},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (54, 45); (54, 64); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106)",dj_mapped_ibm_washington_qiskit_opt1_65.qasm -6679,127,2777,"{'rz': 3079, 'sx': 67, 'measure': 67}",{'cx': 10187},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100)",qft_mapped_ibm_washington_qiskit_opt2_67.qasm -6680,127,3948,"{'rz': 4119, 'sx': 296, 'measure': 50}",{'cx': 15515},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_50.qasm -6681,27,90,"{'measure': 20, 'rz': 2, 'sx': 1}",{'cx': 163},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ghz_mapped_ibm_montreal_qiskit_opt0_20.qasm -6682,127,327,"{'rz': 198, 'sx': 66, 'measure': 11}",{'cx': 510},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt1_11.qasm -6683,27,426,"{'rz': 400, 'sx': 163, 'measure': 11, 'x': 8}",{'cx': 592},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt2_11.qasm -6684,127,116,"{'measure': 23, 'rz': 2, 'sx': 1}",{'cx': 205},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_23.qasm -6685,127,394,"{'rz': 684, 'sx': 396, 'measure': 12}",{'cx': 738},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54)",portfoliovqe_mapped_ibm_washington_qiskit_opt3_12.qasm -6686,127,1963,"{'rz': 2173, 'sx': 919, 'x': 39, 'measure': 25}",{'cx': 4800},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt2_25.qasm -6687,127,2699,"{'rz': 1376, 'sx': 192, 'measure': 32}",{'cx': 13559},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30)",qnn_mapped_ibm_washington_qiskit_opt0_32.qasm -6688,127,32,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 33},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18)",routing_mapped_ibm_washington_qiskit_opt3_12.qasm -6689,127,490,"{'rz': 469, 'sx': 19, 'measure': 19}",{'cx': 988},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (81, 72)",qft_mapped_ibm_washington_qiskit_opt2_19.qasm -6690,127,3819,"{'rz': 5845, 'sx': 190, 'measure': 95, 'x': 1}",{'cx': 22587},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt2_96.qasm -6691,127,2767,"{'rz': 3045, 'sx': 338, 'measure': 57}",{'cx': 7911},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",ae_mapped_ibm_washington_qiskit_opt2_57.qasm -6692,127,5201,"{'rz': 5118, 'sx': 332, 'measure': 56}",{'cx': 21365},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",ae_mapped_ibm_washington_qiskit_opt0_56.qasm -6693,127,104,"{'measure': 101, 'rz': 2, 'sx': 1}",{'cx': 100},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_101.qasm -6694,127,2717,"{'rz': 5659, 'sx': 4843, 'x': 193, 'measure': 49}",{'cx': 11261},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt3_49.qasm -6695,127,8696,"{'rz': 13542, 'sx': 252, 'measure': 126, 'x': 1}",{'cx': 48241},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_127.qasm -6696,127,85,"{'rz': 168, 'sx': 84, 'measure': 42}",{'cx': 267},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (126, 112)",graphstate_mapped_ibm_washington_qiskit_opt1_42.qasm -6697,127,6383,"{'rz': 7298, 'sx': 492, 'measure': 82}",{'cx': 36555},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_82.qasm -6698,127,208,"{'measure': 40, 'rz': 2, 'sx': 1}",{'cx': 369},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_40.qasm -6699,27,238,"{'rz': 219, 'sx': 56, 'measure': 12, 'x': 5}",{'cx': 317},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",qft_mapped_ibm_montreal_qiskit_opt3_12.qasm -6700,27,1643,"{'rz': 1706, 'sx': 649, 'x': 22, 'measure': 22}",{'cx': 3579},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",random_mapped_ibm_montreal_qiskit_opt1_22.qasm -6701,127,6400,"{'rz': 6869, 'sx': 656, 'measure': 110}",{'cx': 28225},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_110.qasm -6702,127,1618,"{'sx': 280, 'rz': 280, 'measure': 35}",{'cx': 8292},"(34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt1_35.qasm -6703,127,831,"{'rz': 1044, 'sx': 174, 'measure': 29}",{'cx': 3628},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (93, 87)",qnn_mapped_ibm_washington_qiskit_opt1_29.qasm -6704,127,1720,"{'rz': 3445, 'sx': 1622, 'x': 144, 'measure': 45}",{'cx': 4395},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt3_45.qasm -6705,127,5257,"{'rz': 5844, 'sx': 356, 'measure': 60}",{'cx': 23430},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ae_mapped_ibm_washington_qiskit_opt0_60.qasm -6706,127,161,"{'sx': 156, 'rz': 78, 'measure': 40, 'x': 1}",{'cx': 78},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (51, 36); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",wstate_mapped_ibm_washington_qiskit_opt3_40.qasm -6707,127,975,"{'rz': 829, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 1866},"(33, 39); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt2_25.qasm -6708,127,937,"{'measure': 120, 'rz': 2, 'sx': 1}",{'cx': 1079},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_120.qasm -6709,127,453,"{'rz': 319, 'sx': 173, 'measure': 86}",{'cx': 580},"(6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 52); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (118, 110)",dj_mapped_ibm_washington_qiskit_opt2_87.qasm -6710,27,70,"{'rz': 65, 'sx': 39, 'measure': 19}",{'cx': 55},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt2_20.qasm -6711,127,1839,"{'rz': 2030, 'sx': 70, 'measure': 35, 'x': 1}",{'cx': 4254},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (110, 100)",qpeinexact_mapped_ibm_washington_qiskit_opt1_36.qasm -6712,27,171,"{'rz': 116, 'sx': 16, 'measure': 8, 'x': 1}",{'cx': 169},"(5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",qpeexact_mapped_ibm_montreal_qiskit_opt2_9.qasm -6713,127,214,"{'rz': 170, 'sx': 85, 'measure': 42}",{'cx': 225},"(20, 21); (20, 33); (21, 20); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (53, 41); (53, 60); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (72, 62); (72, 81); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100); (110, 118); (118, 110)",dj_mapped_ibm_washington_qiskit_opt1_43.qasm -6714,127,185,"{'rz': 120, 'sx': 38, 'measure': 7}",{'cx': 153},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",ae_mapped_ibm_washington_qiskit_opt0_7.qasm -6715,127,810,"{'rz': 1096, 'sx': 381, 'x': 57, 'measure': 24}",{'cx': 1560},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qpeexact_mapped_ibm_washington_qiskit_opt3_25.qasm -6716,127,137,"{'rz': 422, 'sx': 211, 'measure': 99}",{'cx': 705},"(0, 1); (0, 14); (1, 0); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_99.qasm -6717,27,26,"{'rz': 48, 'sx': 48, 'measure': 6}",{'cx': 15},"(18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",routing_mapped_ibm_montreal_qiskit_opt1_6.qasm -6718,127,2619,"{'rz': 4773, 'sx': 90, 'measure': 89}",{'cx': 18781},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qftentangled_mapped_ibm_washington_qiskit_opt2_89.qasm -6719,27,27,"{'rz': 78, 'sx': 78, 'measure': 13}",{'cx': 24},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt1_13.qasm -6720,127,77,"{'rz': 308, 'sx': 154, 'measure': 76}",{'cx': 439},"(4, 5); (4, 15); (5, 4); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt1_76.qasm -6721,127,3122,"{'rz': 5402, 'sx': 4458, 'x': 265, 'measure': 54}",{'cx': 14481},"(25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104)",su2random_mapped_ibm_washington_qiskit_opt3_54.qasm -6722,27,380,"{'rz': 144, 'sx': 144, 'measure': 18}",{'cx': 1225},"(3, 5); (5, 3); (5, 8); (6, 7); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt2_18.qasm -6723,27,23,"{'measure': 20, 'rz': 2, 'sx': 1}",{'cx': 19},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt3_20.qasm -6724,127,2978,"{'rz': 3676, 'sx': 132, 'measure': 66, 'x': 1}",{'cx': 11967},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qpeexact_mapped_ibm_washington_qiskit_opt2_67.qasm -6725,127,10556,"{'rz': 17643, 'sx': 632, 'measure': 106}",{'cx': 73815},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt0_106.qasm -6726,127,615,"{'rz': 346, 'sx': 173, 'measure': 86, 'x': 81}",{'cx': 1049},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",dj_mapped_ibm_washington_qiskit_opt0_87.qasm -6727,27,506,"{'sx': 136, 'rz': 136, 'measure': 17}",{'cx': 1555},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (20, 19)",su2random_mapped_ibm_montreal_qiskit_opt1_17.qasm -6728,127,475,"{'rz': 254, 'sx': 127, 'x': 63, 'measure': 63}",{'cx': 816},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62)",dj_mapped_ibm_washington_qiskit_opt0_64.qasm -6729,127,37,"{'rz': 42, 'sx': 21, 'measure': 7}",{'cx': 37},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",graphstate_mapped_ibm_washington_qiskit_opt0_7.qasm -6730,127,2937,"{'sx': 384, 'rz': 384, 'measure': 48}",{'cx': 16265},"(25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_48.qasm -6731,127,33,"{'rz': 48, 'sx': 24, 'measure': 14}",{'cx': 47},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",graphstate_mapped_ibm_washington_qiskit_opt1_14.qasm -6732,27,221,"{'rz': 120, 'sx': 48, 'measure': 8}",{'cx': 249},"(7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",qnn_mapped_ibm_montreal_qiskit_opt2_8.qasm -6733,127,449,"{'rz': 519, 'sx': 313, 'measure': 11}",{'cx': 591},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",portfoliovqe_mapped_ibm_washington_qiskit_opt1_11.qasm -6734,127,72,"{'rz': 62, 'sx': 41, 'measure': 16, 'x': 4}",{'cx': 41},"(49, 55); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (85, 73)",dj_mapped_ibm_washington_qiskit_opt3_17.qasm -6735,127,1613,"{'rz': 2744, 'sx': 294, 'measure': 49}",{'cx': 10525},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (111, 104)",qnn_mapped_ibm_washington_qiskit_opt1_49.qasm -6736,127,31,"{'measure': 28, 'rz': 2, 'sx': 1}",{'cx': 27},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt2_28.qasm -6737,127,629,"{'rz': 342, 'sx': 120, 'x': 10, 'measure': 9}",{'cx': 560},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",pricingcall_mapped_ibm_washington_qiskit_opt0_9.qasm -6738,127,106,"{'rz': 112, 'sx': 56, 'measure': 34}",{'cx': 187},"(20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (53, 41); (53, 60); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (118, 110)",graphstate_mapped_ibm_washington_qiskit_opt1_34.qasm -6739,127,2080,"{'rz': 1875, 'sx': 194, 'measure': 33}",{'cx': 6117},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31)",ae_mapped_ibm_washington_qiskit_opt0_33.qasm -6740,127,4370,"{'rz': 8307, 'sx': 89, 'measure': 89}",{'cx': 21974},"(15, 22); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_89.qasm -6741,127,103,"{'measure': 100, 'rz': 2, 'sx': 1}",{'cx': 99},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_100.qasm -6742,127,44,"{'rz': 74, 'sx': 37, 'measure': 19}",{'cx': 97},"(21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt1_19.qasm -6743,127,2371,"{'sx': 320, 'rz': 320, 'measure': 40}",{'cx': 10416},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104)",su2random_mapped_ibm_washington_qiskit_opt1_40.qasm -6744,27,453,"{'sx': 104, 'rz': 104, 'measure': 13}",{'cx': 959},"(0, 1); (1, 0); (1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",su2random_mapped_ibm_montreal_qiskit_opt1_13.qasm -6745,127,89783,"{'rz': 39663, 'sx': 315, 'measure': 10, 'x': 1}",{'cx': 80627},"(54, 64); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",grover-noancilla_mapped_ibm_washington_qiskit_opt1_10.qasm -6746,127,2020,"{'rz': 16233, 'sx': 10359, 'measure': 74, 'x': 2}",{'cx': 21861},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (122, 111)",qnn_mapped_ibm_washington_qiskit_opt3_74.qasm -6747,127,15407,"{'rz': 976, 'sx': 976, 'measure': 122}",{'cx': 112238},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_122.qasm -6748,127,45,"{'sx': 40, 'rz': 20, 'measure': 11, 'x': 1}",{'cx': 20},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_11.qasm -6749,127,2286,"{'rz': 5742, 'sx': 5074, 'x': 152, 'measure': 55}",{'cx': 13392},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_55.qasm -6750,27,244,"{'rz': 190, 'sx': 114, 'measure': 20, 'x': 1}",{'cx': 224},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt0_20.qasm -6751,127,227,"{'rz': 158, 'sx': 79, 'measure': 39}",{'cx': 240},"(20, 21); (20, 33); (21, 20); (33, 20); (33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",dj_mapped_ibm_washington_qiskit_opt1_40.qasm -6752,127,165,"{'rz': 119, 'sx': 10, 'measure': 9}",{'cx': 209},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (55, 49)",qftentangled_mapped_ibm_washington_qiskit_opt1_9.qasm -6753,127,139,"{'rz': 128, 'sx': 10, 'measure': 9}",{'cx': 248},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",qftentangled_mapped_ibm_washington_qiskit_opt0_9.qasm -6754,127,21,"{'measure': 18, 'rz': 2, 'sx': 1}",{'cx': 17},"(106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_18.qasm -6755,127,30747,"{'rz': 41499, 'sx': 14348, 'x': 187, 'measure': 92}",{'cx': 242293},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt0_92.qasm -6756,127,145,"{'rz': 114, 'sx': 57, 'measure': 28}",{'cx': 118},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (91, 79); (91, 98); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99)",dj_mapped_ibm_washington_qiskit_opt1_29.qasm -6757,127,938,"{'rz': 1224, 'sx': 1079, 'x': 36, 'measure': 25}",{'cx': 2824},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",realamprandom_mapped_ibm_washington_qiskit_opt3_25.qasm -6758,27,865,"{'rz': 1078, 'sx': 28, 'measure': 27}",{'cx': 2153},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qftentangled_mapped_ibm_montreal_qiskit_opt1_27.qasm -6759,27,1218,"{'rz': 200, 'sx': 200, 'measure': 25}",{'cx': 4031},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt1_25.qasm -6760,127,24336,"{'rz': 25554, 'sx': 9816, 'x': 388, 'measure': 83}",{'cx': 119966},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt2_83.qasm -6761,127,39,"{'rz': 80, 'sx': 40, 'measure': 26}",{'cx': 77},"(33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (85, 73)",graphstate_mapped_ibm_washington_qiskit_opt3_26.qasm -6762,127,349,"{'rz': 198, 'sx': 66, 'measure': 11}",{'cx': 501},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",qnn_mapped_ibm_washington_qiskit_opt2_11.qasm -6763,127,1455,"{'rz': 1405, 'sx': 560, 'measure': 20, 'x': 19}",{'cx': 2916},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",random_mapped_ibm_washington_qiskit_opt2_20.qasm -6764,127,17181,"{'rz': 968, 'sx': 968, 'measure': 121}",{'cx': 117492},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_121.qasm -6765,127,13905,"{'rz': 984, 'sx': 656, 'measure': 82}",{'cx': 132396},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt0_82.qasm -6766,127,573,"{'rz': 312, 'sx': 280, 'measure': 24}",{'cx': 2500},"(10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (92, 83)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_24.qasm -6767,127,5626,"{'rz': 7196, 'sx': 698, 'measure': 117}",{'cx': 32342},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt2_117.qasm -6768,127,4335,"{'rz': 640, 'sx': 640, 'measure': 80}",{'cx': 37441},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_80.qasm -6769,127,440,"{'rz': 350, 'sx': 203, 'measure': 93, 'x': 8}",{'cx': 394},"(3, 4); (4, 3); (4, 15); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (91, 79); (91, 98); (92, 102); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt3_94.qasm -6770,127,928,"{'rz': 827, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 1828},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62)",qpeexact_mapped_ibm_washington_qiskit_opt2_25.qasm -6771,127,471,"{'rz': 250, 'sx': 125, 'x': 63, 'measure': 62}",{'cx': 806},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61)",dj_mapped_ibm_washington_qiskit_opt0_63.qasm -6772,127,8121,"{'rz': 12399, 'sx': 234, 'measure': 117, 'x': 1}",{'cx': 42205},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_118.qasm -6773,27,1283,"{'rz': 1191, 'sx': 997, 'x': 65, 'measure': 27}",{'cx': 3803},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_27.qasm -6774,127,293,"{'rz': 132, 'sx': 88, 'measure': 11}",{'cx': 1044},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_11.qasm -6775,127,4190,"{'sx': 568, 'rz': 568, 'measure': 71}",{'cx': 27852},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_71.qasm -6776,127,1594,"{'rz': 2713, 'sx': 1006, 'x': 129, 'measure': 41}",{'cx': 4308},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt3_42.qasm -6777,127,17186,"{'rz': 13328, 'sx': 672, 'measure': 112}",{'cx': 85382},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_112.qasm -6778,127,235,"{'rz': 165, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 248},"(54, 64); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",qpeexact_mapped_ibm_washington_qiskit_opt1_10.qasm -6779,127,3086,"{'rz': 3086, 'sx': 1231, 'x': 54, 'measure': 30}",{'cx': 8181},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt2_30.qasm -6780,127,6240,"{'rz': 696, 'sx': 696, 'measure': 87}",{'cx': 46347},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_87.qasm -6781,27,163,"{'rz': 96, 'sx': 14, 'measure': 7, 'x': 1}",{'cx': 137},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",qpeexact_mapped_ibm_montreal_qiskit_opt2_8.qasm -6782,127,5142,"{'sx': 480, 'rz': 480, 'measure': 60}",{'cx': 24383},"(24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",su2random_mapped_ibm_washington_qiskit_opt1_60.qasm -6783,27,460,"{'rz': 120, 'sx': 120, 'measure': 15}",{'cx': 1157},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",realamprandom_mapped_ibm_montreal_qiskit_opt2_15.qasm -6784,127,26,"{'sx': 72, 'rz': 71, 'measure': 12}",{'cx': 22},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18)",vqe_mapped_ibm_washington_qiskit_opt2_12.qasm -6785,127,1938,"{'rz': 2341, 'sx': 94, 'measure': 47, 'x': 1}",{'cx': 6450},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",qpeexact_mapped_ibm_washington_qiskit_opt2_48.qasm -6786,127,205,"{'sx': 200, 'rz': 100, 'measure': 51, 'x': 1}",{'cx': 100},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_51.qasm -6787,127,8505,"{'rz': 11764, 'sx': 224, 'measure': 112, 'x': 1}",{'cx': 39365},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeexact_mapped_ibm_washington_qiskit_opt1_113.qasm -6788,127,8087,"{'rz': 15967, 'sx': 104, 'measure': 103}",{'cx': 70323},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt0_103.qasm -6789,127,1462,"{'sx': 280, 'rz': 280, 'measure': 35}",{'cx': 7469},"(33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_35.qasm -6790,127,542,"{'rz': 391, 'sx': 213, 'measure': 106}",{'cx': 743},"(4, 5); (4, 15); (5, 4); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt2_107.qasm -6791,127,5216,"{'rz': 8208, 'sx': 168, 'measure': 84, 'x': 1}",{'cx': 21850},"(16, 26); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeinexact_mapped_ibm_washington_qiskit_opt1_85.qasm -6792,127,40,"{'measure': 37, 'rz': 2, 'sx': 1}",{'cx': 36},"(66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_37.qasm -6793,127,173,"{'sx': 168, 'rz': 84, 'measure': 43, 'x': 1}",{'cx': 84},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",wstate_mapped_ibm_washington_qiskit_opt1_43.qasm -6794,127,666,"{'rz': 478, 'sx': 239, 'measure': 119}",{'cx': 983},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (126, 112)",dj_mapped_ibm_washington_qiskit_opt1_120.qasm -6795,127,7436,"{'rz': 11110, 'sx': 638, 'measure': 107}",{'cx': 32432},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt1_107.qasm -6796,127,2676,"{'rz': 1302, 'sx': 186, 'measure': 31}",{'cx': 13107},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_31.qasm -6797,127,1928,"{'rz': 4130, 'sx': 2054, 'x': 194, 'measure': 50}",{'cx': 5298},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",ae_mapped_ibm_washington_qiskit_opt3_50.qasm -6798,127,69,"{'sx': 64, 'rz': 32, 'measure': 17, 'x': 1}",{'cx': 32},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58)",wstate_mapped_ibm_washington_qiskit_opt1_17.qasm -6799,127,2178,"{'rz': 3201, 'sx': 118, 'measure': 59, 'x': 1}",{'cx': 9186},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt2_60.qasm -6800,27,1310,"{'rz': 1297, 'sx': 485, 'measure': 17, 'x': 8}",{'cx': 2596},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",random_mapped_ibm_montreal_qiskit_opt0_17.qasm -6801,127,115,"{'rz': 332, 'sx': 166, 'measure': 88}",{'cx': 532},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 33); (22, 15); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt1_88.qasm -6802,127,131,"{'rz': 112, 'sx': 56, 'measure': 7}",{'cx': 255},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",su2random_mapped_ibm_washington_qiskit_opt0_7.qasm -6803,127,2744,"{'rz': 2325, 'sx': 218, 'measure': 37}",{'cx': 8412},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_37.qasm -6804,127,13282,"{'sx': 840, 'rz': 840, 'measure': 105}",{'cx': 83025},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_105.qasm -6805,27,716,"{'rz': 427, 'sx': 98, 'measure': 28}",{'cx': 1445},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt1_14.qasm -6806,27,213,"{'rz': 157, 'sx': 12, 'measure': 11}",{'cx': 315},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qftentangled_mapped_ibm_montreal_qiskit_opt2_11.qasm -6807,27,394,"{'rz': 260, 'sx': 78, 'measure': 13}",{'cx': 694},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt1_13.qasm -6808,127,2020,"{'rz': 1612, 'sx': 62, 'measure': 31, 'x': 1}",{'cx': 6779},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30)",qpeexact_mapped_ibm_washington_qiskit_opt0_32.qasm -6809,27,66,"{'measure': 24, 'rz': 2, 'sx': 1}",{'cx': 65},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (25, 22); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_24.qasm -6810,127,1564,"{'rz': 1126, 'sx': 395, 'measure': 15, 'x': 3}",{'cx': 3190},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_15.qasm -6811,127,16105,"{'rz': 17483, 'sx': 6423, 'x': 218, 'measure': 67}",{'cx': 69996},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_67.qasm -6812,127,7254,"{'rz': 8172, 'sx': 144, 'measure': 72, 'x': 1}",{'cx': 39042},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62)",qpeinexact_mapped_ibm_washington_qiskit_opt0_73.qasm -6813,127,4158,"{'rz': 5133, 'sx': 97, 'measure': 97}",{'cx': 22431},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (118, 110)",qft_mapped_ibm_washington_qiskit_opt2_97.qasm -6814,127,3220,"{'rz': 4618, 'sx': 464, 'measure': 78}",{'cx': 13506},"(15, 22); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_78.qasm -6815,127,13281,"{'rz': 13358, 'sx': 5284, 'x': 198, 'measure': 61}",{'cx': 51800},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt2_61.qasm -6816,127,13036,"{'rz': 920, 'sx': 920, 'measure': 115}",{'cx': 99622},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_115.qasm -6817,127,856,"{'measure': 103, 'rz': 2, 'sx': 1}",{'cx': 933},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ghz_mapped_ibm_washington_qiskit_opt1_103.qasm -6818,127,179,"{'rz': 129, 'sx': 115, 'measure': 7, 'x': 2}",{'cx': 141},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",su2random_mapped_ibm_washington_qiskit_opt3_7.qasm -6819,127,1477,"{'rz': 2744, 'sx': 294, 'measure': 49}",{'cx': 10083},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (53, 60); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107)",qnn_mapped_ibm_washington_qiskit_opt2_49.qasm -6820,27,58861,"{'rz': 27679, 'sx': 563, 'measure': 15, 'x': 1}",{'cx': 60445},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 20); (20, 19)",grover-v-chain_mapped_ibm_montreal_qiskit_opt1_15.qasm -6821,27,42,"{'rz': 54, 'sx': 27, 'measure': 17}",{'cx': 38},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt2_17.qasm -6822,127,3965,"{'rz': 528, 'sx': 264, 'measure': 33}",{'cx': 18564},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31)",su2random_mapped_ibm_washington_qiskit_opt0_33.qasm -6823,127,8056,"{'rz': 8432, 'sx': 3176, 'x': 107, 'measure': 47}",{'cx': 27532},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",random_mapped_ibm_washington_qiskit_opt1_47.qasm -6824,27,1317,"{'rz': 1183, 'sx': 498, 'x': 23, 'measure': 19}",{'cx': 2384},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt2_19.qasm -6825,127,9564,"{'sx': 840, 'rz': 840, 'measure': 105}",{'cx': 74004},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_105.qasm -6826,127,13501,"{'sx': 848, 'rz': 848, 'measure': 106}",{'cx': 90002},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_106.qasm -6827,127,1751,"{'rz': 2158, 'sx': 679, 'x': 113, 'measure': 38}",{'cx': 3910},"(35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83); (92, 102); (102, 92)",qpeinexact_mapped_ibm_washington_qiskit_opt3_39.qasm -6828,127,71,"{'rz': 270, 'sx': 135, 'measure': 71}",{'cx': 347},"(8, 16); (16, 8); (16, 26); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 122); (112, 108); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123)",graphstate_mapped_ibm_washington_qiskit_opt2_71.qasm -6829,27,217,"{'rz': 175, 'sx': 11, 'measure': 11}",{'cx': 278},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22)",qft_mapped_ibm_montreal_qiskit_opt1_11.qasm -6830,127,490,"{'rz': 783, 'sx': 25, 'measure': 24}",{'cx': 1549},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qftentangled_mapped_ibm_washington_qiskit_opt2_24.qasm -6831,127,370,"{'rz': 648, 'sx': 324, 'measure': 108}",{'cx': 2415},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",graphstate_mapped_ibm_washington_qiskit_opt0_108.qasm -6832,127,212,"{'rz': 130, 'sx': 48, 'x': 10, 'measure': 5}",{'cx': 85},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3)",pricingcall_mapped_ibm_washington_qiskit_opt0_5.qasm -6833,27,836,"{'rz': 766, 'sx': 678, 'x': 31, 'measure': 22}",{'cx': 2207},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",realamprandom_mapped_ibm_montreal_qiskit_opt3_22.qasm -6834,127,143,"{'rz': 118, 'sx': 71, 'measure': 32, 'x': 3}",{'cx': 110},"(44, 45); (45, 44); (45, 54); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt3_33.qasm -6835,127,2252,"{'rz': 3446, 'sx': 2984, 'x': 152, 'measure': 43}",{'cx': 8759},"(35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (73, 66); (74, 70); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 88)",su2random_mapped_ibm_washington_qiskit_opt3_43.qasm -6836,127,1300,"{'sx': 208, 'rz': 208, 'measure': 26}",{'cx': 4423},"(24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_26.qasm -6837,27,33,"{'rz': 60, 'sx': 30, 'measure': 16}",{'cx': 40},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (7, 4); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (19, 20); (19, 22); (20, 19); (22, 19)",graphstate_mapped_ibm_montreal_qiskit_opt1_16.qasm -6838,127,237,"{'rz': 179, 'sx': 103, 'measure': 46, 'x': 4}",{'cx': 205},"(20, 33); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (53, 41); (53, 60); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (92, 83); (92, 102); (93, 87); (102, 92)",dj_mapped_ibm_washington_qiskit_opt3_47.qasm -6839,27,212,"{'rz': 156, 'sx': 11, 'measure': 11}",{'cx': 278},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (25, 22)",qft_mapped_ibm_montreal_qiskit_opt2_11.qasm -6840,127,14,"{'measure': 11, 'rz': 2, 'sx': 1}",{'cx': 10},"(111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ghz_mapped_ibm_washington_qiskit_opt3_11.qasm -6841,127,3001,"{'rz': 4361, 'sx': 152, 'measure': 76, 'x': 1}",{'cx': 15360},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt2_77.qasm -6842,127,1058,"{'sx': 216, 'rz': 216, 'measure': 27}",{'cx': 3888},"(33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",realamprandom_mapped_ibm_washington_qiskit_opt2_27.qasm -6843,127,5410,"{'rz': 584, 'sx': 584, 'measure': 73}",{'cx': 36085},"(15, 22); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_73.qasm -6844,127,386,"{'measure': 80, 'rz': 2, 'sx': 1}",{'cx': 691},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_80.qasm -6845,127,7355,"{'rz': 7426, 'sx': 240, 'measure': 120, 'x': 1}",{'cx': 39792},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_121.qasm -6846,127,6279,"{'rz': 10486, 'sx': 108, 'measure': 107}",{'cx': 33175},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_107.qasm -6847,127,9799,"{'rz': 15857, 'sx': 202, 'measure': 101, 'x': 1}",{'cx': 70371},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt0_102.qasm -6848,127,2724,"{'rz': 3199, 'sx': 47, 'measure': 46}",{'cx': 13587},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_46.qasm -6849,127,4750,"{'rz': 4209, 'sx': 1486, 'measure': 30, 'x': 16}",{'cx': 17021},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_30.qasm -6850,127,929,"{'rz': 710, 'sx': 426, 'measure': 72, 'x': 1}",{'cx': 1027},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58)",wstate_mapped_ibm_washington_qiskit_opt0_72.qasm -6851,127,121,"{'sx': 116, 'rz': 58, 'measure': 30, 'x': 1}",{'cx': 58},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",wstate_mapped_ibm_washington_qiskit_opt1_30.qasm -6852,127,1981,"{'rz': 3770, 'sx': 348, 'measure': 58}",{'cx': 13491},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (110, 100)",qnn_mapped_ibm_washington_qiskit_opt2_58.qasm -6853,127,2589,"{'rz': 3585, 'sx': 392, 'measure': 66}",{'cx': 9255},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt2_66.qasm -6854,127,1890,"{'rz': 2874, 'sx': 84, 'measure': 42, 'x': 1}",{'cx': 5791},"(27, 28); (28, 27); (28, 35); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt1_43.qasm -6855,127,4649,"{'rz': 6853, 'sx': 77, 'measure': 77}",{'cx': 17588},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_77.qasm -6856,127,9227,"{'rz': 13953, 'sx': 560, 'measure': 94}",{'cx': 57180},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt0_94.qasm -6857,127,2004,"{'rz': 3027, 'sx': 2479, 'x': 130, 'measure': 45}",{'cx': 9198},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",su2random_mapped_ibm_washington_qiskit_opt3_45.qasm -6858,27,108,"{'rz': 69, 'sx': 7, 'measure': 7}",{'cx': 99},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qft_mapped_ibm_montreal_qiskit_opt1_7.qasm -6859,27,150,"{'rz': 84, 'sx': 38, 'measure': 7}",{'cx': 84},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",ae_mapped_ibm_montreal_qiskit_opt2_7.qasm -6860,127,8152,"{'sx': 768, 'rz': 768, 'measure': 96}",{'cx': 65436},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",su2random_mapped_ibm_washington_qiskit_opt1_96.qasm -6861,127,5444,"{'rz': 584, 'sx': 584, 'measure': 73}",{'cx': 30437},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt2_73.qasm -6862,127,413,"{'rz': 405, 'sx': 198, 'measure': 12}",{'cx': 525},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",groundstate_medium_mapped_ibm_washington_qiskit_opt1_12.qasm -6863,27,840,"{'rz': 800, 'sx': 150, 'measure': 25}",{'cx': 2672},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (9, 8); (10, 7); (10, 12); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt2_25.qasm -6864,127,6873,"{'rz': 576, 'sx': 384, 'measure': 48}",{'cx': 41091},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_48.qasm -6865,127,1766,"{'rz': 1160, 'sx': 174, 'measure': 29}",{'cx': 8807},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_29.qasm -6866,127,1426,"{'rz': 1850, 'sx': 200, 'measure': 34}",{'cx': 3318},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100)",ae_mapped_ibm_washington_qiskit_opt1_34.qasm -6867,127,82,"{'measure': 79, 'rz': 2, 'sx': 1}",{'cx': 78},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_79.qasm -6868,127,4533,"{'rz': 7827, 'sx': 162, 'measure': 81, 'x': 1}",{'cx': 20560},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeexact_mapped_ibm_washington_qiskit_opt1_82.qasm -6869,27,24,"{'sx': 60, 'rz': 60, 'measure': 10}",{'cx': 18},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt2_10.qasm -6870,127,38,"{'rz': 135, 'sx': 71, 'measure': 42, 'x': 2}",{'cx': 131},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",graphstate_mapped_ibm_washington_qiskit_opt3_42.qasm -6871,127,54,"{'rz': 96, 'sx': 50, 'measure': 10}",{'cx': 61},"(45, 46); (46, 45); (46, 47); (47, 46); (62, 72); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83)",qaoa_mapped_ibm_washington_qiskit_opt3_10.qasm -6872,27,1821,"{'rz': 368, 'sx': 184, 'measure': 23}",{'cx': 7233},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt0_23.qasm -6873,127,5576,"{'rz': 3162, 'sx': 306, 'measure': 51}",{'cx': 39167},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_51.qasm -6874,127,7260,"{'rz': 9300, 'sx': 558, 'measure': 93}",{'cx': 50363},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_93.qasm -6875,127,599,"{'rz': 638, 'sx': 132, 'measure': 22}",{'cx': 1974},"(34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qnn_mapped_ibm_washington_qiskit_opt2_22.qasm -6876,127,1091,"{'sx': 514, 'rz': 422, 'measure': 113, 'x': 1}",{'cx': 1543},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_113.qasm -6877,27,848,"{'rz': 240, 'sx': 120, 'measure': 15}",{'cx': 2577},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",su2random_mapped_ibm_montreal_qiskit_opt0_15.qasm -6878,27,55,"{'rz': 38, 'sx': 20, 'measure': 4, 'x': 2}",{'cx': 21},"(11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14)",groundstate_small_mapped_ibm_montreal_qiskit_opt3_4.qasm -6879,127,13282,"{'sx': 840, 'rz': 840, 'measure': 105}",{'cx': 83025},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_105.qasm -6880,127,1594,"{'rz': 2180, 'sx': 218, 'measure': 37}",{'cx': 3813},"(28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",ae_mapped_ibm_washington_qiskit_opt1_37.qasm -6881,27,710,"{'rz': 561, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 1212},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt2_20.qasm -6882,27,262,"{'rz': 161, 'sx': 56, 'measure': 10}",{'cx': 192},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",ae_mapped_ibm_montreal_qiskit_opt2_10.qasm -6883,127,13019,"{'rz': 888, 'sx': 888, 'measure': 111}",{'cx': 87328},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_111.qasm -6884,27,3124,"{'rz': 1482, 'sx': 130, 'measure': 9, 'x': 1}",{'cx': 2688},"(11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19); (22, 25); (24, 25); (25, 22); (25, 24)",grover-v-chain_mapped_ibm_montreal_qiskit_opt2_9.qasm -6885,127,165,"{'sx': 160, 'rz': 80, 'measure': 41, 'x': 1}",{'cx': 80},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",wstate_mapped_ibm_washington_qiskit_opt3_41.qasm -6886,127,323,"{'rz': 330, 'sx': 110, 'measure': 14, 'x': 8}",{'cx': 446},"(34, 43); (35, 47); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",qft_mapped_ibm_washington_qiskit_opt3_14.qasm -6887,127,102,"{'rz': 520, 'sx': 260, 'measure': 124}",{'cx': 814},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_124.qasm -6888,127,7670,"{'sx': 664, 'rz': 664, 'measure': 83}",{'cx': 47874},"(4, 15); (15, 4); (15, 22); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_83.qasm -6889,127,964,"{'rz': 1157, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 3432},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_27.qasm -6890,127,264,"{'rz': 210, 'sx': 12, 'measure': 12}",{'cx': 372},"(65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (102, 92)",qft_mapped_ibm_washington_qiskit_opt1_12.qasm -6891,127,1134,"{'rz': 1522, 'sx': 33, 'measure': 32}",{'cx': 3231},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_32.qasm -6892,127,3448,"{'rz': 4825, 'sx': 470, 'measure': 79}",{'cx': 13818},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_79.qasm -6893,27,564,"{'rz': 737, 'sx': 22, 'measure': 22}",{'cx': 1857},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt0_22.qasm -6894,27,1227,"{'rz': 529, 'sx': 119, 'x': 10, 'measure': 9}",{'cx': 1035},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt1_9.qasm -6895,127,4141,"{'rz': 4240, 'sx': 53, 'measure': 53}",{'cx': 20594},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37)",qft_mapped_ibm_washington_qiskit_opt0_53.qasm -6896,127,11269,"{'rz': 15738, 'sx': 732, 'measure': 122}",{'cx': 100651},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_122.qasm -6897,127,54,"{'rz': 80, 'sx': 40, 'measure': 22}",{'cx': 100},"(42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (56, 57); (57, 56); (57, 58); (58, 57); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100)",graphstate_mapped_ibm_washington_qiskit_opt1_22.qasm -6898,127,4365,"{'rz': 2132, 'sx': 246, 'measure': 41}",{'cx': 23942},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_41.qasm -6899,127,3808,"{'rz': 4934, 'sx': 500, 'measure': 84}",{'cx': 16266},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt2_84.qasm -6900,127,4277,"{'rz': 4773, 'sx': 320, 'measure': 54}",{'cx': 17616},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41)",ae_mapped_ibm_washington_qiskit_opt0_54.qasm -6901,127,981,"{'rz': 1075, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 2114},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt1_26.qasm -6902,127,361,"{'sx': 356, 'rz': 178, 'measure': 90, 'x': 1}",{'cx': 178},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_90.qasm -6903,127,96,"{'rz': 78, 'sx': 39, 'measure': 13}",{'cx': 211},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_13.qasm -6904,127,1464,"{'rz': 1427, 'sx': 68, 'measure': 34, 'x': 1}",{'cx': 3489},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt2_35.qasm -6905,127,704,"{'rz': 398, 'sx': 199, 'measure': 99, 'x': 89}",{'cx': 1203},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt0_100.qasm -6906,127,307,"{'measure': 70, 'rz': 2, 'sx': 1}",{'cx': 543},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",ghz_mapped_ibm_washington_qiskit_opt0_70.qasm -6907,127,12499,"{'sx': 904, 'rz': 904, 'measure': 113}",{'cx': 91181},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_113.qasm -6908,27,464,"{'rz': 371, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 1008},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeinexact_mapped_ibm_montreal_qiskit_opt0_15.qasm -6909,27,225,"{'rz': 144, 'sx': 54, 'measure': 9}",{'cx': 335},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",qnn_mapped_ibm_montreal_qiskit_opt1_9.qasm -6910,127,4913,"{'rz': 7700, 'sx': 160, 'measure': 80, 'x': 1}",{'cx': 20277},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_81.qasm -6911,127,5331,"{'rz': 540, 'sx': 360, 'measure': 45}",{'cx': 34527},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_45.qasm -6912,27,251,"{'rz': 170, 'sx': 60, 'measure': 10}",{'cx': 421},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",qnn_mapped_ibm_montreal_qiskit_opt1_10.qasm -6913,127,815,"{'sx': 216, 'rz': 216, 'measure': 27}",{'cx': 3471},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",su2random_mapped_ibm_washington_qiskit_opt2_27.qasm -6914,127,873,"{'rz': 1903, 'sx': 829, 'x': 50, 'measure': 33}",{'cx': 2476},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qft_mapped_ibm_washington_qiskit_opt3_33.qasm -6915,127,627,"{'rz': 474, 'sx': 237, 'measure': 118}",{'cx': 919},"(0, 14); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt1_119.qasm -6916,27,578,"{'rz': 810, 'sx': 401, 'measure': 19, 'x': 2}",{'cx': 1447},"(1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_19.qasm -6917,127,505,"{'rz': 270, 'sx': 135, 'measure': 67, 'x': 65}",{'cx': 841},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66)",dj_mapped_ibm_washington_qiskit_opt0_68.qasm -6918,127,3555,"{'rz': 4125, 'sx': 428, 'measure': 72}",{'cx': 12501},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105)",ae_mapped_ibm_washington_qiskit_opt2_72.qasm -6919,127,3530,"{'rz': 3369, 'sx': 266, 'measure': 45}",{'cx': 12300},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_45.qasm -6920,127,24,"{'rz': 59, 'sx': 58, 'measure': 10, 'x': 1}",{'cx': 18},"(108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",vqe_mapped_ibm_washington_qiskit_opt2_10.qasm -6921,127,37,"{'rz': 30, 'sx': 15, 'measure': 7}",{'cx': 28},"(44, 45); (45, 44); (45, 54); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62)",dj_mapped_ibm_washington_qiskit_opt1_8.qasm -6922,127,8733,"{'sx': 688, 'rz': 688, 'measure': 86}",{'cx': 54408},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt1_86.qasm -6923,127,28507,"{'rz': 37785, 'sx': 13133, 'x': 159, 'measure': 88}",{'cx': 216351},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_88.qasm -6924,127,773,"{'rz': 817, 'sx': 225, 'x': 36, 'measure': 21}",{'cx': 1302},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",qpeinexact_mapped_ibm_washington_qiskit_opt3_22.qasm -6925,127,739,"{'rz': 924, 'sx': 25, 'measure': 25}",{'cx': 1818},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt1_25.qasm -6926,127,13342,"{'rz': 13229, 'sx': 5090, 'x': 203, 'measure': 60}",{'cx': 51156},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt2_60.qasm -6927,127,109,"{'rz': 54, 'sx': 27, 'x': 19, 'measure': 13}",{'cx': 187},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_14.qasm -6928,127,45,"{'measure': 42, 'rz': 2, 'sx': 1}",{'cx': 41},"(32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_42.qasm -6929,127,7260,"{'rz': 8621, 'sx': 148, 'measure': 74, 'x': 1}",{'cx': 39342},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (73, 66); (74, 70)",qpeinexact_mapped_ibm_washington_qiskit_opt0_75.qasm -6930,127,851,"{'sx': 256, 'rz': 256, 'measure': 32}",{'cx': 4441},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111); (122, 123); (123, 122)",su2random_mapped_ibm_washington_qiskit_opt2_32.qasm -6931,127,1321,"{'rz': 1010, 'sx': 606, 'measure': 102, 'x': 1}",{'cx': 1474},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",wstate_mapped_ibm_washington_qiskit_opt0_102.qasm -6932,127,377,"{'rz': 214, 'sx': 107, 'x': 53, 'measure': 53}",{'cx': 644},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 50); (52, 37); (53, 41)",dj_mapped_ibm_washington_qiskit_opt0_54.qasm -6933,27,690,"{'rz': 472, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 1433},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qpeexact_mapped_ibm_montreal_qiskit_opt0_17.qasm -6934,27,546,"{'rz': 168, 'sx': 168, 'measure': 21}",{'cx': 2416},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_21.qasm -6935,127,365,"{'sx': 360, 'rz': 180, 'measure': 91, 'x': 1}",{'cx': 180},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_91.qasm -6936,127,1744,"{'rz': 2026, 'sx': 248, 'measure': 42}",{'cx': 4236},"(17, 30); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt2_42.qasm -6937,127,13,"{'measure': 10, 'rz': 2, 'sx': 1}",{'cx': 9},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121)",ghz_mapped_ibm_washington_qiskit_opt3_10.qasm -6938,127,619,"{'rz': 524, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1044},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt2_19.qasm -6939,127,3099,"{'sx': 496, 'rz': 496, 'measure': 62}",{'cx': 21334},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt2_62.qasm -6940,127,103,"{'rz': 79, 'sx': 8, 'measure': 7}",{'cx': 147},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",qftentangled_mapped_ibm_washington_qiskit_opt0_7.qasm -6941,127,546,"{'rz': 410, 'sx': 246, 'measure': 42, 'x': 1}",{'cx': 619},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_42.qasm -6942,127,45157,"{'rz': 46814, 'sx': 17241, 'x': 610, 'measure': 110}",{'cx': 256314},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",random_mapped_ibm_washington_qiskit_opt1_110.qasm -6943,27,607,"{'rz': 490, 'sx': 98, 'measure': 17}",{'cx': 686},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",ae_mapped_ibm_montreal_qiskit_opt1_17.qasm -6944,27,464,"{'rz': 371, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 1008},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qpeexact_mapped_ibm_montreal_qiskit_opt0_15.qasm -6945,127,10272,"{'rz': 10942, 'sx': 4067, 'x': 173, 'measure': 54}",{'cx': 38634},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",random_mapped_ibm_washington_qiskit_opt1_54.qasm -6946,27,32,"{'measure': 8, 'rz': 2, 'sx': 1}",{'cx': 46},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",ghz_mapped_ibm_montreal_qiskit_opt0_8.qasm -6947,127,32,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 33},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18)",routing_mapped_ibm_washington_qiskit_opt2_12.qasm -6948,127,4749,"{'rz': 5870, 'sx': 198, 'measure': 99, 'x': 1}",{'cx': 25533},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeinexact_mapped_ibm_washington_qiskit_opt2_100.qasm -6949,127,114,"{'rz': 388, 'sx': 194, 'measure': 96}",{'cx': 651},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_96.qasm -6950,27,7007,"{'rz': 3222, 'sx': 771, 'x': 54, 'measure': 17}",{'cx': 7299},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt0_17.qasm -6951,127,285,"{'rz': 142, 'sx': 71, 'measure': 35, 'x': 31}",{'cx': 479},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24); (35, 28)",dj_mapped_ibm_washington_qiskit_opt0_36.qasm -6952,127,392,"{'rz': 286, 'sx': 270, 'measure': 15, 'x': 1}",{'cx': 870},"(4, 15); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",realamprandom_mapped_ibm_washington_qiskit_opt3_15.qasm -6953,27,74,"{'rz': 72, 'sx': 36, 'measure': 12}",{'cx': 117},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",graphstate_mapped_ibm_montreal_qiskit_opt0_12.qasm -6954,127,35,"{'rz': 81, 'sx': 42, 'measure': 28, 'x': 2}",{'cx': 83},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt3_28.qasm -6955,127,7674,"{'rz': 896, 'sx': 448, 'measure': 56}",{'cx': 54921},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_56.qasm -6956,127,5904,"{'rz': 720, 'sx': 720, 'measure': 90}",{'cx': 51490},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_90.qasm -6957,27,608,"{'rz': 489, 'sx': 104, 'measure': 18}",{'cx': 777},"(4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23)",ae_mapped_ibm_montreal_qiskit_opt2_18.qasm -6958,127,3125,"{'rz': 5412, 'sx': 99, 'measure': 99}",{'cx': 22943},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_99.qasm -6959,127,311,"{'rz': 468, 'sx': 234, 'measure': 78}",{'cx': 1791},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",graphstate_mapped_ibm_washington_qiskit_opt0_78.qasm -6960,127,316,"{'rz': 240, 'sx': 144, 'measure': 25, 'x': 1}",{'cx': 351},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_25.qasm -6961,127,1676,"{'rz': 2443, 'sx': 889, 'x': 145, 'measure': 39}",{'cx': 4088},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt3_40.qasm -6962,127,359,"{'rz': 255, 'sx': 68, 'measure': 12}",{'cx': 288},"(64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83)",ae_mapped_ibm_washington_qiskit_opt1_12.qasm -6963,127,573,"{'rz': 312, 'sx': 280, 'measure': 24}",{'cx': 2500},"(10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (92, 83)",realamprandom_mapped_ibm_washington_qiskit_opt3_24.qasm -6964,127,4160,"{'rz': 444, 'sx': 296, 'measure': 37}",{'cx': 23139},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_37.qasm -6965,27,772,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 2440},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt2_22.qasm -6966,127,5349,"{'rz': 10244, 'sx': 106, 'measure': 105}",{'cx': 30645},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qftentangled_mapped_ibm_washington_qiskit_opt1_105.qasm -6967,127,1082,"{'rz': 1168, 'sx': 176, 'measure': 30}",{'cx': 2244},"(42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",ae_mapped_ibm_washington_qiskit_opt2_30.qasm -6968,127,543,"{'measure': 111, 'rz': 2, 'sx': 1}",{'cx': 968},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100)",ghz_mapped_ibm_washington_qiskit_opt0_111.qasm -6969,127,4710,"{'rz': 7319, 'sx': 154, 'measure': 77, 'x': 1}",{'cx': 18486},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_78.qasm -6970,127,2378,"{'rz': 6494, 'sx': 74, 'measure': 74}",{'cx': 15365},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104)",qft_mapped_ibm_washington_qiskit_opt1_74.qasm -6971,127,1741,"{'rz': 1421, 'sx': 58, 'measure': 29, 'x': 1}",{'cx': 5715},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_30.qasm -6972,127,7639,"{'rz': 13585, 'sx': 95, 'measure': 95}",{'cx': 59597},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt0_95.qasm -6973,127,13377,"{'rz': 1344, 'sx': 672, 'measure': 84}",{'cx': 130206},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",su2random_mapped_ibm_washington_qiskit_opt0_84.qasm -6974,27,174,"{'rz': 111, 'sx': 14, 'measure': 7, 'x': 1}",{'cx': 137},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",qpeexact_mapped_ibm_montreal_qiskit_opt1_8.qasm -6975,127,576,"{'rz': 546, 'sx': 104, 'measure': 18}",{'cx': 732},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98)",ae_mapped_ibm_washington_qiskit_opt1_18.qasm -6976,27,171,"{'sx': 56, 'rz': 56, 'measure': 7}",{'cx': 189},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",realamprandom_mapped_ibm_montreal_qiskit_opt1_7.qasm -6977,127,233,"{'rz': 182, 'sx': 91, 'measure': 45}",{'cx': 243},"(15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (92, 83); (92, 102); (93, 87); (102, 92); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt1_46.qasm -6978,27,350,"{'rz': 249, 'sx': 14, 'measure': 13}",{'cx': 477},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (17, 18); (18, 15); (18, 17); (18, 21); (21, 18)",qftentangled_mapped_ibm_montreal_qiskit_opt1_13.qasm -6979,127,346,"{'rz': 278, 'sx': 139, 'measure': 69}",{'cx': 381},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (91, 79); (92, 83); (92, 102); (93, 106); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt1_70.qasm -6980,127,6361,"{'rz': 7247, 'sx': 236, 'measure': 118, 'x': 1}",{'cx': 37803},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_119.qasm -6981,127,1626,"{'rz': 1260, 'sx': 756, 'measure': 127, 'x': 1}",{'cx': 1749},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_127.qasm -6982,127,11646,"{'rz': 816, 'sx': 816, 'measure': 102}",{'cx': 81662},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_102.qasm -6983,27,503,"{'rz': 168, 'sx': 168, 'measure': 21}",{'cx': 1977},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt2_21.qasm -6984,127,1826,"{'rz': 3098, 'sx': 2554, 'x': 114, 'measure': 42}",{'cx': 8472},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",realamprandom_mapped_ibm_washington_qiskit_opt3_42.qasm -6985,27,28,"{'sx': 82, 'rz': 81, 'measure': 14, 'x': 1}",{'cx': 26},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",vqe_mapped_ibm_montreal_qiskit_opt2_14.qasm -6986,127,366,"{'rz': 207, 'sx': 63, 'measure': 18}",{'cx': 494},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",portfolioqaoa_mapped_ibm_washington_qiskit_opt1_9.qasm -6987,127,6240,"{'rz': 696, 'sx': 696, 'measure': 87}",{'cx': 46347},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt2_87.qasm -6988,127,976,"{'rz': 988, 'sx': 802, 'measure': 41, 'x': 25}",{'cx': 7374},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (89, 74)",su2random_mapped_ibm_washington_qiskit_opt3_41.qasm -6989,127,774,"{'sx': 200, 'rz': 200, 'measure': 25}",{'cx': 2864},"(24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (98, 91)",su2random_mapped_ibm_washington_qiskit_opt2_25.qasm -6990,127,358,"{'rz': 242, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 726},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_12.qasm -6991,127,23,"{'measure': 20, 'rz': 2, 'sx': 1}",{'cx': 19},"(87, 93); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_20.qasm -6992,127,293,"{'rz': 132, 'sx': 88, 'measure': 11}",{'cx': 1044},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_11.qasm -6993,127,2525,"{'rz': 3894, 'sx': 354, 'measure': 59}",{'cx': 16656},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt1_59.qasm -6994,27,389,"{'rz': 135, 'sx': 132, 'measure': 16, 'x': 1}",{'cx': 1050},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt3_16.qasm -6995,127,1842,"{'rz': 2244, 'sx': 264, 'measure': 44}",{'cx': 9402},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_44.qasm -6996,127,2081,"{'rz': 1770, 'sx': 188, 'measure': 32}",{'cx': 5885},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30)",ae_mapped_ibm_washington_qiskit_opt0_32.qasm -6997,127,3213,"{'rz': 3777, 'sx': 51, 'measure': 50}",{'cx': 16647},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_50.qasm -6998,127,47,"{'rz': 100, 'sx': 50, 'measure': 26}",{'cx': 125},"(7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102)",graphstate_mapped_ibm_washington_qiskit_opt1_26.qasm -6999,127,900,"{'rz': 1421, 'sx': 795, 'measure': 18}",{'cx': 2031},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",portfoliovqe_mapped_ibm_washington_qiskit_opt1_18.qasm -7000,127,2001,"{'rz': 288, 'sx': 288, 'measure': 36}",{'cx': 8413},"(45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_36.qasm -7001,127,341,"{'sx': 336, 'rz': 168, 'measure': 85, 'x': 1}",{'cx': 168},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_85.qasm -7002,127,512,"{'rz': 391, 'sx': 211, 'measure': 105}",{'cx': 768},"(0, 14); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 22); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (24, 34); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (77, 71); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt2_106.qasm -7003,27,2174,"{'rz': 840, 'sx': 144, 'measure': 24}",{'cx': 7592},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qnn_mapped_ibm_montreal_qiskit_opt0_24.qasm -7004,127,24,"{'measure': 21, 'rz': 2, 'sx': 1}",{'cx': 20},"(104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_21.qasm -7005,127,2180,"{'rz': 4317, 'sx': 57, 'measure': 56}",{'cx': 9456},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104); (111, 122); (122, 111)",qftentangled_mapped_ibm_washington_qiskit_opt1_56.qasm -7006,127,11171,"{'sx': 808, 'rz': 808, 'measure': 101}",{'cx': 66512},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_101.qasm -7007,127,2669,"{'rz': 5374, 'sx': 4291, 'x': 238, 'measure': 51}",{'cx': 13211},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt3_51.qasm -7008,27,85,"{'rz': 150, 'sx': 75, 'measure': 25}",{'cx': 256},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt0_25.qasm -7009,127,5205,"{'sx': 608, 'rz': 608, 'measure': 76}",{'cx': 38979},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_76.qasm -7010,127,8391,"{'sx': 904, 'rz': 904, 'measure': 113}",{'cx': 74356},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_113.qasm -7011,27,58,"{'rz': 98, 'sx': 49, 'measure': 27}",{'cx': 90},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 5); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",graphstate_mapped_ibm_montreal_qiskit_opt2_27.qasm -7012,127,60,"{'rz': 132, 'sx': 66, 'measure': 38}",{'cx': 209},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104); (111, 122); (118, 119); (119, 118); (119, 120); (120, 119); (122, 111); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt1_38.qasm -7013,127,221,"{'sx': 216, 'rz': 108, 'measure': 55, 'x': 1}",{'cx': 108},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_55.qasm -7014,27,2683,"{'rz': 324, 'sx': 216, 'measure': 27}",{'cx': 11466},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt0_27.qasm -7015,127,4020,"{'rz': 4897, 'sx': 91, 'measure': 91}",{'cx': 19922},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt2_91.qasm -7016,127,769,"{'rz': 1219, 'sx': 33, 'measure': 33}",{'cx': 2667},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt2_33.qasm -7017,127,317,"{'rz': 241, 'sx': 133, 'measure': 66}",{'cx': 366},"(8, 16); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (34, 24); (35, 28); (35, 47); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt2_67.qasm -7018,127,432,"{'rz': 316, 'sx': 171, 'measure': 85}",{'cx': 571},"(11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 26); (17, 12); (17, 30); (20, 33); (24, 34); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt2_86.qasm -7019,127,575,"{'measure': 116, 'rz': 2, 'sx': 1}",{'cx': 1036},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_116.qasm -7020,127,5115,"{'rz': 504, 'sx': 336, 'measure': 42}",{'cx': 28494},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_42.qasm -7021,127,242,"{'rz': 146, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 240},"(86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (122, 111)",qpeinexact_mapped_ibm_washington_qiskit_opt2_10.qasm -7022,127,83,"{'measure': 80, 'rz': 2, 'sx': 1}",{'cx': 79},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_80.qasm -7023,127,137,"{'sx': 132, 'rz': 66, 'measure': 34, 'x': 1}",{'cx': 66},"(70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_34.qasm -7024,27,418,"{'rz': 516, 'sx': 20, 'measure': 19}",{'cx': 1030},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt2_19.qasm -7025,27,478,"{'rz': 416, 'sx': 163, 'measure': 11, 'x': 8}",{'cx': 595},"(12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",random_mapped_ibm_montreal_qiskit_opt1_11.qasm -7026,127,81,"{'rz': 222, 'sx': 111, 'measure': 57}",{'cx': 318},"(3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (109, 96); (110, 100); (110, 118); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt2_57.qasm -7027,127,122,"{'rz': 140, 'sx': 70, 'measure': 14}",{'cx': 416},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qaoa_mapped_ibm_washington_qiskit_opt0_14.qasm -7028,127,177,"{'rz': 137, 'sx': 79, 'measure': 39}",{'cx': 183},"(24, 34); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (53, 60); (54, 45); (54, 64); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83)",dj_mapped_ibm_washington_qiskit_opt2_40.qasm -7029,127,52000,"{'rz': 52266, 'sx': 19104, 'x': 653, 'measure': 116}",{'cx': 300301},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_116.qasm -7030,127,307,"{'rz': 230, 'sx': 138, 'measure': 24, 'x': 1}",{'cx': 349},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_24.qasm -7031,27,89,"{'rz': 70, 'sx': 35, 'measure': 17}",{'cx': 68},"(1, 4); (4, 1); (4, 7); (6, 7); (7, 4); (7, 6); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",dj_mapped_ibm_montreal_qiskit_opt1_18.qasm -7032,127,64,"{'measure': 61, 'rz': 2, 'sx': 1}",{'cx': 60},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_61.qasm -7033,127,829,"{'rz': 1680, 'sx': 40, 'measure': 40}",{'cx': 3605},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt2_40.qasm -7034,127,69,"{'sx': 64, 'rz': 32, 'measure': 17, 'x': 1}",{'cx': 32},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_17.qasm -7035,127,323,"{'rz': 244, 'sx': 131, 'measure': 65}",{'cx': 479},"(8, 16); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt2_66.qasm -7036,127,15030,"{'rz': 944, 'sx': 944, 'measure': 118}",{'cx': 108947},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_118.qasm -7037,127,2642,"{'rz': 376, 'sx': 376, 'measure': 47}",{'cx': 14214},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt1_47.qasm -7038,127,349,"{'rz': 156, 'sx': 104, 'measure': 13}",{'cx': 1590},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_13.qasm -7039,27,920,"{'rz': 1021, 'sx': 512, 'x': 39, 'measure': 15}",{'cx': 1293},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",random_mapped_ibm_montreal_qiskit_opt3_15.qasm -7040,127,257,"{'sx': 252, 'rz': 126, 'measure': 64, 'x': 1}",{'cx': 126},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_64.qasm -7041,127,375,"{'rz': 277, 'sx': 153, 'measure': 76}",{'cx': 526},"(11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (17, 12); (17, 30); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (72, 62); (72, 81); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt2_77.qasm -7042,127,1767,"{'rz': 3130, 'sx': 1288, 'x': 124, 'measure': 45}",{'cx': 4717},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt3_45.qasm -7043,127,111,"{'rz': 270, 'sx': 135, 'measure': 45}",{'cx': 669},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",graphstate_mapped_ibm_washington_qiskit_opt0_45.qasm -7044,127,445,"{'rz': 242, 'sx': 121, 'x': 61, 'measure': 60}",{'cx': 753},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59)",dj_mapped_ibm_washington_qiskit_opt0_61.qasm -7045,27,987,"{'rz': 813, 'sx': 122, 'measure': 21}",{'cx': 1977},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",ae_mapped_ibm_montreal_qiskit_opt0_21.qasm -7046,127,152,"{'rz': 101, 'sx': 60, 'x': 10, 'measure': 5}",{'cx': 68},"(62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82)",pricingcall_mapped_ibm_washington_qiskit_opt3_5.qasm -7047,27,561,"{'rz': 330, 'sx': 84, 'measure': 24}",{'cx': 994},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",portfolioqaoa_mapped_ibm_montreal_qiskit_opt1_12.qasm -7048,27,40,"{'rz': 36, 'sx': 23, 'measure': 10, 'x': 1}",{'cx': 24},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 22); (22, 19)",dj_mapped_ibm_montreal_qiskit_opt3_11.qasm -7049,127,3847,"{'rz': 7644, 'sx': 504, 'measure': 84}",{'cx': 30896},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93); (106, 107); (107, 106)",qnn_mapped_ibm_washington_qiskit_opt2_84.qasm -7050,127,428,"{'rz': 368, 'sx': 96, 'measure': 16}",{'cx': 1075},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qnn_mapped_ibm_washington_qiskit_opt2_16.qasm -7051,127,1368,"{'rz': 1973, 'sx': 629, 'x': 106, 'measure': 35}",{'cx': 3380},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",qpeinexact_mapped_ibm_washington_qiskit_opt3_36.qasm -7052,127,590,"{'rz': 425, 'sx': 231, 'measure': 115}",{'cx': 766},"(0, 14); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111); (122, 123); (123, 122); (126, 112)",dj_mapped_ibm_washington_qiskit_opt2_116.qasm -7053,127,340,"{'rz': 248, 'sx': 139, 'measure': 69}",{'cx': 458},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (122, 111)",dj_mapped_ibm_washington_qiskit_opt2_70.qasm -7054,127,377,"{'rz': 454, 'sx': 129, 'x': 17, 'measure': 17}",{'cx': 699},"(53, 60); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt3_17.qasm -7055,127,1313,"{'rz': 1243, 'sx': 497, 'x': 23, 'measure': 19}",{'cx': 2421},"(45, 54); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",random_mapped_ibm_washington_qiskit_opt1_19.qasm -7056,127,103,"{'rz': 75, 'sx': 23, 'measure': 7, 'x': 4}",{'cx': 94},"(66, 73); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",qft_mapped_ibm_washington_qiskit_opt3_7.qasm -7057,127,1957,"{'sx': 400, 'rz': 400, 'measure': 50}",{'cx': 12703},"(34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_50.qasm -7058,27,158,"{'rz': 95, 'sx': 38, 'measure': 7}",{'cx': 84},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",ae_mapped_ibm_montreal_qiskit_opt1_7.qasm -7059,127,11216,"{'rz': 16500, 'sx': 750, 'measure': 125}",{'cx': 114229},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_125.qasm -7060,127,500,"{'rz': 352, 'sx': 195, 'measure': 97}",{'cx': 662},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (112, 108); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt2_98.qasm -7061,127,1343,"{'rz': 1334, 'sx': 64, 'measure': 32, 'x': 1}",{'cx': 3153},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt2_33.qasm -7062,127,2780,"{'rz': 392, 'sx': 392, 'measure': 49}",{'cx': 15017},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt1_49.qasm -7063,127,9679,"{'rz': 5822, 'sx': 426, 'measure': 71}",{'cx': 84827},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69)",qnn_mapped_ibm_washington_qiskit_opt0_71.qasm -7064,127,3972,"{'rz': 3250, 'sx': 1142, 'measure': 27, 'x': 13}",{'cx': 12529},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_27.qasm -7065,27,50,"{'rz': 44, 'sx': 27, 'measure': 13}",{'cx': 33},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21)",dj_mapped_ibm_montreal_qiskit_opt2_14.qasm -7066,27,699,"{'rz': 497, 'sx': 19, 'measure': 18}",{'cx': 1790},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",qftentangled_mapped_ibm_montreal_qiskit_opt0_18.qasm -7067,127,184,"{'rz': 56, 'sx': 56, 'measure': 7}",{'cx': 192},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",realamprandom_mapped_ibm_washington_qiskit_opt1_7.qasm -7068,127,139,"{'rz': 110, 'sx': 66, 'measure': 12, 'x': 1}",{'cx': 133},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_12.qasm -7069,127,8418,"{'sx': 880, 'rz': 880, 'measure': 110}",{'cx': 78864},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_110.qasm -7070,127,917,"{'rz': 999, 'sx': 158, 'measure': 27}",{'cx': 1803},"(47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (55, 49); (55, 68); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt2_27.qasm -7071,127,89,"{'sx': 84, 'rz': 42, 'measure': 22, 'x': 1}",{'cx': 42},"(87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_22.qasm -7072,27,463,"{'rz': 534, 'sx': 20, 'measure': 19}",{'cx': 1038},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qftentangled_mapped_ibm_montreal_qiskit_opt1_19.qasm -7073,27,448,"{'rz': 929, 'sx': 545, 'measure': 21, 'x': 15}",{'cx': 896},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qft_mapped_ibm_montreal_qiskit_opt3_21.qasm -7074,127,676,"{'rz': 653, 'sx': 22, 'measure': 21}",{'cx': 1370},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt1_21.qasm -7075,27,298,"{'rz': 240, 'sx': 144, 'measure': 25, 'x': 1}",{'cx': 270},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt0_25.qasm -7076,127,977,"{'rz': 492, 'sx': 111, 'x': 24, 'measure': 7}",{'cx': 918},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt0_7.qasm -7077,27,275,"{'sx': 88, 'rz': 88, 'measure': 11}",{'cx': 509},"(1, 4); (4, 1); (4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (19, 22); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt2_11.qasm -7078,127,705,"{'rz': 425, 'sx': 249, 'x': 27, 'measure': 11}",{'cx': 395},"(92, 102); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (121, 122); (122, 111); (122, 121)",pricingput_mapped_ibm_washington_qiskit_opt3_11.qasm -7079,127,572,"{'rz': 458, 'sx': 229, 'measure': 114}",{'cx': 873},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt1_115.qasm -7080,127,75,"{'measure': 72, 'rz': 2, 'sx': 1}",{'cx': 71},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_72.qasm -7081,127,935,"{'rz': 1246, 'sx': 29, 'measure': 29}",{'cx': 2480},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",qft_mapped_ibm_washington_qiskit_opt1_29.qasm -7082,127,9153,"{'sx': 800, 'rz': 800, 'measure': 100}",{'cx': 63281},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_100.qasm -7083,27,21,"{'rz': 48, 'sx': 25, 'measure': 20}",{'cx': 30},"(1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (8, 5); (8, 11); (10, 12); (11, 8); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt3_20.qasm -7084,127,1760,"{'rz': 4254, 'sx': 76, 'measure': 75}",{'cx': 12446},"(12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",qftentangled_mapped_ibm_washington_qiskit_opt2_75.qasm -7085,127,5370,"{'rz': 648, 'sx': 648, 'measure': 81}",{'cx': 34844},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_81.qasm -7086,27,80,"{'measure': 19, 'rz': 2, 'sx': 1}",{'cx': 138},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",ghz_mapped_ibm_montreal_qiskit_opt0_19.qasm -7087,127,479,"{'rz': 469, 'sx': 98, 'measure': 28}",{'cx': 1998},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",portfolioqaoa_mapped_ibm_washington_qiskit_opt0_14.qasm -7088,127,2162,"{'rz': 4156, 'sx': 1826, 'x': 266, 'measure': 54}",{'cx': 6368},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt3_54.qasm -7089,27,670,"{'rz': 583, 'sx': 351, 'measure': 12}",{'cx': 807},"(7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",portfoliovqe_mapped_ibm_montreal_qiskit_opt1_12.qasm -7090,127,309,"{'sx': 304, 'rz': 152, 'measure': 77, 'x': 1}",{'cx': 152},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_77.qasm -7091,127,250,"{'rz': 122, 'sx': 61, 'measure': 30, 'x': 29}",{'cx': 450},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_31.qasm -7092,127,5850,"{'rz': 8030, 'sx': 73, 'measure': 73}",{'cx': 36645},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62)",qft_mapped_ibm_washington_qiskit_opt0_73.qasm -7093,27,165,"{'rz': 56, 'sx': 56, 'measure': 7}",{'cx': 187},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16)",realamprandom_mapped_ibm_montreal_qiskit_opt2_7.qasm -7094,127,269,"{'sx': 264, 'rz': 132, 'measure': 67, 'x': 1}",{'cx': 132},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_67.qasm -7095,127,2479,"{'rz': 1921, 'sx': 68, 'measure': 34, 'x': 1}",{'cx': 8270},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24)",qpeexact_mapped_ibm_washington_qiskit_opt0_35.qasm -7096,127,2790,"{'rz': 3215, 'sx': 122, 'measure': 61, 'x': 1}",{'cx': 10192},"(12, 17); (17, 12); (17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104)",qpeinexact_mapped_ibm_washington_qiskit_opt2_62.qasm -7097,27,1283,"{'rz': 1191, 'sx': 997, 'x': 65, 'measure': 27}",{'cx': 3803},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt3_27.qasm -7098,127,6637,"{'rz': 564, 'sx': 376, 'measure': 47}",{'cx': 41616},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_47.qasm -7099,127,625,"{'rz': 434, 'sx': 217, 'measure': 108}",{'cx': 822},"(3, 4); (4, 3); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt1_109.qasm -7100,27,555,"{'rz': 499, 'sx': 448, 'measure': 17, 'x': 5}",{'cx': 1212},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",realamprandom_mapped_ibm_montreal_qiskit_opt3_17.qasm -7101,27,23,"{'measure': 20, 'rz': 2, 'sx': 1}",{'cx': 19},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt2_20.qasm -7102,127,393,"{'sx': 388, 'rz': 194, 'measure': 98, 'x': 1}",{'cx': 194},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_98.qasm -7103,127,34010,"{'rz': 35443, 'sx': 12982, 'x': 470, 'measure': 96}",{'cx': 177222},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_96.qasm -7104,127,244,"{'rz': 372, 'sx': 186, 'measure': 62}",{'cx': 1202},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",graphstate_mapped_ibm_washington_qiskit_opt0_62.qasm -7105,127,4705,"{'rz': 5922, 'sx': 132, 'measure': 66, 'x': 1}",{'cx': 14005},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt1_67.qasm -7106,127,1772,"{'rz': 1552, 'sx': 32, 'measure': 32}",{'cx': 6707},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30)",qft_mapped_ibm_washington_qiskit_opt0_32.qasm -7107,27,44,"{'rz': 122, 'sx': 65, 'measure': 13}",{'cx': 58},"(11, 14); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qaoa_mapped_ibm_montreal_qiskit_opt3_13.qasm -7108,27,2683,"{'rz': 324, 'sx': 216, 'measure': 27}",{'cx': 11466},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt0_27.qasm -7109,127,1115,"{'sx': 527, 'rz': 421, 'measure': 117, 'x': 1}",{'cx': 1413},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_117.qasm -7110,127,972,"{'rz': 1324, 'sx': 413, 'x': 62, 'measure': 28}",{'cx': 2211},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt3_29.qasm -7111,127,85,"{'measure': 16, 'rz': 2, 'sx': 1}",{'cx': 147},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_16.qasm -7112,127,6373,"{'rz': 7102, 'sx': 134, 'measure': 67, 'x': 1}",{'cx': 33227},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt0_68.qasm -7113,27,5153,"{'rz': 2270, 'sx': 1232, 'x': 50, 'measure': 19}",{'cx': 3426},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17)",pricingcall_mapped_ibm_montreal_qiskit_opt0_19.qasm -7114,127,666,"{'rz': 490, 'sx': 245, 'measure': 122}",{'cx': 1121},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (89, 74); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",dj_mapped_ibm_washington_qiskit_opt1_123.qasm -7115,127,85,"{'rz': 85, 'sx': 49, 'measure': 21, 'x': 2}",{'cx': 59},"(15, 22); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",dj_mapped_ibm_washington_qiskit_opt3_22.qasm -7116,27,90,"{'rz': 72, 'sx': 41, 'measure': 20}",{'cx': 71},"(4, 7); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt2_21.qasm -7117,127,936,"{'rz': 900, 'sx': 150, 'measure': 25}",{'cx': 4863},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_25.qasm -7118,127,37,"{'measure': 34, 'rz': 2, 'sx': 1}",{'cx': 33},"(70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_34.qasm -7119,127,3308,"{'rz': 6246, 'sx': 410, 'measure': 69}",{'cx': 12966},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_69.qasm -7120,127,5396,"{'rz': 616, 'sx': 616, 'measure': 77}",{'cx': 36447},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_77.qasm -7121,127,894,"{'rz': 478, 'sx': 176, 'x': 60, 'measure': 11}",{'cx': 908},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",pricingput_mapped_ibm_washington_qiskit_opt0_11.qasm -7122,127,387,"{'rz': 357, 'sx': 145, 'measure': 14, 'x': 11}",{'cx': 354},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",ae_mapped_ibm_washington_qiskit_opt3_14.qasm -7123,127,9694,"{'sx': 800, 'rz': 800, 'measure': 100}",{'cx': 70500},"(11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_100.qasm -7124,127,4340,"{'rz': 6684, 'sx': 144, 'measure': 72, 'x': 1}",{'cx': 16087},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",qpeinexact_mapped_ibm_washington_qiskit_opt1_73.qasm -7125,127,2007,"{'sx': 336, 'rz': 336, 'measure': 42}",{'cx': 11134},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87)",su2random_mapped_ibm_washington_qiskit_opt1_42.qasm -7126,127,18304,"{'sx': 1008, 'rz': 1008, 'measure': 126}",{'cx': 127752},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_126.qasm -7127,127,197,"{'sx': 192, 'rz': 96, 'measure': 49, 'x': 1}",{'cx': 96},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_49.qasm -7128,127,912,"{'rz': 969, 'sx': 408, 'x': 19, 'measure': 17}",{'cx': 1741},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66)",random_mapped_ibm_washington_qiskit_opt1_17.qasm -7129,27,175,"{'rz': 140, 'sx': 84, 'measure': 15, 'x': 1}",{'cx': 145},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",wstate_mapped_ibm_montreal_qiskit_opt0_15.qasm -7130,27,616,"{'rz': 654, 'sx': 255, 'x': 32, 'measure': 19}",{'cx': 773},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",ae_mapped_ibm_montreal_qiskit_opt3_19.qasm -7131,127,1796,"{'rz': 2790, 'sx': 248, 'measure': 42}",{'cx': 4854},"(20, 33); (33, 20); (33, 39); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",ae_mapped_ibm_washington_qiskit_opt1_42.qasm -7132,127,7679,"{'rz': 12744, 'sx': 93, 'measure': 92}",{'cx': 57513},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt0_92.qasm -7133,27,24,"{'measure': 21, 'rz': 2, 'sx': 1}",{'cx': 20},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (14, 11); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (20, 19); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",ghz_mapped_ibm_montreal_qiskit_opt1_21.qasm -7134,27,324,"{'rz': 154, 'sx': 72, 'measure': 7, 'x': 6}",{'cx': 225},"(5, 8); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",pricingput_mapped_ibm_montreal_qiskit_opt2_7.qasm -7135,127,458,"{'rz': 349, 'sx': 86, 'measure': 15}",{'cx': 486},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44)",ae_mapped_ibm_washington_qiskit_opt2_15.qasm -7136,127,145,"{'sx': 140, 'rz': 70, 'measure': 36, 'x': 1}",{'cx': 70},"(68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_36.qasm -7137,127,223,"{'rz': 136, 'sx': 11, 'measure': 10}",{'cx': 271},"(45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",qftentangled_mapped_ibm_washington_qiskit_opt2_10.qasm -7138,27,976,"{'rz': 1157, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 2208},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_27.qasm -7139,127,36,"{'rz': 110, 'sx': 55, 'measure': 33}",{'cx': 126},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt2_33.qasm -7140,27,1551,"{'rz': 652, 'sx': 392, 'x': 20, 'measure': 15}",{'cx': 949},"(4, 7); (7, 4); (7, 10); (10, 7); (10, 12); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",pricingput_mapped_ibm_montreal_qiskit_opt2_15.qasm -7141,127,2276,"{'rz': 4438, 'sx': 58, 'measure': 57}",{'cx': 9450},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",qftentangled_mapped_ibm_washington_qiskit_opt1_57.qasm -7142,27,558,"{'rz': 525, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 951},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_18.qasm -7143,127,60,"{'rz': 172, 'sx': 86, 'measure': 48}",{'cx': 222},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100); (110, 118); (118, 110)",graphstate_mapped_ibm_washington_qiskit_opt1_48.qasm -7144,27,6631,"{'rz': 2289, 'sx': 549, 'measure': 19, 'x': 10}",{'cx': 6144},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt1_19.qasm -7145,127,1286,"{'sx': 563, 'rz': 459, 'measure': 124, 'x': 1}",{'cx': 1673},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_124.qasm -7146,127,7954,"{'sx': 632, 'rz': 632, 'measure': 79}",{'cx': 44852},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",su2random_mapped_ibm_washington_qiskit_opt1_79.qasm -7147,127,1827,"{'rz': 2437, 'sx': 290, 'measure': 49}",{'cx': 5727},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt2_49.qasm -7148,27,340,"{'rz': 303, 'sx': 15, 'measure': 14}",{'cx': 897},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13)",qftentangled_mapped_ibm_montreal_qiskit_opt0_14.qasm -7149,127,1263,"{'sx': 248, 'rz': 248, 'measure': 31}",{'cx': 5016},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_31.qasm -7150,127,416,"{'rz': 258, 'sx': 62, 'measure': 11}",{'cx': 548},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_11.qasm -7151,127,701,"{'rz': 394, 'sx': 197, 'measure': 98, 'x': 89}",{'cx': 1193},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt0_99.qasm -7152,127,1486,"{'rz': 1120, 'sx': 672, 'measure': 113, 'x': 1}",{'cx': 1679},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_113.qasm -7153,127,6240,"{'rz': 656, 'sx': 656, 'measure': 82}",{'cx': 45722},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 43); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_82.qasm -7154,127,3131,"{'rz': 3946, 'sx': 140, 'measure': 70, 'x': 1}",{'cx': 12744},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (111, 104)",qpeinexact_mapped_ibm_washington_qiskit_opt2_71.qasm -7155,127,1318,"{'rz': 1425, 'sx': 1181, 'x': 79, 'measure': 31}",{'cx': 4459},"(20, 21); (20, 33); (21, 20); (33, 20); (33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",realamprandom_mapped_ibm_washington_qiskit_opt3_31.qasm -7156,127,73,"{'measure': 70, 'rz': 2, 'sx': 1}",{'cx': 69},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_70.qasm -7157,127,6169,"{'sx': 648, 'rz': 648, 'measure': 81}",{'cx': 41917},"(12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_81.qasm -7158,127,203,"{'rz': 258, 'sx': 129, 'measure': 43}",{'cx': 763},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",graphstate_mapped_ibm_washington_qiskit_opt0_43.qasm -7159,127,2509,"{'rz': 2933, 'sx': 116, 'measure': 58, 'x': 1}",{'cx': 9528},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt2_59.qasm -7160,127,2786,"{'rz': 4966, 'sx': 350, 'measure': 59}",{'cx': 9899},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_59.qasm -7161,27,2887,"{'rz': 1089, 'sx': 255, 'measure': 13, 'x': 10}",{'cx': 2505},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",qwalk-v-chain_mapped_ibm_montreal_qiskit_opt1_13.qasm -7162,127,31368,"{'rz': 32619, 'sx': 12051, 'x': 415, 'measure': 92}",{'cx': 157893},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_92.qasm -7163,127,5621,"{'sx': 560, 'rz': 560, 'measure': 70}",{'cx': 28870},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt2_70.qasm -7164,27,4810,"{'rz': 2749, 'sx': 725, 'x': 58, 'measure': 7}",{'cx': 3634},"(8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16)",qwalk-noancilla_mapped_ibm_montreal_qiskit_opt3_7.qasm -7165,27,2873,"{'rz': 1414, 'sx': 696, 'x': 100, 'measure': 17}",{'cx': 1984},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",pricingput_mapped_ibm_montreal_qiskit_opt0_17.qasm -7166,127,7097,"{'rz': 11139, 'sx': 87, 'measure': 86}",{'cx': 51624},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_86.qasm -7167,127,3295,"{'rz': 4398, 'sx': 108, 'measure': 54, 'x': 1}",{'cx': 10252},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt1_55.qasm -7168,127,2162,"{'sx': 304, 'rz': 304, 'measure': 38}",{'cx': 9269},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_38.qasm -7169,127,58,"{'measure': 55, 'rz': 2, 'sx': 1}",{'cx': 54},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_55.qasm -7170,27,113,"{'sx': 96, 'rz': 48, 'measure': 25, 'x': 1}",{'cx': 60},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (12, 10); (12, 13); (13, 12); (13, 14); (14, 13); (14, 16); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt3_25.qasm -7171,27,1487,"{'rz': 1632, 'sx': 848, 'measure': 16}",{'cx': 3387},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (15, 12)",portfoliovqe_mapped_ibm_montreal_qiskit_opt0_16.qasm -7172,127,742,"{'rz': 1002, 'sx': 30, 'measure': 29}",{'cx': 2184},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt2_29.qasm -7173,127,4040,"{'rz': 6758, 'sx': 434, 'measure': 73}",{'cx': 15418},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_73.qasm -7174,127,67,"{'rz': 306, 'sx': 153, 'measure': 77}",{'cx': 452},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (89, 74); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt1_77.qasm -7175,127,6607,"{'rz': 2289, 'sx': 549, 'measure': 19, 'x': 10}",{'cx': 6093},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt1_19.qasm -7176,27,45,"{'sx': 40, 'rz': 20, 'measure': 11, 'x': 1}",{'cx': 20},"(6, 7); (7, 6); (7, 10); (10, 7); (10, 12); (12, 10); (12, 15); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",wstate_mapped_ibm_montreal_qiskit_opt1_11.qasm -7177,127,23734,"{'rz': 23502, 'sx': 8961, 'x': 321, 'measure': 80}",{'cx': 108147},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",random_mapped_ibm_washington_qiskit_opt2_80.qasm -7178,127,35,"{'rz': 58, 'sx': 29, 'measure': 21}",{'cx': 69},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (90, 75); (90, 94); (91, 79); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",graphstate_mapped_ibm_washington_qiskit_opt3_21.qasm -7179,127,54,"{'rz': 100, 'sx': 50, 'measure': 10}",{'cx': 70},"(28, 35); (35, 28); (35, 47); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (55, 49); (55, 68); (68, 55); (100, 101); (101, 100); (101, 102); (102, 101)",qaoa_mapped_ibm_washington_qiskit_opt1_10.qasm -7180,127,204,"{'sx': 64, 'rz': 64, 'measure': 8}",{'cx': 249},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",su2random_mapped_ibm_washington_qiskit_opt2_8.qasm -7181,27,370,"{'rz': 152, 'sx': 48, 'measure': 8}",{'cx': 575},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",qnn_mapped_ibm_montreal_qiskit_opt0_8.qasm -7182,27,565,"{'rz': 508, 'sx': 351, 'measure': 11, 'x': 1}",{'cx': 574},"(8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19)",portfoliovqe_mapped_ibm_montreal_qiskit_opt3_11.qasm -7183,27,143,"{'rz': 90, 'sx': 45, 'x': 23, 'measure': 22}",{'cx': 226},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (22, 19)",dj_mapped_ibm_montreal_qiskit_opt0_23.qasm -7184,127,131,"{'rz': 404, 'sx': 202, 'measure': 104}",{'cx': 677},"(2, 3); (3, 2); (3, 4); (4, 3); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_104.qasm -7185,27,560,"{'rz': 608, 'sx': 233, 'x': 34, 'measure': 17}",{'cx': 863},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeinexact_mapped_ibm_montreal_qiskit_opt3_18.qasm -7186,127,12066,"{'rz': 1200, 'sx': 600, 'measure': 75}",{'cx': 104022},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",su2random_mapped_ibm_washington_qiskit_opt0_75.qasm -7187,127,1642,"{'rz': 7900, 'sx': 4199, 'measure': 58, 'x': 3}",{'cx': 13276},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt3_58.qasm -7188,127,7690,"{'rz': 10790, 'sx': 166, 'measure': 83, 'x': 1}",{'cx': 47616},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_84.qasm -7189,127,397,"{'sx': 392, 'rz': 196, 'measure': 99, 'x': 1}",{'cx': 196},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_99.qasm -7190,127,112,"{'rz': 88, 'sx': 49, 'measure': 24}",{'cx': 109},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",dj_mapped_ibm_washington_qiskit_opt2_25.qasm -7191,127,5662,"{'rz': 6277, 'sx': 206, 'measure': 103, 'x': 1}",{'cx': 27996},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111)",qpeinexact_mapped_ibm_washington_qiskit_opt2_104.qasm -7192,127,107,"{'rz': 320, 'sx': 160, 'measure': 80}",{'cx': 479},"(5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt2_80.qasm -7193,127,1272,"{'rz': 1642, 'sx': 1380, 'x': 50, 'measure': 30}",{'cx': 4047},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",realamprandom_mapped_ibm_washington_qiskit_opt3_30.qasm -7194,127,4181,"{'rz': 4342, 'sx': 104, 'measure': 52, 'x': 1}",{'cx': 18971},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37)",qpeinexact_mapped_ibm_washington_qiskit_opt0_53.qasm -7195,127,2545,"{'rz': 3636, 'sx': 96, 'measure': 48, 'x': 1}",{'cx': 7786},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt1_49.qasm -7196,127,2647,"{'rz': 5244, 'sx': 414, 'measure': 69}",{'cx': 21855},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt2_69.qasm -7197,27,1126,"{'sx': 216, 'rz': 216, 'measure': 27}",{'cx': 4043},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (23, 21); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25)",realamprandom_mapped_ibm_montreal_qiskit_opt2_27.qasm -7198,127,298,"{'rz': 162, 'sx': 81, 'measure': 40, 'x': 39}",{'cx': 520},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",dj_mapped_ibm_washington_qiskit_opt0_41.qasm -7199,127,3108,"{'rz': 5886, 'sx': 69, 'measure': 69}",{'cx': 13786},"(8, 16); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qft_mapped_ibm_washington_qiskit_opt1_69.qasm -7200,127,888,"{'rz': 984, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 3082},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_25.qasm -7201,127,2162,"{'rz': 3760, 'sx': 3111, 'x': 88, 'measure': 43}",{'cx': 8480},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81)",realamprandom_mapped_ibm_washington_qiskit_opt3_43.qasm -7202,127,982,"{'rz': 1083, 'sx': 562, 'x': 48, 'measure': 17}",{'cx': 1496},"(41, 53); (53, 41); (53, 60); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79)",random_mapped_ibm_washington_qiskit_opt3_17.qasm -7203,127,4379,"{'rz': 4464, 'sx': 150, 'measure': 75, 'x': 1}",{'cx': 15249},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt2_76.qasm -7204,127,62,"{'rz': 116, 'sx': 58, 'measure': 32}",{'cx': 191},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",graphstate_mapped_ibm_washington_qiskit_opt1_32.qasm -7205,127,145,"{'sx': 140, 'rz': 70, 'measure': 36, 'x': 1}",{'cx': 70},"(9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_36.qasm -7206,127,234,"{'rz': 155, 'sx': 12, 'measure': 11}",{'cx': 330},"(34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qftentangled_mapped_ibm_washington_qiskit_opt2_11.qasm -7207,127,8573,"{'rz': 13161, 'sx': 246, 'measure': 123, 'x': 1}",{'cx': 45919},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_124.qasm -7208,127,197,"{'sx': 192, 'rz': 96, 'measure': 49, 'x': 1}",{'cx': 96},"(5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_49.qasm -7209,127,6432,"{'rz': 10375, 'sx': 83, 'measure': 83}",{'cx': 47006},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_83.qasm -7210,127,4869,"{'rz': 11336, 'sx': 115, 'measure': 114}",{'cx': 34296},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_114.qasm -7211,27,1375,"{'rz': 208, 'sx': 208, 'measure': 26}",{'cx': 4346},"(1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",twolocalrandom_mapped_ibm_montreal_qiskit_opt1_26.qasm -7212,127,5366,"{'rz': 528, 'sx': 352, 'measure': 44}",{'cx': 33894},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_44.qasm -7213,127,3779,"{'rz': 396, 'sx': 264, 'measure': 33}",{'cx': 18642},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31)",realamprandom_mapped_ibm_washington_qiskit_opt0_33.qasm -7214,127,130,"{'rz': 186, 'sx': 93, 'measure': 31}",{'cx': 532},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_31.qasm -7215,127,213,"{'rz': 390, 'sx': 195, 'measure': 65}",{'cx': 1172},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",graphstate_mapped_ibm_washington_qiskit_opt0_65.qasm -7216,127,135,"{'rz': 510, 'sx': 255, 'measure': 115}",{'cx': 790},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_115.qasm -7217,127,2139,"{'sx': 344, 'rz': 344, 'measure': 43}",{'cx': 10058},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (84, 85); (85, 73); (85, 84); (91, 79)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_43.qasm -7218,127,3110,"{'rz': 2620, 'sx': 80, 'measure': 40, 'x': 1}",{'cx': 11099},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_41.qasm -7219,127,1420,"{'rz': 2000, 'sx': 47, 'measure': 46}",{'cx': 5170},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73)",qftentangled_mapped_ibm_washington_qiskit_opt2_46.qasm -7220,127,2515,"{'rz': 2257, 'sx': 74, 'measure': 37, 'x': 1}",{'cx': 9425},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",qpeinexact_mapped_ibm_washington_qiskit_opt0_38.qasm -7221,127,128,"{'rz': 107, 'sx': 65, 'measure': 27, 'x': 4}",{'cx': 86},"(42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt3_28.qasm -7222,127,320,"{'rz': 249, 'sx': 14, 'measure': 13}",{'cx': 471},"(53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt1_13.qasm -7223,27,313,"{'rz': 288, 'sx': 15, 'measure': 14}",{'cx': 531},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qftentangled_mapped_ibm_montreal_qiskit_opt1_14.qasm -7224,127,1852,"{'rz': 4062, 'sx': 77, 'measure': 76}",{'cx': 12446},"(8, 16); (16, 8); (16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_76.qasm -7225,127,95,"{'measure': 92, 'rz': 2, 'sx': 1}",{'cx': 91},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_92.qasm -7226,127,1748,"{'rz': 1950, 'sx': 46, 'measure': 46}",{'cx': 5239},"(4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt2_46.qasm -7227,127,5040,"{'rz': 6432, 'sx': 117, 'measure': 117}",{'cx': 34113},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_117.qasm -7228,127,5222,"{'rz': 2322, 'sx': 258, 'measure': 43}",{'cx': 29151},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_43.qasm -7229,127,1728,"{'rz': 1840, 'sx': 80, 'measure': 40, 'x': 1}",{'cx': 4596},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",qpeinexact_mapped_ibm_washington_qiskit_opt2_41.qasm -7230,127,4026,"{'rz': 420, 'sx': 280, 'measure': 35}",{'cx': 20565},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_35.qasm -7231,127,594,"{'rz': 428, 'sx': 247, 'measure': 109, 'x': 14}",{'cx': 543},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (89, 74); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (122, 111)",dj_mapped_ibm_washington_qiskit_opt3_110.qasm -7232,127,2455,"{'rz': 977, 'sx': 636, 'measure': 17, 'x': 14}",{'cx': 1455},"(28, 35); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (81, 72)",pricingcall_mapped_ibm_washington_qiskit_opt1_17.qasm -7233,127,95,"{'rz': 334, 'sx': 167, 'measure': 89}",{'cx': 521},"(0, 14); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (17, 12); (17, 30); (18, 14); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt2_89.qasm -7234,127,1120,"{'rz': 1367, 'sx': 31, 'measure': 30}",{'cx': 4853},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_30.qasm -7235,27,658,"{'rz': 645, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 1250},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",qpeexact_mapped_ibm_montreal_qiskit_opt1_20.qasm -7236,127,45,"{'rz': 146, 'sx': 73, 'measure': 45}",{'cx': 204},"(25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (36, 51); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt2_45.qasm -7237,27,174,"{'rz': 106, 'sx': 53, 'x': 27, 'measure': 26}",{'cx': 278},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt0_27.qasm -7238,127,704,"{'rz': 797, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 1626},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qpeexact_mapped_ibm_washington_qiskit_opt2_24.qasm -7239,127,292,"{'rz': 504, 'sx': 252, 'measure': 84}",{'cx': 1620},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",graphstate_mapped_ibm_washington_qiskit_opt0_84.qasm -7240,127,168,"{'rz': 216, 'sx': 108, 'measure': 36}",{'cx': 564},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24); (35, 28)",graphstate_mapped_ibm_washington_qiskit_opt0_36.qasm -7241,127,913,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 2897},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",realamprandom_mapped_ibm_washington_qiskit_opt1_22.qasm -7242,127,6437,"{'rz': 10485, 'sx': 107, 'measure': 107}",{'cx': 34295},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_107.qasm -7243,27,680,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1779},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22)",su2random_mapped_ibm_montreal_qiskit_opt2_19.qasm -7244,127,993,"{'measure': 126, 'rz': 2, 'sx': 1}",{'cx': 1091},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_126.qasm -7245,127,275,"{'rz': 194, 'sx': 97, 'measure': 48}",{'cx': 327},"(12, 13); (12, 17); (13, 12); (17, 12); (17, 30); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt1_49.qasm -7246,127,21235,"{'rz': 26363, 'sx': 9134, 'x': 104, 'measure': 73}",{'cx': 137133},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt0_73.qasm -7247,127,592,"{'rz': 671, 'sx': 607, 'measure': 19, 'x': 15}",{'cx': 1582},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_19.qasm -7248,27,1962,"{'rz': 384, 'sx': 192, 'measure': 24}",{'cx': 8235},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",su2random_mapped_ibm_montreal_qiskit_opt0_24.qasm -7249,127,3533,"{'rz': 616, 'sx': 616, 'measure': 77}",{'cx': 32809},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_77.qasm -7250,27,271,"{'rz': 210, 'sx': 126, 'measure': 22, 'x': 1}",{'cx': 252},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6); (7, 10); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (17, 18); (18, 15); (18, 17); (18, 21); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",wstate_mapped_ibm_montreal_qiskit_opt0_22.qasm -7251,127,2162,"{'rz': 3760, 'sx': 3111, 'x': 88, 'measure': 43}",{'cx': 8480},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_43.qasm -7252,127,319,"{'rz': 205, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 572},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_11.qasm -7253,127,3392,"{'rz': 2992, 'sx': 1108, 'measure': 25, 'x': 11}",{'cx': 9956},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_25.qasm -7254,127,122,"{'rz': 280, 'sx': 140, 'measure': 74}",{'cx': 473},"(12, 17); (15, 22); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_74.qasm -7255,27,992,"{'rz': 998, 'sx': 897, 'x': 36, 'measure': 23}",{'cx': 2482},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (4, 1); (4, 7); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 20); (19, 22); (20, 19); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",twolocalrandom_mapped_ibm_montreal_qiskit_opt3_23.qasm -7256,127,3564,"{'rz': 4544, 'sx': 384, 'measure': 64}",{'cx': 20405},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (126, 112)",qnn_mapped_ibm_washington_qiskit_opt1_64.qasm -7257,127,13162,"{'rz': 12763, 'sx': 4951, 'x': 183, 'measure': 59}",{'cx': 48904},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83)",random_mapped_ibm_washington_qiskit_opt2_59.qasm -7258,127,3225,"{'sx': 464, 'rz': 464, 'measure': 58}",{'cx': 18726},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_58.qasm -7259,127,6799,"{'rz': 10113, 'sx': 198, 'measure': 99, 'x': 1}",{'cx': 32176},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_100.qasm -7260,27,409,"{'rz': 376, 'sx': 16, 'measure': 16}",{'cx': 684},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 9); (8, 11); (9, 8); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (18, 15)",qft_mapped_ibm_montreal_qiskit_opt1_16.qasm -7261,127,2159,"{'rz': 3302, 'sx': 272, 'measure': 46}",{'cx': 6247},"(33, 39); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (111, 104)",ae_mapped_ibm_washington_qiskit_opt1_46.qasm -7262,127,1113,"{'sx': 527, 'rz': 421, 'measure': 117, 'x': 1}",{'cx': 1409},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_117.qasm -7263,127,578,"{'rz': 472, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 1403},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_17.qasm -7264,127,22661,"{'rz': 27472, 'sx': 9374, 'x': 120, 'measure': 75}",{'cx': 149747},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_75.qasm -7265,127,6922,"{'rz': 10127, 'sx': 82, 'measure': 82}",{'cx': 47337},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_82.qasm -7266,127,210,"{'rz': 142, 'sx': 50, 'x': 8, 'measure': 8}",{'cx': 168},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65)",qpeinexact_mapped_ibm_washington_qiskit_opt3_9.qasm -7267,127,94,"{'rz': 410, 'sx': 205, 'measure': 101}",{'cx': 605},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt2_101.qasm -7268,127,58,"{'rz': 167, 'sx': 88, 'measure': 58, 'x': 6}",{'cx': 232},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt3_58.qasm -7269,127,610,"{'rz': 410, 'sx': 223, 'measure': 111}",{'cx': 866},"(0, 14); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt2_112.qasm -7270,127,7243,"{'rz': 4002, 'sx': 348, 'measure': 58}",{'cx': 53808},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_58.qasm -7271,127,2395,"{'rz': 5086, 'sx': 4504, 'x': 212, 'measure': 51}",{'cx': 11569},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt3_51.qasm -7272,27,27,"{'rz': 50, 'sx': 25, 'measure': 15}",{'cx': 36},"(0, 1); (1, 0); (1, 4); (4, 1); (4, 7); (5, 8); (7, 4); (8, 5); (8, 9); (8, 11); (9, 8); (11, 8); (11, 14); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16); (22, 25); (24, 25); (25, 22); (25, 24)",graphstate_mapped_ibm_montreal_qiskit_opt1_15.qasm -7273,127,4354,"{'rz': 5572, 'sx': 186, 'measure': 93, 'x': 1}",{'cx': 23772},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeexact_mapped_ibm_washington_qiskit_opt2_94.qasm -7274,27,209,"{'rz': 140, 'sx': 16, 'measure': 8, 'x': 1}",{'cx': 186},"(3, 5); (5, 3); (5, 8); (8, 5); (8, 11); (11, 8); (11, 14); (12, 13); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (16, 14); (16, 19); (19, 16)",qpeinexact_mapped_ibm_montreal_qiskit_opt1_9.qasm -7275,127,195,"{'rz': 426, 'sx': 213, 'measure': 71}",{'cx': 1298},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69)",graphstate_mapped_ibm_washington_qiskit_opt0_71.qasm -7276,127,115,"{'rz': 101, 'sx': 61, 'measure': 28, 'x': 2}",{'cx': 83},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (71, 58); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83)",dj_mapped_ibm_washington_qiskit_opt3_29.qasm -7277,127,10220,"{'rz': 16053, 'sx': 602, 'measure': 101}",{'cx': 64673},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt0_101.qasm -7278,127,740,"{'rz': 252, 'sx': 168, 'measure': 21}",{'cx': 4308},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_21.qasm -7279,127,4260,"{'rz': 5012, 'sx': 112, 'measure': 56, 'x': 1}",{'cx': 21615},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt0_57.qasm -7280,127,468,"{'rz': 484, 'sx': 20, 'measure': 19}",{'cx': 969},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt2_19.qasm -7281,127,501,"{'rz': 1021, 'sx': 645, 'measure': 15, 'x': 1}",{'cx': 1126},"(4, 15); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",portfoliovqe_mapped_ibm_washington_qiskit_opt3_15.qasm -7282,127,353,"{'sx': 348, 'rz': 174, 'measure': 88, 'x': 1}",{'cx': 174},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_88.qasm -7283,127,814,"{'rz': 262, 'sx': 260, 'measure': 32, 'x': 1}",{'cx': 4546},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_32.qasm -7284,127,4181,"{'sx': 480, 'rz': 480, 'measure': 60}",{'cx': 21684},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_60.qasm -7285,127,70,"{'rz': 258, 'sx': 129, 'measure': 67}",{'cx': 397},"(3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt1_67.qasm -7286,127,298,"{'rz': 188, 'sx': 172, 'measure': 11, 'x': 2}",{'cx': 445},"(64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102)",su2random_mapped_ibm_washington_qiskit_opt3_11.qasm -7287,127,4879,"{'rz': 664, 'sx': 664, 'measure': 83}",{'cx': 43632},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_83.qasm -7288,127,9779,"{'rz': 16680, 'sx': 614, 'measure': 103}",{'cx': 67434},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt0_103.qasm -7289,127,34,"{'measure': 31, 'rz': 2, 'sx': 1}",{'cx': 30},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",ghz_mapped_ibm_washington_qiskit_opt1_31.qasm -7290,27,714,"{'rz': 1203, 'sx': 652, 'measure': 22, 'x': 7}",{'cx': 1921},"(1, 4); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (6, 7); (7, 4); (7, 6); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 15); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (18, 15); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_22.qasm -7291,27,74,"{'rz': 63, 'sx': 37, 'measure': 18}",{'cx': 60},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14); (16, 19); (19, 16); (19, 20); (19, 22); (20, 19); (22, 19); (22, 25); (25, 22); (25, 26); (26, 25)",dj_mapped_ibm_montreal_qiskit_opt2_19.qasm -7292,127,7200,"{'sx': 672, 'rz': 672, 'measure': 84}",{'cx': 49204},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_84.qasm -7293,27,347,"{'rz': 388, 'sx': 210, 'measure': 12, 'x': 1}",{'cx': 541},"(10, 12); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 13); (15, 12); (15, 18); (18, 15); (18, 21); (21, 18); (21, 23); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24); (25, 26); (26, 25)",qnn_mapped_ibm_montreal_qiskit_opt3_12.qasm -7294,127,37918,"{'rz': 38585, 'sx': 14262, 'x': 503, 'measure': 100}",{'cx': 197464},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_100.qasm -7295,127,838,"{'rz': 458, 'sx': 229, 'measure': 114, 'x': 99}",{'cx': 1446},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt0_115.qasm -7296,127,547,"{'rz': 395, 'sx': 215, 'measure': 107}",{'cx': 703},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (90, 75); (90, 94); (92, 83); (92, 102); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt2_108.qasm -7297,27,141,"{'rz': 79, 'sx': 8, 'measure': 7}",{'cx': 198},"(0, 1); (1, 0); (1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (6, 7); (7, 4); (7, 6)",qftentangled_mapped_ibm_montreal_qiskit_opt0_7.qasm -7298,127,1400,"{'rz': 7134, 'sx': 4854, 'measure': 45, 'x': 6}",{'cx': 7329},"(16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt3_45.qasm -7299,27,3905,"{'rz': 2155, 'sx': 1634, 'x': 56, 'measure': 19}",{'cx': 1627},"(1, 2); (1, 4); (2, 1); (2, 3); (3, 2); (3, 5); (4, 1); (4, 7); (5, 3); (5, 8); (7, 4); (7, 10); (8, 5); (8, 11); (10, 7); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (15, 18); (16, 14); (16, 19); (17, 18); (18, 15); (18, 17); (18, 21); (19, 16); (19, 22); (21, 18); (21, 23); (22, 19); (22, 25); (23, 21); (23, 24); (24, 23); (24, 25); (25, 22); (25, 24)",pricingput_mapped_ibm_montreal_qiskit_opt3_19.qasm -7300,127,302,"{'rz': 242, 'sx': 121, 'measure': 60}",{'cx': 327},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt1_61.qasm -7301,127,328,"{'rz': 227, 'sx': 125, 'measure': 62}",{'cx': 381},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (28, 35); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (79, 91); (81, 72); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (118, 110)",dj_mapped_ibm_washington_qiskit_opt2_63.qasm -7302,127,4576,"{'rz': 4930, 'sx': 172, 'measure': 86, 'x': 1}",{'cx': 19506},"(4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_87.qasm -7303,127,1738,"{'rz': 424, 'sx': 424, 'measure': 53}",{'cx': 12917},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_53.qasm -7304,127,4813,"{'rz': 5730, 'sx': 120, 'measure': 60, 'x': 1}",{'cx': 23988},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt0_61.qasm -7305,127,13572,"{'sx': 992, 'rz': 992, 'measure': 124}",{'cx': 103050},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_124.qasm -7306,127,536,"{'rz': 738, 'sx': 369, 'measure': 123}",{'cx': 3429},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt0_123.qasm -7307,127,4555,"{'rz': 6267, 'sx': 113, 'measure': 112}",{'cx': 30018},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_112.qasm -7308,127,11340,"{'rz': 984, 'sx': 984, 'measure': 123}",{'cx': 98911},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_123.qasm -7309,127,180,"{'rz': 134, 'sx': 50, 'measure': 9, 'x': 5}",{'cx': 180},"(45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qftentangled_mapped_ibm_washington_qiskit_opt3_9.qasm -7310,127,4303,"{'rz': 5253, 'sx': 60, 'measure': 59}",{'cx': 23634},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_59.qasm -7311,127,1488,"{'rz': 2006, 'sx': 705, 'x': 80, 'measure': 37}",{'cx': 3096},"(27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (35, 28); (35, 47); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt3_37.qasm -7312,27,173,"{'rz': 139, 'sx': 54, 'measure': 9, 'x': 6}",{'cx': 175},"(5, 8); (8, 5); (8, 11); (10, 12); (11, 8); (11, 14); (12, 10); (12, 13); (12, 15); (13, 12); (13, 14); (14, 11); (14, 13); (14, 16); (15, 12); (16, 14)",qftentangled_mapped_ibm_montreal_qiskit_opt3_9.qasm -7313,127,6710,"{'rz': 6604, 'sx': 644, 'measure': 108}",{'cx': 25561},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_108.qasm -7314,127,339,"{'rz': 714, 'sx': 357, 'measure': 119}",{'cx': 2777},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt0_119.qasm +index,n_qubits,qc_depth,single_qubit_gates,multi_qubit_gates,qubit_topology,qasm_file,n_shots,mapped_backend,application,sdk,opt_level +0,127,20952,"{'rz': 21544, 'sx': 8201, 'x': 271, 'measure': 76}",{'cx': 95992},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_76.qasm,1231,ibm_127q,random,qiskit,2 +1,127,8733,"{'sx': 688, 'rz': 688, 'measure': 86}",{'cx': 54408},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_86.qasm,3347,ibm_127q,twolocalrandom,qiskit,1 +2,127,1838,"{'rz': 2747, 'sx': 82, 'measure': 41, 'x': 1}",{'cx': 5331},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100)",qpeexact_mapped_ibm_washington_qiskit_opt1_42.qasm,2280,ibm_127q,qpeexact,qiskit,1 +3,127,694,"{'rz': 386, 'sx': 193, 'measure': 96, 'x': 85}",{'cx': 1200},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (90, 94); (91, 98); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",dj_mapped_ibm_washington_qiskit_opt0_97.qasm,3601,ibm_127q,dj,qiskit,0 +4,127,3152,"{'sx': 592, 'rz': 592, 'measure': 74}",{'cx': 30944},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_74.qasm,2973,ibm_127q,realamprandom,qiskit,2 +5,127,3527,"{'rz': 488, 'sx': 488, 'measure': 61}",{'cx': 24580},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_61.qasm,1365,ibm_127q,twolocalrandom,qiskit,1 +6,127,1094,"{'sx': 518, 'rz': 414, 'measure': 115, 'x': 1}",{'cx': 1413},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",wstate_mapped_ibm_washington_qiskit_opt2_115.qasm,3168,ibm_127q,wstate,qiskit,2 +7,127,2777,"{'rz': 2187, 'sx': 39, 'measure': 38}",{'cx': 9633},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_38.qasm,2578,ibm_127q,qftentangled,qiskit,0 +8,127,26,"{'sx': 48, 'rz': 46, 'measure': 6}",{'cx': 15},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",routing_mapped_ibm_washington_qiskit_opt3_6.qasm,1249,ibm_127q,routing,qiskit,3 +9,127,1027,"{'rz': 780, 'sx': 468, 'measure': 79, 'x': 1}",{'cx': 1146},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_79.qasm,3902,ibm_127q,wstate,qiskit,0 +10,127,2309,"{'rz': 2171, 'sx': 838, 'x': 34, 'measure': 24}",{'cx': 4936},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (81, 72)",random_mapped_ibm_washington_qiskit_opt2_24.qasm,2392,ibm_127q,random,qiskit,2 +11,127,7008,"{'rz': 6763, 'sx': 224, 'measure': 112, 'x': 1}",{'cx': 35424},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_113.qasm,3909,ibm_127q,qpeexact,qiskit,2 +12,127,708,"{'rz': 595, 'sx': 116, 'measure': 20}",{'cx': 957},"(4, 15); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",ae_mapped_ibm_washington_qiskit_opt2_20.qasm,1646,ibm_127q,ae,qiskit,2 +13,127,3753,"{'rz': 408, 'sx': 272, 'measure': 34}",{'cx': 19260},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_34.qasm,1917,ibm_127q,twolocalrandom,qiskit,0 +14,127,648,"{'sx': 240, 'rz': 240, 'measure': 30}",{'cx': 3426},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",su2random_mapped_ibm_washington_qiskit_opt2_30.qasm,3465,ibm_127q,su2random,qiskit,2 +15,127,101,"{'rz': 82, 'sx': 41, 'measure': 20}",{'cx': 74},"(24, 34); (34, 24); (34, 43); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (92, 83); (92, 102); (102, 92)",dj_mapped_ibm_washington_qiskit_opt1_21.qasm,3788,ibm_127q,dj,qiskit,1 +16,127,6517,"{'rz': 8475, 'sx': 75, 'measure': 75}",{'cx': 40875},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_75.qasm,1687,ibm_127q,qft,qiskit,0 +17,127,1451,"{'rz': 2501, 'sx': 42, 'measure': 41}",{'cx': 4842},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83); (92, 102); (102, 92)",qftentangled_mapped_ibm_washington_qiskit_opt1_41.qasm,2708,ibm_127q,qftentangled,qiskit,1 +18,127,48071,"{'rz': 48534, 'sx': 17825, 'x': 646, 'measure': 112}",{'cx': 270018},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_112.qasm,3940,ibm_127q,random,qiskit,1 +19,127,2286,"{'rz': 5742, 'sx': 5074, 'x': 152, 'measure': 55}",{'cx': 13392},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt3_55.qasm,2799,ibm_127q,realamprandom,qiskit,3 +20,127,961,"{'sx': 490, 'rz': 380, 'measure': 110, 'x': 1}",{'cx': 1184},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_110.qasm,3127,ibm_127q,wstate,qiskit,2 +21,127,51,"{'rz': 38, 'sx': 19, 'measure': 9}",{'cx': 36},"(34, 43); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",dj_mapped_ibm_washington_qiskit_opt1_10.qasm,3512,ibm_127q,dj,qiskit,1 +22,127,9030,"{'rz': 14750, 'sx': 708, 'measure': 118}",{'cx': 93378},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_118.qasm,3925,ibm_127q,qnn,qiskit,2 +23,127,7752,"{'rz': 13414, 'sx': 746, 'measure': 125}",{'cx': 41747},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_125.qasm,2010,ibm_127q,ae,qiskit,1 +24,127,8620,"{'sx': 816, 'rz': 816, 'measure': 102}",{'cx': 68151},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_102.qasm,1177,ibm_127q,realamprandom,qiskit,2 +25,127,1794,"{'rz': 2956, 'sx': 972, 'x': 156, 'measure': 45}",{'cx': 5414},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87)",qpeinexact_mapped_ibm_washington_qiskit_opt3_46.qasm,1872,ibm_127q,qpeinexact,qiskit,3 +26,127,704,"{'rz': 999, 'sx': 26, 'measure': 26}",{'cx': 1946},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt1_26.qasm,1892,ibm_127q,qft,qiskit,1 +27,127,252,"{'sx': 104, 'rz': 104, 'measure': 13}",{'cx': 598},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",realamprandom_mapped_ibm_washington_qiskit_opt2_13.qasm,2153,ibm_127q,realamprandom,qiskit,2 +28,127,210,"{'measure': 42, 'rz': 2, 'sx': 1}",{'cx': 371},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_42.qasm,2249,ibm_127q,ghz,qiskit,0 +29,127,5198,"{'rz': 5384, 'sx': 2108, 'x': 72, 'measure': 38}",{'cx': 15509},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt1_38.qasm,3205,ibm_127q,random,qiskit,1 +30,127,970,"{'rz': 1334, 'sx': 530, 'x': 73, 'measure': 28}",{'cx': 1797},"(35, 47); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",ae_mapped_ibm_washington_qiskit_opt3_28.qasm,1770,ibm_127q,ae,qiskit,3 +31,127,1292,"{'rz': 1455, 'sx': 38, 'measure': 38}",{'cx': 3520},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qft_mapped_ibm_washington_qiskit_opt2_38.qasm,3656,ibm_127q,qft,qiskit,2 +32,127,5986,"{'rz': 7385, 'sx': 70, 'measure': 70}",{'cx': 33771},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",qft_mapped_ibm_washington_qiskit_opt0_70.qasm,3401,ibm_127q,qft,qiskit,0 +33,127,5429,"{'rz': 8806, 'sx': 530, 'measure': 89}",{'cx': 21167},"(14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (54, 45); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_89.qasm,1401,ibm_127q,ae,qiskit,1 +34,127,95,"{'rz': 464, 'sx': 232, 'measure': 110}",{'cx': 749},"(0, 1); (0, 14); (1, 0); (4, 15); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_110.qasm,1593,ibm_127q,graphstate,qiskit,1 +35,127,5194,"{'rz': 8081, 'sx': 166, 'measure': 83, 'x': 1}",{'cx': 23052},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeexact_mapped_ibm_washington_qiskit_opt1_84.qasm,3557,ibm_127q,qpeexact,qiskit,1 +36,127,5219,"{'rz': 6687, 'sx': 218, 'measure': 109, 'x': 1}",{'cx': 31329},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_110.qasm,2462,ibm_127q,qpeexact,qiskit,2 +37,127,1681,"{'rz': 1978, 'sx': 968, 'x': 108, 'measure': 22}",{'cx': 3312},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt3_22.qasm,2300,ibm_127q,random,qiskit,3 +38,127,3329,"{'rz': 4605, 'sx': 160, 'measure': 80, 'x': 1}",{'cx': 17688},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt2_81.qasm,1682,ibm_127q,qpeinexact,qiskit,2 +39,127,13170,"{'sx': 856, 'rz': 856, 'measure': 107}",{'cx': 89199},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_107.qasm,1838,ibm_127q,su2random,qiskit,1 +40,127,129,"{'rz': 100, 'sx': 50, 'measure': 28}",{'cx': 160},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (102, 92)",graphstate_mapped_ibm_washington_qiskit_opt1_28.qasm,1736,ibm_127q,graphstate,qiskit,1 +41,127,29,"{'sx': 24, 'rz': 12, 'measure': 7, 'x': 1}",{'cx': 12},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_7.qasm,4095,ibm_127q,wstate,qiskit,3 +42,127,18448,"{'rz': 19427, 'sx': 7345, 'x': 254, 'measure': 72}",{'cx': 83879},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_72.qasm,1028,ibm_127q,random,qiskit,2 +43,127,109,"{'sx': 104, 'rz': 52, 'measure': 27, 'x': 1}",{'cx': 52},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75)",wstate_mapped_ibm_washington_qiskit_opt2_27.qasm,2604,ibm_127q,wstate,qiskit,2 +44,127,630,"{'rz': 350, 'sx': 175, 'measure': 87, 'x': 83}",{'cx': 1089},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",dj_mapped_ibm_washington_qiskit_opt0_88.qasm,3432,ibm_127q,dj,qiskit,0 +45,127,841,"{'rz': 767, 'sx': 134, 'measure': 23}",{'cx': 1305},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt2_23.qasm,1883,ibm_127q,ae,qiskit,2 +46,127,361,"{'rz': 190, 'sx': 95, 'x': 47, 'measure': 47}",{'cx': 638},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (47, 35)",dj_mapped_ibm_washington_qiskit_opt0_48.qasm,2327,ibm_127q,dj,qiskit,0 +47,127,851,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 3429},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",realamprandom_mapped_ibm_washington_qiskit_opt1_24.qasm,1031,ibm_127q,realamprandom,qiskit,1 +48,127,1673,"{'rz': 2340, 'sx': 270, 'measure': 45}",{'cx': 8958},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qnn_mapped_ibm_washington_qiskit_opt1_45.qasm,1388,ibm_127q,qnn,qiskit,1 +49,127,2420,"{'rz': 4121, 'sx': 75, 'measure': 74}",{'cx': 13042},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qftentangled_mapped_ibm_washington_qiskit_opt2_74.qasm,2720,ibm_127q,qftentangled,qiskit,2 +50,127,12791,"{'sx': 872, 'rz': 872, 'measure': 109}",{'cx': 90227},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_109.qasm,3911,ibm_127q,realamprandom,qiskit,1 +51,127,4668,"{'rz': 10003, 'sx': 104, 'measure': 103}",{'cx': 30067},"(9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_103.qasm,2311,ibm_127q,qftentangled,qiskit,1 +52,127,4926,"{'rz': 5727, 'sx': 196, 'measure': 98, 'x': 1}",{'cx': 25215},"(8, 16); (12, 17); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_99.qasm,3346,ibm_127q,qpeexact,qiskit,2 +53,127,371,"{'rz': 312, 'sx': 78, 'measure': 13}",{'cx': 1308},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_13.qasm,3877,ibm_127q,qnn,qiskit,0 +54,127,1246,"{'rz': 930, 'sx': 558, 'measure': 94, 'x': 1}",{'cx': 1419},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (93, 87)",wstate_mapped_ibm_washington_qiskit_opt0_94.qasm,1827,ibm_127q,wstate,qiskit,0 +55,127,5047,"{'sx': 592, 'rz': 592, 'measure': 74}",{'cx': 36637},"(25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 39); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_74.qasm,1254,ibm_127q,su2random,qiskit,1 +56,127,1117,"{'rz': 880, 'sx': 528, 'measure': 89, 'x': 1}",{'cx': 1166},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_89.qasm,3316,ibm_127q,wstate,qiskit,0 +57,127,294,"{'rz': 528, 'sx': 264, 'measure': 88}",{'cx': 1999},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",graphstate_mapped_ibm_washington_qiskit_opt0_88.qasm,3603,ibm_127q,graphstate,qiskit,0 +58,127,32124,"{'rz': 33313, 'sx': 12205, 'x': 433, 'measure': 93}",{'cx': 163629},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",random_mapped_ibm_washington_qiskit_opt1_93.qasm,1468,ibm_127q,random,qiskit,1 +59,127,158,"{'rz': 436, 'sx': 218, 'measure': 104}",{'cx': 752},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt1_104.qasm,2162,ibm_127q,graphstate,qiskit,1 +60,127,11726,"{'rz': 11330, 'sx': 618, 'measure': 103}",{'cx': 67592},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_103.qasm,2033,ibm_127q,qnn,qiskit,1 +61,127,4776,"{'rz': 6769, 'sx': 119, 'measure': 118}",{'cx': 34970},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_118.qasm,1297,ibm_127q,qftentangled,qiskit,2 +62,127,1154,"{'rz': 1320, 'sx': 198, 'measure': 33}",{'cx': 4830},"(21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt1_33.qasm,2525,ibm_127q,qnn,qiskit,1 +63,127,101,"{'sx': 96, 'rz': 48, 'measure': 25, 'x': 1}",{'cx': 48},"(69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_25.qasm,3168,ibm_127q,wstate,qiskit,3 +64,127,2393,"{'sx': 352, 'rz': 352, 'measure': 44}",{'cx': 13083},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",su2random_mapped_ibm_washington_qiskit_opt1_44.qasm,1095,ibm_127q,su2random,qiskit,1 +65,127,7922,"{'rz': 10040, 'sx': 160, 'measure': 80, 'x': 1}",{'cx': 46869},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_81.qasm,3027,ibm_127q,qpeexact,qiskit,0 +66,127,1070,"{'measure': 122, 'rz': 2, 'sx': 1}",{'cx': 1291},"(0, 1); (0, 14); (1, 0); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_122.qasm,1490,ibm_127q,ghz,qiskit,1 +67,127,582,"{'rz': 450, 'sx': 270, 'measure': 46, 'x': 1}",{'cx': 627},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_46.qasm,1885,ibm_127q,wstate,qiskit,0 +68,127,1532,"{'rz': 2296, 'sx': 224, 'measure': 38}",{'cx': 4025},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",ae_mapped_ibm_washington_qiskit_opt1_38.qasm,1752,ibm_127q,ae,qiskit,1 +69,127,3555,"{'rz': 6929, 'sx': 117, 'measure': 116}",{'cx': 30186},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_116.qasm,2906,ibm_127q,qftentangled,qiskit,2 +70,127,4371,"{'rz': 4578, 'sx': 1635, 'x': 61, 'measure': 35}",{'cx': 13088},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",random_mapped_ibm_washington_qiskit_opt1_35.qasm,3726,ibm_127q,random,qiskit,1 +71,127,797,"{'rz': 844, 'sx': 27, 'measure': 26}",{'cx': 1787},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92)",qftentangled_mapped_ibm_washington_qiskit_opt2_26.qasm,3354,ibm_127q,qftentangled,qiskit,2 +72,127,547,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1687},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",su2random_mapped_ibm_washington_qiskit_opt2_19.qasm,2399,ibm_127q,su2random,qiskit,2 +73,127,5158,"{'rz': 1841, 'sx': 439, 'measure': 17, 'x': 10}",{'cx': 4563},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt1_17.qasm,2230,ibm_127q,qwalk-v-chain,qiskit,1 +74,127,42,"{'rz': 31, 'sx': 19, 'measure': 9}",{'cx': 31},"(71, 77); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83)",dj_mapped_ibm_washington_qiskit_opt2_10.qasm,1875,ibm_127q,dj,qiskit,2 +75,127,2244,"{'rz': 3128, 'sx': 69, 'measure': 68}",{'cx': 10128},"(16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104)",qftentangled_mapped_ibm_washington_qiskit_opt2_68.qasm,3413,ibm_127q,qftentangled,qiskit,2 +76,127,532,"{'rz': 446, 'sx': 98, 'measure': 17}",{'cx': 641},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98)",ae_mapped_ibm_washington_qiskit_opt2_17.qasm,2816,ibm_127q,ae,qiskit,2 +77,127,187,"{'rz': 127, 'sx': 71, 'measure': 35}",{'cx': 192},"(10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (85, 73); (85, 86); (86, 85)",dj_mapped_ibm_washington_qiskit_opt2_36.qasm,3839,ibm_127q,dj,qiskit,2 +78,127,4454,"{'rz': 4567, 'sx': 56, 'measure': 55}",{'cx': 22518},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_55.qasm,1869,ibm_127q,qftentangled,qiskit,0 +79,127,605,"{'rz': 322, 'sx': 161, 'measure': 80, 'x': 79}",{'cx': 1043},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",dj_mapped_ibm_washington_qiskit_opt0_81.qasm,3184,ibm_127q,dj,qiskit,0 +80,127,1063,"{'rz': 1689, 'sx': 41, 'measure': 41}",{'cx': 4152},"(16, 26); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",qft_mapped_ibm_washington_qiskit_opt2_41.qasm,3696,ibm_127q,qft,qiskit,2 +81,127,1553,"{'sx': 328, 'rz': 328, 'measure': 41}",{'cx': 8321},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (85, 73)",realamprandom_mapped_ibm_washington_qiskit_opt2_41.qasm,3399,ibm_127q,realamprandom,qiskit,2 +82,127,1000,"{'rz': 432, 'sx': 220, 'measure': 13, 'x': 8}",{'cx': 690},"(83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (122, 111); (122, 123); (123, 122)",pricingcall_mapped_ibm_washington_qiskit_opt1_13.qasm,2530,ibm_127q,pricingcall,qiskit,1 +83,127,11458,"{'rz': 776, 'sx': 776, 'measure': 97}",{'cx': 72747},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_97.qasm,2824,ibm_127q,twolocalrandom,qiskit,1 +84,127,321,"{'rz': 144, 'sx': 96, 'measure': 12}",{'cx': 1308},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_12.qasm,1473,ibm_127q,realamprandom,qiskit,0 +85,127,688,"{'rz': 627, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 1251},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt2_21.qasm,1235,ibm_127q,qpeinexact,qiskit,2 +86,127,821,"{'rz': 818, 'sx': 674, 'measure': 23, 'x': 21}",{'cx': 2359},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt3_23.qasm,4009,ibm_127q,su2random,qiskit,3 +87,127,4726,"{'rz': 7178, 'sx': 70, 'measure': 69}",{'cx': 30719},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_69.qasm,3557,ibm_127q,qftentangled,qiskit,0 +88,127,8727,"{'rz': 3894, 'sx': 2280, 'x': 50, 'measure': 21}",{'cx': 4934},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",pricingcall_mapped_ibm_washington_qiskit_opt0_21.qasm,2606,ibm_127q,pricingcall,qiskit,0 +89,127,398,"{'rz': 294, 'sx': 163, 'measure': 81}",{'cx': 564},"(4, 15); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (110, 100)",dj_mapped_ibm_washington_qiskit_opt2_82.qasm,3133,ibm_127q,dj,qiskit,2 +90,127,2985,"{'rz': 4813, 'sx': 87, 'measure': 86}",{'cx': 17794},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_86.qasm,3394,ibm_127q,qftentangled,qiskit,2 +91,127,96,"{'measure': 93, 'rz': 2, 'sx': 1}",{'cx': 92},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_93.qasm,1077,ibm_127q,ghz,qiskit,1 +92,127,506,"{'rz': 524, 'sx': 198, 'measure': 12, 'x': 5}",{'cx': 735},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",random_mapped_ibm_washington_qiskit_opt1_12.qasm,2050,ibm_127q,random,qiskit,1 +93,127,4568,"{'rz': 1862, 'sx': 228, 'measure': 38}",{'cx': 22877},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_38.qasm,2552,ibm_127q,qnn,qiskit,0 +94,127,1606,"{'rz': 2868, 'sx': 1181, 'x': 104, 'measure': 44}",{'cx': 4173},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100)",ae_mapped_ibm_washington_qiskit_opt3_44.qasm,1166,ibm_127q,ae,qiskit,3 +95,127,984,"{'rz': 710, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 2586},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_21.qasm,3265,ibm_127q,qpeexact,qiskit,0 +96,127,824,"{'rz': 853, 'sx': 303, 'x': 43, 'measure': 21}",{'cx': 1248},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",qpeexact_mapped_ibm_washington_qiskit_opt3_22.qasm,1304,ibm_127q,qpeexact,qiskit,3 +97,127,9042,"{'sx': 832, 'rz': 832, 'measure': 104}",{'cx': 67501},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_104.qasm,1187,ibm_127q,realamprandom,qiskit,2 +98,127,7451,"{'rz': 12262, 'sx': 692, 'measure': 116}",{'cx': 37937},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_116.qasm,1790,ibm_127q,ae,qiskit,1 +99,127,196,"{'rz': 156, 'sx': 91, 'x': 11, 'measure': 7}",{'cx': 137},"(77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (91, 79); (91, 98); (98, 91)",random_mapped_ibm_washington_qiskit_opt3_7.qasm,3585,ibm_127q,random,qiskit,3 +100,127,15014,"{'sx': 1016, 'rz': 1016, 'measure': 127}",{'cx': 112003},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_127.qasm,3039,ibm_127q,twolocalrandom,qiskit,2 +101,127,170,"{'rz': 86, 'sx': 43, 'x': 21, 'measure': 21}",{'cx': 294},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_22.qasm,2170,ibm_127q,dj,qiskit,0 +102,127,221,"{'sx': 216, 'rz': 108, 'measure': 55, 'x': 1}",{'cx': 108},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_55.qasm,3526,ibm_127q,wstate,qiskit,1 +103,127,29,"{'measure': 26, 'rz': 2, 'sx': 1}",{'cx': 25},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt2_26.qasm,2208,ibm_127q,ghz,qiskit,2 +104,127,5541,"{'rz': 516, 'sx': 344, 'measure': 43}",{'cx': 31611},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_43.qasm,2468,ibm_127q,realamprandom,qiskit,0 +105,127,2380,"{'rz': 1400, 'sx': 1031, 'x': 55, 'measure': 17}",{'cx': 1094},"(45, 54); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",pricingput_mapped_ibm_washington_qiskit_opt3_17.qasm,1814,ibm_127q,pricingput,qiskit,3 +106,127,10000,"{'rz': 14268, 'sx': 696, 'measure': 116}",{'cx': 80492},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_116.qasm,2828,ibm_127q,qnn,qiskit,1 +107,127,120,"{'rz': 79, 'sx': 8, 'measure': 8}",{'cx': 140},"(45, 54); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qft_mapped_ibm_washington_qiskit_opt2_8.qasm,2649,ibm_127q,qft,qiskit,2 +108,127,117,"{'sx': 112, 'rz': 56, 'measure': 29, 'x': 1}",{'cx': 56},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",wstate_mapped_ibm_washington_qiskit_opt1_29.qasm,3005,ibm_127q,wstate,qiskit,1 +109,127,68,"{'rz': 183, 'sx': 100, 'measure': 55, 'x': 3}",{'cx': 222},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (93, 87); (93, 106); (106, 93)",graphstate_mapped_ibm_washington_qiskit_opt3_55.qasm,1347,ibm_127q,graphstate,qiskit,3 +110,127,40,"{'rz': 76, 'sx': 40, 'measure': 8}",{'cx': 50},"(45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",qaoa_mapped_ibm_washington_qiskit_opt2_8.qasm,3110,ibm_127q,qaoa,qiskit,2 +111,127,26181,"{'rz': 9420, 'sx': 231, 'x': 48, 'measure': 9}",{'cx': 24174},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt0_9.qasm,1241,ibm_127q,qwalk-noancilla,qiskit,0 +112,127,34883,"{'rz': 36655, 'sx': 13618, 'x': 500, 'measure': 98}",{'cx': 187234},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",random_mapped_ibm_washington_qiskit_opt1_98.qasm,3168,ibm_127q,random,qiskit,1 +113,127,7829,"{'sx': 696, 'rz': 696, 'measure': 87}",{'cx': 54045},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_87.qasm,2184,ibm_127q,su2random,qiskit,1 +114,127,3058,"{'rz': 5328, 'sx': 98, 'measure': 98}",{'cx': 22660},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qft_mapped_ibm_washington_qiskit_opt2_98.qasm,2851,ibm_127q,qft,qiskit,2 +115,127,28,"{'measure': 25, 'rz': 2, 'sx': 1}",{'cx': 24},"(69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_25.qasm,3590,ibm_127q,ghz,qiskit,3 +116,127,3457,"{'rz': 5301, 'sx': 95, 'measure': 95}",{'cx': 20456},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt2_95.qasm,2102,ibm_127q,qft,qiskit,2 +117,127,3113,"{'rz': 4144, 'sx': 104, 'measure': 52, 'x': 1}",{'cx': 9413},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt1_53.qasm,3131,ibm_127q,qpeinexact,qiskit,1 +118,127,3150,"{'rz': 2955, 'sx': 1112, 'x': 41, 'measure': 28}",{'cx': 7299},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt1_28.qasm,3299,ibm_127q,random,qiskit,1 +119,127,231,"{'sx': 72, 'rz': 72, 'measure': 9}",{'cx': 306},"(44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62)",realamprandom_mapped_ibm_washington_qiskit_opt2_9.qasm,3981,ibm_127q,realamprandom,qiskit,2 +120,127,65,"{'sx': 60, 'rz': 30, 'measure': 16, 'x': 1}",{'cx': 30},"(108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_16.qasm,2770,ibm_127q,wstate,qiskit,2 +121,127,2001,"{'rz': 288, 'sx': 288, 'measure': 36}",{'cx': 8413},"(45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt1_36.qasm,1446,ibm_127q,realamprandom,qiskit,1 +122,127,3062,"{'rz': 6046, 'sx': 103, 'measure': 102}",{'cx': 25034},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qftentangled_mapped_ibm_washington_qiskit_opt2_102.qasm,3632,ibm_127q,qftentangled,qiskit,2 +123,127,214,"{'rz': 150, 'sx': 50, 'measure': 9}",{'cx': 156},"(87, 93); (93, 87); (93, 106); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_9.qasm,3811,ibm_127q,ae,qiskit,1 +124,127,812,"{'rz': 732, 'sx': 122, 'measure': 21}",{'cx': 1194},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (85, 73); (91, 79)",ae_mapped_ibm_washington_qiskit_opt1_21.qasm,3279,ibm_127q,ae,qiskit,1 +125,127,4411,"{'rz': 488, 'sx': 488, 'measure': 61}",{'cx': 21599},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt2_61.qasm,4042,ibm_127q,realamprandom,qiskit,2 +126,127,447,"{'rz': 532, 'sx': 19, 'measure': 19}",{'cx': 960},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66)",qft_mapped_ibm_washington_qiskit_opt1_19.qasm,2941,ibm_127q,qft,qiskit,1 +127,127,2362,"{'rz': 5043, 'sx': 63, 'measure': 62}",{'cx': 10632},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt1_62.qasm,3838,ibm_127q,qftentangled,qiskit,1 +128,127,3476,"{'rz': 448, 'sx': 448, 'measure': 56}",{'cx': 18511},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_56.qasm,3507,ibm_127q,twolocalrandom,qiskit,2 +129,127,29,"{'sx': 24, 'rz': 12, 'measure': 7, 'x': 1}",{'cx': 12},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_7.qasm,3168,ibm_127q,wstate,qiskit,2 +130,127,7326,"{'rz': 11928, 'sx': 90, 'measure': 89}",{'cx': 54126},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_89.qasm,3493,ibm_127q,qftentangled,qiskit,0 +131,127,2665,"{'rz': 2208, 'sx': 212, 'measure': 36}",{'cx': 7758},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24); (35, 28)",ae_mapped_ibm_washington_qiskit_opt0_36.qasm,3712,ibm_127q,ae,qiskit,0 +132,127,110,"{'rz': 126, 'sx': 63, 'measure': 21}",{'cx': 327},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_21.qasm,2675,ibm_127q,graphstate,qiskit,0 +133,127,1211,"{'rz': 1880, 'sx': 240, 'measure': 40}",{'cx': 6653},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt2_40.qasm,2368,ibm_127q,qnn,qiskit,2 +134,127,52,"{'rz': 50, 'sx': 25, 'measure': 12}",{'cx': 39},"(45, 54); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (81, 72)",dj_mapped_ibm_washington_qiskit_opt1_13.qasm,3498,ibm_127q,dj,qiskit,1 +135,127,2723,"{'rz': 6631, 'sx': 5504, 'x': 251, 'measure': 57}",{'cx': 15875},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_57.qasm,1276,ibm_127q,twolocalrandom,qiskit,3 +136,127,62,"{'rz': 162, 'sx': 81, 'measure': 49}",{'cx': 214},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 98); (92, 83); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99)",graphstate_mapped_ibm_washington_qiskit_opt2_49.qasm,1084,ibm_127q,graphstate,qiskit,2 +137,127,82,"{'rz': 376, 'sx': 188, 'measure': 102}",{'cx': 558},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_102.qasm,1041,ibm_127q,graphstate,qiskit,2 +138,127,26,"{'rz': 30, 'sx': 15, 'measure': 9}",{'cx': 21},"(24, 25); (24, 34); (25, 24); (34, 24); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (111, 104); (111, 122); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt2_9.qasm,2865,ibm_127q,graphstate,qiskit,2 +139,127,49,"{'sx': 44, 'rz': 22, 'measure': 12, 'x': 1}",{'cx': 22},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18)",wstate_mapped_ibm_washington_qiskit_opt2_12.qasm,1542,ibm_127q,wstate,qiskit,2 +140,127,494,"{'rz': 706, 'sx': 134, 'measure': 21, 'x': 9}",{'cx': 1106},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (85, 73)",qftentangled_mapped_ibm_washington_qiskit_opt3_21.qasm,1566,ibm_127q,qftentangled,qiskit,3 +141,127,249,"{'sx': 244, 'rz': 122, 'measure': 62, 'x': 1}",{'cx': 122},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_62.qasm,1740,ibm_127q,wstate,qiskit,1 +142,127,3008,"{'rz': 3800, 'sx': 136, 'measure': 68, 'x': 1}",{'cx': 12549},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (118, 110)",qpeexact_mapped_ibm_washington_qiskit_opt2_69.qasm,1273,ibm_127q,qpeexact,qiskit,2 +143,127,10346,"{'rz': 11760, 'sx': 630, 'measure': 105}",{'cx': 70813},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_105.qasm,3219,ibm_127q,qnn,qiskit,2 +144,127,97,"{'sx': 92, 'rz': 46, 'measure': 24, 'x': 1}",{'cx': 46},"(70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_24.qasm,2012,ibm_127q,wstate,qiskit,3 +145,127,1255,"{'rz': 1820, 'sx': 645, 'x': 83, 'measure': 32}",{'cx': 2730},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt3_33.qasm,1911,ibm_127q,qpeinexact,qiskit,3 +146,127,2866,"{'rz': 5279, 'sx': 64, 'measure': 64}",{'cx': 12027},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qft_mapped_ibm_washington_qiskit_opt1_64.qasm,3263,ibm_127q,qft,qiskit,1 +147,127,2328,"{'sx': 440, 'rz': 440, 'measure': 55}",{'cx': 16947},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_55.qasm,3112,ibm_127q,su2random,qiskit,2 +148,127,1938,"{'rz': 2341, 'sx': 94, 'measure': 47, 'x': 1}",{'cx': 6450},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",qpeinexact_mapped_ibm_washington_qiskit_opt2_48.qasm,2678,ibm_127q,qpeinexact,qiskit,2 +149,127,1402,"{'rz': 2776, 'sx': 2362, 'x': 117, 'measure': 38}",{'cx': 6148},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_38.qasm,3940,ibm_127q,twolocalrandom,qiskit,3 +150,127,74,"{'rz': 178, 'sx': 89, 'measure': 55}",{'cx': 289},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt2_55.qasm,2292,ibm_127q,graphstate,qiskit,2 +151,127,7165,"{'rz': 7339, 'sx': 2878, 'x': 88, 'measure': 45}",{'cx': 24668},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83)",random_mapped_ibm_washington_qiskit_opt2_45.qasm,2280,ibm_127q,random,qiskit,2 +152,127,935,"{'rz': 2565, 'sx': 1240, 'x': 77, 'measure': 39}",{'cx': 3188},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt3_39.qasm,1646,ibm_127q,qft,qiskit,3 +153,127,3341,"{'rz': 4101, 'sx': 144, 'measure': 72, 'x': 1}",{'cx': 13131},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qpeexact_mapped_ibm_washington_qiskit_opt2_73.qasm,3174,ibm_127q,qpeexact,qiskit,2 +154,127,1352,"{'sx': 582, 'rz': 486, 'measure': 127, 'x': 1}",{'cx': 1748},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_127.qasm,3037,ibm_127q,wstate,qiskit,1 +155,127,4590,"{'rz': 432, 'sx': 288, 'measure': 36}",{'cx': 23091},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_36.qasm,3901,ibm_127q,twolocalrandom,qiskit,0 +156,127,407,"{'rz': 283, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 512},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (81, 72)",qpeinexact_mapped_ibm_washington_qiskit_opt2_14.qasm,2121,ibm_127q,qpeinexact,qiskit,2 +157,127,177,"{'sx': 172, 'rz': 86, 'measure': 44, 'x': 1}",{'cx': 86},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",wstate_mapped_ibm_washington_qiskit_opt1_44.qasm,3297,ibm_127q,wstate,qiskit,1 +158,127,1945,"{'rz': 6789, 'sx': 5984, 'x': 144, 'measure': 45}",{'cx': 8372},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_45.qasm,2199,ibm_127q,twolocalrandom,qiskit,3 +159,127,2581,"{'sx': 368, 'rz': 368, 'measure': 46}",{'cx': 13563},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt1_46.qasm,3037,ibm_127q,realamprandom,qiskit,1 +160,127,19214,"{'sx': 1000, 'rz': 1000, 'measure': 125}",{'cx': 136190},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_125.qasm,3525,ibm_127q,su2random,qiskit,1 +161,127,845,"{'rz': 1109, 'sx': 28, 'measure': 27}",{'cx': 3494},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_27.qasm,1762,ibm_127q,qftentangled,qiskit,0 +162,127,6761,"{'rz': 11941, 'sx': 120, 'measure': 119}",{'cx': 40020},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_119.qasm,1347,ibm_127q,qftentangled,qiskit,1 +163,127,353,"{'sx': 348, 'rz': 174, 'measure': 88, 'x': 1}",{'cx': 174},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_88.qasm,3387,ibm_127q,wstate,qiskit,1 +164,127,72,"{'rz': 108, 'sx': 72, 'measure': 12}",{'cx': 133},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",vqe_mapped_ibm_washington_qiskit_opt0_12.qasm,3156,ibm_127q,vqe,qiskit,0 +165,127,3131,"{'rz': 3946, 'sx': 140, 'measure': 70, 'x': 1}",{'cx': 12744},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (111, 104)",qpeexact_mapped_ibm_washington_qiskit_opt2_71.qasm,1330,ibm_127q,qpeexact,qiskit,2 +166,127,65,"{'measure': 62, 'rz': 2, 'sx': 1}",{'cx': 61},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_62.qasm,1197,ibm_127q,ghz,qiskit,1 +167,127,1244,"{'rz': 1552, 'sx': 541, 'x': 61, 'measure': 30}",{'cx': 2449},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt3_31.qasm,2526,ibm_127q,qpeinexact,qiskit,3 +168,127,4676,"{'rz': 6057, 'sx': 202, 'measure': 101, 'x': 1}",{'cx': 27102},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_102.qasm,3708,ibm_127q,qpeexact,qiskit,2 +169,127,783,"{'measure': 105, 'rz': 2, 'sx': 1}",{'cx': 896},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_105.qasm,1337,ibm_127q,ghz,qiskit,1 +170,127,3981,"{'rz': 4767, 'sx': 168, 'measure': 84, 'x': 1}",{'cx': 18902},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111)",qpeexact_mapped_ibm_washington_qiskit_opt2_85.qasm,2050,ibm_127q,qpeexact,qiskit,2 +171,127,625,"{'rz': 693, 'sx': 287, 'x': 14, 'measure': 14}",{'cx': 1041},"(82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",random_mapped_ibm_washington_qiskit_opt1_14.qasm,2064,ibm_127q,random,qiskit,1 +172,127,7153,"{'rz': 3630, 'sx': 330, 'measure': 55}",{'cx': 49989},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_55.qasm,2392,ibm_127q,qnn,qiskit,0 +173,127,2047,"{'rz': 3830, 'sx': 52, 'measure': 52}",{'cx': 7566},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt1_52.qasm,3025,ibm_127q,qft,qiskit,1 +174,127,347,"{'rz': 208, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 363},"(45, 54); (54, 45); (54, 64); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62)",qpeinexact_mapped_ibm_washington_qiskit_opt2_12.qasm,1898,ibm_127q,qpeinexact,qiskit,2 +175,127,548,"{'rz': 494, 'sx': 199, 'measure': 12, 'x': 5}",{'cx': 753},"(83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_12.qasm,4028,ibm_127q,random,qiskit,2 +176,127,959,"{'measure': 116, 'rz': 2, 'sx': 1}",{'cx': 1000},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",ghz_mapped_ibm_washington_qiskit_opt2_116.qasm,3787,ibm_127q,ghz,qiskit,2 +177,127,6236,"{'rz': 7812, 'sx': 72, 'measure': 72}",{'cx': 37251},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58)",qft_mapped_ibm_washington_qiskit_opt0_72.qasm,1337,ibm_127q,qft,qiskit,0 +178,127,10524,"{'rz': 792, 'sx': 528, 'measure': 66}",{'cx': 81657},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_66.qasm,2218,ibm_127q,twolocalrandom,qiskit,0 +179,127,77,"{'rz': 222, 'sx': 111, 'measure': 65}",{'cx': 269},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",graphstate_mapped_ibm_washington_qiskit_opt2_65.qasm,4009,ibm_127q,graphstate,qiskit,2 +180,127,8791,"{'rz': 13542, 'sx': 752, 'measure': 126}",{'cx': 45489},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_126.qasm,1075,ibm_127q,ae,qiskit,1 +181,127,1358,"{'rz': 697, 'sx': 302, 'x': 20, 'measure': 9}",{'cx': 963},"(34, 43); (35, 47); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt3_9.qasm,1780,ibm_127q,qwalk-v-chain,qiskit,3 +182,127,2847,"{'rz': 4525, 'sx': 110, 'measure': 55, 'x': 1}",{'cx': 10058},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",qpeexact_mapped_ibm_washington_qiskit_opt1_56.qasm,2315,ibm_127q,qpeexact,qiskit,1 +183,127,7885,"{'rz': 14162, 'sx': 97, 'measure': 97}",{'cx': 61971},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt0_97.qasm,2914,ibm_127q,qft,qiskit,0 +184,127,14012,"{'rz': 4862, 'sx': 151, 'x': 113, 'measure': 8}",{'cx': 12749},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",grover-noancilla_mapped_ibm_washington_qiskit_opt0_8.qasm,1037,ibm_127q,grover-noancilla,qiskit,0 +185,127,2146,"{'rz': 2584, 'sx': 58, 'measure': 58}",{'cx': 7901},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt2_58.qasm,1229,ibm_127q,qft,qiskit,2 +186,127,989,"{'rz': 1248, 'sx': 192, 'measure': 32}",{'cx': 4467},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103)",qnn_mapped_ibm_washington_qiskit_opt1_32.qasm,1378,ibm_127q,qnn,qiskit,1 +187,127,2041,"{'rz': 3091, 'sx': 63, 'measure': 62}",{'cx': 8866},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qftentangled_mapped_ibm_washington_qiskit_opt2_62.qasm,2119,ibm_127q,qftentangled,qiskit,2 +188,127,2098,"{'rz': 4194, 'sx': 55, 'measure': 55}",{'cx': 8511},"(27, 28); (28, 27); (28, 35); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt1_55.qasm,3073,ibm_127q,qft,qiskit,1 +189,127,7053,"{'rz': 7869, 'sx': 416, 'measure': 70}",{'cx': 34623},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",ae_mapped_ibm_washington_qiskit_opt0_70.qasm,1284,ibm_127q,ae,qiskit,0 +190,127,31,"{'measure': 28, 'rz': 2, 'sx': 1}",{'cx': 27},"(66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_28.qasm,3724,ibm_127q,ghz,qiskit,3 +191,127,465,"{'rz': 180, 'sx': 120, 'measure': 15}",{'cx': 2091},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_15.qasm,3697,ibm_127q,realamprandom,qiskit,0 +192,127,1897,"{'rz': 2058, 'sx': 252, 'measure': 42}",{'cx': 8896},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79)",qnn_mapped_ibm_washington_qiskit_opt1_42.qasm,2148,ibm_127q,qnn,qiskit,1 +193,127,7365,"{'rz': 12518, 'sx': 704, 'measure': 118}",{'cx': 37612},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_118.qasm,1281,ibm_127q,ae,qiskit,1 +194,127,7669,"{'rz': 11567, 'sx': 172, 'measure': 86, 'x': 1}",{'cx': 51498},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_87.qasm,2139,ibm_127q,qpeexact,qiskit,0 +195,127,94,"{'measure': 91, 'rz': 2, 'sx': 1}",{'cx': 90},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_91.qasm,1133,ibm_127q,ghz,qiskit,1 +196,127,533,"{'rz': 674, 'sx': 22, 'measure': 21}",{'cx': 1961},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_21.qasm,3760,ibm_127q,qftentangled,qiskit,0 +197,127,213,"{'sx': 208, 'rz': 104, 'measure': 53, 'x': 1}",{'cx': 104},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",wstate_mapped_ibm_washington_qiskit_opt1_53.qasm,1348,ibm_127q,wstate,qiskit,1 +198,127,11458,"{'rz': 776, 'sx': 776, 'measure': 97}",{'cx': 72747},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt1_97.qasm,1521,ibm_127q,realamprandom,qiskit,1 +199,127,682,"{'rz': 563, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 1188},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt2_20.qasm,2588,ibm_127q,qpeinexact,qiskit,2 +200,127,52,"{'rz': 76, 'sx': 38, 'measure': 26}",{'cx': 101},"(34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 48); (48, 47); (48, 49); (49, 48); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt2_26.qasm,3469,ibm_127q,graphstate,qiskit,2 +201,127,2439,"{'rz': 4676, 'sx': 60, 'measure': 59}",{'cx': 10257},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qftentangled_mapped_ibm_washington_qiskit_opt1_59.qasm,2040,ibm_127q,qftentangled,qiskit,1 +202,127,489,"{'sx': 160, 'rz': 160, 'measure': 20}",{'cx': 1674},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (93, 87)",realamprandom_mapped_ibm_washington_qiskit_opt2_20.qasm,1998,ibm_127q,realamprandom,qiskit,2 +203,127,7072,"{'rz': 9796, 'sx': 158, 'measure': 79, 'x': 1}",{'cx': 43031},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_80.qasm,1489,ibm_127q,qpeexact,qiskit,0 +204,127,207,"{'measure': 39, 'rz': 2, 'sx': 1}",{'cx': 368},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_39.qasm,2509,ibm_127q,ghz,qiskit,0 +205,127,10916,"{'rz': 744, 'sx': 744, 'measure': 93}",{'cx': 56217},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",realamprandom_mapped_ibm_washington_qiskit_opt2_93.qasm,1038,ibm_127q,realamprandom,qiskit,2 +206,127,515,"{'rz': 672, 'sx': 21, 'measure': 21}",{'cx': 1854},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_21.qasm,2121,ibm_127q,qft,qiskit,0 +207,127,12109,"{'rz': 876, 'sx': 584, 'measure': 73}",{'cx': 102138},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62)",realamprandom_mapped_ibm_washington_qiskit_opt0_73.qasm,1951,ibm_127q,realamprandom,qiskit,0 +208,127,2360,"{'sx': 456, 'rz': 456, 'measure': 57}",{'cx': 17659},"(28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt2_57.qasm,3170,ibm_127q,realamprandom,qiskit,2 +209,127,368,"{'rz': 347, 'sx': 16, 'measure': 15}",{'cx': 1229},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_15.qasm,3496,ibm_127q,qftentangled,qiskit,0 +210,127,68,"{'measure': 65, 'rz': 2, 'sx': 1}",{'cx': 64},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_65.qasm,1213,ibm_127q,ghz,qiskit,1 +211,127,825,"{'rz': 2176, 'sx': 1374, 'measure': 27, 'x': 8}",{'cx': 2697},"(45, 54); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt3_27.qasm,2503,ibm_127q,qnn,qiskit,3 +212,127,59,"{'rz': 80, 'sx': 40, 'measure': 8}",{'cx': 101},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",qaoa_mapped_ibm_washington_qiskit_opt0_8.qasm,2135,ibm_127q,qaoa,qiskit,0 +213,127,130,"{'rz': 562, 'sx': 281, 'measure': 127}",{'cx': 934},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_127.qasm,2967,ibm_127q,graphstate,qiskit,1 +214,127,1784,"{'rz': 3224, 'sx': 47, 'measure': 47}",{'cx': 6638},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt1_47.qasm,1765,ibm_127q,qft,qiskit,1 +215,127,8666,"{'rz': 15240, 'sx': 720, 'measure': 120}",{'cx': 99657},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_120.qasm,1368,ibm_127q,qnn,qiskit,1 +216,127,7594,"{'rz': 9948, 'sx': 470, 'measure': 79}",{'cx': 41949},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt0_79.qasm,4022,ibm_127q,ae,qiskit,0 +217,127,1368,"{'rz': 1974, 'sx': 631, 'x': 107, 'measure': 35}",{'cx': 3379},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",qpeexact_mapped_ibm_washington_qiskit_opt3_36.qasm,1065,ibm_127q,qpeexact,qiskit,3 +218,127,8783,"{'rz': 12906, 'sx': 128, 'measure': 127}",{'cx': 50025},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_127.qasm,3102,ibm_127q,qftentangled,qiskit,1 +219,127,390,"{'rz': 720, 'sx': 360, 'measure': 120}",{'cx': 3168},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt0_120.qasm,1566,ibm_127q,graphstate,qiskit,0 +220,127,10812,"{'rz': 828, 'sx': 552, 'measure': 69}",{'cx': 89313},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_69.qasm,1265,ibm_127q,realamprandom,qiskit,0 +221,127,7357,"{'rz': 10880, 'sx': 85, 'measure': 85}",{'cx': 51864},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_85.qasm,3541,ibm_127q,qft,qiskit,0 +222,127,1366,"{'rz': 1060, 'sx': 636, 'measure': 107, 'x': 1}",{'cx': 1484},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",wstate_mapped_ibm_washington_qiskit_opt0_107.qasm,1656,ibm_127q,wstate,qiskit,0 +223,127,586,"{'rz': 620, 'sx': 250, 'x': 17, 'measure': 13}",{'cx': 900},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66)",random_mapped_ibm_washington_qiskit_opt1_13.qasm,1046,ibm_127q,random,qiskit,1 +224,127,37402,"{'rz': 51535, 'sx': 17681, 'x': 224, 'measure': 102}",{'cx': 321412},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt0_102.qasm,4054,ibm_127q,random,qiskit,0 +225,127,322,"{'rz': 546, 'sx': 273, 'measure': 91}",{'cx': 2029},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75)",graphstate_mapped_ibm_washington_qiskit_opt0_91.qasm,1961,ibm_127q,graphstate,qiskit,0 +226,127,1950,"{'rz': 2074, 'sx': 38, 'measure': 37}",{'cx': 8442},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_37.qasm,3582,ibm_127q,qftentangled,qiskit,0 +227,127,50,"{'rz': 60, 'sx': 30, 'measure': 20}",{'cx': 86},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",graphstate_mapped_ibm_washington_qiskit_opt2_20.qasm,2361,ibm_127q,graphstate,qiskit,2 +228,127,8573,"{'rz': 13161, 'sx': 246, 'measure': 123, 'x': 1}",{'cx': 45919},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_124.qasm,3990,ibm_127q,qpeexact,qiskit,1 +229,127,1833,"{'rz': 2991, 'sx': 62, 'measure': 62}",{'cx': 9110},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100); (110, 118); (118, 110)",qft_mapped_ibm_washington_qiskit_opt2_62.qasm,2759,ibm_127q,qft,qiskit,2 +230,127,23592,"{'rz': 25171, 'sx': 9228, 'x': 355, 'measure': 81}",{'cx': 111871},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",random_mapped_ibm_washington_qiskit_opt1_81.qasm,1607,ibm_127q,random,qiskit,1 +231,127,6697,"{'sx': 656, 'rz': 656, 'measure': 82}",{'cx': 41544},"(11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111)",su2random_mapped_ibm_washington_qiskit_opt2_82.qasm,1138,ibm_127q,su2random,qiskit,2 +232,127,7106,"{'rz': 10628, 'sx': 85, 'measure': 84}",{'cx': 50258},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_84.qasm,2058,ibm_127q,qftentangled,qiskit,0 +233,127,27692,"{'rz': 36881, 'sx': 12522, 'x': 137, 'measure': 86}",{'cx': 209873},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_86.qasm,4013,ibm_127q,random,qiskit,0 +234,127,3354,"{'rz': 2955, 'sx': 248, 'measure': 42}",{'cx': 10977},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_42.qasm,1409,ibm_127q,ae,qiskit,0 +235,127,196,"{'sx': 64, 'rz': 64, 'measure': 8}",{'cx': 238},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_8.qasm,2431,ibm_127q,twolocalrandom,qiskit,2 +236,127,2930,"{'sx': 456, 'rz': 456, 'measure': 57}",{'cx': 19995},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_57.qasm,1948,ibm_127q,su2random,qiskit,1 +237,127,77,"{'measure': 74, 'rz': 2, 'sx': 1}",{'cx': 73},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_74.qasm,4096,ibm_127q,ghz,qiskit,1 +238,127,4091,"{'rz': 1611, 'sx': 1164, 'measure': 19, 'x': 12}",{'cx': 2250},"(34, 43); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",pricingcall_mapped_ibm_washington_qiskit_opt1_19.qasm,3769,ibm_127q,pricingcall,qiskit,1 +239,127,475,"{'rz': 364, 'sx': 220, 'measure': 89, 'x': 16}",{'cx': 370},"(8, 16); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (102, 92); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt3_90.qasm,3343,ibm_127q,dj,qiskit,3 +240,127,2744,"{'rz': 7703, 'sx': 85, 'measure': 84}",{'cx': 18576},"(16, 26); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_84.qasm,3436,ibm_127q,qftentangled,qiskit,1 +241,127,10267,"{'sx': 856, 'rz': 856, 'measure': 107}",{'cx': 75136},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_107.qasm,3344,ibm_127q,realamprandom,qiskit,2 +242,127,162,"{'rz': 500, 'sx': 250, 'measure': 118}",{'cx': 832},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (126, 112)",graphstate_mapped_ibm_washington_qiskit_opt2_118.qasm,3795,ibm_127q,graphstate,qiskit,2 +243,127,50602,"{'rz': 51533, 'sx': 19103, 'x': 687, 'measure': 115}",{'cx': 290640},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_115.qasm,1722,ibm_127q,random,qiskit,1 +244,127,90,"{'measure': 87, 'rz': 2, 'sx': 1}",{'cx': 86},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_87.qasm,2766,ibm_127q,ghz,qiskit,1 +245,127,516,"{'rz': 387, 'sx': 229, 'measure': 103, 'x': 11}",{'cx': 505},"(0, 1); (0, 14); (1, 0); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (62, 72); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (112, 108); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118)",dj_mapped_ibm_washington_qiskit_opt3_104.qasm,1617,ibm_127q,dj,qiskit,3 +246,127,10371,"{'rz': 15550, 'sx': 200, 'measure': 100, 'x': 1}",{'cx': 73142},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt0_101.qasm,1603,ibm_127q,qpeexact,qiskit,0 +247,127,1290,"{'sx': 515, 'rz': 395, 'measure': 116, 'x': 1}",{'cx': 1492},"(0, 1); (0, 14); (1, 0); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_116.qasm,2682,ibm_127q,wstate,qiskit,2 +248,127,62,"{'rz': 264, 'sx': 139, 'measure': 67, 'x': 2}",{'cx': 277},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119)",graphstate_mapped_ibm_washington_qiskit_opt3_67.qasm,2562,ibm_127q,graphstate,qiskit,3 +249,127,6685,"{'rz': 720, 'sx': 720, 'measure': 90}",{'cx': 45759},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_90.qasm,3249,ibm_127q,twolocalrandom,qiskit,2 +250,127,4370,"{'rz': 8067, 'sx': 87, 'measure': 87}",{'cx': 21097},"(8, 16); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_87.qasm,2360,ibm_127q,qft,qiskit,1 +251,127,4234,"{'rz': 6805, 'sx': 674, 'measure': 113}",{'cx': 29412},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_113.qasm,3712,ibm_127q,ae,qiskit,2 +252,127,24,"{'rz': 63, 'sx': 42, 'measure': 7}",{'cx': 12},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",vqe_mapped_ibm_washington_qiskit_opt0_7.qasm,2247,ibm_127q,vqe,qiskit,0 +253,127,3051,"{'rz': 3197, 'sx': 46, 'measure': 46}",{'cx': 13749},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_46.qasm,3982,ibm_127q,qft,qiskit,0 +254,127,66,"{'measure': 63, 'rz': 2, 'sx': 1}",{'cx': 62},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ghz_mapped_ibm_washington_qiskit_opt1_63.qasm,3971,ibm_127q,ghz,qiskit,1 +255,127,1129,"{'rz': 985, 'sx': 54, 'measure': 27, 'x': 1}",{'cx': 2349},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt2_28.qasm,1871,ibm_127q,qpeinexact,qiskit,2 +256,127,6972,"{'rz': 2912, 'sx': 2234, 'x': 28, 'measure': 21}",{'cx': 3129},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",pricingput_mapped_ibm_washington_qiskit_opt2_21.qasm,2916,ibm_127q,pricingput,qiskit,2 +257,127,6351,"{'rz': 7128, 'sx': 486, 'measure': 81}",{'cx': 35829},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt1_81.qasm,3275,ibm_127q,qnn,qiskit,1 +258,127,91,"{'measure': 88, 'rz': 2, 'sx': 1}",{'cx': 87},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_88.qasm,2932,ibm_127q,ghz,qiskit,1 +259,127,404,"{'rz': 282, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 450},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qpeinexact_mapped_ibm_washington_qiskit_opt1_13.qasm,4000,ibm_127q,qpeinexact,qiskit,1 +260,127,60,"{'rz': 111, 'sx': 57, 'measure': 30}",{'cx': 100},"(16, 26); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt3_30.qasm,4010,ibm_127q,graphstate,qiskit,3 +261,127,15288,"{'sx': 984, 'rz': 984, 'measure': 123}",{'cx': 112268},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_123.qasm,1807,ibm_127q,su2random,qiskit,2 +262,127,309,"{'rz': 283, 'sx': 14, 'measure': 14}",{'cx': 530},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",qft_mapped_ibm_washington_qiskit_opt1_14.qasm,2599,ibm_127q,qft,qiskit,1 +263,127,5757,"{'rz': 7128, 'sx': 486, 'measure': 81}",{'cx': 35913},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_81.qasm,3987,ibm_127q,qnn,qiskit,2 +264,127,509,"{'rz': 282, 'sx': 141, 'measure': 70, 'x': 69}",{'cx': 877},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69)",dj_mapped_ibm_washington_qiskit_opt0_71.qasm,2762,ibm_127q,dj,qiskit,0 +265,127,4658,"{'rz': 640, 'sx': 320, 'measure': 40}",{'cx': 27642},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_40.qasm,1688,ibm_127q,su2random,qiskit,0 +266,127,439,"{'rz': 448, 'sx': 226, 'x': 25, 'measure': 11}",{'cx': 507},"(54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt3_11.qasm,2894,ibm_127q,random,qiskit,3 +267,127,3157,"{'rz': 1296, 'sx': 303, 'x': 36, 'measure': 11}",{'cx': 3378},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt0_11.qasm,1492,ibm_127q,qwalk-v-chain,qiskit,0 +268,127,269,"{'rz': 277, 'sx': 230, 'measure': 10, 'x': 6}",{'cx': 362},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102)",realamprandom_mapped_ibm_washington_qiskit_opt3_10.qasm,2154,ibm_127q,realamprandom,qiskit,3 +269,127,6873,"{'rz': 576, 'sx': 384, 'measure': 48}",{'cx': 41091},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_48.qasm,2544,ibm_127q,realamprandom,qiskit,0 +270,127,401,"{'rz': 403, 'sx': 270, 'measure': 9}",{'cx': 334},"(72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (91, 79); (91, 98); (98, 91)",portfoliovqe_mapped_ibm_washington_qiskit_opt3_9.qasm,3755,ibm_127q,portfoliovqe,qiskit,3 +271,127,86,"{'rz': 238, 'sx': 119, 'measure': 69}",{'cx': 372},"(4, 5); (4, 15); (5, 4); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83); (92, 102); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt2_69.qasm,3570,ibm_127q,graphstate,qiskit,2 +272,127,22035,"{'rz': 22990, 'sx': 8720, 'x': 280, 'measure': 78}",{'cx': 102727},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_78.qasm,3334,ibm_127q,random,qiskit,2 +273,127,102,"{'measure': 99, 'rz': 2, 'sx': 1}",{'cx': 98},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_99.qasm,3079,ibm_127q,ghz,qiskit,2 +274,127,373,"{'rz': 286, 'sx': 143, 'measure': 71}",{'cx': 488},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt1_72.qasm,2601,ibm_127q,dj,qiskit,1 +275,127,249,"{'sx': 244, 'rz': 122, 'measure': 62, 'x': 1}",{'cx': 122},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_62.qasm,3950,ibm_127q,wstate,qiskit,2 +276,127,4489,"{'rz': 9155, 'sx': 96, 'measure': 96}",{'cx': 24658},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_96.qasm,2699,ibm_127q,qft,qiskit,1 +277,127,5826,"{'sx': 568, 'rz': 568, 'measure': 71}",{'cx': 35485},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_71.qasm,1689,ibm_127q,twolocalrandom,qiskit,1 +278,127,113,"{'sx': 108, 'rz': 54, 'measure': 28, 'x': 1}",{'cx': 54},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",wstate_mapped_ibm_washington_qiskit_opt2_28.qasm,3114,ibm_127q,wstate,qiskit,2 +279,127,2519,"{'rz': 2757, 'sx': 308, 'measure': 52}",{'cx': 6330},"(20, 21); (20, 33); (21, 20); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",ae_mapped_ibm_washington_qiskit_opt2_52.qasm,1884,ibm_127q,ae,qiskit,2 +280,127,1532,"{'rz': 1457, 'sx': 31, 'measure': 31}",{'cx': 5853},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_31.qasm,3773,ibm_127q,qft,qiskit,0 +281,127,3855,"{'rz': 1607, 'sx': 1164, 'measure': 19, 'x': 12}",{'cx': 2114},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",pricingcall_mapped_ibm_washington_qiskit_opt2_19.qasm,3344,ibm_127q,pricingcall,qiskit,2 +282,127,125,"{'sx': 120, 'rz': 60, 'measure': 31, 'x': 1}",{'cx': 60},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",wstate_mapped_ibm_washington_qiskit_opt1_31.qasm,1619,ibm_127q,wstate,qiskit,1 +283,127,1408,"{'rz': 2179, 'sx': 850, 'x': 99, 'measure': 37}",{'cx': 3351},"(24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt3_38.qasm,1071,ibm_127q,qpeinexact,qiskit,3 +284,127,31962,"{'rz': 44256, 'sx': 15317, 'x': 188, 'measure': 95}",{'cx': 261956},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt0_95.qasm,3336,ibm_127q,random,qiskit,0 +285,127,217,"{'sx': 212, 'rz': 106, 'measure': 54, 'x': 1}",{'cx': 106},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_54.qasm,2128,ibm_127q,wstate,qiskit,2 +286,127,7673,"{'rz': 11453, 'sx': 115, 'measure': 115}",{'cx': 38064},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qft_mapped_ibm_washington_qiskit_opt1_115.qasm,1905,ibm_127q,qft,qiskit,1 +287,127,5174,"{'rz': 9605, 'sx': 190, 'measure': 95, 'x': 1}",{'cx': 25797},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_96.qasm,1690,ibm_127q,qpeexact,qiskit,1 +288,127,196,"{'sx': 64, 'rz': 64, 'measure': 8}",{'cx': 238},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",realamprandom_mapped_ibm_washington_qiskit_opt2_8.qasm,3619,ibm_127q,realamprandom,qiskit,2 +289,127,121,"{'measure': 28, 'rz': 2, 'sx': 1}",{'cx': 210},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_28.qasm,1947,ibm_127q,ghz,qiskit,0 +290,127,576,"{'measure': 117, 'rz': 2, 'sx': 1}",{'cx': 1037},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_117.qasm,3744,ibm_127q,ghz,qiskit,0 +291,127,91,"{'rz': 518, 'sx': 259, 'measure': 127}",{'cx': 766},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_127.qasm,1673,ibm_127q,graphstate,qiskit,2 +292,127,5674,"{'rz': 7910, 'sx': 488, 'measure': 82}",{'cx': 19582},"(12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",ae_mapped_ibm_washington_qiskit_opt1_82.qasm,2601,ibm_127q,ae,qiskit,1 +293,127,1554,"{'rz': 1180, 'sx': 708, 'measure': 119, 'x': 1}",{'cx': 1733},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_119.qasm,2981,ibm_127q,wstate,qiskit,0 +294,127,31206,"{'rz': 14130, 'sx': 200, 'measure': 9, 'x': 1}",{'cx': 30336},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65)",grover-noancilla_mapped_ibm_washington_qiskit_opt1_9.qasm,1390,ibm_127q,grover-noancilla,qiskit,1 +295,127,82,"{'rz': 80, 'sx': 48, 'measure': 9, 'x': 1}",{'cx': 16},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",wstate_mapped_ibm_washington_qiskit_opt0_9.qasm,1883,ibm_127q,wstate,qiskit,0 +296,127,511,"{'rz': 370, 'sx': 185, 'measure': 92}",{'cx': 689},"(4, 15); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (118, 110)",dj_mapped_ibm_washington_qiskit_opt1_93.qasm,2595,ibm_127q,dj,qiskit,1 +297,127,1562,"{'rz': 3719, 'sx': 1648, 'x': 197, 'measure': 52}",{'cx': 5660},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt3_52.qasm,1698,ibm_127q,qft,qiskit,3 +298,127,697,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 2827},"(10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (35, 28); (35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_24.qasm,3205,ibm_127q,twolocalrandom,qiskit,2 +299,127,9597,"{'sx': 808, 'rz': 808, 'measure': 101}",{'cx': 68564},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_101.qasm,1073,ibm_127q,twolocalrandom,qiskit,1 +300,127,10793,"{'rz': 840, 'sx': 560, 'measure': 70}",{'cx': 88971},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",realamprandom_mapped_ibm_washington_qiskit_opt0_70.qasm,3230,ibm_127q,realamprandom,qiskit,0 +301,127,17551,"{'rz': 936, 'sx': 936, 'measure': 117}",{'cx': 108742},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_117.qasm,3148,ibm_127q,twolocalrandom,qiskit,1 +302,127,6713,"{'rz': 784, 'sx': 392, 'measure': 49}",{'cx': 43548},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_49.qasm,2569,ibm_127q,su2random,qiskit,0 +303,127,2147,"{'rz': 3589, 'sx': 50, 'measure': 50}",{'cx': 7298},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",qft_mapped_ibm_washington_qiskit_opt1_50.qasm,3683,ibm_127q,qft,qiskit,1 +304,127,561,"{'rz': 405, 'sx': 235, 'measure': 104, 'x': 11}",{'cx': 565},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt3_105.qasm,3945,ibm_127q,dj,qiskit,3 +305,127,404,"{'rz': 314, 'sx': 157, 'measure': 78}",{'cx': 495},"(12, 17); (15, 22); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 73); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt1_79.qasm,3071,ibm_127q,dj,qiskit,1 +306,127,2276,"{'rz': 1753, 'sx': 35, 'measure': 34}",{'cx': 8127},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20)",qftentangled_mapped_ibm_washington_qiskit_opt0_34.qasm,3343,ibm_127q,qftentangled,qiskit,0 +307,127,577,"{'rz': 310, 'sx': 155, 'measure': 77, 'x': 75}",{'cx': 980},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",dj_mapped_ibm_washington_qiskit_opt0_78.qasm,1168,ibm_127q,dj,qiskit,0 +308,127,6031,"{'rz': 8253, 'sx': 75, 'measure': 74}",{'cx': 38667},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_74.qasm,1946,ibm_127q,qftentangled,qiskit,0 +309,127,332,"{'sx': 120, 'rz': 120, 'measure': 15}",{'cx': 902},"(4, 15); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_15.qasm,3262,ibm_127q,twolocalrandom,qiskit,2 +310,127,2685,"{'rz': 3983, 'sx': 422, 'measure': 71}",{'cx': 10848},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (118, 110)",ae_mapped_ibm_washington_qiskit_opt2_71.qasm,2362,ibm_127q,ae,qiskit,2 +311,127,9381,"{'rz': 9741, 'sx': 3866, 'x': 166, 'measure': 52}",{'cx': 35128},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt2_52.qasm,3200,ibm_127q,random,qiskit,2 +312,127,429,"{'rz': 477, 'sx': 19, 'measure': 18}",{'cx': 899},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt1_18.qasm,2454,ibm_127q,qftentangled,qiskit,1 +313,127,6392,"{'rz': 8918, 'sx': 546, 'measure': 91}",{'cx': 45997},"(12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_91.qasm,1729,ibm_127q,qnn,qiskit,2 +314,127,6687,"{'rz': 3510, 'sx': 324, 'measure': 54}",{'cx': 45767},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_54.qasm,2980,ibm_127q,qnn,qiskit,0 +315,127,442,"{'rz': 333, 'sx': 193, 'measure': 84, 'x': 10}",{'cx': 388},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (53, 41); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (118, 110)",dj_mapped_ibm_washington_qiskit_opt3_85.qasm,1365,ibm_127q,dj,qiskit,3 +316,127,5853,"{'rz': 7654, 'sx': 128, 'measure': 127}",{'cx': 41916},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_127.qasm,1808,ibm_127q,qftentangled,qiskit,2 +317,127,1192,"{'rz': 304, 'sx': 304, 'measure': 38}",{'cx': 6737},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_38.qasm,1761,ibm_127q,twolocalrandom,qiskit,2 +318,127,1278,"{'rz': 1475, 'sx': 206, 'measure': 35}",{'cx': 3096},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (111, 104); (111, 122); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_35.qasm,3179,ibm_127q,ae,qiskit,2 +319,127,4305,"{'rz': 4402, 'sx': 1637, 'x': 61, 'measure': 35}",{'cx': 12892},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92)",random_mapped_ibm_washington_qiskit_opt2_35.qasm,3134,ibm_127q,random,qiskit,2 +320,127,824,"{'rz': 640, 'sx': 384, 'measure': 65, 'x': 1}",{'cx': 893},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",wstate_mapped_ibm_washington_qiskit_opt0_65.qasm,3626,ibm_127q,wstate,qiskit,0 +321,127,7391,"{'rz': 11383, 'sx': 218, 'measure': 109, 'x': 1}",{'cx': 37040},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_110.qasm,1841,ibm_127q,qpeinexact,qiskit,1 +322,127,50,"{'sx': 58, 'rz': 56, 'measure': 4}",{'cx': 15},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2)",tsp_mapped_ibm_washington_qiskit_opt1_4.qasm,1172,ibm_127q,tsp,qiskit,1 +323,127,33,"{'sx': 28, 'rz': 14, 'measure': 8, 'x': 1}",{'cx': 14},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119)",wstate_mapped_ibm_washington_qiskit_opt2_8.qasm,1645,ibm_127q,wstate,qiskit,2 +324,127,4789,"{'rz': 7782, 'sx': 482, 'measure': 81}",{'cx': 18378},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119)",ae_mapped_ibm_washington_qiskit_opt1_81.qasm,2023,ibm_127q,ae,qiskit,1 +325,127,66,"{'rz': 88, 'sx': 44, 'measure': 30}",{'cx': 135},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87)",graphstate_mapped_ibm_washington_qiskit_opt2_30.qasm,1781,ibm_127q,graphstate,qiskit,2 +326,127,6364,"{'rz': 7735, 'sx': 140, 'measure': 70, 'x': 1}",{'cx': 36056},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69)",qpeexact_mapped_ibm_washington_qiskit_opt0_71.qasm,1221,ibm_127q,qpeexact,qiskit,0 +327,127,5026,"{'rz': 8178, 'sx': 522, 'measure': 87}",{'cx': 41784},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104); (111, 122); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_87.qasm,1219,ibm_127q,qnn,qiskit,2 +328,127,331,"{'rz': 313, 'sx': 151, 'x': 20, 'measure': 13}",{'cx': 280},"(72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (111, 104)",ae_mapped_ibm_washington_qiskit_opt3_13.qasm,3935,ibm_127q,ae,qiskit,3 +329,127,78,"{'measure': 75, 'rz': 2, 'sx': 1}",{'cx': 74},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_75.qasm,1213,ibm_127q,ghz,qiskit,2 +330,127,285,"{'sx': 280, 'rz': 140, 'measure': 71, 'x': 1}",{'cx': 140},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_71.qasm,3682,ibm_127q,wstate,qiskit,2 +331,127,391,"{'measure': 85, 'rz': 2, 'sx': 1}",{'cx': 696},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_85.qasm,3187,ibm_127q,ghz,qiskit,0 +332,127,4708,"{'rz': 5601, 'sx': 182, 'measure': 91, 'x': 1}",{'cx': 22011},"(11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_92.qasm,1346,ibm_127q,qpeinexact,qiskit,2 +333,127,1435,"{'rz': 1090, 'sx': 654, 'measure': 110, 'x': 1}",{'cx': 1604},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96)",wstate_mapped_ibm_washington_qiskit_opt0_110.qasm,3186,ibm_127q,wstate,qiskit,0 +334,127,1375,"{'sx': 568, 'rz': 484, 'measure': 123, 'x': 1}",{'cx': 1904},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_123.qasm,1646,ibm_127q,wstate,qiskit,1 +335,127,257,"{'sx': 252, 'rz': 126, 'measure': 64, 'x': 1}",{'cx': 126},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_64.qasm,2907,ibm_127q,wstate,qiskit,2 +336,127,6685,"{'rz': 720, 'sx': 720, 'measure': 90}",{'cx': 45759},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt2_90.qasm,3033,ibm_127q,realamprandom,qiskit,2 +337,127,326,"{'rz': 199, 'sx': 83, 'measure': 16, 'x': 3}",{'cx': 341},"(28, 35); (35, 28); (35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45)",portfolioqaoa_mapped_ibm_washington_qiskit_opt3_8.qasm,3478,ibm_127q,portfolioqaoa,qiskit,3 +338,127,307,"{'rz': 250, 'sx': 125, 'measure': 62}",{'cx': 347},"(3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (16, 26); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (34, 24); (34, 43); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt1_63.qasm,3463,ibm_127q,dj,qiskit,1 +339,127,940,"{'sx': 208, 'rz': 208, 'measure': 26}",{'cx': 4067},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",su2random_mapped_ibm_washington_qiskit_opt1_26.qasm,2347,ibm_127q,su2random,qiskit,1 +340,127,1757,"{'sx': 440, 'rz': 440, 'measure': 55}",{'cx': 14490},"(28, 29); (28, 35); (29, 28); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 64); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_55.qasm,1359,ibm_127q,twolocalrandom,qiskit,2 +341,127,277,"{'sx': 272, 'rz': 136, 'measure': 69, 'x': 1}",{'cx': 136},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_69.qasm,2315,ibm_127q,wstate,qiskit,2 +342,127,2829,"{'rz': 3261, 'sx': 120, 'measure': 60, 'x': 1}",{'cx': 10029},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeinexact_mapped_ibm_washington_qiskit_opt2_61.qasm,3329,ibm_127q,qpeinexact,qiskit,2 +343,127,14136,"{'sx': 880, 'rz': 880, 'measure': 110}",{'cx': 91527},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_110.qasm,3058,ibm_127q,twolocalrandom,qiskit,1 +344,127,2575,"{'rz': 4070, 'sx': 308, 'measure': 52}",{'cx': 8044},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",ae_mapped_ibm_washington_qiskit_opt1_52.qasm,1921,ibm_127q,ae,qiskit,1 +345,127,989,"{'rz': 1517, 'sx': 609, 'x': 67, 'measure': 31}",{'cx': 2044},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",ae_mapped_ibm_washington_qiskit_opt3_31.qasm,3499,ibm_127q,ae,qiskit,3 +346,127,75,"{'rz': 68, 'sx': 41, 'measure': 18, 'x': 2}",{'cx': 47},"(44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (85, 73)",dj_mapped_ibm_washington_qiskit_opt3_19.qasm,3914,ibm_127q,dj,qiskit,3 +347,127,70,"{'rz': 236, 'sx': 118, 'measure': 68}",{'cx': 374},"(4, 15); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (118, 110)",graphstate_mapped_ibm_washington_qiskit_opt2_68.qasm,2405,ibm_127q,graphstate,qiskit,2 +348,127,320,"{'rz': 232, 'sx': 76, 'measure': 12}",{'cx': 628},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",qnn_mapped_ibm_washington_qiskit_opt3_12.qasm,3786,ibm_127q,qnn,qiskit,3 +349,127,2515,"{'rz': 2257, 'sx': 74, 'measure': 37, 'x': 1}",{'cx': 9425},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",qpeexact_mapped_ibm_washington_qiskit_opt0_38.qasm,3872,ibm_127q,qpeexact,qiskit,0 +350,127,4869,"{'rz': 7998, 'sx': 516, 'measure': 86}",{'cx': 37627},"(15, 22); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_86.qasm,3688,ibm_127q,qnn,qiskit,2 +351,127,3135,"{'rz': 5095, 'sx': 530, 'measure': 89}",{'cx': 16902},"(8, 16); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_89.qasm,2794,ibm_127q,ae,qiskit,2 +352,127,274,"{'rz': 208, 'sx': 115, 'measure': 57}",{'cx': 378},"(15, 22); (16, 26); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 39); (34, 24); (34, 43); (35, 28); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (111, 104)",dj_mapped_ibm_washington_qiskit_opt2_58.qasm,1905,ibm_127q,dj,qiskit,2 +353,127,61,"{'measure': 58, 'rz': 2, 'sx': 1}",{'cx': 57},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_58.qasm,3092,ibm_127q,ghz,qiskit,2 +354,127,15125,"{'rz': 15559, 'sx': 5870, 'x': 206, 'measure': 65}",{'cx': 63298},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt2_65.qasm,2725,ibm_127q,random,qiskit,2 +355,127,767,"{'rz': 152, 'sx': 152, 'measure': 19}",{'cx': 2211},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",realamprandom_mapped_ibm_washington_qiskit_opt1_19.qasm,3150,ibm_127q,realamprandom,qiskit,1 +356,127,35227,"{'rz': 48894, 'sx': 16876, 'x': 194, 'measure': 100}",{'cx': 304819},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt0_100.qasm,2449,ibm_127q,random,qiskit,0 +357,127,292,"{'measure': 55, 'rz': 2, 'sx': 1}",{'cx': 519},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (54, 45)",ghz_mapped_ibm_washington_qiskit_opt0_55.qasm,3988,ibm_127q,ghz,qiskit,0 +358,127,2828,"{'rz': 1089, 'sx': 255, 'measure': 13, 'x': 10}",{'cx': 2508},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt1_13.qasm,1996,ibm_127q,qwalk-v-chain,qiskit,1 +359,127,2598,"{'rz': 2572, 'sx': 1000, 'x': 32, 'measure': 27}",{'cx': 6397},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt1_27.qasm,3942,ibm_127q,random,qiskit,1 +360,127,155,"{'rz': 198, 'sx': 99, 'measure': 33}",{'cx': 534},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31)",graphstate_mapped_ibm_washington_qiskit_opt0_33.qasm,2644,ibm_127q,graphstate,qiskit,0 +361,127,2333,"{'rz': 2544, 'sx': 42, 'measure': 41}",{'cx': 10188},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_41.qasm,3257,ibm_127q,qftentangled,qiskit,0 +362,127,129,"{'rz': 72, 'sx': 8, 'measure': 7}",{'cx': 123},"(45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qftentangled_mapped_ibm_washington_qiskit_opt1_7.qasm,3951,ibm_127q,qftentangled,qiskit,1 +363,127,8355,"{'rz': 12645, 'sx': 180, 'measure': 90, 'x': 1}",{'cx': 56877},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75)",qpeinexact_mapped_ibm_washington_qiskit_opt0_91.qasm,1540,ibm_127q,qpeinexact,qiskit,0 +364,127,7976,"{'rz': 15052, 'sx': 101, 'measure': 100}",{'cx': 65436},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt0_100.qasm,3721,ibm_127q,qftentangled,qiskit,0 +365,127,29,"{'measure': 26, 'rz': 2, 'sx': 1}",{'cx': 25},"(68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_26.qasm,3403,ibm_127q,ghz,qiskit,3 +366,127,62,"{'measure': 59, 'rz': 2, 'sx': 1}",{'cx': 58},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ghz_mapped_ibm_washington_qiskit_opt1_59.qasm,2013,ibm_127q,ghz,qiskit,1 +367,127,310,"{'rz': 540, 'sx': 270, 'measure': 90}",{'cx': 1947},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",graphstate_mapped_ibm_washington_qiskit_opt0_90.qasm,1636,ibm_127q,graphstate,qiskit,0 +368,127,6276,"{'rz': 7050, 'sx': 228, 'measure': 114, 'x': 1}",{'cx': 36055},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_115.qasm,2083,ibm_127q,qpeinexact,qiskit,2 +369,127,4431,"{'rz': 8678, 'sx': 524, 'measure': 88}",{'cx': 21286},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_88.qasm,3109,ibm_127q,ae,qiskit,1 +370,127,13,"{'measure': 10, 'rz': 2, 'sx': 1}",{'cx': 9},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121)",ghz_mapped_ibm_washington_qiskit_opt2_10.qasm,3268,ibm_127q,ghz,qiskit,2 +371,127,687,"{'rz': 455, 'sx': 249, 'measure': 124}",{'cx': 952},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt2_125.qasm,2494,ibm_127q,dj,qiskit,2 +372,127,8372,"{'rz': 14030, 'sx': 690, 'measure': 115}",{'cx': 85630},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_115.qasm,1719,ibm_127q,qnn,qiskit,2 +373,127,1950,"{'rz': 1924, 'sx': 725, 'measure': 23, 'x': 20}",{'cx': 4175},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",random_mapped_ibm_washington_qiskit_opt2_23.qasm,1410,ibm_127q,random,qiskit,2 +374,127,315,"{'rz': 293, 'sx': 244, 'measure': 12, 'x': 5}",{'cx': 491},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",su2random_mapped_ibm_washington_qiskit_opt3_12.qasm,3648,ibm_127q,su2random,qiskit,3 +375,127,3088,"{'sx': 496, 'rz': 496, 'measure': 62}",{'cx': 21276},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_62.qasm,3687,ibm_127q,twolocalrandom,qiskit,2 +376,127,6661,"{'rz': 632, 'sx': 632, 'measure': 79}",{'cx': 42211},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_79.qasm,1143,ibm_127q,twolocalrandom,qiskit,1 +377,127,782,"{'rz': 519, 'sx': 459, 'measure': 29, 'x': 11}",{'cx': 3207},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (34, 24); (34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",su2random_mapped_ibm_washington_qiskit_opt3_29.qasm,2893,ibm_127q,su2random,qiskit,3 +378,127,9378,"{'rz': 14647, 'sx': 194, 'measure': 97, 'x': 1}",{'cx': 67784},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt0_98.qasm,4081,ibm_127q,qpeinexact,qiskit,0 +379,127,41,"{'sx': 36, 'rz': 18, 'measure': 10, 'x': 1}",{'cx': 18},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121)",wstate_mapped_ibm_washington_qiskit_opt1_10.qasm,2750,ibm_127q,wstate,qiskit,1 +380,127,7792,"{'rz': 712, 'sx': 712, 'measure': 89}",{'cx': 52217},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_89.qasm,3799,ibm_127q,realamprandom,qiskit,2 +381,127,3215,"{'rz': 1495, 'sx': 130, 'measure': 9, 'x': 1}",{'cx': 2760},"(73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107)",grover-v-chain_mapped_ibm_washington_qiskit_opt1_9.qasm,2736,ibm_127q,grover-v-chain,qiskit,1 +382,127,1366,"{'rz': 4465, 'sx': 2187, 'x': 232, 'measure': 55}",{'cx': 6410},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt3_55.qasm,1053,ibm_127q,qft,qiskit,3 +383,127,1944,"{'rz': 15068, 'sx': 10995, 'measure': 60, 'x': 5}",{'cx': 12087},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt3_60.qasm,3745,ibm_127q,qnn,qiskit,3 +384,127,1584,"{'sx': 272, 'rz': 272, 'measure': 34}",{'cx': 7321},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (85, 73); (91, 79); (91, 98); (98, 91)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_34.qasm,1634,ibm_127q,twolocalrandom,qiskit,1 +385,127,5312,"{'sx': 632, 'rz': 632, 'measure': 79}",{'cx': 35718},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_79.qasm,2582,ibm_127q,twolocalrandom,qiskit,2 +386,127,2623,"{'sx': 360, 'rz': 360, 'measure': 45}",{'cx': 13336},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93)",su2random_mapped_ibm_washington_qiskit_opt1_45.qasm,2901,ibm_127q,su2random,qiskit,1 +387,127,167,"{'rz': 112, 'sx': 14, 'measure': 7, 'x': 1}",{'cx': 149},"(86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qpeinexact_mapped_ibm_washington_qiskit_opt1_8.qasm,2670,ibm_127q,qpeinexact,qiskit,1 +388,127,1188,"{'rz': 300, 'sx': 200, 'measure': 25}",{'cx': 6669},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_25.qasm,2606,ibm_127q,realamprandom,qiskit,0 +389,127,8109,"{'rz': 944, 'sx': 472, 'measure': 59}",{'cx': 60906},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_59.qasm,2092,ibm_127q,su2random,qiskit,0 +390,127,697,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 2827},"(10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (35, 28); (35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",realamprandom_mapped_ibm_washington_qiskit_opt2_24.qasm,3786,ibm_127q,realamprandom,qiskit,2 +391,127,57,"{'sx': 52, 'rz': 26, 'measure': 14, 'x': 1}",{'cx': 26},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56)",wstate_mapped_ibm_washington_qiskit_opt1_14.qasm,3926,ibm_127q,wstate,qiskit,1 +392,127,19,"{'measure': 16, 'rz': 2, 'sx': 1}",{'cx': 15},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt1_16.qasm,1314,ibm_127q,ghz,qiskit,1 +393,127,159,"{'rz': 246, 'sx': 123, 'measure': 41}",{'cx': 683},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",graphstate_mapped_ibm_washington_qiskit_opt0_41.qasm,2211,ibm_127q,graphstate,qiskit,0 +394,127,35811,"{'rz': 19269, 'sx': 1484, 'measure': 18, 'x': 2}",{'cx': 34209},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",shor_9_4_mapped_ibm_washington_qiskit_opt1_18.qasm,3062,ibm_127q,shor,qiskit,1 +395,127,89,"{'rz': 110, 'sx': 55, 'measure': 31}",{'cx': 166},"(3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (98, 91)",graphstate_mapped_ibm_washington_qiskit_opt1_31.qasm,1879,ibm_127q,graphstate,qiskit,1 +396,127,351,"{'measure': 72, 'rz': 2, 'sx': 1}",{'cx': 629},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58)",ghz_mapped_ibm_washington_qiskit_opt0_72.qasm,3543,ibm_127q,ghz,qiskit,0 +397,127,254,"{'rz': 336, 'sx': 182, 'measure': 7}",{'cx': 255},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",portfoliovqe_mapped_ibm_washington_qiskit_opt0_7.qasm,3503,ibm_127q,portfoliovqe,qiskit,0 +398,127,546,"{'rz': 294, 'sx': 147, 'measure': 73, 'x': 71}",{'cx': 901},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62); (73, 66)",dj_mapped_ibm_washington_qiskit_opt0_74.qasm,1621,ibm_127q,dj,qiskit,0 +399,127,1998,"{'rz': 2918, 'sx': 254, 'measure': 43}",{'cx': 5419},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (118, 110)",ae_mapped_ibm_washington_qiskit_opt1_43.qasm,4040,ibm_127q,ae,qiskit,1 +400,127,1826,"{'rz': 3098, 'sx': 2554, 'x': 114, 'measure': 42}",{'cx': 8472},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_42.qasm,1288,ibm_127q,twolocalrandom,qiskit,3 +401,127,861,"{'rz': 813, 'sx': 122, 'measure': 21}",{'cx': 1944},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_21.qasm,3879,ibm_127q,ae,qiskit,0 +402,127,7188,"{'rz': 2876, 'sx': 2194, 'measure': 21, 'x': 12}",{'cx': 3432},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",pricingcall_mapped_ibm_washington_qiskit_opt1_21.qasm,2797,ibm_127q,pricingcall,qiskit,1 +403,127,8203,"{'rz': 15354, 'sx': 102, 'measure': 101}",{'cx': 68247},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt0_101.qasm,3303,ibm_127q,qftentangled,qiskit,0 +404,127,939,"{'rz': 1764, 'sx': 741, 'x': 55, 'measure': 32}",{'cx': 2366},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt3_32.qasm,3517,ibm_127q,qftentangled,qiskit,3 +405,127,2949,"{'rz': 3626, 'sx': 49, 'measure': 49}",{'cx': 14604},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_49.qasm,2402,ibm_127q,qft,qiskit,0 +406,127,2269,"{'rz': 2286, 'sx': 920, 'x': 38, 'measure': 25}",{'cx': 5079},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",random_mapped_ibm_washington_qiskit_opt1_25.qasm,1987,ibm_127q,random,qiskit,1 +407,127,1187,"{'rz': 1794, 'sx': 234, 'measure': 39}",{'cx': 6469},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (73, 66); (73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt2_39.qasm,1658,ibm_127q,qnn,qiskit,2 +408,127,6593,"{'rz': 6641, 'sx': 2514, 'x': 100, 'measure': 43}",{'cx': 21458},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",random_mapped_ibm_washington_qiskit_opt2_43.qasm,1554,ibm_127q,random,qiskit,2 +409,127,4453,"{'rz': 4727, 'sx': 164, 'measure': 82, 'x': 1}",{'cx': 18339},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",qpeinexact_mapped_ibm_washington_qiskit_opt2_83.qasm,2298,ibm_127q,qpeinexact,qiskit,2 +410,127,394,"{'rz': 400, 'sx': 163, 'measure': 11, 'x': 8}",{'cx': 562},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42)",random_mapped_ibm_washington_qiskit_opt2_11.qasm,1486,ibm_127q,random,qiskit,2 +411,127,1315,"{'rz': 2815, 'sx': 1303, 'x': 111, 'measure': 43}",{'cx': 4113},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",qftentangled_mapped_ibm_washington_qiskit_opt3_43.qasm,1691,ibm_127q,qftentangled,qiskit,3 +412,127,2245,"{'sx': 384, 'rz': 384, 'measure': 48}",{'cx': 15235},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93)",su2random_mapped_ibm_washington_qiskit_opt1_48.qasm,2250,ibm_127q,su2random,qiskit,1 +413,127,28564,"{'rz': 30266, 'sx': 11583, 'x': 379, 'measure': 90}",{'cx': 149624},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",random_mapped_ibm_washington_qiskit_opt2_90.qasm,2488,ibm_127q,random,qiskit,2 +414,127,16703,"{'sx': 1008, 'rz': 1008, 'measure': 126}",{'cx': 121520},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_126.qasm,1498,ibm_127q,realamprandom,qiskit,1 +415,127,3611,"{'rz': 4027, 'sx': 142, 'measure': 71, 'x': 1}",{'cx': 13524},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt2_72.qasm,2118,ibm_127q,qpeexact,qiskit,2 +416,127,226,"{'rz': 110, 'sx': 55, 'x': 27, 'measure': 27}",{'cx': 390},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_28.qasm,1323,ibm_127q,dj,qiskit,0 +417,127,676,"{'rz': 495, 'sx': 287, 'measure': 122, 'x': 16}",{'cx': 658},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (4, 15); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt3_123.qasm,1598,ibm_127q,dj,qiskit,3 +418,127,5869,"{'rz': 6087, 'sx': 590, 'measure': 99}",{'cx': 21462},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_99.qasm,1953,ibm_127q,ae,qiskit,2 +419,127,78,"{'rz': 330, 'sx': 165, 'measure': 87}",{'cx': 489},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt2_87.qasm,3649,ibm_127q,graphstate,qiskit,2 +420,127,48,"{'measure': 45, 'rz': 2, 'sx': 1}",{'cx': 44},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt2_45.qasm,3970,ibm_127q,ghz,qiskit,2 +421,127,873,"{'rz': 1272, 'sx': 464, 'x': 57, 'measure': 26}",{'cx': 1896},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt3_27.qasm,2866,ibm_127q,qpeexact,qiskit,3 +422,127,4455,"{'rz': 6938, 'sx': 148, 'measure': 74, 'x': 1}",{'cx': 17076},"(12, 17); (17, 12); (17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_75.qasm,1696,ibm_127q,qpeexact,qiskit,1 +423,127,10824,"{'rz': 13288, 'sx': 248, 'measure': 124, 'x': 1}",{'cx': 49901},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_125.qasm,1576,ibm_127q,qpeinexact,qiskit,1 +424,127,1443,"{'sx': 320, 'rz': 320, 'measure': 40}",{'cx': 8077},"(24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",realamprandom_mapped_ibm_washington_qiskit_opt2_40.qasm,2543,ibm_127q,realamprandom,qiskit,2 +425,127,1029,"{'rz': 1239, 'sx': 54, 'measure': 27, 'x': 1}",{'cx': 3787},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_28.qasm,3830,ibm_127q,qpeexact,qiskit,0 +426,127,1440,"{'rz': 1777, 'sx': 236, 'measure': 40}",{'cx': 3984},"(23, 24); (24, 23); (24, 34); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt2_40.qasm,2464,ibm_127q,ae,qiskit,2 +427,127,877,"{'rz': 867, 'sx': 326, 'measure': 15, 'x': 11}",{'cx': 1470},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",random_mapped_ibm_washington_qiskit_opt1_15.qasm,2872,ibm_127q,random,qiskit,1 +428,127,51,"{'measure': 48, 'rz': 2, 'sx': 1}",{'cx': 47},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt2_48.qasm,3567,ibm_127q,ghz,qiskit,2 +429,127,2889,"{'rz': 3498, 'sx': 71, 'measure': 70}",{'cx': 11486},"(8, 16); (16, 8); (16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_70.qasm,2042,ibm_127q,qftentangled,qiskit,2 +430,127,819,"{'rz': 3273, 'sx': 2091, 'x': 45, 'measure': 40}",{'cx': 2967},"(35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt3_40.qasm,3419,ibm_127q,qftentangled,qiskit,3 +431,127,5312,"{'sx': 632, 'rz': 632, 'measure': 79}",{'cx': 35718},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_79.qasm,3234,ibm_127q,realamprandom,qiskit,2 +432,127,3611,"{'rz': 4027, 'sx': 142, 'measure': 71, 'x': 1}",{'cx': 13524},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt2_72.qasm,3823,ibm_127q,qpeinexact,qiskit,2 +433,127,443,"{'rz': 464, 'sx': 210, 'measure': 24, 'x': 13}",{'cx': 847},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",portfolioqaoa_mapped_ibm_washington_qiskit_opt3_12.qasm,2364,ibm_127q,portfolioqaoa,qiskit,3 +434,127,2294,"{'rz': 1855, 'sx': 35, 'measure': 35}",{'cx': 8267},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24)",qft_mapped_ibm_washington_qiskit_opt0_35.qasm,4056,ibm_127q,qft,qiskit,0 +435,127,2577,"{'rz': 2542, 'sx': 41, 'measure': 41}",{'cx': 10256},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_41.qasm,1141,ibm_127q,qft,qiskit,0 +436,127,34,"{'measure': 31, 'rz': 2, 'sx': 1}",{'cx': 30},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt3_31.qasm,2159,ibm_127q,ghz,qiskit,3 +437,127,3211,"{'rz': 6189, 'sx': 5258, 'x': 232, 'measure': 56}",{'cx': 15227},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",realamprandom_mapped_ibm_washington_qiskit_opt3_56.qasm,3979,ibm_127q,realamprandom,qiskit,3 +438,127,196,"{'rz': 80, 'sx': 80, 'measure': 10}",{'cx': 375},"(73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_10.qasm,2978,ibm_127q,twolocalrandom,qiskit,2 +439,127,77,"{'sx': 72, 'rz': 36, 'measure': 19, 'x': 1}",{'cx': 36},"(93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_19.qasm,1848,ibm_127q,wstate,qiskit,2 +440,127,9316,"{'rz': 4940, 'sx': 390, 'measure': 65}",{'cx': 69668},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_65.qasm,3973,ibm_127q,qnn,qiskit,0 +441,127,125,"{'rz': 352, 'sx': 176, 'measure': 92}",{'cx': 494},"(6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",graphstate_mapped_ibm_washington_qiskit_opt2_92.qasm,2403,ibm_127q,graphstate,qiskit,2 +442,127,4450,"{'rz': 608, 'sx': 304, 'measure': 38}",{'cx': 23781},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_38.qasm,2046,ibm_127q,su2random,qiskit,0 +443,127,2308,"{'rz': 1877, 'sx': 645, 'measure': 20, 'x': 9}",{'cx': 5568},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_20.qasm,3573,ibm_127q,random,qiskit,0 +444,127,4431,"{'rz': 5985, 'sx': 63, 'measure': 63}",{'cx': 26211},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_63.qasm,3184,ibm_127q,qft,qiskit,0 +445,127,8575,"{'rz': 12100, 'sx': 176, 'measure': 88, 'x': 1}",{'cx': 55901},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_89.qasm,1117,ibm_127q,qpeexact,qiskit,0 +446,127,3992,"{'rz': 7585, 'sx': 84, 'measure': 83}",{'cx': 19149},"(15, 22); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_83.qasm,3122,ibm_127q,qftentangled,qiskit,1 +447,127,8142,"{'rz': 12469, 'sx': 92, 'measure': 91}",{'cx': 58461},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75)",qftentangled_mapped_ibm_washington_qiskit_opt0_91.qasm,3443,ibm_127q,qftentangled,qiskit,0 +448,127,1094,"{'rz': 1102, 'sx': 152, 'measure': 26}",{'cx': 1838},"(24, 34); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (52, 37); (52, 56); (53, 41); (53, 60); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (92, 83); (92, 102); (102, 92)",ae_mapped_ibm_washington_qiskit_opt1_26.qasm,1696,ibm_127q,ae,qiskit,1 +449,127,4363,"{'rz': 3963, 'sx': 290, 'measure': 49}",{'cx': 16674},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_49.qasm,1291,ibm_127q,ae,qiskit,0 +450,127,9590,"{'rz': 13034, 'sx': 244, 'measure': 122, 'x': 1}",{'cx': 45285},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_123.qasm,3409,ibm_127q,qpeinexact,qiskit,1 +451,127,138,"{'rz': 494, 'sx': 247, 'measure': 121}",{'cx': 769},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_121.qasm,2076,ibm_127q,graphstate,qiskit,1 +452,127,3081,"{'rz': 3868, 'sx': 134, 'measure': 67, 'x': 1}",{'cx': 12087},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt2_68.qasm,3532,ibm_127q,qpeinexact,qiskit,2 +453,127,740,"{'rz': 252, 'sx': 168, 'measure': 21}",{'cx': 4308},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_21.qasm,1974,ibm_127q,realamprandom,qiskit,0 +454,127,5729,"{'rz': 6195, 'sx': 208, 'measure': 104, 'x': 1}",{'cx': 28260},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt2_105.qasm,3426,ibm_127q,qpeinexact,qiskit,2 +455,127,818,"{'rz': 1159, 'sx': 32, 'measure': 31}",{'cx': 2543},"(36, 51); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92)",qftentangled_mapped_ibm_washington_qiskit_opt2_31.qasm,3868,ibm_127q,qftentangled,qiskit,2 +456,127,2071,"{'sx': 384, 'rz': 384, 'measure': 48}",{'cx': 12564},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_48.qasm,2808,ibm_127q,twolocalrandom,qiskit,2 +457,127,60,"{'rz': 185, 'sx': 96, 'measure': 57, 'x': 1}",{'cx': 179},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",graphstate_mapped_ibm_washington_qiskit_opt3_57.qasm,2918,ibm_127q,graphstate,qiskit,3 +458,127,4340,"{'rz': 6684, 'sx': 144, 'measure': 72, 'x': 1}",{'cx': 16087},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",qpeexact_mapped_ibm_washington_qiskit_opt1_73.qasm,1348,ibm_127q,qpeexact,qiskit,1 +459,127,1127,"{'rz': 1885, 'sx': 1576, 'x': 71, 'measure': 27}",{'cx': 3333},"(35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",su2random_mapped_ibm_washington_qiskit_opt3_27.qasm,1849,ibm_127q,su2random,qiskit,3 +460,127,704,"{'sx': 184, 'rz': 184, 'measure': 23}",{'cx': 2497},"(41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62)",su2random_mapped_ibm_washington_qiskit_opt2_23.qasm,3702,ibm_127q,su2random,qiskit,2 +461,127,197,"{'rz': 155, 'sx': 89, 'measure': 42, 'x': 2}",{'cx': 169},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (118, 110)",dj_mapped_ibm_washington_qiskit_opt3_43.qasm,3758,ibm_127q,dj,qiskit,3 +462,127,2577,"{'rz': 472, 'sx': 472, 'measure': 59}",{'cx': 18668},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",realamprandom_mapped_ibm_washington_qiskit_opt2_59.qasm,2318,ibm_127q,realamprandom,qiskit,2 +463,127,5649,"{'rz': 2622, 'sx': 276, 'measure': 46}",{'cx': 33336},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_46.qasm,2260,ibm_127q,qnn,qiskit,0 +464,127,630,"{'rz': 462, 'sx': 231, 'measure': 115}",{'cx': 961},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt1_116.qasm,1179,ibm_127q,dj,qiskit,1 +465,127,20237,"{'rz': 20540, 'sx': 7754, 'x': 283, 'measure': 74}",{'cx': 89347},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",random_mapped_ibm_washington_qiskit_opt2_74.qasm,1152,ibm_127q,random,qiskit,2 +466,127,13709,"{'sx': 904, 'rz': 904, 'measure': 113}",{'cx': 92285},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_113.qasm,2084,ibm_127q,twolocalrandom,qiskit,1 +467,127,2827,"{'rz': 3914, 'sx': 138, 'measure': 69, 'x': 1}",{'cx': 12927},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt2_70.qasm,3451,ibm_127q,qpeinexact,qiskit,2 +468,127,45,"{'measure': 42, 'rz': 2, 'sx': 1}",{'cx': 41},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt3_42.qasm,2121,ibm_127q,ghz,qiskit,3 +469,127,663,"{'rz': 446, 'sx': 251, 'measure': 125}",{'cx': 902},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",dj_mapped_ibm_washington_qiskit_opt2_126.qasm,3170,ibm_127q,dj,qiskit,2 +470,127,15513,"{'sx': 928, 'rz': 928, 'measure': 116}",{'cx': 101990},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_116.qasm,1741,ibm_127q,su2random,qiskit,1 +471,127,12510,"{'rz': 864, 'sx': 576, 'measure': 72}",{'cx': 102735},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58)",realamprandom_mapped_ibm_washington_qiskit_opt0_72.qasm,2072,ibm_127q,realamprandom,qiskit,0 +472,127,406,"{'rz': 288, 'sx': 173, 'measure': 73, 'x': 12}",{'cx': 356},"(4, 15); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (122, 111); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt3_74.qasm,3889,ibm_127q,dj,qiskit,3 +473,127,1600,"{'rz': 2958, 'sx': 306, 'measure': 51}",{'cx': 9410},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (110, 100)",qnn_mapped_ibm_washington_qiskit_opt2_51.qasm,2741,ibm_127q,qnn,qiskit,2 +474,127,11600,"{'rz': 14508, 'sx': 702, 'measure': 117}",{'cx': 90658},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_117.qasm,3155,ibm_127q,qnn,qiskit,2 +475,127,853,"{'rz': 1318, 'sx': 331, 'x': 36, 'measure': 31}",{'cx': 2296},"(33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qft_mapped_ibm_washington_qiskit_opt3_31.qasm,3294,ibm_127q,qft,qiskit,3 +476,127,574,"{'measure': 115, 'rz': 2, 'sx': 1}",{'cx': 1035},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_115.qasm,3780,ibm_127q,ghz,qiskit,0 +477,127,1887,"{'rz': 2593, 'sx': 55, 'measure': 55}",{'cx': 7458},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qft_mapped_ibm_washington_qiskit_opt2_55.qasm,1351,ibm_127q,qft,qiskit,2 +478,127,12508,"{'rz': 864, 'sx': 864, 'measure': 108}",{'cx': 80359},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_108.qasm,3446,ibm_127q,twolocalrandom,qiskit,2 +479,127,544,"{'rz': 418, 'sx': 209, 'measure': 104}",{'cx': 680},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt1_105.qasm,2083,ibm_127q,dj,qiskit,1 +480,127,153,"{'rz': 398, 'sx': 199, 'measure': 99}",{'cx': 645},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (36, 32); (36, 51); (37, 52); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_99.qasm,1534,ibm_127q,graphstate,qiskit,2 +481,127,784,"{'rz': 865, 'sx': 27, 'measure': 27}",{'cx': 1884},"(42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92)",qft_mapped_ibm_washington_qiskit_opt2_27.qasm,3221,ibm_127q,qft,qiskit,2 +482,127,161,"{'rz': 406, 'sx': 203, 'measure': 95}",{'cx': 614},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_95.qasm,2512,ibm_127q,graphstate,qiskit,1 +483,127,8409,"{'rz': 696, 'sx': 464, 'measure': 58}",{'cx': 62748},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_58.qasm,1737,ibm_127q,realamprandom,qiskit,0 +484,127,319,"{'rz': 606, 'sx': 303, 'measure': 101}",{'cx': 2297},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt0_101.qasm,2932,ibm_127q,graphstate,qiskit,0 +485,127,24544,"{'rz': 31068, 'sx': 10696, 'x': 113, 'measure': 80}",{'cx': 171220},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_80.qasm,3568,ibm_127q,random,qiskit,0 +486,127,11436,"{'rz': 852, 'sx': 568, 'measure': 71}",{'cx': 96420},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69)",realamprandom_mapped_ibm_washington_qiskit_opt0_71.qasm,2000,ibm_127q,realamprandom,qiskit,0 +487,127,8978,"{'sx': 824, 'rz': 824, 'measure': 103}",{'cx': 63516},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_103.qasm,2501,ibm_127q,su2random,qiskit,2 +488,127,12,"{'measure': 9, 'rz': 2, 'sx': 1}",{'cx': 8},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",ghz_mapped_ibm_washington_qiskit_opt1_9.qasm,2792,ibm_127q,ghz,qiskit,1 +489,127,792,"{'rz': 434, 'sx': 217, 'measure': 108, 'x': 97}",{'cx': 1350},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107)",dj_mapped_ibm_washington_qiskit_opt0_109.qasm,3600,ibm_127q,dj,qiskit,0 +490,127,5664,"{'rz': 8670, 'sx': 92, 'measure': 92}",{'cx': 23930},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qft_mapped_ibm_washington_qiskit_opt1_92.qasm,1704,ibm_127q,qft,qiskit,1 +491,127,3293,"{'sx': 456, 'rz': 456, 'measure': 57}",{'cx': 18864},"(8, 16); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",su2random_mapped_ibm_washington_qiskit_opt2_57.qasm,3691,ibm_127q,su2random,qiskit,2 +492,127,306,"{'rz': 422, 'sx': 254, 'measure': 10}",{'cx': 495},"(73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",portfoliovqe_mapped_ibm_washington_qiskit_opt2_10.qasm,1535,ibm_127q,portfoliovqe,qiskit,2 +493,127,1309,"{'rz': 1361, 'sx': 671, 'x': 62, 'measure': 19}",{'cx': 2207},"(45, 54); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt3_19.qasm,3756,ibm_127q,random,qiskit,3 +494,127,1339,"{'rz': 1330, 'sx': 56, 'measure': 28, 'x': 1}",{'cx': 4334},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_29.qasm,2294,ibm_127q,qpeexact,qiskit,0 +495,127,97,"{'measure': 94, 'rz': 2, 'sx': 1}",{'cx': 93},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_94.qasm,3519,ibm_127q,ghz,qiskit,1 +496,127,955,"{'sx': 442, 'rz': 336, 'measure': 100, 'x': 1}",{'cx': 1106},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (15, 4); (15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (126, 112)",wstate_mapped_ibm_washington_qiskit_opt1_100.qasm,3415,ibm_127q,wstate,qiskit,1 +497,127,143,"{'rz': 115, 'sx': 69, 'measure': 31, 'x': 3}",{'cx': 119},"(40, 41); (41, 40); (41, 53); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98)",dj_mapped_ibm_washington_qiskit_opt3_32.qasm,1036,ibm_127q,dj,qiskit,3 +498,127,42,"{'rz': 68, 'sx': 35, 'measure': 7}",{'cx': 40},"(49, 55); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (68, 55)",qaoa_mapped_ibm_washington_qiskit_opt2_7.qasm,1704,ibm_127q,qaoa,qiskit,2 +499,127,2265,"{'rz': 4246, 'sx': 1889, 'x': 257, 'measure': 55}",{'cx': 6193},"(24, 34); (34, 24); (34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93)",ae_mapped_ibm_washington_qiskit_opt3_55.qasm,2133,ibm_127q,ae,qiskit,3 +500,127,873,"{'rz': 1268, 'sx': 462, 'x': 60, 'measure': 26}",{'cx': 1897},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt3_27.qasm,2017,ibm_127q,qpeinexact,qiskit,3 +501,127,3334,"{'rz': 4036, 'sx': 80, 'measure': 80}",{'cx': 15609},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (118, 110)",qft_mapped_ibm_washington_qiskit_opt2_80.qasm,3151,ibm_127q,qft,qiskit,2 +502,127,1032,"{'rz': 620, 'sx': 120, 'measure': 20}",{'cx': 3938},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_20.qasm,1967,ibm_127q,qnn,qiskit,0 +503,127,33864,"{'rz': 34689, 'sx': 12863, 'x': 462, 'measure': 95}",{'cx': 172291},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_95.qasm,1702,ibm_127q,random,qiskit,1 +504,127,202,"{'rz': 140, 'sx': 84, 'measure': 15, 'x': 1}",{'cx': 235},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_15.qasm,2590,ibm_127q,wstate,qiskit,0 +505,127,459,"{'rz': 750, 'sx': 375, 'measure': 125}",{'cx': 3251},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt0_125.qasm,1854,ibm_127q,graphstate,qiskit,0 +506,127,1086,"{'rz': 456, 'sx': 244, 'x': 16, 'measure': 13}",{'cx': 729},"(83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (122, 111); (122, 123); (123, 122)",pricingput_mapped_ibm_washington_qiskit_opt1_13.qasm,1724,ibm_127q,pricingput,qiskit,1 +507,127,77,"{'sx': 72, 'rz': 36, 'measure': 19, 'x': 1}",{'cx': 36},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77)",wstate_mapped_ibm_washington_qiskit_opt1_19.qasm,3296,ibm_127q,wstate,qiskit,1 +508,127,7908,"{'rz': 6517, 'sx': 2192, 'measure': 37, 'x': 34}",{'cx': 29748},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_37.qasm,2403,ibm_127q,random,qiskit,0 +509,127,780,"{'rz': 1059, 'sx': 278, 'x': 31, 'measure': 25}",{'cx': 1787},"(34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qpeexact_mapped_ibm_washington_qiskit_opt3_26.qasm,3748,ibm_127q,qpeexact,qiskit,3 +510,127,778,"{'rz': 1337, 'sx': 31, 'measure': 30}",{'cx': 2537},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qftentangled_mapped_ibm_washington_qiskit_opt1_30.qasm,1287,ibm_127q,qftentangled,qiskit,1 +511,127,488,"{'rz': 262, 'sx': 131, 'x': 65, 'measure': 65}",{'cx': 818},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",dj_mapped_ibm_washington_qiskit_opt0_66.qasm,3160,ibm_127q,dj,qiskit,0 +512,127,43,"{'measure': 40, 'rz': 2, 'sx': 1}",{'cx': 39},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (51, 36); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt3_40.qasm,1891,ibm_127q,ghz,qiskit,3 +513,127,3016,"{'rz': 3843, 'sx': 398, 'measure': 67}",{'cx': 10057},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104)",ae_mapped_ibm_washington_qiskit_opt2_67.qasm,2785,ibm_127q,ae,qiskit,2 +514,127,209,"{'sx': 204, 'rz': 102, 'measure': 52, 'x': 1}",{'cx': 102},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_52.qasm,1538,ibm_127q,wstate,qiskit,1 +515,127,7070,"{'rz': 6565, 'sx': 220, 'measure': 110, 'x': 1}",{'cx': 32427},"(10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 22); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_111.qasm,3197,ibm_127q,qpeinexact,qiskit,2 +516,127,125,"{'measure': 32, 'rz': 2, 'sx': 1}",{'cx': 214},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30)",ghz_mapped_ibm_washington_qiskit_opt0_32.qasm,4066,ibm_127q,ghz,qiskit,0 +517,127,32,"{'rz': 106, 'sx': 58, 'measure': 31, 'x': 2}",{'cx': 97},"(3, 4); (4, 3); (4, 15); (15, 4); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (100, 101); (100, 110); (101, 100); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118)",graphstate_mapped_ibm_washington_qiskit_opt3_31.qasm,3794,ibm_127q,graphstate,qiskit,3 +518,127,43,"{'rz': 156, 'sx': 81, 'measure': 53, 'x': 2}",{'cx': 196},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt3_53.qasm,1397,ibm_127q,graphstate,qiskit,3 +519,127,321,"{'sx': 316, 'rz': 158, 'measure': 80, 'x': 1}",{'cx': 158},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_80.qasm,1115,ibm_127q,wstate,qiskit,1 +520,127,1757,"{'sx': 440, 'rz': 440, 'measure': 55}",{'cx': 14490},"(28, 29); (28, 35); (29, 28); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 64); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt2_55.qasm,1292,ibm_127q,realamprandom,qiskit,2 +521,127,368,"{'rz': 245, 'sx': 70, 'measure': 20}",{'cx': 626},"(73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",portfolioqaoa_mapped_ibm_washington_qiskit_opt2_10.qasm,1934,ibm_127q,portfolioqaoa,qiskit,2 +522,127,13163,"{'sx': 880, 'rz': 880, 'measure': 110}",{'cx': 90470},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_110.qasm,1940,ibm_127q,su2random,qiskit,1 +523,127,1085,"{'rz': 1242, 'sx': 54, 'measure': 27, 'x': 1}",{'cx': 4080},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_28.qasm,3077,ibm_127q,qpeinexact,qiskit,0 +524,127,495,"{'rz': 521, 'sx': 20, 'measure': 20}",{'cx': 1070},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt2_20.qasm,2783,ibm_127q,qft,qiskit,2 +525,127,2749,"{'rz': 2877, 'sx': 84, 'measure': 42, 'x': 1}",{'cx': 11130},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_43.qasm,2371,ibm_127q,qpeinexact,qiskit,0 +526,127,8018,"{'sx': 816, 'rz': 816, 'measure': 102}",{'cx': 60807},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_102.qasm,2247,ibm_127q,su2random,qiskit,2 +527,127,1836,"{'rz': 2713, 'sx': 57, 'measure': 57}",{'cx': 7731},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt2_57.qasm,2802,ibm_127q,qft,qiskit,2 +528,127,5542,"{'rz': 5917, 'sx': 122, 'measure': 61, 'x': 1}",{'cx': 26978},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt0_62.qasm,1422,ibm_127q,qpeinexact,qiskit,0 +529,127,477,"{'rz': 319, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 609},"(41, 42); (41, 53); (42, 41); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",qpeinexact_mapped_ibm_washington_qiskit_opt2_15.qasm,3155,ibm_127q,qpeinexact,qiskit,2 +530,127,4260,"{'rz': 5012, 'sx': 112, 'measure': 56, 'x': 1}",{'cx': 21615},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt0_57.qasm,2711,ibm_127q,qpeexact,qiskit,0 +531,127,153,"{'rz': 228, 'sx': 114, 'measure': 38}",{'cx': 485},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38)",graphstate_mapped_ibm_washington_qiskit_opt0_38.qasm,2063,ibm_127q,graphstate,qiskit,0 +532,127,109,"{'sx': 104, 'rz': 52, 'measure': 27, 'x': 1}",{'cx': 52},"(67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_27.qasm,3884,ibm_127q,wstate,qiskit,3 +533,127,1450,"{'rz': 649, 'sx': 392, 'x': 18, 'measure': 15}",{'cx': 897},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73)",pricingput_mapped_ibm_washington_qiskit_opt2_15.qasm,1526,ibm_127q,pricingput,qiskit,2 +534,127,1504,"{'rz': 1130, 'sx': 678, 'measure': 114, 'x': 1}",{'cx': 1696},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_114.qasm,4071,ibm_127q,wstate,qiskit,0 +535,127,1879,"{'rz': 10647, 'sx': 7453, 'measure': 52, 'x': 16}",{'cx': 9434},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt3_52.qasm,1800,ibm_127q,qnn,qiskit,3 +536,127,9442,"{'rz': 16500, 'sx': 750, 'measure': 125}",{'cx': 109385},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_125.qasm,1700,ibm_127q,qnn,qiskit,2 +537,127,53,"{'measure': 50, 'rz': 2, 'sx': 1}",{'cx': 49},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_50.qasm,1754,ibm_127q,ghz,qiskit,2 +538,127,236,"{'rz': 408, 'sx': 204, 'measure': 68}",{'cx': 1178},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",graphstate_mapped_ibm_washington_qiskit_opt0_68.qasm,3638,ibm_127q,graphstate,qiskit,0 +539,127,8270,"{'rz': 10287, 'sx': 162, 'measure': 81, 'x': 1}",{'cx': 49788},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_82.qasm,3237,ibm_127q,qpeinexact,qiskit,0 +540,127,15,"{'measure': 12, 'rz': 2, 'sx': 1}",{'cx': 11},"(106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_12.qasm,2067,ibm_127q,ghz,qiskit,1 +541,127,591,"{'rz': 624, 'sx': 22, 'measure': 22}",{'cx': 1336},"(24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qft_mapped_ibm_washington_qiskit_opt2_22.qasm,2781,ibm_127q,qft,qiskit,2 +542,127,129,"{'sx': 124, 'rz': 62, 'measure': 32, 'x': 1}",{'cx': 62},"(32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_32.qasm,3103,ibm_127q,wstate,qiskit,3 +543,127,373,"{'sx': 368, 'rz': 184, 'measure': 93, 'x': 1}",{'cx': 184},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_93.qasm,3236,ibm_127q,wstate,qiskit,2 +544,127,470,"{'rz': 330, 'sx': 84, 'measure': 24}",{'cx': 854},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",portfolioqaoa_mapped_ibm_washington_qiskit_opt2_12.qasm,3373,ibm_127q,portfolioqaoa,qiskit,2 +545,127,3673,"{'rz': 8186, 'sx': 89, 'measure': 88}",{'cx': 22213},"(4, 15); (15, 4); (15, 22); (16, 26); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (122, 111)",qftentangled_mapped_ibm_washington_qiskit_opt1_88.qasm,2201,ibm_127q,qftentangled,qiskit,1 +546,127,1539,"{'rz': 2067, 'sx': 212, 'measure': 36}",{'cx': 3750},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",ae_mapped_ibm_washington_qiskit_opt1_36.qasm,1456,ibm_127q,ae,qiskit,1 +547,127,108,"{'measure': 105, 'rz': 2, 'sx': 1}",{'cx': 104},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_105.qasm,3609,ibm_127q,ghz,qiskit,2 +548,127,765,"{'rz': 168, 'sx': 168, 'measure': 21}",{'cx': 2515},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (85, 73); (85, 86); (86, 85)",realamprandom_mapped_ibm_washington_qiskit_opt1_21.qasm,2531,ibm_127q,realamprandom,qiskit,1 +549,127,605,"{'rz': 410, 'sx': 205, 'measure': 102}",{'cx': 876},"(4, 15); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt1_103.qasm,2024,ibm_127q,dj,qiskit,1 +550,127,37,"{'rz': 37, 'sx': 21, 'measure': 10}",{'cx': 27},"(85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (93, 87); (93, 106); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt2_11.qasm,3979,ibm_127q,dj,qiskit,2 +551,127,1551,"{'rz': 13088, 'sx': 9850, 'measure': 54, 'x': 1}",{'cx': 9250},"(4, 15); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt3_54.qasm,3025,ibm_127q,qnn,qiskit,3 +552,127,110,"{'rz': 92, 'sx': 55, 'measure': 23, 'x': 3}",{'cx': 64},"(16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (34, 24); (34, 43); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (106, 93)",dj_mapped_ibm_washington_qiskit_opt3_24.qasm,1541,ibm_127q,dj,qiskit,3 +553,127,3973,"{'rz': 1441, 'sx': 341, 'measure': 15, 'x': 10}",{'cx': 3441},"(42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt1_15.qasm,2991,ibm_127q,qwalk-v-chain,qiskit,1 +554,127,1014,"{'measure': 123, 'rz': 2, 'sx': 1}",{'cx': 1091},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (126, 112)",ghz_mapped_ibm_washington_qiskit_opt2_123.qasm,1235,ibm_127q,ghz,qiskit,2 +555,127,3295,"{'rz': 4398, 'sx': 108, 'measure': 54, 'x': 1}",{'cx': 10252},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt1_55.qasm,3865,ibm_127q,qpeinexact,qiskit,1 +556,127,1843,"{'rz': 3623, 'sx': 1530, 'x': 200, 'measure': 52}",{'cx': 5640},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (111, 104)",ae_mapped_ibm_washington_qiskit_opt3_52.qasm,3067,ibm_127q,ae,qiskit,3 +557,127,356,"{'rz': 696, 'sx': 348, 'measure': 116}",{'cx': 3032},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt0_116.qasm,3813,ibm_127q,graphstate,qiskit,0 +558,127,8525,"{'rz': 10950, 'sx': 494, 'measure': 83}",{'cx': 48458},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt0_83.qasm,2969,ibm_127q,ae,qiskit,0 +559,127,7493,"{'sx': 640, 'rz': 640, 'measure': 80}",{'cx': 44665},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_80.qasm,3630,ibm_127q,su2random,qiskit,1 +560,127,6404,"{'rz': 7208, 'sx': 234, 'measure': 117, 'x': 1}",{'cx': 38194},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_118.qasm,1871,ibm_127q,qpeexact,qiskit,2 +561,127,789,"{'rz': 288, 'sx': 144, 'measure': 18}",{'cx': 3528},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_18.qasm,3266,ibm_127q,su2random,qiskit,0 +562,127,8481,"{'rz': 11832, 'sx': 174, 'measure': 87, 'x': 1}",{'cx': 54003},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_88.qasm,2877,ibm_127q,qpeinexact,qiskit,0 +563,127,259,"{'rz': 280, 'sx': 154, 'x': 19, 'measure': 9}",{'cx': 262},"(45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",random_mapped_ibm_washington_qiskit_opt3_9.qasm,1348,ibm_127q,random,qiskit,3 +564,127,2464,"{'rz': 4676, 'sx': 59, 'measure': 59}",{'cx': 10019},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105)",qft_mapped_ibm_washington_qiskit_opt1_59.qasm,1240,ibm_127q,qft,qiskit,1 +565,127,968,"{'rz': 1324, 'sx': 411, 'x': 59, 'measure': 28}",{'cx': 2212},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt3_29.qasm,1206,ibm_127q,qpeinexact,qiskit,3 +566,127,3916,"{'rz': 10728, 'sx': 110, 'measure': 109}",{'cx': 29898},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_109.qasm,1771,ibm_127q,qftentangled,qiskit,1 +567,127,358,"{'measure': 73, 'rz': 2, 'sx': 1}",{'cx': 630},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62)",ghz_mapped_ibm_washington_qiskit_opt0_73.qasm,3064,ibm_127q,ghz,qiskit,0 +568,127,13,"{'measure': 10, 'rz': 2, 'sx': 1}",{'cx': 9},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121)",ghz_mapped_ibm_washington_qiskit_opt1_10.qasm,3983,ibm_127q,ghz,qiskit,1 +569,127,3765,"{'rz': 4232, 'sx': 148, 'measure': 74, 'x': 1}",{'cx': 14821},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qpeinexact_mapped_ibm_washington_qiskit_opt2_75.qasm,2072,ibm_127q,qpeinexact,qiskit,2 +570,127,370,"{'rz': 552, 'sx': 276, 'measure': 92}",{'cx': 2195},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79)",graphstate_mapped_ibm_washington_qiskit_opt0_92.qasm,1718,ibm_127q,graphstate,qiskit,0 +571,127,7202,"{'rz': 588, 'sx': 392, 'measure': 49}",{'cx': 44973},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_49.qasm,2264,ibm_127q,twolocalrandom,qiskit,0 +572,127,347,"{'sx': 136, 'rz': 136, 'measure': 17}",{'cx': 1039},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",su2random_mapped_ibm_washington_qiskit_opt2_17.qasm,1592,ibm_127q,su2random,qiskit,2 +573,127,1007,"{'rz': 208, 'sx': 208, 'measure': 26}",{'cx': 3586},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111); (122, 123); (123, 122)",realamprandom_mapped_ibm_washington_qiskit_opt2_26.qasm,1735,ibm_127q,realamprandom,qiskit,2 +574,127,5193,"{'rz': 7470, 'sx': 498, 'measure': 83}",{'cx': 35207},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_83.qasm,3222,ibm_127q,qnn,qiskit,2 +575,127,951,"{'rz': 720, 'sx': 432, 'measure': 73, 'x': 1}",{'cx': 1050},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62)",wstate_mapped_ibm_washington_qiskit_opt0_73.qasm,1089,ibm_127q,wstate,qiskit,0 +576,127,3991,"{'rz': 7654, 'sx': 476, 'measure': 80}",{'cx': 17984},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100); (110, 118); (118, 110)",ae_mapped_ibm_washington_qiskit_opt1_80.qasm,2794,ibm_127q,ae,qiskit,1 +577,127,2161,"{'rz': 2444, 'sx': 284, 'measure': 48}",{'cx': 5562},"(4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",ae_mapped_ibm_washington_qiskit_opt2_48.qasm,3153,ibm_127q,ae,qiskit,2 +578,127,3441,"{'rz': 2568, 'sx': 230, 'measure': 39}",{'cx': 9915},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_39.qasm,1338,ibm_127q,ae,qiskit,0 +579,127,744,"{'rz': 1380, 'sx': 731, 'measure': 24, 'x': 4}",{'cx': 2313},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (72, 62)",qnn_mapped_ibm_washington_qiskit_opt3_24.qasm,1137,ibm_127q,qnn,qiskit,3 +580,127,1687,"{'rz': 1833, 'sx': 895, 'x': 99, 'measure': 21}",{'cx': 3072},"(34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (81, 72)",random_mapped_ibm_washington_qiskit_opt3_21.qasm,1388,ibm_127q,random,qiskit,3 +581,127,854,"{'rz': 907, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 1947},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qpeexact_mapped_ibm_washington_qiskit_opt2_26.qasm,3851,ibm_127q,qpeexact,qiskit,2 +582,127,767,"{'rz': 2028, 'sx': 1189, 'measure': 28, 'x': 3}",{'cx': 3143},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt3_28.qasm,3087,ibm_127q,qnn,qiskit,3 +583,127,166,"{'rz': 354, 'sx': 177, 'measure': 91}",{'cx': 508},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_91.qasm,1745,ibm_127q,graphstate,qiskit,2 +584,127,395,"{'measure': 89, 'rz': 2, 'sx': 1}",{'cx': 700},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_89.qasm,1058,ibm_127q,ghz,qiskit,0 +585,127,8927,"{'sx': 728, 'rz': 728, 'measure': 91}",{'cx': 55092},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_91.qasm,3648,ibm_127q,realamprandom,qiskit,2 +586,127,46,"{'rz': 139, 'sx': 72, 'measure': 39}",{'cx': 130},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100)",graphstate_mapped_ibm_washington_qiskit_opt3_39.qasm,2162,ibm_127q,graphstate,qiskit,3 +587,127,329,"{'rz': 260, 'sx': 78, 'measure': 13}",{'cx': 687},"(81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qnn_mapped_ibm_washington_qiskit_opt1_13.qasm,1759,ibm_127q,qnn,qiskit,1 +588,127,15297,"{'rz': 17870, 'sx': 6314, 'x': 71, 'measure': 61}",{'cx': 86761},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_61.qasm,2714,ibm_127q,random,qiskit,0 +589,127,3943,"{'rz': 7825, 'sx': 86, 'measure': 85}",{'cx': 20529},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104)",qftentangled_mapped_ibm_washington_qiskit_opt1_85.qasm,3018,ibm_127q,qftentangled,qiskit,1 +590,127,5049,"{'rz': 5132, 'sx': 2107, 'x': 72, 'measure': 38}",{'cx': 15310},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt2_38.qasm,2832,ibm_127q,random,qiskit,2 +591,127,1536,"{'rz': 1160, 'sx': 696, 'measure': 117, 'x': 1}",{'cx': 1729},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_117.qasm,3402,ibm_127q,wstate,qiskit,0 +592,127,97,"{'rz': 86, 'sx': 53, 'measure': 22, 'x': 3}",{'cx': 69},"(20, 33); (33, 20); (33, 39); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (53, 41); (53, 60); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (92, 83)",dj_mapped_ibm_washington_qiskit_opt3_23.qasm,1462,ibm_127q,dj,qiskit,3 +593,127,18581,"{'rz': 20195, 'sx': 7344, 'x': 256, 'measure': 72}",{'cx': 84366},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83)",random_mapped_ibm_washington_qiskit_opt1_72.qasm,4012,ibm_127q,random,qiskit,1 +594,127,1166,"{'rz': 1183, 'sx': 60, 'measure': 30, 'x': 1}",{'cx': 2861},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt2_31.qasm,3901,ibm_127q,qpeexact,qiskit,2 +595,127,150,"{'rz': 78, 'sx': 39, 'x': 21, 'measure': 19}",{'cx': 259},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_20.qasm,2259,ibm_127q,dj,qiskit,0 +596,127,1704,"{'rz': 3064, 'sx': 1276, 'x': 186, 'measure': 43}",{'cx': 4636},"(4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeinexact_mapped_ibm_washington_qiskit_opt3_44.qasm,3878,ibm_127q,qpeinexact,qiskit,3 +597,127,95,"{'measure': 92, 'rz': 2, 'sx': 1}",{'cx': 91},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_92.qasm,1696,ibm_127q,ghz,qiskit,1 +598,127,115,"{'measure': 22, 'rz': 2, 'sx': 1}",{'cx': 204},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_22.qasm,1862,ibm_127q,ghz,qiskit,0 +599,127,748,"{'rz': 176, 'sx': 176, 'measure': 22}",{'cx': 2472},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",realamprandom_mapped_ibm_washington_qiskit_opt2_22.qasm,2720,ibm_127q,realamprandom,qiskit,2 +600,127,539,"{'measure': 110, 'rz': 2, 'sx': 1}",{'cx': 970},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt0_110.qasm,2339,ibm_127q,ghz,qiskit,0 +601,127,15030,"{'rz': 944, 'sx': 944, 'measure': 118}",{'cx': 108947},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_118.qasm,1852,ibm_127q,twolocalrandom,qiskit,1 +602,127,6240,"{'rz': 656, 'sx': 656, 'measure': 82}",{'cx': 45722},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 43); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt1_82.qasm,3503,ibm_127q,realamprandom,qiskit,1 +603,127,730,"{'rz': 585, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1731},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_19.qasm,2752,ibm_127q,qpeinexact,qiskit,0 +604,127,10830,"{'rz': 17437, 'sx': 212, 'measure': 106, 'x': 1}",{'cx': 80537},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt0_107.qasm,2668,ibm_127q,qpeinexact,qiskit,0 +605,127,8342,"{'rz': 672, 'sx': 448, 'measure': 56}",{'cx': 58464},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_56.qasm,1485,ibm_127q,realamprandom,qiskit,0 +606,127,1281,"{'rz': 1187, 'sx': 498, 'x': 23, 'measure': 19}",{'cx': 2359},"(8, 16); (16, 8); (16, 26); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45)",random_mapped_ibm_washington_qiskit_opt2_19.qasm,2242,ibm_127q,random,qiskit,2 +607,127,2116,"{'rz': 3257, 'sx': 1224, 'x': 156, 'measure': 49}",{'cx': 5090},"(34, 43); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt3_49.qasm,3787,ibm_127q,ae,qiskit,3 +608,127,1110,"{'rz': 288, 'sx': 192, 'measure': 24}",{'cx': 6309},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_24.qasm,2609,ibm_127q,twolocalrandom,qiskit,0 +609,127,6237,"{'rz': 7981, 'sx': 752, 'measure': 126}",{'cx': 36924},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_126.qasm,3266,ibm_127q,ae,qiskit,2 +610,127,9046,"{'rz': 992, 'sx': 496, 'measure': 62}",{'cx': 68472},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_62.qasm,2973,ibm_127q,su2random,qiskit,0 +611,127,2367,"{'rz': 15151, 'sx': 10465, 'measure': 61, 'x': 23}",{'cx': 13336},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (100, 110); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt3_61.qasm,1659,ibm_127q,qnn,qiskit,3 +612,127,13997,"{'sx': 928, 'rz': 928, 'measure': 116}",{'cx': 109280},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_116.qasm,2857,ibm_127q,twolocalrandom,qiskit,1 +613,127,2561,"{'sx': 448, 'rz': 448, 'measure': 56}",{'cx': 17183},"(3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt2_56.qasm,1179,ibm_127q,su2random,qiskit,2 +614,127,400,"{'rz': 245, 'sx': 70, 'measure': 20}",{'cx': 602},"(34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66)",portfolioqaoa_mapped_ibm_washington_qiskit_opt1_10.qasm,2345,ibm_127q,portfolioqaoa,qiskit,1 +615,127,3761,"{'rz': 1836, 'sx': 78, 'measure': 7, 'x': 1}",{'cx': 3525},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64)",grover-noancilla_mapped_ibm_washington_qiskit_opt1_7.qasm,4089,ibm_127q,grover-noancilla,qiskit,1 +616,127,1317,"{'sx': 296, 'rz': 296, 'measure': 37}",{'cx': 7030},"(26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (35, 28); (35, 47); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_37.qasm,1737,ibm_127q,twolocalrandom,qiskit,2 +617,127,63,"{'rz': 48, 'sx': 24, 'measure': 4}",{'cx': 36},"(66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",groundstate_small_mapped_ibm_washington_qiskit_opt1_4.qasm,1369,ibm_127q,groundstate,qiskit,1 +618,127,1444,"{'rz': 838, 'sx': 550, 'x': 23, 'measure': 15}",{'cx': 785},"(54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",pricingcall_mapped_ibm_washington_qiskit_opt3_15.qasm,1755,ibm_127q,pricingcall,qiskit,3 +619,127,8485,"{'rz': 8247, 'sx': 2917, 'measure': 42, 'x': 30}",{'cx': 36317},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_42.qasm,3079,ibm_127q,random,qiskit,0 +620,127,67,"{'measure': 64, 'rz': 2, 'sx': 1}",{'cx': 63},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_64.qasm,1207,ibm_127q,ghz,qiskit,1 +621,127,763,"{'rz': 646, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 1205},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt1_20.qasm,2846,ibm_127q,qpeinexact,qiskit,1 +622,127,6268,"{'rz': 9858, 'sx': 194, 'measure': 97, 'x': 1}",{'cx': 28715},"(4, 5); (4, 15); (5, 4); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_98.qasm,4025,ibm_127q,qpeinexact,qiskit,1 +623,127,1396,"{'rz': 2098, 'sx': 894, 'x': 118, 'measure': 34}",{'cx': 2968},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt3_35.qasm,2296,ibm_127q,qpeinexact,qiskit,3 +624,127,4698,"{'rz': 2718, 'sx': 679, 'x': 54, 'measure': 7}",{'cx': 3554},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (64, 54)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt3_7.qasm,2267,ibm_127q,qwalk-noancilla,qiskit,3 +625,127,42,"{'measure': 39, 'rz': 2, 'sx': 1}",{'cx': 38},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt3_39.qasm,1223,ibm_127q,ghz,qiskit,3 +626,127,1623,"{'sx': 296, 'rz': 296, 'measure': 37}",{'cx': 8611},"(24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt1_37.qasm,1043,ibm_127q,realamprandom,qiskit,1 +627,127,2444,"{'rz': 5130, 'sx': 86, 'measure': 85}",{'cx': 16611},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_85.qasm,2239,ibm_127q,qftentangled,qiskit,2 +628,127,3045,"{'rz': 372, 'sx': 248, 'measure': 31}",{'cx': 15810},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_31.qasm,3939,ibm_127q,twolocalrandom,qiskit,0 +629,127,231,"{'rz': 195, 'sx': 100, 'x': 11, 'measure': 8}",{'cx': 169},"(45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66)",random_mapped_ibm_washington_qiskit_opt3_8.qasm,3742,ibm_127q,random,qiskit,3 +630,127,1005,"{'rz': 1423, 'sx': 31, 'measure': 31}",{'cx': 2706},"(33, 39); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83); (92, 102); (102, 92)",qft_mapped_ibm_washington_qiskit_opt1_31.qasm,3995,ibm_127q,qft,qiskit,1 +631,127,5437,"{'sx': 704, 'rz': 704, 'measure': 88}",{'cx': 47105},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_88.qasm,1471,ibm_127q,su2random,qiskit,2 +632,127,368,"{'rz': 194, 'sx': 97, 'measure': 48, 'x': 47}",{'cx': 651},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47)",dj_mapped_ibm_washington_qiskit_opt0_49.qasm,2375,ibm_127q,dj,qiskit,0 +633,127,4797,"{'sx': 624, 'rz': 624, 'measure': 78}",{'cx': 34433},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (118, 110); (118, 119); (119, 118)",realamprandom_mapped_ibm_washington_qiskit_opt2_78.qasm,1886,ibm_127q,realamprandom,qiskit,2 +634,127,536,"{'rz': 472, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 863},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83); (92, 102); (102, 92)",qpeinexact_mapped_ibm_washington_qiskit_opt1_17.qasm,2825,ibm_127q,qpeinexact,qiskit,1 +635,127,5278,"{'rz': 6225, 'sx': 368, 'measure': 62}",{'cx': 23894},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ae_mapped_ibm_washington_qiskit_opt0_62.qasm,1507,ibm_127q,ae,qiskit,0 +636,127,15197,"{'rz': 15212, 'sx': 5856, 'x': 205, 'measure': 64}",{'cx': 61796},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt2_64.qasm,1931,ibm_127q,random,qiskit,2 +637,127,2615,"{'sx': 400, 'rz': 400, 'measure': 50}",{'cx': 16559},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_50.qasm,3901,ibm_127q,su2random,qiskit,1 +638,127,145,"{'sx': 140, 'rz': 70, 'measure': 36, 'x': 1}",{'cx': 70},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (90, 75); (90, 94); (91, 79); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",wstate_mapped_ibm_washington_qiskit_opt2_36.qasm,2769,ibm_127q,wstate,qiskit,2 +639,127,631,"{'rz': 454, 'sx': 227, 'measure': 113}",{'cx': 830},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt1_114.qasm,3347,ibm_127q,dj,qiskit,1 +640,127,212,"{'rz': 130, 'sx': 48, 'x': 10, 'measure': 5}",{'cx': 85},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3)",pricingput_mapped_ibm_washington_qiskit_opt0_5.qasm,3408,ibm_127q,pricingput,qiskit,0 +641,127,551,"{'rz': 406, 'sx': 221, 'measure': 110}",{'cx': 745},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt2_111.qasm,1177,ibm_127q,dj,qiskit,2 +642,127,4459,"{'rz': 6886, 'sx': 440, 'measure': 74}",{'cx': 14369},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt1_74.qasm,1503,ibm_127q,ae,qiskit,1 +643,127,814,"{'rz': 262, 'sx': 260, 'measure': 32, 'x': 1}",{'cx': 4546},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt3_32.qasm,3751,ibm_127q,realamprandom,qiskit,3 +644,127,2020,"{'rz': 1612, 'sx': 62, 'measure': 31, 'x': 1}",{'cx': 6779},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30)",qpeinexact_mapped_ibm_washington_qiskit_opt0_32.qasm,2520,ibm_127q,qpeinexact,qiskit,0 +645,127,182,"{'rz': 112, 'sx': 14, 'measure': 7, 'x': 1}",{'cx': 239},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",qpeinexact_mapped_ibm_washington_qiskit_opt0_8.qasm,3650,ibm_127q,qpeinexact,qiskit,0 +646,127,2211,"{'rz': 2905, 'sx': 110, 'measure': 55, 'x': 1}",{'cx': 8508},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102)",qpeinexact_mapped_ibm_washington_qiskit_opt2_56.qasm,1033,ibm_127q,qpeinexact,qiskit,2 +647,127,382,"{'rz': 198, 'sx': 99, 'measure': 49, 'x': 47}",{'cx': 661},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48)",dj_mapped_ibm_washington_qiskit_opt0_50.qasm,3823,ibm_127q,dj,qiskit,0 +648,127,368,"{'rz': 104, 'sx': 104, 'measure': 13}",{'cx': 848},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_13.qasm,3916,ibm_127q,twolocalrandom,qiskit,1 +649,127,14188,"{'rz': 1020, 'sx': 680, 'measure': 85}",{'cx': 137076},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt0_85.qasm,1708,ibm_127q,realamprandom,qiskit,0 +650,127,920,"{'rz': 2061, 'sx': 749, 'x': 60, 'measure': 37}",{'cx': 3030},"(24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt3_37.qasm,3333,ibm_127q,qft,qiskit,3 +651,127,3109,"{'rz': 4178, 'sx': 146, 'measure': 73, 'x': 1}",{'cx': 14358},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qpeinexact_mapped_ibm_washington_qiskit_opt2_74.qasm,1067,ibm_127q,qpeinexact,qiskit,2 +652,127,3253,"{'rz': 4084, 'sx': 53, 'measure': 52}",{'cx': 17646},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_52.qasm,3664,ibm_127q,qftentangled,qiskit,0 +653,127,433,"{'rz': 318, 'sx': 159, 'measure': 79}",{'cx': 532},"(12, 13); (12, 17); (13, 12); (16, 26); (17, 12); (17, 30); (20, 33); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (74, 89); (77, 71); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (112, 108); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt1_80.qasm,1436,ibm_127q,dj,qiskit,1 +654,127,8206,"{'rz': 4392, 'sx': 366, 'measure': 61}",{'cx': 62343},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_61.qasm,1990,ibm_127q,qnn,qiskit,0 +655,127,952,"{'rz': 1158, 'sx': 28, 'measure': 28}",{'cx': 2304},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qft_mapped_ibm_washington_qiskit_opt1_28.qasm,2760,ibm_127q,qft,qiskit,1 +656,127,680,"{'rz': 370, 'sx': 185, 'measure': 92, 'x': 85}",{'cx': 1175},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83)",dj_mapped_ibm_washington_qiskit_opt0_93.qasm,1380,ibm_127q,dj,qiskit,0 +657,127,196,"{'rz': 80, 'sx': 80, 'measure': 10}",{'cx': 375},"(73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",realamprandom_mapped_ibm_washington_qiskit_opt2_10.qasm,1277,ibm_127q,realamprandom,qiskit,2 +658,127,536,"{'rz': 472, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 863},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83); (92, 102); (102, 92)",qpeexact_mapped_ibm_washington_qiskit_opt1_17.qasm,2585,ibm_127q,qpeexact,qiskit,1 +659,127,800,"{'rz': 744, 'sx': 116, 'measure': 20}",{'cx': 1661},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_20.qasm,1540,ibm_127q,ae,qiskit,0 +660,127,1790,"{'rz': 3670, 'sx': 1534, 'x': 174, 'measure': 50}",{'cx': 5409},"(16, 26); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt3_50.qasm,2344,ibm_127q,qft,qiskit,3 +661,127,1398,"{'rz': 2100, 'sx': 896, 'x': 121, 'measure': 34}",{'cx': 2967},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt3_35.qasm,2112,ibm_127q,qpeexact,qiskit,3 +662,127,1285,"{'rz': 970, 'sx': 582, 'measure': 98, 'x': 1}",{'cx': 1466},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",wstate_mapped_ibm_washington_qiskit_opt0_98.qasm,1057,ibm_127q,wstate,qiskit,0 +663,127,200,"{'rz': 162, 'sx': 81, 'measure': 40}",{'cx': 226},"(33, 39); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (53, 41); (54, 45); (54, 64); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (111, 104)",dj_mapped_ibm_washington_qiskit_opt1_41.qasm,1842,ibm_127q,dj,qiskit,1 +664,127,520,"{'rz': 240, 'sx': 120, 'measure': 15}",{'cx': 2091},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_15.qasm,2701,ibm_127q,su2random,qiskit,0 +665,127,541,"{'rz': 432, 'sx': 96, 'measure': 16}",{'cx': 2019},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_16.qasm,1810,ibm_127q,qnn,qiskit,0 +666,127,12503,"{'rz': 13933, 'sx': 5288, 'x': 199, 'measure': 61}",{'cx': 52385},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_61.qasm,1081,ibm_127q,random,qiskit,1 +667,127,4905,"{'rz': 4823, 'sx': 1768, 'x': 57, 'measure': 36}",{'cx': 13819},"(34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",random_mapped_ibm_washington_qiskit_opt1_36.qasm,1396,ibm_127q,random,qiskit,1 +668,127,1672,"{'rz': 2446, 'sx': 891, 'x': 141, 'measure': 39}",{'cx': 4087},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt3_40.qasm,1100,ibm_127q,qpeexact,qiskit,3 +669,127,5051,"{'sx': 680, 'rz': 680, 'measure': 85}",{'cx': 39540},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_85.qasm,2053,ibm_127q,twolocalrandom,qiskit,2 +670,127,392,"{'rz': 424, 'sx': 17, 'measure': 17}",{'cx': 815},"(33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qft_mapped_ibm_washington_qiskit_opt1_17.qasm,1236,ibm_127q,qft,qiskit,1 +671,127,855,"{'rz': 871, 'sx': 775, 'measure': 22, 'x': 7}",{'cx': 2085},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (85, 73)",realamprandom_mapped_ibm_washington_qiskit_opt3_22.qasm,1829,ibm_127q,realamprandom,qiskit,3 +672,127,113,"{'rz': 74, 'sx': 20, 'measure': 6, 'x': 3}",{'cx': 78},"(45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65)",qpeexact_mapped_ibm_washington_qiskit_opt3_7.qasm,2471,ibm_127q,qpeexact,qiskit,3 +673,127,2155,"{'rz': 1968, 'sx': 246, 'measure': 41}",{'cx': 7130},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt2_41.qasm,1059,ibm_127q,qnn,qiskit,2 +674,127,444,"{'rz': 377, 'sx': 91, 'measure': 26}",{'cx': 1038},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",portfolioqaoa_mapped_ibm_washington_qiskit_opt2_13.qasm,1157,ibm_127q,portfolioqaoa,qiskit,2 +675,127,289,"{'rz': 210, 'sx': 126, 'measure': 22, 'x': 1}",{'cx': 345},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_22.qasm,1863,ibm_127q,wstate,qiskit,0 +676,127,13792,"{'rz': 4806, 'sx': 219, 'x': 42, 'measure': 8}",{'cx': 12519},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt0_8.qasm,1852,ibm_127q,qwalk-noancilla,qiskit,0 +677,127,48832,"{'rz': 47312, 'sx': 17392, 'x': 653, 'measure': 111}",{'cx': 264273},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_111.qasm,1292,ibm_127q,random,qiskit,1 +678,127,971,"{'rz': 3676, 'sx': 2300, 'measure': 36}",{'cx': 5162},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98)",qnn_mapped_ibm_washington_qiskit_opt3_36.qasm,1634,ibm_127q,qnn,qiskit,3 +679,127,3334,"{'rz': 432, 'sx': 432, 'measure': 54}",{'cx': 19566},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (102, 92)",realamprandom_mapped_ibm_washington_qiskit_opt1_54.qasm,2950,ibm_127q,realamprandom,qiskit,1 +680,127,9456,"{'rz': 1008, 'sx': 504, 'measure': 63}",{'cx': 71967},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_63.qasm,2900,ibm_127q,su2random,qiskit,0 +681,127,92,"{'rz': 220, 'sx': 110, 'measure': 62}",{'cx': 329},"(17, 30); (20, 33); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt2_62.qasm,2270,ibm_127q,graphstate,qiskit,2 +682,127,508,"{'rz': 389, 'sx': 223, 'measure': 101, 'x': 9}",{'cx': 504},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt3_102.qasm,3524,ibm_127q,dj,qiskit,3 +683,127,7008,"{'rz': 6763, 'sx': 224, 'measure': 112, 'x': 1}",{'cx': 35424},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_113.qasm,2229,ibm_127q,qpeinexact,qiskit,2 +684,127,424,"{'rz': 322, 'sx': 161, 'measure': 80}",{'cx': 542},"(4, 15); (15, 4); (15, 22); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (126, 112)",dj_mapped_ibm_washington_qiskit_opt1_81.qasm,1555,ibm_127q,dj,qiskit,1 +685,127,14686,"{'rz': 1312, 'sx': 656, 'measure': 82}",{'cx': 134319},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",su2random_mapped_ibm_washington_qiskit_opt0_82.qasm,3668,ibm_127q,su2random,qiskit,0 +686,127,293,"{'rz': 190, 'sx': 95, 'measure': 47}",{'cx': 284},"(28, 35); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (118, 110)",dj_mapped_ibm_washington_qiskit_opt1_48.qasm,1108,ibm_127q,dj,qiskit,1 +687,127,3838,"{'rz': 8916, 'sx': 95, 'measure': 94}",{'cx': 24071},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_94.qasm,1714,ibm_127q,qftentangled,qiskit,1 +688,127,83,"{'rz': 152, 'sx': 76, 'measure': 48}",{'cx': 255},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt2_48.qasm,3788,ibm_127q,graphstate,qiskit,2 +689,127,176,"{'rz': 103, 'sx': 10, 'measure': 9}",{'cx': 203},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",qftentangled_mapped_ibm_washington_qiskit_opt2_9.qasm,1059,ibm_127q,qftentangled,qiskit,2 +690,127,25,"{'rz': 96, 'sx': 48, 'measure': 48}",{'cx': 48},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",graphstate_mapped_ibm_washington_qiskit_opt3_48.qasm,2333,ibm_127q,graphstate,qiskit,3 +691,127,55,"{'rz': 34, 'sx': 17, 'x': 11, 'measure': 8}",{'cx': 71},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",dj_mapped_ibm_washington_qiskit_opt0_9.qasm,2169,ibm_127q,dj,qiskit,0 +692,127,2618,"{'sx': 416, 'rz': 416, 'measure': 52}",{'cx': 18119},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_52.qasm,3205,ibm_127q,su2random,qiskit,1 +693,127,4459,"{'rz': 456, 'sx': 304, 'measure': 38}",{'cx': 24576},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_38.qasm,1166,ibm_127q,realamprandom,qiskit,0 +694,127,18407,"{'rz': 22210, 'sx': 7605, 'x': 87, 'measure': 67}",{'cx': 113598},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_67.qasm,2159,ibm_127q,random,qiskit,0 +695,127,12583,"{'sx': 944, 'rz': 944, 'measure': 118}",{'cx': 99548},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (15, 22); (16, 8); (16, 26); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_118.qasm,1544,ibm_127q,su2random,qiskit,2 +696,127,1822,"{'rz': 2032, 'sx': 84, 'measure': 42, 'x': 1}",{'cx': 5229},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt2_43.qasm,1981,ibm_127q,qpeexact,qiskit,2 +697,127,1728,"{'rz': 1840, 'sx': 80, 'measure': 40, 'x': 1}",{'cx': 4596},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",qpeexact_mapped_ibm_washington_qiskit_opt2_41.qasm,2341,ibm_127q,qpeexact,qiskit,2 +698,127,113,"{'rz': 150, 'sx': 75, 'measure': 43}",{'cx': 253},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118)",graphstate_mapped_ibm_washington_qiskit_opt1_43.qasm,1888,ibm_127q,graphstate,qiskit,1 +699,127,1230,"{'sx': 240, 'rz': 240, 'measure': 30}",{'cx': 6106},"(41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt1_30.qasm,1272,ibm_127q,su2random,qiskit,1 +700,127,15787,"{'sx': 920, 'rz': 920, 'measure': 115}",{'cx': 104391},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_115.qasm,1882,ibm_127q,su2random,qiskit,1 +701,127,233,"{'rz': 175, 'sx': 11, 'measure': 11}",{'cx': 299},"(45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt1_11.qasm,3161,ibm_127q,qft,qiskit,1 +702,127,6050,"{'rz': 7089, 'sx': 232, 'measure': 116, 'x': 1}",{'cx': 36561},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_117.qasm,3531,ibm_127q,qpeinexact,qiskit,2 +703,127,2681,"{'rz': 2238, 'sx': 788, 'measure': 22, 'x': 6}",{'cx': 7507},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_22.qasm,2952,ibm_127q,random,qiskit,0 +704,127,4443,"{'rz': 5799, 'sx': 63, 'measure': 62}",{'cx': 25980},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_62.qasm,4085,ibm_127q,qftentangled,qiskit,0 +705,127,77,"{'rz': 236, 'sx': 118, 'measure': 64}",{'cx': 319},"(4, 15); (14, 18); (15, 4); (15, 22); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt2_64.qasm,3832,ibm_127q,graphstate,qiskit,2 +706,127,71,"{'measure': 68, 'rz': 2, 'sx': 1}",{'cx': 67},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_68.qasm,2793,ibm_127q,ghz,qiskit,1 +707,127,412,"{'rz': 136, 'sx': 136, 'measure': 17}",{'cx': 1212},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",realamprandom_mapped_ibm_washington_qiskit_opt2_17.qasm,3845,ibm_127q,realamprandom,qiskit,2 +708,127,1001,"{'sx': 473, 'rz': 379, 'measure': 105, 'x': 1}",{'cx': 1414},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (126, 112)",wstate_mapped_ibm_washington_qiskit_opt1_105.qasm,1620,ibm_127q,wstate,qiskit,1 +709,127,1183,"{'rz': 1628, 'sx': 222, 'measure': 37}",{'cx': 6105},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (73, 66); (73, 85); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qnn_mapped_ibm_washington_qiskit_opt2_37.qasm,2739,ibm_127q,qnn,qiskit,2 +710,127,57066,"{'rz': 56515, 'sx': 20910, 'x': 715, 'measure': 121}",{'cx': 334274},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_121.qasm,1291,ibm_127q,random,qiskit,1 +711,127,412,"{'rz': 679, 'sx': 169, 'measure': 20, 'x': 4}",{'cx': 974},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt3_20.qasm,3048,ibm_127q,qftentangled,qiskit,3 +712,127,10040,"{'sx': 760, 'rz': 760, 'measure': 95}",{'cx': 65418},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_95.qasm,2666,ibm_127q,realamprandom,qiskit,1 +713,127,1816,"{'sx': 288, 'rz': 288, 'measure': 36}",{'cx': 8612},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",su2random_mapped_ibm_washington_qiskit_opt1_36.qasm,1217,ibm_127q,su2random,qiskit,1 +714,127,4350,"{'sx': 520, 'rz': 520, 'measure': 65}",{'cx': 25545},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_65.qasm,1134,ibm_127q,su2random,qiskit,2 +715,127,4676,"{'rz': 6057, 'sx': 202, 'measure': 101, 'x': 1}",{'cx': 27102},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_102.qasm,1790,ibm_127q,qpeinexact,qiskit,2 +716,127,963,"{'rz': 200, 'sx': 200, 'measure': 25}",{'cx': 3949},"(54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt1_25.qasm,3502,ibm_127q,realamprandom,qiskit,1 +717,127,8384,"{'rz': 12145, 'sx': 230, 'measure': 115, 'x': 1}",{'cx': 41255},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_116.qasm,2347,ibm_127q,qpeexact,qiskit,1 +718,127,1187,"{'sx': 477, 'rz': 401, 'measure': 104, 'x': 1}",{'cx': 1506},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",wstate_mapped_ibm_washington_qiskit_opt1_104.qasm,4076,ibm_127q,wstate,qiskit,1 +719,127,2561,"{'sx': 352, 'rz': 352, 'measure': 44}",{'cx': 12541},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_44.qasm,2025,ibm_127q,twolocalrandom,qiskit,1 +720,127,15214,"{'sx': 952, 'rz': 952, 'measure': 119}",{'cx': 112127},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (15, 4); (15, 22); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_119.qasm,1681,ibm_127q,realamprandom,qiskit,1 +721,127,2242,"{'rz': 1345, 'sx': 979, 'x': 38, 'measure': 17}",{'cx': 1066},"(53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",pricingcall_mapped_ibm_washington_qiskit_opt3_17.qasm,2344,ibm_127q,pricingcall,qiskit,3 +722,127,66,"{'rz': 88, 'sx': 44, 'measure': 32}",{'cx': 137},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",graphstate_mapped_ibm_washington_qiskit_opt2_32.qasm,3598,ibm_127q,graphstate,qiskit,2 +723,127,7995,"{'rz': 832, 'sx': 416, 'measure': 52}",{'cx': 51801},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_52.qasm,1886,ibm_127q,su2random,qiskit,0 +724,127,14140,"{'sx': 888, 'rz': 888, 'measure': 111}",{'cx': 85542},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_111.qasm,1512,ibm_127q,su2random,qiskit,2 +725,127,445,"{'rz': 323, 'sx': 179, 'measure': 89}",{'cx': 582},"(4, 15); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (56, 52); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt2_90.qasm,1568,ibm_127q,dj,qiskit,2 +726,127,4764,"{'rz': 6960, 'sx': 480, 'measure': 80}",{'cx': 31910},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt2_80.qasm,3059,ibm_127q,qnn,qiskit,2 +727,127,849,"{'rz': 470, 'sx': 235, 'measure': 117, 'x': 103}",{'cx': 1458},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt0_118.qasm,1422,ibm_127q,dj,qiskit,0 +728,127,732,"{'rz': 1134, 'sx': 573, 'measure': 22, 'x': 3}",{'cx': 1940},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (85, 73); (85, 86); (86, 85)",qnn_mapped_ibm_washington_qiskit_opt3_22.qasm,1079,ibm_127q,qnn,qiskit,3 +729,127,7689,"{'rz': 13670, 'sx': 758, 'measure': 127}",{'cx': 47545},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_127.qasm,1680,ibm_127q,ae,qiskit,1 +730,127,489,"{'measure': 102, 'rz': 2, 'sx': 1}",{'cx': 878},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ghz_mapped_ibm_washington_qiskit_opt0_102.qasm,3651,ibm_127q,ghz,qiskit,0 +731,127,3133,"{'rz': 1414, 'sx': 696, 'x': 100, 'measure': 17}",{'cx': 2461},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",pricingput_mapped_ibm_washington_qiskit_opt0_17.qasm,2960,ibm_127q,pricingput,qiskit,0 +732,127,17613,"{'sx': 992, 'rz': 992, 'measure': 124}",{'cx': 122723},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_124.qasm,3386,ibm_127q,su2random,qiskit,1 +733,127,1504,"{'rz': 2742, 'sx': 44, 'measure': 43}",{'cx': 5430},"(24, 34); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_43.qasm,2437,ibm_127q,qftentangled,qiskit,1 +734,127,897,"{'rz': 858, 'sx': 156, 'measure': 26}",{'cx': 3096},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (58, 71); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (85, 73); (91, 79)",qnn_mapped_ibm_washington_qiskit_opt1_26.qasm,2989,ibm_127q,qnn,qiskit,1 +735,127,1391,"{'rz': 312, 'sx': 208, 'measure': 26}",{'cx': 7269},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_26.qasm,3711,ibm_127q,realamprandom,qiskit,0 +736,127,380,"{'rz': 278, 'sx': 167, 'measure': 70, 'x': 10}",{'cx': 306},"(8, 16); (12, 17); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (110, 100); (110, 118); (111, 104); (118, 110)",dj_mapped_ibm_washington_qiskit_opt3_71.qasm,1780,ibm_127q,dj,qiskit,3 +737,127,84,"{'measure': 81, 'rz': 2, 'sx': 1}",{'cx': 80},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_81.qasm,4034,ibm_127q,ghz,qiskit,2 +738,127,492,"{'rz': 353, 'sx': 189, 'measure': 94}",{'cx': 636},"(3, 4); (4, 3); (4, 15); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118)",dj_mapped_ibm_washington_qiskit_opt2_95.qasm,1453,ibm_127q,dj,qiskit,2 +739,127,121,"{'sx': 116, 'rz': 58, 'measure': 30, 'x': 1}",{'cx': 58},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97)",wstate_mapped_ibm_washington_qiskit_opt2_30.qasm,1571,ibm_127q,wstate,qiskit,2 +740,127,1051,"{'rz': 1178, 'sx': 186, 'measure': 31}",{'cx': 4382},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (102, 92)",qnn_mapped_ibm_washington_qiskit_opt1_31.qasm,1285,ibm_127q,qnn,qiskit,1 +741,127,1127,"{'rz': 2264, 'sx': 40, 'measure': 39}",{'cx': 4442},"(34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qftentangled_mapped_ibm_washington_qiskit_opt1_39.qasm,2062,ibm_127q,qftentangled,qiskit,1 +742,127,481,"{'rz': 497, 'sx': 19, 'measure': 18}",{'cx': 1643},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_18.qasm,3175,ibm_127q,qftentangled,qiskit,0 +743,127,2137,"{'sx': 328, 'rz': 328, 'measure': 41}",{'cx': 9833},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt1_41.qasm,2889,ibm_127q,su2random,qiskit,1 +744,127,490,"{'measure': 103, 'rz': 2, 'sx': 1}",{'cx': 879},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ghz_mapped_ibm_washington_qiskit_opt0_103.qasm,1484,ibm_127q,ghz,qiskit,0 +745,127,6759,"{'rz': 7820, 'sx': 510, 'measure': 85}",{'cx': 41671},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_85.qasm,1471,ibm_127q,qnn,qiskit,1 +746,127,3868,"{'rz': 4734, 'sx': 57, 'measure': 56}",{'cx': 21327},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_56.qasm,2492,ibm_127q,qftentangled,qiskit,0 +747,127,8621,"{'rz': 732, 'sx': 488, 'measure': 61}",{'cx': 68184},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_61.qasm,1516,ibm_127q,realamprandom,qiskit,0 +748,127,660,"{'rz': 446, 'sx': 223, 'measure': 111}",{'cx': 753},"(0, 1); (0, 14); (1, 0); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt1_112.qasm,3261,ibm_127q,dj,qiskit,1 +749,127,7798,"{'rz': 10290, 'sx': 588, 'measure': 98}",{'cx': 54232},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_98.qasm,2460,ibm_127q,qnn,qiskit,2 +750,127,370,"{'rz': 300, 'sx': 180, 'measure': 31, 'x': 1}",{'cx': 363},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_31.qasm,2450,ibm_127q,wstate,qiskit,0 +751,127,4857,"{'rz': 6567, 'sx': 66, 'measure': 66}",{'cx': 29436},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_66.qasm,1438,ibm_127q,qft,qiskit,0 +752,127,190,"{'rz': 144, 'sx': 10, 'measure': 10}",{'cx': 231},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (106, 93)",qft_mapped_ibm_washington_qiskit_opt1_10.qasm,3294,ibm_127q,qft,qiskit,1 +753,127,718,"{'rz': 502, 'sx': 251, 'measure': 125}",{'cx': 1013},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (126, 112)",dj_mapped_ibm_washington_qiskit_opt1_126.qasm,1313,ibm_127q,dj,qiskit,1 +754,127,28155,"{'rz': 29629, 'sx': 11042, 'x': 427, 'measure': 88}",{'cx': 139803},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_88.qasm,2211,ibm_127q,random,qiskit,1 +755,127,1112,"{'rz': 1320, 'sx': 198, 'measure': 33}",{'cx': 4468},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt2_33.qasm,3496,ibm_127q,qnn,qiskit,2 +756,127,3023,"{'rz': 5094, 'sx': 356, 'measure': 60}",{'cx': 10152},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt1_60.qasm,2025,ibm_127q,ae,qiskit,1 +757,127,3109,"{'rz': 4178, 'sx': 146, 'measure': 73, 'x': 1}",{'cx': 14358},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qpeexact_mapped_ibm_washington_qiskit_opt2_74.qasm,2488,ibm_127q,qpeexact,qiskit,2 +758,127,1294,"{'rz': 980, 'sx': 588, 'measure': 99, 'x': 1}",{'cx': 1468},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",wstate_mapped_ibm_washington_qiskit_opt0_99.qasm,1492,ibm_127q,wstate,qiskit,0 +759,127,752,"{'rz': 1440, 'sx': 750, 'measure': 15}",{'cx': 2091},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",portfoliovqe_mapped_ibm_washington_qiskit_opt0_15.qasm,2514,ibm_127q,portfoliovqe,qiskit,0 +760,127,24,"{'rz': 33, 'sx': 19, 'measure': 13, 'x': 1}",{'cx': 32},"(58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (84, 85); (85, 84); (85, 86); (86, 85)",graphstate_mapped_ibm_washington_qiskit_opt3_13.qasm,1941,ibm_127q,graphstate,qiskit,3 +761,127,2037,"{'rz': 11791, 'sx': 7883, 'measure': 56, 'x': 19}",{'cx': 11510},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qnn_mapped_ibm_washington_qiskit_opt3_56.qasm,3046,ibm_127q,qnn,qiskit,3 +762,127,268,"{'rz': 474, 'sx': 237, 'measure': 79}",{'cx': 1609},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",graphstate_mapped_ibm_washington_qiskit_opt0_79.qasm,3025,ibm_127q,graphstate,qiskit,0 +763,127,8550,"{'sx': 696, 'rz': 696, 'measure': 87}",{'cx': 53214},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_87.qasm,1359,ibm_127q,twolocalrandom,qiskit,1 +764,127,221,"{'rz': 134, 'sx': 67, 'measure': 33, 'x': 31}",{'cx': 372},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20)",dj_mapped_ibm_washington_qiskit_opt0_34.qasm,1527,ibm_127q,dj,qiskit,0 +765,127,1030,"{'rz': 1239, 'sx': 54, 'measure': 27, 'x': 1}",{'cx': 2515},"(35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qpeexact_mapped_ibm_washington_qiskit_opt1_28.qasm,2497,ibm_127q,qpeexact,qiskit,1 +766,127,194,"{'rz': 160, 'sx': 81, 'measure': 9, 'x': 4}",{'cx': 119},"(45, 54); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",ae_mapped_ibm_washington_qiskit_opt3_9.qasm,2157,ibm_127q,ae,qiskit,3 +767,127,216,"{'rz': 169, 'sx': 93, 'measure': 46}",{'cx': 260},"(20, 33); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (53, 41); (53, 60); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (92, 83); (92, 102); (93, 87); (102, 92)",dj_mapped_ibm_washington_qiskit_opt2_47.qasm,3715,ibm_127q,dj,qiskit,2 +768,127,1162,"{'sx': 529, 'rz': 407, 'measure': 119, 'x': 1}",{'cx': 1397},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_119.qasm,2345,ibm_127q,wstate,qiskit,2 +769,127,2824,"{'rz': 5649, 'sx': 68, 'measure': 67}",{'cx': 13173},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 52); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93); (110, 100); (110, 118); (118, 110)",qftentangled_mapped_ibm_washington_qiskit_opt1_67.qasm,3631,ibm_127q,qftentangled,qiskit,1 +770,127,2561,"{'sx': 352, 'rz': 352, 'measure': 44}",{'cx': 12541},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt1_44.qasm,2092,ibm_127q,realamprandom,qiskit,1 +771,127,11760,"{'sx': 912, 'rz': 912, 'measure': 114}",{'cx': 88651},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_114.qasm,1843,ibm_127q,twolocalrandom,qiskit,2 +772,127,265,"{'rz': 248, 'sx': 115, 'measure': 9, 'x': 5}",{'cx': 305},"(86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",random_mapped_ibm_washington_qiskit_opt1_9.qasm,3525,ibm_127q,random,qiskit,1 +773,127,189,"{'rz': 161, 'sx': 95, 'measure': 43, 'x': 4}",{'cx': 151},"(20, 33); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (53, 41); (53, 60); (54, 64); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118)",dj_mapped_ibm_washington_qiskit_opt3_44.qasm,2890,ibm_127q,dj,qiskit,3 +774,127,1180,"{'rz': 1423, 'sx': 1257, 'x': 44, 'measure': 26}",{'cx': 3069},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",su2random_mapped_ibm_washington_qiskit_opt3_26.qasm,3159,ibm_127q,su2random,qiskit,3 +775,127,312,"{'rz': 268, 'sx': 66, 'measure': 13, 'x': 6}",{'cx': 430},"(53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (81, 72)",qftentangled_mapped_ibm_washington_qiskit_opt3_13.qasm,2841,ibm_127q,qftentangled,qiskit,3 +776,127,1593,"{'rz': 360, 'sx': 360, 'measure': 45}",{'cx': 9711},"(16, 26); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (110, 100)",realamprandom_mapped_ibm_washington_qiskit_opt2_45.qasm,2039,ibm_127q,realamprandom,qiskit,2 +777,127,190,"{'rz': 155, 'sx': 95, 'measure': 41, 'x': 5}",{'cx': 131},"(8, 16); (16, 8); (16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (53, 41); (53, 60); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (98, 91)",dj_mapped_ibm_washington_qiskit_opt3_42.qasm,2801,ibm_127q,dj,qiskit,3 +778,127,73,"{'rz': 230, 'sx': 125, 'measure': 60, 'x': 6}",{'cx': 265},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (91, 98); (93, 87); (93, 106); (94, 90); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (118, 110)",graphstate_mapped_ibm_washington_qiskit_opt3_60.qasm,3270,ibm_127q,graphstate,qiskit,3 +779,127,13188,"{'rz': 13560, 'sx': 678, 'measure': 113}",{'cx': 86180},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_113.qasm,1773,ibm_127q,qnn,qiskit,1 +780,127,5430,"{'rz': 6811, 'sx': 146, 'measure': 73, 'x': 1}",{'cx': 17447},"(15, 22); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt1_74.qasm,3309,ibm_127q,qpeexact,qiskit,1 +781,127,357,"{'sx': 352, 'rz': 176, 'measure': 89, 'x': 1}",{'cx': 176},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_89.qasm,3160,ibm_127q,wstate,qiskit,2 +782,127,74,"{'rz': 126, 'sx': 84, 'measure': 14}",{'cx': 137},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",vqe_mapped_ibm_washington_qiskit_opt0_14.qasm,1987,ibm_127q,vqe,qiskit,0 +783,127,4011,"{'rz': 4840, 'sx': 110, 'measure': 55, 'x': 1}",{'cx': 19097},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt0_56.qasm,3519,ibm_127q,qpeexact,qiskit,0 +784,127,67,"{'rz': 168, 'sx': 84, 'measure': 46}",{'cx': 235},"(20, 21); (20, 33); (21, 20); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (111, 104)",graphstate_mapped_ibm_washington_qiskit_opt2_46.qasm,3048,ibm_127q,graphstate,qiskit,2 +785,127,4799,"{'rz': 600, 'sx': 600, 'measure': 75}",{'cx': 32865},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (33, 20); (33, 39); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_75.qasm,1421,ibm_127q,realamprandom,qiskit,2 +786,127,87,"{'measure': 84, 'rz': 2, 'sx': 1}",{'cx': 83},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_84.qasm,2042,ibm_127q,ghz,qiskit,1 +787,127,1091,"{'rz': 1009, 'sx': 358, 'measure': 16, 'x': 10}",{'cx': 1763},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (81, 72)",random_mapped_ibm_washington_qiskit_opt1_16.qasm,3407,ibm_127q,random,qiskit,1 +788,127,9854,"{'rz': 10121, 'sx': 3983, 'x': 160, 'measure': 53}",{'cx': 36938},"(35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_53.qasm,2526,ibm_127q,random,qiskit,2 +789,127,8785,"{'rz': 14060, 'sx': 190, 'measure': 95, 'x': 1}",{'cx': 63972},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt0_96.qasm,1889,ibm_127q,qpeexact,qiskit,0 +790,127,3045,"{'rz': 372, 'sx': 248, 'measure': 31}",{'cx': 15810},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_31.qasm,3174,ibm_127q,realamprandom,qiskit,0 +791,127,5897,"{'rz': 8932, 'sx': 77, 'measure': 77}",{'cx': 38204},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_77.qasm,2839,ibm_127q,qft,qiskit,0 +792,127,1731,"{'rz': 336, 'sx': 224, 'measure': 28}",{'cx': 9675},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_28.qasm,3907,ibm_127q,twolocalrandom,qiskit,0 +793,127,269,"{'rz': 209, 'sx': 117, 'measure': 58}",{'cx': 321},"(16, 26); (20, 33); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 55); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt2_59.qasm,1313,ibm_127q,dj,qiskit,2 +794,127,10293,"{'rz': 14945, 'sx': 196, 'measure': 98, 'x': 1}",{'cx': 70047},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt0_99.qasm,3809,ibm_127q,qpeinexact,qiskit,0 +795,127,166,"{'rz': 128, 'sx': 64, 'measure': 8}",{'cx': 357},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",su2random_mapped_ibm_washington_qiskit_opt0_8.qasm,1499,ibm_127q,su2random,qiskit,0 +796,127,6104,"{'rz': 6389, 'sx': 2423, 'x': 95, 'measure': 42}",{'cx': 20050},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt1_42.qasm,1686,ibm_127q,random,qiskit,1 +797,127,883,"{'rz': 1162, 'sx': 29, 'measure': 28}",{'cx': 2340},"(34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt1_28.qasm,2341,ibm_127q,qftentangled,qiskit,1 +798,127,4229,"{'rz': 520, 'sx': 520, 'measure': 65}",{'cx': 28313},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_65.qasm,1283,ibm_127q,twolocalrandom,qiskit,1 +799,127,12000,"{'rz': 900, 'sx': 600, 'measure': 75}",{'cx': 102417},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_75.qasm,3054,ibm_127q,twolocalrandom,qiskit,0 +800,127,7669,"{'rz': 11567, 'sx': 172, 'measure': 86, 'x': 1}",{'cx': 51498},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_87.qasm,1880,ibm_127q,qpeinexact,qiskit,0 +801,127,55700,"{'rz': 55959, 'sx': 20432, 'x': 676, 'measure': 120}",{'cx': 327535},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_120.qasm,2675,ibm_127q,random,qiskit,1 +802,127,703,"{'rz': 389, 'sx': 335, 'measure': 29, 'x': 1}",{'cx': 3654},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (110, 100)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_29.qasm,2308,ibm_127q,twolocalrandom,qiskit,3 +803,127,8614,"{'rz': 12786, 'sx': 126, 'measure': 126}",{'cx': 49921},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_126.qasm,2444,ibm_127q,qft,qiskit,1 +804,127,225,"{'sx': 220, 'rz': 110, 'measure': 56, 'x': 1}",{'cx': 110},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_56.qasm,1931,ibm_127q,wstate,qiskit,2 +805,127,786,"{'rz': 240, 'sx': 240, 'measure': 30}",{'cx': 4867},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (97, 98); (98, 91); (98, 97)",realamprandom_mapped_ibm_washington_qiskit_opt1_30.qasm,2211,ibm_127q,realamprandom,qiskit,1 +806,127,7532,"{'rz': 12272, 'sx': 232, 'measure': 116, 'x': 1}",{'cx': 40866},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_117.qasm,4028,ibm_127q,qpeinexact,qiskit,1 +807,127,49,"{'rz': 84, 'sx': 42, 'measure': 14}",{'cx': 122},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_14.qasm,2230,ibm_127q,graphstate,qiskit,0 +808,127,60842,"{'rz': 58244, 'sx': 21738, 'x': 776, 'measure': 123}",{'cx': 348360},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_123.qasm,3503,ibm_127q,random,qiskit,1 +809,127,4457,"{'rz': 7065, 'sx': 150, 'measure': 75, 'x': 1}",{'cx': 18340},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_76.qasm,3716,ibm_127q,qpeexact,qiskit,1 +810,127,617,"{'rz': 717, 'sx': 23, 'measure': 22}",{'cx': 1440},"(28, 35); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66)",qftentangled_mapped_ibm_washington_qiskit_opt1_22.qasm,2942,ibm_127q,qftentangled,qiskit,1 +811,127,213,"{'measure': 45, 'rz': 2, 'sx': 1}",{'cx': 374},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_45.qasm,1917,ibm_127q,ghz,qiskit,0 +812,127,1603,"{'sx': 392, 'rz': 392, 'measure': 49}",{'cx': 11027},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (33, 20); (33, 39); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",realamprandom_mapped_ibm_washington_qiskit_opt2_49.qasm,3478,ibm_127q,realamprandom,qiskit,2 +813,127,1003,"{'rz': 1192, 'sx': 29, 'measure': 28}",{'cx': 4341},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_28.qasm,3996,ibm_127q,qftentangled,qiskit,0 +814,127,1563,"{'rz': 1190, 'sx': 714, 'measure': 120, 'x': 1}",{'cx': 1735},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_120.qasm,1382,ibm_127q,wstate,qiskit,0 +815,127,2064,"{'rz': 4147, 'sx': 1947, 'x': 190, 'measure': 48}",{'cx': 6082},"(35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt3_49.qasm,2509,ibm_127q,qpeexact,qiskit,3 +816,127,761,"{'rz': 570, 'sx': 342, 'measure': 58, 'x': 1}",{'cx': 879},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",wstate_mapped_ibm_washington_qiskit_opt0_58.qasm,2884,ibm_127q,wstate,qiskit,0 +817,127,1593,"{'rz': 360, 'sx': 360, 'measure': 45}",{'cx': 9711},"(16, 26); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (110, 100)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_45.qasm,2631,ibm_127q,twolocalrandom,qiskit,2 +818,127,1115,"{'rz': 1959, 'sx': 613, 'x': 60, 'measure': 37}",{'cx': 3180},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",qftentangled_mapped_ibm_washington_qiskit_opt3_37.qasm,3910,ibm_127q,qftentangled,qiskit,3 +819,127,860,"{'rz': 680, 'sx': 408, 'measure': 69, 'x': 1}",{'cx': 901},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",wstate_mapped_ibm_washington_qiskit_opt0_69.qasm,3686,ibm_127q,wstate,qiskit,0 +820,127,40,"{'rz': 76, 'sx': 40, 'measure': 8}",{'cx': 50},"(45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",qaoa_mapped_ibm_washington_qiskit_opt3_8.qasm,3482,ibm_127q,qaoa,qiskit,3 +821,127,281,"{'sx': 276, 'rz': 138, 'measure': 70, 'x': 1}",{'cx': 138},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_70.qasm,3265,ibm_127q,wstate,qiskit,1 +822,127,4250,"{'rz': 8791, 'sx': 93, 'measure': 93}",{'cx': 23803},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_93.qasm,1935,ibm_127q,qft,qiskit,1 +823,127,286,"{'rz': 222, 'sx': 111, 'measure': 55}",{'cx': 322},"(4, 15); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (54, 45); (54, 64); (55, 68); (58, 71); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (110, 100)",dj_mapped_ibm_washington_qiskit_opt1_56.qasm,1122,ibm_127q,dj,qiskit,1 +824,127,5156,"{'rz': 492, 'sx': 328, 'measure': 41}",{'cx': 28692},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_41.qasm,1772,ibm_127q,twolocalrandom,qiskit,0 +825,127,9444,"{'rz': 15438, 'sx': 590, 'measure': 99}",{'cx': 62229},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt0_99.qasm,3424,ibm_127q,ae,qiskit,0 +826,127,2776,"{'rz': 4797, 'sx': 60, 'measure': 60}",{'cx': 10912},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qft_mapped_ibm_washington_qiskit_opt1_60.qasm,2333,ibm_127q,qft,qiskit,1 +827,127,12,"{'measure': 9, 'rz': 2, 'sx': 1}",{'cx': 8},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120)",ghz_mapped_ibm_washington_qiskit_opt3_9.qasm,2980,ibm_127q,ghz,qiskit,3 +828,127,2178,"{'rz': 3201, 'sx': 118, 'measure': 59, 'x': 1}",{'cx': 9186},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt2_60.qasm,4046,ibm_127q,qpeinexact,qiskit,2 +829,127,1057,"{'sx': 559, 'rz': 467, 'measure': 122, 'x': 1}",{'cx': 1574},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_122.qasm,3139,ibm_127q,wstate,qiskit,1 +830,127,3769,"{'sx': 408, 'rz': 408, 'measure': 51}",{'cx': 17208},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (106, 93)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_51.qasm,1905,ibm_127q,twolocalrandom,qiskit,1 +831,127,3820,"{'rz': 3824, 'sx': 1447, 'x': 73, 'measure': 33}",{'cx': 10202},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83)",random_mapped_ibm_washington_qiskit_opt1_33.qasm,1795,ibm_127q,random,qiskit,1 +832,127,115,"{'rz': 174, 'sx': 87, 'measure': 29}",{'cx': 449},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_29.qasm,3949,ibm_127q,graphstate,qiskit,0 +833,127,406,"{'rz': 299, 'sx': 167, 'measure': 83}",{'cx': 488},"(8, 16); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt2_84.qasm,3600,ibm_127q,dj,qiskit,2 +834,127,4211,"{'rz': 5574, 'sx': 102, 'measure': 102}",{'cx': 25757},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt2_102.qasm,3297,ibm_127q,qft,qiskit,2 +835,127,872,"{'rz': 840, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 1618},"(28, 35); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt1_23.qasm,4007,ibm_127q,qpeexact,qiskit,1 +836,127,12133,"{'sx': 928, 'rz': 928, 'measure': 116}",{'cx': 94200},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_116.qasm,1848,ibm_127q,su2random,qiskit,2 +837,127,123,"{'rz': 500, 'sx': 250, 'measure': 118}",{'cx': 802},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_118.qasm,3921,ibm_127q,graphstate,qiskit,1 +838,127,1615,"{'rz': 2537, 'sx': 236, 'measure': 40}",{'cx': 4764},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt1_40.qasm,4072,ibm_127q,ae,qiskit,1 +839,127,11,"{'measure': 8, 'rz': 2, 'sx': 1}",{'cx': 7},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",ghz_mapped_ibm_washington_qiskit_opt1_8.qasm,2334,ibm_127q,ghz,qiskit,1 +840,127,10267,"{'sx': 856, 'rz': 856, 'measure': 107}",{'cx': 75136},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_107.qasm,3211,ibm_127q,twolocalrandom,qiskit,2 +841,127,182,"{'rz': 154, 'sx': 85, 'measure': 42}",{'cx': 206},"(20, 21); (20, 33); (21, 20); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (53, 41); (53, 60); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100); (110, 118); (118, 110)",dj_mapped_ibm_washington_qiskit_opt2_43.qasm,1473,ibm_127q,dj,qiskit,2 +842,127,410,"{'rz': 228, 'sx': 72, 'measure': 12}",{'cx': 610},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",qnn_mapped_ibm_washington_qiskit_opt2_12.qasm,1101,ibm_127q,qnn,qiskit,2 +843,127,427,"{'rz': 308, 'sx': 187, 'measure': 76, 'x': 14}",{'cx': 332},"(8, 16); (15, 22); (16, 8); (16, 26); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (122, 111)",dj_mapped_ibm_washington_qiskit_opt3_77.qasm,2749,ibm_127q,dj,qiskit,3 +844,127,502,"{'rz': 375, 'sx': 203, 'measure': 101}",{'cx': 794},"(8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (92, 83); (92, 102); (93, 106); (94, 90); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt2_102.qasm,3414,ibm_127q,dj,qiskit,2 +845,127,1020,"{'rz': 1413, 'sx': 516, 'x': 60, 'measure': 30}",{'cx': 1989},"(28, 35); (33, 39); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",ae_mapped_ibm_washington_qiskit_opt3_30.qasm,2963,ibm_127q,ae,qiskit,3 +846,127,8481,"{'rz': 11832, 'sx': 174, 'measure': 87, 'x': 1}",{'cx': 54003},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_88.qasm,3762,ibm_127q,qpeexact,qiskit,0 +847,127,1428,"{'rz': 621, 'sx': 364, 'measure': 15, 'x': 8}",{'cx': 889},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73)",pricingcall_mapped_ibm_washington_qiskit_opt2_15.qasm,1497,ibm_127q,pricingcall,qiskit,2 +848,127,5930,"{'rz': 7324, 'sx': 127, 'measure': 126}",{'cx': 42224},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_126.qasm,3540,ibm_127q,qftentangled,qiskit,2 +849,127,3837,"{'sx': 472, 'rz': 472, 'measure': 59}",{'cx': 23999},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_59.qasm,2381,ibm_127q,twolocalrandom,qiskit,1 +850,127,4267,"{'rz': 504, 'sx': 504, 'measure': 63}",{'cx': 26691},"(15, 22); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_63.qasm,2206,ibm_127q,twolocalrandom,qiskit,1 +851,127,815,"{'rz': 630, 'sx': 378, 'measure': 64, 'x': 1}",{'cx': 891},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",wstate_mapped_ibm_washington_qiskit_opt0_64.qasm,1894,ibm_127q,wstate,qiskit,0 +852,127,2173,"{'rz': 3510, 'sx': 2990, 'x': 136, 'measure': 44}",{'cx': 9581},"(34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (102, 92)",su2random_mapped_ibm_washington_qiskit_opt3_44.qasm,3426,ibm_127q,su2random,qiskit,3 +853,127,3918,"{'rz': 7398, 'sx': 464, 'measure': 78}",{'cx': 16659},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (15, 4); (15, 22); (16, 26); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111)",ae_mapped_ibm_washington_qiskit_opt1_78.qasm,2517,ibm_127q,ae,qiskit,1 +854,127,1920,"{'sx': 392, 'rz': 392, 'measure': 49}",{'cx': 12520},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt2_49.qasm,2549,ibm_127q,su2random,qiskit,2 +855,127,167,"{'rz': 116, 'sx': 9, 'measure': 9}",{'cx': 195},"(45, 54); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",qft_mapped_ibm_washington_qiskit_opt1_9.qasm,1365,ibm_127q,qft,qiskit,1 +856,127,78,"{'rz': 348, 'sx': 174, 'measure': 94}",{'cx': 505},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt2_94.qasm,3137,ibm_127q,graphstate,qiskit,2 +857,127,153,"{'sx': 148, 'rz': 74, 'measure': 38, 'x': 1}",{'cx': 74},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80)",wstate_mapped_ibm_washington_qiskit_opt2_38.qasm,2759,ibm_127q,wstate,qiskit,2 +858,127,1299,"{'rz': 2036, 'sx': 38, 'measure': 37}",{'cx': 4050},"(34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (98, 91); (98, 99); (99, 98)",qftentangled_mapped_ibm_washington_qiskit_opt1_37.qasm,3747,ibm_127q,qftentangled,qiskit,1 +859,127,1699,"{'rz': 1490, 'sx': 541, 'measure': 18, 'x': 7}",{'cx': 4229},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_18.qasm,2864,ibm_127q,random,qiskit,0 +860,127,5177,"{'sx': 520, 'rz': 520, 'measure': 65}",{'cx': 29410},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",su2random_mapped_ibm_washington_qiskit_opt1_65.qasm,3703,ibm_127q,su2random,qiskit,1 +861,127,8148,"{'rz': 8075, 'sx': 3177, 'x': 106, 'measure': 47}",{'cx': 27663},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",random_mapped_ibm_washington_qiskit_opt2_47.qasm,2868,ibm_127q,random,qiskit,2 +862,127,7975,"{'rz': 12653, 'sx': 238, 'measure': 119, 'x': 1}",{'cx': 45342},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_120.qasm,2012,ibm_127q,qpeexact,qiskit,1 +863,127,2968,"{'rz': 4582, 'sx': 332, 'measure': 56}",{'cx': 9281},"(15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt1_56.qasm,3058,ibm_127q,ae,qiskit,1 +864,127,1888,"{'rz': 2500, 'sx': 100, 'measure': 50, 'x': 1}",{'cx': 7062},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt2_51.qasm,3829,ibm_127q,qpeexact,qiskit,2 +865,127,49,"{'measure': 46, 'rz': 2, 'sx': 1}",{'cx': 45},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt2_46.qasm,1380,ibm_127q,ghz,qiskit,2 +866,127,608,"{'rz': 342, 'sx': 171, 'measure': 85, 'x': 81}",{'cx': 1036},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (85, 73)",dj_mapped_ibm_washington_qiskit_opt0_86.qasm,4028,ibm_127q,dj,qiskit,0 +867,127,9329,"{'sx': 728, 'rz': 728, 'measure': 91}",{'cx': 58256},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_91.qasm,1479,ibm_127q,twolocalrandom,qiskit,1 +868,127,52,"{'rz': 66, 'sx': 35, 'measure': 19}",{'cx': 72},"(45, 54); (54, 45); (54, 64); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",graphstate_mapped_ibm_washington_qiskit_opt3_19.qasm,2718,ibm_127q,graphstate,qiskit,3 +869,127,217,"{'measure': 49, 'rz': 2, 'sx': 1}",{'cx': 378},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_49.qasm,3900,ibm_127q,ghz,qiskit,0 +870,127,723,"{'rz': 662, 'sx': 287, 'x': 14, 'measure': 14}",{'cx': 1045},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt2_14.qasm,2295,ibm_127q,random,qiskit,2 +871,127,5261,"{'rz': 6618, 'sx': 380, 'measure': 64}",{'cx': 25014},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ae_mapped_ibm_washington_qiskit_opt0_64.qasm,3061,ibm_127q,ae,qiskit,0 +872,127,267,"{'rz': 214, 'sx': 13, 'measure': 13}",{'cx': 423},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (73, 66)",qft_mapped_ibm_washington_qiskit_opt2_13.qasm,3071,ibm_127q,qft,qiskit,2 +873,127,7575,"{'rz': 13301, 'sx': 94, 'measure': 94}",{'cx': 58416},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt0_94.qasm,1575,ibm_127q,qft,qiskit,0 +874,127,253,"{'sx': 248, 'rz': 124, 'measure': 63, 'x': 1}",{'cx': 124},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_63.qasm,2094,ibm_127q,wstate,qiskit,2 +875,127,8767,"{'rz': 11330, 'sx': 618, 'measure': 103}",{'cx': 62786},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_103.qasm,2699,ibm_127q,qnn,qiskit,2 +876,127,5831,"{'rz': 592, 'sx': 592, 'measure': 74}",{'cx': 38968},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_74.qasm,2340,ibm_127q,realamprandom,qiskit,1 +877,127,561,"{'rz': 591, 'sx': 21, 'measure': 20}",{'cx': 1203},"(57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83)",qftentangled_mapped_ibm_washington_qiskit_opt1_20.qasm,3466,ibm_127q,qftentangled,qiskit,1 +878,127,131,"{'rz': 476, 'sx': 238, 'measure': 116}",{'cx': 761},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_116.qasm,1208,ibm_127q,graphstate,qiskit,2 +879,127,3256,"{'rz': 5541, 'sx': 126, 'measure': 63, 'x': 1}",{'cx': 12898},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qpeinexact_mapped_ibm_washington_qiskit_opt1_64.qasm,1336,ibm_127q,qpeinexact,qiskit,1 +880,127,32,"{'measure': 29, 'rz': 2, 'sx': 1}",{'cx': 28},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt3_29.qasm,3360,ibm_127q,ghz,qiskit,3 +881,127,394,"{'rz': 304, 'sx': 185, 'measure': 81, 'x': 11}",{'cx': 331},"(3, 4); (4, 3); (4, 15); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (92, 83); (92, 102); (93, 106); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (111, 104)",dj_mapped_ibm_washington_qiskit_opt3_82.qasm,3189,ibm_127q,dj,qiskit,3 +882,127,6239,"{'rz': 9097, 'sx': 182, 'measure': 91, 'x': 1}",{'cx': 24896},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeinexact_mapped_ibm_washington_qiskit_opt1_92.qasm,1491,ibm_127q,qpeinexact,qiskit,1 +883,127,3008,"{'rz': 3801, 'sx': 136, 'measure': 68, 'x': 1}",{'cx': 12549},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (118, 110)",qpeinexact_mapped_ibm_washington_qiskit_opt2_69.qasm,2480,ibm_127q,qpeinexact,qiskit,2 +884,127,3108,"{'rz': 480, 'sx': 480, 'measure': 60}",{'cx': 20531},"(20, 33); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_60.qasm,3713,ibm_127q,twolocalrandom,qiskit,2 +885,127,274,"{'rz': 516, 'sx': 258, 'measure': 86}",{'cx': 1877},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",graphstate_mapped_ibm_washington_qiskit_opt0_86.qasm,1782,ibm_127q,graphstate,qiskit,0 +886,127,33,"{'measure': 30, 'rz': 2, 'sx': 1}",{'cx': 29},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt3_30.qasm,2530,ibm_127q,ghz,qiskit,3 +887,127,219,"{'measure': 51, 'rz': 2, 'sx': 1}",{'cx': 380},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_51.qasm,1163,ibm_127q,ghz,qiskit,0 +888,127,618,"{'rz': 184, 'sx': 184, 'measure': 23}",{'cx': 2438},"(20, 21); (20, 33); (21, 20); (33, 20); (33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt2_23.qasm,1688,ibm_127q,realamprandom,qiskit,2 +889,127,567,"{'rz': 423, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 818},"(15, 22); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",qpeexact_mapped_ibm_washington_qiskit_opt2_17.qasm,1596,ibm_127q,qpeexact,qiskit,2 +890,127,25394,"{'rz': 26530, 'sx': 9826, 'x': 384, 'measure': 83}",{'cx': 120729},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_83.qasm,1567,ibm_127q,random,qiskit,1 +891,127,296,"{'measure': 59, 'rz': 2, 'sx': 1}",{'cx': 532},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ghz_mapped_ibm_washington_qiskit_opt0_59.qasm,1394,ibm_127q,ghz,qiskit,0 +892,127,4453,"{'rz': 4727, 'sx': 164, 'measure': 82, 'x': 1}",{'cx': 18339},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",qpeexact_mapped_ibm_washington_qiskit_opt2_83.qasm,2433,ibm_127q,qpeexact,qiskit,2 +893,127,42,"{'rz': 44, 'sx': 22, 'measure': 14}",{'cx': 41},"(48, 49); (49, 48); (49, 55); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",graphstate_mapped_ibm_washington_qiskit_opt2_14.qasm,3034,ibm_127q,graphstate,qiskit,2 +894,127,5753,"{'rz': 6701, 'sx': 118, 'measure': 118}",{'cx': 35178},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_118.qasm,2559,ibm_127q,qft,qiskit,2 +895,127,4412,"{'sx': 512, 'rz': 512, 'measure': 64}",{'cx': 27676},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100)",su2random_mapped_ibm_washington_qiskit_opt1_64.qasm,1576,ibm_127q,su2random,qiskit,1 +896,127,65,"{'sx': 60, 'rz': 30, 'measure': 16, 'x': 1}",{'cx': 30},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58)",wstate_mapped_ibm_washington_qiskit_opt1_16.qasm,2206,ibm_127q,wstate,qiskit,1 +897,127,6048,"{'rz': 7326, 'sx': 126, 'measure': 125}",{'cx': 39105},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_125.qasm,2689,ibm_127q,qftentangled,qiskit,2 +898,127,3217,"{'rz': 6374, 'sx': 416, 'measure': 70}",{'cx': 12835},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt1_70.qasm,1121,ibm_127q,ae,qiskit,1 +899,127,41,"{'measure': 38, 'rz': 2, 'sx': 1}",{'cx': 37},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt3_38.qasm,1091,ibm_127q,ghz,qiskit,3 +900,127,2241,"{'rz': 2795, 'sx': 43, 'measure': 43}",{'cx': 10659},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_43.qasm,1380,ibm_127q,qft,qiskit,0 +901,127,318,"{'rz': 378, 'sx': 17, 'measure': 16}",{'cx': 645},"(58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (71, 58); (71, 77); (72, 62); (72, 81); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79)",qftentangled_mapped_ibm_washington_qiskit_opt1_16.qasm,2807,ibm_127q,qftentangled,qiskit,1 +902,127,69,"{'sx': 143, 'rz': 135, 'measure': 9}",{'cx': 40},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120)",tsp_mapped_ibm_washington_qiskit_opt2_9.qasm,3938,ibm_127q,tsp,qiskit,2 +903,127,12045,"{'sx': 792, 'rz': 792, 'measure': 99}",{'cx': 76459},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_99.qasm,3599,ibm_127q,su2random,qiskit,1 +904,127,2402,"{'rz': 1008, 'sx': 668, 'x': 22, 'measure': 17}",{'cx': 1438},"(49, 55); (54, 64); (55, 49); (55, 68); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",pricingput_mapped_ibm_washington_qiskit_opt2_17.qasm,2694,ibm_127q,pricingput,qiskit,2 +905,127,349,"{'sx': 344, 'rz': 172, 'measure': 87, 'x': 1}",{'cx': 172},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_87.qasm,2239,ibm_127q,wstate,qiskit,1 +906,127,55,"{'rz': 133, 'sx': 70, 'measure': 14}",{'cx': 86},"(6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (16, 8); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (83, 92); (85, 73); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qaoa_mapped_ibm_washington_qiskit_opt3_14.qasm,1925,ibm_127q,qaoa,qiskit,3 +907,127,297,"{'sx': 292, 'rz': 146, 'measure': 74, 'x': 1}",{'cx': 146},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_74.qasm,3208,ibm_127q,wstate,qiskit,1 +908,127,3819,"{'rz': 5845, 'sx': 190, 'measure': 95, 'x': 1}",{'cx': 22587},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt2_96.qasm,1090,ibm_127q,qpeexact,qiskit,2 +909,127,10716,"{'rz': 11539, 'sx': 4230, 'x': 194, 'measure': 55}",{'cx': 41108},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_55.qasm,2981,ibm_127q,random,qiskit,1 +910,127,8977,"{'rz': 13380, 'sx': 548, 'measure': 92}",{'cx': 55787},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79)",ae_mapped_ibm_washington_qiskit_opt0_92.qasm,1582,ibm_127q,ae,qiskit,0 +911,127,672,"{'rz': 522, 'sx': 108, 'measure': 18}",{'cx': 2618},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_18.qasm,1640,ibm_127q,qnn,qiskit,0 +912,127,2265,"{'rz': 2998, 'sx': 114, 'measure': 57, 'x': 1}",{'cx': 8982},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qpeinexact_mapped_ibm_washington_qiskit_opt2_58.qasm,2305,ibm_127q,qpeinexact,qiskit,2 +913,127,869,"{'rz': 486, 'sx': 243, 'measure': 121, 'x': 107}",{'cx': 1498},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt0_122.qasm,1126,ibm_127q,dj,qiskit,0 +914,127,6837,"{'rz': 11818, 'sx': 119, 'measure': 118}",{'cx': 42579},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_118.qasm,3629,ibm_127q,qftentangled,qiskit,1 +915,127,1112,"{'rz': 276, 'sx': 184, 'measure': 23}",{'cx': 5613},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_23.qasm,2872,ibm_127q,twolocalrandom,qiskit,0 +916,127,7760,"{'rz': 636, 'sx': 424, 'measure': 53}",{'cx': 52020},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_53.qasm,4086,ibm_127q,twolocalrandom,qiskit,0 +917,127,9153,"{'sx': 800, 'rz': 800, 'measure': 100}",{'cx': 63281},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_100.qasm,2326,ibm_127q,twolocalrandom,qiskit,2 +918,127,2027,"{'rz': 1712, 'sx': 64, 'measure': 32, 'x': 1}",{'cx': 6996},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31)",qpeinexact_mapped_ibm_washington_qiskit_opt0_33.qasm,3395,ibm_127q,qpeinexact,qiskit,0 +919,127,4388,"{'rz': 5612, 'sx': 61, 'measure': 61}",{'cx': 24585},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_61.qasm,2830,ibm_127q,qft,qiskit,0 +920,127,145,"{'rz': 126, 'sx': 42, 'measure': 7}",{'cx': 225},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",qnn_mapped_ibm_washington_qiskit_opt0_7.qasm,1397,ibm_127q,qnn,qiskit,0 +921,127,129,"{'rz': 98, 'sx': 55, 'measure': 27}",{'cx': 107},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (91, 79); (91, 98); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99)",dj_mapped_ibm_washington_qiskit_opt2_28.qasm,3337,ibm_127q,dj,qiskit,2 +922,127,872,"{'measure': 101, 'rz': 2, 'sx': 1}",{'cx': 949},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_101.qasm,2499,ibm_127q,ghz,qiskit,1 +923,127,1352,"{'rz': 2148, 'sx': 39, 'measure': 38}",{'cx': 4215},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qftentangled_mapped_ibm_washington_qiskit_opt1_38.qasm,2335,ibm_127q,qftentangled,qiskit,1 +924,127,8651,"{'rz': 11469, 'sx': 506, 'measure': 85}",{'cx': 48624},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt0_85.qasm,1269,ibm_127q,ae,qiskit,0 +925,127,1599,"{'rz': 1230, 'sx': 738, 'measure': 124, 'x': 1}",{'cx': 1743},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_124.qasm,2694,ibm_127q,wstate,qiskit,0 +926,127,7382,"{'rz': 7388, 'sx': 2711, 'x': 91, 'measure': 44}",{'cx': 22800},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt1_44.qasm,2005,ibm_127q,random,qiskit,1 +927,127,12810,"{'sx': 904, 'rz': 904, 'measure': 113}",{'cx': 95902},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_113.qasm,2016,ibm_127q,su2random,qiskit,1 +928,127,2421,"{'rz': 4017, 'sx': 102, 'measure': 51, 'x': 1}",{'cx': 8821},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt1_52.qasm,1503,ibm_127q,qpeexact,qiskit,1 +929,127,2937,"{'rz': 5840, 'sx': 438, 'measure': 73}",{'cx': 25523},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_73.qasm,3259,ibm_127q,qnn,qiskit,2 +930,127,52,"{'rz': 110, 'sx': 55, 'measure': 11}",{'cx': 86},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",qaoa_mapped_ibm_washington_qiskit_opt1_11.qasm,1688,ibm_127q,qaoa,qiskit,1 +931,127,1061,"{'rz': 264, 'sx': 264, 'measure': 33}",{'cx': 5375},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt2_33.qasm,2218,ibm_127q,realamprandom,qiskit,2 +932,127,7452,"{'rz': 7658, 'sx': 250, 'measure': 125, 'x': 1}",{'cx': 41400},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_126.qasm,1113,ibm_127q,qpeinexact,qiskit,2 +933,127,73,"{'rz': 155, 'sx': 85, 'measure': 46, 'x': 1}",{'cx': 158},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",graphstate_mapped_ibm_washington_qiskit_opt3_46.qasm,3179,ibm_127q,graphstate,qiskit,3 +934,127,3930,"{'rz': 7142, 'sx': 452, 'measure': 76}",{'cx': 15295},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118)",ae_mapped_ibm_washington_qiskit_opt1_76.qasm,2692,ibm_127q,ae,qiskit,1 +935,127,191,"{'rz': 152, 'sx': 48, 'measure': 8}",{'cx': 323},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",qnn_mapped_ibm_washington_qiskit_opt0_8.qasm,3954,ibm_127q,qnn,qiskit,0 +936,127,4464,"{'rz': 8548, 'sx': 91, 'measure': 91}",{'cx': 23415},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_91.qasm,1476,ibm_127q,qft,qiskit,1 +937,127,7007,"{'sx': 552, 'rz': 552, 'measure': 69}",{'cx': 33585},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt1_69.qasm,1080,ibm_127q,su2random,qiskit,1 +938,127,11457,"{'rz': 928, 'sx': 928, 'measure': 116}",{'cx': 88151},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_116.qasm,3474,ibm_127q,realamprandom,qiskit,2 +939,127,828,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 2782},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (106, 93)",su2random_mapped_ibm_washington_qiskit_opt2_24.qasm,1649,ibm_127q,su2random,qiskit,2 +940,127,240,"{'rz': 177, 'sx': 12, 'measure': 11}",{'cx': 330},"(34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qftentangled_mapped_ibm_washington_qiskit_opt1_11.qasm,1118,ibm_127q,qftentangled,qiskit,1 +941,127,1696,"{'sx': 344, 'rz': 344, 'measure': 43}",{'cx': 10897},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_43.qasm,2439,ibm_127q,twolocalrandom,qiskit,1 +942,127,26311,"{'rz': 34325, 'sx': 11802, 'x': 162, 'measure': 84}",{'cx': 193380},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_84.qasm,3357,ibm_127q,random,qiskit,0 +943,127,109,"{'rz': 95, 'sx': 59, 'measure': 26, 'x': 3}",{'cx': 87},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (53, 41); (53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (91, 79); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (111, 104)",dj_mapped_ibm_washington_qiskit_opt3_27.qasm,1738,ibm_127q,dj,qiskit,3 +944,127,544,"{'rz': 591, 'sx': 355, 'measure': 12}",{'cx': 777},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",portfoliovqe_mapped_ibm_washington_qiskit_opt1_12.qasm,1439,ibm_127q,portfoliovqe,qiskit,1 +945,127,4948,"{'rz': 5546, 'sx': 118, 'measure': 59, 'x': 1}",{'cx': 24585},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt0_60.qasm,3328,ibm_127q,qpeexact,qiskit,0 +946,127,5860,"{'rz': 6292, 'sx': 210, 'measure': 105, 'x': 1}",{'cx': 31102},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_106.qasm,2830,ibm_127q,qpeinexact,qiskit,2 +947,127,1763,"{'rz': 448, 'sx': 224, 'measure': 28}",{'cx': 9888},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_28.qasm,3129,ibm_127q,su2random,qiskit,0 +948,127,2628,"{'rz': 3410, 'sx': 330, 'measure': 55}",{'cx': 15393},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",qnn_mapped_ibm_washington_qiskit_opt1_55.qasm,2181,ibm_127q,qnn,qiskit,1 +949,127,24157,"{'rz': 24582, 'sx': 9426, 'x': 369, 'measure': 82}",{'cx': 115677},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_82.qasm,2140,ibm_127q,random,qiskit,2 +950,127,4026,"{'rz': 3880, 'sx': 1375, 'measure': 29, 'x': 20}",{'cx': 14800},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_29.qasm,3822,ibm_127q,random,qiskit,0 +951,127,597,"{'rz': 773, 'sx': 400, 'x': 51, 'measure': 14}",{'cx': 932},"(54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt3_14.qasm,1881,ibm_127q,random,qiskit,3 +952,127,1327,"{'rz': 2252, 'sx': 1899, 'x': 67, 'measure': 35}",{'cx': 5192},"(24, 34); (34, 24); (34, 43); (37, 52); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt3_35.qasm,3441,ibm_127q,su2random,qiskit,3 +953,127,3054,"{'rz': 5523, 'sx': 66, 'measure': 66}",{'cx': 12964},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (112, 108)",qft_mapped_ibm_washington_qiskit_opt1_66.qasm,2791,ibm_127q,qft,qiskit,1 +954,127,37,"{'measure': 34, 'rz': 2, 'sx': 1}",{'cx': 33},"(30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_34.qasm,1565,ibm_127q,ghz,qiskit,3 +955,127,1140,"{'rz': 2812, 'sx': 1574, 'measure': 34, 'x': 3}",{'cx': 4824},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt3_34.qasm,1535,ibm_127q,qnn,qiskit,3 +956,127,432,"{'rz': 336, 'sx': 316, 'measure': 17, 'x': 1}",{'cx': 1031},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",su2random_mapped_ibm_washington_qiskit_opt3_17.qasm,4010,ibm_127q,su2random,qiskit,3 +957,127,7327,"{'rz': 6154, 'sx': 2102, 'measure': 36, 'x': 26}",{'cx': 27714},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",random_mapped_ibm_washington_qiskit_opt0_36.qasm,1071,ibm_127q,random,qiskit,0 +958,127,124,"{'rz': 348, 'sx': 174, 'measure': 88}",{'cx': 553},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (126, 112)",graphstate_mapped_ibm_washington_qiskit_opt2_88.qasm,3353,ibm_127q,graphstate,qiskit,2 +959,127,627,"{'rz': 500, 'sx': 300, 'measure': 51, 'x': 1}",{'cx': 637},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_51.qasm,2981,ibm_127q,wstate,qiskit,0 +960,127,1703,"{'rz': 2500, 'sx': 41, 'measure': 41}",{'cx': 5039},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt1_41.qasm,2460,ibm_127q,qft,qiskit,1 +961,127,1051,"{'sx': 540, 'rz': 430, 'measure': 120, 'x': 1}",{'cx': 1421},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (126, 112)",wstate_mapped_ibm_washington_qiskit_opt2_120.qasm,1921,ibm_127q,wstate,qiskit,2 +962,127,86,"{'rz': 90, 'sx': 45, 'measure': 9}",{'cx': 180},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",qaoa_mapped_ibm_washington_qiskit_opt0_9.qasm,2874,ibm_127q,qaoa,qiskit,0 +963,127,5348,"{'rz': 11091, 'sx': 112, 'measure': 112}",{'cx': 33342},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_112.qasm,1254,ibm_127q,qft,qiskit,1 +964,127,762,"{'sx': 160, 'rz': 160, 'measure': 20}",{'cx': 2642},"(54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_20.qasm,3401,ibm_127q,twolocalrandom,qiskit,1 +965,127,52,"{'measure': 49, 'rz': 2, 'sx': 1}",{'cx': 48},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_49.qasm,3608,ibm_127q,ghz,qiskit,3 +966,127,35,"{'measure': 32, 'rz': 2, 'sx': 1}",{'cx': 31},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",ghz_mapped_ibm_washington_qiskit_opt2_32.qasm,2196,ibm_127q,ghz,qiskit,2 +967,127,21194,"{'rz': 23117, 'sx': 8527, 'x': 310, 'measure': 77}",{'cx': 100666},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_77.qasm,1560,ibm_127q,random,qiskit,1 +968,127,6530,"{'rz': 8032, 'sx': 74, 'measure': 73}",{'cx': 38586},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qftentangled_mapped_ibm_washington_qiskit_opt0_73.qasm,3959,ibm_127q,qftentangled,qiskit,0 +969,127,10967,"{'rz': 11744, 'sx': 4386, 'x': 176, 'measure': 56}",{'cx': 43634},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",random_mapped_ibm_washington_qiskit_opt2_56.qasm,3955,ibm_127q,random,qiskit,2 +970,127,19,"{'rz': 48, 'sx': 24, 'measure': 24}",{'cx': 24},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42)",graphstate_mapped_ibm_washington_qiskit_opt2_24.qasm,3672,ibm_127q,graphstate,qiskit,2 +971,127,2023,"{'rz': 2602, 'sx': 302, 'measure': 51}",{'cx': 6027},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93)",ae_mapped_ibm_washington_qiskit_opt2_51.qasm,2338,ibm_127q,ae,qiskit,2 +972,127,14824,"{'rz': 896, 'sx': 896, 'measure': 112}",{'cx': 97102},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (126, 112)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_112.qasm,3666,ibm_127q,twolocalrandom,qiskit,1 +973,127,2384,"{'rz': 3763, 'sx': 98, 'measure': 49, 'x': 1}",{'cx': 7610},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qpeinexact_mapped_ibm_washington_qiskit_opt1_50.qasm,2744,ibm_127q,qpeinexact,qiskit,1 +974,127,730,"{'rz': 585, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1731},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_19.qasm,2963,ibm_127q,qpeexact,qiskit,0 +975,127,1567,"{'sx': 288, 'rz': 288, 'measure': 36}",{'cx': 7030},"(54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (122, 111)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_36.qasm,2642,ibm_127q,twolocalrandom,qiskit,2 +976,127,3195,"{'rz': 448, 'sx': 448, 'measure': 56}",{'cx': 20749},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_56.qasm,3842,ibm_127q,twolocalrandom,qiskit,1 +977,127,536,"{'rz': 890, 'sx': 371, 'measure': 22, 'x': 4}",{'cx': 1107},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt3_22.qasm,1593,ibm_127q,qftentangled,qiskit,3 +978,127,736,"{'rz': 651, 'sx': 122, 'measure': 21}",{'cx': 1041},"(41, 53); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",ae_mapped_ibm_washington_qiskit_opt2_21.qasm,3271,ibm_127q,ae,qiskit,2 +979,127,689,"{'rz': 304, 'sx': 140, 'measure': 11, 'x': 10}",{'cx': 455},"(49, 55); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73)",pricingcall_mapped_ibm_washington_qiskit_opt2_11.qasm,1830,ibm_127q,pricingcall,qiskit,2 +980,127,26,"{'rz': 22, 'sx': 11, 'measure': 7}",{'cx': 16},"(73, 85); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",graphstate_mapped_ibm_washington_qiskit_opt3_7.qasm,2463,ibm_127q,graphstate,qiskit,3 +981,127,1921,"{'rz': 4338, 'sx': 3782, 'x': 144, 'measure': 46}",{'cx': 9807},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt3_46.qasm,3217,ibm_127q,su2random,qiskit,3 +982,127,21182,"{'rz': 10183, 'sx': 352, 'measure': 13, 'x': 1}",{'cx': 18180},"(79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (111, 104)",grover-v-chain_mapped_ibm_washington_qiskit_opt1_13.qasm,2324,ibm_127q,grover-v-chain,qiskit,1 +983,127,54,"{'rz': 54, 'sx': 27, 'measure': 9}",{'cx': 72},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",graphstate_mapped_ibm_washington_qiskit_opt0_9.qasm,3191,ibm_127q,graphstate,qiskit,0 +984,127,782,"{'measure': 98, 'rz': 2, 'sx': 1}",{'cx': 904},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ghz_mapped_ibm_washington_qiskit_opt1_98.qasm,2981,ibm_127q,ghz,qiskit,1 +985,127,2640,"{'rz': 6859, 'sx': 78, 'measure': 77}",{'cx': 15896},"(8, 16); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_77.qasm,3691,ibm_127q,qftentangled,qiskit,1 +986,127,315,"{'rz': 361, 'sx': 17, 'measure': 16}",{'cx': 645},"(58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (71, 58); (71, 77); (72, 62); (72, 81); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79)",qftentangled_mapped_ibm_washington_qiskit_opt2_16.qasm,1224,ibm_127q,qftentangled,qiskit,2 +987,127,2501,"{'rz': 3426, 'sx': 72, 'measure': 71}",{'cx': 11696},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qftentangled_mapped_ibm_washington_qiskit_opt2_71.qasm,4026,ibm_127q,qftentangled,qiskit,2 +988,127,5109,"{'rz': 10365, 'sx': 106, 'measure': 106}",{'cx': 31500},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_106.qasm,4023,ibm_127q,qft,qiskit,1 +989,127,892,"{'rz': 1433, 'sx': 1300, 'x': 29, 'measure': 26}",{'cx': 2720},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt3_26.qasm,2166,ibm_127q,realamprandom,qiskit,3 +990,127,15348,"{'rz': 16978, 'sx': 5918, 'x': 65, 'measure': 59}",{'cx': 83606},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_59.qasm,1796,ibm_127q,random,qiskit,0 +991,127,483,"{'rz': 371, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 1134},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_15.qasm,1036,ibm_127q,qpeexact,qiskit,0 +992,127,2161,"{'rz': 2423, 'sx': 56, 'measure': 56}",{'cx': 7782},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93); (110, 100)",qft_mapped_ibm_washington_qiskit_opt2_56.qasm,3222,ibm_127q,qft,qiskit,2 +993,127,192,"{'rz': 161, 'sx': 42, 'measure': 9, 'x': 5}",{'cx': 196},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65)",qpeexact_mapped_ibm_washington_qiskit_opt3_10.qasm,1789,ibm_127q,qpeexact,qiskit,3 +994,127,32,"{'rz': 96, 'sx': 96, 'measure': 12}",{'cx': 33},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",routing_mapped_ibm_washington_qiskit_opt1_12.qasm,2465,ibm_127q,routing,qiskit,1 +995,127,438,"{'sx': 144, 'rz': 144, 'measure': 18}",{'cx': 1455},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_18.qasm,1939,ibm_127q,twolocalrandom,qiskit,2 +996,127,1495,"{'rz': 1706, 'sx': 822, 'x': 85, 'measure': 20}",{'cx': 2695},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",random_mapped_ibm_washington_qiskit_opt3_20.qasm,1501,ibm_127q,random,qiskit,3 +997,127,1567,"{'sx': 288, 'rz': 288, 'measure': 36}",{'cx': 7030},"(54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (122, 111)",realamprandom_mapped_ibm_washington_qiskit_opt2_36.qasm,2196,ibm_127q,realamprandom,qiskit,2 +998,127,849,"{'measure': 111, 'rz': 2, 'sx': 1}",{'cx': 971},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (126, 112)",ghz_mapped_ibm_washington_qiskit_opt1_111.qasm,1463,ibm_127q,ghz,qiskit,1 +999,127,348,"{'rz': 96, 'sx': 96, 'measure': 12}",{'cx': 727},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_12.qasm,2389,ibm_127q,twolocalrandom,qiskit,1 +1000,127,25,"{'measure': 22, 'rz': 2, 'sx': 1}",{'cx': 21},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",ghz_mapped_ibm_washington_qiskit_opt1_22.qasm,3659,ibm_127q,ghz,qiskit,1 +1001,127,382,"{'measure': 76, 'rz': 2, 'sx': 1}",{'cx': 687},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_76.qasm,3491,ibm_127q,ghz,qiskit,0 +1002,127,82,"{'measure': 79, 'rz': 2, 'sx': 1}",{'cx': 78},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_79.qasm,3684,ibm_127q,ghz,qiskit,2 +1003,127,3470,"{'rz': 5048, 'sx': 90, 'measure': 90}",{'cx': 18002},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104)",qft_mapped_ibm_washington_qiskit_opt2_90.qasm,2665,ibm_127q,qft,qiskit,2 +1004,127,1063,"{'rz': 820, 'sx': 492, 'measure': 83, 'x': 1}",{'cx': 1154},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_83.qasm,3657,ibm_127q,wstate,qiskit,0 +1005,127,22,"{'measure': 19, 'rz': 2, 'sx': 1}",{'cx': 18},"(93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_19.qasm,2287,ibm_127q,ghz,qiskit,3 +1006,127,12770,"{'rz': 936, 'sx': 624, 'measure': 78}",{'cx': 113556},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_78.qasm,3435,ibm_127q,twolocalrandom,qiskit,0 +1007,127,223,"{'rz': 157, 'sx': 11, 'measure': 10}",{'cx': 507},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_10.qasm,1671,ibm_127q,qftentangled,qiskit,0 +1008,127,2002,"{'sx': 312, 'rz': 312, 'measure': 39}",{'cx': 9709},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt1_39.qasm,2027,ibm_127q,realamprandom,qiskit,1 +1009,127,49,"{'sx': 44, 'rz': 22, 'measure': 12, 'x': 1}",{'cx': 22},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18)",wstate_mapped_ibm_washington_qiskit_opt3_12.qasm,1463,ibm_127q,wstate,qiskit,3 +1010,127,430,"{'rz': 313, 'sx': 181, 'measure': 77, 'x': 11}",{'cx': 362},"(4, 15); (15, 4); (15, 22); (16, 26); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt3_78.qasm,2088,ibm_127q,dj,qiskit,3 +1011,127,17181,"{'rz': 968, 'sx': 968, 'measure': 121}",{'cx': 117492},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_121.qasm,2386,ibm_127q,realamprandom,qiskit,1 +1012,127,175,"{'rz': 240, 'sx': 120, 'measure': 40}",{'cx': 757},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",graphstate_mapped_ibm_washington_qiskit_opt0_40.qasm,1565,ibm_127q,graphstate,qiskit,0 +1013,127,542,"{'rz': 390, 'sx': 90, 'measure': 15}",{'cx': 1847},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_15.qasm,1610,ibm_127q,qnn,qiskit,0 +1014,127,7514,"{'rz': 11510, 'sx': 220, 'measure': 110, 'x': 1}",{'cx': 37272},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_111.qasm,2915,ibm_127q,qpeinexact,qiskit,1 +1015,127,1031,"{'rz': 3065, 'sx': 2721, 'x': 116, 'measure': 34}",{'cx': 4544},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",su2random_mapped_ibm_washington_qiskit_opt3_34.qasm,1096,ibm_127q,su2random,qiskit,3 +1016,127,33858,"{'rz': 34288, 'sx': 12761, 'x': 425, 'measure': 94}",{'cx': 169160},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (118, 110)",random_mapped_ibm_washington_qiskit_opt1_94.qasm,2615,ibm_127q,random,qiskit,1 +1017,127,4939,"{'rz': 7573, 'sx': 158, 'measure': 79, 'x': 1}",{'cx': 19259},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qpeexact_mapped_ibm_washington_qiskit_opt1_80.qasm,3877,ibm_127q,qpeexact,qiskit,1 +1018,127,78,"{'rz': 204, 'sx': 102, 'measure': 60}",{'cx': 291},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",graphstate_mapped_ibm_washington_qiskit_opt2_60.qasm,2460,ibm_127q,graphstate,qiskit,2 +1019,127,1303,"{'rz': 990, 'sx': 594, 'measure': 100, 'x': 1}",{'cx': 1470},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",wstate_mapped_ibm_washington_qiskit_opt0_100.qasm,1453,ibm_127q,wstate,qiskit,0 +1020,127,93,"{'sx': 88, 'rz': 44, 'measure': 23, 'x': 1}",{'cx': 44},"(74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_23.qasm,2131,ibm_127q,wstate,qiskit,3 +1021,127,398,"{'rz': 218, 'sx': 109, 'x': 55, 'measure': 54}",{'cx': 657},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 50); (52, 37); (53, 41); (54, 45)",dj_mapped_ibm_washington_qiskit_opt0_55.qasm,2189,ibm_127q,dj,qiskit,0 +1022,127,2766,"{'rz': 5015, 'sx': 4052, 'x': 169, 'measure': 53}",{'cx': 13579},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt3_53.qasm,3375,ibm_127q,su2random,qiskit,3 +1023,127,235,"{'rz': 420, 'sx': 210, 'measure': 70}",{'cx': 1312},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",graphstate_mapped_ibm_washington_qiskit_opt0_70.qasm,2160,ibm_127q,graphstate,qiskit,0 +1024,127,2706,"{'rz': 6735, 'sx': 77, 'measure': 76}",{'cx': 15756},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_76.qasm,3163,ibm_127q,qftentangled,qiskit,1 +1025,127,2277,"{'rz': 18054, 'sx': 12823, 'measure': 66, 'x': 9}",{'cx': 15086},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (70, 74); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100); (110, 118); (118, 110)",qnn_mapped_ibm_washington_qiskit_opt3_66.qasm,2019,ibm_127q,qnn,qiskit,3 +1026,127,628,"{'rz': 447, 'sx': 263, 'measure': 115, 'x': 15}",{'cx': 638},"(0, 14); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (126, 112)",dj_mapped_ibm_washington_qiskit_opt3_116.qasm,2387,ibm_127q,dj,qiskit,3 +1027,127,73,"{'measure': 70, 'rz': 2, 'sx': 1}",{'cx': 69},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_70.qasm,1847,ibm_127q,ghz,qiskit,2 +1028,127,962,"{'rz': 730, 'sx': 438, 'measure': 74, 'x': 1}",{'cx': 1070},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62); (73, 66)",wstate_mapped_ibm_washington_qiskit_opt0_74.qasm,2151,ibm_127q,wstate,qiskit,0 +1029,127,78,"{'rz': 188, 'sx': 94, 'measure': 58}",{'cx': 265},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",graphstate_mapped_ibm_washington_qiskit_opt2_58.qasm,1784,ibm_127q,graphstate,qiskit,2 +1030,127,1326,"{'sx': 288, 'rz': 288, 'measure': 36}",{'cx': 6456},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (53, 60); (54, 64); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt2_36.qasm,2698,ibm_127q,su2random,qiskit,2 +1031,127,1108,"{'rz': 1614, 'sx': 596, 'x': 67, 'measure': 30}",{'cx': 2435},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt3_31.qasm,3485,ibm_127q,qpeexact,qiskit,3 +1032,127,857,"{'measure': 110, 'rz': 2, 'sx': 1}",{'cx': 898},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_110.qasm,3211,ibm_127q,ghz,qiskit,2 +1033,127,1896,"{'rz': 1706, 'sx': 650, 'x': 23, 'measure': 22}",{'cx': 3641},"(45, 54); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt1_22.qasm,1042,ibm_127q,random,qiskit,1 +1034,127,7156,"{'rz': 11637, 'sx': 222, 'measure': 111, 'x': 1}",{'cx': 38107},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_112.qasm,1337,ibm_127q,qpeinexact,qiskit,1 +1035,127,113,"{'sx': 108, 'rz': 54, 'measure': 28, 'x': 1}",{'cx': 54},"(66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_28.qasm,2687,ibm_127q,wstate,qiskit,3 +1036,127,181,"{'sx': 176, 'rz': 88, 'measure': 45, 'x': 1}",{'cx': 88},"(9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_45.qasm,1871,ibm_127q,wstate,qiskit,1 +1037,127,297,"{'measure': 60, 'rz': 2, 'sx': 1}",{'cx': 533},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ghz_mapped_ibm_washington_qiskit_opt0_60.qasm,3283,ibm_127q,ghz,qiskit,0 +1038,127,791,"{'rz': 240, 'sx': 240, 'measure': 30}",{'cx': 3905},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (97, 98); (98, 91); (98, 97)",realamprandom_mapped_ibm_washington_qiskit_opt2_30.qasm,2779,ibm_127q,realamprandom,qiskit,2 +1039,127,4784,"{'rz': 6636, 'sx': 116, 'measure': 116}",{'cx': 32093},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_116.qasm,3332,ibm_127q,qft,qiskit,2 +1040,127,243,"{'rz': 140, 'sx': 49, 'measure': 14}",{'cx': 238},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",portfolioqaoa_mapped_ibm_washington_qiskit_opt1_7.qasm,3483,ibm_127q,portfolioqaoa,qiskit,1 +1041,127,10764,"{'rz': 1040, 'sx': 520, 'measure': 65}",{'cx': 81213},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_65.qasm,2636,ibm_127q,su2random,qiskit,0 +1042,127,50,"{'rz': 247, 'sx': 128, 'measure': 65, 'x': 2}",{'cx': 248},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107)",graphstate_mapped_ibm_washington_qiskit_opt3_65.qasm,1182,ibm_127q,graphstate,qiskit,3 +1043,127,3679,"{'rz': 4172, 'sx': 84, 'measure': 83}",{'cx': 16490},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt2_83.qasm,3753,ibm_127q,qftentangled,qiskit,2 +1044,127,11822,"{'rz': 896, 'sx': 896, 'measure': 112}",{'cx': 83599},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_112.qasm,3353,ibm_127q,twolocalrandom,qiskit,2 +1045,127,16791,"{'rz': 20878, 'sx': 7318, 'x': 95, 'measure': 66}",{'cx': 103437},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_66.qasm,1226,ibm_127q,random,qiskit,0 +1046,127,343,"{'rz': 273, 'sx': 72, 'measure': 12, 'x': 4}",{'cx': 397},"(62, 72); (72, 62); (72, 81); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (91, 79); (92, 83); (92, 102); (102, 92)",qpeexact_mapped_ibm_washington_qiskit_opt3_13.qasm,1215,ibm_127q,qpeexact,qiskit,3 +1047,127,378,"{'rz': 1025, 'sx': 661, 'measure': 21, 'x': 8}",{'cx': 790},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt3_21.qasm,1673,ibm_127q,qft,qiskit,3 +1048,127,487,"{'measure': 100, 'rz': 2, 'sx': 1}",{'cx': 876},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ghz_mapped_ibm_washington_qiskit_opt0_100.qasm,2261,ibm_127q,ghz,qiskit,0 +1049,127,5409,"{'rz': 10610, 'sx': 109, 'measure': 108}",{'cx': 33283},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_108.qasm,1343,ibm_127q,qftentangled,qiskit,1 +1050,127,2390,"{'rz': 2036, 'sx': 719, 'measure': 21, 'x': 10}",{'cx': 6552},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_21.qasm,2986,ibm_127q,random,qiskit,0 +1051,127,12865,"{'rz': 13553, 'sx': 4789, 'x': 65, 'measure': 53}",{'cx': 64806},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37)",random_mapped_ibm_washington_qiskit_opt0_53.qasm,2276,ibm_127q,random,qiskit,0 +1052,127,920,"{'rz': 264, 'sx': 176, 'measure': 22}",{'cx': 4764},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_22.qasm,1953,ibm_127q,realamprandom,qiskit,0 +1053,127,7711,"{'rz': 12419, 'sx': 124, 'measure': 123}",{'cx': 45353},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_123.qasm,2829,ibm_127q,qftentangled,qiskit,1 +1054,127,5533,"{'rz': 5525, 'sx': 2119, 'x': 70, 'measure': 39}",{'cx': 16892},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt2_39.qasm,3949,ibm_127q,random,qiskit,2 +1055,127,116,"{'rz': 472, 'sx': 236, 'measure': 114}",{'cx': 879},"(4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (126, 112)",graphstate_mapped_ibm_washington_qiskit_opt1_114.qasm,2596,ibm_127q,graphstate,qiskit,1 +1056,127,399,"{'rz': 332, 'sx': 16, 'measure': 15}",{'cx': 650},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (73, 66)",qftentangled_mapped_ibm_washington_qiskit_opt1_15.qasm,3702,ibm_127q,qftentangled,qiskit,1 +1057,127,29125,"{'rz': 38851, 'sx': 13483, 'x': 152, 'measure': 89}",{'cx': 223431},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_89.qasm,3513,ibm_127q,random,qiskit,0 +1058,127,912,"{'measure': 117, 'rz': 2, 'sx': 1}",{'cx': 983},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_117.qasm,3875,ibm_127q,ghz,qiskit,1 +1059,127,1077,"{'rz': 1278, 'sx': 30, 'measure': 29}",{'cx': 4650},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_29.qasm,1742,ibm_127q,qftentangled,qiskit,0 +1060,127,196,"{'rz': 150, 'sx': 75, 'measure': 37}",{'cx': 235},"(28, 35); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (98, 91)",dj_mapped_ibm_washington_qiskit_opt1_38.qasm,1371,ibm_127q,dj,qiskit,1 +1061,127,9190,"{'rz': 14538, 'sx': 572, 'measure': 96}",{'cx': 58302},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt0_96.qasm,2802,ibm_127q,ae,qiskit,0 +1062,127,35,"{'measure': 32, 'rz': 2, 'sx': 1}",{'cx': 31},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",ghz_mapped_ibm_washington_qiskit_opt1_32.qasm,2884,ibm_127q,ghz,qiskit,1 +1063,127,303,"{'measure': 66, 'rz': 2, 'sx': 1}",{'cx': 539},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ghz_mapped_ibm_washington_qiskit_opt0_66.qasm,3873,ibm_127q,ghz,qiskit,0 +1064,127,10,"{'measure': 7, 'rz': 2, 'sx': 1}",{'cx': 6},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",ghz_mapped_ibm_washington_qiskit_opt1_7.qasm,3199,ibm_127q,ghz,qiskit,1 +1065,127,750,"{'rz': 1107, 'sx': 27, 'measure': 27}",{'cx': 3117},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_27.qasm,1120,ibm_127q,qft,qiskit,0 +1066,127,2520,"{'rz': 3320, 'sx': 350, 'measure': 59}",{'cx': 7974},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",ae_mapped_ibm_washington_qiskit_opt2_59.qasm,4028,ibm_127q,ae,qiskit,2 +1067,127,1518,"{'rz': 1140, 'sx': 684, 'measure': 115, 'x': 1}",{'cx': 1725},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_115.qasm,1102,ibm_127q,wstate,qiskit,0 +1068,127,474,"{'rz': 373, 'sx': 222, 'measure': 95, 'x': 14}",{'cx': 411},"(7, 8); (8, 7); (8, 16); (12, 17); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt3_96.qasm,3139,ibm_127q,dj,qiskit,3 +1069,127,7147,"{'rz': 11256, 'sx': 216, 'measure': 108, 'x': 1}",{'cx': 36925},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_109.qasm,2792,ibm_127q,qpeinexact,qiskit,1 +1070,127,33,"{'rz': 29, 'sx': 17, 'measure': 8}",{'cx': 23},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",dj_mapped_ibm_washington_qiskit_opt2_9.qasm,2475,ibm_127q,dj,qiskit,2 +1071,127,3980,"{'rz': 4773, 'sx': 482, 'measure': 81}",{'cx': 14913},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118)",ae_mapped_ibm_washington_qiskit_opt2_81.qasm,3519,ibm_127q,ae,qiskit,2 +1072,127,7252,"{'rz': 10695, 'sx': 488, 'measure': 82}",{'cx': 42621},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt0_82.qasm,3583,ibm_127q,ae,qiskit,0 +1073,127,12103,"{'rz': 13328, 'sx': 672, 'measure': 112}",{'cx': 79650},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_112.qasm,2518,ibm_127q,qnn,qiskit,2 +1074,127,7739,"{'rz': 10982, 'sx': 632, 'measure': 106}",{'cx': 32653},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_106.qasm,2460,ibm_127q,ae,qiskit,1 +1075,127,153,"{'sx': 148, 'rz': 74, 'measure': 38, 'x': 1}",{'cx': 74},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90)",wstate_mapped_ibm_washington_qiskit_opt3_38.qasm,2934,ibm_127q,wstate,qiskit,3 +1076,127,11646,"{'rz': 816, 'sx': 816, 'measure': 102}",{'cx': 81662},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_102.qasm,1905,ibm_127q,twolocalrandom,qiskit,1 +1077,127,553,"{'measure': 112, 'rz': 2, 'sx': 1}",{'cx': 990},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ghz_mapped_ibm_washington_qiskit_opt0_112.qasm,3253,ibm_127q,ghz,qiskit,0 +1078,127,4361,"{'rz': 592, 'sx': 296, 'measure': 37}",{'cx': 23079},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_37.qasm,1988,ibm_127q,su2random,qiskit,0 +1079,127,2032,"{'rz': 3370, 'sx': 1353, 'x': 178, 'measure': 47}",{'cx': 5574},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt3_48.qasm,4014,ibm_127q,qpeinexact,qiskit,3 +1080,127,4330,"{'rz': 5295, 'sx': 338, 'measure': 57}",{'cx': 18648},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ae_mapped_ibm_washington_qiskit_opt0_57.qasm,3999,ibm_127q,ae,qiskit,0 +1081,127,22159,"{'rz': 27056, 'sx': 9214, 'x': 110, 'measure': 74}",{'cx': 148312},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt0_74.qasm,1744,ibm_127q,random,qiskit,0 +1082,127,73,"{'rz': 117, 'sx': 78, 'measure': 13}",{'cx': 135},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",vqe_mapped_ibm_washington_qiskit_opt0_13.qasm,1289,ibm_127q,vqe,qiskit,0 +1083,127,32,"{'measure': 29, 'rz': 2, 'sx': 1}",{'cx': 28},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",ghz_mapped_ibm_washington_qiskit_opt1_29.qasm,3484,ibm_127q,ghz,qiskit,1 +1084,127,2624,"{'rz': 3382, 'sx': 92, 'measure': 46, 'x': 1}",{'cx': 7178},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87); (93, 106); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt1_47.qasm,1348,ibm_127q,qpeinexact,qiskit,1 +1085,127,2623,"{'rz': 3814, 'sx': 296, 'measure': 50}",{'cx': 6995},"(20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt1_50.qasm,2680,ibm_127q,ae,qiskit,1 +1086,127,935,"{'rz': 240, 'sx': 160, 'measure': 20}",{'cx': 4542},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_20.qasm,2040,ibm_127q,realamprandom,qiskit,0 +1087,127,3479,"{'rz': 6049, 'sx': 134, 'measure': 67, 'x': 1}",{'cx': 14894},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt1_68.qasm,1604,ibm_127q,qpeexact,qiskit,1 +1088,127,298,"{'rz': 217, 'sx': 62, 'measure': 11}",{'cx': 254},"(34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",ae_mapped_ibm_washington_qiskit_opt1_11.qasm,3917,ibm_127q,ae,qiskit,1 +1089,127,744,"{'rz': 321, 'sx': 69, 'x': 10, 'measure': 7}",{'cx': 600},"(54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt1_7.qasm,2173,ibm_127q,qwalk-v-chain,qiskit,1 +1090,127,6564,"{'rz': 8535, 'sx': 434, 'measure': 73}",{'cx': 34245},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62)",ae_mapped_ibm_washington_qiskit_opt0_73.qasm,1612,ibm_127q,ae,qiskit,0 +1091,127,11133,"{'rz': 824, 'sx': 824, 'measure': 103}",{'cx': 78224},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_103.qasm,3193,ibm_127q,twolocalrandom,qiskit,1 +1092,127,3261,"{'rz': 512, 'sx': 512, 'measure': 64}",{'cx': 23141},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_64.qasm,1521,ibm_127q,twolocalrandom,qiskit,2 +1093,127,4058,"{'rz': 4843, 'sx': 96, 'measure': 95}",{'cx': 22257},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_95.qasm,1072,ibm_127q,qftentangled,qiskit,2 +1094,127,796,"{'rz': 920, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 2433},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_24.qasm,1702,ibm_127q,qpeinexact,qiskit,0 +1095,127,87833,"{'rz': 39630, 'sx': 315, 'measure': 10, 'x': 1}",{'cx': 79100},"(54, 64); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",grover-noancilla_mapped_ibm_washington_qiskit_opt2_10.qasm,3553,ibm_127q,grover-noancilla,qiskit,2 +1096,127,4343,"{'rz': 4264, 'sx': 1612, 'x': 53, 'measure': 34}",{'cx': 11651},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt1_34.qasm,1526,ibm_127q,random,qiskit,1 +1097,127,549,"{'rz': 285, 'sx': 275, 'measure': 21}",{'cx': 1784},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",su2random_mapped_ibm_washington_qiskit_opt3_21.qasm,4070,ibm_127q,su2random,qiskit,3 +1098,127,1102,"{'rz': 184, 'sx': 184, 'measure': 23}",{'cx': 3360},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",realamprandom_mapped_ibm_washington_qiskit_opt1_23.qasm,3729,ibm_127q,realamprandom,qiskit,1 +1099,127,783,"{'rz': 949, 'sx': 210, 'x': 32, 'measure': 24}",{'cx': 1655},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",qpeinexact_mapped_ibm_washington_qiskit_opt3_25.qasm,1764,ibm_127q,qpeinexact,qiskit,3 +1100,127,2035,"{'rz': 432, 'sx': 432, 'measure': 54}",{'cx': 15582},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt2_54.qasm,1126,ibm_127q,realamprandom,qiskit,2 +1101,127,6921,"{'rz': 704, 'sx': 704, 'measure': 88}",{'cx': 47951},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_88.qasm,1487,ibm_127q,realamprandom,qiskit,2 +1102,127,2158,"{'rz': 3558, 'sx': 284, 'measure': 48}",{'cx': 6429},"(34, 43); (35, 47); (37, 52); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100)",ae_mapped_ibm_washington_qiskit_opt1_48.qasm,1370,ibm_127q,ae,qiskit,1 +1103,127,1615,"{'rz': 2394, 'sx': 52, 'measure': 51}",{'cx': 6268},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100)",qftentangled_mapped_ibm_washington_qiskit_opt2_51.qasm,3723,ibm_127q,qftentangled,qiskit,2 +1104,127,8671,"{'rz': 8938, 'sx': 3434, 'x': 115, 'measure': 49}",{'cx': 31412},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87)",random_mapped_ibm_washington_qiskit_opt2_49.qasm,3242,ibm_127q,random,qiskit,2 +1105,127,7822,"{'rz': 10848, 'sx': 110, 'measure': 110}",{'cx': 34451},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_110.qasm,1756,ibm_127q,qft,qiskit,1 +1106,127,413,"{'sx': 408, 'rz': 204, 'measure': 103, 'x': 1}",{'cx': 204},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_103.qasm,3544,ibm_127q,wstate,qiskit,2 +1107,127,249,"{'rz': 171, 'sx': 144, 'measure': 9, 'x': 4}",{'cx': 286},"(72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (91, 79); (91, 98); (98, 91)",realamprandom_mapped_ibm_washington_qiskit_opt3_9.qasm,3980,ibm_127q,realamprandom,qiskit,3 +1108,127,1099,"{'rz': 1715, 'sx': 42, 'measure': 42}",{'cx': 4141},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",qft_mapped_ibm_washington_qiskit_opt2_42.qasm,3891,ibm_127q,qft,qiskit,2 +1109,127,9136,"{'rz': 9710, 'sx': 3682, 'x': 164, 'measure': 51}",{'cx': 33208},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87)",random_mapped_ibm_washington_qiskit_opt1_51.qasm,3843,ibm_127q,random,qiskit,1 +1110,127,2509,"{'rz': 2933, 'sx': 116, 'measure': 58, 'x': 1}",{'cx': 9528},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt2_59.qasm,3590,ibm_127q,qpeexact,qiskit,2 +1111,127,9100,"{'rz': 12902, 'sx': 722, 'measure': 121}",{'cx': 43585},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (89, 74); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_121.qasm,2471,ibm_127q,ae,qiskit,1 +1112,127,896,"{'rz': 502, 'sx': 251, 'measure': 125, 'x': 113}",{'cx': 1544},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt0_126.qasm,3387,ibm_127q,dj,qiskit,0 +1113,127,5135,"{'rz': 6581, 'sx': 214, 'measure': 107, 'x': 1}",{'cx': 30321},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt2_108.qasm,2511,ibm_127q,qpeexact,qiskit,2 +1114,127,95,"{'rz': 382, 'sx': 191, 'measure': 97}",{'cx': 550},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt1_97.qasm,3561,ibm_127q,graphstate,qiskit,1 +1115,127,35,"{'rz': 90, 'sx': 45, 'measure': 9}",{'cx': 57},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qaoa_mapped_ibm_washington_qiskit_opt1_9.qasm,1668,ibm_127q,qaoa,qiskit,1 +1116,127,3183,"{'sx': 504, 'rz': 504, 'measure': 63}",{'cx': 22173},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_63.qasm,3092,ibm_127q,su2random,qiskit,2 +1117,127,3166,"{'rz': 5527, 'sx': 67, 'measure': 66}",{'cx': 13869},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_66.qasm,1601,ibm_127q,qftentangled,qiskit,1 +1118,127,1027,"{'rz': 272, 'sx': 272, 'measure': 34}",{'cx': 5548},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_34.qasm,3297,ibm_127q,twolocalrandom,qiskit,2 +1119,127,125,"{'rz': 91, 'sx': 8, 'measure': 8}",{'cx': 140},"(45, 54); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qft_mapped_ibm_washington_qiskit_opt1_8.qasm,3683,ibm_127q,qft,qiskit,1 +1120,127,2584,"{'rz': 4554, 'sx': 58, 'measure': 58}",{'cx': 10140},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt1_58.qasm,1654,ibm_127q,qft,qiskit,1 +1121,127,657,"{'rz': 712, 'sx': 22, 'measure': 22}",{'cx': 1380},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62)",qft_mapped_ibm_washington_qiskit_opt1_22.qasm,1200,ibm_127q,qft,qiskit,1 +1122,127,6180,"{'rz': 720, 'sx': 360, 'measure': 45}",{'cx': 36318},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_45.qasm,3296,ibm_127q,su2random,qiskit,0 +1123,127,23,"{'sx': 52, 'rz': 51, 'measure': 9, 'x': 1}",{'cx': 16},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120)",vqe_mapped_ibm_washington_qiskit_opt3_9.qasm,3073,ibm_127q,vqe,qiskit,3 +1124,127,96,"{'rz': 484, 'sx': 242, 'measure': 122}",{'cx': 755},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_122.qasm,3268,ibm_127q,graphstate,qiskit,1 +1125,127,451,"{'rz': 326, 'sx': 163, 'measure': 81}",{'cx': 531},"(4, 15); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (110, 100)",dj_mapped_ibm_washington_qiskit_opt1_82.qasm,3462,ibm_127q,dj,qiskit,1 +1126,127,1382,"{'rz': 1605, 'sx': 72, 'measure': 36, 'x': 1}",{'cx': 3927},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt2_37.qasm,3155,ibm_127q,qpeinexact,qiskit,2 +1127,127,3537,"{'rz': 3427, 'sx': 92, 'measure': 46, 'x': 1}",{'cx': 14480},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_47.qasm,3861,ibm_127q,qpeinexact,qiskit,0 +1128,127,1147,"{'rz': 1249, 'sx': 30, 'measure': 29}",{'cx': 2382},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66)",qftentangled_mapped_ibm_washington_qiskit_opt1_29.qasm,3836,ibm_127q,qftentangled,qiskit,1 +1129,127,988,"{'rz': 1538, 'sx': 39, 'measure': 39}",{'cx': 3599},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt2_39.qasm,3854,ibm_127q,qft,qiskit,2 +1130,127,578,"{'rz': 401, 'sx': 219, 'measure': 109}",{'cx': 901},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt2_110.qasm,1436,ibm_127q,dj,qiskit,2 +1131,127,25,"{'measure': 22, 'rz': 2, 'sx': 1}",{'cx': 21},"(87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_22.qasm,2661,ibm_127q,ghz,qiskit,2 +1132,127,4400,"{'sx': 672, 'rz': 672, 'measure': 84}",{'cx': 37089},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_84.qasm,3377,ibm_127q,su2random,qiskit,2 +1133,127,27535,"{'rz': 35512, 'sx': 12352, 'x': 158, 'measure': 85}",{'cx': 202913},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_85.qasm,1054,ibm_127q,random,qiskit,0 +1134,127,1359,"{'rz': 2142, 'sx': 72, 'measure': 36, 'x': 1}",{'cx': 4185},"(34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qpeinexact_mapped_ibm_washington_qiskit_opt1_37.qasm,1534,ibm_127q,qpeinexact,qiskit,1 +1135,127,8391,"{'sx': 904, 'rz': 904, 'measure': 113}",{'cx': 74356},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_113.qasm,2261,ibm_127q,realamprandom,qiskit,2 +1136,127,197,"{'rz': 148, 'sx': 55, 'measure': 8, 'x': 5}",{'cx': 157},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",qpeexact_mapped_ibm_washington_qiskit_opt3_9.qasm,1506,ibm_127q,qpeexact,qiskit,3 +1137,127,3825,"{'rz': 4182, 'sx': 102, 'measure': 51, 'x': 1}",{'cx': 17544},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_52.qasm,1485,ibm_127q,qpeinexact,qiskit,0 +1138,127,1474,"{'rz': 845, 'sx': 571, 'x': 44, 'measure': 15}",{'cx': 782},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",pricingput_mapped_ibm_washington_qiskit_opt3_15.qasm,2669,ibm_127q,pricingput,qiskit,3 +1139,127,9031,"{'sx': 744, 'rz': 744, 'measure': 93}",{'cx': 63691},"(12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_93.qasm,3300,ibm_127q,su2random,qiskit,1 +1140,127,765,"{'rz': 168, 'sx': 168, 'measure': 21}",{'cx': 2515},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (85, 73); (85, 86); (86, 85)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_21.qasm,3025,ibm_127q,twolocalrandom,qiskit,1 +1141,127,106,"{'measure': 103, 'rz': 2, 'sx': 1}",{'cx': 102},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_103.qasm,1335,ibm_127q,ghz,qiskit,2 +1142,127,1225,"{'rz': 1165, 'sx': 58, 'measure': 29, 'x': 1}",{'cx': 2622},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (102, 92)",qpeinexact_mapped_ibm_washington_qiskit_opt2_30.qasm,3370,ibm_127q,qpeinexact,qiskit,2 +1143,127,356,"{'rz': 153, 'sx': 70, 'x': 8, 'measure': 7}",{'cx': 239},"(66, 73); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",pricingput_mapped_ibm_washington_qiskit_opt1_7.qasm,1645,ibm_127q,pricingput,qiskit,1 +1144,127,793,"{'rz': 911, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 1623},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qpeexact_mapped_ibm_washington_qiskit_opt1_24.qasm,1714,ibm_127q,qpeexact,qiskit,1 +1145,127,3062,"{'rz': 5288, 'sx': 95, 'measure': 94}",{'cx': 20313},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_94.qasm,1257,ibm_127q,qftentangled,qiskit,2 +1146,127,15719,"{'rz': 19005, 'sx': 6623, 'x': 82, 'measure': 63}",{'cx': 92765},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_63.qasm,1201,ibm_127q,random,qiskit,0 +1147,127,1193,"{'rz': 910, 'sx': 546, 'measure': 92, 'x': 1}",{'cx': 1331},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 98); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",wstate_mapped_ibm_washington_qiskit_opt0_92.qasm,1384,ibm_127q,wstate,qiskit,0 +1148,127,1545,"{'rz': 352, 'sx': 352, 'measure': 44}",{'cx': 10469},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",realamprandom_mapped_ibm_washington_qiskit_opt2_44.qasm,1964,ibm_127q,realamprandom,qiskit,2 +1149,127,70,"{'sx': 143, 'rz': 141, 'measure': 9}",{'cx': 40},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",tsp_mapped_ibm_washington_qiskit_opt1_9.qasm,2120,ibm_127q,tsp,qiskit,1 +1150,127,14143,"{'rz': 14999, 'sx': 5616, 'x': 197, 'measure': 63}",{'cx': 58452},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt1_63.qasm,2543,ibm_127q,random,qiskit,1 +1151,127,16762,"{'rz': 976, 'sx': 976, 'measure': 122}",{'cx': 117734},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_122.qasm,1448,ibm_127q,realamprandom,qiskit,1 +1152,127,1263,"{'sx': 248, 'rz': 248, 'measure': 31}",{'cx': 5016},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",realamprandom_mapped_ibm_washington_qiskit_opt2_31.qasm,2656,ibm_127q,realamprandom,qiskit,2 +1153,127,564,"{'rz': 403, 'sx': 217, 'measure': 108}",{'cx': 792},"(7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt2_109.qasm,2527,ibm_127q,dj,qiskit,2 +1154,127,6706,"{'rz': 7653, 'sx': 248, 'measure': 124, 'x': 1}",{'cx': 42561},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_125.qasm,1872,ibm_127q,qpeinexact,qiskit,2 +1155,127,684,"{'rz': 615, 'sx': 104, 'measure': 18}",{'cx': 1449},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_18.qasm,3484,ibm_127q,ae,qiskit,0 +1156,127,3697,"{'rz': 4082, 'sx': 52, 'measure': 52}",{'cx': 17661},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_52.qasm,1032,ibm_127q,qft,qiskit,0 +1157,127,772,"{'measure': 106, 'rz': 2, 'sx': 1}",{'cx': 798},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ghz_mapped_ibm_washington_qiskit_opt2_106.qasm,1200,ibm_127q,ghz,qiskit,2 +1158,127,3173,"{'rz': 5414, 'sx': 124, 'measure': 62, 'x': 1}",{'cx': 12369},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeexact_mapped_ibm_washington_qiskit_opt1_63.qasm,1029,ibm_127q,qpeexact,qiskit,1 +1159,127,317,"{'sx': 312, 'rz': 156, 'measure': 79, 'x': 1}",{'cx': 156},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_79.qasm,3352,ibm_127q,wstate,qiskit,1 +1160,127,6661,"{'rz': 10214, 'sx': 596, 'measure': 100}",{'cx': 26293},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_100.qasm,3790,ibm_127q,ae,qiskit,1 +1161,127,1898,"{'rz': 2234, 'sx': 266, 'measure': 45}",{'cx': 4890},"(20, 33); (33, 20); (33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (98, 91); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",ae_mapped_ibm_washington_qiskit_opt2_45.qasm,2876,ibm_127q,ae,qiskit,2 +1162,127,3962,"{'rz': 4649, 'sx': 156, 'measure': 78, 'x': 1}",{'cx': 15966},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt2_79.qasm,1453,ibm_127q,qpeinexact,qiskit,2 +1163,127,381,"{'measure': 75, 'rz': 2, 'sx': 1}",{'cx': 677},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (73, 66); (74, 70)",ghz_mapped_ibm_washington_qiskit_opt0_75.qasm,3940,ibm_127q,ghz,qiskit,0 +1164,127,2441,"{'rz': 424, 'sx': 424, 'measure': 53}",{'cx': 17918},"(20, 21); (20, 33); (21, 20); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_53.qasm,1224,ibm_127q,twolocalrandom,qiskit,1 +1165,127,184,"{'rz': 151, 'sx': 91, 'measure': 38, 'x': 6}",{'cx': 132},"(20, 33); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (92, 83); (92, 102); (102, 92)",dj_mapped_ibm_washington_qiskit_opt3_39.qasm,2739,ibm_127q,dj,qiskit,3 +1166,127,53,"{'measure': 50, 'rz': 2, 'sx': 1}",{'cx': 49},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_50.qasm,2055,ibm_127q,ghz,qiskit,1 +1167,127,1387,"{'rz': 2402, 'sx': 859, 'x': 132, 'measure': 40}",{'cx': 4091},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt3_41.qasm,1809,ibm_127q,qpeexact,qiskit,3 +1168,127,249,"{'rz': 436, 'sx': 216, 'measure': 12}",{'cx': 504},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54)",groundstate_medium_mapped_ibm_washington_qiskit_opt2_12.qasm,3753,ibm_127q,groundstate,qiskit,2 +1169,127,5151,"{'rz': 5365, 'sx': 116, 'measure': 58, 'x': 1}",{'cx': 24533},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt0_59.qasm,1878,ibm_127q,qpeinexact,qiskit,0 +1170,127,359,"{'rz': 345, 'sx': 15, 'measure': 15}",{'cx': 1149},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_15.qasm,1464,ibm_127q,qft,qiskit,0 +1171,127,1677,"{'sx': 296, 'rz': 296, 'measure': 37}",{'cx': 8610},"(24, 34); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87)",su2random_mapped_ibm_washington_qiskit_opt1_37.qasm,3924,ibm_127q,su2random,qiskit,1 +1172,127,574,"{'rz': 638, 'sx': 132, 'measure': 22}",{'cx': 1981},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (73, 66); (73, 85); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt1_22.qasm,2101,ibm_127q,qnn,qiskit,1 +1173,127,38,"{'measure': 35, 'rz': 2, 'sx': 1}",{'cx': 34},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (34, 24); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt3_35.qasm,2266,ibm_127q,ghz,qiskit,3 +1174,127,292,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 624},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54)",realamprandom_mapped_ibm_washington_qiskit_opt2_12.qasm,1723,ibm_127q,realamprandom,qiskit,2 +1175,127,11392,"{'rz': 14994, 'sx': 714, 'measure': 119}",{'cx': 100114},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_119.qasm,2629,ibm_127q,qnn,qiskit,1 +1176,127,374,"{'measure': 74, 'rz': 2, 'sx': 1}",{'cx': 655},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62); (73, 66)",ghz_mapped_ibm_washington_qiskit_opt0_74.qasm,3379,ibm_127q,ghz,qiskit,0 +1177,127,2123,"{'rz': 3174, 'sx': 266, 'measure': 45}",{'cx': 6033},"(33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (72, 62); (72, 81); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",ae_mapped_ibm_washington_qiskit_opt1_45.qasm,1312,ibm_127q,ae,qiskit,1 +1178,127,9517,"{'rz': 768, 'sx': 768, 'measure': 96}",{'cx': 68829},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_96.qasm,2395,ibm_127q,realamprandom,qiskit,1 +1179,127,136,"{'rz': 74, 'sx': 37, 'x': 21, 'measure': 18}",{'cx': 225},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_19.qasm,2502,ibm_127q,dj,qiskit,0 +1180,127,12109,"{'rz': 876, 'sx': 584, 'measure': 73}",{'cx': 102138},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_73.qasm,1673,ibm_127q,twolocalrandom,qiskit,0 +1181,127,513,"{'rz': 278, 'sx': 139, 'x': 69, 'measure': 69}",{'cx': 858},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",dj_mapped_ibm_washington_qiskit_opt0_70.qasm,1243,ibm_127q,dj,qiskit,0 +1182,127,1040,"{'rz': 4093, 'sx': 2496, 'measure': 38, 'x': 6}",{'cx': 5693},"(8, 16); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qnn_mapped_ibm_washington_qiskit_opt3_38.qasm,1179,ibm_127q,qnn,qiskit,3 +1183,127,338,"{'rz': 266, 'sx': 133, 'measure': 66}",{'cx': 354},"(7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (34, 43); (35, 28); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 60); (54, 45); (54, 64); (55, 49); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (98, 91); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (122, 111); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt1_67.qasm,1593,ibm_127q,dj,qiskit,1 +1184,127,3094,"{'rz': 5765, 'sx': 69, 'measure': 68}",{'cx': 13425},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_68.qasm,3920,ibm_127q,qftentangled,qiskit,1 +1185,127,1749,"{'rz': 324, 'sx': 216, 'measure': 27}",{'cx': 8958},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_27.qasm,3476,ibm_127q,realamprandom,qiskit,0 +1186,127,30299,"{'rz': 39952, 'sx': 13736, 'x': 151, 'measure': 90}",{'cx': 232950},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_90.qasm,1200,ibm_127q,random,qiskit,0 +1187,127,149,"{'sx': 144, 'rz': 72, 'measure': 37, 'x': 1}",{'cx': 72},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",wstate_mapped_ibm_washington_qiskit_opt2_37.qasm,2162,ibm_127q,wstate,qiskit,2 +1188,127,46,"{'rz': 123, 'sx': 65, 'measure': 13}",{'cx': 76},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66)",qaoa_mapped_ibm_washington_qiskit_opt2_13.qasm,3867,ibm_127q,qaoa,qiskit,2 +1189,127,6259,"{'rz': 11698, 'sx': 118, 'measure': 117}",{'cx': 41540},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_117.qasm,3722,ibm_127q,qftentangled,qiskit,1 +1190,127,45,"{'sx': 40, 'rz': 20, 'measure': 11, 'x': 1}",{'cx': 20},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_11.qasm,1680,ibm_127q,wstate,qiskit,2 +1191,127,857,"{'rz': 478, 'sx': 239, 'measure': 119, 'x': 103}",{'cx': 1475},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118)",dj_mapped_ibm_washington_qiskit_opt0_120.qasm,3610,ibm_127q,dj,qiskit,0 +1192,127,673,"{'rz': 366, 'sx': 183, 'measure': 91, 'x': 85}",{'cx': 1171},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79)",dj_mapped_ibm_washington_qiskit_opt0_92.qasm,2136,ibm_127q,dj,qiskit,0 +1193,127,318,"{'rz': 666, 'sx': 333, 'measure': 111}",{'cx': 2436},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100)",graphstate_mapped_ibm_washington_qiskit_opt0_111.qasm,1141,ibm_127q,graphstate,qiskit,0 +1194,127,5235,"{'rz': 8843, 'sx': 178, 'measure': 89, 'x': 1}",{'cx': 24849},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeinexact_mapped_ibm_washington_qiskit_opt1_90.qasm,3579,ibm_127q,qpeinexact,qiskit,1 +1195,127,126,"{'measure': 33, 'rz': 2, 'sx': 1}",{'cx': 215},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31)",ghz_mapped_ibm_washington_qiskit_opt0_33.qasm,3473,ibm_127q,ghz,qiskit,0 +1196,127,19,"{'measure': 16, 'rz': 2, 'sx': 1}",{'cx': 15},"(108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_16.qasm,4045,ibm_127q,ghz,qiskit,2 +1197,127,4940,"{'rz': 7052, 'sx': 120, 'measure': 119}",{'cx': 35579},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",qftentangled_mapped_ibm_washington_qiskit_opt2_119.qasm,2591,ibm_127q,qftentangled,qiskit,2 +1198,127,634,"{'rz': 593, 'sx': 22, 'measure': 21}",{'cx': 1209},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt2_21.qasm,1410,ibm_127q,qftentangled,qiskit,2 +1199,127,80,"{'rz': 182, 'sx': 91, 'measure': 49}",{'cx': 226},"(16, 26); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt1_49.qasm,1469,ibm_127q,graphstate,qiskit,1 +1200,127,97,"{'rz': 404, 'sx': 202, 'measure': 98}",{'cx': 632},"(0, 14); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_98.qasm,2778,ibm_127q,graphstate,qiskit,1 +1201,127,1409,"{'rz': 1473, 'sx': 170, 'measure': 29}",{'cx': 3779},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_29.qasm,3582,ibm_127q,ae,qiskit,0 +1202,127,81,"{'sx': 76, 'rz': 38, 'measure': 20, 'x': 1}",{'cx': 38},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76)",wstate_mapped_ibm_washington_qiskit_opt1_20.qasm,2110,ibm_127q,wstate,qiskit,1 +1203,127,690,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1851},"(45, 54); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_19.qasm,1134,ibm_127q,twolocalrandom,qiskit,2 +1204,127,3537,"{'rz': 4527, 'sx': 476, 'measure': 80}",{'cx': 13761},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93); (110, 100)",ae_mapped_ibm_washington_qiskit_opt2_80.qasm,1174,ibm_127q,ae,qiskit,2 +1205,127,19709,"{'rz': 19867, 'sx': 7702, 'x': 265, 'measure': 73}",{'cx': 85967},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_73.qasm,2758,ibm_127q,random,qiskit,2 +1206,127,895,"{'rz': 1104, 'sx': 988, 'measure': 33, 'x': 22}",{'cx': 4147},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_33.qasm,1557,ibm_127q,twolocalrandom,qiskit,3 +1207,127,360,"{'rz': 434, 'sx': 105, 'measure': 16, 'x': 6}",{'cx': 628},"(4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (53, 41)",qftentangled_mapped_ibm_washington_qiskit_opt3_16.qasm,2541,ibm_127q,qftentangled,qiskit,3 +1208,127,3657,"{'rz': 4637, 'sx': 87, 'measure': 87}",{'cx': 19451},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt2_87.qasm,2984,ibm_127q,qft,qiskit,2 +1209,127,633,"{'rz': 438, 'sx': 239, 'measure': 119}",{'cx': 812},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (126, 112)",dj_mapped_ibm_washington_qiskit_opt2_120.qasm,1266,ibm_127q,dj,qiskit,2 +1210,127,5351,"{'rz': 10123, 'sx': 105, 'measure': 104}",{'cx': 31408},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_104.qasm,2901,ibm_127q,qftentangled,qiskit,1 +1211,127,1506,"{'rz': 3520, 'sx': 3079, 'x': 103, 'measure': 44}",{'cx': 8303},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_44.qasm,2906,ibm_127q,twolocalrandom,qiskit,3 +1212,127,131,"{'rz': 192, 'sx': 96, 'measure': 32}",{'cx': 449},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30)",graphstate_mapped_ibm_washington_qiskit_opt0_32.qasm,2276,ibm_127q,graphstate,qiskit,0 +1213,127,12162,"{'sx': 872, 'rz': 872, 'measure': 109}",{'cx': 86680},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_109.qasm,1728,ibm_127q,su2random,qiskit,1 +1214,127,1206,"{'rz': 1818, 'sx': 43, 'measure': 42}",{'cx': 4359},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt2_42.qasm,1112,ibm_127q,qftentangled,qiskit,2 +1215,127,389,"{'rz': 393, 'sx': 18, 'measure': 17}",{'cx': 831},"(54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qftentangled_mapped_ibm_washington_qiskit_opt2_17.qasm,2453,ibm_127q,qftentangled,qiskit,2 +1216,127,5331,"{'rz': 540, 'sx': 360, 'measure': 45}",{'cx': 34527},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_45.qasm,3705,ibm_127q,realamprandom,qiskit,0 +1217,127,21,"{'rz': 41, 'sx': 40, 'measure': 7, 'x': 1}",{'cx': 12},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",vqe_mapped_ibm_washington_qiskit_opt2_7.qasm,3070,ibm_127q,vqe,qiskit,2 +1218,127,4434,"{'rz': 5125, 'sx': 178, 'measure': 89, 'x': 1}",{'cx': 20994},"(15, 22); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt2_90.qasm,3805,ibm_127q,qpeexact,qiskit,2 +1219,127,483,"{'rz': 371, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 1134},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_15.qasm,3134,ibm_127q,qpeinexact,qiskit,0 +1220,127,5057,"{'rz': 552, 'sx': 552, 'measure': 69}",{'cx': 34522},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 56); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt1_69.qasm,3334,ibm_127q,realamprandom,qiskit,1 +1221,127,7548,"{'sx': 728, 'rz': 728, 'measure': 91}",{'cx': 53364},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_91.qasm,1184,ibm_127q,su2random,qiskit,2 +1222,127,5414,"{'rz': 6960, 'sx': 480, 'measure': 80}",{'cx': 35625},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt1_80.qasm,2900,ibm_127q,qnn,qiskit,1 +1223,127,112,"{'rz': 98, 'sx': 49, 'measure': 24}",{'cx': 105},"(54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt1_25.qasm,2237,ibm_127q,dj,qiskit,1 +1224,127,477,"{'rz': 346, 'sx': 173, 'measure': 86}",{'cx': 590},"(6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 52); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (118, 110)",dj_mapped_ibm_washington_qiskit_opt1_87.qasm,1197,ibm_127q,dj,qiskit,1 +1225,127,223,"{'rz': 187, 'sx': 47, 'measure': 11, 'x': 4}",{'cx': 260},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83)",qft_mapped_ibm_washington_qiskit_opt3_11.qasm,3750,ibm_127q,qft,qiskit,3 +1226,127,85,"{'rz': 192, 'sx': 96, 'measure': 50}",{'cx': 221},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt2_50.qasm,2520,ibm_127q,graphstate,qiskit,2 +1227,127,73,"{'sx': 68, 'rz': 34, 'measure': 18, 'x': 1}",{'cx': 34},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71)",wstate_mapped_ibm_washington_qiskit_opt1_18.qasm,1456,ibm_127q,wstate,qiskit,1 +1228,127,105,"{'sx': 100, 'rz': 50, 'measure': 26, 'x': 1}",{'cx': 50},"(68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_26.qasm,2412,ibm_127q,wstate,qiskit,3 +1229,127,4254,"{'rz': 8186, 'sx': 88, 'measure': 88}",{'cx': 22425},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_88.qasm,2971,ibm_127q,qft,qiskit,1 +1230,127,2545,"{'rz': 3636, 'sx': 96, 'measure': 48, 'x': 1}",{'cx': 7786},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt1_49.qasm,2185,ibm_127q,qpeexact,qiskit,1 +1231,127,897,"{'sx': 461, 'rz': 363, 'measure': 103, 'x': 1}",{'cx': 1160},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",wstate_mapped_ibm_washington_qiskit_opt1_103.qasm,1780,ibm_127q,wstate,qiskit,1 +1232,127,2002,"{'sx': 312, 'rz': 312, 'measure': 39}",{'cx': 9709},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_39.qasm,2345,ibm_127q,twolocalrandom,qiskit,1 +1233,127,9372,"{'sx': 728, 'rz': 728, 'measure': 91}",{'cx': 60794},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_91.qasm,2499,ibm_127q,su2random,qiskit,1 +1234,127,615,"{'rz': 439, 'sx': 235, 'measure': 117}",{'cx': 888},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt2_118.qasm,1786,ibm_127q,dj,qiskit,2 +1235,127,279,"{'rz': 196, 'sx': 109, 'measure': 54}",{'cx': 345},"(17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (35, 28); (35, 47); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 45); (54, 64); (55, 49); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt2_55.qasm,2521,ibm_127q,dj,qiskit,2 +1236,127,400,"{'rz': 268, 'sx': 74, 'measure': 13}",{'cx': 348},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (92, 83)",ae_mapped_ibm_washington_qiskit_opt2_13.qasm,3507,ibm_127q,ae,qiskit,2 +1237,127,8531,"{'rz': 792, 'sx': 792, 'measure': 99}",{'cx': 60486},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_99.qasm,2270,ibm_127q,twolocalrandom,qiskit,2 +1238,127,7182,"{'rz': 880, 'sx': 440, 'measure': 55}",{'cx': 51552},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_55.qasm,3486,ibm_127q,su2random,qiskit,0 +1239,127,22876,"{'rz': 23396, 'sx': 8982, 'x': 311, 'measure': 79}",{'cx': 106101},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_79.qasm,2526,ibm_127q,random,qiskit,2 +1240,127,245,"{'sx': 240, 'rz': 120, 'measure': 61, 'x': 1}",{'cx': 120},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_61.qasm,1824,ibm_127q,wstate,qiskit,2 +1241,127,521,"{'rz': 426, 'sx': 18, 'measure': 17}",{'cx': 852},"(35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (73, 66)",qftentangled_mapped_ibm_washington_qiskit_opt1_17.qasm,2246,ibm_127q,qftentangled,qiskit,1 +1242,127,4769,"{'rz': 6370, 'sx': 65, 'measure': 65}",{'cx': 27491},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_65.qasm,3381,ibm_127q,qft,qiskit,0 +1243,127,6731,"{'rz': 768, 'sx': 384, 'measure': 48}",{'cx': 42789},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_48.qasm,2855,ibm_127q,su2random,qiskit,0 +1244,127,406,"{'rz': 325, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 533},"(34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt1_14.qasm,1086,ibm_127q,qpeinexact,qiskit,1 +1245,127,1263,"{'rz': 6896, 'sx': 4795, 'measure': 42, 'x': 6}",{'cx': 5957},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",qnn_mapped_ibm_washington_qiskit_opt3_42.qasm,2306,ibm_127q,qnn,qiskit,3 +1246,127,2686,"{'rz': 3890, 'sx': 100, 'measure': 50, 'x': 1}",{'cx': 7920},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt1_51.qasm,2471,ibm_127q,qpeinexact,qiskit,1 +1247,127,367,"{'rz': 684, 'sx': 342, 'measure': 114}",{'cx': 2901},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt0_114.qasm,3352,ibm_127q,graphstate,qiskit,0 +1248,127,4605,"{'rz': 2189, 'sx': 101, 'x': 10, 'measure': 7}",{'cx': 4290},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt1_7.qasm,3038,ibm_127q,qwalk-noancilla,qiskit,1 +1249,127,2597,"{'rz': 4054, 'sx': 82, 'measure': 82}",{'cx': 15803},"(8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt2_82.qasm,1260,ibm_127q,qft,qiskit,2 +1250,127,8008,"{'rz': 912, 'sx': 456, 'measure': 57}",{'cx': 57513},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_57.qasm,1316,ibm_127q,su2random,qiskit,0 +1251,127,105,"{'sx': 100, 'rz': 50, 'measure': 26, 'x': 1}",{'cx': 50},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",wstate_mapped_ibm_washington_qiskit_opt1_26.qasm,1196,ibm_127q,wstate,qiskit,1 +1252,127,4354,"{'rz': 5572, 'sx': 186, 'measure': 93, 'x': 1}",{'cx': 23772},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeinexact_mapped_ibm_washington_qiskit_opt2_94.qasm,2928,ibm_127q,qpeinexact,qiskit,2 +1253,127,12800,"{'sx': 952, 'rz': 952, 'measure': 119}",{'cx': 96618},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_119.qasm,1405,ibm_127q,twolocalrandom,qiskit,2 +1254,127,527,"{'rz': 739, 'sx': 23, 'measure': 22}",{'cx': 2052},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_22.qasm,1080,ibm_127q,qftentangled,qiskit,0 +1255,127,2059,"{'rz': 20156, 'sx': 14988, 'measure': 68, 'x': 9}",{'cx': 14876},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt3_68.qasm,1186,ibm_127q,qnn,qiskit,3 +1256,127,2139,"{'sx': 344, 'rz': 344, 'measure': 43}",{'cx': 10058},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (84, 85); (85, 73); (85, 84); (91, 79)",realamprandom_mapped_ibm_washington_qiskit_opt2_43.qasm,1371,ibm_127q,realamprandom,qiskit,2 +1257,127,578,"{'measure': 119, 'rz': 2, 'sx': 1}",{'cx': 1039},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_119.qasm,1189,ibm_127q,ghz,qiskit,0 +1258,127,665,"{'rz': 466, 'sx': 233, 'measure': 116}",{'cx': 950},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 98); (92, 83); (92, 102); (93, 87); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 122); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt1_117.qasm,3004,ibm_127q,dj,qiskit,1 +1259,127,97,"{'sx': 92, 'rz': 46, 'measure': 24, 'x': 1}",{'cx': 46},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78)",wstate_mapped_ibm_washington_qiskit_opt1_24.qasm,2185,ibm_127q,wstate,qiskit,1 +1260,127,350,"{'rz': 274, 'sx': 163, 'measure': 69, 'x': 10}",{'cx': 289},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (122, 111)",dj_mapped_ibm_washington_qiskit_opt3_70.qasm,1134,ibm_127q,dj,qiskit,3 +1261,127,1081,"{'rz': 1075, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 3071},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_26.qasm,3859,ibm_127q,qpeinexact,qiskit,0 +1262,127,976,"{'rz': 809, 'sx': 306, 'measure': 13, 'x': 3}",{'cx': 1949},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_13.qasm,1661,ibm_127q,random,qiskit,0 +1263,127,517,"{'rz': 390, 'sx': 224, 'measure': 99, 'x': 11}",{'cx': 475},"(4, 15); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt3_100.qasm,4049,ibm_127q,dj,qiskit,3 +1264,127,98,"{'rz': 446, 'sx': 223, 'measure': 111}",{'cx': 699},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (126, 112)",graphstate_mapped_ibm_washington_qiskit_opt1_111.qasm,3324,ibm_127q,graphstate,qiskit,1 +1265,127,487,"{'rz': 311, 'sx': 175, 'x': 16, 'measure': 9}",{'cx': 261},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",pricingcall_mapped_ibm_washington_qiskit_opt3_9.qasm,2037,ibm_127q,pricingcall,qiskit,3 +1266,127,388,"{'rz': 320, 'sx': 192, 'measure': 33, 'x': 1}",{'cx': 367},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31)",wstate_mapped_ibm_washington_qiskit_opt0_33.qasm,3675,ibm_127q,wstate,qiskit,0 +1267,127,54,"{'rz': 90, 'sx': 45, 'measure': 23}",{'cx': 134},"(40, 41); (41, 40); (41, 53); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (85, 73); (85, 86); (86, 85); (90, 75)",graphstate_mapped_ibm_washington_qiskit_opt1_23.qasm,3268,ibm_127q,graphstate,qiskit,1 +1268,127,547,"{'rz': 796, 'sx': 425, 'measure': 18, 'x': 4}",{'cx': 1268},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt3_18.qasm,2725,ibm_127q,qnn,qiskit,3 +1269,127,527,"{'rz': 589, 'sx': 286, 'measure': 16, 'x': 4}",{'cx': 1012},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (73, 66); (73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qnn_mapped_ibm_washington_qiskit_opt3_16.qasm,2947,ibm_127q,qnn,qiskit,3 +1270,127,417,"{'rz': 429, 'sx': 135, 'measure': 26, 'x': 1}",{'cx': 1016},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",portfolioqaoa_mapped_ibm_washington_qiskit_opt3_13.qasm,2813,ibm_127q,portfolioqaoa,qiskit,3 +1271,127,291,"{'rz': 171, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 423},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_10.qasm,3867,ibm_127q,qpeinexact,qiskit,0 +1272,127,3750,"{'rz': 5668, 'sx': 128, 'measure': 64, 'x': 1}",{'cx': 13034},"(15, 22); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qpeinexact_mapped_ibm_washington_qiskit_opt1_65.qasm,3161,ibm_127q,qpeinexact,qiskit,1 +1273,127,165,"{'sx': 160, 'rz': 80, 'measure': 41, 'x': 1}",{'cx': 80},"(9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_41.qasm,3710,ibm_127q,wstate,qiskit,2 +1274,127,475,"{'rz': 325, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 1001},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_14.qasm,2018,ibm_127q,qpeinexact,qiskit,0 +1275,127,652,"{'rz': 1172, 'sx': 574, 'measure': 25, 'x': 22}",{'cx': 1358},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62)",qftentangled_mapped_ibm_washington_qiskit_opt3_25.qasm,2367,ibm_127q,qftentangled,qiskit,3 +1276,127,6505,"{'rz': 7513, 'sx': 238, 'measure': 119, 'x': 1}",{'cx': 39250},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_120.qasm,2474,ibm_127q,qpeinexact,qiskit,2 +1277,127,125,"{'sx': 120, 'rz': 60, 'measure': 31, 'x': 1}",{'cx': 60},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",wstate_mapped_ibm_washington_qiskit_opt3_31.qasm,2803,ibm_127q,wstate,qiskit,3 +1278,127,11340,"{'rz': 984, 'sx': 984, 'measure': 123}",{'cx': 98911},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_123.qasm,1838,ibm_127q,realamprandom,qiskit,2 +1279,127,8355,"{'rz': 12645, 'sx': 180, 'measure': 90, 'x': 1}",{'cx': 56877},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75)",qpeexact_mapped_ibm_washington_qiskit_opt0_91.qasm,2971,ibm_127q,qpeexact,qiskit,0 +1280,127,360,"{'rz': 323, 'sx': 101, 'x': 14, 'measure': 13}",{'cx': 434},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt3_14.qasm,3637,ibm_127q,qpeexact,qiskit,3 +1281,127,12743,"{'rz': 1248, 'sx': 624, 'measure': 78}",{'cx': 113844},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",su2random_mapped_ibm_washington_qiskit_opt0_78.qasm,2866,ibm_127q,su2random,qiskit,0 +1282,127,1010,"{'rz': 1619, 'sx': 34, 'measure': 33}",{'cx': 3339},"(58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qftentangled_mapped_ibm_washington_qiskit_opt1_33.qasm,2908,ibm_127q,qftentangled,qiskit,1 +1283,127,2518,"{'rz': 2534, 'sx': 997, 'x': 44, 'measure': 26}",{'cx': 5901},"(45, 54); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_26.qasm,1158,ibm_127q,random,qiskit,1 +1284,127,105,"{'measure': 18, 'rz': 2, 'sx': 1}",{'cx': 185},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_18.qasm,1865,ibm_127q,ghz,qiskit,0 +1285,127,6234,"{'rz': 8395, 'sx': 146, 'measure': 73, 'x': 1}",{'cx': 36935},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt0_74.qasm,1391,ibm_127q,qpeexact,qiskit,0 +1286,127,10964,"{'rz': 16796, 'sx': 208, 'measure': 104, 'x': 1}",{'cx': 79623},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt0_105.qasm,2128,ibm_127q,qpeexact,qiskit,0 +1287,127,85,"{'sx': 80, 'rz': 40, 'measure': 21, 'x': 1}",{'cx': 40},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56)",wstate_mapped_ibm_washington_qiskit_opt2_21.qasm,3866,ibm_127q,wstate,qiskit,2 +1288,127,405,"{'sx': 400, 'rz': 200, 'measure': 101, 'x': 1}",{'cx': 200},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_101.qasm,2296,ibm_127q,wstate,qiskit,2 +1289,127,8218,"{'rz': 864, 'sx': 432, 'measure': 54}",{'cx': 55224},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41)",su2random_mapped_ibm_washington_qiskit_opt0_54.qasm,2678,ibm_127q,su2random,qiskit,0 +1290,127,12800,"{'sx': 952, 'rz': 952, 'measure': 119}",{'cx': 96618},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_119.qasm,1078,ibm_127q,realamprandom,qiskit,2 +1291,127,7976,"{'sx': 808, 'rz': 808, 'measure': 101}",{'cx': 65385},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_101.qasm,3486,ibm_127q,su2random,qiskit,2 +1292,127,649,"{'rz': 470, 'sx': 269, 'measure': 123, 'x': 11}",{'cx': 646},"(0, 1); (0, 14); (1, 0); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt3_124.qasm,3251,ibm_127q,dj,qiskit,3 +1293,127,1258,"{'rz': 1494, 'sx': 70, 'measure': 35, 'x': 1}",{'cx': 3651},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt2_36.qasm,2832,ibm_127q,qpeexact,qiskit,2 +1294,127,2961,"{'sx': 408, 'rz': 408, 'measure': 51}",{'cx': 17648},"(20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87)",su2random_mapped_ibm_washington_qiskit_opt1_51.qasm,3584,ibm_127q,su2random,qiskit,1 +1295,127,458,"{'rz': 442, 'sx': 17, 'measure': 17}",{'cx': 1511},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_17.qasm,1932,ibm_127q,qft,qiskit,0 +1296,127,44,"{'rz': 76, 'sx': 38, 'measure': 22}",{'cx': 85},"(6, 7); (7, 6); (7, 8); (8, 7); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98)",graphstate_mapped_ibm_washington_qiskit_opt2_22.qasm,3817,ibm_127q,graphstate,qiskit,2 +1297,127,135,"{'rz': 103, 'sx': 61, 'measure': 30}",{'cx': 131},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (53, 41); (53, 60); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt2_31.qasm,4060,ibm_127q,dj,qiskit,2 +1298,127,101,"{'rz': 200, 'sx': 104, 'measure': 56, 'x': 2}",{'cx': 232},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (118, 110)",graphstate_mapped_ibm_washington_qiskit_opt3_56.qasm,3455,ibm_127q,graphstate,qiskit,3 +1299,127,3917,"{'sx': 656, 'rz': 656, 'measure': 82}",{'cx': 35690},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_82.qasm,1149,ibm_127q,realamprandom,qiskit,2 +1300,127,1424,"{'rz': 1920, 'sx': 68, 'measure': 34, 'x': 1}",{'cx': 3920},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",qpeinexact_mapped_ibm_washington_qiskit_opt1_35.qasm,1733,ibm_127q,qpeinexact,qiskit,1 +1301,127,286,"{'rz': 222, 'sx': 123, 'measure': 61}",{'cx': 342},"(4, 15); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt2_62.qasm,2291,ibm_127q,dj,qiskit,2 +1302,127,311,"{'rz': 224, 'sx': 14, 'measure': 13}",{'cx': 470},"(8, 16); (16, 8); (16, 26); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44)",qftentangled_mapped_ibm_washington_qiskit_opt2_13.qasm,2171,ibm_127q,qftentangled,qiskit,2 +1303,127,791,"{'rz': 1452, 'sx': 620, 'measure': 28, 'x': 20}",{'cx': 1801},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",qft_mapped_ibm_washington_qiskit_opt3_28.qasm,1559,ibm_127q,qft,qiskit,3 +1304,127,39,"{'measure': 36, 'rz': 2, 'sx': 1}",{'cx': 35},"(68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_36.qasm,3634,ibm_127q,ghz,qiskit,1 +1305,127,1581,"{'rz': 1210, 'sx': 726, 'measure': 122, 'x': 1}",{'cx': 1739},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_122.qasm,2392,ibm_127q,wstate,qiskit,0 +1306,127,313,"{'rz': 600, 'sx': 300, 'measure': 100}",{'cx': 2035},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98)",graphstate_mapped_ibm_washington_qiskit_opt0_100.qasm,2370,ibm_127q,graphstate,qiskit,0 +1307,127,27102,"{'rz': 26798, 'sx': 10309, 'x': 404, 'measure': 85}",{'cx': 128761},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt2_85.qasm,3933,ibm_127q,random,qiskit,2 +1308,127,849,"{'rz': 1299, 'sx': 1109, 'x': 37, 'measure': 27}",{'cx': 2944},"(28, 29); (28, 35); (29, 28); (35, 28); (35, 47); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 81); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (91, 79)",realamprandom_mapped_ibm_washington_qiskit_opt3_27.qasm,2291,ibm_127q,realamprandom,qiskit,3 +1309,127,38,"{'rz': 36, 'sx': 18, 'measure': 12}",{'cx': 45},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (100, 101); (101, 100); (101, 102); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt1_12.qasm,2220,ibm_127q,graphstate,qiskit,1 +1310,127,375,"{'rz': 276, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 842},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_13.qasm,3973,ibm_127q,qpeexact,qiskit,0 +1311,127,511,"{'rz': 330, 'sx': 90, 'measure': 15}",{'cx': 953},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qnn_mapped_ibm_washington_qiskit_opt2_15.qasm,2364,ibm_127q,qnn,qiskit,2 +1312,127,12858,"{'sx': 888, 'rz': 888, 'measure': 111}",{'cx': 95817},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_111.qasm,3567,ibm_127q,su2random,qiskit,1 +1313,127,3201,"{'rz': 3339, 'sx': 48, 'measure': 47}",{'cx': 15720},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_47.qasm,3752,ibm_127q,qftentangled,qiskit,0 +1314,127,2388,"{'rz': 2292, 'sx': 839, 'x': 31, 'measure': 24}",{'cx': 5141},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt1_24.qasm,2816,ibm_127q,random,qiskit,1 +1315,127,225,"{'rz': 522, 'sx': 261, 'measure': 87}",{'cx': 1740},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",graphstate_mapped_ibm_washington_qiskit_opt0_87.qasm,2830,ibm_127q,graphstate,qiskit,0 +1316,127,1617,"{'rz': 1250, 'sx': 750, 'measure': 126, 'x': 1}",{'cx': 1747},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_126.qasm,1384,ibm_127q,wstate,qiskit,0 +1317,127,100,"{'rz': 456, 'sx': 228, 'measure': 108}",{'cx': 717},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_108.qasm,2704,ibm_127q,graphstate,qiskit,1 +1318,127,181,"{'rz': 147, 'sx': 77, 'measure': 7, 'x': 6}",{'cx': 150},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (54, 45)",random_mapped_ibm_washington_qiskit_opt2_7.qasm,2248,ibm_127q,random,qiskit,2 +1319,127,4760,"{'rz': 5133, 'sx': 1847, 'x': 77, 'measure': 37}",{'cx': 14608},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",random_mapped_ibm_washington_qiskit_opt1_37.qasm,3150,ibm_127q,random,qiskit,1 +1320,127,32,"{'rz': 23, 'sx': 13, 'measure': 6}",{'cx': 18},"(86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107)",dj_mapped_ibm_washington_qiskit_opt2_7.qasm,3802,ibm_127q,dj,qiskit,2 +1321,127,5443,"{'rz': 6348, 'sx': 216, 'measure': 108, 'x': 1}",{'cx': 29163},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_109.qasm,1404,ibm_127q,qpeexact,qiskit,2 +1322,127,300,"{'measure': 63, 'rz': 2, 'sx': 1}",{'cx': 536},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ghz_mapped_ibm_washington_qiskit_opt0_63.qasm,3817,ibm_127q,ghz,qiskit,0 +1323,127,52,"{'measure': 49, 'rz': 2, 'sx': 1}",{'cx': 48},"(5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_49.qasm,2509,ibm_127q,ghz,qiskit,1 +1324,127,2774,"{'rz': 4756, 'sx': 4007, 'x': 118, 'measure': 58}",{'cx': 15649},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt3_58.qasm,3570,ibm_127q,realamprandom,qiskit,3 +1325,127,7923,"{'rz': 11878, 'sx': 674, 'measure': 113}",{'cx': 35312},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_113.qasm,2542,ibm_127q,ae,qiskit,1 +1326,127,572,"{'rz': 432, 'sx': 255, 'measure': 111, 'x': 14}",{'cx': 504},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 73); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt3_112.qasm,1915,ibm_127q,dj,qiskit,3 +1327,127,9903,"{'rz': 4768, 'sx': 119, 'measure': 8, 'x': 1}",{'cx': 9047},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64)",grover-noancilla_mapped_ibm_washington_qiskit_opt2_8.qasm,2539,ibm_127q,grover-noancilla,qiskit,2 +1328,127,4824,"{'rz': 5475, 'sx': 344, 'measure': 58}",{'cx': 20868},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ae_mapped_ibm_washington_qiskit_opt0_58.qasm,3410,ibm_127q,ae,qiskit,0 +1329,127,55,"{'measure': 52, 'rz': 2, 'sx': 1}",{'cx': 51},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_52.qasm,2904,ibm_127q,ghz,qiskit,1 +1330,127,327,"{'rz': 540, 'sx': 288, 'measure': 9}",{'cx': 435},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",portfoliovqe_mapped_ibm_washington_qiskit_opt0_9.qasm,4076,ibm_127q,portfoliovqe,qiskit,0 +1331,127,169,"{'rz': 107, 'sx': 63, 'x': 10, 'measure': 5}",{'cx': 70},"(62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82)",pricingput_mapped_ibm_washington_qiskit_opt3_5.qasm,2608,ibm_127q,pricingput,qiskit,3 +1332,127,1022,"{'rz': 432, 'sx': 216, 'measure': 27}",{'cx': 6597},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_27.qasm,3133,ibm_127q,su2random,qiskit,0 +1333,127,1174,"{'rz': 2752, 'sx': 1504, 'measure': 33, 'x': 14}",{'cx': 4375},"(15, 22); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt3_33.qasm,3623,ibm_127q,qnn,qiskit,3 +1334,127,607,"{'rz': 552, 'sx': 110, 'measure': 19}",{'cx': 825},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98)",ae_mapped_ibm_washington_qiskit_opt2_19.qasm,2044,ibm_127q,ae,qiskit,2 +1335,127,3886,"{'sx': 504, 'rz': 504, 'measure': 63}",{'cx': 22457},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt2_63.qasm,3662,ibm_127q,realamprandom,qiskit,2 +1336,127,570,"{'rz': 431, 'sx': 252, 'measure': 107, 'x': 13}",{'cx': 469},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt3_108.qasm,2449,ibm_127q,dj,qiskit,3 +1337,127,181,"{'sx': 176, 'rz': 88, 'measure': 45, 'x': 1}",{'cx': 88},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt3_45.qasm,3271,ibm_127q,wstate,qiskit,3 +1338,127,5734,"{'rz': 7230, 'sx': 398, 'measure': 67}",{'cx': 28683},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ae_mapped_ibm_washington_qiskit_opt0_67.qasm,3440,ibm_127q,ae,qiskit,0 +1339,127,7525,"{'rz': 9108, 'sx': 552, 'measure': 92}",{'cx': 47916},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_92.qasm,3982,ibm_127q,qnn,qiskit,1 +1340,127,2077,"{'rz': 2407, 'sx': 96, 'measure': 48, 'x': 1}",{'cx': 6549},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (111, 104)",qpeinexact_mapped_ibm_washington_qiskit_opt2_49.qasm,3282,ibm_127q,qpeinexact,qiskit,2 +1341,127,348,"{'rz': 588, 'sx': 294, 'measure': 98}",{'cx': 2366},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt0_98.qasm,1084,ibm_127q,graphstate,qiskit,0 +1342,127,415,"{'sx': 112, 'rz': 112, 'measure': 14}",{'cx': 1090},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_14.qasm,2500,ibm_127q,twolocalrandom,qiskit,1 +1343,127,1105,"{'rz': 2933, 'sx': 2594, 'x': 96, 'measure': 38}",{'cx': 5858},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt3_38.qasm,1728,ibm_127q,su2random,qiskit,3 +1344,127,886,"{'rz': 498, 'sx': 249, 'measure': 124, 'x': 111}",{'cx': 1528},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt0_125.qasm,3941,ibm_127q,dj,qiskit,0 +1345,127,8252,"{'sx': 680, 'rz': 680, 'measure': 85}",{'cx': 52440},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",realamprandom_mapped_ibm_washington_qiskit_opt1_85.qasm,2740,ibm_127q,realamprandom,qiskit,1 +1346,127,938,"{'rz': 1224, 'sx': 1079, 'x': 36, 'measure': 25}",{'cx': 2824},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_25.qasm,1404,ibm_127q,twolocalrandom,qiskit,3 +1347,127,766,"{'rz': 774, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 1459},"(34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt1_22.qasm,1854,ibm_127q,qpeexact,qiskit,1 +1348,127,8696,"{'rz': 13542, 'sx': 252, 'measure': 126, 'x': 1}",{'cx': 48241},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_127.qasm,1399,ibm_127q,qpeexact,qiskit,1 +1349,127,2978,"{'rz': 4278, 'sx': 372, 'measure': 62}",{'cx': 18711},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt2_62.qasm,1668,ibm_127q,qnn,qiskit,2 +1350,127,312,"{'rz': 244, 'sx': 135, 'measure': 67}",{'cx': 343},"(7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (34, 24); (34, 43); (35, 28); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 45); (54, 64); (55, 49); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (86, 87); (87, 86); (87, 93); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (122, 111); (126, 112)",dj_mapped_ibm_washington_qiskit_opt2_68.qasm,2123,ibm_127q,dj,qiskit,2 +1351,127,201,"{'sx': 64, 'rz': 64, 'measure': 8}",{'cx': 272},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",su2random_mapped_ibm_washington_qiskit_opt1_8.qasm,1536,ibm_127q,su2random,qiskit,1 +1352,127,2923,"{'rz': 4271, 'sx': 106, 'measure': 53, 'x': 1}",{'cx': 9732},"(24, 34); (34, 24); (34, 43); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_54.qasm,3670,ibm_127q,qpeinexact,qiskit,1 +1353,127,269,"{'rz': 277, 'sx': 230, 'measure': 10, 'x': 6}",{'cx': 362},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_10.qasm,3383,ibm_127q,twolocalrandom,qiskit,3 +1354,127,4185,"{'sx': 560, 'rz': 560, 'measure': 70}",{'cx': 31480},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_70.qasm,1402,ibm_127q,twolocalrandom,qiskit,1 +1355,127,263,"{'rz': 130, 'sx': 65, 'measure': 32, 'x': 31}",{'cx': 440},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31)",dj_mapped_ibm_washington_qiskit_opt0_33.qasm,3343,ibm_127q,dj,qiskit,0 +1356,127,215,"{'measure': 47, 'rz': 2, 'sx': 1}",{'cx': 376},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_47.qasm,1904,ibm_127q,ghz,qiskit,0 +1357,127,3901,"{'rz': 3228, 'sx': 260, 'measure': 44}",{'cx': 12743},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_44.qasm,3379,ibm_127q,ae,qiskit,0 +1358,127,493,"{'rz': 378, 'sx': 189, 'measure': 94}",{'cx': 760},"(3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (37, 52); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt1_95.qasm,3256,ibm_127q,dj,qiskit,1 +1359,127,1362,"{'rz': 1761, 'sx': 560, 'x': 79, 'measure': 33}",{'cx': 3013},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qpeexact_mapped_ibm_washington_qiskit_opt3_34.qasm,3944,ibm_127q,qpeexact,qiskit,3 +1360,127,1502,"{'rz': 2213, 'sx': 51, 'measure': 50}",{'cx': 5910},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92)",qftentangled_mapped_ibm_washington_qiskit_opt2_50.qasm,2676,ibm_127q,qftentangled,qiskit,2 +1361,127,923,"{'rz': 1173, 'sx': 372, 'x': 49, 'measure': 27}",{'cx': 1665},"(47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (55, 49); (55, 68); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83); (92, 102); (102, 92)",ae_mapped_ibm_washington_qiskit_opt3_27.qasm,2650,ibm_127q,ae,qiskit,3 +1362,127,227,"{'rz': 80, 'sx': 80, 'measure': 10}",{'cx': 507},"(73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",realamprandom_mapped_ibm_washington_qiskit_opt1_10.qasm,1593,ibm_127q,realamprandom,qiskit,1 +1363,127,70,"{'rz': 71, 'sx': 41, 'measure': 19, 'x': 1}",{'cx': 46},"(33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (53, 41); (53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (92, 83)",dj_mapped_ibm_washington_qiskit_opt3_20.qasm,3836,ibm_127q,dj,qiskit,3 +1364,127,4644,"{'rz': 2226, 'sx': 252, 'measure': 42}",{'cx': 26411},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_42.qasm,3742,ibm_127q,qnn,qiskit,0 +1365,127,671,"{'rz': 315, 'sx': 69, 'x': 10, 'measure': 7}",{'cx': 576},"(45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt2_7.qasm,2432,ibm_127q,qwalk-v-chain,qiskit,2 +1366,127,22,"{'rz': 47, 'sx': 44, 'measure': 8, 'x': 2}",{'cx': 14},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",vqe_mapped_ibm_washington_qiskit_opt1_8.qasm,2829,ibm_127q,vqe,qiskit,1 +1367,127,7639,"{'rz': 9986, 'sx': 196, 'measure': 98, 'x': 1}",{'cx': 30999},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_99.qasm,2317,ibm_127q,qpeexact,qiskit,1 +1368,127,447,"{'rz': 364, 'sx': 143, 'measure': 10}",{'cx': 776},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_10.qasm,3437,ibm_127q,random,qiskit,0 +1369,127,4498,"{'sx': 560, 'rz': 560, 'measure': 70}",{'cx': 27932},"(3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt2_70.qasm,2974,ibm_127q,su2random,qiskit,2 +1370,127,4186,"{'rz': 5795, 'sx': 130, 'measure': 65, 'x': 1}",{'cx': 13530},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",qpeexact_mapped_ibm_washington_qiskit_opt1_66.qasm,1142,ibm_127q,qpeexact,qiskit,1 +1371,127,13288,"{'rz': 14861, 'sx': 5154, 'x': 63, 'measure': 55}",{'cx': 70722},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_55.qasm,2127,ibm_127q,random,qiskit,0 +1372,127,231,"{'rz': 180, 'sx': 101, 'measure': 50}",{'cx': 241},"(24, 34); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt2_51.qasm,1634,ibm_127q,dj,qiskit,2 +1373,127,6268,"{'rz': 9858, 'sx': 194, 'measure': 97, 'x': 1}",{'cx': 28715},"(4, 5); (4, 15); (5, 4); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_98.qasm,2952,ibm_127q,qpeexact,qiskit,1 +1374,127,3645,"{'rz': 3184, 'sx': 1153, 'measure': 26, 'x': 18}",{'cx': 11795},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_26.qasm,1734,ibm_127q,random,qiskit,0 +1375,127,4747,"{'sx': 640, 'rz': 640, 'measure': 80}",{'cx': 36488},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_80.qasm,2776,ibm_127q,su2random,qiskit,2 +1376,127,5795,"{'rz': 10129, 'sx': 83, 'measure': 82}",{'cx': 44796},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_82.qasm,1114,ibm_127q,qftentangled,qiskit,0 +1377,127,2363,"{'rz': 2926, 'sx': 44, 'measure': 44}",{'cx': 11360},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_44.qasm,1580,ibm_127q,qft,qiskit,0 +1378,127,7975,"{'rz': 12653, 'sx': 238, 'measure': 119, 'x': 1}",{'cx': 45342},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_120.qasm,2002,ibm_127q,qpeinexact,qiskit,1 +1379,127,961,"{'rz': 1284, 'sx': 394, 'x': 55, 'measure': 27}",{'cx': 2076},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt3_28.qasm,3328,ibm_127q,qpeexact,qiskit,3 +1380,127,957,"{'measure': 123, 'rz': 2, 'sx': 1}",{'cx': 1205},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 90); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_123.qasm,1759,ibm_127q,ghz,qiskit,1 +1381,127,733,"{'rz': 776, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 1458},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt1_22.qasm,1446,ibm_127q,qpeinexact,qiskit,1 +1382,127,120,"{'rz': 426, 'sx': 213, 'measure': 107}",{'cx': 683},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_107.qasm,3813,ibm_127q,graphstate,qiskit,2 +1383,127,7224,"{'rz': 2873, 'sx': 2194, 'measure': 21, 'x': 12}",{'cx': 3655},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",pricingcall_mapped_ibm_washington_qiskit_opt2_21.qasm,1542,ibm_127q,pricingcall,qiskit,2 +1384,127,6320,"{'rz': 7521, 'sx': 138, 'measure': 69, 'x': 1}",{'cx': 35136},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",qpeexact_mapped_ibm_washington_qiskit_opt0_70.qasm,2719,ibm_127q,qpeexact,qiskit,0 +1385,127,1146,"{'sx': 473, 'rz': 349, 'measure': 108, 'x': 1}",{'cx': 1225},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_108.qasm,1935,ibm_127q,wstate,qiskit,2 +1386,127,4976,"{'rz': 6644, 'sx': 115, 'measure': 114}",{'cx': 32978},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_114.qasm,3907,ibm_127q,qftentangled,qiskit,2 +1387,127,166,"{'rz': 108, 'sx': 72, 'measure': 9}",{'cx': 435},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_9.qasm,1066,ibm_127q,twolocalrandom,qiskit,0 +1388,127,1007,"{'rz': 208, 'sx': 208, 'measure': 26}",{'cx': 3586},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111); (122, 123); (123, 122)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_26.qasm,3266,ibm_127q,twolocalrandom,qiskit,2 +1389,127,4745,"{'sx': 576, 'rz': 576, 'measure': 72}",{'cx': 32405},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_72.qasm,1650,ibm_127q,twolocalrandom,qiskit,2 +1390,127,1937,"{'rz': 4113, 'sx': 3575, 'x': 95, 'measure': 48}",{'cx': 10131},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",su2random_mapped_ibm_washington_qiskit_opt3_48.qasm,1651,ibm_127q,su2random,qiskit,3 +1391,127,431,"{'rz': 228, 'sx': 202, 'measure': 17, 'x': 8}",{'cx': 1241},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (98, 91)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_17.qasm,3067,ibm_127q,twolocalrandom,qiskit,3 +1392,127,167,"{'rz': 180, 'sx': 90, 'measure': 30}",{'cx': 534},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_30.qasm,2211,ibm_127q,graphstate,qiskit,0 +1393,127,682,"{'rz': 784, 'sx': 24, 'measure': 23}",{'cx': 1476},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt1_23.qasm,1267,ibm_127q,qftentangled,qiskit,1 +1394,127,1633,"{'rz': 3180, 'sx': 318, 'measure': 53}",{'cx': 11324},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt2_53.qasm,2410,ibm_127q,qnn,qiskit,2 +1395,127,807,"{'rz': 800, 'sx': 150, 'measure': 25}",{'cx': 2717},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (84, 85); (85, 73); (85, 84); (91, 79)",qnn_mapped_ibm_washington_qiskit_opt1_25.qasm,1666,ibm_127q,qnn,qiskit,1 +1396,127,920,"{'measure': 127, 'rz': 2, 'sx': 1}",{'cx': 1071},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_127.qasm,1923,ibm_127q,ghz,qiskit,1 +1397,127,181,"{'rz': 142, 'sx': 85, 'measure': 37, 'x': 4}",{'cx': 147},"(20, 33); (33, 20); (33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (85, 73); (91, 79)",dj_mapped_ibm_washington_qiskit_opt3_38.qasm,2470,ibm_127q,dj,qiskit,3 +1398,127,4181,"{'rz': 4342, 'sx': 104, 'measure': 52, 'x': 1}",{'cx': 18971},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37)",qpeexact_mapped_ibm_washington_qiskit_opt0_53.qasm,1724,ibm_127q,qpeexact,qiskit,0 +1399,127,593,"{'rz': 314, 'sx': 157, 'measure': 78, 'x': 77}",{'cx': 1011},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",dj_mapped_ibm_washington_qiskit_opt0_79.qasm,1888,ibm_127q,dj,qiskit,0 +1400,127,921,"{'rz': 1872, 'sx': 306, 'x': 47, 'measure': 38}",{'cx': 3343},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",qftentangled_mapped_ibm_washington_qiskit_opt3_38.qasm,1388,ibm_127q,qftentangled,qiskit,3 +1401,127,1898,"{'rz': 2557, 'sx': 832, 'x': 137, 'measure': 42}",{'cx': 4716},"(4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102)",qpeinexact_mapped_ibm_washington_qiskit_opt3_43.qasm,2042,ibm_127q,qpeinexact,qiskit,3 +1402,127,61,"{'rz': 116, 'sx': 58, 'measure': 34}",{'cx': 136},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (93, 87)",graphstate_mapped_ibm_washington_qiskit_opt2_34.qasm,3050,ibm_127q,graphstate,qiskit,2 +1403,127,892,"{'rz': 1433, 'sx': 1300, 'x': 29, 'measure': 26}",{'cx': 2720},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_26.qasm,3564,ibm_127q,twolocalrandom,qiskit,3 +1404,127,4052,"{'rz': 7814, 'sx': 85, 'measure': 85}",{'cx': 19404},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_85.qasm,1187,ibm_127q,qft,qiskit,1 +1405,127,312,"{'rz': 432, 'sx': 232, 'measure': 8}",{'cx': 357},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",portfoliovqe_mapped_ibm_washington_qiskit_opt0_8.qasm,4047,ibm_127q,portfoliovqe,qiskit,0 +1406,127,562,"{'rz': 412, 'sx': 240, 'measure': 105, 'x': 14}",{'cx': 518},"(6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (102, 92); (102, 103); (103, 102); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt3_106.qasm,3339,ibm_127q,dj,qiskit,3 +1407,127,233,"{'rz': 72, 'sx': 72, 'measure': 9}",{'cx': 360},"(86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (122, 111)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_9.qasm,1319,ibm_127q,twolocalrandom,qiskit,1 +1408,127,7996,"{'rz': 13022, 'sx': 94, 'measure': 93}",{'cx': 59078},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt0_93.qasm,1356,ibm_127q,qftentangled,qiskit,0 +1409,127,1188,"{'rz': 300, 'sx': 200, 'measure': 25}",{'cx': 6669},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_25.qasm,3872,ibm_127q,twolocalrandom,qiskit,0 +1410,127,1619,"{'sx': 312, 'rz': 312, 'measure': 39}",{'cx': 8804},"(34, 43); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt2_39.qasm,1651,ibm_127q,realamprandom,qiskit,2 +1411,127,185,"{'rz': 148, 'sx': 89, 'measure': 39, 'x': 4}",{'cx': 139},"(24, 34); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83)",dj_mapped_ibm_washington_qiskit_opt3_40.qasm,2470,ibm_127q,dj,qiskit,3 +1412,127,1901,"{'rz': 2080, 'sx': 254, 'measure': 43}",{'cx': 4407},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",ae_mapped_ibm_washington_qiskit_opt2_43.qasm,1541,ibm_127q,ae,qiskit,2 +1413,127,43,"{'rz': 121, 'sx': 63, 'measure': 34}",{'cx': 143},"(8, 16); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (35, 28); (35, 47); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",graphstate_mapped_ibm_washington_qiskit_opt3_34.qasm,3360,ibm_127q,graphstate,qiskit,3 +1414,127,26,"{'rz': 88, 'sx': 44, 'measure': 44}",{'cx': 44},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",graphstate_mapped_ibm_washington_qiskit_opt2_44.qasm,2414,ibm_127q,graphstate,qiskit,2 +1415,127,49,"{'rz': 34, 'sx': 16, 'x': 5, 'measure': 4}",{'cx': 21},"(72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",groundstate_small_mapped_ibm_washington_qiskit_opt3_4.qasm,1548,ibm_127q,groundstate,qiskit,3 +1416,127,335,"{'rz': 249, 'sx': 137, 'measure': 68}",{'cx': 454},"(11, 12); (12, 11); (12, 17); (16, 26); (17, 12); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 60); (54, 45); (54, 64); (55, 49); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (122, 111)",dj_mapped_ibm_washington_qiskit_opt2_69.qasm,3761,ibm_127q,dj,qiskit,2 +1417,127,113,"{'rz': 204, 'sx': 106, 'measure': 62, 'x': 2}",{'cx': 260},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt3_62.qasm,3092,ibm_127q,graphstate,qiskit,3 +1418,127,20,"{'measure': 17, 'rz': 2, 'sx': 1}",{'cx': 16},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_17.qasm,1839,ibm_127q,ghz,qiskit,2 +1419,127,46,"{'rz': 123, 'sx': 67, 'measure': 35, 'x': 1}",{'cx': 131},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (85, 73); (85, 86); (86, 85); (91, 79); (91, 98); (98, 91)",graphstate_mapped_ibm_washington_qiskit_opt3_35.qasm,4037,ibm_127q,graphstate,qiskit,3 +1420,127,83,"{'rz': 274, 'sx': 137, 'measure': 81}",{'cx': 444},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_81.qasm,2614,ibm_127q,graphstate,qiskit,2 +1421,127,1815,"{'rz': 2617, 'sx': 42, 'measure': 42}",{'cx': 5482},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt1_42.qasm,3820,ibm_127q,qft,qiskit,1 +1422,127,837,"{'rz': 996, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 2727},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_25.qasm,3704,ibm_127q,qpeinexact,qiskit,0 +1423,127,494,"{'measure': 107, 'rz': 2, 'sx': 1}",{'cx': 883},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ghz_mapped_ibm_washington_qiskit_opt0_107.qasm,2188,ibm_127q,ghz,qiskit,0 +1424,127,2356,"{'rz': 4074, 'sx': 55, 'measure': 54}",{'cx': 8424},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qftentangled_mapped_ibm_washington_qiskit_opt1_54.qasm,2592,ibm_127q,qftentangled,qiskit,1 +1425,127,6032,"{'rz': 9642, 'sx': 81, 'measure': 80}",{'cx': 43011},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_80.qasm,3320,ibm_127q,qftentangled,qiskit,0 +1426,127,3747,"{'rz': 5247, 'sx': 98, 'measure': 97}",{'cx': 21058},"(4, 15); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qftentangled_mapped_ibm_washington_qiskit_opt2_97.qasm,1655,ibm_127q,qftentangled,qiskit,2 +1427,127,2568,"{'rz': 2301, 'sx': 39, 'measure': 39}",{'cx': 9840},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_39.qasm,4022,ibm_127q,qft,qiskit,0 +1428,127,2734,"{'rz': 3369, 'sx': 69, 'measure': 69}",{'cx': 11627},"(15, 22); (16, 26); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100); (110, 118); (118, 110)",qft_mapped_ibm_washington_qiskit_opt2_69.qasm,1551,ibm_127q,qft,qiskit,2 +1429,127,301,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 594},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",su2random_mapped_ibm_washington_qiskit_opt2_12.qasm,3601,ibm_127q,su2random,qiskit,2 +1430,127,1194,"{'rz': 1083, 'sx': 56, 'measure': 28, 'x': 1}",{'cx': 2433},"(33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",qpeexact_mapped_ibm_washington_qiskit_opt2_29.qasm,2775,ibm_127q,qpeexact,qiskit,2 +1431,127,29,"{'rz': 22, 'sx': 11, 'measure': 9}",{'cx': 30},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (103, 104); (104, 103); (104, 105); (105, 104)",graphstate_mapped_ibm_washington_qiskit_opt1_9.qasm,3628,ibm_127q,graphstate,qiskit,1 +1432,127,81,"{'rz': 38, 'sx': 19, 'x': 13, 'measure': 9}",{'cx': 132},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_10.qasm,1909,ibm_127q,dj,qiskit,0 +1433,127,684,"{'rz': 382, 'sx': 191, 'measure': 95, 'x': 85}",{'cx': 1178},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (90, 94); (91, 98); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",dj_mapped_ibm_washington_qiskit_opt0_96.qasm,3924,ibm_127q,dj,qiskit,0 +1434,127,559,"{'rz': 854, 'sx': 25, 'measure': 24}",{'cx': 1616},"(34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qftentangled_mapped_ibm_washington_qiskit_opt1_24.qasm,3735,ibm_127q,qftentangled,qiskit,1 +1435,127,8201,"{'rz': 8768, 'sx': 3329, 'x': 130, 'measure': 48}",{'cx': 29114},"(8, 16); (16, 8); (16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87)",random_mapped_ibm_washington_qiskit_opt1_48.qasm,2622,ibm_127q,random,qiskit,1 +1436,127,12661,"{'rz': 14030, 'sx': 690, 'measure': 115}",{'cx': 87489},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_115.qasm,2382,ibm_127q,qnn,qiskit,1 +1437,127,369,"{'rz': 296, 'sx': 74, 'measure': 13}",{'cx': 357},"(34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",ae_mapped_ibm_washington_qiskit_opt1_13.qasm,3899,ibm_127q,ae,qiskit,1 +1438,127,895,"{'rz': 789, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 1806},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt2_24.qasm,1788,ibm_127q,qpeinexact,qiskit,2 +1439,127,1333,"{'rz': 1350, 'sx': 194, 'measure': 33}",{'cx': 2688},"(34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",ae_mapped_ibm_washington_qiskit_opt2_33.qasm,2385,ibm_127q,ae,qiskit,2 +1440,127,11,"{'measure': 8, 'rz': 2, 'sx': 1}",{'cx': 7},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",ghz_mapped_ibm_washington_qiskit_opt0_8.qasm,1525,ibm_127q,ghz,qiskit,0 +1441,127,19688,"{'rz': 10149, 'sx': 352, 'measure': 13, 'x': 1}",{'cx': 18105},"(79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (111, 104)",grover-v-chain_mapped_ibm_washington_qiskit_opt2_13.qasm,3303,ibm_127q,grover-v-chain,qiskit,2 +1442,127,573,"{'measure': 114, 'rz': 2, 'sx': 1}",{'cx': 1034},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_114.qasm,3926,ibm_127q,ghz,qiskit,0 +1443,127,12352,"{'rz': 12870, 'sx': 660, 'measure': 110}",{'cx': 82134},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_110.qasm,3023,ibm_127q,qnn,qiskit,1 +1444,127,11133,"{'rz': 824, 'sx': 824, 'measure': 103}",{'cx': 78224},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111)",realamprandom_mapped_ibm_washington_qiskit_opt1_103.qasm,2553,ibm_127q,realamprandom,qiskit,1 +1445,127,1112,"{'rz': 962, 'sx': 156, 'measure': 26}",{'cx': 5687},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_26.qasm,2014,ibm_127q,qnn,qiskit,0 +1446,127,653,"{'rz': 691, 'sx': 269, 'x': 20, 'measure': 20}",{'cx': 801},"(4, 15); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",ae_mapped_ibm_washington_qiskit_opt3_20.qasm,2732,ibm_127q,ae,qiskit,3 +1447,127,421,"{'sx': 416, 'rz': 208, 'measure': 105, 'x': 1}",{'cx': 208},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_105.qasm,3110,ibm_127q,wstate,qiskit,2 +1448,127,1726,"{'rz': 2958, 'sx': 306, 'measure': 51}",{'cx': 11150},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106)",qnn_mapped_ibm_washington_qiskit_opt1_51.qasm,1345,ibm_127q,qnn,qiskit,1 +1449,127,309,"{'sx': 304, 'rz': 152, 'measure': 77, 'x': 1}",{'cx': 152},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_77.qasm,1487,ibm_127q,wstate,qiskit,1 +1450,127,402,"{'rz': 298, 'sx': 149, 'measure': 74}",{'cx': 551},"(16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119)",dj_mapped_ibm_washington_qiskit_opt1_75.qasm,4047,ibm_127q,dj,qiskit,1 +1451,127,8694,"{'rz': 12420, 'sx': 648, 'measure': 108}",{'cx': 65852},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_108.qasm,2475,ibm_127q,qnn,qiskit,2 +1452,127,14274,"{'rz': 15434, 'sx': 5235, 'x': 74, 'measure': 56}",{'cx': 76516},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_56.qasm,4028,ibm_127q,random,qiskit,0 +1453,127,579,"{'rz': 306, 'sx': 276, 'measure': 23, 'x': 13}",{'cx': 2340},"(34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_23.qasm,2307,ibm_127q,twolocalrandom,qiskit,3 +1454,127,88,"{'measure': 85, 'rz': 2, 'sx': 1}",{'cx': 84},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_85.qasm,1359,ibm_127q,ghz,qiskit,1 +1455,127,509,"{'rz': 476, 'sx': 18, 'measure': 18}",{'cx': 888},"(34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66)",qft_mapped_ibm_washington_qiskit_opt1_18.qasm,2022,ibm_127q,qft,qiskit,1 +1456,127,856,"{'rz': 1114, 'sx': 350, 'x': 49, 'measure': 26}",{'cx': 1681},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92)",qftentangled_mapped_ibm_washington_qiskit_opt3_26.qasm,1087,ibm_127q,qftentangled,qiskit,3 +1457,127,10550,"{'rz': 3918, 'sx': 279, 'x': 113, 'measure': 11}",{'cx': 10231},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",grover-v-chain_mapped_ibm_washington_qiskit_opt0_11.qasm,4047,ibm_127q,grover-v-chain,qiskit,0 +1458,127,490,"{'rz': 354, 'sx': 177, 'measure': 88}",{'cx': 649},"(8, 16); (12, 17); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt1_89.qasm,4052,ibm_127q,dj,qiskit,1 +1459,127,379,"{'rz': 756, 'sx': 378, 'measure': 126}",{'cx': 3213},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",graphstate_mapped_ibm_washington_qiskit_opt0_126.qasm,3712,ibm_127q,graphstate,qiskit,0 +1460,127,2932,"{'rz': 416, 'sx': 416, 'measure': 52}",{'cx': 14420},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt2_52.qasm,2811,ibm_127q,realamprandom,qiskit,2 +1461,127,1335,"{'rz': 2401, 'sx': 357, 'measure': 44, 'x': 40}",{'cx': 4545},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt3_44.qasm,2755,ibm_127q,qftentangled,qiskit,3 +1462,127,1145,"{'rz': 1271, 'sx': 164, 'measure': 28}",{'cx': 2283},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",ae_mapped_ibm_washington_qiskit_opt1_28.qasm,2785,ibm_127q,ae,qiskit,1 +1463,127,108,"{'rz': 50, 'sx': 25, 'x': 17, 'measure': 12}",{'cx': 183},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_13.qasm,1455,ibm_127q,dj,qiskit,0 +1464,127,1178,"{'rz': 3468, 'sx': 3128, 'x': 84, 'measure': 40}",{'cx': 6177},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt3_40.qasm,3884,ibm_127q,realamprandom,qiskit,3 +1465,127,1098,"{'rz': 1190, 'sx': 28, 'measure': 28}",{'cx': 4332},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_28.qasm,3014,ibm_127q,qft,qiskit,0 +1466,127,4709,"{'sx': 664, 'rz': 664, 'measure': 83}",{'cx': 39994},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_83.qasm,2831,ibm_127q,realamprandom,qiskit,2 +1467,127,15306,"{'rz': 16224, 'sx': 5875, 'x': 208, 'measure': 65}",{'cx': 64112},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_65.qasm,3535,ibm_127q,random,qiskit,1 +1468,127,298,"{'rz': 218, 'sx': 109, 'measure': 54}",{'cx': 315},"(17, 30); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (68, 55); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (91, 79); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100); (110, 118); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt1_55.qasm,1891,ibm_127q,dj,qiskit,1 +1469,127,4116,"{'rz': 4958, 'sx': 402, 'measure': 67}",{'cx': 22529},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_67.qasm,2972,ibm_127q,qnn,qiskit,1 +1470,127,2574,"{'rz': 2030, 'sx': 70, 'measure': 35, 'x': 1}",{'cx': 8754},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_36.qasm,2425,ibm_127q,qpeexact,qiskit,0 +1471,127,941,"{'rz': 960, 'sx': 134, 'measure': 23}",{'cx': 2231},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_23.qasm,2780,ibm_127q,ae,qiskit,0 +1472,127,1929,"{'rz': 4544, 'sx': 384, 'measure': 64}",{'cx': 17092},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87); (93, 106); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt2_64.qasm,2499,ibm_127q,qnn,qiskit,2 +1473,127,15214,"{'sx': 952, 'rz': 952, 'measure': 119}",{'cx': 112127},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (15, 4); (15, 22); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_119.qasm,1615,ibm_127q,twolocalrandom,qiskit,1 +1474,127,7160,"{'rz': 10470, 'sx': 608, 'measure': 102}",{'cx': 29202},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_102.qasm,3751,ibm_127q,ae,qiskit,1 +1475,127,4864,"{'rz': 4638, 'sx': 1771, 'x': 57, 'measure': 36}",{'cx': 13794},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt2_36.qasm,2638,ibm_127q,random,qiskit,2 +1476,127,546,"{'rz': 464, 'sx': 115, 'x': 16, 'measure': 16}",{'cx': 772},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",qpeexact_mapped_ibm_washington_qiskit_opt3_17.qasm,3956,ibm_127q,qpeexact,qiskit,3 +1477,127,472,"{'measure': 94, 'rz': 2, 'sx': 1}",{'cx': 855},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (93, 87)",ghz_mapped_ibm_washington_qiskit_opt0_94.qasm,1648,ibm_127q,ghz,qiskit,0 +1478,127,3225,"{'sx': 464, 'rz': 464, 'measure': 58}",{'cx': 18726},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt2_58.qasm,1240,ibm_127q,realamprandom,qiskit,2 +1479,127,9719,"{'rz': 9885, 'sx': 3430, 'measure': 45, 'x': 29}",{'cx': 43658},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_45.qasm,3793,ibm_127q,random,qiskit,0 +1480,127,311,"{'rz': 438, 'sx': 219, 'measure': 73}",{'cx': 1621},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62)",graphstate_mapped_ibm_washington_qiskit_opt0_73.qasm,3955,ibm_127q,graphstate,qiskit,0 +1481,127,108,"{'rz': 442, 'sx': 221, 'measure': 113}",{'cx': 647},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_113.qasm,1819,ibm_127q,graphstate,qiskit,2 +1482,127,3533,"{'rz': 3657, 'sx': 77, 'measure': 77}",{'cx': 13927},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt2_77.qasm,3514,ibm_127q,qft,qiskit,2 +1483,127,1264,"{'rz': 940, 'sx': 564, 'measure': 95, 'x': 1}",{'cx': 1442},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",wstate_mapped_ibm_washington_qiskit_opt0_95.qasm,3174,ibm_127q,wstate,qiskit,0 +1484,127,711,"{'rz': 710, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 1326},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt1_21.qasm,2450,ibm_127q,qpeinexact,qiskit,1 +1485,127,24,"{'measure': 21, 'rz': 2, 'sx': 1}",{'cx': 20},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77)",ghz_mapped_ibm_washington_qiskit_opt1_21.qasm,4086,ibm_127q,ghz,qiskit,1 +1486,127,6934,"{'rz': 11093, 'sx': 113, 'measure': 112}",{'cx': 34955},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_112.qasm,2787,ibm_127q,qftentangled,qiskit,1 +1487,127,185,"{'sx': 180, 'rz': 90, 'measure': 46, 'x': 1}",{'cx': 90},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt1_46.qasm,1459,ibm_127q,wstate,qiskit,1 +1488,127,233,"{'sx': 228, 'rz': 114, 'measure': 58, 'x': 1}",{'cx': 114},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_58.qasm,3736,ibm_127q,wstate,qiskit,1 +1489,127,1899,"{'rz': 1815, 'sx': 66, 'measure': 33, 'x': 1}",{'cx': 7020},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20)",qpeinexact_mapped_ibm_washington_qiskit_opt0_34.qasm,2264,ibm_127q,qpeinexact,qiskit,0 +1490,127,1514,"{'sx': 312, 'rz': 312, 'measure': 39}",{'cx': 8695},"(34, 43); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt1_39.qasm,1865,ibm_127q,su2random,qiskit,1 +1491,127,211,"{'measure': 43, 'rz': 2, 'sx': 1}",{'cx': 372},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_43.qasm,2011,ibm_127q,ghz,qiskit,0 +1492,127,1310,"{'rz': 1928, 'sx': 37, 'measure': 36}",{'cx': 3932},"(34, 43); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83)",qftentangled_mapped_ibm_washington_qiskit_opt1_36.qasm,3062,ibm_127q,qftentangled,qiskit,1 +1493,127,307,"{'rz': 205, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 326},"(45, 54); (54, 45); (54, 64); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66)",qpeexact_mapped_ibm_washington_qiskit_opt1_11.qasm,1865,ibm_127q,qpeexact,qiskit,1 +1494,127,588,"{'rz': 442, 'sx': 221, 'measure': 110}",{'cx': 848},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt1_111.qasm,3923,ibm_127q,dj,qiskit,1 +1495,127,1054,"{'rz': 810, 'sx': 486, 'measure': 82, 'x': 1}",{'cx': 1152},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_82.qasm,2639,ibm_127q,wstate,qiskit,0 +1496,127,6512,"{'rz': 7401, 'sx': 242, 'measure': 121, 'x': 1}",{'cx': 41949},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_122.qasm,3385,ibm_127q,qpeinexact,qiskit,2 +1497,127,45,"{'measure': 42, 'rz': 2, 'sx': 1}",{'cx': 41},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt1_42.qasm,1781,ibm_127q,ghz,qiskit,1 +1498,127,3343,"{'rz': 6000, 'sx': 70, 'measure': 70}",{'cx': 13995},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt1_70.qasm,3248,ibm_127q,qft,qiskit,1 +1499,127,3735,"{'rz': 8866, 'sx': 7549, 'x': 333, 'measure': 58}",{'cx': 16645},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt3_58.qasm,4005,ibm_127q,su2random,qiskit,3 +1500,127,7339,"{'rz': 10194, 'sx': 476, 'measure': 80}",{'cx': 42038},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt0_80.qasm,3708,ibm_127q,ae,qiskit,0 +1501,127,9379,"{'rz': 780, 'sx': 520, 'measure': 65}",{'cx': 78171},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_65.qasm,3695,ibm_127q,realamprandom,qiskit,0 +1502,127,3718,"{'rz': 6303, 'sx': 138, 'measure': 69, 'x': 1}",{'cx': 15274},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_70.qasm,1568,ibm_127q,qpeexact,qiskit,1 +1503,127,2699,"{'rz': 4410, 'sx': 378, 'measure': 63}",{'cx': 19033},"(17, 30); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 43); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_63.qasm,1210,ibm_127q,qnn,qiskit,1 +1504,127,41,"{'sx': 36, 'rz': 18, 'measure': 10, 'x': 1}",{'cx': 18},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121)",wstate_mapped_ibm_washington_qiskit_opt2_10.qasm,2524,ibm_127q,wstate,qiskit,2 +1505,127,525,"{'rz': 286, 'sx': 267, 'measure': 21, 'x': 2}",{'cx': 1899},"(35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_21.qasm,4031,ibm_127q,twolocalrandom,qiskit,3 +1506,127,4302,"{'rz': 4671, 'sx': 108, 'measure': 54, 'x': 1}",{'cx': 20817},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (54, 45)",qpeinexact_mapped_ibm_washington_qiskit_opt0_55.qasm,1381,ibm_127q,qpeinexact,qiskit,0 +1507,127,46,"{'measure': 13, 'rz': 2, 'sx': 1}",{'cx': 75},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_13.qasm,2192,ibm_127q,ghz,qiskit,0 +1508,127,1909,"{'rz': 2662, 'sx': 242, 'measure': 41}",{'cx': 5060},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",ae_mapped_ibm_washington_qiskit_opt1_41.qasm,2914,ibm_127q,ae,qiskit,1 +1509,127,2284,"{'rz': 4198, 'sx': 314, 'measure': 53}",{'cx': 8105},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100); (110, 118); (118, 110)",ae_mapped_ibm_washington_qiskit_opt1_53.qasm,3774,ibm_127q,ae,qiskit,1 +1510,127,47,"{'measure': 44, 'rz': 2, 'sx': 1}",{'cx': 43},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (89, 74)",ghz_mapped_ibm_washington_qiskit_opt2_44.qasm,2687,ibm_127q,ghz,qiskit,2 +1511,127,93,"{'measure': 90, 'rz': 2, 'sx': 1}",{'cx': 89},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_90.qasm,1308,ibm_127q,ghz,qiskit,1 +1512,127,206,"{'measure': 38, 'rz': 2, 'sx': 1}",{'cx': 367},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_38.qasm,1038,ibm_127q,ghz,qiskit,0 +1513,127,22,"{'sx': 48, 'rz': 47, 'measure': 8}",{'cx': 14},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119)",vqe_mapped_ibm_washington_qiskit_opt3_8.qasm,1457,ibm_127q,vqe,qiskit,3 +1514,127,17101,"{'rz': 17866, 'sx': 6577, 'x': 228, 'measure': 68}",{'cx': 72876},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_68.qasm,3439,ibm_127q,random,qiskit,1 +1515,127,577,"{'rz': 422, 'sx': 211, 'measure': 105}",{'cx': 864},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (110, 100); (110, 118); (111, 104); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120)",dj_mapped_ibm_washington_qiskit_opt1_106.qasm,3884,ibm_127q,dj,qiskit,1 +1516,127,4831,"{'rz': 5978, 'sx': 107, 'measure': 106}",{'cx': 28524},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_106.qasm,2644,ibm_127q,qftentangled,qiskit,2 +1517,127,1384,"{'rz': 1080, 'sx': 648, 'measure': 109, 'x': 1}",{'cx': 1488},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107)",wstate_mapped_ibm_washington_qiskit_opt0_109.qasm,3367,ibm_127q,wstate,qiskit,0 +1518,127,3923,"{'sx': 528, 'rz': 528, 'measure': 66}",{'cx': 25658},"(15, 22); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",su2random_mapped_ibm_washington_qiskit_opt2_66.qasm,1646,ibm_127q,su2random,qiskit,2 +1519,127,594,"{'rz': 438, 'sx': 219, 'measure': 109}",{'cx': 856},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt1_110.qasm,3087,ibm_127q,dj,qiskit,1 +1520,127,2007,"{'rz': 2449, 'sx': 98, 'measure': 49, 'x': 1}",{'cx': 6900},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt2_50.qasm,1519,ibm_127q,qpeinexact,qiskit,2 +1521,127,3874,"{'rz': 2061, 'sx': 1543, 'x': 49, 'measure': 19}",{'cx': 1866},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",pricingput_mapped_ibm_washington_qiskit_opt3_19.qasm,2733,ibm_127q,pricingput,qiskit,3 +1522,127,171,"{'rz': 138, 'sx': 79, 'measure': 34, 'x': 3}",{'cx': 131},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt3_35.qasm,2072,ibm_127q,dj,qiskit,3 +1523,127,6887,"{'rz': 9555, 'sx': 156, 'measure': 78, 'x': 1}",{'cx': 42528},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_79.qasm,1717,ibm_127q,qpeexact,qiskit,0 +1524,127,3139,"{'rz': 4798, 'sx': 61, 'measure': 60}",{'cx': 10321},"(24, 34); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_60.qasm,1977,ibm_127q,qftentangled,qiskit,1 +1525,127,129,"{'rz': 66, 'sx': 33, 'x': 21, 'measure': 16}",{'cx': 223},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_17.qasm,1982,ibm_127q,dj,qiskit,0 +1526,127,42909,"{'rz': 44654, 'sx': 16374, 'x': 590, 'measure': 108}",{'cx': 240555},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_108.qasm,2140,ibm_127q,random,qiskit,1 +1527,127,27,"{'measure': 24, 'rz': 2, 'sx': 1}",{'cx': 23},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt2_24.qasm,1113,ibm_127q,ghz,qiskit,2 +1528,127,5904,"{'rz': 720, 'sx': 720, 'measure': 90}",{'cx': 51490},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt1_90.qasm,2654,ibm_127q,realamprandom,qiskit,1 +1529,127,4243,"{'rz': 5797, 'sx': 62, 'measure': 62}",{'cx': 25025},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_62.qasm,3783,ibm_127q,qft,qiskit,0 +1530,127,328,"{'rz': 273, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 485},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qpeexact_mapped_ibm_washington_qiskit_opt2_14.qasm,3677,ibm_127q,qpeexact,qiskit,2 +1531,127,10227,"{'sx': 752, 'rz': 752, 'measure': 94}",{'cx': 66648},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_94.qasm,1115,ibm_127q,twolocalrandom,qiskit,1 +1532,127,10774,"{'sx': 880, 'rz': 880, 'measure': 110}",{'cx': 79576},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_110.qasm,1712,ibm_127q,su2random,qiskit,2 +1533,127,999,"{'rz': 1276, 'sx': 29, 'measure': 29}",{'cx': 4229},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_29.qasm,2552,ibm_127q,qft,qiskit,0 +1534,127,29,"{'rz': 79, 'sx': 66, 'measure': 15, 'x': 12}",{'cx': 28},"(112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",vqe_mapped_ibm_washington_qiskit_opt3_15.qasm,4091,ibm_127q,vqe,qiskit,3 +1535,127,15634,"{'sx': 912, 'rz': 912, 'measure': 114}",{'cx': 106236},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_114.qasm,2772,ibm_127q,realamprandom,qiskit,1 +1536,127,45,"{'sx': 54, 'rz': 48, 'measure': 4}",{'cx': 15},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115)",tsp_mapped_ibm_washington_qiskit_opt3_4.qasm,1171,ibm_127q,tsp,qiskit,3 +1537,127,1215,"{'rz': 1710, 'sx': 228, 'measure': 38}",{'cx': 6480},"(21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt2_38.qasm,2404,ibm_127q,qnn,qiskit,2 +1538,127,7710,"{'rz': 848, 'sx': 424, 'measure': 53}",{'cx': 52365},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37)",su2random_mapped_ibm_washington_qiskit_opt0_53.qasm,1129,ibm_127q,su2random,qiskit,0 +1539,127,1036,"{'rz': 603, 'sx': 385, 'x': 44, 'measure': 13}",{'cx': 566},"(54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",pricingput_mapped_ibm_washington_qiskit_opt3_13.qasm,2184,ibm_127q,pricingput,qiskit,3 +1540,127,14724,"{'rz': 15870, 'sx': 5523, 'x': 64, 'measure': 57}",{'cx': 77937},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_57.qasm,2479,ibm_127q,random,qiskit,0 +1541,127,3210,"{'sx': 424, 'rz': 424, 'measure': 53}",{'cx': 18350},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102)",su2random_mapped_ibm_washington_qiskit_opt1_53.qasm,4023,ibm_127q,su2random,qiskit,1 +1542,127,179,"{'rz': 82, 'sx': 42, 'x': 6, 'measure': 5}",{'cx': 88},"(62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82)",pricingput_mapped_ibm_washington_qiskit_opt1_5.qasm,2198,ibm_127q,pricingput,qiskit,1 +1543,127,237,"{'rz': 102, 'sx': 93, 'measure': 8, 'x': 2}",{'cx': 222},"(62, 72); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83)",realamprandom_mapped_ibm_washington_qiskit_opt3_8.qasm,1530,ibm_127q,realamprandom,qiskit,3 +1544,127,148,"{'rz': 130, 'sx': 65, 'measure': 32}",{'cx': 155},"(24, 34); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (53, 41); (53, 60); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83)",dj_mapped_ibm_washington_qiskit_opt1_33.qasm,3010,ibm_127q,dj,qiskit,1 +1545,127,76,"{'measure': 73, 'rz': 2, 'sx': 1}",{'cx': 72},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_73.qasm,3663,ibm_127q,ghz,qiskit,1 +1546,127,133,"{'sx': 128, 'rz': 64, 'measure': 33, 'x': 1}",{'cx': 64},"(31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_33.qasm,1546,ibm_127q,wstate,qiskit,3 +1547,127,4101,"{'rz': 6323, 'sx': 109, 'measure': 108}",{'cx': 29414},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_108.qasm,1731,ibm_127q,qftentangled,qiskit,2 +1548,127,1331,"{'rz': 3326, 'sx': 746, 'x': 79, 'measure': 52}",{'cx': 6110},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt3_52.qasm,3529,ibm_127q,qftentangled,qiskit,3 +1549,127,1216,"{'rz': 1821, 'sx': 36, 'measure': 35}",{'cx': 3603},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt1_35.qasm,2365,ibm_127q,qftentangled,qiskit,1 +1550,127,3304,"{'rz': 4565, 'sx': 55, 'measure': 55}",{'cx': 18282},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_55.qasm,4075,ibm_127q,qft,qiskit,0 +1551,127,7697,"{'rz': 13874, 'sx': 97, 'measure': 96}",{'cx': 60251},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt0_96.qasm,1182,ibm_127q,qftentangled,qiskit,0 +1552,127,4031,"{'rz': 4958, 'sx': 402, 'measure': 67}",{'cx': 20913},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt2_67.qasm,2694,ibm_127q,qnn,qiskit,2 +1553,127,102,"{'rz': 86, 'sx': 51, 'measure': 25}",{'cx': 82},"(16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (53, 41); (53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (91, 79); (92, 83)",dj_mapped_ibm_washington_qiskit_opt2_26.qasm,3035,ibm_127q,dj,qiskit,2 +1554,127,5284,"{'rz': 6300, 'sx': 126, 'measure': 63, 'x': 1}",{'cx': 27489},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt0_64.qasm,2501,ibm_127q,qpeexact,qiskit,0 +1555,127,6908,"{'rz': 7803, 'sx': 710, 'measure': 119}",{'cx': 33465},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_119.qasm,2629,ibm_127q,ae,qiskit,2 +1556,127,93,"{'measure': 90, 'rz': 2, 'sx': 1}",{'cx': 89},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_90.qasm,1795,ibm_127q,ghz,qiskit,2 +1557,127,3730,"{'rz': 4025, 'sx': 100, 'measure': 50, 'x': 1}",{'cx': 17079},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_51.qasm,3407,ibm_127q,qpeexact,qiskit,0 +1558,127,271,"{'rz': 190, 'sx': 114, 'measure': 20, 'x': 1}",{'cx': 341},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_20.qasm,2391,ibm_127q,wstate,qiskit,0 +1559,127,3850,"{'rz': 3285, 'sx': 90, 'measure': 45, 'x': 1}",{'cx': 14847},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_46.qasm,3333,ibm_127q,qpeexact,qiskit,0 +1560,127,10076,"{'rz': 10290, 'sx': 588, 'measure': 98}",{'cx': 59249},"(15, 22); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_98.qasm,2637,ibm_127q,qnn,qiskit,1 +1561,127,325,"{'rz': 192, 'sx': 96, 'measure': 12}",{'cx': 1308},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_12.qasm,2886,ibm_127q,su2random,qiskit,0 +1562,127,1572,"{'rz': 2257, 'sx': 74, 'measure': 37, 'x': 1}",{'cx': 4613},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeexact_mapped_ibm_washington_qiskit_opt1_38.qasm,2456,ibm_127q,qpeexact,qiskit,1 +1563,127,6037,"{'rz': 10365, 'sx': 107, 'measure': 106}",{'cx': 33906},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_106.qasm,4055,ibm_127q,qftentangled,qiskit,1 +1564,127,238,"{'rz': 154, 'sx': 77, 'measure': 38}",{'cx': 248},"(27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 39); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (91, 79); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (111, 104)",dj_mapped_ibm_washington_qiskit_opt1_39.qasm,1898,ibm_127q,dj,qiskit,1 +1565,127,8205,"{'rz': 15352, 'sx': 101, 'measure': 101}",{'cx': 67910},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt0_101.qasm,3570,ibm_127q,qft,qiskit,0 +1566,127,16335,"{'sx': 864, 'rz': 864, 'measure': 108}",{'cx': 97010},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_108.qasm,3198,ibm_127q,twolocalrandom,qiskit,1 +1567,127,976,"{'rz': 846, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 1673},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt1_23.qasm,1352,ibm_127q,qpeinexact,qiskit,1 +1568,127,3753,"{'rz': 408, 'sx': 272, 'measure': 34}",{'cx': 19260},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20)",realamprandom_mapped_ibm_washington_qiskit_opt0_34.qasm,1951,ibm_127q,realamprandom,qiskit,0 +1569,127,22,"{'rz': 20, 'sx': 10, 'measure': 8}",{'cx': 20},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",graphstate_mapped_ibm_washington_qiskit_opt2_8.qasm,1697,ibm_127q,graphstate,qiskit,2 +1570,127,3349,"{'rz': 400, 'sx': 400, 'measure': 50}",{'cx': 16686},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_50.qasm,2819,ibm_127q,twolocalrandom,qiskit,1 +1571,127,676,"{'rz': 495, 'sx': 299, 'measure': 120, 'x': 21}",{'cx': 592},"(0, 1); (0, 14); (1, 0); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt3_121.qasm,3795,ibm_127q,dj,qiskit,3 +1572,127,2062,"{'rz': 4148, 'sx': 1945, 'x': 188, 'measure': 48}",{'cx': 6083},"(35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt3_49.qasm,3460,ibm_127q,qpeinexact,qiskit,3 +1573,127,153,"{'sx': 148, 'rz': 74, 'measure': 38, 'x': 1}",{'cx': 74},"(32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_38.qasm,3440,ibm_127q,wstate,qiskit,1 +1574,127,731,"{'rz': 774, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 2446},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_22.qasm,3770,ibm_127q,qpeexact,qiskit,0 +1575,127,381,"{'rz': 282, 'sx': 141, 'measure': 70}",{'cx': 460},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104); (111, 122); (122, 111); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt1_71.qasm,2874,ibm_127q,dj,qiskit,1 +1576,127,701,"{'rz': 228, 'sx': 152, 'measure': 19}",{'cx': 3627},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_19.qasm,3633,ibm_127q,realamprandom,qiskit,0 +1577,127,2561,"{'rz': 2375, 'sx': 76, 'measure': 38, 'x': 1}",{'cx': 9849},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_39.qasm,4057,ibm_127q,qpeexact,qiskit,0 +1578,127,62,"{'rz': 130, 'sx': 65, 'measure': 43}",{'cx': 211},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",graphstate_mapped_ibm_washington_qiskit_opt2_43.qasm,3265,ibm_127q,graphstate,qiskit,2 +1579,127,475,"{'rz': 376, 'sx': 108, 'x': 15, 'measure': 14}",{'cx': 545},"(53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83)",qpeinexact_mapped_ibm_washington_qiskit_opt3_15.qasm,2804,ibm_127q,qpeinexact,qiskit,3 +1580,127,4672,"{'rz': 480, 'sx': 320, 'measure': 40}",{'cx': 27534},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_40.qasm,2679,ibm_127q,realamprandom,qiskit,0 +1581,127,2583,"{'rz': 5403, 'sx': 66, 'measure': 65}",{'cx': 12282},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_65.qasm,2474,ibm_127q,qftentangled,qiskit,1 +1582,127,398,"{'rz': 230, 'sx': 80, 'x': 10, 'measure': 7}",{'cx': 348},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",pricingcall_mapped_ibm_washington_qiskit_opt0_7.qasm,1787,ibm_127q,pricingcall,qiskit,0 +1583,127,249,"{'rz': 193, 'sx': 107, 'measure': 53}",{'cx': 282},"(17, 30); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 43); (35, 28); (35, 47); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (68, 55); (72, 62); (72, 81); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt2_54.qasm,1398,ibm_127q,dj,qiskit,2 +1584,127,218,"{'rz': 114, 'sx': 57, 'measure': 28, 'x': 27}",{'cx': 376},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_29.qasm,1098,ibm_127q,dj,qiskit,0 +1585,127,1664,"{'rz': 1652, 'sx': 218, 'measure': 37}",{'cx': 3372},"(27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100)",ae_mapped_ibm_washington_qiskit_opt2_37.qasm,3146,ibm_127q,ae,qiskit,2 +1586,127,4670,"{'rz': 5994, 'sx': 444, 'measure': 74}",{'cx': 29669},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_74.qasm,3940,ibm_127q,qnn,qiskit,1 +1587,127,144,"{'rz': 90, 'sx': 42, 'measure': 7, 'x': 4}",{'cx': 74},"(54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66)",ae_mapped_ibm_washington_qiskit_opt3_7.qasm,3490,ibm_127q,ae,qiskit,3 +1588,127,4221,"{'rz': 5432, 'sx': 61, 'measure': 60}",{'cx': 24932},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_60.qasm,3506,ibm_127q,qftentangled,qiskit,0 +1589,127,516,"{'rz': 851, 'sx': 714, 'measure': 20, 'x': 6}",{'cx': 1562},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (93, 87)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_20.qasm,1804,ibm_127q,twolocalrandom,qiskit,3 +1590,127,988,"{'rz': 1378, 'sx': 426, 'x': 63, 'measure': 29}",{'cx': 2362},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qpeexact_mapped_ibm_washington_qiskit_opt3_30.qasm,3650,ibm_127q,qpeexact,qiskit,3 +1591,127,6292,"{'sx': 720, 'rz': 720, 'measure': 90}",{'cx': 47643},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_90.qasm,3978,ibm_127q,su2random,qiskit,2 +1592,127,194,"{'rz': 150, 'sx': 83, 'measure': 41}",{'cx': 221},"(21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (28, 35); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",dj_mapped_ibm_washington_qiskit_opt2_42.qasm,1951,ibm_127q,dj,qiskit,2 +1593,127,7389,"{'rz': 8850, 'sx': 150, 'measure': 75, 'x': 1}",{'cx': 40416},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_76.qasm,3348,ibm_127q,qpeinexact,qiskit,0 +1594,127,4951,"{'rz': 8462, 'sx': 172, 'measure': 86, 'x': 1}",{'cx': 22569},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104)",qpeexact_mapped_ibm_washington_qiskit_opt1_87.qasm,3770,ibm_127q,qpeexact,qiskit,1 +1595,127,1844,"{'rz': 2850, 'sx': 300, 'measure': 50}",{'cx': 11362},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (34, 24); (34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt1_50.qasm,1985,ibm_127q,qnn,qiskit,1 +1596,127,3965,"{'rz': 9154, 'sx': 97, 'measure': 96}",{'cx': 26073},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_96.qasm,1883,ibm_127q,qftentangled,qiskit,1 +1597,127,311,"{'rz': 251, 'sx': 149, 'measure': 63, 'x': 10}",{'cx': 312},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (24, 34); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt3_64.qasm,3920,ibm_127q,dj,qiskit,3 +1598,127,3991,"{'rz': 7101, 'sx': 80, 'measure': 79}",{'cx': 18567},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_79.qasm,1568,ibm_127q,qftentangled,qiskit,1 +1599,127,6322,"{'rz': 9224, 'sx': 184, 'measure': 92, 'x': 1}",{'cx': 26490},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_93.qasm,2766,ibm_127q,qpeinexact,qiskit,1 +1600,127,5205,"{'rz': 6569, 'sx': 67, 'measure': 66}",{'cx': 31841},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_66.qasm,1547,ibm_127q,qftentangled,qiskit,0 +1601,127,52,"{'rz': 122, 'sx': 61, 'measure': 35}",{'cx': 188},"(7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (102, 92)",graphstate_mapped_ibm_washington_qiskit_opt1_35.qasm,2229,ibm_127q,graphstate,qiskit,1 +1602,127,6239,"{'rz': 9097, 'sx': 182, 'measure': 91, 'x': 1}",{'cx': 24896},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeexact_mapped_ibm_washington_qiskit_opt1_92.qasm,3680,ibm_127q,qpeexact,qiskit,1 +1603,127,20,"{'measure': 17, 'rz': 2, 'sx': 1}",{'cx': 16},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_17.qasm,3654,ibm_127q,ghz,qiskit,3 +1604,127,91,"{'rz': 262, 'sx': 131, 'measure': 71}",{'cx': 419},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt1_71.qasm,1897,ibm_127q,graphstate,qiskit,1 +1605,127,33,"{'rz': 48, 'sx': 29, 'measure': 12, 'x': 2}",{'cx': 27},"(27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (35, 28); (35, 47); (47, 35); (62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",graphstate_mapped_ibm_washington_qiskit_opt3_12.qasm,3664,ibm_127q,graphstate,qiskit,3 +1606,127,9933,"{'rz': 848, 'sx': 848, 'measure': 106}",{'cx': 74374},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_106.qasm,2866,ibm_127q,realamprandom,qiskit,2 +1607,127,3865,"{'rz': 4904, 'sx': 58, 'measure': 57}",{'cx': 20963},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_57.qasm,1253,ibm_127q,qftentangled,qiskit,0 +1608,127,4576,"{'rz': 5708, 'sx': 104, 'measure': 104}",{'cx': 25031},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_104.qasm,2306,ibm_127q,qft,qiskit,2 +1609,127,105,"{'measure': 102, 'rz': 2, 'sx': 1}",{'cx': 101},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_102.qasm,2098,ibm_127q,ghz,qiskit,2 +1610,127,4841,"{'rz': 6972, 'sx': 69, 'measure': 68}",{'cx': 30699},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_68.qasm,2605,ibm_127q,qftentangled,qiskit,0 +1611,127,8158,"{'rz': 648, 'sx': 432, 'measure': 54}",{'cx': 55368},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_54.qasm,3915,ibm_127q,twolocalrandom,qiskit,0 +1612,127,2164,"{'rz': 1983, 'sx': 200, 'measure': 34}",{'cx': 6186},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20)",ae_mapped_ibm_washington_qiskit_opt0_34.qasm,3935,ibm_127q,ae,qiskit,0 +1613,127,53,"{'sx': 48, 'rz': 24, 'measure': 13, 'x': 1}",{'cx': 24},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18)",wstate_mapped_ibm_washington_qiskit_opt3_13.qasm,1222,ibm_127q,wstate,qiskit,3 +1614,127,12791,"{'sx': 872, 'rz': 872, 'measure': 109}",{'cx': 90227},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_109.qasm,2268,ibm_127q,twolocalrandom,qiskit,1 +1615,127,1305,"{'rz': 1968, 'sx': 246, 'measure': 41}",{'cx': 6738},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (71, 58); (71, 77); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qnn_mapped_ibm_washington_qiskit_opt1_41.qasm,3596,ibm_127q,qnn,qiskit,1 +1616,127,1794,"{'rz': 2957, 'sx': 974, 'x': 157, 'measure': 45}",{'cx': 5413},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87)",qpeexact_mapped_ibm_washington_qiskit_opt3_46.qasm,2848,ibm_127q,qpeexact,qiskit,3 +1617,127,394,"{'measure': 88, 'rz': 2, 'sx': 1}",{'cx': 699},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_88.qasm,2449,ibm_127q,ghz,qiskit,0 +1618,127,4026,"{'rz': 420, 'sx': 280, 'measure': 35}",{'cx': 20565},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24)",realamprandom_mapped_ibm_washington_qiskit_opt0_35.qasm,2783,ibm_127q,realamprandom,qiskit,0 +1619,127,340,"{'sx': 112, 'rz': 112, 'measure': 14}",{'cx': 847},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (71, 58); (71, 77); (77, 71)",su2random_mapped_ibm_washington_qiskit_opt2_14.qasm,3843,ibm_127q,su2random,qiskit,2 +1620,127,4636,"{'sx': 552, 'rz': 552, 'measure': 69}",{'cx': 26885},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt2_69.qasm,2444,ibm_127q,realamprandom,qiskit,2 +1621,127,9775,"{'rz': 736, 'sx': 736, 'measure': 92}",{'cx': 61932},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_92.qasm,2691,ibm_127q,realamprandom,qiskit,1 +1622,127,3193,"{'rz': 4426, 'sx': 458, 'measure': 77}",{'cx': 13158},"(12, 17); (15, 22); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",ae_mapped_ibm_washington_qiskit_opt2_77.qasm,1519,ibm_127q,ae,qiskit,2 +1623,127,72,"{'rz': 282, 'sx': 141, 'measure': 75}",{'cx': 408},"(7, 8); (8, 7); (8, 16); (12, 17); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118)",graphstate_mapped_ibm_washington_qiskit_opt2_75.qasm,1578,ibm_127q,graphstate,qiskit,2 +1624,127,149,"{'sx': 144, 'rz': 72, 'measure': 37, 'x': 1}",{'cx': 72},"(66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_37.qasm,3519,ibm_127q,wstate,qiskit,1 +1625,127,265,"{'rz': 120, 'sx': 80, 'measure': 10}",{'cx': 786},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_10.qasm,3318,ibm_127q,realamprandom,qiskit,0 +1626,127,2299,"{'rz': 3128, 'sx': 88, 'measure': 44, 'x': 1}",{'cx': 6756},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qpeinexact_mapped_ibm_washington_qiskit_opt1_45.qasm,2025,ibm_127q,qpeinexact,qiskit,1 +1627,127,70,"{'measure': 67, 'rz': 2, 'sx': 1}",{'cx': 66},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_67.qasm,2019,ibm_127q,ghz,qiskit,2 +1628,127,29,"{'rz': 144, 'sx': 72, 'measure': 72}",{'cx': 72},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_72.qasm,2003,ibm_127q,graphstate,qiskit,2 +1629,127,220,"{'rz': 196, 'sx': 56, 'measure': 16}",{'cx': 441},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",portfolioqaoa_mapped_ibm_washington_qiskit_opt0_8.qasm,1680,ibm_127q,portfolioqaoa,qiskit,0 +1630,127,511,"{'rz': 360, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 732},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104)",qpeexact_mapped_ibm_washington_qiskit_opt2_16.qasm,3463,ibm_127q,qpeexact,qiskit,2 +1631,127,16963,"{'rz': 7054, 'sx': 4352, 'x': 120, 'measure': 23}",{'cx': 9057},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",pricingput_mapped_ibm_washington_qiskit_opt0_23.qasm,3069,ibm_127q,pricingput,qiskit,0 +1632,127,354,"{'rz': 186, 'sx': 93, 'x': 47, 'measure': 46}",{'cx': 613},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",dj_mapped_ibm_washington_qiskit_opt0_47.qasm,2748,ibm_127q,dj,qiskit,0 +1633,127,79,"{'measure': 76, 'rz': 2, 'sx': 1}",{'cx': 75},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_76.qasm,2233,ibm_127q,ghz,qiskit,2 +1634,127,3520,"{'rz': 4812, 'sx': 92, 'measure': 91}",{'cx': 19982},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_91.qasm,3008,ibm_127q,qftentangled,qiskit,2 +1635,127,5192,"{'sx': 680, 'rz': 680, 'measure': 85}",{'cx': 42646},"(11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 22); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_85.qasm,3507,ibm_127q,su2random,qiskit,2 +1636,127,250,"{'rz': 170, 'sx': 102, 'measure': 18, 'x': 1}",{'cx': 304},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_18.qasm,3462,ibm_127q,wstate,qiskit,0 +1637,127,3439,"{'sx': 432, 'rz': 432, 'measure': 54}",{'cx': 20774},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",su2random_mapped_ibm_washington_qiskit_opt1_54.qasm,1893,ibm_127q,su2random,qiskit,1 +1638,127,954,"{'rz': 999, 'sx': 500, 'x': 48, 'measure': 15}",{'cx': 1311},"(82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt3_15.qasm,2006,ibm_127q,random,qiskit,3 +1639,127,468,"{'sx': 112, 'rz': 112, 'measure': 14}",{'cx': 1071},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",su2random_mapped_ibm_washington_qiskit_opt1_14.qasm,1396,ibm_127q,su2random,qiskit,1 +1640,127,6195,"{'sx': 688, 'rz': 688, 'measure': 86}",{'cx': 45726},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (122, 111)",su2random_mapped_ibm_washington_qiskit_opt2_86.qasm,3979,ibm_127q,su2random,qiskit,2 +1641,127,1276,"{'rz': 960, 'sx': 576, 'measure': 97, 'x': 1}",{'cx': 1464},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",wstate_mapped_ibm_washington_qiskit_opt0_97.qasm,2633,ibm_127q,wstate,qiskit,0 +1642,127,13501,"{'sx': 848, 'rz': 848, 'measure': 106}",{'cx': 90002},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_106.qasm,1024,ibm_127q,twolocalrandom,qiskit,1 +1643,127,6043,"{'rz': 552, 'sx': 368, 'measure': 46}",{'cx': 37431},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_46.qasm,3157,ibm_127q,twolocalrandom,qiskit,0 +1644,127,10204,"{'sx': 848, 'rz': 848, 'measure': 106}",{'cx': 69571},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_106.qasm,1229,ibm_127q,su2random,qiskit,2 +1645,127,1098,"{'rz': 1044, 'sx': 54, 'measure': 27, 'x': 1}",{'cx': 2257},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt2_28.qasm,2369,ibm_127q,qpeexact,qiskit,2 +1646,127,532,"{'rz': 619, 'sx': 285, 'x': 32, 'measure': 18}",{'cx': 628},"(45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98)",ae_mapped_ibm_washington_qiskit_opt3_18.qasm,1541,ibm_127q,ae,qiskit,3 +1647,127,565,"{'sx': 144, 'rz': 144, 'measure': 18}",{'cx': 1436},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",su2random_mapped_ibm_washington_qiskit_opt2_18.qasm,3648,ibm_127q,su2random,qiskit,2 +1648,127,2743,"{'rz': 2928, 'sx': 45, 'measure': 44}",{'cx': 12282},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_44.qasm,4059,ibm_127q,qftentangled,qiskit,0 +1649,127,562,"{'rz': 437, 'sx': 92, 'measure': 16}",{'cx': 588},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",ae_mapped_ibm_washington_qiskit_opt1_16.qasm,2961,ibm_127q,ae,qiskit,1 +1650,127,117,"{'sx': 112, 'rz': 56, 'measure': 29, 'x': 1}",{'cx': 56},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94)",wstate_mapped_ibm_washington_qiskit_opt3_29.qasm,1615,ibm_127q,wstate,qiskit,3 +1651,127,1094,"{'rz': 2052, 'sx': 1062, 'measure': 18}",{'cx': 3432},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",portfoliovqe_mapped_ibm_washington_qiskit_opt0_18.qasm,2874,ibm_127q,portfoliovqe,qiskit,0 +1652,127,119,"{'measure': 26, 'rz': 2, 'sx': 1}",{'cx': 208},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_26.qasm,2919,ibm_127q,ghz,qiskit,0 +1653,127,8927,"{'sx': 728, 'rz': 728, 'measure': 91}",{'cx': 55092},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_91.qasm,1691,ibm_127q,twolocalrandom,qiskit,2 +1654,127,215,"{'rz': 147, 'sx': 11, 'measure': 10}",{'cx': 276},"(45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",qftentangled_mapped_ibm_washington_qiskit_opt1_10.qasm,3578,ibm_127q,qftentangled,qiskit,1 +1655,127,10649,"{'rz': 1072, 'sx': 536, 'measure': 67}",{'cx': 81894},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_67.qasm,1421,ibm_127q,su2random,qiskit,0 +1656,127,762,"{'sx': 160, 'rz': 160, 'measure': 20}",{'cx': 2642},"(54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt1_20.qasm,2334,ibm_127q,realamprandom,qiskit,1 +1657,127,171,"{'rz': 121, 'sx': 29, 'measure': 9, 'x': 1}",{'cx': 182},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65)",qft_mapped_ibm_washington_qiskit_opt3_9.qasm,3384,ibm_127q,qft,qiskit,3 +1658,127,52,"{'rz': 53, 'sx': 31, 'measure': 13, 'x': 2}",{'cx': 34},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt3_14.qasm,2771,ibm_127q,dj,qiskit,3 +1659,127,29,"{'rz': 28, 'sx': 14, 'measure': 8}",{'cx': 17},"(42, 43); (43, 42); (43, 44); (44, 43); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (111, 104); (111, 122); (122, 111)",graphstate_mapped_ibm_washington_qiskit_opt3_8.qasm,3930,ibm_127q,graphstate,qiskit,3 +1660,127,342,"{'rz': 242, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 369},"(45, 54); (54, 45); (54, 64); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62)",qpeinexact_mapped_ibm_washington_qiskit_opt1_12.qasm,2430,ibm_127q,qpeinexact,qiskit,1 +1661,127,5269,"{'rz': 9517, 'sx': 99, 'measure': 99}",{'cx': 27637},"(12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_99.qasm,3254,ibm_127q,qft,qiskit,1 +1662,127,10139,"{'rz': 11978, 'sx': 636, 'measure': 106}",{'cx': 71921},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qnn_mapped_ibm_washington_qiskit_opt1_106.qasm,3051,ibm_127q,qnn,qiskit,1 +1663,127,81,"{'rz': 200, 'sx': 100, 'measure': 54}",{'cx': 306},"(8, 16); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt2_54.qasm,2877,ibm_127q,graphstate,qiskit,2 +1664,127,287,"{'sx': 88, 'rz': 88, 'measure': 11}",{'cx': 577},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt1_11.qasm,1285,ibm_127q,su2random,qiskit,1 +1665,127,285,"{'rz': 301, 'sx': 14, 'measure': 14}",{'cx': 923},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_14.qasm,1562,ibm_127q,qft,qiskit,0 +1666,127,3001,"{'rz': 4361, 'sx': 152, 'measure': 76, 'x': 1}",{'cx': 15360},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt2_77.qasm,1037,ibm_127q,qpeexact,qiskit,2 +1667,127,7084,"{'sx': 736, 'rz': 736, 'measure': 92}",{'cx': 56007},"(12, 17); (15, 22); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_92.qasm,2900,ibm_127q,su2random,qiskit,2 +1668,127,9284,"{'rz': 5226, 'sx': 402, 'measure': 67}",{'cx': 75465},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_67.qasm,2171,ibm_127q,qnn,qiskit,0 +1669,127,3045,"{'rz': 3830, 'sx': 78, 'measure': 77}",{'cx': 13669},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_77.qasm,3293,ibm_127q,qftentangled,qiskit,2 +1670,127,2577,"{'rz': 472, 'sx': 472, 'measure': 59}",{'cx': 18668},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_59.qasm,2998,ibm_127q,twolocalrandom,qiskit,2 +1671,127,9635,"{'rz': 14352, 'sx': 192, 'measure': 96, 'x': 1}",{'cx': 64569},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt0_97.qasm,1048,ibm_127q,qpeinexact,qiskit,0 +1672,127,26,"{'sx': 48, 'rz': 46, 'measure': 6}",{'cx': 15},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",routing_mapped_ibm_washington_qiskit_opt2_6.qasm,3944,ibm_127q,routing,qiskit,2 +1673,127,1350,"{'sx': 580, 'rz': 480, 'measure': 127, 'x': 1}",{'cx': 1688},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_127.qasm,2904,ibm_127q,wstate,qiskit,2 +1674,127,10997,"{'sx': 960, 'rz': 960, 'measure': 120}",{'cx': 92054},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_120.qasm,1753,ibm_127q,su2random,qiskit,2 +1675,127,5013,"{'rz': 5614, 'sx': 188, 'measure': 94, 'x': 1}",{'cx': 24070},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (118, 110)",qpeinexact_mapped_ibm_washington_qiskit_opt2_95.qasm,3959,ibm_127q,qpeinexact,qiskit,2 +1676,127,652,"{'rz': 952, 'sx': 26, 'measure': 25}",{'cx': 2931},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_25.qasm,2672,ibm_127q,qftentangled,qiskit,0 +1677,127,306,"{'measure': 69, 'rz': 2, 'sx': 1}",{'cx': 542},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ghz_mapped_ibm_washington_qiskit_opt0_69.qasm,1801,ibm_127q,ghz,qiskit,0 +1678,127,873,"{'rz': 980, 'sx': 168, 'measure': 28}",{'cx': 3407},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt1_28.qasm,2965,ibm_127q,qnn,qiskit,1 +1679,127,166,"{'rz': 108, 'sx': 72, 'measure': 9}",{'cx': 435},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",realamprandom_mapped_ibm_washington_qiskit_opt0_9.qasm,1443,ibm_127q,realamprandom,qiskit,0 +1680,127,2231,"{'rz': 3121, 'sx': 64, 'measure': 63}",{'cx': 9327},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (118, 110)",qftentangled_mapped_ibm_washington_qiskit_opt2_63.qasm,1216,ibm_127q,qftentangled,qiskit,2 +1681,127,937,"{'sx': 200, 'rz': 200, 'measure': 25}",{'cx': 3234},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",realamprandom_mapped_ibm_washington_qiskit_opt2_25.qasm,1944,ibm_127q,realamprandom,qiskit,2 +1682,127,860,"{'rz': 1548, 'sx': 216, 'measure': 36}",{'cx': 5215},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (71, 58); (71, 77); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt2_36.qasm,2154,ibm_127q,qnn,qiskit,2 +1683,127,11258,"{'sx': 784, 'rz': 784, 'measure': 98}",{'cx': 72000},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_98.qasm,4032,ibm_127q,realamprandom,qiskit,1 +1684,127,1149,"{'rz': 1108, 'sx': 170, 'measure': 29}",{'cx': 2211},"(16, 26); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",ae_mapped_ibm_washington_qiskit_opt2_29.qasm,3977,ibm_127q,ae,qiskit,2 +1685,127,177,"{'sx': 172, 'rz': 86, 'measure': 44, 'x': 1}",{'cx': 86},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt3_44.qasm,3331,ibm_127q,wstate,qiskit,3 +1686,127,1278,"{'sx': 256, 'rz': 256, 'measure': 32}",{'cx': 6076},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (55, 49); (55, 68); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",su2random_mapped_ibm_washington_qiskit_opt1_32.qasm,3969,ibm_127q,su2random,qiskit,1 +1687,127,2229,"{'rz': 6495, 'sx': 75, 'measure': 74}",{'cx': 14548},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100)",qftentangled_mapped_ibm_washington_qiskit_opt1_74.qasm,3942,ibm_127q,qftentangled,qiskit,1 +1688,127,6974,"{'rz': 8178, 'sx': 522, 'measure': 87}",{'cx': 37674},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_87.qasm,2226,ibm_127q,qnn,qiskit,1 +1689,127,5471,"{'rz': 672, 'sx': 336, 'measure': 42}",{'cx': 29898},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_42.qasm,2935,ibm_127q,su2random,qiskit,0 +1690,127,6887,"{'rz': 6723, 'sx': 222, 'measure': 111, 'x': 1}",{'cx': 31920},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_112.qasm,1520,ibm_127q,qpeinexact,qiskit,2 +1691,127,620,"{'rz': 612, 'sx': 175, 'x': 26, 'measure': 18}",{'cx': 897},"(4, 15); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",qpeinexact_mapped_ibm_washington_qiskit_opt3_19.qasm,3582,ibm_127q,qpeinexact,qiskit,3 +1692,127,1473,"{'rz': 8243, 'sx': 5441, 'measure': 49, 'x': 7}",{'cx': 8709},"(8, 16); (16, 8); (16, 26); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt3_49.qasm,3821,ibm_127q,qnn,qiskit,3 +1693,127,273,"{'sx': 268, 'rz': 134, 'measure': 68, 'x': 1}",{'cx': 134},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_68.qasm,3955,ibm_127q,wstate,qiskit,2 +1694,127,5194,"{'rz': 5355, 'sx': 180, 'measure': 90, 'x': 1}",{'cx': 22044},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_91.qasm,1662,ibm_127q,qpeinexact,qiskit,2 +1695,127,1111,"{'rz': 1611, 'sx': 40, 'measure': 39}",{'cx': 3765},"(16, 26); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt2_39.qasm,3028,ibm_127q,qftentangled,qiskit,2 +1696,127,9703,"{'rz': 16365, 'sx': 608, 'measure': 102}",{'cx': 66387},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt0_102.qasm,1676,ibm_127q,ae,qiskit,0 +1697,127,13361,"{'rz': 948, 'sx': 632, 'measure': 79}",{'cx': 122013},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt0_79.qasm,1614,ibm_127q,realamprandom,qiskit,0 +1698,127,2829,"{'rz': 3261, 'sx': 120, 'measure': 60, 'x': 1}",{'cx': 10029},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeexact_mapped_ibm_washington_qiskit_opt2_61.qasm,1168,ibm_127q,qpeexact,qiskit,2 +1699,127,2392,"{'rz': 4380, 'sx': 79, 'measure': 78}",{'cx': 14097},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt2_78.qasm,2716,ibm_127q,qftentangled,qiskit,2 +1700,127,29,"{'rz': 38, 'sx': 19, 'measure': 13}",{'cx': 37},"(27, 28); (28, 27); (28, 29); (29, 28); (52, 56); (54, 64); (56, 52); (56, 57); (57, 56); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",graphstate_mapped_ibm_washington_qiskit_opt1_13.qasm,1761,ibm_127q,graphstate,qiskit,1 +1701,127,10586,"{'rz': 13771, 'sx': 188, 'measure': 94, 'x': 1}",{'cx': 70424},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt0_95.qasm,2898,ibm_127q,qpeexact,qiskit,0 +1702,127,3228,"{'rz': 4278, 'sx': 372, 'measure': 62}",{'cx': 19213},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt1_62.qasm,1270,ibm_127q,qnn,qiskit,1 +1703,127,1491,"{'rz': 3231, 'sx': 562, 'measure': 53, 'x': 52}",{'cx': 6138},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",qftentangled_mapped_ibm_washington_qiskit_opt3_53.qasm,1494,ibm_127q,qftentangled,qiskit,3 +1704,127,4495,"{'rz': 6178, 'sx': 65, 'measure': 64}",{'cx': 26805},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_64.qasm,1984,ibm_127q,qftentangled,qiskit,0 +1705,127,5194,"{'rz': 8081, 'sx': 166, 'measure': 83, 'x': 1}",{'cx': 23052},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeinexact_mapped_ibm_washington_qiskit_opt1_84.qasm,3258,ibm_127q,qpeinexact,qiskit,1 +1706,127,753,"{'rz': 1602, 'sx': 743, 'x': 48, 'measure': 30}",{'cx': 1994},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt3_30.qasm,1803,ibm_127q,qftentangled,qiskit,3 +1707,127,6064,"{'rz': 3050, 'sx': 300, 'measure': 50}",{'cx': 39545},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_50.qasm,3968,ibm_127q,qnn,qiskit,0 +1708,127,4479,"{'sx': 544, 'rz': 544, 'measure': 68}",{'cx': 28561},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (110, 100)",su2random_mapped_ibm_washington_qiskit_opt2_68.qasm,1861,ibm_127q,su2random,qiskit,2 +1709,127,902,"{'rz': 1315, 'sx': 232, 'x': 34, 'measure': 31}",{'cx': 2402},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qftentangled_mapped_ibm_washington_qiskit_opt3_31.qasm,2779,ibm_127q,qftentangled,qiskit,3 +1710,127,3168,"{'rz': 4779, 'sx': 114, 'measure': 57, 'x': 1}",{'cx': 10981},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt1_58.qasm,2206,ibm_127q,qpeexact,qiskit,1 +1711,127,750,"{'rz': 506, 'sx': 253, 'measure': 126}",{'cx': 1074},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (23, 24); (24, 23); (24, 34); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (126, 112)",dj_mapped_ibm_washington_qiskit_opt1_127.qasm,1051,ibm_127q,dj,qiskit,1 +1712,127,1641,"{'rz': 1735, 'sx': 76, 'measure': 38, 'x': 1}",{'cx': 4335},"(35, 47); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt2_39.qasm,3816,ibm_127q,qpeinexact,qiskit,2 +1713,127,2291,"{'rz': 2734, 'sx': 104, 'measure': 52, 'x': 1}",{'cx': 7659},"(28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt2_53.qasm,2194,ibm_127q,qpeexact,qiskit,2 +1714,127,84,"{'rz': 380, 'sx': 190, 'measure': 98}",{'cx': 545},"(3, 4); (4, 3); (4, 15); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt2_98.qasm,1189,ibm_127q,graphstate,qiskit,2 +1715,127,6967,"{'rz': 8763, 'sx': 440, 'measure': 74}",{'cx': 35879},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62); (73, 66)",ae_mapped_ibm_washington_qiskit_opt0_74.qasm,3559,ibm_127q,ae,qiskit,0 +1716,127,165,"{'rz': 264, 'sx': 132, 'measure': 44}",{'cx': 758},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",graphstate_mapped_ibm_washington_qiskit_opt0_44.qasm,1761,ibm_127q,graphstate,qiskit,0 +1717,127,3188,"{'rz': 3337, 'sx': 47, 'measure': 47}",{'cx': 14750},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_47.qasm,1158,ibm_127q,qft,qiskit,0 +1718,127,2790,"{'rz': 3215, 'sx': 122, 'measure': 61, 'x': 1}",{'cx': 10192},"(12, 17); (17, 12); (17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104)",qpeexact_mapped_ibm_washington_qiskit_opt2_62.qasm,4070,ibm_127q,qpeexact,qiskit,2 +1719,127,368,"{'rz': 104, 'sx': 104, 'measure': 13}",{'cx': 848},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",realamprandom_mapped_ibm_washington_qiskit_opt1_13.qasm,2375,ibm_127q,realamprandom,qiskit,1 +1720,127,13709,"{'sx': 904, 'rz': 904, 'measure': 113}",{'cx': 92285},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_113.qasm,3281,ibm_127q,realamprandom,qiskit,1 +1721,127,173,"{'sx': 168, 'rz': 84, 'measure': 43, 'x': 1}",{'cx': 84},"(31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_43.qasm,3537,ibm_127q,wstate,qiskit,2 +1722,127,7156,"{'rz': 11637, 'sx': 222, 'measure': 111, 'x': 1}",{'cx': 38107},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_112.qasm,3252,ibm_127q,qpeexact,qiskit,1 +1723,127,3646,"{'rz': 384, 'sx': 256, 'measure': 32}",{'cx': 17439},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_32.qasm,2188,ibm_127q,twolocalrandom,qiskit,0 +1724,127,1154,"{'sx': 216, 'rz': 216, 'measure': 27}",{'cx': 4495},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt1_27.qasm,3876,ibm_127q,realamprandom,qiskit,1 +1725,127,4981,"{'rz': 6006, 'sx': 200, 'measure': 100, 'x': 1}",{'cx': 26772},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_101.qasm,3230,ibm_127q,qpeexact,qiskit,2 +1726,127,282,"{'rz': 190, 'sx': 62, 'measure': 11}",{'cx': 230},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (102, 92)",ae_mapped_ibm_washington_qiskit_opt2_11.qasm,2139,ibm_127q,ae,qiskit,2 +1727,127,631,"{'rz': 338, 'sx': 169, 'measure': 84, 'x': 81}",{'cx': 1092},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83)",dj_mapped_ibm_washington_qiskit_opt0_85.qasm,2876,ibm_127q,dj,qiskit,0 +1728,127,8962,"{'rz': 8845, 'sx': 3033, 'measure': 43, 'x': 35}",{'cx': 40160},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_43.qasm,4021,ibm_127q,random,qiskit,0 +1729,127,379,"{'rz': 281, 'sx': 169, 'measure': 72, 'x': 10}",{'cx': 320},"(8, 16); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt3_73.qasm,3959,ibm_127q,dj,qiskit,3 +1730,127,9231,"{'rz': 12371, 'sx': 178, 'measure': 89, 'x': 1}",{'cx': 58665},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_90.qasm,1839,ibm_127q,qpeinexact,qiskit,0 +1731,127,8477,"{'rz': 11208, 'sx': 500, 'measure': 84}",{'cx': 49221},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt0_84.qasm,1810,ibm_127q,ae,qiskit,0 +1732,127,10991,"{'rz': 824, 'sx': 824, 'measure': 103}",{'cx': 71806},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",realamprandom_mapped_ibm_washington_qiskit_opt2_103.qasm,3752,ibm_127q,realamprandom,qiskit,2 +1733,127,860,"{'measure': 110, 'rz': 2, 'sx': 1}",{'cx': 1039},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 18); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_110.qasm,1186,ibm_127q,ghz,qiskit,1 +1734,127,3969,"{'rz': 5487, 'sx': 560, 'measure': 94}",{'cx': 19398},"(12, 17); (15, 22); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt2_94.qasm,2117,ibm_127q,ae,qiskit,2 +1735,127,3539,"{'sx': 632, 'rz': 632, 'measure': 79}",{'cx': 31285},"(12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_79.qasm,3498,ibm_127q,su2random,qiskit,2 +1736,127,4778,"{'rz': 5884, 'sx': 194, 'measure': 97, 'x': 1}",{'cx': 24246},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt2_98.qasm,3632,ibm_127q,qpeexact,qiskit,2 +1737,127,1045,"{'rz': 430, 'sx': 220, 'measure': 13, 'x': 8}",{'cx': 665},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",pricingcall_mapped_ibm_washington_qiskit_opt2_13.qasm,2030,ibm_127q,pricingcall,qiskit,2 +1738,127,2448,"{'rz': 3648, 'sx': 342, 'measure': 57}",{'cx': 15924},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (118, 110)",qnn_mapped_ibm_washington_qiskit_opt1_57.qasm,2409,ibm_127q,qnn,qiskit,1 +1739,127,335,"{'rz': 112, 'sx': 112, 'measure': 14}",{'cx': 829},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (71, 58); (71, 77); (77, 71)",realamprandom_mapped_ibm_washington_qiskit_opt2_14.qasm,2109,ibm_127q,realamprandom,qiskit,2 +1740,127,155,"{'rz': 126, 'sx': 63, 'measure': 31}",{'cx': 169},"(34, 43); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (91, 79); (91, 98); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (110, 100)",dj_mapped_ibm_washington_qiskit_opt1_32.qasm,1573,ibm_127q,dj,qiskit,1 +1741,127,4196,"{'sx': 464, 'rz': 464, 'measure': 58}",{'cx': 21816},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",su2random_mapped_ibm_washington_qiskit_opt1_58.qasm,3723,ibm_127q,su2random,qiskit,1 +1742,127,99,"{'rz': 62, 'sx': 7, 'measure': 7}",{'cx': 102},"(66, 73); (73, 66); (73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",qft_mapped_ibm_washington_qiskit_opt2_7.qasm,3612,ibm_127q,qft,qiskit,2 +1743,127,2038,"{'rz': 1555, 'sx': 566, 'measure': 19, 'x': 12}",{'cx': 5302},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_19.qasm,1528,ibm_127q,random,qiskit,0 +1744,127,9118,"{'rz': 10908, 'sx': 606, 'measure': 101}",{'cx': 59585},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_101.qasm,1838,ibm_127q,qnn,qiskit,2 +1745,127,20,"{'rz': 16, 'sx': 16, 'measure': 2}",{'cx': 3},"(0, 1); (1, 0)",routing_mapped_ibm_washington_qiskit_opt1_2.qasm,3700,ibm_127q,routing,qiskit,1 +1746,127,75,"{'measure': 72, 'rz': 2, 'sx': 1}",{'cx': 71},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_72.qasm,3838,ibm_127q,ghz,qiskit,2 +1747,127,22,"{'rz': 30, 'sx': 15, 'measure': 11}",{'cx': 23},"(44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (65, 66); (66, 65); (66, 67); (67, 66); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",graphstate_mapped_ibm_washington_qiskit_opt1_11.qasm,1923,ibm_127q,graphstate,qiskit,1 +1748,127,1157,"{'rz': 1365, 'sx': 30, 'measure': 30}",{'cx': 4932},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_30.qasm,1097,ibm_127q,qft,qiskit,0 +1749,127,6295,"{'rz': 11936, 'sx': 119, 'measure': 119}",{'cx': 41402},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_119.qasm,1153,ibm_127q,qft,qiskit,1 +1750,127,7295,"{'sx': 672, 'rz': 672, 'measure': 84}",{'cx': 49000},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_84.qasm,1457,ibm_127q,realamprandom,qiskit,1 +1751,127,8105,"{'rz': 12467, 'sx': 91, 'measure': 91}",{'cx': 58365},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75)",qft_mapped_ibm_washington_qiskit_opt0_91.qasm,3294,ibm_127q,qft,qiskit,0 +1752,127,434,"{'rz': 501, 'sx': 170, 'measure': 17, 'x': 13}",{'cx': 707},"(54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",qftentangled_mapped_ibm_washington_qiskit_opt3_17.qasm,1928,ibm_127q,qftentangled,qiskit,3 +1753,127,1210,"{'rz': 920, 'sx': 552, 'measure': 93, 'x': 1}",{'cx': 1366},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83)",wstate_mapped_ibm_washington_qiskit_opt0_93.qasm,2039,ibm_127q,wstate,qiskit,0 +1754,127,9740,"{'rz': 5670, 'sx': 420, 'measure': 70}",{'cx': 81594},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",qnn_mapped_ibm_washington_qiskit_opt0_70.qasm,2024,ibm_127q,qnn,qiskit,0 +1755,127,28,"{'rz': 38, 'sx': 19, 'measure': 13}",{'cx': 40},"(3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (39, 33)",graphstate_mapped_ibm_washington_qiskit_opt2_13.qasm,3189,ibm_127q,graphstate,qiskit,2 +1756,127,521,"{'rz': 427, 'sx': 98, 'measure': 28}",{'cx': 1262},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (71, 58); (71, 77); (77, 71)",portfolioqaoa_mapped_ibm_washington_qiskit_opt2_14.qasm,1874,ibm_127q,portfolioqaoa,qiskit,2 +1757,127,492,"{'measure': 105, 'rz': 2, 'sx': 1}",{'cx': 881},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ghz_mapped_ibm_washington_qiskit_opt0_105.qasm,2318,ibm_127q,ghz,qiskit,0 +1758,127,2211,"{'rz': 2905, 'sx': 110, 'measure': 55, 'x': 1}",{'cx': 8508},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102)",qpeexact_mapped_ibm_washington_qiskit_opt2_56.qasm,1872,ibm_127q,qpeexact,qiskit,2 +1759,127,309,"{'rz': 242, 'sx': 66, 'measure': 11}",{'cx': 872},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_11.qasm,3402,ibm_127q,qnn,qiskit,0 +1760,127,797,"{'rz': 610, 'sx': 366, 'measure': 62, 'x': 1}",{'cx': 887},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",wstate_mapped_ibm_washington_qiskit_opt0_62.qasm,1448,ibm_127q,wstate,qiskit,0 +1761,127,10474,"{'sx': 792, 'rz': 792, 'measure': 99}",{'cx': 72080},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_99.qasm,1626,ibm_127q,realamprandom,qiskit,1 +1762,127,12049,"{'rz': 960, 'sx': 960, 'measure': 120}",{'cx': 93330},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_120.qasm,3568,ibm_127q,realamprandom,qiskit,2 +1763,127,1486,"{'rz': 1297, 'sx': 485, 'measure': 17, 'x': 8}",{'cx': 3499},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_17.qasm,1644,ibm_127q,random,qiskit,0 +1764,127,2497,"{'rz': 2821, 'sx': 108, 'measure': 54, 'x': 1}",{'cx': 8037},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt2_55.qasm,2090,ibm_127q,qpeinexact,qiskit,2 +1765,127,6456,"{'rz': 10621, 'sx': 206, 'measure': 103, 'x': 1}",{'cx': 32015},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_104.qasm,1152,ibm_127q,qpeinexact,qiskit,1 +1766,127,7611,"{'rz': 7664, 'sx': 244, 'measure': 122, 'x': 1}",{'cx': 41304},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_123.qasm,3378,ibm_127q,qpeinexact,qiskit,2 +1767,127,41,"{'rz': 34, 'sx': 17, 'measure': 8}",{'cx': 29},"(45, 54); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (85, 73)",dj_mapped_ibm_washington_qiskit_opt1_9.qasm,2646,ibm_127q,dj,qiskit,1 +1768,127,114,"{'measure': 21, 'rz': 2, 'sx': 1}",{'cx': 203},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_21.qasm,1605,ibm_127q,ghz,qiskit,0 +1769,127,17078,"{'rz': 17914, 'sx': 6963, 'x': 257, 'measure': 69}",{'cx': 74919},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104)",random_mapped_ibm_washington_qiskit_opt2_69.qasm,3732,ibm_127q,random,qiskit,2 +1770,127,851,"{'measure': 104, 'rz': 2, 'sx': 1}",{'cx': 898},"(6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_104.qasm,2148,ibm_127q,ghz,qiskit,1 +1771,127,1269,"{'rz': 1120, 'sx': 466, 'measure': 18, 'x': 16}",{'cx': 2189},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (81, 72)",random_mapped_ibm_washington_qiskit_opt2_18.qasm,1555,ibm_127q,random,qiskit,2 +1772,127,4224,"{'rz': 1668, 'sx': 174, 'x': 73, 'measure': 9}",{'cx': 4143},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",grover-v-chain_mapped_ibm_washington_qiskit_opt0_9.qasm,2540,ibm_127q,grover-v-chain,qiskit,0 +1773,127,1603,"{'sx': 392, 'rz': 392, 'measure': 49}",{'cx': 11027},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (33, 20); (33, 39); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_49.qasm,3251,ibm_127q,twolocalrandom,qiskit,2 +1774,127,335,"{'rz': 112, 'sx': 112, 'measure': 14}",{'cx': 829},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (71, 58); (71, 77); (77, 71)",realamprandom_mapped_ibm_washington_qiskit_opt3_14.qasm,2081,ibm_127q,realamprandom,qiskit,3 +1775,127,8749,"{'rz': 3894, 'sx': 2280, 'x': 120, 'measure': 21}",{'cx': 4922},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",pricingput_mapped_ibm_washington_qiskit_opt0_21.qasm,3857,ibm_127q,pricingput,qiskit,0 +1776,127,3770,"{'rz': 4779, 'sx': 166, 'measure': 83, 'x': 1}",{'cx': 17832},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qpeexact_mapped_ibm_washington_qiskit_opt2_84.qasm,3599,ibm_127q,qpeexact,qiskit,2 +1777,127,205,"{'sx': 200, 'rz': 100, 'measure': 51, 'x': 1}",{'cx': 100},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",wstate_mapped_ibm_washington_qiskit_opt1_51.qasm,2333,ibm_127q,wstate,qiskit,1 +1778,127,4893,"{'rz': 5586, 'sx': 184, 'measure': 92, 'x': 1}",{'cx': 22728},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt2_93.qasm,1862,ibm_127q,qpeexact,qiskit,2 +1779,127,9081,"{'rz': 13485, 'sx': 186, 'measure': 93, 'x': 1}",{'cx': 63363},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (93, 87)",qpeexact_mapped_ibm_washington_qiskit_opt0_94.qasm,2745,ibm_127q,qpeexact,qiskit,0 +1780,127,5865,"{'rz': 7624, 'sx': 728, 'measure': 122}",{'cx': 34770},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (126, 112)",ae_mapped_ibm_washington_qiskit_opt2_122.qasm,3060,ibm_127q,ae,qiskit,2 +1781,127,1620,"{'sx': 384, 'rz': 384, 'measure': 48}",{'cx': 11400},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108)",su2random_mapped_ibm_washington_qiskit_opt2_48.qasm,3370,ibm_127q,su2random,qiskit,2 +1782,127,573,"{'rz': 408, 'sx': 102, 'measure': 17}",{'cx': 1266},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qnn_mapped_ibm_washington_qiskit_opt2_17.qasm,1418,ibm_127q,qnn,qiskit,2 +1783,127,1925,"{'rz': 2620, 'sx': 80, 'measure': 40, 'x': 1}",{'cx': 5432},"(35, 47); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qpeinexact_mapped_ibm_washington_qiskit_opt1_41.qasm,1112,ibm_127q,qpeinexact,qiskit,1 +1784,127,13997,"{'sx': 928, 'rz': 928, 'measure': 116}",{'cx': 109280},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_116.qasm,2896,ibm_127q,realamprandom,qiskit,1 +1785,127,535,"{'rz': 423, 'sx': 253, 'measure': 108, 'x': 16}",{'cx': 484},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (41, 42); (41, 53); (42, 41); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt3_109.qasm,1423,ibm_127q,dj,qiskit,3 +1786,127,92,"{'rz': 69, 'sx': 41, 'measure': 20}",{'cx': 69},"(45, 54); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83); (92, 102); (102, 92)",dj_mapped_ibm_washington_qiskit_opt2_21.qasm,2136,ibm_127q,dj,qiskit,2 +1787,127,570,"{'sx': 120, 'rz': 120, 'measure': 15}",{'cx': 1310},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",su2random_mapped_ibm_washington_qiskit_opt1_15.qasm,1880,ibm_127q,su2random,qiskit,1 +1788,127,63,"{'rz': 124, 'sx': 62, 'measure': 36}",{'cx': 171},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",graphstate_mapped_ibm_washington_qiskit_opt1_36.qasm,2644,ibm_127q,graphstate,qiskit,1 +1789,127,2155,"{'rz': 5100, 'sx': 408, 'measure': 68}",{'cx': 19889},"(16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (85, 73); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_68.qasm,3860,ibm_127q,qnn,qiskit,2 +1790,127,775,"{'rz': 1517, 'sx': 739, 'measure': 26, 'x': 5}",{'cx': 2806},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt3_26.qasm,2610,ibm_127q,qnn,qiskit,3 +1791,127,247,"{'rz': 186, 'sx': 93, 'measure': 46}",{'cx': 307},"(20, 33); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (53, 41); (53, 60); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (106, 93)",dj_mapped_ibm_washington_qiskit_opt1_47.qasm,2151,ibm_127q,dj,qiskit,1 +1792,127,47,"{'measure': 44, 'rz': 2, 'sx': 1}",{'cx': 43},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ghz_mapped_ibm_washington_qiskit_opt1_44.qasm,3082,ibm_127q,ghz,qiskit,1 +1793,127,10320,"{'rz': 6132, 'sx': 438, 'measure': 73}",{'cx': 88644},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt0_73.qasm,3497,ibm_127q,qnn,qiskit,0 +1794,127,370,"{'rz': 289, 'sx': 175, 'measure': 75, 'x': 11}",{'cx': 347},"(15, 22); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 81); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",dj_mapped_ibm_washington_qiskit_opt3_76.qasm,3773,ibm_127q,dj,qiskit,3 +1795,127,5575,"{'rz': 7088, 'sx': 122, 'measure': 122}",{'cx': 39197},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_122.qasm,3608,ibm_127q,qft,qiskit,2 +1796,127,37628,"{'rz': 53217, 'sx': 18313, 'x': 194, 'measure': 104}",{'cx': 332232},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt0_104.qasm,1852,ibm_127q,random,qiskit,0 +1797,127,3893,"{'rz': 6078, 'sx': 105, 'measure': 105}",{'cx': 26503},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qft_mapped_ibm_washington_qiskit_opt2_105.qasm,2519,ibm_127q,qft,qiskit,2 +1798,127,51,"{'measure': 48, 'rz': 2, 'sx': 1}",{'cx': 47},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107)",ghz_mapped_ibm_washington_qiskit_opt3_48.qasm,3584,ibm_127q,ghz,qiskit,3 +1799,127,197,"{'rz': 137, 'sx': 16, 'measure': 8, 'x': 1}",{'cx': 310},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",qpeexact_mapped_ibm_washington_qiskit_opt0_9.qasm,1987,ibm_127q,qpeexact,qiskit,0 +1800,127,2431,"{'rz': 2185, 'sx': 38, 'measure': 38}",{'cx': 9641},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_38.qasm,1153,ibm_127q,qft,qiskit,0 +1801,127,181,"{'rz': 180, 'sx': 54, 'measure': 9}",{'cx': 374},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",qnn_mapped_ibm_washington_qiskit_opt0_9.qasm,1960,ibm_127q,qnn,qiskit,0 +1802,127,26,"{'rz': 81, 'sx': 54, 'measure': 9}",{'cx': 16},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",vqe_mapped_ibm_washington_qiskit_opt0_9.qasm,2696,ibm_127q,vqe,qiskit,0 +1803,127,402,"{'rz': 394, 'sx': 17, 'measure': 16}",{'cx': 1356},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_16.qasm,3553,ibm_127q,qftentangled,qiskit,0 +1804,127,4293,"{'sx': 496, 'rz': 496, 'measure': 62}",{'cx': 25849},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_62.qasm,3586,ibm_127q,twolocalrandom,qiskit,1 +1805,127,7435,"{'rz': 600, 'sx': 400, 'measure': 50}",{'cx': 45813},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_50.qasm,3182,ibm_127q,realamprandom,qiskit,0 +1806,127,1442,"{'rz': 1614, 'sx': 74, 'measure': 37, 'x': 1}",{'cx': 3933},"(16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qpeinexact_mapped_ibm_washington_qiskit_opt2_38.qasm,1446,ibm_127q,qpeinexact,qiskit,2 +1807,127,1033,"{'rz': 2573, 'sx': 1377, 'x': 104, 'measure': 39}",{'cx': 3188},"(20, 33); (33, 20); (33, 39); (34, 43); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt3_39.qasm,1898,ibm_127q,qftentangled,qiskit,3 +1808,127,10,"{'measure': 7, 'rz': 2, 'sx': 1}",{'cx': 6},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",ghz_mapped_ibm_washington_qiskit_opt0_7.qasm,1290,ibm_127q,ghz,qiskit,0 +1809,127,2542,"{'rz': 408, 'sx': 408, 'measure': 51}",{'cx': 14644},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_51.qasm,1473,ibm_127q,twolocalrandom,qiskit,2 +1810,127,1012,"{'rz': 1867, 'sx': 711, 'x': 64, 'measure': 35}",{'cx': 2764},"(33, 39); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",qft_mapped_ibm_washington_qiskit_opt3_35.qasm,3890,ibm_127q,qft,qiskit,3 +1811,127,2630,"{'rz': 3255, 'sx': 90, 'measure': 45, 'x': 1}",{'cx': 6958},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt1_46.qasm,3959,ibm_127q,qpeexact,qiskit,1 +1812,127,11754,"{'rz': 920, 'sx': 920, 'measure': 115}",{'cx': 92633},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_115.qasm,2952,ibm_127q,twolocalrandom,qiskit,2 +1813,127,6581,"{'rz': 7410, 'sx': 127, 'measure': 127}",{'cx': 42558},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_127.qasm,2163,ibm_127q,qft,qiskit,2 +1814,127,7147,"{'rz': 11256, 'sx': 216, 'measure': 108, 'x': 1}",{'cx': 36925},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_109.qasm,3500,ibm_127q,qpeexact,qiskit,1 +1815,127,8550,"{'sx': 696, 'rz': 696, 'measure': 87}",{'cx': 53214},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_87.qasm,3020,ibm_127q,realamprandom,qiskit,1 +1816,127,120,"{'measure': 27, 'rz': 2, 'sx': 1}",{'cx': 209},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_27.qasm,2355,ibm_127q,ghz,qiskit,0 +1817,127,1159,"{'rz': 1715, 'sx': 34, 'measure': 34}",{'cx': 3444},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt1_34.qasm,3454,ibm_127q,qft,qiskit,1 +1818,127,2505,"{'rz': 2835, 'sx': 326, 'measure': 55}",{'cx': 7072},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",ae_mapped_ibm_washington_qiskit_opt2_55.qasm,1205,ibm_127q,ae,qiskit,2 +1819,127,5804,"{'rz': 9732, 'sx': 192, 'measure': 96, 'x': 1}",{'cx': 27988},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_97.qasm,1308,ibm_127q,qpeexact,qiskit,1 +1820,127,6311,"{'rz': 640, 'sx': 640, 'measure': 80}",{'cx': 44097},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_80.qasm,3857,ibm_127q,twolocalrandom,qiskit,1 +1821,127,577,"{'rz': 430, 'sx': 215, 'measure': 107}",{'cx': 734},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt1_108.qasm,1906,ibm_127q,dj,qiskit,1 +1822,127,4708,"{'rz': 5601, 'sx': 182, 'measure': 91, 'x': 1}",{'cx': 22011},"(11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_92.qasm,3243,ibm_127q,qpeexact,qiskit,2 +1823,127,7811,"{'rz': 8069, 'sx': 3036, 'x': 122, 'measure': 46}",{'cx': 26202},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",random_mapped_ibm_washington_qiskit_opt1_46.qasm,2204,ibm_127q,random,qiskit,1 +1824,127,15398,"{'rz': 15557, 'sx': 6154, 'x': 239, 'measure': 66}",{'cx': 64329},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104)",random_mapped_ibm_washington_qiskit_opt2_66.qasm,2888,ibm_127q,random,qiskit,2 +1825,127,3754,"{'rz': 512, 'sx': 256, 'measure': 32}",{'cx': 17343},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30)",su2random_mapped_ibm_washington_qiskit_opt0_32.qasm,3841,ibm_127q,su2random,qiskit,0 +1826,127,392,"{'rz': 286, 'sx': 270, 'measure': 15, 'x': 1}",{'cx': 870},"(4, 15); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_15.qasm,3500,ibm_127q,twolocalrandom,qiskit,3 +1827,127,2796,"{'rz': 4326, 'sx': 320, 'measure': 54}",{'cx': 8481},"(20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt1_54.qasm,2711,ibm_127q,ae,qiskit,1 +1828,127,268,"{'rz': 456, 'sx': 228, 'measure': 76}",{'cx': 1510},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",graphstate_mapped_ibm_washington_qiskit_opt0_76.qasm,1644,ibm_127q,graphstate,qiskit,0 +1829,127,6615,"{'rz': 9690, 'sx': 570, 'measure': 95}",{'cx': 54847},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_95.qasm,2212,ibm_127q,qnn,qiskit,1 +1830,127,671,"{'rz': 378, 'sx': 189, 'measure': 94, 'x': 85}",{'cx': 1147},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (90, 94); (91, 98); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",dj_mapped_ibm_washington_qiskit_opt0_95.qasm,2613,ibm_127q,dj,qiskit,0 +1831,127,235,"{'rz': 160, 'sx': 96, 'measure': 17, 'x': 1}",{'cx': 302},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_17.qasm,3924,ibm_127q,wstate,qiskit,0 +1832,127,552,"{'rz': 428, 'sx': 251, 'measure': 110, 'x': 15}",{'cx': 512},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt3_111.qasm,3644,ibm_127q,dj,qiskit,3 +1833,127,8677,"{'rz': 13415, 'sx': 250, 'measure': 125, 'x': 1}",{'cx': 48429},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_126.qasm,2050,ibm_127q,qpeinexact,qiskit,1 +1834,127,2432,"{'rz': 2303, 'sx': 40, 'measure': 39}",{'cx': 9758},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_39.qasm,2230,ibm_127q,qftentangled,qiskit,0 +1835,127,9716,"{'rz': 768, 'sx': 512, 'measure': 64}",{'cx': 74790},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_64.qasm,3614,ibm_127q,realamprandom,qiskit,0 +1836,127,707,"{'sx': 168, 'rz': 168, 'measure': 21}",{'cx': 2138},"(54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (93, 87); (93, 106); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_21.qasm,3548,ibm_127q,twolocalrandom,qiskit,2 +1837,127,80,"{'measure': 77, 'rz': 2, 'sx': 1}",{'cx': 76},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_77.qasm,1461,ibm_127q,ghz,qiskit,2 +1838,127,153,"{'rz': 87, 'sx': 12, 'measure': 6, 'x': 1}",{'cx': 177},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",qpeinexact_mapped_ibm_washington_qiskit_opt0_7.qasm,1315,ibm_127q,qpeinexact,qiskit,0 +1839,127,560,"{'rz': 418, 'sx': 233, 'measure': 116}",{'cx': 690},"(0, 14); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt2_117.qasm,2415,ibm_127q,dj,qiskit,2 +1840,127,351,"{'rz': 182, 'sx': 91, 'x': 47, 'measure': 45}",{'cx': 603},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",dj_mapped_ibm_washington_qiskit_opt0_46.qasm,2535,ibm_127q,dj,qiskit,0 +1841,127,2359,"{'rz': 20261, 'sx': 14850, 'measure': 69, 'x': 13}",{'cx': 16093},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt3_69.qasm,3699,ibm_127q,qnn,qiskit,3 +1842,127,59,"{'measure': 56, 'rz': 2, 'sx': 1}",{'cx': 55},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_56.qasm,1488,ibm_127q,ghz,qiskit,2 +1843,127,7732,"{'rz': 12906, 'sx': 242, 'measure': 121, 'x': 1}",{'cx': 44402},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_122.qasm,3828,ibm_127q,qpeinexact,qiskit,1 +1844,127,189,"{'sx': 184, 'rz': 92, 'measure': 47, 'x': 1}",{'cx': 92},"(9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_47.qasm,1026,ibm_127q,wstate,qiskit,3 +1845,127,10040,"{'sx': 760, 'rz': 760, 'measure': 95}",{'cx': 65418},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_95.qasm,2356,ibm_127q,twolocalrandom,qiskit,1 +1846,127,5135,"{'rz': 6581, 'sx': 214, 'measure': 107, 'x': 1}",{'cx': 30321},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt2_108.qasm,1680,ibm_127q,qpeinexact,qiskit,2 +1847,127,10739,"{'rz': 16480, 'sx': 206, 'measure': 103, 'x': 1}",{'cx': 77180},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt0_104.qasm,1136,ibm_127q,qpeinexact,qiskit,0 +1848,127,3082,"{'rz': 5284, 'sx': 65, 'measure': 64}",{'cx': 11814},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_64.qasm,2012,ibm_127q,qftentangled,qiskit,1 +1849,127,496,"{'rz': 360, 'sx': 216, 'measure': 37, 'x': 1}",{'cx': 579},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (35, 28); (36, 32)",wstate_mapped_ibm_washington_qiskit_opt0_37.qasm,2340,ibm_127q,wstate,qiskit,0 +1850,127,4506,"{'sx': 464, 'rz': 464, 'measure': 58}",{'cx': 23356},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt1_58.qasm,2391,ibm_127q,realamprandom,qiskit,1 +1851,127,5986,"{'rz': 8934, 'sx': 78, 'measure': 77}",{'cx': 40794},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_77.qasm,3229,ibm_127q,qftentangled,qiskit,0 +1852,127,564,"{'rz': 430, 'sx': 258, 'measure': 44, 'x': 1}",{'cx': 623},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_44.qasm,1886,ibm_127q,wstate,qiskit,0 +1853,127,53777,"{'rz': 27679, 'sx': 563, 'measure': 15, 'x': 1}",{'cx': 59149},"(53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",grover-v-chain_mapped_ibm_washington_qiskit_opt1_15.qasm,2023,ibm_127q,grover-v-chain,qiskit,1 +1854,127,240,"{'rz': 140, 'sx': 49, 'measure': 14}",{'cx': 236},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",portfolioqaoa_mapped_ibm_washington_qiskit_opt2_7.qasm,2398,ibm_127q,portfolioqaoa,qiskit,2 +1855,127,5565,"{'rz': 7070, 'sx': 126, 'measure': 126}",{'cx': 38723},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_126.qasm,1089,ibm_127q,qft,qiskit,2 +1856,127,1823,"{'rz': 4803, 'sx': 2624, 'x': 139, 'measure': 51}",{'cx': 5722},"(21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt3_51.qasm,1777,ibm_127q,qftentangled,qiskit,3 +1857,127,1993,"{'rz': 1857, 'sx': 36, 'measure': 35}",{'cx': 8229},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",qftentangled_mapped_ibm_washington_qiskit_opt0_35.qasm,2285,ibm_127q,qftentangled,qiskit,0 +1858,127,928,"{'rz': 1397, 'sx': 37, 'measure': 36}",{'cx': 3172},"(28, 29); (28, 35); (29, 28); (35, 28); (35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt2_36.qasm,2323,ibm_127q,qftentangled,qiskit,2 +1859,127,4884,"{'rz': 4746, 'sx': 92, 'measure': 92}",{'cx': 20839},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qft_mapped_ibm_washington_qiskit_opt2_92.qasm,1497,ibm_127q,qft,qiskit,2 +1860,127,2645,"{'sx': 440, 'rz': 440, 'measure': 55}",{'cx': 18178},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_55.qasm,2452,ibm_127q,twolocalrandom,qiskit,1 +1861,127,4687,"{'sx': 480, 'rz': 480, 'measure': 60}",{'cx': 23878},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_60.qasm,2201,ibm_127q,twolocalrandom,qiskit,1 +1862,127,35,"{'rz': 83, 'sx': 45, 'measure': 9}",{'cx': 54},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qaoa_mapped_ibm_washington_qiskit_opt3_9.qasm,3763,ibm_127q,qaoa,qiskit,3 +1863,127,12373,"{'rz': 13093, 'sx': 4647, 'x': 62, 'measure': 52}",{'cx': 62351},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_52.qasm,1701,ibm_127q,random,qiskit,0 +1864,127,1366,"{'rz': 2619, 'sx': 43, 'measure': 42}",{'cx': 4971},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_42.qasm,1891,ibm_127q,qftentangled,qiskit,1 +1865,127,6323,"{'rz': 6866, 'sx': 226, 'measure': 113, 'x': 1}",{'cx': 34629},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_114.qasm,3757,ibm_127q,qpeinexact,qiskit,2 +1866,127,56,"{'rz': 153, 'sx': 82, 'measure': 49, 'x': 2}",{'cx': 181},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100); (110, 118); (118, 110); (122, 123); (123, 122); (123, 124); (124, 123)",graphstate_mapped_ibm_washington_qiskit_opt3_49.qasm,3540,ibm_127q,graphstate,qiskit,3 +1867,127,25,"{'sx': 58, 'rz': 58, 'measure': 10, 'x': 1}",{'cx': 18},"(108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",vqe_mapped_ibm_washington_qiskit_opt3_10.qasm,2610,ibm_127q,vqe,qiskit,3 +1868,127,9494,"{'rz': 4473, 'sx': 113, 'x': 10, 'measure': 8}",{'cx': 8127},"(66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt2_8.qasm,3635,ibm_127q,qwalk-noancilla,qiskit,2 +1869,127,125,"{'rz': 108, 'sx': 40, 'measure': 8, 'x': 4}",{'cx': 124},"(45, 54); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qft_mapped_ibm_washington_qiskit_opt3_8.qasm,3544,ibm_127q,qft,qiskit,3 +1870,127,295,"{'rz': 303, 'sx': 15, 'measure': 14}",{'cx': 1020},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_14.qasm,2638,ibm_127q,qftentangled,qiskit,0 +1871,127,22,"{'measure': 19, 'rz': 2, 'sx': 1}",{'cx': 18},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77)",ghz_mapped_ibm_washington_qiskit_opt1_19.qasm,2500,ibm_127q,ghz,qiskit,1 +1872,127,13890,"{'rz': 1328, 'sx': 664, 'measure': 83}",{'cx': 130419},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",su2random_mapped_ibm_washington_qiskit_opt0_83.qasm,4057,ibm_127q,su2random,qiskit,0 +1873,127,8577,"{'sx': 600, 'rz': 600, 'measure': 75}",{'cx': 39191},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_75.qasm,2717,ibm_127q,su2random,qiskit,1 +1874,127,895,"{'sx': 487, 'rz': 371, 'measure': 110, 'x': 1}",{'cx': 1120},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_110.qasm,2979,ibm_127q,wstate,qiskit,1 +1875,127,2033,"{'rz': 2785, 'sx': 314, 'measure': 53}",{'cx': 6394},"(24, 34); (34, 24); (34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108)",ae_mapped_ibm_washington_qiskit_opt2_53.qasm,3823,ibm_127q,ae,qiskit,2 +1876,127,98,"{'rz': 322, 'sx': 188, 'measure': 9}",{'cx': 40},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",tsp_mapped_ibm_washington_qiskit_opt0_9.qasm,1248,ibm_127q,tsp,qiskit,0 +1877,127,338,"{'rz': 712, 'sx': 331, 'measure': 19, 'x': 5}",{'cx': 753},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt3_19.qasm,3950,ibm_127q,qft,qiskit,3 +1878,127,697,"{'rz': 390, 'sx': 195, 'measure': 97, 'x': 87}",{'cx': 1192},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt0_98.qasm,2240,ibm_127q,dj,qiskit,0 +1879,127,197,"{'rz': 222, 'sx': 111, 'measure': 37}",{'cx': 652},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (35, 28); (36, 32)",graphstate_mapped_ibm_washington_qiskit_opt0_37.qasm,1479,ibm_127q,graphstate,qiskit,0 +1880,127,3047,"{'rz': 4838, 'sx': 344, 'measure': 58}",{'cx': 9562},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt1_58.qasm,2271,ibm_127q,ae,qiskit,1 +1881,127,30,"{'measure': 27, 'rz': 2, 'sx': 1}",{'cx': 26},"(67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_27.qasm,1069,ibm_127q,ghz,qiskit,3 +1882,127,561,"{'rz': 298, 'sx': 149, 'measure': 74, 'x': 71}",{'cx': 947},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (73, 66); (74, 70)",dj_mapped_ibm_washington_qiskit_opt0_75.qasm,1483,ibm_127q,dj,qiskit,0 +1883,127,1937,"{'rz': 2341, 'sx': 92, 'measure': 46, 'x': 1}",{'cx': 5868},"(34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt2_47.qasm,3286,ibm_127q,qpeexact,qiskit,2 +1884,127,1448,"{'rz': 3427, 'sx': 1221, 'x': 102, 'measure': 49}",{'cx': 5308},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",qftentangled_mapped_ibm_washington_qiskit_opt3_49.qasm,3206,ibm_127q,qftentangled,qiskit,3 +1885,127,1555,"{'rz': 3267, 'sx': 2914, 'x': 78, 'measure': 47}",{'cx': 9447},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt3_47.qasm,3372,ibm_127q,realamprandom,qiskit,3 +1886,127,58,"{'measure': 55, 'rz': 2, 'sx': 1}",{'cx': 54},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_55.qasm,3435,ibm_127q,ghz,qiskit,1 +1887,127,786,"{'rz': 240, 'sx': 240, 'measure': 30}",{'cx': 4867},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (97, 98); (98, 91); (98, 97)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_30.qasm,3307,ibm_127q,twolocalrandom,qiskit,1 +1888,127,533,"{'rz': 594, 'sx': 212, 'x': 36, 'measure': 17}",{'cx': 815},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",qpeexact_mapped_ibm_washington_qiskit_opt3_18.qasm,3163,ibm_127q,qpeexact,qiskit,3 +1889,127,10371,"{'rz': 15550, 'sx': 200, 'measure': 100, 'x': 1}",{'cx': 73142},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt0_101.qasm,2070,ibm_127q,qpeinexact,qiskit,0 +1890,127,134,"{'rz': 458, 'sx': 229, 'measure': 109}",{'cx': 661},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_109.qasm,1217,ibm_127q,graphstate,qiskit,2 +1891,127,5632,"{'rz': 7093, 'sx': 124, 'measure': 124}",{'cx': 39771},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_124.qasm,3747,ibm_127q,qft,qiskit,2 +1892,127,4680,"{'rz': 468, 'sx': 312, 'measure': 39}",{'cx': 26403},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_39.qasm,1975,ibm_127q,realamprandom,qiskit,0 +1893,127,11134,"{'rz': 1136, 'sx': 568, 'measure': 71}",{'cx': 93678},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69)",su2random_mapped_ibm_washington_qiskit_opt0_71.qasm,3894,ibm_127q,su2random,qiskit,0 +1894,127,9242,"{'sx': 768, 'rz': 768, 'measure': 96}",{'cx': 59747},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_96.qasm,3474,ibm_127q,su2random,qiskit,2 +1895,127,1584,"{'sx': 272, 'rz': 272, 'measure': 34}",{'cx': 7321},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (85, 73); (91, 79); (91, 98); (98, 91)",realamprandom_mapped_ibm_washington_qiskit_opt1_34.qasm,2794,ibm_127q,realamprandom,qiskit,1 +1896,127,17183,"{'rz': 20224, 'sx': 6994, 'x': 83, 'measure': 64}",{'cx': 100398},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_64.qasm,3698,ibm_127q,random,qiskit,0 +1897,127,12094,"{'rz': 888, 'sx': 592, 'measure': 74}",{'cx': 104091},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt0_74.qasm,2462,ibm_127q,realamprandom,qiskit,0 +1898,127,191,"{'rz': 282, 'sx': 141, 'measure': 47}",{'cx': 623},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",graphstate_mapped_ibm_washington_qiskit_opt0_47.qasm,1468,ibm_127q,graphstate,qiskit,0 +1899,127,509,"{'sx': 168, 'rz': 168, 'measure': 21}",{'cx': 1986},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt2_21.qasm,3883,ibm_127q,su2random,qiskit,2 +1900,127,3139,"{'rz': 5222, 'sx': 362, 'measure': 61}",{'cx': 10453},"(8, 16); (16, 8); (16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93); (110, 100)",ae_mapped_ibm_washington_qiskit_opt1_61.qasm,3780,ibm_127q,ae,qiskit,1 +1901,127,28450,"{'rz': 10720, 'sx': 488, 'x': 193, 'measure': 13}",{'cx': 25881},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",grover-v-chain_mapped_ibm_washington_qiskit_opt0_13.qasm,2862,ibm_127q,grover-v-chain,qiskit,0 +1902,127,3850,"{'rz': 3285, 'sx': 90, 'measure': 45, 'x': 1}",{'cx': 14847},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_46.qasm,2090,ibm_127q,qpeinexact,qiskit,0 +1903,127,659,"{'sx': 136, 'rz': 136, 'measure': 17}",{'cx': 1724},"(72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt1_17.qasm,1254,ibm_127q,realamprandom,qiskit,1 +1904,127,1682,"{'rz': 1612, 'sx': 627, 'x': 23, 'measure': 21}",{'cx': 3385},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",random_mapped_ibm_washington_qiskit_opt1_21.qasm,2033,ibm_127q,random,qiskit,1 +1905,127,2622,"{'sx': 376, 'rz': 376, 'measure': 47}",{'cx': 15104},"(24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt1_47.qasm,2332,ibm_127q,su2random,qiskit,1 +1906,127,6113,"{'rz': 10342, 'sx': 602, 'measure': 101}",{'cx': 28289},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_101.qasm,3092,ibm_127q,ae,qiskit,1 +1907,127,30,"{'rz': 72, 'sx': 48, 'measure': 6}",{'cx': 15},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4)",routing_mapped_ibm_washington_qiskit_opt0_6.qasm,2218,ibm_127q,routing,qiskit,0 +1908,127,963,"{'rz': 200, 'sx': 200, 'measure': 25}",{'cx': 3949},"(54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_25.qasm,1886,ibm_127q,twolocalrandom,qiskit,1 +1909,127,9231,"{'rz': 12371, 'sx': 178, 'measure': 89, 'x': 1}",{'cx': 58665},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_90.qasm,2188,ibm_127q,qpeexact,qiskit,0 +1910,127,8506,"{'rz': 4662, 'sx': 378, 'measure': 63}",{'cx': 65999},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_63.qasm,2008,ibm_127q,qnn,qiskit,0 +1911,127,286,"{'rz': 230, 'sx': 115, 'measure': 57}",{'cx': 378},"(15, 22); (16, 26); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 39); (34, 24); (34, 43); (35, 28); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (111, 104)",dj_mapped_ibm_washington_qiskit_opt1_58.qasm,4053,ibm_127q,dj,qiskit,1 +1912,127,129,"{'rz': 144, 'sx': 96, 'measure': 16}",{'cx': 258},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",vqe_mapped_ibm_washington_qiskit_opt0_16.qasm,3637,ibm_127q,vqe,qiskit,0 +1913,127,1238,"{'rz': 1203, 'sx': 152, 'measure': 26}",{'cx': 2909},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_26.qasm,1854,ibm_127q,ae,qiskit,0 +1914,127,3029,"{'sx': 456, 'rz': 456, 'measure': 57}",{'cx': 21441},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_57.qasm,1138,ibm_127q,realamprandom,qiskit,1 +1915,127,491,"{'rz': 792, 'sx': 418, 'measure': 11}",{'cx': 1044},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",portfoliovqe_mapped_ibm_washington_qiskit_opt0_11.qasm,2324,ibm_127q,portfoliovqe,qiskit,0 +1916,127,31,"{'measure': 28, 'rz': 2, 'sx': 1}",{'cx': 27},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",ghz_mapped_ibm_washington_qiskit_opt1_28.qasm,2398,ibm_127q,ghz,qiskit,1 +1917,127,115,"{'rz': 62, 'sx': 31, 'x': 19, 'measure': 15}",{'cx': 186},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_16.qasm,1944,ibm_127q,dj,qiskit,0 +1918,127,16,"{'measure': 13, 'rz': 2, 'sx': 1}",{'cx': 12},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",ghz_mapped_ibm_washington_qiskit_opt2_13.qasm,2673,ibm_127q,ghz,qiskit,2 +1919,127,4612,"{'rz': 5077, 'sx': 59, 'measure': 58}",{'cx': 24114},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_58.qasm,3337,ibm_127q,qftentangled,qiskit,0 +1920,127,64,"{'rz': 324, 'sx': 162, 'measure': 82}",{'cx': 466},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_82.qasm,1734,ibm_127q,graphstate,qiskit,1 +1921,127,96,"{'rz': 370, 'sx': 185, 'measure': 93}",{'cx': 585},"(3, 4); (4, 3); (4, 15); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118)",graphstate_mapped_ibm_washington_qiskit_opt2_93.qasm,3716,ibm_127q,graphstate,qiskit,2 +1922,127,324,"{'rz': 233, 'sx': 68, 'measure': 12}",{'cx': 285},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",ae_mapped_ibm_washington_qiskit_opt2_12.qasm,3194,ibm_127q,ae,qiskit,2 +1923,127,253,"{'sx': 248, 'rz': 124, 'measure': 63, 'x': 1}",{'cx': 124},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",wstate_mapped_ibm_washington_qiskit_opt1_63.qasm,1570,ibm_127q,wstate,qiskit,1 +1924,127,111,"{'rz': 500, 'sx': 250, 'measure': 124}",{'cx': 820},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_124.qasm,1524,ibm_127q,graphstate,qiskit,1 +1925,127,2412,"{'rz': 3686, 'sx': 290, 'measure': 49}",{'cx': 6757},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87)",ae_mapped_ibm_washington_qiskit_opt1_49.qasm,1590,ibm_127q,ae,qiskit,1 +1926,127,5808,"{'rz': 672, 'sx': 672, 'measure': 84}",{'cx': 41579},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_84.qasm,2816,ibm_127q,realamprandom,qiskit,2 +1927,127,43,"{'rz': 123, 'sx': 65, 'measure': 13}",{'cx': 67},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",qaoa_mapped_ibm_washington_qiskit_opt3_13.qasm,2325,ibm_127q,qaoa,qiskit,3 +1928,127,7198,"{'rz': 8994, 'sx': 446, 'measure': 75}",{'cx': 38232},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",ae_mapped_ibm_washington_qiskit_opt0_75.qasm,3865,ibm_127q,ae,qiskit,0 +1929,127,7851,"{'rz': 12644, 'sx': 654, 'measure': 109}",{'cx': 73252},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_109.qasm,2288,ibm_127q,qnn,qiskit,1 +1930,127,3289,"{'rz': 5319, 'sx': 542, 'measure': 91}",{'cx': 18597},"(17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_91.qasm,1670,ibm_127q,ae,qiskit,2 +1931,127,601,"{'rz': 449, 'sx': 263, 'measure': 116, 'x': 13}",{'cx': 572},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (109, 96); (110, 100); (110, 118); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt3_117.qasm,2569,ibm_127q,dj,qiskit,3 +1932,127,6154,"{'rz': 4901, 'sx': 1732, 'measure': 33, 'x': 29}",{'cx': 22601},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31)",random_mapped_ibm_washington_qiskit_opt0_33.qasm,2976,ibm_127q,random,qiskit,0 +1933,127,4576,"{'rz': 4930, 'sx': 172, 'measure': 86, 'x': 1}",{'cx': 19506},"(4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_87.qasm,3929,ibm_127q,qpeinexact,qiskit,2 +1934,127,274,"{'rz': 190, 'sx': 12, 'measure': 12}",{'cx': 369},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",qft_mapped_ibm_washington_qiskit_opt2_12.qasm,1908,ibm_127q,qft,qiskit,2 +1935,127,41,"{'rz': 26, 'sx': 13, 'measure': 11}",{'cx': 32},"(35, 47); (46, 47); (47, 35); (47, 46); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",graphstate_mapped_ibm_washington_qiskit_opt2_11.qasm,2166,ibm_127q,graphstate,qiskit,2 +1936,127,1888,"{'rz': 2500, 'sx': 100, 'measure': 50, 'x': 1}",{'cx': 7062},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt2_51.qasm,2191,ibm_127q,qpeinexact,qiskit,2 +1937,127,707,"{'rz': 685, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 1375},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",qpeexact_mapped_ibm_washington_qiskit_opt2_22.qasm,1738,ibm_127q,qpeexact,qiskit,2 +1938,127,5229,"{'rz': 656, 'sx': 328, 'measure': 41}",{'cx': 28605},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_41.qasm,1517,ibm_127q,su2random,qiskit,0 +1939,127,748,"{'rz': 216, 'sx': 144, 'measure': 18}",{'cx': 3432},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_18.qasm,2493,ibm_127q,twolocalrandom,qiskit,0 +1940,127,73,"{'rz': 142, 'sx': 71, 'measure': 41}",{'cx': 260},"(8, 16); (16, 8); (16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120)",graphstate_mapped_ibm_washington_qiskit_opt1_41.qasm,3615,ibm_127q,graphstate,qiskit,1 +1941,127,1975,"{'rz': 3068, 'sx': 312, 'measure': 52}",{'cx': 12580},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt1_52.qasm,3012,ibm_127q,qnn,qiskit,1 +1942,127,178,"{'rz': 109, 'sx': 44, 'measure': 8}",{'cx': 113},"(55, 68); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",ae_mapped_ibm_washington_qiskit_opt2_8.qasm,1299,ibm_127q,ae,qiskit,2 +1943,127,2214,"{'rz': 4923, 'sx': 62, 'measure': 61}",{'cx': 10617},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (102, 92)",qftentangled_mapped_ibm_washington_qiskit_opt1_61.qasm,1261,ibm_127q,qftentangled,qiskit,1 +1944,127,612,"{'rz': 1585, 'sx': 872, 'measure': 18}",{'cx': 1755},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85)",portfoliovqe_mapped_ibm_washington_qiskit_opt2_18.qasm,3926,ibm_127q,portfoliovqe,qiskit,2 +1945,127,404,"{'rz': 260, 'sx': 78, 'measure': 13}",{'cx': 700},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62)",qnn_mapped_ibm_washington_qiskit_opt2_13.qasm,2797,ibm_127q,qnn,qiskit,2 +1946,127,511,"{'rz': 360, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 732},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104)",qpeinexact_mapped_ibm_washington_qiskit_opt2_16.qasm,3056,ibm_127q,qpeinexact,qiskit,2 +1947,127,6637,"{'rz': 564, 'sx': 376, 'measure': 47}",{'cx': 41616},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_47.qasm,2254,ibm_127q,realamprandom,qiskit,0 +1948,127,112,"{'rz': 462, 'sx': 231, 'measure': 115}",{'cx': 745},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_115.qasm,2087,ibm_127q,graphstate,qiskit,1 +1949,127,88,"{'rz': 150, 'sx': 75, 'measure': 45}",{'cx': 243},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119)",graphstate_mapped_ibm_washington_qiskit_opt1_45.qasm,3465,ibm_127q,graphstate,qiskit,1 +1950,127,7396,"{'rz': 784, 'sx': 784, 'measure': 98}",{'cx': 59760},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_98.qasm,2117,ibm_127q,realamprandom,qiskit,2 +1951,127,2567,"{'rz': 8172, 'sx': 6938, 'x': 355, 'measure': 59}",{'cx': 16494},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83)",su2random_mapped_ibm_washington_qiskit_opt3_59.qasm,3324,ibm_127q,su2random,qiskit,3 +1952,127,8765,"{'rz': 9302, 'sx': 3694, 'x': 163, 'measure': 51}",{'cx': 32703},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_51.qasm,2067,ibm_127q,random,qiskit,2 +1953,127,201,"{'sx': 196, 'rz': 98, 'measure': 50, 'x': 1}",{'cx': 98},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_50.qasm,1602,ibm_127q,wstate,qiskit,2 +1954,127,3886,"{'sx': 504, 'rz': 504, 'measure': 63}",{'cx': 22457},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_63.qasm,1854,ibm_127q,twolocalrandom,qiskit,2 +1955,127,279,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 726},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",su2random_mapped_ibm_washington_qiskit_opt1_12.qasm,3603,ibm_127q,su2random,qiskit,1 +1956,127,2581,"{'sx': 368, 'rz': 368, 'measure': 46}",{'cx': 13563},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_46.qasm,2454,ibm_127q,twolocalrandom,qiskit,1 +1957,127,64,"{'rz': 60, 'sx': 36, 'measure': 7, 'x': 1}",{'cx': 12},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",wstate_mapped_ibm_washington_qiskit_opt0_7.qasm,2084,ibm_127q,wstate,qiskit,0 +1958,127,18,"{'measure': 15, 'rz': 2, 'sx': 1}",{'cx': 14},"(112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_15.qasm,1454,ibm_127q,ghz,qiskit,3 +1959,127,3460,"{'rz': 2694, 'sx': 236, 'measure': 40}",{'cx': 10533},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_40.qasm,3654,ibm_127q,ae,qiskit,0 +1960,127,589,"{'rz': 1092, 'sx': 572, 'measure': 13}",{'cx': 1590},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",portfoliovqe_mapped_ibm_washington_qiskit_opt0_13.qasm,3768,ibm_127q,portfoliovqe,qiskit,0 +1961,127,18,"{'measure': 15, 'rz': 2, 'sx': 1}",{'cx': 14},"(37, 38); (37, 52); (38, 37); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt1_15.qasm,1433,ibm_127q,ghz,qiskit,1 +1962,127,690,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 1851},"(45, 54); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83)",realamprandom_mapped_ibm_washington_qiskit_opt2_19.qasm,1088,ibm_127q,realamprandom,qiskit,2 +1963,127,44,"{'measure': 41, 'rz': 2, 'sx': 1}",{'cx': 40},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt3_41.qasm,3692,ibm_127q,ghz,qiskit,3 +1964,127,6719,"{'rz': 10604, 'sx': 108, 'measure': 108}",{'cx': 34390},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_108.qasm,1985,ibm_127q,qft,qiskit,1 +1965,127,3754,"{'sx': 520, 'rz': 520, 'measure': 65}",{'cx': 23957},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_65.qasm,1210,ibm_127q,twolocalrandom,qiskit,2 +1966,127,5185,"{'rz': 10723, 'sx': 109, 'measure': 109}",{'cx': 33975},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_109.qasm,2963,ibm_127q,qft,qiskit,1 +1967,127,169,"{'sx': 164, 'rz': 82, 'measure': 42, 'x': 1}",{'cx': 82},"(9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_42.qasm,3523,ibm_127q,wstate,qiskit,2 +1968,127,584,"{'measure': 125, 'rz': 2, 'sx': 1}",{'cx': 1045},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_125.qasm,1622,ibm_127q,ghz,qiskit,0 +1969,127,89,"{'sx': 84, 'rz': 42, 'measure': 22, 'x': 1}",{'cx': 42},"(87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_22.qasm,3642,ibm_127q,wstate,qiskit,3 +1970,127,113,"{'rz': 89, 'sx': 53, 'measure': 24, 'x': 2}",{'cx': 87},"(20, 33); (33, 20); (33, 39); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (53, 41); (53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83); (92, 102); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",dj_mapped_ibm_washington_qiskit_opt3_25.qasm,3862,ibm_127q,dj,qiskit,3 +1971,127,9596,"{'rz': 12198, 'sx': 642, 'measure': 107}",{'cx': 74990},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_107.qasm,1670,ibm_127q,qnn,qiskit,1 +1972,127,229,"{'sx': 224, 'rz': 112, 'measure': 57, 'x': 1}",{'cx': 112},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_57.qasm,1508,ibm_127q,wstate,qiskit,2 +1973,127,9220,"{'sx': 800, 'rz': 800, 'measure': 100}",{'cx': 70152},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",su2random_mapped_ibm_washington_qiskit_opt2_100.qasm,3240,ibm_127q,su2random,qiskit,2 +1974,127,96,"{'rz': 114, 'sx': 57, 'measure': 19}",{'cx': 313},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_19.qasm,1788,ibm_127q,graphstate,qiskit,0 +1975,127,294,"{'rz': 146, 'sx': 73, 'measure': 36, 'x': 33}",{'cx': 495},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (35, 28); (36, 32)",dj_mapped_ibm_washington_qiskit_opt0_37.qasm,3439,ibm_127q,dj,qiskit,0 +1976,127,1353,"{'rz': 1817, 'sx': 35, 'measure': 35}",{'cx': 3638},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt1_35.qasm,1365,ibm_127q,qft,qiskit,1 +1977,127,175,"{'rz': 300, 'sx': 150, 'measure': 50}",{'cx': 854},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48)",graphstate_mapped_ibm_washington_qiskit_opt0_50.qasm,1529,ibm_127q,graphstate,qiskit,0 +1978,127,184,"{'rz': 56, 'sx': 56, 'measure': 7}",{'cx': 192},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_7.qasm,2074,ibm_127q,twolocalrandom,qiskit,1 +1979,127,11,"{'measure': 8, 'rz': 2, 'sx': 1}",{'cx': 7},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119)",ghz_mapped_ibm_washington_qiskit_opt2_8.qasm,3770,ibm_127q,ghz,qiskit,2 +1980,127,82,"{'rz': 74, 'sx': 37, 'measure': 18}",{'cx': 66},"(44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (85, 73)",dj_mapped_ibm_washington_qiskit_opt1_19.qasm,2423,ibm_127q,dj,qiskit,1 +1981,127,873,"{'measure': 117, 'rz': 2, 'sx': 1}",{'cx': 956},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_117.qasm,1053,ibm_127q,ghz,qiskit,2 +1982,127,4536,"{'sx': 536, 'rz': 536, 'measure': 67}",{'cx': 30830},"(21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_67.qasm,1482,ibm_127q,su2random,qiskit,1 +1983,127,230,"{'rz': 115, 'sx': 98, 'measure': 8, 'x': 2}",{'cx': 227},"(28, 35); (35, 28); (35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45)",su2random_mapped_ibm_washington_qiskit_opt3_8.qasm,3955,ibm_127q,su2random,qiskit,3 +1984,127,850,"{'rz': 945, 'sx': 140, 'measure': 24}",{'cx': 1530},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",ae_mapped_ibm_washington_qiskit_opt1_24.qasm,3409,ibm_127q,ae,qiskit,1 +1985,127,548,"{'rz': 465, 'sx': 391, 'measure': 16, 'x': 13}",{'cx': 1144},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",realamprandom_mapped_ibm_washington_qiskit_opt3_16.qasm,1811,ibm_127q,realamprandom,qiskit,3 +1986,127,353,"{'rz': 208, 'sx': 104, 'measure': 13}",{'cx': 1590},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_13.qasm,3549,ibm_127q,su2random,qiskit,0 +1987,127,728,"{'rz': 1482, 'sx': 626, 'x': 57, 'measure': 30}",{'cx': 1997},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt3_30.qasm,1408,ibm_127q,qft,qiskit,3 +1988,127,3126,"{'rz': 20105, 'sx': 13356, 'measure': 73, 'x': 32}",{'cx': 20932},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (122, 111)",qnn_mapped_ibm_washington_qiskit_opt3_73.qasm,1748,ibm_127q,qnn,qiskit,3 +1989,127,625,"{'rz': 512, 'sx': 434, 'x': 16, 'measure': 16}",{'cx': 1138},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt3_16.qasm,3881,ibm_127q,su2random,qiskit,3 +1990,127,289,"{'sx': 284, 'rz': 142, 'measure': 72, 'x': 1}",{'cx': 142},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_72.qasm,3806,ibm_127q,wstate,qiskit,2 +1991,127,1427,"{'rz': 1509, 'sx': 60, 'measure': 30, 'x': 1}",{'cx': 5267},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_31.qasm,2016,ibm_127q,qpeexact,qiskit,0 +1992,127,1126,"{'rz': 890, 'sx': 534, 'measure': 90, 'x': 1}",{'cx': 1168},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_90.qasm,3724,ibm_127q,wstate,qiskit,0 +1993,127,9378,"{'rz': 14647, 'sx': 194, 'measure': 97, 'x': 1}",{'cx': 67784},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt0_98.qasm,3904,ibm_127q,qpeexact,qiskit,0 +1994,127,6516,"{'rz': 10598, 'sx': 614, 'measure': 103}",{'cx': 30610},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_103.qasm,1625,ibm_127q,ae,qiskit,1 +1995,127,379,"{'rz': 308, 'sx': 80, 'measure': 14}",{'cx': 407},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44)",ae_mapped_ibm_washington_qiskit_opt2_14.qasm,3458,ibm_127q,ae,qiskit,2 +1996,127,112,"{'measure': 19, 'rz': 2, 'sx': 1}",{'cx': 201},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_19.qasm,3991,ibm_127q,ghz,qiskit,0 +1997,127,281,"{'sx': 276, 'rz': 138, 'measure': 70, 'x': 1}",{'cx': 138},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_70.qasm,3082,ibm_127q,wstate,qiskit,2 +1998,127,2555,"{'rz': 3772, 'sx': 73, 'measure': 72}",{'cx': 12370},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (118, 110)",qftentangled_mapped_ibm_washington_qiskit_opt2_72.qasm,1944,ibm_127q,qftentangled,qiskit,2 +1999,127,688,"{'rz': 774, 'sx': 294, 'x': 31, 'measure': 21}",{'cx': 923},"(38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt3_21.qasm,3166,ibm_127q,ae,qiskit,3 +2000,127,110,"{'rz': 396, 'sx': 198, 'measure': 102}",{'cx': 642},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_102.qasm,2281,ibm_127q,graphstate,qiskit,1 +2001,127,8186,"{'rz': 9690, 'sx': 570, 'measure': 95}",{'cx': 51185},"(11, 12); (12, 11); (12, 17); (15, 22); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_95.qasm,1116,ibm_127q,qnn,qiskit,2 +2002,127,8121,"{'rz': 12399, 'sx': 234, 'measure': 117, 'x': 1}",{'cx': 42205},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_118.qasm,1976,ibm_127q,qpeinexact,qiskit,1 +2003,127,12000,"{'rz': 900, 'sx': 600, 'measure': 75}",{'cx': 102417},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt0_75.qasm,1656,ibm_127q,realamprandom,qiskit,0 +2004,127,1545,"{'rz': 2147, 'sx': 1898, 'x': 54, 'measure': 40}",{'cx': 6939},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (85, 73); (85, 86); (86, 85); (91, 79)",su2random_mapped_ibm_washington_qiskit_opt3_40.qasm,3117,ibm_127q,su2random,qiskit,3 +2005,127,367,"{'rz': 270, 'sx': 135, 'measure': 67}",{'cx': 391},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt1_68.qasm,2309,ibm_127q,dj,qiskit,1 +2006,127,60,"{'measure': 57, 'rz': 2, 'sx': 1}",{'cx': 56},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_57.qasm,1158,ibm_127q,ghz,qiskit,1 +2007,127,192,"{'rz': 450, 'sx': 225, 'measure': 75}",{'cx': 1365},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (73, 66); (74, 70)",graphstate_mapped_ibm_washington_qiskit_opt0_75.qasm,2105,ibm_127q,graphstate,qiskit,0 +2008,127,1627,"{'sx': 328, 'rz': 328, 'measure': 41}",{'cx': 9929},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt1_41.qasm,3245,ibm_127q,realamprandom,qiskit,1 +2009,127,577,"{'measure': 118, 'rz': 2, 'sx': 1}",{'cx': 1038},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_118.qasm,3784,ibm_127q,ghz,qiskit,0 +2010,127,11072,"{'sx': 776, 'rz': 776, 'measure': 97}",{'cx': 70283},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_97.qasm,2754,ibm_127q,su2random,qiskit,1 +2011,127,929,"{'rz': 1469, 'sx': 639, 'x': 52, 'measure': 29}",{'cx': 1816},"(20, 33); (33, 20); (33, 39); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",ae_mapped_ibm_washington_qiskit_opt3_29.qasm,3438,ibm_127q,ae,qiskit,3 +2012,127,603,"{'rz': 579, 'sx': 21, 'measure': 21}",{'cx': 1215},"(54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83)",qft_mapped_ibm_washington_qiskit_opt2_21.qasm,1952,ibm_127q,qft,qiskit,2 +2013,127,231,"{'rz': 209, 'sx': 68, 'measure': 11, 'x': 4}",{'cx': 290},"(40, 41); (41, 40); (41, 53); (53, 41); (53, 60); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (72, 62)",qftentangled_mapped_ibm_washington_qiskit_opt3_11.qasm,1496,ibm_127q,qftentangled,qiskit,3 +2014,127,7821,"{'rz': 8388, 'sx': 3330, 'x': 129, 'measure': 48}",{'cx': 28048},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87)",random_mapped_ibm_washington_qiskit_opt2_48.qasm,3062,ibm_127q,random,qiskit,2 +2015,127,342,"{'rz': 276, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 452},"(73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",qpeexact_mapped_ibm_washington_qiskit_opt1_13.qasm,3674,ibm_127q,qpeexact,qiskit,1 +2016,127,718,"{'rz': 386, 'sx': 136, 'x': 8, 'measure': 7}",{'cx': 548},"(45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt3_7.qasm,2251,ibm_127q,qwalk-v-chain,qiskit,3 +2017,127,1995,"{'rz': 14373, 'sx': 10416, 'measure': 59, 'x': 11}",{'cx': 12051},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt3_59.qasm,2753,ibm_127q,qnn,qiskit,3 +2018,127,3802,"{'sx': 552, 'rz': 552, 'measure': 69}",{'cx': 25651},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83); (93, 87); (93, 106); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_69.qasm,3674,ibm_127q,su2random,qiskit,2 +2019,127,11457,"{'rz': 928, 'sx': 928, 'measure': 116}",{'cx': 88151},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_116.qasm,3623,ibm_127q,twolocalrandom,qiskit,2 +2020,127,971,"{'rz': 950, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 2154},"(33, 39); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt2_27.qasm,2971,ibm_127q,qpeinexact,qiskit,2 +2021,127,5027,"{'rz': 4931, 'sx': 1852, 'x': 78, 'measure': 37}",{'cx': 14693},"(34, 43); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (102, 92)",random_mapped_ibm_washington_qiskit_opt2_37.qasm,3607,ibm_127q,random,qiskit,2 +2022,127,873,"{'rz': 490, 'sx': 245, 'measure': 122, 'x': 109}",{'cx': 1502},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111)",dj_mapped_ibm_washington_qiskit_opt0_123.qasm,1108,ibm_127q,dj,qiskit,0 +2023,127,2309,"{'sx': 336, 'rz': 336, 'measure': 42}",{'cx': 11018},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100)",realamprandom_mapped_ibm_washington_qiskit_opt1_42.qasm,2678,ibm_127q,realamprandom,qiskit,1 +2024,127,555,"{'rz': 302, 'sx': 151, 'measure': 75, 'x': 73}",{'cx': 945},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76)",dj_mapped_ibm_washington_qiskit_opt0_76.qasm,3519,ibm_127q,dj,qiskit,0 +2025,127,983,"{'rz': 1946, 'sx': 752, 'x': 85, 'measure': 36}",{'cx': 2821},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt3_36.qasm,2488,ibm_127q,qft,qiskit,3 +2026,127,341,"{'rz': 361, 'sx': 225, 'measure': 9}",{'cx': 390},"(86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (122, 111)",portfoliovqe_mapped_ibm_washington_qiskit_opt1_9.qasm,2411,ibm_127q,portfoliovqe,qiskit,1 +2027,127,2403,"{'rz': 2713, 'sx': 1334, 'x': 135, 'measure': 24}",{'cx': 4639},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt3_24.qasm,2888,ibm_127q,random,qiskit,3 +2028,127,616,"{'rz': 330, 'sx': 165, 'measure': 82, 'x': 81}",{'cx': 1063},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",dj_mapped_ibm_washington_qiskit_opt0_83.qasm,3864,ibm_127q,dj,qiskit,0 +2029,127,9655,"{'rz': 744, 'sx': 496, 'measure': 62}",{'cx': 71439},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_62.qasm,1226,ibm_127q,twolocalrandom,qiskit,0 +2030,127,10547,"{'sx': 912, 'rz': 912, 'measure': 114}",{'cx': 89142},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_114.qasm,2329,ibm_127q,su2random,qiskit,2 +2031,127,3253,"{'rz': 4674, 'sx': 88, 'measure': 88}",{'cx': 18796},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt2_88.qasm,1416,ibm_127q,qft,qiskit,2 +2032,127,23,"{'sx': 52, 'rz': 51, 'measure': 9, 'x': 1}",{'cx': 16},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120)",vqe_mapped_ibm_washington_qiskit_opt2_9.qasm,3828,ibm_127q,vqe,qiskit,2 +2033,127,9634,"{'sx': 784, 'rz': 784, 'measure': 98}",{'cx': 65171},"(12, 13); (12, 17); (13, 12); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_98.qasm,2180,ibm_127q,su2random,qiskit,2 +2034,127,1934,"{'rz': 3158, 'sx': 65, 'measure': 65}",{'cx': 9802},"(15, 22); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100)",qft_mapped_ibm_washington_qiskit_opt2_65.qasm,3332,ibm_127q,qft,qiskit,2 +2035,127,1462,"{'sx': 280, 'rz': 280, 'measure': 35}",{'cx': 7469},"(33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",realamprandom_mapped_ibm_washington_qiskit_opt1_35.qasm,1313,ibm_127q,realamprandom,qiskit,1 +2036,127,7030,"{'rz': 7259, 'sx': 230, 'measure': 115, 'x': 1}",{'cx': 35810},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_116.qasm,3725,ibm_127q,qpeexact,qiskit,2 +2037,127,224,"{'rz': 150, 'sx': 44, 'measure': 8}",{'cx': 200},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",ae_mapped_ibm_washington_qiskit_opt0_8.qasm,3496,ibm_127q,ae,qiskit,0 +2038,127,89,"{'measure': 86, 'rz': 2, 'sx': 1}",{'cx': 85},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_86.qasm,2477,ibm_127q,ghz,qiskit,1 +2039,127,1279,"{'rz': 5123, 'sx': 4784, 'x': 78, 'measure': 48}",{'cx': 8951},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (51, 36); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",realamprandom_mapped_ibm_washington_qiskit_opt3_48.qasm,3059,ibm_127q,realamprandom,qiskit,3 +2040,127,1447,"{'rz': 1612, 'sx': 62, 'measure': 31, 'x': 1}",{'cx': 3356},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",qpeexact_mapped_ibm_washington_qiskit_opt1_32.qasm,2608,ibm_127q,qpeexact,qiskit,1 +2041,127,714,"{'rz': 530, 'sx': 318, 'measure': 54, 'x': 1}",{'cx': 820},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41)",wstate_mapped_ibm_washington_qiskit_opt0_54.qasm,1840,ibm_127q,wstate,qiskit,0 +2042,127,1357,"{'rz': 1050, 'sx': 630, 'measure': 106, 'x': 1}",{'cx': 1482},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",wstate_mapped_ibm_washington_qiskit_opt0_106.qasm,3269,ibm_127q,wstate,qiskit,0 +2043,127,337,"{'sx': 332, 'rz': 166, 'measure': 84, 'x': 1}",{'cx': 166},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_84.qasm,1959,ibm_127q,wstate,qiskit,1 +2044,127,12317,"{'rz': 1216, 'sx': 608, 'measure': 76}",{'cx': 106911},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",su2random_mapped_ibm_washington_qiskit_opt0_76.qasm,2121,ibm_127q,su2random,qiskit,0 +2045,127,1403,"{'rz': 1814, 'sx': 645, 'x': 89, 'measure': 35}",{'cx': 2779},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104)",ae_mapped_ibm_washington_qiskit_opt3_35.qasm,2533,ibm_127q,ae,qiskit,3 +2046,127,3113,"{'rz': 4144, 'sx': 104, 'measure': 52, 'x': 1}",{'cx': 9413},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt1_53.qasm,1851,ibm_127q,qpeexact,qiskit,1 +2047,127,7824,"{'rz': 14753, 'sx': 100, 'measure': 99}",{'cx': 66962},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt0_99.qasm,3544,ibm_127q,qftentangled,qiskit,0 +2048,127,4317,"{'rz': 5251, 'sx': 59, 'measure': 59}",{'cx': 22415},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_59.qasm,2333,ibm_127q,qft,qiskit,0 +2049,127,15487,"{'rz': 17588, 'sx': 6093, 'x': 88, 'measure': 60}",{'cx': 86856},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_60.qasm,2970,ibm_127q,random,qiskit,0 +2050,127,1379,"{'sx': 256, 'rz': 256, 'measure': 32}",{'cx': 6394},"(24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_32.qasm,2110,ibm_127q,twolocalrandom,qiskit,1 +2051,127,2692,"{'rz': 4647, 'sx': 85, 'measure': 84}",{'cx': 17112},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_84.qasm,2231,ibm_127q,qftentangled,qiskit,2 +2052,127,4044,"{'rz': 6430, 'sx': 140, 'measure': 70, 'x': 1}",{'cx': 15764},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_71.qasm,3836,ibm_127q,qpeexact,qiskit,1 +2053,127,2442,"{'rz': 4680, 'sx': 390, 'measure': 65}",{'cx': 17984},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",qnn_mapped_ibm_washington_qiskit_opt2_65.qasm,2108,ibm_127q,qnn,qiskit,2 +2054,127,7084,"{'rz': 9958, 'sx': 584, 'measure': 98}",{'cx': 26369},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_98.qasm,2424,ibm_127q,ae,qiskit,1 +2055,127,1731,"{'rz': 336, 'sx': 224, 'measure': 28}",{'cx': 9675},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_28.qasm,3112,ibm_127q,realamprandom,qiskit,0 +2056,127,2681,"{'rz': 3529, 'sx': 126, 'measure': 63, 'x': 1}",{'cx': 10653},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (118, 110)",qpeexact_mapped_ibm_washington_qiskit_opt2_64.qasm,1090,ibm_127q,qpeexact,qiskit,2 +2057,127,797,"{'sx': 152, 'rz': 152, 'measure': 19}",{'cx': 2256},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",su2random_mapped_ibm_washington_qiskit_opt1_19.qasm,1879,ibm_127q,su2random,qiskit,1 +2058,127,46,"{'measure': 43, 'rz': 2, 'sx': 1}",{'cx': 42},"(31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_43.qasm,3482,ibm_127q,ghz,qiskit,2 +2059,127,165,"{'sx': 160, 'rz': 80, 'measure': 41, 'x': 1}",{'cx': 80},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt1_41.qasm,1406,ibm_127q,wstate,qiskit,1 +2060,127,5831,"{'rz': 592, 'sx': 592, 'measure': 74}",{'cx': 38968},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_74.qasm,3331,ibm_127q,twolocalrandom,qiskit,1 +2061,127,2774,"{'rz': 4756, 'sx': 4007, 'x': 118, 'measure': 58}",{'cx': 15649},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_58.qasm,3040,ibm_127q,twolocalrandom,qiskit,3 +2062,127,120,"{'rz': 410, 'sx': 205, 'measure': 101}",{'cx': 614},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt1_101.qasm,1264,ibm_127q,graphstate,qiskit,1 +2063,127,24,"{'rz': 40, 'sx': 20, 'measure': 20}",{'cx': 20},"(100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_20.qasm,3419,ibm_127q,graphstate,qiskit,1 +2064,127,103,"{'rz': 42, 'sx': 21, 'x': 15, 'measure': 10}",{'cx': 175},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_11.qasm,2452,ibm_127q,dj,qiskit,0 +2065,127,1791,"{'rz': 3998, 'sx': 1880, 'x': 188, 'measure': 53}",{'cx': 5781},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105)",ae_mapped_ibm_washington_qiskit_opt3_53.qasm,2300,ibm_127q,ae,qiskit,3 +2066,127,2384,"{'rz': 3763, 'sx': 98, 'measure': 49, 'x': 1}",{'cx': 7610},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qpeexact_mapped_ibm_washington_qiskit_opt1_50.qasm,1732,ibm_127q,qpeexact,qiskit,1 +2067,127,849,"{'rz': 1299, 'sx': 1109, 'x': 37, 'measure': 27}",{'cx': 2944},"(28, 29); (28, 35); (29, 28); (35, 28); (35, 47); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 81); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (91, 79)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_27.qasm,2664,ibm_127q,twolocalrandom,qiskit,3 +2068,127,1228,"{'rz': 3324, 'sx': 1356, 'x': 111, 'measure': 47}",{'cx': 4845},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87)",qftentangled_mapped_ibm_washington_qiskit_opt3_47.qasm,3291,ibm_127q,qftentangled,qiskit,3 +2069,127,557,"{'rz': 414, 'sx': 207, 'measure': 103}",{'cx': 820},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt1_104.qasm,2811,ibm_127q,dj,qiskit,1 +2070,127,56,"{'measure': 53, 'rz': 2, 'sx': 1}",{'cx': 52},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_53.qasm,2287,ibm_127q,ghz,qiskit,2 +2071,127,1749,"{'rz': 3442, 'sx': 70, 'measure': 69}",{'cx': 10971},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qftentangled_mapped_ibm_washington_qiskit_opt2_69.qasm,3373,ibm_127q,qftentangled,qiskit,2 +2072,127,1560,"{'rz': 7880, 'sx': 5259, 'measure': 47, 'x': 10}",{'cx': 8204},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107)",qnn_mapped_ibm_washington_qiskit_opt3_47.qasm,2641,ibm_127q,qnn,qiskit,3 +2073,127,64,"{'rz': 174, 'sx': 87, 'measure': 47}",{'cx': 224},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93)",graphstate_mapped_ibm_washington_qiskit_opt2_47.qasm,1293,ibm_127q,graphstate,qiskit,2 +2074,127,9799,"{'rz': 15857, 'sx': 202, 'measure': 101, 'x': 1}",{'cx': 70371},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt0_102.qasm,1238,ibm_127q,qpeexact,qiskit,0 +2075,127,2978,"{'rz': 3676, 'sx': 132, 'measure': 66, 'x': 1}",{'cx': 11967},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qpeinexact_mapped_ibm_washington_qiskit_opt2_67.qasm,2957,ibm_127q,qpeinexact,qiskit,2 +2076,127,2793,"{'rz': 7248, 'sx': 6326, 'x': 229, 'measure': 53}",{'cx': 12945},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",realamprandom_mapped_ibm_washington_qiskit_opt3_53.qasm,1124,ibm_127q,realamprandom,qiskit,3 +2077,127,352,"{'rz': 233, 'sx': 157, 'measure': 8}",{'cx': 291},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",portfoliovqe_mapped_ibm_washington_qiskit_opt1_8.qasm,1980,ibm_127q,portfoliovqe,qiskit,1 +2078,127,309,"{'rz': 182, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 302},"(44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (81, 72)",qpeexact_mapped_ibm_washington_qiskit_opt2_11.qasm,1379,ibm_127q,qpeexact,qiskit,2 +2079,127,65,"{'rz': 58, 'sx': 29, 'measure': 14}",{'cx': 56},"(45, 46); (45, 54); (46, 45); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",dj_mapped_ibm_washington_qiskit_opt1_15.qasm,2951,ibm_127q,dj,qiskit,1 +2080,127,921,"{'sx': 434, 'rz': 332, 'measure': 98, 'x': 1}",{'cx': 1137},"(7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (51, 36); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_98.qasm,1530,ibm_127q,wstate,qiskit,1 +2081,127,137,"{'rz': 336, 'sx': 168, 'measure': 90}",{'cx': 471},"(11, 12); (12, 11); (12, 17); (14, 18); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_90.qasm,3694,ibm_127q,graphstate,qiskit,2 +2082,127,4932,"{'rz': 6970, 'sx': 68, 'measure': 68}",{'cx': 30737},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_68.qasm,3854,ibm_127q,qft,qiskit,0 +2083,127,47,"{'rz': 46, 'sx': 24, 'measure': 15}",{'cx': 52},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98)",graphstate_mapped_ibm_washington_qiskit_opt3_15.qasm,3081,ibm_127q,graphstate,qiskit,3 +2084,127,711,"{'rz': 726, 'sx': 128, 'measure': 22}",{'cx': 1176},"(24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105)",ae_mapped_ibm_washington_qiskit_opt2_22.qasm,1369,ibm_127q,ae,qiskit,2 +2085,127,5762,"{'rz': 5187, 'sx': 114, 'measure': 57, 'x': 1}",{'cx': 25266},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt0_58.qasm,4011,ibm_127q,qpeexact,qiskit,0 +2086,127,334,"{'rz': 260, 'sx': 156, 'measure': 27, 'x': 1}",{'cx': 355},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_27.qasm,1290,ibm_127q,wstate,qiskit,0 +2087,127,71,"{'measure': 68, 'rz': 2, 'sx': 1}",{'cx': 67},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_68.qasm,3747,ibm_127q,ghz,qiskit,2 +2088,127,2162,"{'rz': 2980, 'sx': 45, 'measure': 45}",{'cx': 5737},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",qft_mapped_ibm_washington_qiskit_opt1_45.qasm,3367,ibm_127q,qft,qiskit,1 +2089,127,93,"{'sx': 88, 'rz': 44, 'measure': 23, 'x': 1}",{'cx': 44},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78)",wstate_mapped_ibm_washington_qiskit_opt1_23.qasm,1721,ibm_127q,wstate,qiskit,1 +2090,127,169,"{'sx': 164, 'rz': 82, 'measure': 42, 'x': 1}",{'cx': 82},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",wstate_mapped_ibm_washington_qiskit_opt3_42.qasm,1435,ibm_127q,wstate,qiskit,3 +2091,127,6459,"{'rz': 9165, 'sx': 78, 'measure': 78}",{'cx': 41352},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_78.qasm,3394,ibm_127q,qft,qiskit,0 +2092,127,1011,"{'rz': 1156, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 2322},"(28, 35); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt1_27.qasm,1578,ibm_127q,qpeexact,qiskit,1 +2093,127,9798,"{'rz': 17018, 'sx': 762, 'measure': 127}",{'cx': 112411},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_127.qasm,4095,ibm_127q,qnn,qiskit,2 +2094,127,97,"{'rz': 102, 'sx': 51, 'measure': 17}",{'cx': 263},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_17.qasm,2667,ibm_127q,graphstate,qiskit,0 +2095,127,2661,"{'rz': 4050, 'sx': 82, 'measure': 81}",{'cx': 14632},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",qftentangled_mapped_ibm_washington_qiskit_opt2_81.qasm,4092,ibm_127q,qftentangled,qiskit,2 +2096,127,519,"{'rz': 612, 'sx': 21, 'measure': 20}",{'cx': 1866},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_20.qasm,1090,ibm_127q,qftentangled,qiskit,0 +2097,127,439,"{'rz': 253, 'sx': 212, 'measure': 19}",{'cx': 1496},"(53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt3_19.qasm,2272,ibm_127q,su2random,qiskit,3 +2098,127,7732,"{'rz': 12906, 'sx': 242, 'measure': 121, 'x': 1}",{'cx': 44402},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_122.qasm,3301,ibm_127q,qpeexact,qiskit,1 +2099,127,9646,"{'sx': 760, 'rz': 760, 'measure': 95}",{'cx': 57367},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",realamprandom_mapped_ibm_washington_qiskit_opt2_95.qasm,3771,ibm_127q,realamprandom,qiskit,2 +2100,127,44,"{'measure': 41, 'rz': 2, 'sx': 1}",{'cx': 40},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt1_41.qasm,2686,ibm_127q,ghz,qiskit,1 +2101,127,877,"{'rz': 494, 'sx': 247, 'measure': 123, 'x': 111}",{'cx': 1515},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt0_124.qasm,2910,ibm_127q,dj,qiskit,0 +2102,127,2010,"{'rz': 17599, 'sx': 12725, 'measure': 63, 'x': 20}",{'cx': 13377},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt3_63.qasm,1393,ibm_127q,qnn,qiskit,3 +2103,127,932,"{'sx': 450, 'rz': 370, 'measure': 99, 'x': 1}",{'cx': 1244},"(0, 1); (0, 14); (1, 0); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_99.qasm,3531,ibm_127q,wstate,qiskit,1 +2104,127,1779,"{'rz': 2954, 'sx': 1061, 'x': 136, 'measure': 47}",{'cx': 4847},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (92, 83); (92, 102); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",ae_mapped_ibm_washington_qiskit_opt3_47.qasm,1926,ibm_127q,ae,qiskit,3 +2105,127,3527,"{'rz': 488, 'sx': 488, 'measure': 61}",{'cx': 24580},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt1_61.qasm,3236,ibm_127q,realamprandom,qiskit,1 +2106,127,296,"{'rz': 204, 'sx': 111, 'measure': 55}",{'cx': 347},"(20, 33); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt2_56.qasm,1972,ibm_127q,dj,qiskit,2 +2107,127,344,"{'rz': 266, 'sx': 156, 'measure': 64, 'x': 11}",{'cx': 333},"(15, 22); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93); (106, 107); (107, 106); (110, 100); (110, 118); (118, 110)",dj_mapped_ibm_washington_qiskit_opt3_65.qasm,1390,ibm_127q,dj,qiskit,3 +2108,127,627,"{'rz': 960, 'sx': 28, 'measure': 28}",{'cx': 2044},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt2_28.qasm,2789,ibm_127q,qft,qiskit,2 +2109,127,7053,"{'rz': 12018, 'sx': 228, 'measure': 114, 'x': 1}",{'cx': 39124},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_115.qasm,1190,ibm_127q,qpeexact,qiskit,1 +2110,127,2468,"{'rz': 3673, 'sx': 72, 'measure': 72}",{'cx': 12055},"(8, 16); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt2_72.qasm,1459,ibm_127q,qft,qiskit,2 +2111,127,1211,"{'rz': 232, 'sx': 232, 'measure': 29}",{'cx': 4639},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",realamprandom_mapped_ibm_washington_qiskit_opt2_29.qasm,1960,ibm_127q,realamprandom,qiskit,2 +2112,127,3887,"{'rz': 4652, 'sx': 112, 'measure': 56, 'x': 1}",{'cx': 10446},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",qpeexact_mapped_ibm_washington_qiskit_opt1_57.qasm,1752,ibm_127q,qpeexact,qiskit,1 +2113,127,696,"{'rz': 1311, 'sx': 438, 'measure': 29, 'x': 24}",{'cx': 2009},"(27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62)",qftentangled_mapped_ibm_washington_qiskit_opt3_29.qasm,3122,ibm_127q,qftentangled,qiskit,3 +2114,127,493,"{'rz': 443, 'sx': 19, 'measure': 18}",{'cx': 914},"(56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98)",qftentangled_mapped_ibm_washington_qiskit_opt2_18.qasm,2307,ibm_127q,qftentangled,qiskit,2 +2115,127,1899,"{'rz': 3465, 'sx': 49, 'measure': 49}",{'cx': 7308},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt1_49.qasm,3539,ibm_127q,qft,qiskit,1 +2116,127,535,"{'rz': 413, 'sx': 227, 'measure': 113}",{'cx': 836},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt2_114.qasm,3515,ibm_127q,dj,qiskit,2 +2117,127,181,"{'rz': 144, 'sx': 86, 'measure': 7, 'x': 1}",{'cx': 166},"(45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qnn_mapped_ibm_washington_qiskit_opt3_7.qasm,3694,ibm_127q,qnn,qiskit,3 +2118,127,1156,"{'rz': 1472, 'sx': 39, 'measure': 38}",{'cx': 3657},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qftentangled_mapped_ibm_washington_qiskit_opt2_38.qasm,3659,ibm_127q,qftentangled,qiskit,2 +2119,127,525,"{'rz': 286, 'sx': 267, 'measure': 21, 'x': 2}",{'cx': 1899},"(35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",realamprandom_mapped_ibm_washington_qiskit_opt3_21.qasm,2346,ibm_127q,realamprandom,qiskit,3 +2120,127,33324,"{'rz': 16135, 'sx': 1484, 'measure': 18, 'x': 2}",{'cx': 33043},"(82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",shor_15_4_mapped_ibm_washington_qiskit_opt2_18.qasm,1768,ibm_127q,shor,qiskit,2 +2121,127,5156,"{'rz': 492, 'sx': 328, 'measure': 41}",{'cx': 28692},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_41.qasm,2645,ibm_127q,realamprandom,qiskit,0 +2122,127,2724,"{'rz': 5606, 'sx': 380, 'measure': 64}",{'cx': 11680},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt1_64.qasm,3228,ibm_127q,ae,qiskit,1 +2123,127,1081,"{'rz': 1908, 'sx': 940, 'x': 76, 'measure': 32}",{'cx': 2175},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (34, 24); (34, 43); (37, 38); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",ae_mapped_ibm_washington_qiskit_opt3_32.qasm,1689,ibm_127q,ae,qiskit,3 +2124,127,750,"{'rz': 560, 'sx': 336, 'measure': 57, 'x': 1}",{'cx': 853},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",wstate_mapped_ibm_washington_qiskit_opt0_57.qasm,1416,ibm_127q,wstate,qiskit,0 +2125,127,107,"{'measure': 104, 'rz': 2, 'sx': 1}",{'cx': 103},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_104.qasm,2727,ibm_127q,ghz,qiskit,2 +2126,127,1822,"{'rz': 2032, 'sx': 84, 'measure': 42, 'x': 1}",{'cx': 5229},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt2_43.qasm,2970,ibm_127q,qpeinexact,qiskit,2 +2127,127,49657,"{'rz': 49804, 'sx': 18189, 'x': 622, 'measure': 113}",{'cx': 278095},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_113.qasm,2314,ibm_127q,random,qiskit,1 +2128,127,7026,"{'sx': 680, 'rz': 680, 'measure': 85}",{'cx': 52842},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_85.qasm,1738,ibm_127q,su2random,qiskit,1 +2129,127,4451,"{'rz': 8588, 'sx': 174, 'measure': 87, 'x': 1}",{'cx': 22276},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_88.qasm,3696,ibm_127q,qpeinexact,qiskit,1 +2130,127,6661,"{'rz': 632, 'sx': 632, 'measure': 79}",{'cx': 42211},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_79.qasm,1527,ibm_127q,realamprandom,qiskit,1 +2131,127,1245,"{'rz': 1451, 'sx': 200, 'measure': 34}",{'cx': 2838},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",ae_mapped_ibm_washington_qiskit_opt2_34.qasm,1034,ibm_127q,ae,qiskit,2 +2132,127,1375,"{'rz': 1070, 'sx': 642, 'measure': 108, 'x': 1}",{'cx': 1486},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",wstate_mapped_ibm_washington_qiskit_opt0_108.qasm,3831,ibm_127q,wstate,qiskit,0 +2133,127,542,"{'rz': 502, 'sx': 104, 'measure': 18}",{'cx': 735},"(53, 60); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (81, 72)",ae_mapped_ibm_washington_qiskit_opt2_18.qasm,1229,ibm_127q,ae,qiskit,2 +2134,127,1363,"{'rz': 1759, 'sx': 558, 'x': 79, 'measure': 33}",{'cx': 3014},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qpeinexact_mapped_ibm_washington_qiskit_opt3_34.qasm,1640,ibm_127q,qpeinexact,qiskit,3 +2135,127,1154,"{'sx': 216, 'rz': 216, 'measure': 27}",{'cx': 4495},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_27.qasm,3013,ibm_127q,twolocalrandom,qiskit,1 +2136,127,806,"{'rz': 620, 'sx': 372, 'measure': 63, 'x': 1}",{'cx': 889},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",wstate_mapped_ibm_washington_qiskit_opt0_63.qasm,2417,ibm_127q,wstate,qiskit,0 +2137,127,5140,"{'rz': 7312, 'sx': 125, 'measure': 125}",{'cx': 40466},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_125.qasm,1716,ibm_127q,qft,qiskit,2 +2138,127,128,"{'rz': 396, 'sx': 198, 'measure': 100}",{'cx': 676},"(8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_100.qasm,3038,ibm_127q,graphstate,qiskit,2 +2139,127,4814,"{'rz': 5658, 'sx': 350, 'measure': 59}",{'cx': 21158},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ae_mapped_ibm_washington_qiskit_opt0_59.qasm,2191,ibm_127q,ae,qiskit,0 +2140,127,3710,"{'rz': 7526, 'sx': 470, 'measure': 79}",{'cx': 17014},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt1_79.qasm,1058,ibm_127q,ae,qiskit,1 +2141,127,1553,"{'rz': 2640, 'sx': 288, 'measure': 48}",{'cx': 9525},"(19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt1_48.qasm,2304,ibm_127q,qnn,qiskit,1 +2142,127,618,"{'rz': 490, 'sx': 294, 'measure': 50, 'x': 1}",{'cx': 635},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_50.qasm,1107,ibm_127q,wstate,qiskit,0 +2143,127,294,"{'rz': 210, 'sx': 58, 'measure': 10, 'x': 8}",{'cx': 270},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66)",qpeinexact_mapped_ibm_washington_qiskit_opt3_11.qasm,2940,ibm_127q,qpeinexact,qiskit,3 +2144,127,21,"{'rz': 22, 'sx': 13, 'measure': 6}",{'cx': 13},"(15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (43, 34)",dj_mapped_ibm_washington_qiskit_opt3_7.qasm,4005,ibm_127q,dj,qiskit,3 +2145,127,10892,"{'rz': 5976, 'sx': 432, 'measure': 72}",{'cx': 88823},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58)",qnn_mapped_ibm_washington_qiskit_opt0_72.qasm,2197,ibm_127q,qnn,qiskit,0 +2146,127,265,"{'rz': 210, 'sx': 105, 'measure': 52}",{'cx': 277},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 73); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (92, 83); (93, 87); (93, 106); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107)",dj_mapped_ibm_washington_qiskit_opt1_53.qasm,1213,ibm_127q,dj,qiskit,1 +2147,127,833,"{'measure': 107, 'rz': 2, 'sx': 1}",{'cx': 937},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_107.qasm,3832,ibm_127q,ghz,qiskit,1 +2148,127,50,"{'measure': 47, 'rz': 2, 'sx': 1}",{'cx': 46},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt2_47.qasm,2626,ibm_127q,ghz,qiskit,2 +2149,127,14141,"{'rz': 1360, 'sx': 680, 'measure': 85}",{'cx': 136083},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",su2random_mapped_ibm_washington_qiskit_opt0_85.qasm,2378,ibm_127q,su2random,qiskit,0 +2150,127,488,"{'rz': 383, 'sx': 221, 'measure': 96, 'x': 11}",{'cx': 454},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (8, 16); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt3_97.qasm,1677,ibm_127q,dj,qiskit,3 +2151,127,3532,"{'rz': 6129, 'sx': 71, 'measure': 71}",{'cx': 14504},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (118, 110)",qft_mapped_ibm_washington_qiskit_opt1_71.qasm,3199,ibm_127q,qft,qiskit,1 +2152,127,1043,"{'sx': 272, 'rz': 272, 'measure': 34}",{'cx': 5291},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt2_34.qasm,3497,ibm_127q,su2random,qiskit,2 +2153,127,7663,"{'rz': 12197, 'sx': 91, 'measure': 90}",{'cx': 56429},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_90.qasm,1587,ibm_127q,qftentangled,qiskit,0 +2154,127,718,"{'rz': 646, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 2006},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_20.qasm,1548,ibm_127q,qpeinexact,qiskit,0 +2155,127,70,"{'rz': 64, 'sx': 39, 'measure': 19}",{'cx': 52},"(27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (35, 28); (35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",dj_mapped_ibm_washington_qiskit_opt2_20.qasm,1909,ibm_127q,dj,qiskit,2 +2156,127,5115,"{'rz': 504, 'sx': 336, 'measure': 42}",{'cx': 28494},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_42.qasm,3590,ibm_127q,realamprandom,qiskit,0 +2157,127,269,"{'measure': 53, 'rz': 2, 'sx': 1}",{'cx': 472},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37)",ghz_mapped_ibm_washington_qiskit_opt0_53.qasm,4058,ibm_127q,ghz,qiskit,0 +2158,127,1018,"{'rz': 770, 'sx': 462, 'measure': 78, 'x': 1}",{'cx': 1144},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_78.qasm,3311,ibm_127q,wstate,qiskit,0 +2159,127,28,"{'rz': 79, 'sx': 74, 'measure': 14, 'x': 5}",{'cx': 26},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",vqe_mapped_ibm_washington_qiskit_opt2_14.qasm,3146,ibm_127q,vqe,qiskit,2 +2160,127,978,"{'sx': 200, 'rz': 200, 'measure': 25}",{'cx': 3587},"(24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (98, 91)",su2random_mapped_ibm_washington_qiskit_opt1_25.qasm,1532,ibm_127q,su2random,qiskit,1 +2161,127,1058,"{'sx': 530, 'rz': 410, 'measure': 119, 'x': 1}",{'cx': 1416},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",wstate_mapped_ibm_washington_qiskit_opt1_119.qasm,3433,ibm_127q,wstate,qiskit,1 +2162,127,500,"{'rz': 610, 'sx': 20, 'measure': 20}",{'cx': 1751},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_20.qasm,1699,ibm_127q,qft,qiskit,0 +2163,127,469,"{'rz': 366, 'sx': 183, 'measure': 91}",{'cx': 727},"(10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 22); (16, 26); (17, 12); (17, 30); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 102); (93, 87); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (110, 100); (110, 118); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt1_92.qasm,2137,ibm_127q,dj,qiskit,1 +2164,127,265,"{'sx': 260, 'rz': 130, 'measure': 66, 'x': 1}",{'cx': 130},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_66.qasm,3535,ibm_127q,wstate,qiskit,2 +2165,127,35,"{'rz': 105, 'sx': 55, 'measure': 11}",{'cx': 50},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",qaoa_mapped_ibm_washington_qiskit_opt3_11.qasm,1922,ibm_127q,qaoa,qiskit,3 +2166,127,5051,"{'sx': 680, 'rz': 680, 'measure': 85}",{'cx': 39540},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_85.qasm,2623,ibm_127q,realamprandom,qiskit,2 +2167,127,935,"{'rz': 240, 'sx': 160, 'measure': 20}",{'cx': 4542},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_20.qasm,3570,ibm_127q,twolocalrandom,qiskit,0 +2168,127,80,"{'measure': 77, 'rz': 2, 'sx': 1}",{'cx': 76},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_77.qasm,1028,ibm_127q,ghz,qiskit,1 +2169,127,394,"{'rz': 684, 'sx': 396, 'measure': 12}",{'cx': 738},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54)",portfoliovqe_mapped_ibm_washington_qiskit_opt2_12.qasm,1715,ibm_127q,portfoliovqe,qiskit,2 +2170,127,193,"{'sx': 188, 'rz': 94, 'measure': 48, 'x': 1}",{'cx': 94},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt2_48.qasm,2185,ibm_127q,wstate,qiskit,2 +2171,127,13622,"{'rz': 15738, 'sx': 732, 'measure': 122}",{'cx': 105523},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_122.qasm,4094,ibm_127q,qnn,qiskit,1 +2172,127,5973,"{'rz': 10850, 'sx': 111, 'measure': 110}",{'cx': 35175},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_110.qasm,1382,ibm_127q,qftentangled,qiskit,1 +2173,127,4302,"{'rz': 4671, 'sx': 108, 'measure': 54, 'x': 1}",{'cx': 20817},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (54, 45)",qpeexact_mapped_ibm_washington_qiskit_opt0_55.qasm,2529,ibm_127q,qpeexact,qiskit,0 +2174,127,3271,"{'rz': 2747, 'sx': 82, 'measure': 41, 'x': 1}",{'cx': 12936},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_42.qasm,1682,ibm_127q,qpeinexact,qiskit,0 +2175,127,462,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 1935},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",su2random_mapped_ibm_washington_qiskit_opt2_22.qasm,3296,ibm_127q,su2random,qiskit,2 +2176,127,309,"{'rz': 182, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 302},"(44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (81, 72)",qpeinexact_mapped_ibm_washington_qiskit_opt2_11.qasm,2383,ibm_127q,qpeinexact,qiskit,2 +2177,127,261,"{'rz': 224, 'sx': 13, 'measure': 12}",{'cx': 890},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_12.qasm,3995,ibm_127q,qftentangled,qiskit,0 +2178,127,8566,"{'rz': 14244, 'sx': 566, 'measure': 95}",{'cx': 55700},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt0_95.qasm,2325,ibm_127q,ae,qiskit,0 +2179,127,11404,"{'rz': 17762, 'sx': 214, 'measure': 107, 'x': 1}",{'cx': 83208},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qpeexact_mapped_ibm_washington_qiskit_opt0_108.qasm,1973,ibm_127q,qpeexact,qiskit,0 +2180,127,2168,"{'rz': 3236, 'sx': 1082, 'x': 169, 'measure': 49}",{'cx': 6176},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeexact_mapped_ibm_washington_qiskit_opt3_50.qasm,1102,ibm_127q,qpeexact,qiskit,3 +2181,127,57,"{'measure': 54, 'rz': 2, 'sx': 1}",{'cx': 53},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_54.qasm,3078,ibm_127q,ghz,qiskit,1 +2182,127,8266,"{'rz': 708, 'sx': 472, 'measure': 59}",{'cx': 61995},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_59.qasm,1511,ibm_127q,twolocalrandom,qiskit,0 +2183,127,597,"{'rz': 584, 'sx': 214, 'x': 27, 'measure': 17}",{'cx': 807},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (91, 79); (92, 83); (92, 102); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt3_18.qasm,3372,ibm_127q,qpeinexact,qiskit,3 +2184,127,2323,"{'rz': 2781, 'sx': 59, 'measure': 59}",{'cx': 8158},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qft_mapped_ibm_washington_qiskit_opt2_59.qasm,1116,ibm_127q,qft,qiskit,2 +2185,127,815,"{'sx': 208, 'rz': 208, 'measure': 26}",{'cx': 3349},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99)",su2random_mapped_ibm_washington_qiskit_opt2_26.qasm,3942,ibm_127q,su2random,qiskit,2 +2186,127,1621,"{'rz': 1652, 'sx': 34, 'measure': 33}",{'cx': 6590},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31)",qftentangled_mapped_ibm_washington_qiskit_opt0_33.qasm,3630,ibm_127q,qftentangled,qiskit,0 +2187,127,359,"{'rz': 633, 'sx': 463, 'measure': 11, 'x': 4}",{'cx': 474},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",portfoliovqe_mapped_ibm_washington_qiskit_opt3_11.qasm,3470,ibm_127q,portfoliovqe,qiskit,3 +2188,127,860,"{'rz': 1003, 'sx': 27, 'measure': 26}",{'cx': 1950},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt1_26.qasm,3505,ibm_127q,qftentangled,qiskit,1 +2189,127,32,"{'rz': 54, 'sx': 27, 'measure': 21}",{'cx': 78},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (75, 76); (76, 75); (76, 77); (77, 76); (82, 83); (83, 82); (83, 92); (92, 83); (92, 102); (102, 92)",graphstate_mapped_ibm_washington_qiskit_opt1_21.qasm,1699,ibm_127q,graphstate,qiskit,1 +2190,127,1136,"{'rz': 683, 'sx': 213, 'x': 10, 'measure': 7}",{'cx': 838},"(45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65)",grover-v-chain_mapped_ibm_washington_qiskit_opt3_7.qasm,2655,ibm_127q,grover-v-chain,qiskit,3 +2191,127,3500,"{'rz': 5610, 'sx': 100, 'measure': 99}",{'cx': 22008},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_99.qasm,3563,ibm_127q,qftentangled,qiskit,2 +2192,127,838,"{'sx': 280, 'rz': 280, 'measure': 35}",{'cx': 5319},"(4, 15); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_35.qasm,3558,ibm_127q,twolocalrandom,qiskit,2 +2193,127,2498,"{'rz': 2938, 'sx': 112, 'measure': 56, 'x': 1}",{'cx': 8625},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt2_57.qasm,3689,ibm_127q,qpeexact,qiskit,2 +2194,127,193,"{'rz': 174, 'sx': 87, 'measure': 43}",{'cx': 217},"(20, 21); (20, 33); (21, 20); (33, 20); (33, 39); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (53, 41); (53, 60); (54, 64); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118)",dj_mapped_ibm_washington_qiskit_opt1_44.qasm,1715,ibm_127q,dj,qiskit,1 +2195,127,786,"{'rz': 442, 'sx': 221, 'measure': 110, 'x': 97}",{'cx': 1349},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100)",dj_mapped_ibm_washington_qiskit_opt0_111.qasm,1737,ibm_127q,dj,qiskit,0 +2196,127,317,"{'sx': 312, 'rz': 156, 'measure': 79, 'x': 1}",{'cx': 156},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_79.qasm,2776,ibm_127q,wstate,qiskit,2 +2197,127,748,"{'rz': 176, 'sx': 176, 'measure': 22}",{'cx': 2472},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_22.qasm,2117,ibm_127q,twolocalrandom,qiskit,2 +2198,127,1694,"{'rz': 2850, 'sx': 300, 'measure': 50}",{'cx': 10844},"(12, 17); (17, 12); (17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qnn_mapped_ibm_washington_qiskit_opt2_50.qasm,3694,ibm_127q,qnn,qiskit,2 +2199,127,10067,"{'rz': 1024, 'sx': 512, 'measure': 64}",{'cx': 77394},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_64.qasm,1898,ibm_127q,su2random,qiskit,0 +2200,127,15031,"{'rz': 16758, 'sx': 756, 'measure': 126}",{'cx': 107787},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_126.qasm,2122,ibm_127q,qnn,qiskit,1 +2201,127,236,"{'rz': 187, 'sx': 11, 'measure': 11}",{'cx': 617},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_11.qasm,3017,ibm_127q,qft,qiskit,0 +2202,127,1697,"{'rz': 3587, 'sx': 51, 'measure': 50}",{'cx': 7365},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_50.qasm,3718,ibm_127q,qftentangled,qiskit,1 +2203,127,3661,"{'rz': 3775, 'sx': 50, 'measure': 50}",{'cx': 17453},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_50.qasm,1994,ibm_127q,qft,qiskit,0 +2204,127,313,"{'rz': 257, 'sx': 157, 'measure': 66, 'x': 11}",{'cx': 256},"(20, 33); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (110, 100); (110, 118); (111, 104); (118, 110)",dj_mapped_ibm_washington_qiskit_opt3_67.qasm,1981,ibm_127q,dj,qiskit,3 +2205,127,629,"{'rz': 470, 'sx': 235, 'measure': 117}",{'cx': 855},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt1_118.qasm,3836,ibm_127q,dj,qiskit,1 +2206,127,1019,"{'measure': 125, 'rz': 2, 'sx': 1}",{'cx': 1141},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_125.qasm,1790,ibm_127q,ghz,qiskit,2 +2207,127,3592,"{'rz': 4752, 'sx': 93, 'measure': 92}",{'cx': 21118},"(15, 22); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_92.qasm,3903,ibm_127q,qftentangled,qiskit,2 +2208,127,565,"{'rz': 386, 'sx': 193, 'measure': 96}",{'cx': 786},"(3, 4); (4, 3); (4, 15); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (106, 93); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt1_97.qasm,2454,ibm_127q,dj,qiskit,1 +2209,127,4407,"{'rz': 4902, 'sx': 57, 'measure': 57}",{'cx': 22476},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_57.qasm,3193,ibm_127q,qft,qiskit,0 +2210,127,53775,"{'rz': 54257, 'sx': 19862, 'x': 711, 'measure': 118}",{'cx': 313374},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_118.qasm,2226,ibm_127q,random,qiskit,1 +2211,127,2678,"{'rz': 3428, 'sx': 124, 'measure': 62, 'x': 1}",{'cx': 10608},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeinexact_mapped_ibm_washington_qiskit_opt2_63.qasm,3009,ibm_127q,qpeinexact,qiskit,2 +2212,127,236,"{'rz': 205, 'sx': 89, 'measure': 8, 'x': 2}",{'cx': 207},"(35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (64, 54)",random_mapped_ibm_washington_qiskit_opt1_8.qasm,2518,ibm_127q,random,qiskit,1 +2213,127,130,"{'rz': 106, 'sx': 53, 'measure': 26}",{'cx': 128},"(35, 47); (41, 53); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (91, 79); (92, 83); (92, 102); (102, 92)",dj_mapped_ibm_washington_qiskit_opt1_27.qasm,2732,ibm_127q,dj,qiskit,1 +2214,127,1903,"{'rz': 846, 'sx': 195, 'x': 30, 'measure': 9}",{'cx': 1956},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt0_9.qasm,1470,ibm_127q,qwalk-v-chain,qiskit,0 +2215,127,365,"{'rz': 245, 'sx': 70, 'measure': 20}",{'cx': 624},"(15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54)",portfolioqaoa_mapped_ibm_washington_qiskit_opt3_10.qasm,2231,ibm_127q,portfolioqaoa,qiskit,3 +2216,127,3239,"{'sx': 528, 'rz': 528, 'measure': 66}",{'cx': 28003},"(20, 33); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt1_66.qasm,1929,ibm_127q,realamprandom,qiskit,1 +2217,127,4405,"{'rz': 544, 'sx': 544, 'measure': 68}",{'cx': 27640},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (54, 45); (54, 64); (55, 49); (55, 68); (58, 71); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_68.qasm,3025,ibm_127q,twolocalrandom,qiskit,2 +2218,127,2759,"{'sx': 392, 'rz': 392, 'measure': 49}",{'cx': 16005},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",su2random_mapped_ibm_washington_qiskit_opt1_49.qasm,4051,ibm_127q,su2random,qiskit,1 +2219,127,4687,"{'sx': 480, 'rz': 480, 'measure': 60}",{'cx': 23878},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",realamprandom_mapped_ibm_washington_qiskit_opt1_60.qasm,2932,ibm_127q,realamprandom,qiskit,1 +2220,127,913,"{'rz': 992, 'sx': 377, 'x': 54, 'measure': 24}",{'cx': 1307},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83); (92, 102); (102, 92)",ae_mapped_ibm_washington_qiskit_opt3_24.qasm,2404,ibm_127q,ae,qiskit,3 +2221,127,7664,"{'rz': 9317, 'sx': 154, 'measure': 77, 'x': 1}",{'cx': 44547},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_78.qasm,2601,ibm_127q,qpeexact,qiskit,0 +2222,127,188,"{'rz': 90, 'sx': 45, 'x': 23, 'measure': 22}",{'cx': 313},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_23.qasm,1729,ibm_127q,dj,qiskit,0 +2223,127,2153,"{'sx': 464, 'rz': 464, 'measure': 58}",{'cx': 16887},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (39, 33); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt2_58.qasm,2118,ibm_127q,su2random,qiskit,2 +2224,127,4331,"{'rz': 4381, 'sx': 154, 'measure': 77, 'x': 1}",{'cx': 16261},"(15, 22); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt2_78.qasm,1307,ibm_127q,qpeexact,qiskit,2 +2225,127,7915,"{'rz': 13020, 'sx': 93, 'measure': 93}",{'cx': 58524},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt0_93.qasm,2252,ibm_127q,qft,qiskit,0 +2226,127,1211,"{'rz': 1294, 'sx': 645, 'x': 51, 'measure': 18}",{'cx': 2024},"(54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92)",random_mapped_ibm_washington_qiskit_opt3_18.qasm,4055,ibm_127q,random,qiskit,3 +2227,127,195,"{'rz': 137, 'sx': 16, 'measure': 8, 'x': 1}",{'cx': 184},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61)",qpeexact_mapped_ibm_washington_qiskit_opt1_9.qasm,1368,ibm_127q,qpeexact,qiskit,1 +2228,127,157,"{'rz': 450, 'sx': 225, 'measure': 105}",{'cx': 702},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (126, 112)",graphstate_mapped_ibm_washington_qiskit_opt1_105.qasm,2960,ibm_127q,graphstate,qiskit,1 +2229,127,12388,"{'rz': 13794, 'sx': 684, 'measure': 114}",{'cx': 83738},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_114.qasm,3358,ibm_127q,qnn,qiskit,2 +2230,127,4612,"{'rz': 608, 'sx': 608, 'measure': 76}",{'cx': 33800},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_76.qasm,3891,ibm_127q,twolocalrandom,qiskit,2 +2231,127,314,"{'rz': 280, 'sx': 115, 'measure': 10, 'x': 7}",{'cx': 362},"(63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",random_mapped_ibm_washington_qiskit_opt1_10.qasm,1064,ibm_127q,random,qiskit,1 +2232,127,392,"{'rz': 228, 'sx': 72, 'measure': 12}",{'cx': 605},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (54, 45)",qnn_mapped_ibm_washington_qiskit_opt1_12.qasm,2654,ibm_127q,qnn,qiskit,1 +2233,127,1329,"{'rz': 1290, 'sx': 158, 'measure': 27}",{'cx': 3597},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_27.qasm,3729,ibm_127q,ae,qiskit,0 +2234,127,5187,"{'rz': 6630, 'sx': 468, 'measure': 78}",{'cx': 32826},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_78.qasm,1529,ibm_127q,qnn,qiskit,1 +2235,127,2904,"{'rz': 4216, 'sx': 440, 'measure': 74}",{'cx': 12126},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100)",ae_mapped_ibm_washington_qiskit_opt2_74.qasm,2956,ibm_127q,ae,qiskit,2 +2236,127,2053,"{'rz': 2627, 'sx': 59, 'measure': 58}",{'cx': 8267},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt2_58.qasm,2179,ibm_127q,qftentangled,qiskit,2 +2237,127,717,"{'rz': 744, 'sx': 144, 'measure': 24}",{'cx': 2593},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt1_24.qasm,2071,ibm_127q,qnn,qiskit,1 +2238,127,153,"{'rz': 83, 'sx': 9, 'measure': 8}",{'cx': 166},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (54, 45)",qftentangled_mapped_ibm_washington_qiskit_opt2_8.qasm,3720,ibm_127q,qftentangled,qiskit,2 +2239,127,2793,"{'rz': 7248, 'sx': 6326, 'x': 229, 'measure': 53}",{'cx': 12945},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_53.qasm,2553,ibm_127q,twolocalrandom,qiskit,3 +2240,127,2067,"{'rz': 942, 'sx': 416, 'x': 80, 'measure': 15}",{'cx': 1944},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",pricingput_mapped_ibm_washington_qiskit_opt0_15.qasm,2527,ibm_127q,pricingput,qiskit,0 +2241,127,78,"{'rz': 63, 'sx': 37, 'measure': 18}",{'cx': 59},"(45, 54); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83)",dj_mapped_ibm_washington_qiskit_opt2_19.qasm,2174,ibm_127q,dj,qiskit,2 +2242,127,148,"{'rz': 120, 'sx': 72, 'measure': 13, 'x': 1}",{'cx': 135},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_13.qasm,2987,ibm_127q,wstate,qiskit,0 +2243,127,5219,"{'rz': 6687, 'sx': 218, 'measure': 109, 'x': 1}",{'cx': 31329},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_110.qasm,4033,ibm_127q,qpeinexact,qiskit,2 +2244,127,1518,"{'rz': 653, 'sx': 392, 'x': 20, 'measure': 15}",{'cx': 1008},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",pricingput_mapped_ibm_washington_qiskit_opt1_15.qasm,4057,ibm_127q,pricingput,qiskit,1 +2245,127,107,"{'rz': 168, 'sx': 84, 'measure': 28}",{'cx': 358},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_28.qasm,1535,ibm_127q,graphstate,qiskit,0 +2246,127,4047,"{'rz': 5135, 'sx': 512, 'measure': 86}",{'cx': 16953},"(20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_86.qasm,1582,ibm_127q,ae,qiskit,2 +2247,127,325,"{'rz': 250, 'sx': 150, 'measure': 26, 'x': 1}",{'cx': 353},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_26.qasm,1063,ibm_127q,wstate,qiskit,0 +2248,127,1752,"{'rz': 2165, 'sx': 681, 'x': 111, 'measure': 38}",{'cx': 3909},"(35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83); (92, 102); (102, 92)",qpeexact_mapped_ibm_washington_qiskit_opt3_39.qasm,2885,ibm_127q,qpeexact,qiskit,3 +2249,127,14464,"{'rz': 16501, 'sx': 5853, 'x': 69, 'measure': 58}",{'cx': 79738},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_58.qasm,2539,ibm_127q,random,qiskit,0 +2250,127,3053,"{'rz': 5160, 'sx': 120, 'measure': 60, 'x': 1}",{'cx': 11785},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt1_61.qasm,3213,ibm_127q,qpeexact,qiskit,1 +2251,127,1327,"{'rz': 1395, 'sx': 66, 'measure': 33, 'x': 1}",{'cx': 3348},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt2_34.qasm,3868,ibm_127q,qpeinexact,qiskit,2 +2252,127,5612,"{'sx': 664, 'rz': 664, 'measure': 83}",{'cx': 41607},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_83.qasm,3326,ibm_127q,su2random,qiskit,2 +2253,127,2498,"{'rz': 2938, 'sx': 112, 'measure': 56, 'x': 1}",{'cx': 8625},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt2_57.qasm,1663,ibm_127q,qpeinexact,qiskit,2 +2254,127,4846,"{'rz': 6176, 'sx': 64, 'measure': 64}",{'cx': 26571},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_64.qasm,3904,ibm_127q,qft,qiskit,0 +2255,127,8677,"{'rz': 13415, 'sx': 250, 'measure': 125, 'x': 1}",{'cx': 48429},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_126.qasm,3427,ibm_127q,qpeexact,qiskit,1 +2256,127,1645,"{'rz': 1762, 'sx': 44, 'measure': 43}",{'cx': 4616},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qftentangled_mapped_ibm_washington_qiskit_opt2_43.qasm,3889,ibm_127q,qftentangled,qiskit,2 +2257,127,2177,"{'rz': 3175, 'sx': 62, 'measure': 61}",{'cx': 9023},"(8, 16); (16, 8); (16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt2_61.qasm,2714,ibm_127q,qftentangled,qiskit,2 +2258,127,3730,"{'rz': 4025, 'sx': 100, 'measure': 50, 'x': 1}",{'cx': 17079},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_51.qasm,2207,ibm_127q,qpeinexact,qiskit,0 +2259,127,6748,"{'rz': 752, 'sx': 376, 'measure': 47}",{'cx': 40098},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_47.qasm,2314,ibm_127q,su2random,qiskit,0 +2260,127,424,"{'rz': 330, 'sx': 165, 'measure': 82}",{'cx': 520},"(8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111)",dj_mapped_ibm_washington_qiskit_opt1_83.qasm,3746,ibm_127q,dj,qiskit,1 +2261,127,305,"{'rz': 483, 'sx': 312, 'measure': 12, 'x': 3}",{'cx': 408},"(33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (54, 45)",groundstate_medium_mapped_ibm_washington_qiskit_opt3_12.qasm,2725,ibm_127q,groundstate,qiskit,3 +2262,127,82,"{'rz': 436, 'sx': 218, 'measure': 112}",{'cx': 688},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_112.qasm,2737,ibm_127q,graphstate,qiskit,1 +2263,127,491,"{'rz': 374, 'sx': 187, 'measure': 93}",{'cx': 645},"(3, 4); (4, 3); (4, 15); (14, 18); (15, 4); (15, 22); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 47); (37, 52); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt1_94.qasm,2208,ibm_127q,dj,qiskit,1 +2264,127,740,"{'rz': 1077, 'sx': 615, 'measure': 16}",{'cx': 1500},"(15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",portfoliovqe_mapped_ibm_washington_qiskit_opt2_16.qasm,3153,ibm_127q,portfoliovqe,qiskit,2 +2265,127,6456,"{'rz': 10621, 'sx': 206, 'measure': 103, 'x': 1}",{'cx': 32015},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_104.qasm,3294,ibm_127q,qpeexact,qiskit,1 +2266,127,821,"{'rz': 454, 'sx': 227, 'measure': 113, 'x': 97}",{'cx': 1397},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt0_114.qasm,3371,ibm_127q,dj,qiskit,0 +2267,127,82,"{'rz': 78, 'sx': 39, 'measure': 19}",{'cx': 61},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (73, 66); (73, 85); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",dj_mapped_ibm_washington_qiskit_opt1_20.qasm,1948,ibm_127q,dj,qiskit,1 +2268,127,568,"{'rz': 420, 'sx': 163, 'measure': 11, 'x': 8}",{'cx': 589},"(45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt1_11.qasm,3903,ibm_127q,random,qiskit,1 +2269,127,27610,"{'rz': 29168, 'sx': 10592, 'x': 368, 'measure': 86}",{'cx': 135157},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_86.qasm,3464,ibm_127q,random,qiskit,1 +2270,127,549,"{'rz': 394, 'sx': 197, 'measure': 98}",{'cx': 884},"(4, 15); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (23, 24); (24, 23); (24, 34); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt1_99.qasm,1359,ibm_127q,dj,qiskit,1 +2271,127,4252,"{'rz': 6557, 'sx': 142, 'measure': 71, 'x': 1}",{'cx': 15807},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qpeexact_mapped_ibm_washington_qiskit_opt1_72.qasm,3752,ibm_127q,qpeexact,qiskit,1 +2272,127,654,"{'rz': 377, 'sx': 91, 'measure': 26}",{'cx': 1171},"(45, 54); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",portfolioqaoa_mapped_ibm_washington_qiskit_opt1_13.qasm,1746,ibm_127q,portfolioqaoa,qiskit,1 +2273,127,275,"{'rz': 368, 'sx': 315, 'measure': 11, 'x': 10}",{'cx': 406},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_11.qasm,1218,ibm_127q,twolocalrandom,qiskit,3 +2274,127,139,"{'rz': 552, 'sx': 276, 'measure': 126}",{'cx': 966},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (126, 112)",graphstate_mapped_ibm_washington_qiskit_opt1_126.qasm,1666,ibm_127q,graphstate,qiskit,1 +2275,127,626,"{'rz': 918, 'sx': 369, 'x': 29, 'measure': 23}",{'cx': 1129},"(20, 33); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",ae_mapped_ibm_washington_qiskit_opt3_23.qasm,3973,ibm_127q,ae,qiskit,3 +2276,127,49,"{'measure': 46, 'rz': 2, 'sx': 1}",{'cx': 45},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt3_46.qasm,3533,ibm_127q,ghz,qiskit,3 +2277,127,1520,"{'rz': 2730, 'sx': 54, 'measure': 53}",{'cx': 6158},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qftentangled_mapped_ibm_washington_qiskit_opt2_53.qasm,3181,ibm_127q,qftentangled,qiskit,2 +2278,127,853,"{'rz': 474, 'sx': 237, 'measure': 118, 'x': 103}",{'cx': 1462},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt0_119.qasm,2687,ibm_127q,dj,qiskit,0 +2279,127,17037,"{'rz': 7054, 'sx': 4352, 'x': 70, 'measure': 23}",{'cx': 9225},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",pricingcall_mapped_ibm_washington_qiskit_opt0_23.qasm,3058,ibm_127q,pricingcall,qiskit,0 +2280,127,20425,"{'rz': 20795, 'sx': 7905, 'x': 286, 'measure': 75}",{'cx': 93173},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_75.qasm,1254,ibm_127q,random,qiskit,2 +2281,127,52,"{'rz': 124, 'sx': 62, 'measure': 38}",{'cx': 182},"(4, 15); (15, 4); (15, 22); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt2_38.qasm,2127,ibm_127q,graphstate,qiskit,2 +2282,127,585,"{'rz': 494, 'sx': 114, 'measure': 19}",{'cx': 1508},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qnn_mapped_ibm_washington_qiskit_opt2_19.qasm,3506,ibm_127q,qnn,qiskit,2 +2283,127,1119,"{'rz': 2375, 'sx': 40, 'measure': 40}",{'cx': 4491},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt1_40.qasm,3773,ibm_127q,qft,qiskit,1 +2284,127,4597,"{'rz': 8553, 'sx': 92, 'measure': 91}",{'cx': 25125},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_91.qasm,4005,ibm_127q,qftentangled,qiskit,1 +2285,127,7384,"{'rz': 2916, 'sx': 2234, 'x': 28, 'measure': 21}",{'cx': 3590},"(65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107)",pricingput_mapped_ibm_washington_qiskit_opt1_21.qasm,3012,ibm_127q,pricingput,qiskit,1 +2286,127,20701,"{'rz': 21652, 'sx': 7911, 'x': 282, 'measure': 75}",{'cx': 92558},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_75.qasm,2012,ibm_127q,random,qiskit,1 +2287,127,486,"{'rz': 430, 'sx': 113, 'measure': 15, 'x': 10}",{'cx': 648},"(34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",qpeinexact_mapped_ibm_washington_qiskit_opt3_16.qasm,1994,ibm_127q,qpeinexact,qiskit,3 +2288,127,482,"{'rz': 350, 'sx': 175, 'measure': 87}",{'cx': 690},"(7, 8); (8, 7); (8, 16); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 54); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (118, 110); (122, 111); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt1_88.qasm,1915,ibm_127q,dj,qiskit,1 +2289,127,2122,"{'rz': 2632, 'sx': 296, 'measure': 50}",{'cx': 5853},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",ae_mapped_ibm_washington_qiskit_opt2_50.qasm,1967,ibm_127q,ae,qiskit,2 +2290,127,350,"{'rz': 278, 'sx': 155, 'measure': 77}",{'cx': 435},"(12, 17); (15, 22); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (24, 34); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (118, 110); (118, 119); (119, 118)",dj_mapped_ibm_washington_qiskit_opt2_78.qasm,2052,ibm_127q,dj,qiskit,2 +2291,127,13621,"{'rz': 14472, 'sx': 5520, 'x': 203, 'measure': 62}",{'cx': 54887},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83)",random_mapped_ibm_washington_qiskit_opt1_62.qasm,3329,ibm_127q,random,qiskit,1 +2292,127,298,"{'rz': 234, 'sx': 117, 'measure': 58}",{'cx': 343},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (92, 83); (92, 102); (93, 87); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt1_59.qasm,2169,ibm_127q,dj,qiskit,1 +2293,127,1597,"{'rz': 2866, 'sx': 45, 'measure': 44}",{'cx': 5679},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qftentangled_mapped_ibm_washington_qiskit_opt1_44.qasm,1262,ibm_127q,qftentangled,qiskit,1 +2294,127,4252,"{'rz': 6557, 'sx': 142, 'measure': 71, 'x': 1}",{'cx': 15807},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qpeinexact_mapped_ibm_washington_qiskit_opt1_72.qasm,3728,ibm_127q,qpeinexact,qiskit,1 +2295,127,3479,"{'rz': 6049, 'sx': 134, 'measure': 67, 'x': 1}",{'cx': 14894},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt1_68.qasm,1977,ibm_127q,qpeinexact,qiskit,1 +2296,127,228,"{'rz': 175, 'sx': 99, 'measure': 49}",{'cx': 239},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (92, 83)",dj_mapped_ibm_washington_qiskit_opt2_50.qasm,2999,ibm_127q,dj,qiskit,2 +2297,127,6574,"{'rz': 7143, 'sx': 123, 'measure': 122}",{'cx': 36215},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_122.qasm,1724,ibm_127q,qftentangled,qiskit,2 +2298,127,3587,"{'rz': 6980, 'sx': 79, 'measure': 78}",{'cx': 16963},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (118, 110)",qftentangled_mapped_ibm_washington_qiskit_opt1_78.qasm,3252,ibm_127q,qftentangled,qiskit,1 +2299,127,137,"{'rz': 498, 'sx': 249, 'measure': 119}",{'cx': 809},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_119.qasm,1568,ibm_127q,graphstate,qiskit,1 +2300,127,839,"{'rz': 1835, 'sx': 42, 'measure': 41}",{'cx': 3833},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt2_41.qasm,2210,ibm_127q,qftentangled,qiskit,2 +2301,127,42,"{'measure': 39, 'rz': 2, 'sx': 1}",{'cx': 38},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",ghz_mapped_ibm_washington_qiskit_opt2_39.qasm,2860,ibm_127q,ghz,qiskit,2 +2302,127,4650,"{'rz': 6794, 'sx': 474, 'measure': 79}",{'cx': 28487},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_79.qasm,1065,ibm_127q,qnn,qiskit,1 +2303,127,448,"{'rz': 618, 'sx': 309, 'measure': 103}",{'cx': 2533},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt0_103.qasm,3020,ibm_127q,graphstate,qiskit,0 +2304,127,35,"{'rz': 114, 'sx': 60, 'measure': 12}",{'cx': 48},"(104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qaoa_mapped_ibm_washington_qiskit_opt3_12.qasm,1258,ibm_127q,qaoa,qiskit,3 +2305,127,2382,"{'rz': 20644, 'sx': 15065, 'measure': 70, 'x': 16}",{'cx': 16559},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt3_70.qasm,2292,ibm_127q,qnn,qiskit,3 +2306,127,463,"{'rz': 354, 'sx': 217, 'measure': 94, 'x': 14}",{'cx': 408},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt3_95.qasm,1122,ibm_127q,dj,qiskit,3 +2307,127,1878,"{'rz': 9399, 'sx': 6488, 'measure': 50, 'x': 17}",{'cx': 9037},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qnn_mapped_ibm_washington_qiskit_opt3_50.qasm,1935,ibm_127q,qnn,qiskit,3 +2308,127,44,"{'measure': 41, 'rz': 2, 'sx': 1}",{'cx': 40},"(9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_41.qasm,3350,ibm_127q,ghz,qiskit,2 +2309,127,10107,"{'rz': 804, 'sx': 536, 'measure': 67}",{'cx': 82062},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_67.qasm,2683,ibm_127q,twolocalrandom,qiskit,0 +2310,127,529,"{'rz': 733, 'sx': 429, 'measure': 13}",{'cx': 930},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",portfoliovqe_mapped_ibm_washington_qiskit_opt1_13.qasm,4087,ibm_127q,portfoliovqe,qiskit,1 +2311,127,9451,"{'rz': 15744, 'sx': 596, 'measure': 100}",{'cx': 64008},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt0_100.qasm,1824,ibm_127q,ae,qiskit,0 +2312,127,1980,"{'rz': 3304, 'sx': 68, 'measure': 68}",{'cx': 10659},"(15, 22); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",qft_mapped_ibm_washington_qiskit_opt2_68.qasm,3734,ibm_127q,qft,qiskit,2 +2313,127,963,"{'rz': 1267, 'sx': 398, 'x': 52, 'measure': 27}",{'cx': 2028},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qpeinexact_mapped_ibm_washington_qiskit_opt3_28.qasm,1515,ibm_127q,qpeinexact,qiskit,3 +2314,127,41,"{'measure': 38, 'rz': 2, 'sx': 1}",{'cx': 37},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",ghz_mapped_ibm_washington_qiskit_opt2_38.qasm,3063,ibm_127q,ghz,qiskit,2 +2315,127,9655,"{'rz': 744, 'sx': 496, 'measure': 62}",{'cx': 71439},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_62.qasm,3346,ibm_127q,realamprandom,qiskit,0 +2316,127,546,"{'rz': 464, 'sx': 114, 'x': 17, 'measure': 16}",{'cx': 773},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",qpeinexact_mapped_ibm_washington_qiskit_opt3_17.qasm,2635,ibm_127q,qpeinexact,qiskit,3 +2317,127,8716,"{'rz': 13202, 'sx': 184, 'measure': 92, 'x': 1}",{'cx': 60030},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83)",qpeinexact_mapped_ibm_washington_qiskit_opt0_93.qasm,1401,ibm_127q,qpeinexact,qiskit,0 +2318,127,2166,"{'rz': 3232, 'sx': 1080, 'x': 166, 'measure': 49}",{'cx': 6177},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeinexact_mapped_ibm_washington_qiskit_opt3_50.qasm,1415,ibm_127q,qpeinexact,qiskit,3 +2319,127,65,"{'rz': 78, 'sx': 39, 'measure': 29}",{'cx': 134},"(4, 15); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (98, 91)",graphstate_mapped_ibm_washington_qiskit_opt2_29.qasm,1404,ibm_127q,graphstate,qiskit,2 +2320,127,591,"{'rz': 460, 'sx': 276, 'measure': 47, 'x': 1}",{'cx': 629},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_47.qasm,1175,ibm_127q,wstate,qiskit,0 +2321,127,29,"{'sx': 24, 'rz': 12, 'measure': 7, 'x': 1}",{'cx': 12},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",wstate_mapped_ibm_washington_qiskit_opt1_7.qasm,3102,ibm_127q,wstate,qiskit,1 +2322,127,152,"{'sx': 56, 'rz': 56, 'measure': 7}",{'cx': 159},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",su2random_mapped_ibm_washington_qiskit_opt2_7.qasm,2005,ibm_127q,su2random,qiskit,2 +2323,127,2887,"{'rz': 3807, 'sx': 410, 'measure': 69}",{'cx': 10425},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",ae_mapped_ibm_washington_qiskit_opt2_69.qasm,2661,ibm_127q,ae,qiskit,2 +2324,127,325,"{'sx': 320, 'rz': 160, 'measure': 81, 'x': 1}",{'cx': 160},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_81.qasm,3369,ibm_127q,wstate,qiskit,2 +2325,127,8861,"{'rz': 12423, 'sx': 123, 'measure': 123}",{'cx': 47338},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_123.qasm,3854,ibm_127q,qft,qiskit,1 +2326,127,7591,"{'rz': 8918, 'sx': 546, 'measure': 91}",{'cx': 47646},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_91.qasm,1619,ibm_127q,qnn,qiskit,1 +2327,127,54,"{'measure': 51, 'rz': 2, 'sx': 1}",{'cx': 50},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ghz_mapped_ibm_washington_qiskit_opt1_51.qasm,3184,ibm_127q,ghz,qiskit,1 +2328,127,193,"{'sx': 188, 'rz': 94, 'measure': 48, 'x': 1}",{'cx': 94},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_48.qasm,2785,ibm_127q,wstate,qiskit,3 +2329,127,893,"{'rz': 1346, 'sx': 35, 'measure': 35}",{'cx': 3266},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt2_35.qasm,2096,ibm_127q,qft,qiskit,2 +2330,127,2757,"{'rz': 5700, 'sx': 101, 'measure': 100}",{'cx': 22601},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qftentangled_mapped_ibm_washington_qiskit_opt2_100.qasm,2780,ibm_127q,qftentangled,qiskit,2 +2331,127,3089,"{'rz': 5350, 'sx': 368, 'measure': 62}",{'cx': 11126},"(7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_62.qasm,2701,ibm_127q,ae,qiskit,1 +2332,127,16,"{'measure': 13, 'rz': 2, 'sx': 1}",{'cx': 12},"(52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt1_13.qasm,2359,ibm_127q,ghz,qiskit,1 +2333,127,3138,"{'rz': 4454, 'sx': 326, 'measure': 55}",{'cx': 9301},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt1_55.qasm,2663,ibm_127q,ae,qiskit,1 +2334,127,5621,"{'sx': 560, 'rz': 560, 'measure': 70}",{'cx': 28870},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_70.qasm,2105,ibm_127q,twolocalrandom,qiskit,2 +2335,127,5638,"{'rz': 6897, 'sx': 132, 'measure': 66, 'x': 1}",{'cx': 30810},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt0_67.qasm,3925,ibm_127q,qpeexact,qiskit,0 +2336,127,9259,"{'rz': 10908, 'sx': 606, 'measure': 101}",{'cx': 63934},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_101.qasm,1749,ibm_127q,qnn,qiskit,1 +2337,127,81,"{'measure': 78, 'rz': 2, 'sx': 1}",{'cx': 77},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_78.qasm,1763,ibm_127q,ghz,qiskit,2 +2338,127,33,"{'rz': 74, 'sx': 45, 'measure': 20, 'x': 3}",{'cx': 45},"(20, 21); (20, 33); (21, 20); (33, 20); (41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (83, 92); (85, 73); (92, 83); (92, 102); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",graphstate_mapped_ibm_washington_qiskit_opt3_20.qasm,3993,ibm_127q,graphstate,qiskit,3 +2339,127,390,"{'rz': 294, 'sx': 147, 'measure': 73}",{'cx': 517},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (16, 26); (17, 30); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (33, 39); (34, 24); (34, 43); (35, 47); (37, 52); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt1_74.qasm,2010,ibm_127q,dj,qiskit,1 +2340,127,878,"{'rz': 700, 'sx': 420, 'measure': 71, 'x': 1}",{'cx': 905},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69)",wstate_mapped_ibm_washington_qiskit_opt0_71.qasm,3426,ibm_127q,wstate,qiskit,0 +2341,127,8620,"{'sx': 816, 'rz': 816, 'measure': 102}",{'cx': 68151},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_102.qasm,2958,ibm_127q,twolocalrandom,qiskit,2 +2342,127,629,"{'rz': 1260, 'sx': 658, 'measure': 14}",{'cx': 1725},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",portfoliovqe_mapped_ibm_washington_qiskit_opt0_14.qasm,1053,ibm_127q,portfoliovqe,qiskit,0 +2343,127,859,"{'measure': 111, 'rz': 2, 'sx': 1}",{'cx': 911},"(3, 4); (4, 3); (4, 15); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_111.qasm,3849,ibm_127q,ghz,qiskit,2 +2344,127,1232,"{'rz': 2606, 'sx': 861, 'x': 88, 'measure': 45}",{'cx': 4494},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103)",qft_mapped_ibm_washington_qiskit_opt3_45.qasm,1402,ibm_127q,qft,qiskit,3 +2345,127,8685,"{'rz': 928, 'sx': 464, 'measure': 58}",{'cx': 62211},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_58.qasm,2046,ibm_127q,su2random,qiskit,0 +2346,127,1553,"{'sx': 328, 'rz': 328, 'measure': 41}",{'cx': 8321},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (85, 73)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_41.qasm,3699,ibm_127q,twolocalrandom,qiskit,2 +2347,127,654,"{'rz': 527, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 1692},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_18.qasm,1509,ibm_127q,qpeinexact,qiskit,0 +2348,127,1507,"{'rz': 1757, 'sx': 43, 'measure': 43}",{'cx': 4756},"(35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt2_43.qasm,2015,ibm_127q,qft,qiskit,2 +2349,127,137,"{'sx': 132, 'rz': 66, 'measure': 34, 'x': 1}",{'cx': 66},"(30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_34.qasm,2239,ibm_127q,wstate,qiskit,3 +2350,127,346,"{'rz': 264, 'sx': 147, 'measure': 73}",{'cx': 488},"(8, 16); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118)",dj_mapped_ibm_washington_qiskit_opt2_74.qasm,3345,ibm_127q,dj,qiskit,2 +2351,127,495,"{'measure': 108, 'rz': 2, 'sx': 1}",{'cx': 884},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",ghz_mapped_ibm_washington_qiskit_opt0_108.qasm,2537,ibm_127q,ghz,qiskit,0 +2352,127,133,"{'rz': 78, 'sx': 24, 'measure': 7}",{'cx': 115},"(45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qftentangled_mapped_ibm_washington_qiskit_opt3_7.qasm,2452,ibm_127q,qftentangled,qiskit,3 +2353,127,2396,"{'rz': 2667, 'sx': 42, 'measure': 42}",{'cx': 10926},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_42.qasm,1444,ibm_127q,qft,qiskit,0 +2354,127,335,"{'rz': 291, 'sx': 15, 'measure': 15}",{'cx': 567},"(28, 35); (35, 28); (35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt2_15.qasm,3655,ibm_127q,qft,qiskit,2 +2355,127,82,"{'rz': 144, 'sx': 72, 'measure': 42}",{'cx': 195},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (53, 60); (54, 45); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (93, 87); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (111, 104); (111, 122); (122, 111)",graphstate_mapped_ibm_washington_qiskit_opt2_42.qasm,4045,ibm_127q,graphstate,qiskit,2 +2356,127,2154,"{'rz': 400, 'sx': 400, 'measure': 50}",{'cx': 14197},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt2_50.qasm,1047,ibm_127q,realamprandom,qiskit,2 +2357,127,5320,"{'rz': 7192, 'sx': 152, 'measure': 76, 'x': 1}",{'cx': 18137},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_77.qasm,1911,ibm_127q,qpeexact,qiskit,1 +2358,127,379,"{'rz': 310, 'sx': 186, 'measure': 32, 'x': 1}",{'cx': 365},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30)",wstate_mapped_ibm_washington_qiskit_opt0_32.qasm,3909,ibm_127q,wstate,qiskit,0 +2359,127,126,"{'rz': 112, 'sx': 65, 'measure': 30, 'x': 2}",{'cx': 94},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (33, 20); (33, 39); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",dj_mapped_ibm_washington_qiskit_opt3_31.qasm,3626,ibm_127q,dj,qiskit,3 +2360,127,726,"{'rz': 410, 'sx': 205, 'measure': 102, 'x': 93}",{'cx': 1242},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt0_103.qasm,1137,ibm_127q,dj,qiskit,0 +2361,127,33,"{'rz': 102, 'sx': 51, 'measure': 37}",{'cx': 145},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (109, 96); (110, 100); (110, 118); (118, 110)",graphstate_mapped_ibm_washington_qiskit_opt2_37.qasm,2311,ibm_127q,graphstate,qiskit,2 +2362,127,3152,"{'sx': 592, 'rz': 592, 'measure': 74}",{'cx': 30944},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_74.qasm,2978,ibm_127q,twolocalrandom,qiskit,2 +2363,127,3124,"{'rz': 1482, 'sx': 130, 'measure': 9, 'x': 1}",{'cx': 2688},"(48, 49); (49, 48); (49, 55); (55, 49); (55, 68); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66)",grover-v-chain_mapped_ibm_washington_qiskit_opt2_9.qasm,1544,ibm_127q,grover-v-chain,qiskit,2 +2364,127,65,"{'rz': 53, 'sx': 33, 'measure': 16}",{'cx': 52},"(49, 55); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (85, 73)",dj_mapped_ibm_washington_qiskit_opt2_17.qasm,2074,ibm_127q,dj,qiskit,2 +2365,127,426,"{'rz': 230, 'sx': 115, 'x': 57, 'measure': 57}",{'cx': 729},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",dj_mapped_ibm_washington_qiskit_opt0_58.qasm,1207,ibm_127q,dj,qiskit,0 +2366,127,133,"{'rz': 520, 'sx': 260, 'measure': 120}",{'cx': 918},"(0, 1); (0, 14); (1, 0); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_120.qasm,1525,ibm_127q,graphstate,qiskit,1 +2367,127,3474,"{'rz': 3927, 'sx': 51, 'measure': 51}",{'cx': 16833},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_51.qasm,2096,ibm_127q,qft,qiskit,0 +2368,127,4162,"{'rz': 5614, 'sx': 62, 'measure': 61}",{'cx': 23658},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_61.qasm,1713,ibm_127q,qftentangled,qiskit,0 +2369,127,2265,"{'rz': 2998, 'sx': 114, 'measure': 57, 'x': 1}",{'cx': 8982},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qpeexact_mapped_ibm_washington_qiskit_opt2_58.qasm,2009,ibm_127q,qpeexact,qiskit,2 +2370,127,5542,"{'rz': 5917, 'sx': 122, 'measure': 61, 'x': 1}",{'cx': 26978},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt0_62.qasm,2265,ibm_127q,qpeexact,qiskit,0 +2371,127,532,"{'rz': 420, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 1452},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_16.qasm,2697,ibm_127q,qpeinexact,qiskit,0 +2372,127,977,"{'rz': 3193, 'sx': 1866, 'x': 96, 'measure': 42}",{'cx': 3423},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt3_42.qasm,1287,ibm_127q,qft,qiskit,3 +2373,127,2528,"{'rz': 2700, 'sx': 60, 'measure': 60}",{'cx': 8643},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt2_60.qasm,3186,ibm_127q,qft,qiskit,2 +2374,127,4340,"{'rz': 4440, 'sx': 308, 'measure': 52}",{'cx': 16125},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_52.qasm,4011,ibm_127q,ae,qiskit,0 +2375,127,123,"{'measure': 30, 'rz': 2, 'sx': 1}",{'cx': 212},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_30.qasm,3837,ibm_127q,ghz,qiskit,0 +2376,127,290,"{'rz': 207, 'sx': 172, 'measure': 15, 'x': 1}",{'cx': 848},"(4, 15); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",su2random_mapped_ibm_washington_qiskit_opt3_15.qasm,2456,ibm_127q,su2random,qiskit,3 +2377,127,125,"{'rz': 504, 'sx': 252, 'measure': 120}",{'cx': 726},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",graphstate_mapped_ibm_washington_qiskit_opt2_120.qasm,3800,ibm_127q,graphstate,qiskit,2 +2378,127,3895,"{'rz': 1968, 'sx': 1485, 'x': 43, 'measure': 19}",{'cx': 1884},"(72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",pricingcall_mapped_ibm_washington_qiskit_opt3_19.qasm,3108,ibm_127q,pricingcall,qiskit,3 +2379,127,127,"{'rz': 554, 'sx': 277, 'measure': 125}",{'cx': 827},"(0, 1); (0, 14); (1, 0); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_125.qasm,4079,ibm_127q,graphstate,qiskit,1 +2380,127,4455,"{'rz': 6938, 'sx': 148, 'measure': 74, 'x': 1}",{'cx': 17076},"(12, 17); (17, 12); (17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_75.qasm,1190,ibm_127q,qpeinexact,qiskit,1 +2381,127,19168,"{'rz': 9098, 'sx': 125, 'x': 10, 'measure': 9}",{'cx': 19755},"(86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (122, 111)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt1_9.qasm,2554,ibm_127q,qwalk-noancilla,qiskit,1 +2382,127,334,"{'rz': 254, 'sx': 127, 'measure': 63}",{'cx': 399},"(4, 15); (15, 4); (15, 22); (16, 26); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (33, 39); (34, 24); (34, 43); (35, 47); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (102, 92); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt1_64.qasm,3272,ibm_127q,dj,qiskit,1 +2383,127,3529,"{'rz': 3660, 'sx': 278, 'measure': 47}",{'cx': 13061},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_47.qasm,2725,ibm_127q,ae,qiskit,0 +2384,127,316,"{'rz': 172, 'sx': 56, 'measure': 16}",{'cx': 357},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",portfolioqaoa_mapped_ibm_washington_qiskit_opt2_8.qasm,2712,ibm_127q,portfolioqaoa,qiskit,2 +2385,127,193,"{'sx': 188, 'rz': 94, 'measure': 48, 'x': 1}",{'cx': 94},"(6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_48.qasm,2647,ibm_127q,wstate,qiskit,1 +2386,127,75,"{'rz': 60, 'sx': 30, 'measure': 10}",{'cx': 112},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_10.qasm,1317,ibm_127q,graphstate,qiskit,0 +2387,127,18432,"{'rz': 18647, 'sx': 7262, 'x': 292, 'measure': 71}",{'cx': 80202},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83)",random_mapped_ibm_washington_qiskit_opt2_71.qasm,3698,ibm_127q,random,qiskit,2 +2388,127,3857,"{'sx': 608, 'rz': 608, 'measure': 76}",{'cx': 31289},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",su2random_mapped_ibm_washington_qiskit_opt2_76.qasm,1459,ibm_127q,su2random,qiskit,2 +2389,127,12094,"{'rz': 888, 'sx': 592, 'measure': 74}",{'cx': 104091},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_74.qasm,2602,ibm_127q,twolocalrandom,qiskit,0 +2390,127,3343,"{'rz': 1610, 'sx': 210, 'measure': 35}",{'cx': 17540},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24)",qnn_mapped_ibm_washington_qiskit_opt0_35.qasm,4020,ibm_127q,qnn,qiskit,0 +2391,127,9331,"{'rz': 15135, 'sx': 584, 'measure': 98}",{'cx': 60143},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt0_98.qasm,1678,ibm_127q,ae,qiskit,0 +2392,127,440,"{'rz': 402, 'sx': 161, 'measure': 15, 'x': 14}",{'cx': 428},"(41, 53); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (73, 66); (73, 85); (85, 73)",ae_mapped_ibm_washington_qiskit_opt3_15.qasm,2826,ibm_127q,ae,qiskit,3 +2393,127,145,"{'rz': 103, 'sx': 9, 'measure': 9}",{'cx': 180},"(45, 54); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",qft_mapped_ibm_washington_qiskit_opt2_9.qasm,3141,ibm_127q,qft,qiskit,2 +2394,127,1300,"{'rz': 1380, 'sx': 164, 'measure': 28}",{'cx': 3555},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_28.qasm,2772,ibm_127q,ae,qiskit,0 +2395,127,6362,"{'sx': 576, 'rz': 576, 'measure': 72}",{'cx': 37410},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_72.qasm,2833,ibm_127q,twolocalrandom,qiskit,1 +2396,127,3833,"{'rz': 6748, 'sx': 116, 'measure': 115}",{'cx': 32132},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_115.qasm,2506,ibm_127q,qftentangled,qiskit,2 +2397,127,65,"{'measure': 62, 'rz': 2, 'sx': 1}",{'cx': 61},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_62.qasm,2414,ibm_127q,ghz,qiskit,2 +2398,127,8622,"{'rz': 8544, 'sx': 534, 'measure': 89}",{'cx': 48415},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_89.qasm,2067,ibm_127q,qnn,qiskit,1 +2399,127,295,"{'rz': 233, 'sx': 135, 'measure': 60, 'x': 6}",{'cx': 255},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (106, 93)",dj_mapped_ibm_washington_qiskit_opt3_61.qasm,1889,ibm_127q,dj,qiskit,3 +2400,127,531,"{'rz': 412, 'sx': 260, 'measure': 11}",{'cx': 600},"(35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",portfoliovqe_mapped_ibm_washington_qiskit_opt2_11.qasm,2570,ibm_127q,portfoliovqe,qiskit,2 +2401,127,2806,"{'rz': 5033, 'sx': 118, 'measure': 59, 'x': 1}",{'cx': 11496},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt1_60.qasm,2508,ibm_127q,qpeexact,qiskit,1 +2402,127,13662,"{'rz': 992, 'sx': 992, 'measure': 124}",{'cx': 103568},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 102); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_124.qasm,2153,ibm_127q,twolocalrandom,qiskit,2 +2403,127,384,"{'measure': 78, 'rz': 2, 'sx': 1}",{'cx': 689},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_78.qasm,3166,ibm_127q,ghz,qiskit,0 +2404,127,643,"{'rz': 362, 'sx': 181, 'measure': 90, 'x': 85}",{'cx': 1098},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 88); (90, 75)",dj_mapped_ibm_washington_qiskit_opt0_91.qasm,3146,ibm_127q,dj,qiskit,0 +2405,127,320,"{'rz': 154, 'sx': 153, 'measure': 13}",{'cx': 584},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",realamprandom_mapped_ibm_washington_qiskit_opt3_13.qasm,3690,ibm_127q,realamprandom,qiskit,3 +2406,127,35,"{'rz': 60, 'sx': 30, 'measure': 18}",{'cx': 66},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (72, 62); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",graphstate_mapped_ibm_washington_qiskit_opt2_18.qasm,2876,ibm_127q,graphstate,qiskit,2 +2407,127,81,"{'sx': 76, 'rz': 38, 'measure': 20, 'x': 1}",{'cx': 38},"(87, 93); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_20.qasm,3585,ibm_127q,wstate,qiskit,3 +2408,127,2561,"{'rz': 2375, 'sx': 76, 'measure': 38, 'x': 1}",{'cx': 9849},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_39.qasm,1554,ibm_127q,qpeinexact,qiskit,0 +2409,127,2483,"{'rz': 3648, 'sx': 342, 'measure': 57}",{'cx': 15267},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (32, 36); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt2_57.qasm,3839,ibm_127q,qnn,qiskit,2 +2410,127,82,"{'rz': 430, 'sx': 215, 'measure': 103}",{'cx': 619},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_103.qasm,2277,ibm_127q,graphstate,qiskit,1 +2411,127,3032,"{'rz': 3625, 'sx': 380, 'measure': 64}",{'cx': 9483},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_64.qasm,2484,ibm_127q,ae,qiskit,2 +2412,127,584,"{'sx': 144, 'rz': 144, 'measure': 18}",{'cx': 1913},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",realamprandom_mapped_ibm_washington_qiskit_opt1_18.qasm,1407,ibm_127q,realamprandom,qiskit,1 +2413,127,333,"{'rz': 262, 'sx': 131, 'measure': 65}",{'cx': 425},"(11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (39, 33); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (110, 100); (110, 118); (118, 110)",dj_mapped_ibm_washington_qiskit_opt1_66.qasm,2149,ibm_127q,dj,qiskit,1 +2414,127,5860,"{'rz': 6292, 'sx': 210, 'measure': 105, 'x': 1}",{'cx': 31102},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_106.qasm,1148,ibm_127q,qpeexact,qiskit,2 +2415,127,554,"{'rz': 398, 'sx': 222, 'measure': 102, 'x': 8}",{'cx': 561},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt3_103.qasm,1238,ibm_127q,dj,qiskit,3 +2416,127,283,"{'rz': 88, 'sx': 88, 'measure': 11}",{'cx': 551},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_11.qasm,1809,ibm_127q,twolocalrandom,qiskit,1 +2417,127,45,"{'rz': 26, 'sx': 13, 'x': 9, 'measure': 6}",{'cx': 51},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",dj_mapped_ibm_washington_qiskit_opt0_7.qasm,3016,ibm_127q,dj,qiskit,0 +2418,127,7053,"{'rz': 12018, 'sx': 228, 'measure': 114, 'x': 1}",{'cx': 39124},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_115.qasm,3516,ibm_127q,qpeinexact,qiskit,1 +2419,127,237,"{'sx': 232, 'rz': 116, 'measure': 59, 'x': 1}",{'cx': 116},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_59.qasm,3518,ibm_127q,wstate,qiskit,2 +2420,127,99,"{'rz': 77, 'sx': 7, 'measure': 7}",{'cx': 141},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",qft_mapped_ibm_washington_qiskit_opt0_7.qasm,2715,ibm_127q,qft,qiskit,0 +2421,127,1113,"{'sx': 519, 'rz': 417, 'measure': 115, 'x': 1}",{'cx': 1487},"(0, 1); (0, 14); (1, 0); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_115.qasm,3287,ibm_127q,wstate,qiskit,1 +2422,127,652,"{'rz': 354, 'sx': 177, 'measure': 88, 'x': 83}",{'cx': 1099},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87)",dj_mapped_ibm_washington_qiskit_opt0_89.qasm,2647,ibm_127q,dj,qiskit,0 +2423,127,5729,"{'rz': 10748, 'sx': 208, 'measure': 104, 'x': 1}",{'cx': 32397},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_105.qasm,3526,ibm_127q,qpeexact,qiskit,1 +2424,127,3776,"{'rz': 6011, 'sx': 71, 'measure': 70}",{'cx': 14542},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt1_70.qasm,3516,ibm_127q,qftentangled,qiskit,1 +2425,127,33,"{'sx': 28, 'rz': 14, 'measure': 8, 'x': 1}",{'cx': 14},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119)",wstate_mapped_ibm_washington_qiskit_opt3_8.qasm,3492,ibm_127q,wstate,qiskit,3 +2426,127,5727,"{'rz': 6695, 'sx': 130, 'measure': 65, 'x': 1}",{'cx': 30462},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt0_66.qasm,1219,ibm_127q,qpeinexact,qiskit,0 +2427,127,159,"{'sx': 56, 'rz': 56, 'measure': 7}",{'cx': 175},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",su2random_mapped_ibm_washington_qiskit_opt1_7.qasm,3167,ibm_127q,su2random,qiskit,1 +2428,127,1014,"{'rz': 1248, 'sx': 192, 'measure': 32}",{'cx': 3882},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (35, 28); (35, 47); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (92, 83)",qnn_mapped_ibm_washington_qiskit_opt2_32.qasm,4012,ibm_127q,qnn,qiskit,2 +2429,127,6249,"{'rz': 11238, 'sx': 644, 'measure': 108}",{'cx': 31563},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (126, 112)",ae_mapped_ibm_washington_qiskit_opt1_108.qasm,1964,ibm_127q,ae,qiskit,1 +2430,127,40,"{'measure': 37, 'rz': 2, 'sx': 1}",{'cx': 36},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt3_37.qasm,2759,ibm_127q,ghz,qiskit,3 +2431,127,3974,"{'rz': 5682, 'sx': 103, 'measure': 103}",{'cx': 26466},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_103.qasm,3425,ibm_127q,qft,qiskit,2 +2432,127,1267,"{'rz': 950, 'sx': 570, 'measure': 96, 'x': 1}",{'cx': 1462},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",wstate_mapped_ibm_washington_qiskit_opt0_96.qasm,1306,ibm_127q,wstate,qiskit,0 +2433,127,6329,"{'rz': 9877, 'sx': 102, 'measure': 102}",{'cx': 31129},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_102.qasm,3100,ibm_127q,qft,qiskit,1 +2434,127,16,"{'measure': 13, 'rz': 2, 'sx': 1}",{'cx': 12},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",ghz_mapped_ibm_washington_qiskit_opt3_13.qasm,2505,ibm_127q,ghz,qiskit,3 +2435,127,898,"{'measure': 121, 'rz': 2, 'sx': 1}",{'cx': 1047},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_121.qasm,4076,ibm_127q,ghz,qiskit,1 +2436,127,775,"{'measure': 100, 'rz': 2, 'sx': 1}",{'cx': 873},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_100.qasm,1809,ibm_127q,ghz,qiskit,1 +2437,127,327,"{'rz': 270, 'sx': 126, 'measure': 18, 'x': 1}",{'cx': 460},"(34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",portfolioqaoa_mapped_ibm_washington_qiskit_opt3_9.qasm,1887,ibm_127q,portfolioqaoa,qiskit,3 +2438,127,3386,"{'sx': 536, 'rz': 536, 'measure': 67}",{'cx': 25597},"(24, 25); (24, 34); (25, 24); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104); (111, 122); (122, 111); (122, 123); (123, 122)",su2random_mapped_ibm_washington_qiskit_opt2_67.qasm,2542,ibm_127q,su2random,qiskit,2 +2439,127,267,"{'rz': 480, 'sx': 240, 'measure': 80}",{'cx': 1760},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",graphstate_mapped_ibm_washington_qiskit_opt0_80.qasm,2982,ibm_127q,graphstate,qiskit,0 +2440,127,63881,"{'rz': 62499, 'sx': 23249, 'x': 823, 'measure': 127}",{'cx': 381929},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_127.qasm,1880,ibm_127q,random,qiskit,1 +2441,127,184,"{'rz': 360, 'sx': 180, 'measure': 60}",{'cx': 960},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",graphstate_mapped_ibm_washington_qiskit_opt0_60.qasm,1200,ibm_127q,graphstate,qiskit,0 +2442,127,2341,"{'rz': 3950, 'sx': 53, 'measure': 53}",{'cx': 8450},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qft_mapped_ibm_washington_qiskit_opt1_53.qasm,1105,ibm_127q,qft,qiskit,1 +2443,127,231,"{'sx': 72, 'rz': 72, 'measure': 9}",{'cx': 306},"(44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_9.qasm,2561,ibm_127q,twolocalrandom,qiskit,2 +2444,127,3506,"{'rz': 4236, 'sx': 84, 'measure': 84}",{'cx': 15767},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qft_mapped_ibm_washington_qiskit_opt2_84.qasm,3262,ibm_127q,qft,qiskit,2 +2445,127,413,"{'rz': 286, 'sx': 77, 'measure': 22}",{'cx': 742},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",portfolioqaoa_mapped_ibm_washington_qiskit_opt1_11.qasm,3056,ibm_127q,portfolioqaoa,qiskit,1 +2446,127,163,"{'rz': 378, 'sx': 189, 'measure': 63}",{'cx': 1092},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",graphstate_mapped_ibm_washington_qiskit_opt0_63.qasm,2751,ibm_127q,graphstate,qiskit,0 +2447,127,4034,"{'rz': 4898, 'sx': 488, 'measure': 82}",{'cx': 15255},"(17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_82.qasm,1150,ibm_127q,ae,qiskit,2 +2448,127,86,"{'rz': 266, 'sx': 133, 'measure': 69}",{'cx': 450},"(4, 15); (15, 4); (15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_69.qasm,3636,ibm_127q,graphstate,qiskit,1 +2449,127,12371,"{'rz': 912, 'sx': 608, 'measure': 76}",{'cx': 110391},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt0_76.qasm,3130,ibm_127q,realamprandom,qiskit,0 +2450,127,6918,"{'rz': 3516, 'sx': 2728, 'x': 58, 'measure': 21}",{'cx': 2872},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",pricingput_mapped_ibm_washington_qiskit_opt3_21.qasm,3222,ibm_127q,pricingput,qiskit,3 +2451,127,321,"{'rz': 144, 'sx': 96, 'measure': 12}",{'cx': 1308},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_12.qasm,1639,ibm_127q,twolocalrandom,qiskit,0 +2452,127,7888,"{'rz': 11399, 'sx': 88, 'measure': 87}",{'cx': 54623},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_87.qasm,2568,ibm_127q,qftentangled,qiskit,0 +2453,127,63,"{'measure': 60, 'rz': 2, 'sx': 1}",{'cx': 59},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (39, 33); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_60.qasm,2740,ibm_127q,ghz,qiskit,1 +2454,127,2158,"{'rz': 5538, 'sx': 426, 'measure': 71}",{'cx': 18423},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",qnn_mapped_ibm_washington_qiskit_opt2_71.qasm,3929,ibm_127q,qnn,qiskit,2 +2455,127,1180,"{'sx': 232, 'rz': 232, 'measure': 29}",{'cx': 4346},"(35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt2_29.qasm,2475,ibm_127q,su2random,qiskit,2 +2456,127,1696,"{'sx': 344, 'rz': 344, 'measure': 43}",{'cx': 10897},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",realamprandom_mapped_ibm_washington_qiskit_opt1_43.qasm,3653,ibm_127q,realamprandom,qiskit,1 +2457,127,134,"{'rz': 118, 'sx': 59, 'measure': 29}",{'cx': 104},"(35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (91, 79); (91, 98); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99)",dj_mapped_ibm_washington_qiskit_opt1_30.qasm,1925,ibm_127q,dj,qiskit,1 +2458,127,802,"{'measure': 106, 'rz': 2, 'sx': 1}",{'cx': 894},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_106.qasm,1802,ibm_127q,ghz,qiskit,1 +2459,127,3456,"{'rz': 4721, 'sx': 162, 'measure': 81, 'x': 1}",{'cx': 18069},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt2_82.qasm,3809,ibm_127q,qpeinexact,qiskit,2 +2460,127,294,"{'rz': 158, 'sx': 79, 'measure': 39, 'x': 37}",{'cx': 510},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",dj_mapped_ibm_washington_qiskit_opt0_40.qasm,3451,ibm_127q,dj,qiskit,0 +2461,127,7888,"{'rz': 15050, 'sx': 100, 'measure': 100}",{'cx': 65814},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt0_100.qasm,2276,ibm_127q,qft,qiskit,0 +2462,127,385,"{'sx': 380, 'rz': 190, 'measure': 96, 'x': 1}",{'cx': 190},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_96.qasm,3903,ibm_127q,wstate,qiskit,2 +2463,127,92,"{'rz': 82, 'sx': 49, 'measure': 20, 'x': 3}",{'cx': 51},"(24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (53, 41); (53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (92, 83); (92, 102); (102, 92)",dj_mapped_ibm_washington_qiskit_opt3_21.qasm,3601,ibm_127q,dj,qiskit,3 +2464,127,26,"{'measure': 23, 'rz': 2, 'sx': 1}",{'cx': 22},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",ghz_mapped_ibm_washington_qiskit_opt1_23.qasm,1813,ibm_127q,ghz,qiskit,1 +2465,127,2454,"{'rz': 360, 'sx': 360, 'measure': 45}",{'cx': 12979},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (89, 74)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_45.qasm,3918,ibm_127q,twolocalrandom,qiskit,1 +2466,127,3754,"{'sx': 520, 'rz': 520, 'measure': 65}",{'cx': 23957},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt2_65.qasm,3612,ibm_127q,realamprandom,qiskit,2 +2467,127,9712,"{'rz': 9888, 'sx': 576, 'measure': 96}",{'cx': 55056},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_96.qasm,3061,ibm_127q,qnn,qiskit,1 +2468,127,4879,"{'rz': 664, 'sx': 664, 'measure': 83}",{'cx': 43632},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_83.qasm,1087,ibm_127q,twolocalrandom,qiskit,1 +2469,127,236,"{'rz': 183, 'sx': 103, 'measure': 51}",{'cx': 294},"(4, 15); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt2_52.qasm,3373,ibm_127q,dj,qiskit,2 +2470,127,30,"{'rz': 94, 'sx': 92, 'measure': 16, 'x': 2}",{'cx': 30},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58)",vqe_mapped_ibm_washington_qiskit_opt1_16.qasm,2338,ibm_127q,vqe,qiskit,1 +2471,127,2581,"{'sx': 424, 'rz': 424, 'measure': 53}",{'cx': 16155},"(27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_53.qasm,1788,ibm_127q,su2random,qiskit,2 +2472,127,189,"{'measure': 36, 'rz': 2, 'sx': 1}",{'cx': 332},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24); (35, 28)",ghz_mapped_ibm_washington_qiskit_opt0_36.qasm,2819,ibm_127q,ghz,qiskit,0 +2473,127,14481,"{'rz': 1008, 'sx': 672, 'measure': 84}",{'cx': 137451},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_84.qasm,3661,ibm_127q,twolocalrandom,qiskit,0 +2474,127,1224,"{'sx': 533, 'rz': 429, 'measure': 118, 'x': 1}",{'cx': 1545},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_118.qasm,1299,ibm_127q,wstate,qiskit,2 +2475,127,3479,"{'rz': 3572, 'sx': 94, 'measure': 47, 'x': 1}",{'cx': 14991},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_48.qasm,2790,ibm_127q,qpeinexact,qiskit,0 +2476,127,361,"{'rz': 259, 'sx': 141, 'measure': 70}",{'cx': 409},"(8, 16); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (118, 110)",dj_mapped_ibm_washington_qiskit_opt2_71.qasm,3865,ibm_127q,dj,qiskit,2 +2477,127,5161,"{'rz': 8716, 'sx': 176, 'measure': 88, 'x': 1}",{'cx': 24470},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_89.qasm,2190,ibm_127q,qpeinexact,qiskit,1 +2478,127,672,"{'rz': 329, 'sx': 160, 'x': 14, 'measure': 11}",{'cx': 432},"(49, 55); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73)",pricingput_mapped_ibm_washington_qiskit_opt1_11.qasm,3166,ibm_127q,pricingput,qiskit,1 +2479,127,10824,"{'rz': 13288, 'sx': 248, 'measure': 124, 'x': 1}",{'cx': 49901},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_125.qasm,2109,ibm_127q,qpeexact,qiskit,1 +2480,127,8342,"{'rz': 672, 'sx': 448, 'measure': 56}",{'cx': 58464},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_56.qasm,3405,ibm_127q,twolocalrandom,qiskit,0 +2481,127,209,"{'measure': 41, 'rz': 2, 'sx': 1}",{'cx': 370},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_41.qasm,3635,ibm_127q,ghz,qiskit,0 +2482,127,6049,"{'rz': 9884, 'sx': 82, 'measure': 81}",{'cx': 44057},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_81.qasm,1879,ibm_127q,qftentangled,qiskit,0 +2483,127,650,"{'rz': 1029, 'sx': 27, 'measure': 26}",{'cx': 3069},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_26.qasm,2298,ibm_127q,qftentangled,qiskit,0 +2484,127,4288,"{'rz': 6090, 'sx': 114, 'measure': 113}",{'cx': 30344},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_113.qasm,1286,ibm_127q,qftentangled,qiskit,2 +2485,127,299,"{'rz': 624, 'sx': 312, 'measure': 104}",{'cx': 2462},"(0, 1); (0, 14); (1, 0); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt0_104.qasm,1219,ibm_127q,graphstate,qiskit,0 +2486,127,11777,"{'sx': 816, 'rz': 816, 'measure': 102}",{'cx': 80067},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_102.qasm,2265,ibm_127q,su2random,qiskit,1 +2487,127,4889,"{'rz': 8544, 'sx': 534, 'measure': 89}",{'cx': 43474},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_89.qasm,2393,ibm_127q,qnn,qiskit,2 +2488,127,107,"{'rz': 190, 'sx': 95, 'measure': 61}",{'cx': 289},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt2_61.qasm,2776,ibm_127q,graphstate,qiskit,2 +2489,127,5741,"{'rz': 9830, 'sx': 578, 'measure': 97}",{'cx': 25462},"(12, 17); (15, 22); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_97.qasm,2342,ibm_127q,ae,qiskit,1 +2490,127,247,"{'rz': 276, 'sx': 138, 'measure': 46}",{'cx': 817},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",graphstate_mapped_ibm_washington_qiskit_opt0_46.qasm,2101,ibm_127q,graphstate,qiskit,0 +2491,127,511,"{'rz': 495, 'sx': 18, 'measure': 18}",{'cx': 1566},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_18.qasm,2397,ibm_127q,qft,qiskit,0 +2492,127,4491,"{'rz': 5012, 'sx': 506, 'measure': 85}",{'cx': 16746},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100)",ae_mapped_ibm_washington_qiskit_opt2_85.qasm,1994,ibm_127q,ae,qiskit,2 +2493,127,5448,"{'rz': 9351, 'sx': 186, 'measure': 93, 'x': 1}",{'cx': 26122},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt1_94.qasm,3464,ibm_127q,qpeexact,qiskit,1 +2494,127,13361,"{'rz': 948, 'sx': 632, 'measure': 79}",{'cx': 122013},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_79.qasm,4070,ibm_127q,twolocalrandom,qiskit,0 +2495,127,3129,"{'rz': 568, 'sx': 568, 'measure': 71}",{'cx': 26542},"(11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt2_71.qasm,2261,ibm_127q,realamprandom,qiskit,2 +2496,127,28,"{'measure': 25, 'rz': 2, 'sx': 1}",{'cx': 24},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",ghz_mapped_ibm_washington_qiskit_opt1_25.qasm,1047,ibm_127q,ghz,qiskit,1 +2497,127,45,"{'measure': 12, 'rz': 2, 'sx': 1}",{'cx': 74},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_12.qasm,2938,ibm_127q,ghz,qiskit,0 +2498,127,413,"{'rz': 350, 'sx': 145, 'measure': 22, 'x': 15}",{'cx': 714},"(64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102)",portfolioqaoa_mapped_ibm_washington_qiskit_opt3_11.qasm,2935,ibm_127q,portfolioqaoa,qiskit,3 +2499,127,7487,"{'rz': 13030, 'sx': 728, 'measure': 122}",{'cx': 41123},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_122.qasm,2703,ibm_127q,ae,qiskit,1 +2500,127,1404,"{'rz': 2766, 'sx': 813, 'x': 92, 'measure': 48}",{'cx': 4907},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100)",ae_mapped_ibm_washington_qiskit_opt3_48.qasm,1369,ibm_127q,ae,qiskit,3 +2501,127,13682,"{'rz': 1296, 'sx': 648, 'measure': 81}",{'cx': 126540},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",su2random_mapped_ibm_washington_qiskit_opt0_81.qasm,3910,ibm_127q,su2random,qiskit,0 +2502,127,665,"{'rz': 304, 'sx': 152, 'measure': 19}",{'cx': 3507},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_19.qasm,1150,ibm_127q,su2random,qiskit,0 +2503,127,274,"{'rz': 201, 'sx': 121, 'measure': 52, 'x': 8}",{'cx': 214},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (53, 60); (54, 45); (54, 64); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 73); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (92, 83); (93, 87); (93, 106); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107)",dj_mapped_ibm_washington_qiskit_opt3_53.qasm,2749,ibm_127q,dj,qiskit,3 +2504,127,5542,"{'rz': 512, 'sx': 512, 'measure': 64}",{'cx': 28247},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_64.qasm,2128,ibm_127q,twolocalrandom,qiskit,1 +2505,127,563,"{'rz': 540, 'sx': 120, 'measure': 20}",{'cx': 1783},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt1_20.qasm,3710,ibm_127q,qnn,qiskit,1 +2506,127,389,"{'rz': 202, 'sx': 101, 'measure': 50, 'x': 49}",{'cx': 671},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49)",dj_mapped_ibm_washington_qiskit_opt0_51.qasm,1795,ibm_127q,dj,qiskit,0 +2507,127,130,"{'rz': 100, 'sx': 60, 'measure': 11, 'x': 1}",{'cx': 131},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_11.qasm,2330,ibm_127q,wstate,qiskit,0 +2508,127,438,"{'rz': 393, 'sx': 189, 'measure': 13, 'x': 5}",{'cx': 641},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qnn_mapped_ibm_washington_qiskit_opt3_13.qasm,2282,ibm_127q,qnn,qiskit,3 +2509,127,466,"{'rz': 330, 'sx': 90, 'measure': 15}",{'cx': 1005},"(53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",qnn_mapped_ibm_washington_qiskit_opt1_15.qasm,3442,ibm_127q,qnn,qiskit,1 +2510,127,422,"{'rz': 337, 'sx': 191, 'measure': 85, 'x': 9}",{'cx': 452},"(8, 16); (12, 17); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 73); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 98); (92, 83); (92, 102); (93, 87); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt3_86.qasm,1278,ibm_127q,dj,qiskit,3 +2511,127,518,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1449},"(58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",su2random_mapped_ibm_washington_qiskit_opt1_16.qasm,3551,ibm_127q,su2random,qiskit,1 +2512,127,3828,"{'rz': 4242, 'sx': 54, 'measure': 53}",{'cx': 20079},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37)",qftentangled_mapped_ibm_washington_qiskit_opt0_53.qasm,2676,ibm_127q,qftentangled,qiskit,0 +2513,127,343,"{'rz': 242, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 438},"(24, 34); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qpeinexact_mapped_ibm_washington_qiskit_opt2_13.qasm,3691,ibm_127q,qpeinexact,qiskit,2 +2514,127,160,"{'rz': 76, 'sx': 36, 'x': 6, 'measure': 5}",{'cx': 84},"(62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82)",pricingcall_mapped_ibm_washington_qiskit_opt1_5.qasm,2279,ibm_127q,pricingcall,qiskit,1 +2515,127,65,"{'rz': 54, 'sx': 31, 'measure': 15}",{'cx': 53},"(40, 41); (41, 40); (41, 53); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84)",dj_mapped_ibm_washington_qiskit_opt2_16.qasm,1713,ibm_127q,dj,qiskit,2 +2516,127,6887,"{'rz': 6723, 'sx': 222, 'measure': 111, 'x': 1}",{'cx': 31920},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_112.qasm,1438,ibm_127q,qpeexact,qiskit,2 +2517,127,209,"{'rz': 130, 'sx': 50, 'measure': 9}",{'cx': 141},"(35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (54, 45); (54, 64); (64, 54)",ae_mapped_ibm_washington_qiskit_opt2_9.qasm,1098,ibm_127q,ae,qiskit,2 +2518,127,1693,"{'rz': 1618, 'sx': 648, 'x': 22, 'measure': 22}",{'cx': 3543},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",random_mapped_ibm_washington_qiskit_opt2_22.qasm,1126,ibm_127q,random,qiskit,2 +2519,127,289,"{'sx': 284, 'rz': 142, 'measure': 72, 'x': 1}",{'cx': 142},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_72.qasm,3067,ibm_127q,wstate,qiskit,1 +2520,127,7334,"{'rz': 9494, 'sx': 564, 'measure': 94}",{'cx': 49258},"(11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_94.qasm,1708,ibm_127q,qnn,qiskit,2 +2521,127,51,"{'rz': 135, 'sx': 71, 'measure': 37, 'x': 1}",{'cx': 147},"(33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt3_37.qasm,3821,ibm_127q,graphstate,qiskit,3 +2522,127,624,"{'rz': 334, 'sx': 167, 'measure': 83, 'x': 81}",{'cx': 1079},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",dj_mapped_ibm_washington_qiskit_opt0_84.qasm,3155,ibm_127q,dj,qiskit,0 +2523,127,11224,"{'rz': 16167, 'sx': 204, 'measure': 102, 'x': 1}",{'cx': 79044},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt0_103.qasm,2179,ibm_127q,qpeexact,qiskit,0 +2524,127,7950,"{'rz': 11891, 'sx': 226, 'measure': 113, 'x': 1}",{'cx': 40467},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_114.qasm,3061,ibm_127q,qpeinexact,qiskit,1 +2525,127,4290,"{'rz': 5306, 'sx': 518, 'measure': 87}",{'cx': 17751},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",ae_mapped_ibm_washington_qiskit_opt2_87.qasm,3562,ibm_127q,ae,qiskit,2 +2526,127,429,"{'rz': 672, 'sx': 336, 'measure': 112}",{'cx': 2971},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (111, 104)",graphstate_mapped_ibm_washington_qiskit_opt0_112.qasm,2153,ibm_127q,graphstate,qiskit,0 +2527,127,383,"{'rz': 564, 'sx': 282, 'measure': 94}",{'cx': 2581},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (93, 87)",graphstate_mapped_ibm_washington_qiskit_opt0_94.qasm,1473,ibm_127q,graphstate,qiskit,0 +2528,127,6403,"{'rz': 11573, 'sx': 116, 'measure': 116}",{'cx': 36968},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_116.qasm,1668,ibm_127q,qft,qiskit,1 +2529,127,73,"{'sx': 68, 'rz': 34, 'measure': 18, 'x': 1}",{'cx': 34},"(106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_18.qasm,3579,ibm_127q,wstate,qiskit,3 +2530,127,9763,"{'rz': 720, 'sx': 480, 'measure': 60}",{'cx': 68607},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_60.qasm,3679,ibm_127q,realamprandom,qiskit,0 +2531,127,4893,"{'rz': 5586, 'sx': 184, 'measure': 92, 'x': 1}",{'cx': 22728},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt2_93.qasm,2564,ibm_127q,qpeinexact,qiskit,2 +2532,127,3531,"{'rz': 9400, 'sx': 99, 'measure': 98}",{'cx': 25941},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_98.qasm,1322,ibm_127q,qftentangled,qiskit,1 +2533,127,500,"{'rz': 393, 'sx': 80, 'measure': 14}",{'cx': 908},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_14.qasm,2817,ibm_127q,ae,qiskit,0 +2534,127,7452,"{'rz': 7658, 'sx': 250, 'measure': 125, 'x': 1}",{'cx': 41400},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_126.qasm,3076,ibm_127q,qpeexact,qiskit,2 +2535,127,40,"{'measure': 37, 'rz': 2, 'sx': 1}",{'cx': 36},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",ghz_mapped_ibm_washington_qiskit_opt2_37.qasm,1497,ibm_127q,ghz,qiskit,2 +2536,127,96,"{'rz': 432, 'sx': 216, 'measure': 106}",{'cx': 694},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt2_106.qasm,2766,ibm_127q,graphstate,qiskit,2 +2537,127,388,"{'rz': 329, 'sx': 15, 'measure': 15}",{'cx': 621},"(28, 35); (35, 28); (35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt1_15.qasm,2039,ibm_127q,qft,qiskit,1 +2538,127,2642,"{'rz': 376, 'sx': 376, 'measure': 47}",{'cx': 14214},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_47.qasm,3628,ibm_127q,twolocalrandom,qiskit,1 +2539,127,50,"{'rz': 210, 'sx': 105, 'measure': 59}",{'cx': 221},"(3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt2_59.qasm,3872,ibm_127q,graphstate,qiskit,2 +2540,127,1038,"{'measure': 120, 'rz': 2, 'sx': 1}",{'cx': 1142},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_120.qasm,1816,ibm_127q,ghz,qiskit,1 +2541,127,13179,"{'rz': 15990, 'sx': 738, 'measure': 123}",{'cx': 102624},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_123.qasm,3190,ibm_127q,qnn,qiskit,2 +2542,127,6196,"{'rz': 6740, 'sx': 632, 'measure': 106}",{'cx': 27624},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_106.qasm,4095,ibm_127q,ae,qiskit,2 +2543,127,5573,"{'rz': 7222, 'sx': 123, 'measure': 123}",{'cx': 38558},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_123.qasm,2997,ibm_127q,qft,qiskit,2 +2544,127,8161,"{'rz': 8730, 'sx': 540, 'measure': 90}",{'cx': 47317},"(3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (54, 45); (54, 64); (55, 49); (55, 68); (58, 71); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_90.qasm,2738,ibm_127q,qnn,qiskit,1 +2545,127,3105,"{'rz': 5766, 'sx': 68, 'measure': 68}",{'cx': 13511},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_68.qasm,3052,ibm_127q,qft,qiskit,1 +2546,127,2613,"{'rz': 22320, 'sx': 15994, 'measure': 72, 'x': 14}",{'cx': 17785},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt3_72.qasm,2964,ibm_127q,qnn,qiskit,3 +2547,127,4877,"{'rz': 11452, 'sx': 116, 'measure': 115}",{'cx': 36286},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_115.qasm,2283,ibm_127q,qftentangled,qiskit,1 +2548,127,4411,"{'rz': 488, 'sx': 488, 'measure': 61}",{'cx': 21599},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_61.qasm,1754,ibm_127q,twolocalrandom,qiskit,2 +2549,127,3130,"{'rz': 5642, 'sx': 67, 'measure': 67}",{'cx': 13026},"(8, 16); (16, 8); (16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qft_mapped_ibm_washington_qiskit_opt1_67.qasm,2057,ibm_127q,qft,qiskit,1 +2550,127,13142,"{'sx': 936, 'rz': 936, 'measure': 117}",{'cx': 94559},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_117.qasm,2798,ibm_127q,su2random,qiskit,2 +2551,127,1422,"{'rz': 2069, 'sx': 770, 'x': 84, 'measure': 36}",{'cx': 3491},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeexact_mapped_ibm_washington_qiskit_opt3_37.qasm,2726,ibm_127q,qpeexact,qiskit,3 +2552,127,12422,"{'rz': 924, 'sx': 616, 'measure': 77}",{'cx': 111045},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_77.qasm,1837,ibm_127q,twolocalrandom,qiskit,0 +2553,127,13577,"{'rz': 960, 'sx': 640, 'measure': 80}",{'cx': 122235},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_80.qasm,2133,ibm_127q,twolocalrandom,qiskit,0 +2554,127,851,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 3429},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_24.qasm,2165,ibm_127q,twolocalrandom,qiskit,1 +2555,127,6642,"{'rz': 9888, 'sx': 576, 'measure': 96}",{'cx': 52434},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qnn_mapped_ibm_washington_qiskit_opt2_96.qasm,3720,ibm_127q,qnn,qiskit,2 +2556,127,29,"{'measure': 26, 'rz': 2, 'sx': 1}",{'cx': 25},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",ghz_mapped_ibm_washington_qiskit_opt1_26.qasm,1058,ibm_127q,ghz,qiskit,1 +2557,127,971,"{'rz': 950, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 2154},"(33, 39); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt2_27.qasm,2548,ibm_127q,qpeexact,qiskit,2 +2558,127,1857,"{'rz': 3348, 'sx': 49, 'measure': 48}",{'cx': 6882},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt1_48.qasm,1981,ibm_127q,qftentangled,qiskit,1 +2559,127,329,"{'rz': 250, 'sx': 177, 'measure': 8}",{'cx': 258},"(62, 72); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83)",portfoliovqe_mapped_ibm_washington_qiskit_opt3_8.qasm,1154,ibm_127q,portfoliovqe,qiskit,3 +2560,127,501,"{'rz': 274, 'sx': 137, 'measure': 68, 'x': 67}",{'cx': 848},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (68, 55)",dj_mapped_ibm_washington_qiskit_opt0_69.qasm,3665,ibm_127q,dj,qiskit,0 +2561,127,53552,"{'rz': 27621, 'sx': 563, 'measure': 15, 'x': 1}",{'cx': 57121},"(53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",grover-v-chain_mapped_ibm_washington_qiskit_opt2_15.qasm,1856,ibm_127q,grover-v-chain,qiskit,2 +2562,127,7760,"{'rz': 636, 'sx': 424, 'measure': 53}",{'cx': 52020},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37)",realamprandom_mapped_ibm_washington_qiskit_opt0_53.qasm,2185,ibm_127q,realamprandom,qiskit,0 +2563,127,272,"{'rz': 492, 'sx': 246, 'measure': 82}",{'cx': 1744},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",graphstate_mapped_ibm_washington_qiskit_opt0_82.qasm,1215,ibm_127q,graphstate,qiskit,0 +2564,127,19618,"{'rz': 23762, 'sx': 8248, 'x': 107, 'measure': 69}",{'cx': 121974},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_69.qasm,3002,ibm_127q,random,qiskit,0 +2565,127,280,"{'rz': 200, 'sx': 120, 'measure': 21, 'x': 1}",{'cx': 343},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_21.qasm,3988,ibm_127q,wstate,qiskit,0 +2566,127,1604,"{'sx': 280, 'rz': 280, 'measure': 35}",{'cx': 6807},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_35.qasm,2031,ibm_127q,su2random,qiskit,2 +2567,127,823,"{'rz': 1526, 'sx': 303, 'x': 36, 'measure': 33}",{'cx': 2634},"(28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (36, 51); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",qftentangled_mapped_ibm_washington_qiskit_opt3_33.qasm,2893,ibm_127q,qftentangled,qiskit,3 +2568,127,17928,"{'rz': 19419, 'sx': 7259, 'x': 289, 'measure': 71}",{'cx': 80327},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_71.qasm,2691,ibm_127q,random,qiskit,1 +2569,127,22335,"{'rz': 22209, 'sx': 8529, 'x': 308, 'measure': 77}",{'cx': 99530},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_77.qasm,2844,ibm_127q,random,qiskit,2 +2570,127,975,"{'sx': 515, 'rz': 415, 'measure': 114, 'x': 1}",{'cx': 1337},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_114.qasm,2418,ibm_127q,wstate,qiskit,2 +2571,127,255,"{'rz': 178, 'sx': 135, 'measure': 7}",{'cx': 182},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",portfoliovqe_mapped_ibm_washington_qiskit_opt3_7.qasm,1272,ibm_127q,portfoliovqe,qiskit,3 +2572,127,5541,"{'rz': 516, 'sx': 344, 'measure': 43}",{'cx': 31611},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_43.qasm,1239,ibm_127q,twolocalrandom,qiskit,0 +2573,127,447,"{'rz': 346, 'sx': 213, 'measure': 87, 'x': 15}",{'cx': 415},"(3, 4); (4, 3); (4, 15); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (74, 70); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (118, 110)",dj_mapped_ibm_washington_qiskit_opt3_88.qasm,3976,ibm_127q,dj,qiskit,3 +2574,127,30,"{'measure': 27, 'rz': 2, 'sx': 1}",{'cx': 26},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt2_27.qasm,1108,ibm_127q,ghz,qiskit,2 +2575,127,579,"{'measure': 120, 'rz': 2, 'sx': 1}",{'cx': 1040},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_120.qasm,4045,ibm_127q,ghz,qiskit,0 +2576,127,1593,"{'rz': 2711, 'sx': 1008, 'x': 132, 'measure': 41}",{'cx': 4307},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt3_42.qasm,1487,ibm_127q,qpeexact,qiskit,3 +2577,127,38789,"{'rz': 18299, 'sx': 137, 'x': 10, 'measure': 10}",{'cx': 37467},"(34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt2_10.qasm,4042,ibm_127q,qwalk-noancilla,qiskit,2 +2578,127,439,"{'rz': 330, 'sx': 198, 'measure': 34, 'x': 1}",{'cx': 483},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20)",wstate_mapped_ibm_washington_qiskit_opt0_34.qasm,1448,ibm_127q,wstate,qiskit,0 +2579,127,22,"{'rz': 32, 'sx': 16, 'measure': 10}",{'cx': 25},"(16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (35, 28); (35, 47); (47, 35); (47, 48); (48, 47); (111, 122); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt1_10.qasm,1368,ibm_127q,graphstate,qiskit,1 +2580,127,4565,"{'rz': 6372, 'sx': 66, 'measure': 65}",{'cx': 28080},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_65.qasm,3182,ibm_127q,qftentangled,qiskit,0 +2581,127,214,"{'rz': 150, 'sx': 90, 'measure': 16, 'x': 1}",{'cx': 258},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_16.qasm,3743,ibm_127q,wstate,qiskit,0 +2582,127,77,"{'rz': 120, 'sx': 60, 'measure': 20}",{'cx': 323},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_20.qasm,1140,ibm_127q,graphstate,qiskit,0 +2583,127,6597,"{'rz': 10240, 'sx': 200, 'measure': 100, 'x': 1}",{'cx': 30941},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_101.qasm,2495,ibm_127q,qpeinexact,qiskit,1 +2584,127,29,"{'sx': 90, 'rz': 90, 'measure': 15}",{'cx': 28},"(37, 38); (37, 52); (38, 37); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",vqe_mapped_ibm_washington_qiskit_opt1_15.qasm,1312,ibm_127q,vqe,qiskit,1 +2585,127,218,"{'rz': 154, 'sx': 11, 'measure': 11}",{'cx': 278},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83)",qft_mapped_ibm_washington_qiskit_opt2_11.qasm,1037,ibm_127q,qft,qiskit,2 +2586,127,3253,"{'rz': 2823, 'sx': 242, 'measure': 41}",{'cx': 10073},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_41.qasm,1123,ibm_127q,ae,qiskit,0 +2587,127,284,"{'rz': 212, 'sx': 13, 'measure': 12}",{'cx': 407},"(59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt1_12.qasm,3634,ibm_127q,qftentangled,qiskit,1 +2588,127,35,"{'rz': 120, 'sx': 60, 'measure': 12}",{'cx': 48},"(104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qaoa_mapped_ibm_washington_qiskit_opt1_12.qasm,2263,ibm_127q,qaoa,qiskit,1 +2589,127,113,"{'rz': 240, 'sx': 120, 'measure': 68}",{'cx': 368},"(7, 8); (8, 7); (8, 16); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (121, 122); (122, 121); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt1_68.qasm,1347,ibm_127q,graphstate,qiskit,1 +2590,127,5497,"{'rz': 7300, 'sx': 680, 'measure': 114}",{'cx': 30042},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",ae_mapped_ibm_washington_qiskit_opt2_114.qasm,2046,ibm_127q,ae,qiskit,2 +2591,127,8512,"{'rz': 9402, 'sx': 3463, 'x': 141, 'measure': 50}",{'cx': 32423},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt1_50.qasm,1619,ibm_127q,random,qiskit,1 +2592,127,83,"{'measure': 80, 'rz': 2, 'sx': 1}",{'cx': 79},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_80.qasm,4025,ibm_127q,ghz,qiskit,2 +2593,127,260,"{'rz': 207, 'sx': 121, 'measure': 53, 'x': 7}",{'cx': 221},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (54, 45); (54, 64); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (102, 92); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt3_54.qasm,2753,ibm_127q,dj,qiskit,3 +2594,127,767,"{'rz': 152, 'sx': 152, 'measure': 19}",{'cx': 2211},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_19.qasm,2261,ibm_127q,twolocalrandom,qiskit,1 +2595,127,1619,"{'rz': 3563, 'sx': 1560, 'x': 157, 'measure': 48}",{'cx': 5082},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt3_48.qasm,1165,ibm_127q,qft,qiskit,3 +2596,127,662,"{'rz': 471, 'sx': 281, 'measure': 119, 'x': 17}",{'cx': 634},"(0, 14); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (126, 112)",dj_mapped_ibm_washington_qiskit_opt3_120.qasm,3771,ibm_127q,dj,qiskit,3 +2597,127,1208,"{'sx': 304, 'rz': 304, 'measure': 38}",{'cx': 6678},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt2_38.qasm,2842,ibm_127q,su2random,qiskit,2 +2598,127,1206,"{'sx': 531, 'rz': 423, 'measure': 118, 'x': 1}",{'cx': 1546},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_118.qasm,3191,ibm_127q,wstate,qiskit,1 +2599,127,60,"{'rz': 106, 'sx': 53, 'measure': 37}",{'cx': 142},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (121, 122); (122, 121); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt1_37.qasm,3483,ibm_127q,graphstate,qiskit,1 +2600,127,10828,"{'rz': 816, 'sx': 544, 'measure': 68}",{'cx': 89385},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_68.qasm,1288,ibm_127q,twolocalrandom,qiskit,0 +2601,127,1009,"{'rz': 782, 'sx': 138, 'measure': 23}",{'cx': 4457},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_23.qasm,2975,ibm_127q,qnn,qiskit,0 +2602,127,4267,"{'rz': 504, 'sx': 504, 'measure': 63}",{'cx': 26691},"(15, 22); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",realamprandom_mapped_ibm_washington_qiskit_opt1_63.qasm,2632,ibm_127q,realamprandom,qiskit,1 +2603,127,302,"{'measure': 65, 'rz': 2, 'sx': 1}",{'cx': 538},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ghz_mapped_ibm_washington_qiskit_opt0_65.qasm,2750,ibm_127q,ghz,qiskit,0 +2604,127,10739,"{'rz': 16480, 'sx': 206, 'measure': 103, 'x': 1}",{'cx': 77180},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt0_104.qasm,1412,ibm_127q,qpeexact,qiskit,0 +2605,127,59576,"{'rz': 57346, 'sx': 21303, 'x': 780, 'measure': 122}",{'cx': 342333},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_122.qasm,2792,ibm_127q,random,qiskit,1 +2606,127,4214,"{'rz': 6248, 'sx': 72, 'measure': 72}",{'cx': 14611},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",qft_mapped_ibm_washington_qiskit_opt1_72.qasm,2025,ibm_127q,qft,qiskit,1 +2607,127,704,"{'sx': 136, 'rz': 136, 'measure': 17}",{'cx': 1747},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt1_17.qasm,1444,ibm_127q,su2random,qiskit,1 +2608,127,232,"{'rz': 154, 'sx': 78, 'measure': 8, 'x': 1}",{'cx': 236},"(45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qnn_mapped_ibm_washington_qiskit_opt3_8.qasm,3080,ibm_127q,qnn,qiskit,3 +2609,127,2293,"{'rz': 5538, 'sx': 426, 'measure': 71}",{'cx': 21338},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_71.qasm,3320,ibm_127q,qnn,qiskit,1 +2610,127,1807,"{'rz': 2072, 'sx': 37, 'measure': 37}",{'cx': 7719},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_37.qasm,3436,ibm_127q,qft,qiskit,0 +2611,127,29,"{'rz': 84, 'sx': 78, 'measure': 15, 'x': 6}",{'cx': 28},"(112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",vqe_mapped_ibm_washington_qiskit_opt2_15.qasm,3783,ibm_127q,vqe,qiskit,2 +2612,127,1543,"{'sx': 368, 'rz': 368, 'measure': 46}",{'cx': 9852},"(21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (110, 100); (110, 118); (118, 110)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_46.qasm,1428,ibm_127q,twolocalrandom,qiskit,2 +2613,127,11733,"{'rz': 12040, 'sx': 4173, 'x': 56, 'measure': 50}",{'cx': 56988},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_50.qasm,3171,ibm_127q,random,qiskit,0 +2614,127,361,"{'sx': 88, 'rz': 88, 'measure': 11}",{'cx': 544},"(35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",realamprandom_mapped_ibm_washington_qiskit_opt2_11.qasm,3861,ibm_127q,realamprandom,qiskit,2 +2615,127,7922,"{'rz': 10040, 'sx': 160, 'measure': 80, 'x': 1}",{'cx': 46869},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_81.qasm,2893,ibm_127q,qpeinexact,qiskit,0 +2616,127,6600,"{'rz': 9082, 'sx': 152, 'measure': 76, 'x': 1}",{'cx': 39248},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_77.qasm,2053,ibm_127q,qpeexact,qiskit,0 +2617,127,657,"{'rz': 614, 'sx': 195, 'measure': 19, 'x': 17}",{'cx': 762},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84)",ae_mapped_ibm_washington_qiskit_opt3_19.qasm,3862,ibm_127q,ae,qiskit,3 +2618,127,51070,"{'rz': 51148, 'sx': 18760, 'x': 631, 'measure': 114}",{'cx': 289574},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_114.qasm,1615,ibm_127q,random,qiskit,1 +2619,127,54,"{'measure': 51, 'rz': 2, 'sx': 1}",{'cx': 50},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_51.qasm,3619,ibm_127q,ghz,qiskit,2 +2620,127,579,"{'rz': 306, 'sx': 153, 'measure': 76, 'x': 75}",{'cx': 985},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",dj_mapped_ibm_washington_qiskit_opt0_77.qasm,2389,ibm_127q,dj,qiskit,0 +2621,127,504,"{'rz': 737, 'sx': 22, 'measure': 22}",{'cx': 1875},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_22.qasm,2208,ibm_127q,qft,qiskit,0 +2622,127,295,"{'rz': 322, 'sx': 184, 'measure': 11, 'x': 4}",{'cx': 453},"(53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt3_11.qasm,3381,ibm_127q,qnn,qiskit,3 +2623,127,356,"{'rz': 708, 'sx': 354, 'measure': 118}",{'cx': 3094},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt0_118.qasm,3448,ibm_127q,graphstate,qiskit,0 +2624,127,511,"{'rz': 192, 'sx': 128, 'measure': 16}",{'cx': 2475},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_16.qasm,2620,ibm_127q,twolocalrandom,qiskit,0 +2625,127,24395,"{'rz': 25547, 'sx': 9437, 'x': 369, 'measure': 82}",{'cx': 116137},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_82.qasm,1063,ibm_127q,random,qiskit,1 +2626,127,7438,"{'sx': 688, 'rz': 688, 'measure': 86}",{'cx': 50430},"(7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",su2random_mapped_ibm_washington_qiskit_opt1_86.qasm,1937,ibm_127q,su2random,qiskit,1 +2627,127,177,"{'rz': 312, 'sx': 156, 'measure': 52}",{'cx': 904},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",graphstate_mapped_ibm_washington_qiskit_opt0_52.qasm,2550,ibm_127q,graphstate,qiskit,0 +2628,127,2399,"{'rz': 2094, 'sx': 206, 'measure': 35}",{'cx': 7046},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24)",ae_mapped_ibm_washington_qiskit_opt0_35.qasm,1374,ibm_127q,ae,qiskit,0 +2629,127,1482,"{'rz': 2306, 'sx': 911, 'x': 117, 'measure': 39}",{'cx': 3298},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99)",ae_mapped_ibm_washington_qiskit_opt3_39.qasm,3643,ibm_127q,ae,qiskit,3 +2630,127,2690,"{'rz': 3482, 'sx': 49, 'measure': 48}",{'cx': 14129},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_48.qasm,1347,ibm_127q,qftentangled,qiskit,0 +2631,127,39,"{'rz': 32, 'sx': 16, 'measure': 10}",{'cx': 34},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",graphstate_mapped_ibm_washington_qiskit_opt3_10.qasm,3232,ibm_127q,graphstate,qiskit,3 +2632,127,847,"{'rz': 1693, 'sx': 1116, 'measure': 18, 'x': 2}",{'cx': 1624},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",portfoliovqe_mapped_ibm_washington_qiskit_opt3_18.qasm,1781,ibm_127q,portfoliovqe,qiskit,3 +2633,127,2094,"{'rz': 1650, 'sx': 33, 'measure': 33}",{'cx': 7581},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31)",qft_mapped_ibm_washington_qiskit_opt0_33.qasm,3948,ibm_127q,qft,qiskit,0 +2634,127,4630,"{'sx': 576, 'rz': 576, 'measure': 72}",{'cx': 29308},"(20, 33); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_72.qasm,2042,ibm_127q,su2random,qiskit,2 +2635,127,7202,"{'rz': 588, 'sx': 392, 'measure': 49}",{'cx': 44973},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_49.qasm,4070,ibm_127q,realamprandom,qiskit,0 +2636,127,96,"{'rz': 173, 'sx': 88, 'measure': 52, 'x': 1}",{'cx': 221},"(8, 16); (16, 8); (16, 26); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (112, 108)",graphstate_mapped_ibm_washington_qiskit_opt3_52.qasm,3952,ibm_127q,graphstate,qiskit,3 +2637,127,6976,"{'rz': 10241, 'sx': 105, 'measure': 105}",{'cx': 30772},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",qft_mapped_ibm_washington_qiskit_opt1_105.qasm,1305,ibm_127q,qft,qiskit,1 +2638,127,9909,"{'rz': 12420, 'sx': 648, 'measure': 108}",{'cx': 80093},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_108.qasm,3984,ibm_127q,qnn,qiskit,1 +2639,127,5201,"{'rz': 8335, 'sx': 170, 'measure': 85, 'x': 1}",{'cx': 23408},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qpeexact_mapped_ibm_washington_qiskit_opt1_86.qasm,3426,ibm_127q,qpeexact,qiskit,1 +2640,127,347,"{'rz': 143, 'sx': 60, 'measure': 7, 'x': 4}",{'cx': 233},"(66, 73); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",pricingcall_mapped_ibm_washington_qiskit_opt1_7.qasm,2500,ibm_127q,pricingcall,qiskit,1 +2641,127,4948,"{'rz': 5546, 'sx': 118, 'measure': 59, 'x': 1}",{'cx': 24585},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt0_60.qasm,1251,ibm_127q,qpeinexact,qiskit,0 +2642,127,5513,"{'rz': 4490, 'sx': 1525, 'measure': 31, 'x': 27}",{'cx': 20166},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_31.qasm,2467,ibm_127q,random,qiskit,0 +2643,127,7228,"{'rz': 6938, 'sx': 121, 'measure': 120}",{'cx': 36446},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_120.qasm,3041,ibm_127q,qftentangled,qiskit,2 +2644,127,983,"{'measure': 119, 'rz': 2, 'sx': 1}",{'cx': 1033},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_119.qasm,3511,ibm_127q,ghz,qiskit,1 +2645,127,3884,"{'rz': 3982, 'sx': 1402, 'x': 61, 'measure': 32}",{'cx': 10527},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66)",random_mapped_ibm_washington_qiskit_opt1_32.qasm,3032,ibm_127q,random,qiskit,1 +2646,127,2101,"{'rz': 2198, 'sx': 88, 'measure': 44, 'x': 1}",{'cx': 5613},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt2_45.qasm,3916,ibm_127q,qpeexact,qiskit,2 +2647,127,15792,"{'rz': 1008, 'sx': 1008, 'measure': 126}",{'cx': 122379},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_126.qasm,1203,ibm_127q,realamprandom,qiskit,2 +2648,127,7659,"{'rz': 4455, 'sx': 1294, 'x': 122, 'measure': 11}",{'cx': 6255},"(34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",grover-v-chain_mapped_ibm_washington_qiskit_opt3_11.qasm,3408,ibm_127q,grover-v-chain,qiskit,3 +2649,127,5429,"{'rz': 9881, 'sx': 103, 'measure': 102}",{'cx': 30696},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_102.qasm,2428,ibm_127q,qftentangled,qiskit,1 +2650,127,540,"{'rz': 831, 'sx': 85, 'measure': 24, 'x': 10}",{'cx': 1467},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt3_24.qasm,1847,ibm_127q,qftentangled,qiskit,3 +2651,127,135,"{'rz': 362, 'sx': 181, 'measure': 95}",{'cx': 503},"(9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",graphstate_mapped_ibm_washington_qiskit_opt2_95.qasm,3414,ibm_127q,graphstate,qiskit,2 +2652,127,2452,"{'rz': 20934, 'sx': 15144, 'measure': 71, 'x': 14}",{'cx': 17344},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt3_71.qasm,1133,ibm_127q,qnn,qiskit,3 +2653,127,39,"{'measure': 36, 'rz': 2, 'sx': 1}",{'cx': 35},"(9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_36.qasm,2816,ibm_127q,ghz,qiskit,3 +2654,127,414,"{'rz': 226, 'sx': 113, 'x': 57, 'measure': 56}",{'cx': 701},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",dj_mapped_ibm_washington_qiskit_opt0_57.qasm,1394,ibm_127q,dj,qiskit,0 +2655,127,2529,"{'rz': 3062, 'sx': 46, 'measure': 45}",{'cx': 13160},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_45.qasm,3492,ibm_127q,qftentangled,qiskit,0 +2656,127,21,"{'measure': 18, 'rz': 2, 'sx': 1}",{'cx': 17},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58)",ghz_mapped_ibm_washington_qiskit_opt1_18.qasm,1153,ibm_127q,ghz,qiskit,1 +2657,127,3117,"{'rz': 1414, 'sx': 696, 'x': 50, 'measure': 17}",{'cx': 2443},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",pricingcall_mapped_ibm_washington_qiskit_opt0_17.qasm,3789,ibm_127q,pricingcall,qiskit,0 +2658,127,6301,"{'rz': 10875, 'sx': 210, 'measure': 105, 'x': 1}",{'cx': 33037},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_106.qasm,3898,ibm_127q,qpeinexact,qiskit,1 +2659,127,3674,"{'rz': 5293, 'sx': 96, 'measure': 96}",{'cx': 22612},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119)",qft_mapped_ibm_washington_qiskit_opt2_96.qasm,1680,ibm_127q,qft,qiskit,2 +2660,127,1468,"{'rz': 1026, 'sx': 162, 'measure': 27}",{'cx': 7154},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_27.qasm,1658,ibm_127q,qnn,qiskit,0 +2661,127,6362,"{'sx': 576, 'rz': 576, 'measure': 72}",{'cx': 37410},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",realamprandom_mapped_ibm_washington_qiskit_opt1_72.qasm,2955,ibm_127q,realamprandom,qiskit,1 +2662,127,305,"{'rz': 166, 'sx': 83, 'x': 41, 'measure': 41}",{'cx': 527},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",dj_mapped_ibm_washington_qiskit_opt0_42.qasm,1669,ibm_127q,dj,qiskit,0 +2663,127,3636,"{'rz': 6731, 'sx': 76, 'measure': 76}",{'cx': 16665},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_76.qasm,3253,ibm_127q,qft,qiskit,1 +2664,127,295,"{'rz': 244, 'sx': 137, 'measure': 65, 'x': 3}",{'cx': 278},"(7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (17, 30); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (53, 41); (54, 45); (54, 64); (55, 68); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (92, 83); (92, 102); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (111, 104); (111, 122); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt3_66.qasm,4043,ibm_127q,dj,qiskit,3 +2665,127,573,"{'rz': 440, 'sx': 264, 'measure': 45, 'x': 1}",{'cx': 625},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_45.qasm,3894,ibm_127q,wstate,qiskit,0 +2666,127,12,"{'measure': 9, 'rz': 2, 'sx': 1}",{'cx': 8},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120)",ghz_mapped_ibm_washington_qiskit_opt2_9.qasm,3317,ibm_127q,ghz,qiskit,2 +2667,127,8440,"{'rz': 14835, 'sx': 578, 'measure': 97}",{'cx': 57792},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt0_97.qasm,3327,ibm_127q,ae,qiskit,0 +2668,127,2996,"{'rz': 3033, 'sx': 1171, 'x': 36, 'measure': 29}",{'cx': 7503},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (73, 66)",random_mapped_ibm_washington_qiskit_opt1_29.qasm,2931,ibm_127q,random,qiskit,1 +2669,127,341,"{'rz': 271, 'sx': 106, 'measure': 8, 'x': 1}",{'cx': 396},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",random_mapped_ibm_washington_qiskit_opt0_8.qasm,1120,ibm_127q,random,qiskit,0 +2670,127,10456,"{'rz': 12780, 'sx': 240, 'measure': 120, 'x': 1}",{'cx': 45877},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_121.qasm,3745,ibm_127q,qpeinexact,qiskit,1 +2671,127,141,"{'sx': 136, 'rz': 68, 'measure': 35, 'x': 1}",{'cx': 68},"(31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_35.qasm,2915,ibm_127q,wstate,qiskit,1 +2672,127,68,"{'measure': 65, 'rz': 2, 'sx': 1}",{'cx': 64},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_65.qasm,2703,ibm_127q,ghz,qiskit,2 +2673,127,6319,"{'rz': 5501, 'sx': 1930, 'measure': 34, 'x': 19}",{'cx': 23857},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20)",random_mapped_ibm_washington_qiskit_opt0_34.qasm,3407,ibm_127q,random,qiskit,0 +2674,127,6234,"{'rz': 8395, 'sx': 146, 'measure': 73, 'x': 1}",{'cx': 36935},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt0_74.qasm,1832,ibm_127q,qpeinexact,qiskit,0 +2675,127,2067,"{'rz': 3294, 'sx': 324, 'measure': 54}",{'cx': 13300},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt1_54.qasm,3673,ibm_127q,qnn,qiskit,1 +2676,127,22390,"{'rz': 24230, 'sx': 9230, 'x': 359, 'measure': 81}",{'cx': 112528},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",random_mapped_ibm_washington_qiskit_opt2_81.qasm,2890,ibm_127q,random,qiskit,2 +2677,127,790,"{'rz': 570, 'sx': 114, 'measure': 19}",{'cx': 2937},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_19.qasm,3570,ibm_127q,qnn,qiskit,0 +2678,127,76,"{'measure': 73, 'rz': 2, 'sx': 1}",{'cx': 72},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_73.qasm,1845,ibm_127q,ghz,qiskit,2 +2679,127,1572,"{'rz': 2725, 'sx': 2292, 'x': 129, 'measure': 39}",{'cx': 6866},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",realamprandom_mapped_ibm_washington_qiskit_opt3_39.qasm,1617,ibm_127q,realamprandom,qiskit,3 +2680,127,785,"{'rz': 967, 'sx': 304, 'x': 40, 'measure': 23}",{'cx': 1492},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qpeexact_mapped_ibm_washington_qiskit_opt3_24.qasm,3061,ibm_127q,qpeexact,qiskit,3 +2681,127,19,"{'rz': 38, 'sx': 21, 'measure': 14, 'x': 1}",{'cx': 33},"(28, 35); (35, 28); (35, 47); (47, 35); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",graphstate_mapped_ibm_washington_qiskit_opt3_14.qasm,2371,ibm_127q,graphstate,qiskit,3 +2682,127,8505,"{'rz': 11760, 'sx': 630, 'measure': 105}",{'cx': 65304},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_105.qasm,3239,ibm_127q,qnn,qiskit,1 +2683,127,390,"{'measure': 84, 'rz': 2, 'sx': 1}",{'cx': 695},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_84.qasm,2126,ibm_127q,ghz,qiskit,0 +2684,127,253,"{'rz': 215, 'sx': 129, 'measure': 54, 'x': 9}",{'cx': 197},"(7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (111, 104)",dj_mapped_ibm_washington_qiskit_opt3_55.qasm,1195,ibm_127q,dj,qiskit,3 +2685,127,107,"{'rz': 566, 'sx': 283, 'measure': 123}",{'cx': 894},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_123.qasm,2717,ibm_127q,graphstate,qiskit,1 +2686,127,42,"{'measure': 39, 'rz': 2, 'sx': 1}",{'cx': 38},"(31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_39.qasm,1526,ibm_127q,ghz,qiskit,1 +2687,127,791,"{'rz': 240, 'sx': 240, 'measure': 30}",{'cx': 3905},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (97, 98); (98, 91); (98, 97)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_30.qasm,2607,ibm_127q,twolocalrandom,qiskit,2 +2688,127,66,"{'measure': 63, 'rz': 2, 'sx': 1}",{'cx': 62},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_63.qasm,3965,ibm_127q,ghz,qiskit,2 +2689,127,114,"{'rz': 138, 'sx': 69, 'measure': 23}",{'cx': 467},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_23.qasm,2142,ibm_127q,graphstate,qiskit,0 +2690,127,74,"{'measure': 71, 'rz': 2, 'sx': 1}",{'cx': 70},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_71.qasm,2311,ibm_127q,ghz,qiskit,1 +2691,127,849,"{'rz': 804, 'sx': 140, 'measure': 24}",{'cx': 1434},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83)",ae_mapped_ibm_washington_qiskit_opt2_24.qasm,2286,ibm_127q,ae,qiskit,2 +2692,127,63,"{'rz': 108, 'sx': 54, 'measure': 36}",{'cx': 129},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt2_36.qasm,1097,ibm_127q,graphstate,qiskit,2 +2693,127,9247,"{'rz': 12661, 'sx': 126, 'measure': 125}",{'cx': 47509},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_125.qasm,1839,ibm_127q,qftentangled,qiskit,1 +2694,127,3242,"{'rz': 4148, 'sx': 366, 'measure': 61}",{'cx': 16166},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt1_61.qasm,2885,ibm_127q,qnn,qiskit,1 +2695,127,9590,"{'rz': 13034, 'sx': 244, 'measure': 122, 'x': 1}",{'cx': 45285},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_123.qasm,2365,ibm_127q,qpeexact,qiskit,1 +2696,127,822,"{'rz': 866, 'sx': 231, 'x': 38, 'measure': 22}",{'cx': 1437},"(24, 34); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",qpeexact_mapped_ibm_washington_qiskit_opt3_23.qasm,3087,ibm_127q,qpeexact,qiskit,3 +2697,127,1229,"{'rz': 1169, 'sx': 468, 'measure': 18, 'x': 14}",{'cx': 2273},"(41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",random_mapped_ibm_washington_qiskit_opt1_18.qasm,3998,ibm_127q,random,qiskit,1 +2698,127,5808,"{'rz': 672, 'sx': 672, 'measure': 84}",{'cx': 41579},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_84.qasm,1876,ibm_127q,twolocalrandom,qiskit,2 +2699,127,1684,"{'rz': 2343, 'sx': 2027, 'x': 73, 'measure': 35}",{'cx': 5577},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (102, 92)",realamprandom_mapped_ibm_washington_qiskit_opt3_35.qasm,2473,ibm_127q,realamprandom,qiskit,3 +2700,127,1364,"{'rz': 662, 'sx': 264, 'x': 30, 'measure': 13}",{'cx': 1370},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",pricingcall_mapped_ibm_washington_qiskit_opt0_13.qasm,3913,ibm_127q,pricingcall,qiskit,0 +2701,127,537,"{'rz': 490, 'sx': 98, 'measure': 17}",{'cx': 644},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98)",ae_mapped_ibm_washington_qiskit_opt1_17.qasm,4036,ibm_127q,ae,qiskit,1 +2702,127,69,"{'sx': 64, 'rz': 32, 'measure': 17, 'x': 1}",{'cx': 32},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_17.qasm,2491,ibm_127q,wstate,qiskit,2 +2703,127,2503,"{'sx': 368, 'rz': 368, 'measure': 46}",{'cx': 14196},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt1_46.qasm,3609,ibm_127q,su2random,qiskit,1 +2704,127,5576,"{'rz': 6133, 'sx': 2363, 'x': 80, 'measure': 41}",{'cx': 18276},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",random_mapped_ibm_washington_qiskit_opt1_41.qasm,1996,ibm_127q,random,qiskit,1 +2705,127,11036,"{'rz': 15240, 'sx': 720, 'measure': 120}",{'cx': 93776},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_120.qasm,1425,ibm_127q,qnn,qiskit,2 +2706,127,6206,"{'rz': 9478, 'sx': 188, 'measure': 94, 'x': 1}",{'cx': 28274},"(11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_95.qasm,2257,ibm_127q,qpeexact,qiskit,1 +2707,127,1166,"{'rz': 2581, 'sx': 2254, 'x': 86, 'measure': 36}",{'cx': 5816},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_36.qasm,3832,ibm_127q,twolocalrandom,qiskit,3 +2708,127,431,"{'rz': 228, 'sx': 202, 'measure': 17, 'x': 8}",{'cx': 1241},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (98, 91)",realamprandom_mapped_ibm_washington_qiskit_opt3_17.qasm,3887,ibm_127q,realamprandom,qiskit,3 +2709,127,31,"{'rz': 58, 'sx': 29, 'measure': 19}",{'cx': 70},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",graphstate_mapped_ibm_washington_qiskit_opt2_19.qasm,3341,ibm_127q,graphstate,qiskit,2 +2710,127,108,"{'rz': 174, 'sx': 87, 'measure': 51}",{'cx': 267},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (90, 75); (92, 83); (92, 102); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100)",graphstate_mapped_ibm_washington_qiskit_opt2_51.qasm,2224,ibm_127q,graphstate,qiskit,2 +2711,127,5146,"{'rz': 2270, 'sx': 1232, 'x': 100, 'measure': 19}",{'cx': 3750},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",pricingput_mapped_ibm_washington_qiskit_opt0_19.qasm,3257,ibm_127q,pricingput,qiskit,0 +2712,127,1181,"{'sx': 216, 'rz': 216, 'measure': 27}",{'cx': 4707},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt1_27.qasm,1068,ibm_127q,su2random,qiskit,1 +2713,127,2158,"{'rz': 3894, 'sx': 354, 'measure': 59}",{'cx': 16595},"(12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qnn_mapped_ibm_washington_qiskit_opt2_59.qasm,3835,ibm_127q,qnn,qiskit,2 +2714,127,542,"{'rz': 731, 'sx': 389, 'measure': 17, 'x': 7}",{'cx': 1138},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (81, 72)",qnn_mapped_ibm_washington_qiskit_opt3_17.qasm,3456,ibm_127q,qnn,qiskit,3 +2715,127,603,"{'rz': 437, 'sx': 237, 'measure': 118}",{'cx': 818},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt2_119.qasm,3580,ibm_127q,dj,qiskit,2 +2716,127,11040,"{'rz': 6612, 'sx': 456, 'measure': 76}",{'cx': 96942},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qnn_mapped_ibm_washington_qiskit_opt0_76.qasm,2398,ibm_127q,qnn,qiskit,0 +2717,127,221,"{'rz': 234, 'sx': 117, 'measure': 39}",{'cx': 744},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42)",graphstate_mapped_ibm_washington_qiskit_opt0_39.qasm,1591,ibm_127q,graphstate,qiskit,0 +2718,127,63,"{'rz': 50, 'sx': 29, 'measure': 14}",{'cx': 46},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (53, 41); (53, 60); (59, 60); (60, 53); (60, 59)",dj_mapped_ibm_washington_qiskit_opt2_15.qasm,2678,ibm_127q,dj,qiskit,2 +2719,127,91,"{'rz': 372, 'sx': 186, 'measure': 92}",{'cx': 545},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",graphstate_mapped_ibm_washington_qiskit_opt1_92.qasm,2053,ibm_127q,graphstate,qiskit,1 +2720,127,2403,"{'rz': 4310, 'sx': 56, 'measure': 56}",{'cx': 8858},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",qft_mapped_ibm_washington_qiskit_opt1_56.qasm,3380,ibm_127q,qft,qiskit,1 +2721,127,113,"{'measure': 20, 'rz': 2, 'sx': 1}",{'cx': 202},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_20.qasm,3027,ibm_127q,ghz,qiskit,0 +2722,127,1425,"{'rz': 2382, 'sx': 41, 'measure': 40}",{'cx': 4827},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt1_40.qasm,1873,ibm_127q,qftentangled,qiskit,1 +2723,127,35237,"{'rz': 47805, 'sx': 16435, 'x': 183, 'measure': 99}",{'cx': 295051},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt0_99.qasm,4031,ibm_127q,random,qiskit,0 +2724,127,6451,"{'rz': 6931, 'sx': 2520, 'x': 99, 'measure': 43}",{'cx': 21854},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",random_mapped_ibm_washington_qiskit_opt1_43.qasm,2993,ibm_127q,random,qiskit,1 +2725,127,2143,"{'rz': 3868, 'sx': 3240, 'x': 192, 'measure': 50}",{'cx': 11498},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (110, 100)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_50.qasm,3292,ibm_127q,twolocalrandom,qiskit,3 +2726,127,676,"{'rz': 585, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1086},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qpeinexact_mapped_ibm_washington_qiskit_opt1_19.qasm,3012,ibm_127q,qpeinexact,qiskit,1 +2727,127,1890,"{'rz': 2874, 'sx': 84, 'measure': 42, 'x': 1}",{'cx': 5791},"(27, 28); (28, 27); (28, 35); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt1_43.qasm,3857,ibm_127q,qpeexact,qiskit,1 +2728,127,360,"{'rz': 274, 'sx': 137, 'measure': 68}",{'cx': 464},"(11, 12); (12, 11); (12, 17); (16, 26); (17, 12); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 60); (54, 45); (54, 64); (55, 49); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (122, 111)",dj_mapped_ibm_washington_qiskit_opt1_69.qasm,2539,ibm_127q,dj,qiskit,1 +2729,127,25,"{'rz': 104, 'sx': 52, 'measure': 52}",{'cx': 52},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_52.qasm,1556,ibm_127q,graphstate,qiskit,1 +2730,127,1835,"{'rz': 3802, 'sx': 1778, 'x': 182, 'measure': 50}",{'cx': 5607},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt3_50.qasm,4077,ibm_127q,qftentangled,qiskit,3 +2731,127,58,"{'rz': 93, 'sx': 53, 'measure': 25, 'x': 2}",{'cx': 85},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99)",graphstate_mapped_ibm_washington_qiskit_opt3_25.qasm,2381,ibm_127q,graphstate,qiskit,3 +2732,127,591,"{'sx': 120, 'rz': 120, 'measure': 15}",{'cx': 1340},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66)",realamprandom_mapped_ibm_washington_qiskit_opt1_15.qasm,1687,ibm_127q,realamprandom,qiskit,1 +2733,127,824,"{'rz': 2143, 'sx': 810, 'x': 69, 'measure': 38}",{'cx': 3244},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qft_mapped_ibm_washington_qiskit_opt3_38.qasm,2323,ibm_127q,qft,qiskit,3 +2734,127,1014,"{'measure': 126, 'rz': 2, 'sx': 1}",{'cx': 1157},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_126.qasm,1641,ibm_127q,ghz,qiskit,1 +2735,127,293,"{'sx': 288, 'rz': 144, 'measure': 73, 'x': 1}",{'cx': 144},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_73.qasm,2216,ibm_127q,wstate,qiskit,2 +2736,127,1517,"{'sx': 336, 'rz': 336, 'measure': 42}",{'cx': 9154},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt2_42.qasm,3234,ibm_127q,su2random,qiskit,2 +2737,127,55,"{'rz': 198, 'sx': 99, 'measure': 61}",{'cx': 286},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt1_61.qasm,1533,ibm_127q,graphstate,qiskit,1 +2738,127,6628,"{'rz': 8088, 'sx': 422, 'measure': 71}",{'cx': 33263},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69)",ae_mapped_ibm_washington_qiskit_opt0_71.qasm,1422,ibm_127q,ae,qiskit,0 +2739,127,9042,"{'sx': 832, 'rz': 832, 'measure': 104}",{'cx': 67501},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_104.qasm,2814,ibm_127q,twolocalrandom,qiskit,2 +2740,127,183,"{'rz': 94, 'sx': 47, 'x': 23, 'measure': 23}",{'cx': 317},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_24.qasm,3675,ibm_127q,dj,qiskit,0 +2741,127,981,"{'rz': 672, 'sx': 126, 'measure': 21}",{'cx': 4016},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_21.qasm,1453,ibm_127q,qnn,qiskit,0 +2742,127,5392,"{'rz': 544, 'sx': 544, 'measure': 68}",{'cx': 31864},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (122, 111)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_68.qasm,2955,ibm_127q,twolocalrandom,qiskit,1 +2743,127,4840,"{'rz': 7586, 'sx': 722, 'measure': 121}",{'cx': 31920},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_121.qasm,3665,ibm_127q,ae,qiskit,2 +2744,127,151,"{'rz': 104, 'sx': 32, 'measure': 7, 'x': 3}",{'cx': 122},"(82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",qpeexact_mapped_ibm_washington_qiskit_opt3_8.qasm,2232,ibm_127q,qpeexact,qiskit,3 +2745,127,4331,"{'rz': 4381, 'sx': 154, 'measure': 77, 'x': 1}",{'cx': 16261},"(15, 22); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt2_78.qasm,2686,ibm_127q,qpeinexact,qiskit,2 +2746,127,2978,"{'rz': 2829, 'sx': 1116, 'x': 41, 'measure': 28}",{'cx': 7209},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",random_mapped_ibm_washington_qiskit_opt2_28.qasm,1161,ibm_127q,random,qiskit,2 +2747,127,74,"{'rz': 260, 'sx': 130, 'measure': 66}",{'cx': 363},"(12, 17); (14, 18); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt1_66.qasm,2277,ibm_127q,graphstate,qiskit,1 +2748,127,371,"{'rz': 168, 'sx': 112, 'measure': 14}",{'cx': 1725},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_14.qasm,1685,ibm_127q,twolocalrandom,qiskit,0 +2749,127,2269,"{'rz': 2776, 'sx': 106, 'measure': 53, 'x': 1}",{'cx': 8178},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92)",qpeexact_mapped_ibm_washington_qiskit_opt2_54.qasm,3307,ibm_127q,qpeexact,qiskit,2 +2750,127,352,"{'rz': 366, 'sx': 312, 'measure': 14, 'x': 3}",{'cx': 691},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (71, 58); (71, 77); (77, 71)",su2random_mapped_ibm_washington_qiskit_opt3_14.qasm,2057,ibm_127q,su2random,qiskit,3 +2751,127,115,"{'rz': 318, 'sx': 159, 'measure': 83}",{'cx': 488},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_83.qasm,2264,ibm_127q,graphstate,qiskit,1 +2752,127,16016,"{'rz': 16771, 'sx': 6414, 'x': 221, 'measure': 67}",{'cx': 69625},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_67.qasm,2131,ibm_127q,random,qiskit,2 +2753,127,6101,"{'rz': 10854, 'sx': 626, 'measure': 105}",{'cx': 30855},"(3, 4); (4, 3); (4, 15); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_105.qasm,3217,ibm_127q,ae,qiskit,1 +2754,127,4740,"{'rz': 8429, 'sx': 90, 'measure': 90}",{'cx': 21559},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_90.qasm,3203,ibm_127q,qft,qiskit,1 +2755,127,441,"{'rz': 338, 'sx': 187, 'measure': 93}",{'cx': 558},"(3, 4); (4, 3); (4, 15); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (97, 98); (98, 91); (98, 97); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",dj_mapped_ibm_washington_qiskit_opt2_94.qasm,1070,ibm_127q,dj,qiskit,2 +2756,127,252,"{'rz': 170, 'sx': 60, 'measure': 10}",{'cx': 397},"(41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qnn_mapped_ibm_washington_qiskit_opt2_10.qasm,2757,ibm_127q,qnn,qiskit,2 +2757,127,403,"{'rz': 316, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 1034},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_14.qasm,3516,ibm_127q,qpeexact,qiskit,0 +2758,127,4282,"{'rz': 5430, 'sx': 60, 'measure': 60}",{'cx': 23493},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_60.qasm,2619,ibm_127q,qft,qiskit,0 +2759,127,173,"{'rz': 98, 'sx': 42, 'measure': 7}",{'cx': 183},"(45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qnn_mapped_ibm_washington_qiskit_opt1_7.qasm,1187,ibm_127q,qnn,qiskit,1 +2760,127,112,"{'rz': 492, 'sx': 246, 'measure': 122}",{'cx': 731},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_122.qasm,1880,ibm_127q,graphstate,qiskit,2 +2761,127,27,"{'rz': 65, 'sx': 56, 'measure': 11, 'x': 5}",{'cx': 20},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",vqe_mapped_ibm_washington_qiskit_opt3_11.qasm,1337,ibm_127q,vqe,qiskit,3 +2762,127,8475,"{'rz': 12538, 'sx': 124, 'measure': 124}",{'cx': 47286},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_124.qasm,2522,ibm_127q,qft,qiskit,1 +2763,127,8076,"{'rz': 12526, 'sx': 236, 'measure': 118, 'x': 1}",{'cx': 41990},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_119.qasm,2745,ibm_127q,qpeinexact,qiskit,1 +2764,127,7078,"{'rz': 10882, 'sx': 86, 'measure': 85}",{'cx': 51087},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_85.qasm,1961,ibm_127q,qftentangled,qiskit,0 +2765,127,1648,"{'rz': 1806, 'sx': 230, 'measure': 39}",{'cx': 3750},"(8, 16); (16, 8); (16, 26); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",ae_mapped_ibm_washington_qiskit_opt2_39.qasm,2199,ibm_127q,ae,qiskit,2 +2766,127,1312,"{'rz': 1000, 'sx': 600, 'measure': 101, 'x': 1}",{'cx': 1472},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",wstate_mapped_ibm_washington_qiskit_opt0_101.qasm,2025,ibm_127q,wstate,qiskit,0 +2767,127,7636,"{'rz': 624, 'sx': 416, 'measure': 52}",{'cx': 50187},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_52.qasm,3587,ibm_127q,twolocalrandom,qiskit,0 +2768,127,213,"{'sx': 208, 'rz': 104, 'measure': 53, 'x': 1}",{'cx': 104},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_53.qasm,2421,ibm_127q,wstate,qiskit,2 +2769,127,7792,"{'rz': 10088, 'sx': 582, 'measure': 97}",{'cx': 60707},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_97.qasm,2901,ibm_127q,qnn,qiskit,1 +2770,127,1642,"{'rz': 8275, 'sx': 5589, 'measure': 48, 'x': 10}",{'cx': 8434},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",qnn_mapped_ibm_washington_qiskit_opt3_48.qasm,2168,ibm_127q,qnn,qiskit,3 +2771,127,633,"{'rz': 272, 'sx': 136, 'measure': 17}",{'cx': 3108},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_17.qasm,1159,ibm_127q,su2random,qiskit,0 +2772,127,13036,"{'rz': 920, 'sx': 920, 'measure': 115}",{'cx': 99622},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_115.qasm,3125,ibm_127q,realamprandom,qiskit,1 +2773,127,8425,"{'rz': 14751, 'sx': 99, 'measure': 99}",{'cx': 67047},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt0_99.qasm,1447,ibm_127q,qft,qiskit,0 +2774,127,5638,"{'rz': 6897, 'sx': 132, 'measure': 66, 'x': 1}",{'cx': 30810},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt0_67.qasm,1282,ibm_127q,qpeinexact,qiskit,0 +2775,127,80,"{'rz': 186, 'sx': 93, 'measure': 53}",{'cx': 287},"(15, 22); (19, 20); (20, 19); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (89, 74); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt1_53.qasm,2159,ibm_127q,graphstate,qiskit,1 +2776,127,22,"{'sx': 44, 'rz': 44, 'measure': 8, 'x': 2}",{'cx': 14},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119)",vqe_mapped_ibm_washington_qiskit_opt2_8.qasm,1810,ibm_127q,vqe,qiskit,2 +2777,127,1849,"{'rz': 3419, 'sx': 1466, 'x': 181, 'measure': 46}",{'cx': 5468},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qpeinexact_mapped_ibm_washington_qiskit_opt3_47.qasm,3820,ibm_127q,qpeinexact,qiskit,3 +2778,127,830,"{'measure': 121, 'rz': 2, 'sx': 1}",{'cx': 1023},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_121.qasm,1435,ibm_127q,ghz,qiskit,2 +2779,127,1330,"{'rz': 1020, 'sx': 612, 'measure': 103, 'x': 1}",{'cx': 1476},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",wstate_mapped_ibm_washington_qiskit_opt0_103.qasm,1246,ibm_127q,wstate,qiskit,0 +2780,127,101,"{'sx': 96, 'rz': 48, 'measure': 25, 'x': 1}",{'cx': 48},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78)",wstate_mapped_ibm_washington_qiskit_opt1_25.qasm,2717,ibm_127q,wstate,qiskit,1 +2781,127,81,"{'sx': 76, 'rz': 38, 'measure': 20, 'x': 1}",{'cx': 38},"(87, 93); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_20.qasm,3494,ibm_127q,wstate,qiskit,2 +2782,127,338,"{'rz': 253, 'sx': 86, 'x': 12, 'measure': 11}",{'cx': 326},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt3_12.qasm,3470,ibm_127q,qpeinexact,qiskit,3 +2783,127,1958,"{'rz': 3488, 'sx': 1535, 'x': 160, 'measure': 47}",{'cx': 4991},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt3_47.qasm,3431,ibm_127q,qft,qiskit,3 +2784,127,737,"{'sx': 160, 'rz': 160, 'measure': 20}",{'cx': 2362},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",su2random_mapped_ibm_washington_qiskit_opt1_20.qasm,3423,ibm_127q,su2random,qiskit,1 +2785,127,1045,"{'rz': 800, 'sx': 480, 'measure': 81, 'x': 1}",{'cx': 1150},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_81.qasm,3265,ibm_127q,wstate,qiskit,0 +2786,127,173,"{'rz': 98, 'sx': 42, 'measure': 7}",{'cx': 183},"(45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qnn_mapped_ibm_washington_qiskit_opt2_7.qasm,1285,ibm_127q,qnn,qiskit,2 +2787,127,38,"{'measure': 35, 'rz': 2, 'sx': 1}",{'cx': 34},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (79, 91); (80, 79); (90, 75); (90, 94); (91, 79); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",ghz_mapped_ibm_washington_qiskit_opt2_35.qasm,2200,ibm_127q,ghz,qiskit,2 +2788,127,790,"{'sx': 224, 'rz': 224, 'measure': 28}",{'cx': 3844},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt2_28.qasm,2847,ibm_127q,su2random,qiskit,2 +2789,127,972,"{'sx': 192, 'rz': 192, 'measure': 24}",{'cx': 3522},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (111, 104)",su2random_mapped_ibm_washington_qiskit_opt1_24.qasm,1615,ibm_127q,su2random,qiskit,1 +2790,127,879,"{'rz': 2478, 'sx': 1120, 'x': 94, 'measure': 40}",{'cx': 3418},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",qft_mapped_ibm_washington_qiskit_opt3_40.qasm,2474,ibm_127q,qft,qiskit,3 +2791,127,2074,"{'rz': 942, 'sx': 416, 'x': 30, 'measure': 15}",{'cx': 1974},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",pricingcall_mapped_ibm_washington_qiskit_opt0_15.qasm,2931,ibm_127q,pricingcall,qiskit,0 +2792,127,8270,"{'rz': 10287, 'sx': 162, 'measure': 81, 'x': 1}",{'cx': 49788},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_82.qasm,2071,ibm_127q,qpeexact,qiskit,0 +2793,127,133,"{'sx': 128, 'rz': 64, 'measure': 33, 'x': 1}",{'cx': 64},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",wstate_mapped_ibm_washington_qiskit_opt2_33.qasm,1807,ibm_127q,wstate,qiskit,2 +2794,127,1088,"{'rz': 2340, 'sx': 270, 'measure': 45}",{'cx': 8238},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt2_45.qasm,1207,ibm_127q,qnn,qiskit,2 +2795,127,14824,"{'rz': 896, 'sx': 896, 'measure': 112}",{'cx': 97102},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (126, 112)",realamprandom_mapped_ibm_washington_qiskit_opt1_112.qasm,1202,ibm_127q,realamprandom,qiskit,1 +2796,127,5264,"{'rz': 2520, 'sx': 270, 'measure': 45}",{'cx': 31247},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_45.qasm,1041,ibm_127q,qnn,qiskit,0 +2797,127,2330,"{'rz': 3201, 'sx': 344, 'measure': 58}",{'cx': 7299},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt2_58.qasm,1383,ibm_127q,ae,qiskit,2 +2798,127,1061,"{'rz': 264, 'sx': 264, 'measure': 33}",{'cx': 5375},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_33.qasm,1482,ibm_127q,twolocalrandom,qiskit,2 +2799,127,10227,"{'sx': 752, 'rz': 752, 'measure': 94}",{'cx': 66648},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100)",realamprandom_mapped_ibm_washington_qiskit_opt1_94.qasm,1906,ibm_127q,realamprandom,qiskit,1 +2800,127,6505,"{'rz': 7513, 'sx': 238, 'measure': 119, 'x': 1}",{'cx': 39250},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_120.qasm,2813,ibm_127q,qpeexact,qiskit,2 +2801,127,72,"{'measure': 69, 'rz': 2, 'sx': 1}",{'cx': 68},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_69.qasm,1246,ibm_127q,ghz,qiskit,1 +2802,127,1086,"{'rz': 2860, 'sx': 1702, 'measure': 31, 'x': 6}",{'cx': 3751},"(35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt3_31.qasm,2069,ibm_127q,qnn,qiskit,3 +2803,127,78093,"{'rz': 36728, 'sx': 149, 'measure': 11, 'x': 10}",{'cx': 74640},"(45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt2_11.qasm,1286,ibm_127q,qwalk-noancilla,qiskit,2 +2804,127,1110,"{'rz': 288, 'sx': 192, 'measure': 24}",{'cx': 6309},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_24.qasm,3965,ibm_127q,realamprandom,qiskit,0 +2805,127,1202,"{'rz': 2130, 'sx': 48, 'measure': 47}",{'cx': 5367},"(34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt2_47.qasm,3956,ibm_127q,qftentangled,qiskit,2 +2806,127,380,"{'rz': 374, 'sx': 16, 'measure': 16}",{'cx': 699},"(34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qft_mapped_ibm_washington_qiskit_opt1_16.qasm,3031,ibm_127q,qft,qiskit,1 +2807,127,4699,"{'rz': 6744, 'sx': 668, 'measure': 112}",{'cx': 28602},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_112.qasm,1549,ibm_127q,ae,qiskit,2 +2808,127,7820,"{'rz': 7925, 'sx': 2815, 'measure': 41, 'x': 31}",{'cx': 33626},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_41.qasm,1865,ibm_127q,random,qiskit,0 +2809,127,76,"{'rz': 296, 'sx': 148, 'measure': 86}",{'cx': 434},"(3, 4); (4, 3); (4, 15); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt2_86.qasm,1615,ibm_127q,graphstate,qiskit,2 +2810,127,3716,"{'rz': 3513, 'sx': 272, 'measure': 46}",{'cx': 13338},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_46.qasm,3352,ibm_127q,ae,qiskit,0 +2811,127,6790,"{'rz': 7952, 'sx': 142, 'measure': 71, 'x': 1}",{'cx': 35424},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58)",qpeexact_mapped_ibm_washington_qiskit_opt0_72.qasm,2867,ibm_127q,qpeexact,qiskit,0 +2812,127,34032,"{'rz': 18050, 'sx': 1486, 'measure': 18, 'x': 1}",{'cx': 32983},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",shor_15_4_mapped_ibm_washington_qiskit_opt1_18.qasm,2438,ibm_127q,shor,qiskit,1 +2813,127,3546,"{'rz': 4905, 'sx': 116, 'measure': 58, 'x': 1}",{'cx': 11021},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt1_59.qasm,2464,ibm_127q,qpeinexact,qiskit,1 +2814,127,2395,"{'rz': 5086, 'sx': 4504, 'x': 212, 'measure': 51}",{'cx': 11569},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_51.qasm,3515,ibm_127q,twolocalrandom,qiskit,3 +2815,127,33770,"{'rz': 46466, 'sx': 16048, 'x': 222, 'measure': 98}",{'cx': 286737},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt0_98.qasm,2565,ibm_127q,random,qiskit,0 +2816,127,4912,"{'rz': 8550, 'sx': 518, 'measure': 87}",{'cx': 20583},"(12, 13); (12, 17); (13, 12); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_87.qasm,1527,ibm_127q,ae,qiskit,1 +2817,127,2630,"{'rz': 3255, 'sx': 90, 'measure': 45, 'x': 1}",{'cx': 6958},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt1_46.qasm,4081,ibm_127q,qpeinexact,qiskit,1 +2818,127,895,"{'rz': 1104, 'sx': 988, 'measure': 33, 'x': 22}",{'cx': 4147},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt3_33.qasm,2117,ibm_127q,realamprandom,qiskit,3 +2819,127,1697,"{'sx': 336, 'rz': 336, 'measure': 42}",{'cx': 9541},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_42.qasm,2356,ibm_127q,twolocalrandom,qiskit,2 +2820,127,377,"{'sx': 88, 'rz': 88, 'measure': 11}",{'cx': 563},"(35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",su2random_mapped_ibm_washington_qiskit_opt2_11.qasm,3517,ibm_127q,su2random,qiskit,2 +2821,127,4196,"{'rz': 3792, 'sx': 1319, 'measure': 28, 'x': 20}",{'cx': 14270},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_28.qasm,2851,ibm_127q,random,qiskit,0 +2822,127,5886,"{'rz': 7814, 'sx': 73, 'measure': 72}",{'cx': 36269},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58)",qftentangled_mapped_ibm_washington_qiskit_opt0_72.qasm,1484,ibm_127q,qftentangled,qiskit,0 +2823,127,7522,"{'rz': 12742, 'sx': 92, 'measure': 92}",{'cx': 58190},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt0_92.qasm,2606,ibm_127q,qft,qiskit,0 +2824,127,3549,"{'rz': 1824, 'sx': 78, 'measure': 7, 'x': 1}",{'cx': 3393},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",grover-noancilla_mapped_ibm_washington_qiskit_opt2_7.qasm,3718,ibm_127q,grover-noancilla,qiskit,2 +2825,127,2147,"{'sx': 368, 'rz': 368, 'measure': 46}",{'cx': 12161},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_46.qasm,2315,ibm_127q,su2random,qiskit,2 +2826,127,9136,"{'rz': 9020, 'sx': 3464, 'x': 141, 'measure': 50}",{'cx': 32119},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_50.qasm,1042,ibm_127q,random,qiskit,2 +2827,127,4955,"{'rz': 5840, 'sx': 438, 'measure': 73}",{'cx': 26725},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_73.qasm,1975,ibm_127q,qnn,qiskit,1 +2828,127,26,"{'sx': 70, 'rz': 69, 'measure': 12, 'x': 1}",{'cx': 22},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18)",vqe_mapped_ibm_washington_qiskit_opt3_12.qasm,3572,ibm_127q,vqe,qiskit,3 +2829,127,27,"{'measure': 24, 'rz': 2, 'sx': 1}",{'cx': 23},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",ghz_mapped_ibm_washington_qiskit_opt1_24.qasm,2906,ibm_127q,ghz,qiskit,1 +2830,127,3009,"{'rz': 3523, 'sx': 128, 'measure': 64, 'x': 1}",{'cx': 11598},"(8, 16); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt2_65.qasm,3195,ibm_127q,qpeexact,qiskit,2 +2831,127,40327,"{'rz': 41767, 'sx': 15413, 'x': 525, 'measure': 104}",{'cx': 220424},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_104.qasm,3743,ibm_127q,random,qiskit,1 +2832,127,11760,"{'sx': 912, 'rz': 912, 'measure': 114}",{'cx': 88651},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_114.qasm,2352,ibm_127q,realamprandom,qiskit,2 +2833,127,3155,"{'sx': 488, 'rz': 488, 'measure': 61}",{'cx': 21190},"(7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (35, 28); (35, 47); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_61.qasm,1565,ibm_127q,su2random,qiskit,2 +2834,127,376,"{'rz': 341, 'sx': 141, 'measure': 9, 'x': 2}",{'cx': 557},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",random_mapped_ibm_washington_qiskit_opt0_9.qasm,1641,ibm_127q,random,qiskit,0 +2835,127,5662,"{'rz': 6277, 'sx': 206, 'measure': 103, 'x': 1}",{'cx': 27996},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111)",qpeexact_mapped_ibm_washington_qiskit_opt2_104.qasm,3457,ibm_127q,qpeexact,qiskit,2 +2836,127,471,"{'rz': 215, 'sx': 92, 'measure': 9, 'x': 4}",{'cx': 311},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",pricingcall_mapped_ibm_washington_qiskit_opt2_9.qasm,3650,ibm_127q,pricingcall,qiskit,2 +2837,127,25,"{'rz': 25, 'sx': 15, 'measure': 7}",{'cx': 17},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",dj_mapped_ibm_washington_qiskit_opt2_8.qasm,2308,ibm_127q,dj,qiskit,2 +2838,127,627,"{'rz': 555, 'sx': 98, 'measure': 17}",{'cx': 1256},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_17.qasm,4071,ibm_127q,ae,qiskit,0 +2839,127,3352,"{'sx': 504, 'rz': 504, 'measure': 63}",{'cx': 28029},"(20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt1_63.qasm,2320,ibm_127q,su2random,qiskit,1 +2840,127,29138,"{'rz': 30481, 'sx': 11330, 'x': 401, 'measure': 89}",{'cx': 143862},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",random_mapped_ibm_washington_qiskit_opt1_89.qasm,2572,ibm_127q,random,qiskit,1 +2841,127,700,"{'rz': 824, 'sx': 26, 'measure': 26}",{'cx': 1796},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qft_mapped_ibm_washington_qiskit_opt2_26.qasm,2998,ibm_127q,qft,qiskit,2 +2842,127,242,"{'rz': 198, 'sx': 99, 'measure': 49}",{'cx': 238},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (92, 83)",dj_mapped_ibm_washington_qiskit_opt1_50.qasm,3496,ibm_127q,dj,qiskit,1 +2843,127,5400,"{'rz': 6409, 'sx': 212, 'measure': 106, 'x': 1}",{'cx': 29949},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_107.qasm,3710,ibm_127q,qpeexact,qiskit,2 +2844,127,15894,"{'rz': 992, 'sx': 992, 'measure': 124}",{'cx': 117584},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_124.qasm,2645,ibm_127q,realamprandom,qiskit,1 +2845,127,2101,"{'rz': 2198, 'sx': 88, 'measure': 44, 'x': 1}",{'cx': 5613},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt2_45.qasm,3513,ibm_127q,qpeinexact,qiskit,2 +2846,127,335,"{'rz': 112, 'sx': 112, 'measure': 14}",{'cx': 829},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (71, 58); (71, 77); (77, 71)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_14.qasm,1663,ibm_127q,twolocalrandom,qiskit,3 +2847,127,4185,"{'sx': 560, 'rz': 560, 'measure': 70}",{'cx': 31480},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt1_70.qasm,3881,ibm_127q,realamprandom,qiskit,1 +2848,127,1433,"{'sx': 248, 'rz': 248, 'measure': 31}",{'cx': 6156},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (81, 72)",su2random_mapped_ibm_washington_qiskit_opt1_31.qasm,3460,ibm_127q,su2random,qiskit,1 +2849,127,468,"{'rz': 321, 'sx': 177, 'measure': 88}",{'cx': 641},"(8, 16); (12, 17); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt2_89.qasm,3859,ibm_127q,dj,qiskit,2 +2850,127,428,"{'rz': 387, 'sx': 17, 'measure': 17}",{'cx': 758},"(56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79)",qft_mapped_ibm_washington_qiskit_opt2_17.qasm,3200,ibm_127q,qft,qiskit,2 +2851,127,5610,"{'rz': 6496, 'sx': 128, 'measure': 64, 'x': 1}",{'cx': 29432},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt0_65.qasm,2903,ibm_127q,qpeexact,qiskit,0 +2852,127,658,"{'rz': 494, 'sx': 114, 'measure': 19}",{'cx': 1637},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt1_19.qasm,2878,ibm_127q,qnn,qiskit,1 +2853,127,5242,"{'rz': 6126, 'sx': 204, 'measure': 102, 'x': 1}",{'cx': 27628},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeexact_mapped_ibm_washington_qiskit_opt2_103.qasm,2031,ibm_127q,qpeexact,qiskit,2 +2854,127,4926,"{'rz': 5727, 'sx': 196, 'measure': 98, 'x': 1}",{'cx': 25215},"(8, 16); (12, 17); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_99.qasm,2116,ibm_127q,qpeinexact,qiskit,2 +2855,127,501,"{'rz': 266, 'sx': 133, 'measure': 66, 'x': 65}",{'cx': 831},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65)",dj_mapped_ibm_washington_qiskit_opt0_67.qasm,2209,ibm_127q,dj,qiskit,0 +2856,127,856,"{'rz': 871, 'sx': 134, 'measure': 23}",{'cx': 1385},"(41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",ae_mapped_ibm_washington_qiskit_opt1_23.qasm,1137,ibm_127q,ae,qiskit,1 +2857,127,6119,"{'rz': 9401, 'sx': 79, 'measure': 79}",{'cx': 42246},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_79.qasm,3888,ibm_127q,qft,qiskit,0 +2858,127,233,"{'rz': 72, 'sx': 72, 'measure': 9}",{'cx': 360},"(86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (122, 111)",realamprandom_mapped_ibm_washington_qiskit_opt1_9.qasm,1052,ibm_127q,realamprandom,qiskit,1 +2859,127,8384,"{'rz': 12145, 'sx': 230, 'measure': 115, 'x': 1}",{'cx': 41255},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_116.qasm,3022,ibm_127q,qpeinexact,qiskit,1 +2860,127,64,"{'rz': 260, 'sx': 130, 'measure': 70}",{'cx': 328},"(15, 22); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83); (92, 102); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (109, 96); (110, 100); (110, 118); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt2_70.qasm,2724,ibm_127q,graphstate,qiskit,2 +2861,127,987,"{'measure': 114, 'rz': 2, 'sx': 1}",{'cx': 1097},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (126, 112)",ghz_mapped_ibm_washington_qiskit_opt1_114.qasm,2641,ibm_127q,ghz,qiskit,1 +2862,127,16703,"{'sx': 1008, 'rz': 1008, 'measure': 126}",{'cx': 121520},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_126.qasm,2635,ibm_127q,twolocalrandom,qiskit,1 +2863,127,117,"{'measure': 24, 'rz': 2, 'sx': 1}",{'cx': 206},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_24.qasm,1871,ibm_127q,ghz,qiskit,0 +2864,127,109,"{'rz': 110, 'sx': 55, 'measure': 11}",{'cx': 317},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qaoa_mapped_ibm_washington_qiskit_opt0_11.qasm,2375,ibm_127q,qaoa,qiskit,0 +2865,127,921,"{'rz': 1153, 'sx': 435, 'x': 45, 'measure': 26}",{'cx': 1473},"(15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (91, 79)",ae_mapped_ibm_washington_qiskit_opt3_26.qasm,3132,ibm_127q,ae,qiskit,3 +2866,127,1095,"{'rz': 556, 'sx': 71, 'measure': 7, 'x': 1}",{'cx': 914},"(93, 106); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",grover-v-chain_mapped_ibm_washington_qiskit_opt2_7.qasm,2791,ibm_127q,grover-v-chain,qiskit,2 +2867,127,12492,"{'rz': 888, 'sx': 888, 'measure': 111}",{'cx': 87995},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_111.qasm,4033,ibm_127q,realamprandom,qiskit,1 +2868,127,167,"{'rz': 112, 'sx': 14, 'measure': 7, 'x': 1}",{'cx': 149},"(86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qpeexact_mapped_ibm_washington_qiskit_opt1_8.qasm,3948,ibm_127q,qpeexact,qiskit,1 +2869,127,10086,"{'sx': 832, 'rz': 832, 'measure': 104}",{'cx': 69216},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_104.qasm,2272,ibm_127q,su2random,qiskit,2 +2870,127,175,"{'rz': 448, 'sx': 224, 'measure': 116}",{'cx': 779},"(0, 14); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_116.qasm,1611,ibm_127q,graphstate,qiskit,1 +2871,127,392,"{'measure': 86, 'rz': 2, 'sx': 1}",{'cx': 697},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_86.qasm,3824,ibm_127q,ghz,qiskit,0 +2872,127,37,"{'sx': 32, 'rz': 16, 'measure': 9, 'x': 1}",{'cx': 16},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120)",wstate_mapped_ibm_washington_qiskit_opt2_9.qasm,3622,ibm_127q,wstate,qiskit,2 +2873,127,1608,"{'rz': 1240, 'sx': 744, 'measure': 125, 'x': 1}",{'cx': 1745},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_125.qasm,3523,ibm_127q,wstate,qiskit,0 +2874,127,30584,"{'rz': 14111, 'sx': 200, 'measure': 9, 'x': 1}",{'cx': 27624},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (53, 41)",grover-noancilla_mapped_ibm_washington_qiskit_opt2_9.qasm,3938,ibm_127q,grover-noancilla,qiskit,2 +2875,127,1271,"{'rz': 1418, 'sx': 58, 'measure': 29, 'x': 1}",{'cx': 2869},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt1_30.qasm,1881,ibm_127q,qpeexact,qiskit,1 +2876,127,15,"{'measure': 12, 'rz': 2, 'sx': 1}",{'cx': 11},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",ghz_mapped_ibm_washington_qiskit_opt3_12.qasm,3481,ibm_127q,ghz,qiskit,3 +2877,127,12113,"{'sx': 856, 'rz': 856, 'measure': 107}",{'cx': 87457},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_107.qasm,3822,ibm_127q,realamprandom,qiskit,1 +2878,127,11108,"{'rz': 6290, 'sx': 444, 'measure': 74}",{'cx': 93956},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62); (73, 66)",qnn_mapped_ibm_washington_qiskit_opt0_74.qasm,1087,ibm_127q,qnn,qiskit,0 +2879,127,69,"{'measure': 66, 'rz': 2, 'sx': 1}",{'cx': 65},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_66.qasm,1191,ibm_127q,ghz,qiskit,2 +2880,127,2291,"{'rz': 4073, 'sx': 54, 'measure': 54}",{'cx': 8875},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt1_54.qasm,1385,ibm_127q,qft,qiskit,1 +2881,127,4445,"{'rz': 5285, 'sx': 99, 'measure': 98}",{'cx': 23064},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_98.qasm,1674,ibm_127q,qftentangled,qiskit,2 +2882,127,7636,"{'rz': 624, 'sx': 416, 'measure': 52}",{'cx': 50187},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_52.qasm,2865,ibm_127q,realamprandom,qiskit,0 +2883,127,2038,"{'rz': 2009, 'sx': 726, 'measure': 23, 'x': 19}",{'cx': 4223},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",random_mapped_ibm_washington_qiskit_opt1_23.qasm,2494,ibm_127q,random,qiskit,1 +2884,127,5320,"{'rz': 7192, 'sx': 152, 'measure': 76, 'x': 1}",{'cx': 18137},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_77.qasm,3946,ibm_127q,qpeinexact,qiskit,1 +2885,127,4325,"{'rz': 6406, 'sx': 112, 'measure': 111}",{'cx': 29613},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_111.qasm,2096,ibm_127q,qftentangled,qiskit,2 +2886,127,5493,"{'rz': 5766, 'sx': 2117, 'x': 71, 'measure': 39}",{'cx': 16940},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",random_mapped_ibm_washington_qiskit_opt1_39.qasm,1520,ibm_127q,random,qiskit,1 +2887,127,586,"{'measure': 127, 'rz': 2, 'sx': 1}",{'cx': 1047},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_127.qasm,2964,ibm_127q,ghz,qiskit,0 +2888,127,4280,"{'rz': 6663, 'sx': 113, 'measure': 113}",{'cx': 31262},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_113.qasm,2421,ibm_127q,qft,qiskit,2 +2889,127,80,"{'rz': 54, 'sx': 27, 'measure': 13}",{'cx': 58},"(4, 15); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",dj_mapped_ibm_washington_qiskit_opt1_14.qasm,1296,ibm_127q,dj,qiskit,1 +2890,127,1482,"{'rz': 2145, 'sx': 38, 'measure': 38}",{'cx': 4271},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (34, 24); (34, 43); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87)",qft_mapped_ibm_washington_qiskit_opt1_38.qasm,2606,ibm_127q,qft,qiskit,1 +2891,127,165,"{'rz': 137, 'sx': 83, 'measure': 35, 'x': 6}",{'cx': 117},"(33, 39); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (71, 58); (72, 62); (72, 81); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt3_36.qasm,3736,ibm_127q,dj,qiskit,3 +2892,127,3211,"{'rz': 6189, 'sx': 5258, 'x': 232, 'measure': 56}",{'cx': 15227},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_56.qasm,2254,ibm_127q,twolocalrandom,qiskit,3 +2893,127,1035,"{'sx': 248, 'rz': 248, 'measure': 31}",{'cx': 4248},"(34, 43); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (55, 49); (55, 68); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",su2random_mapped_ibm_washington_qiskit_opt2_31.qasm,3333,ibm_127q,su2random,qiskit,2 +2894,127,6116,"{'rz': 6895, 'sx': 121, 'measure': 121}",{'cx': 37971},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_121.qasm,1684,ibm_127q,qft,qiskit,2 +2895,127,44,"{'measure': 11, 'rz': 2, 'sx': 1}",{'cx': 73},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_11.qasm,3522,ibm_127q,ghz,qiskit,0 +2896,127,670,"{'rz': 469, 'sx': 278, 'measure': 117, 'x': 18}",{'cx': 627},"(0, 1); (0, 14); (1, 0); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (102, 92); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt3_118.qasm,2256,ibm_127q,dj,qiskit,3 +2897,127,109,"{'rz': 68, 'sx': 7, 'measure': 7}",{'cx': 105},"(66, 73); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",qft_mapped_ibm_washington_qiskit_opt1_7.qasm,3034,ibm_127q,qft,qiskit,1 +2898,127,2299,"{'rz': 3128, 'sx': 88, 'measure': 44, 'x': 1}",{'cx': 6756},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qpeexact_mapped_ibm_washington_qiskit_opt1_45.qasm,3817,ibm_127q,qpeexact,qiskit,1 +2899,127,8106,"{'rz': 12390, 'sx': 698, 'measure': 117}",{'cx': 36975},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (108, 112); (110, 100); (110, 118); (111, 104); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_117.qasm,1852,ibm_127q,ae,qiskit,1 +2900,127,1116,"{'rz': 4531, 'sx': 2788, 'measure': 40, 'x': 5}",{'cx': 6199},"(4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qnn_mapped_ibm_washington_qiskit_opt3_40.qasm,3949,ibm_127q,qnn,qiskit,3 +2901,127,604,"{'rz': 434, 'sx': 253, 'measure': 113, 'x': 12}",{'cx': 568},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt3_114.qasm,1062,ibm_127q,dj,qiskit,3 +2902,127,1874,"{'rz': 3058, 'sx': 1212, 'x': 185, 'measure': 44}",{'cx': 5174},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",qpeexact_mapped_ibm_washington_qiskit_opt3_45.qasm,1295,ibm_127q,qpeexact,qiskit,3 +2903,127,3345,"{'rz': 4136, 'sx': 81, 'measure': 81}",{'cx': 14952},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt2_81.qasm,2238,ibm_127q,qft,qiskit,2 +2904,127,1048,"{'rz': 2161, 'sx': 367, 'x': 44, 'measure': 41}",{'cx': 3970},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt3_41.qasm,1791,ibm_127q,qftentangled,qiskit,3 +2905,127,1682,"{'rz': 2806, 'sx': 58, 'measure': 57}",{'cx': 7737},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt2_57.qasm,3623,ibm_127q,qftentangled,qiskit,2 +2906,127,54,"{'rz': 46, 'sx': 23, 'measure': 11}",{'cx': 41},"(54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",dj_mapped_ibm_washington_qiskit_opt1_12.qasm,2254,ibm_127q,dj,qiskit,1 +2907,127,3084,"{'rz': 5040, 'sx': 62, 'measure': 62}",{'cx': 11138},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt1_62.qasm,1605,ibm_127q,qft,qiskit,1 +2908,127,6404,"{'rz': 7208, 'sx': 234, 'measure': 117, 'x': 1}",{'cx': 38194},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_118.qasm,3674,ibm_127q,qpeinexact,qiskit,2 +2909,127,409,"{'rz': 321, 'sx': 199, 'measure': 83, 'x': 16}",{'cx': 363},"(7, 8); (8, 7); (8, 16); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt3_84.qasm,4015,ibm_127q,dj,qiskit,3 +2910,127,2291,"{'rz': 2734, 'sx': 104, 'measure': 52, 'x': 1}",{'cx': 7659},"(28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt2_53.qasm,3061,ibm_127q,qpeinexact,qiskit,2 +2911,127,14556,"{'rz': 960, 'sx': 960, 'measure': 120}",{'cx': 106948},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_120.qasm,3002,ibm_127q,twolocalrandom,qiskit,1 +2912,127,2818,"{'rz': 1964, 'sx': 37, 'measure': 36}",{'cx': 9710},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_36.qasm,3263,ibm_127q,qftentangled,qiskit,0 +2913,127,121,"{'sx': 116, 'rz': 58, 'measure': 30, 'x': 1}",{'cx': 58},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",wstate_mapped_ibm_washington_qiskit_opt3_30.qasm,4059,ibm_127q,wstate,qiskit,3 +2914,127,1244,"{'sx': 320, 'rz': 320, 'measure': 40}",{'cx': 7980},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt2_40.qasm,4023,ibm_127q,su2random,qiskit,2 +2915,127,335,"{'rz': 112, 'sx': 112, 'measure': 14}",{'cx': 829},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (71, 58); (71, 77); (77, 71)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_14.qasm,1583,ibm_127q,twolocalrandom,qiskit,2 +2916,127,690,"{'rz': 309, 'sx': 140, 'measure': 11, 'x': 10}",{'cx': 455},"(49, 55); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73)",pricingcall_mapped_ibm_washington_qiskit_opt1_11.qasm,3697,ibm_127q,pricingcall,qiskit,1 +2917,127,11991,"{'rz': 12383, 'sx': 4581, 'x': 165, 'measure': 57}",{'cx': 45704},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt1_57.qasm,2317,ibm_127q,random,qiskit,1 +2918,127,364,"{'rz': 210, 'sx': 105, 'measure': 52, 'x': 51}",{'cx': 625},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 50); (52, 37)",dj_mapped_ibm_washington_qiskit_opt0_53.qasm,2265,ibm_127q,dj,qiskit,0 +2919,127,1224,"{'rz': 1329, 'sx': 56, 'measure': 28, 'x': 1}",{'cx': 2699},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qpeinexact_mapped_ibm_washington_qiskit_opt1_29.qasm,1831,ibm_127q,qpeinexact,qiskit,1 +2920,127,838,"{'sx': 280, 'rz': 280, 'measure': 35}",{'cx': 5319},"(4, 15); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",realamprandom_mapped_ibm_washington_qiskit_opt2_35.qasm,1346,ibm_127q,realamprandom,qiskit,2 +2921,127,6824,"{'rz': 11366, 'sx': 650, 'measure': 109}",{'cx': 30985},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_109.qasm,3465,ibm_127q,ae,qiskit,1 +2922,127,230,"{'rz': 186, 'sx': 90, 'measure': 10, 'x': 8}",{'cx': 151},"(54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81)",ae_mapped_ibm_washington_qiskit_opt3_10.qasm,2816,ibm_127q,ae,qiskit,3 +2923,127,39,"{'measure': 36, 'rz': 2, 'sx': 1}",{'cx': 35},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (79, 91); (80, 79); (90, 75); (90, 94); (91, 79); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",ghz_mapped_ibm_washington_qiskit_opt2_36.qasm,2824,ibm_127q,ghz,qiskit,2 +2924,127,178,"{'rz': 81, 'sx': 42, 'x': 6, 'measure': 5}",{'cx': 88},"(62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82)",pricingput_mapped_ibm_washington_qiskit_opt2_5.qasm,2833,ibm_127q,pricingput,qiskit,2 +2925,127,1187,"{'rz': 1717, 'sx': 35, 'measure': 34}",{'cx': 3567},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (91, 79)",qftentangled_mapped_ibm_washington_qiskit_opt1_34.qasm,2802,ibm_127q,qftentangled,qiskit,1 +2926,127,11110,"{'sx': 800, 'rz': 800, 'measure': 100}",{'cx': 72378},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (112, 108); (112, 126); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_100.qasm,2537,ibm_127q,su2random,qiskit,1 +2927,127,2981,"{'rz': 5186, 'sx': 93, 'measure': 93}",{'cx': 21294},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qft_mapped_ibm_washington_qiskit_opt2_93.qasm,1860,ibm_127q,qft,qiskit,2 +2928,127,16541,"{'sx': 960, 'rz': 960, 'measure': 120}",{'cx': 118252},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_120.qasm,2760,ibm_127q,su2random,qiskit,1 +2929,127,642,"{'rz': 476, 'sx': 102, 'measure': 17}",{'cx': 2441},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_17.qasm,3558,ibm_127q,qnn,qiskit,0 +2930,127,6267,"{'rz': 12182, 'sx': 122, 'measure': 121}",{'cx': 41565},"(0, 14); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_121.qasm,1127,ibm_127q,qftentangled,qiskit,1 +2931,127,3485,"{'rz': 6502, 'sx': 422, 'measure': 71}",{'cx': 13142},"(12, 17); (17, 12); (17, 30); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_71.qasm,3271,ibm_127q,ae,qiskit,1 +2932,127,2698,"{'rz': 6252, 'sx': 73, 'measure': 72}",{'cx': 14202},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_72.qasm,2880,ibm_127q,qftentangled,qiskit,1 +2933,127,812,"{'rz': 256, 'sx': 256, 'measure': 32}",{'cx': 4548},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_32.qasm,2595,ibm_127q,realamprandom,qiskit,2 +2934,127,7423,"{'rz': 11622, 'sx': 662, 'measure': 111}",{'cx': 35286},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt1_111.qasm,1635,ibm_127q,ae,qiskit,1 +2935,127,472,"{'rz': 350, 'sx': 210, 'measure': 36, 'x': 1}",{'cx': 538},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24); (35, 28)",wstate_mapped_ibm_washington_qiskit_opt0_36.qasm,1729,ibm_127q,wstate,qiskit,0 +2936,127,6256,"{'rz': 7597, 'sx': 71, 'measure': 71}",{'cx': 36815},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69)",qft_mapped_ibm_washington_qiskit_opt0_71.qasm,1760,ibm_127q,qft,qiskit,0 +2937,127,27382,"{'rz': 29373, 'sx': 10932, 'x': 391, 'measure': 87}",{'cx': 137093},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_87.qasm,1663,ibm_127q,random,qiskit,1 +2938,127,25416,"{'rz': 32723, 'sx': 11333, 'x': 129, 'measure': 82}",{'cx': 181915},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_82.qasm,2854,ibm_127q,random,qiskit,0 +2939,127,123,"{'rz': 540, 'sx': 270, 'measure': 126}",{'cx': 843},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_126.qasm,1761,ibm_127q,graphstate,qiskit,2 +2940,127,10456,"{'rz': 12780, 'sx': 240, 'measure': 120, 'x': 1}",{'cx': 45877},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_121.qasm,3156,ibm_127q,qpeexact,qiskit,1 +2941,127,5235,"{'rz': 8843, 'sx': 178, 'measure': 89, 'x': 1}",{'cx': 24849},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeexact_mapped_ibm_washington_qiskit_opt1_90.qasm,2779,ibm_127q,qpeexact,qiskit,1 +2942,127,53,"{'sx': 48, 'rz': 24, 'measure': 13, 'x': 1}",{'cx': 24},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18)",wstate_mapped_ibm_washington_qiskit_opt2_13.qasm,2281,ibm_127q,wstate,qiskit,2 +2943,127,35,"{'rz': 83, 'sx': 45, 'measure': 9}",{'cx': 54},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qaoa_mapped_ibm_washington_qiskit_opt2_9.qasm,3627,ibm_127q,qaoa,qiskit,2 +2944,127,117,"{'sx': 112, 'rz': 56, 'measure': 29, 'x': 1}",{'cx': 56},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",wstate_mapped_ibm_washington_qiskit_opt2_29.qasm,1989,ibm_127q,wstate,qiskit,2 +2945,127,4166,"{'rz': 5302, 'sx': 97, 'measure': 96}",{'cx': 22290},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qftentangled_mapped_ibm_washington_qiskit_opt2_96.qasm,1490,ibm_127q,qftentangled,qiskit,2 +2946,127,905,"{'rz': 506, 'sx': 253, 'measure': 126, 'x': 113}",{'cx': 1554},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",dj_mapped_ibm_washington_qiskit_opt0_127.qasm,3249,ibm_127q,dj,qiskit,0 +2947,127,23,"{'measure': 20, 'rz': 2, 'sx': 1}",{'cx': 19},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76)",ghz_mapped_ibm_washington_qiskit_opt1_20.qasm,2540,ibm_127q,ghz,qiskit,1 +2948,127,114,"{'rz': 103, 'sx': 59, 'measure': 29}",{'cx': 92},"(35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (91, 79); (91, 98); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99)",dj_mapped_ibm_washington_qiskit_opt2_30.qasm,3589,ibm_127q,dj,qiskit,2 +2949,127,6242,"{'rz': 7124, 'sx': 686, 'measure': 115}",{'cx': 32398},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_115.qasm,2172,ibm_127q,ae,qiskit,2 +2950,127,2630,"{'sx': 432, 'rz': 432, 'measure': 54}",{'cx': 14854},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104)",su2random_mapped_ibm_washington_qiskit_opt2_54.qasm,3182,ibm_127q,su2random,qiskit,2 +2951,127,25,"{'rz': 65, 'sx': 64, 'measure': 11, 'x': 1}",{'cx': 20},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",vqe_mapped_ibm_washington_qiskit_opt1_11.qasm,3371,ibm_127q,vqe,qiskit,1 +2952,127,639,"{'rz': 468, 'sx': 273, 'measure': 121, 'x': 15}",{'cx': 604},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt3_122.qasm,2270,ibm_127q,dj,qiskit,3 +2953,127,1189,"{'sx': 493, 'rz': 399, 'measure': 109, 'x': 1}",{'cx': 1404},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_109.qasm,3150,ibm_127q,wstate,qiskit,1 +2954,127,59,"{'rz': 235, 'sx': 125, 'measure': 66, 'x': 3}",{'cx': 244},"(4, 15); (12, 17); (15, 4); (15, 22); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",graphstate_mapped_ibm_washington_qiskit_opt3_66.qasm,2852,ibm_127q,graphstate,qiskit,3 +2955,127,371,"{'rz': 168, 'sx': 112, 'measure': 14}",{'cx': 1725},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_14.qasm,4027,ibm_127q,realamprandom,qiskit,0 +2956,127,503,"{'rz': 444, 'sx': 86, 'measure': 15}",{'cx': 891},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_15.qasm,1872,ibm_127q,ae,qiskit,0 +2957,127,3950,"{'rz': 5922, 'sx': 106, 'measure': 106}",{'cx': 27742},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_106.qasm,4036,ibm_127q,qft,qiskit,2 +2958,127,47,"{'rz': 60, 'sx': 30, 'measure': 16}",{'cx': 67},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (81, 72)",graphstate_mapped_ibm_washington_qiskit_opt1_16.qasm,2061,ibm_127q,graphstate,qiskit,1 +2959,127,255,"{'rz': 193, 'sx': 109, 'measure': 48, 'x': 5}",{'cx': 226},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 54); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (106, 93)",dj_mapped_ibm_washington_qiskit_opt3_49.qasm,3460,ibm_127q,dj,qiskit,3 +2960,127,480,"{'rz': 358, 'sx': 179, 'measure': 89}",{'cx': 650},"(10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt1_90.qasm,2422,ibm_127q,dj,qiskit,1 +2961,127,6636,"{'rz': 10494, 'sx': 204, 'measure': 102, 'x': 1}",{'cx': 31759},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_103.qasm,3398,ibm_127q,qpeinexact,qiskit,1 +2962,127,375,"{'rz': 294, 'sx': 84, 'measure': 14}",{'cx': 836},"(79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qnn_mapped_ibm_washington_qiskit_opt1_14.qasm,3744,ibm_127q,qnn,qiskit,1 +2963,127,2081,"{'rz': 12382, 'sx': 8547, 'measure': 57, 'x': 9}",{'cx': 11534},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",qnn_mapped_ibm_washington_qiskit_opt3_57.qasm,1495,ibm_127q,qnn,qiskit,3 +2964,127,67,"{'measure': 64, 'rz': 2, 'sx': 1}",{'cx': 63},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_64.qasm,3686,ibm_127q,ghz,qiskit,2 +2965,127,96,"{'measure': 93, 'rz': 2, 'sx': 1}",{'cx': 92},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_93.qasm,3059,ibm_127q,ghz,qiskit,2 +2966,127,455,"{'rz': 653, 'sx': 188, 'measure': 20, 'x': 15}",{'cx': 962},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt3_20.qasm,3600,ibm_127q,qft,qiskit,3 +2967,127,16740,"{'rz': 17180, 'sx': 6578, 'x': 227, 'measure': 68}",{'cx': 71744},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83)",random_mapped_ibm_washington_qiskit_opt2_68.qasm,3656,ibm_127q,random,qiskit,2 +2968,127,1009,"{'rz': 760, 'sx': 456, 'measure': 77, 'x': 1}",{'cx': 1142},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_77.qasm,1330,ibm_127q,wstate,qiskit,0 +2969,127,377,"{'sx': 372, 'rz': 186, 'measure': 94, 'x': 1}",{'cx': 186},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_94.qasm,2143,ibm_127q,wstate,qiskit,1 +2970,127,24,"{'rz': 59, 'sx': 58, 'measure': 10, 'x': 1}",{'cx': 18},"(108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",vqe_mapped_ibm_washington_qiskit_opt1_10.qasm,2558,ibm_127q,vqe,qiskit,1 +2971,127,8076,"{'rz': 12526, 'sx': 236, 'measure': 118, 'x': 1}",{'cx': 41990},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_119.qasm,3593,ibm_127q,qpeexact,qiskit,1 +2972,127,519,"{'rz': 380, 'sx': 228, 'measure': 39, 'x': 1}",{'cx': 613},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_39.qasm,1248,ibm_127q,wstate,qiskit,0 +2973,127,317,"{'rz': 236, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 419},"(35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",qpeexact_mapped_ibm_washington_qiskit_opt2_13.qasm,1425,ibm_127q,qpeexact,qiskit,2 +2974,127,11303,"{'rz': 16244, 'sx': 744, 'measure': 124}",{'cx': 108621},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_124.qasm,2127,ibm_127q,qnn,qiskit,1 +2975,127,2104,"{'rz': 3001, 'sx': 86, 'measure': 43, 'x': 1}",{'cx': 6392},"(34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt1_44.qasm,2471,ibm_127q,qpeexact,qiskit,1 +2976,127,540,"{'rz': 936, 'sx': 492, 'measure': 12}",{'cx': 1308},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",portfoliovqe_mapped_ibm_washington_qiskit_opt0_12.qasm,3223,ibm_127q,portfoliovqe,qiskit,0 +2977,127,2948,"{'rz': 3928, 'sx': 79, 'measure': 79}",{'cx': 14258},"(8, 16); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (110, 100); (110, 118); (118, 110)",qft_mapped_ibm_washington_qiskit_opt2_79.qasm,1954,ibm_127q,qft,qiskit,2 +2978,127,4948,"{'rz': 9761, 'sx': 102, 'measure': 101}",{'cx': 27597},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qftentangled_mapped_ibm_washington_qiskit_opt1_101.qasm,4054,ibm_127q,qftentangled,qiskit,1 +2979,127,1927,"{'rz': 1992, 'sx': 1666, 'x': 87, 'measure': 46}",{'cx': 9796},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_46.qasm,2286,ibm_127q,twolocalrandom,qiskit,3 +2980,127,6882,"{'rz': 3560, 'sx': 2795, 'x': 46, 'measure': 21}",{'cx': 3026},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",pricingcall_mapped_ibm_washington_qiskit_opt3_21.qasm,1850,ibm_127q,pricingcall,qiskit,3 +2981,127,537,"{'rz': 400, 'sx': 240, 'measure': 41, 'x': 1}",{'cx': 617},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_41.qasm,2369,ibm_127q,wstate,qiskit,0 +2982,127,3917,"{'sx': 656, 'rz': 656, 'measure': 82}",{'cx': 35690},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_82.qasm,2157,ibm_127q,twolocalrandom,qiskit,2 +2983,127,3343,"{'rz': 4747, 'sx': 89, 'measure': 88}",{'cx': 19166},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_88.qasm,1357,ibm_127q,qftentangled,qiskit,2 +2984,127,575,"{'rz': 443, 'sx': 259, 'measure': 114, 'x': 13}",{'cx': 567},"(0, 14); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (41, 42); (41, 53); (42, 41); (43, 34); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt3_115.qasm,2846,ibm_127q,dj,qiskit,3 +2985,127,18,"{'rz': 72, 'sx': 36, 'measure': 36}",{'cx': 36},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",graphstate_mapped_ibm_washington_qiskit_opt3_36.qasm,1793,ibm_127q,graphstate,qiskit,3 +2986,127,726,"{'rz': 588, 'sx': 126, 'measure': 21}",{'cx': 1935},"(54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104)",qnn_mapped_ibm_washington_qiskit_opt1_21.qasm,2003,ibm_127q,qnn,qiskit,1 +2987,127,6908,"{'rz': 11137, 'sx': 86, 'measure': 86}",{'cx': 51338},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_86.qasm,1588,ibm_127q,qft,qiskit,0 +2988,127,1937,"{'rz': 2341, 'sx': 92, 'measure': 46, 'x': 1}",{'cx': 5868},"(34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt2_47.qasm,3114,ibm_127q,qpeinexact,qiskit,2 +2989,127,11000,"{'rz': 18090, 'sx': 216, 'measure': 108, 'x': 1}",{'cx': 85050},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107)",qpeexact_mapped_ibm_washington_qiskit_opt0_109.qasm,1229,ibm_127q,qpeexact,qiskit,0 +2990,127,5605,"{'rz': 6845, 'sx': 650, 'measure': 109}",{'cx': 26866},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt2_109.qasm,2864,ibm_127q,ae,qiskit,2 +2991,127,756,"{'rz': 737, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 1481},"(53, 60); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102)",qpeexact_mapped_ibm_washington_qiskit_opt2_23.qasm,1927,ibm_127q,qpeexact,qiskit,2 +2992,127,7902,"{'rz': 2785, 'sx': 671, 'measure': 21, 'x': 10}",{'cx': 7314},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt1_21.qasm,3895,ibm_127q,qwalk-v-chain,qiskit,1 +2993,127,994,"{'rz': 1613, 'sx': 33, 'measure': 33}",{'cx': 3150},"(35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83); (92, 102); (102, 92)",qft_mapped_ibm_washington_qiskit_opt1_33.qasm,2133,ibm_127q,qft,qiskit,1 +2994,127,53,"{'rz': 122, 'sx': 61, 'measure': 39}",{'cx': 213},"(35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_39.qasm,3298,ibm_127q,graphstate,qiskit,1 +2995,127,5004,"{'rz': 11214, 'sx': 114, 'measure': 113}",{'cx': 33882},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_113.qasm,3280,ibm_127q,qftentangled,qiskit,1 +2996,127,1011,"{'rz': 1156, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 2322},"(28, 35); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt1_27.qasm,1384,ibm_127q,qpeinexact,qiskit,1 +2997,127,1970,"{'rz': 3105, 'sx': 47, 'measure': 46}",{'cx': 6468},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qftentangled_mapped_ibm_washington_qiskit_opt1_46.qasm,3134,ibm_127q,qftentangled,qiskit,1 +2998,127,9646,"{'rz': 17018, 'sx': 762, 'measure': 127}",{'cx': 119131},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_127.qasm,1534,ibm_127q,qnn,qiskit,1 +2999,127,77,"{'rz': 227, 'sx': 119, 'measure': 59, 'x': 2}",{'cx': 254},"(6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 33); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (110, 100)",graphstate_mapped_ibm_washington_qiskit_opt3_59.qasm,2707,ibm_127q,graphstate,qiskit,3 +3000,127,20184,"{'rz': 24828, 'sx': 8640, 'x': 111, 'measure': 71}",{'cx': 130512},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69)",random_mapped_ibm_washington_qiskit_opt0_71.qasm,1250,ibm_127q,random,qiskit,0 +3001,127,876,"{'sx': 469, 'rz': 337, 'measure': 108, 'x': 1}",{'cx': 1165},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",wstate_mapped_ibm_washington_qiskit_opt1_108.qasm,3834,ibm_127q,wstate,qiskit,1 +3002,127,542,"{'rz': 402, 'sx': 201, 'measure': 100}",{'cx': 829},"(4, 15); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt1_101.qasm,1435,ibm_127q,dj,qiskit,1 +3003,127,1030,"{'measure': 127, 'rz': 2, 'sx': 1}",{'cx': 1131},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_127.qasm,2413,ibm_127q,ghz,qiskit,2 +3004,127,5391,"{'rz': 6819, 'sx': 386, 'measure': 65}",{'cx': 26660},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ae_mapped_ibm_washington_qiskit_opt0_65.qasm,1994,ibm_127q,ae,qiskit,0 +3005,127,229,"{'sx': 64, 'rz': 64, 'measure': 8}",{'cx': 283},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",realamprandom_mapped_ibm_washington_qiskit_opt1_8.qasm,4067,ibm_127q,realamprandom,qiskit,1 +3006,127,6998,"{'rz': 11002, 'sx': 212, 'measure': 106, 'x': 1}",{'cx': 35816},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_107.qasm,2616,ibm_127q,qpeexact,qiskit,1 +3007,127,1339,"{'rz': 1330, 'sx': 56, 'measure': 28, 'x': 1}",{'cx': 4334},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_29.qasm,2516,ibm_127q,qpeinexact,qiskit,0 +3008,127,4459,"{'rz': 456, 'sx': 304, 'measure': 38}",{'cx': 24576},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_38.qasm,2219,ibm_127q,twolocalrandom,qiskit,0 +3009,127,375,"{'rz': 224, 'sx': 112, 'measure': 14}",{'cx': 1725},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_14.qasm,2531,ibm_127q,su2random,qiskit,0 +3010,127,8575,"{'rz': 12100, 'sx': 176, 'measure': 88, 'x': 1}",{'cx': 55901},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_89.qasm,3092,ibm_127q,qpeinexact,qiskit,0 +3011,127,3589,"{'rz': 7460, 'sx': 82, 'measure': 82}",{'cx': 18561},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt1_82.qasm,2177,ibm_127q,qft,qiskit,1 +3012,127,609,"{'rz': 480, 'sx': 288, 'measure': 49, 'x': 1}",{'cx': 633},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_49.qasm,2715,ibm_127q,wstate,qiskit,0 +3013,127,3546,"{'rz': 4905, 'sx': 116, 'measure': 58, 'x': 1}",{'cx': 11021},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt1_59.qasm,1827,ibm_127q,qpeexact,qiskit,1 +3014,127,1196,"{'rz': 1628, 'sx': 222, 'measure': 37}",{'cx': 5967},"(19, 20); (20, 19); (20, 33); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt1_37.qasm,2370,ibm_127q,qnn,qiskit,1 +3015,127,624,"{'rz': 406, 'sx': 203, 'measure': 101}",{'cx': 929},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt1_102.qasm,2824,ibm_127q,dj,qiskit,1 +3016,127,828,"{'rz': 450, 'sx': 225, 'measure': 112, 'x': 97}",{'cx': 1408},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (111, 104); (112, 108)",dj_mapped_ibm_washington_qiskit_opt0_113.qasm,1485,ibm_127q,dj,qiskit,0 +3017,127,5854,"{'sx': 560, 'rz': 560, 'measure': 70}",{'cx': 34694},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt1_70.qasm,1799,ibm_127q,su2random,qiskit,1 +3018,127,3720,"{'rz': 544, 'sx': 272, 'measure': 34}",{'cx': 18924},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20)",su2random_mapped_ibm_washington_qiskit_opt0_34.qasm,3532,ibm_127q,su2random,qiskit,0 +3019,127,17063,"{'sx': 984, 'rz': 984, 'measure': 123}",{'cx': 126045},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_123.qasm,2196,ibm_127q,twolocalrandom,qiskit,1 +3020,127,149,"{'rz': 296, 'sx': 148, 'measure': 74}",{'cx': 452},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118)",graphstate_mapped_ibm_washington_qiskit_opt2_74.qasm,4086,ibm_127q,graphstate,qiskit,2 +3021,127,3488,"{'rz': 5011, 'sx': 170, 'measure': 85, 'x': 1}",{'cx': 18498},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (118, 110)",qpeinexact_mapped_ibm_washington_qiskit_opt2_86.qasm,1142,ibm_127q,qpeinexact,qiskit,2 +3022,127,877,"{'rz': 2148, 'sx': 1197, 'measure': 29, 'x': 5}",{'cx': 3227},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (93, 87)",qnn_mapped_ibm_washington_qiskit_opt3_29.qasm,1045,ibm_127q,qnn,qiskit,3 +3023,127,2519,"{'rz': 3202, 'sx': 67, 'measure': 66}",{'cx': 10586},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100)",qftentangled_mapped_ibm_washington_qiskit_opt2_66.qasm,3047,ibm_127q,qftentangled,qiskit,2 +3024,127,109,"{'rz': 67, 'sx': 12, 'measure': 6, 'x': 1}",{'cx': 83},"(45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65)",qpeexact_mapped_ibm_washington_qiskit_opt2_7.qasm,1092,ibm_127q,qpeexact,qiskit,2 +3025,127,212,"{'measure': 44, 'rz': 2, 'sx': 1}",{'cx': 373},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_44.qasm,2671,ibm_127q,ghz,qiskit,0 +3026,127,1823,"{'rz': 2757, 'sx': 1090, 'x': 143, 'measure': 43}",{'cx': 4201},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",ae_mapped_ibm_washington_qiskit_opt3_43.qasm,1078,ibm_127q,ae,qiskit,3 +3027,127,701,"{'rz': 228, 'sx': 152, 'measure': 19}",{'cx': 3627},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_19.qasm,1320,ibm_127q,twolocalrandom,qiskit,0 +3028,127,11436,"{'rz': 852, 'sx': 568, 'measure': 71}",{'cx': 96420},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_71.qasm,2742,ibm_127q,twolocalrandom,qiskit,0 +3029,127,364,"{'rz': 744, 'sx': 372, 'measure': 124}",{'cx': 3124},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt0_124.qasm,1384,ibm_127q,graphstate,qiskit,0 +3030,127,2035,"{'rz': 432, 'sx': 432, 'measure': 54}",{'cx': 15582},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_54.qasm,2323,ibm_127q,twolocalrandom,qiskit,2 +3031,127,4921,"{'rz': 8704, 'sx': 77, 'measure': 76}",{'cx': 36537},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_76.qasm,2391,ibm_127q,qftentangled,qiskit,0 +3032,127,7602,"{'rz': 10443, 'sx': 482, 'measure': 81}",{'cx': 43017},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt0_81.qasm,1138,ibm_127q,ae,qiskit,0 +3033,127,2880,"{'rz': 1452, 'sx': 198, 'measure': 33}",{'cx': 14804},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31)",qnn_mapped_ibm_washington_qiskit_opt0_33.qasm,3279,ibm_127q,qnn,qiskit,0 +3034,127,4538,"{'rz': 6197, 'sx': 112, 'measure': 112}",{'cx': 29622},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_112.qasm,2925,ibm_127q,qft,qiskit,2 +3035,127,568,"{'rz': 540, 'sx': 120, 'measure': 20}",{'cx': 1649},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (55, 49); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",qnn_mapped_ibm_washington_qiskit_opt2_20.qasm,1776,ibm_127q,qnn,qiskit,2 +3036,127,385,"{'measure': 79, 'rz': 2, 'sx': 1}",{'cx': 690},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_79.qasm,3969,ibm_127q,ghz,qiskit,0 +3037,127,5129,"{'rz': 8306, 'sx': 90, 'measure': 89}",{'cx': 21862},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_89.qasm,1585,ibm_127q,qftentangled,qiskit,1 +3038,127,4799,"{'rz': 600, 'sx': 600, 'measure': 75}",{'cx': 32865},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (33, 20); (33, 39); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_75.qasm,2958,ibm_127q,twolocalrandom,qiskit,2 +3039,127,53,"{'rz': 70, 'sx': 35, 'measure': 7}",{'cx': 70},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",qaoa_mapped_ibm_washington_qiskit_opt0_7.qasm,1046,ibm_127q,qaoa,qiskit,0 +3040,127,5729,"{'rz': 6195, 'sx': 208, 'measure': 104, 'x': 1}",{'cx': 28260},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt2_105.qasm,3304,ibm_127q,qpeexact,qiskit,2 +3041,127,121,"{'rz': 81, 'sx': 12, 'measure': 6, 'x': 1}",{'cx': 83},"(45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65)",qpeexact_mapped_ibm_washington_qiskit_opt1_7.qasm,2115,ibm_127q,qpeexact,qiskit,1 +3042,127,7077,"{'rz': 9705, 'sx': 464, 'measure': 78}",{'cx': 38685},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt0_78.qasm,2987,ibm_127q,ae,qiskit,0 +3043,127,800,"{'rz': 1082, 'sx': 28, 'measure': 27}",{'cx': 2156},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt1_27.qasm,3738,ibm_127q,qftentangled,qiskit,1 +3044,127,2517,"{'rz': 3786, 'sx': 75, 'measure': 75}",{'cx': 12779},"(16, 26); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt2_75.qasm,2470,ibm_127q,qft,qiskit,2 +3045,127,945,"{'rz': 1302, 'sx': 36, 'measure': 35}",{'cx': 3142},"(41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt2_35.qasm,1809,ibm_127q,qftentangled,qiskit,2 +3046,127,73,"{'sx': 68, 'rz': 34, 'measure': 18, 'x': 1}",{'cx': 34},"(106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_18.qasm,2732,ibm_127q,wstate,qiskit,2 +3047,127,1642,"{'rz': 2375, 'sx': 76, 'measure': 38, 'x': 1}",{'cx': 4776},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt1_39.qasm,3772,ibm_127q,qpeexact,qiskit,1 +3048,127,32538,"{'rz': 43765, 'sx': 15152, 'x': 157, 'measure': 94}",{'cx': 259342},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt0_94.qasm,2483,ibm_127q,random,qiskit,0 +3049,127,717,"{'rz': 985, 'sx': 29, 'measure': 28}",{'cx': 2010},"(44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt2_28.qasm,3996,ibm_127q,qftentangled,qiskit,2 +3050,127,4044,"{'rz': 6430, 'sx': 140, 'measure': 70, 'x': 1}",{'cx': 15764},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_71.qasm,1339,ibm_127q,qpeinexact,qiskit,1 +3051,127,813,"{'measure': 108, 'rz': 2, 'sx': 1}",{'cx': 878},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ghz_mapped_ibm_washington_qiskit_opt2_108.qasm,3195,ibm_127q,ghz,qiskit,2 +3052,127,331,"{'rz': 174, 'sx': 87, 'x': 45, 'measure': 43}",{'cx': 556},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",dj_mapped_ibm_washington_qiskit_opt0_44.qasm,2141,ibm_127q,dj,qiskit,0 +3053,127,10991,"{'rz': 824, 'sx': 824, 'measure': 103}",{'cx': 71806},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_103.qasm,1052,ibm_127q,twolocalrandom,qiskit,2 +3054,127,544,"{'rz': 420, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 780},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (73, 66)",qpeexact_mapped_ibm_washington_qiskit_opt1_16.qasm,2496,ibm_127q,qpeexact,qiskit,1 +3055,127,1849,"{'sx': 376, 'rz': 376, 'measure': 47}",{'cx': 11605},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_47.qasm,3490,ibm_127q,twolocalrandom,qiskit,2 +3056,127,181,"{'measure': 35, 'rz': 2, 'sx': 1}",{'cx': 313},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24)",ghz_mapped_ibm_washington_qiskit_opt0_35.qasm,1846,ibm_127q,ghz,qiskit,0 +3057,127,86,"{'rz': 96, 'sx': 48, 'measure': 16}",{'cx': 193},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_16.qasm,1614,ibm_127q,graphstate,qiskit,0 +3058,127,100,"{'rz': 442, 'sx': 221, 'measure': 107}",{'cx': 698},"(0, 1); (0, 14); (1, 0); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_107.qasm,1156,ibm_127q,graphstate,qiskit,1 +3059,127,39955,"{'rz': 18313, 'sx': 137, 'x': 10, 'measure': 10}",{'cx': 37413},"(61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt1_10.qasm,1893,ibm_127q,qwalk-noancilla,qiskit,1 +3060,127,1348,"{'rz': 1040, 'sx': 624, 'measure': 105, 'x': 1}",{'cx': 1480},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",wstate_mapped_ibm_washington_qiskit_opt0_105.qasm,1859,ibm_127q,wstate,qiskit,0 +3061,127,306,"{'rz': 238, 'sx': 119, 'measure': 59}",{'cx': 389},"(15, 22); (16, 26); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt1_60.qasm,3281,ibm_127q,dj,qiskit,1 +3062,127,17497,"{'rz': 20581, 'sx': 6986, 'x': 74, 'measure': 65}",{'cx': 105435},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_65.qasm,3819,ibm_127q,random,qiskit,0 +3063,127,216,"{'rz': 155, 'sx': 10, 'measure': 10}",{'cx': 480},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_10.qasm,2328,ibm_127q,qft,qiskit,0 +3064,127,49,"{'rz': 30, 'sx': 15, 'x': 11, 'measure': 7}",{'cx': 61},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",dj_mapped_ibm_washington_qiskit_opt0_8.qasm,3744,ibm_127q,dj,qiskit,0 +3065,127,15722,"{'sx': 1008, 'rz': 1008, 'measure': 126}",{'cx': 112718},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_126.qasm,3927,ibm_127q,su2random,qiskit,2 +3066,127,3739,"{'sx': 448, 'rz': 448, 'measure': 56}",{'cx': 21287},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt1_56.qasm,2529,ibm_127q,su2random,qiskit,1 +3067,127,4315,"{'rz': 8422, 'sx': 512, 'measure': 86}",{'cx': 20750},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_86.qasm,3132,ibm_127q,ae,qiskit,1 +3068,127,43,"{'measure': 40, 'rz': 2, 'sx': 1}",{'cx': 39},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt1_40.qasm,3043,ibm_127q,ghz,qiskit,1 +3069,127,6627,"{'sx': 696, 'rz': 696, 'measure': 87}",{'cx': 47324},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_87.qasm,2002,ibm_127q,su2random,qiskit,2 +3070,127,335,"{'rz': 570, 'sx': 285, 'measure': 95}",{'cx': 2237},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (92, 83); (93, 87); (94, 90)",graphstate_mapped_ibm_washington_qiskit_opt0_95.qasm,2473,ibm_127q,graphstate,qiskit,0 +3071,127,3256,"{'rz': 5541, 'sx': 126, 'measure': 63, 'x': 1}",{'cx': 12898},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qpeexact_mapped_ibm_washington_qiskit_opt1_64.qasm,3423,ibm_127q,qpeexact,qiskit,1 +3072,127,36,"{'measure': 33, 'rz': 2, 'sx': 1}",{'cx': 32},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",ghz_mapped_ibm_washington_qiskit_opt2_33.qasm,3656,ibm_127q,ghz,qiskit,2 +3073,127,1411,"{'rz': 2183, 'sx': 851, 'x': 99, 'measure': 37}",{'cx': 3350},"(24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt3_38.qasm,2117,ibm_127q,qpeexact,qiskit,3 +3074,127,1932,"{'rz': 2965, 'sx': 2640, 'x': 116, 'measure': 37}",{'cx': 6297},"(24, 34); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_37.qasm,1508,ibm_127q,twolocalrandom,qiskit,3 +3075,127,805,"{'rz': 1069, 'sx': 31, 'measure': 30}",{'cx': 2293},"(36, 51); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83)",qftentangled_mapped_ibm_washington_qiskit_opt2_30.qasm,1381,ibm_127q,qftentangled,qiskit,2 +3076,127,8702,"{'rz': 12545, 'sx': 125, 'measure': 124}",{'cx': 46899},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_124.qasm,2971,ibm_127q,qftentangled,qiskit,1 +3077,127,3938,"{'sx': 584, 'rz': 584, 'measure': 73}",{'cx': 30702},"(20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_73.qasm,1279,ibm_127q,su2random,qiskit,2 +3078,127,58,"{'rz': 222, 'sx': 116, 'measure': 64, 'x': 2}",{'cx': 282},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (102, 92); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (122, 111)",graphstate_mapped_ibm_washington_qiskit_opt3_64.qasm,2880,ibm_127q,graphstate,qiskit,3 +3079,127,9991,"{'sx': 856, 'rz': 856, 'measure': 107}",{'cx': 75460},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_107.qasm,1465,ibm_127q,su2random,qiskit,2 +3080,127,1913,"{'rz': 1668, 'sx': 182, 'measure': 31}",{'cx': 5403},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_31.qasm,2851,ibm_127q,ae,qiskit,0 +3081,127,8012,"{'rz': 10626, 'sx': 84, 'measure': 84}",{'cx': 51093},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_84.qasm,2927,ibm_127q,qft,qiskit,0 +3082,127,10830,"{'rz': 17437, 'sx': 212, 'measure': 106, 'x': 1}",{'cx': 80537},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt0_107.qasm,1552,ibm_127q,qpeexact,qiskit,0 +3083,127,32860,"{'rz': 44974, 'sx': 15398, 'x': 187, 'measure': 96}",{'cx': 272043},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt0_96.qasm,3838,ibm_127q,random,qiskit,0 +3084,127,21620,"{'rz': 22371, 'sx': 8207, 'x': 269, 'measure': 76}",{'cx': 96217},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",random_mapped_ibm_washington_qiskit_opt1_76.qasm,2576,ibm_127q,random,qiskit,1 +3085,127,3825,"{'rz': 4182, 'sx': 102, 'measure': 51, 'x': 1}",{'cx': 17544},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_52.qasm,1220,ibm_127q,qpeexact,qiskit,0 +3086,127,6206,"{'rz': 9478, 'sx': 188, 'measure': 94, 'x': 1}",{'cx': 28274},"(11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_95.qasm,1575,ibm_127q,qpeinexact,qiskit,1 +3087,127,484,"{'rz': 427, 'sx': 110, 'measure': 15, 'x': 9}",{'cx': 649},"(34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",qpeexact_mapped_ibm_washington_qiskit_opt3_16.qasm,1076,ibm_127q,qpeexact,qiskit,3 +3088,127,7950,"{'rz': 11891, 'sx': 226, 'measure': 113, 'x': 1}",{'cx': 40467},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_114.qasm,1882,ibm_127q,qpeexact,qiskit,1 +3089,127,816,"{'rz': 666, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 1443},"(24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80)",qpeinexact_mapped_ibm_washington_qiskit_opt2_22.qasm,2082,ibm_127q,qpeinexact,qiskit,2 +3090,127,10042,"{'rz': 16998, 'sx': 620, 'measure': 104}",{'cx': 69131},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt0_104.qasm,1116,ibm_127q,ae,qiskit,0 +3091,127,2154,"{'rz': 400, 'sx': 400, 'measure': 50}",{'cx': 14197},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_50.qasm,2633,ibm_127q,twolocalrandom,qiskit,2 +3092,127,169,"{'sx': 164, 'rz': 82, 'measure': 42, 'x': 1}",{'cx': 82},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt1_42.qasm,1640,ibm_127q,wstate,qiskit,1 +3093,127,4609,"{'rz': 6630, 'sx': 468, 'measure': 78}",{'cx': 29457},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_78.qasm,3545,ibm_127q,qnn,qiskit,2 +3094,127,12371,"{'rz': 912, 'sx': 608, 'measure': 76}",{'cx': 110391},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_76.qasm,1943,ibm_127q,twolocalrandom,qiskit,0 +3095,127,41,"{'sx': 36, 'rz': 18, 'measure': 10, 'x': 1}",{'cx': 18},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121)",wstate_mapped_ibm_washington_qiskit_opt3_10.qasm,2067,ibm_127q,wstate,qiskit,3 +3096,127,4108,"{'rz': 4572, 'sx': 158, 'measure': 79, 'x': 1}",{'cx': 16950},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt2_80.qasm,1512,ibm_127q,qpeexact,qiskit,2 +3097,127,10273,"{'rz': 18300, 'sx': 644, 'measure': 108}",{'cx': 74346},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",ae_mapped_ibm_washington_qiskit_opt0_108.qasm,3366,ibm_127q,ae,qiskit,0 +3098,127,9726,"{'rz': 4490, 'sx': 113, 'x': 10, 'measure': 8}",{'cx': 8673},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (53, 41)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt1_8.qasm,3768,ibm_127q,qwalk-noancilla,qiskit,1 +3099,127,842,"{'measure': 116, 'rz': 2, 'sx': 1}",{'cx': 997},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_116.qasm,3706,ibm_127q,ghz,qiskit,1 +3100,127,16272,"{'rz': 18612, 'sx': 6578, 'x': 82, 'measure': 62}",{'cx': 91300},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_62.qasm,3850,ibm_127q,random,qiskit,0 +3101,127,508,"{'rz': 327, 'sx': 191, 'x': 21, 'measure': 9}",{'cx': 271},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",pricingput_mapped_ibm_washington_qiskit_opt3_9.qasm,2457,ibm_127q,pricingput,qiskit,3 +3102,127,37,"{'sx': 32, 'rz': 16, 'measure': 9, 'x': 1}",{'cx': 16},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",wstate_mapped_ibm_washington_qiskit_opt1_9.qasm,3712,ibm_127q,wstate,qiskit,1 +3103,127,671,"{'rz': 326, 'sx': 160, 'x': 14, 'measure': 11}",{'cx': 432},"(49, 55); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73)",pricingput_mapped_ibm_washington_qiskit_opt2_11.qasm,3932,ibm_127q,pricingput,qiskit,2 +3104,127,1162,"{'rz': 1394, 'sx': 204, 'measure': 34}",{'cx': 4934},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (35, 28); (35, 47); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92)",qnn_mapped_ibm_washington_qiskit_opt2_34.qasm,2565,ibm_127q,qnn,qiskit,2 +3105,127,7639,"{'rz': 9986, 'sx': 196, 'measure': 98, 'x': 1}",{'cx': 30999},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_99.qasm,3732,ibm_127q,qpeinexact,qiskit,1 +3106,127,4659,"{'rz': 688, 'sx': 688, 'measure': 86}",{'cx': 40809},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt2_86.qasm,1768,ibm_127q,realamprandom,qiskit,2 +3107,127,687,"{'rz': 649, 'sx': 559, 'x': 34, 'measure': 18}",{'cx': 1384},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",su2random_mapped_ibm_washington_qiskit_opt3_18.qasm,2902,ibm_127q,su2random,qiskit,3 +3108,127,244,"{'rz': 166, 'sx': 118, 'measure': 7}",{'cx': 201},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",portfoliovqe_mapped_ibm_washington_qiskit_opt2_7.qasm,3047,ibm_127q,portfoliovqe,qiskit,2 +3109,127,9886,"{'rz': 14268, 'sx': 696, 'measure': 116}",{'cx': 79998},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_116.qasm,3553,ibm_127q,qnn,qiskit,2 +3110,127,3480,"{'rz': 5100, 'sx': 408, 'measure': 68}",{'cx': 23668},"(16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (54, 45); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_68.qasm,1666,ibm_127q,qnn,qiskit,1 +3111,127,113,"{'sx': 108, 'rz': 54, 'measure': 28, 'x': 1}",{'cx': 54},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80)",wstate_mapped_ibm_washington_qiskit_opt1_28.qasm,2986,ibm_127q,wstate,qiskit,1 +3112,127,978,"{'sx': 472, 'rz': 366, 'measure': 106, 'x': 1}",{'cx': 1207},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111)",wstate_mapped_ibm_washington_qiskit_opt2_106.qasm,1091,ibm_127q,wstate,qiskit,2 +3113,127,639,"{'rz': 725, 'sx': 633, 'measure': 18, 'x': 7}",{'cx': 1402},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_18.qasm,1796,ibm_127q,twolocalrandom,qiskit,3 +3114,127,9676,"{'rz': 756, 'sx': 504, 'measure': 63}",{'cx': 73566},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_63.qasm,4007,ibm_127q,twolocalrandom,qiskit,0 +3115,127,1057,"{'sx': 184, 'rz': 184, 'measure': 23}",{'cx': 3577},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",su2random_mapped_ibm_washington_qiskit_opt1_23.qasm,1302,ibm_127q,su2random,qiskit,1 +3116,127,4183,"{'rz': 4930, 'sx': 494, 'measure': 83}",{'cx': 15996},"(17, 30); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_83.qasm,1027,ibm_127q,ae,qiskit,2 +3117,127,28,"{'measure': 25, 'rz': 2, 'sx': 1}",{'cx': 24},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt2_25.qasm,2430,ibm_127q,ghz,qiskit,2 +3118,127,31583,"{'rz': 32220, 'sx': 11761, 'x': 392, 'measure': 91}",{'cx': 154653},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_91.qasm,3833,ibm_127q,random,qiskit,1 +3119,127,1327,"{'rz': 4331, 'sx': 2714, 'measure': 37, 'x': 12}",{'cx': 5110},"(28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt3_37.qasm,1725,ibm_127q,qnn,qiskit,3 +3120,127,47,"{'rz': 43, 'sx': 25, 'measure': 12}",{'cx': 37},"(45, 54); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (81, 72)",dj_mapped_ibm_washington_qiskit_opt2_13.qasm,2444,ibm_127q,dj,qiskit,2 +3121,127,874,"{'rz': 831, 'sx': 326, 'measure': 15, 'x': 11}",{'cx': 1468},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",random_mapped_ibm_washington_qiskit_opt2_15.qasm,3531,ibm_127q,random,qiskit,2 +3122,127,39732,"{'rz': 40710, 'sx': 15000, 'x': 540, 'measure': 102}",{'cx': 212051},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",random_mapped_ibm_washington_qiskit_opt1_102.qasm,1926,ibm_127q,random,qiskit,1 +3123,127,9823,"{'rz': 4782, 'sx': 119, 'measure': 8, 'x': 1}",{'cx': 9029},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64)",grover-noancilla_mapped_ibm_washington_qiskit_opt1_8.qasm,2914,ibm_127q,grover-noancilla,qiskit,1 +3124,127,236,"{'sx': 80, 'rz': 80, 'measure': 10}",{'cx': 427},"(15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54)",su2random_mapped_ibm_washington_qiskit_opt3_10.qasm,1285,ibm_127q,su2random,qiskit,3 +3125,127,6706,"{'rz': 7653, 'sx': 248, 'measure': 124, 'x': 1}",{'cx': 42561},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_125.qasm,3177,ibm_127q,qpeexact,qiskit,2 +3126,127,1006,"{'rz': 582, 'sx': 361, 'x': 33, 'measure': 13}",{'cx': 554},"(54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",pricingcall_mapped_ibm_washington_qiskit_opt3_13.qasm,2627,ibm_127q,pricingcall,qiskit,3 +3127,127,988,"{'measure': 115, 'rz': 2, 'sx': 1}",{'cx': 1020},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_115.qasm,3387,ibm_127q,ghz,qiskit,1 +3128,127,233,"{'sx': 228, 'rz': 114, 'measure': 58, 'x': 1}",{'cx': 114},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_58.qasm,3017,ibm_127q,wstate,qiskit,2 +3129,127,37030,"{'rz': 37705, 'sx': 13826, 'x': 487, 'measure': 99}",{'cx': 194599},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",random_mapped_ibm_washington_qiskit_opt1_99.qasm,1882,ibm_127q,random,qiskit,1 +3130,127,58,"{'rz': 126, 'sx': 63, 'measure': 39}",{'cx': 159},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt2_39.qasm,4086,ibm_127q,graphstate,qiskit,2 +3131,127,52,"{'rz': 46, 'sx': 27, 'measure': 13}",{'cx': 39},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt2_14.qasm,3654,ibm_127q,dj,qiskit,2 +3132,127,9323,"{'sx': 792, 'rz': 792, 'measure': 99}",{'cx': 63039},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_99.qasm,1048,ibm_127q,su2random,qiskit,2 +3133,127,1484,"{'sx': 540, 'rz': 430, 'measure': 120, 'x': 1}",{'cx': 1585},"(0, 1); (0, 14); (1, 0); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_120.qasm,1689,ibm_127q,wstate,qiskit,1 +3134,127,12422,"{'rz': 924, 'sx': 616, 'measure': 77}",{'cx': 111045},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt0_77.qasm,1227,ibm_127q,realamprandom,qiskit,0 +3135,127,6998,"{'rz': 11002, 'sx': 212, 'measure': 106, 'x': 1}",{'cx': 35816},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_107.qasm,3382,ibm_127q,qpeinexact,qiskit,1 +3136,127,5626,"{'rz': 5834, 'sx': 2355, 'x': 81, 'measure': 41}",{'cx': 18318},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt2_41.qasm,2854,ibm_127q,random,qiskit,2 +3137,127,113,"{'rz': 144, 'sx': 72, 'measure': 24}",{'cx': 327},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_24.qasm,3069,ibm_127q,graphstate,qiskit,0 +3138,127,288,"{'rz': 206, 'sx': 103, 'measure': 51}",{'cx': 342},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt1_52.qasm,2759,ibm_127q,dj,qiskit,1 +3139,127,8844,"{'rz': 684, 'sx': 456, 'measure': 57}",{'cx': 61374},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_57.qasm,1699,ibm_127q,realamprandom,qiskit,0 +3140,127,349,"{'rz': 156, 'sx': 104, 'measure': 13}",{'cx': 1590},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_13.qasm,1059,ibm_127q,realamprandom,qiskit,0 +3141,127,536,"{'rz': 478, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 927},"(41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79)",qpeinexact_mapped_ibm_washington_qiskit_opt2_18.qasm,2699,ibm_127q,qpeinexact,qiskit,2 +3142,127,714,"{'rz': 656, 'sx': 156, 'x': 23, 'measure': 19}",{'cx': 1098},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qpeinexact_mapped_ibm_washington_qiskit_opt3_20.qasm,1698,ibm_127q,qpeinexact,qiskit,3 +3143,127,4724,"{'rz': 5766, 'sx': 554, 'measure': 93}",{'cx': 20223},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",ae_mapped_ibm_washington_qiskit_opt2_93.qasm,2597,ibm_127q,ae,qiskit,2 +3144,127,66,"{'rz': 78, 'sx': 39, 'measure': 21}",{'cx': 72},"(40, 41); (41, 40); (41, 53); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 65); (65, 64); (65, 66); (66, 65); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (92, 102); (98, 91); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (102, 92); (102, 103); (103, 102); (110, 100); (110, 118); (118, 110)",graphstate_mapped_ibm_washington_qiskit_opt2_21.qasm,1742,ibm_127q,graphstate,qiskit,2 +3145,127,421,"{'rz': 306, 'sx': 153, 'measure': 76}",{'cx': 550},"(12, 17); (15, 22); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 73); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (101, 102); (102, 92); (102, 101); (106, 93)",dj_mapped_ibm_washington_qiskit_opt1_77.qasm,2151,ibm_127q,dj,qiskit,1 +3146,127,66,"{'rz': 64, 'sx': 37, 'measure': 15, 'x': 2}",{'cx': 36},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",dj_mapped_ibm_washington_qiskit_opt3_16.qasm,2240,ibm_127q,dj,qiskit,3 +3147,127,275,"{'rz': 262, 'sx': 14, 'measure': 13}",{'cx': 972},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_13.qasm,1069,ibm_127q,qftentangled,qiskit,0 +3148,127,1896,"{'rz': 2032, 'sx': 86, 'measure': 43, 'x': 1}",{'cx': 5364},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeinexact_mapped_ibm_washington_qiskit_opt2_44.qasm,2639,ibm_127q,qpeinexact,qiskit,2 +3149,127,23,"{'rz': 54, 'sx': 54, 'measure': 9}",{'cx': 16},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",vqe_mapped_ibm_washington_qiskit_opt1_9.qasm,3811,ibm_127q,vqe,qiskit,1 +3150,127,937,"{'sx': 200, 'rz': 200, 'measure': 25}",{'cx': 3234},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_25.qasm,1500,ibm_127q,twolocalrandom,qiskit,2 +3151,127,12334,"{'rz': 15990, 'sx': 738, 'measure': 123}",{'cx': 99587},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_123.qasm,2095,ibm_127q,qnn,qiskit,1 +3152,127,1096,"{'sx': 487, 'rz': 401, 'measure': 107, 'x': 1}",{'cx': 1410},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (126, 112)",wstate_mapped_ibm_washington_qiskit_opt1_107.qasm,3697,ibm_127q,wstate,qiskit,1 +3153,127,6014,"{'rz': 7509, 'sx': 734, 'measure': 123}",{'cx': 36165},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_123.qasm,2496,ibm_127q,ae,qiskit,2 +3154,127,104,"{'rz': 452, 'sx': 226, 'measure': 110}",{'cx': 737},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_110.qasm,2399,ibm_127q,graphstate,qiskit,2 +3155,127,43086,"{'rz': 42020, 'sx': 15670, 'x': 556, 'measure': 105}",{'cx': 222788},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (111, 104)",random_mapped_ibm_washington_qiskit_opt1_105.qasm,3427,ibm_127q,random,qiskit,1 +3156,127,3184,"{'rz': 6973, 'sx': 78, 'measure': 78}",{'cx': 16423},"(12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qft_mapped_ibm_washington_qiskit_opt1_78.qasm,2715,ibm_127q,qft,qiskit,1 +3157,127,718,"{'rz': 646, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 2006},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_20.qasm,1749,ibm_127q,qpeexact,qiskit,0 +3158,127,187,"{'rz': 288, 'sx': 144, 'measure': 48}",{'cx': 684},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",graphstate_mapped_ibm_washington_qiskit_opt0_48.qasm,3595,ibm_127q,graphstate,qiskit,0 +3159,127,125,"{'sx': 120, 'rz': 60, 'measure': 31, 'x': 1}",{'cx': 60},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",wstate_mapped_ibm_washington_qiskit_opt2_31.qasm,1517,ibm_127q,wstate,qiskit,2 +3160,127,579,"{'rz': 807, 'sx': 24, 'measure': 23}",{'cx': 2481},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_23.qasm,3991,ibm_127q,qftentangled,qiskit,0 +3161,127,12770,"{'rz': 936, 'sx': 624, 'measure': 78}",{'cx': 113556},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt0_78.qasm,2560,ibm_127q,realamprandom,qiskit,0 +3162,127,4212,"{'rz': 6637, 'sx': 626, 'measure': 105}",{'cx': 25149},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_105.qasm,1299,ibm_127q,ae,qiskit,2 +3163,127,63,"{'rz': 196, 'sx': 98, 'measure': 54}",{'cx': 273},"(4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt1_54.qasm,3493,ibm_127q,graphstate,qiskit,1 +3164,127,23010,"{'rz': 24341, 'sx': 8989, 'x': 314, 'measure': 79}",{'cx': 106529},"(15, 22); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_79.qasm,3617,ibm_127q,random,qiskit,1 +3165,127,1475,"{'sx': 248, 'rz': 248, 'measure': 31}",{'cx': 6496},"(54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt1_31.qasm,1309,ibm_127q,realamprandom,qiskit,1 +3166,127,116,"{'rz': 366, 'sx': 183, 'measure': 93}",{'cx': 567},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_93.qasm,3436,ibm_127q,graphstate,qiskit,1 +3167,127,3434,"{'rz': 3606, 'sx': 130, 'measure': 65, 'x': 1}",{'cx': 11538},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt2_66.qasm,2873,ibm_127q,qpeexact,qiskit,2 +3168,127,8785,"{'rz': 14060, 'sx': 190, 'measure': 95, 'x': 1}",{'cx': 63972},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt0_96.qasm,1933,ibm_127q,qpeinexact,qiskit,0 +3169,127,1240,"{'rz': 1910, 'sx': 932, 'x': 72, 'measure': 32}",{'cx': 2312},"(35, 47); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt3_32.qasm,3197,ibm_127q,qft,qiskit,3 +3170,127,329,"{'sx': 324, 'rz': 162, 'measure': 82, 'x': 1}",{'cx': 162},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_82.qasm,2141,ibm_127q,wstate,qiskit,1 +3171,127,354,"{'rz': 399, 'sx': 139, 'x': 20, 'measure': 15}",{'cx': 520},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62)",qft_mapped_ibm_washington_qiskit_opt3_15.qasm,3583,ibm_127q,qft,qiskit,3 +3172,127,10812,"{'rz': 828, 'sx': 552, 'measure': 69}",{'cx': 89313},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_69.qasm,2167,ibm_127q,twolocalrandom,qiskit,0 +3173,127,5156,"{'rz': 7090, 'sx': 124, 'measure': 123}",{'cx': 39536},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_123.qasm,2608,ibm_127q,qftentangled,qiskit,2 +3174,127,3052,"{'rz': 5990, 'sx': 398, 'measure': 67}",{'cx': 12472},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104)",ae_mapped_ibm_washington_qiskit_opt1_67.qasm,2648,ibm_127q,ae,qiskit,1 +3175,127,3537,"{'rz': 3427, 'sx': 92, 'measure': 46, 'x': 1}",{'cx': 14480},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_47.qasm,1542,ibm_127q,qpeexact,qiskit,0 +3176,127,697,"{'rz': 1476, 'sx': 876, 'measure': 23, 'x': 5}",{'cx': 2034},"(34, 43); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qnn_mapped_ibm_washington_qiskit_opt3_23.qasm,2368,ibm_127q,qnn,qiskit,3 +3177,127,101,"{'rz': 412, 'sx': 206, 'measure': 108}",{'cx': 678},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_108.qasm,3388,ibm_127q,graphstate,qiskit,2 +3178,127,5678,"{'rz': 6420, 'sx': 374, 'measure': 63}",{'cx': 26418},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ae_mapped_ibm_washington_qiskit_opt0_63.qasm,3611,ibm_127q,ae,qiskit,0 +3179,127,4778,"{'rz': 5884, 'sx': 194, 'measure': 97, 'x': 1}",{'cx': 24246},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt2_98.qasm,3912,ibm_127q,qpeinexact,qiskit,2 +3180,127,214,"{'measure': 46, 'rz': 2, 'sx': 1}",{'cx': 375},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_46.qasm,1636,ibm_127q,ghz,qiskit,0 +3181,127,323,"{'rz': 238, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 376},"(44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (73, 66)",qpeexact_mapped_ibm_washington_qiskit_opt1_12.qasm,2964,ibm_127q,qpeexact,qiskit,1 +3182,127,1433,"{'rz': 1569, 'sx': 176, 'measure': 30}",{'cx': 4203},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_30.qasm,3911,ibm_127q,ae,qiskit,0 +3183,127,2855,"{'rz': 6131, 'sx': 72, 'measure': 71}",{'cx': 14838},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt1_71.qasm,1693,ibm_127q,qftentangled,qiskit,1 +3184,127,504,"{'rz': 374, 'sx': 227, 'measure': 97, 'x': 14}",{'cx': 429},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (111, 104); (111, 122); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",dj_mapped_ibm_washington_qiskit_opt3_98.qasm,1441,ibm_127q,dj,qiskit,3 +3185,127,69,"{'rz': 110, 'sx': 55, 'measure': 33}",{'cx': 165},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93)",graphstate_mapped_ibm_washington_qiskit_opt1_33.qasm,2731,ibm_127q,graphstate,qiskit,1 +3186,127,2422,"{'sx': 320, 'rz': 320, 'measure': 40}",{'cx': 10657},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt1_40.qasm,2143,ibm_127q,realamprandom,qiskit,1 +3187,127,13547,"{'rz': 14383, 'sx': 5606, 'x': 196, 'measure': 63}",{'cx': 57327},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",random_mapped_ibm_washington_qiskit_opt2_63.qasm,2951,ibm_127q,random,qiskit,2 +3188,127,59,"{'measure': 56, 'rz': 2, 'sx': 1}",{'cx': 55},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_56.qasm,3912,ibm_127q,ghz,qiskit,1 +3189,127,1825,"{'sx': 360, 'rz': 360, 'measure': 45}",{'cx': 10211},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt2_45.qasm,2586,ibm_127q,su2random,qiskit,2 +3190,127,4712,"{'rz': 5110, 'sx': 174, 'measure': 87, 'x': 1}",{'cx': 19722},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_88.qasm,1115,ibm_127q,qpeexact,qiskit,2 +3191,127,1799,"{'rz': 10080, 'sx': 7078, 'measure': 51, 'x': 14}",{'cx': 8994},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (110, 100)",qnn_mapped_ibm_washington_qiskit_opt3_51.qasm,3429,ibm_127q,qnn,qiskit,3 +3192,127,683,"{'rz': 448, 'sx': 241, 'measure': 120}",{'cx': 1022},"(0, 1); (0, 14); (1, 0); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt2_121.qasm,4005,ibm_127q,dj,qiskit,2 +3193,127,3481,"{'sx': 600, 'rz': 600, 'measure': 75}",{'cx': 29884},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_75.qasm,3266,ibm_127q,su2random,qiskit,2 +3194,127,964,"{'rz': 1157, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 3432},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_27.qasm,3813,ibm_127q,qpeexact,qiskit,0 +3195,127,107,"{'rz': 392, 'sx': 196, 'measure': 100}",{'cx': 628},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_100.qasm,2143,ibm_127q,graphstate,qiskit,1 +3196,127,645,"{'rz': 358, 'sx': 179, 'measure': 89, 'x': 85}",{'cx': 1097},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 88)",dj_mapped_ibm_washington_qiskit_opt0_90.qasm,2312,ibm_127q,dj,qiskit,0 +3197,127,1527,"{'rz': 1150, 'sx': 690, 'measure': 116, 'x': 1}",{'cx': 1727},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_116.qasm,2389,ibm_127q,wstate,qiskit,0 +3198,127,7000,"{'sx': 576, 'rz': 576, 'measure': 72}",{'cx': 35501},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt1_72.qasm,3296,ibm_127q,su2random,qiskit,1 +3199,127,1983,"{'rz': 3713, 'sx': 52, 'measure': 51}",{'cx': 7774},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93)",qftentangled_mapped_ibm_washington_qiskit_opt1_51.qasm,3062,ibm_127q,qftentangled,qiskit,1 +3200,127,14136,"{'sx': 880, 'rz': 880, 'measure': 110}",{'cx': 91527},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_110.qasm,3678,ibm_127q,realamprandom,qiskit,1 +3201,127,779,"{'rz': 590, 'sx': 354, 'measure': 60, 'x': 1}",{'cx': 883},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",wstate_mapped_ibm_washington_qiskit_opt0_60.qasm,2893,ibm_127q,wstate,qiskit,0 +3202,127,3488,"{'rz': 5011, 'sx': 170, 'measure': 85, 'x': 1}",{'cx': 18498},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (118, 110)",qpeexact_mapped_ibm_washington_qiskit_opt2_86.qasm,2963,ibm_127q,qpeexact,qiskit,2 +3203,127,253,"{'rz': 204, 'sx': 125, 'measure': 51, 'x': 11}",{'cx': 197},"(20, 21); (20, 33); (21, 20); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (111, 104)",dj_mapped_ibm_washington_qiskit_opt3_52.qasm,3493,ibm_127q,dj,qiskit,3 +3204,127,292,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 624},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_12.qasm,3978,ibm_127q,twolocalrandom,qiskit,3 +3205,127,3278,"{'rz': 3146, 'sx': 88, 'measure': 44, 'x': 1}",{'cx': 12948},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_45.qasm,3173,ibm_127q,qpeexact,qiskit,0 +3206,127,100,"{'measure': 97, 'rz': 2, 'sx': 1}",{'cx': 96},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_97.qasm,2520,ibm_127q,ghz,qiskit,1 +3207,127,682,"{'rz': 563, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 1188},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt2_20.qasm,1668,ibm_127q,qpeexact,qiskit,2 +3208,127,4166,"{'sx': 472, 'rz': 472, 'measure': 59}",{'cx': 23309},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87); (93, 106); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt1_59.qasm,3256,ibm_127q,su2random,qiskit,1 +3209,127,7398,"{'rz': 800, 'sx': 400, 'measure': 50}",{'cx': 46341},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_50.qasm,3507,ibm_127q,su2random,qiskit,0 +3210,127,253,"{'rz': 222, 'sx': 12, 'measure': 12}",{'cx': 747},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_12.qasm,1917,ibm_127q,qft,qiskit,0 +3211,127,307,"{'rz': 229, 'sx': 129, 'measure': 64}",{'cx': 353},"(17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 60); (54, 45); (54, 64); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106)",dj_mapped_ibm_washington_qiskit_opt2_65.qasm,3519,ibm_127q,dj,qiskit,2 +3212,127,6129,"{'rz': 10121, 'sx': 104, 'measure': 104}",{'cx': 32492},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_104.qasm,3362,ibm_127q,qft,qiskit,1 +3213,127,5561,"{'rz': 704, 'sx': 352, 'measure': 44}",{'cx': 33552},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_44.qasm,2510,ibm_127q,su2random,qiskit,0 +3214,127,3473,"{'rz': 5009, 'sx': 94, 'measure': 94}",{'cx': 20514},"(15, 22); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt2_94.qasm,2091,ibm_127q,qft,qiskit,2 +3215,127,941,"{'measure': 119, 'rz': 2, 'sx': 1}",{'cx': 1018},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (126, 112)",ghz_mapped_ibm_washington_qiskit_opt2_119.qasm,3329,ibm_127q,ghz,qiskit,2 +3216,127,655,"{'rz': 427, 'sx': 98, 'measure': 28}",{'cx': 1344},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",portfolioqaoa_mapped_ibm_washington_qiskit_opt1_14.qasm,3813,ibm_127q,portfolioqaoa,qiskit,1 +3217,127,3598,"{'rz': 5688, 'sx': 432, 'measure': 72}",{'cx': 25131},"(8, 16); (16, 8); (16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_72.qasm,3683,ibm_127q,qnn,qiskit,1 +3218,127,538,"{'rz': 1043, 'sx': 547, 'x': 29, 'measure': 23}",{'cx': 1127},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qft_mapped_ibm_washington_qiskit_opt3_23.qasm,1987,ibm_127q,qft,qiskit,3 +3219,127,1553,"{'rz': 4020, 'sx': 360, 'measure': 60}",{'cx': 14434},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_60.qasm,2741,ibm_127q,qnn,qiskit,1 +3220,127,161,"{'rz': 306, 'sx': 153, 'measure': 75}",{'cx': 540},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118)",graphstate_mapped_ibm_washington_qiskit_opt1_75.qasm,3852,ibm_127q,graphstate,qiskit,1 +3221,127,544,"{'rz': 420, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 780},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (73, 66)",qpeinexact_mapped_ibm_washington_qiskit_opt1_16.qasm,2876,ibm_127q,qpeinexact,qiskit,1 +3222,127,1450,"{'rz': 1470, 'sx': 210, 'measure': 35}",{'cx': 5230},"(24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt1_35.qasm,2996,ibm_127q,qnn,qiskit,1 +3223,127,43,"{'rz': 135, 'sx': 69, 'measure': 41, 'x': 1}",{'cx': 153},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt3_41.qasm,2275,ibm_127q,graphstate,qiskit,3 +3224,127,7546,"{'rz': 3752, 'sx': 336, 'measure': 56}",{'cx': 52793},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_56.qasm,3473,ibm_127q,qnn,qiskit,0 +3225,127,41,"{'rz': 32, 'sx': 16, 'measure': 12}",{'cx': 30},"(20, 33); (33, 20); (33, 39); (39, 33); (39, 40); (40, 39); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",graphstate_mapped_ibm_washington_qiskit_opt2_12.qasm,2318,ibm_127q,graphstate,qiskit,2 +3226,127,715,"{'rz': 402, 'sx': 201, 'measure': 100, 'x': 91}",{'cx': 1219},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt0_101.qasm,1090,ibm_127q,dj,qiskit,0 +3227,127,136,"{'rz': 94, 'sx': 47, 'measure': 23}",{'cx': 104},"(34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (92, 83); (92, 102); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118)",dj_mapped_ibm_washington_qiskit_opt1_24.qasm,2137,ibm_127q,dj,qiskit,1 +3228,127,4709,"{'sx': 664, 'rz': 664, 'measure': 83}",{'cx': 39994},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_83.qasm,1969,ibm_127q,twolocalrandom,qiskit,2 +3229,127,452,"{'rz': 351, 'sx': 203, 'measure': 92, 'x': 9}",{'cx': 442},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118)",dj_mapped_ibm_washington_qiskit_opt3_93.qasm,2806,ibm_127q,dj,qiskit,3 +3230,127,5161,"{'rz': 8716, 'sx': 176, 'measure': 88, 'x': 1}",{'cx': 24470},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_89.qasm,1329,ibm_127q,qpeexact,qiskit,1 +3231,127,765,"{'rz': 438, 'sx': 219, 'measure': 109, 'x': 97}",{'cx': 1324},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96)",dj_mapped_ibm_washington_qiskit_opt0_110.qasm,1681,ibm_127q,dj,qiskit,0 +3232,127,676,"{'rz': 585, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1086},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qpeexact_mapped_ibm_washington_qiskit_opt1_19.qasm,3382,ibm_127q,qpeexact,qiskit,1 +3233,127,933,"{'measure': 113, 'rz': 2, 'sx': 1}",{'cx': 1090},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_113.qasm,3294,ibm_127q,ghz,qiskit,1 +3234,127,159,"{'rz': 75, 'sx': 36, 'x': 6, 'measure': 5}",{'cx': 84},"(62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82)",pricingcall_mapped_ibm_washington_qiskit_opt2_5.qasm,3145,ibm_127q,pricingcall,qiskit,2 +3235,127,735,"{'rz': 1028, 'sx': 361, 'measure': 25, 'x': 7}",{'cx': 1458},"(41, 53); (53, 41); (53, 60); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt3_25.qasm,1596,ibm_127q,qft,qiskit,3 +3236,127,11362,"{'rz': 13560, 'sx': 678, 'measure': 113}",{'cx': 79855},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_113.qasm,1036,ibm_127q,qnn,qiskit,2 +3237,127,10323,"{'sx': 744, 'rz': 744, 'measure': 93}",{'cx': 62755},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_93.qasm,1563,ibm_127q,realamprandom,qiskit,1 +3238,127,42,"{'rz': 74, 'sx': 37, 'measure': 27}",{'cx': 105},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt2_27.qasm,2541,ibm_127q,graphstate,qiskit,2 +3239,127,2043,"{'rz': 4111, 'sx': 78, 'measure': 78}",{'cx': 14569},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt2_78.qasm,2152,ibm_127q,qft,qiskit,2 +3240,127,7106,"{'sx': 736, 'rz': 736, 'measure': 92}",{'cx': 51799},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_92.qasm,1160,ibm_127q,realamprandom,qiskit,2 +3241,127,11258,"{'sx': 784, 'rz': 784, 'measure': 98}",{'cx': 72000},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_98.qasm,1207,ibm_127q,twolocalrandom,qiskit,1 +3242,127,2955,"{'rz': 3463, 'sx': 71, 'measure': 71}",{'cx': 11866},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qft_mapped_ibm_washington_qiskit_opt2_71.qasm,1780,ibm_127q,qft,qiskit,2 +3243,127,7322,"{'rz': 7588, 'sx': 716, 'measure': 120}",{'cx': 33999},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_120.qasm,3455,ibm_127q,ae,qiskit,2 +3244,127,9081,"{'rz': 13485, 'sx': 186, 'measure': 93, 'x': 1}",{'cx': 63363},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (93, 87)",qpeinexact_mapped_ibm_washington_qiskit_opt0_94.qasm,3145,ibm_127q,qpeinexact,qiskit,0 +3245,127,41427,"{'rz': 14248, 'sx': 248, 'x': 193, 'measure': 9}",{'cx': 37740},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",grover-noancilla_mapped_ibm_washington_qiskit_opt0_9.qasm,3300,ibm_127q,grover-noancilla,qiskit,0 +3246,127,12619,"{'sx': 864, 'rz': 864, 'measure': 108}",{'cx': 90888},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",su2random_mapped_ibm_washington_qiskit_opt1_108.qasm,1278,ibm_127q,su2random,qiskit,1 +3247,127,880,"{'rz': 352, 'sx': 176, 'measure': 22}",{'cx': 4902},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_22.qasm,1615,ibm_127q,su2random,qiskit,0 +3248,127,5804,"{'rz': 9732, 'sx': 192, 'measure': 96, 'x': 1}",{'cx': 27988},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_97.qasm,1236,ibm_127q,qpeinexact,qiskit,1 +3249,127,1077,"{'rz': 840, 'sx': 144, 'measure': 24}",{'cx': 5540},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_24.qasm,1451,ibm_127q,qnn,qiskit,0 +3250,127,4939,"{'rz': 7573, 'sx': 158, 'measure': 79, 'x': 1}",{'cx': 19259},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qpeinexact_mapped_ibm_washington_qiskit_opt1_80.qasm,2182,ibm_127q,qpeinexact,qiskit,1 +3251,127,5393,"{'rz': 9062, 'sx': 542, 'measure': 91}",{'cx': 21988},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_91.qasm,3372,ibm_127q,ae,qiskit,1 +3252,127,688,"{'rz': 627, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 1251},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt2_21.qasm,3221,ibm_127q,qpeexact,qiskit,2 +3253,127,138,"{'rz': 300, 'sx': 150, 'measure': 78}",{'cx': 459},"(3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (8, 16); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt2_78.qasm,3935,ibm_127q,graphstate,qiskit,2 +3254,127,333,"{'sx': 328, 'rz': 164, 'measure': 83, 'x': 1}",{'cx': 164},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_83.qasm,2888,ibm_127q,wstate,qiskit,1 +3255,127,3799,"{'rz': 7219, 'sx': 81, 'measure': 80}",{'cx': 18529},"(16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qftentangled_mapped_ibm_washington_qiskit_opt1_80.qasm,3401,ibm_127q,qftentangled,qiskit,1 +3256,127,12653,"{'sx': 848, 'rz': 848, 'measure': 106}",{'cx': 88381},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_106.qasm,1529,ibm_127q,su2random,qiskit,1 +3257,127,11415,"{'rz': 6450, 'sx': 450, 'measure': 75}",{'cx': 97082},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qnn_mapped_ibm_washington_qiskit_opt0_75.qasm,2355,ibm_127q,qnn,qiskit,0 +3258,127,115,"{'rz': 86, 'sx': 43, 'measure': 21}",{'cx': 84},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (53, 41); (53, 60); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt1_22.qasm,3869,ibm_127q,dj,qiskit,1 +3259,127,1959,"{'sx': 408, 'rz': 408, 'measure': 51}",{'cx': 13469},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (72, 62); (72, 81); (73, 85); (74, 89); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87)",su2random_mapped_ibm_washington_qiskit_opt2_51.qasm,3818,ibm_127q,su2random,qiskit,2 +3260,127,2624,"{'rz': 3382, 'sx': 92, 'measure': 46, 'x': 1}",{'cx': 7178},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87); (93, 106); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt1_47.qasm,2293,ibm_127q,qpeexact,qiskit,1 +3261,127,82,"{'rz': 326, 'sx': 163, 'measure': 79}",{'cx': 466},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_79.qasm,2042,ibm_127q,graphstate,qiskit,1 +3262,127,1167,"{'rz': 1242, 'sx': 54, 'measure': 27, 'x': 1}",{'cx': 2532},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt1_28.qasm,3882,ibm_127q,qpeinexact,qiskit,1 +3263,127,2135,"{'rz': 5039, 'sx': 91, 'measure': 90}",{'cx': 17819},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_90.qasm,3327,ibm_127q,qftentangled,qiskit,2 +3264,127,3589,"{'rz': 6250, 'sx': 111, 'measure': 111}",{'cx': 29046},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_111.qasm,2859,ibm_127q,qft,qiskit,2 +3265,127,5430,"{'rz': 6811, 'sx': 146, 'measure': 73, 'x': 1}",{'cx': 17447},"(15, 22); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt1_74.qasm,3416,ibm_127q,qpeinexact,qiskit,1 +3266,127,506,"{'rz': 523, 'sx': 21, 'measure': 20}",{'cx': 1128},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",qftentangled_mapped_ibm_washington_qiskit_opt2_20.qasm,2517,ibm_127q,qftentangled,qiskit,2 +3267,127,3778,"{'rz': 2275, 'sx': 604, 'x': 53, 'measure': 7}",{'cx': 2794},"(45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65)",grover-noancilla_mapped_ibm_washington_qiskit_opt3_7.qasm,2970,ibm_127q,grover-noancilla,qiskit,3 +3268,127,305,"{'rz': 278, 'sx': 15, 'measure': 14}",{'cx': 537},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65)",qftentangled_mapped_ibm_washington_qiskit_opt2_14.qasm,2181,ibm_127q,qftentangled,qiskit,2 +3269,127,2542,"{'rz': 4638, 'sx': 2171, 'x': 268, 'measure': 56}",{'cx': 6902},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt3_56.qasm,1559,ibm_127q,ae,qiskit,3 +3270,127,193,"{'rz': 163, 'sx': 93, 'measure': 40, 'x': 5}",{'cx': 144},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",dj_mapped_ibm_washington_qiskit_opt3_41.qasm,2735,ibm_127q,dj,qiskit,3 +3271,127,6905,"{'rz': 3392, 'sx': 318, 'measure': 53}",{'cx': 46376},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37)",qnn_mapped_ibm_washington_qiskit_opt0_53.qasm,2920,ibm_127q,qnn,qiskit,0 +3272,127,5726,"{'sx': 624, 'rz': 624, 'measure': 78}",{'cx': 39285},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_78.qasm,3200,ibm_127q,twolocalrandom,qiskit,1 +3273,127,1935,"{'rz': 3954, 'sx': 54, 'measure': 53}",{'cx': 8493},"(17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100)",qftentangled_mapped_ibm_washington_qiskit_opt1_53.qasm,1653,ibm_127q,qftentangled,qiskit,1 +3274,127,3470,"{'rz': 3010, 'sx': 86, 'measure': 43, 'x': 1}",{'cx': 13670},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_44.qasm,2648,ibm_127q,qpeexact,qiskit,0 +3275,127,381,"{'sx': 376, 'rz': 188, 'measure': 95, 'x': 1}",{'cx': 188},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_95.qasm,3753,ibm_127q,wstate,qiskit,1 +3276,127,401,"{'rz': 230, 'sx': 80, 'x': 20, 'measure': 7}",{'cx': 336},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",pricingput_mapped_ibm_washington_qiskit_opt0_7.qasm,1455,ibm_127q,pricingput,qiskit,0 +3277,127,2989,"{'rz': 6118, 'sx': 404, 'measure': 68}",{'cx': 11492},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt1_68.qasm,3346,ibm_127q,ae,qiskit,1 +3278,127,6364,"{'rz': 10367, 'sx': 202, 'measure': 101, 'x': 1}",{'cx': 32394},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (51, 36); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_102.qasm,1597,ibm_127q,qpeexact,qiskit,1 +3279,127,6235,"{'rz': 7653, 'sx': 410, 'measure': 69}",{'cx': 30867},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ae_mapped_ibm_washington_qiskit_opt0_69.qasm,3473,ibm_127q,ae,qiskit,0 +3280,127,1280,"{'rz': 2150, 'sx': 258, 'measure': 43}",{'cx': 7476},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt2_43.qasm,2116,ibm_127q,qnn,qiskit,2 +3281,127,27944,"{'rz': 28128, 'sx': 10595, 'x': 368, 'measure': 86}",{'cx': 134740},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",random_mapped_ibm_washington_qiskit_opt2_86.qasm,3696,ibm_127q,random,qiskit,2 +3282,127,7024,"{'rz': 11660, 'sx': 88, 'measure': 88}",{'cx': 53490},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_88.qasm,1708,ibm_127q,qft,qiskit,0 +3283,127,7020,"{'rz': 10972, 'sx': 112, 'measure': 111}",{'cx': 36410},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_111.qasm,2077,ibm_127q,qftentangled,qiskit,1 +3284,127,14422,"{'rz': 944, 'sx': 944, 'measure': 118}",{'cx': 98963},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_118.qasm,2192,ibm_127q,realamprandom,qiskit,2 +3285,127,1391,"{'rz': 2406, 'sx': 857, 'x': 137, 'measure': 40}",{'cx': 4092},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt3_41.qasm,2930,ibm_127q,qpeinexact,qiskit,3 +3286,127,7466,"{'sx': 752, 'rz': 752, 'measure': 94}",{'cx': 54871},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_94.qasm,2891,ibm_127q,twolocalrandom,qiskit,2 +3287,127,332,"{'sx': 120, 'rz': 120, 'measure': 15}",{'cx': 902},"(4, 15); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",realamprandom_mapped_ibm_washington_qiskit_opt2_15.qasm,1336,ibm_127q,realamprandom,qiskit,2 +3288,127,86,"{'rz': 526, 'sx': 263, 'measure': 123}",{'cx': 795},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_123.qasm,2623,ibm_127q,graphstate,qiskit,2 +3289,127,539,"{'rz': 409, 'sx': 239, 'measure': 106, 'x': 13}",{'cx': 504},"(4, 15); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (89, 74); (90, 75); (90, 94); (91, 79); (91, 98); (92, 102); (93, 87); (93, 106); (94, 90); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt3_107.qasm,1504,ibm_127q,dj,qiskit,3 +3290,127,4451,"{'rz': 8588, 'sx': 174, 'measure': 87, 'x': 1}",{'cx': 22276},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_88.qasm,1379,ibm_127q,qpeexact,qiskit,1 +3291,127,2877,"{'rz': 496, 'sx': 248, 'measure': 31}",{'cx': 14757},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_31.qasm,2962,ibm_127q,su2random,qiskit,0 +3292,127,833,"{'rz': 996, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 1956},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qpeinexact_mapped_ibm_washington_qiskit_opt1_25.qasm,3977,ibm_127q,qpeinexact,qiskit,1 +3293,127,133,"{'rz': 100, 'sx': 8, 'measure': 8}",{'cx': 218},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",qft_mapped_ibm_washington_qiskit_opt0_8.qasm,1835,ibm_127q,qft,qiskit,0 +3294,127,50,"{'measure': 47, 'rz': 2, 'sx': 1}",{'cx': 46},"(9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_47.qasm,4015,ibm_127q,ghz,qiskit,3 +3295,127,744,"{'rz': 1110, 'sx': 180, 'measure': 30}",{'cx': 3821},"(23, 24); (24, 23); (24, 34); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt2_30.qasm,2731,ibm_127q,qnn,qiskit,2 +3296,127,6492,"{'rz': 7298, 'sx': 492, 'measure': 82}",{'cx': 36548},"(20, 21); (20, 33); (21, 20); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_82.qasm,2630,ibm_127q,qnn,qiskit,2 +3297,127,442,"{'rz': 238, 'sx': 119, 'x': 61, 'measure': 59}",{'cx': 746},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59)",dj_mapped_ibm_washington_qiskit_opt0_60.qasm,1520,ibm_127q,dj,qiskit,0 +3298,127,19802,"{'rz': 20655, 'sx': 7704, 'x': 266, 'measure': 73}",{'cx': 85997},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_73.qasm,1379,ibm_127q,random,qiskit,1 +3299,127,10524,"{'rz': 792, 'sx': 528, 'measure': 66}",{'cx': 81657},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_66.qasm,1106,ibm_127q,realamprandom,qiskit,0 +3300,127,368,"{'rz': 302, 'sx': 16, 'measure': 15}",{'cx': 620},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (73, 66)",qftentangled_mapped_ibm_washington_qiskit_opt2_15.qasm,3903,ibm_127q,qftentangled,qiskit,2 +3301,127,6826,"{'rz': 7165, 'sx': 692, 'measure': 116}",{'cx': 31438},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_116.qasm,2350,ibm_127q,ae,qiskit,2 +3302,127,292,"{'sx': 120, 'rz': 120, 'measure': 15}",{'cx': 876},"(4, 15); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",su2random_mapped_ibm_washington_qiskit_opt2_15.qasm,1608,ibm_127q,su2random,qiskit,2 +3303,127,5191,"{'rz': 5287, 'sx': 122, 'measure': 61, 'x': 1}",{'cx': 12398},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt1_62.qasm,3665,ibm_127q,qpeexact,qiskit,1 +3304,127,3962,"{'rz': 4649, 'sx': 156, 'measure': 78, 'x': 1}",{'cx': 15966},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt2_79.qasm,3887,ibm_127q,qpeexact,qiskit,2 +3305,127,1650,"{'rz': 4020, 'sx': 360, 'measure': 60}",{'cx': 14799},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_60.qasm,1336,ibm_127q,qnn,qiskit,2 +3306,127,7035,"{'rz': 8360, 'sx': 528, 'measure': 88}",{'cx': 43143},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_88.qasm,1357,ibm_127q,qnn,qiskit,1 +3307,127,398,"{'rz': 294, 'sx': 165, 'measure': 82}",{'cx': 512},"(8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111)",dj_mapped_ibm_washington_qiskit_opt2_83.qasm,2878,ibm_127q,dj,qiskit,2 +3308,127,2827,"{'rz': 3914, 'sx': 138, 'measure': 69, 'x': 1}",{'cx': 12927},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt2_70.qasm,1717,ibm_127q,qpeexact,qiskit,2 +3309,127,45,"{'sx': 40, 'rz': 20, 'measure': 11, 'x': 1}",{'cx': 20},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_11.qasm,2742,ibm_127q,wstate,qiskit,1 +3310,127,1743,"{'rz': 1554, 'sx': 33, 'measure': 32}",{'cx': 6564},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30)",qftentangled_mapped_ibm_washington_qiskit_opt0_32.qasm,3754,ibm_127q,qftentangled,qiskit,0 +3311,127,283,"{'rz': 154, 'sx': 77, 'measure': 38, 'x': 35}",{'cx': 494},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",dj_mapped_ibm_washington_qiskit_opt0_39.qasm,1181,ibm_127q,dj,qiskit,0 +3312,127,1149,"{'rz': 264, 'sx': 264, 'measure': 33}",{'cx': 6539},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_33.qasm,1067,ibm_127q,twolocalrandom,qiskit,1 +3313,127,905,"{'rz': 368, 'sx': 184, 'measure': 23}",{'cx': 5277},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_23.qasm,1437,ibm_127q,su2random,qiskit,0 +3314,127,6742,"{'rz': 8310, 'sx': 428, 'measure': 72}",{'cx': 33048},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58)",ae_mapped_ibm_washington_qiskit_opt0_72.qasm,1808,ibm_127q,ae,qiskit,0 +3315,127,16430,"{'sx': 984, 'rz': 984, 'measure': 123}",{'cx': 118420},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_123.qasm,2836,ibm_127q,su2random,qiskit,1 +3316,127,348,"{'rz': 239, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 721},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_12.qasm,2242,ibm_127q,qpeexact,qiskit,0 +3317,127,314,"{'rz': 248, 'sx': 147, 'measure': 62, 'x': 10}",{'cx': 267},"(20, 33); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (111, 104)",dj_mapped_ibm_washington_qiskit_opt3_63.qasm,2398,ibm_127q,dj,qiskit,3 +3318,127,1201,"{'rz': 1565, 'sx': 485, 'x': 65, 'measure': 31}",{'cx': 2635},"(24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt3_32.qasm,2873,ibm_127q,qpeinexact,qiskit,3 +3319,127,5515,"{'rz': 6030, 'sx': 2217, 'x': 64, 'measure': 40}",{'cx': 17982},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",random_mapped_ibm_washington_qiskit_opt1_40.qasm,3520,ibm_127q,random,qiskit,1 +3320,127,2462,"{'rz': 3900, 'sx': 76, 'measure': 76}",{'cx': 13609},"(7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt2_76.qasm,2291,ibm_127q,qft,qiskit,2 +3321,127,5118,"{'rz': 600, 'sx': 600, 'measure': 75}",{'cx': 37392},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_75.qasm,2417,ibm_127q,twolocalrandom,qiskit,1 +3322,127,6320,"{'rz': 7521, 'sx': 138, 'measure': 69, 'x': 1}",{'cx': 35136},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",qpeinexact_mapped_ibm_washington_qiskit_opt0_70.qasm,3344,ibm_127q,qpeinexact,qiskit,0 +3323,127,496,"{'measure': 109, 'rz': 2, 'sx': 1}",{'cx': 885},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107)",ghz_mapped_ibm_washington_qiskit_opt0_109.qasm,3841,ibm_127q,ghz,qiskit,0 +3324,127,9580,"{'rz': 11118, 'sx': 612, 'measure': 102}",{'cx': 59748},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_102.qasm,1831,ibm_127q,qnn,qiskit,2 +3325,127,2969,"{'rz': 3996, 'sx': 434, 'measure': 73}",{'cx': 12261},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",ae_mapped_ibm_washington_qiskit_opt2_73.qasm,1364,ibm_127q,ae,qiskit,2 +3326,127,33,"{'sx': 28, 'rz': 14, 'measure': 8, 'x': 1}",{'cx': 14},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",wstate_mapped_ibm_washington_qiskit_opt1_8.qasm,2816,ibm_127q,wstate,qiskit,1 +3327,127,478,"{'rz': 338, 'sx': 169, 'measure': 84}",{'cx': 687},"(4, 15); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (106, 93)",dj_mapped_ibm_washington_qiskit_opt1_85.qasm,3197,ibm_127q,dj,qiskit,1 +3328,127,301,"{'sx': 296, 'rz': 148, 'measure': 75, 'x': 1}",{'cx': 148},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_75.qasm,3346,ibm_127q,wstate,qiskit,2 +3329,127,560,"{'rz': 574, 'sx': 250, 'x': 15, 'measure': 13}",{'cx': 891},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",random_mapped_ibm_washington_qiskit_opt2_13.qasm,3983,ibm_127q,random,qiskit,2 +3330,127,4355,"{'sx': 488, 'rz': 488, 'measure': 61}",{'cx': 25904},"(20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118)",su2random_mapped_ibm_washington_qiskit_opt1_61.qasm,3045,ibm_127q,su2random,qiskit,1 +3331,127,1183,"{'rz': 900, 'sx': 540, 'measure': 91, 'x': 1}",{'cx': 1305},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75)",wstate_mapped_ibm_washington_qiskit_opt0_91.qasm,1256,ibm_127q,wstate,qiskit,0 +3332,127,1268,"{'rz': 3235, 'sx': 1313, 'x': 138, 'measure': 48}",{'cx': 4997},"(34, 43); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (93, 87)",qftentangled_mapped_ibm_washington_qiskit_opt3_48.qasm,2091,ibm_127q,qftentangled,qiskit,3 +3333,127,12347,"{'rz': 13270, 'sx': 4948, 'x': 187, 'measure': 59}",{'cx': 49155},"(34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_59.qasm,3210,ibm_127q,random,qiskit,1 +3334,127,3201,"{'rz': 7463, 'sx': 83, 'measure': 82}",{'cx': 19413},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_82.qasm,3686,ibm_127q,qftentangled,qiskit,1 +3335,127,28,"{'rz': 80, 'sx': 40, 'measure': 40}",{'cx': 40},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (52, 37); (52, 56); (53, 41); (53, 60); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",graphstate_mapped_ibm_washington_qiskit_opt2_40.qasm,2705,ibm_127q,graphstate,qiskit,2 +3336,127,1649,"{'rz': 1534, 'sx': 628, 'x': 21, 'measure': 21}",{'cx': 3251},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt2_21.qasm,2625,ibm_127q,random,qiskit,2 +3337,127,21,"{'sx': 40, 'rz': 39, 'measure': 7, 'x': 1}",{'cx': 12},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",vqe_mapped_ibm_washington_qiskit_opt3_7.qasm,2775,ibm_127q,vqe,qiskit,3 +3338,127,17669,"{'rz': 18817, 'sx': 6946, 'x': 265, 'measure': 70}",{'cx': 77853},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",random_mapped_ibm_washington_qiskit_opt1_70.qasm,2321,ibm_127q,random,qiskit,1 +3339,127,418,"{'rz': 751, 'sx': 449, 'measure': 13}",{'cx': 856},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",portfoliovqe_mapped_ibm_washington_qiskit_opt3_13.qasm,3417,ibm_127q,portfoliovqe,qiskit,3 +3340,127,911,"{'rz': 675, 'sx': 233, 'measure': 12, 'x': 4}",{'cx': 1635},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_12.qasm,2789,ibm_127q,random,qiskit,0 +3341,127,171,"{'rz': 118, 'sx': 59, 'measure': 8, 'x': 5}",{'cx': 101},"(55, 68); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",ae_mapped_ibm_washington_qiskit_opt3_8.qasm,1996,ibm_127q,ae,qiskit,3 +3342,127,7389,"{'rz': 8850, 'sx': 150, 'measure': 75, 'x': 1}",{'cx': 40416},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_76.qasm,2668,ibm_127q,qpeexact,qiskit,0 +3343,127,36,"{'measure': 33, 'rz': 2, 'sx': 1}",{'cx': 32},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",ghz_mapped_ibm_washington_qiskit_opt1_33.qasm,3847,ibm_127q,ghz,qiskit,1 +3344,127,430,"{'rz': 700, 'sx': 410, 'measure': 13}",{'cx': 876},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",portfoliovqe_mapped_ibm_washington_qiskit_opt2_13.qasm,3228,ibm_127q,portfoliovqe,qiskit,2 +3345,127,228,"{'rz': 187, 'sx': 109, 'measure': 49, 'x': 4}",{'cx': 181},"(20, 33); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100)",dj_mapped_ibm_washington_qiskit_opt3_50.qasm,2503,ibm_127q,dj,qiskit,3 +3346,127,252,"{'rz': 170, 'sx': 60, 'measure': 10}",{'cx': 397},"(41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qnn_mapped_ibm_washington_qiskit_opt1_10.qasm,2530,ibm_127q,qnn,qiskit,1 +3347,127,12700,"{'sx': 896, 'rz': 896, 'measure': 112}",{'cx': 90863},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_112.qasm,2911,ibm_127q,su2random,qiskit,1 +3348,127,77,"{'rz': 286, 'sx': 143, 'measure': 79}",{'cx': 442},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (12, 17); (15, 4); (15, 22); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_79.qasm,3336,ibm_127q,graphstate,qiskit,2 +3349,127,1432,"{'rz': 2879, 'sx': 56, 'measure': 55}",{'cx': 6950},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (102, 92)",qftentangled_mapped_ibm_washington_qiskit_opt2_55.qasm,2519,ibm_127q,qftentangled,qiskit,2 +3350,127,950,"{'rz': 1038, 'sx': 140, 'measure': 24}",{'cx': 2247},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_24.qasm,2161,ibm_127q,ae,qiskit,0 +3351,127,689,"{'rz': 498, 'sx': 289, 'measure': 124, 'x': 16}",{'cx': 682},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (70, 74); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",dj_mapped_ibm_washington_qiskit_opt3_125.qasm,3754,ibm_127q,dj,qiskit,3 +3352,127,14327,"{'sx': 920, 'rz': 920, 'measure': 115}",{'cx': 92296},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_115.qasm,2919,ibm_127q,su2random,qiskit,2 +3353,127,209,"{'rz': 164, 'sx': 51, 'measure': 10, 'x': 4}",{'cx': 241},"(34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63)",qftentangled_mapped_ibm_washington_qiskit_opt3_10.qasm,1331,ibm_127q,qftentangled,qiskit,3 +3354,127,5749,"{'rz': 9403, 'sx': 80, 'measure': 79}",{'cx': 41802},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_79.qasm,2677,ibm_127q,qftentangled,qiskit,0 +3355,127,2898,"{'sx': 440, 'rz': 440, 'measure': 55}",{'cx': 20217},"(20, 33); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt1_55.qasm,1687,ibm_127q,su2random,qiskit,1 +3356,127,53,"{'rz': 38, 'sx': 19, 'measure': 15}",{'cx': 54},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (68, 55)",graphstate_mapped_ibm_washington_qiskit_opt2_15.qasm,3622,ibm_127q,graphstate,qiskit,2 +3357,127,5436,"{'rz': 6461, 'sx': 110, 'measure': 109}",{'cx': 29111},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_109.qasm,3686,ibm_127q,qftentangled,qiskit,2 +3358,127,320,"{'rz': 154, 'sx': 153, 'measure': 13}",{'cx': 584},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_13.qasm,1107,ibm_127q,twolocalrandom,qiskit,3 +3359,127,5261,"{'rz': 1896, 'sx': 102, 'x': 73, 'measure': 7}",{'cx': 4716},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",grover-noancilla_mapped_ibm_washington_qiskit_opt0_7.qasm,1780,ibm_127q,grover-noancilla,qiskit,0 +3360,127,65,"{'rz': 248, 'sx': 124, 'measure': 64}",{'cx': 283},"(7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (116, 117); (117, 116); (117, 118); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt1_64.qasm,2021,ibm_127q,graphstate,qiskit,1 +3361,127,523,"{'rz': 374, 'sx': 209, 'measure': 104}",{'cx': 723},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (8, 16); (11, 12); (12, 11); (12, 17); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (112, 108); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt2_105.qasm,3728,ibm_127q,dj,qiskit,2 +3362,127,1610,"{'rz': 2323, 'sx': 992, 'x': 103, 'measure': 38}",{'cx': 3183},"(40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83)",ae_mapped_ibm_washington_qiskit_opt3_38.qasm,1907,ibm_127q,ae,qiskit,3 +3363,127,8650,"{'rz': 10700, 'sx': 600, 'measure': 100}",{'cx': 56816},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_100.qasm,1759,ibm_127q,qnn,qiskit,2 +3364,127,185,"{'rz': 121, 'sx': 44, 'measure': 8}",{'cx': 113},"(55, 68); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",ae_mapped_ibm_washington_qiskit_opt1_8.qasm,1953,ibm_127q,ae,qiskit,1 +3365,127,817,"{'rz': 1442, 'sx': 37, 'measure': 37}",{'cx': 3229},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qft_mapped_ibm_washington_qiskit_opt2_37.qasm,3891,ibm_127q,qft,qiskit,2 +3366,127,137,"{'rz': 102, 'sx': 9, 'measure': 8}",{'cx': 225},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",qftentangled_mapped_ibm_washington_qiskit_opt0_8.qasm,1864,ibm_127q,qftentangled,qiskit,0 +3367,127,61,"{'rz': 48, 'sx': 24, 'measure': 8}",{'cx': 41},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",graphstate_mapped_ibm_washington_qiskit_opt0_8.qasm,2497,ibm_127q,graphstate,qiskit,0 +3368,127,6322,"{'rz': 6611, 'sx': 122, 'measure': 121}",{'cx': 36560},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_121.qasm,3002,ibm_127q,qftentangled,qiskit,2 +3369,127,7524,"{'rz': 704, 'sx': 704, 'measure': 88}",{'cx': 52645},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",realamprandom_mapped_ibm_washington_qiskit_opt1_88.qasm,2177,ibm_127q,realamprandom,qiskit,1 +3370,127,3479,"{'rz': 3572, 'sx': 94, 'measure': 47, 'x': 1}",{'cx': 14991},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_48.qasm,1820,ibm_127q,qpeexact,qiskit,0 +3371,127,458,"{'rz': 346, 'sx': 213, 'measure': 90, 'x': 14}",{'cx': 391},"(8, 16); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (112, 108); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118)",dj_mapped_ibm_washington_qiskit_opt3_91.qasm,2259,ibm_127q,dj,qiskit,3 +3372,127,474,"{'rz': 352, 'sx': 197, 'measure': 98}",{'cx': 609},"(0, 14); (4, 15); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt2_99.qasm,3722,ibm_127q,dj,qiskit,2 +3373,127,6212,"{'rz': 6772, 'sx': 125, 'measure': 124}",{'cx': 39391},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_124.qasm,1808,ibm_127q,qftentangled,qiskit,2 +3374,127,2497,"{'rz': 2821, 'sx': 108, 'measure': 54, 'x': 1}",{'cx': 8037},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt2_55.qasm,1977,ibm_127q,qpeexact,qiskit,2 +3375,127,373,"{'rz': 267, 'sx': 151, 'measure': 75}",{'cx': 513},"(8, 16); (15, 22); (16, 8); (16, 26); (17, 30); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt2_76.qasm,3519,ibm_127q,dj,qiskit,2 +3376,127,77,"{'rz': 72, 'sx': 36, 'measure': 12}",{'cx': 216},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_12.qasm,1989,ibm_127q,graphstate,qiskit,0 +3377,127,7478,"{'sx': 656, 'rz': 656, 'measure': 82}",{'cx': 50521},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",su2random_mapped_ibm_washington_qiskit_opt1_82.qasm,2933,ibm_127q,su2random,qiskit,1 +3378,127,1427,"{'rz': 1092, 'sx': 168, 'measure': 28}",{'cx': 7368},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_28.qasm,2734,ibm_127q,qnn,qiskit,0 +3379,127,1674,"{'rz': 2595, 'sx': 55, 'measure': 54}",{'cx': 6700},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt2_54.qasm,3369,ibm_127q,qftentangled,qiskit,2 +3380,127,1036,"{'rz': 2499, 'sx': 2249, 'x': 37, 'measure': 36}",{'cx': 5010},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt3_36.qasm,1597,ibm_127q,su2random,qiskit,3 +3381,127,650,"{'rz': 342, 'sx': 120, 'x': 40, 'measure': 9}",{'cx': 572},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",pricingput_mapped_ibm_washington_qiskit_opt0_9.qasm,3675,ibm_127q,pricingput,qiskit,0 +3382,127,1267,"{'sx': 552, 'rz': 456, 'measure': 121, 'x': 1}",{'cx': 1679},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_121.qasm,2866,ibm_127q,wstate,qiskit,1 +3383,127,73,"{'rz': 70, 'sx': 42, 'measure': 8, 'x': 1}",{'cx': 14},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",wstate_mapped_ibm_washington_qiskit_opt0_8.qasm,2985,ibm_127q,wstate,qiskit,0 +3384,127,3437,"{'rz': 5093, 'sx': 94, 'measure': 93}",{'cx': 20559},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_93.qasm,2117,ibm_127q,qftentangled,qiskit,2 +3385,127,14429,"{'rz': 1376, 'sx': 688, 'measure': 86}",{'cx': 140727},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",su2random_mapped_ibm_washington_qiskit_opt0_86.qasm,2417,ibm_127q,su2random,qiskit,0 +3386,127,1473,"{'rz': 1899, 'sx': 45, 'measure': 45}",{'cx': 5014},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",qft_mapped_ibm_washington_qiskit_opt2_45.qasm,2758,ibm_127q,qft,qiskit,2 +3387,127,892,"{'rz': 885, 'sx': 128, 'measure': 22}",{'cx': 2067},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_22.qasm,3303,ibm_127q,ae,qiskit,0 +3388,127,11837,"{'rz': 11876, 'sx': 4592, 'x': 165, 'measure': 57}",{'cx': 45006},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",random_mapped_ibm_washington_qiskit_opt2_57.qasm,3646,ibm_127q,random,qiskit,2 +3389,127,1864,"{'rz': 2493, 'sx': 2126, 'x': 98, 'measure': 37}",{'cx': 6332},"(26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt3_37.qasm,2023,ibm_127q,su2random,qiskit,3 +3390,127,11224,"{'rz': 16167, 'sx': 204, 'measure': 102, 'x': 1}",{'cx': 79044},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt0_103.qasm,2739,ibm_127q,qpeinexact,qiskit,0 +3391,127,1249,"{'rz': 5629, 'sx': 3376, 'measure': 44, 'x': 4}",{'cx': 7765},"(7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt3_44.qasm,2530,ibm_127q,qnn,qiskit,3 +3392,127,90,"{'measure': 87, 'rz': 2, 'sx': 1}",{'cx': 86},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_87.qasm,2749,ibm_127q,ghz,qiskit,2 +3393,127,262,"{'rz': 282, 'sx': 15, 'measure': 14}",{'cx': 507},"(58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",qftentangled_mapped_ibm_washington_qiskit_opt3_14.qasm,3156,ibm_127q,qftentangled,qiskit,3 +3394,127,686,"{'rz': 878, 'sx': 25, 'measure': 24}",{'cx': 2960},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_24.qasm,3896,ibm_127q,qftentangled,qiskit,0 +3395,127,356,"{'rz': 432, 'sx': 216, 'measure': 72}",{'cx': 1635},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58)",graphstate_mapped_ibm_washington_qiskit_opt0_72.qasm,1328,ibm_127q,graphstate,qiskit,0 +3396,127,239,"{'rz': 182, 'sx': 105, 'measure': 47, 'x': 5}",{'cx': 203},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt3_48.qasm,1813,ibm_127q,dj,qiskit,3 +3397,127,93,"{'sx': 88, 'rz': 44, 'measure': 23, 'x': 1}",{'cx': 44},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58)",wstate_mapped_ibm_washington_qiskit_opt2_23.qasm,1544,ibm_127q,wstate,qiskit,2 +3398,127,8917,"{'rz': 776, 'sx': 776, 'measure': 97}",{'cx': 57876},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_97.qasm,2258,ibm_127q,twolocalrandom,qiskit,2 +3399,127,96,"{'rz': 454, 'sx': 227, 'measure': 113}",{'cx': 677},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123)",graphstate_mapped_ibm_washington_qiskit_opt1_113.qasm,2582,ibm_127q,graphstate,qiskit,1 +3400,127,801,"{'rz': 1427, 'sx': 32, 'measure': 31}",{'cx': 2767},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qftentangled_mapped_ibm_washington_qiskit_opt1_31.qasm,1826,ibm_127q,qftentangled,qiskit,1 +3401,127,4680,"{'rz': 468, 'sx': 312, 'measure': 39}",{'cx': 26403},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_39.qasm,4023,ibm_127q,twolocalrandom,qiskit,0 +3402,127,2429,"{'rz': 3293, 'sx': 356, 'measure': 60}",{'cx': 8346},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",ae_mapped_ibm_washington_qiskit_opt2_60.qasm,3652,ibm_127q,ae,qiskit,2 +3403,127,2097,"{'rz': 1042, 'sx': 452, 'x': 26, 'measure': 11}",{'cx': 1669},"(28, 35); (35, 28); (35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt3_11.qasm,3507,ibm_127q,qwalk-v-chain,qiskit,3 +3404,127,334,"{'rz': 178, 'sx': 89, 'x': 45, 'measure': 44}",{'cx': 569},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",dj_mapped_ibm_washington_qiskit_opt0_45.qasm,1812,ibm_127q,dj,qiskit,0 +3405,127,183,"{'rz': 252, 'sx': 126, 'measure': 42}",{'cx': 639},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",graphstate_mapped_ibm_washington_qiskit_opt0_42.qasm,3608,ibm_127q,graphstate,qiskit,0 +3406,127,488,"{'rz': 387, 'sx': 86, 'measure': 15}",{'cx': 525},"(45, 54); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (80, 81); (81, 72); (81, 80)",ae_mapped_ibm_washington_qiskit_opt1_15.qasm,2280,ibm_127q,ae,qiskit,1 +3407,127,299,"{'measure': 62, 'rz': 2, 'sx': 1}",{'cx': 535},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ghz_mapped_ibm_washington_qiskit_opt0_62.qasm,3765,ibm_127q,ghz,qiskit,0 +3408,127,32,"{'rz': 66, 'sx': 36, 'measure': 23, 'x': 2}",{'cx': 55},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (85, 73); (98, 99); (99, 98); (99, 100); (100, 99)",graphstate_mapped_ibm_washington_qiskit_opt3_23.qasm,1388,ibm_127q,graphstate,qiskit,3 +3409,127,6206,"{'rz': 8477, 'sx': 76, 'measure': 75}",{'cx': 39743},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_75.qasm,4012,ibm_127q,qftentangled,qiskit,0 +3410,127,606,"{'rz': 318, 'sx': 159, 'x': 79, 'measure': 79}",{'cx': 1045},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",dj_mapped_ibm_washington_qiskit_opt0_80.qasm,3688,ibm_127q,dj,qiskit,0 +3411,127,5470,"{'rz': 536, 'sx': 536, 'measure': 67}",{'cx': 33382},"(16, 26); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_67.qasm,2771,ibm_127q,realamprandom,qiskit,1 +3412,127,89,"{'sx': 84, 'rz': 42, 'measure': 22, 'x': 1}",{'cx': 42},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80)",wstate_mapped_ibm_washington_qiskit_opt1_22.qasm,1358,ibm_127q,wstate,qiskit,1 +3413,127,8472,"{'sx': 752, 'rz': 752, 'measure': 94}",{'cx': 57560},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_94.qasm,1188,ibm_127q,su2random,qiskit,2 +3414,127,35,"{'rz': 122, 'sx': 70, 'measure': 27, 'x': 3}",{'cx': 63},"(16, 26); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (35, 28); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (71, 58); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt3_27.qasm,2923,ibm_127q,graphstate,qiskit,3 +3415,127,16405,"{'sx': 1016, 'rz': 1016, 'measure': 127}",{'cx': 122376},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_127.qasm,3129,ibm_127q,su2random,qiskit,1 +3416,127,791,"{'rz': 992, 'sx': 30, 'measure': 30}",{'cx': 2271},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt2_30.qasm,2274,ibm_127q,qft,qiskit,2 +3417,127,655,"{'rz': 588, 'sx': 126, 'measure': 21}",{'cx': 1843},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (85, 73)",qnn_mapped_ibm_washington_qiskit_opt2_21.qasm,3255,ibm_127q,qnn,qiskit,2 +3418,127,46,"{'measure': 43, 'rz': 2, 'sx': 1}",{'cx': 42},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ghz_mapped_ibm_washington_qiskit_opt1_43.qasm,3424,ibm_127q,ghz,qiskit,1 +3419,127,845,"{'rz': 983, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 1786},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeexact_mapped_ibm_washington_qiskit_opt1_25.qasm,3701,ibm_127q,qpeexact,qiskit,1 +3420,127,801,"{'rz': 800, 'sx': 150, 'measure': 25}",{'cx': 2770},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt2_25.qasm,3188,ibm_127q,qnn,qiskit,2 +3421,127,1575,"{'rz': 2438, 'sx': 276, 'measure': 46}",{'cx': 9536},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qnn_mapped_ibm_washington_qiskit_opt1_46.qasm,2346,ibm_127q,qnn,qiskit,1 +3422,127,163,"{'sx': 56, 'rz': 56, 'measure': 7}",{'cx': 175},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_7.qasm,1963,ibm_127q,twolocalrandom,qiskit,2 +3423,127,913,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 2897},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_22.qasm,2231,ibm_127q,twolocalrandom,qiskit,1 +3424,127,18,"{'measure': 15, 'rz': 2, 'sx': 1}",{'cx': 14},"(112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_15.qasm,1635,ibm_127q,ghz,qiskit,2 +3425,127,5997,"{'rz': 10726, 'sx': 620, 'measure': 104}",{'cx': 29987},"(6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt1_104.qasm,2880,ibm_127q,ae,qiskit,1 +3426,127,39180,"{'rz': 40175, 'sx': 14529, 'x': 518, 'measure': 101}",{'cx': 208469},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_101.qasm,3785,ibm_127q,random,qiskit,1 +3427,127,41,"{'measure': 38, 'rz': 2, 'sx': 1}",{'cx': 37},"(32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_38.qasm,2150,ibm_127q,ghz,qiskit,1 +3428,127,2104,"{'rz': 3001, 'sx': 86, 'measure': 43, 'x': 1}",{'cx': 6392},"(34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt1_44.qasm,3361,ibm_127q,qpeinexact,qiskit,1 +3429,127,4705,"{'rz': 5567, 'sx': 548, 'measure': 92}",{'cx': 19269},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_92.qasm,1204,ibm_127q,ae,qiskit,2 +3430,127,1200,"{'rz': 1566, 'sx': 487, 'x': 65, 'measure': 31}",{'cx': 2634},"(24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt3_32.qasm,1226,ibm_127q,qpeexact,qiskit,3 +3431,127,2034,"{'rz': 3371, 'sx': 1355, 'x': 176, 'measure': 47}",{'cx': 5573},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt3_48.qasm,3755,ibm_127q,qpeexact,qiskit,3 +3432,127,9191,"{'rz': 15488, 'sx': 726, 'measure': 121}",{'cx': 102518},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_121.qasm,3373,ibm_127q,qnn,qiskit,1 +3433,127,7937,"{'rz': 10494, 'sx': 594, 'measure': 99}",{'cx': 63711},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_99.qasm,3737,ibm_127q,qnn,qiskit,1 +3434,127,27,"{'rz': 77, 'sx': 76, 'measure': 13, 'x': 1}",{'cx': 24},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18)",vqe_mapped_ibm_washington_qiskit_opt3_13.qasm,1113,ibm_127q,vqe,qiskit,3 +3435,127,1090,"{'rz': 850, 'sx': 510, 'measure': 86, 'x': 1}",{'cx': 1160},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_86.qasm,1553,ibm_127q,wstate,qiskit,0 +3436,127,1623,"{'sx': 296, 'rz': 296, 'measure': 37}",{'cx': 8611},"(24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_37.qasm,1840,ibm_127q,twolocalrandom,qiskit,1 +3437,127,3081,"{'rz': 3868, 'sx': 134, 'measure': 67, 'x': 1}",{'cx': 12087},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt2_68.qasm,3762,ibm_127q,qpeexact,qiskit,2 +3438,127,55,"{'rz': 108, 'sx': 54, 'measure': 30}",{'cx': 135},"(16, 26); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104)",graphstate_mapped_ibm_washington_qiskit_opt1_30.qasm,2860,ibm_127q,graphstate,qiskit,1 +3439,127,2487,"{'rz': 2413, 'sx': 990, 'x': 45, 'measure': 26}",{'cx': 5846},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",random_mapped_ibm_washington_qiskit_opt2_26.qasm,1226,ibm_127q,random,qiskit,2 +3440,127,1835,"{'rz': 11477, 'sx': 8097, 'measure': 55, 'x': 10}",{'cx': 10715},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (52, 37); (52, 56); (53, 41); (53, 60); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt3_55.qasm,1050,ibm_127q,qnn,qiskit,3 +3441,127,6017,"{'rz': 2940, 'sx': 294, 'measure': 49}",{'cx': 38058},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_49.qasm,3901,ibm_127q,qnn,qiskit,0 +3442,127,118,"{'rz': 490, 'sx': 245, 'measure': 117}",{'cx': 849},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",graphstate_mapped_ibm_washington_qiskit_opt1_117.qasm,2378,ibm_127q,graphstate,qiskit,1 +3443,127,7514,"{'rz': 11510, 'sx': 220, 'measure': 110, 'x': 1}",{'cx': 37272},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_111.qasm,1473,ibm_127q,qpeexact,qiskit,1 +3444,127,17551,"{'rz': 936, 'sx': 936, 'measure': 117}",{'cx': 108742},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_117.qasm,3638,ibm_127q,realamprandom,qiskit,1 +3445,127,1023,"{'sx': 489, 'rz': 387, 'measure': 109, 'x': 1}",{'cx': 1308},"(0, 14); (4, 5); (4, 15); (5, 4); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_109.qasm,1135,ibm_127q,wstate,qiskit,2 +3446,127,484,"{'rz': 362, 'sx': 181, 'measure': 90}",{'cx': 783},"(7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt1_91.qasm,3737,ibm_127q,dj,qiskit,1 +3447,127,111,"{'rz': 426, 'sx': 213, 'measure': 111}",{'cx': 672},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_111.qasm,1319,ibm_127q,graphstate,qiskit,2 +3448,127,298,"{'rz': 220, 'sx': 132, 'measure': 23, 'x': 1}",{'cx': 347},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_23.qasm,3637,ibm_127q,wstate,qiskit,0 +3449,127,548,"{'rz': 256, 'sx': 128, 'measure': 16}",{'cx': 2415},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_16.qasm,2750,ibm_127q,su2random,qiskit,0 +3450,127,1217,"{'rz': 1515, 'sx': 60, 'measure': 30, 'x': 1}",{'cx': 2994},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (85, 73); (91, 79)",qpeinexact_mapped_ibm_washington_qiskit_opt1_31.qasm,3956,ibm_127q,qpeinexact,qiskit,1 +3451,127,3565,"{'rz': 4818, 'sx': 396, 'measure': 66}",{'cx': 21256},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_66.qasm,3747,ibm_127q,qnn,qiskit,1 +3452,127,5573,"{'sx': 496, 'rz': 496, 'measure': 62}",{'cx': 25984},"(20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",su2random_mapped_ibm_washington_qiskit_opt1_62.qasm,1247,ibm_127q,su2random,qiskit,1 +3453,127,51,"{'rz': 66, 'sx': 38, 'measure': 16, 'x': 1}",{'cx': 48},"(35, 47); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (81, 72)",graphstate_mapped_ibm_washington_qiskit_opt3_16.qasm,3448,ibm_127q,graphstate,qiskit,3 +3454,127,453,"{'rz': 298, 'sx': 161, 'measure': 80}",{'cx': 564},"(4, 5); (4, 15); (5, 4); (14, 18); (15, 4); (15, 22); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (109, 96); (110, 100); (110, 118); (111, 104); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt2_81.qasm,1455,ibm_127q,dj,qiskit,2 +3455,127,216,"{'measure': 48, 'rz': 2, 'sx': 1}",{'cx': 377},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_48.qasm,1223,ibm_127q,ghz,qiskit,0 +3456,127,580,"{'measure': 121, 'rz': 2, 'sx': 1}",{'cx': 1041},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_121.qasm,1337,ibm_127q,ghz,qiskit,0 +3457,127,181,"{'rz': 134, 'sx': 77, 'measure': 38}",{'cx': 199},"(20, 33); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (92, 83); (92, 102); (102, 92)",dj_mapped_ibm_washington_qiskit_opt2_39.qasm,1909,ibm_127q,dj,qiskit,2 +3458,127,11894,"{'rz': 1152, 'sx': 576, 'measure': 72}",{'cx': 98406},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58)",su2random_mapped_ibm_washington_qiskit_opt0_72.qasm,2896,ibm_127q,su2random,qiskit,0 +3459,127,5470,"{'rz': 536, 'sx': 536, 'measure': 67}",{'cx': 33382},"(16, 26); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_67.qasm,2341,ibm_127q,twolocalrandom,qiskit,1 +3460,127,209,"{'rz': 102, 'sx': 51, 'x': 25, 'measure': 25}",{'cx': 361},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_26.qasm,3299,ibm_127q,dj,qiskit,0 +3461,127,3038,"{'sx': 416, 'rz': 416, 'measure': 52}",{'cx': 17481},"(20, 33); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87); (93, 106); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_52.qasm,3378,ibm_127q,twolocalrandom,qiskit,1 +3462,127,573,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1394},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",su2random_mapped_ibm_washington_qiskit_opt2_16.qasm,2426,ibm_127q,su2random,qiskit,2 +3463,127,92,"{'measure': 89, 'rz': 2, 'sx': 1}",{'cx': 88},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_89.qasm,3510,ibm_127q,ghz,qiskit,2 +3464,127,447,"{'rz': 325, 'sx': 181, 'measure': 90}",{'cx': 570},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (118, 110)",dj_mapped_ibm_washington_qiskit_opt2_91.qasm,2938,ibm_127q,dj,qiskit,2 +3465,127,39,"{'rz': 182, 'sx': 94, 'measure': 54}",{'cx': 206},"(12, 13); (12, 17); (13, 12); (17, 12); (17, 30); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt3_54.qasm,3255,ibm_127q,graphstate,qiskit,3 +3466,127,87,"{'rz': 108, 'sx': 54, 'measure': 18}",{'cx': 225},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_18.qasm,1545,ibm_127q,graphstate,qiskit,0 +3467,127,48,"{'rz': 56, 'sx': 28, 'measure': 18}",{'cx': 60},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (52, 37); (52, 56); (53, 41); (53, 60); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99)",graphstate_mapped_ibm_washington_qiskit_opt3_18.qasm,1597,ibm_127q,graphstate,qiskit,3 +3468,127,738,"{'rz': 667, 'sx': 116, 'measure': 20}",{'cx': 1013},"(24, 34); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (71, 58); (72, 62)",ae_mapped_ibm_washington_qiskit_opt1_20.qasm,3279,ibm_127q,ae,qiskit,1 +3469,127,462,"{'rz': 354, 'sx': 215, 'measure': 91, 'x': 14}",{'cx': 419},"(0, 1); (0, 14); (1, 0); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (49, 55); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 102); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt3_92.qasm,1108,ibm_127q,dj,qiskit,3 +3470,127,4491,"{'rz': 4605, 'sx': 314, 'measure': 53}",{'cx': 17945},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37)",ae_mapped_ibm_washington_qiskit_opt0_53.qasm,3840,ibm_127q,ae,qiskit,0 +3471,127,25,"{'rz': 65, 'sx': 64, 'measure': 11, 'x': 1}",{'cx': 20},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",vqe_mapped_ibm_washington_qiskit_opt2_11.qasm,2428,ibm_127q,vqe,qiskit,2 +3472,127,3721,"{'rz': 6176, 'sx': 136, 'measure': 68, 'x': 1}",{'cx': 14376},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qpeinexact_mapped_ibm_washington_qiskit_opt1_69.qasm,3740,ibm_127q,qpeinexact,qiskit,1 +3473,127,4293,"{'sx': 496, 'rz': 496, 'measure': 62}",{'cx': 25849},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",realamprandom_mapped_ibm_washington_qiskit_opt1_62.qasm,1603,ibm_127q,realamprandom,qiskit,1 +3474,127,4951,"{'rz': 8462, 'sx': 172, 'measure': 86, 'x': 1}",{'cx': 22569},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104)",qpeinexact_mapped_ibm_washington_qiskit_opt1_87.qasm,2245,ibm_127q,qpeinexact,qiskit,1 +3475,127,482,"{'measure': 95, 'rz': 2, 'sx': 1}",{'cx': 871},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ghz_mapped_ibm_washington_qiskit_opt0_95.qasm,2784,ibm_127q,ghz,qiskit,0 +3476,127,961,"{'rz': 1335, 'sx': 30, 'measure': 30}",{'cx': 2643},"(45, 54); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (111, 104)",qft_mapped_ibm_washington_qiskit_opt1_30.qasm,3307,ibm_127q,qft,qiskit,1 +3477,127,1392,"{'rz': 662, 'sx': 264, 'x': 60, 'measure': 13}",{'cx': 1436},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",pricingput_mapped_ibm_washington_qiskit_opt0_13.qasm,1328,ibm_127q,pricingput,qiskit,0 +3478,127,52,"{'measure': 49, 'rz': 2, 'sx': 1}",{'cx': 48},"(9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_49.qasm,2275,ibm_127q,ghz,qiskit,2 +3479,127,33,"{'measure': 30, 'rz': 2, 'sx': 1}",{'cx': 29},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",ghz_mapped_ibm_washington_qiskit_opt2_30.qasm,1551,ibm_127q,ghz,qiskit,2 +3480,127,377,"{'sx': 372, 'rz': 186, 'measure': 94, 'x': 1}",{'cx': 186},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_94.qasm,4056,ibm_127q,wstate,qiskit,2 +3481,127,243,"{'rz': 186, 'sx': 105, 'measure': 52}",{'cx': 271},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 73); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (92, 83); (93, 87); (93, 106); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107)",dj_mapped_ibm_washington_qiskit_opt2_53.qasm,2848,ibm_127q,dj,qiskit,2 +3482,127,223,"{'rz': 120, 'sx': 48, 'measure': 8}",{'cx': 247},"(45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qnn_mapped_ibm_washington_qiskit_opt2_8.qasm,1253,ibm_127q,qnn,qiskit,2 +3483,127,440,"{'rz': 392, 'sx': 16, 'measure': 16}",{'cx': 1380},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_16.qasm,1476,ibm_127q,qft,qiskit,0 +3484,127,5818,"{'rz': 9274, 'sx': 97, 'measure': 97}",{'cx': 28113},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_97.qasm,2931,ibm_127q,qft,qiskit,1 +3485,127,22298,"{'rz': 28444, 'sx': 9709, 'x': 118, 'measure': 76}",{'cx': 155429},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_76.qasm,2019,ibm_127q,random,qiskit,0 +3486,127,2094,"{'rz': 2559, 'sx': 102, 'measure': 51, 'x': 1}",{'cx': 7200},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt2_52.qasm,2269,ibm_127q,qpeinexact,qiskit,2 +3487,127,10657,"{'rz': 11250, 'sx': 3974, 'x': 54, 'measure': 48}",{'cx': 50421},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_48.qasm,1355,ibm_127q,random,qiskit,0 +3488,127,125,"{'rz': 204, 'sx': 102, 'measure': 34}",{'cx': 454},"(0, 1); (0, 14); (1, 0); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20)",graphstate_mapped_ibm_washington_qiskit_opt0_34.qasm,3273,ibm_127q,graphstate,qiskit,0 +3489,127,37,"{'measure': 34, 'rz': 2, 'sx': 1}",{'cx': 33},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",ghz_mapped_ibm_washington_qiskit_opt2_34.qasm,2100,ibm_127q,ghz,qiskit,2 +3490,127,1733,"{'rz': 1891, 'sx': 242, 'measure': 41}",{'cx': 4068},"(35, 47); (41, 53); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt2_41.qasm,2909,ibm_127q,ae,qiskit,2 +3491,127,1697,"{'sx': 336, 'rz': 336, 'measure': 42}",{'cx': 9541},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt2_42.qasm,3564,ibm_127q,realamprandom,qiskit,2 +3492,127,233,"{'rz': 234, 'sx': 63, 'measure': 18}",{'cx': 543},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",portfolioqaoa_mapped_ibm_washington_qiskit_opt0_9.qasm,1933,ibm_127q,portfolioqaoa,qiskit,0 +3493,127,6916,"{'sx': 648, 'rz': 648, 'measure': 81}",{'cx': 45032},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt1_81.qasm,3113,ibm_127q,su2random,qiskit,1 +3494,127,1390,"{'rz': 2538, 'sx': 282, 'measure': 47}",{'cx': 9262},"(20, 21); (20, 33); (21, 20); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt2_47.qasm,1316,ibm_127q,qnn,qiskit,2 +3495,127,3195,"{'rz': 448, 'sx': 448, 'measure': 56}",{'cx': 20749},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",realamprandom_mapped_ibm_washington_qiskit_opt1_56.qasm,2534,ibm_127q,realamprandom,qiskit,1 +3496,127,12070,"{'sx': 896, 'rz': 896, 'measure': 112}",{'cx': 85314},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_112.qasm,3957,ibm_127q,su2random,qiskit,2 +3497,127,9396,"{'sx': 824, 'rz': 824, 'measure': 103}",{'cx': 77369},"(16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_103.qasm,1373,ibm_127q,su2random,qiskit,1 +3498,127,1518,"{'rz': 625, 'sx': 364, 'measure': 15, 'x': 8}",{'cx': 968},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",pricingcall_mapped_ibm_washington_qiskit_opt1_15.qasm,1359,ibm_127q,pricingcall,qiskit,1 +3499,127,4659,"{'rz': 2166, 'sx': 101, 'x': 10, 'measure': 7}",{'cx': 4272},"(83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt2_7.qasm,2997,ibm_127q,qwalk-noancilla,qiskit,2 +3500,127,511,"{'rz': 192, 'sx': 128, 'measure': 16}",{'cx': 2475},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_16.qasm,2952,ibm_127q,realamprandom,qiskit,0 +3501,127,101,"{'rz': 79, 'sx': 45, 'measure': 22}",{'cx': 82},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (91, 79); (92, 83); (92, 102); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt2_23.qasm,1668,ibm_127q,dj,qiskit,2 +3502,127,3133,"{'sx': 472, 'rz': 472, 'measure': 59}",{'cx': 19179},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_59.qasm,2595,ibm_127q,su2random,qiskit,2 +3503,127,390,"{'rz': 336, 'sx': 16, 'measure': 16}",{'cx': 681},"(41, 42); (41, 53); (42, 41); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qft_mapped_ibm_washington_qiskit_opt2_16.qasm,1437,ibm_127q,qft,qiskit,2 +3504,127,3368,"{'rz': 4401, 'sx': 54, 'measure': 54}",{'cx': 18378},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_54.qasm,2190,ibm_127q,qft,qiskit,0 +3505,127,854,"{'rz': 907, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 1947},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qpeinexact_mapped_ibm_washington_qiskit_opt2_26.qasm,2560,ibm_127q,qpeinexact,qiskit,2 +3506,127,4612,"{'rz': 608, 'sx': 608, 'measure': 76}",{'cx': 33800},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_76.qasm,3811,ibm_127q,realamprandom,qiskit,2 +3507,127,277,"{'rz': 215, 'sx': 121, 'measure': 60}",{'cx': 317},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt2_61.qasm,2050,ibm_127q,dj,qiskit,2 +3508,127,97,"{'rz': 378, 'sx': 189, 'measure': 103}",{'cx': 601},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt2_103.qasm,2763,ibm_127q,graphstate,qiskit,2 +3509,127,38,"{'measure': 35, 'rz': 2, 'sx': 1}",{'cx': 34},"(31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_35.qasm,3658,ibm_127q,ghz,qiskit,1 +3510,127,3540,"{'rz': 7339, 'sx': 81, 'measure': 81}",{'cx': 17971},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_81.qasm,2330,ibm_127q,qft,qiskit,1 +3511,127,6982,"{'rz': 11129, 'sx': 214, 'measure': 107, 'x': 1}",{'cx': 35064},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_108.qasm,2752,ibm_127q,qpeexact,qiskit,1 +3512,127,47,"{'measure': 44, 'rz': 2, 'sx': 1}",{'cx': 43},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt3_44.qasm,1070,ibm_127q,ghz,qiskit,3 +3513,127,5840,"{'rz': 7387, 'sx': 71, 'measure': 70}",{'cx': 35118},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",qftentangled_mapped_ibm_washington_qiskit_opt0_70.qasm,2439,ibm_127q,qftentangled,qiskit,0 +3514,127,334,"{'rz': 732, 'sx': 366, 'measure': 122}",{'cx': 3200},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt0_122.qasm,1446,ibm_127q,graphstate,qiskit,0 +3515,127,4813,"{'rz': 5730, 'sx': 120, 'measure': 60, 'x': 1}",{'cx': 23988},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt0_61.qasm,2379,ibm_127q,qpeexact,qiskit,0 +3516,127,4176,"{'rz': 4088, 'sx': 1607, 'x': 53, 'measure': 34}",{'cx': 11540},"(24, 34); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt2_34.qasm,3933,ibm_127q,random,qiskit,2 +3517,127,129,"{'sx': 124, 'rz': 62, 'measure': 32, 'x': 1}",{'cx': 62},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",wstate_mapped_ibm_washington_qiskit_opt2_32.qasm,2034,ibm_127q,wstate,qiskit,2 +3518,127,691,"{'rz': 493, 'sx': 295, 'measure': 126, 'x': 20}",{'cx': 687},"(0, 1); (0, 14); (1, 0); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (126, 112)",dj_mapped_ibm_washington_qiskit_opt3_127.qasm,2363,ibm_127q,dj,qiskit,3 +3519,127,833,"{'measure': 107, 'rz': 2, 'sx': 1}",{'cx': 877},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (126, 112)",ghz_mapped_ibm_washington_qiskit_opt2_107.qasm,2067,ibm_127q,ghz,qiskit,2 +3520,127,78,"{'rz': 132, 'sx': 78, 'measure': 4}",{'cx': 15},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2)",tsp_mapped_ibm_washington_qiskit_opt0_4.qasm,1144,ibm_127q,tsp,qiskit,0 +3521,127,54,"{'rz': 97, 'sx': 50, 'measure': 10}",{'cx': 70},"(28, 35); (35, 28); (35, 47); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (55, 49); (55, 68); (68, 55); (100, 101); (101, 100); (101, 102); (102, 101)",qaoa_mapped_ibm_washington_qiskit_opt2_10.qasm,2309,ibm_127q,qaoa,qiskit,2 +3522,127,2858,"{'rz': 4757, 'sx': 89, 'measure': 89}",{'cx': 17164},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qft_mapped_ibm_washington_qiskit_opt2_89.qasm,3340,ibm_127q,qft,qiskit,2 +3523,127,38345,"{'rz': 53622, 'sx': 18617, 'x': 230, 'measure': 105}",{'cx': 341911},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt0_105.qasm,1896,ibm_127q,random,qiskit,0 +3524,127,331,"{'rz': 219, 'sx': 56, 'measure': 10}",{'cx': 381},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_10.qasm,2505,ibm_127q,ae,qiskit,0 +3525,127,1725,"{'rz': 1880, 'sx': 240, 'measure': 40}",{'cx': 6888},"(35, 47); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt1_40.qasm,1712,ibm_127q,qnn,qiskit,1 +3526,127,7528,"{'rz': 6893, 'sx': 2493, 'measure': 38, 'x': 24}",{'cx': 29428},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_38.qasm,3824,ibm_127q,random,qiskit,0 +3527,127,857,"{'rz': 1482, 'sx': 1259, 'x': 32, 'measure': 32}",{'cx': 3708},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt3_32.qasm,4094,ibm_127q,su2random,qiskit,3 +3528,127,4089,"{'rz': 8673, 'sx': 93, 'measure': 92}",{'cx': 24930},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_92.qasm,1878,ibm_127q,qftentangled,qiskit,1 +3529,127,97,"{'sx': 92, 'rz': 46, 'measure': 24, 'x': 1}",{'cx': 46},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",wstate_mapped_ibm_washington_qiskit_opt2_24.qasm,3328,ibm_127q,wstate,qiskit,2 +3530,127,1056,"{'sx': 559, 'rz': 447, 'measure': 124, 'x': 1}",{'cx': 1532},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_124.qasm,1570,ibm_127q,wstate,qiskit,2 +3531,127,1178,"{'rz': 2473, 'sx': 2060, 'x': 98, 'measure': 41}",{'cx': 6927},"(28, 35); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_41.qasm,3472,ibm_127q,twolocalrandom,qiskit,3 +3532,127,1317,"{'sx': 296, 'rz': 296, 'measure': 37}",{'cx': 7030},"(26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (35, 28); (35, 47); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",realamprandom_mapped_ibm_washington_qiskit_opt2_37.qasm,3782,ibm_127q,realamprandom,qiskit,2 +3533,127,429,"{'rz': 340, 'sx': 80, 'measure': 14}",{'cx': 437},"(65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105)",ae_mapped_ibm_washington_qiskit_opt1_14.qasm,3468,ibm_127q,ae,qiskit,1 +3534,127,61,"{'measure': 58, 'rz': 2, 'sx': 1}",{'cx': 57},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_58.qasm,3838,ibm_127q,ghz,qiskit,1 +3535,127,483,"{'measure': 96, 'rz': 2, 'sx': 1}",{'cx': 872},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ghz_mapped_ibm_washington_qiskit_opt0_96.qasm,2460,ibm_127q,ghz,qiskit,0 +3536,127,5698,"{'rz': 6357, 'sx': 608, 'measure': 102}",{'cx': 23343},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt2_102.qasm,1446,ibm_127q,ae,qiskit,2 +3537,127,25217,"{'rz': 31930, 'sx': 10976, 'x': 138, 'measure': 81}",{'cx': 176595},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_81.qasm,1184,ibm_127q,random,qiskit,0 +3538,127,3974,"{'rz': 3720, 'sx': 96, 'measure': 48, 'x': 1}",{'cx': 16500},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_49.qasm,1092,ibm_127q,qpeexact,qiskit,0 +3539,127,101,"{'measure': 98, 'rz': 2, 'sx': 1}",{'cx': 97},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_98.qasm,1029,ibm_127q,ghz,qiskit,2 +3540,127,1706,"{'rz': 3066, 'sx': 1278, 'x': 189, 'measure': 43}",{'cx': 4635},"(4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeexact_mapped_ibm_washington_qiskit_opt3_44.qasm,3113,ibm_127q,qpeexact,qiskit,3 +3541,127,4710,"{'rz': 7319, 'sx': 154, 'measure': 77, 'x': 1}",{'cx': 18486},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_78.qasm,1528,ibm_127q,qpeexact,qiskit,1 +3542,127,3963,"{'rz': 1426, 'sx': 341, 'measure': 15, 'x': 10}",{'cx': 3444},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt2_15.qasm,1632,ibm_127q,qwalk-v-chain,qiskit,2 +3543,127,2847,"{'rz': 4525, 'sx': 110, 'measure': 55, 'x': 1}",{'cx': 10058},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",qpeinexact_mapped_ibm_washington_qiskit_opt1_56.qasm,2365,ibm_127q,qpeinexact,qiskit,1 +3544,127,364,"{'rz': 288, 'sx': 15, 'measure': 14}",{'cx': 546},"(45, 54); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt1_14.qasm,3992,ibm_127q,qftentangled,qiskit,1 +3545,127,162,"{'rz': 96, 'sx': 64, 'measure': 8}",{'cx': 357},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_8.qasm,3411,ibm_127q,twolocalrandom,qiskit,0 +3546,127,3179,"{'rz': 1903, 'sx': 635, 'x': 48, 'measure': 9}",{'cx': 2382},"(64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",grover-v-chain_mapped_ibm_washington_qiskit_opt3_9.qasm,3027,ibm_127q,grover-v-chain,qiskit,3 +3547,127,989,"{'rz': 1203, 'sx': 596, 'x': 63, 'measure': 16}",{'cx': 1566},"(54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",random_mapped_ibm_washington_qiskit_opt3_16.qasm,1950,ibm_127q,random,qiskit,3 +3548,127,128,"{'rz': 87, 'sx': 12, 'measure': 6, 'x': 1}",{'cx': 93},"(34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54)",qpeinexact_mapped_ibm_washington_qiskit_opt1_7.qasm,2630,ibm_127q,qpeinexact,qiskit,1 +3549,127,159,"{'rz': 128, 'sx': 73, 'measure': 36}",{'cx': 145},"(26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83); (92, 102); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100)",dj_mapped_ibm_washington_qiskit_opt2_37.qasm,1288,ibm_127q,dj,qiskit,2 +3550,127,42961,"{'rz': 44209, 'sx': 16262, 'x': 578, 'measure': 107}",{'cx': 237453},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_107.qasm,4032,ibm_127q,random,qiskit,1 +3551,127,5768,"{'rz': 12301, 'sx': 122, 'measure': 122}",{'cx': 42728},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_122.qasm,2820,ibm_127q,qft,qiskit,1 +3552,127,4229,"{'rz': 520, 'sx': 520, 'measure': 65}",{'cx': 28313},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_65.qasm,3800,ibm_127q,realamprandom,qiskit,1 +3553,127,1493,"{'rz': 1459, 'sx': 32, 'measure': 31}",{'cx': 5688},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_31.qasm,3939,ibm_127q,qftentangled,qiskit,0 +3554,127,436,"{'rz': 503, 'sx': 241, 'measure': 15, 'x': 5}",{'cx': 888},"(44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qnn_mapped_ibm_washington_qiskit_opt3_15.qasm,2417,ibm_127q,qnn,qiskit,3 +3555,127,245,"{'sx': 240, 'rz': 120, 'measure': 61, 'x': 1}",{'cx': 120},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",wstate_mapped_ibm_washington_qiskit_opt1_61.qasm,1363,ibm_127q,wstate,qiskit,1 +3556,127,953,"{'sx': 484, 'rz': 402, 'measure': 106, 'x': 1}",{'cx': 1331},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_106.qasm,3460,ibm_127q,wstate,qiskit,1 +3557,127,2048,"{'rz': 3294, 'sx': 324, 'measure': 54}",{'cx': 13450},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (52, 37); (52, 56); (54, 45); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt2_54.qasm,3599,ibm_127q,qnn,qiskit,2 +3558,127,4407,"{'rz': 5401, 'sx': 102, 'measure': 101}",{'cx': 24189},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qftentangled_mapped_ibm_washington_qiskit_opt2_101.qasm,3952,ibm_127q,qftentangled,qiskit,2 +3559,127,680,"{'rz': 925, 'sx': 26, 'measure': 25}",{'cx': 1869},"(49, 55); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_25.qasm,1244,ibm_127q,qftentangled,qiskit,1 +3560,127,492,"{'rz': 355, 'sx': 193, 'measure': 96}",{'cx': 681},"(3, 4); (4, 3); (4, 15); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (122, 111)",dj_mapped_ibm_washington_qiskit_opt2_97.qasm,3911,ibm_127q,dj,qiskit,2 +3561,127,401,"{'sx': 396, 'rz': 198, 'measure': 100, 'x': 1}",{'cx': 198},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_100.qasm,2447,ibm_127q,wstate,qiskit,2 +3562,127,22,"{'rz': 80, 'sx': 40, 'measure': 40}",{'cx': 40},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (52, 37); (52, 56); (53, 41); (53, 60); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",graphstate_mapped_ibm_washington_qiskit_opt3_40.qasm,2229,ibm_127q,graphstate,qiskit,3 +3563,127,415,"{'rz': 366, 'sx': 84, 'measure': 24}",{'cx': 1506},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",portfolioqaoa_mapped_ibm_washington_qiskit_opt0_12.qasm,2314,ibm_127q,portfolioqaoa,qiskit,0 +3564,127,503,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 2599},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",su2random_mapped_ibm_washington_qiskit_opt1_22.qasm,4068,ibm_127q,su2random,qiskit,1 +3565,127,2957,"{'rz': 7414, 'sx': 6267, 'x': 318, 'measure': 54}",{'cx': 13886},"(34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_54.qasm,2245,ibm_127q,twolocalrandom,qiskit,3 +3566,127,3082,"{'rz': 4476, 'sx': 83, 'measure': 83}",{'cx': 16678},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qft_mapped_ibm_washington_qiskit_opt2_83.qasm,3315,ibm_127q,qft,qiskit,2 +3567,127,1171,"{'rz': 1308, 'sx': 1203, 'x': 42, 'measure': 28}",{'cx': 3662},"(58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_28.qasm,4047,ibm_127q,twolocalrandom,qiskit,3 +3568,127,80,"{'rz': 66, 'sx': 33, 'measure': 16}",{'cx': 58},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (73, 66); (73, 85); (85, 73)",dj_mapped_ibm_washington_qiskit_opt1_17.qasm,1396,ibm_127q,dj,qiskit,1 +3569,127,259,"{'rz': 199, 'sx': 119, 'measure': 50, 'x': 7}",{'cx': 196},"(16, 26); (17, 30); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83); (92, 102); (102, 92)",dj_mapped_ibm_washington_qiskit_opt3_51.qasm,1815,ibm_127q,dj,qiskit,3 +3570,127,1305,"{'rz': 937, 'sx': 350, 'measure': 14, 'x': 4}",{'cx': 2535},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_14.qasm,2243,ibm_127q,random,qiskit,0 +3571,127,1656,"{'rz': 1999, 'sx': 82, 'measure': 41, 'x': 1}",{'cx': 4830},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeexact_mapped_ibm_washington_qiskit_opt2_42.qasm,3695,ibm_127q,qpeexact,qiskit,2 +3572,127,856,"{'rz': 1080, 'sx': 27, 'measure': 27}",{'cx': 2088},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt1_27.qasm,3897,ibm_127q,qft,qiskit,1 +3573,127,10211,"{'rz': 17115, 'sx': 210, 'measure': 105, 'x': 1}",{'cx': 78273},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt0_106.qasm,2169,ibm_127q,qpeinexact,qiskit,0 +3574,127,4253,"{'sx': 616, 'rz': 616, 'measure': 77}",{'cx': 34388},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_77.qasm,2456,ibm_127q,su2random,qiskit,2 +3575,127,5719,"{'rz': 8934, 'sx': 536, 'measure': 90}",{'cx': 22281},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_90.qasm,3322,ibm_127q,ae,qiskit,1 +3576,127,1586,"{'rz': 1820, 'sx': 78, 'measure': 39, 'x': 1}",{'cx': 4647},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qpeexact_mapped_ibm_washington_qiskit_opt2_40.qasm,2161,ibm_127q,qpeexact,qiskit,2 +3577,127,87,"{'rz': 234, 'sx': 117, 'measure': 65}",{'cx': 356},"(4, 15); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119)",graphstate_mapped_ibm_washington_qiskit_opt1_65.qasm,1032,ibm_127q,graphstate,qiskit,1 +3578,127,11927,"{'rz': 12912, 'sx': 4954, 'x': 183, 'measure': 58}",{'cx': 46809},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_58.qasm,3460,ibm_127q,random,qiskit,1 +3579,127,1412,"{'sx': 312, 'rz': 312, 'measure': 39}",{'cx': 7523},"(34, 43); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt2_39.qasm,2177,ibm_127q,su2random,qiskit,2 +3580,127,9238,"{'rz': 12922, 'sx': 182, 'measure': 91, 'x': 1}",{'cx': 60479},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79)",qpeinexact_mapped_ibm_washington_qiskit_opt0_92.qasm,1886,ibm_127q,qpeinexact,qiskit,0 +3581,127,2608,"{'rz': 7469, 'sx': 6817, 'x': 236, 'measure': 55}",{'cx': 13399},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt3_55.qasm,1128,ibm_127q,su2random,qiskit,3 +3582,127,134,"{'rz': 130, 'sx': 65, 'measure': 13}",{'cx': 463},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qaoa_mapped_ibm_washington_qiskit_opt0_13.qasm,2800,ibm_127q,qaoa,qiskit,0 +3583,127,105,"{'sx': 100, 'rz': 50, 'measure': 26, 'x': 1}",{'cx': 50},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76)",wstate_mapped_ibm_washington_qiskit_opt2_26.qasm,1429,ibm_127q,wstate,qiskit,2 +3584,127,13651,"{'rz': 972, 'sx': 648, 'measure': 81}",{'cx': 125082},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt0_81.qasm,2618,ibm_127q,realamprandom,qiskit,0 +3585,127,1343,"{'rz': 1334, 'sx': 64, 'measure': 32, 'x': 1}",{'cx': 3153},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt2_33.qasm,3819,ibm_127q,qpeinexact,qiskit,2 +3586,127,4238,"{'rz': 560, 'sx': 280, 'measure': 35}",{'cx': 20838},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42)",su2random_mapped_ibm_washington_qiskit_opt0_35.qasm,1786,ibm_127q,su2random,qiskit,0 +3587,127,621,"{'rz': 450, 'sx': 108, 'measure': 18}",{'cx': 1514},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (81, 72)",qnn_mapped_ibm_washington_qiskit_opt1_18.qasm,2900,ibm_127q,qnn,qiskit,1 +3588,127,423,"{'rz': 336, 'sx': 191, 'measure': 88, 'x': 6}",{'cx': 437},"(3, 4); (4, 3); (4, 15); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100)",dj_mapped_ibm_washington_qiskit_opt3_89.qasm,3642,ibm_127q,dj,qiskit,3 +3589,127,5013,"{'rz': 5614, 'sx': 188, 'measure': 94, 'x': 1}",{'cx': 24070},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (118, 110)",qpeexact_mapped_ibm_washington_qiskit_opt2_95.qasm,1545,ibm_127q,qpeexact,qiskit,2 +3590,127,341,"{'rz': 762, 'sx': 381, 'measure': 127}",{'cx': 3172},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt0_127.qasm,1490,ibm_127q,graphstate,qiskit,0 +3591,127,1195,"{'rz': 2260, 'sx': 39, 'measure': 39}",{'cx': 4338},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83)",qft_mapped_ibm_washington_qiskit_opt1_39.qasm,1790,ibm_127q,qft,qiskit,1 +3592,127,5799,"{'rz': 7023, 'sx': 392, 'measure': 66}",{'cx': 27714},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ae_mapped_ibm_washington_qiskit_opt0_66.qasm,2311,ibm_127q,ae,qiskit,0 +3593,127,1027,"{'sx': 482, 'rz': 336, 'measure': 112, 'x': 1}",{'cx': 1168},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",wstate_mapped_ibm_washington_qiskit_opt2_112.qasm,3983,ibm_127q,wstate,qiskit,2 +3594,127,2574,"{'rz': 2030, 'sx': 70, 'measure': 35, 'x': 1}",{'cx': 8754},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_36.qasm,1438,ibm_127q,qpeinexact,qiskit,0 +3595,127,923,"{'measure': 122, 'rz': 2, 'sx': 1}",{'cx': 1033},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_122.qasm,3248,ibm_127q,ghz,qiskit,2 +3596,127,46,"{'measure': 43, 'rz': 2, 'sx': 1}",{'cx': 42},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt3_43.qasm,2291,ibm_127q,ghz,qiskit,3 +3597,127,4635,"{'rz': 9637, 'sx': 100, 'measure': 100}",{'cx': 28818},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_100.qasm,2172,ibm_127q,qft,qiskit,1 +3598,127,654,"{'rz': 712, 'sx': 174, 'x': 26, 'measure': 20}",{'cx': 1193},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (91, 79)",qpeinexact_mapped_ibm_washington_qiskit_opt3_21.qasm,3051,ibm_127q,qpeinexact,qiskit,3 +3599,127,10,"{'measure': 7, 'rz': 2, 'sx': 1}",{'cx': 6},"(75, 76); (75, 90); (76, 75); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt2_7.qasm,1025,ibm_127q,ghz,qiskit,2 +3600,127,6281,"{'sx': 616, 'rz': 616, 'measure': 77}",{'cx': 41091},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104); (111, 122); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_77.qasm,1156,ibm_127q,su2random,qiskit,1 +3601,127,1642,"{'rz': 2375, 'sx': 76, 'measure': 38, 'x': 1}",{'cx': 4776},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt1_39.qasm,2735,ibm_127q,qpeinexact,qiskit,1 +3602,127,249,"{'rz': 202, 'sx': 101, 'measure': 50}",{'cx': 242},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (33, 20); (34, 24); (34, 43); (35, 47); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (72, 62); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (92, 83); (92, 102); (93, 87); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (111, 104)",dj_mapped_ibm_washington_qiskit_opt1_51.qasm,2155,ibm_127q,dj,qiskit,1 +3603,127,70,"{'rz': 99, 'sx': 66, 'measure': 11}",{'cx': 131},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",vqe_mapped_ibm_washington_qiskit_opt0_11.qasm,3017,ibm_127q,vqe,qiskit,0 +3604,127,8954,"{'rz': 13098, 'sx': 542, 'measure': 91}",{'cx': 54504},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75)",ae_mapped_ibm_washington_qiskit_opt0_91.qasm,3846,ibm_127q,ae,qiskit,0 +3605,127,325,"{'sx': 320, 'rz': 160, 'measure': 81, 'x': 1}",{'cx': 160},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_81.qasm,4046,ibm_127q,wstate,qiskit,1 +3606,127,4924,"{'rz': 7270, 'sx': 458, 'measure': 77}",{'cx': 16247},"(12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (110, 100)",ae_mapped_ibm_washington_qiskit_opt1_77.qasm,2938,ibm_127q,ae,qiskit,1 +3607,127,3101,"{'rz': 4710, 'sx': 338, 'measure': 57}",{'cx': 9207},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (110, 100)",ae_mapped_ibm_washington_qiskit_opt1_57.qasm,3273,ibm_127q,ae,qiskit,1 +3608,127,330,"{'rz': 231, 'sx': 127, 'measure': 63}",{'cx': 373},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (72, 62); (72, 81); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt2_64.qasm,2056,ibm_127q,dj,qiskit,2 +3609,127,253,"{'rz': 201, 'sx': 113, 'measure': 56}",{'cx': 281},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 71); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93); (106, 107); (107, 106)",dj_mapped_ibm_washington_qiskit_opt2_57.qasm,3513,ibm_127q,dj,qiskit,2 +3610,127,179,"{'rz': 146, 'sx': 73, 'measure': 36}",{'cx': 153},"(26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83); (92, 102); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100)",dj_mapped_ibm_washington_qiskit_opt1_37.qasm,2643,ibm_127q,dj,qiskit,1 +3611,127,7710,"{'rz': 14455, 'sx': 98, 'measure': 98}",{'cx': 63290},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt0_98.qasm,1870,ibm_127q,qft,qiskit,0 +3612,127,44105,"{'rz': 45889, 'sx': 16997, 'x': 643, 'measure': 109}",{'cx': 248241},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_109.qasm,3102,ibm_127q,random,qiskit,1 +3613,127,14,"{'measure': 11, 'rz': 2, 'sx': 1}",{'cx': 10},"(111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ghz_mapped_ibm_washington_qiskit_opt2_11.qasm,3156,ibm_127q,ghz,qiskit,2 +3614,127,1684,"{'rz': 2343, 'sx': 2027, 'x': 73, 'measure': 35}",{'cx': 5577},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (102, 92)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_35.qasm,2963,ibm_127q,twolocalrandom,qiskit,3 +3615,127,84,"{'rz': 58, 'sx': 29, 'x': 19, 'measure': 14}",{'cx': 128},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_15.qasm,3189,ibm_127q,dj,qiskit,0 +3616,127,4277,"{'rz': 5987, 'sx': 64, 'measure': 63}",{'cx': 26051},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_63.qasm,1404,ibm_127q,qftentangled,qiskit,0 +3617,127,523,"{'rz': 538, 'sx': 227, 'x': 24, 'measure': 17}",{'cx': 560},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (91, 79); (91, 98); (98, 91)",ae_mapped_ibm_washington_qiskit_opt3_17.qasm,1942,ibm_127q,ae,qiskit,3 +3618,127,36102,"{'rz': 35947, 'sx': 13255, 'x': 488, 'measure': 97}",{'cx': 182518},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_97.qasm,1681,ibm_127q,random,qiskit,1 +3619,127,15407,"{'rz': 976, 'sx': 976, 'measure': 122}",{'cx': 112238},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_122.qasm,2174,ibm_127q,twolocalrandom,qiskit,2 +3620,127,90,"{'rz': 352, 'sx': 176, 'measure': 90}",{'cx': 576},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_90.qasm,1044,ibm_127q,graphstate,qiskit,1 +3621,127,2824,"{'rz': 5994, 'sx': 444, 'measure': 74}",{'cx': 22887},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_74.qasm,3912,ibm_127q,qnn,qiskit,2 +3622,127,2362,"{'rz': 4148, 'sx': 366, 'measure': 61}",{'cx': 17472},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",qnn_mapped_ibm_washington_qiskit_opt2_61.qasm,1779,ibm_127q,qnn,qiskit,2 +3623,127,11440,"{'rz': 12644, 'sx': 654, 'measure': 109}",{'cx': 74760},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_109.qasm,2482,ibm_127q,qnn,qiskit,2 +3624,127,9107,"{'sx': 760, 'rz': 760, 'measure': 95}",{'cx': 59162},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_95.qasm,4042,ibm_127q,su2random,qiskit,2 +3625,127,1045,"{'rz': 2755, 'sx': 1175, 'x': 132, 'measure': 43}",{'cx': 4067},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt3_43.qasm,3861,ibm_127q,qft,qiskit,3 +3626,127,2132,"{'sx': 376, 'rz': 376, 'measure': 47}",{'cx': 12034},"(27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (36, 51); (41, 53); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt2_47.qasm,3366,ibm_127q,su2random,qiskit,2 +3627,127,337,"{'sx': 332, 'rz': 166, 'measure': 84, 'x': 1}",{'cx': 166},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_84.qasm,3750,ibm_127q,wstate,qiskit,2 +3628,127,5222,"{'rz': 2270, 'sx': 1232, 'x': 50, 'measure': 19}",{'cx': 3861},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",pricingcall_mapped_ibm_washington_qiskit_opt0_19.qasm,3002,ibm_127q,pricingcall,qiskit,0 +3629,127,483,"{'rz': 317, 'sx': 169, 'measure': 84}",{'cx': 668},"(3, 4); (4, 3); (4, 15); (12, 17); (15, 4); (15, 22); (17, 12); (17, 30); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (106, 93); (110, 100); (110, 118); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt2_85.qasm,2544,ibm_127q,dj,qiskit,2 +3630,127,9073,"{'rz': 976, 'sx': 488, 'measure': 61}",{'cx': 66798},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_61.qasm,2707,ibm_127q,su2random,qiskit,0 +3631,127,2806,"{'rz': 5033, 'sx': 118, 'measure': 59, 'x': 1}",{'cx': 11496},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt1_60.qasm,3981,ibm_127q,qpeinexact,qiskit,1 +3632,127,161,"{'sx': 156, 'rz': 78, 'measure': 40, 'x': 1}",{'cx': 78},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80)",wstate_mapped_ibm_washington_qiskit_opt2_40.qasm,2754,ibm_127q,wstate,qiskit,2 +3633,127,3929,"{'rz': 9642, 'sx': 101, 'measure': 100}",{'cx': 25749},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qftentangled_mapped_ibm_washington_qiskit_opt1_100.qasm,3322,ibm_127q,qftentangled,qiskit,1 +3634,127,9992,"{'rz': 5719, 'sx': 1383, 'x': 132, 'measure': 8}",{'cx': 8257},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81)",grover-noancilla_mapped_ibm_washington_qiskit_opt3_8.qasm,1569,ibm_127q,grover-noancilla,qiskit,3 +3635,127,3588,"{'sx': 512, 'rz': 512, 'measure': 64}",{'cx': 24862},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_64.qasm,2349,ibm_127q,su2random,qiskit,2 +3636,127,5197,"{'rz': 9517, 'sx': 100, 'measure': 99}",{'cx': 27451},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_99.qasm,3586,ibm_127q,qftentangled,qiskit,1 +3637,127,8672,"{'rz': 14457, 'sx': 99, 'measure': 98}",{'cx': 67497},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt0_98.qasm,2826,ibm_127q,qftentangled,qiskit,0 +3638,127,1402,"{'rz': 2776, 'sx': 2362, 'x': 117, 'measure': 38}",{'cx': 6148},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",realamprandom_mapped_ibm_washington_qiskit_opt3_38.qasm,2269,ibm_127q,realamprandom,qiskit,3 +3639,127,1449,"{'rz': 2168, 'sx': 49, 'measure': 49}",{'cx': 5836},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt2_49.qasm,1705,ibm_127q,qft,qiskit,2 +3640,127,6192,"{'rz': 7446, 'sx': 156, 'measure': 78, 'x': 1}",{'cx': 19957},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeexact_mapped_ibm_washington_qiskit_opt1_79.qasm,2658,ibm_127q,qpeexact,qiskit,1 +3641,127,546,"{'rz': 404, 'sx': 225, 'measure': 112}",{'cx': 713},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt2_113.qasm,2032,ibm_127q,dj,qiskit,2 +3642,127,346,"{'rz': 594, 'sx': 297, 'measure': 99}",{'cx': 2382},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt0_99.qasm,1911,ibm_127q,graphstate,qiskit,0 +3643,127,833,"{'rz': 650, 'sx': 390, 'measure': 66, 'x': 1}",{'cx': 895},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",wstate_mapped_ibm_washington_qiskit_opt0_66.qasm,1507,ibm_127q,wstate,qiskit,0 +3644,127,131,"{'rz': 84, 'sx': 56, 'measure': 7}",{'cx': 255},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",realamprandom_mapped_ibm_washington_qiskit_opt0_7.qasm,3744,ibm_127q,realamprandom,qiskit,0 +3645,127,385,"{'sx': 380, 'rz': 190, 'measure': 96, 'x': 1}",{'cx': 190},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_96.qasm,1137,ibm_127q,wstate,qiskit,1 +3646,127,6276,"{'rz': 648, 'sx': 648, 'measure': 81}",{'cx': 43414},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_81.qasm,2597,ibm_127q,twolocalrandom,qiskit,1 +3647,127,8252,"{'sx': 680, 'rz': 680, 'measure': 85}",{'cx': 52440},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_85.qasm,3394,ibm_127q,twolocalrandom,qiskit,1 +3648,127,2143,"{'rz': 3868, 'sx': 3240, 'x': 192, 'measure': 50}",{'cx': 11498},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (110, 100)",realamprandom_mapped_ibm_washington_qiskit_opt3_50.qasm,2258,ibm_127q,realamprandom,qiskit,3 +3649,127,20,"{'measure': 17, 'rz': 2, 'sx': 1}",{'cx': 16},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt1_17.qasm,4064,ibm_127q,ghz,qiskit,1 +3650,127,10,"{'measure': 7, 'rz': 2, 'sx': 1}",{'cx': 6},"(75, 76); (75, 90); (76, 75); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt3_7.qasm,3363,ibm_127q,ghz,qiskit,3 +3651,127,247,"{'rz': 189, 'sx': 13, 'measure': 12}",{'cx': 397},"(33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (81, 72)",qftentangled_mapped_ibm_washington_qiskit_opt2_12.qasm,2364,ibm_127q,qftentangled,qiskit,2 +3652,127,1146,"{'rz': 1394, 'sx': 204, 'measure': 34}",{'cx': 5162},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt1_34.qasm,3192,ibm_127q,qnn,qiskit,1 +3653,127,2217,"{'rz': 1751, 'sx': 34, 'measure': 34}",{'cx': 8100},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20)",qft_mapped_ibm_washington_qiskit_opt0_34.qasm,3056,ibm_127q,qft,qiskit,0 +3654,127,5874,"{'rz': 11494, 'sx': 656, 'measure': 110}",{'cx': 33233},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_110.qasm,1467,ibm_127q,ae,qiskit,1 +3655,127,1586,"{'rz': 1820, 'sx': 78, 'measure': 39, 'x': 1}",{'cx': 4647},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qpeinexact_mapped_ibm_washington_qiskit_opt2_40.qasm,3770,ibm_127q,qpeinexact,qiskit,2 +3656,127,7446,"{'rz': 11118, 'sx': 612, 'measure': 102}",{'cx': 69501},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_102.qasm,1944,ibm_127q,qnn,qiskit,1 +3657,127,3108,"{'rz': 480, 'sx': 480, 'measure': 60}",{'cx': 20531},"(20, 33); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",realamprandom_mapped_ibm_washington_qiskit_opt2_60.qasm,1972,ibm_127q,realamprandom,qiskit,2 +3658,127,6470,"{'rz': 7826, 'sx': 252, 'measure': 126, 'x': 1}",{'cx': 40621},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_127.qasm,3786,ibm_127q,qpeexact,qiskit,2 +3659,127,102,"{'rz': 256, 'sx': 128, 'measure': 70}",{'cx': 457},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt1_70.qasm,2867,ibm_127q,graphstate,qiskit,1 +3660,127,146,"{'rz': 122, 'sx': 61, 'measure': 30}",{'cx': 159},"(54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100)",dj_mapped_ibm_washington_qiskit_opt1_31.qasm,1813,ibm_127q,dj,qiskit,1 +3661,127,246,"{'rz': 170, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 234},"(45, 54); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt1_10.qasm,1314,ibm_127q,qpeinexact,qiskit,1 +3662,127,2421,"{'rz': 3000, 'sx': 65, 'measure': 64}",{'cx': 9418},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt2_64.qasm,1682,ibm_127q,qftentangled,qiskit,2 +3663,127,262,"{'rz': 180, 'sx': 108, 'measure': 19, 'x': 1}",{'cx': 321},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_19.qasm,3621,ibm_127q,wstate,qiskit,0 +3664,127,5410,"{'rz': 584, 'sx': 584, 'measure': 73}",{'cx': 36085},"(15, 22); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_73.qasm,3209,ibm_127q,twolocalrandom,qiskit,1 +3665,127,2645,"{'rz': 5164, 'sx': 64, 'measure': 63}",{'cx': 11484},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",qftentangled_mapped_ibm_washington_qiskit_opt1_63.qasm,4023,ibm_127q,qftentangled,qiskit,1 +3666,127,1276,"{'rz': 1508, 'sx': 60, 'measure': 30, 'x': 1}",{'cx': 2966},"(33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt1_31.qasm,3907,ibm_127q,qpeexact,qiskit,1 +3667,127,69,"{'measure': 66, 'rz': 2, 'sx': 1}",{'cx': 65},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_66.qasm,3123,ibm_127q,ghz,qiskit,1 +3668,127,1907,"{'sx': 344, 'rz': 344, 'measure': 43}",{'cx': 9545},"(27, 28); (28, 27); (28, 35); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt2_43.qasm,3613,ibm_127q,su2random,qiskit,2 +3669,127,3470,"{'rz': 3010, 'sx': 86, 'measure': 43, 'x': 1}",{'cx': 13670},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_44.qasm,2619,ibm_127q,qpeinexact,qiskit,0 +3670,127,47,"{'measure': 14, 'rz': 2, 'sx': 1}",{'cx': 76},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_14.qasm,1307,ibm_127q,ghz,qiskit,0 +3671,127,508,"{'rz': 398, 'sx': 199, 'measure': 99}",{'cx': 648},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (64, 54); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt1_100.qasm,3818,ibm_127q,dj,qiskit,1 +3672,127,438,"{'rz': 300, 'sx': 68, 'measure': 12}",{'cx': 684},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_12.qasm,3629,ibm_127q,ae,qiskit,0 +3673,127,290,"{'rz': 219, 'sx': 119, 'measure': 59}",{'cx': 381},"(15, 22); (16, 26); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt2_60.qasm,1739,ibm_127q,dj,qiskit,2 +3674,127,2658,"{'rz': 2420, 'sx': 40, 'measure': 40}",{'cx': 10563},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_40.qasm,3904,ibm_127q,qft,qiskit,0 +3675,127,229,"{'sx': 224, 'rz': 112, 'measure': 57, 'x': 1}",{'cx': 112},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_57.qasm,1481,ibm_127q,wstate,qiskit,1 +3676,127,1381,"{'sx': 264, 'rz': 264, 'measure': 33}",{'cx': 6737},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt1_33.qasm,2558,ibm_127q,su2random,qiskit,1 +3677,127,812,"{'rz': 256, 'sx': 256, 'measure': 32}",{'cx': 4548},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_32.qasm,3136,ibm_127q,twolocalrandom,qiskit,2 +3678,127,1686,"{'rz': 3125, 'sx': 1206, 'x': 121, 'measure': 46}",{'cx': 4955},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt3_46.qasm,3077,ibm_127q,qft,qiskit,3 +3679,127,46,"{'rz': 130, 'sx': 65, 'measure': 13}",{'cx': 76},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66)",qaoa_mapped_ibm_washington_qiskit_opt1_13.qasm,2967,ibm_127q,qaoa,qiskit,1 +3680,127,20,"{'sx': 16, 'rz': 16, 'measure': 2}",{'cx': 3},"(113, 114); (114, 113)",routing_mapped_ibm_washington_qiskit_opt2_2.qasm,1548,ibm_127q,routing,qiskit,2 +3681,127,1218,"{'sx': 224, 'rz': 224, 'measure': 28}",{'cx': 5033},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",realamprandom_mapped_ibm_washington_qiskit_opt1_28.qasm,1962,ibm_127q,realamprandom,qiskit,1 +3682,127,294,"{'measure': 57, 'rz': 2, 'sx': 1}",{'cx': 530},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ghz_mapped_ibm_washington_qiskit_opt0_57.qasm,4022,ibm_127q,ghz,qiskit,0 +3683,127,1810,"{'sx': 272, 'rz': 272, 'measure': 34}",{'cx': 7843},"(53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (102, 92); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt1_34.qasm,1996,ibm_127q,su2random,qiskit,1 +3684,127,2421,"{'rz': 4017, 'sx': 102, 'measure': 51, 'x': 1}",{'cx': 8821},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt1_52.qasm,1261,ibm_127q,qpeinexact,qiskit,1 +3685,127,2999,"{'rz': 4462, 'sx': 85, 'measure': 85}",{'cx': 16791},"(12, 17); (15, 22); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt2_85.qasm,2393,ibm_127q,qft,qiskit,2 +3686,127,6755,"{'rz': 7057, 'sx': 2713, 'x': 91, 'measure': 44}",{'cx': 22575},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt2_44.qasm,1314,ibm_127q,random,qiskit,2 +3687,127,2095,"{'rz': 2883, 'sx': 61, 'measure': 60}",{'cx': 8525},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt2_60.qasm,4017,ibm_127q,qftentangled,qiskit,2 +3688,127,3761,"{'rz': 6308, 'sx': 456, 'measure': 76}",{'cx': 30181},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_76.qasm,3517,ibm_127q,qnn,qiskit,1 +3689,127,35,"{'rz': 114, 'sx': 60, 'measure': 12}",{'cx': 48},"(104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qaoa_mapped_ibm_washington_qiskit_opt2_12.qasm,3338,ibm_127q,qaoa,qiskit,2 +3690,127,833,"{'rz': 1234, 'sx': 1110, 'measure': 24, 'x': 14}",{'cx': 2418},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",su2random_mapped_ibm_washington_qiskit_opt3_24.qasm,1712,ibm_127q,su2random,qiskit,3 +3691,127,5766,"{'rz': 6346, 'sx': 614, 'measure': 103}",{'cx': 24516},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt2_103.qasm,1580,ibm_127q,ae,qiskit,2 +3692,127,396,"{'rz': 282, 'sx': 24, 'measure': 12, 'x': 1}",{'cx': 876},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_13.qasm,3212,ibm_127q,qpeinexact,qiskit,0 +3693,127,2185,"{'rz': 2804, 'sx': 320, 'measure': 54}",{'cx': 6897},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt2_54.qasm,2188,ibm_127q,ae,qiskit,2 +3694,127,4434,"{'sx': 528, 'rz': 528, 'measure': 66}",{'cx': 25449},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_66.qasm,3416,ibm_127q,twolocalrandom,qiskit,2 +3695,127,352,"{'rz': 280, 'sx': 168, 'measure': 29, 'x': 1}",{'cx': 359},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_29.qasm,1458,ibm_127q,wstate,qiskit,0 +3696,127,5392,"{'rz': 544, 'sx': 544, 'measure': 68}",{'cx': 31864},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (122, 111)",realamprandom_mapped_ibm_washington_qiskit_opt1_68.qasm,1974,ibm_127q,realamprandom,qiskit,1 +3697,127,177,"{'sx': 172, 'rz': 86, 'measure': 44, 'x': 1}",{'cx': 86},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (89, 74)",wstate_mapped_ibm_washington_qiskit_opt2_44.qasm,3111,ibm_127q,wstate,qiskit,2 +3698,127,94,"{'measure': 91, 'rz': 2, 'sx': 1}",{'cx': 90},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_91.qasm,1751,ibm_127q,ghz,qiskit,2 +3699,127,2000,"{'rz': 4197, 'sx': 56, 'measure': 55}",{'cx': 8949},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_55.qasm,1573,ibm_127q,qftentangled,qiskit,1 +3700,127,258,"{'rz': 217, 'sx': 127, 'measure': 57, 'x': 5}",{'cx': 207},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 71); (59, 60); (60, 53); (60, 59); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (102, 92); (110, 100)",dj_mapped_ibm_washington_qiskit_opt3_58.qasm,3810,ibm_127q,dj,qiskit,3 +3701,127,8716,"{'rz': 13202, 'sx': 184, 'measure': 92, 'x': 1}",{'cx': 60030},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83)",qpeexact_mapped_ibm_washington_qiskit_opt0_93.qasm,2075,ibm_127q,qpeexact,qiskit,0 +3702,127,470,"{'rz': 678, 'sx': 339, 'measure': 113}",{'cx': 3092},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (111, 104); (112, 108)",graphstate_mapped_ibm_washington_qiskit_opt0_113.qasm,1295,ibm_127q,graphstate,qiskit,0 +3703,127,1117,"{'rz': 1645, 'sx': 188, 'measure': 32}",{'cx': 2804},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",ae_mapped_ibm_washington_qiskit_opt1_32.qasm,3357,ibm_127q,ae,qiskit,1 +3704,127,5902,"{'rz': 2726, 'sx': 282, 'measure': 47}",{'cx': 35306},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_47.qasm,1399,ibm_127q,qnn,qiskit,0 +3705,127,1379,"{'sx': 256, 'rz': 256, 'measure': 32}",{'cx': 6394},"(24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103)",realamprandom_mapped_ibm_washington_qiskit_opt1_32.qasm,2293,ibm_127q,realamprandom,qiskit,1 +3706,127,1384,"{'rz': 1710, 'sx': 228, 'measure': 38}",{'cx': 6555},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (33, 20); (33, 39); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",qnn_mapped_ibm_washington_qiskit_opt1_38.qasm,1974,ibm_127q,qnn,qiskit,1 +3707,127,1464,"{'rz': 1427, 'sx': 68, 'measure': 34, 'x': 1}",{'cx': 3489},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt2_35.qasm,3331,ibm_127q,qpeexact,qiskit,2 +3708,127,21,"{'rz': 43, 'sx': 42, 'measure': 7}",{'cx': 12},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",vqe_mapped_ibm_washington_qiskit_opt1_7.qasm,3518,ibm_127q,vqe,qiskit,1 +3709,127,1193,"{'rz': 4137, 'sx': 2424, 'measure': 39, 'x': 5}",{'cx': 6084},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt3_39.qasm,3959,ibm_127q,qnn,qiskit,3 +3710,127,292,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 624},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54)",realamprandom_mapped_ibm_washington_qiskit_opt3_12.qasm,3347,ibm_127q,realamprandom,qiskit,3 +3711,127,12113,"{'sx': 856, 'rz': 856, 'measure': 107}",{'cx': 87457},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_107.qasm,2060,ibm_127q,twolocalrandom,qiskit,1 +3712,127,4116,"{'rz': 7703, 'sx': 84, 'measure': 84}",{'cx': 19132},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_84.qasm,2375,ibm_127q,qft,qiskit,1 +3713,127,3964,"{'rz': 6616, 'sx': 76, 'measure': 75}",{'cx': 17253},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_75.qasm,2603,ibm_127q,qftentangled,qiskit,1 +3714,127,2562,"{'rz': 3265, 'sx': 362, 'measure': 61}",{'cx': 8349},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt2_61.qasm,4036,ibm_127q,ae,qiskit,2 +3715,127,30432,"{'rz': 31472, 'sx': 11588, 'x': 384, 'measure': 90}",{'cx': 150331},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",random_mapped_ibm_washington_qiskit_opt1_90.qasm,1593,ibm_127q,random,qiskit,1 +3716,127,26,"{'measure': 23, 'rz': 2, 'sx': 1}",{'cx': 22},"(0, 1); (0, 14); (1, 0); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt2_23.qasm,3142,ibm_127q,ghz,qiskit,2 +3717,127,607,"{'rz': 1385, 'sx': 775, 'measure': 17}",{'cx': 1554},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",portfoliovqe_mapped_ibm_washington_qiskit_opt2_17.qasm,1246,ibm_127q,portfoliovqe,qiskit,2 +3718,127,343,"{'rz': 275, 'sx': 70, 'measure': 20}",{'cx': 921},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",portfolioqaoa_mapped_ibm_washington_qiskit_opt0_10.qasm,3177,ibm_127q,portfolioqaoa,qiskit,0 +3719,127,6424,"{'rz': 2248, 'sx': 549, 'measure': 19, 'x': 10}",{'cx': 5919},"(45, 54); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt2_19.qasm,3757,ibm_127q,qwalk-v-chain,qiskit,2 +3720,127,9833,"{'rz': 10144, 'sx': 3866, 'x': 167, 'measure': 52}",{'cx': 35365},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",random_mapped_ibm_washington_qiskit_opt1_52.qasm,1905,ibm_127q,random,qiskit,1 +3721,127,12510,"{'rz': 864, 'sx': 576, 'measure': 72}",{'cx': 102735},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_72.qasm,3273,ibm_127q,twolocalrandom,qiskit,0 +3722,127,2575,"{'rz': 4702, 'sx': 3980, 'x': 192, 'measure': 52}",{'cx': 12508},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_52.qasm,3578,ibm_127q,twolocalrandom,qiskit,3 +3723,127,1317,"{'sx': 575, 'rz': 475, 'measure': 126, 'x': 1}",{'cx': 1757},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_126.qasm,1652,ibm_127q,wstate,qiskit,1 +3724,127,101,"{'rz': 242, 'sx': 121, 'measure': 63}",{'cx': 414},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt1_63.qasm,1836,ibm_127q,graphstate,qiskit,1 +3725,127,3470,"{'rz': 5862, 'sx': 392, 'measure': 66}",{'cx': 12312},"(15, 22); (16, 26); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt1_66.qasm,1613,ibm_127q,ae,qiskit,1 +3726,127,2404,"{'rz': 360, 'sx': 240, 'measure': 30}",{'cx': 12885},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_30.qasm,2446,ibm_127q,realamprandom,qiskit,0 +3727,127,7254,"{'rz': 11305, 'sx': 170, 'measure': 85, 'x': 1}",{'cx': 49382},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_86.qasm,3205,ibm_127q,qpeinexact,qiskit,0 +3728,127,43,"{'measure': 40, 'rz': 2, 'sx': 1}",{'cx': 39},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",ghz_mapped_ibm_washington_qiskit_opt2_40.qasm,2227,ibm_127q,ghz,qiskit,2 +3729,127,7748,"{'rz': 4260, 'sx': 360, 'measure': 60}",{'cx': 57215},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_60.qasm,2725,ibm_127q,qnn,qiskit,0 +3730,127,850,"{'rz': 462, 'sx': 231, 'measure': 115, 'x': 101}",{'cx': 1459},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt0_116.qasm,1354,ibm_127q,dj,qiskit,0 +3731,127,3003,"{'rz': 3833, 'sx': 74, 'measure': 73}",{'cx': 13006},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt2_73.qasm,2020,ibm_127q,qftentangled,qiskit,2 +3732,127,3111,"{'rz': 2797, 'sx': 44, 'measure': 43}",{'cx': 12375},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_43.qasm,2955,ibm_127q,qftentangled,qiskit,0 +3733,127,3770,"{'rz': 4403, 'sx': 55, 'measure': 54}",{'cx': 19685},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_54.qasm,1420,ibm_127q,qftentangled,qiskit,0 +3734,127,1171,"{'rz': 1308, 'sx': 1203, 'x': 42, 'measure': 28}",{'cx': 3662},"(58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt3_28.qasm,3838,ibm_127q,realamprandom,qiskit,3 +3735,127,18742,"{'sx': 1000, 'rz': 1000, 'measure': 125}",{'cx': 130738},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_125.qasm,2320,ibm_127q,twolocalrandom,qiskit,1 +3736,127,10107,"{'rz': 804, 'sx': 536, 'measure': 67}",{'cx': 82062},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_67.qasm,2881,ibm_127q,realamprandom,qiskit,0 +3737,127,28,"{'rz': 78, 'sx': 76, 'measure': 14, 'x': 4}",{'cx': 26},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",vqe_mapped_ibm_washington_qiskit_opt3_14.qasm,3423,ibm_127q,vqe,qiskit,3 +3738,127,213,"{'rz': 162, 'sx': 91, 'measure': 45}",{'cx': 268},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (102, 92)",dj_mapped_ibm_washington_qiskit_opt2_46.qasm,3962,ibm_127q,dj,qiskit,2 +3739,127,998,"{'rz': 750, 'sx': 450, 'measure': 76, 'x': 1}",{'cx': 1107},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_76.qasm,3597,ibm_127q,wstate,qiskit,0 +3740,127,297,"{'rz': 266, 'sx': 14, 'measure': 14}",{'cx': 509},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt2_14.qasm,2997,ibm_127q,qft,qiskit,2 +3741,127,410,"{'rz': 444, 'sx': 18, 'measure': 17}",{'cx': 1488},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_17.qasm,3351,ibm_127q,qftentangled,qiskit,0 +3742,127,5901,"{'rz': 6658, 'sx': 120, 'measure': 120}",{'cx': 37085},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_120.qasm,1438,ibm_127q,qft,qiskit,2 +3743,127,7611,"{'rz': 7664, 'sx': 244, 'measure': 122, 'x': 1}",{'cx': 41304},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_123.qasm,2855,ibm_127q,qpeexact,qiskit,2 +3744,127,362,"{'rz': 269, 'sx': 149, 'measure': 74}",{'cx': 533},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (16, 26); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93)",dj_mapped_ibm_washington_qiskit_opt2_75.qasm,3361,ibm_127q,dj,qiskit,2 +3745,127,5953,"{'rz': 8429, 'sx': 91, 'measure': 90}",{'cx': 23190},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",qftentangled_mapped_ibm_washington_qiskit_opt1_90.qasm,1419,ibm_127q,qftentangled,qiskit,1 +3746,127,485,"{'measure': 98, 'rz': 2, 'sx': 1}",{'cx': 874},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ghz_mapped_ibm_washington_qiskit_opt0_98.qasm,1400,ibm_127q,ghz,qiskit,0 +3747,127,1781,"{'rz': 3733, 'sx': 68, 'measure': 67}",{'cx': 10002},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt2_67.qasm,2777,ibm_127q,qftentangled,qiskit,2 +3748,127,2329,"{'rz': 4919, 'sx': 61, 'measure': 61}",{'cx': 10704},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt1_61.qasm,3091,ibm_127q,qft,qiskit,1 +3749,127,396,"{'measure': 90, 'rz': 2, 'sx': 1}",{'cx': 701},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_90.qasm,4007,ibm_127q,ghz,qiskit,0 +3750,127,79,"{'measure': 76, 'rz': 2, 'sx': 1}",{'cx': 75},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_76.qasm,1472,ibm_127q,ghz,qiskit,1 +3751,127,576,"{'rz': 1466, 'sx': 842, 'measure': 17, 'x': 1}",{'cx': 1523},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (98, 91)",portfoliovqe_mapped_ibm_washington_qiskit_opt3_17.qasm,2178,ibm_127q,portfoliovqe,qiskit,3 +3752,127,471,"{'rz': 941, 'sx': 533, 'measure': 14}",{'cx': 1029},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (71, 58); (71, 77); (77, 71)",portfoliovqe_mapped_ibm_washington_qiskit_opt3_14.qasm,2212,ibm_127q,portfoliovqe,qiskit,3 +3753,127,13004,"{'sx': 832, 'rz': 832, 'measure': 104}",{'cx': 77595},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_104.qasm,1677,ibm_127q,twolocalrandom,qiskit,1 +3754,127,117,"{'rz': 442, 'sx': 221, 'measure': 109}",{'cx': 733},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (11, 12); (12, 11); (12, 17); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_109.qasm,3790,ibm_127q,graphstate,qiskit,1 +3755,127,4590,"{'rz': 432, 'sx': 288, 'measure': 36}",{'cx': 23091},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_36.qasm,2685,ibm_127q,realamprandom,qiskit,0 +3756,127,7072,"{'rz': 9796, 'sx': 158, 'measure': 79, 'x': 1}",{'cx': 43031},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_80.qasm,2216,ibm_127q,qpeinexact,qiskit,0 +3757,127,3003,"{'rz': 2445, 'sx': 224, 'measure': 38}",{'cx': 8708},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_38.qasm,1245,ibm_127q,ae,qiskit,0 +3758,127,11604,"{'rz': 16758, 'sx': 756, 'measure': 126}",{'cx': 111228},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_126.qasm,3487,ibm_127q,qnn,qiskit,2 +3759,127,7668,"{'rz': 10494, 'sx': 594, 'measure': 99}",{'cx': 54151},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_99.qasm,3705,ibm_127q,qnn,qiskit,2 +3760,127,1494,"{'rz': 3180, 'sx': 318, 'measure': 53}",{'cx': 11412},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt1_53.qasm,1134,ibm_127q,qnn,qiskit,1 +3761,127,495,"{'rz': 551, 'sx': 19, 'measure': 19}",{'cx': 1587},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_19.qasm,3725,ibm_127q,qft,qiskit,0 +3762,127,1404,"{'rz': 8279, 'sx': 6022, 'measure': 46, 'x': 7}",{'cx': 7237},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt3_46.qasm,1446,ibm_127q,qnn,qiskit,3 +3763,127,66,"{'sx': 139, 'rz': 131, 'measure': 9}",{'cx': 40},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120)",tsp_mapped_ibm_washington_qiskit_opt3_9.qasm,1266,ibm_127q,tsp,qiskit,3 +3764,127,365,"{'sx': 360, 'rz': 180, 'measure': 91, 'x': 1}",{'cx': 180},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_91.qasm,2601,ibm_127q,wstate,qiskit,1 +3765,127,222,"{'rz': 177, 'sx': 109, 'measure': 45, 'x': 9}",{'cx': 176},"(20, 33); (33, 20); (33, 39); (34, 43); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (111, 104)",dj_mapped_ibm_washington_qiskit_opt3_46.qasm,2908,ibm_127q,dj,qiskit,3 +3766,127,4379,"{'rz': 4464, 'sx': 150, 'measure': 75, 'x': 1}",{'cx': 15249},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt2_76.qasm,1485,ibm_127q,qpeinexact,qiskit,2 +3767,127,1331,"{'rz': 1418, 'sx': 58, 'measure': 29, 'x': 1}",{'cx': 4435},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_30.qasm,2505,ibm_127q,qpeexact,qiskit,0 +3768,127,4229,"{'rz': 7580, 'sx': 83, 'measure': 83}",{'cx': 19193},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt1_83.qasm,3307,ibm_127q,qft,qiskit,1 +3769,127,265,"{'rz': 120, 'sx': 80, 'measure': 10}",{'cx': 786},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_10.qasm,3746,ibm_127q,twolocalrandom,qiskit,0 +3770,127,9635,"{'rz': 14352, 'sx': 192, 'measure': 96, 'x': 1}",{'cx': 64569},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt0_97.qasm,3153,ibm_127q,qpeexact,qiskit,0 +3771,127,511,"{'rz': 727, 'sx': 24, 'measure': 23}",{'cx': 1427},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt2_23.qasm,3862,ibm_127q,qftentangled,qiskit,2 +3772,127,7466,"{'sx': 752, 'rz': 752, 'measure': 94}",{'cx': 54871},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_94.qasm,1607,ibm_127q,realamprandom,qiskit,2 +3773,127,217,"{'sx': 212, 'rz': 106, 'measure': 54, 'x': 1}",{'cx': 106},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_54.qasm,1377,ibm_127q,wstate,qiskit,1 +3774,127,465,"{'rz': 180, 'sx': 120, 'measure': 15}",{'cx': 2091},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_15.qasm,1582,ibm_127q,twolocalrandom,qiskit,0 +3775,127,2665,"{'rz': 2470, 'sx': 1009, 'x': 31, 'measure': 27}",{'cx': 6243},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",random_mapped_ibm_washington_qiskit_opt2_27.qasm,1115,ibm_127q,random,qiskit,2 +3776,127,23885,"{'rz': 30293, 'sx': 10298, 'x': 114, 'measure': 78}",{'cx': 168275},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_78.qasm,2694,ibm_127q,random,qiskit,0 +3777,127,169,"{'rz': 144, 'sx': 72, 'measure': 9}",{'cx': 435},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",su2random_mapped_ibm_washington_qiskit_opt0_9.qasm,3642,ibm_127q,su2random,qiskit,0 +3778,127,1476,"{'rz': 2614, 'sx': 53, 'measure': 53}",{'cx': 6883},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt2_53.qasm,2701,ibm_127q,qft,qiskit,2 +3779,127,1099,"{'rz': 860, 'sx': 516, 'measure': 87, 'x': 1}",{'cx': 1162},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_87.qasm,2084,ibm_127q,wstate,qiskit,0 +3780,127,130,"{'rz': 516, 'sx': 258, 'measure': 114}",{'cx': 816},"(0, 1); (0, 14); (1, 0); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_114.qasm,3804,ibm_127q,graphstate,qiskit,2 +3781,127,603,"{'rz': 446, 'sx': 243, 'measure': 121}",{'cx': 975},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (70, 74); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt2_122.qasm,3426,ibm_127q,dj,qiskit,2 +3782,127,7792,"{'rz': 712, 'sx': 712, 'measure': 89}",{'cx': 52217},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_89.qasm,3482,ibm_127q,twolocalrandom,qiskit,2 +3783,127,459,"{'measure': 93, 'rz': 2, 'sx': 1}",{'cx': 830},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83)",ghz_mapped_ibm_washington_qiskit_opt0_93.qasm,1905,ibm_127q,ghz,qiskit,0 +3784,127,245,"{'rz': 174, 'sx': 95, 'measure': 47}",{'cx': 270},"(24, 34); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (112, 108)",dj_mapped_ibm_washington_qiskit_opt2_48.qasm,1923,ibm_127q,dj,qiskit,2 +3785,127,1303,"{'rz': 1547, 'sx': 182, 'measure': 31}",{'cx': 2775},"(28, 35); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98)",ae_mapped_ibm_washington_qiskit_opt1_31.qasm,1145,ibm_127q,ae,qiskit,1 +3786,127,181,"{'rz': 274, 'sx': 137, 'measure': 73}",{'cx': 439},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt1_73.qasm,3404,ibm_127q,graphstate,qiskit,1 +3787,127,320,"{'rz': 213, 'sx': 129, 'x': 9, 'measure': 7}",{'cx': 188},"(72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (92, 83)",pricingcall_mapped_ibm_washington_qiskit_opt3_7.qasm,2511,ibm_127q,pricingcall,qiskit,3 +3788,127,4384,"{'rz': 5093, 'sx': 176, 'measure': 88, 'x': 1}",{'cx': 22108},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100)",qpeinexact_mapped_ibm_washington_qiskit_opt2_89.qasm,1533,ibm_127q,qpeinexact,qiskit,2 +3789,127,2530,"{'rz': 5478, 'sx': 374, 'measure': 63}",{'cx': 10458},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt1_63.qasm,4017,ibm_127q,ae,qiskit,1 +3790,127,2107,"{'rz': 3770, 'sx': 348, 'measure': 58}",{'cx': 14847},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt1_58.qasm,2893,ibm_127q,qnn,qiskit,1 +3791,127,4622,"{'rz': 576, 'sx': 288, 'measure': 36}",{'cx': 23100},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_36.qasm,4000,ibm_127q,su2random,qiskit,0 +3792,127,679,"{'rz': 486, 'sx': 243, 'measure': 121}",{'cx': 925},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (126, 112)",dj_mapped_ibm_washington_qiskit_opt1_122.qasm,1257,ibm_127q,dj,qiskit,1 +3793,127,4032,"{'rz': 3810, 'sx': 284, 'measure': 48}",{'cx': 14778},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_48.qasm,1351,ibm_127q,ae,qiskit,0 +3794,127,992,"{'rz': 740, 'sx': 444, 'measure': 75, 'x': 1}",{'cx': 1129},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (73, 66); (74, 70)",wstate_mapped_ibm_washington_qiskit_opt0_75.qasm,3885,ibm_127q,wstate,qiskit,0 +3795,127,1925,"{'rz': 2620, 'sx': 80, 'measure': 40, 'x': 1}",{'cx': 5432},"(35, 47); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qpeexact_mapped_ibm_washington_qiskit_opt1_41.qasm,1124,ibm_127q,qpeexact,qiskit,1 +3796,127,2909,"{'rz': 2496, 'sx': 78, 'measure': 39, 'x': 1}",{'cx': 10668},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_40.qasm,3481,ibm_127q,qpeexact,qiskit,0 +3797,127,8418,"{'sx': 880, 'rz': 880, 'measure': 110}",{'cx': 78864},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_110.qasm,3590,ibm_127q,realamprandom,qiskit,2 +3798,127,1945,"{'rz': 6789, 'sx': 5984, 'x': 144, 'measure': 45}",{'cx': 8372},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",realamprandom_mapped_ibm_washington_qiskit_opt3_45.qasm,1068,ibm_127q,realamprandom,qiskit,3 +3799,127,85,"{'measure': 82, 'rz': 2, 'sx': 1}",{'cx': 81},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_82.qasm,2670,ibm_127q,ghz,qiskit,1 +3800,127,17,"{'measure': 14, 'rz': 2, 'sx': 1}",{'cx': 13},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_14.qasm,3351,ibm_127q,ghz,qiskit,3 +3801,127,119,"{'rz': 74, 'sx': 12, 'measure': 6, 'x': 1}",{'cx': 93},"(34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54)",qpeinexact_mapped_ibm_washington_qiskit_opt2_7.qasm,2607,ibm_127q,qpeinexact,qiskit,2 +3802,127,8009,"{'rz': 4130, 'sx': 354, 'measure': 59}",{'cx': 57488},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_59.qasm,3661,ibm_127q,qnn,qiskit,0 +3803,127,1641,"{'rz': 1735, 'sx': 76, 'measure': 38, 'x': 1}",{'cx': 4335},"(35, 47); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt2_39.qasm,3680,ibm_127q,qpeexact,qiskit,2 +3804,127,189,"{'sx': 184, 'rz': 92, 'measure': 47, 'x': 1}",{'cx': 92},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt2_47.qasm,2226,ibm_127q,wstate,qiskit,2 +3805,127,6921,"{'rz': 704, 'sx': 704, 'measure': 88}",{'cx': 47951},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_88.qasm,1439,ibm_127q,twolocalrandom,qiskit,2 +3806,127,1424,"{'rz': 1920, 'sx': 68, 'measure': 34, 'x': 1}",{'cx': 3920},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",qpeexact_mapped_ibm_washington_qiskit_opt1_35.qasm,3945,ibm_127q,qpeexact,qiskit,1 +3807,127,260,"{'rz': 160, 'sx': 56, 'measure': 10}",{'cx': 189},"(35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64)",ae_mapped_ibm_washington_qiskit_opt2_10.qasm,1077,ibm_127q,ae,qiskit,2 +3808,127,1231,"{'rz': 1746, 'sx': 194, 'measure': 33}",{'cx': 3063},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (111, 104)",ae_mapped_ibm_washington_qiskit_opt1_33.qasm,1724,ibm_127q,ae,qiskit,1 +3809,127,699,"{'rz': 524, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 1801},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_18.qasm,2414,ibm_127q,qpeexact,qiskit,0 +3810,127,373,"{'sx': 368, 'rz': 184, 'measure': 93, 'x': 1}",{'cx': 184},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_93.qasm,2998,ibm_127q,wstate,qiskit,1 +3811,127,304,"{'measure': 67, 'rz': 2, 'sx': 1}",{'cx': 540},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ghz_mapped_ibm_washington_qiskit_opt0_67.qasm,3300,ibm_127q,ghz,qiskit,0 +3812,127,2909,"{'rz': 2496, 'sx': 78, 'measure': 39, 'x': 1}",{'cx': 10668},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_40.qasm,1744,ibm_127q,qpeinexact,qiskit,0 +3813,127,55805,"{'rz': 54907, 'sx': 20023, 'x': 699, 'measure': 119}",{'cx': 320330},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_119.qasm,2830,ibm_127q,random,qiskit,1 +3814,127,567,"{'rz': 423, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 818},"(15, 22); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",qpeinexact_mapped_ibm_washington_qiskit_opt2_17.qasm,2638,ibm_127q,qpeinexact,qiskit,2 +3815,127,5043,"{'rz': 8166, 'sx': 500, 'measure': 84}",{'cx': 20370},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_84.qasm,3748,ibm_127q,ae,qiskit,1 +3816,127,481,"{'rz': 462, 'sx': 228, 'measure': 14, 'x': 7}",{'cx': 772},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qnn_mapped_ibm_washington_qiskit_opt3_14.qasm,2864,ibm_127q,qnn,qiskit,3 +3817,127,103,"{'rz': 150, 'sx': 75, 'measure': 25}",{'cx': 373},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_25.qasm,2005,ibm_127q,graphstate,qiskit,0 +3818,127,477,"{'rz': 319, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 609},"(41, 42); (41, 53); (42, 41); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",qpeexact_mapped_ibm_washington_qiskit_opt2_15.qasm,3907,ibm_127q,qpeexact,qiskit,2 +3819,127,258,"{'rz': 182, 'sx': 56, 'measure': 10}",{'cx': 204},"(34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66)",ae_mapped_ibm_washington_qiskit_opt1_10.qasm,3635,ibm_127q,ae,qiskit,1 +3820,127,5151,"{'rz': 6024, 'sx': 107, 'measure': 107}",{'cx': 27679},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt2_107.qasm,1832,ibm_127q,qft,qiskit,2 +3821,127,230,"{'rz': 158, 'sx': 144, 'measure': 9, 'x': 3}",{'cx': 304},"(34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",su2random_mapped_ibm_washington_qiskit_opt3_9.qasm,1705,ibm_127q,su2random,qiskit,3 +3822,127,252,"{'sx': 104, 'rz': 104, 'measure': 13}",{'cx': 598},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_13.qasm,2866,ibm_127q,twolocalrandom,qiskit,2 +3823,127,22900,"{'rz': 24431, 'sx': 8967, 'x': 322, 'measure': 80}",{'cx': 108815},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_80.qasm,1237,ibm_127q,random,qiskit,1 +3824,127,3291,"{'rz': 6794, 'sx': 474, 'measure': 79}",{'cx': 29965},"(10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 29); (28, 35); (29, 28); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt2_79.qasm,1752,ibm_127q,qnn,qiskit,2 +3825,127,99,"{'rz': 364, 'sx': 182, 'measure': 94}",{'cx': 595},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_94.qasm,1365,ibm_127q,graphstate,qiskit,1 +3826,127,6043,"{'rz': 7820, 'sx': 510, 'measure': 85}",{'cx': 40660},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_85.qasm,3403,ibm_127q,qnn,qiskit,2 +3827,127,508,"{'rz': 370, 'sx': 222, 'measure': 38, 'x': 1}",{'cx': 584},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_38.qasm,3402,ibm_127q,wstate,qiskit,0 +3828,127,3675,"{'rz': 4604, 'sx': 88, 'measure': 87}",{'cx': 17728},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_87.qasm,3588,ibm_127q,qftentangled,qiskit,2 +3829,127,1522,"{'rz': 2640, 'sx': 288, 'measure': 48}",{'cx': 9640},"(20, 21); (20, 33); (21, 20); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (54, 45); (54, 64); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt2_48.qasm,3576,ibm_127q,qnn,qiskit,2 +3830,127,1990,"{'sx': 416, 'rz': 416, 'measure': 52}",{'cx': 14556},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_52.qasm,1097,ibm_127q,su2random,qiskit,2 +3831,127,316,"{'rz': 170, 'sx': 85, 'x': 43, 'measure': 42}",{'cx': 552},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",dj_mapped_ibm_washington_qiskit_opt0_43.qasm,1177,ibm_127q,dj,qiskit,0 +3832,127,42,"{'rz': 42, 'sx': 21, 'measure': 10}",{'cx': 31},"(85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (93, 87); (93, 106); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt1_11.qasm,1803,ibm_127q,dj,qiskit,1 +3833,127,341,"{'rz': 257, 'sx': 151, 'measure': 68, 'x': 7}",{'cx': 300},"(8, 16); (15, 22); (16, 8); (16, 26); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83); (92, 102); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt3_69.qasm,2154,ibm_127q,dj,qiskit,3 +3834,127,717,"{'rz': 1039, 'sx': 190, 'measure': 27, 'x': 25}",{'cx': 1804},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt3_27.qasm,3636,ibm_127q,qftentangled,qiskit,3 +3835,127,475,"{'rz': 334, 'sx': 185, 'measure': 92}",{'cx': 635},"(3, 4); (4, 3); (4, 15); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt2_93.qasm,2292,ibm_127q,dj,qiskit,2 +3836,127,266,"{'rz': 183, 'sx': 50, 'measure': 9}",{'cx': 276},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",ae_mapped_ibm_washington_qiskit_opt0_9.qasm,3154,ibm_127q,ae,qiskit,0 +3837,127,628,"{'rz': 450, 'sx': 245, 'measure': 122}",{'cx': 981},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",dj_mapped_ibm_washington_qiskit_opt2_123.qasm,2692,ibm_127q,dj,qiskit,2 +3838,127,3088,"{'sx': 496, 'rz': 496, 'measure': 62}",{'cx': 21276},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt2_62.qasm,2771,ibm_127q,realamprandom,qiskit,2 +3839,127,91,"{'rz': 212, 'sx': 106, 'measure': 58}",{'cx': 313},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (15, 4); (15, 22); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_58.qasm,1539,ibm_127q,graphstate,qiskit,1 +3840,127,1029,"{'rz': 1131, 'sx': 58, 'measure': 29, 'x': 1}",{'cx': 2671},"(21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt2_30.qasm,2162,ibm_127q,qpeexact,qiskit,2 +3841,127,4636,"{'sx': 552, 'rz': 552, 'measure': 69}",{'cx': 26885},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_69.qasm,3593,ibm_127q,twolocalrandom,qiskit,2 +3842,127,734,"{'rz': 1175, 'sx': 395, 'x': 47, 'measure': 27}",{'cx': 1708},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (91, 79); (91, 98); (97, 98); (98, 91); (98, 97)",qft_mapped_ibm_washington_qiskit_opt3_27.qasm,2748,ibm_127q,qft,qiskit,3 +3843,127,131,"{'rz': 84, 'sx': 56, 'measure': 7}",{'cx': 255},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_7.qasm,3856,ibm_127q,twolocalrandom,qiskit,0 +3844,127,6109,"{'rz': 7644, 'sx': 504, 'measure': 84}",{'cx': 39764},"(8, 16); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_84.qasm,2020,ibm_127q,qnn,qiskit,1 +3845,127,1423,"{'rz': 464, 'sx': 232, 'measure': 29}",{'cx': 8811},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_29.qasm,3414,ibm_127q,su2random,qiskit,0 +3846,127,24,"{'rz': 25, 'sx': 15, 'measure': 7}",{'cx': 14},"(54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62)",dj_mapped_ibm_washington_qiskit_opt3_8.qasm,3946,ibm_127q,dj,qiskit,3 +3847,127,108,"{'rz': 242, 'sx': 121, 'measure': 67}",{'cx': 340},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (118, 110); (118, 119); (119, 118); (122, 111); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt2_67.qasm,3622,ibm_127q,graphstate,qiskit,2 +3848,127,7424,"{'rz': 11750, 'sx': 668, 'measure': 112}",{'cx': 33592},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_112.qasm,2693,ibm_127q,ae,qiskit,1 +3849,127,1321,"{'sx': 538, 'rz': 414, 'measure': 121, 'x': 1}",{'cx': 1509},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_121.qasm,2566,ibm_127q,wstate,qiskit,2 +3850,127,25,"{'measure': 22, 'rz': 2, 'sx': 1}",{'cx': 21},"(87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_22.qasm,2413,ibm_127q,ghz,qiskit,3 +3851,127,450,"{'rz': 344, 'sx': 191, 'measure': 95}",{'cx': 538},"(6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (85, 73); (85, 86); (86, 85); (87, 93); (91, 79); (91, 98); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (122, 111)",dj_mapped_ibm_washington_qiskit_opt2_96.qasm,2158,ibm_127q,dj,qiskit,2 +3852,127,2945,"{'rz': 3223, 'sx': 1229, 'x': 51, 'measure': 30}",{'cx': 8079},"(54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt1_30.qasm,1321,ibm_127q,random,qiskit,1 +3853,127,575,"{'rz': 444, 'sx': 257, 'measure': 112, 'x': 11}",{'cx': 555},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt3_113.qasm,2081,ibm_127q,dj,qiskit,3 +3854,127,6342,"{'rz': 11211, 'sx': 113, 'measure': 113}",{'cx': 36992},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_113.qasm,1751,ibm_127q,qft,qiskit,1 +3855,127,50,"{'rz': 191, 'sx': 102, 'measure': 51, 'x': 2}",{'cx': 217},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt3_51.qasm,1845,ibm_127q,graphstate,qiskit,3 +3856,127,763,"{'rz': 646, 'sx': 38, 'measure': 19, 'x': 1}",{'cx': 1205},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt1_20.qasm,3049,ibm_127q,qpeexact,qiskit,1 +3857,127,1211,"{'rz': 2153, 'sx': 695, 'x': 63, 'measure': 40}",{'cx': 3486},"(37, 52); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt3_40.qasm,4065,ibm_127q,ae,qiskit,3 +3858,127,1140,"{'rz': 4536, 'sx': 2754, 'measure': 41, 'x': 9}",{'cx': 6797},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104)",qnn_mapped_ibm_washington_qiskit_opt3_41.qasm,1192,ibm_127q,qnn,qiskit,3 +3859,127,1302,"{'rz': 2280, 'sx': 50, 'measure': 49}",{'cx': 5786},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qftentangled_mapped_ibm_washington_qiskit_opt2_49.qasm,3465,ibm_127q,qftentangled,qiskit,2 +3860,127,2401,"{'rz': 1009, 'sx': 668, 'x': 22, 'measure': 17}",{'cx': 1443},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62)",pricingput_mapped_ibm_washington_qiskit_opt1_17.qasm,3763,ibm_127q,pricingput,qiskit,1 +3861,127,710,"{'rz': 649, 'sx': 158, 'x': 24, 'measure': 19}",{'cx': 1097},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qpeexact_mapped_ibm_washington_qiskit_opt3_20.qasm,3097,ibm_127q,qpeexact,qiskit,3 +3862,127,161,"{'rz': 121, 'sx': 69, 'measure': 34}",{'cx': 138},"(42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83); (92, 102); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt2_35.qasm,2782,ibm_127q,dj,qiskit,2 +3863,127,3341,"{'rz': 4101, 'sx': 144, 'measure': 72, 'x': 1}",{'cx': 13131},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qpeinexact_mapped_ibm_washington_qiskit_opt2_73.qasm,3056,ibm_127q,qpeinexact,qiskit,2 +3864,127,278,"{'rz': 210, 'sx': 60, 'measure': 10}",{'cx': 657},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_10.qasm,4074,ibm_127q,qnn,qiskit,0 +3865,127,11290,"{'rz': 1120, 'sx': 560, 'measure': 70}",{'cx': 90981},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",su2random_mapped_ibm_washington_qiskit_opt0_70.qasm,2702,ibm_127q,su2random,qiskit,0 +3866,127,269,"{'sx': 264, 'rz': 132, 'measure': 67, 'x': 1}",{'cx': 132},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_67.qasm,3266,ibm_127q,wstate,qiskit,2 +3867,127,308,"{'rz': 241, 'sx': 141, 'measure': 61, 'x': 6}",{'cx': 252},"(16, 26); (17, 30); (20, 33); (23, 24); (24, 23); (24, 34); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (110, 100); (111, 104); (111, 122); (122, 111); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt3_62.qasm,3705,ibm_127q,dj,qiskit,3 +3868,127,1292,"{'rz': 2031, 'sx': 37, 'measure': 37}",{'cx': 4119},"(34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83)",qft_mapped_ibm_washington_qiskit_opt1_37.qasm,3764,ibm_127q,qft,qiskit,1 +3869,127,150,"{'rz': 70, 'sx': 35, 'x': 21, 'measure': 17}",{'cx': 266},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_18.qasm,3950,ibm_127q,dj,qiskit,0 +3870,127,415,"{'rz': 315, 'sx': 26, 'measure': 13, 'x': 1}",{'cx': 500},"(54, 64); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qpeexact_mapped_ibm_washington_qiskit_opt1_14.qasm,3079,ibm_127q,qpeexact,qiskit,1 +3871,127,40,"{'rz': 80, 'sx': 40, 'measure': 8}",{'cx': 50},"(45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",qaoa_mapped_ibm_washington_qiskit_opt1_8.qasm,2266,ibm_127q,qaoa,qiskit,1 +3872,127,8541,"{'rz': 11046, 'sx': 168, 'measure': 84, 'x': 1}",{'cx': 54654},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_85.qasm,2239,ibm_127q,qpeinexact,qiskit,0 +3873,127,769,"{'rz': 911, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 2529},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_24.qasm,3535,ibm_127q,qpeexact,qiskit,0 +3874,127,777,"{'rz': 426, 'sx': 213, 'measure': 106, 'x': 95}",{'cx': 1303},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (106, 93)",dj_mapped_ibm_washington_qiskit_opt0_107.qasm,1234,ibm_127q,dj,qiskit,0 +3875,127,30949,"{'rz': 30975, 'sx': 11762, 'x': 390, 'measure': 91}",{'cx': 154844},"(12, 17); (15, 22); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104)",random_mapped_ibm_washington_qiskit_opt2_91.qasm,3180,ibm_127q,random,qiskit,2 +3876,127,1506,"{'rz': 3520, 'sx': 3079, 'x': 103, 'measure': 44}",{'cx': 8303},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt3_44.qasm,4016,ibm_127q,realamprandom,qiskit,3 +3877,127,55,"{'rz': 46, 'sx': 29, 'measure': 12, 'x': 2}",{'cx': 28},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",dj_mapped_ibm_washington_qiskit_opt3_13.qasm,2714,ibm_127q,dj,qiskit,3 +3878,127,5865,"{'sx': 584, 'rz': 584, 'measure': 73}",{'cx': 37677},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_73.qasm,3645,ibm_127q,su2random,qiskit,1 +3879,127,2266,"{'rz': 974, 'sx': 636, 'measure': 17, 'x': 14}",{'cx': 1384},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",pricingcall_mapped_ibm_washington_qiskit_opt2_17.qasm,1355,ibm_127q,pricingcall,qiskit,2 +3880,127,3903,"{'rz': 3871, 'sx': 98, 'measure': 49, 'x': 1}",{'cx': 16508},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_50.qasm,3997,ibm_127q,qpeexact,qiskit,0 +3881,127,5726,"{'sx': 624, 'rz': 624, 'measure': 78}",{'cx': 39285},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_78.qasm,3745,ibm_127q,realamprandom,qiskit,1 +3882,127,1029,"{'rz': 454, 'sx': 244, 'x': 16, 'measure': 13}",{'cx': 670},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",pricingput_mapped_ibm_washington_qiskit_opt2_13.qasm,3583,ibm_127q,pricingput,qiskit,2 +3883,127,585,"{'measure': 126, 'rz': 2, 'sx': 1}",{'cx': 1046},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_126.qasm,3482,ibm_127q,ghz,qiskit,0 +3884,127,618,"{'rz': 184, 'sx': 184, 'measure': 23}",{'cx': 2438},"(20, 21); (20, 33); (21, 20); (33, 20); (33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_23.qasm,3492,ibm_127q,twolocalrandom,qiskit,2 +3885,127,435,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1266},"(15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_16.qasm,3582,ibm_127q,twolocalrandom,qiskit,2 +3886,127,1252,"{'rz': 529, 'sx': 119, 'x': 10, 'measure': 9}",{'cx': 1059},"(54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt1_9.qasm,3361,ibm_127q,qwalk-v-chain,qiskit,1 +3887,127,2278,"{'rz': 2252, 'sx': 278, 'measure': 47}",{'cx': 5337},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",ae_mapped_ibm_washington_qiskit_opt2_47.qasm,3585,ibm_127q,ae,qiskit,2 +3888,127,10552,"{'rz': 17319, 'sx': 626, 'measure': 105}",{'cx': 73440},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt0_105.qasm,1226,ibm_127q,ae,qiskit,0 +3889,127,579,"{'rz': 306, 'sx': 276, 'measure': 23, 'x': 13}",{'cx': 2340},"(34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",realamprandom_mapped_ibm_washington_qiskit_opt3_23.qasm,2688,ibm_127q,realamprandom,qiskit,3 +3890,127,57,"{'sx': 52, 'rz': 26, 'measure': 14, 'x': 1}",{'cx': 26},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_14.qasm,2653,ibm_127q,wstate,qiskit,2 +3891,127,3888,"{'rz': 6719, 'sx': 119, 'measure': 119}",{'cx': 34078},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_119.qasm,2144,ibm_127q,qft,qiskit,2 +3892,127,833,"{'measure': 102, 'rz': 2, 'sx': 1}",{'cx': 953},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_102.qasm,2253,ibm_127q,ghz,qiskit,1 +3893,127,108,"{'rz': 288, 'sx': 144, 'measure': 78}",{'cx': 489},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_78.qasm,2687,ibm_127q,graphstate,qiskit,1 +3894,127,409,"{'sx': 404, 'rz': 202, 'measure': 102, 'x': 1}",{'cx': 202},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_102.qasm,2747,ibm_127q,wstate,qiskit,2 +3895,127,12537,"{'sx': 1000, 'rz': 1000, 'measure': 125}",{'cx': 110659},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_125.qasm,2330,ibm_127q,realamprandom,qiskit,2 +3896,127,14276,"{'rz': 968, 'sx': 968, 'measure': 121}",{'cx': 108730},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_121.qasm,3106,ibm_127q,twolocalrandom,qiskit,2 +3897,127,451,"{'rz': 416, 'sx': 91, 'measure': 26}",{'cx': 1824},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",portfolioqaoa_mapped_ibm_washington_qiskit_opt0_13.qasm,1068,ibm_127q,portfolioqaoa,qiskit,0 +3898,127,1218,"{'sx': 224, 'rz': 224, 'measure': 28}",{'cx': 5033},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_28.qasm,3780,ibm_127q,twolocalrandom,qiskit,1 +3899,127,1007,"{'sx': 508, 'rz': 424, 'measure': 111, 'x': 1}",{'cx': 1465},"(0, 14); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",wstate_mapped_ibm_washington_qiskit_opt1_111.qasm,3202,ibm_127q,wstate,qiskit,1 +3900,127,36,"{'measure': 33, 'rz': 2, 'sx': 1}",{'cx': 32},"(31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_33.qasm,1200,ibm_127q,ghz,qiskit,3 +3901,127,839,"{'rz': 980, 'sx': 168, 'measure': 28}",{'cx': 3357},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt2_28.qasm,3461,ibm_127q,qnn,qiskit,2 +3902,127,1919,"{'rz': 16365, 'sx': 11829, 'measure': 64, 'x': 6}",{'cx': 13995},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt3_64.qasm,4079,ibm_127q,qnn,qiskit,3 +3903,127,1225,"{'rz': 5382, 'sx': 4609, 'x': 260, 'measure': 49}",{'cx': 8926},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83); (92, 102); (102, 92)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_49.qasm,1544,ibm_127q,twolocalrandom,qiskit,3 +3904,127,589,"{'rz': 847, 'sx': 489, 'measure': 14}",{'cx': 1140},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66)",portfoliovqe_mapped_ibm_washington_qiskit_opt1_14.qasm,3692,ibm_127q,portfoliovqe,qiskit,1 +3905,127,6301,"{'rz': 10875, 'sx': 210, 'measure': 105, 'x': 1}",{'cx': 33037},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_106.qasm,1227,ibm_127q,qpeexact,qiskit,1 +3906,127,4549,"{'rz': 5895, 'sx': 106, 'measure': 105}",{'cx': 27023},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qftentangled_mapped_ibm_washington_qiskit_opt2_105.qasm,3621,ibm_127q,qftentangled,qiskit,2 +3907,127,12537,"{'sx': 1000, 'rz': 1000, 'measure': 125}",{'cx': 110659},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_125.qasm,1842,ibm_127q,twolocalrandom,qiskit,2 +3908,127,1276,"{'rz': 1421, 'sx': 58, 'measure': 29, 'x': 1}",{'cx': 2958},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt1_30.qasm,3785,ibm_127q,qpeinexact,qiskit,1 +3909,127,5988,"{'sx': 568, 'rz': 568, 'measure': 71}",{'cx': 35569},"(16, 26); (17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_71.qasm,3221,ibm_127q,su2random,qiskit,1 +3910,127,1253,"{'rz': 1754, 'sx': 677, 'x': 76, 'measure': 33}",{'cx': 2424},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",ae_mapped_ibm_washington_qiskit_opt3_33.qasm,3672,ibm_127q,ae,qiskit,3 +3911,127,390,"{'rz': 350, 'sx': 84, 'measure': 14}",{'cx': 1370},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_14.qasm,1857,ibm_127q,qnn,qiskit,0 +3912,127,13,"{'rz': 9, 'sx': 8, 'measure': 2}",{'cx': 3},"(113, 114); (114, 113)",routing_mapped_ibm_washington_qiskit_opt3_2.qasm,3376,ibm_127q,routing,qiskit,3 +3913,127,74,"{'measure': 71, 'rz': 2, 'sx': 1}",{'cx': 70},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_71.qasm,4044,ibm_127q,ghz,qiskit,2 +3914,127,43,"{'rz': 40, 'sx': 25, 'measure': 11, 'x': 1}",{'cx': 24},"(3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44)",dj_mapped_ibm_washington_qiskit_opt3_12.qasm,3811,ibm_127q,dj,qiskit,3 +3915,127,1414,"{'rz': 6730, 'sx': 4620, 'measure': 43, 'x': 8}",{'cx': 6717},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 81); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (89, 74); (91, 79); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qnn_mapped_ibm_washington_qiskit_opt3_43.qasm,1856,ibm_127q,qnn,qiskit,3 +3916,127,2351,"{'rz': 2251, 'sx': 272, 'measure': 46}",{'cx': 5192},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",ae_mapped_ibm_washington_qiskit_opt2_46.qasm,3466,ibm_127q,ae,qiskit,2 +3917,127,10336,"{'rz': 10530, 'sx': 4076, 'x': 173, 'measure': 54}",{'cx': 38367},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_54.qasm,1545,ibm_127q,random,qiskit,2 +3918,127,417,"{'sx': 412, 'rz': 206, 'measure': 104, 'x': 1}",{'cx': 206},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_104.qasm,3215,ibm_127q,wstate,qiskit,2 +3919,127,492,"{'rz': 231, 'sx': 108, 'x': 10, 'measure': 9}",{'cx': 321},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",pricingput_mapped_ibm_washington_qiskit_opt2_9.qasm,2642,ibm_127q,pricingput,qiskit,2 +3920,127,879,"{'rz': 1223, 'sx': 35, 'measure': 34}",{'cx': 2990},"(53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt2_34.qasm,1713,ibm_127q,qftentangled,qiskit,2 +3921,127,45,"{'rz': 70, 'sx': 35, 'measure': 23}",{'cx': 83},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79)",graphstate_mapped_ibm_washington_qiskit_opt2_23.qasm,3612,ibm_127q,graphstate,qiskit,2 +3922,127,152,"{'rz': 132, 'sx': 66, 'measure': 22}",{'cx': 436},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_22.qasm,3998,ibm_127q,graphstate,qiskit,0 +3923,127,68,"{'rz': 100, 'sx': 50, 'measure': 10}",{'cx': 160},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qaoa_mapped_ibm_washington_qiskit_opt0_10.qasm,1346,ibm_127q,qaoa,qiskit,0 +3924,127,8917,"{'rz': 776, 'sx': 776, 'measure': 97}",{'cx': 57876},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_97.qasm,4089,ibm_127q,realamprandom,qiskit,2 +3925,127,387,"{'rz': 256, 'sx': 145, 'measure': 72}",{'cx': 402},"(8, 16); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (118, 110)",dj_mapped_ibm_washington_qiskit_opt2_73.qasm,1914,ibm_127q,dj,qiskit,2 +3926,127,2058,"{'rz': 3410, 'sx': 330, 'measure': 55}",{'cx': 12864},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (110, 100)",qnn_mapped_ibm_washington_qiskit_opt2_55.qasm,1899,ibm_127q,qnn,qiskit,2 +3927,127,3238,"{'rz': 4680, 'sx': 390, 'measure': 65}",{'cx': 21249},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_65.qasm,1149,ibm_127q,qnn,qiskit,1 +3928,127,159,"{'rz': 92, 'sx': 14, 'measure': 7, 'x': 1}",{'cx': 143},"(34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64)",qpeinexact_mapped_ibm_washington_qiskit_opt2_8.qasm,2300,ibm_127q,qpeinexact,qiskit,2 +3929,127,1274,"{'sx': 264, 'rz': 264, 'measure': 33}",{'cx': 5824},"(24, 34); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92)",su2random_mapped_ibm_washington_qiskit_opt2_33.qasm,1953,ibm_127q,su2random,qiskit,2 +3930,127,460,"{'rz': 340, 'sx': 204, 'measure': 35, 'x': 1}",{'cx': 527},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24)",wstate_mapped_ibm_washington_qiskit_opt0_35.qasm,2483,ibm_127q,wstate,qiskit,0 +3931,127,7298,"{'rz': 12899, 'sx': 127, 'measure': 127}",{'cx': 43659},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_127.qasm,3709,ibm_127q,qft,qiskit,1 +3932,127,6821,"{'rz': 8038, 'sx': 494, 'measure': 83}",{'cx': 19481},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt1_83.qasm,2623,ibm_127q,ae,qiskit,1 +3933,127,1361,"{'rz': 2438, 'sx': 276, 'measure': 46}",{'cx': 8796},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt2_46.qasm,2810,ibm_127q,qnn,qiskit,2 +3934,127,827,"{'rz': 847, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 2759},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_23.qasm,1426,ibm_127q,qpeinexact,qiskit,0 +3935,127,34,"{'rz': 26, 'sx': 13, 'measure': 6}",{'cx': 18},"(86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107)",dj_mapped_ibm_washington_qiskit_opt1_7.qasm,3302,ibm_127q,dj,qiskit,1 +3936,127,1976,"{'rz': 3268, 'sx': 1539, 'x': 183, 'measure': 46}",{'cx': 4361},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",ae_mapped_ibm_washington_qiskit_opt3_46.qasm,2805,ibm_127q,ae,qiskit,3 +3937,127,273,"{'rz': 225, 'sx': 135, 'measure': 58, 'x': 8}",{'cx': 228},"(15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (92, 83); (92, 102); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100)",dj_mapped_ibm_washington_qiskit_opt3_59.qasm,1268,ibm_127q,dj,qiskit,3 +3938,127,101,"{'rz': 234, 'sx': 117, 'measure': 63}",{'cx': 363},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118)",graphstate_mapped_ibm_washington_qiskit_opt2_63.qasm,1608,ibm_127q,graphstate,qiskit,2 +3939,127,412,"{'rz': 136, 'sx': 136, 'measure': 17}",{'cx': 1212},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_17.qasm,1416,ibm_127q,twolocalrandom,qiskit,2 +3940,127,1908,"{'rz': 4052, 'sx': 1862, 'x': 196, 'measure': 51}",{'cx': 5615},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (106, 93)",ae_mapped_ibm_washington_qiskit_opt3_51.qasm,2611,ibm_127q,ae,qiskit,3 +3941,127,185,"{'sx': 180, 'rz': 90, 'measure': 46, 'x': 1}",{'cx': 90},"(9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_46.qasm,3049,ibm_127q,wstate,qiskit,3 +3942,127,4704,"{'rz': 8795, 'sx': 94, 'measure': 93}",{'cx': 24679},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_93.qasm,3036,ibm_127q,qftentangled,qiskit,1 +3943,127,268,"{'rz': 150, 'sx': 75, 'measure': 37, 'x': 35}",{'cx': 460},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38)",dj_mapped_ibm_washington_qiskit_opt0_38.qasm,3880,ibm_127q,dj,qiskit,0 +3944,127,135,"{'rz': 126, 'sx': 9, 'measure': 9}",{'cx': 240},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",qft_mapped_ibm_washington_qiskit_opt0_9.qasm,2602,ibm_127q,qft,qiskit,0 +3945,127,734,"{'rz': 723, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 1524},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81)",qpeinexact_mapped_ibm_washington_qiskit_opt2_23.qasm,2337,ibm_127q,qpeinexact,qiskit,2 +3946,127,4606,"{'rz': 8068, 'sx': 88, 'measure': 87}",{'cx': 22552},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_87.qasm,1031,ibm_127q,qftentangled,qiskit,1 +3947,127,1899,"{'rz': 1815, 'sx': 66, 'measure': 33, 'x': 1}",{'cx': 7020},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20)",qpeexact_mapped_ibm_washington_qiskit_opt0_34.qasm,1964,ibm_127q,qpeexact,qiskit,0 +3948,127,15792,"{'rz': 1008, 'sx': 1008, 'measure': 126}",{'cx': 122379},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_126.qasm,2970,ibm_127q,twolocalrandom,qiskit,2 +3949,127,2542,"{'rz': 408, 'sx': 408, 'measure': 51}",{'cx': 14644},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",realamprandom_mapped_ibm_washington_qiskit_opt2_51.qasm,1819,ibm_127q,realamprandom,qiskit,2 +3950,127,97,"{'measure': 94, 'rz': 2, 'sx': 1}",{'cx': 93},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_94.qasm,1067,ibm_127q,ghz,qiskit,2 +3951,127,77,"{'rz': 304, 'sx': 152, 'measure': 72}",{'cx': 408},"(8, 16); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118)",graphstate_mapped_ibm_washington_qiskit_opt1_72.qasm,1502,ibm_127q,graphstate,qiskit,1 +3952,127,5444,"{'rz': 584, 'sx': 584, 'measure': 73}",{'cx': 30437},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_73.qasm,1886,ibm_127q,twolocalrandom,qiskit,2 +3953,127,247,"{'rz': 189, 'sx': 12, 'measure': 11}",{'cx': 753},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_11.qasm,1033,ibm_127q,qftentangled,qiskit,0 +3954,127,128,"{'rz': 102, 'sx': 51, 'measure': 25}",{'cx': 127},"(41, 53); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (91, 79); (91, 98); (92, 83); (98, 91)",dj_mapped_ibm_washington_qiskit_opt1_26.qasm,3954,ibm_127q,dj,qiskit,1 +3955,127,99,"{'measure': 96, 'rz': 2, 'sx': 1}",{'cx': 95},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_96.qasm,2333,ibm_127q,ghz,qiskit,1 +3956,127,287,"{'rz': 310, 'sx': 180, 'measure': 12, 'x': 5}",{'cx': 229},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",ae_mapped_ibm_washington_qiskit_opt3_12.qasm,3611,ibm_127q,ae,qiskit,3 +3957,127,707,"{'sx': 144, 'rz': 144, 'measure': 18}",{'cx': 1946},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73)",su2random_mapped_ibm_washington_qiskit_opt1_18.qasm,1778,ibm_127q,su2random,qiskit,1 +3958,127,10583,"{'rz': 13098, 'sx': 666, 'measure': 111}",{'cx': 77147},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qnn_mapped_ibm_washington_qiskit_opt1_111.qasm,3951,ibm_127q,qnn,qiskit,1 +3959,127,52,"{'rz': 54, 'sx': 27, 'measure': 15}",{'cx': 69},"(28, 29); (29, 28); (29, 30); (30, 29); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",graphstate_mapped_ibm_washington_qiskit_opt1_15.qasm,2518,ibm_127q,graphstate,qiskit,1 +3960,127,4725,"{'rz': 9277, 'sx': 98, 'measure': 97}",{'cx': 27018},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_97.qasm,3501,ibm_127q,qftentangled,qiskit,1 +3961,127,9760,"{'rz': 840, 'sx': 840, 'measure': 105}",{'cx': 73842},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_105.qasm,3898,ibm_127q,realamprandom,qiskit,2 +3962,127,181,"{'rz': 161, 'sx': 49, 'measure': 14}",{'cx': 318},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",portfolioqaoa_mapped_ibm_washington_qiskit_opt0_7.qasm,3453,ibm_127q,portfolioqaoa,qiskit,0 +3963,127,225,"{'sx': 220, 'rz': 110, 'measure': 56, 'x': 1}",{'cx': 110},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_56.qasm,1891,ibm_127q,wstate,qiskit,1 +3964,127,483,"{'rz': 805, 'sx': 23, 'measure': 23}",{'cx': 1946},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_23.qasm,1702,ibm_127q,qft,qiskit,0 +3965,127,6666,"{'rz': 7798, 'sx': 746, 'measure': 125}",{'cx': 39633},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_125.qasm,1272,ibm_127q,ae,qiskit,2 +3966,127,3779,"{'rz': 396, 'sx': 264, 'measure': 33}",{'cx': 18642},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_33.qasm,3000,ibm_127q,twolocalrandom,qiskit,0 +3967,127,1143,"{'rz': 1270, 'sx': 182, 'measure': 31}",{'cx': 2445},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",ae_mapped_ibm_washington_qiskit_opt2_31.qasm,2086,ibm_127q,ae,qiskit,2 +3968,127,3271,"{'rz': 2747, 'sx': 82, 'measure': 41, 'x': 1}",{'cx': 12936},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_42.qasm,1844,ibm_127q,qpeexact,qiskit,0 +3969,127,169,"{'measure': 34, 'rz': 2, 'sx': 1}",{'cx': 294},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20)",ghz_mapped_ibm_washington_qiskit_opt0_34.qasm,2834,ibm_127q,ghz,qiskit,0 +3970,127,21016,"{'rz': 25476, 'sx': 8653, 'x': 113, 'measure': 72}",{'cx': 138042},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58)",random_mapped_ibm_washington_qiskit_opt0_72.qasm,3011,ibm_127q,random,qiskit,0 +3971,127,493,"{'measure': 106, 'rz': 2, 'sx': 1}",{'cx': 882},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ghz_mapped_ibm_washington_qiskit_opt0_106.qasm,1574,ibm_127q,ghz,qiskit,0 +3972,127,85,"{'rz': 144, 'sx': 96, 'measure': 12}",{'cx': 183},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",routing_mapped_ibm_washington_qiskit_opt0_12.qasm,1893,ibm_127q,routing,qiskit,0 +3973,127,153,"{'rz': 130, 'sx': 81, 'measure': 33, 'x': 6}",{'cx': 113},"(35, 47); (36, 51); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (54, 64); (55, 49); (55, 68); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt3_34.qasm,1137,ibm_127q,dj,qiskit,3 +3974,127,72,"{'rz': 63, 'sx': 43, 'measure': 17, 'x': 4}",{'cx': 42},"(24, 34); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",dj_mapped_ibm_washington_qiskit_opt3_18.qasm,1105,ibm_127q,dj,qiskit,3 +3975,127,287,"{'rz': 254, 'sx': 65, 'measure': 13, 'x': 2}",{'cx': 385},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (81, 72)",qft_mapped_ibm_washington_qiskit_opt3_13.qasm,4004,ibm_127q,qft,qiskit,3 +3976,127,10412,"{'rz': 14508, 'sx': 702, 'measure': 117}",{'cx': 94240},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_117.qasm,4055,ibm_127q,qnn,qiskit,1 +3977,127,13514,"{'sx': 936, 'rz': 936, 'measure': 117}",{'cx': 96816},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_117.qasm,1482,ibm_127q,twolocalrandom,qiskit,2 +3978,127,86,"{'measure': 83, 'rz': 2, 'sx': 1}",{'cx': 82},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_83.qasm,3494,ibm_127q,ghz,qiskit,2 +3979,127,13577,"{'rz': 960, 'sx': 640, 'measure': 80}",{'cx': 122235},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt0_80.qasm,1280,ibm_127q,realamprandom,qiskit,0 +3980,127,160940,"{'rz': 73608, 'sx': 161, 'measure': 12, 'x': 10}",{'cx': 153360},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt1_12.qasm,2262,ibm_127q,qwalk-noancilla,qiskit,1 +3981,127,3692,"{'rz': 5026, 'sx': 524, 'measure': 88}",{'cx': 17031},"(15, 22); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_88.qasm,2270,ibm_127q,ae,qiskit,2 +3982,127,4877,"{'rz': 2420, 'sx': 264, 'measure': 44}",{'cx': 29333},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_44.qasm,3346,ibm_127q,qnn,qiskit,0 +3983,127,3512,"{'rz': 4304, 'sx': 446, 'measure': 75}",{'cx': 12786},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_75.qasm,2069,ibm_127q,ae,qiskit,2 +3984,127,672,"{'rz': 650, 'sx': 21, 'measure': 21}",{'cx': 1287},"(24, 34); (34, 24); (34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66)",qft_mapped_ibm_washington_qiskit_opt1_21.qasm,1631,ibm_127q,qft,qiskit,1 +3985,127,295,"{'rz': 231, 'sx': 143, 'measure': 59, 'x': 11}",{'cx': 214},"(20, 33); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",dj_mapped_ibm_washington_qiskit_opt3_60.qasm,1157,ibm_127q,dj,qiskit,3 +3986,127,2077,"{'rz': 2407, 'sx': 96, 'measure': 48, 'x': 1}",{'cx': 6549},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (111, 104)",qpeexact_mapped_ibm_washington_qiskit_opt2_49.qasm,2722,ibm_127q,qpeexact,qiskit,2 +3987,127,7213,"{'rz': 10377, 'sx': 84, 'measure': 83}",{'cx': 48816},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_83.qasm,3905,ibm_127q,qftentangled,qiskit,0 +3988,127,4173,"{'sx': 536, 'rz': 536, 'measure': 67}",{'cx': 26413},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt2_67.qasm,3408,ibm_127q,realamprandom,qiskit,2 +3989,127,494,"{'rz': 382, 'sx': 191, 'measure': 95}",{'cx': 545},"(4, 15); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt1_96.qasm,1899,ibm_127q,dj,qiskit,1 +3990,127,103,"{'rz': 46, 'sx': 23, 'x': 15, 'measure': 11}",{'cx': 176},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_12.qasm,3608,ibm_127q,dj,qiskit,0 +3991,127,1168,"{'rz': 1794, 'sx': 234, 'measure': 39}",{'cx': 6632},"(20, 33); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qnn_mapped_ibm_washington_qiskit_opt1_39.qasm,2574,ibm_127q,qnn,qiskit,1 +3992,127,9716,"{'rz': 768, 'sx': 512, 'measure': 64}",{'cx': 74790},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_64.qasm,2750,ibm_127q,twolocalrandom,qiskit,0 +3993,127,3173,"{'rz': 5414, 'sx': 124, 'measure': 62, 'x': 1}",{'cx': 12369},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeinexact_mapped_ibm_washington_qiskit_opt1_63.qasm,3736,ibm_127q,qpeinexact,qiskit,1 +3994,127,2831,"{'rz': 3573, 'sx': 73, 'measure': 73}",{'cx': 11614},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104)",qft_mapped_ibm_washington_qiskit_opt2_73.qasm,2197,ibm_127q,qft,qiskit,2 +3995,127,1572,"{'rz': 1200, 'sx': 720, 'measure': 121, 'x': 1}",{'cx': 1737},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_121.qasm,1187,ibm_127q,wstate,qiskit,0 +3996,127,189,"{'rz': 324, 'sx': 162, 'measure': 54}",{'cx': 867},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41)",graphstate_mapped_ibm_washington_qiskit_opt0_54.qasm,3295,ibm_127q,graphstate,qiskit,0 +3997,127,5762,"{'rz': 5187, 'sx': 114, 'measure': 57, 'x': 1}",{'cx': 25266},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt0_58.qasm,1234,ibm_127q,qpeinexact,qiskit,0 +3998,127,274,"{'rz': 215, 'sx': 89, 'measure': 7, 'x': 4}",{'cx': 294},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",random_mapped_ibm_washington_qiskit_opt0_7.qasm,1251,ibm_127q,random,qiskit,0 +3999,127,1166,"{'rz': 2581, 'sx': 2254, 'x': 86, 'measure': 36}",{'cx': 5816},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt3_36.qasm,2914,ibm_127q,realamprandom,qiskit,3 +4000,127,2519,"{'rz': 5162, 'sx': 63, 'measure': 63}",{'cx': 11461},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt1_63.qasm,3485,ibm_127q,qft,qiskit,1 +4001,127,36,"{'rz': 82, 'sx': 41, 'measure': 27}",{'cx': 93},"(12, 17); (17, 12); (17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",graphstate_mapped_ibm_washington_qiskit_opt1_27.qasm,1720,ibm_127q,graphstate,qiskit,1 +4002,127,492,"{'rz': 370, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 654},"(34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt1_15.qasm,1171,ibm_127q,qpeexact,qiskit,1 +4003,127,6818,"{'rz': 12303, 'sx': 123, 'measure': 122}",{'cx': 43968},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_122.qasm,3659,ibm_127q,qftentangled,qiskit,1 +4004,127,520,"{'rz': 678, 'sx': 346, 'x': 40, 'measure': 13}",{'cx': 804},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt3_13.qasm,1098,ibm_127q,random,qiskit,3 +4005,127,750,"{'rz': 550, 'sx': 330, 'measure': 56, 'x': 1}",{'cx': 878},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (54, 45); (55, 49)",wstate_mapped_ibm_washington_qiskit_opt0_56.qasm,2079,ibm_127q,wstate,qiskit,0 +4006,127,7189,"{'rz': 8360, 'sx': 528, 'measure': 88}",{'cx': 42278},"(8, 16); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_88.qasm,1501,ibm_127q,qnn,qiskit,2 +4007,127,1476,"{'rz': 2388, 'sx': 53, 'measure': 52}",{'cx': 6576},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qftentangled_mapped_ibm_washington_qiskit_opt2_52.qasm,1216,ibm_127q,qftentangled,qiskit,2 +4008,127,13651,"{'rz': 972, 'sx': 648, 'measure': 81}",{'cx': 125082},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_81.qasm,3311,ibm_127q,twolocalrandom,qiskit,0 +4009,127,7254,"{'rz': 8172, 'sx': 144, 'measure': 72, 'x': 1}",{'cx': 39042},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62)",qpeexact_mapped_ibm_washington_qiskit_opt0_73.qasm,3372,ibm_127q,qpeexact,qiskit,0 +4010,127,1603,"{'rz': 11373, 'sx': 8101, 'measure': 53, 'x': 5}",{'cx': 9570},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt3_53.qasm,2369,ibm_127q,qnn,qiskit,3 +4011,127,43,"{'measure': 10, 'rz': 2, 'sx': 1}",{'cx': 72},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_10.qasm,3894,ibm_127q,ghz,qiskit,0 +4012,127,959,"{'rz': 2424, 'sx': 596, 'x': 55, 'measure': 42}",{'cx': 3917},"(27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (36, 51); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (54, 45); (54, 64); (55, 49); (55, 68); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (102, 92)",qftentangled_mapped_ibm_washington_qiskit_opt3_42.qasm,2095,ibm_127q,qftentangled,qiskit,3 +4013,127,14572,"{'rz': 15829, 'sx': 5851, 'x': 207, 'measure': 64}",{'cx': 61693},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt1_64.qasm,1490,ibm_127q,random,qiskit,1 +4014,127,2575,"{'rz': 4702, 'sx': 3980, 'x': 192, 'measure': 52}",{'cx': 12508},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt3_52.qasm,1801,ibm_127q,realamprandom,qiskit,3 +4015,127,6061,"{'rz': 7440, 'sx': 404, 'measure': 68}",{'cx': 29861},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ae_mapped_ibm_washington_qiskit_opt0_68.qasm,2433,ibm_127q,ae,qiskit,0 +4016,127,35104,"{'rz': 17322, 'sx': 1486, 'measure': 18, 'x': 2}",{'cx': 34225},"(82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",shor_9_4_mapped_ibm_washington_qiskit_opt2_18.qasm,3074,ibm_127q,shor,qiskit,2 +4017,127,71,"{'rz': 66, 'sx': 33, 'measure': 11}",{'cx': 185},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_11.qasm,3946,ibm_127q,graphstate,qiskit,0 +4018,127,272,"{'rz': 366, 'sx': 183, 'measure': 61}",{'cx': 1270},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",graphstate_mapped_ibm_washington_qiskit_opt0_61.qasm,2958,ibm_127q,graphstate,qiskit,0 +4019,127,431,"{'rz': 310, 'sx': 155, 'measure': 77}",{'cx': 539},"(4, 15); (15, 4); (15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (33, 20); (34, 24); (34, 43); (35, 47); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt1_78.qasm,3925,ibm_127q,dj,qiskit,1 +4020,127,17,"{'measure': 14, 'rz': 2, 'sx': 1}",{'cx': 13},"(37, 52); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt1_14.qasm,1200,ibm_127q,ghz,qiskit,1 +4021,127,1107,"{'rz': 400, 'sx': 200, 'measure': 25}",{'cx': 6633},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_25.qasm,1258,ibm_127q,su2random,qiskit,0 +4022,127,2007,"{'rz': 2449, 'sx': 98, 'measure': 49, 'x': 1}",{'cx': 6900},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt2_50.qasm,1592,ibm_127q,qpeexact,qiskit,2 +4023,127,438,"{'sx': 144, 'rz': 144, 'measure': 18}",{'cx': 1455},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85)",realamprandom_mapped_ibm_washington_qiskit_opt2_18.qasm,3552,ibm_127q,realamprandom,qiskit,2 +4024,127,480,"{'rz': 972, 'sx': 556, 'measure': 15}",{'cx': 1194},"(4, 15); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",portfoliovqe_mapped_ibm_washington_qiskit_opt2_15.qasm,1853,ibm_127q,portfoliovqe,qiskit,2 +4025,127,247,"{'rz': 235, 'sx': 116, 'measure': 9, 'x': 5}",{'cx': 296},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt2_9.qasm,3291,ibm_127q,random,qiskit,2 +4026,127,4405,"{'rz': 544, 'sx': 544, 'measure': 68}",{'cx': 27640},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (54, 45); (54, 64); (55, 49); (55, 68); (58, 71); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",realamprandom_mapped_ibm_washington_qiskit_opt2_68.qasm,2445,ibm_127q,realamprandom,qiskit,2 +4027,127,2145,"{'rz': 4601, 'sx': 2321, 'x': 196, 'measure': 54}",{'cx': 6203},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100)",qftentangled_mapped_ibm_washington_qiskit_opt3_54.qasm,2379,ibm_127q,qftentangled,qiskit,3 +4028,127,385,"{'rz': 298, 'sx': 177, 'measure': 71, 'x': 12}",{'cx': 318},"(7, 8); (8, 7); (8, 16); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt3_72.qasm,1469,ibm_127q,dj,qiskit,3 +4029,127,2503,"{'rz': 5688, 'sx': 432, 'measure': 72}",{'cx': 22318},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt2_72.qasm,2012,ibm_127q,qnn,qiskit,2 +4030,127,220,"{'measure': 52, 'rz': 2, 'sx': 1}",{'cx': 381},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_52.qasm,3697,ibm_127q,ghz,qiskit,0 +4031,127,77,"{'sx': 72, 'rz': 36, 'measure': 19, 'x': 1}",{'cx': 36},"(93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_19.qasm,1157,ibm_127q,wstate,qiskit,3 +4032,127,1118,"{'rz': 1516, 'sx': 586, 'x': 67, 'measure': 29}",{'cx': 2281},"(54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt3_30.qasm,2987,ibm_127q,qpeinexact,qiskit,3 +4033,127,614,"{'rz': 876, 'sx': 24, 'measure': 24}",{'cx': 2511},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_24.qasm,1521,ibm_127q,qft,qiskit,0 +4034,127,2608,"{'rz': 3060, 'sx': 45, 'measure': 45}",{'cx': 12726},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_45.qasm,3766,ibm_127q,qft,qiskit,0 +4035,127,1081,"{'rz': 840, 'sx': 504, 'measure': 85, 'x': 1}",{'cx': 1158},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_85.qasm,3276,ibm_127q,wstate,qiskit,0 +4036,127,45,"{'rz': 42, 'sx': 25, 'measure': 9, 'x': 3}",{'cx': 17},"(85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt3_10.qasm,1208,ibm_127q,dj,qiskit,3 +4037,127,1178,"{'rz': 2473, 'sx': 2060, 'x': 98, 'measure': 41}",{'cx': 6927},"(28, 35); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",realamprandom_mapped_ibm_washington_qiskit_opt3_41.qasm,3685,ibm_127q,realamprandom,qiskit,3 +4038,127,123,"{'rz': 90, 'sx': 45, 'measure': 22}",{'cx': 121},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",dj_mapped_ibm_washington_qiskit_opt1_23.qasm,3520,ibm_127q,dj,qiskit,1 +4039,127,3840,"{'rz': 6150, 'sx': 450, 'measure': 75}",{'cx': 27171},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt2_75.qasm,1136,ibm_127q,qnn,qiskit,2 +4040,127,5610,"{'rz': 6496, 'sx': 128, 'measure': 64, 'x': 1}",{'cx': 29432},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt0_65.qasm,1222,ibm_127q,qpeinexact,qiskit,0 +4041,127,5216,"{'rz': 8208, 'sx': 168, 'measure': 84, 'x': 1}",{'cx': 21850},"(16, 26); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeexact_mapped_ibm_washington_qiskit_opt1_85.qasm,3217,ibm_127q,qpeexact,qiskit,1 +4042,127,297,"{'sx': 292, 'rz': 146, 'measure': 74, 'x': 1}",{'cx': 146},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_74.qasm,3199,ibm_127q,wstate,qiskit,2 +4043,127,6383,"{'rz': 9108, 'sx': 552, 'measure': 92}",{'cx': 48635},"(4, 5); (4, 15); (5, 4); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qnn_mapped_ibm_washington_qiskit_opt2_92.qasm,3438,ibm_127q,qnn,qiskit,2 +4044,127,8272,"{'rz': 12774, 'sx': 716, 'measure': 120}",{'cx': 42081},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_120.qasm,1957,ibm_127q,ae,qiskit,1 +4045,127,627,"{'rz': 836, 'sx': 314, 'measure': 22, 'x': 12}",{'cx': 1116},"(58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt3_22.qasm,1092,ibm_127q,qft,qiskit,3 +4046,127,1225,"{'rz': 5382, 'sx': 4609, 'x': 260, 'measure': 49}",{'cx': 8926},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83); (92, 102); (102, 92)",realamprandom_mapped_ibm_washington_qiskit_opt3_49.qasm,3486,ibm_127q,realamprandom,qiskit,3 +4047,127,1712,"{'rz': 4538, 'sx': 81, 'measure': 80}",{'cx': 13520},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_80.qasm,2185,ibm_127q,qftentangled,qiskit,2 +4048,127,845,"{'rz': 1688, 'sx': 295, 'x': 35, 'measure': 35}",{'cx': 2954},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (81, 72)",qftentangled_mapped_ibm_washington_qiskit_opt3_35.qasm,2783,ibm_127q,qftentangled,qiskit,3 +4049,127,1874,"{'rz': 3059, 'sx': 1210, 'x': 183, 'measure': 44}",{'cx': 5175},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",qpeinexact_mapped_ibm_washington_qiskit_opt3_45.qasm,1265,ibm_127q,qpeinexact,qiskit,3 +4050,127,1820,"{'rz': 348, 'sx': 232, 'measure': 29}",{'cx': 10227},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_29.qasm,2742,ibm_127q,realamprandom,qiskit,0 +4051,127,11645,"{'rz': 12429, 'sx': 4956, 'x': 188, 'measure': 58}",{'cx': 46630},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100)",random_mapped_ibm_washington_qiskit_opt2_58.qasm,1482,ibm_127q,random,qiskit,2 +4052,127,100,"{'rz': 316, 'sx': 158, 'measure': 86}",{'cx': 467},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt1_86.qasm,2549,ibm_127q,graphstate,qiskit,1 +4053,127,555,"{'rz': 420, 'sx': 252, 'measure': 43, 'x': 1}",{'cx': 621},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_43.qasm,3803,ibm_127q,wstate,qiskit,0 +4054,127,7202,"{'rz': 768, 'sx': 768, 'measure': 96}",{'cx': 56709},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_96.qasm,2130,ibm_127q,realamprandom,qiskit,2 +4055,127,248,"{'rz': 558, 'sx': 279, 'measure': 93}",{'cx': 1941},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83)",graphstate_mapped_ibm_washington_qiskit_opt0_93.qasm,2973,ibm_127q,graphstate,qiskit,0 +4056,127,1279,"{'rz': 5123, 'sx': 4784, 'x': 78, 'measure': 48}",{'cx': 8951},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (51, 36); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_48.qasm,2201,ibm_127q,twolocalrandom,qiskit,3 +4057,127,7371,"{'rz': 612, 'sx': 408, 'measure': 51}",{'cx': 49662},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_51.qasm,3528,ibm_127q,twolocalrandom,qiskit,0 +4058,127,27,"{'rz': 78, 'sx': 78, 'measure': 13}",{'cx': 24},"(37, 38); (37, 52); (38, 37); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94)",vqe_mapped_ibm_washington_qiskit_opt1_13.qasm,1159,ibm_127q,vqe,qiskit,1 +4059,127,666,"{'rz': 204, 'sx': 136, 'measure': 17}",{'cx': 2925},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_17.qasm,3016,ibm_127q,realamprandom,qiskit,0 +4060,127,125,"{'rz': 84, 'sx': 26, 'measure': 6, 'x': 3}",{'cx': 91},"(54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (73, 66)",qpeinexact_mapped_ibm_washington_qiskit_opt3_7.qasm,1744,ibm_127q,qpeinexact,qiskit,3 +4061,127,619,"{'rz': 524, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1044},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt2_19.qasm,3734,ibm_127q,qpeinexact,qiskit,2 +4062,127,241,"{'rz': 193, 'sx': 98, 'measure': 14, 'x': 3}",{'cx': 218},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",portfolioqaoa_mapped_ibm_washington_qiskit_opt3_7.qasm,3273,ibm_127q,portfolioqaoa,qiskit,3 +4063,127,5040,"{'rz': 8294, 'sx': 506, 'measure': 85}",{'cx': 19921},"(16, 26); (20, 33); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt1_85.qasm,3828,ibm_127q,ae,qiskit,1 +4064,127,2723,"{'rz': 6631, 'sx': 5504, 'x': 251, 'measure': 57}",{'cx': 15875},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt3_57.qasm,2773,ibm_127q,realamprandom,qiskit,3 +4065,127,320,"{'rz': 441, 'sx': 263, 'measure': 10}",{'cx': 513},"(73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",portfoliovqe_mapped_ibm_washington_qiskit_opt1_10.qasm,1312,ibm_127q,portfoliovqe,qiskit,1 +4066,127,1178,"{'rz': 3468, 'sx': 3128, 'x': 84, 'measure': 40}",{'cx': 6177},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_40.qasm,3063,ibm_127q,twolocalrandom,qiskit,3 +4067,127,142,"{'rz': 546, 'sx': 273, 'measure': 117}",{'cx': 885},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_117.qasm,3673,ibm_127q,graphstate,qiskit,2 +4068,127,118,"{'measure': 25, 'rz': 2, 'sx': 1}",{'cx': 207},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_25.qasm,3780,ibm_127q,ghz,qiskit,0 +4069,127,9702,"{'sx': 720, 'rz': 720, 'measure': 90}",{'cx': 59670},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_90.qasm,1056,ibm_127q,su2random,qiskit,1 +4070,127,1102,"{'rz': 184, 'sx': 184, 'measure': 23}",{'cx': 3360},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_23.qasm,3832,ibm_127q,twolocalrandom,qiskit,1 +4071,127,4467,"{'rz': 7470, 'sx': 498, 'measure': 83}",{'cx': 35162},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_83.qasm,3807,ibm_127q,qnn,qiskit,1 +4072,127,108,"{'rz': 92, 'sx': 57, 'measure': 25, 'x': 3}",{'cx': 71},"(16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (53, 41); (53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (91, 79); (92, 83)",dj_mapped_ibm_washington_qiskit_opt3_26.qasm,2794,ibm_127q,dj,qiskit,3 +4073,127,5315,"{'sx': 544, 'rz': 544, 'measure': 68}",{'cx': 32227},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt1_68.qasm,2867,ibm_127q,su2random,qiskit,1 +4074,127,148,"{'rz': 103, 'sx': 30, 'measure': 7, 'x': 3}",{'cx': 123},"(82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",qpeinexact_mapped_ibm_washington_qiskit_opt3_8.qasm,3140,ibm_127q,qpeinexact,qiskit,3 +4075,127,46,"{'rz': 134, 'sx': 70, 'measure': 14}",{'cx': 89},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (47, 35); (47, 48); (48, 47); (111, 122); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123)",qaoa_mapped_ibm_washington_qiskit_opt2_14.qasm,2783,ibm_127q,qaoa,qiskit,2 +4076,127,940,"{'measure': 124, 'rz': 2, 'sx': 1}",{'cx': 1074},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_124.qasm,3462,ibm_127q,ghz,qiskit,1 +4077,127,3750,"{'rz': 5668, 'sx': 128, 'measure': 64, 'x': 1}",{'cx': 13034},"(15, 22); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qpeexact_mapped_ibm_washington_qiskit_opt1_65.qasm,1840,ibm_127q,qpeexact,qiskit,1 +4078,127,229,"{'sx': 64, 'rz': 64, 'measure': 8}",{'cx': 283},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_8.qasm,1648,ibm_127q,twolocalrandom,qiskit,1 +4079,127,269,"{'rz': 160, 'sx': 80, 'measure': 10}",{'cx': 786},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_10.qasm,2168,ibm_127q,su2random,qiskit,0 +4080,127,1543,"{'sx': 368, 'rz': 368, 'measure': 46}",{'cx': 9852},"(21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (110, 100); (110, 118); (118, 110)",realamprandom_mapped_ibm_washington_qiskit_opt2_46.qasm,3988,ibm_127q,realamprandom,qiskit,2 +4081,127,3009,"{'rz': 3523, 'sx': 128, 'measure': 64, 'x': 1}",{'cx': 11598},"(8, 16); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt2_65.qasm,2575,ibm_127q,qpeinexact,qiskit,2 +4082,127,6311,"{'rz': 640, 'sx': 640, 'measure': 80}",{'cx': 44097},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104)",realamprandom_mapped_ibm_washington_qiskit_opt1_80.qasm,2658,ibm_127q,realamprandom,qiskit,1 +4083,127,65,"{'rz': 122, 'sx': 69, 'measure': 33, 'x': 3}",{'cx': 117},"(22, 23); (23, 22); (23, 24); (24, 23); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (53, 41); (55, 68); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt3_33.qasm,3669,ibm_127q,graphstate,qiskit,3 +4084,127,7355,"{'rz': 9300, 'sx': 558, 'measure': 93}",{'cx': 50636},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_93.qasm,1499,ibm_127q,qnn,qiskit,1 +4085,127,11475,"{'rz': 1184, 'sx': 592, 'measure': 74}",{'cx': 101823},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt0_74.qasm,2132,ibm_127q,su2random,qiskit,0 +4086,127,100,"{'measure': 97, 'rz': 2, 'sx': 1}",{'cx': 96},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_97.qasm,3197,ibm_127q,ghz,qiskit,2 +4087,127,578,"{'rz': 690, 'sx': 138, 'measure': 23}",{'cx': 2192},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qnn_mapped_ibm_washington_qiskit_opt2_23.qasm,1581,ibm_127q,qnn,qiskit,2 +4088,127,305,"{'measure': 68, 'rz': 2, 'sx': 1}",{'cx': 541},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ghz_mapped_ibm_washington_qiskit_opt0_68.qasm,2432,ibm_127q,ghz,qiskit,0 +4089,127,4126,"{'rz': 6968, 'sx': 114, 'measure': 114}",{'cx': 32583},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_114.qasm,1435,ibm_127q,qft,qiskit,2 +4090,127,183,"{'rz': 87, 'sx': 80, 'measure': 7, 'x': 1}",{'cx': 160},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",realamprandom_mapped_ibm_washington_qiskit_opt3_7.qasm,1774,ibm_127q,realamprandom,qiskit,3 +4091,127,62,"{'measure': 59, 'rz': 2, 'sx': 1}",{'cx': 58},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_59.qasm,3328,ibm_127q,ghz,qiskit,2 +4092,127,3721,"{'rz': 6176, 'sx': 136, 'measure': 68, 'x': 1}",{'cx': 14376},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qpeexact_mapped_ibm_washington_qiskit_opt1_69.qasm,2295,ibm_127q,qpeexact,qiskit,1 +4093,127,305,"{'sx': 300, 'rz': 150, 'measure': 76, 'x': 1}",{'cx': 150},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_76.qasm,1192,ibm_127q,wstate,qiskit,2 +4094,127,709,"{'rz': 780, 'sx': 23, 'measure': 23}",{'cx': 1553},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt1_23.qasm,2829,ibm_127q,qft,qiskit,1 +4095,127,748,"{'rz': 216, 'sx': 144, 'measure': 18}",{'cx': 3432},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_18.qasm,1657,ibm_127q,realamprandom,qiskit,0 +4096,127,588,"{'rz': 455, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 886},"(54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (91, 79); (92, 83); (92, 102); (102, 92)",qpeexact_mapped_ibm_washington_qiskit_opt2_18.qasm,3214,ibm_127q,qpeexact,qiskit,2 +4097,127,11779,"{'rz': 12213, 'sx': 4375, 'x': 175, 'measure': 56}",{'cx': 44313},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_56.qasm,3528,ibm_127q,random,qiskit,1 +4098,127,237,"{'sx': 232, 'rz': 116, 'measure': 59, 'x': 1}",{'cx': 116},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",wstate_mapped_ibm_washington_qiskit_opt1_59.qasm,1252,ibm_127q,wstate,qiskit,1 +4099,127,750,"{'rz': 1047, 'sx': 310, 'x': 38, 'measure': 26}",{'cx': 1588},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83)",qft_mapped_ibm_washington_qiskit_opt3_26.qasm,2015,ibm_127q,qft,qiskit,3 +4100,127,1910,"{'rz': 3227, 'sx': 48, 'measure': 47}",{'cx': 6576},"(34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100)",qftentangled_mapped_ibm_washington_qiskit_opt1_47.qasm,3408,ibm_127q,qftentangled,qiskit,1 +4101,127,1870,"{'rz': 2134, 'sx': 260, 'measure': 44}",{'cx': 4855},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",ae_mapped_ibm_washington_qiskit_opt2_44.qasm,2332,ibm_127q,ae,qiskit,2 +4102,127,6258,"{'rz': 5111, 'sx': 1695, 'measure': 32, 'x': 21}",{'cx': 22501},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30)",random_mapped_ibm_washington_qiskit_opt0_32.qasm,1641,ibm_127q,random,qiskit,0 +4103,127,1318,"{'rz': 1425, 'sx': 1181, 'x': 79, 'measure': 31}",{'cx': 4459},"(20, 21); (20, 33); (21, 20); (33, 20); (33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_31.qasm,3475,ibm_127q,twolocalrandom,qiskit,3 +4104,127,4384,"{'rz': 5093, 'sx': 176, 'measure': 88, 'x': 1}",{'cx': 22108},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100)",qpeexact_mapped_ibm_washington_qiskit_opt2_89.qasm,1418,ibm_127q,qpeexact,qiskit,2 +4105,127,1457,"{'rz': 3934, 'sx': 1893, 'x': 187, 'measure': 49}",{'cx': 5104},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100)",qft_mapped_ibm_washington_qiskit_opt3_49.qasm,2127,ibm_127q,qft,qiskit,3 +4106,127,10877,"{'rz': 15246, 'sx': 198, 'measure': 99, 'x': 1}",{'cx': 76251},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt0_100.qasm,2339,ibm_127q,qpeinexact,qiskit,0 +4107,127,5717,"{'rz': 8251, 'sx': 74, 'measure': 74}",{'cx': 36998},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_74.qasm,2036,ibm_127q,qft,qiskit,0 +4108,127,3261,"{'rz': 512, 'sx': 512, 'measure': 64}",{'cx': 23141},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt2_64.qasm,1494,ibm_127q,realamprandom,qiskit,2 +4109,127,13004,"{'sx': 832, 'rz': 832, 'measure': 104}",{'cx': 77595},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_104.qasm,1323,ibm_127q,realamprandom,qiskit,1 +4110,127,583,"{'measure': 124, 'rz': 2, 'sx': 1}",{'cx': 1044},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_124.qasm,1587,ibm_127q,ghz,qiskit,0 +4111,127,11951,"{'rz': 14994, 'sx': 714, 'measure': 119}",{'cx': 93268},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_119.qasm,1591,ibm_127q,qnn,qiskit,2 +4112,127,1839,"{'rz': 2030, 'sx': 70, 'measure': 35, 'x': 1}",{'cx': 4254},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (110, 100)",qpeexact_mapped_ibm_washington_qiskit_opt1_36.qasm,3436,ibm_127q,qpeexact,qiskit,1 +4113,127,218,"{'measure': 50, 'rz': 2, 'sx': 1}",{'cx': 379},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_50.qasm,3716,ibm_127q,ghz,qiskit,0 +4114,127,5729,"{'rz': 10748, 'sx': 208, 'measure': 104, 'x': 1}",{'cx': 32397},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_105.qasm,1966,ibm_127q,qpeinexact,qiskit,1 +4115,127,1849,"{'sx': 376, 'rz': 376, 'measure': 47}",{'cx': 11605},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt2_47.qasm,1797,ibm_127q,realamprandom,qiskit,2 +4116,127,434,"{'rz': 334, 'sx': 167, 'measure': 83}",{'cx': 494},"(8, 16); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt1_84.qasm,3333,ibm_127q,dj,qiskit,1 +4117,127,181,"{'sx': 176, 'rz': 88, 'measure': 45, 'x': 1}",{'cx': 88},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt2_45.qasm,2225,ibm_127q,wstate,qiskit,2 +4118,127,101,"{'sx': 96, 'rz': 48, 'measure': 25, 'x': 1}",{'cx': 48},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",wstate_mapped_ibm_washington_qiskit_opt2_25.qasm,2955,ibm_127q,wstate,qiskit,2 +4119,127,77,"{'rz': 62, 'sx': 35, 'measure': 17}",{'cx': 59},"(45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",dj_mapped_ibm_washington_qiskit_opt2_18.qasm,2384,ibm_127q,dj,qiskit,2 +4120,127,389,"{'measure': 83, 'rz': 2, 'sx': 1}",{'cx': 694},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_83.qasm,2163,ibm_127q,ghz,qiskit,0 +4121,127,473,"{'rz': 368, 'sx': 96, 'measure': 16}",{'cx': 1094},"(80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104)",qnn_mapped_ibm_washington_qiskit_opt1_16.qasm,1657,ibm_127q,qnn,qiskit,1 +4122,127,27640,"{'rz': 37304, 'sx': 12940, 'x': 155, 'measure': 87}",{'cx': 212283},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_87.qasm,2638,ibm_127q,random,qiskit,0 +4123,127,9007,"{'rz': 11978, 'sx': 636, 'measure': 106}",{'cx': 64733},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_106.qasm,2397,ibm_127q,qnn,qiskit,2 +4124,127,265,"{'rz': 250, 'sx': 146, 'measure': 10, 'x': 1}",{'cx': 378},"(41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qnn_mapped_ibm_washington_qiskit_opt3_10.qasm,3324,ibm_127q,qnn,qiskit,3 +4125,127,911,"{'rz': 1274, 'sx': 1092, 'x': 41, 'measure': 25}",{'cx': 2634},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",su2random_mapped_ibm_washington_qiskit_opt3_25.qasm,1726,ibm_127q,su2random,qiskit,3 +4126,127,5691,"{'sx': 608, 'rz': 608, 'measure': 76}",{'cx': 40494},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_76.qasm,4018,ibm_127q,su2random,qiskit,1 +4127,127,180,"{'rz': 154, 'sx': 42, 'measure': 10, 'x': 2}",{'cx': 212},"(54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qft_mapped_ibm_washington_qiskit_opt3_10.qasm,1917,ibm_127q,qft,qiskit,3 +4128,127,4142,"{'rz': 1647, 'sx': 1200, 'x': 24, 'measure': 19}",{'cx': 2268},"(34, 43); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",pricingput_mapped_ibm_washington_qiskit_opt1_19.qasm,3165,ibm_127q,pricingput,qiskit,1 +4129,127,6455,"{'rz': 7998, 'sx': 516, 'measure': 86}",{'cx': 38805},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",qnn_mapped_ibm_washington_qiskit_opt1_86.qasm,3310,ibm_127q,qnn,qiskit,1 +4130,127,889,"{'measure': 109, 'rz': 2, 'sx': 1}",{'cx': 1002},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_109.qasm,3406,ibm_127q,ghz,qiskit,1 +4131,127,24,"{'measure': 21, 'rz': 2, 'sx': 1}",{'cx': 20},"(104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_21.qasm,2724,ibm_127q,ghz,qiskit,3 +4132,127,287,"{'rz': 222, 'sx': 131, 'measure': 55, 'x': 5}",{'cx': 239},"(34, 43); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt3_56.qasm,1508,ibm_127q,dj,qiskit,3 +4133,127,133,"{'sx': 128, 'rz': 64, 'measure': 33, 'x': 1}",{'cx': 64},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",wstate_mapped_ibm_washington_qiskit_opt1_33.qasm,1977,ibm_127q,wstate,qiskit,1 +4134,127,161,"{'sx': 156, 'rz': 78, 'measure': 40, 'x': 1}",{'cx': 78},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt1_40.qasm,1684,ibm_127q,wstate,qiskit,1 +4135,127,3110,"{'rz': 2620, 'sx': 80, 'measure': 40, 'x': 1}",{'cx': 11099},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_41.qasm,2294,ibm_127q,qpeexact,qiskit,0 +4136,127,6050,"{'rz': 7089, 'sx': 232, 'measure': 116, 'x': 1}",{'cx': 36561},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_117.qasm,2829,ibm_127q,qpeexact,qiskit,2 +4137,127,42,"{'rz': 68, 'sx': 35, 'measure': 7}",{'cx': 40},"(49, 55); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (68, 55)",qaoa_mapped_ibm_washington_qiskit_opt3_7.qasm,2611,ibm_127q,qaoa,qiskit,3 +4138,127,31247,"{'rz': 42169, 'sx': 14443, 'x': 175, 'measure': 93}",{'cx': 252604},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt0_93.qasm,3246,ibm_127q,random,qiskit,0 +4139,127,7664,"{'rz': 9317, 'sx': 154, 'measure': 77, 'x': 1}",{'cx': 44547},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_78.qasm,1774,ibm_127q,qpeinexact,qiskit,0 +4140,127,1820,"{'rz': 348, 'sx': 232, 'measure': 29}",{'cx': 10227},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_29.qasm,3744,ibm_127q,twolocalrandom,qiskit,0 +4141,127,2049,"{'rz': 4410, 'sx': 378, 'measure': 63}",{'cx': 16209},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt2_63.qasm,1090,ibm_127q,qnn,qiskit,2 +4142,127,1517,"{'rz': 1712, 'sx': 64, 'measure': 32, 'x': 1}",{'cx': 3432},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeinexact_mapped_ibm_washington_qiskit_opt1_33.qasm,3189,ibm_127q,qpeinexact,qiskit,1 +4143,127,43,"{'rz': 30, 'sx': 14, 'measure': 4}",{'cx': 21},"(72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",groundstate_small_mapped_ibm_washington_qiskit_opt2_4.qasm,4084,ibm_127q,groundstate,qiskit,2 +4144,127,4693,"{'rz': 4278, 'sx': 302, 'measure': 51}",{'cx': 18729},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_51.qasm,1934,ibm_127q,ae,qiskit,0 +4145,127,72,"{'measure': 69, 'rz': 2, 'sx': 1}",{'cx': 68},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_69.qasm,3776,ibm_127q,ghz,qiskit,2 +4146,127,5727,"{'rz': 6695, 'sx': 130, 'measure': 65, 'x': 1}",{'cx': 30462},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt0_66.qasm,1314,ibm_127q,qpeexact,qiskit,0 +4147,127,353,"{'rz': 246, 'sx': 123, 'measure': 61}",{'cx': 418},"(4, 15); (15, 4); (15, 22); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt1_62.qasm,4035,ibm_127q,dj,qiskit,1 +4148,127,6043,"{'rz': 552, 'sx': 368, 'measure': 46}",{'cx': 37431},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_46.qasm,2565,ibm_127q,realamprandom,qiskit,0 +4149,127,3278,"{'rz': 3146, 'sx': 88, 'measure': 44, 'x': 1}",{'cx': 12948},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_45.qasm,1491,ibm_127q,qpeinexact,qiskit,0 +4150,127,1152,"{'rz': 2324, 'sx': 51, 'measure': 51}",{'cx': 6207},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qft_mapped_ibm_washington_qiskit_opt2_51.qasm,1342,ibm_127q,qft,qiskit,2 +4151,127,576,"{'rz': 498, 'sx': 92, 'measure': 16}",{'cx': 1044},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_16.qasm,2563,ibm_127q,ae,qiskit,0 +4152,127,854,"{'measure': 113, 'rz': 2, 'sx': 1}",{'cx': 928},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (51, 36); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",ghz_mapped_ibm_washington_qiskit_opt2_113.qasm,2805,ibm_127q,ghz,qiskit,2 +4153,127,231,"{'rz': 162, 'sx': 89, 'measure': 44}",{'cx': 258},"(17, 30); (24, 34); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",dj_mapped_ibm_washington_qiskit_opt2_45.qasm,2926,ibm_127q,dj,qiskit,2 +4154,127,18,"{'rz': 56, 'sx': 28, 'measure': 28}",{'cx': 28},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (52, 37); (52, 56); (53, 41); (53, 60); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59)",graphstate_mapped_ibm_washington_qiskit_opt2_28.qasm,2731,ibm_127q,graphstate,qiskit,2 +4155,127,760,"{'rz': 678, 'sx': 110, 'measure': 19}",{'cx': 1587},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_19.qasm,3578,ibm_127q,ae,qiskit,0 +4156,127,12,"{'measure': 9, 'rz': 2, 'sx': 1}",{'cx': 8},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",ghz_mapped_ibm_washington_qiskit_opt0_9.qasm,3911,ibm_127q,ghz,qiskit,0 +4157,127,5401,"{'rz': 8908, 'sx': 94, 'measure': 94}",{'cx': 25209},"(10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 22); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_94.qasm,2900,ibm_127q,qft,qiskit,1 +4158,127,68,"{'rz': 254, 'sx': 127, 'measure': 73}",{'cx': 376},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt2_73.qasm,2538,ibm_127q,graphstate,qiskit,2 +4159,127,5079,"{'rz': 1811, 'sx': 439, 'measure': 17, 'x': 10}",{'cx': 4512},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt2_17.qasm,1542,ibm_127q,qwalk-v-chain,qiskit,2 +4160,127,471,"{'rz': 547, 'sx': 170, 'measure': 18, 'x': 8}",{'cx': 773},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (81, 72)",qft_mapped_ibm_washington_qiskit_opt3_18.qasm,2650,ibm_127q,qft,qiskit,3 +4161,127,61,"{'sx': 56, 'rz': 28, 'measure': 15, 'x': 1}",{'cx': 28},"(37, 38); (37, 52); (38, 37); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",wstate_mapped_ibm_washington_qiskit_opt1_15.qasm,3007,ibm_127q,wstate,qiskit,1 +4162,127,17291,"{'sx': 968, 'rz': 968, 'measure': 121}",{'cx': 117981},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_121.qasm,2042,ibm_127q,su2random,qiskit,1 +4163,127,343,"{'rz': 259, 'sx': 155, 'measure': 67, 'x': 9}",{'cx': 291},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100); (110, 118); (118, 110)",dj_mapped_ibm_washington_qiskit_opt3_68.qasm,2089,ibm_127q,dj,qiskit,3 +4164,127,1676,"{'rz': 2643, 'sx': 1159, 'x': 137, 'measure': 41}",{'cx': 3778},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83); (92, 102); (102, 92)",ae_mapped_ibm_washington_qiskit_opt3_41.qasm,1730,ibm_127q,ae,qiskit,3 +4165,127,11386,"{'rz': 1104, 'sx': 552, 'measure': 69}",{'cx': 89625},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_69.qasm,2451,ibm_127q,su2random,qiskit,0 +4166,127,1847,"{'rz': 14881, 'sx': 10610, 'measure': 62, 'x': 5}",{'cx': 13410},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt3_62.qasm,1095,ibm_127q,qnn,qiskit,3 +4167,127,232,"{'rz': 163, 'sx': 76, 'measure': 9, 'x': 3}",{'cx': 322},"(65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102)",qnn_mapped_ibm_washington_qiskit_opt3_9.qasm,1945,ibm_127q,qnn,qiskit,3 +4168,127,186,"{'rz': 118, 'sx': 16, 'measure': 8, 'x': 1}",{'cx': 181},"(45, 54); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",qpeexact_mapped_ibm_washington_qiskit_opt2_9.qasm,3099,ibm_127q,qpeexact,qiskit,2 +4169,127,61,"{'rz': 193, 'sx': 107, 'measure': 50, 'x': 2}",{'cx': 193},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt3_50.qasm,1171,ibm_127q,graphstate,qiskit,3 +4170,127,720,"{'rz': 712, 'sx': 629, 'measure': 31, 'x': 23}",{'cx': 3464},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt3_31.qasm,3625,ibm_127q,su2random,qiskit,3 +4171,127,2048,"{'rz': 3133, 'sx': 64, 'measure': 64}",{'cx': 9886},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qft_mapped_ibm_washington_qiskit_opt2_64.qasm,1411,ibm_127q,qft,qiskit,2 +4172,127,362,"{'rz': 296, 'sx': 173, 'measure': 78, 'x': 7}",{'cx': 317},"(8, 16); (11, 12); (12, 11); (12, 17); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 72); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt3_79.qasm,2053,ibm_127q,dj,qiskit,3 +4173,127,1467,"{'rz': 1828, 'sx': 44, 'measure': 44}",{'cx': 4956},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qft_mapped_ibm_washington_qiskit_opt2_44.qasm,2049,ibm_127q,qft,qiskit,2 +4174,127,5478,"{'rz': 6630, 'sx': 428, 'measure': 72}",{'cx': 14856},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_72.qasm,2650,ibm_127q,ae,qiskit,1 +4175,127,30,"{'measure': 27, 'rz': 2, 'sx': 1}",{'cx': 26},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",ghz_mapped_ibm_washington_qiskit_opt1_27.qasm,4030,ibm_127q,ghz,qiskit,1 +4176,127,82,"{'rz': 70, 'sx': 35, 'measure': 17}",{'cx': 65},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (72, 62); (72, 81); (73, 66); (81, 72)",dj_mapped_ibm_washington_qiskit_opt1_18.qasm,3816,ibm_127q,dj,qiskit,1 +4177,127,362,"{'rz': 612, 'sx': 306, 'measure': 102}",{'cx': 2385},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt0_102.qasm,1555,ibm_127q,graphstate,qiskit,0 +4178,127,3163,"{'rz': 7463, 'sx': 6168, 'x': 434, 'measure': 57}",{'cx': 15879},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 54); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt3_57.qasm,3882,ibm_127q,su2random,qiskit,3 +4179,127,9760,"{'rz': 840, 'sx': 840, 'measure': 105}",{'cx': 73842},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_105.qasm,3298,ibm_127q,twolocalrandom,qiskit,2 +4180,127,2173,"{'rz': 2935, 'sx': 332, 'measure': 56}",{'cx': 7113},"(17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100)",ae_mapped_ibm_washington_qiskit_opt2_56.qasm,1329,ibm_127q,ae,qiskit,2 +4181,127,1919,"{'rz': 3811, 'sx': 1759, 'x': 198, 'measure': 51}",{'cx': 5610},"(16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100)",qft_mapped_ibm_washington_qiskit_opt3_51.qasm,1633,ibm_127q,qft,qiskit,3 +4182,127,237,"{'rz': 188, 'sx': 89, 'measure': 8, 'x': 2}",{'cx': 189},"(45, 54); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62)",random_mapped_ibm_washington_qiskit_opt2_8.qasm,4024,ibm_127q,random,qiskit,2 +4183,127,342,"{'rz': 259, 'sx': 143, 'measure': 71}",{'cx': 438},"(4, 15); (15, 4); (15, 22); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93); (106, 107); (107, 106)",dj_mapped_ibm_washington_qiskit_opt2_72.qasm,2734,ibm_127q,dj,qiskit,2 +4184,127,899,"{'rz': 2048, 'sx': 45, 'measure': 44}",{'cx': 4710},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt2_44.qasm,1818,ibm_127q,qftentangled,qiskit,2 +4185,127,2441,"{'rz': 424, 'sx': 424, 'measure': 53}",{'cx': 17918},"(20, 21); (20, 33); (21, 20); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt1_53.qasm,1801,ibm_127q,realamprandom,qiskit,1 +4186,127,43,"{'rz': 70, 'sx': 35, 'measure': 7}",{'cx': 40},"(49, 55); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (68, 55)",qaoa_mapped_ibm_washington_qiskit_opt1_7.qasm,1793,ibm_127q,qaoa,qiskit,1 +4187,127,764,"{'rz': 918, 'sx': 162, 'measure': 27}",{'cx': 3090},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qnn_mapped_ibm_washington_qiskit_opt2_27.qasm,3002,ibm_127q,qnn,qiskit,2 +4188,127,10474,"{'sx': 792, 'rz': 792, 'measure': 99}",{'cx': 72080},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_99.qasm,1254,ibm_127q,twolocalrandom,qiskit,1 +4189,127,583,"{'rz': 387, 'sx': 366, 'measure': 22, 'x': 2}",{'cx': 1901},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",su2random_mapped_ibm_washington_qiskit_opt3_22.qasm,1106,ibm_127q,su2random,qiskit,3 +4190,127,4173,"{'sx': 536, 'rz': 536, 'measure': 67}",{'cx': 26413},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_67.qasm,1721,ibm_127q,twolocalrandom,qiskit,2 +4191,127,63803,"{'rz': 61863, 'sx': 22601, 'x': 769, 'measure': 126}",{'cx': 375936},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_126.qasm,3276,ibm_127q,random,qiskit,1 +4192,127,2439,"{'rz': 4804, 'sx': 83, 'measure': 82}",{'cx': 14589},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_82.qasm,4013,ibm_127q,qftentangled,qiskit,2 +4193,127,4160,"{'rz': 444, 'sx': 296, 'measure': 37}",{'cx': 23139},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_37.qasm,2988,ibm_127q,twolocalrandom,qiskit,0 +4194,127,3765,"{'rz': 4232, 'sx': 148, 'measure': 74, 'x': 1}",{'cx': 14821},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qpeexact_mapped_ibm_washington_qiskit_opt2_75.qasm,1700,ibm_127q,qpeexact,qiskit,2 +4195,127,142,"{'rz': 115, 'sx': 65, 'measure': 32}",{'cx': 166},"(20, 21); (20, 33); (21, 20); (33, 20); (33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (53, 41); (53, 60); (54, 64); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (73, 85); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83)",dj_mapped_ibm_washington_qiskit_opt2_33.qasm,2625,ibm_127q,dj,qiskit,2 +4196,127,6373,"{'rz': 7102, 'sx': 134, 'measure': 67, 'x': 1}",{'cx': 33227},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt0_68.qasm,2692,ibm_127q,qpeinexact,qiskit,0 +4197,127,2937,"{'sx': 384, 'rz': 384, 'measure': 48}",{'cx': 16265},"(25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",realamprandom_mapped_ibm_washington_qiskit_opt1_48.qasm,1921,ibm_127q,realamprandom,qiskit,1 +4198,127,486,"{'measure': 99, 'rz': 2, 'sx': 1}",{'cx': 875},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ghz_mapped_ibm_washington_qiskit_opt0_99.qasm,2422,ibm_127q,ghz,qiskit,0 +4199,127,55,"{'measure': 52, 'rz': 2, 'sx': 1}",{'cx': 51},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (126, 112)",ghz_mapped_ibm_washington_qiskit_opt2_52.qasm,1622,ibm_127q,ghz,qiskit,2 +4200,127,339,"{'rz': 292, 'sx': 149, 'x': 23, 'measure': 10}",{'cx': 328},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",random_mapped_ibm_washington_qiskit_opt3_10.qasm,1755,ibm_127q,random,qiskit,3 +4201,127,3476,"{'rz': 448, 'sx': 448, 'measure': 56}",{'cx': 18511},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt2_56.qasm,2252,ibm_127q,realamprandom,qiskit,2 +4202,127,5775,"{'rz': 5691, 'sx': 192, 'measure': 96, 'x': 1}",{'cx': 25264},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeexact_mapped_ibm_washington_qiskit_opt2_97.qasm,3360,ibm_127q,qpeexact,qiskit,2 +4203,127,842,"{'rz': 660, 'sx': 396, 'measure': 67, 'x': 1}",{'cx': 897},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",wstate_mapped_ibm_washington_qiskit_opt0_67.qasm,4079,ibm_127q,wstate,qiskit,0 +4204,127,8354,"{'rz': 15657, 'sx': 102, 'measure': 102}",{'cx': 68571},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt0_102.qasm,4007,ibm_127q,qft,qiskit,0 +4205,127,157,"{'rz': 130, 'sx': 78, 'measure': 14, 'x': 1}",{'cx': 137},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_14.qasm,1293,ibm_127q,wstate,qiskit,0 +4206,127,516,"{'rz': 851, 'sx': 714, 'measure': 20, 'x': 6}",{'cx': 1562},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (93, 87)",realamprandom_mapped_ibm_washington_qiskit_opt3_20.qasm,2652,ibm_127q,realamprandom,qiskit,3 +4207,127,1032,"{'rz': 1022, 'sx': 146, 'measure': 25}",{'cx': 1662},"(45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt1_25.qasm,3284,ibm_127q,ae,qiskit,1 +4208,127,1018,"{'rz': 1119, 'sx': 146, 'measure': 25}",{'cx': 2511},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_25.qasm,1881,ibm_127q,ae,qiskit,0 +4209,127,81,"{'rz': 114, 'sx': 57, 'measure': 29}",{'cx': 140},"(20, 33); (33, 20); (33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt1_29.qasm,2953,ibm_127q,graphstate,qiskit,1 +4210,127,5854,"{'rz': 12006, 'sx': 680, 'measure': 114}",{'cx': 36516},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_114.qasm,3000,ibm_127q,ae,qiskit,1 +4211,127,273,"{'sx': 268, 'rz': 134, 'measure': 68, 'x': 1}",{'cx': 134},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_68.qasm,1931,ibm_127q,wstate,qiskit,1 +4212,127,1429,"{'rz': 3699, 'sx': 1811, 'x': 101, 'measure': 46}",{'cx': 4850},"(34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt3_46.qasm,2018,ibm_127q,qftentangled,qiskit,3 +4213,127,2422,"{'sx': 320, 'rz': 320, 'measure': 40}",{'cx': 10657},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_40.qasm,3974,ibm_127q,twolocalrandom,qiskit,1 +4214,127,99,"{'rz': 334, 'sx': 167, 'measure': 85}",{'cx': 532},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_85.qasm,3694,ibm_127q,graphstate,qiskit,1 +4215,127,1619,"{'sx': 312, 'rz': 312, 'measure': 39}",{'cx': 8804},"(34, 43); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_39.qasm,2116,ibm_127q,twolocalrandom,qiskit,2 +4216,127,1036,"{'rz': 790, 'sx': 474, 'measure': 80, 'x': 1}",{'cx': 1148},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_80.qasm,2258,ibm_127q,wstate,qiskit,0 +4217,127,5596,"{'rz': 7693, 'sx': 740, 'measure': 124}",{'cx': 35877},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_124.qasm,1958,ibm_127q,ae,qiskit,2 +4218,127,307,"{'rz': 205, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 326},"(45, 54); (54, 45); (54, 64); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66)",qpeinexact_mapped_ibm_washington_qiskit_opt1_11.qasm,2305,ibm_127q,qpeinexact,qiskit,1 +4219,127,1227,"{'sx': 574, 'rz': 472, 'measure': 126, 'x': 1}",{'cx': 1502},"(0, 1); (0, 14); (1, 0); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_126.qasm,1991,ibm_127q,wstate,qiskit,2 +4220,127,98,"{'measure': 95, 'rz': 2, 'sx': 1}",{'cx': 94},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_95.qasm,1060,ibm_127q,ghz,qiskit,1 +4221,127,328,"{'rz': 222, 'sx': 135, 'x': 15, 'measure': 7}",{'cx': 194},"(72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (92, 83)",pricingput_mapped_ibm_washington_qiskit_opt3_7.qasm,2969,ibm_127q,pricingput,qiskit,3 +4222,127,3349,"{'rz': 400, 'sx': 400, 'measure': 50}",{'cx': 16686},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83)",realamprandom_mapped_ibm_washington_qiskit_opt1_50.qasm,2631,ibm_127q,realamprandom,qiskit,1 +4223,127,903,"{'rz': 1136, 'sx': 471, 'x': 54, 'measure': 25}",{'cx': 1402},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (73, 66); (73, 85); (85, 73)",ae_mapped_ibm_washington_qiskit_opt3_25.qasm,3803,ibm_127q,ae,qiskit,3 +4224,127,13514,"{'sx': 936, 'rz': 936, 'measure': 117}",{'cx': 96816},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_117.qasm,3868,ibm_127q,realamprandom,qiskit,2 +4225,127,4398,"{'rz': 9395, 'sx': 98, 'measure': 98}",{'cx': 28526},"(8, 16); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_98.qasm,3312,ibm_127q,qft,qiskit,1 +4226,127,10877,"{'rz': 15246, 'sx': 198, 'measure': 99, 'x': 1}",{'cx': 76251},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt0_100.qasm,3871,ibm_127q,qpeexact,qiskit,0 +4227,127,13905,"{'rz': 984, 'sx': 656, 'measure': 82}",{'cx': 132396},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_82.qasm,3515,ibm_127q,twolocalrandom,qiskit,0 +4228,127,5386,"{'sx': 712, 'rz': 712, 'measure': 89}",{'cx': 52127},"(4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 56); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_89.qasm,1080,ibm_127q,twolocalrandom,qiskit,1 +4229,127,20,"{'rz': 22, 'sx': 11, 'measure': 7}",{'cx': 13},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (103, 104); (104, 103); (104, 105); (105, 104)",graphstate_mapped_ibm_washington_qiskit_opt1_7.qasm,2896,ibm_127q,graphstate,qiskit,1 +4230,127,1272,"{'rz': 1642, 'sx': 1380, 'x': 50, 'measure': 30}",{'cx': 4047},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_30.qasm,3285,ibm_127q,twolocalrandom,qiskit,3 +4231,127,4749,"{'rz': 5870, 'sx': 198, 'measure': 99, 'x': 1}",{'cx': 25533},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeexact_mapped_ibm_washington_qiskit_opt2_100.qasm,2911,ibm_127q,qpeexact,qiskit,2 +4232,127,7671,"{'rz': 816, 'sx': 408, 'measure': 51}",{'cx': 48513},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_51.qasm,1449,ibm_127q,su2random,qiskit,0 +4233,127,7254,"{'rz': 11305, 'sx': 170, 'measure': 85, 'x': 1}",{'cx': 49382},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_86.qasm,1879,ibm_127q,qpeexact,qiskit,0 +4234,127,13316,"{'rz': 14750, 'sx': 708, 'measure': 118}",{'cx': 97290},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_118.qasm,2776,ibm_127q,qnn,qiskit,1 +4235,127,1268,"{'rz': 2426, 'sx': 862, 'x': 72, 'measure': 42}",{'cx': 3712},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",ae_mapped_ibm_washington_qiskit_opt3_42.qasm,2961,ibm_127q,ae,qiskit,3 +4236,127,92,"{'rz': 390, 'sx': 195, 'measure': 97}",{'cx': 571},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_97.qasm,2404,ibm_127q,graphstate,qiskit,2 +4237,127,3082,"{'rz': 3506, 'sx': 74, 'measure': 74}",{'cx': 13298},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qft_mapped_ibm_washington_qiskit_opt2_74.qasm,3646,ibm_127q,qft,qiskit,2 +4238,127,2094,"{'rz': 2559, 'sx': 102, 'measure': 51, 'x': 1}",{'cx': 7200},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt2_52.qasm,1229,ibm_127q,qpeexact,qiskit,2 +4239,127,10125,"{'rz': 5520, 'sx': 414, 'measure': 69}",{'cx': 80258},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_69.qasm,3425,ibm_127q,qnn,qiskit,0 +4240,127,1041,"{'sx': 492, 'rz': 376, 'measure': 111, 'x': 1}",{'cx': 1279},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_111.qasm,1211,ibm_127q,wstate,qiskit,2 +4241,127,463,"{'rz': 938, 'sx': 490, 'measure': 14}",{'cx': 1151},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",groundstate_large_mapped_ibm_washington_qiskit_opt0_14.qasm,4031,ibm_127q,groundstate,qiskit,0 +4242,127,435,"{'rz': 726, 'sx': 363, 'measure': 121}",{'cx': 3328},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt0_121.qasm,2980,ibm_127q,graphstate,qiskit,0 +4243,127,747,"{'rz': 418, 'sx': 209, 'measure': 104, 'x': 95}",{'cx': 1283},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",dj_mapped_ibm_washington_qiskit_opt0_105.qasm,3016,ibm_127q,dj,qiskit,0 +4244,127,345,"{'sx': 340, 'rz': 170, 'measure': 86, 'x': 1}",{'cx': 170},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_86.qasm,1582,ibm_127q,wstate,qiskit,1 +4245,127,6597,"{'rz': 9494, 'sx': 564, 'measure': 94}",{'cx': 48044},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_94.qasm,2077,ibm_127q,qnn,qiskit,1 +4246,127,1899,"{'rz': 2558, 'sx': 834, 'x': 139, 'measure': 42}",{'cx': 4715},"(4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102)",qpeexact_mapped_ibm_washington_qiskit_opt3_43.qasm,3390,ibm_127q,qpeexact,qiskit,3 +4247,127,649,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1560},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",realamprandom_mapped_ibm_washington_qiskit_opt1_16.qasm,3648,ibm_127q,realamprandom,qiskit,1 +4248,127,3029,"{'sx': 456, 'rz': 456, 'measure': 57}",{'cx': 21441},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_57.qasm,3350,ibm_127q,twolocalrandom,qiskit,1 +4249,127,880,"{'rz': 858, 'sx': 156, 'measure': 26}",{'cx': 2997},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (58, 71); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (85, 73); (91, 79)",qnn_mapped_ibm_washington_qiskit_opt2_26.qasm,1797,ibm_127q,qnn,qiskit,2 +4250,127,130,"{'rz': 110, 'sx': 65, 'measure': 29, 'x': 3}",{'cx': 97},"(34, 43); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (91, 79); (91, 98); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98)",dj_mapped_ibm_washington_qiskit_opt3_30.qasm,2025,ibm_127q,dj,qiskit,3 +4251,127,212,"{'rz': 156, 'sx': 77, 'measure': 7, 'x': 6}",{'cx': 153},"(66, 73); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",random_mapped_ibm_washington_qiskit_opt1_7.qasm,2529,ibm_127q,random,qiskit,1 +4252,127,1706,"{'sx': 328, 'rz': 328, 'measure': 41}",{'cx': 8894},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",su2random_mapped_ibm_washington_qiskit_opt2_41.qasm,3774,ibm_127q,su2random,qiskit,2 +4253,127,726,"{'rz': 540, 'sx': 324, 'measure': 55, 'x': 1}",{'cx': 840},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (54, 45)",wstate_mapped_ibm_washington_qiskit_opt0_55.qasm,3170,ibm_127q,wstate,qiskit,0 +4254,127,14070,"{'sx': 968, 'rz': 968, 'measure': 121}",{'cx': 100390},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_121.qasm,2287,ibm_127q,su2random,qiskit,2 +4255,127,1141,"{'rz': 565, 'sx': 71, 'measure': 7, 'x': 1}",{'cx': 926},"(35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45)",grover-v-chain_mapped_ibm_washington_qiskit_opt1_7.qasm,4072,ibm_127q,grover-v-chain,qiskit,1 +4256,127,5515,"{'rz': 7176, 'sx': 69, 'measure': 69}",{'cx': 32649},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_69.qasm,3482,ibm_127q,qft,qiskit,0 +4257,127,78,"{'measure': 75, 'rz': 2, 'sx': 1}",{'cx': 74},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_75.qasm,1682,ibm_127q,ghz,qiskit,1 +4258,127,15508,"{'rz': 16281, 'sx': 6159, 'x': 239, 'measure': 66}",{'cx': 64880},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_66.qasm,1637,ibm_127q,random,qiskit,1 +4259,127,6031,"{'rz': 10088, 'sx': 582, 'measure': 97}",{'cx': 51528},"(12, 13); (12, 17); (13, 12); (15, 22); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_97.qasm,3133,ibm_127q,qnn,qiskit,2 +4260,127,68,"{'rz': 194, 'sx': 97, 'measure': 51}",{'cx': 291},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (111, 104); (111, 122); (122, 111); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt1_51.qasm,3612,ibm_127q,graphstate,qiskit,1 +4261,127,7568,"{'rz': 12134, 'sx': 686, 'measure': 115}",{'cx': 36604},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 122); (112, 108); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",ae_mapped_ibm_washington_qiskit_opt1_115.qasm,2974,ibm_127q,ae,qiskit,1 +4262,127,63,"{'rz': 90, 'sx': 60, 'measure': 10}",{'cx': 108},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",vqe_mapped_ibm_washington_qiskit_opt0_10.qasm,3216,ibm_127q,vqe,qiskit,0 +4263,127,865,"{'rz': 482, 'sx': 241, 'measure': 120, 'x': 105}",{'cx': 1491},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt0_121.qasm,2721,ibm_127q,dj,qiskit,0 +4264,127,74,"{'rz': 170, 'sx': 85, 'measure': 47}",{'cx': 266},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt1_47.qasm,1050,ibm_127q,graphstate,qiskit,1 +4265,127,151,"{'rz': 97, 'sx': 25, 'measure': 8, 'x': 1}",{'cx': 160},"(85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107)",qftentangled_mapped_ibm_washington_qiskit_opt3_8.qasm,4029,ibm_127q,qftentangled,qiskit,3 +4266,127,2230,"{'rz': 17982, 'sx': 12833, 'measure': 67, 'x': 6}",{'cx': 15640},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (55, 49); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt3_67.qasm,1448,ibm_127q,qnn,qiskit,3 +4267,127,66,"{'rz': 230, 'sx': 115, 'measure': 57}",{'cx': 303},"(20, 33); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt1_57.qasm,2225,ibm_127q,graphstate,qiskit,1 +4268,127,2479,"{'rz': 1921, 'sx': 68, 'measure': 34, 'x': 1}",{'cx': 8270},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24)",qpeinexact_mapped_ibm_washington_qiskit_opt0_35.qasm,3625,ibm_127q,qpeinexact,qiskit,0 +4269,127,6636,"{'rz': 10494, 'sx': 204, 'measure': 102, 'x': 1}",{'cx': 31759},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_103.qasm,1098,ibm_127q,qpeexact,qiskit,1 +4270,127,1896,"{'rz': 2032, 'sx': 86, 'measure': 43, 'x': 1}",{'cx': 5364},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeexact_mapped_ibm_washington_qiskit_opt2_44.qasm,3814,ibm_127q,qpeexact,qiskit,2 +4271,127,1112,"{'rz': 276, 'sx': 184, 'measure': 23}",{'cx': 5613},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_23.qasm,2298,ibm_127q,realamprandom,qiskit,0 +4272,127,277,"{'sx': 272, 'rz': 136, 'measure': 69, 'x': 1}",{'cx': 136},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_69.qasm,3568,ibm_127q,wstate,qiskit,1 +4273,127,8237,"{'rz': 10968, 'sx': 111, 'measure': 111}",{'cx': 36127},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_111.qasm,3472,ibm_127q,qft,qiskit,1 +4274,127,1072,"{'sx': 232, 'rz': 232, 'measure': 29}",{'cx': 5171},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",su2random_mapped_ibm_washington_qiskit_opt1_29.qasm,3520,ibm_127q,su2random,qiskit,1 +4275,127,8541,"{'rz': 11046, 'sx': 168, 'measure': 84, 'x': 1}",{'cx': 54654},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_85.qasm,2649,ibm_127q,qpeexact,qiskit,0 +4276,127,2116,"{'rz': 785, 'sx': 181, 'measure': 11, 'x': 10}",{'cx': 1884},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (53, 41)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt1_11.qasm,3598,ibm_127q,qwalk-v-chain,qiskit,1 +4277,127,63390,"{'rz': 60119, 'sx': 22179, 'x': 828, 'measure': 125}",{'cx': 365957},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_125.qasm,3587,ibm_127q,random,qiskit,1 +4278,127,417,"{'rz': 642, 'sx': 321, 'measure': 107}",{'cx': 2624},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt0_107.qasm,3066,ibm_127q,graphstate,qiskit,0 +4279,127,4457,"{'rz': 7065, 'sx': 150, 'measure': 75, 'x': 1}",{'cx': 18340},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_76.qasm,2122,ibm_127q,qpeinexact,qiskit,1 +4280,127,15634,"{'sx': 912, 'rz': 912, 'measure': 114}",{'cx': 106236},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_114.qasm,2915,ibm_127q,twolocalrandom,qiskit,1 +4281,127,155,"{'rz': 94, 'sx': 9, 'measure': 8}",{'cx': 168},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (54, 45)",qftentangled_mapped_ibm_washington_qiskit_opt1_8.qasm,1571,ibm_127q,qftentangled,qiskit,1 +4282,127,321,"{'rz': 534, 'sx': 267, 'measure': 89}",{'cx': 1937},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",graphstate_mapped_ibm_washington_qiskit_opt0_89.qasm,2587,ibm_127q,graphstate,qiskit,0 +4283,127,85,"{'sx': 80, 'rz': 40, 'measure': 21, 'x': 1}",{'cx': 40},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56)",wstate_mapped_ibm_washington_qiskit_opt3_21.qasm,2540,ibm_127q,wstate,qiskit,3 +4284,127,265,"{'sx': 260, 'rz': 130, 'measure': 66, 'x': 1}",{'cx': 130},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_66.qasm,2652,ibm_127q,wstate,qiskit,1 +4285,127,57,"{'sx': 52, 'rz': 26, 'measure': 14, 'x': 1}",{'cx': 26},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_14.qasm,3133,ibm_127q,wstate,qiskit,3 +4286,127,4506,"{'sx': 464, 'rz': 464, 'measure': 58}",{'cx': 23356},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_58.qasm,1867,ibm_127q,twolocalrandom,qiskit,1 +4287,127,3061,"{'rz': 4734, 'sx': 3782, 'x': 186, 'measure': 50}",{'cx': 12555},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83); (92, 102); (102, 92)",su2random_mapped_ibm_washington_qiskit_opt3_50.qasm,3303,ibm_127q,su2random,qiskit,3 +4288,127,3025,"{'rz': 6370, 'sx': 73, 'measure': 73}",{'cx': 15135},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_73.qasm,2488,ibm_127q,qft,qiskit,1 +4289,127,3770,"{'rz': 6268, 'sx': 108, 'measure': 107}",{'cx': 26074},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_107.qasm,3451,ibm_127q,qftentangled,qiskit,2 +4290,127,6887,"{'rz': 9555, 'sx': 156, 'measure': 78, 'x': 1}",{'cx': 42528},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_79.qasm,2353,ibm_127q,qpeinexact,qiskit,0 +4291,127,32,"{'rz': 33, 'sx': 19, 'measure': 9, 'x': 1}",{'cx': 26},"(66, 73); (73, 66); (73, 85); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt3_9.qasm,2511,ibm_127q,graphstate,qiskit,3 +4292,127,8527,"{'rz': 12870, 'sx': 660, 'measure': 110}",{'cx': 75233},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt2_110.qasm,3428,ibm_127q,qnn,qiskit,2 +4293,127,3064,"{'rz': 1429, 'sx': 635, 'x': 38, 'measure': 13}",{'cx': 2362},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt3_13.qasm,3484,ibm_127q,qwalk-v-chain,qiskit,3 +4294,127,2737,"{'rz': 2875, 'sx': 1168, 'x': 36, 'measure': 29}",{'cx': 7381},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt2_29.qasm,1116,ibm_127q,random,qiskit,2 +4295,127,1930,"{'rz': 2982, 'sx': 46, 'measure': 45}",{'cx': 5940},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87)",qftentangled_mapped_ibm_washington_qiskit_opt1_45.qasm,1150,ibm_127q,qftentangled,qiskit,1 +4296,127,584,"{'sx': 144, 'rz': 144, 'measure': 18}",{'cx': 1913},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_18.qasm,2158,ibm_127q,twolocalrandom,qiskit,1 +4297,127,19,"{'measure': 16, 'rz': 2, 'sx': 1}",{'cx': 15},"(108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_16.qasm,2379,ibm_127q,ghz,qiskit,3 +4298,127,321,"{'sx': 316, 'rz': 158, 'measure': 80, 'x': 1}",{'cx': 158},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_80.qasm,3901,ibm_127q,wstate,qiskit,2 +4299,127,514,"{'rz': 553, 'sx': 20, 'measure': 19}",{'cx': 1689},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_19.qasm,3825,ibm_127q,qftentangled,qiskit,0 +4300,127,1911,"{'rz': 3430, 'sx': 278, 'measure': 47}",{'cx': 6212},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt1_47.qasm,1699,ibm_127q,ae,qiskit,1 +4301,127,2678,"{'rz': 3428, 'sx': 124, 'measure': 62, 'x': 1}",{'cx': 10608},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeexact_mapped_ibm_washington_qiskit_opt2_63.qasm,2109,ibm_127q,qpeexact,qiskit,2 +4302,127,409,"{'rz': 290, 'sx': 145, 'measure': 72}",{'cx': 531},"(8, 16); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt1_73.qasm,1400,ibm_127q,dj,qiskit,1 +4303,127,11171,"{'sx': 808, 'rz': 808, 'measure': 101}",{'cx': 66512},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_101.qasm,3869,ibm_127q,twolocalrandom,qiskit,2 +4304,127,823,"{'rz': 1044, 'sx': 174, 'measure': 29}",{'cx': 3428},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (93, 87)",qnn_mapped_ibm_washington_qiskit_opt2_29.qasm,2364,ibm_127q,qnn,qiskit,2 +4305,127,931,"{'measure': 118, 'rz': 2, 'sx': 1}",{'cx': 978},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_118.qasm,3934,ibm_127q,ghz,qiskit,2 +4306,127,50,"{'measure': 47, 'rz': 2, 'sx': 1}",{'cx': 46},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (34, 24); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ghz_mapped_ibm_washington_qiskit_opt1_47.qasm,3073,ibm_127q,ghz,qiskit,1 +4307,127,190,"{'rz': 318, 'sx': 159, 'measure': 53}",{'cx': 884},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37)",graphstate_mapped_ibm_washington_qiskit_opt0_53.qasm,1790,ibm_127q,graphstate,qiskit,0 +4308,127,578,"{'rz': 472, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 1403},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_17.qasm,3805,ibm_127q,qpeexact,qiskit,0 +4309,127,8995,"{'rz': 13098, 'sx': 666, 'measure': 111}",{'cx': 82660},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_111.qasm,2736,ibm_127q,qnn,qiskit,2 +4310,127,1658,"{'rz': 2290, 'sx': 52, 'measure': 52}",{'cx': 6474},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt2_52.qasm,3044,ibm_127q,qft,qiskit,2 +4311,127,315,"{'rz': 142, 'sx': 60, 'measure': 7, 'x': 4}",{'cx': 228},"(72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (92, 83)",pricingcall_mapped_ibm_washington_qiskit_opt2_7.qasm,2303,ibm_127q,pricingcall,qiskit,2 +4312,127,241,"{'sx': 236, 'rz': 118, 'measure': 60, 'x': 1}",{'cx': 118},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (39, 33); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_60.qasm,3190,ibm_127q,wstate,qiskit,1 +4313,127,49,"{'measure': 46, 'rz': 2, 'sx': 1}",{'cx': 45},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt1_46.qasm,2310,ibm_127q,ghz,qiskit,1 +4314,127,4434,"{'sx': 528, 'rz': 528, 'measure': 66}",{'cx': 25449},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_66.qasm,3895,ibm_127q,realamprandom,qiskit,2 +4315,127,4186,"{'rz': 5795, 'sx': 130, 'measure': 65, 'x': 1}",{'cx': 13530},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",qpeinexact_mapped_ibm_washington_qiskit_opt1_66.qasm,1976,ibm_127q,qpeinexact,qiskit,1 +4316,127,185,"{'sx': 180, 'rz': 90, 'measure': 46, 'x': 1}",{'cx': 90},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt2_46.qasm,4006,ibm_127q,wstate,qiskit,2 +4317,127,3718,"{'rz': 6303, 'sx': 138, 'measure': 69, 'x': 1}",{'cx': 15274},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_70.qasm,1252,ibm_127q,qpeinexact,qiskit,1 +4318,127,1271,"{'rz': 3232, 'sx': 1753, 'x': 87, 'measure': 41}",{'cx': 3531},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt3_41.qasm,1037,ibm_127q,qft,qiskit,3 +4319,127,506,"{'rz': 286, 'sx': 143, 'measure': 71, 'x': 69}",{'cx': 854},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58)",dj_mapped_ibm_washington_qiskit_opt0_72.qasm,3516,ibm_127q,dj,qiskit,0 +4320,127,154,"{'rz': 95, 'sx': 38, 'measure': 7}",{'cx': 87},"(87, 88); (87, 93); (88, 87); (93, 87); (93, 106); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107)",ae_mapped_ibm_washington_qiskit_opt1_7.qasm,2624,ibm_127q,ae,qiskit,1 +4321,127,1753,"{'rz': 2496, 'sx': 78, 'measure': 39, 'x': 1}",{'cx': 5136},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",qpeinexact_mapped_ibm_washington_qiskit_opt1_40.qasm,1091,ibm_127q,qpeinexact,qiskit,1 +4322,127,790,"{'rz': 446, 'sx': 223, 'measure': 111, 'x': 97}",{'cx': 1353},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (111, 104)",dj_mapped_ibm_washington_qiskit_opt0_112.qasm,3739,ibm_127q,dj,qiskit,0 +4323,127,828,"{'rz': 1178, 'sx': 186, 'measure': 31}",{'cx': 4102},"(35, 47); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qnn_mapped_ibm_washington_qiskit_opt2_31.qasm,3661,ibm_127q,qnn,qiskit,2 +4324,127,471,"{'rz': 342, 'sx': 171, 'measure': 85}",{'cx': 679},"(3, 4); (4, 3); (4, 15); (12, 17); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 93); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (126, 112)",dj_mapped_ibm_washington_qiskit_opt1_86.qasm,1814,ibm_127q,dj,qiskit,1 +4325,127,81,"{'measure': 78, 'rz': 2, 'sx': 1}",{'cx': 77},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_78.qasm,1031,ibm_127q,ghz,qiskit,1 +4326,127,835,"{'rz': 897, 'sx': 146, 'measure': 25}",{'cx': 1581},"(35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",ae_mapped_ibm_washington_qiskit_opt2_25.qasm,2848,ibm_127q,ae,qiskit,2 +4327,127,2846,"{'rz': 2571, 'sx': 865, 'measure': 23, 'x': 6}",{'cx': 8209},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_23.qasm,3137,ibm_127q,random,qiskit,0 +4328,127,5814,"{'rz': 8970, 'sx': 180, 'measure': 90, 'x': 1}",{'cx': 25135},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_91.qasm,3427,ibm_127q,qpeexact,qiskit,1 +4329,127,5361,"{'rz': 6769, 'sx': 68, 'measure': 67}",{'cx': 32358},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_67.qasm,2980,ibm_127q,qftentangled,qiskit,0 +4330,127,415,"{'sx': 112, 'rz': 112, 'measure': 14}",{'cx': 1090},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66)",realamprandom_mapped_ibm_washington_qiskit_opt1_14.qasm,2773,ibm_127q,realamprandom,qiskit,1 +4331,127,781,"{'rz': 1275, 'sx': 813, 'measure': 16, 'x': 4}",{'cx': 1350},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",portfoliovqe_mapped_ibm_washington_qiskit_opt3_16.qasm,3751,ibm_127q,portfoliovqe,qiskit,3 +4332,127,261,"{'sx': 256, 'rz': 128, 'measure': 65, 'x': 1}",{'cx': 128},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_65.qasm,3773,ibm_127q,wstate,qiskit,2 +4333,127,495,"{'rz': 390, 'sx': 195, 'measure': 97}",{'cx': 772},"(10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 22); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt1_98.qasm,4093,ibm_127q,dj,qiskit,1 +4334,127,9145,"{'rz': 13665, 'sx': 554, 'measure': 93}",{'cx': 57915},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt0_93.qasm,2516,ibm_127q,ae,qiskit,0 +4335,127,488,"{'measure': 101, 'rz': 2, 'sx': 1}",{'cx': 877},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ghz_mapped_ibm_washington_qiskit_opt0_101.qasm,1809,ibm_127q,ghz,qiskit,0 +4336,127,254,"{'sx': 72, 'rz': 72, 'measure': 9}",{'cx': 346},"(35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (55, 49)",su2random_mapped_ibm_washington_qiskit_opt2_9.qasm,2267,ibm_127q,su2random,qiskit,2 +4337,127,2063,"{'rz': 3251, 'sx': 2584, 'x': 126, 'measure': 42}",{'cx': 8540},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79)",su2random_mapped_ibm_washington_qiskit_opt3_42.qasm,3519,ibm_127q,su2random,qiskit,3 +4338,127,652,"{'rz': 867, 'sx': 412, 'measure': 20, 'x': 5}",{'cx': 1607},"(15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",qnn_mapped_ibm_washington_qiskit_opt3_20.qasm,3323,ibm_127q,qnn,qiskit,3 +4339,127,6600,"{'rz': 9082, 'sx': 152, 'measure': 76, 'x': 1}",{'cx': 39248},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_77.qasm,2697,ibm_127q,qpeinexact,qiskit,0 +4340,127,984,"{'rz': 710, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 2586},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_21.qasm,1838,ibm_127q,qpeinexact,qiskit,0 +4341,127,5386,"{'sx': 712, 'rz': 712, 'measure': 89}",{'cx': 52127},"(4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 56); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_89.qasm,3885,ibm_127q,realamprandom,qiskit,1 +4342,127,3456,"{'rz': 4721, 'sx': 162, 'measure': 81, 'x': 1}",{'cx': 18069},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt2_82.qasm,2555,ibm_127q,qpeexact,qiskit,2 +4343,127,436,"{'rz': 660, 'sx': 350, 'measure': 10}",{'cx': 786},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",portfoliovqe_mapped_ibm_washington_qiskit_opt0_10.qasm,2442,ibm_127q,portfoliovqe,qiskit,0 +4344,127,2269,"{'rz': 2776, 'sx': 106, 'measure': 53, 'x': 1}",{'cx': 8178},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92)",qpeinexact_mapped_ibm_washington_qiskit_opt2_54.qasm,2599,ibm_127q,qpeinexact,qiskit,2 +4345,127,6375,"{'rz': 8702, 'sx': 76, 'measure': 76}",{'cx': 41145},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_76.qasm,2777,ibm_127q,qft,qiskit,0 +4346,127,285,"{'sx': 280, 'rz': 140, 'measure': 71, 'x': 1}",{'cx': 140},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_71.qasm,1049,ibm_127q,wstate,qiskit,1 +4347,127,489,"{'sx': 160, 'rz': 160, 'measure': 20}",{'cx': 1674},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (93, 87)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_20.qasm,3788,ibm_127q,twolocalrandom,qiskit,2 +4348,127,10793,"{'rz': 840, 'sx': 560, 'measure': 70}",{'cx': 88971},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_70.qasm,2982,ibm_127q,twolocalrandom,qiskit,0 +4349,127,255,"{'sx': 72, 'rz': 72, 'measure': 9}",{'cx': 386},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",su2random_mapped_ibm_washington_qiskit_opt1_9.qasm,2936,ibm_127q,su2random,qiskit,1 +4350,127,8379,"{'rz': 4800, 'sx': 384, 'measure': 64}",{'cx': 64683},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_64.qasm,1094,ibm_127q,qnn,qiskit,0 +4351,127,295,"{'rz': 211, 'sx': 59, 'measure': 10, 'x': 7}",{'cx': 269},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66)",qpeexact_mapped_ibm_washington_qiskit_opt3_11.qasm,1123,ibm_127q,qpeexact,qiskit,3 +4352,127,7202,"{'rz': 768, 'sx': 768, 'measure': 96}",{'cx': 56709},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_96.qasm,2043,ibm_127q,twolocalrandom,qiskit,2 +4353,127,72,"{'rz': 236, 'sx': 118, 'measure': 66}",{'cx': 312},"(4, 5); (4, 15); (5, 4); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120)",graphstate_mapped_ibm_washington_qiskit_opt2_66.qasm,3862,ibm_127q,graphstate,qiskit,2 +4354,127,85,"{'sx': 80, 'rz': 40, 'measure': 21, 'x': 1}",{'cx': 40},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77)",wstate_mapped_ibm_washington_qiskit_opt1_21.qasm,3164,ibm_127q,wstate,qiskit,1 +4355,127,4589,"{'rz': 5782, 'sx': 104, 'measure': 103}",{'cx': 25805},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_103.qasm,1071,ibm_127q,qftentangled,qiskit,2 +4356,127,388,"{'measure': 82, 'rz': 2, 'sx': 1}",{'cx': 693},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_82.qasm,1252,ibm_127q,ghz,qiskit,0 +4357,127,5874,"{'rz': 6617, 'sx': 638, 'measure': 107}",{'cx': 25413},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_107.qasm,1256,ibm_127q,ae,qiskit,2 +4358,127,5396,"{'rz': 616, 'sx': 616, 'measure': 77}",{'cx': 36447},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_77.qasm,3546,ibm_127q,realamprandom,qiskit,1 +4359,127,377,"{'rz': 285, 'sx': 163, 'measure': 74, 'x': 5}",{'cx': 328},"(3, 4); (4, 3); (4, 15); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (55, 68); (58, 59); (58, 71); (59, 58); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119)",dj_mapped_ibm_washington_qiskit_opt3_75.qasm,3707,ibm_127q,dj,qiskit,3 +4360,127,3970,"{'rz': 2040, 'sx': 240, 'measure': 40}",{'cx': 22494},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_40.qasm,3104,ibm_127q,qnn,qiskit,0 +4361,127,1423,"{'rz': 1717, 'sx': 224, 'measure': 38}",{'cx': 3624},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt2_38.qasm,4075,ibm_127q,ae,qiskit,2 +4362,127,670,"{'rz': 471, 'sx': 253, 'measure': 126}",{'cx': 1022},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",dj_mapped_ibm_washington_qiskit_opt2_127.qasm,2564,ibm_127q,dj,qiskit,2 +4363,127,7690,"{'rz': 10790, 'sx': 166, 'measure': 83, 'x': 1}",{'cx': 47616},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_84.qasm,3184,ibm_127q,qpeexact,qiskit,0 +4364,127,551,"{'rz': 371, 'sx': 205, 'measure': 102}",{'cx': 714},"(6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (122, 111)",dj_mapped_ibm_washington_qiskit_opt2_103.qasm,1399,ibm_127q,dj,qiskit,2 +4365,127,14276,"{'rz': 968, 'sx': 968, 'measure': 121}",{'cx': 108730},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_121.qasm,3257,ibm_127q,realamprandom,qiskit,2 +4366,127,5191,"{'rz': 5287, 'sx': 122, 'measure': 61, 'x': 1}",{'cx': 12398},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt1_62.qasm,2938,ibm_127q,qpeinexact,qiskit,1 +4367,127,13961,"{'sx': 976, 'rz': 976, 'measure': 122}",{'cx': 107628},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_122.qasm,3320,ibm_127q,su2random,qiskit,2 +4368,127,5456,"{'rz': 7599, 'sx': 72, 'measure': 71}",{'cx': 34554},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69)",qftentangled_mapped_ibm_washington_qiskit_opt0_71.qasm,2741,ibm_127q,qftentangled,qiskit,0 +4369,127,8518,"{'rz': 8133, 'sx': 758, 'measure': 127}",{'cx': 39846},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_127.qasm,1586,ibm_127q,ae,qiskit,2 +4370,127,12075,"{'rz': 1168, 'sx': 584, 'measure': 73}",{'cx': 98841},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62)",su2random_mapped_ibm_washington_qiskit_opt0_73.qasm,2213,ibm_127q,su2random,qiskit,0 +4371,127,1114,"{'rz': 1890, 'sx': 822, 'x': 71, 'measure': 34}",{'cx': 2499},"(24, 34); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt3_34.qasm,3063,ibm_127q,ae,qiskit,3 +4372,127,161,"{'rz': 117, 'sx': 67, 'measure': 33}",{'cx': 175},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (53, 41); (53, 60); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (72, 62); (72, 81); (73, 66); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt2_34.qasm,2935,ibm_127q,dj,qiskit,2 +4373,127,445,"{'measure': 91, 'rz': 2, 'sx': 1}",{'cx': 792},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75)",ghz_mapped_ibm_washington_qiskit_opt0_91.qasm,3991,ibm_127q,ghz,qiskit,0 +4374,127,472,"{'rz': 690, 'sx': 345, 'measure': 115}",{'cx': 3235},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt0_115.qasm,3445,ibm_127q,graphstate,qiskit,0 +4375,127,121,"{'rz': 90, 'sx': 54, 'measure': 10, 'x': 1}",{'cx': 108},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_10.qasm,1838,ibm_127q,wstate,qiskit,0 +4376,127,8980,"{'rz': 15659, 'sx': 103, 'measure': 102}",{'cx': 73820},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt0_102.qasm,3237,ibm_127q,qftentangled,qiskit,0 +4377,127,15894,"{'rz': 992, 'sx': 992, 'measure': 124}",{'cx': 117584},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_124.qasm,1079,ibm_127q,twolocalrandom,qiskit,1 +4378,127,1564,"{'rz': 3708, 'sx': 51, 'measure': 51}",{'cx': 7471},"(16, 26); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt1_51.qasm,4060,ibm_127q,qft,qiskit,1 +4379,127,6790,"{'rz': 7952, 'sx': 142, 'measure': 71, 'x': 1}",{'cx': 35424},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58)",qpeinexact_mapped_ibm_washington_qiskit_opt0_72.qasm,1352,ibm_127q,qpeinexact,qiskit,0 +4380,127,1192,"{'rz': 304, 'sx': 304, 'measure': 38}",{'cx': 6737},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",realamprandom_mapped_ibm_washington_qiskit_opt2_38.qasm,1897,ibm_127q,realamprandom,qiskit,2 +4381,127,7879,"{'sx': 744, 'rz': 744, 'measure': 93}",{'cx': 54205},"(12, 17); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",su2random_mapped_ibm_washington_qiskit_opt2_93.qasm,2281,ibm_127q,su2random,qiskit,2 +4382,127,1094,"{'rz': 1796, 'sx': 1555, 'x': 80, 'measure': 39}",{'cx': 5873},"(28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (64, 54); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt3_39.qasm,2314,ibm_127q,su2random,qiskit,3 +4383,127,528,"{'rz': 390, 'sx': 234, 'measure': 40, 'x': 1}",{'cx': 615},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_40.qasm,1315,ibm_127q,wstate,qiskit,0 +4384,127,3265,"{'sx': 528, 'rz': 528, 'measure': 66}",{'cx': 26208},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt1_66.qasm,2158,ibm_127q,su2random,qiskit,1 +4385,127,836,"{'rz': 1632, 'sx': 848, 'measure': 16}",{'cx': 2475},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",portfoliovqe_mapped_ibm_washington_qiskit_opt0_16.qasm,3356,ibm_127q,portfoliovqe,qiskit,0 +4386,127,22,"{'rz': 88, 'sx': 44, 'measure': 44}",{'cx': 44},"(66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_44.qasm,2763,ibm_127q,graphstate,qiskit,1 +4387,127,1223,"{'rz': 416, 'sx': 208, 'measure': 26}",{'cx': 7545},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_26.qasm,3014,ibm_127q,su2random,qiskit,0 +4388,127,5057,"{'rz': 552, 'sx': 552, 'measure': 69}",{'cx': 34522},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 56); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_69.qasm,3535,ibm_127q,twolocalrandom,qiskit,1 +4389,127,505,"{'rz': 234, 'sx': 108, 'x': 12, 'measure': 9}",{'cx': 333},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45)",pricingput_mapped_ibm_washington_qiskit_opt1_9.qasm,1978,ibm_127q,pricingput,qiskit,1 +4390,127,102,"{'rz': 82, 'sx': 47, 'measure': 23}",{'cx': 92},"(41, 53); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (102, 92)",dj_mapped_ibm_washington_qiskit_opt2_24.qasm,3509,ibm_127q,dj,qiskit,2 +4391,127,5366,"{'rz': 528, 'sx': 352, 'measure': 44}",{'cx': 33894},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_44.qasm,1248,ibm_127q,realamprandom,qiskit,0 +4392,127,8116,"{'rz': 12784, 'sx': 127, 'measure': 126}",{'cx': 48976},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_126.qasm,2559,ibm_127q,qftentangled,qiskit,1 +4393,127,3872,"{'rz': 1644, 'sx': 1200, 'x': 22, 'measure': 19}",{'cx': 2136},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",pricingput_mapped_ibm_washington_qiskit_opt2_19.qasm,3138,ibm_127q,pricingput,qiskit,2 +4394,127,7524,"{'rz': 704, 'sx': 704, 'measure': 88}",{'cx': 52645},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_88.qasm,3505,ibm_127q,twolocalrandom,qiskit,1 +4395,127,770,"{'rz': 580, 'sx': 348, 'measure': 59, 'x': 1}",{'cx': 881},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",wstate_mapped_ibm_washington_qiskit_opt0_59.qasm,1678,ibm_127q,wstate,qiskit,0 +4396,127,12833,"{'rz': 13770, 'sx': 5089, 'x': 208, 'measure': 60}",{'cx': 51465},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt1_60.qasm,3188,ibm_127q,random,qiskit,1 +4397,127,9406,"{'sx': 872, 'rz': 872, 'measure': 109}",{'cx': 75662},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",realamprandom_mapped_ibm_washington_qiskit_opt2_109.qasm,4006,ibm_127q,realamprandom,qiskit,2 +4398,127,527,"{'rz': 290, 'sx': 145, 'measure': 72, 'x': 69}",{'cx': 900},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62)",dj_mapped_ibm_washington_qiskit_opt0_73.qasm,2012,ibm_127q,dj,qiskit,0 +4399,127,3197,"{'rz': 5646, 'sx': 100, 'measure': 100}",{'cx': 23517},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qft_mapped_ibm_washington_qiskit_opt2_100.qasm,1632,ibm_127q,qft,qiskit,2 +4400,127,723,"{'rz': 1514, 'sx': 330, 'measure': 34, 'x': 29}",{'cx': 2634},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qft_mapped_ibm_washington_qiskit_opt3_34.qasm,3503,ibm_127q,qft,qiskit,3 +4401,127,7265,"{'rz': 11397, 'sx': 87, 'measure': 87}",{'cx': 52398},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_87.qasm,2979,ibm_127q,qft,qiskit,0 +4402,127,239,"{'rz': 120, 'sx': 48, 'measure': 8}",{'cx': 273},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qnn_mapped_ibm_washington_qiskit_opt1_8.qasm,1514,ibm_127q,qnn,qiskit,1 +4403,127,44,"{'rz': 80, 'sx': 40, 'measure': 24}",{'cx': 96},"(8, 16); (16, 8); (16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (74, 70); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79)",graphstate_mapped_ibm_washington_qiskit_opt1_24.qasm,2249,ibm_127q,graphstate,qiskit,1 +4404,127,2932,"{'rz': 416, 'sx': 416, 'measure': 52}",{'cx': 14420},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_52.qasm,3684,ibm_127q,twolocalrandom,qiskit,2 +4405,127,128,"{'rz': 428, 'sx': 214, 'measure': 106}",{'cx': 724},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt1_106.qasm,1098,ibm_127q,graphstate,qiskit,1 +4406,127,2740,"{'rz': 2669, 'sx': 43, 'measure': 42}",{'cx': 11828},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_42.qasm,1128,ibm_127q,qftentangled,qiskit,0 +4407,127,21006,"{'sx': 1016, 'rz': 1016, 'measure': 127}",{'cx': 137353},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_127.qasm,2909,ibm_127q,realamprandom,qiskit,1 +4408,127,55,"{'rz': 179, 'sx': 96, 'measure': 43}",{'cx': 167},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (102, 92); (102, 103); (103, 102)",graphstate_mapped_ibm_washington_qiskit_opt3_43.qasm,1286,ibm_127q,graphstate,qiskit,3 +4409,127,2491,"{'rz': 480, 'sx': 240, 'measure': 30}",{'cx': 12651},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_30.qasm,3410,ibm_127q,su2random,qiskit,0 +4410,127,5814,"{'rz': 8970, 'sx': 180, 'measure': 90, 'x': 1}",{'cx': 25135},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_91.qasm,3718,ibm_127q,qpeinexact,qiskit,1 +4411,127,249,"{'rz': 171, 'sx': 144, 'measure': 9, 'x': 4}",{'cx': 286},"(72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (91, 79); (91, 98); (98, 91)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_9.qasm,2267,ibm_127q,twolocalrandom,qiskit,3 +4412,127,8879,"{'sx': 736, 'rz': 736, 'measure': 92}",{'cx': 58882},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_92.qasm,3453,ibm_127q,su2random,qiskit,1 +4413,127,30,"{'rz': 95, 'sx': 94, 'measure': 16, 'x': 1}",{'cx': 30},"(108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",vqe_mapped_ibm_washington_qiskit_opt3_16.qasm,2445,ibm_127q,vqe,qiskit,3 +4414,127,3038,"{'sx': 416, 'rz': 416, 'measure': 52}",{'cx': 17481},"(20, 33); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87); (93, 106); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt1_52.qasm,3090,ibm_127q,realamprandom,qiskit,1 +4415,127,11410,"{'rz': 11809, 'sx': 4073, 'measure': 49, 'x': 40}",{'cx': 55791},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_49.qasm,1178,ibm_127q,random,qiskit,0 +4416,127,26024,"{'rz': 27841, 'sx': 10307, 'x': 403, 'measure': 85}",{'cx': 129108},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_85.qasm,1171,ibm_127q,random,qiskit,1 +4417,127,13517,"{'rz': 13885, 'sx': 5511, 'x': 204, 'measure': 62}",{'cx': 54935},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83)",random_mapped_ibm_washington_qiskit_opt2_62.qasm,2653,ibm_127q,random,qiskit,2 +4418,127,9858,"{'rz': 5752, 'sx': 1694, 'x': 174, 'measure': 8}",{'cx': 7092},"(62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt3_8.qasm,2826,ibm_127q,qwalk-noancilla,qiskit,3 +4419,127,554,"{'rz': 845, 'sx': 164, 'measure': 23, 'x': 15}",{'cx': 1367},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt3_23.qasm,2486,ibm_127q,qftentangled,qiskit,3 +4420,127,69,"{'rz': 62, 'sx': 31, 'measure': 15}",{'cx': 54},"(35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (72, 62)",dj_mapped_ibm_washington_qiskit_opt1_16.qasm,1354,ibm_127q,dj,qiskit,1 +4421,127,763,"{'rz': 916, 'sx': 227, 'x': 36, 'measure': 23}",{'cx': 1515},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt3_24.qasm,1291,ibm_127q,qpeinexact,qiskit,3 +4422,127,64,"{'measure': 61, 'rz': 2, 'sx': 1}",{'cx': 60},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ghz_mapped_ibm_washington_qiskit_opt1_61.qasm,2188,ibm_127q,ghz,qiskit,1 +4423,127,78,"{'rz': 316, 'sx': 158, 'measure': 80}",{'cx': 464},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt1_80.qasm,2352,ibm_127q,graphstate,qiskit,1 +4424,127,179,"{'rz': 306, 'sx': 153, 'measure': 51}",{'cx': 735},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",graphstate_mapped_ibm_washington_qiskit_opt0_51.qasm,2387,ibm_127q,graphstate,qiskit,0 +4425,127,1545,"{'rz': 1170, 'sx': 702, 'measure': 118, 'x': 1}",{'cx': 1731},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_118.qasm,1077,ibm_127q,wstate,qiskit,0 +4426,127,109,"{'sx': 104, 'rz': 52, 'measure': 27, 'x': 1}",{'cx': 52},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",wstate_mapped_ibm_washington_qiskit_opt1_27.qasm,3343,ibm_127q,wstate,qiskit,1 +4427,127,219,"{'rz': 143, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 230},"(54, 64); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",qpeexact_mapped_ibm_washington_qiskit_opt2_10.qasm,3894,ibm_127q,qpeexact,qiskit,2 +4428,127,157,"{'sx': 152, 'rz': 76, 'measure': 39, 'x': 1}",{'cx': 76},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",wstate_mapped_ibm_washington_qiskit_opt2_39.qasm,1192,ibm_127q,wstate,qiskit,2 +4429,127,4898,"{'rz': 10086, 'sx': 590, 'measure': 99}",{'cx': 25581},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_99.qasm,1814,ibm_127q,ae,qiskit,1 +4430,127,18742,"{'sx': 1000, 'rz': 1000, 'measure': 125}",{'cx': 130738},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_125.qasm,2287,ibm_127q,realamprandom,qiskit,1 +4431,127,7158,"{'rz': 9465, 'sx': 458, 'measure': 77}",{'cx': 37436},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt0_77.qasm,3184,ibm_127q,ae,qiskit,0 +4432,127,954,"{'rz': 961, 'sx': 359, 'measure': 16, 'x': 9}",{'cx': 1726},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",random_mapped_ibm_washington_qiskit_opt2_16.qasm,3231,ibm_127q,random,qiskit,2 +4433,127,807,"{'measure': 99, 'rz': 2, 'sx': 1}",{'cx': 908},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ghz_mapped_ibm_washington_qiskit_opt1_99.qasm,3645,ibm_127q,ghz,qiskit,1 +4434,127,378,"{'rz': 483, 'sx': 47, 'measure': 18, 'x': 5}",{'cx': 855},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt3_18.qasm,2278,ibm_127q,qftentangled,qiskit,3 +4435,127,9238,"{'rz': 12922, 'sx': 182, 'measure': 91, 'x': 1}",{'cx': 60479},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79)",qpeexact_mapped_ibm_washington_qiskit_opt0_92.qasm,3223,ibm_127q,qpeexact,qiskit,0 +4436,127,65,"{'rz': 218, 'sx': 109, 'measure': 59}",{'cx': 305},"(5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (106, 93)",graphstate_mapped_ibm_washington_qiskit_opt1_59.qasm,2451,ibm_127q,graphstate,qiskit,1 +4437,127,3239,"{'sx': 528, 'rz': 528, 'measure': 66}",{'cx': 28003},"(20, 33); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_66.qasm,2117,ibm_127q,twolocalrandom,qiskit,1 +4438,127,112,"{'rz': 402, 'sx': 201, 'measure': 91}",{'cx': 574},"(0, 14); (4, 15); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120)",graphstate_mapped_ibm_washington_qiskit_opt1_91.qasm,3363,ibm_127q,graphstate,qiskit,1 +4439,127,2122,"{'rz': 3528, 'sx': 336, 'measure': 56}",{'cx': 14678},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt1_56.qasm,1921,ibm_127q,qnn,qiskit,1 +4440,127,293,"{'sx': 288, 'rz': 144, 'measure': 73, 'x': 1}",{'cx': 144},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_73.qasm,1693,ibm_127q,wstate,qiskit,1 +4441,127,964,"{'rz': 1015, 'sx': 585, 'measure': 16}",{'cx': 1596},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",portfoliovqe_mapped_ibm_washington_qiskit_opt1_16.qasm,1204,ibm_127q,portfoliovqe,qiskit,1 +4442,127,67,"{'rz': 180, 'sx': 90, 'measure': 56}",{'cx': 263},"(0, 14); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 107); (107, 106); (107, 108); (108, 107)",graphstate_mapped_ibm_washington_qiskit_opt2_56.qasm,3571,ibm_127q,graphstate,qiskit,2 +4443,127,1392,"{'rz': 2245, 'sx': 50, 'measure': 50}",{'cx': 5722},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qft_mapped_ibm_washington_qiskit_opt2_50.qasm,1801,ibm_127q,qft,qiskit,2 +4444,127,62,"{'rz': 202, 'sx': 101, 'measure': 55}",{'cx': 274},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (122, 111); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt1_55.qasm,1276,ibm_127q,graphstate,qiskit,1 +4445,127,5144,"{'rz': 7946, 'sx': 87, 'measure': 86}",{'cx': 21483},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_86.qasm,1908,ibm_127q,qftentangled,qiskit,1 +4446,127,1964,"{'rz': 2538, 'sx': 282, 'measure': 47}",{'cx': 10744},"(21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qnn_mapped_ibm_washington_qiskit_opt1_47.qasm,2543,ibm_127q,qnn,qiskit,1 +4447,127,759,"{'rz': 935, 'sx': 315, 'x': 34, 'measure': 22}",{'cx': 1419},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt3_23.qasm,3408,ibm_127q,qpeinexact,qiskit,3 +4448,127,26834,"{'rz': 28235, 'sx': 10930, 'x': 390, 'measure': 87}",{'cx': 135830},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt2_87.qasm,2197,ibm_127q,random,qiskit,2 +4449,127,75,"{'rz': 248, 'sx': 124, 'measure': 62}",{'cx': 341},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123)",graphstate_mapped_ibm_washington_qiskit_opt1_62.qasm,1271,ibm_127q,graphstate,qiskit,1 +4450,127,7548,"{'rz': 8730, 'sx': 540, 'measure': 90}",{'cx': 43432},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_90.qasm,3200,ibm_127q,qnn,qiskit,2 +4451,127,3121,"{'rz': 3797, 'sx': 404, 'measure': 68}",{'cx': 10350},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (98, 91); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt2_68.qasm,2483,ibm_127q,ae,qiskit,2 +4452,127,1059,"{'rz': 1442, 'sx': 1176, 'x': 41, 'measure': 28}",{'cx': 3471},"(58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt3_28.qasm,1164,ibm_127q,su2random,qiskit,3 +4453,127,728,"{'rz': 993, 'sx': 29, 'measure': 29}",{'cx': 2258},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt2_29.qasm,3465,ibm_127q,qft,qiskit,2 +4454,127,8844,"{'rz': 684, 'sx': 456, 'measure': 57}",{'cx': 61374},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_57.qasm,1741,ibm_127q,twolocalrandom,qiskit,0 +4455,127,6450,"{'rz': 9640, 'sx': 80, 'measure': 80}",{'cx': 43622},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_80.qasm,1920,ibm_127q,qft,qiskit,0 +4456,127,247,"{'rz': 165, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 422},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_10.qasm,4020,ibm_127q,qpeexact,qiskit,0 +4457,127,6323,"{'rz': 6866, 'sx': 226, 'measure': 113, 'x': 1}",{'cx': 34629},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_114.qasm,3214,ibm_127q,qpeexact,qiskit,2 +4458,127,828,"{'rz': 1659, 'sx': 845, 'x': 54, 'measure': 29}",{'cx': 1841},"(58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt3_29.qasm,3215,ibm_127q,qft,qiskit,3 +4459,127,899,"{'rz': 914, 'sx': 152, 'measure': 26}",{'cx': 1614},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (53, 41); (53, 60); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (85, 73); (85, 86); (86, 85)",ae_mapped_ibm_washington_qiskit_opt2_26.qasm,3691,ibm_127q,ae,qiskit,2 +4460,127,226,"{'rz': 140, 'sx': 16, 'measure': 8, 'x': 1}",{'cx': 360},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",qpeinexact_mapped_ibm_washington_qiskit_opt0_9.qasm,1323,ibm_127q,qpeinexact,qiskit,0 +4461,127,512,"{'rz': 371, 'sx': 201, 'measure': 100}",{'cx': 734},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (64, 54); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121)",dj_mapped_ibm_washington_qiskit_opt2_101.qasm,2964,ibm_127q,dj,qiskit,2 +4462,127,40,"{'rz': 38, 'sx': 23, 'measure': 11}",{'cx': 26},"(3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44)",dj_mapped_ibm_washington_qiskit_opt2_12.qasm,1249,ibm_127q,dj,qiskit,2 +4463,127,9933,"{'rz': 848, 'sx': 848, 'measure': 106}",{'cx': 74374},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_106.qasm,3633,ibm_127q,twolocalrandom,qiskit,2 +4464,127,1463,"{'rz': 2130, 'sx': 863, 'x': 95, 'measure': 36}",{'cx': 2849},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",ae_mapped_ibm_washington_qiskit_opt3_36.qasm,3255,ibm_127q,ae,qiskit,3 +4465,127,7070,"{'rz': 6565, 'sx': 220, 'measure': 110, 'x': 1}",{'cx': 32427},"(10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 22); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_111.qasm,1442,ibm_127q,qpeexact,qiskit,2 +4466,127,2053,"{'rz': 773, 'sx': 181, 'measure': 11, 'x': 10}",{'cx': 1792},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt2_11.qasm,1604,ibm_127q,qwalk-v-chain,qiskit,2 +4467,127,3837,"{'sx': 472, 'rz': 472, 'measure': 59}",{'cx': 23999},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt1_59.qasm,1754,ibm_127q,realamprandom,qiskit,1 +4468,127,536,"{'rz': 384, 'sx': 207, 'measure': 103}",{'cx': 803},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (12, 17); (14, 18); (15, 4); (15, 22); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt2_104.qasm,3935,ibm_127q,dj,qiskit,2 +4469,127,11,"{'measure': 8, 'rz': 2, 'sx': 1}",{'cx': 7},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119)",ghz_mapped_ibm_washington_qiskit_opt3_8.qasm,1997,ibm_127q,ghz,qiskit,3 +4470,127,7491,"{'rz': 10537, 'sx': 164, 'measure': 82, 'x': 1}",{'cx': 47258},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_83.qasm,3568,ibm_127q,qpeinexact,qiskit,0 +4471,127,7028,"{'rz': 9882, 'sx': 81, 'measure': 81}",{'cx': 47187},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_81.qasm,1489,ibm_127q,qft,qiskit,0 +4472,127,1420,"{'rz': 1815, 'sx': 66, 'measure': 33, 'x': 1}",{'cx': 3645},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt1_34.qasm,1236,ibm_127q,qpeexact,qiskit,1 +4473,127,7256,"{'rz': 12061, 'sx': 121, 'measure': 120}",{'cx': 40742},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_120.qasm,1349,ibm_127q,qftentangled,qiskit,1 +4474,127,1572,"{'rz': 2257, 'sx': 74, 'measure': 37, 'x': 1}",{'cx': 4613},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeinexact_mapped_ibm_washington_qiskit_opt1_38.qasm,1678,ibm_127q,qpeinexact,qiskit,1 +4475,127,4026,"{'rz': 5075, 'sx': 58, 'measure': 58}",{'cx': 21462},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_58.qasm,2965,ibm_127q,qft,qiskit,0 +4476,127,7460,"{'sx': 704, 'rz': 704, 'measure': 88}",{'cx': 53345},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",su2random_mapped_ibm_washington_qiskit_opt1_88.qasm,3017,ibm_127q,su2random,qiskit,1 +4477,127,5808,"{'rz': 6107, 'sx': 124, 'measure': 62, 'x': 1}",{'cx': 28194},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt0_63.qasm,2585,ibm_127q,qpeexact,qiskit,0 +4478,127,5826,"{'sx': 568, 'rz': 568, 'measure': 71}",{'cx': 35485},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_71.qasm,2451,ibm_127q,realamprandom,qiskit,1 +4479,127,666,"{'rz': 486, 'sx': 433, 'measure': 30, 'x': 8}",{'cx': 3481},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",su2random_mapped_ibm_washington_qiskit_opt3_30.qasm,3908,ibm_127q,su2random,qiskit,3 +4480,127,6839,"{'rz': 12664, 'sx': 125, 'measure': 125}",{'cx': 45644},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_125.qasm,2848,ibm_127q,qft,qiskit,1 +4481,127,471,"{'rz': 941, 'sx': 533, 'measure': 14}",{'cx': 1029},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (71, 58); (71, 77); (77, 71)",portfoliovqe_mapped_ibm_washington_qiskit_opt2_14.qasm,3924,ibm_127q,portfoliovqe,qiskit,2 +4482,127,6276,"{'rz': 7050, 'sx': 228, 'measure': 114, 'x': 1}",{'cx': 36055},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_115.qasm,1901,ibm_127q,qpeexact,qiskit,2 +4483,127,91,"{'measure': 88, 'rz': 2, 'sx': 1}",{'cx': 87},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_88.qasm,1269,ibm_127q,ghz,qiskit,2 +4484,127,285,"{'rz': 144, 'sx': 54, 'measure': 9}",{'cx': 329},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (53, 41)",qnn_mapped_ibm_washington_qiskit_opt2_9.qasm,2660,ibm_127q,qnn,qiskit,2 +4485,127,38399,"{'rz': 52400, 'sx': 17890, 'x': 201, 'measure': 103}",{'cx': 327566},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt0_103.qasm,2091,ibm_127q,random,qiskit,0 +4486,127,162,"{'rz': 96, 'sx': 64, 'measure': 8}",{'cx': 357},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",realamprandom_mapped_ibm_washington_qiskit_opt0_8.qasm,1503,ibm_127q,realamprandom,qiskit,0 +4487,127,9517,"{'rz': 768, 'sx': 768, 'measure': 96}",{'cx': 68829},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_96.qasm,3733,ibm_127q,twolocalrandom,qiskit,1 +4488,127,2882,"{'rz': 3924, 'sx': 80, 'measure': 79}",{'cx': 13819},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (118, 110)",qftentangled_mapped_ibm_washington_qiskit_opt2_79.qasm,1168,ibm_127q,qftentangled,qiskit,2 +4489,127,173,"{'sx': 168, 'rz': 84, 'measure': 43, 'x': 1}",{'cx': 84},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",wstate_mapped_ibm_washington_qiskit_opt3_43.qasm,2109,ibm_127q,wstate,qiskit,3 +4490,127,2488,"{'rz': 3511, 'sx': 374, 'measure': 63}",{'cx': 8859},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",ae_mapped_ibm_washington_qiskit_opt2_63.qasm,1891,ibm_127q,ae,qiskit,2 +4491,127,79612,"{'rz': 36748, 'sx': 149, 'measure': 11, 'x': 10}",{'cx': 76194},"(83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (122, 111)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt1_11.qasm,3171,ibm_127q,qwalk-noancilla,qiskit,1 +4492,127,1545,"{'rz': 352, 'sx': 352, 'measure': 44}",{'cx': 10469},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_44.qasm,3304,ibm_127q,twolocalrandom,qiskit,2 +4493,127,1300,"{'sx': 208, 'rz': 208, 'measure': 26}",{'cx': 4423},"(24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt1_26.qasm,2326,ibm_127q,realamprandom,qiskit,1 +4494,127,6643,"{'rz': 7310, 'sx': 136, 'measure': 68, 'x': 1}",{'cx': 34734},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt0_69.qasm,3734,ibm_127q,qpeinexact,qiskit,0 +4495,127,3329,"{'rz': 4605, 'sx': 160, 'measure': 80, 'x': 1}",{'cx': 17688},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt2_81.qasm,3767,ibm_127q,qpeexact,qiskit,2 +4496,127,3981,"{'rz': 4767, 'sx': 168, 'measure': 84, 'x': 1}",{'cx': 18902},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111)",qpeinexact_mapped_ibm_washington_qiskit_opt2_85.qasm,1952,ibm_127q,qpeinexact,qiskit,2 +4497,127,197,"{'rz': 130, 'sx': 10, 'measure': 10}",{'cx': 243},"(54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (72, 62)",qft_mapped_ibm_washington_qiskit_opt2_10.qasm,3076,ibm_127q,qft,qiskit,2 +4498,127,8621,"{'rz': 732, 'sx': 488, 'measure': 61}",{'cx': 68184},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_61.qasm,2536,ibm_127q,twolocalrandom,qiskit,0 +4499,127,582,"{'rz': 527, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 999},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeinexact_mapped_ibm_washington_qiskit_opt1_18.qasm,1897,ibm_127q,qpeinexact,qiskit,1 +4500,127,10438,"{'rz': 10283, 'sx': 3627, 'x': 50, 'measure': 46}",{'cx': 46176},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_46.qasm,1583,ibm_127q,random,qiskit,0 +4501,127,913,"{'sx': 168, 'rz': 168, 'measure': 21}",{'cx': 2846},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65)",su2random_mapped_ibm_washington_qiskit_opt1_21.qasm,2600,ibm_127q,su2random,qiskit,1 +4502,127,25,"{'rz': 72, 'sx': 48, 'measure': 8}",{'cx': 14},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",vqe_mapped_ibm_washington_qiskit_opt0_8.qasm,1059,ibm_127q,vqe,qiskit,0 +4503,127,8221,"{'rz': 12000, 'sx': 518, 'measure': 87}",{'cx': 50772},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt0_87.qasm,2409,ibm_127q,ae,qiskit,0 +4504,127,3974,"{'rz': 3720, 'sx': 96, 'measure': 48, 'x': 1}",{'cx': 16500},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_49.qasm,2941,ibm_127q,qpeinexact,qiskit,0 +4505,127,3434,"{'rz': 3606, 'sx': 130, 'measure': 65, 'x': 1}",{'cx': 11538},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt2_66.qasm,2459,ibm_127q,qpeinexact,qiskit,2 +4506,127,2721,"{'rz': 3090, 'sx': 254, 'measure': 43}",{'cx': 9903},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_43.qasm,1149,ibm_127q,ae,qiskit,0 +4507,127,10586,"{'rz': 13771, 'sx': 188, 'measure': 94, 'x': 1}",{'cx': 70424},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt0_95.qasm,2875,ibm_127q,qpeinexact,qiskit,0 +4508,127,2505,"{'rz': 6468, 'sx': 462, 'measure': 77}",{'cx': 26148},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (56, 52); (56, 57); (57, 56); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_77.qasm,1896,ibm_127q,qnn,qiskit,2 +4509,127,4611,"{'rz': 9190, 'sx': 548, 'measure': 92}",{'cx': 22832},"(8, 16); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_92.qasm,1353,ibm_127q,ae,qiskit,1 +4510,127,808,"{'measure': 115, 'rz': 2, 'sx': 1}",{'cx': 948},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 90); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_115.qasm,3249,ibm_127q,ghz,qiskit,2 +4511,127,9568,"{'rz': 5372, 'sx': 408, 'measure': 68}",{'cx': 76298},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_68.qasm,1241,ibm_127q,qnn,qiskit,0 +4512,127,1405,"{'sx': 232, 'rz': 232, 'measure': 29}",{'cx': 5322},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_29.qasm,3208,ibm_127q,twolocalrandom,qiskit,1 +4513,127,8588,"{'sx': 776, 'rz': 776, 'measure': 97}",{'cx': 62703},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_97.qasm,1433,ibm_127q,su2random,qiskit,2 +4514,127,8116,"{'rz': 13872, 'sx': 96, 'measure': 96}",{'cx': 61713},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt0_96.qasm,3853,ibm_127q,qft,qiskit,0 +4515,127,213,"{'rz': 143, 'sx': 81, 'measure': 40}",{'cx': 244},"(16, 26); (24, 34); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98)",dj_mapped_ibm_washington_qiskit_opt2_41.qasm,1633,ibm_127q,dj,qiskit,2 +4516,127,1590,"{'rz': 1220, 'sx': 732, 'measure': 123, 'x': 1}",{'cx': 1741},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_123.qasm,1210,ibm_127q,wstate,qiskit,0 +4517,127,3280,"{'rz': 7217, 'sx': 80, 'measure': 80}",{'cx': 18989},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_80.qasm,2843,ibm_127q,qft,qiskit,1 +4518,127,1028,"{'sx': 555, 'rz': 425, 'measure': 125, 'x': 1}",{'cx': 1217},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_125.qasm,1307,ibm_127q,wstate,qiskit,2 +4519,127,298,"{'measure': 61, 'rz': 2, 'sx': 1}",{'cx': 534},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ghz_mapped_ibm_washington_qiskit_opt0_61.qasm,4067,ibm_127q,ghz,qiskit,0 +4520,127,1844,"{'rz': 3418, 'sx': 1468, 'x': 178, 'measure': 46}",{'cx': 5467},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qpeexact_mapped_ibm_washington_qiskit_opt3_47.qasm,1079,ibm_127q,qpeexact,qiskit,3 +4521,127,1927,"{'rz': 1992, 'sx': 1666, 'x': 87, 'measure': 46}",{'cx': 9796},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt3_46.qasm,4032,ibm_127q,realamprandom,qiskit,3 +4522,127,978,"{'rz': 1836, 'sx': 952, 'measure': 17}",{'cx': 2925},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",portfoliovqe_mapped_ibm_washington_qiskit_opt0_17.qasm,1438,ibm_127q,portfoliovqe,qiskit,0 +4523,127,424,"{'rz': 323, 'sx': 185, 'measure': 79, 'x': 9}",{'cx': 361},"(8, 16); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (64, 54); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt3_80.qasm,3139,ibm_127q,dj,qiskit,3 +4524,127,2018,"{'rz': 1230, 'sx': 180, 'measure': 30}",{'cx': 10214},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_30.qasm,3540,ibm_127q,qnn,qiskit,0 +4525,127,174,"{'rz': 143, 'sx': 81, 'measure': 36, 'x': 3}",{'cx': 141},"(17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (47, 35); (53, 41); (53, 60); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",dj_mapped_ibm_washington_qiskit_opt3_37.qasm,1939,ibm_127q,dj,qiskit,3 +4526,127,4108,"{'rz': 4572, 'sx': 158, 'measure': 79, 'x': 1}",{'cx': 16950},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt2_80.qasm,1375,ibm_127q,qpeinexact,qiskit,2 +4527,127,9676,"{'rz': 756, 'sx': 504, 'measure': 63}",{'cx': 73566},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_63.qasm,2174,ibm_127q,realamprandom,qiskit,0 +4528,127,274,"{'rz': 214, 'sx': 107, 'measure': 53}",{'cx': 290},"(17, 30); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 43); (35, 28); (35, 47); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (68, 55); (72, 62); (72, 81); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt1_54.qasm,3744,ibm_127q,dj,qiskit,1 +4529,127,35,"{'rz': 104, 'sx': 55, 'measure': 11}",{'cx': 50},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",qaoa_mapped_ibm_washington_qiskit_opt2_11.qasm,2440,ibm_127q,qaoa,qiskit,2 +4530,127,27,"{'rz': 65, 'sx': 56, 'measure': 12, 'x': 8}",{'cx': 22},"(106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",vqe_mapped_ibm_washington_qiskit_opt1_12.qasm,1312,ibm_127q,vqe,qiskit,1 +4531,127,446,"{'rz': 334, 'sx': 183, 'measure': 91}",{'cx': 562},"(11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 22); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (122, 111)",dj_mapped_ibm_washington_qiskit_opt2_92.qasm,1691,ibm_127q,dj,qiskit,2 +4532,127,388,"{'rz': 425, 'sx': 18, 'measure': 18}",{'cx': 831},"(24, 34); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62)",qft_mapped_ibm_washington_qiskit_opt2_18.qasm,3174,ibm_127q,qft,qiskit,2 +4533,127,200,"{'rz': 142, 'sx': 71, 'measure': 35}",{'cx': 218},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (102, 92)",dj_mapped_ibm_washington_qiskit_opt1_36.qasm,3942,ibm_127q,dj,qiskit,1 +4534,127,8777,"{'rz': 12198, 'sx': 642, 'measure': 107}",{'cx': 75568},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_107.qasm,1758,ibm_127q,qnn,qiskit,2 +4535,127,2780,"{'rz': 392, 'sx': 392, 'measure': 49}",{'cx': 15017},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_49.qasm,2679,ibm_127q,twolocalrandom,qiskit,1 +4536,127,1801,"{'sx': 304, 'rz': 304, 'measure': 38}",{'cx': 9756},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",su2random_mapped_ibm_washington_qiskit_opt1_38.qasm,1971,ibm_127q,su2random,qiskit,1 +4537,127,10544,"{'rz': 10727, 'sx': 3768, 'measure': 47, 'x': 42}",{'cx': 50122},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_47.qasm,3228,ibm_127q,random,qiskit,0 +4538,127,98,"{'measure': 17, 'rz': 2, 'sx': 1}",{'cx': 178},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_17.qasm,2702,ibm_127q,ghz,qiskit,0 +4539,127,1463,"{'rz': 1100, 'sx': 660, 'measure': 111, 'x': 1}",{'cx': 1645},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100)",wstate_mapped_ibm_washington_qiskit_opt0_111.qasm,1850,ibm_127q,wstate,qiskit,0 +4540,127,16335,"{'sx': 864, 'rz': 864, 'measure': 108}",{'cx': 97010},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_108.qasm,2313,ibm_127q,realamprandom,qiskit,1 +4541,127,622,"{'rz': 531, 'sx': 195, 'measure': 11, 'x': 2}",{'cx': 1092},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_11.qasm,1066,ibm_127q,random,qiskit,0 +4542,127,6776,"{'rz': 9318, 'sx': 554, 'measure': 93}",{'cx': 24903},"(7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_93.qasm,2010,ibm_127q,ae,qiskit,1 +4543,127,2096,"{'rz': 5458, 'sx': 4790, 'x': 161, 'measure': 47}",{'cx': 9855},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt3_47.qasm,3840,ibm_127q,su2random,qiskit,3 +4544,127,2977,"{'rz': 5623, 'sx': 101, 'measure': 101}",{'cx': 23086},"(16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qft_mapped_ibm_washington_qiskit_opt2_101.qasm,1794,ibm_127q,qft,qiskit,2 +4545,127,6283,"{'rz': 10000, 'sx': 103, 'measure': 103}",{'cx': 31074},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qft_mapped_ibm_washington_qiskit_opt1_103.qasm,1428,ibm_127q,qft,qiskit,1 +4546,127,5070,"{'rz': 5870, 'sx': 105, 'measure': 104}",{'cx': 27097},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_104.qasm,3952,ibm_127q,qftentangled,qiskit,2 +4547,127,2921,"{'rz': 1962, 'sx': 36, 'measure': 36}",{'cx': 9489},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24); (35, 28)",qft_mapped_ibm_washington_qiskit_opt0_36.qasm,3633,ibm_127q,qft,qiskit,0 +4548,127,3390,"{'rz': 9759, 'sx': 101, 'measure': 101}",{'cx': 26549},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_101.qasm,2137,ibm_127q,qft,qiskit,1 +4549,127,1829,"{'rz': 2741, 'sx': 43, 'measure': 43}",{'cx': 5694},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt1_43.qasm,1059,ibm_127q,qft,qiskit,1 +4550,127,12792,"{'rz': 1264, 'sx': 632, 'measure': 79}",{'cx': 117903},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",su2random_mapped_ibm_washington_qiskit_opt0_79.qasm,1718,ibm_127q,su2random,qiskit,0 +4551,127,480,"{'rz': 450, 'sx': 108, 'measure': 18}",{'cx': 1397},"(44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qnn_mapped_ibm_washington_qiskit_opt2_18.qasm,2043,ibm_127q,qnn,qiskit,2 +4552,127,382,"{'rz': 576, 'sx': 288, 'measure': 96}",{'cx': 2295},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (92, 83); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt0_96.qasm,3812,ibm_127q,graphstate,qiskit,0 +4553,127,2645,"{'sx': 440, 'rz': 440, 'measure': 55}",{'cx': 18178},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",realamprandom_mapped_ibm_washington_qiskit_opt1_55.qasm,1567,ibm_127q,realamprandom,qiskit,1 +4554,127,4181,"{'rz': 1950, 'sx': 234, 'measure': 39}",{'cx': 22766},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_39.qasm,2171,ibm_127q,qnn,qiskit,0 +4555,127,1209,"{'sx': 224, 'rz': 224, 'measure': 28}",{'cx': 4091},"(36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt2_28.qasm,1401,ibm_127q,realamprandom,qiskit,2 +4556,127,11628,"{'sx': 808, 'rz': 808, 'measure': 101}",{'cx': 76600},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_101.qasm,1307,ibm_127q,su2random,qiskit,1 +4557,127,9200,"{'rz': 11544, 'sx': 624, 'measure': 104}",{'cx': 61164},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_104.qasm,1383,ibm_127q,qnn,qiskit,2 +4558,127,6006,"{'sx': 712, 'rz': 712, 'measure': 89}",{'cx': 50240},"(12, 13); (12, 17); (13, 12); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",su2random_mapped_ibm_washington_qiskit_opt1_89.qasm,2479,ibm_127q,su2random,qiskit,1 +4559,127,340,"{'rz': 276, 'sx': 72, 'measure': 12}",{'cx': 1085},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_12.qasm,2075,ibm_127q,qnn,qiskit,0 +4560,127,5103,"{'rz': 6614, 'sx': 75, 'measure': 75}",{'cx': 16963},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_75.qasm,3719,ibm_127q,qft,qiskit,1 +4561,127,5242,"{'rz': 6126, 'sx': 204, 'measure': 102, 'x': 1}",{'cx': 27628},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeinexact_mapped_ibm_washington_qiskit_opt2_103.qasm,3751,ibm_127q,qpeinexact,qiskit,2 +4562,127,28164,"{'rz': 29241, 'sx': 11313, 'x': 398, 'measure': 89}",{'cx': 143595},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_89.qasm,2704,ibm_127q,random,qiskit,2 +4563,127,600,"{'rz': 470, 'sx': 282, 'measure': 48, 'x': 1}",{'cx': 631},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_48.qasm,2112,ibm_127q,wstate,qiskit,0 +4564,127,611,"{'rz': 891, 'sx': 475, 'measure': 19, 'x': 6}",{'cx': 1438},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (81, 72)",qnn_mapped_ibm_washington_qiskit_opt3_19.qasm,1231,ibm_127q,qnn,qiskit,3 +4565,127,3250,"{'rz': 3396, 'sx': 1311, 'x': 51, 'measure': 31}",{'cx': 8880},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (73, 66)",random_mapped_ibm_washington_qiskit_opt2_31.qasm,2768,ibm_127q,random,qiskit,2 +4566,127,750,"{'rz': 422, 'sx': 211, 'measure': 105, 'x': 95}",{'cx': 1293},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104)",dj_mapped_ibm_washington_qiskit_opt0_106.qasm,1563,ibm_127q,dj,qiskit,0 +4567,127,39,"{'rz': 24, 'sx': 12, 'measure': 8}",{'cx': 35},"(45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",graphstate_mapped_ibm_washington_qiskit_opt1_8.qasm,2647,ibm_127q,graphstate,qiskit,1 +4568,127,1656,"{'rz': 1999, 'sx': 82, 'measure': 41, 'x': 1}",{'cx': 4830},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeinexact_mapped_ibm_washington_qiskit_opt2_42.qasm,3318,ibm_127q,qpeinexact,qiskit,2 +4569,127,546,"{'rz': 1131, 'sx': 137, 'measure': 28, 'x': 14}",{'cx': 1877},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qftentangled_mapped_ibm_washington_qiskit_opt3_28.qasm,3681,ibm_127q,qftentangled,qiskit,3 +4570,127,1075,"{'sx': 563, 'rz': 469, 'measure': 123, 'x': 1}",{'cx': 1569},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_123.qasm,1885,ibm_127q,wstate,qiskit,2 +4571,127,2471,"{'rz': 3305, 'sx': 368, 'measure': 62}",{'cx': 8466},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100)",ae_mapped_ibm_washington_qiskit_opt2_62.qasm,2446,ibm_127q,ae,qiskit,2 +4572,127,383,"{'rz': 603, 'sx': 124, 'measure': 19, 'x': 7}",{'cx': 889},"(58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt3_19.qasm,2015,ibm_127q,qftentangled,qiskit,3 +4573,127,12133,"{'sx': 952, 'rz': 952, 'measure': 119}",{'cx': 92439},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_119.qasm,2689,ibm_127q,su2random,qiskit,2 +4574,127,5808,"{'rz': 6107, 'sx': 124, 'measure': 62, 'x': 1}",{'cx': 28194},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt0_63.qasm,2042,ibm_127q,qpeinexact,qiskit,0 +4575,127,2993,"{'rz': 2142, 'sx': 72, 'measure': 36, 'x': 1}",{'cx': 9531},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (35, 28); (36, 32)",qpeexact_mapped_ibm_washington_qiskit_opt0_37.qasm,1096,ibm_127q,qpeexact,qiskit,0 +4576,127,1391,"{'rz': 312, 'sx': 208, 'measure': 26}",{'cx': 7269},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_26.qasm,2446,ibm_127q,twolocalrandom,qiskit,0 +4577,127,6749,"{'rz': 11816, 'sx': 118, 'measure': 118}",{'cx': 42504},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_118.qasm,3055,ibm_127q,qft,qiskit,1 +4578,127,3646,"{'rz': 384, 'sx': 256, 'measure': 32}",{'cx': 17439},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30)",realamprandom_mapped_ibm_washington_qiskit_opt0_32.qasm,1598,ibm_127q,realamprandom,qiskit,0 +4579,127,6597,"{'rz': 10240, 'sx': 200, 'measure': 100, 'x': 1}",{'cx': 30941},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_101.qasm,3081,ibm_127q,qpeexact,qiskit,1 +4580,127,3053,"{'rz': 5160, 'sx': 120, 'measure': 60, 'x': 1}",{'cx': 11785},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt1_61.qasm,3205,ibm_127q,qpeinexact,qiskit,1 +4581,127,1080,"{'rz': 1339, 'sx': 36, 'measure': 36}",{'cx': 3327},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100); (110, 118); (118, 110)",qft_mapped_ibm_washington_qiskit_opt2_36.qasm,1700,ibm_127q,qft,qiskit,2 +4582,127,4643,"{'rz': 6372, 'sx': 74, 'measure': 73}",{'cx': 15249},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_73.qasm,1776,ibm_127q,qftentangled,qiskit,1 +4583,127,11822,"{'rz': 896, 'sx': 896, 'measure': 112}",{'cx': 83599},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",realamprandom_mapped_ibm_washington_qiskit_opt2_112.qasm,1365,ibm_127q,realamprandom,qiskit,2 +4584,127,133,"{'rz': 324, 'sx': 162, 'measure': 84}",{'cx': 492},"(1, 2); (2, 1); (2, 3); (3, 2); (7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_84.qasm,3684,ibm_127q,graphstate,qiskit,1 +4585,127,2617,"{'rz': 2894, 'sx': 61, 'measure': 61}",{'cx': 9338},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",qft_mapped_ibm_washington_qiskit_opt2_61.qasm,3398,ibm_127q,qft,qiskit,2 +4586,127,2162,"{'sx': 304, 'rz': 304, 'measure': 38}",{'cx': 9269},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt1_38.qasm,3960,ibm_127q,realamprandom,qiskit,1 +4587,127,124,"{'measure': 31, 'rz': 2, 'sx': 1}",{'cx': 213},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_31.qasm,2466,ibm_127q,ghz,qiskit,0 +4588,127,238,"{'rz': 231, 'sx': 72, 'measure': 12, 'x': 6}",{'cx': 309},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (72, 62)",qft_mapped_ibm_washington_qiskit_opt3_12.qasm,3606,ibm_127q,qft,qiskit,3 +4589,127,9382,"{'rz': 960, 'sx': 480, 'measure': 60}",{'cx': 67290},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_60.qasm,3359,ibm_127q,su2random,qiskit,0 +4590,127,1125,"{'rz': 1517, 'sx': 32, 'measure': 32}",{'cx': 2951},"(58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",qft_mapped_ibm_washington_qiskit_opt1_32.qasm,1129,ibm_127q,qft,qiskit,1 +4591,127,348,"{'rz': 636, 'sx': 318, 'measure': 106}",{'cx': 2680},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt0_106.qasm,1263,ibm_127q,graphstate,qiskit,0 +4592,127,707,"{'sx': 168, 'rz': 168, 'measure': 21}",{'cx': 2138},"(54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (93, 87); (93, 106); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt2_21.qasm,3295,ibm_127q,realamprandom,qiskit,2 +4593,127,703,"{'rz': 389, 'sx': 335, 'measure': 29, 'x': 1}",{'cx': 3654},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (110, 100)",realamprandom_mapped_ibm_washington_qiskit_opt3_29.qasm,3130,ibm_127q,realamprandom,qiskit,3 +4594,127,9329,"{'sx': 728, 'rz': 728, 'measure': 91}",{'cx': 58256},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_91.qasm,2400,ibm_127q,realamprandom,qiskit,1 +4595,127,151,"{'rz': 156, 'sx': 78, 'measure': 26}",{'cx': 404},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_26.qasm,1236,ibm_127q,graphstate,qiskit,0 +4596,127,45,"{'rz': 88, 'sx': 49, 'measure': 32, 'x': 3}",{'cx': 77},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (85, 73); (85, 86); (86, 85)",graphstate_mapped_ibm_washington_qiskit_opt3_32.qasm,3610,ibm_127q,graphstate,qiskit,3 +4597,127,2454,"{'rz': 360, 'sx': 360, 'measure': 45}",{'cx': 12979},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (89, 74)",realamprandom_mapped_ibm_washington_qiskit_opt1_45.qasm,3036,ibm_127q,realamprandom,qiskit,1 +4598,127,29,"{'rz': 82, 'sx': 78, 'measure': 14, 'x': 3}",{'cx': 26},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56)",vqe_mapped_ibm_washington_qiskit_opt1_14.qasm,1223,ibm_127q,vqe,qiskit,1 +4599,127,3694,"{'rz': 3690, 'sx': 1453, 'x': 72, 'measure': 33}",{'cx': 10145},"(34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",random_mapped_ibm_washington_qiskit_opt2_33.qasm,2032,ibm_127q,random,qiskit,2 +4600,127,14386,"{'rz': 13794, 'sx': 684, 'measure': 114}",{'cx': 90857},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_114.qasm,2175,ibm_127q,qnn,qiskit,1 +4601,127,25,"{'rz': 88, 'sx': 44, 'measure': 44}",{'cx': 44},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",graphstate_mapped_ibm_washington_qiskit_opt3_44.qasm,3051,ibm_127q,graphstate,qiskit,3 +4602,127,3054,"{'rz': 3929, 'sx': 52, 'measure': 51}",{'cx': 16976},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_51.qasm,2856,ibm_127q,qftentangled,qiskit,0 +4603,127,6192,"{'rz': 7446, 'sx': 156, 'measure': 78, 'x': 1}",{'cx': 19957},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeinexact_mapped_ibm_washington_qiskit_opt1_79.qasm,2642,ibm_127q,qpeinexact,qiskit,1 +4604,127,1559,"{'rz': 3102, 'sx': 46, 'measure': 46}",{'cx': 6486},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qft_mapped_ibm_washington_qiskit_opt1_46.qasm,3170,ibm_127q,qft,qiskit,1 +4605,127,72,"{'rz': 338, 'sx': 169, 'measure': 85}",{'cx': 469},"(12, 17); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_85.qasm,1454,ibm_127q,graphstate,qiskit,2 +4606,127,10069,"{'rz': 13158, 'sx': 734, 'measure': 123}",{'cx': 43461},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_123.qasm,1515,ibm_127q,ae,qiskit,1 +4607,127,9646,"{'sx': 760, 'rz': 760, 'measure': 95}",{'cx': 57367},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_95.qasm,1888,ibm_127q,twolocalrandom,qiskit,2 +4608,127,147,"{'rz': 498, 'sx': 249, 'measure': 121}",{'cx': 829},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_121.qasm,2948,ibm_127q,graphstate,qiskit,2 +4609,127,1442,"{'rz': 1614, 'sx': 74, 'measure': 37, 'x': 1}",{'cx': 3933},"(16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qpeexact_mapped_ibm_washington_qiskit_opt2_38.qasm,3188,ibm_127q,qpeexact,qiskit,2 +4610,127,6512,"{'rz': 7401, 'sx': 242, 'measure': 121, 'x': 1}",{'cx': 41949},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_122.qasm,4067,ibm_127q,qpeexact,qiskit,2 +4611,127,308,"{'rz': 172, 'sx': 56, 'measure': 16}",{'cx': 356},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",portfolioqaoa_mapped_ibm_washington_qiskit_opt1_8.qasm,3982,ibm_127q,portfolioqaoa,qiskit,1 +4612,127,4196,"{'rz': 4505, 'sx': 106, 'measure': 53, 'x': 1}",{'cx': 19473},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41)",qpeinexact_mapped_ibm_washington_qiskit_opt0_54.qasm,1208,ibm_127q,qpeinexact,qiskit,0 +4613,127,12492,"{'rz': 888, 'sx': 888, 'measure': 111}",{'cx': 87995},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_111.qasm,1998,ibm_127q,twolocalrandom,qiskit,1 +4614,127,37,"{'sx': 32, 'rz': 16, 'measure': 9, 'x': 1}",{'cx': 16},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120)",wstate_mapped_ibm_washington_qiskit_opt3_9.qasm,2080,ibm_127q,wstate,qiskit,3 +4615,127,22,"{'rz': 34, 'sx': 17, 'measure': 11}",{'cx': 26},"(44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",graphstate_mapped_ibm_washington_qiskit_opt3_11.qasm,1101,ibm_127q,graphstate,qiskit,3 +4616,127,201,"{'sx': 196, 'rz': 98, 'measure': 50, 'x': 1}",{'cx': 98},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_50.qasm,1685,ibm_127q,wstate,qiskit,1 +4617,127,7435,"{'rz': 600, 'sx': 400, 'measure': 50}",{'cx': 45813},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_50.qasm,2998,ibm_127q,twolocalrandom,qiskit,0 +4618,127,666,"{'rz': 204, 'sx': 136, 'measure': 17}",{'cx': 2925},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_17.qasm,1128,ibm_127q,twolocalrandom,qiskit,0 +4619,127,22,"{'measure': 19, 'rz': 2, 'sx': 1}",{'cx': 18},"(93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_19.qasm,2245,ibm_127q,ghz,qiskit,2 +4620,127,13113,"{'rz': 11544, 'sx': 624, 'measure': 104}",{'cx': 68410},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_104.qasm,3308,ibm_127q,qnn,qiskit,1 +4621,127,65,"{'sx': 60, 'rz': 30, 'measure': 16, 'x': 1}",{'cx': 30},"(108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_16.qasm,1338,ibm_127q,wstate,qiskit,3 +4622,127,30186,"{'rz': 40702, 'sx': 13872, 'x': 140, 'measure': 91}",{'cx': 242561},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75)",random_mapped_ibm_washington_qiskit_opt0_91.qasm,3166,ibm_127q,random,qiskit,0 +4623,127,213,"{'rz': 342, 'sx': 171, 'measure': 57}",{'cx': 1155},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",graphstate_mapped_ibm_washington_qiskit_opt0_57.qasm,3966,ibm_127q,graphstate,qiskit,0 +4624,127,3257,"{'rz': 4540, 'sx': 86, 'measure': 86}",{'cx': 17583},"(16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100); (110, 118); (118, 110)",qft_mapped_ibm_washington_qiskit_opt2_86.qasm,1047,ibm_127q,qft,qiskit,2 +4625,127,1819,"{'rz': 2642, 'sx': 57, 'measure': 56}",{'cx': 7805},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104)",qftentangled_mapped_ibm_washington_qiskit_opt2_56.qasm,4081,ibm_127q,qftentangled,qiskit,2 +4626,127,60,"{'measure': 57, 'rz': 2, 'sx': 1}",{'cx': 56},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_57.qasm,1405,ibm_127q,ghz,qiskit,2 +4627,127,7030,"{'rz': 7259, 'sx': 230, 'measure': 115, 'x': 1}",{'cx': 35810},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_116.qasm,4087,ibm_127q,qpeinexact,qiskit,2 +4628,127,19434,"{'rz': 24031, 'sx': 8276, 'x': 97, 'measure': 70}",{'cx': 124531},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",random_mapped_ibm_washington_qiskit_opt0_70.qasm,3761,ibm_127q,random,qiskit,0 +4629,127,2303,"{'rz': 3509, 'sx': 94, 'measure': 47, 'x': 1}",{'cx': 7419},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87)",qpeexact_mapped_ibm_washington_qiskit_opt1_48.qasm,3781,ibm_127q,qpeexact,qiskit,1 +4630,127,1291,"{'sx': 504, 'rz': 402, 'measure': 112, 'x': 1}",{'cx': 1361},"(0, 1); (0, 14); (1, 0); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (51, 36); (52, 37); (52, 56); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_112.qasm,1434,ibm_127q,wstate,qiskit,1 +4631,127,491,"{'measure': 104, 'rz': 2, 'sx': 1}",{'cx': 880},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ghz_mapped_ibm_washington_qiskit_opt0_104.qasm,2960,ibm_127q,ghz,qiskit,0 +4632,127,1420,"{'rz': 1516, 'sx': 212, 'measure': 36}",{'cx': 3309},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",ae_mapped_ibm_washington_qiskit_opt2_36.qasm,2936,ibm_127q,ae,qiskit,2 +4633,127,267,"{'rz': 414, 'sx': 207, 'measure': 69}",{'cx': 1197},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",graphstate_mapped_ibm_washington_qiskit_opt0_69.qasm,3031,ibm_127q,graphstate,qiskit,0 +4634,127,3769,"{'sx': 408, 'rz': 408, 'measure': 51}",{'cx': 17208},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (106, 93)",realamprandom_mapped_ibm_washington_qiskit_opt1_51.qasm,2281,ibm_127q,realamprandom,qiskit,1 +4635,127,26266,"{'rz': 33724, 'sx': 11640, 'x': 155, 'measure': 83}",{'cx': 189469},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_83.qasm,2174,ibm_127q,random,qiskit,0 +4636,127,2957,"{'rz': 7414, 'sx': 6267, 'x': 318, 'measure': 54}",{'cx': 13886},"(34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",realamprandom_mapped_ibm_washington_qiskit_opt3_54.qasm,3932,ibm_127q,realamprandom,qiskit,3 +4637,127,8158,"{'rz': 648, 'sx': 432, 'measure': 54}",{'cx': 55368},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41)",realamprandom_mapped_ibm_washington_qiskit_opt0_54.qasm,2104,ibm_127q,realamprandom,qiskit,0 +4638,127,11045,"{'rz': 1088, 'sx': 544, 'measure': 68}",{'cx': 87795},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_68.qasm,1081,ibm_127q,su2random,qiskit,0 +4639,127,389,"{'sx': 384, 'rz': 192, 'measure': 97, 'x': 1}",{'cx': 192},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_97.qasm,3738,ibm_127q,wstate,qiskit,2 +4640,127,129,"{'sx': 124, 'rz': 62, 'measure': 32, 'x': 1}",{'cx': 62},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",wstate_mapped_ibm_washington_qiskit_opt1_32.qasm,2032,ibm_127q,wstate,qiskit,1 +4641,127,114,"{'rz': 410, 'sx': 205, 'measure': 105}",{'cx': 612},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_105.qasm,1564,ibm_127q,graphstate,qiskit,2 +4642,127,592,"{'rz': 671, 'sx': 607, 'measure': 19, 'x': 15}",{'cx': 1582},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",realamprandom_mapped_ibm_washington_qiskit_opt3_19.qasm,3648,ibm_127q,realamprandom,qiskit,3 +4643,127,339,"{'rz': 305, 'sx': 114, 'x': 15, 'measure': 12}",{'cx': 365},"(34, 43); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66)",qpeinexact_mapped_ibm_washington_qiskit_opt3_13.qasm,2386,ibm_127q,qpeinexact,qiskit,3 +4644,127,787,"{'rz': 690, 'sx': 138, 'measure': 23}",{'cx': 2297},"(19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (102, 92)",qnn_mapped_ibm_washington_qiskit_opt1_23.qasm,3271,ibm_127q,qnn,qiskit,1 +4645,127,343,"{'rz': 270, 'sx': 162, 'measure': 28, 'x': 1}",{'cx': 357},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_28.qasm,1114,ibm_127q,wstate,qiskit,0 +4646,127,1254,"{'rz': 1814, 'sx': 645, 'x': 85, 'measure': 32}",{'cx': 2729},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt3_33.qasm,4011,ibm_127q,qpeexact,qiskit,3 +4647,127,60853,"{'rz': 59346, 'sx': 22013, 'x': 768, 'measure': 124}",{'cx': 357778},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_124.qasm,4042,ibm_127q,random,qiskit,1 +4648,127,85,"{'rz': 190, 'sx': 102, 'measure': 61, 'x': 5}",{'cx': 239},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93)",graphstate_mapped_ibm_washington_qiskit_opt3_61.qasm,2712,ibm_127q,graphstate,qiskit,3 +4649,127,157,"{'sx': 152, 'rz': 76, 'measure': 39, 'x': 1}",{'cx': 76},"(31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_39.qasm,2706,ibm_127q,wstate,qiskit,1 +4650,127,3391,"{'rz': 6150, 'sx': 450, 'measure': 75}",{'cx': 28179},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_75.qasm,3737,ibm_127q,qnn,qiskit,1 +4651,127,3887,"{'rz': 4652, 'sx': 112, 'measure': 56, 'x': 1}",{'cx': 10446},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",qpeinexact_mapped_ibm_washington_qiskit_opt1_57.qasm,2706,ibm_127q,qpeinexact,qiskit,1 +4652,127,1405,"{'rz': 2244, 'sx': 264, 'measure': 44}",{'cx': 8297},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt2_44.qasm,3377,ibm_127q,qnn,qiskit,2 +4653,127,1081,"{'rz': 1075, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 3071},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_26.qasm,3615,ibm_127q,qpeexact,qiskit,0 +4654,127,678,"{'rz': 851, 'sx': 24, 'measure': 24}",{'cx': 1680},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt1_24.qasm,1363,ibm_127q,qft,qiskit,1 +4655,127,48,"{'measure': 45, 'rz': 2, 'sx': 1}",{'cx': 44},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt3_45.qasm,2167,ibm_127q,ghz,qiskit,3 +4656,127,889,"{'sx': 481, 'rz': 383, 'measure': 107, 'x': 1}",{'cx': 1207},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_107.qasm,1148,ibm_127q,wstate,qiskit,2 +4657,127,6845,"{'rz': 5840, 'sx': 1951, 'measure': 35, 'x': 23}",{'cx': 26545},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_35.qasm,2637,ibm_127q,random,qiskit,0 +4658,127,835,"{'measure': 112, 'rz': 2, 'sx': 1}",{'cx': 927},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (121, 122); (122, 111); (122, 121); (126, 112)",ghz_mapped_ibm_washington_qiskit_opt2_112.qasm,3764,ibm_127q,ghz,qiskit,2 +4659,127,602,"{'rz': 326, 'sx': 163, 'x': 81, 'measure': 81}",{'cx': 1029},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",dj_mapped_ibm_washington_qiskit_opt0_82.qasm,2274,ibm_127q,dj,qiskit,0 +4660,127,952,"{'rz': 921, 'sx': 405, 'x': 19, 'measure': 17}",{'cx': 1711},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81)",random_mapped_ibm_washington_qiskit_opt2_17.qasm,3820,ibm_127q,random,qiskit,2 +4661,127,7260,"{'rz': 8621, 'sx': 148, 'measure': 74, 'x': 1}",{'cx': 39342},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (73, 66); (74, 70)",qpeexact_mapped_ibm_washington_qiskit_opt0_75.qasm,1272,ibm_127q,qpeexact,qiskit,0 +4662,127,7015,"{'sx': 624, 'rz': 624, 'measure': 78}",{'cx': 37116},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_78.qasm,2174,ibm_127q,su2random,qiskit,2 +4663,127,149,"{'sx': 144, 'rz': 72, 'measure': 37, 'x': 1}",{'cx': 72},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75)",wstate_mapped_ibm_washington_qiskit_opt3_37.qasm,1925,ibm_127q,wstate,qiskit,3 +4664,127,5684,"{'rz': 7267, 'sx': 704, 'measure': 118}",{'cx': 33305},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",ae_mapped_ibm_washington_qiskit_opt2_118.qasm,1319,ibm_127q,ae,qiskit,2 +4665,127,8609,"{'rz': 12180, 'sx': 121, 'measure': 121}",{'cx': 42279},"(0, 14); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_121.qasm,3921,ibm_127q,qft,qiskit,1 +4666,127,6364,"{'rz': 7735, 'sx': 140, 'measure': 70, 'x': 1}",{'cx': 36056},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69)",qpeinexact_mapped_ibm_washington_qiskit_opt0_71.qasm,2566,ibm_127q,qpeinexact,qiskit,0 +4667,127,41330,"{'rz': 41135, 'sx': 14989, 'x': 545, 'measure': 103}",{'cx': 215630},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_103.qasm,2273,ibm_127q,random,qiskit,1 +4668,127,336,"{'rz': 152, 'sx': 70, 'measure': 7, 'x': 6}",{'cx': 234},"(72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (92, 83)",pricingput_mapped_ibm_washington_qiskit_opt2_7.qasm,1613,ibm_127q,pricingput,qiskit,2 +4669,127,1800,"{'rz': 4083, 'sx': 1973, 'x': 224, 'measure': 53}",{'cx': 6172},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qft_mapped_ibm_washington_qiskit_opt3_53.qasm,1736,ibm_127q,qft,qiskit,3 +4670,127,43095,"{'rz': 43462, 'sx': 16146, 'x': 558, 'measure': 106}",{'cx': 230533},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_106.qasm,2673,ibm_127q,random,qiskit,1 +4671,127,329,"{'sx': 324, 'rz': 162, 'measure': 82, 'x': 1}",{'cx': 162},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_82.qasm,1719,ibm_127q,wstate,qiskit,2 +4672,127,1165,"{'sx': 525, 'rz': 425, 'measure': 116, 'x': 1}",{'cx': 1559},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",wstate_mapped_ibm_washington_qiskit_opt1_116.qasm,3397,ibm_127q,wstate,qiskit,1 +4673,127,303,"{'rz': 462, 'sx': 231, 'measure': 77}",{'cx': 1631},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",graphstate_mapped_ibm_washington_qiskit_opt0_77.qasm,3384,ibm_127q,graphstate,qiskit,0 +4674,127,5476,"{'rz': 7954, 'sx': 164, 'measure': 82, 'x': 1}",{'cx': 21590},"(15, 22); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qpeinexact_mapped_ibm_washington_qiskit_opt1_83.qasm,3344,ibm_127q,qpeinexact,qiskit,1 +4675,127,1181,"{'rz': 2017, 'sx': 1809, 'x': 50, 'measure': 33}",{'cx': 4664},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",su2random_mapped_ibm_washington_qiskit_opt3_33.qasm,2385,ibm_127q,su2random,qiskit,3 +4676,127,137,"{'sx': 132, 'rz': 66, 'measure': 34, 'x': 1}",{'cx': 66},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 91); (90, 75); (90, 94); (91, 79); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",wstate_mapped_ibm_washington_qiskit_opt2_34.qasm,1324,ibm_127q,wstate,qiskit,2 +4677,127,393,"{'measure': 87, 'rz': 2, 'sx': 1}",{'cx': 698},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_87.qasm,3031,ibm_127q,ghz,qiskit,0 +4678,127,7391,"{'rz': 11383, 'sx': 218, 'measure': 109, 'x': 1}",{'cx': 37040},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_110.qasm,3217,ibm_127q,qpeexact,qiskit,1 +4679,127,248,"{'rz': 118, 'sx': 59, 'x': 29, 'measure': 29}",{'cx': 422},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_30.qasm,2754,ibm_127q,dj,qiskit,0 +4680,127,757,"{'rz': 1564, 'sx': 843, 'measure': 25, 'x': 10}",{'cx': 2489},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",qnn_mapped_ibm_washington_qiskit_opt3_25.qasm,3353,ibm_127q,qnn,qiskit,3 +4681,127,639,"{'rz': 725, 'sx': 633, 'measure': 18, 'x': 7}",{'cx': 1402},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",realamprandom_mapped_ibm_washington_qiskit_opt3_18.qasm,2778,ibm_127q,realamprandom,qiskit,3 +4682,127,4672,"{'rz': 480, 'sx': 320, 'measure': 40}",{'cx': 27534},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_40.qasm,2189,ibm_127q,twolocalrandom,qiskit,0 +4683,127,8842,"{'sx': 760, 'rz': 760, 'measure': 95}",{'cx': 64231},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_95.qasm,3200,ibm_127q,su2random,qiskit,1 +4684,127,7537,"{'sx': 712, 'rz': 712, 'measure': 89}",{'cx': 50070},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_89.qasm,1372,ibm_127q,su2random,qiskit,2 +4685,127,304,"{'rz': 260, 'sx': 115, 'measure': 10, 'x': 7}",{'cx': 377},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",random_mapped_ibm_washington_qiskit_opt2_10.qasm,3650,ibm_127q,random,qiskit,2 +4686,127,623,"{'rz': 673, 'sx': 23, 'measure': 23}",{'cx': 1397},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt2_23.qasm,2294,ibm_127q,qft,qiskit,2 +4687,127,532,"{'rz': 420, 'sx': 30, 'measure': 15, 'x': 1}",{'cx': 1452},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_16.qasm,2491,ibm_127q,qpeexact,qiskit,0 +4688,127,12508,"{'rz': 864, 'sx': 864, 'measure': 108}",{'cx': 80359},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",realamprandom_mapped_ibm_washington_qiskit_opt2_108.qasm,1137,ibm_127q,realamprandom,qiskit,2 +4689,127,345,"{'sx': 340, 'rz': 170, 'measure': 86, 'x': 1}",{'cx': 170},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_86.qasm,1753,ibm_127q,wstate,qiskit,2 +4690,127,889,"{'rz': 918, 'sx': 162, 'measure': 27}",{'cx': 3240},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85)",qnn_mapped_ibm_washington_qiskit_opt1_27.qasm,3095,ibm_127q,qnn,qiskit,1 +4691,127,4296,"{'rz': 1842, 'sx': 435, 'x': 42, 'measure': 13}",{'cx': 4548},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt0_13.qasm,1799,ibm_127q,qwalk-v-chain,qiskit,0 +4692,127,631,"{'rz': 801, 'sx': 26, 'measure': 25}",{'cx': 1633},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qftentangled_mapped_ibm_washington_qiskit_opt2_25.qasm,1480,ibm_127q,qftentangled,qiskit,2 +4693,127,5118,"{'rz': 600, 'sx': 600, 'measure': 75}",{'cx': 37392},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",realamprandom_mapped_ibm_washington_qiskit_opt1_75.qasm,2575,ibm_127q,realamprandom,qiskit,1 +4694,127,6876,"{'rz': 7583, 'sx': 246, 'measure': 123, 'x': 1}",{'cx': 41142},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_124.qasm,4041,ibm_127q,qpeinexact,qiskit,2 +4695,127,778,"{'rz': 950, 'sx': 25, 'measure': 25}",{'cx': 2994},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_25.qasm,3572,ibm_127q,qft,qiskit,0 +4696,127,132,"{'rz': 64, 'sx': 8, 'measure': 7}",{'cx': 123},"(45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qftentangled_mapped_ibm_washington_qiskit_opt2_7.qasm,1852,ibm_127q,qftentangled,qiskit,2 +4697,127,643,"{'rz': 479, 'sx': 281, 'measure': 125, 'x': 13}",{'cx': 623},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",dj_mapped_ibm_washington_qiskit_opt3_126.qasm,2041,ibm_127q,dj,qiskit,3 +4698,127,61,"{'sx': 56, 'rz': 28, 'measure': 15, 'x': 1}",{'cx': 28},"(112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_15.qasm,1312,ibm_127q,wstate,qiskit,2 +4699,127,14551,"{'rz': 996, 'sx': 664, 'measure': 83}",{'cx': 135705},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_83.qasm,3580,ibm_127q,twolocalrandom,qiskit,0 +4700,127,11796,"{'rz': 12478, 'sx': 4411, 'x': 63, 'measure': 51}",{'cx': 59368},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_51.qasm,3609,ibm_127q,random,qiskit,0 +4701,127,6361,"{'rz': 7247, 'sx': 236, 'measure': 118, 'x': 1}",{'cx': 37803},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_119.qasm,1666,ibm_127q,qpeexact,qiskit,2 +4702,127,428,"{'rz': 617, 'sx': 271, 'measure': 28}",{'cx': 1192},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (71, 58); (71, 77); (77, 71)",portfolioqaoa_mapped_ibm_washington_qiskit_opt3_14.qasm,2646,ibm_127q,portfolioqaoa,qiskit,3 +4703,127,1097,"{'rz': 4609, 'sx': 3240, 'measure': 35, 'x': 4}",{'cx': 4211},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",qnn_mapped_ibm_washington_qiskit_opt3_35.qasm,1468,ibm_127q,qnn,qiskit,3 +4704,127,369,"{'sx': 364, 'rz': 182, 'measure': 92, 'x': 1}",{'cx': 182},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_92.qasm,1486,ibm_127q,wstate,qiskit,2 +4705,127,12863,"{'rz': 1232, 'sx': 616, 'measure': 77}",{'cx': 112683},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",su2random_mapped_ibm_washington_qiskit_opt0_77.qasm,3817,ibm_127q,su2random,qiskit,0 +4706,127,10029,"{'rz': 10522, 'sx': 3967, 'x': 165, 'measure': 53}",{'cx': 37187},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt1_53.qasm,3201,ibm_127q,random,qiskit,1 +4707,127,22604,"{'rz': 23931, 'sx': 8725, 'x': 281, 'measure': 78}",{'cx': 104506},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_78.qasm,3968,ibm_127q,random,qiskit,1 +4708,127,714,"{'rz': 459, 'sx': 247, 'measure': 123}",{'cx': 901},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt2_124.qasm,3793,ibm_127q,dj,qiskit,2 +4709,127,1400,"{'rz': 1851, 'sx': 46, 'measure': 45}",{'cx': 5054},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",qftentangled_mapped_ibm_washington_qiskit_opt2_45.qasm,2305,ibm_127q,qftentangled,qiskit,2 +4710,127,5092,"{'rz': 6767, 'sx': 67, 'measure': 67}",{'cx': 30147},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_67.qasm,2481,ibm_127q,qft,qiskit,0 +4711,127,2303,"{'rz': 3509, 'sx': 94, 'measure': 47, 'x': 1}",{'cx': 7419},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (93, 87)",qpeinexact_mapped_ibm_washington_qiskit_opt1_48.qasm,3285,ibm_127q,qpeinexact,qiskit,1 +4712,127,1419,"{'rz': 650, 'sx': 93, 'x': 41, 'measure': 7}",{'cx': 1268},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",grover-v-chain_mapped_ibm_washington_qiskit_opt0_7.qasm,1777,ibm_127q,grover-v-chain,qiskit,0 +4713,127,4745,"{'sx': 576, 'rz': 576, 'measure': 72}",{'cx': 32405},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_72.qasm,3145,ibm_127q,realamprandom,qiskit,2 +4714,127,602,"{'rz': 607, 'sx': 23, 'measure': 22}",{'cx': 1300},"(34, 43); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt2_22.qasm,1973,ibm_127q,qftentangled,qiskit,2 +4715,127,8531,"{'rz': 792, 'sx': 792, 'measure': 99}",{'cx': 60486},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_99.qasm,1997,ibm_127q,realamprandom,qiskit,2 +4716,127,189,"{'sx': 184, 'rz': 92, 'measure': 47, 'x': 1}",{'cx': 92},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (34, 24); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",wstate_mapped_ibm_washington_qiskit_opt1_47.qasm,3757,ibm_127q,wstate,qiskit,1 +4717,127,1194,"{'rz': 1083, 'sx': 56, 'measure': 28, 'x': 1}",{'cx': 2433},"(33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",qpeinexact_mapped_ibm_washington_qiskit_opt2_29.qasm,3620,ibm_127q,qpeinexact,qiskit,2 +4718,127,301,"{'sx': 296, 'rz': 148, 'measure': 75, 'x': 1}",{'cx': 148},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_75.qasm,2238,ibm_127q,wstate,qiskit,1 +4719,127,456,"{'rz': 246, 'sx': 123, 'x': 63, 'measure': 61}",{'cx': 772},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60)",dj_mapped_ibm_washington_qiskit_opt0_62.qasm,2332,ibm_127q,dj,qiskit,0 +4720,127,782,"{'rz': 430, 'sx': 215, 'measure': 107, 'x': 97}",{'cx': 1316},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",dj_mapped_ibm_washington_qiskit_opt0_108.qasm,3200,ibm_127q,dj,qiskit,0 +4721,127,73,"{'rz': 188, 'sx': 94, 'measure': 52}",{'cx': 265},"(20, 33); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt2_52.qasm,1366,ibm_127q,graphstate,qiskit,2 +4722,127,3296,"{'rz': 4026, 'sx': 416, 'measure': 70}",{'cx': 10956},"(11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_70.qasm,3384,ibm_127q,ae,qiskit,2 +4723,127,621,"{'rz': 615, 'sx': 176, 'x': 26, 'measure': 18}",{'cx': 896},"(4, 15); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",qpeexact_mapped_ibm_washington_qiskit_opt3_19.qasm,1678,ibm_127q,qpeexact,qiskit,3 +4724,127,341,"{'sx': 336, 'rz': 168, 'measure': 85, 'x': 1}",{'cx': 168},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_85.qasm,1443,ibm_127q,wstate,qiskit,1 +4725,127,361,"{'sx': 356, 'rz': 178, 'measure': 90, 'x': 1}",{'cx': 178},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_90.qasm,1923,ibm_127q,wstate,qiskit,2 +4726,127,435,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1266},"(15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",realamprandom_mapped_ibm_washington_qiskit_opt2_16.qasm,1446,ibm_127q,realamprandom,qiskit,2 +4727,127,1231,"{'rz': 2058, 'sx': 252, 'measure': 42}",{'cx': 7112},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (45, 54); (47, 35); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qnn_mapped_ibm_washington_qiskit_opt2_42.qasm,1258,ibm_127q,qnn,qiskit,2 +4728,127,27530,"{'rz': 28495, 'sx': 11039, 'x': 428, 'measure': 88}",{'cx': 139262},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",random_mapped_ibm_washington_qiskit_opt2_88.qasm,3721,ibm_127q,random,qiskit,2 +4729,127,14185,"{'sx': 840, 'rz': 840, 'measure': 105}",{'cx': 85106},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_105.qasm,3667,ibm_127q,su2random,qiskit,1 +4730,127,13662,"{'rz': 992, 'sx': 992, 'measure': 124}",{'cx': 103568},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 102); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_124.qasm,3871,ibm_127q,realamprandom,qiskit,2 +4731,127,205,"{'rz': 98, 'sx': 49, 'measure': 24, 'x': 23}",{'cx': 345},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_25.qasm,3354,ibm_127q,dj,qiskit,0 +4732,127,876,"{'rz': 478, 'sx': 176, 'x': 30, 'measure': 11}",{'cx': 878},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",pricingcall_mapped_ibm_washington_qiskit_opt0_11.qasm,1619,ibm_127q,pricingcall,qiskit,0 +4733,127,9379,"{'rz': 780, 'sx': 520, 'measure': 65}",{'cx': 78171},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_65.qasm,2824,ibm_127q,twolocalrandom,qiskit,0 +4734,127,5967,"{'rz': 9702, 'sx': 572, 'measure': 96}",{'cx': 26196},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt1_96.qasm,1226,ibm_127q,ae,qiskit,1 +4735,127,869,"{'rz': 690, 'sx': 414, 'measure': 70, 'x': 1}",{'cx': 903},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",wstate_mapped_ibm_washington_qiskit_opt0_70.qasm,1360,ibm_127q,wstate,qiskit,0 +4736,127,7364,"{'rz': 7435, 'sx': 2541, 'measure': 39, 'x': 26}",{'cx': 30528},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_39.qasm,2367,ibm_127q,random,qiskit,0 +4737,127,723,"{'rz': 406, 'sx': 203, 'measure': 101, 'x': 93}",{'cx': 1238},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt0_102.qasm,3581,ibm_127q,dj,qiskit,0 +4738,127,5400,"{'rz': 6409, 'sx': 212, 'measure': 106, 'x': 1}",{'cx': 29949},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_107.qasm,3362,ibm_127q,qpeinexact,qiskit,2 +4739,127,49,"{'sx': 58, 'rz': 53, 'measure': 4}",{'cx': 15},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115)",tsp_mapped_ibm_washington_qiskit_opt2_4.qasm,3942,ibm_127q,tsp,qiskit,2 +4740,127,582,"{'measure': 123, 'rz': 2, 'sx': 1}",{'cx': 1043},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_123.qasm,1293,ibm_127q,ghz,qiskit,0 +4741,127,3177,"{'rz': 7943, 'sx': 86, 'measure': 86}",{'cx': 18941},"(16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_86.qasm,1361,ibm_127q,qft,qiskit,1 +4742,127,57,"{'measure': 54, 'rz': 2, 'sx': 1}",{'cx': 53},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_54.qasm,1291,ibm_127q,ghz,qiskit,2 +4743,127,984,"{'rz': 1470, 'sx': 210, 'measure': 35}",{'cx': 4957},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (92, 83)",qnn_mapped_ibm_washington_qiskit_opt2_35.qasm,2829,ibm_127q,qnn,qiskit,2 +4744,127,1816,"{'sx': 352, 'rz': 352, 'measure': 44}",{'cx': 10605},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (93, 87)",su2random_mapped_ibm_washington_qiskit_opt2_44.qasm,1317,ibm_127q,su2random,qiskit,2 +4745,127,1027,"{'rz': 272, 'sx': 272, 'measure': 34}",{'cx': 5548},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",realamprandom_mapped_ibm_washington_qiskit_opt2_34.qasm,3573,ibm_127q,realamprandom,qiskit,2 +4746,127,383,"{'measure': 77, 'rz': 2, 'sx': 1}",{'cx': 688},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_77.qasm,1565,ibm_127q,ghz,qiskit,0 +4747,127,5424,"{'rz': 9574, 'sx': 566, 'measure': 95}",{'cx': 24836},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_95.qasm,2365,ibm_127q,ae,qiskit,1 +4748,127,16395,"{'sx': 1000, 'rz': 1000, 'measure': 125}",{'cx': 118010},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_125.qasm,3242,ibm_127q,su2random,qiskit,2 +4749,127,319,"{'rz': 205, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 572},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_11.qasm,2480,ibm_127q,qpeexact,qiskit,0 +4750,127,48,"{'rz': 96, 'sx': 51, 'measure': 29, 'x': 1}",{'cx': 85},"(20, 33); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (92, 102); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118)",graphstate_mapped_ibm_washington_qiskit_opt3_29.qasm,2508,ibm_127q,graphstate,qiskit,3 +4751,127,1791,"{'rz': 3833, 'sx': 53, 'measure': 52}",{'cx': 7524},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qftentangled_mapped_ibm_washington_qiskit_opt1_52.qasm,2272,ibm_127q,qftentangled,qiskit,1 +4752,127,2433,"{'rz': 3942, 'sx': 302, 'measure': 51}",{'cx': 7515},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",ae_mapped_ibm_washington_qiskit_opt1_51.qasm,1146,ibm_127q,ae,qiskit,1 +4753,127,295,"{'rz': 178, 'sx': 148, 'measure': 13, 'x': 1}",{'cx': 650},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",su2random_mapped_ibm_washington_qiskit_opt3_13.qasm,1319,ibm_127q,su2random,qiskit,3 +4754,127,9763,"{'rz': 720, 'sx': 480, 'measure': 60}",{'cx': 68607},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_60.qasm,3518,ibm_127q,twolocalrandom,qiskit,0 +4755,127,389,"{'sx': 384, 'rz': 192, 'measure': 97, 'x': 1}",{'cx': 192},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_97.qasm,2467,ibm_127q,wstate,qiskit,1 +4756,127,1442,"{'rz': 1957, 'sx': 206, 'measure': 35}",{'cx': 3404},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (111, 104); (111, 122); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_35.qasm,2522,ibm_127q,ae,qiskit,1 +4757,127,35,"{'measure': 32, 'rz': 2, 'sx': 1}",{'cx': 31},"(32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_32.qasm,2410,ibm_127q,ghz,qiskit,3 +4758,127,163,"{'rz': 82, 'sx': 41, 'x': 21, 'measure': 20}",{'cx': 278},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_21.qasm,3825,ibm_127q,dj,qiskit,0 +4759,127,5448,"{'rz': 9351, 'sx': 186, 'measure': 93, 'x': 1}",{'cx': 26122},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt1_94.qasm,2746,ibm_127q,qpeinexact,qiskit,1 +4760,127,4902,"{'rz': 9037, 'sx': 96, 'measure': 95}",{'cx': 25724},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_95.qasm,3147,ibm_127q,qftentangled,qiskit,1 +4761,127,3334,"{'rz': 432, 'sx': 432, 'measure': 54}",{'cx': 19566},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (102, 92)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_54.qasm,3782,ibm_127q,twolocalrandom,qiskit,1 +4762,127,981,"{'rz': 1027, 'sx': 26, 'measure': 26}",{'cx': 3419},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_26.qasm,2589,ibm_127q,qft,qiskit,0 +4763,127,131,"{'rz': 120, 'sx': 60, 'measure': 12}",{'cx': 354},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qaoa_mapped_ibm_washington_qiskit_opt0_12.qasm,1855,ibm_127q,qaoa,qiskit,0 +4764,127,1078,"{'rz': 2270, 'sx': 1970, 'x': 94, 'measure': 34}",{'cx': 4838},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt3_34.qasm,2184,ibm_127q,realamprandom,qiskit,3 +4765,127,379,"{'rz': 319, 'sx': 77, 'measure': 22}",{'cx': 1209},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",portfolioqaoa_mapped_ibm_washington_qiskit_opt0_11.qasm,3342,ibm_127q,portfolioqaoa,qiskit,0 +4766,127,10323,"{'sx': 744, 'rz': 744, 'measure': 93}",{'cx': 62755},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_93.qasm,1870,ibm_127q,twolocalrandom,qiskit,1 +4767,127,77,"{'measure': 74, 'rz': 2, 'sx': 1}",{'cx': 73},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_74.qasm,2455,ibm_127q,ghz,qiskit,2 +4768,127,581,"{'measure': 122, 'rz': 2, 'sx': 1}",{'cx': 1042},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_122.qasm,4069,ibm_127q,ghz,qiskit,0 +4769,127,444,"{'rz': 234, 'sx': 117, 'x': 59, 'measure': 58}",{'cx': 757},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59)",dj_mapped_ibm_washington_qiskit_opt0_59.qasm,1623,ibm_127q,dj,qiskit,0 +4770,127,780,"{'rz': 1061, 'sx': 277, 'x': 32, 'measure': 25}",{'cx': 1788},"(34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qpeinexact_mapped_ibm_washington_qiskit_opt3_26.qasm,2361,ibm_127q,qpeinexact,qiskit,3 +4771,127,1627,"{'sx': 328, 'rz': 328, 'measure': 41}",{'cx': 9929},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_41.qasm,3455,ibm_127q,twolocalrandom,qiskit,1 +4772,127,106,"{'rz': 108, 'sx': 60, 'measure': 4}",{'cx': 45},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2)",groundstate_small_mapped_ibm_washington_qiskit_opt0_4.qasm,1830,ibm_127q,groundstate,qiskit,0 +4773,127,64,"{'rz': 182, 'sx': 91, 'measure': 53}",{'cx': 266},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (99, 100); (100, 99); (100, 110); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100)",graphstate_mapped_ibm_washington_qiskit_opt2_53.qasm,3709,ibm_127q,graphstate,qiskit,2 +4774,127,1655,"{'rz': 4159, 'sx': 1854, 'x': 209, 'measure': 54}",{'cx': 6397},"(28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt3_54.qasm,3599,ibm_127q,qft,qiskit,3 +4775,127,2822,"{'rz': 1072, 'sx': 255, 'measure': 13, 'x': 10}",{'cx': 2494},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt2_13.qasm,2343,ibm_127q,qwalk-v-chain,qiskit,2 +4776,127,6276,"{'rz': 648, 'sx': 648, 'measure': 81}",{'cx': 43414},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",realamprandom_mapped_ibm_washington_qiskit_opt1_81.qasm,2886,ibm_127q,realamprandom,qiskit,1 +4777,127,32,"{'measure': 29, 'rz': 2, 'sx': 1}",{'cx': 28},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt2_29.qasm,3097,ibm_127q,ghz,qiskit,2 +4778,127,6796,"{'rz': 9446, 'sx': 560, 'measure': 94}",{'cx': 24865},"(3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_94.qasm,3922,ibm_127q,ae,qiskit,1 +4779,127,397,"{'rz': 708, 'sx': 372, 'measure': 12}",{'cx': 894},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",groundstate_medium_mapped_ibm_washington_qiskit_opt0_12.qasm,3545,ibm_127q,groundstate,qiskit,0 +4780,127,196,"{'measure': 37, 'rz': 2, 'sx': 1}",{'cx': 351},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (35, 28); (36, 32)",ghz_mapped_ibm_washington_qiskit_opt0_37.qasm,2596,ibm_127q,ghz,qiskit,0 +4781,127,26,"{'measure': 23, 'rz': 2, 'sx': 1}",{'cx': 22},"(74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_23.qasm,1471,ibm_127q,ghz,qiskit,3 +4782,127,5475,"{'rz': 6106, 'sx': 602, 'measure': 101}",{'cx': 23166},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_101.qasm,2424,ibm_127q,ae,qiskit,2 +4783,127,623,"{'rz': 781, 'sx': 25, 'measure': 25}",{'cx': 1645},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt2_25.qasm,2493,ibm_127q,qft,qiskit,2 +4784,127,208,"{'rz': 140, 'sx': 16, 'measure': 8, 'x': 1}",{'cx': 186},"(45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",qpeinexact_mapped_ibm_washington_qiskit_opt1_9.qasm,1062,ibm_127q,qpeinexact,qiskit,1 +4785,127,313,"{'sx': 308, 'rz': 154, 'measure': 78, 'x': 1}",{'cx': 154},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_78.qasm,1727,ibm_127q,wstate,qiskit,1 +4786,127,64,"{'rz': 54, 'sx': 33, 'measure': 14, 'x': 2}",{'cx': 38},"(45, 46); (45, 54); (46, 45); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",dj_mapped_ibm_washington_qiskit_opt3_15.qasm,3572,ibm_127q,dj,qiskit,3 +4787,127,5151,"{'rz': 5365, 'sx': 116, 'measure': 58, 'x': 1}",{'cx': 24533},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt0_59.qasm,2820,ibm_127q,qpeexact,qiskit,0 +4788,127,11246,"{'sx': 872, 'rz': 872, 'measure': 109}",{'cx': 76223},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_109.qasm,1953,ibm_127q,su2random,qiskit,2 +4789,127,3168,"{'rz': 4779, 'sx': 114, 'measure': 57, 'x': 1}",{'cx': 10981},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt1_58.qasm,1670,ibm_127q,qpeinexact,qiskit,1 +4790,127,270,"{'rz': 510, 'sx': 255, 'measure': 85}",{'cx': 1582},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",graphstate_mapped_ibm_washington_qiskit_opt0_85.qasm,2163,ibm_127q,graphstate,qiskit,0 +4791,127,1443,"{'sx': 320, 'rz': 320, 'measure': 40}",{'cx': 8077},"(24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_40.qasm,2974,ibm_127q,twolocalrandom,qiskit,2 +4792,127,89,"{'rz': 157, 'sx': 81, 'measure': 45}",{'cx': 196},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",graphstate_mapped_ibm_washington_qiskit_opt3_45.qasm,3396,ibm_127q,graphstate,qiskit,3 +4793,127,84,"{'rz': 90, 'sx': 45, 'measure': 15}",{'cx': 246},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_15.qasm,2949,ibm_127q,graphstate,qiskit,0 +4794,127,6054,"{'rz': 11329, 'sx': 114, 'measure': 114}",{'cx': 37195},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_114.qasm,1453,ibm_127q,qft,qiskit,1 +4795,127,14,"{'measure': 11, 'rz': 2, 'sx': 1}",{'cx': 10},"(111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ghz_mapped_ibm_washington_qiskit_opt1_11.qasm,3812,ibm_127q,ghz,qiskit,1 +4796,127,25,"{'rz': 48, 'sx': 24, 'measure': 24}",{'cx': 24},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42)",graphstate_mapped_ibm_washington_qiskit_opt3_24.qasm,1532,ibm_127q,graphstate,qiskit,3 +4797,127,48,"{'measure': 45, 'rz': 2, 'sx': 1}",{'cx': 44},"(9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_45.qasm,1614,ibm_127q,ghz,qiskit,1 +4798,127,21006,"{'sx': 1016, 'rz': 1016, 'measure': 127}",{'cx': 137353},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_127.qasm,1647,ibm_127q,twolocalrandom,qiskit,1 +4799,127,1572,"{'rz': 2725, 'sx': 2292, 'x': 129, 'measure': 39}",{'cx': 6866},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_39.qasm,3808,ibm_127q,twolocalrandom,qiskit,3 +4800,127,7346,"{'rz': 12646, 'sx': 710, 'measure': 119}",{'cx': 37451},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_119.qasm,1980,ibm_127q,ae,qiskit,1 +4801,127,2852,"{'rz': 8974, 'sx': 7683, 'x': 297, 'measure': 56}",{'cx': 14153},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt3_56.qasm,2207,ibm_127q,su2random,qiskit,3 +4802,127,553,"{'rz': 286, 'sx': 77, 'measure': 22}",{'cx': 758},"(35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",portfolioqaoa_mapped_ibm_washington_qiskit_opt2_11.qasm,1819,ibm_127q,portfolioqaoa,qiskit,2 +4803,127,6732,"{'rz': 9228, 'sx': 452, 'measure': 76}",{'cx': 37257},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",ae_mapped_ibm_washington_qiskit_opt0_76.qasm,2788,ibm_127q,ae,qiskit,0 +4804,127,11015,"{'rz': 10700, 'sx': 600, 'measure': 100}",{'cx': 61280},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_100.qasm,3721,ibm_127q,qnn,qiskit,1 +4805,127,10966,"{'rz': 15488, 'sx': 726, 'measure': 121}",{'cx': 94066},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_121.qasm,2986,ibm_127q,qnn,qiskit,2 +4806,127,981,"{'rz': 1075, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 2114},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt1_26.qasm,2480,ibm_127q,qpeexact,qiskit,1 +4807,127,4335,"{'rz': 640, 'sx': 640, 'measure': 80}",{'cx': 37441},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_80.qasm,3586,ibm_127q,twolocalrandom,qiskit,2 +4808,127,391,"{'rz': 207, 'sx': 63, 'measure': 18}",{'cx': 484},"(35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (55, 49)",portfolioqaoa_mapped_ibm_washington_qiskit_opt2_9.qasm,2648,ibm_127q,portfolioqaoa,qiskit,2 +4809,127,235,"{'rz': 178, 'sx': 89, 'measure': 44}",{'cx': 263},"(15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (93, 87); (93, 106); (105, 106); (106, 93); (106, 105)",dj_mapped_ibm_washington_qiskit_opt1_45.qasm,3450,ibm_127q,dj,qiskit,1 +4810,127,81,"{'rz': 213, 'sx': 112, 'measure': 63, 'x': 6}",{'cx': 283},"(17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (126, 112)",graphstate_mapped_ibm_washington_qiskit_opt3_63.qasm,2262,ibm_127q,graphstate,qiskit,3 +4811,127,198,"{'rz': 123, 'sx': 16, 'measure': 8, 'x': 1}",{'cx': 192},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65)",qpeinexact_mapped_ibm_washington_qiskit_opt2_9.qasm,1766,ibm_127q,qpeinexact,qiskit,2 +4812,127,729,"{'rz': 482, 'sx': 241, 'measure': 120}",{'cx': 1044},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",dj_mapped_ibm_washington_qiskit_opt1_121.qasm,2832,ibm_127q,dj,qiskit,1 +4813,127,2360,"{'sx': 456, 'rz': 456, 'measure': 57}",{'cx': 17659},"(28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_57.qasm,1359,ibm_127q,twolocalrandom,qiskit,2 +4814,127,111,"{'rz': 93, 'sx': 53, 'measure': 26}",{'cx': 98},"(47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (55, 49); (55, 68); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (102, 92)",dj_mapped_ibm_washington_qiskit_opt2_27.qasm,3612,ibm_127q,dj,qiskit,2 +4815,127,387,"{'measure': 81, 'rz': 2, 'sx': 1}",{'cx': 692},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_81.qasm,1028,ibm_127q,ghz,qiskit,0 +4816,127,5775,"{'rz': 5691, 'sx': 192, 'measure': 96, 'x': 1}",{'cx': 25264},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeinexact_mapped_ibm_washington_qiskit_opt2_97.qasm,1800,ibm_127q,qpeinexact,qiskit,2 +4817,127,1509,"{'rz': 2783, 'sx': 1080, 'x': 143, 'measure': 44}",{'cx': 4432},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qft_mapped_ibm_washington_qiskit_opt3_44.qasm,3092,ibm_127q,qft,qiskit,3 +4818,127,6643,"{'rz': 7310, 'sx': 136, 'measure': 68, 'x': 1}",{'cx': 34734},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt0_69.qasm,1895,ibm_127q,qpeexact,qiskit,0 +4819,127,8266,"{'rz': 708, 'sx': 472, 'measure': 59}",{'cx': 61995},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_59.qasm,1562,ibm_127q,realamprandom,qiskit,0 +4820,127,200,"{'rz': 294, 'sx': 147, 'measure': 49}",{'cx': 781},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",graphstate_mapped_ibm_washington_qiskit_opt0_49.qasm,2472,ibm_127q,graphstate,qiskit,0 +4821,127,318,"{'rz': 212, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 358},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt2_12.qasm,1690,ibm_127q,qpeexact,qiskit,2 +4822,127,273,"{'rz': 169, 'sx': 119, 'measure': 7}",{'cx': 198},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",portfoliovqe_mapped_ibm_washington_qiskit_opt1_7.qasm,3632,ibm_127q,portfoliovqe,qiskit,1 +4823,127,361,"{'rz': 290, 'sx': 174, 'measure': 30, 'x': 1}",{'cx': 361},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_30.qasm,3572,ibm_127q,wstate,qiskit,0 +4824,127,926,"{'rz': 1110, 'sx': 180, 'measure': 30}",{'cx': 3867},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",qnn_mapped_ibm_washington_qiskit_opt1_30.qasm,3505,ibm_127q,qnn,qiskit,1 +4825,127,53182,"{'rz': 52706, 'sx': 19569, 'x': 653, 'measure': 117}",{'cx': 302182},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_117.qasm,1612,ibm_127q,random,qiskit,1 +4826,127,8255,"{'rz': 12543, 'sx': 530, 'measure': 89}",{'cx': 49763},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt0_89.qasm,3800,ibm_127q,ae,qiskit,0 +4827,127,56,"{'rz': 90, 'sx': 45, 'measure': 31}",{'cx': 136},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt2_31.qasm,2236,ibm_127q,graphstate,qiskit,2 +4828,127,5228,"{'rz': 6266, 'sx': 110, 'measure': 110}",{'cx': 29657},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_110.qasm,1055,ibm_127q,qft,qiskit,2 +4829,127,182,"{'rz': 112, 'sx': 14, 'measure': 7, 'x': 1}",{'cx': 239},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6)",qpeexact_mapped_ibm_washington_qiskit_opt0_8.qasm,1311,ibm_127q,qpeexact,qiskit,0 +4830,127,266,"{'rz': 260, 'sx': 13, 'measure': 13}",{'cx': 882},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qft_mapped_ibm_washington_qiskit_opt0_13.qasm,3743,ibm_127q,qft,qiskit,0 +4831,127,2398,"{'rz': 6308, 'sx': 456, 'measure': 76}",{'cx': 20877},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt2_76.qasm,1740,ibm_127q,qnn,qiskit,2 +4832,127,2404,"{'rz': 360, 'sx': 240, 'measure': 30}",{'cx': 12885},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_30.qasm,1543,ibm_127q,twolocalrandom,qiskit,0 +4833,127,478,"{'rz': 323, 'sx': 175, 'measure': 87}",{'cx': 585},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (118, 110)",dj_mapped_ibm_washington_qiskit_opt2_88.qasm,2372,ibm_127q,dj,qiskit,2 +4834,127,7295,"{'sx': 672, 'rz': 672, 'measure': 84}",{'cx': 49000},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_84.qasm,2371,ibm_127q,twolocalrandom,qiskit,1 +4835,127,329,"{'rz': 508, 'sx': 358, 'measure': 10, 'x': 3}",{'cx': 412},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102)",portfoliovqe_mapped_ibm_washington_qiskit_opt3_10.qasm,2474,ibm_127q,portfoliovqe,qiskit,3 +4836,127,13937,"{'sx': 944, 'rz': 944, 'measure': 118}",{'cx': 106817},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",su2random_mapped_ibm_washington_qiskit_opt1_118.qasm,3527,ibm_127q,su2random,qiskit,1 +4837,127,484,"{'measure': 97, 'rz': 2, 'sx': 1}",{'cx': 873},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ghz_mapped_ibm_washington_qiskit_opt0_97.qasm,1662,ibm_127q,ghz,qiskit,0 +4838,127,4011,"{'rz': 4840, 'sx': 110, 'measure': 55, 'x': 1}",{'cx': 19097},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt0_56.qasm,1318,ibm_127q,qpeinexact,qiskit,0 +4839,127,1628,"{'sx': 296, 'rz': 296, 'measure': 37}",{'cx': 7136},"(24, 25); (24, 34); (25, 24); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt2_37.qasm,1920,ibm_127q,su2random,qiskit,2 +4840,127,36,"{'rz': 127, 'sx': 66, 'measure': 38, 'x': 1}",{'cx': 132},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (49, 50); (49, 55); (50, 49); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt3_38.qasm,3009,ibm_127q,graphstate,qiskit,3 +4841,127,8451,"{'rz': 11733, 'sx': 512, 'measure': 86}",{'cx': 48050},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt0_86.qasm,2077,ibm_127q,ae,qiskit,0 +4842,127,1478,"{'rz': 2415, 'sx': 230, 'measure': 39}",{'cx': 4365},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106)",ae_mapped_ibm_washington_qiskit_opt1_39.qasm,3820,ibm_127q,ae,qiskit,1 +4843,127,1359,"{'rz': 2142, 'sx': 72, 'measure': 36, 'x': 1}",{'cx': 4185},"(34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qpeexact_mapped_ibm_washington_qiskit_opt1_37.qasm,3350,ibm_127q,qpeexact,qiskit,1 +4844,127,658,"{'rz': 680, 'sx': 602, 'measure': 20, 'x': 8}",{'cx': 1611},"(35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (98, 91)",su2random_mapped_ibm_washington_qiskit_opt3_20.qasm,3129,ibm_127q,su2random,qiskit,3 +4845,127,398,"{'rz': 206, 'sx': 103, 'measure': 51, 'x': 49}",{'cx': 684},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 50)",dj_mapped_ibm_washington_qiskit_opt0_52.qasm,3607,ibm_127q,dj,qiskit,0 +4846,127,2398,"{'rz': 3108, 'sx': 66, 'measure': 65}",{'cx': 9800},"(4, 15); (15, 4); (15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qftentangled_mapped_ibm_washington_qiskit_opt2_65.qasm,2740,ibm_127q,qftentangled,qiskit,2 +4847,127,6322,"{'rz': 9224, 'sx': 184, 'measure': 92, 'x': 1}",{'cx': 26490},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_93.qasm,3394,ibm_127q,qpeexact,qiskit,1 +4848,127,659,"{'sx': 136, 'rz': 136, 'measure': 17}",{'cx': 1724},"(72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_17.qasm,1602,ibm_127q,twolocalrandom,qiskit,1 +4849,127,248,"{'sx': 80, 'rz': 80, 'measure': 10}",{'cx': 495},"(73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",su2random_mapped_ibm_washington_qiskit_opt1_10.qasm,1415,ibm_127q,su2random,qiskit,1 +4850,127,82,"{'rz': 152, 'sx': 76, 'measure': 46}",{'cx': 220},"(4, 5); (4, 15); (5, 4); (11, 12); (12, 11); (12, 17); (15, 4); (17, 12); (17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (93, 87); (93, 106); (106, 93)",graphstate_mapped_ibm_washington_qiskit_opt1_46.qasm,1666,ibm_127q,graphstate,qiskit,1 +4851,127,2749,"{'rz': 2877, 'sx': 84, 'measure': 42, 'x': 1}",{'cx': 11130},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeexact_mapped_ibm_washington_qiskit_opt0_43.qasm,3026,ibm_127q,qpeexact,qiskit,0 +4852,127,1108,"{'rz': 870, 'sx': 522, 'measure': 88, 'x': 1}",{'cx': 1164},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_88.qasm,3791,ibm_127q,wstate,qiskit,0 +4853,127,5386,"{'rz': 6033, 'sx': 362, 'measure': 61}",{'cx': 24024},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ae_mapped_ibm_washington_qiskit_opt0_61.qasm,3669,ibm_127q,ae,qiskit,0 +4854,127,44,"{'rz': 66, 'sx': 33, 'measure': 17}",{'cx': 71},"(24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (53, 41); (53, 60); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81)",graphstate_mapped_ibm_washington_qiskit_opt1_17.qasm,2251,ibm_127q,graphstate,qiskit,1 +4855,127,7254,"{'rz': 11926, 'sx': 89, 'measure': 89}",{'cx': 53927},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_89.qasm,2381,ibm_127q,qft,qiskit,0 +4856,127,1706,"{'rz': 2150, 'sx': 258, 'measure': 43}",{'cx': 8733},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (98, 91)",qnn_mapped_ibm_washington_qiskit_opt1_43.qasm,3668,ibm_127q,qnn,qiskit,1 +4857,127,207,"{'rz': 166, 'sx': 83, 'measure': 41}",{'cx': 206},"(8, 16); (16, 8); (16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83); (92, 102); (102, 92)",dj_mapped_ibm_washington_qiskit_opt1_42.qasm,2674,ibm_127q,dj,qiskit,1 +4858,127,28,"{'rz': 80, 'sx': 40, 'measure': 40}",{'cx': 40},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (52, 37); (52, 56); (53, 41); (53, 60); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",graphstate_mapped_ibm_washington_qiskit_opt1_40.qasm,3499,ibm_127q,graphstate,qiskit,1 +4859,127,1972,"{'rz': 2263, 'sx': 90, 'measure': 45, 'x': 1}",{'cx': 5923},"(28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (36, 51); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt2_46.qasm,3008,ibm_127q,qpeinexact,qiskit,2 +4860,127,26206,"{'rz': 26981, 'sx': 9919, 'x': 415, 'measure': 84}",{'cx': 123642},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_84.qasm,3141,ibm_127q,random,qiskit,1 +4861,127,217,"{'rz': 354, 'sx': 177, 'measure': 59}",{'cx': 950},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (51, 36); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59)",graphstate_mapped_ibm_washington_qiskit_opt0_59.qasm,3764,ibm_127q,graphstate,qiskit,0 +4862,127,1410,"{'rz': 2065, 'sx': 47, 'measure': 47}",{'cx': 5296},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",qft_mapped_ibm_washington_qiskit_opt2_47.qasm,4038,ibm_127q,qft,qiskit,2 +4863,127,479,"{'rz': 408, 'sx': 102, 'measure': 17}",{'cx': 1268},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt1_17.qasm,1775,ibm_127q,qnn,qiskit,1 +4864,127,631,"{'rz': 949, 'sx': 28, 'measure': 27}",{'cx': 1915},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",qftentangled_mapped_ibm_washington_qiskit_opt2_27.qasm,1984,ibm_127q,qftentangled,qiskit,2 +4865,127,33,"{'measure': 30, 'rz': 2, 'sx': 1}",{'cx': 29},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",ghz_mapped_ibm_washington_qiskit_opt1_30.qasm,1727,ibm_127q,ghz,qiskit,1 +4866,127,265,"{'rz': 330, 'sx': 165, 'measure': 55}",{'cx': 1192},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (54, 45)",graphstate_mapped_ibm_washington_qiskit_opt0_55.qasm,1612,ibm_127q,graphstate,qiskit,0 +4867,127,1004,"{'sx': 448, 'rz': 344, 'measure': 101, 'x': 1}",{'cx': 1215},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",wstate_mapped_ibm_washington_qiskit_opt1_101.qasm,3263,ibm_127q,wstate,qiskit,1 +4868,127,53,"{'sx': 48, 'rz': 24, 'measure': 13, 'x': 1}",{'cx': 24},"(37, 38); (37, 52); (38, 37); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94)",wstate_mapped_ibm_washington_qiskit_opt1_13.qasm,2430,ibm_127q,wstate,qiskit,1 +4869,127,4705,"{'rz': 5922, 'sx': 132, 'measure': 66, 'x': 1}",{'cx': 14005},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt1_67.qasm,2951,ibm_127q,qpeexact,qiskit,1 +4870,127,572,"{'rz': 450, 'sx': 225, 'measure': 112}",{'cx': 715},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt1_113.qasm,2413,ibm_127q,dj,qiskit,1 +4871,127,1327,"{'rz': 1395, 'sx': 66, 'measure': 33, 'x': 1}",{'cx': 3348},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt2_34.qasm,1805,ibm_127q,qpeexact,qiskit,2 +4872,127,24109,"{'rz': 30991, 'sx': 10673, 'x': 128, 'measure': 79}",{'cx': 168954},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_79.qasm,1802,ibm_127q,random,qiskit,0 +4873,127,2222,"{'rz': 17704, 'sx': 12861, 'measure': 65, 'x': 10}",{'cx': 14327},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt3_65.qasm,3758,ibm_127q,qnn,qiskit,3 +4874,127,920,"{'rz': 264, 'sx': 176, 'measure': 22}",{'cx': 4764},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_22.qasm,1118,ibm_127q,twolocalrandom,qiskit,0 +4875,127,462,"{'sx': 104, 'rz': 104, 'measure': 13}",{'cx': 937},"(45, 54); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",su2random_mapped_ibm_washington_qiskit_opt1_13.qasm,1421,ibm_127q,su2random,qiskit,1 +4876,127,173,"{'rz': 134, 'sx': 67, 'measure': 33}",{'cx': 198},"(41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (111, 104); (111, 122); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt1_34.qasm,3199,ibm_127q,dj,qiskit,1 +4877,127,4459,"{'rz': 5436, 'sx': 536, 'measure': 90}",{'cx': 18420},"(8, 16); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_90.qasm,3504,ibm_127q,ae,qiskit,2 +4878,127,238,"{'sx': 80, 'rz': 80, 'measure': 10}",{'cx': 427},"(73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",su2random_mapped_ibm_washington_qiskit_opt2_10.qasm,1186,ibm_127q,su2random,qiskit,2 +4879,127,10828,"{'rz': 816, 'sx': 544, 'measure': 68}",{'cx': 89385},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_68.qasm,2714,ibm_127q,realamprandom,qiskit,0 +4880,127,357,"{'sx': 352, 'rz': 176, 'measure': 89, 'x': 1}",{'cx': 176},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_89.qasm,1500,ibm_127q,wstate,qiskit,1 +4881,127,1072,"{'rz': 830, 'sx': 498, 'measure': 84, 'x': 1}",{'cx': 1156},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",wstate_mapped_ibm_washington_qiskit_opt0_84.qasm,1431,ibm_127q,wstate,qiskit,0 +4882,127,10944,"{'rz': 11051, 'sx': 4235, 'x': 194, 'measure': 55}",{'cx': 41361},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt2_55.qasm,2147,ibm_127q,random,qiskit,2 +4883,127,1354,"{'rz': 2206, 'sx': 49, 'measure': 48}",{'cx': 5621},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt2_48.qasm,2901,ibm_127q,qftentangled,qiskit,2 +4884,127,9330,"{'rz': 9499, 'sx': 3224, 'measure': 44, 'x': 37}",{'cx': 40866},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_44.qasm,1238,ibm_127q,random,qiskit,0 +4885,127,13165,"{'rz': 14018, 'sx': 4900, 'x': 57, 'measure': 54}",{'cx': 68153},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41)",random_mapped_ibm_washington_qiskit_opt0_54.qasm,1493,ibm_127q,random,qiskit,0 +4886,127,687,"{'rz': 605, 'sx': 110, 'measure': 19}",{'cx': 861},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",ae_mapped_ibm_washington_qiskit_opt1_19.qasm,1218,ibm_127q,ae,qiskit,1 +4887,127,527,"{'rz': 400, 'sx': 231, 'measure': 100, 'x': 9}",{'cx': 501},"(3, 4); (4, 3); (4, 15); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt3_101.qasm,2712,ibm_127q,dj,qiskit,3 +4888,127,844,"{'rz': 800, 'sx': 128, 'measure': 22}",{'cx': 1311},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73)",ae_mapped_ibm_washington_qiskit_opt1_22.qasm,2409,ibm_127q,ae,qiskit,1 +4889,127,724,"{'rz': 494, 'sx': 247, 'measure': 123}",{'cx': 957},"(0, 1); (0, 14); (1, 0); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",dj_mapped_ibm_washington_qiskit_opt1_124.qasm,1240,ibm_127q,dj,qiskit,1 +4890,127,87,"{'measure': 84, 'rz': 2, 'sx': 1}",{'cx': 83},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_84.qasm,1960,ibm_127q,ghz,qiskit,2 +4891,127,1339,"{'rz': 1030, 'sx': 618, 'measure': 104, 'x': 1}",{'cx': 1478},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",wstate_mapped_ibm_washington_qiskit_opt0_104.qasm,2737,ibm_127q,wstate,qiskit,0 +4892,127,256,"{'rz': 126, 'sx': 63, 'measure': 31, 'x': 29}",{'cx': 442},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30)",dj_mapped_ibm_washington_qiskit_opt0_32.qasm,3266,ibm_127q,dj,qiskit,0 +4893,127,1382,"{'rz': 1605, 'sx': 72, 'measure': 36, 'x': 1}",{'cx': 3927},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt2_37.qasm,1875,ibm_127q,qpeexact,qiskit,2 +4894,127,1555,"{'rz': 3267, 'sx': 2914, 'x': 78, 'measure': 47}",{'cx': 9447},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_47.qasm,2905,ibm_127q,twolocalrandom,qiskit,3 +4895,127,81,"{'measure': 15, 'rz': 2, 'sx': 1}",{'cx': 149},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_15.qasm,2100,ibm_127q,ghz,qiskit,0 +4896,127,2071,"{'sx': 384, 'rz': 384, 'measure': 48}",{'cx': 12564},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",realamprandom_mapped_ibm_washington_qiskit_opt2_48.qasm,3099,ibm_127q,realamprandom,qiskit,2 +4897,127,4196,"{'rz': 4505, 'sx': 106, 'measure': 53, 'x': 1}",{'cx': 19473},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41)",qpeexact_mapped_ibm_washington_qiskit_opt0_54.qasm,1683,ibm_127q,qpeexact,qiskit,0 +4898,127,1420,"{'rz': 1815, 'sx': 66, 'measure': 33, 'x': 1}",{'cx': 3645},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt1_34.qasm,3286,ibm_127q,qpeinexact,qiskit,1 +4899,127,3129,"{'rz': 568, 'sx': 568, 'measure': 71}",{'cx': 26542},"(11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_71.qasm,3077,ibm_127q,twolocalrandom,qiskit,2 +4900,127,72,"{'rz': 274, 'sx': 137, 'measure': 77}",{'cx': 413},"(3, 4); (4, 3); (4, 15); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 18); (15, 4); (15, 22); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt2_77.qasm,3000,ibm_127q,graphstate,qiskit,2 +4901,127,12948,"{'rz': 1280, 'sx': 640, 'measure': 80}",{'cx': 119643},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",su2random_mapped_ibm_washington_qiskit_opt0_80.qasm,1569,ibm_127q,su2random,qiskit,0 +4902,127,124,"{'rz': 482, 'sx': 241, 'measure': 119}",{'cx': 770},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_119.qasm,1265,ibm_127q,graphstate,qiskit,2 +4903,127,1182,"{'rz': 1360, 'sx': 170, 'measure': 29}",{'cx': 2447},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (92, 83)",ae_mapped_ibm_washington_qiskit_opt1_29.qasm,1996,ibm_127q,ae,qiskit,1 +4904,127,277,"{'rz': 396, 'sx': 198, 'measure': 66}",{'cx': 1320},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",graphstate_mapped_ibm_washington_qiskit_opt0_66.qasm,2221,ibm_127q,graphstate,qiskit,0 +4905,127,471,"{'rz': 401, 'sx': 92, 'measure': 16}",{'cx': 570},"(28, 35); (35, 28); (35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",ae_mapped_ibm_washington_qiskit_opt2_16.qasm,1565,ibm_127q,ae,qiskit,2 +4906,127,4533,"{'rz': 7827, 'sx': 162, 'measure': 81, 'x': 1}",{'cx': 20560},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeinexact_mapped_ibm_washington_qiskit_opt1_82.qasm,1124,ibm_127q,qpeinexact,qiskit,1 +4907,127,50,"{'rz': 154, 'sx': 77, 'measure': 41}",{'cx': 185},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt2_41.qasm,1127,ibm_127q,graphstate,qiskit,2 +4908,127,6876,"{'rz': 7583, 'sx': 246, 'measure': 123, 'x': 1}",{'cx': 41142},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_124.qasm,2197,ibm_127q,qpeexact,qiskit,2 +4909,127,2993,"{'rz': 2142, 'sx': 72, 'measure': 36, 'x': 1}",{'cx': 9531},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (35, 28); (36, 32)",qpeinexact_mapped_ibm_washington_qiskit_opt0_37.qasm,2511,ibm_127q,qpeinexact,qiskit,0 +4910,127,1149,"{'rz': 264, 'sx': 264, 'measure': 33}",{'cx': 6539},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt1_33.qasm,2140,ibm_127q,realamprandom,qiskit,1 +4911,127,5019,"{'rz': 5836, 'sx': 566, 'measure': 95}",{'cx': 21477},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_95.qasm,2217,ibm_127q,ae,qiskit,2 +4912,127,182,"{'rz': 362, 'sx': 181, 'measure': 89}",{'cx': 584},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (109, 96); (110, 100); (110, 118); (111, 104); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt1_89.qasm,3680,ibm_127q,graphstate,qiskit,1 +4913,127,220,"{'rz': 173, 'sx': 107, 'measure': 44, 'x': 7}",{'cx': 182},"(20, 33); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (91, 79); (92, 83); (92, 102); (102, 92)",dj_mapped_ibm_washington_qiskit_opt3_45.qasm,1038,ibm_127q,dj,qiskit,3 +4914,127,15223,"{'sx': 912, 'rz': 912, 'measure': 114}",{'cx': 106370},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_114.qasm,2962,ibm_127q,su2random,qiskit,1 +4915,127,849,"{'rz': 466, 'sx': 233, 'measure': 116, 'x': 103}",{'cx': 1457},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt0_117.qasm,3174,ibm_127q,dj,qiskit,0 +4916,127,8571,"{'rz': 9308, 'sx': 3435, 'x': 116, 'measure': 49}",{'cx': 31528},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_49.qasm,4030,ibm_127q,random,qiskit,1 +4917,127,5590,"{'rz': 2832, 'sx': 288, 'measure': 48}",{'cx': 36206},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_48.qasm,1868,ibm_127q,qnn,qiskit,0 +4918,127,8505,"{'rz': 11764, 'sx': 224, 'measure': 112, 'x': 1}",{'cx': 39365},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeinexact_mapped_ibm_washington_qiskit_opt1_113.qasm,3433,ibm_127q,qpeinexact,qiskit,1 +4919,127,296,"{'sx': 104, 'rz': 104, 'measure': 13}",{'cx': 672},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",su2random_mapped_ibm_washington_qiskit_opt2_13.qasm,1558,ibm_127q,su2random,qiskit,2 +4920,127,4309,"{'rz': 6468, 'sx': 462, 'measure': 77}",{'cx': 28294},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_77.qasm,2017,ibm_127q,qnn,qiskit,1 +4921,127,5416,"{'rz': 6264, 'sx': 596, 'measure': 100}",{'cx': 23673},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_100.qasm,2498,ibm_127q,ae,qiskit,2 +4922,127,110,"{'rz': 494, 'sx': 247, 'measure': 125}",{'cx': 821},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_125.qasm,3431,ibm_127q,graphstate,qiskit,2 +4923,127,61,"{'sx': 56, 'rz': 28, 'measure': 15, 'x': 1}",{'cx': 28},"(112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_15.qasm,1678,ibm_127q,wstate,qiskit,3 +4924,127,126,"{'rz': 162, 'sx': 81, 'measure': 27}",{'cx': 450},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_27.qasm,1199,ibm_127q,graphstate,qiskit,0 +4925,127,5526,"{'rz': 6087, 'sx': 109, 'measure': 109}",{'cx': 30378},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_109.qasm,3575,ibm_127q,qft,qiskit,2 +4926,127,276,"{'measure': 54, 'rz': 2, 'sx': 1}",{'cx': 494},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41)",ghz_mapped_ibm_washington_qiskit_opt0_54.qasm,1915,ibm_127q,ghz,qiskit,0 +4927,127,3261,"{'rz': 3480, 'sx': 48, 'measure': 48}",{'cx': 15708},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qft_mapped_ibm_washington_qiskit_opt0_48.qasm,1083,ibm_127q,qft,qiskit,0 +4928,127,1932,"{'rz': 2965, 'sx': 2640, 'x': 116, 'measure': 37}",{'cx': 6297},"(24, 34); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt3_37.qasm,3281,ibm_127q,realamprandom,qiskit,3 +4929,127,141,"{'sx': 136, 'rz': 68, 'measure': 35, 'x': 1}",{'cx': 68},"(12, 13); (12, 17); (13, 12); (17, 12); (17, 30); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_35.qasm,3022,ibm_127q,wstate,qiskit,3 +4930,127,411,"{'rz': 330, 'sx': 84, 'measure': 24}",{'cx': 924},"(60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",portfolioqaoa_mapped_ibm_washington_qiskit_opt1_12.qasm,1966,ibm_127q,portfolioqaoa,qiskit,1 +4931,127,6799,"{'rz': 10113, 'sx': 198, 'measure': 99, 'x': 1}",{'cx': 32176},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_100.qasm,2354,ibm_127q,qpeexact,qiskit,1 +4932,127,23,"{'measure': 20, 'rz': 2, 'sx': 1}",{'cx': 19},"(87, 93); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_20.qasm,1403,ibm_127q,ghz,qiskit,2 +4933,127,7396,"{'rz': 784, 'sx': 784, 'measure': 98}",{'cx': 59760},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_98.qasm,4087,ibm_127q,twolocalrandom,qiskit,2 +4934,127,36,"{'rz': 32, 'sx': 21, 'measure': 8, 'x': 2}",{'cx': 16},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",dj_mapped_ibm_washington_qiskit_opt3_9.qasm,2619,ibm_127q,dj,qiskit,3 +4935,127,37687,"{'rz': 50852, 'sx': 17262, 'x': 205, 'measure': 101}",{'cx': 319012},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt0_101.qasm,3529,ibm_127q,random,qiskit,0 +4936,127,305,"{'sx': 300, 'rz': 150, 'measure': 76, 'x': 1}",{'cx': 150},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_76.qasm,1857,ibm_127q,wstate,qiskit,1 +4937,127,404,"{'rz': 321, 'sx': 99, 'x': 16, 'measure': 13}",{'cx': 432},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeinexact_mapped_ibm_washington_qiskit_opt3_14.qasm,3312,ibm_127q,qpeinexact,qiskit,3 +4938,127,2137,"{'rz': 3059, 'sx': 63, 'measure': 63}",{'cx': 9247},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt2_63.qasm,3569,ibm_127q,qft,qiskit,2 +4939,127,209,"{'sx': 204, 'rz': 102, 'measure': 52, 'x': 1}",{'cx': 102},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (126, 112)",wstate_mapped_ibm_washington_qiskit_opt2_52.qasm,2730,ibm_127q,wstate,qiskit,2 +4940,127,4976,"{'rz': 7014, 'sx': 446, 'measure': 75}",{'cx': 15168},"(15, 22); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt1_75.qasm,3988,ibm_127q,ae,qiskit,1 +4941,127,11754,"{'rz': 920, 'sx': 920, 'measure': 115}",{'cx': 92633},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_115.qasm,3470,ibm_127q,realamprandom,qiskit,2 +4942,127,1447,"{'rz': 1612, 'sx': 62, 'measure': 31, 'x': 1}",{'cx': 3356},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",qpeinexact_mapped_ibm_washington_qiskit_opt1_32.qasm,2986,ibm_127q,qpeinexact,qiskit,1 +4943,127,80,"{'rz': 118, 'sx': 59, 'measure': 35}",{'cx': 185},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt2_35.qasm,3351,ibm_127q,graphstate,qiskit,2 +4944,127,793,"{'sx': 160, 'rz': 160, 'measure': 20}",{'cx': 2204},"(38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt2_20.qasm,1881,ibm_127q,su2random,qiskit,2 +4945,127,10916,"{'rz': 744, 'sx': 744, 'measure': 93}",{'cx': 56217},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_93.qasm,1818,ibm_127q,twolocalrandom,qiskit,2 +4946,127,103,"{'rz': 324, 'sx': 162, 'measure': 84}",{'cx': 498},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_84.qasm,4024,ibm_127q,graphstate,qiskit,2 +4947,127,3332,"{'rz': 2915, 'sx': 1001, 'measure': 24, 'x': 14}",{'cx': 10080},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_24.qasm,3964,ibm_127q,random,qiskit,0 +4948,127,308,"{'measure': 71, 'rz': 2, 'sx': 1}",{'cx': 544},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69)",ghz_mapped_ibm_washington_qiskit_opt0_71.qasm,1289,ibm_127q,ghz,qiskit,0 +4949,127,773,"{'rz': 777, 'sx': 42, 'measure': 21, 'x': 1}",{'cx': 2493},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_22.qasm,2558,ibm_127q,qpeinexact,qiskit,0 +4950,127,1597,"{'rz': 1488, 'sx': 560, 'measure': 20, 'x': 19}",{'cx': 2976},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",random_mapped_ibm_washington_qiskit_opt1_20.qasm,2573,ibm_127q,random,qiskit,1 +4951,127,1427,"{'rz': 2066, 'sx': 768, 'x': 87, 'measure': 36}",{'cx': 3492},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeinexact_mapped_ibm_washington_qiskit_opt3_37.qasm,3907,ibm_127q,qpeinexact,qiskit,3 +4952,127,2244,"{'rz': 3234, 'sx': 66, 'measure': 66}",{'cx': 10448},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt2_66.qasm,1681,ibm_127q,qft,qiskit,2 +4953,127,968,"{'rz': 726, 'sx': 132, 'measure': 22}",{'cx': 4215},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_22.qasm,2242,ibm_127q,qnn,qiskit,0 +4954,127,495,"{'rz': 556, 'sx': 261, 'x': 30, 'measure': 12}",{'cx': 676},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",random_mapped_ibm_washington_qiskit_opt3_12.qasm,3107,ibm_127q,random,qiskit,3 +4955,127,5258,"{'rz': 9033, 'sx': 95, 'measure': 95}",{'cx': 24899},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_95.qasm,3208,ibm_127q,qft,qiskit,1 +4956,127,7355,"{'rz': 7426, 'sx': 240, 'measure': 120, 'x': 1}",{'cx': 39792},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_121.qasm,1042,ibm_127q,qpeinexact,qiskit,2 +4957,127,1838,"{'rz': 2747, 'sx': 82, 'measure': 41, 'x': 1}",{'cx': 5331},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100)",qpeinexact_mapped_ibm_washington_qiskit_opt1_42.qasm,3529,ibm_127q,qpeinexact,qiskit,1 +4958,127,987,"{'sx': 513, 'rz': 409, 'measure': 114, 'x': 1}",{'cx': 1355},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_114.qasm,2375,ibm_127q,wstate,qiskit,1 +4959,127,14422,"{'rz': 944, 'sx': 944, 'measure': 118}",{'cx': 98963},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_118.qasm,2951,ibm_127q,twolocalrandom,qiskit,2 +4960,127,143,"{'rz': 109, 'sx': 63, 'measure': 31}",{'cx': 160},"(16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (53, 41); (53, 60); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (91, 79); (92, 83); (92, 102); (102, 92)",dj_mapped_ibm_washington_qiskit_opt2_32.qasm,2770,ibm_127q,dj,qiskit,2 +4961,127,5476,"{'rz': 7954, 'sx': 164, 'measure': 82, 'x': 1}",{'cx': 21590},"(15, 22); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qpeexact_mapped_ibm_washington_qiskit_opt1_83.qasm,3271,ibm_127q,qpeexact,qiskit,1 +4962,127,1043,"{'rz': 1548, 'sx': 216, 'measure': 36}",{'cx': 5380},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98)",qnn_mapped_ibm_washington_qiskit_opt1_36.qasm,2436,ibm_127q,qnn,qiskit,1 +4963,127,398,"{'rz': 285, 'sx': 159, 'measure': 79}",{'cx': 541},"(8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (20, 33); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (118, 110)",dj_mapped_ibm_washington_qiskit_opt2_80.qasm,1365,ibm_127q,dj,qiskit,2 +4964,127,1405,"{'sx': 232, 'rz': 232, 'measure': 29}",{'cx': 5322},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",realamprandom_mapped_ibm_washington_qiskit_opt1_29.qasm,3836,ibm_127q,realamprandom,qiskit,1 +4965,127,7106,"{'sx': 736, 'rz': 736, 'measure': 92}",{'cx': 51799},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_92.qasm,2197,ibm_127q,twolocalrandom,qiskit,2 +4966,127,14188,"{'rz': 1020, 'sx': 680, 'measure': 85}",{'cx': 137076},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_85.qasm,1819,ibm_127q,twolocalrandom,qiskit,0 +4967,127,5910,"{'rz': 2484, 'sx': 591, 'x': 48, 'measure': 15}",{'cx': 6552},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt0_15.qasm,3862,ibm_127q,qwalk-v-chain,qiskit,0 +4968,127,855,"{'rz': 871, 'sx': 775, 'measure': 22, 'x': 7}",{'cx': 2085},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (85, 73)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_22.qasm,2183,ibm_127q,twolocalrandom,qiskit,3 +4969,127,2956,"{'rz': 3628, 'sx': 50, 'measure': 49}",{'cx': 15786},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_49.qasm,1318,ibm_127q,qftentangled,qiskit,0 +4970,127,27,"{'rz': 36, 'sx': 18, 'measure': 10}",{'cx': 28},"(45, 46); (45, 54); (46, 45); (54, 45); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt2_10.qasm,3790,ibm_127q,graphstate,qiskit,2 +4971,127,448,"{'rz': 702, 'sx': 351, 'measure': 117}",{'cx': 3111},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt0_117.qasm,2480,ibm_127q,graphstate,qiskit,0 +4972,127,352,"{'rz': 582, 'sx': 291, 'measure': 97}",{'cx': 2383},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt0_97.qasm,1946,ibm_127q,graphstate,qiskit,0 +4973,127,741,"{'rz': 498, 'sx': 249, 'measure': 124}",{'cx': 1051},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (126, 112)",dj_mapped_ibm_washington_qiskit_opt1_125.qasm,3605,ibm_127q,dj,qiskit,1 +4974,127,447,"{'rz': 654, 'sx': 327, 'measure': 109}",{'cx': 2776},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107)",graphstate_mapped_ibm_washington_qiskit_opt0_109.qasm,1519,ibm_127q,graphstate,qiskit,0 +4975,127,7371,"{'rz': 612, 'sx': 408, 'measure': 51}",{'cx': 49662},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_51.qasm,3583,ibm_127q,realamprandom,qiskit,0 +4976,127,269,"{'rz': 222, 'sx': 127, 'measure': 56, 'x': 6}",{'cx': 218},"(20, 21); (20, 33); (21, 20); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 71); (60, 53); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt3_57.qasm,1569,ibm_127q,dj,qiskit,3 +4977,127,565,"{'rz': 414, 'sx': 229, 'measure': 114}",{'cx': 762},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (87, 93); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt2_115.qasm,2782,ibm_127q,dj,qiskit,2 +4978,127,649,"{'sx': 128, 'rz': 128, 'measure': 16}",{'cx': 1560},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_16.qasm,2968,ibm_127q,twolocalrandom,qiskit,1 +4979,127,2923,"{'rz': 4271, 'sx': 106, 'measure': 53, 'x': 1}",{'cx': 9732},"(24, 34); (34, 24); (34, 43); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_54.qasm,2816,ibm_127q,qpeexact,qiskit,1 +4980,127,7491,"{'rz': 10537, 'sx': 164, 'measure': 82, 'x': 1}",{'cx': 47258},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeexact_mapped_ibm_washington_qiskit_opt0_83.qasm,1079,ibm_127q,qpeexact,qiskit,0 +4981,127,564,"{'rz': 924, 'sx': 256, 'x': 25, 'measure': 24}",{'cx': 1397},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",qft_mapped_ibm_washington_qiskit_opt3_24.qasm,3277,ibm_127q,qft,qiskit,3 +4982,127,696,"{'rz': 520, 'sx': 312, 'measure': 53, 'x': 1}",{'cx': 776},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37)",wstate_mapped_ibm_washington_qiskit_opt0_53.qasm,2793,ibm_127q,wstate,qiskit,0 +4983,127,1073,"{'measure': 125, 'rz': 2, 'sx': 1}",{'cx': 1237},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_125.qasm,3645,ibm_127q,ghz,qiskit,1 +4984,127,2681,"{'rz': 3529, 'sx': 126, 'measure': 63, 'x': 1}",{'cx': 10653},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (118, 110)",qpeinexact_mapped_ibm_washington_qiskit_opt2_64.qasm,1033,ibm_127q,qpeinexact,qiskit,2 +4985,127,301,"{'measure': 64, 'rz': 2, 'sx': 1}",{'cx': 537},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ghz_mapped_ibm_washington_qiskit_opt0_64.qasm,3291,ibm_127q,ghz,qiskit,0 +4986,127,5356,"{'rz': 688, 'sx': 344, 'measure': 43}",{'cx': 31791},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_43.qasm,1864,ibm_127q,su2random,qiskit,0 +4987,127,1972,"{'rz': 2263, 'sx': 90, 'measure': 45, 'x': 1}",{'cx': 5923},"(28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (36, 51); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt2_46.qasm,3134,ibm_127q,qpeexact,qiskit,2 +4988,127,1781,"{'rz': 2488, 'sx': 54, 'measure': 54}",{'cx': 7158},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (92, 83); (92, 102); (93, 87); (102, 92); (102, 103); (103, 102)",qft_mapped_ibm_washington_qiskit_opt2_54.qasm,1922,ibm_127q,qft,qiskit,2 +4989,127,602,"{'rz': 458, 'sx': 267, 'measure': 118, 'x': 14}",{'cx': 567},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (56, 52); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt3_119.qasm,1503,ibm_127q,dj,qiskit,3 +4990,127,653,"{'rz': 712, 'sx': 176, 'x': 26, 'measure': 20}",{'cx': 1192},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (91, 79)",qpeexact_mapped_ibm_washington_qiskit_opt3_21.qasm,3787,ibm_127q,qpeexact,qiskit,3 +4991,127,930,"{'sx': 459, 'rz': 367, 'measure': 102, 'x': 1}",{'cx': 1306},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_102.qasm,1461,ibm_127q,wstate,qiskit,1 +4992,127,144,"{'rz': 110, 'sx': 55, 'measure': 27}",{'cx': 117},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (91, 79); (91, 98); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99)",dj_mapped_ibm_washington_qiskit_opt1_28.qasm,2381,ibm_127q,dj,qiskit,1 +4993,127,6283,"{'rz': 3276, 'sx': 312, 'measure': 52}",{'cx': 41295},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_52.qasm,2778,ibm_127q,qnn,qiskit,0 +4994,127,1882,"{'rz': 2277, 'sx': 1062, 'x': 107, 'measure': 23}",{'cx': 3906},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt3_23.qasm,2169,ibm_127q,random,qiskit,3 +4995,127,5542,"{'rz': 512, 'sx': 512, 'measure': 64}",{'cx': 28247},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",realamprandom_mapped_ibm_washington_qiskit_opt1_64.qasm,1425,ibm_127q,realamprandom,qiskit,1 +4996,127,124,"{'rz': 81, 'sx': 12, 'measure': 6, 'x': 1}",{'cx': 167},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",qpeexact_mapped_ibm_washington_qiskit_opt0_7.qasm,1859,ibm_127q,qpeexact,qiskit,0 +4997,127,423,"{'rz': 222, 'sx': 111, 'x': 55, 'measure': 55}",{'cx': 715},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (53, 41); (54, 45); (55, 49)",dj_mapped_ibm_washington_qiskit_opt0_56.qasm,2605,ibm_127q,dj,qiskit,0 +4998,127,15,"{'measure': 12, 'rz': 2, 'sx': 1}",{'cx': 11},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",ghz_mapped_ibm_washington_qiskit_opt2_12.qasm,3206,ibm_127q,ghz,qiskit,2 +4999,127,286,"{'rz': 226, 'sx': 113, 'measure': 56}",{'cx': 284},"(4, 15); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (54, 45); (54, 64); (55, 68); (57, 58); (58, 57); (58, 71); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (106, 93)",dj_mapped_ibm_washington_qiskit_opt1_57.qasm,2304,ibm_127q,dj,qiskit,1 +5000,127,826,"{'rz': 1567, 'sx': 255, 'x': 41, 'measure': 34}",{'cx': 2811},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83)",qftentangled_mapped_ibm_washington_qiskit_opt3_34.qasm,2257,ibm_127q,qftentangled,qiskit,3 +5001,127,40,"{'rz': 26, 'sx': 13, 'measure': 7}",{'cx': 19},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",graphstate_mapped_ibm_washington_qiskit_opt2_7.qasm,2955,ibm_127q,graphstate,qiskit,2 +5002,127,446,"{'measure': 92, 'rz': 2, 'sx': 1}",{'cx': 790},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 98); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ghz_mapped_ibm_washington_qiskit_opt0_92.qasm,3453,ibm_127q,ghz,qiskit,0 +5003,127,851,"{'rz': 670, 'sx': 402, 'measure': 68, 'x': 1}",{'cx': 899},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",wstate_mapped_ibm_washington_qiskit_opt0_68.qasm,3287,ibm_127q,wstate,qiskit,0 +5004,127,4494,"{'rz': 6962, 'sx': 662, 'measure': 111}",{'cx': 26619},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_111.qasm,2081,ibm_127q,ae,qiskit,2 +5005,127,326,"{'rz': 628, 'sx': 308, 'measure': 14}",{'cx': 689},"(15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",groundstate_large_mapped_ibm_washington_qiskit_opt2_14.qasm,1803,ibm_127q,groundstate,qiskit,2 +5006,127,1023,"{'rz': 1322, 'sx': 34, 'measure': 34}",{'cx': 3004},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qft_mapped_ibm_washington_qiskit_opt2_34.qasm,3406,ibm_127q,qft,qiskit,2 +5007,127,369,"{'rz': 425, 'sx': 124, 'measure': 16, 'x': 10}",{'cx': 600},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62)",qft_mapped_ibm_washington_qiskit_opt3_16.qasm,3070,ibm_127q,qft,qiskit,3 +5008,127,492,"{'rz': 370, 'sx': 28, 'measure': 14, 'x': 1}",{'cx': 654},"(34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt1_15.qasm,3630,ibm_127q,qpeinexact,qiskit,1 +5009,127,88,"{'measure': 85, 'rz': 2, 'sx': 1}",{'cx': 84},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_85.qasm,3695,ibm_127q,ghz,qiskit,2 +5010,127,592,"{'rz': 522, 'sx': 34, 'measure': 17, 'x': 1}",{'cx': 937},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103)",qpeexact_mapped_ibm_washington_qiskit_opt1_18.qasm,1441,ibm_127q,qpeexact,qiskit,1 +5011,127,3494,"{'rz': 4256, 'sx': 452, 'measure': 76}",{'cx': 12771},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",ae_mapped_ibm_washington_qiskit_opt2_76.qasm,3167,ibm_127q,ae,qiskit,2 +5012,127,1258,"{'rz': 1494, 'sx': 70, 'measure': 35, 'x': 1}",{'cx': 3651},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt2_36.qasm,2218,ibm_127q,qpeinexact,qiskit,2 +5013,127,171,"{'rz': 131, 'sx': 75, 'measure': 37}",{'cx': 159},"(20, 33); (24, 34); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (73, 85); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",dj_mapped_ibm_washington_qiskit_opt2_38.qasm,2774,ibm_127q,dj,qiskit,2 +5014,127,61,"{'rz': 85, 'sx': 44, 'measure': 22}",{'cx': 89},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79)",graphstate_mapped_ibm_washington_qiskit_opt3_22.qasm,2539,ibm_127q,graphstate,qiskit,3 +5015,127,122,"{'measure': 29, 'rz': 2, 'sx': 1}",{'cx': 211},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_29.qasm,1550,ibm_127q,ghz,qiskit,0 +5016,127,6525,"{'rz': 12059, 'sx': 120, 'measure': 120}",{'cx': 41074},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_120.qasm,2964,ibm_127q,qft,qiskit,1 +5017,127,5174,"{'rz': 9605, 'sx': 190, 'measure': 95, 'x': 1}",{'cx': 25797},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_96.qasm,2596,ibm_127q,qpeinexact,qiskit,1 +5018,127,7337,"{'rz': 7691, 'sx': 2885, 'x': 88, 'measure': 45}",{'cx': 24791},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",random_mapped_ibm_washington_qiskit_opt1_45.qasm,1224,ibm_127q,random,qiskit,1 +5019,127,311,"{'rz': 444, 'sx': 222, 'measure': 74}",{'cx': 1565},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62); (73, 66)",graphstate_mapped_ibm_washington_qiskit_opt0_74.qasm,2380,ibm_127q,graphstate,qiskit,0 +5020,127,197,"{'sx': 192, 'rz': 96, 'measure': 49, 'x': 1}",{'cx': 96},"(9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_49.qasm,3736,ibm_127q,wstate,qiskit,2 +5021,127,491,"{'rz': 553, 'sx': 268, 'measure': 14}",{'cx': 758},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",groundstate_large_mapped_ibm_washington_qiskit_opt1_14.qasm,1236,ibm_127q,groundstate,qiskit,1 +5022,127,96,"{'rz': 292, 'sx': 146, 'measure': 82}",{'cx': 490},"(8, 16); (11, 12); (12, 11); (12, 17); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (118, 110); (118, 119); (119, 118)",graphstate_mapped_ibm_washington_qiskit_opt2_82.qasm,3467,ibm_127q,graphstate,qiskit,2 +5023,127,5284,"{'rz': 6300, 'sx': 126, 'measure': 63, 'x': 1}",{'cx': 27489},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt0_64.qasm,3437,ibm_127q,qpeinexact,qiskit,0 +5024,127,1184,"{'rz': 1276, 'sx': 62, 'measure': 31, 'x': 1}",{'cx': 2874},"(35, 47); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt2_32.qasm,1393,ibm_127q,qpeinexact,qiskit,2 +5025,127,252,"{'rz': 171, 'sx': 97, 'measure': 48}",{'cx': 286},"(12, 13); (12, 17); (13, 12); (17, 12); (17, 30); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83); (92, 102); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt2_49.qasm,3796,ibm_127q,dj,qiskit,2 +5026,127,962,"{'rz': 2111, 'sx': 849, 'x': 82, 'measure': 36}",{'cx': 2903},"(28, 29); (28, 35); (29, 28); (35, 28); (35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt3_36.qasm,2440,ibm_127q,qftentangled,qiskit,3 +5027,127,4954,"{'rz': 624, 'sx': 312, 'measure': 39}",{'cx': 25674},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_39.qasm,3852,ibm_127q,su2random,qiskit,0 +5028,127,241,"{'sx': 236, 'rz': 118, 'measure': 60, 'x': 1}",{'cx': 118},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_60.qasm,2653,ibm_127q,wstate,qiskit,2 +5029,127,3035,"{'rz': 5244, 'sx': 414, 'measure': 69}",{'cx': 22091},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt1_69.qasm,1728,ibm_127q,qnn,qiskit,1 +5030,127,594,"{'rz': 1425, 'sx': 917, 'measure': 21, 'x': 3}",{'cx': 1612},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qnn_mapped_ibm_washington_qiskit_opt3_21.qasm,3060,ibm_127q,qnn,qiskit,3 +5031,127,123,"{'rz': 103, 'sx': 57, 'measure': 28}",{'cx': 108},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (71, 58); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83)",dj_mapped_ibm_washington_qiskit_opt2_29.qasm,4005,ibm_127q,dj,qiskit,2 +5032,127,2506,"{'rz': 3347, 'sx': 48, 'measure': 48}",{'cx': 7069},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (85, 73); (91, 79)",qft_mapped_ibm_washington_qiskit_opt1_48.qasm,1770,ibm_127q,qft,qiskit,1 +5033,127,822,"{'rz': 824, 'sx': 299, 'x': 35, 'measure': 22}",{'cx': 1033},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",ae_mapped_ibm_washington_qiskit_opt3_22.qasm,1300,ibm_127q,ae,qiskit,3 +5034,127,9625,"{'sx': 864, 'rz': 864, 'measure': 108}",{'cx': 72890},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",su2random_mapped_ibm_washington_qiskit_opt2_108.qasm,1915,ibm_127q,su2random,qiskit,2 +5035,127,337,"{'rz': 406, 'sx': 160, 'measure': 15, 'x': 5}",{'cx': 530},"(41, 53); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qftentangled_mapped_ibm_washington_qiskit_opt3_15.qasm,2721,ibm_127q,qftentangled,qiskit,3 +5036,127,7450,"{'sx': 624, 'rz': 624, 'measure': 78}",{'cx': 41982},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_78.qasm,3963,ibm_127q,su2random,qiskit,1 +5037,127,6982,"{'rz': 11129, 'sx': 214, 'measure': 107, 'x': 1}",{'cx': 35064},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_108.qasm,1961,ibm_127q,qpeinexact,qiskit,1 +5038,127,591,"{'sx': 120, 'rz': 120, 'measure': 15}",{'cx': 1340},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_15.qasm,3072,ibm_127q,twolocalrandom,qiskit,1 +5039,127,1018,"{'rz': 1056, 'sx': 164, 'measure': 28}",{'cx': 1950},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt2_28.qasm,1879,ibm_127q,ae,qiskit,2 +5040,127,89,"{'measure': 86, 'rz': 2, 'sx': 1}",{'cx': 85},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_86.qasm,2180,ibm_127q,ghz,qiskit,2 +5041,127,4242,"{'sx': 592, 'rz': 592, 'measure': 74}",{'cx': 32524},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120)",su2random_mapped_ibm_washington_qiskit_opt2_74.qasm,1082,ibm_127q,su2random,qiskit,2 +5042,127,5596,"{'rz': 5728, 'sx': 2202, 'x': 67, 'measure': 40}",{'cx': 17738},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt2_40.qasm,2198,ibm_127q,random,qiskit,2 +5043,127,108,"{'rz': 334, 'sx': 167, 'measure': 81}",{'cx': 513},"(4, 15); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_81.qasm,2808,ibm_127q,graphstate,qiskit,1 +5044,127,9775,"{'rz': 736, 'sx': 736, 'measure': 92}",{'cx': 61932},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_92.qasm,3093,ibm_127q,twolocalrandom,qiskit,1 +5045,127,1288,"{'rz': 1924, 'sx': 36, 'measure': 36}",{'cx': 3702},"(34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt1_36.qasm,3767,ibm_127q,qft,qiskit,1 +5046,127,3903,"{'rz': 3871, 'sx': 98, 'measure': 49, 'x': 1}",{'cx': 16508},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_50.qasm,2487,ibm_127q,qpeinexact,qiskit,0 +5047,127,5201,"{'rz': 8335, 'sx': 170, 'measure': 85, 'x': 1}",{'cx': 23408},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",qpeinexact_mapped_ibm_washington_qiskit_opt1_86.qasm,1320,ibm_127q,qpeinexact,qiskit,1 +5048,127,2902,"{'rz': 3552, 'sx': 386, 'measure': 65}",{'cx': 9799},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100); (110, 118); (118, 110)",ae_mapped_ibm_washington_qiskit_opt2_65.qasm,3555,ibm_127q,ae,qiskit,2 +5049,127,164,"{'rz': 210, 'sx': 105, 'measure': 35}",{'cx': 551},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24)",graphstate_mapped_ibm_washington_qiskit_opt0_35.qasm,2539,ibm_127q,graphstate,qiskit,0 +5050,127,976,"{'rz': 1255, 'sx': 711, 'measure': 17}",{'cx': 1824},"(72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",portfoliovqe_mapped_ibm_washington_qiskit_opt1_17.qasm,3719,ibm_127q,portfoliovqe,qiskit,1 +5051,127,50,"{'rz': 44, 'sx': 22, 'measure': 16}",{'cx': 76},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",graphstate_mapped_ibm_washington_qiskit_opt2_16.qasm,3076,ibm_127q,graphstate,qiskit,2 +5052,127,5804,"{'rz': 9167, 'sx': 79, 'measure': 78}",{'cx': 41330},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_78.qasm,1294,ibm_127q,qftentangled,qiskit,0 +5053,127,1517,"{'rz': 1712, 'sx': 64, 'measure': 32, 'x': 1}",{'cx': 3432},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",qpeexact_mapped_ibm_washington_qiskit_opt1_33.qasm,2009,ibm_127q,qpeexact,qiskit,1 +5054,127,10293,"{'rz': 14945, 'sx': 196, 'measure': 98, 'x': 1}",{'cx': 70047},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt0_99.qasm,2878,ibm_127q,qpeexact,qiskit,0 +5055,127,261,"{'sx': 256, 'rz': 128, 'measure': 65, 'x': 1}",{'cx': 128},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_65.qasm,1147,ibm_127q,wstate,qiskit,1 +5056,127,3107,"{'rz': 5889, 'sx': 70, 'measure': 69}",{'cx': 13546},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_69.qasm,2332,ibm_127q,qftentangled,qiskit,1 +5057,127,972,"{'sx': 510, 'rz': 410, 'measure': 113, 'x': 1}",{'cx': 1377},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",wstate_mapped_ibm_washington_qiskit_opt2_113.qasm,1961,ibm_127q,wstate,qiskit,2 +5058,127,12049,"{'rz': 960, 'sx': 960, 'measure': 120}",{'cx': 93330},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_120.qasm,1333,ibm_127q,twolocalrandom,qiskit,2 +5059,127,11030,"{'rz': 17970, 'sx': 638, 'measure': 107}",{'cx': 76364},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt0_107.qasm,3726,ibm_127q,ae,qiskit,0 +5060,127,91,"{'rz': 77, 'sx': 43, 'measure': 21}",{'cx': 83},"(41, 53); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (92, 83)",dj_mapped_ibm_washington_qiskit_opt2_22.qasm,3571,ibm_127q,dj,qiskit,2 +5061,127,939,"{'rz': 384, 'sx': 192, 'measure': 24}",{'cx': 6252},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_24.qasm,3664,ibm_127q,su2random,qiskit,0 +5062,127,6427,"{'rz': 11694, 'sx': 117, 'measure': 117}",{'cx': 38767},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt1_117.qasm,2031,ibm_127q,qft,qiskit,1 +5063,127,183,"{'rz': 87, 'sx': 80, 'measure': 7, 'x': 1}",{'cx': 160},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_7.qasm,2314,ibm_127q,twolocalrandom,qiskit,3 +5064,127,556,"{'rz': 587, 'sx': 20, 'measure': 20}",{'cx': 1130},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80)",qft_mapped_ibm_washington_qiskit_opt1_20.qasm,2127,ibm_127q,qft,qiskit,1 +5065,127,82,"{'rz': 196, 'sx': 98, 'measure': 60}",{'cx': 309},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",graphstate_mapped_ibm_washington_qiskit_opt1_60.qasm,2227,ibm_127q,graphstate,qiskit,1 +5066,127,212,"{'rz': 384, 'sx': 192, 'measure': 64}",{'cx': 1192},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",graphstate_mapped_ibm_washington_qiskit_opt0_64.qasm,3864,ibm_127q,graphstate,qiskit,0 +5067,127,63,"{'rz': 52, 'sx': 26, 'measure': 18}",{'cx': 96},"(24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (74, 89); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",graphstate_mapped_ibm_washington_qiskit_opt1_18.qasm,3106,ibm_127q,graphstate,qiskit,1 +5068,127,5370,"{'rz': 648, 'sx': 648, 'measure': 81}",{'cx': 34844},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_81.qasm,1754,ibm_127q,twolocalrandom,qiskit,2 +5069,127,283,"{'rz': 88, 'sx': 88, 'measure': 11}",{'cx': 551},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt1_11.qasm,1493,ibm_127q,realamprandom,qiskit,1 +5070,127,6525,"{'rz': 2496, 'sx': 207, 'x': 36, 'measure': 7}",{'cx': 5823},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt0_7.qasm,1200,ibm_127q,qwalk-noancilla,qiskit,0 +5071,127,2309,"{'sx': 336, 'rz': 336, 'measure': 42}",{'cx': 11018},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_42.qasm,1970,ibm_127q,twolocalrandom,qiskit,1 +5072,127,8409,"{'rz': 696, 'sx': 464, 'measure': 58}",{'cx': 62748},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_58.qasm,2837,ibm_127q,twolocalrandom,qiskit,0 +5073,127,563,"{'measure': 113, 'rz': 2, 'sx': 1}",{'cx': 1006},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_113.qasm,3765,ibm_127q,ghz,qiskit,0 +5074,127,932,"{'rz': 1296, 'sx': 34, 'measure': 33}",{'cx': 2862},"(37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",qftentangled_mapped_ibm_washington_qiskit_opt2_33.qasm,1068,ibm_127q,qftentangled,qiskit,2 +5075,127,21,"{'measure': 18, 'rz': 2, 'sx': 1}",{'cx': 17},"(106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_18.qasm,2003,ibm_127q,ghz,qiskit,3 +5076,127,168,"{'rz': 138, 'sx': 69, 'measure': 34}",{'cx': 166},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (91, 79); (92, 83); (92, 102); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (111, 104)",dj_mapped_ibm_washington_qiskit_opt1_35.qasm,1467,ibm_127q,dj,qiskit,1 +5077,127,8650,"{'rz': 13303, 'sx': 95, 'measure': 94}",{'cx': 63915},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt0_94.qasm,1818,ibm_127q,qftentangled,qiskit,0 +5078,127,3464,"{'rz': 3515, 'sx': 1302, 'x': 52, 'measure': 31}",{'cx': 9139},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104)",random_mapped_ibm_washington_qiskit_opt1_31.qasm,3064,ibm_127q,random,qiskit,1 +5079,127,361,"{'sx': 88, 'rz': 88, 'measure': 11}",{'cx': 544},"(35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_11.qasm,3243,ibm_127q,twolocalrandom,qiskit,2 +5080,127,414,"{'rz': 534, 'sx': 20, 'measure': 19}",{'cx': 1035},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt1_19.qasm,3409,ibm_127q,qftentangled,qiskit,1 +5081,127,159,"{'rz': 92, 'sx': 14, 'measure': 7, 'x': 1}",{'cx': 143},"(34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64)",qpeexact_mapped_ibm_washington_qiskit_opt2_8.qasm,3936,ibm_127q,qpeexact,qiskit,2 +5082,127,1462,"{'rz': 1110, 'sx': 666, 'measure': 112, 'x': 1}",{'cx': 1647},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",wstate_mapped_ibm_washington_qiskit_opt0_112.qasm,2364,ibm_127q,wstate,qiskit,0 +5083,127,49,"{'sx': 44, 'rz': 22, 'measure': 12, 'x': 1}",{'cx': 22},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_12.qasm,3033,ibm_127q,wstate,qiskit,1 +5084,127,3282,"{'rz': 1692, 'sx': 216, 'measure': 36}",{'cx': 17399},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_36.qasm,2762,ibm_127q,qnn,qiskit,0 +5085,127,1078,"{'rz': 2270, 'sx': 1970, 'x': 94, 'measure': 34}",{'cx': 4838},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_34.qasm,3292,ibm_127q,twolocalrandom,qiskit,3 +5086,127,862,"{'measure': 124, 'rz': 2, 'sx': 1}",{'cx': 927},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_124.qasm,1356,ibm_127q,ghz,qiskit,2 +5087,127,899,"{'rz': 2067, 'sx': 944, 'measure': 32, 'x': 6}",{'cx': 4184},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt3_32.qasm,2335,ibm_127q,qnn,qiskit,3 +5088,127,7294,"{'rz': 14164, 'sx': 98, 'measure': 97}",{'cx': 62151},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt0_97.qasm,3796,ibm_127q,qftentangled,qiskit,0 +5089,127,55,"{'rz': 191, 'sx': 101, 'measure': 47, 'x': 4}",{'cx': 170},"(8, 16); (16, 8); (16, 26); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (111, 104); (111, 122); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123)",graphstate_mapped_ibm_washington_qiskit_opt3_47.qasm,1090,ibm_127q,graphstate,qiskit,3 +5090,127,1753,"{'rz': 2496, 'sx': 78, 'measure': 39, 'x': 1}",{'cx': 5136},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",qpeexact_mapped_ibm_washington_qiskit_opt1_40.qasm,1970,ibm_127q,qpeexact,qiskit,1 +5091,127,34,"{'measure': 31, 'rz': 2, 'sx': 1}",{'cx': 30},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",ghz_mapped_ibm_washington_qiskit_opt2_31.qasm,3433,ibm_127q,ghz,qiskit,2 +5092,127,2131,"{'sx': 344, 'rz': 344, 'measure': 43}",{'cx': 11042},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt1_43.qasm,2903,ibm_127q,su2random,qiskit,1 +5093,127,9406,"{'sx': 872, 'rz': 872, 'measure': 109}",{'cx': 75662},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_109.qasm,2855,ibm_127q,twolocalrandom,qiskit,2 +5094,127,2934,"{'rz': 4818, 'sx': 396, 'measure': 66}",{'cx': 21751},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (122, 111)",qnn_mapped_ibm_washington_qiskit_opt2_66.qasm,3148,ibm_127q,qnn,qiskit,2 +5095,127,5248,"{'rz': 5390, 'sx': 420, 'measure': 70}",{'cx': 23773},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qnn_mapped_ibm_washington_qiskit_opt2_70.qasm,2858,ibm_127q,qnn,qiskit,2 +5096,127,3208,"{'rz': 5734, 'sx': 386, 'measure': 65}",{'cx': 11429},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt1_65.qasm,3354,ibm_127q,ae,qiskit,1 +5097,127,867,"{'rz': 2366, 'sx': 1399, 'measure': 30, 'x': 2}",{'cx': 3639},"(16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 53); (43, 34); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt3_30.qasm,3684,ibm_127q,qnn,qiskit,3 +5098,127,1184,"{'rz': 1276, 'sx': 62, 'measure': 31, 'x': 1}",{'cx': 2874},"(35, 47); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt2_32.qasm,3630,ibm_127q,qpeexact,qiskit,2 +5099,127,1096,"{'rz': 1580, 'sx': 38, 'measure': 37}",{'cx': 3333},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt2_37.qasm,1870,ibm_127q,qftentangled,qiskit,2 +5100,127,842,"{'measure': 114, 'rz': 2, 'sx': 1}",{'cx': 962},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",ghz_mapped_ibm_washington_qiskit_opt2_114.qasm,2819,ibm_127q,ghz,qiskit,2 +5101,127,401,"{'rz': 327, 'sx': 209, 'measure': 9}",{'cx': 378},"(44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62)",portfoliovqe_mapped_ibm_washington_qiskit_opt2_9.qasm,3275,ibm_127q,portfoliovqe,qiskit,2 +5102,127,306,"{'rz': 498, 'sx': 249, 'measure': 83}",{'cx': 1694},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",graphstate_mapped_ibm_washington_qiskit_opt0_83.qasm,1279,ibm_127q,graphstate,qiskit,0 +5103,127,16898,"{'sx': 1016, 'rz': 1016, 'measure': 127}",{'cx': 122942},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_127.qasm,2332,ibm_127q,su2random,qiskit,2 +5104,127,1210,"{'rz': 1452, 'sx': 176, 'measure': 30}",{'cx': 2529},"(20, 33); (33, 20); (33, 39); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt1_30.qasm,1307,ibm_127q,ae,qiskit,1 +5105,127,4415,"{'rz': 6485, 'sx': 111, 'measure': 110}",{'cx': 29638},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_110.qasm,1925,ibm_127q,qftentangled,qiskit,2 +5106,127,8151,"{'rz': 7693, 'sx': 2620, 'measure': 40, 'x': 31}",{'cx': 32506},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",random_mapped_ibm_washington_qiskit_opt0_40.qasm,3782,ibm_127q,random,qiskit,0 +5107,127,1301,"{'sx': 562, 'rz': 446, 'measure': 125, 'x': 1}",{'cx': 1596},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_125.qasm,3385,ibm_127q,wstate,qiskit,1 +5108,127,141,"{'sx': 136, 'rz': 68, 'measure': 35, 'x': 1}",{'cx': 68},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (79, 91); (80, 79); (90, 75); (90, 94); (91, 79); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",wstate_mapped_ibm_washington_qiskit_opt2_35.qasm,3254,ibm_127q,wstate,qiskit,2 +5109,127,672,"{'rz': 1104, 'sx': 31, 'measure': 31}",{'cx': 2458},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62)",qft_mapped_ibm_washington_qiskit_opt2_31.qasm,2404,ibm_127q,qft,qiskit,2 +5110,127,56,"{'measure': 53, 'rz': 2, 'sx': 1}",{'cx': 52},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ghz_mapped_ibm_washington_qiskit_opt1_53.qasm,1581,ibm_127q,ghz,qiskit,1 +5111,127,845,"{'rz': 1024, 'sx': 580, 'measure': 15}",{'cx': 1380},"(23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66)",portfoliovqe_mapped_ibm_washington_qiskit_opt1_15.qasm,4092,ibm_127q,portfoliovqe,qiskit,1 +5112,127,19490,"{'rz': 9080, 'sx': 125, 'x': 10, 'measure': 9}",{'cx': 18126},"(45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66)",qwalk-noancilla_mapped_ibm_washington_qiskit_opt2_9.qasm,2544,ibm_127q,qwalk-noancilla,qiskit,2 +5113,127,8687,"{'sx': 752, 'rz': 752, 'measure': 94}",{'cx': 64621},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_94.qasm,3402,ibm_127q,su2random,qiskit,1 +5114,127,44,"{'rz': 54, 'sx': 30, 'measure': 17, 'x': 2}",{'cx': 49},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106)",graphstate_mapped_ibm_washington_qiskit_opt3_17.qasm,3072,ibm_127q,graphstate,qiskit,3 +5115,127,297,"{'rz': 176, 'sx': 88, 'measure': 11}",{'cx': 1044},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_11.qasm,3769,ibm_127q,su2random,qiskit,0 +5116,127,9694,"{'sx': 800, 'rz': 800, 'measure': 100}",{'cx': 70500},"(11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_100.qasm,3151,ibm_127q,realamprandom,qiskit,1 +5117,127,730,"{'rz': 414, 'sx': 207, 'measure': 103, 'x': 93}",{'cx': 1252},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt0_104.qasm,2607,ibm_127q,dj,qiskit,0 +5118,127,70,"{'measure': 67, 'rz': 2, 'sx': 1}",{'cx': 66},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_67.qasm,1110,ibm_127q,ghz,qiskit,1 +5119,127,14556,"{'rz': 960, 'sx': 960, 'measure': 120}",{'cx': 106948},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_120.qasm,3802,ibm_127q,realamprandom,qiskit,1 +5120,127,14551,"{'rz': 996, 'sx': 664, 'measure': 83}",{'cx': 135705},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt0_83.qasm,3708,ibm_127q,realamprandom,qiskit,0 +5121,127,1453,"{'rz': 1515, 'sx': 60, 'measure': 30, 'x': 1}",{'cx': 5301},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_31.qasm,3517,ibm_127q,qpeinexact,qiskit,0 +5122,127,4797,"{'sx': 624, 'rz': 624, 'measure': 78}",{'cx': 34433},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (118, 110); (118, 119); (119, 118)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_78.qasm,3378,ibm_127q,twolocalrandom,qiskit,2 +5123,127,1899,"{'rz': 3471, 'sx': 50, 'measure': 49}",{'cx': 7086},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_49.qasm,2605,ibm_127q,qftentangled,qiskit,1 +5124,127,5959,"{'rz': 11576, 'sx': 117, 'measure': 116}",{'cx': 40327},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_116.qasm,3401,ibm_127q,qftentangled,qiskit,1 +5125,127,485,"{'rz': 218, 'sx': 92, 'measure': 9, 'x': 4}",{'cx': 325},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45)",pricingcall_mapped_ibm_washington_qiskit_opt1_9.qasm,3862,ibm_127q,pricingcall,qiskit,1 +5126,127,7694,"{'rz': 7723, 'sx': 3031, 'x': 122, 'measure': 46}",{'cx': 25986},"(34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt2_46.qasm,1954,ibm_127q,random,qiskit,2 +5127,127,349,"{'sx': 344, 'rz': 172, 'measure': 87, 'x': 1}",{'cx': 172},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_87.qasm,1949,ibm_127q,wstate,qiskit,2 +5128,127,113,"{'rz': 372, 'sx': 186, 'measure': 96}",{'cx': 543},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_96.qasm,1979,ibm_127q,graphstate,qiskit,2 +5129,127,1667,"{'rz': 1294, 'sx': 430, 'measure': 16, 'x': 4}",{'cx': 3778},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_16.qasm,2337,ibm_127q,random,qiskit,0 +5130,127,4659,"{'rz': 4732, 'sx': 56, 'measure': 56}",{'cx': 21950},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qft_mapped_ibm_washington_qiskit_opt0_56.qasm,3518,ibm_127q,qft,qiskit,0 +5131,127,10964,"{'rz': 16796, 'sx': 208, 'measure': 104, 'x': 1}",{'cx': 79623},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt0_105.qasm,3420,ibm_127q,qpeinexact,qiskit,0 +5132,127,548,"{'rz': 465, 'sx': 391, 'measure': 16, 'x': 13}",{'cx': 1144},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_16.qasm,1947,ibm_127q,twolocalrandom,qiskit,3 +5133,127,4159,"{'rz': 5390, 'sx': 420, 'measure': 70}",{'cx': 23800},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qnn_mapped_ibm_washington_qiskit_opt1_70.qasm,2974,ibm_127q,qnn,qiskit,1 +5134,127,4901,"{'rz': 6068, 'sx': 108, 'measure': 108}",{'cx': 29797},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_108.qasm,2943,ibm_127q,qft,qiskit,2 +5135,127,109,"{'rz': 314, 'sx': 157, 'measure': 87}",{'cx': 507},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt1_87.qasm,4017,ibm_127q,graphstate,qiskit,1 +5136,127,7911,"{'rz': 660, 'sx': 440, 'measure': 55}",{'cx': 55566},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_55.qasm,1173,ibm_127q,twolocalrandom,qiskit,0 +5137,127,63,"{'measure': 60, 'rz': 2, 'sx': 1}",{'cx': 59},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_60.qasm,2327,ibm_127q,ghz,qiskit,2 +5138,127,10432,"{'rz': 1056, 'sx': 528, 'measure': 66}",{'cx': 82656},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_66.qasm,1494,ibm_127q,su2random,qiskit,0 +5139,127,5443,"{'rz': 6348, 'sx': 216, 'measure': 108, 'x': 1}",{'cx': 29163},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_109.qasm,1623,ibm_127q,qpeinexact,qiskit,2 +5140,127,27,"{'rz': 74, 'sx': 70, 'measure': 13, 'x': 4}",{'cx': 24},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18)",vqe_mapped_ibm_washington_qiskit_opt2_13.qasm,2759,ibm_127q,vqe,qiskit,2 +5141,127,1058,"{'sx': 216, 'rz': 216, 'measure': 27}",{'cx': 3888},"(33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_27.qasm,3655,ibm_127q,twolocalrandom,qiskit,2 +5142,127,26,"{'sx': 48, 'rz': 48, 'measure': 6}",{'cx': 15},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4)",routing_mapped_ibm_washington_qiskit_opt1_6.qasm,2484,ibm_127q,routing,qiskit,1 +5143,127,7733,"{'rz': 12195, 'sx': 90, 'measure': 90}",{'cx': 56157},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_90.qasm,1763,ibm_127q,qft,qiskit,0 +5144,127,4021,"{'rz': 7334, 'sx': 82, 'measure': 81}",{'cx': 18627},"(7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_81.qasm,1180,ibm_127q,qftentangled,qiskit,1 +5145,127,237,"{'rz': 102, 'sx': 93, 'measure': 8, 'x': 2}",{'cx': 222},"(62, 72); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_8.qasm,1966,ibm_127q,twolocalrandom,qiskit,3 +5146,127,483,"{'rz': 258, 'sx': 129, 'x': 65, 'measure': 64}",{'cx': 826},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63)",dj_mapped_ibm_washington_qiskit_opt0_65.qasm,3052,ibm_127q,dj,qiskit,0 +5147,127,1211,"{'rz': 232, 'sx': 232, 'measure': 29}",{'cx': 4639},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_29.qasm,4068,ibm_127q,twolocalrandom,qiskit,2 +5148,127,114,"{'rz': 135, 'sx': 90, 'measure': 15}",{'cx': 229},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",vqe_mapped_ibm_washington_qiskit_opt0_15.qasm,3038,ibm_127q,vqe,qiskit,0 +5149,127,1223,"{'rz': 516, 'sx': 119, 'x': 10, 'measure': 9}",{'cx': 1027},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt2_9.qasm,1495,ibm_127q,qwalk-v-chain,qiskit,2 +5150,127,339,"{'rz': 246, 'sx': 13, 'measure': 13}",{'cx': 471},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61)",qft_mapped_ibm_washington_qiskit_opt1_13.qasm,2248,ibm_127q,qft,qiskit,1 +5151,127,671,"{'rz': 406, 'sx': 229, 'x': 28, 'measure': 11}",{'cx': 381},"(92, 102); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (121, 122); (122, 111); (122, 121)",pricingcall_mapped_ibm_washington_qiskit_opt3_11.qasm,3213,ibm_127q,pricingcall,qiskit,3 +5152,127,6276,"{'rz': 736, 'sx': 368, 'measure': 46}",{'cx': 37974},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",su2random_mapped_ibm_washington_qiskit_opt0_46.qasm,1117,ibm_127q,su2random,qiskit,0 +5153,127,410,"{'rz': 288, 'sx': 157, 'measure': 78}",{'cx': 595},"(12, 17); (15, 22); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (110, 100); (110, 118); (111, 104); (118, 110)",dj_mapped_ibm_washington_qiskit_opt2_79.qasm,3991,ibm_127q,dj,qiskit,2 +5154,127,711,"{'rz': 710, 'sx': 40, 'measure': 20, 'x': 1}",{'cx': 1326},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt1_21.qasm,3386,ibm_127q,qpeexact,qiskit,1 +5155,127,9597,"{'sx': 808, 'rz': 808, 'measure': 101}",{'cx': 68564},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_101.qasm,2244,ibm_127q,realamprandom,qiskit,1 +5156,127,856,"{'measure': 109, 'rz': 2, 'sx': 1}",{'cx': 930},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_109.qasm,3293,ibm_127q,ghz,qiskit,2 +5157,127,1276,"{'rz': 1203, 'sx': 60, 'measure': 30, 'x': 1}",{'cx': 2847},"(34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62)",qpeinexact_mapped_ibm_washington_qiskit_opt2_31.qasm,2253,ibm_127q,qpeinexact,qiskit,2 +5158,127,381,"{'sx': 376, 'rz': 188, 'measure': 95, 'x': 1}",{'cx': 188},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_95.qasm,3877,ibm_127q,wstate,qiskit,2 +5159,127,10211,"{'rz': 17115, 'sx': 210, 'measure': 105, 'x': 1}",{'cx': 78273},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt0_106.qasm,3169,ibm_127q,qpeexact,qiskit,0 +5160,127,157,"{'sx': 152, 'rz': 76, 'measure': 39, 'x': 1}",{'cx': 76},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94)",wstate_mapped_ibm_washington_qiskit_opt3_39.qasm,2228,ibm_127q,wstate,qiskit,3 +5161,127,4191,"{'rz': 1776, 'sx': 222, 'measure': 37}",{'cx': 21279},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_37.qasm,1164,ibm_127q,qnn,qiskit,0 +5162,127,636,"{'rz': 510, 'sx': 306, 'measure': 52, 'x': 1}",{'cx': 639},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_52.qasm,1894,ibm_127q,wstate,qiskit,0 +5163,127,231,"{'rz': 155, 'sx': 34, 'measure': 9, 'x': 4}",{'cx': 217},"(28, 35); (35, 28); (35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (64, 54)",qpeinexact_mapped_ibm_washington_qiskit_opt3_10.qasm,1090,ibm_127q,qpeinexact,qiskit,3 +5164,127,295,"{'measure': 58, 'rz': 2, 'sx': 1}",{'cx': 531},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ghz_mapped_ibm_washington_qiskit_opt0_58.qasm,1170,ibm_127q,ghz,qiskit,0 +5165,127,8593,"{'rz': 12270, 'sx': 524, 'measure': 88}",{'cx': 50949},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt0_88.qasm,3974,ibm_127q,ae,qiskit,0 +5166,127,5865,"{'rz': 6119, 'sx': 2429, 'x': 94, 'measure': 42}",{'cx': 19633},"(34, 43); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83)",random_mapped_ibm_washington_qiskit_opt2_42.qasm,3678,ibm_127q,random,qiskit,2 +5167,127,6147,"{'rz': 6325, 'sx': 620, 'measure': 104}",{'cx': 24949},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt2_104.qasm,1080,ibm_127q,ae,qiskit,2 +5168,127,1034,"{'sx': 545, 'rz': 425, 'measure': 122, 'x': 1}",{'cx': 1427},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_122.qasm,2469,ibm_127q,wstate,qiskit,2 +5169,127,318,"{'rz': 224, 'sx': 152, 'measure': 8}",{'cx': 276},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",portfoliovqe_mapped_ibm_washington_qiskit_opt2_8.qasm,2974,ibm_127q,portfoliovqe,qiskit,2 +5170,127,195,"{'rz': 348, 'sx': 174, 'measure': 58}",{'cx': 1075},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",graphstate_mapped_ibm_washington_qiskit_opt0_58.qasm,3594,ibm_127q,graphstate,qiskit,0 +5171,127,85,"{'measure': 82, 'rz': 2, 'sx': 1}",{'cx': 81},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_82.qasm,1950,ibm_127q,ghz,qiskit,2 +5172,127,5335,"{'rz': 5786, 'sx': 578, 'measure': 97}",{'cx': 19791},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt2_97.qasm,2821,ibm_127q,ae,qiskit,2 +5173,127,84,"{'measure': 81, 'rz': 2, 'sx': 1}",{'cx': 80},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_81.qasm,2376,ibm_127q,ghz,qiskit,1 +5174,127,19886,"{'rz': 21395, 'sx': 7759, 'x': 280, 'measure': 74}",{'cx': 90378},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_74.qasm,1711,ibm_127q,random,qiskit,1 +5175,127,92,"{'measure': 89, 'rz': 2, 'sx': 1}",{'cx': 88},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_89.qasm,1806,ibm_127q,ghz,qiskit,1 +5176,127,292,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 624},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_12.qasm,3837,ibm_127q,twolocalrandom,qiskit,2 +5177,127,8726,"{'rz': 12819, 'sx': 536, 'measure': 90}",{'cx': 53571},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ae_mapped_ibm_washington_qiskit_opt0_90.qasm,1932,ibm_127q,ae,qiskit,0 +5178,127,14481,"{'rz': 1008, 'sx': 672, 'measure': 84}",{'cx': 137451},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt0_84.qasm,3927,ibm_127q,realamprandom,qiskit,0 +5179,127,4846,"{'rz': 5882, 'sx': 584, 'measure': 98}",{'cx': 22170},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (118, 110)",ae_mapped_ibm_washington_qiskit_opt2_98.qasm,3973,ibm_127q,ae,qiskit,2 +5180,127,788,"{'rz': 600, 'sx': 360, 'measure': 61, 'x': 1}",{'cx': 885},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",wstate_mapped_ibm_washington_qiskit_opt0_61.qasm,1282,ibm_127q,wstate,qiskit,0 +5181,127,582,"{'rz': 426, 'sx': 213, 'measure': 106}",{'cx': 871},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt1_107.qasm,2729,ibm_127q,dj,qiskit,1 +5182,127,33975,"{'rz': 45640, 'sx': 15711, 'x': 202, 'measure': 97}",{'cx': 273846},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt0_97.qasm,3848,ibm_127q,random,qiskit,0 +5183,127,11032,"{'sx': 832, 'rz': 832, 'measure': 104}",{'cx': 81234},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_104.qasm,1988,ibm_127q,su2random,qiskit,1 +5184,127,269,"{'rz': 138, 'sx': 69, 'measure': 34, 'x': 31}",{'cx': 451},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24)",dj_mapped_ibm_washington_qiskit_opt0_35.qasm,1941,ibm_127q,dj,qiskit,0 +5185,127,7335,"{'rz': 3876, 'sx': 342, 'measure': 57}",{'cx': 52322},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_57.qasm,1479,ibm_127q,qnn,qiskit,0 +5186,127,396,"{'rz': 320, 'sx': 187, 'measure': 82, 'x': 10}",{'cx': 348},"(4, 15); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt3_83.qasm,2144,ibm_127q,dj,qiskit,3 +5187,127,1827,"{'rz': 4434, 'sx': 57, 'measure': 57}",{'cx': 9169},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt1_57.qasm,2047,ibm_127q,qft,qiskit,1 +5188,127,6470,"{'rz': 7826, 'sx': 252, 'measure': 126, 'x': 1}",{'cx': 40621},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_127.qasm,1443,ibm_127q,qpeinexact,qiskit,2 +5189,127,4951,"{'rz': 7099, 'sx': 79, 'measure': 79}",{'cx': 17886},"(24, 34); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_79.qasm,3415,ibm_127q,qft,qiskit,1 +5190,127,561,"{'rz': 747, 'sx': 24, 'measure': 24}",{'cx': 1497},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qft_mapped_ibm_washington_qiskit_opt2_24.qasm,3704,ibm_127q,qft,qiskit,2 +5191,127,227,"{'rz': 80, 'sx': 80, 'measure': 10}",{'cx': 507},"(73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_10.qasm,1705,ibm_127q,twolocalrandom,qiskit,1 +5192,127,1345,"{'sx': 224, 'rz': 224, 'measure': 28}",{'cx': 4934},"(54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (111, 104)",su2random_mapped_ibm_washington_qiskit_opt1_28.qasm,1181,ibm_127q,su2random,qiskit,1 +5193,127,17063,"{'sx': 984, 'rz': 984, 'measure': 123}",{'cx': 126045},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_123.qasm,1614,ibm_127q,realamprandom,qiskit,1 +5194,127,3738,"{'rz': 3800, 'sx': 1403, 'x': 62, 'measure': 32}",{'cx': 10170},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",random_mapped_ibm_washington_qiskit_opt2_32.qasm,2597,ibm_127q,random,qiskit,2 +5195,127,4659,"{'rz': 688, 'sx': 688, 'measure': 86}",{'cx': 40809},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_86.qasm,1270,ibm_127q,twolocalrandom,qiskit,2 +5196,127,146,"{'rz': 82, 'sx': 38, 'measure': 7}",{'cx': 87},"(87, 88); (87, 93); (88, 87); (93, 87); (93, 106); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107)",ae_mapped_ibm_washington_qiskit_opt2_7.qasm,1404,ibm_127q,ae,qiskit,2 +5197,127,2011,"{'rz': 3585, 'sx': 70, 'measure': 70}",{'cx': 11895},"(16, 26); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt2_70.qasm,1569,ibm_127q,qft,qiskit,2 +5198,127,175,"{'rz': 155, 'sx': 87, 'measure': 43}",{'cx': 209},"(20, 21); (20, 33); (21, 20); (33, 20); (33, 39); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (53, 41); (53, 60); (54, 64); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118)",dj_mapped_ibm_washington_qiskit_opt2_44.qasm,3616,ibm_127q,dj,qiskit,2 +5199,127,676,"{'rz': 374, 'sx': 187, 'measure': 93, 'x': 85}",{'cx': 1164},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (92, 83); (93, 87)",dj_mapped_ibm_washington_qiskit_opt0_94.qasm,3120,ibm_127q,dj,qiskit,0 +5200,127,5649,"{'rz': 6513, 'sx': 115, 'measure': 115}",{'cx': 33556},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qft_mapped_ibm_washington_qiskit_opt2_115.qasm,3630,ibm_127q,qft,qiskit,2 +5201,127,127,"{'rz': 338, 'sx': 169, 'measure': 83}",{'cx': 500},"(6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (13, 12); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt2_83.qasm,1861,ibm_127q,graphstate,qiskit,2 +5202,127,48,"{'rz': 160, 'sx': 80, 'measure': 50}",{'cx': 233},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103)",graphstate_mapped_ibm_washington_qiskit_opt1_50.qasm,1113,ibm_127q,graphstate,qiskit,1 +5203,127,4913,"{'rz': 7700, 'sx': 160, 'measure': 80, 'x': 1}",{'cx': 20277},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_81.qasm,1916,ibm_127q,qpeinexact,qiskit,1 +5204,127,22837,"{'rz': 29371, 'sx': 10095, 'x': 115, 'measure': 77}",{'cx': 159881},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_77.qasm,3826,ibm_127q,random,qiskit,0 +5205,127,18664,"{'sx': 976, 'rz': 976, 'measure': 122}",{'cx': 121894},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_122.qasm,2175,ibm_127q,su2random,qiskit,1 +5206,127,302,"{'measure': 56, 'rz': 2, 'sx': 1}",{'cx': 544},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (54, 45); (55, 49)",ghz_mapped_ibm_washington_qiskit_opt0_56.qasm,3110,ibm_127q,ghz,qiskit,0 +5207,127,952,"{'measure': 112, 'rz': 2, 'sx': 1}",{'cx': 1074},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (126, 112)",ghz_mapped_ibm_washington_qiskit_opt1_112.qasm,3698,ibm_127q,ghz,qiskit,1 +5208,127,289,"{'rz': 223, 'sx': 61, 'measure': 12, 'x': 4}",{'cx': 359},"(45, 54); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qftentangled_mapped_ibm_washington_qiskit_opt3_12.qasm,3788,ibm_127q,qftentangled,qiskit,3 +5209,127,3770,"{'rz': 4779, 'sx': 166, 'measure': 83, 'x': 1}",{'cx': 17832},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",qpeinexact_mapped_ibm_washington_qiskit_opt2_84.qasm,3707,ibm_127q,qpeinexact,qiskit,2 +5210,127,424,"{'rz': 324, 'sx': 190, 'measure': 80, 'x': 10}",{'cx': 408},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105)",dj_mapped_ibm_washington_qiskit_opt3_81.qasm,3801,ibm_127q,dj,qiskit,3 +5211,127,5205,"{'sx': 608, 'rz': 608, 'measure': 76}",{'cx': 38979},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_76.qasm,3774,ibm_127q,twolocalrandom,qiskit,1 +5212,127,898,"{'rz': 841, 'sx': 44, 'measure': 22, 'x': 1}",{'cx': 2548},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_23.qasm,1069,ibm_127q,qpeexact,qiskit,0 +5213,127,369,"{'sx': 364, 'rz': 182, 'measure': 92, 'x': 1}",{'cx': 182},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_92.qasm,3302,ibm_127q,wstate,qiskit,1 +5214,127,308,"{'rz': 486, 'sx': 243, 'measure': 81}",{'cx': 1695},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",graphstate_mapped_ibm_washington_qiskit_opt0_81.qasm,1579,ibm_127q,graphstate,qiskit,0 +5215,127,9612,"{'rz': 13286, 'sx': 740, 'measure': 124}",{'cx': 43069},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt1_124.qasm,2501,ibm_127q,ae,qiskit,1 +5216,127,941,"{'rz': 920, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 1899},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt1_24.qasm,3838,ibm_127q,qpeinexact,qiskit,1 +5217,127,163,"{'sx': 56, 'rz': 56, 'measure': 7}",{'cx': 175},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",realamprandom_mapped_ibm_washington_qiskit_opt2_7.qasm,3835,ibm_127q,realamprandom,qiskit,2 +5218,127,24,"{'rz': 24, 'sx': 16, 'measure': 2}",{'cx': 3},"(0, 1); (1, 0)",routing_mapped_ibm_washington_qiskit_opt0_2.qasm,1145,ibm_127q,routing,qiskit,0 +5219,127,1023,"{'rz': 1198, 'sx': 33, 'measure': 32}",{'cx': 2754},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt2_32.qasm,3159,ibm_127q,qftentangled,qiskit,2 +5220,127,2686,"{'rz': 3890, 'sx': 100, 'measure': 50, 'x': 1}",{'cx': 7920},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt1_51.qasm,4022,ibm_127q,qpeexact,qiskit,1 +5221,127,333,"{'sx': 328, 'rz': 164, 'measure': 83, 'x': 1}",{'cx': 164},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_83.qasm,2967,ibm_127q,wstate,qiskit,2 +5222,127,3533,"{'rz': 616, 'sx': 616, 'measure': 77}",{'cx': 32809},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_77.qasm,1908,ibm_127q,realamprandom,qiskit,2 +5223,127,482,"{'rz': 385, 'sx': 224, 'measure': 98, 'x': 8}",{'cx': 423},"(0, 14); (4, 15); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 102); (93, 87); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt3_99.qasm,3367,ibm_127q,dj,qiskit,3 +5224,127,5926,"{'rz': 5689, 'sx': 572, 'measure': 96}",{'cx': 21253},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_96.qasm,2486,ibm_127q,ae,qiskit,2 +5225,127,1081,"{'rz': 1185, 'sx': 158, 'measure': 27}",{'cx': 1944},"(54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100)",ae_mapped_ibm_washington_qiskit_opt1_27.qasm,3985,ibm_127q,ae,qiskit,1 +5226,127,266,"{'rz': 216, 'sx': 100, 'measure': 11, 'x': 7}",{'cx': 196},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (81, 72)",ae_mapped_ibm_washington_qiskit_opt3_11.qasm,1126,ibm_127q,ae,qiskit,3 +5227,127,919,"{'measure': 118, 'rz': 2, 'sx': 1}",{'cx': 1068},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_118.qasm,4076,ibm_127q,ghz,qiskit,1 +5228,127,1413,"{'rz': 2064, 'sx': 48, 'measure': 48}",{'cx': 5441},"(3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt2_48.qasm,1497,ibm_127q,qft,qiskit,2 +5229,127,9128,"{'rz': 5082, 'sx': 396, 'measure': 66}",{'cx': 72233},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_66.qasm,4085,ibm_127q,qnn,qiskit,0 +5230,127,248,"{'rz': 336, 'sx': 168, 'measure': 56}",{'cx': 980},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",graphstate_mapped_ibm_washington_qiskit_opt0_56.qasm,3659,ibm_127q,graphstate,qiskit,0 +5231,127,80,"{'rz': 456, 'sx': 228, 'measure': 112}",{'cx': 694},"(0, 1); (0, 14); (1, 0); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_112.qasm,3909,ibm_127q,graphstate,qiskit,2 +5232,127,219,"{'rz': 106, 'sx': 53, 'x': 27, 'measure': 26}",{'cx': 377},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_27.qasm,1712,ibm_127q,dj,qiskit,0 +5233,127,2623,"{'rz': 6175, 'sx': 5277, 'x': 245, 'measure': 52}",{'cx': 12622},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt3_52.qasm,1848,ibm_127q,su2random,qiskit,3 +5234,127,474,"{'rz': 345, 'sx': 74, 'measure': 13}",{'cx': 807},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_13.qasm,3284,ibm_127q,ae,qiskit,0 +5235,127,10890,"{'sx': 784, 'rz': 784, 'measure': 98}",{'cx': 71986},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111); (122, 123); (123, 122)",su2random_mapped_ibm_washington_qiskit_opt1_98.qasm,3512,ibm_127q,su2random,qiskit,1 +5236,127,15014,"{'sx': 1016, 'rz': 1016, 'measure': 127}",{'cx': 112003},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_127.qasm,1875,ibm_127q,realamprandom,qiskit,2 +5237,127,367,"{'rz': 630, 'sx': 315, 'measure': 105}",{'cx': 2586},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",graphstate_mapped_ibm_washington_qiskit_opt0_105.qasm,2766,ibm_127q,graphstate,qiskit,0 +5238,127,812,"{'rz': 1159, 'sx': 32, 'measure': 32}",{'cx': 2616},"(35, 47); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt2_32.qasm,2803,ibm_127q,qft,qiskit,2 +5239,127,912,"{'rz': 320, 'sx': 160, 'measure': 20}",{'cx': 4347},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_20.qasm,2646,ibm_127q,su2random,qiskit,0 +5240,127,18999,"{'rz': 22662, 'sx': 7806, 'x': 83, 'measure': 68}",{'cx': 118205},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",random_mapped_ibm_washington_qiskit_opt0_68.qasm,3984,ibm_127q,random,qiskit,0 +5241,127,378,"{'rz': 660, 'sx': 330, 'measure': 110}",{'cx': 2915},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96)",graphstate_mapped_ibm_washington_qiskit_opt0_110.qasm,3682,ibm_127q,graphstate,qiskit,0 +5242,127,86,"{'measure': 83, 'rz': 2, 'sx': 1}",{'cx': 82},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_83.qasm,3353,ibm_127q,ghz,qiskit,1 +5243,127,738,"{'measure': 108, 'rz': 2, 'sx': 1}",{'cx': 887},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ghz_mapped_ibm_washington_qiskit_opt1_108.qasm,3089,ibm_127q,ghz,qiskit,1 +5244,127,51,"{'measure': 48, 'rz': 2, 'sx': 1}",{'cx': 47},"(6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_48.qasm,2542,ibm_127q,ghz,qiskit,1 +5245,127,413,"{'rz': 302, 'sx': 151, 'measure': 75}",{'cx': 519},"(8, 16); (15, 22); (16, 8); (16, 26); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (126, 112)",dj_mapped_ibm_washington_qiskit_opt1_76.qasm,3086,ibm_127q,dj,qiskit,1 +5246,127,2422,"{'rz': 2422, 'sx': 41, 'measure': 40}",{'cx': 10404},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_40.qasm,1389,ibm_127q,qftentangled,qiskit,0 +5247,127,1337,"{'rz': 3068, 'sx': 312, 'measure': 52}",{'cx': 10509},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qnn_mapped_ibm_washington_qiskit_opt2_52.qasm,2153,ibm_127q,qnn,qiskit,2 +5248,127,36,"{'rz': 36, 'sx': 21, 'measure': 10}",{'cx': 24},"(85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (93, 87); (93, 106); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt3_11.qasm,3172,ibm_127q,dj,qiskit,3 +5249,127,7316,"{'rz': 3601, 'sx': 205, 'measure': 11, 'x': 1}",{'cx': 7195},"(61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",grover-v-chain_mapped_ibm_washington_qiskit_opt2_11.qasm,1178,ibm_127q,grover-v-chain,qiskit,2 +5250,127,473,"{'rz': 377, 'sx': 110, 'x': 15, 'measure': 14}",{'cx': 544},"(53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83)",qpeexact_mapped_ibm_washington_qiskit_opt3_15.qasm,3220,ibm_127q,qpeexact,qiskit,3 +5251,127,4712,"{'rz': 5110, 'sx': 174, 'measure': 87, 'x': 1}",{'cx': 19722},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_88.qasm,2734,ibm_127q,qpeinexact,qiskit,2 +5252,127,82,"{'rz': 276, 'sx': 138, 'measure': 76}",{'cx': 412},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_76.qasm,2128,ibm_127q,graphstate,qiskit,2 +5253,127,424,"{'rz': 549, 'sx': 340, 'measure': 14, 'x': 10}",{'cx': 608},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (53, 41); (53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83)",groundstate_large_mapped_ibm_washington_qiskit_opt3_14.qasm,3421,ibm_127q,groundstate,qiskit,3 +5254,127,469,"{'rz': 294, 'sx': 84, 'measure': 14}",{'cx': 784},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62)",qnn_mapped_ibm_washington_qiskit_opt2_14.qasm,2650,ibm_127q,qnn,qiskit,2 +5255,127,4434,"{'rz': 5125, 'sx': 178, 'measure': 89, 'x': 1}",{'cx': 20994},"(15, 22); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt2_90.qasm,2897,ibm_127q,qpeinexact,qiskit,2 +5256,127,313,"{'rz': 241, 'sx': 71, 'measure': 11, 'x': 9}",{'cx': 303},"(35, 47); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65)",qpeexact_mapped_ibm_washington_qiskit_opt3_12.qasm,2289,ibm_127q,qpeexact,qiskit,3 +5257,127,1350,"{'rz': 1615, 'sx': 41, 'measure': 40}",{'cx': 4204},"(34, 43); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99)",qftentangled_mapped_ibm_washington_qiskit_opt2_40.qasm,2264,ibm_127q,qftentangled,qiskit,2 +5258,127,7911,"{'rz': 660, 'sx': 440, 'measure': 55}",{'cx': 55566},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",realamprandom_mapped_ibm_washington_qiskit_opt0_55.qasm,1651,ibm_127q,realamprandom,qiskit,0 +5259,127,16762,"{'rz': 976, 'sx': 976, 'measure': 122}",{'cx': 117734},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_122.qasm,2602,ibm_127q,twolocalrandom,qiskit,1 +5260,127,2215,"{'rz': 4559, 'sx': 59, 'measure': 58}",{'cx': 9428},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (34, 24); (34, 43); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt1_58.qasm,1179,ibm_127q,qftentangled,qiskit,1 +5261,127,1796,"{'rz': 3528, 'sx': 336, 'measure': 56}",{'cx': 13879},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (110, 100)",qnn_mapped_ibm_washington_qiskit_opt2_56.qasm,3168,ibm_127q,qnn,qiskit,2 +5262,127,7608,"{'rz': 11662, 'sx': 89, 'measure': 88}",{'cx': 55737},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_88.qasm,3825,ibm_127q,qftentangled,qiskit,0 +5263,127,69,"{'rz': 86, 'sx': 43, 'measure': 25}",{'cx': 139},"(20, 21); (21, 20); (21, 22); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",graphstate_mapped_ibm_washington_qiskit_opt1_25.qasm,3717,ibm_127q,graphstate,qiskit,1 +5264,127,258,"{'rz': 402, 'sx': 201, 'measure': 67}",{'cx': 1192},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65)",graphstate_mapped_ibm_washington_qiskit_opt0_67.qasm,3985,ibm_127q,graphstate,qiskit,0 +5265,127,292,"{'rz': 144, 'sx': 54, 'measure': 9}",{'cx': 339},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (53, 41)",qnn_mapped_ibm_washington_qiskit_opt1_9.qasm,3698,ibm_127q,qnn,qiskit,1 +5266,127,1749,"{'rz': 324, 'sx': 216, 'measure': 27}",{'cx': 8958},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_27.qasm,2464,ibm_127q,twolocalrandom,qiskit,0 +5267,127,2027,"{'rz': 1712, 'sx': 64, 'measure': 32, 'x': 1}",{'cx': 6996},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31)",qpeexact_mapped_ibm_washington_qiskit_opt0_33.qasm,1398,ibm_127q,qpeexact,qiskit,0 +5268,127,12801,"{'sx': 936, 'rz': 936, 'measure': 117}",{'cx': 101888},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 22); (16, 8); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_117.qasm,3306,ibm_127q,su2random,qiskit,1 +5269,127,447,"{'rz': 342, 'sx': 199, 'measure': 86, 'x': 9}",{'cx': 403},"(8, 16); (11, 12); (12, 11); (12, 17); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (122, 111); (126, 112)",dj_mapped_ibm_washington_qiskit_opt3_87.qasm,1427,ibm_127q,dj,qiskit,3 +5270,127,52,"{'rz': 94, 'sx': 47, 'measure': 25}",{'cx': 112},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt2_25.qasm,1351,ibm_127q,graphstate,qiskit,2 +5271,127,1122,"{'rz': 1350, 'sx': 188, 'measure': 32}",{'cx': 2571},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt2_32.qasm,2126,ibm_127q,ae,qiskit,2 +5272,127,3153,"{'rz': 1530, 'sx': 204, 'measure': 34}",{'cx': 16245},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20)",qnn_mapped_ibm_washington_qiskit_opt0_34.qasm,1452,ibm_127q,qnn,qiskit,0 +5273,127,6224,"{'rz': 6958, 'sx': 118, 'measure': 117}",{'cx': 34396},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_117.qasm,2442,ibm_127q,qftentangled,qiskit,2 +5274,127,1563,"{'rz': 2914, 'sx': 60, 'measure': 59}",{'cx': 7914},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt2_59.qasm,3592,ibm_127q,qftentangled,qiskit,2 +5275,127,4084,"{'rz': 4944, 'sx': 326, 'measure': 55}",{'cx': 17691},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",ae_mapped_ibm_washington_qiskit_opt0_55.qasm,1370,ibm_127q,ae,qiskit,0 +5276,127,513,"{'rz': 372, 'sx': 199, 'measure': 99}",{'cx': 714},"(3, 4); (4, 3); (4, 15); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (122, 111); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt2_100.qasm,1714,ibm_127q,dj,qiskit,2 +5277,127,8676,"{'rz': 4526, 'sx': 372, 'measure': 62}",{'cx': 63182},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_62.qasm,3628,ibm_127q,qnn,qiskit,0 +5278,127,17,"{'measure': 14, 'rz': 2, 'sx': 1}",{'cx': 13},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_14.qasm,3907,ibm_127q,ghz,qiskit,2 +5279,127,710,"{'rz': 744, 'sx': 144, 'measure': 24}",{'cx': 2472},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104)",qnn_mapped_ibm_washington_qiskit_opt2_24.qasm,3666,ibm_127q,qnn,qiskit,2 +5280,127,24516,"{'rz': 25937, 'sx': 9908, 'x': 413, 'measure': 84}",{'cx': 122836},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt2_84.qasm,1844,ibm_127q,random,qiskit,2 +5281,127,27,"{'measure': 24, 'rz': 2, 'sx': 1}",{'cx': 23},"(70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_24.qasm,1896,ibm_127q,ghz,qiskit,3 +5282,127,275,"{'rz': 368, 'sx': 315, 'measure': 11, 'x': 10}",{'cx': 406},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",realamprandom_mapped_ibm_washington_qiskit_opt3_11.qasm,2215,ibm_127q,realamprandom,qiskit,3 +5283,127,460,"{'rz': 479, 'sx': 211, 'x': 17, 'measure': 16}",{'cx': 490},"(28, 35); (35, 28); (35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",ae_mapped_ibm_washington_qiskit_opt3_16.qasm,3568,ibm_127q,ae,qiskit,3 +5284,127,7532,"{'rz': 12272, 'sx': 232, 'measure': 116, 'x': 1}",{'cx': 40866},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_117.qasm,1653,ibm_127q,qpeexact,qiskit,1 +5285,127,4981,"{'rz': 6006, 'sx': 200, 'measure': 100, 'x': 1}",{'cx': 26772},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_101.qasm,2211,ibm_127q,qpeinexact,qiskit,2 +5286,127,313,"{'sx': 308, 'rz': 154, 'measure': 78, 'x': 1}",{'cx': 154},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_78.qasm,1187,ibm_127q,wstate,qiskit,2 +5287,127,5194,"{'rz': 5355, 'sx': 180, 'measure': 90, 'x': 1}",{'cx': 22044},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_91.qasm,2672,ibm_127q,qpeexact,qiskit,2 +5288,127,1224,"{'rz': 1329, 'sx': 56, 'measure': 28, 'x': 1}",{'cx': 2699},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",qpeexact_mapped_ibm_washington_qiskit_opt1_29.qasm,1063,ibm_127q,qpeexact,qiskit,1 +5289,127,16910,"{'rz': 18097, 'sx': 6968, 'x': 261, 'measure': 70}",{'cx': 77477},"(15, 22); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt2_70.qasm,2587,ibm_127q,random,qiskit,2 +5290,127,6364,"{'rz': 10367, 'sx': 202, 'measure': 101, 'x': 1}",{'cx': 32394},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (51, 36); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_102.qasm,3584,ibm_127q,qpeinexact,qiskit,1 +5291,127,837,"{'rz': 336, 'sx': 168, 'measure': 21}",{'cx': 4518},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",su2random_mapped_ibm_washington_qiskit_opt0_21.qasm,2256,ibm_127q,su2random,qiskit,0 +5292,127,1856,"{'rz': 2861, 'sx': 44, 'measure': 44}",{'cx': 5771},"(24, 34); (34, 24); (34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt1_44.qasm,2515,ibm_127q,qft,qiskit,1 +5293,127,1738,"{'rz': 424, 'sx': 424, 'measure': 53}",{'cx': 12917},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103)",realamprandom_mapped_ibm_washington_qiskit_opt2_53.qasm,2313,ibm_127q,realamprandom,qiskit,2 +5294,127,2030,"{'rz': 3046, 'sx': 260, 'measure': 44}",{'cx': 5702},"(28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",ae_mapped_ibm_washington_qiskit_opt1_44.qasm,3746,ibm_127q,ae,qiskit,1 +5295,127,2609,"{'rz': 5402, 'sx': 65, 'measure': 65}",{'cx': 12371},"(12, 17); (16, 26); (17, 12); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83); (93, 87)",qft_mapped_ibm_washington_qiskit_opt1_65.qasm,1130,ibm_127q,qft,qiskit,1 +5296,127,98,"{'measure': 95, 'rz': 2, 'sx': 1}",{'cx': 94},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_95.qasm,2817,ibm_127q,ghz,qiskit,2 +5297,127,88,"{'rz': 216, 'sx': 108, 'measure': 56}",{'cx': 350},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (89, 74); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",graphstate_mapped_ibm_washington_qiskit_opt1_56.qasm,2283,ibm_127q,graphstate,qiskit,1 +5298,127,1209,"{'sx': 224, 'rz': 224, 'measure': 28}",{'cx': 4091},"(36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_28.qasm,2505,ibm_127q,twolocalrandom,qiskit,2 +5299,127,13019,"{'rz': 888, 'sx': 888, 'measure': 111}",{'cx': 87328},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_111.qasm,2223,ibm_127q,realamprandom,qiskit,2 +5300,127,8120,"{'rz': 3625, 'sx': 205, 'measure': 11, 'x': 1}",{'cx': 7354},"(42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",grover-v-chain_mapped_ibm_washington_qiskit_opt1_11.qasm,2518,ibm_127q,grover-v-chain,qiskit,1 +5301,127,99,"{'measure': 96, 'rz': 2, 'sx': 1}",{'cx': 95},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_96.qasm,3430,ibm_127q,ghz,qiskit,2 +5302,127,17416,"{'rz': 18650, 'sx': 6967, 'x': 258, 'measure': 69}",{'cx': 75535},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_69.qasm,2146,ibm_127q,random,qiskit,1 +5303,127,348,"{'rz': 96, 'sx': 96, 'measure': 12}",{'cx': 727},"(24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",realamprandom_mapped_ibm_washington_qiskit_opt1_12.qasm,1592,ibm_127q,realamprandom,qiskit,1 +5304,127,43,"{'rz': 50, 'sx': 25, 'measure': 17}",{'cx': 53},"(33, 39); (39, 33); (39, 40); (40, 39); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",graphstate_mapped_ibm_washington_qiskit_opt2_17.qasm,1264,ibm_127q,graphstate,qiskit,2 +5305,127,14905,"{'sx': 952, 'rz': 952, 'measure': 119}",{'cx': 107928},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_119.qasm,1717,ibm_127q,su2random,qiskit,1 +5306,127,7510,"{'rz': 13587, 'sx': 96, 'measure': 95}",{'cx': 61152},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt0_95.qasm,2126,ibm_127q,qftentangled,qiskit,0 +5307,127,1475,"{'sx': 248, 'rz': 248, 'measure': 31}",{'cx': 6496},"(54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_31.qasm,2750,ibm_127q,twolocalrandom,qiskit,1 +5308,127,18537,"{'rz': 16244, 'sx': 744, 'measure': 124}",{'cx': 103408},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_124.qasm,2514,ibm_127q,qnn,qiskit,2 +5309,127,336,"{'rz': 258, 'sx': 129, 'measure': 64}",{'cx': 349},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (54, 45); (54, 64); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106)",dj_mapped_ibm_washington_qiskit_opt1_65.qasm,2815,ibm_127q,dj,qiskit,1 +5310,127,2777,"{'rz': 3079, 'sx': 67, 'measure': 67}",{'cx': 10187},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100)",qft_mapped_ibm_washington_qiskit_opt2_67.qasm,2040,ibm_127q,qft,qiskit,2 +5311,127,3948,"{'rz': 4119, 'sx': 296, 'measure': 50}",{'cx': 15515},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_50.qasm,2073,ibm_127q,ae,qiskit,0 +5312,127,327,"{'rz': 198, 'sx': 66, 'measure': 11}",{'cx': 510},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt1_11.qasm,3508,ibm_127q,qnn,qiskit,1 +5313,127,116,"{'measure': 23, 'rz': 2, 'sx': 1}",{'cx': 205},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_23.qasm,3809,ibm_127q,ghz,qiskit,0 +5314,127,394,"{'rz': 684, 'sx': 396, 'measure': 12}",{'cx': 738},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54)",portfoliovqe_mapped_ibm_washington_qiskit_opt3_12.qasm,1491,ibm_127q,portfoliovqe,qiskit,3 +5315,127,1963,"{'rz': 2173, 'sx': 919, 'x': 39, 'measure': 25}",{'cx': 4800},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt2_25.qasm,2553,ibm_127q,random,qiskit,2 +5316,127,2699,"{'rz': 1376, 'sx': 192, 'measure': 32}",{'cx': 13559},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30)",qnn_mapped_ibm_washington_qiskit_opt0_32.qasm,3588,ibm_127q,qnn,qiskit,0 +5317,127,32,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 33},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18)",routing_mapped_ibm_washington_qiskit_opt3_12.qasm,3941,ibm_127q,routing,qiskit,3 +5318,127,490,"{'rz': 469, 'sx': 19, 'measure': 19}",{'cx': 988},"(33, 39); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (72, 62); (72, 81); (81, 72)",qft_mapped_ibm_washington_qiskit_opt2_19.qasm,1063,ibm_127q,qft,qiskit,2 +5319,127,3819,"{'rz': 5845, 'sx': 190, 'measure': 95, 'x': 1}",{'cx': 22587},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt2_96.qasm,1900,ibm_127q,qpeinexact,qiskit,2 +5320,127,2767,"{'rz': 3045, 'sx': 338, 'measure': 57}",{'cx': 7911},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",ae_mapped_ibm_washington_qiskit_opt2_57.qasm,3329,ibm_127q,ae,qiskit,2 +5321,127,5201,"{'rz': 5118, 'sx': 332, 'measure': 56}",{'cx': 21365},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",ae_mapped_ibm_washington_qiskit_opt0_56.qasm,3649,ibm_127q,ae,qiskit,0 +5322,127,104,"{'measure': 101, 'rz': 2, 'sx': 1}",{'cx': 100},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_101.qasm,4067,ibm_127q,ghz,qiskit,2 +5323,127,2717,"{'rz': 5659, 'sx': 4843, 'x': 193, 'measure': 49}",{'cx': 11261},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt3_49.qasm,2788,ibm_127q,su2random,qiskit,3 +5324,127,8696,"{'rz': 13542, 'sx': 252, 'measure': 126, 'x': 1}",{'cx': 48241},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_127.qasm,2691,ibm_127q,qpeinexact,qiskit,1 +5325,127,85,"{'rz': 168, 'sx': 84, 'measure': 42}",{'cx': 267},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (126, 112)",graphstate_mapped_ibm_washington_qiskit_opt1_42.qasm,2317,ibm_127q,graphstate,qiskit,1 +5326,127,6383,"{'rz': 7298, 'sx': 492, 'measure': 82}",{'cx': 36555},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_82.qasm,3359,ibm_127q,qnn,qiskit,1 +5327,127,208,"{'measure': 40, 'rz': 2, 'sx': 1}",{'cx': 369},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ghz_mapped_ibm_washington_qiskit_opt0_40.qasm,3664,ibm_127q,ghz,qiskit,0 +5328,127,6400,"{'rz': 6869, 'sx': 656, 'measure': 110}",{'cx': 28225},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ae_mapped_ibm_washington_qiskit_opt2_110.qasm,2769,ibm_127q,ae,qiskit,2 +5329,127,1618,"{'sx': 280, 'rz': 280, 'measure': 35}",{'cx': 8292},"(34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt1_35.qasm,3668,ibm_127q,su2random,qiskit,1 +5330,127,831,"{'rz': 1044, 'sx': 174, 'measure': 29}",{'cx': 3628},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (93, 87)",qnn_mapped_ibm_washington_qiskit_opt1_29.qasm,1731,ibm_127q,qnn,qiskit,1 +5331,127,1720,"{'rz': 3445, 'sx': 1622, 'x': 144, 'measure': 45}",{'cx': 4395},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt3_45.qasm,2743,ibm_127q,ae,qiskit,3 +5332,127,5257,"{'rz': 5844, 'sx': 356, 'measure': 60}",{'cx': 23430},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",ae_mapped_ibm_washington_qiskit_opt0_60.qasm,1341,ibm_127q,ae,qiskit,0 +5333,127,161,"{'sx': 156, 'rz': 78, 'measure': 40, 'x': 1}",{'cx': 78},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (51, 36); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",wstate_mapped_ibm_washington_qiskit_opt3_40.qasm,3156,ibm_127q,wstate,qiskit,3 +5334,127,975,"{'rz': 829, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 1866},"(33, 39); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt2_25.qasm,3559,ibm_127q,qpeinexact,qiskit,2 +5335,127,937,"{'measure': 120, 'rz': 2, 'sx': 1}",{'cx': 1079},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_120.qasm,2797,ibm_127q,ghz,qiskit,2 +5336,127,453,"{'rz': 319, 'sx': 173, 'measure': 86}",{'cx': 580},"(6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 52); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (118, 110)",dj_mapped_ibm_washington_qiskit_opt2_87.qasm,1271,ibm_127q,dj,qiskit,2 +5337,127,1839,"{'rz': 2030, 'sx': 70, 'measure': 35, 'x': 1}",{'cx': 4254},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (110, 100)",qpeinexact_mapped_ibm_washington_qiskit_opt1_36.qasm,1380,ibm_127q,qpeinexact,qiskit,1 +5338,127,214,"{'rz': 170, 'sx': 85, 'measure': 42}",{'cx': 225},"(20, 21); (20, 33); (21, 20); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (53, 41); (53, 60); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (72, 62); (72, 81); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100); (110, 118); (118, 110)",dj_mapped_ibm_washington_qiskit_opt1_43.qasm,2555,ibm_127q,dj,qiskit,1 +5339,127,185,"{'rz': 120, 'sx': 38, 'measure': 7}",{'cx': 153},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",ae_mapped_ibm_washington_qiskit_opt0_7.qasm,3067,ibm_127q,ae,qiskit,0 +5340,127,810,"{'rz': 1096, 'sx': 381, 'x': 57, 'measure': 24}",{'cx': 1560},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qpeexact_mapped_ibm_washington_qiskit_opt3_25.qasm,1099,ibm_127q,qpeexact,qiskit,3 +5341,127,137,"{'rz': 422, 'sx': 211, 'measure': 99}",{'cx': 705},"(0, 1); (0, 14); (1, 0); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_99.qasm,1458,ibm_127q,graphstate,qiskit,1 +5342,127,2619,"{'rz': 4773, 'sx': 90, 'measure': 89}",{'cx': 18781},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qftentangled_mapped_ibm_washington_qiskit_opt2_89.qasm,3789,ibm_127q,qftentangled,qiskit,2 +5343,127,77,"{'rz': 308, 'sx': 154, 'measure': 76}",{'cx': 439},"(4, 5); (4, 15); (5, 4); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt1_76.qasm,2785,ibm_127q,graphstate,qiskit,1 +5344,127,3122,"{'rz': 5402, 'sx': 4458, 'x': 265, 'measure': 54}",{'cx': 14481},"(25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104)",su2random_mapped_ibm_washington_qiskit_opt3_54.qasm,3762,ibm_127q,su2random,qiskit,3 +5345,127,2978,"{'rz': 3676, 'sx': 132, 'measure': 66, 'x': 1}",{'cx': 11967},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qpeexact_mapped_ibm_washington_qiskit_opt2_67.qasm,1839,ibm_127q,qpeexact,qiskit,2 +5346,127,10556,"{'rz': 17643, 'sx': 632, 'measure': 106}",{'cx': 73815},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt0_106.qasm,1533,ibm_127q,ae,qiskit,0 +5347,127,615,"{'rz': 346, 'sx': 173, 'measure': 86, 'x': 81}",{'cx': 1049},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85)",dj_mapped_ibm_washington_qiskit_opt0_87.qasm,1360,ibm_127q,dj,qiskit,0 +5348,127,475,"{'rz': 254, 'sx': 127, 'x': 63, 'measure': 63}",{'cx': 816},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62)",dj_mapped_ibm_washington_qiskit_opt0_64.qasm,3887,ibm_127q,dj,qiskit,0 +5349,127,37,"{'rz': 42, 'sx': 21, 'measure': 7}",{'cx': 37},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",graphstate_mapped_ibm_washington_qiskit_opt0_7.qasm,1559,ibm_127q,graphstate,qiskit,0 +5350,127,2937,"{'sx': 384, 'rz': 384, 'measure': 48}",{'cx': 16265},"(25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_48.qasm,2120,ibm_127q,twolocalrandom,qiskit,1 +5351,127,33,"{'rz': 48, 'sx': 24, 'measure': 14}",{'cx': 47},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",graphstate_mapped_ibm_washington_qiskit_opt1_14.qasm,1767,ibm_127q,graphstate,qiskit,1 +5352,127,449,"{'rz': 519, 'sx': 313, 'measure': 11}",{'cx': 591},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84)",portfoliovqe_mapped_ibm_washington_qiskit_opt1_11.qasm,3127,ibm_127q,portfoliovqe,qiskit,1 +5353,127,72,"{'rz': 62, 'sx': 41, 'measure': 16, 'x': 4}",{'cx': 41},"(49, 55); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (85, 73)",dj_mapped_ibm_washington_qiskit_opt3_17.qasm,2539,ibm_127q,dj,qiskit,3 +5354,127,1613,"{'rz': 2744, 'sx': 294, 'measure': 49}",{'cx': 10525},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 102); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (111, 104)",qnn_mapped_ibm_washington_qiskit_opt1_49.qasm,3274,ibm_127q,qnn,qiskit,1 +5355,127,31,"{'measure': 28, 'rz': 2, 'sx': 1}",{'cx': 27},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",ghz_mapped_ibm_washington_qiskit_opt2_28.qasm,3482,ibm_127q,ghz,qiskit,2 +5356,127,629,"{'rz': 342, 'sx': 120, 'x': 10, 'measure': 9}",{'cx': 560},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",pricingcall_mapped_ibm_washington_qiskit_opt0_9.qasm,2980,ibm_127q,pricingcall,qiskit,0 +5357,127,106,"{'rz': 112, 'sx': 56, 'measure': 34}",{'cx': 187},"(20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (53, 41); (53, 60); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (103, 104); (104, 103); (104, 111); (110, 100); (110, 118); (111, 104); (118, 110)",graphstate_mapped_ibm_washington_qiskit_opt1_34.qasm,1891,ibm_127q,graphstate,qiskit,1 +5358,127,2080,"{'rz': 1875, 'sx': 194, 'measure': 33}",{'cx': 6117},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31)",ae_mapped_ibm_washington_qiskit_opt0_33.qasm,3394,ibm_127q,ae,qiskit,0 +5359,127,4370,"{'rz': 8307, 'sx': 89, 'measure': 89}",{'cx': 21974},"(15, 22); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_89.qasm,1491,ibm_127q,qft,qiskit,1 +5360,127,103,"{'measure': 100, 'rz': 2, 'sx': 1}",{'cx': 99},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_100.qasm,3729,ibm_127q,ghz,qiskit,2 +5361,127,44,"{'rz': 74, 'sx': 37, 'measure': 19}",{'cx': 97},"(21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt1_19.qasm,4094,ibm_127q,graphstate,qiskit,1 +5362,127,2371,"{'sx': 320, 'rz': 320, 'measure': 40}",{'cx': 10416},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104)",su2random_mapped_ibm_washington_qiskit_opt1_40.qasm,2682,ibm_127q,su2random,qiskit,1 +5363,127,89783,"{'rz': 39663, 'sx': 315, 'measure': 10, 'x': 1}",{'cx': 80627},"(54, 64); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",grover-noancilla_mapped_ibm_washington_qiskit_opt1_10.qasm,1246,ibm_127q,grover-noancilla,qiskit,1 +5364,127,2020,"{'rz': 16233, 'sx': 10359, 'measure': 74, 'x': 2}",{'cx': 21861},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (122, 111)",qnn_mapped_ibm_washington_qiskit_opt3_74.qasm,2408,ibm_127q,qnn,qiskit,3 +5365,127,15407,"{'rz': 976, 'sx': 976, 'measure': 122}",{'cx': 112238},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_122.qasm,3615,ibm_127q,realamprandom,qiskit,2 +5366,127,45,"{'sx': 40, 'rz': 20, 'measure': 11, 'x': 1}",{'cx': 20},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_11.qasm,1810,ibm_127q,wstate,qiskit,3 +5367,127,2286,"{'rz': 5742, 'sx': 5074, 'x': 152, 'measure': 55}",{'cx': 13392},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (81, 72); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_55.qasm,1388,ibm_127q,twolocalrandom,qiskit,3 +5368,127,227,"{'rz': 158, 'sx': 79, 'measure': 39}",{'cx': 240},"(20, 21); (20, 33); (21, 20); (33, 20); (33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",dj_mapped_ibm_washington_qiskit_opt1_40.qasm,2367,ibm_127q,dj,qiskit,1 +5369,127,165,"{'rz': 119, 'sx': 10, 'measure': 9}",{'cx': 209},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (55, 49)",qftentangled_mapped_ibm_washington_qiskit_opt1_9.qasm,2662,ibm_127q,qftentangled,qiskit,1 +5370,127,139,"{'rz': 128, 'sx': 10, 'measure': 9}",{'cx': 248},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7)",qftentangled_mapped_ibm_washington_qiskit_opt0_9.qasm,2599,ibm_127q,qftentangled,qiskit,0 +5371,127,21,"{'measure': 18, 'rz': 2, 'sx': 1}",{'cx': 17},"(106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_18.qasm,1914,ibm_127q,ghz,qiskit,2 +5372,127,30747,"{'rz': 41499, 'sx': 14348, 'x': 187, 'measure': 92}",{'cx': 242293},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt0_92.qasm,3448,ibm_127q,random,qiskit,0 +5373,127,145,"{'rz': 114, 'sx': 57, 'measure': 28}",{'cx': 118},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (53, 41); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (91, 79); (91, 98); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99)",dj_mapped_ibm_washington_qiskit_opt1_29.qasm,1747,ibm_127q,dj,qiskit,1 +5374,127,938,"{'rz': 1224, 'sx': 1079, 'x': 36, 'measure': 25}",{'cx': 2824},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",realamprandom_mapped_ibm_washington_qiskit_opt3_25.qasm,2712,ibm_127q,realamprandom,qiskit,3 +5375,127,24336,"{'rz': 25554, 'sx': 9816, 'x': 388, 'measure': 83}",{'cx': 119966},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt2_83.qasm,1724,ibm_127q,random,qiskit,2 +5376,127,39,"{'rz': 80, 'sx': 40, 'measure': 26}",{'cx': 77},"(33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (85, 73)",graphstate_mapped_ibm_washington_qiskit_opt3_26.qasm,3939,ibm_127q,graphstate,qiskit,3 +5377,127,349,"{'rz': 198, 'sx': 66, 'measure': 11}",{'cx': 501},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",qnn_mapped_ibm_washington_qiskit_opt2_11.qasm,3994,ibm_127q,qnn,qiskit,2 +5378,127,1455,"{'rz': 1405, 'sx': 560, 'measure': 20, 'x': 19}",{'cx': 2916},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",random_mapped_ibm_washington_qiskit_opt2_20.qasm,2197,ibm_127q,random,qiskit,2 +5379,127,17181,"{'rz': 968, 'sx': 968, 'measure': 121}",{'cx': 117492},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_121.qasm,1027,ibm_127q,twolocalrandom,qiskit,1 +5380,127,13905,"{'rz': 984, 'sx': 656, 'measure': 82}",{'cx': 132396},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",realamprandom_mapped_ibm_washington_qiskit_opt0_82.qasm,2290,ibm_127q,realamprandom,qiskit,0 +5381,127,573,"{'rz': 312, 'sx': 280, 'measure': 24}",{'cx': 2500},"(10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (92, 83)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_24.qasm,3530,ibm_127q,twolocalrandom,qiskit,3 +5382,127,5626,"{'rz': 7196, 'sx': 698, 'measure': 117}",{'cx': 32342},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt2_117.qasm,1795,ibm_127q,ae,qiskit,2 +5383,127,4335,"{'rz': 640, 'sx': 640, 'measure': 80}",{'cx': 37441},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_80.qasm,1102,ibm_127q,realamprandom,qiskit,2 +5384,127,440,"{'rz': 350, 'sx': 203, 'measure': 93, 'x': 8}",{'cx': 394},"(3, 4); (4, 3); (4, 15); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 33); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (91, 79); (91, 98); (92, 102); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt3_94.qasm,1507,ibm_127q,dj,qiskit,3 +5385,127,928,"{'rz': 827, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 1828},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62)",qpeexact_mapped_ibm_washington_qiskit_opt2_25.qasm,4042,ibm_127q,qpeexact,qiskit,2 +5386,127,471,"{'rz': 250, 'sx': 125, 'x': 63, 'measure': 62}",{'cx': 806},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61)",dj_mapped_ibm_washington_qiskit_opt0_63.qasm,1212,ibm_127q,dj,qiskit,0 +5387,127,8121,"{'rz': 12399, 'sx': 234, 'measure': 117, 'x': 1}",{'cx': 42205},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt1_118.qasm,1966,ibm_127q,qpeexact,qiskit,1 +5388,127,293,"{'rz': 132, 'sx': 88, 'measure': 11}",{'cx': 1044},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",realamprandom_mapped_ibm_washington_qiskit_opt0_11.qasm,3238,ibm_127q,realamprandom,qiskit,0 +5389,127,4190,"{'sx': 568, 'rz': 568, 'measure': 71}",{'cx': 27852},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_71.qasm,1896,ibm_127q,su2random,qiskit,2 +5390,127,1594,"{'rz': 2713, 'sx': 1006, 'x': 129, 'measure': 41}",{'cx': 4308},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt3_42.qasm,4081,ibm_127q,qpeinexact,qiskit,3 +5391,127,17186,"{'rz': 13328, 'sx': 672, 'measure': 112}",{'cx': 85382},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_112.qasm,3520,ibm_127q,qnn,qiskit,1 +5392,127,235,"{'rz': 165, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 248},"(54, 64); (55, 68); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85)",qpeexact_mapped_ibm_washington_qiskit_opt1_10.qasm,2348,ibm_127q,qpeexact,qiskit,1 +5393,127,3086,"{'rz': 3086, 'sx': 1231, 'x': 54, 'measure': 30}",{'cx': 8181},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt2_30.qasm,3001,ibm_127q,random,qiskit,2 +5394,127,6240,"{'rz': 696, 'sx': 696, 'measure': 87}",{'cx': 46347},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_87.qasm,3025,ibm_127q,twolocalrandom,qiskit,2 +5395,127,5142,"{'sx': 480, 'rz': 480, 'measure': 60}",{'cx': 24383},"(24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",su2random_mapped_ibm_washington_qiskit_opt1_60.qasm,2823,ibm_127q,su2random,qiskit,1 +5396,127,26,"{'sx': 72, 'rz': 71, 'measure': 12}",{'cx': 22},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18)",vqe_mapped_ibm_washington_qiskit_opt2_12.qasm,3776,ibm_127q,vqe,qiskit,2 +5397,127,1938,"{'rz': 2341, 'sx': 94, 'measure': 47, 'x': 1}",{'cx': 6450},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",qpeexact_mapped_ibm_washington_qiskit_opt2_48.qasm,1138,ibm_127q,qpeexact,qiskit,2 +5398,127,205,"{'sx': 200, 'rz': 100, 'measure': 51, 'x': 1}",{'cx': 100},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_51.qasm,1518,ibm_127q,wstate,qiskit,2 +5399,127,8505,"{'rz': 11764, 'sx': 224, 'measure': 112, 'x': 1}",{'cx': 39365},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeexact_mapped_ibm_washington_qiskit_opt1_113.qasm,3617,ibm_127q,qpeexact,qiskit,1 +5400,127,8087,"{'rz': 15967, 'sx': 104, 'measure': 103}",{'cx': 70323},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt0_103.qasm,3185,ibm_127q,qftentangled,qiskit,0 +5401,127,1462,"{'sx': 280, 'rz': 280, 'measure': 35}",{'cx': 7469},"(33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_35.qasm,1408,ibm_127q,twolocalrandom,qiskit,1 +5402,127,542,"{'rz': 391, 'sx': 213, 'measure': 106}",{'cx': 743},"(4, 5); (4, 15); (5, 4); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",dj_mapped_ibm_washington_qiskit_opt2_107.qasm,3881,ibm_127q,dj,qiskit,2 +5403,127,5216,"{'rz': 8208, 'sx': 168, 'measure': 84, 'x': 1}",{'cx': 21850},"(16, 26); (17, 30); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeinexact_mapped_ibm_washington_qiskit_opt1_85.qasm,1420,ibm_127q,qpeinexact,qiskit,1 +5404,127,40,"{'measure': 37, 'rz': 2, 'sx': 1}",{'cx': 36},"(66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_37.qasm,2593,ibm_127q,ghz,qiskit,1 +5405,127,173,"{'sx': 168, 'rz': 84, 'measure': 43, 'x': 1}",{'cx': 84},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (90, 75); (90, 94); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",wstate_mapped_ibm_washington_qiskit_opt1_43.qasm,1566,ibm_127q,wstate,qiskit,1 +5406,127,666,"{'rz': 478, 'sx': 239, 'measure': 119}",{'cx': 983},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (126, 112)",dj_mapped_ibm_washington_qiskit_opt1_120.qasm,1747,ibm_127q,dj,qiskit,1 +5407,127,7436,"{'rz': 11110, 'sx': 638, 'measure': 107}",{'cx': 32432},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ae_mapped_ibm_washington_qiskit_opt1_107.qasm,1131,ibm_127q,ae,qiskit,1 +5408,127,2676,"{'rz': 1302, 'sx': 186, 'measure': 31}",{'cx': 13107},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_31.qasm,2189,ibm_127q,qnn,qiskit,0 +5409,127,1928,"{'rz': 4130, 'sx': 2054, 'x': 194, 'measure': 50}",{'cx': 5298},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",ae_mapped_ibm_washington_qiskit_opt3_50.qasm,1941,ibm_127q,ae,qiskit,3 +5410,127,69,"{'sx': 64, 'rz': 32, 'measure': 17, 'x': 1}",{'cx': 32},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58)",wstate_mapped_ibm_washington_qiskit_opt1_17.qasm,3308,ibm_127q,wstate,qiskit,1 +5411,127,2178,"{'rz': 3201, 'sx': 118, 'measure': 59, 'x': 1}",{'cx': 9186},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt2_60.qasm,2970,ibm_127q,qpeexact,qiskit,2 +5412,127,115,"{'rz': 332, 'sx': 166, 'measure': 88}",{'cx': 532},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 33); (22, 15); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt1_88.qasm,1911,ibm_127q,graphstate,qiskit,1 +5413,127,131,"{'rz': 112, 'sx': 56, 'measure': 7}",{'cx': 255},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",su2random_mapped_ibm_washington_qiskit_opt0_7.qasm,1463,ibm_127q,su2random,qiskit,0 +5414,127,2744,"{'rz': 2325, 'sx': 218, 'measure': 37}",{'cx': 8412},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_37.qasm,1572,ibm_127q,ae,qiskit,0 +5415,127,13282,"{'sx': 840, 'rz': 840, 'measure': 105}",{'cx': 83025},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_105.qasm,1508,ibm_127q,twolocalrandom,qiskit,1 +5416,127,2020,"{'rz': 1612, 'sx': 62, 'measure': 31, 'x': 1}",{'cx': 6779},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30)",qpeexact_mapped_ibm_washington_qiskit_opt0_32.qasm,2102,ibm_127q,qpeexact,qiskit,0 +5417,127,1564,"{'rz': 1126, 'sx': 395, 'measure': 15, 'x': 3}",{'cx': 3190},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_15.qasm,2120,ibm_127q,random,qiskit,0 +5418,127,16105,"{'rz': 17483, 'sx': 6423, 'x': 218, 'measure': 67}",{'cx': 69996},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",random_mapped_ibm_washington_qiskit_opt1_67.qasm,1524,ibm_127q,random,qiskit,1 +5419,127,7254,"{'rz': 8172, 'sx': 144, 'measure': 72, 'x': 1}",{'cx': 39042},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62)",qpeinexact_mapped_ibm_washington_qiskit_opt0_73.qasm,2362,ibm_127q,qpeinexact,qiskit,0 +5420,127,4158,"{'rz': 5133, 'sx': 97, 'measure': 97}",{'cx': 22431},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (118, 110)",qft_mapped_ibm_washington_qiskit_opt2_97.qasm,2992,ibm_127q,qft,qiskit,2 +5421,127,3220,"{'rz': 4618, 'sx': 464, 'measure': 78}",{'cx': 13506},"(15, 22); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_78.qasm,3729,ibm_127q,ae,qiskit,2 +5422,127,13281,"{'rz': 13358, 'sx': 5284, 'x': 198, 'measure': 61}",{'cx': 51800},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt2_61.qasm,2042,ibm_127q,random,qiskit,2 +5423,127,13036,"{'rz': 920, 'sx': 920, 'measure': 115}",{'cx': 99622},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_115.qasm,1360,ibm_127q,twolocalrandom,qiskit,1 +5424,127,856,"{'measure': 103, 'rz': 2, 'sx': 1}",{'cx': 933},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",ghz_mapped_ibm_washington_qiskit_opt1_103.qasm,3300,ibm_127q,ghz,qiskit,1 +5425,127,179,"{'rz': 129, 'sx': 115, 'measure': 7, 'x': 2}",{'cx': 141},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",su2random_mapped_ibm_washington_qiskit_opt3_7.qasm,1972,ibm_127q,su2random,qiskit,3 +5426,127,1477,"{'rz': 2744, 'sx': 294, 'measure': 49}",{'cx': 10083},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (53, 60); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107)",qnn_mapped_ibm_washington_qiskit_opt2_49.qasm,3543,ibm_127q,qnn,qiskit,2 +5427,127,3965,"{'rz': 528, 'sx': 264, 'measure': 33}",{'cx': 18564},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31)",su2random_mapped_ibm_washington_qiskit_opt0_33.qasm,2586,ibm_127q,su2random,qiskit,0 +5428,127,8056,"{'rz': 8432, 'sx': 3176, 'x': 107, 'measure': 47}",{'cx': 27532},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104)",random_mapped_ibm_washington_qiskit_opt1_47.qasm,1540,ibm_127q,random,qiskit,1 +5429,127,9564,"{'sx': 840, 'rz': 840, 'measure': 105}",{'cx': 74004},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt2_105.qasm,4053,ibm_127q,su2random,qiskit,2 +5430,127,13501,"{'sx': 848, 'rz': 848, 'measure': 106}",{'cx': 90002},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_106.qasm,2014,ibm_127q,realamprandom,qiskit,1 +5431,127,1751,"{'rz': 2158, 'sx': 679, 'x': 113, 'measure': 38}",{'cx': 3910},"(35, 47); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83); (92, 102); (102, 92)",qpeinexact_mapped_ibm_washington_qiskit_opt3_39.qasm,1886,ibm_127q,qpeinexact,qiskit,3 +5432,127,71,"{'rz': 270, 'sx': 135, 'measure': 71}",{'cx': 347},"(8, 16); (16, 8); (16, 26); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 122); (112, 108); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123)",graphstate_mapped_ibm_washington_qiskit_opt2_71.qasm,1854,ibm_127q,graphstate,qiskit,2 +5433,127,490,"{'rz': 783, 'sx': 25, 'measure': 24}",{'cx': 1549},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qftentangled_mapped_ibm_washington_qiskit_opt2_24.qasm,1663,ibm_127q,qftentangled,qiskit,2 +5434,127,370,"{'rz': 648, 'sx': 324, 'measure': 108}",{'cx': 2415},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",graphstate_mapped_ibm_washington_qiskit_opt0_108.qasm,3872,ibm_127q,graphstate,qiskit,0 +5435,127,212,"{'rz': 130, 'sx': 48, 'x': 10, 'measure': 5}",{'cx': 85},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3)",pricingcall_mapped_ibm_washington_qiskit_opt0_5.qasm,1609,ibm_127q,pricingcall,qiskit,0 +5436,127,143,"{'rz': 118, 'sx': 71, 'measure': 32, 'x': 3}",{'cx': 110},"(44, 45); (45, 44); (45, 54); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt3_33.qasm,2458,ibm_127q,dj,qiskit,3 +5437,127,2252,"{'rz': 3446, 'sx': 2984, 'x': 152, 'measure': 43}",{'cx': 8759},"(35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (73, 66); (74, 70); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 88)",su2random_mapped_ibm_washington_qiskit_opt3_43.qasm,2563,ibm_127q,su2random,qiskit,3 +5438,127,1300,"{'sx': 208, 'rz': 208, 'measure': 26}",{'cx': 4423},"(24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_26.qasm,3048,ibm_127q,twolocalrandom,qiskit,1 +5439,127,237,"{'rz': 179, 'sx': 103, 'measure': 46, 'x': 4}",{'cx': 205},"(20, 33); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (53, 41); (53, 60); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (92, 83); (92, 102); (93, 87); (102, 92)",dj_mapped_ibm_washington_qiskit_opt3_47.qasm,1531,ibm_127q,dj,qiskit,3 +5440,127,14,"{'measure': 11, 'rz': 2, 'sx': 1}",{'cx': 10},"(111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ghz_mapped_ibm_washington_qiskit_opt3_11.qasm,2203,ibm_127q,ghz,qiskit,3 +5441,127,3001,"{'rz': 4361, 'sx': 152, 'measure': 76, 'x': 1}",{'cx': 15360},"(15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt2_77.qasm,2985,ibm_127q,qpeinexact,qiskit,2 +5442,127,1058,"{'sx': 216, 'rz': 216, 'measure': 27}",{'cx': 3888},"(33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",realamprandom_mapped_ibm_washington_qiskit_opt2_27.qasm,3358,ibm_127q,realamprandom,qiskit,2 +5443,127,5410,"{'rz': 584, 'sx': 584, 'measure': 73}",{'cx': 36085},"(15, 22); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_73.qasm,2330,ibm_127q,realamprandom,qiskit,1 +5444,127,386,"{'measure': 80, 'rz': 2, 'sx': 1}",{'cx': 691},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",ghz_mapped_ibm_washington_qiskit_opt0_80.qasm,1646,ibm_127q,ghz,qiskit,0 +5445,127,7355,"{'rz': 7426, 'sx': 240, 'measure': 120, 'x': 1}",{'cx': 39792},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_121.qasm,1189,ibm_127q,qpeexact,qiskit,2 +5446,127,6279,"{'rz': 10486, 'sx': 108, 'measure': 107}",{'cx': 33175},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_107.qasm,2602,ibm_127q,qftentangled,qiskit,1 +5447,127,9799,"{'rz': 15857, 'sx': 202, 'measure': 101, 'x': 1}",{'cx': 70371},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt0_102.qasm,2798,ibm_127q,qpeinexact,qiskit,0 +5448,127,2724,"{'rz': 3199, 'sx': 47, 'measure': 46}",{'cx': 13587},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_46.qasm,2976,ibm_127q,qftentangled,qiskit,0 +5449,127,4750,"{'rz': 4209, 'sx': 1486, 'measure': 30, 'x': 16}",{'cx': 17021},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_30.qasm,2980,ibm_127q,random,qiskit,0 +5450,127,929,"{'rz': 710, 'sx': 426, 'measure': 72, 'x': 1}",{'cx': 1027},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58)",wstate_mapped_ibm_washington_qiskit_opt0_72.qasm,2060,ibm_127q,wstate,qiskit,0 +5451,127,121,"{'sx': 116, 'rz': 58, 'measure': 30, 'x': 1}",{'cx': 58},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79)",wstate_mapped_ibm_washington_qiskit_opt1_30.qasm,2548,ibm_127q,wstate,qiskit,1 +5452,127,1981,"{'rz': 3770, 'sx': 348, 'measure': 58}",{'cx': 13491},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (110, 100)",qnn_mapped_ibm_washington_qiskit_opt2_58.qasm,1916,ibm_127q,qnn,qiskit,2 +5453,127,2589,"{'rz': 3585, 'sx': 392, 'measure': 66}",{'cx': 9255},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt2_66.qasm,2547,ibm_127q,ae,qiskit,2 +5454,127,1890,"{'rz': 2874, 'sx': 84, 'measure': 42, 'x': 1}",{'cx': 5791},"(27, 28); (28, 27); (28, 35); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt1_43.qasm,1972,ibm_127q,qpeinexact,qiskit,1 +5455,127,4649,"{'rz': 6853, 'sx': 77, 'measure': 77}",{'cx': 17588},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_77.qasm,2983,ibm_127q,qft,qiskit,1 +5456,127,9227,"{'rz': 13953, 'sx': 560, 'measure': 94}",{'cx': 57180},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt0_94.qasm,3768,ibm_127q,ae,qiskit,0 +5457,127,2004,"{'rz': 3027, 'sx': 2479, 'x': 130, 'measure': 45}",{'cx': 9198},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83)",su2random_mapped_ibm_washington_qiskit_opt3_45.qasm,1585,ibm_127q,su2random,qiskit,3 +5458,127,8152,"{'sx': 768, 'rz': 768, 'measure': 96}",{'cx': 65436},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",su2random_mapped_ibm_washington_qiskit_opt1_96.qasm,3740,ibm_127q,su2random,qiskit,1 +5459,127,5444,"{'rz': 584, 'sx': 584, 'measure': 73}",{'cx': 30437},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt2_73.qasm,2746,ibm_127q,realamprandom,qiskit,2 +5460,127,413,"{'rz': 405, 'sx': 198, 'measure': 12}",{'cx': 525},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",groundstate_medium_mapped_ibm_washington_qiskit_opt1_12.qasm,2048,ibm_127q,groundstate,qiskit,1 +5461,127,6873,"{'rz': 576, 'sx': 384, 'measure': 48}",{'cx': 41091},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_48.qasm,1885,ibm_127q,twolocalrandom,qiskit,0 +5462,127,1766,"{'rz': 1160, 'sx': 174, 'measure': 29}",{'cx': 8807},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_29.qasm,2378,ibm_127q,qnn,qiskit,0 +5463,127,1426,"{'rz': 1850, 'sx': 200, 'measure': 34}",{'cx': 3318},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (110, 100)",ae_mapped_ibm_washington_qiskit_opt1_34.qasm,2309,ibm_127q,ae,qiskit,1 +5464,127,82,"{'measure': 79, 'rz': 2, 'sx': 1}",{'cx': 78},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_79.qasm,1750,ibm_127q,ghz,qiskit,1 +5465,127,4533,"{'rz': 7827, 'sx': 162, 'measure': 81, 'x': 1}",{'cx': 20560},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeexact_mapped_ibm_washington_qiskit_opt1_82.qasm,1479,ibm_127q,qpeexact,qiskit,1 +5466,127,38,"{'rz': 135, 'sx': 71, 'measure': 42, 'x': 2}",{'cx': 131},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",graphstate_mapped_ibm_washington_qiskit_opt3_42.qasm,1454,ibm_127q,graphstate,qiskit,3 +5467,127,54,"{'rz': 96, 'sx': 50, 'measure': 10}",{'cx': 61},"(45, 46); (46, 45); (46, 47); (47, 46); (62, 72); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83)",qaoa_mapped_ibm_washington_qiskit_opt3_10.qasm,2321,ibm_127q,qaoa,qiskit,3 +5468,127,5576,"{'rz': 3162, 'sx': 306, 'measure': 51}",{'cx': 39167},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_51.qasm,1526,ibm_127q,qnn,qiskit,0 +5469,127,7260,"{'rz': 9300, 'sx': 558, 'measure': 93}",{'cx': 50363},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_93.qasm,3587,ibm_127q,qnn,qiskit,2 +5470,127,599,"{'rz': 638, 'sx': 132, 'measure': 22}",{'cx': 1974},"(34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qnn_mapped_ibm_washington_qiskit_opt2_22.qasm,1337,ibm_127q,qnn,qiskit,2 +5471,127,1091,"{'sx': 514, 'rz': 422, 'measure': 113, 'x': 1}",{'cx': 1543},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_113.qasm,1115,ibm_127q,wstate,qiskit,1 +5472,127,13282,"{'sx': 840, 'rz': 840, 'measure': 105}",{'cx': 83025},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_105.qasm,3235,ibm_127q,realamprandom,qiskit,1 +5473,127,1594,"{'rz': 2180, 'sx': 218, 'measure': 37}",{'cx': 3813},"(28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102)",ae_mapped_ibm_washington_qiskit_opt1_37.qasm,2851,ibm_127q,ae,qiskit,1 +5474,127,13019,"{'rz': 888, 'sx': 888, 'measure': 111}",{'cx': 87328},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_111.qasm,3986,ibm_127q,twolocalrandom,qiskit,2 +5475,127,165,"{'sx': 160, 'rz': 80, 'measure': 41, 'x': 1}",{'cx': 80},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (71, 58); (71, 77); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (109, 96)",wstate_mapped_ibm_washington_qiskit_opt3_41.qasm,3562,ibm_127q,wstate,qiskit,3 +5476,127,323,"{'rz': 330, 'sx': 110, 'measure': 14, 'x': 8}",{'cx': 446},"(34, 43); (35, 47); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64)",qft_mapped_ibm_washington_qiskit_opt3_14.qasm,3797,ibm_127q,qft,qiskit,3 +5477,127,102,"{'rz': 520, 'sx': 260, 'measure': 124}",{'cx': 814},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_124.qasm,1031,ibm_127q,graphstate,qiskit,2 +5478,127,7670,"{'sx': 664, 'rz': 664, 'measure': 83}",{'cx': 47874},"(4, 15); (15, 4); (15, 22); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",su2random_mapped_ibm_washington_qiskit_opt1_83.qasm,3923,ibm_127q,su2random,qiskit,1 +5479,127,964,"{'rz': 1157, 'sx': 52, 'measure': 26, 'x': 1}",{'cx': 3432},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_27.qasm,2556,ibm_127q,qpeinexact,qiskit,0 +5480,127,264,"{'rz': 210, 'sx': 12, 'measure': 12}",{'cx': 372},"(65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (102, 92)",qft_mapped_ibm_washington_qiskit_opt1_12.qasm,2270,ibm_127q,qft,qiskit,1 +5481,127,1134,"{'rz': 1522, 'sx': 33, 'measure': 32}",{'cx': 3231},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt1_32.qasm,2673,ibm_127q,qftentangled,qiskit,1 +5482,127,3448,"{'rz': 4825, 'sx': 470, 'measure': 79}",{'cx': 13818},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_79.qasm,3929,ibm_127q,ae,qiskit,2 +5483,127,4141,"{'rz': 4240, 'sx': 53, 'measure': 53}",{'cx': 20594},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37)",qft_mapped_ibm_washington_qiskit_opt0_53.qasm,1096,ibm_127q,qft,qiskit,0 +5484,127,11269,"{'rz': 15738, 'sx': 732, 'measure': 122}",{'cx': 100651},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt2_122.qasm,2692,ibm_127q,qnn,qiskit,2 +5485,127,54,"{'rz': 80, 'sx': 40, 'measure': 22}",{'cx': 100},"(42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (56, 57); (57, 56); (57, 58); (58, 57); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (110, 100)",graphstate_mapped_ibm_washington_qiskit_opt1_22.qasm,3047,ibm_127q,graphstate,qiskit,1 +5486,127,4365,"{'rz': 2132, 'sx': 246, 'measure': 41}",{'cx': 23942},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_41.qasm,2390,ibm_127q,qnn,qiskit,0 +5487,127,3808,"{'rz': 4934, 'sx': 500, 'measure': 84}",{'cx': 16266},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt2_84.qasm,2220,ibm_127q,ae,qiskit,2 +5488,127,4277,"{'rz': 4773, 'sx': 320, 'measure': 54}",{'cx': 17616},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (53, 41)",ae_mapped_ibm_washington_qiskit_opt0_54.qasm,1486,ibm_127q,ae,qiskit,0 +5489,127,981,"{'rz': 1075, 'sx': 50, 'measure': 25, 'x': 1}",{'cx': 2114},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeinexact_mapped_ibm_washington_qiskit_opt1_26.qasm,1505,ibm_127q,qpeinexact,qiskit,1 +5490,127,361,"{'sx': 356, 'rz': 178, 'measure': 90, 'x': 1}",{'cx': 178},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_90.qasm,2771,ibm_127q,wstate,qiskit,1 +5491,127,96,"{'rz': 78, 'sx': 39, 'measure': 13}",{'cx': 211},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_13.qasm,1795,ibm_127q,graphstate,qiskit,0 +5492,127,1464,"{'rz': 1427, 'sx': 68, 'measure': 34, 'x': 1}",{'cx': 3489},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt2_35.qasm,3682,ibm_127q,qpeinexact,qiskit,2 +5493,127,704,"{'rz': 398, 'sx': 199, 'measure': 99, 'x': 89}",{'cx': 1203},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt0_100.qasm,3158,ibm_127q,dj,qiskit,0 +5494,127,307,"{'measure': 70, 'rz': 2, 'sx': 1}",{'cx': 543},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68)",ghz_mapped_ibm_washington_qiskit_opt0_70.qasm,1554,ibm_127q,ghz,qiskit,0 +5495,127,12499,"{'sx': 904, 'rz': 904, 'measure': 113}",{'cx': 91181},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_113.qasm,2458,ibm_127q,su2random,qiskit,2 +5496,127,4913,"{'rz': 7700, 'sx': 160, 'measure': 80, 'x': 1}",{'cx': 20277},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeexact_mapped_ibm_washington_qiskit_opt1_81.qasm,3872,ibm_127q,qpeexact,qiskit,1 +5497,127,5331,"{'rz': 540, 'sx': 360, 'measure': 45}",{'cx': 34527},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_45.qasm,1132,ibm_127q,twolocalrandom,qiskit,0 +5498,127,815,"{'sx': 216, 'rz': 216, 'measure': 27}",{'cx': 3471},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",su2random_mapped_ibm_washington_qiskit_opt2_27.qasm,3385,ibm_127q,su2random,qiskit,2 +5499,127,873,"{'rz': 1903, 'sx': 829, 'x': 50, 'measure': 33}",{'cx': 2476},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106)",qft_mapped_ibm_washington_qiskit_opt3_33.qasm,3219,ibm_127q,qft,qiskit,3 +5500,127,627,"{'rz': 474, 'sx': 237, 'measure': 118}",{'cx': 919},"(0, 14); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt1_119.qasm,1749,ibm_127q,dj,qiskit,1 +5501,127,505,"{'rz': 270, 'sx': 135, 'measure': 67, 'x': 65}",{'cx': 841},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66)",dj_mapped_ibm_washington_qiskit_opt0_68.qasm,2410,ibm_127q,dj,qiskit,0 +5502,127,3555,"{'rz': 4125, 'sx': 428, 'measure': 72}",{'cx': 12501},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105)",ae_mapped_ibm_washington_qiskit_opt2_72.qasm,2106,ibm_127q,ae,qiskit,2 +5503,127,3530,"{'rz': 3369, 'sx': 266, 'measure': 45}",{'cx': 12300},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",ae_mapped_ibm_washington_qiskit_opt0_45.qasm,1832,ibm_127q,ae,qiskit,0 +5504,127,24,"{'rz': 59, 'sx': 58, 'measure': 10, 'x': 1}",{'cx': 18},"(108, 112); (112, 108); (112, 126); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",vqe_mapped_ibm_washington_qiskit_opt2_10.qasm,1279,ibm_127q,vqe,qiskit,2 +5505,127,37,"{'rz': 30, 'sx': 15, 'measure': 7}",{'cx': 28},"(44, 45); (45, 44); (45, 54); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62)",dj_mapped_ibm_washington_qiskit_opt1_8.qasm,4082,ibm_127q,dj,qiskit,1 +5506,127,8733,"{'sx': 688, 'rz': 688, 'measure': 86}",{'cx': 54408},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt1_86.qasm,2163,ibm_127q,realamprandom,qiskit,1 +5507,127,28507,"{'rz': 37785, 'sx': 13133, 'x': 159, 'measure': 88}",{'cx': 216351},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_88.qasm,2238,ibm_127q,random,qiskit,0 +5508,127,773,"{'rz': 817, 'sx': 225, 'x': 36, 'measure': 21}",{'cx': 1302},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",qpeinexact_mapped_ibm_washington_qiskit_opt3_22.qasm,1890,ibm_127q,qpeinexact,qiskit,3 +5509,127,739,"{'rz': 924, 'sx': 25, 'measure': 25}",{'cx': 1818},"(62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt1_25.qasm,1534,ibm_127q,qft,qiskit,1 +5510,127,13342,"{'rz': 13229, 'sx': 5090, 'x': 203, 'measure': 60}",{'cx': 51156},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",random_mapped_ibm_washington_qiskit_opt2_60.qasm,2481,ibm_127q,random,qiskit,2 +5511,127,109,"{'rz': 54, 'sx': 27, 'x': 19, 'measure': 13}",{'cx': 187},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_14.qasm,2177,ibm_127q,dj,qiskit,0 +5512,127,45,"{'measure': 42, 'rz': 2, 'sx': 1}",{'cx': 41},"(32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_42.qasm,2158,ibm_127q,ghz,qiskit,2 +5513,127,7260,"{'rz': 8621, 'sx': 148, 'measure': 74, 'x': 1}",{'cx': 39342},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (73, 66); (74, 70)",qpeinexact_mapped_ibm_washington_qiskit_opt0_75.qasm,3390,ibm_127q,qpeinexact,qiskit,0 +5514,127,851,"{'sx': 256, 'rz': 256, 'measure': 32}",{'cx': 4441},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111); (122, 123); (123, 122)",su2random_mapped_ibm_washington_qiskit_opt2_32.qasm,3768,ibm_127q,su2random,qiskit,2 +5515,127,1321,"{'rz': 1010, 'sx': 606, 'measure': 102, 'x': 1}",{'cx': 1474},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",wstate_mapped_ibm_washington_qiskit_opt0_102.qasm,3777,ibm_127q,wstate,qiskit,0 +5516,127,377,"{'rz': 214, 'sx': 107, 'x': 53, 'measure': 53}",{'cx': 644},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 50); (52, 37); (53, 41)",dj_mapped_ibm_washington_qiskit_opt0_54.qasm,1654,ibm_127q,dj,qiskit,0 +5517,127,365,"{'sx': 360, 'rz': 180, 'measure': 91, 'x': 1}",{'cx': 180},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_91.qasm,2486,ibm_127q,wstate,qiskit,2 +5518,127,1744,"{'rz': 2026, 'sx': 248, 'measure': 42}",{'cx': 4236},"(17, 30); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt2_42.qasm,1093,ibm_127q,ae,qiskit,2 +5519,127,13,"{'measure': 10, 'rz': 2, 'sx': 1}",{'cx': 9},"(113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121)",ghz_mapped_ibm_washington_qiskit_opt3_10.qasm,2011,ibm_127q,ghz,qiskit,3 +5520,127,619,"{'rz': 524, 'sx': 36, 'measure': 18, 'x': 1}",{'cx': 1044},"(44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qpeexact_mapped_ibm_washington_qiskit_opt2_19.qasm,1380,ibm_127q,qpeexact,qiskit,2 +5521,127,3099,"{'sx': 496, 'rz': 496, 'measure': 62}",{'cx': 21334},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",su2random_mapped_ibm_washington_qiskit_opt2_62.qasm,3636,ibm_127q,su2random,qiskit,2 +5522,127,103,"{'rz': 79, 'sx': 8, 'measure': 7}",{'cx': 147},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",qftentangled_mapped_ibm_washington_qiskit_opt0_7.qasm,3846,ibm_127q,qftentangled,qiskit,0 +5523,127,546,"{'rz': 410, 'sx': 246, 'measure': 42, 'x': 1}",{'cx': 619},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",wstate_mapped_ibm_washington_qiskit_opt0_42.qasm,3974,ibm_127q,wstate,qiskit,0 +5524,127,45157,"{'rz': 46814, 'sx': 17241, 'x': 610, 'measure': 110}",{'cx': 256314},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",random_mapped_ibm_washington_qiskit_opt1_110.qasm,1569,ibm_127q,random,qiskit,1 +5525,127,10272,"{'rz': 10942, 'sx': 4067, 'x': 173, 'measure': 54}",{'cx': 38634},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",random_mapped_ibm_washington_qiskit_opt1_54.qasm,3717,ibm_127q,random,qiskit,1 +5526,127,32,"{'sx': 96, 'rz': 96, 'measure': 12}",{'cx': 33},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (14, 0); (14, 18); (18, 14); (18, 19); (19, 18)",routing_mapped_ibm_washington_qiskit_opt2_12.qasm,2136,ibm_127q,routing,qiskit,2 +5527,127,4749,"{'rz': 5870, 'sx': 198, 'measure': 99, 'x': 1}",{'cx': 25533},"(16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeinexact_mapped_ibm_washington_qiskit_opt2_100.qasm,3200,ibm_127q,qpeinexact,qiskit,2 +5528,127,114,"{'rz': 388, 'sx': 194, 'measure': 96}",{'cx': 651},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_96.qasm,2801,ibm_127q,graphstate,qiskit,1 +5529,127,285,"{'rz': 142, 'sx': 71, 'measure': 35, 'x': 31}",{'cx': 479},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24); (35, 28)",dj_mapped_ibm_washington_qiskit_opt0_36.qasm,3040,ibm_127q,dj,qiskit,0 +5530,127,392,"{'rz': 286, 'sx': 270, 'measure': 15, 'x': 1}",{'cx': 870},"(4, 15); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",realamprandom_mapped_ibm_washington_qiskit_opt3_15.qasm,1900,ibm_127q,realamprandom,qiskit,3 +5531,127,35,"{'rz': 81, 'sx': 42, 'measure': 28, 'x': 2}",{'cx': 83},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt3_28.qasm,3299,ibm_127q,graphstate,qiskit,3 +5532,127,7674,"{'rz': 896, 'sx': 448, 'measure': 56}",{'cx': 54921},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",su2random_mapped_ibm_washington_qiskit_opt0_56.qasm,2828,ibm_127q,su2random,qiskit,0 +5533,127,5904,"{'rz': 720, 'sx': 720, 'measure': 90}",{'cx': 51490},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_90.qasm,2457,ibm_127q,twolocalrandom,qiskit,1 +5534,127,3125,"{'rz': 5412, 'sx': 99, 'measure': 99}",{'cx': 22943},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_99.qasm,3771,ibm_127q,qft,qiskit,2 +5535,127,311,"{'rz': 468, 'sx': 234, 'measure': 78}",{'cx': 1791},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",graphstate_mapped_ibm_washington_qiskit_opt0_78.qasm,2764,ibm_127q,graphstate,qiskit,0 +5536,127,316,"{'rz': 240, 'sx': 144, 'measure': 25, 'x': 1}",{'cx': 351},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_25.qasm,2761,ibm_127q,wstate,qiskit,0 +5537,127,1676,"{'rz': 2443, 'sx': 889, 'x': 145, 'measure': 39}",{'cx': 4088},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt3_40.qasm,1480,ibm_127q,qpeinexact,qiskit,3 +5538,127,359,"{'rz': 255, 'sx': 68, 'measure': 12}",{'cx': 288},"(64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (92, 83)",ae_mapped_ibm_washington_qiskit_opt1_12.qasm,1456,ibm_127q,ae,qiskit,1 +5539,127,573,"{'rz': 312, 'sx': 280, 'measure': 24}",{'cx': 2500},"(10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (92, 83)",realamprandom_mapped_ibm_washington_qiskit_opt3_24.qasm,1211,ibm_127q,realamprandom,qiskit,3 +5540,127,4160,"{'rz': 444, 'sx': 296, 'measure': 37}",{'cx': 23139},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",realamprandom_mapped_ibm_washington_qiskit_opt0_37.qasm,3403,ibm_127q,realamprandom,qiskit,0 +5541,127,5349,"{'rz': 10244, 'sx': 106, 'measure': 105}",{'cx': 30645},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qftentangled_mapped_ibm_washington_qiskit_opt1_105.qasm,1621,ibm_127q,qftentangled,qiskit,1 +5542,127,1082,"{'rz': 1168, 'sx': 176, 'measure': 30}",{'cx': 2244},"(42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",ae_mapped_ibm_washington_qiskit_opt2_30.qasm,3064,ibm_127q,ae,qiskit,2 +5543,127,543,"{'measure': 111, 'rz': 2, 'sx': 1}",{'cx': 968},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100)",ghz_mapped_ibm_washington_qiskit_opt0_111.qasm,1766,ibm_127q,ghz,qiskit,0 +5544,127,4710,"{'rz': 7319, 'sx': 154, 'measure': 77, 'x': 1}",{'cx': 18486},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_78.qasm,2766,ibm_127q,qpeinexact,qiskit,1 +5545,127,2378,"{'rz': 6494, 'sx': 74, 'measure': 74}",{'cx': 15365},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104)",qft_mapped_ibm_washington_qiskit_opt1_74.qasm,1742,ibm_127q,qft,qiskit,1 +5546,127,1741,"{'rz': 1421, 'sx': 58, 'measure': 29, 'x': 1}",{'cx': 5715},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_30.qasm,2400,ibm_127q,qpeinexact,qiskit,0 +5547,127,7639,"{'rz': 13585, 'sx': 95, 'measure': 95}",{'cx': 59597},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt0_95.qasm,2069,ibm_127q,qft,qiskit,0 +5548,127,13377,"{'rz': 1344, 'sx': 672, 'measure': 84}",{'cx': 130206},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",su2random_mapped_ibm_washington_qiskit_opt0_84.qasm,3222,ibm_127q,su2random,qiskit,0 +5549,127,576,"{'rz': 546, 'sx': 104, 'measure': 18}",{'cx': 732},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79); (91, 98); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98)",ae_mapped_ibm_washington_qiskit_opt1_18.qasm,2255,ibm_127q,ae,qiskit,1 +5550,127,233,"{'rz': 182, 'sx': 91, 'measure': 45}",{'cx': 243},"(15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (54, 45); (54, 64); (55, 49); (55, 68); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (92, 83); (92, 102); (93, 87); (102, 92); (102, 103); (103, 102)",dj_mapped_ibm_washington_qiskit_opt1_46.qasm,3098,ibm_127q,dj,qiskit,1 +5551,127,346,"{'rz': 278, 'sx': 139, 'measure': 69}",{'cx': 381},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (91, 79); (92, 83); (92, 102); (93, 106); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt1_70.qasm,1824,ibm_127q,dj,qiskit,1 +5552,127,6361,"{'rz': 7247, 'sx': 236, 'measure': 118, 'x': 1}",{'cx': 37803},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt2_119.qasm,1075,ibm_127q,qpeinexact,qiskit,2 +5553,127,1626,"{'rz': 1260, 'sx': 756, 'measure': 127, 'x': 1}",{'cx': 1749},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_127.qasm,2116,ibm_127q,wstate,qiskit,0 +5554,127,11646,"{'rz': 816, 'sx': 816, 'measure': 102}",{'cx': 81662},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_102.qasm,1705,ibm_127q,realamprandom,qiskit,1 +5555,127,1826,"{'rz': 3098, 'sx': 2554, 'x': 114, 'measure': 42}",{'cx': 8472},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",realamprandom_mapped_ibm_washington_qiskit_opt3_42.qasm,2523,ibm_127q,realamprandom,qiskit,3 +5556,127,366,"{'rz': 207, 'sx': 63, 'measure': 18}",{'cx': 494},"(65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",portfolioqaoa_mapped_ibm_washington_qiskit_opt1_9.qasm,3070,ibm_127q,portfolioqaoa,qiskit,1 +5557,127,6240,"{'rz': 696, 'sx': 696, 'measure': 87}",{'cx': 46347},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 52); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (111, 104)",realamprandom_mapped_ibm_washington_qiskit_opt2_87.qasm,1051,ibm_127q,realamprandom,qiskit,2 +5558,127,976,"{'rz': 988, 'sx': 802, 'measure': 41, 'x': 25}",{'cx': 7374},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (89, 74)",su2random_mapped_ibm_washington_qiskit_opt3_41.qasm,2337,ibm_127q,su2random,qiskit,3 +5559,127,774,"{'sx': 200, 'rz': 200, 'measure': 25}",{'cx': 2864},"(24, 34); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (98, 91)",su2random_mapped_ibm_washington_qiskit_opt2_25.qasm,1150,ibm_127q,su2random,qiskit,2 +5560,127,358,"{'rz': 242, 'sx': 22, 'measure': 11, 'x': 1}",{'cx': 726},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_12.qasm,3246,ibm_127q,qpeinexact,qiskit,0 +5561,127,23,"{'measure': 20, 'rz': 2, 'sx': 1}",{'cx': 19},"(87, 93); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt3_20.qasm,2445,ibm_127q,ghz,qiskit,3 +5562,127,293,"{'rz': 132, 'sx': 88, 'measure': 11}",{'cx': 1044},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_11.qasm,1576,ibm_127q,twolocalrandom,qiskit,0 +5563,127,2525,"{'rz': 3894, 'sx': 354, 'measure': 59}",{'cx': 16656},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt1_59.qasm,3161,ibm_127q,qnn,qiskit,1 +5564,127,1842,"{'rz': 2244, 'sx': 264, 'measure': 44}",{'cx': 9402},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt1_44.qasm,1112,ibm_127q,qnn,qiskit,1 +5565,127,2081,"{'rz': 1770, 'sx': 188, 'measure': 32}",{'cx': 5885},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30)",ae_mapped_ibm_washington_qiskit_opt0_32.qasm,1922,ibm_127q,ae,qiskit,0 +5566,127,3213,"{'rz': 3777, 'sx': 51, 'measure': 50}",{'cx': 16647},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qftentangled_mapped_ibm_washington_qiskit_opt0_50.qasm,3943,ibm_127q,qftentangled,qiskit,0 +5567,127,47,"{'rz': 100, 'sx': 50, 'measure': 26}",{'cx': 125},"(7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102)",graphstate_mapped_ibm_washington_qiskit_opt1_26.qasm,1257,ibm_127q,graphstate,qiskit,1 +5568,127,900,"{'rz': 1421, 'sx': 795, 'measure': 18}",{'cx': 2031},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",portfoliovqe_mapped_ibm_washington_qiskit_opt1_18.qasm,2894,ibm_127q,portfoliovqe,qiskit,1 +5569,127,2001,"{'rz': 288, 'sx': 288, 'measure': 36}",{'cx': 8413},"(45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_36.qasm,2401,ibm_127q,twolocalrandom,qiskit,1 +5570,127,341,"{'sx': 336, 'rz': 168, 'measure': 85, 'x': 1}",{'cx': 168},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_85.qasm,1539,ibm_127q,wstate,qiskit,2 +5571,127,512,"{'rz': 391, 'sx': 211, 'measure': 105}",{'cx': 768},"(0, 14); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 22); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (24, 34); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (77, 71); (77, 78); (78, 77); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt2_106.qasm,3637,ibm_127q,dj,qiskit,2 +5572,127,24,"{'measure': 21, 'rz': 2, 'sx': 1}",{'cx': 20},"(104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_21.qasm,3712,ibm_127q,ghz,qiskit,2 +5573,127,2180,"{'rz': 4317, 'sx': 57, 'measure': 56}",{'cx': 9456},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104); (111, 122); (122, 111)",qftentangled_mapped_ibm_washington_qiskit_opt1_56.qasm,2687,ibm_127q,qftentangled,qiskit,1 +5574,127,11171,"{'sx': 808, 'rz': 808, 'measure': 101}",{'cx': 66512},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_101.qasm,3645,ibm_127q,realamprandom,qiskit,2 +5575,127,2669,"{'rz': 5374, 'sx': 4291, 'x': 238, 'measure': 51}",{'cx': 13211},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",su2random_mapped_ibm_washington_qiskit_opt3_51.qasm,3217,ibm_127q,su2random,qiskit,3 +5576,127,5205,"{'sx': 608, 'rz': 608, 'measure': 76}",{'cx': 38979},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_76.qasm,2643,ibm_127q,realamprandom,qiskit,1 +5577,127,8391,"{'sx': 904, 'rz': 904, 'measure': 113}",{'cx': 74356},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_113.qasm,2424,ibm_127q,twolocalrandom,qiskit,2 +5578,127,60,"{'rz': 132, 'sx': 66, 'measure': 38}",{'cx': 209},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104); (111, 122); (118, 119); (119, 118); (119, 120); (120, 119); (122, 111); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt1_38.qasm,2315,ibm_127q,graphstate,qiskit,1 +5579,127,221,"{'sx': 216, 'rz': 108, 'measure': 55, 'x': 1}",{'cx': 108},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_55.qasm,3166,ibm_127q,wstate,qiskit,2 +5580,127,4020,"{'rz': 4897, 'sx': 91, 'measure': 91}",{'cx': 19922},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt2_91.qasm,1988,ibm_127q,qft,qiskit,2 +5581,127,769,"{'rz': 1219, 'sx': 33, 'measure': 33}",{'cx': 2667},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qft_mapped_ibm_washington_qiskit_opt2_33.qasm,1141,ibm_127q,qft,qiskit,2 +5582,127,317,"{'rz': 241, 'sx': 133, 'measure': 66}",{'cx': 366},"(8, 16); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (34, 24); (35, 28); (35, 47); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (54, 45); (54, 64); (55, 49); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (125, 126); (126, 112); (126, 125)",dj_mapped_ibm_washington_qiskit_opt2_67.qasm,1928,ibm_127q,dj,qiskit,2 +5583,127,432,"{'rz': 316, 'sx': 171, 'measure': 85}",{'cx': 571},"(11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 26); (17, 12); (17, 30); (20, 33); (24, 34); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt2_86.qasm,3570,ibm_127q,dj,qiskit,2 +5584,127,575,"{'measure': 116, 'rz': 2, 'sx': 1}",{'cx': 1036},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt0_116.qasm,2411,ibm_127q,ghz,qiskit,0 +5585,127,5115,"{'rz': 504, 'sx': 336, 'measure': 42}",{'cx': 28494},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_42.qasm,2467,ibm_127q,twolocalrandom,qiskit,0 +5586,127,242,"{'rz': 146, 'sx': 18, 'measure': 9, 'x': 1}",{'cx': 240},"(86, 87); (87, 86); (87, 93); (93, 87); (93, 106); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (122, 111)",qpeinexact_mapped_ibm_washington_qiskit_opt2_10.qasm,1976,ibm_127q,qpeinexact,qiskit,2 +5587,127,83,"{'measure': 80, 'rz': 2, 'sx': 1}",{'cx': 79},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_80.qasm,3542,ibm_127q,ghz,qiskit,1 +5588,127,137,"{'sx': 132, 'rz': 66, 'measure': 34, 'x': 1}",{'cx': 66},"(70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_34.qasm,3421,ibm_127q,wstate,qiskit,1 +5589,127,81,"{'rz': 222, 'sx': 111, 'measure': 57}",{'cx': 318},"(3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (109, 96); (110, 100); (110, 118); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt2_57.qasm,1671,ibm_127q,graphstate,qiskit,2 +5590,127,122,"{'rz': 140, 'sx': 70, 'measure': 14}",{'cx': 416},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qaoa_mapped_ibm_washington_qiskit_opt0_14.qasm,2768,ibm_127q,qaoa,qiskit,0 +5591,127,177,"{'rz': 137, 'sx': 79, 'measure': 39}",{'cx': 183},"(24, 34); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (53, 60); (54, 45); (54, 64); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83)",dj_mapped_ibm_washington_qiskit_opt2_40.qasm,2068,ibm_127q,dj,qiskit,2 +5592,127,52000,"{'rz': 52266, 'sx': 19104, 'x': 653, 'measure': 116}",{'cx': 300301},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",random_mapped_ibm_washington_qiskit_opt1_116.qasm,2612,ibm_127q,random,qiskit,1 +5593,127,307,"{'rz': 230, 'sx': 138, 'measure': 24, 'x': 1}",{'cx': 349},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_24.qasm,1275,ibm_127q,wstate,qiskit,0 +5594,127,64,"{'measure': 61, 'rz': 2, 'sx': 1}",{'cx': 60},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (111, 104); (111, 122); (112, 108); (112, 126); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_61.qasm,2775,ibm_127q,ghz,qiskit,2 +5595,127,829,"{'rz': 1680, 'sx': 40, 'measure': 40}",{'cx': 3605},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qft_mapped_ibm_washington_qiskit_opt2_40.qasm,2102,ibm_127q,qft,qiskit,2 +5596,127,69,"{'sx': 64, 'rz': 32, 'measure': 17, 'x': 1}",{'cx': 32},"(107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_17.qasm,2802,ibm_127q,wstate,qiskit,3 +5597,127,323,"{'rz': 244, 'sx': 131, 'measure': 65}",{'cx': 479},"(8, 16); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (106, 93); (106, 107); (107, 106); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt2_66.qasm,3645,ibm_127q,dj,qiskit,2 +5598,127,15030,"{'rz': 944, 'sx': 944, 'measure': 118}",{'cx': 108947},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 17); (14, 0); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt1_118.qasm,2297,ibm_127q,realamprandom,qiskit,1 +5599,127,2642,"{'rz': 376, 'sx': 376, 'measure': 47}",{'cx': 14214},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",realamprandom_mapped_ibm_washington_qiskit_opt1_47.qasm,2981,ibm_127q,realamprandom,qiskit,1 +5600,127,349,"{'rz': 156, 'sx': 104, 'measure': 13}",{'cx': 1590},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_13.qasm,2391,ibm_127q,twolocalrandom,qiskit,0 +5601,127,257,"{'sx': 252, 'rz': 126, 'measure': 64, 'x': 1}",{'cx': 126},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_64.qasm,3433,ibm_127q,wstate,qiskit,1 +5602,127,375,"{'rz': 277, 'sx': 153, 'measure': 76}",{'cx': 526},"(11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (17, 12); (17, 30); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (72, 62); (72, 81); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt2_77.qasm,1735,ibm_127q,dj,qiskit,2 +5603,127,1767,"{'rz': 3130, 'sx': 1288, 'x': 124, 'measure': 45}",{'cx': 4717},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt3_45.qasm,1731,ibm_127q,qftentangled,qiskit,3 +5604,127,111,"{'rz': 270, 'sx': 135, 'measure': 45}",{'cx': 669},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",graphstate_mapped_ibm_washington_qiskit_opt0_45.qasm,1921,ibm_127q,graphstate,qiskit,0 +5605,127,445,"{'rz': 242, 'sx': 121, 'x': 61, 'measure': 60}",{'cx': 753},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59)",dj_mapped_ibm_washington_qiskit_opt0_61.qasm,1244,ibm_127q,dj,qiskit,0 +5606,127,152,"{'rz': 101, 'sx': 60, 'x': 10, 'measure': 5}",{'cx': 68},"(62, 72); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82)",pricingcall_mapped_ibm_washington_qiskit_opt3_5.qasm,3072,ibm_127q,pricingcall,qiskit,3 +5607,127,3847,"{'rz': 7644, 'sx': 504, 'measure': 84}",{'cx': 30896},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (106, 93); (106, 107); (107, 106)",qnn_mapped_ibm_washington_qiskit_opt2_84.qasm,3935,ibm_127q,qnn,qiskit,2 +5608,127,428,"{'rz': 368, 'sx': 96, 'measure': 16}",{'cx': 1075},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (68, 55); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81)",qnn_mapped_ibm_washington_qiskit_opt2_16.qasm,3937,ibm_127q,qnn,qiskit,2 +5609,127,1368,"{'rz': 1973, 'sx': 629, 'x': 106, 'measure': 35}",{'cx': 3380},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",qpeinexact_mapped_ibm_washington_qiskit_opt3_36.qasm,1754,ibm_127q,qpeinexact,qiskit,3 +5610,127,590,"{'rz': 425, 'sx': 231, 'measure': 115}",{'cx': 766},"(0, 14); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111); (122, 123); (123, 122); (126, 112)",dj_mapped_ibm_washington_qiskit_opt2_116.qasm,2363,ibm_127q,dj,qiskit,2 +5611,127,340,"{'rz': 248, 'sx': 139, 'measure': 69}",{'cx': 458},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (122, 111)",dj_mapped_ibm_washington_qiskit_opt2_70.qasm,3131,ibm_127q,dj,qiskit,2 +5612,127,377,"{'rz': 454, 'sx': 129, 'x': 17, 'measure': 17}",{'cx': 699},"(53, 60); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt3_17.qasm,4027,ibm_127q,qft,qiskit,3 +5613,127,1313,"{'rz': 1243, 'sx': 497, 'x': 23, 'measure': 19}",{'cx': 2421},"(45, 54); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92)",random_mapped_ibm_washington_qiskit_opt1_19.qasm,1206,ibm_127q,random,qiskit,1 +5614,127,103,"{'rz': 75, 'sx': 23, 'measure': 7, 'x': 4}",{'cx': 94},"(66, 73); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",qft_mapped_ibm_washington_qiskit_opt3_7.qasm,3078,ibm_127q,qft,qiskit,3 +5615,127,1957,"{'sx': 400, 'rz': 400, 'measure': 50}",{'cx': 12703},"(34, 43); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_50.qasm,1175,ibm_127q,su2random,qiskit,2 +5616,127,11216,"{'rz': 16500, 'sx': 750, 'measure': 125}",{'cx': 114229},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qnn_mapped_ibm_washington_qiskit_opt1_125.qasm,1782,ibm_127q,qnn,qiskit,1 +5617,127,500,"{'rz': 352, 'sx': 195, 'measure': 97}",{'cx': 662},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (89, 74); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (112, 108); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt2_98.qasm,1529,ibm_127q,dj,qiskit,2 +5618,127,1343,"{'rz': 1334, 'sx': 64, 'measure': 32, 'x': 1}",{'cx': 3153},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt2_33.qasm,1795,ibm_127q,qpeexact,qiskit,2 +5619,127,2780,"{'rz': 392, 'sx': 392, 'measure': 49}",{'cx': 15017},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt1_49.qasm,3086,ibm_127q,realamprandom,qiskit,1 +5620,127,9679,"{'rz': 5822, 'sx': 426, 'measure': 71}",{'cx': 84827},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69)",qnn_mapped_ibm_washington_qiskit_opt0_71.qasm,3053,ibm_127q,qnn,qiskit,0 +5621,127,3972,"{'rz': 3250, 'sx': 1142, 'measure': 27, 'x': 13}",{'cx': 12529},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_27.qasm,1751,ibm_127q,random,qiskit,0 +5622,127,184,"{'rz': 56, 'sx': 56, 'measure': 7}",{'cx': 192},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",realamprandom_mapped_ibm_washington_qiskit_opt1_7.qasm,2657,ibm_127q,realamprandom,qiskit,1 +5623,127,139,"{'rz': 110, 'sx': 66, 'measure': 12, 'x': 1}",{'cx': 133},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",wstate_mapped_ibm_washington_qiskit_opt0_12.qasm,3937,ibm_127q,wstate,qiskit,0 +5624,127,8418,"{'sx': 880, 'rz': 880, 'measure': 110}",{'cx': 78864},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_110.qasm,3272,ibm_127q,twolocalrandom,qiskit,2 +5625,127,917,"{'rz': 999, 'sx': 158, 'measure': 27}",{'cx': 1803},"(47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (55, 49); (55, 68); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt2_27.qasm,3818,ibm_127q,ae,qiskit,2 +5626,127,89,"{'sx': 84, 'rz': 42, 'measure': 22, 'x': 1}",{'cx': 42},"(87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_22.qasm,1150,ibm_127q,wstate,qiskit,2 +5627,127,676,"{'rz': 653, 'sx': 22, 'measure': 21}",{'cx': 1370},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt1_21.qasm,4035,ibm_127q,qftentangled,qiskit,1 +5628,127,977,"{'rz': 492, 'sx': 111, 'x': 24, 'measure': 7}",{'cx': 918},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt0_7.qasm,2984,ibm_127q,qwalk-v-chain,qiskit,0 +5629,127,705,"{'rz': 425, 'sx': 249, 'x': 27, 'measure': 11}",{'cx': 395},"(92, 102); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (111, 104); (111, 122); (121, 122); (122, 111); (122, 121)",pricingput_mapped_ibm_washington_qiskit_opt3_11.qasm,1720,ibm_127q,pricingput,qiskit,3 +5630,127,572,"{'rz': 458, 'sx': 229, 'measure': 114}",{'cx': 873},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 81); (73, 66); (73, 85); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124)",dj_mapped_ibm_washington_qiskit_opt1_115.qasm,2435,ibm_127q,dj,qiskit,1 +5631,127,75,"{'measure': 72, 'rz': 2, 'sx': 1}",{'cx': 71},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_72.qasm,1274,ibm_127q,ghz,qiskit,1 +5632,127,935,"{'rz': 1246, 'sx': 29, 'measure': 29}",{'cx': 2480},"(34, 43); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79)",qft_mapped_ibm_washington_qiskit_opt1_29.qasm,1738,ibm_127q,qft,qiskit,1 +5633,127,9153,"{'sx': 800, 'rz': 800, 'measure': 100}",{'cx': 63281},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (14, 0); (14, 18); (15, 4); (15, 22); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",realamprandom_mapped_ibm_washington_qiskit_opt2_100.qasm,2512,ibm_127q,realamprandom,qiskit,2 +5634,127,1760,"{'rz': 4254, 'sx': 76, 'measure': 75}",{'cx': 12446},"(12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",qftentangled_mapped_ibm_washington_qiskit_opt2_75.qasm,3630,ibm_127q,qftentangled,qiskit,2 +5635,127,5370,"{'rz': 648, 'sx': 648, 'measure': 81}",{'cx': 34844},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 91); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt2_81.qasm,3130,ibm_127q,realamprandom,qiskit,2 +5636,127,479,"{'rz': 469, 'sx': 98, 'measure': 28}",{'cx': 1998},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",portfolioqaoa_mapped_ibm_washington_qiskit_opt0_14.qasm,3648,ibm_127q,portfolioqaoa,qiskit,0 +5637,127,2162,"{'rz': 4156, 'sx': 1826, 'x': 266, 'measure': 54}",{'cx': 6368},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (92, 83); (92, 102); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt3_54.qasm,1259,ibm_127q,ae,qiskit,3 +5638,127,309,"{'sx': 304, 'rz': 152, 'measure': 77, 'x': 1}",{'cx': 152},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_77.qasm,3152,ibm_127q,wstate,qiskit,2 +5639,127,250,"{'rz': 122, 'sx': 61, 'measure': 30, 'x': 29}",{'cx': 450},"(0, 14); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",dj_mapped_ibm_washington_qiskit_opt0_31.qasm,1228,ibm_127q,dj,qiskit,0 +5640,127,5850,"{'rz': 8030, 'sx': 73, 'measure': 73}",{'cx': 36645},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (72, 62)",qft_mapped_ibm_washington_qiskit_opt0_73.qasm,2417,ibm_127q,qft,qiskit,0 +5641,127,269,"{'sx': 264, 'rz': 132, 'measure': 67, 'x': 1}",{'cx': 132},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_67.qasm,3958,ibm_127q,wstate,qiskit,1 +5642,127,2479,"{'rz': 1921, 'sx': 68, 'measure': 34, 'x': 1}",{'cx': 8270},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24)",qpeexact_mapped_ibm_washington_qiskit_opt0_35.qasm,2353,ibm_127q,qpeexact,qiskit,0 +5643,127,2790,"{'rz': 3215, 'sx': 122, 'measure': 61, 'x': 1}",{'cx': 10192},"(12, 17); (17, 12); (17, 30); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (111, 104)",qpeinexact_mapped_ibm_washington_qiskit_opt2_62.qasm,1630,ibm_127q,qpeinexact,qiskit,2 +5644,127,6637,"{'rz': 564, 'sx': 376, 'measure': 47}",{'cx': 41616},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_47.qasm,2813,ibm_127q,twolocalrandom,qiskit,0 +5645,127,625,"{'rz': 434, 'sx': 217, 'measure': 108}",{'cx': 822},"(3, 4); (4, 3); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123)",dj_mapped_ibm_washington_qiskit_opt1_109.qasm,2021,ibm_127q,dj,qiskit,1 +5646,127,393,"{'sx': 388, 'rz': 194, 'measure': 98, 'x': 1}",{'cx': 194},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_98.qasm,1484,ibm_127q,wstate,qiskit,2 +5647,127,34010,"{'rz': 35443, 'sx': 12982, 'x': 470, 'measure': 96}",{'cx': 177222},"(15, 22); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_96.qasm,2076,ibm_127q,random,qiskit,1 +5648,127,244,"{'rz': 372, 'sx': 186, 'measure': 62}",{'cx': 1202},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",graphstate_mapped_ibm_washington_qiskit_opt0_62.qasm,4013,ibm_127q,graphstate,qiskit,0 +5649,127,4705,"{'rz': 5922, 'sx': 132, 'measure': 66, 'x': 1}",{'cx': 14005},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt1_67.qasm,1305,ibm_127q,qpeinexact,qiskit,1 +5650,127,1772,"{'rz': 1552, 'sx': 32, 'measure': 32}",{'cx': 6707},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30)",qft_mapped_ibm_washington_qiskit_opt0_32.qasm,2247,ibm_127q,qft,qiskit,0 +5651,127,1115,"{'sx': 527, 'rz': 421, 'measure': 117, 'x': 1}",{'cx': 1413},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_117.qasm,3612,ibm_127q,wstate,qiskit,1 +5652,127,972,"{'rz': 1324, 'sx': 413, 'x': 62, 'measure': 28}",{'cx': 2211},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeexact_mapped_ibm_washington_qiskit_opt3_29.qasm,1056,ibm_127q,qpeexact,qiskit,3 +5653,127,85,"{'measure': 16, 'rz': 2, 'sx': 1}",{'cx': 147},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ghz_mapped_ibm_washington_qiskit_opt0_16.qasm,2037,ibm_127q,ghz,qiskit,0 +5654,127,6373,"{'rz': 7102, 'sx': 134, 'measure': 67, 'x': 1}",{'cx': 33227},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeexact_mapped_ibm_washington_qiskit_opt0_68.qasm,1344,ibm_127q,qpeexact,qiskit,0 +5655,127,666,"{'rz': 490, 'sx': 245, 'measure': 122}",{'cx': 1121},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (89, 74); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",dj_mapped_ibm_washington_qiskit_opt1_123.qasm,3660,ibm_127q,dj,qiskit,1 +5656,127,85,"{'rz': 85, 'sx': 49, 'measure': 21, 'x': 2}",{'cx': 59},"(15, 22); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (93, 87)",dj_mapped_ibm_washington_qiskit_opt3_22.qasm,3866,ibm_127q,dj,qiskit,3 +5657,127,936,"{'rz': 900, 'sx': 150, 'measure': 25}",{'cx': 4863},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qnn_mapped_ibm_washington_qiskit_opt0_25.qasm,2933,ibm_127q,qnn,qiskit,0 +5658,127,37,"{'measure': 34, 'rz': 2, 'sx': 1}",{'cx': 33},"(70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_34.qasm,1735,ibm_127q,ghz,qiskit,1 +5659,127,3308,"{'rz': 6246, 'sx': 410, 'measure': 69}",{'cx': 12966},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (33, 20); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_69.qasm,1374,ibm_127q,ae,qiskit,1 +5660,127,5396,"{'rz': 616, 'sx': 616, 'measure': 77}",{'cx': 36447},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_77.qasm,1640,ibm_127q,twolocalrandom,qiskit,1 +5661,127,894,"{'rz': 478, 'sx': 176, 'x': 60, 'measure': 11}",{'cx': 908},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",pricingput_mapped_ibm_washington_qiskit_opt0_11.qasm,1508,ibm_127q,pricingput,qiskit,0 +5662,127,387,"{'rz': 357, 'sx': 145, 'measure': 14, 'x': 11}",{'cx': 354},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (72, 62); (72, 81); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82)",ae_mapped_ibm_washington_qiskit_opt3_14.qasm,1221,ibm_127q,ae,qiskit,3 +5663,127,9694,"{'sx': 800, 'rz': 800, 'measure': 100}",{'cx': 70500},"(11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_100.qasm,1814,ibm_127q,twolocalrandom,qiskit,1 +5664,127,4340,"{'rz': 6684, 'sx': 144, 'measure': 72, 'x': 1}",{'cx': 16087},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (111, 104); (111, 122); (122, 111)",qpeinexact_mapped_ibm_washington_qiskit_opt1_73.qasm,2527,ibm_127q,qpeinexact,qiskit,1 +5665,127,2007,"{'sx': 336, 'rz': 336, 'measure': 42}",{'cx': 11134},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (73, 66); (73, 85); (74, 70); (74, 89); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87)",su2random_mapped_ibm_washington_qiskit_opt1_42.qasm,1269,ibm_127q,su2random,qiskit,1 +5666,127,18304,"{'sx': 1008, 'rz': 1008, 'measure': 126}",{'cx': 127752},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_126.qasm,2224,ibm_127q,su2random,qiskit,1 +5667,127,197,"{'sx': 192, 'rz': 96, 'measure': 49, 'x': 1}",{'cx': 96},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_49.qasm,2431,ibm_127q,wstate,qiskit,3 +5668,127,912,"{'rz': 969, 'sx': 408, 'x': 19, 'measure': 17}",{'cx': 1741},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66)",random_mapped_ibm_washington_qiskit_opt1_17.qasm,4042,ibm_127q,random,qiskit,1 +5669,127,1796,"{'rz': 2790, 'sx': 248, 'measure': 42}",{'cx': 4854},"(20, 33); (33, 20); (33, 39); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",ae_mapped_ibm_washington_qiskit_opt1_42.qasm,1196,ibm_127q,ae,qiskit,1 +5670,127,7679,"{'rz': 12744, 'sx': 93, 'measure': 92}",{'cx': 57513},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qftentangled_mapped_ibm_washington_qiskit_opt0_92.qasm,1522,ibm_127q,qftentangled,qiskit,0 +5671,127,458,"{'rz': 349, 'sx': 86, 'measure': 15}",{'cx': 486},"(2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44)",ae_mapped_ibm_washington_qiskit_opt2_15.qasm,3904,ibm_127q,ae,qiskit,2 +5672,127,145,"{'sx': 140, 'rz': 70, 'measure': 36, 'x': 1}",{'cx': 70},"(68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_36.qasm,3205,ibm_127q,wstate,qiskit,1 +5673,127,223,"{'rz': 136, 'sx': 11, 'measure': 10}",{'cx': 271},"(45, 54); (54, 45); (54, 64); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",qftentangled_mapped_ibm_washington_qiskit_opt2_10.qasm,1298,ibm_127q,qftentangled,qiskit,2 +5674,127,36,"{'rz': 110, 'sx': 55, 'measure': 33}",{'cx': 126},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (49, 55); (53, 41); (53, 60); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt2_33.qasm,3594,ibm_127q,graphstate,qiskit,2 +5675,127,2276,"{'rz': 4438, 'sx': 58, 'measure': 57}",{'cx': 9450},"(19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83)",qftentangled_mapped_ibm_washington_qiskit_opt1_57.qasm,1420,ibm_127q,qftentangled,qiskit,1 +5676,127,60,"{'rz': 172, 'sx': 86, 'measure': 48}",{'cx': 222},"(4, 5); (4, 15); (5, 4); (15, 4); (15, 22); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 91); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100); (110, 118); (118, 110)",graphstate_mapped_ibm_washington_qiskit_opt1_48.qasm,3118,ibm_127q,graphstate,qiskit,1 +5677,127,1286,"{'sx': 563, 'rz': 459, 'measure': 124, 'x': 1}",{'cx': 1673},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_124.qasm,1911,ibm_127q,wstate,qiskit,1 +5678,127,7954,"{'sx': 632, 'rz': 632, 'measure': 79}",{'cx': 44852},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123)",su2random_mapped_ibm_washington_qiskit_opt1_79.qasm,1290,ibm_127q,su2random,qiskit,1 +5679,127,1827,"{'rz': 2437, 'sx': 290, 'measure': 49}",{'cx': 5727},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (33, 20); (33, 39); (34, 24); (34, 43); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt2_49.qasm,2635,ibm_127q,ae,qiskit,2 +5680,127,1263,"{'sx': 248, 'rz': 248, 'measure': 31}",{'cx': 5016},"(40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (73, 66); (73, 85); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_31.qasm,1114,ibm_127q,twolocalrandom,qiskit,2 +5681,127,416,"{'rz': 258, 'sx': 62, 'measure': 11}",{'cx': 548},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",ae_mapped_ibm_washington_qiskit_opt0_11.qasm,1103,ibm_127q,ae,qiskit,0 +5682,127,701,"{'rz': 394, 'sx': 197, 'measure': 98, 'x': 89}",{'cx': 1193},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt0_99.qasm,2185,ibm_127q,dj,qiskit,0 +5683,127,1486,"{'rz': 1120, 'sx': 672, 'measure': 113, 'x': 1}",{'cx': 1679},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 39); (34, 43); (35, 28); (35, 47); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 60); (54, 45); (54, 64); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 77); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (91, 79); (92, 83); (92, 102); (93, 106); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt0_113.qasm,2053,ibm_127q,wstate,qiskit,0 +5684,127,6240,"{'rz': 656, 'sx': 656, 'measure': 82}",{'cx': 45722},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 43); (35, 47); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_82.qasm,1085,ibm_127q,twolocalrandom,qiskit,1 +5685,127,3131,"{'rz': 3946, 'sx': 140, 'measure': 70, 'x': 1}",{'cx': 12744},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (111, 104)",qpeinexact_mapped_ibm_washington_qiskit_opt2_71.qasm,3399,ibm_127q,qpeinexact,qiskit,2 +5686,127,1318,"{'rz': 1425, 'sx': 1181, 'x': 79, 'measure': 31}",{'cx': 4459},"(20, 21); (20, 33); (21, 20); (33, 20); (33, 39); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",realamprandom_mapped_ibm_washington_qiskit_opt3_31.qasm,2004,ibm_127q,realamprandom,qiskit,3 +5687,127,73,"{'measure': 70, 'rz': 2, 'sx': 1}",{'cx': 69},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt1_70.qasm,2622,ibm_127q,ghz,qiskit,1 +5688,127,6169,"{'sx': 648, 'rz': 648, 'measure': 81}",{'cx': 41917},"(12, 17); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_81.qasm,2316,ibm_127q,su2random,qiskit,2 +5689,127,203,"{'rz': 258, 'sx': 129, 'measure': 43}",{'cx': 763},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",graphstate_mapped_ibm_washington_qiskit_opt0_43.qasm,3051,ibm_127q,graphstate,qiskit,0 +5690,127,2509,"{'rz': 2933, 'sx': 116, 'measure': 58, 'x': 1}",{'cx': 9528},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qpeinexact_mapped_ibm_washington_qiskit_opt2_59.qasm,1564,ibm_127q,qpeinexact,qiskit,2 +5691,127,2786,"{'rz': 4966, 'sx': 350, 'measure': 59}",{'cx': 9899},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_59.qasm,3679,ibm_127q,ae,qiskit,1 +5692,127,31368,"{'rz': 32619, 'sx': 12051, 'x': 415, 'measure': 92}",{'cx': 157893},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_92.qasm,2488,ibm_127q,random,qiskit,1 +5693,127,5621,"{'sx': 560, 'rz': 560, 'measure': 70}",{'cx': 28870},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt2_70.qasm,1725,ibm_127q,realamprandom,qiskit,2 +5694,127,7097,"{'rz': 11139, 'sx': 87, 'measure': 86}",{'cx': 51624},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qftentangled_mapped_ibm_washington_qiskit_opt0_86.qasm,1721,ibm_127q,qftentangled,qiskit,0 +5695,127,3295,"{'rz': 4398, 'sx': 108, 'measure': 54, 'x': 1}",{'cx': 10252},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt1_55.qasm,1320,ibm_127q,qpeexact,qiskit,1 +5696,127,2162,"{'sx': 304, 'rz': 304, 'measure': 38}",{'cx': 9269},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",twolocalrandom_mapped_ibm_washington_qiskit_opt1_38.qasm,1635,ibm_127q,twolocalrandom,qiskit,1 +5697,127,58,"{'measure': 55, 'rz': 2, 'sx': 1}",{'cx': 54},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_55.qasm,1400,ibm_127q,ghz,qiskit,2 +5698,127,742,"{'rz': 1002, 'sx': 30, 'measure': 29}",{'cx': 2184},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt2_29.qasm,2319,ibm_127q,qftentangled,qiskit,2 +5699,127,4040,"{'rz': 6758, 'sx': 434, 'measure': 73}",{'cx': 15418},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt1_73.qasm,1514,ibm_127q,ae,qiskit,1 +5700,127,67,"{'rz': 306, 'sx': 153, 'measure': 77}",{'cx': 452},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (89, 74); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100); (110, 118); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt1_77.qasm,2725,ibm_127q,graphstate,qiskit,1 +5701,127,6607,"{'rz': 2289, 'sx': 549, 'measure': 19, 'x': 10}",{'cx': 6093},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (54, 45); (54, 64); (55, 49); (55, 68); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73)",qwalk-v-chain_mapped_ibm_washington_qiskit_opt1_19.qasm,2377,ibm_127q,qwalk-v-chain,qiskit,1 +5702,127,23734,"{'rz': 23502, 'sx': 8961, 'x': 321, 'measure': 80}",{'cx': 108147},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100)",random_mapped_ibm_washington_qiskit_opt2_80.qasm,2478,ibm_127q,random,qiskit,2 +5703,127,35,"{'rz': 58, 'sx': 29, 'measure': 21}",{'cx': 69},"(24, 34); (34, 24); (34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (71, 58); (71, 77); (72, 62); (72, 81); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (90, 75); (90, 94); (91, 79); (91, 98); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97)",graphstate_mapped_ibm_washington_qiskit_opt3_21.qasm,3206,ibm_127q,graphstate,qiskit,3 +5704,127,54,"{'rz': 100, 'sx': 50, 'measure': 10}",{'cx': 70},"(28, 35); (35, 28); (35, 47); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (55, 49); (55, 68); (68, 55); (100, 101); (101, 100); (101, 102); (102, 101)",qaoa_mapped_ibm_washington_qiskit_opt1_10.qasm,1783,ibm_127q,qaoa,qiskit,1 +5705,127,204,"{'sx': 64, 'rz': 64, 'measure': 8}",{'cx': 249},"(54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (85, 73)",su2random_mapped_ibm_washington_qiskit_opt2_8.qasm,2249,ibm_127q,su2random,qiskit,2 +5706,127,131,"{'rz': 404, 'sx': 202, 'measure': 104}",{'cx': 677},"(2, 3); (3, 2); (3, 4); (4, 3); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 22); (16, 8); (16, 26); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_104.qasm,1832,ibm_127q,graphstate,qiskit,2 +5707,127,12066,"{'rz': 1200, 'sx': 600, 'measure': 75}",{'cx': 104022},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",su2random_mapped_ibm_washington_qiskit_opt0_75.qasm,3027,ibm_127q,su2random,qiskit,0 +5708,127,1642,"{'rz': 7900, 'sx': 4199, 'measure': 58, 'x': 3}",{'cx': 13276},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qnn_mapped_ibm_washington_qiskit_opt3_58.qasm,2648,ibm_127q,qnn,qiskit,3 +5709,127,7690,"{'rz': 10790, 'sx': 166, 'measure': 83, 'x': 1}",{'cx': 47616},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qpeinexact_mapped_ibm_washington_qiskit_opt0_84.qasm,2617,ibm_127q,qpeinexact,qiskit,0 +5710,127,397,"{'sx': 392, 'rz': 196, 'measure': 99, 'x': 1}",{'cx': 196},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_99.qasm,4001,ibm_127q,wstate,qiskit,2 +5711,127,112,"{'rz': 88, 'sx': 49, 'measure': 24}",{'cx': 109},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",dj_mapped_ibm_washington_qiskit_opt2_25.qasm,3778,ibm_127q,dj,qiskit,2 +5712,127,5662,"{'rz': 6277, 'sx': 206, 'measure': 103, 'x': 1}",{'cx': 27996},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (122, 111)",qpeinexact_mapped_ibm_washington_qiskit_opt2_104.qasm,1624,ibm_127q,qpeinexact,qiskit,2 +5713,127,107,"{'rz': 320, 'sx': 160, 'measure': 80}",{'cx': 479},"(5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (117, 118); (118, 110); (118, 117)",graphstate_mapped_ibm_washington_qiskit_opt2_80.qasm,2359,ibm_127q,graphstate,qiskit,2 +5714,127,1272,"{'rz': 1642, 'sx': 1380, 'x': 50, 'measure': 30}",{'cx': 4047},"(45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (55, 68); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",realamprandom_mapped_ibm_washington_qiskit_opt3_30.qasm,3173,ibm_127q,realamprandom,qiskit,3 +5715,127,4181,"{'rz': 4342, 'sx': 104, 'measure': 52, 'x': 1}",{'cx': 18971},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37)",qpeinexact_mapped_ibm_washington_qiskit_opt0_53.qasm,2253,ibm_127q,qpeinexact,qiskit,0 +5716,127,2545,"{'rz': 3636, 'sx': 96, 'measure': 48, 'x': 1}",{'cx': 7786},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeinexact_mapped_ibm_washington_qiskit_opt1_49.qasm,3492,ibm_127q,qpeinexact,qiskit,1 +5717,127,2647,"{'rz': 5244, 'sx': 414, 'measure': 69}",{'cx': 21855},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (53, 41); (53, 60); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qnn_mapped_ibm_washington_qiskit_opt2_69.qasm,1866,ibm_127q,qnn,qiskit,2 +5718,127,298,"{'rz': 162, 'sx': 81, 'measure': 40, 'x': 39}",{'cx': 520},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",dj_mapped_ibm_washington_qiskit_opt0_41.qasm,1174,ibm_127q,dj,qiskit,0 +5719,127,3108,"{'rz': 5886, 'sx': 69, 'measure': 69}",{'cx': 13786},"(8, 16); (16, 8); (16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (110, 100)",qft_mapped_ibm_washington_qiskit_opt1_69.qasm,3157,ibm_127q,qft,qiskit,1 +5720,127,888,"{'rz': 984, 'sx': 48, 'measure': 24, 'x': 1}",{'cx': 3082},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeexact_mapped_ibm_washington_qiskit_opt0_25.qasm,3984,ibm_127q,qpeexact,qiskit,0 +5721,127,2162,"{'rz': 3760, 'sx': 3111, 'x': 88, 'measure': 43}",{'cx': 8480},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81)",realamprandom_mapped_ibm_washington_qiskit_opt3_43.qasm,1951,ibm_127q,realamprandom,qiskit,3 +5722,127,982,"{'rz': 1083, 'sx': 562, 'x': 48, 'measure': 17}",{'cx': 1496},"(41, 53); (53, 41); (53, 60); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (71, 58); (71, 77); (72, 62); (72, 81); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (91, 79)",random_mapped_ibm_washington_qiskit_opt3_17.qasm,1852,ibm_127q,random,qiskit,3 +5723,127,4379,"{'rz': 4464, 'sx': 150, 'measure': 75, 'x': 1}",{'cx': 15249},"(16, 26); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",qpeexact_mapped_ibm_washington_qiskit_opt2_76.qasm,2383,ibm_127q,qpeexact,qiskit,2 +5724,127,62,"{'rz': 116, 'sx': 58, 'measure': 32}",{'cx': 191},"(39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (54, 64); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103)",graphstate_mapped_ibm_washington_qiskit_opt1_32.qasm,2713,ibm_127q,graphstate,qiskit,1 +5725,127,145,"{'sx': 140, 'rz': 70, 'measure': 36, 'x': 1}",{'cx': 70},"(9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (17, 12); (17, 30); (30, 17); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (93, 87); (93, 106); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt3_36.qasm,1251,ibm_127q,wstate,qiskit,3 +5726,127,234,"{'rz': 155, 'sx': 12, 'measure': 11}",{'cx': 330},"(34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qftentangled_mapped_ibm_washington_qiskit_opt2_11.qasm,1300,ibm_127q,qftentangled,qiskit,2 +5727,127,8573,"{'rz': 13161, 'sx': 246, 'measure': 123, 'x': 1}",{'cx': 45919},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeinexact_mapped_ibm_washington_qiskit_opt1_124.qasm,2236,ibm_127q,qpeinexact,qiskit,1 +5728,127,197,"{'sx': 192, 'rz': 96, 'measure': 49, 'x': 1}",{'cx': 96},"(5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (16, 8); (16, 26); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (36, 32); (36, 51); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (55, 49); (55, 68); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (74, 70); (74, 89); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt1_49.qasm,2952,ibm_127q,wstate,qiskit,1 +5729,127,6432,"{'rz': 10375, 'sx': 83, 'measure': 83}",{'cx': 47006},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_83.qasm,4002,ibm_127q,qft,qiskit,0 +5730,127,4869,"{'rz': 11336, 'sx': 115, 'measure': 114}",{'cx': 34296},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt1_114.qasm,3043,ibm_127q,qftentangled,qiskit,1 +5731,127,5366,"{'rz': 528, 'sx': 352, 'measure': 44}",{'cx': 33894},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_44.qasm,3181,ibm_127q,twolocalrandom,qiskit,0 +5732,127,3779,"{'rz': 396, 'sx': 264, 'measure': 33}",{'cx': 18642},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31)",realamprandom_mapped_ibm_washington_qiskit_opt0_33.qasm,3325,ibm_127q,realamprandom,qiskit,0 +5733,127,130,"{'rz': 186, 'sx': 93, 'measure': 31}",{'cx': 532},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",graphstate_mapped_ibm_washington_qiskit_opt0_31.qasm,3168,ibm_127q,graphstate,qiskit,0 +5734,127,213,"{'rz': 390, 'sx': 195, 'measure': 65}",{'cx': 1172},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63)",graphstate_mapped_ibm_washington_qiskit_opt0_65.qasm,1628,ibm_127q,graphstate,qiskit,0 +5735,127,135,"{'rz': 510, 'sx': 255, 'measure': 115}",{'cx': 790},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (122, 111); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt2_115.qasm,2786,ibm_127q,graphstate,qiskit,2 +5736,127,2139,"{'sx': 344, 'rz': 344, 'measure': 43}",{'cx': 10058},"(24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (84, 85); (85, 73); (85, 84); (91, 79)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_43.qasm,1964,ibm_127q,twolocalrandom,qiskit,2 +5737,127,3110,"{'rz': 2620, 'sx': 80, 'measure': 40, 'x': 1}",{'cx': 11099},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qpeinexact_mapped_ibm_washington_qiskit_opt0_41.qasm,1180,ibm_127q,qpeinexact,qiskit,0 +5738,127,1420,"{'rz': 2000, 'sx': 47, 'measure': 46}",{'cx': 5170},"(15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (73, 66); (73, 85); (85, 73)",qftentangled_mapped_ibm_washington_qiskit_opt2_46.qasm,1587,ibm_127q,qftentangled,qiskit,2 +5739,127,2515,"{'rz': 2257, 'sx': 74, 'measure': 37, 'x': 1}",{'cx': 9425},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46)",qpeinexact_mapped_ibm_washington_qiskit_opt0_38.qasm,3833,ibm_127q,qpeinexact,qiskit,0 +5740,127,128,"{'rz': 107, 'sx': 65, 'measure': 27, 'x': 4}",{'cx': 86},"(42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83); (92, 102); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt3_28.qasm,3746,ibm_127q,dj,qiskit,3 +5741,127,320,"{'rz': 249, 'sx': 14, 'measure': 13}",{'cx': 471},"(53, 60); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qftentangled_mapped_ibm_washington_qiskit_opt1_13.qasm,2510,ibm_127q,qftentangled,qiskit,1 +5742,127,1852,"{'rz': 4062, 'sx': 77, 'measure': 76}",{'cx': 12446},"(8, 16); (16, 8); (16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (34, 24); (34, 43); (35, 28); (35, 47); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qftentangled_mapped_ibm_washington_qiskit_opt2_76.qasm,2309,ibm_127q,qftentangled,qiskit,2 +5743,127,95,"{'measure': 92, 'rz': 2, 'sx': 1}",{'cx': 91},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_92.qasm,2656,ibm_127q,ghz,qiskit,2 +5744,127,1748,"{'rz': 1950, 'sx': 46, 'measure': 46}",{'cx': 5239},"(4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qft_mapped_ibm_washington_qiskit_opt2_46.qasm,2298,ibm_127q,qft,qiskit,2 +5745,127,5040,"{'rz': 6432, 'sx': 117, 'measure': 117}",{'cx': 34113},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qft_mapped_ibm_washington_qiskit_opt2_117.qasm,1728,ibm_127q,qft,qiskit,2 +5746,127,5222,"{'rz': 2322, 'sx': 258, 'measure': 43}",{'cx': 29151},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (50, 49); (50, 51); (51, 36); (51, 50)",qnn_mapped_ibm_washington_qiskit_opt0_43.qasm,1114,ibm_127q,qnn,qiskit,0 +5747,127,1728,"{'rz': 1840, 'sx': 80, 'measure': 40, 'x': 1}",{'cx': 4596},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (92, 83)",qpeinexact_mapped_ibm_washington_qiskit_opt2_41.qasm,2194,ibm_127q,qpeinexact,qiskit,2 +5748,127,4026,"{'rz': 420, 'sx': 280, 'measure': 35}",{'cx': 20565},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_35.qasm,2792,ibm_127q,twolocalrandom,qiskit,0 +5749,127,594,"{'rz': 428, 'sx': 247, 'measure': 109, 'x': 14}",{'cx': 543},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 53); (42, 43); (43, 34); (43, 42); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (47, 35); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (89, 74); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (122, 111)",dj_mapped_ibm_washington_qiskit_opt3_110.qasm,1297,ibm_127q,dj,qiskit,3 +5750,127,2455,"{'rz': 977, 'sx': 636, 'measure': 17, 'x': 14}",{'cx': 1455},"(28, 35); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (54, 45); (54, 64); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (72, 62); (72, 81); (81, 72)",pricingcall_mapped_ibm_washington_qiskit_opt1_17.qasm,2012,ibm_127q,pricingcall,qiskit,1 +5751,127,95,"{'rz': 334, 'sx': 167, 'measure': 89}",{'cx': 521},"(0, 14); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 22); (17, 12); (17, 30); (18, 14); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt2_89.qasm,3350,ibm_127q,graphstate,qiskit,2 +5752,127,1120,"{'rz': 1367, 'sx': 31, 'measure': 30}",{'cx': 4853},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qftentangled_mapped_ibm_washington_qiskit_opt0_30.qasm,2279,ibm_127q,qftentangled,qiskit,0 +5753,127,45,"{'rz': 146, 'sx': 73, 'measure': 45}",{'cx': 204},"(25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (35, 28); (35, 47); (36, 32); (36, 51); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (72, 62); (72, 81); (73, 66); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",graphstate_mapped_ibm_washington_qiskit_opt2_45.qasm,2202,ibm_127q,graphstate,qiskit,2 +5754,127,704,"{'rz': 797, 'sx': 46, 'measure': 23, 'x': 1}",{'cx': 1626},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (53, 41); (53, 60); (54, 45); (54, 64); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",qpeexact_mapped_ibm_washington_qiskit_opt2_24.qasm,2755,ibm_127q,qpeexact,qiskit,2 +5755,127,292,"{'rz': 504, 'sx': 252, 'measure': 84}",{'cx': 1620},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",graphstate_mapped_ibm_washington_qiskit_opt0_84.qasm,3980,ibm_127q,graphstate,qiskit,0 +5756,127,168,"{'rz': 216, 'sx': 108, 'measure': 36}",{'cx': 564},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (34, 24); (35, 28)",graphstate_mapped_ibm_washington_qiskit_opt0_36.qasm,2375,ibm_127q,graphstate,qiskit,0 +5757,127,913,"{'sx': 176, 'rz': 176, 'measure': 22}",{'cx': 2897},"(34, 43); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (73, 66); (73, 85); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86)",realamprandom_mapped_ibm_washington_qiskit_opt1_22.qasm,3856,ibm_127q,realamprandom,qiskit,1 +5758,127,6437,"{'rz': 10485, 'sx': 107, 'measure': 107}",{'cx': 34295},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qft_mapped_ibm_washington_qiskit_opt1_107.qasm,2178,ibm_127q,qft,qiskit,1 +5759,127,993,"{'measure': 126, 'rz': 2, 'sx': 1}",{'cx': 1091},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",ghz_mapped_ibm_washington_qiskit_opt2_126.qasm,1890,ibm_127q,ghz,qiskit,2 +5760,127,275,"{'rz': 194, 'sx': 97, 'measure': 48}",{'cx': 327},"(12, 13); (12, 17); (13, 12); (17, 12); (17, 30); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (111, 104); (111, 122); (122, 111)",dj_mapped_ibm_washington_qiskit_opt1_49.qasm,1916,ibm_127q,dj,qiskit,1 +5761,127,21235,"{'rz': 26363, 'sx': 9134, 'x': 104, 'measure': 73}",{'cx': 137133},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",random_mapped_ibm_washington_qiskit_opt0_73.qasm,1805,ibm_127q,random,qiskit,0 +5762,127,592,"{'rz': 671, 'sx': 607, 'measure': 19, 'x': 15}",{'cx': 1582},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (47, 35); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_19.qasm,2408,ibm_127q,twolocalrandom,qiskit,3 +5763,127,3533,"{'rz': 616, 'sx': 616, 'measure': 77}",{'cx': 32809},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_77.qasm,1950,ibm_127q,twolocalrandom,qiskit,2 +5764,127,2162,"{'rz': 3760, 'sx': 3111, 'x': 88, 'measure': 43}",{'cx': 8480},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (33, 20); (33, 39); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (73, 66); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_43.qasm,1413,ibm_127q,twolocalrandom,qiskit,3 +5765,127,319,"{'rz': 205, 'sx': 20, 'measure': 10, 'x': 1}",{'cx': 572},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (16, 8); (16, 26); (17, 12); (17, 30); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_11.qasm,2116,ibm_127q,qpeinexact,qiskit,0 +5766,127,3392,"{'rz': 2992, 'sx': 1108, 'measure': 25, 'x': 11}",{'cx': 9956},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",random_mapped_ibm_washington_qiskit_opt0_25.qasm,1048,ibm_127q,random,qiskit,0 +5767,127,122,"{'rz': 280, 'sx': 140, 'measure': 74}",{'cx': 473},"(12, 17); (15, 22); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt1_74.qasm,4096,ibm_127q,graphstate,qiskit,1 +5768,127,3564,"{'rz': 4544, 'sx': 384, 'measure': 64}",{'cx': 20405},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (126, 112)",qnn_mapped_ibm_washington_qiskit_opt1_64.qasm,3423,ibm_127q,qnn,qiskit,1 +5769,127,13162,"{'rz': 12763, 'sx': 4951, 'x': 183, 'measure': 59}",{'cx': 48904},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (92, 83)",random_mapped_ibm_washington_qiskit_opt2_59.qasm,3523,ibm_127q,random,qiskit,2 +5770,127,3225,"{'sx': 464, 'rz': 464, 'measure': 58}",{'cx': 18726},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (33, 20); (33, 39); (34, 24); (34, 43); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (111, 104)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_58.qasm,3413,ibm_127q,twolocalrandom,qiskit,2 +5771,127,6799,"{'rz': 10113, 'sx': 198, 'measure': 99, 'x': 1}",{'cx': 32176},"(3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",qpeinexact_mapped_ibm_washington_qiskit_opt1_100.qasm,3705,ibm_127q,qpeinexact,qiskit,1 +5772,127,2159,"{'rz': 3302, 'sx': 272, 'measure': 46}",{'cx': 6247},"(33, 39); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (72, 62); (72, 81); (73, 66); (73, 85); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (111, 104)",ae_mapped_ibm_washington_qiskit_opt1_46.qasm,1486,ibm_127q,ae,qiskit,1 +5773,127,1113,"{'sx': 527, 'rz': 421, 'measure': 117, 'x': 1}",{'cx': 1409},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_117.qasm,3916,ibm_127q,wstate,qiskit,2 +5774,127,578,"{'rz': 472, 'sx': 32, 'measure': 16, 'x': 1}",{'cx': 1403},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",qpeinexact_mapped_ibm_washington_qiskit_opt0_17.qasm,3626,ibm_127q,qpeinexact,qiskit,0 +5775,127,22661,"{'rz': 27472, 'sx': 9374, 'x': 120, 'measure': 75}",{'cx': 149747},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",random_mapped_ibm_washington_qiskit_opt0_75.qasm,2556,ibm_127q,random,qiskit,0 +5776,127,6922,"{'rz': 10127, 'sx': 82, 'measure': 82}",{'cx': 47337},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88)",qft_mapped_ibm_washington_qiskit_opt0_82.qasm,2207,ibm_127q,qft,qiskit,0 +5777,127,210,"{'rz': 142, 'sx': 50, 'x': 8, 'measure': 8}",{'cx': 168},"(43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65)",qpeinexact_mapped_ibm_washington_qiskit_opt3_9.qasm,2223,ibm_127q,qpeinexact,qiskit,3 +5778,127,94,"{'rz': 410, 'sx': 205, 'measure': 101}",{'cx': 605},"(1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (19, 20); (20, 19); (20, 33); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",graphstate_mapped_ibm_washington_qiskit_opt2_101.qasm,1279,ibm_127q,graphstate,qiskit,2 +5779,127,58,"{'rz': 167, 'sx': 88, 'measure': 58, 'x': 6}",{'cx': 232},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (34, 24); (34, 43); (35, 28); (35, 47); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",graphstate_mapped_ibm_washington_qiskit_opt3_58.qasm,3347,ibm_127q,graphstate,qiskit,3 +5780,127,610,"{'rz': 410, 'sx': 223, 'measure': 111}",{'cx': 866},"(0, 14); (4, 15); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt2_112.qasm,2094,ibm_127q,dj,qiskit,2 +5781,127,7243,"{'rz': 4002, 'sx': 348, 'measure': 58}",{'cx': 53808},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qnn_mapped_ibm_washington_qiskit_opt0_58.qasm,2017,ibm_127q,qnn,qiskit,0 +5782,127,2395,"{'rz': 5086, 'sx': 4504, 'x': 212, 'measure': 51}",{'cx': 11569},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (59, 60); (60, 53); (60, 59); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",realamprandom_mapped_ibm_washington_qiskit_opt3_51.qasm,1439,ibm_127q,realamprandom,qiskit,3 +5783,127,4354,"{'rz': 5572, 'sx': 186, 'measure': 93, 'x': 1}",{'cx': 23772},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122)",qpeexact_mapped_ibm_washington_qiskit_opt2_94.qasm,3560,ibm_127q,qpeexact,qiskit,2 +5784,127,195,"{'rz': 426, 'sx': 213, 'measure': 71}",{'cx': 1298},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69)",graphstate_mapped_ibm_washington_qiskit_opt0_71.qasm,2991,ibm_127q,graphstate,qiskit,0 +5785,127,115,"{'rz': 101, 'sx': 61, 'measure': 28, 'x': 2}",{'cx': 83},"(23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (34, 24); (34, 43); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (53, 41); (53, 60); (54, 45); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (71, 58); (72, 62); (72, 81); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (92, 83)",dj_mapped_ibm_washington_qiskit_opt3_29.qasm,3891,ibm_127q,dj,qiskit,3 +5786,127,10220,"{'rz': 16053, 'sx': 602, 'measure': 101}",{'cx': 64673},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt0_101.qasm,1346,ibm_127q,ae,qiskit,0 +5787,127,740,"{'rz': 252, 'sx': 168, 'measure': 21}",{'cx': 4308},"(0, 1); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 17); (30, 29)",twolocalrandom_mapped_ibm_washington_qiskit_opt0_21.qasm,2190,ibm_127q,twolocalrandom,qiskit,0 +5788,127,4260,"{'rz': 5012, 'sx': 112, 'measure': 56, 'x': 1}",{'cx': 21615},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt0_57.qasm,1692,ibm_127q,qpeinexact,qiskit,0 +5789,127,468,"{'rz': 484, 'sx': 20, 'measure': 19}",{'cx': 969},"(61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (91, 79); (91, 98); (92, 83); (92, 102); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",qftentangled_mapped_ibm_washington_qiskit_opt2_19.qasm,2491,ibm_127q,qftentangled,qiskit,2 +5790,127,501,"{'rz': 1021, 'sx': 645, 'measure': 15, 'x': 1}",{'cx': 1126},"(4, 15); (15, 4); (15, 22); (22, 15); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (34, 24); (34, 43); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (54, 45); (54, 64); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (73, 66); (73, 85); (85, 73)",portfoliovqe_mapped_ibm_washington_qiskit_opt3_15.qasm,2752,ibm_127q,portfoliovqe,qiskit,3 +5791,127,353,"{'sx': 348, 'rz': 174, 'measure': 88, 'x': 1}",{'cx': 174},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (16, 26); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 34); (26, 16); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (34, 24); (34, 43); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (42, 41); (42, 43); (43, 34); (43, 42); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (68, 55); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (106, 93); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",wstate_mapped_ibm_washington_qiskit_opt2_88.qasm,1258,ibm_127q,wstate,qiskit,2 +5792,127,814,"{'rz': 262, 'sx': 260, 'measure': 32, 'x': 1}",{'cx': 4546},"(41, 42); (41, 53); (42, 41); (42, 43); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 54); (53, 41); (53, 60); (54, 45); (54, 64); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (64, 54); (64, 65); (65, 64); (65, 66); (66, 65); (66, 73); (72, 62); (72, 81); (73, 66); (73, 85); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (85, 73); (85, 86); (86, 85); (86, 87); (87, 86); (87, 93); (91, 79); (91, 98); (93, 87); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 110); (110, 100); (110, 118); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 121)",twolocalrandom_mapped_ibm_washington_qiskit_opt3_32.qasm,2808,ibm_127q,twolocalrandom,qiskit,3 +5793,127,4181,"{'sx': 480, 'rz': 480, 'measure': 60}",{'cx': 21684},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (93, 106); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",su2random_mapped_ibm_washington_qiskit_opt2_60.qasm,1434,ibm_127q,su2random,qiskit,2 +5794,127,70,"{'rz': 258, 'sx': 129, 'measure': 67}",{'cx': 397},"(3, 4); (4, 3); (4, 15); (15, 4); (15, 22); (17, 30); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",graphstate_mapped_ibm_washington_qiskit_opt1_67.qasm,2987,ibm_127q,graphstate,qiskit,1 +5795,127,298,"{'rz': 188, 'sx': 172, 'measure': 11, 'x': 2}",{'cx': 445},"(64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66); (73, 85); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (92, 83); (92, 102); (102, 92); (102, 103); (103, 102)",su2random_mapped_ibm_washington_qiskit_opt3_11.qasm,1316,ibm_127q,su2random,qiskit,3 +5796,127,4879,"{'rz': 664, 'sx': 664, 'measure': 83}",{'cx': 43632},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (92, 83); (92, 102); (93, 87); (93, 106); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",realamprandom_mapped_ibm_washington_qiskit_opt1_83.qasm,4010,ibm_127q,realamprandom,qiskit,1 +5797,127,9779,"{'rz': 16680, 'sx': 614, 'measure': 103}",{'cx': 67434},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (105, 104); (105, 106); (106, 93); (106, 105)",ae_mapped_ibm_washington_qiskit_opt0_103.qasm,3747,ibm_127q,ae,qiskit,0 +5798,127,34,"{'measure': 31, 'rz': 2, 'sx': 1}",{'cx': 30},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (14, 0); (14, 18); (16, 8); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 33); (33, 20); (33, 39); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (52, 37); (52, 56); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (72, 62); (72, 81); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80)",ghz_mapped_ibm_washington_qiskit_opt1_31.qasm,3017,ibm_127q,ghz,qiskit,1 +5799,127,7200,"{'sx': 672, 'rz': 672, 'measure': 84}",{'cx': 49204},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt1_84.qasm,2370,ibm_127q,su2random,qiskit,1 +5800,127,37918,"{'rz': 38585, 'sx': 14262, 'x': 503, 'measure': 100}",{'cx': 197464},"(4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (15, 4); (15, 22); (16, 8); (16, 26); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",random_mapped_ibm_washington_qiskit_opt1_100.qasm,3763,ibm_127q,random,qiskit,1 +5801,127,838,"{'rz': 458, 'sx': 229, 'measure': 114, 'x': 99}",{'cx': 1446},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (36, 32); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 88); (90, 75); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (112, 108); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117)",dj_mapped_ibm_washington_qiskit_opt0_115.qasm,1238,ibm_127q,dj,qiskit,0 +5802,127,547,"{'rz': 395, 'sx': 215, 'measure': 107}",{'cx': 703},"(0, 14); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (7, 8); (8, 7); (8, 16); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 51); (37, 52); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (85, 73); (85, 86); (86, 85); (90, 75); (90, 94); (92, 83); (92, 102); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 109); (97, 98); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",dj_mapped_ibm_washington_qiskit_opt2_108.qasm,2973,ibm_127q,dj,qiskit,2 +5803,127,1400,"{'rz': 7134, 'sx': 4854, 'measure': 45, 'x': 6}",{'cx': 7329},"(16, 26); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (34, 24); (34, 43); (37, 38); (37, 52); (38, 37); (38, 39); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (46, 45); (46, 47); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (52, 37); (52, 56); (53, 41); (53, 60); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 71); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (71, 58); (71, 77); (73, 66); (73, 85); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (80, 79); (80, 81); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (84, 83); (84, 85); (85, 73); (85, 84)",qnn_mapped_ibm_washington_qiskit_opt3_45.qasm,3216,ibm_127q,qnn,qiskit,3 +5804,127,302,"{'rz': 242, 'sx': 121, 'measure': 60}",{'cx': 327},"(18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 46); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (64, 54); (64, 65); (65, 64); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (101, 102); (102, 92); (102, 101)",dj_mapped_ibm_washington_qiskit_opt1_61.qasm,1982,ibm_127q,dj,qiskit,1 +5805,127,328,"{'rz': 227, 'sx': 125, 'measure': 62}",{'cx': 381},"(22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (28, 35); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (71, 58); (72, 62); (72, 81); (73, 66); (73, 85); (79, 91); (81, 72); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 111); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (118, 110)",dj_mapped_ibm_washington_qiskit_opt2_63.qasm,3685,ibm_127q,dj,qiskit,2 +5806,127,4576,"{'rz': 4930, 'sx': 172, 'measure': 86, 'x': 1}",{'cx': 19506},"(4, 15); (15, 4); (15, 22); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (28, 29); (28, 35); (29, 28); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (77, 71); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (118, 110); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",qpeexact_mapped_ibm_washington_qiskit_opt2_87.qasm,2579,ibm_127q,qpeexact,qiskit,2 +5807,127,1738,"{'rz': 424, 'sx': 424, 'measure': 53}",{'cx': 12917},"(20, 21); (20, 33); (21, 20); (21, 22); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (26, 27); (27, 26); (27, 28); (28, 27); (28, 35); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (39, 33); (39, 40); (40, 39); (40, 41); (41, 40); (41, 53); (43, 34); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 55); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (60, 53); (60, 61); (61, 60); (61, 62); (62, 61); (62, 72); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (81, 72); (81, 82); (82, 81); (82, 83); (83, 82); (83, 92); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (92, 83); (92, 102); (93, 87); (102, 92); (102, 103); (103, 102); (103, 104); (104, 103)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_53.qasm,2643,ibm_127q,twolocalrandom,qiskit,2 +5808,127,4813,"{'rz': 5730, 'sx': 120, 'measure': 60, 'x': 1}",{'cx': 23988},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qpeinexact_mapped_ibm_washington_qiskit_opt0_61.qasm,1107,ibm_127q,qpeinexact,qiskit,0 +5809,127,13572,"{'sx': 992, 'rz': 992, 'measure': 124}",{'cx': 103050},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",su2random_mapped_ibm_washington_qiskit_opt2_124.qasm,2465,ibm_127q,su2random,qiskit,2 +5810,127,536,"{'rz': 738, 'sx': 369, 'measure': 123}",{'cx': 3429},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 108); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt0_123.qasm,3756,ibm_127q,graphstate,qiskit,0 +5811,127,4555,"{'rz': 6267, 'sx': 113, 'measure': 112}",{'cx': 30018},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (110, 100); (110, 118); (111, 104); (111, 122); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 125)",qftentangled_mapped_ibm_washington_qiskit_opt2_112.qasm,3193,ibm_127q,qftentangled,qiskit,2 +5812,127,11340,"{'rz': 984, 'sx': 984, 'measure': 123}",{'cx': 98911},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (108, 112); (110, 100); (111, 104); (111, 122); (112, 108); (112, 126); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",twolocalrandom_mapped_ibm_washington_qiskit_opt2_123.qasm,3510,ibm_127q,twolocalrandom,qiskit,2 +5813,127,180,"{'rz': 134, 'sx': 50, 'measure': 9, 'x': 5}",{'cx': 180},"(45, 46); (45, 54); (46, 45); (54, 45); (54, 64); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (73, 66)",qftentangled_mapped_ibm_washington_qiskit_opt3_9.qasm,2892,ibm_127q,qftentangled,qiskit,3 +5814,127,4303,"{'rz': 5253, 'sx': 60, 'measure': 59}",{'cx': 23634},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (67, 66); (67, 68); (68, 55); (68, 67)",qftentangled_mapped_ibm_washington_qiskit_opt0_59.qasm,2450,ibm_127q,qftentangled,qiskit,0 +5815,127,1488,"{'rz': 2006, 'sx': 705, 'x': 80, 'measure': 37}",{'cx': 3096},"(27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (35, 28); (35, 47); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (54, 45); (54, 64); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (66, 67); (66, 73); (67, 66); (72, 62); (72, 81); (73, 66); (73, 85); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (91, 79); (91, 98); (92, 83); (92, 102); (98, 91); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (101, 100); (101, 102); (102, 92); (102, 101)",ae_mapped_ibm_washington_qiskit_opt3_37.qasm,2183,ibm_127q,ae,qiskit,3 +5816,127,6710,"{'rz': 6604, 'sx': 644, 'measure': 108}",{'cx': 25561},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 15); (12, 17); (14, 0); (14, 18); (15, 4); (15, 22); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (110, 100); (110, 118); (111, 104); (111, 122); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121)",ae_mapped_ibm_washington_qiskit_opt2_108.qasm,1751,ibm_127q,ae,qiskit,2 +5817,127,339,"{'rz': 714, 'sx': 357, 'measure': 119}",{'cx': 2777},"(0, 1); (0, 14); (1, 0); (1, 2); (2, 1); (2, 3); (3, 2); (3, 4); (4, 3); (4, 5); (4, 15); (5, 4); (5, 6); (6, 5); (6, 7); (7, 6); (7, 8); (8, 7); (8, 16); (9, 10); (10, 9); (10, 11); (11, 10); (11, 12); (12, 11); (12, 13); (12, 17); (13, 12); (14, 0); (14, 18); (15, 4); (15, 22); (16, 8); (16, 26); (17, 12); (17, 30); (18, 14); (18, 19); (19, 18); (19, 20); (20, 19); (20, 21); (20, 33); (21, 20); (21, 22); (22, 15); (22, 21); (22, 23); (23, 22); (23, 24); (24, 23); (24, 25); (24, 34); (25, 24); (25, 26); (26, 16); (26, 25); (26, 27); (27, 26); (27, 28); (28, 27); (28, 29); (28, 35); (29, 28); (29, 30); (30, 17); (30, 29); (30, 31); (31, 30); (31, 32); (32, 31); (32, 36); (33, 20); (33, 39); (34, 24); (34, 43); (35, 28); (35, 47); (36, 32); (36, 51); (37, 38); (37, 52); (38, 37); (38, 39); (39, 33); (39, 38); (39, 40); (40, 39); (40, 41); (41, 40); (41, 42); (41, 53); (42, 41); (42, 43); (43, 34); (43, 42); (43, 44); (44, 43); (44, 45); (45, 44); (45, 46); (45, 54); (46, 45); (46, 47); (47, 35); (47, 46); (47, 48); (48, 47); (48, 49); (49, 48); (49, 50); (49, 55); (50, 49); (50, 51); (51, 36); (51, 50); (52, 37); (52, 56); (53, 41); (53, 60); (54, 45); (54, 64); (55, 49); (55, 68); (56, 52); (56, 57); (57, 56); (57, 58); (58, 57); (58, 59); (58, 71); (59, 58); (59, 60); (60, 53); (60, 59); (60, 61); (61, 60); (61, 62); (62, 61); (62, 63); (62, 72); (63, 62); (63, 64); (64, 54); (64, 63); (64, 65); (65, 64); (65, 66); (66, 65); (66, 67); (66, 73); (67, 66); (67, 68); (68, 55); (68, 67); (68, 69); (69, 68); (69, 70); (70, 69); (70, 74); (71, 58); (71, 77); (72, 62); (72, 81); (73, 66); (73, 85); (74, 70); (74, 89); (75, 76); (75, 90); (76, 75); (76, 77); (77, 71); (77, 76); (77, 78); (78, 77); (78, 79); (79, 78); (79, 80); (79, 91); (80, 79); (80, 81); (81, 72); (81, 80); (81, 82); (82, 81); (82, 83); (83, 82); (83, 84); (83, 92); (84, 83); (84, 85); (85, 73); (85, 84); (85, 86); (86, 85); (86, 87); (87, 86); (87, 88); (87, 93); (88, 87); (88, 89); (89, 74); (89, 88); (90, 75); (90, 94); (91, 79); (91, 98); (92, 83); (92, 102); (93, 87); (93, 106); (94, 90); (94, 95); (95, 94); (95, 96); (96, 95); (96, 97); (96, 109); (97, 96); (97, 98); (98, 91); (98, 97); (98, 99); (99, 98); (99, 100); (100, 99); (100, 101); (100, 110); (101, 100); (101, 102); (102, 92); (102, 101); (102, 103); (103, 102); (103, 104); (104, 103); (104, 105); (104, 111); (105, 104); (105, 106); (106, 93); (106, 105); (106, 107); (107, 106); (107, 108); (108, 107); (109, 96); (110, 100); (110, 118); (111, 104); (111, 122); (112, 126); (113, 114); (114, 113); (114, 115); (115, 114); (115, 116); (116, 115); (116, 117); (117, 116); (117, 118); (118, 110); (118, 117); (118, 119); (119, 118); (119, 120); (120, 119); (120, 121); (121, 120); (121, 122); (122, 111); (122, 121); (122, 123); (123, 122); (123, 124); (124, 123); (124, 125); (125, 124); (125, 126); (126, 112); (126, 125)",graphstate_mapped_ibm_washington_qiskit_opt0_119.qasm,4020,ibm_127q,graphstate,qiskit,0 diff --git a/dataset/iquantum/MQT-Set03-7-127-AllOpt-IBMMapped-Extra.csv b/dataset/iquantum/MQT-Set04-7-127-AllOpt-IBMMapped-Extra.csv similarity index 100% rename from dataset/iquantum/MQT-Set03-7-127-AllOpt-IBMMapped-Extra.csv rename to dataset/iquantum/MQT-Set04-7-127-AllOpt-IBMMapped-Extra.csv diff --git a/dataset/iquantum/iquantumDataGen.ipynb b/dataset/iquantum/iquantumDataGen.ipynb index 960d080d8..97967e543 100644 --- a/dataset/iquantum/iquantumDataGen.ipynb +++ b/dataset/iquantum/iquantumDataGen.ipynb @@ -153,6 +153,61 @@ " writer.writerow(row) # Write the updated row to the output file\n" ] }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Extraction complete. Filtered lines are saved to MQT-Set03-7-127-AllOpt-IBMMapped-Only127-Extra.csv\n" + ] + } + ], + "source": [ + "## Split the 127-qubit tasks from Set3\n", + "import csv \n", + "\n", + "def filter_lines(input_file, output_file, mapped_backend_value):\n", + " with open(input_file, 'r') as infile, open(output_file, 'w', newline='') as outfile:\n", + " reader = csv.DictReader(infile)\n", + " writer = csv.DictWriter(outfile, fieldnames=reader.fieldnames)\n", + " writer.writeheader()\n", + "\n", + " for row in reader:\n", + " if row['mapped_backend'] == mapped_backend_value:\n", + " writer.writerow(row)\n", + "\n", + "input_file = \"MQT-Set03-7-127-AllOpt-IBMMapped-Extra.csv\"\n", + "output_file = \"MQT-Set03-7-127-AllOpt-IBMMapped-Only127-Extra.csv\"\n", + "mapped_backend_value = \"ibm_127q\"\n", + "\n", + "filter_lines(input_file, output_file, mapped_backend_value)\n", + "\n", + "print(\"Extraction complete. Filtered lines are saved to\", output_file)" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "import pandas as pd\n", + "\n", + "# Read the CSV file into a pandas DataFrame\n", + "file_path = \"MQT-Set03-7-127-AllOpt-IBMMapped-Only127-Extra.csv\"\n", + "df = pd.read_csv(file_path)\n", + "\n", + "# Add the index values to the \"index\" column\n", + "df[\"index\"] = range(len(df))\n", + "\n", + "# Save the updated DataFrame back to the CSV file\n", + "df.to_csv(file_path, index=False)" + ] + }, { "cell_type": "code", "execution_count": null, From b8f487e12d1dd8bee6113912f27baf4916495218 Mon Sep 17 00:00:00 2001 From: Hoa Nguyen Date: Wed, 26 Jul 2023 22:39:58 +1000 Subject: [PATCH 4/6] Update QEdgeBroker --- .../1.0/distribution-1.0.tar.gz.md5 | 2 +- .../1.0/distribution-1.0.tar.gz.sha1 | 2 +- .../distribution/1.0/distribution-1.0.zip.md5 | 2 +- .../1.0/distribution-1.0.zip.sha1 | 2 +- .../iquantum/distribution/maven-metadata.xml | 2 +- .../distribution/maven-metadata.xml.md5 | 2 +- .../distribution/maven-metadata.xml.sha1 | 2 +- .../1.0/documentation-1.0.jar.md5 | 2 +- .../1.0/documentation-1.0.jar.sha1 | 2 +- .../iquantum/documentation/maven-metadata.xml | 2 +- .../documentation/maven-metadata.xml.md5 | 2 +- .../documentation/maven-metadata.xml.sha1 | 2 +- .../qcloudedge/iQuantumCloudEdgeExample3.java | 5 +- .../org/iquantum/brokers/QEdgeBroker.java | 5 + .../target/apidocs/legal/ASSEMBLY_EXCEPTION | 6 +- .../iquantum/target/apidocs/legal/jqueryUI.md | 2 +- modules/iquantum/target/apidocs/script.js | 156 +--- modules/iquantum/target/apidocs/search.js | 614 ++++++------- .../iquantum/target/apidocs/stylesheet.css | 861 +++++------------- .../maven-javadoc-plugin-stale-data.txt | 178 ++-- .../TEST-org.iquantum.CTaskTest.xml | 110 +-- ...tum.CloudletSchedulerSingleServiceTest.xml | 128 +-- ...T-org.iquantum.HostDynamicWorkloadTest.xml | 110 +-- .../TEST-org.iquantum.HostTest.xml | 112 +-- .../TEST-org.iquantum.LogTest.xml | 108 +-- .../TEST-org.iquantum.PeTest.xml | 106 ++- ....UtilizationModelPlanetLabInMemoryTest.xml | 100 +- ...quantum.UtilizationModelStochasticTest.xml | 100 +- ...chedulerTimeSharedOverSubscriptionTest.xml | 108 +-- ...org.iquantum.VmSchedulerTimeSharedTest.xml | 104 ++- .../TEST-org.iquantum.lists.PeListTest.xml | 112 +-- .../TEST-org.iquantum.lists.VmListTest.xml | 102 ++- .../TEST-org.iquantum.power.PowerHostTest.xml | 102 ++- ...mSelectionPolicyMaximumCorrelationTest.xml | 100 +- ...antum.power.models.PowerModelCubicTest.xml | 108 +-- ...ntum.power.models.PowerModelLinearTest.xml | 108 +-- ...werModelSpecPowerIbmX3550XeonX5675Test.xml | 104 ++- ...uantum.power.models.PowerModelSqrtTest.xml | 108 +-- ...ntum.power.models.PowerModelSquareTest.xml | 108 +-- ...m.provisioners.BwProvisionerSimpleTest.xml | 108 +-- ...m.provisioners.PeProvisionerSimpleTest.xml | 112 +-- ....provisioners.RamProvisionerSimpleTest.xml | 108 +-- .../TEST-org.iquantum.util.MathUtilTest.xml | 108 +-- ...g.iquantum.util.WorkloadFileReaderTest.xml | 100 +- .../org.iquantum.CTaskTest.txt | 2 +- ...tum.CloudletSchedulerSingleServiceTest.txt | 2 +- .../org.iquantum.HostDynamicWorkloadTest.txt | 2 +- .../org.iquantum.HostTest.txt | 2 +- .../surefire-reports/org.iquantum.LogTest.txt | 2 +- .../surefire-reports/org.iquantum.PeTest.txt | 2 +- ....UtilizationModelPlanetLabInMemoryTest.txt | 2 +- ...quantum.UtilizationModelStochasticTest.txt | 2 +- ...chedulerTimeSharedOverSubscriptionTest.txt | 2 +- ...org.iquantum.VmSchedulerTimeSharedTest.txt | 2 +- .../org.iquantum.lists.PeListTest.txt | 2 +- .../org.iquantum.lists.VmListTest.txt | 2 +- .../org.iquantum.power.PowerHostTest.txt | 2 +- ...mSelectionPolicyMaximumCorrelationTest.txt | 2 +- ...antum.power.models.PowerModelCubicTest.txt | 2 +- ...ntum.power.models.PowerModelLinearTest.txt | 2 +- ...werModelSpecPowerIbmX3550XeonX5675Test.txt | 2 +- ...uantum.power.models.PowerModelSqrtTest.txt | 2 +- ...ntum.power.models.PowerModelSquareTest.txt | 2 +- ...m.provisioners.BwProvisionerSimpleTest.txt | 2 +- ...m.provisioners.PeProvisionerSimpleTest.txt | 2 +- ....provisioners.RamProvisionerSimpleTest.txt | 2 +- .../org.iquantum.util.MathUtilTest.txt | 2 +- ...g.iquantum.util.WorkloadFileReaderTest.txt | 2 +- .../org/iquantum/modules/maven-metadata.xml | 2 +- .../iquantum/modules/maven-metadata.xml.md5 | 2 +- .../iquantum/modules/maven-metadata.xml.sha1 | 2 +- 71 files changed, 1995 insertions(+), 2484 deletions(-) diff --git a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.md5 b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.md5 index f925b384f..fad882415 100644 --- a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.md5 +++ b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.md5 @@ -1 +1 @@ -171240f07ae3f64bd82d75ea77c4ee1d \ No newline at end of file +afd7c3392451ddd681ec41d3ba85286c \ No newline at end of file diff --git a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.sha1 b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.sha1 index 78bfc0aa4..e9f4f4bc6 100644 --- a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.sha1 +++ b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.sha1 @@ -1 +1 @@ -19012a7a42a0d5044bceacb8f564d4b3a3efff58 \ No newline at end of file +c44ee6701f80e641d682cadec2e7286d04e33fa7 \ No newline at end of file diff --git a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.md5 b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.md5 index 55b105205..71df6d6be 100644 --- a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.md5 +++ b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.md5 @@ -1 +1 @@ -4db3da2c263182c6f3d5ffddf7f0d482 \ No newline at end of file +c758bdd1c6e373c5b4dfa6819929ada4 \ No newline at end of file diff --git a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.sha1 b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.sha1 index 7d3be66a8..3ec6804c8 100644 --- a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.sha1 +++ b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.sha1 @@ -1 +1 @@ -2b5425f5a77e68427bb89bf2763350cc0cac1e26 \ No newline at end of file +59f3dbc4594c7e4bb0548df15e2a3de69665c30f \ No newline at end of file diff --git a/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml b/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml index 87c774dbb..2bfd95241 100644 --- a/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml +++ b/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml @@ -7,6 +7,6 @@ 1.0 - 20230725061932 + 20230726123838 diff --git a/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.md5 b/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.md5 index 890775532..834886c6a 100644 --- a/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.md5 +++ b/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.md5 @@ -1 +1 @@ -12a0aa8bd6346891a48709df62a0a9fe \ No newline at end of file +066eb53fa92564bf02ef63366b9496ee \ No newline at end of file diff --git a/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.sha1 b/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.sha1 index a98cd2b8d..363abe03e 100644 --- a/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.sha1 +++ b/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.sha1 @@ -1 +1 @@ -9c12adeeac78a8bbe662c30905406b7890547ae8 \ No newline at end of file +b4c16fa50df608727645d884409c1669a1a1360b \ No newline at end of file diff --git a/documentation/target/deployment-artifacts/org/iquantum/documentation/1.0/documentation-1.0.jar.md5 b/documentation/target/deployment-artifacts/org/iquantum/documentation/1.0/documentation-1.0.jar.md5 index 35a0500a1..32f4bbd00 100644 --- a/documentation/target/deployment-artifacts/org/iquantum/documentation/1.0/documentation-1.0.jar.md5 +++ b/documentation/target/deployment-artifacts/org/iquantum/documentation/1.0/documentation-1.0.jar.md5 @@ -1 +1 @@ -c5eab92fc018b23c2301aa10c9cb7234 \ No newline at end of file +80a41e04e6b49e6369b9704b1c2915e9 \ No newline at end of file diff --git a/documentation/target/deployment-artifacts/org/iquantum/documentation/1.0/documentation-1.0.jar.sha1 b/documentation/target/deployment-artifacts/org/iquantum/documentation/1.0/documentation-1.0.jar.sha1 index 56dc28c26..e0ee5866a 100644 --- a/documentation/target/deployment-artifacts/org/iquantum/documentation/1.0/documentation-1.0.jar.sha1 +++ b/documentation/target/deployment-artifacts/org/iquantum/documentation/1.0/documentation-1.0.jar.sha1 @@ -1 +1 @@ -e275bd8f2956b0f75308541d475ef1905468cfe6 \ No newline at end of file +71cb23c0d4326287f111963c88060f4ca013f369 \ No newline at end of file diff --git a/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml b/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml index 510b48d82..86622f279 100644 --- a/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml +++ b/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml @@ -7,6 +7,6 @@ 1.0 - 20230725061932 + 20230726123835 diff --git a/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.md5 b/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.md5 index 47cf198c0..db095d796 100644 --- a/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.md5 +++ b/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.md5 @@ -1 +1 @@ -af638dca7abc50aa5680e0f7d10dc0ca \ No newline at end of file +48052e63623499769b32b435f7ceb1d7 \ No newline at end of file diff --git a/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.sha1 b/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.sha1 index c1717e76a..d1f8c9c51 100644 --- a/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.sha1 +++ b/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.sha1 @@ -1 +1 @@ -01f691774931fa7d8aad0c6154c5d5644b076aed \ No newline at end of file +c6763d4cbc1ab77e9b98cb337e60938edb42437d \ No newline at end of file diff --git a/modules/iquantum-examples/src/main/java/org/iquantum/examples/qcloudedge/iQuantumCloudEdgeExample3.java b/modules/iquantum-examples/src/main/java/org/iquantum/examples/qcloudedge/iQuantumCloudEdgeExample3.java index 0ee9dea6a..711d425f2 100644 --- a/modules/iquantum-examples/src/main/java/org/iquantum/examples/qcloudedge/iQuantumCloudEdgeExample3.java +++ b/modules/iquantum-examples/src/main/java/org/iquantum/examples/qcloudedge/iQuantumCloudEdgeExample3.java @@ -42,7 +42,7 @@ public class iQuantumCloudEdgeExample3 { private static List qeNodeList; public static void main(String[] args) throws Exception { - Log.disable(); +// Log.disable(); // Get the current time before executing the Java code long startTime = System.currentTimeMillis(); String exampleName = "iQuantumCloudEdgeExample3"; @@ -170,7 +170,8 @@ private static List createQTaskList(QBroker qBroker) { List QTaskList = new ArrayList<>(); // String folderPath = "dataset/iquantum/MQT-Set01-298-10-27-IBMQ27-Opt3-Extra.csv"; // String folderPath = "dataset/iquantum/MQT-Set02-10-27-Mapped-AllAlgorithmLeft-Extra.csv"; - String folderPath = "dataset/iquantum/MQT-Set03-7-127-AllOpt-IBMMapped-Extra.csv"; +// String folderPath = "dataset/iquantum/MQT-Set03-7-127-AllOpt-IBMMapped-Only127-Extra.csv"; + String folderPath = "dataset/iquantum/MQT-Set04-7-127-AllOpt-IBMMapped-Extra.csv"; Path datasetPath = Paths.get(System.getProperty("user.dir"), folderPath); QTaskImporter QTaskImporter = new QTaskImporter(); try { diff --git a/modules/iquantum/src/main/java/org/iquantum/brokers/QEdgeBroker.java b/modules/iquantum/src/main/java/org/iquantum/brokers/QEdgeBroker.java index a2fddd034..4959f4802 100644 --- a/modules/iquantum/src/main/java/org/iquantum/brokers/QEdgeBroker.java +++ b/modules/iquantum/src/main/java/org/iquantum/brokers/QEdgeBroker.java @@ -119,7 +119,12 @@ protected void processQTaskSubmit(SimEvent ev) { if(!Log.isDisabled()) { Log.printConcatLine(iQuantum.clock(), ": ", getName(), ": Postponing execution of QTask ", qTask.getQTaskId(), ": No sufficient QNode available."); + Log.printConcatLine(iQuantum.clock(), ": ", getName(), ": Try offloading QTask to Cloud ", qTask.getQTaskId(), + ": No sufficient QNode at Edge layer is available."); } + qTask.setBrokerId(-1); + failedQTasks.add(qTask); + numQTaskFailed++; } } // If this task is submitted to Edge Layer, it can be offloaded to Cloud Layer diff --git a/modules/iquantum/target/apidocs/legal/ASSEMBLY_EXCEPTION b/modules/iquantum/target/apidocs/legal/ASSEMBLY_EXCEPTION index 429666664..065b8d902 100644 --- a/modules/iquantum/target/apidocs/legal/ASSEMBLY_EXCEPTION +++ b/modules/iquantum/target/apidocs/legal/ASSEMBLY_EXCEPTION @@ -2,8 +2,8 @@ OPENJDK ASSEMBLY EXCEPTION The OpenJDK source code made available by Oracle America, Inc. (Oracle) at -openjdk.org ("OpenJDK Code") is distributed under the terms of the GNU -General Public License version 2 +openjdk.java.net ("OpenJDK Code") is distributed under the terms of the GNU +General Public License version 2 only ("GPL2"), with the following clarification and special exception. Linking this OpenJDK Code statically or dynamically with other code @@ -12,7 +12,7 @@ only ("GPL2"), with the following clarification and special exception. As a special exception, Oracle gives you permission to link this OpenJDK Code with certain code licensed by Oracle as indicated at - https://openjdk.org/legal/exception-modules-2007-05-08.html + http://openjdk.java.net/legal/exception-modules-2007-05-08.html ("Designated Exception Modules") to produce an executable, regardless of the license terms of the Designated Exception Modules, and to copy and distribute the resulting executable under GPL2, diff --git a/modules/iquantum/target/apidocs/legal/jqueryUI.md b/modules/iquantum/target/apidocs/legal/jqueryUI.md index 9f4c9e951..8031bdb56 100644 --- a/modules/iquantum/target/apidocs/legal/jqueryUI.md +++ b/modules/iquantum/target/apidocs/legal/jqueryUI.md @@ -1,4 +1,4 @@ -## jQuery UI v1.13.1 +## jQuery UI v1.12.1 ### jQuery UI License ``` diff --git a/modules/iquantum/target/apidocs/script.js b/modules/iquantum/target/apidocs/script.js index 324dbca28..864989cf4 100644 --- a/modules/iquantum/target/apidocs/script.js +++ b/modules/iquantum/target/apidocs/script.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, 2022, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2013, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -28,14 +28,6 @@ var packageSearchIndex; var typeSearchIndex; var memberSearchIndex; var tagSearchIndex; - -var oddRowColor = "odd-row-color"; -var evenRowColor = "even-row-color"; -var sortAsc = "sort-asc"; -var sortDesc = "sort-desc"; -var tableTab = "table-tab"; -var activeTableTab = "active-table-tab"; - function loadScripts(doc, tag) { createElem(doc, tag, 'search.js'); @@ -53,93 +45,6 @@ function createElem(doc, tag, path) { scriptElement.parentNode.insertBefore(script, scriptElement); } -// Helper for making content containing release names comparable lexicographically -function makeComparable(s) { - return s.toLowerCase().replace(/(\d+)/g, - function(n, m) { - return ("000" + m).slice(-4); - }); -} - -// Switches between two styles depending on a condition -function toggleStyle(classList, condition, trueStyle, falseStyle) { - if (condition) { - classList.remove(falseStyle); - classList.add(trueStyle); - } else { - classList.remove(trueStyle); - classList.add(falseStyle); - } -} - -// Sorts the rows in a table lexicographically by the content of a specific column -function sortTable(header, columnIndex, columns) { - var container = header.parentElement; - var descending = header.classList.contains(sortAsc); - container.querySelectorAll("div.table-header").forEach( - function(header) { - header.classList.remove(sortAsc); - header.classList.remove(sortDesc); - } - ) - var cells = container.children; - var rows = []; - for (var i = columns; i < cells.length; i += columns) { - rows.push(Array.prototype.slice.call(cells, i, i + columns)); - } - var comparator = function(a, b) { - var ka = makeComparable(a[columnIndex].textContent); - var kb = makeComparable(b[columnIndex].textContent); - if (ka < kb) - return descending ? 1 : -1; - if (ka > kb) - return descending ? -1 : 1; - return 0; - }; - var sorted = rows.sort(comparator); - var visible = 0; - sorted.forEach(function(row) { - if (row[0].style.display !== 'none') { - var isEvenRow = visible++ % 2 === 0; - } - row.forEach(function(cell) { - toggleStyle(cell.classList, isEvenRow, evenRowColor, oddRowColor); - container.appendChild(cell); - }) - }); - toggleStyle(header.classList, descending, sortDesc, sortAsc); -} - -// Toggles the visibility of a table category in all tables in a page -function toggleGlobal(checkbox, selected, columns) { - var display = checkbox.checked ? '' : 'none'; - document.querySelectorAll("div.table-tabs").forEach(function(t) { - var id = t.parentElement.getAttribute("id"); - var selectedClass = id + "-tab" + selected; - // if selected is empty string it selects all uncategorized entries - var selectUncategorized = !Boolean(selected); - var visible = 0; - document.querySelectorAll('div.' + id) - .forEach(function(elem) { - if (selectUncategorized) { - if (elem.className.indexOf(selectedClass) === -1) { - elem.style.display = display; - } - } else if (elem.classList.contains(selectedClass)) { - elem.style.display = display; - } - if (elem.style.display === '') { - var isEvenRow = visible++ % (columns * 2) < columns; - toggleStyle(elem.classList, isEvenRow, evenRowColor, oddRowColor); - } - }); - var displaySection = visible === 0 ? 'none' : ''; - t.parentElement.style.display = displaySection; - document.querySelector("li#contents-" + id).style.display = displaySection; - }) -} - -// Shows the elements of a table belonging to a specific category function show(tableId, selected, columns) { if (tableId !== selected) { document.querySelectorAll('div.' + tableId + ':not(.' + selected + ')') @@ -151,7 +56,8 @@ function show(tableId, selected, columns) { .forEach(function(elem, index) { elem.style.display = ''; var isEvenRow = index % (columns * 2) < columns; - toggleStyle(elem.classList, isEvenRow, evenRowColor, oddRowColor); + elem.classList.remove(isEvenRow ? oddRowColor : evenRowColor); + elem.classList.add(isEvenRow ? evenRowColor : oddRowColor); }); updateTabs(tableId, selected); } @@ -199,49 +105,7 @@ function indexFilesLoaded() { && memberSearchIndex && tagSearchIndex; } -// Copy the contents of the local snippet to the clipboard -function copySnippet(button) { - copyToClipboard(button.nextElementSibling.innerText); - switchCopyLabel(button.firstElementChild, button.parentElement); -} -// Copy the link to the adjacent header to the clipboard -function copyUrl(button) { - var id; - var header = button.parentElement; - if (header.hasAttribute("id")) { - id = header.getAttribute("id"); - } else if (header.parentElement.tagName === 'SECTION' && header.parentElement.hasAttribute("id")) { - id = header.parentElement.getAttribute("id"); - } else if (header.firstElementChild && header.firstElementChild.tagName === "A" - && header.firstElementChild.hasAttribute("id")) { - id = header.firstElementChild.getAttribute("id"); - } - var url = document.location.href; - if (url.indexOf("#") > -1) { - url = url.substring(0, url.indexOf("#")); - } - copyToClipboard(url + "#" + id); - switchCopyLabel(button.lastElementChild, button.parentElement); -} -function copyToClipboard(content) { - var textarea = document.createElement("textarea"); - textarea.style.height = 0; - document.body.appendChild(textarea); - textarea.value = content; - textarea.select(); - document.execCommand("copy"); - document.body.removeChild(textarea); -} -function switchCopyLabel(span, parent) { - var copied = span.getAttribute("data-copied"); - if (span.innerHTML !== copied) { - var initialLabel = span.innerHTML; - span.innerHTML = copied; - parent.onmouseleave = parent.ontouchend = function() { - span.innerHTML = initialLabel; - }; - } -} + // Workaround for scroll position not being included in browser history (8249133) document.addEventListener("DOMContentLoaded", function(e) { var contentDiv = document.querySelector("div.flex-content"); @@ -253,14 +117,14 @@ document.addEventListener("DOMContentLoaded", function(e) { window.addEventListener("hashchange", function(e) { history.replaceState(contentDiv.scrollTop, document.title); }); - var timeoutId; contentDiv.addEventListener("scroll", function(e) { - if (timeoutId) { - clearTimeout(timeoutId); + var timeoutID; + if (!timeoutID) { + timeoutID = setTimeout(function() { + history.replaceState(contentDiv.scrollTop, document.title); + timeoutID = null; + }, 100); } - timeoutId = setTimeout(function() { - history.replaceState(contentDiv.scrollTop, document.title); - }, 100); }); if (!location.hash) { history.replaceState(contentDiv.scrollTop, document.title); diff --git a/modules/iquantum/target/apidocs/search.js b/modules/iquantum/target/apidocs/search.js index ca51be215..db3b2f4a6 100644 --- a/modules/iquantum/target/apidocs/search.js +++ b/modules/iquantum/target/apidocs/search.js @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, 2022, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -22,413 +22,282 @@ * or visit www.oracle.com if you need additional information or have any * questions. */ -"use strict"; -const messages = { - enterTerm: "Enter a search term", - noResult: "No results found", - oneResult: "Found one result", - manyResults: "Found {0} results", - loading: "Loading search index...", - searching: "Searching...", - redirecting: "Redirecting to first result...", - copyUrl: "Copy URL", - urlCopied: "Copied!" -} -const categories = { - modules: "Modules", - packages: "Packages", - types: "Classes and Interfaces", - members: "Members", - searchTags: "Search Tags" -}; -const highlight = "$&"; -const NO_MATCH = {}; -const MAX_RESULTS = 300; -function checkUnnamed(name, separator) { - return name === "" || !name ? "" : name + separator; -} + +var noResult = {l: "No results found"}; +var loading = {l: "Loading search index..."}; +var catModules = "Modules"; +var catPackages = "Packages"; +var catTypes = "Classes and Interfaces"; +var catMembers = "Members"; +var catSearchTags = "Search Tags"; +var highlight = "$&"; +var searchPattern = ""; +var fallbackPattern = ""; +var RANKING_THRESHOLD = 2; +var NO_MATCH = 0xffff; +var MIN_RESULTS = 3; +var MAX_RESULTS = 500; +var UNNAMED = ""; function escapeHtml(str) { return str.replace(//g, ">"); } -function getHighlightedText(str, boundaries, from, to) { - var start = from; - var text = ""; - for (var i = 0; i < boundaries.length; i += 2) { - var b0 = boundaries[i]; - var b1 = boundaries[i + 1]; - if (b0 >= to || b1 <= from) { - continue; - } - text += escapeHtml(str.slice(start, Math.max(start, b0))); - text += ""; - text += escapeHtml(str.slice(Math.max(start, b0), Math.min(to, b1))); - text += ""; - start = Math.min(to, b1); +function getHighlightedText(item, matcher, fallbackMatcher) { + var escapedItem = escapeHtml(item); + var highlighted = escapedItem.replace(matcher, highlight); + if (highlighted === escapedItem) { + highlighted = escapedItem.replace(fallbackMatcher, highlight) } - text += escapeHtml(str.slice(start, to)); - return text; + return highlighted; } -function getURLPrefix(item, category) { - var urlPrefix = ""; +function getURLPrefix(ui) { + var urlPrefix=""; var slash = "/"; - if (category === "modules") { - return item.l + slash; - } else if (category === "packages" && item.m) { - return item.m + slash; - } else if (category === "types" || category === "members") { - if (item.m) { - urlPrefix = item.m + slash; + if (ui.item.category === catModules) { + return ui.item.l + slash; + } else if (ui.item.category === catPackages && ui.item.m) { + return ui.item.m + slash; + } else if (ui.item.category === catTypes || ui.item.category === catMembers) { + if (ui.item.m) { + urlPrefix = ui.item.m + slash; } else { - $.each(packageSearchIndex, function(index, it) { - if (it.m && item.p === it.l) { - urlPrefix = it.m + slash; + $.each(packageSearchIndex, function(index, item) { + if (item.m && ui.item.p === item.l) { + urlPrefix = item.m + slash; } }); } } return urlPrefix; } -function getURL(item, category) { - if (item.url) { - return item.url; - } - var url = getURLPrefix(item, category); - if (category === "modules") { - url += "module-summary.html"; - } else if (category === "packages") { - if (item.u) { - url = item.u; - } else { - url += item.l.replace(/\./g, '/') + "/package-summary.html"; - } - } else if (category === "types") { - if (item.u) { - url = item.u; - } else { - url += checkUnnamed(item.p, "/").replace(/\./g, '/') + item.l + ".html"; - } - } else if (category === "members") { - url += checkUnnamed(item.p, "/").replace(/\./g, '/') + item.c + ".html" + "#"; - if (item.u) { - url += item.u; - } else { - url += item.l; - } - } else if (category === "searchTags") { - url += item.u; - } - item.url = url; - return url; -} -function createMatcher(term, camelCase) { - if (camelCase && !isUpperCase(term)) { - return null; // no need for camel-case matcher for lower case query - } +function createSearchPattern(term) { var pattern = ""; - var upperCase = []; - term.trim().split(/\s+/).forEach(function(w, index, array) { - var tokens = w.split(/(?=[A-Z,.()<>?[\/])/); + var isWordToken = false; + term.replace(/,\s*/g, ", ").trim().split(/\s+/).forEach(function(w, index) { + if (index > 0) { + // whitespace between identifiers is significant + pattern += (isWordToken && /^\w/.test(w)) ? "\\s+" : "\\s*"; + } + var tokens = w.split(/(?=[A-Z,.()<>[\/])/); for (var i = 0; i < tokens.length; i++) { var s = tokens[i]; - // ',' and '?' are the only delimiters commonly followed by space in java signatures - pattern += "(" + $.ui.autocomplete.escapeRegex(s).replace(/[,?]/g, "$&\\s*?") + ")"; - upperCase.push(false); - var isWordToken = /\w$/.test(s); + if (s === "") { + continue; + } + pattern += $.ui.autocomplete.escapeRegex(s); + isWordToken = /\w$/.test(s); if (isWordToken) { - if (i === tokens.length - 1 && index < array.length - 1) { - // space in query string matches all delimiters - pattern += "(.*?)"; - upperCase.push(isUpperCase(s[0])); - } else { - if (!camelCase && isUpperCase(s) && s.length === 1) { - pattern += "()"; - } else { - pattern += "([a-z0-9$<>?[\\]]*?)"; - } - upperCase.push(isUpperCase(s[0])); - } - } else { - pattern += "()"; - upperCase.push(false); + pattern += "([a-z0-9_$<>\\[\\]]*?)"; } } }); - var re = new RegExp(pattern, "gi"); - re.upperCase = upperCase; - return re; -} -function findMatch(matcher, input, startOfName, endOfName) { - var from = startOfName; - matcher.lastIndex = from; - var match = matcher.exec(input); - // Expand search area until we get a valid result or reach the beginning of the string - while (!match || match.index + match[0].length < startOfName || endOfName < match.index) { - if (from === 0) { - return NO_MATCH; - } - from = input.lastIndexOf(".", from - 2) + 1; - matcher.lastIndex = from; - match = matcher.exec(input); - } - var boundaries = []; - var matchEnd = match.index + match[0].length; - var score = 5; - var start = match.index; - var prevEnd = -1; - for (var i = 1; i < match.length; i += 2) { - var isUpper = isUpperCase(input[start]); - var isMatcherUpper = matcher.upperCase[i]; - // capturing groups come in pairs, match and non-match - boundaries.push(start, start + match[i].length); - // make sure groups are anchored on a left word boundary - var prevChar = input[start - 1] || ""; - var nextChar = input[start + 1] || ""; - if (start !== 0 && !/[\W_]/.test(prevChar) && !/[\W_]/.test(input[start])) { - if (isUpper && (isLowerCase(prevChar) || isLowerCase(nextChar))) { - score -= 0.1; - } else if (isMatcherUpper && start === prevEnd) { - score -= isUpper ? 0.1 : 1.0; - } else { - return NO_MATCH; - } - } - prevEnd = start + match[i].length; - start += match[i].length + match[i + 1].length; - - // lower score for parts of the name that are missing - if (match[i + 1] && prevEnd < endOfName) { - score -= rateNoise(match[i + 1]); - } - } - // lower score if a type name contains unmatched camel-case parts - if (input[matchEnd - 1] !== "." && endOfName > matchEnd) - score -= rateNoise(input.slice(matchEnd, endOfName)); - score -= rateNoise(input.slice(0, Math.max(startOfName, match.index))); - - if (score <= 0) { - return NO_MATCH; - } - return { - input: input, - score: score, - boundaries: boundaries - }; + return pattern; } -function isUpperCase(s) { - return s !== s.toLowerCase(); +function createMatcher(pattern, flags) { + var isCamelCase = /[A-Z]/.test(pattern); + return new RegExp(pattern, flags + (isCamelCase ? "" : "i")); } -function isLowerCase(s) { - return s !== s.toUpperCase(); -} -function rateNoise(str) { - return (str.match(/([.(])/g) || []).length / 5 - + (str.match(/([A-Z]+)/g) || []).length / 10 - + str.length / 20; -} -function doSearch(request, response) { - var term = request.term.trim(); - var maxResults = request.maxResults || MAX_RESULTS; - if (term.length === 0) { - return this.close(); - } - var matcher = { - plainMatcher: createMatcher(term, false), - camelCaseMatcher: createMatcher(term, true) - } - var indexLoaded = indexFilesLoaded(); - - function getPrefix(item, category) { - switch (category) { - case "packages": - return checkUnnamed(item.m, "/"); - case "types": - return checkUnnamed(item.p, "."); - case "members": - return checkUnnamed(item.p, ".") + item.c + "."; - default: - return ""; - } - } - function useQualifiedName(category) { - switch (category) { - case "packages": - return /[\s/]/.test(term); - case "types": - case "members": - return /[\s.]/.test(term); - default: - return false; - } - } - function searchIndex(indexArray, category) { - var matches = []; - if (!indexArray) { - if (!indexLoaded) { - matches.push({ l: messages.loading, category: category }); - } - return matches; +var watermark = 'Search'; +$(function() { + var search = $("#search-input"); + var reset = $("#reset-button"); + search.val(''); + search.prop("disabled", false); + reset.prop("disabled", false); + search.val(watermark).addClass('watermark'); + search.blur(function() { + if ($(this).val().length === 0) { + $(this).val(watermark).addClass('watermark'); } - $.each(indexArray, function (i, item) { - var prefix = getPrefix(item, category); - var simpleName = item.l; - var qualifiedName = prefix + simpleName; - var useQualified = useQualifiedName(category); - var input = useQualified ? qualifiedName : simpleName; - var startOfName = useQualified ? prefix.length : 0; - var endOfName = category === "members" && input.indexOf("(", startOfName) > -1 - ? input.indexOf("(", startOfName) : input.length; - var m = findMatch(matcher.plainMatcher, input, startOfName, endOfName); - if (m === NO_MATCH && matcher.camelCaseMatcher) { - m = findMatch(matcher.camelCaseMatcher, input, startOfName, endOfName); - } - if (m !== NO_MATCH) { - m.indexItem = item; - m.prefix = prefix; - m.category = category; - if (!useQualified) { - m.input = qualifiedName; - m.boundaries = m.boundaries.map(function(b) { - return b + prefix.length; - }); - } - matches.push(m); - } - return true; - }); - return matches.sort(function(e1, e2) { - return e2.score - e1.score; - }).slice(0, maxResults); - } - - var result = searchIndex(moduleSearchIndex, "modules") - .concat(searchIndex(packageSearchIndex, "packages")) - .concat(searchIndex(typeSearchIndex, "types")) - .concat(searchIndex(memberSearchIndex, "members")) - .concat(searchIndex(tagSearchIndex, "searchTags")); - - if (!indexLoaded) { - updateSearchResults = function() { - doSearch(request, response); + }); + search.on('click keydown paste', function() { + if ($(this).val() === watermark) { + $(this).val('').removeClass('watermark'); } - } else { - updateSearchResults = function() {}; - } - response(result); -} -// JQuery search menu implementation + }); + reset.click(function() { + search.val('').focus(); + }); + search.focus()[0].setSelectionRange(0, 0); +}); $.widget("custom.catcomplete", $.ui.autocomplete, { _create: function() { this._super(); - this.widget().menu("option", "items", "> .result-item"); - // workaround for search result scrolling - this.menu._scrollIntoView = function _scrollIntoView( item ) { - var borderTop, paddingTop, offset, scroll, elementHeight, itemHeight; - if ( this._hasScroll() ) { - borderTop = parseFloat( $.css( this.activeMenu[ 0 ], "borderTopWidth" ) ) || 0; - paddingTop = parseFloat( $.css( this.activeMenu[ 0 ], "paddingTop" ) ) || 0; - offset = item.offset().top - this.activeMenu.offset().top - borderTop - paddingTop; - scroll = this.activeMenu.scrollTop(); - elementHeight = this.activeMenu.height() - 26; - itemHeight = item.outerHeight(); - - if ( offset < 0 ) { - this.activeMenu.scrollTop( scroll + offset ); - } else if ( offset + itemHeight > elementHeight ) { - this.activeMenu.scrollTop( scroll + offset - elementHeight + itemHeight ); - } - } - }; + this.widget().menu("option", "items", "> :not(.ui-autocomplete-category)"); }, _renderMenu: function(ul, items) { + var rMenu = this; var currentCategory = ""; - var widget = this; - widget.menu.bindings = $(); + rMenu.menu.bindings = $(); $.each(items, function(index, item) { + var li; if (item.category && item.category !== currentCategory) { - ul.append("
    • " + categories[item.category] + "
    • "); + ul.append("
    • " + item.category + "
    • "); currentCategory = item.category; } - var li = widget._renderItemData(ul, item); + li = rMenu._renderItemData(ul, item); if (item.category) { - li.attr("aria-label", categories[item.category] + " : " + item.l); + li.attr("aria-label", item.category + " : " + item.l); + li.attr("class", "result-item"); } else { li.attr("aria-label", item.l); + li.attr("class", "result-item"); } - li.attr("class", "result-item"); }); - ul.append(""); }, _renderItem: function(ul, item) { + var label = ""; + var matcher = createMatcher(escapeHtml(searchPattern), "g"); + var fallbackMatcher = new RegExp(fallbackPattern, "gi") + if (item.category === catModules) { + label = getHighlightedText(item.l, matcher, fallbackMatcher); + } else if (item.category === catPackages) { + label = getHighlightedText(item.l, matcher, fallbackMatcher); + } else if (item.category === catTypes) { + label = (item.p && item.p !== UNNAMED) + ? getHighlightedText(item.p + "." + item.l, matcher, fallbackMatcher) + : getHighlightedText(item.l, matcher, fallbackMatcher); + } else if (item.category === catMembers) { + label = (item.p && item.p !== UNNAMED) + ? getHighlightedText(item.p + "." + item.c + "." + item.l, matcher, fallbackMatcher) + : getHighlightedText(item.c + "." + item.l, matcher, fallbackMatcher); + } else if (item.category === catSearchTags) { + label = getHighlightedText(item.l, matcher, fallbackMatcher); + } else { + label = item.l; + } var li = $("
    • ").appendTo(ul); var div = $("
      ").appendTo(li); - var label = item.l - ? item.l - : getHighlightedText(item.input, item.boundaries, 0, item.input.length); - var idx = item.indexItem; - if (item.category === "searchTags" && idx.h) { - if (idx.d) { - div.html(label + " (" + idx.h + ")
      " - + idx.d + "
      "); + if (item.category === catSearchTags && item.h) { + if (item.d) { + div.html(label + " (" + item.h + ")
      " + + item.d + "
      "); } else { - div.html(label + " (" + idx.h + ")"); + div.html(label + " (" + item.h + ")"); } } else { - div.html(label); + if (item.m) { + div.html(item.m + "/" + label); + } else { + div.html(label); + } } return li; } }); -$(function() { - var expanded = false; - var windowWidth; - function collapse() { - if (expanded) { - $("div#navbar-top").removeAttr("style"); - $("button#navbar-toggle-button") - .removeClass("expanded") - .attr("aria-expanded", "false"); - expanded = false; +function rankMatch(match, category) { + if (!match) { + return NO_MATCH; + } + var index = match.index; + var input = match.input; + var leftBoundaryMatch = 2; + var periferalMatch = 0; + // make sure match is anchored on a left word boundary + if (index === 0 || /\W/.test(input[index - 1]) || "_" === input[index]) { + leftBoundaryMatch = 0; + } else if ("_" === input[index - 1] || (input[index] === input[index].toUpperCase() && !/^[A-Z0-9_$]+$/.test(input))) { + leftBoundaryMatch = 1; + } + var matchEnd = index + match[0].length; + var leftParen = input.indexOf("("); + var endOfName = leftParen > -1 ? leftParen : input.length; + // exclude peripheral matches + if (category !== catModules && category !== catSearchTags) { + var delim = category === catPackages ? "/" : "."; + if (leftParen > -1 && leftParen < index) { + periferalMatch += 2; + } else if (input.lastIndexOf(delim, endOfName) >= matchEnd) { + periferalMatch += 2; } } - $("button#navbar-toggle-button").click(function (e) { - if (expanded) { - collapse(); - } else { - var navbar = $("div#navbar-top"); - navbar.height(navbar.prop("scrollHeight")); - $("button#navbar-toggle-button") - .addClass("expanded") - .attr("aria-expanded", "true"); - expanded = true; - windowWidth = window.innerWidth; + var delta = match[0].length === endOfName ? 0 : 1; // rank full match higher than partial match + for (var i = 1; i < match.length; i++) { + // lower ranking if parts of the name are missing + if (match[i]) + delta += match[i].length; + } + if (category === catTypes) { + // lower ranking if a type name contains unmatched camel-case parts + if (/[A-Z]/.test(input.substring(matchEnd))) + delta += 5; + if (/[A-Z]/.test(input.substring(0, index))) + delta += 5; + } + return leftBoundaryMatch + periferalMatch + (delta / 200); + +} +function doSearch(request, response) { + var result = []; + searchPattern = createSearchPattern(request.term); + fallbackPattern = createSearchPattern(request.term.toLowerCase()); + if (searchPattern === "") { + return this.close(); + } + var camelCaseMatcher = createMatcher(searchPattern, ""); + var fallbackMatcher = new RegExp(fallbackPattern, "i"); + + function searchIndexWithMatcher(indexArray, matcher, category, nameFunc) { + if (indexArray) { + var newResults = []; + $.each(indexArray, function (i, item) { + item.category = category; + var ranking = rankMatch(matcher.exec(nameFunc(item)), category); + if (ranking < RANKING_THRESHOLD) { + newResults.push({ranking: ranking, item: item}); + } + return newResults.length <= MAX_RESULTS; + }); + return newResults.sort(function(e1, e2) { + return e1.ranking - e2.ranking; + }).map(function(e) { + return e.item; + }); } - }); - $("ul.sub-nav-list-small li a").click(collapse); - $("input#search-input").focus(collapse); - $("main").click(collapse); - $("section[id] > :header, :header[id], :header:has(a[id])").hover( - function () { - $(this).append($("")); - }, - function () { - $(this).find("button:last").remove(); + return []; + } + function searchIndex(indexArray, category, nameFunc) { + var primaryResults = searchIndexWithMatcher(indexArray, camelCaseMatcher, category, nameFunc); + result = result.concat(primaryResults); + if (primaryResults.length <= MIN_RESULTS && !camelCaseMatcher.ignoreCase) { + var secondaryResults = searchIndexWithMatcher(indexArray, fallbackMatcher, category, nameFunc); + result = result.concat(secondaryResults.filter(function (item) { + return primaryResults.indexOf(item) === -1; + })); } - ); - $(window).on("orientationchange", collapse).on("resize", function(e) { - if (expanded && windowWidth !== window.innerWidth) collapse(); + } + + searchIndex(moduleSearchIndex, catModules, function(item) { return item.l; }); + searchIndex(packageSearchIndex, catPackages, function(item) { + return (item.m && request.term.indexOf("/") > -1) + ? (item.m + "/" + item.l) : item.l; }); - var search = $("#search-input"); - var reset = $("#reset-button"); - search.catcomplete({ + searchIndex(typeSearchIndex, catTypes, function(item) { + return request.term.indexOf(".") > -1 ? item.p + "." + item.l : item.l; + }); + searchIndex(memberSearchIndex, catMembers, function(item) { + return request.term.indexOf(".") > -1 + ? item.p + "." + item.c + "." + item.l : item.l; + }); + searchIndex(tagSearchIndex, catSearchTags, function(item) { return item.l; }); + + if (!indexFilesLoaded()) { + updateSearchResults = function() { + doSearch(request, response); + } + result.unshift(loading); + } else { + updateSearchResults = function() {}; + } + response(result); +} +$(function() { + $("#search-input").catcomplete({ minLength: 1, - delay: 200, + delay: 300, source: doSearch, response: function(event, ui) { if (!ui.content.length) { - ui.content.push({ l: messages.noResult }); + ui.content.push(noResult); } else { $("#search-input").empty(); } @@ -441,18 +310,45 @@ $(function() { collision: "flip" }, select: function(event, ui) { - if (ui.item.indexItem) { - var url = getURL(ui.item.indexItem, ui.item.category); - window.location.href = pathtoroot + url; + if (ui.item.category) { + var url = getURLPrefix(ui); + if (ui.item.category === catModules) { + url += "module-summary.html"; + } else if (ui.item.category === catPackages) { + if (ui.item.u) { + url = ui.item.u; + } else { + url += ui.item.l.replace(/\./g, '/') + "/package-summary.html"; + } + } else if (ui.item.category === catTypes) { + if (ui.item.u) { + url = ui.item.u; + } else if (ui.item.p === UNNAMED) { + url += ui.item.l + ".html"; + } else { + url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.l + ".html"; + } + } else if (ui.item.category === catMembers) { + if (ui.item.p === UNNAMED) { + url += ui.item.c + ".html" + "#"; + } else { + url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.c + ".html" + "#"; + } + if (ui.item.u) { + url += ui.item.u; + } else { + url += ui.item.l; + } + } else if (ui.item.category === catSearchTags) { + url += ui.item.u; + } + if (top !== window) { + parent.classFrame.location = pathtoroot + url; + } else { + window.location.href = pathtoroot + url; + } $("#search-input").focus(); } } }); - search.val(''); - search.prop("disabled", false); - reset.prop("disabled", false); - reset.click(function() { - search.val('').focus(); - }); - search.focus(); }); diff --git a/modules/iquantum/target/apidocs/stylesheet.css b/modules/iquantum/target/apidocs/stylesheet.css index 5f389596e..4a576bd24 100644 --- a/modules/iquantum/target/apidocs/stylesheet.css +++ b/modules/iquantum/target/apidocs/stylesheet.css @@ -4,73 +4,18 @@ @import url('resources/fonts/dejavu.css'); -/* - * These CSS custom properties (variables) define the core color and font - * properties used in this stylesheet. - */ -:root { - /* body, block and code fonts */ - --body-font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; - --block-font-family: 'DejaVu Serif', Georgia, "Times New Roman", Times, serif; - --code-font-family: 'DejaVu Sans Mono', monospace; - /* Base font sizes for body and code elements */ - --body-font-size: 14px; - --code-font-size: 14px; - /* Text colors for body and block elements */ - --body-text-color: #353833; - --block-text-color: #474747; - /* Background colors for various structural elements */ - --body-background-color: #ffffff; - --section-background-color: #f8f8f8; - --detail-background-color: #ffffff; - /* Colors for navigation bar and table captions */ - --navbar-background-color: #4D7A97; - --navbar-text-color: #ffffff; - /* Background color for subnavigation and various headers */ - --subnav-background-color: #dee3e9; - /* Background and text colors for selected tabs and navigation items */ - --selected-background-color: #f8981d; - --selected-text-color: #253441; - --selected-link-color: #1f389c; - /* Background colors for generated tables */ - --even-row-color: #ffffff; - --odd-row-color: #eeeeef; - /* Text color for page title */ - --title-color: #2c4557; - /* Text colors for links */ - --link-color: #4A6782; - --link-color-active: #bb7a2a; - /* Snippet colors */ - --snippet-background-color: #ebecee; - --snippet-text-color: var(--block-text-color); - --snippet-highlight-color: #f7c590; - /* Border colors for structural elements and user defined tables */ - --border-color: #ededed; - --table-border-color: #000000; - /* Search input colors */ - --search-input-background-color: #ffffff; - --search-input-text-color: #000000; - --search-input-placeholder-color: #909090; - /* Highlight color for active search tag target */ - --search-tag-highlight-color: #ffff00; - /* Adjustments for icon and active background colors of copy-to-clipboard buttons */ - --copy-icon-brightness: 100%; - --copy-button-background-color-active: rgba(168, 168, 176, 0.3); - /* Colors for invalid tag notifications */ - --invalid-tag-background-color: #ffe6e6; - --invalid-tag-text-color: #000000; -} /* * Styles for individual HTML elements. * * These are styles that are specific to individual HTML elements. Changing them affects the style of a particular * HTML element throughout the page. */ + body { - background-color:var(--body-background-color); - color:var(--body-text-color); - font-family:var(--body-font-family); - font-size:var(--body-font-size); + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; margin:0; padding:0; height:100%; @@ -86,59 +31,58 @@ iframe { } a:link, a:visited { text-decoration:none; - color:var(--link-color); + color:#4A6782; } a[href]:hover, a[href]:focus { text-decoration:none; - color:var(--link-color-active); + color:#bb7a2a; +} +a[name] { + color:#353833; } pre { - font-family:var(--code-font-family); - font-size:1em; + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; } h1 { - font-size:1.428em; + font-size:20px; } h2 { - font-size:1.285em; + font-size:18px; } h3 { - font-size:1.14em; + font-size:16px; } h4 { - font-size:1.072em; + font-size:15px; } h5 { - font-size:1.001em; + font-size:14px; } h6 { - font-size:0.93em; -} -/* Disable font boosting for selected elements */ -h1, h2, h3, h4, h5, h6, div.member-signature { - max-height: 1000em; + font-size:13px; } ul { list-style-type:disc; } code, tt { - font-family:var(--code-font-family); + font-family:'DejaVu Sans Mono', monospace; } :not(h1, h2, h3, h4, h5, h6) > code, :not(h1, h2, h3, h4, h5, h6) > tt { - font-size:var(--code-font-size); + font-size:14px; padding-top:4px; margin-top:8px; line-height:1.4em; } dt code { - font-family:var(--code-font-family); - font-size:1em; + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; padding-top:4px; } .summary-table dt code { - font-family:var(--code-font-family); - font-size:1em; + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; vertical-align:top; padding-top:4px; } @@ -146,8 +90,8 @@ sup { font-size:8px; } button { - font-family: var(--body-font-family); - font-size: 1em; + font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size: 14px; } /* * Styles for HTML generated by javadoc. @@ -158,67 +102,74 @@ button { /* * Styles for document title and copyright. */ +.clear { + clear:both; + height:0; + overflow:hidden; +} .about-language { float:right; padding:0 21px 8px 8px; - font-size:0.915em; + font-size:11px; margin-top:-9px; height:2.9em; } .legal-copy { margin-left:.5em; } +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} /* * Styles for navigation bar. */ @media screen { - div.flex-box { + .flex-box { position:fixed; display:flex; flex-direction:column; height: 100%; width: 100%; } - header.flex-header { + .flex-header { flex: 0 0 auto; } - div.flex-content { + .flex-content { flex: 1 1 auto; overflow-y: auto; } } .top-nav { - background-color:var(--navbar-background-color); - color:var(--navbar-text-color); + background-color:#4D7A97; + color:#FFFFFF; float:left; + padding:0; width:100%; clear:right; min-height:2.8em; - padding:10px 0 0 0; + padding-top:10px; overflow:hidden; - font-size:0.857em; -} -button#navbar-toggle-button { - display:none; -} -ul.sub-nav-list-small { - display: none; + font-size:12px; } .sub-nav { - background-color:var(--subnav-background-color); + background-color:#dee3e9; float:left; width:100%; overflow:hidden; - font-size:0.857em; + font-size:12px; } .sub-nav div { clear:left; float:left; - padding:6px; + padding:0 0 5px 6px; text-transform:uppercase; } -.sub-nav .sub-nav-list { - padding-top:4px; +.sub-nav .nav-list { + padding-top:5px; } ul.nav-list { display:block; @@ -238,27 +189,32 @@ ul.nav-list li { } .sub-nav .nav-list-search { float:right; - margin:0; - padding:6px; + margin:0 0 0 0; + padding:5px 6px; clear:none; - text-align:right; +} +.nav-list-search label { position:relative; + right:-16px; } ul.sub-nav-list li { list-style:none; float:left; + padding-top:10px; } .top-nav a:link, .top-nav a:active, .top-nav a:visited { - color:var(--navbar-text-color); + color:#FFFFFF; text-decoration:none; text-transform:uppercase; } .top-nav a:hover { - color:var(--link-color-active); + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; } .nav-bar-cell1-rev { - background-color:var(--selected-background-color); - color:var(--selected-text-color); + background-color:#F8981D; + color:#253441; margin: auto 5px; } .skip-nav { @@ -276,30 +232,30 @@ ul.sub-nav-list li { } } /* - * Styles for page header. + * Styles for page header and footer. */ .title { - color:var(--title-color); + color:#2c4557; margin:10px 0; } .sub-title { margin:5px 0 0 0; } -ul.contents-list { - margin: 0 0 15px 0; - padding: 0; - list-style: none; +.header ul { + margin:0 0 15px 0; + padding:0; } -ul.contents-list li { - font-size:0.93em; +.header ul li, .footer ul li { + list-style:none; + font-size:13px; } /* * Styles for headings. */ body.class-declaration-page .summary h2, body.class-declaration-page .details h2, -body.class-use-page h2, -body.module-declaration-page .block-list h2 { +body.class-use-page h2, +body.module-declaration-page .block-list h2 { font-style: italic; padding:0; margin:15px 0; @@ -307,8 +263,8 @@ body.module-declaration-page .block-list h2 { body.class-declaration-page .summary h3, body.class-declaration-page .details h3, body.class-declaration-page .summary .inherited-list h2 { - background-color:var(--subnav-background-color); - border:1px solid var(--border-color); + background-color:#dee3e9; + border:1px solid #d0d9e0; margin:0 0 6px -8px; padding:7px 5px; } @@ -321,16 +277,16 @@ main { position:relative; } dl.notes > dt { - font-family: var(--body-font-family); - font-size:0.856em; + font-family: 'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:12px; font-weight:bold; margin:10px 0 0 0; - color:var(--body-text-color); + color:#4E4E4E; } dl.notes > dd { margin:5px 10px 10px 0; - font-size:1em; - font-family:var(--block-font-family) + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; } dl.name-value > dt { margin-left:1px; @@ -375,160 +331,121 @@ ul.summary-list > li { margin-bottom:15px; line-height:1.4; } -ul.ref-list { - padding:0; - margin:0; -} -ul.ref-list > li { - list-style:none; -} .summary-table dl, .summary-table dl dt, .summary-table dl dd { margin-top:0; margin-bottom:1px; } -ul.tag-list, ul.tag-list-long { +ul.see-list, ul.see-list-long { padding-left: 0; list-style: none; } -ul.tag-list li { +ul.see-list li { display: inline; } -ul.tag-list li:not(:last-child):after, -ul.tag-list-long li:not(:last-child):after -{ +ul.see-list li:not(:last-child):after, +ul.see-list-long li:not(:last-child):after { content: ", "; white-space: pre-wrap; } -ul.preview-feature-list { - list-style: none; - margin:0; - padding:0.1em; - line-height: 1.6em; -} /* * Styles for tables. */ .summary-table, .details-table { width:100%; border-spacing:0; - border:1px solid var(--border-color); - border-top:0; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; padding:0; } .caption { position:relative; text-align:left; background-repeat:no-repeat; - color:var(--selected-text-color); + color:#253441; + font-weight:bold; clear:none; overflow:hidden; - padding: 10px 0 0 1px; + padding:0; + padding-top:10px; + padding-left:1px; margin:0; + white-space:pre; } .caption a:link, .caption a:visited { - color:var(--selected-link-color); + color:#1f389c; } .caption a:hover, .caption a:active { - color:var(--navbar-text-color); + color:#FFFFFF; } .caption span { - font-weight:bold; white-space:nowrap; - padding:5px 12px 7px 12px; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; display:inline-block; float:left; - background-color:var(--selected-background-color); + background-color:#F8981D; border: none; height:16px; } div.table-tabs { padding:10px 0 0 1px; - margin:10px 0 0 0; + margin:0; } div.table-tabs > button { - border: none; - cursor: pointer; - padding: 5px 12px 7px 12px; - font-weight: bold; - margin-right: 8px; + border: none; + cursor: pointer; + padding: 5px 12px 7px 12px; + font-weight: bold; + margin-right: 3px; } -div.table-tabs > .active-table-tab { - background: var(--selected-background-color); - color: var(--selected-text-color); +div.table-tabs > button.active-table-tab { + background: #F8981D; + color: #253441; } div.table-tabs > button.table-tab { - background: var(--navbar-background-color); - color: var(--navbar-text-color); -} -.two-column-search-results { - display: grid; - grid-template-columns: minmax(400px, max-content) minmax(400px, auto); -} -div.checkboxes { - line-height: 2em; -} -div.checkboxes > span { - margin-left: 10px; -} -div.checkboxes > label { - margin-left: 8px; - white-space: nowrap; -} -div.checkboxes > label > input { - margin: 0 2px; + background: #4D7A97; + color: #FFFFFF; } .two-column-summary { display: grid; - grid-template-columns: minmax(25%, max-content) minmax(25%, auto); + grid-template-columns: minmax(15%, max-content) minmax(15%, auto); } .three-column-summary { display: grid; - grid-template-columns: minmax(15%, max-content) minmax(20%, max-content) minmax(20%, auto); -} -.three-column-release-summary { - display: grid; - grid-template-columns: minmax(40%, max-content) minmax(10%, max-content) minmax(40%, auto); + grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, auto); } .four-column-summary { display: grid; - grid-template-columns: minmax(10%, max-content) minmax(15%, max-content) minmax(15%, max-content) minmax(15%, auto); + grid-template-columns: minmax(10%, max-content) minmax(10%, max-content) minmax(10%, max-content) minmax(10%, auto); } -@media screen and (max-width: 1000px) { - .four-column-summary { +@media screen and (max-width: 600px) { + .two-column-summary { display: grid; - grid-template-columns: minmax(15%, max-content) minmax(15%, auto); + grid-template-columns: 1fr; } } @media screen and (max-width: 800px) { - .two-column-search-results { - display: grid; - grid-template-columns: minmax(40%, max-content) minmax(40%, auto); - } .three-column-summary { display: grid; grid-template-columns: minmax(10%, max-content) minmax(25%, auto); } - .three-column-release-summary { - display: grid; - grid-template-columns: minmax(70%, max-content) minmax(30%, max-content) - } - .three-column-summary .col-last, - .three-column-release-summary .col-last{ + .three-column-summary .col-last { grid-column-end: span 2; } } -@media screen and (max-width: 600px) { - .two-column-summary { +@media screen and (max-width: 1000px) { + .four-column-summary { display: grid; - grid-template-columns: 1fr; + grid-template-columns: minmax(15%, max-content) minmax(15%, auto); } } .summary-table > div, .details-table > div { text-align:left; padding: 8px 3px 3px 7px; - overflow-x: auto; - scrollbar-width: thin; } .col-first, .col-second, .col-last, .col-constructor-name, .col-summary-item-name { vertical-align:top; @@ -537,43 +454,14 @@ div.checkboxes > label > input { padding-bottom:3px; } .table-header { - background:var(--subnav-background-color); + background:#dee3e9; font-weight: bold; } -/* Sortable table columns */ -.table-header[onclick] { - cursor: pointer; -} -.table-header[onclick]::after { - content:""; - display:inline-block; - background-image:url('data:image/svg+xml; utf8, \ - \ - '); - background-size:100% 100%; - width:9px; - height:14px; - margin-left:4px; - margin-bottom:-3px; -} -.table-header[onclick].sort-asc::after { - background-image:url('data:image/svg+xml; utf8, \ - \ - \ - '); - -} -.table-header[onclick].sort-desc::after { - background-image:url('data:image/svg+xml; utf8, \ - \ - \ - '); -} .col-first, .col-first { - font-size:0.93em; + font-size:13px; } .col-second, .col-second, .col-last, .col-constructor-name, .col-summary-item-name, .col-last { - font-size:0.93em; + font-size:13px; } .col-first, .col-second, .col-constructor-name { vertical-align:top; @@ -587,21 +475,31 @@ div.checkboxes > label > input { .col-first a:link, .col-first a:visited, .col-second a:link, .col-second a:visited, .col-constructor-name a:link, .col-constructor-name a:visited, -.col-summary-item-name a:link, .col-summary-item-name a:visited { +.col-summary-item-name a:link, .col-summary-item-name a:visited, +.constant-values-container a:link, .constant-values-container a:visited, +.all-classes-container a:link, .all-classes-container a:visited, +.all-packages-container a:link, .all-packages-container a:visited { font-weight:bold; } +.table-sub-heading-color { + background-color:#EEEEFF; +} .even-row-color, .even-row-color .table-header { - background-color:var(--even-row-color); + background-color:#FFFFFF; } .odd-row-color, .odd-row-color .table-header { - background-color:var(--odd-row-color); + background-color:#EEEEEF; } /* * Styles for contents. */ +.deprecated-content { + margin:0; + padding:10px 0; +} div.block { - font-size:var(--body-font-size); - font-family:var(--block-font-family); + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; } .col-last div { padding-top:0; @@ -613,8 +511,8 @@ div.block { .package-signature, .type-signature, .member-signature { - font-family:var(--code-font-family); - font-size:1em; + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; margin:14px 0; white-space: pre-wrap; } @@ -637,17 +535,21 @@ div.block { * Styles for formatting effect. */ .source-line-no { - /* Color of line numbers in source pages can be set via custom property below */ - color:var(--source-linenumber-color, green); + color:green; padding:0 30px 0 0; } +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} .block { display:block; margin:0 10px 5px 0; - color:var(--block-text-color); + color:#474747; } -.deprecated-label, .description-from-type-label, .implementation-label, .member-name-link, -.module-label-in-package, .module-label-in-type, .package-label-in-type, +.deprecated-label, .descfrm-type-label, .implementation-label, .member-name-label, .member-name-link, +.module-label-in-package, .module-label-in-type, .override-specify-label, .package-label-in-type, .package-hierarchy-label, .type-name-label, .type-name-link, .search-tag-link, .preview-label { font-weight:bold; } @@ -655,8 +557,8 @@ div.block { font-style:italic; } .deprecation-block { - font-size:1em; - font-family:var(--block-font-family); + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; border-style:solid; border-width:thin; border-radius:10px; @@ -666,8 +568,8 @@ div.block { display:inline-block; } .preview-block { - font-size:1em; - font-family:var(--block-font-family); + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; border-style:solid; border-width:thin; border-radius:10px; @@ -679,19 +581,6 @@ div.block { div.block div.deprecation-comment { font-style:normal; } -details.invalid-tag, span.invalid-tag { - font-size:1em; - font-family:var(--block-font-family); - color: var(--invalid-tag-text-color); - background: var(--invalid-tag-background-color); - border: thin solid var(--table-border-color); - border-radius:2px; - padding: 2px 4px; - display:inline-block; -} -details summary { - cursor: pointer; -} /* * Styles specific to HTML5 elements. */ @@ -701,93 +590,66 @@ main, nav, header, footer, section { /* * Styles for javadoc search. */ -.ui-state-active { - /* Overrides the color of selection used in jQuery UI */ - background: var(--selected-background-color); - border: 1px solid var(--selected-background-color); - color: var(--selected-text-color); -} .ui-autocomplete-category { font-weight:bold; font-size:15px; padding:7px 0 7px 3px; - background-color:var(--navbar-background-color); - color:var(--navbar-text-color); + background-color:#4D7A97; + color:#FFFFFF; +} +.result-item { + font-size:13px; } .ui-autocomplete { max-height:85%; max-width:65%; - overflow-y:auto; - overflow-x:auto; - scrollbar-width: thin; + overflow-y:scroll; + overflow-x:scroll; white-space:nowrap; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); } ul.ui-autocomplete { position:fixed; - z-index:1; - background-color: var(--body-background-color); + z-index:999999; + background-color: #FFFFFF; } -ul.ui-autocomplete li { +ul.ui-autocomplete li { float:left; clear:both; - min-width:100%; -} -ul.ui-autocomplete li.ui-static-link { - position:sticky; - bottom:0; - left:0; - background: var(--subnav-background-color); - padding: 5px 0; - font-family: var(--body-font-family); - font-size: 0.93em; - font-weight: bolder; - z-index: 2; -} -li.ui-static-link a, li.ui-static-link a:visited { - text-decoration:none; - color:var(--link-color); - float:right; - margin-right:20px; + width:100%; +} +.result-highlight { + font-weight:bold; } .ui-autocomplete .result-item { font-size: inherit; } -.ui-autocomplete .result-highlight { - font-weight:bold; -} -#search-input, #page-search-input { +#search-input { background-image:url('resources/glass.png'); background-size:13px; background-repeat:no-repeat; background-position:2px 3px; - background-color: var(--search-input-background-color); - color: var(--search-input-text-color); - border-color: var(--border-color); padding-left:20px; - width: 250px; - margin: 0; -} -#search-input { - margin-left: 4px; + position:relative; + right:-18px; + width:400px; } #reset-button { - background-color: transparent; + background-color: rgb(255,255,255); background-image:url('resources/x.png'); + background-position:center; background-repeat:no-repeat; - background-size:contain; - border:0; - border-radius:0; - width:12px; - height:12px; - position:absolute; - right:12px; - top:10px; - font-size:0; + background-size:12px; + border:0 none; + width:16px; + height:16px; + position:relative; + left:-4px; + top:-4px; + font-size:0px; } -::placeholder { - color:var(--search-input-placeholder-color); - opacity: 1; +.watermark { + color:#545454; } .search-tag-desc-result { font-style:italic; @@ -798,55 +660,13 @@ li.ui-static-link a, li.ui-static-link a:visited { font-size:12px; } .search-tag-result:target { - background-color:var(--search-tag-highlight-color); -} -details.page-search-details { - display: inline-block; -} -div#result-container { - font-size: 1em; -} -div#result-container a.search-result-link { - padding: 0; - margin: 4px 0; - width: 100%; -} -#result-container .result-highlight { - font-weight:bolder; -} -.page-search-info { - background-color: var(--subnav-background-color); - border-radius: 3px; - border: 0 solid var(--border-color); - padding: 0 8px; - overflow: hidden; - height: 0; - transition: all 0.2s ease; -} -div.table-tabs > button.table-tab { - background: var(--navbar-background-color); - color: var(--navbar-text-color); -} -.page-search-header { - padding: 5px 12px 7px 12px; - font-weight: bold; - margin-right: 3px; - background-color:var(--navbar-background-color); - color:var(--navbar-text-color); - display: inline-block; -} -button.page-search-header { - border: none; - cursor: pointer; + background-color:yellow; } -span#page-search-link { - text-decoration: underline; -} -.module-graph span, .sealed-graph span { +.module-graph span { display:none; position:absolute; } -.module-graph:hover span, .sealed-graph:hover span { +.module-graph:hover span { display:block; margin: -100px 0 0 100px; z-index: 1; @@ -859,13 +679,13 @@ section.class-description { } .summary section[class$="-summary"], .details section[class$="-details"], .class-uses .detail, .serialized-class-details { - padding: 0 20px 5px 10px; - border: 1px solid var(--border-color); - background-color: var(--section-background-color); + padding: 0px 20px 5px 10px; + border: 1px solid #ededed; + background-color: #f8f8f8; } .inherited-list, section[class$="-details"] .detail { padding:0 0 5px 8px; - background-color:var(--detail-background-color); + background-color:#ffffff; border:none; } .vertical-separator { @@ -883,7 +703,7 @@ ul.help-subtoc > li::before { content: "\2022" ; padding-right:2px; } -.help-note { +span.help-note { font-style: italic; } /* @@ -911,103 +731,7 @@ main a[href*="://"]:focus::after { 132-240 240 120 120 240-240 132 132V0z" fill="%23bb7a2a"/>\ '); } -/* - * Styles for copy-to-clipboard buttons - */ -button.copy { - opacity: 80%; - border: none; - border-radius: 3px; - position: relative; - background:none; - transition: opacity 0.2s; - cursor: pointer; -} -button.copy:hover, -button.copy:active { - opacity: 100%; -} -button.copy img { - position: relative; - background: none; - filter: brightness(var(--copy-icon-brightness)); -} -button.copy:active { - background-color: var(--copy-button-background-color-active); -} -button.copy span { - color: var(--body-text-color); - position: relative; - top: -0.1em; - transition: all 0.1s; - font-size: 0.76rem; - line-height: 1.2em; -} -/* header/section copy button */ -button.copy-header { - margin: 0 0.2em; - padding: 0 4px; - height: 1.16em; -} -button.copy-header img { - height: 0.88em; - top: 0.1em; -} -/* search page copy button */ -button#page-search-copy { - margin-left: 0.4em; - padding:0.3em; - top:0.13em; -} -button#page-search-copy img { - width: 1.2em; - height: 1.2em; - padding: 0.01em 0; - top: 0.15em; -} -button#page-search-copy span { - color: var(--body-text-color); - content: attr(aria-label); - line-height: 1.2em; - padding: 0.2em; - top: -0.18em; - opacity: 0; -} -div.page-search-info:hover button#page-search-copy, -div.page-search-info:hover button#page-search-copy span { - opacity: 90%; -} -/* snippet copy button */ -button.snippet-copy { - position: absolute; - top: 6px; - right: 6px; - height: 1.7em; - opacity: 50%; - padding: 2px; -} -button.snippet-copy img { - width: 18px; - height: 18px; - padding: 0.05em 0; -} -button.snippet-copy span { - content: attr(aria-label); - line-height: 1.2em; - padding: 0.2em; - position: relative; - top: -0.5em; - display: none; -} -div.snippet-container:hover button.snippet-copy span { - display: inline; -} -div.snippet-container:hover button.snippet-copy { - opacity: 80%; -} -div.snippet-container button.snippet-copy:hover { - opacity: 100%; -} + /* * Styles for user-provided tables. * @@ -1054,146 +778,67 @@ table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > } table.plain { border-collapse: collapse; - border: 1px solid var(--table-border-color); + border: 1px solid black; } table.plain > thead > tr, table.plain > tbody tr, table.plain > tr { background-color: transparent; } table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th, table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr > td { - border: 1px solid var(--table-border-color); + border: 1px solid black; } table.striped { border-collapse: collapse; - border: 1px solid var(--table-border-color); + border: 1px solid black; } table.striped > thead { - background-color: var(--subnav-background-color); + background-color: #E3E3E3; } table.striped > thead > tr > th, table.striped > thead > tr > td { - border: 1px solid var(--table-border-color); + border: 1px solid black; } table.striped > tbody > tr:nth-child(even) { - background-color: var(--odd-row-color) + background-color: #EEE } table.striped > tbody > tr:nth-child(odd) { - background-color: var(--even-row-color) + background-color: #FFF } table.striped > tbody > tr > th, table.striped > tbody > tr > td { - border-left: 1px solid var(--table-border-color); - border-right: 1px solid var(--table-border-color); + border-left: 1px solid black; + border-right: 1px solid black; } table.striped > tbody > tr > th { font-weight: normal; } /** - * Tweak style for small screens. + * Tweak font sizes and paddings for small screens. */ -@media screen and (max-width: 920px) { - header.flex-header { - max-height: 100vh; - overflow-y: auto; - } - div#navbar-top { - height: 2.8em; - transition: height 0.35s ease; - } - ul.nav-list { - display: block; - width: 40%; - float:left; - clear: left; - margin: 10px 0 0 0; - padding: 0; - } - ul.nav-list li { - float: none; - padding: 6px; - margin-left: 10px; - margin-top: 2px; - } - ul.sub-nav-list-small { - display:block; - height: 100%; - width: 50%; - float: right; - clear: right; - background-color: var(--subnav-background-color); - color: var(--body-text-color); - margin: 6px 0 0 0; - padding: 0; +@media screen and (max-width: 1050px) { + #search-input { + width: 300px; } - ul.sub-nav-list-small ul { - padding-left: 20px; - } - ul.sub-nav-list-small a:link, ul.sub-nav-list-small a:visited { - color:var(--link-color); - } - ul.sub-nav-list-small a:hover { - color:var(--link-color-active); - } - ul.sub-nav-list-small li { - list-style:none; - float:none; - padding: 6px; - margin-top: 1px; - text-transform:uppercase; - } - ul.sub-nav-list-small > li { - margin-left: 10px; - } - ul.sub-nav-list-small li p { - margin: 5px 0; - } - div#navbar-sub-list { - display: none; - } - .top-nav a:link, .top-nav a:active, .top-nav a:visited { - display: block; - } - button#navbar-toggle-button { - width: 3.4em; - height: 2.8em; - background-color: transparent; - display: block; - float: left; - border: 0; - margin: 0 10px; - cursor: pointer; - font-size: 10px; - } - button#navbar-toggle-button .nav-bar-toggle-icon { - display: block; - width: 24px; - height: 3px; - margin: 1px 0 4px 0; - border-radius: 2px; - transition: all 0.1s; - background-color: var(--navbar-text-color); - } - button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(1) { - transform: rotate(45deg); - transform-origin: 10% 10%; - width: 26px; +} +@media screen and (max-width: 800px) { + #search-input { + width: 200px; } - button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(2) { - opacity: 0; + .top-nav, + .bottom-nav { + font-size: 11px; + padding-top: 6px; } - button#navbar-toggle-button.expanded span.nav-bar-toggle-icon:nth-child(3) { - transform: rotate(-45deg); - transform-origin: 10% 90%; - width: 26px; + .sub-nav { + font-size: 11px; } -} -@media screen and (max-width: 800px) { .about-language { padding-right: 16px; } - ul.nav-list li { - margin-left: 5px; + ul.nav-list li, + .sub-nav .nav-list-search { + padding: 6px; } - ul.sub-nav-list-small > li { - margin-left: 5px; + ul.sub-nav-list li { + padding-top: 5px; } main { padding: 10px; @@ -1206,59 +851,19 @@ table.striped > tbody > tr > th { -webkit-text-size-adjust: none; } } -@media screen and (max-width: 400px) { - .about-language { - font-size: 10px; - padding-right: 12px; - } -} -@media screen and (max-width: 400px) { - .nav-list-search { - width: 94%; +@media screen and (max-width: 500px) { + #search-input { + width: 150px; } - #search-input, #page-search-input { - width: 70%; - } -} -@media screen and (max-width: 320px) { - .nav-list-search > label { - display: none; - } - .nav-list-search { - width: 90%; - } - #search-input, #page-search-input { - width: 80%; + .top-nav, + .bottom-nav { + font-size: 10px; } -} - -pre.snippet { - background-color: var(--snippet-background-color); - color: var(--snippet-text-color); - padding: 10px; - margin: 12px 0; - overflow: auto; - white-space: pre; -} -div.snippet-container { - position: relative; -} -@media screen and (max-width: 800px) { - pre.snippet { - padding-top: 26px; + .sub-nav { + font-size: 10px; } - button.snippet-copy { - top: 4px; - right: 4px; + .about-language { + font-size: 10px; + padding-right: 12px; } } -pre.snippet .italic { - font-style: italic; -} -pre.snippet .bold { - font-weight: bold; -} -pre.snippet .highlighted { - background-color: var(--snippet-highlight-color); - border-radius: 10%; -} diff --git a/modules/iquantum/target/maven-javadoc-plugin-stale-data.txt b/modules/iquantum/target/maven-javadoc-plugin-stale-data.txt index 3d91c13db..e84ebcf96 100644 --- a/modules/iquantum/target/maven-javadoc-plugin-stale-data.txt +++ b/modules/iquantum/target/maven-javadoc-plugin-stale-data.txt @@ -1,26 +1,26 @@ @options @packages -classpath -'/home/ubuntu/.m2/repository/org/apache/commons/commons-math3/3.4.1/commons-math3-3.4.1.jar:/home/ubuntu/.m2/repository/com/opencsv/opencsv/3.7/opencsv-3.7.jar:/home/ubuntu/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar:/home/ubuntu/.m2/repository/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar:/home/ubuntu/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/home/ubuntu/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/home/ubuntu/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/home/ubuntu/.m2/repository/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar:/home/ubuntu/.m2/repository/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar:/home/ubuntu/.m2/repository/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar:/home/ubuntu/.m2/repository/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar:/home/ubuntu/.m2/repository/org/apache/commons/commons-csv/1.10.0/commons-csv-1.10.0.jar' +'/Users/biboo/.m2/repository/org/apache/commons/commons-math3/3.4.1/commons-math3-3.4.1.jar:/Users/biboo/.m2/repository/com/opencsv/opencsv/3.7/opencsv-3.7.jar:/Users/biboo/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar:/Users/biboo/.m2/repository/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar:/Users/biboo/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/Users/biboo/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/Users/biboo/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/Users/biboo/.m2/repository/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar:/Users/biboo/.m2/repository/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar:/Users/biboo/.m2/repository/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar:/Users/biboo/.m2/repository/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar:/Users/biboo/.m2/repository/org/apache/commons/commons-csv/1.10.0/commons-csv-1.10.0.jar' -encoding 'UTF-8' -protected -sourcepath -'/home/ubuntu/projects/iQuantum/modules/iquantum/src/main/java' +'/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/src/main/java' -author -bottom 'Copyright © 2023 The Cloud Computing and Distributed Systems (CLOUDS) Laboratory, The University of Melbourne. All rights reserved.' -charset 'UTF-8' -d -'/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs' +'/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs' -docencoding 'UTF-8' -Xdoclint:none -doctitle 'iquantum 1.0 API' -linkoffline -'https://docs.oracle.com/javase/8/docs/api' '/home/ubuntu/projects/iQuantum/modules/iquantum/target/javadoc-bundle-options' +'https://docs.oracle.com/javase/8/docs/api' '/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/javadoc-bundle-options' -tag "pre:a:Precondition:" -tag @@ -29,100 +29,100 @@ -version -windowtitle 'iquantum 1.0 API' -org.iquantum.distributions -org.iquantum.core -org.iquantum.core.predicates -org.iquantum.brokers -org.iquantum.tasks -org.iquantum.fog.test -org.iquantum.fog.test.perfeval -org.iquantum.fog.policy -org.iquantum.fog.gui.core -org.iquantum.fog.gui.example -org.iquantum.fog.gui.dialog -org.iquantum.fog.mobilitydata -org.iquantum.fog.scheduler -org.iquantum.fog.placement -org.iquantum.fog.entities -org.iquantum.fog.utils.distribution -org.iquantum.fog.utils -org.iquantum.fog.application.selectivity -org.iquantum.fog.application -org.iquantum.provisioners -org.iquantum.models org.iquantum.power -org.iquantum.power.models org.iquantum.power.lists -org.iquantum.datacenters -org.iquantum.backends.quantum.qubittopologies -org.iquantum.backends.quantum -org.iquantum.backends.classical -org.iquantum.backends.classical.container.containerPlacementPolicies -org.iquantum.backends.classical.container.core -org.iquantum.backends.classical.container.containerVmProvisioners -org.iquantum.backends.classical.container.containerProvisioners -org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled -org.iquantum.backends.classical.container.vmSelectionPolicies -org.iquantum.backends.classical.container.resourceAllocators -org.iquantum.backends.classical.container.containerSelectionPolicies -org.iquantum.backends.classical.container.lists -org.iquantum.backends.classical.container.hostSelectionPolicies -org.iquantum.backends.classical.container.schedulers -org.iquantum.backends.classical.container.utils +org.iquantum.power.models +org.iquantum.brokers +org.iquantum.tasks +org.iquantum.core.predicates +org.iquantum.core +org.iquantum.lists org.iquantum.sdn +org.iquantum.sdn.power org.iquantum.sdn.example -org.iquantum.sdn.example.topogenerators org.iquantum.sdn.example.policies -org.iquantum.sdn.power +org.iquantum.sdn.example.topogenerators +org.iquantum.sdn.overbooking org.iquantum.sdn.graph.core org.iquantum.sdn.graph.example org.iquantum.sdn.graph.dialog -org.iquantum.sdn.overbooking org.iquantum.sdn.request -org.iquantum.lists -org.iquantum.network +org.iquantum.backends.classical +org.iquantum.backends.classical.container.containerVmProvisioners +org.iquantum.backends.classical.container.vmSelectionPolicies +org.iquantum.backends.classical.container.resourceAllocators +org.iquantum.backends.classical.container.core +org.iquantum.backends.classical.container.lists +org.iquantum.backends.classical.container.hostSelectionPolicies +org.iquantum.backends.classical.container.containerProvisioners +org.iquantum.backends.classical.container.containerSelectionPolicies +org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled +org.iquantum.backends.classical.container.utils +org.iquantum.backends.classical.container.containerPlacementPolicies +org.iquantum.backends.classical.container.schedulers +org.iquantum.backends.quantum +org.iquantum.backends.quantum.qubittopologies org.iquantum.network.datacenter -org.iquantum.gateways -org.iquantum.policies.qubitMapping -org.iquantum.policies.vm -org.iquantum.policies.ctasks -org.iquantum.policies.qtasks +org.iquantum.network org.iquantum.utils org.iquantum.utils.datacloud -/home/ubuntu/.m2/repository/org/apache/commons/commons-math3/3.4.1/commons-math3-3.4.1.jar = 1690265720687 -/home/ubuntu/.m2/repository/com/opencsv/opencsv/3.7/opencsv-3.7.jar = 1690265720559 -/home/ubuntu/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar = 1690265720647 -/home/ubuntu/.m2/repository/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar = 1690265720763 -/home/ubuntu/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar = 1690265720603 -/home/ubuntu/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar = 1690265720567 -/home/ubuntu/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar = 1690265720575 -/home/ubuntu/.m2/repository/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar = 1690265720611 -/home/ubuntu/.m2/repository/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar = 1690265720595 -/home/ubuntu/.m2/repository/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar = 1690265720591 -/home/ubuntu/.m2/repository/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar = 1690265720587 -/home/ubuntu/.m2/repository/org/apache/commons/commons-csv/1.10.0/commons-csv-1.10.0.jar = 1690265720555 -/home/ubuntu/projects/iQuantum/modules/iquantum/src/main/java/.DS_Store = 1690265641719 -/home/ubuntu/projects/iQuantum/modules/iquantum/src/main/java = 1690265641719 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/deprecated-list.html = 1690333370274 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/help-doc.html = 1690333370630 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/search.js = 1690333370634 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/constant-values.html = 1690333369766 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/type-search-index.js = 1690333370490 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/search.html = 1690333370622 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/script.js = 1690333370634 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/index-all.html = 1690333370622 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/copy.svg = 1690333370634 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/serialized-form.html = 1690333369810 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/overview-tree.html = 1690333370274 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/allclasses-index.html = 1690333370490 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/search-page.js = 1690333370634 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/allpackages-index.html = 1690333370490 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/jquery-ui.overrides.css = 1690272508810 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/member-search-index.js = 1690333370498 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/overview-summary.html = 1690333370622 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/package-search-index.js = 1690333370490 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/stylesheet.css = 1690333370634 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/element-list = 1690333369650 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/module-search-index.js = 1690333370490 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/tag-search-index.js = 1690333370498 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/index.html = 1690333370278 +org.iquantum.models +org.iquantum.policies.ctasks +org.iquantum.policies.qtasks +org.iquantum.policies.qubitMapping +org.iquantum.policies.vm +org.iquantum.provisioners +org.iquantum.gateways +org.iquantum.fog.test.perfeval +org.iquantum.fog.test +org.iquantum.fog.scheduler +org.iquantum.fog.mobilitydata +org.iquantum.fog.utils +org.iquantum.fog.utils.distribution +org.iquantum.fog.gui.core +org.iquantum.fog.gui.example +org.iquantum.fog.gui.dialog +org.iquantum.fog.application +org.iquantum.fog.application.selectivity +org.iquantum.fog.entities +org.iquantum.fog.policy +org.iquantum.fog.placement +org.iquantum.datacenters +org.iquantum.distributions +/Users/biboo/.m2/repository/org/apache/commons/commons-math3/3.4.1/commons-math3-3.4.1.jar = 1678665300935 +/Users/biboo/.m2/repository/com/opencsv/opencsv/3.7/opencsv-3.7.jar = 1678665300900 +/Users/biboo/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar = 1678665300923 +/Users/biboo/.m2/repository/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar = 1689321466333 +/Users/biboo/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar = 1678673072705 +/Users/biboo/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar = 1678673072717 +/Users/biboo/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar = 1678673072706 +/Users/biboo/.m2/repository/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar = 1689321367921 +/Users/biboo/.m2/repository/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar = 1689321367831 +/Users/biboo/.m2/repository/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar = 1689321367818 +/Users/biboo/.m2/repository/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar = 1678673163660 +/Users/biboo/.m2/repository/org/apache/commons/commons-csv/1.10.0/commons-csv-1.10.0.jar = 1681182728742 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/src/main/java/.DS_Store = 1681275293143 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/src/main/java = 1688726692432 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/constant-values.html = 1690375112387 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/tag-search-index.js = 1690375112907 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/overview-tree.html = 1690375112729 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/module-search-index.js = 1690375112901 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/index.html = 1690375112733 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/package-search-index.js = 1690375112901 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/jquery-ui.overrides.css = 1690375112984 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/serialized-form.html = 1690375112404 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/index-all.html = 1690375112976 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/allpackages-index.html = 1690375112900 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/deprecated-list.html = 1690375112731 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/member-search-index.js = 1690375112906 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/copy.svg = 1690257661791 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/script.js = 1690375112982 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/stylesheet.css = 1690375112981 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/search-page.js = 1690257661792 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/overview-summary.html = 1690375112978 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/help-doc.html = 1690375112980 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/element-list = 1690375112302 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/search.html = 1690257661781 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/allclasses-index.html = 1690375112899 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/type-search-index.js = 1690375112902 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/search.js = 1690375112982 diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CTaskTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CTaskTest.xml index 2e8b4439c..fc193cfaa 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CTaskTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CTaskTest.xml @@ -1,64 +1,70 @@ - - + + - - - + + + + + - - - - + + + - - - - - - - - - - - - + + + - - + + + + - + + + + + + + + + + - - - - - - + + + + - - - - - - - - - - - - + + + + + + + + + - + + - - - + + + + + + + + + - - - - - - + + + + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CloudletSchedulerSingleServiceTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CloudletSchedulerSingleServiceTest.xml index 8bc91b3d3..401ffd5df 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CloudletSchedulerSingleServiceTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CloudletSchedulerSingleServiceTest.xml @@ -1,73 +1,79 @@ - - + + - - - + + + + + - - - - + + + - - - - - - - - - - - - + + + - - + + + + - + + + + + + + + + + - - - - - - + + + + - - - - - - - - - - - - + + + + + + + + + - + + - - - + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostDynamicWorkloadTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostDynamicWorkloadTest.xml index 89ebef53a..140663117 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostDynamicWorkloadTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostDynamicWorkloadTest.xml @@ -1,64 +1,70 @@ - - + + - - - + + + + + - - - - + + + - - - - - - - - - - - - + + + - - + + + + - + + + + + + + + + + - - - - - - + + + + - - - - - - - - - - - - + + + + + + + + + - + + - - - + + + + + + + + + - - - - - - + + + + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostTest.xml index 89b9406d5..d867bc71f 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostTest.xml @@ -1,69 +1,71 @@ - - + + - - - + + + + + - - - - + + + - - - - - - - - - - - - + + + - - + + + + - + + + + + + + + + + - - - - - - + + + + - - - - - - - - - - - - + + + + + + + + + - + + - - - + + + + + + + + + - - - - - - + + + + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.LogTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.LogTest.xml index cd037361e..db3daad40 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.LogTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.LogTest.xml @@ -1,63 +1,69 @@ - - + + - - - + + + + + - - - - + + + - - - - - - - - - - - - + + + - - + + + + - + + + + + + + + + + - - - - - - + + + + - - - - - - - - - - - - + + + + + + + + + - + + - - - + + + + + + + + + - - - - - + + + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.PeTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.PeTest.xml index 33e69e1cd..95c33c9a1 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.PeTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.PeTest.xml @@ -1,62 +1,68 @@ - - + + - - - + + + + + - - - - + + + - - - - - - - - - - - - + + + - - + + + + - + + + + + + + + + + - - - - - - + + + + - - - - - - - - - - - - + + + + + + + + + - + + - - - + + + + + + + + + - - - - + + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelPlanetLabInMemoryTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelPlanetLabInMemoryTest.xml index 323001cad..290904d57 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelPlanetLabInMemoryTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelPlanetLabInMemoryTest.xml @@ -1,59 +1,65 @@ - - + + - - - + + + + + - - - - + + + - - - - - - - - - - - - + + + - - + + + + - + + + + + + + + + + - - - - - - + + + + - - - - - - - - - - - - + + + + + + + + + - + + - - - + + + + + + + + + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelStochasticTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelStochasticTest.xml index 66261907e..b12705aaf 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelStochasticTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelStochasticTest.xml @@ -1,59 +1,65 @@ - - + + - - - + + + + + - - - - + + + - - - - - - - - - - - - + + + - - + + + + - + + + + + + + + + + - - - - - - + + + + - - - - - - - - - - - - + + + + + + + + + - + + - - - + + + + + + + + + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.xml index 9e0f199d3..1996d4e4d 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.xml @@ -1,63 +1,69 @@ - - + + - - - + + + + + - - - - + + + - - - - - - - - - - - - + + + - - + + + + - + + + + + + + + + + - - - - - - + + + + - - - - - - - - - - - - + + + + + + + + + - + + - - - + + + + + + + + + - - - - - + + + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedTest.xml index c868c7e43..689881693 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedTest.xml @@ -1,61 +1,67 @@ - - + + - - - + + + + + - - - - + + + - - - - - - - - - - - - + + + - - + + + + - + + + + + + + + + + - - - - - - + + + + - - - - - - - - - - - - + + + + + + + + + - + + - - - + + + + + + + + + - - - + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.PeListTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.PeListTest.xml index 6f6dbe4e6..d5ebc9f27 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.PeListTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.PeListTest.xml @@ -1,65 +1,71 @@ - - + + - - - + + + + + - - - - + + + - - - - - - - - - - - - + + + - - + + + + - + + + + + + + + + + - - - - - - + + + + - - - - - - - - - - - - + + + + + + + + + - + + - - - + + + + + + + + + - - - - - - - + + + + + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.VmListTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.VmListTest.xml index 302f336c2..4ef9d1a7d 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.VmListTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.VmListTest.xml @@ -1,60 +1,66 @@ - - + + - - - + + + + + - - - - + + + - - - - - - - - - - - - + + + - - + + + + - + + + + + + + + + + - - - - - - + + + + - - - - - - - - - - - - + + + + + + + + + - + + - - - + + + + + + + + + - - + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerHostTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerHostTest.xml index deda47fb2..bf85861bd 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerHostTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerHostTest.xml @@ -1,60 +1,66 @@ - - + + - - - + + + + + - - - - + + + - - - - - - - - - - - - + + + - - + + + + - + + + + + + + + + + - - - - - - + + + + - - - - - - - - - - - - + + + + + + + + + - + + - - - + + + + + + + + + - - + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.xml index 1359b1420..347d37d5c 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.xml @@ -1,59 +1,65 @@ - - + + - - - + + + + + - - - - + + + - - - - - - - - - - - - + + + - - + + + + - + + + + + + + + + + - - - - - - + + + + - - - - - - - - - - - - + + + + + + + + + - + + - - - + + + + + + + + + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelCubicTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelCubicTest.xml index 636c9e188..9e5d9e28b 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelCubicTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelCubicTest.xml @@ -1,65 +1,71 @@ - - + + - - - + + + + + - - - - + + + - - - - - - - - - - - - + + + - - + + + + - + + + + + + + + + + - - - - - - + + + + - - - - - - - - - - - - + + + + + + + + + - + + - - - + + + + + + + + + - - - + + + - - + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelLinearTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelLinearTest.xml index 846645c35..1933ba639 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelLinearTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelLinearTest.xml @@ -1,65 +1,71 @@ - - + + - - - + + + + + - - - - + + + - - - - - - - - - - - - + + + - - + + + + - + + + + + + + + + + - - - - - - + + + + - - - - - - - - - - - - + + + + + + + + + - + + - - - + + + + + + + + + - - - + + + - - + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test.xml index ba12159f2..fffe3d790 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test.xml @@ -1,61 +1,67 @@ - - + + - - - + + + + + - - - - + + + - - - - - - - - - - - - + + + - - + + + + - + + + + + + + + + + - - - - - - + + + + - - - - - - - - - - - - + + + + + + + + + - + + - - - + + + + + + + + + - - - + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSqrtTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSqrtTest.xml index a6916dd9c..8cb54db37 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSqrtTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSqrtTest.xml @@ -1,65 +1,71 @@ - - + + - - - + + + + + - - - - + + + - - - - - - - - - - - - + + + - - + + + + - + + + + + + + + + + - - - - - - + + + + - - - - - - - - - - - - + + + + + + + + + - + + - - - + + + + + + + + + - - - + + + - - + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSquareTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSquareTest.xml index a063da65e..30933e371 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSquareTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSquareTest.xml @@ -1,65 +1,71 @@ - - + + - - - + + + + + - - - - + + + - - - - - - - - - - - - + + + - - + + + + - + + + + + + + + + + - - - - - - + + + + - - - - - - - - - - - - + + + + + + + + + - + + - - - + + + + + + + + + - - - + + + - - + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.BwProvisionerSimpleTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.BwProvisionerSimpleTest.xml index ec5e20d58..839dd21cc 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.BwProvisionerSimpleTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.BwProvisionerSimpleTest.xml @@ -1,63 +1,69 @@ - - + + - - - + + + + + - - - - + + + - - - - - - - - - - - - + + + - - + + + + - + + + + + + + + + + - - - - - - + + + + - - - - - - - - - - - - + + + + + + + + + - + + - - - + + + + + + + + + - - - - - + + + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.PeProvisionerSimpleTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.PeProvisionerSimpleTest.xml index 3ab2e44ea..78bdae94c 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.PeProvisionerSimpleTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.PeProvisionerSimpleTest.xml @@ -1,65 +1,71 @@ - - + + - - - + + + + + - - - - + + + - - - - - - - - - - - - + + + - - + + + + - + + + + + + + + + + - - - - - - + + + + - - - - - - - - - - - - + + + + + + + + + - + + - - - + + + + + + + + + - - - - - - - + + + + + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.RamProvisionerSimpleTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.RamProvisionerSimpleTest.xml index 187c442cd..579680d6c 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.RamProvisionerSimpleTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.RamProvisionerSimpleTest.xml @@ -1,63 +1,69 @@ - - + + - - - + + + + + - - - - + + + - - - - - - - - - - - - + + + - - + + + + - + + + + + + + + + + - - - - - - + + + + - - - - - - - - - - - - + + + + + + + + + - + + - - - + + + + + + + + + - - - - - + + + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.MathUtilTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.MathUtilTest.xml index e3902ba68..194ebba6d 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.MathUtilTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.MathUtilTest.xml @@ -1,63 +1,69 @@ - - + + - - - + + + + + - - - - + + + - - - - - - - - - - - - + + + - - + + + + - + + + + + + + + + + - - - - - - + + + + - - - - - - - - - - - - + + + + + + + + + - + + - - - + + + + + + + + + - - - - - + + + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.WorkloadFileReaderTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.WorkloadFileReaderTest.xml index c6e636240..313a86b39 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.WorkloadFileReaderTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.WorkloadFileReaderTest.xml @@ -1,59 +1,65 @@ - - + + - - - + + + + + - - - - + + + - - - - - - - - - - - - + + + - - + + + + - + + + + + + + + + + - - - - - - + + + + - - - - - - - - - - - - + + + + + + + + + - + + - - - + + + + + + + + + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.CTaskTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.CTaskTest.txt index 294e32569..2887333c2 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.CTaskTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.CTaskTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.CTaskTest ------------------------------------------------------------------------------- -Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.iquantum.CTaskTest +Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.CloudletSchedulerSingleServiceTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.CloudletSchedulerSingleServiceTest.txt index 5eff9734c..90cbb0d5e 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.CloudletSchedulerSingleServiceTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.CloudletSchedulerSingleServiceTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.CloudletSchedulerSingleServiceTest ------------------------------------------------------------------------------- -Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.CloudletSchedulerSingleServiceTest +Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.HostDynamicWorkloadTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.HostDynamicWorkloadTest.txt index bb1f2e8db..1a05aea8a 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.HostDynamicWorkloadTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.HostDynamicWorkloadTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.HostDynamicWorkloadTest ------------------------------------------------------------------------------- -Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.HostDynamicWorkloadTest +Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.HostTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.HostTest.txt index d8dc0a37d..5a4825eae 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.HostTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.HostTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.HostTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.008 s - in org.iquantum.HostTest +Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.LogTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.LogTest.txt index 30b9761c2..be5b78fb6 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.LogTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.LogTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.LogTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.LogTest +Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.PeTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.PeTest.txt index 16bed9754..4d2ee75cf 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.PeTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.PeTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.PeTest ------------------------------------------------------------------------------- -Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.iquantum.PeTest +Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelPlanetLabInMemoryTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelPlanetLabInMemoryTest.txt index 0ddbfc4ac..55e705727 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelPlanetLabInMemoryTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelPlanetLabInMemoryTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.UtilizationModelPlanetLabInMemoryTest ------------------------------------------------------------------------------- -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.UtilizationModelPlanetLabInMemoryTest +Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelStochasticTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelStochasticTest.txt index e0105ef9d..71bcc6d24 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelStochasticTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelStochasticTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.UtilizationModelStochasticTest ------------------------------------------------------------------------------- -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.UtilizationModelStochasticTest +Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.txt index 8ad339569..a79fcd3e9 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest +Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedTest.txt index ba014c52b..931a1e8e2 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.VmSchedulerTimeSharedTest ------------------------------------------------------------------------------- -Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.iquantum.VmSchedulerTimeSharedTest +Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.lists.PeListTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.lists.PeListTest.txt index 373bd4495..14c28b6fc 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.lists.PeListTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.lists.PeListTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.lists.PeListTest ------------------------------------------------------------------------------- -Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.iquantum.lists.PeListTest +Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.lists.VmListTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.lists.VmListTest.txt index e8ab75887..282e4c32c 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.lists.VmListTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.lists.VmListTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.lists.VmListTest ------------------------------------------------------------------------------- -Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.lists.VmListTest +Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.power.PowerHostTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.power.PowerHostTest.txt index 2376a89a9..01af4b73e 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.power.PowerHostTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.power.PowerHostTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.power.PowerHostTest ------------------------------------------------------------------------------- -Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.power.PowerHostTest +Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.txt index 2fbc2b52a..de1b74199 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest ------------------------------------------------------------------------------- -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s - in org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest +Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelCubicTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelCubicTest.txt index c1b01f96b..92032c329 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelCubicTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelCubicTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.power.models.PowerModelCubicTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.006 s - in org.iquantum.power.models.PowerModelCubicTest +Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelLinearTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelLinearTest.txt index b56a3dc92..ab863fb8c 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelLinearTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelLinearTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.power.models.PowerModelLinearTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 s - in org.iquantum.power.models.PowerModelLinearTest +Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test.txt b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test.txt index 73d70c0de..f9368efa8 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test ------------------------------------------------------------------------------- -Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test +Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSqrtTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSqrtTest.txt index b395e5722..b5f65b717 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSqrtTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSqrtTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.power.models.PowerModelSqrtTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.004 s - in org.iquantum.power.models.PowerModelSqrtTest +Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSquareTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSquareTest.txt index 45309a823..804f8f315 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSquareTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSquareTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.power.models.PowerModelSquareTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.004 s - in org.iquantum.power.models.PowerModelSquareTest +Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.BwProvisionerSimpleTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.BwProvisionerSimpleTest.txt index 64dcd3fbb..4181d2c38 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.BwProvisionerSimpleTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.BwProvisionerSimpleTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.provisioners.BwProvisionerSimpleTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.provisioners.BwProvisionerSimpleTest +Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.PeProvisionerSimpleTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.PeProvisionerSimpleTest.txt index 578ca31e6..82ae3f743 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.PeProvisionerSimpleTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.PeProvisionerSimpleTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.provisioners.PeProvisionerSimpleTest ------------------------------------------------------------------------------- -Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.provisioners.PeProvisionerSimpleTest +Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.RamProvisionerSimpleTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.RamProvisionerSimpleTest.txt index cfff12ac3..fd1de94af 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.RamProvisionerSimpleTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.RamProvisionerSimpleTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.provisioners.RamProvisionerSimpleTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.iquantum.provisioners.RamProvisionerSimpleTest +Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.util.MathUtilTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.util.MathUtilTest.txt index 7dee754fa..2112b582e 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.util.MathUtilTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.util.MathUtilTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.util.MathUtilTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.iquantum.util.MathUtilTest +Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.util.WorkloadFileReaderTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.util.WorkloadFileReaderTest.txt index cace6c807..6db6f1dcb 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.util.WorkloadFileReaderTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.util.WorkloadFileReaderTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.util.WorkloadFileReaderTest ------------------------------------------------------------------------------- -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.746 s - in org.iquantum.util.WorkloadFileReaderTest +Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.347 sec diff --git a/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml b/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml index 9475810f1..80c27766d 100644 --- a/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml +++ b/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml @@ -7,6 +7,6 @@ 1.0 - 20230725061932 + 20230726123827 diff --git a/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.md5 b/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.md5 index f638efbd5..240ef9203 100644 --- a/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.md5 +++ b/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.md5 @@ -1 +1 @@ -be2c0d541102f747a2de06377b7b6eb1 \ No newline at end of file +fc57638f1b6b85fbb91cfd324b0d7453 \ No newline at end of file diff --git a/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.sha1 b/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.sha1 index a6760dd1d..f434b2168 100644 --- a/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.sha1 +++ b/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.sha1 @@ -1 +1 @@ -09b4b8528070f449bbd028d9c21e9ac40966523e \ No newline at end of file +ccd3fde8a0ba577d6c4208011645b1a585be4aa0 \ No newline at end of file From ba40e71731b28fc3f235e1bab362b3006032d17a Mon Sep 17 00:00:00 2001 From: Hoa Nguyen Date: Thu, 27 Jul 2023 02:25:04 +0000 Subject: [PATCH 5/6] Move the bench --- .../iQuantumCloudEdgeEvaluationSet1.java | 250 --------------- .../iQuantumCloudEdgeEvaluationSet2.java | 250 --------------- .../iQuantumCloudEdgeEvaluationSet3.java | 250 --------------- modules/iquantum/target/apidocs/copy.svg | 33 -- .../iquantum/target/apidocs/search-page.js | 299 ------------------ .../target/maven-archiver/pom.properties | 2 +- .../maven-javadoc-plugin-stale-data.txt | 175 +++++----- .../TEST-org.iquantum.CTaskTest.xml | 61 ++-- ...tum.CloudletSchedulerSingleServiceTest.xml | 69 ++-- ...T-org.iquantum.HostDynamicWorkloadTest.xml | 61 ++-- .../TEST-org.iquantum.HostTest.xml | 63 ++-- .../TEST-org.iquantum.LogTest.xml | 63 ++-- .../TEST-org.iquantum.PeTest.xml | 61 ++-- ....UtilizationModelPlanetLabInMemoryTest.xml | 59 ++-- ...quantum.UtilizationModelStochasticTest.xml | 59 ++-- ...chedulerTimeSharedOverSubscriptionTest.xml | 61 ++-- ...org.iquantum.VmSchedulerTimeSharedTest.xml | 59 ++-- .../TEST-org.iquantum.lists.PeListTest.xml | 55 ++-- .../TEST-org.iquantum.lists.VmListTest.xml | 59 ++-- .../TEST-org.iquantum.power.PowerHostTest.xml | 55 ++-- ...mSelectionPolicyMaximumCorrelationTest.xml | 59 ++-- ...antum.power.models.PowerModelCubicTest.xml | 55 ++-- ...ntum.power.models.PowerModelLinearTest.xml | 55 ++-- ...werModelSpecPowerIbmX3550XeonX5675Test.xml | 59 ++-- ...uantum.power.models.PowerModelSqrtTest.xml | 59 ++-- ...ntum.power.models.PowerModelSquareTest.xml | 55 ++-- ...m.provisioners.BwProvisionerSimpleTest.xml | 55 ++-- ...m.provisioners.PeProvisionerSimpleTest.xml | 59 ++-- ....provisioners.RamProvisionerSimpleTest.xml | 61 ++-- .../TEST-org.iquantum.util.MathUtilTest.xml | 61 ++-- ...g.iquantum.util.WorkloadFileReaderTest.xml | 59 ++-- .../org.iquantum.CTaskTest.txt | 2 +- ...tum.CloudletSchedulerSingleServiceTest.txt | 2 +- .../org.iquantum.HostDynamicWorkloadTest.txt | 2 +- .../org.iquantum.HostTest.txt | 2 +- .../surefire-reports/org.iquantum.LogTest.txt | 2 +- .../surefire-reports/org.iquantum.PeTest.txt | 2 +- ....UtilizationModelPlanetLabInMemoryTest.txt | 2 +- ...quantum.UtilizationModelStochasticTest.txt | 2 +- ...chedulerTimeSharedOverSubscriptionTest.txt | 2 +- .../org.iquantum.lists.PeListTest.txt | 2 +- .../org.iquantum.lists.VmListTest.txt | 2 +- ...mSelectionPolicyMaximumCorrelationTest.txt | 2 +- ...antum.power.models.PowerModelCubicTest.txt | 2 +- ...ntum.power.models.PowerModelLinearTest.txt | 2 +- ...uantum.power.models.PowerModelSqrtTest.txt | 2 +- ...m.provisioners.PeProvisionerSimpleTest.txt | 2 +- ....provisioners.RamProvisionerSimpleTest.txt | 2 +- .../org.iquantum.util.MathUtilTest.txt | 2 +- ...g.iquantum.util.WorkloadFileReaderTest.txt | 2 +- 50 files changed, 781 insertions(+), 1938 deletions(-) delete mode 100644 benchmark/iQuantumCloudEdgeEvaluationSet1.java delete mode 100644 benchmark/iQuantumCloudEdgeEvaluationSet2.java delete mode 100644 benchmark/iQuantumCloudEdgeEvaluationSet3.java delete mode 100644 modules/iquantum/target/apidocs/copy.svg delete mode 100644 modules/iquantum/target/apidocs/search-page.js diff --git a/benchmark/iQuantumCloudEdgeEvaluationSet1.java b/benchmark/iQuantumCloudEdgeEvaluationSet1.java deleted file mode 100644 index 4e24949cc..000000000 --- a/benchmark/iQuantumCloudEdgeEvaluationSet1.java +++ /dev/null @@ -1,250 +0,0 @@ -/** - * iQuantum Cloud Edge Example - * This example demonstrates the use of iQuantum in a hybrid cloud-edge environment. - * It creates a CEDatacenter, a CCDatacenter, a QEDatacenter, and a QDatacenter, and then creates all respective brokers - * and gateways for the cloud and edge environments. - * It also creates a CTask and a QTask to be submitted to the CCloudBroker and QCloudBroker respectively. - * Finally, it starts the simulation and prints the results. - */ -import org.iquantum.backends.quantum.IBMQNode; -import org.iquantum.backends.quantum.QNode; -import org.iquantum.brokers.*; -import org.iquantum.core.iQuantum; -import org.iquantum.datacenters.QCloudDatacenter; -import org.iquantum.datacenters.QDatacenterCharacteristics; -import org.iquantum.datacenters.QEdgeDatacenter; -import org.iquantum.gateways.CloudGateway; -import org.iquantum.gateways.EdgeGateway; -import org.iquantum.policies.qtasks.QTaskSchedulerSpaceShared; -import org.iquantum.tasks.QTask; -import org.iquantum.utils.Log; -import org.iquantum.utils.QTaskExporter; -import org.iquantum.utils.QTaskImporter; - -import java.io.IOException; -import java.nio.file.Path; -import java.nio.file.Paths; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.Calendar; -import java.util.List; -import java.lang.management.ManagementFactory; -import java.lang.management.MemoryMXBean; -import java.lang.management.OperatingSystemMXBean; - -public class iQuantumCloudEdgeEvaluationSet1 { - private static List qTaskList; - - private static List qcNodeList; - - private static List qeNodeList; - public static void main(String[] args) throws Exception { - Log.disable(); - String exampleName = "iQuantumCE-Set1"; - System.out.println("Start the " + exampleName + " simulation"); - // Get the current time before executing the Java code - long startTime = System.currentTimeMillis(); - - // Step 1: Initialize the core simulation package. It should be called before creating any entities. - int num_user = 1; - Calendar calendar = Calendar.getInstance(); - boolean trace_flag = true; // trace events - iQuantum.init(num_user, calendar, trace_flag); - - // Step 2: Create QDatacenter - - QCloudDatacenter QCDatacenter = createQCDatacenter("QCloudDatacenter"); - QEdgeDatacenter QEDatacenter = createQEDatacenter("QEdgeDatacenter"); - - // Step 3: Create a CBroker and a QBroker - CCloudBroker ccBroker = createBroker(); - CEdgeBroker ceBroker = createEBroker(); - - QCloudBroker qcBroker = createQCBroker(); - QEdgeBroker qeBroker = createQEBroker(); - - CloudGateway cloudGateway = new CloudGateway("CloudGateway", ccBroker, qcBroker); - EdgeGateway edgeGateway = new EdgeGateway("EdgeGateway", ceBroker, qeBroker, cloudGateway); - - // Step 6: Create 4 QTasks - qTaskList = createQTaskList(qeBroker); - - // Step 7: Submit all tasks to brokers - edgeGateway.submitQTasks(qTaskList); - - // Step 8: Start the simulation - iQuantum.startSimulation(); - - // Step 9: Stop the simulation - iQuantum.stopSimulation(); - - // Step 10: Print the results when simulation is over - Log.printLine("SIMULATION RESULTS"); - Log.printLine("=========================================================="); - List qcTaskResults = qcBroker.getQTaskReceivedList(); - Log.printLine(); - Log.printLine("CLOUD Layer ================================"); - if(qcTaskResults.size() == 0) { - Log.printLine("No QTask received"); - } else { - QTaskExporter.printQTaskList(qcTaskResults); - QTaskExporter.extractQTaskListToCSV(qcTaskResults, exampleName+"-cloud"); - } - - Log.printLine(); - List qeTaskResults = qeBroker.getQTaskReceivedList(); - Log.printLine("EDGE Layer ================================"); - if(qeTaskResults.size() == 0) { - Log.printLine("No QTask received"); - } else { - QTaskExporter.printQTaskList(qeTaskResults); - QTaskExporter.extractQTaskListToCSV(qeTaskResults, exampleName+"-edge"); - } - System.out.println(exampleName +" finished!"); - - // RESOURCE CONSUMPTION - // Get the current time after executing the Java code - long endTime = System.currentTimeMillis(); - - // Calculate the execution time - long executionTime = endTime - startTime; - - // Print the execution time in milliseconds - System.out.println("Execution time: " + executionTime + " milliseconds"); - // Get the OperatingSystemMXBean instance - OperatingSystemMXBean osBean = ManagementFactory.getOperatingSystemMXBean(); - - // Get the MemoryMXBean instance - MemoryMXBean memoryBean = ManagementFactory.getMemoryMXBean(); - - // Get the number of available processors (CPU cores) - int availableProcessors = osBean.getAvailableProcessors(); - System.out.println("Number of available processors (CPU cores): " + availableProcessors); - - // Print CPU usage information - double cpuUsage = osBean.getSystemLoadAverage(); - System.out.println("CPU usage: " + cpuUsage + " (load average)"); - - // Print RAM (memory) usage information - long usedMemory = memoryBean.getHeapMemoryUsage().getUsed(); - long maxMemory = memoryBean.getHeapMemoryUsage().getMax(); - System.out.println("Used memory: " + usedMemory / (1024L * 1024L) + " MB"); - System.out.println("Max memory: " + maxMemory / (1024L * 1024L) + " MB"); - } - - /** - * Creates the broker. - * - * @return the datacenter broker - */ - private static CCloudBroker createBroker() { - CCloudBroker broker = null; - try { - broker = new CCloudBroker("CCBroker"); - } catch (Exception e) { - e.printStackTrace(); - return null; - } - return broker; - } - - private static CEdgeBroker createEBroker() { - CEdgeBroker broker = null; - try { - broker = new CEdgeBroker("CEBroker"); - } catch (Exception e) { - e.printStackTrace(); - return null; - } - return broker; - } - - /** - * QUANTUM PART - */ - - private static List createQTaskList(QBroker qBroker) { - List QTaskList = new ArrayList<>(); - String folderPath = "dataset/iquantum/MQT-Set01-298-10-27-IBMQ27-Opt3-Extra.csv"; -// String folderPath = "dataset/iquantum/MQT-Set02-10-27-Mapped-AllAlgorithmLeft-Extra.csv"; -// String folderPath = "dataset/iquantum/MQT-Set03-7-127-AllOpt-IBMMapped-Extra.csv"; - Path datasetPath = Paths.get(System.getProperty("user.dir"), folderPath); - QTaskImporter QTaskImporter = new QTaskImporter(); - try { - List QTasks = QTaskImporter.importQTasksFromCsv(datasetPath.toString()); - for (QTask qtask : QTasks) { - qtask.setBrokerId(qBroker.getId()); - QTaskList.add(qtask); - } - } catch (IOException e) { - System.err.println("Error reading CSV file: " + e.getMessage()); - } - return QTaskList; - } - - /** - * Create a QBroker - * @return QBroker - */ - private static QCloudBroker createQCBroker() { - QCloudBroker qBroker = null; - try { - qBroker = new QCloudBroker("QCBroker"); - } catch (Exception e) { - e.printStackTrace(); - return null; - } - return qBroker; - } - - private static QEdgeBroker createQEBroker() { - QEdgeBroker qBroker = null; - try { - qBroker = new QEdgeBroker("QEBroker"); - } catch (Exception e) { - e.printStackTrace(); - return null; - } - return qBroker; - } - - private static QEdgeDatacenter createQEDatacenter(String name) { - // Automatically create two quantum nodes (IBM Hanoi and IBM Cairo) from the dataset - QNode qNode1 = IBMQNode.createNode(11,"ibm_hanoi",new QTaskSchedulerSpaceShared()); - QNode qNode2 = IBMQNode.createNode(12,"ibm_auckland",new QTaskSchedulerSpaceShared()); - QNode qNode3 = IBMQNode.createNode(13,"ibm_cairo",new QTaskSchedulerSpaceShared()); - QNode qNode4 = IBMQNode.createNode(14,"ibmq_mumbai",new QTaskSchedulerSpaceShared()); - QNode qNode5 = IBMQNode.createNode(15,"ibmq_kolkata",new QTaskSchedulerSpaceShared()); - qeNodeList = new ArrayList<>(); - qeNodeList.addAll(Arrays.asList(qNode1, qNode2, qNode3, qNode4, qNode5)); - double timeZone = 0.0; - double costPerSec = 1.6; // the cost of using a quantum node per second (as IBM Quantum Pricing) - QDatacenterCharacteristics characteristics = new QDatacenterCharacteristics(qeNodeList, timeZone, costPerSec); - return new QEdgeDatacenter(name, characteristics); - } - - private static QCloudDatacenter createQCDatacenter(String name) { - int[] nodeIds = {21, 22, 23, 24, 25, 26}; - String backendName = "ibm_washington"; - QTaskSchedulerSpaceShared taskScheduler = new QTaskSchedulerSpaceShared(); - int quantumVolume = 128; - int clops = 850; - List qcNodeList = new ArrayList<>(); - for (int nodeId : nodeIds) { - QNode qcNode = IBMQNode.createNode(nodeId, backendName, taskScheduler); - qcNodeList.add(qcNode); - // Modify the quantum volume and CLOPS of the remaining 3 nodes - if (nodeId >= 24) { - qcNode.setQuantumVolume(quantumVolume); - qcNode.setCLOPS(clops); - } - } - double timeZone = 0.0; - double costPerSec = 1.6; // the cost of using a quantum node per second (as IBM Quantum Pricing) - QDatacenterCharacteristics characteristics = new QDatacenterCharacteristics(qcNodeList, timeZone, costPerSec); - QCloudDatacenter qDatacenter = new QCloudDatacenter(name, characteristics); - return qDatacenter; - } - -} - diff --git a/benchmark/iQuantumCloudEdgeEvaluationSet2.java b/benchmark/iQuantumCloudEdgeEvaluationSet2.java deleted file mode 100644 index ca4032721..000000000 --- a/benchmark/iQuantumCloudEdgeEvaluationSet2.java +++ /dev/null @@ -1,250 +0,0 @@ -/** - * iQuantum Cloud Edge Example - * This example demonstrates the use of iQuantum in a hybrid cloud-edge environment. - * It creates a CEDatacenter, a CCDatacenter, a QEDatacenter, and a QDatacenter, and then creates all respective brokers - * and gateways for the cloud and edge environments. - * It also creates a CTask and a QTask to be submitted to the CCloudBroker and QCloudBroker respectively. - * Finally, it starts the simulation and prints the results. - */ -import org.iquantum.backends.quantum.IBMQNode; -import org.iquantum.backends.quantum.QNode; -import org.iquantum.brokers.*; -import org.iquantum.core.iQuantum; -import org.iquantum.datacenters.QCloudDatacenter; -import org.iquantum.datacenters.QDatacenterCharacteristics; -import org.iquantum.datacenters.QEdgeDatacenter; -import org.iquantum.gateways.CloudGateway; -import org.iquantum.gateways.EdgeGateway; -import org.iquantum.policies.qtasks.QTaskSchedulerSpaceShared; -import org.iquantum.tasks.QTask; -import org.iquantum.utils.Log; -import org.iquantum.utils.QTaskExporter; -import org.iquantum.utils.QTaskImporter; - -import java.io.IOException; -import java.nio.file.Path; -import java.nio.file.Paths; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.Calendar; -import java.util.List; -import java.lang.management.ManagementFactory; -import java.lang.management.MemoryMXBean; -import java.lang.management.OperatingSystemMXBean; - -public class iQuantumCloudEdgeEvaluationSet2 { - private static List qTaskList; - - private static List qcNodeList; - - private static List qeNodeList; - public static void main(String[] args) throws Exception { - Log.disable(); - String exampleName = "iQuantumCloudEdgeEvaluation"; - System.out.println("Start the " + exampleName + " simulation"); - // Get the current time before executing the Java code - long startTime = System.currentTimeMillis(); - - // Step 1: Initialize the core simulation package. It should be called before creating any entities. - int num_user = 1; - Calendar calendar = Calendar.getInstance(); - boolean trace_flag = true; // trace events - iQuantum.init(num_user, calendar, trace_flag); - - // Step 2: Create QDatacenter - - QCloudDatacenter QCDatacenter = createQCDatacenter("QCloudDatacenter"); - QEdgeDatacenter QEDatacenter = createQEDatacenter("QEdgeDatacenter"); - - // Step 3: Create a CBroker and a QBroker - CCloudBroker ccBroker = createBroker(); - CEdgeBroker ceBroker = createEBroker(); - - QCloudBroker qcBroker = createQCBroker(); - QEdgeBroker qeBroker = createQEBroker(); - - CloudGateway cloudGateway = new CloudGateway("CloudGateway", ccBroker, qcBroker); - EdgeGateway edgeGateway = new EdgeGateway("EdgeGateway", ceBroker, qeBroker, cloudGateway); - - // Step 6: Create 4 QTasks - qTaskList = createQTaskList(qeBroker); - - // Step 7: Submit all tasks to brokers - edgeGateway.submitQTasks(qTaskList); - - // Step 8: Start the simulation - iQuantum.startSimulation(); - - // Step 9: Stop the simulation - iQuantum.stopSimulation(); - - // Step 10: Print the results when simulation is over - Log.printLine("SIMULATION RESULTS"); - Log.printLine("=========================================================="); - List qcTaskResults = qcBroker.getQTaskReceivedList(); - Log.printLine(); - Log.printLine("CLOUD Layer ================================"); - if(qcTaskResults.size() == 0) { - Log.printLine("No QTask received"); - } else { - QTaskExporter.printQTaskList(qcTaskResults); - QTaskExporter.extractQTaskListToCSV(qcTaskResults, exampleName+"-cloud"); - } - - Log.printLine(); - List qeTaskResults = qeBroker.getQTaskReceivedList(); - Log.printLine("EDGE Layer ================================"); - if(qeTaskResults.size() == 0) { - Log.printLine("No QTask received"); - } else { - QTaskExporter.printQTaskList(qeTaskResults); - QTaskExporter.extractQTaskListToCSV(qeTaskResults, exampleName+"-edge"); - } - System.out.println(exampleName +" finished!"); - - // RESOURCE CONSUMPTION - // Get the current time after executing the Java code - long endTime = System.currentTimeMillis(); - - // Calculate the execution time - long executionTime = endTime - startTime; - - // Print the execution time in milliseconds - System.out.println("Execution time: " + executionTime + " milliseconds"); - // Get the OperatingSystemMXBean instance - OperatingSystemMXBean osBean = ManagementFactory.getOperatingSystemMXBean(); - - // Get the MemoryMXBean instance - MemoryMXBean memoryBean = ManagementFactory.getMemoryMXBean(); - - // Get the number of available processors (CPU cores) - int availableProcessors = osBean.getAvailableProcessors(); - System.out.println("Number of available processors (CPU cores): " + availableProcessors); - - // Print CPU usage information - double cpuUsage = osBean.getSystemLoadAverage(); - System.out.println("CPU usage: " + cpuUsage + " (load average)"); - - // Print RAM (memory) usage information - long usedMemory = memoryBean.getHeapMemoryUsage().getUsed(); - long maxMemory = memoryBean.getHeapMemoryUsage().getMax(); - System.out.println("Used memory: " + usedMemory / (1024L * 1024L) + " MB"); - System.out.println("Max memory: " + maxMemory / (1024L * 1024L) + " MB"); - } - - /** - * Creates the broker. - * - * @return the datacenter broker - */ - private static CCloudBroker createBroker() { - CCloudBroker broker = null; - try { - broker = new CCloudBroker("CCBroker"); - } catch (Exception e) { - e.printStackTrace(); - return null; - } - return broker; - } - - private static CEdgeBroker createEBroker() { - CEdgeBroker broker = null; - try { - broker = new CEdgeBroker("CEBroker"); - } catch (Exception e) { - e.printStackTrace(); - return null; - } - return broker; - } - - /** - * QUANTUM PART - */ - - private static List createQTaskList(QBroker qBroker) { - List QTaskList = new ArrayList<>(); -// String folderPath = "dataset/iquantum/MQT-Set01-298-10-27-IBMQ27-Opt3-Extra.csv"; - String folderPath = "dataset/iquantum/MQT-Set02-10-27-Mapped-AllAlgorithmLeft-Extra.csv"; -// String folderPath = "dataset/iquantum/MQT-Set03-7-127-AllOpt-IBMMapped-Extra.csv"; - Path datasetPath = Paths.get(System.getProperty("user.dir"), folderPath); - QTaskImporter QTaskImporter = new QTaskImporter(); - try { - List QTasks = QTaskImporter.importQTasksFromCsv(datasetPath.toString()); - for (QTask qtask : QTasks) { - qtask.setBrokerId(qBroker.getId()); - QTaskList.add(qtask); - } - } catch (IOException e) { - System.err.println("Error reading CSV file: " + e.getMessage()); - } - return QTaskList; - } - - /** - * Create a QBroker - * @return QBroker - */ - private static QCloudBroker createQCBroker() { - QCloudBroker qBroker = null; - try { - qBroker = new QCloudBroker("QCBroker"); - } catch (Exception e) { - e.printStackTrace(); - return null; - } - return qBroker; - } - - private static QEdgeBroker createQEBroker() { - QEdgeBroker qBroker = null; - try { - qBroker = new QEdgeBroker("QEBroker"); - } catch (Exception e) { - e.printStackTrace(); - return null; - } - return qBroker; - } - - private static QEdgeDatacenter createQEDatacenter(String name) { - // Automatically create two quantum nodes (IBM Hanoi and IBM Cairo) from the dataset - QNode qNode1 = IBMQNode.createNode(11,"ibm_hanoi",new QTaskSchedulerSpaceShared()); - QNode qNode2 = IBMQNode.createNode(12,"ibm_auckland",new QTaskSchedulerSpaceShared()); - QNode qNode3 = IBMQNode.createNode(13,"ibm_cairo",new QTaskSchedulerSpaceShared()); - QNode qNode4 = IBMQNode.createNode(14,"ibmq_mumbai",new QTaskSchedulerSpaceShared()); - QNode qNode5 = IBMQNode.createNode(15,"ibmq_kolkata",new QTaskSchedulerSpaceShared()); - qeNodeList = new ArrayList<>(); - qeNodeList.addAll(Arrays.asList(qNode1, qNode2, qNode3, qNode4, qNode5)); - double timeZone = 0.0; - double costPerSec = 1.6; // the cost of using a quantum node per second (as IBM Quantum Pricing) - QDatacenterCharacteristics characteristics = new QDatacenterCharacteristics(qeNodeList, timeZone, costPerSec); - return new QEdgeDatacenter(name, characteristics); - } - - private static QCloudDatacenter createQCDatacenter(String name) { - int[] nodeIds = {21, 22, 23, 24, 25, 26}; - String backendName = "ibm_washington"; - QTaskSchedulerSpaceShared taskScheduler = new QTaskSchedulerSpaceShared(); - int quantumVolume = 128; - int clops = 850; - List qcNodeList = new ArrayList<>(); - for (int nodeId : nodeIds) { - QNode qcNode = IBMQNode.createNode(nodeId, backendName, taskScheduler); - qcNodeList.add(qcNode); - // Modify the quantum volume and CLOPS of the remaining 3 nodes - if (nodeId >= 24) { - qcNode.setQuantumVolume(quantumVolume); - qcNode.setCLOPS(clops); - } - } - double timeZone = 0.0; - double costPerSec = 1.6; // the cost of using a quantum node per second (as IBM Quantum Pricing) - QDatacenterCharacteristics characteristics = new QDatacenterCharacteristics(qcNodeList, timeZone, costPerSec); - QCloudDatacenter qDatacenter = new QCloudDatacenter(name, characteristics); - return qDatacenter; - } - -} - diff --git a/benchmark/iQuantumCloudEdgeEvaluationSet3.java b/benchmark/iQuantumCloudEdgeEvaluationSet3.java deleted file mode 100644 index 90dae27eb..000000000 --- a/benchmark/iQuantumCloudEdgeEvaluationSet3.java +++ /dev/null @@ -1,250 +0,0 @@ -/** - * iQuantum Cloud Edge Example - * This example demonstrates the use of iQuantum in a hybrid cloud-edge environment. - * It creates a CEDatacenter, a CCDatacenter, a QEDatacenter, and a QDatacenter, and then creates all respective brokers - * and gateways for the cloud and edge environments. - * It also creates a CTask and a QTask to be submitted to the CCloudBroker and QCloudBroker respectively. - * Finally, it starts the simulation and prints the results. - */ -import org.iquantum.backends.quantum.IBMQNode; -import org.iquantum.backends.quantum.QNode; -import org.iquantum.brokers.*; -import org.iquantum.core.iQuantum; -import org.iquantum.datacenters.QCloudDatacenter; -import org.iquantum.datacenters.QDatacenterCharacteristics; -import org.iquantum.datacenters.QEdgeDatacenter; -import org.iquantum.gateways.CloudGateway; -import org.iquantum.gateways.EdgeGateway; -import org.iquantum.policies.qtasks.QTaskSchedulerSpaceShared; -import org.iquantum.tasks.QTask; -import org.iquantum.utils.Log; -import org.iquantum.utils.QTaskExporter; -import org.iquantum.utils.QTaskImporter; - -import java.io.IOException; -import java.nio.file.Path; -import java.nio.file.Paths; -import java.util.ArrayList; -import java.util.Arrays; -import java.util.Calendar; -import java.util.List; -import java.lang.management.ManagementFactory; -import java.lang.management.MemoryMXBean; -import java.lang.management.OperatingSystemMXBean; - -public class iQuantumCloudEdgeEvaluationSet3 { - private static List qTaskList; - - private static List qcNodeList; - - private static List qeNodeList; - public static void main(String[] args) throws Exception { - Log.disable(); - String exampleName = "iQuantumCloudEdgeEvaluation"; - System.out.println("Start the " + exampleName + " simulation"); - // Get the current time before executing the Java code - long startTime = System.currentTimeMillis(); - - // Step 1: Initialize the core simulation package. It should be called before creating any entities. - int num_user = 1; - Calendar calendar = Calendar.getInstance(); - boolean trace_flag = true; // trace events - iQuantum.init(num_user, calendar, trace_flag); - - // Step 2: Create QDatacenter - - QCloudDatacenter QCDatacenter = createQCDatacenter("QCloudDatacenter"); - QEdgeDatacenter QEDatacenter = createQEDatacenter("QEdgeDatacenter"); - - // Step 3: Create a CBroker and a QBroker - CCloudBroker ccBroker = createBroker(); - CEdgeBroker ceBroker = createEBroker(); - - QCloudBroker qcBroker = createQCBroker(); - QEdgeBroker qeBroker = createQEBroker(); - - CloudGateway cloudGateway = new CloudGateway("CloudGateway", ccBroker, qcBroker); - EdgeGateway edgeGateway = new EdgeGateway("EdgeGateway", ceBroker, qeBroker, cloudGateway); - - // Step 6: Create 4 QTasks - qTaskList = createQTaskList(qeBroker); - - // Step 7: Submit all tasks to brokers - edgeGateway.submitQTasks(qTaskList); - - // Step 8: Start the simulation - iQuantum.startSimulation(); - - // Step 9: Stop the simulation - iQuantum.stopSimulation(); - - // Step 10: Print the results when simulation is over - Log.printLine("SIMULATION RESULTS"); - Log.printLine("=========================================================="); - List qcTaskResults = qcBroker.getQTaskReceivedList(); - Log.printLine(); - Log.printLine("CLOUD Layer ================================"); - if(qcTaskResults.size() == 0) { - Log.printLine("No QTask received"); - } else { - QTaskExporter.printQTaskList(qcTaskResults); - QTaskExporter.extractQTaskListToCSV(qcTaskResults, exampleName+"-cloud"); - } - - Log.printLine(); - List qeTaskResults = qeBroker.getQTaskReceivedList(); - Log.printLine("EDGE Layer ================================"); - if(qeTaskResults.size() == 0) { - Log.printLine("No QTask received"); - } else { - QTaskExporter.printQTaskList(qeTaskResults); - QTaskExporter.extractQTaskListToCSV(qeTaskResults, exampleName+"-edge"); - } - System.out.println(exampleName +" finished!"); - - // RESOURCE CONSUMPTION - // Get the current time after executing the Java code - long endTime = System.currentTimeMillis(); - - // Calculate the execution time - long executionTime = endTime - startTime; - - // Print the execution time in milliseconds - System.out.println("Execution time: " + executionTime + " milliseconds"); - // Get the OperatingSystemMXBean instance - OperatingSystemMXBean osBean = ManagementFactory.getOperatingSystemMXBean(); - - // Get the MemoryMXBean instance - MemoryMXBean memoryBean = ManagementFactory.getMemoryMXBean(); - - // Get the number of available processors (CPU cores) - int availableProcessors = osBean.getAvailableProcessors(); - System.out.println("Number of available processors (CPU cores): " + availableProcessors); - - // Print CPU usage information - double cpuUsage = osBean.getSystemLoadAverage(); - System.out.println("CPU usage: " + cpuUsage + " (load average)"); - - // Print RAM (memory) usage information - long usedMemory = memoryBean.getHeapMemoryUsage().getUsed(); - long maxMemory = memoryBean.getHeapMemoryUsage().getMax(); - System.out.println("Used memory: " + usedMemory / (1024L * 1024L) + " MB"); - System.out.println("Max memory: " + maxMemory / (1024L * 1024L) + " MB"); - } - - /** - * Creates the broker. - * - * @return the datacenter broker - */ - private static CCloudBroker createBroker() { - CCloudBroker broker = null; - try { - broker = new CCloudBroker("CCBroker"); - } catch (Exception e) { - e.printStackTrace(); - return null; - } - return broker; - } - - private static CEdgeBroker createEBroker() { - CEdgeBroker broker = null; - try { - broker = new CEdgeBroker("CEBroker"); - } catch (Exception e) { - e.printStackTrace(); - return null; - } - return broker; - } - - /** - * QUANTUM PART - */ - - private static List createQTaskList(QBroker qBroker) { - List QTaskList = new ArrayList<>(); -// String folderPath = "dataset/iquantum/MQT-Set01-298-10-27-IBMQ27-Opt3-Extra.csv"; -// String folderPath = "dataset/iquantum/MQT-Set02-10-27-Mapped-AllAlgorithmLeft-Extra.csv"; - String folderPath = "dataset/iquantum/MQT-Set03-7-127-AllOpt-IBMMapped-Extra.csv"; - Path datasetPath = Paths.get(System.getProperty("user.dir"), folderPath); - QTaskImporter QTaskImporter = new QTaskImporter(); - try { - List QTasks = QTaskImporter.importQTasksFromCsv(datasetPath.toString()); - for (QTask qtask : QTasks) { - qtask.setBrokerId(qBroker.getId()); - QTaskList.add(qtask); - } - } catch (IOException e) { - System.err.println("Error reading CSV file: " + e.getMessage()); - } - return QTaskList; - } - - /** - * Create a QBroker - * @return QBroker - */ - private static QCloudBroker createQCBroker() { - QCloudBroker qBroker = null; - try { - qBroker = new QCloudBroker("QCBroker"); - } catch (Exception e) { - e.printStackTrace(); - return null; - } - return qBroker; - } - - private static QEdgeBroker createQEBroker() { - QEdgeBroker qBroker = null; - try { - qBroker = new QEdgeBroker("QEBroker"); - } catch (Exception e) { - e.printStackTrace(); - return null; - } - return qBroker; - } - - private static QEdgeDatacenter createQEDatacenter(String name) { - // Automatically create two quantum nodes (IBM Hanoi and IBM Cairo) from the dataset - QNode qNode1 = IBMQNode.createNode(11,"ibm_hanoi",new QTaskSchedulerSpaceShared()); - QNode qNode2 = IBMQNode.createNode(12,"ibm_auckland",new QTaskSchedulerSpaceShared()); - QNode qNode3 = IBMQNode.createNode(13,"ibm_cairo",new QTaskSchedulerSpaceShared()); - QNode qNode4 = IBMQNode.createNode(14,"ibmq_mumbai",new QTaskSchedulerSpaceShared()); - QNode qNode5 = IBMQNode.createNode(15,"ibmq_kolkata",new QTaskSchedulerSpaceShared()); - qeNodeList = new ArrayList<>(); - qeNodeList.addAll(Arrays.asList(qNode1, qNode2, qNode3, qNode4, qNode5)); - double timeZone = 0.0; - double costPerSec = 1.6; // the cost of using a quantum node per second (as IBM Quantum Pricing) - QDatacenterCharacteristics characteristics = new QDatacenterCharacteristics(qeNodeList, timeZone, costPerSec); - return new QEdgeDatacenter(name, characteristics); - } - - private static QCloudDatacenter createQCDatacenter(String name) { - int[] nodeIds = {21, 22, 23, 24, 25, 26}; - String backendName = "ibm_washington"; - QTaskSchedulerSpaceShared taskScheduler = new QTaskSchedulerSpaceShared(); - int quantumVolume = 128; - int clops = 850; - List qcNodeList = new ArrayList<>(); - for (int nodeId : nodeIds) { - QNode qcNode = IBMQNode.createNode(nodeId, backendName, taskScheduler); - qcNodeList.add(qcNode); - // Modify the quantum volume and CLOPS of the remaining 3 nodes - if (nodeId >= 24) { - qcNode.setQuantumVolume(quantumVolume); - qcNode.setCLOPS(clops); - } - } - double timeZone = 0.0; - double costPerSec = 1.6; // the cost of using a quantum node per second (as IBM Quantum Pricing) - QDatacenterCharacteristics characteristics = new QDatacenterCharacteristics(qcNodeList, timeZone, costPerSec); - QCloudDatacenter qDatacenter = new QCloudDatacenter(name, characteristics); - return qDatacenter; - } - -} - diff --git a/modules/iquantum/target/apidocs/copy.svg b/modules/iquantum/target/apidocs/copy.svg deleted file mode 100644 index 7c46ab15f..000000000 --- a/modules/iquantum/target/apidocs/copy.svg +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - diff --git a/modules/iquantum/target/apidocs/search-page.js b/modules/iquantum/target/apidocs/search-page.js deleted file mode 100644 index d55f29e59..000000000 --- a/modules/iquantum/target/apidocs/search-page.js +++ /dev/null @@ -1,299 +0,0 @@ -/* - * Copyright (c) 2022, Oracle and/or its affiliates. All rights reserved. - * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. - * - * This code is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Oracle designates this - * particular file as subject to the "Classpath" exception as provided - * by Oracle in the LICENSE file that accompanied this code. - * - * This code is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License - * version 2 for more details (a copy is included in the LICENSE file that - * accompanied this code). - * - * You should have received a copy of the GNU General Public License version - * 2 along with this work; if not, write to the Free Software Foundation, - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. - * - * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA - * or visit www.oracle.com if you need additional information or have any - * questions. - */ - -"use strict"; -$(function() { - var copy = $("#page-search-copy"); - var expand = $("#page-search-expand"); - var searchLink = $("span#page-search-link"); - var redirect = $("input#search-redirect"); - function setSearchUrlTemplate() { - var href = document.location.href.split(/[#?]/)[0]; - href += "?q=" + "%s"; - if (redirect.is(":checked")) { - href += "&r=1"; - } - searchLink.html(href); - copy[0].onmouseenter(); - } - function copyLink(e) { - var textarea = document.createElement("textarea"); - textarea.style.height = 0; - document.body.appendChild(textarea); - textarea.value = this.previousSibling.innerText; - textarea.select(); - document.execCommand("copy"); - document.body.removeChild(textarea); - var span = this.lastElementChild; - var copied = span.getAttribute("data-copied"); - if (span.innerHTML !== copied) { - var initialLabel = span.innerHTML; - span.innerHTML = copied; - var parent = this.parentElement.parentElement; - parent.onmouseleave = parent.ontouchend = copy[0].onmouseenter = function() { - span.innerHTML = initialLabel; - }; - } - } - copy.click(copyLink); - copy[0].onmouseenter = function() {}; - redirect.click(setSearchUrlTemplate); - setSearchUrlTemplate(); - copy.prop("disabled", false); - redirect.prop("disabled", false); - expand.click(function (e) { - var searchInfo = $("div.page-search-info"); - if(this.parentElement.hasAttribute("open")) { - searchInfo.attr("style", "border-width: 0;"); - } else { - searchInfo.attr("style", "border-width: 1px;").height(searchInfo.prop("scrollHeight")); - } - }); -}); -$(window).on("load", function() { - var input = $("#page-search-input"); - var reset = $("#page-search-reset"); - var notify = $("#page-search-notify"); - var resultSection = $("div#result-section"); - var resultContainer = $("div#result-container"); - var searchTerm = ""; - var activeTab = ""; - var fixedTab = false; - var visibleTabs = []; - var feelingLucky = false; - function renderResults(result) { - if (!result.length) { - notify.html(messages.noResult); - } else if (result.length === 1) { - notify.html(messages.oneResult); - } else { - notify.html(messages.manyResults.replace("{0}", result.length)); - } - resultContainer.empty(); - var r = { - "types": [], - "members": [], - "packages": [], - "modules": [], - "searchTags": [] - }; - for (var i in result) { - var item = result[i]; - var arr = r[item.category]; - arr.push(item); - } - if (!activeTab || r[activeTab].length === 0 || !fixedTab) { - Object.keys(r).reduce(function(prev, curr) { - if (r[curr].length > 0 && r[curr][0].score > prev) { - activeTab = curr; - return r[curr][0].score; - } - return prev; - }, 0); - } - if (feelingLucky && activeTab) { - notify.html(messages.redirecting) - var firstItem = r[activeTab][0]; - window.location = getURL(firstItem.indexItem, firstItem.category); - return; - } - if (result.length > 20) { - if (searchTerm[searchTerm.length - 1] === ".") { - if (activeTab === "types" && r["members"].length > r["types"].length) { - activeTab = "members"; - } else if (activeTab === "packages" && r["types"].length > r["packages"].length) { - activeTab = "types"; - } - } - } - var categoryCount = Object.keys(r).reduce(function(prev, curr) { - return prev + (r[curr].length > 0 ? 1 : 0); - }, 0); - visibleTabs = []; - var tabContainer = $("
      ").appendTo(resultContainer); - for (var key in r) { - var id = "#result-tab-" + key.replace("searchTags", "search_tags"); - if (r[key].length) { - var count = r[key].length >= 1000 ? "999+" : r[key].length; - if (result.length > 20 && categoryCount > 1) { - var button = $("").appendTo(tabContainer); - button.click(key, function(e) { - fixedTab = true; - renderResult(e.data, $(this)); - }); - visibleTabs.push(key); - } else { - $("" + categories[key] - + " (" + count + ")").appendTo(tabContainer); - renderTable(key, r[key]).appendTo(resultContainer); - tabContainer = $("
      ").appendTo(resultContainer); - - } - } - } - if (activeTab && result.length > 20 && categoryCount > 1) { - $("button#result-tab-" + activeTab).addClass("active-table-tab"); - renderTable(activeTab, r[activeTab]).appendTo(resultContainer); - } - resultSection.show(); - function renderResult(category, button) { - activeTab = category; - setSearchUrl(); - resultContainer.find("div.summary-table").remove(); - renderTable(activeTab, r[activeTab]).appendTo(resultContainer); - button.siblings().removeClass("active-table-tab"); - button.addClass("active-table-tab"); - } - } - function selectTab(category) { - $("button#result-tab-" + category).click(); - } - function renderTable(category, items) { - var table = $("
      ") - .addClass(category === "modules" - ? "one-column-search-results" - : "two-column-search-results"); - var col1, col2; - if (category === "modules") { - col1 = "Module"; - } else if (category === "packages") { - col1 = "Module"; - col2 = "Package"; - } else if (category === "types") { - col1 = "Package"; - col2 = "Class" - } else if (category === "members") { - col1 = "Class"; - col2 = "Member"; - } else if (category === "searchTags") { - col1 = "Location"; - col2 = "Name"; - } - $("
      " + col1 + "
      ").appendTo(table); - if (category !== "modules") { - $("
      " + col2 + "
      ").appendTo(table); - } - $.each(items, function(index, item) { - var rowColor = index % 2 ? "odd-row-color" : "even-row-color"; - renderItem(item, table, rowColor); - }); - return table; - } - function renderItem(item, table, rowColor) { - var label = getHighlightedText(item.input, item.boundaries, item.prefix.length, item.input.length); - var link = $("") - .attr("href", getURL(item.indexItem, item.category)) - .attr("tabindex", "0") - .addClass("search-result-link") - .html(label); - var container = getHighlightedText(item.input, item.boundaries, 0, item.prefix.length - 1); - if (item.category === "searchTags") { - container = item.indexItem.h || ""; - } - if (item.category !== "modules") { - $("
      ").html(container).addClass("col-plain").addClass(rowColor).appendTo(table); - } - $("
      ").html(link).addClass("col-last").addClass(rowColor).appendTo(table); - } - var timeout; - function schedulePageSearch() { - if (timeout) { - clearTimeout(timeout); - } - timeout = setTimeout(function () { - doPageSearch() - }, 100); - } - function doPageSearch() { - setSearchUrl(); - var term = searchTerm = input.val().trim(); - if (term === "") { - notify.html(messages.enterTerm); - activeTab = ""; - fixedTab = false; - resultContainer.empty(); - resultSection.hide(); - } else { - notify.html(messages.searching); - doSearch({ term: term, maxResults: 1200 }, renderResults); - } - } - function setSearchUrl() { - var query = input.val().trim(); - var url = document.location.pathname; - if (query) { - url += "?q=" + encodeURI(query); - if (activeTab && fixedTab) { - url += "&c=" + activeTab; - } - } - history.replaceState({query: query}, "", url); - } - input.on("input", function(e) { - feelingLucky = false; - schedulePageSearch(); - }); - $(document).keydown(function(e) { - if ((e.ctrlKey || e.metaKey) && (e.key === "ArrowLeft" || e.key === "ArrowRight")) { - if (activeTab && visibleTabs.length > 1) { - var idx = visibleTabs.indexOf(activeTab); - idx += e.key === "ArrowLeft" ? visibleTabs.length - 1 : 1; - selectTab(visibleTabs[idx % visibleTabs.length]); - return false; - } - } - }); - reset.click(function() { - notify.html(messages.enterTerm); - resultSection.hide(); - activeTab = ""; - fixedTab = false; - resultContainer.empty(); - input.val('').focus(); - setSearchUrl(); - }); - input.prop("disabled", false); - reset.prop("disabled", false); - - var urlParams = new URLSearchParams(window.location.search); - if (urlParams.has("q")) { - input.val(urlParams.get("q")) - } - if (urlParams.has("c")) { - activeTab = urlParams.get("c"); - fixedTab = true; - } - if (urlParams.get("r")) { - feelingLucky = true; - } - if (input.val()) { - doPageSearch(); - } else { - notify.html(messages.enterTerm); - } - input.select().focus(); -}); diff --git a/modules/iquantum/target/maven-archiver/pom.properties b/modules/iquantum/target/maven-archiver/pom.properties index 61773e1ee..946b857eb 100644 --- a/modules/iquantum/target/maven-archiver/pom.properties +++ b/modules/iquantum/target/maven-archiver/pom.properties @@ -1,5 +1,5 @@ #Generated by Maven -#Tue Jul 25 08:08:29 UTC 2023 +#Wed Jul 26 12:49:12 UTC 2023 groupId=org.iquantum artifactId=iquantum version=1.0 diff --git a/modules/iquantum/target/maven-javadoc-plugin-stale-data.txt b/modules/iquantum/target/maven-javadoc-plugin-stale-data.txt index e84ebcf96..99ce54624 100644 --- a/modules/iquantum/target/maven-javadoc-plugin-stale-data.txt +++ b/modules/iquantum/target/maven-javadoc-plugin-stale-data.txt @@ -1,26 +1,26 @@ @options @packages -classpath -'/Users/biboo/.m2/repository/org/apache/commons/commons-math3/3.4.1/commons-math3-3.4.1.jar:/Users/biboo/.m2/repository/com/opencsv/opencsv/3.7/opencsv-3.7.jar:/Users/biboo/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar:/Users/biboo/.m2/repository/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar:/Users/biboo/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/Users/biboo/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/Users/biboo/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/Users/biboo/.m2/repository/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar:/Users/biboo/.m2/repository/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar:/Users/biboo/.m2/repository/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar:/Users/biboo/.m2/repository/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar:/Users/biboo/.m2/repository/org/apache/commons/commons-csv/1.10.0/commons-csv-1.10.0.jar' +'/home/ubuntu/.m2/repository/org/apache/commons/commons-math3/3.4.1/commons-math3-3.4.1.jar:/home/ubuntu/.m2/repository/com/opencsv/opencsv/3.7/opencsv-3.7.jar:/home/ubuntu/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar:/home/ubuntu/.m2/repository/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar:/home/ubuntu/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/home/ubuntu/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/home/ubuntu/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/home/ubuntu/.m2/repository/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar:/home/ubuntu/.m2/repository/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar:/home/ubuntu/.m2/repository/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar:/home/ubuntu/.m2/repository/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar:/home/ubuntu/.m2/repository/org/apache/commons/commons-csv/1.10.0/commons-csv-1.10.0.jar' -encoding 'UTF-8' -protected -sourcepath -'/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/src/main/java' +'/home/ubuntu/projects/iQuantum/modules/iquantum/src/main/java' -author -bottom 'Copyright © 2023 The Cloud Computing and Distributed Systems (CLOUDS) Laboratory, The University of Melbourne. All rights reserved.' -charset 'UTF-8' -d -'/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs' +'/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs' -docencoding 'UTF-8' -Xdoclint:none -doctitle 'iquantum 1.0 API' -linkoffline -'https://docs.oracle.com/javase/8/docs/api' '/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/javadoc-bundle-options' +'https://docs.oracle.com/javase/8/docs/api' '/home/ubuntu/projects/iQuantum/modules/iquantum/target/javadoc-bundle-options' -tag "pre:a:Precondition:" -tag @@ -29,100 +29,97 @@ -version -windowtitle 'iquantum 1.0 API' -org.iquantum.power -org.iquantum.power.lists -org.iquantum.power.models +org.iquantum.distributions +org.iquantum.core +org.iquantum.core.predicates org.iquantum.brokers org.iquantum.tasks -org.iquantum.core.predicates -org.iquantum.core -org.iquantum.lists -org.iquantum.sdn -org.iquantum.sdn.power -org.iquantum.sdn.example -org.iquantum.sdn.example.policies -org.iquantum.sdn.example.topogenerators -org.iquantum.sdn.overbooking -org.iquantum.sdn.graph.core -org.iquantum.sdn.graph.example -org.iquantum.sdn.graph.dialog -org.iquantum.sdn.request +org.iquantum.fog.test +org.iquantum.fog.test.perfeval +org.iquantum.fog.policy +org.iquantum.fog.gui.core +org.iquantum.fog.gui.example +org.iquantum.fog.gui.dialog +org.iquantum.fog.mobilitydata +org.iquantum.fog.scheduler +org.iquantum.fog.placement +org.iquantum.fog.entities +org.iquantum.fog.utils.distribution +org.iquantum.fog.utils +org.iquantum.fog.application.selectivity +org.iquantum.fog.application +org.iquantum.provisioners +org.iquantum.models +org.iquantum.power +org.iquantum.power.models +org.iquantum.power.lists +org.iquantum.datacenters +org.iquantum.backends.quantum.qubittopologies +org.iquantum.backends.quantum org.iquantum.backends.classical +org.iquantum.backends.classical.container.containerPlacementPolicies +org.iquantum.backends.classical.container.core org.iquantum.backends.classical.container.containerVmProvisioners +org.iquantum.backends.classical.container.containerProvisioners +org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled org.iquantum.backends.classical.container.vmSelectionPolicies org.iquantum.backends.classical.container.resourceAllocators -org.iquantum.backends.classical.container.core +org.iquantum.backends.classical.container.containerSelectionPolicies org.iquantum.backends.classical.container.lists org.iquantum.backends.classical.container.hostSelectionPolicies -org.iquantum.backends.classical.container.containerProvisioners -org.iquantum.backends.classical.container.containerSelectionPolicies -org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled -org.iquantum.backends.classical.container.utils -org.iquantum.backends.classical.container.containerPlacementPolicies org.iquantum.backends.classical.container.schedulers -org.iquantum.backends.quantum -org.iquantum.backends.quantum.qubittopologies -org.iquantum.network.datacenter +org.iquantum.backends.classical.container.utils +org.iquantum.sdn +org.iquantum.sdn.example +org.iquantum.sdn.example.topogenerators +org.iquantum.sdn.example.policies +org.iquantum.sdn.power +org.iquantum.sdn.graph.core +org.iquantum.sdn.graph.example +org.iquantum.sdn.graph.dialog +org.iquantum.sdn.overbooking +org.iquantum.sdn.request +org.iquantum.lists org.iquantum.network -org.iquantum.utils -org.iquantum.utils.datacloud -org.iquantum.models -org.iquantum.policies.ctasks -org.iquantum.policies.qtasks +org.iquantum.network.datacenter +org.iquantum.gateways org.iquantum.policies.qubitMapping org.iquantum.policies.vm -org.iquantum.provisioners -org.iquantum.gateways -org.iquantum.fog.test.perfeval -org.iquantum.fog.test -org.iquantum.fog.scheduler -org.iquantum.fog.mobilitydata -org.iquantum.fog.utils -org.iquantum.fog.utils.distribution -org.iquantum.fog.gui.core -org.iquantum.fog.gui.example -org.iquantum.fog.gui.dialog -org.iquantum.fog.application -org.iquantum.fog.application.selectivity -org.iquantum.fog.entities -org.iquantum.fog.policy -org.iquantum.fog.placement -org.iquantum.datacenters -org.iquantum.distributions -/Users/biboo/.m2/repository/org/apache/commons/commons-math3/3.4.1/commons-math3-3.4.1.jar = 1678665300935 -/Users/biboo/.m2/repository/com/opencsv/opencsv/3.7/opencsv-3.7.jar = 1678665300900 -/Users/biboo/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar = 1678665300923 -/Users/biboo/.m2/repository/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar = 1689321466333 -/Users/biboo/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar = 1678673072705 -/Users/biboo/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar = 1678673072717 -/Users/biboo/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar = 1678673072706 -/Users/biboo/.m2/repository/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar = 1689321367921 -/Users/biboo/.m2/repository/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar = 1689321367831 -/Users/biboo/.m2/repository/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar = 1689321367818 -/Users/biboo/.m2/repository/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar = 1678673163660 -/Users/biboo/.m2/repository/org/apache/commons/commons-csv/1.10.0/commons-csv-1.10.0.jar = 1681182728742 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/src/main/java/.DS_Store = 1681275293143 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/src/main/java = 1688726692432 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/constant-values.html = 1690375112387 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/tag-search-index.js = 1690375112907 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/overview-tree.html = 1690375112729 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/module-search-index.js = 1690375112901 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/index.html = 1690375112733 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/package-search-index.js = 1690375112901 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/jquery-ui.overrides.css = 1690375112984 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/serialized-form.html = 1690375112404 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/index-all.html = 1690375112976 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/allpackages-index.html = 1690375112900 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/deprecated-list.html = 1690375112731 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/member-search-index.js = 1690375112906 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/copy.svg = 1690257661791 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/script.js = 1690375112982 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/stylesheet.css = 1690375112981 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/search-page.js = 1690257661792 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/overview-summary.html = 1690375112978 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/help-doc.html = 1690375112980 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/element-list = 1690375112302 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/search.html = 1690257661781 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/allclasses-index.html = 1690375112899 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/type-search-index.js = 1690375112902 -/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/search.js = 1690375112982 +org.iquantum.policies.ctasks +org.iquantum.policies.qtasks +org.iquantum.utils +org.iquantum.utils.datacloud +/home/ubuntu/.m2/repository/org/apache/commons/commons-math3/3.4.1/commons-math3-3.4.1.jar = 1690265720687 +/home/ubuntu/.m2/repository/com/opencsv/opencsv/3.7/opencsv-3.7.jar = 1690265720559 +/home/ubuntu/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar = 1690265720647 +/home/ubuntu/.m2/repository/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar = 1690265720763 +/home/ubuntu/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar = 1690265720603 +/home/ubuntu/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar = 1690265720567 +/home/ubuntu/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar = 1690265720575 +/home/ubuntu/.m2/repository/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar = 1690265720611 +/home/ubuntu/.m2/repository/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar = 1690265720595 +/home/ubuntu/.m2/repository/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar = 1690265720591 +/home/ubuntu/.m2/repository/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar = 1690265720587 +/home/ubuntu/.m2/repository/org/apache/commons/commons-csv/1.10.0/commons-csv-1.10.0.jar = 1690265720555 +/home/ubuntu/projects/iQuantum/modules/iquantum/src/main/java/.DS_Store = 1690265641719 +/home/ubuntu/projects/iQuantum/modules/iquantum/src/main/java = 1690265641719 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/deprecated-list.html = 1690375751579 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/help-doc.html = 1690375752031 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/search.js = 1690375752031 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/constant-values.html = 1690375751063 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/type-search-index.js = 1690375751835 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/script.js = 1690375752031 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/index-all.html = 1690375752027 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/serialized-form.html = 1690375751091 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/overview-tree.html = 1690375751575 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/allclasses-index.html = 1690375751831 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/allpackages-index.html = 1690375751835 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/jquery-ui.overrides.css = 1690375752031 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/member-search-index.js = 1690375751839 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/overview-summary.html = 1690375752027 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/package-search-index.js = 1690375751835 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/stylesheet.css = 1690375752031 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/element-list = 1690375750935 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/module-search-index.js = 1690375751835 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/tag-search-index.js = 1690375751843 +/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/index.html = 1690375751583 diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CTaskTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CTaskTest.xml index fc193cfaa..4a252e688 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CTaskTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CTaskTest.xml @@ -1,11 +1,10 @@ - + - - - - + + + @@ -14,57 +13,55 @@ - + - - - + + + - - - + + - - - + + - - - - + + + + - - + + - - + + - + - + + - + - + - - - + + - + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CloudletSchedulerSingleServiceTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CloudletSchedulerSingleServiceTest.xml index 401ffd5df..f3692ffef 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CloudletSchedulerSingleServiceTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CloudletSchedulerSingleServiceTest.xml @@ -1,11 +1,10 @@ - + - - - - + + + @@ -14,66 +13,64 @@ - + - - - + + + - - - + + - - - + + - - - - + + + + - - + + - - + + - + - + + - + - + - - - + + - - + + - - + + - + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostDynamicWorkloadTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostDynamicWorkloadTest.xml index 140663117..e1e1c7c10 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostDynamicWorkloadTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostDynamicWorkloadTest.xml @@ -1,11 +1,10 @@ - + - - - - + + + @@ -14,57 +13,55 @@ - + - - - + + + - - - + + - - - + + - - - - + + + + - - + + - - + + - + - + + - + - + - - - + + - + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostTest.xml index d867bc71f..e4e70824d 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostTest.xml @@ -1,11 +1,10 @@ - + - - - - + + + @@ -14,57 +13,55 @@ - + - - - + + + - - - + + - - - + + - - - - + + + + - - + + - - + + - + - + + - + - + - - - + + - - - + + + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.LogTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.LogTest.xml index db3daad40..bd5239431 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.LogTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.LogTest.xml @@ -1,11 +1,10 @@ - + - - - - + + + @@ -14,56 +13,54 @@ - + - - - + + + - - - + + - - - + + - - - - + + + + - - + + - - + + - + - + + - + - + - - - + + - + - - + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.PeTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.PeTest.xml index 95c33c9a1..aa1a3c117 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.PeTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.PeTest.xml @@ -1,11 +1,10 @@ - + - - - - + + + @@ -14,55 +13,53 @@ - + - - - + + + - - - + + - - - + + - - - - + + + + - - + + - - + + - + - + + - + - + - - - + + - + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelPlanetLabInMemoryTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelPlanetLabInMemoryTest.xml index 290904d57..c4937d858 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelPlanetLabInMemoryTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelPlanetLabInMemoryTest.xml @@ -1,11 +1,10 @@ - + - - - - + + + @@ -14,52 +13,50 @@ - + - - - + + + - - - + + - - - + + - - - - + + + + - - + + - - + + - + - + + - + - + - - - + + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelStochasticTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelStochasticTest.xml index b12705aaf..995ef30c5 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelStochasticTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelStochasticTest.xml @@ -1,11 +1,10 @@ - + - - - - + + + @@ -14,52 +13,50 @@ - + - - - + + + - - - + + - - - + + - - - - + + + + - - + + - - + + - + - + + - + - + - - - + + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.xml index 1996d4e4d..500736505 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.xml @@ -1,11 +1,10 @@ - + - - - - + + + @@ -14,56 +13,54 @@ - + - - - + + + - - - + + - - - + + - - - - + + + + - - + + - - + + - + - + + - + - + - - - + + - + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedTest.xml index 689881693..acbc25fb3 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedTest.xml @@ -1,11 +1,10 @@ - + - - - - + + + @@ -14,54 +13,52 @@ - + - - - + + + - - - + + - - - + + - - - - + + + + - - + + - - + + - + - + + - + - + - - - + + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.PeListTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.PeListTest.xml index d5ebc9f27..d93ccf481 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.PeListTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.PeListTest.xml @@ -1,11 +1,10 @@ - - - - + + + @@ -14,52 +13,50 @@ - + - - - + + + - - - + + - - - + + - - - - + + + + - - + + - - + + - + - + + - + - + - - - + + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.VmListTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.VmListTest.xml index 4ef9d1a7d..9dc853d13 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.VmListTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.VmListTest.xml @@ -1,11 +1,10 @@ - + - - - - + + + @@ -14,53 +13,51 @@ - + - - - + + + - - - + + - - - + + - - - - + + + + - - + + - - + + - + - + + - + - + - - - + + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerHostTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerHostTest.xml index bf85861bd..5140801be 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerHostTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerHostTest.xml @@ -1,11 +1,10 @@ - - - - + + + @@ -14,52 +13,50 @@ - + - - - + + + - - - + + - - - + + - - - - + + + + - - + + - - + + - + - + + - + - + - - - + + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.xml index 347d37d5c..e3c68dbfa 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.xml @@ -1,11 +1,10 @@ - + - - - - + + + @@ -14,52 +13,50 @@ - + - - - + + + - - - + + - - - + + - - - - + + + + - - + + - - + + - + - + + - + - + - - - + + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelCubicTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelCubicTest.xml index 9e5d9e28b..2390ab67a 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelCubicTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelCubicTest.xml @@ -1,11 +1,10 @@ - - - - + + + @@ -14,52 +13,50 @@ - + - - - + + + - - - + + - - - + + - - - - + + + + - - + + - - + + - + - + + - + - + - - - + + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelLinearTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelLinearTest.xml index 1933ba639..0d0097327 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelLinearTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelLinearTest.xml @@ -1,11 +1,10 @@ - - - - + + + @@ -14,52 +13,50 @@ - + - - - + + + - - - + + - - - + + - - - - + + + + - - + + - - + + - + - + + - + - + - - - + + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test.xml index fffe3d790..1c5306de9 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test.xml @@ -1,11 +1,10 @@ - + - - - - + + + @@ -14,54 +13,52 @@ - + - - - + + + - - - + + - - - + + - - - - + + + + - - + + - - + + - + - + + - + - + - - - + + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSqrtTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSqrtTest.xml index 8cb54db37..9a2d900ee 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSqrtTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSqrtTest.xml @@ -1,11 +1,10 @@ - + - - - - + + + @@ -14,58 +13,56 @@ - + - - - + + + - - - + + - - - + + - - - - + + + + - - + + - - + + - + - + + - + - + - - - + + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSquareTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSquareTest.xml index 30933e371..9d74f602f 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSquareTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSquareTest.xml @@ -1,11 +1,10 @@ - - - - + + + @@ -14,52 +13,50 @@ - + - - - + + + - - - + + - - - + + - - - - + + + + - - + + - - + + - + - + + - + - + - - - + + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.BwProvisionerSimpleTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.BwProvisionerSimpleTest.xml index 839dd21cc..c8a0be5b4 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.BwProvisionerSimpleTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.BwProvisionerSimpleTest.xml @@ -1,11 +1,10 @@ - - - - + + + @@ -14,52 +13,50 @@ - + - - - + + + - - - + + - - - + + - - - - + + + + - - + + - - + + - + - + + - + - + - - - + + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.PeProvisionerSimpleTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.PeProvisionerSimpleTest.xml index 78bdae94c..d282be796 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.PeProvisionerSimpleTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.PeProvisionerSimpleTest.xml @@ -1,11 +1,10 @@ - + - - - - + + + @@ -14,58 +13,56 @@ - + - - - + + + - - - + + - - - + + - - - - + + + + - - + + - - + + - + - + + - + - + - - - + + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.RamProvisionerSimpleTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.RamProvisionerSimpleTest.xml index 579680d6c..e447257c2 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.RamProvisionerSimpleTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.RamProvisionerSimpleTest.xml @@ -1,11 +1,10 @@ - + - - - - + + + @@ -14,56 +13,54 @@ - + - - - + + + - - - + + - - - + + - - - - + + + + - - + + - - + + - + - + + - + - + - - - + + - + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.MathUtilTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.MathUtilTest.xml index 194ebba6d..f84ccc090 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.MathUtilTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.MathUtilTest.xml @@ -1,11 +1,10 @@ - + - - - - + + + @@ -14,56 +13,54 @@ - + - - - + + + - - - + + - - - + + - - - - + + + + - - + + - - + + - + - + + - + - + - - - + + - + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.WorkloadFileReaderTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.WorkloadFileReaderTest.xml index 313a86b39..28643a244 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.WorkloadFileReaderTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.WorkloadFileReaderTest.xml @@ -1,11 +1,10 @@ - + - - - - + + + @@ -14,52 +13,50 @@ - + - - - + + + - - - + + - - - + + - - - - + + + + - - + + - - + + - + - + + - + - + - - - + + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.CTaskTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.CTaskTest.txt index 2887333c2..beafc5a98 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.CTaskTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.CTaskTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.CTaskTest ------------------------------------------------------------------------------- -Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec +Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.CloudletSchedulerSingleServiceTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.CloudletSchedulerSingleServiceTest.txt index 90cbb0d5e..f078a848d 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.CloudletSchedulerSingleServiceTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.CloudletSchedulerSingleServiceTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.CloudletSchedulerSingleServiceTest ------------------------------------------------------------------------------- -Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec +Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.HostDynamicWorkloadTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.HostDynamicWorkloadTest.txt index 1a05aea8a..b2f713fe4 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.HostDynamicWorkloadTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.HostDynamicWorkloadTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.HostDynamicWorkloadTest ------------------------------------------------------------------------------- -Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec +Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.HostTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.HostTest.txt index 5a4825eae..6d742ebf2 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.HostTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.HostTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.HostTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec +Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.004 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.LogTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.LogTest.txt index be5b78fb6..c08e6916e 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.LogTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.LogTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.LogTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec +Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.PeTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.PeTest.txt index 4d2ee75cf..ca0249b5b 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.PeTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.PeTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.PeTest ------------------------------------------------------------------------------- -Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec +Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelPlanetLabInMemoryTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelPlanetLabInMemoryTest.txt index 55e705727..1d0ccee6f 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelPlanetLabInMemoryTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelPlanetLabInMemoryTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.UtilizationModelPlanetLabInMemoryTest ------------------------------------------------------------------------------- -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec +Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelStochasticTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelStochasticTest.txt index 71bcc6d24..a38ea7762 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelStochasticTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelStochasticTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.UtilizationModelStochasticTest ------------------------------------------------------------------------------- -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec +Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.txt index a79fcd3e9..e2161bea5 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec +Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.lists.PeListTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.lists.PeListTest.txt index 14c28b6fc..0af00bb5a 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.lists.PeListTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.lists.PeListTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.lists.PeListTest ------------------------------------------------------------------------------- -Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec +Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.lists.VmListTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.lists.VmListTest.txt index 282e4c32c..4996e9497 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.lists.VmListTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.lists.VmListTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.lists.VmListTest ------------------------------------------------------------------------------- -Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec +Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.txt index de1b74199..f7643d52a 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest ------------------------------------------------------------------------------- -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec +Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelCubicTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelCubicTest.txt index 92032c329..809112807 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelCubicTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelCubicTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.power.models.PowerModelCubicTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec +Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelLinearTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelLinearTest.txt index ab863fb8c..695d2f741 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelLinearTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelLinearTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.power.models.PowerModelLinearTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec +Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSqrtTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSqrtTest.txt index b5f65b717..3375fd7ef 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSqrtTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSqrtTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.power.models.PowerModelSqrtTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 sec +Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.PeProvisionerSimpleTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.PeProvisionerSimpleTest.txt index 82ae3f743..f84938601 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.PeProvisionerSimpleTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.PeProvisionerSimpleTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.provisioners.PeProvisionerSimpleTest ------------------------------------------------------------------------------- -Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec +Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.RamProvisionerSimpleTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.RamProvisionerSimpleTest.txt index fd1de94af..bc223ea61 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.RamProvisionerSimpleTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.RamProvisionerSimpleTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.provisioners.RamProvisionerSimpleTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec +Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.util.MathUtilTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.util.MathUtilTest.txt index 2112b582e..e2ed4aa75 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.util.MathUtilTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.util.MathUtilTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.util.MathUtilTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec +Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.util.WorkloadFileReaderTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.util.WorkloadFileReaderTest.txt index 6db6f1dcb..2c998ca10 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.util.WorkloadFileReaderTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.util.WorkloadFileReaderTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.util.WorkloadFileReaderTest ------------------------------------------------------------------------------- -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.347 sec +Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.719 sec From 14f60c51c88e495435df708c31b4b5f28620dee1 Mon Sep 17 00:00:00 2001 From: Hoa Nguyen Date: Thu, 17 Aug 2023 12:59:23 +1000 Subject: [PATCH 6/6] Update iQuantum examples --- .../1.0/distribution-1.0.tar.gz.md5 | 2 +- .../1.0/distribution-1.0.tar.gz.sha1 | 2 +- .../distribution/1.0/distribution-1.0.zip.md5 | 2 +- .../1.0/distribution-1.0.zip.sha1 | 2 +- .../iquantum/distribution/maven-metadata.xml | 2 +- .../distribution/maven-metadata.xml.md5 | 2 +- .../distribution/maven-metadata.xml.sha1 | 2 +- .../iquantum/documentation/maven-metadata.xml | 2 +- .../documentation/maven-metadata.xml.md5 | 2 +- .../documentation/maven-metadata.xml.sha1 | 2 +- modules/iquantum-examples/pom.xml | 2 +- .../iQuantumExampleP4J.java | 9 +- .../hybrid/iQuantumHybridExample1.java | 11 +- .../hybrid/iQuantumHybridExample2.java | 407 +++++------------- .../iQuantumHybridExample3.java} | 6 +- .../iQuantumHybridExample4.java} | 4 +- .../qcloudedge/iQuantumCloudEdgeExample1.java | 214 --------- .../examples/quantum/iQuantumExample3.java | 7 +- .../examples/quantum/iQuantumExample4.java | 7 +- .../examples/quantum/iQuantumExample5.java | 9 +- .../examples/quantum/iQuantumExample6.java | 9 +- .../examples/quantum/iQuantumExample7.java | 2 +- .../iQuantumExample8.java} | 6 +- .../1.0/iquantum-examples-1.0-sources.jar.md5 | 1 + .../iquantum-examples-1.0-sources.jar.sha1 | 1 + .../1.0/iquantum-examples-1.0.jar.md5 | 1 + .../1.0/iquantum-examples-1.0.jar.sha1 | 1 + .../1.0/iquantum-examples-1.0.pom | 62 +++ .../1.0/iquantum-examples-1.0.pom.md5 | 1 + .../1.0/iquantum-examples-1.0.pom.sha1 | 1 + .../iquantum-examples/maven-metadata.xml | 12 + .../iquantum-examples/maven-metadata.xml.md5 | 1 + .../iquantum-examples/maven-metadata.xml.sha1 | 1 + .../apidocs/script-dir/jquery-3.6.1.min.js | 2 + .../iquantum/1.0/iquantum-1.0-javadoc.jar.md5 | 1 + .../1.0/iquantum-1.0-javadoc.jar.sha1 | 1 + .../iquantum/1.0/iquantum-1.0-sources.jar.md5 | 1 + .../1.0/iquantum-1.0-sources.jar.sha1 | 1 + .../1.0/iquantum-1.0-test-sources.jar.md5 | 1 + .../1.0/iquantum-1.0-test-sources.jar.sha1 | 1 + .../iquantum/1.0/iquantum-1.0.jar.md5 | 1 + .../iquantum/1.0/iquantum-1.0.jar.sha1 | 1 + .../iquantum/iquantum/1.0/iquantum-1.0.pom | 151 +++++++ .../iquantum/1.0/iquantum-1.0.pom.md5 | 1 + .../iquantum/1.0/iquantum-1.0.pom.sha1 | 1 + .../org/iquantum/iquantum/maven-metadata.xml | 12 + .../iquantum/iquantum/maven-metadata.xml.md5 | 1 + .../iquantum/iquantum/maven-metadata.xml.sha1 | 1 + .../maven-javadoc-plugin-stale-data.txt | 173 ++++---- .../TEST-org.iquantum.CTaskTest.xml | 59 +-- ...tum.CloudletSchedulerSingleServiceTest.xml | 65 +-- ...T-org.iquantum.HostDynamicWorkloadTest.xml | 61 +-- .../TEST-org.iquantum.HostTest.xml | 63 +-- .../TEST-org.iquantum.LogTest.xml | 63 +-- .../TEST-org.iquantum.PeTest.xml | 61 +-- ....UtilizationModelPlanetLabInMemoryTest.xml | 55 +-- ...quantum.UtilizationModelStochasticTest.xml | 59 +-- ...chedulerTimeSharedOverSubscriptionTest.xml | 61 +-- ...org.iquantum.VmSchedulerTimeSharedTest.xml | 55 +-- .../TEST-org.iquantum.lists.PeListTest.xml | 59 +-- .../TEST-org.iquantum.lists.VmListTest.xml | 55 +-- .../TEST-org.iquantum.power.PowerHostTest.xml | 59 +-- ...mSelectionPolicyMaximumCorrelationTest.xml | 59 +-- ...antum.power.models.PowerModelCubicTest.xml | 59 +-- ...ntum.power.models.PowerModelLinearTest.xml | 61 +-- ...werModelSpecPowerIbmX3550XeonX5675Test.xml | 59 +-- ...uantum.power.models.PowerModelSqrtTest.xml | 59 +-- ...ntum.power.models.PowerModelSquareTest.xml | 59 +-- ...m.provisioners.BwProvisionerSimpleTest.xml | 55 +-- ...m.provisioners.PeProvisionerSimpleTest.xml | 61 +-- ....provisioners.RamProvisionerSimpleTest.xml | 63 +-- .../TEST-org.iquantum.util.MathUtilTest.xml | 63 +-- ...g.iquantum.util.WorkloadFileReaderTest.xml | 59 +-- ...tum.CloudletSchedulerSingleServiceTest.txt | 2 +- .../org.iquantum.HostDynamicWorkloadTest.txt | 2 +- .../org.iquantum.HostTest.txt | 2 +- .../surefire-reports/org.iquantum.LogTest.txt | 2 +- .../surefire-reports/org.iquantum.PeTest.txt | 2 +- ....UtilizationModelPlanetLabInMemoryTest.txt | 2 +- ...quantum.UtilizationModelStochasticTest.txt | 2 +- ...chedulerTimeSharedOverSubscriptionTest.txt | 2 +- ...org.iquantum.VmSchedulerTimeSharedTest.txt | 2 +- .../org.iquantum.lists.PeListTest.txt | 2 +- .../org.iquantum.lists.VmListTest.txt | 2 +- .../org.iquantum.power.PowerHostTest.txt | 2 +- ...mSelectionPolicyMaximumCorrelationTest.txt | 2 +- ...ntum.power.models.PowerModelLinearTest.txt | 2 +- ...uantum.power.models.PowerModelSqrtTest.txt | 2 +- ...m.provisioners.BwProvisionerSimpleTest.txt | 2 +- ...m.provisioners.PeProvisionerSimpleTest.txt | 2 +- ....provisioners.RamProvisionerSimpleTest.txt | 2 +- .../org.iquantum.util.MathUtilTest.txt | 2 +- ...g.iquantum.util.WorkloadFileReaderTest.txt | 2 +- .../org/iquantum/modules/maven-metadata.xml | 2 +- .../iquantum/modules/maven-metadata.xml.md5 | 2 +- .../iquantum/modules/maven-metadata.xml.sha1 | 2 +- 96 files changed, 1265 insertions(+), 1358 deletions(-) rename modules/iquantum-examples/src/main/java/org/iquantum/examples/{p4j => experimental}/iQuantumExampleP4J.java (93%) rename modules/iquantum-examples/src/main/java/org/iquantum/examples/{qcloudedge/iQuantumCloudEdgeExample2.java => hybrid/iQuantumHybridExample3.java} (99%) rename modules/iquantum-examples/src/main/java/org/iquantum/examples/{qcloudedge/iQuantumCloudEdgeExample3.java => hybrid/iQuantumHybridExample4.java} (99%) delete mode 100644 modules/iquantum-examples/src/main/java/org/iquantum/examples/qcloudedge/iQuantumCloudEdgeExample1.java rename modules/iquantum-examples/src/main/java/org/iquantum/examples/{multiqpu/iQuantumMultiQPUExample1.java => quantum/iQuantumExample8.java} (97%) create mode 100644 modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0-sources.jar.md5 create mode 100644 modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0-sources.jar.sha1 create mode 100644 modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.jar.md5 create mode 100644 modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.jar.sha1 create mode 100644 modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.pom create mode 100644 modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.pom.md5 create mode 100644 modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.pom.sha1 create mode 100644 modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/maven-metadata.xml create mode 100644 modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/maven-metadata.xml.md5 create mode 100644 modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/maven-metadata.xml.sha1 create mode 100644 modules/iquantum/target/apidocs/script-dir/jquery-3.6.1.min.js create mode 100644 modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-javadoc.jar.md5 create mode 100644 modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-javadoc.jar.sha1 create mode 100644 modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-sources.jar.md5 create mode 100644 modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-sources.jar.sha1 create mode 100644 modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-test-sources.jar.md5 create mode 100644 modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0-test-sources.jar.sha1 create mode 100644 modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.jar.md5 create mode 100644 modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.jar.sha1 create mode 100644 modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.pom create mode 100644 modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.pom.md5 create mode 100644 modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.pom.sha1 create mode 100644 modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/maven-metadata.xml create mode 100644 modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/maven-metadata.xml.md5 create mode 100644 modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/maven-metadata.xml.sha1 diff --git a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.md5 b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.md5 index fad882415..ab18d9a03 100644 --- a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.md5 +++ b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.md5 @@ -1 +1 @@ -afd7c3392451ddd681ec41d3ba85286c \ No newline at end of file +a7b1ecd648597deda8923b1867e08f21 \ No newline at end of file diff --git a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.sha1 b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.sha1 index e9f4f4bc6..26629073b 100644 --- a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.sha1 +++ b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.tar.gz.sha1 @@ -1 +1 @@ -c44ee6701f80e641d682cadec2e7286d04e33fa7 \ No newline at end of file +6b3e438416c0d2ec28134153d94922de3d9238ed \ No newline at end of file diff --git a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.md5 b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.md5 index 71df6d6be..78b47eeb0 100644 --- a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.md5 +++ b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.md5 @@ -1 +1 @@ -c758bdd1c6e373c5b4dfa6819929ada4 \ No newline at end of file +c5d9f43811d0ec7de7ccf261b9c66bae \ No newline at end of file diff --git a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.sha1 b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.sha1 index 3ec6804c8..8ab16831a 100644 --- a/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.sha1 +++ b/distribution/target/deployment-artifacts/org/iquantum/distribution/1.0/distribution-1.0.zip.sha1 @@ -1 +1 @@ -59f3dbc4594c7e4bb0548df15e2a3de69665c30f \ No newline at end of file +84cf97442460d3b49faa8d7c025586770b9b14a2 \ No newline at end of file diff --git a/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml b/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml index 2bfd95241..83a2a84cc 100644 --- a/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml +++ b/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml @@ -7,6 +7,6 @@ 1.0 - 20230726123838 + 20230817023627 diff --git a/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.md5 b/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.md5 index 834886c6a..0dfa96c9b 100644 --- a/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.md5 +++ b/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.md5 @@ -1 +1 @@ -066eb53fa92564bf02ef63366b9496ee \ No newline at end of file +9517e998539e23aedefac954e6d93b4b \ No newline at end of file diff --git a/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.sha1 b/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.sha1 index 363abe03e..2260b00e8 100644 --- a/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.sha1 +++ b/distribution/target/deployment-artifacts/org/iquantum/distribution/maven-metadata.xml.sha1 @@ -1 +1 @@ -b4c16fa50df608727645d884409c1669a1a1360b \ No newline at end of file +0cd34faad5ab2ba9d446a7ace61863bd5bd21f08 \ No newline at end of file diff --git a/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml b/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml index 86622f279..d9eb874f4 100644 --- a/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml +++ b/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml @@ -7,6 +7,6 @@ 1.0 - 20230726123835 + 20230817023624 diff --git a/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.md5 b/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.md5 index db095d796..7790b2294 100644 --- a/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.md5 +++ b/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.md5 @@ -1 +1 @@ -48052e63623499769b32b435f7ceb1d7 \ No newline at end of file +1e523746446efc8fa65779aa942b213d \ No newline at end of file diff --git a/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.sha1 b/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.sha1 index d1f8c9c51..c8db5e07f 100644 --- a/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.sha1 +++ b/documentation/target/deployment-artifacts/org/iquantum/documentation/maven-metadata.xml.sha1 @@ -1 +1 @@ -c6763d4cbc1ab77e9b98cb337e60938edb42437d \ No newline at end of file +060ef9217f065d24b0a462d46439ca65bb16fd97 \ No newline at end of file diff --git a/modules/iquantum-examples/pom.xml b/modules/iquantum-examples/pom.xml index 96053bf22..9716d7a0c 100644 --- a/modules/iquantum-examples/pom.xml +++ b/modules/iquantum-examples/pom.xml @@ -35,7 +35,7 @@ - org.iquantum.examples.qcloudedge.iQuantumCloudEdgeExample3 + org.iquantum.examples.hybrid.iQuantumHybridExample4 diff --git a/modules/iquantum-examples/src/main/java/org/iquantum/examples/p4j/iQuantumExampleP4J.java b/modules/iquantum-examples/src/main/java/org/iquantum/examples/experimental/iQuantumExampleP4J.java similarity index 93% rename from modules/iquantum-examples/src/main/java/org/iquantum/examples/p4j/iQuantumExampleP4J.java rename to modules/iquantum-examples/src/main/java/org/iquantum/examples/experimental/iQuantumExampleP4J.java index fcd9610e3..a027608ca 100644 --- a/modules/iquantum-examples/src/main/java/org/iquantum/examples/p4j/iQuantumExampleP4J.java +++ b/modules/iquantum-examples/src/main/java/org/iquantum/examples/experimental/iQuantumExampleP4J.java @@ -1,12 +1,9 @@ /** - * iQuantum Example 5 - * This example shows how to create a QDatacenter with two 27-qubit quantum nodes following the topology of - * IBM Hanoi and IBM Geneva automatically from the datasheet. Then, it creates a QBroker and four QTasks to - * be submitted to the QBroker. Finally, it starts the simulation and prints the results. + * This is an example of using iQuantum with Py4J to connect with external Python applications. + * Note: This example is an experimental feature of iQuantum. */ -package org.iquantum.examples.p4j; -import org.iquantum.brokers.QBrokerSimple; +package org.iquantum.examples.experimental; import org.iquantum.brokers.QCloudBroker; import py4j.GatewayServer; diff --git a/modules/iquantum-examples/src/main/java/org/iquantum/examples/hybrid/iQuantumHybridExample1.java b/modules/iquantum-examples/src/main/java/org/iquantum/examples/hybrid/iQuantumHybridExample1.java index f32346af2..cae17beca 100644 --- a/modules/iquantum-examples/src/main/java/org/iquantum/examples/hybrid/iQuantumHybridExample1.java +++ b/modules/iquantum-examples/src/main/java/org/iquantum/examples/hybrid/iQuantumHybridExample1.java @@ -14,10 +14,7 @@ import org.iquantum.brokers.CBroker; import org.iquantum.brokers.QBroker; import org.iquantum.brokers.QCloudBroker; -import org.iquantum.datacenters.CDatacenter; -import org.iquantum.datacenters.CDatacenterCharacteristics; -import org.iquantum.datacenters.QDatacenter; -import org.iquantum.datacenters.QDatacenterCharacteristics; +import org.iquantum.datacenters.*; import org.iquantum.backends.quantum.IBMQNode; import org.iquantum.backends.quantum.QNode; import org.iquantum.core.iQuantum; @@ -58,7 +55,7 @@ public static void main(String[] args) { // Step 2: Create a CDatacenter and a QDatacenter CDatacenter CDatacenter0 = createDatacenter("CDatacenter_0"); - QDatacenter qDatacenter = createQDatacenter("QDatacenter_0"); + QCloudDatacenter qDatacenter = createQDatacenter("QDatacenter_0"); // Step 3: Create a CBroker and a QBroker @@ -349,7 +346,7 @@ private static QBroker createQBroker() { * @param name name of the QDatacenter * @return QDatacenter */ - private static QDatacenter createQDatacenter(String name) { + private static QCloudDatacenter createQDatacenter(String name) { // Automatically create two quantum nodes (IBM Hanoi and IBM Geneva) from the dataset QNode qNode1 = IBMQNode.createNode(0,"ibm_oslo",new QTaskSchedulerSpaceShared()); qNodeList = new ArrayList<>(); @@ -359,7 +356,7 @@ private static QDatacenter createQDatacenter(String name) { // Create a QDatacenter with two 7-qubit quantum nodes (IBM Hanoi and IBM Geneva) QDatacenterCharacteristics characteristics = new QDatacenterCharacteristics(qNodeList, timeZone, costPerSec); - QDatacenter qDatacenter = new QDatacenter(name, characteristics); + QCloudDatacenter qDatacenter = new QCloudDatacenter(name, characteristics); return qDatacenter; } diff --git a/modules/iquantum-examples/src/main/java/org/iquantum/examples/hybrid/iQuantumHybridExample2.java b/modules/iquantum-examples/src/main/java/org/iquantum/examples/hybrid/iQuantumHybridExample2.java index 01aebc14d..666ac5576 100644 --- a/modules/iquantum-examples/src/main/java/org/iquantum/examples/hybrid/iQuantumHybridExample2.java +++ b/modules/iquantum-examples/src/main/java/org/iquantum/examples/hybrid/iQuantumHybridExample2.java @@ -1,57 +1,40 @@ /** - * iQuantum Hybrid Example - * This example shows how to create a Classical Datacenter with a single host and VM (similar to CloudSimExample 1) and - * a Quantum Datacenter with a 7-qubit quantum nodes following the topology of IBM Oslo automatically from the datasheet. - * Then, it creates a CBroker, two classical tasks (CTask), a QBroker and four QTasks to - * be submitted to these datacenter. Finally, it starts the simulation and prints the results. + * iQuantum Cloud Edge Example + * This example demonstrates the use of iQuantum in a hybrid cloud-edge environment. + * It creates a CEDatacenter, a CCDatacenter, a QEDatacenter, and a QDatacenter, and then creates all respective brokers + * and gateways for the cloud and edge environments. + * It also creates a CTask and a QTask to be submitted to the CCloudBroker and QCloudBroker respectively. + * Finally, it starts the simulation and prints the results. */ package org.iquantum.examples.hybrid; -import org.iquantum.backends.classical.Host; -import org.iquantum.backends.classical.Pe; -import org.iquantum.backends.classical.Storage; -import org.iquantum.backends.classical.Vm; import org.iquantum.backends.quantum.IBMQNode; import org.iquantum.backends.quantum.QNode; -import org.iquantum.backends.quantum.qubittopologies.QubitTopology; -import org.iquantum.brokers.CBroker; -import org.iquantum.brokers.CCloudBroker; -import org.iquantum.brokers.QBroker; -import org.iquantum.brokers.QCloudBroker; +import org.iquantum.brokers.*; import org.iquantum.core.iQuantum; -import org.iquantum.datacenters.CDatacenter; -import org.iquantum.datacenters.CDatacenterCharacteristics; -import org.iquantum.datacenters.QDatacenter; -import org.iquantum.datacenters.QDatacenterCharacteristics; +import org.iquantum.datacenters.*; import org.iquantum.gateways.CloudGateway; -import org.iquantum.models.UtilizationModel; -import org.iquantum.models.UtilizationModelFull; -import org.iquantum.policies.ctasks.CloudletSchedulerSpaceShared; +import org.iquantum.gateways.EdgeGateway; import org.iquantum.policies.qtasks.QTaskSchedulerSpaceShared; -import org.iquantum.policies.vm.VmAllocationPolicySimple; -import org.iquantum.policies.vm.VmSchedulerTimeShared; -import org.iquantum.provisioners.BwProvisionerSimple; -import org.iquantum.provisioners.PeProvisionerSimple; -import org.iquantum.provisioners.RamProvisionerSimple; -import org.iquantum.tasks.CTask; import org.iquantum.tasks.QTask; import org.iquantum.utils.Log; +import org.iquantum.utils.QTaskExporter; +import org.iquantum.utils.QTaskImporter; -import java.text.DecimalFormat; +import java.io.IOException; +import java.nio.file.Path; +import java.nio.file.Paths; import java.util.*; public class iQuantumHybridExample2 { - /** The cloudlet list. */ - private static List CTaskList; - /** The vmlist. */ - private static List vmlist; - private static List QTaskList; + private static List qTaskList; private static List qNodeList; public static void main(String[] args) throws Exception { - System.out.println("Start the iQuantum Hybrid Example"); + String exampleName = "iQuantumCloudEdgeExample1"; + System.out.println("Start the " + exampleName + " simulation"); // Step 1: Initialize the core simulation package. It should be called before creating any entities. int num_user = 1; @@ -59,73 +42,26 @@ public static void main(String[] args) throws Exception { boolean trace_flag = true; // trace events iQuantum.init(num_user, calendar, trace_flag); - // Step 2: Create a CDatacenter and a QDatacenter - CDatacenter CDatacenter0 = createDatacenter("CDatacenter_0"); - - QDatacenter qDatacenter = createQDatacenter("QDatacenter_0"); + // Step 2: Create QDatacenter + QCloudDatacenter QCDatacenter = createQCDatacenter("QCloudDatacenter"); + QEdgeDatacenter QEDatacenter = createQEDatacenter("QEdgeDatacenter"); // Step 3: Create a CBroker and a QBroker - CCloudBroker cBroker = createBroker(); - int brokerId = cBroker.getId(); - QCloudBroker qBroker = createQBroker(); - CloudGateway cloudGateway = new CloudGateway("CloudGateway", cBroker, qBroker); - - // Step 4: Create a VM and submit to CDatacenter - vmlist = new ArrayList(); - - // VM description - int vmid = 0; - int mips = 1000; - long size = 10000; // image size (MB) - int ram = 512; // vm memory (MB) - long bw = 1000; - int pesNumber = 1; // number of cpus - String vmm = "Xen"; // VMM name - - // create VM - Vm vm = new Vm(vmid, brokerId, mips, pesNumber, ram, bw, size, vmm, new CloudletSchedulerSpaceShared()); - - // add the VM to the vmList - vmlist.add(vm); + CCloudBroker ccBroker = createBroker(); + CEdgeBroker ceBroker = createEBroker(); - // submit vm list to the broker - cBroker.submitVmList(vmlist); + QCloudBroker qcBroker = createQCBroker(); + QEdgeBroker qeBroker = createQEBroker(); - // Step 5: Create two CTasks - CTaskList = new ArrayList(); - - // Cloudlet properties - int id = 0; - long length = 400000; - long fileSize = 300; - long outputSize = 300; - UtilizationModel utilizationModel = new UtilizationModelFull(); - - CTask CTask = - new CTask(id, length, pesNumber, fileSize, - outputSize, utilizationModel, utilizationModel, - utilizationModel); - CTask.setUserId(brokerId); - CTask.setVmId(vmid); - - CTask CTask2 = - new CTask(1, length, pesNumber, fileSize, - outputSize, utilizationModel, utilizationModel, - utilizationModel); - CTask2.setUserId(brokerId); - - // add CTasks to the list - CTaskList.add(CTask); - CTaskList.add(CTask2); + CloudGateway cloudGateway = new CloudGateway("CloudGateway", ccBroker, qcBroker); + EdgeGateway edgeGateway = new EdgeGateway("EdgeGateway", ceBroker, qeBroker, cloudGateway); // Step 6: Create 4 QTasks - QTaskList = createQTaskList(qDatacenter, qBroker); + qTaskList = createQTaskList(qeBroker); // Step 7: Submit all tasks to brokers - cloudGateway.submitTasks(CTaskList, QTaskList); -// cBroker.submitCloudletList(CTaskList); -// qBroker.submitQTaskList(QTaskList); + edgeGateway.submitQTasks(qTaskList); // Step 8: Start the simulation iQuantum.startSimulation(); @@ -134,93 +70,30 @@ public static void main(String[] args) throws Exception { iQuantum.stopSimulation(); // Step 10: Print the results when simulation is over - List cList = cBroker.getCloudletReceivedList(); - printCloudletList(cList); - - List qList = qBroker.getQTaskReceivedList(); - printQTaskList(qList); - - Log.printLine("iQuantum Hybrid Example finished!"); - } - - /** - * CLASSICAL PART - */ - /** - * Creates the datacenter. - * - * @param name the name - * - * @return the datacenter - */ - private static CDatacenter createDatacenter(String name) { - - // Here are the steps needed to create a PowerDatacenter: - // 1. We need to create a list to store - // our machine - List hostList = new ArrayList(); - - // 2. A Machine contains one or more PEs or CPUs/Cores. - // In this example, it will have only one core. - List peList = new ArrayList(); - - int mips = 1000; - - // 3. Create PEs and add these into a list. - peList.add(new Pe(0, new PeProvisionerSimple(mips))); // need to store Pe id and MIPS Rating - - // 4. Create Host with its id and list of PEs and add them to the list - // of machines - int hostId = 0; - int ram = 2048; // host memory (MB) - long storage = 1000000; // host storage - int bw = 10000; - - hostList.add( - new Host( - hostId, - new RamProvisionerSimple(ram), - new BwProvisionerSimple(bw), - storage, - peList, - new VmSchedulerTimeShared(peList) - ) - ); // This is our machine - - // 5. Create a DatacenterCharacteristics object that stores the - // properties of a data center: architecture, OS, list of - // Machines, allocation policy: time- or space-shared, time zone - // and its price (G$/Pe time unit). - String arch = "x86"; // system architecture - String os = "Linux"; // operating system - String vmm = "Xen"; - double time_zone = 10.0; // time zone this resource located - double cost = 3.0; // the cost of using processing in this resource - double costPerMem = 0.05; // the cost of using memory in this resource - double costPerStorage = 0.001; // the cost of using storage in this - // resource - double costPerBw = 0.0; // the cost of using bw in this resource - LinkedList storageList = new LinkedList(); // we are not adding SAN - // devices by now - - CDatacenterCharacteristics characteristics = new CDatacenterCharacteristics( - arch, os, vmm, hostList, time_zone, cost, costPerMem, - costPerStorage, costPerBw); - - // 6. Finally, we need to create a PowerDatacenter object. - CDatacenter CDatacenter = null; - try { - CDatacenter = new CDatacenter(name, characteristics, new VmAllocationPolicySimple(hostList), storageList, 0); - } catch (Exception e) { - e.printStackTrace(); + Log.printLine("SIMULATION RESULTS"); + Log.printLine("=========================================================="); + List qcTaskResults = qcBroker.getQTaskReceivedList(); + Log.printLine(); + Log.printLine("CLOUD Layer ================================"); + if(qcTaskResults.size() == 0) { + Log.printLine("No QTask received"); + } else { + QTaskExporter.printQTaskList(qcTaskResults); + QTaskExporter.extractQTaskListToCSV(qcTaskResults, exampleName+"-cloud"); } - return CDatacenter; + Log.printLine(); + List qeTaskResults = qeBroker.getQTaskReceivedList(); + Log.printLine("EDGE Layer ================================"); + if(qeTaskResults.size() == 0) { + Log.printLine("No QTask received"); + } else { + QTaskExporter.printQTaskList(qeTaskResults); + QTaskExporter.extractQTaskListToCSV(qeTaskResults, exampleName+"-edge"); + } + Log.printLine(exampleName +" finished!"); } - // We strongly encourage users to develop their own broker policies, to - // submit vms and cloudlets according - // to the specific rules of the simulated scenario /** * Creates the broker. * @@ -237,101 +110,35 @@ private static CCloudBroker createBroker() { return broker; } - /** - * Prints the Cloudlet objects. - * - * @param list list of Cloudlets - */ - private static void printCloudletList(List list) { - int size = list.size(); - CTask CTask; - - String indent = " "; - Log.printLine(); - Log.printLine("========== OUTPUT =========="); - Log.printLine("CTask ID" + indent + "Status" + indent - + "CDCenter ID" + indent + "VM ID" + indent + indent + "Time" + indent - + "Start Time" + indent + "Finish Time"); - - DecimalFormat dft = new DecimalFormat("###.##"); - for (int i = 0; i < size; i++) { - CTask = list.get(i); - Log.print(indent + CTask.getCloudletId() + indent + indent); - - if (CTask.getCloudletStatus() == CTask.SUCCESS) { - Log.print("SUCCESS"); - - Log.printLine(indent + indent + CTask.getResourceId() - + indent + indent + indent + CTask.getVmId() - + indent + indent - + dft.format(CTask.getActualCPUTime()) + indent - + indent + dft.format(CTask.getExecStartTime()) - + indent + indent - + dft.format(CTask.getFinishTime())); - } + private static CEdgeBroker createEBroker() { + CEdgeBroker broker = null; + try { + broker = new CEdgeBroker("CEBroker"); + } catch (Exception e) { + e.printStackTrace(); + return null; } + return broker; } /** * QUANTUM PART */ - private static List createQTaskList(QDatacenter qDatacenter, QBroker qBroker) { + private static List createQTaskList(QBroker qBroker) { List QTaskList = new ArrayList<>(); - // Create QTask 1 - List ql1Edges = new ArrayList<>(); - ql1Edges.add(new int[]{0, 1}); - ql1Edges.add(new int[]{1, 0}); - ql1Edges.add(new int[]{1, 2}); - ql1Edges.add(new int[]{1, 3}); - ql1Edges.add(new int[]{2, 1}); - ql1Edges.add(new int[]{3, 1}); - ql1Edges.add(new int[]{3, 4}); - ql1Edges.add(new int[]{4, 3}); - ql1Edges.add(new int[]{4, 5}); - ql1Edges.add(new int[]{5, 4}); - QubitTopology ql1Topology = new QubitTopology(6, ql1Edges); - ArrayList ql1Gates = new ArrayList<>(Arrays.asList("cx", "rz", "x")); - QTask QTask1 = new QTask(1,4, 26, 3000, ql1Gates, ql1Topology); - // Set QBroker for QTask - QTask1.setBrokerId(qBroker.getId()); - // Set QNode for QTask - QTask1.setQNodeId(qDatacenter.getCharacteristics().getQNodeList().get(0).getId()); - - // Create QTask 2 - List ql2Edges = new ArrayList<>(); - ql2Edges.add(new int[]{0, 1}); - ql2Edges.add(new int[]{1, 0}); - ql2Edges.add(new int[]{1, 2}); - ql2Edges.add(new int[]{2, 1}); - QubitTopology ql2Topology = new QubitTopology(3, ql2Edges); - ArrayList ql2Gates = new ArrayList<>(Arrays.asList("cx", "rz", "x","sx")); - QTask QTask2 = new QTask(2,3, 29, 1000, ql2Gates, ql2Topology); - // Set QBroker for QTask 2 - QTask2.setBrokerId(qBroker.getId()); - // Set QNode for QTask 2 - QTask2.setQNodeId(qDatacenter.getCharacteristics().getQNodeList().get(0).getId()); - - // Create QTask 3 - QTask QTask3 = new QTask(3,3, 58, 4000, ql1Gates, ql2Topology); - // Set QBroker for QTask 3 - QTask3.setBrokerId(qBroker.getId()); - // Set QNode for QTask 3 - QTask3.setQNodeId(qDatacenter.getCharacteristics().getQNodeList().get(0).getId()); - - // Create QTask 4 - QTask QTask4 = new QTask(4,8, 78, 2000, ql1Gates, ql2Topology); - // Set QBroker for QTask 4 - QTask4.setBrokerId(qBroker.getId()); - // Set QNode for QTask 4 - QTask4.setQNodeId(qDatacenter.getCharacteristics().getQNodeList().get(0).getId()); - - // Add all QTasks to the list - QTaskList.add(QTask1); - QTaskList.add(QTask2); - QTaskList.add(QTask3); - QTaskList.add(QTask4); - + String folderPath = "dataset/iquantum/MQT-Set01-298-10-27-IBMQ27-Opt3-Extra.csv"; + Path datasetPath = Paths.get(System.getProperty("user.dir"), folderPath); + QTaskImporter QTaskImporter = new QTaskImporter(); + try { + List QTasks = QTaskImporter.importQTasksFromCsv(datasetPath.toString()); + for (QTask qtask : QTasks) { + qtask.setBrokerId(qBroker.getId()); + QTaskList.add(qtask); + } + } catch (IOException e) { + System.err.println("Error reading CSV file: " + e.getMessage()); + } return QTaskList; } @@ -339,7 +146,7 @@ private static List createQTaskList(QDatacenter qDatacenter, QBroker qBro * Create a QBroker * @return QBroker */ - private static QCloudBroker createQBroker() { + private static QCloudBroker createQCBroker() { QCloudBroker qBroker = null; try { qBroker = new QCloudBroker("QCBroker"); @@ -350,56 +157,40 @@ private static QCloudBroker createQBroker() { return qBroker; } - /** - * Create a QDatacenter with single quantum node (IBM Oslo) - * @param name name of the QDatacenter - * @return QDatacenter - */ - private static QDatacenter createQDatacenter(String name) { - // Automatically create two quantum nodes (IBM Hanoi and IBM Geneva) from the dataset - QNode qNode1 = IBMQNode.createNode(0,"ibm_oslo",new QTaskSchedulerSpaceShared()); + private static QEdgeBroker createQEBroker() { + QEdgeBroker qBroker = null; + try { + qBroker = new QEdgeBroker("QEBroker"); + } catch (Exception e) { + e.printStackTrace(); + return null; + } + return qBroker; + } + + private static QEdgeDatacenter createQEDatacenter(String name) { + // Automatically create two quantum nodes (IBM Hanoi and IBM Cairo) from the dataset + QNode qeNode1 = IBMQNode.createNode(11,"ibm_hanoi",new QTaskSchedulerSpaceShared()); + QNode qeNode2 = IBMQNode.createNode(12,"ibmq_kolkata",new QTaskSchedulerSpaceShared()); + QNode qeNode3 = IBMQNode.createNode(13,"ibm_auckland",new QTaskSchedulerSpaceShared()); qNodeList = new ArrayList<>(); - qNodeList.addAll(Arrays.asList(qNode1)); + qNodeList.addAll(Arrays.asList(qeNode1, qeNode2, qeNode3)); double timeZone = 0.0; - double costPerSec = 3.0; - - // Create a QDatacenter with two 7-qubit quantum nodes (IBM Hanoi and IBM Geneva) + double costPerSec = 1.6; // the cost of using a quantum node per second (as IBM Quantum Pricing) QDatacenterCharacteristics characteristics = new QDatacenterCharacteristics(qNodeList, timeZone, costPerSec); - QDatacenter qDatacenter = new QDatacenter(name, characteristics); - return qDatacenter; + return new QEdgeDatacenter(name, characteristics); } - /** - * Print the list of QTasks after the simulation - * @param list list of QTasks - */ - private static void printQTaskList(List list) { - int size = list.size(); - QTask QTask; - - String indent = " "; - Log.printLine(); - Log.printLine("========== OUTPUT =========="); - Log.printLine("QTask ID" + indent + "Status" + indent - + "QDCenter" + indent + "QNode ID" + indent + "Execution Time" + indent - + "Start Time" + indent + "Finish Time"); - - DecimalFormat dft = new DecimalFormat("###.##"); - for (int i = 0; i < size; i++) { - QTask = list.get(i); - Log.print(indent + QTask.getQTaskId() + indent + indent); - if (QTask.getQTaskStatus() == QTask.SUCCESS) { - Log.print("SUCCESS"); - Log.printLine(indent + indent + QTask.getResourceId() - + indent + indent + indent + QTask.getQNodeId() - + indent + indent + indent + dft.format(QTask.getActualQPUTime()) - + indent + indent + indent + indent + dft.format(QTask.getExecStartTime()) - + indent + indent + indent + dft.format(QTask.getFinishTime())); - } - else { - Log.printLine(QTask.getQTaskStatusString()); - } - } + private static QCloudDatacenter createQCDatacenter(String name) { + QNode qcNode1 = IBMQNode.createNode(21,"ibm_washington",new QTaskSchedulerSpaceShared()); + QNode qcNode2 = IBMQNode.createNode(22,"ibm_washington",new QTaskSchedulerSpaceShared()); + qNodeList = new ArrayList<>(); + qNodeList.addAll(Arrays.asList(qcNode1, qcNode2)); + double timeZone = 0.0; + double costPerSec = 1.6; // the cost of using a quantum node per second (as IBM Quantum Pricing) + QDatacenterCharacteristics characteristics = new QDatacenterCharacteristics(qNodeList, timeZone, costPerSec); + QCloudDatacenter qDatacenter = new QCloudDatacenter(name, characteristics); + return qDatacenter; } } diff --git a/modules/iquantum-examples/src/main/java/org/iquantum/examples/qcloudedge/iQuantumCloudEdgeExample2.java b/modules/iquantum-examples/src/main/java/org/iquantum/examples/hybrid/iQuantumHybridExample3.java similarity index 99% rename from modules/iquantum-examples/src/main/java/org/iquantum/examples/qcloudedge/iQuantumCloudEdgeExample2.java rename to modules/iquantum-examples/src/main/java/org/iquantum/examples/hybrid/iQuantumHybridExample3.java index d0fd8a18c..5c63f696a 100644 --- a/modules/iquantum-examples/src/main/java/org/iquantum/examples/qcloudedge/iQuantumCloudEdgeExample2.java +++ b/modules/iquantum-examples/src/main/java/org/iquantum/examples/hybrid/iQuantumHybridExample3.java @@ -7,7 +7,7 @@ * Finally, it starts the simulation and prints the results. */ -package org.iquantum.examples.qcloudedge; +package org.iquantum.examples.hybrid; import org.iquantum.backends.classical.Host; import org.iquantum.backends.classical.Pe; @@ -37,7 +37,7 @@ import java.text.DecimalFormat; import java.util.*; -public class iQuantumCloudEdgeExample2 { +public class iQuantumHybridExample3 { /** The CTask list. */ private static List CTaskList; /** The vmlist. */ @@ -73,7 +73,7 @@ public static void main(String[] args) throws Exception { QEdgeBroker qeBroker = createQEBroker(); CloudGateway cloudGateway = new CloudGateway("CloudGateway", ccBroker, qcBroker); - EdgeGateway edgeGateway = new EdgeGateway("EdgeGateway", ceBroker, qeBroker); + EdgeGateway edgeGateway = new EdgeGateway("EdgeGateway", ceBroker, qeBroker, cloudGateway); // Step 4: Create a VM and submit to CDatacenter and EDatacenter vmclist = new ArrayList(); diff --git a/modules/iquantum-examples/src/main/java/org/iquantum/examples/qcloudedge/iQuantumCloudEdgeExample3.java b/modules/iquantum-examples/src/main/java/org/iquantum/examples/hybrid/iQuantumHybridExample4.java similarity index 99% rename from modules/iquantum-examples/src/main/java/org/iquantum/examples/qcloudedge/iQuantumCloudEdgeExample3.java rename to modules/iquantum-examples/src/main/java/org/iquantum/examples/hybrid/iQuantumHybridExample4.java index 711d425f2..3246fd567 100644 --- a/modules/iquantum-examples/src/main/java/org/iquantum/examples/qcloudedge/iQuantumCloudEdgeExample3.java +++ b/modules/iquantum-examples/src/main/java/org/iquantum/examples/hybrid/iQuantumHybridExample4.java @@ -7,7 +7,7 @@ * Finally, it starts the simulation and prints the results. */ -package org.iquantum.examples.qcloudedge; +package org.iquantum.examples.hybrid; import org.iquantum.backends.quantum.IBMQNode; import org.iquantum.backends.quantum.QNode; @@ -35,7 +35,7 @@ import java.util.Calendar; import java.util.List; -public class iQuantumCloudEdgeExample3 { +public class iQuantumHybridExample4 { private static List qTaskList; private static List qcNodeList; diff --git a/modules/iquantum-examples/src/main/java/org/iquantum/examples/qcloudedge/iQuantumCloudEdgeExample1.java b/modules/iquantum-examples/src/main/java/org/iquantum/examples/qcloudedge/iQuantumCloudEdgeExample1.java deleted file mode 100644 index 35bb956f3..000000000 --- a/modules/iquantum-examples/src/main/java/org/iquantum/examples/qcloudedge/iQuantumCloudEdgeExample1.java +++ /dev/null @@ -1,214 +0,0 @@ -/** - * iQuantum Cloud Edge Example - * This example demonstrates the use of iQuantum in a hybrid cloud-edge environment. - * It creates a CEDatacenter, a CCDatacenter, a QEDatacenter, and a QDatacenter, and then creates all respective brokers - * and gateways for the cloud and edge environments. - * It also creates a CTask and a QTask to be submitted to the CCloudBroker and QCloudBroker respectively. - * Finally, it starts the simulation and prints the results. - */ - -package org.iquantum.examples.qcloudedge; - -import org.iquantum.backends.classical.Host; -import org.iquantum.backends.classical.Pe; -import org.iquantum.backends.classical.Storage; -import org.iquantum.backends.classical.Vm; -import org.iquantum.backends.quantum.IBMQNode; -import org.iquantum.backends.quantum.QNode; -import org.iquantum.backends.quantum.qubittopologies.QubitTopology; -import org.iquantum.brokers.*; -import org.iquantum.core.iQuantum; -import org.iquantum.datacenters.*; -import org.iquantum.gateways.CloudGateway; -import org.iquantum.gateways.EdgeGateway; -import org.iquantum.models.UtilizationModel; -import org.iquantum.models.UtilizationModelFull; -import org.iquantum.policies.ctasks.CloudletSchedulerSpaceShared; -import org.iquantum.policies.qtasks.QTaskSchedulerSpaceShared; -import org.iquantum.policies.vm.VmAllocationPolicySimple; -import org.iquantum.policies.vm.VmSchedulerTimeShared; -import org.iquantum.provisioners.BwProvisionerSimple; -import org.iquantum.provisioners.PeProvisionerSimple; -import org.iquantum.provisioners.RamProvisionerSimple; -import org.iquantum.tasks.CTask; -import org.iquantum.tasks.QTask; -import org.iquantum.utils.Log; -import org.iquantum.utils.QTaskExporter; -import org.iquantum.utils.QTaskImporter; - -import java.io.IOException; -import java.nio.file.Path; -import java.nio.file.Paths; -import java.text.DecimalFormat; -import java.util.*; - -public class iQuantumCloudEdgeExample1 { - private static List qTaskList; - - private static List qNodeList; - - public static void main(String[] args) throws Exception { - String exampleName = "iQuantumCloudEdgeExample1"; - System.out.println("Start the " + exampleName + " simulation"); - - // Step 1: Initialize the core simulation package. It should be called before creating any entities. - int num_user = 1; - Calendar calendar = Calendar.getInstance(); - boolean trace_flag = true; // trace events - iQuantum.init(num_user, calendar, trace_flag); - - // Step 2: Create QDatacenter - - QCloudDatacenter QCDatacenter = createQCDatacenter("QCloudDatacenter"); - QEdgeDatacenter QEDatacenter = createQEDatacenter("QEdgeDatacenter"); - - // Step 3: Create a CBroker and a QBroker - CCloudBroker ccBroker = createBroker(); - CEdgeBroker ceBroker = createEBroker(); - - QCloudBroker qcBroker = createQCBroker(); - QEdgeBroker qeBroker = createQEBroker(); - - CloudGateway cloudGateway = new CloudGateway("CloudGateway", ccBroker, qcBroker); - EdgeGateway edgeGateway = new EdgeGateway("EdgeGateway", ceBroker, qeBroker, cloudGateway); - - // Step 6: Create 4 QTasks - qTaskList = createQTaskList(qeBroker); - - // Step 7: Submit all tasks to brokers - edgeGateway.submitQTasks(qTaskList); - - // Step 8: Start the simulation - iQuantum.startSimulation(); - - // Step 9: Stop the simulation - iQuantum.stopSimulation(); - - // Step 10: Print the results when simulation is over - Log.printLine("SIMULATION RESULTS"); - Log.printLine("=========================================================="); - List qcTaskResults = qcBroker.getQTaskReceivedList(); - Log.printLine(); - Log.printLine("CLOUD Layer ================================"); - if(qcTaskResults.size() == 0) { - Log.printLine("No QTask received"); - } else { - QTaskExporter.printQTaskList(qcTaskResults); - QTaskExporter.extractQTaskListToCSV(qcTaskResults, exampleName+"-cloud"); - } - - Log.printLine(); - List qeTaskResults = qeBroker.getQTaskReceivedList(); - Log.printLine("EDGE Layer ================================"); - if(qeTaskResults.size() == 0) { - Log.printLine("No QTask received"); - } else { - QTaskExporter.printQTaskList(qeTaskResults); - QTaskExporter.extractQTaskListToCSV(qeTaskResults, exampleName+"-edge"); - } - Log.printLine(exampleName +" finished!"); - } - - /** - * Creates the broker. - * - * @return the datacenter broker - */ - private static CCloudBroker createBroker() { - CCloudBroker broker = null; - try { - broker = new CCloudBroker("CCBroker"); - } catch (Exception e) { - e.printStackTrace(); - return null; - } - return broker; - } - - private static CEdgeBroker createEBroker() { - CEdgeBroker broker = null; - try { - broker = new CEdgeBroker("CEBroker"); - } catch (Exception e) { - e.printStackTrace(); - return null; - } - return broker; - } - - /** - * QUANTUM PART - */ - - private static List createQTaskList(QBroker qBroker) { - List QTaskList = new ArrayList<>(); -// String folderPath = "dataset/iquantum/MQT-Set1-298-10-27-IBMQ27-Opt3-Extra.csv"; - String folderPath = "dataset/iquantum/MQT-Set2-7-127-AllOpt-IBMMapped-Extra.csv"; -// String folderPath = "dataset/iquantum/MQT-Set3-7-127-AllOpt-IBMMapped-Mini.csv"; - Path datasetPath = Paths.get(System.getProperty("user.dir"), folderPath); - QTaskImporter QTaskImporter = new QTaskImporter(); - try { - List QTasks = QTaskImporter.importQTasksFromCsv(datasetPath.toString()); - for (QTask qtask : QTasks) { - qtask.setBrokerId(qBroker.getId()); - QTaskList.add(qtask); - } - } catch (IOException e) { - System.err.println("Error reading CSV file: " + e.getMessage()); - } - return QTaskList; - } - - /** - * Create a QBroker - * @return QBroker - */ - private static QCloudBroker createQCBroker() { - QCloudBroker qBroker = null; - try { - qBroker = new QCloudBroker("QCBroker"); - } catch (Exception e) { - e.printStackTrace(); - return null; - } - return qBroker; - } - - private static QEdgeBroker createQEBroker() { - QEdgeBroker qBroker = null; - try { - qBroker = new QEdgeBroker("QEBroker"); - } catch (Exception e) { - e.printStackTrace(); - return null; - } - return qBroker; - } - - private static QEdgeDatacenter createQEDatacenter(String name) { - // Automatically create two quantum nodes (IBM Hanoi and IBM Cairo) from the dataset - QNode qeNode1 = IBMQNode.createNode(11,"ibm_hanoi",new QTaskSchedulerSpaceShared()); - QNode qeNode2 = IBMQNode.createNode(12,"ibmq_kolkata",new QTaskSchedulerSpaceShared()); - QNode qeNode3 = IBMQNode.createNode(13,"ibm_auckland",new QTaskSchedulerSpaceShared()); - qNodeList = new ArrayList<>(); - qNodeList.addAll(Arrays.asList(qeNode1, qeNode2, qeNode3)); - double timeZone = 0.0; - double costPerSec = 1.6; // the cost of using a quantum node per second (as IBM Quantum Pricing) - QDatacenterCharacteristics characteristics = new QDatacenterCharacteristics(qNodeList, timeZone, costPerSec); - return new QEdgeDatacenter(name, characteristics); - } - - private static QCloudDatacenter createQCDatacenter(String name) { - QNode qcNode1 = IBMQNode.createNode(21,"ibm_washington",new QTaskSchedulerSpaceShared()); - QNode qcNode2 = IBMQNode.createNode(22,"ibm_washington",new QTaskSchedulerSpaceShared()); - qNodeList = new ArrayList<>(); - qNodeList.addAll(Arrays.asList(qcNode1, qcNode2)); - double timeZone = 0.0; - double costPerSec = 1.6; // the cost of using a quantum node per second (as IBM Quantum Pricing) - QDatacenterCharacteristics characteristics = new QDatacenterCharacteristics(qNodeList, timeZone, costPerSec); - QCloudDatacenter qDatacenter = new QCloudDatacenter(name, characteristics); - return qDatacenter; - } - -} - diff --git a/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample3.java b/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample3.java index 61da7d885..5d7da89aa 100644 --- a/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample3.java +++ b/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample3.java @@ -9,6 +9,7 @@ import org.iquantum.brokers.QCloudBroker; import org.iquantum.core.iQuantum; import org.iquantum.brokers.QBroker; +import org.iquantum.datacenters.QCloudDatacenter; import org.iquantum.datacenters.QDatacenter; import org.iquantum.datacenters.QDatacenterCharacteristics; import org.iquantum.backends.quantum.QNode; @@ -38,7 +39,7 @@ public static void main(String[] args) { iQuantum.init(num_user, calendar, trace_flag); // Step 2: Create a QDatacenter and two 7-qubit quantum nodes (IBM Oslo and IBM Nairobi) - QDatacenter qDatacenter = createQDatacenter("QDatacenter_0"); + QCloudDatacenter qDatacenter = createQDatacenter("QDatacenter_0"); // Step 3: Create a QBroker QBroker qBroker = createQBroker(); @@ -142,7 +143,7 @@ private static QBroker createQBroker() { * @param name: name of the QDatacenter * @return QDatacenter */ - private static QDatacenter createQDatacenter(String name) { + private static QCloudDatacenter createQDatacenter(String name) { // Create 7-qubit quantum node (IBM Oslo) // Manually create the topology of the quantum node (Automatically create the topology in Example 4) List edges_oslo = new ArrayList<>(); @@ -174,7 +175,7 @@ private static QDatacenter createQDatacenter(String name) { // Create a QDatacenter with two 7-qubit quantum nodes (IBM Oslo and IBM Perth) QDatacenterCharacteristics characteristics = new QDatacenterCharacteristics(qNodeList, timeZone, costPerSec); - QDatacenter qDatacenter = new QDatacenter(name, characteristics); + QCloudDatacenter qDatacenter = new QCloudDatacenter(name, characteristics); return qDatacenter; } diff --git a/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample4.java b/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample4.java index 50a71a450..386bdd0b0 100644 --- a/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample4.java +++ b/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample4.java @@ -8,6 +8,7 @@ package org.iquantum.examples.quantum; import org.iquantum.brokers.QBroker; import org.iquantum.brokers.QCloudBroker; +import org.iquantum.datacenters.QCloudDatacenter; import org.iquantum.datacenters.QDatacenter; import org.iquantum.datacenters.QDatacenterCharacteristics; import org.iquantum.backends.quantum.IBMQNode; @@ -35,7 +36,7 @@ public static void main(String[] args) { iQuantum.init(num_user, calendar, trace_flag); // Step 2: Create a QDatacenter and two quantum nodes (IBM Hanoi and IBM Geneva) - QDatacenter qDatacenter = createQDatacenter("QDatacenter_0"); + QCloudDatacenter qDatacenter = createQDatacenter("QDatacenter_0"); // Step 3: Create a QBroker QBroker qBroker = createQBroker(); @@ -138,7 +139,7 @@ private static QBroker createQBroker() { * @param name name of the QDatacenter * @return QDatacenter */ - private static QDatacenter createQDatacenter(String name) { + private static QCloudDatacenter createQDatacenter(String name) { // Automatically create two quantum nodes (IBM Hanoi and IBM Geneva) from the dataset QNode qNode1 = IBMQNode.createNode(0,"ibm_hanoi",new QTaskSchedulerSpaceShared()); QNode qNode2 = IBMQNode.createNode(1,"ibm_washington",new QTaskSchedulerSpaceShared()); @@ -150,7 +151,7 @@ private static QDatacenter createQDatacenter(String name) { // Create a QDatacenter with two 7-qubit quantum nodes (IBM Hanoi and IBM Geneva) QDatacenterCharacteristics characteristics = new QDatacenterCharacteristics(qNodeList, timeZone, costPerSec); - QDatacenter qDatacenter = new QDatacenter(name, characteristics); + QCloudDatacenter qDatacenter = new QCloudDatacenter(name, characteristics); return qDatacenter; } diff --git a/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample5.java b/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample5.java index 3286da050..06090ba4f 100644 --- a/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample5.java +++ b/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample5.java @@ -10,6 +10,7 @@ import org.iquantum.brokers.QCloudBroker; import org.iquantum.core.iQuantum; import org.iquantum.brokers.QBroker; +import org.iquantum.datacenters.QCloudDatacenter; import org.iquantum.datacenters.QDatacenter; import org.iquantum.datacenters.QDatacenterCharacteristics; import org.iquantum.backends.quantum.IBMQNode; @@ -42,7 +43,7 @@ public static void main(String[] args) throws IOException { iQuantum.init(num_user, calendar, trace_flag); // Step 2: Create a QDatacenter and two quantum nodes (IBM Hanoi and IBM Geneva) - QDatacenter qDatacenter = createQDatacenter("QDatacenter_0"); + QCloudDatacenter qDatacenter = createQDatacenter("QDatacenter_0"); // Step 3: Create a QBroker QBroker qBroker = createQBroker(); @@ -69,7 +70,7 @@ public static void main(String[] args) throws IOException { private static List createQTaskList(QDatacenter qDatacenter, QBroker qBroker) { List QTaskList = new ArrayList<>(); - String folderPath = "dataset/iquantum/MQT-Set1-298-10-27-IBMQ27-Opt3-Extra.csv"; + String folderPath = "dataset/iquantum/MQT-Set01-298-10-27-IBMQ27-Opt3-Extra.csv"; Path datasetPath = Paths.get(System.getProperty("user.dir"), folderPath); QTaskImporter QTaskImporter = new QTaskImporter(); try { @@ -110,7 +111,7 @@ private static QBroker createQBroker() { * @param name name of the QDatacenter * @return QDatacenter */ - private static QDatacenter createQDatacenter(String name) { + private static QCloudDatacenter createQDatacenter(String name) { // Automatically create two quantum nodes (IBM Hanoi and IBM Cairo) from the dataset QNode qNode1 = IBMQNode.createNode(0,"ibm_hanoi",new QTaskSchedulerSpaceShared()); QNode qNode2 = IBMQNode.createNode(1,"ibm_cairo",new QTaskSchedulerSpaceShared()); @@ -121,7 +122,7 @@ private static QDatacenter createQDatacenter(String name) { // Create a QDatacenter with two 7-qubit quantum nodes (IBM Hanoi and IBM Geneva) QDatacenterCharacteristics characteristics = new QDatacenterCharacteristics(qNodeList, timeZone, costPerSec); - QDatacenter qDatacenter = new QDatacenter(name, characteristics); + QCloudDatacenter qDatacenter = new QCloudDatacenter(name, characteristics); return qDatacenter; } diff --git a/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample6.java b/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample6.java index a3d8face1..17339584a 100644 --- a/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample6.java +++ b/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample6.java @@ -13,6 +13,7 @@ import org.iquantum.brokers.QBroker; import org.iquantum.brokers.QCloudBroker; import org.iquantum.core.iQuantum; +import org.iquantum.datacenters.QCloudDatacenter; import org.iquantum.datacenters.QDatacenter; import org.iquantum.datacenters.QDatacenterCharacteristics; import org.iquantum.policies.qtasks.QTaskSchedulerSpaceShared; @@ -46,7 +47,7 @@ public static void main(String[] args) throws IOException { iQuantum.init(num_user, calendar, trace_flag); // Step 2: Create a QDatacenter and two quantum nodes (IBM Hanoi and IBM Geneva) - QDatacenter qDatacenter = createQDatacenter("QDatacenter_0"); + QCloudDatacenter qDatacenter = createQDatacenter("QDatacenter_0"); // Step 3: Create a QBroker QBroker qBroker = createQBroker(); @@ -73,7 +74,7 @@ public static void main(String[] args) throws IOException { private static List createQTaskList(QDatacenter qDatacenter, QBroker qBroker) { List QTaskList = new ArrayList<>(); - String folderPath = "dataset/iquantum/MQT-Set2-7-127-AllOpt-IBMMapped-Extra.csv"; + String folderPath = "dataset/iquantum/MQT-Set02-10-27-Mapped-AllAlgorithmLeft-Extra.csv"; Path datasetPath = Paths.get(System.getProperty("user.dir"), folderPath); QTaskImporter QTaskImporter = new QTaskImporter(); try { @@ -122,7 +123,7 @@ private static QBroker createQBroker() { * @param name name of the QDatacenter * @return QDatacenter */ - private static QDatacenter createQDatacenter(String name) { + private static QCloudDatacenter createQDatacenter(String name) { // Automatically create two quantum nodes (IBM Hanoi and IBM Cairo) from the dataset QNode qNode1 = IBMQNode.createNode(0,"ibm_hanoi",new QTaskSchedulerSpaceShared()); QNode qNode2 = IBMQNode.createNode(1,"ibm_washington",new QTaskSchedulerSpaceShared()); @@ -133,7 +134,7 @@ private static QDatacenter createQDatacenter(String name) { // Create a QDatacenter with two 7-qubit quantum nodes (IBM Hanoi and IBM Geneva) QDatacenterCharacteristics characteristics = new QDatacenterCharacteristics(qNodeList, timeZone, costPerSec); - QDatacenter qDatacenter = new QDatacenter(name, characteristics); + QCloudDatacenter qDatacenter = new QCloudDatacenter(name, characteristics); return qDatacenter; } diff --git a/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample7.java b/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample7.java index 70170e8a4..d05aa19a8 100644 --- a/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample7.java +++ b/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample7.java @@ -69,7 +69,7 @@ public static void main(String[] args) throws IOException { private static List createQTaskList(QCloudBroker qBroker) { List QTaskList = new ArrayList<>(); - String folderPath = "dataset/iquantum/MQT-Set3-10-27-Mapped-AllAlgorithmLeft-Extra.csv"; + String folderPath = "dataset/iquantum/MQT-Set04-7-127-AllOpt-IBMMapped-Extra.csv"; Path datasetPath = Paths.get(System.getProperty("user.dir"), folderPath); QTaskImporter QTaskImporter = new QTaskImporter(); try { diff --git a/modules/iquantum-examples/src/main/java/org/iquantum/examples/multiqpu/iQuantumMultiQPUExample1.java b/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample8.java similarity index 97% rename from modules/iquantum-examples/src/main/java/org/iquantum/examples/multiqpu/iQuantumMultiQPUExample1.java rename to modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample8.java index c14f2008e..3d9df4070 100644 --- a/modules/iquantum-examples/src/main/java/org/iquantum/examples/multiqpu/iQuantumMultiQPUExample1.java +++ b/modules/iquantum-examples/src/main/java/org/iquantum/examples/quantum/iQuantumExample8.java @@ -5,7 +5,7 @@ * be submitted to the QBroker. Finally, it starts the simulation and prints the results. */ -package org.iquantum.examples.multiqpu; +package org.iquantum.examples.quantum; import org.iquantum.backends.quantum.IBMQNodeMQ; @@ -25,7 +25,7 @@ import java.text.DecimalFormat; import java.util.*; -public class iQuantumMultiQPUExample1 { +public class iQuantumExample8 { private static List QTaskList; private static List qNodeList; @@ -66,7 +66,7 @@ public static void main(String[] args) throws IOException { private static List createQTaskList(QDatacenterExtended qDatacenter, QBrokerMQ qBroker) { List QTaskList = new ArrayList<>(); - String folderPath = "dataset/iquantum/MQT-Set1-298-10-27-IBMQ27-Opt3.csv"; + String folderPath = "dataset/iquantum/MQT-Set01-298-10-27-IBMQ27-Opt3-Extra.csv"; Path datasetPath = Paths.get(System.getProperty("user.dir"), folderPath); QTaskImporter QTaskImporter = new QTaskImporter(); try { diff --git a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0-sources.jar.md5 b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0-sources.jar.md5 new file mode 100644 index 000000000..84d8bb644 --- /dev/null +++ b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0-sources.jar.md5 @@ -0,0 +1 @@ +9195a541622a0f9d4a3fe28ceb3cd4e6 \ No newline at end of file diff --git a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0-sources.jar.sha1 b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0-sources.jar.sha1 new file mode 100644 index 000000000..61209b802 --- /dev/null +++ b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0-sources.jar.sha1 @@ -0,0 +1 @@ +592d7d017385d4bb9969b7687dd0e6acc0f00c70 \ No newline at end of file diff --git a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.jar.md5 b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.jar.md5 new file mode 100644 index 000000000..f0d5fc90f --- /dev/null +++ b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.jar.md5 @@ -0,0 +1 @@ +0c007f5446edd602bbe8f04321f71f1d \ No newline at end of file diff --git a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.jar.sha1 b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.jar.sha1 new file mode 100644 index 000000000..1f86b73da --- /dev/null +++ b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.jar.sha1 @@ -0,0 +1 @@ +69e1cf7fee2f10fe7a25c81e39f51210ac494c0c \ No newline at end of file diff --git a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.pom b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.pom new file mode 100644 index 000000000..96053bf22 --- /dev/null +++ b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.pom @@ -0,0 +1,62 @@ + + + 4.0.0 + + modules + org.iquantum + 1.0 + + + iquantum-examples + iquantum-examples + + + + ${project.groupId} + iquantum + ${project.version} + + + ${project.groupId} + py4j + 1.0.0 + system + ${project.basedir}/libs/py4j0.10.9.7.jar + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.2.2 + + + + org.iquantum.examples.qcloudedge.iQuantumCloudEdgeExample3 + + + + + + org.apache.maven.plugins + maven-shade-plugin + 3.2.4 + + false + + + + package + + shade + + + + + + + + diff --git a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.pom.md5 b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.pom.md5 new file mode 100644 index 000000000..60f7580c8 --- /dev/null +++ b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.pom.md5 @@ -0,0 +1 @@ +2573bb9fbbed63fb2d0eaf96fc43a297 \ No newline at end of file diff --git a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.pom.sha1 b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.pom.sha1 new file mode 100644 index 000000000..4034f3fd1 --- /dev/null +++ b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/1.0/iquantum-examples-1.0.pom.sha1 @@ -0,0 +1 @@ +22c1c9d2ad7a55031e4f80021ea20b3302fd7304 \ No newline at end of file diff --git a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/maven-metadata.xml b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/maven-metadata.xml new file mode 100644 index 000000000..309e4d734 --- /dev/null +++ b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/maven-metadata.xml @@ -0,0 +1,12 @@ + + + org.iquantum + iquantum-examples + + 1.0 + + 1.0 + + 20230817023624 + + diff --git a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/maven-metadata.xml.md5 b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/maven-metadata.xml.md5 new file mode 100644 index 000000000..84433a2f8 --- /dev/null +++ b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/maven-metadata.xml.md5 @@ -0,0 +1 @@ +f73116ec617673ff36ae412551e4cb15 \ No newline at end of file diff --git a/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/maven-metadata.xml.sha1 b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/maven-metadata.xml.sha1 new file mode 100644 index 000000000..ca6dd9532 --- /dev/null +++ b/modules/iquantum-examples/target/deployment-artifacts/org/iquantum/iquantum-examples/maven-metadata.xml.sha1 @@ -0,0 +1 @@ +588df67d3876b7d1adfda9c7199592f5fa2026e3 \ No newline at end of file diff --git a/modules/iquantum/target/apidocs/script-dir/jquery-3.6.1.min.js b/modules/iquantum/target/apidocs/script-dir/jquery-3.6.1.min.js new file mode 100644 index 000000000..2c69bc908 --- /dev/null +++ b/modules/iquantum/target/apidocs/script-dir/jquery-3.6.1.min.js @@ -0,0 +1,2 @@ +/*! jQuery v3.6.1 | (c) OpenJS Foundation and other contributors | jquery.org/license */ +!function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:this,function(C,e){"use strict";var t=[],r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t.concat.apply([],e)},u=t.push,i=t.indexOf,n={},o=n.toString,y=n.hasOwnProperty,a=y.toString,l=a.call(Object),v={},m=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},x=function(e){return null!=e&&e===e.window},E=C.document,c={type:!0,src:!0,nonce:!0,noModule:!0};function b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribute&&t.getAttribute(r))&&o.setAttribute(r,i);n.head.appendChild(o).parentNode.removeChild(o)}function w(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?n[o.call(e)]||"object":typeof e}var f="3.6.1",S=function(e,t){return new S.fn.init(e,t)};function p(e){var t=!!e&&"length"in e&&e.length,n=w(e);return!m(e)&&!x(e)&&("array"===n||0===t||"number"==typeof t&&0+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp(F),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+F),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}"+M+"?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"\ufffd":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},oe=function(){T()},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(p.childNodes),p.childNodes),t[p.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){var n=e.length,r=0;while(e[n++]=t[r++]);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&(T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&v(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!N[t+" "]&&(!y||!y.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&(U.test(t)||z.test(t))){(f=ee.test(t)&&ve(e.parentNode)||e)===e&&d.scope||((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=S)),o=(l=h(t)).length;while(o--)l[o]=(s?"#"+s:":scope")+" "+xe(l[o]);c=l.join(",")}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){N(t,!0)}finally{s===S&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[S]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){var n=e.split("|"),r=n.length;while(r--)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)while(n=n.nextSibling)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ye(a){return le(function(o){return o=+o,le(function(e,t){var n,r=a([],e.length,o),i=r.length;while(i--)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ve(e){return e&&"undefined"!=typeof e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:p;return r!=C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),p!=C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.scope=ce(function(e){return a.appendChild(e).appendChild(C.createElement("div")),"undefined"!=typeof e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length}),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=S,!C.getElementsByName||!C.getElementsByName(S).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t="undefined"!=typeof e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if("undefined"!=typeof t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];i=t.getElementsByName(e),r=0;while(o=i[r++])if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return"undefined"!=typeof t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"===e){while(n=o[i++])1===n.nodeType&&r.push(n);return r}return o},b.find.CLASS=d.getElementsByClassName&&function(e,t){if("undefined"!=typeof t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],y=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){var t;a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&y.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||y.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+S+"-]").length||y.push("~="),(t=C.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||y.push("\\["+M+"*name"+M+"*="+M+"*(?:''|\"\")"),e.querySelectorAll(":checked").length||y.push(":checked"),e.querySelectorAll("a#"+S+"+*").length||y.push(".#.+[+~]"),e.querySelectorAll("\\\f"),y.push("[\\r\\n\\f]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&y.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&y.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&y.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),y.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",F)}),y=y.length&&new RegExp(y.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),v=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)while(t=t.parentNode)if(t===e)return!0;return!1},j=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e==C||e.ownerDocument==p&&v(p,e)?-1:t==C||t.ownerDocument==p&&v(p,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e==C?-1:t==C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);n=e;while(n=n.parentNode)a.unshift(n);n=t;while(n=n.parentNode)s.unshift(n);while(a[r]===s[r])r++;return r?pe(a[r],s[r]):a[r]==p?-1:s[r]==p?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if(T(e),d.matchesSelector&&E&&!N[t+" "]&&(!s||!s.test(t))&&(!y||!y.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){N(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=m[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&m(e,function(e){return t.test("string"==typeof e.className&&e.className||"undefined"!=typeof e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?S.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?S.grep(e,function(e){return e===n!==r}):"string"!=typeof n?S.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(S.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||D,"string"==typeof e){if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:q.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof S?t[0]:t,S.merge(this,S.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),N.test(r[1])&&S.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(S):S.makeArray(e,this)}).prototype=S.fn,D=S(E);var L=/^(?:parents|prev(?:Until|All))/,H={children:!0,contents:!0,next:!0,prev:!0};function O(e,t){while((e=e[t])&&1!==e.nodeType);return e}S.fn.extend({has:function(e){var t=S(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i;ce=E.createDocumentFragment().appendChild(E.createElement("div")),(fe=E.createElement("input")).setAttribute("type","radio"),fe.setAttribute("checked","checked"),fe.setAttribute("name","t"),ce.appendChild(fe),v.checkClone=ce.cloneNode(!0).cloneNode(!0).lastChild.checked,ce.innerHTML="",v.noCloneChecked=!!ce.cloneNode(!0).lastChild.defaultValue,ce.innerHTML="",v.option=!!ce.lastChild;var ge={thead:[1,"","
      "],col:[2,"","
      "],tr:[2,"","
      "],td:[3,"","
      "],_default:[0,"",""]};function ye(e,t){var n;return n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?S.merge([e],n):n}function ve(e,t){for(var n=0,r=e.length;n",""]);var me=/<|&#?\w+;/;function xe(e,t,n,r,i){for(var o,a,s,u,l,c,f=t.createDocumentFragment(),p=[],d=0,h=e.length;d\s*$/g;function je(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&S(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function qe(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,r,i,o,a,s;if(1===t.nodeType){if(Y.hasData(e)&&(s=Y.get(e).events))for(i in Y.remove(t,"handle events"),s)for(n=0,r=s[i].length;n").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Ut,Xt=[],Vt=/(=)\?(?=&|$)|\?\?/;S.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Xt.pop()||S.expando+"_"+Ct.guid++;return this[e]=!0,e}}),S.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Vt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Vt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Vt,"$1"+r):!1!==e.jsonp&&(e.url+=(Et.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||S.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?S(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Xt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),v.createHTMLDocument=((Ut=E.implementation.createHTMLDocument("").body).innerHTML="
      ",2===Ut.childNodes.length),S.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(v.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=N.exec(e))?[t.createElement(i[1])]:(i=xe([e],t,o),o&&o.length&&S(o).remove(),S.merge([],i.childNodes)));var r,i,o},S.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(S.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},S.expr.pseudos.animated=function(t){return S.grep(S.timers,function(e){return t===e.elem}).length},S.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=S.css(e,"position"),c=S(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=S.css(e,"top"),u=S.css(e,"left"),("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,i=r.left):(a=parseFloat(o)||0,i=parseFloat(u)||0),m(t)&&(t=t.call(e,n,S.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},S.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){S.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===S.css(r,"position"))t=r.getBoundingClientRect();else{t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;while(e&&(e===n.body||e===n.documentElement)&&"static"===S.css(e,"position"))e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=S(e).offset()).top+=S.css(e,"borderTopWidth",!0),i.left+=S.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-S.css(r,"marginTop",!0),left:t.left-i.left-S.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var e=this.offsetParent;while(e&&"static"===S.css(e,"position"))e=e.offsetParent;return e||re})}}),S.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;S.fn[t]=function(e){return B(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),S.each(["top","left"],function(e,n){S.cssHooks[n]=_e(v.pixelPosition,function(e,t){if(t)return t=Be(e,n),Pe.test(t)?S(e).position()[n]+"px":t})}),S.each({Height:"height",Width:"width"},function(a,s){S.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){S.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return B(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?S.css(e,t,i):S.style(e,t,n,i)},s,n?e:void 0,n)}})}),S.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){S.fn[t]=function(e){return this.on(t,e)}}),S.fn.extend({bind:function(e,t,n){return this.on(e,null,t,n)},unbind:function(e,t){return this.off(e,null,t)},delegate:function(e,t,n,r){return this.on(t,e,n,r)},undelegate:function(e,t,n){return 1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)},hover:function(e,t){return this.mouseenter(e).mouseleave(t||e)}}),S.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){S.fn[n]=function(e,t){return 0 + + 4.0.0 + + modules + org.iquantum + 1.0 + + + iquantum + iquantum + + + + + + + + + + + + + + + + + + + + + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.5.0 + + + docs + prepare-package + + jar + + + + + + none + org.iquantum.examples.* + + + pre + a + Precondition: + + + post + a + Postcondition: + + + + + + + org.apache.maven.plugins + maven-shade-plugin + 3.2.4 + + false + + + + package + + shade + + + + + + + + + org.apache.commons + commons-math3 + 3.4.1 + jar + + + com.opencsv + opencsv + 3.7 + + + com.google.guava + guava + 32.0.1-jre + + + com.googlecode.json-simple + json-simple + 1.1.1 + + + junit + junit + 4.13.1 + test + + + org.apache.commons + commons-csv + 1.10.0 + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.5.0 + + org.iquantum.examples.* + none + + + + + + + + + + + + + + + + + + + + + diff --git a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.pom.md5 b/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.pom.md5 new file mode 100644 index 000000000..de2c52cfd --- /dev/null +++ b/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.pom.md5 @@ -0,0 +1 @@ +83552a72d3981e97222d274297e0d76a \ No newline at end of file diff --git a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.pom.sha1 b/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.pom.sha1 new file mode 100644 index 000000000..b295f7f3d --- /dev/null +++ b/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/1.0/iquantum-1.0.pom.sha1 @@ -0,0 +1 @@ +1dd78df985e2eae79f4f32362295577786c0abdb \ No newline at end of file diff --git a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/maven-metadata.xml b/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/maven-metadata.xml new file mode 100644 index 000000000..249b0d842 --- /dev/null +++ b/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/maven-metadata.xml @@ -0,0 +1,12 @@ + + + org.iquantum + iquantum + + 1.0 + + 1.0 + + 20230817023622 + + diff --git a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/maven-metadata.xml.md5 b/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/maven-metadata.xml.md5 new file mode 100644 index 000000000..d46cfb594 --- /dev/null +++ b/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/maven-metadata.xml.md5 @@ -0,0 +1 @@ +967b73e54ac3d2a4cad6167963ec9ade \ No newline at end of file diff --git a/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/maven-metadata.xml.sha1 b/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/maven-metadata.xml.sha1 new file mode 100644 index 000000000..44b1a0611 --- /dev/null +++ b/modules/iquantum/target/deployment-artifacts/org/iquantum/iquantum/maven-metadata.xml.sha1 @@ -0,0 +1 @@ +327d17ad83133bfa8acd23557d40288729a676b8 \ No newline at end of file diff --git a/modules/iquantum/target/maven-javadoc-plugin-stale-data.txt b/modules/iquantum/target/maven-javadoc-plugin-stale-data.txt index 99ce54624..076a284ef 100644 --- a/modules/iquantum/target/maven-javadoc-plugin-stale-data.txt +++ b/modules/iquantum/target/maven-javadoc-plugin-stale-data.txt @@ -1,26 +1,26 @@ @options @packages -classpath -'/home/ubuntu/.m2/repository/org/apache/commons/commons-math3/3.4.1/commons-math3-3.4.1.jar:/home/ubuntu/.m2/repository/com/opencsv/opencsv/3.7/opencsv-3.7.jar:/home/ubuntu/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar:/home/ubuntu/.m2/repository/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar:/home/ubuntu/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/home/ubuntu/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/home/ubuntu/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/home/ubuntu/.m2/repository/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar:/home/ubuntu/.m2/repository/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar:/home/ubuntu/.m2/repository/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar:/home/ubuntu/.m2/repository/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar:/home/ubuntu/.m2/repository/org/apache/commons/commons-csv/1.10.0/commons-csv-1.10.0.jar' +'/Users/biboo/.m2/repository/org/apache/commons/commons-math3/3.4.1/commons-math3-3.4.1.jar:/Users/biboo/.m2/repository/com/opencsv/opencsv/3.7/opencsv-3.7.jar:/Users/biboo/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar:/Users/biboo/.m2/repository/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar:/Users/biboo/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar:/Users/biboo/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar:/Users/biboo/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar:/Users/biboo/.m2/repository/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar:/Users/biboo/.m2/repository/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar:/Users/biboo/.m2/repository/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar:/Users/biboo/.m2/repository/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar:/Users/biboo/.m2/repository/org/apache/commons/commons-csv/1.10.0/commons-csv-1.10.0.jar' -encoding 'UTF-8' -protected -sourcepath -'/home/ubuntu/projects/iQuantum/modules/iquantum/src/main/java' +'/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/src/main/java' -author -bottom 'Copyright © 2023 The Cloud Computing and Distributed Systems (CLOUDS) Laboratory, The University of Melbourne. All rights reserved.' -charset 'UTF-8' -d -'/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs' +'/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs' -docencoding 'UTF-8' -Xdoclint:none -doctitle 'iquantum 1.0 API' -linkoffline -'https://docs.oracle.com/javase/8/docs/api' '/home/ubuntu/projects/iQuantum/modules/iquantum/target/javadoc-bundle-options' +'https://docs.oracle.com/javase/8/docs/api' '/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/javadoc-bundle-options' -tag "pre:a:Precondition:" -tag @@ -29,97 +29,98 @@ -version -windowtitle 'iquantum 1.0 API' -org.iquantum.distributions -org.iquantum.core -org.iquantum.core.predicates -org.iquantum.brokers -org.iquantum.tasks -org.iquantum.fog.test -org.iquantum.fog.test.perfeval -org.iquantum.fog.policy -org.iquantum.fog.gui.core -org.iquantum.fog.gui.example -org.iquantum.fog.gui.dialog -org.iquantum.fog.mobilitydata -org.iquantum.fog.scheduler -org.iquantum.fog.placement -org.iquantum.fog.entities -org.iquantum.fog.utils.distribution -org.iquantum.fog.utils -org.iquantum.fog.application.selectivity -org.iquantum.fog.application -org.iquantum.provisioners -org.iquantum.models org.iquantum.power -org.iquantum.power.models org.iquantum.power.lists -org.iquantum.datacenters -org.iquantum.backends.quantum.qubittopologies -org.iquantum.backends.quantum -org.iquantum.backends.classical -org.iquantum.backends.classical.container.containerPlacementPolicies -org.iquantum.backends.classical.container.core -org.iquantum.backends.classical.container.containerVmProvisioners -org.iquantum.backends.classical.container.containerProvisioners -org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled -org.iquantum.backends.classical.container.vmSelectionPolicies -org.iquantum.backends.classical.container.resourceAllocators -org.iquantum.backends.classical.container.containerSelectionPolicies -org.iquantum.backends.classical.container.lists -org.iquantum.backends.classical.container.hostSelectionPolicies -org.iquantum.backends.classical.container.schedulers -org.iquantum.backends.classical.container.utils +org.iquantum.power.models +org.iquantum.brokers +org.iquantum.tasks +org.iquantum.core.predicates +org.iquantum.core +org.iquantum.lists org.iquantum.sdn +org.iquantum.sdn.power org.iquantum.sdn.example -org.iquantum.sdn.example.topogenerators org.iquantum.sdn.example.policies -org.iquantum.sdn.power +org.iquantum.sdn.example.topogenerators +org.iquantum.sdn.overbooking org.iquantum.sdn.graph.core org.iquantum.sdn.graph.example org.iquantum.sdn.graph.dialog -org.iquantum.sdn.overbooking org.iquantum.sdn.request -org.iquantum.lists -org.iquantum.network +org.iquantum.backends.classical +org.iquantum.backends.classical.container.containerVmProvisioners +org.iquantum.backends.classical.container.vmSelectionPolicies +org.iquantum.backends.classical.container.resourceAllocators +org.iquantum.backends.classical.container.core +org.iquantum.backends.classical.container.lists +org.iquantum.backends.classical.container.hostSelectionPolicies +org.iquantum.backends.classical.container.containerProvisioners +org.iquantum.backends.classical.container.containerSelectionPolicies +org.iquantum.backends.classical.container.resourceAllocatorMigrationEnabled +org.iquantum.backends.classical.container.utils +org.iquantum.backends.classical.container.containerPlacementPolicies +org.iquantum.backends.classical.container.schedulers +org.iquantum.backends.quantum +org.iquantum.backends.quantum.qubittopologies org.iquantum.network.datacenter -org.iquantum.gateways -org.iquantum.policies.qubitMapping -org.iquantum.policies.vm -org.iquantum.policies.ctasks -org.iquantum.policies.qtasks +org.iquantum.network org.iquantum.utils org.iquantum.utils.datacloud -/home/ubuntu/.m2/repository/org/apache/commons/commons-math3/3.4.1/commons-math3-3.4.1.jar = 1690265720687 -/home/ubuntu/.m2/repository/com/opencsv/opencsv/3.7/opencsv-3.7.jar = 1690265720559 -/home/ubuntu/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar = 1690265720647 -/home/ubuntu/.m2/repository/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar = 1690265720763 -/home/ubuntu/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar = 1690265720603 -/home/ubuntu/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar = 1690265720567 -/home/ubuntu/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar = 1690265720575 -/home/ubuntu/.m2/repository/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar = 1690265720611 -/home/ubuntu/.m2/repository/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar = 1690265720595 -/home/ubuntu/.m2/repository/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar = 1690265720591 -/home/ubuntu/.m2/repository/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar = 1690265720587 -/home/ubuntu/.m2/repository/org/apache/commons/commons-csv/1.10.0/commons-csv-1.10.0.jar = 1690265720555 -/home/ubuntu/projects/iQuantum/modules/iquantum/src/main/java/.DS_Store = 1690265641719 -/home/ubuntu/projects/iQuantum/modules/iquantum/src/main/java = 1690265641719 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/deprecated-list.html = 1690375751579 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/help-doc.html = 1690375752031 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/search.js = 1690375752031 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/constant-values.html = 1690375751063 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/type-search-index.js = 1690375751835 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/script.js = 1690375752031 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/index-all.html = 1690375752027 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/serialized-form.html = 1690375751091 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/overview-tree.html = 1690375751575 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/allclasses-index.html = 1690375751831 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/allpackages-index.html = 1690375751835 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/jquery-ui.overrides.css = 1690375752031 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/member-search-index.js = 1690375751839 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/overview-summary.html = 1690375752027 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/package-search-index.js = 1690375751835 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/stylesheet.css = 1690375752031 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/element-list = 1690375750935 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/module-search-index.js = 1690375751835 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/tag-search-index.js = 1690375751843 -/home/ubuntu/projects/iQuantum/modules/iquantum/target/apidocs/index.html = 1690375751583 +org.iquantum.models +org.iquantum.policies.ctasks +org.iquantum.policies.qtasks +org.iquantum.policies.qubitMapping +org.iquantum.policies.vm +org.iquantum.provisioners +org.iquantum.gateways +org.iquantum.fog.test.perfeval +org.iquantum.fog.test +org.iquantum.fog.scheduler +org.iquantum.fog.mobilitydata +org.iquantum.fog.utils +org.iquantum.fog.utils.distribution +org.iquantum.fog.gui.core +org.iquantum.fog.gui.example +org.iquantum.fog.gui.dialog +org.iquantum.fog.application +org.iquantum.fog.application.selectivity +org.iquantum.fog.entities +org.iquantum.fog.policy +org.iquantum.fog.placement +org.iquantum.datacenters +org.iquantum.distributions +/Users/biboo/.m2/repository/org/apache/commons/commons-math3/3.4.1/commons-math3-3.4.1.jar = 1678665300935 +/Users/biboo/.m2/repository/com/opencsv/opencsv/3.7/opencsv-3.7.jar = 1678665300900 +/Users/biboo/.m2/repository/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar = 1678665300923 +/Users/biboo/.m2/repository/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar = 1689321466333 +/Users/biboo/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar = 1678673072705 +/Users/biboo/.m2/repository/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar = 1678673072717 +/Users/biboo/.m2/repository/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar = 1678673072706 +/Users/biboo/.m2/repository/org/checkerframework/checker-qual/3.33.0/checker-qual-3.33.0.jar = 1689321367921 +/Users/biboo/.m2/repository/com/google/errorprone/error_prone_annotations/2.18.0/error_prone_annotations-2.18.0.jar = 1689321367831 +/Users/biboo/.m2/repository/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar = 1689321367818 +/Users/biboo/.m2/repository/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar = 1678673163660 +/Users/biboo/.m2/repository/org/apache/commons/commons-csv/1.10.0/commons-csv-1.10.0.jar = 1681182728742 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/src/main/java/.DS_Store = 1681275293143 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/src/main/java = 1688726692432 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/constant-values.html = 1692239780262 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/tag-search-index.js = 1692239780892 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/overview-tree.html = 1692239780702 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/module-search-index.js = 1692239780887 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/index.html = 1692239780705 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/package-search-index.js = 1692239780887 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/jquery-ui.overrides.css = 1692239781013 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/serialized-form.html = 1692239780284 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/index-all.html = 1692239781003 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/allpackages-index.html = 1692239780886 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/deprecated-list.html = 1692239780704 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/member-search-index.js = 1692239780892 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/script.js = 1692239781010 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/stylesheet.css = 1692239781010 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/overview-summary.html = 1692239781007 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/help-doc.html = 1692239781009 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/element-list = 1692239780160 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/search.html = 1690257661781 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/allclasses-index.html = 1692239780885 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/type-search-index.js = 1692239780887 +/Users/biboo/Projects/iquantum/iQuantum/modules/iquantum/target/apidocs/search.js = 1692239781010 diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CTaskTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CTaskTest.xml index 4a252e688..e697cd3d7 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CTaskTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CTaskTest.xml @@ -1,10 +1,11 @@ - + + - - - + + + @@ -13,52 +14,54 @@ - + - - - + + + - - + + + - - + + + - - - - + + + + - - + + - - + + - + - - + - + - + - - + + + - + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CloudletSchedulerSingleServiceTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CloudletSchedulerSingleServiceTest.xml index f3692ffef..631ad674c 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CloudletSchedulerSingleServiceTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.CloudletSchedulerSingleServiceTest.xml @@ -1,10 +1,11 @@ - + + - - - + + + @@ -13,53 +14,55 @@ - + - - - + + + - - + + + - - + + + - - - - + + + + - - + + - - + + - + - - + - + - + - - + + + - - + + @@ -67,10 +70,10 @@ - + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostDynamicWorkloadTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostDynamicWorkloadTest.xml index e1e1c7c10..dcf415532 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostDynamicWorkloadTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostDynamicWorkloadTest.xml @@ -1,10 +1,11 @@ - + + - - - + + + @@ -13,55 +14,57 @@ - + - - - + + + - - + + + - - + + + - - - - + + + + - - + + - - + + - + - - + - + - + - - + + + - + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostTest.xml index e4e70824d..d867bc71f 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.HostTest.xml @@ -1,10 +1,11 @@ - + + - - - + + + @@ -13,55 +14,57 @@ - + - - - + + + - - + + + - - + + + - - - - + + + + - - + + - - + + - + - - + - + - + - - + + + - - - + + + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.LogTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.LogTest.xml index bd5239431..db3daad40 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.LogTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.LogTest.xml @@ -1,10 +1,11 @@ - + + - - - + + + @@ -13,54 +14,56 @@ - + - - - + + + - - + + + - - + + + - - - - + + + + - - + + - - + + - + - - + - + - + - - + + + - + - - + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.PeTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.PeTest.xml index aa1a3c117..95c33c9a1 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.PeTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.PeTest.xml @@ -1,10 +1,11 @@ - + + - - - + + + @@ -13,53 +14,55 @@ - + - - - + + + - - + + + - - + + + - - - - + + + + - - + + - - + + - + - - + - + - + - - + + + - + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelPlanetLabInMemoryTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelPlanetLabInMemoryTest.xml index c4937d858..cee4dbf20 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelPlanetLabInMemoryTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelPlanetLabInMemoryTest.xml @@ -1,10 +1,11 @@ + - - - + + + @@ -13,50 +14,52 @@ - + - - - + + + - - + + + - - + + + - - - - + + + + - - + + - - + + - + - - + - + - + - - + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelStochasticTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelStochasticTest.xml index 995ef30c5..b12705aaf 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelStochasticTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.UtilizationModelStochasticTest.xml @@ -1,10 +1,11 @@ - + + - - - + + + @@ -13,50 +14,52 @@ - + - - - + + + - - + + + - - + + + - - - - + + + + - - + + - - + + - + - - + - + - + - - + + + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.xml index 500736505..1996d4e4d 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.xml @@ -1,10 +1,11 @@ - + + - - - + + + @@ -13,54 +14,56 @@ - + - - - + + + - - + + + - - + + + - - - - + + + + - - + + - - + + - + - - + - + - + - - + + + - + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedTest.xml index acbc25fb3..166bf8b23 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.VmSchedulerTimeSharedTest.xml @@ -1,10 +1,11 @@ + - - - + + + @@ -13,50 +14,52 @@ - + - - - + + + - - + + + - - + + + - - - - + + + + - - + + - - + + - + - - + - + - + - - + + + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.PeListTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.PeListTest.xml index d93ccf481..15be6685b 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.PeListTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.PeListTest.xml @@ -1,10 +1,11 @@ - + + - - - + + + @@ -13,55 +14,57 @@ - + - - - + + + - - + + + - - + + + - - - - + + + + - - + + - - + + - + - - + - + - + - - + + + - + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.VmListTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.VmListTest.xml index 9dc853d13..0d86082c9 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.VmListTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.lists.VmListTest.xml @@ -1,10 +1,11 @@ + - - - + + + @@ -13,50 +14,52 @@ - + - - - + + + - - + + + - - + + + - - - - + + + + - - + + - - + + - + - - + - + - + - - + + + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerHostTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerHostTest.xml index 5140801be..9f6e43403 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerHostTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerHostTest.xml @@ -1,10 +1,11 @@ - + + - - - + + + @@ -13,51 +14,53 @@ - + - - - + + + - - + + + - - + + + - - - - + + + + - - + + - - + + - + - - + - + - + - - + + + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.xml index e3c68dbfa..e5e3ffb98 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.xml @@ -1,10 +1,11 @@ - + + - - - + + + @@ -13,50 +14,52 @@ - + - - - + + + - - + + + - - + + + - - - - + + + + - - + + - - + + - + - - + - + - + - - + + + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelCubicTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelCubicTest.xml index 2390ab67a..d260f3d15 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelCubicTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelCubicTest.xml @@ -1,10 +1,11 @@ - + + - - - + + + @@ -13,52 +14,54 @@ - + - - - + + + - - + + + - - + + + - - - - + + + + - - + + - - + + - + - - + - + - + - - + + + - + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelLinearTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelLinearTest.xml index 0d0097327..1abfecb23 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelLinearTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelLinearTest.xml @@ -1,10 +1,11 @@ - + + - - - + + + @@ -13,54 +14,56 @@ - + - - - + + + - - + + + - - + + + - - - - + + + + - - + + - - + + - + - - + - + - + - - + + + - - + + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test.xml index 1c5306de9..fffe3d790 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSpecPowerIbmX3550XeonX5675Test.xml @@ -1,10 +1,11 @@ - + + - - - + + + @@ -13,52 +14,54 @@ - + - - - + + + - - + + + - - + + + - - - - + + + + - - + + - - + + - + - - + - + - + - - + + + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSqrtTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSqrtTest.xml index 9a2d900ee..341c944dd 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSqrtTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSqrtTest.xml @@ -1,10 +1,11 @@ - + + - - - + + + @@ -13,52 +14,54 @@ - + - - - + + + - - + + + - - + + + - - - - + + + + - - + + - - + + - + - - + - + - + - - + + + - + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSquareTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSquareTest.xml index 9d74f602f..293d62f0e 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSquareTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.power.models.PowerModelSquareTest.xml @@ -1,10 +1,11 @@ - + + - - - + + + @@ -13,56 +14,58 @@ - + - - - + + + - - + + + - - + + + - - - - + + + + - - + + - - + + - + - - + - + - + - - + + + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.BwProvisionerSimpleTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.BwProvisionerSimpleTest.xml index c8a0be5b4..839dd21cc 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.BwProvisionerSimpleTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.BwProvisionerSimpleTest.xml @@ -1,10 +1,11 @@ + - - - + + + @@ -13,50 +14,52 @@ - + - - - + + + - - + + + - - + + + - - - - + + + + - - + + - - + + - + - - + - + - + - - + + + diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.PeProvisionerSimpleTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.PeProvisionerSimpleTest.xml index d282be796..4713005b8 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.PeProvisionerSimpleTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.PeProvisionerSimpleTest.xml @@ -1,10 +1,11 @@ - + + - - - + + + @@ -13,56 +14,58 @@ - + - - - + + + - - + + + - - + + + - - - - + + + + - - + + - - + + - + - - + - + - + - - + + + - + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.RamProvisionerSimpleTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.RamProvisionerSimpleTest.xml index e447257c2..46c2871a0 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.RamProvisionerSimpleTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.provisioners.RamProvisionerSimpleTest.xml @@ -1,10 +1,11 @@ - + + - - - + + + @@ -13,54 +14,56 @@ - + - - - + + + - - + + + - - + + + - - - - + + + + - - + + - - + + - + - - + - + - + - - + + + - - + + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.MathUtilTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.MathUtilTest.xml index f84ccc090..9cc443f04 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.MathUtilTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.MathUtilTest.xml @@ -1,10 +1,11 @@ - + + - - - + + + @@ -13,54 +14,56 @@ - + - - - + + + - - + + + - - + + + - - - - + + + + - - + + - - + + - + - - + - + - + - - + + + - - - + + + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.WorkloadFileReaderTest.xml b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.WorkloadFileReaderTest.xml index 28643a244..b3d71c838 100644 --- a/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.WorkloadFileReaderTest.xml +++ b/modules/iquantum/target/surefire-reports/TEST-org.iquantum.util.WorkloadFileReaderTest.xml @@ -1,10 +1,11 @@ - + + - - - + + + @@ -13,50 +14,52 @@ - + - - - + + + - - + + + - - + + + - - - - + + + + - - + + - - + + - + - - + - + - + - - + + + - + \ No newline at end of file diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.CloudletSchedulerSingleServiceTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.CloudletSchedulerSingleServiceTest.txt index f078a848d..af98f00b2 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.CloudletSchedulerSingleServiceTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.CloudletSchedulerSingleServiceTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.CloudletSchedulerSingleServiceTest ------------------------------------------------------------------------------- -Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec +Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.HostDynamicWorkloadTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.HostDynamicWorkloadTest.txt index b2f713fe4..02e8c547a 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.HostDynamicWorkloadTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.HostDynamicWorkloadTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.HostDynamicWorkloadTest ------------------------------------------------------------------------------- -Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec +Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.HostTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.HostTest.txt index 6d742ebf2..5a4825eae 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.HostTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.HostTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.HostTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.004 sec +Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.LogTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.LogTest.txt index c08e6916e..be5b78fb6 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.LogTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.LogTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.LogTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec +Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.PeTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.PeTest.txt index ca0249b5b..4d2ee75cf 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.PeTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.PeTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.PeTest ------------------------------------------------------------------------------- -Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec +Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelPlanetLabInMemoryTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelPlanetLabInMemoryTest.txt index 1d0ccee6f..9e2134efa 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelPlanetLabInMemoryTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelPlanetLabInMemoryTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.UtilizationModelPlanetLabInMemoryTest ------------------------------------------------------------------------------- -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec +Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelStochasticTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelStochasticTest.txt index a38ea7762..71bcc6d24 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelStochasticTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.UtilizationModelStochasticTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.UtilizationModelStochasticTest ------------------------------------------------------------------------------- -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec +Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.txt index e2161bea5..a79fcd3e9 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.VmSchedulerTimeSharedOverSubscriptionTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec +Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedTest.txt index 931a1e8e2..33ee01df7 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.VmSchedulerTimeSharedTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.VmSchedulerTimeSharedTest ------------------------------------------------------------------------------- -Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec +Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.lists.PeListTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.lists.PeListTest.txt index 0af00bb5a..14c28b6fc 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.lists.PeListTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.lists.PeListTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.lists.PeListTest ------------------------------------------------------------------------------- -Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec +Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.lists.VmListTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.lists.VmListTest.txt index 4996e9497..282e4c32c 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.lists.VmListTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.lists.VmListTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.lists.VmListTest ------------------------------------------------------------------------------- -Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec +Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.power.PowerHostTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.power.PowerHostTest.txt index 01af4b73e..c99e7ab86 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.power.PowerHostTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.power.PowerHostTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.power.PowerHostTest ------------------------------------------------------------------------------- -Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec +Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.txt index f7643d52a..003d1cf79 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.power.PowerVmSelectionPolicyMaximumCorrelationTest ------------------------------------------------------------------------------- -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec +Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelLinearTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelLinearTest.txt index 695d2f741..7c36198ec 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelLinearTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelLinearTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.power.models.PowerModelLinearTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 sec +Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSqrtTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSqrtTest.txt index 3375fd7ef..b5f65b717 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSqrtTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.power.models.PowerModelSqrtTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.power.models.PowerModelSqrtTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 sec +Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.BwProvisionerSimpleTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.BwProvisionerSimpleTest.txt index 4181d2c38..769cc5611 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.BwProvisionerSimpleTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.BwProvisionerSimpleTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.provisioners.BwProvisionerSimpleTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec +Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.PeProvisionerSimpleTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.PeProvisionerSimpleTest.txt index f84938601..d26cfc062 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.PeProvisionerSimpleTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.PeProvisionerSimpleTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.provisioners.PeProvisionerSimpleTest ------------------------------------------------------------------------------- -Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec +Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.RamProvisionerSimpleTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.RamProvisionerSimpleTest.txt index bc223ea61..942727541 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.RamProvisionerSimpleTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.provisioners.RamProvisionerSimpleTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.provisioners.RamProvisionerSimpleTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec +Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.util.MathUtilTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.util.MathUtilTest.txt index e2ed4aa75..a90f50985 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.util.MathUtilTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.util.MathUtilTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.util.MathUtilTest ------------------------------------------------------------------------------- -Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec +Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec diff --git a/modules/iquantum/target/surefire-reports/org.iquantum.util.WorkloadFileReaderTest.txt b/modules/iquantum/target/surefire-reports/org.iquantum.util.WorkloadFileReaderTest.txt index 2c998ca10..31c77e0ef 100644 --- a/modules/iquantum/target/surefire-reports/org.iquantum.util.WorkloadFileReaderTest.txt +++ b/modules/iquantum/target/surefire-reports/org.iquantum.util.WorkloadFileReaderTest.txt @@ -1,4 +1,4 @@ ------------------------------------------------------------------------------- Test set: org.iquantum.util.WorkloadFileReaderTest ------------------------------------------------------------------------------- -Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.719 sec +Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.479 sec diff --git a/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml b/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml index 80c27766d..d61826350 100644 --- a/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml +++ b/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml @@ -7,6 +7,6 @@ 1.0 - 20230726123827 + 20230817023615 diff --git a/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.md5 b/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.md5 index 240ef9203..8d926037b 100644 --- a/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.md5 +++ b/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.md5 @@ -1 +1 @@ -fc57638f1b6b85fbb91cfd324b0d7453 \ No newline at end of file +8bf8f757e40b56bc3e28d7570367246a \ No newline at end of file diff --git a/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.sha1 b/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.sha1 index f434b2168..88728f872 100644 --- a/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.sha1 +++ b/modules/target/deployment-artifacts/org/iquantum/modules/maven-metadata.xml.sha1 @@ -1 +1 @@ -ccd3fde8a0ba577d6c4208011645b1a585be4aa0 \ No newline at end of file +d397ada6675a1648a085407d758eb2a4e63c369e \ No newline at end of file